From 4e08fd7cbae92a23b31309317fee96a30d0cbaf5 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Tue, 20 Jan 2026 16:21:04 -0800 Subject: [PATCH] Update project code according to dependencies update --- .eslintrc.json | 10 +- backend/controllers/lnd/channelsBackup.js | 4 +- backend/routes/lnd/wallet.js | 3 +- frontend/17.6fa7154eb6e447e2.js | 1 - frontend/17.b882df9dedeedc74.js | 1 + frontend/190.03f035c34a56c8be.js | 1 - frontend/190.558182128d53aa6a.js | 1 + frontend/193.0936738599c66c4e.js | 1 + frontend/193.398f8f87a3703825.js | 1 - frontend/3rdpartylicenses.txt | 262 +++++++++++------- frontend/853.a5bf31a92e24292f.js | 1 + frontend/853.c952c78c4b4f76e6.js | 1 - frontend/index.html | 6 +- frontend/main.21af7ffc26e16ae4.js | 1 - frontend/main.45925badc0c36690.js | 1 + frontend/polyfills.31e6e7ecf45bc58d.js | 1 + frontend/polyfills.8e851463984814a6.js | 1 - frontend/runtime.c7d87ead4fb1b7e0.js | 1 - frontend/runtime.d2bfc83f6ab86639.js | 1 + frontend/styles.dec4696782b33489.css | 1 - frontend/styles.fd10c5bd3cf185ab.css | 1 + server/controllers/eclair/invoices.ts | 2 +- server/controllers/eclair/network.ts | 2 +- server/controllers/shared/authenticate.ts | 2 +- server/routes/lnd/wallet.ts | 3 +- server/tsconfig.server.json | 13 +- src/app/app.component.ts | 1 + src/app/app.module.ts | 12 +- src/app/cln/cln-root.component.ts | 1 + src/app/cln/graph/graph.component.html | 2 +- src/app/cln/graph/graph.component.ts | 1 + .../channel-lookup.component.ts | 1 + .../cln/graph/lookups/lookups.component.ts | 1 + .../node-lookup/node-lookup.component.ts | 1 + .../query-routes/query-routes.component.ts | 1 + .../balances-info.component.html | 4 +- .../balances-info/balances-info.component.ts | 1 + .../channel-capacity-info.component.html | 6 +- .../channel-capacity-info.component.ts | 1 + .../channel-liquidity-info.component.html | 6 +- .../channel-liquidity-info.component.spec.ts | 4 + .../channel-liquidity-info.component.ts | 1 + .../channel-status-info.component.ts | 1 + .../cln/home/fee-info/fee-info.component.ts | 1 + src/app/cln/home/home.component.html | 12 +- src/app/cln/home/home.component.ts | 1 + .../cln/home/node-info/node-info.component.ts | 1 + .../liquidity-ads-list.component.html | 2 +- .../liquidity-ads-list.component.ts | 1 + .../open-liquidity-channel-modal.component.ts | 1 + .../fee-rates/fee-rates.component.ts | 1 + .../network-info/network-info.component.html | 8 +- .../network-info/network-info.component.ts | 1 + .../on-chain-fee-estimates.component.ts | 1 + .../on-chain-receive.component.ts | 1 + .../on-chain-send-modal.component.html | 4 +- .../on-chain-send-modal.component.ts | 5 +- .../on-chain-send/on-chain-send.component.ts | 1 + src/app/cln/on-chain/on-chain.component.ts | 1 + .../utxo-tables/utxo-tables.component.html | 4 +- .../utxo-tables/utxo-tables.component.ts | 1 + .../utxo-tables/utxos/utxos.component.html | 4 +- .../utxo-tables/utxos/utxos.component.ts | 1 + .../bump-fee-modal/bump-fee.component.html | 2 +- .../bump-fee-modal/bump-fee.component.ts | 1 + .../channel-information.component.html | 2 +- .../channel-information.component.ts | 1 + .../channel-active-htlcs-table.component.html | 2 +- .../channel-active-htlcs-table.component.scss | 2 +- .../channel-active-htlcs-table.component.ts | 1 + .../channel-open-table.component.html | 4 +- .../channel-open-table.component.spec.ts | 4 + .../channel-open-table.component.ts | 1 + .../channel-pending-table.component.html | 2 +- .../channel-pending-table.component.ts | 1 + .../channels-tables.component.html | 6 +- .../channels-tables.component.ts | 1 + .../open-channel.component.html | 2 +- .../open-channel.component.scss | 2 +- .../open-channel.component.ts | 1 + .../connect-peer/connect-peer.component.html | 2 +- .../connect-peer/connect-peer.component.ts | 1 + .../peers-channels/connections.component.html | 4 +- .../peers-channels/connections.component.ts | 1 + .../peers-channels/peers/peers.component.html | 2 +- .../peers-channels/peers/peers.component.ts | 1 + src/app/cln/reports/reports.component.html | 2 +- src/app/cln/reports/reports.component.ts | 1 + .../routing/routing-report.component.html | 6 +- .../routing/routing-report.component.ts | 1 + .../transactions-report.component.ts | 1 + .../failed-transactions.component.html | 2 +- .../failed-transactions.component.ts | 1 + .../forwarding-history.component.html | 2 +- .../forwarding-history.component.ts | 1 + .../local-failed-transactions.component.html | 2 +- .../local-failed-transactions.component.ts | 1 + .../routing-peers.component.html | 4 +- .../routing-peers/routing-peers.component.ts | 1 + src/app/cln/routing/routing.component.html | 2 +- src/app/cln/routing/routing.component.ts | 1 + .../sign-verify-message.component.html | 2 +- .../sign-verify-message.component.ts | 1 + .../sign/sign.component.scss | 2 +- .../sign/sign.component.ts | 1 + .../verify/verify.component.ts | 1 + .../create-invoice.component.ts | 1 + .../invoice-information.component.html | 4 +- .../invoice-information.component.ts | 1 + .../lightning-invoices-table.component.html | 2 +- .../lightning-invoices-table.component.ts | 1 + .../create-offer.component.ts | 1 + .../offer-bookmarks-table.component.html | 2 +- .../offer-bookmarks-table.component.ts | 1 + .../offer-information.component.html | 4 +- .../offer-information.component.ts | 1 + .../offers-table/offers-table.component.html | 2 +- .../offers-table/offers-table.component.ts | 1 + .../lightning-payments.component.html | 2 +- .../lightning-payments.component.scss | 2 +- .../payments/lightning-payments.component.ts | 1 + .../send-payment.component.html | 6 +- .../send-payment.component.ts | 1 + .../transactions/transactions.component.html | 2 +- .../transactions/transactions.component.ts | 1 + src/app/eclair/ecl-root.component.ts | 1 + src/app/eclair/graph/graph.component.html | 2 +- src/app/eclair/graph/graph.component.ts | 1 + .../eclair/graph/lookups/lookups.component.ts | 1 + .../node-lookup/node-lookup.component.ts | 1 + .../query-routes/query-routes.component.ts | 1 + .../balances-info.component.html | 4 +- .../balances-info/balances-info.component.ts | 1 + .../channel-capacity-info.component.html | 6 +- .../channel-capacity-info.component.ts | 1 + .../channel-liquidity-info.component.html | 6 +- .../channel-liquidity-info.component.ts | 1 + .../channel-status-info.component.ts | 1 + .../home/fee-info/fee-info.component.ts | 1 + src/app/eclair/home/home.component.html | 12 +- src/app/eclair/home/home.component.ts | 1 + .../home/node-info/node-info.component.ts | 1 + .../on-chain-receive.component.ts | 1 + .../on-chain-send-modal.component.ts | 5 +- .../on-chain-send/on-chain-send.component.ts | 1 + ...n-chain-transaction-history.component.html | 4 +- .../on-chain-transaction-history.component.ts | 1 + .../eclair/on-chain/on-chain.component.html | 2 +- src/app/eclair/on-chain/on-chain.component.ts | 1 + .../channel-information.component.ts | 1 + ...hannel-rebalance-infographics.component.ts | 1 + .../channel-rebalance.component.ts | 1 + .../channel-inactive-table.component.html | 4 +- .../channel-inactive-table.component.ts | 1 + .../channel-open-table.component.html | 4 +- .../channel-open-table.component.ts | 1 + .../channel-pending-table.component.html | 2 +- .../channel-pending-table.component.ts | 1 + .../channels-tables.component.html | 6 +- .../channels-tables.component.ts | 1 + .../open-channel.component.ts | 1 + .../connect-peer/connect-peer.component.ts | 1 + .../peers-channels/connections.component.html | 4 +- .../peers-channels/connections.component.ts | 1 + .../peers-channels/peers/peers.component.html | 2 +- .../peers-channels/peers/peers.component.ts | 1 + src/app/eclair/reports/reports.component.html | 2 +- src/app/eclair/reports/reports.component.ts | 1 + .../routing/routing-report.component.html | 6 +- .../routing/routing-report.component.ts | 1 + .../transactions-report.component.ts | 1 + .../forwarding-history.component.html | 4 +- .../forwarding-history.component.ts | 1 + .../routing-peers.component.html | 4 +- .../routing-peers/routing-peers.component.ts | 1 + src/app/eclair/routing/routing.component.html | 2 +- src/app/eclair/routing/routing.component.ts | 1 + .../create-invoice.component.ts | 1 + .../invoice-information.component.html | 4 +- .../invoice-information.component.ts | 1 + .../lightning-invoices.component.html | 4 +- .../invoices/lightning-invoices.component.ts | 1 + .../payment-information.component.ts | 1 + .../lightning-payments.component.html | 4 +- .../lightning-payments.component.scss | 2 +- .../payments/lightning-payments.component.ts | 1 + .../send-payment.component.ts | 1 + .../transactions/transactions.component.html | 2 +- .../transactions/transactions.component.ts | 1 + src/app/lnd/backup/backup.component.html | 2 +- src/app/lnd/backup/backup.component.ts | 1 + .../channel-backup-table.component.html | 2 +- .../channel-backup-table.component.ts | 1 + .../channel-restore-table.component.html | 2 +- .../channel-restore-table.component.ts | 1 + src/app/lnd/graph/graph.component.html | 2 +- src/app/lnd/graph/graph.component.ts | 1 + .../channel-lookup.component.ts | 1 + .../lnd/graph/lookups/lookups.component.ts | 1 + .../node-lookup/node-lookup.component.ts | 1 + .../query-routes/query-routes.component.ts | 1 + .../balances-info.component.html | 4 +- .../balances-info/balances-info.component.ts | 1 + .../channel-capacity-info.component.html | 6 +- .../channel-capacity-info.component.ts | 1 + .../channel-liquidity-info.component.html | 6 +- .../channel-liquidity-info.component.ts | 1 + .../channel-status-info.component.ts | 1 + .../lnd/home/fee-info/fee-info.component.ts | 1 + src/app/lnd/home/home.component.html | 12 +- src/app/lnd/home/home.component.ts | 3 +- .../lnd/home/node-info/node-info.component.ts | 1 + src/app/lnd/lnd-root.component.ts | 1 + .../network-info/network-info.component.ts | 3 +- .../on-chain-label-modal.component.html | 2 +- .../on-chain-label-modal.component.ts | 1 + .../on-chain-receive.component.ts | 1 + .../on-chain-send-modal.component.ts | 5 +- .../on-chain-send/on-chain-send.component.ts | 1 + src/app/lnd/on-chain/on-chain.component.ts | 1 + ...n-chain-transaction-history.component.html | 2 +- .../on-chain-transaction-history.component.ts | 1 + .../utxo-tables/utxo-tables.component.html | 6 +- .../utxo-tables/utxo-tables.component.ts | 1 + .../utxo-tables/utxos/utxos.component.html | 4 +- .../utxo-tables/utxos/utxos.component.ts | 1 + .../bump-fee-modal/bump-fee.component.html | 2 +- .../bump-fee-modal/bump-fee.component.ts | 1 + .../channel-information.component.html | 2 +- .../channel-information.component.ts | 1 + ...hannel-rebalance-infographics.component.ts | 1 + .../channel-rebalance.component.ts | 1 + .../channel-active-htlcs-table.component.html | 2 +- .../channel-active-htlcs-table.component.scss | 2 +- .../channel-active-htlcs-table.component.ts | 1 + .../channel-closed-table.component.html | 2 +- .../channel-closed-table.component.ts | 1 + .../channel-open-table.component.html | 4 +- .../channel-open-table.component.ts | 1 + .../channel-pending-table.component.ts | 1 + .../channels-tables.component.html | 8 +- .../channels-tables.component.ts | 1 + .../close-channel.component.ts | 1 + .../open-channel.component.ts | 1 + .../connect-peer/connect-peer.component.ts | 1 + .../peers-channels/connections.component.html | 4 +- .../peers-channels/connections.component.ts | 1 + .../peers-channels/peers/peers.component.html | 2 +- .../peers-channels/peers/peers.component.ts | 1 + src/app/lnd/reports/reports.component.html | 2 +- src/app/lnd/reports/reports.component.ts | 1 + .../routing/routing-report.component.html | 6 +- .../routing/routing-report.component.ts | 1 + .../transactions-report.component.ts | 1 + .../forwarding-history.component.html | 2 +- .../forwarding-history.component.ts | 1 + .../non-routing-peers.component.html | 2 +- .../non-routing-peers.component.ts | 1 + .../routing-peers.component.html | 4 +- .../routing-peers/routing-peers.component.ts | 1 + src/app/lnd/routing/routing.component.html | 2 +- src/app/lnd/routing/routing.component.ts | 1 + .../sign-verify-message.component.html | 2 +- .../sign-verify-message.component.ts | 1 + .../sign/sign.component.scss | 2 +- .../sign/sign.component.ts | 1 + .../verify/verify.component.ts | 1 + .../create-invoice.component.ts | 1 + .../invoice-information.component.html | 4 +- .../invoice-information.component.ts | 1 + .../lightning-invoices.component.html | 2 +- .../invoices/lightning-invoices.component.ts | 1 + .../invoice-lookup.component.html | 4 +- .../invoice-lookup.component.ts | 1 + .../lookup-transactions.component.ts | 1 + .../payment-lookup.component.ts | 1 + .../lightning-payments.component.html | 2 +- .../lightning-payments.component.scss | 2 +- .../payments/lightning-payments.component.ts | 1 + .../send-payment.component.ts | 1 + .../transactions/transactions.component.html | 2 +- .../transactions/transactions.component.ts | 1 + .../initialize/initialize.component.html | 4 +- .../wallet/initialize/initialize.component.ts | 1 + src/app/lnd/wallet/unlock/unlock.component.ts | 1 + src/app/lnd/wallet/wallet.component.ts | 1 + .../currency-unit-converter.component.ts | 1 + .../alert-message.component.html | 12 +- .../alert-message/alert-message.component.ts | 1 + .../confirmation-message.component.html | 6 +- .../confirmation-message.component.ts | 1 + .../error-message/error-message.component.ts | 1 + .../is-authorized/is-authorized.component.ts | 1 + .../login-2fa-token.component.ts | 1 + .../on-chain-generated-address.component.html | 4 +- .../on-chain-generated-address.component.ts | 1 + .../show-pubkey/show-pubkey.component.html | 6 +- .../show-pubkey/show-pubkey.component.ts | 1 + .../spinner-dialog.component.ts | 1 + .../two-factor-auth.component.html | 2 +- .../two-factor-auth.component.ts | 1 + .../components/error/error.component.ts | 1 + .../shared/components/help/help.component.ts | 1 + .../horizontal-scroller.component.ts | 1 + .../ln-services/boltz/boltz-root.component.ts | 1 + .../info-graphics.component.ts | 1 + .../swap-modal/swap-modal.component.html | 4 +- .../boltz/swap-modal/swap-modal.component.ts | 1 + .../info-graphics.component.ts | 1 + .../swap-service-info.component.ts | 1 + .../swap-status/swap-status.component.html | 4 +- .../swap-status/swap-status.component.ts | 1 + .../boltz/swaps/swaps.component.html | 2 +- .../boltz/swaps/swaps.component.ts | 1 + .../ln-services/ln-services.component.ts | 1 + .../info-graphics.component.ts | 1 + .../loop/loop-modal/loop-modal.component.html | 12 +- .../loop/loop-modal/loop-modal.component.ts | 1 + .../info-graphics.component.ts | 1 + .../loop/loop-quote/loop-quote.component.html | 4 +- .../loop/loop-quote/loop-quote.component.ts | 1 + .../loop/loop-status/loop-status.component.ts | 1 + .../ln-services/loop/loop.component.ts | 1 + .../loop/swaps/swaps.component.html | 2 +- .../ln-services/loop/swaps/swaps.component.ts | 1 + .../components/login/login.component.scss | 2 +- .../components/login/login.component.ts | 1 + .../side-navigation.component.html | 8 +- .../side-navigation.component.ts | 19 +- .../navigation/top-menu/top-menu.component.ts | 1 + .../experimental-settings.component.html | 2 +- .../experimental-settings.component.ts | 1 + .../lnp-config/lnp-config.component.ts | 1 + .../node-config/node-config.component.html | 8 +- .../node-config/node-config.component.ts | 1 + .../node-settings.component.scss | 4 +- .../node-settings/node-settings.component.ts | 1 + .../page-settings.component.html | 10 +- .../page-settings.component.scss | 2 +- .../page-settings/page-settings.component.ts | 1 + .../boltz-service-settings.component.ts | 1 + .../loop-service-settings.component.ts | 1 + .../no-service-found.component.ts | 1 + .../peerswap-service-settings.component.ts | 1 + .../services-settings.component.html | 6 +- .../services-settings.component.ts | 1 + .../not-found/not-found.component.ts | 1 + .../app-settings/app-settings.component.ts | 1 + .../auth-settings/auth-settings.component.ts | 1 + .../bitcoin-config.component.ts | 1 + .../settings/settings.component.html | 6 +- .../components/settings/settings.component.ts | 1 + .../transactions-report-table.component.html | 2 +- .../transactions-report-table.component.ts | 1 + .../shared/directive/auto-focus.directive.ts | 1 + .../shared/directive/clipboard.directive.ts | 1 + .../directive/date-formats.directive.ts | 2 + .../shared/directive/max-amount.directive.ts | 1 + .../shared/directive/min-amount.directive.ts | 1 + src/app/shared/models/navMenu.ts | 78 +++--- src/app/shared/pipes/app.pipe.ts | 4 + src/app/shared/shared.module.ts | 11 +- src/app/shared/theme/skins/blue.scss | 39 +-- .../color-swatches/blue-primary.swatch.scss | 35 +++ .../skins/color-swatches/gray.swatch.scss | 26 ++ .../color-swatches/green-primary.swatch.scss | 2 +- .../color-swatches/indigo-primary.swatch.scss | 35 +++ .../color-swatches/pink-primary.swatch.scss | 35 +++ .../color-swatches/purple-primary.swatch.scss | 2 +- .../skins/color-swatches/red-warn.swatch.scss | 30 +- .../color-swatches/teal-primary.swatch.scss | 35 +++ .../skins/color-swatches/white.swatch.scss | 2 +- .../color-swatches/yellow-primary.swatch.scss | 2 +- src/app/shared/theme/skins/green.scss | 40 +-- src/app/shared/theme/skins/indigo.scss | 39 +-- src/app/shared/theme/skins/pink.scss | 39 +-- src/app/shared/theme/skins/purple.scss | 40 +-- src/app/shared/theme/skins/teal.scss | 39 +-- src/app/shared/theme/skins/yellow.scss | 42 +-- src/app/shared/theme/styles/root.scss | 33 ++- src/app/shared/theme/styles/styles.scss | 6 +- src/app/shared/theme/styles/theme-color.scss | 51 ++-- .../shared/theme/styles/theme-mode-dark.scss | 45 +-- .../shared/theme/styles/theme-mode-light.scss | 45 +-- src/app/shared/theme/styles/theme.scss | 79 +++--- src/tsconfig.spec.json | 2 +- tsconfig.json | 5 +- 387 files changed, 1180 insertions(+), 703 deletions(-) delete mode 100644 frontend/17.6fa7154eb6e447e2.js create mode 100644 frontend/17.b882df9dedeedc74.js delete mode 100644 frontend/190.03f035c34a56c8be.js create mode 100644 frontend/190.558182128d53aa6a.js create mode 100644 frontend/193.0936738599c66c4e.js delete mode 100644 frontend/193.398f8f87a3703825.js create mode 100644 frontend/853.a5bf31a92e24292f.js delete mode 100644 frontend/853.c952c78c4b4f76e6.js delete mode 100644 frontend/main.21af7ffc26e16ae4.js create mode 100644 frontend/main.45925badc0c36690.js create mode 100644 frontend/polyfills.31e6e7ecf45bc58d.js delete mode 100644 frontend/polyfills.8e851463984814a6.js delete mode 100644 frontend/runtime.c7d87ead4fb1b7e0.js create mode 100644 frontend/runtime.d2bfc83f6ab86639.js delete mode 100644 frontend/styles.dec4696782b33489.css create mode 100644 frontend/styles.fd10c5bd3cf185ab.css create mode 100644 src/app/shared/theme/skins/color-swatches/blue-primary.swatch.scss create mode 100644 src/app/shared/theme/skins/color-swatches/gray.swatch.scss create mode 100644 src/app/shared/theme/skins/color-swatches/indigo-primary.swatch.scss create mode 100644 src/app/shared/theme/skins/color-swatches/pink-primary.swatch.scss create mode 100644 src/app/shared/theme/skins/color-swatches/teal-primary.swatch.scss diff --git a/.eslintrc.json b/.eslintrc.json index 79db27c1..b9680fca 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,7 @@ ], "rules": { "@angular-eslint/component-selector": ["error", { "prefix": "rtl", "style": "kebab-case", "type": "element" }], - "@angular-eslint/directive-selector": ["error", { "style": "camelCase", "type": "attribute" }], + "@angular-eslint/directive-selector": ["error", { "style": "camelCase", "type": "attribute", "prefix": [] }], "@angular-eslint/consistent-component-styles": "off", "@angular-eslint/prefer-on-push-component-change-detection": "off", "@angular-eslint/prefer-standalone": "off", @@ -32,6 +32,11 @@ "@angular-eslint/sort-ngmodule-metadata-arrays": "off", "@angular-eslint/use-component-view-encapsulation": "off", "@angular-eslint/use-injectable-provided-in": "off", + "@angular-eslint/prefer-inject": "off", + "@angular-eslint/sort-keys-in-type-decorator": "off", + "@angular-eslint/prefer-signals": "off", + "@angular-eslint/prefer-host-metadata-property": "off", + "@angular-eslint/prefer-output-emitter-ref": "off", "@typescript-eslint/member-delimiter-style": "off", "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/type-annotation-spacing": 0, @@ -207,7 +212,8 @@ "@angular-eslint/template/prefer-ngsrc": "off", "@angular-eslint/template/prefer-control-flow": "off", "@angular-eslint/template/prefer-self-closing-tags": "off", - "@angular-eslint/template/use-track-by-function": "off" + "@angular-eslint/template/use-track-by-function": "off", + "@angular-eslint/template/prefer-template-literal": "off" } } ] diff --git a/backend/controllers/lnd/channelsBackup.js b/backend/controllers/lnd/channelsBackup.js index a00a8074..3df40e53 100644 --- a/backend/controllers/lnd/channelsBackup.js +++ b/backend/controllers/lnd/channelsBackup.js @@ -9,10 +9,10 @@ const common = Common; function getFilesList(channelBackupPath, callback) { const files_list = []; let all_restore_exists = false; - let response = { all_restore_exists: false, files: [] } || { message: '', error: {}, statusCode: 500 }; + let response = { all_restore_exists: false, files: [] }; fs.readdir(channelBackupPath + sep + 'restore', (err, files) => { if (err && err.code !== 'ENOENT' && err.errno !== -4058) { - response = { message: 'Channels Restore List Failed!', error: err, statusCode: 500 }; + response = Object.assign({ message: 'Channels Restore List Failed!', error: err, statusCode: 500 }); } if (files && files.length > 0) { files.forEach((file) => { diff --git a/backend/routes/lnd/wallet.js b/backend/routes/lnd/wallet.js index 4f2fbc9d..9d558092 100644 --- a/backend/routes/lnd/wallet.js +++ b/backend/routes/lnd/wallet.js @@ -3,7 +3,8 @@ const { Router } = exprs; import { isAuthenticated } from '../../utils/authCheck.js'; import { genSeed, updateSelNodeOptions, getUTXOs, operateWallet, bumpFee, labelTransaction, leaseUTXO, releaseUTXO } from '../../controllers/lnd/wallet.js'; const router = Router(); -router.get('/genseed/:passphrase?', isAuthenticated, genSeed); +router.get('/genseed', isAuthenticated, genSeed); +router.get('/genseed/:passphrase', isAuthenticated, genSeed); router.get('/updateSelNodeOptions', isAuthenticated, updateSelNodeOptions); router.get('/getUTXOs', isAuthenticated, getUTXOs); router.post('/wallet/:operation', isAuthenticated, operateWallet); diff --git a/frontend/17.6fa7154eb6e447e2.js b/frontend/17.6fa7154eb6e447e2.js deleted file mode 100644 index 07a24de3..00000000 --- a/frontend/17.6fa7154eb6e447e2.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[17],{9017:(Rp,Et,_)=>{_.r(Et),_.d(Et,{ECLModule:()=>vp});var p=_(177),b=_(1188),Ut=_(9881),t=_(4438),h=_(2920),V=_(7575);function zt(n,o){1&n&&t.nrm(0,"mat-progress-bar",3)}let xt=(()=>{class n{constructor(e){this.router=e,this.loading=!1,this.router.events.subscribe(i=>{switch(!0){case i instanceof b.Z:this.loading=!0;break;case i instanceof b.wF:case i instanceof b.j5:case i instanceof b.L6:this.loading=!1}})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-root"]],decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(i,a){1&i&&(t.j41(0,"div",1),t.DNE(1,zt,1,0,"mat-progress-bar",2),t.nrm(2,"router-outlet",null,0),t.k0s()),2&i&&(t.R7$(),t.Y8G("ngIf",a.loading))},dependencies:[p.bT,h.DJ,h.sA,h.UI,V.HM,b.n3],data:{animation:[Ut.E]}})}}return n})();var u=_(1413),f=_(6977),rt=_(3993),Lt=_(614),F=_(5383),l=_(4416),U=_(9647),C=_(2730),P=_(8570),R=_(9640),M=_(2571),w=_(60),L=_(6038),j=_(8834),E=_(5596),St=_(6195),ct=_(9213),mt=_(9115),D=_(6850);const vt=n=>({backgroundColor:n});function Jt(n,o){if(1&n&&t.nrm(0,"span",6),2&n){const e=t.XpG();t.Y8G("ngStyle",t.eq3(1,vt,null==e.information?null:e.information.color))}}function qt(n,o){if(1&n&&(t.j41(0,"div")(1,"h4",1),t.EFF(2,"Color"),t.k0s(),t.j41(3,"div",2),t.nrm(4,"span",7),t.EFF(5),t.nI1(6,"uppercase"),t.k0s()()),2&n){const e=t.XpG();t.R7$(4),t.Y8G("ngStyle",t.eq3(4,vt,null==e.information?null:e.information.color)),t.R7$(),t.SpI(" ",t.bMT(6,2,null==e.information?null:e.information.color)," ")}}function Qt(n,o){if(1&n&&(t.j41(0,"span",2),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(e)}}let Zt=(()=>{class n{constructor(e){this.commonService=e,this.chains=[""]}ngOnChanges(){this.chains=[],this.chains.push("Bitcoin "+(this.information.network?this.commonService.titleCase(this.information.network):"Testnet"))}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(M.h))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},features:[t.OA$],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(i,a){1&i&&(t.j41(0,"div",0)(1,"div")(2,"h4",1),t.EFF(3,"Alias"),t.k0s(),t.j41(4,"div",2),t.EFF(5),t.DNE(6,Jt,1,3,"span",3),t.k0s()(),t.DNE(7,qt,7,6,"div",4),t.j41(8,"div")(9,"h4",1),t.EFF(10,"Implementation"),t.k0s(),t.j41(11,"div",2),t.EFF(12),t.k0s()(),t.j41(13,"div")(14,"h4",1),t.EFF(15,"Chain"),t.k0s(),t.DNE(16,Qt,2,1,"span",5),t.k0s()()),2&i&&(t.R7$(5),t.SpI(" ",null==a.information?null:a.information.alias," "),t.R7$(),t.Y8G("ngIf",!a.showColorFieldSeparately),t.R7$(),t.Y8G("ngIf",a.showColorFieldSeparately),t.R7$(5),t.JRh(null!=a.information&&a.information.lnImplementation||null!=a.information&&a.information.version?(null==a.information?null:a.information.lnImplementation)+" "+(null==a.information?null:a.information.version):""),t.R7$(4),t.Y8G("ngForOf",a.chains))},dependencies:[p.Sq,p.bT,p.B3,h.DJ,h.sA,h.UI,L.eI,p.Pc]})}}return n})();function Wt(n,o){if(1&n&&(t.j41(0,"div",2)(1,"div")(2,"h4",3),t.EFF(3,"Lightning"),t.k0s(),t.j41(4,"div",4),t.EFF(5),t.nI1(6,"number"),t.k0s(),t.nrm(7,"mat-progress-bar",5),t.k0s(),t.j41(8,"div")(9,"h4",3),t.EFF(10,"On-chain"),t.k0s(),t.j41(11,"div",4),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.nrm(14,"mat-progress-bar",5),t.k0s(),t.j41(15,"div")(16,"h4",3),t.EFF(17,"Total"),t.k0s(),t.j41(18,"div",4),t.EFF(19),t.nI1(20,"number"),t.k0s()()()),2&n){const e=t.XpG();t.R7$(5),t.SpI("",t.bMT(6,5,e.balances.lightning)," Sats"),t.R7$(2),t.FS9("value",e.balances.lightning/e.balances.total*100),t.R7$(5),t.SpI("",t.bMT(13,7,e.balances.onchain)," Sats"),t.R7$(2),t.FS9("value",e.balances.onchain/e.balances.total*100),t.R7$(5),t.SpI("",t.bMT(20,9,e.balances.total)," Sats")}}function Kt(n,o){if(1&n&&(t.j41(0,"div",6)(1,"p"),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let te=(()=>{class n{constructor(){this.balances={onchain:0,lightning:0,total:0}}static{this.\u0275fac=function(i){return new(i||n)}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(i,a){if(1&i&&t.DNE(0,Wt,21,11,"div",1)(1,Kt,3,1,"ng-template",null,0,t.C5r),2&i){const s=t.sdS(2);t.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",s)}},dependencies:[p.bT,h.DJ,h.sA,h.UI,V.HM,p.QX]})}}return n})();function ee(n,o){if(1&n&&(t.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),t.EFF(4,"Daily"),t.k0s(),t.j41(5,"div",5),t.EFF(6),t.nI1(7,"number"),t.k0s()(),t.j41(8,"div")(9,"h4",4),t.EFF(10,"Weekly"),t.k0s(),t.j41(11,"div",5),t.EFF(12),t.nI1(13,"number"),t.k0s()(),t.j41(14,"div")(15,"h4",4),t.EFF(16,"Monthly"),t.k0s(),t.j41(17,"div",5),t.EFF(18),t.nI1(19,"number"),t.k0s()()(),t.j41(20,"div",3)(21,"div")(22,"h4",4),t.EFF(23,"Transactions"),t.k0s(),t.j41(24,"div",5),t.EFF(25),t.nI1(26,"number"),t.k0s()(),t.j41(27,"div")(28,"h4",4),t.EFF(29,"Transactions"),t.k0s(),t.j41(30,"div",5),t.EFF(31),t.nI1(32,"number"),t.k0s()(),t.j41(33,"div")(34,"h4",4),t.EFF(35,"Transactions"),t.k0s(),t.j41(36,"div",5),t.EFF(37),t.nI1(38,"number"),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(6),t.SpI("",t.bMT(7,6,null==e.fees?null:e.fees.daily_fee)," Sats"),t.R7$(6),t.SpI("",t.bMT(13,8,null==e.fees?null:e.fees.weekly_fee)," Sats"),t.R7$(6),t.SpI("",t.bMT(19,10,null==e.fees?null:e.fees.monthly_fee)," Sats"),t.R7$(7),t.JRh(t.bMT(26,12,null==e.fees?null:e.fees.daily_txs)),t.R7$(6),t.JRh(t.bMT(32,14,null==e.fees?null:e.fees.weekly_txs)),t.R7$(6),t.JRh(t.bMT(38,16,null==e.fees?null:e.fees.monthly_txs))}}function ne(n,o){if(1&n&&(t.j41(0,"div",6)(1,"p"),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let ie=(()=>{class n{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees?.monthly_fee){this.totalFees=[{name:"Monthly",value:this.fees.monthly_fee},{name:"Weekly",value:this.fees.weekly_fee||0},{name:"Daily ",value:this.fees.daily_fee||0}];const i=10**(Math.ceil(Math.log(this.fees.monthly_fee+1)/Math.LN10)-1);this.maxFeeValue=Math.ceil(this.fees.monthly_fee/i)*i/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}static{this.\u0275fac=function(i){return new(i||n)}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},features:[t.OA$],decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(i,a){if(1&i&&t.DNE(0,ee,39,18,"div",1)(1,ne,3,1,"ng-template",null,0,t.C5r),2&i){const s=t.sdS(2);t.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",s)}},dependencies:[p.bT,h.DJ,h.sA,h.UI,p.QX]})}}return n})();function ae(n,o){if(1&n&&(t.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),t.EFF(4,"Active"),t.k0s(),t.j41(5,"div",5),t.nrm(6,"span",6),t.EFF(7),t.nI1(8,"number"),t.k0s()(),t.j41(9,"div")(10,"h4",4),t.EFF(11,"Pending"),t.k0s(),t.j41(12,"div",5),t.nrm(13,"span",7),t.EFF(14),t.nI1(15,"number"),t.k0s()(),t.j41(16,"div")(17,"h4",4),t.EFF(18,"Inactive"),t.k0s(),t.j41(19,"div",5),t.nrm(20,"span",8),t.EFF(21),t.nI1(22,"number"),t.k0s()()(),t.j41(23,"div",3)(24,"div")(25,"h4",4),t.EFF(26,"Capacity"),t.k0s(),t.j41(27,"div",5),t.EFF(28),t.nI1(29,"number"),t.k0s()(),t.j41(30,"div")(31,"h4",4),t.EFF(32,"Capacity"),t.k0s(),t.j41(33,"div",5),t.EFF(34),t.nI1(35,"number"),t.k0s()(),t.j41(36,"div")(37,"h4",4),t.EFF(38,"Capacity"),t.k0s(),t.j41(39,"div",5),t.EFF(40),t.nI1(41,"number"),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(7),t.JRh(t.bMT(8,6,(null==e.channelsStatus.active?null:e.channelsStatus.active.channels)||0)),t.R7$(7),t.JRh(t.bMT(15,8,(null==e.channelsStatus.pending?null:e.channelsStatus.pending.channels)||0)),t.R7$(7),t.JRh(t.bMT(22,10,(null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.channels)||0)),t.R7$(7),t.SpI("",t.bMT(29,12,(null==e.channelsStatus.active?null:e.channelsStatus.active.capacity)||0)," Sats"),t.R7$(6),t.SpI("",t.bMT(35,14,(null==e.channelsStatus.pending?null:e.channelsStatus.pending.capacity)||0)," Sats"),t.R7$(6),t.SpI("",t.bMT(41,16,(null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.capacity)||0)," Sats")}}function oe(n,o){if(1&n&&(t.j41(0,"div",9)(1,"p"),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let se=(()=>{class n{constructor(){this.channelsStatus={}}static{this.\u0275fac=function(i){return new(i||n)}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(i,a){if(1&i&&t.DNE(0,ae,42,18,"div",1)(1,oe,3,1,"ng-template",null,0,t.C5r),2&i){const s=t.sdS(2);t.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",s)}},dependencies:[p.bT,h.DJ,h.sA,h.UI,p.QX]})}}return n})();var g=_(6467),Z=_(1997),J=_(4823),A=_(497);const le=()=>["../connections/channels/open"],re=(n,o)=>({filterColumn:n,filterValue:o});function ce(n,o){if(1&n&&(t.j41(0,"div",19)(1,"a",20),t.EFF(2),t.nI1(3,"slice"),t.k0s(),t.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),t.EFF(7,"Local:"),t.k0s(),t.EFF(8),t.nI1(9,"number"),t.k0s(),t.j41(10,"mat-hint",22),t.nrm(11,"fa-icon",23),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.j41(14,"mat-hint",24)(15,"strong",8),t.EFF(16,"Remote:"),t.k0s(),t.EFF(17),t.nI1(18,"number"),t.k0s()(),t.nrm(19,"mat-progress-bar",25),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(3);t.R7$(),t.FS9("matTooltip",e.alias||e.shortChannelId),t.FS9("matTooltipDisabled",(e.alias||e.shortChannelId).length<26),t.Y8G("routerLink",t.lJ4(23,le))("state",t.l_i(24,re,e.alias?"alias":"shortChannelId",e.alias||e.shortChannelId)),t.R7$(),t.Lme(" ",t.brH(3,11,(null==e?null:e.alias)||(null==e?null:e.shortChannelId),0,24),"",((null==e?null:e.alias)||(null==e?null:e.shortChannelId)).length>25?"...":""," "),t.R7$(6),t.SpI("",t.i5U(9,15,(null==e?null:e.toLocal)||0,"1.0-0")," Sats"),t.R7$(3),t.Y8G("icon",i.faBalanceScale),t.R7$(),t.SpI(" (",t.bMT(13,18,(null==e?null:e.balancedness)||0),") "),t.R7$(5),t.SpI("",t.i5U(18,20,(null==e?null:e.toRemote)||0,"1.0-0")," Sats"),t.R7$(2),t.FS9("value",e.toLocal&&e.toLocal>0?+e.toLocal/(+e.toLocal+ +e.toRemote)*100:0)}}function me(n,o){if(1&n&&(t.j41(0,"div",17),t.DNE(1,ce,20,27,"div",18),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.allChannels)}}function pe(n,o){if(1&n&&(t.j41(0,"div",3)(1,"div",4)(2,"span",5),t.EFF(3,"Total Capacity"),t.k0s(),t.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),t.EFF(7,"Local:"),t.k0s(),t.EFF(8),t.nI1(9,"number"),t.k0s(),t.j41(10,"mat-hint",9),t.nrm(11,"fa-icon",10),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.j41(14,"mat-hint",11)(15,"strong",8),t.EFF(16,"Remote:"),t.k0s(),t.EFF(17),t.nI1(18,"number"),t.k0s()(),t.nrm(19,"mat-progress-bar",12),t.k0s(),t.j41(20,"div",13),t.nrm(21,"mat-divider",14),t.k0s(),t.j41(22,"div",15),t.DNE(23,me,2,1,"div",16),t.k0s()()),2&n){const e=t.XpG(),i=t.sdS(2);t.R7$(8),t.SpI("",t.i5U(9,7,(null==e.channelBalances?null:e.channelBalances.localBalance)||0,"1.0-0")," Sats"),t.R7$(3),t.Y8G("icon",e.faBalanceScale),t.R7$(),t.SpI(" (",t.bMT(13,10,(null==e.channelBalances?null:e.channelBalances.balancedness)||0),") "),t.R7$(5),t.SpI("",t.i5U(18,12,(null==e.channelBalances?null:e.channelBalances.remoteBalance)||0,"1.0-0")," Sats"),t.R7$(2),t.FS9("value",null!=e.channelBalances&&e.channelBalances.localBalance&&(null==e.channelBalances?null:e.channelBalances.localBalance)>0?+(null==e.channelBalances?null:e.channelBalances.localBalance)/(+(null==e.channelBalances?null:e.channelBalances.localBalance)+ +(null==e.channelBalances?null:e.channelBalances.remoteBalance))*100:0),t.R7$(4),t.Y8G("ngIf",e.allChannels&&(null==e.allChannels?null:e.allChannels.length)>0)("ngIfElse",i)}}function ue(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",26),t.EFF(1," No channels available. "),t.j41(2,"button",27),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.goToChannels())}),t.EFF(3,"Open Channel"),t.k0s()()}}function de(n,o){if(1&n&&(t.j41(0,"div",28)(1,"p"),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let he=(()=>{class n{constructor(e){this.router=e,this.faBalanceScale=F.GR4,this.faDumbbell=F.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/ecl/connections")}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(i,a){if(1&i&&t.DNE(0,pe,24,15,"div",2)(1,ue,4,0,"ng-template",null,0,t.C5r)(3,de,3,1,"ng-template",null,1,t.C5r),2&i){const s=t.sdS(4);t.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",s)}},dependencies:[p.Sq,p.bT,w.aY,h.DJ,h.sA,h.UI,j.$z,g.MV,Z.q,V.HM,J.oV,A.Ld,b.Wk,p.P9,p.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]})}}return n})();const fe=(n,o,e)=>({"mb-4":n,"mb-2":o,"mb-1":e}),_e=()=>["../connections/channels/open"],ge=(n,o)=>({filterColumn:n,filterValue:o});function Ce(n,o){if(1&n&&(t.j41(0,"mat-hint",19)(1,"strong",20),t.EFF(2,"Capacity: "),t.k0s(),t.EFF(3),t.nI1(4,"number"),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(3),t.SpI("",t.i5U(4,1,e.toRemote||0,"1.0-0")," Sats")}}function ye(n,o){if(1&n&&(t.j41(0,"mat-hint",19)(1,"strong",20),t.EFF(2,"Capacity: "),t.k0s(),t.EFF(3),t.nI1(4,"number"),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(3),t.SpI("",t.i5U(4,1,e.toLocal||0,"1.0-0")," Sats")}}function be(n,o){if(1&n&&t.nrm(0,"mat-progress-bar",21),2&n){const e=t.XpG().$implicit,i=t.XpG(3);t.FS9("value",i.totalLiquidity>0?(+e.toRemote||0)/i.totalLiquidity*100:0)}}function Fe(n,o){if(1&n&&t.nrm(0,"mat-progress-bar",21),2&n){const e=t.XpG().$implicit,i=t.XpG(3);t.FS9("value",i.totalLiquidity>0?(+e.toLocal||0)/i.totalLiquidity*100:0)}}function Ee(n,o){if(1&n&&(t.j41(0,"div",14)(1,"a",15),t.EFF(2),t.nI1(3,"slice"),t.k0s(),t.j41(4,"div",16),t.DNE(5,Ce,5,4,"mat-hint",17)(6,ye,5,4,"mat-hint",17),t.k0s(),t.DNE(7,be,1,1,"mat-progress-bar",18)(8,Fe,1,1,"mat-progress-bar",18),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(3);t.R7$(),t.FS9("matTooltip",e.alias||e.shortChannelId),t.FS9("matTooltipDisabled",(e.alias||e.shortChannelId).length<26),t.Y8G("routerLink",t.lJ4(14,_e))("state",t.l_i(15,ge,e.alias?"alias":"shortChannelId",e.alias||e.shortChannelId)),t.R7$(),t.Lme(" ",t.brH(3,10,e.alias||e.shortChannelId,0,24),"",(e.alias||e.shortChannelId).length>25?"...":""," "),t.R7$(3),t.Y8G("ngIf","In"===i.direction),t.R7$(),t.Y8G("ngIf","Out"===i.direction),t.R7$(),t.Y8G("ngIf","In"===i.direction),t.R7$(),t.Y8G("ngIf","Out"===i.direction)}}function xe(n,o){if(1&n&&(t.j41(0,"div",12),t.DNE(1,Ee,9,18,"div",13),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.allChannels)}}function Le(n,o){if(1&n&&(t.j41(0,"div",3)(1,"div",4)(2,"span",5),t.EFF(3,"Total Capacity"),t.k0s(),t.j41(4,"mat-hint",6),t.EFF(5),t.nI1(6,"number"),t.k0s(),t.nrm(7,"mat-progress-bar",7),t.k0s(),t.j41(8,"div",8),t.nrm(9,"mat-divider",9),t.k0s(),t.j41(10,"div",10),t.DNE(11,xe,2,1,"div",11),t.k0s()()),2&n){const e=t.XpG(),i=t.sdS(2);t.Y8G("ngClass",t.sMw(7,fe,e.screenSize===e.screenSizeEnum.XS||e.screenSize===e.screenSizeEnum.SM,e.screenSize===e.screenSizeEnum.MD,e.screenSize===e.screenSizeEnum.LG||e.screenSize===e.screenSizeEnum.XL)),t.R7$(5),t.SpI("",t.i5U(6,4,e.totalLiquidity,"1.0-0")," Sats"),t.R7$(6),t.Y8G("ngIf",e.allChannels&&e.allChannels.length>0)("ngIfElse",i)}}function Se(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",24),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.goToChannels())}),t.EFF(1,"Open Channel"),t.k0s()}}function ve(n,o){if(1&n&&(t.j41(0,"div",22),t.EFF(1," No channels available. "),t.DNE(2,Se,2,0,"button",23),t.k0s()),2&n){const e=t.XpG();t.R7$(2),t.Y8G("ngIf","Out"===e.direction)}}function Re(n,o){if(1&n&&(t.j41(0,"div",25)(1,"p"),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let Ie=(()=>{class n{constructor(e,i){this.router=e,this.commonService=i,this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}goToChannels(){this.router.navigateByUrl("/ecl/connections")}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix),t.rXU(M.h))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],["fxLayout","column","fxFlex.gt-sm","88","fxFlex","84","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","class","w-100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100",1,"w-100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","100","fxLayoutAlign","start center","class","font-size-90 color-primary",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(i,a){if(1&i&&t.DNE(0,Le,12,11,"div",2)(1,ve,3,1,"ng-template",null,0,t.C5r)(3,Re,3,1,"ng-template",null,1,t.C5r),2&i){const s=t.sdS(4);t.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",s)}},dependencies:[p.YU,p.Sq,p.bT,h.DJ,h.sA,h.UI,L.PW,j.$z,g.MV,Z.q,V.HM,J.oV,A.Ld,b.Wk,p.P9,p.QX]})}}return n})();var q=_(6697),k=_(6695),x=_(2042),c=_(9159),S=_(2798),H=_(5964),T=_(5428),B=_(5351),pt=_(3017),Q=_(4054),K=_(1534),d=_(9417),O=_(9631),W=_(9587);const ke=["paymentReq"];function Te(n,o){if(1&n&&(t.j41(0,"span",23),t.nrm(1,"fa-icon",24),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function we(n,o){if(1&n&&t.nrm(0,"span",25),2&n){const e=t.XpG(2);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function je(n,o){if(1&n&&(t.j41(0,"mat-hint",20),t.EFF(1),t.DNE(2,Te,2,1,"span",21)(3,we,1,1,"span",22),t.EFF(4),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI(" ",e.paymentDecodedHintPre," "),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.SpI(" ",e.paymentDecodedHintPost," ")}}function De(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Payment request is required."),t.k0s())}function Ge(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.JRh(e.paymentDecodedHint)}}function Pe(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Payment amount is required."),t.k0s())}function Ae(n,o){if(1&n){const e=t.RV6();t.j41(0,"mat-form-field",4)(1,"mat-label"),t.EFF(2,"Amount (Sats)"),t.k0s(),t.j41(3,"input",26,2),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.paymentAmount,a)||(s.paymentAmount=a),t.Njj(a)}),t.bIt("change",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onAmountChange(a))}),t.k0s(),t.j41(5,"mat-hint"),t.EFF(6,"It is a zero amount invoice, enter amount to be paid."),t.k0s(),t.DNE(7,Pe,2,0,"mat-error",14),t.k0s()}if(2&n){const e=t.XpG();t.R7$(3),t.R50("ngModel",e.paymentAmount),t.R7$(4),t.Y8G("ngIf",!e.paymentAmount)}}function Ne(n,o){if(1&n&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.paymentError)}}function Me(n,o){if(1&n&&(t.j41(0,"div",27),t.nrm(1,"fa-icon",28),t.DNE(2,Ne,2,1,"span",14),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.paymentError)}}let Be=(()=>{class n{constructor(e,i,a,s,r,m,I,y){this.dialogRef=e,this.store=i,this.eclEffects=a,this.logger=s,this.commonService=r,this.decimalPipe=m,this.actions=I,this.dataService=y,this.faExclamationTriangle=F.zpE,this.convertedCurrency=null,this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.selActiveChannel={},this.activeChannels={},this.feeLimit=null,this.selFeeLimitType=l.nv[0],this.feeLimitTypes=l.nv,this.paymentError="",this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.activeChannels=e.activeChannels,this.logger.info(e)}),this.actions.pipe((0,f.Q)(this.unSubs[1]),(0,H.p)(e=>e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL||e.type===l.Uu.SEND_PAYMENT_STATUS_ECL)).subscribe(e=>{e.type===l.Uu.SEND_PAYMENT_STATUS_ECL&&this.dialogRef.close(),e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&e.payload.status===l.wn.ERROR&&"SendPayment"===e.payload.action&&(delete this.paymentDecoded.amount,this.paymentError=e.payload.message)})}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():(this.paymentAmount=null,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors(null),this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,q.s)(1)).subscribe({next:e=>{this.paymentDecoded=e,this.paymentDecoded.timestamp&&!this.paymentDecoded.amount?(this.paymentDecoded.amount=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion&&this.paymentDecoded.amount?this.commonService.convertCurrency(+this.paymentDecoded.amount,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,f.Q)(this.unSubs[2])).subscribe({next:i=>{this.convertedCurrency=i,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,l.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:i=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))},error:e=>{this.logger.error(e),this.paymentDecodedHintPre="ERROR: "+(e.message?e.message:"string"==typeof e?e:JSON.stringify(e)),this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}sendPayment(){this.store.dispatch((0,T.Fd)(this.zeroAmtInvoice&&this.paymentAmount?{payload:{invoice:this.paymentRequest,amountMsat:1e3*this.paymentAmount,fromDialog:!0}}:{payload:{invoice:this.paymentRequest,fromDialog:!0}}))}onPaymentRequestEntry(e){this.paymentRequest=e&&"string"==typeof e?e.trim():e,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,q.s)(1)).subscribe({next:i=>{this.paymentDecoded=i,this.paymentDecoded.timestamp&&!this.paymentDecoded.amount?(this.paymentDecoded.amount=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion&&this.paymentDecoded.amount?this.commonService.convertCurrency(+this.paymentDecoded.amount,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,f.Q)(this.unSubs[3])).subscribe({next:a=>{this.convertedCurrency=a,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,l.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:a=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))},error:i=>{this.logger.error(i),this.paymentDecodedHintPre="ERROR: "+(i.message?i.message:"string"==typeof i?i:JSON.stringify(i)),this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}onAmountChange(e){delete this.paymentDecoded.amount,this.paymentDecoded.amount=e}resetData(){this.paymentDecoded={},this.paymentRequest="",this.selActiveChannel=null,this.feeLimit=null,this.selFeeLimitType=l.nv[0],this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(R.il),t.rXU(pt.B),t.rXU(P.gP),t.rXU(M.h),t.rXU(p.QX),t.rXU(Q.En),t.rXU(K.u))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-lightning-send-payments"]],viewQuery:function(i,a){if(1&i&&t.GBs(ke,5),2&i){let s;t.mGM(s=t.lsd())&&(a.paymentReq=s.first)}},decls:26,vars:7,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["paymentAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","change","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),t.EFF(5,"Send Payment"),t.k0s()(),t.j41(6,"button",8),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",9)(9,"form",10,0)(11,"mat-form-field",11)(12,"mat-label"),t.EFF(13,"Payment Request"),t.k0s(),t.j41(14,"textarea",12,1),t.bIt("ngModelChange",function(m){return t.eBV(s),t.Njj(a.onPaymentRequestEntry(m))})("matTextareaAutosize",function(){return t.eBV(s),t.Njj(!0)}),t.k0s(),t.DNE(16,je,5,4,"mat-hint",13)(17,De,2,0,"mat-error",14)(18,Ge,2,1,"mat-error",14),t.k0s(),t.DNE(19,Ae,8,2,"mat-form-field",15)(20,Me,3,2,"div",16),t.j41(21,"div",17)(22,"button",18),t.bIt("click",function(){return t.eBV(s),t.Njj(a.resetData())}),t.EFF(23,"Clear Fields"),t.k0s(),t.j41(24,"button",19),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onSendPayment())}),t.EFF(25,"Send Payment"),t.k0s()()()()()()}if(2&i){const s=t.sdS(15);t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(8),t.Y8G("ngModel",a.paymentRequest),t.R7$(2),t.Y8G("ngIf",a.paymentRequest&&""!==a.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",!a.paymentRequest),t.R7$(),t.Y8G("ngIf",null==s.errors?null:s.errors.decodeError),t.R7$(),t.Y8G("ngIf",a.zeroAmtInvoice),t.R7$(),t.Y8G("ngIf",""!==a.paymentError)}},dependencies:[p.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,B.tx,j.$z,E.m2,E.MM,O.fg,g.rl,g.nJ,g.MV,g.TL,W.N]})}}return n})();var Y=_(9454);const $e=["scrollContainer"];function Ve(n,o){if(1&n&&(t.j41(0,"div",9)(1,"div",2)(2,"h4",11),t.EFF(3,"Description"),t.k0s(),t.j41(4,"span",12),t.EFF(5),t.k0s()()()),2&n){const e=t.XpG();t.R7$(5),t.JRh(e.description)}}function Oe(n,o){1&n&&t.nrm(0,"mat-divider",14)}function He(n,o){if(1&n){const e=t.RV6();t.j41(0,"mat-expansion-panel",23),t.bIt("opened",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onExpansionOpen(!0))})("closed",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onExpansionOpen(!1))}),t.j41(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"h4",24),t.EFF(4),t.k0s(),t.j41(5,"h4",25),t.EFF(6),t.nI1(7,"number"),t.k0s()()(),t.j41(8,"div",8)(9,"div",9)(10,"div",26)(11,"h4",11),t.EFF(12,"Fees (mSats)"),t.k0s(),t.j41(13,"span",12),t.EFF(14),t.nI1(15,"number"),t.k0s()(),t.j41(16,"div",26)(17,"h4",11),t.EFF(18,"Date/Time"),t.k0s(),t.j41(19,"span",12),t.EFF(20),t.nI1(21,"date"),t.k0s()()(),t.nrm(22,"mat-divider",14),t.j41(23,"div",9)(24,"div",2)(25,"h4",11),t.EFF(26,"ID"),t.k0s(),t.j41(27,"span",27),t.EFF(28),t.k0s()()(),t.nrm(29,"mat-divider",14),t.j41(30,"div",9)(31,"div",2)(32,"h4",11),t.EFF(33,"To Channel"),t.k0s(),t.j41(34,"span",27),t.EFF(35),t.k0s()()()()()}if(2&n){const e=o.$implicit,i=o.index,a=t.XpG();t.Y8G("expanded",a.expansionOpen),t.R7$(4),t.SpI("Part ",i+1,""),t.R7$(2),t.SpI("",t.bMT(7,7,e.amount)," (Sats)"),t.R7$(8),t.JRh(t.bMT(15,9,e.feesPaid)),t.R7$(6),t.JRh(t.i5U(21,11,e.timestamp,"dd/MMM/y HH:mm")),t.R7$(8),t.JRh(e.id),t.R7$(7),t.JRh(e.toChannelAlias)}}let Ye=(()=>{class n{constructor(e,i){this.dialogRef=e,this.data=i,this.description=null,this.shouldScroll=!0,this.expansionOpen=!0}ngOnInit(){this.payment=this.data.payment,this.data.sentPaymentInfo.length>0&&this.data.sentPaymentInfo[0].paymentRequest&&this.data.sentPaymentInfo[0].paymentRequest.description&&""!==this.data.sentPaymentInfo[0].paymentRequest.description&&(this.description=this.data.sentPaymentInfo[0].paymentRequest.description)}ngAfterViewChecked(){this.shouldScroll=this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+62.6}onExpansionOpen(e){this.expansionOpen=e}onClose(){this.dialogRef.close(!1)}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(B.Vh))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-payment-information"]],viewQuery:function(i,a){if(1&i&&t.GBs($e,5),2&i){let s;t.mGM(s=t.lsd())&&(a.scrollContainer=s.first)}},decls:66,vars:15,consts:[["scrollContainer",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"h-40","padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],["fxFlex","70"],[1,"w-100","my-1"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],["class","flat-expansion-panel my-1",3,"expanded","opened","closed",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],[1,"flat-expansion-panel","my-1",3,"opened","closed","expanded"],["fxFlex","30","fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","70","fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Payment Information"),t.k0s()(),t.j41(6,"button",6),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7,0)(10,"div",8)(11,"div",9)(12,"div",10)(13,"h4",11),t.EFF(14,"Amount (Sats)"),t.k0s(),t.j41(15,"span",12),t.EFF(16),t.nI1(17,"number"),t.k0s()(),t.j41(18,"div",13)(19,"h4",11),t.EFF(20,"Date/Time"),t.k0s(),t.j41(21,"span",12),t.EFF(22),t.nI1(23,"date"),t.k0s()()(),t.nrm(24,"mat-divider",14),t.j41(25,"div",9)(26,"div",2)(27,"h4",11),t.EFF(28,"ID"),t.k0s(),t.j41(29,"span",12),t.EFF(30),t.k0s()()(),t.nrm(31,"mat-divider",14),t.j41(32,"div",9)(33,"div",2)(34,"h4",11),t.EFF(35,"Payment Hash"),t.k0s(),t.j41(36,"span",12),t.EFF(37),t.k0s()()(),t.nrm(38,"mat-divider",14),t.j41(39,"div",9)(40,"div",2)(41,"h4",11),t.EFF(42,"Payment Preimage"),t.k0s(),t.j41(43,"span",12),t.EFF(44),t.k0s()()(),t.nrm(45,"mat-divider",14),t.j41(46,"div",9)(47,"div",2)(48,"h4",11),t.EFF(49,"Recipient Node"),t.k0s(),t.j41(50,"span",12),t.EFF(51),t.k0s()()(),t.nrm(52,"mat-divider",14),t.DNE(53,Ve,6,1,"div",15)(54,Oe,1,0,"mat-divider",16),t.j41(55,"div",9)(56,"div",2)(57,"mat-accordion"),t.DNE(58,He,36,14,"mat-expansion-panel",17),t.k0s()()()()(),t.j41(59,"div",18)(60,"button",19),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onScrollDown())}),t.j41(61,"mat-icon",20),t.EFF(62,"arrow_downward"),t.k0s()()(),t.j41(63,"div",21)(64,"button",22),t.EFF(65,"OK"),t.k0s()()()()}2&i&&(t.R7$(16),t.JRh(t.bMT(17,10,a.payment.recipientAmount)),t.R7$(6),t.JRh(t.i5U(23,12,a.payment.firstPartTimestamp,"dd/MMM/y HH:mm")),t.R7$(8),t.JRh(a.payment.id),t.R7$(7),t.JRh(a.payment.paymentHash),t.R7$(7),t.JRh(a.payment.paymentPreimage),t.R7$(7),t.JRh(a.payment.recipientNodeAlias),t.R7$(2),t.Y8G("ngIf",a.description),t.R7$(),t.Y8G("ngIf",a.description),t.R7$(4),t.Y8G("ngForOf",a.payment.parts),t.R7$(6),t.Y8G("mat-dialog-close",!1))},dependencies:[p.Sq,p.bT,h.DJ,h.sA,h.UI,B.tx,j.$z,j.$0,E.m2,E.MM,Y.BS,Y.GK,Y.Z2,Y.WN,ct.An,Z.q,A.Ld,p.QX,p.vh]})}}return n})();var v=_(1771),at=_(7541),z=_(2929),X=_(6600);const Xe=["sendPaymentForm"],Ue=()=>["all"],ze=n=>({"error-border":n}),Je=()=>["no_payment"],$=n=>({width:n}),qe=n=>({"display-none":n});function Qe(n,o){if(1&n&&(t.j41(0,"span",18),t.nrm(1,"fa-icon",19),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function Ze(n,o){if(1&n&&t.nrm(0,"span",20),2&n){const e=t.XpG(3);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function We(n,o){if(1&n&&(t.j41(0,"mat-hint",15),t.EFF(1),t.DNE(2,Qe,2,1,"span",16)(3,Ze,1,1,"span",17),t.EFF(4),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.SpI(" ",e.paymentDecodedHintPre," "),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.SpI(" ",e.paymentDecodedHintPost," ")}}function Ke(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Payment request is required."),t.k0s())}function tn(n,o){if(1&n){const e=t.RV6();t.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),t.EFF(4,"Payment Request"),t.k0s(),t.j41(5,"textarea",9,1),t.bIt("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onPaymentRequestEntry(a))})("matTextareaAutosize",function(){return t.eBV(e),t.Njj(!0)}),t.k0s(),t.DNE(7,We,5,4,"mat-hint",10)(8,Ke,2,0,"mat-error",11),t.k0s(),t.j41(9,"div",12)(10,"button",13),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.resetData())}),t.EFF(11,"Clear Field"),t.k0s(),t.j41(12,"button",14),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onSendPayment())}),t.EFF(13,"Send Payment"),t.k0s()()()}if(2&n){const e=t.XpG();t.R7$(5),t.Y8G("ngModel",e.paymentRequest),t.R7$(2),t.Y8G("ngIf",e.paymentRequest&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",!e.paymentRequest)}}function en(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",21)(1,"button",14),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.openSendPaymentModal())}),t.EFF(2,"Send Payment"),t.k0s()()}}function nn(n,o){if(1&n&&(t.j41(0,"mat-option",66),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function an(n,o){1&n&&t.nrm(0,"mat-progress-bar",67)}function on(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Date/Time"),t.k0s())}function sn(n,o){if(1&n&&(t.j41(0,"td",69),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.i5U(2,1,null==e?null:e.firstPartTimestamp,"dd/MMM/y HH:mm"))}}function ln(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"ID"),t.k0s())}function rn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.id)}}function cn(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Destination Node ID"),t.k0s())}function mn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeId)}}function pn(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Destination"),t.k0s())}function un(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeAlias)}}function dn(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Description"),t.k0s())}function hn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description)}}function fn(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Payment Hash"),t.k0s())}function _n(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function gn(n,o){1&n&&(t.j41(0,"th",68),t.EFF(1,"Preimage"),t.k0s())}function Cn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentPreimage)}}function yn(n,o){1&n&&(t.j41(0,"th",72),t.EFF(1,"Amount (Sats)"),t.k0s())}function bn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"span",73),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.recipientAmount))}}function Fn(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",74)(1,"div",75)(2,"mat-select",76),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",77),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function En(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",78)(1,"button",79),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onPaymentClick(a))}),t.EFF(2,"View Info"),t.k0s()()}}function xn(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No payment available."),t.k0s())}function Ln(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting payments..."),t.k0s())}function Sn(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function vn(n,o){if(1&n&&(t.j41(0,"td",80),t.DNE(1,xn,2,0,"p",11)(2,Ln,2,0,"p",11)(3,Sn,2,1,"p",11),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Rn(n,o){if(1&n&&(t.j41(0,"span",81),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,e.timestamp,"dd/MMM/y HH:mm")," ")}}function In(n,o){if(1&n&&(t.qex(0),t.DNE(1,Rn,3,4,"span",82),t.bVm()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function kn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"span",81),t.EFF(2),t.k0s(),t.DNE(3,In,2,1,"ng-container",11),t.k0s()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" Total Attempts: ",(null==e||null==e.parts?null:e.parts.length)||0," "),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Tn(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(e.id)}}function wn(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,Tn,4,4,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function jn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,wn,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.id),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Dn(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(e.toChannelId)}}function Gn(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,Dn,4,4,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Pn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Gn,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeId),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function An(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(e.toChannelAlias)}}function Nn(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,An,4,4,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Mn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Nn,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeAlias),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Bn(n,o){if(1&n&&(t.j41(0,"span",84),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,e.amount,"1.0-0")," ")}}function $n(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,Bn,3,4,"span",85),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Vn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"span",84),t.EFF(2),t.nI1(3,"number"),t.k0s(),t.DNE(4,$n,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.i5U(3,2,null==e?null:e.recipientAmount,"1.0-0")),t.R7$(2),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function On(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function Hn(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,On,5,7,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Yn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Hn,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Xn(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function Un(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,Xn,5,7,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function zn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Un,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Jn(n,o){if(1&n&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function qn(n,o){if(1&n&&(t.j41(0,"span"),t.DNE(1,Jn,5,7,"span",82),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Qn(n,o){if(1&n&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,qn,2,1,"span",11),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,$,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentPreimage),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Zn(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",89)(1,"button",90),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2).$implicit,r=t.XpG(2);return t.Njj(r.onPartClick(a,s))}),t.EFF(2),t.k0s()()}if(2&n){const e=o.index;t.R7$(2),t.SpI("View ",e+1,"")}}function Wn(n,o){if(1&n&&(t.j41(0,"div"),t.DNE(1,Zn,3,1,"div",88),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Kn(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",69)(1,"span",86)(2,"button",87),t.bIt("click",function(){const a=t.eBV(e).$implicit;return t.Njj(a.is_expanded=!a.is_expanded)}),t.EFF(3),t.k0s()(),t.DNE(4,Wn,2,1,"div",11),t.k0s()}if(2&n){const e=o.$implicit;t.R7$(3),t.JRh(null!=e&&e.is_expanded?"Hide":"Show"),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function ti(n,o){1&n&&t.nrm(0,"tr",91)}function ei(n,o){if(1&n&&t.nrm(0,"tr",92),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,qe,(null==e.payments||null==e.payments.data?null:e.payments.data.length)>0))}}function ni(n,o){1&n&&t.nrm(0,"tr",93)}function ii(n,o){1&n&&t.nrm(0,"tr",91)}function ai(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",22)(1,"div",23)(2,"div",24),t.nrm(3,"fa-icon",25),t.j41(4,"span",26),t.EFF(5,"Payments History"),t.k0s()(),t.j41(6,"div",27)(7,"mat-form-field",28)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",29),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilterBy,a)||(s.selFilterBy=a),t.Njj(a)}),t.bIt("selectionChange",function(){t.eBV(e);const a=t.XpG();return a.selFilter="",t.Njj(a.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,nn,2,2,"mat-option",30),t.k0s()()(),t.j41(13,"mat-form-field",28)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",31),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilter,a)||(s.selFilter=a),t.Njj(a)}),t.bIt("input",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())})("keyup",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(17,"div",32)(18,"div",33),t.DNE(19,an,1,0,"mat-progress-bar",34),t.j41(20,"table",35,2),t.qex(22,36),t.DNE(23,on,2,0,"th",37)(24,sn,3,4,"td",38),t.bVm(),t.qex(25,39),t.DNE(26,ln,2,0,"th",37)(27,rn,4,4,"td",38),t.bVm(),t.qex(28,40),t.DNE(29,cn,2,0,"th",37)(30,mn,4,4,"td",38),t.bVm(),t.qex(31,41),t.DNE(32,pn,2,0,"th",37)(33,un,4,4,"td",38),t.bVm(),t.qex(34,42),t.DNE(35,dn,2,0,"th",37)(36,hn,4,4,"td",38),t.bVm(),t.qex(37,43),t.DNE(38,fn,2,0,"th",37)(39,_n,4,4,"td",38),t.bVm(),t.qex(40,44),t.DNE(41,gn,2,0,"th",37)(42,Cn,4,4,"td",38),t.bVm(),t.qex(43,45),t.DNE(44,yn,2,0,"th",46)(45,bn,4,3,"td",38),t.bVm(),t.qex(46,47),t.DNE(47,Fn,6,0,"th",48)(48,En,3,0,"td",49),t.bVm(),t.qex(49,50),t.DNE(50,vn,4,3,"td",51),t.bVm(),t.qex(51,52),t.DNE(52,kn,4,2,"td",38),t.bVm(),t.qex(53,53),t.DNE(54,jn,5,5,"td",38),t.bVm(),t.qex(55,54),t.DNE(56,Pn,5,5,"td",38),t.bVm(),t.qex(57,55),t.DNE(58,Mn,5,5,"td",38),t.bVm(),t.qex(59,56),t.DNE(60,Vn,5,5,"td",38),t.bVm(),t.qex(61,57),t.DNE(62,Yn,5,5,"td",38),t.bVm(),t.qex(63,58),t.DNE(64,zn,5,5,"td",38),t.bVm(),t.qex(65,59),t.DNE(66,Qn,5,5,"td",38),t.bVm(),t.qex(67,60),t.DNE(68,Kn,5,2,"td",38),t.bVm(),t.DNE(69,ti,1,0,"tr",61)(70,ei,1,3,"tr",62)(71,ni,1,0,"tr",63)(72,ii,1,0,"tr",64),t.k0s()()(),t.nrm(73,"mat-paginator",65),t.k0s()}if(2&n){const e=t.XpG();t.R7$(3),t.Y8G("icon",e.faHistory),t.R7$(7),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(17,Ue).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter),t.R7$(3),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.payments)("ngClass",t.eq3(18,ze,""!==e.errorMessage)),t.R7$(49),t.Y8G("matRowDefColumns",e.partColumns)("matRowDefWhen",e.is_group),t.R7$(),t.Y8G("matFooterRowDef",t.lJ4(20,Je)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("showFirstLastButtons",e.screenSize!==e.screenSizeEnum.XS)}}let Rt=(()=>{class n{constructor(e,i,a,s,r,m,I,y){this.logger=e,this.commonService=i,this.store=a,this.rtlEffects=s,this.decimalPipe=r,this.dataService=m,this.datePipe=I,this.camelCaseWithSpaces=y,this.calledFrom="transactions",this.convertedCurrency=null,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:l.md,sortBy:"firstPartTimestamp",sortOrder:l.oi.DESCENDING},this.faHistory=F.Int,this.newlyAddedPayment="",this.information={},this.payments=new c.I6([]),this.paymentJSONArr=[],this.paymentDecoded={},this.displayedColumns=[],this.partColumns=[],this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.information=e}),this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.partColumns=[],this.displayedColumns.map(i=>this.partColumns.push("group_"+i)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,T.CK)({payload:{count:1e6,skip:0}}))),this.logger.info(this.displayedColumns)}),this.store.select(C.KT).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=e.payments&&e.payments.sent&&e.payments.sent.length>0?e.payments.sent:[],this.paymentJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr),this.logger.info(e)})}ngAfterViewInit(){this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr)}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):this.commonService.titleCase(e)}setFilterPredicate(){this.payments.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=(e.firstPartTimestamp?this.datePipe.transform(new Date(e.firstPartTimestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(e).toLowerCase();break;case"firstPartTimestamp":a=this.datePipe.transform(new Date(e.firstPartTimestamp||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}loadPaymentsTable(e){this.payments=new c.I6(e?[...e]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(i,a)=>{switch(a){case"firstPartTimestamp":return this.commonService.sortByKey(i.parts,"timestamp","number",this.sort?.direction),i.firstPartTimestamp;case"id":return this.commonService.sortByKey(i.parts,"id","string",this.sort?.direction),i.id;case"recipientNodeAlias":return this.commonService.sortByKey(i.parts,"toChannelAlias","string",this.sort?.direction),i.recipientNodeAlias;case"recipientAmount":return this.commonService.sortByKey(i.parts,"amount","number",this.sort?.direction),i.recipientAmount;default:return i[a]&&isNaN(i[a])?i[a].toLocaleLowerCase():i[a]?+i[a]:null}},this.payments.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,q.s)(1)).subscribe(e=>{this.paymentDecoded=e,this.paymentDecoded.timestamp?(this.paymentDecoded.amount||(this.paymentDecoded.amount=0),this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.paymentHash||"",this.paymentDecoded.amount&&0!==this.paymentDecoded.amount?(this.store.dispatch((0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"paymentHash",value:this.paymentDecoded.paymentHash,title:"Payment Hash",width:100}],[{key:"nodeId",value:this.paymentDecoded.nodeId,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:l.UN.DATE_TIME},{key:"amount",value:this.paymentDecoded.amount,title:"Amount (Sats)",width:50,type:l.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:l.UN.NUMBER},{key:"minFinalCltvExpiry",value:this.paymentDecoded.minFinalCltvExpiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,q.s)(1)).subscribe(i=>{i&&(this.store.dispatch((0,T.Fd)({payload:{invoice:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",message:[[{key:"paymentHash",value:this.paymentDecoded.paymentHash,title:"Payment Hash",width:100}],[{key:"nodeId",value:this.paymentDecoded.nodeId,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:l.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:l.UN.NUMBER},{key:"minFinalCltvExpiry",value:this.paymentDecoded.minFinalCltvExpiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",getInputs:[{placeholder:"Amount (Sats)",inputType:l.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,q.s)(1)).subscribe(a=>{a&&(this.paymentDecoded.amount=a[0].inputValue,this.store.dispatch((0,T.Fd)({payload:{invoice:this.paymentRequest,amountMsat:1e3*a[0].inputValue,fromDialog:!1}})),this.resetData())}))}onPaymentRequestEntry(e){this.paymentRequest=e,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,q.s)(1)).subscribe(i=>{this.paymentDecoded=i,this.paymentDecoded.amount?this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.amount,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,f.Q)(this.unSubs[4])).subscribe({next:a=>{this.convertedCurrency=a,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,l.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:a=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}openSendPaymentModal(){this.store.dispatch((0,v.xO)({payload:{data:{component:Be}}}))}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}is_group(e,i){return i.parts&&i.parts.length>1}onPaymentClick(e){e.paymentHash&&""!==e.paymentHash.trim()?this.dataService.decodePayments(e.paymentHash).pipe((0,q.s)(1)).subscribe({next:i=>{setTimeout(()=>{this.showPaymentView(e,i.length&&i.length>0?i[0]:[])},0)},error:i=>{this.showPaymentView(e,[])}}):this.showPaymentView(e,[])}showPaymentView(e,i){this.store.dispatch((0,v.xO)({payload:{data:{sentPaymentInfo:i,payment:e,component:Ye}}}))}onPartClick(e,i){i.paymentHash&&""!==i.paymentHash.trim()?this.dataService.decodePayments(i.paymentHash).pipe((0,q.s)(1)).subscribe({next:a=>{setTimeout(()=>{this.showPartView(e,i,a.length&&a.length>0?a[0]:[])},0)},error:a=>{this.showPartView(e,i,[])}}):this.showPartView(e,i,[])}showPartView(e,i,a){const s=[[{key:"paymentHash",value:i.paymentHash,title:"Payment Hash",width:100,type:l.UN.STRING}],[{key:"paymentPreimage",value:i.paymentPreimage,title:"Payment Preimage",width:100,type:l.UN.STRING}],[{key:"toChannelId",value:e.toChannelId,title:"Channel",width:100,type:l.UN.STRING}],[{key:"id",value:e.id,title:"Part ID",width:50,type:l.UN.STRING},{key:"timestamp",value:e.timestamp,title:"Time",width:50,type:l.UN.DATE_TIME}],[{key:"amount",value:e.amount,title:"Amount (Sats)",width:50,type:l.UN.NUMBER},{key:"feesPaid",value:e.feesPaid,title:"Fee (Sats)",width:50,type:l.UN.NUMBER}]];a&&a.length>0&&a[0].paymentRequest&&a[0].paymentRequest.description&&""!==a[0].paymentRequest.description&&s.splice(3,0,[{key:"description",value:a[0].paymentRequest.description,title:"Description",width:100,type:l.UN.STRING}]),this.store.dispatch((0,v.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Payment Part Information",message:s}}}))}onPageChange(e){this.store.dispatch((0,T.CK)({payload:{count:this.pageSize,skip:e.pageIndex*e.pageSize}}))}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const e=JSON.parse(JSON.stringify(this.payments.data)),i=e?.reduce((a,s)=>(s.paymentHash&&""!==s.paymentHash.trim()&&(a=""===a?s.paymentHash:a+","+s.paymentHash),a),"");this.dataService.decodePayments(i).pipe((0,f.Q)(this.unSubs[5])).subscribe(a=>{a.forEach((r,m)=>{r.length>0&&r[0].paymentRequest&&r[0].paymentRequest.description&&""!==r[0].paymentRequest.description&&(e[m].description=r[0].paymentRequest.description)});const s=e?.reduce((r,m)=>r.concat(m),[]);this.commonService.downloadFile(s,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il),t.rXU(at.H),t.rXU(p.QX),t.rXU(K.u),t.rXU(p.vh),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-lightning-payments"]],viewQuery:function(i,a){if(1&i&&(t.GBs(Xe,5),t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first),t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},inputs:{calledFrom:"calledFrom"},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","colWidth","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","colWidth",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","colWidth","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","firstPartTimestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","recipientNodeId"],["matColumnDef","recipientNodeAlias"],["matColumnDef","description"],["matColumnDef","paymentHash"],["matColumnDef","paymentPreimage"],["matColumnDef","recipientAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_firstPartTimestamp"],["matColumnDef","group_id"],["matColumnDef","group_recipientNodeId"],["matColumnDef","group_recipientNodeAlias"],["matColumnDef","group_recipientAmount"],["matColumnDef","group_description"],["matColumnDef","group_paymentHash"],["matColumnDef","group_paymentPreimage"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"part-row-span"],["fxLayoutAlign","start center","class","part-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","part-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"part-row-span"],["fxLayoutAlign","end center","class","part-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"part-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-part-expand",3,"click"],["class","part-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"part-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-part-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(i,a){1&i&&(t.j41(0,"div",3),t.DNE(1,tn,14,3,"form",4)(2,en,3,0,"div",5)(3,ai,74,21,"div",6),t.k0s()),2&i&&(t.R7$(),t.Y8G("ngIf","home"===a.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===a.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===a.calledFrom))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,g.MV,g.TL,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,k.iy,A.ZF,A.Ld,p.QX,p.vh],styles:[".mat-column-group_actions[_ngcontent-%COMP%] .part-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .part-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-part-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-part-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_firstPartTimestamp[_ngcontent-%COMP%] .part-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.part-row-span[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_firstPartTimestamp[_ngcontent-%COMP%]{min-width:11rem}"]})}}return n})();var tt=_(6114);function oi(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Description is required."),t.k0s())}function si(n,o){1&n&&(t.j41(0,"span",29),t.EFF(1,"= "),t.k0s())}function li(n,o){if(1&n&&(t.j41(0,"span",30),t.nrm(1,"fa-icon",31),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function ri(n,o){if(1&n&&t.nrm(0,"span",32),2&n){const e=t.XpG();t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function ci(n,o){if(1&n&&(t.j41(0,"mat-option",33),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&n){const e=o.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(t.bMT(2,2,e))}}function mi(n,o){if(1&n&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.invoiceError)}}function pi(n,o){if(1&n&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.DNE(2,mi,2,1,"span",11),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.invoiceError)}}let ui=(()=>{class n{constructor(e,i,a,s,r,m){this.dialogRef=e,this.data=i,this.store=a,this.decimalPipe=s,this.commonService=r,this.actions=m,this.faExclamationTriangle=F.zpE,this.convertedCurrency=null,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=l.md,this.timeUnitEnum=l.F7,this.timeUnits=l.SY,this.selTimeUnit=l.F7.SECS,this.invoiceError="",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.information=e}),this.actions.pipe((0,f.Q)(this.unSubs[2]),(0,H.p)(e=>e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(e=>{e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&"CreateInvoice"===e.payload.action&&(e.payload.status===l.wn.ERROR&&(this.invoiceError=e.payload.message),e.payload.status===l.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(e){if(this.invoiceError="",!this.description)return!0;let i=this.expiry?this.expiry:l.It;this.expiry&&this.selTimeUnit!==l.F7.SECS&&(i=this.commonService.convertTime(this.expiry,this.selTimeUnit,l.F7.SECS));let a=null;a=this.invoiceValue?{description:this.description,expireIn:i,amountMsat:1e3*this.invoiceValue}:{description:this.description,expireIn:i},this.store.dispatch((0,T.iO)({payload:a}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=l.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,f.Q)(this.unSubs[3])).subscribe({next:e=>{this.convertedCurrency=e,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,l.k.OTHER)+" "+this.convertedCurrency.unit},error:e=>{this.invoiceValueHint="Conversion Error: "+e}}))}onTimeUnitChange(e){this.expiry&&this.selTimeUnit!==e.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,e.value)),this.selTimeUnit=e.value}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(B.Vh),t.rXU(R.il),t.rXU(p.QX),t.rXU(M.h),t.rXU(Q.En))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-create-invoices"]],decls:44,vars:19,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","2","name","description","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","3","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","type","number","name","exp","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","26"],["tabindex","5","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","8",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Create Invoice"),t.k0s()(),t.j41(6,"button",6),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),t.EFF(13,"Description"),t.k0s(),t.j41(14,"input",10),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.description,m)||(a.description=m),t.Njj(m)}),t.k0s(),t.DNE(15,oi,2,0,"mat-error",11),t.k0s(),t.j41(16,"div",12)(17,"mat-form-field",13)(18,"mat-label"),t.EFF(19,"Amount"),t.k0s(),t.j41(20,"input",14),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.invoiceValue,m)||(a.invoiceValue=m),t.Njj(m)}),t.bIt("keyup",function(){return t.eBV(s),t.Njj(a.onInvoiceValueChange())}),t.k0s(),t.j41(21,"span",15),t.EFF(22,"Sats "),t.k0s(),t.j41(23,"mat-hint",16),t.DNE(24,si,2,0,"span",17)(25,li,2,1,"span",18)(26,ri,1,1,"span",19),t.EFF(27),t.k0s()(),t.j41(28,"mat-form-field",20)(29,"mat-label"),t.EFF(30,"Expiry"),t.k0s(),t.j41(31,"input",21),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.expiry,m)||(a.expiry=m),t.Njj(m)}),t.k0s(),t.j41(32,"span",15),t.EFF(33),t.nI1(34,"titlecase"),t.k0s()(),t.j41(35,"mat-form-field",22)(36,"mat-select",23),t.bIt("selectionChange",function(m){return t.eBV(s),t.Njj(a.onTimeUnitChange(m))}),t.DNE(37,ci,3,4,"mat-option",24),t.k0s()()(),t.DNE(38,pi,3,2,"div",25),t.j41(39,"div",26)(40,"button",27),t.bIt("click",function(){return t.eBV(s),t.Njj(a.resetData())}),t.EFF(41,"Clear Field"),t.k0s(),t.j41(42,"button",28),t.bIt("click",function(){t.eBV(s);const m=t.sdS(10);return t.Njj(a.onAddInvoice(m))}),t.EFF(43,"Create Invoice"),t.k0s()()()()()()}2&i&&(t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(8),t.R50("ngModel",a.description),t.R7$(),t.Y8G("ngIf",!a.description),t.R7$(5),t.Y8G("step",100)("min",1),t.R50("ngModel",a.invoiceValue),t.R7$(4),t.Y8G("ngIf",""!==a.invoiceValueHint),t.R7$(),t.Y8G("ngIf",a.convertedCurrency&&"FA"===a.convertedCurrency.iconType&&""!==a.invoiceValueHint),t.R7$(),t.Y8G("ngIf",a.convertedCurrency&&"SVG"===a.convertedCurrency.iconType&&""!==a.invoiceValueHint),t.R7$(),t.SpI(" ",a.invoiceValueHint," "),t.R7$(4),t.Y8G("step",a.selTimeUnit===a.timeUnitEnum.SECS?300:a.selTimeUnit===a.timeUnitEnum.MINS?10:a.selTimeUnit===a.timeUnitEnum.HOURS?2:1)("min",1),t.R50("ngModel",a.expiry),t.R7$(2),t.SpI("",t.bMT(34,17,a.selTimeUnit)," "),t.R7$(3),t.Y8G("value",a.selTimeUnit),t.R7$(),t.Y8G("ngForOf",a.timeUnits),t.R7$(),t.Y8G("ngIf",""!==a.invoiceError))},dependencies:[p.Sq,p.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,B.tx,j.$z,E.m2,E.MM,O.fg,g.rl,g.nJ,g.MV,g.TL,g.yw,S.VO,X.wT,W.N,tt.V,p.PV]})}}return n})();var di=_(6439);const hi=()=>["all"],fi=n=>({"error-border":n}),_i=()=>["no_invoice"],ut=n=>({"mr-0":n}),dt=n=>({width:n}),gi=n=>({"display-none":n});function Ci(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Description is required."),t.k0s())}function yi(n,o){1&n&&(t.j41(0,"span",21),t.EFF(1,"= "),t.k0s())}function bi(n,o){if(1&n&&(t.j41(0,"span",22),t.nrm(1,"fa-icon",23),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function Fi(n,o){if(1&n&&t.nrm(0,"span",24),2&n){const e=t.XpG(2);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function Ei(n,o){if(1&n){const e=t.RV6();t.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),t.EFF(4,"Description"),t.k0s(),t.j41(5,"input",9),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.description,a)||(s.description=a),t.Njj(a)}),t.k0s(),t.DNE(6,Ci,2,0,"mat-error",10),t.k0s(),t.j41(7,"mat-form-field",11)(8,"mat-label"),t.EFF(9,"Amount"),t.k0s(),t.j41(10,"input",12,1),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.invoiceValue,a)||(s.invoiceValue=a),t.Njj(a)}),t.bIt("keyup",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onInvoiceValueChange())}),t.k0s(),t.j41(12,"span",13),t.EFF(13,"Sats "),t.k0s(),t.j41(14,"mat-hint",14),t.DNE(15,yi,2,0,"span",15)(16,bi,2,1,"span",16)(17,Fi,1,1,"span",17),t.EFF(18),t.k0s()(),t.j41(19,"div",18)(20,"button",19),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.resetData())}),t.EFF(21,"Clear Field"),t.k0s(),t.j41(22,"button",20),t.bIt("click",function(){t.eBV(e);const a=t.sdS(1),s=t.XpG();return t.Njj(s.onAddInvoice(a))}),t.EFF(23,"Create Invoice"),t.k0s()()()}if(2&n){const e=t.XpG();t.R7$(5),t.R50("ngModel",e.description),t.R7$(),t.Y8G("ngIf",!e.description),t.R7$(4),t.Y8G("step",100)("min",1),t.R50("ngModel",e.invoiceValue),t.R7$(5),t.Y8G("ngIf",""!==e.invoiceValueHint),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),t.R7$(),t.SpI(" ",e.invoiceValueHint," ")}}function xi(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",25)(1,"button",26),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.openCreateInvoiceModal())}),t.EFF(2,"Create Invoice"),t.k0s()()}}function Li(n,o){if(1&n&&(t.j41(0,"mat-option",63),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function Si(n,o){1&n&&t.nrm(0,"mat-progress-bar",64)}function vi(n,o){1&n&&t.nrm(0,"th",65)}function Ri(n,o){if(1&n&&t.nrm(0,"span",70),2&n){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ut,e.screenSize===e.screenSizeEnum.XS))}}function Ii(n,o){if(1&n&&t.nrm(0,"span",71),2&n){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ut,e.screenSize===e.screenSizeEnum.XS))}}function ki(n,o){if(1&n&&t.nrm(0,"span",72),2&n){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ut,e.screenSize===e.screenSizeEnum.XS))}}function Ti(n,o){if(1&n&&(t.j41(0,"td",66),t.DNE(1,Ri,1,3,"span",67)(2,Ii,1,3,"span",68)(3,ki,1,3,"span",69),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf","received"===(null==e?null:e.status)),t.R7$(),t.Y8G("ngIf","unpaid"===(null==e?null:e.status)),t.R7$(),t.Y8G("ngIf",!(null!=e&&e.status)||"expired"===(null==e?null:e.status)||"unknown"===(null==e?null:e.status))}}function wi(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Date Created"),t.k0s())}function ji(n,o){if(1&n&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.timestamp),"dd/MMM/y HH:mm"))}}function Di(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Date Expiry"),t.k0s())}function Gi(n,o){if(1&n&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.expiresAt),"dd/MMM/y HH:mm")||"-")}}function Pi(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Date Settled"),t.k0s())}function Ai(n,o){if(1&n&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.receivedAt),"dd/MMM/y HH:mm")||"-")}}function Ni(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Node ID"),t.k0s())}function Mi(n,o){if(1&n&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,dt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function Bi(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Description"),t.k0s())}function $i(n,o){if(1&n&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,dt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description)}}function Vi(n,o){1&n&&(t.j41(0,"th",73),t.EFF(1,"Payment Hash"),t.k0s())}function Oi(n,o){if(1&n&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,dt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function Hi(n,o){1&n&&(t.j41(0,"th",76),t.EFF(1,"Amount (Sats)"),t.k0s())}function Yi(n,o){if(1&n&&(t.j41(0,"td",66)(1,"span",77),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(null!=e&&e.amount?t.i5U(3,1,null==e?null:e.amount,"1.0-0"):"-")}}function Xi(n,o){1&n&&(t.j41(0,"th",78),t.EFF(1," Amount Settled (Sats)"),t.k0s())}function Ui(n,o){if(1&n&&(t.j41(0,"td",66)(1,"span",77),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(null!=e&&e.amountSettled?t.i5U(3,1,null==e?null:e.amountSettled,"1.0-0"):"-")}}function zi(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",79)(1,"div",80)(2,"mat-select",81),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",82),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function Ji(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",83)(1,"div",80)(2,"mat-select",84),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",82),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onInvoiceClick(a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",82),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onRefreshInvoice(a))}),t.EFF(7,"Refresh"),t.k0s()()()()}}function qi(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No invoice available."),t.k0s())}function Qi(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting invoices..."),t.k0s())}function Zi(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function Wi(n,o){if(1&n&&(t.j41(0,"td",85),t.DNE(1,qi,2,0,"p",10)(2,Qi,2,0,"p",10)(3,Zi,2,1,"p",10),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Ki(n,o){if(1&n&&t.nrm(0,"tr",86),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,gi,(null==e.invoices?null:e.invoices.data)&&(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)>0))}}function ta(n,o){1&n&&t.nrm(0,"tr",87)}function ea(n,o){1&n&&t.nrm(0,"tr",88)}function na(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",27)(1,"div",28)(2,"div",29),t.nrm(3,"fa-icon",30),t.j41(4,"span",31),t.EFF(5,"Invoices History"),t.k0s()(),t.j41(6,"div",32)(7,"mat-form-field",33)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",34),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilterBy,a)||(s.selFilterBy=a),t.Njj(a)}),t.bIt("selectionChange",function(){t.eBV(e);const a=t.XpG();return a.selFilter="",t.Njj(a.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,Li,2,2,"mat-option",35),t.k0s()()(),t.j41(13,"mat-form-field",33)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",36),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilter,a)||(s.selFilter=a),t.Njj(a)}),t.bIt("input",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())})("keyup",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(17,"div",37),t.DNE(18,Si,1,0,"mat-progress-bar",38),t.j41(19,"table",39,2),t.qex(21,40),t.DNE(22,vi,1,0,"th",41)(23,Ti,4,3,"td",42),t.bVm(),t.qex(24,43),t.DNE(25,wi,2,0,"th",44)(26,ji,3,4,"td",42),t.bVm(),t.qex(27,45),t.DNE(28,Di,2,0,"th",44)(29,Gi,3,4,"td",42),t.bVm(),t.qex(30,46),t.DNE(31,Pi,2,0,"th",44)(32,Ai,3,4,"td",42),t.bVm(),t.qex(33,47),t.DNE(34,Ni,2,0,"th",44)(35,Mi,4,4,"td",42),t.bVm(),t.qex(36,48),t.DNE(37,Bi,2,0,"th",44)(38,$i,4,4,"td",42),t.bVm(),t.qex(39,49),t.DNE(40,Vi,2,0,"th",44)(41,Oi,4,4,"td",42),t.bVm(),t.qex(42,50),t.DNE(43,Hi,2,0,"th",51)(44,Yi,4,4,"td",42),t.bVm(),t.qex(45,52),t.DNE(46,Xi,2,0,"th",53)(47,Ui,4,4,"td",42),t.bVm(),t.qex(48,54),t.DNE(49,zi,6,0,"th",55)(50,Ji,8,0,"td",56),t.bVm(),t.qex(51,57),t.DNE(52,Wi,4,3,"td",58),t.bVm(),t.DNE(53,Ki,1,3,"tr",59)(54,ta,1,0,"tr",60)(55,ea,1,0,"tr",61),t.k0s()(),t.nrm(56,"mat-paginator",62),t.k0s()}if(2&n){const e=t.XpG();t.R7$(3),t.Y8G("icon",e.faHistory),t.R7$(7),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,hi).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter),t.R7$(2),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.invoices)("ngClass",t.eq3(16,fi,""!==e.errorMessage)),t.R7$(34),t.Y8G("matFooterRowDef",t.lJ4(18,_i)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("showFirstLastButtons",e.screenSize!==e.screenSizeEnum.XS)}}let It=(()=>{class n{constructor(e,i,a,s,r,m,I){this.logger=e,this.store=i,this.decimalPipe=a,this.commonService=s,this.datePipe=r,this.actions=m,this.camelCaseWithSpaces=I,this.calledFrom="transactions",this.faHistory=F.Int,this.convertedCurrency=null,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:l.md,sortBy:"expiresAt",sortOrder:l.oi.DESCENDING},this.newlyAddedInvoiceMemo="",this.newlyAddedInvoiceValue=0,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoices=new c.I6([]),this.invoiceJSONArr=[],this.information={},this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.information=e}),this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,T.Do)({payload:{count:1e6,skip:0}}))),this.logger.info(this.displayedColumns)}),this.store.select(C.rN).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.invoiceJSONArr=e.invoices&&e.invoices.length>0?e.invoices:[],this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr),this.logger.info(e)}),this.actions.pipe((0,f.Q)(this.unSubs[4]),(0,H.p)(e=>e.type===l.Uu.SET_LOOKUP_ECL||e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(e=>{e.type===l.Uu.SET_LOOKUP_ECL&&this.invoiceJSONArr&&this.sort&&this.paginator&&e.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(e.payload))),this.loadInvoicesTable(this.invoiceJSONArr))})}ngAfterViewInit(){this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr)}openCreateInvoiceModal(){this.store.dispatch((0,v.xO)({payload:{data:{pageSize:this.pageSize,component:ui}}}))}onAddInvoice(e){if(!this.description)return!0;const i=this.expiry?this.expiry:l.It;this.newlyAddedInvoiceMemo="ulbl"+Math.random().toString(36).slice(2)+Date.now(),this.newlyAddedInvoiceValue=this.invoiceValue;let a=null;a=this.invoiceValue?{description:this.description,expireIn:i,amountMsat:1e3*this.invoiceValue}:{description:this.description,expireIn:i},this.store.dispatch((0,T.iO)({payload:a})),this.resetData()}onInvoiceClick(e){this.store.dispatch((0,v.xO)({payload:{data:{invoice:e,newlyAdded:!1,component:di.Z}}}))}onRefreshInvoice(e){this.store.dispatch((0,T.Yi)({payload:e.paymentHash}))}updateInvoicesData(e){this.invoiceJSONArr=this.invoiceJSONArr?.map(i=>i.paymentHash===e.paymentHash?e:i)}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):this.commonService.titleCase(e)}setFilterPredicate(){this.invoices.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=(e.timestamp?this.datePipe.transform(new Date(1e3*e.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(e).toLowerCase();break;case"status":a=e?.status&&"expired"!==e?.status&&"unknown"!==e?.status?e.status?.toLowerCase():"expired/unknown";break;case"timestamp":case"expiresAt":case"receivedAt":a=this.datePipe.transform(new Date(1e3*(e[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"amount":case"amountSettled":a=e[this.selFilterBy]?.toString()||"-";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return"status"===this.selFilterBy?0===a.indexOf(i):a.includes(i)}}loadInvoicesTable(e){this.invoices=new c.I6(e?[...e]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(i,a)=>i[a]&&isNaN(i[a])?i[a].toLocaleLowerCase():i[a]?+i[a]:null,this.invoices.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}resetData(){this.description="",this.invoiceValue=null,this.expiry=null,this.invoiceValueHint=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,f.Q)(this.unSubs[5])).subscribe({next:e=>{this.convertedCurrency=e,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,l.k.OTHER)+" "+this.convertedCurrency.unit},error:e=>{this.invoiceValueHint="Conversion Error: "+e}}))}onPageChange(e){this.store.dispatch((0,T.Do)({payload:{count:this.pageSize,skip:e.pageIndex*e.pageSize}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(p.QX),t.rXU(M.h),t.rXU(p.vh),t.rXU(Q.En),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-lightning-invoices"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},inputs:{calledFrom:"calledFrom"},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["invcVal","ngModel"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["matInput","","tabindex","2","name","description","required","true",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","3","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","expiresAt"],["matColumnDef","receivedAt"],["matColumnDef","nodeId"],["matColumnDef","description"],["matColumnDef","paymentHash"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amountSettled"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","p1-3",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Received","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Expired/Unknown","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Received","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Expired/Unknown","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"p1-3"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){1&i&&(t.j41(0,"div",3),t.DNE(1,Ei,24,9,"form",4)(2,xi,3,0,"div",5)(3,na,57,19,"div",6),t.k0s()),2&i&&(t.R7$(),t.Y8G("ngIf","home"===a.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===a.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===a.calledFrom))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,g.MV,g.TL,g.yw,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld,tt.V,p.QX,p.vh],styles:[".mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return n})();const kt=n=>({"dashboard-card-content":!0,"error-border":n}),ia=n=>({"p-0":n});function aa(n,o){if(1&n&&(t.j41(0,"button",28)(1,"mat-icon"),t.EFF(2,"more_vert"),t.k0s()()),2&n){t.XpG();const e=t.sdS(11);t.Y8G("matMenuTriggerFor",e)}}function oa(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=t.eBV(e).index,s=t.XpG().$implicit,r=t.XpG(2);return t.Njj(r.onNavigateTo(s.links[a]))}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit;t.R7$(),t.JRh(e)}}function sa(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){t.eBV(e);const a=t.XpG(3);return t.Njj(a.onsortChannelsBy())}),t.EFF(1),t.k0s()}if(2&n){const e=t.XpG(3);t.R7$(),t.SpI("Sort By ","Balance Score"===e.sortField?"Capacity":"Balance Score","")}}function la(n,o){1&n&&t.nrm(0,"mat-progress-bar",30)}function ra(n,o){if(1&n&&t.nrm(0,"rtl-ecl-node-info",31),2&n){const e=t.XpG(3);t.Y8G("information",e.information)("showColorFieldSeparately",!1)}}function ca(n,o){if(1&n&&t.nrm(0,"rtl-ecl-balances-info",32),2&n){const e=t.XpG(3);t.Y8G("balances",e.balances)("errorMessage",e.errorMessages[2]+" "+e.errorMessages[3])}}function ma(n,o){if(1&n&&t.nrm(0,"rtl-ecl-channel-capacity-info",33),2&n){const e=t.XpG(3);t.Y8G("sortBy",e.sortField)("channelBalances",e.channelBalances)("allChannels",e.allChannelsCapacity)("errorMessage",e.errorMessages[2])}}function pa(n,o){if(1&n&&t.nrm(0,"rtl-ecl-fee-info",34),2&n){const e=t.XpG(3);t.Y8G("fees",e.fees)("errorMessage",e.errorMessages[1])}}function ua(n,o){if(1&n&&t.nrm(0,"rtl-ecl-channel-status-info",35),2&n){const e=t.XpG(3);t.Y8G("channelsStatus",e.channelsStatus)("errorMessage",e.errorMessages[2])}}function da(n,o){1&n&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find information!"),t.k0s())}function ha(n,o){if(1&n&&(t.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),t.nrm(5,"fa-icon",14),t.j41(6,"span"),t.EFF(7),t.k0s()(),t.j41(8,"div"),t.DNE(9,aa,3,1,"button",15),t.j41(10,"mat-menu",16,1),t.DNE(12,oa,2,1,"button",17)(13,sa,2,1,"button",18),t.k0s()()()(),t.j41(14,"mat-card-content",19),t.DNE(15,la,1,0,"mat-progress-bar",20),t.j41(16,"div",21),t.DNE(17,ra,1,2,"rtl-ecl-node-info",22)(18,ca,1,2,"rtl-ecl-balances-info",23)(19,ma,1,4,"rtl-ecl-channel-capacity-info",24)(20,pa,1,2,"rtl-ecl-fee-info",25)(21,ua,1,2,"rtl-ecl-channel-status-info",26)(22,da,2,0,"h3",27),t.k0s()()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.Y8G("colspan",e.cols)("rowspan",e.rows),t.R7$(5),t.Y8G("icon",e.icon),t.R7$(2),t.JRh(e.title),t.R7$(2),t.Y8G("ngIf",e.links[0]),t.R7$(3),t.Y8G("ngForOf",e.goToOptions),t.R7$(),t.Y8G("ngIf","capacity"===e.id),t.R7$(),t.FS9("fxFlex","capacity"===e.id?90:70),t.Y8G("ngClass",t.eq3(16,kt,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===e.id&&(i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusOCBal.status===i.apiCallStatusEnum.ERROR)||("capacity"===e.id||"status"===e.id)&&i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.ERROR||"fee"===e.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.ERROR)),t.R7$(),t.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===e.id&&(i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusOCBal.status===i.apiCallStatusEnum.INITIATED)||("capacity"===e.id||"status"===e.id)&&i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.INITIATED||"fee"===e.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngSwitch",e.id),t.R7$(),t.Y8G("ngSwitchCase","node"),t.R7$(),t.Y8G("ngSwitchCase","balance"),t.R7$(),t.Y8G("ngSwitchCase","capacity"),t.R7$(),t.Y8G("ngSwitchCase","fee"),t.R7$(),t.Y8G("ngSwitchCase","status")}}function fa(n,o){if(1&n&&(t.j41(0,"div",5)(1,"div",6),t.nrm(2,"fa-icon",7),t.j41(3,"span",8),t.EFF(4),t.k0s()(),t.j41(5,"mat-grid-list",9),t.DNE(6,ha,23,18,"mat-grid-tile",10),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.Y8G("icon",e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.ERROR?e.faFrown:e.faSmile),t.R7$(2),t.JRh(e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.COMPLETED?"Welcome "+e.information.alias+"! Your node is up and running.":e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),t.R7$(),t.Y8G("rowHeight",e.operatorCardHeight),t.R7$(),t.Y8G("ngForOf",e.operatorCards)}}function _a(n,o){if(1&n&&(t.j41(0,"button",28)(1,"mat-icon"),t.EFF(2,"more_vert"),t.k0s()()),2&n){t.XpG();const e=t.sdS(9);t.Y8G("matMenuTriggerFor",e)}}function ga(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=t.eBV(e).index,s=t.XpG(2).$implicit,r=t.XpG(2);return t.Njj(r.onNavigateTo(s.links[a]))}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit;t.R7$(),t.JRh(e)}}function Ca(n,o){if(1&n&&(t.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),t.nrm(3,"fa-icon",14),t.j41(4,"span"),t.EFF(5),t.k0s()(),t.j41(6,"div"),t.DNE(7,_a,3,1,"button",15),t.j41(8,"mat-menu",16,2),t.DNE(10,ga,2,1,"button",17),t.k0s()()()()),2&n){const e=t.XpG().$implicit;t.R7$(3),t.Y8G("icon",e.icon),t.R7$(2),t.JRh(e.title),t.R7$(2),t.Y8G("ngIf",e.links[0]),t.R7$(3),t.Y8G("ngForOf",e.goToOptions)}}function ya(n,o){1&n&&t.nrm(0,"mat-progress-bar",30)}function ba(n,o){if(1&n&&t.nrm(0,"rtl-ecl-node-info",44),2&n){const e=t.XpG(3);t.Y8G("information",e.information)}}function Fa(n,o){if(1&n&&t.nrm(0,"rtl-ecl-balances-info",32),2&n){const e=t.XpG(3);t.Y8G("balances",e.balances)("errorMessage",e.errorMessages[2]+" "+e.errorMessages[3])}}function Ea(n,o){if(1&n&&t.nrm(0,"rtl-ecl-channel-liquidity-info",45),2&n){const e=t.XpG(3);t.Y8G("direction","In")("totalLiquidity",e.totalInboundLiquidity)("allChannels",e.allInboundChannels)("errorMessage",e.errorMessages[2])}}function xa(n,o){if(1&n&&t.nrm(0,"rtl-ecl-channel-liquidity-info",45),2&n){const e=t.XpG(3);t.Y8G("direction","Out")("totalLiquidity",e.totalOutboundLiquidity)("allChannels",e.allOutboundChannels)("errorMessage",e.errorMessages[2])}}function La(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=t.eBV(e).index,s=t.XpG(2).$implicit,r=t.XpG(2);return t.Njj(r.onNavigateTo(s.links[a]))}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit;t.R7$(),t.JRh(e)}}function Sa(n,o){if(1&n&&(t.j41(0,"span",46)(1,"mat-tab-group",47)(2,"mat-tab",48),t.nrm(3,"rtl-ecl-lightning-invoices",49),t.k0s(),t.j41(4,"mat-tab",50),t.nrm(5,"rtl-ecl-lightning-payments",51),t.k0s()(),t.j41(6,"div",52)(7,"button",28)(8,"mat-icon"),t.EFF(9,"more_vert"),t.k0s()(),t.j41(10,"mat-menu",16,3),t.DNE(12,La,2,1,"button",17),t.k0s()()()),2&n){const e=t.sdS(11),i=t.XpG().$implicit;t.R7$(3),t.Y8G("calledFrom","home"),t.R7$(2),t.Y8G("calledFrom","home"),t.R7$(2),t.Y8G("matMenuTriggerFor",e),t.R7$(5),t.Y8G("ngForOf",i.goToOptions)}}function va(n,o){1&n&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find information!"),t.k0s())}function Ra(n,o){if(1&n&&(t.j41(0,"mat-grid-tile",11)(1,"mat-card",38),t.DNE(2,Ca,11,4,"mat-card-header",39),t.j41(3,"mat-card-content",40),t.DNE(4,ya,1,0,"mat-progress-bar",20),t.j41(5,"div",21),t.DNE(6,ba,1,1,"rtl-ecl-node-info",41)(7,Fa,1,2,"rtl-ecl-balances-info",23)(8,Ea,1,4,"rtl-ecl-channel-liquidity-info",42)(9,xa,1,4,"rtl-ecl-channel-liquidity-info",42)(10,Sa,13,4,"span",43)(11,va,2,0,"h3",27),t.k0s()()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.Y8G("colspan",e.cols)("rowspan",e.rows),t.R7$(),t.Y8G("ngClass",t.eq3(13,ia,"transactions"===e.id)),t.R7$(),t.Y8G("ngIf","transactions"!==e.id),t.R7$(),t.FS9("fxFlex","transactions"===e.id?100:"balance"===e.id?70:90),t.Y8G("ngClass",t.eq3(15,kt,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===e.id&&(i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusOCBal.status===i.apiCallStatusEnum.ERROR)||("inboundLiq"===e.id||"outboundLiq"===e.id)&&i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.ERROR)),t.R7$(),t.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===e.id&&(i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusOCBal.status===i.apiCallStatusEnum.INITIATED)||("inboundLiq"===e.id||"outboundLiq"===e.id)&&i.apiCallStatusAllChannels.status===i.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngSwitch",e.id),t.R7$(),t.Y8G("ngSwitchCase","node"),t.R7$(),t.Y8G("ngSwitchCase","balance"),t.R7$(),t.Y8G("ngSwitchCase","inboundLiq"),t.R7$(),t.Y8G("ngSwitchCase","outboundLiq"),t.R7$(),t.Y8G("ngSwitchCase","transactions")}}function Ia(n,o){if(1&n&&(t.j41(0,"div",36),t.nrm(1,"fa-icon",7),t.j41(2,"span",8),t.EFF(3),t.k0s()(),t.j41(4,"mat-grid-list",37),t.DNE(5,Ra,12,17,"mat-grid-tile",10),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faSmile),t.R7$(2),t.SpI("Welcome ",e.information.alias,"! Your node is up and running."),t.R7$(),t.Y8G("rowHeight",e.merchantCardHeight),t.R7$(),t.Y8G("ngForOf",e.merchantCards)}}let ka=(()=>{class n{constructor(e,i,a,s){this.logger=e,this.store=i,this.commonService=a,this.router=s,this.faSmile=Lt.Qpm,this.faFrown=Lt.wB1,this.faAngleDoubleDown=F.WxX,this.faAngleDoubleUp=F.$sC,this.faChartPie=F.W1p,this.faBolt=F.zm_,this.faServer=F.D6w,this.faNetworkWired=F.eGi,this.userPersonaEnum=l.HW,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.channels=[],this.onchainBalance={},this.balances={onchain:-1,lightning:-1,total:0},this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.errorMessages=["","","",""],this.apiCallStatusNodeInfo={status:l.wn.COMPLETED},this.apiCallStatusFees={status:l.wn.COMPLETED},this.apiCallStatusOCBal={status:l.wn.COMPLETED},this.apiCallStatusAllChannels={status:l.wn.COMPLETED},this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}]):this.screenSize===l.f7.SM||this.screenSize===l.f7.MD?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}]):(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}])}ngOnInit(){this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e}),this.store.select(C.b_).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=e.apiCallStatus,this.apiCallStatusNodeInfo.status===l.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.information=e.information}),this.store.select(C.oR).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.errorMessages[1]="",this.apiCallStatusFees=e.apiCallStatus,this.apiCallStatusFees.status===l.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=e.fees}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[3]),(0,rt.E)(this.store.select(C.DW))).subscribe(([e,i])=>{this.errorMessages[2]="",this.errorMessages[3]="",this.apiCallStatusAllChannels=e.apiCallStatus,this.apiCallStatusOCBal=i.apiCallStatus,this.apiCallStatusAllChannels.status===l.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusAllChannels.message?JSON.stringify(this.apiCallStatusAllChannels.message):this.apiCallStatusAllChannels.message?this.apiCallStatusAllChannels.message:""),this.apiCallStatusOCBal.status===l.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusOCBal.message?JSON.stringify(this.apiCallStatusOCBal.message):this.apiCallStatusOCBal.message?this.apiCallStatusOCBal.message:""),this.channels=e.activeChannels,this.onchainBalance=i.onchainBalance,this.balances.onchain=this.onchainBalance.total||0,this.balances.lightning=e.lightningBalance.localBalance,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances);const a=e.lightningBalance.localBalance?+e.lightningBalance.localBalance:0,s=e.lightningBalance.remoteBalance?+e.lightningBalance.remoteBalance:0;this.channelBalances={localBalance:a,remoteBalance:s,balancedness:+(1-Math.abs((a-s)/(a+s))).toFixed(3)},this.channelsStatus=e.channelsStatus,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels?.filter(m=>(m.toRemote||0)>0),"toRemote"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels?.filter(m=>(m.toLocal||0)>0),"toLocal"))),this.channels.forEach(m=>{this.totalInboundLiquidity=this.totalInboundLiquidity+Math.ceil(m.toRemote||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+Math.floor(m.toLocal||0)}),this.logger.info(e)})}onNavigateTo(e){this.router.navigateByUrl("/ecl/"+e)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.channels.sort((e,i)=>{const a=+(e.toLocal||0)+ +(e.toRemote||0),s=+(i.toLocal||0)+ +(i.toRemote||0);return a>s?-1:a{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(M.h),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-home"]],decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],[1,"h-100",3,"calledFrom"],["label","Pay"],[3,"calledFrom"],[1,"underline"]],template:function(i,a){if(1&i&&t.DNE(0,fa,7,4,"div",4)(1,Ia,6,4,"ng-template",null,0,t.C5r),2&i){const s=t.sdS(2);t.Y8G("ngIf",(null==a.selNode?null:a.selNode.settings.userPersona)===a.userPersonaEnum.OPERATOR)("ngIfElse",s)}},dependencies:[p.YU,p.Sq,p.bT,p.ux,p.e1,p.fG,w.aY,h.DJ,h.sA,h.UI,L.PW,j.iY,E.RN,E.m2,E.MM,E.dh,St.B_,St.NS,ct.An,mt.kk,mt.fb,mt.Cp,V.HM,D.mq,D.T8,Zt,te,ie,se,he,Ie,Rt,It]})}}return n})();const Ta=["form"];function wa(n,o){if(1&n&&(t.j41(0,"div",30),t.nrm(1,"fa-icon",31),t.j41(2,"span",32)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",33)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown",""),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown",""),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown",""),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown",""),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown","")}}function ja(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Bitcoin address is required."),t.k0s())}function Da(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.JRh(e.amountError)}}function Ga(n,o){if(1&n&&(t.j41(0,"mat-option",34),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(e)}}function Pa(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Target Confirmation Blocks is required."),t.k0s())}function Aa(n,o){if(1&n&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.sendFundError)}}function Na(n,o){if(1&n&&(t.j41(0,"div",35),t.nrm(1,"fa-icon",31),t.DNE(2,Aa,2,1,"span",15),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.sendFundError)}}let Tt=(()=>{class n{constructor(e,i,a,s,r,m,I){this.dialogRef=e,this.logger=i,this.dataService=a,this.store=s,this.commonService=r,this.decimalPipe=m,this.actions=I,this.faExclamationTriangle=F.zpE,this.faInfoCircle=F.iW_,this.addressTypes=[],this.selectedAddress=l.Ld[1],this.blockchainBalance={},this.information={},this.newAddress="",this.transaction={},this.sendFundError="",this.fiatConversion=!1,this.amountUnits=l.A0,this.selAmountUnit=l.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=l.k,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.amountError="Amount is Required.",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,f.Q)(this.unSubs[0])).subscribe({next:e=>{this.recommendedFee=e},error:e=>{this.logger.error(e)}}),this.store.select(U._c).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.fiatConversion=e.settings.fiatConversion,this.amountUnits=e.settings.currencyUnits,this.logger.info(e)}),this.actions.pipe((0,f.Q)(this.unSubs[2]),(0,H.p)(e=>e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL||e.type===l.Uu.SEND_ONCHAIN_FUNDS_RES_ECL)).subscribe(e=>{e.type===l.Uu.SEND_ONCHAIN_FUNDS_RES_ECL&&(this.store.dispatch((0,v.UI)({payload:"Fund Sent Successfully!"})),this.dialogRef.close()),e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&e.payload.status===l.wn.ERROR&&"SendOnchainFunds"===e.payload.action&&(this.sendFundError=e.payload.message)})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="",this.transaction.amount&&this.selAmountUnit!==l.BQ.SATS?this.commonService.convertCurrency(this.transaction.amount,this.selAmountUnit===this.amountUnits[2]?l.BQ.OTHER:this.selAmountUnit,l.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,f.Q)(this.unSubs[3])).subscribe({next:e=>{this.transaction.amount=parseInt(e[l.BQ.SATS]),this.selAmountUnit=l.BQ.SATS,this.store.dispatch((0,T.Lz)({payload:this.transaction}))},error:e=>{this.selAmountUnit=l.BQ.SATS,this.amountError="Conversion Error: "+e}}):this.store.dispatch((0,T.Lz)({payload:this.transaction}))}get invalidValues(){return!this.transaction.address||""===this.transaction.address||!this.transaction.amount||this.transaction.amount<=0||!this.transaction.blocks||this.transaction.blocks<=0}resetData(){this.sendFundError="",this.transaction={}}onAmountUnitChange(e){const i=this,a=this.selAmountUnit===this.amountUnits[2]?l.BQ.OTHER:this.selAmountUnit;let s=e.value===this.amountUnits[2]?l.BQ.OTHER:e.value;this.transaction.amount&&this.selAmountUnit!==e.value&&this.commonService.convertCurrency(this.transaction.amount,a,s,this.amountUnits[2],this.fiatConversion).pipe((0,f.Q)(this.unSubs[4])).subscribe({next:r=>{this.selAmountUnit=e.value,i.transaction.amount=+i.decimalPipe.transform(r[s],i.currencyUnitFormats[s]).replace(/,/g,"")},error:r=>{this.amountError="Conversion Error: "+r,this.selAmountUnit=a,s=a}})}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(P.gP),t.rXU(K.u),t.rXU(R.il),t.rXU(M.h),t.rXU(p.QX),t.rXU(Q.En))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-on-chain-send-modal"]],viewQuery:function(i,a){if(1&i&&t.GBs(Ta,7),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first)}},decls:43,vars:16,consts:[["form","ngForm"],["addrs","ngModel"],["amnt","ngModel"],["blocks","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex","55"],["matInput","","autoFocus","","tabindex","1","name","addr","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","amt","type","number","tabindex","2","required","",3,"ngModelChange","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","60","fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start center"],["matInput","","type","number","name","blocks","tabindex","8","required","true",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),t.EFF(5,"Send Payment"),t.k0s()(),t.j41(6,"button",9),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",10),t.DNE(9,wa,16,6,"div",11),t.j41(10,"form",12,0),t.bIt("submit",function(){return t.eBV(s),t.Njj(a.onSendFunds())})("reset",function(){return t.eBV(s),t.Njj(a.resetData())}),t.j41(12,"mat-form-field",13)(13,"mat-label"),t.EFF(14,"Bitcoin Address"),t.k0s(),t.j41(15,"input",14,1),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.transaction.address,m)||(a.transaction.address=m),t.Njj(m)}),t.k0s(),t.DNE(17,ja,2,0,"mat-error",15),t.k0s(),t.j41(18,"mat-form-field",16)(19,"mat-label"),t.EFF(20,"Amount"),t.k0s(),t.j41(21,"input",17,2),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.transaction.amount,m)||(a.transaction.amount=m),t.Njj(m)}),t.k0s(),t.j41(23,"span",18),t.EFF(24),t.k0s(),t.DNE(25,Da,2,1,"mat-error",15),t.k0s(),t.j41(26,"mat-form-field",19)(27,"mat-select",20),t.bIt("selectionChange",function(m){return t.eBV(s),t.Njj(a.onAmountUnitChange(m))}),t.DNE(28,Ga,2,2,"mat-option",21),t.k0s()(),t.j41(29,"div",22)(30,"mat-form-field",23)(31,"mat-label"),t.EFF(32,"Target Confirmation Blocks"),t.k0s(),t.j41(33,"input",24,3),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.transaction.blocks,m)||(a.transaction.blocks=m),t.Njj(m)}),t.k0s(),t.DNE(35,Pa,2,0,"mat-error",15),t.k0s()(),t.nrm(36,"div",25),t.DNE(37,Na,3,2,"div",26),t.j41(38,"div",27)(39,"button",28),t.EFF(40,"Clear Fields"),t.k0s(),t.j41(41,"button",29),t.EFF(42,"Send Funds"),t.k0s()()()()()()}2&i&&(t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(3),t.Y8G("ngIf",a.recommendedFee.minimumFee),t.R7$(6),t.R50("ngModel",a.transaction.address),t.R7$(2),t.Y8G("ngIf",!a.transaction.address),t.R7$(4),t.Y8G("step",100)("min",0),t.R50("ngModel",a.transaction.amount),t.R7$(3),t.SpI("",a.selAmountUnit," "),t.R7$(),t.Y8G("ngIf",!a.transaction.amount),t.R7$(2),t.Y8G("value",a.selAmountUnit),t.R7$(),t.Y8G("ngForOf",a.amountUnits),t.R7$(5),t.Y8G("step",1)("min",0),t.R50("ngModel",a.transaction.blocks),t.R7$(2),t.Y8G("ngIf",!a.transaction.blocks),t.R7$(2),t.Y8G("ngIf",""!==a.sendFundError))},dependencies:[p.Sq,p.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,B.tx,j.$z,E.m2,E.MM,O.fg,g.rl,g.nJ,g.TL,g.yw,S.VO,X.wT,W.N,tt.V]})}}return n})();var ht=_(5837);const Ma=()=>["all"],Ba=n=>({"error-border":n}),$a=()=>["no_transaction"],ft=n=>({width:n}),Va=n=>({"display-none":n});function Oa(n,o){if(1&n&&(t.j41(0,"mat-option",34),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function Ha(n,o){1&n&&t.nrm(0,"mat-progress-bar",35)}function Ya(n,o){1&n&&(t.j41(0,"th",36),t.EFF(1,"Date/Time"),t.k0s())}function Xa(n,o){if(1&n&&(t.j41(0,"td",37),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.timestamp),"dd/MMM/y HH:mm"))}}function Ua(n,o){1&n&&(t.j41(0,"th",36),t.EFF(1,"Address"),t.k0s())}function za(n,o){if(1&n&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.address)}}function Ja(n,o){1&n&&(t.j41(0,"th",36),t.EFF(1,"Blockhash"),t.k0s())}function qa(n,o){if(1&n&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.blockHash)}}function Qa(n,o){1&n&&(t.j41(0,"th",36),t.EFF(1,"Transaction ID"),t.k0s())}function Za(n,o){if(1&n&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.txid)}}function Wa(n,o){1&n&&(t.j41(0,"th",40),t.EFF(1,"Amount (Sats)"),t.k0s())}function Ka(n,o){if(1&n&&(t.j41(0,"span",43),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.amount))}}function to(n,o){if(1&n&&(t.j41(0,"span",44),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&n){const e=t.XpG().$implicit;t.R7$(),t.SpI("(",t.bMT(2,1,-1*(null==e?null:e.amount)),")")}}function eo(n,o){if(1&n&&(t.j41(0,"td",37),t.DNE(1,Ka,3,3,"span",41)(2,to,3,3,"span",42),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf",(null==e?null:e.amount)>0||0===(null==e?null:e.amount)),t.R7$(),t.Y8G("ngIf",(null==e?null:e.amount)<0)}}function no(n,o){1&n&&(t.j41(0,"th",40),t.EFF(1,"Fees (Sats)"),t.k0s())}function io(n,o){if(1&n&&(t.j41(0,"td",37)(1,"span",43),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.fees))}}function ao(n,o){1&n&&(t.j41(0,"th",40),t.EFF(1,"Confirmations"),t.k0s())}function oo(n,o){if(1&n&&(t.j41(0,"td",37)(1,"span",43),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.bMT(3,1,null==e?null:e.confirmations)," ")}}function so(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",48),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function lo(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",49)(1,"button",50),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG();return t.Njj(r.onTransactionClick(s,a))}),t.EFF(2,"View Info"),t.k0s()()}}function ro(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No transaction available."),t.k0s())}function co(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting transactions..."),t.k0s())}function mo(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function po(n,o){if(1&n&&(t.j41(0,"td",51),t.DNE(1,ro,2,0,"p",52)(2,co,2,0,"p",52)(3,mo,2,1,"p",52),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function uo(n,o){if(1&n&&t.nrm(0,"tr",53),2&n){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Va,(null==e.listTransactions?null:e.listTransactions.data)&&(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)>0))}}function ho(n,o){1&n&&t.nrm(0,"tr",54)}function fo(n,o){1&n&&t.nrm(0,"tr",55)}let _o=(()=>{class n{constructor(e,i,a,s,r){this.logger=e,this.commonService=i,this.store=a,this.datePipe=s,this.camelCaseWithSpaces=r,this.faHistory=F.Int,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"transaction",recordsPerPage:l.md,sortBy:"timestamp",sortOrder:l.oi.DESCENDING},this.displayedColumns=[],this.listTransactions=new c.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.apiCallStatus.status===l.wn.COMPLETED&&(this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,T.mh)({payload:{count:1e3,skip:0}}))),this.logger.info(this.displayedColumns))}),this.store.select(C.gN).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),e.transactions&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadTransactionsTable(e.transactions),this.logger.info(e)})}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):this.commonService.titleCase(e)}setFilterPredicate(){this.listTransactions.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=(e.timestamp?this.datePipe.transform(new Date(1e3*e.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(e).toLowerCase();break;case"timestamp":a=this.datePipe.transform(new Date(1e3*(e[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}onTransactionClick(e,i){this.store.dispatch((0,v.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"blockHash",value:e.blockHash||e.blockId_opt,title:"Block Hash",width:100,explorerLink:"block"}],[{key:"txid",value:e.txid,title:"Transaction ID",width:100,explorerLink:"tx"}],[{key:"timestamp",value:e.timestamp,title:"Date/Time",width:50,type:l.UN.DATE_TIME},{key:"confirmations",value:e.confirmations,title:"Number of Confirmations",width:50,type:l.UN.NUMBER}],[{key:"fees",value:e.fees,title:"Fees (Sats)",width:50,type:l.UN.NUMBER},{key:"amount",value:e.amount,title:"Amount (Sats)",width:50,type:l.UN.NUMBER}],[{key:"address",value:e.address,title:"Address",width:100,type:l.UN.STRING}]]}}}))}loadTransactionsTable(e){this.listTransactions=new c.I6([...e]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(i,a)=>i[a]&&isNaN(i[a])?i[a].toLocaleLowerCase():i[a]?+i[a]:null,this.listTransactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listTransactions)}onPageChange(e){this.store.dispatch((0,T.mh)({payload:{count:this.pageSize,skip:e.pageIndex*e.pageSize}}))}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il),t.rXU(p.vh),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-on-chain-transaction-history"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Transactions")}])],decls:52,vars:19,consts:[["table",""],["fxLayout","row wrap","fxLayoutAlign","start start","fxLayout.gt-sm","column","fxFlex","100","fxLayoutAlign.gt-sm","start stretch"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","blockHash"],["matColumnDef","txid"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","fees"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"div",3),t.nrm(3,"fa-icon",4),t.j41(4,"span",5),t.EFF(5,"Transaction History"),t.k0s()(),t.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",8),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilterBy,m)||(a.selFilterBy=m),t.Njj(m)}),t.bIt("selectionChange",function(){return t.eBV(s),a.selFilter="",t.Njj(a.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,Oa,2,2,"mat-option",9),t.k0s()()(),t.j41(13,"mat-form-field",7)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",10),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilter,m)||(a.selFilter=m),t.Njj(m)}),t.bIt("input",function(){return t.eBV(s),t.Njj(a.applyFilter())})("keyup",function(){return t.eBV(s),t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(17,"div",11)(18,"div",12),t.DNE(19,Ha,1,0,"mat-progress-bar",13),t.j41(20,"table",14,0),t.qex(22,15),t.DNE(23,Ya,2,0,"th",16)(24,Xa,3,4,"td",17),t.bVm(),t.qex(25,18),t.DNE(26,Ua,2,0,"th",16)(27,za,4,4,"td",17),t.bVm(),t.qex(28,19),t.DNE(29,Ja,2,0,"th",16)(30,qa,4,4,"td",17),t.bVm(),t.qex(31,20),t.DNE(32,Qa,2,0,"th",16)(33,Za,4,4,"td",17),t.bVm(),t.qex(34,21),t.DNE(35,Wa,2,0,"th",22)(36,eo,3,2,"td",17),t.bVm(),t.qex(37,23),t.DNE(38,no,2,0,"th",22)(39,io,4,3,"td",17),t.bVm(),t.qex(40,24),t.DNE(41,ao,2,0,"th",22)(42,oo,4,3,"td",17),t.bVm(),t.qex(43,25),t.DNE(44,so,6,0,"th",26)(45,lo,3,0,"td",27),t.bVm(),t.qex(46,28),t.DNE(47,po,4,3,"td",29),t.bVm(),t.DNE(48,uo,1,3,"tr",30)(49,ho,1,0,"tr",31)(50,fo,1,0,"tr",32),t.k0s(),t.nrm(51,"mat-paginator",33),t.k0s()()()}2&i&&(t.R7$(3),t.Y8G("icon",a.faHistory),t.R7$(7),t.R50("ngModel",a.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,Ma).concat(a.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",a.selFilter),t.R7$(3),t.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.listTransactions)("ngClass",t.eq3(16,Ba,""!==a.errorMessage)),t.R7$(28),t.Y8G("matFooterRowDef",t.lJ4(18,$a)),t.R7$(),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns),t.R7$(),t.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.me,d.BC,d.vS,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,k.iy,A.ZF,A.Ld,p.QX,p.vh]})}}return n})();function go(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG();t.FS9("routerLink",e.link),t.Y8G("active",i.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let Co=(()=>{class n{constructor(e,i){this.store=e,this.router=i,this.faExchangeAlt=F._qq,this.faChartPie=F.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const e=this.links.find(i=>this.router.url.includes(i.link));this.activeLink=e?e.link:this.links[0].link,this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(i=>i instanceof b.gx)).subscribe({next:i=>{const a=this.links.find(s=>i.urlAfterRedirects.includes(s.link));this.activeLink=a?a.link:this.links[0].link}}),this.store.select(U._c).pipe((0,f.Q)(this.unSubs[1])).subscribe(i=>{this.selNode=i}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[2])).subscribe(i=>{this.balances=[{title:"Total Balance",dataValue:i.onchainBalance.total||0},{title:"Confirmed",dataValue:i.onchainBalance.confirmed||0},{title:"Unconfirmed",dataValue:i.onchainBalance.unconfirmed||0}]})}openSendFundsModal(){this.store.dispatch((0,v.xO)({payload:{data:{component:Tt}}}))}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(R.il),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-on-chain"]],decls:23,vars:5,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(i,a){if(1&i&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"On-chain Balance"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),t.nrm(7,"rtl-currency-unit-converter",6),t.k0s()()(),t.j41(8,"div",1),t.nrm(9,"fa-icon",2),t.j41(10,"span",3),t.EFF(11,"On-chain Transactions"),t.k0s()(),t.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),t.DNE(16,go,2,3,"div",9),t.k0s(),t.nrm(17,"mat-tab-nav-panel",null,0),t.j41(19,"div",10),t.nrm(20,"router-outlet"),t.k0s(),t.j41(21,"div",10),t.nrm(22,"rtl-ecl-on-chain-transaction-history",11),t.k0s()()()()),2&i){const s=t.sdS(18);t.R7$(),t.Y8G("icon",a.faChartPie),t.R7$(6),t.Y8G("values",a.balances),t.R7$(2),t.Y8G("icon",a.faExchangeAlt),t.R7$(6),t.Y8G("tabPanel",s),t.R7$(),t.Y8G("ngForOf",a.links)}},dependencies:[p.Sq,w.aY,h.DJ,h.sA,h.UI,E.RN,E.m2,D.Bu,D.hQ,D.Ql,ht.f,b.n3,b.Wk,_o]})}}return n})();var wt=_(1975);function yo(n,o){if(1&n&&(t.j41(0,"span",10),t.EFF(1,"Channels"),t.k0s()),2&n){const e=t.XpG();t.FS9("matBadge",e.activeChannels)}}function bo(n,o){if(1&n&&(t.j41(0,"span",10),t.EFF(1,"Peers"),t.k0s()),2&n){const e=t.XpG();t.FS9("matBadge",e.activePeers)}}let Fo=(()=>{class n{constructor(e,i){this.store=e,this.router=i,this.activePeers=0,this.activeChannels=0,this.faUsers=F.gdJ,this.faChartPie=F.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.activeLink=this.links.findIndex(e=>e.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(e=>e instanceof b.gx)).subscribe({next:e=>{this.activeLink=this.links.findIndex(i=>i.link===e.urlAfterRedirects.substring(e.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.activePeers=e.peers&&e.peers.length?e.peers.length:0}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.activeChannels=e.channelsStatus&&e.channelsStatus.active&&e.channelsStatus.active.channels?e.channelsStatus.active.channels:0}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.balances=[{title:"Total Balance",dataValue:e.onchainBalance.total||0},{title:"Confirmed",dataValue:e.onchainBalance.confirmed||0},{title:"Unconfirmed",dataValue:e.onchainBalance.unconfirmed||0}]})}onSelectedTabChange(e){this.router.navigateByUrl("/ecl/connections/"+this.links[e.index].link)}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(R.il),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-connections"]],decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(i,a){1&i&&(t.j41(0,"div",0),t.nrm(1,"fa-icon",1),t.j41(2,"span",2),t.EFF(3,"On-chain Balance"),t.k0s()(),t.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),t.nrm(7,"rtl-currency-unit-converter",5),t.k0s()()(),t.j41(8,"div",0),t.nrm(9,"fa-icon",1),t.j41(10,"span",2),t.EFF(11,"Connections"),t.k0s()(),t.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),t.mxI("selectedIndexChange",function(r){return t.DH7(a.activeLink,r)||(a.activeLink=r),r}),t.bIt("selectedTabChange",function(r){return a.onSelectedTabChange(r)}),t.j41(16,"mat-tab"),t.DNE(17,yo,2,1,"ng-template",8),t.k0s(),t.j41(18,"mat-tab"),t.DNE(19,bo,2,1,"ng-template",8),t.k0s()(),t.j41(20,"div",9),t.nrm(21,"router-outlet"),t.k0s()()()()),2&i&&(t.R7$(),t.Y8G("icon",a.faChartPie),t.R7$(6),t.Y8G("values",a.balances),t.R7$(2),t.Y8G("icon",a.faUsers),t.R7$(6),t.R50("selectedIndex",a.activeLink))},dependencies:[w.aY,h.DJ,h.sA,h.UI,E.RN,E.m2,wt.k,D.ES,D.mq,D.T8,ht.f,b.n3]})}}return n})();function Eo(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG();t.FS9("routerLink",e.link),t.Y8G("active",i.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let xo=(()=>{class n{constructor(e,i,a){this.logger=e,this.store=i,this.router=a,this.faExchangeAlt=F._qq,this.faChartPie=F.W1p,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const e=this.links.find(i=>this.router.url.includes(i.link));this.activeLink=e?e.link:this.links[0].link,this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(i=>i instanceof b.gx)).subscribe({next:i=>{const a=this.links.find(s=>i.urlAfterRedirects.includes(s.link));this.activeLink=a?a.link:this.links[0].link}}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1]),(0,rt.E)(this.store.select(U._c))).subscribe(([i,a])=>{this.currencyUnits=a?.settings.currencyUnits||[],this.balances=a&&a.settings.userPersona===l.HW.OPERATOR?[{title:"Local Capacity",dataValue:i.lightningBalance.localBalance,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:i.lightningBalance.remoteBalance,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:i.lightningBalance.localBalance,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:i.lightningBalance.remoteBalance,tooltip:"Amount you can receive"}],this.logger.info(i)})}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-transactions"]],decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(i,a){if(1&i&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Lightning Balance"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),t.nrm(7,"rtl-currency-unit-converter",6),t.k0s()()(),t.j41(8,"div",7),t.nrm(9,"fa-icon",2),t.j41(10,"span",3),t.EFF(11,"Lightning Transactions"),t.k0s()(),t.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),t.DNE(16,Eo,2,3,"div",10),t.k0s(),t.nrm(17,"mat-tab-nav-panel",null,0),t.j41(19,"div",11),t.nrm(20,"router-outlet"),t.k0s()()()()),2&i){const s=t.sdS(18);t.R7$(),t.Y8G("icon",a.faChartPie),t.R7$(6),t.Y8G("values",a.balances),t.R7$(2),t.Y8G("icon",a.faExchangeAlt),t.R7$(6),t.Y8G("tabPanel",s),t.R7$(),t.Y8G("ngForOf",a.links)}},dependencies:[p.Sq,w.aY,h.DJ,h.sA,h.UI,E.RN,E.m2,D.Bu,D.hQ,D.Ql,ht.f,b.n3,b.Wk]})}}return n})();function Lo(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG();t.FS9("routerLink",e.link),t.Y8G("active",i.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let So=(()=>{class n{constructor(e){this.router=e,this.faMapSigns=F.knH,this.events=[],this.flgLoading=[!0],this.errorMessage="",this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){const e=this.links.find(i=>this.router.url.includes(i.link));this.activeLink=e?e.link:this.links[0].link,this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(i=>i instanceof b.gx)).subscribe({next:i=>{const a=this.links.find(s=>i.urlAfterRedirects.includes(s.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-routing"]],decls:15,vars:3,consts:[["tabPanel",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(i,a){if(1&i&&(t.j41(0,"div",1)(1,"div",2),t.nrm(2,"fa-icon",3),t.j41(3,"span",4),t.EFF(4,"Routing"),t.k0s()(),t.j41(5,"div",5)(6,"mat-card",6)(7,"mat-card-content",7)(8,"div",8)(9,"nav",9),t.DNE(10,Lo,2,3,"div",10),t.k0s(),t.nrm(11,"mat-tab-nav-panel",null,0),t.k0s(),t.j41(13,"div",11),t.nrm(14,"router-outlet"),t.k0s()()()()()),2&i){const s=t.sdS(12);t.R7$(2),t.Y8G("icon",a.faMapSigns),t.R7$(7),t.Y8G("tabPanel",s),t.R7$(),t.Y8G("ngForOf",a.links)}},dependencies:[p.Sq,w.aY,h.DJ,h.sA,h.UI,E.RN,E.m2,D.Bu,D.hQ,D.Ql,b.n3,b.Wk]})}}return n})();var ot=_(5951),jt=_(450),et=_(6013);const vo=["peersForm"],Ro=["stepper"];function Io(n,o){if(1&n&&t.EFF(0),2&n){const e=t.XpG();t.JRh(e.peerFormLabel)}}function ko(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Address is required."),t.k0s())}function To(n,o){if(1&n&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(2),t.JRh(e.peerConnectionError)}}function wo(n,o){if(1&n&&t.EFF(0),2&n){const e=t.XpG();t.JRh(e.channelFormLabel)}}function jo(n,o){if(1&n&&(t.j41(0,"div",36),t.nrm(1,"fa-icon",35),t.j41(2,"span",13)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",37)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown",""),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown",""),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown",""),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown",""),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown","")}}function Do(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function Go(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount must be a positive number."),t.k0s())}function Po(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function Ao(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function No(n,o){if(1&n&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(2),t.JRh(e.channelConnectionError)}}let Dt=(()=>{class n{constructor(e,i,a,s,r,m,I){this.dialogRef=e,this.data=i,this.store=a,this.formBuilder=s,this.actions=r,this.logger=m,this.dataService=I,this.faExclamationTriangle=F.zpE,this.faInfoCircle=F.iW_,this.peerAddress="",this.totalBalance=0,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.data.message?(this.totalBalance=this.data.message.balance,this.peerAddress=this.data.message.peer&&this.data.message.peer.nodeId&&this.data.message.peer.address?this.data.message.peer.nodeId+"@"+this.data.message.peer.address:this.data.message.peer&&this.data.message.peer.nodeId&&!this.data.message.peer.address?this.data.message.peer.nodeId:""):(this.totalBalance=0,this.peerAddress=""),this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[d.k0.required]],peerAddress:[this.peerAddress,[d.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[d.k0.required,d.k0.min(1),d.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],feeRate:[null],hiddenAmount:["",[d.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.selNode=e,this.channelFormGroup.controls.isPrivate.setValue(!!e?.settings.unannouncedChannels)}),this.actions.pipe((0,f.Q)(this.unSubs[1]),(0,H.p)(e=>e.type===l.Uu.NEWLY_ADDED_PEER_ECL||e.type===l.Uu.FETCH_CHANNELS_ECL||e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(e=>{e.type===l.Uu.NEWLY_ADDED_PEER_ECL&&(this.logger.info(e.payload),this.flgEditable=!1,this.newlyAddedPeer=e.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),e.type===l.Uu.FETCH_CHANNELS_ECL&&this.dialogRef.close(),e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&e.payload.status===l.wn.ERROR&&("SaveNewPeer"===e.payload.action?this.peerConnectionError=e.payload.message:"SaveNewChannel"===e.payload.action&&(this.channelConnectionError=e.payload.message))}),this.dataService.getRecommendedFeeRates().pipe((0,f.Q)(this.unSubs[2])).subscribe({next:e=>{this.recommendedFee=e},error:e=>{this.logger.error(e)}})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="",this.store.dispatch((0,T.sq)({payload:{id:this.peerFormGroup.controls.peerAddress.value}}))}onOpenChannel(){return this.channelFormGroup.controls.feeRate.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.feeRate.value?(this.channelFormGroup.controls.feeRate.setErrors({minimum:!0}),!0):!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||(this.channelConnectionError="",void this.store.dispatch((0,T.vL)({payload:{nodeId:this.newlyAddedPeer?.nodeId,amount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,feeRate:this.channelFormGroup.controls.feeRate.value}})))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(e){switch(e.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.nodeId):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.nodeId):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}e.selectedIndex{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(B.Vh),t.rXU(R.il),t.rXU(d.ze),t.rXU(Q.En),t.rXU(P.gP),t.rXU(K.u))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-connect-peer"]],viewQuery:function(i,a){if(1&i&&(t.GBs(vo,5),t.GBs(Ro,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first),t.mGM(s=t.lsd())&&(a.stepper=s.first)}},decls:59,vars:25,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","35","fxLayoutAlign","start end"],["matInput","","autoFocus","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxLayout","column","fxFlex","40"],["matInput","","formControlName","feeRate","type","number","name","feeRate","tabindex","7",3,"step","min"],["fxFlex","20","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Connect to a new peer"),t.k0s()(),t.j41(6,"button",6),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),t.bIt("selectionChange",function(m){return t.eBV(s),t.Njj(a.stepSelectionChanged(m))}),t.j41(12,"mat-step",10)(13,"form",11),t.DNE(14,Io,1,1,"ng-template",12),t.j41(15,"mat-form-field",13)(16,"mat-label"),t.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),t.k0s(),t.nrm(18,"input",14),t.DNE(19,ko,2,0,"mat-error",15),t.k0s(),t.DNE(20,To,4,2,"div",16),t.j41(21,"div",17)(22,"button",18),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onConnectPeer())}),t.EFF(23),t.k0s()()()(),t.j41(24,"mat-step",10)(25,"form",19),t.DNE(26,wo,1,1,"ng-template",20),t.j41(27,"div",21),t.DNE(28,jo,16,6,"div",22),t.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),t.EFF(32,"Amount"),t.k0s(),t.nrm(33,"input",25),t.j41(34,"mat-hint"),t.EFF(35),t.nI1(36,"number"),t.k0s(),t.j41(37,"span",26),t.EFF(38," Sats "),t.k0s(),t.DNE(39,Do,2,0,"mat-error",15)(40,Go,2,0,"mat-error",15)(41,Po,2,1,"mat-error",15),t.k0s(),t.j41(42,"mat-form-field",27)(43,"mat-label"),t.EFF(44,"Fee (Sats/vByte)"),t.k0s(),t.nrm(45,"input",28),t.j41(46,"mat-hint"),t.EFF(47),t.k0s(),t.DNE(48,Ao,2,1,"mat-error",15),t.k0s(),t.j41(49,"div",29)(50,"mat-slide-toggle",30),t.EFF(51,"Private Channel"),t.k0s()()()(),t.DNE(52,No,4,2,"div",16),t.j41(53,"div",17)(54,"button",31),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onOpenChannel())}),t.EFF(55),t.k0s()()()()(),t.j41(56,"div",32)(57,"button",33),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onClose())}),t.EFF(58),t.k0s()()()()()()}2&i&&(t.R7$(10),t.Y8G("linear",!0),t.R7$(2),t.Y8G("stepControl",a.peerFormGroup)("editable",a.flgEditable),t.R7$(),t.Y8G("formGroup",a.peerFormGroup),t.R7$(6),t.Y8G("ngIf",null==a.peerFormGroup.controls.peerAddress.errors?null:a.peerFormGroup.controls.peerAddress.errors.required),t.R7$(),t.Y8G("ngIf",""!==a.peerConnectionError),t.R7$(3),t.JRh(""!==a.peerConnectionError?"Retry":"Add Peer"),t.R7$(),t.Y8G("stepControl",a.channelFormGroup)("editable",a.flgEditable),t.R7$(),t.Y8G("formGroup",a.channelFormGroup),t.R7$(3),t.Y8G("ngIf",a.recommendedFee.minimumFee),t.R7$(5),t.Y8G("step",1e3),t.R7$(2),t.SpI("Remaining: ",t.bMT(36,23,a.totalBalance-(a.channelFormGroup.controls.fundingAmount.value?a.channelFormGroup.controls.fundingAmount.value:0)),""),t.R7$(4),t.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.required),t.R7$(),t.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.min),t.R7$(),t.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.max),t.R7$(4),t.Y8G("step",1)("min",a.recommendedFee.minimumFee||0),t.R7$(2),t.SpI("Mempool Min: ",a.recommendedFee.minimumFee," (Sats/vByte)"),t.R7$(),t.Y8G("ngIf",null==a.channelFormGroup.controls.feeRate.errors?null:a.channelFormGroup.controls.feeRate.errors.minimum),t.R7$(4),t.Y8G("ngIf",""!==a.channelConnectionError),t.R7$(3),t.JRh(""!==a.channelConnectionError?"Retry":"Open Channel"),t.R7$(3),t.JRh(null!=a.newlyAddedPeer&&a.newlyAddedPeer.nodeId?"Do It Later":"Close"))},dependencies:[p.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.j4,d.JD,w.aY,h.DJ,h.sA,h.UI,j.$z,E.m2,E.MM,O.fg,g.rl,g.nJ,g.MV,g.TL,g.yw,jt.sG,et.V5,et.Ti,et.M6,W.N,tt.V,p.QX]})}}return n})();var Gt=_(5416),Pt=_(9157);const Mo=n=>({"background-color":n});function Bo(n,o){if(1&n&&(t.j41(0,"span",10)(1,"div"),t.EFF(2),t.nI1(3,"titlecase"),t.k0s()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(2),t.Lme("",i.nodeFeaturesEnum[e.key]||e.key,": ",t.bMT(3,2,e.value),"")}}function $o(n,o){1&n&&(t.j41(0,"th",24),t.EFF(1,"Address"),t.k0s())}function Vo(n,o){if(1&n&&(t.j41(0,"td",25),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(e)}}function Oo(n,o){1&n&&(t.j41(0,"th",26)(1,"div",27),t.EFF(2,"Actions"),t.k0s()())}function Ho(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",28)(1,"div",29)(2,"mat-select",30),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",31),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onConnectNode(a))}),t.EFF(5,"Connect"),t.k0s(),t.j41(6,"mat-option",32),t.bIt("copied",function(a){t.eBV(e);const s=t.XpG(2);return t.Njj(s.onCopyNodeURI(a))}),t.EFF(7,"Copy URI"),t.k0s()()()()}if(2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(6),t.Y8G("payload",(null==i.lookupResult?null:i.lookupResult.nodeId)+"@"+e)}}function Yo(n,o){1&n&&t.nrm(0,"tr",33)}function Xo(n,o){1&n&&t.nrm(0,"tr",34)}function Uo(n,o){if(1&n&&(t.j41(0,"div",2),t.nrm(1,"mat-divider",3),t.j41(2,"div",4)(3,"div",5)(4,"h4",6),t.EFF(5,"Alias"),t.k0s(),t.j41(6,"span",7),t.EFF(7),t.j41(8,"span",8),t.EFF(9),t.k0s()()(),t.j41(10,"div",9)(11,"h4",6),t.EFF(12,"Pub Key"),t.k0s(),t.j41(13,"span",10),t.EFF(14),t.k0s()()(),t.nrm(15,"mat-divider",3),t.j41(16,"div",4)(17,"div",5)(18,"h4",6),t.EFF(19,"Date/Time"),t.k0s(),t.j41(20,"span",7),t.EFF(21),t.nI1(22,"date"),t.k0s()(),t.j41(23,"div",9)(24,"h4",6),t.EFF(25,"Features"),t.k0s(),t.DNE(26,Bo,4,4,"span",11),t.nI1(27,"keyvalue"),t.k0s()(),t.nrm(28,"mat-divider",3),t.j41(29,"div",4)(30,"div",12)(31,"h4",6),t.EFF(32,"Signature"),t.k0s(),t.j41(33,"span",7),t.EFF(34),t.k0s()()(),t.nrm(35,"mat-divider",3),t.j41(36,"div",2)(37,"h4",13),t.EFF(38,"Addresses"),t.k0s(),t.j41(39,"div",14)(40,"table",15,0),t.qex(42,16),t.DNE(43,$o,2,0,"th",17)(44,Vo,2,1,"td",18),t.bVm(),t.qex(45,19),t.DNE(46,Oo,3,0,"th",20)(47,Ho,8,1,"td",21),t.bVm(),t.DNE(48,Yo,1,0,"tr",22)(49,Xo,1,0,"tr",23),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(null==e.lookupResult?null:e.lookupResult.alias),t.R7$(),t.Y8G("ngStyle",t.eq3(19,Mo,null==e.lookupResult?null:e.lookupResult.rgbColor)),t.R7$(),t.JRh(null!=e.lookupResult&&e.lookupResult.rgbColor?null==e.lookupResult?null:e.lookupResult.rgbColor:""),t.R7$(5),t.JRh(null==e.lookupResult?null:e.lookupResult.nodeId),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.i5U(22,14,1e3*(null==e.lookupResult?null:e.lookupResult.timestamp),"dd/MMM/y HH:mm")),t.R7$(5),t.Y8G("ngForOf",t.bMT(27,17,null==e.lookupResult?null:e.lookupResult.features.activated)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(null==e.lookupResult?null:e.lookupResult.signature),t.R7$(),t.Y8G("inset",!0),t.R7$(5),t.Y8G("dataSource",e.addresses),t.R7$(8),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns)}}let zo=(()=>{class n{constructor(e,i,a){this.logger=e,this.snackBar=i,this.store=a,this.lookupResult={},this.addresses=new c.I6([]),this.displayedColumns=["address","actions"],this.nodeFeaturesEnum=l.Uq,this.information={},this.availableBalance=0,this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){this.addresses=new c.I6(this.lookupResult.addresses?[...this.lookupResult.addresses]:[]),this.addresses.data=this.lookupResult.addresses||[],this.addresses.sort=this.sort,this.addresses.sortingDataAccessor=(e,i)=>e[i]&&isNaN(e[i])?e[i].toLocaleLowerCase():e[i]?+e[i]:null,this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.information=e}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.availableBalance=e.onchainBalance.total||0})}onConnectNode(e){this.store.dispatch((0,v.xO)({payload:{data:{message:{peer:this.lookupResult.nodeId?{nodeId:this.lookupResult.nodeId,address:e}:null,information:this.information,balance:this.availableBalance},component:Dt}}}))}onCopyNodeURI(e){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+e)}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(Gt.UG),t.rXU(R.il))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-node-lookup"]],viewQuery:function(i,a){if(1&i&&t.GBs(x.B4,5),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first)}},inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["table",""],["fxLayout","column",4,"ngIf"],["fxLayout","column"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxFlex","100"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["matColumnDef","address"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(i,a){1&i&&t.DNE(0,Uo,50,21,"div",1),2&i&&t.Y8G("ngIf",a.lookupResult)},dependencies:[p.Sq,p.bT,p.B3,h.DJ,h.sA,h.UI,L.eI,Z.q,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.KS,c.$R,c.YZ,c.NB,A.Ld,Pt.U,p.PV,p.vh,p.lG]})}}return n})();const Jo=["form"],qo=n=>({"mt-1":!0,"mt-2":n});function Qo(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("",null==e.lookupFields[e.selectedFieldId]?null:e.lookupFields[e.selectedFieldId].placeholder," is required.")}}function Zo(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("Invalid ",null==e.lookupFields[e.selectedFieldId]?null:e.lookupFields[e.selectedFieldId].placeholder,".")}}function Wo(n,o){if(1&n&&(t.j41(0,"div"),t.nrm(1,"rtl-ecl-node-lookup",25),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.Y8G("lookupResult",e.nodeLookupValue)}}function Ko(n,o){if(1&n&&(t.j41(0,"span",23),t.DNE(1,Wo,2,1,"div",24),t.k0s()),2&n){const e=t.XpG(2),i=t.sdS(23);t.R7$(),t.Y8G("ngIf",e.nodeLookupValue.nodeId)("ngIfElse",i)}}function ts(n,o){1&n&&(t.j41(0,"span"),t.EFF(1,' fxFlex="100"'),t.j41(2,"h3"),t.EFF(3,"Error! Unable to find details!"),t.k0s()())}function es(n,o){if(1&n&&(t.j41(0,"div",17)(1,"div",18)(2,"span",19),t.EFF(3),t.k0s()(),t.j41(4,"div",20),t.DNE(5,Ko,2,2,"span",21)(6,ts,4,0,"span",22),t.k0s()()),2&n){const e=t.XpG();t.R7$(3),t.SpI("",e.lookupFields[e.selectedFieldId].name," Details"),t.R7$(),t.Y8G("ngSwitch",e.selectedFieldId),t.R7$(),t.Y8G("ngSwitchCase",0)}}function ns(n,o){1&n&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find details!"),t.k0s())}let is=(()=>{class n{constructor(e,i,a,s){this.logger=e,this.commonService=i,this.store=a,this.actions=s,this.lookupKeyCtrl=new d.hs,this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Node ID"},{id:1,name:"Channel",placeholder:"Short Channel ID"}],this.flgLoading=[!0],this.faSearch=F.MjD,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKeyCtrl.setValue(window.history.state.lookupValue||"")),this.actions.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(e=>e.type===l.Uu.SET_LOOKUP_ECL||e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(e=>{if(e.type===l.Uu.SET_LOOKUP_ECL){switch(this.flgLoading[0]=!0,this.selectedFieldId){case 0:this.nodeLookupValue=e.payload[0]?JSON.parse(JSON.stringify(e.payload[0])):{nodeid:""};break;case 1:this.channelLookupValue=JSON.parse(JSON.stringify(e.payload))||[]}this.flgSetLookupValue=!0,this.logger.info(this.nodeLookupValue),this.logger.info(this.channelLookupValue)}e.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&e.payload.status===l.wn.ERROR&&"Lookup"===e.payload.action&&(this.flgLoading[0]="error")}),this.lookupKeyCtrl.valueChanges.pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1})}onLookup(){return this.lookupKeyCtrl.value?this.lookupKeyCtrl.value&&(this.lookupKeyCtrl.value.includes("@")||this.lookupKeyCtrl.value.includes(","))?(this.lookupKeyCtrl.setErrors({invalid:!0}),!0):void(0===(this.selectedFieldId||(this.selectedFieldId=0),this.flgSetLookupValue=!1,this.nodeLookupValue={},this.channelLookupValue=[],this.selectedFieldId)&&this.store.dispatch((0,T.zU)({payload:this.lookupKeyCtrl.value.trim()}))):(this.lookupKeyCtrl.setErrors({required:!0}),!0)}onSelectChange(e){this.resetData(),this.selectedFieldId=e.value}resetData(){this.flgSetLookupValue=!1,this.nodeLookupValue={},this.channelLookupValue=[],this.lookupKeyCtrl.setValue(""),this.lookupKeyCtrl.setErrors(null),this.form.resetForm()}clearLookupValue(){this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il),t.rXU(Q.En))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-lookups"]],viewQuery:function(i,a){if(1&i&&t.GBs(Jo,7),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first)}},decls:24,vars:9,consts:[["form","ngForm"],["key",""],["errorBlock",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField"],["checked","",1,"mr-4",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"formControl"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[4,"ngIf","ngIfElse"],[3,"lookupResult"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",3)(1,"div",4)(2,"mat-card-content",5)(3,"form",6,0)(5,"div",7)(6,"mat-radio-group",8)(7,"mat-radio-button",9),t.EFF(8,"Node"),t.k0s()()(),t.j41(9,"mat-form-field",10)(10,"mat-label"),t.EFF(11),t.k0s(),t.nrm(12,"input",11,1),t.DNE(14,Qo,2,1,"mat-error",12)(15,Zo,2,1,"mat-error",12),t.k0s(),t.j41(16,"div",13)(17,"button",14),t.bIt("click",function(){return t.eBV(s),t.Njj(a.resetData())}),t.EFF(18,"Clear"),t.k0s(),t.j41(19,"button",15),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onLookup())}),t.EFF(20,"Lookup"),t.k0s()()(),t.DNE(21,es,7,3,"div",16),t.k0s()()(),t.DNE(22,ns,2,0,"ng-template",null,2,t.C5r)}2&i&&(t.R7$(7),t.Y8G("value",0),t.R7$(2),t.Y8G("ngClass",t.eq3(7,qo,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),t.R7$(2),t.JRh((null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key"),t.R7$(),t.Y8G("formControl",a.lookupKeyCtrl),t.R7$(2),t.Y8G("ngIf",null==a.lookupKeyCtrl.errors?null:a.lookupKeyCtrl.errors.required),t.R7$(),t.Y8G("ngIf",null==a.lookupKeyCtrl.errors?null:a.lookupKeyCtrl.errors.invalid),t.R7$(6),t.Y8G("ngIf",a.flgSetLookupValue))},dependencies:[p.YU,p.bT,p.ux,p.e1,p.fG,d.qT,d.me,d.BC,d.cb,d.YS,d.cV,d.l_,h.DJ,h.sA,h.UI,L.PW,j.$z,E.m2,O.fg,g.rl,g.nJ,g.TL,ot.VT,ot._g,zo],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]})}}return n})();var as=_(396);let os=(()=>{class n{constructor(e,i){this.store=e,this.eclEffects=i,this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,T.XT)()),this.eclEffects.setNewAddress.pipe((0,q.s)(1)).subscribe(e=>{this.newAddress=e,setTimeout(()=>{this.store.dispatch((0,v.xO)({payload:{data:{address:this.newAddress,addressType:"",component:as.f}}}))},0)})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(R.il),t.rXU(pt.B))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-on-chain-receive"]],decls:4,vars:0,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","1",3,"click"]],template:function(i,a){1&i&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return a.onGenerateAddress()}),t.EFF(3,"Generate Address"),t.k0s()()())},dependencies:[h.DJ,h.sA,h.UI,j.$z]})}}return n})(),ss=(()=>{class n{constructor(e,i){this.store=e,this.activatedRoute=i,this.sweepAll=!1,this.unSubs=[new u.B,new u.B]}ngOnInit(){this.activatedRoute.data.pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.sweepAll=e.sweepAll})}openSendFundsModal(){this.store.dispatch((0,v.xO)({payload:{data:{sweepAll:this.sweepAll,component:Tt}}}))}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(R.il),t.rXU(b.nX))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-on-chain-send"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(i,a){1&i&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return a.openSendFundsModal()}),t.EFF(3),t.k0s()()()),2&i&&(t.R7$(3),t.JRh(a.sweepAll?"Sweep All":"Send Funds"))},dependencies:[h.DJ,h.sA,h.UI,j.$z]})}}return n})();var _t=_(9172),At=_(6354),st=_(850),ls=_(92);const rs=["form"];function cs(n,o){if(1&n&&(t.j41(0,"mat-option",36),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(e.alias?e.alias:e.nodeId?e.nodeId:"")}}function ms(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Peer alias is required."),t.k0s())}function ps(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Peer not found in the list."),t.k0s())}function us(n,o){if(1&n){const e=t.RV6();t.j41(0,"mat-form-field",6)(1,"mat-label"),t.EFF(2,"Peer Alias"),t.k0s(),t.j41(3,"input",33),t.bIt("change",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onSelectedPeerChanged())}),t.k0s(),t.j41(4,"mat-autocomplete",34,4),t.bIt("optionSelected",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onSelectedPeerChanged())}),t.DNE(6,cs,2,2,"mat-option",35),t.nI1(7,"async"),t.k0s(),t.DNE(8,ms,2,0,"mat-error",20)(9,ps,2,0,"mat-error",20),t.k0s()}if(2&n){const e=t.sdS(5),i=t.XpG();t.R7$(3),t.Y8G("formControl",i.selectedPeer)("matAutocomplete",e),t.R7$(),t.Y8G("displayWith",i.displayFn),t.R7$(2),t.Y8G("ngForOf",t.bMT(7,6,i.filteredPeers)),t.R7$(2),t.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.required),t.R7$(),t.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.notfound)}}function ds(n,o){1&n&&t.eu8(0)}function hs(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function fs(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function _s(n,o){if(1&n&&(t.j41(0,"div",37),t.nrm(1,"fa-icon",38),t.j41(2,"span",39)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",40)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown",""),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown",""),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown",""),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown",""),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown","")}}function gs(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function Cs(n,o){if(1&n&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.channelConnectionError)}}function ys(n,o){if(1&n&&(t.j41(0,"div",41),t.nrm(1,"fa-icon",38),t.DNE(2,Cs,2,1,"span",20),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.channelConnectionError)}}function bs(n,o){if(1&n&&(t.j41(0,"mat-expansion-panel",43)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),t.EFF(4,"Peer: \xa0"),t.k0s(),t.j41(5,"strong",44),t.EFF(6),t.k0s()()(),t.j41(7,"div",13)(8,"div",5)(9,"div",6)(10,"h4",45),t.EFF(11,"Pubkey"),t.k0s(),t.j41(12,"span",46),t.EFF(13),t.k0s()()(),t.nrm(14,"mat-divider",47),t.j41(15,"div",5)(16,"div",48)(17,"h4",45),t.EFF(18,"Address"),t.k0s(),t.j41(19,"span",49),t.EFF(20),t.k0s()(),t.j41(21,"div",48)(22,"h4",45),t.EFF(23,"State"),t.k0s(),t.j41(24,"span",49),t.EFF(25),t.nI1(26,"titlecase"),t.k0s()()()()()),2&n){const e=t.XpG(2);t.R7$(6),t.JRh((null==e.peer?null:e.peer.alias)||(null==e.peer?null:e.peer.nodeId)),t.R7$(7),t.JRh(e.peer.nodeId),t.R7$(7),t.JRh(null==e.peer?null:e.peer.address),t.R7$(5),t.JRh(t.bMT(26,4,null==e.peer?null:e.peer.state))}}function Fs(n,o){if(1&n&&t.DNE(0,bs,27,6,"mat-expansion-panel",42),2&n){const e=t.XpG();t.Y8G("ngIf",e.peer)}}let Nt=(()=>{class n{constructor(e,i,a,s,r,m){this.logger=e,this.dialogRef=i,this.data=a,this.store=s,this.actions=r,this.dataService=m,this.selectedPeer=new d.hs,this.faExclamationTriangle=F.zpE,this.faInfoCircle=F.iW_,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.feeRate=null,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(U._c).pipe((0,f.Q)(this.unSubs[0])).subscribe(a=>{this.selNode=a,this.isPrivate=!!a?.settings.unannouncedChannels}),this.actions.pipe((0,f.Q)(this.unSubs[1]),(0,H.p)(a=>a.type===l.Uu.UPDATE_API_CALL_STATUS_ECL||a.type===l.Uu.FETCH_CHANNELS_ECL)).subscribe(a=>{a.type===l.Uu.UPDATE_API_CALL_STATUS_ECL&&a.payload.status===l.wn.ERROR&&"SaveNewChannel"===a.payload.action&&(this.channelConnectionError=a.payload.message),a.type===l.Uu.FETCH_CHANNELS_ECL&&this.dialogRef.close()});let e="",i="";this.sortedPeers=this.peers.sort((a,s)=>(e=a.alias?a.alias.toLowerCase():a.nodeId?a.nodeId.toLowerCase():"",i=s.alias?s.alias.toLowerCase():a.nodeId?a.nodeId.toLowerCase():"",ei?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,f.Q)(this.unSubs[2]),(0,_t.Z)(""),(0,At.T)(a=>"string"==typeof a?a:a.alias?a.alias:a.nodeId),(0,At.T)(a=>a?this.filterPeers(a):this.sortedPeers.slice()))}filterPeers(e){return this.sortedPeers?.filter(i=>0===i.alias?.toLowerCase().indexOf(e?e.toLowerCase():""))}displayFn(e){return e&&e.alias?e.alias:e&&e.nodeId?e.nodeId:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.nodeId?this.selectedPeer.value.nodeId:null,"string"==typeof this.selectedPeer.value){const e=this.peers?.filter(i=>i.alias?.length===this.selectedPeer.value.length&&0===i.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===e.length&&e[0].nodeId&&(this.selectedPubkey=e[0].nodeId)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.feeRate=null,this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onAdvancedPanelToggle(e){this.advancedTitle="Advanced Options",e?this.feeRate&&this.feeRate>0&&(this.advancedTitle=this.advancedTitle+" | Fee (Sats/vByte): "+this.feeRate):this.dataService.getRecommendedFeeRates().pipe((0,f.Q)(this.unSubs[3])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}})}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||this.feeRate&&this.recommendedFee.minimumFee>this.feeRate)return!0;const e={nodeId:this.peer&&this.peer.nodeId?this.peer.nodeId:this.selectedPubkey,amount:this.fundingAmount,private:this.isPrivate};this.feeRate&&(e.feeRate=this.feeRate),this.store.dispatch((0,T.vL)({payload:e}))}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(B.CP),t.rXU(B.Vh),t.rXU(R.il),t.rXU(Q.En),t.rXU(K.u))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-open-channel"]],viewQuery:function(i,a){if(1&i&&t.GBs(rs,7),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first)}},decls:56,vars:21,consts:[["form","ngForm"],["amount","ngModel"],["fee","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","11","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amount",3,"ngModelChange","step","min","max","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","25","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxFlex","100","fxLayout","row","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","49"],["matInput","","type","number","name","fee","tabindex","7",3,"ngModelChange","step","min","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","10"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"change","formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),t.EFF(5),t.k0s()(),t.j41(6,"button",10),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",11)(9,"form",12,0),t.bIt("submit",function(){return t.eBV(s),t.Njj(a.onOpenChannel())})("reset",function(){return t.eBV(s),t.Njj(a.resetData())}),t.j41(11,"div",13),t.DNE(12,us,10,8,"mat-form-field",14),t.k0s(),t.DNE(13,ds,1,0,"ng-container",15),t.j41(14,"div",13)(15,"div",16)(16,"mat-form-field",17)(17,"mat-label"),t.EFF(18,"Amount"),t.k0s(),t.j41(19,"input",18,1),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.fundingAmount,m)||(a.fundingAmount=m),t.Njj(m)}),t.k0s(),t.j41(21,"mat-hint"),t.EFF(22),t.nI1(23,"number"),t.k0s(),t.j41(24,"span",19),t.EFF(25,"Sats "),t.k0s(),t.DNE(26,hs,2,0,"mat-error",20)(27,fs,2,1,"mat-error",20),t.k0s(),t.j41(28,"div",21)(29,"mat-slide-toggle",22),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.isPrivate,m)||(a.isPrivate=m),t.Njj(m)}),t.EFF(30,"Private Channel"),t.k0s()()(),t.j41(31,"mat-expansion-panel",23),t.bIt("closed",function(){return t.eBV(s),t.Njj(a.onAdvancedPanelToggle(!0))})("opened",function(){return t.eBV(s),t.Njj(a.onAdvancedPanelToggle(!1))}),t.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),t.EFF(35),t.k0s()()(),t.j41(36,"div",24),t.DNE(37,_s,16,6,"div",25),t.j41(38,"div",16)(39,"div",26)(40,"mat-form-field",27)(41,"mat-label"),t.EFF(42,"Fee (Sats/vByte)"),t.k0s(),t.j41(43,"input",28,2),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.feeRate,m)||(a.feeRate=m),t.Njj(m)}),t.k0s(),t.j41(45,"mat-hint"),t.EFF(46),t.k0s(),t.DNE(47,gs,2,1,"mat-error",20),t.k0s()()()()()(),t.DNE(48,ys,3,2,"div",29),t.j41(49,"div",30)(50,"button",31),t.EFF(51,"Clear Fields"),t.k0s(),t.j41(52,"button",32),t.EFF(53,"Open Channel"),t.k0s()()()()()(),t.DNE(54,Fs,1,1,"ng-template",null,3,t.C5r)}if(2&i){const s=t.sdS(20),r=t.sdS(55);t.R7$(5),t.JRh(a.alertTitle),t.R7$(7),t.Y8G("ngIf",!a.peer&&a.peers&&a.peers.length>0),t.R7$(),t.Y8G("ngTemplateOutlet",r),t.R7$(6),t.Y8G("step",1e3)("min",1)("max",a.totalBalance),t.R50("ngModel",a.fundingAmount),t.R7$(3),t.SpI("Remaining: ",t.bMT(23,19,a.totalBalance-(a.fundingAmount?a.fundingAmount:0)),""),t.R7$(4),t.Y8G("ngIf",null==s.errors?null:s.errors.required),t.R7$(),t.Y8G("ngIf",null==s.errors?null:s.errors.max),t.R7$(2),t.R50("ngModel",a.isPrivate),t.R7$(6),t.JRh(a.advancedTitle),t.R7$(2),t.Y8G("ngIf",a.recommendedFee.minimumFee),t.R7$(6),t.Y8G("step",1)("min",a.recommendedFee.minimumFee),t.R50("ngModel",a.feeRate),t.R7$(3),t.SpI("Mempool Min: ",a.recommendedFee.minimumFee," (Sats/vByte)"),t.R7$(),t.Y8G("ngIf",a.feeRate&&a.feeRate{class n{constructor(e,i,a){this.logger=e,this.store=i,this.router=a,this.numOfOpenChannels=0,this.numOfPendingChannels=0,this.numOfInactiveChannels=0,this.information={},this.peers=[],this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"inactive",name:"Inactive"}],this.activeLink=0,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.activeLink=this.links.findIndex(e=>e.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(e=>e instanceof b.gx)).subscribe({next:e=>{this.activeLink=this.links.findIndex(i=>i.link===e.urlAfterRedirects.substring(e.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.numOfOpenChannels=e.channelsStatus&&e.channelsStatus.active&&e.channelsStatus.active.channels?e.channelsStatus.active.channels:0,this.numOfPendingChannels=e.channelsStatus&&e.channelsStatus.pending&&e.channelsStatus.pending.channels?e.channelsStatus.pending.channels:0,this.numOfInactiveChannels=e.channelsStatus&&e.channelsStatus.inactive&&e.channelsStatus.inactive.channels?e.channelsStatus.inactive.channels:0,this.logger.info(e)}),this.store.select(U._c).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.selNode=e}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.information=e}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[4])).subscribe(e=>{this.peers=e.peers}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[5])).subscribe(e=>{this.totalBalance=e.onchainBalance.total||0})}onOpenChannel(){this.store.dispatch((0,v.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:Nt}}}))}onSelectedTabChange(e){this.router.navigateByUrl("/ecl/connections/channels/"+this.links[e.index].link)}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channels-tables"]],decls:14,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(i,a){1&i&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return a.onOpenChannel()}),t.EFF(3,"Open Channel"),t.k0s()(),t.j41(4,"div",3)(5,"mat-tab-group",4),t.mxI("selectedIndexChange",function(r){return t.DH7(a.activeLink,r)||(a.activeLink=r),r}),t.bIt("selectedTabChange",function(r){return a.onSelectedTabChange(r)}),t.j41(6,"mat-tab"),t.DNE(7,Es,2,1,"ng-template",5),t.k0s(),t.j41(8,"mat-tab"),t.DNE(9,xs,2,1,"ng-template",5),t.k0s(),t.j41(10,"mat-tab"),t.DNE(11,Ls,2,1,"ng-template",5),t.k0s()(),t.j41(12,"div",6),t.nrm(13,"router-outlet"),t.k0s()()()),2&i&&(t.R7$(5),t.R50("selectedIndex",a.activeLink))},dependencies:[h.DJ,h.sA,h.UI,j.$z,wt.k,D.ES,D.mq,D.T8,b.n3]})}}return n})();const vs=n=>({"xs-scroll-y":n}),Rs=(n,o)=>({"mt-2":n,"mt-1":o});function Is(n,o){if(1&n&&(t.j41(0,"div",12)(1,"h4",13),t.EFF(2,"Short Channel ID"),t.k0s(),t.j41(3,"span",14),t.EFF(4),t.k0s()()),2&n){const e=t.XpG();t.R7$(4),t.JRh(e.channel.shortChannelId)}}function ks(n,o){if(1&n&&(t.j41(0,"div",12)(1,"h4",13),t.EFF(2,"State"),t.k0s(),t.j41(3,"span",17),t.EFF(4),t.nI1(5,"titlecase"),t.k0s()()),2&n){const e=t.XpG();t.R7$(4),t.JRh(t.bMT(5,1,e.channel.state))}}function Ts(n,o){if(1&n&&(t.j41(0,"div")(1,"div",10)(2,"div",12)(3,"h4",13),t.EFF(4,"Local Balance (Sats)"),t.k0s(),t.j41(5,"span",17),t.EFF(6),t.nI1(7,"number"),t.k0s()(),t.j41(8,"div",12)(9,"h4",13),t.EFF(10,"Remote Balance (Sats)"),t.k0s(),t.j41(11,"span",17),t.EFF(12),t.nI1(13,"number"),t.k0s()()(),t.nrm(14,"mat-divider",15),t.j41(15,"div",10)(16,"div",12)(17,"h4",13),t.EFF(18,"Base Fee (mSats)"),t.k0s(),t.j41(19,"span",17),t.EFF(20),t.nI1(21,"number"),t.k0s()(),t.j41(22,"div",12)(23,"h4",13),t.EFF(24,"Fee Rate (mili mSats)"),t.k0s(),t.j41(25,"span",17),t.EFF(26),t.nI1(27,"number"),t.k0s()()(),t.nrm(28,"mat-divider",15),t.k0s()),2&n){const e=t.XpG();t.R7$(6),t.JRh(t.bMT(7,6,e.channel.toLocal)),t.R7$(6),t.JRh(t.bMT(13,8,e.channel.toRemote)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.bMT(21,10,e.channel.feeBaseMsat)),t.R7$(6),t.JRh(t.bMT(27,12,e.channel.feeProportionalMillionths)),t.R7$(2),t.Y8G("inset",!0)}}function ws(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Show Advanced"),t.k0s())}function js(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Hide Advanced"),t.k0s())}function Ds(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",23),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onShowAdvanced())}),t.DNE(1,ws,2,0,"p",24)(2,js,2,0,"ng-template",null,0,t.C5r),t.k0s()}if(2&n){const e=t.sdS(3),i=t.XpG();t.R7$(),t.Y8G("ngIf",!i.showAdvanced)("ngIfElse",e)}}function Gs(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",25),t.bIt("copied",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onCopyChanID(a))}),t.EFF(1,"Copy Short Channel ID"),t.k0s()}if(2&n){const e=t.XpG();t.Y8G("payload",e.channel.shortChannelId)}}function Ps(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",26),t.bIt("copied",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onCopyChanID(a))}),t.EFF(1,"Copy Channel ID"),t.k0s()}if(2&n){const e=t.XpG();t.Y8G("payload",e.channel.channelId)}}let gt=(()=>{class n{constructor(e,i,a,s,r,m){this.dialogRef=e,this.data=i,this.logger=a,this.commonService=s,this.snackBar=r,this.router=m,this.faReceipt=F.Mf0,this.showAdvanced=!1,this.channelsType="open",this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.channel=this.data.channel,this.channelsType=this.data.channelsType||"",this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(e){this.snackBar.open("open"===this.channelsType?"Short channel ID "+e+" copied.":"Channel ID copied."),this.logger.info("Copied Text: "+e)}onGoToLink(e,i){this.router.navigateByUrl("/ecl/graph/lookups",{state:{lookupType:e,lookupValue:i}}),this.onClose()}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(B.Vh),t.rXU(P.gP),t.rXU(M.h),t.rXU(Gt.UG),t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-information"]],decls:59,vars:27,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50",4,"ngIf"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["tabindex","1","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","2","class","mr-1",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","3","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","4","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["mat-button","","color","primary","type","reset","tabindex","2",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","3","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","4","type","submit","rtlClipboard","",3,"copied","payload"]],template:function(i,a){1&i&&(t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),t.nrm(4,"fa-icon",5),t.j41(5,"span",6),t.EFF(6,"Channel Information"),t.k0s()(),t.j41(7,"button",7),t.bIt("click",function(){return a.onClose()}),t.EFF(8,"X"),t.k0s()(),t.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10),t.DNE(12,Is,5,1,"div",11),t.j41(13,"div",12)(14,"h4",13),t.EFF(15,"Peer Alias"),t.k0s(),t.j41(16,"span",14),t.EFF(17),t.k0s()(),t.DNE(18,ks,6,3,"div",11),t.k0s(),t.nrm(19,"mat-divider",15),t.j41(20,"div",10)(21,"div",2)(22,"h4",13),t.EFF(23,"Channel ID"),t.k0s(),t.j41(24,"span",14),t.EFF(25),t.k0s()()(),t.nrm(26,"mat-divider",15),t.j41(27,"div",10)(28,"div",2)(29,"h4",13),t.EFF(30,"Peer Public Key"),t.k0s(),t.j41(31,"span",16),t.bIt("click",function(){return a.onGoToLink("0",a.channel.nodeId)}),t.EFF(32),t.k0s()()(),t.nrm(33,"mat-divider",15),t.j41(34,"div",10)(35,"div",2)(36,"h4",13),t.EFF(37,"State"),t.k0s(),t.j41(38,"span",17),t.EFF(39),t.nI1(40,"titlecase"),t.k0s()()(),t.nrm(41,"mat-divider",15),t.j41(42,"div",10)(43,"div",12)(44,"h4",13),t.EFF(45,"Private"),t.k0s(),t.j41(46,"span",17),t.EFF(47),t.k0s()(),t.j41(48,"div",12)(49,"h4",13),t.EFF(50,"Initiator"),t.k0s(),t.j41(51,"span",17),t.EFF(52),t.k0s()()(),t.nrm(53,"mat-divider",15),t.DNE(54,Ts,29,14,"div",18),t.j41(55,"div",19),t.DNE(56,Ds,4,2,"button",20)(57,Gs,2,1,"button",21)(58,Ps,2,1,"button",22),t.k0s()()()()()),2&i&&(t.R7$(4),t.Y8G("icon",a.faReceipt),t.R7$(5),t.Y8G("ngClass",t.eq3(22,vs,a.screenSize===a.screenSizeEnum.XS)),t.R7$(3),t.Y8G("ngIf","open"===a.channelsType),t.R7$(5),t.JRh(a.channel.alias),t.R7$(),t.Y8G("ngIf","open"!==a.channelsType),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(a.channel.channelId),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.SpI(" ",a.channel.nodeId," "),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.bMT(40,20,a.channel.state)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(a.channel.announceChannel?"No":"Yes"),t.R7$(5),t.JRh(a.channel.isInitiator?"Yes":"No"),t.R7$(),t.Y8G("inset",!0),t.R7$(),t.Y8G("ngIf",a.showAdvanced&&"open"===a.channelsType),t.R7$(),t.Y8G("ngClass",t.l_i(24,Rs,!a.showAdvanced,a.showAdvanced)),t.R7$(),t.Y8G("ngIf","open"===a.channelsType),t.R7$(),t.Y8G("ngIf","open"===a.channelsType),t.R7$(),t.Y8G("ngIf","open"!==a.channelsType))},dependencies:[p.YU,p.bT,w.aY,h.DJ,h.sA,h.UI,L.PW,j.$z,E.m2,E.MM,Z.q,J.oV,Pt.U,W.N,p.QX,p.PV]})}}return n})();var Ct=_(7673),yt=_(1001),As=_(6949);const nt=(n,o)=>({"small-svg":n,"large-svg":o});function Ns(n,o){1&n&&t.eu8(0)}function Ms(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",6),t.bIt("swipe",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onSwipe(a))}),t.qSk(),t.j41(1,"svg",7),t.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),t.k0s(),t.joV(),t.j41(41,"div",47)(42,"mat-card-title"),t.EFF(43,"Circular rebalancing explained."),t.k0s()(),t.j41(44,"div",48)(45,"mat-card-subtitle",49),t.EFF(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,nt,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Bs(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onSwipe(a))}),t.qSk(),t.j41(1,"svg",51),t.nrm(2,"path",52)(3,"path",53)(4,"path",54)(5,"path",55)(6,"path",56)(7,"path",57)(8,"path",58)(9,"path",59)(10,"path",60)(11,"path",61)(12,"path",62)(13,"path",63)(14,"path",64)(15,"path",65)(16,"path",66)(17,"path",67)(18,"path",68)(19,"path",69)(20,"path",70)(21,"path",71)(22,"path",72)(23,"path",73)(24,"path",74)(25,"path",75)(26,"path",76)(27,"path",77)(28,"path",78)(29,"path",79)(30,"path",80)(31,"path",81)(32,"path",82)(33,"path",52)(34,"path",53)(35,"path",54)(36,"path",55)(37,"path",56)(38,"path",57)(39,"path",58)(40,"path",59)(41,"path",60)(42,"path",83)(43,"path",84)(44,"path",63)(45,"path",85)(46,"path",86)(47,"path",87)(48,"path",67)(49,"path",68)(50,"path",69)(51,"path",70)(52,"path",71)(53,"path",72)(54,"path",73)(55,"path",74)(56,"path",75)(57,"path",76)(58,"path",77)(59,"path",78)(60,"path",79)(61,"path",80)(62,"path",88)(63,"path",82)(64,"path",89),t.j41(65,"defs")(66,"linearGradient",90),t.nrm(67,"stop",91)(68,"stop",92)(69,"stop",93),t.k0s(),t.j41(70,"linearGradient",94),t.nrm(71,"stop",91)(72,"stop",92)(73,"stop",93),t.k0s(),t.j41(74,"linearGradient",95),t.nrm(75,"stop",91)(76,"stop",92)(77,"stop",93),t.k0s(),t.j41(78,"linearGradient",96),t.nrm(79,"stop",91)(80,"stop",92)(81,"stop",93),t.k0s(),t.j41(82,"linearGradient",97),t.nrm(83,"stop",91)(84,"stop",92)(85,"stop",93),t.k0s(),t.j41(86,"linearGradient",98),t.nrm(87,"stop",91)(88,"stop",92)(89,"stop",93),t.k0s()()(),t.joV(),t.j41(90,"div",47)(91,"mat-card-title"),t.EFF(92,"Step 1: Unbalanced channel"),t.k0s()(),t.j41(93,"div",48)(94,"mat-card-subtitle",49),t.EFF(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,nt,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function $s(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onSwipe(a))}),t.qSk(),t.j41(1,"svg",99),t.nrm(2,"path",100)(3,"path",101)(4,"path",102)(5,"path",103)(6,"path",104)(7,"path",105)(8,"path",106)(9,"path",107)(10,"path",108)(11,"path",109)(12,"path",110)(13,"path",111)(14,"path",112)(15,"path",113)(16,"path",114)(17,"path",52)(18,"path",115)(19,"path",116)(20,"path",117)(21,"path",118)(22,"path",119)(23,"path",120)(24,"path",121)(25,"path",122)(26,"path",83)(27,"path",84)(28,"path",123)(29,"path",124)(30,"path",125)(31,"path",126)(32,"path",67)(33,"path",127)(34,"path",128)(35,"path",129)(36,"path",130)(37,"path",131)(38,"path",132)(39,"path",74)(40,"path",75)(41,"path",133)(42,"path",77)(43,"path",78)(44,"path",79)(45,"path",80)(46,"path",134)(47,"path",135)(48,"path",136),t.j41(49,"defs")(50,"linearGradient",137),t.nrm(51,"stop",91)(52,"stop",92)(53,"stop",93),t.k0s(),t.j41(54,"linearGradient",138),t.nrm(55,"stop",91)(56,"stop",92)(57,"stop",93),t.k0s(),t.j41(58,"linearGradient",139),t.nrm(59,"stop",91)(60,"stop",92)(61,"stop",93),t.k0s()()(),t.joV(),t.j41(62,"div",47)(63,"mat-card-title"),t.EFF(64,"Step 2: Invoice/Payment"),t.k0s()(),t.j41(65,"div",48)(66,"mat-card-subtitle",49),t.EFF(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,nt,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Vs(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onSwipe(a))}),t.qSk(),t.j41(1,"svg",140),t.nrm(2,"path",141)(3,"path",142)(4,"path",143)(5,"path",144)(6,"path",145)(7,"path",146)(8,"path",147)(9,"path",148)(10,"path",149)(11,"path",150)(12,"path",151)(13,"path",152)(14,"path",153)(15,"path",154)(16,"path",155)(17,"path",156)(18,"path",157)(19,"path",158)(20,"path",159)(21,"path",160)(22,"path",161)(23,"path",162)(24,"path",163)(25,"path",164)(26,"path",163)(27,"path",165)(28,"path",166)(29,"path",167)(30,"path",168)(31,"path",169)(32,"path",170)(33,"path",171)(34,"path",172)(35,"path",173)(36,"path",174)(37,"path",175)(38,"path",176)(39,"path",177)(40,"path",178)(41,"path",179),t.j41(42,"defs")(43,"linearGradient",180),t.nrm(44,"stop",91)(45,"stop",92)(46,"stop",93),t.k0s()()(),t.joV(),t.j41(47,"div",47)(48,"mat-card-title"),t.EFF(49,"Step 3: Rebalance amount"),t.k0s()(),t.j41(50,"div",48)(51,"mat-card-subtitle",49),t.EFF(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,nt,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Os(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onSwipe(a))}),t.qSk(),t.j41(1,"svg",140),t.nrm(2,"path",181)(3,"path",143)(4,"path",182)(5,"path",145)(6,"path",146)(7,"path",183)(8,"path",148)(9,"path",184)(10,"path",185)(11,"path",186)(12,"path",187)(13,"path",188)(14,"path",189)(15,"path",190)(16,"path",191)(17,"path",192)(18,"path",158)(19,"path",193)(20,"path",194)(21,"path",179)(22,"path",160)(23,"path",161)(24,"path",195)(25,"path",163)(26,"path",164)(27,"path",163)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",196)(33,"path",170)(34,"path",197)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",198),t.j41(41,"defs")(42,"linearGradient",199),t.nrm(43,"stop",91)(44,"stop",92)(45,"stop",93),t.k0s()()(),t.joV(),t.j41(46,"div",47)(47,"mat-card-title"),t.EFF(48,"Rebalance successful!"),t.k0s()(),t.j41(49,"div",48)(50,"mat-card-subtitle",49),t.EFF(51," Your channel is successfully rebalanced and is able to continue to route payments. "),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,nt,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}let Hs=(()=>{class n{constructor(e){this.commonService=e,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new t.bkB,this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(e){2===e.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===e.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(M.h))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between starts",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z",1,"fill-color-primary-darker"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z",1,"fill-color-29"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z",1,"fill-color-28"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z",1,"fill-color-29"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z",1,"fill-color-29"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z",1,"fill-color-primary-darker"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z",1,"fill-color-10"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z",1,"fill-color-primary-darker"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z",1,"fill-color-primary-darker"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z",1,"fill-color-17"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z",1,"fill-color-17"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z",1,"fill-color-17"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z",1,"fill-color-19"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z",1,"fill-color-25"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z",1,"fill-color-19"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z",1,"fill-color-19"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z",1,"fill-color-19"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z",1,"fill-color-19"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z",1,"fill-color-19"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z",1,"fill-color-19"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z",1,"fill-color-25"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M42 75H9V91H42V75Z",1,"fill-color-17"],["d","M42 42H9V58H42V42Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z",1,"fill-color-19"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z",1,"fill-color-25"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z",1,"fill-color-19"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z",1,"fill-color-primary-lighter"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z",1,"fill-color-19"],["d","M265 57.3624H357.392V120.307H265V57.3624Z",1,"fill-color-22"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z",1,"fill-color-19"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z",1,"fill-color-19"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z",1,"fill-color-19"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z",1,"fill-color-19"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z",1,"fill-color-19"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z",1,"fill-color-19"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z",1,"fill-color-19"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z",1,"fill-color-25"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z",1,"fill-color-19"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z",1,"fill-color-21"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z",1,"fill-color-primary-darker"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-primary-darker"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-17"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z",1,"fill-color-19"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z",1,"fill-color-25"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z",1,"fill-color-19"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary-lighter"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M122.399 37H32.25V137.616H122.399V37Z",1,"fill-color-10"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z",1,"fill-color-primary-darker"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z",1,"fill-color-primary-darker"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z",1,"fill-color-primary-darker"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M74.5 112H40.5V128H74.5V112Z",1,"fill-color-17"],["d","M74.5 79H40.5V95H74.5V79Z",1,"fill-color-17"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z",1,"fill-color-17"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z",1,"fill-color-17"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z",1,"fill-color-17"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z",1,"fill-color-17"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z",1,"fill-color-17"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z",1,"fill-color-primary-darker"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-primary-darker"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z",1,"fill-color-25"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z",1,"fill-color-21"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z",1,"fill-color-25"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z",1,"fill-color-22"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z",1,"fill-color-21"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z",1,"fill-color-25"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z",1,"fill-color-22"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z",1,"fill-color-21"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z",1,"fill-color-21"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z",1,"fill-color-22"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z",1,"fill-color-22"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z",1,"fill-color-22"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z",1,"fill-color-21"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z",1,"fill-color-17"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M76 112H41V128H76V112Z",1,"fill-color-17"],["d","M70 79H41V95H70V79Z",1,"fill-color-17"],["d","M70 47H41V63H70V47Z",1,"fill-color-17"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z",1,"fill-color-17"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z",1,"fill-color-17"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-17"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z",1,"fill-color-22"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z",1,"fill-color-21"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(i,a){if(1&i&&t.DNE(0,Ns,1,0,"ng-container",5)(1,Ms,47,5,"ng-template",null,0,t.C5r)(3,Bs,96,5,"ng-template",null,1,t.C5r)(5,$s,68,5,"ng-template",null,2,t.C5r)(7,Vs,53,5,"ng-template",null,3,t.C5r)(9,Os,52,5,"ng-template",null,4,t.C5r),2&i){const s=t.sdS(2),r=t.sdS(4),m=t.sdS(6),I=t.sdS(8),y=t.sdS(10);t.Y8G("ngTemplateOutlet",1===a.stepNumber?s:2===a.stepNumber?r:3===a.stepNumber?m:4===a.stepNumber?I:y)}},dependencies:[p.YU,p.T3,h.DJ,h.sA,h.UI,L.PW,E.Lc,E.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:10%;min-height:10%;max-width:50%;margin:auto}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:50%;margin:auto}"],data:{animation:[As.k]}})}}return n})();const Ys=["stepper"],Xs=()=>[1,2,3,4,5],Us=(n,o)=>({"dot-primary":n,"dot-primary-lighter":o});function zs(n,o){if(1&n&&t.EFF(0),2&n){const e=t.XpG(2);t.JRh(e.inputFormLabel)}}function Js(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function qs(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount must be a positive number."),t.k0s())}function Qs(n,o){if(1&n&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.SpI("Amount must be less than or equal to ",null==e.selChannel?null:e.selChannel.toLocal,".")}}function Zs(n,o){if(1&n&&(t.j41(0,"mat-option",50),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.Y8G("value",e),t.R7$(),t.Lme("",e.alias," - ",e.shortChannelId,"")}}function Ws(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Receive from Peer is required."),t.k0s())}function Ks(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Receive from Peer not found in the list."),t.k0s())}function tl(n,o){1&n&&t.EFF(0,"Status")}function el(n,o){1&n&&t.nrm(0,"mat-progress-bar",51)}function nl(n,o){if(1&n&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(""!==e.rebalanceStatus.invoice?"check":"close")}}function il(n,o){1&n&&t.nrm(0,"mat-progress-bar",51)}function al(n,o){if(1&n&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.rebalanceStatus.paymentRoute?"check":"close")}}function ol(n,o){if(1&n&&(t.j41(0,"span",42),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.SpI(" ",e," ")}}function sl(n,o){if(1&n&&(t.j41(0,"div",7),t.DNE(1,ol,2,1,"span",53),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.rebalanceStatus.paymentRoute.split(","))}}function ll(n,o){1&n&&t.nrm(0,"mat-progress-bar",51)}function rl(n,o){if(1&n&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(!e.rebalanceStatus.paymentStatus||null!=e.rebalanceStatus.paymentStatus&&e.rebalanceStatus.paymentStatus.error?"close":"check")}}function cl(n,o){1&n&&t.nrm(0,"div",7)}function ml(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",54),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onRestart())}),t.EFF(1,"Start Again"),t.k0s()}}function pl(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",7)(1,"mat-card-header",8)(2,"div",9)(3,"div",10)(4,"span",11),t.EFF(5,"Channel Rebalance"),t.k0s()(),t.j41(6,"div",12)(7,"button",13),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.showInfo())}),t.EFF(8,"?"),t.k0s(),t.j41(9,"button",14),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onClose())}),t.EFF(10,"X"),t.k0s()()()(),t.j41(11,"mat-card-content",15)(12,"div",7)(13,"div",16)(14,"div",17),t.nrm(15,"fa-icon",18),t.j41(16,"span"),t.EFF(17,"Circular Rebalance is a payment you make to *yourself* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),t.k0s()()(),t.j41(18,"div",19)(19,"p",20)(20,"strong"),t.EFF(21,"Channel Peer:\xa0"),t.k0s(),t.EFF(22),t.nI1(23,"titlecase"),t.k0s(),t.j41(24,"p",20)(25,"strong"),t.EFF(26,"Channel ID:\xa0"),t.k0s(),t.EFF(27),t.k0s()(),t.j41(28,"mat-vertical-stepper",21,3)(30,"mat-step",22)(31,"form",23),t.DNE(32,zs,1,1,"ng-template",24),t.j41(33,"div",25)(34,"mat-form-field",26)(35,"mat-label"),t.EFF(36,"Amount"),t.k0s(),t.nrm(37,"input",27),t.j41(38,"mat-hint"),t.EFF(39),t.k0s(),t.j41(40,"span",28),t.EFF(41,"Sats"),t.k0s(),t.DNE(42,Js,2,0,"mat-error",29)(43,qs,2,0,"mat-error",29)(44,Qs,2,1,"mat-error",29),t.k0s(),t.j41(45,"mat-form-field",30)(46,"mat-label"),t.EFF(47,"Receive from Peer"),t.k0s(),t.j41(48,"input",31),t.bIt("change",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onSelectedPeerChanged())}),t.k0s(),t.j41(49,"mat-autocomplete",32,4),t.bIt("optionSelected",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onSelectedPeerChanged())}),t.DNE(51,Zs,2,3,"mat-option",33),t.nI1(52,"async"),t.k0s(),t.DNE(53,Ws,2,0,"mat-error",29)(54,Ks,2,0,"mat-error",29),t.k0s()(),t.j41(55,"div",34)(56,"button",35),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onRebalance())}),t.EFF(57,"Rebalance"),t.k0s()()()(),t.j41(58,"mat-step",36)(59,"form",23),t.DNE(60,tl,1,0,"ng-template",24),t.j41(61,"div",37),t.DNE(62,el,1,0,"mat-progress-bar",38),t.j41(63,"mat-expansion-panel",39)(64,"mat-expansion-panel-header")(65,"mat-panel-title")(66,"span",40),t.EFF(67),t.DNE(68,nl,2,1,"mat-icon",41),t.k0s()()(),t.j41(69,"div",7)(70,"span",42),t.EFF(71),t.k0s()()(),t.DNE(72,il,1,0,"mat-progress-bar",38),t.j41(73,"mat-expansion-panel",39)(74,"mat-expansion-panel-header")(75,"mat-panel-title")(76,"span",40),t.EFF(77),t.DNE(78,al,2,1,"mat-icon",41),t.k0s()()(),t.DNE(79,sl,2,1,"div",5),t.k0s(),t.DNE(80,ll,1,0,"mat-progress-bar",38),t.j41(81,"mat-expansion-panel",43)(82,"mat-expansion-panel-header")(83,"mat-panel-title")(84,"span",40),t.EFF(85),t.DNE(86,rl,2,1,"mat-icon",41),t.k0s()()(),t.DNE(87,cl,1,0,"div",44),t.k0s()(),t.j41(88,"h4",45),t.EFF(89),t.k0s(),t.j41(90,"div",46),t.DNE(91,ml,2,0,"button",47),t.k0s()()()(),t.j41(92,"div",48)(93,"button",49),t.EFF(94,"Close"),t.k0s()()()()()}if(2&n){const e=t.sdS(50),i=t.XpG(),a=t.sdS(2);t.Y8G("@opacityAnimation",void 0),t.R7$(15),t.Y8G("icon",i.faInfoCircle),t.R7$(7),t.JRh(t.bMT(23,38,i.selChannel.alias)),t.R7$(5),t.JRh(i.selChannel.shortChannelId),t.R7$(),t.Y8G("linear",!0),t.R7$(2),t.Y8G("stepControl",i.inputFormGroup)("editable",i.flgEditable),t.R7$(),t.Y8G("formGroup",i.inputFormGroup),t.R7$(6),t.Y8G("step",100),t.R7$(2),t.Lme("(Local Bal: ",null==i.selChannel?null:i.selChannel.toLocal,", Remaining: ",(null==i.selChannel?null:i.selChannel.toLocal)-(i.inputFormGroup.controls.rebalanceAmount.value?i.inputFormGroup.controls.rebalanceAmount.value:0),")"),t.R7$(3),t.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.required),t.R7$(),t.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.min),t.R7$(),t.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.max),t.R7$(4),t.Y8G("matAutocomplete",e),t.R7$(),t.Y8G("displayWith",i.displayFn),t.R7$(2),t.Y8G("ngForOf",t.bMT(52,40,i.filteredActiveChannels)),t.R7$(2),t.Y8G("ngIf",null==i.inputFormGroup.controls.selRebalancePeer.errors?null:i.inputFormGroup.controls.selRebalancePeer.errors.required),t.R7$(),t.Y8G("ngIf",null==i.inputFormGroup.controls.selRebalancePeer.errors?null:i.inputFormGroup.controls.selRebalancePeer.errors.notfound),t.R7$(4),t.Y8G("stepControl",i.statusFormGroup),t.R7$(),t.Y8G("formGroup",i.statusFormGroup),t.R7$(3),t.Y8G("ngIf",""===i.rebalanceStatus.invoice),t.R7$(5),t.JRh(""===i.rebalanceStatus.invoice?"Searching invoice...":i.rebalanceStatus.flgReusingInvoice?"Invoice re-used":"Invoice generated"),t.R7$(),t.Y8G("ngIf",""!==i.rebalanceStatus.invoice),t.R7$(3),t.JRh(i.rebalanceStatus.invoice),t.R7$(),t.Y8G("ngIf",!(null!=i.rebalanceStatus.paymentStatus&&i.rebalanceStatus.paymentStatus.error||i.rebalanceStatus.paymentRoute||"pending"===(null==i.rebalanceStatus.paymentStatus?null:i.rebalanceStatus.paymentStatus.type))),t.R7$(5),t.JRh(null!=i.rebalanceStatus.paymentStatus&&i.rebalanceStatus.paymentStatus.error?"Route failed":i.rebalanceStatus.paymentRoute?"Route used":"Searching route..."),t.R7$(),t.Y8G("ngIf",i.rebalanceStatus.paymentStatus),t.R7$(),t.Y8G("ngIf",""!==i.rebalanceStatus.paymentRoute),t.R7$(),t.Y8G("ngIf",!i.rebalanceStatus.paymentStatus),t.R7$(),t.Y8G("expanded",!!i.rebalanceStatus.paymentStatus),t.R7$(4),t.JRh(i.rebalanceStatus.paymentStatus&&"pending"!==(null==i.rebalanceStatus.paymentStatus?null:i.rebalanceStatus.paymentStatus.type)?null!=i.rebalanceStatus.paymentStatus&&i.rebalanceStatus.paymentStatus.error?"Payment failed":"sent"===(null==i.rebalanceStatus.paymentStatus?null:i.rebalanceStatus.paymentStatus.type)?"Payment successful":"":"Payment status pending..."),t.R7$(),t.Y8G("ngIf",i.rebalanceStatus.paymentStatus&&"pending"!==(null==i.rebalanceStatus.paymentStatus?null:i.rebalanceStatus.paymentStatus.type)),t.R7$(),t.Y8G("ngIf",!i.rebalanceStatus.paymentStatus)("ngIfElse",a),t.R7$(2),t.JRh(i.rebalanceStatus.paymentStatus?i.rebalanceStatus.paymentStatus&&null!=i.rebalanceStatus.paymentStatus&&i.rebalanceStatus.paymentStatus.error?"Rebalance Failed.":"Rebalance Successful.":""),t.R7$(2),t.Y8G("ngIf",i.rebalanceStatus.paymentStatus&&i.rebalanceStatus.paymentStatus.error),t.R7$(2),t.Y8G("mat-dialog-close",!1)}}function ul(n,o){1&n&&t.eu8(0)}function dl(n,o){if(1&n&&t.DNE(0,ul,1,0,"ng-container",55),2&n){const e=t.XpG(),i=t.sdS(4),a=t.sdS(6);t.Y8G("ngTemplateOutlet",e.rebalanceStatus.paymentStatus.error?i:a)}}function hl(n,o){if(1&n&&(t.j41(0,"div",7)(1,"span",42),t.EFF(2),t.k0s()()),2&n){const e=t.XpG();t.R7$(2),t.SpI("Error: ",e.rebalanceStatus.paymentStatus.error,"")}}function fl(n,o){if(1&n&&(t.j41(0,"div",7)(1,"div",56)(2,"div",57)(3,"h4",58),t.EFF(4,"Total Fees (Sats)"),t.k0s(),t.j41(5,"span",42),t.EFF(6),t.k0s()(),t.j41(7,"div",57)(8,"h4",58),t.EFF(9,"Number of Hops"),t.k0s(),t.j41(10,"span",42),t.EFF(11),t.k0s()()(),t.nrm(12,"mat-divider",59),t.j41(13,"div",56)(14,"div",60)(15,"h4",58),t.EFF(16,"Payment Hash"),t.k0s(),t.j41(17,"span",42),t.EFF(18),t.k0s()()(),t.nrm(19,"mat-divider",59),t.j41(20,"div",56)(21,"div",60)(22,"h4",58),t.EFF(23,"Payment ID"),t.k0s(),t.j41(24,"span",42),t.EFF(25),t.k0s()()(),t.nrm(26,"mat-divider",59),t.j41(27,"div",56)(28,"div",60)(29,"h4",58),t.EFF(30,"Parent ID"),t.k0s(),t.j41(31,"span",42),t.EFF(32),t.k0s()()()()),2&n){let e;const i=t.XpG();t.R7$(6),t.JRh(i.rebalanceStatus.paymentStatus.feesPaid?i.rebalanceStatus.paymentStatus.feesPaid/1e3:0),t.R7$(5),t.JRh(i.rebalanceStatus.paymentRoute&&""!==i.rebalanceStatus.paymentRoute?null==(e=i.rebalanceStatus.paymentRoute.split(","))?null:e.length:0),t.R7$(7),t.JRh(i.rebalanceStatus.paymentHash),t.R7$(7),t.JRh(i.rebalanceStatus.paymentDetails.paymentId),t.R7$(7),t.JRh(i.rebalanceStatus.paymentDetails.parentId)}}function _l(n,o){if(1&n){const e=t.RV6();t.j41(0,"span",76),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onStepChanged(a))}),t.nrm(1,"p",77),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngClass",t.l_i(1,Us,i.stepNumber===e,i.stepNumber!==e))}}function gl(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",78),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onStepChanged(4))}),t.EFF(1,"Back"),t.k0s()}}function Cl(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",79),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return a.flgShowInfo=!1,t.Njj(a.stepNumber=1)}),t.EFF(1,"Close"),t.k0s()}}function yl(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",80),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return a.flgShowInfo=!1,t.Njj(a.stepNumber=1)}),t.EFF(1,"Close"),t.k0s()}}function bl(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",81),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onStepChanged(a.stepNumber-1))}),t.EFF(1,"Back"),t.k0s()}}function Fl(n,o){if(1&n){const e=t.RV6();t.j41(0,"button",82),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onStepChanged(a.stepNumber+1))}),t.EFF(1,"Next"),t.k0s()}}function El(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",61)(1,"div",62)(2,"mat-card-header",63)(3,"div",64),t.nrm(4,"span",11),t.k0s(),t.j41(5,"div",65)(6,"button",14),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return a.flgShowInfo=!1,t.Njj(a.stepNumber=1)}),t.EFF(7,"X"),t.k0s()()(),t.j41(8,"mat-card-content",66)(9,"rtl-ecl-channel-rebalance-infographics",67),t.mxI("stepNumberChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.stepNumber,a)||(s.stepNumber=a),t.Njj(a)}),t.k0s()(),t.j41(10,"div",68),t.DNE(11,_l,2,4,"span",69),t.k0s(),t.j41(12,"div",70),t.DNE(13,gl,2,0,"button",71)(14,Cl,2,0,"button",72)(15,yl,2,0,"button",73)(16,bl,2,0,"button",74)(17,Fl,2,0,"button",75),t.k0s()()()}if(2&n){const e=t.XpG();t.Y8G("@opacityAnimation",void 0),t.R7$(9),t.Y8G("animationDirection",e.animationDirection),t.R50("stepNumber",e.stepNumber),t.R7$(2),t.Y8G("ngForOf",t.lJ4(9,Xs)),t.R7$(2),t.Y8G("ngIf",5===e.stepNumber),t.R7$(),t.Y8G("ngIf",5===e.stepNumber),t.R7$(),t.Y8G("ngIf",e.stepNumber<5),t.R7$(),t.Y8G("ngIf",e.stepNumber>1&&e.stepNumber<5),t.R7$(),t.Y8G("ngIf",e.stepNumber<5)}}let xl=(()=>{class n{constructor(e,i,a,s,r,m,I){this.dialogRef=e,this.data=i,this.logger=a,this.dataService=s,this.formBuilder=r,this.store=m,this.decimalPipe=I,this.faInfoCircle=F.iW_,this.information={},this.selChannel={},this.activeChannels=[],this.rebalanceStatus={flgReusingInvoice:!1,invoice:"",paymentRoute:"",paymentHash:"",paymentDetails:null,paymentStatus:null},this.inputFormLabel="Amount to rebalance",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.animationDirection="forward",this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){let e="",i="";this.information=this.data.message?.information||{},this.selChannel=this.data.message?.selChannel||{},this.activeChannels=this.data.message?.channels?.filter(a=>a.channelId!==this.selChannel.channelId&&a.toRemote&&a.toRemote>0)||[],this.activeChannels=this.activeChannels.sort((a,s)=>(e=a.alias?a.alias.toLowerCase():a.shortChannelId?a.shortChannelId.toLowerCase():"",i=s.alias?s.alias.toLowerCase():a.shortChannelId?a.shortChannelId.toLowerCase():"",ei?1:0)),this.inputFormGroup=this.formBuilder.group({rebalanceAmount:["",[d.k0.required,d.k0.min(1),d.k0.max(this.selChannel.toLocal||0)]],selRebalancePeer:[null,d.k0.required]}),this.statusFormGroup=this.formBuilder.group({}),this.inputFormGroup.get("rebalanceAmount")?.valueChanges.pipe((0,f.Q)(this.unSubs[0]),(0,_t.Z)(0)).subscribe(a=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,Ct.of)(a?this.filterActiveChannels():this.activeChannels.slice())}),this.inputFormGroup.get("selRebalancePeer")?.valueChanges.pipe((0,f.Q)(this.unSubs[1]),(0,_t.Z)("")).subscribe(a=>{"string"==typeof a&&(this.filteredActiveChannels=(0,Ct.of)(this.filterActiveChannels()))})}stepSelectionChanged(e){switch(e.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.alias?this.inputFormGroup.controls.selRebalancePeer.value.alias:this.inputFormGroup.controls.selRebalancePeer.value.nodeId.substring(0,15)+"..."):"Amount to rebalance"}}onRebalance(){if(!this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.rebalanceAmount.value<=0||this.selChannel.toLocal&&this.inputFormGroup.controls.rebalanceAmount.value>+this.selChannel.toLocal||!this.inputFormGroup.controls.selRebalancePeer.value.nodeId)return this.inputFormGroup.controls.selRebalancePeer.value.nodeId||this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0;this.stepper.next(),this.flgEditable=!1,this.rebalanceStatus={flgReusingInvoice:!1,invoice:"",paymentRoute:"",paymentHash:"",paymentDetails:null,paymentStatus:null},this.dataService.circularRebalance(1e3*this.inputFormGroup.controls.rebalanceAmount.value,this.selChannel.shortChannelId,this.selChannel.nodeId,this.inputFormGroup.controls.selRebalancePeer.value.shortChannelId,this.inputFormGroup.controls.selRebalancePeer.value.nodeId,[this.information.nodeId||""]).pipe((0,f.Q)(this.unSubs[2])).subscribe({next:e=>{this.logger.info(e),this.rebalanceStatus=e,this.flgEditable=!0,this.store.dispatch((0,T.$Q)())},error:e=>{this.logger.error(e),this.rebalanceStatus=e,this.flgEditable=!0}})}filterActiveChannels(){return this.activeChannels?.filter(e=>e.toRemote&&e.toRemote>=this.inputFormGroup.controls.rebalanceAmount.value&&e.channelId!==this.selChannel.channelId&&(0===e.alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")||0===e.channelId?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))}onSelectedPeerChanged(){if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const e=this.activeChannels?.filter(i=>i.alias?.length===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===i.alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""));e&&e.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(e[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(e){return e&&e.alias?e.alias:e&&e.shortChannelId?e.shortChannelId:""}showInfo(){this.flgShowInfo=!0}onStepChanged(e){this.animationDirection=e{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(B.CP),t.rXU(B.Vh),t.rXU(P.gP),t.rXU(K.u),t.rXU(d.ok),t.rXU(R.il),t.rXU(p.QX))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-rebalance"]],viewQuery:function(i,a){if(1&i&&t.GBs(Ys,5),2&i){let s;t.mGM(s=t.lsd())&&(a.stepper=s.first)}},decls:8,vars:2,consts:[["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["stepper",""],["auto","matAutocomplete"],["fxLayout","column",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column"],[1,"modal-info-header"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayoutAlign","start center"],[1,"page-title"],["fxLayoutAlign","end center"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start end"],["type","text","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"change","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],["fxFlex","100","color","primary","mode","indeterminate"],[1,"ml-1","icon-small"],["class","foreground-secondary-text",4,"ngFor","ngForOf"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(i,a){1&i&&t.DNE(0,pl,95,42,"div",5)(1,dl,1,1,"ng-template",null,0,t.C5r)(3,hl,3,1,"ng-template",null,1,t.C5r)(5,fl,33,5,"ng-template",null,2,t.C5r)(7,El,18,10,"div",6),2&i&&(t.Y8G("ngIf",!a.flgShowInfo),t.R7$(7),t.Y8G("ngIf",a.flgShowInfo))},dependencies:[p.YU,p.Sq,p.bT,p.T3,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.j4,d.JD,w.aY,h.DJ,h.sA,h.UI,L.PW,B.tx,j.$z,E.m2,E.MM,Y.GK,Y.Z2,Y.WN,ct.An,O.fg,g.rl,g.nJ,g.MV,g.TL,g.yw,Z.q,V.HM,X.wT,et.V5,et.Ti,et.M6,st.$3,st.pN,W.N,Hs,p.Jj,p.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[yt.C]}})}}return n})();const Ll=()=>["all"],Sl=n=>({"error-border":n}),vl=()=>["no_peer"],bt=n=>({width:n}),Rl=n=>({"display-none":n});function Il(n,o){if(1&n&&(t.j41(0,"mat-option",36),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function kl(n,o){1&n&&t.nrm(0,"mat-progress-bar",37)}function Tl(n,o){1&n&&t.nrm(0,"th",38)}function wl(n,o){if(1&n&&(t.j41(0,"span",42),t.nrm(1,"fa-icon",43),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function jl(n,o){if(1&n&&(t.j41(0,"span",44),t.nrm(1,"fa-icon",43),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function Dl(n,o){if(1&n&&(t.j41(0,"td",39),t.DNE(1,wl,2,1,"span",40)(2,jl,2,1,"span",41),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf",!(null!=e&&e.announceChannel)),t.R7$(),t.Y8G("ngIf",null==e?null:e.announceChannel)}}function Gl(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Short Channel ID"),t.k0s())}function Pl(n,o){if(1&n&&(t.j41(0,"td",39),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.shortChannelId)}}function Al(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Channel ID"),t.k0s())}function Nl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,bt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Ml(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Alias"),t.k0s())}function Bl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,bt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function $l(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Node ID"),t.k0s())}function Vl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,bt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function Ol(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Initiator"),t.k0s())}function Hl(n,o){if(1&n&&(t.j41(0,"td",39),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function Yl(n,o){1&n&&(t.j41(0,"th",48),t.EFF(1,"Base Fee (mSats)"),t.k0s())}function Xl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.feeBaseMsat,"1.0-0")," ")}}function Ul(n,o){1&n&&(t.j41(0,"th",48),t.EFF(1,"Fee Rate (mili mSats)"),t.k0s())}function zl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.feeProportionalMillionths,"1.0-0")," ")}}function Jl(n,o){1&n&&(t.j41(0,"th",48),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function ql(n,o){if(1&n&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function Ql(n,o){1&n&&(t.j41(0,"th",48),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function Zl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function Wl(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Balance Score"),t.k0s())}function Kl(n,o){if(1&n&&(t.j41(0,"td",39)(1,"div",50)(2,"mat-hint",51),t.EFF(3),t.nI1(4,"number"),t.k0s()(),t.nrm(5,"mat-progress-bar",52),t.k0s()),2&n){const e=o.$implicit;t.R7$(3),t.JRh(t.bMT(4,2,(null==e?null:e.balancedness)||0)),t.R7$(2),t.FS9("value",null!=e&&e.toLocal&&(null==e?null:e.toLocal)>0?+(null==e?null:e.toLocal)/(+(null==e?null:e.toLocal)+ +(null==e?null:e.toRemote))*100:0)}}function tr(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",53)(1,"div",54)(2,"mat-select",55),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",56),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onChannelUpdate("all"))}),t.EFF(5,"Update Fee Policy"),t.k0s(),t.j41(6,"mat-option",56),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onDownloadCSV())}),t.EFF(7,"Download CSV"),t.k0s()()()()}}function er(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",57)(1,"div",54)(2,"mat-select",58),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",56),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG();return t.Njj(r.onChannelClick(s,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",56),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onChannelUpdate(a))}),t.EFF(7,"Update Fee Policy"),t.k0s(),t.j41(8,"mat-option",56),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onCircularRebalance(a))}),t.EFF(9,"Circular Rebalance"),t.k0s(),t.j41(10,"mat-option",56),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onChannelClose(a,!1))}),t.EFF(11,"Close Channel"),t.k0s(),t.j41(12,"mat-option",56),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onChannelClose(a,!0))}),t.EFF(13,"Force Close"),t.k0s()()()()}}function nr(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No peers connected. Add a peer in order to open a channel."),t.k0s())}function ir(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No channel available."),t.k0s())}function ar(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting channels..."),t.k0s())}function or(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function sr(n,o){if(1&n&&(t.j41(0,"td",59),t.DNE(1,nr,2,0,"p",60)(2,ir,2,0,"p",60)(3,ar,2,0,"p",60)(4,or,2,1,"p",60),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",e.numPeers<1&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",e.numPeers>0&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function lr(n,o){if(1&n&&t.nrm(0,"tr",61),2&n){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Rl,e.numPeers>0&&(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function rr(n,o){1&n&&t.nrm(0,"tr",62)}function cr(n,o){1&n&&t.nrm(0,"tr",63)}let mr=(()=>{class n{constructor(e,i,a,s,r,m){this.logger=e,this.store=i,this.rtlEffects=a,this.commonService=s,this.router=r,this.camelCaseWithSpaces=m,this.faEye=F.pS3,this.faEyeSlash=F.k6j,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open_channels",recordsPerPage:l.md,sortBy:"alias",sortOrder:l.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new c.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=l.G,this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=e.activeChannels,this.activeChannels&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(),this.logger.info(e)}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.information=e}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.numPeers=e.peers&&e.peers.length?e.peers.length:0}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[4])).subscribe(e=>{this.totalBalance=e.onchainBalance.total||0})}ngAfterViewInit(){this.activeChannels&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable()}onCircularRebalance(e){this.store.dispatch((0,v.xO)({payload:{data:{message:{channels:this.activeChannels,selChannel:e,information:this.information},component:xl}}}))}onChannelUpdate(e){"all"!==e&&e?.state&&"NORMAL"!==e?.state||(this.store.dispatch((0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update",message:[],titleMessage:"string"==typeof e&&"all"===e?"Update fee policy for all channels":"Update fee policy for Channel: "+(e?.alias||e?.shortChannelId?e?.alias&&e?.shortChannelId?e?.alias+" ("+e?.shortChannelId+")":e?.alias?e?.alias:e?.shortChannelId:e?.channelId),flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:l.UN.NUMBER,inputValue:e&&typeof e?.feeBaseMsat<"u"?e?.feeBaseMsat:1e3,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:l.UN.NUMBER,inputValue:e&&typeof e?.feeProportionalMillionths<"u"?e?.feeProportionalMillionths:100,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,f.Q)(this.unSubs[5])).subscribe(s=>{if(s){const r=s[0].inputValue,m=s[1].inputValue;let I=null;if(this.commonService.isVersionCompatible(this.information.version,"0.6.2")){let y="";"all"===e?(this.activeChannels.forEach(G=>{y=y+","+G.nodeId}),y=y.substring(1),I={baseFeeMsat:r,feeRate:m,nodeIds:y}):I={baseFeeMsat:r,feeRate:m,nodeId:e?.nodeId}}else{let y="";"all"===e?(this.activeChannels.forEach(G=>{y=y+","+G.channelId}),y=y.substring(1),I={baseFeeMsat:r,feeRate:m,channelIds:y}):I={baseFeeMsat:r,feeRate:m,channelId:e?.channelId}}this.store.dispatch((0,T.fy)({payload:I}))}}),this.applyFilter())}percentHintFunction(e){return(e/1e4).toString()+"%"}onChannelClose(e,i){this.store.dispatch((0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:i?"Force Close Channel":"Close Channel",titleMessage:i?"Force closing channel: "+(e.alias||e.shortChannelId?e.alias&&e.shortChannelId?e.alias+" ("+e.shortChannelId+")":e.alias?e.alias:e.shortChannelId:e.channelId):"Closing channel: "+(e.alias||e.shortChannelId?e.alias&&e.shortChannelId?e.alias+" ("+e.shortChannelId+")":e.alias?e.alias:e.shortChannelId:e.channelId),noBtnText:"Cancel",yesBtnText:i?"Force Close":"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,f.Q)(this.unSubs[6])).subscribe(m=>{m&&this.store.dispatch((0,T.w0)({payload:{channelId:e.channelId,force:i}}))})}onChannelClick(e,i){this.store.dispatch((0,v.xO)({payload:{data:{channel:e,channelsType:"open",component:gt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):"announceChannel"===e?"Private":this.commonService.titleCase(e)}setFilterPredicate(){this.channels.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(e).toLowerCase();break;case"announceChannel":a=e?.announceChannel?"public":"private";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}loadChannelsTable(){this.channels=new c.I6([...this.activeChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(e,i)=>e[i]&&isNaN(e[i])?e[i].toLocaleLowerCase():e[i]?+e[i]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"ActiveChannels")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(at.H),t.rXU(M.h),t.rXU(b.Ix),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-open-table"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Channels")}])],decls:60,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","shortChannelId"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","feeBaseMsat"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","feeProportionalMillionths"],["matColumnDef","toLocal"],["matColumnDef","toRemote"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilterBy,m)||(a.selFilterBy=m),t.Njj(m)}),t.bIt("selectionChange",function(){return t.eBV(s),a.selFilter="",t.Njj(a.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,Il,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilter,m)||(a.selFilter=m),t.Njj(m)}),t.bIt("input",function(){return t.eBV(s),t.Njj(a.applyFilter())})("keyup",function(){return t.eBV(s),t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,kl,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,Tl,1,0,"th",13)(20,Dl,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,Gl,2,0,"th",16)(23,Pl,2,1,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,Al,2,0,"th",16)(26,Nl,4,4,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,Ml,2,0,"th",16)(29,Bl,4,4,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,$l,2,0,"th",16)(32,Vl,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,Ol,2,0,"th",16)(35,Hl,2,1,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,Yl,2,0,"th",22)(38,Xl,4,4,"td",14),t.bVm(),t.qex(39,23),t.DNE(40,Ul,2,0,"th",22)(41,zl,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,Jl,2,0,"th",22)(44,ql,4,4,"td",14),t.bVm(),t.qex(45,25),t.DNE(46,Ql,2,0,"th",22)(47,Zl,4,4,"td",14),t.bVm(),t.qex(48,26),t.DNE(49,Wl,2,0,"th",16)(50,Kl,6,4,"td",14),t.bVm(),t.qex(51,27),t.DNE(52,tr,8,0,"th",28)(53,er,14,0,"td",29),t.bVm(),t.qex(54,30),t.DNE(55,sr,5,4,"td",31),t.bVm(),t.DNE(56,lr,1,3,"tr",32)(57,rr,1,0,"tr",33)(58,cr,1,0,"tr",34),t.k0s()(),t.nrm(59,"mat-paginator",35),t.k0s()}2&i&&(t.R7$(7),t.R50("ngModel",a.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,Ll).concat(a.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",a.selFilter),t.R7$(2),t.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.channels)("ngClass",t.eq3(15,Sl,""!==a.errorMessage)),t.R7$(40),t.Y8G("matFooterRowDef",t.lJ4(17,vl)),t.R7$(),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns),t.R7$(),t.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.me,d.BC,d.vS,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,O.fg,g.rl,g.nJ,g.MV,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld,p.QX],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]})}}return n})();const pr=()=>["all"],ur=n=>({"error-border":n}),dr=()=>["no_channel"],Mt=n=>({width:n}),hr=n=>({"display-none":n});function fr(n,o){if(1&n&&(t.j41(0,"mat-option",33),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function _r(n,o){1&n&&t.nrm(0,"mat-progress-bar",34)}function gr(n,o){1&n&&t.nrm(0,"th",35)}function Cr(n,o){if(1&n&&(t.j41(0,"span",39),t.nrm(1,"fa-icon",40),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function yr(n,o){if(1&n&&(t.j41(0,"span",41),t.nrm(1,"fa-icon",40),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function br(n,o){if(1&n&&(t.j41(0,"td",36),t.DNE(1,Cr,2,1,"span",37)(2,yr,2,1,"span",38),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf",!(null!=e&&e.announceChannel)),t.R7$(),t.Y8G("ngIf",null==e?null:e.announceChannel)}}function Fr(n,o){1&n&&(t.j41(0,"th",42),t.EFF(1,"State"),t.k0s())}function Er(n,o){if(1&n&&(t.j41(0,"td",36),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.state))}}function xr(n,o){1&n&&(t.j41(0,"th",42),t.EFF(1,"Channel ID"),t.k0s())}function Lr(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",43)(2,"span",44),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Mt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Sr(n,o){1&n&&(t.j41(0,"th",42),t.EFF(1,"Alias"),t.k0s())}function vr(n,o){if(1&n&&(t.j41(0,"td",36),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.alias)}}function Rr(n,o){1&n&&(t.j41(0,"th",42),t.EFF(1,"Node ID"),t.k0s())}function Ir(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",43)(2,"span",44),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Mt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function kr(n,o){1&n&&(t.j41(0,"th",42),t.EFF(1,"Initiator"),t.k0s())}function Tr(n,o){if(1&n&&(t.j41(0,"td",36),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function wr(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function jr(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",46),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function Dr(n,o){1&n&&(t.j41(0,"th",45),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function Gr(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",46),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function Pr(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",50),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function Ar(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",51)(1,"button",52),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG();return t.Njj(r.onChannelClick(s,a))}),t.EFF(2,"View Info"),t.k0s()()}}function Nr(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No pending channel available."),t.k0s())}function Mr(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting pending channels..."),t.k0s())}function Br(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function $r(n,o){if(1&n&&(t.j41(0,"td",53),t.DNE(1,Nr,2,0,"p",54)(2,Mr,2,0,"p",54)(3,Br,2,1,"p",54),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Vr(n,o){if(1&n&&t.nrm(0,"tr",55),2&n){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,hr,(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function Or(n,o){1&n&&t.nrm(0,"tr",56)}function Hr(n,o){1&n&&t.nrm(0,"tr",57)}let Yr=(()=>{class n{constructor(e,i,a,s){this.logger=e,this.store=i,this.commonService=a,this.camelCaseWithSpaces=s,this.faEye=F.pS3,this.faEyeSlash=F.k6j,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"pending_channels",recordsPerPage:l.md,sortBy:"alias",sortOrder:l.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new c.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=l.G,this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=e.pendingChannels,this.loadChannelsTable(),this.logger.info(e)}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.information=e}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.numPeers=e.peers&&e.peers.length?e.peers.length:0}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[4])).subscribe(e=>{this.totalBalance=e.onchainBalance.total||0})}ngAfterViewInit(){this.pendingChannels.length>0&&this.loadChannelsTable()}onChannelClick(e,i){this.store.dispatch((0,v.xO)({payload:{data:{channel:e,channelsType:"pending",component:gt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):"announceChannel"===e?"Private":this.commonService.titleCase(e)}setFilterPredicate(){this.channels.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(e).toLowerCase();break;case"announceChannel":a=e?.announceChannel?"public":"private";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}loadChannelsTable(){this.channels=new c.I6([...this.pendingChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(e,i)=>e[i]&&isNaN(e[i])?e[i].toLocaleLowerCase():e[i]?+e[i]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"PendingChannels")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(M.h),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-pending-table"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Channels")}])],decls:51,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","toLocal"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","toRemote"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilterBy,m)||(a.selFilterBy=m),t.Njj(m)}),t.bIt("selectionChange",function(){return t.eBV(s),a.selFilter="",t.Njj(a.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,fr,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilter,m)||(a.selFilter=m),t.Njj(m)}),t.bIt("input",function(){return t.eBV(s),t.Njj(a.applyFilter())})("keyup",function(){return t.eBV(s),t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,_r,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,gr,1,0,"th",13)(20,br,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,Fr,2,0,"th",16)(23,Er,3,3,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,xr,2,0,"th",16)(26,Lr,4,4,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,Sr,2,0,"th",16)(29,vr,2,1,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,Rr,2,0,"th",16)(32,Ir,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,kr,2,0,"th",16)(35,Tr,2,1,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,wr,2,0,"th",22)(38,jr,4,4,"td",14),t.bVm(),t.qex(39,23),t.DNE(40,Dr,2,0,"th",22)(41,Gr,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,Pr,6,0,"th",25)(44,Ar,3,0,"td",26),t.bVm(),t.qex(45,27),t.DNE(46,$r,4,3,"td",28),t.bVm(),t.DNE(47,Vr,1,3,"tr",29)(48,Or,1,0,"tr",30)(49,Hr,1,0,"tr",31),t.k0s()(),t.nrm(50,"mat-paginator",32),t.k0s()}2&i&&(t.R7$(7),t.R50("ngModel",a.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,pr).concat(a.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",a.selFilter),t.R7$(2),t.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.channels)("ngClass",t.eq3(15,ur,""!==a.errorMessage)),t.R7$(31),t.Y8G("matFooterRowDef",t.lJ4(17,dr)),t.R7$(),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns),t.R7$(),t.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.me,d.BC,d.vS,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld,p.QX,p.PV],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return n})();const Xr=()=>["all"],Ur=n=>({"error-border":n}),zr=()=>["no_peer"],Bt=n=>({"mr-0":n}),$t=n=>({width:n}),Jr=n=>({"display-none":n});function qr(n,o){if(1&n&&(t.j41(0,"mat-option",35),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function Qr(n,o){1&n&&t.nrm(0,"mat-progress-bar",36)}function Zr(n,o){1&n&&t.nrm(0,"th",37)}function Wr(n,o){if(1&n&&t.nrm(0,"span",41),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Bt,e.screenSize===e.screenSizeEnum.XS))}}function Kr(n,o){if(1&n&&t.nrm(0,"span",42),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Bt,e.screenSize===e.screenSizeEnum.XS))}}function t1(n,o){if(1&n&&(t.j41(0,"td",38),t.DNE(1,Wr,1,3,"span",39)(2,Kr,1,3,"span",40),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf","CONNECTED"===e.state),t.R7$(),t.Y8G("ngIf","DISCONNECTED"===e.state)}}function e1(n,o){1&n&&(t.j41(0,"th",43),t.EFF(1,"Alias"),t.k0s())}function n1(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",44)(2,"span",45),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,$t,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function i1(n,o){1&n&&(t.j41(0,"th",43),t.EFF(1,"Node ID"),t.k0s())}function a1(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",44)(2,"span",45),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,$t,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function o1(n,o){1&n&&(t.j41(0,"th",43),t.EFF(1,"Network Address"),t.k0s())}function s1(n,o){if(1&n&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.SpI(" ",null==e?null:e.address," ")}}function l1(n,o){1&n&&(t.j41(0,"th",43),t.EFF(1,"Channels"),t.k0s())}function r1(n,o){if(1&n&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.channels)}}function c1(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",46)(1,"div",47)(2,"mat-select",48),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",49),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function m1(n,o){if(1&n){const e=t.RV6();t.j41(0,"mat-option",49),t.bIt("click",function(){t.eBV(e);const a=t.XpG().$implicit,s=t.XpG();return t.Njj(s.onPeerDetach(a))}),t.EFF(1,"Disconnect"),t.k0s()}}function p1(n,o){if(1&n){const e=t.RV6();t.j41(0,"mat-option",49),t.bIt("click",function(){t.eBV(e);const a=t.XpG().$implicit,s=t.XpG();return t.Njj(s.onConnectPeer(a))}),t.EFF(1,"Reconnect"),t.k0s()}}function u1(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",50)(1,"div",47)(2,"mat-select",48),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",49),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG();return t.Njj(r.onPeerClick(s,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",49),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onOpenChannel(a))}),t.EFF(7,"Open Channel"),t.k0s(),t.DNE(8,m1,2,0,"mat-option",51)(9,p1,2,0,"mat-option",51),t.k0s()()()}if(2&n){const e=o.$implicit;t.R7$(8),t.Y8G("ngIf","CONNECTED"===e.state),t.R7$(),t.Y8G("ngIf","DISCONNECTED"===e.state)}}function d1(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No connected peer."),t.k0s())}function h1(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting peers..."),t.k0s())}function f1(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function _1(n,o){if(1&n&&(t.j41(0,"td",52),t.DNE(1,d1,2,0,"p",53)(2,h1,2,0,"p",53)(3,f1,2,1,"p",53),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function g1(n,o){if(1&n&&t.nrm(0,"tr",54),2&n){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Jr,(null==e.peers?null:e.peers.data)&&(null==e.peers||null==e.peers.data?null:e.peers.data.length)>0))}}function C1(n,o){1&n&&t.nrm(0,"tr",55)}function y1(n,o){1&n&&t.nrm(0,"tr",56)}let b1=(()=>{class n{constructor(e,i,a,s,r,m){this.logger=e,this.store=i,this.rtlEffects=a,this.actions=s,this.commonService=r,this.camelCaseWithSpaces=m,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:l.md,sortBy:"alias",sortOrder:l.oi.DESCENDING},this.faUsers=F.gdJ,this.newlyAddedPeer="",this.displayedColumns=[],this.peerAddress="",this.peersData=[],this.peers=new c.I6([]),this.information={},this.availableBalance=0,this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.information=e}),this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("state"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=e.peers,this.loadPeersTable(this.peersData),this.logger.info(e)}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.availableBalance=e.onchainBalance.total||0}),this.actions.pipe((0,f.Q)(this.unSubs[4]),(0,H.p)(e=>e.type===l.Uu.SET_PEERS_ECL)).subscribe(e=>{this.peerAddress=null})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(e,i){const a=[[{key:"nodeId",value:e.nodeId,title:"Public Key",width:100}],[{key:"address",value:e.address,title:"Address",width:50},{key:"alias",value:e.alias,title:"Alias",width:50}],[{key:"state",value:this.commonService.titleCase(e.state||""),title:"State",width:50},{key:"channels",value:e.channels,title:"Channels",width:50}]];this.store.dispatch((0,v.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:e.nodeId,goToName:"Graph lookup",goToLink:"/ecl/graph/lookups",showQRName:"Public Key",showQRField:e.nodeId,message:a}}}))}onConnectPeer(e){this.store.dispatch((0,v.xO)({payload:{data:{message:{peer:e.nodeId?e:null,information:this.information,balance:this.availableBalance},component:Dt}}}))}onOpenChannel(e){this.store.dispatch((0,v.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:e,information:this.information,balance:this.availableBalance},newlyAdded:!1,component:Nt}}}))}onPeerDetach(e){this.store.dispatch(e&&e.channels&&e.channels>0?(0,v.xO)({payload:{data:{type:l.A$.ERROR,alertTitle:"Disconnect Not Allowed",titleMessage:"Channel active with this peer."}}}):(0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(e.alias?e.alias:e.nodeId),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,f.Q)(this.unSubs[5])).subscribe(i=>{i&&this.store.dispatch((0,T.Lc)({payload:{nodeId:e.nodeId||""}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):this.commonService.titleCase(e)}setFilterPredicate(){this.peers.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(e).toLowerCase();break;case"state":a=e?.state?.toLowerCase()||"";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return"state"===this.selFilterBy?0===a.indexOf(i):a.includes(i)}}loadPeersTable(e){this.peers=new c.I6(e?[...e]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(i,a)=>i[a]&&isNaN(i[a])?i[a].toLocaleLowerCase():i[a]?+i[a]:null,this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(at.H),t.rXU(Q.En),t.rXU(M.h),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-peers"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Peers")}])],decls:50,vars:19,consts:[["peersForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","nodeId"],["matColumnDef","address"],["matColumnDef","channels"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State"],["mat-cell",""],["class","dot green","matTooltip","Connected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Disconnected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Connected","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Disconnected","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",2)(1,"form",3,0)(3,"button",4),t.bIt("click",function(){return t.eBV(s),t.Njj(a.onConnectPeer({}))}),t.EFF(4,"Add Peer"),t.k0s()(),t.j41(5,"div",5)(6,"div",6)(7,"div",7),t.nrm(8,"fa-icon",8),t.j41(9,"span",9),t.EFF(10,"Peers"),t.k0s()(),t.j41(11,"div",10)(12,"mat-form-field",11)(13,"mat-label"),t.EFF(14,"Filter By"),t.k0s(),t.j41(15,"mat-select",12),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilterBy,m)||(a.selFilterBy=m),t.Njj(m)}),t.bIt("selectionChange",function(){return t.eBV(s),a.selFilter="",t.Njj(a.applyFilter())}),t.j41(16,"perfect-scrollbar"),t.DNE(17,qr,2,2,"mat-option",13),t.k0s()()(),t.j41(18,"mat-form-field",11)(19,"mat-label"),t.EFF(20,"Filter"),t.k0s(),t.j41(21,"input",14),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilter,m)||(a.selFilter=m),t.Njj(m)}),t.bIt("input",function(){return t.eBV(s),t.Njj(a.applyFilter())})("keyup",function(){return t.eBV(s),t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(22,"div",15),t.DNE(23,Qr,1,0,"mat-progress-bar",16),t.j41(24,"table",17,1),t.qex(26,18),t.DNE(27,Zr,1,0,"th",19)(28,t1,3,2,"td",20),t.bVm(),t.qex(29,21),t.DNE(30,e1,2,0,"th",22)(31,n1,4,4,"td",20),t.bVm(),t.qex(32,23),t.DNE(33,i1,2,0,"th",22)(34,a1,4,4,"td",20),t.bVm(),t.qex(35,24),t.DNE(36,o1,2,0,"th",22)(37,s1,2,1,"td",20),t.bVm(),t.qex(38,25),t.DNE(39,l1,2,0,"th",22)(40,r1,2,1,"td",20),t.bVm(),t.qex(41,26),t.DNE(42,c1,6,0,"th",27)(43,u1,10,2,"td",28),t.bVm(),t.qex(44,29),t.DNE(45,_1,4,3,"td",30),t.bVm(),t.DNE(46,g1,1,3,"tr",31)(47,C1,1,0,"tr",32)(48,y1,1,0,"tr",33),t.k0s()(),t.nrm(49,"mat-paginator",34),t.k0s()()}2&i&&(t.R7$(8),t.Y8G("icon",a.faUsers),t.R7$(7),t.R50("ngModel",a.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,Xr).concat(a.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",a.selFilter),t.R7$(2),t.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.peers)("ngClass",t.eq3(16,Ur,""!==a.errorMessage)),t.R7$(22),t.Y8G("matFooterRowDef",t.lJ4(18,zr)),t.R7$(),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns),t.R7$(),t.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.qT,d.me,d.BC,d.cb,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld],styles:[".mat-column-state[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return n})();const F1=["queryRoutesForm"],E1=n=>({"overflow-auto error-border":n,"overflow-auto":!0}),Vt=n=>({"max-width":n});function x1(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Destination Node ID is required."),t.k0s())}function L1(n,o){1&n&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function S1(n,o){1&n&&t.nrm(0,"mat-progress-bar",23)}function v1(n,o){1&n&&(t.j41(0,"th",40),t.EFF(1," Alias"),t.k0s())}function R1(n,o){if(1&n&&(t.j41(0,"td",41)(1,"span",42)(2,"span",43),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,Vt,i.screenSize===i.screenSizeEnum.XS?"6rem":"30rem")),t.R7$(2),t.JRh(null==e?null:e.alias)}}function I1(n,o){1&n&&(t.j41(0,"th",40),t.EFF(1," ID"),t.k0s())}function k1(n,o){if(1&n&&(t.j41(0,"td",41)(1,"span",42)(2,"span",43),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,Vt,i.screenSize===i.screenSizeEnum.XS?"6rem":"30rem")),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function T1(n,o){1&n&&(t.j41(0,"th",40)(1,"div",44),t.EFF(2,"Actions"),t.k0s()())}function w1(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",45)(1,"button",46),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG(2);return t.Njj(s.onHopClick(a))}),t.EFF(2,"View Info"),t.k0s()()}}function j1(n,o){1&n&&t.nrm(0,"tr",47)}function D1(n,o){1&n&&t.nrm(0,"tr",48)}function G1(n,o){if(1&n&&(t.j41(0,"div",24)(1,"mat-expansion-panel",25)(2,"mat-expansion-panel-header")(3,"mat-panel-title",26)(4,"span",27),t.EFF(5),t.k0s(),t.j41(6,"span",28),t.EFF(7),t.nI1(8,"number"),t.k0s()()(),t.j41(9,"mat-panel-description",29)(10,"div",30)(11,"table",31,2),t.qex(13,32),t.DNE(14,v1,2,0,"th",33)(15,R1,4,4,"td",34),t.bVm(),t.qex(16,35),t.DNE(17,I1,2,0,"th",33)(18,k1,4,4,"td",34),t.bVm(),t.qex(19,36),t.DNE(20,T1,3,0,"th",33)(21,w1,3,0,"td",37),t.bVm(),t.DNE(22,j1,1,0,"tr",38)(23,D1,1,0,"tr",39),t.k0s()()()()()),2&n){const e=o.$implicit,i=o.index,a=t.XpG();t.R7$(5),t.SpI("Route ",i+1,""),t.R7$(2),t.JRh(t.bMT(8,6,e.amount/1e3)),t.R7$(4),t.Y8G("dataSource",a.qrHops[i])("ngClass",t.eq3(8,E1,"error"===a.flgLoading[0])),t.R7$(11),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns)}}let P1=(()=>{class n{constructor(e,i,a){this.store=e,this.eclEffects=i,this.commonService=a,this.allQRoutes=[],this.nodeId="",this.amount=0,this.qrHops=[],this.displayedColumns=["alias","nodeId","actions"],this.flgLoading=[!1],this.faRoute=F.TBz,this.faExclamationTriangle=F.zpE,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.qrHops[0]=new c.I6([]),this.qrHops[0].data=[],this.eclEffects.setQueryRoutes.pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{e&&e.routes&&e.routes.length?(this.flgLoading[0]=!1,this.allQRoutes=e.routes,this.allQRoutes.forEach((i,a)=>{this.qrHops[a]=new c.I6([...i.nodeIds])})):(this.flgLoading[0]="error",this.allQRoutes=[],this.qrHops=[])})}onQueryRoutes(){if(!this.nodeId||!this.amount)return!0;this.qrHops=[],this.flgLoading[0]=!0,this.store.dispatch((0,T.T4)({payload:{nodeId:this.nodeId,amount:1e3*this.amount}}))}resetData(){this.allQRoutes=[],this.nodeId="",this.amount=0,this.flgLoading[0]=!1,this.qrHops=[],this.form.resetForm()}onHopClick(e){this.store.dispatch((0,v.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"alias",value:e.alias,title:"Alias",width:100,type:l.UN.STRING}],[{key:"nodeId",value:e.nodeId,title:"Node ID",width:100,type:l.UN.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(R.il),t.rXU(pt.B),t.rXU(M.h))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-query-routes"]],viewQuery:function(i,a){if(1&i&&t.GBs(F1,7),2&i){let s;t.mGM(s=t.lsd())&&(a.form=s.first)}},decls:32,vars:10,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table[i]",""],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","nodeId","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","column","fxFlex","100"],["fxFlex","100",4,"ngFor","ngForOf"],["mode","indeterminate"],["fxFlex","100"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","row","fxLayoutAlign","space-between start"],["fxFlex","50","fxLayoutAlign","start start"],["fxFlex","50","fxLayoutAlign","end end"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"table-container","mb-2",3,"perfectScrollbar"],["mat-table","",3,"dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","nodeId"],["matColumnDef","actions"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",3)(1,"form",4,0),t.bIt("ngSubmit",function(){t.eBV(s);const m=t.sdS(2);return t.Njj(m.form.valid&&a.onQueryRoutes())}),t.j41(3,"div",5),t.nrm(4,"fa-icon",6),t.j41(5,"span"),t.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),t.k0s()(),t.j41(7,"mat-form-field",7)(8,"mat-label"),t.EFF(9,"Destination Node ID"),t.k0s(),t.j41(10,"input",8,1),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.nodeId,m)||(a.nodeId=m),t.Njj(m)}),t.k0s(),t.DNE(12,x1,2,0,"mat-error",9),t.k0s(),t.j41(13,"mat-form-field",10)(14,"mat-label"),t.EFF(15,"Amount (Sats)"),t.k0s(),t.j41(16,"input",11),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.amount,m)||(a.amount=m),t.Njj(m)}),t.k0s(),t.DNE(17,L1,2,0,"mat-error",9),t.k0s(),t.j41(18,"div",12)(19,"button",13),t.bIt("click",function(){return t.eBV(s),t.Njj(a.resetData())}),t.EFF(20,"Clear"),t.k0s(),t.j41(21,"button",14),t.EFF(22,"Query Route"),t.k0s()()(),t.j41(23,"div",15)(24,"div",16),t.nrm(25,"fa-icon",17),t.j41(26,"span",18),t.EFF(27,"Transaction Route"),t.k0s()()(),t.DNE(28,S1,1,0,"mat-progress-bar",19),t.j41(29,"div",20)(30,"div",21),t.DNE(31,G1,24,10,"div",22),t.k0s()()()}2&i&&(t.R7$(4),t.Y8G("icon",a.faExclamationTriangle),t.R7$(6),t.R50("ngModel",a.nodeId),t.R7$(2),t.Y8G("ngIf",!a.nodeId),t.R7$(4),t.Y8G("step",1e3)("min",0),t.R50("ngModel",a.amount),t.R7$(),t.Y8G("ngIf",!a.amount),t.R7$(8),t.Y8G("icon",a.faRoute),t.R7$(3),t.Y8G("ngIf",!0===a.flgLoading[0]),t.R7$(3),t.Y8G("ngForOf",a.allQRoutes))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,Y.GK,Y.Z2,Y.WN,Y.Q6,O.fg,g.rl,g.nJ,g.TL,V.HM,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.KS,c.$R,c.YZ,c.NB,A.Ld,tt.V,p.QX]})}}return n})();const A1=()=>["all"],N1=n=>({"error-border":n}),M1=()=>["no_channel"],Ft=n=>({width:n}),B1=n=>({"display-none":n});function $1(n,o){if(1&n&&(t.j41(0,"mat-option",35),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function V1(n,o){1&n&&t.nrm(0,"mat-progress-bar",36)}function O1(n,o){1&n&&t.nrm(0,"th",37)}function H1(n,o){if(1&n&&(t.j41(0,"span",41),t.nrm(1,"fa-icon",42),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function Y1(n,o){if(1&n&&(t.j41(0,"span",43),t.nrm(1,"fa-icon",42),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function X1(n,o){if(1&n&&(t.j41(0,"td",38),t.DNE(1,H1,2,1,"span",39)(2,Y1,2,1,"span",40),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf",!e.announceChannel),t.R7$(),t.Y8G("ngIf",e.announceChannel)}}function U1(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"State"),t.k0s())}function z1(n,o){if(1&n&&(t.j41(0,"td",38),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.state))}}function J1(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Short Channel ID"),t.k0s())}function q1(n,o){if(1&n&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.shortChannelId)}}function Q1(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Channel ID"),t.k0s())}function Z1(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function W1(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Alias"),t.k0s())}function K1(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(e.alias)}}function tc(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Node ID"),t.k0s())}function ec(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ft,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function nc(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Initiator"),t.k0s())}function ic(n,o){if(1&n&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function ac(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function oc(n,o){if(1&n&&(t.j41(0,"td",38)(1,"span",48),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function sc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function lc(n,o){if(1&n&&(t.j41(0,"td",38)(1,"span",48),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function rc(n,o){1&n&&(t.j41(0,"th",44),t.EFF(1,"Balance Score"),t.k0s())}function cc(n,o){if(1&n&&(t.j41(0,"td",38)(1,"div",49)(2,"mat-hint",50),t.EFF(3),t.nI1(4,"number"),t.k0s()(),t.nrm(5,"mat-progress-bar",51),t.k0s()),2&n){const e=o.$implicit;t.R7$(3),t.JRh(t.bMT(4,2,(null==e?null:e.balancedness)||0)),t.R7$(2),t.FS9("value",e.toLocal&&e.toLocal>0?+e.toLocal/(+e.toLocal+ +e.toRemote)*100:0)}}function mc(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",52)(1,"div",53)(2,"mat-select",54),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function pc(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",56)(1,"div",53)(2,"mat-select",57),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG();return t.Njj(r.onChannelClick(s,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",55),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.onChannelClose(a,!0))}),t.EFF(7,"Force Close"),t.k0s()()()()}}function uc(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No inactive channel available."),t.k0s())}function dc(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting inactive channels..."),t.k0s())}function hc(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function fc(n,o){if(1&n&&(t.j41(0,"td",58),t.DNE(1,uc,2,0,"p",59)(2,dc,2,0,"p",59)(3,hc,2,1,"p",59),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function _c(n,o){if(1&n&&t.nrm(0,"tr",60),2&n){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,B1,(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function gc(n,o){1&n&&t.nrm(0,"tr",61)}function Cc(n,o){1&n&&t.nrm(0,"tr",62)}let yc=(()=>{class n{constructor(e,i,a,s,r){this.logger=e,this.store=i,this.rtlEffects=a,this.commonService=s,this.camelCaseWithSpaces=r,this.faEye=F.pS3,this.faEyeSlash=F.k6j,this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"inactive_channels",recordsPerPage:l.md,sortBy:"alias",sortOrder:l.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new c.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=l.G,this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.Ou).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.inactiveChannels=e.inactiveChannels,this.loadChannelsTable(),this.logger.info(e)}),this.store.select(C.p3).pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{this.information=e}),this.store.select(C.os).pipe((0,f.Q)(this.unSubs[3])).subscribe(e=>{this.numPeers=e.peers&&e.peers.length?e.peers.length:0}),this.store.select(C.DW).pipe((0,f.Q)(this.unSubs[4])).subscribe(e=>{this.totalBalance=e.onchainBalance.total||0})}ngAfterViewInit(){this.inactiveChannels.length>0&&this.loadChannelsTable()}onChannelClose(e,i){this.store.dispatch((0,v.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:i?"Force Close Channel":"Close Channel",titleMessage:i?"Force closing channel: "+(e.alias||e.shortChannelId?e.alias&&e.shortChannelId?e.alias+" ("+e.shortChannelId+")":e.alias?e.alias:e.shortChannelId:e.channelId):"Closing channel: "+(e.alias||e.shortChannelId?e.alias&&e.shortChannelId?e.alias+" ("+e.shortChannelId+")":e.alias?e.alias:e.shortChannelId:e.channelId),noBtnText:"Cancel",yesBtnText:i?"Force Close":"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,f.Q)(this.unSubs[5])).subscribe(m=>{m&&this.store.dispatch((0,T.w0)({payload:{channelId:e.channelId||"",force:i}}))})}onChannelClick(e,i){this.store.dispatch((0,v.xO)({payload:{data:{channel:e,channelsType:"inactive",component:gt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLocaleLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):"announceChannel"===e?"Private":this.commonService.titleCase(e)}setFilterPredicate(){this.channels.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(e).toLowerCase();break;case"announceChannel":a=e?.announceChannel?"public":"private";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}loadChannelsTable(){this.channels=new c.I6([...this.inactiveChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(e,i)=>e[i]&&isNaN(e[i])?e[i].toLocaleLowerCase():e[i]?+e[i]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"InactiveChannels")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(R.il),t.rXU(at.H),t.rXU(M.h),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-channel-inactive-table"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Channels")}])],decls:57,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","shortChannelId"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","toLocal"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","toRemote"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){if(1&i){const s=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilterBy,m)||(a.selFilterBy=m),t.Njj(m)}),t.bIt("selectionChange",function(){return t.eBV(s),a.selFilter="",t.Njj(a.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,$1,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(m){return t.eBV(s),t.DH7(a.selFilter,m)||(a.selFilter=m),t.Njj(m)}),t.bIt("input",function(){return t.eBV(s),t.Njj(a.applyFilter())})("keyup",function(){return t.eBV(s),t.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,V1,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,O1,1,0,"th",13)(20,X1,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,U1,2,0,"th",16)(23,z1,3,3,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,J1,2,0,"th",16)(26,q1,2,1,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,Q1,2,0,"th",16)(29,Z1,4,4,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,W1,2,0,"th",16)(32,K1,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,tc,2,0,"th",16)(35,ec,4,4,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,nc,2,0,"th",16)(38,ic,2,1,"td",14),t.bVm(),t.qex(39,22),t.DNE(40,ac,2,0,"th",23)(41,oc,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,sc,2,0,"th",23)(44,lc,4,4,"td",14),t.bVm(),t.qex(45,25),t.DNE(46,rc,2,0,"th",16)(47,cc,6,4,"td",14),t.bVm(),t.qex(48,26),t.DNE(49,mc,6,0,"th",27)(50,pc,8,0,"td",28),t.bVm(),t.qex(51,29),t.DNE(52,fc,4,3,"td",30),t.bVm(),t.DNE(53,_c,1,3,"tr",31)(54,gc,1,0,"tr",32)(55,Cc,1,0,"tr",33),t.k0s()(),t.nrm(56,"mat-paginator",34),t.k0s()}2&i&&(t.R7$(7),t.R50("ngModel",a.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,A1).concat(a.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",a.selFilter),t.R7$(2),t.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.channels)("ngClass",t.eq3(15,N1,""!==a.errorMessage)),t.R7$(37),t.Y8G("matFooterRowDef",t.lJ4(17,M1)),t.R7$(),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns),t.R7$(),t.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.me,d.BC,d.vS,w.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,O.fg,g.rl,g.nJ,g.MV,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld,p.QX,p.PV],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:3rem;min-width:15rem;max-width:30rem}"]})}}return n})();const bc=()=>["all"],Fc=()=>["no_event"],Ec=n=>({"ml-0":n}),it=n=>({width:n}),xc=n=>({"display-none":n});function Lc(n,o){if(1&n&&(t.j41(0,"div",6),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.JRh(e.errorMessage)}}function Sc(n,o){if(1&n&&(t.j41(0,"mat-option",14),t.EFF(1),t.k0s()),2&n){const e=o.$implicit,i=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(i.getLabel(e))}}function vc(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",7),t.nrm(1,"div",8),t.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),t.EFF(5,"Filter By"),t.k0s(),t.j41(6,"mat-select",11),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilterBy,a)||(s.selFilterBy=a),t.Njj(a)}),t.bIt("selectionChange",function(){t.eBV(e);const a=t.XpG();return a.selFilter="",t.Njj(a.applyFilter())}),t.j41(7,"perfect-scrollbar"),t.DNE(8,Sc,2,2,"mat-option",12),t.k0s()()(),t.j41(9,"mat-form-field",10)(10,"mat-label"),t.EFF(11,"Filter"),t.k0s(),t.j41(12,"input",13),t.mxI("ngModelChange",function(a){t.eBV(e);const s=t.XpG();return t.DH7(s.selFilter,a)||(s.selFilter=a),t.Njj(a)}),t.bIt("input",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())})("keyup",function(){t.eBV(e);const a=t.XpG();return t.Njj(a.applyFilter())}),t.k0s()()()()}if(2&n){const e=t.XpG();t.R7$(6),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(3,bc).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter)}}function Rc(n,o){1&n&&t.nrm(0,"mat-progress-bar",42)}function Ic(n,o){1&n&&t.nrm(0,"th",43)}function kc(n,o){if(1&n&&(t.nrm(0,"span",46),t.nI1(1,"camelcase")),2&n){const e=t.XpG().$implicit,i=t.XpG(2);t.FS9("matTooltip",t.bMT(1,2,null==e?null:e.type)),t.Y8G("ngClass",t.eq3(4,Ec,i.screenSize===i.screenSizeEnum.XS))}}function Tc(n,o){if(1&n&&(t.j41(0,"td",44),t.DNE(1,kc,2,6,"span",45),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.Y8G("ngIf","payment-relayed"!==(null==e?null:e.type))}}function wc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Date/Time"),t.k0s())}function jc(n,o){if(1&n&&(t.j41(0,"td",44),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,null==e?null:e.timestamp,"dd/MMM/y HH:mm")," ")}}function Dc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"In Channel ID"),t.k0s())}function Gc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,it,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.fromChannelId)}}function Pc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"In Channel Short ID"),t.k0s())}function Ac(n,o){if(1&n&&(t.j41(0,"td",44),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.fromShortChannelId)}}function Nc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"In Channel"),t.k0s())}function Mc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,it,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.fromChannelAlias)}}function Bc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Out Channel ID"),t.k0s())}function $c(n,o){if(1&n&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,it,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.toChannelId)}}function Vc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Out Channel Short ID"),t.k0s())}function Oc(n,o){if(1&n&&(t.j41(0,"td",44),t.EFF(1),t.k0s()),2&n){const e=o.$implicit;t.R7$(),t.JRh(null==e?null:e.toShortChannelId)}}function Hc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Out Channel"),t.k0s())}function Yc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,it,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.toChannelAlias)}}function Xc(n,o){1&n&&(t.j41(0,"th",47),t.EFF(1,"Payment Hash"),t.k0s())}function Uc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,it,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function zc(n,o){1&n&&(t.j41(0,"th",50),t.EFF(1,"Amount In (Sats)"),t.k0s())}function Jc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.amountIn))}}function qc(n,o){1&n&&(t.j41(0,"th",50),t.EFF(1,"Amount Out (Sats)"),t.k0s())}function Qc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.amountOut))}}function Zc(n,o){1&n&&(t.j41(0,"th",50),t.EFF(1,"Fee Earned (Sats)"),t.k0s())}function Wc(n,o){if(1&n&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,(null==e?null:e.amountIn)-(null==e?null:e.amountOut)))}}function Kc(n,o){if(1&n){const e=t.RV6();t.j41(0,"th",52)(1,"div",53)(2,"mat-select",54),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(){t.eBV(e);const a=t.XpG(2);return t.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function tm(n,o){if(1&n){const e=t.RV6();t.j41(0,"td",56)(1,"button",57),t.bIt("click",function(a){const s=t.eBV(e).$implicit,r=t.XpG(2);return t.Njj(r.onForwardingEventClick(s,a))}),t.EFF(2,"View Info"),t.k0s()()}}function em(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No forwarding history available."),t.k0s())}function nm(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting forwarding history..."),t.k0s())}function im(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function am(n,o){if(1&n&&(t.j41(0,"td",58),t.DNE(1,em,2,0,"p",59)(2,nm,2,0,"p",59)(3,im,2,1,"p",59),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function om(n,o){if(1&n&&t.nrm(0,"tr",60),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,xc,(null==e.forwardingHistoryEvents?null:e.forwardingHistoryEvents.data)&&(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)>0))}}function sm(n,o){1&n&&t.nrm(0,"tr",61)}function lm(n,o){1&n&&t.nrm(0,"tr",62)}function rm(n,o){if(1&n&&(t.j41(0,"div",15),t.DNE(1,Rc,1,0,"mat-progress-bar",16),t.j41(2,"table",17,0),t.qex(4,18),t.DNE(5,Ic,1,0,"th",19)(6,Tc,2,1,"td",20),t.bVm(),t.qex(7,21),t.DNE(8,wc,2,0,"th",22)(9,jc,3,4,"td",20),t.bVm(),t.qex(10,23),t.DNE(11,Dc,2,0,"th",22)(12,Gc,4,4,"td",20),t.bVm(),t.qex(13,24),t.DNE(14,Pc,2,0,"th",22)(15,Ac,2,1,"td",20),t.bVm(),t.qex(16,25),t.DNE(17,Nc,2,0,"th",22)(18,Mc,4,4,"td",20),t.bVm(),t.qex(19,26),t.DNE(20,Bc,2,0,"th",22)(21,$c,4,4,"td",20),t.bVm(),t.qex(22,27),t.DNE(23,Vc,2,0,"th",22)(24,Oc,2,1,"td",20),t.bVm(),t.qex(25,28),t.DNE(26,Hc,2,0,"th",22)(27,Yc,4,4,"td",20),t.bVm(),t.qex(28,29),t.DNE(29,Xc,2,0,"th",22)(30,Uc,4,4,"td",20),t.bVm(),t.qex(31,30),t.DNE(32,zc,2,0,"th",31)(33,Jc,4,3,"td",20),t.bVm(),t.qex(34,32),t.DNE(35,qc,2,0,"th",31)(36,Qc,4,3,"td",20),t.bVm(),t.qex(37,33),t.DNE(38,Zc,2,0,"th",31)(39,Wc,4,3,"td",20),t.bVm(),t.qex(40,34),t.DNE(41,Kc,6,0,"th",35)(42,tm,3,0,"td",36),t.bVm(),t.qex(43,37),t.DNE(44,am,4,3,"td",38),t.bVm(),t.DNE(45,om,1,3,"tr",39)(46,sm,1,0,"tr",40)(47,lm,1,0,"tr",41),t.k0s()()),2&n){const e=t.XpG();t.R7$(),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.forwardingHistoryEvents),t.R7$(43),t.Y8G("matFooterRowDef",t.lJ4(7,Fc)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns)}}function cm(n,o){if(1&n&&t.nrm(0,"mat-paginator",63),2&n){const e=t.XpG();t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("showFirstLastButtons",e.screenSize!==e.screenSizeEnum.XS)}}let Ot=(()=>{class n{constructor(e,i,a,s,r){this.logger=e,this.commonService=i,this.store=a,this.datePipe=s,this.camelCaseWithSpaces=r,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=l.WW,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:l.md,sortBy:"timestamp",sortOrder:l.oi.DESCENDING},this.displayedColumns=[],this.forwardingHistoryEvents=new c.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(e){e.eventsData&&(this.apiCallStatus={status:l.wn.COMPLETED,action:"FetchPayments"},this.eventsData=e.eventsData.currentValue,e.eventsData.firstChange||this.loadForwardingEventsTable(this.eventsData)),e.selFilter&&!e.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=e.pageSettings.find(i=>i.pageId===this.pageId)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.pageId)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("type"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.KT).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.eventsData=e.payments&&e.payments.relayed?e.payments.relayed:[],this.eventsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.eventsData),this.logger.info(this.eventsData)})}ngAfterViewInit(){setTimeout(()=>{this.eventsData.length>0&&this.loadForwardingEventsTable(this.eventsData)},0)}onForwardingEventClick(e,i){const a=[[{key:"paymentHash",value:e.paymentHash,title:"Payment Hash",width:100,type:l.UN.STRING}],[{key:"timestamp",value:Math.round((e.timestamp||0)/1e3),title:"Date/Time",width:50,type:l.UN.DATE_TIME},{key:"fee",value:(e.amountIn||0)-(e.amountOut||0),title:"Fee Earned (Sats)",width:50,type:l.UN.NUMBER}],[{key:"amountIn",value:e.amountIn,title:"Amount In (Sats)",width:50,type:l.UN.NUMBER},{key:"amountOut",value:e.amountOut,title:"Amount Out (Sats)",width:50,type:l.UN.NUMBER}],[{key:"fromChannelAlias",value:e.fromChannelAlias,title:"From Channel Alias",width:50,type:l.UN.STRING},{key:"fromShortChannelId",value:e.fromShortChannelId,title:"From Short Channel ID",width:50,type:l.UN.STRING}],[{key:"fromChannelId",value:e.fromChannelId,title:"From Channel ID",width:100,type:l.UN.STRING}],[{key:"toChannelAlias",value:e.toChannelAlias,title:"To Channel Alias",width:50,type:l.UN.STRING},{key:"toShortChannelId",value:e.toShortChannelId,title:"To Short Channel ID",width:50,type:l.UN.STRING}],[{key:"toChannelId",value:e.toChannelId,title:"To Channel ID",width:100,type:l.UN.STRING}]];"payment-relayed"!==e.type&&a?.unshift([{key:"type",value:this.commonService.camelCase(e.type),title:"Relay Type",width:100,type:l.UN.STRING}]),this.store.dispatch((0,v.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Event Information",message:a}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(e){const i=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column):this.commonService.titleCase(e)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(e,i)=>{let a="";switch(this.selFilterBy){case"all":a=(e.timestamp?this.datePipe.transform(new Date(e.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(e).toLowerCase();break;case"timestamp":a=this.datePipe.transform(new Date(e.timestamp||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":a=(e.amountIn-e.amountOut).toString()||"0";break;default:a=typeof e[this.selFilterBy]>"u"?"":"string"==typeof e[this.selFilterBy]?e[this.selFilterBy].toLowerCase():"boolean"==typeof e[this.selFilterBy]?e[this.selFilterBy]?"yes":"no":e[this.selFilterBy].toString()}return a.includes(i)}}loadForwardingEventsTable(e){this.forwardingHistoryEvents=new c.I6([...e]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(i,a)=>"fee"===a?i.amountIn-i.amountOut:i[a]&&isNaN(i[a])?i[a].toLocaleLowerCase():i[a]?+i[a]:null,this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il),t.rXU(p.vh),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-forwarding-history"]],viewQuery:function(i,a){if(1&i&&(t.GBs(x.B4,5),t.GBs(k.iy,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sort=s.first),t.mGM(s=t.lsd())&&(a.paginator=s.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},features:[t.Jv_([{provide:S.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:k.xX,useValue:(0,l.on)("Events")}]),t.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Type (if not payment relayed)",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","fromChannelId"],["matColumnDef","fromShortChannelId"],["matColumnDef","fromChannelAlias"],["matColumnDef","toChannelId"],["matColumnDef","toShortChannelId"],["matColumnDef","toChannelAlias"],["matColumnDef","paymentHash"],["matColumnDef","amountIn"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amountOut"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Type (if not payment relayed)"],["mat-cell",""],["class","dot yellow","matTooltipPosition","right",3,"matTooltip","ngClass",4,"ngIf"],["matTooltipPosition","right",1,"dot","yellow",3,"matTooltip","ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(i,a){1&i&&(t.j41(0,"div",1),t.DNE(1,Lc,2,1,"div",2)(2,vc,13,4,"div",3)(3,rm,48,8,"div",4)(4,cm,1,3,"mat-paginator",5),t.k0s()),2&i&&(t.R7$(),t.Y8G("ngIf",""!==a.errorMessage),t.R7$(),t.Y8G("ngIf",""===a.errorMessage),t.R7$(),t.Y8G("ngIf",""===a.errorMessage),t.R7$(),t.Y8G("ngIf",""===a.errorMessage))},dependencies:[p.YU,p.Sq,p.bT,p.B3,d.me,d.BC,d.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,j.$z,O.fg,g.rl,g.nJ,V.HM,S.VO,S.$2,X.wT,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,J.oV,k.iy,A.ZF,A.Ld,p.QX,p.vh,z.ZE],styles:[".mat-column-type[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-type[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-actions[_ngcontent-%COMP%]{min-height:3.55rem}"]})}}return n})();const mm=["tableIn"],pm=["tableOut"],um=["paginatorIn"],dm=["paginatorOut"],hm=(n,o)=>({"mt-2":n,"mt-1":o}),fm=()=>["no_incoming_event"],_m=n=>({"mt-2":n}),gm=()=>["no_outgoing_event"],lt=n=>({width:n}),Ht=n=>({"display-none":n});function Cm(n,o){if(1&n&&(t.j41(0,"div",7),t.EFF(1),t.k0s()),2&n){const e=t.XpG();t.R7$(),t.JRh(e.errorMessage)}}function ym(n,o){1&n&&t.nrm(0,"mat-progress-bar",34)}function bm(n,o){1&n&&(t.j41(0,"th",35),t.EFF(1,"Channel ID"),t.k0s())}function Fm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,lt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Em(n,o){1&n&&(t.j41(0,"th",35),t.EFF(1,"Peer Alias"),t.k0s())}function xm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,lt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function Lm(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Events"),t.k0s())}function Sm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.events))}}function vm(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Amount (Sats)"),t.k0s())}function Rm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalAmount))}}function Im(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Fee (Sats)"),t.k0s())}function km(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalFee))}}function Tm(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No incoming routing peer available."),t.k0s())}function wm(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting incoming routing peers..."),t.k0s())}function jm(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function Dm(n,o){if(1&n&&(t.j41(0,"td",41),t.DNE(1,Tm,2,0,"p",42)(2,wm,2,0,"p",42)(3,jm,2,1,"p",42),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Gm(n,o){if(1&n&&t.nrm(0,"tr",43),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ht,(null==e.routingPeersIncoming?null:e.routingPeersIncoming.data)&&(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)>0))}}function Pm(n,o){1&n&&t.nrm(0,"tr",44)}function Am(n,o){1&n&&t.nrm(0,"tr",45)}function Nm(n,o){1&n&&t.nrm(0,"mat-progress-bar",34)}function Mm(n,o){1&n&&(t.j41(0,"th",35),t.EFF(1,"Channel ID"),t.k0s())}function Bm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,lt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function $m(n,o){1&n&&(t.j41(0,"th",35),t.EFF(1,"Peer Alias"),t.k0s())}function Vm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&n){const e=o.$implicit,i=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,lt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function Om(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Events"),t.k0s())}function Hm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.events))}}function Ym(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Amount (Sats)"),t.k0s())}function Xm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalAmount))}}function Um(n,o){1&n&&(t.j41(0,"th",39),t.EFF(1,"Fee (Sats)"),t.k0s())}function zm(n,o){if(1&n&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&n){const e=o.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalFee))}}function Jm(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"No outgoing routing peer available."),t.k0s())}function qm(n,o){1&n&&(t.j41(0,"p"),t.EFF(1,"Getting outgoing routing peers..."),t.k0s())}function Qm(n,o){if(1&n&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&n){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function Zm(n,o){if(1&n&&(t.j41(0,"td",41),t.DNE(1,Jm,2,0,"p",42)(2,qm,2,0,"p",42)(3,Qm,2,1,"p",42),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Wm(n,o){if(1&n&&t.nrm(0,"tr",43),2&n){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ht,(null==e.routingPeersOutgoing?null:e.routingPeersOutgoing.data)&&(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)>0))}}function Km(n,o){1&n&&t.nrm(0,"tr",44)}function tp(n,o){1&n&&t.nrm(0,"tr",45)}function ep(n,o){if(1&n&&(t.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),t.EFF(4,"Incoming"),t.k0s(),t.nrm(5,"div",12),t.k0s(),t.j41(6,"div",13),t.DNE(7,ym,1,0,"mat-progress-bar",14),t.j41(8,"table",15,0),t.qex(10,16),t.DNE(11,bm,2,0,"th",17)(12,Fm,4,4,"td",18),t.bVm(),t.qex(13,19),t.DNE(14,Em,2,0,"th",17)(15,xm,4,4,"td",18),t.bVm(),t.qex(16,20),t.DNE(17,Lm,2,0,"th",21)(18,Sm,4,3,"td",18),t.bVm(),t.qex(19,22),t.DNE(20,vm,2,0,"th",21)(21,Rm,4,3,"td",18),t.bVm(),t.qex(22,23),t.DNE(23,Im,2,0,"th",21)(24,km,4,3,"td",18),t.bVm(),t.qex(25,24),t.DNE(26,Dm,4,3,"td",25),t.bVm(),t.DNE(27,Gm,1,3,"tr",26)(28,Pm,1,0,"tr",27)(29,Am,1,0,"tr",28),t.k0s()(),t.nrm(30,"mat-paginator",29,1),t.k0s(),t.j41(32,"div",30)(33,"div",10)(34,"div",11),t.EFF(35,"Outgoing"),t.k0s(),t.nrm(36,"div",12),t.k0s(),t.j41(37,"div",31),t.DNE(38,Nm,1,0,"mat-progress-bar",14),t.j41(39,"table",32,2),t.qex(41,16),t.DNE(42,Mm,2,0,"th",17)(43,Bm,4,4,"td",18),t.bVm(),t.qex(44,19),t.DNE(45,$m,2,0,"th",17)(46,Vm,4,4,"td",18),t.bVm(),t.qex(47,20),t.DNE(48,Om,2,0,"th",21)(49,Hm,4,3,"td",18),t.bVm(),t.qex(50,22),t.DNE(51,Ym,2,0,"th",21)(52,Xm,4,3,"td",18),t.bVm(),t.qex(53,23),t.DNE(54,Um,2,0,"th",21)(55,zm,4,3,"td",18),t.bVm(),t.qex(56,33),t.DNE(57,Zm,4,3,"td",25),t.bVm(),t.DNE(58,Wm,1,3,"tr",26)(59,Km,1,0,"tr",27)(60,tp,1,0,"tr",28),t.k0s(),t.nrm(61,"mat-paginator",29,3),t.k0s()()()),2&n){const e=t.XpG();t.R7$(2),t.Y8G("ngClass",t.l_i(22,hm,e.screenSize===e.screenSizeEnum.XS,e.screenSize===e.screenSizeEnum.SM)),t.R7$(5),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersIncoming),t.R7$(19),t.Y8G("matFooterRowDef",t.lJ4(25,fm)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("showFirstLastButtons",e.screenSize!==e.screenSizeEnum.XS),t.R7$(3),t.Y8G("ngClass",t.eq3(26,_m,e.screenSize!==e.screenSizeEnum.LG)),t.R7$(5),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersOutgoing),t.R7$(19),t.Y8G("matFooterRowDef",t.lJ4(28,gm)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("showFirstLastButtons",e.screenSize!==e.screenSizeEnum.XS)}}let np=(()=>{class n{constructor(e,i,a,s){this.logger=e,this.commonService=i,this.store=a,this.camelCaseWithSpaces=s,this.nodePageDefs=l.WW,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:l.md,sortBy:"totalFee",sortOrder:l.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.routingPeersIncoming=new c.I6([]),this.routingPeersOutgoing=new c.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.KT).pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{this.errorMessage="",this.apiCallStatus=e.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=e.payments&&e.payments.relayed?e.payments.relayed:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(e)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData)}applyFilterIncoming(){this.routingPeersIncoming.filter=this.filterIn.trim().toLowerCase()}applyFilterOutgoing(){this.routingPeersOutgoing.filter=this.filterOut.trim().toLowerCase()}getLabel(e){const i=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===e);return i?i.label?i.label:this.camelCaseWithSpaces.transform(i.column,"_"):this.commonService.titleCase(e)}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(e,i)=>{let a="";return a="all"===this.selFilterByIn?JSON.stringify(e).toLowerCase():"string"==typeof e[this.selFilterByIn]?e[this.selFilterByIn].toLowerCase():"boolean"==typeof e[this.selFilterByIn]?e[this.selFilterByIn]?"yes":"no":e[this.selFilterByIn].toString(),a.includes(i)},this.routingPeersOutgoing.filterPredicate=(e,i)=>{let a="";switch(this.selFilterByOut){case"all":a=JSON.stringify(e).toLowerCase();break;case"total_amount":case"total_fee":a=(+(e[this.selFilterByOut]||0)/1e3).toString()||"";break;default:a="string"==typeof e[this.selFilterByOut]?e[this.selFilterByOut].toLowerCase():"boolean"==typeof e[this.selFilterByOut]?e[this.selFilterByOut]?"yes":"no":e[this.selFilterByOut].toString()}return a.includes(i)}}loadRoutingPeersTable(e){if(e.length>0){const i=this.groupRoutingPeers(e);this.routingPeersIncoming=new c.I6(i[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new c.I6(i[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new c.I6([]),this.routingPeersOutgoing=new c.I6([]);this.setFilterPredicate(),this.applyFilterIncoming(),this.applyFilterOutgoing()}groupRoutingPeers(e){const i=[],a=[];return e.forEach(s=>{const r=i.find(I=>I.channelId===s.fromChannelId),m=a.find(I=>I.channelId===s.toChannelId);r?(r.events++,r.totalAmount=+r.totalAmount+ +s.amountIn,r.totalFee=s.amountIn-s.amountOut+ +r.totalFee):i.push({channelId:s.fromChannelId,alias:s.fromChannelAlias,events:1,totalAmount:+s.amountIn,totalFee:s.amountIn-s.amountOut}),m?(m.events++,m.totalAmount=+m.totalAmount+ +s.amountOut,m.totalFee=s.amountIn-s.amountOut+ +m.totalFee):a.push({channelId:s.toChannelId,alias:s.toChannelAlias,events:1,totalAmount:+s.amountOut,totalFee:s.amountIn-s.amountOut})}),[this.commonService.sortDescByKey(i,"totalFee"),this.commonService.sortDescByKey(a,"totalFee")]}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il),t.rXU(z.Qu))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-routing-peers"]],viewQuery:function(i,a){if(1&i&&(t.GBs(mm,5,x.B4),t.GBs(pm,5,x.B4),t.GBs(um,5),t.GBs(dm,5)),2&i){let s;t.mGM(s=t.lsd())&&(a.sortIn=s.first),t.mGM(s=t.lsd())&&(a.sortOut=s.first),t.mGM(s=t.lsd())&&(a.paginatorIn=s.first),t.mGM(s=t.lsd())&&(a.paginatorOut=s.first)}},features:[t.Jv_([{provide:k.xX,useValue:(0,l.on)("Peers")}])],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","channelId"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","totalAmount"],["matColumnDef","totalFee"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxFlex","49","fxLayoutAlign","end stretch",1,"mb-4"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(i,a){1&i&&(t.j41(0,"div",4),t.DNE(1,Cm,2,1,"div",5)(2,ep,63,29,"div",6),t.k0s()),2&i&&(t.R7$(),t.Y8G("ngIf",""!==a.errorMessage),t.R7$(),t.Y8G("ngIf",""===a.errorMessage))},dependencies:[p.YU,p.bT,p.B3,h.DJ,h.sA,h.UI,L.PW,L.eI,V.HM,x.B4,x.aE,c.Zl,c.tL,c.ji,c.cC,c.YV,c.iL,c.Zq,c.xW,c.KS,c.$R,c.Qo,c.YZ,c.NB,c.iF,k.iy,A.Ld,p.QX]})}}return n})();function ip(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",8),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG();t.FS9("routerLink",e.link),t.Y8G("active",i.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let ap=(()=>{class n{constructor(e){this.router=e,this.faChartBar=F.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const e=this.links.find(i=>this.router.url.includes(i.link));this.activeLink=e?e.link:this.links[0].link,this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(i=>i instanceof b.gx)).subscribe({next:i=>{const a=this.links.find(s=>i.urlAfterRedirects.includes(s.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-reports"]],decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(i,a){if(1&i&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Reports"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),t.DNE(8,ip,2,3,"div",7),t.k0s(),t.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),t.k0s()()()),2&i){const s=t.sdS(10);t.R7$(),t.Y8G("icon",a.faChartBar),t.R7$(6),t.Y8G("tabPanel",s),t.R7$(),t.Y8G("ngForOf",a.links)}},dependencies:[p.Sq,w.aY,h.DJ,h.sA,E.RN,E.m2,D.Bu,D.hQ,D.Ql,b.n3,b.Wk]})}}return n})();var Yt=_(6064),Xt=_(4655);function op(n,o){if(1&n&&(t.j41(0,"div",14),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&n){const e=t.XpG();t.Y8G("@fadeIn",e.totalFeeSat),t.R7$(),t.Lme("",t.i5U(2,3,e.totalFeeSat||0,"1.0-2")," Sats/",t.bMT(3,6,e.filteredEventsBySelectedPeriod.length||0)," Events")}}function sp(n,o){1&n&&(t.j41(0,"div",15),t.EFF(1,"No routing report for the selected period"),t.k0s())}function lp(n,o){if(1&n&&(t.j41(0,"span")(1,"span",17),t.EFF(2),t.nI1(3,"number"),t.k0s(),t.j41(4,"span",17),t.EFF(5),t.nI1(6,"number"),t.k0s()()),2&n){const e=o.model,i=t.XpG(2);t.R7$(2),t.SpI("Events: ",t.bMT(3,2,(i.selReportBy===i.reportBy.EVENTS?e.value:e.extra.totalEvents)||0),""),t.R7$(3),t.SpI("Fee: ",t.i5U(6,4,(i.selReportBy===i.reportBy.EVENTS?e.extra.totalFees:e.value)||0,"1.0-2"),"")}}function rp(n,o){if(1&n){const e=t.RV6();t.j41(0,"ngx-charts-bar-vertical",16),t.bIt("select",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onChartBarSelected(a))})("mouseup",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onChartMouseUp(a))}),t.DNE(1,lp,7,7,"ng-template",null,0,t.C5r),t.k0s()}if(2&n){const e=t.XpG();t.Y8G("view",e.view)("results",e.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function cp(n,o){if(1&n&&t.nrm(0,"rtl-ecl-forwarding-history",18),2&n){const e=t.XpG();t.Y8G("pageId","reports")("tableId","routing")("eventsData",e.filteredEventsBySelectedPeriod)("selFilter",e.eventFilterValue)}}let mp=(()=>{class n{constructor(e,i,a){this.logger=e,this.commonService=i,this.store=a,this.reportPeriod=l.rs[0],this.secondsInADay=86400,this.events=[],this.filteredEventsBySelectedPeriod=[],this.eventFilterValue="",this.reportBy=l.aR,this.selReportBy=l.aR.FEES,this.totalFeeSat=null,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.f7.XS||this.screenSize===l.f7.SM),this.store.select(C.KT).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.events=e.payments&&e.payments.relayed?e.payments.relayed:[],this.filterForwardingEvents(this.startDate,this.endDate),this.logger.info(e)}),this.commonService.containerSizeUpdated.pipe((0,f.Q)(this.unSubs[1])).subscribe(e=>{switch(this.screenSize){case l.f7.MD:this.screenPaddingX=e.width/10;break;case l.f7.LG:this.screenPaddingX=e.width/16;break;default:this.screenPaddingX=e.width/20}this.view=[e.width-this.screenPaddingX,e.height/2.2],this.logger.info("Container Size: "+JSON.stringify(e)),this.logger.info("View: "+JSON.stringify(this.view))})}filterForwardingEvents(e,i){const a=Math.round(e.getTime()/1e3),s=Math.round(i.getTime()/1e3);this.logger.info("Filtering Forwarding Events Starting at "+new Date(Date.now()).toLocaleString()+" From "+e.toLocaleString()+" To "+i.toLocaleString()),this.filteredEventsBySelectedPeriod=[],this.routingReportData=[],this.totalFeeSat=null,this.events&&this.events.length>0&&(this.events.forEach(r=>{Math.floor((r.timestamp||0)/1e3)>=a&&Math.floor((r.timestamp||0)/1e3)0&&"ngx-charts"===e.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(e){this.eventFilterValue=this.reportPeriod===l.rs[1]?e.name+"/"+this.startDate.getFullYear():e.name.toString().padStart(2,"0")+"/"+l.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(e){const i=Math.round(e.getTime()/1e3),a=[];if(this.totalFeeSat=0,this.logger.info("Fee Report Prepare Starting at "+new Date(Date.now()).toLocaleString()+" From "+e.toLocaleString()),this.reportPeriod===l.rs[1]){for(let s=0;s<12;s++)a.push({name:l.KR[s].name,value:0,extra:{totalEvents:0}});this.filteredEventsBySelectedPeriod?.map(s=>{const r=new Date(s.timestamp||0).getMonth();return a[r].value=a[r].value+((s.amountIn||0)-(s.amountOut||0)),a[r].extra.totalEvents=a[r].extra.totalEvents+1,this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((s.amountIn||0)-(s.amountOut||0)),this.filteredEventsBySelectedPeriod})}else{for(let s=0;s{const r=Math.floor((Math.floor((s.timestamp||0)/1e3)-i)/this.secondsInADay);return a[r].value=a[r].value+((s.amountIn||0)-(s.amountOut||0)),a[r].extra.totalEvents=a[r].extra.totalEvents+1,this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((s.amountIn||0)-(s.amountOut||0)),this.filteredEventsBySelectedPeriod})}return this.logger.info("Fee Report Prepare Finished at "+new Date(Date.now()).toLocaleString()),a}prepareEventsReport(e){const i=Math.round(e.getTime()/1e3),a=[];if(this.totalFeeSat=0,this.logger.info("Events Report Prepare Starting at "+new Date(Date.now()).toLocaleString()+" From "+e.toLocaleString()),this.reportPeriod===l.rs[1]){for(let s=0;s<12;s++)a.push({name:l.KR[s].name,value:0,extra:{totalFees:0}});this.filteredEventsBySelectedPeriod?.map(s=>{const r=new Date(s.timestamp||0).getMonth();return a[r].value=a[r].value+1,a[r].extra.totalFees=a[r].extra.totalFees+((s.amountIn||0)-(s.amountOut||0)),this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((s.amountIn||0)-(s.amountOut||0)),this.filteredEventsBySelectedPeriod})}else{for(let s=0;s{const r=Math.floor((Math.floor((s.timestamp||0)/1e3)-i)/this.secondsInADay);return a[r].value=a[r].value+1,a[r].extra.totalFees=a[r].extra.totalFees+((s.amountIn||0)-(s.amountOut||0)),this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((s.amountIn||0)-(s.amountOut||0)),this.filteredEventsBySelectedPeriod})}return this.logger.info("Events Report Prepare Finished at "+new Date(Date.now()).toLocaleString()),a}onSelectionChange(e){const i=e.selDate.getMonth(),a=e.selDate.getFullYear();this.reportPeriod=e.selScrollRange,this.reportPeriod===l.rs[1]?(this.startDate=new Date(a,0,1,0,0,0),this.endDate=new Date(a,11,31,23,59,59)):(this.startDate=new Date(a,i,1,0,0,0),this.endDate=new Date(a,i,this.getMonthDays(i,a),23,59,59)),this.filterForwardingEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(e,i){return 1===e&&i%4==0?l.KR[e].days+1:l.KR[e].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-routing-report"]],hostBindings:function(i,a){1&i&&t.bIt("mouseup",function(r){return a.onChartMouseUp(r)})},decls:17,vars:7,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],[3,"pageId","tableId","eventsData","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],[3,"pageId","tableId","eventsData","selFilter"]],template:function(i,a){1&i&&(t.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),t.bIt("stepChanged",function(r){return a.onSelectionChange(r)}),t.k0s(),t.j41(2,"div",3)(3,"mat-radio-group",4),t.mxI("ngModelChange",function(r){return t.DH7(a.selReportBy,r)||(a.selReportBy=r),r}),t.bIt("change",function(){return a.onSelReportByChange()}),t.j41(4,"span",5),t.EFF(5,"Report By: "),t.k0s(),t.j41(6,"mat-radio-button",6),t.EFF(7,"Fees"),t.k0s(),t.j41(8,"mat-radio-button",7),t.EFF(9,"Events"),t.k0s()()(),t.j41(10,"div",8),t.DNE(11,op,4,8,"div",9)(12,sp,2,0,"div",10),t.j41(13,"div",11),t.DNE(14,rp,3,11,"ngx-charts-bar-vertical",12),t.k0s(),t.j41(15,"div",11),t.DNE(16,cp,1,4,"rtl-ecl-forwarding-history",13),t.k0s()()()),2&i&&(t.R7$(3),t.R50("ngModel",a.selReportBy),t.R7$(3),t.FS9("value",a.reportBy.FEES),t.R7$(2),t.FS9("value",a.reportBy.EVENTS),t.R7$(3),t.Y8G("ngIf",a.routingReportData.length>0&&a.filteredEventsBySelectedPeriod.length>0),t.R7$(),t.Y8G("ngIf",a.routingReportData.length<=0||a.filteredEventsBySelectedPeriod.length<=0),t.R7$(2),t.Y8G("ngIf",a.routingReportData.length>0&&a.filteredEventsBySelectedPeriod.length>0),t.R7$(2),t.Y8G("ngIf",a.filteredEventsBySelectedPeriod.length>0))},dependencies:[p.bT,d.BC,d.vS,h.DJ,h.sA,h.UI,ot.VT,ot._g,Yt.L8,Xt.m,Ot,p.QX],data:{animation:[yt.q]}})}}return n})();var pp=_(5085);function up(n,o){if(1&n&&(t.j41(0,"div",11),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Lme(" Paid ",t.i5U(2,2,e.transactionsReportSummary.amountPaidSelectedPeriod||0,"1.0-2")," Sats/",t.bMT(3,5,e.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function dp(n,o){if(1&n&&(t.j41(0,"div",11),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&n){const e=t.XpG(2);t.R7$(),t.Lme(" Received ",t.i5U(2,2,e.transactionsReportSummary.amountReceivedSelectedPeriod||0,"1.0-2")," Sats/",t.bMT(3,5,e.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function hp(n,o){if(1&n&&(t.j41(0,"div",9),t.DNE(1,up,4,7,"div",10)(2,dp,4,7,"div",10),t.k0s()),2&n){const e=t.XpG();t.Y8G("@fadeIn",e.transactionsReportSummary),t.R7$(),t.Y8G("ngIf",e.transactionsReportSummary.paymentsSelectedPeriod),t.R7$(),t.Y8G("ngIf",e.transactionsReportSummary.invoicesSelectedPeriod)}}function fp(n,o){1&n&&(t.j41(0,"div",12),t.EFF(1,"No transactions report for the selected period"),t.k0s())}function _p(n,o){if(1&n&&(t.j41(0,"span",14),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&n){const e=o.model;t.R7$(),t.LHq("",e.name,": ",t.i5U(2,4,e.value||0,"1.0-2"),"/# ","Paid"===e.name?"Payments":"Invoices",": ",t.bMT(3,7,(null==e.extra?null:e.extra.total)||0),"")}}function gp(n,o){if(1&n){const e=t.RV6();t.j41(0,"ngx-charts-bar-vertical-2d",13),t.bIt("select",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onChartBarSelected(a))})("mouseup",function(a){t.eBV(e);const s=t.XpG();return t.Njj(s.onChartMouseUp(a))}),t.DNE(1,_p,4,9,"ng-template",null,0,t.C5r),t.k0s()}if(2&n){const e=t.XpG();t.Y8G("view",e.view)("results",e.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",e.reportPeriod===e.scrollRanges[0]?2:8)}}function Cp(n,o){if(1&n&&t.nrm(0,"rtl-transactions-report-table",15),2&n){const e=t.XpG();t.Y8G("displayedColumns",e.displayedColumns)("tableSetting",e.tableSetting)("dataList",e.transactionsNonZeroReportData)("dataRange",e.reportPeriod)("selFilter",e.transactionFilterValue)}}let yp=(()=>{class n{constructor(e,i,a){this.logger=e,this.commonService=i,this.store=a,this.scrollRanges=l.rs,this.reportPeriod=l.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:l.md,sortBy:"date",sortOrder:l.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[],this.transactionsNonZeroReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.f7.XS||this.screenSize===l.f7.SM),this.store.select(C.jZ).pipe((0,f.Q)(this.unSubs[0])).subscribe(e=>{this.tableSetting=e.pageSettings.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId)||l.X8.find(i=>i.pageId===this.PAGE_ID)?.tables.find(i=>i.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(C.KT).pipe((0,f.Q)(this.unSubs[1]),(0,rt.E)(this.store.select(C.rN))).subscribe(([e,i])=>{this.payments=e.payments.sent?e.payments.sent:[],this.invoices=i.invoices?i.invoices:[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData())}),this.commonService.containerSizeUpdated.pipe((0,f.Q)(this.unSubs[2])).subscribe(e=>{switch(this.screenSize){case l.f7.MD:this.screenPaddingX=e.width/10;break;case l.f7.LG:this.screenPaddingX=e.width/16;break;default:this.screenPaddingX=e.width/20}this.view=[e.width-this.screenPaddingX,e.height/2.2],this.logger.info("Container Size: "+JSON.stringify(e)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(e){"svg"===e.srcElement.tagName&&e.srcElement.classList.length>0&&"ngx-charts"===e.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(e){this.transactionFilterValue=this.reportPeriod===l.rs[1]?e.series.toString()+"/"+this.startDate.getFullYear():e.series.toString().padStart(2,"0")+"/"+l.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(e,i){const a=Math.round(e.getTime()/1e3),s=Math.round(i.getTime()/1e3),r=[];this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const m=this.payments?.filter(y=>y.firstPartTimestamp&&Math.floor(y.firstPartTimestamp/1e3)>=a&&Math.floor(y.firstPartTimestamp/1e3)"received"===y.status&&y.timestamp&&y.timestamp>=a&&y.timestamp{const G=new Date(y.firstPartTimestamp||0).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(y.recipientAmount||0),r[G].series[0].value=r[G].series[0].value+y.recipientAmount,r[G].series[0].extra.total=r[G].series[0].extra.total+1,this.transactionsReportSummary}),I?.map(y=>{const G=new Date(1e3*(y.timestamp||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(y.amountSettled||0),r[G].series[1].value=r[G].series[1].value+y.amountSettled,r[G].series[1].extra.total=r[G].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let y=0;y{const G=Math.floor((Math.floor((y.firstPartTimestamp||0)/1e3)-a)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(y.recipientAmount||0),r[G].series[0].value=r[G].series[0].value+y.recipientAmount,r[G].series[0].extra.total=r[G].series[0].extra.total+1,this.transactionsReportSummary}),I?.map(y=>{const G=Math.floor(((y.timestamp||0)-a)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(y.amountSettled||0),r[G].series[1].value=r[G].series[1].value+y.amountSettled,r[G].series[1].extra.total=r[G].series[1].extra.total+1,this.transactionsReportSummary})}return r}prepareTableData(){return this.transactionsReportData?.reduce((e,i)=>i.series[0].extra.total>0||i.series[1].extra.total>0?e.concat({date:i.date,amount_paid:i.series[0].value,num_payments:i.series[0].extra.total,amount_received:i.series[1].value,num_invoices:i.series[1].extra.total}):e,[])}onSelectionChange(e){const i=e.selDate.getMonth(),a=e.selDate.getFullYear();this.reportPeriod=e.selScrollRange,this.reportPeriod===l.rs[1]?(this.startDate=new Date(a,0,1,0,0,0),this.endDate=new Date(a,11,31,23,59,59)):(this.startDate=new Date(a,i,1,0,0,0),this.endDate=new Date(a,i,this.getMonthDays(i,a),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(e,i){return 1===e&&i%4==0?l.KR[e].days+1:l.KR[e].days}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(P.gP),t.rXU(M.h),t.rXU(R.il))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-transactions-report"]],hostBindings:function(i,a){1&i&&t.bIt("mouseup",function(r){return a.onChartMouseUp(r)})},decls:9,vars:4,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(i,a){1&i&&(t.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),t.bIt("stepChanged",function(r){return a.onSelectionChange(r)}),t.k0s(),t.j41(2,"div",3),t.DNE(3,hp,3,3,"div",4)(4,fp,2,0,"div",5),t.j41(5,"div",6),t.DNE(6,gp,3,13,"ngx-charts-bar-vertical-2d",7),t.k0s(),t.j41(7,"div",6),t.DNE(8,Cp,1,5,"rtl-transactions-report-table",8),t.k0s()()()),2&i&&(t.R7$(3),t.Y8G("ngIf",a.transactionsNonZeroReportData.length>0),t.R7$(),t.Y8G("ngIf",a.transactionsNonZeroReportData.length<=0),t.R7$(2),t.Y8G("ngIf",a.transactionsNonZeroReportData.length>0),t.R7$(2),t.Y8G("ngIf",a.transactionsNonZeroReportData.length>0))},dependencies:[p.bT,h.DJ,h.sA,h.UI,Yt.Dl,Xt.m,pp.T,p.QX],data:{animation:[yt.q]}})}}return n})();var N=_(7186),bp=_(13);function Fp(n,o){if(1&n){const e=t.RV6();t.j41(0,"div",9),t.bIt("click",function(){const a=t.eBV(e).$implicit,s=t.XpG();return t.Njj(s.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&n){const e=o.$implicit,i=t.XpG();t.FS9("routerLink",e.link),t.Y8G("active",i.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let Ep=(()=>{class n{constructor(e){this.router=e,this.faSearch=F.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const e=this.links.find(i=>this.router.url.includes(i.link));this.activeLink=e?e.link:this.links[0].link,this.router.events.pipe((0,f.Q)(this.unSubs[0]),(0,H.p)(i=>i instanceof b.gx)).subscribe({next:i=>{const a=this.links.find(s=>i.urlAfterRedirects.includes(s.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(e=>{e.next(null),e.complete()})}static{this.\u0275fac=function(i){return new(i||n)(t.rXU(b.Ix))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["rtl-ecl-graph"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(i,a){if(1&i&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Graph Lookups"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),t.DNE(8,Fp,2,3,"div",7),t.k0s(),t.nrm(9,"mat-tab-nav-panel",null,0),t.j41(11,"div",8),t.nrm(12,"router-outlet"),t.k0s()()()()),2&i){const s=t.sdS(10);t.R7$(),t.Y8G("icon",a.faSearch),t.R7$(6),t.Y8G("tabPanel",s),t.R7$(),t.Y8G("ngForOf",a.links)}},dependencies:[p.Sq,w.aY,h.DJ,h.sA,h.UI,E.RN,E.m2,D.Bu,D.hQ,D.Ql,b.n3,b.Wk]})}}return n})();const xp=[{path:"",component:xt,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:ka,canActivate:[(0,N.fe)()]},{path:"onchain",component:Co,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"receive"},{path:"receive",component:os,canActivate:[(0,N.fe)()]},{path:"send",component:ss,canActivate:[(0,N.fe)()]}]},{path:"connections",component:Fo,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:Ss,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:mr,canActivate:[(0,N.fe)()]},{path:"pending",component:Yr,canActivate:[(0,N.fe)()]},{path:"inactive",component:yc,canActivate:[(0,N.fe)()]}]},{path:"peers",component:b1,data:{sweepAll:!1},canActivate:[(0,N.fe)()]}]},{path:"transactions",component:xo,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Rt,canActivate:[(0,N.fe)()]},{path:"invoices",component:It,canActivate:[(0,N.fe)()]}]},{path:"routing",component:So,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:Ot,canActivate:[(0,N.fe)()]},{path:"peers",component:np,canActivate:[(0,N.fe)()]}]},{path:"reports",component:ap,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:mp,canActivate:[(0,N.fe)()]},{path:"transactions",component:yp,canActivate:[(0,N.fe)()]}]},{path:"graph",component:Ep,canActivate:[(0,N.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:is,canActivate:[(0,N.fe)()]},{path:"queryroutes",component:P1,canActivate:[(0,N.fe)()]}]},{path:"**",component:bp.X}]}],Lp=b.iI.forChild(xp);var Sp=_(9029);let vp=(()=>{class n{static{this.\u0275fac=function(i){return new(i||n)}}static{this.\u0275mod=t.$C({type:n,bootstrap:[xt]})}static{this.\u0275inj=t.G2t({imports:[p.MD,Sp.G,Lp]})}}return n})()}}]); \ No newline at end of file diff --git a/frontend/17.b882df9dedeedc74.js b/frontend/17.b882df9dedeedc74.js new file mode 100644 index 00000000..5adac1df --- /dev/null +++ b/frontend/17.b882df9dedeedc74.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[17],{89017:(wp,St,C)=>{C.r(St),C.d(St,{ECLModule:()=>Tp});var d=C(72200),W=C(38132),L=C(43694),qt=C(9881),t=C(73664),H=C(67575),_=C(52920);function Qt(i,s){1&i&&t.nrm(0,"mat-progress-bar",3)}let vt=(()=>{var i;class s{constructor(n){this.router=n,this.loading=!1,this.router.events.subscribe(a=>{switch(!0){case a instanceof L.Z:this.loading=!0;break;case a instanceof L.wF:case a instanceof L.j5:case a instanceof L.L6:this.loading=!1}})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-root"]],standalone:!1,decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(a,o){1&a&&(t.j41(0,"div",1),t.DNE(1,Qt,1,0,"mat-progress-bar",2),t.nrm(2,"router-outlet",null,0),t.k0s()),2&a&&(t.R7$(),t.Y8G("ngIf",o.loading))},dependencies:[d.bT,H.HM,_.DJ,_.sA,_.UI,L.n3],encapsulation:2,data:{animation:[qt.E]}}))}return i(),s})();var h=C(21413),g=C(56977),pt=C(53993),Rt=C(90614),E=C(45383),c=C(4416),J=C(79647),b=C(72730),r=C(2615),A=C(98570),I=C(59640),$=C(82571),D=C(20060),Zt=C(22598),x=C(25596),kt=C(82885),ut=C(12629),dt=C(59115),v=C(16038),P=C(96850);const It=i=>({backgroundColor:i});function Wt(i,s){if(1&i&&t.nrm(0,"span",6),2&i){const e=t.XpG();t.Y8G("ngStyle",t.eq3(1,It,null==e.information?null:e.information.color))}}function Kt(i,s){if(1&i&&(t.j41(0,"div")(1,"h4",1),t.EFF(2,"Color"),t.k0s(),t.j41(3,"div",2),t.nrm(4,"span",7),t.EFF(5),t.nI1(6,"uppercase"),t.k0s()()),2&i){const e=t.XpG();t.R7$(4),t.Y8G("ngStyle",t.eq3(4,It,null==e.information?null:e.information.color)),t.R7$(),t.SpI(" ",t.bMT(6,2,null==e.information?null:e.information.color)," ")}}function te(i,s){if(1&i&&(t.j41(0,"span",2),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(e)}}let ee=(()=>{var i;class s{constructor(n){this.commonService=n,this.chains=[""]}ngOnChanges(){this.chains=[],this.chains.push("Bitcoin "+(this.information.network?this.commonService.titleCase(this.information.network):"Testnet"))}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU($.h))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},standalone:!1,features:[t.OA$],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(a,o){1&a&&(t.j41(0,"div",0)(1,"div")(2,"h4",1),t.EFF(3,"Alias"),t.k0s(),t.j41(4,"div",2),t.EFF(5),t.DNE(6,Wt,1,3,"span",3),t.k0s()(),t.DNE(7,Kt,7,6,"div",4),t.j41(8,"div")(9,"h4",1),t.EFF(10,"Implementation"),t.k0s(),t.j41(11,"div",2),t.EFF(12),t.k0s()(),t.j41(13,"div")(14,"h4",1),t.EFF(15,"Chain"),t.k0s(),t.DNE(16,te,2,1,"span",5),t.k0s()()),2&a&&(t.R7$(5),t.SpI(" ",null==o.information?null:o.information.alias," "),t.R7$(),t.Y8G("ngIf",!o.showColorFieldSeparately),t.R7$(),t.Y8G("ngIf",o.showColorFieldSeparately),t.R7$(5),t.JRh(null!=o.information&&o.information.lnImplementation||null!=o.information&&o.information.version?(null==o.information?null:o.information.lnImplementation)+" "+(null==o.information?null:o.information.version):""),t.R7$(4),t.Y8G("ngForOf",o.chains))},dependencies:[d.Sq,d.bT,d.B3,_.DJ,_.sA,_.UI,v.eI,d.Pc],encapsulation:2}))}return i(),s})();function ne(i,s){if(1&i&&(t.j41(0,"div",2)(1,"div")(2,"h4",3),t.EFF(3,"Lightning"),t.k0s(),t.j41(4,"div",4),t.EFF(5),t.nI1(6,"number"),t.k0s(),t.nrm(7,"mat-progress-bar",5),t.k0s(),t.j41(8,"div")(9,"h4",3),t.EFF(10,"On-chain"),t.k0s(),t.j41(11,"div",4),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.nrm(14,"mat-progress-bar",5),t.k0s(),t.j41(15,"div")(16,"h4",3),t.EFF(17,"Total"),t.k0s(),t.j41(18,"div",4),t.EFF(19),t.nI1(20,"number"),t.k0s()()()),2&i){const e=t.XpG();t.R7$(5),t.SpI("",t.bMT(6,7,e.balances.lightning)," Sats"),t.R7$(2),t.Y8G("value",t.mNQ(e.balances.lightning/e.balances.total*100)),t.R7$(5),t.SpI("",t.bMT(13,9,e.balances.onchain)," Sats"),t.R7$(2),t.Y8G("value",t.mNQ(e.balances.onchain/e.balances.total*100)),t.R7$(5),t.SpI("",t.bMT(20,11,e.balances.total)," Sats")}}function ie(i,s){if(1&i&&(t.j41(0,"div",6)(1,"p"),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let ae=(()=>{var i;class s{constructor(){this.balances={onchain:0,lightning:0,total:0}}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,o){if(1&a&&t.DNE(0,ne,21,13,"div",1)(1,ie,3,1,"ng-template",null,0,t.C5r),2&a){const l=t.sdS(2);t.Y8G("ngIf",""===(null==o.errorMessage?null:o.errorMessage.trim()))("ngIfElse",l)}},dependencies:[d.bT,H.HM,_.DJ,_.sA,_.UI,d.QX],encapsulation:2}))}return i(),s})();function oe(i,s){if(1&i&&(t.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),t.EFF(4,"Daily"),t.k0s(),t.j41(5,"div",5),t.EFF(6),t.nI1(7,"number"),t.k0s()(),t.j41(8,"div")(9,"h4",4),t.EFF(10,"Weekly"),t.k0s(),t.j41(11,"div",5),t.EFF(12),t.nI1(13,"number"),t.k0s()(),t.j41(14,"div")(15,"h4",4),t.EFF(16,"Monthly"),t.k0s(),t.j41(17,"div",5),t.EFF(18),t.nI1(19,"number"),t.k0s()()(),t.j41(20,"div",3)(21,"div")(22,"h4",4),t.EFF(23,"Transactions"),t.k0s(),t.j41(24,"div",5),t.EFF(25),t.nI1(26,"number"),t.k0s()(),t.j41(27,"div")(28,"h4",4),t.EFF(29,"Transactions"),t.k0s(),t.j41(30,"div",5),t.EFF(31),t.nI1(32,"number"),t.k0s()(),t.j41(33,"div")(34,"h4",4),t.EFF(35,"Transactions"),t.k0s(),t.j41(36,"div",5),t.EFF(37),t.nI1(38,"number"),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(6),t.SpI("",t.bMT(7,6,null==e.fees?null:e.fees.daily_fee)," Sats"),t.R7$(6),t.SpI("",t.bMT(13,8,null==e.fees?null:e.fees.weekly_fee)," Sats"),t.R7$(6),t.SpI("",t.bMT(19,10,null==e.fees?null:e.fees.monthly_fee)," Sats"),t.R7$(7),t.JRh(t.bMT(26,12,null==e.fees?null:e.fees.daily_txs)),t.R7$(6),t.JRh(t.bMT(32,14,null==e.fees?null:e.fees.weekly_txs)),t.R7$(6),t.JRh(t.bMT(38,16,null==e.fees?null:e.fees.monthly_txs))}}function se(i,s){if(1&i&&(t.j41(0,"div",6)(1,"p"),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let le=(()=>{var i;class s{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees?.monthly_fee){this.totalFees=[{name:"Monthly",value:this.fees.monthly_fee},{name:"Weekly",value:this.fees.weekly_fee||0},{name:"Daily ",value:this.fees.daily_fee||0}];const a=10**(Math.ceil(Math.log(this.fees.monthly_fee+1)/Math.LN10)-1);this.maxFeeValue=Math.ceil(this.fees.monthly_fee/a)*a/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},standalone:!1,features:[t.OA$],decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,o){if(1&a&&t.DNE(0,oe,39,18,"div",1)(1,se,3,1,"ng-template",null,0,t.C5r),2&a){const l=t.sdS(2);t.Y8G("ngIf",""===(null==o.errorMessage?null:o.errorMessage.trim()))("ngIfElse",l)}},dependencies:[d.bT,_.DJ,_.sA,_.UI,d.QX],encapsulation:2}))}return i(),s})();function re(i,s){if(1&i&&(t.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),t.EFF(4,"Active"),t.k0s(),t.j41(5,"div",5),t.nrm(6,"span",6),t.EFF(7),t.nI1(8,"number"),t.k0s()(),t.j41(9,"div")(10,"h4",4),t.EFF(11,"Pending"),t.k0s(),t.j41(12,"div",5),t.nrm(13,"span",7),t.EFF(14),t.nI1(15,"number"),t.k0s()(),t.j41(16,"div")(17,"h4",4),t.EFF(18,"Inactive"),t.k0s(),t.j41(19,"div",5),t.nrm(20,"span",8),t.EFF(21),t.nI1(22,"number"),t.k0s()()(),t.j41(23,"div",3)(24,"div")(25,"h4",4),t.EFF(26,"Capacity"),t.k0s(),t.j41(27,"div",5),t.EFF(28),t.nI1(29,"number"),t.k0s()(),t.j41(30,"div")(31,"h4",4),t.EFF(32,"Capacity"),t.k0s(),t.j41(33,"div",5),t.EFF(34),t.nI1(35,"number"),t.k0s()(),t.j41(36,"div")(37,"h4",4),t.EFF(38,"Capacity"),t.k0s(),t.j41(39,"div",5),t.EFF(40),t.nI1(41,"number"),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(7),t.JRh(t.bMT(8,6,(null==e.channelsStatus.active?null:e.channelsStatus.active.channels)||0)),t.R7$(7),t.JRh(t.bMT(15,8,(null==e.channelsStatus.pending?null:e.channelsStatus.pending.channels)||0)),t.R7$(7),t.JRh(t.bMT(22,10,(null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.channels)||0)),t.R7$(7),t.SpI("",t.bMT(29,12,(null==e.channelsStatus.active?null:e.channelsStatus.active.capacity)||0)," Sats"),t.R7$(6),t.SpI("",t.bMT(35,14,(null==e.channelsStatus.pending?null:e.channelsStatus.pending.capacity)||0)," Sats"),t.R7$(6),t.SpI("",t.bMT(41,16,(null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.capacity)||0)," Sats")}}function ce(i,s){if(1&i&&(t.j41(0,"div",9)(1,"p"),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let me=(()=>{var i;class s{constructor(){this.channelsStatus={}}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,o){if(1&a&&t.DNE(0,re,42,18,"div",1)(1,ce,3,1,"ng-template",null,0,t.C5r),2&a){const l=t.sdS(2);t.Y8G("ngIf",""===(null==o.errorMessage?null:o.errorMessage.trim()))("ngIfElse",l)}},dependencies:[d.bT,_.DJ,_.sA,_.UI,d.QX],encapsulation:2}))}return i(),s})();var N=C(88834),y=C(69588),tt=C(71997),Q=C(40455),B=C(10497);const pe=()=>["../connections/channels/open"],ue=(i,s)=>({filterColumn:i,filterValue:s});function de(i,s){if(1&i&&(t.j41(0,"div",19)(1,"a",20),t.EFF(2),t.nI1(3,"slice"),t.k0s(),t.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),t.EFF(7,"Local:"),t.k0s(),t.EFF(8),t.nI1(9,"number"),t.k0s(),t.j41(10,"mat-hint",22),t.nrm(11,"fa-icon",23),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.j41(14,"mat-hint",24)(15,"strong",8),t.EFF(16,"Remote:"),t.k0s(),t.EFF(17),t.nI1(18,"number"),t.k0s()(),t.nrm(19,"mat-progress-bar",25),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(3);t.R7$(),t.Y8G("matTooltip",t.mNQ(e.alias||e.shortChannelId))("matTooltipDisabled",t.mNQ((e.alias||e.shortChannelId).length<26))("routerLink",t.lJ4(26,pe))("state",t.l_i(27,ue,e.alias?"alias":"shortChannelId",e.alias||e.shortChannelId)),t.R7$(),t.Lme(" ",t.brH(3,14,(null==e?null:e.alias)||(null==e?null:e.shortChannelId),0,24),"",((null==e?null:e.alias)||(null==e?null:e.shortChannelId)).length>25?"...":""," "),t.R7$(6),t.SpI("",t.i5U(9,18,(null==e?null:e.toLocal)||0,"1.0-0")," Sats"),t.R7$(3),t.Y8G("icon",n.faBalanceScale),t.R7$(),t.SpI(" (",t.bMT(13,21,(null==e?null:e.balancedness)||0),") "),t.R7$(5),t.SpI("",t.i5U(18,23,(null==e?null:e.toRemote)||0,"1.0-0")," Sats"),t.R7$(2),t.Y8G("value",t.mNQ(e.toLocal&&e.toLocal>0?+e.toLocal/(+e.toLocal+ +e.toRemote)*100:0))}}function he(i,s){if(1&i&&(t.j41(0,"div",17),t.DNE(1,de,20,30,"div",18),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.allChannels)}}function fe(i,s){if(1&i&&(t.j41(0,"div",3)(1,"div",4)(2,"span",5),t.EFF(3,"Total Capacity"),t.k0s(),t.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),t.EFF(7,"Local:"),t.k0s(),t.EFF(8),t.nI1(9,"number"),t.k0s(),t.j41(10,"mat-hint",9),t.nrm(11,"fa-icon",10),t.EFF(12),t.nI1(13,"number"),t.k0s(),t.j41(14,"mat-hint",11)(15,"strong",8),t.EFF(16,"Remote:"),t.k0s(),t.EFF(17),t.nI1(18,"number"),t.k0s()(),t.nrm(19,"mat-progress-bar",12),t.k0s(),t.j41(20,"div",13),t.nrm(21,"mat-divider",14),t.k0s(),t.j41(22,"div",15),t.DNE(23,he,2,1,"div",16),t.k0s()()),2&i){const e=t.XpG(),n=t.sdS(2);t.R7$(8),t.SpI("",t.i5U(9,8,(null==e.channelBalances?null:e.channelBalances.localBalance)||0,"1.0-0")," Sats"),t.R7$(3),t.Y8G("icon",e.faBalanceScale),t.R7$(),t.SpI(" (",t.bMT(13,11,(null==e.channelBalances?null:e.channelBalances.balancedness)||0),") "),t.R7$(5),t.SpI("",t.i5U(18,13,(null==e.channelBalances?null:e.channelBalances.remoteBalance)||0,"1.0-0")," Sats"),t.R7$(2),t.Y8G("value",t.mNQ(null!=e.channelBalances&&e.channelBalances.localBalance&&(null==e.channelBalances?null:e.channelBalances.localBalance)>0?+(null==e.channelBalances?null:e.channelBalances.localBalance)/(+(null==e.channelBalances?null:e.channelBalances.localBalance)+ +(null==e.channelBalances?null:e.channelBalances.remoteBalance))*100:0)),t.R7$(4),t.Y8G("ngIf",e.allChannels&&(null==e.allChannels?null:e.allChannels.length)>0)("ngIfElse",n)}}function _e(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",26),t.EFF(1," No channels available. "),t.j41(2,"button",27),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.goToChannels())}),t.EFF(3,"Open Channel"),t.k0s()()}}function ge(i,s){if(1&i&&(t.j41(0,"div",28)(1,"p"),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let Ce=(()=>{var i;class s{constructor(n){this.router=n,this.faBalanceScale=E.GR4,this.faDumbbell=E.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/ecl/connections")}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,o){if(1&a&&t.DNE(0,fe,24,16,"div",2)(1,_e,4,0,"ng-template",null,0,t.C5r)(3,ge,3,1,"ng-template",null,1,t.C5r),2&a){const l=t.sdS(4);t.Y8G("ngIf",""===(null==o.errorMessage?null:o.errorMessage.trim()))("ngIfElse",l)}},dependencies:[d.Sq,d.bT,D.aY,N.$z,y.MV,tt.q,H.HM,_.DJ,_.sA,_.UI,Q.oV,B.Ld,W.Wk,d.P9,d.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]}))}return i(),s})();const ye=(i,s,e)=>({"mb-4":i,"mb-2":s,"mb-1":e}),be=()=>["../connections/channels/open"],Fe=(i,s)=>({filterColumn:i,filterValue:s});function Ee(i,s){if(1&i&&(t.j41(0,"mat-hint",19)(1,"strong",20),t.EFF(2,"Capacity: "),t.k0s(),t.EFF(3),t.nI1(4,"number"),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(3),t.SpI("",t.i5U(4,1,e.toRemote||0,"1.0-0")," Sats")}}function xe(i,s){if(1&i&&(t.j41(0,"mat-hint",19)(1,"strong",20),t.EFF(2,"Capacity: "),t.k0s(),t.EFF(3),t.nI1(4,"number"),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(3),t.SpI("",t.i5U(4,1,e.toLocal||0,"1.0-0")," Sats")}}function Le(i,s){if(1&i&&t.nrm(0,"mat-progress-bar",21),2&i){const e=t.XpG().$implicit,n=t.XpG(3);t.Y8G("value",t.mNQ(n.totalLiquidity>0?(+e.toRemote||0)/n.totalLiquidity*100:0))}}function Se(i,s){if(1&i&&t.nrm(0,"mat-progress-bar",21),2&i){const e=t.XpG().$implicit,n=t.XpG(3);t.Y8G("value",t.mNQ(n.totalLiquidity>0?(+e.toLocal||0)/n.totalLiquidity*100:0))}}function ve(i,s){if(1&i&&(t.j41(0,"div",14)(1,"a",15),t.EFF(2),t.nI1(3,"slice"),t.k0s(),t.j41(4,"div",16),t.DNE(5,Ee,5,4,"mat-hint",17)(6,xe,5,4,"mat-hint",17),t.k0s(),t.DNE(7,Le,1,2,"mat-progress-bar",18)(8,Se,1,2,"mat-progress-bar",18),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(3);t.R7$(),t.Y8G("matTooltip",t.mNQ(e.alias||e.shortChannelId))("matTooltipDisabled",t.mNQ((e.alias||e.shortChannelId).length<26))("routerLink",t.lJ4(16,be))("state",t.l_i(17,Fe,e.alias?"alias":"shortChannelId",e.alias||e.shortChannelId)),t.R7$(),t.Lme(" ",t.brH(3,12,e.alias||e.shortChannelId,0,24),"",(e.alias||e.shortChannelId).length>25?"...":""," "),t.R7$(3),t.Y8G("ngIf","In"===n.direction),t.R7$(),t.Y8G("ngIf","Out"===n.direction),t.R7$(),t.Y8G("ngIf","In"===n.direction),t.R7$(),t.Y8G("ngIf","Out"===n.direction)}}function Re(i,s){if(1&i&&(t.j41(0,"div",12),t.DNE(1,ve,9,20,"div",13),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.allChannels)}}function ke(i,s){if(1&i&&(t.j41(0,"div",3)(1,"div",4)(2,"span",5),t.EFF(3,"Total Capacity"),t.k0s(),t.j41(4,"mat-hint",6),t.EFF(5),t.nI1(6,"number"),t.k0s(),t.nrm(7,"mat-progress-bar",7),t.k0s(),t.j41(8,"div",8),t.nrm(9,"mat-divider",9),t.k0s(),t.j41(10,"div",10),t.DNE(11,Re,2,1,"div",11),t.k0s()()),2&i){const e=t.XpG(),n=t.sdS(2);t.Y8G("ngClass",t.sMw(7,ye,e.screenSize===e.screenSizeEnum.XS||e.screenSize===e.screenSizeEnum.SM,e.screenSize===e.screenSizeEnum.MD,e.screenSize===e.screenSizeEnum.LG||e.screenSize===e.screenSizeEnum.XL)),t.R7$(5),t.SpI("",t.i5U(6,4,e.totalLiquidity,"1.0-0")," Sats"),t.R7$(6),t.Y8G("ngIf",e.allChannels&&e.allChannels.length>0)("ngIfElse",n)}}function Ie(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",24),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.goToChannels())}),t.EFF(1,"Open Channel"),t.k0s()}}function Te(i,s){if(1&i&&(t.j41(0,"div",22),t.EFF(1," No channels available. "),t.DNE(2,Ie,2,0,"button",23),t.k0s()),2&i){const e=t.XpG();t.R7$(2),t.Y8G("ngIf","Out"===e.direction)}}function we(i,s){if(1&i&&(t.j41(0,"div",25)(1,"p"),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.JRh(e.errorMessage)}}let je=(()=>{var i;class s{constructor(n,a){this.router=n,this.commonService=a,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}goToChannels(){this.router.navigateByUrl("/ecl/connections")}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix),t.rXU($.h))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],["fxLayout","column","fxFlex.gt-sm","88","fxFlex","84","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","class","w-100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100",1,"w-100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","100","fxLayoutAlign","start center","class","font-size-90 color-primary",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,o){if(1&a&&t.DNE(0,ke,12,11,"div",2)(1,Te,3,1,"ng-template",null,0,t.C5r)(3,we,3,1,"ng-template",null,1,t.C5r),2&a){const l=t.sdS(4);t.Y8G("ngIf",""===(null==o.errorMessage?null:o.errorMessage.trim()))("ngIfElse",l)}},dependencies:[d.YU,d.Sq,d.bT,N.$z,y.MV,tt.q,H.HM,_.DJ,_.sA,_.UI,v.PW,Q.oV,B.Ld,W.Wk,d.P9,d.QX],encapsulation:2}))}return i(),s})();var Z=C(96697),w=C(96695),S=C(2042),p=C(19295),R=C(96183),X=C(5964),j=C(95428),V=C(51585),ht=C(13017),K=C(11747),nt=C(51534),f=C(89417),Y=C(33746),et=C(89587);const De=["paymentReq"];function Pe(i,s){if(1&i&&(t.j41(0,"span",23),t.nrm(1,"fa-icon",24),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function Ge(i,s){if(1&i&&t.nrm(0,"span",25),2&i){const e=t.XpG(2);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function Ae(i,s){if(1&i&&(t.j41(0,"mat-hint",20),t.EFF(1),t.DNE(2,Pe,2,1,"span",21)(3,Ge,1,1,"span",22),t.EFF(4),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI(" ",e.paymentDecodedHintPre," "),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.SpI(" ",e.paymentDecodedHintPost," ")}}function Ne(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Payment request is required."),t.k0s())}function Be(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.JRh(e.paymentDecodedHint)}}function Me(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Payment amount is required."),t.k0s())}function $e(i,s){if(1&i){const e=t.RV6();t.j41(0,"mat-form-field",4)(1,"mat-label"),t.EFF(2,"Amount (Sats)"),t.k0s(),t.j41(3,"input",26,2),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.paymentAmount,a)||(o.paymentAmount=a),r.Njj(a)}),t.bIt("change",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onAmountChange(a))}),t.k0s(),t.j41(5,"mat-hint"),t.EFF(6,"It is a zero amount invoice, enter amount to be paid."),t.k0s(),t.DNE(7,Me,2,0,"mat-error",14),t.k0s()}if(2&i){const e=t.XpG();t.R7$(3),t.R50("ngModel",e.paymentAmount),t.R7$(4),t.Y8G("ngIf",!e.paymentAmount)}}function Ve(i,s){if(1&i&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.paymentError)}}function Oe(i,s){if(1&i&&(t.j41(0,"div",27),t.nrm(1,"fa-icon",28),t.DNE(2,Ve,2,1,"span",14),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.paymentError)}}let He=(()=>{var i;class s{constructor(n,a,o,l,m,u,T,F){this.dialogRef=n,this.store=a,this.eclEffects=o,this.logger=l,this.commonService=m,this.decimalPipe=u,this.actions=T,this.dataService=F,this.faExclamationTriangle=E.zpE,this.convertedCurrency=null,this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.selActiveChannel={},this.activeChannels={},this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.feeLimitTypes=c.nv,this.paymentError="",this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.activeChannels=n.activeChannels,this.logger.info(n)}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,X.p)(n=>n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL||n.type===c.Uu.SEND_PAYMENT_STATUS_ECL)).subscribe(n=>{n.type===c.Uu.SEND_PAYMENT_STATUS_ECL&&this.dialogRef.close(),n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&n.payload.status===c.wn.ERROR&&"SendPayment"===n.payload.action&&(delete this.paymentDecoded.amount,this.paymentError=n.payload.message)})}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():(this.paymentAmount=null,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors(null),this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,Z.s)(1)).subscribe({next:n=>{this.paymentDecoded=n,this.paymentDecoded.timestamp&&!this.paymentDecoded.amount?(this.paymentDecoded.amount=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion&&this.paymentDecoded.amount?this.commonService.convertCurrency(+this.paymentDecoded.amount,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[2])).subscribe({next:a=>{this.convertedCurrency=a,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:a=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))},error:n=>{this.logger.error(n),this.paymentDecodedHintPre="ERROR: "+(n.message?n.message:"string"==typeof n?n:JSON.stringify(n)),this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}sendPayment(){this.store.dispatch((0,j.Fd)(this.zeroAmtInvoice&&this.paymentAmount?{payload:{invoice:this.paymentRequest,amountMsat:1e3*this.paymentAmount,fromDialog:!0}}:{payload:{invoice:this.paymentRequest,fromDialog:!0}}))}onPaymentRequestEntry(n){this.paymentRequest=n&&"string"==typeof n?n.trim():n,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,Z.s)(1)).subscribe({next:a=>{this.paymentDecoded=a,this.paymentDecoded.timestamp&&!this.paymentDecoded.amount?(this.paymentDecoded.amount=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion&&this.paymentDecoded.amount?this.commonService.convertCurrency(+this.paymentDecoded.amount,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:o=>{this.convertedCurrency=o,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:o=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))},error:a=>{this.logger.error(a),this.paymentDecodedHintPre="ERROR: "+(a.message?a.message:"string"==typeof a?a:JSON.stringify(a)),this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}onAmountChange(n){delete this.paymentDecoded.amount,this.paymentDecoded.amount=n}resetData(){this.paymentDecoded={},this.paymentRequest="",this.selActiveChannel=null,this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(I.il),t.rXU(ht.B),t.rXU(A.gP),t.rXU($.h),t.rXU(d.QX),t.rXU(K.En),t.rXU(nt.u))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-lightning-send-payments"]],viewQuery:function(a,o){if(1&a&&t.GBs(De,5),2&a){let l;t.mGM(l=t.lsd())&&(o.paymentReq=l.first)}},standalone:!1,decls:26,vars:7,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["paymentAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","change","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),t.EFF(5,"Send Payment"),t.k0s()(),t.j41(6,"button",8),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",9)(9,"form",10,0)(11,"mat-form-field",11)(12,"mat-label"),t.EFF(13,"Payment Request"),t.k0s(),t.j41(14,"textarea",12,1),t.bIt("ngModelChange",function(u){return r.eBV(l),r.Njj(o.onPaymentRequestEntry(u))})("matTextareaAutosize",function(){return r.eBV(l),r.Njj(!0)}),t.k0s(),t.DNE(16,Ae,5,4,"mat-hint",13)(17,Ne,2,0,"mat-error",14)(18,Be,2,1,"mat-error",14),t.k0s(),t.DNE(19,$e,8,2,"mat-form-field",15)(20,Oe,3,2,"div",16),t.j41(21,"div",17)(22,"button",18),t.bIt("click",function(){return r.eBV(l),r.Njj(o.resetData())}),t.EFF(23,"Clear Fields"),t.k0s(),t.j41(24,"button",19),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onSendPayment())}),t.EFF(25,"Send Payment"),t.k0s()()()()()()}if(2&a){const l=t.sdS(15);t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(8),t.Y8G("ngModel",o.paymentRequest),t.R7$(2),t.Y8G("ngIf",o.paymentRequest&&""!==o.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",!o.paymentRequest),t.R7$(),t.Y8G("ngIf",null==l.errors?null:l.errors.decodeError),t.R7$(),t.Y8G("ngIf",o.zeroAmtInvoice),t.R7$(),t.Y8G("ngIf",""!==o.paymentError)}},dependencies:[d.bT,f.qT,f.me,f.BC,f.cb,f.YS,f.vS,f.cV,D.aY,V.tx,N.$z,x.m2,x.MM,Y.fg,y.rl,y.nJ,y.MV,y.TL,_.DJ,_.sA,_.UI,et.N],encapsulation:2}))}return i(),s})();var U=C(9454);const Ye=["scrollContainer"];function Xe(i,s){if(1&i&&(t.j41(0,"div",9)(1,"div",2)(2,"h4",11),t.EFF(3,"Description"),t.k0s(),t.j41(4,"span",12),t.EFF(5),t.k0s()()()),2&i){const e=t.XpG();t.R7$(5),t.JRh(e.description)}}function Ue(i,s){1&i&&t.nrm(0,"mat-divider",14)}function ze(i,s){if(1&i){const e=t.RV6();t.j41(0,"mat-expansion-panel",23),t.bIt("opened",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onExpansionOpen(!0))})("closed",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onExpansionOpen(!1))}),t.j41(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"h4",24),t.EFF(4),t.k0s(),t.j41(5,"h4",25),t.EFF(6),t.nI1(7,"number"),t.k0s()()(),t.j41(8,"div",8)(9,"div",9)(10,"div",26)(11,"h4",11),t.EFF(12,"Fees (mSats)"),t.k0s(),t.j41(13,"span",12),t.EFF(14),t.nI1(15,"number"),t.k0s()(),t.j41(16,"div",26)(17,"h4",11),t.EFF(18,"Date/Time"),t.k0s(),t.j41(19,"span",12),t.EFF(20),t.nI1(21,"date"),t.k0s()()(),t.nrm(22,"mat-divider",14),t.j41(23,"div",9)(24,"div",2)(25,"h4",11),t.EFF(26,"ID"),t.k0s(),t.j41(27,"span",27),t.EFF(28),t.k0s()()(),t.nrm(29,"mat-divider",14),t.j41(30,"div",9)(31,"div",2)(32,"h4",11),t.EFF(33,"To Channel"),t.k0s(),t.j41(34,"span",27),t.EFF(35),t.k0s()()()()()}if(2&i){const e=s.$implicit,n=s.index,a=t.XpG();t.Y8G("expanded",a.expansionOpen),t.R7$(4),t.SpI("Part ",n+1),t.R7$(2),t.SpI("",t.bMT(7,7,e.amount)," (Sats)"),t.R7$(8),t.JRh(t.bMT(15,9,e.feesPaid)),t.R7$(6),t.JRh(t.i5U(21,11,e.timestamp,"dd/MMM/y HH:mm")),t.R7$(8),t.JRh(e.id),t.R7$(7),t.JRh(e.toChannelAlias)}}let Je=(()=>{var i;class s{constructor(n,a){this.dialogRef=n,this.data=a,this.description=null,this.shouldScroll=!0,this.expansionOpen=!0}ngOnInit(){this.payment=this.data.payment,this.data.sentPaymentInfo.length>0&&this.data.sentPaymentInfo[0].paymentRequest&&this.data.sentPaymentInfo[0].paymentRequest.description&&""!==this.data.sentPaymentInfo[0].paymentRequest.description&&(this.description=this.data.sentPaymentInfo[0].paymentRequest.description)}ngAfterViewChecked(){this.shouldScroll=this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+62.6}onExpansionOpen(n){this.expansionOpen=n}onClose(){this.dialogRef.close(!1)}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(V.Vh))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-payment-information"]],viewQuery:function(a,o){if(1&a&&t.GBs(Ye,5),2&a){let l;t.mGM(l=t.lsd())&&(o.scrollContainer=l.first)}},standalone:!1,decls:66,vars:15,consts:[["scrollContainer",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"h-40","padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],["fxFlex","70"],[1,"w-100","my-1"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],["class","flat-expansion-panel my-1",3,"expanded","opened","closed",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],[1,"flat-expansion-panel","my-1",3,"opened","closed","expanded"],["fxFlex","30","fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","70","fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Payment Information"),t.k0s()(),t.j41(6,"button",6),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7,0)(10,"div",8)(11,"div",9)(12,"div",10)(13,"h4",11),t.EFF(14,"Amount (Sats)"),t.k0s(),t.j41(15,"span",12),t.EFF(16),t.nI1(17,"number"),t.k0s()(),t.j41(18,"div",13)(19,"h4",11),t.EFF(20,"Date/Time"),t.k0s(),t.j41(21,"span",12),t.EFF(22),t.nI1(23,"date"),t.k0s()()(),t.nrm(24,"mat-divider",14),t.j41(25,"div",9)(26,"div",2)(27,"h4",11),t.EFF(28,"ID"),t.k0s(),t.j41(29,"span",12),t.EFF(30),t.k0s()()(),t.nrm(31,"mat-divider",14),t.j41(32,"div",9)(33,"div",2)(34,"h4",11),t.EFF(35,"Payment Hash"),t.k0s(),t.j41(36,"span",12),t.EFF(37),t.k0s()()(),t.nrm(38,"mat-divider",14),t.j41(39,"div",9)(40,"div",2)(41,"h4",11),t.EFF(42,"Payment Preimage"),t.k0s(),t.j41(43,"span",12),t.EFF(44),t.k0s()()(),t.nrm(45,"mat-divider",14),t.j41(46,"div",9)(47,"div",2)(48,"h4",11),t.EFF(49,"Recipient Node"),t.k0s(),t.j41(50,"span",12),t.EFF(51),t.k0s()()(),t.nrm(52,"mat-divider",14),t.DNE(53,Xe,6,1,"div",15)(54,Ue,1,0,"mat-divider",16),t.j41(55,"div",9)(56,"div",2)(57,"mat-accordion"),t.DNE(58,ze,36,14,"mat-expansion-panel",17),t.k0s()()()()(),t.j41(59,"div",18)(60,"button",19),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onScrollDown())}),t.j41(61,"mat-icon",20),t.EFF(62,"arrow_downward"),t.k0s()()(),t.j41(63,"div",21)(64,"button",22),t.EFF(65,"OK"),t.k0s()()()()}2&a&&(t.R7$(16),t.JRh(t.bMT(17,10,o.payment.recipientAmount)),t.R7$(6),t.JRh(t.i5U(23,12,o.payment.firstPartTimestamp,"dd/MMM/y HH:mm")),t.R7$(8),t.JRh(o.payment.id),t.R7$(7),t.JRh(o.payment.paymentHash),t.R7$(7),t.JRh(o.payment.paymentPreimage),t.R7$(7),t.JRh(o.payment.recipientNodeAlias),t.R7$(2),t.Y8G("ngIf",o.description),t.R7$(),t.Y8G("ngIf",o.description),t.R7$(4),t.Y8G("ngForOf",o.payment.parts),t.R7$(6),t.Y8G("mat-dialog-close",!1))},dependencies:[d.Sq,d.bT,V.tx,N.$z,N.$0,x.m2,x.MM,U.BS,U.GK,U.Z2,U.WN,ut.An,tt.q,_.DJ,_.sA,_.UI,B.Ld,d.QX,d.vh],encapsulation:2}))}return i(),s})();var k=C(11771),lt=C(37541),q=C(52929),z=C(23029);const qe=["sendPaymentForm"],Qe=()=>["all"],Ze=i=>({"error-border":i}),We=()=>["no_payment"],O=i=>({width:i}),Ke=i=>({"display-none":i});function tn(i,s){if(1&i&&(t.j41(0,"span",18),t.nrm(1,"fa-icon",19),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function en(i,s){if(1&i&&t.nrm(0,"span",20),2&i){const e=t.XpG(3);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function nn(i,s){if(1&i&&(t.j41(0,"mat-hint",15),t.EFF(1),t.DNE(2,tn,2,1,"span",16)(3,en,1,1,"span",17),t.EFF(4),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.SpI(" ",e.paymentDecodedHintPre," "),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),t.R7$(),t.SpI(" ",e.paymentDecodedHintPost," ")}}function an(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Payment request is required."),t.k0s())}function on(i,s){if(1&i){const e=t.RV6();t.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),t.EFF(4,"Payment Request"),t.k0s(),t.j41(5,"textarea",9,1),t.bIt("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onPaymentRequestEntry(a))})("matTextareaAutosize",function(){return r.eBV(e),r.Njj(!0)}),t.k0s(),t.DNE(7,nn,5,4,"mat-hint",10)(8,an,2,0,"mat-error",11),t.k0s(),t.j41(9,"div",12)(10,"button",13),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.resetData())}),t.EFF(11,"Clear Field"),t.k0s(),t.j41(12,"button",14),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onSendPayment())}),t.EFF(13,"Send Payment"),t.k0s()()()}if(2&i){const e=t.XpG();t.R7$(5),t.Y8G("ngModel",e.paymentRequest),t.R7$(2),t.Y8G("ngIf",e.paymentRequest&&""!==e.paymentDecodedHintPre),t.R7$(),t.Y8G("ngIf",!e.paymentRequest)}}function sn(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",21)(1,"button",14),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.openSendPaymentModal())}),t.EFF(2,"Send Payment"),t.k0s()()}}function ln(i,s){if(1&i&&(t.j41(0,"mat-option",66),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function rn(i,s){1&i&&t.nrm(0,"mat-progress-bar",67)}function cn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Date/Time"),t.k0s())}function mn(i,s){if(1&i&&(t.j41(0,"td",69),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.i5U(2,1,null==e?null:e.firstPartTimestamp,"dd/MMM/y HH:mm"))}}function pn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"ID"),t.k0s())}function un(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.id)}}function dn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Destination Node ID"),t.k0s())}function hn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeId)}}function fn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Destination"),t.k0s())}function _n(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeAlias)}}function gn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Description"),t.k0s())}function Cn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description)}}function yn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Payment Hash"),t.k0s())}function bn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function Fn(i,s){1&i&&(t.j41(0,"th",68),t.EFF(1,"Preimage"),t.k0s())}function En(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",70)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentPreimage)}}function xn(i,s){1&i&&(t.j41(0,"th",72),t.EFF(1,"Amount (Sats)"),t.k0s())}function Ln(i,s){if(1&i&&(t.j41(0,"td",69)(1,"span",73),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.recipientAmount))}}function Sn(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",74)(1,"div",75)(2,"mat-select",76),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",77),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function vn(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",78)(1,"button",79),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onPaymentClick(a))}),t.EFF(2,"View Info"),t.k0s()()}}function Rn(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No payment available."),t.k0s())}function kn(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting payments..."),t.k0s())}function In(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function Tn(i,s){if(1&i&&(t.j41(0,"td",80),t.DNE(1,Rn,2,0,"p",11)(2,kn,2,0,"p",11)(3,In,2,1,"p",11),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.payments&&e.payments.data)||(null==e.payments||null==e.payments.data?null:e.payments.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function wn(i,s){if(1&i&&(t.j41(0,"span",81),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,e.timestamp,"dd/MMM/y HH:mm")," ")}}function jn(i,s){if(1&i&&(t.qex(0),t.DNE(1,wn,3,4,"span",82),t.bVm()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Dn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"span",81),t.EFF(2),t.k0s(),t.DNE(3,jn,2,1,"ng-container",11),t.k0s()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" Total Attempts: ",(null==e||null==e.parts?null:e.parts.length)||0," "),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Pn(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(e.id)}}function Gn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,Pn,4,4,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function An(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Gn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.id),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Nn(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(e.toChannelId)}}function Bn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,Nn,4,4,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Mn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Bn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeId),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function $n(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(2,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(e.toChannelAlias)}}function Vn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,$n,4,4,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function On(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Vn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.recipientNodeAlias),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Hn(i,s){if(1&i&&(t.j41(0,"span",84),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,e.amount,"1.0-0")," ")}}function Yn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,Hn,3,4,"span",85),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Xn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"span",84),t.EFF(2),t.nI1(3,"number"),t.k0s(),t.DNE(4,Yn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.i5U(3,2,null==e?null:e.recipientAmount,"1.0-0")),t.R7$(2),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Un(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function zn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,Un,5,7,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Jn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,zn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function qn(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function Qn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,qn,5,7,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function Zn(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Qn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function Wn(i,s){if(1&i&&(t.j41(0,"span",81)(1,"span",83)(2,"span",71),t.EFF(3),t.nI1(4,"number"),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(4);t.R7$(),t.Y8G("ngStyle",t.eq3(5,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.SpI("Fee Paid: ",t.i5U(4,2,e.feesPaid,"1.0-0")," (Sats)")}}function Kn(i,s){if(1&i&&(t.j41(0,"span"),t.DNE(1,Wn,5,7,"span",82),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function ti(i,s){if(1&i&&(t.j41(0,"td",69)(1,"div",83)(2,"span",71),t.EFF(3),t.k0s()(),t.DNE(4,Kn,2,1,"span",11),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(3,O,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentPreimage),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function ei(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",89)(1,"button",90),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2).$implicit,l=t.XpG(2);return r.Njj(l.onPartClick(a,o))}),t.EFF(2),t.k0s()()}if(2&i){const e=s.index;t.R7$(2),t.SpI("View ",e+1)}}function ni(i,s){if(1&i&&(t.j41(0,"div"),t.DNE(1,ei,3,1,"div",88),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.Y8G("ngForOf",null==e?null:e.parts)}}function ii(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",69)(1,"span",86)(2,"button",87),t.bIt("click",function(){const a=r.eBV(e).$implicit;return r.Njj(a.is_expanded=!a.is_expanded)}),t.EFF(3),t.k0s()(),t.DNE(4,ni,2,1,"div",11),t.k0s()}if(2&i){const e=s.$implicit;t.R7$(3),t.JRh(null!=e&&e.is_expanded?"Hide":"Show"),t.R7$(),t.Y8G("ngIf",null==e?null:e.is_expanded)}}function ai(i,s){1&i&&t.nrm(0,"tr",91)}function oi(i,s){if(1&i&&t.nrm(0,"tr",92),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ke,(null==e.payments||null==e.payments.data?null:e.payments.data.length)>0))}}function si(i,s){1&i&&t.nrm(0,"tr",93)}function li(i,s){1&i&&t.nrm(0,"tr",91)}function ri(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",22)(1,"div",23)(2,"div",24),t.nrm(3,"fa-icon",25),t.j41(4,"span",26),t.EFF(5,"Payments History"),t.k0s()(),t.j41(6,"div",27)(7,"mat-form-field",28)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",29),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilterBy,a)||(o.selFilterBy=a),r.Njj(a)}),t.bIt("selectionChange",function(){r.eBV(e);const a=t.XpG();return a.selFilter="",r.Njj(a.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,ln,2,2,"mat-option",30),t.k0s()()(),t.j41(13,"mat-form-field",28)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",31),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilter,a)||(o.selFilter=a),r.Njj(a)}),t.bIt("input",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())})("keyup",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(17,"div",32)(18,"div",33),t.DNE(19,rn,1,0,"mat-progress-bar",34),t.j41(20,"table",35,2),t.qex(22,36),t.DNE(23,cn,2,0,"th",37)(24,mn,3,4,"td",38),t.bVm(),t.qex(25,39),t.DNE(26,pn,2,0,"th",37)(27,un,4,4,"td",38),t.bVm(),t.qex(28,40),t.DNE(29,dn,2,0,"th",37)(30,hn,4,4,"td",38),t.bVm(),t.qex(31,41),t.DNE(32,fn,2,0,"th",37)(33,_n,4,4,"td",38),t.bVm(),t.qex(34,42),t.DNE(35,gn,2,0,"th",37)(36,Cn,4,4,"td",38),t.bVm(),t.qex(37,43),t.DNE(38,yn,2,0,"th",37)(39,bn,4,4,"td",38),t.bVm(),t.qex(40,44),t.DNE(41,Fn,2,0,"th",37)(42,En,4,4,"td",38),t.bVm(),t.qex(43,45),t.DNE(44,xn,2,0,"th",46)(45,Ln,4,3,"td",38),t.bVm(),t.qex(46,47),t.DNE(47,Sn,6,0,"th",48)(48,vn,3,0,"td",49),t.bVm(),t.qex(49,50),t.DNE(50,Tn,4,3,"td",51),t.bVm(),t.qex(51,52),t.DNE(52,Dn,4,2,"td",38),t.bVm(),t.qex(53,53),t.DNE(54,An,5,5,"td",38),t.bVm(),t.qex(55,54),t.DNE(56,Mn,5,5,"td",38),t.bVm(),t.qex(57,55),t.DNE(58,On,5,5,"td",38),t.bVm(),t.qex(59,56),t.DNE(60,Xn,5,5,"td",38),t.bVm(),t.qex(61,57),t.DNE(62,Jn,5,5,"td",38),t.bVm(),t.qex(63,58),t.DNE(64,Zn,5,5,"td",38),t.bVm(),t.qex(65,59),t.DNE(66,ti,5,5,"td",38),t.bVm(),t.qex(67,60),t.DNE(68,ii,5,2,"td",38),t.bVm(),t.DNE(69,ai,1,0,"tr",61)(70,oi,1,3,"tr",62)(71,si,1,0,"tr",63)(72,li,1,0,"tr",64),t.k0s()()(),t.nrm(73,"mat-paginator",65),t.k0s()}if(2&i){const e=t.XpG();t.R7$(3),t.Y8G("icon",e.faHistory),t.R7$(7),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(17,Qe).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter),t.R7$(3),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.payments)("ngClass",t.eq3(18,Ze,""!==e.errorMessage)),t.R7$(49),t.Y8G("matRowDefColumns",e.partColumns)("matRowDefWhen",e.is_group),t.R7$(),t.Y8G("matFooterRowDef",t.lJ4(20,We)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let Tt=(()=>{var i;class s{constructor(n,a,o,l,m,u,T,F){this.logger=n,this.commonService=a,this.store=o,this.rtlEffects=l,this.decimalPipe=m,this.dataService=u,this.datePipe=T,this.camelCaseWithSpaces=F,this.calledFrom="transactions",this.convertedCurrency=null,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:c.md,sortBy:"firstPartTimestamp",sortOrder:c.oi.DESCENDING},this.faHistory=E.Int,this.newlyAddedPayment="",this.information={},this.payments=new p.I6([]),this.paymentJSONArr=[],this.paymentDecoded={},this.displayedColumns=[],this.partColumns=[],this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.information=n}),this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.partColumns=[],this.displayedColumns.map(a=>this.partColumns.push("group_"+a)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,j.CK)({payload:{count:1e6,skip:0}}))),this.logger.info(this.displayedColumns)}),this.store.select(b.KT).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=n.payments&&n.payments.sent&&n.payments.sent.length>0?n.payments.sent:[],this.paymentJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr),this.logger.info(n)})}ngAfterViewInit(){this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr)}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.payments.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=(n.firstPartTimestamp?this.datePipe.transform(new Date(n.firstPartTimestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(n).toLowerCase();break;case"firstPartTimestamp":o=this.datePipe.transform(new Date(n.firstPartTimestamp||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}loadPaymentsTable(n){this.payments=new p.I6(n?[...n]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(a,o)=>{switch(o){case"firstPartTimestamp":return this.commonService.sortByKey(a.parts,"timestamp","number",this.sort?.direction),a.firstPartTimestamp;case"id":return this.commonService.sortByKey(a.parts,"id","string",this.sort?.direction),a.id;case"recipientNodeAlias":return this.commonService.sortByKey(a.parts,"toChannelAlias","string",this.sort?.direction),a.recipientNodeAlias;case"recipientAmount":return this.commonService.sortByKey(a.parts,"amount","number",this.sort?.direction),a.recipientAmount;default:return a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null}},this.payments.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,Z.s)(1)).subscribe(n=>{this.paymentDecoded=n,this.paymentDecoded.timestamp?(this.paymentDecoded.amount||(this.paymentDecoded.amount=0),this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.paymentHash||"",this.paymentDecoded.amount&&0!==this.paymentDecoded.amount?(this.store.dispatch((0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"paymentHash",value:this.paymentDecoded.paymentHash,title:"Payment Hash",width:100}],[{key:"nodeId",value:this.paymentDecoded.nodeId,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:c.UN.DATE_TIME},{key:"amount",value:this.paymentDecoded.amount,title:"Amount (Sats)",width:50,type:c.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:c.UN.NUMBER},{key:"minFinalCltvExpiry",value:this.paymentDecoded.minFinalCltvExpiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,Z.s)(1)).subscribe(a=>{a&&(this.store.dispatch((0,j.Fd)({payload:{invoice:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",message:[[{key:"paymentHash",value:this.paymentDecoded.paymentHash,title:"Payment Hash",width:100}],[{key:"nodeId",value:this.paymentDecoded.nodeId,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:c.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:c.UN.NUMBER},{key:"minFinalCltvExpiry",value:this.paymentDecoded.minFinalCltvExpiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",getInputs:[{placeholder:"Amount (Sats)",inputType:c.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,Z.s)(1)).subscribe(o=>{o&&(this.paymentDecoded.amount=o[0].inputValue,this.store.dispatch((0,j.Fd)({payload:{invoice:this.paymentRequest,amountMsat:1e3*o[0].inputValue,fromDialog:!1}})),this.resetData())}))}onPaymentRequestEntry(n){this.paymentRequest=n,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,Z.s)(1)).subscribe(a=>{this.paymentDecoded=a,this.paymentDecoded.amount?this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.amount,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[4])).subscribe({next:o=>{this.convertedCurrency=o,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:o=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount?this.paymentDecoded.amount:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}openSendPaymentModal(){this.store.dispatch((0,k.xO)({payload:{data:{component:He}}}))}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}is_group(n,a){return a.parts&&a.parts.length>1}onPaymentClick(n){n.paymentHash&&""!==n.paymentHash.trim()?this.dataService.decodePayments(n.paymentHash).pipe((0,Z.s)(1)).subscribe({next:a=>{setTimeout(()=>{this.showPaymentView(n,a.length&&a.length>0?a[0]:[])},0)},error:a=>{this.showPaymentView(n,[])}}):this.showPaymentView(n,[])}showPaymentView(n,a){this.store.dispatch((0,k.xO)({payload:{data:{sentPaymentInfo:a,payment:n,component:Je}}}))}onPartClick(n,a){a.paymentHash&&""!==a.paymentHash.trim()?this.dataService.decodePayments(a.paymentHash).pipe((0,Z.s)(1)).subscribe({next:o=>{setTimeout(()=>{this.showPartView(n,a,o.length&&o.length>0?o[0]:[])},0)},error:o=>{this.showPartView(n,a,[])}}):this.showPartView(n,a,[])}showPartView(n,a,o){const l=[[{key:"paymentHash",value:a.paymentHash,title:"Payment Hash",width:100,type:c.UN.STRING}],[{key:"paymentPreimage",value:a.paymentPreimage,title:"Payment Preimage",width:100,type:c.UN.STRING}],[{key:"toChannelId",value:n.toChannelId,title:"Channel",width:100,type:c.UN.STRING}],[{key:"id",value:n.id,title:"Part ID",width:50,type:c.UN.STRING},{key:"timestamp",value:n.timestamp,title:"Time",width:50,type:c.UN.DATE_TIME}],[{key:"amount",value:n.amount,title:"Amount (Sats)",width:50,type:c.UN.NUMBER},{key:"feesPaid",value:n.feesPaid,title:"Fee (Sats)",width:50,type:c.UN.NUMBER}]];o&&o.length>0&&o[0].paymentRequest&&o[0].paymentRequest.description&&""!==o[0].paymentRequest.description&&l.splice(3,0,[{key:"description",value:o[0].paymentRequest.description,title:"Description",width:100,type:c.UN.STRING}]),this.store.dispatch((0,k.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Payment Part Information",message:l}}}))}onPageChange(n){this.store.dispatch((0,j.CK)({payload:{count:this.pageSize,skip:n.pageIndex*n.pageSize}}))}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const n=JSON.parse(JSON.stringify(this.payments.data)),a=n?.reduce((o,l)=>(l.paymentHash&&""!==l.paymentHash.trim()&&(o=""===o?l.paymentHash:o+","+l.paymentHash),o),"");this.dataService.decodePayments(a).pipe((0,g.Q)(this.unSubs[5])).subscribe(o=>{o.forEach((m,u)=>{m.length>0&&m[0].paymentRequest&&m[0].paymentRequest.description&&""!==m[0].paymentRequest.description&&(n[u].description=m[0].paymentRequest.description)});const l=n?.reduce((m,u)=>m.concat(u),[]);this.commonService.downloadFile(l,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il),t.rXU(lt.H),t.rXU(d.QX),t.rXU(nt.u),t.rXU(d.vh),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-lightning-payments"]],viewQuery:function(a,o){if(1&a&&(t.GBs(qe,5),t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first),t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","colWidth","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","colWidth",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","colWidth","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","firstPartTimestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","recipientNodeId"],["matColumnDef","recipientNodeAlias"],["matColumnDef","description"],["matColumnDef","paymentHash"],["matColumnDef","paymentPreimage"],["matColumnDef","recipientAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_firstPartTimestamp"],["matColumnDef","group_id"],["matColumnDef","group_recipientNodeId"],["matColumnDef","group_recipientNodeAlias"],["matColumnDef","group_recipientAmount"],["matColumnDef","group_description"],["matColumnDef","group_paymentHash"],["matColumnDef","group_paymentPreimage"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"part-row-span"],["fxLayoutAlign","start center","class","part-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","part-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"part-row-span"],["fxLayoutAlign","end center","class","part-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"part-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-part-expand",3,"click"],["class","part-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"part-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-part-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(a,o){1&a&&(t.j41(0,"div",3),t.DNE(1,on,14,3,"form",4)(2,sn,3,0,"div",5)(3,ri,74,21,"div",6),t.k0s()),2&a&&(t.R7$(),t.Y8G("ngIf","home"===o.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===o.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===o.calledFrom))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.qT,f.me,f.BC,f.cb,f.YS,f.vS,f.cV,D.aY,N.$z,Y.fg,y.rl,y.nJ,y.MV,y.TL,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,B.ZF,B.Ld,d.QX,d.vh],styles:[".mat-column-group_actions[_ngcontent-%COMP%] .part-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .part-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-part-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-part-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_firstPartTimestamp[_ngcontent-%COMP%] .part-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.part-row-span[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_firstPartTimestamp[_ngcontent-%COMP%]{min-width:11rem}"]}))}return i(),s})();var it=C(56114);function ci(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Description is required."),t.k0s())}function mi(i,s){1&i&&(t.j41(0,"span",29),t.EFF(1,"= "),t.k0s())}function pi(i,s){if(1&i&&(t.j41(0,"span",30),t.nrm(1,"fa-icon",31),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function ui(i,s){if(1&i&&t.nrm(0,"span",32),2&i){const e=t.XpG();t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function di(i,s){if(1&i&&(t.j41(0,"mat-option",33),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&i){const e=s.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(t.bMT(2,2,e))}}function hi(i,s){if(1&i&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.invoiceError)}}function fi(i,s){if(1&i&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.DNE(2,hi,2,1,"span",11),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.invoiceError)}}let _i=(()=>{var i;class s{constructor(n,a,o,l,m,u){this.dialogRef=n,this.data=a,this.store=o,this.decimalPipe=l,this.commonService=m,this.actions=u,this.faExclamationTriangle=E.zpE,this.convertedCurrency=null,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.timeUnitEnum=c.F7,this.timeUnits=c.SY,this.selTimeUnit=c.F7.SECS,this.invoiceError="",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.information=n}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,X.p)(n=>n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(n=>{n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&"CreateInvoice"===n.payload.action&&(n.payload.status===c.wn.ERROR&&(this.invoiceError=n.payload.message),n.payload.status===c.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(n){if(this.invoiceError="",!this.description)return!0;let a=this.expiry?this.expiry:c.It;this.expiry&&this.selTimeUnit!==c.F7.SECS&&(a=this.commonService.convertTime(this.expiry,this.selTimeUnit,c.F7.SECS));let o=null;o=this.invoiceValue?{description:this.description,expireIn:a,amountMsat:1e3*this.invoiceValue}:{description:this.description,expireIn:a},this.store.dispatch((0,j.iO)({payload:o}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=c.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:n=>{this.convertedCurrency=n,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:n=>{this.invoiceValueHint="Conversion Error: "+n}}))}onTimeUnitChange(n){this.expiry&&this.selTimeUnit!==n.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,n.value)),this.selTimeUnit=n.value}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(V.Vh),t.rXU(I.il),t.rXU(d.QX),t.rXU($.h),t.rXU(K.En))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-create-invoices"]],standalone:!1,decls:44,vars:19,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","2","name","description","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","3","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","type","number","name","exp","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","26"],["tabindex","5","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","8",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Create Invoice"),t.k0s()(),t.j41(6,"button",6),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),t.EFF(13,"Description"),t.k0s(),t.j41(14,"input",10),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.description,u)||(o.description=u),r.Njj(u)}),t.k0s(),t.DNE(15,ci,2,0,"mat-error",11),t.k0s(),t.j41(16,"div",12)(17,"mat-form-field",13)(18,"mat-label"),t.EFF(19,"Amount"),t.k0s(),t.j41(20,"input",14),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.invoiceValue,u)||(o.invoiceValue=u),r.Njj(u)}),t.bIt("keyup",function(){return r.eBV(l),r.Njj(o.onInvoiceValueChange())}),t.k0s(),t.j41(21,"span",15),t.EFF(22,"Sats "),t.k0s(),t.j41(23,"mat-hint",16),t.DNE(24,mi,2,0,"span",17)(25,pi,2,1,"span",18)(26,ui,1,1,"span",19),t.EFF(27),t.k0s()(),t.j41(28,"mat-form-field",20)(29,"mat-label"),t.EFF(30,"Expiry"),t.k0s(),t.j41(31,"input",21),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.expiry,u)||(o.expiry=u),r.Njj(u)}),t.k0s(),t.j41(32,"span",15),t.EFF(33),t.nI1(34,"titlecase"),t.k0s()(),t.j41(35,"mat-form-field",22)(36,"mat-select",23),t.bIt("selectionChange",function(u){return r.eBV(l),r.Njj(o.onTimeUnitChange(u))}),t.DNE(37,di,3,4,"mat-option",24),t.k0s()()(),t.DNE(38,fi,3,2,"div",25),t.j41(39,"div",26)(40,"button",27),t.bIt("click",function(){return r.eBV(l),r.Njj(o.resetData())}),t.EFF(41,"Clear Field"),t.k0s(),t.j41(42,"button",28),t.bIt("click",function(){r.eBV(l);const u=t.sdS(10);return r.Njj(o.onAddInvoice(u))}),t.EFF(43,"Create Invoice"),t.k0s()()()()()()}2&a&&(t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(8),t.R50("ngModel",o.description),t.R7$(),t.Y8G("ngIf",!o.description),t.R7$(5),t.Y8G("step",100)("min",1),t.R50("ngModel",o.invoiceValue),t.R7$(4),t.Y8G("ngIf",""!==o.invoiceValueHint),t.R7$(),t.Y8G("ngIf",o.convertedCurrency&&"FA"===o.convertedCurrency.iconType&&""!==o.invoiceValueHint),t.R7$(),t.Y8G("ngIf",o.convertedCurrency&&"SVG"===o.convertedCurrency.iconType&&""!==o.invoiceValueHint),t.R7$(),t.SpI(" ",o.invoiceValueHint," "),t.R7$(4),t.Y8G("step",o.selTimeUnit===o.timeUnitEnum.SECS?300:o.selTimeUnit===o.timeUnitEnum.MINS?10:o.selTimeUnit===o.timeUnitEnum.HOURS?2:1)("min",1),t.R50("ngModel",o.expiry),t.R7$(2),t.SpI("",t.bMT(34,17,o.selTimeUnit)," "),t.R7$(3),t.Y8G("value",o.selTimeUnit),t.R7$(),t.Y8G("ngForOf",o.timeUnits),t.R7$(),t.Y8G("ngIf",""!==o.invoiceError))},dependencies:[d.Sq,d.bT,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.VZ,f.vS,f.cV,D.aY,V.tx,N.$z,x.m2,x.MM,Y.fg,y.rl,y.nJ,y.MV,y.TL,y.yw,_.DJ,_.sA,_.UI,R.VO,z.wT,et.N,it.V,d.PV],encapsulation:2}))}return i(),s})();var gi=C(86439);const Ci=()=>["all"],yi=i=>({"error-border":i}),bi=()=>["no_invoice"],ft=i=>({"mr-0":i}),_t=i=>({width:i}),Fi=i=>({"display-none":i});function Ei(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Description is required."),t.k0s())}function xi(i,s){1&i&&(t.j41(0,"span",21),t.EFF(1,"= "),t.k0s())}function Li(i,s){if(1&i&&(t.j41(0,"span",22),t.nrm(1,"fa-icon",23),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.convertedCurrency.symbol)}}function Si(i,s){if(1&i&&t.nrm(0,"span",24),2&i){const e=t.XpG(2);t.Y8G("innerHTML",e.convertedCurrency.symbol,t.npT)}}function vi(i,s){if(1&i){const e=t.RV6();t.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),t.EFF(4,"Description"),t.k0s(),t.j41(5,"input",9),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.description,a)||(o.description=a),r.Njj(a)}),t.k0s(),t.DNE(6,Ei,2,0,"mat-error",10),t.k0s(),t.j41(7,"mat-form-field",11)(8,"mat-label"),t.EFF(9,"Amount"),t.k0s(),t.j41(10,"input",12,1),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.invoiceValue,a)||(o.invoiceValue=a),r.Njj(a)}),t.bIt("keyup",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onInvoiceValueChange())}),t.k0s(),t.j41(12,"span",13),t.EFF(13,"Sats "),t.k0s(),t.j41(14,"mat-hint",14),t.DNE(15,xi,2,0,"span",15)(16,Li,2,1,"span",16)(17,Si,1,1,"span",17),t.EFF(18),t.k0s()(),t.j41(19,"div",18)(20,"button",19),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.resetData())}),t.EFF(21,"Clear Field"),t.k0s(),t.j41(22,"button",20),t.bIt("click",function(){r.eBV(e);const a=t.sdS(1),o=t.XpG();return r.Njj(o.onAddInvoice(a))}),t.EFF(23,"Create Invoice"),t.k0s()()()}if(2&i){const e=t.XpG();t.R7$(5),t.R50("ngModel",e.description),t.R7$(),t.Y8G("ngIf",!e.description),t.R7$(4),t.Y8G("step",100)("min",1),t.R50("ngModel",e.invoiceValue),t.R7$(5),t.Y8G("ngIf",""!==e.invoiceValueHint),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),t.R7$(),t.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),t.R7$(),t.SpI(" ",e.invoiceValueHint," ")}}function Ri(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",25)(1,"button",26),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.openCreateInvoiceModal())}),t.EFF(2,"Create Invoice"),t.k0s()()}}function ki(i,s){if(1&i&&(t.j41(0,"mat-option",63),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function Ii(i,s){1&i&&t.nrm(0,"mat-progress-bar",64)}function Ti(i,s){1&i&&t.nrm(0,"th",65)}function wi(i,s){if(1&i&&t.nrm(0,"span",70),2&i){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ft,e.screenSize===e.screenSizeEnum.XS))}}function ji(i,s){if(1&i&&t.nrm(0,"span",71),2&i){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ft,e.screenSize===e.screenSizeEnum.XS))}}function Di(i,s){if(1&i&&t.nrm(0,"span",72),2&i){const e=t.XpG(3);t.Y8G("ngClass",t.eq3(1,ft,e.screenSize===e.screenSizeEnum.XS))}}function Pi(i,s){if(1&i&&(t.j41(0,"td",66),t.DNE(1,wi,1,3,"span",67)(2,ji,1,3,"span",68)(3,Di,1,3,"span",69),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf","received"===(null==e?null:e.status)),t.R7$(),t.Y8G("ngIf","unpaid"===(null==e?null:e.status)),t.R7$(),t.Y8G("ngIf",!(null!=e&&e.status)||"expired"===(null==e?null:e.status)||"unknown"===(null==e?null:e.status))}}function Gi(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Date Created"),t.k0s())}function Ai(i,s){if(1&i&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.timestamp),"dd/MMM/y HH:mm"))}}function Ni(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Date Expiry"),t.k0s())}function Bi(i,s){if(1&i&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.expiresAt),"dd/MMM/y HH:mm")||"-")}}function Mi(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Date Settled"),t.k0s())}function $i(i,s){if(1&i&&(t.j41(0,"td",66),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.receivedAt),"dd/MMM/y HH:mm")||"-")}}function Vi(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Node ID"),t.k0s())}function Oi(i,s){if(1&i&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,_t,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function Hi(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Description"),t.k0s())}function Yi(i,s){if(1&i&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,_t,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.description)}}function Xi(i,s){1&i&&(t.j41(0,"th",73),t.EFF(1,"Payment Hash"),t.k0s())}function Ui(i,s){if(1&i&&(t.j41(0,"td",66)(1,"div",74)(2,"span",75),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,_t,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function zi(i,s){1&i&&(t.j41(0,"th",76),t.EFF(1,"Amount (Sats)"),t.k0s())}function Ji(i,s){if(1&i&&(t.j41(0,"td",66)(1,"span",77),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(null!=e&&e.amount?t.i5U(3,1,null==e?null:e.amount,"1.0-0"):"-")}}function qi(i,s){1&i&&(t.j41(0,"th",78),t.EFF(1," Amount Settled (Sats)"),t.k0s())}function Qi(i,s){if(1&i&&(t.j41(0,"td",66)(1,"span",77),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(null!=e&&e.amountSettled?t.i5U(3,1,null==e?null:e.amountSettled,"1.0-0"):"-")}}function Zi(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",79)(1,"div",80)(2,"mat-select",81),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",82),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function Wi(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",83)(1,"div",80)(2,"mat-select",84),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",82),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onInvoiceClick(a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",82),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onRefreshInvoice(a))}),t.EFF(7,"Refresh"),t.k0s()()()()}}function Ki(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No invoice available."),t.k0s())}function ta(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting invoices..."),t.k0s())}function ea(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function na(i,s){if(1&i&&(t.j41(0,"td",85),t.DNE(1,Ki,2,0,"p",10)(2,ta,2,0,"p",10)(3,ea,2,1,"p",10),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function ia(i,s){if(1&i&&t.nrm(0,"tr",86),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Fi,(null==e.invoices?null:e.invoices.data)&&(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)>0))}}function aa(i,s){1&i&&t.nrm(0,"tr",87)}function oa(i,s){1&i&&t.nrm(0,"tr",88)}function sa(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",27)(1,"div",28)(2,"div",29),t.nrm(3,"fa-icon",30),t.j41(4,"span",31),t.EFF(5,"Invoices History"),t.k0s()(),t.j41(6,"div",32)(7,"mat-form-field",33)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",34),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilterBy,a)||(o.selFilterBy=a),r.Njj(a)}),t.bIt("selectionChange",function(){r.eBV(e);const a=t.XpG();return a.selFilter="",r.Njj(a.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,ki,2,2,"mat-option",35),t.k0s()()(),t.j41(13,"mat-form-field",33)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",36),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilter,a)||(o.selFilter=a),r.Njj(a)}),t.bIt("input",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())})("keyup",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())}),t.k0s()()()(),t.j41(17,"div",37),t.DNE(18,Ii,1,0,"mat-progress-bar",38),t.j41(19,"table",39,2),t.qex(21,40),t.DNE(22,Ti,1,0,"th",41)(23,Pi,4,3,"td",42),t.bVm(),t.qex(24,43),t.DNE(25,Gi,2,0,"th",44)(26,Ai,3,4,"td",42),t.bVm(),t.qex(27,45),t.DNE(28,Ni,2,0,"th",44)(29,Bi,3,4,"td",42),t.bVm(),t.qex(30,46),t.DNE(31,Mi,2,0,"th",44)(32,$i,3,4,"td",42),t.bVm(),t.qex(33,47),t.DNE(34,Vi,2,0,"th",44)(35,Oi,4,4,"td",42),t.bVm(),t.qex(36,48),t.DNE(37,Hi,2,0,"th",44)(38,Yi,4,4,"td",42),t.bVm(),t.qex(39,49),t.DNE(40,Xi,2,0,"th",44)(41,Ui,4,4,"td",42),t.bVm(),t.qex(42,50),t.DNE(43,zi,2,0,"th",51)(44,Ji,4,4,"td",42),t.bVm(),t.qex(45,52),t.DNE(46,qi,2,0,"th",53)(47,Qi,4,4,"td",42),t.bVm(),t.qex(48,54),t.DNE(49,Zi,6,0,"th",55)(50,Wi,8,0,"td",56),t.bVm(),t.qex(51,57),t.DNE(52,na,4,3,"td",58),t.bVm(),t.DNE(53,ia,1,3,"tr",59)(54,aa,1,0,"tr",60)(55,oa,1,0,"tr",61),t.k0s()(),t.nrm(56,"mat-paginator",62),t.k0s()}if(2&i){const e=t.XpG();t.R7$(3),t.Y8G("icon",e.faHistory),t.R7$(7),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,Ci).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter),t.R7$(2),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.invoices)("ngClass",t.eq3(16,yi,""!==e.errorMessage)),t.R7$(34),t.Y8G("matFooterRowDef",t.lJ4(18,bi)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let wt=(()=>{var i;class s{constructor(n,a,o,l,m,u,T){this.logger=n,this.store=a,this.decimalPipe=o,this.commonService=l,this.datePipe=m,this.actions=u,this.camelCaseWithSpaces=T,this.calledFrom="transactions",this.faHistory=E.Int,this.convertedCurrency=null,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:c.md,sortBy:"expiresAt",sortOrder:c.oi.DESCENDING},this.newlyAddedInvoiceMemo="",this.newlyAddedInvoiceValue=0,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoices=new p.I6([]),this.invoiceJSONArr=[],this.information={},this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.information=n}),this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,j.Do)({payload:{count:1e6,skip:0}}))),this.logger.info(this.displayedColumns)}),this.store.select(b.rN).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.invoiceJSONArr=n.invoices&&n.invoices.length>0?n.invoices:[],this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr),this.logger.info(n)}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,X.p)(n=>n.type===c.Uu.SET_LOOKUP_ECL||n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(n=>{n.type===c.Uu.SET_LOOKUP_ECL&&this.invoiceJSONArr&&this.sort&&this.paginator&&n.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(n.payload))),this.loadInvoicesTable(this.invoiceJSONArr))})}ngAfterViewInit(){this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr)}openCreateInvoiceModal(){this.store.dispatch((0,k.xO)({payload:{data:{pageSize:this.pageSize,component:_i}}}))}onAddInvoice(n){if(!this.description)return!0;const a=this.expiry?this.expiry:c.It;this.newlyAddedInvoiceMemo="ulbl"+Math.random().toString(36).slice(2)+Date.now(),this.newlyAddedInvoiceValue=this.invoiceValue;let o=null;o=this.invoiceValue?{description:this.description,expireIn:a,amountMsat:1e3*this.invoiceValue}:{description:this.description,expireIn:a},this.store.dispatch((0,j.iO)({payload:o})),this.resetData()}onInvoiceClick(n){this.store.dispatch((0,k.xO)({payload:{data:{invoice:n,newlyAdded:!1,component:gi.Z}}}))}onRefreshInvoice(n){this.store.dispatch((0,j.Yi)({payload:n.paymentHash}))}updateInvoicesData(n){this.invoiceJSONArr=this.invoiceJSONArr?.map(a=>a.paymentHash===n.paymentHash?n:a)}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.invoices.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=(n.timestamp?this.datePipe.transform(new Date(1e3*n.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(n).toLowerCase();break;case"status":o=n?.status&&"expired"!==n?.status&&"unknown"!==n?.status?n.status?.toLowerCase():"expired/unknown";break;case"timestamp":case"expiresAt":case"receivedAt":o=this.datePipe.transform(new Date(1e3*(n[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"amount":case"amountSettled":o=n[this.selFilterBy]?.toString()||"-";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return"status"===this.selFilterBy?0===o.indexOf(a):o.includes(a)}}loadInvoicesTable(n){this.invoices=new p.I6(n?[...n]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.invoices.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}resetData(){this.description="",this.invoiceValue=null,this.expiry=null,this.invoiceValueHint=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[5])).subscribe({next:n=>{this.convertedCurrency=n,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:n=>{this.invoiceValueHint="Conversion Error: "+n}}))}onPageChange(n){this.store.dispatch((0,j.Do)({payload:{count:this.pageSize,skip:n.pageIndex*n.pageSize}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(d.QX),t.rXU($.h),t.rXU(d.vh),t.rXU(K.En),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-lightning-invoices"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["invcVal","ngModel"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["matInput","","tabindex","2","name","description","required","true",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","3","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","expiresAt"],["matColumnDef","receivedAt"],["matColumnDef","nodeId"],["matColumnDef","description"],["matColumnDef","paymentHash"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amountSettled"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","p1-3",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Received","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Expired/Unknown","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Received","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Expired/Unknown","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"p1-3"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){1&a&&(t.j41(0,"div",3),t.DNE(1,vi,24,9,"form",4)(2,Ri,3,0,"div",5)(3,sa,57,19,"div",6),t.k0s()),2&a&&(t.R7$(),t.Y8G("ngIf","home"===o.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===o.calledFrom),t.R7$(),t.Y8G("ngIf","transactions"===o.calledFrom))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.VZ,f.vS,f.cV,D.aY,N.$z,Y.fg,y.rl,y.nJ,y.MV,y.TL,y.yw,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld,it.V,d.QX,d.vh],styles:[".mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return i(),s})();const jt=i=>({"dashboard-card-content":!0,"error-border":i}),la=i=>({"p-0":i});function ra(i,s){if(1&i&&(t.j41(0,"button",28)(1,"mat-icon"),t.EFF(2,"more_vert"),t.k0s()()),2&i){t.XpG();const e=t.sdS(11);t.Y8G("matMenuTriggerFor",e)}}function ca(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=r.eBV(e).index,o=t.XpG().$implicit,l=t.XpG(2);return r.Njj(l.onNavigateTo(o.links[a]))}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit;t.R7$(),t.JRh(e)}}function ma(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){r.eBV(e);const a=t.XpG(3);return r.Njj(a.onsortChannelsBy())}),t.EFF(1),t.k0s()}if(2&i){const e=t.XpG(3);t.R7$(),t.SpI("Sort By ","Balance Score"===e.sortField?"Capacity":"Balance Score")}}function pa(i,s){1&i&&t.nrm(0,"mat-progress-bar",30)}function ua(i,s){if(1&i&&t.nrm(0,"rtl-ecl-node-info",31),2&i){const e=t.XpG(3);t.Y8G("information",e.information)("showColorFieldSeparately",!1)}}function da(i,s){if(1&i&&t.nrm(0,"rtl-ecl-balances-info",32),2&i){const e=t.XpG(3);t.Y8G("balances",e.balances)("errorMessage",e.errorMessages[2]+" "+e.errorMessages[3])}}function ha(i,s){if(1&i&&t.nrm(0,"rtl-ecl-channel-capacity-info",33),2&i){const e=t.XpG(3);t.Y8G("sortBy",e.sortField)("channelBalances",e.channelBalances)("allChannels",e.allChannelsCapacity)("errorMessage",e.errorMessages[2])}}function fa(i,s){if(1&i&&t.nrm(0,"rtl-ecl-fee-info",34),2&i){const e=t.XpG(3);t.Y8G("fees",e.fees)("errorMessage",e.errorMessages[1])}}function _a(i,s){if(1&i&&t.nrm(0,"rtl-ecl-channel-status-info",35),2&i){const e=t.XpG(3);t.Y8G("channelsStatus",e.channelsStatus)("errorMessage",e.errorMessages[2])}}function ga(i,s){1&i&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find information!"),t.k0s())}function Ca(i,s){if(1&i&&(t.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),t.nrm(5,"fa-icon",14),t.j41(6,"span"),t.EFF(7),t.k0s()(),t.j41(8,"div"),t.DNE(9,ra,3,1,"button",15),t.j41(10,"mat-menu",16,1),t.DNE(12,ca,2,1,"button",17)(13,ma,2,1,"button",18),t.k0s()()()(),t.j41(14,"mat-card-content",19),t.DNE(15,pa,1,0,"mat-progress-bar",20),t.j41(16,"div",21),t.DNE(17,ua,1,2,"rtl-ecl-node-info",22)(18,da,1,2,"rtl-ecl-balances-info",23)(19,ha,1,4,"rtl-ecl-channel-capacity-info",24)(20,fa,1,2,"rtl-ecl-fee-info",25)(21,_a,1,2,"rtl-ecl-channel-status-info",26)(22,ga,2,0,"h3",27),t.k0s()()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.Y8G("colspan",e.cols)("rowspan",e.rows),t.R7$(5),t.Y8G("icon",e.icon),t.R7$(2),t.JRh(e.title),t.R7$(2),t.Y8G("ngIf",e.links[0]),t.R7$(3),t.Y8G("ngForOf",e.goToOptions),t.R7$(),t.Y8G("ngIf","capacity"===e.id),t.R7$(),t.Y8G("fxFlex",t.mNQ("capacity"===e.id?90:70))("ngClass",t.eq3(17,jt,"node"===e.id&&n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.ERROR||"balance"===e.id&&(n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.ERROR||n.apiCallStatusOCBal.status===n.apiCallStatusEnum.ERROR)||("capacity"===e.id||"status"===e.id)&&n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.ERROR||"fee"===e.id&&n.apiCallStatusFees.status===n.apiCallStatusEnum.ERROR)),t.R7$(),t.Y8G("ngIf","node"===e.id&&n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.INITIATED||"balance"===e.id&&(n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.INITIATED||n.apiCallStatusOCBal.status===n.apiCallStatusEnum.INITIATED)||("capacity"===e.id||"status"===e.id)&&n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.INITIATED||"fee"===e.id&&n.apiCallStatusFees.status===n.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngSwitch",e.id),t.R7$(),t.Y8G("ngSwitchCase","node"),t.R7$(),t.Y8G("ngSwitchCase","balance"),t.R7$(),t.Y8G("ngSwitchCase","capacity"),t.R7$(),t.Y8G("ngSwitchCase","fee"),t.R7$(),t.Y8G("ngSwitchCase","status")}}function ya(i,s){if(1&i&&(t.j41(0,"div",5)(1,"div",6),t.nrm(2,"fa-icon",7),t.j41(3,"span",8),t.EFF(4),t.k0s()(),t.j41(5,"mat-grid-list",9),t.DNE(6,Ca,23,19,"mat-grid-tile",10),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.Y8G("icon",e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.ERROR?e.faFrown:e.faSmile),t.R7$(2),t.JRh(e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.COMPLETED?"Welcome "+e.information.alias+"! Your node is up and running.":e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),t.R7$(),t.Y8G("rowHeight",e.operatorCardHeight),t.R7$(),t.Y8G("ngForOf",e.operatorCards)}}function ba(i,s){if(1&i&&(t.j41(0,"button",28)(1,"mat-icon"),t.EFF(2,"more_vert"),t.k0s()()),2&i){t.XpG();const e=t.sdS(9);t.Y8G("matMenuTriggerFor",e)}}function Fa(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=r.eBV(e).index,o=t.XpG(2).$implicit,l=t.XpG(2);return r.Njj(l.onNavigateTo(o.links[a]))}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit;t.R7$(),t.JRh(e)}}function Ea(i,s){if(1&i&&(t.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),t.nrm(3,"fa-icon",14),t.j41(4,"span"),t.EFF(5),t.k0s()(),t.j41(6,"div"),t.DNE(7,ba,3,1,"button",15),t.j41(8,"mat-menu",16,2),t.DNE(10,Fa,2,1,"button",17),t.k0s()()()()),2&i){const e=t.XpG().$implicit;t.R7$(3),t.Y8G("icon",e.icon),t.R7$(2),t.JRh(e.title),t.R7$(2),t.Y8G("ngIf",e.links[0]),t.R7$(3),t.Y8G("ngForOf",e.goToOptions)}}function xa(i,s){1&i&&t.nrm(0,"mat-progress-bar",30)}function La(i,s){if(1&i&&t.nrm(0,"rtl-ecl-node-info",45),2&i){const e=t.XpG(3);t.Y8G("information",e.information)}}function Sa(i,s){if(1&i&&t.nrm(0,"rtl-ecl-balances-info",32),2&i){const e=t.XpG(3);t.Y8G("balances",e.balances)("errorMessage",e.errorMessages[2]+" "+e.errorMessages[3])}}function va(i,s){if(1&i&&t.nrm(0,"rtl-ecl-channel-liquidity-info",46),2&i){const e=t.XpG(3);t.Y8G("totalLiquidity",e.totalInboundLiquidity)("allChannels",e.allInboundChannels)("errorMessage",e.errorMessages[2])}}function Ra(i,s){if(1&i&&t.nrm(0,"rtl-ecl-channel-liquidity-info",47),2&i){const e=t.XpG(3);t.Y8G("totalLiquidity",e.totalOutboundLiquidity)("allChannels",e.allOutboundChannels)("errorMessage",e.errorMessages[2])}}function ka(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",29),t.bIt("click",function(){const a=r.eBV(e).index,o=t.XpG(2).$implicit,l=t.XpG(2);return r.Njj(l.onNavigateTo(o.links[a]))}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit;t.R7$(),t.JRh(e)}}function Ia(i,s){if(1&i&&(t.j41(0,"span",48)(1,"mat-tab-group",49)(2,"mat-tab",50),t.nrm(3,"rtl-ecl-lightning-invoices",51),t.k0s(),t.j41(4,"mat-tab",52),t.nrm(5,"rtl-ecl-lightning-payments",53),t.k0s()(),t.j41(6,"div",54)(7,"button",28)(8,"mat-icon"),t.EFF(9,"more_vert"),t.k0s()(),t.j41(10,"mat-menu",16,3),t.DNE(12,ka,2,1,"button",17),t.k0s()()()),2&i){const e=t.sdS(11),n=t.XpG().$implicit;t.R7$(7),t.Y8G("matMenuTriggerFor",e),t.R7$(5),t.Y8G("ngForOf",n.goToOptions)}}function Ta(i,s){1&i&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find information!"),t.k0s())}function wa(i,s){if(1&i&&(t.j41(0,"mat-grid-tile",11)(1,"mat-card",38),t.DNE(2,Ea,11,4,"mat-card-header",39),t.j41(3,"mat-card-content",40),t.DNE(4,xa,1,0,"mat-progress-bar",20),t.j41(5,"div",21),t.DNE(6,La,1,1,"rtl-ecl-node-info",41)(7,Sa,1,2,"rtl-ecl-balances-info",23)(8,va,1,3,"rtl-ecl-channel-liquidity-info",42)(9,Ra,1,3,"rtl-ecl-channel-liquidity-info",43)(10,Ia,13,2,"span",44)(11,Ta,2,0,"h3",27),t.k0s()()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.Y8G("colspan",e.cols)("rowspan",e.rows),t.R7$(),t.Y8G("ngClass",t.eq3(14,la,"transactions"===e.id)),t.R7$(),t.Y8G("ngIf","transactions"!==e.id),t.R7$(),t.Y8G("fxFlex",t.mNQ("transactions"===e.id?100:"balance"===e.id?70:90))("ngClass",t.eq3(16,jt,"node"===e.id&&n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.ERROR||"balance"===e.id&&(n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.ERROR||n.apiCallStatusOCBal.status===n.apiCallStatusEnum.ERROR)||("inboundLiq"===e.id||"outboundLiq"===e.id)&&n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.ERROR)),t.R7$(),t.Y8G("ngIf","node"===e.id&&n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.INITIATED||"balance"===e.id&&(n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.INITIATED||n.apiCallStatusOCBal.status===n.apiCallStatusEnum.INITIATED)||("inboundLiq"===e.id||"outboundLiq"===e.id)&&n.apiCallStatusAllChannels.status===n.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngSwitch",e.id),t.R7$(),t.Y8G("ngSwitchCase","node"),t.R7$(),t.Y8G("ngSwitchCase","balance"),t.R7$(),t.Y8G("ngSwitchCase","inboundLiq"),t.R7$(),t.Y8G("ngSwitchCase","outboundLiq"),t.R7$(),t.Y8G("ngSwitchCase","transactions")}}function ja(i,s){if(1&i&&(t.j41(0,"div",36),t.nrm(1,"fa-icon",7),t.j41(2,"span",8),t.EFF(3),t.k0s()(),t.j41(4,"mat-grid-list",37),t.DNE(5,wa,12,18,"mat-grid-tile",10),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faSmile),t.R7$(2),t.SpI("Welcome ",e.information.alias,"! Your node is up and running."),t.R7$(),t.Y8G("rowHeight",e.merchantCardHeight),t.R7$(),t.Y8G("ngForOf",e.merchantCards)}}let Da=(()=>{var i;class s{constructor(n,a,o,l){this.logger=n,this.store=a,this.commonService=o,this.router=l,this.faSmile=Rt.Qpm,this.faFrown=Rt.wB1,this.faAngleDoubleDown=E.WxX,this.faAngleDoubleUp=E.$sC,this.faChartPie=E.W1p,this.faBolt=E.zm_,this.faServer=E.D6w,this.faNetworkWired=E.eGi,this.userPersonaEnum=c.HW,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.channels=[],this.onchainBalance={},this.balances={onchain:-1,lightning:-1,total:0},this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.errorMessages=["","","",""],this.apiCallStatusNodeInfo={status:c.wn.COMPLETED},this.apiCallStatusFees={status:c.wn.COMPLETED},this.apiCallStatusOCBal={status:c.wn.COMPLETED},this.apiCallStatusAllChannels={status:c.wn.COMPLETED},this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}]):this.screenSize===c.f7.SM||this.screenSize===c.f7.MD?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}]):(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}])}ngOnInit(){this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n}),this.store.select(b.b_).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=n.apiCallStatus,this.apiCallStatusNodeInfo.status===c.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.information=n.information}),this.store.select(b.oR).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.errorMessages[1]="",this.apiCallStatusFees=n.apiCallStatus,this.apiCallStatusFees.status===c.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=n.fees}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[3]),(0,pt.E)(this.store.select(b.DW))).subscribe(([n,a])=>{this.errorMessages[2]="",this.errorMessages[3]="",this.apiCallStatusAllChannels=n.apiCallStatus,this.apiCallStatusOCBal=a.apiCallStatus,this.apiCallStatusAllChannels.status===c.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusAllChannels.message?JSON.stringify(this.apiCallStatusAllChannels.message):this.apiCallStatusAllChannels.message?this.apiCallStatusAllChannels.message:""),this.apiCallStatusOCBal.status===c.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusOCBal.message?JSON.stringify(this.apiCallStatusOCBal.message):this.apiCallStatusOCBal.message?this.apiCallStatusOCBal.message:""),this.channels=n.activeChannels,this.onchainBalance=a.onchainBalance,this.balances.onchain=this.onchainBalance.total||0,this.balances.lightning=n.lightningBalance.localBalance,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances);const o=n.lightningBalance.localBalance?+n.lightningBalance.localBalance:0,l=n.lightningBalance.remoteBalance?+n.lightningBalance.remoteBalance:0;this.channelBalances={localBalance:o,remoteBalance:l,balancedness:+(1-Math.abs((o-l)/(o+l))).toFixed(3)},this.channelsStatus=n.channelsStatus,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels?.filter(u=>(u.toRemote||0)>0),"toRemote"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.channels?.filter(u=>(u.toLocal||0)>0),"toLocal"))),this.channels.forEach(u=>{this.totalInboundLiquidity=this.totalInboundLiquidity+Math.ceil(u.toRemote||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+Math.floor(u.toLocal||0)}),this.logger.info(n)})}onNavigateTo(n){this.router.navigateByUrl("/ecl/"+n)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.channels.sort((n,a)=>{const o=+(n.toLocal||0)+ +(n.toRemote||0),l=+(a.toLocal||0)+ +(a.toRemote||0);return o>l?-1:o{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU($.h),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-home"]],standalone:!1,decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100","direction","In",3,"totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100","direction","Out",3,"totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100","direction","In",3,"totalLiquidity","allChannels","errorMessage"],["fxFlex","100","direction","Out",3,"totalLiquidity","allChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],["calledFrom","home",1,"h-100"],["label","Pay"],["calledFrom","home"],[1,"underline"]],template:function(a,o){if(1&a&&t.DNE(0,ya,7,4,"div",4)(1,ja,6,4,"ng-template",null,0,t.C5r),2&a){const l=t.sdS(2);t.Y8G("ngIf",(null==o.selNode?null:o.selNode.settings.userPersona)===o.userPersonaEnum.OPERATOR)("ngIfElse",l)}},dependencies:[d.YU,d.Sq,d.bT,d.ux,d.e1,d.fG,D.aY,Zt.iY,x.RN,x.m2,x.MM,x.dh,kt.B_,kt.NS,ut.An,dt.kk,dt.fb,dt.Cp,H.HM,_.DJ,_.sA,_.UI,v.PW,P.mq,P.T8,ee,ae,le,me,Ce,je,Tt,wt],encapsulation:2}))}return i(),s})();const Pa=["form"];function Ga(i,s){if(1&i&&(t.j41(0,"div",30),t.nrm(1,"fa-icon",31),t.j41(2,"span",32)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",33)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function Aa(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Bitcoin address is required."),t.k0s())}function Na(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.JRh(e.amountError)}}function Ba(i,s){if(1&i&&(t.j41(0,"mat-option",34),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(e)}}function Ma(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Target Confirmation Blocks is required."),t.k0s())}function $a(i,s){if(1&i&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.sendFundError)}}function Va(i,s){if(1&i&&(t.j41(0,"div",35),t.nrm(1,"fa-icon",31),t.DNE(2,$a,2,1,"span",15),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.sendFundError)}}let Dt=(()=>{var i;class s{constructor(n,a,o,l,m,u,T){this.dialogRef=n,this.logger=a,this.dataService=o,this.store=l,this.commonService=m,this.decimalPipe=u,this.actions=T,this.faExclamationTriangle=E.zpE,this.faInfoCircle=E.iW_,this.addressTypes=[],this.selectedAddress=c.Ld[1],this.blockchainBalance={},this.information={},this.newAddress="",this.transaction={},this.sendFundError="",this.fiatConversion=!1,this.amountUnits=c.A0,this.selAmountUnit=c.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=c.k,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.amountError="Amount is Required.",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[0])).subscribe({next:n=>{this.recommendedFee=n},error:n=>{this.logger.error(n)}}),this.store.select(J._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.fiatConversion=n.settings.fiatConversion,this.amountUnits=n.settings.currencyUnits,this.logger.info(n)}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,X.p)(n=>n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL||n.type===c.Uu.SEND_ONCHAIN_FUNDS_RES_ECL)).subscribe(n=>{n.type===c.Uu.SEND_ONCHAIN_FUNDS_RES_ECL&&(this.store.dispatch((0,k.UI)({payload:"Fund Sent Successfully!"})),this.dialogRef.close()),n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&n.payload.status===c.wn.ERROR&&"SendOnchainFunds"===n.payload.action&&(this.sendFundError=n.payload.message)})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="",this.transaction.amount&&this.selAmountUnit!==c.BQ.SATS?this.commonService.convertCurrency(this.transaction.amount,this.selAmountUnit===this.amountUnits[2]?c.BQ.OTHER:this.selAmountUnit,c.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:n=>{this.transaction.amount=parseInt(n[c.BQ.SATS]),this.selAmountUnit=c.BQ.SATS,this.store.dispatch((0,j.Lz)({payload:this.transaction}))},error:n=>{this.selAmountUnit=c.BQ.SATS,this.amountError="Conversion Error: "+n}}):this.store.dispatch((0,j.Lz)({payload:this.transaction}))}get invalidValues(){return!this.transaction.address||""===this.transaction.address||!this.transaction.amount||this.transaction.amount<=0||!this.transaction.blocks||this.transaction.blocks<=0}resetData(){this.sendFundError="",this.transaction={}}onAmountUnitChange(n){const a=this,o=this.selAmountUnit===this.amountUnits[2]?c.BQ.OTHER:this.selAmountUnit;let l=n.value===this.amountUnits[2]?c.BQ.OTHER:n.value;this.transaction.amount&&this.selAmountUnit!==n.value&&this.commonService.convertCurrency(this.transaction.amount,o,l,this.amountUnits[2],this.fiatConversion).pipe((0,g.Q)(this.unSubs[4])).subscribe({next:m=>{this.selAmountUnit=n.value,a.transaction.amount=+a.decimalPipe.transform(m[l],a.currencyUnitFormats[l]).replace(/,/g,"")},error:m=>{this.amountError="Conversion Error: "+m,this.selAmountUnit=o,l=o}})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(A.gP),t.rXU(nt.u),t.rXU(I.il),t.rXU($.h),t.rXU(d.QX),t.rXU(K.En))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-on-chain-send-modal"]],viewQuery:function(a,o){if(1&a&&t.GBs(Pa,7),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first)}},standalone:!1,decls:43,vars:16,consts:[["form","ngForm"],["addrs","ngModel"],["amnt","ngModel"],["blocks","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex","55"],["matInput","","autoFocus","","tabindex","1","name","addr","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","amt","type","number","tabindex","2","required","",3,"ngModelChange","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","60","fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start center"],["matInput","","type","number","name","blocks","tabindex","8","required","true",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),t.EFF(5,"Send Payment"),t.k0s()(),t.j41(6,"button",9),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",10),t.DNE(9,Ga,16,6,"div",11),t.j41(10,"form",12,0),t.bIt("submit",function(){return r.eBV(l),r.Njj(o.onSendFunds())})("reset",function(){return r.eBV(l),r.Njj(o.resetData())}),t.j41(12,"mat-form-field",13)(13,"mat-label"),t.EFF(14,"Bitcoin Address"),t.k0s(),t.j41(15,"input",14,1),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.transaction.address,u)||(o.transaction.address=u),r.Njj(u)}),t.k0s(),t.DNE(17,Aa,2,0,"mat-error",15),t.k0s(),t.j41(18,"mat-form-field",16)(19,"mat-label"),t.EFF(20,"Amount"),t.k0s(),t.j41(21,"input",17,2),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.transaction.amount,u)||(o.transaction.amount=u),r.Njj(u)}),t.k0s(),t.j41(23,"span",18),t.EFF(24),t.k0s(),t.DNE(25,Na,2,1,"mat-error",15),t.k0s(),t.j41(26,"mat-form-field",19)(27,"mat-select",20),t.bIt("selectionChange",function(u){return r.eBV(l),r.Njj(o.onAmountUnitChange(u))}),t.DNE(28,Ba,2,2,"mat-option",21),t.k0s()(),t.j41(29,"div",22)(30,"mat-form-field",23)(31,"mat-label"),t.EFF(32,"Target Confirmation Blocks"),t.k0s(),t.j41(33,"input",24,3),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.transaction.blocks,u)||(o.transaction.blocks=u),r.Njj(u)}),t.k0s(),t.DNE(35,Ma,2,0,"mat-error",15),t.k0s()(),t.nrm(36,"div",25),t.DNE(37,Va,3,2,"div",26),t.j41(38,"div",27)(39,"button",28),t.EFF(40,"Clear Fields"),t.k0s(),t.j41(41,"button",29),t.EFF(42,"Send Funds"),t.k0s()()()()()()}2&a&&(t.R7$(6),t.Y8G("mat-dialog-close",!1),t.R7$(3),t.Y8G("ngIf",o.recommendedFee.minimumFee),t.R7$(6),t.R50("ngModel",o.transaction.address),t.R7$(2),t.Y8G("ngIf",!o.transaction.address),t.R7$(4),t.Y8G("step",100)("min",0),t.R50("ngModel",o.transaction.amount),t.R7$(3),t.SpI("",o.selAmountUnit," "),t.R7$(),t.Y8G("ngIf",!o.transaction.amount),t.R7$(2),t.Y8G("value",o.selAmountUnit),t.R7$(),t.Y8G("ngForOf",o.amountUnits),t.R7$(5),t.Y8G("step",1)("min",0),t.R50("ngModel",o.transaction.blocks),t.R7$(2),t.Y8G("ngIf",!o.transaction.blocks),t.R7$(2),t.Y8G("ngIf",""!==o.sendFundError))},dependencies:[d.Sq,d.bT,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.VZ,f.vS,f.cV,D.aY,V.tx,N.$z,x.m2,x.MM,Y.fg,y.rl,y.nJ,y.TL,y.yw,_.DJ,_.sA,_.UI,R.VO,z.wT,et.N,it.V],encapsulation:2}))}return i(),s})();var gt=C(25837);const Oa=()=>["all"],Ha=i=>({"error-border":i}),Ya=()=>["no_transaction"],Ct=i=>({width:i}),Xa=i=>({"display-none":i});function Ua(i,s){if(1&i&&(t.j41(0,"mat-option",34),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function za(i,s){1&i&&t.nrm(0,"mat-progress-bar",35)}function Ja(i,s){1&i&&(t.j41(0,"th",36),t.EFF(1,"Date/Time"),t.k0s())}function qa(i,s){if(1&i&&(t.j41(0,"td",37),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*(null==e?null:e.timestamp),"dd/MMM/y HH:mm"))}}function Qa(i,s){1&i&&(t.j41(0,"th",36),t.EFF(1,"Address"),t.k0s())}function Za(i,s){if(1&i&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ct,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.address)}}function Wa(i,s){1&i&&(t.j41(0,"th",36),t.EFF(1,"Blockhash"),t.k0s())}function Ka(i,s){if(1&i&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ct,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.blockHash)}}function to(i,s){1&i&&(t.j41(0,"th",36),t.EFF(1,"Transaction ID"),t.k0s())}function eo(i,s){if(1&i&&(t.j41(0,"td",37)(1,"div",38)(2,"span",39),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ct,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.txid)}}function no(i,s){1&i&&(t.j41(0,"th",40),t.EFF(1,"Amount (Sats)"),t.k0s())}function io(i,s){if(1&i&&(t.j41(0,"span",43),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.amount))}}function ao(i,s){if(1&i&&(t.j41(0,"span",44),t.EFF(1),t.nI1(2,"number"),t.k0s()),2&i){const e=t.XpG().$implicit;t.R7$(),t.SpI("(",t.bMT(2,1,-1*(null==e?null:e.amount)),")")}}function oo(i,s){if(1&i&&(t.j41(0,"td",37),t.DNE(1,io,3,3,"span",41)(2,ao,3,3,"span",42),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf",(null==e?null:e.amount)>0||0===(null==e?null:e.amount)),t.R7$(),t.Y8G("ngIf",(null==e?null:e.amount)<0)}}function so(i,s){1&i&&(t.j41(0,"th",40),t.EFF(1,"Fees (Sats)"),t.k0s())}function lo(i,s){if(1&i&&(t.j41(0,"td",37)(1,"span",43),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.fees))}}function ro(i,s){1&i&&(t.j41(0,"th",40),t.EFF(1,"Confirmations"),t.k0s())}function co(i,s){if(1&i&&(t.j41(0,"td",37)(1,"span",43),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.bMT(3,1,null==e?null:e.confirmations)," ")}}function mo(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",48),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function po(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",49)(1,"button",50),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG();return r.Njj(l.onTransactionClick(o,a))}),t.EFF(2,"View Info"),t.k0s()()}}function uo(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No transaction available."),t.k0s())}function ho(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting transactions..."),t.k0s())}function fo(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function _o(i,s){if(1&i&&(t.j41(0,"td",51),t.DNE(1,uo,2,0,"p",52)(2,ho,2,0,"p",52)(3,fo,2,1,"p",52),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.listTransactions&&e.listTransactions.data)||(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function go(i,s){if(1&i&&t.nrm(0,"tr",53),2&i){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Xa,(null==e.listTransactions?null:e.listTransactions.data)&&(null==e.listTransactions||null==e.listTransactions.data?null:e.listTransactions.data.length)>0))}}function Co(i,s){1&i&&t.nrm(0,"tr",54)}function yo(i,s){1&i&&t.nrm(0,"tr",55)}let bo=(()=>{var i;class s{constructor(n,a,o,l,m){this.logger=n,this.commonService=a,this.store=o,this.datePipe=l,this.camelCaseWithSpaces=m,this.faHistory=E.Int,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"transaction",recordsPerPage:c.md,sortBy:"timestamp",sortOrder:c.oi.DESCENDING},this.displayedColumns=[],this.listTransactions=new p.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.totalRecords=0,this.flgInit=!1,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.apiCallStatus.status===c.wn.COMPLETED&&(this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.flgInit||(this.flgInit=!0,this.store.dispatch((0,j.mh)({payload:{count:1e3,skip:0}}))),this.logger.info(this.displayedColumns))}),this.store.select(b.gN).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),n.transactions&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadTransactionsTable(n.transactions),this.logger.info(n)})}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.listTransactions.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=(n.timestamp?this.datePipe.transform(new Date(1e3*n.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(n).toLowerCase();break;case"timestamp":o=this.datePipe.transform(new Date(1e3*(n[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}onTransactionClick(n,a){this.store.dispatch((0,k.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"blockHash",value:n.blockHash||n.blockId_opt,title:"Block Hash",width:100,explorerLink:"block"}],[{key:"txid",value:n.txid,title:"Transaction ID",width:100,explorerLink:"tx"}],[{key:"timestamp",value:n.timestamp,title:"Date/Time",width:50,type:c.UN.DATE_TIME},{key:"confirmations",value:n.confirmations,title:"Number of Confirmations",width:50,type:c.UN.NUMBER}],[{key:"fees",value:n.fees,title:"Fees (Sats)",width:50,type:c.UN.NUMBER},{key:"amount",value:n.amount,title:"Amount (Sats)",width:50,type:c.UN.NUMBER}],[{key:"address",value:n.address,title:"Address",width:100,type:c.UN.STRING}]]}}}))}loadTransactionsTable(n){this.listTransactions=new p.I6([...n]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.listTransactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listTransactions)}onPageChange(n){this.store.dispatch((0,j.mh)({payload:{count:this.pageSize,skip:n.pageIndex*n.pageSize}}))}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il),t.rXU(d.vh),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-on-chain-transaction-history"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Transactions")}])],decls:52,vars:19,consts:[["table",""],["fxLayout","row wrap","fxLayoutAlign","start start","fxLayout.gt-sm","column","fxFlex","100","fxLayoutAlign.gt-sm","start stretch"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","blockHash"],["matColumnDef","txid"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","fees"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"div",3),t.nrm(3,"fa-icon",4),t.j41(4,"span",5),t.EFF(5,"Transaction History"),t.k0s()(),t.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),t.EFF(9,"Filter By"),t.k0s(),t.j41(10,"mat-select",8),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilterBy,u)||(o.selFilterBy=u),r.Njj(u)}),t.bIt("selectionChange",function(){return r.eBV(l),o.selFilter="",r.Njj(o.applyFilter())}),t.j41(11,"perfect-scrollbar"),t.DNE(12,Ua,2,2,"mat-option",9),t.k0s()()(),t.j41(13,"mat-form-field",7)(14,"mat-label"),t.EFF(15,"Filter"),t.k0s(),t.j41(16,"input",10),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilter,u)||(o.selFilter=u),r.Njj(u)}),t.bIt("input",function(){return r.eBV(l),r.Njj(o.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(o.applyFilter())}),t.k0s()()()(),t.j41(17,"div",11)(18,"div",12),t.DNE(19,za,1,0,"mat-progress-bar",13),t.j41(20,"table",14,0),t.qex(22,15),t.DNE(23,Ja,2,0,"th",16)(24,qa,3,4,"td",17),t.bVm(),t.qex(25,18),t.DNE(26,Qa,2,0,"th",16)(27,Za,4,4,"td",17),t.bVm(),t.qex(28,19),t.DNE(29,Wa,2,0,"th",16)(30,Ka,4,4,"td",17),t.bVm(),t.qex(31,20),t.DNE(32,to,2,0,"th",16)(33,eo,4,4,"td",17),t.bVm(),t.qex(34,21),t.DNE(35,no,2,0,"th",22)(36,oo,3,2,"td",17),t.bVm(),t.qex(37,23),t.DNE(38,so,2,0,"th",22)(39,lo,4,3,"td",17),t.bVm(),t.qex(40,24),t.DNE(41,ro,2,0,"th",22)(42,co,4,3,"td",17),t.bVm(),t.qex(43,25),t.DNE(44,mo,6,0,"th",26)(45,po,3,0,"td",27),t.bVm(),t.qex(46,28),t.DNE(47,_o,4,3,"td",29),t.bVm(),t.DNE(48,go,1,3,"tr",30)(49,Co,1,0,"tr",31)(50,yo,1,0,"tr",32),t.k0s(),t.nrm(51,"mat-paginator",33),t.k0s()()()}2&a&&(t.R7$(3),t.Y8G("icon",o.faHistory),t.R7$(7),t.R50("ngModel",o.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,Oa).concat(o.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",o.selFilter),t.R7$(3),t.Y8G("ngIf",o.apiCallStatus.status===o.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",o.tableSetting.sortBy)("matSortDirection",o.tableSetting.sortOrder)("dataSource",o.listTransactions)("ngClass",t.eq3(16,Ha,""!==o.errorMessage)),t.R7$(28),t.Y8G("matFooterRowDef",t.lJ4(18,Ya)),t.R7$(),t.Y8G("matHeaderRowDef",o.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",o.displayedColumns),t.R7$(),t.Y8G("pageSize",o.pageSize)("pageSizeOptions",o.pageSizeOptions)("hidePageSize",o.screenSize!==o.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.me,f.BC,f.vS,D.aY,N.$z,Y.fg,y.rl,y.nJ,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,B.ZF,B.Ld,d.QX,d.vh],encapsulation:2}))}return i(),s})();function Fo(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG();t.Y8G("routerLink",t.mNQ(e.link))("active",n.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let Eo=(()=>{var i;class s{constructor(n,a){this.store=n,this.router=a,this.faExchangeAlt=E._qq,this.faChartPie=E.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const n=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=n?n.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(a=>a instanceof L.gx)).subscribe({next:a=>{const o=this.links.find(l=>a.urlAfterRedirects.includes(l.link));this.activeLink=o?o.link:this.links[0].link}}),this.store.select(J._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(a=>{this.selNode=a}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[2])).subscribe(a=>{this.balances=[{title:"Total Balance",dataValue:a.onchainBalance.total||0},{title:"Confirmed",dataValue:a.onchainBalance.confirmed||0},{title:"Unconfirmed",dataValue:a.onchainBalance.unconfirmed||0}]})}openSendFundsModal(){this.store.dispatch((0,k.xO)({payload:{data:{component:Dt}}}))}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(I.il),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-on-chain"]],standalone:!1,decls:23,vars:5,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(a,o){if(1&a&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"On-chain Balance"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),t.nrm(7,"rtl-currency-unit-converter",6),t.k0s()()(),t.j41(8,"div",1),t.nrm(9,"fa-icon",2),t.j41(10,"span",3),t.EFF(11,"On-chain Transactions"),t.k0s()(),t.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),t.DNE(16,Fo,2,4,"div",9),t.k0s(),t.nrm(17,"mat-tab-nav-panel",null,0),t.j41(19,"div",10),t.nrm(20,"router-outlet"),t.k0s(),t.j41(21,"div",10),t.nrm(22,"rtl-ecl-on-chain-transaction-history",11),t.k0s()()()()),2&a){const l=t.sdS(18);t.R7$(),t.Y8G("icon",o.faChartPie),t.R7$(6),t.Y8G("values",o.balances),t.R7$(2),t.Y8G("icon",o.faExchangeAlt),t.R7$(6),t.Y8G("tabPanel",l),t.R7$(),t.Y8G("ngForOf",o.links)}},dependencies:[d.Sq,D.aY,x.RN,x.m2,_.DJ,_.sA,_.UI,P.Bu,P.hQ,P.Ql,gt.f,L.n3,W.Wk,bo],encapsulation:2}))}return i(),s})();var Pt=C(1975);function xo(i,s){if(1&i&&(t.j41(0,"span",10),t.EFF(1,"Channels"),t.k0s()),2&i){const e=t.XpG();t.Y8G("matBadge",t.mNQ(e.activeChannels))}}function Lo(i,s){if(1&i&&(t.j41(0,"span",10),t.EFF(1,"Peers"),t.k0s()),2&i){const e=t.XpG();t.Y8G("matBadge",t.mNQ(e.activePeers))}}let So=(()=>{var i;class s{constructor(n,a){this.store=n,this.router=a,this.activePeers=0,this.activeChannels=0,this.faUsers=E.gdJ,this.faChartPie=E.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.activeLink=this.links.findIndex(n=>n.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(n=>n instanceof L.gx)).subscribe({next:n=>{this.activeLink=this.links.findIndex(a=>a.link===n.urlAfterRedirects.substring(n.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.activePeers=n.peers&&n.peers.length?n.peers.length:0}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.activeChannels=n.channelsStatus&&n.channelsStatus.active&&n.channelsStatus.active.channels?n.channelsStatus.active.channels:0}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.balances=[{title:"Total Balance",dataValue:n.onchainBalance.total||0},{title:"Confirmed",dataValue:n.onchainBalance.confirmed||0},{title:"Unconfirmed",dataValue:n.onchainBalance.unconfirmed||0}]})}onSelectedTabChange(n){this.router.navigateByUrl("/ecl/connections/"+this.links[n.index].link)}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(I.il),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-connections"]],standalone:!1,decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(a,o){1&a&&(t.j41(0,"div",0),t.nrm(1,"fa-icon",1),t.j41(2,"span",2),t.EFF(3,"On-chain Balance"),t.k0s()(),t.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),t.nrm(7,"rtl-currency-unit-converter",5),t.k0s()()(),t.j41(8,"div",0),t.nrm(9,"fa-icon",1),t.j41(10,"span",2),t.EFF(11,"Connections"),t.k0s()(),t.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),t.mxI("selectedIndexChange",function(m){return t.DH7(o.activeLink,m)||(o.activeLink=m),m}),t.bIt("selectedTabChange",function(m){return o.onSelectedTabChange(m)}),t.j41(16,"mat-tab"),t.DNE(17,xo,2,2,"ng-template",8),t.k0s(),t.j41(18,"mat-tab"),t.DNE(19,Lo,2,2,"ng-template",8),t.k0s()(),t.j41(20,"div",9),t.nrm(21,"router-outlet"),t.k0s()()()()),2&a&&(t.R7$(),t.Y8G("icon",o.faChartPie),t.R7$(6),t.Y8G("values",o.balances),t.R7$(2),t.Y8G("icon",o.faUsers),t.R7$(6),t.R50("selectedIndex",o.activeLink))},dependencies:[D.aY,x.RN,x.m2,_.DJ,_.sA,_.UI,Pt.k,P.ES,P.mq,P.T8,gt.f,L.n3],encapsulation:2}))}return i(),s})();function vo(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG();t.Y8G("routerLink",t.mNQ(e.link))("active",n.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let Ro=(()=>{var i;class s{constructor(n,a,o){this.logger=n,this.store=a,this.router=o,this.faExchangeAlt=E._qq,this.faChartPie=E.W1p,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const n=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=n?n.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(a=>a instanceof L.gx)).subscribe({next:a=>{const o=this.links.find(l=>a.urlAfterRedirects.includes(l.link));this.activeLink=o?o.link:this.links[0].link}}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1]),(0,pt.E)(this.store.select(J._c))).subscribe(([a,o])=>{this.currencyUnits=o?.settings.currencyUnits||[],this.balances=o&&o.settings.userPersona===c.HW.OPERATOR?[{title:"Local Capacity",dataValue:a.lightningBalance.localBalance,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:a.lightningBalance.remoteBalance,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:a.lightningBalance.localBalance,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:a.lightningBalance.remoteBalance,tooltip:"Amount you can receive"}],this.logger.info(a)})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-transactions"]],standalone:!1,decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(a,o){if(1&a&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Lightning Balance"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),t.nrm(7,"rtl-currency-unit-converter",6),t.k0s()()(),t.j41(8,"div",7),t.nrm(9,"fa-icon",2),t.j41(10,"span",3),t.EFF(11,"Lightning Transactions"),t.k0s()(),t.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),t.DNE(16,vo,2,4,"div",10),t.k0s(),t.nrm(17,"mat-tab-nav-panel",null,0),t.j41(19,"div",11),t.nrm(20,"router-outlet"),t.k0s()()()()),2&a){const l=t.sdS(18);t.R7$(),t.Y8G("icon",o.faChartPie),t.R7$(6),t.Y8G("values",o.balances),t.R7$(2),t.Y8G("icon",o.faExchangeAlt),t.R7$(6),t.Y8G("tabPanel",l),t.R7$(),t.Y8G("ngForOf",o.links)}},dependencies:[d.Sq,D.aY,x.RN,x.m2,_.DJ,_.sA,_.UI,P.Bu,P.hQ,P.Ql,gt.f,L.n3,W.Wk],encapsulation:2}))}return i(),s})();function ko(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",12),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG();t.Y8G("routerLink",t.mNQ(e.link))("active",n.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let Io=(()=>{var i;class s{constructor(n){this.router=n,this.faMapSigns=E.knH,this.events=[],this.flgLoading=[!0],this.errorMessage="",this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){const n=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=n?n.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(a=>a instanceof L.gx)).subscribe({next:a=>{const o=this.links.find(l=>a.urlAfterRedirects.includes(l.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-routing"]],standalone:!1,decls:15,vars:3,consts:[["tabPanel",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(a,o){if(1&a&&(t.j41(0,"div",1)(1,"div",2),t.nrm(2,"fa-icon",3),t.j41(3,"span",4),t.EFF(4,"Routing"),t.k0s()(),t.j41(5,"div",5)(6,"mat-card",6)(7,"mat-card-content",7)(8,"div",8)(9,"nav",9),t.DNE(10,ko,2,4,"div",10),t.k0s(),t.nrm(11,"mat-tab-nav-panel",null,0),t.k0s(),t.j41(13,"div",11),t.nrm(14,"router-outlet"),t.k0s()()()()()),2&a){const l=t.sdS(12);t.R7$(2),t.Y8G("icon",o.faMapSigns),t.R7$(7),t.Y8G("tabPanel",l),t.R7$(),t.Y8G("ngForOf",o.links)}},dependencies:[d.Sq,D.aY,x.RN,x.m2,_.DJ,_.sA,_.UI,P.Bu,P.hQ,P.Ql,L.n3,W.Wk],encapsulation:2}))}return i(),s})();var rt=C(5951),Gt=C(30450),at=C(36013);const To=["peersForm"],wo=["stepper"];function jo(i,s){if(1&i&&t.EFF(0),2&i){const e=t.XpG();t.JRh(e.peerFormLabel)}}function Do(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Address is required."),t.k0s())}function Po(i,s){if(1&i&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(2),t.JRh(e.peerConnectionError)}}function Go(i,s){if(1&i&&t.EFF(0),2&i){const e=t.XpG();t.JRh(e.channelFormLabel)}}function Ao(i,s){if(1&i&&(t.j41(0,"div",36),t.nrm(1,"fa-icon",35),t.j41(2,"span",13)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",37)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function No(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function Bo(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount must be a positive number."),t.k0s())}function Mo(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function $o(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function Vo(i,s){if(1&i&&(t.j41(0,"div",34),t.nrm(1,"fa-icon",35),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(2),t.JRh(e.channelConnectionError)}}let At=(()=>{var i;class s{constructor(n,a,o,l,m,u,T){this.dialogRef=n,this.data=a,this.store=o,this.formBuilder=l,this.actions=m,this.logger=u,this.dataService=T,this.faExclamationTriangle=E.zpE,this.faInfoCircle=E.iW_,this.peerAddress="",this.totalBalance=0,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.data.message?(this.totalBalance=this.data.message.balance,this.peerAddress=this.data.message.peer&&this.data.message.peer.nodeId&&this.data.message.peer.address?this.data.message.peer.nodeId+"@"+this.data.message.peer.address:this.data.message.peer&&this.data.message.peer.nodeId&&!this.data.message.peer.address?this.data.message.peer.nodeId:""):(this.totalBalance=0,this.peerAddress=""),this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[f.k0.required]],peerAddress:[this.peerAddress,[f.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[f.k0.required,f.k0.min(1),f.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],feeRate:[null],hiddenAmount:["",[f.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.selNode=n,this.channelFormGroup.controls.isPrivate.setValue(!!n?.settings.unannouncedChannels)}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,X.p)(n=>n.type===c.Uu.NEWLY_ADDED_PEER_ECL||n.type===c.Uu.FETCH_CHANNELS_ECL||n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(n=>{n.type===c.Uu.NEWLY_ADDED_PEER_ECL&&(this.logger.info(n.payload),this.flgEditable=!1,this.newlyAddedPeer=n.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),n.type===c.Uu.FETCH_CHANNELS_ECL&&this.dialogRef.close(),n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&n.payload.status===c.wn.ERROR&&("SaveNewPeer"===n.payload.action?this.peerConnectionError=n.payload.message:"SaveNewChannel"===n.payload.action&&(this.channelConnectionError=n.payload.message))}),this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[2])).subscribe({next:n=>{this.recommendedFee=n},error:n=>{this.logger.error(n)}})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="",this.store.dispatch((0,j.sq)({payload:{id:this.peerFormGroup.controls.peerAddress.value}}))}onOpenChannel(){return this.channelFormGroup.controls.feeRate.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.feeRate.value?(this.channelFormGroup.controls.feeRate.setErrors({minimum:!0}),!0):!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||(this.channelConnectionError="",void this.store.dispatch((0,j.vL)({payload:{nodeId:this.newlyAddedPeer?.nodeId,amount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,feeRate:this.channelFormGroup.controls.feeRate.value}})))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(n){switch(n.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.nodeId):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.nodeId):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}n.selectedIndex{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(V.Vh),t.rXU(I.il),t.rXU(f.ze),t.rXU(K.En),t.rXU(A.gP),t.rXU(nt.u))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-connect-peer"]],viewQuery:function(a,o){if(1&a&&(t.GBs(To,5),t.GBs(wo,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first),t.mGM(l=t.lsd())&&(o.stepper=l.first)}},standalone:!1,decls:59,vars:25,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","35","fxLayoutAlign","start end"],["matInput","","autoFocus","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxLayout","column","fxFlex","40"],["matInput","","formControlName","feeRate","type","number","name","feeRate","tabindex","7",3,"step","min"],["fxFlex","20","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),t.EFF(5,"Connect to a new peer"),t.k0s()(),t.j41(6,"button",6),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),t.bIt("selectionChange",function(u){return r.eBV(l),r.Njj(o.stepSelectionChanged(u))}),t.j41(12,"mat-step",10)(13,"form",11),t.DNE(14,jo,1,1,"ng-template",12),t.j41(15,"mat-form-field",13)(16,"mat-label"),t.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),t.k0s(),t.nrm(18,"input",14),t.DNE(19,Do,2,0,"mat-error",15),t.k0s(),t.DNE(20,Po,4,2,"div",16),t.j41(21,"div",17)(22,"button",18),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onConnectPeer())}),t.EFF(23),t.k0s()()()(),t.j41(24,"mat-step",10)(25,"form",19),t.DNE(26,Go,1,1,"ng-template",20),t.j41(27,"div",21),t.DNE(28,Ao,16,6,"div",22),t.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),t.EFF(32,"Amount"),t.k0s(),t.nrm(33,"input",25),t.j41(34,"mat-hint"),t.EFF(35),t.nI1(36,"number"),t.k0s(),t.j41(37,"span",26),t.EFF(38," Sats "),t.k0s(),t.DNE(39,No,2,0,"mat-error",15)(40,Bo,2,0,"mat-error",15)(41,Mo,2,1,"mat-error",15),t.k0s(),t.j41(42,"mat-form-field",27)(43,"mat-label"),t.EFF(44,"Fee (Sats/vByte)"),t.k0s(),t.nrm(45,"input",28),t.j41(46,"mat-hint"),t.EFF(47),t.k0s(),t.DNE(48,$o,2,1,"mat-error",15),t.k0s(),t.j41(49,"div",29)(50,"mat-slide-toggle",30),t.EFF(51,"Private Channel"),t.k0s()()()(),t.DNE(52,Vo,4,2,"div",16),t.j41(53,"div",17)(54,"button",31),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onOpenChannel())}),t.EFF(55),t.k0s()()()()(),t.j41(56,"div",32)(57,"button",33),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onClose())}),t.EFF(58),t.k0s()()()()()()}2&a&&(t.R7$(10),t.Y8G("linear",!0),t.R7$(2),t.Y8G("stepControl",o.peerFormGroup)("editable",o.flgEditable),t.R7$(),t.Y8G("formGroup",o.peerFormGroup),t.R7$(6),t.Y8G("ngIf",null==o.peerFormGroup.controls.peerAddress.errors?null:o.peerFormGroup.controls.peerAddress.errors.required),t.R7$(),t.Y8G("ngIf",""!==o.peerConnectionError),t.R7$(3),t.JRh(""!==o.peerConnectionError?"Retry":"Add Peer"),t.R7$(),t.Y8G("stepControl",o.channelFormGroup)("editable",o.flgEditable),t.R7$(),t.Y8G("formGroup",o.channelFormGroup),t.R7$(3),t.Y8G("ngIf",o.recommendedFee.minimumFee),t.R7$(5),t.Y8G("step",1e3),t.R7$(2),t.SpI("Remaining: ",t.bMT(36,23,o.totalBalance-(o.channelFormGroup.controls.fundingAmount.value?o.channelFormGroup.controls.fundingAmount.value:0))),t.R7$(4),t.Y8G("ngIf",null==o.channelFormGroup.controls.fundingAmount.errors?null:o.channelFormGroup.controls.fundingAmount.errors.required),t.R7$(),t.Y8G("ngIf",null==o.channelFormGroup.controls.fundingAmount.errors?null:o.channelFormGroup.controls.fundingAmount.errors.min),t.R7$(),t.Y8G("ngIf",null==o.channelFormGroup.controls.fundingAmount.errors?null:o.channelFormGroup.controls.fundingAmount.errors.max),t.R7$(4),t.Y8G("step",1)("min",o.recommendedFee.minimumFee||0),t.R7$(2),t.SpI("Mempool Min: ",o.recommendedFee.minimumFee," (Sats/vByte)"),t.R7$(),t.Y8G("ngIf",null==o.channelFormGroup.controls.feeRate.errors?null:o.channelFormGroup.controls.feeRate.errors.minimum),t.R7$(4),t.Y8G("ngIf",""!==o.channelConnectionError),t.R7$(3),t.JRh(""!==o.channelConnectionError?"Retry":"Open Channel"),t.R7$(3),t.JRh(null!=o.newlyAddedPeer&&o.newlyAddedPeer.nodeId?"Do It Later":"Close"))},dependencies:[d.bT,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.VZ,f.j4,f.JD,D.aY,N.$z,x.m2,x.MM,Y.fg,y.rl,y.nJ,y.MV,y.TL,y.yw,_.DJ,_.sA,_.UI,Gt.sG,at.V5,at.Ti,at.M6,et.N,it.V,d.QX],encapsulation:2}))}return i(),s})();var Nt=C(95416),Bt=C(29157);const Oo=i=>({"background-color":i});function Ho(i,s){if(1&i&&(t.j41(0,"span",10)(1,"div"),t.EFF(2),t.nI1(3,"titlecase"),t.k0s()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(2),t.Lme("",n.nodeFeaturesEnum[e.key]||e.key,": ",t.bMT(3,2,e.value))}}function Yo(i,s){1&i&&(t.j41(0,"th",24),t.EFF(1,"Address"),t.k0s())}function Xo(i,s){if(1&i&&(t.j41(0,"td",25),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(e)}}function Uo(i,s){1&i&&(t.j41(0,"th",26)(1,"div",27),t.EFF(2,"Actions"),t.k0s()())}function zo(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",28)(1,"div",29)(2,"mat-select",30),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",31),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onConnectNode(a))}),t.EFF(5,"Connect"),t.k0s(),t.j41(6,"mat-option",32),t.bIt("copied",function(a){r.eBV(e);const o=t.XpG(2);return r.Njj(o.onCopyNodeURI(a))}),t.EFF(7,"Copy URI"),t.k0s()()()()}if(2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(6),t.Y8G("payload",(null==n.lookupResult?null:n.lookupResult.nodeId)+"@"+e)}}function Jo(i,s){1&i&&t.nrm(0,"tr",33)}function qo(i,s){1&i&&t.nrm(0,"tr",34)}function Qo(i,s){if(1&i&&(t.j41(0,"div",2),t.nrm(1,"mat-divider",3),t.j41(2,"div",4)(3,"div",5)(4,"h4",6),t.EFF(5,"Alias"),t.k0s(),t.j41(6,"span",7),t.EFF(7),t.j41(8,"span",8),t.EFF(9),t.k0s()()(),t.j41(10,"div",9)(11,"h4",6),t.EFF(12,"Pub Key"),t.k0s(),t.j41(13,"span",10),t.EFF(14),t.k0s()()(),t.nrm(15,"mat-divider",3),t.j41(16,"div",4)(17,"div",5)(18,"h4",6),t.EFF(19,"Date/Time"),t.k0s(),t.j41(20,"span",7),t.EFF(21),t.nI1(22,"date"),t.k0s()(),t.j41(23,"div",9)(24,"h4",6),t.EFF(25,"Features"),t.k0s(),t.DNE(26,Ho,4,4,"span",11),t.nI1(27,"keyvalue"),t.k0s()(),t.nrm(28,"mat-divider",3),t.j41(29,"div",4)(30,"div",12)(31,"h4",6),t.EFF(32,"Signature"),t.k0s(),t.j41(33,"span",7),t.EFF(34),t.k0s()()(),t.nrm(35,"mat-divider",3),t.j41(36,"div",2)(37,"h4",13),t.EFF(38,"Addresses"),t.k0s(),t.j41(39,"div",14)(40,"table",15,0),t.qex(42,16),t.DNE(43,Yo,2,0,"th",17)(44,Xo,2,1,"td",18),t.bVm(),t.qex(45,19),t.DNE(46,Uo,3,0,"th",20)(47,zo,8,1,"td",21),t.bVm(),t.DNE(48,Jo,1,0,"tr",22)(49,qo,1,0,"tr",23),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(null==e.lookupResult?null:e.lookupResult.alias),t.R7$(),t.Y8G("ngStyle",t.eq3(19,Oo,null==e.lookupResult?null:e.lookupResult.rgbColor)),t.R7$(),t.JRh(null!=e.lookupResult&&e.lookupResult.rgbColor?null==e.lookupResult?null:e.lookupResult.rgbColor:""),t.R7$(5),t.JRh(null==e.lookupResult?null:e.lookupResult.nodeId),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.i5U(22,14,1e3*(null==e.lookupResult?null:e.lookupResult.timestamp),"dd/MMM/y HH:mm")),t.R7$(5),t.Y8G("ngForOf",t.bMT(27,17,null==e.lookupResult?null:e.lookupResult.features.activated)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(null==e.lookupResult?null:e.lookupResult.signature),t.R7$(),t.Y8G("inset",!0),t.R7$(5),t.Y8G("dataSource",e.addresses),t.R7$(8),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns)}}let Zo=(()=>{var i;class s{constructor(n,a,o){this.logger=n,this.snackBar=a,this.store=o,this.lookupResult={},this.addresses=new p.I6([]),this.displayedColumns=["address","actions"],this.nodeFeaturesEnum=c.Uq,this.information={},this.availableBalance=0,this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){this.addresses=new p.I6(this.lookupResult.addresses?[...this.lookupResult.addresses]:[]),this.addresses.data=this.lookupResult.addresses||[],this.addresses.sort=this.sort,this.addresses.sortingDataAccessor=(n,a)=>n[a]&&isNaN(n[a])?n[a].toLocaleLowerCase():n[a]?+n[a]:null,this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.information=n}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.availableBalance=n.onchainBalance.total||0})}onConnectNode(n){this.store.dispatch((0,k.xO)({payload:{data:{message:{peer:this.lookupResult.nodeId?{nodeId:this.lookupResult.nodeId,address:n}:null,information:this.information,balance:this.availableBalance},component:At}}}))}onCopyNodeURI(n){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+n)}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(Nt.UG),t.rXU(I.il))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-node-lookup"]],viewQuery:function(a,o){if(1&a&&t.GBs(S.B4,5),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first)}},inputs:{lookupResult:"lookupResult"},standalone:!1,decls:1,vars:1,consts:[["table",""],["fxLayout","column",4,"ngIf"],["fxLayout","column"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxFlex","100"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["matColumnDef","address"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(a,o){1&a&&t.DNE(0,Qo,50,21,"div",1),2&a&&t.Y8G("ngIf",o.lookupResult)},dependencies:[d.Sq,d.bT,d.B3,tt.q,_.DJ,_.sA,_.UI,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.KS,p.$R,p.YZ,p.NB,B.Ld,Bt.U,d.PV,d.vh,d.lG],encapsulation:2}))}return i(),s})();const Wo=["form"],Ko=i=>({"mt-1":!0,"mt-2":i});function ts(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("",null==e.lookupFields[e.selectedFieldId]?null:e.lookupFields[e.selectedFieldId].placeholder," is required.")}}function es(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("Invalid ",null==e.lookupFields[e.selectedFieldId]?null:e.lookupFields[e.selectedFieldId].placeholder,".")}}function ns(i,s){if(1&i&&(t.j41(0,"div"),t.nrm(1,"rtl-ecl-node-lookup",25),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.Y8G("lookupResult",e.nodeLookupValue)}}function is(i,s){if(1&i&&(t.j41(0,"span",23),t.DNE(1,ns,2,1,"div",24),t.k0s()),2&i){const e=t.XpG(2),n=t.sdS(23);t.R7$(),t.Y8G("ngIf",e.nodeLookupValue.nodeId)("ngIfElse",n)}}function as(i,s){1&i&&(t.j41(0,"span"),t.EFF(1,' fxFlex="100"'),t.j41(2,"h3"),t.EFF(3,"Error! Unable to find details!"),t.k0s()())}function os(i,s){if(1&i&&(t.j41(0,"div",17)(1,"div",18)(2,"span",19),t.EFF(3),t.k0s()(),t.j41(4,"div",20),t.DNE(5,is,2,2,"span",21)(6,as,4,0,"span",22),t.k0s()()),2&i){const e=t.XpG();t.R7$(3),t.SpI("",e.lookupFields[e.selectedFieldId].name," Details"),t.R7$(),t.Y8G("ngSwitch",e.selectedFieldId),t.R7$(),t.Y8G("ngSwitchCase",0)}}function ss(i,s){1&i&&(t.j41(0,"h3"),t.EFF(1,"Error! Unable to find details!"),t.k0s())}let ls=(()=>{var i;class s{constructor(n,a,o,l){this.logger=n,this.commonService=a,this.store=o,this.actions=l,this.lookupKeyCtrl=new f.hs,this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Node ID"},{id:1,name:"Channel",placeholder:"Short Channel ID"}],this.flgLoading=[!0],this.faSearch=E.MjD,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKeyCtrl.setValue(window.history.state.lookupValue||"")),this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(n=>n.type===c.Uu.SET_LOOKUP_ECL||n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL)).subscribe(n=>{if(n.type===c.Uu.SET_LOOKUP_ECL){switch(this.flgLoading[0]=!0,this.selectedFieldId){case 0:this.nodeLookupValue=n.payload[0]?JSON.parse(JSON.stringify(n.payload[0])):{nodeid:""};break;case 1:this.channelLookupValue=JSON.parse(JSON.stringify(n.payload))||[]}this.flgSetLookupValue=!0,this.logger.info(this.nodeLookupValue),this.logger.info(this.channelLookupValue)}n.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&n.payload.status===c.wn.ERROR&&"Lookup"===n.payload.action&&(this.flgLoading[0]="error")}),this.lookupKeyCtrl.valueChanges.pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1})}onLookup(){return this.lookupKeyCtrl.value?this.lookupKeyCtrl.value&&(this.lookupKeyCtrl.value.includes("@")||this.lookupKeyCtrl.value.includes(","))?(this.lookupKeyCtrl.setErrors({invalid:!0}),!0):void(0===(this.selectedFieldId||(this.selectedFieldId=0),this.flgSetLookupValue=!1,this.nodeLookupValue={},this.channelLookupValue=[],this.selectedFieldId)&&this.store.dispatch((0,j.zU)({payload:this.lookupKeyCtrl.value.trim()}))):(this.lookupKeyCtrl.setErrors({required:!0}),!0)}onSelectChange(n){this.resetData(),this.selectedFieldId=n.value}resetData(){this.flgSetLookupValue=!1,this.nodeLookupValue={},this.channelLookupValue=[],this.lookupKeyCtrl.setValue(""),this.lookupKeyCtrl.setErrors(null),this.form.resetForm()}clearLookupValue(){this.nodeLookupValue={},this.channelLookupValue=[],this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il),t.rXU(K.En))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-lookups"]],viewQuery:function(a,o){if(1&a&&t.GBs(Wo,7),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first)}},standalone:!1,decls:24,vars:9,consts:[["form","ngForm"],["key",""],["errorBlock",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField"],["checked","",1,"mr-4",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"formControl"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[4,"ngIf","ngIfElse"],[3,"lookupResult"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",3)(1,"div",4)(2,"mat-card-content",5)(3,"form",6,0)(5,"div",7)(6,"mat-radio-group",8)(7,"mat-radio-button",9),t.EFF(8,"Node"),t.k0s()()(),t.j41(9,"mat-form-field",10)(10,"mat-label"),t.EFF(11),t.k0s(),t.nrm(12,"input",11,1),t.DNE(14,ts,2,1,"mat-error",12)(15,es,2,1,"mat-error",12),t.k0s(),t.j41(16,"div",13)(17,"button",14),t.bIt("click",function(){return r.eBV(l),r.Njj(o.resetData())}),t.EFF(18,"Clear"),t.k0s(),t.j41(19,"button",15),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onLookup())}),t.EFF(20,"Lookup"),t.k0s()()(),t.DNE(21,os,7,3,"div",16),t.k0s()()(),t.DNE(22,ss,2,0,"ng-template",null,2,t.C5r)}2&a&&(t.R7$(7),t.Y8G("value",0),t.R7$(2),t.Y8G("ngClass",t.eq3(7,Ko,o.screenSize===o.screenSizeEnum.XS||o.screenSize===o.screenSizeEnum.SM)),t.R7$(2),t.JRh((null==o.lookupFields[o.selectedFieldId]?null:o.lookupFields[o.selectedFieldId].placeholder)||"Lookup Key"),t.R7$(),t.Y8G("formControl",o.lookupKeyCtrl),t.R7$(2),t.Y8G("ngIf",null==o.lookupKeyCtrl.errors?null:o.lookupKeyCtrl.errors.required),t.R7$(),t.Y8G("ngIf",null==o.lookupKeyCtrl.errors?null:o.lookupKeyCtrl.errors.invalid),t.R7$(6),t.Y8G("ngIf",o.flgSetLookupValue))},dependencies:[d.YU,d.bT,d.ux,d.e1,d.fG,f.qT,f.me,f.BC,f.cb,f.YS,f.cV,f.l_,N.$z,x.m2,Y.fg,y.rl,y.nJ,y.TL,rt.VT,rt._g,_.DJ,_.sA,_.UI,v.PW,Zo],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]}))}return i(),s})();var rs=C(80396);let cs=(()=>{var i;class s{constructor(n,a){this.store=n,this.eclEffects=a,this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,j.XT)()),this.eclEffects.setNewAddress.pipe((0,Z.s)(1)).subscribe(n=>{this.newAddress=n,setTimeout(()=>{this.store.dispatch((0,k.xO)({payload:{data:{address:this.newAddress,addressType:"",component:rs.f}}}))},0)})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(I.il),t.rXU(ht.B))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-on-chain-receive"]],standalone:!1,decls:4,vars:0,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","1",3,"click"]],template:function(a,o){1&a&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return o.onGenerateAddress()}),t.EFF(3,"Generate Address"),t.k0s()()())},dependencies:[N.$z,_.DJ,_.sA,_.UI],encapsulation:2}))}return i(),s})(),ms=(()=>{var i;class s{constructor(n,a){this.store=n,this.activatedRoute=a,this.sweepAll=!1,this.unSubs=[new h.B,new h.B]}ngOnInit(){this.activatedRoute.data.pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.sweepAll=n.sweepAll})}openSendFundsModal(){this.store.dispatch((0,k.xO)({payload:{data:{sweepAll:this.sweepAll,component:Dt}}}))}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(I.il),t.rXU(L.nX))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-on-chain-send"]],standalone:!1,decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(a,o){1&a&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return o.openSendFundsModal()}),t.EFF(3),t.k0s()()()),2&a&&(t.R7$(3),t.JRh(o.sweepAll?"Sweep All":"Send Funds"))},dependencies:[N.$z,_.DJ,_.sA,_.UI],encapsulation:2}))}return i(),s})();var yt=C(99172),Mt=C(96354),ct=C(22628),ps=C(60092);const us=["form"];function ds(i,s){if(1&i&&(t.j41(0,"mat-option",36),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.Y8G("value",e),t.R7$(),t.JRh(e.alias?e.alias:e.nodeId?e.nodeId:"")}}function hs(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Peer alias is required."),t.k0s())}function fs(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Peer not found in the list."),t.k0s())}function _s(i,s){if(1&i){const e=t.RV6();t.j41(0,"mat-form-field",6)(1,"mat-label"),t.EFF(2,"Peer Alias"),t.k0s(),t.j41(3,"input",33),t.bIt("change",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onSelectedPeerChanged())}),t.k0s(),t.j41(4,"mat-autocomplete",34,4),t.bIt("optionSelected",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onSelectedPeerChanged())}),t.DNE(6,ds,2,2,"mat-option",35),t.nI1(7,"async"),t.k0s(),t.DNE(8,hs,2,0,"mat-error",20)(9,fs,2,0,"mat-error",20),t.k0s()}if(2&i){const e=t.sdS(5),n=t.XpG();t.R7$(3),t.Y8G("formControl",n.selectedPeer)("matAutocomplete",e),t.R7$(),t.Y8G("displayWith",n.displayFn),t.R7$(2),t.Y8G("ngForOf",t.bMT(7,6,n.filteredPeers)),t.R7$(2),t.Y8G("ngIf",null==n.selectedPeer.errors?null:n.selectedPeer.errors.required),t.R7$(),t.Y8G("ngIf",null==n.selectedPeer.errors?null:n.selectedPeer.errors.notfound)}}function gs(i,s){1&i&&t.eu8(0)}function Cs(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function ys(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function bs(i,s){if(1&i&&(t.j41(0,"div",37),t.nrm(1,"fa-icon",38),t.j41(2,"span",39)(3,"div"),t.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),t.k0s(),t.j41(5,"span",40)(6,"span"),t.EFF(7),t.k0s(),t.j41(8,"span"),t.EFF(9),t.k0s(),t.j41(10,"span"),t.EFF(11),t.k0s(),t.j41(12,"span"),t.EFF(13),t.k0s(),t.j41(14,"span"),t.EFF(15),t.k0s()()()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faInfoCircle),t.R7$(6),t.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),t.R7$(2),t.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),t.R7$(2),t.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),t.R7$(2),t.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),t.R7$(2),t.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function Fs(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function Es(i,s){if(1&i&&(t.j41(0,"span"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.channelConnectionError)}}function xs(i,s){if(1&i&&(t.j41(0,"div",41),t.nrm(1,"fa-icon",38),t.DNE(2,Es,2,1,"span",20),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("icon",e.faExclamationTriangle),t.R7$(),t.Y8G("ngIf",""!==e.channelConnectionError)}}function Ls(i,s){if(1&i&&(t.j41(0,"mat-expansion-panel",43)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),t.EFF(4,"Peer: \xa0"),t.k0s(),t.j41(5,"strong",44),t.EFF(6),t.k0s()()(),t.j41(7,"div",13)(8,"div",5)(9,"div",6)(10,"h4",45),t.EFF(11,"Pubkey"),t.k0s(),t.j41(12,"span",46),t.EFF(13),t.k0s()()(),t.nrm(14,"mat-divider",47),t.j41(15,"div",5)(16,"div",48)(17,"h4",45),t.EFF(18,"Address"),t.k0s(),t.j41(19,"span",49),t.EFF(20),t.k0s()(),t.j41(21,"div",48)(22,"h4",45),t.EFF(23,"State"),t.k0s(),t.j41(24,"span",49),t.EFF(25),t.nI1(26,"titlecase"),t.k0s()()()()()),2&i){const e=t.XpG(2);t.R7$(6),t.JRh((null==e.peer?null:e.peer.alias)||(null==e.peer?null:e.peer.nodeId)),t.R7$(7),t.JRh(e.peer.nodeId),t.R7$(7),t.JRh(null==e.peer?null:e.peer.address),t.R7$(5),t.JRh(t.bMT(26,4,null==e.peer?null:e.peer.state))}}function Ss(i,s){if(1&i&&t.DNE(0,Ls,27,6,"mat-expansion-panel",42),2&i){const e=t.XpG();t.Y8G("ngIf",e.peer)}}let $t=(()=>{var i;class s{constructor(n,a,o,l,m,u){this.logger=n,this.dialogRef=a,this.data=o,this.store=l,this.actions=m,this.dataService=u,this.selectedPeer=new f.hs,this.faExclamationTriangle=E.zpE,this.faInfoCircle=E.iW_,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.feeRate=null,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(J._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(o=>{this.selNode=o,this.isPrivate=!!o?.settings.unannouncedChannels}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,X.p)(o=>o.type===c.Uu.UPDATE_API_CALL_STATUS_ECL||o.type===c.Uu.FETCH_CHANNELS_ECL)).subscribe(o=>{o.type===c.Uu.UPDATE_API_CALL_STATUS_ECL&&o.payload.status===c.wn.ERROR&&"SaveNewChannel"===o.payload.action&&(this.channelConnectionError=o.payload.message),o.type===c.Uu.FETCH_CHANNELS_ECL&&this.dialogRef.close()});let n="",a="";this.sortedPeers=this.peers.sort((o,l)=>(n=o.alias?o.alias.toLowerCase():o.nodeId?o.nodeId.toLowerCase():"",a=l.alias?l.alias.toLowerCase():o.nodeId?o.nodeId.toLowerCase():"",na?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,g.Q)(this.unSubs[2]),(0,yt.Z)(""),(0,Mt.T)(o=>"string"==typeof o?o:o.alias?o.alias:o.nodeId),(0,Mt.T)(o=>o?this.filterPeers(o):this.sortedPeers.slice()))}filterPeers(n){return this.sortedPeers?.filter(a=>0===a.alias?.toLowerCase().indexOf(n?n.toLowerCase():""))}displayFn(n){return n&&n.alias?n.alias:n&&n.nodeId?n.nodeId:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.nodeId?this.selectedPeer.value.nodeId:null,"string"==typeof this.selectedPeer.value){const n=this.peers?.filter(a=>a.alias?.length===this.selectedPeer.value.length&&0===a.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===n.length&&n[0].nodeId&&(this.selectedPubkey=n[0].nodeId)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.feeRate=null,this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onAdvancedPanelToggle(n){this.advancedTitle="Advanced Options",n?this.feeRate&&this.feeRate>0&&(this.advancedTitle=this.advancedTitle+" | Fee (Sats/vByte): "+this.feeRate):this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[3])).subscribe({next:a=>{this.recommendedFee=a},error:a=>{this.logger.error(a)}})}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||this.feeRate&&this.recommendedFee.minimumFee>this.feeRate)return!0;const n={nodeId:this.peer&&this.peer.nodeId?this.peer.nodeId:this.selectedPubkey,amount:this.fundingAmount,private:this.isPrivate};this.feeRate&&(n.feeRate=this.feeRate),this.store.dispatch((0,j.vL)({payload:n}))}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(V.CP),t.rXU(V.Vh),t.rXU(I.il),t.rXU(K.En),t.rXU(nt.u))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-open-channel"]],viewQuery:function(a,o){if(1&a&&t.GBs(us,7),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first)}},standalone:!1,decls:56,vars:21,consts:[["form","ngForm"],["amount","ngModel"],["fee","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","11","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amount",3,"ngModelChange","step","min","max","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","25","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxFlex","100","fxLayout","row","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","49"],["matInput","","type","number","name","fee","tabindex","7",3,"ngModelChange","step","min","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","10"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"change","formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),t.EFF(5),t.k0s()(),t.j41(6,"button",10),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onClose())}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",11)(9,"form",12,0),t.bIt("submit",function(){return r.eBV(l),r.Njj(o.onOpenChannel())})("reset",function(){return r.eBV(l),r.Njj(o.resetData())}),t.j41(11,"div",13),t.DNE(12,_s,10,8,"mat-form-field",14),t.k0s(),t.DNE(13,gs,1,0,"ng-container",15),t.j41(14,"div",13)(15,"div",16)(16,"mat-form-field",17)(17,"mat-label"),t.EFF(18,"Amount"),t.k0s(),t.j41(19,"input",18,1),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.fundingAmount,u)||(o.fundingAmount=u),r.Njj(u)}),t.k0s(),t.j41(21,"mat-hint"),t.EFF(22),t.nI1(23,"number"),t.k0s(),t.j41(24,"span",19),t.EFF(25,"Sats "),t.k0s(),t.DNE(26,Cs,2,0,"mat-error",20)(27,ys,2,1,"mat-error",20),t.k0s(),t.j41(28,"div",21)(29,"mat-slide-toggle",22),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.isPrivate,u)||(o.isPrivate=u),r.Njj(u)}),t.EFF(30,"Private Channel"),t.k0s()()(),t.j41(31,"mat-expansion-panel",23),t.bIt("closed",function(){return r.eBV(l),r.Njj(o.onAdvancedPanelToggle(!0))})("opened",function(){return r.eBV(l),r.Njj(o.onAdvancedPanelToggle(!1))}),t.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),t.EFF(35),t.k0s()()(),t.j41(36,"div",24),t.DNE(37,bs,16,6,"div",25),t.j41(38,"div",16)(39,"div",26)(40,"mat-form-field",27)(41,"mat-label"),t.EFF(42,"Fee (Sats/vByte)"),t.k0s(),t.j41(43,"input",28,2),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.feeRate,u)||(o.feeRate=u),r.Njj(u)}),t.k0s(),t.j41(45,"mat-hint"),t.EFF(46),t.k0s(),t.DNE(47,Fs,2,1,"mat-error",20),t.k0s()()()()()(),t.DNE(48,xs,3,2,"div",29),t.j41(49,"div",30)(50,"button",31),t.EFF(51,"Clear Fields"),t.k0s(),t.j41(52,"button",32),t.EFF(53,"Open Channel"),t.k0s()()()()()(),t.DNE(54,Ss,1,1,"ng-template",null,3,t.C5r)}if(2&a){const l=t.sdS(20),m=t.sdS(55);t.R7$(5),t.JRh(o.alertTitle),t.R7$(7),t.Y8G("ngIf",!o.peer&&o.peers&&o.peers.length>0),t.R7$(),t.Y8G("ngTemplateOutlet",m),t.R7$(6),t.Y8G("step",1e3)("min",1)("max",o.totalBalance),t.R50("ngModel",o.fundingAmount),t.R7$(3),t.SpI("Remaining: ",t.bMT(23,19,o.totalBalance-(o.fundingAmount?o.fundingAmount:0))),t.R7$(4),t.Y8G("ngIf",null==l.errors?null:l.errors.required),t.R7$(),t.Y8G("ngIf",null==l.errors?null:l.errors.max),t.R7$(2),t.R50("ngModel",o.isPrivate),t.R7$(6),t.JRh(o.advancedTitle),t.R7$(2),t.Y8G("ngIf",o.recommendedFee.minimumFee),t.R7$(6),t.Y8G("step",1)("min",o.recommendedFee.minimumFee),t.R50("ngModel",o.feeRate),t.R7$(3),t.SpI("Mempool Min: ",o.recommendedFee.minimumFee," (Sats/vByte)"),t.R7$(),t.Y8G("ngIf",o.feeRate&&o.feeRate{var i;class s{constructor(n,a,o){this.logger=n,this.store=a,this.router=o,this.numOfOpenChannels=0,this.numOfPendingChannels=0,this.numOfInactiveChannels=0,this.information={},this.peers=[],this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"inactive",name:"Inactive"}],this.activeLink=0,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.activeLink=this.links.findIndex(n=>n.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(n=>n instanceof L.gx)).subscribe({next:n=>{this.activeLink=this.links.findIndex(a=>a.link===n.urlAfterRedirects.substring(n.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.numOfOpenChannels=n.channelsStatus&&n.channelsStatus.active&&n.channelsStatus.active.channels?n.channelsStatus.active.channels:0,this.numOfPendingChannels=n.channelsStatus&&n.channelsStatus.pending&&n.channelsStatus.pending.channels?n.channelsStatus.pending.channels:0,this.numOfInactiveChannels=n.channelsStatus&&n.channelsStatus.inactive&&n.channelsStatus.inactive.channels?n.channelsStatus.inactive.channels:0,this.logger.info(n)}),this.store.select(J._c).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.selNode=n}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.information=n}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[4])).subscribe(n=>{this.peers=n.peers}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[5])).subscribe(n=>{this.totalBalance=n.onchainBalance.total||0})}onOpenChannel(){this.store.dispatch((0,k.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:$t}}}))}onSelectedTabChange(n){this.router.navigateByUrl("/ecl/connections/channels/"+this.links[n.index].link)}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channels-tables"]],standalone:!1,decls:14,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(a,o){1&a&&(t.j41(0,"div",0)(1,"div",1)(2,"button",2),t.bIt("click",function(){return o.onOpenChannel()}),t.EFF(3,"Open Channel"),t.k0s()(),t.j41(4,"div",3)(5,"mat-tab-group",4),t.mxI("selectedIndexChange",function(m){return t.DH7(o.activeLink,m)||(o.activeLink=m),m}),t.bIt("selectedTabChange",function(m){return o.onSelectedTabChange(m)}),t.j41(6,"mat-tab"),t.DNE(7,vs,2,2,"ng-template",5),t.k0s(),t.j41(8,"mat-tab"),t.DNE(9,Rs,2,2,"ng-template",5),t.k0s(),t.j41(10,"mat-tab"),t.DNE(11,ks,2,2,"ng-template",5),t.k0s()(),t.j41(12,"div",6),t.nrm(13,"router-outlet"),t.k0s()()()),2&a&&(t.R7$(5),t.R50("selectedIndex",o.activeLink))},dependencies:[N.$z,_.DJ,_.sA,_.UI,Pt.k,P.ES,P.mq,P.T8,L.n3],encapsulation:2}))}return i(),s})();const Ts=i=>({"xs-scroll-y":i}),ws=(i,s)=>({"mt-2":i,"mt-1":s});function js(i,s){if(1&i&&(t.j41(0,"div",12)(1,"h4",13),t.EFF(2,"Short Channel ID"),t.k0s(),t.j41(3,"span",14),t.EFF(4),t.k0s()()),2&i){const e=t.XpG();t.R7$(4),t.JRh(e.channel.shortChannelId)}}function Ds(i,s){if(1&i&&(t.j41(0,"div",12)(1,"h4",13),t.EFF(2,"State"),t.k0s(),t.j41(3,"span",17),t.EFF(4),t.nI1(5,"titlecase"),t.k0s()()),2&i){const e=t.XpG();t.R7$(4),t.JRh(t.bMT(5,1,e.channel.state))}}function Ps(i,s){if(1&i&&(t.j41(0,"div")(1,"div",10)(2,"div",12)(3,"h4",13),t.EFF(4,"Local Balance (Sats)"),t.k0s(),t.j41(5,"span",17),t.EFF(6),t.nI1(7,"number"),t.k0s()(),t.j41(8,"div",12)(9,"h4",13),t.EFF(10,"Remote Balance (Sats)"),t.k0s(),t.j41(11,"span",17),t.EFF(12),t.nI1(13,"number"),t.k0s()()(),t.nrm(14,"mat-divider",15),t.j41(15,"div",10)(16,"div",12)(17,"h4",13),t.EFF(18,"Base Fee (mSats)"),t.k0s(),t.j41(19,"span",17),t.EFF(20),t.nI1(21,"number"),t.k0s()(),t.j41(22,"div",12)(23,"h4",13),t.EFF(24,"Fee Rate (mili mSats)"),t.k0s(),t.j41(25,"span",17),t.EFF(26),t.nI1(27,"number"),t.k0s()()(),t.nrm(28,"mat-divider",15),t.k0s()),2&i){const e=t.XpG();t.R7$(6),t.JRh(t.bMT(7,6,e.channel.toLocal)),t.R7$(6),t.JRh(t.bMT(13,8,e.channel.toRemote)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.bMT(21,10,e.channel.feeBaseMsat)),t.R7$(6),t.JRh(t.bMT(27,12,e.channel.feeProportionalMillionths)),t.R7$(2),t.Y8G("inset",!0)}}function Gs(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Show Advanced"),t.k0s())}function As(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Hide Advanced"),t.k0s())}function Ns(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",23),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onShowAdvanced())}),t.DNE(1,Gs,2,0,"p",24)(2,As,2,0,"ng-template",null,0,t.C5r),t.k0s()}if(2&i){const e=t.sdS(3),n=t.XpG();t.R7$(),t.Y8G("ngIf",!n.showAdvanced)("ngIfElse",e)}}function Bs(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",25),t.bIt("copied",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onCopyChanID(a))}),t.EFF(1,"Copy Short Channel ID"),t.k0s()}if(2&i){const e=t.XpG();t.Y8G("payload",e.channel.shortChannelId)}}function Ms(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",26),t.bIt("copied",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onCopyChanID(a))}),t.EFF(1,"Copy Channel ID"),t.k0s()}if(2&i){const e=t.XpG();t.Y8G("payload",e.channel.channelId)}}let bt=(()=>{var i;class s{constructor(n,a,o,l,m,u){this.dialogRef=n,this.data=a,this.logger=o,this.commonService=l,this.snackBar=m,this.router=u,this.faReceipt=E.Mf0,this.showAdvanced=!1,this.channelsType="open",this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.channel=this.data.channel,this.channelsType=this.data.channelsType||"",this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(n){this.snackBar.open("open"===this.channelsType?"Short channel ID "+n+" copied.":"Channel ID copied."),this.logger.info("Copied Text: "+n)}onGoToLink(n,a){this.router.navigateByUrl("/ecl/graph/lookups",{state:{lookupType:n,lookupValue:a}}),this.onClose()}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(V.Vh),t.rXU(A.gP),t.rXU($.h),t.rXU(Nt.UG),t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-information"]],standalone:!1,decls:59,vars:27,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50",4,"ngIf"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["tabindex","1","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","2","class","mr-1",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","3","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","4","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["mat-button","","color","primary","type","reset","tabindex","2",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","3","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","4","type","submit","rtlClipboard","",3,"copied","payload"]],template:function(a,o){1&a&&(t.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),t.nrm(4,"fa-icon",5),t.j41(5,"span",6),t.EFF(6,"Channel Information"),t.k0s()(),t.j41(7,"button",7),t.bIt("click",function(){return o.onClose()}),t.EFF(8,"X"),t.k0s()(),t.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10),t.DNE(12,js,5,1,"div",11),t.j41(13,"div",12)(14,"h4",13),t.EFF(15,"Peer Alias"),t.k0s(),t.j41(16,"span",14),t.EFF(17),t.k0s()(),t.DNE(18,Ds,6,3,"div",11),t.k0s(),t.nrm(19,"mat-divider",15),t.j41(20,"div",10)(21,"div",2)(22,"h4",13),t.EFF(23,"Channel ID"),t.k0s(),t.j41(24,"span",14),t.EFF(25),t.k0s()()(),t.nrm(26,"mat-divider",15),t.j41(27,"div",10)(28,"div",2)(29,"h4",13),t.EFF(30,"Peer Public Key"),t.k0s(),t.j41(31,"span",16),t.bIt("click",function(){return o.onGoToLink("0",o.channel.nodeId)}),t.EFF(32),t.k0s()()(),t.nrm(33,"mat-divider",15),t.j41(34,"div",10)(35,"div",2)(36,"h4",13),t.EFF(37,"State"),t.k0s(),t.j41(38,"span",17),t.EFF(39),t.nI1(40,"titlecase"),t.k0s()()(),t.nrm(41,"mat-divider",15),t.j41(42,"div",10)(43,"div",12)(44,"h4",13),t.EFF(45,"Private"),t.k0s(),t.j41(46,"span",17),t.EFF(47),t.k0s()(),t.j41(48,"div",12)(49,"h4",13),t.EFF(50,"Initiator"),t.k0s(),t.j41(51,"span",17),t.EFF(52),t.k0s()()(),t.nrm(53,"mat-divider",15),t.DNE(54,Ps,29,14,"div",18),t.j41(55,"div",19),t.DNE(56,Ns,4,2,"button",20)(57,Bs,2,1,"button",21)(58,Ms,2,1,"button",22),t.k0s()()()()()),2&a&&(t.R7$(4),t.Y8G("icon",o.faReceipt),t.R7$(5),t.Y8G("ngClass",t.eq3(22,Ts,o.screenSize===o.screenSizeEnum.XS)),t.R7$(3),t.Y8G("ngIf","open"===o.channelsType),t.R7$(5),t.JRh(o.channel.alias),t.R7$(),t.Y8G("ngIf","open"!==o.channelsType),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(o.channel.channelId),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.SpI(" ",o.channel.nodeId," "),t.R7$(),t.Y8G("inset",!0),t.R7$(6),t.JRh(t.bMT(40,20,o.channel.state)),t.R7$(2),t.Y8G("inset",!0),t.R7$(6),t.JRh(o.channel.announceChannel?"No":"Yes"),t.R7$(5),t.JRh(o.channel.isInitiator?"Yes":"No"),t.R7$(),t.Y8G("inset",!0),t.R7$(),t.Y8G("ngIf",o.showAdvanced&&"open"===o.channelsType),t.R7$(),t.Y8G("ngClass",t.l_i(24,ws,!o.showAdvanced,o.showAdvanced)),t.R7$(),t.Y8G("ngIf","open"===o.channelsType),t.R7$(),t.Y8G("ngIf","open"===o.channelsType),t.R7$(),t.Y8G("ngIf","open"!==o.channelsType))},dependencies:[d.YU,d.bT,D.aY,N.$z,x.m2,x.MM,tt.q,_.DJ,_.sA,_.UI,v.PW,Q.oV,Bt.U,et.N,d.QX,d.PV],encapsulation:2}))}return i(),s})();var Ft=C(7673),Et=C(1001),$s=C(16949);const ot=(i,s)=>({"small-svg":i,"large-svg":s});function Vs(i,s){1&i&&t.eu8(0)}function Os(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",6),t.bIt("swipe",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onSwipe(a))}),r.qSk(),t.j41(1,"svg",7),t.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),t.k0s(),r.joV(),t.j41(41,"div",47)(42,"mat-card-title"),t.EFF(43,"Circular rebalancing explained."),t.k0s()(),t.j41(44,"div",48)(45,"mat-card-subtitle",49),t.EFF(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,ot,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Hs(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onSwipe(a))}),r.qSk(),t.j41(1,"svg",51),t.nrm(2,"path",52)(3,"path",53)(4,"path",54)(5,"path",55)(6,"path",56)(7,"path",57)(8,"path",58)(9,"path",59)(10,"path",60)(11,"path",61)(12,"path",62)(13,"path",63)(14,"path",64)(15,"path",65)(16,"path",66)(17,"path",67)(18,"path",68)(19,"path",69)(20,"path",70)(21,"path",71)(22,"path",72)(23,"path",73)(24,"path",74)(25,"path",75)(26,"path",76)(27,"path",77)(28,"path",78)(29,"path",79)(30,"path",80)(31,"path",81)(32,"path",82)(33,"path",52)(34,"path",53)(35,"path",54)(36,"path",55)(37,"path",56)(38,"path",57)(39,"path",58)(40,"path",59)(41,"path",60)(42,"path",83)(43,"path",84)(44,"path",63)(45,"path",85)(46,"path",86)(47,"path",87)(48,"path",67)(49,"path",68)(50,"path",69)(51,"path",70)(52,"path",71)(53,"path",72)(54,"path",73)(55,"path",74)(56,"path",75)(57,"path",76)(58,"path",77)(59,"path",78)(60,"path",79)(61,"path",80)(62,"path",88)(63,"path",82)(64,"path",89),t.j41(65,"defs")(66,"linearGradient",90),t.nrm(67,"stop",91)(68,"stop",92)(69,"stop",93),t.k0s(),t.j41(70,"linearGradient",94),t.nrm(71,"stop",91)(72,"stop",92)(73,"stop",93),t.k0s(),t.j41(74,"linearGradient",95),t.nrm(75,"stop",91)(76,"stop",92)(77,"stop",93),t.k0s(),t.j41(78,"linearGradient",96),t.nrm(79,"stop",91)(80,"stop",92)(81,"stop",93),t.k0s(),t.j41(82,"linearGradient",97),t.nrm(83,"stop",91)(84,"stop",92)(85,"stop",93),t.k0s(),t.j41(86,"linearGradient",98),t.nrm(87,"stop",91)(88,"stop",92)(89,"stop",93),t.k0s()()(),r.joV(),t.j41(90,"div",47)(91,"mat-card-title"),t.EFF(92,"Step 1: Unbalanced channel"),t.k0s()(),t.j41(93,"div",48)(94,"mat-card-subtitle",49),t.EFF(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,ot,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Ys(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onSwipe(a))}),r.qSk(),t.j41(1,"svg",99),t.nrm(2,"path",100)(3,"path",101)(4,"path",102)(5,"path",103)(6,"path",104)(7,"path",105)(8,"path",106)(9,"path",107)(10,"path",108)(11,"path",109)(12,"path",110)(13,"path",111)(14,"path",112)(15,"path",113)(16,"path",114)(17,"path",52)(18,"path",115)(19,"path",116)(20,"path",117)(21,"path",118)(22,"path",119)(23,"path",120)(24,"path",121)(25,"path",122)(26,"path",83)(27,"path",84)(28,"path",123)(29,"path",124)(30,"path",125)(31,"path",126)(32,"path",67)(33,"path",127)(34,"path",128)(35,"path",129)(36,"path",130)(37,"path",131)(38,"path",132)(39,"path",74)(40,"path",75)(41,"path",133)(42,"path",77)(43,"path",78)(44,"path",79)(45,"path",80)(46,"path",134)(47,"path",135)(48,"path",136),t.j41(49,"defs")(50,"linearGradient",137),t.nrm(51,"stop",91)(52,"stop",92)(53,"stop",93),t.k0s(),t.j41(54,"linearGradient",138),t.nrm(55,"stop",91)(56,"stop",92)(57,"stop",93),t.k0s(),t.j41(58,"linearGradient",139),t.nrm(59,"stop",91)(60,"stop",92)(61,"stop",93),t.k0s()()(),r.joV(),t.j41(62,"div",47)(63,"mat-card-title"),t.EFF(64,"Step 2: Invoice/Payment"),t.k0s()(),t.j41(65,"div",48)(66,"mat-card-subtitle",49),t.EFF(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,ot,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Xs(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onSwipe(a))}),r.qSk(),t.j41(1,"svg",140),t.nrm(2,"path",141)(3,"path",142)(4,"path",143)(5,"path",144)(6,"path",145)(7,"path",146)(8,"path",147)(9,"path",148)(10,"path",149)(11,"path",150)(12,"path",151)(13,"path",152)(14,"path",153)(15,"path",154)(16,"path",155)(17,"path",156)(18,"path",157)(19,"path",158)(20,"path",159)(21,"path",160)(22,"path",161)(23,"path",162)(24,"path",163)(25,"path",164)(26,"path",163)(27,"path",165)(28,"path",166)(29,"path",167)(30,"path",168)(31,"path",169)(32,"path",170)(33,"path",171)(34,"path",172)(35,"path",173)(36,"path",174)(37,"path",175)(38,"path",176)(39,"path",177)(40,"path",178)(41,"path",179),t.j41(42,"defs")(43,"linearGradient",180),t.nrm(44,"stop",91)(45,"stop",92)(46,"stop",93),t.k0s()()(),r.joV(),t.j41(47,"div",47)(48,"mat-card-title"),t.EFF(49,"Step 3: Rebalance amount"),t.k0s()(),t.j41(50,"div",48)(51,"mat-card-subtitle",49),t.EFF(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,ot,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}function Us(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",50),t.bIt("swipe",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onSwipe(a))}),r.qSk(),t.j41(1,"svg",140),t.nrm(2,"path",181)(3,"path",143)(4,"path",182)(5,"path",145)(6,"path",146)(7,"path",183)(8,"path",148)(9,"path",184)(10,"path",185)(11,"path",186)(12,"path",187)(13,"path",188)(14,"path",189)(15,"path",190)(16,"path",191)(17,"path",192)(18,"path",158)(19,"path",193)(20,"path",194)(21,"path",179)(22,"path",160)(23,"path",161)(24,"path",195)(25,"path",163)(26,"path",164)(27,"path",163)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",196)(33,"path",170)(34,"path",197)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",198),t.j41(41,"defs")(42,"linearGradient",199),t.nrm(43,"stop",91)(44,"stop",92)(45,"stop",93),t.k0s()()(),r.joV(),t.j41(46,"div",47)(47,"mat-card-title"),t.EFF(48,"Rebalance successful!"),t.k0s()(),t.j41(49,"div",48)(50,"mat-card-subtitle",49),t.EFF(51," Your channel is successfully rebalanced and is able to continue to route payments. "),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@sliderAnimation",e.animationDirection),t.R7$(),t.Y8G("ngClass",t.l_i(2,ot,e.screenSize===e.screenSizeEnum.XS,e.screenSize!==e.screenSizeEnum.XS))}}let zs=(()=>{var i;class s{constructor(n){this.commonService=n,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new t.bkB,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(n){2===n.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===n.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU($.h))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between starts",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z",1,"fill-color-primary-darker"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z",1,"fill-color-29"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z",1,"fill-color-28"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z",1,"fill-color-29"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z",1,"fill-color-29"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z",1,"fill-color-primary-darker"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z",1,"fill-color-10"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z",1,"fill-color-primary-darker"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z",1,"fill-color-primary-darker"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z",1,"fill-color-17"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z",1,"fill-color-17"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z",1,"fill-color-17"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z",1,"fill-color-19"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z",1,"fill-color-25"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z",1,"fill-color-19"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z",1,"fill-color-19"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z",1,"fill-color-19"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z",1,"fill-color-19"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z",1,"fill-color-19"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z",1,"fill-color-19"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z",1,"fill-color-25"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M42 75H9V91H42V75Z",1,"fill-color-17"],["d","M42 42H9V58H42V42Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z",1,"fill-color-19"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z",1,"fill-color-25"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z",1,"fill-color-19"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z",1,"fill-color-primary-lighter"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z",1,"fill-color-19"],["d","M265 57.3624H357.392V120.307H265V57.3624Z",1,"fill-color-22"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z",1,"fill-color-19"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z",1,"fill-color-19"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z",1,"fill-color-19"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z",1,"fill-color-19"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z",1,"fill-color-19"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z",1,"fill-color-19"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z",1,"fill-color-19"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z",1,"fill-color-25"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z",1,"fill-color-19"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z",1,"fill-color-21"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z",1,"fill-color-primary-darker"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-primary-darker"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-17"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z",1,"fill-color-19"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z",1,"fill-color-25"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z",1,"fill-color-19"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary-lighter"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M122.399 37H32.25V137.616H122.399V37Z",1,"fill-color-10"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z",1,"fill-color-primary-darker"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z",1,"fill-color-primary-darker"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z",1,"fill-color-primary-darker"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M74.5 112H40.5V128H74.5V112Z",1,"fill-color-17"],["d","M74.5 79H40.5V95H74.5V79Z",1,"fill-color-17"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z",1,"fill-color-17"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z",1,"fill-color-17"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z",1,"fill-color-17"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z",1,"fill-color-17"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z",1,"fill-color-17"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z",1,"fill-color-primary-darker"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-primary-darker"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z",1,"fill-color-25"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z",1,"fill-color-21"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z",1,"fill-color-25"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z",1,"fill-color-22"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z",1,"fill-color-21"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z",1,"fill-color-25"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z",1,"fill-color-22"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z",1,"fill-color-21"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z",1,"fill-color-21"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z",1,"fill-color-22"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z",1,"fill-color-22"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z",1,"fill-color-22"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z",1,"fill-color-21"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z",1,"fill-color-17"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M76 112H41V128H76V112Z",1,"fill-color-17"],["d","M70 79H41V95H70V79Z",1,"fill-color-17"],["d","M70 47H41V63H70V47Z",1,"fill-color-17"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z",1,"fill-color-17"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z",1,"fill-color-17"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-17"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z",1,"fill-color-22"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z",1,"fill-color-21"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(a,o){if(1&a&&t.DNE(0,Vs,1,0,"ng-container",5)(1,Os,47,5,"ng-template",null,0,t.C5r)(3,Hs,96,5,"ng-template",null,1,t.C5r)(5,Ys,68,5,"ng-template",null,2,t.C5r)(7,Xs,53,5,"ng-template",null,3,t.C5r)(9,Us,52,5,"ng-template",null,4,t.C5r),2&a){const l=t.sdS(2),m=t.sdS(4),u=t.sdS(6),T=t.sdS(8),F=t.sdS(10);t.Y8G("ngTemplateOutlet",1===o.stepNumber?l:2===o.stepNumber?m:3===o.stepNumber?u:4===o.stepNumber?T:F)}},dependencies:[d.YU,d.T3,x.Lc,x.dh,_.DJ,_.sA,_.UI,v.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:10%;min-height:10%;max-width:50%;margin:auto}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:50%;margin:auto}"],data:{animation:[$s.k]}}))}return i(),s})();const Js=["stepper"],qs=()=>[1,2,3,4,5],Qs=(i,s)=>({"dot-primary":i,"dot-primary-lighter":s});function Zs(i,s){if(1&i&&t.EFF(0),2&i){const e=t.XpG(2);t.JRh(e.inputFormLabel)}}function Ws(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function Ks(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount must be a positive number."),t.k0s())}function tl(i,s){if(1&i&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.SpI("Amount must be less than or equal to ",null==e.selChannel?null:e.selChannel.toLocal,".")}}function el(i,s){if(1&i&&(t.j41(0,"mat-option",50),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.Y8G("value",e),t.R7$(),t.Lme("",e.alias," - ",e.shortChannelId)}}function nl(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Receive from Peer is required."),t.k0s())}function il(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Receive from Peer not found in the list."),t.k0s())}function al(i,s){1&i&&t.EFF(0,"Status")}function ol(i,s){1&i&&t.nrm(0,"mat-progress-bar",51)}function sl(i,s){if(1&i&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(""!==e.rebalanceStatus.invoice?"check":"close")}}function ll(i,s){1&i&&t.nrm(0,"mat-progress-bar",51)}function rl(i,s){if(1&i&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.rebalanceStatus.paymentRoute?"check":"close")}}function cl(i,s){if(1&i&&(t.j41(0,"span",42),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.SpI(" ",e," ")}}function ml(i,s){if(1&i&&(t.j41(0,"div",7),t.DNE(1,cl,2,1,"span",53),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngForOf",e.rebalanceStatus.paymentRoute.split(","))}}function pl(i,s){1&i&&t.nrm(0,"mat-progress-bar",51)}function ul(i,s){if(1&i&&(t.j41(0,"mat-icon",52),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(!e.rebalanceStatus.paymentStatus||null!=e.rebalanceStatus.paymentStatus&&e.rebalanceStatus.paymentStatus.error?"close":"check")}}function dl(i,s){1&i&&t.nrm(0,"div",7)}function hl(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",54),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onRestart())}),t.EFF(1,"Start Again"),t.k0s()}}function fl(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",7)(1,"mat-card-header",8)(2,"div",9)(3,"div",10)(4,"span",11),t.EFF(5,"Channel Rebalance"),t.k0s()(),t.j41(6,"div",12)(7,"button",13),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.showInfo())}),t.EFF(8,"?"),t.k0s(),t.j41(9,"button",14),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onClose())}),t.EFF(10,"X"),t.k0s()()()(),t.j41(11,"mat-card-content",15)(12,"div",7)(13,"div",16)(14,"div",17),t.nrm(15,"fa-icon",18),t.j41(16,"span"),t.EFF(17,"Circular Rebalance is a payment you make to *yourself* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),t.k0s()()(),t.j41(18,"div",19)(19,"p",20)(20,"strong"),t.EFF(21,"Channel Peer:\xa0"),t.k0s(),t.EFF(22),t.nI1(23,"titlecase"),t.k0s(),t.j41(24,"p",20)(25,"strong"),t.EFF(26,"Channel ID:\xa0"),t.k0s(),t.EFF(27),t.k0s()(),t.j41(28,"mat-vertical-stepper",21,3)(30,"mat-step",22)(31,"form",23),t.DNE(32,Zs,1,1,"ng-template",24),t.j41(33,"div",25)(34,"mat-form-field",26)(35,"mat-label"),t.EFF(36,"Amount"),t.k0s(),t.nrm(37,"input",27),t.j41(38,"mat-hint"),t.EFF(39),t.k0s(),t.j41(40,"span",28),t.EFF(41,"Sats"),t.k0s(),t.DNE(42,Ws,2,0,"mat-error",29)(43,Ks,2,0,"mat-error",29)(44,tl,2,1,"mat-error",29),t.k0s(),t.j41(45,"mat-form-field",30)(46,"mat-label"),t.EFF(47,"Receive from Peer"),t.k0s(),t.j41(48,"input",31),t.bIt("change",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onSelectedPeerChanged())}),t.k0s(),t.j41(49,"mat-autocomplete",32,4),t.bIt("optionSelected",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onSelectedPeerChanged())}),t.DNE(51,el,2,3,"mat-option",33),t.nI1(52,"async"),t.k0s(),t.DNE(53,nl,2,0,"mat-error",29)(54,il,2,0,"mat-error",29),t.k0s()(),t.j41(55,"div",34)(56,"button",35),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onRebalance())}),t.EFF(57,"Rebalance"),t.k0s()()()(),t.j41(58,"mat-step",36)(59,"form",23),t.DNE(60,al,1,0,"ng-template",24),t.j41(61,"div",37),t.DNE(62,ol,1,0,"mat-progress-bar",38),t.j41(63,"mat-expansion-panel",39)(64,"mat-expansion-panel-header")(65,"mat-panel-title")(66,"span",40),t.EFF(67),t.DNE(68,sl,2,1,"mat-icon",41),t.k0s()()(),t.j41(69,"div",7)(70,"span",42),t.EFF(71),t.k0s()()(),t.DNE(72,ll,1,0,"mat-progress-bar",38),t.j41(73,"mat-expansion-panel",39)(74,"mat-expansion-panel-header")(75,"mat-panel-title")(76,"span",40),t.EFF(77),t.DNE(78,rl,2,1,"mat-icon",41),t.k0s()()(),t.DNE(79,ml,2,1,"div",5),t.k0s(),t.DNE(80,pl,1,0,"mat-progress-bar",38),t.j41(81,"mat-expansion-panel",43)(82,"mat-expansion-panel-header")(83,"mat-panel-title")(84,"span",40),t.EFF(85),t.DNE(86,ul,2,1,"mat-icon",41),t.k0s()()(),t.DNE(87,dl,1,0,"div",44),t.k0s()(),t.j41(88,"h4",45),t.EFF(89),t.k0s(),t.j41(90,"div",46),t.DNE(91,hl,2,0,"button",47),t.k0s()()()(),t.j41(92,"div",48)(93,"button",49),t.EFF(94,"Close"),t.k0s()()()()()}if(2&i){const e=t.sdS(50),n=t.XpG(),a=t.sdS(2);t.Y8G("@opacityAnimation",void 0),t.R7$(15),t.Y8G("icon",n.faInfoCircle),t.R7$(7),t.JRh(t.bMT(23,38,n.selChannel.alias)),t.R7$(5),t.JRh(n.selChannel.shortChannelId),t.R7$(),t.Y8G("linear",!0),t.R7$(2),t.Y8G("stepControl",n.inputFormGroup)("editable",n.flgEditable),t.R7$(),t.Y8G("formGroup",n.inputFormGroup),t.R7$(6),t.Y8G("step",100),t.R7$(2),t.Lme("(Local Bal: ",null==n.selChannel?null:n.selChannel.toLocal,", Remaining: ",(null==n.selChannel?null:n.selChannel.toLocal)-(n.inputFormGroup.controls.rebalanceAmount.value?n.inputFormGroup.controls.rebalanceAmount.value:0),")"),t.R7$(3),t.Y8G("ngIf",null==n.inputFormGroup.controls.rebalanceAmount.errors?null:n.inputFormGroup.controls.rebalanceAmount.errors.required),t.R7$(),t.Y8G("ngIf",null==n.inputFormGroup.controls.rebalanceAmount.errors?null:n.inputFormGroup.controls.rebalanceAmount.errors.min),t.R7$(),t.Y8G("ngIf",null==n.inputFormGroup.controls.rebalanceAmount.errors?null:n.inputFormGroup.controls.rebalanceAmount.errors.max),t.R7$(4),t.Y8G("matAutocomplete",e),t.R7$(),t.Y8G("displayWith",n.displayFn),t.R7$(2),t.Y8G("ngForOf",t.bMT(52,40,n.filteredActiveChannels)),t.R7$(2),t.Y8G("ngIf",null==n.inputFormGroup.controls.selRebalancePeer.errors?null:n.inputFormGroup.controls.selRebalancePeer.errors.required),t.R7$(),t.Y8G("ngIf",null==n.inputFormGroup.controls.selRebalancePeer.errors?null:n.inputFormGroup.controls.selRebalancePeer.errors.notfound),t.R7$(4),t.Y8G("stepControl",n.statusFormGroup),t.R7$(),t.Y8G("formGroup",n.statusFormGroup),t.R7$(3),t.Y8G("ngIf",""===n.rebalanceStatus.invoice),t.R7$(5),t.JRh(""===n.rebalanceStatus.invoice?"Searching invoice...":n.rebalanceStatus.flgReusingInvoice?"Invoice re-used":"Invoice generated"),t.R7$(),t.Y8G("ngIf",""!==n.rebalanceStatus.invoice),t.R7$(3),t.JRh(n.rebalanceStatus.invoice),t.R7$(),t.Y8G("ngIf",!(null!=n.rebalanceStatus.paymentStatus&&n.rebalanceStatus.paymentStatus.error||n.rebalanceStatus.paymentRoute||"pending"===(null==n.rebalanceStatus.paymentStatus?null:n.rebalanceStatus.paymentStatus.type))),t.R7$(5),t.JRh(null!=n.rebalanceStatus.paymentStatus&&n.rebalanceStatus.paymentStatus.error?"Route failed":n.rebalanceStatus.paymentRoute?"Route used":"Searching route..."),t.R7$(),t.Y8G("ngIf",n.rebalanceStatus.paymentStatus),t.R7$(),t.Y8G("ngIf",""!==n.rebalanceStatus.paymentRoute),t.R7$(),t.Y8G("ngIf",!n.rebalanceStatus.paymentStatus),t.R7$(),t.Y8G("expanded",!!n.rebalanceStatus.paymentStatus),t.R7$(4),t.JRh(n.rebalanceStatus.paymentStatus&&"pending"!==(null==n.rebalanceStatus.paymentStatus?null:n.rebalanceStatus.paymentStatus.type)?null!=n.rebalanceStatus.paymentStatus&&n.rebalanceStatus.paymentStatus.error?"Payment failed":"sent"===(null==n.rebalanceStatus.paymentStatus?null:n.rebalanceStatus.paymentStatus.type)?"Payment successful":"":"Payment status pending..."),t.R7$(),t.Y8G("ngIf",n.rebalanceStatus.paymentStatus&&"pending"!==(null==n.rebalanceStatus.paymentStatus?null:n.rebalanceStatus.paymentStatus.type)),t.R7$(),t.Y8G("ngIf",!n.rebalanceStatus.paymentStatus)("ngIfElse",a),t.R7$(2),t.JRh(n.rebalanceStatus.paymentStatus?n.rebalanceStatus.paymentStatus&&null!=n.rebalanceStatus.paymentStatus&&n.rebalanceStatus.paymentStatus.error?"Rebalance Failed.":"Rebalance Successful.":""),t.R7$(2),t.Y8G("ngIf",n.rebalanceStatus.paymentStatus&&n.rebalanceStatus.paymentStatus.error),t.R7$(2),t.Y8G("mat-dialog-close",!1)}}function _l(i,s){1&i&&t.eu8(0)}function gl(i,s){if(1&i&&t.DNE(0,_l,1,0,"ng-container",55),2&i){const e=t.XpG(),n=t.sdS(4),a=t.sdS(6);t.Y8G("ngTemplateOutlet",e.rebalanceStatus.paymentStatus.error?n:a)}}function Cl(i,s){if(1&i&&(t.j41(0,"div",7)(1,"span",42),t.EFF(2),t.k0s()()),2&i){const e=t.XpG();t.R7$(2),t.SpI("Error: ",e.rebalanceStatus.paymentStatus.error)}}function yl(i,s){if(1&i&&(t.j41(0,"div",7)(1,"div",56)(2,"div",57)(3,"h4",58),t.EFF(4,"Total Fees (Sats)"),t.k0s(),t.j41(5,"span",42),t.EFF(6),t.k0s()(),t.j41(7,"div",57)(8,"h4",58),t.EFF(9,"Number of Hops"),t.k0s(),t.j41(10,"span",42),t.EFF(11),t.k0s()()(),t.nrm(12,"mat-divider",59),t.j41(13,"div",56)(14,"div",60)(15,"h4",58),t.EFF(16,"Payment Hash"),t.k0s(),t.j41(17,"span",42),t.EFF(18),t.k0s()()(),t.nrm(19,"mat-divider",59),t.j41(20,"div",56)(21,"div",60)(22,"h4",58),t.EFF(23,"Payment ID"),t.k0s(),t.j41(24,"span",42),t.EFF(25),t.k0s()()(),t.nrm(26,"mat-divider",59),t.j41(27,"div",56)(28,"div",60)(29,"h4",58),t.EFF(30,"Parent ID"),t.k0s(),t.j41(31,"span",42),t.EFF(32),t.k0s()()()()),2&i){let e;const n=t.XpG();t.R7$(6),t.JRh(n.rebalanceStatus.paymentStatus.feesPaid?n.rebalanceStatus.paymentStatus.feesPaid/1e3:0),t.R7$(5),t.JRh(n.rebalanceStatus.paymentRoute&&""!==n.rebalanceStatus.paymentRoute?null==(e=n.rebalanceStatus.paymentRoute.split(","))?null:e.length:0),t.R7$(7),t.JRh(n.rebalanceStatus.paymentHash),t.R7$(7),t.JRh(n.rebalanceStatus.paymentDetails.paymentId),t.R7$(7),t.JRh(n.rebalanceStatus.paymentDetails.parentId)}}function bl(i,s){if(1&i){const e=t.RV6();t.j41(0,"span",76),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onStepChanged(a))}),t.nrm(1,"p",77),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngClass",t.l_i(1,Qs,n.stepNumber===e,n.stepNumber!==e))}}function Fl(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",78),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onStepChanged(4))}),t.EFF(1,"Back"),t.k0s()}}function El(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",79),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return a.flgShowInfo=!1,r.Njj(a.stepNumber=1)}),t.EFF(1,"Close"),t.k0s()}}function xl(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",80),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return a.flgShowInfo=!1,r.Njj(a.stepNumber=1)}),t.EFF(1,"Close"),t.k0s()}}function Ll(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",81),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onStepChanged(a.stepNumber-1))}),t.EFF(1,"Back"),t.k0s()}}function Sl(i,s){if(1&i){const e=t.RV6();t.j41(0,"button",82),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onStepChanged(a.stepNumber+1))}),t.EFF(1,"Next"),t.k0s()}}function vl(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",61)(1,"div",62)(2,"mat-card-header",63)(3,"div",64),t.nrm(4,"span",11),t.k0s(),t.j41(5,"div",65)(6,"button",14),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return a.flgShowInfo=!1,r.Njj(a.stepNumber=1)}),t.EFF(7,"X"),t.k0s()()(),t.j41(8,"mat-card-content",66)(9,"rtl-ecl-channel-rebalance-infographics",67),t.mxI("stepNumberChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.stepNumber,a)||(o.stepNumber=a),r.Njj(a)}),t.k0s()(),t.j41(10,"div",68),t.DNE(11,bl,2,4,"span",69),t.k0s(),t.j41(12,"div",70),t.DNE(13,Fl,2,0,"button",71)(14,El,2,0,"button",72)(15,xl,2,0,"button",73)(16,Ll,2,0,"button",74)(17,Sl,2,0,"button",75),t.k0s()()()}if(2&i){const e=t.XpG();t.Y8G("@opacityAnimation",void 0),t.R7$(9),t.Y8G("animationDirection",e.animationDirection),t.R50("stepNumber",e.stepNumber),t.R7$(2),t.Y8G("ngForOf",t.lJ4(9,qs)),t.R7$(2),t.Y8G("ngIf",5===e.stepNumber),t.R7$(),t.Y8G("ngIf",5===e.stepNumber),t.R7$(),t.Y8G("ngIf",e.stepNumber<5),t.R7$(),t.Y8G("ngIf",e.stepNumber>1&&e.stepNumber<5),t.R7$(),t.Y8G("ngIf",e.stepNumber<5)}}let Rl=(()=>{var i;class s{constructor(n,a,o,l,m,u,T){this.dialogRef=n,this.data=a,this.logger=o,this.dataService=l,this.formBuilder=m,this.store=u,this.decimalPipe=T,this.faInfoCircle=E.iW_,this.information={},this.selChannel={},this.activeChannels=[],this.rebalanceStatus={flgReusingInvoice:!1,invoice:"",paymentRoute:"",paymentHash:"",paymentDetails:null,paymentStatus:null},this.inputFormLabel="Amount to rebalance",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.animationDirection="forward",this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){let n="",a="";this.information=this.data.message?.information||{},this.selChannel=this.data.message?.selChannel||{},this.activeChannels=this.data.message?.channels?.filter(o=>o.channelId!==this.selChannel.channelId&&o.toRemote&&o.toRemote>0)||[],this.activeChannels=this.activeChannels.sort((o,l)=>(n=o.alias?o.alias.toLowerCase():o.shortChannelId?o.shortChannelId.toLowerCase():"",a=l.alias?l.alias.toLowerCase():o.shortChannelId?o.shortChannelId.toLowerCase():"",na?1:0)),this.inputFormGroup=this.formBuilder.group({rebalanceAmount:["",[f.k0.required,f.k0.min(1),f.k0.max(this.selChannel.toLocal||0)]],selRebalancePeer:[null,f.k0.required]}),this.statusFormGroup=this.formBuilder.group({}),this.inputFormGroup.get("rebalanceAmount")?.valueChanges.pipe((0,g.Q)(this.unSubs[0]),(0,yt.Z)(0)).subscribe(o=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,Ft.of)(o?this.filterActiveChannels():this.activeChannels.slice())}),this.inputFormGroup.get("selRebalancePeer")?.valueChanges.pipe((0,g.Q)(this.unSubs[1]),(0,yt.Z)("")).subscribe(o=>{"string"==typeof o&&(this.filteredActiveChannels=(0,Ft.of)(this.filterActiveChannels()))})}stepSelectionChanged(n){switch(n.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.alias?this.inputFormGroup.controls.selRebalancePeer.value.alias:this.inputFormGroup.controls.selRebalancePeer.value.nodeId.substring(0,15)+"..."):"Amount to rebalance"}}onRebalance(){if(!this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.rebalanceAmount.value<=0||this.selChannel.toLocal&&this.inputFormGroup.controls.rebalanceAmount.value>+this.selChannel.toLocal||!this.inputFormGroup.controls.selRebalancePeer.value.nodeId)return this.inputFormGroup.controls.selRebalancePeer.value.nodeId||this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0;this.stepper.next(),this.flgEditable=!1,this.rebalanceStatus={flgReusingInvoice:!1,invoice:"",paymentRoute:"",paymentHash:"",paymentDetails:null,paymentStatus:null},this.dataService.circularRebalance(1e3*this.inputFormGroup.controls.rebalanceAmount.value,this.selChannel.shortChannelId,this.selChannel.nodeId,this.inputFormGroup.controls.selRebalancePeer.value.shortChannelId,this.inputFormGroup.controls.selRebalancePeer.value.nodeId,[this.information.nodeId||""]).pipe((0,g.Q)(this.unSubs[2])).subscribe({next:n=>{this.logger.info(n),this.rebalanceStatus=n,this.flgEditable=!0,this.store.dispatch((0,j.$Q)())},error:n=>{this.logger.error(n),this.rebalanceStatus=n,this.flgEditable=!0}})}filterActiveChannels(){return this.activeChannels?.filter(n=>n.toRemote&&n.toRemote>=this.inputFormGroup.controls.rebalanceAmount.value&&n.channelId!==this.selChannel.channelId&&(0===n.alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")||0===n.channelId?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))}onSelectedPeerChanged(){if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const n=this.activeChannels?.filter(a=>a.alias?.length===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===a.alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""));n&&n.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(n[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(n){return n&&n.alias?n.alias:n&&n.shortChannelId?n.shortChannelId:""}showInfo(){this.flgShowInfo=!0}onStepChanged(n){this.animationDirection=n{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(V.CP),t.rXU(V.Vh),t.rXU(A.gP),t.rXU(nt.u),t.rXU(f.ok),t.rXU(I.il),t.rXU(d.QX))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-rebalance"]],viewQuery:function(a,o){if(1&a&&t.GBs(Js,5),2&a){let l;t.mGM(l=t.lsd())&&(o.stepper=l.first)}},standalone:!1,decls:8,vars:2,consts:[["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["stepper",""],["auto","matAutocomplete"],["fxLayout","column",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column"],[1,"modal-info-header"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayoutAlign","start center"],[1,"page-title"],["fxLayoutAlign","end center"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start end"],["type","text","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"change","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],["fxFlex","100","color","primary","mode","indeterminate"],[1,"ml-1","icon-small"],["class","foreground-secondary-text",4,"ngFor","ngForOf"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(a,o){1&a&&t.DNE(0,fl,95,42,"div",5)(1,gl,1,1,"ng-template",null,0,t.C5r)(3,Cl,3,1,"ng-template",null,1,t.C5r)(5,yl,33,5,"ng-template",null,2,t.C5r)(7,vl,18,10,"div",6),2&a&&(t.Y8G("ngIf",!o.flgShowInfo),t.R7$(7),t.Y8G("ngIf",o.flgShowInfo))},dependencies:[d.YU,d.Sq,d.bT,d.T3,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.j4,f.JD,D.aY,V.tx,N.$z,x.m2,x.MM,U.GK,U.Z2,U.WN,ut.An,Y.fg,y.rl,y.nJ,y.MV,y.TL,y.yw,tt.q,H.HM,_.DJ,_.sA,_.UI,v.PW,z.wT,at.V5,at.Ti,at.M6,ct.$3,ct.pN,et.N,zs,d.Jj,d.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[Et.C]}}))}return i(),s})();const kl=()=>["all"],Il=i=>({"error-border":i}),Tl=()=>["no_peer"],xt=i=>({width:i}),wl=i=>({"display-none":i});function jl(i,s){if(1&i&&(t.j41(0,"mat-option",36),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function Dl(i,s){1&i&&t.nrm(0,"mat-progress-bar",37)}function Pl(i,s){1&i&&t.nrm(0,"th",38)}function Gl(i,s){if(1&i&&(t.j41(0,"span",42),t.nrm(1,"fa-icon",43),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function Al(i,s){if(1&i&&(t.j41(0,"span",44),t.nrm(1,"fa-icon",43),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function Nl(i,s){if(1&i&&(t.j41(0,"td",39),t.DNE(1,Gl,2,1,"span",40)(2,Al,2,1,"span",41),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf",!(null!=e&&e.announceChannel)),t.R7$(),t.Y8G("ngIf",null==e?null:e.announceChannel)}}function Bl(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Short Channel ID"),t.k0s())}function Ml(i,s){if(1&i&&(t.j41(0,"td",39),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.shortChannelId)}}function $l(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Channel ID"),t.k0s())}function Vl(i,s){if(1&i&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,xt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Ol(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Alias"),t.k0s())}function Hl(i,s){if(1&i&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,xt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function Yl(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Node ID"),t.k0s())}function Xl(i,s){if(1&i&&(t.j41(0,"td",39)(1,"div",46)(2,"span",47),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,xt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function Ul(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Initiator"),t.k0s())}function zl(i,s){if(1&i&&(t.j41(0,"td",39),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function Jl(i,s){1&i&&(t.j41(0,"th",48),t.EFF(1,"Base Fee (mSats)"),t.k0s())}function ql(i,s){if(1&i&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.feeBaseMsat,"1.0-0")," ")}}function Ql(i,s){1&i&&(t.j41(0,"th",48),t.EFF(1,"Fee Rate (mili mSats)"),t.k0s())}function Zl(i,s){if(1&i&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.feeProportionalMillionths,"1.0-0")," ")}}function Wl(i,s){1&i&&(t.j41(0,"th",48),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function Kl(i,s){if(1&i&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function tr(i,s){1&i&&(t.j41(0,"th",48),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function er(i,s){if(1&i&&(t.j41(0,"td",39)(1,"span",49),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function nr(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Balance Score"),t.k0s())}function ir(i,s){if(1&i&&(t.j41(0,"td",39)(1,"div",50)(2,"mat-hint",51),t.EFF(3),t.nI1(4,"number"),t.k0s()(),t.nrm(5,"mat-progress-bar",52),t.k0s()),2&i){const e=s.$implicit;t.R7$(3),t.JRh(t.bMT(4,3,(null==e?null:e.balancedness)||0)),t.R7$(2),t.Y8G("value",t.mNQ(null!=e&&e.toLocal&&(null==e?null:e.toLocal)>0?+(null==e?null:e.toLocal)/(+(null==e?null:e.toLocal)+ +(null==e?null:e.toRemote))*100:0))}}function ar(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",53)(1,"div",54)(2,"mat-select",55),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",56),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onChannelUpdate("all"))}),t.EFF(5,"Update Fee Policy"),t.k0s(),t.j41(6,"mat-option",56),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onDownloadCSV())}),t.EFF(7,"Download CSV"),t.k0s()()()()}}function or(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",57)(1,"div",54)(2,"mat-select",58),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",56),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG();return r.Njj(l.onChannelClick(o,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",56),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onChannelUpdate(a))}),t.EFF(7,"Update Fee Policy"),t.k0s(),t.j41(8,"mat-option",56),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onCircularRebalance(a))}),t.EFF(9,"Circular Rebalance"),t.k0s(),t.j41(10,"mat-option",56),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onChannelClose(a,!1))}),t.EFF(11,"Close Channel"),t.k0s(),t.j41(12,"mat-option",56),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onChannelClose(a,!0))}),t.EFF(13,"Force Close"),t.k0s()()()()}}function sr(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No peers connected. Add a peer in order to open a channel."),t.k0s())}function lr(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No channel available."),t.k0s())}function rr(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting channels..."),t.k0s())}function cr(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function mr(i,s){if(1&i&&(t.j41(0,"td",59),t.DNE(1,sr,2,0,"p",60)(2,lr,2,0,"p",60)(3,rr,2,0,"p",60)(4,cr,2,1,"p",60),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",e.numPeers<1&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",e.numPeers>0&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function pr(i,s){if(1&i&&t.nrm(0,"tr",61),2&i){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,wl,e.numPeers>0&&(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function ur(i,s){1&i&&t.nrm(0,"tr",62)}function dr(i,s){1&i&&t.nrm(0,"tr",63)}let hr=(()=>{var i;class s{constructor(n,a,o,l,m,u){this.logger=n,this.store=a,this.rtlEffects=o,this.commonService=l,this.router=m,this.camelCaseWithSpaces=u,this.faEye=E.pS3,this.faEyeSlash=E.k6j,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open_channels",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new p.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=c.G,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=n.activeChannels,this.activeChannels&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(),this.logger.info(n)}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.information=n}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.numPeers=n.peers&&n.peers.length?n.peers.length:0}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[4])).subscribe(n=>{this.totalBalance=n.onchainBalance.total||0})}ngAfterViewInit(){this.activeChannels&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable()}onCircularRebalance(n){this.store.dispatch((0,k.xO)({payload:{data:{message:{channels:this.activeChannels,selChannel:n,information:this.information},component:Rl}}}))}onChannelUpdate(n){"all"!==n&&n?.state&&"NORMAL"!==n?.state||(this.store.dispatch((0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update",message:[],titleMessage:"string"==typeof n&&"all"===n?"Update fee policy for all channels":"Update fee policy for Channel: "+(n?.alias||n?.shortChannelId?n?.alias&&n?.shortChannelId?n?.alias+" ("+n?.shortChannelId+")":n?.alias?n?.alias:n?.shortChannelId:n?.channelId),flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:c.UN.NUMBER,inputValue:n&&typeof n?.feeBaseMsat<"u"?n?.feeBaseMsat:1e3,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:c.UN.NUMBER,inputValue:n&&typeof n?.feeProportionalMillionths<"u"?n?.feeProportionalMillionths:100,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(l=>{if(l){const m=l[0].inputValue,u=l[1].inputValue;let T=null;if(this.commonService.isVersionCompatible(this.information.version,"0.6.2")){let F="";"all"===n?(this.activeChannels.forEach(G=>{F=F+","+G.nodeId}),F=F.substring(1),T={baseFeeMsat:m,feeRate:u,nodeIds:F}):T={baseFeeMsat:m,feeRate:u,nodeId:n?.nodeId}}else{let F="";"all"===n?(this.activeChannels.forEach(G=>{F=F+","+G.channelId}),F=F.substring(1),T={baseFeeMsat:m,feeRate:u,channelIds:F}):T={baseFeeMsat:m,feeRate:u,channelId:n?.channelId}}this.store.dispatch((0,j.fy)({payload:T}))}}),this.applyFilter())}percentHintFunction(n){return(n/1e4).toString()+"%"}onChannelClose(n,a){this.store.dispatch((0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:a?"Force Close Channel":"Close Channel",titleMessage:a?"Force closing channel: "+(n.alias||n.shortChannelId?n.alias&&n.shortChannelId?n.alias+" ("+n.shortChannelId+")":n.alias?n.alias:n.shortChannelId:n.channelId):"Closing channel: "+(n.alias||n.shortChannelId?n.alias&&n.shortChannelId?n.alias+" ("+n.shortChannelId+")":n.alias?n.alias:n.shortChannelId:n.channelId),noBtnText:"Cancel",yesBtnText:a?"Force Close":"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[6])).subscribe(u=>{u&&this.store.dispatch((0,j.w0)({payload:{channelId:n.channelId,force:a}}))})}onChannelClick(n,a){this.store.dispatch((0,k.xO)({payload:{data:{channel:n,channelsType:"open",component:bt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):"announceChannel"===n?"Private":this.commonService.titleCase(n)}setFilterPredicate(){this.channels.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=JSON.stringify(n).toLowerCase();break;case"announceChannel":o=n?.announceChannel?"public":"private";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}loadChannelsTable(){this.channels=new p.I6([...this.activeChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(n,a)=>n[a]&&isNaN(n[a])?n[a].toLocaleLowerCase():n[a]?+n[a]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"ActiveChannels")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(lt.H),t.rXU($.h),t.rXU(L.Ix),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-open-table"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Channels")}])],decls:60,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","shortChannelId"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","feeBaseMsat"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","feeProportionalMillionths"],["matColumnDef","toLocal"],["matColumnDef","toRemote"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilterBy,u)||(o.selFilterBy=u),r.Njj(u)}),t.bIt("selectionChange",function(){return r.eBV(l),o.selFilter="",r.Njj(o.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,jl,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilter,u)||(o.selFilter=u),r.Njj(u)}),t.bIt("input",function(){return r.eBV(l),r.Njj(o.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(o.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,Dl,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,Pl,1,0,"th",13)(20,Nl,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,Bl,2,0,"th",16)(23,Ml,2,1,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,$l,2,0,"th",16)(26,Vl,4,4,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,Ol,2,0,"th",16)(29,Hl,4,4,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,Yl,2,0,"th",16)(32,Xl,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,Ul,2,0,"th",16)(35,zl,2,1,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,Jl,2,0,"th",22)(38,ql,4,4,"td",14),t.bVm(),t.qex(39,23),t.DNE(40,Ql,2,0,"th",22)(41,Zl,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,Wl,2,0,"th",22)(44,Kl,4,4,"td",14),t.bVm(),t.qex(45,25),t.DNE(46,tr,2,0,"th",22)(47,er,4,4,"td",14),t.bVm(),t.qex(48,26),t.DNE(49,nr,2,0,"th",16)(50,ir,6,5,"td",14),t.bVm(),t.qex(51,27),t.DNE(52,ar,8,0,"th",28)(53,or,14,0,"td",29),t.bVm(),t.qex(54,30),t.DNE(55,mr,5,4,"td",31),t.bVm(),t.DNE(56,pr,1,3,"tr",32)(57,ur,1,0,"tr",33)(58,dr,1,0,"tr",34),t.k0s()(),t.nrm(59,"mat-paginator",35),t.k0s()}2&a&&(t.R7$(7),t.R50("ngModel",o.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,kl).concat(o.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",o.selFilter),t.R7$(2),t.Y8G("ngIf",o.apiCallStatus.status===o.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",o.tableSetting.sortBy)("matSortDirection",o.tableSetting.sortOrder)("dataSource",o.channels)("ngClass",t.eq3(15,Il,""!==o.errorMessage)),t.R7$(40),t.Y8G("matFooterRowDef",t.lJ4(17,Tl)),t.R7$(),t.Y8G("matHeaderRowDef",o.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",o.displayedColumns),t.R7$(),t.Y8G("pageSize",o.pageSize)("pageSizeOptions",o.pageSizeOptions)("hidePageSize",o.screenSize!==o.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.me,f.BC,f.vS,D.aY,Y.fg,y.rl,y.nJ,y.MV,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld,d.QX],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]}))}return i(),s})();const fr=()=>["all"],_r=i=>({"error-border":i}),gr=()=>["no_channel"],Vt=i=>({width:i}),Cr=i=>({"display-none":i});function yr(i,s){if(1&i&&(t.j41(0,"mat-option",33),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function br(i,s){1&i&&t.nrm(0,"mat-progress-bar",34)}function Fr(i,s){1&i&&t.nrm(0,"th",35)}function Er(i,s){if(1&i&&(t.j41(0,"span",39),t.nrm(1,"fa-icon",40),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function xr(i,s){if(1&i&&(t.j41(0,"span",41),t.nrm(1,"fa-icon",40),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function Lr(i,s){if(1&i&&(t.j41(0,"td",36),t.DNE(1,Er,2,1,"span",37)(2,xr,2,1,"span",38),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf",!(null!=e&&e.announceChannel)),t.R7$(),t.Y8G("ngIf",null==e?null:e.announceChannel)}}function Sr(i,s){1&i&&(t.j41(0,"th",42),t.EFF(1,"State"),t.k0s())}function vr(i,s){if(1&i&&(t.j41(0,"td",36),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.state))}}function Rr(i,s){1&i&&(t.j41(0,"th",42),t.EFF(1,"Channel ID"),t.k0s())}function kr(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",43)(2,"span",44),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Vt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Ir(i,s){1&i&&(t.j41(0,"th",42),t.EFF(1,"Alias"),t.k0s())}function Tr(i,s){if(1&i&&(t.j41(0,"td",36),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.alias)}}function wr(i,s){1&i&&(t.j41(0,"th",42),t.EFF(1,"Node ID"),t.k0s())}function jr(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",43)(2,"span",44),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Vt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function Dr(i,s){1&i&&(t.j41(0,"th",42),t.EFF(1,"Initiator"),t.k0s())}function Pr(i,s){if(1&i&&(t.j41(0,"td",36),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function Gr(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function Ar(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",46),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function Nr(i,s){1&i&&(t.j41(0,"th",45),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function Br(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",46),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function Mr(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",50),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function $r(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",51)(1,"button",52),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG();return r.Njj(l.onChannelClick(o,a))}),t.EFF(2,"View Info"),t.k0s()()}}function Vr(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No pending channel available."),t.k0s())}function Or(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting pending channels..."),t.k0s())}function Hr(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function Yr(i,s){if(1&i&&(t.j41(0,"td",53),t.DNE(1,Vr,2,0,"p",54)(2,Or,2,0,"p",54)(3,Hr,2,1,"p",54),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Xr(i,s){if(1&i&&t.nrm(0,"tr",55),2&i){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Cr,(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function Ur(i,s){1&i&&t.nrm(0,"tr",56)}function zr(i,s){1&i&&t.nrm(0,"tr",57)}let Jr=(()=>{var i;class s{constructor(n,a,o,l){this.logger=n,this.store=a,this.commonService=o,this.camelCaseWithSpaces=l,this.faEye=E.pS3,this.faEyeSlash=E.k6j,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"pending_channels",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new p.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=c.G,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=n.pendingChannels,this.loadChannelsTable(),this.logger.info(n)}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.information=n}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.numPeers=n.peers&&n.peers.length?n.peers.length:0}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[4])).subscribe(n=>{this.totalBalance=n.onchainBalance.total||0})}ngAfterViewInit(){this.pendingChannels.length>0&&this.loadChannelsTable()}onChannelClick(n,a){this.store.dispatch((0,k.xO)({payload:{data:{channel:n,channelsType:"pending",component:bt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):"announceChannel"===n?"Private":this.commonService.titleCase(n)}setFilterPredicate(){this.channels.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=JSON.stringify(n).toLowerCase();break;case"announceChannel":o=n?.announceChannel?"public":"private";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}loadChannelsTable(){this.channels=new p.I6([...this.pendingChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(n,a)=>n[a]&&isNaN(n[a])?n[a].toLocaleLowerCase():n[a]?+n[a]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"PendingChannels")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU($.h),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-pending-table"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Channels")}])],decls:51,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","toLocal"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","toRemote"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilterBy,u)||(o.selFilterBy=u),r.Njj(u)}),t.bIt("selectionChange",function(){return r.eBV(l),o.selFilter="",r.Njj(o.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,yr,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilter,u)||(o.selFilter=u),r.Njj(u)}),t.bIt("input",function(){return r.eBV(l),r.Njj(o.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(o.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,br,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,Fr,1,0,"th",13)(20,Lr,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,Sr,2,0,"th",16)(23,vr,3,3,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,Rr,2,0,"th",16)(26,kr,4,4,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,Ir,2,0,"th",16)(29,Tr,2,1,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,wr,2,0,"th",16)(32,jr,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,Dr,2,0,"th",16)(35,Pr,2,1,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,Gr,2,0,"th",22)(38,Ar,4,4,"td",14),t.bVm(),t.qex(39,23),t.DNE(40,Nr,2,0,"th",22)(41,Br,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,Mr,6,0,"th",25)(44,$r,3,0,"td",26),t.bVm(),t.qex(45,27),t.DNE(46,Yr,4,3,"td",28),t.bVm(),t.DNE(47,Xr,1,3,"tr",29)(48,Ur,1,0,"tr",30)(49,zr,1,0,"tr",31),t.k0s()(),t.nrm(50,"mat-paginator",32),t.k0s()}2&a&&(t.R7$(7),t.R50("ngModel",o.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,fr).concat(o.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",o.selFilter),t.R7$(2),t.Y8G("ngIf",o.apiCallStatus.status===o.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",o.tableSetting.sortBy)("matSortDirection",o.tableSetting.sortOrder)("dataSource",o.channels)("ngClass",t.eq3(15,_r,""!==o.errorMessage)),t.R7$(31),t.Y8G("matFooterRowDef",t.lJ4(17,gr)),t.R7$(),t.Y8G("matHeaderRowDef",o.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",o.displayedColumns),t.R7$(),t.Y8G("pageSize",o.pageSize)("pageSizeOptions",o.pageSizeOptions)("hidePageSize",o.screenSize!==o.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.me,f.BC,f.vS,D.aY,N.$z,Y.fg,y.rl,y.nJ,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld,d.QX,d.PV],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return i(),s})();const qr=()=>["all"],Qr=i=>({"error-border":i}),Zr=()=>["no_peer"],Ot=i=>({"mr-0":i}),Ht=i=>({width:i}),Wr=i=>({"display-none":i});function Kr(i,s){if(1&i&&(t.j41(0,"mat-option",35),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function t1(i,s){1&i&&t.nrm(0,"mat-progress-bar",36)}function e1(i,s){1&i&&t.nrm(0,"th",37)}function n1(i,s){if(1&i&&t.nrm(0,"span",41),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ot,e.screenSize===e.screenSizeEnum.XS))}}function i1(i,s){if(1&i&&t.nrm(0,"span",42),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ot,e.screenSize===e.screenSizeEnum.XS))}}function a1(i,s){if(1&i&&(t.j41(0,"td",38),t.DNE(1,n1,1,3,"span",39)(2,i1,1,3,"span",40),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf","CONNECTED"===e.state),t.R7$(),t.Y8G("ngIf","DISCONNECTED"===e.state)}}function o1(i,s){1&i&&(t.j41(0,"th",43),t.EFF(1,"Alias"),t.k0s())}function s1(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",44)(2,"span",45),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ht,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function l1(i,s){1&i&&(t.j41(0,"th",43),t.EFF(1,"Node ID"),t.k0s())}function r1(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",44)(2,"span",45),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Ht,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function c1(i,s){1&i&&(t.j41(0,"th",43),t.EFF(1,"Network Address"),t.k0s())}function m1(i,s){if(1&i&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.SpI(" ",null==e?null:e.address," ")}}function p1(i,s){1&i&&(t.j41(0,"th",43),t.EFF(1,"Channels"),t.k0s())}function u1(i,s){if(1&i&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.channels)}}function d1(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",46)(1,"div",47)(2,"mat-select",48),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",49),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function h1(i,s){if(1&i){const e=t.RV6();t.j41(0,"mat-option",49),t.bIt("click",function(){r.eBV(e);const a=t.XpG().$implicit,o=t.XpG();return r.Njj(o.onPeerDetach(a))}),t.EFF(1,"Disconnect"),t.k0s()}}function f1(i,s){if(1&i){const e=t.RV6();t.j41(0,"mat-option",49),t.bIt("click",function(){r.eBV(e);const a=t.XpG().$implicit,o=t.XpG();return r.Njj(o.onConnectPeer(a))}),t.EFF(1,"Reconnect"),t.k0s()}}function _1(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",50)(1,"div",47)(2,"mat-select",48),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",49),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG();return r.Njj(l.onPeerClick(o,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",49),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onOpenChannel(a))}),t.EFF(7,"Open Channel"),t.k0s(),t.DNE(8,h1,2,0,"mat-option",51)(9,f1,2,0,"mat-option",51),t.k0s()()()}if(2&i){const e=s.$implicit;t.R7$(8),t.Y8G("ngIf","CONNECTED"===e.state),t.R7$(),t.Y8G("ngIf","DISCONNECTED"===e.state)}}function g1(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No connected peer."),t.k0s())}function C1(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting peers..."),t.k0s())}function y1(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function b1(i,s){if(1&i&&(t.j41(0,"td",52),t.DNE(1,g1,2,0,"p",53)(2,C1,2,0,"p",53)(3,y1,2,1,"p",53),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function F1(i,s){if(1&i&&t.nrm(0,"tr",54),2&i){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,Wr,(null==e.peers?null:e.peers.data)&&(null==e.peers||null==e.peers.data?null:e.peers.data.length)>0))}}function E1(i,s){1&i&&t.nrm(0,"tr",55)}function x1(i,s){1&i&&t.nrm(0,"tr",56)}let L1=(()=>{var i;class s{constructor(n,a,o,l,m,u){this.logger=n,this.store=a,this.rtlEffects=o,this.actions=l,this.commonService=m,this.camelCaseWithSpaces=u,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.faUsers=E.gdJ,this.newlyAddedPeer="",this.displayedColumns=[],this.peerAddress="",this.peersData=[],this.peers=new p.I6([]),this.information={},this.availableBalance=0,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.information=n}),this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("state"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=n.peers,this.loadPeersTable(this.peersData),this.logger.info(n)}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.availableBalance=n.onchainBalance.total||0}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,X.p)(n=>n.type===c.Uu.SET_PEERS_ECL)).subscribe(n=>{this.peerAddress=null})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(n,a){const o=[[{key:"nodeId",value:n.nodeId,title:"Public Key",width:100}],[{key:"address",value:n.address,title:"Address",width:50},{key:"alias",value:n.alias,title:"Alias",width:50}],[{key:"state",value:this.commonService.titleCase(n.state||""),title:"State",width:50},{key:"channels",value:n.channels,title:"Channels",width:50}]];this.store.dispatch((0,k.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:n.nodeId,goToName:"Graph lookup",goToLink:"/ecl/graph/lookups",showQRName:"Public Key",showQRField:n.nodeId,message:o}}}))}onConnectPeer(n){this.store.dispatch((0,k.xO)({payload:{data:{message:{peer:n.nodeId?n:null,information:this.information,balance:this.availableBalance},component:At}}}))}onOpenChannel(n){this.store.dispatch((0,k.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:n,information:this.information,balance:this.availableBalance},newlyAdded:!1,component:$t}}}))}onPeerDetach(n){this.store.dispatch(n&&n.channels&&n.channels>0?(0,k.xO)({payload:{data:{type:c.A$.ERROR,alertTitle:"Disconnect Not Allowed",titleMessage:"Channel active with this peer."}}}):(0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(n.alias?n.alias:n.nodeId),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(a=>{a&&this.store.dispatch((0,j.Lc)({payload:{nodeId:n.nodeId||""}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.peers.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=JSON.stringify(n).toLowerCase();break;case"state":o=n?.state?.toLowerCase()||"";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return"state"===this.selFilterBy?0===o.indexOf(a):o.includes(a)}}loadPeersTable(n){this.peers=new p.I6(n?[...n]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(lt.H),t.rXU(K.En),t.rXU($.h),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-peers"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Peers")}])],decls:50,vars:19,consts:[["peersForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","nodeId"],["matColumnDef","address"],["matColumnDef","channels"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State"],["mat-cell",""],["class","dot green","matTooltip","Connected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Disconnected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Connected","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Disconnected","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",2)(1,"form",3,0)(3,"button",4),t.bIt("click",function(){return r.eBV(l),r.Njj(o.onConnectPeer({}))}),t.EFF(4,"Add Peer"),t.k0s()(),t.j41(5,"div",5)(6,"div",6)(7,"div",7),t.nrm(8,"fa-icon",8),t.j41(9,"span",9),t.EFF(10,"Peers"),t.k0s()(),t.j41(11,"div",10)(12,"mat-form-field",11)(13,"mat-label"),t.EFF(14,"Filter By"),t.k0s(),t.j41(15,"mat-select",12),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilterBy,u)||(o.selFilterBy=u),r.Njj(u)}),t.bIt("selectionChange",function(){return r.eBV(l),o.selFilter="",r.Njj(o.applyFilter())}),t.j41(16,"perfect-scrollbar"),t.DNE(17,Kr,2,2,"mat-option",13),t.k0s()()(),t.j41(18,"mat-form-field",11)(19,"mat-label"),t.EFF(20,"Filter"),t.k0s(),t.j41(21,"input",14),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilter,u)||(o.selFilter=u),r.Njj(u)}),t.bIt("input",function(){return r.eBV(l),r.Njj(o.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(o.applyFilter())}),t.k0s()()()(),t.j41(22,"div",15),t.DNE(23,t1,1,0,"mat-progress-bar",16),t.j41(24,"table",17,1),t.qex(26,18),t.DNE(27,e1,1,0,"th",19)(28,a1,3,2,"td",20),t.bVm(),t.qex(29,21),t.DNE(30,o1,2,0,"th",22)(31,s1,4,4,"td",20),t.bVm(),t.qex(32,23),t.DNE(33,l1,2,0,"th",22)(34,r1,4,4,"td",20),t.bVm(),t.qex(35,24),t.DNE(36,c1,2,0,"th",22)(37,m1,2,1,"td",20),t.bVm(),t.qex(38,25),t.DNE(39,p1,2,0,"th",22)(40,u1,2,1,"td",20),t.bVm(),t.qex(41,26),t.DNE(42,d1,6,0,"th",27)(43,_1,10,2,"td",28),t.bVm(),t.qex(44,29),t.DNE(45,b1,4,3,"td",30),t.bVm(),t.DNE(46,F1,1,3,"tr",31)(47,E1,1,0,"tr",32)(48,x1,1,0,"tr",33),t.k0s()(),t.nrm(49,"mat-paginator",34),t.k0s()()}2&a&&(t.R7$(8),t.Y8G("icon",o.faUsers),t.R7$(7),t.R50("ngModel",o.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(15,qr).concat(o.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",o.selFilter),t.R7$(2),t.Y8G("ngIf",o.apiCallStatus.status===o.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",o.tableSetting.sortBy)("matSortDirection",o.tableSetting.sortOrder)("dataSource",o.peers)("ngClass",t.eq3(16,Qr,""!==o.errorMessage)),t.R7$(22),t.Y8G("matFooterRowDef",t.lJ4(18,Zr)),t.R7$(),t.Y8G("matHeaderRowDef",o.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",o.displayedColumns),t.R7$(),t.Y8G("pageSize",o.pageSize)("pageSizeOptions",o.pageSizeOptions)("hidePageSize",o.screenSize!==o.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.qT,f.me,f.BC,f.cb,f.vS,f.cV,D.aY,N.$z,Y.fg,y.rl,y.nJ,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld],styles:[".mat-column-state[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return i(),s})();const S1=["queryRoutesForm"],v1=i=>({"overflow-auto error-border":i,"overflow-auto":!0}),Yt=i=>({"max-width":i});function R1(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Destination Node ID is required."),t.k0s())}function k1(i,s){1&i&&(t.j41(0,"mat-error"),t.EFF(1,"Amount is required."),t.k0s())}function I1(i,s){1&i&&t.nrm(0,"mat-progress-bar",23)}function T1(i,s){1&i&&(t.j41(0,"th",40),t.EFF(1," Alias"),t.k0s())}function w1(i,s){if(1&i&&(t.j41(0,"td",41)(1,"span",42)(2,"span",43),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,Yt,n.screenSize===n.screenSizeEnum.XS?"6rem":"30rem")),t.R7$(2),t.JRh(null==e?null:e.alias)}}function j1(i,s){1&i&&(t.j41(0,"th",40),t.EFF(1," ID"),t.k0s())}function D1(i,s){if(1&i&&(t.j41(0,"td",41)(1,"span",42)(2,"span",43),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,Yt,n.screenSize===n.screenSizeEnum.XS?"6rem":"30rem")),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function P1(i,s){1&i&&(t.j41(0,"th",40)(1,"div",44),t.EFF(2,"Actions"),t.k0s()())}function G1(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",45)(1,"button",46),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG(2);return r.Njj(o.onHopClick(a))}),t.EFF(2,"View Info"),t.k0s()()}}function A1(i,s){1&i&&t.nrm(0,"tr",47)}function N1(i,s){1&i&&t.nrm(0,"tr",48)}function B1(i,s){if(1&i&&(t.j41(0,"div",24)(1,"mat-expansion-panel",25)(2,"mat-expansion-panel-header")(3,"mat-panel-title",26)(4,"span",27),t.EFF(5),t.k0s(),t.j41(6,"span",28),t.EFF(7),t.nI1(8,"number"),t.k0s()()(),t.j41(9,"mat-panel-description",29)(10,"div",30)(11,"table",31,2),t.qex(13,32),t.DNE(14,T1,2,0,"th",33)(15,w1,4,4,"td",34),t.bVm(),t.qex(16,35),t.DNE(17,j1,2,0,"th",33)(18,D1,4,4,"td",34),t.bVm(),t.qex(19,36),t.DNE(20,P1,3,0,"th",33)(21,G1,3,0,"td",37),t.bVm(),t.DNE(22,A1,1,0,"tr",38)(23,N1,1,0,"tr",39),t.k0s()()()()()),2&i){const e=s.$implicit,n=s.index,a=t.XpG();t.R7$(5),t.SpI("Route ",n+1),t.R7$(2),t.JRh(t.bMT(8,6,e.amount/1e3)),t.R7$(4),t.Y8G("dataSource",a.qrHops[n])("ngClass",t.eq3(8,v1,"error"===a.flgLoading[0])),t.R7$(11),t.Y8G("matHeaderRowDef",a.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",a.displayedColumns)}}let M1=(()=>{var i;class s{constructor(n,a,o){this.store=n,this.eclEffects=a,this.commonService=o,this.allQRoutes=[],this.nodeId="",this.amount=0,this.qrHops=[],this.displayedColumns=["alias","nodeId","actions"],this.flgLoading=[!1],this.faRoute=E.TBz,this.faExclamationTriangle=E.zpE,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.qrHops[0]=new p.I6([]),this.qrHops[0].data=[],this.eclEffects.setQueryRoutes.pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{n&&n.routes&&n.routes.length?(this.flgLoading[0]=!1,this.allQRoutes=n.routes,this.allQRoutes.forEach((a,o)=>{this.qrHops[o]=new p.I6([...a.nodeIds])})):(this.flgLoading[0]="error",this.allQRoutes=[],this.qrHops=[])})}onQueryRoutes(){if(!this.nodeId||!this.amount)return!0;this.qrHops=[],this.flgLoading[0]=!0,this.store.dispatch((0,j.T4)({payload:{nodeId:this.nodeId,amount:1e3*this.amount}}))}resetData(){this.allQRoutes=[],this.nodeId="",this.amount=0,this.flgLoading[0]=!1,this.qrHops=[],this.form.resetForm()}onHopClick(n){this.store.dispatch((0,k.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"alias",value:n.alias,title:"Alias",width:100,type:c.UN.STRING}],[{key:"nodeId",value:n.nodeId,title:"Node ID",width:100,type:c.UN.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(I.il),t.rXU(ht.B),t.rXU($.h))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-query-routes"]],viewQuery:function(a,o){if(1&a&&t.GBs(S1,7),2&a){let l;t.mGM(l=t.lsd())&&(o.form=l.first)}},standalone:!1,decls:32,vars:10,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table[i]",""],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","nodeId","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","column","fxFlex","100"],["fxFlex","100",4,"ngFor","ngForOf"],["mode","indeterminate"],["fxFlex","100"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","row","fxLayoutAlign","space-between start"],["fxFlex","50","fxLayoutAlign","start start"],["fxFlex","50","fxLayoutAlign","end end"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"table-container","mb-2",3,"perfectScrollbar"],["mat-table","",3,"dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","nodeId"],["matColumnDef","actions"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",3)(1,"form",4,0),t.bIt("ngSubmit",function(){r.eBV(l);const u=t.sdS(2);return r.Njj(u.form.valid&&o.onQueryRoutes())}),t.j41(3,"div",5),t.nrm(4,"fa-icon",6),t.j41(5,"span"),t.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),t.k0s()(),t.j41(7,"mat-form-field",7)(8,"mat-label"),t.EFF(9,"Destination Node ID"),t.k0s(),t.j41(10,"input",8,1),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.nodeId,u)||(o.nodeId=u),r.Njj(u)}),t.k0s(),t.DNE(12,R1,2,0,"mat-error",9),t.k0s(),t.j41(13,"mat-form-field",10)(14,"mat-label"),t.EFF(15,"Amount (Sats)"),t.k0s(),t.j41(16,"input",11),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.amount,u)||(o.amount=u),r.Njj(u)}),t.k0s(),t.DNE(17,k1,2,0,"mat-error",9),t.k0s(),t.j41(18,"div",12)(19,"button",13),t.bIt("click",function(){return r.eBV(l),r.Njj(o.resetData())}),t.EFF(20,"Clear"),t.k0s(),t.j41(21,"button",14),t.EFF(22,"Query Route"),t.k0s()()(),t.j41(23,"div",15)(24,"div",16),t.nrm(25,"fa-icon",17),t.j41(26,"span",18),t.EFF(27,"Transaction Route"),t.k0s()()(),t.DNE(28,I1,1,0,"mat-progress-bar",19),t.j41(29,"div",20)(30,"div",21),t.DNE(31,B1,24,10,"div",22),t.k0s()()()}2&a&&(t.R7$(4),t.Y8G("icon",o.faExclamationTriangle),t.R7$(6),t.R50("ngModel",o.nodeId),t.R7$(2),t.Y8G("ngIf",!o.nodeId),t.R7$(4),t.Y8G("step",1e3)("min",0),t.R50("ngModel",o.amount),t.R7$(),t.Y8G("ngIf",!o.amount),t.R7$(8),t.Y8G("icon",o.faRoute),t.R7$(3),t.Y8G("ngIf",!0===o.flgLoading[0]),t.R7$(3),t.Y8G("ngForOf",o.allQRoutes))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.qT,f.me,f.Q0,f.BC,f.cb,f.YS,f.VZ,f.vS,f.cV,D.aY,N.$z,U.GK,U.Z2,U.WN,U.Q6,Y.fg,y.rl,y.nJ,y.TL,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.KS,p.$R,p.YZ,p.NB,B.Ld,it.V,d.QX],encapsulation:2}))}return i(),s})();const $1=()=>["all"],V1=i=>({"error-border":i}),O1=()=>["no_channel"],Lt=i=>({width:i}),H1=i=>({"display-none":i});function Y1(i,s){if(1&i&&(t.j41(0,"mat-option",35),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG();t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function X1(i,s){1&i&&t.nrm(0,"mat-progress-bar",36)}function U1(i,s){1&i&&t.nrm(0,"th",37)}function z1(i,s){if(1&i&&(t.j41(0,"span",41),t.nrm(1,"fa-icon",42),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEyeSlash)}}function J1(i,s){if(1&i&&(t.j41(0,"span",43),t.nrm(1,"fa-icon",42),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("icon",e.faEye)}}function q1(i,s){if(1&i&&(t.j41(0,"td",38),t.DNE(1,z1,2,1,"span",39)(2,J1,2,1,"span",40),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf",!e.announceChannel),t.R7$(),t.Y8G("ngIf",e.announceChannel)}}function Q1(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"State"),t.k0s())}function Z1(i,s){if(1&i&&(t.j41(0,"td",38),t.EFF(1),t.nI1(2,"titlecase"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(t.bMT(2,1,null==e?null:e.state))}}function W1(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Short Channel ID"),t.k0s())}function K1(i,s){if(1&i&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.shortChannelId)}}function tc(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Channel ID"),t.k0s())}function ec(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Lt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function nc(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Alias"),t.k0s())}function ic(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Lt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(e.alias)}}function ac(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Node ID"),t.k0s())}function oc(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",45)(2,"span",46),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG();t.R7$(),t.Y8G("ngStyle",t.eq3(2,Lt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.nodeId)}}function sc(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Initiator"),t.k0s())}function lc(i,s){if(1&i&&(t.j41(0,"td",38),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null!=e&&e.isInitiator?"Yes":"No")}}function rc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Local Balance (Sats)"),t.k0s())}function cc(i,s){if(1&i&&(t.j41(0,"td",38)(1,"span",48),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toLocal,"1.0-0")," ")}}function mc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Remote Balance (Sats)"),t.k0s())}function pc(i,s){if(1&i&&(t.j41(0,"td",38)(1,"span",48),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.SpI(" ",t.i5U(3,1,null==e?null:e.toRemote,"1.0-0")," ")}}function uc(i,s){1&i&&(t.j41(0,"th",44),t.EFF(1,"Balance Score"),t.k0s())}function dc(i,s){if(1&i&&(t.j41(0,"td",38)(1,"div",49)(2,"mat-hint",50),t.EFF(3),t.nI1(4,"number"),t.k0s()(),t.nrm(5,"mat-progress-bar",51),t.k0s()),2&i){const e=s.$implicit;t.R7$(3),t.JRh(t.bMT(4,3,(null==e?null:e.balancedness)||0)),t.R7$(2),t.Y8G("value",t.mNQ(e.toLocal&&e.toLocal>0?+e.toLocal/(+e.toLocal+ +e.toRemote)*100:0))}}function hc(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",52)(1,"div",53)(2,"mat-select",54),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function fc(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",56)(1,"div",53)(2,"mat-select",57),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG();return r.Njj(l.onChannelClick(o,a))}),t.EFF(5,"View Info"),t.k0s(),t.j41(6,"mat-option",55),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.onChannelClose(a,!0))}),t.EFF(7,"Force Close"),t.k0s()()()()}}function _c(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No inactive channel available."),t.k0s())}function gc(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting inactive channels..."),t.k0s())}function Cc(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.JRh(e.errorMessage)}}function yc(i,s){if(1&i&&(t.j41(0,"td",58),t.DNE(1,_c,2,0,"p",59)(2,gc,2,0,"p",59)(3,Cc,2,1,"p",59),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function bc(i,s){if(1&i&&t.nrm(0,"tr",60),2&i){const e=t.XpG();t.Y8G("ngClass",t.eq3(1,H1,(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function Fc(i,s){1&i&&t.nrm(0,"tr",61)}function Ec(i,s){1&i&&t.nrm(0,"tr",62)}let xc=(()=>{var i;class s{constructor(n,a,o,l,m){this.logger=n,this.store=a,this.rtlEffects=o,this.commonService=l,this.camelCaseWithSpaces=m,this.faEye=E.pS3,this.faEyeSlash=E.k6j,this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"inactive_channels",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channels=new p.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=c.G,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("announceChannel"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.Ou).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.inactiveChannels=n.inactiveChannels,this.loadChannelsTable(),this.logger.info(n)}),this.store.select(b.p3).pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{this.information=n}),this.store.select(b.os).pipe((0,g.Q)(this.unSubs[3])).subscribe(n=>{this.numPeers=n.peers&&n.peers.length?n.peers.length:0}),this.store.select(b.DW).pipe((0,g.Q)(this.unSubs[4])).subscribe(n=>{this.totalBalance=n.onchainBalance.total||0})}ngAfterViewInit(){this.inactiveChannels.length>0&&this.loadChannelsTable()}onChannelClose(n,a){this.store.dispatch((0,k.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:a?"Force Close Channel":"Close Channel",titleMessage:a?"Force closing channel: "+(n.alias||n.shortChannelId?n.alias&&n.shortChannelId?n.alias+" ("+n.shortChannelId+")":n.alias?n.alias:n.shortChannelId:n.channelId):"Closing channel: "+(n.alias||n.shortChannelId?n.alias&&n.shortChannelId?n.alias+" ("+n.shortChannelId+")":n.alias?n.alias:n.shortChannelId:n.channelId),noBtnText:"Cancel",yesBtnText:a?"Force Close":"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(u=>{u&&this.store.dispatch((0,j.w0)({payload:{channelId:n.channelId||"",force:a}}))})}onChannelClick(n,a){this.store.dispatch((0,k.xO)({payload:{data:{channel:n,channelsType:"inactive",component:bt}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLocaleLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):"announceChannel"===n?"Private":this.commonService.titleCase(n)}setFilterPredicate(){this.channels.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=JSON.stringify(n).toLowerCase();break;case"announceChannel":o=n?.announceChannel?"public":"private";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}loadChannelsTable(){this.channels=new p.I6([...this.inactiveChannels]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(n,a)=>n[a]&&isNaN(n[a])?n[a].toLocaleLowerCase():n[a]?+n[a]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"InactiveChannels")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU(I.il),t.rXU(lt.H),t.rXU($.h),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-channel-inactive-table"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Channels")}])],decls:57,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","announceChannel"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","shortChannelId"],["matColumnDef","channelId"],["matColumnDef","alias"],["matColumnDef","nodeId"],["matColumnDef","isInitiator"],["matColumnDef","toLocal"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","toRemote"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){if(1&a){const l=t.RV6();t.j41(0,"div",1)(1,"div",2),t.nrm(2,"div",3),t.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),t.EFF(6,"Filter By"),t.k0s(),t.j41(7,"mat-select",6),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilterBy,u)||(o.selFilterBy=u),r.Njj(u)}),t.bIt("selectionChange",function(){return r.eBV(l),o.selFilter="",r.Njj(o.applyFilter())}),t.j41(8,"perfect-scrollbar"),t.DNE(9,Y1,2,2,"mat-option",7),t.k0s()()(),t.j41(10,"mat-form-field",5)(11,"mat-label"),t.EFF(12,"Filter"),t.k0s(),t.j41(13,"input",8),t.mxI("ngModelChange",function(u){return r.eBV(l),t.DH7(o.selFilter,u)||(o.selFilter=u),r.Njj(u)}),t.bIt("input",function(){return r.eBV(l),r.Njj(o.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(o.applyFilter())}),t.k0s()()()(),t.j41(14,"div",9),t.DNE(15,X1,1,0,"mat-progress-bar",10),t.j41(16,"table",11,0),t.qex(18,12),t.DNE(19,U1,1,0,"th",13)(20,q1,3,2,"td",14),t.bVm(),t.qex(21,15),t.DNE(22,Q1,2,0,"th",16)(23,Z1,3,3,"td",14),t.bVm(),t.qex(24,17),t.DNE(25,W1,2,0,"th",16)(26,K1,2,1,"td",14),t.bVm(),t.qex(27,18),t.DNE(28,tc,2,0,"th",16)(29,ec,4,4,"td",14),t.bVm(),t.qex(30,19),t.DNE(31,nc,2,0,"th",16)(32,ic,4,4,"td",14),t.bVm(),t.qex(33,20),t.DNE(34,ac,2,0,"th",16)(35,oc,4,4,"td",14),t.bVm(),t.qex(36,21),t.DNE(37,sc,2,0,"th",16)(38,lc,2,1,"td",14),t.bVm(),t.qex(39,22),t.DNE(40,rc,2,0,"th",23)(41,cc,4,4,"td",14),t.bVm(),t.qex(42,24),t.DNE(43,mc,2,0,"th",23)(44,pc,4,4,"td",14),t.bVm(),t.qex(45,25),t.DNE(46,uc,2,0,"th",16)(47,dc,6,5,"td",14),t.bVm(),t.qex(48,26),t.DNE(49,hc,6,0,"th",27)(50,fc,8,0,"td",28),t.bVm(),t.qex(51,29),t.DNE(52,yc,4,3,"td",30),t.bVm(),t.DNE(53,bc,1,3,"tr",31)(54,Fc,1,0,"tr",32)(55,Ec,1,0,"tr",33),t.k0s()(),t.nrm(56,"mat-paginator",34),t.k0s()}2&a&&(t.R7$(7),t.R50("ngModel",o.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(14,$1).concat(o.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",o.selFilter),t.R7$(2),t.Y8G("ngIf",o.apiCallStatus.status===o.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",o.tableSetting.sortBy)("matSortDirection",o.tableSetting.sortOrder)("dataSource",o.channels)("ngClass",t.eq3(15,V1,""!==o.errorMessage)),t.R7$(37),t.Y8G("matFooterRowDef",t.lJ4(17,O1)),t.R7$(),t.Y8G("matHeaderRowDef",o.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",o.displayedColumns),t.R7$(),t.Y8G("pageSize",o.pageSize)("pageSizeOptions",o.pageSizeOptions)("hidePageSize",o.screenSize!==o.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.me,f.BC,f.vS,D.aY,Y.fg,y.rl,y.nJ,y.MV,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld,d.QX,d.PV],styles:[".mat-column-announceChannel[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:3rem;min-width:15rem;max-width:30rem}"]}))}return i(),s})();const Lc=()=>["all"],Sc=()=>["no_event"],vc=i=>({"ml-0":i}),st=i=>({width:i}),Rc=i=>({"display-none":i});function kc(i,s){if(1&i&&(t.j41(0,"div",6),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.JRh(e.errorMessage)}}function Ic(i,s){if(1&i&&(t.j41(0,"mat-option",14),t.EFF(1),t.k0s()),2&i){const e=s.$implicit,n=t.XpG(2);t.Y8G("value",e),t.R7$(),t.JRh(n.getLabel(e))}}function Tc(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",7),t.nrm(1,"div",8),t.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),t.EFF(5,"Filter By"),t.k0s(),t.j41(6,"mat-select",11),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilterBy,a)||(o.selFilterBy=a),r.Njj(a)}),t.bIt("selectionChange",function(){r.eBV(e);const a=t.XpG();return a.selFilter="",r.Njj(a.applyFilter())}),t.j41(7,"perfect-scrollbar"),t.DNE(8,Ic,2,2,"mat-option",12),t.k0s()()(),t.j41(9,"mat-form-field",10)(10,"mat-label"),t.EFF(11,"Filter"),t.k0s(),t.j41(12,"input",13),t.mxI("ngModelChange",function(a){r.eBV(e);const o=t.XpG();return t.DH7(o.selFilter,a)||(o.selFilter=a),r.Njj(a)}),t.bIt("input",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())})("keyup",function(){r.eBV(e);const a=t.XpG();return r.Njj(a.applyFilter())}),t.k0s()()()()}if(2&i){const e=t.XpG();t.R7$(6),t.R50("ngModel",e.selFilterBy),t.R7$(2),t.Y8G("ngForOf",t.lJ4(3,Lc).concat(e.displayedColumns.slice(0,-1))),t.R7$(4),t.R50("ngModel",e.selFilter)}}function wc(i,s){1&i&&t.nrm(0,"mat-progress-bar",42)}function jc(i,s){1&i&&t.nrm(0,"th",43)}function Dc(i,s){if(1&i&&(t.nrm(0,"span",46),t.nI1(1,"camelcase")),2&i){const e=t.XpG().$implicit,n=t.XpG(2);t.Y8G("matTooltip",t.mNQ(t.bMT(1,3,null==e?null:e.type)))("ngClass",t.eq3(5,vc,n.screenSize===n.screenSizeEnum.XS))}}function Pc(i,s){if(1&i&&(t.j41(0,"td",44),t.DNE(1,Dc,2,7,"span",45),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.Y8G("ngIf","payment-relayed"!==(null==e?null:e.type))}}function Gc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Date/Time"),t.k0s())}function Ac(i,s){if(1&i&&(t.j41(0,"td",44),t.EFF(1),t.nI1(2,"date"),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.SpI(" ",t.i5U(2,1,null==e?null:e.timestamp,"dd/MMM/y HH:mm")," ")}}function Nc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"In Channel ID"),t.k0s())}function Bc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,st,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.fromChannelId)}}function Mc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"In Channel Short ID"),t.k0s())}function $c(i,s){if(1&i&&(t.j41(0,"td",44),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.fromShortChannelId)}}function Vc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"In Channel"),t.k0s())}function Oc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,st,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.fromChannelAlias)}}function Hc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Out Channel ID"),t.k0s())}function Yc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,st,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.toChannelId)}}function Xc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Out Channel Short ID"),t.k0s())}function Uc(i,s){if(1&i&&(t.j41(0,"td",44),t.EFF(1),t.k0s()),2&i){const e=s.$implicit;t.R7$(),t.JRh(null==e?null:e.toShortChannelId)}}function zc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Out Channel"),t.k0s())}function Jc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,st,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.toChannelAlias)}}function qc(i,s){1&i&&(t.j41(0,"th",47),t.EFF(1,"Payment Hash"),t.k0s())}function Qc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"div",48)(2,"span",49),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,st,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.paymentHash)}}function Zc(i,s){1&i&&(t.j41(0,"th",50),t.EFF(1,"Amount In (Sats)"),t.k0s())}function Wc(i,s){if(1&i&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.amountIn))}}function Kc(i,s){1&i&&(t.j41(0,"th",50),t.EFF(1,"Amount Out (Sats)"),t.k0s())}function tm(i,s){if(1&i&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,null==e?null:e.amountOut))}}function em(i,s){1&i&&(t.j41(0,"th",50),t.EFF(1,"Fee Earned (Sats)"),t.k0s())}function nm(i,s){if(1&i&&(t.j41(0,"td",44)(1,"span",51),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,(null==e?null:e.amountIn)-(null==e?null:e.amountOut)))}}function im(i,s){if(1&i){const e=t.RV6();t.j41(0,"th",52)(1,"div",53)(2,"mat-select",54),t.nrm(3,"mat-select-trigger"),t.j41(4,"mat-option",55),t.bIt("click",function(){r.eBV(e);const a=t.XpG(2);return r.Njj(a.onDownloadCSV())}),t.EFF(5,"Download CSV"),t.k0s()()()()}}function am(i,s){if(1&i){const e=t.RV6();t.j41(0,"td",56)(1,"button",57),t.bIt("click",function(a){const o=r.eBV(e).$implicit,l=t.XpG(2);return r.Njj(l.onForwardingEventClick(o,a))}),t.EFF(2,"View Info"),t.k0s()()}}function om(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No forwarding history available."),t.k0s())}function sm(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting forwarding history..."),t.k0s())}function lm(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function rm(i,s){if(1&i&&(t.j41(0,"td",58),t.DNE(1,om,2,0,"p",59)(2,sm,2,0,"p",59)(3,lm,2,1,"p",59),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function cm(i,s){if(1&i&&t.nrm(0,"tr",60),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Rc,(null==e.forwardingHistoryEvents?null:e.forwardingHistoryEvents.data)&&(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)>0))}}function mm(i,s){1&i&&t.nrm(0,"tr",61)}function pm(i,s){1&i&&t.nrm(0,"tr",62)}function um(i,s){if(1&i&&(t.j41(0,"div",15),t.DNE(1,wc,1,0,"mat-progress-bar",16),t.j41(2,"table",17,0),t.qex(4,18),t.DNE(5,jc,1,0,"th",19)(6,Pc,2,1,"td",20),t.bVm(),t.qex(7,21),t.DNE(8,Gc,2,0,"th",22)(9,Ac,3,4,"td",20),t.bVm(),t.qex(10,23),t.DNE(11,Nc,2,0,"th",22)(12,Bc,4,4,"td",20),t.bVm(),t.qex(13,24),t.DNE(14,Mc,2,0,"th",22)(15,$c,2,1,"td",20),t.bVm(),t.qex(16,25),t.DNE(17,Vc,2,0,"th",22)(18,Oc,4,4,"td",20),t.bVm(),t.qex(19,26),t.DNE(20,Hc,2,0,"th",22)(21,Yc,4,4,"td",20),t.bVm(),t.qex(22,27),t.DNE(23,Xc,2,0,"th",22)(24,Uc,2,1,"td",20),t.bVm(),t.qex(25,28),t.DNE(26,zc,2,0,"th",22)(27,Jc,4,4,"td",20),t.bVm(),t.qex(28,29),t.DNE(29,qc,2,0,"th",22)(30,Qc,4,4,"td",20),t.bVm(),t.qex(31,30),t.DNE(32,Zc,2,0,"th",31)(33,Wc,4,3,"td",20),t.bVm(),t.qex(34,32),t.DNE(35,Kc,2,0,"th",31)(36,tm,4,3,"td",20),t.bVm(),t.qex(37,33),t.DNE(38,em,2,0,"th",31)(39,nm,4,3,"td",20),t.bVm(),t.qex(40,34),t.DNE(41,im,6,0,"th",35)(42,am,3,0,"td",36),t.bVm(),t.qex(43,37),t.DNE(44,rm,4,3,"td",38),t.bVm(),t.DNE(45,cm,1,3,"tr",39)(46,mm,1,0,"tr",40)(47,pm,1,0,"tr",41),t.k0s()()),2&i){const e=t.XpG();t.R7$(),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.forwardingHistoryEvents),t.R7$(43),t.Y8G("matFooterRowDef",t.lJ4(7,Sc)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns)}}function dm(i,s){if(1&i&&t.nrm(0,"mat-paginator",63),2&i){const e=t.XpG();t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let Xt=(()=>{var i;class s{constructor(n,a,o,l,m){this.logger=n,this.commonService=a,this.store=o,this.datePipe=l,this.camelCaseWithSpaces=m,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=c.WW,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:c.md,sortBy:"timestamp",sortOrder:c.oi.DESCENDING},this.displayedColumns=[],this.forwardingHistoryEvents=new p.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(n){n.eventsData&&(this.apiCallStatus={status:c.wn.COMPLETED,action:"FetchPayments"},this.eventsData=n.eventsData.currentValue,n.eventsData.firstChange||this.loadForwardingEventsTable(this.eventsData)),n.selFilter&&!n.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=n.pageSettings.find(a=>a.pageId===this.pageId)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.pageId)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("type"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.KT).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.eventsData=n.payments&&n.payments.relayed?n.payments.relayed:[],this.eventsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.eventsData),this.logger.info(this.eventsData)})}ngAfterViewInit(){setTimeout(()=>{this.eventsData.length>0&&this.loadForwardingEventsTable(this.eventsData)},0)}onForwardingEventClick(n,a){const o=[[{key:"paymentHash",value:n.paymentHash,title:"Payment Hash",width:100,type:c.UN.STRING}],[{key:"timestamp",value:Math.round((n.timestamp||0)/1e3),title:"Date/Time",width:50,type:c.UN.DATE_TIME},{key:"fee",value:(n.amountIn||0)-(n.amountOut||0),title:"Fee Earned (Sats)",width:50,type:c.UN.NUMBER}],[{key:"amountIn",value:n.amountIn,title:"Amount In (Sats)",width:50,type:c.UN.NUMBER},{key:"amountOut",value:n.amountOut,title:"Amount Out (Sats)",width:50,type:c.UN.NUMBER}],[{key:"fromChannelAlias",value:n.fromChannelAlias,title:"From Channel Alias",width:50,type:c.UN.STRING},{key:"fromShortChannelId",value:n.fromShortChannelId,title:"From Short Channel ID",width:50,type:c.UN.STRING}],[{key:"fromChannelId",value:n.fromChannelId,title:"From Channel ID",width:100,type:c.UN.STRING}],[{key:"toChannelAlias",value:n.toChannelAlias,title:"To Channel Alias",width:50,type:c.UN.STRING},{key:"toShortChannelId",value:n.toShortChannelId,title:"To Short Channel ID",width:50,type:c.UN.STRING}],[{key:"toChannelId",value:n.toChannelId,title:"To Channel ID",width:100,type:c.UN.STRING}]];"payment-relayed"!==n.type&&o?.unshift([{key:"type",value:this.commonService.camelCase(n.type),title:"Relay Type",width:100,type:c.UN.STRING}]),this.store.dispatch((0,k.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Event Information",message:o}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(n){const a=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column):this.commonService.titleCase(n)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(n,a)=>{let o="";switch(this.selFilterBy){case"all":o=(n.timestamp?this.datePipe.transform(new Date(n.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(n).toLowerCase();break;case"timestamp":o=this.datePipe.transform(new Date(n.timestamp||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":o=(n.amountIn-n.amountOut).toString()||"0";break;default:o=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return o.includes(a)}}loadForwardingEventsTable(n){this.forwardingHistoryEvents=new p.I6([...n]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(a,o)=>"fee"===o?a.amountIn-a.amountOut:a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il),t.rXU(d.vh),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-forwarding-history"]],viewQuery:function(a,o){if(1&a&&(t.GBs(S.B4,5),t.GBs(w.iy,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sort=l.first),t.mGM(l=t.lsd())&&(o.paginator=l.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},standalone:!1,features:[t.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,c.on)("Events")}]),t.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","hidePageSize",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Type (if not payment relayed)",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","fromChannelId"],["matColumnDef","fromShortChannelId"],["matColumnDef","fromChannelAlias"],["matColumnDef","toChannelId"],["matColumnDef","toShortChannelId"],["matColumnDef","toChannelAlias"],["matColumnDef","paymentHash"],["matColumnDef","amountIn"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amountOut"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Type (if not payment relayed)"],["mat-cell",""],["class","dot yellow","matTooltipPosition","right",3,"matTooltip","ngClass",4,"ngIf"],["matTooltipPosition","right",1,"dot","yellow",3,"matTooltip","ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"]],template:function(a,o){1&a&&(t.j41(0,"div",1),t.DNE(1,kc,2,1,"div",2)(2,Tc,13,4,"div",3)(3,um,48,8,"div",4)(4,dm,1,3,"mat-paginator",5),t.k0s()),2&a&&(t.R7$(),t.Y8G("ngIf",""!==o.errorMessage),t.R7$(),t.Y8G("ngIf",""===o.errorMessage),t.R7$(),t.Y8G("ngIf",""===o.errorMessage),t.R7$(),t.Y8G("ngIf",""===o.errorMessage))},dependencies:[d.YU,d.Sq,d.bT,d.B3,f.me,f.BC,f.vS,N.$z,Y.fg,y.rl,y.nJ,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,R.VO,R.$2,z.wT,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Q.oV,w.iy,B.ZF,B.Ld,d.QX,d.vh,q.ZE],styles:[".mat-column-type[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-type[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-actions[_ngcontent-%COMP%]{min-height:3.55rem}"]}))}return i(),s})();const hm=["tableIn"],fm=["tableOut"],_m=["paginatorIn"],gm=["paginatorOut"],Cm=(i,s)=>({"mt-2":i,"mt-1":s}),ym=()=>["no_incoming_event"],bm=i=>({"mt-2":i}),Fm=()=>["no_outgoing_event"],mt=i=>({width:i}),Ut=i=>({"display-none":i});function Em(i,s){if(1&i&&(t.j41(0,"div",7),t.EFF(1),t.k0s()),2&i){const e=t.XpG();t.R7$(),t.JRh(e.errorMessage)}}function xm(i,s){1&i&&t.nrm(0,"mat-progress-bar",34)}function Lm(i,s){1&i&&(t.j41(0,"th",35),t.EFF(1,"Channel ID"),t.k0s())}function Sm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,mt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function vm(i,s){1&i&&(t.j41(0,"th",35),t.EFF(1,"Peer Alias"),t.k0s())}function Rm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,mt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function km(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Events"),t.k0s())}function Im(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.events))}}function Tm(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Amount (Sats)"),t.k0s())}function wm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalAmount))}}function jm(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Fee (Sats)"),t.k0s())}function Dm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalFee))}}function Pm(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No incoming routing peer available."),t.k0s())}function Gm(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting incoming routing peers..."),t.k0s())}function Am(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function Nm(i,s){if(1&i&&(t.j41(0,"td",41),t.DNE(1,Pm,2,0,"p",42)(2,Gm,2,0,"p",42)(3,Am,2,1,"p",42),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Bm(i,s){if(1&i&&t.nrm(0,"tr",43),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ut,(null==e.routingPeersIncoming?null:e.routingPeersIncoming.data)&&(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)>0))}}function Mm(i,s){1&i&&t.nrm(0,"tr",44)}function $m(i,s){1&i&&t.nrm(0,"tr",45)}function Vm(i,s){1&i&&t.nrm(0,"mat-progress-bar",34)}function Om(i,s){1&i&&(t.j41(0,"th",35),t.EFF(1,"Channel ID"),t.k0s())}function Hm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,mt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.channelId)}}function Ym(i,s){1&i&&(t.j41(0,"th",35),t.EFF(1,"Peer Alias"),t.k0s())}function Xm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"div",37)(2,"span",38),t.EFF(3),t.k0s()()()),2&i){const e=s.$implicit,n=t.XpG(2);t.R7$(),t.Y8G("ngStyle",t.eq3(2,mt,n.screenSize===n.screenSizeEnum.XS?"6rem":n.colWidth)),t.R7$(2),t.JRh(null==e?null:e.alias)}}function Um(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Events"),t.k0s())}function zm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.events))}}function Jm(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Amount (Sats)"),t.k0s())}function qm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalAmount))}}function Qm(i,s){1&i&&(t.j41(0,"th",39),t.EFF(1,"Fee (Sats)"),t.k0s())}function Zm(i,s){if(1&i&&(t.j41(0,"td",36)(1,"span",40),t.EFF(2),t.nI1(3,"number"),t.k0s()()),2&i){const e=s.$implicit;t.R7$(2),t.JRh(t.bMT(3,1,e.totalFee))}}function Wm(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"No outgoing routing peer available."),t.k0s())}function Km(i,s){1&i&&(t.j41(0,"p"),t.EFF(1,"Getting outgoing routing peers..."),t.k0s())}function tp(i,s){if(1&i&&(t.j41(0,"p"),t.EFF(1),t.k0s()),2&i){const e=t.XpG(3);t.R7$(),t.JRh(e.errorMessage)}}function ep(i,s){if(1&i&&(t.j41(0,"td",41),t.DNE(1,Wm,2,0,"p",42)(2,Km,2,0,"p",42)(3,tp,2,1,"p",42),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function np(i,s){if(1&i&&t.nrm(0,"tr",43),2&i){const e=t.XpG(2);t.Y8G("ngClass",t.eq3(1,Ut,(null==e.routingPeersOutgoing?null:e.routingPeersOutgoing.data)&&(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)>0))}}function ip(i,s){1&i&&t.nrm(0,"tr",44)}function ap(i,s){1&i&&t.nrm(0,"tr",45)}function op(i,s){if(1&i&&(t.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),t.EFF(4,"Incoming"),t.k0s(),t.nrm(5,"div",12),t.k0s(),t.j41(6,"div",13),t.DNE(7,xm,1,0,"mat-progress-bar",14),t.j41(8,"table",15,0),t.qex(10,16),t.DNE(11,Lm,2,0,"th",17)(12,Sm,4,4,"td",18),t.bVm(),t.qex(13,19),t.DNE(14,vm,2,0,"th",17)(15,Rm,4,4,"td",18),t.bVm(),t.qex(16,20),t.DNE(17,km,2,0,"th",21)(18,Im,4,3,"td",18),t.bVm(),t.qex(19,22),t.DNE(20,Tm,2,0,"th",21)(21,wm,4,3,"td",18),t.bVm(),t.qex(22,23),t.DNE(23,jm,2,0,"th",21)(24,Dm,4,3,"td",18),t.bVm(),t.qex(25,24),t.DNE(26,Nm,4,3,"td",25),t.bVm(),t.DNE(27,Bm,1,3,"tr",26)(28,Mm,1,0,"tr",27)(29,$m,1,0,"tr",28),t.k0s()(),t.nrm(30,"mat-paginator",29,1),t.k0s(),t.j41(32,"div",30)(33,"div",10)(34,"div",11),t.EFF(35,"Outgoing"),t.k0s(),t.nrm(36,"div",12),t.k0s(),t.j41(37,"div",31),t.DNE(38,Vm,1,0,"mat-progress-bar",14),t.j41(39,"table",32,2),t.qex(41,16),t.DNE(42,Om,2,0,"th",17)(43,Hm,4,4,"td",18),t.bVm(),t.qex(44,19),t.DNE(45,Ym,2,0,"th",17)(46,Xm,4,4,"td",18),t.bVm(),t.qex(47,20),t.DNE(48,Um,2,0,"th",21)(49,zm,4,3,"td",18),t.bVm(),t.qex(50,22),t.DNE(51,Jm,2,0,"th",21)(52,qm,4,3,"td",18),t.bVm(),t.qex(53,23),t.DNE(54,Qm,2,0,"th",21)(55,Zm,4,3,"td",18),t.bVm(),t.qex(56,33),t.DNE(57,ep,4,3,"td",25),t.bVm(),t.DNE(58,np,1,3,"tr",26)(59,ip,1,0,"tr",27)(60,ap,1,0,"tr",28),t.k0s(),t.nrm(61,"mat-paginator",29,3),t.k0s()()()),2&i){const e=t.XpG();t.R7$(2),t.Y8G("ngClass",t.l_i(22,Cm,e.screenSize===e.screenSizeEnum.XS,e.screenSize===e.screenSizeEnum.SM)),t.R7$(5),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersIncoming),t.R7$(19),t.Y8G("matFooterRowDef",t.lJ4(25,ym)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS),t.R7$(3),t.Y8G("ngClass",t.eq3(26,bm,e.screenSize!==e.screenSizeEnum.LG)),t.R7$(5),t.Y8G("ngIf",e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),t.R7$(),t.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersOutgoing),t.R7$(19),t.Y8G("matFooterRowDef",t.lJ4(28,Fm)),t.R7$(),t.Y8G("matHeaderRowDef",e.displayedColumns),t.R7$(),t.Y8G("matRowDefColumns",e.displayedColumns),t.R7$(),t.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let sp=(()=>{var i;class s{constructor(n,a,o,l){this.logger=n,this.commonService=a,this.store=o,this.camelCaseWithSpaces=l,this.nodePageDefs=c.WW,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:c.md,sortBy:"totalFee",sortOrder:c.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.routingPeersIncoming=new p.I6([]),this.routingPeersOutgoing=new p.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.KT).pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{this.errorMessage="",this.apiCallStatus=n.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=n.payments&&n.payments.relayed?n.payments.relayed:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(n)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData)}applyFilterIncoming(){this.routingPeersIncoming.filter=this.filterIn.trim().toLowerCase()}applyFilterOutgoing(){this.routingPeersOutgoing.filter=this.filterOut.trim().toLowerCase()}getLabel(n){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(o=>o.column===n);return a?a.label?a.label:this.camelCaseWithSpaces.transform(a.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(n,a)=>{let o="";return o="all"===this.selFilterByIn?JSON.stringify(n).toLowerCase():"string"==typeof n[this.selFilterByIn]?n[this.selFilterByIn].toLowerCase():"boolean"==typeof n[this.selFilterByIn]?n[this.selFilterByIn]?"yes":"no":n[this.selFilterByIn].toString(),o.includes(a)},this.routingPeersOutgoing.filterPredicate=(n,a)=>{let o="";switch(this.selFilterByOut){case"all":o=JSON.stringify(n).toLowerCase();break;case"total_amount":case"total_fee":o=(+(n[this.selFilterByOut]||0)/1e3).toString()||"";break;default:o="string"==typeof n[this.selFilterByOut]?n[this.selFilterByOut].toLowerCase():"boolean"==typeof n[this.selFilterByOut]?n[this.selFilterByOut]?"yes":"no":n[this.selFilterByOut].toString()}return o.includes(a)}}loadRoutingPeersTable(n){if(n.length>0){const a=this.groupRoutingPeers(n);this.routingPeersIncoming=new p.I6(a[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new p.I6(a[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new p.I6([]),this.routingPeersOutgoing=new p.I6([]);this.setFilterPredicate(),this.applyFilterIncoming(),this.applyFilterOutgoing()}groupRoutingPeers(n){const a=[],o=[];return n.forEach(l=>{const m=a.find(T=>T.channelId===l.fromChannelId),u=o.find(T=>T.channelId===l.toChannelId);m?(m.events++,m.totalAmount=+m.totalAmount+ +l.amountIn,m.totalFee=l.amountIn-l.amountOut+ +m.totalFee):a.push({channelId:l.fromChannelId,alias:l.fromChannelAlias,events:1,totalAmount:+l.amountIn,totalFee:l.amountIn-l.amountOut}),u?(u.events++,u.totalAmount=+u.totalAmount+ +l.amountOut,u.totalFee=l.amountIn-l.amountOut+ +u.totalFee):o.push({channelId:l.toChannelId,alias:l.toChannelAlias,events:1,totalAmount:+l.amountOut,totalFee:l.amountIn-l.amountOut})}),[this.commonService.sortDescByKey(a,"totalFee"),this.commonService.sortDescByKey(o,"totalFee")]}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il),t.rXU(q.Qu))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-routing-peers"]],viewQuery:function(a,o){if(1&a&&(t.GBs(hm,5,S.B4),t.GBs(fm,5,S.B4),t.GBs(_m,5),t.GBs(gm,5)),2&a){let l;t.mGM(l=t.lsd())&&(o.sortIn=l.first),t.mGM(l=t.lsd())&&(o.sortOut=l.first),t.mGM(l=t.lsd())&&(o.paginatorIn=l.first),t.mGM(l=t.lsd())&&(o.paginatorOut=l.first)}},standalone:!1,features:[t.Jv_([{provide:w.xX,useValue:(0,c.on)("Peers")}])],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","channelId"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","totalAmount"],["matColumnDef","totalFee"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["fxLayout","column","fxFlex","49","fxLayoutAlign","end stretch",1,"mb-4"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,o){1&a&&(t.j41(0,"div",4),t.DNE(1,Em,2,1,"div",5)(2,op,63,29,"div",6),t.k0s()),2&a&&(t.R7$(),t.Y8G("ngIf",""!==o.errorMessage),t.R7$(),t.Y8G("ngIf",""===o.errorMessage))},dependencies:[d.YU,d.bT,d.B3,H.HM,_.DJ,_.sA,_.UI,v.PW,v.eI,S.B4,S.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,B.Ld,d.QX],encapsulation:2}))}return i(),s})();function lp(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",8),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG();t.Y8G("routerLink",t.mNQ(e.link))("active",n.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let rp=(()=>{var i;class s{constructor(n){this.router=n,this.faChartBar=E.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const n=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=n?n.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(a=>a instanceof L.gx)).subscribe({next:a=>{const o=this.links.find(l=>a.urlAfterRedirects.includes(l.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-reports"]],standalone:!1,decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(a,o){if(1&a&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Reports"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),t.DNE(8,lp,2,4,"div",7),t.k0s(),t.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),t.k0s()()()),2&a){const l=t.sdS(10);t.R7$(),t.Y8G("icon",o.faChartBar),t.R7$(6),t.Y8G("tabPanel",l),t.R7$(),t.Y8G("ngForOf",o.links)}},dependencies:[d.Sq,D.aY,x.RN,x.m2,_.DJ,_.sA,P.Bu,P.hQ,P.Ql,L.n3,W.Wk],encapsulation:2}))}return i(),s})();var zt=C(51993),Jt=C(24655);function cp(i,s){if(1&i&&(t.j41(0,"div",14),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&i){const e=t.XpG();t.Y8G("@fadeIn",e.totalFeeSat),t.R7$(),t.Lme("",t.i5U(2,3,e.totalFeeSat||0,"1.0-2")," Sats/",t.bMT(3,6,e.filteredEventsBySelectedPeriod.length||0)," Events")}}function mp(i,s){1&i&&(t.j41(0,"div",15),t.EFF(1,"No routing report for the selected period"),t.k0s())}function pp(i,s){if(1&i&&(t.j41(0,"span")(1,"span",17),t.EFF(2),t.nI1(3,"number"),t.k0s(),t.j41(4,"span",17),t.EFF(5),t.nI1(6,"number"),t.k0s()()),2&i){const e=s.model,n=t.XpG(2);t.R7$(2),t.SpI("Events: ",t.bMT(3,2,(n.selReportBy===n.reportBy.EVENTS?e.value:e.extra.totalEvents)||0)),t.R7$(3),t.SpI("Fee: ",t.i5U(6,4,(n.selReportBy===n.reportBy.EVENTS?e.extra.totalFees:e.value)||0,"1.0-2"))}}function up(i,s){if(1&i){const e=t.RV6();t.j41(0,"ngx-charts-bar-vertical",16),t.bIt("select",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onChartBarSelected(a))})("mouseup",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onChartMouseUp(a))}),t.DNE(1,pp,7,7,"ng-template",null,0,t.C5r),t.k0s()}if(2&i){const e=t.XpG();t.Y8G("view",e.view)("results",e.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function dp(i,s){if(1&i&&t.nrm(0,"rtl-ecl-forwarding-history",18),2&i){const e=t.XpG();t.Y8G("eventsData",e.filteredEventsBySelectedPeriod)("selFilter",e.eventFilterValue)}}let hp=(()=>{var i;class s{constructor(n,a,o){this.logger=n,this.commonService=a,this.store=o,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.events=[],this.filteredEventsBySelectedPeriod=[],this.eventFilterValue="",this.reportBy=c.aR,this.selReportBy=c.aR.FEES,this.totalFeeSat=null,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.select(b.KT).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.events=n.payments&&n.payments.relayed?n.payments.relayed:[],this.filterForwardingEvents(this.startDate,this.endDate),this.logger.info(n)}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[1])).subscribe(n=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=n.width/10;break;case c.f7.LG:this.screenPaddingX=n.width/16;break;default:this.screenPaddingX=n.width/20}this.view=[n.width-this.screenPaddingX,n.height/2.2],this.logger.info("Container Size: "+JSON.stringify(n)),this.logger.info("View: "+JSON.stringify(this.view))})}filterForwardingEvents(n,a){const o=Math.round(n.getTime()/1e3),l=Math.round(a.getTime()/1e3);this.logger.info("Filtering Forwarding Events Starting at "+new Date(Date.now()).toLocaleString()+" From "+n.toLocaleString()+" To "+a.toLocaleString()),this.filteredEventsBySelectedPeriod=[],this.routingReportData=[],this.totalFeeSat=null,this.events&&this.events.length>0&&(this.events.forEach(m=>{Math.floor((m.timestamp||0)/1e3)>=o&&Math.floor((m.timestamp||0)/1e3)0&&"ngx-charts"===n.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(n){this.eventFilterValue=this.reportPeriod===c.rs[1]?n.name+"/"+this.startDate.getFullYear():n.name.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(n){const a=Math.round(n.getTime()/1e3),o=[];if(this.totalFeeSat=0,this.logger.info("Fee Report Prepare Starting at "+new Date(Date.now()).toLocaleString()+" From "+n.toLocaleString()),this.reportPeriod===c.rs[1]){for(let l=0;l<12;l++)o.push({name:c.KR[l].name,value:0,extra:{totalEvents:0}});this.filteredEventsBySelectedPeriod?.map(l=>{const m=new Date(l.timestamp||0).getMonth();return o[m].value=o[m].value+((l.amountIn||0)-(l.amountOut||0)),o[m].extra.totalEvents=o[m].extra.totalEvents+1,this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((l.amountIn||0)-(l.amountOut||0)),this.filteredEventsBySelectedPeriod})}else{for(let l=0;l{const m=Math.floor((Math.floor((l.timestamp||0)/1e3)-a)/this.secondsInADay);return o[m].value=o[m].value+((l.amountIn||0)-(l.amountOut||0)),o[m].extra.totalEvents=o[m].extra.totalEvents+1,this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((l.amountIn||0)-(l.amountOut||0)),this.filteredEventsBySelectedPeriod})}return this.logger.info("Fee Report Prepare Finished at "+new Date(Date.now()).toLocaleString()),o}prepareEventsReport(n){const a=Math.round(n.getTime()/1e3),o=[];if(this.totalFeeSat=0,this.logger.info("Events Report Prepare Starting at "+new Date(Date.now()).toLocaleString()+" From "+n.toLocaleString()),this.reportPeriod===c.rs[1]){for(let l=0;l<12;l++)o.push({name:c.KR[l].name,value:0,extra:{totalFees:0}});this.filteredEventsBySelectedPeriod?.map(l=>{const m=new Date(l.timestamp||0).getMonth();return o[m].value=o[m].value+1,o[m].extra.totalFees=o[m].extra.totalFees+((l.amountIn||0)-(l.amountOut||0)),this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((l.amountIn||0)-(l.amountOut||0)),this.filteredEventsBySelectedPeriod})}else{for(let l=0;l{const m=Math.floor((Math.floor((l.timestamp||0)/1e3)-a)/this.secondsInADay);return o[m].value=o[m].value+1,o[m].extra.totalFees=o[m].extra.totalFees+((l.amountIn||0)-(l.amountOut||0)),this.totalFeeSat=(this.totalFeeSat?this.totalFeeSat:0)+((l.amountIn||0)-(l.amountOut||0)),this.filteredEventsBySelectedPeriod})}return this.logger.info("Events Report Prepare Finished at "+new Date(Date.now()).toLocaleString()),o}onSelectionChange(n){const a=n.selDate.getMonth(),o=n.selDate.getFullYear();this.reportPeriod=n.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.filterForwardingEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(n,a){return 1===n&&a%4==0?c.KR[n].days+1:c.KR[n].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-routing-report"]],hostBindings:function(a,o){1&a&&t.bIt("mouseup",function(m){return o.onChartMouseUp(m)})},standalone:!1,decls:17,vars:9,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["pageId","reports","tableId","routing",3,"eventsData","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],["pageId","reports","tableId","routing",3,"eventsData","selFilter"]],template:function(a,o){1&a&&(t.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),t.bIt("stepChanged",function(m){return o.onSelectionChange(m)}),t.k0s(),t.j41(2,"div",3)(3,"mat-radio-group",4),t.mxI("ngModelChange",function(m){return t.DH7(o.selReportBy,m)||(o.selReportBy=m),m}),t.bIt("change",function(){return o.onSelReportByChange()}),t.j41(4,"span",5),t.EFF(5,"Report By: "),t.k0s(),t.j41(6,"mat-radio-button",6),t.EFF(7,"Fees"),t.k0s(),t.j41(8,"mat-radio-button",7),t.EFF(9,"Events"),t.k0s()()(),t.j41(10,"div",8),t.DNE(11,cp,4,8,"div",9)(12,mp,2,0,"div",10),t.j41(13,"div",11),t.DNE(14,up,3,11,"ngx-charts-bar-vertical",12),t.k0s(),t.j41(15,"div",11),t.DNE(16,dp,1,2,"rtl-ecl-forwarding-history",13),t.k0s()()()),2&a&&(t.R7$(3),t.R50("ngModel",o.selReportBy),t.R7$(3),t.Y8G("value",t.mNQ(o.reportBy.FEES)),t.R7$(2),t.Y8G("value",t.mNQ(o.reportBy.EVENTS)),t.R7$(3),t.Y8G("ngIf",o.routingReportData.length>0&&o.filteredEventsBySelectedPeriod.length>0),t.R7$(),t.Y8G("ngIf",o.routingReportData.length<=0||o.filteredEventsBySelectedPeriod.length<=0),t.R7$(2),t.Y8G("ngIf",o.routingReportData.length>0&&o.filteredEventsBySelectedPeriod.length>0),t.R7$(2),t.Y8G("ngIf",o.filteredEventsBySelectedPeriod.length>0))},dependencies:[d.bT,f.BC,f.vS,rt.VT,rt._g,_.DJ,_.sA,_.UI,zt.L8,Jt.m,Xt,d.QX],encapsulation:2,data:{animation:[Et.q]}}))}return i(),s})();var fp=C(5085);function _p(i,s){if(1&i&&(t.j41(0,"div",11),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Lme(" Paid ",t.i5U(2,2,e.transactionsReportSummary.amountPaidSelectedPeriod||0,"1.0-2")," Sats/",t.bMT(3,5,e.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function gp(i,s){if(1&i&&(t.j41(0,"div",11),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&i){const e=t.XpG(2);t.R7$(),t.Lme(" Received ",t.i5U(2,2,e.transactionsReportSummary.amountReceivedSelectedPeriod||0,"1.0-2")," Sats/",t.bMT(3,5,e.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function Cp(i,s){if(1&i&&(t.j41(0,"div",9),t.DNE(1,_p,4,7,"div",10)(2,gp,4,7,"div",10),t.k0s()),2&i){const e=t.XpG();t.Y8G("@fadeIn",e.transactionsReportSummary),t.R7$(),t.Y8G("ngIf",e.transactionsReportSummary.paymentsSelectedPeriod),t.R7$(),t.Y8G("ngIf",e.transactionsReportSummary.invoicesSelectedPeriod)}}function yp(i,s){1&i&&(t.j41(0,"div",12),t.EFF(1,"No transactions report for the selected period"),t.k0s())}function bp(i,s){if(1&i&&(t.j41(0,"span",14),t.EFF(1),t.nI1(2,"number"),t.nI1(3,"number"),t.k0s()),2&i){const e=s.model;t.R7$(),t.LHq("",e.name,": ",t.i5U(2,4,e.value||0,"1.0-2"),"/# ","Paid"===e.name?"Payments":"Invoices",": ",t.bMT(3,7,(null==e.extra?null:e.extra.total)||0))}}function Fp(i,s){if(1&i){const e=t.RV6();t.j41(0,"ngx-charts-bar-vertical-2d",13),t.bIt("select",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onChartBarSelected(a))})("mouseup",function(a){r.eBV(e);const o=t.XpG();return r.Njj(o.onChartMouseUp(a))}),t.DNE(1,bp,4,9,"ng-template",null,0,t.C5r),t.k0s()}if(2&i){const e=t.XpG();t.Y8G("view",e.view)("results",e.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",e.reportPeriod===e.scrollRanges[0]?2:8)}}function Ep(i,s){if(1&i&&t.nrm(0,"rtl-transactions-report-table",15),2&i){const e=t.XpG();t.Y8G("displayedColumns",e.displayedColumns)("tableSetting",e.tableSetting)("dataList",e.transactionsNonZeroReportData)("dataRange",e.reportPeriod)("selFilter",e.transactionFilterValue)}}let xp=(()=>{var i;class s{constructor(n,a,o){this.logger=n,this.commonService=a,this.store=o,this.scrollRanges=c.rs,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:c.md,sortBy:"date",sortOrder:c.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[],this.transactionsNonZeroReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.select(b.jZ).pipe((0,g.Q)(this.unSubs[0])).subscribe(n=>{this.tableSetting=n.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||c.X8.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(b.KT).pipe((0,g.Q)(this.unSubs[1]),(0,pt.E)(this.store.select(b.rN))).subscribe(([n,a])=>{this.payments=n.payments.sent?n.payments.sent:[],this.invoices=a.invoices?a.invoices:[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData())}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[2])).subscribe(n=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=n.width/10;break;case c.f7.LG:this.screenPaddingX=n.width/16;break;default:this.screenPaddingX=n.width/20}this.view=[n.width-this.screenPaddingX,n.height/2.2],this.logger.info("Container Size: "+JSON.stringify(n)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(n){"svg"===n.srcElement.tagName&&n.srcElement.classList.length>0&&"ngx-charts"===n.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(n){this.transactionFilterValue=this.reportPeriod===c.rs[1]?n.series.toString()+"/"+this.startDate.getFullYear():n.series.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(n,a){const o=Math.round(n.getTime()/1e3),l=Math.round(a.getTime()/1e3),m=[];this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const u=this.payments?.filter(F=>F.firstPartTimestamp&&Math.floor(F.firstPartTimestamp/1e3)>=o&&Math.floor(F.firstPartTimestamp/1e3)"received"===F.status&&F.timestamp&&F.timestamp>=o&&F.timestamp{const G=new Date(F.firstPartTimestamp||0).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(F.recipientAmount||0),m[G].series[0].value=m[G].series[0].value+F.recipientAmount,m[G].series[0].extra.total=m[G].series[0].extra.total+1,this.transactionsReportSummary}),T?.map(F=>{const G=new Date(1e3*(F.timestamp||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(F.amountSettled||0),m[G].series[1].value=m[G].series[1].value+F.amountSettled,m[G].series[1].extra.total=m[G].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let F=0;F{const G=Math.floor((Math.floor((F.firstPartTimestamp||0)/1e3)-o)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(F.recipientAmount||0),m[G].series[0].value=m[G].series[0].value+F.recipientAmount,m[G].series[0].extra.total=m[G].series[0].extra.total+1,this.transactionsReportSummary}),T?.map(F=>{const G=Math.floor(((F.timestamp||0)-o)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(F.amountSettled||0),m[G].series[1].value=m[G].series[1].value+F.amountSettled,m[G].series[1].extra.total=m[G].series[1].extra.total+1,this.transactionsReportSummary})}return m}prepareTableData(){return this.transactionsReportData?.reduce((n,a)=>a.series[0].extra.total>0||a.series[1].extra.total>0?n.concat({date:a.date,amount_paid:a.series[0].value,num_payments:a.series[0].extra.total,amount_received:a.series[1].value,num_invoices:a.series[1].extra.total}):n,[])}onSelectionChange(n){const a=n.selDate.getMonth(),o=n.selDate.getFullYear();this.reportPeriod=n.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(n,a){return 1===n&&a%4==0?c.KR[n].days+1:c.KR[n].days}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(A.gP),t.rXU($.h),t.rXU(I.il))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-transactions-report"]],hostBindings:function(a,o){1&a&&t.bIt("mouseup",function(m){return o.onChartMouseUp(m)})},standalone:!1,decls:9,vars:4,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(a,o){1&a&&(t.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),t.bIt("stepChanged",function(m){return o.onSelectionChange(m)}),t.k0s(),t.j41(2,"div",3),t.DNE(3,Cp,3,3,"div",4)(4,yp,2,0,"div",5),t.j41(5,"div",6),t.DNE(6,Fp,3,13,"ngx-charts-bar-vertical-2d",7),t.k0s(),t.j41(7,"div",6),t.DNE(8,Ep,1,5,"rtl-transactions-report-table",8),t.k0s()()()),2&a&&(t.R7$(3),t.Y8G("ngIf",o.transactionsNonZeroReportData.length>0),t.R7$(),t.Y8G("ngIf",o.transactionsNonZeroReportData.length<=0),t.R7$(2),t.Y8G("ngIf",o.transactionsNonZeroReportData.length>0),t.R7$(2),t.Y8G("ngIf",o.transactionsNonZeroReportData.length>0))},dependencies:[d.bT,_.DJ,_.sA,_.UI,zt.Dl,Jt.m,fp.T,d.QX],encapsulation:2,data:{animation:[Et.q]}}))}return i(),s})();var M=C(17186),Lp=C(90013);function Sp(i,s){if(1&i){const e=t.RV6();t.j41(0,"div",9),t.bIt("click",function(){const a=r.eBV(e).$implicit,o=t.XpG();return r.Njj(o.activeLink=a.link)}),t.EFF(1),t.k0s()}if(2&i){const e=s.$implicit,n=t.XpG();t.Y8G("routerLink",t.mNQ(e.link))("active",n.activeLink===e.link),t.R7$(),t.JRh(e.name)}}let vp=(()=>{var i;class s{constructor(n){this.router=n,this.faSearch=E.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const n=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=n?n.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,X.p)(a=>a instanceof L.gx)).subscribe({next:a=>{const o=this.links.find(l=>a.urlAfterRedirects.includes(l.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)(t.rXU(L.Ix))},this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-ecl-graph"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(a,o){if(1&a&&(t.j41(0,"div",1),t.nrm(1,"fa-icon",2),t.j41(2,"span",3),t.EFF(3,"Graph Lookups"),t.k0s()(),t.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),t.DNE(8,Sp,2,4,"div",7),t.k0s(),t.nrm(9,"mat-tab-nav-panel",null,0),t.j41(11,"div",8),t.nrm(12,"router-outlet"),t.k0s()()()()),2&a){const l=t.sdS(10);t.R7$(),t.Y8G("icon",o.faSearch),t.R7$(6),t.Y8G("tabPanel",l),t.R7$(),t.Y8G("ngForOf",o.links)}},dependencies:[d.Sq,D.aY,x.RN,x.m2,_.DJ,_.sA,_.UI,P.Bu,P.hQ,P.Ql,L.n3,W.Wk],encapsulation:2}))}return i(),s})();const Rp=[{path:"",component:vt,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:Da,canActivate:[(0,M.fe)()]},{path:"onchain",component:Eo,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"receive"},{path:"receive",component:cs,canActivate:[(0,M.fe)()]},{path:"send",component:ms,canActivate:[(0,M.fe)()]}]},{path:"connections",component:So,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:Is,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:hr,canActivate:[(0,M.fe)()]},{path:"pending",component:Jr,canActivate:[(0,M.fe)()]},{path:"inactive",component:xc,canActivate:[(0,M.fe)()]}]},{path:"peers",component:L1,data:{sweepAll:!1},canActivate:[(0,M.fe)()]}]},{path:"transactions",component:Ro,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Tt,canActivate:[(0,M.fe)()]},{path:"invoices",component:wt,canActivate:[(0,M.fe)()]}]},{path:"routing",component:Io,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:Xt,canActivate:[(0,M.fe)()]},{path:"peers",component:sp,canActivate:[(0,M.fe)()]}]},{path:"reports",component:rp,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:hp,canActivate:[(0,M.fe)()]},{path:"transactions",component:xp,canActivate:[(0,M.fe)()]}]},{path:"graph",component:vp,canActivate:[(0,M.fe)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:ls,canActivate:[(0,M.fe)()]},{path:"queryroutes",component:M1,canActivate:[(0,M.fe)()]}]},{path:"**",component:Lp.X}]}],kp=W.iI.forChild(Rp);var Ip=C(19029);let Tp=(()=>{var i;class s{static#t=i=()=>(this.\u0275fac=function(a){return new(a||s)},this.\u0275mod=t.$C({type:s,bootstrap:[vt]}),this.\u0275inj=r.G2t({imports:[d.MD,Ip.G,kp]}))}return i(),s})()}}]); \ No newline at end of file diff --git a/frontend/190.03f035c34a56c8be.js b/frontend/190.03f035c34a56c8be.js deleted file mode 100644 index 8212ce84..00000000 --- a/frontend/190.03f035c34a56c8be.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[190],{9190:(GC,$e,g)=>{g.r($e),g.d($e,{LNDModule:()=>LC});var d=g(177),x=g(1188),pt=g(9881),e=g(4438),h=g(2920),B=g(7575);function mt(n,s){1&n&&e.nrm(0,"mat-progress-bar",3)}let Ae=(()=>{class n{constructor(t){this.router=t,this.loading=!1,this.router.events.subscribe(a=>{switch(!0){case a instanceof x.Z:this.loading=!0;break;case a instanceof x.wF:case a instanceof x.j5:case a instanceof x.L6:this.loading=!1}})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lnd-root"]],decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(a,i){1&a&&(e.j41(0,"div",1),e.DNE(1,mt,1,0,"mat-progress-bar",2),e.nrm(2,"router-outlet",null,0),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf",i.loading))},dependencies:[d.bT,h.DJ,h.sA,h.UI,B.HM,x.n3],data:{animation:[pt.E]}})}}return n})();var u=g(1413),_=g(6977),he=g(3993),Y=g(5964),Me=g(614),b=g(5383),l=g(4416),X=g(9647),y=g(3536),j=g(8570),I=g(9640),Q=g(4054),N=g(2571),M=g(60),L=g(6038),G=g(8834),T=g(5596),_e=g(6195),ie=g(9213),ve=g(9115),P=g(6850),w=g(6695),k=g(2042),p=g(9159),R=g(2798),O=g(5351),v=g(190),m=g(9417),$=g(9631),f=g(6467),V=g(6600),me=g(450),Z=g(4823),K=g(9587),te=g(6114);function ut(n,s){1&n&&(e.j41(0,"span",32),e.EFF(1,"= "),e.k0s())}function dt(n,s){if(1&n&&(e.j41(0,"span",33),e.nrm(1,"fa-icon",34),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.convertedCurrency.symbol)}}function ht(n,s){if(1&n&&e.nrm(0,"span",35),2&n){const t=e.XpG();e.Y8G("innerHTML",t.convertedCurrency.symbol,e.npT)}}function _t(n,s){if(1&n&&(e.j41(0,"mat-option",36),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.JRh(e.bMT(2,2,t))}}function ft(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.invoiceError)}}function gt(n,s){if(1&n&&(e.j41(0,"div",37),e.nrm(1,"fa-icon",38),e.DNE(2,ft,2,1,"span",39),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.invoiceError)}}let Ct=(()=>{class n{constructor(t,a,i,o,r,c){this.dialogRef=t,this.data=a,this.store=i,this.decimalPipe=o,this.commonService=r,this.actions=c,this.faExclamationTriangle=b.zpE,this.convertedCurrency=null,this.memo="",this.isAmp=!1,this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=l.md,this.timeUnitEnum=l.F7,this.timeUnits=l.SY,this.selTimeUnit=l.F7.SECS,this.invoiceError="",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.actions.pipe((0,_.Q)(this.unSubs[2]),(0,Y.p)(t=>t.type===l.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.QP.UPDATE_API_CALL_STATUS_LND&&"SaveNewInvoice"===t.payload.action&&(this.invoiceError=t.payload.message,t.payload.status===l.wn.ERROR&&(this.invoiceError=t.payload.message),t.payload.status===l.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(t){this.invoiceError="";let a=0;a=this.expiry?this.selTimeUnit!==l.F7.SECS?this.commonService.convertTime(this.expiry,this.selTimeUnit,l.F7.SECS):this.expiry:l.It,this.store.dispatch((0,v.VK)({payload:{uiMessage:l.MZ.ADD_INVOICE,memo:this.memo,value:this.invoiceValue,private:this.private,expiry:a,is_amp:this.isAmp,pageSize:this.pageSize,openModal:!0}}))}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.isAmp=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=l.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,_.Q)(this.unSubs[3])).subscribe({next:t=>{this.convertedCurrency=t,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,l.k.OTHER)+" "+this.convertedCurrency.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onTimeUnitChange(t){this.expiry&&this.selTimeUnit!==t.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,t.value)),this.selTimeUnit=t.value}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(I.il),e.rXU(d.QX),e.rXU(N.h),e.rXU(Q.En))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-create-invoices"]],decls:53,vars:20,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end start"],["matInput","","autoFocus","","tabindex","1","name","memo",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","2","name","invoiceValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","24","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","3","name","expiry",3,"ngModelChange","step","min","ngModel"],["tabindex","4","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"ml-2"],["fxFlex","49","fxLayoutAlign","start start"],["tabindex","4","color","primary","name","private",3,"ngModelChange","ngModel"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["tabindex","5","color","primary","name","amp",3,"ngModelChange","ngModel"],["matTooltip","Atomic multipath payment invoice","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","6","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","7",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Create Invoice"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),e.EFF(13,"Memo"),e.k0s(),e.j41(14,"input",10),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.memo,c)||(i.memo=c),e.Njj(c)}),e.k0s()(),e.j41(15,"mat-form-field",11)(16,"mat-label"),e.EFF(17,"Amount"),e.k0s(),e.j41(18,"input",12),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.invoiceValue,c)||(i.invoiceValue=c),e.Njj(c)}),e.bIt("keyup",function(){return e.eBV(o),e.Njj(i.onInvoiceValueChange())}),e.k0s(),e.j41(19,"span",13),e.EFF(20,"Sats "),e.k0s(),e.j41(21,"mat-hint",14),e.DNE(22,ut,2,0,"span",15)(23,dt,2,1,"span",16)(24,ht,1,1,"span",17),e.EFF(25),e.k0s()(),e.j41(26,"mat-form-field",18)(27,"mat-label"),e.EFF(28,"Expiry"),e.k0s(),e.j41(29,"input",19),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.expiry,c)||(i.expiry=c),e.Njj(c)}),e.k0s(),e.j41(30,"span",13),e.EFF(31),e.nI1(32,"titlecase"),e.k0s()(),e.j41(33,"mat-form-field",18)(34,"mat-select",20),e.bIt("selectionChange",function(c){return e.eBV(o),e.Njj(i.onTimeUnitChange(c))}),e.DNE(35,_t,3,4,"mat-option",21),e.k0s()(),e.j41(36,"div",22)(37,"div",23)(38,"mat-slide-toggle",24),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.private,c)||(i.private=c),e.Njj(c)}),e.EFF(39,"Private Routing Hints"),e.k0s(),e.j41(40,"mat-icon",25),e.EFF(41,"info_outline"),e.k0s()(),e.j41(42,"div",23)(43,"mat-slide-toggle",26),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.isAmp,c)||(i.isAmp=c),e.Njj(c)}),e.EFF(44,"AMP Invoice"),e.k0s(),e.j41(45,"mat-icon",27),e.EFF(46,"info_outline"),e.k0s()()(),e.DNE(47,gt,3,2,"div",28),e.j41(48,"div",29)(49,"button",30),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(50,"Clear Field"),e.k0s(),e.j41(51,"button",31),e.bIt("click",function(){e.eBV(o);const c=e.sdS(10);return e.Njj(i.onAddInvoice(c))}),e.EFF(52,"Create Invoice"),e.k0s()()()()()()}2&a&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(8),e.R50("ngModel",i.memo),e.R7$(4),e.Y8G("step",100)("min",1),e.R50("ngModel",i.invoiceValue),e.R7$(4),e.Y8G("ngIf",""!==i.invoiceValueHint),e.R7$(),e.Y8G("ngIf",i.convertedCurrency&&"FA"===i.convertedCurrency.iconType&&""!==i.invoiceValueHint),e.R7$(),e.Y8G("ngIf",i.convertedCurrency&&"SVG"===i.convertedCurrency.iconType&&""!==i.invoiceValueHint),e.R7$(),e.SpI(" ",i.invoiceValueHint," "),e.R7$(4),e.Y8G("step",i.selTimeUnit===i.timeUnitEnum.SECS?300:i.selTimeUnit===i.timeUnitEnum.MINS?10:i.selTimeUnit===i.timeUnitEnum.HOURS?2:1)("min",1),e.R50("ngModel",i.expiry),e.R7$(2),e.SpI("",e.bMT(32,18,i.selTimeUnit)," "),e.R7$(3),e.Y8G("value",i.selTimeUnit),e.R7$(),e.Y8G("ngForOf",i.timeUnits),e.R7$(3),e.R50("ngModel",i.private),e.R7$(5),e.R50("ngModel",i.isAmp),e.R7$(4),e.Y8G("ngIf",""!==i.invoiceError))},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.VZ,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,O.tx,G.$z,T.m2,T.MM,ie.An,$.fg,f.rl,f.nJ,f.MV,f.yw,R.VO,V.wT,me.sG,Z.oV,K.N,te.V,d.PV]})}}return n})();var yt=g(6391),E=g(1771),q=g(2929),A=g(497);const bt=()=>["all"],Ft=n=>({"error-border":n}),xt=()=>["no_invoice"],fe=n=>({"mr-0":n}),se=n=>({width:n}),vt=n=>({"display-none":n});function Tt(n,s){1&n&&(e.j41(0,"span",19),e.EFF(1,"= "),e.k0s())}function St(n,s){if(1&n&&(e.j41(0,"span",20),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.convertedCurrency.symbol)}}function kt(n,s){if(1&n&&e.nrm(0,"span",22),2&n){const t=e.XpG(2);e.Y8G("innerHTML",t.convertedCurrency.symbol,e.npT)}}function Rt(n,s){if(1&n){const t=e.RV6();e.j41(0,"form",6,0)(2,"mat-form-field",7)(3,"mat-label"),e.EFF(4,"Memo"),e.k0s(),e.j41(5,"input",8),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.memo,i)||(o.memo=i),e.Njj(i)}),e.k0s()(),e.j41(6,"mat-form-field",9)(7,"mat-label"),e.EFF(8,"Amount"),e.k0s(),e.j41(9,"input",10),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.invoiceValue,i)||(o.invoiceValue=i),e.Njj(i)}),e.bIt("keyup",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onInvoiceValueChange())}),e.k0s(),e.j41(10,"span",11),e.EFF(11,"Sats "),e.k0s(),e.j41(12,"mat-hint",12),e.DNE(13,Tt,2,0,"span",13)(14,St,2,1,"span",14)(15,kt,1,1,"span",15),e.EFF(16),e.k0s()(),e.j41(17,"div",16)(18,"button",17),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.EFF(19,"Clear Field"),e.k0s(),e.j41(20,"button",18),e.bIt("click",function(){e.eBV(t);const i=e.sdS(1),o=e.XpG();return e.Njj(o.onAddInvoice(i))}),e.EFF(21,"Create Invoice"),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(5),e.R50("ngModel",t.memo),e.R7$(4),e.Y8G("step",100)("min",1),e.R50("ngModel",t.invoiceValue),e.R7$(4),e.Y8G("ngIf",""!==t.invoiceValueHint),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.invoiceValueHint),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.invoiceValueHint),e.R7$(),e.SpI(" ",t.invoiceValueHint," ")}}function Et(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",23)(1,"button",24),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.openCreateInvoiceModal())}),e.EFF(2,"Create Invoice"),e.k0s()()}}function It(n,s){if(1&n&&(e.j41(0,"mat-option",72),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function Lt(n,s){1&n&&e.nrm(0,"mat-progress-bar",73)}function wt(n,s){1&n&&e.nrm(0,"th",74)}function jt(n,s){if(1&n&&e.nrm(0,"span",80),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,fe,t.screenSize===t.screenSizeEnum.XS))}}function Gt(n,s){if(1&n&&e.nrm(0,"span",81),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,fe,t.screenSize===t.screenSizeEnum.XS))}}function Dt(n,s){if(1&n&&e.nrm(0,"span",82),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,fe,t.screenSize===t.screenSizeEnum.XS))}}function Nt(n,s){if(1&n&&e.nrm(0,"span",83),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,fe,t.screenSize===t.screenSizeEnum.XS))}}function Pt(n,s){if(1&n&&(e.j41(0,"td",75),e.DNE(1,jt,1,3,"span",76)(2,Gt,1,3,"span",77)(3,Dt,1,3,"span",78)(4,Nt,1,3,"span",79),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf","OPEN"===(null==t?null:t.state)),e.R7$(),e.Y8G("ngIf","SETTLED"===(null==t?null:t.state)),e.R7$(),e.Y8G("ngIf","ACCEPTED"===(null==t?null:t.state)),e.R7$(),e.Y8G("ngIf","CANCELED"===(null==t?null:t.state))}}function $t(n,s){1&n&&e.nrm(0,"th",84)}function At(n,s){if(1&n&&(e.j41(0,"span",87),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faEyeSlash)}}function Mt(n,s){if(1&n&&(e.j41(0,"span",88),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faEye)}}function Bt(n,s){if(1&n&&(e.j41(0,"td",75),e.DNE(1,At,2,1,"span",85)(2,Mt,2,1,"span",86),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",t.private),e.R7$(),e.Y8G("ngIf",!t.private)}}function Ot(n,s){1&n&&e.nrm(0,"th",89)}function Vt(n,s){if(1&n&&(e.j41(0,"span",92),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faArrowsTurnToDots)}}function Yt(n,s){if(1&n&&(e.j41(0,"span",93),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faArrowsTurnRight)}}function Xt(n,s){if(1&n&&(e.j41(0,"td",75),e.DNE(1,Vt,2,1,"span",90)(2,Yt,2,1,"span",91),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",t.is_keysend),e.R7$(),e.Y8G("ngIf",!t.is_keysend)}}function Ut(n,s){1&n&&e.nrm(0,"th",94)}function Ht(n,s){if(1&n&&(e.j41(0,"span",97),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faMoneyBill1)}}function qt(n,s){if(1&n&&(e.j41(0,"span",98),e.nrm(1,"fa-icon",21),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.faBurst)}}function zt(n,s){if(1&n&&(e.j41(0,"td",75),e.DNE(1,Ht,2,1,"span",95)(2,qt,2,1,"span",96),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",!t.is_amp),e.R7$(),e.Y8G("ngIf",t.is_amp)}}function Jt(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Date Created"),e.k0s())}function Wt(n,s){if(1&n&&(e.j41(0,"td",75),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm"),"")}}function Qt(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Date Settled"),e.k0s())}function Zt(n,s){if(1&n&&(e.j41(0,"td",75),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(0!=+(null==t?null:t.settle_date)?e.i5U(2,1,1e3*+(null==t?null:t.settle_date),"dd/MMM/y HH:mm"):"-")}}function Kt(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Memo"),e.k0s())}function en(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.memo)}}function tn(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Preimage"),e.k0s())}function nn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.r_preimage)}}function an(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Preimage Hash"),e.k0s())}function sn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.r_hash)}}function on(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Payment Address"),e.k0s())}function ln(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_addr)}}function rn(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Payment Request"),e.k0s())}function cn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_request)}}function pn(n,s){1&n&&(e.j41(0,"th",99),e.EFF(1,"Description Hash"),e.k0s())}function mn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.description_hash)}}function un(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"Expiry"),e.k0s())}function dn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.expiry)," ")}}function hn(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"CLTV Expiry"),e.k0s())}function _n(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.cltv_expiry)," ")}}function fn(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"Add Index"),e.k0s())}function gn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.add_index)," ")}}function Cn(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"Settle Index"),e.k0s())}function yn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.settle_index)," ")}}function bn(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"Amount (Sats)"),e.k0s())}function Fn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.value)," ")}}function xn(n,s){1&n&&(e.j41(0,"th",102),e.EFF(1,"Amount Settled (Sats)"),e.k0s())}function vn(n,s){if(1&n&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.amt_paid_sat)," ")}}function Tn(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",104)(1,"div",105)(2,"mat-select",106),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",107),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Sn(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",108)(1,"div",105)(2,"mat-select",109),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",107),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onInvoiceClick(i))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",107),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onRefreshInvoice(i))}),e.EFF(7,"Refresh"),e.k0s()()()()}}function kn(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No invoice available."),e.k0s())}function Rn(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting invoices..."),e.k0s())}function En(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.errorMessage)}}function In(n,s){if(1&n&&(e.j41(0,"td",110),e.DNE(1,kn,2,0,"p",111)(2,Rn,2,0,"p",111)(3,En,2,1,"p",111),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Ln(n,s){if(1&n&&e.nrm(0,"tr",112),2&n){const t=e.XpG(2);e.Y8G("ngClass",e.eq3(1,vt,(null==t.invoices?null:t.invoices.data)&&(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)>0))}}function wn(n,s){1&n&&e.nrm(0,"tr",113)}function jn(n,s){1&n&&e.nrm(0,"tr",114)}function Gn(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",25)(1,"div",26)(2,"div",27),e.nrm(3,"fa-icon",28),e.j41(4,"span",29),e.EFF(5,"Invoices History"),e.k0s()(),e.j41(6,"div",30)(7,"mat-form-field",31)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",32),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilterBy,i)||(o.selFilterBy=i),e.Njj(i)}),e.bIt("selectionChange",function(){e.eBV(t);const i=e.XpG();return i.selFilter="",e.Njj(i.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,It,2,2,"mat-option",33),e.k0s()()(),e.j41(13,"mat-form-field",31)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",34),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilter,i)||(o.selFilter=i),e.Njj(i)}),e.bIt("input",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())})("keyup",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(17,"div",35),e.DNE(18,Lt,1,0,"mat-progress-bar",36),e.j41(19,"table",37,1),e.qex(21,38),e.DNE(22,wt,1,0,"th",39)(23,Pt,5,4,"td",40),e.bVm(),e.qex(24,41),e.DNE(25,$t,1,0,"th",42)(26,Bt,3,2,"td",40),e.bVm(),e.qex(27,43),e.DNE(28,Ot,1,0,"th",44)(29,Xt,3,2,"td",40),e.bVm(),e.qex(30,45),e.DNE(31,Ut,1,0,"th",46)(32,zt,3,2,"td",40),e.bVm(),e.qex(33,47),e.DNE(34,Jt,2,0,"th",48)(35,Wt,3,4,"td",40),e.bVm(),e.qex(36,49),e.DNE(37,Qt,2,0,"th",48)(38,Zt,3,4,"td",40),e.bVm(),e.qex(39,50),e.DNE(40,Kt,2,0,"th",48)(41,en,4,4,"td",40),e.bVm(),e.qex(42,51),e.DNE(43,tn,2,0,"th",48)(44,nn,4,4,"td",40),e.bVm(),e.qex(45,52),e.DNE(46,an,2,0,"th",48)(47,sn,4,4,"td",40),e.bVm(),e.qex(48,53),e.DNE(49,on,2,0,"th",48)(50,ln,4,4,"td",40),e.bVm(),e.qex(51,54),e.DNE(52,rn,2,0,"th",48)(53,cn,4,4,"td",40),e.bVm(),e.qex(54,55),e.DNE(55,pn,2,0,"th",48)(56,mn,4,4,"td",40),e.bVm(),e.qex(57,56),e.DNE(58,un,2,0,"th",57)(59,dn,4,3,"td",40),e.bVm(),e.qex(60,58),e.DNE(61,hn,2,0,"th",57)(62,_n,4,3,"td",40),e.bVm(),e.qex(63,59),e.DNE(64,fn,2,0,"th",57)(65,gn,4,3,"td",40),e.bVm(),e.qex(66,60),e.DNE(67,Cn,2,0,"th",57)(68,yn,4,3,"td",40),e.bVm(),e.qex(69,61),e.DNE(70,bn,2,0,"th",57)(71,Fn,4,3,"td",40),e.bVm(),e.qex(72,62),e.DNE(73,xn,2,0,"th",57)(74,vn,4,3,"td",40),e.bVm(),e.qex(75,63),e.DNE(76,Tn,6,0,"th",64)(77,Sn,8,0,"td",65),e.bVm(),e.qex(78,66),e.DNE(79,In,4,3,"td",67),e.bVm(),e.DNE(80,Ln,1,3,"tr",68)(81,wn,1,0,"tr",69)(82,jn,1,0,"tr",70),e.k0s(),e.j41(83,"mat-paginator",71),e.bIt("page",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onPageChange(i))}),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(3),e.Y8G("icon",t.faHistory),e.R7$(7),e.R50("ngModel",t.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,bt).concat(t.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",t.selFilter),e.R7$(2),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.invoices)("ngClass",e.eq3(17,Ft,""!==t.errorMessage)),e.R7$(61),e.Y8G("matFooterRowDef",e.lJ4(19,xt)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns),e.R7$(),e.Y8G("length",t.totalInvoices)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Be=(()=>{class n{constructor(t,a,i,o,r,c,F){this.logger=t,this.store=a,this.decimalPipe=i,this.commonService=o,this.datePipe=r,this.actions=c,this.camelCaseWithReplace=F,this.calledFrom="transactions",this.faEye=b.pS3,this.faEyeSlash=b.k6j,this.faHistory=b.Int,this.faArrowsTurnToDots=b.If6,this.faArrowsTurnRight=b.peG,this.faBurst=b.M29,this.faMoneyBill1=b.Ccf,this.convertedCurrency=null,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:l.md,sortBy:"creation_date",sortOrder:l.oi.DESCENDING},this.newlyAddedInvoiceMemo=null,this.newlyAddedInvoiceValue=null,this.memo="",this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoicesData=[],this.invoices=new p.I6([]),this.information={},this.selFilter="",this.private=!1,this.expiryStep=100,this.pageSize=l.md,this.pageSizeOptions=l.xp,this.firstOffset=-1,this.lastOffset=-1,this.totalInvoices=0,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("state"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.rN).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalInvoices=t.listInvoices.total_invoices||0,this.firstOffset=+(t.listInvoices.first_index_offset||-1),this.lastOffset=+(t.listInvoices.last_index_offset||-1),this.invoicesData=t.listInvoices.invoices||[],this.invoicesData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoicesData),this.logger.info(t)}),this.actions.pipe((0,_.Q)(this.unSubs[4]),(0,Y.p)(t=>t.type===l.QP.SET_LOOKUP_LND||t.type===l.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.QP.SET_LOOKUP_LND&&this.invoicesData&&this.sort&&this.paginator&&t.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(t.payload))),this.loadInvoicesTable(this.invoicesData))})}ngAfterViewInit(){this.invoicesData.length>0&&this.loadInvoicesTable(this.invoicesData)}onAddInvoice(t){const a=this.expiry?this.expiry:l.It;this.newlyAddedInvoiceMemo=this.memo,this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,v.VK)({payload:{uiMessage:l.MZ.ADD_INVOICE,memo:this.memo,value:this.invoiceValue,private:this.private,expiry:a,is_amp:!1,pageSize:this.pageSize,openModal:!0}})),this.resetData()}onInvoiceClick(t){this.store.dispatch((0,E.xO)({payload:{data:{invoice:t,newlyAdded:!1,component:yt.H}}}))}onRefreshInvoice(t){t&&t.r_hash&&this.store.dispatch((0,v.Yi)({payload:{openSnackBar:!0,paymentHash:Buffer.from(t.r_hash.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}}))}updateInvoicesData(t){this.invoicesData=this.invoicesData?.map(a=>a.r_hash===t.r_hash?t:a)}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.invoices.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.creation_date?this.datePipe.transform(new Date(1e3*t.creation_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+(t.settle_date?this.datePipe.transform(new Date(1e3*t.settle_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(t).toLowerCase();break;case"creation_date":case"settle_date":i=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"private":i=t?.private?"private":"public";break;case"is_keysend":i=t?.is_keysend?"keysend invoices":"non keysend invoices";break;case"is_amp":i=t?.is_amp?"atomic multi path payment":"non atomic payment";break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"is_keysend"===this.selFilterBy||"is_amp"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}loadInvoicesTable(t){this.invoices=new p.I6(t?[...t]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.invoices)}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}onPageChange(t){let a=!0,i=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,i=0):t.previousPageIndex&&t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,i=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,i=0),this.store.dispatch((0,v.Do)({payload:{num_max_invoices:t.pageSize,index_offset:i,reversed:a}}))}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,_.Q)(this.unSubs[5])).subscribe({next:t=>{this.convertedCurrency=t,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,l.k.OTHER)+" "+this.convertedCurrency.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}openCreateInvoiceModal(){this.store.dispatch((0,E.xO)({payload:{data:{pageSize:this.pageSize,component:Ct}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(d.QX),e.rXU(N.h),e.rXU(d.vh),e.rXU(Q.En),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lightning-invoices"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end start"],["matInput","","tabindex","1","name","memo",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","2","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","5",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private",4,"matHeaderCellDef"],["matColumnDef","is_keysend"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Keysend",4,"matHeaderCellDef"],["matColumnDef","is_amp"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","AMP",4,"matHeaderCellDef"],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","settle_date"],["matColumnDef","memo"],["matColumnDef","r_preimage"],["matColumnDef","r_hash"],["matColumnDef","payment_addr"],["matColumnDef","payment_request"],["matColumnDef","description_hash"],["matColumnDef","expiry"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cltv_expiry"],["matColumnDef","add_index"],["matColumnDef","settle_index"],["matColumnDef","value"],["matColumnDef","amt_paid_sat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","6",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"page","length","pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State"],["mat-cell",""],["class","dot grey","matTooltip","Open","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Canceled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Open","matTooltipPosition","right",1,"dot","grey",3,"ngClass"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Canceled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Keysend"],["class","mr-1","matTooltip","Keysend Invoices","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Non Keysend Invoices","matTooltipPosition","right",4,"ngIf"],["matTooltip","Keysend Invoices","matTooltipPosition","right",1,"mr-1"],["matTooltip","Non Keysend Invoices","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","AMP"],["class","mr-1","matTooltip","Non Atomic Payment","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Atomic Multi Path Payment","matTooltipPosition","right",4,"ngIf"],["matTooltip","Non Atomic Payment","matTooltipPosition","right",1,"mr-1"],["matTooltip","Atomic Multi Path Payment","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","6"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){1&a&&(e.j41(0,"div",2),e.DNE(1,Rt,22,8,"form",3)(2,Et,3,0,"div",4)(3,Gn,84,20,"div",5),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf","home"===i.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===i.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===i.calledFrom))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.qT,m.me,m.Q0,m.BC,m.cb,m.VZ,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,f.MV,f.yw,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Z.oV,w.iy,A.ZF,A.Ld,te.V,d.QX,d.vh],styles:[".mat-column-state[_ngcontent-%COMP%], .mat-column-private[_ngcontent-%COMP%], .mat-column-is_keysend[_ngcontent-%COMP%], .mat-column-is_amp[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return n})();var J=g(6697),W=g(1534),U=g(9454),oe=g(850);const Dn=["paymentReq"];function Nn(n,s){if(1&n&&(e.j41(0,"span",36),e.nrm(1,"fa-icon",37),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.convertedCurrency.symbol)}}function Pn(n,s){if(1&n&&e.nrm(0,"span",38),2&n){const t=e.XpG(2);e.Y8G("innerHTML",t.convertedCurrency.symbol,e.npT)}}function $n(n,s){if(1&n&&(e.j41(0,"mat-hint",33),e.EFF(1),e.DNE(2,Nn,2,1,"span",34)(3,Pn,1,1,"span",35),e.EFF(4),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI(" ",t.paymentDecodedHintPre," "),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),e.R7$(),e.SpI(" ",t.paymentDecodedHintPost," ")}}function An(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Payment request is required."),e.k0s())}function Mn(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.JRh(t.paymentDecodedHint)}}function Bn(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Payment amount is required."),e.k0s())}function On(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",6)(1,"mat-label"),e.EFF(2,"Amount (Sats)"),e.k0s(),e.j41(3,"input",39,4),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.paymentAmount,i)||(o.paymentAmount=i),e.Njj(i)}),e.bIt("change",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onAmountChange(i))}),e.k0s(),e.j41(5,"mat-hint"),e.EFF(6,"It is a zero amount invoice, enter amount to be paid."),e.k0s(),e.DNE(7,Bn,2,0,"mat-error",16),e.k0s()}if(2&n){const t=e.XpG();e.R7$(3),e.R50("ngModel",t.paymentAmount),e.R7$(4),e.Y8G("ngIf",!t.paymentAmount)}}function Vn(n,s){if(1&n&&(e.j41(0,"mat-option",40),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.SpI(" ",null==t?null:t.name," ")}}function Yn(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("",null==t.selFeeLimitType?null:t.selFeeLimitType.placeholder," is required.")}}function Xn(n,s){if(1&n&&(e.j41(0,"mat-option",40),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.JRh((null==t?null:t.remote_alias)||(null==t?null:t.chan_id))}}function Un(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Channel not found in the list."),e.k0s())}function Hn(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.paymentError)}}function qn(n,s){if(1&n&&(e.j41(0,"div",41),e.nrm(1,"fa-icon",42),e.DNE(2,Hn,2,1,"span",16),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.paymentError)}}let zn=(()=>{class n{constructor(t,a,i,o,r,c,F){this.dialogRef=t,this.store=a,this.logger=i,this.commonService=o,this.decimalPipe=r,this.actions=c,this.dataService=F,this.faExclamationTriangle=b.zpE,this.convertedCurrency=null,this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.showAdvanced=!1,this.activeChannels=[],this.filteredMinAmtActvChannels=[],this.selectedChannelCtrl=new m.hs,this.isAmp=!1,this.feeLimit=null,this.selFeeLimitType=l.nv[0],this.feeLimitTypes=l.nv,this.advancedTitle="Advanced Options",this.paymentError="",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[1])).subscribe(i=>{this.activeChannels=i.channels&&i.channels.length?i.channels?.filter(o=>o.active):[],this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.logger.info(i)}),this.actions.pipe((0,_.Q)(this.unSubs[2]),(0,Y.p)(i=>i.type===l.QP.UPDATE_API_CALL_STATUS_LND||i.type===l.QP.SEND_PAYMENT_STATUS_LND)).subscribe(i=>{i.type===l.QP.SEND_PAYMENT_STATUS_LND&&this.dialogRef.close(),i.type===l.QP.UPDATE_API_CALL_STATUS_LND&&i.payload.status===l.wn.ERROR&&"SendPayment"===i.payload.action&&(delete this.paymentDecoded.num_satoshis,this.paymentError=i.payload.message)});let t="",a="";this.activeChannels=this.activeChannels.sort((i,o)=>(t=i.remote_alias?i.remote_alias.toLowerCase():i.chan_id?i.chan_id.toLowerCase():"",a=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"",ta?1:0)),this.selectedChannelCtrl.valueChanges.pipe((0,_.Q)(this.unSubs[3])).subscribe(i=>{"string"==typeof i&&(this.filteredMinAmtActvChannels=this.filterChannels())})}filterChannels(){return this.activeChannels&&this.activeChannels.length?this.activeChannels?.filter(t=>0===(t.remote_alias?t.remote_alias.toLowerCase():t.chan_id?t.chan_id.toLowerCase():"").indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")&&(t.local_balance||0)>=+(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)):[]}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}onSelectedChannelChanged(){if(this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.length>0&&"string"==typeof this.selectedChannelCtrl.value){const t=this.activeChannels&&this.activeChannels.length?this.activeChannels?.filter(a=>{const i=a.remote_alias?a.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"";return i.length===this.selectedChannelCtrl.value.length&&0===i.indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")}):[];t&&t.length>0?(this.selectedChannelCtrl.setValue(t[0]),this.selectedChannelCtrl.setErrors(null)):this.selectedChannelCtrl.setErrors({notfound:!0})}}onSendPayment(){if(this.selectedChannelCtrl.value&&"string"==typeof this.selectedChannelCtrl.value&&this.onSelectedChannelChanged(),!this.paymentRequest||this.zeroAmtInvoice&&(!this.paymentAmount||this.paymentAmount<=0)||"string"==typeof this.selectedChannelCtrl.value)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.onPaymentRequestEntry(this.paymentRequest)}sendPayment(){if(this.selFeeLimitType!==this.feeLimitTypes[0]&&!this.feeLimit)return!0;if(this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis){this.zeroAmtInvoice=!1;const t={uiMessage:l.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:this.isAmp,outgoing_chan_ids:this.selectedChannelCtrl.value?.chan_id?[this.selectedChannelCtrl.value.chan_id]:void 0,fee_limit_sat:(0,l.C6)(this.selFeeLimitType.id,this.feeLimit,+this.paymentDecoded.num_satoshis||0),fromDialog:!0};this.store.dispatch((0,v.Fd)({payload:t}))}else{this.zeroAmtInvoice=!0,this.paymentDecoded.num_satoshis=this.paymentAmount?.toString()||"";const t={uiMessage:l.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:this.isAmp,amt:this.paymentAmount||0,outgoing_chan_ids:this.selectedChannelCtrl.value?.chan_id?[this.selectedChannelCtrl.value.chan_id]:void 0,fee_limit_sat:(0,l.C6)(this.selFeeLimitType.id,this.feeLimit,this.paymentAmount||0),fromDialog:!0};this.store.dispatch((0,v.Fd)({payload:t}))}}onAmountChange(t){delete this.paymentDecoded.num_satoshis}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentAmount=null,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,J.s)(1)).subscribe({next:a=>{this.paymentDecoded=a,this.selectedChannelCtrl.setValue(null),this.onAdvancedPanelToggle(!0,!0),this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.filteredMinAmtActvChannels=this.filterChannels(),this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"BTC",this.selNode.settings.fiatConversion).pipe((0,_.Q)(this.unSubs[4])).subscribe({next:i=>{this.convertedCurrency=i,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(i.OTHER?i.OTHER:0,l.k.OTHER)+") | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")},error:i=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"),this.paymentDecodedHintPost="")):(this.zeroAmtInvoice=!0,this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.paymentDecodedHintPre="Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"),this.paymentDecodedHintPost="")},error:a=>{this.logger.error(a),this.paymentDecodedHintPre="ERROR: "+a.message,this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}onAdvancedPanelToggle(t,a){if(t&&!a){const i=this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.remote_alias?this.selectedChannelCtrl.value.remote_alias:this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.chan_id?this.selectedChannelCtrl.value.chan_id:"";this.advancedTitle="Advanced Options | "+this.selFeeLimitType.name+("none"===this.selFeeLimitType.id?"":": "+this.feeLimit)+(""!==i?" | First Outgoing Channel: "+i:"")}else this.advancedTitle="Advanced Options"}resetData(){this.paymentDecoded={},this.paymentRequest="",this.isAmp=!1,this.selectedChannelCtrl.setValue(null),this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.feeLimit=null,this.selFeeLimitType=l.nv[0],this.advancedTitle="Advanced Options",this.zeroAmtInvoice=!1,this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(I.il),e.rXU(j.gP),e.rXU(N.h),e.rXU(d.QX),e.rXU(Q.En),e.rXU(W.u))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lightning-send-payments"]],viewQuery:function(a,i){if(1&a&&e.GBs(Dn,5),2&a){let o;e.mGM(o=e.lsd())&&(i.paymentReq=o.first)}},decls:53,vars:22,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["fLmt","ngModel"],["auto","matAutocomplete"],["paymentAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","11","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxFlex","100","fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","27","fxLayoutAlign","start end"],["tabindex","5",3,"valueChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","33"],["matInput","","type","number","name","feeLmt","required","","tabindex","6",3,"ngModelChange","step","min","disabled","ngModel"],["fxLayout","column","fxFlex","37","fxLayoutAlign","start end"],["type","text","aria-label","First Outgoing Channel","matInput","","tabindex","7",3,"formControl","matAutocomplete"],[3,"optionSelected","displayWith"],["fxFlex","25","tabindex","8","color","primary","name","isAmp",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-button","","id","sendBtn","color","primary","tabindex","10",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e.EFF(5,"Send Payment"),e.k0s()(),e.j41(6,"button",10),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",11)(9,"form",12,0)(11,"mat-form-field",13)(12,"mat-label"),e.EFF(13,"Payment Request"),e.k0s(),e.j41(14,"textarea",14,1),e.bIt("ngModelChange",function(c){return e.eBV(o),e.Njj(i.onPaymentRequestEntry(c))})("matTextareaAutosize",function(){return e.eBV(o),e.Njj(!0)}),e.k0s(),e.DNE(16,$n,5,4,"mat-hint",15)(17,An,2,0,"mat-error",16)(18,Mn,2,1,"mat-error",16),e.k0s(),e.DNE(19,On,8,2,"mat-form-field",17),e.j41(20,"mat-expansion-panel",18),e.bIt("closed",function(){return e.eBV(o),e.Njj(i.onAdvancedPanelToggle(!0,!1))})("opened",function(){return e.eBV(o),e.Njj(i.onAdvancedPanelToggle(!1,!1))}),e.j41(21,"mat-expansion-panel-header")(22,"mat-panel-title")(23,"span"),e.EFF(24),e.k0s()()(),e.j41(25,"div",19)(26,"mat-form-field",20)(27,"mat-label"),e.EFF(28,"Fee Limits"),e.k0s(),e.j41(29,"mat-select",21),e.mxI("valueChange",function(c){return e.eBV(o),e.DH7(i.selFeeLimitType,c)||(i.selFeeLimitType=c),e.Njj(c)}),e.DNE(30,Vn,2,2,"mat-option",22),e.k0s()(),e.j41(31,"mat-form-field",23)(32,"mat-label"),e.EFF(33),e.k0s(),e.j41(34,"input",24,2),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.feeLimit,c)||(i.feeLimit=c),e.Njj(c)}),e.k0s(),e.DNE(36,Yn,2,1,"mat-error",16),e.k0s(),e.j41(37,"mat-form-field",25)(38,"mat-label"),e.EFF(39,"First Outgoing Channel"),e.k0s(),e.nrm(40,"input",26),e.j41(41,"mat-autocomplete",27,3),e.bIt("optionSelected",function(){return e.eBV(o),e.Njj(i.onSelectedChannelChanged())}),e.DNE(43,Xn,2,2,"mat-option",22),e.k0s(),e.DNE(44,Un,2,0,"mat-error",16),e.k0s(),e.j41(45,"mat-slide-toggle",28),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.isAmp,c)||(i.isAmp=c),e.Njj(c)}),e.EFF(46,"AMP Payment"),e.k0s()()(),e.DNE(47,qn,3,2,"div",29),e.j41(48,"div",30)(49,"button",31),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(50,"Clear Fields"),e.k0s(),e.j41(51,"button",32),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onSendPayment())}),e.EFF(52,"Send Payment"),e.k0s()()()()()()}if(2&a){const o=e.sdS(15),r=e.sdS(42);e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(8),e.Y8G("ngModel",i.paymentRequest),e.R7$(2),e.Y8G("ngIf",i.paymentRequest&&""!==i.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",!i.paymentRequest),e.R7$(),e.Y8G("ngIf",null==o.errors?null:o.errors.decodeError),e.R7$(),e.Y8G("ngIf",i.zeroAmtInvoice),e.R7$(5),e.JRh(i.advancedTitle),e.R7$(5),e.R50("value",i.selFeeLimitType),e.R7$(),e.Y8G("ngForOf",i.feeLimitTypes),e.R7$(3),e.JRh(null==i.selFeeLimitType?null:i.selFeeLimitType.placeholder),e.R7$(),e.Y8G("step",1)("min",0)("disabled",i.selFeeLimitType===i.feeLimitTypes[0]),e.R50("ngModel",i.feeLimit),e.R7$(2),e.Y8G("ngIf",i.selFeeLimitType!==i.feeLimitTypes[0]&&!i.feeLimit),e.R7$(4),e.Y8G("formControl",i.selectedChannelCtrl)("matAutocomplete",r),e.R7$(),e.Y8G("displayWith",i.displayFn),e.R7$(2),e.Y8G("ngForOf",i.filteredMinAmtActvChannels),e.R7$(),e.Y8G("ngIf",null==i.selectedChannelCtrl.errors?null:i.selectedChannelCtrl.errors.notfound),e.R7$(),e.R50("ngModel",i.isAmp),e.R7$(2),e.Y8G("ngIf",""!==i.paymentError)}},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.vS,m.cV,m.l_,M.aY,h.DJ,h.sA,h.UI,O.tx,G.$z,T.m2,T.MM,U.GK,U.Z2,U.WN,$.fg,f.rl,f.nJ,f.MV,f.TL,R.VO,V.wT,me.sG,oe.$3,oe.pN,K.N,te.V]})}}return n})();var ue=g(7541);const Jn=["sendPaymentForm"],Wn=()=>["all"],Qn=n=>({"error-border":n}),Zn=()=>["no_payment"],le=n=>({"mr-0":n}),ne=n=>({width:n}),Kn=n=>({"display-none":n});function ei(n,s){if(1&n&&(e.j41(0,"span",18),e.nrm(1,"fa-icon",19),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("icon",t.convertedCurrency.symbol)}}function ti(n,s){if(1&n&&e.nrm(0,"span",20),2&n){const t=e.XpG(3);e.Y8G("innerHTML",t.convertedCurrency.symbol,e.npT)}}function ni(n,s){if(1&n&&(e.j41(0,"mat-hint",15),e.EFF(1),e.DNE(2,ei,2,1,"span",16)(3,ti,1,1,"span",17),e.EFF(4),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.SpI(" ",t.paymentDecodedHintPre," "),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),e.R7$(),e.SpI(" ",t.paymentDecodedHintPost," ")}}function ii(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Payment request is required."),e.k0s())}function ai(n,s){if(1&n){const t=e.RV6();e.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),e.EFF(4,"Payment Request"),e.k0s(),e.j41(5,"textarea",9,1),e.bIt("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onPaymentRequestEntry(i))})("matTextareaAutosize",function(){return e.eBV(t),e.Njj(!0)}),e.k0s(),e.DNE(7,ni,5,4,"mat-hint",10)(8,ii,2,0,"mat-error",11),e.k0s(),e.j41(9,"div",12)(10,"button",13),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.EFF(11,"Clear Field"),e.k0s(),e.j41(12,"button",14),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSendPayment())}),e.EFF(13,"Send Payment"),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(5),e.Y8G("ngModel",t.paymentRequest),e.R7$(2),e.Y8G("ngIf",t.paymentRequest&&""!==t.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",!t.paymentRequest)}}function si(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",21)(1,"button",22),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.openSendPaymentModal())}),e.EFF(2,"Send Payment"),e.k0s()()}}function oi(n,s){if(1&n&&(e.j41(0,"mat-option",76),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function li(n,s){1&n&&e.nrm(0,"mat-progress-bar",77)}function ri(n,s){1&n&&e.nrm(0,"th",78)}function ci(n,s){if(1&n&&e.nrm(0,"span",82),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function pi(n,s){if(1&n&&e.nrm(0,"span",83),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function mi(n,s){if(1&n&&(e.j41(0,"td",79),e.DNE(1,ci,1,3,"span",80)(2,pi,1,3,"span",81),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==(null==t?null:t.status))}}function ui(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Creation Date"),e.k0s())}function di(n,s){if(1&n&&(e.j41(0,"td",79),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm")," ")}}function hi(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Payment Hash"),e.k0s())}function _i(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_hash)}}function fi(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Payment Request"),e.k0s())}function gi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_request)}}function Ci(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Payment Preimage"),e.k0s())}function yi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_preimage)}}function bi(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Description"),e.k0s())}function Fi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.description)}}function xi(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Description Hash"),e.k0s())}function vi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.description_hash)}}function Ti(n,s){1&n&&(e.j41(0,"th",84),e.EFF(1,"Failure Reason"),e.k0s())}function Si(n,s){if(1&n&&(e.j41(0,"td",79),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.brH(2,1,null==t?null:t.failure_reason,"failure_reason","_")," ")}}function ki(n,s){1&n&&(e.j41(0,"th",87),e.EFF(1,"Payment Index"),e.k0s())}function Ri(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==t?null:t.payment_index))}}function Ei(n,s){1&n&&(e.j41(0,"th",87),e.EFF(1,"Fee (Sats)"),e.k0s())}function Ii(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==t?null:t.fee))}}function Li(n,s){1&n&&(e.j41(0,"th",87),e.EFF(1,"Value (Sats)"),e.k0s())}function wi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==t?null:t.value))}}function ji(n,s){1&n&&(e.j41(0,"th",87),e.EFF(1,"Hops"),e.k0s())}function Gi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh((null==t||null==t.htlcs[0]||null==t.htlcs[0].route||null==t.htlcs[0].route.hops?null:t.htlcs[0].route.hops.length)||0)}}function Di(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",89)(1,"div",90)(2,"mat-select",91),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",92),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Ni(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",93)(1,"button",94),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onPaymentClick(i))}),e.EFF(2,"View Info"),e.k0s()()}}function Pi(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No payment available."),e.k0s())}function $i(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting payments..."),e.k0s())}function Ai(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.errorMessage)}}function Mi(n,s){if(1&n&&(e.j41(0,"td",95),e.DNE(1,Pi,2,0,"p",11)(2,$i,2,0,"p",11)(3,Ai,2,1,"p",11),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Bi(n,s){if(1&n&&e.nrm(0,"span",82),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function Oi(n,s){if(1&n&&e.nrm(0,"span",83),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function Vi(n,s){if(1&n&&e.nrm(0,"span",82),2&n){const t=e.XpG(5);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function Yi(n,s){if(1&n&&e.nrm(0,"span",83),2&n){const t=e.XpG(5);e.Y8G("ngClass",e.eq3(1,le,t.screenSize===t.screenSizeEnum.XS))}}function Xi(n,s){if(1&n&&(e.j41(0,"span",96),e.DNE(1,Vi,1,3,"span",80)(2,Yi,1,3,"span",81),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf","SUCCEEDED"===t.status),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==t.status)}}function Ui(n,s){if(1&n&&(e.qex(0),e.DNE(1,Xi,3,2,"span",97),e.bVm()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function Hi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",96),e.DNE(2,Bi,1,3,"span",80)(3,Oi,1,3,"span",81),e.k0s(),e.DNE(4,Ui,2,1,"ng-container",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.Y8G("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==(null==t?null:t.status)),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function qi(n,s){if(1&n&&(e.j41(0,"span",96),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,t.attempt_time_ns/1e6,"dd/MMM/y HH:mm")," ")}}function zi(n,s){if(1&n&&(e.qex(0),e.DNE(1,qi,3,4,"span",97),e.bVm()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function Ji(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",96),e.EFF(2),e.k0s(),e.DNE(3,zi,2,1,"ng-container",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.SpI(" Total Attempts: ",null==t||null==t.htlcs?null:t.htlcs.length," "),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function Wi(n,s){if(1&n&&(e.j41(0,"span",96),e.EFF(1),e.k0s()),2&n){const t=s.index;e.R7$(),e.SpI(" HTLC ",t+1," ")}}function Qi(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,Wi,2,1,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function Zi(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,Qi,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_hash),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function Ki(n,s){1&n&&e.nrm(0,"span",96)}function ea(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,Ki,1,0,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function ta(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,ea,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_request),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function na(n,s){if(1&n&&(e.j41(0,"span",96),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",null==t?null:t.preimage," ")}}function ia(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,na,2,1,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function aa(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,ia,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.payment_preimage),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function sa(n,s){1&n&&e.nrm(0,"span",96)}function oa(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,sa,1,0,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function la(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,oa,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.description),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ra(n,s){1&n&&e.nrm(0,"span",96)}function ca(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ra,1,0,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function pa(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,ca,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.description_hash),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ma(n,s){1&n&&e.nrm(0,"span",96)}function ua(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ma,1,0,"span",97),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function da(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",96),e.EFF(2),e.nI1(3,"camelcaseWithReplace"),e.k0s(),e.DNE(4,ua,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.SpI(" ",e.brH(3,2,null==t?null:t.failure_reason,"failure_reason","_")," "),e.R7$(2),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ha(n,s){if(1&n&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,t.attempt_id)," ")}}function _a(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ha,3,3,"span",100),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function fa(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,_a,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,2,null==t?null:t.payment_index)),e.R7$(2),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ga(n,s){if(1&n&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==t.route?null:t.route.total_fees,"1.0-0")," ")}}function Ca(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ga,3,4,"span",100),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function ya(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,Ca,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.i5U(3,2,null==t?null:t.fee,"1.0-0")),e.R7$(2),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ba(n,s){if(1&n&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==t.route?null:t.route.total_amt,"1.0-0")," ")}}function Fa(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ba,3,4,"span",100),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function xa(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,Fa,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.i5U(3,2,null==t?null:t.value,"1.0-0")),e.R7$(2),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function va(n,s){if(1&n&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,(null==t.route||null==t.route.hops?null:t.route.hops.length)||0,"1.0-0")," ")}}function Ta(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,va,3,4,"span",100),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function Sa(n,s){if(1&n&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2,"-"),e.k0s(),e.DNE(3,Ta,2,1,"span",11),e.k0s()),2&n){const t=s.$implicit;e.R7$(3),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function ka(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",104)(1,"button",105),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2).$implicit,r=e.XpG(2);return e.Njj(r.onHTLCClick(i,o))}),e.EFF(2),e.k0s()()}if(2&n){const t=s.index;e.R7$(2),e.SpI("View ",t+1,"")}}function Ra(n,s){if(1&n&&(e.j41(0,"div"),e.DNE(1,ka,3,1,"div",103),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.htlcs)}}function Ea(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",79)(1,"span",101)(2,"button",102),e.bIt("click",function(){const i=e.eBV(t).$implicit;return e.Njj(i.is_expanded=!(null!=i&&i.is_expanded))}),e.EFF(3),e.k0s()(),e.DNE(4,Ra,2,1,"div",11),e.k0s()}if(2&n){const t=s.$implicit;e.R7$(3),e.JRh(null!=t&&t.is_expanded?"Hide":"Show"),e.R7$(),e.Y8G("ngIf",null==t?null:t.is_expanded)}}function Ia(n,s){1&n&&e.nrm(0,"tr",106)}function La(n,s){if(1&n&&e.nrm(0,"tr",107),2&n){const t=e.XpG(2);e.Y8G("ngClass",e.eq3(1,Kn,(null==t.payments?null:t.payments.data)&&(null==t.payments||null==t.payments.data?null:t.payments.data.length)>0))}}function wa(n,s){1&n&&e.nrm(0,"tr",108)}function ja(n,s){1&n&&e.nrm(0,"tr",106)}function Ga(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",23)(1,"div",24)(2,"div",25),e.nrm(3,"fa-icon",26),e.j41(4,"span",27),e.EFF(5,"Payments History"),e.k0s()(),e.j41(6,"div",28)(7,"mat-form-field",29)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",30),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilterBy,i)||(o.selFilterBy=i),e.Njj(i)}),e.bIt("selectionChange",function(){e.eBV(t);const i=e.XpG();return i.selFilter="",e.Njj(i.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,oi,2,2,"mat-option",31),e.k0s()()(),e.j41(13,"mat-form-field",29)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",32),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilter,i)||(o.selFilter=i),e.Njj(i)}),e.bIt("input",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())})("keyup",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(17,"div",33)(18,"div",34),e.DNE(19,li,1,0,"mat-progress-bar",35),e.j41(20,"table",36,2),e.qex(22,37),e.DNE(23,ri,1,0,"th",38)(24,mi,3,2,"td",39),e.bVm(),e.qex(25,40),e.DNE(26,ui,2,0,"th",41)(27,di,3,4,"td",39),e.bVm(),e.qex(28,42),e.DNE(29,hi,2,0,"th",41)(30,_i,4,4,"td",39),e.bVm(),e.qex(31,43),e.DNE(32,fi,2,0,"th",41)(33,gi,4,4,"td",39),e.bVm(),e.qex(34,44),e.DNE(35,Ci,2,0,"th",41)(36,yi,4,4,"td",39),e.bVm(),e.qex(37,45),e.DNE(38,bi,2,0,"th",41)(39,Fi,4,4,"td",39),e.bVm(),e.qex(40,46),e.DNE(41,xi,2,0,"th",41)(42,vi,4,4,"td",39),e.bVm(),e.qex(43,47),e.DNE(44,Ti,2,0,"th",41)(45,Si,3,5,"td",39),e.bVm(),e.qex(46,48),e.DNE(47,ki,2,0,"th",49)(48,Ri,4,3,"td",39),e.bVm(),e.qex(49,50),e.DNE(50,Ei,2,0,"th",49)(51,Ii,4,3,"td",39),e.bVm(),e.qex(52,51),e.DNE(53,Li,2,0,"th",49)(54,wi,4,3,"td",39),e.bVm(),e.qex(55,52),e.DNE(56,ji,2,0,"th",49)(57,Gi,3,1,"td",39),e.bVm(),e.qex(58,53),e.DNE(59,Di,6,0,"th",54)(60,Ni,3,0,"td",55),e.bVm(),e.qex(61,56),e.DNE(62,Mi,4,3,"td",57),e.bVm(),e.qex(63,58),e.DNE(64,Hi,5,3,"td",39),e.bVm(),e.qex(65,59),e.DNE(66,Ji,4,2,"td",39),e.bVm(),e.qex(67,60),e.DNE(68,Zi,5,5,"td",39),e.bVm(),e.qex(69,61),e.DNE(70,ta,5,5,"td",39),e.bVm(),e.qex(71,62),e.DNE(72,aa,5,5,"td",39),e.bVm(),e.qex(73,63),e.DNE(74,la,5,5,"td",39),e.bVm(),e.qex(75,64),e.DNE(76,pa,5,5,"td",39),e.bVm(),e.qex(77,65),e.DNE(78,da,5,6,"td",39),e.bVm(),e.qex(79,66),e.DNE(80,fa,5,4,"td",39),e.bVm(),e.qex(81,67),e.DNE(82,ya,5,5,"td",39),e.bVm(),e.qex(83,68),e.DNE(84,xa,5,5,"td",39),e.bVm(),e.qex(85,69),e.DNE(86,Sa,4,1,"td",39),e.bVm(),e.qex(87,70),e.DNE(88,Ea,5,2,"td",39),e.bVm(),e.DNE(89,Ia,1,0,"tr",71)(90,La,1,3,"tr",72)(91,wa,1,0,"tr",73)(92,ja,1,0,"tr",74),e.k0s(),e.j41(93,"mat-paginator",75),e.bIt("page",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onPageChange(i))}),e.k0s()()()()}if(2&n){const t=e.XpG();e.R7$(3),e.Y8G("icon",t.faHistory),e.R7$(7),e.R50("ngModel",t.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(18,Wn).concat(t.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",t.selFilter),e.R7$(3),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.payments)("ngClass",e.eq3(19,Qn,""!==t.errorMessage)),e.R7$(69),e.Y8G("matRowDefColumns",t.htlcColumns)("matRowDefWhen",t.is_group),e.R7$(),e.Y8G("matFooterRowDef",e.lJ4(21,Zn)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns),e.R7$(),e.Y8G("length",t.totalPayments)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Oe=(()=>{class n{constructor(t,a,i,o,r,c,F,C){this.logger=t,this.commonService=a,this.dataService=i,this.store=o,this.rtlEffects=r,this.decimalPipe=c,this.datePipe=F,this.camelCaseWithReplace=C,this.calledFrom="transactions",this.faHistory=b.Int,this.convertedCurrency=null,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:l.md,sortBy:"creation_date",sortOrder:l.oi.DESCENDING},this.newlyAddedPayment="",this.information={},this.peers=[],this.payments=new p.I6([]),this.totalPayments=100,this.paymentJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.firstOffset=-1,this.lastOffset=-1,this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.os).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.peers=t.peers}),this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.htlcColumns=[],this.displayedColumns.map(a=>this.htlcColumns.push("group_"+a)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.KT).pipe((0,_.Q)(this.unSubs[5])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=t.listPayments.payments||[],this.totalPayments=this.paymentJSONArr.length,this.firstOffset=+(t.listPayments.first_index_offset||-1),this.lastOffset=+(t.listPayments.last_index_offset||-1),this.paymentJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize)),this.logger.info(t)})}ngAfterViewInit(){this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize))}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,J.s)(1)).subscribe(t=>{this.paymentDecoded=t,this.paymentDecoded.timestamp?(this.paymentDecoded.num_satoshis=this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis?(+this.paymentDecoded.num_msat/1e3).toString():"0",this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.payment_hash||"",this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.store.dispatch((0,E.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:l.UN.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.num_satoshis,title:"Amount (Sats)",width:50,type:l.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:l.UN.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,J.s)(1)).subscribe(a=>{a&&(this.store.dispatch((0,v.Fd)({payload:{uiMessage:l.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:!1,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,E.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:l.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:l.UN.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,getInputs:[{placeholder:"Amount (Sats)",inputType:l.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,J.s)(1)).subscribe(i=>{i&&(this.paymentDecoded.num_satoshis=i[0].inputValue,this.store.dispatch((0,v.Fd)({payload:{uiMessage:l.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:!1,amt:i[0].inputValue,fromDialog:!1}})),this.resetData())}))}openSendPaymentModal(){this.store.dispatch((0,E.xO)({payload:{data:{component:zn}}}))}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,J.s)(1)).subscribe(a=>{this.paymentDecoded=a,this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis?this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.BQ.SATS,l.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,_.Q)(this.unSubs[6])).subscribe({next:i=>{this.convertedCurrency=i,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,l.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:i=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}onPageChange(t){let a=!0,i=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,i=0):t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,i=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,i=0);const o=t.pageIndex*this.pageSize;this.loadPaymentsTable(this.paymentJSONArr.slice(o,o+this.pageSize))}is_group(t,a){return a.htlcs&&a.htlcs.length>1}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}getHopDetails(t){const a=this;return new Promise((i,o)=>{const r=a.peers.find(c=>c.pub_key===t.pub_key);r&&r.alias?i("
Channel: "+r.alias.padEnd(20)+"			Amount (Sats): "+a.decimalPipe.transform(t.amt_to_forward)+"
"):a.dataService.getAliasesFromPubkeys(t.pub_key||"",!1).pipe((0,_.Q)(a.unSubs[7])).subscribe({next:c=>i("
Channel: "+(c.node&&c.node.alias?c.node.alias.padEnd(20):t.pub_key?.substring(0,17)+"...")+"			Amount (Sats): "+a.decimalPipe.transform(t.amt_to_forward)+"
"),error:c=>i("
Channel: "+(t.pub_key?t.pub_key?.substring(0,17)+"...":"")+"			Amount (Sats): "+a.decimalPipe.transform(t.amt_to_forward)+"
")})})}onHTLCClick(t,a){a.payment_request&&""!==a.payment_request.trim()?this.dataService.decodePayment(a.payment_request,!1).pipe((0,J.s)(1)).subscribe({next:i=>{setTimeout(()=>{this.showHTLCView(t,a,i)},0)},error:i=>{this.showHTLCView(t,a)}}):this.showHTLCView(t,a)}showHTLCView(t,a,i){t.route&&t.route.hops&&t.route.hops.length?Promise.all(t.route.hops.map(o=>this.getHopDetails(o))).then(o=>{this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"HTLC Information",message:this.prepareData(t,a,i,o),scrollable:t.route&&t.route.hops&&t.route.hops.length>1}}}))}):this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"HTLC Information",message:this.prepareData(t,a,i,[]),scrollable:t.route&&t.route.hops&&t.route.hops.length>1}}}))}prepareData(t,a,i,o){const r=[[{key:"payment_hash",value:a.payment_hash,title:"Payment Hash",width:100,type:l.UN.STRING}],[{key:"preimage",value:t.preimage,title:"Preimage",width:100,type:l.UN.STRING}],[{key:"payment_request",value:a.payment_request,title:"Payment Request",width:100,type:l.UN.STRING}],[{key:"status",value:t.status,title:"Status",width:33,type:l.UN.STRING},{key:"attempt_time_ns",value:+(t.attempt_time_ns||0)/1e9,title:"Attempt Time",width:33,type:l.UN.DATE_TIME},{key:"resolve_time_ns",value:+(t.resolve_time_ns||0)/1e9,title:"Resolve Time",width:34,type:l.UN.DATE_TIME}],[{key:"total_amt",value:t.route?.total_amt,title:"Amount (Sats)",width:33,type:l.UN.NUMBER},{key:"total_fees",value:t.route?.total_fees,title:"Fee (Sats)",width:33,type:l.UN.NUMBER},{key:"total_time_lock",value:t.route?.total_time_lock,title:"Total Time Lock",width:34,type:l.UN.NUMBER}],[{key:"hops",value:o,title:"Hops",width:100,type:l.UN.ARRAY}]];return i&&i.description&&""!==i.description&&r.splice(3,0,[{key:"description",value:i.description,title:"Description",width:100,type:l.UN.STRING}]),r}onPaymentClick(t){if(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>0){const a=t.htlcs[0].route.hops?.reduce((i,o)=>o.pub_key&&""===i?o.pub_key:i+","+o.pub_key,"");this.dataService.getAliasesFromPubkeys(a,!0).pipe((0,_.Q)(this.unSubs[8])).subscribe(i=>{this.showPaymentView(t,i?.reduce((o,r)=>""===o?r:o+"\n"+r,""))})}else this.showPaymentView(t,"")}showPaymentView(t,a){const i=[[{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:l.UN.STRING}],[{key:"payment_preimage",value:t.payment_preimage,title:"Payment Preimage",width:100,type:l.UN.STRING}],[{key:"payment_request",value:t.payment_request,title:"Payment Request",width:100,type:l.UN.STRING}],[{key:"status",value:t.status,title:"Status",width:50,type:l.UN.STRING},{key:"creation_date",value:t.creation_date,title:"Creation Date",width:50,type:l.UN.DATE_TIME}],[{key:"value_msat",value:t.value_msat,title:"Value (mSats)",width:50,type:l.UN.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:50,type:l.UN.NUMBER}],[{key:"path",value:a,title:"Path",width:100,type:l.UN.STRING}]];t.payment_request&&""!==t.payment_request.trim()?this.dataService.decodePayment(t.payment_request,!1).pipe((0,J.s)(1)).subscribe(o=>{o&&o.description&&""!==o.description&&i.splice(3,0,[{key:"description",value:o.description,title:"Description",width:100,type:l.UN.STRING}]),setTimeout(()=>{this.openPaymentAlert(i,!!(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>1))},0)}):this.openPaymentAlert(i,!1)}openPaymentAlert(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Payment Information",message:t,scrollable:a}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.payments.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.creation_date?this.datePipe.transform(new Date(1e3*t.creation_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(t).toLowerCase();break;case"status":case"group_status":i="SUCCEEDED"===t?.status?"succeeded":"failed";break;case"creation_date":i=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"failure_reason":case"group_failure_reason":i=this.camelCaseWithReplace.transform(t.failure_reason||"","failure_reason","_").trim().toLowerCase();break;case"hops":i=t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length?t.htlcs[0].route.hops.length.toString():"0";break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"failure_reason"===this.selFilterBy||"group_failure_reason"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}loadPaymentsTable(t){this.payments=new p.I6(t?[...t]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(a,i)=>"hops"===i?a.htlcs.length&&a.htlcs[0]&&a.htlcs[0].route&&a.htlcs[0].route.hops&&a.htlcs[0].route.hops.length?a.htlcs[0].route.hops.length:0:a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const t=JSON.parse(JSON.stringify(this.payments.data)),a=t?.reduce((i,o)=>(o.payment_request&&""!==o.payment_request.trim()&&(i=""===i?o.payment_request:i+","+o.payment_request),i),"");this.dataService.decodePayments(a).pipe((0,_.Q)(this.unSubs[9])).subscribe(i=>{let o=0;i.forEach((c,F)=>{if(c){for(;t[F+o].payment_hash!==c.payment_hash;)o+=1;t[F+o].description=c.description}});const r=t?.reduce((c,F)=>c.concat(F),[]);this.commonService.downloadFile(r,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(W.u),e.rXU(I.il),e.rXU(ue.H),e.rXU(d.QX),e.rXU(d.vh),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lightning-payments"]],viewQuery:function(a,i){if(1&a&&(e.GBs(Jn,5),e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.form=o.first),e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","payment_hash"],["matColumnDef","payment_request"],["matColumnDef","payment_preimage"],["matColumnDef","description"],["matColumnDef","description_hash"],["matColumnDef","failure_reason"],["matColumnDef","payment_index"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","fee"],["matColumnDef","value"],["matColumnDef","hops"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_status"],["matColumnDef","group_creation_date"],["matColumnDef","group_payment_hash"],["matColumnDef","group_payment_request"],["matColumnDef","group_payment_preimage"],["matColumnDef","group_description"],["matColumnDef","group_description_hash"],["matColumnDef","group_failure_reason"],["matColumnDef","group_payment_index"],["matColumnDef","group_fee"],["matColumnDef","group_value"],["matColumnDef","group_hops"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"page","length","pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Succeeded","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Failed","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Succeeded","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Failed","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayout","row",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(a,i){1&a&&(e.j41(0,"div",3),e.DNE(1,ai,14,3,"form",4)(2,si,3,0,"div",5)(3,Ga,94,22,"div",6),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf","home"===i.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===i.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===i.calledFrom))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,f.MV,f.TL,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Z.oV,w.iy,A.ZF,A.Ld,d.QX,d.vh,q.VD],styles:[".mat-column-status[_ngcontent-%COMP%], .mat-column-group_status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-group_actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_status[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type), .mat-column-group_creation_date[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.htlc-row-span[_ngcontent-%COMP%] .dot[_ngcontent-%COMP%]{margin-top:-.3rem;position:absolute}.mat-column-group_creation_date[_ngcontent-%COMP%]{min-width:11rem}"]})}}return n})();const Ve=n=>({backgroundColor:n});function Da(n,s){if(1&n&&e.nrm(0,"span",8),2&n){const t=e.XpG();e.Y8G("ngStyle",e.eq3(1,Ve,null==t.information?null:t.information.color))}}function Na(n,s){if(1&n&&(e.j41(0,"div")(1,"h4",1),e.EFF(2,"Color"),e.k0s(),e.j41(3,"div",2),e.nrm(4,"span",9),e.EFF(5),e.nI1(6,"uppercase"),e.k0s()()),2&n){const t=e.XpG();e.R7$(4),e.Y8G("ngStyle",e.eq3(4,Ve,null==t.information?null:t.information.color)),e.R7$(),e.SpI(" ",e.bMT(6,2,null==t.information?null:t.information.color)," ")}}function Pa(n,s){1&n&&e.nrm(0,"span",10)}function $a(n,s){1&n&&e.nrm(0,"span",11)}function Aa(n,s){if(1&n&&(e.j41(0,"span",2),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(t)}}let Ye=(()=>{class n{constructor(t){this.commonService=t,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(t=>{this.chains.push(this.commonService.titleCase(t.chain)+" "+this.commonService.titleCase(t.network))}))}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},features:[e.OA$],decls:19,vars:7,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","dot green mr-1","matTooltip","Synced to Chain","matTooltipPosition","right",4,"ngIf"],["class","dot red mr-1","matTooltip","Not Synced to Chain","matTooltipPosition","right",4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"],["matTooltip","Synced to Chain","matTooltipPosition","right",1,"dot","green","mr-1"],["matTooltip","Not Synced to Chain","matTooltipPosition","right",1,"dot","red","mr-1"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"div")(2,"h4",1),e.EFF(3,"Alias"),e.k0s(),e.j41(4,"div",2),e.EFF(5),e.DNE(6,Da,1,3,"span",3),e.k0s()(),e.DNE(7,Na,7,6,"div",4),e.j41(8,"div")(9,"h4",1),e.EFF(10,"Implementation"),e.k0s(),e.j41(11,"div",2),e.EFF(12),e.k0s()(),e.j41(13,"div")(14,"h4",1),e.EFF(15,"Chain"),e.k0s(),e.DNE(16,Pa,1,0,"span",5)(17,$a,1,0,"span",6)(18,Aa,2,1,"span",7),e.k0s()()),2&a&&(e.R7$(5),e.SpI(" ",null==i.information?null:i.information.alias," "),e.R7$(),e.Y8G("ngIf",!i.showColorFieldSeparately),e.R7$(),e.Y8G("ngIf",i.showColorFieldSeparately),e.R7$(5),e.JRh(null!=i.information&&i.information.lnImplementation||null!=i.information&&i.information.version?(null==i.information?null:i.information.lnImplementation)+" "+(null==i.information?null:i.information.version):""),e.R7$(4),e.Y8G("ngIf",null==i.information?null:i.information.synced_to_chain),e.R7$(),e.Y8G("ngIf",!(null!=i.information&&i.information.synced_to_chain)),e.R7$(),e.Y8G("ngForOf",i.chains))},dependencies:[d.Sq,d.bT,d.B3,h.DJ,h.sA,h.UI,L.eI,Z.oV,d.Pc]})}}return n})();function Ma(n,s){if(1&n&&(e.j41(0,"div",2)(1,"div")(2,"h4",3),e.EFF(3,"Lightning"),e.k0s(),e.j41(4,"div",4),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.nrm(7,"mat-progress-bar",5),e.k0s(),e.j41(8,"div")(9,"h4",3),e.EFF(10,"On-chain"),e.k0s(),e.j41(11,"div",4),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.nrm(14,"mat-progress-bar",5),e.k0s(),e.j41(15,"div")(16,"h4",3),e.EFF(17,"Total"),e.k0s(),e.j41(18,"div",4),e.EFF(19),e.nI1(20,"number"),e.k0s()()()),2&n){const t=e.XpG();e.R7$(5),e.SpI("",e.bMT(6,5,null==t.balances?null:t.balances.lightning)," Sats"),e.R7$(2),e.FS9("value",(null==t.balances?null:t.balances.lightning)/(null==t.balances?null:t.balances.total)*100),e.R7$(5),e.SpI("",e.bMT(13,7,null==t.balances?null:t.balances.onchain)," Sats"),e.R7$(2),e.FS9("value",(null==t.balances?null:t.balances.onchain)/(null==t.balances?null:t.balances.total)*100),e.R7$(5),e.SpI("",e.bMT(20,9,null==t.balances?null:t.balances.total)," Sats")}}function Ba(n,s){if(1&n&&(e.j41(0,"div",6)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessage)}}let Oa=(()=>{class n{constructor(){this.balances={onchain:0,lightning:0,total:0}}static{this.\u0275fac=function(a){return new(a||n)}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,i){if(1&a&&e.DNE(0,Ma,21,11,"div",1)(1,Ba,3,1,"ng-template",null,0,e.C5r),2&a){const o=e.sdS(2);e.Y8G("ngIf"," "===i.errorMessage)("ngIfElse",o)}},dependencies:[d.bT,h.DJ,h.sA,h.UI,B.HM,d.QX]})}}return n})();function Va(n,s){if(1&n&&(e.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e.EFF(4,"Daily"),e.k0s(),e.j41(5,"div",5),e.EFF(6),e.nI1(7,"number"),e.k0s()(),e.j41(8,"div")(9,"h4",4),e.EFF(10,"Weekly"),e.k0s(),e.j41(11,"div",5),e.EFF(12),e.nI1(13,"number"),e.k0s()(),e.j41(14,"div")(15,"h4",4),e.EFF(16,"Monthly"),e.k0s(),e.j41(17,"div",5),e.EFF(18),e.nI1(19,"number"),e.k0s()(),e.j41(20,"div",6),e.nrm(21,"h4",7)(22,"span",5),e.k0s()(),e.j41(23,"div",3)(24,"div")(25,"h4",4),e.EFF(26,"Transactions"),e.k0s(),e.j41(27,"div",5),e.EFF(28),e.nI1(29,"number"),e.k0s()(),e.j41(30,"div")(31,"h4",4),e.EFF(32,"Transactions"),e.k0s(),e.j41(33,"div",5),e.EFF(34),e.nI1(35,"number"),e.k0s()(),e.j41(36,"div")(37,"h4",4),e.EFF(38,"Transactions"),e.k0s(),e.j41(39,"div",5),e.EFF(40),e.nI1(41,"number"),e.k0s()(),e.j41(42,"div",6),e.nrm(43,"h4",7)(44,"span",5),e.k0s()()()),2&n){const t=e.XpG();e.R7$(6),e.SpI("",e.bMT(7,6,null==t.fees?null:t.fees.day_fee_sum)," Sats"),e.R7$(6),e.SpI("",e.bMT(13,8,null==t.fees?null:t.fees.week_fee_sum)," Sats"),e.R7$(6),e.SpI("",e.bMT(19,10,null==t.fees?null:t.fees.month_fee_sum)," Sats"),e.R7$(10),e.JRh(e.bMT(29,12,null==t.fees?null:t.fees.daily_tx_count)),e.R7$(6),e.JRh(e.bMT(35,14,null==t.fees?null:t.fees.weekly_tx_count)),e.R7$(6),e.JRh(e.bMT(41,16,null==t.fees?null:t.fees.monthly_tx_count))}}function Ya(n,s){if(1&n&&(e.j41(0,"div",8)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessage)}}let Xe=(()=>{class n{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees.month_fee_sum){this.totalFees=[{name:"Monthly",value:this.fees.month_fee_sum},{name:"Weekly",value:this.fees.week_fee_sum||0},{name:"Daily ",value:this.fees.day_fee_sum||0}];const a=10**(Math.ceil(Math.log(this.fees.month_fee_sum+1)/Math.LN10)-1);this.maxFeeValue=Math.ceil(this.fees.month_fee_sum/a)*a/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}static{this.\u0275fac=function(a){return new(a||n)}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},features:[e.OA$],decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"],[1,"dashboard-info-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,i){if(1&a&&e.DNE(0,Va,45,18,"div",1)(1,Ya,3,1,"ng-template",null,0,e.C5r),2&a){const o=e.sdS(2);e.Y8G("ngIf",""===(null==i.errorMessage?null:i.errorMessage.trim()))("ngIfElse",o)}},dependencies:[d.bT,h.DJ,h.sA,h.UI,d.QX]})}}return n})();function Xa(n,s){if(1&n&&(e.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e.EFF(4,"Active"),e.k0s(),e.j41(5,"div",5),e.nrm(6,"span",6),e.EFF(7),e.nI1(8,"number"),e.k0s()(),e.j41(9,"div")(10,"h4",4),e.EFF(11,"Pending"),e.k0s(),e.j41(12,"div",5),e.nrm(13,"span",7),e.EFF(14),e.nI1(15,"number"),e.k0s()(),e.j41(16,"div")(17,"h4",4),e.EFF(18,"Inactive"),e.k0s(),e.j41(19,"div",5),e.nrm(20,"span",8),e.EFF(21),e.nI1(22,"number"),e.k0s()(),e.j41(23,"div")(24,"h4",4),e.EFF(25,"Closing"),e.k0s(),e.j41(26,"div",5),e.nrm(27,"span",9),e.EFF(28),e.nI1(29,"number"),e.k0s()()(),e.j41(30,"div",3)(31,"div")(32,"h4",4),e.EFF(33,"Capacity"),e.k0s(),e.j41(34,"div",5),e.EFF(35),e.nI1(36,"number"),e.k0s()(),e.j41(37,"div")(38,"h4",4),e.EFF(39,"Capacity"),e.k0s(),e.j41(40,"div",5),e.EFF(41),e.nI1(42,"number"),e.k0s()(),e.j41(43,"div")(44,"h4",4),e.EFF(45,"Capacity"),e.k0s(),e.j41(46,"div",5),e.EFF(47),e.nI1(48,"number"),e.k0s()(),e.j41(49,"div")(50,"h4",4),e.EFF(51,"Capacity"),e.k0s(),e.j41(52,"div",5),e.EFF(53),e.nI1(54,"number"),e.k0s()()()()),2&n){const t=e.XpG();e.R7$(7),e.JRh(e.bMT(8,8,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(15,10,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(22,12,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(29,14,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.num_channels)||0)),e.R7$(7),e.SpI("",e.bMT(36,16,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(42,18,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(48,20,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(54,22,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.capacity)||0)," Sats")}}function Ua(n,s){if(1&n&&(e.j41(0,"div",10)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessage)}}let Ue=(()=>{class n{constructor(){this.channelsStatus={}}static{this.\u0275fac=function(a){return new(a||n)}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],[1,"dot","tiny-dot","red"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,i){if(1&a&&e.DNE(0,Xa,55,24,"div",1)(1,Ua,3,1,"ng-template",null,0,e.C5r),2&a){const o=e.sdS(2);e.Y8G("ngIf"," "===i.errorMessage)("ngIfElse",o)}},dependencies:[d.bT,h.DJ,h.sA,h.UI,d.QX]})}}return n})();var ee=g(1997);const Ha=()=>["../connections/channels/open"],qa=(n,s)=>({filterColumn:n,filterValue:s});function za(n,s){if(1&n&&(e.j41(0,"div",19)(1,"a",20),e.EFF(2),e.nI1(3,"slice"),e.k0s(),e.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),e.EFF(7,"Local:"),e.k0s(),e.EFF(8),e.nI1(9,"number"),e.k0s(),e.j41(10,"mat-hint",22),e.nrm(11,"fa-icon",23),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.j41(14,"mat-hint",24)(15,"strong",8),e.EFF(16,"Remote:"),e.k0s(),e.EFF(17),e.nI1(18,"number"),e.k0s()(),e.nrm(19,"mat-progress-bar",25),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.FS9("matTooltip",t.remote_alias||t.remote_pubkey),e.FS9("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Y8G("routerLink",e.lJ4(21,Ha))("state",e.l_i(22,qa,t.remote_alias?"remote_alias":"remote_pubkey",t.remote_alias||t.remote_pubkey)),e.R7$(),e.Lme(" ",e.brH(3,11,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.R7$(6),e.SpI("",e.bMT(9,15,t.local_balance||0)," Sats"),e.R7$(3),e.Y8G("icon",a.faBalanceScale),e.R7$(),e.SpI(" (",e.bMT(13,17,t.balancedness||0),") "),e.R7$(5),e.SpI("",e.bMT(18,19,t.remote_balance||0)," Sats"),e.R7$(2),e.FS9("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function Ja(n,s){if(1&n&&(e.j41(0,"div",17),e.DNE(1,za,20,25,"div",18),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngForOf",t.allChannels)}}function Wa(n,s){if(1&n&&(e.j41(0,"div",3)(1,"div",4)(2,"span",5),e.EFF(3,"Total Capacity"),e.k0s(),e.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),e.EFF(7,"Local:"),e.k0s(),e.EFF(8),e.nI1(9,"number"),e.k0s(),e.j41(10,"mat-hint",9),e.nrm(11,"fa-icon",10),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.j41(14,"mat-hint",11)(15,"strong",8),e.EFF(16,"Remote:"),e.k0s(),e.EFF(17),e.nI1(18,"number"),e.k0s()(),e.nrm(19,"mat-progress-bar",12),e.k0s(),e.j41(20,"div",13),e.nrm(21,"mat-divider",14),e.k0s(),e.j41(22,"div",15),e.DNE(23,Ja,2,1,"div",16),e.k0s()()),2&n){const t=e.XpG(),a=e.sdS(2);e.R7$(8),e.SpI("",e.bMT(9,7,(null==t.channelBalances?null:t.channelBalances.localBalance)||0)," Sats"),e.R7$(3),e.Y8G("icon",t.faBalanceScale),e.R7$(),e.SpI(" (",e.bMT(13,9,(null==t.channelBalances?null:t.channelBalances.balancedness)||0),") "),e.R7$(5),e.SpI("",e.bMT(18,11,(null==t.channelBalances?null:t.channelBalances.remoteBalance)||0)," Sats"),e.R7$(2),e.FS9("value",null!=t.channelBalances&&t.channelBalances.localBalance&&(null==t.channelBalances?null:t.channelBalances.localBalance)>0?+(null==t.channelBalances?null:t.channelBalances.localBalance)/(+(null==t.channelBalances?null:t.channelBalances.localBalance)+ +(null==t.channelBalances?null:t.channelBalances.remoteBalance))*100:0),e.R7$(4),e.Y8G("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function Qa(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",26),e.EFF(1," No channels available. "),e.j41(2,"button",27),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.goToChannels())}),e.EFF(3,"Open Channel"),e.k0s()()}}function Za(n,s){if(1&n&&(e.j41(0,"div",28)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessage)}}let Ka=(()=>{class n{constructor(t){this.router=t,this.faBalanceScale=b.GR4,this.faDumbbell=b.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/lnd/connections")}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,i){if(1&a&&e.DNE(0,Wa,24,13,"div",2)(1,Qa,4,0,"ng-template",null,0,e.C5r)(3,Za,3,1,"ng-template",null,1,e.C5r),2&a){const o=e.sdS(4);e.Y8G("ngIf",""===(null==i.errorMessage?null:i.errorMessage.trim()))("ngIfElse",o)}},dependencies:[d.Sq,d.bT,M.aY,h.DJ,h.sA,h.UI,G.$z,f.MV,ee.q,B.HM,Z.oV,A.Ld,x.Wk,d.P9,d.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]})}}return n})();var He=g(8711),qe=g(4104);const es=(n,s,t)=>({"mb-4":n,"mb-2":s,"mb-1":t}),ts=()=>["../connections/channels/open"],ns=(n,s)=>({filterColumn:n,filterValue:s});function is(n,s){if(1&n&&(e.j41(0,"mat-hint",19)(1,"strong",20),e.EFF(2,"Capacity: "),e.k0s(),e.EFF(3),e.nI1(4,"number"),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(3),e.SpI("",e.bMT(4,1,t.remote_balance||0)," Sats")}}function as(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",24),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2).$implicit,o=e.XpG(3);return e.Njj(o.onLoopOut(i))}),e.EFF(1,"Loop Out"),e.k0s()}}function ss(n,s){if(1&n&&(e.j41(0,"div",21)(1,"mat-hint",22)(2,"strong",20),e.EFF(3,"Capacity: "),e.k0s(),e.EFF(4),e.nI1(5,"number"),e.k0s(),e.DNE(6,as,2,0,"button",23),e.k0s()),2&n){const t=e.XpG().$implicit,a=e.XpG(3);e.R7$(4),e.SpI("",e.bMT(5,2,t.local_balance||0)," Sats"),e.R7$(2),e.Y8G("ngIf",a.showLoop)}}function os(n,s){if(1&n&&e.nrm(0,"mat-progress-bar",25),2&n){const t=e.XpG().$implicit,a=e.XpG(3);e.FS9("value",a.totalLiquidity>0?(+t.remote_balance||0)/a.totalLiquidity*100:0)}}function ls(n,s){if(1&n&&e.nrm(0,"mat-progress-bar",25),2&n){const t=e.XpG().$implicit,a=e.XpG(3);e.FS9("value",a.totalLiquidity>0?(+t.local_balance||0)/a.totalLiquidity*100:0)}}function rs(n,s){if(1&n&&(e.j41(0,"div",13)(1,"a",14),e.EFF(2),e.nI1(3,"slice"),e.k0s(),e.j41(4,"div",15),e.DNE(5,is,5,3,"mat-hint",16)(6,ss,7,4,"div",17),e.k0s(),e.DNE(7,os,1,1,"mat-progress-bar",18)(8,ls,1,1,"mat-progress-bar",18),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.FS9("matTooltip",t.remote_alias||t.remote_pubkey),e.FS9("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Y8G("routerLink",e.lJ4(14,ts))("state",e.l_i(15,ns,t.remote_alias?"remote_alias":"remote_pubkey",t.remote_alias||t.remote_pubkey)),e.R7$(),e.Lme(" ",e.brH(3,10,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.R7$(3),e.Y8G("ngIf","In"===a.direction),e.R7$(),e.Y8G("ngIf","Out"===a.direction),e.R7$(),e.Y8G("ngIf","In"===a.direction),e.R7$(),e.Y8G("ngIf","Out"===a.direction)}}function cs(n,s){if(1&n&&(e.j41(0,"div",11),e.DNE(1,rs,9,18,"div",12),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngForOf",t.allChannels)}}function ps(n,s){if(1&n&&(e.j41(0,"div",3)(1,"div",4)(2,"span",5),e.EFF(3,"Total Capacity"),e.k0s(),e.j41(4,"mat-hint",6),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.nrm(7,"mat-progress-bar",7),e.k0s(),e.j41(8,"div",8),e.nrm(9,"mat-divider",9),e.k0s(),e.DNE(10,cs,2,1,"div",10),e.k0s()),2&n){const t=e.XpG(),a=e.sdS(2);e.Y8G("ngClass",e.sMw(6,es,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD,t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),e.R7$(5),e.SpI("",e.bMT(6,4,t.totalLiquidity)," Sats"),e.R7$(5),e.Y8G("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function ms(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",28),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.goToChannels())}),e.EFF(1,"Open Channel"),e.k0s()}}function us(n,s){if(1&n&&(e.j41(0,"div",26),e.EFF(1," No channels available. "),e.DNE(2,ms,2,0,"button",27),e.k0s()),2&n){const t=e.XpG();e.R7$(2),e.Y8G("ngIf","Out"===t.direction)}}function ds(n,s){if(1&n&&(e.j41(0,"div",29)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessage)}}let hs=(()=>{class n{constructor(t,a,i,o){this.router=t,this.loopService=a,this.commonService=i,this.store=o,this.targetConf=6,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.showLoop=!(!t?.settings.swapServerUrl||""===t.settings.swapServerUrl.trim())})}goToChannels(){this.router.navigateByUrl("/lnd/connections")}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,_.Q)(this.unSubs[1])).subscribe(a=>{this.store.dispatch((0,E.xO)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.C7.LOOP_OUT,component:He.D}}}))})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix),e.rXU(qe.Q),e.rXU(N.h),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[3,"perfectScrollbar",4,"ngIf","ngIfElse"],[3,"perfectScrollbar"],["fxLayout","column",4,"ngFor","ngForOf"],["fxLayout","column"],[1,"dashboard-capacity-header","mt-2",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["class","font-size-90 color-primary",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],[1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxFlex","80","fxLayoutAlign","start start",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","end center","class","button-link-dashboard","color","primary","mat-button","","aria-label","Loop Out",3,"click",4,"ngIf"],["fxFlex","20","fxLayoutAlign","end center","color","primary","mat-button","","aria-label","Loop Out",1,"button-link-dashboard",3,"click"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(a,i){if(1&a&&e.DNE(0,ps,11,10,"div",2)(1,us,3,1,"ng-template",null,0,e.C5r)(3,ds,3,1,"ng-template",null,1,e.C5r),2&a){const o=e.sdS(4);e.Y8G("ngIf",""===(null==i.errorMessage?null:i.errorMessage.trim()))("ngIfElse",o)}},dependencies:[d.YU,d.Sq,d.bT,h.DJ,h.sA,h.UI,L.PW,G.$z,f.MV,ee.q,B.HM,Z.oV,A.Ld,x.Wk,d.P9,d.QX]})}}return n})();const ze=n=>({"dashboard-card-content":!0,"error-border":n}),_s=n=>({"p-0":n});function fs(n,s){if(1&n&&(e.j41(0,"button",28)(1,"mat-icon"),e.EFF(2,"more_vert"),e.k0s()()),2&n){e.XpG();const t=e.sdS(11);e.Y8G("matMenuTriggerFor",t)}}function gs(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const i=e.eBV(t).index,o=e.XpG().$implicit,r=e.XpG(2);return e.Njj(r.onNavigateTo(o.links[i]))}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit;e.R7$(),e.JRh(t)}}function Cs(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){e.eBV(t);const i=e.XpG(3);return e.Njj(i.onsortChannelsBy())}),e.EFF(1),e.k0s()}if(2&n){const t=e.XpG(3);e.R7$(),e.SpI("Sort By ","Balance Score"===t.sortField?"Capacity":"Balance Score","")}}function ys(n,s){1&n&&e.nrm(0,"mat-progress-bar",30)}function bs(n,s){if(1&n&&e.nrm(0,"rtl-node-info",31),2&n){const t=e.XpG(3);e.Y8G("information",t.information)("showColorFieldSeparately",!1)}}function Fs(n,s){if(1&n&&e.nrm(0,"rtl-balances-info",32),2&n){const t=e.XpG(3);e.Y8G("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function xs(n,s){if(1&n&&e.nrm(0,"rtl-channel-capacity-info",33),2&n){const t=e.XpG(3);e.Y8G("sortBy",t.sortField)("channelBalances",t.channelBalances)("allChannels",t.allChannelsCapacity)("errorMessage",t.errorMessages[3])}}function vs(n,s){if(1&n&&e.nrm(0,"rtl-fee-info",34),2&n){const t=e.XpG(3);e.Y8G("fees",t.fees)("errorMessage",t.errorMessages[1])}}function Ts(n,s){if(1&n&&e.nrm(0,"rtl-channel-status-info",35),2&n){const t=e.XpG(3);e.Y8G("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function Ss(n,s){1&n&&(e.j41(0,"h3"),e.EFF(1,"Error! Unable to find information!"),e.k0s())}function ks(n,s){if(1&n&&(e.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),e.nrm(5,"fa-icon",14),e.j41(6,"span"),e.EFF(7),e.k0s()(),e.j41(8,"div"),e.DNE(9,fs,3,1,"button",15),e.j41(10,"mat-menu",16,1),e.DNE(12,gs,2,1,"button",17)(13,Cs,2,1,"button",18),e.k0s()()()(),e.j41(14,"mat-card-content",19),e.DNE(15,ys,1,0,"mat-progress-bar",20),e.j41(16,"div",21),e.DNE(17,bs,1,2,"rtl-node-info",22)(18,Fs,1,2,"rtl-balances-info",23)(19,xs,1,4,"rtl-channel-capacity-info",24)(20,vs,1,2,"rtl-fee-info",25)(21,Ts,1,2,"rtl-channel-status-info",26)(22,Ss,2,0,"h3",27),e.k0s()()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("colspan",t.cols)("rowspan",t.rows),e.R7$(5),e.Y8G("icon",t.icon),e.R7$(2),e.JRh(t.title),e.R7$(2),e.Y8G("ngIf",t.links[0]),e.R7$(3),e.Y8G("ngForOf",t.goToOptions),e.R7$(),e.Y8G("ngIf","capacity"===t.id),e.R7$(),e.FS9("fxFlex","node"===t.id||"balance"===t.id?70:"fee"===t.id||"status"===t.id?78:90),e.Y8G("ngClass",e.eq3(16,ze,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR))),e.R7$(),e.Y8G("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)),e.R7$(),e.Y8G("ngSwitch",t.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","balance"),e.R7$(),e.Y8G("ngSwitchCase","capacity"),e.R7$(),e.Y8G("ngSwitchCase","fee"),e.R7$(),e.Y8G("ngSwitchCase","status")}}function Rs(n,s){if(1&n&&(e.j41(0,"div",5)(1,"div",6),e.nrm(2,"fa-icon",7),e.j41(3,"span",8),e.EFF(4),e.k0s()(),e.j41(5,"mat-grid-list",9),e.DNE(6,ks,23,18,"mat-grid-tile",10),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.Y8G("icon",t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.ERROR?t.faFrown:t.faSmile),e.R7$(2),e.JRh(t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.COMPLETED?"Welcome "+t.information.alias+"! Your node is up and running.":t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),e.R7$(),e.Y8G("rowHeight",t.operatorCardHeight),e.R7$(),e.Y8G("ngForOf",t.operatorCards)}}function Es(n,s){if(1&n&&(e.j41(0,"button",28)(1,"mat-icon"),e.EFF(2,"more_vert"),e.k0s()()),2&n){e.XpG();const t=e.sdS(9);e.Y8G("matMenuTriggerFor",t)}}function Is(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const i=e.eBV(t).index,o=e.XpG(2).$implicit,r=e.XpG(2);return e.Njj(r.onNavigateTo(o.links[i]))}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit;e.R7$(),e.JRh(t)}}function Ls(n,s){if(1&n&&(e.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),e.nrm(3,"fa-icon",14),e.j41(4,"span"),e.EFF(5),e.k0s()(),e.j41(6,"div"),e.DNE(7,Es,3,1,"button",15),e.j41(8,"mat-menu",16,2),e.DNE(10,Is,2,1,"button",17),e.k0s()()()()),2&n){const t=e.XpG().$implicit;e.R7$(3),e.Y8G("icon",t.icon),e.R7$(2),e.JRh(t.title),e.R7$(2),e.Y8G("ngIf",t.links[0]),e.R7$(3),e.Y8G("ngForOf",t.goToOptions)}}function ws(n,s){1&n&&e.nrm(0,"mat-progress-bar",30)}function js(n,s){if(1&n&&e.nrm(0,"rtl-node-info",45),2&n){const t=e.XpG(3);e.Y8G("information",t.information)}}function Gs(n,s){if(1&n&&e.nrm(0,"rtl-balances-info",32),2&n){const t=e.XpG(3);e.Y8G("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function Ds(n,s){if(1&n&&e.nrm(0,"rtl-channel-liquidity-info",46),2&n){const t=e.XpG(3);e.Y8G("direction","In")("totalLiquidity",t.totalInboundLiquidity)("allChannels",t.allInboundChannels)("errorMessage",t.errorMessages[3])}}function Ns(n,s){if(1&n&&e.nrm(0,"rtl-channel-liquidity-info",46),2&n){const t=e.XpG(3);e.Y8G("direction","Out")("totalLiquidity",t.totalOutboundLiquidity)("allChannels",t.allOutboundChannels)("errorMessage",t.errorMessages[3])}}function Ps(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const i=e.eBV(t).index,o=e.XpG(2).$implicit,r=e.XpG(2);return e.Njj(r.onNavigateTo(o.links[i]))}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit;e.R7$(),e.JRh(t)}}function $s(n,s){if(1&n&&(e.j41(0,"span",47)(1,"mat-tab-group",48)(2,"mat-tab",49),e.nrm(3,"rtl-lightning-invoices",50),e.k0s(),e.j41(4,"mat-tab",51),e.nrm(5,"rtl-lightning-payments",50),e.k0s()(),e.j41(6,"div",52)(7,"button",28)(8,"mat-icon"),e.EFF(9,"more_vert"),e.k0s()(),e.j41(10,"mat-menu",16,3),e.DNE(12,Ps,2,1,"button",17),e.k0s()()()),2&n){const t=e.sdS(11),a=e.XpG().$implicit;e.R7$(3),e.Y8G("calledFrom","home"),e.R7$(2),e.Y8G("calledFrom","home"),e.R7$(2),e.Y8G("matMenuTriggerFor",t),e.R7$(5),e.Y8G("ngForOf",a.goToOptions)}}function As(n,s){1&n&&(e.j41(0,"h3"),e.EFF(1,"Error! Unable to find information!"),e.k0s())}function Ms(n,s){if(1&n&&(e.j41(0,"mat-grid-tile",11)(1,"mat-card",38),e.DNE(2,Ls,11,4,"mat-card-header",39),e.j41(3,"mat-card-content",40),e.DNE(4,ws,1,0,"mat-progress-bar",20),e.j41(5,"div",41),e.DNE(6,js,1,1,"rtl-node-info",42)(7,Gs,1,2,"rtl-balances-info",23)(8,Ds,1,4,"rtl-channel-liquidity-info",43)(9,Ns,1,4,"rtl-channel-liquidity-info",43)(10,$s,13,4,"span",44)(11,As,2,0,"h3",27),e.k0s()()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("colspan",t.cols)("rowspan",t.rows),e.R7$(),e.Y8G("ngClass",e.eq3(13,_s,"transactions"===t.id)),e.R7$(),e.Y8G("ngIf","transactions"!==t.id),e.R7$(),e.FS9("fxFlex","transactions"===t.id?100:"balance"===t.id?70:90),e.Y8G("ngClass",e.eq3(15,ze,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",t.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","balance"),e.R7$(),e.Y8G("ngSwitchCase","inboundLiq"),e.R7$(),e.Y8G("ngSwitchCase","outboundLiq"),e.R7$(),e.Y8G("ngSwitchCase","transactions")}}function Bs(n,s){if(1&n&&(e.j41(0,"div",36),e.nrm(1,"fa-icon",7),e.j41(2,"span",8),e.EFF(3),e.k0s()(),e.j41(4,"mat-grid-list",37),e.DNE(5,Ms,12,17,"mat-grid-tile",10),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faSmile),e.R7$(2),e.SpI("Welcome ",t.information.alias,"! Your node is up and running."),e.R7$(),e.Y8G("rowHeight",t.merchantCardHeight),e.R7$(),e.Y8G("ngForOf",t.merchantCards)}}let Os=(()=>{class n{constructor(t,a,i,o,r){switch(this.logger=t,this.store=a,this.actions=i,this.commonService=o,this.router=r,this.faSmile=Me.Qpm,this.faFrown=Me.wB1,this.faAngleDoubleDown=b.WxX,this.faAngleDoubleUp=b.$sC,this.faChartPie=b.W1p,this.faBolt=b.zm_,this.faServer=b.D6w,this.faNetworkWired=b.eGi,this.flgChildInfoUpdated=!1,this.userPersonaEnum=l.HW,this.activeChannels=0,this.inactiveChannels=0,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.balances={onchain:-1,lightning:-1,total:0},this.allChannels=[],this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.screenSizeEnum=l.f7,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusFees=null,this.apiCallStatusBlockchainBalance=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize){case l.f7.XS:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:6},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}];break;case l.f7.SM:case l.f7.MD:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}];break;default:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}]}}ngOnInit(){this.store.select(y.gj).pipe((0,_.Q)(this.unSubs[0]),(0,he.E)(this.store.select(X._c))).subscribe(([t,a])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=a,this.information=t.information}),this.store.select(y.oR).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusBlockchainBalance=t.apiCallStatus,this.apiCallStatusBlockchainBalance.status===l.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusBlockchainBalance.message?JSON.stringify(this.apiCallStatusBlockchainBalance.message):this.apiCallStatusBlockchainBalance.message?this.apiCallStatusBlockchainBalance.message:""),this.balances.onchain=t.blockchainBalance.total_balance&&+t.blockchainBalance.total_balance>=0?+t.blockchainBalance.total_balance:0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances)}),this.store.select(y.Uv).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:t.pendingChannelsSummary.open?.num_channels,capacity:t.pendingChannelsSummary.open?.limbo_balance},this.channelsStatus.closing={num_channels:(t.pendingChannelsSummary.closing?.num_channels||0)+(t.pendingChannelsSummary.force_closing?.num_channels||0)+(t.pendingChannelsSummary.waiting_close?.num_channels||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[4])).subscribe(t=>{this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:"");const a=t.lightningBalance&&t.lightningBalance.local?+t.lightningBalance.local:0,i=t.lightningBalance&&t.lightningBalance.remote?+t.lightningBalance.remote:0;this.channelBalances={localBalance:a,remoteBalance:i,balancedness:+(1-Math.abs((a-i)/(a+i))).toFixed(3)},this.balances.lightning=t.lightningBalance.local||0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances),this.activeChannels=t.channelsSummary.active?.num_channels||0,this.inactiveChannels=t.channelsSummary.inactive?.num_channels||0,this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannels=t.channels?.filter(r=>!0===r.active),this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels?.filter(r=>r.remote_balance&&r.remote_balance>0),"remote_balance"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels?.filter(r=>r.local_balance&&r.local_balance>0),"local_balance"))),this.allChannels.forEach(r=>{this.totalInboundLiquidity=this.totalInboundLiquidity+ +(r.remote_balance||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+ +(r.local_balance||0)}),this.flgChildInfoUpdated=!!(this.balances.lightning>=0&&this.balances.onchain>=0&&this.fees.month_fee_sum&&this.fees.month_fee_sum>=0),this.logger.info(t)}),this.actions.pipe((0,_.Q)(this.unSubs[5]),(0,Y.p)(t=>t.type===l.QP.FETCH_FEES_LND||t.type===l.QP.SET_FEES_LND)).subscribe(t=>{t.type===l.QP.FETCH_FEES_LND&&(this.flgChildInfoUpdated=!1),t.type===l.QP.SET_FEES_LND&&(this.flgChildInfoUpdated=!0)})}onNavigateTo(t){"inactive"===t?this.router.navigateByUrl("/lnd/connections",{state:{filterColumn:"active",filterValue:t}}):this.router.navigateByUrl("/lnd/"+t)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.allChannels.sort((t,a)=>{const i=+(t.local_balance||0)+ +(t.remote_balance||0),o=+(a.local_balance||0)+ +(a.remote_balance||0);return i>o?-1:i{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(Q.En),e.rXU(N.h),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-home"]],decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"ngSwitch"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],[3,"calledFrom"],["label","Pay"],[1,"underline"]],template:function(a,i){if(1&a&&e.DNE(0,Rs,7,4,"div",4)(1,Bs,6,4,"ng-template",null,0,e.C5r),2&a){const o=e.sdS(2);e.Y8G("ngIf",(null==i.selNode?null:i.selNode.settings.userPersona)===i.userPersonaEnum.OPERATOR)("ngIfElse",o)}},dependencies:[d.YU,d.Sq,d.bT,d.ux,d.e1,d.fG,M.aY,h.DJ,h.sA,h.UI,L.PW,G.iY,T.RN,T.m2,T.MM,T.dh,_e.B_,_e.NS,ie.An,ve.kk,ve.fb,ve.Cp,B.HM,P.mq,P.T8,Be,Oe,Ye,Oa,Xe,Ue,Ka,hs]})}}return n})();var Te=g(1975),Se=g(5837);function Vs(n,s){if(1&n&&(e.j41(0,"span",10),e.EFF(1,"Channels"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.activeChannels)}}function Ys(n,s){if(1&n&&(e.j41(0,"span",10),e.EFF(1,"Peers"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.activePeers)}}let Xs=(()=>{class n{constructor(t,a,i){this.store=t,this.logger=a,this.router=i,this.activePeers=0,this.activeChannels=0,this.faUsers=b.gdJ,this.faChartPie=b.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(t=>t instanceof x.gx)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.selNode=t}),this.store.select(y.os).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.activePeers=t.peers&&t.peers.length?t.peers.length:0,this.logger.info(t)}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.activeChannels=t.channelsSummary.active?.num_channels||0,this.logger.info(t)}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[4])).subscribe(t=>{this.balances=[{title:"Total Balance",dataValue:t.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:t.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:t.blockchainBalance.unconfirmed_balance||0}],this.logger.info(t)})}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il),e.rXU(j.gP),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-connections"]],decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(a,i){1&a&&(e.j41(0,"div",0),e.nrm(1,"fa-icon",1),e.j41(2,"span",2),e.EFF(3,"On-chain Balance"),e.k0s()(),e.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e.nrm(7,"rtl-currency-unit-converter",5),e.k0s()()(),e.j41(8,"div",0),e.nrm(9,"fa-icon",1),e.j41(10,"span",2),e.EFF(11,"Connections"),e.k0s()(),e.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),e.mxI("selectedIndexChange",function(r){return e.DH7(i.activeLink,r)||(i.activeLink=r),r}),e.bIt("selectedTabChange",function(r){return i.onSelectedTabChange(r)}),e.j41(16,"mat-tab"),e.DNE(17,Vs,2,1,"ng-template",8),e.k0s(),e.j41(18,"mat-tab"),e.DNE(19,Ys,2,1,"ng-template",8),e.k0s()(),e.j41(20,"div",9),e.nrm(21,"router-outlet"),e.k0s()()()()),2&a&&(e.R7$(),e.Y8G("icon",i.faChartPie),e.R7$(6),e.Y8G("values",i.balances),e.R7$(2),e.Y8G("icon",i.faUsers),e.R7$(6),e.R50("selectedIndex",i.activeLink))},dependencies:[M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,Te.k,P.ES,P.mq,P.T8,Se.f,x.n3]})}}return n})();var ke=g(9172),Je=g(6354),We=g(92);const Us=["form"];function Hs(n,s){if(1&n&&(e.j41(0,"mat-option",41),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.JRh(t.alias?t.alias:t.pub_key?t.pub_key:"")}}function qs(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Peer alias is required."),e.k0s())}function zs(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Peer not found in the list."),e.k0s())}function Js(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",38)(1,"mat-label"),e.EFF(2,"Peer Alias"),e.k0s(),e.nrm(3,"input",39),e.j41(4,"mat-autocomplete",40,4),e.bIt("optionSelected",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSelectedPeerChanged())}),e.DNE(6,Hs,2,2,"mat-option",28),e.nI1(7,"async"),e.k0s(),e.DNE(8,qs,2,0,"mat-error",20)(9,zs,2,0,"mat-error",20),e.k0s()}if(2&n){const t=e.sdS(5),a=e.XpG();e.R7$(3),e.Y8G("formControl",a.selectedPeer)("matAutocomplete",t),e.R7$(),e.Y8G("displayWith",a.displayFn),e.R7$(2),e.Y8G("ngForOf",e.bMT(7,6,a.filteredPeers)),e.R7$(2),e.Y8G("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.required),e.R7$(),e.Y8G("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.notfound)}}function Ws(n,s){1&n&&e.eu8(0)}function Qs(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function Zs(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("Amount must be less than or equal to ",t.totalBalance,".")}}function Ks(n,s){if(1&n&&(e.j41(0,"div",42),e.nrm(1,"fa-icon",43),e.j41(2,"span",6)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",44)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faInfoCircle),e.R7$(6),e.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),e.R7$(2),e.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),e.R7$(2),e.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),e.R7$(2),e.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),e.R7$(2),e.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function eo(n,s){if(1&n&&(e.j41(0,"mat-option",41),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t.id),e.R7$(),e.SpI(" ",t.name," ")}}function to(n,s){if(1&n&&(e.j41(0,"mat-hint"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("Mempool Min: ",t.recommendedFee.minimumFee," (Sats/vByte)")}}function no(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Target Confirmation Blocks is required."),e.k0s())}function io(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Fee is required."),e.k0s())}function ao(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("Lower than min feerate ",t.recommendedFee.minimumFee," in the mempool.")}}function so(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",32)(1,"mat-slide-toggle",45),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.taprootChannel,i)||(o.taprootChannel=i),e.Njj(i)}),e.EFF(2,"Taproot Channel"),e.k0s()()}if(2&n){const t=e.XpG();e.R7$(),e.R50("ngModel",t.taprootChannel)}}function oo(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.channelConnectionError)}}function lo(n,s){if(1&n&&(e.j41(0,"div",46),e.nrm(1,"fa-icon",43),e.DNE(2,oo,2,1,"span",20),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.channelConnectionError)}}function ro(n,s){if(1&n&&(e.j41(0,"mat-expansion-panel",48)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),e.EFF(4,"Peer: \xa0"),e.k0s(),e.j41(5,"strong",49),e.EFF(6),e.k0s()()(),e.j41(7,"div",13)(8,"div",50)(9,"div",38)(10,"h4",51),e.EFF(11,"Pubkey"),e.k0s(),e.j41(12,"span",52),e.EFF(13),e.k0s()()(),e.nrm(14,"mat-divider",53),e.j41(15,"div",50)(16,"div",54)(17,"h4",51),e.EFF(18,"Address"),e.k0s(),e.j41(19,"span",55),e.EFF(20),e.k0s()(),e.j41(21,"div",54)(22,"h4",51),e.EFF(23,"Inbound"),e.k0s(),e.j41(24,"span",55),e.EFF(25),e.k0s()()()()()),2&n){const t=e.XpG(2);e.R7$(6),e.JRh((null==t.peer?null:t.peer.alias)||(null==t.peer?null:t.peer.address)),e.R7$(7),e.JRh(t.peer.pub_key),e.R7$(7),e.JRh(null==t.peer?null:t.peer.address),e.R7$(5),e.JRh(null!=t.peer&&t.peer.inbound?"True":"False")}}function co(n,s){if(1&n&&e.DNE(0,ro,26,4,"mat-expansion-panel",47),2&n){const t=e.XpG();e.Y8G("ngIf",t.peer)}}let Qe=(()=>{class n{constructor(t,a,i,o,r,c,F){this.logger=t,this.dialogRef=a,this.data=i,this.store=o,this.actions=r,this.commonService=c,this.dataService=F,this.selectedPeer=new m.hs,this.amount=new m.hs,this.faExclamationTriangle=b.zpE,this.faInfoCircle=b.iW_,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.selTransType="0",this.isTaprootAvailable=!1,this.taprootChannel=!1,this.spendUnconfirmed=!1,this.transTypeValue="",this.transTypes=l.XG,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[],this.isTaprootAvailable=this.commonService.isVersionCompatible(this.information.version,"0.17.0")):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[],this.isTaprootAvailable=!1),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i,this.isPrivate=!!i?.settings.unannouncedChannels}),this.actions.pipe((0,_.Q)(this.unSubs[1]),(0,Y.p)(i=>i.type===l.QP.UPDATE_API_CALL_STATUS_LND||i.type===l.QP.FETCH_CHANNELS_LND)).subscribe(i=>{i.type===l.QP.UPDATE_API_CALL_STATUS_LND&&i.payload.status===l.wn.ERROR&&"SaveNewChannel"===i.payload.action&&(this.channelConnectionError=i.payload.message),i.type===l.QP.FETCH_CHANNELS_LND&&this.dialogRef.close()});let t="",a="";this.sortedPeers=this.peers.sort((i,o)=>(t=i.alias?i.alias.toLowerCase():i.pub_key?i.pub_key.toLowerCase():"",a=o.alias?o.alias.toLowerCase():i.pub_key?i.pub_key.toLowerCase():"",ta?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,_.Q)(this.unSubs[2]),(0,ke.Z)(""),(0,Je.T)(i=>"string"==typeof i?i:i.alias?i.alias:i.pub_key),(0,Je.T)(i=>i?this.filterPeers(i):this.sortedPeers.slice()))}filterPeers(t){return this.sortedPeers?.filter(a=>0===a.alias?.toLowerCase().indexOf(t?t.toLowerCase():""))}displayFn(t){return t&&t.alias?t.alias:t&&t.pub_key?t.pub_key:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.pub_key?this.selectedPeer.value.pub_key:null,"string"==typeof this.selectedPeer.value){const t=this.peers?.filter(a=>a.alias?.length===this.selectedPeer.value.length&&0===a.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===t.length&&t[0].pub_key&&(this.selectedPubkey=t[0].pub_key)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.taprootChannel=!1,this.spendUnconfirmed=!1,this.selTransType="0",this.transTypeValue="",this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||("1"===this.selTransType||"2"===this.selTransType)&&!this.transTypeValue||"2"===this.selTransType&&this.recommendedFee.minimumFee>+this.transTypeValue)return!0;this.store.dispatch((0,v.vL)({payload:{selectedPeerPubkey:this.peer&&this.peer.pub_key?this.peer.pub_key:this.selectedPubkey,fundingAmount:this.fundingAmount,private:this.isPrivate,transType:this.selTransType,transTypeValue:this.transTypeValue,spendUnconfirmed:this.spendUnconfirmed,commitmentType:this.taprootChannel?5:null}}))}onAdvancedPanelToggle(t){this.advancedTitle=t?"Advanced Options | "+("1"===this.selTransType?"Target Confirmation Blocks: ":"2"===this.selTransType?"Fee (Sats/vByte): ":"Default")+("1"===this.selTransType||"2"===this.selTransType?this.transTypeValue:"")+" | Taproot Channel: "+(this.taprootChannel?"Yes":"No")+" | Spend Unconfirmed Output: "+(this.spendUnconfirmed?"Yes":"No"):"Advanced Options"}onSelTransTypeChanged(t){this.transTypeValue="",t.value===this.transTypes[2].id&&this.dataService.getRecommendedFeeRates().pipe((0,_.Q)(this.unSubs[3])).subscribe({next:a=>{this.recommendedFee=a},error:a=>{this.logger.error(a)}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(O.CP),e.rXU(O.Vh),e.rXU(I.il),e.rXU(Q.En),e.rXU(N.h),e.rXU(W.u))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-open-channel"]],viewQuery:function(a,i){if(1&a&&e.GBs(Us,7),2&a){let o;e.mGM(o=e.lsd())&&(i.form=o.first)}},decls:64,vars:30,consts:[["form","ngForm"],["amt","ngModel"],["transTypeVal","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["fxLayout","row","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amnt",3,"ngModelChange","step","min","max","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxFlex","49"],["tabindex","3",3,"valueChange","selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["matInput","","type","number","tabindex","4","name","transTpValue",3,"ngModelChange","required","disabled","step","min","ngModel"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-2"],["fxFlex","50","fxLayoutAlign","start center",4,"ngIf"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","7","color","primary","name","spendUnconfirmed",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["fxFlex","100"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["tabindex","6","color","primary","name","taprootChannel",3,"ngModelChange","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e.EFF(5),e.k0s()(),e.j41(6,"button",10),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",11)(9,"form",12,0),e.bIt("submit",function(){return e.eBV(o),e.Njj(i.onOpenChannel())})("reset",function(){return e.eBV(o),e.Njj(i.resetData())}),e.j41(11,"div",13),e.DNE(12,Js,10,8,"mat-form-field",14),e.k0s(),e.DNE(13,Ws,1,0,"ng-container",15),e.j41(14,"div",13)(15,"div",16)(16,"mat-form-field",17)(17,"mat-label"),e.EFF(18,"Amount"),e.k0s(),e.j41(19,"input",18,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.fundingAmount,c)||(i.fundingAmount=c),e.Njj(c)}),e.k0s(),e.j41(21,"mat-hint"),e.EFF(22),e.nI1(23,"number"),e.k0s(),e.j41(24,"span",19),e.EFF(25," Sats "),e.k0s(),e.DNE(26,Qs,2,0,"mat-error",20)(27,Zs,2,1,"mat-error",20),e.k0s(),e.j41(28,"div",21)(29,"mat-slide-toggle",22),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.isPrivate,c)||(i.isPrivate=c),e.Njj(c)}),e.EFF(30,"Private Channel"),e.k0s()()(),e.j41(31,"mat-expansion-panel",23),e.bIt("closed",function(){return e.eBV(o),e.Njj(i.onAdvancedPanelToggle(!0))})("opened",function(){return e.eBV(o),e.Njj(i.onAdvancedPanelToggle(!1))}),e.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),e.EFF(35),e.k0s()()(),e.j41(36,"div",24),e.DNE(37,Ks,16,6,"div",25),e.j41(38,"div",16)(39,"mat-form-field",26)(40,"mat-select",27),e.mxI("valueChange",function(c){return e.eBV(o),e.DH7(i.selTransType,c)||(i.selTransType=c),e.Njj(c)}),e.bIt("selectionChange",function(c){return e.eBV(o),e.Njj(i.onSelTransTypeChanged(c))}),e.DNE(41,eo,2,2,"mat-option",28),e.k0s()(),e.j41(42,"mat-form-field",26)(43,"mat-label"),e.EFF(44),e.k0s(),e.j41(45,"input",29,2),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.transTypeValue,c)||(i.transTypeValue=c),e.Njj(c)}),e.k0s(),e.DNE(47,to,2,1,"mat-hint",20)(48,no,2,0,"mat-error",20)(49,io,2,0,"mat-error",20)(50,ao,2,1,"mat-error",20),e.k0s()(),e.j41(51,"div",30),e.DNE(52,so,3,1,"div",31),e.j41(53,"div",32)(54,"mat-slide-toggle",33),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.spendUnconfirmed,c)||(i.spendUnconfirmed=c),e.Njj(c)}),e.EFF(55,"Spend Unconfirmed Output"),e.k0s()()()()()(),e.DNE(56,lo,3,2,"div",34),e.j41(57,"div",35)(58,"button",36),e.EFF(59,"Clear Fields"),e.k0s(),e.j41(60,"button",37),e.EFF(61,"Open Channel"),e.k0s()()()()()(),e.DNE(62,co,1,1,"ng-template",null,3,e.C5r)}if(2&a){const o=e.sdS(20),r=e.sdS(63);e.R7$(5),e.JRh(i.alertTitle),e.R7$(7),e.Y8G("ngIf",!i.peer&&i.peers&&i.peers.length>0),e.R7$(),e.Y8G("ngTemplateOutlet",r),e.R7$(6),e.Y8G("step",1e3)("min",1)("max",i.totalBalance),e.R50("ngModel",i.fundingAmount),e.R7$(3),e.SpI("(Remaining: ",e.bMT(23,28,i.totalBalance-(i.fundingAmount?i.fundingAmount:0)),")"),e.R7$(4),e.Y8G("ngIf",null==o.errors?null:o.errors.required),e.R7$(),e.Y8G("ngIf",null==o.errors?null:o.errors.max),e.R7$(2),e.R50("ngModel",i.isPrivate),e.R7$(6),e.JRh(i.advancedTitle),e.R7$(2),e.Y8G("ngIf",i.recommendedFee.minimumFee),e.R7$(3),e.R50("value",i.selTransType),e.R7$(),e.Y8G("ngForOf",i.transTypes),e.R7$(3),e.JRh("0"===i.selTransType?"Default":"1"===i.selTransType?"Target Confirmation Blocks":"Fee (Sats/vByte)"),e.R7$(),e.Y8G("required","0"!==i.selTransType)("disabled","0"===i.selTransType)("step",1)("min","2"===i.selTransType?i.recommendedFee.minimumFee:0),e.R50("ngModel",i.transTypeValue),e.R7$(2),e.Y8G("ngIf","2"===i.selTransType),e.R7$(),e.Y8G("ngIf","1"===i.selTransType&&!i.transTypeValue),e.R7$(),e.Y8G("ngIf","2"===i.selTransType&&!i.transTypeValue),e.R7$(),e.Y8G("ngIf","2"===i.selTransType&&i.transTypeValue&&+i.transTypeValue{class n{constructor(t,a,i,o,r,c,F,C,S){this.dialogRef=t,this.data=a,this.store=i,this.lndEffects=o,this.formBuilder=r,this.actions=c,this.logger=F,this.commonService=C,this.dataService=S,this.faExclamationTriangle=b.zpE,this.faInfoCircle=b.iW_,this.peerAddress="",this.totalBalance=0,this.transTypes=l.XG,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.isTaprootAvailable=!1,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.totalBalance=this.data.message?.balance||0,this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[m.k0.required]],peerAddress:[this.data.message?.peer?.pub_key?this.data.message?.peer?.pub_key+(this.data.message?.peer?.address?"@"+this.data.message?.peer?.address:""):"",[m.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[m.k0.required,m.k0.min(1),m.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],selTransType:[l.XG[0].id],transTypeValue:[{value:"",disabled:!0}],taprootChannel:[!1],spendUnconfirmed:[!1],hiddenAmount:["",[m.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(y.gj).pipe((0,_.Q)(this.unSubs[0]),(0,he.E)(this.store.select(X._c))).subscribe(([a,i])=>{this.selNode=i,this.channelFormGroup.controls.isPrivate.setValue(!!i?.settings.unannouncedChannels),this.isTaprootAvailable=this.commonService.isVersionCompatible(a.information.version,"0.17.0")}),this.channelFormGroup.controls.selTransType.valueChanges.pipe((0,_.Q)(this.unSubs[1])).subscribe(a=>{a===l.XG[0].id?(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.disable(),this.channelFormGroup.controls.transTypeValue.setValidators(null),this.channelFormGroup.controls.transTypeValue.setErrors(null)):(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.enable(),this.channelFormGroup.controls.transTypeValue.setValidators([m.k0.required]))}),this.actions.pipe((0,_.Q)(this.unSubs[2]),(0,Y.p)(a=>a.type===l.QP.NEWLY_ADDED_PEER_LND||a.type===l.QP.FETCH_PENDING_CHANNELS_LND||a.type===l.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(a=>{a.type===l.QP.NEWLY_ADDED_PEER_LND&&(this.logger.info(a.payload),this.flgEditable=!1,this.newlyAddedPeer=a.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),a.type===l.QP.FETCH_PENDING_CHANNELS_LND&&this.dialogRef.close(),a.type===l.QP.UPDATE_API_CALL_STATUS_LND&&a.payload.status===l.wn.ERROR&&("SaveNewPeer"===a.payload.action||"FetchGraphNode"===a.payload.action?this.peerConnectionError=a.payload.message:"SaveNewChannel"===a.payload.action&&(this.channelConnectionError=a.payload.message))})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="";const t=this.peerFormGroup.controls.peerAddress.value.search("@");let a="",i="";t>-1?(a=this.peerFormGroup.controls.peerAddress.value.substring(0,t),i=this.peerFormGroup.controls.peerAddress.value.substring(t+1),this.connectPeerWithParams(a,i)):(this.store.dispatch((0,v.t0)({payload:{pubkey:this.peerFormGroup.controls.peerAddress.value}})),this.lndEffects.setGraphNode.pipe((0,J.s)(1)).subscribe(o=>{setTimeout(()=>{i=o.node.addresses&&o.node.addresses.length&&o.node.addresses.length>0&&o.node.addresses[0].addr?o.node.addresses[0].addr:"",this.connectPeerWithParams(this.peerFormGroup.controls.peerAddress.value,i)},0)}))}connectPeerWithParams(t,a){this.store.dispatch((0,v.sq)({payload:{pubkey:t,host:a,perm:!1}}))}onOpenChannel(){return"2"===this.channelFormGroup.controls.selTransType.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.transTypeValue.value?(this.channelFormGroup.controls.transTypeValue.setErrors({minimum:!0}),!0):!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||"1"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||"2"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||(this.channelConnectionError="",void this.store.dispatch((0,v.vL)({payload:{selectedPeerPubkey:this.newlyAddedPeer?.pub_key,fundingAmount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,transType:this.channelFormGroup.controls.selTransType.value,transTypeValue:this.channelFormGroup.controls.transTypeValue.value,spendUnconfirmed:this.channelFormGroup.controls.spendUnconfirmed.value,commitmentType:this.channelFormGroup.controls.taprootChannel.value?5:null}})))}onSelTransTypeChanged(t){this.channelFormGroup.controls.transTypeValue.setValue(""),t.value===this.transTypes[2].id&&this.dataService.getRecommendedFeeRates().pipe((0,_.Q)(this.unSubs[3])).subscribe({next:a=>{this.recommendedFee=a},error:a=>{this.logger.error(a)}})}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(t){switch(t.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+this.newlyAddedPeer?.alias:"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+this.newlyAddedPeer?.alias:"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}t.selectedIndex{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(I.il),e.rXU(re.L),e.rXU(m.ze),e.rXU(Q.En),e.rXU(j.gP),e.rXU(N.h),e.rXU(W.u))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-connect-peer"]],viewQuery:function(a,i){if(1&a&&(e.GBs(po,5),e.GBs(mo,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.form=o.first),e.mGM(o=e.lsd())&&(i.stepper=o.first)}},decls:70,vars:31,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start end"],["matInput","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start end"],["tabindex","3","formControlName","selTransType",3,"selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","50"],["matInput","","formControlName","transTypeValue","type","number","name","transTypeValue","tabindex","4",3,"step","min","required"],["fxFlex","50","fxLayoutAlign","start center",4,"ngIf"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","6","color","primary","formControlName","spendUnconfirmed","name","spendUnconfirmed"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["tabindex","6","color","primary","formControlName","taprootChannel","name","taprootChannel",1,"ps-2"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Connect to a new peer"),e.k0s()(),e.j41(6,"button",6),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),e.bIt("selectionChange",function(c){return e.eBV(o),e.Njj(i.stepSelectionChanged(c))}),e.j41(12,"mat-step",10)(13,"form",11),e.DNE(14,uo,1,1,"ng-template",12),e.j41(15,"mat-form-field",13)(16,"mat-label"),e.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),e.k0s(),e.nrm(18,"input",14),e.DNE(19,ho,2,0,"mat-error",15),e.k0s(),e.DNE(20,_o,4,2,"div",16),e.j41(21,"div",17)(22,"button",18),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onConnectPeer())}),e.EFF(23),e.k0s()()()(),e.j41(24,"mat-step",10)(25,"form",19),e.DNE(26,fo,1,1,"ng-template",20),e.j41(27,"div",21),e.DNE(28,go,16,6,"div",22),e.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),e.EFF(32,"Amount"),e.k0s(),e.nrm(33,"input",25),e.j41(34,"mat-hint"),e.EFF(35),e.nI1(36,"number"),e.k0s(),e.j41(37,"span",26),e.EFF(38," Sats "),e.k0s(),e.DNE(39,Co,2,0,"mat-error",15)(40,yo,2,0,"mat-error",15)(41,bo,2,1,"mat-error",15),e.k0s(),e.j41(42,"div",27)(43,"mat-slide-toggle",28),e.EFF(44,"Private Channel"),e.k0s()()(),e.j41(45,"div",29)(46,"mat-form-field",30)(47,"mat-label"),e.EFF(48,"Transaction Type"),e.k0s(),e.j41(49,"mat-select",31),e.bIt("selectionChange",function(c){return e.eBV(o),e.Njj(i.onSelTransTypeChanged(c))}),e.DNE(50,Fo,2,2,"mat-option",32),e.k0s()(),e.j41(51,"mat-form-field",33)(52,"mat-label"),e.EFF(53),e.k0s(),e.nrm(54,"input",34),e.DNE(55,xo,2,1,"mat-hint",15)(56,vo,2,1,"mat-error",15)(57,To,2,1,"mat-error",15),e.k0s()(),e.j41(58,"div",29),e.DNE(59,So,3,0,"div",35),e.j41(60,"div",36)(61,"mat-slide-toggle",37),e.EFF(62,"Spend Unconfirmed Output"),e.k0s()()()(),e.DNE(63,ko,4,2,"div",16),e.j41(64,"div",17)(65,"button",38),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onOpenChannel())}),e.EFF(66),e.k0s()()()()(),e.j41(67,"div",39)(68,"button",40),e.EFF(69),e.k0s()()()()()()}2&a&&(e.R7$(10),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",i.peerFormGroup)("editable",i.flgEditable),e.R7$(),e.Y8G("formGroup",i.peerFormGroup),e.R7$(6),e.Y8G("ngIf",null==i.peerFormGroup.controls.peerAddress.errors?null:i.peerFormGroup.controls.peerAddress.errors.required),e.R7$(),e.Y8G("ngIf",""!==i.peerConnectionError),e.R7$(3),e.JRh(""!==i.peerConnectionError?"Retry":"Add Peer"),e.R7$(),e.Y8G("stepControl",i.channelFormGroup)("editable",i.flgEditable),e.R7$(),e.Y8G("formGroup",i.channelFormGroup),e.R7$(3),e.Y8G("ngIf",i.recommendedFee.minimumFee),e.R7$(5),e.Y8G("step",1e3),e.R7$(2),e.SpI("Remaining: ",e.bMT(36,29,i.totalBalance-(i.channelFormGroup.controls.fundingAmount.value?i.channelFormGroup.controls.fundingAmount.value:0)),""),e.R7$(4),e.Y8G("ngIf",null==i.channelFormGroup.controls.fundingAmount.errors?null:i.channelFormGroup.controls.fundingAmount.errors.required),e.R7$(),e.Y8G("ngIf",null==i.channelFormGroup.controls.fundingAmount.errors?null:i.channelFormGroup.controls.fundingAmount.errors.min),e.R7$(),e.Y8G("ngIf",null==i.channelFormGroup.controls.fundingAmount.errors?null:i.channelFormGroup.controls.fundingAmount.errors.max),e.R7$(9),e.Y8G("ngForOf",i.transTypes),e.R7$(3),e.JRh("0"===i.channelFormGroup.controls.selTransType.value?"Default":"1"===i.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)"),e.R7$(),e.Y8G("step",1)("min","2"===i.channelFormGroup.controls.selTransType.value?i.recommendedFee.minimumFee:0)("required","0"!==i.channelFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf","2"===i.channelFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf",null==i.channelFormGroup.controls.transTypeValue.errors?null:i.channelFormGroup.controls.transTypeValue.errors.required),e.R7$(),e.Y8G("ngIf",i.channelFormGroup.controls.transTypeValue.value&&(null==i.channelFormGroup.controls.transTypeValue.errors?null:i.channelFormGroup.controls.transTypeValue.errors.minimum)),e.R7$(2),e.Y8G("ngIf",i.isTaprootAvailable),e.R7$(4),e.Y8G("ngIf",""!==i.channelConnectionError),e.R7$(3),e.JRh(""!==i.channelConnectionError?"Retry":"Open Channel"),e.R7$(2),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(null!=i.newlyAddedPeer&&i.newlyAddedPeer.pub_key?"Do It Later":"Close"))},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.j4,m.JD,M.aY,h.DJ,h.sA,h.UI,O.tx,G.$z,T.m2,T.MM,$.fg,f.rl,f.nJ,f.MV,f.TL,f.yw,R.VO,V.wT,me.sG,H.V5,H.Ti,H.M6,K.N,te.V,d.QX]})}}return n})();const Ro=()=>["all"],Eo=n=>({"error-border":n}),Io=()=>["no_peer"],Re=n=>({width:n}),Lo=n=>({"display-none":n});function wo(n,s){if(1&n&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function jo(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function Go(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Alias"),e.k0s())}function Do(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Re,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.alias)}}function No(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Public Key"),e.k0s())}function Po(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Re,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.pub_key)}}function $o(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Address"),e.k0s())}function Ao(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Re,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.address)}}function Mo(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Sync Type"),e.k0s())}function Bo(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,null==t?null:t.sync_type,"sync","_"))}}function Oo(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Inbound"),e.k0s())}function Vo(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(null!=t&&t.inbound?"Yes":"No")}}function Yo(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Bytes Sent"),e.k0s())}function Xo(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.bytes_sent)," ")}}function Uo(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Bytes Received"),e.k0s())}function Ho(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.bytes_recv)," ")}}function qo(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Sats Sent"),e.k0s())}function zo(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.sat_sent)," ")}}function Jo(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Sats Received"),e.k0s())}function Wo(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.sat_recv)," ")}}function Qo(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Ping Time ("),e.j41(2,"span"),e.EFF(3,"\xb5"),e.k0s(),e.EFF(4,"s)"),e.k0s())}function Zo(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.ping_time)," ")}}function Ko(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",50),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function el(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",51)(1,"div",48)(2,"mat-select",49),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",50),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG();return e.Njj(r.onPeerClick(o,i))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",50),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onOpenChannel(i))}),e.EFF(7,"Open Channel"),e.k0s(),e.j41(8,"mat-option",50),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onPeerDetach(i))}),e.EFF(9,"Disconnect"),e.k0s()()()()}}function tl(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No connected peer."),e.k0s())}function nl(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting peers..."),e.k0s())}function il(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function al(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,tl,2,0,"p",53)(2,nl,2,0,"p",53)(3,il,2,1,"p",53),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function sl(n,s){if(1&n&&e.nrm(0,"tr",54),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,Lo,(null==t.peers?null:t.peers.data)&&(null==t.peers||null==t.peers.data?null:t.peers.data.length)>0))}}function ol(n,s){1&n&&e.nrm(0,"tr",55)}function ll(n,s){1&n&&e.nrm(0,"tr",56)}let rl=(()=>{class n{constructor(t,a,i,o,r){this.logger=t,this.store=a,this.rtlEffects=i,this.commonService=o,this.camelCaseWithReplace=r,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:l.md,sortBy:"alias",sortOrder:l.oi.DESCENDING},this.availableBalance=0,this.faUsers=b.gdJ,this.displayedColumns=[],this.peersData=[],this.peers=new p.I6([]),this.information={},this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.information=t}),this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.availableBalance=t.blockchainBalance.total_balance||0}),this.store.select(y.os).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=t.peers,this.peersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPeersTable(this.peersData),this.logger.info(t)})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:t.pub_key,goToName:"Graph lookup",goToLink:"/lnd/graph/lookups",showQRName:"Public Key",showQRField:t.pub_key,message:[[{key:"pub_key",value:t.pub_key,title:"Public Key",width:100}],[{key:"address",value:t.address,title:"Address",width:100}],[{key:"alias",value:t.alias,title:"Alias",width:40},{key:"inbound",value:t.inbound?"True":"False",title:"Inbound",width:30},{key:"ping_time",value:t.ping_time,title:"Ping Time (\xb5s)",width:30,type:l.UN.NUMBER}],[{key:"sat_sent",value:t.sat_sent,title:"Satoshis Sent",width:50,type:l.UN.NUMBER},{key:"sat_recv",value:t.sat_recv,title:"Satoshis Received",width:50,type:l.UN.NUMBER}],[{key:"bytes_sent",value:t.bytes_sent,title:"Bytes Sent",width:50,type:l.UN.NUMBER},{key:"bytes_recv",value:t.bytes_recv,title:"Bytes Received",width:50,type:l.UN.NUMBER}]]}}}))}onConnectPeer(){this.store.dispatch((0,E.xO)({payload:{data:{message:{peer:null,information:this.information,balance:this.availableBalance},component:Ze}}}))}onOpenChannel(t){this.store.dispatch((0,E.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:t,information:this.information,balance:this.availableBalance},component:Qe}}}))}onPeerDetach(t){this.store.dispatch((0,E.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(t.alias?t.alias:t.pub_key),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,_.Q)(this.unSubs[4])).subscribe(i=>{i&&this.store.dispatch((0,v.ed)({payload:{pubkey:t.pub_key}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.peers.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=JSON.stringify(t).toLowerCase();break;case"sync_type":i=this.camelCaseWithReplace.transform(t.sync_type||"","sync","_").trim().toLowerCase();break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"sync_type"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}loadPeersTable(t){this.peers=new p.I6(t?[...t]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(ue.H),e.rXU(N.h),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-peers"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Peers")}])],decls:64,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pub_key"],["matColumnDef","address"],["matColumnDef","sync_type"],["matColumnDef","inbound"],["matColumnDef","bytes_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","bytes_recv"],["matColumnDef","sat_sent"],["matColumnDef","sat_recv"],["matColumnDef","ping_time"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"button",3),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onConnectPeer())}),e.EFF(3,"Add Peer"),e.k0s()(),e.j41(4,"div",4)(5,"div",5)(6,"div",6),e.nrm(7,"fa-icon",7),e.j41(8,"span",8),e.EFF(9,"Connected Peers"),e.k0s()(),e.j41(10,"div",9)(11,"mat-form-field",10)(12,"mat-label"),e.EFF(13,"Filter By"),e.k0s(),e.j41(14,"mat-select",11),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(15,"perfect-scrollbar"),e.DNE(16,wo,2,2,"mat-option",12),e.k0s()()(),e.j41(17,"mat-form-field",10)(18,"mat-label"),e.EFF(19,"Filter"),e.k0s(),e.j41(20,"input",13),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(21,"div",14),e.DNE(22,jo,1,0,"mat-progress-bar",15),e.j41(23,"table",16,0),e.qex(25,17),e.DNE(26,Go,2,0,"th",18)(27,Do,4,4,"td",19),e.bVm(),e.qex(28,20),e.DNE(29,No,2,0,"th",18)(30,Po,4,4,"td",19),e.bVm(),e.qex(31,21),e.DNE(32,$o,2,0,"th",18)(33,Ao,4,4,"td",19),e.bVm(),e.qex(34,22),e.DNE(35,Mo,2,0,"th",18)(36,Bo,3,5,"td",19),e.bVm(),e.qex(37,23),e.DNE(38,Oo,2,0,"th",18)(39,Vo,2,1,"td",19),e.bVm(),e.qex(40,24),e.DNE(41,Yo,2,0,"th",25)(42,Xo,4,3,"td",19),e.bVm(),e.qex(43,26),e.DNE(44,Uo,2,0,"th",25)(45,Ho,4,3,"td",19),e.bVm(),e.qex(46,27),e.DNE(47,qo,2,0,"th",25)(48,zo,4,3,"td",19),e.bVm(),e.qex(49,28),e.DNE(50,Jo,2,0,"th",25)(51,Wo,4,3,"td",19),e.bVm(),e.qex(52,29),e.DNE(53,Qo,5,0,"th",25)(54,Zo,4,3,"td",19),e.bVm(),e.qex(55,30),e.DNE(56,Ko,6,0,"th",31)(57,el,10,0,"td",32),e.bVm(),e.qex(58,33),e.DNE(59,al,4,3,"td",34),e.bVm(),e.DNE(60,sl,1,3,"tr",35)(61,ol,1,0,"tr",36)(62,ll,1,0,"tr",37),e.k0s()(),e.nrm(63,"mat-paginator",38),e.k0s()()}2&a&&(e.R7$(7),e.Y8G("icon",i.faUsers),e.R7$(7),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(15,Ro).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.peers)("ngClass",e.eq3(16,Eo,""!==i.errorMessage)),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(18,Io)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.ZF,A.Ld,d.QX,q.VD]})}}return n})();function cl(n,s){if(1&n&&(e.j41(0,"span",7),e.EFF(1,"Open"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numOpenChannels)}}function pl(n,s){if(1&n&&(e.j41(0,"span",7),e.EFF(1,"Pending"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numPendingChannels)}}function ml(n,s){if(1&n&&(e.j41(0,"span",7),e.EFF(1,"Closed"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numClosedChannels)}}function ul(n,s){if(1&n&&(e.j41(0,"span",7),e.EFF(1,"Active HTLCs"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numActiveHTLCs)}}let dl=(()=>{class n{constructor(t,a,i){this.logger=t,this.store=a,this.router=i,this.numOpenChannels=0,this.numPendingChannels=0,this.numClosedChannels=0,this.numActiveHTLCs=0,this.peers=[],this.information={},this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"closed",name:"Closed"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(t=>t instanceof x.gx)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.numOpenChannels=t.channels&&t.channels.length?t.channels.length:0,this.numActiveHTLCs=t.channels?.reduce((a,i)=>a+(i.pending_htlcs&&i.pending_htlcs.length>0?i.pending_htlcs.length:0),0),this.logger.info(t)}),this.store.select(y.Uv).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.numPendingChannels=t.pendingChannelsSummary.total_channels?t.pendingChannelsSummary.total_channels:0}),this.store.select(y.Bw).pipe((0,_.Q)(this.unSubs[4])).subscribe(t=>{this.numClosedChannels=t.closedChannels&&t.closedChannels.length?t.closedChannels.length:0}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[5])).subscribe(t=>{this.totalBalance=+(t.blockchainBalance.total_balance||0)}),this.store.select(y.os).pipe((0,_.Q)(this.unSubs[6])).subscribe(t=>{this.peers=t.peers,this.peers.forEach(a=>{(!a.alias||""===a.alias)&&(a.alias=a.pub_key?.substring(0,20))}),this.logger.info(t)})}onOpenChannel(){this.store.dispatch((0,E.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:Qe}}}))}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/channels/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channels-tables"]],decls:16,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"div",1)(2,"button",2),e.bIt("click",function(){return i.onOpenChannel()}),e.EFF(3,"Open Channel"),e.k0s()(),e.j41(4,"div",3)(5,"mat-tab-group",4),e.mxI("selectedIndexChange",function(r){return e.DH7(i.activeLink,r)||(i.activeLink=r),r}),e.bIt("selectedTabChange",function(r){return i.onSelectedTabChange(r)}),e.j41(6,"mat-tab"),e.DNE(7,cl,2,1,"ng-template",5),e.k0s(),e.j41(8,"mat-tab"),e.DNE(9,pl,2,1,"ng-template",5),e.k0s(),e.j41(10,"mat-tab"),e.DNE(11,ml,2,1,"ng-template",5),e.k0s(),e.j41(12,"mat-tab"),e.DNE(13,ul,2,1,"ng-template",5),e.k0s()(),e.j41(14,"div",6),e.nrm(15,"router-outlet"),e.k0s()()()),2&a&&(e.R7$(5),e.R50("selectedIndex",i.activeLink))},dependencies:[h.DJ,h.sA,h.UI,G.$z,Te.k,P.ES,P.mq,P.T8,x.n3]})}}return n})();var ae=g(5416),ge=g(9157);const hl=n=>({"xs-scroll-y":n});function _l(n,s){if(1&n&&(e.j41(0,"div")(1,"div",10)(2,"div",19)(3,"h4",12),e.EFF(4,"Commit Fee"),e.k0s(),e.j41(5,"span",20),e.EFF(6),e.nI1(7,"number"),e.k0s()(),e.j41(8,"div",19)(9,"h4",12),e.EFF(10,"Commit Weight"),e.k0s(),e.j41(11,"span",20),e.EFF(12),e.nI1(13,"number"),e.k0s()(),e.j41(14,"div",19)(15,"h4",12),e.EFF(16,"Fee/KW"),e.k0s(),e.j41(17,"span",20),e.EFF(18),e.nI1(19,"number"),e.k0s()(),e.j41(20,"div",19)(21,"h4",12),e.EFF(22,"Static Remote Key"),e.k0s(),e.j41(23,"span",20),e.EFF(24),e.k0s()()(),e.nrm(25,"mat-divider",15),e.j41(26,"div",10)(27,"div",19)(28,"h4",12),e.EFF(29),e.k0s(),e.j41(30,"span",20),e.EFF(31),e.nI1(32,"number"),e.k0s()(),e.j41(33,"div",19)(34,"h4",12),e.EFF(35),e.k0s(),e.j41(36,"span",20),e.EFF(37),e.nI1(38,"number"),e.k0s()(),e.j41(39,"div",19)(40,"h4",12),e.EFF(41,"Unsettled Balance"),e.k0s(),e.j41(42,"span",20),e.EFF(43),e.nI1(44,"number"),e.k0s()(),e.j41(45,"div",19)(46,"h4",12),e.EFF(47,"CSV Delay"),e.k0s(),e.j41(48,"span",20),e.EFF(49),e.nI1(50,"number"),e.k0s()()(),e.nrm(51,"mat-divider",15),e.j41(52,"div",10)(53,"div",19)(54,"h4",12),e.EFF(55,"Local Reserve (Sats)"),e.k0s(),e.j41(56,"span",20),e.EFF(57),e.nI1(58,"number"),e.k0s()(),e.j41(59,"div",19)(60,"h4",12),e.EFF(61,"Remote Reserve (Sats)"),e.k0s(),e.j41(62,"span",20),e.EFF(63),e.nI1(64,"number"),e.k0s()(),e.j41(65,"div",19)(66,"h4",12),e.EFF(67,"Lifetime (Seconds)"),e.k0s(),e.j41(68,"span",20),e.EFF(69),e.nI1(70,"number"),e.k0s()(),e.j41(71,"div",19)(72,"h4",12),e.EFF(73,"Pending HTLCs"),e.k0s(),e.j41(74,"span",20),e.EFF(75),e.nI1(76,"number"),e.k0s()()(),e.nrm(77,"mat-divider",15),e.k0s()),2&n){const t=e.XpG();e.R7$(6),e.JRh(e.bMT(7,17,t.channel.commit_fee)),e.R7$(6),e.JRh(e.bMT(13,19,t.channel.commit_weight)),e.R7$(6),e.JRh(e.bMT(19,21,t.channel.fee_per_kw)),e.R7$(6),e.JRh(t.channel.static_remote_key?"Yes":"No"),e.R7$(),e.Y8G("inset",!0),e.R7$(4),e.JRh(t.screenSize===t.screenSizeEnum.XS?"Total Sats Sent":"Total Satoshis Sent"),e.R7$(2),e.JRh(e.bMT(32,23,t.channel.total_satoshis_sent)),e.R7$(4),e.JRh(t.screenSize===t.screenSizeEnum.XS?"Total Sats Recv":"Total Satoshis Received"),e.R7$(2),e.JRh(e.bMT(38,25,t.channel.total_satoshis_received)),e.R7$(6),e.JRh(e.bMT(44,27,t.channel.unsettled_balance)),e.R7$(6),e.JRh(e.bMT(50,29,t.channel.csv_delay)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(58,31,t.channel.local_chan_reserve_sat)),e.R7$(6),e.JRh(e.bMT(64,33,t.channel.remote_chan_reserve_sat)),e.R7$(6),e.JRh(e.bMT(70,35,t.channel.lifetime)),e.R7$(6),e.JRh(e.bMT(76,37,null==t.channel||null==t.channel.pending_htlcs?null:t.channel.pending_htlcs.length)),e.R7$(2),e.Y8G("inset",!0)}}function fl(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Show Advanced"),e.k0s())}function gl(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Hide Advanced"),e.k0s())}function Cl(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",27),e.bIt("copied",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onCopyChanID(i))}),e.EFF(1,"Copy Channel ID"),e.k0s()}if(2&n){const t=e.XpG();e.Y8G("payload",t.channel.chan_id)}}function yl(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",28),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onClose())}),e.EFF(1,"OK"),e.k0s()}}let Ee=(()=>{class n{constructor(t,a,i,o,r,c){this.dialogRef=t,this.data=a,this.logger=i,this.commonService=o,this.snackBar=r,this.router=c,this.faReceipt=b.Mf0,this.faUpRightFromSquare=b.k02,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.selNode=this.data.selNode,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(t){this.snackBar.open("Channel ID "+t+" copied."),this.logger.info("Copied Text: "+t)}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.channel.channel_point,"_blank")}onGoToLink(t,a){this.router.navigateByUrl("/lnd/graph/lookups",{state:{lookupType:t,lookupValue:a}}),this.onClose()}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(j.gP),e.rXU(N.h),e.rXU(ae.UG),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-information"]],decls:95,vars:38,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],["tabindex","4","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["tabindex","5",1,"foreground-secondary-text"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["tabindex","6","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],["fxFlex","25"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),e.nrm(4,"fa-icon",5),e.j41(5,"span",6),e.EFF(6,"Channel Information"),e.k0s()(),e.j41(7,"button",7),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onClose())}),e.EFF(8,"X"),e.k0s()(),e.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10)(12,"div",11)(13,"h4",12),e.EFF(14,"Channel ID"),e.k0s(),e.j41(15,"span",13),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onGoToLink("1",i.channel.chan_id))}),e.EFF(16),e.k0s()(),e.j41(17,"div",11)(18,"h4",12),e.EFF(19,"Peer Alias"),e.k0s(),e.j41(20,"span",14),e.EFF(21),e.k0s()()(),e.nrm(22,"mat-divider",15),e.j41(23,"div",10)(24,"div",2)(25,"h4",12),e.EFF(26,"Channel Point"),e.k0s(),e.j41(27,"span",16),e.EFF(28),e.j41(29,"fa-icon",17),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onExplorerClicked())}),e.k0s()()()(),e.nrm(30,"mat-divider",15),e.j41(31,"div",10)(32,"div",2)(33,"h4",12),e.EFF(34,"Peer Public Key"),e.k0s(),e.j41(35,"span",18),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onGoToLink("0",i.channel.remote_pubkey))}),e.EFF(36),e.k0s()()(),e.nrm(37,"mat-divider",15),e.j41(38,"div",10)(39,"div",19)(40,"h4",12),e.EFF(41,"Local Balance"),e.k0s(),e.j41(42,"span",20),e.EFF(43),e.nI1(44,"number"),e.k0s()(),e.j41(45,"div",19)(46,"h4",12),e.EFF(47,"Remote Balance"),e.k0s(),e.j41(48,"span",20),e.EFF(49),e.nI1(50,"number"),e.k0s()(),e.j41(51,"div",19)(52,"h4",12),e.EFF(53,"Capacity"),e.k0s(),e.j41(54,"span",20),e.EFF(55),e.nI1(56,"number"),e.k0s()(),e.j41(57,"div",19)(58,"h4",12),e.EFF(59,"Uptime (Seconds)"),e.k0s(),e.j41(60,"span",20),e.EFF(61),e.nI1(62,"number"),e.k0s()()(),e.nrm(63,"mat-divider",15),e.j41(64,"div",10)(65,"div",19)(66,"h4",12),e.EFF(67,"Active"),e.k0s(),e.j41(68,"span",20),e.EFF(69),e.k0s()(),e.j41(70,"div",19)(71,"h4",12),e.EFF(72,"Private"),e.k0s(),e.j41(73,"span",20),e.EFF(74),e.k0s()(),e.j41(75,"div",19)(76,"h4",12),e.EFF(77,"Initiator"),e.k0s(),e.j41(78,"span",20),e.EFF(79),e.k0s()(),e.j41(80,"div",19)(81,"h4",12),e.EFF(82,"Number of Updates"),e.k0s(),e.j41(83,"span",20),e.EFF(84),e.nI1(85,"number"),e.k0s()()(),e.nrm(86,"mat-divider",15),e.DNE(87,_l,78,39,"div",21),e.j41(88,"div",22)(89,"button",23),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onShowAdvanced())}),e.DNE(90,fl,2,0,"p",24)(91,gl,2,0,"ng-template",null,0,e.C5r),e.k0s(),e.DNE(93,Cl,2,1,"button",25)(94,yl,2,0,"button",26),e.k0s()()()()()}if(2&a){const o=e.sdS(92);e.R7$(4),e.Y8G("icon",i.faReceipt),e.R7$(5),e.Y8G("ngClass",e.eq3(36,hl,i.screenSize===i.screenSizeEnum.XS)),e.R7$(7),e.SpI(" ",i.channel.chan_id," "),e.R7$(5),e.JRh(i.channel.remote_alias),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.SpI(" ",i.channel.channel_point," "),e.R7$(),e.FS9("matTooltip","Link to "+i.selNode.settings.blockExplorerUrl),e.Y8G("icon",i.faUpRightFromSquare),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.SpI(" ",i.channel.remote_pubkey," "),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(44,26,i.channel.local_balance)),e.R7$(6),e.JRh(e.bMT(50,28,i.channel.remote_balance)),e.R7$(6),e.JRh(e.bMT(56,30,i.channel.capacity)),e.R7$(6),e.JRh(e.bMT(62,32,i.channel.uptime)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(i.channel.active?"Yes":"No"),e.R7$(5),e.JRh(i.channel.private?"Yes":"No"),e.R7$(5),e.JRh(i.channel.initiator?"Yes":"No"),e.R7$(5),e.JRh(e.bMT(85,34,i.channel.num_updates)),e.R7$(2),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngIf",i.showAdvanced),e.R7$(3),e.Y8G("ngIf",!i.showAdvanced)("ngIfElse",o),e.R7$(3),e.Y8G("ngIf",i.showCopy),e.R7$(),e.Y8G("ngIf",!i.showCopy)}},dependencies:[d.YU,d.bT,M.aY,h.DJ,h.sA,h.UI,L.PW,G.$z,T.m2,T.MM,ee.q,Z.oV,ge.U,K.N,d.QX]})}}return n})();var Ie=g(7673),Le=g(1001),bl=g(6949);const de=(n,s)=>({"small-svg":n,"large-svg":s});function Fl(n,s){1&n&&e.eu8(0)}function xl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSwipe(i))}),e.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),e.k0s(),e.joV(),e.j41(41,"div",47)(42,"mat-card-title"),e.EFF(43,"Circular rebalancing explained."),e.k0s()(),e.j41(44,"div",48)(45,"mat-card-subtitle",49),e.EFF(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@sliderAnimation",t.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,de,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function vl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSwipe(i))}),e.qSk(),e.j41(1,"svg",51),e.nrm(2,"path",52)(3,"path",53)(4,"path",54)(5,"path",55)(6,"path",56)(7,"path",57)(8,"path",58)(9,"path",59)(10,"path",60)(11,"path",61)(12,"path",62)(13,"path",63)(14,"path",64)(15,"path",65)(16,"path",66)(17,"path",67)(18,"path",68)(19,"path",69)(20,"path",70)(21,"path",71)(22,"path",72)(23,"path",73)(24,"path",74)(25,"path",75)(26,"path",76)(27,"path",77)(28,"path",78)(29,"path",79)(30,"path",80)(31,"path",81)(32,"path",82)(33,"path",52)(34,"path",53)(35,"path",54)(36,"path",55)(37,"path",56)(38,"path",57)(39,"path",58)(40,"path",59)(41,"path",60)(42,"path",83)(43,"path",84)(44,"path",63)(45,"path",85)(46,"path",86)(47,"path",87)(48,"path",67)(49,"path",68)(50,"path",69)(51,"path",70)(52,"path",71)(53,"path",72)(54,"path",73)(55,"path",74)(56,"path",75)(57,"path",76)(58,"path",77)(59,"path",78)(60,"path",79)(61,"path",80)(62,"path",88)(63,"path",82)(64,"path",89),e.j41(65,"defs")(66,"linearGradient",90),e.nrm(67,"stop",91)(68,"stop",92)(69,"stop",93),e.k0s(),e.j41(70,"linearGradient",94),e.nrm(71,"stop",91)(72,"stop",92)(73,"stop",93),e.k0s(),e.j41(74,"linearGradient",95),e.nrm(75,"stop",91)(76,"stop",92)(77,"stop",93),e.k0s(),e.j41(78,"linearGradient",96),e.nrm(79,"stop",91)(80,"stop",92)(81,"stop",93),e.k0s(),e.j41(82,"linearGradient",97),e.nrm(83,"stop",91)(84,"stop",92)(85,"stop",93),e.k0s(),e.j41(86,"linearGradient",98),e.nrm(87,"stop",91)(88,"stop",92)(89,"stop",93),e.k0s()()(),e.joV(),e.j41(90,"div",47)(91,"mat-card-title"),e.EFF(92,"Step 1: Unbalanced channel"),e.k0s()(),e.j41(93,"div",48)(94,"mat-card-subtitle",49),e.EFF(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@sliderAnimation",t.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,de,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Tl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSwipe(i))}),e.qSk(),e.j41(1,"svg",99),e.nrm(2,"path",100)(3,"path",101)(4,"path",102)(5,"path",103)(6,"path",104)(7,"path",105)(8,"path",106)(9,"path",107)(10,"path",108)(11,"path",109)(12,"path",110)(13,"path",111)(14,"path",112)(15,"path",113)(16,"path",114)(17,"path",52)(18,"path",115)(19,"path",116)(20,"path",117)(21,"path",118)(22,"path",119)(23,"path",120)(24,"path",121)(25,"path",122)(26,"path",83)(27,"path",84)(28,"path",123)(29,"path",124)(30,"path",125)(31,"path",126)(32,"path",67)(33,"path",127)(34,"path",128)(35,"path",129)(36,"path",130)(37,"path",131)(38,"path",132)(39,"path",74)(40,"path",75)(41,"path",133)(42,"path",77)(43,"path",78)(44,"path",79)(45,"path",80)(46,"path",134)(47,"path",135)(48,"path",136),e.j41(49,"defs")(50,"linearGradient",137),e.nrm(51,"stop",91)(52,"stop",92)(53,"stop",93),e.k0s(),e.j41(54,"linearGradient",138),e.nrm(55,"stop",91)(56,"stop",92)(57,"stop",93),e.k0s(),e.j41(58,"linearGradient",139),e.nrm(59,"stop",91)(60,"stop",92)(61,"stop",93),e.k0s()()(),e.joV(),e.j41(62,"div",47)(63,"mat-card-title"),e.EFF(64,"Step 2: Invoice/Payment"),e.k0s()(),e.j41(65,"div",48)(66,"mat-card-subtitle",49),e.EFF(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@sliderAnimation",t.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,de,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Sl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSwipe(i))}),e.qSk(),e.j41(1,"svg",140),e.nrm(2,"path",141)(3,"path",142)(4,"path",143)(5,"path",144)(6,"path",145)(7,"path",146)(8,"path",147)(9,"path",148)(10,"path",149)(11,"path",150)(12,"path",151)(13,"path",152)(14,"path",153)(15,"path",154)(16,"path",155)(17,"path",156)(18,"path",157)(19,"path",158)(20,"path",159)(21,"path",160)(22,"path",161)(23,"path",162)(24,"path",163)(25,"path",164)(26,"path",163)(27,"path",165)(28,"path",166)(29,"path",167)(30,"path",168)(31,"path",169)(32,"path",170)(33,"path",171)(34,"path",172)(35,"path",173)(36,"path",174)(37,"path",175)(38,"path",176)(39,"path",177)(40,"path",178)(41,"path",179),e.j41(42,"defs")(43,"linearGradient",180),e.nrm(44,"stop",91)(45,"stop",92)(46,"stop",93),e.k0s()()(),e.joV(),e.j41(47,"div",47)(48,"mat-card-title"),e.EFF(49,"Step 3: Rebalance amount"),e.k0s()(),e.j41(50,"div",48)(51,"mat-card-subtitle",49),e.EFF(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@sliderAnimation",t.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,de,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function kl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSwipe(i))}),e.qSk(),e.j41(1,"svg",140),e.nrm(2,"path",181)(3,"path",143)(4,"path",182)(5,"path",145)(6,"path",146)(7,"path",183)(8,"path",148)(9,"path",184)(10,"path",185)(11,"path",186)(12,"path",187)(13,"path",188)(14,"path",189)(15,"path",190)(16,"path",191)(17,"path",192)(18,"path",158)(19,"path",193)(20,"path",194)(21,"path",179)(22,"path",160)(23,"path",161)(24,"path",195)(25,"path",163)(26,"path",164)(27,"path",163)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",196)(33,"path",170)(34,"path",197)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",198),e.j41(41,"defs")(42,"linearGradient",199),e.nrm(43,"stop",91)(44,"stop",92)(45,"stop",93),e.k0s()()(),e.joV(),e.j41(46,"div",47)(47,"mat-card-title"),e.EFF(48,"Rebalance successful!"),e.k0s()(),e.j41(49,"div",48)(50,"mat-card-subtitle",49),e.EFF(51," Your channel is successfully rebalanced and is able to continue to route payments. "),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@sliderAnimation",t.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,de,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}let Rl=(()=>{class n{constructor(t){this.commonService=t,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(t){2===t.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===t.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between starts",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z",1,"fill-color-primary-darker"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z",1,"fill-color-29"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z",1,"fill-color-28"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z",1,"fill-color-29"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z",1,"fill-color-29"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z",1,"fill-color-primary-darker"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z",1,"fill-color-10"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z",1,"fill-color-primary-darker"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z",1,"fill-color-primary-darker"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z",1,"fill-color-17"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z",1,"fill-color-17"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z",1,"fill-color-17"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z",1,"fill-color-19"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z",1,"fill-color-25"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z",1,"fill-color-19"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z",1,"fill-color-19"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z",1,"fill-color-19"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z",1,"fill-color-19"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z",1,"fill-color-19"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z",1,"fill-color-19"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z",1,"fill-color-25"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M42 75H9V91H42V75Z",1,"fill-color-17"],["d","M42 42H9V58H42V42Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z",1,"fill-color-19"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z",1,"fill-color-25"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z",1,"fill-color-19"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z",1,"fill-color-primary-lighter"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z",1,"fill-color-19"],["d","M265 57.3624H357.392V120.307H265V57.3624Z",1,"fill-color-22"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z",1,"fill-color-19"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z",1,"fill-color-19"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z",1,"fill-color-19"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z",1,"fill-color-19"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z",1,"fill-color-19"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z",1,"fill-color-19"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z",1,"fill-color-19"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z",1,"fill-color-25"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z",1,"fill-color-19"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z",1,"fill-color-21"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z",1,"fill-color-primary-darker"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-primary-darker"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-17"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z",1,"fill-color-19"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z",1,"fill-color-25"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z",1,"fill-color-19"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary-lighter"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M122.399 37H32.25V137.616H122.399V37Z",1,"fill-color-10"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z",1,"fill-color-primary-darker"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z",1,"fill-color-primary-darker"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z",1,"fill-color-primary-darker"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M74.5 112H40.5V128H74.5V112Z",1,"fill-color-17"],["d","M74.5 79H40.5V95H74.5V79Z",1,"fill-color-17"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z",1,"fill-color-17"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z",1,"fill-color-17"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z",1,"fill-color-17"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z",1,"fill-color-17"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z",1,"fill-color-17"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z",1,"fill-color-primary-darker"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-primary-darker"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z",1,"fill-color-25"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z",1,"fill-color-21"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z",1,"fill-color-25"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z",1,"fill-color-22"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z",1,"fill-color-21"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z",1,"fill-color-25"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z",1,"fill-color-22"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z",1,"fill-color-21"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z",1,"fill-color-21"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z",1,"fill-color-22"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z",1,"fill-color-22"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z",1,"fill-color-22"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z",1,"fill-color-21"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z",1,"fill-color-17"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M76 112H41V128H76V112Z",1,"fill-color-17"],["d","M70 79H41V95H70V79Z",1,"fill-color-17"],["d","M70 47H41V63H70V47Z",1,"fill-color-17"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z",1,"fill-color-17"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z",1,"fill-color-17"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-17"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z",1,"fill-color-22"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z",1,"fill-color-21"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(a,i){if(1&a&&e.DNE(0,Fl,1,0,"ng-container",5)(1,xl,47,5,"ng-template",null,0,e.C5r)(3,vl,96,5,"ng-template",null,1,e.C5r)(5,Tl,68,5,"ng-template",null,2,e.C5r)(7,Sl,53,5,"ng-template",null,3,e.C5r)(9,kl,52,5,"ng-template",null,4,e.C5r),2&a){const o=e.sdS(2),r=e.sdS(4),c=e.sdS(6),F=e.sdS(8),C=e.sdS(10);e.Y8G("ngTemplateOutlet",1===i.stepNumber?o:2===i.stepNumber?r:3===i.stepNumber?c:4===i.stepNumber?F:C)}},dependencies:[d.YU,d.T3,h.DJ,h.sA,h.UI,L.PW,T.Lc,T.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:10%;min-height:10%;max-width:50%;margin:auto}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:50%;margin:auto}"],data:{animation:[bl.k]}})}}return n})();const El=["stepper"],Il=()=>[1,2,3,4,5],Ll=(n,s)=>({"dot-primary":n,"dot-primary-lighter":s});function wl(n,s){if(1&n&&e.EFF(0),2&n){const t=e.XpG(2);e.JRh(t.inputFormLabel)}}function jl(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function Gl(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Amount must be a positive number."),e.k0s())}function Dl(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.SpI("Amount must be less than or equal to ",null==t.selChannel?null:t.selChannel.local_balance,".")}}function Nl(n,s){if(1&n&&(e.j41(0,"mat-option",54),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.Lme("",t.remote_alias," - ",t.chan_id,"")}}function Pl(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Receive from Peer is required."),e.k0s())}function $l(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Receive from Peer not found in the list."),e.k0s())}function Al(n,s){if(1&n&&e.EFF(0),2&n){const t=e.XpG(2);e.JRh(t.feeFormLabel)}}function Ml(n,s){if(1&n&&(e.j41(0,"mat-option",54),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.SpI(" ",t.name," ")}}function Bl(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.SpI("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," is required.")}}function Ol(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.SpI("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," must be a positive number.")}}function Vl(n,s){1&n&&e.EFF(0,"Invoice/Payment")}function Yl(n,s){1&n&&(e.j41(0,"mat-icon",55),e.EFF(1,"check"),e.k0s())}function Xl(n,s){1&n&&e.nrm(0,"mat-progress-bar",56)}function Ul(n,s){if(1&n&&(e.j41(0,"mat-icon",55),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(null!=t.paymentStatus&&t.paymentStatus.error?"close":"check")}}function Hl(n,s){1&n&&e.nrm(0,"div",7)}function ql(n,s){1&n&&e.nrm(0,"mat-progress-bar",56)}function zl(n,s){if(1&n&&(e.j41(0,"h4",57),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.paymentStatus&&t.paymentStatus.payment_hash?"Rebalance Successful.":"Rebalance Failed.")}}function Jl(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",58),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onRestart())}),e.EFF(1,"Start Again"),e.k0s()}}function Wl(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",7)(1,"mat-card-header",8)(2,"div",9)(3,"div",10)(4,"span",11),e.EFF(5,"Channel Rebalance"),e.k0s()(),e.j41(6,"div",12)(7,"button",13),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.showInfo())}),e.EFF(8,"?"),e.k0s(),e.j41(9,"button",14),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onClose())}),e.EFF(10,"X"),e.k0s()()()(),e.j41(11,"mat-card-content",15)(12,"div",7)(13,"div",16)(14,"div",17),e.nrm(15,"fa-icon",18),e.j41(16,"span"),e.EFF(17,"Circular Rebalance is a payment you make to *yourself* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),e.k0s()()(),e.j41(18,"div",19)(19,"p",20)(20,"strong"),e.EFF(21,"Channel Peer:\xa0"),e.k0s(),e.EFF(22),e.nI1(23,"titlecase"),e.k0s(),e.j41(24,"p",20)(25,"strong"),e.EFF(26,"Channel ID:\xa0"),e.k0s(),e.EFF(27),e.k0s()(),e.j41(28,"mat-vertical-stepper",21,3),e.bIt("selectionChange",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.stepSelectionChanged(i))}),e.j41(30,"mat-step",22)(31,"form",23),e.DNE(32,wl,1,1,"ng-template",24),e.j41(33,"div",25)(34,"mat-form-field",26)(35,"mat-label"),e.EFF(36,"Amount"),e.k0s(),e.nrm(37,"input",27),e.j41(38,"mat-hint"),e.EFF(39),e.k0s(),e.j41(40,"span",28),e.EFF(41,"Sats"),e.k0s(),e.DNE(42,jl,2,0,"mat-error",29)(43,Gl,2,0,"mat-error",29)(44,Dl,2,1,"mat-error",29),e.k0s(),e.j41(45,"mat-form-field",30)(46,"mat-label"),e.EFF(47,"Receive from Peer"),e.k0s(),e.j41(48,"input",31),e.bIt("change",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSelectedPeerChanged())}),e.k0s(),e.j41(49,"mat-autocomplete",32,4),e.bIt("optionSelected",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSelectedPeerChanged())}),e.DNE(51,Nl,2,3,"mat-option",33),e.nI1(52,"async"),e.k0s(),e.DNE(53,Pl,2,0,"mat-error",29)(54,$l,2,0,"mat-error",29),e.k0s()(),e.j41(55,"div",34)(56,"button",35),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSelectFee())}),e.EFF(57,"Select Fee"),e.k0s()()()(),e.j41(58,"mat-step",22)(59,"form",23),e.DNE(60,Al,1,1,"ng-template",36),e.j41(61,"div",25)(62,"div",25)(63,"mat-form-field",30)(64,"mat-label"),e.EFF(65,"Fee Limits"),e.k0s(),e.j41(66,"mat-select",37),e.DNE(67,Ml,2,2,"mat-option",33),e.k0s()(),e.j41(68,"mat-form-field",26)(69,"mat-label"),e.EFF(70),e.k0s(),e.nrm(71,"input",38),e.DNE(72,Bl,2,1,"mat-error",29)(73,Ol,2,1,"mat-error",29),e.k0s()()(),e.j41(74,"div",34)(75,"button",39),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onRebalance())}),e.EFF(76,"Rebalance"),e.k0s()()()(),e.j41(77,"mat-step",40)(78,"form",23),e.DNE(79,Vl,1,0,"ng-template",24),e.j41(80,"div",41)(81,"mat-expansion-panel",42)(82,"mat-expansion-panel-header")(83,"mat-panel-title")(84,"span",43),e.EFF(85),e.DNE(86,Yl,2,0,"mat-icon",44),e.k0s()()(),e.j41(87,"div",7)(88,"span",45),e.EFF(89),e.k0s()()(),e.DNE(90,Xl,1,0,"mat-progress-bar",46),e.j41(91,"mat-expansion-panel",47)(92,"mat-expansion-panel-header")(93,"mat-panel-title")(94,"span",43),e.EFF(95),e.DNE(96,Ul,2,1,"mat-icon",44),e.k0s()()(),e.DNE(97,Hl,1,0,"div",48),e.k0s(),e.DNE(98,ql,1,0,"mat-progress-bar",46),e.k0s(),e.DNE(99,zl,2,1,"h4",49),e.j41(100,"div",50),e.DNE(101,Jl,2,0,"button",51),e.k0s()()()(),e.j41(102,"div",52)(103,"button",53),e.EFF(104,"Close"),e.k0s()()()()()}if(2&n){const t=e.sdS(50),a=e.XpG(),i=e.sdS(2);e.Y8G("@opacityAnimation",void 0),e.R7$(15),e.Y8G("icon",a.faInfoCircle),e.R7$(7),e.JRh(e.bMT(23,42,a.selChannel.remote_alias)),e.R7$(5),e.JRh(a.selChannel.chan_id),e.R7$(),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",a.inputFormGroup)("editable",a.flgEditable),e.R7$(),e.Y8G("formGroup",a.inputFormGroup),e.R7$(6),e.Y8G("step",100),e.R7$(2),e.Lme("(Local Bal: ",null==a.selChannel?null:a.selChannel.local_balance,", Remaining: ",(null==a.selChannel?null:a.selChannel.local_balance)-(a.inputFormGroup.controls.rebalanceAmount.value?a.inputFormGroup.controls.rebalanceAmount.value:0),")"),e.R7$(3),e.Y8G("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.required),e.R7$(),e.Y8G("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.min),e.R7$(),e.Y8G("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.max),e.R7$(4),e.Y8G("matAutocomplete",t),e.R7$(),e.Y8G("displayWith",a.displayFn),e.R7$(2),e.Y8G("ngForOf",e.bMT(52,44,a.filteredActiveChannels)),e.R7$(2),e.Y8G("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.required),e.R7$(),e.Y8G("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.notfound),e.R7$(4),e.Y8G("stepControl",a.feeFormGroup)("editable",a.flgEditable),e.R7$(),e.Y8G("formGroup",a.feeFormGroup),e.R7$(8),e.Y8G("ngForOf",a.feeLimitTypes),e.R7$(3),e.JRh(a.feeFormGroup.controls.selFeeLimitType.value?a.feeFormGroup.controls.selFeeLimitType.value.placeholder:a.feeLimitTypes[0].placeholder),e.R7$(),e.Y8G("step",1),e.R7$(),e.Y8G("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.required),e.R7$(),e.Y8G("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.min),e.R7$(4),e.Y8G("stepControl",a.statusFormGroup),e.R7$(),e.Y8G("formGroup",a.statusFormGroup),e.R7$(7),e.JRh(a.flgInvoiceGenerated?a.flgReusingInvoice?"Invoice re-used":"Invoice generated":"Generating invoice..."),e.R7$(),e.Y8G("ngIf",a.flgInvoiceGenerated),e.R7$(3),e.JRh(a.paymentRequest),e.R7$(),e.Y8G("ngIf",!a.flgInvoiceGenerated),e.R7$(),e.Y8G("expanded",(a.flgInvoiceGenerated||a.flgReusingInvoice)&&a.flgPaymentSent),e.R7$(4),e.JRh(a.flgInvoiceGenerated||a.flgPaymentSent?a.flgPaymentSent?null!=a.paymentStatus&&a.paymentStatus.error?"Payment failed":"Payment successful":"Processing payment...":"Payment waiting for Invoice"),e.R7$(),e.Y8G("ngIf",a.flgPaymentSent),e.R7$(),e.Y8G("ngIf",!a.paymentStatus)("ngIfElse",i),e.R7$(),e.Y8G("ngIf",a.flgInvoiceGenerated&&!a.flgPaymentSent),e.R7$(),e.Y8G("ngIf",a.flgInvoiceGenerated&&a.flgPaymentSent),e.R7$(2),e.Y8G("ngIf",a.paymentStatus&&a.paymentStatus.error),e.R7$(2),e.Y8G("mat-dialog-close",!1)}}function Ql(n,s){1&n&&e.eu8(0)}function Zl(n,s){if(1&n&&e.DNE(0,Ql,1,0,"ng-container",59),2&n){const t=e.XpG(),a=e.sdS(4),i=e.sdS(6);e.Y8G("ngTemplateOutlet",t.paymentStatus.error?a:i)}}function Kl(n,s){if(1&n&&(e.j41(0,"div",7)(1,"span",45),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.SpI("Error: ",t.paymentStatus.error,"")}}function er(n,s){if(1&n&&(e.j41(0,"div",7)(1,"div",60)(2,"div",61)(3,"h4",62),e.EFF(4,"Payment Hash"),e.k0s(),e.j41(5,"span",45),e.EFF(6),e.k0s()()(),e.nrm(7,"mat-divider",63),e.j41(8,"div",60)(9,"div",64)(10,"h4",62),e.EFF(11),e.k0s(),e.j41(12,"span",45),e.EFF(13),e.k0s()(),e.j41(14,"div",64)(15,"h4",62),e.EFF(16,"Number of Hops"),e.k0s(),e.j41(17,"span",45),e.EFF(18),e.k0s()()()()),2&n){const t=e.XpG();e.R7$(6),e.JRh(t.paymentStatus.payment_hash),e.R7$(5),e.SpI("Total Fees (",t.paymentStatus.payment_route.total_fees_msat?"mSats":"Sats",")"),e.R7$(2),e.JRh(t.paymentStatus.payment_route.total_fees_msat?t.paymentStatus.payment_route.total_fees_msat:t.paymentStatus.payment_route.total_fees?t.paymentStatus.payment_route.total_fees:0),e.R7$(5),e.JRh(t.paymentStatus&&t.paymentStatus.payment_route&&t.paymentStatus.payment_route.hops&&t.paymentStatus.payment_route.hops.length?t.paymentStatus.payment_route.hops.length:0)}}function tr(n,s){if(1&n){const t=e.RV6();e.j41(0,"span",80),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onStepChanged(i))}),e.nrm(1,"p",81),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngClass",e.l_i(1,Ll,a.stepNumber===t,a.stepNumber!==t))}}function nr(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",82),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onStepChanged(4))}),e.EFF(1,"Back"),e.k0s()}}function ir(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",83),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return i.flgShowInfo=!1,e.Njj(i.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function ar(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",84),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return i.flgShowInfo=!1,e.Njj(i.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function sr(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",85),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onStepChanged(i.stepNumber-1))}),e.EFF(1,"Back"),e.k0s()}}function or(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",86),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onStepChanged(i.stepNumber+1))}),e.EFF(1,"Next"),e.k0s()}}function lr(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",65)(1,"div",66)(2,"mat-card-header",67)(3,"div",68),e.nrm(4,"span",11),e.k0s(),e.j41(5,"div",69)(6,"button",14),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return i.flgShowInfo=!1,e.Njj(i.stepNumber=1)}),e.EFF(7,"X"),e.k0s()()(),e.j41(8,"mat-card-content",70)(9,"rtl-channel-rebalance-infographics",71),e.mxI("stepNumberChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.stepNumber,i)||(o.stepNumber=i),e.Njj(i)}),e.k0s()(),e.j41(10,"div",72),e.DNE(11,tr,2,4,"span",73),e.k0s(),e.j41(12,"div",74),e.DNE(13,nr,2,0,"button",75)(14,ir,2,0,"button",76)(15,ar,2,0,"button",77)(16,sr,2,0,"button",78)(17,or,2,0,"button",79),e.k0s()()()}if(2&n){const t=e.XpG();e.Y8G("@opacityAnimation",void 0),e.R7$(9),e.Y8G("animationDirection",t.animationDirection),e.R50("stepNumber",t.stepNumber),e.R7$(2),e.Y8G("ngForOf",e.lJ4(9,Il)),e.R7$(2),e.Y8G("ngIf",5===t.stepNumber),e.R7$(),e.Y8G("ngIf",5===t.stepNumber),e.R7$(),e.Y8G("ngIf",t.stepNumber<5),e.R7$(),e.Y8G("ngIf",t.stepNumber>1&&t.stepNumber<5),e.R7$(),e.Y8G("ngIf",t.stepNumber<5)}}let rr=(()=>{class n{constructor(t,a,i,o,r,c,F,C){this.dialogRef=t,this.data=a,this.logger=i,this.store=o,this.actions=r,this.formBuilder=c,this.decimalPipe=F,this.commonService=C,this.faInfoCircle=b.iW_,this.invoices={},this.selChannel={},this.activeChannels=[],this.feeLimitTypes=[],this.queryRoute={},this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1,this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=l.f7,this.animationDirection="forward",this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize();let t="",a="";this.selChannel=this.data.message?.selChannel||{},this.activeChannels=this.data.message?.channels?.filter(i=>i.active&&i.chan_id!==this.selChannel.chan_id&&i.remote_balance&&i.remote_balance>0)||[],this.activeChannels=this.activeChannels.sort((i,o)=>(t=i.remote_alias?i.remote_alias.toLowerCase():i.chan_id?i.chan_id.toLowerCase():"",a=o.remote_alias?o.remote_alias.toLowerCase():i.chan_id?i.chan_id.toLowerCase():"",ta?1:0)),l.nv.forEach((i,o)=>{o>0&&this.feeLimitTypes.push(i)}),this.inputFormGroup=this.formBuilder.group({hiddenAmount:["",[m.k0.required]],rebalanceAmount:["",[m.k0.required,m.k0.min(1),m.k0.max(this.selChannel.local_balance||0)]],selRebalancePeer:[null,m.k0.required]}),this.feeFormGroup=this.formBuilder.group({selFeeLimitType:[this.feeLimitTypes[0],m.k0.required],feeLimit:["",[m.k0.required,m.k0.min(0)]],hiddenFeeLimit:["",[m.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(y.rN).pipe((0,_.Q)(this.unSubs[0])).subscribe(i=>{this.invoices=i.listInvoices,this.logger.info(i)}),this.actions.pipe((0,_.Q)(this.unSubs[1]),(0,Y.p)(i=>i.type===l.QP.SET_QUERY_ROUTES_LND||i.type===l.QP.SEND_PAYMENT_STATUS_LND||i.type===l.QP.NEWLY_SAVED_INVOICE_LND)).subscribe(i=>{i.type===l.QP.SET_QUERY_ROUTES_LND&&(this.queryRoute=i.payload),i.type===l.QP.SEND_PAYMENT_STATUS_LND&&(this.logger.info(i.payload),this.flgPaymentSent=!0,this.paymentStatus=i.payload,this.flgEditable=!0),i.type===l.QP.NEWLY_SAVED_INVOICE_LND&&(this.logger.info(i.payload),this.flgInvoiceGenerated=!0,this.sendPayment(i.payload.paymentRequest))}),this.inputFormGroup.get("rebalanceAmount")?.valueChanges.pipe((0,_.Q)(this.unSubs[2]),(0,ke.Z)(0)).subscribe(i=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,Ie.of)(i?this.filterActiveChannels():this.activeChannels.slice())}),this.inputFormGroup.get("selRebalancePeer")?.valueChanges.pipe((0,_.Q)(this.unSubs[3]),(0,ke.Z)("")).subscribe(i=>{"string"==typeof i&&(this.filteredActiveChannels=(0,Ie.of)(this.filterActiveChannels()))})}onSelectFee(){return this.inputFormGroup.controls.selRebalancePeer.value&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value&&this.onSelectedPeerChanged(),this.inputFormGroup.controls.selRebalancePeer.value&&"string"!=typeof this.inputFormGroup.controls.selRebalancePeer.value?!this.inputFormGroup.controls.rebalanceAmount.value||(0===this.stepper.selectedIndex&&(this.inputFormGroup.controls.hiddenAmount.setValue(this.inputFormGroup.controls.rebalanceAmount.value),this.stepper.next()),this.queryRoute=null,this.feeFormGroup.reset(),void this.feeFormGroup.controls.selFeeLimitType.setValue(this.feeLimitTypes[0])):(this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0)}stepSelectionChanged(t){switch(t.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel=this.queryRoute&&this.queryRoute.routes&&this.queryRoute.routes.length>0&&(this.queryRoute.routes[0].total_fees_msat||this.queryRoute.routes[0].hops&&this.queryRoute.routes[0].hops.length)?this.feeFormGroup.controls.selFeeLimitType.value.placeholder+": "+this.decimalPipe.transform(this.feeFormGroup.controls.feeLimit.value?this.feeFormGroup.controls.feeLimit.value:0)+" | Hops: "+this.queryRoute.routes[0].hops?.length:"Select rebalance fee"}t.selectedIndex+this.selChannel.local_balance||!this.feeFormGroup.controls.feeLimit.value||this.feeFormGroup.controls.feeLimit.value<0||!this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey)return!0;this.feeFormGroup.controls.hiddenFeeLimit.setValue(this.feeFormGroup.controls.feeLimit.value),this.stepper.next(),this.flgEditable=!1,this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1;const t=this.findUnsettledInvoice();t?(this.flgReusingInvoice=!0,this.sendPayment(t.payment_request||"")):this.store.dispatch((0,v.VK)({payload:{uiMessage:l.MZ.NO_SPINNER,memo:"Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats",value:this.inputFormGroup.controls.rebalanceAmount.value,private:!1,expiry:l.It,is_amp:!1,pageSize:l.md,openModal:!1}}))}findUnsettledInvoice(){return this.invoices.invoices?.find(t=>(!t.settle_date||0==+t.settle_date)&&t.memo==="Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats"&&"CANCELED"!==t.state)}sendPayment(t){if(this.flgInvoiceGenerated=!0,this.paymentRequest=t,"percent"===this.feeFormGroup.controls.selFeeLimitType.value.id&&+this.feeFormGroup.controls.feeLimit.value%1!=0){const a={uiMessage:l.MZ.NO_SPINNER,payment_request:t,amp:!1,outgoing_chan_ids:this.selChannel?.chan_id?[this.selChannel?.chan_id]:void 0,fee_limit_sat:Math.ceil((0,l.C6)("fixed",this.feeFormGroup.controls.feeLimit.value,this.inputFormGroup.controls.rebalanceAmount.value||0)),allow_self_payment:!0,last_hop_pubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0};this.store.dispatch((0,v.Fd)({payload:a}))}else{const a={uiMessage:l.MZ.NO_SPINNER,payment_request:t,amp:!1,outgoing_chan_ids:this.selChannel?.chan_id?[this.selChannel?.chan_id]:void 0,fee_limit_sat:(0,l.C6)(this.feeFormGroup.controls.selFeeLimitType.value.id,this.feeFormGroup.controls.feeLimit.value,this.inputFormGroup.controls.rebalanceAmount.value||0),allow_self_payment:!0,last_hop_pubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0};this.store.dispatch((0,v.Fd)({payload:a}))}}filterActiveChannels(){return this.activeChannels?.filter(t=>t.remote_balance&&t.remote_balance>=this.inputFormGroup.controls.rebalanceAmount.value&&t.chan_id!==this.selChannel.chan_id&&(0===t.remote_alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")||0===t.chan_id?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))}onSelectedPeerChanged(){if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const t=this.activeChannels?.filter(a=>a.remote_alias?.length===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===a.remote_alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""));t&&t.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(t[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}showInfo(){this.flgShowInfo=!0}onStepChanged(t){this.animationDirection=t{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(j.gP),e.rXU(I.il),e.rXU(Q.En),e.rXU(m.ze),e.rXU(d.QX),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-rebalance"]],viewQuery:function(a,i){if(1&a&&e.GBs(El,5),2&a){let o;e.mGM(o=e.lsd())&&(i.stepper=o.first)}},decls:8,vars:2,consts:[["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["stepper",""],["auto","matAutocomplete"],["fxLayout","column",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column"],[1,"modal-info-header"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayoutAlign","start center"],[1,"page-title"],["fxLayoutAlign","end center"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start end"],["type","text","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"change","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","submit",3,"click"],["matStepLabel","","disabled","true"],["tabindex","6","formControlName","selFeeLimitType","required",""],["matInput","","formControlName","feeLimit","type","number","tabindex","7","required","",3,"step"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start","class","font-bold-500 mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","50"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(a,i){1&a&&e.DNE(0,Wl,105,46,"div",5)(1,Zl,1,1,"ng-template",null,0,e.C5r)(3,Kl,3,1,"ng-template",null,1,e.C5r)(5,er,19,4,"ng-template",null,2,e.C5r)(7,lr,18,10,"div",6),2&a&&(e.Y8G("ngIf",!i.flgShowInfo),e.R7$(7),e.Y8G("ngIf",i.flgShowInfo))},dependencies:[d.YU,d.Sq,d.bT,d.T3,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.j4,m.JD,M.aY,h.DJ,h.sA,h.UI,L.PW,O.tx,G.$z,T.m2,T.MM,U.GK,U.Z2,U.WN,ie.An,$.fg,f.rl,f.nJ,f.MV,f.TL,f.yw,ee.q,B.HM,R.VO,V.wT,H.V5,H.Ti,H.M6,oe.$3,oe.pN,K.N,Rl,d.Jj,d.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[Le.C]}})}}return n})();function cr(n,s){if(1&n&&(e.j41(0,"div",18)(1,"p",19)(2,"mat-icon",20),e.EFF(3,"close"),e.k0s(),e.EFF(4),e.k0s()()),2&n){const t=e.XpG();e.R7$(4),e.JRh(t.errorMsg)}}function pr(n,s){if(1&n&&(e.j41(0,"div",29),e.nrm(1,"fa-icon",30),e.j41(2,"span"),e.EFF(3,"Priority/Fee for force closing inactive channels cannot be modified."),e.k0s()()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faInfoCircle)}}function mr(n,s){if(1&n&&(e.j41(0,"div",29),e.nrm(1,"fa-icon",30),e.j41(2,"span",31)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",32)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faInfoCircle),e.R7$(6),e.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),e.R7$(2),e.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),e.R7$(2),e.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),e.R7$(2),e.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),e.R7$(2),e.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function ur(n,s){if(1&n&&(e.j41(0,"mat-option",33),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t.id),e.R7$(),e.SpI(" ",t.name," ")}}function dr(n,s){1&n&&(e.j41(0,"mat-form-field",34)(1,"mat-label"),e.EFF(2,"Default"),e.k0s(),e.nrm(3,"input",35),e.k0s())}function hr(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function _r(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",36)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",37,0),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.blocks,i)||(o.blocks=i),e.Njj(i)}),e.k0s(),e.DNE(5,hr,2,0,"mat-error",38),e.k0s()}if(2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.blocks),e.R7$(2),e.Y8G("ngIf",!t.blocks)}}function fr(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function gr(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",36)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",39,1),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.fees,i)||(o.fees=i),e.Njj(i)}),e.k0s(),e.DNE(5,fr,2,0,"mat-error",38),e.k0s()}if(2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.fees),e.R7$(2),e.Y8G("ngIf",!t.fees)}}function Cr(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",21),e.DNE(1,pr,4,1,"div",22)(2,mr,16,6,"div",22),e.j41(3,"div",23)(4,"mat-form-field",24)(5,"mat-select",25),e.mxI("valueChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selTransType,i)||(o.selTransType=i),e.Njj(i)}),e.bIt("selectionChange",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onSelTransTypeChanged(i))}),e.DNE(6,ur,2,2,"mat-option",26),e.k0s()(),e.DNE(7,dr,4,0,"mat-form-field",27)(8,_r,6,4,"mat-form-field",28)(9,gr,6,4,"mat-form-field",28),e.k0s()()}if(2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",!t.channelToClose.active),e.R7$(),e.Y8G("ngIf",t.recommendedFee.minimumFee),e.R7$(3),e.Y8G("disabled",!t.channelToClose.active),e.R50("value",t.selTransType),e.R7$(),e.Y8G("ngForOf",t.transTypes),e.R7$(),e.Y8G("ngIf","0"===t.selTransType),e.R7$(),e.Y8G("ngIf","1"===t.selTransType),e.R7$(),e.Y8G("ngIf","2"===t.selTransType)}}function yr(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",40),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.EFF(1,"Clear"),e.k0s()}}function br(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",41),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onCloseChannel())}),e.EFF(1),e.k0s()}if(2&n){const t=e.XpG();e.R7$(),e.JRh(t.channelToClose.active?"Close Channel":"Force Close")}}function Fr(n,s){if(1&n){const t=e.RV6();e.j41(0,"button",42),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onClose())}),e.EFF(1,"Ok"),e.k0s()}}let xr=(()=>{class n{constructor(t,a,i,o,r,c){this.dialogRef=t,this.data=a,this.dataService=i,this.store=o,this.actions=r,this.logger=c,this.transTypes=l.XG,this.selTransType="0",this.blocks=null,this.fees=null,this.faExclamationTriangle=b.zpE,this.faInfoCircle=b.iW_,this.flgPendingHtlcs=!1,this.errorMsg="Please wait for pending HTLCs to settle before attempting channel closure.",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B]}ngOnInit(){this.channelToClose=this.data.channel,this.actions.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(t=>t.type===l.QP.UPDATE_API_CALL_STATUS_LND||t.type===l.QP.SET_CHANNELS_LND)).subscribe(t=>{if(t.type===l.QP.SET_CHANNELS_LND){const a=t.payload.find(i=>i.chan_id===this.data.channel.chan_id);a&&a.pending_htlcs&&a.pending_htlcs.length&&a.pending_htlcs.length>0&&(this.flgPendingHtlcs=!0)}t.type===l.QP.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.wn.ERROR&&"FetchAllChannels"===t.payload.action&&this.logger.error("Fetching latest channel information failed!\n"+t.payload.message)})}onCloseChannel(){if("1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;const t={channelPoint:this.channelToClose.channel_point,forcibly:!this.channelToClose.active};this.blocks&&(t.targetConf=this.blocks),this.fees&&(t.satPerByte=this.fees),this.store.dispatch((0,v.w0)({payload:t})),this.dialogRef.close(!1)}resetData(){this.selTransType="0",this.blocks=null,this.fees=null}onSelTransTypeChanged(t){"2"===t.value&&this.dataService.getRecommendedFeeRates().pipe((0,_.Q)(this.unSubs[1])).subscribe({next:a=>{this.recommendedFee=a},error:a=>{this.logger.error(a)}})}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(W.u),e.rXU(I.il),e.rXU(Q.En),e.rXU(j.gP))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-close-channel"]],decls:19,vars:7,consts:[["blcks","ngModel"],["clchfee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["fxLayoutAlign","start center",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","class","mr-1","tabindex","3","default","",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click",4,"ngIf"],["fxLayoutAlign","start center"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","column","fxFlex.gt-sm","48"],["tabindex","1",3,"valueChange","selectionChange","disabled","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","48",4,"ngIf"],["fxFlex.gt-sm","48","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxFlex","48"],["matInput","","disabled",""],["fxFlex.gt-sm","48","fxLayoutAlign","start end"],["matInput","","type","number","name","blocks","required","","tabindex","2",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["matInput","","type","number","name","ccfees","required","","tabindex","3",3,"ngModelChange","step","min","ngModel"],["mat-button","","color","primary","type","reset","tabindex","3","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(a,i){1&a&&(e.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),e.EFF(5),e.k0s()(),e.j41(6,"button",7),e.bIt("click",function(){return i.onClose()}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",8)(9,"form",9)(10,"div",10)(11,"p",11),e.EFF(12),e.k0s(),e.DNE(13,cr,5,1,"div",12)(14,Cr,10,8,"div",13),e.k0s(),e.j41(15,"div",14),e.DNE(16,yr,2,0,"button",15)(17,br,2,1,"button",16)(18,Fr,2,0,"button",17),e.k0s()()()()()),2&a&&(e.R7$(5),e.JRh(i.channelToClose.active?"Close Channel":"Force Close Channel"),e.R7$(7),e.SpI("",i.channelToClose.active?"Closing channel: "+(i.channelToClose.remote_alias||i.channelToClose.chan_id?i.channelToClose.remote_alias&&i.channelToClose.chan_id?i.channelToClose.remote_alias+" ("+i.channelToClose.chan_id+")":i.channelToClose.remote_alias?i.channelToClose.remote_alias:i.channelToClose.chan_id:i.channelToClose.channel_point):"Force closing channel: "+(i.channelToClose.remote_alias||i.channelToClose.chan_id?i.channelToClose.remote_alias&&i.channelToClose.chan_id?i.channelToClose.remote_alias+" ("+i.channelToClose.chan_id+")":i.channelToClose.remote_alias?i.channelToClose.remote_alias:i.channelToClose.chan_id:i.channelToClose.channel_point)," "),e.R7$(),e.Y8G("ngIf",i.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",!i.flgPendingHtlcs),e.R7$(2),e.Y8G("ngIf",i.channelToClose.active&&!i.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",!i.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",i.flgPendingHtlcs))},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,G.$z,T.m2,T.MM,ie.An,$.fg,f.rl,f.nJ,f.TL,R.VO,V.wT,te.V]})}}return n})();const vr=()=>["all"],Tr=n=>({"error-border":n}),Sr=()=>["no_channel"],Ce=n=>({width:n}),kr=n=>({"display-none":n});function Rr(n,s){if(1&n&&(e.j41(0,"mat-option",49),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function Er(n,s){1&n&&e.nrm(0,"mat-progress-bar",50)}function Ir(n,s){1&n&&e.nrm(0,"th",51)}function Lr(n,s){1&n&&e.nrm(0,"span",55)}function wr(n,s){1&n&&e.nrm(0,"span",56)}function jr(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,Lr,1,0,"span",53)(2,wr,1,0,"span",54),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",t.active),e.R7$(),e.Y8G("ngIf",!t.active)}}function Gr(n,s){1&n&&e.nrm(0,"th",57)}function Dr(n,s){if(1&n&&(e.j41(0,"span",60),e.nrm(1,"fa-icon",61),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faEyeSlash)}}function Nr(n,s){if(1&n&&(e.j41(0,"span",62),e.nrm(1,"fa-icon",61),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faEye)}}function Pr(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,Dr,2,1,"span",58)(2,Nr,2,1,"span",59),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",t.private),e.R7$(),e.Y8G("ngIf",!t.private)}}function $r(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Peer"),e.k0s())}function Ar(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.remote_alias)}}function Mr(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Pubkey"),e.k0s())}function Br(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.remote_pubkey)}}function Or(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Channel Point"),e.k0s())}function Vr(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel_point)}}function Yr(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Channel ID"),e.k0s())}function Xr(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.chan_id)}}function Ur(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Initiator"),e.k0s())}function Hr(n,s){if(1&n&&(e.j41(0,"td",52),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(t.initiator?"Yes":"No")}}function qr(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Static Remote Key"),e.k0s())}function zr(n,s){if(1&n&&(e.j41(0,"td",52),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(t.static_remote_key?"Yes":"No")}}function Jr(n,s){if(1&n&&(e.j41(0,"th",66),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("Uptime (",t.timeUnit,")")}}function Wr(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",t.uptime_str," ")}}function Qr(n,s){if(1&n&&(e.j41(0,"th",66),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("Lifetime (",t.timeUnit,")")}}function Zr(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",t.lifetime_str," ")}}function Kr(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function e1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.commit_fee)," ")}}function t1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Commit Weight"),e.k0s())}function n1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.commit_weight)," ")}}function i1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Fee/KW"),e.k0s())}function a1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.fee_per_kw)," ")}}function s1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Updates"),e.k0s())}function o1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.num_updates)," ")}}function l1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Unsettled Balance (Sats)"),e.k0s())}function r1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.unsettled_balance)," ")}}function c1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Capacity (Sats)"),e.k0s())}function p1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.capacity)," ")}}function m1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Local Reserve (Sats)"),e.k0s())}function u1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.local_chan_reserve_sat)," ")}}function d1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Remote Reserve (Sats)"),e.k0s())}function h1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.remote_chan_reserve_sat)," ")}}function _1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Sats Sent"),e.k0s())}function f1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.total_satoshis_sent)," ")}}function g1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Sats Received"),e.k0s())}function C1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.total_satoshis_received)," ")}}function y1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function b1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.local_balance)," ")}}function F1(n,s){1&n&&(e.j41(0,"th",66),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function x1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.remote_balance)," ")}}function v1(n,s){1&n&&(e.j41(0,"th",63),e.EFF(1,"Balance Score"),e.k0s())}function T1(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",68)(2,"mat-hint",69),e.EFF(3),e.nI1(4,"number"),e.k0s()(),e.nrm(5,"mat-progress-bar",70),e.k0s()),2&n){const t=s.$implicit;e.R7$(3),e.JRh(e.bMT(4,2,t.balancedness||0)),e.R7$(2),e.FS9("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function S1(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",71)(1,"div",72)(2,"mat-select",73),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",74),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onChannelUpdate("all"))}),e.EFF(5,"Update Fee Policy"),e.k0s(),e.j41(6,"mat-option",74),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onDownloadCSV())}),e.EFF(7,"Download CSV"),e.k0s()()()()}}function k1(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-option",74),e.bIt("click",function(){e.eBV(t);const i=e.XpG().$implicit,o=e.XpG();return e.Njj(o.onCircularRebalance(i))}),e.EFF(1,"Circular Rebalance"),e.k0s()}}function R1(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-option",74),e.bIt("click",function(){e.eBV(t);const i=e.XpG().$implicit,o=e.XpG();return e.Njj(o.onLoopOut(i))}),e.EFF(1,"Loop Out"),e.k0s()}}function E1(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",75)(1,"div",72)(2,"mat-select",76),e.nrm(3,"mat-select-trigger"),e.j41(4,"perfect-scrollbar")(5,"mat-option",74),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG();return e.Njj(r.onChannelClick(o,i))}),e.EFF(6,"View Info"),e.k0s(),e.j41(7,"mat-option",74),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onViewRemotePolicy(i))}),e.EFF(8,"View Remote Fee "),e.k0s(),e.j41(9,"mat-option",74),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onChannelUpdate(i))}),e.EFF(10,"Update Fee Policy"),e.k0s(),e.DNE(11,k1,2,0,"mat-option",77)(12,R1,2,0,"mat-option",77),e.j41(13,"mat-option",74),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onChannelClose(i))}),e.EFF(14,"Close Channel"),e.k0s()()()()()}if(2&n){const t=e.XpG();e.R7$(11),e.Y8G("ngIf",+t.versionsArr[0]>0||+t.versionsArr[1]>=9),e.R7$(),e.Y8G("ngIf",t.selNode.swapServerUrl)}}function I1(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No peers connected. Add a peer in order to open a channel."),e.k0s())}function L1(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No channel available."),e.k0s())}function w1(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting channels..."),e.k0s())}function j1(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function G1(n,s){if(1&n&&(e.j41(0,"td",78),e.DNE(1,I1,2,0,"p",79)(2,L1,2,0,"p",79)(3,w1,2,0,"p",79)(4,j1,2,1,"p",79),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",t.numPeers<1&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",t.numPeers>0&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function D1(n,s){if(1&n&&e.nrm(0,"tr",80),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,kr,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function N1(n,s){1&n&&e.nrm(0,"tr",81)}function P1(n,s){1&n&&e.nrm(0,"tr",82)}let $1=(()=>{class n{constructor(t,a,i,o,r,c,F,C){this.logger=t,this.store=a,this.lndEffects=i,this.commonService=o,this.rtlEffects=r,this.decimalPipe=c,this.loopService=F,this.camelCaseWithReplace=C,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open",recordsPerPage:l.md,sortBy:"balancedness",sortOrder:l.oi.DESCENDING},this.timeUnit="mins:secs",this.userPersonaEnum=l.HW,this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new p.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.selFilter="",this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.versionsArr=[],this.faEye=b.pS3,this.faEyeSlash=b.k6j,this.targetConf=6,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t,this.information&&this.information.version&&(this.versionsArr=this.information.version.split("."))}),this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.unshift("active"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.os).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.numPeers=t.peers&&t.peers.length?t.peers.length:0}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[4])).subscribe(t=>{this.totalBalance=t.blockchainBalance?.total_balance?+t.blockchainBalance?.total_balance:0}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[5])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=this.calculateUptime(t.channels),this.channelsData.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(t)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(t){this.store.dispatch((0,v.ij)({payload:{uiMessage:l.MZ.GET_REMOTE_POLICY,channelID:t.chan_id?.toString()+"/"+this.information.identity_pubkey}})),this.lndEffects.setLookup.pipe((0,J.s)(1)).subscribe(a=>{if(!a.fee_base_msat&&!a.fee_rate_milli_msat&&!a.time_lock_delta)return!1;const i=[[{key:"fee_base_msat",value:a.fee_base_msat,title:"Base Fees (mSats)",width:25,type:l.UN.NUMBER},{key:"fee_rate_milli_msat",value:a.fee_rate_milli_msat,title:"Fee Rate (milli mSats)",width:25,type:l.UN.NUMBER},{key:"fee_rate_milli_msat",value:a.fee_rate_milli_msat/1e4,title:"Fee Rate (%)",width:25,type:l.UN.NUMBER,digitsInfo:"1.0-8"},{key:"time_lock_delta",value:a.time_lock_delta,title:"Time Lock Delta",width:25,type:l.UN.NUMBER}]],o="Remote policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point);setTimeout(()=>{this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:o,message:i}}}))},0)})}onCircularRebalance(t){this.store.dispatch((0,E.xO)({payload:{data:{message:{channels:this.channelsData,selChannel:t},component:rr}}}))}onChannelUpdate(t){"all"===t?(this.store.dispatch((0,E.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All Channels",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.UN.NUMBER,inputValue:1e3,step:100,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.UN.NUMBER,inputValue:1,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.UN.NUMBER,inputValue:40,width:32}]}}})),this.rtlEffects.closeConfirm.pipe((0,_.Q)(this.unSubs[6])).subscribe(i=>{i&&this.store.dispatch((0,v.fy)({payload:{baseFeeMsat:i[0].inputValue,feeRate:i[1].inputValue,timeLockDelta:i[2].inputValue,chanPoint:"all"}}))})):(this.myChanPolicy={fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0,min_htlc_msat:0,max_htlc_msat:0},this.store.dispatch((0,v.ij)({payload:{uiMessage:l.MZ.GET_CHAN_POLICY,channelID:t.chan_id.toString()}})),this.lndEffects.setLookup.pipe((0,J.s)(1)).subscribe(a=>{this.myChanPolicy=a.node1_pub===this.information.identity_pubkey?a.node1_policy:a.node2_pub===this.information.identity_pubkey?a.node2_policy:{fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0},this.logger.info(this.myChanPolicy);const i="Update fee policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point),o=[];setTimeout(()=>{this.store.dispatch((0,E.I1)({payload:{data:{type:l.A$.CONFIRM,alertTitle:"Update Fee Policy",titleMessage:i,noBtnText:"Cancel",yesBtnText:"Update Channel",message:o,flgShowInput:!0,hasAdvanced:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.UN.NUMBER,inputValue:""===this.myChanPolicy.fee_base_msat?0:this.myChanPolicy.fee_base_msat,step:100,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.UN.NUMBER,inputValue:this.myChanPolicy.fee_rate_milli_msat,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.UN.NUMBER,inputValue:this.myChanPolicy.time_lock_delta,width:32},{placeholder:"Minimum HTLC (mSat)",inputType:l.UN.NUMBER,inputValue:""===this.myChanPolicy.min_htlc?0:this.myChanPolicy.min_htlc,width:49,advancedField:!0},{placeholder:"Maximum HTLC (mSat)",inputType:l.UN.NUMBER,inputValue:""===this.myChanPolicy.max_htlc_msat?0:this.myChanPolicy.max_htlc_msat,width:49,advancedField:!0}]}}}))},0)}),this.rtlEffects.closeConfirm.pipe((0,_.Q)(this.unSubs[7])).subscribe(a=>{if(a){const i={baseFeeMsat:a[0].inputValue,feeRate:a[1].inputValue,timeLockDelta:a[2].inputValue,chanPoint:t.channel_point};a.length>3&&a[3]&&a[4]&&(i.minHtlcMsat=a[3].inputValue,i.maxHtlcMsat=a[4].inputValue),this.store.dispatch((0,v.fy)({payload:i}))}})),this.applyFilter()}onChannelClose(t){t.active&&this.store.dispatch((0,v.$Q)()),this.store.dispatch((0,E.xO)({payload:{data:{channel:t,component:xr}}}))}onChannelClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{channel:t,selNode:this.selNode,showCopy:!0,component:Ee}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.channels.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.active?"active":"inactive")+(t.chan_id?t.chan_id.toLowerCase():"")+(t.remote_pubkey?t.remote_pubkey.toLowerCase():"")+(t.remote_alias?t.remote_alias.toLowerCase():"")+(t.capacity?t.capacity:"")+(t.local_balance?t.local_balance:"")+(t.remote_balance?t.remote_balance:"")+(t.total_satoshis_sent?t.total_satoshis_sent:"")+(t.total_satoshis_received?t.total_satoshis_received:"")+(t.commit_fee?t.commit_fee:"")+(t.private?"private":"public");break;case"active":i=t?.active?"active":"inactive";break;case"private":i=t?.private?"private":"public";break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"active"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}loadChannelsTable(t){this.channels=new p.I6([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}calculateUptime(t){let c=60,F=1,C=0;switch(t.forEach(S=>{S.uptime&&+S.uptime>C&&(C=+S.uptime)}),!0){case C<3600:this.timeUnit="Mins:Secs",c=60,F=1;break;case C>=3600&&C<86400:this.timeUnit="Hrs:Mins",c=3600,F=60;break;case C>=86400&&C<31536e3:this.timeUnit="Days:Hrs",c=86400,F=3600;break;case C>31536e3:this.timeUnit="Yrs:Days",c=31536e3,F=86400;break;default:this.timeUnit="Mins:Secs",c=60,F=1}return t.forEach(S=>{S.uptime_str=S.uptime?this.decimalPipe.transform(Math.floor(+S.uptime/c),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.uptime%c/F),"2.0-0"):"---",S.lifetime_str=S.lifetime?this.decimalPipe.transform(Math.floor(+S.lifetime/c),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.lifetime%c/F),"2.0-0"):"---"}),t}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,_.Q)(this.unSubs[8])).subscribe(a=>{this.store.dispatch((0,E.xO)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.C7.LOOP_OUT,component:He.D}}}))})}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}percentHintFunction(t){return(t/1e4).toString()+"%"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(re.L),e.rXU(N.h),e.rXU(ue.H),e.rXU(d.QX),e.rXU(qe.Q),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-open-table"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Channels")}])],decls:96,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","active"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private",4,"matHeaderCellDef"],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","chan_id"],["matColumnDef","initiator"],["matColumnDef","static_remote_key"],["matColumnDef","uptime_str"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lifetime_str"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","num_updates"],["matColumnDef","unsettled_balance"],["matColumnDef","capacity"],["matColumnDef","local_chan_reserve_sat"],["matColumnDef","remote_chan_reserve_sat"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active"],["mat-cell",""],["class","dot green","matTooltip","Active","matTooltipPosition","right",4,"ngIf"],["class","dot grey","matTooltip","Inactive","matTooltipPosition","right",4,"ngIf"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","grey"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,Rr,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,Er,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,Ir,1,0,"th",13)(20,jr,3,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,Gr,1,0,"th",16)(23,Pr,3,2,"td",14),e.bVm(),e.qex(24,17),e.DNE(25,$r,2,0,"th",18)(26,Ar,4,4,"td",14),e.bVm(),e.qex(27,19),e.DNE(28,Mr,2,0,"th",18)(29,Br,4,4,"td",14),e.bVm(),e.qex(30,20),e.DNE(31,Or,2,0,"th",18)(32,Vr,4,4,"td",14),e.bVm(),e.qex(33,21),e.DNE(34,Yr,2,0,"th",18)(35,Xr,4,4,"td",14),e.bVm(),e.qex(36,22),e.DNE(37,Ur,2,0,"th",18)(38,Hr,2,1,"td",14),e.bVm(),e.qex(39,23),e.DNE(40,qr,2,0,"th",18)(41,zr,2,1,"td",14),e.bVm(),e.qex(42,24),e.DNE(43,Jr,2,1,"th",25)(44,Wr,3,1,"td",14),e.bVm(),e.qex(45,26),e.DNE(46,Qr,2,1,"th",25)(47,Zr,3,1,"td",14),e.bVm(),e.qex(48,27),e.DNE(49,Kr,2,0,"th",25)(50,e1,4,3,"td",14),e.bVm(),e.qex(51,28),e.DNE(52,t1,2,0,"th",25)(53,n1,4,3,"td",14),e.bVm(),e.qex(54,29),e.DNE(55,i1,2,0,"th",25)(56,a1,4,3,"td",14),e.bVm(),e.qex(57,30),e.DNE(58,s1,2,0,"th",25)(59,o1,4,3,"td",14),e.bVm(),e.qex(60,31),e.DNE(61,l1,2,0,"th",25)(62,r1,4,3,"td",14),e.bVm(),e.qex(63,32),e.DNE(64,c1,2,0,"th",25)(65,p1,4,3,"td",14),e.bVm(),e.qex(66,33),e.DNE(67,m1,2,0,"th",25)(68,u1,4,3,"td",14),e.bVm(),e.qex(69,34),e.DNE(70,d1,2,0,"th",25)(71,h1,4,3,"td",14),e.bVm(),e.qex(72,35),e.DNE(73,_1,2,0,"th",25)(74,f1,4,3,"td",14),e.bVm(),e.qex(75,36),e.DNE(76,g1,2,0,"th",25)(77,C1,4,3,"td",14),e.bVm(),e.qex(78,37),e.DNE(79,y1,2,0,"th",25)(80,b1,4,3,"td",14),e.bVm(),e.qex(81,38),e.DNE(82,F1,2,0,"th",25)(83,x1,4,3,"td",14),e.bVm(),e.qex(84,39),e.DNE(85,v1,2,0,"th",18)(86,T1,6,4,"td",14),e.bVm(),e.qex(87,40),e.DNE(88,S1,8,0,"th",41)(89,E1,15,2,"td",42),e.bVm(),e.qex(90,43),e.DNE(91,G1,5,4,"td",44),e.bVm(),e.DNE(92,D1,1,3,"tr",45)(93,N1,1,0,"tr",46)(94,P1,1,0,"tr",47),e.k0s()(),e.nrm(95,"mat-paginator",48),e.k0s()}2&a&&(e.R7$(7),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,vr).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",(null==i.apiCallStatus?null:i.apiCallStatus.status)===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.channels)("ngClass",e.eq3(15,Tr,""!==i.errorMessage)),e.R7$(76),e.Y8G("matFooterRowDef",e.lJ4(17,Sr)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,$.fg,f.rl,f.nJ,f.MV,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Z.oV,w.iy,A.ZF,A.Ld,d.QX],styles:[".mat-column-active[_ngcontent-%COMP%], .mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]})}}return n})();const A1=["outputIdx"];function M1(n,s){if(1&n&&(e.j41(0,"div",31),e.nrm(1,"fa-icon",16),e.j41(2,"span"),e.EFF(3,"Change output balance "),e.j41(4,"strong"),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.EFF(7," (Sats) may be insufficient for fee bumping, depending on the prevailing fee rates."),e.k0s()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(4),e.JRh(e.bMT(6,2,t.dustOutputValue))}}function B1(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Index for change output is required."),e.k0s())}function O1(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid index value."),e.k0s())}function V1(n,s){if(1&n&&(e.j41(0,"mat-option",32),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t.id),e.R7$(),e.SpI(" ",t.name," ")}}function Y1(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function X1(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",20)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",33,1),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.blocks,i)||(o.blocks=i),e.Njj(i)}),e.k0s(),e.DNE(5,Y1,2,0,"mat-error",22),e.k0s()}if(2&n){const t=e.XpG();e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.blocks),e.R7$(2),e.Y8G("ngIf",!t.blocks)}}function U1(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function H1(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",20)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",34,2),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.fees,i)||(o.fees=i),e.Njj(i)}),e.k0s(),e.DNE(5,U1,2,0,"mat-error",22),e.k0s()}if(2&n){const t=e.XpG();e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.fees),e.R7$(2),e.Y8G("ngIf",!t.fees)}}function q1(n,s){if(1&n&&(e.j41(0,"div",35),e.nrm(1,"fa-icon",16),e.j41(2,"span"),e.EFF(3),e.k0s()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(2),e.JRh(t.bumpFeeError)}}let Ke=(()=>{class n{set outputIndx(t){t&&(this.outputIdx=t)}constructor(t,a,i,o,r){this.dialogRef=t,this.data=a,this.logger=i,this.dataService=o,this.store=r,this.faUpRightFromSquare=b.k02,this.txid="",this.outputIndex=null,this.transTypes=[...l.XG],this.selTransType="2",this.blocks=null,this.fees=null,this.faCopy=b.jPR,this.faInfoCircle=b.iW_,this.faExclamationTriangle=b.zpE,this.bumpFeeError="",this.flgShowDustWarning=!1,this.dustOutputValue=0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){if(this.transTypes=this.transTypes.splice(1),this.data.pendingChannel&&this.data.pendingChannel.channel){const t=this.data.pendingChannel.channel?.channel_point?.split(":")||[];this.txid=t[0]||(this.data.pendingChannel.channel&&this.data.pendingChannel.channel.channel_point?this.data.pendingChannel.channel.channel_point:""),this.outputIndex=t[1]&&""!==t[1]&&0==+t[1]?1:0}else this.data.selUTXO&&this.data.selUTXO.outpoint&&(this.txid=this.data.selUTXO.outpoint.txid_str||"",this.outputIndex=this.data.selUTXO.outpoint.output_index||0);this.logger.info(this.txid,this.outputIndex),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t,this.logger.info(this.selNode)}),this.dataService.getRecommendedFeeRates().pipe((0,_.Q)(this.unSubs[1])).subscribe({next:t=>{this.recommendedFee=t},error:t=>{this.logger.error(t)}}),this.dataService.getBlockExplorerTransaction(this.txid).pipe((0,_.Q)(this.unSubs[2])).subscribe({next:t=>{this.dustOutputValue=t.vout[this.outputIndex].value,this.flgShowDustWarning=this.dustOutputValue<1e3},error:t=>{this.logger.error(t)}})}onBumpFee(){if(this.data.pendingChannel&&this.data.pendingChannel.channel){const t=this.data.pendingChannel.channel?.channel_point?.split(":")||[],a=t.length>1&&t[1]&&""!==t[1]?+t[1]:null;if(a&&this.outputIndex===a)return this.outputIdx.control.setErrors({pendingChannelOutputIndex:!0}),!0}if(!this.outputIndex&&0!==this.outputIndex||"1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;this.dataService.bumpFee(this.txid,this.outputIndex,this.blocks||null,this.fees||null).pipe((0,_.Q)(this.unSubs[3])).subscribe({next:t=>{this.dialogRef.close(!1)},error:t=>{this.logger.error(t),this.bumpFeeError=t.message?t.message:t}})}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.txid,"_blank")}resetData(){this.bumpFeeError="",this.selTransType="2",this.blocks=null,this.fees=null,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(j.gP),e.rXU(W.u),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-bump-fee"]],viewQuery:function(a,i){if(1&a&&e.GBs(A1,5),2&a){let o;e.mGM(o=e.lsd())&&(i.outputIndx=o.first)}},decls:46,vars:19,consts:[["outputIndx","ngModel"],["blcks","ngModel"],["fee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","column","fxFlex.gt-sm","32","fxLayoutAlign","start end"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","outputIndx",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","32"],["tabindex","2",3,"valueChange","selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex.gt-sm","32","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],["fxFlex","100",1,"alert","alert-warn"],[3,"value"],["matInput","","type","number","name","blocks","required","","tabindex","3",3,"ngModelChange","step","min","ngModel"],["matInput","","type","number","name","fees","required","","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),e.EFF(5,"Bump Fee"),e.k0s()(),e.j41(6,"button",8),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",9)(9,"form",10)(10,"div",11)(11,"p",12),e.EFF(12),e.j41(13,"fa-icon",13),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onExplorerClicked())}),e.k0s()(),e.j41(14,"div",14)(15,"div",15),e.nrm(16,"fa-icon",16),e.j41(17,"span",17)(18,"div"),e.EFF(19,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(20,"div"),e.EFF(21),e.k0s(),e.j41(22,"div"),e.EFF(23),e.k0s(),e.j41(24,"div"),e.EFF(25),e.k0s()()(),e.DNE(26,M1,8,4,"div",18),e.j41(27,"div",19)(28,"mat-form-field",20)(29,"mat-label"),e.EFF(30,"Index for Change Output"),e.k0s(),e.j41(31,"input",21,0),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.outputIndex,c)||(i.outputIndex=c),e.Njj(c)}),e.k0s(),e.DNE(33,B1,2,0,"mat-error",22)(34,O1,2,0,"mat-error",22),e.k0s(),e.j41(35,"mat-form-field",23)(36,"mat-select",24),e.mxI("valueChange",function(c){return e.eBV(o),e.DH7(i.selTransType,c)||(i.selTransType=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.blocks=null,e.Njj(i.fees=null)}),e.DNE(37,V1,2,2,"mat-option",25),e.k0s()(),e.DNE(38,X1,6,4,"mat-form-field",26)(39,H1,6,4,"mat-form-field",26),e.k0s(),e.DNE(40,q1,4,2,"div",27),e.k0s()(),e.j41(41,"div",28)(42,"button",29),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(43,"Clear"),e.k0s(),e.j41(44,"button",30),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onBumpFee())}),e.EFF(45),e.k0s()()()()()()}if(2&a){const o=e.sdS(32);e.R7$(12),e.SpI(" ",i.txid?"Bump fee for transaction ID: "+i.txid:"Bump fee: "," "),e.R7$(),e.FS9("matTooltip","Link to "+i.selNode.settings.blockExplorerUrl),e.Y8G("icon",i.faUpRightFromSquare),e.R7$(3),e.Y8G("icon",i.faInfoCircle),e.R7$(5),e.SpI("- High: ",i.recommendedFee.fastestFee||"Unknown",""),e.R7$(2),e.SpI("- Medium: ",i.recommendedFee.halfHourFee||"Unknown",""),e.R7$(2),e.SpI("- Low: ",i.recommendedFee.hourFee||"Unknown",""),e.R7$(),e.Y8G("ngIf",i.flgShowDustWarning),e.R7$(5),e.Y8G("step",1)("min",0),e.R50("ngModel",i.outputIndex),e.R7$(2),e.Y8G("ngIf",null==o.errors?null:o.errors.required),e.R7$(),e.Y8G("ngIf",null==o.errors?null:o.errors.OutputIndexError),e.R7$(2),e.R50("value",i.selTransType),e.R7$(),e.Y8G("ngForOf",i.transTypes),e.R7$(),e.Y8G("ngIf","1"===i.selTransType),e.R7$(),e.Y8G("ngIf","2"===i.selTransType),e.R7$(),e.Y8G("ngIf",""!==i.bumpFeeError),e.R7$(5),e.JRh(""!==i.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,G.$z,T.m2,T.MM,$.fg,f.rl,f.nJ,f.TL,R.VO,V.wT,Z.oV,K.N,te.V,d.QX]})}}return n})();const ye=n=>({"error-border bordered-box":n,"bordered-box":!0}),z1=()=>["no_pending_open"],J1=()=>["no_pending_force_closing"],W1=()=>["no_pending_closing"],Q1=()=>["no_pending_wait_closing"],z=n=>({width:n}),we=n=>({"display-none":n}),Z1=n=>({"py-0":!0,"display-none":n});function K1(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function ec(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function tc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function nc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_alias)}}function ic(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function ac(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_node_pub)}}function sc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function oc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.channel_point)}}function lc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function rc(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.channel.initiator,"initiator_"))}}function cc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function pc(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,t.channel.commitment_type,"commitment_type","_"))}}function mc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Confirmation Height"),e.k0s())}function uc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.confirmation_height))}}function dc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function hc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.commit_fee))}}function _c(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Commit Weight"),e.k0s())}function fc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.commit_weight))}}function gc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Fee/KW"),e.k0s())}function Cc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.fee_per_kw))}}function yc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function bc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.capacity))}}function Fc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function xc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.local_balance))}}function vc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function Tc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.remote_balance))}}function Sc(n,s){1&n&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function kc(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",49)(1,"div",48)(2,"mat-select",50),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",51),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onOpenClick(i))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",51),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onBumpFee(i))}),e.EFF(7,"Bump Fee"),e.k0s()()()()}}function Rc(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function Ec(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function Ic(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function Lc(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,Rc,2,0,"p",53)(2,Ec,2,0,"p",53)(3,Ic,2,1,"p",53),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function wc(n,s){if(1&n&&e.nrm(0,"tr",54),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,we,t.pendingOpenChannels&&(null==t.pendingOpenChannels?null:t.pendingOpenChannels.data)&&(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)>0))}}function jc(n,s){1&n&&e.nrm(0,"tr",55)}function Gc(n,s){1&n&&e.nrm(0,"tr",56)}function Dc(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function Nc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function Pc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.closing_txid)}}function $c(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function Ac(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_alias)}}function Mc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function Bc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_node_pub)}}function Oc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function Vc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.channel_point)}}function Yc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function Xc(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.channel.initiator,"initiator_"))}}function Uc(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function Hc(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,t.channel.commitment_type,"commitment_type","_"))}}function qc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Limbo Balance (Sats)"),e.k0s())}function zc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.limbo_balance))}}function Jc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Maturity Height"),e.k0s())}function Wc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.maturity_height))}}function Qc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Blocks till Maturity"),e.k0s())}function Zc(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.blocks_til_maturity))}}function Kc(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Recovered Balance (Sats)"),e.k0s())}function ep(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.recovered_balance))}}function tp(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function np(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.capacity))}}function ip(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function ap(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.local_balance))}}function sp(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function op(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.remote_balance))}}function lp(n,s){1&n&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function rp(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",49)(1,"button",57),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onForceClosingClick(i))}),e.EFF(2,"View Info"),e.k0s()()}}function cp(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function pp(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function mp(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function up(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,cp,2,0,"p",53)(2,pp,2,0,"p",53)(3,mp,2,1,"p",53),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function dp(n,s){if(1&n&&e.nrm(0,"tr",54),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,we,t.pendingForceClosingChannels&&(null==t.pendingForceClosingChannels?null:t.pendingForceClosingChannels.data)&&(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)>0))}}function hp(n,s){1&n&&e.nrm(0,"tr",55)}function _p(n,s){1&n&&e.nrm(0,"tr",56)}function fp(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function gp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function Cp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.closing_txid)}}function yp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function bp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_alias)}}function Fp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function xp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_node_pub)}}function vp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function Tp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.channel_point)}}function Sp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function kp(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.channel.initiator,"initiator_"))}}function Rp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function Ep(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,t.channel.commitment_type,"commitment_type","_"))}}function Ip(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function Lp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.capacity))}}function wp(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function jp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.local_balance))}}function Gp(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function Dp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.remote_balance))}}function Np(n,s){1&n&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function Pp(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",49)(1,"button",58),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onClosingClick(i))}),e.EFF(2,"View Info"),e.k0s()()}}function $p(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function Ap(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function Mp(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function Bp(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,$p,2,0,"p",53)(2,Ap,2,0,"p",53)(3,Mp,2,1,"p",53),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Op(n,s){if(1&n&&e.nrm(0,"tr",54),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,we,t.pendingClosingChannels&&(null==t.pendingClosingChannels?null:t.pendingClosingChannels.data)&&(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)>0))}}function Vp(n,s){1&n&&e.nrm(0,"tr",55)}function Yp(n,s){1&n&&e.nrm(0,"tr",56)}function Xp(n,s){1&n&&e.nrm(0,"mat-progress-bar",40)}function Up(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function Hp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.closing_txid)}}function qp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function zp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_alias)}}function Jp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function Wp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.remote_node_pub)}}function Qp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function Zp(n,s){if(1&n&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,z,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(t.channel.channel_point)}}function Kp(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function em(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.channel.initiator,"initiator_"))}}function tm(n,s){1&n&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function nm(n,s){if(1&n&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,t.channel.commitment_type,"commitment_type","_"))}}function im(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Limbo Balance (Sats)"),e.k0s())}function am(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.limbo_balance))}}function sm(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function om(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.capacity))}}function lm(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function rm(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.local_balance))}}function cm(n,s){1&n&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function pm(n,s){if(1&n&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.channel.remote_balance))}}function mm(n,s){1&n&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function um(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",49)(1,"button",59),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onWaitClosingClick(i))}),e.EFF(2,"View Info"),e.k0s()()}}function dm(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function hm(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function _m(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function fm(n,s){if(1&n&&(e.j41(0,"td",52),e.DNE(1,dm,2,0,"p",53)(2,hm,2,0,"p",53)(3,_m,2,1,"p",53),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function gm(n,s){if(1&n&&e.nrm(0,"tr",54),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,Z1,t.pendingWaitClosingChannels&&(null==t.pendingWaitClosingChannels?null:t.pendingWaitClosingChannels.data)&&(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)>0))}}function Cm(n,s){1&n&&e.nrm(0,"tr",55)}function ym(n,s){1&n&&e.nrm(0,"tr",56)}let bm=(()=>{class n{constructor(t,a,i){this.logger=t,this.store=a,this.commonService=i,this.PAGE_ID="peers_channels",this.openTableSetting={tableId:"pending_open",recordsPerPage:l.md,sortBy:"capacity",sortOrder:l.oi.DESCENDING},this.forceClosingTableSetting={tableId:"pending_force_closing",recordsPerPage:l.md,sortBy:"limbo_balance",sortOrder:l.oi.DESCENDING},this.closingTableSetting={tableId:"pending_closing",recordsPerPage:l.md,sortBy:"capacity",sortOrder:l.oi.DESCENDING},this.waitingCloseTableSetting={tableId:"pending_waiting_close",recordsPerPage:l.md,sortBy:"limbo_balance",sortOrder:l.oi.DESCENDING},this.information={},this.pendingChannels={},this.displayedOpenColumns=[],this.pendingOpenChannelsLength=0,this.pendingOpenChannels=new p.I6([]),this.displayedForceClosingColumns=[],this.pendingForceClosingChannelsLength=0,this.pendingForceClosingChannels=new p.I6([]),this.displayedClosingColumns=[],this.pendingClosingChannelsLength=0,this.pendingClosingChannels=new p.I6([]),this.displayedWaitClosingColumns=[],this.pendingWaitClosingChannelsLength=0,this.pendingWaitClosingChannels=new p.I6([]),this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.openTableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.openTableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.openTableSetting.tableId),this.displayedOpenColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.openTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.openTableSetting.columnSelection)),this.displayedOpenColumns.push("actions"),this.logger.info(this.displayedOpenColumns),this.forceClosingTableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.forceClosingTableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.forceClosingTableSetting.tableId),this.displayedForceClosingColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.forceClosingTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.forceClosingTableSetting.columnSelection)),this.displayedForceClosingColumns.push("actions"),this.logger.info(this.displayedForceClosingColumns),this.closingTableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.closingTableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.closingTableSetting.tableId),this.displayedClosingColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.closingTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.closingTableSetting.columnSelection)),this.displayedClosingColumns.push("actions"),this.logger.info(this.displayedClosingColumns),this.waitingCloseTableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.waitingCloseTableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.waitingCloseTableSetting.tableId),this.displayedWaitClosingColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.waitingCloseTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.waitingCloseTableSetting.columnSelection)),this.displayedWaitClosingColumns.push("actions"),this.logger.info(this.displayedWaitClosingColumns)}),this.store.select(y.Uv).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=t.pendingChannels,this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels),this.logger.info(t)})}ngAfterViewInit(){this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels)}onOpenClick(t){const a=JSON.parse(JSON.stringify(t,["commit_weight","confirmation_height","fee_per_kw","commit_fee"],2)),i=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),o={};Object.assign(o,a,i),this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Opening Channel Information",message:[[{key:"channel_point",value:o.channel_point,title:"Channel Point",width:100,type:l.UN.STRING,explorerLink:"tx"}],[{key:"remote_node_pub",value:o.remote_node_pub,title:"Peer Node Pubkey",width:100,type:l.UN.STRING}],[{key:"remote_alias",value:o.remote_alias,title:"Peer Alias",width:100,type:l.UN.STRING}],[{key:"capacity",value:o.capacity,title:"Capacity",width:25,type:l.UN.NUMBER},{key:"confirmation_height",value:o.confirmation_height,title:"Confirmation Height",width:25,type:l.UN.NUMBER},{key:"local_balance",value:o.local_balance,title:"Local Balance",width:25,type:l.UN.NUMBER},{key:"remote_balance",value:o.remote_balance,title:"Remote Balance",width:25,type:l.UN.NUMBER}],[{key:"fee_per_kw",value:o.fee_per_kw,title:"Fee/KW",width:25,type:l.UN.NUMBER},{key:"commit_weight",value:o.commit_weight,title:"Commit Weight",width:25,type:l.UN.NUMBER},{key:"commit_fee",value:o.commit_fee,title:"Commit Fee",width:50,type:l.UN.NUMBER}]]}}}))}onBumpFee(t){this.store.dispatch((0,E.xO)({payload:{data:{pendingChannel:t,component:Ke}}}))}onForceClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid","limbo_balance","maturity_height","blocks_til_maturity","recovered_balance"],2)),i=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),o={};Object.assign(o,a,i),this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Force Closing Channel Information",message:[[{key:"closing_txid",value:o.closing_txid,title:"Closing Transaction ID",width:100,type:l.UN.STRING}],[{key:"channel_point",value:o.channel_point,title:"Channel Point",width:100,type:l.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:o.remote_alias,title:"Peer Alias",width:25,type:l.UN.STRING},{key:"remote_node_pub",value:o.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.UN.STRING}],[{key:"capacity",value:o.capacity,title:"Capacity",width:25,type:l.UN.NUMBER},{key:"limbo_balance",value:o.limbo_balance,title:"Limbo Balance",width:25,type:l.UN.NUMBER},{key:"local_balance",value:o.local_balance,title:"Local Balance",width:25,type:l.UN.NUMBER},{key:"remote_balance",value:o.remote_balance,title:"Remote Balance",width:25,type:l.UN.NUMBER}],[{key:"maturity_height",value:o.maturity_height,title:"Maturity Height",width:25,type:l.UN.NUMBER},{key:"blocks_til_maturity",value:o.blocks_til_maturity,title:"Blocks Till Maturity",width:25,type:l.UN.NUMBER},{key:"recovered_balance",value:o.recovered_balance,title:"Recovered Balance",width:50,type:l.UN.NUMBER}]]}}}))}onClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid"],2)),i=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),o={};Object.assign(o,a,i),this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Closing Channel Information",message:[[{key:"closing_txid",value:o.closing_txid,title:"Closing Transaction ID",width:50,type:l.UN.STRING}],[{key:"channel_point",value:o.channel_point,title:"Channel Point",width:100,type:l.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:o.remote_alias,title:"Peer Alias",width:25,type:l.UN.STRING},{key:"remote_node_pub",value:o.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.UN.STRING}],[{key:"capacity",value:o.capacity,title:"Capacity",width:25,type:l.UN.NUMBER},{key:"local_balance",value:o.local_balance,title:"Local Balance",width:25,type:l.UN.NUMBER},{key:"remote_balance",value:o.remote_balance,title:"Remote Balance",width:50,type:l.UN.NUMBER}]]}}}))}onWaitClosingClick(t){const a=JSON.parse(JSON.stringify(t,["limbo_balance"],2)),i=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),o=JSON.parse(JSON.stringify(t.commitments,["local_txid"],2)),r={};Object.assign(r,a,i,o),this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Wait Closing Channel Information",message:[[{key:"local_txid",value:r.local_txid,title:"Transaction ID",width:100,type:l.UN.STRING}],[{key:"channel_point",value:r.channel_point,title:"Channel Point",width:100,type:l.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:r.remote_alias,title:"Peer Alias",width:25,type:l.UN.STRING},{key:"remote_node_pub",value:r.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.UN.STRING}],[{key:"capacity",value:r.capacity,title:"Capacity",width:25,type:l.UN.NUMBER},{key:"limbo_balance",value:r.limbo_balance,title:"Limbo Balance",width:25,type:l.UN.NUMBER},{key:"local_balance",value:r.local_balance,title:"Local Balance",width:25,type:l.UN.NUMBER},{key:"remote_balance",value:r.remote_balance,title:"Remote Balance",width:25,type:l.UN.NUMBER}]]}}}))}loadOpenChannelsTable(t){this.pendingOpenChannelsLength=t.length?t.length:0,this.pendingOpenChannels=new p.I6([...t]),this.pendingOpenChannels.sort=this.sort,this.pendingOpenChannels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.logger.info(this.pendingOpenChannels)}loadForceClosingChannelsTable(t){this.pendingForceClosingChannelsLength=t.length?t.length:0,this.pendingForceClosingChannels=new p.I6([...t]),this.pendingForceClosingChannels.sort=this.sort,this.pendingForceClosingChannels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.logger.info(this.pendingForceClosingChannels)}loadClosingChannelsTable(t){this.pendingClosingChannelsLength=t.length?t.length:0,this.pendingClosingChannels=new p.I6([...t]),this.pendingClosingChannels.sort=this.sort,this.pendingClosingChannels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.logger.info(this.pendingClosingChannels)}loadWaitClosingChannelsTable(t){this.pendingWaitClosingChannelsLength=t.length?t.length:0,this.pendingWaitClosingChannels=new p.I6([...t]),this.pendingWaitClosingChannels.sort=this.sort,this.pendingWaitClosingChannels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.logger.info(this.pendingWaitClosingChannels)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-pending-table"]],viewQuery:function(a,i){if(1&a&&e.GBs(k.B4,5),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Channels")}])],decls:202,vars:52,consts:[["table",""],["fxLayout","column",1,"mb-2"],[1,"page-title"],["displayMode","flat",1,"mt-1"],["mode","indeterminate",4,"ngIf"],["fxLayout","column",1,"flat-expansion-panel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_node_pub"],["matColumnDef","channel_point"],["matColumnDef","initiator"],["matColumnDef","commitment_type"],["matColumnDef","confirmation_height"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","capacity"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_pending_open"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","closing_txid"],["matColumnDef","limbo_balance"],["matColumnDef","maturity_height"],["matColumnDef","blocks_til_maturity"],["matColumnDef","recovered_balance"],["matColumnDef","no_pending_force_closing"],["matColumnDef","no_pending_closing"],["matColumnDef","no_pending_wait_closing"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass"],["mat-header-row",""],["mat-row",""],["mat-stroked-button","","color","primary","type","button","tabindex","2",1,"table-actions-button",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","3",1,"table-actions-button",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"]],template:function(a,i){1&a&&(e.j41(0,"div",1)(1,"span",2),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.j41(4,"mat-accordion",3),e.DNE(5,K1,1,0,"mat-progress-bar",4),e.j41(6,"mat-expansion-panel",5)(7,"mat-expansion-panel-header")(8,"mat-panel-title"),e.EFF(9),e.k0s()(),e.j41(10,"div",6),e.DNE(11,ec,1,0,"mat-progress-bar",4),e.j41(12,"table",7,0),e.qex(14,8),e.DNE(15,tc,2,0,"th",9)(16,nc,4,4,"td",10),e.bVm(),e.qex(17,11),e.DNE(18,ic,2,0,"th",9)(19,ac,4,4,"td",10),e.bVm(),e.qex(20,12),e.DNE(21,sc,2,0,"th",9)(22,oc,4,4,"td",10),e.bVm(),e.qex(23,13),e.DNE(24,lc,2,0,"th",9)(25,rc,3,4,"td",10),e.bVm(),e.qex(26,14),e.DNE(27,cc,2,0,"th",9)(28,pc,3,5,"td",10),e.bVm(),e.qex(29,15),e.DNE(30,mc,2,0,"th",16)(31,uc,4,3,"td",10),e.bVm(),e.qex(32,17),e.DNE(33,dc,2,0,"th",16)(34,hc,4,3,"td",10),e.bVm(),e.qex(35,18),e.DNE(36,_c,2,0,"th",16)(37,fc,4,3,"td",10),e.bVm(),e.qex(38,19),e.DNE(39,gc,2,0,"th",16)(40,Cc,4,3,"td",10),e.bVm(),e.qex(41,20),e.DNE(42,yc,2,0,"th",16)(43,bc,4,3,"td",10),e.bVm(),e.qex(44,21),e.DNE(45,Fc,2,0,"th",16)(46,xc,4,3,"td",10),e.bVm(),e.qex(47,22),e.DNE(48,vc,2,0,"th",16)(49,Tc,4,3,"td",10),e.bVm(),e.qex(50,23),e.DNE(51,Sc,3,0,"th",24)(52,kc,8,0,"td",25),e.bVm(),e.qex(53,26),e.DNE(54,Lc,4,3,"td",27),e.bVm(),e.DNE(55,wc,1,3,"tr",28)(56,jc,1,0,"tr",29)(57,Gc,1,0,"tr",30),e.k0s()()(),e.DNE(58,Dc,1,0,"mat-progress-bar",4),e.j41(59,"mat-expansion-panel",5)(60,"mat-expansion-panel-header")(61,"mat-panel-title"),e.EFF(62),e.k0s()(),e.j41(63,"div",6)(64,"table",31,0),e.qex(66,32),e.DNE(67,Nc,2,0,"th",9)(68,Pc,4,4,"td",10),e.bVm(),e.qex(69,8),e.DNE(70,$c,2,0,"th",9)(71,Ac,4,4,"td",10),e.bVm(),e.qex(72,11),e.DNE(73,Mc,2,0,"th",9)(74,Bc,4,4,"td",10),e.bVm(),e.qex(75,12),e.DNE(76,Oc,2,0,"th",9)(77,Vc,4,4,"td",10),e.bVm(),e.qex(78,13),e.DNE(79,Yc,2,0,"th",9)(80,Xc,3,4,"td",10),e.bVm(),e.qex(81,14),e.DNE(82,Uc,2,0,"th",9)(83,Hc,3,5,"td",10),e.bVm(),e.qex(84,33),e.DNE(85,qc,2,0,"th",16)(86,zc,4,3,"td",10),e.bVm(),e.qex(87,34),e.DNE(88,Jc,2,0,"th",16)(89,Wc,4,3,"td",10),e.bVm(),e.qex(90,35),e.DNE(91,Qc,2,0,"th",16)(92,Zc,4,3,"td",10),e.bVm(),e.qex(93,36),e.DNE(94,Kc,2,0,"th",16)(95,ep,4,3,"td",10),e.bVm(),e.qex(96,20),e.DNE(97,tp,2,0,"th",16)(98,np,4,3,"td",10),e.bVm(),e.qex(99,21),e.DNE(100,ip,2,0,"th",16)(101,ap,4,3,"td",10),e.bVm(),e.qex(102,22),e.DNE(103,sp,2,0,"th",16)(104,op,4,3,"td",10),e.bVm(),e.qex(105,23),e.DNE(106,lp,3,0,"th",24)(107,rp,3,0,"td",25),e.bVm(),e.qex(108,37),e.DNE(109,up,4,3,"td",27),e.bVm(),e.DNE(110,dp,1,3,"tr",28)(111,hp,1,0,"tr",29)(112,_p,1,0,"tr",30),e.k0s()()(),e.DNE(113,fp,1,0,"mat-progress-bar",4),e.j41(114,"mat-expansion-panel",5)(115,"mat-expansion-panel-header")(116,"mat-panel-title"),e.EFF(117),e.k0s()(),e.j41(118,"div",6)(119,"table",31,0),e.qex(121,32),e.DNE(122,gp,2,0,"th",9)(123,Cp,4,4,"td",10),e.bVm(),e.qex(124,8),e.DNE(125,yp,2,0,"th",9)(126,bp,4,4,"td",10),e.bVm(),e.qex(127,11),e.DNE(128,Fp,2,0,"th",9)(129,xp,4,4,"td",10),e.bVm(),e.qex(130,12),e.DNE(131,vp,2,0,"th",9)(132,Tp,4,4,"td",10),e.bVm(),e.qex(133,13),e.DNE(134,Sp,2,0,"th",9)(135,kp,3,4,"td",10),e.bVm(),e.qex(136,14),e.DNE(137,Rp,2,0,"th",9)(138,Ep,3,5,"td",10),e.bVm(),e.qex(139,20),e.DNE(140,Ip,2,0,"th",16)(141,Lp,4,3,"td",10),e.bVm(),e.qex(142,21),e.DNE(143,wp,2,0,"th",16)(144,jp,4,3,"td",10),e.bVm(),e.qex(145,22),e.DNE(146,Gp,2,0,"th",16)(147,Dp,4,3,"td",10),e.bVm(),e.qex(148,23),e.DNE(149,Np,3,0,"th",24)(150,Pp,3,0,"td",25),e.bVm(),e.qex(151,38),e.DNE(152,Bp,4,3,"td",27),e.bVm(),e.DNE(153,Op,1,3,"tr",28)(154,Vp,1,0,"tr",29)(155,Yp,1,0,"tr",30),e.k0s()()(),e.DNE(156,Xp,1,0,"mat-progress-bar",4),e.j41(157,"mat-expansion-panel",5)(158,"mat-expansion-panel-header")(159,"mat-panel-title"),e.EFF(160),e.k0s()(),e.j41(161,"div",6)(162,"table",31,0),e.qex(164,32),e.DNE(165,Up,2,0,"th",9)(166,Hp,4,4,"td",10),e.bVm(),e.qex(167,8),e.DNE(168,qp,2,0,"th",9)(169,zp,4,4,"td",10),e.bVm(),e.qex(170,11),e.DNE(171,Jp,2,0,"th",9)(172,Wp,4,4,"td",10),e.bVm(),e.qex(173,12),e.DNE(174,Qp,2,0,"th",9)(175,Zp,4,4,"td",10),e.bVm(),e.qex(176,13),e.DNE(177,Kp,2,0,"th",9)(178,em,3,4,"td",10),e.bVm(),e.qex(179,14),e.DNE(180,tm,2,0,"th",9)(181,nm,3,5,"td",10),e.bVm(),e.qex(182,33),e.DNE(183,im,2,0,"th",16)(184,am,4,3,"td",10),e.bVm(),e.qex(185,20),e.DNE(186,sm,2,0,"th",16)(187,om,4,3,"td",10),e.bVm(),e.qex(188,21),e.DNE(189,lm,2,0,"th",16)(190,rm,4,3,"td",10),e.bVm(),e.qex(191,22),e.DNE(192,cm,2,0,"th",16)(193,pm,4,3,"td",10),e.bVm(),e.qex(194,23),e.DNE(195,mm,3,0,"th",24)(196,um,3,0,"td",25),e.bVm(),e.qex(197,39),e.DNE(198,fm,4,3,"td",27),e.bVm(),e.DNE(199,gm,1,3,"tr",28)(200,Cm,1,0,"tr",29)(201,ym,1,0,"tr",30),e.k0s()()()()()),2&a&&(e.R7$(2),e.SpI("Total Limbo Balance: ",e.bMT(3,38,i.pendingChannels.total_limbo_balance)," Sats"),e.R7$(3),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Open (",i.pendingOpenChannelsLength,")"),e.R7$(2),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.openTableSetting.sortBy)("matSortDirection",i.openTableSetting.sortOrder)("dataSource",i.pendingOpenChannels)("ngClass",e.eq3(40,ye,""!==i.errorMessage)),e.R7$(43),e.Y8G("matFooterRowDef",e.lJ4(42,z1)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedOpenColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedOpenColumns),e.R7$(),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Force Closing (",i.pendingForceClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",i.forceClosingTableSetting.sortBy)("matSortDirection",i.forceClosingTableSetting.sortOrder)("dataSource",i.pendingForceClosingChannels)("ngClass",e.eq3(43,ye,""!==i.errorMessage)),e.R7$(46),e.Y8G("matFooterRowDef",e.lJ4(45,J1)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedForceClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedForceClosingColumns),e.R7$(),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Closing (",i.pendingClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",i.closingTableSetting.sortBy)("matSortDirection",i.closingTableSetting.sortOrder)("dataSource",i.pendingClosingChannels)("ngClass",e.eq3(46,ye,""!==i.errorMessage)),e.R7$(34),e.Y8G("matFooterRowDef",e.lJ4(48,W1)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedClosingColumns),e.R7$(),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Waiting Close (",i.pendingWaitClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",i.waitingCloseTableSetting.sortBy)("matSortDirection",i.waitingCloseTableSetting.sortOrder)("dataSource",i.pendingWaitClosingChannels)("ngClass",e.eq3(49,ye,""!==i.errorMessage)),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(51,Q1)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedWaitClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedWaitClosingColumns))},dependencies:[d.YU,d.bT,d.B3,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,U.BS,U.GK,U.Z2,U.WN,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,A.Ld,d.QX,q.VD],styles:["tr.mat-footer-row[_ngcontent-%COMP%] td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom:none}"]})}}return n})();const Fm=()=>["all"],xm=n=>({"error-border":n,"overflow-auto":!0}),vm=()=>["no_closed_channel"],ce=n=>({width:n}),Tm=n=>({"display-none":n});function Sm(n,s){if(1&n&&(e.j41(0,"mat-option",36),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function km(n,s){1&n&&e.nrm(0,"mat-progress-bar",37)}function Rm(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Close Type"),e.k0s())}function Em(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",40)(2,"mat-icon",41),e.EFF(3,"info_outline"),e.k0s(),e.EFF(4),e.k0s()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(2),e.Y8G("matTooltip",a.channelClosureType[t.close_type].tooltip),e.R7$(2),e.SpI(" ",a.channelClosureType[t.close_type].name," ")}}function Im(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Peer"),e.k0s())}function Lm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.remote_alias)}}function wm(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Pubkey"),e.k0s())}function jm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.remote_pubkey)}}function Gm(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Channel Point"),e.k0s())}function Dm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.channel_point)}}function Nm(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Channel ID"),e.k0s())}function Pm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id)}}function $m(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Closing Tx Hash"),e.k0s())}function Am(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.closing_tx_hash)}}function Mm(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Chain Hash"),e.k0s())}function Bm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ce,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chain_hash)}}function Om(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Open Initiator"),e.k0s())}function Vm(n,s){if(1&n&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.open_initiator,"initiator_"))}}function Ym(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Close Initiator"),e.k0s())}function Xm(n,s){if(1&n&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,t.close_initiator,"initiator_"))}}function Um(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Timelocked Balance (Sats)"),e.k0s())}function Hm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.time_locked_balance)," ")}}function qm(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Capacity (Sats)"),e.k0s())}function zm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.capacity)," ")}}function Jm(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Close Height"),e.k0s())}function Wm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.close_height)," ")}}function Qm(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Settled Balance (Sats)"),e.k0s())}function Zm(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.settled_balance)," ")}}function Km(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",46)(1,"div",47)(2,"mat-select",48),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",49),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function eu(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",39)(1,"span",45)(2,"button",50),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG();return e.Njj(r.onClosedChannelClick(o,i))}),e.EFF(3,"View Info"),e.k0s()()()}}function tu(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No closed channel available."),e.k0s())}function nu(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting closed channels..."),e.k0s())}function iu(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function au(n,s){if(1&n&&(e.j41(0,"td",51),e.DNE(1,tu,2,0,"p",52)(2,nu,2,0,"p",52)(3,iu,2,1,"p",52),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function su(n,s){if(1&n&&e.nrm(0,"tr",53),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,Tm,(null==t.closedChannels?null:t.closedChannels.data)&&(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)>0))}}function ou(n,s){1&n&&e.nrm(0,"tr",54)}function lu(n,s){1&n&&e.nrm(0,"tr",55)}let ru=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.store=a,this.commonService=i,this.camelCaseWithReplace=o,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"closed",recordsPerPage:l.md,sortBy:"close_type",sortOrder:l.oi.DESCENDING},this.channelClosureType=l.tj,this.faHistory=b.Int,this.displayedColumns=[],this.closedChannelsData=[],this.closedChannels=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.Bw).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.closedChannelsData=t.closedChannels,this.closedChannelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadClosedChannelsTable(this.closedChannelsData),this.logger.info(t)})}ngAfterViewInit(){this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData)}applyFilter(){this.closedChannels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.closedChannels.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=JSON.stringify(t).toLowerCase();break;case"close_type":i=t.close_type&&this.channelClosureType[t.close_type]&&this.channelClosureType[t.close_type].name?this.channelClosureType[t.close_type].name.toLowerCase():"";break;case"open_initiator":case"close_initiator":i=this.camelCaseWithReplace.transform(t[this.selFilterBy]||"","initiator_").trim().toLowerCase();break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"close_type"===this.selFilterBy||"open_initiator"===this.selFilterBy||"close_initiator"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}onClosedChannelClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Closed Channel Information",message:[[{key:"close_type",value:this.channelClosureType[t.close_type].name,title:"Close Type",width:30,type:l.UN.STRING},{key:"settled_balance",value:t.settled_balance,title:"Settled Balance",width:30,type:l.UN.NUMBER},{key:"time_locked_balance",value:t.time_locked_balance,title:"Time Locked Balance",width:40,type:l.UN.NUMBER}],[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:30},{key:"capacity",value:t.capacity,title:"Capacity",width:30,type:l.UN.NUMBER},{key:"close_height",value:t.close_height,title:"Close Height",width:40,type:l.UN.NUMBER}],[{key:"remote_alias",value:t.remote_alias,title:"Peer Alias",width:30},{key:"remote_pubkey",value:t.remote_pubkey,title:"Peer Public Key",width:70}],[{key:"channel_point",value:t.channel_point,title:"Channel Point",width:100}],[{key:"closing_tx_hash",value:t.closing_tx_hash,title:"Closing Transaction Hash",width:100,type:l.UN.STRING}]]}}}))}loadClosedChannelsTable(t){this.closedChannels=new p.I6([...t]),this.closedChannels.sort=this.sort,this.closedChannels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.closedChannels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.closedChannels)}onDownloadCSV(){this.closedChannels.data&&this.closedChannels.data.length>0&&this.commonService.downloadFile(this.closedChannels.data,"Closed-channels")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(N.h),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-closed-table"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Channels")}])],decls:66,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","close_type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","chan_id"],["matColumnDef","closing_tx_hash"],["matColumnDef","chain_hash"],["matColumnDef","open_initiator"],["matColumnDef","close_initiator"],["matColumnDef","time_locked_balance"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","capacity"],["matColumnDef","close_height"],["matColumnDef","settled_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","no_closed_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout","row","fxLayoutAlign","start center"],[1,"info-icon","info-icon-text",3,"matTooltip"],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,Sm,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,km,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,Rm,2,0,"th",13)(20,Em,5,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,Im,2,0,"th",13)(23,Lm,4,4,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,wm,2,0,"th",13)(26,jm,4,4,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,Gm,2,0,"th",13)(29,Dm,4,4,"td",14),e.bVm(),e.qex(30,18),e.DNE(31,Nm,2,0,"th",13)(32,Pm,4,4,"td",14),e.bVm(),e.qex(33,19),e.DNE(34,$m,2,0,"th",13)(35,Am,4,4,"td",14),e.bVm(),e.qex(36,20),e.DNE(37,Mm,2,0,"th",13)(38,Bm,4,4,"td",14),e.bVm(),e.qex(39,21),e.DNE(40,Om,2,0,"th",13)(41,Vm,3,4,"td",14),e.bVm(),e.qex(42,22),e.DNE(43,Ym,2,0,"th",13)(44,Xm,3,4,"td",14),e.bVm(),e.qex(45,23),e.DNE(46,Um,2,0,"th",24)(47,Hm,4,3,"td",14),e.bVm(),e.qex(48,25),e.DNE(49,qm,2,0,"th",24)(50,zm,4,3,"td",14),e.bVm(),e.qex(51,26),e.DNE(52,Jm,2,0,"th",24)(53,Wm,4,3,"td",14),e.bVm(),e.qex(54,27),e.DNE(55,Qm,2,0,"th",24)(56,Zm,4,3,"td",14),e.bVm(),e.qex(57,28),e.DNE(58,Km,6,0,"th",29)(59,eu,4,0,"td",14),e.bVm(),e.qex(60,30),e.DNE(61,au,4,3,"td",31),e.bVm(),e.DNE(62,su,1,3,"tr",32)(63,ou,1,0,"tr",33)(64,lu,1,0,"tr",34),e.k0s()(),e.nrm(65,"mat-paginator",35),e.k0s()}2&a&&(e.R7$(7),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,Fm).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.closedChannels)("ngClass",e.eq3(15,xm,""!==i.errorMessage)),e.R7$(46),e.Y8G("matFooterRowDef",e.lJ4(17,vm)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,ie.An,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Z.oV,w.iy,A.ZF,A.Ld,d.QX,q.VD]})}}return n})();const cu=()=>["all"],pu=n=>({"error-border":n}),mu=()=>["no_channel"],uu=n=>({"display-none":n});function du(n,s){if(1&n&&(e.j41(0,"mat-option",33),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function hu(n,s){1&n&&e.nrm(0,"mat-progress-bar",34)}function _u(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Amount (Sats)"),e.k0s())}function fu(n,s){if(1&n&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==t?null:t.amount)," ")}}function gu(n,s){if(1&n&&(e.qex(0),e.DNE(1,fu,3,3,"span",39),e.bVm()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Cu(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,gu,2,1,"ng-container",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.SpI(" Active HTLCs: ",null==t||null==t.pending_htlcs?null:t.pending_htlcs.length," "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function yu(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Alias/Incoming"),e.k0s())}function bu(n,s){if(1&n&&(e.j41(0,"span",37),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",null!=t&&t.incoming?"Yes":"No"," ")}}function Fu(n,s){if(1&n&&(e.qex(0),e.DNE(1,bu,2,1,"span",41),e.bVm()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function xu(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,Fu,2,1,"ng-container",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(null==t?null:t.remote_alias),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function vu(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Forwarding Channel"),e.k0s())}function Tu(n,s){if(1&n&&(e.j41(0,"span",37),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",null==t?null:t.forwarding_channel," ")}}function Su(n,s){if(1&n&&(e.qex(0),e.DNE(1,Tu,2,1,"span",41),e.bVm()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function ku(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,Su,2,1,"ng-container",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function Ru(n,s){1&n&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"HTLC Index"),e.k0s()())}function Eu(n,s){if(1&n&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==t?null:t.htlc_index)," ")}}function Iu(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,Eu,3,3,"span",39),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Lu(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Iu,2,1,"span",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function wu(n,s){1&n&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"Forwarding HTLC Index"),e.k0s()())}function ju(n,s){if(1&n&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==t?null:t.forwarding_htlc_index)," ")}}function Gu(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,ju,3,3,"span",39),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Du(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Gu,2,1,"span",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function Nu(n,s){1&n&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"Expiration Height"),e.k0s()())}function Pu(n,s){if(1&n&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==t?null:t.expiration_height,"1.0-0")," ")}}function $u(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,Pu,3,4,"span",39),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Au(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,$u,2,1,"span",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function Mu(n,s){1&n&&(e.j41(0,"th",43)(1,"span",40),e.EFF(2,"Hash Lock"),e.k0s()())}function Bu(n,s){if(1&n&&(e.j41(0,"span",40),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.SpI(" ",null==t?null:t.hash_lock," ")}}function Ou(n,s){if(1&n&&(e.j41(0,"span"),e.DNE(1,Bu,2,1,"span",39),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Vu(n,s){if(1&n&&(e.j41(0,"td",44)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Ou,2,1,"span",38),e.k0s()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function Yu(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",48),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Xu(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",53)(1,"button",54),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2).$implicit,r=e.XpG();return e.Njj(r.onHTLCClick(i,o))}),e.EFF(2),e.k0s()()}if(2&n){const t=s.index;e.R7$(2),e.SpI("View ",t+1,"")}}function Uu(n,s){if(1&n&&(e.j41(0,"div"),e.DNE(1,Xu,3,1,"div",52),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==t?null:t.pending_htlcs)}}function Hu(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",49)(1,"span",50)(2,"button",51),e.bIt("click",function(){const i=e.eBV(t).$implicit;return e.Njj(i.is_expanded=!i.is_expanded)}),e.EFF(3),e.k0s()(),e.DNE(4,Uu,2,1,"div",38),e.k0s()}if(2&n){const t=s.$implicit;e.R7$(3),e.JRh(t.is_expanded?"Hide":"Show"),e.R7$(),e.Y8G("ngIf",t.is_expanded)}}function qu(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No active htlc available."),e.k0s())}function zu(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting active htlcs..."),e.k0s())}function Ju(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function Wu(n,s){if(1&n&&(e.j41(0,"td",55),e.DNE(1,qu,2,0,"p",38)(2,zu,2,0,"p",38)(3,Ju,2,1,"p",38),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Qu(n,s){if(1&n&&e.nrm(0,"tr",56),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,uu,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Zu(n,s){1&n&&e.nrm(0,"tr",57)}function Ku(n,s){1&n&&e.nrm(0,"tr",58)}let ed=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.commonService=a,this.store=i,this.camelCaseWithReplace=o,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"active_HTLCs",recordsPerPage:l.md,sortBy:"expiration_height",sortOrder:l.oi.DESCENDING},this.channels=new p.I6([]),this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsJSONArr=t.channels?.filter(a=>a.pending_htlcs&&a.pending_htlcs.length>0)||[],this.channelsJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.channelsJSONArr.length>0&&this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"HTLC Information",message:[[{key:"remote_alias",value:a.remote_alias,title:"Alias",width:100,type:l.UN.STRING}],[{key:"amount",value:t.amount,title:"Amount (Sats)",width:50,type:l.UN.NUMBER},{key:"incoming",value:t.incoming?"Yes":"No",title:"Incoming",width:50,type:l.UN.STRING}],[{key:"expiration_height",value:t.expiration_height,title:"Expiration Height",width:50,type:l.UN.NUMBER},{key:"hash_lock",value:t.hash_lock,title:"Hash Lock",width:50,type:l.UN.STRING}]]}}}))}onChannelClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{channel:t,showCopy:!0,component:Ee}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.channels.filterPredicate=(t,a)=>{let i="";return i="all"===this.selFilterBy?(t.remote_alias?t.remote_alias.toLowerCase():"")+t.pending_htlcs?.map(o=>JSON.stringify(o)+(o.incoming?"yes":"no")):typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString(),i.includes(a)}}loadHTLCsTable(t){this.channels=new p.I6(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,i)=>{switch(i){case"amount":return this.commonService.sortByKey(a.pending_htlcs,i,"number",this.sort?.direction),a.pending_htlcs&&a.pending_htlcs.length?a.pending_htlcs.length:null;case"incoming":return this.commonService.sortByKey(a.pending_htlcs,i,"boolean",this.sort?.direction),a.remote_alias?a.remote_alias:a.remote_pubkey?a.remote_pubkey:null;case"expiration_height":case"hash_lock":return this.commonService.sortByKey(a.pending_htlcs,i,"number",this.sort?.direction),a;default:return a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){return JSON.parse(JSON.stringify(this.channels.data))?.reduce((i,o)=>i.concat(o.pending_htlcs?o.pending_htlcs:o),[])}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-active-htlcs-table"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("HTLCs")}])],decls:48,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","incoming"],["matColumnDef","forwarding_channel"],["matColumnDef","htlc_index"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","forwarding_htlc_index"],["matColumnDef","expiration_height"],["matColumnDef","hash_lock"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayout","column","fxLayoutAlign","center end",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["mat-header-cell","",1,"px-2"],["fxLayoutAlign","end center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayout","column","fxLayoutAlign","center end",1,"px-2"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,du,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,hu,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,_u,2,0,"th",13)(20,Cu,4,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,yu,2,0,"th",13)(23,xu,4,2,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,vu,2,0,"th",13)(26,ku,4,2,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,Ru,3,0,"th",18)(29,Lu,4,2,"td",14),e.bVm(),e.qex(30,19),e.DNE(31,wu,3,0,"th",18)(32,Du,4,2,"td",14),e.bVm(),e.qex(33,20),e.DNE(34,Nu,3,0,"th",18)(35,Au,4,2,"td",14),e.bVm(),e.qex(36,21),e.DNE(37,Mu,3,0,"th",22)(38,Vu,4,2,"td",23),e.bVm(),e.qex(39,24),e.DNE(40,Yu,6,0,"th",25)(41,Hu,5,2,"td",26),e.bVm(),e.qex(42,27),e.DNE(43,Wu,4,3,"td",28),e.bVm(),e.DNE(44,Qu,1,3,"tr",29)(45,Zu,1,0,"tr",30)(46,Ku,1,0,"tr",31),e.k0s()(),e.nrm(47,"mat-paginator",32),e.k0s()}2&a&&(e.R7$(7),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,cu).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.channels)("ngClass",e.eq3(15,pu,""!==i.errorMessage)),e.R7$(28),e.Y8G("matFooterRowDef",e.lJ4(17,mu)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.ZF,A.Ld,d.QX],styles:[".mat-column-amount[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem;padding-right:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mat-column-actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_creation_date[_ngcontent-%COMP%]{min-width:7rem}"]})}}return n})();function td(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Wallet password is required."),e.k0s())}let nd=(()=>{class n{constructor(t){this.store=t,this.walletPassword=""}ngOnInit(){this.walletPassword=""}onUnlockWallet(){if(!this.walletPassword)return!0;this.store.dispatch((0,v.WE)({payload:{pwd:window.btoa(this.walletPassword)}}))}resetData(){this.walletPassword=""}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-unlock-wallet"]],decls:14,vars:2,consts:[["fxLayout","column",1,"padding-gap","mb-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","type","password","name","walletPassword","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","3",3,"click"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"form",1)(2,"mat-form-field",2)(3,"mat-label"),e.EFF(4,"Password"),e.k0s(),e.j41(5,"input",3),e.mxI("ngModelChange",function(r){return e.DH7(i.walletPassword,r)||(i.walletPassword=r),r}),e.k0s(),e.j41(6,"mat-hint"),e.EFF(7,"Enter Wallet Password"),e.k0s(),e.DNE(8,td,2,0,"mat-error",4),e.k0s(),e.j41(9,"div",5)(10,"button",6),e.bIt("click",function(){return i.resetData()}),e.EFF(11,"Clear Field"),e.k0s(),e.j41(12,"button",7),e.bIt("click",function(){return i.onUnlockWallet()}),e.EFF(13,"Unlock Wallet"),e.k0s()()()()),2&a&&(e.R7$(5),e.R50("ngModel",i.walletPassword),e.R7$(3),e.Y8G("ngIf",!i.walletPassword))},dependencies:[d.bT,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,h.DJ,h.sA,h.UI,G.$z,$.fg,f.rl,f.nJ,f.MV,f.TL,K.N]})}}return n})();var id=g(7768);function ad(n,s){if(1&n){const t=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",6),e.EFF(3,"Warning: Your connection is unsecure, it's not safe to generate private keys over this connection.Are you sure you want to proceed?"),e.k0s(),e.j41(4,"div",7)(5,"button",8),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return i.proceed=!1,e.Njj(i.warnRes=!0)}),e.EFF(6,"Do Not Proceed"),e.k0s(),e.j41(7,"button",9),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return i.proceed=!0,e.Njj(i.warnRes=!0)}),e.EFF(8,"Proceed"),e.k0s()()()()}}function sd(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",10)(1,"div",11),e.EFF(2,"Please re-configure & re-start RTL after securing your LND connction. You can close this window now."),e.k0s(),e.j41(3,"div",7)(4,"button",12),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.warnRes=!1)}),e.EFF(5,"Go Back"),e.k0s()()()}}function od(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function ld(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Password must be at least 8 characters in length."),e.k0s())}function rd(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Confirm password is required."),e.k0s())}function cd(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Confirm password must be at least 8 characters in length."),e.k0s())}function pd(n,s){1&n&&(e.j41(0,"div",41)(1,"mat-icon",42),e.EFF(2,"cancel"),e.k0s(),e.EFF(3,"Passwords do not match. "),e.k0s())}function md(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Cipher seed is required."),e.k0s())}function ud(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid Cipher. Enter comma separated 24 words cipher seed."),e.k0s())}function dd(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Passphrase is required."),e.k0s())}function hd(n,s){1&n&&(e.j41(0,"mat-icon"),e.EFF(1,"vpn_key"),e.k0s())}function _d(n,s){1&n&&(e.j41(0,"mat-icon"),e.EFF(1,"swap_calls"),e.k0s())}function fd(n,s){1&n&&(e.j41(0,"mat-icon"),e.EFF(1,"fingerprint"),e.k0s())}function gd(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-vertical-stepper",13,0)(2,"mat-step",14)(3,"form",15)(4,"mat-form-field",16)(5,"mat-label"),e.EFF(6,"Password"),e.k0s(),e.nrm(7,"input",17),e.j41(8,"mat-hint"),e.EFF(9,"Enter Wallet Password"),e.k0s(),e.DNE(10,od,2,0,"mat-error",2)(11,ld,2,0,"mat-error",2),e.k0s(),e.j41(12,"mat-form-field",16)(13,"mat-label"),e.EFF(14,"Confirm Password"),e.k0s(),e.nrm(15,"input",18),e.j41(16,"mat-hint"),e.EFF(17,"Confirm Wallet Password"),e.k0s(),e.DNE(18,rd,2,0,"mat-error",2)(19,cd,2,0,"mat-error",2),e.k0s(),e.DNE(20,pd,4,0,"div",19),e.j41(21,"div",20)(22,"button",21),e.EFF(23,"Next"),e.k0s()()()(),e.j41(24,"mat-step",22)(25,"form",23)(26,"div",24)(27,"mat-slide-toggle",25),e.EFF(28,"Existing Cipher"),e.k0s(),e.j41(29,"mat-form-field",26)(30,"mat-label"),e.EFF(31,"Comma separated array of 24 words cipher seed"),e.k0s(),e.nrm(32,"input",27),e.j41(33,"mat-hint"),e.EFF(34,"Cipher Seed"),e.k0s(),e.DNE(35,md,2,0,"mat-error",2)(36,ud,2,0,"mat-error",2),e.k0s()(),e.j41(37,"div",28)(38,"button",29),e.EFF(39,"Back"),e.k0s(),e.j41(40,"button",30),e.EFF(41,"Next"),e.k0s()()()(),e.j41(42,"mat-step",31)(43,"form",23)(44,"div",24)(45,"mat-slide-toggle",32),e.EFF(46,"Existing Passphrase"),e.k0s(),e.j41(47,"mat-form-field",33)(48,"mat-label"),e.EFF(49,"Passphrase"),e.k0s(),e.nrm(50,"input",34),e.j41(51,"mat-hint"),e.EFF(52,"Enter Passphrase"),e.k0s(),e.DNE(53,dd,2,0,"mat-error",2),e.k0s()(),e.j41(54,"div",28)(55,"button",35),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.EFF(56,"Clear"),e.k0s(),e.j41(57,"button",36),e.EFF(58,"Back"),e.k0s(),e.j41(59,"button",37),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onInitWallet())}),e.EFF(60,"Initialize Wallet"),e.k0s()()()(),e.DNE(61,hd,2,0,"ng-template",38)(62,_d,2,0,"ng-template",39)(63,fd,2,0,"ng-template",40),e.k0s()}if(2&n){const t=e.XpG();e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",t.passwordFormGroup),e.R7$(),e.Y8G("formGroup",t.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.required),e.R7$(),e.Y8G("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.minlength),e.R7$(7),e.Y8G("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.required),e.R7$(),e.Y8G("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.minlength),e.R7$(),e.Y8G("ngIf",(null==t.passwordFormGroup.errors?null:t.passwordFormGroup.errors.unmatchedPasswords)&&(t.passwordFormGroup.controls.initWalletPassword.touched||t.passwordFormGroup.controls.initWalletPassword.dirty)&&(t.passwordFormGroup.controls.initWalletConfirmPassword.touched||t.passwordFormGroup.controls.initWalletConfirmPassword.dirty)),e.R7$(4),e.Y8G("stepControl",t.cipherFormGroup),e.R7$(),e.Y8G("formGroup",t.cipherFormGroup),e.R7$(2),e.Y8G("labelPosition","before"),e.R7$(8),e.Y8G("ngIf",null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.required),e.R7$(),e.Y8G("ngIf",!(null!=t.cipherFormGroup.controls.cipherSeed.errors&&t.cipherFormGroup.controls.cipherSeed.errors.required)&&(null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.invalidCipher)),e.R7$(6),e.Y8G("stepControl",t.passphraseFormGroup),e.R7$(),e.Y8G("formGroup",t.passphraseFormGroup),e.R7$(2),e.Y8G("labelPosition","before"),e.R7$(8),e.Y8G("ngIf",null==t.passphraseFormGroup.controls.passphrase.errors?null:t.passphraseFormGroup.controls.passphrase.errors.required)}}function Cd(n,s){if(1&n&&(e.j41(0,"span",48),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(t)}}function yd(n,s){if(1&n){const t=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",43),e.EFF(3,"YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO RESTORE THE WALLET!"),e.k0s(),e.j41(4,"div",44),e.DNE(5,Cd,2,1,"span",45),e.k0s(),e.j41(6,"div",46),e.EFF(7,"Wallet initialization is done."),e.k0s(),e.j41(8,"div",46),e.EFF(9,"The node will be usable only after LND has synced completely with the network."),e.k0s(),e.j41(10,"div",46),e.EFF(11,"Click continue only after writing down the seed."),e.k0s(),e.j41(12,"div",7)(13,"button",47),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onGoToHome())}),e.EFF(14,"Go To Home"),e.k0s()()()()}if(2&n){const t=e.XpG();e.R7$(5),e.Y8G("ngForOf",t.genSeedResponse)}}function bd(n,s){if(1&n){const t=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",46),e.EFF(3,"Something went wrong! Unable to initialize wallet!"),e.k0s(),e.j41(4,"div",7)(5,"button",49),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.EFF(6,"Restart"),e.k0s()()()()}}function Fd(n,s){if(1&n){const t=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",46),e.EFF(3,"Wallet recovery is done."),e.k0s(),e.j41(4,"div",46),e.EFF(5,"The node will be usable only after LND has synced completely with the network."),e.k0s(),e.j41(6,"div",7)(7,"button",50),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onGoToHome())}),e.EFF(8,"Go To Home"),e.k0s()()()()}}function xd(n){const s=n.get("initWalletPassword"),t=n.get("initWalletConfirmPassword");return s&&t&&s.value!==t.value?{unmatchedPasswords:!0}:null}function vd(n){const s=n.value.toString().trim().split(",")||[];return s&&24!==s.length?{invalidCipher:!0}:null}let Td=(()=>{class n{constructor(t,a,i){this.store=t,this.formBuilder=a,this.lndEffects=i,this.insecureLND=!1,this.genSeedResponse=[],this.initWalletResponse="",this.proceed=!0,this.warnRes=!1,this.unsubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.passwordFormGroup=this.formBuilder.group({initWalletPassword:["",[m.k0.required,m.k0.minLength(8)]],initWalletConfirmPassword:["",[m.k0.required,m.k0.minLength(8)]]},{validators:xd}),this.cipherFormGroup=this.formBuilder.group({existingCipher:[!1],cipherSeed:[{value:"",disabled:!0},[vd]]}),this.passphraseFormGroup=this.formBuilder.group({enterPassphrase:[!1],passphrase:[{value:"",disabled:!0}]}),this.cipherFormGroup.controls.existingCipher.valueChanges.pipe((0,_.Q)(this.unsubs[0])).subscribe(t=>{t?(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.enable()):(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.disable())}),this.passphraseFormGroup.controls.enterPassphrase.valueChanges.pipe((0,_.Q)(this.unsubs[1])).subscribe(t=>{t?(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.enable()):(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.disable())}),this.insecureLND=!window.location.protocol.includes("https:"),this.lndEffects.initWalletRes.pipe((0,_.Q)(this.unsubs[2])).subscribe(t=>{this.initWalletResponse=t}),this.lndEffects.genSeedResponse.pipe((0,_.Q)(this.unsubs[3])).subscribe(t=>{this.genSeedResponse=t,this.store.dispatch((0,v.GZ)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse}}))})}onInitWallet(){if(this.passwordFormGroup.invalid||this.cipherFormGroup.invalid||this.passphraseFormGroup.invalid)return!0;if(this.cipherFormGroup.controls.existingCipher.value){const t=this.cipherFormGroup.controls.cipherSeed.value.toString().trim().split(",");this.store.dispatch((0,v.GZ)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t}}))}else this.store.dispatch((0,v.oX)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}:{payload:""}))}onGoToHome(){setTimeout(()=>{this.store.dispatch((0,v.X9)()),this.store.dispatch((0,v.Br)({payload:{loadPage:"HOME"}}))},1e3)}resetData(){this.genSeedResponse=[],this.initWalletResponse=""}ngOnDestroy(){this.unsubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il),e.rXU(m.ze),e.rXU(re.L))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-initialize-wallet"]],viewQuery:function(a,i){if(1&a&&e.GBs(H.M6,5),2&a){let o;e.mGM(o=e.lsd())&&(i.stepper=o.first)}},features:[e.Jv_([{provide:id.x8,useValue:{displayDefaultIndicatorType:!1}}])],decls:7,vars:6,consts:[["stepper",""],["fxLayout","column",1,"padding-gap","mb-4"],[4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch",4,"ngIf"],[3,"linear",4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-2"],["fxFlex","100","fxLayoutAlign","start"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","2",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch"],["fxFlex","100",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",3,"click"],[3,"linear"],["label","Wallet Password","state","password",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-1",3,"formGroup"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start"],["matInput","","type","password","name","initWalletPassword","formControlName","initWalletPassword","tabindex","5","required",""],["matInput","","type","password","name","initWalletConfirmPassword","formControlName","initWalletConfirmPassword","tabindex","6","required",""],["class","validation-error-message",4,"ngIf"],["fxLayout","row",1,"my-2"],["mat-flat-button","","color","primary","tabindex","7","type","submit","matStepperNext",""],["label","Cipher","state","cipher",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start",1,"mt-1",3,"formGroup"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","20","tabindex","8","color","primary","formControlName","existingCipher","name","existingCipher",1,"chkbox-wallet",3,"labelPosition"],["fxLayout","column","fxFlex","75","fxLayoutAlign","start",1,"my-1"],["autofocus","","matInput","","type","input","name","cipherSeed","formControlName","cipherSeed","tabindex","9","required",""],["fxLayout","row",1,"mb-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","10","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","11","type","submit","matStepperNext","",1,"mt-1"],["label","Passphrase","state","passphrase",3,"stepControl"],["fxFlex","20","tabindex","10","color","primary","formControlName","enterPassphrase","name","enterPassphrase",1,"chkbox-wallet",3,"labelPosition"],["fxLayout","column","fxFlex","75","fxLayoutAlign","start"],["matInput","","type","password","name","passphrase","formControlName","passphrase","tabindex","12","required",""],["mat-stroked-button","","color","warn","tabindex","13","type","reset",1,"mr-1","mt-1",3,"click"],["mat-stroked-button","","tabindex","14","color","primary","type","button","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","15","type","submit",1,"mt-1",3,"click"],["matStepperIcon","password"],["matStepperIcon","cipher"],["matStepperIcon","passphrase"],[1,"validation-error-message"],[1,"validation-error-icon","red"],["fxFlex","100","fxLayoutAlign","start",1,"blinker"],["fxFlex","40","fxLayout","row wrap",1,"mt-2"],["fxFlex","25","fxLayoutAlign","start","class","genseed-message",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start",1,"mt-2"],["mat-flat-button","","color","primary","type","submit","tabindex","16",3,"click"],["fxFlex","25","fxLayoutAlign","start",1,"genseed-message"],["mat-stroked-button","","color","primary","tabindex","17","type","reset",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","18",3,"click"]],template:function(a,i){1&a&&(e.j41(0,"div",1),e.DNE(1,ad,9,0,"div",2)(2,sd,6,0,"div",3)(3,gd,64,17,"mat-vertical-stepper",4)(4,yd,15,1,"div",2)(5,bd,7,0,"div",2)(6,Fd,9,0,"div",2),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf",i.insecureLND&&!i.warnRes),e.R7$(),e.Y8G("ngIf",i.warnRes&&!i.proceed),e.R7$(),e.Y8G("ngIf",(!i.insecureLND||i.warnRes&&i.proceed)&&i.genSeedResponse.length<=0&&""===i.initWalletResponse),e.R7$(),e.Y8G("ngIf",i.genSeedResponse.length>0&&""!==i.initWalletResponse),e.R7$(),e.Y8G("ngIf",i.genSeedResponse.length>0&&""===i.initWalletResponse),e.R7$(),e.Y8G("ngIf",i.genSeedResponse.length<=0&&""!==i.initWalletResponse))},dependencies:[d.Sq,d.bT,m.qT,m.me,m.BC,m.cb,m.YS,m.cV,m.j4,m.JD,h.DJ,h.sA,h.UI,G.$z,ie.An,$.fg,f.rl,f.nJ,f.MV,f.TL,me.sG,H.V5,H.M6,H.F7,H.FR,H.xJ]})}}return n})(),Sd=(()=>{class n{constructor(){this.faWallet=b.BA1}static{this.\u0275fac=function(a){return new(a||n)}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-wallet"]],decls:12,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-stretch-tabs","false","mat-align-tabs","start"],["label","Unlock"],["label","Initialize"]],template:function(a,i){1&a&&(e.j41(0,"div",0),e.nrm(1,"fa-icon",1),e.j41(2,"span",2),e.EFF(3,"Wallet"),e.k0s()(),e.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"mat-tab-group",5)(8,"mat-tab",6),e.nrm(9,"rtl-unlock-wallet"),e.k0s(),e.j41(10,"mat-tab",7),e.nrm(11,"rtl-initialize-wallet"),e.k0s()()()()()),2&a&&(e.R7$(),e.Y8G("icon",i.faWallet))},dependencies:[M.aY,h.DJ,h.sA,T.RN,T.m2,P.mq,P.T8,nd,Td]})}}return n})();function kd(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let Rd=(()=>{class n{constructor(t,a,i){this.logger=t,this.store=a,this.router=i,this.faExchangeAlt=b._qq,this.faChartPie=b.W1p,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"},{link:"lookuptransactions",name:"Lookup"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[1]),(0,he.E)(this.store.select(X._c))).subscribe(([a,i])=>{this.currencyUnits=i?.settings.currencyUnits||[],this.balances=i?.settings.userPersona===l.HW.OPERATOR?[{title:"Local Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}],this.logger.info(a)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-transactions"]],decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Lightning Balance"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),e.nrm(7,"rtl-currency-unit-converter",6),e.k0s()()(),e.j41(8,"div",7),e.nrm(9,"fa-icon",2),e.j41(10,"span",3),e.EFF(11,"Lightning Transactions"),e.k0s()(),e.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),e.DNE(16,kd,2,3,"div",10),e.k0s(),e.nrm(17,"mat-tab-nav-panel",null,0),e.j41(19,"div",11),e.nrm(20,"router-outlet"),e.k0s()()()()),2&a){const o=e.sdS(18);e.R7$(),e.Y8G("icon",i.faChartPie),e.R7$(6),e.Y8G("values",i.balances),e.R7$(2),e.Y8G("icon",i.faExchangeAlt),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,P.Bu,P.hQ,P.Ql,Se.f,x.n3,x.Wk]})}}return n})();function Ed(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let Id=(()=>{class n{constructor(t){this.router=t,this.faSearch=b.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-graph"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Graph Lookups"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,Ed,2,3,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&a){const o=e.sdS(10);e.R7$(),e.Y8G("icon",i.faSearch),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,P.Bu,P.hQ,P.Ql,x.n3,x.Wk]})}}return n})();const Ld=n=>({"overflow-auto error-border":n,"overflow-auto":!0}),je=n=>({width:n});function wd(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Destination pubkey is required."),e.k0s())}function jd(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function Gd(n,s){1&n&&e.nrm(0,"mat-progress-bar",39)}function Dd(n,s){1&n&&(e.j41(0,"th",40),e.EFF(1,"Hop"),e.k0s())}function Nd(n,s){if(1&n&&(e.j41(0,"td",41),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(null==t?null:t.hop_sequence)}}function Pd(n,s){1&n&&(e.j41(0,"th",40),e.EFF(1,"Peer"),e.k0s())}function $d(n,s){if(1&n&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,je,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.pubkey_alias)}}function Ad(n,s){1&n&&(e.j41(0,"th",40),e.EFF(1,"Peer Pubkey"),e.k0s())}function Md(n,s){if(1&n&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,je,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.pub_key)}}function Bd(n,s){1&n&&(e.j41(0,"th",40),e.EFF(1,"Channel ID"),e.k0s())}function Od(n,s){if(1&n&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,je,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id)}}function Vd(n,s){1&n&&(e.j41(0,"th",40),e.EFF(1,"TLV Payload"),e.k0s())}function Yd(n,s){if(1&n&&(e.j41(0,"td",41),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(null!=t&&t.tlv_payload?"Yes":"No")}}function Xd(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Expiry"),e.k0s())}function Ud(n,s){if(1&n&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==t?null:t.expiry))}}function Hd(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Capacity (Sats)"),e.k0s())}function qd(n,s){if(1&n&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==t?null:t.chan_capacity))}}function zd(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Amount To Fwd (Sats)"),e.k0s())}function Jd(n,s){if(1&n&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.amt_to_forward)," ")}}function Wd(n,s){1&n&&(e.j41(0,"th",44),e.EFF(1,"Fee (mSats)"),e.k0s())}function Qd(n,s){if(1&n&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==t?null:t.fee_msat)," ")}}function Zd(n,s){1&n&&(e.j41(0,"th",46)(1,"div",47),e.EFF(2,"Actions"),e.k0s()())}function Kd(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",48)(1,"button",49),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG();return e.Njj(r.onHopClick(o,i))}),e.EFF(2,"View Info"),e.k0s()()}}function eh(n,s){1&n&&e.nrm(0,"tr",50)}function th(n,s){1&n&&e.nrm(0,"tr",51)}let nh=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.store=a,this.lndEffects=i,this.commonService=o,this.colWidth="20rem",this.PAGE_ID="graph_lookup",this.tableSetting={tableId:"query_routes",recordsPerPage:l.md,sortBy:"hop_sequence",sortOrder:l.oi.ASCENDING},this.destinationPubkey="",this.amount=null,this.qrHops=new p.I6([]),this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=b.TBz,this.faExclamationTriangle=b.zpE,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.lndEffects.setQueryRoutes.pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.qrHops=new p.I6([]),t.routes&&t.routes.length&&t.routes.length>0&&t.routes[0].hops?(this.flgLoading[0]=!1,this.qrHops=new p.I6([...t.routes[0].hops]),this.qrHops.data=t.routes[0].hops):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.qrHops=new p.I6([]),this.flgLoading[0]=!0,this.store.dispatch((0,v.T4)({payload:{destPubkey:this.destinationPubkey,amount:this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1}onHopClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"hop_sequence",value:t.hop_sequence,title:"Sequence",width:33,type:l.UN.NUMBER},{key:"amt_to_forward",value:t.amt_to_forward,title:"Amount To Forward (Sats)",width:33,type:l.UN.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:34,type:l.UN.NUMBER}],[{key:"chan_capacity",value:t.chan_capacity,title:"Channel Capacity (Sats)",width:50,type:l.UN.NUMBER},{key:"expiry",value:t.expiry,title:"Expiry",width:50,type:l.UN.NUMBER}],[{key:"pubkey_alias",value:t.pubkey_alias,title:"Peer Alias",width:50,type:l.UN.STRING},{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.UN.STRING}],[{key:"pub_key",value:t.pub_key,title:"Peer Pubkey",width:100,type:l.UN.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(re.L),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-query-routes"]],viewQuery:function(a,i){if(1&a&&e.GBs(k.B4,5),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first)}},decls:64,vars:17,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table",""],["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","destinationPubkey","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","hop_sequence"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pubkey_alias"],["matColumnDef","pub_key"],["matColumnDef","chan_id"],["matColumnDef","tlv_payload"],["matColumnDef","expiry"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","chan_capacity"],["matColumnDef","amt_to_forward_msat"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",3)(1,"form",4,0),e.bIt("ngSubmit",function(){e.eBV(o);const c=e.sdS(2);return e.Njj(c.form.valid&&i.onQueryRoutes())}),e.j41(3,"div",5),e.nrm(4,"fa-icon",6),e.j41(5,"span"),e.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),e.k0s()(),e.j41(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Destination Pubkey"),e.k0s(),e.j41(10,"input",8,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.destinationPubkey,c)||(i.destinationPubkey=c),e.Njj(c)}),e.k0s(),e.DNE(12,wd,2,0,"mat-error",9),e.k0s(),e.j41(13,"mat-form-field",10)(14,"mat-label"),e.EFF(15,"Amount (Sats)"),e.k0s(),e.j41(16,"input",11),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.amount,c)||(i.amount=c),e.Njj(c)}),e.k0s(),e.DNE(17,jd,2,0,"mat-error",9),e.k0s(),e.j41(18,"div",12)(19,"button",13),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(20,"Clear"),e.k0s(),e.j41(21,"button",14),e.EFF(22,"Query Route"),e.k0s()()(),e.j41(23,"div",15)(24,"div",16),e.nrm(25,"fa-icon",17),e.j41(26,"span",18),e.EFF(27,"Transaction Route"),e.k0s()()(),e.j41(28,"div",19),e.DNE(29,Gd,1,0,"mat-progress-bar",20),e.j41(30,"table",21,2),e.qex(32,22),e.DNE(33,Dd,2,0,"th",23)(34,Nd,2,1,"td",24),e.bVm(),e.qex(35,25),e.DNE(36,Pd,2,0,"th",23)(37,$d,4,4,"td",24),e.bVm(),e.qex(38,26),e.DNE(39,Ad,2,0,"th",23)(40,Md,4,4,"td",24),e.bVm(),e.qex(41,27),e.DNE(42,Bd,2,0,"th",23)(43,Od,4,4,"td",24),e.bVm(),e.qex(44,28),e.DNE(45,Vd,2,0,"th",23)(46,Yd,2,1,"td",24),e.bVm(),e.qex(47,29),e.DNE(48,Xd,2,0,"th",30)(49,Ud,4,3,"td",24),e.bVm(),e.qex(50,31),e.DNE(51,Hd,2,0,"th",30)(52,qd,4,3,"td",24),e.bVm(),e.qex(53,32),e.DNE(54,zd,2,0,"th",30)(55,Jd,4,3,"td",24),e.bVm(),e.qex(56,33),e.DNE(57,Wd,2,0,"th",30)(58,Qd,4,3,"td",24),e.bVm(),e.qex(59,34),e.DNE(60,Zd,3,0,"th",35)(61,Kd,3,0,"td",36),e.bVm(),e.DNE(62,eh,1,0,"tr",37)(63,th,1,0,"tr",38),e.k0s()()()}2&a&&(e.R7$(4),e.Y8G("icon",i.faExclamationTriangle),e.R7$(6),e.R50("ngModel",i.destinationPubkey),e.R7$(2),e.Y8G("ngIf",!i.destinationPubkey),e.R7$(4),e.Y8G("step",1e3)("min",0),e.R50("ngModel",i.amount),e.R7$(),e.Y8G("ngIf",!i.amount),e.R7$(8),e.Y8G("icon",i.faRoute),e.R7$(4),e.Y8G("ngIf",!0===i.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.qrHops)("ngClass",e.eq3(15,Ld,"error"===i.flgLoading[0])),e.R7$(32),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns))},dependencies:[d.YU,d.bT,d.B3,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,f.TL,B.HM,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.KS,p.$R,p.YZ,p.NB,A.Ld,te.V,d.QX]})}}return n})();var pe=g(5951);function ih(n,s){1&n&&(e.j41(0,"h3",15),e.EFF(1,"Node 1"),e.k0s())}function ah(n,s){1&n&&(e.j41(0,"h3",15),e.EFF(1,"Node 1 (Your Node)"),e.k0s())}function sh(n,s){1&n&&(e.j41(0,"h3",15),e.EFF(1,"Node 2"),e.k0s())}function oh(n,s){1&n&&(e.j41(0,"h3",15),e.EFF(1,"Node 2 (Your Node)"),e.k0s())}function lh(n,s){if(1&n&&(e.j41(0,"div",1),e.nrm(1,"mat-divider",2),e.j41(2,"div",3)(3,"div",4)(4,"h4",5),e.EFF(5,"Channel ID"),e.k0s(),e.j41(6,"span",6),e.EFF(7),e.k0s()(),e.j41(8,"div",7)(9,"h4",5),e.EFF(10,"Channel Point"),e.k0s(),e.j41(11,"span",6),e.EFF(12),e.k0s()()(),e.nrm(13,"mat-divider",8),e.j41(14,"div",3)(15,"div",4)(16,"h4",5),e.EFF(17,"Last Update"),e.k0s(),e.j41(18,"span",6),e.EFF(19),e.nI1(20,"date"),e.k0s()(),e.j41(21,"div",7)(22,"h4",5),e.EFF(23,"Capacity (Sats)"),e.k0s(),e.j41(24,"span",6),e.EFF(25),e.nI1(26,"number"),e.k0s()()(),e.nrm(27,"mat-divider",8),e.j41(28,"div",9)(29,"div",10)(30,"div",11),e.DNE(31,ih,2,0,"h3",12)(32,ah,2,0,"h3",12),e.k0s(),e.nrm(33,"mat-divider",8),e.j41(34,"div",13)(35,"h4",5),e.EFF(36,"Pubkey"),e.k0s(),e.j41(37,"span",6),e.EFF(38),e.k0s()(),e.nrm(39,"mat-divider",8),e.j41(40,"div",14)(41,"h4",5),e.EFF(42,"Time Lock Delta"),e.k0s(),e.j41(43,"span",6),e.EFF(44),e.k0s()(),e.nrm(45,"mat-divider",8),e.j41(46,"div",14)(47,"h4",5),e.EFF(48,"Min HTLC"),e.k0s(),e.j41(49,"span",6),e.EFF(50),e.k0s()(),e.nrm(51,"mat-divider",8),e.j41(52,"div",14)(53,"h4",5),e.EFF(54,"Max HTLC"),e.k0s(),e.j41(55,"span",6),e.EFF(56),e.k0s()(),e.nrm(57,"mat-divider",8),e.j41(58,"div",14)(59,"h4",5),e.EFF(60,"Fee Base Msat"),e.k0s(),e.j41(61,"span",6),e.EFF(62),e.k0s()(),e.nrm(63,"mat-divider",8),e.j41(64,"div",14)(65,"h4",5),e.EFF(66,"Fee Rate Milli Msat"),e.k0s(),e.j41(67,"span",6),e.EFF(68),e.k0s()(),e.nrm(69,"mat-divider",8),e.j41(70,"div",14)(71,"h4",5),e.EFF(72,"Disabled"),e.k0s(),e.j41(73,"span",6),e.EFF(74),e.k0s()()(),e.j41(75,"div",10)(76,"div"),e.DNE(77,sh,2,0,"h3",12)(78,oh,2,0,"h3",12),e.k0s(),e.nrm(79,"mat-divider",8),e.j41(80,"div",13)(81,"h4",5),e.EFF(82,"Pubkey"),e.k0s(),e.j41(83,"span",6),e.EFF(84),e.k0s()(),e.nrm(85,"mat-divider",8),e.j41(86,"div",14)(87,"h4",5),e.EFF(88,"Time Lock Delta"),e.k0s(),e.j41(89,"span",6),e.EFF(90),e.k0s()(),e.nrm(91,"mat-divider",8),e.j41(92,"div",14)(93,"h4",5),e.EFF(94,"Min HTLC"),e.k0s(),e.j41(95,"span",6),e.EFF(96),e.k0s()(),e.nrm(97,"mat-divider",8),e.j41(98,"div",14)(99,"h4",5),e.EFF(100,"Max HTLC"),e.k0s(),e.j41(101,"span",6),e.EFF(102),e.k0s()(),e.nrm(103,"mat-divider",8),e.j41(104,"div",14)(105,"h4",5),e.EFF(106,"Fee Base Msat"),e.k0s(),e.j41(107,"span",6),e.EFF(108),e.k0s()(),e.nrm(109,"mat-divider",8),e.j41(110,"div",14)(111,"h4",5),e.EFF(112,"Fee Rate Milli Msat"),e.k0s(),e.j41(113,"span",6),e.EFF(114),e.k0s()(),e.nrm(115,"mat-divider",8),e.j41(116,"div",14)(117,"h4",5),e.EFF(118,"Disabled"),e.k0s(),e.j41(119,"span",6),e.EFF(120),e.k0s()()()()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(t.lookupResult.channel_id),e.R7$(5),e.JRh(t.lookupResult.chan_point),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(20,39,1e3*t.lookupResult.last_update,"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(e.bMT(26,42,t.lookupResult.capacity)),e.R7$(2),e.Y8G("inset",!0),e.R7$(4),e.Y8G("ngIf",!t.node1_match),e.R7$(),e.Y8G("ngIf",t.node1_match),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(t.lookupResult.node1_pub),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.time_lock_delta),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.min_htlc),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.max_htlc_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_base_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_rate_milli_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null!=t.lookupResult.node1_policy&&t.lookupResult.node1_policy.disabled?"Yes":"No"),e.R7$(3),e.Y8G("ngIf",!t.node2_match),e.R7$(),e.Y8G("ngIf",t.node2_match),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(t.lookupResult.node2_pub),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.time_lock_delta),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.min_htlc),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.max_htlc_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_base_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_rate_milli_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null!=t.lookupResult.node2_policy&&t.lookupResult.node2_policy.disabled?"Yes":"No")}}let rh=(()=>{class n{constructor(t){this.store=t,this.node1_match=!1,this.node2_match=!1,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.lookupResult.node1_pub===t.identity_pubkey&&(this.node1_match=!0),this.lookupResult.node2_pub===t.identity_pubkey&&(this.node2_match=!0)})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxLayout","column","fxFlex","30","fxLayoutAlign","end start"],[1,"font-bold-500"],[1,"foreground-secondary-text"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start"],[1,"my-1",3,"inset"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],["fxLayout","column","fxFlex","20"],["fxLayout","column","fxFlex","10"],[1,"page-title","font-bold-500"]],template:function(a,i){1&a&&e.DNE(0,lh,121,44,"div",0),2&a&&e.Y8G("ngIf",i.lookupResult)},dependencies:[d.bT,h.DJ,h.sA,h.UI,ee.q,d.QX,d.vh],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]})}}return n})();const ch=n=>({"background-color":n});function ph(n,s){if(1&n&&(e.j41(0,"span",10),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Lme("",a.nodeFeaturesEnum[t.value.name]||t.value.name,": ",t.value.is_required?"Mandatory":"Optional","")}}function mh(n,s){1&n&&(e.j41(0,"th",27),e.EFF(1,"Network"),e.k0s())}function uh(n,s){if(1&n&&(e.j41(0,"td",28),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(null==t?null:t.network)}}function dh(n,s){1&n&&(e.j41(0,"th",27),e.EFF(1,"Address"),e.k0s())}function hh(n,s){if(1&n&&(e.j41(0,"td",28),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(null==t?null:t.addr)}}function _h(n,s){1&n&&(e.j41(0,"th",29)(1,"div",30),e.EFF(2,"Actions"),e.k0s()())}function fh(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",31)(1,"div",32)(2,"mat-select",33),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",34),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onConnectNode(i))}),e.EFF(5,"Connect"),e.k0s(),e.j41(6,"mat-option",35),e.bIt("copied",function(){const i=e.eBV(t).$implicit,o=e.XpG(2);return e.Njj(o.onCopyNodeURI(i))}),e.EFF(7,"Copy URI"),e.k0s()()()()}if(2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(6),e.Y8G("payload",a.lookupResult.node.pub_key+"@"+t.addr)}}function gh(n,s){1&n&&e.nrm(0,"tr",36)}function Ch(n,s){1&n&&e.nrm(0,"tr",37)}function yh(n,s){if(1&n&&(e.j41(0,"div",2),e.nrm(1,"mat-divider",3),e.j41(2,"div",4)(3,"div",5)(4,"h4",6),e.EFF(5,"Alias"),e.k0s(),e.j41(6,"span",7),e.EFF(7),e.j41(8,"span",8),e.EFF(9),e.k0s()()(),e.j41(10,"div",9)(11,"h4",6),e.EFF(12,"Pub Key"),e.k0s(),e.j41(13,"span",10),e.EFF(14),e.k0s()()(),e.nrm(15,"mat-divider",11),e.j41(16,"div",4)(17,"div",5)(18,"h4",6),e.EFF(19,"Last Update"),e.k0s(),e.j41(20,"span",7),e.EFF(21),e.nI1(22,"date"),e.k0s()(),e.j41(23,"div",9)(24,"h4",6),e.EFF(25,"Total Capacity (Sats)"),e.k0s(),e.j41(26,"span",7),e.EFF(27),e.nI1(28,"number"),e.k0s()()(),e.nrm(29,"mat-divider",11),e.j41(30,"div",4)(31,"div",5)(32,"h4",6),e.EFF(33,"Number of Channels"),e.k0s(),e.j41(34,"span",7),e.EFF(35),e.nI1(36,"number"),e.k0s()(),e.j41(37,"div",12)(38,"h4",6),e.EFF(39,"Features"),e.k0s(),e.DNE(40,ph,2,2,"span",13),e.nI1(41,"keyvalue"),e.k0s()(),e.nrm(42,"mat-divider",11),e.j41(43,"div",14)(44,"h4",15),e.EFF(45,"Addresses"),e.k0s(),e.j41(46,"div",16)(47,"table",17,0),e.qex(49,18),e.DNE(50,mh,2,0,"th",19)(51,uh,2,1,"td",20),e.bVm(),e.qex(52,21),e.DNE(53,dh,2,0,"th",19)(54,hh,2,1,"td",20),e.bVm(),e.qex(55,22),e.DNE(56,_h,3,0,"th",23)(57,fh,8,1,"td",24),e.bVm(),e.DNE(58,gh,1,0,"tr",25)(59,Ch,1,0,"tr",26),e.k0s()()()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(t.lookupResult.node.alias),e.R7$(),e.Y8G("ngStyle",e.eq3(24,ch,null==t.lookupResult.node?null:t.lookupResult.node.color)),e.R7$(),e.JRh(null==t.lookupResult.node?null:t.lookupResult.node.color),e.R7$(5),e.JRh(t.lookupResult.node.pub_key),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(22,15,1e3*t.lookupResult.node.last_update,"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(e.bMT(28,18,t.lookupResult.total_capacity)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(36,20,t.lookupResult.num_channels)),e.R7$(5),e.Y8G("ngForOf",e.bMT(41,22,t.lookupResult.node.features)),e.R7$(2),e.Y8G("inset",!0),e.R7$(5),e.Y8G("dataSource",t.lookupResult.node.addresses),e.R7$(11),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns)}}let bh=(()=>{class n{constructor(t,a,i){this.logger=t,this.snackBar=a,this.store=i,this.nodeFeaturesEnum=l._U,this.displayedColumns=["network","addr","actions"],this.information={},this.availableBalance=0,this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.information=t}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.availableBalance=t.blockchainBalance.total_balance||0})}onCopyNodeURI(t){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+t)}onConnectNode(t){this.store.dispatch((0,E.xO)({payload:{data:{message:{peer:{pub_key:this.lookupResult.node?.pub_key,address:t.addr},information:this.information,balance:this.availableBalance},component:Ze}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(ae.UG),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-node-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["table",""],["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1",3,"inset"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start",1,"my-1"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["matColumnDef","network"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","addr"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(a,i){1&a&&e.DNE(0,yh,60,26,"div",1),2&a&&e.Y8G("ngIf",i.lookupResult)},dependencies:[d.Sq,d.bT,d.B3,h.DJ,h.sA,h.UI,L.eI,ee.q,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.KS,p.$R,p.YZ,p.NB,A.Ld,ge.U,d.QX,d.vh,d.lG]})}}return n})();const Fh=n=>({"mt-1":!0,"mt-2":n}),xh=n=>({"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0});function vh(n,s){if(1&n&&(e.j41(0,"mat-radio-button",17),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t.id)("checked",a.selectedFieldId===t.id),e.R7$(),e.SpI(" ",t.name," ")}}function Th(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function Sh(n,s){1&n&&e.nrm(0,"mat-progress-bar",20)}function kh(n,s){if(1&n&&(e.j41(0,"div",18),e.DNE(1,Sh,1,0,"mat-progress-bar",19),e.EFF(2),e.k0s()),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(3,xh,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.R7$(),e.Y8G("ngIf","Getting lookup details..."===t.errorMessage),e.R7$(),e.SpI(" ",t.errorMessage," ")}}function Rh(n,s){if(1&n&&(e.j41(0,"span",27),e.nrm(1,"rtl-node-lookup",28),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("lookupResult",t.lookupValue)}}function Eh(n,s){if(1&n&&(e.j41(0,"span",27),e.nrm(1,"rtl-channel-lookup",28),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("lookupResult",t.lookupValue)}}function Ih(n,s){1&n&&(e.j41(0,"span"),e.EFF(1,' fxFlex="100"'),e.j41(2,"h3"),e.EFF(3,"Error! Unable to find details!"),e.k0s()())}function Lh(n,s){if(1&n&&(e.j41(0,"div",21)(1,"div",22)(2,"span",23),e.EFF(3),e.k0s()(),e.j41(4,"div",24),e.DNE(5,Rh,2,1,"span",25)(6,Eh,2,1,"span",25)(7,Ih,4,0,"span",26),e.k0s()()),2&n){const t=e.XpG();e.R7$(3),e.SpI("",t.lookupFields[t.selectedFieldId].name," Details"),e.R7$(),e.Y8G("ngSwitch",t.selectedFieldId),e.R7$(),e.Y8G("ngSwitchCase",0),e.R7$(),e.Y8G("ngSwitchCase",1)}}let et=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.commonService=a,this.store=i,this.actions=o,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Channel ID"}],this.faSearch=b.MjD,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKey=window.history.state.lookupValue||""),this.actions.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(t=>t.type===l.QP.SET_LOOKUP_LND||t.type===l.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.QP.SET_LOOKUP_LND&&(this.errorMessage=0===this.selectedFieldId&&t.payload.hasOwnProperty("node")||1===this.selectedFieldId&&t.payload.hasOwnProperty("channel_id")?"":this.errorMessage,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.flgSetLookupValue=!(0!==this.selectedFieldId||!t.payload.hasOwnProperty("node"))||!(1!==this.selectedFieldId||!t.payload.hasOwnProperty("channel_id")),this.logger.info(this.lookupValue)),t.type===l.QP.UPDATE_API_CALL_STATUS_LND&&"Lookup"===t.payload.action&&(this.errorMessage="",t.payload.status===l.wn.ERROR&&(this.errorMessage="object"==typeof t.payload.message?JSON.stringify(t.payload.message):t.payload.message),t.payload.status===l.wn.INITIATED&&(this.errorMessage=l.MZ.GET_LOOKUP_DETAILS))})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,v.zU)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,v.ij)({payload:{uiMessage:l.MZ.SEARCHING_CHANNEL,channelID:this.lookupKey.trim()}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(Q.En))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lookups"]],decls:21,vars:10,consts:[["form","ngForm"],["key",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[3,"lookupResult"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"mat-card-content",4)(3,"form",5,0)(5,"div",6)(6,"mat-radio-group",7),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selectedFieldId,c)||(i.selectedFieldId=c),e.Njj(c)}),e.bIt("change",function(c){return e.eBV(o),e.Njj(i.onSelectChange(c))}),e.DNE(7,vh,2,3,"mat-radio-button",8),e.k0s()(),e.j41(8,"mat-form-field",9)(9,"mat-label"),e.EFF(10),e.k0s(),e.j41(11,"input",10,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.lookupKey,c)||(i.lookupKey=c),e.Njj(c)}),e.bIt("change",function(){return e.eBV(o),e.Njj(i.clearLookupValue())}),e.k0s(),e.DNE(13,Th,2,1,"mat-error",11),e.k0s(),e.j41(14,"div",12)(15,"button",13),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(16,"Clear"),e.k0s(),e.j41(17,"button",14),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onLookup())}),e.EFF(18,"Lookup"),e.k0s()()(),e.DNE(19,kh,3,5,"div",15)(20,Lh,8,4,"div",16),e.k0s()()()}2&a&&(e.R7$(6),e.R50("ngModel",i.selectedFieldId),e.R7$(),e.Y8G("ngForOf",i.lookupFields),e.R7$(),e.Y8G("ngClass",e.eq3(8,Fh,i.screenSize===i.screenSizeEnum.XS||i.screenSize===i.screenSizeEnum.SM)),e.R7$(2),e.JRh((null==i.lookupFields[i.selectedFieldId]?null:i.lookupFields[i.selectedFieldId].placeholder)||"Lookup Key"),e.R7$(),e.R50("ngModel",i.lookupKey),e.R7$(2),e.Y8G("ngIf",!i.lookupKey),e.R7$(6),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage&&i.lookupValue&&i.flgSetLookupValue))},dependencies:[d.YU,d.Sq,d.bT,d.ux,d.e1,d.fG,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,h.DJ,h.sA,h.UI,L.PW,G.$z,T.m2,$.fg,f.rl,f.nJ,f.TL,B.HM,pe.VT,pe._g,rh,bh],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]})}}return n})();var Ge=g(5084);function wh(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid date format."),e.k0s())}function jh(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid date format."),e.k0s())}function Gh(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",28),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let Dh=(()=>{class n{constructor(t,a,i){this.logger=t,this.store=a,this.router=i,this.faMapSigns=b.knH,this.today=new Date(Date.now()),this.lastMonthDay=new Date(this.today.getFullYear(),this.today.getMonth()-1,this.today.getDate()+1,0,0,0),this.yesterday=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate()-1,0,0,0),this.endDate=this.today,this.startDate=this.lastMonthDay,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"},{link:"nonroutingprs",name:"Non Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){this.onEventsFetch();const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}})}onEventsFetch(){this.store.dispatch((0,v.kv)({payload:{forwarding_events:[]}})),this.endDate||(this.endDate=this.today),this.startDate||(this.startDate=new Date(this.endDate.getFullYear(),this.endDate.getMonth()-1,this.endDate.getDate()+1,0,0,0)),this.store.dispatch((0,v.uK)({payload:{end_time:Math.round(this.endDate.getTime()/1e3).toString(),start_time:Math.round(this.startDate.getTime()/1e3).toString()}}))}resetData(){this.endDate=this.today,this.startDate=this.lastMonthDay}ngOnDestroy(){this.resetData(),this.store.dispatch((0,v.kv)({payload:{forwarding_events:[]}})),this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-routing"]],decls:41,vars:16,consts:[["routingForm","ngForm"],["strtDate","ngModel"],["startDatepicker",""],["enDate","ngModel"],["endDatepicker",""],["tabPanel",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"card-content-gap","mt-1"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mb-1",3,"ngSubmit"],["fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start"],["matInput","","name","startDate","tabindex","1",3,"ngModelChange","matDatepicker","max","ngModel"],["matSuffix","",3,"for"],[3,"startAt"],[4,"ngIf"],["matInput","","name","endDate","tabindex","2",3,"ngModelChange","matDatepicker","min","max","ngModel"],["fxLayout","row",1,""],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","5","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["tabindex","5","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",6)(1,"div",7),e.nrm(2,"fa-icon",8),e.j41(3,"span",9),e.EFF(4,"Routing"),e.k0s()(),e.j41(5,"div",10)(6,"mat-card",11)(7,"mat-card-content",12)(8,"form",13,0),e.bIt("ngSubmit",function(){return e.eBV(o),e.Njj(i.onEventsFetch())}),e.j41(10,"div",14)(11,"mat-form-field",15)(12,"mat-label"),e.EFF(13,"Start Date"),e.k0s(),e.j41(14,"input",16,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.startDate,c)||(i.startDate=c),e.Njj(c)}),e.k0s(),e.nrm(16,"mat-datepicker-toggle",17)(17,"mat-datepicker",18,2),e.DNE(19,wh,2,0,"mat-error",19),e.k0s(),e.j41(20,"mat-form-field",15)(21,"mat-label"),e.EFF(22,"End Date"),e.k0s(),e.j41(23,"input",20,3),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.endDate,c)||(i.endDate=c),e.Njj(c)}),e.k0s(),e.nrm(25,"mat-datepicker-toggle",17)(26,"mat-datepicker",18,4),e.DNE(28,jh,2,0,"mat-error",19),e.k0s()(),e.j41(29,"div",21)(30,"button",22),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(31,"Clear"),e.k0s(),e.j41(32,"button",23),e.EFF(33,"Fetch Events"),e.k0s()()(),e.j41(34,"div",24)(35,"nav",25),e.DNE(36,Gh,2,3,"div",26),e.k0s(),e.nrm(37,"mat-tab-nav-panel",null,5),e.k0s(),e.j41(39,"div",27),e.nrm(40,"router-outlet"),e.k0s()()()()()}if(2&a){const o=e.sdS(15),r=e.sdS(18),c=e.sdS(24),F=e.sdS(27),C=e.sdS(38);e.R7$(2),e.Y8G("icon",i.faMapSigns),e.R7$(12),e.Y8G("matDatepicker",r)("max",i.today),e.R50("ngModel",i.startDate),e.R7$(2),e.Y8G("for",r),e.R7$(),e.Y8G("startAt",i.startDate),e.R7$(2),e.Y8G("ngIf",o.errors),e.R7$(4),e.Y8G("matDatepicker",F)("min",i.startDate)("max",i.today),e.R50("ngModel",i.endDate),e.R7$(2),e.Y8G("for",F),e.R7$(),e.Y8G("startAt",i.endDate),e.R7$(2),e.Y8G("ngIf",c.errors),e.R7$(7),e.Y8G("tabPanel",C),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,d.bT,m.qT,m.me,m.BC,m.cb,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,G.$z,T.RN,T.m2,Ge.Vh,Ge.bZ,Ge.bU,$.fg,f.rl,f.nJ,f.TL,f.yw,P.Bu,P.hQ,P.Ql,We.z,te.V,x.n3,x.Wk]})}}return n})();const Nh=()=>["all"],Ph=()=>["no_event"],be=n=>({width:n}),$h=n=>({"display-none":n});function Ah(n,s){if(1&n&&(e.j41(0,"div",6),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.JRh(t.errorMessage)}}function Mh(n,s){if(1&n&&(e.j41(0,"mat-option",14),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function Bh(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",7),e.nrm(1,"div",8),e.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",11),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilterBy,i)||(o.selFilterBy=i),e.Njj(i)}),e.bIt("selectionChange",function(){e.eBV(t);const i=e.XpG();return i.selFilter="",e.Njj(i.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,Mh,2,2,"mat-option",12),e.k0s()()(),e.j41(9,"mat-form-field",10)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",13),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selFilter,i)||(o.selFilter=i),e.Njj(i)}),e.bIt("input",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())})("keyup",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.applyFilter())}),e.k0s()()()()}if(2&n){const t=e.XpG();e.R7$(6),e.R50("ngModel",t.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(3,Nh).concat(t.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",t.selFilter)}}function Oh(n,s){1&n&&e.nrm(0,"mat-progress-bar",37)}function Vh(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Timestamp"),e.k0s())}function Yh(n,s){if(1&n&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,1e3*t.timestamp,"dd/MMM/y HH:mm"))}}function Xh(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Inbound Alias"),e.k0s())}function Uh(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,be,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.alias_in)}}function Hh(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Inbound Channel"),e.k0s())}function qh(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,be,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id_in)}}function zh(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Outbound Alias"),e.k0s())}function Jh(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,be,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.alias_out)}}function Wh(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Outbound Channel"),e.k0s())}function Qh(n,s){if(1&n&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,be,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id_out)}}function Zh(n,s){1&n&&(e.j41(0,"th",42),e.EFF(1,"Inbound Amount (Sats)"),e.k0s())}function Kh(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.amt_in))}}function e_(n,s){1&n&&(e.j41(0,"th",42),e.EFF(1,"Outbound Amount (Sats)"),e.k0s())}function t_(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.amt_out))}}function n_(n,s){1&n&&(e.j41(0,"th",42),e.EFF(1,"Fee (mSats)"),e.k0s())}function i_(n,s){if(1&n&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.fee_msat))}}function a_(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",44)(1,"div",45)(2,"mat-select",46),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",47),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function s_(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",48)(1,"button",49),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG(2);return e.Njj(r.onForwardingEventClick(o,i))}),e.EFF(2,"View Info"),e.k0s()()}}function o_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No forwarding history available."),e.k0s())}function l_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting forwarding history..."),e.k0s())}function r_(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.errorMessage)}}function c_(n,s){if(1&n&&(e.j41(0,"td",50),e.DNE(1,o_,2,0,"p",51)(2,l_,2,0,"p",51)(3,r_,2,1,"p",51),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function p_(n,s){if(1&n&&e.nrm(0,"tr",52),2&n){const t=e.XpG(2);e.Y8G("ngClass",e.eq3(1,$h,(null==t.forwardingHistoryEvents?null:t.forwardingHistoryEvents.data)&&(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)>0))}}function m_(n,s){1&n&&e.nrm(0,"tr",53)}function u_(n,s){1&n&&e.nrm(0,"tr",54)}function d_(n,s){if(1&n&&(e.j41(0,"div",15),e.DNE(1,Oh,1,0,"mat-progress-bar",16),e.j41(2,"table",17,0),e.qex(4,18),e.DNE(5,Vh,2,0,"th",19)(6,Yh,3,4,"td",20),e.bVm(),e.qex(7,21),e.DNE(8,Xh,2,0,"th",19)(9,Uh,4,4,"td",20),e.bVm(),e.qex(10,22),e.DNE(11,Hh,2,0,"th",19)(12,qh,4,4,"td",20),e.bVm(),e.qex(13,23),e.DNE(14,zh,2,0,"th",19)(15,Jh,4,4,"td",20),e.bVm(),e.qex(16,24),e.DNE(17,Wh,2,0,"th",19)(18,Qh,4,4,"td",20),e.bVm(),e.qex(19,25),e.DNE(20,Zh,2,0,"th",26)(21,Kh,4,3,"td",20),e.bVm(),e.qex(22,27),e.DNE(23,e_,2,0,"th",26)(24,t_,4,3,"td",20),e.bVm(),e.qex(25,28),e.DNE(26,n_,2,0,"th",26)(27,i_,4,3,"td",20),e.bVm(),e.qex(28,29),e.DNE(29,a_,6,0,"th",30)(30,s_,3,0,"td",31),e.bVm(),e.qex(31,32),e.DNE(32,c_,4,3,"td",33),e.bVm(),e.DNE(33,p_,1,3,"tr",34)(34,m_,1,0,"tr",35)(35,u_,1,0,"tr",36),e.k0s()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.forwardingHistoryEvents),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(7,Ph)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns)}}function h_(n,s){if(1&n&&e.nrm(0,"mat-paginator",55),2&n){const t=e.XpG();e.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let tt=(()=>{class n{constructor(t,a,i,o,r){this.logger=t,this.commonService=a,this.store=i,this.datePipe=o,this.camelCaseWithReplace=r,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:l.md,sortBy:"timestamp",sortOrder:l.oi.DESCENDING},this.forwardingHistoryData=[],this.displayedColumns=[],this.forwardingHistoryEvents=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(t){t.eventsData&&(this.apiCallStatus={status:l.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=t.eventsData.currentValue,this.forwardingHistoryData=this.eventsData,t.eventsData.firstChange||this.loadForwardingEventsTable(this.forwardingHistoryData)),t.selFilter&&!t.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=t.pageSettings.find(a=>a.pageId===this.pageId)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.pageId)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.Ie).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=t.apiCallStatus,t.apiCallStatus?.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.forwardingHistoryData=t.forwardingHistory.forwarding_events||[],this.forwardingHistoryData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory))})}ngAfterViewInit(){setTimeout(()=>{this.forwardingHistoryData.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData)},0)}onForwardingEventClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Event Information",message:[[{key:"timestamp",value:t.timestamp,title:"Timestamp",width:25,type:l.UN.DATE_TIME},{key:"amt_in",value:t.amt_in,title:"Inbound Amount (Sats)",width:25,type:l.UN.NUMBER},{key:"amt_out",value:t.amt_out,title:"Outbound Amount (Sats)",width:25,type:l.UN.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:25,type:l.UN.NUMBER}],[{key:"alias_in",value:t.alias_in,title:"Inbound Peer Alias",width:25,type:l.UN.STRING},{key:"chan_id_in",value:t.chan_id_in,title:"Inbound Channel ID",width:25,type:l.UN.STRING},{key:"alias_out",value:t.alias_out,title:"Outbound Peer Alias",width:25,type:l.UN.STRING},{key:"chan_id_out",value:t.chan_id_out,title:"Outbound Channel ID",width:25,type:l.UN.STRING}]]}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(t){const a=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.timestamp?this.datePipe.transform(new Date(1e3*t.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(t).toLowerCase();break;case"timestamp":i=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return i.includes(a)}}loadForwardingEventsTable(t){this.forwardingHistoryEvents=new p.I6(t?[...t]:[]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(d.vh),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-forwarding-history"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Events")}]),e.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias_in"],["matColumnDef","chan_id_in"],["matColumnDef","alias_out"],["matColumnDef","chan_id_out"],["matColumnDef","amt_in"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_out"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(a,i){1&a&&(e.j41(0,"div",1),e.DNE(1,Ah,2,1,"div",2)(2,Bh,13,4,"div",3)(3,d_,36,8,"div",4)(4,h_,1,3,"mat-paginator",5),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.ZF,A.Ld,d.QX,d.vh]})}}return n})();const __=["tableIn"],f_=["tableOut"],g_=["paginatorIn"],C_=["paginatorOut"],y_=(n,s)=>({"mt-2":n,"mt-1":s}),b_=()=>["no_incoming_event"],F_=n=>({"mt-2":n}),x_=()=>["no_outgoing_event"],Fe=n=>({width:n}),nt=n=>({"display-none":n});function v_(n,s){if(1&n&&(e.j41(0,"div",7),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.JRh(t.errorMessage)}}function T_(n,s){1&n&&e.nrm(0,"mat-progress-bar",34)}function S_(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Channel ID"),e.k0s())}function k_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id)}}function R_(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Peer Alias"),e.k0s())}function E_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.alias)}}function I_(n,s){1&n&&(e.j41(0,"th",39),e.EFF(1,"Events"),e.k0s())}function L_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.events))}}function w_(n,s){1&n&&(e.j41(0,"th",39),e.EFF(1,"Total Amount (Sats)"),e.k0s())}function j_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.total_amount))}}function G_(n,s){1&n&&(e.j41(0,"th",41)(1,"div",42),e.EFF(2,"Actions"),e.k0s()())}function D_(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",43)(1,"button",44),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG(2);return e.Njj(r.onRoutingPeerClick(o,i,"in"))}),e.EFF(2,"View Info"),e.k0s()()}}function N_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No incoming routing peer available."),e.k0s())}function P_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting incoming routing peers..."),e.k0s())}function $_(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.errorMessage)}}function A_(n,s){if(1&n&&(e.j41(0,"td",45),e.DNE(1,N_,2,0,"p",46)(2,P_,2,0,"p",46)(3,$_,2,1,"p",46),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function M_(n,s){if(1&n&&e.nrm(0,"tr",47),2&n){const t=e.XpG(2);e.Y8G("ngClass",e.eq3(1,nt,(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)>0))}}function B_(n,s){1&n&&e.nrm(0,"tr",48)}function O_(n,s){1&n&&e.nrm(0,"tr",49)}function V_(n,s){1&n&&e.nrm(0,"mat-progress-bar",34)}function Y_(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Channel ID"),e.k0s())}function X_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id)}}function U_(n,s){1&n&&(e.j41(0,"th",35),e.EFF(1,"Peer Alias"),e.k0s())}function H_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.alias)}}function q_(n,s){1&n&&(e.j41(0,"th",39),e.EFF(1,"Events"),e.k0s())}function z_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.events))}}function J_(n,s){1&n&&(e.j41(0,"th",39),e.EFF(1,"Total Amount (Sats)"),e.k0s())}function W_(n,s){if(1&n&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.total_amount))}}function Q_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No outgoing routing peer available."),e.k0s())}function Z_(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting outgoing routing peers..."),e.k0s())}function K_(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.errorMessage)}}function e0(n,s){if(1&n&&(e.j41(0,"td",45),e.DNE(1,Q_,2,0,"p",46)(2,Z_,2,0,"p",46)(3,K_,2,1,"p",46),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function t0(n,s){if(1&n&&e.nrm(0,"tr",47),2&n){const t=e.XpG(2);e.Y8G("ngClass",e.eq3(1,nt,(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)>0))}}function n0(n,s){1&n&&e.nrm(0,"tr",48)}function i0(n,s){1&n&&e.nrm(0,"tr",49)}function a0(n,s){if(1&n&&(e.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),e.EFF(4,"Incoming"),e.k0s(),e.nrm(5,"div",12),e.k0s(),e.j41(6,"div",13),e.DNE(7,T_,1,0,"mat-progress-bar",14),e.j41(8,"table",15,0),e.qex(10,16),e.DNE(11,S_,2,0,"th",17)(12,k_,4,4,"td",18),e.bVm(),e.qex(13,19),e.DNE(14,R_,2,0,"th",17)(15,E_,4,4,"td",18),e.bVm(),e.qex(16,20),e.DNE(17,I_,2,0,"th",21)(18,L_,4,3,"td",18),e.bVm(),e.qex(19,22),e.DNE(20,w_,2,0,"th",21)(21,j_,4,3,"td",18),e.bVm(),e.qex(22,23),e.DNE(23,G_,3,0,"th",24)(24,D_,3,0,"td",25),e.bVm(),e.qex(25,26),e.DNE(26,A_,4,3,"td",27),e.bVm(),e.DNE(27,M_,1,3,"tr",28)(28,B_,1,0,"tr",29)(29,O_,1,0,"tr",30),e.k0s()(),e.nrm(30,"mat-paginator",31,1),e.k0s(),e.j41(32,"div",9)(33,"div",10)(34,"div",11),e.EFF(35,"Outgoing"),e.k0s(),e.nrm(36,"div",12),e.k0s(),e.j41(37,"div",13),e.DNE(38,V_,1,0,"mat-progress-bar",14),e.j41(39,"table",32,2),e.qex(41,16),e.DNE(42,Y_,2,0,"th",17)(43,X_,4,4,"td",18),e.bVm(),e.qex(44,19),e.DNE(45,U_,2,0,"th",17)(46,H_,4,4,"td",18),e.bVm(),e.qex(47,20),e.DNE(48,q_,2,0,"th",21)(49,z_,4,3,"td",18),e.bVm(),e.qex(50,22),e.DNE(51,J_,2,0,"th",21)(52,W_,4,3,"td",18),e.bVm(),e.qex(53,33),e.DNE(54,e0,4,3,"td",27),e.bVm(),e.DNE(55,t0,1,3,"tr",28)(56,n0,1,0,"tr",29)(57,i0,1,0,"tr",30),e.k0s()(),e.nrm(58,"mat-paginator",31,3),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.Y8G("ngClass",e.l_i(18,y_,t.screenSize===t.screenSizeEnum.XS,t.screenSize===t.screenSizeEnum.SM)),e.R7$(5),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",t.routingPeersIncoming),e.R7$(19),e.Y8G("matFooterRowDef",e.lJ4(21,b_)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns),e.R7$(),e.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS),e.R7$(3),e.Y8G("ngClass",e.eq3(22,F_,t.screenSize!==t.screenSizeEnum.LG)),e.R7$(5),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",t.routingPeersOutgoing),e.R7$(16),e.Y8G("matFooterRowDef",e.lJ4(24,x_)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns),e.R7$(),e.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let s0=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.commonService=a,this.store=i,this.camelCaseWithReplace=o,this.nodePageDefs=l._1,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:l.md,sortBy:"total_amount",sortOrder:l.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.routingPeersIncoming=new p.I6([]),this.routingPeersOutgoing=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.Ie).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,t.apiCallStatus?.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadRoutingPeersTable(this.routingPeersData)}onRoutingPeerClick(t,a,i){let o=" Routing Information";o="in"===i?"Incoming"+o:"Outgoing"+o,this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:o,message:[[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.UN.STRING},{key:"alias",value:t.alias,title:"Peer Alias",width:50,type:l.UN.STRING}],[{key:"events",value:t.events,title:"Events",width:50,type:l.UN.NUMBER},{key:"total_amount",value:t.total_amount,title:"Total Amount (Sats)",width:50,type:l.UN.NUMBER}]]}}}))}applyFilterIncoming(){this.routingPeersIncoming.filter=this.filterIn.trim().toLowerCase()}applyFilterOutgoing(){this.routingPeersOutgoing.filter=this.filterOut.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(t,a)=>{let i="";return i="all"===this.selFilterByIn?JSON.stringify(t).toLowerCase():"string"==typeof t[this.selFilterByIn]?t[this.selFilterByIn].toLowerCase():"boolean"==typeof t[this.selFilterByIn]?t[this.selFilterByIn]?"yes":"no":t[this.selFilterByIn].toString(),i.includes(a)},this.routingPeersOutgoing.filterPredicate=(t,a)=>{let i="";switch(this.selFilterByOut){case"all":i=JSON.stringify(t).toLowerCase();break;case"total_amount":case"total_fee":i=(+(t[this.selFilterByOut]||0)/1e3).toString()||"";break;default:i="string"==typeof t[this.selFilterByOut]?t[this.selFilterByOut].toLowerCase():"boolean"==typeof t[this.selFilterByOut]?t[this.selFilterByOut]?"yes":"no":t[this.selFilterByOut].toString()}return i.includes(a)}}loadRoutingPeersTable(t){if(t.length>0){const a=this.groupRoutingPeers(t);this.routingPeersIncoming=new p.I6(a[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.sort.sort({id:this.tableSetting.sortBy||"total_amount",start:this.tableSetting.sortOrder||l.oi.DESCENDING,disableClear:!0}),this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new p.I6(a[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.sort.sort({id:this.tableSetting.sortBy||"total_amount",start:this.tableSetting.sortOrder||l.oi.DESCENDING,disableClear:!0}),this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new p.I6([]),this.routingPeersOutgoing=new p.I6([]);this.setFilterPredicate(),this.applyFilterIncoming(),this.applyFilterOutgoing()}groupRoutingPeers(t){const a=[],i=[];return t.forEach(o=>{const r=a.find(F=>F.chan_id===o.chan_id_in),c=i.find(F=>F.chan_id===o.chan_id_out);r?(r.events++,r.total_amount=+r.total_amount+ +(o.amt_in||0)):a.push({chan_id:o.chan_id_in,alias:o.alias_in,events:1,total_amount:+(o.amt_in||0)}),c?(c.events++,c.total_amount=+c.total_amount+ +(o.amt_out||0)):i.push({chan_id:o.chan_id_out,alias:o.alias_out,events:1,total_amount:+(o.amt_out||0)})}),[this.commonService.sortDescByKey(a,"total_amount"),this.commonService.sortDescByKey(i,"total_amount")]}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-routing-peers"]],viewQuery:function(a,i){if(1&a&&(e.GBs(__,5,k.B4),e.GBs(f_,5,k.B4),e.GBs(g_,5),e.GBs(C_,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sortIn=o.first),e.mGM(o=e.lsd())&&(i.sortOut=o.first),e.mGM(o=e.lsd())&&(i.paginatorIn=o.first),e.mGM(o=e.lsd())&&(i.paginatorOut=o.first)}},features:[e.Jv_([{provide:w.xX,useValue:(0,l.on)("Routing peers")}])],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"dataSource"],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_amount"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){1&a&&(e.j41(0,"div",4),e.DNE(1,v_,2,1,"div",5)(2,a0,60,25,"div",6),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage))},dependencies:[d.YU,d.bT,d.B3,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,B.HM,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.Ld,d.QX]})}}return n})();function o0(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",8),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let l0=(()=>{class n{constructor(t){this.router=t,this.faChartBar=b.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-reports"]],decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Reports"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,o0,2,3,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),e.k0s()()()),2&a){const o=e.sdS(10);e.R7$(),e.Y8G("icon",i.faChartBar),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,T.RN,T.m2,P.Bu,P.hQ,P.Ql,x.n3,x.Wk]})}}return n})();var it=g(6064),at=g(4655);const r0=n=>({"error-border":n});function c0(n,s){1&n&&e.nrm(0,"mat-progress-bar",17)}function p0(n,s){if(1&n&&(e.j41(0,"div",18),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&n){const t=e.XpG();e.Y8G("@fadeIn",t.events.total_fee_msat),e.R7$(),e.Lme("",e.i5U(2,3,t.events.total_fee_msat/1e3||0,"1.0-2")," Sats/",e.bMT(3,6,(null==t.events||null==t.events.forwarding_events?null:t.events.forwarding_events.length)||0)," Events")}}function m0(n,s){1&n&&(e.j41(0,"div",19),e.EFF(1,"No routing report for the selected period"),e.k0s())}function u0(n,s){if(1&n&&(e.j41(0,"div",20),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(2,r0,"Getting Forwarding History..."!==t.errorMessage&&""!==t.errorMessage)),e.R7$(),e.JRh(t.errorMessage)}}function d0(n,s){if(1&n&&(e.j41(0,"span")(1,"span",22),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.j41(4,"span",22),e.EFF(5),e.nI1(6,"number"),e.k0s()()),2&n){const t=s.model,a=e.XpG(2);e.R7$(2),e.SpI("Events: ",e.bMT(3,2,(a.selReportBy===a.reportBy.EVENTS?t.value:t.extra.totalEvents)||0),""),e.R7$(3),e.SpI("Fee: ",e.i5U(6,4,(a.selReportBy===a.reportBy.EVENTS?t.extra.totalFees:t.value)||0,"1.0-2"),"")}}function h0(n,s){if(1&n){const t=e.RV6();e.j41(0,"ngx-charts-bar-vertical",21),e.bIt("select",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onChartBarSelected(i))})("mouseup",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onChartMouseUp(i))}),e.DNE(1,d0,7,7,"ng-template",null,0,e.C5r),e.k0s()}if(2&n){const t=e.XpG();e.Y8G("view",t.view)("results",t.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function _0(n,s){if(1&n&&e.nrm(0,"rtl-forwarding-history",23),2&n){const t=e.XpG();e.Y8G("pageId","reports")("tableId","routing")("eventsData",null==t.events?null:t.events.forwarding_events)("selFilter",t.eventFilterValue)}}let f0=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.dataService=a,this.commonService=i,this.store=o,this.reportPeriod=l.rs[0],this.secondsInADay=86400,this.events={},this.eventFilterValue="",this.reportBy=l.aR,this.selReportBy=l.aR.FEES,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.f7.XS||this.screenSize===l.f7.SM),this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{t.identity_pubkey&&setTimeout(()=>{this.fetchEvents(this.startDate,this.endDate)},10)}),this.commonService.containerSizeUpdated.pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case l.f7.MD:this.screenPaddingX=t.width/10;break;case l.f7.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}fetchEvents(t,a){this.errorMessage=l.MZ.GET_FORWARDING_HISTORY;const i=Math.round(t.getTime()/1e3).toString(),o=Math.round(a.getTime()/1e3).toString();this.dataService.getForwardingHistory("LND",i,o).pipe((0,_.Q)(this.unSubs[2])).subscribe({next:r=>{this.errorMessage="",r.forwarding_events&&r.forwarding_events.length?(r.forwarding_events=r.forwarding_events.reverse(),this.events=r,this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(t):this.prepareFeeReport(t)):(this.events={forwarding_events:[],total_fee_msat:0},this.routingReportData=[])},error:r=>{this.errorMessage=r}})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(t){this.eventFilterValue=this.reportPeriod===l.rs[1]?t.name+"/"+this.startDate.getFullYear():t.name.toString().padStart(2,"0")+"/"+l.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(t){const a=Math.round(t.getTime()/1e3),i=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.rs[1]){for(let o=0;o<12;o++)i.push({name:l.KR[o].name,value:0,extra:{totalEvents:0}});this.events.forwarding_events?.map(o=>{const r=new Date(1e3*+(o.timestamp||0)).getMonth();return i[r].value=i[r].value+ +(o.fee_msat||0)/1e3,i[r].extra.totalEvents=i[r].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(o.fee_msat||0),this.events})}else{for(let o=0;o{const r=Math.floor((+(o.timestamp||0)-a)/this.secondsInADay);return i[r].value=i[r].value+ +(o.fee_msat||0)/1e3,i[r].extra.totalEvents=i[r].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(o.fee_msat||0),this.events})}return i}prepareEventsReport(t){const a=Math.round(t.getTime()/1e3),i=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.rs[1]){for(let o=0;o<12;o++)i.push({name:l.KR[o].name,value:0,extra:{totalFees:0}});this.events.forwarding_events?.map(o=>{const r=new Date(1e3*+(o.timestamp||0)).getMonth();return i[r].value=i[r].value+1,i[r].extra.totalFees=i[r].extra.totalFees+ +(o.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(o.fee_msat||0),this.events})}else{for(let o=0;o{const r=Math.floor((+(o.timestamp||0)-a)/this.secondsInADay);return i[r].value=i[r].value+1,i[r].extra.totalFees=i[r].extra.totalFees+ +(o.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(o.fee_msat||0),this.events})}return i}onSelectionChange(t){const a=t.selDate.getMonth(),i=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.rs[1]?(this.startDate=new Date(i,0,1,0,0,0),this.endDate=new Date(i,11,31,23,59,59)):(this.startDate=new Date(i,a,1,0,0,0),this.endDate=new Date(i,a,this.getMonthDays(a,i),23,59,59)),this.fetchEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.KR[t].days+1:l.KR[t].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(W.u),e.rXU(N.h),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-routing-report"]],hostBindings:function(a,i){1&a&&e.bIt("mouseup",function(r){return i.onChartMouseUp(r)})},decls:20,vars:9,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["mode","indeterminate","class","mt-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x","my-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",3,"ngClass",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],[3,"pageId","tableId","eventsData","selFilter",4,"ngIf"],["mode","indeterminate",1,"mt-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1",3,"ngClass"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],[3,"pageId","tableId","eventsData","selFilter"]],template:function(a,i){1&a&&(e.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),e.bIt("stepChanged",function(r){return i.onSelectionChange(r)}),e.k0s(),e.j41(2,"div",3)(3,"mat-radio-group",4),e.mxI("ngModelChange",function(r){return e.DH7(i.selReportBy,r)||(i.selReportBy=r),r}),e.bIt("change",function(){return i.onSelReportByChange()}),e.j41(4,"span",5),e.EFF(5,"Report By: "),e.k0s(),e.j41(6,"mat-radio-button",6),e.EFF(7,"Fees"),e.k0s(),e.j41(8,"mat-radio-button",7),e.EFF(9,"Events"),e.k0s()()(),e.DNE(10,c0,1,0,"mat-progress-bar",8),e.j41(11,"div",9),e.DNE(12,p0,4,8,"div",10)(13,m0,2,0,"div",11)(14,u0,2,4,"div",12),e.j41(15,"div",13),e.DNE(16,h0,3,11,"ngx-charts-bar-vertical",14),e.k0s()(),e.j41(17,"div",15)(18,"div",13),e.DNE(19,_0,1,4,"rtl-forwarding-history",16),e.k0s()()()),2&a&&(e.R7$(3),e.R50("ngModel",i.selReportBy),e.R7$(3),e.FS9("value",i.reportBy.FEES),e.R7$(2),e.FS9("value",i.reportBy.EVENTS),e.R7$(2),e.Y8G("ngIf","Getting Forwarding History..."===i.errorMessage),e.R7$(2),e.Y8G("ngIf",i.routingReportData.length>0&&i.events.forwarding_events&&i.events.forwarding_events.length&&i.events.forwarding_events.length>0),e.R7$(),e.Y8G("ngIf",(i.routingReportData.length<=0||i.events.forwarding_events.length<=0)&&""===i.errorMessage),e.R7$(),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(2),e.Y8G("ngIf",i.routingReportData.length>0&&i.events.forwarding_events&&i.events.forwarding_events.length&&i.events.forwarding_events.length>0),e.R7$(3),e.Y8G("ngIf",i.events&&(null==i.events?null:i.events.forwarding_events)&&i.events.forwarding_events.length&&i.events.forwarding_events.length>0))},dependencies:[d.YU,d.bT,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,B.HM,pe.VT,pe._g,it.L8,at.m,tt,d.QX],data:{animation:[Le.q]}})}}return n})();var g0=g(9584),C0=g(5085);function y0(n,s){1&n&&(e.j41(0,"div",12),e.nrm(1,"mat-progress-bar",13),e.j41(2,"span"),e.EFF(3,"Getting transactions data..."),e.k0s()())}function b0(n,s){if(1&n&&(e.j41(0,"div",14),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.JRh(t.errorMessage)}}function F0(n,s){if(1&n&&(e.j41(0,"div",17),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Lme(" Paid ",e.i5U(2,2,t.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.bMT(3,5,t.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function x0(n,s){if(1&n&&(e.j41(0,"div",17),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Lme(" Received ",e.i5U(2,2,t.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.bMT(3,5,t.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function v0(n,s){if(1&n&&(e.j41(0,"div",15),e.DNE(1,F0,4,7,"div",16)(2,x0,4,7,"div",16),e.k0s()),2&n){const t=e.XpG();e.Y8G("@fadeIn",t.transactionsReportSummary),e.R7$(),e.Y8G("ngIf",t.transactionsReportSummary.paymentsSelectedPeriod>0),e.R7$(),e.Y8G("ngIf",t.transactionsReportSummary.invoicesSelectedPeriod)}}function T0(n,s){1&n&&(e.j41(0,"div",18),e.EFF(1,"No transactions report for the selected period"),e.k0s())}function S0(n,s){if(1&n&&(e.j41(0,"span",21),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&n){const t=s.model;e.R7$(),e.LHq("",t.name,": ",e.i5U(2,4,t.value||0,"1.0-2"),"/# ","Paid"===t.name?"Payments":"Invoices",": ",e.bMT(3,7,(null==t.extra?null:t.extra.total)||0),"")}}function k0(n,s){if(1&n){const t=e.RV6();e.j41(0,"ngx-charts-bar-vertical-2d",20),e.bIt("select",function(i){e.eBV(t);const o=e.XpG(2);return e.Njj(o.onChartBarSelected(i))})("mouseup",function(i){e.eBV(t);const o=e.XpG(2);return e.Njj(o.onChartMouseUp(i))}),e.DNE(1,S0,4,9,"ng-template",null,0,e.C5r),e.k0s()}if(2&n){const t=e.XpG(2);e.Y8G("view",t.view)("results",t.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",t.reportPeriod===t.scrollRanges[0]?2:8)}}function R0(n,s){if(1&n&&(e.j41(0,"div",10),e.DNE(1,k0,3,13,"ngx-charts-bar-vertical-2d",19),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",t.transactionsReportData.length>0&&t.transactionsNonZeroReportData.length>0)}}function E0(n,s){if(1&n&&e.nrm(0,"rtl-transactions-report-table",22),2&n){const t=e.XpG();e.Y8G("displayedColumns",t.displayedColumns)("tableSetting",t.tableSetting)("dataList",t.transactionsNonZeroReportData)("dataRange",t.reportPeriod)("selFilter",t.transactionFilterValue)}}let I0=(()=>{class n{constructor(t,a,i){this.logger=t,this.commonService=a,this.store=i,this.scrollRanges=l.rs,this.reportPeriod=l.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:l.md,sortBy:"date",sortOrder:l.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[{date:"",name:"1",series:[{extra:{total:0},name:"Paid",value:0},{extra:{total:0},name:"Received",value:0}]}],this.transactionsNonZeroReportData=[{amount_paid:0,amount_received:0,date:"",num_invoices:0,num_payments:0}],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.f7.XS||this.screenSize===l.f7.SM),this.store.select(g0.av).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.n_).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{t.apiCallStatus.status===l.wn.UN_INITIATED&&this.store.dispatch((0,v.tG)()),this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.payments=t.allLightningTransactions.listPaymentsAll.payments||[],this.invoices=t.allLightningTransactions.listInvoicesAll.invoices||[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()),this.logger.info(t)}),this.commonService.containerSizeUpdated.pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{switch(this.screenSize){case l.f7.MD:this.screenPaddingX=t.width/10;break;case l.f7.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(t){this.transactionFilterValue=this.reportPeriod===l.rs[1]?t.series+"/"+this.startDate.getFullYear():t.series.toString().padStart(2,"0")+"/"+l.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(t,a){const i=Math.round(t.getTime()/1e3),o=Math.round(a.getTime()/1e3),r=[];this.transactionsNonZeroReportData=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const c=this.payments?.filter(C=>"SUCCEEDED"===C.status&&C.creation_date&&C.creation_date>=i&&C.creation_dateC.settled&&C.creation_date&&+C.creation_date>=i&&+C.creation_date{const S=new Date(1e3*+(C.creation_date||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(C.value_msat||0)+ +(C.fee_msat||0),r[S].series[0].value=r[S].series[0].value+(+(C.value_msat||0)+ +(C.fee_msat||0))/1e3,r[S].series[0].extra.total=r[S].series[0].extra.total+1,this.transactionsReportSummary}),F?.map(C=>{const S=new Date(1e3*+(C.creation_date||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(C.amt_paid_msat||0),r[S].series[1].value=r[S].series[1].value+ +(C.amt_paid_msat||0)/1e3,r[S].series[1].extra.total=r[S].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let C=0;C{const S=Math.floor((+(C.creation_date||0)-i)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(C.value_msat||0)+ +(C.fee_msat||0),r[S].series[0].value=r[S].series[0].value+(+(C.value_msat||0)+ +(C.fee_msat||0))/1e3,r[S].series[0].extra.total=r[S].series[0].extra.total+1,this.transactionsReportSummary}),F?.map(C=>{const S=Math.floor((+(C.creation_date||0)-i)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(C.amt_paid_msat||0),r[S].series[1].value=r[S].series[1].value+ +(C.amt_paid_msat||0)/1e3,r[S].series[1].extra.total=r[S].series[1].extra.total+1,this.transactionsReportSummary})}return r}prepareTableData(){return this.transactionsReportData?.reduce((t,a)=>a.series[0].extra.total>0||a.series[1].extra.total>0?t.concat({date:a.date,amount_paid:a.series[0].value,num_payments:a.series[0].extra.total,amount_received:a.series[1].value,num_invoices:a.series[1].extra.total}):t,[])}onSelectionChange(t){const a=t.selDate.getMonth(),i=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.rs[1]?(this.startDate=new Date(i,0,1,0,0,0),this.endDate=new Date(i,11,31,23,59,59)):(this.startDate=new Date(i,a,1,0,0,0),this.endDate=new Date(i,a,this.getMonthDays(a,i),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.KR[t].days+1:l.KR[t].days}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-transactions-report"]],hostBindings:function(a,i){1&a&&e.bIt("mouseup",function(r){return i.onChartMouseUp(r)})},decls:11,vars:6,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],[3,"stepChanged"],["class","p-2",4,"ngIf"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["class","mt-1",4,"ngIf"],[1,"mt-1"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],[1,"p-2"],["mode","indeterminate"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(a,i){1&a&&(e.j41(0,"div",1)(1,"div",2)(2,"div",3)(3,"rtl-horizontal-scroller",4),e.bIt("stepChanged",function(r){return i.onSelectionChange(r)}),e.k0s(),e.DNE(4,y0,4,0,"div",5)(5,b0,2,1,"div",6)(6,v0,3,3,"div",7)(7,T0,2,0,"div",8)(8,R0,2,1,"div",9),e.j41(9,"div",10),e.DNE(10,E0,1,5,"rtl-transactions-report-table",11),e.k0s()()()()),2&a&&(e.R7$(4),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.ERROR),e.R7$(),e.Y8G("ngIf",i.transactionsNonZeroReportData.length>0&&i.apiCallStatus.status===i.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",i.transactionsNonZeroReportData.length<=0&&i.apiCallStatus.status===i.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",i.transactionsNonZeroReportData.length>0&&i.apiCallStatus.status===i.apiCallStatusEnum.COMPLETED),e.R7$(2),e.Y8G("ngIf",i.transactionsNonZeroReportData.length>0&&i.apiCallStatus.status===i.apiCallStatusEnum.COMPLETED))},dependencies:[d.bT,h.DJ,h.sA,h.UI,B.HM,it.Dl,at.m,C0.T,d.QX],data:{animation:[Le.q]}})}}return n})();const L0=["form"];function w0(n,s){if(1&n&&(e.j41(0,"div",17),e.nrm(1,"fa-icon",18),e.j41(2,"span"),e.EFF(3,'Bump fee option will be disabled for unconfirmed UTXOs where label text includes "sweep" in its value.'),e.k0s()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle)}}function j0(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"UTXO Label is required."),e.k0s())}function G0(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.labelError)}}function D0(n,s){if(1&n&&(e.j41(0,"div",19),e.nrm(1,"fa-icon",18),e.DNE(2,G0,2,1,"span",12),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.labelError)}}let N0=(()=>{class n{constructor(t,a,i,o,r,c){this.dialogRef=t,this.data=a,this.dataService=i,this.store=o,this.snackBar=r,this.commonService=c,this.faExclamationTriangle=b.zpE,this.utxo=null,this.label="",this.labelError="",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.utxo=this.data.utxo,this.label=this.utxo.label||""}onLabelUTXO(){if(!this.label||""===this.label)return!0;this.labelError="",this.dataService.labelUTXO(this.utxo&&this.utxo.outpoint&&this.utxo.outpoint.txid_bytes?this.utxo.outpoint.txid_bytes:"",this.label,!0).pipe((0,_.Q)(this.unSubs[0])).subscribe({next:t=>{this.store.dispatch((0,v.mh)()),this.store.dispatch((0,v.SM)()),this.snackBar.open("Successfully labelled the UTXO."),this.dialogRef.close()},error:t=>{this.labelError=t}})}resetData(){this.labelError="",this.label=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(W.u),e.rXU(I.il),e.rXU(ae.UG),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-lebel-modal"]],viewQuery:function(a,i){if(1&a&&e.GBs(L0,7),2&a){let o;e.mGM(o=e.lsd())&&(i.form=o.first)}},decls:23,vars:5,consts:[["form","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","100"],["autoFocus","","matInput","","name","label","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Label UTXO"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0),e.bIt("submit",function(){return e.eBV(o),e.Njj(i.onLabelUTXO())})("reset",function(){return e.eBV(o),e.Njj(i.resetData())}),e.DNE(11,w0,4,1,"div",9),e.j41(12,"mat-form-field",10)(13,"mat-label"),e.EFF(14,"UTXO Label"),e.k0s(),e.j41(15,"input",11),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.label,c)||(i.label=c),e.Njj(c)}),e.k0s(),e.DNE(16,j0,2,0,"mat-error",12),e.k0s(),e.DNE(17,D0,3,2,"div",13),e.j41(18,"div",14)(19,"button",15),e.EFF(20,"Clear"),e.k0s(),e.j41(21,"button",16),e.EFF(22,"Label UTXO"),e.k0s()()()()()()}2&a&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(5),e.Y8G("ngIf",i.label.toLowerCase().includes("sweep")&&"0"===i.utxo.confirmations),e.R7$(4),e.R50("ngModel",i.label),e.R7$(),e.Y8G("ngIf",!i.label),e.R7$(),e.Y8G("ngIf",""!==i.labelError))},dependencies:[d.bT,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,M.aY,h.DJ,h.sA,h.UI,O.tx,G.$z,T.m2,T.MM,$.fg,f.rl,f.nJ,f.TL,K.N]})}}return n})();const st=()=>["all"],P0=n=>({"error-border":n}),$0=()=>["no_utxo"],De=n=>({width:n}),A0=n=>({"display-none":n});function M0(n,s){if(1&n&&(e.j41(0,"mat-option",34),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function B0(n,s){1&n&&e.nrm(0,"mat-progress-bar",35)}function O0(n,s){1&n&&e.nrm(0,"th",36)}function V0(n,s){1&n&&(e.j41(0,"span",39)(1,"mat-icon",40),e.EFF(2,"warning"),e.k0s()())}function Y0(n,s){if(1&n&&(e.j41(0,"td",37),e.DNE(1,V0,3,0,"span",38),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(),i=e.sdS(52);e.R7$(),e.Y8G("ngIf",t.amount_sat0))}}function df(n,s){1&n&&e.nrm(0,"tr",57)}function hf(n,s){1&n&&e.nrm(0,"tr",58)}function _f(n,s){1&n&&e.nrm(0,"mat-icon",40)}let ff=(()=>{class n{constructor(t,a,i,o,r,c,F,C){this.logger=t,this.commonService=a,this.dataService=i,this.store=o,this.rtlEffects=r,this.decimalPipe=c,this.camelCaseWithReplace=F,this.snackBar=C,this.isDustUTXO=!1,this.dustAmount=1e3,this.faMoneyBillWave=b.ymQ,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"utxos",recordsPerPage:l.md,sortBy:"tx_id",sortOrder:l.oi.DESCENDING},this.addressType=l.aG,this.displayedColumns=[],this.listUTXOs=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(){!this.isDustUTXO&&this.utxos&&this.utxos.length>0&&this.loadUTXOsTable(this.utxos),this.isDustUTXO&&this.dustUtxos&&this.dustUtxos.length>0&&this.loadUTXOsTable(this.dustUtxos)}ngOnInit(){this.tableSetting.tableId=this.isDustUTXO?"dust_utxos":"utxos",this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.ah).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.utxos&&t.utxos.length>0&&(this.dustUtxos=t.utxos?.filter(a=>+(a.amount_sat||0)0&&this.dustUtxos.length>0&&!this.isDustUTXO&&this.displayedColumns.unshift("is_dust"),this.loadUTXOsTable(this.isDustUTXO?this.dustUtxos:this.utxos)),this.logger.info(t)})}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):"is_dust"===t?"Dust":this.commonService.titleCase(t)}setFilterPredicate(){this.listUTXOs.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.label?t.label.toLowerCase():"")+(t.outpoint?.txid_str?t.outpoint.txid_str.toLowerCase():"")+(t.outpoint?.output_index?t.outpoint?.output_index:"")+(t.outpoint?.txid_bytes?t.outpoint?.txid_bytes.toLowerCase():"")+(t.address?t.address.toLowerCase():"")+(t.address_type?this.addressType[t.address_type].name.toLowerCase():"")+(t.amount_sat?t.amount_sat:"")+(t.confirmations?t.confirmations:"");break;case"is_dust":i=+(t?.amount_sat||0)"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"is_dust"===this.selFilterBy||"address_type"===this.selFilterBy?0===i.indexOf(a):i.includes(a)}}onUTXOClick(t){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"UTXO Information",message:[[{key:"txid",value:t.outpoint?.txid_str,title:"Transaction ID",width:100,type:l.UN.STRING,explorerLink:"tx"}],[{key:"label",value:t.label,title:"Label",width:100,type:l.UN.STRING}],[{key:"output_index",value:t.outpoint?.output_index,title:"Output Index",width:34,type:l.UN.NUMBER},{key:"amount_sat",value:t.amount_sat,title:"Amount (Sats)",width:33,type:l.UN.NUMBER},{key:"confirmations",value:t.confirmations,title:"Confirmations",width:33,type:l.UN.NUMBER}],[{key:"address_type",value:t.address_type?this.addressType[t.address_type].name:"",title:"Address Type",width:34},{key:"address",value:t.address,title:"Address",width:66}],[{key:"pk_script",value:t.pk_script,title:"PK Script",width:100,type:l.UN.STRING}]]}}}))}loadUTXOsTable(t){this.listUTXOs=new p.I6([...t]),this.listUTXOs.sort=this.sort,this.listUTXOs.sortingDataAccessor=(a,i)=>{switch(i){case"is_dust":return+(a.amount_sat||0){i&&this.dataService.leaseUTXO(t.outpoint?.txid_bytes||"",t.outpoint?.output_index||0).pipe((0,_.Q)(this.unSubs[0])).subscribe({next:o=>{this.snackBar.open("The UTXO has been leased till "+new Date(o).toString().substring(4,21).replace(" ","/").replace(" ","/").toUpperCase()+".")},error:o=>{this.snackBar.open(o+" UTXO not leased.","",{panelClass:"rtl-warn-snack-bar"})}})})}onBumpFee(t){this.store.dispatch((0,E.xO)({payload:{data:{selUTXO:t,component:Ke}}}))}onDownloadCSV(){this.listUTXOs.data&&this.listUTXOs.data.length>0&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(W.u),e.rXU(I.il),e.rXU(ue.H),e.rXU(d.QX),e.rXU(q.VD),e.rXU(ae.UG))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-utxos"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},inputs:{isDustUTXO:"isDustUTXO",dustAmount:"dustAmount"},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("UTXOs")}]),e.OA$],decls:53,vars:19,consts:[["table",""],["emptySpace",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","is_dust"],["mat-header-cell","","mat-sort-header","","matTooltip","Dust/Nondust",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","tx_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","label"],["matColumnDef","address_type"],["matColumnDef","address"],["matColumnDef","amount_sat"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Dust/Nondust"],["mat-cell",""],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row","fxLayoutAlign","start center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"div",4)(3,"mat-form-field",5)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",6),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,M0,2,2,"mat-option",7),e.k0s()()(),e.j41(9,"mat-form-field",5)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",8),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(13,"div",9)(14,"div",10),e.DNE(15,B0,1,0,"mat-progress-bar",11),e.j41(16,"table",12,0),e.qex(18,13),e.DNE(19,O0,1,0,"th",14)(20,Y0,2,2,"td",15),e.bVm(),e.qex(21,16),e.DNE(22,X0,2,0,"th",17)(23,U0,4,4,"td",15),e.bVm(),e.qex(24,18),e.DNE(25,H0,2,0,"th",19)(26,q0,3,1,"td",15),e.bVm(),e.qex(27,20),e.DNE(28,z0,2,0,"th",17)(29,J0,4,4,"td",15),e.bVm(),e.qex(30,21),e.DNE(31,W0,2,0,"th",17)(32,Q0,3,1,"td",15),e.bVm(),e.qex(33,22),e.DNE(34,Z0,2,0,"th",17)(35,K0,4,4,"td",15),e.bVm(),e.qex(36,23),e.DNE(37,ef,2,0,"th",19)(38,tf,4,3,"td",15),e.bVm(),e.qex(39,24),e.DNE(40,nf,2,0,"th",19)(41,af,4,3,"td",15),e.bVm(),e.qex(42,25),e.DNE(43,sf,6,0,"th",26)(44,lf,11,1,"td",27),e.bVm(),e.qex(45,28),e.DNE(46,mf,4,3,"td",29),e.bVm(),e.DNE(47,uf,1,3,"tr",30)(48,df,1,0,"tr",31)(49,hf,1,0,"tr",32),e.k0s(),e.nrm(50,"mat-paginator",33),e.k0s()()(),e.DNE(51,_f,1,0,"ng-template",null,1,e.C5r)}2&a&&(e.R7$(6),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",i.utxos&&i.utxos.length>0&&i.dustUtxos&&i.dustUtxos.length>0&&!i.isDustUTXO?e.lJ4(14,st).concat(i.displayedColumns.slice(0,-1)):e.lJ4(15,st).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(3),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.listUTXOs)("ngClass",e.eq3(16,P0,""!==i.errorMessage)),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(18,$0)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,ie.An,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,Z.oV,w.iy,A.ZF,A.Ld,d.QX],styles:[".mat-column-is_dust[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return n})();const gf=()=>["all"],Cf=n=>({"error-border":n}),yf=()=>["no_transaction"],Ne=n=>({width:n}),bf=n=>({"display-none":n});function Ff(n,s){if(1&n&&(e.j41(0,"mat-option",32),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function xf(n,s){1&n&&e.nrm(0,"mat-progress-bar",33)}function vf(n,s){1&n&&(e.j41(0,"th",34),e.EFF(1,"Date/Time"),e.k0s())}function Tf(n,s){if(1&n&&(e.j41(0,"td",35),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,1e3*t.time_stamp,"dd/MMM/y HH:mm"))}}function Sf(n,s){1&n&&(e.j41(0,"th",34),e.EFF(1,"Label"),e.k0s())}function kf(n,s){if(1&n&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.label)}}function Rf(n,s){1&n&&(e.j41(0,"th",34),e.EFF(1,"Block Hash"),e.k0s())}function Ef(n,s){if(1&n&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.block_hash)}}function If(n,s){1&n&&(e.j41(0,"th",34),e.EFF(1,"Transaction Hash"),e.k0s())}function Lf(n,s){if(1&n&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.tx_hash)}}function wf(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Amount (Sats)"),e.k0s())}function jf(n,s){if(1&n&&(e.j41(0,"span",41),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.JRh(e.bMT(2,1,t.amount))}}function Gf(n,s){if(1&n&&(e.j41(0,"span",42),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&n){const t=e.XpG().$implicit;e.R7$(),e.SpI("(",e.bMT(2,1,-1*t.amount),")")}}function Df(n,s){if(1&n&&(e.j41(0,"td",35),e.DNE(1,jf,3,3,"span",39)(2,Gf,3,3,"span",40),e.k0s()),2&n){const t=s.$implicit;e.R7$(),e.Y8G("ngIf",t.amount>0||0===t.amount),e.R7$(),e.Y8G("ngIf",t.amount<0)}}function Nf(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Fees (Sats)"),e.k0s())}function Pf(n,s){if(1&n&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.total_fees))}}function $f(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Block Height"),e.k0s())}function Af(n,s){if(1&n&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.block_height))}}function Mf(n,s){1&n&&(e.j41(0,"th",38),e.EFF(1,"Confirmations"),e.k0s())}function Bf(n,s){if(1&n&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI(" ",e.bMT(3,1,null==t?null:t.num_confirmations)," ")}}function Of(n,s){if(1&n){const t=e.RV6();e.j41(0,"th",43)(1,"div",44)(2,"mat-select",45),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",46),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Vf(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",47)(1,"button",48),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onTransactionClick(i))}),e.EFF(2,"View Info"),e.k0s()()}}function Yf(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No transaction available."),e.k0s())}function Xf(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting transactions..."),e.k0s())}function Uf(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function Hf(n,s){if(1&n&&(e.j41(0,"td",49),e.DNE(1,Yf,2,0,"p",50)(2,Xf,2,0,"p",50)(3,Uf,2,1,"p",50),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function qf(n,s){if(1&n&&e.nrm(0,"tr",51),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,bf,(null==t.listTransactions?null:t.listTransactions.data)&&(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)>0))}}function zf(n,s){1&n&&e.nrm(0,"tr",52)}function Jf(n,s){1&n&&e.nrm(0,"tr",53)}let Wf=(()=>{class n{constructor(t,a,i,o,r){this.logger=t,this.commonService=a,this.store=i,this.datePipe=o,this.camelCaseWithReplace=r,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"transactions",recordsPerPage:l.md,sortBy:"time_stamp",sortOrder:l.oi.DESCENDING},this.faHistory=b.Int,this.displayedColumns=[],this.listTransactions=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(){this.transactions&&this.transactions.length>0&&this.loadTransactionsTable(this.transactions)}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.gN).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.transactions&&t.transactions.length>0&&(this.transactions=t.transactions,this.loadTransactionsTable(this.transactions)),this.logger.info(t)})}onTransactionClick(t){this.store.dispatch((0,E.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"block_hash",value:t.block_hash,title:"Block Hash",width:100,explorerLink:"block"}],[{key:"tx_hash",value:t.tx_hash,title:"Transaction Hash",width:100,explorerLink:"tx"}],[{key:"label",value:t.label,title:"Label",width:100,type:l.UN.STRING}],[{key:"time_stamp",value:t.time_stamp,title:"Date/Time",width:50,type:l.UN.DATE_TIME},{key:"block_height",value:t.block_height,title:"Block Height",width:50,type:l.UN.NUMBER}],[{key:"num_confirmations",value:t.num_confirmations,title:"Number of Confirmations",width:34,type:l.UN.NUMBER},{key:"total_fees",value:t.total_fees,title:"Total Fees (Sats)",width:33,type:l.UN.NUMBER},{key:"amount",value:t.amount,title:"Amount (Sats)",width:33,type:l.UN.NUMBER}],[{key:"dest_addresses",value:t.dest_addresses,title:"Destination Addresses",width:100,type:l.UN.ARRAY}]],scrollable:t.dest_addresses&&t.dest_addresses.length>5}}}))}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.listTransactions.filterPredicate=(t,a)=>{let i="";switch(this.selFilterBy){case"all":i=(t.time_stamp?this.datePipe.transform(new Date(1e3*t.time_stamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(t).toLowerCase();break;case"time_stamp":i=this.datePipe.transform(new Date(1e3*(t?.time_stamp||0)),"dd/MMM/YYYY HH:mm")?.toLowerCase()||"";break;default:i=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return i.includes(a)}}loadTransactionsTable(t){this.listTransactions=new p.I6([...t]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.listTransactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listTransactions)}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(d.vh),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-transaction-history"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Transactions")}]),e.OA$],decls:51,vars:18,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","time_stamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["matColumnDef","block_hash"],["matColumnDef","tx_hash"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_fees"],["matColumnDef","block_height"],["matColumnDef","num_confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3)(3,"mat-form-field",4)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",5),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilterBy,c)||(i.selFilterBy=c),e.Njj(c)}),e.bIt("selectionChange",function(){return e.eBV(o),i.selFilter="",e.Njj(i.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,Ff,2,2,"mat-option",6),e.k0s()()(),e.j41(9,"mat-form-field",4)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",7),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(13,"div",8)(14,"div",9),e.DNE(15,xf,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,vf,2,0,"th",13)(20,Tf,3,4,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,Sf,2,0,"th",13)(23,kf,4,4,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,Rf,2,0,"th",13)(26,Ef,4,4,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,If,2,0,"th",13)(29,Lf,4,4,"td",14),e.bVm(),e.qex(30,18),e.DNE(31,wf,2,0,"th",19)(32,Df,3,2,"td",14),e.bVm(),e.qex(33,20),e.DNE(34,Nf,2,0,"th",19)(35,Pf,4,3,"td",14),e.bVm(),e.qex(36,21),e.DNE(37,$f,2,0,"th",19)(38,Af,4,3,"td",14),e.bVm(),e.qex(39,22),e.DNE(40,Mf,2,0,"th",19)(41,Bf,4,3,"td",14),e.bVm(),e.qex(42,23),e.DNE(43,Of,6,0,"th",24)(44,Vf,3,0,"td",25),e.bVm(),e.qex(45,26),e.DNE(46,Hf,4,3,"td",27),e.bVm(),e.DNE(47,qf,1,3,"tr",28)(48,zf,1,0,"tr",29)(49,Jf,1,0,"tr",30),e.k0s(),e.nrm(50,"mat-paginator",31),e.k0s()()()}2&a&&(e.R7$(6),e.R50("ngModel",i.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,gf).concat(i.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",i.selFilter),e.R7$(3),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",i.tableSetting.sortBy)("matSortDirection",i.tableSetting.sortOrder)("dataSource",i.listTransactions)("ngClass",e.eq3(15,Cf,""!==i.errorMessage)),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(17,yf)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.ZF,A.Ld,d.QX,d.vh]})}}return n})();function Qf(n,s){if(1&n&&(e.j41(0,"span",5),e.EFF(1,"UTXOs"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numUtxos)}}function Zf(n,s){if(1&n&&(e.j41(0,"span",5),e.EFF(1,"Transactions"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numTransactions)}}function Kf(n,s){if(1&n&&(e.j41(0,"span",5),e.EFF(1,"Dust UTXOs"),e.k0s()),2&n){const t=e.XpG();e.FS9("matBadge",t.numDustUtxos)}}let e2=(()=>{class n{constructor(t,a){this.logger=t,this.store=a,this.selectedTableIndex=0,this.selectedTableIndexChange=new e.bkB,this.DUST_AMOUNT=1e3,this.numTransactions=0,this.numUtxos=0,this.numDustUtxos=0,this.unSubs=[new u.B,new u.B,new u.B]}ngOnInit(){this.store.dispatch((0,v.mh)()),this.store.dispatch((0,v.SM)()),this.store.select(y.ah).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{t.utxos&&t.utxos.length>0&&(this.numUtxos=t.utxos.length,this.numDustUtxos=t.utxos?.filter(a=>a.amount_sat&&+a.amount_sat{t.transactions&&t.transactions.length>0&&(this.numTransactions=t.transactions.length),this.logger.info(t)})}onSelectedIndexChanged(t){this.selectedTableIndexChange.emit(t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},decls:11,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedIndex"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"isDustUTXO","dustAmount"],["fxLayout","row","fxFlex","100"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"mat-tab-group",1),e.bIt("selectedIndexChange",function(r){return i.onSelectedIndexChanged(r)}),e.j41(2,"mat-tab"),e.DNE(3,Qf,2,1,"ng-template",2),e.nrm(4,"rtl-on-chain-utxos",3),e.k0s(),e.j41(5,"mat-tab"),e.DNE(6,Zf,2,1,"ng-template",2),e.nrm(7,"rtl-on-chain-transaction-history",4),e.k0s(),e.j41(8,"mat-tab"),e.DNE(9,Kf,2,1,"ng-template",2),e.nrm(10,"rtl-on-chain-utxos",3),e.k0s()()()),2&a&&(e.R7$(),e.Y8G("selectedIndex",i.selectedTableIndex),e.R7$(3),e.Y8G("isDustUTXO",!1)("dustAmount",i.DUST_AMOUNT),e.R7$(6),e.Y8G("isDustUTXO",!0)("dustAmount",i.DUST_AMOUNT))},dependencies:[h.DJ,h.sA,h.UI,Te.k,P.ES,P.mq,P.T8,ff,Wf]})}}return n})();const t2=(n,s)=>[n,s];function n2(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=null==i?null:i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.Y8G("active",a.activeLink===(null==t?null:t.link))("routerLink",e.l_i(3,t2,null==t?null:t.link,null==a.selectedTable?null:a.selectedTable.name)),e.R7$(),e.JRh(null==t?null:t.name)}}let i2=(()=>{class n{constructor(t,a,i){this.store=t,this.router=a,this.activatedRoute=i,this.faExchangeAlt=b._qq,this.faChartPie=b.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"trans"},{id:2,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new u.B,new u.B,new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.selectedTable=this.tables.find(a=>a.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.selectedTable=this.tables.find(o=>o.name===a.urlAfterRedirects.substring(a.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[1])).subscribe(a=>{this.selNode=a}),this.store.select(y.$7).pipe((0,_.Q)(this.unSubs[2])).subscribe(a=>{this.balances=[{title:"Total Balance",dataValue:a.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:a.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:a.blockchainBalance.unconfirmed_balance||0}]})}onSelectedTableIndexChanged(t){this.selectedTable=this.tables.find(a=>a.id===t)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il),e.rXU(x.Ix),e.rXU(x.nX))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain"]],decls:23,vars:6,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndexChange","selectedTableIndex"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"On-chain Balance"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),e.nrm(7,"rtl-currency-unit-converter",6),e.k0s()()(),e.j41(8,"div",1),e.nrm(9,"fa-icon",2),e.j41(10,"span",3),e.EFF(11,"On-chain Transactions"),e.k0s()(),e.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),e.DNE(16,n2,2,6,"div",9),e.k0s(),e.nrm(17,"mat-tab-nav-panel",null,0),e.j41(19,"div",10),e.nrm(20,"router-outlet"),e.k0s(),e.j41(21,"div",11)(22,"rtl-utxo-tables",12),e.bIt("selectedTableIndexChange",function(c){return e.eBV(o),e.Njj(i.onSelectedTableIndexChanged(c))}),e.k0s()()()()()}if(2&a){const o=e.sdS(18);e.R7$(),e.Y8G("icon",i.faChartPie),e.R7$(6),e.Y8G("values",i.balances),e.R7$(2),e.Y8G("icon",i.faExchangeAlt),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links),e.R7$(6),e.Y8G("selectedTableIndex",null==i.selectedTable?null:i.selectedTable.id)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,P.Bu,P.hQ,P.Ql,Se.f,x.n3,x.Wk,e2]})}}return n})();var a2=g(396);function s2(n,s){if(1&n&&(e.j41(0,"mat-option",6),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.SpI(" ",t.addressTp," ")}}let o2=(()=>{class n{constructor(t,a,i){this.store=t,this.lndEffects=a,this.commonService=i,this.addressTypes=[],this.selectedAddressType=l.Ld[2],this.newAddress="",this.flgVersionCompatible=!0,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.store.select(y.pI).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(t.version,"0.15.0"),this.addressTypes=this.flgVersionCompatible?l.Ld:l.Ld.filter(a=>"4"!==a.addressId)})}onGenerateAddress(){this.store.dispatch((0,v.XT)({payload:this.selectedAddressType})),this.lndEffects.setNewAddress.pipe((0,J.s)(1)).subscribe(t=>{this.newAddress=t,setTimeout(()=>{this.store.dispatch((0,E.xO)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:a2.f}}}))},0)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il),e.rXU(re.L),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-receive"]],decls:10,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","space-between center","fxLayoutAlign.gt-sm","start center"],["fxLayout","column","fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["name","address_type","tabindex","1",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["mat-flat-button","","color","primary","tabindex","2",3,"click"],[3,"value"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-label"),e.EFF(4,"Address Type"),e.k0s(),e.j41(5,"mat-select",3),e.mxI("ngModelChange",function(r){return e.DH7(i.selectedAddressType,r)||(i.selectedAddressType=r),r}),e.DNE(6,s2,2,2,"mat-option",4),e.k0s()(),e.j41(7,"div")(8,"button",5),e.bIt("click",function(){return i.onGenerateAddress()}),e.EFF(9,"Generate Address"),e.k0s()()()()),2&a&&(e.R7$(5),e.R50("ngModel",i.selectedAddressType),e.R7$(),e.Y8G("ngForOf",i.addressTypes))},dependencies:[d.Sq,m.BC,m.vS,h.DJ,h.sA,h.UI,G.$z,f.rl,f.nJ,R.VO,V.wT]})}}return n})();var l2=g(2852);const r2=["form"],c2=["formSweepAll"],p2=["stepper"];function m2(n,s){if(1&n&&(e.j41(0,"div",16),e.nrm(1,"fa-icon",17),e.j41(2,"span",18)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",19)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&n){const t=e.XpG();e.R7$(),e.Y8G("icon",t.faInfoCircle),e.R7$(6),e.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),e.R7$(2),e.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),e.R7$(2),e.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),e.R7$(2),e.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),e.R7$(2),e.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function u2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Bitcoin address is required."),e.k0s())}function d2(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.amountError)}}function h2(n,s){if(1&n&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t),e.R7$(),e.JRh(t)}}function _2(n,s){if(1&n&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t.id),e.R7$(),e.SpI(" ",t.name," ")}}function f2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function g2(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",40)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",41,4),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.transactionBlocks,i)||(o.transactionBlocks=i),e.Njj(i)}),e.k0s(),e.DNE(5,f2,2,0,"mat-error",23),e.k0s()}if(2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.transactionBlocks),e.R7$(2),e.Y8G("ngIf",!t.transactionBlocks)}}function C2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function y2(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-form-field",40)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",42,5),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.transactionFees,i)||(o.transactionFees=i),e.Njj(i)}),e.k0s(),e.DNE(5,C2,2,0,"mat-error",23),e.k0s()}if(2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",t.transactionFees),e.R7$(2),e.Y8G("ngIf",!t.transactionFees)}}function b2(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.sendFundError)}}function F2(n,s){if(1&n&&(e.j41(0,"div",43),e.nrm(1,"fa-icon",17),e.DNE(2,b2,2,1,"span",23),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.sendFundError)}}function x2(n,s){if(1&n){const t=e.RV6();e.j41(0,"form",20,1),e.bIt("submit",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSendFunds())})("reset",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.resetData())}),e.j41(2,"mat-form-field",21)(3,"mat-label"),e.EFF(4,"Bitcoin Address"),e.k0s(),e.j41(5,"input",22,2),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.transactionAddress,i)||(o.transactionAddress=i),e.Njj(i)}),e.k0s(),e.DNE(7,u2,2,0,"mat-error",23),e.k0s(),e.j41(8,"mat-form-field",24)(9,"mat-label"),e.EFF(10,"Amount"),e.k0s(),e.j41(11,"input",25,3),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.transactionAmount,i)||(o.transactionAmount=i),e.Njj(i)}),e.k0s(),e.j41(13,"span",26),e.EFF(14),e.k0s(),e.DNE(15,d2,2,1,"mat-error",23),e.k0s(),e.j41(16,"mat-form-field",27)(17,"mat-select",28),e.bIt("selectionChange",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.onAmountUnitChange(i))}),e.DNE(18,h2,2,2,"mat-option",29),e.k0s()(),e.j41(19,"div",30)(20,"mat-form-field",31)(21,"mat-select",32),e.mxI("valueChange",function(i){e.eBV(t);const o=e.XpG();return e.DH7(o.selTransType,i)||(o.selTransType=i),e.Njj(i)}),e.DNE(22,_2,2,2,"mat-option",29),e.k0s()(),e.DNE(23,g2,6,4,"mat-form-field",33)(24,y2,6,4,"mat-form-field",33),e.k0s(),e.nrm(25,"div",34),e.DNE(26,F2,3,2,"div",35),e.j41(27,"div",36)(28,"button",37),e.EFF(29,"Clear Fields"),e.k0s(),e.j41(30,"button",38),e.EFF(31,"Send Funds"),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(5),e.R50("ngModel",t.transactionAddress),e.R7$(2),e.Y8G("ngIf",!t.transactionAddress),e.R7$(4),e.Y8G("step",100)("min",0),e.R50("ngModel",t.transactionAmount),e.R7$(3),e.SpI("",t.selAmountUnit," "),e.R7$(),e.Y8G("ngIf",!t.transactionAmount),e.R7$(2),e.Y8G("value",t.selAmountUnit),e.R7$(),e.Y8G("ngForOf",t.amountUnits),e.R7$(3),e.R50("value",t.selTransType),e.R7$(),e.Y8G("ngForOf",t.transTypes),e.R7$(),e.Y8G("ngIf","1"===t.selTransType),e.R7$(),e.Y8G("ngIf","2"===t.selTransType),e.R7$(2),e.Y8G("ngIf",""!==t.sendFundError)}}function v2(n,s){if(1&n&&e.EFF(0),2&n){const t=e.XpG(3);e.JRh(t.passwordFormLabel)}}function T2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function S2(n,s){if(1&n){const t=e.RV6();e.j41(0,"mat-step",47)(1,"form",66),e.DNE(2,v2,1,1,"ng-template",60),e.j41(3,"div",7)(4,"mat-form-field",18)(5,"mat-label"),e.EFF(6,"Password"),e.k0s(),e.nrm(7,"input",67),e.DNE(8,T2,2,0,"mat-error",23),e.k0s()(),e.j41(9,"div",68)(10,"button",69),e.bIt("click",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.onAuthenticate())}),e.EFF(11,"Confirm"),e.k0s()()()()}if(2&n){const t=e.XpG(2);e.Y8G("stepControl",t.passwordFormGroup)("editable",t.flgEditable),e.R7$(),e.Y8G("formGroup",t.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==t.passwordFormGroup.controls.password.errors?null:t.passwordFormGroup.controls.password.errors.required)}}function k2(n,s){if(1&n&&e.EFF(0),2&n){const t=e.XpG(2);e.JRh(t.sendFundFormLabel)}}function R2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Bitcoin address is required."),e.k0s())}function E2(n,s){if(1&n&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&n){const t=s.$implicit;e.Y8G("value",t.id),e.R7$(),e.SpI(" ",t.name," ")}}function I2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function L2(n,s){if(1&n&&(e.j41(0,"mat-form-field",70)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.nrm(3,"input",71),e.DNE(4,I2,2,0,"mat-error",23),e.k0s()),2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R7$(),e.Y8G("ngIf",null==t.sendFundFormGroup.controls.transactionBlocks.errors?null:t.sendFundFormGroup.controls.transactionBlocks.errors.required)}}function w2(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function j2(n,s){if(1&n&&(e.j41(0,"mat-form-field",70)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.nrm(3,"input",72),e.DNE(4,w2,2,0,"mat-error",23),e.k0s()),2&n){const t=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R7$(),e.Y8G("ngIf",null==t.sendFundFormGroup.controls.transactionFees.errors?null:t.sendFundFormGroup.controls.transactionFees.errors.required)}}function G2(n,s){if(1&n&&e.EFF(0),2&n){const t=e.XpG(2);e.JRh(t.confirmFormLabel)}}function D2(n,s){if(1&n&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.JRh(t.sendFundError)}}function N2(n,s){if(1&n&&(e.j41(0,"div",43),e.nrm(1,"fa-icon",17),e.DNE(2,D2,2,1,"span",23),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("icon",t.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==t.sendFundError)}}function P2(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",44)(1,"mat-vertical-stepper",45,6),e.bIt("selectionChange",function(i){e.eBV(t);const o=e.XpG();return e.Njj(o.stepSelectionChanged(i))}),e.DNE(3,S2,12,4,"mat-step",46),e.j41(4,"mat-step",47)(5,"form",48),e.DNE(6,k2,1,1,"ng-template",49),e.j41(7,"div",50)(8,"mat-form-field",51)(9,"mat-label"),e.EFF(10,"Bitcoin Address"),e.k0s(),e.nrm(11,"input",52),e.DNE(12,R2,2,0,"mat-error",23),e.k0s(),e.j41(13,"mat-form-field",53)(14,"mat-select",54),e.DNE(15,E2,2,2,"mat-option",29),e.k0s()(),e.DNE(16,L2,5,3,"mat-form-field",55)(17,j2,5,3,"mat-form-field",55),e.k0s(),e.j41(18,"div",56)(19,"button",57),e.EFF(20,"Next"),e.k0s()()()(),e.j41(21,"mat-step",58)(22,"form",59),e.DNE(23,G2,1,1,"ng-template",60),e.j41(24,"div",44)(25,"div",61),e.nrm(26,"fa-icon",62),e.j41(27,"span"),e.EFF(28,"You are about to sweep all funds from RTL. Are you sure?"),e.k0s()(),e.DNE(29,N2,3,2,"div",35),e.j41(30,"div",56)(31,"button",63),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onSendFunds())}),e.EFF(32,"Sweep All Funds"),e.k0s()()()()()(),e.j41(33,"div",64)(34,"button",65),e.EFF(35),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(),e.Y8G("linear",!0),e.R7$(2),e.Y8G("ngIf",!t.appConfig.SSO.rtlSSO),e.R7$(),e.Y8G("stepControl",t.sendFundFormGroup)("editable",t.flgEditable),e.R7$(),e.Y8G("formGroup",t.sendFundFormGroup),e.R7$(7),e.Y8G("ngIf",null==t.sendFundFormGroup.controls.transactionAddress.errors?null:t.sendFundFormGroup.controls.transactionAddress.errors.required),e.R7$(3),e.Y8G("ngForOf",t.transTypes),e.R7$(),e.Y8G("ngIf","1"===t.sendFundFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf","2"===t.sendFundFormGroup.controls.selTransType.value),e.R7$(4),e.Y8G("stepControl",t.confirmFormGroup),e.R7$(),e.Y8G("formGroup",t.confirmFormGroup),e.R7$(4),e.Y8G("icon",t.faExclamationTriangle),e.R7$(3),e.Y8G("ngIf",""!==t.sendFundError),e.R7$(5),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(t.flgValidated?"Close":"Cancel")}}let $2=(()=>{class n{constructor(t,a,i,o,r,c,F,C,S,wC,jC){this.dialogRef=t,this.data=a,this.logger=i,this.dataService=o,this.store=r,this.rtlEffects=c,this.commonService=F,this.decimalPipe=C,this.snackBar=S,this.actions=wC,this.formBuilder=jC,this.faExclamationTriangle=b.zpE,this.faInfoCircle=b.iW_,this.sweepAll=!1,this.addressTypes=[],this.selectedAddress={},this.blockchainBalance={},this.information={},this.newAddress="",this.transactionAddress="",this.transactionAmount=null,this.transactionFees=null,this.transactionBlocks=null,this.transTypes=[{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],this.selTransType="1",this.fiatConversion=!1,this.amountUnits=l.A0,this.selAmountUnit=l.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=l.k,this.sendFundError="",this.flgValidated=!1,this.flgEditable=!0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B]}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,_.Q)(this.unSubs[0])).subscribe({next:t=>{this.recommendedFee=t},error:t=>{this.logger.error(t)}}),this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[m.k0.required]],password:["",[m.k0.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",m.k0.required],transactionBlocks:[null],transactionFees:[null],selTransType:["1",m.k0.required]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.selTransType.valueChanges.pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{"1"===t?(this.sendFundFormGroup.controls.transactionBlocks.setValidators([m.k0.required]),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators(null),this.sendFundFormGroup.controls.transactionFees.setValue(null)):(this.sendFundFormGroup.controls.transactionBlocks.setValidators(null),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators([m.k0.required]),this.sendFundFormGroup.controls.transactionFees.setValue(null))}),this.store.select(X.qv).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.appConfig=t}),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.fiatConversion=t.settings.fiatConversion,this.amountUnits=t.settings.currencyUnits,this.logger.info(t)}),this.actions.pipe((0,_.Q)(this.unSubs[4]),(0,Y.p)(t=>t.type===l.QP.UPDATE_API_CALL_STATUS_LND||t.type===l.QP.SET_CHANNEL_TRANSACTION_RES_LND)).subscribe(t=>{t.type===l.QP.SET_CHANNEL_TRANSACTION_RES_LND&&(this.store.dispatch((0,E.UI)({payload:this.sweepAll?"All Funds Sent Successfully!":"Fund Sent Successfully!"})),this.dialogRef.close()),t.type===l.QP.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.wn.ERROR&&"SetChannelTransaction"===t.payload.action&&(this.sendFundError=t.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,E.oz)({payload:l2(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,J.s)(1)).subscribe(t=>{"ERROR"!==t?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="";const t={amount:this.transactionAmount?this.transactionAmount:0,sendAll:this.sweepAll};this.sweepAll?(t.address=this.sendFundFormGroup.controls.transactionAddress.value,"1"===this.sendFundFormGroup.controls.selTransType.value&&(t.blocks=this.sendFundFormGroup.controls.transactionBlocks.value),"2"===this.sendFundFormGroup.controls.selTransType.value&&(t.fees=this.sendFundFormGroup.controls.transactionFees.value)):(t.address=this.transactionAddress,"1"===this.selTransType&&(t.blocks=this.transactionBlocks),"2"===this.selTransType&&(t.fees=this.transactionFees)),this.transactionAmount&&this.selAmountUnit!==l.BQ.SATS?this.commonService.convertCurrency(this.transactionAmount,this.selAmountUnit===this.amountUnits[2]?l.BQ.OTHER:this.selAmountUnit,l.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,_.Q)(this.unSubs[5])).subscribe({next:a=>{this.selAmountUnit=l.BQ.SATS,t.amount=+(this.decimalPipe.transform(a[this.amountUnits[0]],this.currencyUnitFormats[this.amountUnits[0]])?.replace(/,/g,"")||0),this.store.dispatch((0,v.aB)({payload:t}))},error:a=>{this.transactionAmount=null,this.selAmountUnit=l.BQ.SATS,this.amountError="Conversion Error: "+a}}):this.store.dispatch((0,v.aB)({payload:t}))}get invalidValues(){return this.sweepAll?!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||"1"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionBlocks.value||this.sendFundFormGroup.controls.transactionBlocks.value<=0)||"2"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionFees.value||this.sendFundFormGroup.controls.transactionFees.value<=0):!this.transactionAddress||""===this.transactionAddress||!this.transactionAmount||this.transactionAmount<=0||"1"===this.selTransType&&(!this.transactionBlocks||this.transactionBlocks<=0)||"2"===this.selTransType&&(!this.transactionFees||this.transactionFees<=0)}resetData(){this.sendFundError="",this.selTransType="1",this.transactionAddress="",this.transactionBlocks=null,this.transactionFees=null,this.sweepAll||(this.transactionAmount=null)}stepSelectionChanged(t){switch(this.sendFundError="",t.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+" | "+this.transTypes[this.sendFundFormGroup.controls.selTransType.value-1].name+("2"===this.sendFundFormGroup.controls.selTransType.value?" (Sats/vByte)":"")+": "+("1"===this.sendFundFormGroup.controls.selTransType.value?this.sendFundFormGroup.controls.transactionBlocks.value:this.sendFundFormGroup.controls.transactionFees.value)}t.selectedIndex{this.selAmountUnit=t.value,a.transactionAmount=+(a.decimalPipe.transform(c[o],a.currencyUnitFormats[o])?.replace(/,/g,"")||0)},error:c=>{a.transactionAmount=null,this.amountError="Conversion Error: "+c,this.selAmountUnit=i,o=i}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(O.CP),e.rXU(O.Vh),e.rXU(j.gP),e.rXU(W.u),e.rXU(I.il),e.rXU(ue.H),e.rXU(N.h),e.rXU(d.QX),e.rXU(ae.UG),e.rXU(Q.En),e.rXU(m.ze))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-send-modal"]],viewQuery:function(a,i){if(1&a&&(e.GBs(r2,7),e.GBs(c2,5),e.GBs(p2,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.form=o.first),e.mGM(o=e.lsd())&&(i.formSweepAll=o.first),e.mGM(o=e.lsd())&&(i.stepper=o.first)}},decls:13,vars:5,consts:[["sweepAllBlock",""],["form","ngForm"],["address","ngModel"],["amnt","ngModel"],["blocks","ngModel"],["fees","ngModel"],["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex.gt-sm","55"],["autoFocus","","matInput","","tabindex","1","name","address","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","30"],["matInput","","name","amt","type","number","tabindex","2","required","",3,"ngModelChange","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex.gt-sm","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","60","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxLayout","column","fxFlex","48"],["tabindex","4",3,"valueChange","value"],["fxFlex","48",4,"ngIf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["fxFlex","48"],["matInput","","type","number","name","blcks","required","","tabindex","5",3,"ngModelChange","step","min","ngModel"],["matInput","","type","number","name","chainFees","required","","tabindex","6",3,"ngModelChange","step","min","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","98","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxLayout","column","fxFlex.gt-sm","45"],["matInput","","formControlName","transactionAddress","tabindex","4","name","address","required",""],["fxLayout","column","fxFlex.gt-sm","25"],["formControlName","selTransType","tabindex","5"],["fxFlex.gt-sm","25","fxLayoutAlign","start end",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","button","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxFlex.gt-sm","25","fxLayoutAlign","start end"],["matInput","","formControlName","transactionBlocks","type","number","name","blcks","required","","tabindex","6",3,"step","min"],["matInput","","formControlName","transactionFees","type","number","name","chainFees","required","","tabindex","7",3,"step","min"]],template:function(a,i){if(1&a&&(e.j41(0,"div",7)(1,"div",8)(2,"mat-card-header",9)(3,"div",10)(4,"span",11),e.EFF(5),e.k0s()(),e.j41(6,"button",12),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",13),e.DNE(9,m2,16,6,"div",14)(10,x2,32,14,"form",15),e.k0s()()(),e.DNE(11,P2,36,15,"ng-template",null,0,e.C5r)),2&a){const o=e.sdS(12);e.R7$(5),e.JRh(i.sweepAll?"Sweep All Funds":"Send Funds"),e.R7$(),e.Y8G("mat-dialog-close",!1),e.R7$(3),e.Y8G("ngIf",i.recommendedFee.minimumFee),e.R7$(),e.Y8G("ngIf",!i.sweepAll)("ngIfElse",o)}},dependencies:[d.Sq,d.bT,m.qT,m.me,m.Q0,m.BC,m.cb,m.YS,m.VZ,m.vS,m.cV,m.j4,m.JD,M.aY,h.DJ,h.sA,h.UI,O.tx,G.$z,T.m2,T.MM,$.fg,f.rl,f.nJ,f.TL,f.yw,R.VO,V.wT,H.V5,H.Ti,H.M6,H.F7,K.N,te.V]})}}return n})(),ot=(()=>{class n{constructor(t,a){this.store=t,this.activatedRoute=a,this.sweepAll=!1,this.unSubs=[new u.B,new u.B]}ngOnInit(){this.activatedRoute.data.pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.sweepAll=t.sweepAll})}openSendFundsModal(){this.store.dispatch((0,E.xO)({payload:{data:{sweepAll:this.sweepAll,component:$2}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(I.il),e.rXU(x.nX))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-on-chain-send"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"div",1)(2,"button",2),e.bIt("click",function(){return i.openSendFundsModal()}),e.EFF(3),e.k0s()()()),2&a&&(e.R7$(3),e.JRh(i.sweepAll?"Sweep All":"Send Funds"))},dependencies:[h.DJ,h.sA,h.UI,G.$z]})}}return n})();const A2=n=>({"mt-1":n}),lt=n=>({"dashboard-card-content":!0,"error-border":n});function M2(n,s){1&n&&e.nrm(0,"mat-progress-bar",26)}function B2(n,s){if(1&n&&e.nrm(0,"rtl-node-info",27),2&n){const t=e.XpG(3);e.Y8G("information",t.information)("showColorFieldSeparately",!0)}}function O2(n,s){if(1&n&&e.nrm(0,"rtl-channel-status-info",28),2&n){const t=e.XpG(3);e.Y8G("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function V2(n,s){if(1&n&&e.nrm(0,"rtl-fee-info",29),2&n){const t=e.XpG(3);e.Y8G("fees",t.fees)("errorMessage",t.errorMessages[2])}}function Y2(n,s){if(1&n&&(e.j41(0,"mat-grid-tile",13)(1,"div",14)(2,"div",15)(3,"div",16),e.nrm(4,"fa-icon",17),e.j41(5,"span"),e.EFF(6),e.k0s()()(),e.j41(7,"div",18)(8,"mat-card",19)(9,"mat-card-content",20),e.DNE(10,M2,1,0,"mat-progress-bar",21),e.j41(11,"div",22),e.DNE(12,B2,1,2,"rtl-node-info",23)(13,O2,1,2,"rtl-channel-status-info",24)(14,V2,1,2,"rtl-fee-info",25),e.k0s()()()()()()),2&n){const t=s.$implicit,a=e.XpG(2);e.Y8G("colspan",t.cols)("rowspan",t.rows),e.R7$(4),e.Y8G("icon",t.icon),e.R7$(2),e.JRh(t.title),e.R7$(3),e.Y8G("ngClass",e.eq3(10,lt,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",t.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","status"),e.R7$(),e.Y8G("ngSwitchCase","fee")}}function X2(n,s){if(1&n&&(e.j41(0,"mat-grid-list",11),e.DNE(1,Y2,15,12,"mat-grid-tile",12),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngForOf",t.nodeCards)}}function U2(n,s){1&n&&e.nrm(0,"mat-progress-bar",26)}function H2(n,s){1&n&&e.eu8(0)}function q2(n,s){if(1&n&&(e.j41(0,"div",34),e.DNE(1,H2,1,0,"ng-container",35),e.k0s()),2&n){const t=e.XpG(2),a=e.sdS(9),i=e.sdS(11);e.R7$(),e.Y8G("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:i)}}function z2(n,s){1&n&&e.eu8(0)}function J2(n,s){if(1&n&&(e.j41(0,"div",34),e.DNE(1,z2,1,0,"ng-container",35),e.k0s()),2&n){const t=e.XpG(2),a=e.sdS(9),i=e.sdS(13);e.R7$(),e.Y8G("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:i)}}function W2(n,s){1&n&&e.eu8(0)}function Q2(n,s){if(1&n&&(e.j41(0,"div",34),e.DNE(1,W2,1,0,"ng-container",35),e.k0s()),2&n){const t=e.XpG(2),a=e.sdS(9),i=e.sdS(15);e.R7$(),e.Y8G("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:i)}}function Z2(n,s){if(1&n&&(e.j41(0,"mat-grid-tile",30)(1,"mat-card",31)(2,"mat-card-content",32),e.DNE(3,U2,1,0,"mat-progress-bar",21),e.j41(4,"div",22),e.DNE(5,q2,2,1,"div",33)(6,J2,2,1,"div",33)(7,Q2,2,1,"div",33),e.k0s()()()()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("colspan",t.cols)("rowspan",t.rows),e.R7$(2),e.Y8G("ngClass",e.eq3(8,lt,a.apiCallStatusNetwork.status===a.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf",a.apiCallStatusNetwork.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",t.id),e.R7$(),e.Y8G("ngSwitchCase","general"),e.R7$(),e.Y8G("ngSwitchCase","channels"),e.R7$(),e.Y8G("ngSwitchCase","degrees")}}function K2(n,s){if(1&n&&(e.j41(0,"div",36)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.JRh(t.errorMessages[1])}}function eg(n,s){if(1&n&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Network Capacity"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Number of Nodes"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div")(14,"h4",38),e.EFF(15,"Number of Channels"),e.k0s(),e.j41(16,"span",39),e.EFF(17),e.nI1(18,"number"),e.k0s()()()),2&n){const t=e.XpG();e.R7$(5),e.SpI("",e.bMT(6,3,t.networkInfo.total_network_capacity)," Sats"),e.R7$(6),e.JRh(e.bMT(12,5,t.networkInfo.num_nodes)),e.R7$(6),e.JRh(e.bMT(18,7,t.networkInfo.num_channels))}}function tg(n,s){if(1&n&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Max Channel Size"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Avg Channel Size"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div")(14,"h4",38),e.EFF(15,"Min Channel Size"),e.k0s(),e.j41(16,"span",39),e.EFF(17),e.nI1(18,"number"),e.k0s()()()),2&n){const t=e.XpG();e.R7$(5),e.JRh(e.bMT(6,3,t.networkInfo.max_channel_size)),e.R7$(6),e.JRh(e.bMT(12,5,t.networkInfo.avg_channel_size)),e.R7$(6),e.JRh(e.bMT(18,7,t.networkInfo.min_channel_size))}}function ng(n,s){if(1&n&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Max Out Degree"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Avg Out Degree"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div",40),e.nrm(14,"h4",38)(15,"span",39),e.k0s()()),2&n){const t=e.XpG();e.R7$(5),e.JRh(e.bMT(6,2,t.networkInfo.max_out_degree)),e.R7$(6),e.JRh(e.i5U(12,4,t.networkInfo.avg_out_degree,"1.0-2"))}}let ig=(()=>{class n{constructor(t,a,i){this.logger=t,this.commonService=a,this.store=i,this.faProjectDiagram=b.qFF,this.faBolt=b.zm_,this.faServer=b.D6w,this.faNetworkWired=b.eGi,this.information={},this.channelsStatus={},this.networkInfo={},this.networkCards=[],this.nodeCards=[],this.screenSize="",this.screenSizeEnum=l.f7,this.userPersonaEnum=l.HW,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusNetwork=null,this.apiCallStatusFees=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS?(this.networkCards=[{id:"general",cols:3,rows:1},{id:"channels",cols:3,rows:1},{id:"degrees",cols:3,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:3,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:3,rows:1}]):(this.networkCards=[{id:"general",cols:1,rows:1},{id:"channels",cols:1,rows:1},{id:"degrees",cols:1,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:1,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:1,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:1,rows:1}])}ngOnInit(){this.store.select(y.gj).pipe((0,_.Q)(this.unSubs[0]),(0,he.E)(this.store.select(X._c))).subscribe(([t,a])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=a,this.information=t.information}),this.store.select(y.tA).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusNetwork=t.apiCallStatus,this.apiCallStatusNetwork.status===l.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusNetwork.message?JSON.stringify(this.apiCallStatusNetwork.message):this.apiCallStatusNetwork.message?this.apiCallStatusNetwork.message:""),this.networkInfo=t.networkInfo}),this.store.select(y.oR).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.Uv).pipe((0,_.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:t.pendingChannelsSummary.open?.num_channels,capacity:t.pendingChannelsSummary.open?.limbo_balance},this.channelsStatus.closing={num_channels:(t.pendingChannelsSummary.closing?.num_channels||0)+(t.pendingChannelsSummary.force_closing?.num_channels||0)+(t.pendingChannelsSummary.waiting_close?.num_channels||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[4])).subscribe(t=>{this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.logger.info(t)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-network-info"]],decls:16,vars:6,consts:[["errorBlock",""],["generalBlock",""],["channelsBlock",""],["degreesBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","3","rowHeight","330px",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container",3,"ngClass"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","3","rowHeight","250px"],["fxLayout","row",3,"colspan","rowspan",4,"ngFor","ngForOf"],["cols","3","rowHeight","330px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",1,"mt-2",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxLayout","row",3,"colspan","rowspan"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100"],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"]],template:function(a,i){1&a&&(e.j41(0,"div",4),e.DNE(1,X2,2,1,"mat-grid-list",5),e.j41(2,"div",6),e.nrm(3,"fa-icon",7),e.j41(4,"span",8),e.EFF(5,"Network"),e.k0s()(),e.j41(6,"mat-grid-list",9),e.DNE(7,Z2,8,10,"mat-grid-tile",10),e.k0s()(),e.DNE(8,K2,3,1,"ng-template",null,0,e.C5r)(10,eg,19,9,"ng-template",null,1,e.C5r)(12,tg,19,9,"ng-template",null,2,e.C5r)(14,ng,16,7,"ng-template",null,3,e.C5r)),2&a&&(e.R7$(),e.Y8G("ngIf",i.selNode.settings.userPersona!==i.userPersonaEnum.OPERATOR),e.R7$(),e.Y8G("ngClass",e.eq3(4,A2,i.screenSize!==i.screenSizeEnum.XS)),e.R7$(),e.Y8G("icon",i.faProjectDiagram),e.R7$(4),e.Y8G("ngForOf",i.networkCards))},dependencies:[d.YU,d.Sq,d.bT,d.T3,d.ux,d.e1,M.aY,h.DJ,h.sA,h.UI,L.PW,T.RN,T.m2,_e.B_,_e.NS,B.HM,Ye,Xe,Ue,d.QX]})}}return n})();function ag(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let sg=(()=>{class n{constructor(t){this.router=t,this.faDownload=b.cbP,this.links=[{link:"bckup",name:"Backup"},{link:"restore",name:"Restore"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-backup"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Channels Backup"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,ag,2,3,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&a){const o=e.sdS(10);e.R7$(),e.Y8G("icon",i.faDownload),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,P.Bu,P.hQ,P.Ql,x.n3,x.Wk]})}}return n})();const og=n=>({"overflow-auto error-border":n,"overflow-auto":!0}),lg=()=>["no_channel"],rg=n=>({"max-width":n}),cg=n=>({"display-none":n});function pg(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",24)(1,"h4",25),e.EFF(2),e.k0s(),e.j41(3,"div",26)(4,"button",27),e.bIt("click",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onRestoreChannels({}))}),e.EFF(5,"Restore All"),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",t.selNode.settings.channelBackupPath,"/restore")}}function mg(n,s){if(1&n&&(e.j41(0,"div",28)(1,"h4",25),e.EFF(2),e.k0s(),e.j41(3,"h4",29),e.EFF(4,"All channel backup file not found! To perform channel restoration, channel backup file/s must be placed at the above location."),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",t.selNode.settings.channelBackupPath,"/restore")}}function ug(n,s){if(1&n&&(e.j41(0,"div",28)(1,"h4",25),e.EFF(2),e.k0s()()),2&n){const t=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",t.selNode.settings.channelBackupPath,"/restore")}}function dg(n,s){1&n&&e.nrm(0,"mat-progress-bar",30)}function hg(n,s){1&n&&(e.j41(0,"th",31),e.EFF(1,"Channel Point"),e.k0s())}function _g(n,s){if(1&n&&(e.j41(0,"td",32)(1,"div",33)(2,"span",34),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,rg,a.screenSize===a.screenSizeEnum.XS?"25rem":"60rem")),e.R7$(2),e.JRh(null==t?null:t.channel_point)}}function fg(n,s){1&n&&(e.j41(0,"th",35)(1,"div",36),e.EFF(2,"Actions"),e.k0s()())}function gg(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",32)(1,"span",37)(2,"button",38),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onRestoreChannels(i))}),e.EFF(3,"Restore"),e.k0s()()()}}function Cg(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No singular channel backups available."),e.k0s())}function yg(n,s){if(1&n&&(e.j41(0,"td",39),e.DNE(1,Cg,2,0,"p",40),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",!t.channels||!t.channels.data||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)}}function bg(n,s){if(1&n&&e.nrm(0,"tr",41),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,cg,t.channels&&t.channels.data&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Fg(n,s){1&n&&e.nrm(0,"tr",42)}function xg(n,s){1&n&&e.nrm(0,"tr",43)}let vg=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.store=a,this.lndEffects=i,this.commonService=o,this.pageSize=l.md,this.pageSizeOptions=l.xp,this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.channels=new p.I6([]),this.allRestoreExists=!1,this.flgLoading=[!0],this.selFilter="",this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,v.$J)()),this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.lndEffects.setRestoreChannelList.pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.allRestoreExists=t.all_restore_exists,this.channelsData=t.files,this.channelsData.length>0&&this.loadRestoreTable(this.channelsData),("error"!==this.flgLoading[0]||t&&t.files)&&(this.flgLoading[0]=!1),this.logger.info(t)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadRestoreTable(this.channelsData)}onRestoreChannels(t){this.store.dispatch((0,v.Lf)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadRestoreTable(t){this.channels=new p.I6([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,i)=>(a.channel_point?a.channel_point.toLowerCase():"").includes(i),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(re.L),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-restore-table"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:w.xX,useValue:(0,l.on)("Channels")}])],decls:28,vars:16,consts:[["table",""],["fxLayout","column",1,"mt-2"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxFlex","49"],["fxLayout","column","fxFlex","49"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100"],["fxLayout","row",1,"mt-2"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap"],["fxFlex","100",1,"mt-1"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","1",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1),e.DNE(1,pg,6,1,"div",2)(2,mg,5,1,"div",3)(3,ug,3,1,"div",3),e.j41(4,"div",4),e.nrm(5,"div",5),e.j41(6,"div",6),e.nrm(7,"div",7),e.j41(8,"mat-form-field",8)(9,"mat-label"),e.EFF(10,"Filter"),e.k0s(),e.j41(11,"input",9),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(12,"div",10),e.DNE(13,dg,1,0,"mat-progress-bar",11),e.j41(14,"table",12,0),e.qex(16,13),e.DNE(17,hg,2,0,"th",14)(18,_g,4,4,"td",15),e.bVm(),e.qex(19,16),e.DNE(20,fg,3,0,"th",17)(21,gg,4,0,"td",15),e.bVm(),e.qex(22,18),e.DNE(23,yg,2,1,"td",19),e.bVm(),e.DNE(24,bg,1,3,"tr",20)(25,Fg,1,0,"tr",21)(26,xg,1,0,"tr",22),e.k0s()(),e.nrm(27,"mat-paginator",23),e.k0s()}2&a&&(e.R7$(),e.Y8G("ngIf",i.allRestoreExists),e.R7$(),e.Y8G("ngIf",!i.allRestoreExists&&(!i.channels||(null==i.channels||null==i.channels.data?null:i.channels.data.length)<=0)),e.R7$(),e.Y8G("ngIf",!i.allRestoreExists&&i.channels&&(null==i.channels||null==i.channels.data?null:i.channels.data.length)&&(null==i.channels||null==i.channels.data?null:i.channels.data.length)>0),e.R7$(8),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",!0===i.flgLoading[0]),e.R7$(),e.Y8G("dataSource",i.channels)("ngClass",e.eq3(13,og,"error"===i.flgLoading[0])),e.R7$(10),e.Y8G("matFooterRowDef",e.lJ4(15,lg)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.Ld]})}}return n})();const Tg=n=>({"error-border":n}),Sg=()=>["no_channel"],kg=n=>({"max-width":n}),Rg=n=>({"display-none":n});function Eg(n,s){1&n&&e.nrm(0,"mat-progress-bar",33)}function Ig(n,s){1&n&&(e.j41(0,"th",34),e.EFF(1,"Channel Point"),e.k0s())}function Lg(n,s){if(1&n&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,kg,a.screenSize===a.screenSizeEnum.XS?"25rem":"60rem")),e.R7$(2),e.JRh(null==t?null:t.channel_point)}}function wg(n,s){1&n&&(e.j41(0,"th",38)(1,"div",39),e.EFF(2,"Actions"),e.k0s()())}function jg(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",40)(1,"div",39)(2,"mat-select",41),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",42),e.bIt("click",function(i){const o=e.eBV(t).$implicit,r=e.XpG();return e.Njj(r.onChannelClick(o,i))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",42),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onBackupChannels(i))}),e.EFF(7,"Backup"),e.k0s(),e.j41(8,"mat-option",42),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onDownloadBackup(i))}),e.EFF(9,"Download Backup"),e.k0s(),e.j41(10,"mat-option",42),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.onVerifyChannels(i))}),e.EFF(11,"Verify"),e.k0s()()()()}}function Gg(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"No channel available."),e.k0s())}function Dg(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting channels..."),e.k0s())}function Ng(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.JRh(t.errorMessage)}}function Pg(n,s){if(1&n&&(e.j41(0,"td",43),e.DNE(1,Gg,2,0,"p",44)(2,Dg,2,0,"p",44)(3,Ng,2,1,"p",44),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function $g(n,s){if(1&n&&e.nrm(0,"tr",45),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(1,Rg,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Ag(n,s){1&n&&e.nrm(0,"tr",46)}function Mg(n,s){1&n&&e.nrm(0,"tr",47)}let Bg=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.store=a,this.actions=i,this.commonService=o,this.faInfoCircle=b.iW_,this.faExclamationTriangle=b.zpE,this.faArchive=b.Oh6,this.pageSize=l.md,this.pageSizeOptions=l.xp,this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.channels=new p.I6([]),this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(X._c).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=t.channels,this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadBackupTable(this.channelsData),this.logger.info(t)}),this.actions.pipe((0,_.Q)(this.unSubs[2]),(0,Y.p)(t=>t.type===l.QP.SET_CHANNELS_LND||t.type===l.aU.SHOW_FILE)).subscribe(t=>{t.type===l.QP.SET_CHANNELS_LND&&(this.selectedChannel=null),t.type===l.aU.SHOW_FILE&&(this.commonService.downloadFile(t.payload,"channel-"+(this.selectedChannel?.channel_point?this.selectedChannel.channel_point:"all"),".bak",".bak"),this.selectedChannel=null)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadBackupTable(this.channelsData)}onBackupChannels(t){this.store.dispatch((0,v.H2)({payload:{uiMessage:l.MZ.BACKUP_CHANNEL,channelPoint:t.channel_point?t.channel_point:"ALL",showMessage:""}}))}onVerifyChannels(t){this.store.dispatch((0,v.L)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}onDownloadBackup(t){this.selectedChannel=t,this.store.dispatch((0,E.t2)({payload:{channelPoint:t.channel_point?t.channel_point:"all"}}))}onChannelClick(t,a){this.store.dispatch((0,E.xO)({payload:{data:{channel:t,showCopy:!1,component:Ee}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadBackupTable(t){this.channels=new p.I6(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,i)=>a[i]&&isNaN(a[i])?a[i].toLocaleLowerCase():a[i]?+a[i]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,i)=>(a.channel_point?a.channel_point.toLowerCase():"").includes(i),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(I.il),e.rXU(Q.En),e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-channel-backup-table"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:R.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:w.xX,useValue:(0,l.on)("Channels")}])],decls:46,vars:17,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxFlex","49"],["fxLayout","column","fxFlex","49"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span"),e.EFF(5,"Save your backup files in a redundant location."),e.k0s()(),e.j41(6,"div",5),e.nrm(7,"fa-icon",4),e.j41(8,"span")(9,"strong"),e.EFF(10,"Backup Folder Location: "),e.k0s(),e.EFF(11),e.k0s()(),e.j41(12,"div",6)(13,"button",7),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onVerifyChannels({}))}),e.EFF(14,"Verify All"),e.k0s(),e.j41(15,"button",8),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onBackupChannels({}))}),e.EFF(16,"Backup All"),e.k0s(),e.j41(17,"button",9),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onDownloadBackup({}))}),e.EFF(18,"Download Backup"),e.k0s()()(),e.j41(19,"div",10)(20,"div",11),e.nrm(21,"fa-icon",12),e.j41(22,"span",13),e.EFF(23,"Backups"),e.k0s()(),e.j41(24,"div",14),e.nrm(25,"div",15),e.j41(26,"mat-form-field",16)(27,"mat-label"),e.EFF(28,"Filter"),e.k0s(),e.j41(29,"input",17),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selFilter,c)||(i.selFilter=c),e.Njj(c)}),e.bIt("input",function(){return e.eBV(o),e.Njj(i.applyFilter())})("keyup",function(){return e.eBV(o),e.Njj(i.applyFilter())}),e.k0s()()()(),e.j41(30,"div",18),e.DNE(31,Eg,1,0,"mat-progress-bar",19),e.j41(32,"table",20,0),e.qex(34,21),e.DNE(35,Ig,2,0,"th",22)(36,Lg,4,4,"td",23),e.bVm(),e.qex(37,24),e.DNE(38,wg,3,0,"th",25)(39,jg,12,0,"td",26),e.bVm(),e.qex(40,27),e.DNE(41,Pg,4,3,"td",28),e.bVm(),e.DNE(42,$g,1,3,"tr",29)(43,Ag,1,0,"tr",30)(44,Mg,1,0,"tr",31),e.k0s()(),e.nrm(45,"mat-paginator",32),e.k0s()}2&a&&(e.R7$(3),e.Y8G("icon",i.faExclamationTriangle),e.R7$(4),e.Y8G("icon",i.faInfoCircle),e.R7$(4),e.SpI("",i.selNode.settings.channelBackupPath,"."),e.R7$(10),e.Y8G("icon",i.faArchive),e.R7$(8),e.R50("ngModel",i.selFilter),e.R7$(2),e.Y8G("ngIf",i.apiCallStatus.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",i.channels)("ngClass",e.eq3(14,Tg,""!==i.errorMessage)),e.R7$(10),e.Y8G("matFooterRowDef",e.lJ4(16,Sg)),e.R7$(),e.Y8G("matHeaderRowDef",i.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",i.displayedColumns),e.R7$(),e.Y8G("pageSize",i.pageSize)("pageSizeOptions",i.pageSizeOptions)("showFirstLastButtons",i.screenSize!==i.screenSizeEnum.XS))},dependencies:[d.YU,d.bT,d.B3,m.me,m.BC,m.vS,M.aY,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,R.$2,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.Ld]})}}return n})();function Og(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG();return e.Njj(o.activeLink=i.link)}),e.EFF(1),e.k0s()}if(2&n){const t=s.$implicit,a=e.XpG();e.FS9("routerLink",t.link),e.Y8G("active",a.activeLink===t.link),e.R7$(),e.JRh(t.name)}}let Vg=(()=>{class n{constructor(t){this.router=t,this.faUserCheck=b.pCJ,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new u.B,new u.B]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(a=>a instanceof x.gx)).subscribe({next:a=>{const i=this.links.find(o=>a.urlAfterRedirects.includes(o.link));this.activeLink=i?i.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(x.Ix))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-sign-verify-message"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(a,i){if(1&a&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Sign/Verify Message"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,Og,2,3,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&a){const o=e.sdS(10);e.R7$(),e.Y8G("icon",i.faUserCheck),e.R7$(6),e.Y8G("tabPanel",o),e.R7$(),e.Y8G("ngForOf",i.links)}},dependencies:[d.Sq,M.aY,h.DJ,h.sA,h.UI,T.RN,T.m2,P.Bu,P.hQ,P.Ql,x.n3,x.Wk]})}}return n})();function Yg(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Message is required."),e.k0s())}let Xg=(()=>{class n{constructor(t,a,i){this.dataService=t,this.snackBar=a,this.logger=i,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new u.B,new u.B]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.signedMessage=this.message,this.signature=t.signature})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(t){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+t)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(W.u),e.rXU(ae.UG),e.rXU(j.gP))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-sign"]],decls:22,vars:5,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"signature-box","bordered-box","read-only"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"copied","payload"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",1)(1,"form",2,0)(3,"mat-form-field",3)(4,"mat-label"),e.EFF(5,"Message to sign"),e.k0s(),e.j41(6,"textarea",4),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.message,c)||(i.message=c),e.Njj(c)}),e.bIt("keyup",function(){return e.eBV(o),e.Njj(i.onMessageChange())}),e.k0s(),e.DNE(7,Yg,2,0,"mat-error",5),e.k0s(),e.j41(8,"div",6)(9,"button",7),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(10,"Clear Field"),e.k0s(),e.j41(11,"button",8),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onSign())}),e.EFF(12,"Sign"),e.k0s()(),e.nrm(13,"mat-divider",9),e.j41(14,"div",10)(15,"p"),e.EFF(16,"Generated Signature"),e.k0s()(),e.j41(17,"div",11),e.EFF(18),e.k0s(),e.j41(19,"div",12)(20,"button",13),e.bIt("copied",function(c){return e.eBV(o),e.Njj(i.onCopyField(c))}),e.EFF(21,"Copy Signature"),e.k0s()()()()}2&a&&(e.R7$(6),e.R50("ngModel",i.message),e.R7$(),e.Y8G("ngIf",!i.message),e.R7$(6),e.Y8G("inset",!0),e.R7$(5),e.JRh(i.signature),e.R7$(2),e.Y8G("payload",i.signature))},dependencies:[d.bT,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,h.DJ,h.sA,h.UI,G.$z,$.fg,f.rl,f.nJ,f.TL,ee.q,ge.U,K.N],styles:[".signature-box[_ngcontent-%COMP%]{padding:1rem}"]})}}return n})();function Ug(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Message is required."),e.k0s())}function Hg(n,s){1&n&&(e.j41(0,"mat-error"),e.EFF(1,"Signature is required."),e.k0s())}function qg(n,s){1&n&&(e.j41(0,"p",13)(1,"mat-icon",14),e.EFF(2,"close"),e.k0s(),e.EFF(3,"Verification failed, please check message and signature"),e.k0s())}function zg(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Pubkey Used"),e.k0s())}function Jg(n,s){if(1&n&&(e.j41(0,"div",20)(1,"p"),e.EFF(2),e.k0s()()),2&n){const t=e.XpG(2);e.R7$(2),e.JRh(null==t.verifyRes?null:t.verifyRes.pubkey)}}function Wg(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",21)(1,"button",22),e.bIt("copied",function(i){e.eBV(t);const o=e.XpG(2);return e.Njj(o.onCopyField(i))}),e.EFF(2,"Copy Pubkey"),e.k0s()()}if(2&n){const t=e.XpG(2);e.R7$(),e.Y8G("payload",null==t.verifyRes?null:t.verifyRes.pubkey)}}function Qg(n,s){if(1&n&&(e.j41(0,"div",15),e.nrm(1,"mat-divider",16),e.j41(2,"div",17),e.DNE(3,zg,2,0,"p",6),e.k0s(),e.DNE(4,Jg,3,1,"div",18)(5,Wg,3,1,"div",19),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(2),e.Y8G("ngIf",t.verifyRes.valid),e.R7$(),e.Y8G("ngIf",t.verifyRes.valid),e.R7$(),e.Y8G("ngIf",t.verifyRes.valid)}}let Zg=(()=>{class n{constructor(t,a,i){this.dataService=t,this.snackBar=a,this.logger=i,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null},this.unSubs=[new u.B,new u.B]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.verifyRes=t,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(t){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(W.u),e.rXU(ae.UG),e.rXU(j.gP))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-verify"]],decls:21,vars:6,consts:[["form","ngForm"],["sign","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","signature","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"copied","payload"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"mat-form-field",4)(4,"mat-label"),e.EFF(5,"Message to verify"),e.k0s(),e.j41(6,"textarea",5),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.message,c)||(i.message=c),e.Njj(c)}),e.bIt("keyup",function(){return e.eBV(o),e.Njj(i.onChange())}),e.k0s(),e.DNE(7,Ug,2,0,"mat-error",6),e.k0s(),e.j41(8,"mat-form-field",4)(9,"mat-label"),e.EFF(10,"Signature provided"),e.k0s(),e.j41(11,"input",7,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.signature,c)||(i.signature=c),e.Njj(c)}),e.bIt("keyup",function(){return e.eBV(o),e.Njj(i.onChange())}),e.k0s(),e.DNE(13,Hg,2,0,"mat-error",6),e.k0s(),e.DNE(14,qg,4,0,"p",8),e.j41(15,"div",9)(16,"button",10),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(17,"Clear Fields"),e.k0s(),e.j41(18,"button",11),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onVerify())}),e.EFF(19,"Verify"),e.k0s()(),e.DNE(20,Qg,6,4,"div",12),e.k0s()()}2&a&&(e.R7$(6),e.R50("ngModel",i.message),e.R7$(),e.Y8G("ngIf",!i.message),e.R7$(4),e.R50("ngModel",i.signature),e.R7$(2),e.Y8G("ngIf",!i.signature),e.R7$(),e.Y8G("ngIf",i.showVerifyStatus&&!i.verifyRes.valid),e.R7$(6),e.Y8G("ngIf",i.showVerifyStatus&&i.verifyRes.valid))},dependencies:[d.bT,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,h.DJ,h.sA,h.UI,G.$z,ie.An,$.fg,f.rl,f.nJ,f.TL,ee.q,ge.U,K.N]})}}return n})();var Kg=g(13),D=g(7186);const e4=()=>["all"],t4=()=>["no_non_routing_event"],xe=n=>({"max-width":n}),n4=n=>({"display-none":n});function i4(n,s){if(1&n&&(e.j41(0,"div",5),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.JRh(t.errorMessage)}}function a4(n,s){if(1&n&&(e.j41(0,"mat-option",17),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(3);e.Y8G("value",t),e.R7$(),e.JRh(a.getLabel(t))}}function s4(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",10)(1,"div",11),e.EFF(2,"Non Routing Peers"),e.k0s(),e.j41(3,"div",12)(4,"mat-form-field",13)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",14),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.selFilterBy,i)||(o.selFilterBy=i),e.Njj(i)}),e.bIt("selectionChange",function(){e.eBV(t);const i=e.XpG(2);return i.selFilter="",e.Njj(i.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,a4,2,2,"mat-option",15),e.k0s()()(),e.j41(10,"mat-form-field",13)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",16),e.mxI("ngModelChange",function(i){e.eBV(t);const o=e.XpG(2);return e.DH7(o.selFilter,i)||(o.selFilter=i),e.Njj(i)}),e.bIt("input",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.applyFilter())})("keyup",function(){e.eBV(t);const i=e.XpG(2);return e.Njj(i.applyFilter())}),e.k0s()()()()}if(2&n){const t=e.XpG(2);e.R7$(7),e.R50("ngModel",t.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(3,e4).concat(t.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",t.selFilter)}}function o4(n,s){1&n&&e.nrm(0,"mat-progress-bar",50)}function l4(n,s){1&n&&(e.j41(0,"th",51),e.EFF(1,"Channel ID"),e.k0s())}function r4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,xe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.chan_id)}}function c4(n,s){1&n&&(e.j41(0,"th",51),e.EFF(1,"Peer Alias"),e.k0s())}function p4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,xe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.remote_alias)}}function m4(n,s){1&n&&(e.j41(0,"th",51),e.EFF(1,"Peer Pubkey"),e.k0s())}function u4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,xe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.remote_pubkey)}}function d4(n,s){1&n&&(e.j41(0,"th",51),e.EFF(1,"Channel Point"),e.k0s())}function h4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&n){const t=s.$implicit,a=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,xe,a.screenSize===a.screenSizeEnum.XS?"6rem":a.colWidth)),e.R7$(2),e.JRh(null==t?null:t.channel_point)}}function _4(n,s){if(1&n&&(e.j41(0,"th",55),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.SpI("Uptime (",t.timeUnit,")")}}function f4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",t.uptime_str," ")}}function g4(n,s){if(1&n&&(e.j41(0,"th",55),e.EFF(1),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.SpI("Lifetime (",t.timeUnit,")")}}function C4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",t.lifetime_str," ")}}function y4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function b4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.commit_fee)," ")}}function F4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Commit Weight"),e.k0s())}function x4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.commit_weight)," ")}}function v4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Fee/KW"),e.k0s())}function T4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.fee_per_kw)," ")}}function S4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Updates"),e.k0s())}function k4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.num_updates)," ")}}function R4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Unsettled Balance (Sats)"),e.k0s())}function E4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.unsettled_balance)," ")}}function I4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Capacity (Sats)"),e.k0s())}function L4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.capacity)," ")}}function w4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Local Reserve (Sats)"),e.k0s())}function j4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.local_chan_reserve_sat)," ")}}function G4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Remote Reserve (Sats)"),e.k0s())}function D4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,t.remote_chan_reserve_sat)," ")}}function N4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Sats Sent"),e.k0s())}function P4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.total_satoshis_sent))}}function $4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Sats Received"),e.k0s())}function A4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.total_satoshis_received))}}function M4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function B4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.local_balance))}}function O4(n,s){1&n&&(e.j41(0,"th",55),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function V4(n,s){if(1&n&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&n){const t=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,t.remote_balance))}}function Y4(n,s){1&n&&(e.j41(0,"th",57)(1,"div",58),e.EFF(2,"Actions"),e.k0s()())}function X4(n,s){if(1&n){const t=e.RV6();e.j41(0,"td",59)(1,"button",60),e.bIt("click",function(){const i=e.eBV(t).$implicit,o=e.XpG(3);return e.Njj(o.onManagePeer(i))}),e.EFF(2,"Manage"),e.k0s()()}}function U4(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"All peers are routing."),e.k0s())}function H4(n,s){1&n&&(e.j41(0,"p"),e.EFF(1,"Getting non routing peers..."),e.k0s())}function q4(n,s){if(1&n&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&n){const t=e.XpG(4);e.R7$(),e.JRh(t.errorMessage)}}function z4(n,s){if(1&n&&(e.j41(0,"td",61),e.DNE(1,U4,2,0,"p",62)(2,H4,2,0,"p",62)(3,q4,2,1,"p",62),e.k0s()),2&n){const t=e.XpG(3);e.R7$(),e.Y8G("ngIf",(!(null!=t.nonRoutingPeers&&t.nonRoutingPeers.data)||(null==t.nonRoutingPeers||null==t.nonRoutingPeers.data?null:t.nonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=t.nonRoutingPeers&&t.nonRoutingPeers.data)||(null==t.nonRoutingPeers||null==t.nonRoutingPeers.data?null:t.nonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=t.nonRoutingPeers&&t.nonRoutingPeers.data)||(null==t.nonRoutingPeers||null==t.nonRoutingPeers.data?null:t.nonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function J4(n,s){if(1&n&&e.nrm(0,"tr",63),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,n4,(null==t.nonRoutingPeers||null==t.nonRoutingPeers.data?null:t.nonRoutingPeers.data.length)>0))}}function W4(n,s){1&n&&e.nrm(0,"tr",64)}function Q4(n,s){1&n&&e.nrm(0,"tr",65)}function Z4(n,s){if(1&n&&(e.j41(0,"div",18),e.DNE(1,o4,1,0,"mat-progress-bar",19),e.j41(2,"table",20,1),e.qex(4,21),e.DNE(5,l4,2,0,"th",22)(6,r4,4,4,"td",23),e.bVm(),e.qex(7,24),e.DNE(8,c4,2,0,"th",22)(9,p4,4,4,"td",23),e.bVm(),e.qex(10,25),e.DNE(11,m4,2,0,"th",22)(12,u4,4,4,"td",23),e.bVm(),e.qex(13,26),e.DNE(14,d4,2,0,"th",22)(15,h4,4,4,"td",23),e.bVm(),e.qex(16,27),e.DNE(17,_4,2,1,"th",28)(18,f4,3,1,"td",23),e.bVm(),e.qex(19,29),e.DNE(20,g4,2,1,"th",28)(21,C4,3,1,"td",23),e.bVm(),e.qex(22,30),e.DNE(23,y4,2,0,"th",28)(24,b4,4,3,"td",23),e.bVm(),e.qex(25,31),e.DNE(26,F4,2,0,"th",28)(27,x4,4,3,"td",23),e.bVm(),e.qex(28,32),e.DNE(29,v4,2,0,"th",28)(30,T4,4,3,"td",23),e.bVm(),e.qex(31,33),e.DNE(32,S4,2,0,"th",28)(33,k4,4,3,"td",23),e.bVm(),e.qex(34,34),e.DNE(35,R4,2,0,"th",28)(36,E4,4,3,"td",23),e.bVm(),e.qex(37,35),e.DNE(38,I4,2,0,"th",28)(39,L4,4,3,"td",23),e.bVm(),e.qex(40,36),e.DNE(41,w4,2,0,"th",28)(42,j4,4,3,"td",23),e.bVm(),e.qex(43,37),e.DNE(44,G4,2,0,"th",28)(45,D4,4,3,"td",23),e.bVm(),e.qex(46,38),e.DNE(47,N4,2,0,"th",28)(48,P4,4,3,"td",23),e.bVm(),e.qex(49,39),e.DNE(50,$4,2,0,"th",28)(51,A4,4,3,"td",23),e.bVm(),e.qex(52,40),e.DNE(53,M4,2,0,"th",28)(54,B4,4,3,"td",23),e.bVm(),e.qex(55,41),e.DNE(56,O4,2,0,"th",28)(57,V4,4,3,"td",23),e.bVm(),e.qex(58,42),e.DNE(59,Y4,3,0,"th",43)(60,X4,3,0,"td",44),e.bVm(),e.qex(61,45),e.DNE(62,z4,4,3,"td",46),e.bVm(),e.DNE(63,J4,1,3,"tr",47)(64,W4,1,0,"tr",48)(65,Q4,1,0,"tr",49),e.k0s()()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.nonRoutingPeers),e.R7$(61),e.Y8G("matFooterRowDef",e.lJ4(7,t4)),e.R7$(),e.Y8G("matHeaderRowDef",t.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",t.displayedColumns)}}function K4(n,s){if(1&n&&(e.j41(0,"div",6),e.DNE(1,s4,14,4,"div",7)(2,Z4,66,8,"div",8),e.nrm(3,"mat-paginator",9,0),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.Y8G("ngIf",""===t.errorMessage),e.R7$(),e.Y8G("ngIf",""===t.errorMessage),e.R7$(),e.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let eC=(()=>{class n{constructor(t,a,i,o,r,c,F){this.logger=t,this.commonService=a,this.store=i,this.router=o,this.activatedRoute=r,this.decimalPipe=c,this.camelCaseWithReplace=F,this.nodePageDefs=l._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"non_routing_peers",recordsPerPage:l.md,sortBy:"remote_alias",sortOrder:l.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.nonRoutingPeers=new p.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.selFilter="",this.activeChannels=[],this.timeUnit="mins:secs",this.apiCallStatus=null,this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B,new u.B,new u.B,new u.B,new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$G).pipe((0,_.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId)||l.ZC.find(a=>a.pageId===this.PAGE_ID)?.tables.find(a=>a.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===l.f7.XS||this.screenSize===l.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(y.Ie).pipe((0,_.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,t.apiCallStatus?.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)}),this.store.select(y.BM).pipe((0,_.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=t.channels,this.logger.info(t)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData)}calculateUptime(t){let c=60,F=1,C=0;switch(t.forEach(S=>{S.uptime&&+S.uptime>C&&(C=+S.uptime)}),!0){case C<3600:this.timeUnit="Mins:Secs",c=60,F=1;break;case C>=3600&&C<86400:this.timeUnit="Hrs:Mins",c=3600,F=60;break;case C>=86400&&C<31536e3:this.timeUnit="Days:Hrs",c=86400,F=3600;break;case C>31536e3:this.timeUnit="Yrs:Days",c=31536e3,F=86400;break;default:this.timeUnit="Mins:Secs",c=60,F=1}return t.forEach(S=>{S.uptime_str=S.uptime?this.decimalPipe.transform(Math.floor(+S.uptime/c),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.uptime%c/F),"2.0-0"):"---",S.lifetime_str=S.lifetime?this.decimalPipe.transform(Math.floor(+S.lifetime/c),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.lifetime%c/F),"2.0-0"):"---"}),t}onManagePeer(t){this.router.navigate(["../../","connections","channels","open"],{relativeTo:this.activatedRoute,state:{filterValue:t.chan_id}})}applyFilter(){this.nonRoutingPeers.filter=this.selFilter.toLowerCase()}getLabel(t){const a=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(i=>i.column===t);return a?a.label?a.label:this.camelCaseWithReplace.transform(a.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.nonRoutingPeers.filterPredicate=(t,a)=>{let i="";return i="all"===this.selFilterBy?JSON.stringify(t).toLowerCase():typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString(),i.includes(a)}}loadNonRoutingPeersTable(t){if(t.length>0){const a=this.calculateUptime(this.activeChannels?.filter(i=>t.findIndex(o=>o.chan_id_in===i.chan_id||o.chan_id_out===i.chan_id)<0));this.nonRoutingPeers=new p.I6(a),this.nonRoutingPeers.sort=this.sort,this.nonRoutingPeers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.nonRoutingPeers)}else this.nonRoutingPeers=new p.I6([]);this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(x.Ix),e.rXU(x.nX),e.rXU(d.QX),e.rXU(q.VD))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-non-routing-peers"]],viewQuery:function(a,i){if(1&a&&(e.GBs(k.B4,5),e.GBs(w.iy,5)),2&a){let o;e.mGM(o=e.lsd())&&(i.sort=o.first),e.mGM(o=e.lsd())&&(i.paginator=o.first)}},features:[e.Jv_([{provide:w.xX,useValue:(0,l.on)("Non routing peers")}])],decls:3,vars:2,consts:[["paginator",""],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","uptime_str"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lifetime_str"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","num_updates"],["matColumnDef","unsettled_balance"],["matColumnDef","capacity"],["matColumnDef","local_chan_reserve_sat"],["matColumnDef","remote_chan_reserve_sat"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_non_routing_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(a,i){1&a&&(e.j41(0,"div",2),e.DNE(1,i4,2,1,"div",3)(2,K4,5,5,"div",4),e.k0s()),2&a&&(e.R7$(),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage))},dependencies:[d.YU,d.Sq,d.bT,d.B3,m.me,m.BC,m.vS,h.DJ,h.sA,h.UI,L.PW,L.eI,G.$z,$.fg,f.rl,f.nJ,B.HM,R.VO,V.wT,k.B4,k.aE,p.Zl,p.tL,p.ji,p.cC,p.YV,p.iL,p.Zq,p.xW,p.KS,p.$R,p.Qo,p.YZ,p.NB,p.iF,w.iy,A.ZF,A.Ld,d.QX]})}}return n})();var rt=g(3838);let tC=(()=>{class n{constructor(t){this.dataService=t,this.paths="",this.unSubs=[new u.B,new u.B]}ngOnInit(){if(this.payment.htlcs&&this.payment.htlcs[0]&&this.payment.htlcs[0].route&&this.payment.htlcs[0].route.hops&&this.payment.htlcs[0].route.hops.length>0){const t=this.payment.htlcs[0].route.hops?.reduce((a,i)=>""===a&&i.pub_key?i.pub_key:a+","+i.pub_key,"");this.dataService.getAliasesFromPubkeys(t,!0).pipe((0,_.Q)(this.unSubs[0])).subscribe(a=>{this.paths=a?.reduce((i,o)=>""===i?o:i+"\n"+o,"")})}this.payment.payment_request&&""!==this.payment.payment_request.trim()&&this.dataService.decodePayment(this.payment.payment_request,!1).pipe((0,J.s)(1)).subscribe(t=>{t&&t.description&&""!==t.description&&(this.payment.description=t.description)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(W.u))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-payment-lookup"]],inputs:{payment:"payment"},decls:66,vars:20,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","50"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"mat-card-content",1)(2,"div",2)(3,"h4",3),e.EFF(4,"Payment Hash"),e.k0s(),e.j41(5,"span",4),e.EFF(6),e.k0s()(),e.nrm(7,"mat-divider",5),e.j41(8,"div",2)(9,"h4",3),e.EFF(10,"Payment Preimage"),e.k0s(),e.j41(11,"span",4)(12,"div"),e.EFF(13),e.k0s()()(),e.nrm(14,"mat-divider",5),e.j41(15,"div",2)(16,"h4",3),e.EFF(17,"Payment Request"),e.k0s(),e.j41(18,"span",4)(19,"div"),e.EFF(20),e.k0s()()(),e.nrm(21,"mat-divider",5),e.j41(22,"div",2)(23,"h4",3),e.EFF(24,"Description"),e.k0s(),e.j41(25,"span",4)(26,"div"),e.EFF(27),e.k0s()()(),e.nrm(28,"mat-divider",5),e.j41(29,"div",6)(30,"div",7)(31,"h4",3),e.EFF(32,"Status"),e.k0s(),e.j41(33,"span",4)(34,"div"),e.EFF(35),e.k0s()()(),e.j41(36,"div",7)(37,"h4",3),e.EFF(38,"Creation Date"),e.k0s(),e.j41(39,"span",4)(40,"div"),e.EFF(41),e.k0s()()()(),e.nrm(42,"mat-divider",5),e.j41(43,"div",6)(44,"div",7)(45,"h4",3),e.EFF(46,"Value (mSats)"),e.k0s(),e.j41(47,"span",4)(48,"div"),e.EFF(49),e.nI1(50,"number"),e.k0s()()(),e.j41(51,"div",7)(52,"h4",3),e.EFF(53,"Fee (mSats)"),e.k0s(),e.j41(54,"span",4)(55,"div"),e.EFF(56),e.nI1(57,"number"),e.k0s()()()(),e.nrm(58,"mat-divider",5),e.j41(59,"div",2)(60,"h4",3),e.EFF(61,"Path"),e.k0s(),e.j41(62,"span",4)(63,"div"),e.EFF(64),e.k0s()()(),e.nrm(65,"mat-divider",5),e.k0s()()),2&a&&(e.R7$(6),e.JRh(null==i.payment?null:i.payment.payment_hash),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==i.payment?null:i.payment.payment_preimage),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==i.payment?null:i.payment.payment_request),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==i.payment?null:i.payment.description),e.R7$(),e.Y8G("inset",!0),e.R7$(7),e.JRh(null==i.payment?null:i.payment.status),e.R7$(6),e.JRh(null==i.payment?null:i.payment.creation_date),e.R7$(),e.Y8G("inset",!0),e.R7$(7),e.JRh(e.bMT(50,16,null==i.payment?null:i.payment.value_msat)),e.R7$(7),e.JRh(e.bMT(57,18,null==i.payment?null:i.payment.fee_msat)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(i.paths),e.R7$(),e.Y8G("inset",!0))},dependencies:[h.DJ,h.sA,h.UI,T.m2,ee.q,d.QX]})}}return n})();var nC=g(8288);const ct=n=>({"display-none":n}),Pe=n=>({"mr-0":n});function iC(n,s){if(1&n&&e.nrm(0,"qr-code",22),2&n){const t=e.XpG();e.Y8G("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function aC(n,s){1&n&&(e.j41(0,"span",23),e.EFF(1,"N/A"),e.k0s())}function sC(n,s){if(1&n&&e.nrm(0,"qr-code",22),2&n){const t=e.XpG();e.Y8G("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function oC(n,s){1&n&&(e.j41(0,"span",24),e.EFF(1,"QR Code Not Applicable"),e.k0s())}function lC(n,s){1&n&&e.nrm(0,"mat-divider",16),2&n&&e.Y8G("inset",!0)}function rC(n,s){1&n&&(e.qex(0),e.EFF(1," (zero amount) "),e.bVm())}function cC(n,s){if(1&n&&e.nrm(0,"span",38),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Pe,t.screenSize===t.screenSizeEnum.XS))}}function pC(n,s){if(1&n&&e.nrm(0,"span",39),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Pe,t.screenSize===t.screenSizeEnum.XS))}}function mC(n,s){if(1&n&&e.nrm(0,"span",40),2&n){const t=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Pe,t.screenSize===t.screenSizeEnum.XS))}}function uC(n,s){if(1&n&&(e.j41(0,"div",27)(1,"div",32)(2,"span",33),e.DNE(3,cC,1,3,"span",34)(4,pC,1,3,"span",35)(5,mC,1,3,"span",36),e.EFF(6),e.k0s(),e.j41(7,"span",37),e.EFF(8),e.nI1(9,"number"),e.k0s()(),e.nrm(10,"mat-divider",16),e.k0s()),2&n){const t=s.$implicit,a=e.XpG(2);e.R7$(3),e.Y8G("ngIf","SETTLED"===t.state),e.R7$(),e.Y8G("ngIf","ACCEPTED"===t.state),e.R7$(),e.Y8G("ngIf","CANCELED"===t.state),e.R7$(),e.SpI(" ",t.chan_id," "),e.R7$(2),e.JRh(e.i5U(9,6,+t.amt_msat/1e3||0,a.getDecimalFormat(t))),e.R7$(2),e.Y8G("inset",!0)}}function dC(n,s){if(1&n){const t=e.RV6();e.j41(0,"div",11)(1,"mat-expansion-panel",25),e.bIt("opened",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.flgOpened=!0)})("closed",function(){e.eBV(t);const i=e.XpG();return e.Njj(i.onExpansionClosed())}),e.j41(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",26),e.EFF(5,"HTLCs"),e.k0s()()(),e.j41(6,"div",27)(7,"div",28)(8,"span",29),e.EFF(9,"Channel ID"),e.k0s(),e.j41(10,"span",30),e.EFF(11,"Amount (Sats)"),e.k0s()(),e.nrm(12,"mat-divider",16),e.DNE(13,uC,11,9,"div",31),e.k0s()()()}if(2&n){const t=e.XpG();e.R7$(12),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngForOf",null==t.invoice?null:t.invoice.htlcs)}}function hC(n,s){1&n&&e.nrm(0,"mat-divider",16),2&n&&e.Y8G("inset",!0)}let _C=(()=>{class n{constructor(t){this.commonService=t,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS&&(this.qrWidth=220)}getDecimalFormat(t){return t.amt_msat<1e3?"1.0-4":"1.0-0"}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(N.h))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-invoice-lookup"]],inputs:{invoice:"invoice"},decls:90,vars:45,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","20",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","80"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(a,i){1&a&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,iC,1,3,"qr-code",2)(3,aC,2,0,"span",3),e.k0s(),e.j41(4,"div",4)(5,"mat-card-content",5)(6,"div",6)(7,"div",7),e.DNE(8,sC,1,3,"qr-code",2)(9,oC,2,0,"span",8),e.k0s(),e.DNE(10,lC,1,1,"mat-divider",9),e.j41(11,"div",10)(12,"div",11)(13,"div",12)(14,"h4",13),e.EFF(15),e.k0s(),e.j41(16,"span",14),e.EFF(17),e.nI1(18,"number"),e.DNE(19,rC,2,0,"ng-container",15),e.k0s()(),e.j41(20,"div",12)(21,"h4",13),e.EFF(22,"Amount Settled"),e.k0s(),e.j41(23,"span",14)(24,"div"),e.EFF(25),e.nI1(26,"number"),e.k0s()()()(),e.nrm(27,"mat-divider",16),e.j41(28,"div",11)(29,"div",12)(30,"h4",13),e.EFF(31,"Date Created"),e.k0s(),e.j41(32,"span",14),e.EFF(33),e.nI1(34,"date"),e.k0s()(),e.j41(35,"div",12)(36,"h4",13),e.EFF(37,"Date Settled"),e.k0s(),e.j41(38,"span",14),e.EFF(39),e.nI1(40,"date"),e.k0s()()(),e.nrm(41,"mat-divider",16),e.j41(42,"div",11)(43,"div",17)(44,"h4",13),e.EFF(45,"Memo"),e.k0s(),e.j41(46,"span",14),e.EFF(47),e.k0s()()(),e.nrm(48,"mat-divider",16),e.j41(49,"div",11)(50,"div",17)(51,"h4",13),e.EFF(52,"Payment Request"),e.k0s(),e.j41(53,"span",18),e.EFF(54),e.k0s()()(),e.nrm(55,"mat-divider",16),e.j41(56,"div",11)(57,"div",17)(58,"h4",13),e.EFF(59,"Payment Hash"),e.k0s(),e.j41(60,"span",18),e.EFF(61),e.k0s()()(),e.j41(62,"div"),e.nrm(63,"mat-divider",16),e.j41(64,"div",11)(65,"div",17)(66,"h4",13),e.EFF(67,"Preimage"),e.k0s(),e.j41(68,"span",18),e.EFF(69),e.k0s()()(),e.nrm(70,"mat-divider",16),e.j41(71,"div",11)(72,"div",19)(73,"h4",13),e.EFF(74,"State"),e.k0s(),e.j41(75,"span",18),e.EFF(76),e.k0s()(),e.j41(77,"div",20)(78,"h4",13),e.EFF(79,"Expiry"),e.k0s(),e.j41(80,"span",18),e.EFF(81),e.k0s()(),e.j41(82,"div",20)(83,"h4",13),e.EFF(84,"Private Routing Hints"),e.k0s(),e.j41(85,"span",18),e.EFF(86),e.k0s()()(),e.nrm(87,"mat-divider",16),e.DNE(88,dC,14,2,"div",21)(89,hC,1,1,"mat-divider",9),e.k0s()()()()()()),2&a&&(e.R7$(),e.Y8G("fxLayoutAlign",null!=i.invoice&&i.invoice.payment_request&&""!==(null==i.invoice?null:i.invoice.payment_request)?"center start":"center center")("ngClass",e.eq3(41,ct,i.screenSize===i.screenSizeEnum.XS||i.screenSize===i.screenSizeEnum.SM)),e.R7$(),e.Y8G("ngIf",(null==i.invoice?null:i.invoice.payment_request)&&""!==(null==i.invoice?null:i.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",!(null!=i.invoice&&i.invoice.payment_request)||""===(null==i.invoice?null:i.invoice.payment_request)),e.R7$(4),e.Y8G("fxLayoutAlign",null!=i.invoice&&i.invoice.payment_request&&""!==(null==i.invoice?null:i.invoice.payment_request)?"center start":"center center")("ngClass",e.eq3(43,ct,i.screenSize!==i.screenSizeEnum.XS&&i.screenSize!==i.screenSizeEnum.SM)),e.R7$(),e.Y8G("ngIf",(null==i.invoice?null:i.invoice.payment_request)&&""!==(null==i.invoice?null:i.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",!(null!=i.invoice&&i.invoice.payment_request)||""===(null==i.invoice?null:i.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",i.screenSize===i.screenSizeEnum.XS||i.screenSize===i.screenSizeEnum.SM),e.R7$(5),e.JRh(i.screenSize===i.screenSizeEnum.XS?"Amount":"Amount Requested"),e.R7$(2),e.SpI("",e.bMT(18,31,(null==i.invoice?null:i.invoice.value)||0)," Sats"),e.R7$(2),e.Y8G("ngIf",!(null!=i.invoice&&i.invoice.value)||"0"===(null==i.invoice?null:i.invoice.value)),e.R7$(6),e.SpI("",e.bMT(26,33,null==i.invoice?null:i.invoice.amt_paid_sat)," Sats"),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(34,35,1e3*(null==i.invoice?null:i.invoice.creation_date),"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(0!=+(null==i.invoice?null:i.invoice.settle_date)?e.i5U(40,38,1e3*+(null==i.invoice?null:i.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==i.invoice?null:i.invoice.memo),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==i.invoice?null:i.invoice.payment_request)||"N/A"),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==i.invoice?null:i.invoice.r_hash)||""),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==i.invoice?null:i.invoice.r_preimage)||"-"),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==i.invoice?null:i.invoice.state),e.R7$(5),e.JRh(null==i.invoice?null:i.invoice.expiry),e.R7$(5),e.JRh(null!=i.invoice&&i.invoice.private?"Yes":"No"),e.R7$(),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngIf",(null==i.invoice?null:i.invoice.htlcs)&&(null==i.invoice?null:i.invoice.htlcs.length)>0),e.R7$(),e.Y8G("ngIf",(null==i.invoice?null:i.invoice.htlcs)&&(null==i.invoice?null:i.invoice.htlcs.length)>0))},dependencies:[d.YU,d.Sq,d.bT,h.DJ,h.sA,h.UI,L.PW,T.m2,U.GK,U.Z2,U.WN,ee.q,Z.oV,nC.Um,A.Ld,d.QX,d.vh]})}}return n})();const fC=n=>({"mt-1":!0,"mt-2":n}),gC=n=>({"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0});function CC(n,s){if(1&n&&(e.j41(0,"mat-radio-button",17),e.EFF(1),e.k0s()),2&n){const t=s.$implicit,a=e.XpG();e.Y8G("value",t.id)("checked",a.selectedFieldId===t.id),e.R7$(),e.SpI(" ",t.name," ")}}function yC(n,s){if(1&n&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&n){const t=e.XpG();e.R7$(),e.SpI("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function bC(n,s){1&n&&e.nrm(0,"mat-progress-bar",20)}function FC(n,s){if(1&n&&(e.j41(0,"div",18),e.DNE(1,bC,1,0,"mat-progress-bar",19),e.EFF(2),e.k0s()),2&n){const t=e.XpG();e.Y8G("ngClass",e.eq3(3,gC,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.R7$(),e.Y8G("ngIf","Getting lookup details..."===t.errorMessage),e.R7$(),e.SpI(" ",t.errorMessage," ")}}function xC(n,s){if(1&n&&(e.j41(0,"span",27),e.nrm(1,"rtl-payment-lookup",28),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("payment",t.lookupValue)}}function vC(n,s){if(1&n&&(e.j41(0,"span",27),e.nrm(1,"rtl-invoice-lookup",29),e.k0s()),2&n){const t=e.XpG(2);e.R7$(),e.Y8G("invoice",t.lookupValue)}}function TC(n,s){1&n&&(e.j41(0,"span"),e.EFF(1,' fxFlex="100"'),e.j41(2,"h3"),e.EFF(3,"Error! Unable to find details!"),e.k0s()())}function SC(n,s){if(1&n&&(e.j41(0,"div",21)(1,"div",22)(2,"span",23),e.EFF(3),e.k0s()(),e.j41(4,"div",24),e.DNE(5,xC,2,1,"span",25)(6,vC,2,1,"span",25)(7,TC,4,0,"span",26),e.k0s()()),2&n){const t=e.XpG();e.R7$(3),e.SpI("",t.lookupFields[t.selectedFieldId].name," Details"),e.R7$(),e.Y8G("ngSwitch",t.selectedFieldId),e.R7$(),e.Y8G("ngSwitchCase",0),e.R7$(),e.Y8G("ngSwitchCase",1)}}let kC=(()=>{class n{constructor(t,a,i,o){this.logger=t,this.commonService=a,this.store=i,this.actions=o,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Payment",placeholder:"Payment Hash"},{id:1,name:"Invoice",placeholder:"Payment Hash"}],this.faSearch=b.MjD,this.screenSize="",this.screenSizeEnum=l.f7,this.errorMessage="",this.apiCallStatusEnum=l.wn,this.unSubs=[new u.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,_.Q)(this.unSubs[0]),(0,Y.p)(t=>t.type===l.QP.SET_LOOKUP_LND)).subscribe(t=>{this.flgSetLookupValue=!t.payload.error,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.errorMessage=t.payload.error?this.commonService.extractErrorMessage(t.payload.error):"",this.logger.info(this.lookupValue)})}onLookup(){if(!this.lookupKey)return!0;switch(this.errorMessage="",this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,v.jk)({payload:rt.Buffer.from(this.lookupKey.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}));break;case 1:this.store.dispatch((0,v.Yi)({payload:{openSnackBar:!1,paymentHash:rt.Buffer.from(this.lookupKey.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(a){return new(a||n)(e.rXU(j.gP),e.rXU(N.h),e.rXU(I.il),e.rXU(Q.En))}}static{this.\u0275cmp=e.VBU({type:n,selectors:[["rtl-lookup-transactions"]],decls:21,vars:10,consts:[["form","ngForm"],["key",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mb-2"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[3,"payment"],[3,"invoice"]],template:function(a,i){if(1&a){const o=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"mat-card-content",4)(3,"form",5,0)(5,"div",6)(6,"mat-radio-group",7),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.selectedFieldId,c)||(i.selectedFieldId=c),e.Njj(c)}),e.bIt("change",function(c){return e.eBV(o),e.Njj(i.onSelectChange(c))}),e.DNE(7,CC,2,3,"mat-radio-button",8),e.k0s()(),e.j41(8,"mat-form-field",9)(9,"mat-label"),e.EFF(10),e.k0s(),e.j41(11,"input",10,1),e.mxI("ngModelChange",function(c){return e.eBV(o),e.DH7(i.lookupKey,c)||(i.lookupKey=c),e.Njj(c)}),e.bIt("change",function(){return e.eBV(o),e.Njj(i.clearLookupValue())}),e.k0s(),e.DNE(13,yC,2,1,"mat-error",11),e.k0s(),e.j41(14,"div",12)(15,"button",13),e.bIt("click",function(){return e.eBV(o),e.Njj(i.resetData())}),e.EFF(16,"Clear"),e.k0s(),e.j41(17,"button",14),e.bIt("click",function(){return e.eBV(o),e.Njj(i.onLookup())}),e.EFF(18,"Lookup"),e.k0s()()(),e.DNE(19,FC,3,5,"div",15)(20,SC,8,4,"div",16),e.k0s()()()}2&a&&(e.R7$(6),e.R50("ngModel",i.selectedFieldId),e.R7$(),e.Y8G("ngForOf",i.lookupFields),e.R7$(),e.Y8G("ngClass",e.eq3(8,fC,i.screenSize===i.screenSizeEnum.XS||i.screenSize===i.screenSizeEnum.SM)),e.R7$(2),e.JRh((null==i.lookupFields[i.selectedFieldId]?null:i.lookupFields[i.selectedFieldId].placeholder)||"Lookup Key"),e.R7$(),e.R50("ngModel",i.lookupKey),e.R7$(2),e.Y8G("ngIf",!i.lookupKey),e.R7$(6),e.Y8G("ngIf",""!==i.errorMessage),e.R7$(),e.Y8G("ngIf",""===i.errorMessage&&i.lookupValue&&i.flgSetLookupValue))},dependencies:[d.YU,d.Sq,d.bT,d.ux,d.e1,d.fG,m.qT,m.me,m.BC,m.cb,m.YS,m.vS,m.cV,h.DJ,h.sA,h.UI,L.PW,G.$z,T.m2,$.fg,f.rl,f.nJ,f.TL,B.HM,pe.VT,pe._g,tC,_C],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]})}}return n})();const RC=[{path:"",component:Ae,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:Os,canActivate:[(0,D.jn)()]},{path:"wallet",component:Sd,canActivate:[D.q_]},{path:"onchain",component:i2,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:o2,canActivate:[(0,D.jn)()]},{path:"send/:selTab",component:ot,data:{sweepAll:!1},canActivate:[(0,D.jn)()]},{path:"sweep/:selTab",component:ot,data:{sweepAll:!0},canActivate:[(0,D.jn)()]}]},{path:"connections",component:Xs,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:dl,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:$1,canActivate:[(0,D.jn)()]},{path:"pending",component:bm,canActivate:[(0,D.jn)()]},{path:"closed",component:ru,canActivate:[(0,D.jn)()]},{path:"activehtlcs",component:ed,canActivate:[(0,D.jn)()]}]},{path:"peers",component:rl,data:{sweepAll:!1},canActivate:[(0,D.jn)()]}]},{path:"transactions",component:Rd,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Oe,canActivate:[(0,D.jn)()]},{path:"invoices",component:Be,canActivate:[(0,D.jn)()]},{path:"lookuptransactions",component:kC,canActivate:[(0,D.jn)()]}]},{path:"messages",component:Vg,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:Xg,canActivate:[(0,D.jn)()]},{path:"verify",component:Zg,canActivate:[(0,D.jn)()]}]},{path:"channelbackup",component:sg,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"bckup"},{path:"bckup",component:Bg,canActivate:[(0,D.jn)()]},{path:"restore",component:vg,canActivate:[(0,D.jn)()]}]},{path:"routing",component:Dh,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:tt,canActivate:[(0,D.jn)()]},{path:"peers",component:s0,canActivate:[(0,D.jn)()]},{path:"nonroutingprs",component:eC,canActivate:[(0,D.jn)()]}]},{path:"reports",component:l0,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:f0,canActivate:[(0,D.jn)()]},{path:"transactions",component:I0,canActivate:[(0,D.jn)()]}]},{path:"graph",component:Id,canActivate:[(0,D.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:et,canActivate:[(0,D.jn)()]},{path:"queryroutes",component:nh,canActivate:[(0,D.jn)()]}]},{path:"lookups",component:et,canActivate:[(0,D.jn)()]},{path:"network",component:ig,canActivate:[(0,D.jn)()]},{path:"**",component:Kg.X},{path:"rates",redirectTo:"network"}]}],EC=x.iI.forChild(RC);var IC=g(9029);let LC=(()=>{class n{static{this.\u0275fac=function(a){return new(a||n)}}static{this.\u0275mod=e.$C({type:n,bootstrap:[Ae]})}static{this.\u0275inj=e.G2t({imports:[d.MD,IC.G,EC]})}}return n})()}}]); \ No newline at end of file diff --git a/frontend/190.558182128d53aa6a.js b/frontend/190.558182128d53aa6a.js new file mode 100644 index 00000000..52a34b5d --- /dev/null +++ b/frontend/190.558182128d53aa6a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[190],{39190:($C,Be,y)=>{y.r(Be),y.d(Be,{LNDModule:()=>DC});var _=y(72200),ie=y(38132),w=y(43694),dt=y(9881),e=y(73664),V=y(67575),f=y(52920);function ht(t,s){1&t&&e.nrm(0,"mat-progress-bar",3)}let Oe=(()=>{var t;class s{constructor(i){this.router=i,this.loading=!1,this.router.events.subscribe(o=>{switch(!0){case o instanceof w.Z:this.loading=!0;break;case o instanceof w.wF:case o instanceof w.j5:case o instanceof w.L6:this.loading=!1}})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lnd-root"]],standalone:!1,decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(o,a){1&o&&(e.j41(0,"div",1),e.DNE(1,ht,1,0,"mat-progress-bar",2),e.nrm(2,"router-outlet",null,0),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf",a.loading))},dependencies:[_.bT,V.HM,f.DJ,f.sA,f.UI,w.n3],encapsulation:2,data:{animation:[dt.E]}}))}return t(),s})();var h=y(21413),g=y(56977),ge=y(53993),U=y(5964),Ve=y(90614),x=y(45383),c=y(4416),H=y(79647),F=y(63536),r=y(2615),D=y(98570),L=y(59640),K=y(11747),$=y(82571),O=y(20060),_t=y(22598),k=y(25596),Ce=y(82885),oe=y(12629),Se=y(59115),j=y(16038),A=y(96850),G=y(96695),R=y(2042),u=y(19295),E=y(96183),Y=y(51585),T=y(190),d=y(89417),N=y(88834),M=y(33746),C=y(69588),X=y(23029),he=y(30450),ee=y(40455),te=y(89587),ae=y(56114);function ft(t,s){1&t&&(e.j41(0,"span",32),e.EFF(1,"= "),e.k0s())}function gt(t,s){if(1&t&&(e.j41(0,"span",33),e.nrm(1,"fa-icon",34),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.convertedCurrency.symbol)}}function Ct(t,s){if(1&t&&e.nrm(0,"span",35),2&t){const n=e.XpG();e.Y8G("innerHTML",n.convertedCurrency.symbol,e.npT)}}function yt(t,s){if(1&t&&(e.j41(0,"mat-option",36),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.JRh(e.bMT(2,2,n))}}function bt(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.invoiceError)}}function Ft(t,s){if(1&t&&(e.j41(0,"div",37),e.nrm(1,"fa-icon",38),e.DNE(2,bt,2,1,"span",39),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.invoiceError)}}let xt=(()=>{var t;class s{constructor(i,o,a,l,p,m){this.dialogRef=i,this.data=o,this.store=a,this.decimalPipe=l,this.commonService=p,this.actions=m,this.faExclamationTriangle=x.zpE,this.convertedCurrency=null,this.memo="",this.isAmp=!1,this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.timeUnitEnum=c.F7,this.timeUnits=c.SY,this.selTimeUnit=c.F7.SECS,this.invoiceError="",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,U.p)(i=>i.type===c.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(i=>{i.type===c.QP.UPDATE_API_CALL_STATUS_LND&&"SaveNewInvoice"===i.payload.action&&(this.invoiceError=i.payload.message,i.payload.status===c.wn.ERROR&&(this.invoiceError=i.payload.message),i.payload.status===c.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(i){this.invoiceError="";let o=0;o=this.expiry?this.selTimeUnit!==c.F7.SECS?this.commonService.convertTime(this.expiry,this.selTimeUnit,c.F7.SECS):this.expiry:c.It,this.store.dispatch((0,T.VK)({payload:{uiMessage:c.MZ.ADD_INVOICE,memo:this.memo,value:this.invoiceValue,private:this.private,expiry:o,is_amp:this.isAmp,pageSize:this.pageSize,openModal:!0}}))}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.isAmp=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=c.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:i=>{this.convertedCurrency=i,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:i=>{this.invoiceValueHint="Conversion Error: "+i}}))}onTimeUnitChange(i){this.expiry&&this.selTimeUnit!==i.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,i.value)),this.selTimeUnit=i.value}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(L.il),e.rXU(_.QX),e.rXU($.h),e.rXU(K.En))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-create-invoices"]],standalone:!1,decls:53,vars:20,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end start"],["matInput","","autoFocus","","tabindex","1","name","memo",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","2","name","invoiceValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","24","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","3","name","expiry",3,"ngModelChange","step","min","ngModel"],["tabindex","4","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"ml-2"],["fxFlex","49","fxLayoutAlign","start start"],["tabindex","4","color","primary","name","private",3,"ngModelChange","ngModel"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["tabindex","5","color","primary","name","amp",3,"ngModelChange","ngModel"],["matTooltip","Atomic multipath payment invoice","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","6","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","7",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Create Invoice"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),e.EFF(13,"Memo"),e.k0s(),e.j41(14,"input",10),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.memo,m)||(a.memo=m),r.Njj(m)}),e.k0s()(),e.j41(15,"mat-form-field",11)(16,"mat-label"),e.EFF(17,"Amount"),e.k0s(),e.j41(18,"input",12),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.invoiceValue,m)||(a.invoiceValue=m),r.Njj(m)}),e.bIt("keyup",function(){return r.eBV(l),r.Njj(a.onInvoiceValueChange())}),e.k0s(),e.j41(19,"span",13),e.EFF(20,"Sats "),e.k0s(),e.j41(21,"mat-hint",14),e.DNE(22,ft,2,0,"span",15)(23,gt,2,1,"span",16)(24,Ct,1,1,"span",17),e.EFF(25),e.k0s()(),e.j41(26,"mat-form-field",18)(27,"mat-label"),e.EFF(28,"Expiry"),e.k0s(),e.j41(29,"input",19),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.expiry,m)||(a.expiry=m),r.Njj(m)}),e.k0s(),e.j41(30,"span",13),e.EFF(31),e.nI1(32,"titlecase"),e.k0s()(),e.j41(33,"mat-form-field",18)(34,"mat-select",20),e.bIt("selectionChange",function(m){return r.eBV(l),r.Njj(a.onTimeUnitChange(m))}),e.DNE(35,yt,3,4,"mat-option",21),e.k0s()(),e.j41(36,"div",22)(37,"div",23)(38,"mat-slide-toggle",24),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.private,m)||(a.private=m),r.Njj(m)}),e.EFF(39,"Private Routing Hints"),e.k0s(),e.j41(40,"mat-icon",25),e.EFF(41,"info_outline"),e.k0s()(),e.j41(42,"div",23)(43,"mat-slide-toggle",26),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.isAmp,m)||(a.isAmp=m),r.Njj(m)}),e.EFF(44,"AMP Invoice"),e.k0s(),e.j41(45,"mat-icon",27),e.EFF(46,"info_outline"),e.k0s()()(),e.DNE(47,Ft,3,2,"div",28),e.j41(48,"div",29)(49,"button",30),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(50,"Clear Field"),e.k0s(),e.j41(51,"button",31),e.bIt("click",function(){r.eBV(l);const m=e.sdS(10);return r.Njj(a.onAddInvoice(m))}),e.EFF(52,"Create Invoice"),e.k0s()()()()()()}2&o&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(8),e.R50("ngModel",a.memo),e.R7$(4),e.Y8G("step",100)("min",1),e.R50("ngModel",a.invoiceValue),e.R7$(4),e.Y8G("ngIf",""!==a.invoiceValueHint),e.R7$(),e.Y8G("ngIf",a.convertedCurrency&&"FA"===a.convertedCurrency.iconType&&""!==a.invoiceValueHint),e.R7$(),e.Y8G("ngIf",a.convertedCurrency&&"SVG"===a.convertedCurrency.iconType&&""!==a.invoiceValueHint),e.R7$(),e.SpI(" ",a.invoiceValueHint," "),e.R7$(4),e.Y8G("step",a.selTimeUnit===a.timeUnitEnum.SECS?300:a.selTimeUnit===a.timeUnitEnum.MINS?10:a.selTimeUnit===a.timeUnitEnum.HOURS?2:1)("min",1),e.R50("ngModel",a.expiry),e.R7$(2),e.SpI("",e.bMT(32,18,a.selTimeUnit)," "),e.R7$(3),e.Y8G("value",a.selTimeUnit),e.R7$(),e.Y8G("ngForOf",a.timeUnits),e.R7$(3),e.R50("ngModel",a.private),e.R7$(5),e.R50("ngModel",a.isAmp),e.R7$(4),e.Y8G("ngIf",""!==a.invoiceError))},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.VZ,d.vS,d.cV,O.aY,Y.tx,N.$z,k.m2,k.MM,oe.An,M.fg,C.rl,C.nJ,C.MV,C.yw,f.DJ,f.sA,f.UI,E.VO,X.wT,he.sG,ee.oV,te.N,ae.V,_.PV],encapsulation:2}))}return t(),s})();var vt=y(46391),I=y(11771),J=y(52929),B=y(10497);const Tt=()=>["all"],kt=t=>({"error-border":t}),St=()=>["no_invoice"],ye=t=>({"mr-0":t}),re=t=>({width:t}),Rt=t=>({"display-none":t});function Et(t,s){1&t&&(e.j41(0,"span",19),e.EFF(1,"= "),e.k0s())}function It(t,s){if(1&t&&(e.j41(0,"span",20),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.convertedCurrency.symbol)}}function Lt(t,s){if(1&t&&e.nrm(0,"span",22),2&t){const n=e.XpG(2);e.Y8G("innerHTML",n.convertedCurrency.symbol,e.npT)}}function wt(t,s){if(1&t){const n=e.RV6();e.j41(0,"form",6,0)(2,"mat-form-field",7)(3,"mat-label"),e.EFF(4,"Memo"),e.k0s(),e.j41(5,"input",8),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.memo,o)||(a.memo=o),r.Njj(o)}),e.k0s()(),e.j41(6,"mat-form-field",9)(7,"mat-label"),e.EFF(8,"Amount"),e.k0s(),e.j41(9,"input",10),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.invoiceValue,o)||(a.invoiceValue=o),r.Njj(o)}),e.bIt("keyup",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onInvoiceValueChange())}),e.k0s(),e.j41(10,"span",11),e.EFF(11,"Sats "),e.k0s(),e.j41(12,"mat-hint",12),e.DNE(13,Et,2,0,"span",13)(14,It,2,1,"span",14)(15,Lt,1,1,"span",15),e.EFF(16),e.k0s()(),e.j41(17,"div",16)(18,"button",17),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.EFF(19,"Clear Field"),e.k0s(),e.j41(20,"button",18),e.bIt("click",function(){r.eBV(n);const o=e.sdS(1),a=e.XpG();return r.Njj(a.onAddInvoice(o))}),e.EFF(21,"Create Invoice"),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(5),e.R50("ngModel",n.memo),e.R7$(4),e.Y8G("step",100)("min",1),e.R50("ngModel",n.invoiceValue),e.R7$(4),e.Y8G("ngIf",""!==n.invoiceValueHint),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"FA"===n.convertedCurrency.iconType&&""!==n.invoiceValueHint),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"SVG"===n.convertedCurrency.iconType&&""!==n.invoiceValueHint),e.R7$(),e.SpI(" ",n.invoiceValueHint," ")}}function jt(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",23)(1,"button",24),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.openCreateInvoiceModal())}),e.EFF(2,"Create Invoice"),e.k0s()()}}function Gt(t,s){if(1&t&&(e.j41(0,"mat-option",72),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Dt(t,s){1&t&&e.nrm(0,"mat-progress-bar",73)}function Nt(t,s){1&t&&e.nrm(0,"th",74)}function Pt(t,s){if(1&t&&e.nrm(0,"span",80),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,ye,n.screenSize===n.screenSizeEnum.XS))}}function $t(t,s){if(1&t&&e.nrm(0,"span",81),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,ye,n.screenSize===n.screenSizeEnum.XS))}}function At(t,s){if(1&t&&e.nrm(0,"span",82),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,ye,n.screenSize===n.screenSizeEnum.XS))}}function Mt(t,s){if(1&t&&e.nrm(0,"span",83),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,ye,n.screenSize===n.screenSizeEnum.XS))}}function Bt(t,s){if(1&t&&(e.j41(0,"td",75),e.DNE(1,Pt,1,3,"span",76)(2,$t,1,3,"span",77)(3,At,1,3,"span",78)(4,Mt,1,3,"span",79),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf","OPEN"===(null==n?null:n.state)),e.R7$(),e.Y8G("ngIf","SETTLED"===(null==n?null:n.state)),e.R7$(),e.Y8G("ngIf","ACCEPTED"===(null==n?null:n.state)),e.R7$(),e.Y8G("ngIf","CANCELED"===(null==n?null:n.state))}}function Ot(t,s){1&t&&e.nrm(0,"th",84)}function Vt(t,s){if(1&t&&(e.j41(0,"span",87),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faEyeSlash)}}function Yt(t,s){if(1&t&&(e.j41(0,"span",88),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faEye)}}function Xt(t,s){if(1&t&&(e.j41(0,"td",75),e.DNE(1,Vt,2,1,"span",85)(2,Yt,2,1,"span",86),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",n.private),e.R7$(),e.Y8G("ngIf",!n.private)}}function Ut(t,s){1&t&&e.nrm(0,"th",89)}function Ht(t,s){if(1&t&&(e.j41(0,"span",92),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faArrowsTurnToDots)}}function zt(t,s){if(1&t&&(e.j41(0,"span",93),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faArrowsTurnRight)}}function qt(t,s){if(1&t&&(e.j41(0,"td",75),e.DNE(1,Ht,2,1,"span",90)(2,zt,2,1,"span",91),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",n.is_keysend),e.R7$(),e.Y8G("ngIf",!n.is_keysend)}}function Jt(t,s){1&t&&e.nrm(0,"th",94)}function Qt(t,s){if(1&t&&(e.j41(0,"span",97),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faMoneyBill1)}}function Wt(t,s){if(1&t&&(e.j41(0,"span",98),e.nrm(1,"fa-icon",21),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.faBurst)}}function Zt(t,s){if(1&t&&(e.j41(0,"td",75),e.DNE(1,Qt,2,1,"span",95)(2,Wt,2,1,"span",96),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",!n.is_amp),e.R7$(),e.Y8G("ngIf",n.is_amp)}}function Kt(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Date Created"),e.k0s())}function en(t,s){if(1&t&&(e.j41(0,"td",75),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,1e3*(null==n?null:n.creation_date),"dd/MMM/y HH:mm"))}}function tn(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Date Settled"),e.k0s())}function nn(t,s){if(1&t&&(e.j41(0,"td",75),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(0!=+(null==n?null:n.settle_date)?e.i5U(2,1,1e3*+(null==n?null:n.settle_date),"dd/MMM/y HH:mm"):"-")}}function an(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Memo"),e.k0s())}function sn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.memo)}}function on(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Preimage"),e.k0s())}function ln(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.r_preimage)}}function rn(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Preimage Hash"),e.k0s())}function cn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.r_hash)}}function pn(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Payment Address"),e.k0s())}function mn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_addr)}}function un(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Payment Request"),e.k0s())}function dn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_request)}}function hn(t,s){1&t&&(e.j41(0,"th",99),e.EFF(1,"Description Hash"),e.k0s())}function _n(t,s){if(1&t&&(e.j41(0,"td",75)(1,"div",100)(2,"span",101),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,re,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.description_hash)}}function fn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"Expiry"),e.k0s())}function gn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.expiry)," ")}}function Cn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"CLTV Expiry"),e.k0s())}function yn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.cltv_expiry)," ")}}function bn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"Add Index"),e.k0s())}function Fn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.add_index)," ")}}function xn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"Settle Index"),e.k0s())}function vn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.settle_index)," ")}}function Tn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"Amount (Sats)"),e.k0s())}function kn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.value)," ")}}function Sn(t,s){1&t&&(e.j41(0,"th",102),e.EFF(1,"Amount Settled (Sats)"),e.k0s())}function Rn(t,s){if(1&t&&(e.j41(0,"td",75)(1,"span",103),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.amt_paid_sat)," ")}}function En(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",104)(1,"div",105)(2,"mat-select",106),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",107),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function In(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",108)(1,"div",105)(2,"mat-select",109),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",107),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onInvoiceClick(o))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",107),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onRefreshInvoice(o))}),e.EFF(7,"Refresh"),e.k0s()()()()}}function Ln(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No invoice available."),e.k0s())}function wn(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting invoices..."),e.k0s())}function jn(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.errorMessage)}}function Gn(t,s){if(1&t&&(e.j41(0,"td",110),e.DNE(1,Ln,2,0,"p",111)(2,wn,2,0,"p",111)(3,jn,2,1,"p",111),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=n.invoices&&n.invoices.data)||(null==n.invoices||null==n.invoices.data?null:n.invoices.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.invoices&&n.invoices.data)||(null==n.invoices||null==n.invoices.data?null:n.invoices.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.invoices&&n.invoices.data)||(null==n.invoices||null==n.invoices.data?null:n.invoices.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Dn(t,s){if(1&t&&e.nrm(0,"tr",112),2&t){const n=e.XpG(2);e.Y8G("ngClass",e.eq3(1,Rt,(null==n.invoices?null:n.invoices.data)&&(null==n.invoices||null==n.invoices.data?null:n.invoices.data.length)>0))}}function Nn(t,s){1&t&&e.nrm(0,"tr",113)}function Pn(t,s){1&t&&e.nrm(0,"tr",114)}function $n(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",25)(1,"div",26)(2,"div",27),e.nrm(3,"fa-icon",28),e.j41(4,"span",29),e.EFF(5,"Invoices History"),e.k0s()(),e.j41(6,"div",30)(7,"mat-form-field",31)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",32),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilterBy,o)||(a.selFilterBy=o),r.Njj(o)}),e.bIt("selectionChange",function(){r.eBV(n);const o=e.XpG();return o.selFilter="",r.Njj(o.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,Gt,2,2,"mat-option",33),e.k0s()()(),e.j41(13,"mat-form-field",31)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",34),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilter,o)||(a.selFilter=o),r.Njj(o)}),e.bIt("input",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())})("keyup",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())}),e.k0s()()()(),e.j41(17,"div",35),e.DNE(18,Dt,1,0,"mat-progress-bar",36),e.j41(19,"table",37,1),e.qex(21,38),e.DNE(22,Nt,1,0,"th",39)(23,Bt,5,4,"td",40),e.bVm(),e.qex(24,41),e.DNE(25,Ot,1,0,"th",42)(26,Xt,3,2,"td",40),e.bVm(),e.qex(27,43),e.DNE(28,Ut,1,0,"th",44)(29,qt,3,2,"td",40),e.bVm(),e.qex(30,45),e.DNE(31,Jt,1,0,"th",46)(32,Zt,3,2,"td",40),e.bVm(),e.qex(33,47),e.DNE(34,Kt,2,0,"th",48)(35,en,3,4,"td",40),e.bVm(),e.qex(36,49),e.DNE(37,tn,2,0,"th",48)(38,nn,3,4,"td",40),e.bVm(),e.qex(39,50),e.DNE(40,an,2,0,"th",48)(41,sn,4,4,"td",40),e.bVm(),e.qex(42,51),e.DNE(43,on,2,0,"th",48)(44,ln,4,4,"td",40),e.bVm(),e.qex(45,52),e.DNE(46,rn,2,0,"th",48)(47,cn,4,4,"td",40),e.bVm(),e.qex(48,53),e.DNE(49,pn,2,0,"th",48)(50,mn,4,4,"td",40),e.bVm(),e.qex(51,54),e.DNE(52,un,2,0,"th",48)(53,dn,4,4,"td",40),e.bVm(),e.qex(54,55),e.DNE(55,hn,2,0,"th",48)(56,_n,4,4,"td",40),e.bVm(),e.qex(57,56),e.DNE(58,fn,2,0,"th",57)(59,gn,4,3,"td",40),e.bVm(),e.qex(60,58),e.DNE(61,Cn,2,0,"th",57)(62,yn,4,3,"td",40),e.bVm(),e.qex(63,59),e.DNE(64,bn,2,0,"th",57)(65,Fn,4,3,"td",40),e.bVm(),e.qex(66,60),e.DNE(67,xn,2,0,"th",57)(68,vn,4,3,"td",40),e.bVm(),e.qex(69,61),e.DNE(70,Tn,2,0,"th",57)(71,kn,4,3,"td",40),e.bVm(),e.qex(72,62),e.DNE(73,Sn,2,0,"th",57)(74,Rn,4,3,"td",40),e.bVm(),e.qex(75,63),e.DNE(76,En,6,0,"th",64)(77,In,8,0,"td",65),e.bVm(),e.qex(78,66),e.DNE(79,Gn,4,3,"td",67),e.bVm(),e.DNE(80,Dn,1,3,"tr",68)(81,Nn,1,0,"tr",69)(82,Pn,1,0,"tr",70),e.k0s(),e.j41(83,"mat-paginator",71),e.bIt("page",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onPageChange(o))}),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(3),e.Y8G("icon",n.faHistory),e.R7$(7),e.R50("ngModel",n.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,Tt).concat(n.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",n.selFilter),e.R7$(2),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",n.tableSetting.sortBy)("matSortDirection",n.tableSetting.sortOrder)("dataSource",n.invoices)("ngClass",e.eq3(17,kt,""!==n.errorMessage)),e.R7$(61),e.Y8G("matFooterRowDef",e.lJ4(19,St)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns),e.R7$(),e.Y8G("length",n.totalInvoices)("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS)}}let Ye=(()=>{var t;class s{constructor(i,o,a,l,p,m,v){this.logger=i,this.store=o,this.decimalPipe=a,this.commonService=l,this.datePipe=p,this.actions=m,this.camelCaseWithReplace=v,this.calledFrom="transactions",this.faEye=x.pS3,this.faEyeSlash=x.k6j,this.faHistory=x.Int,this.faArrowsTurnToDots=x.If6,this.faArrowsTurnRight=x.peG,this.faBurst=x.M29,this.faMoneyBill1=x.Ccf,this.convertedCurrency=null,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:c.md,sortBy:"creation_date",sortOrder:c.oi.DESCENDING},this.newlyAddedInvoiceMemo=null,this.newlyAddedInvoiceValue=null,this.memo="",this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoicesData=[],this.invoices=new u.I6([]),this.information={},this.selFilter="",this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.firstOffset=-1,this.lastOffset=-1,this.totalInvoices=0,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("state"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.rN).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalInvoices=i.listInvoices.total_invoices||0,this.firstOffset=+(i.listInvoices.first_index_offset||-1),this.lastOffset=+(i.listInvoices.last_index_offset||-1),this.invoicesData=i.listInvoices.invoices||[],this.invoicesData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoicesData),this.logger.info(i)}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,U.p)(i=>i.type===c.QP.SET_LOOKUP_LND||i.type===c.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(i=>{i.type===c.QP.SET_LOOKUP_LND&&this.invoicesData&&this.sort&&this.paginator&&i.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(i.payload))),this.loadInvoicesTable(this.invoicesData))})}ngAfterViewInit(){this.invoicesData.length>0&&this.loadInvoicesTable(this.invoicesData)}onAddInvoice(i){const o=this.expiry?this.expiry:c.It;this.newlyAddedInvoiceMemo=this.memo,this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,T.VK)({payload:{uiMessage:c.MZ.ADD_INVOICE,memo:this.memo,value:this.invoiceValue,private:this.private,expiry:o,is_amp:!1,pageSize:this.pageSize,openModal:!0}})),this.resetData()}onInvoiceClick(i){this.store.dispatch((0,I.xO)({payload:{data:{invoice:i,newlyAdded:!1,component:vt.H}}}))}onRefreshInvoice(i){i&&i.r_hash&&this.store.dispatch((0,T.Yi)({payload:{openSnackBar:!0,paymentHash:Buffer.from(i.r_hash.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}}))}updateInvoicesData(i){this.invoicesData=this.invoicesData?.map(o=>o.r_hash===i.r_hash?i:o)}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.invoices.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.creation_date?this.datePipe.transform(new Date(1e3*i.creation_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+(i.settle_date?this.datePipe.transform(new Date(1e3*i.settle_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(i).toLowerCase();break;case"creation_date":case"settle_date":a=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"private":a=i?.private?"private":"public";break;case"is_keysend":a=i?.is_keysend?"keysend invoices":"non keysend invoices";break;case"is_amp":a=i?.is_amp?"atomic multi path payment":"non atomic payment";break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"is_keysend"===this.selFilterBy||"is_amp"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}loadInvoicesTable(i){this.invoices=new u.I6(i?[...i]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.invoices)}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}onPageChange(i){let o=!0,a=this.lastOffset;this.pageSize=i.pageSize,0===i.pageIndex?(o=!0,a=0):i.previousPageIndex&&i.pageIndexi.previousPageIndex&&i.length>(i.pageIndex+1)*i.pageSize?(o=!0,a=this.firstOffset):i.length<=(i.pageIndex+1)*i.pageSize&&(o=!1,a=0),this.store.dispatch((0,T.Do)({payload:{num_max_invoices:i.pageSize,index_offset:a,reversed:o}}))}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[5])).subscribe({next:i=>{this.convertedCurrency=i,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:i=>{this.invoiceValueHint="Conversion Error: "+i}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}openCreateInvoiceModal(){this.store.dispatch((0,I.xO)({payload:{data:{pageSize:this.pageSize,component:xt}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(_.QX),e.rXU($.h),e.rXU(_.vh),e.rXU(K.En),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lightning-invoices"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end start"],["matInput","","tabindex","1","name","memo",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","2","name","invValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","5",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private",4,"matHeaderCellDef"],["matColumnDef","is_keysend"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Keysend",4,"matHeaderCellDef"],["matColumnDef","is_amp"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","AMP",4,"matHeaderCellDef"],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","settle_date"],["matColumnDef","memo"],["matColumnDef","r_preimage"],["matColumnDef","r_hash"],["matColumnDef","payment_addr"],["matColumnDef","payment_request"],["matColumnDef","description_hash"],["matColumnDef","expiry"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cltv_expiry"],["matColumnDef","add_index"],["matColumnDef","settle_index"],["matColumnDef","value"],["matColumnDef","amt_paid_sat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","6",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"page","length","pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","State"],["mat-cell",""],["class","dot grey","matTooltip","Open","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Canceled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Open","matTooltipPosition","right",1,"dot","grey",3,"ngClass"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Canceled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Keysend"],["class","mr-1","matTooltip","Keysend Invoices","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Non Keysend Invoices","matTooltipPosition","right",4,"ngIf"],["matTooltip","Keysend Invoices","matTooltipPosition","right",1,"mr-1"],["matTooltip","Non Keysend Invoices","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","AMP"],["class","mr-1","matTooltip","Non Atomic Payment","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Atomic Multi Path Payment","matTooltipPosition","right",4,"ngIf"],["matTooltip","Non Atomic Payment","matTooltipPosition","right",1,"mr-1"],["matTooltip","Atomic Multi Path Payment","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","6"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){1&o&&(e.j41(0,"div",2),e.DNE(1,wt,22,8,"form",3)(2,jt,3,0,"div",4)(3,$n,84,20,"div",5),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf","home"===a.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===a.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===a.calledFrom))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.qT,d.me,d.Q0,d.BC,d.cb,d.VZ,d.vS,d.cV,O.aY,N.$z,M.fg,C.rl,C.nJ,C.MV,C.yw,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,ee.oV,G.iy,B.ZF,B.Ld,ae.V,_.QX,_.vh],styles:[".mat-column-state[_ngcontent-%COMP%], .mat-column-private[_ngcontent-%COMP%], .mat-column-is_keysend[_ngcontent-%COMP%], .mat-column-is_amp[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return t(),s})();var W=y(96697),Z=y(51534),z=y(9454),ce=y(22628);const An=["paymentReq"];function Mn(t,s){if(1&t&&(e.j41(0,"span",36),e.nrm(1,"fa-icon",37),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.convertedCurrency.symbol)}}function Bn(t,s){if(1&t&&e.nrm(0,"span",38),2&t){const n=e.XpG(2);e.Y8G("innerHTML",n.convertedCurrency.symbol,e.npT)}}function On(t,s){if(1&t&&(e.j41(0,"mat-hint",33),e.EFF(1),e.DNE(2,Mn,2,1,"span",34)(3,Bn,1,1,"span",35),e.EFF(4),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI(" ",n.paymentDecodedHintPre," "),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"FA"===n.convertedCurrency.iconType&&""!==n.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"SVG"===n.convertedCurrency.iconType&&""!==n.paymentDecodedHintPre),e.R7$(),e.SpI(" ",n.paymentDecodedHintPost," ")}}function Vn(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Payment request is required."),e.k0s())}function Yn(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.JRh(n.paymentDecodedHint)}}function Xn(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Payment amount is required."),e.k0s())}function Un(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",6)(1,"mat-label"),e.EFF(2,"Amount (Sats)"),e.k0s(),e.j41(3,"input",39,4),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.paymentAmount,o)||(a.paymentAmount=o),r.Njj(o)}),e.bIt("change",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onAmountChange(o))}),e.k0s(),e.j41(5,"mat-hint"),e.EFF(6,"It is a zero amount invoice, enter amount to be paid."),e.k0s(),e.DNE(7,Xn,2,0,"mat-error",16),e.k0s()}if(2&t){const n=e.XpG();e.R7$(3),e.R50("ngModel",n.paymentAmount),e.R7$(4),e.Y8G("ngIf",!n.paymentAmount)}}function Hn(t,s){if(1&t&&(e.j41(0,"mat-option",40),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.SpI(" ",null==n?null:n.name," ")}}function zn(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("",null==n.selFeeLimitType?null:n.selFeeLimitType.placeholder," is required.")}}function qn(t,s){if(1&t&&(e.j41(0,"mat-option",40),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.JRh((null==n?null:n.remote_alias)||(null==n?null:n.chan_id))}}function Jn(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Channel not found in the list."),e.k0s())}function Qn(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.paymentError)}}function Wn(t,s){if(1&t&&(e.j41(0,"div",41),e.nrm(1,"fa-icon",42),e.DNE(2,Qn,2,1,"span",16),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.paymentError)}}let Zn=(()=>{var t;class s{constructor(i,o,a,l,p,m,v){this.dialogRef=i,this.store=o,this.logger=a,this.commonService=l,this.decimalPipe=p,this.actions=m,this.dataService=v,this.faExclamationTriangle=x.zpE,this.convertedCurrency=null,this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.showAdvanced=!1,this.activeChannels=[],this.filteredMinAmtActvChannels=[],this.selectedChannelCtrl=new d.hs,this.isAmp=!1,this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.feeLimitTypes=c.nv,this.advancedTitle="Advanced Options",this.paymentError="",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(a=>{this.selNode=a}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[1])).subscribe(a=>{this.activeChannels=a.channels&&a.channels.length?a.channels?.filter(l=>l.active):[],this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.logger.info(a)}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,U.p)(a=>a.type===c.QP.UPDATE_API_CALL_STATUS_LND||a.type===c.QP.SEND_PAYMENT_STATUS_LND)).subscribe(a=>{a.type===c.QP.SEND_PAYMENT_STATUS_LND&&this.dialogRef.close(),a.type===c.QP.UPDATE_API_CALL_STATUS_LND&&a.payload.status===c.wn.ERROR&&"SendPayment"===a.payload.action&&(delete this.paymentDecoded.num_satoshis,this.paymentError=a.payload.message)});let i="",o="";this.activeChannels=this.activeChannels.sort((a,l)=>(i=a.remote_alias?a.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"",o=l.remote_alias?l.remote_alias.toLowerCase():l.chan_id?l.chan_id.toLowerCase():"",io?1:0)),this.selectedChannelCtrl.valueChanges.pipe((0,g.Q)(this.unSubs[3])).subscribe(a=>{"string"==typeof a&&(this.filteredMinAmtActvChannels=this.filterChannels())})}filterChannels(){return this.activeChannels&&this.activeChannels.length?this.activeChannels?.filter(i=>0===(i.remote_alias?i.remote_alias.toLowerCase():i.chan_id?i.chan_id.toLowerCase():"").indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")&&(i.local_balance||0)>=+(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)):[]}displayFn(i){return i&&i.remote_alias?i.remote_alias:i&&i.chan_id?i.chan_id:""}onSelectedChannelChanged(){if(this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.length>0&&"string"==typeof this.selectedChannelCtrl.value){const i=this.activeChannels&&this.activeChannels.length?this.activeChannels?.filter(o=>{const a=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"";return a.length===this.selectedChannelCtrl.value.length&&0===a.indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")}):[];i&&i.length>0?(this.selectedChannelCtrl.setValue(i[0]),this.selectedChannelCtrl.setErrors(null)):this.selectedChannelCtrl.setErrors({notfound:!0})}}onSendPayment(){if(this.selectedChannelCtrl.value&&"string"==typeof this.selectedChannelCtrl.value&&this.onSelectedChannelChanged(),!this.paymentRequest||this.zeroAmtInvoice&&(!this.paymentAmount||this.paymentAmount<=0)||"string"==typeof this.selectedChannelCtrl.value)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.onPaymentRequestEntry(this.paymentRequest)}sendPayment(){if(this.selFeeLimitType!==this.feeLimitTypes[0]&&!this.feeLimit)return!0;if(this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis){this.zeroAmtInvoice=!1;const i={uiMessage:c.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:this.isAmp,outgoing_chan_ids:this.selectedChannelCtrl.value?.chan_id?[this.selectedChannelCtrl.value.chan_id]:void 0,fee_limit_sat:(0,c.C6)(this.selFeeLimitType.id,this.feeLimit,+this.paymentDecoded.num_satoshis||0),fromDialog:!0};this.store.dispatch((0,T.Fd)({payload:i}))}else{this.zeroAmtInvoice=!0,this.paymentDecoded.num_satoshis=this.paymentAmount?.toString()||"";const i={uiMessage:c.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:this.isAmp,amt:this.paymentAmount||0,outgoing_chan_ids:this.selectedChannelCtrl.value?.chan_id?[this.selectedChannelCtrl.value.chan_id]:void 0,fee_limit_sat:(0,c.C6)(this.selFeeLimitType.id,this.feeLimit,this.paymentAmount||0),fromDialog:!0};this.store.dispatch((0,T.Fd)({payload:i}))}}onAmountChange(i){delete this.paymentDecoded.num_satoshis}onPaymentRequestEntry(i){this.paymentRequest=i,this.paymentAmount=null,this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,W.s)(1)).subscribe({next:o=>{this.paymentDecoded=o,this.selectedChannelCtrl.setValue(null),this.onAdvancedPanelToggle(!0,!0),this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.filteredMinAmtActvChannels=this.filterChannels(),this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"BTC",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[4])).subscribe({next:a=>{this.convertedCurrency=a,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(a.OTHER?a.OTHER:0,c.k.OTHER)+") | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")},error:a=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"),this.paymentDecodedHintPost="")):(this.zeroAmtInvoice=!0,this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.paymentDecodedHintPre="Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"),this.paymentDecodedHintPost="")},error:o=>{this.logger.error(o),this.paymentDecodedHintPre="ERROR: "+o.message,this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})}}))}onAdvancedPanelToggle(i,o){if(i&&!o){const a=this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.remote_alias?this.selectedChannelCtrl.value.remote_alias:this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.chan_id?this.selectedChannelCtrl.value.chan_id:"";this.advancedTitle="Advanced Options | "+this.selFeeLimitType.name+("none"===this.selFeeLimitType.id?"":": "+this.feeLimit)+(""!==a?" | First Outgoing Channel: "+a:"")}else this.advancedTitle="Advanced Options"}resetData(){this.paymentDecoded={},this.paymentRequest="",this.isAmp=!1,this.selectedChannelCtrl.setValue(null),this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.advancedTitle="Advanced Options",this.zeroAmtInvoice=!1,this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost=""}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(L.il),e.rXU(D.gP),e.rXU($.h),e.rXU(_.QX),e.rXU(K.En),e.rXU(Z.u))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lightning-send-payments"]],viewQuery:function(o,a){if(1&o&&e.GBs(An,5),2&o){let l;e.mGM(l=e.lsd())&&(a.paymentReq=l.first)}},standalone:!1,decls:53,vars:22,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["fLmt","ngModel"],["auto","matAutocomplete"],["paymentAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","11","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxFlex","100","fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","27","fxLayoutAlign","start end"],["tabindex","5",3,"valueChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","33"],["matInput","","type","number","name","feeLmt","required","","tabindex","6",3,"ngModelChange","step","min","disabled","ngModel"],["fxLayout","column","fxFlex","37","fxLayoutAlign","start end"],["type","text","aria-label","First Outgoing Channel","matInput","","tabindex","7",3,"formControl","matAutocomplete"],[3,"optionSelected","displayWith"],["fxFlex","25","tabindex","8","color","primary","name","isAmp",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-button","","id","sendBtn","color","primary","tabindex","10",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e.EFF(5,"Send Payment"),e.k0s()(),e.j41(6,"button",10),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",11)(9,"form",12,0)(11,"mat-form-field",13)(12,"mat-label"),e.EFF(13,"Payment Request"),e.k0s(),e.j41(14,"textarea",14,1),e.bIt("ngModelChange",function(m){return r.eBV(l),r.Njj(a.onPaymentRequestEntry(m))})("matTextareaAutosize",function(){return r.eBV(l),r.Njj(!0)}),e.k0s(),e.DNE(16,On,5,4,"mat-hint",15)(17,Vn,2,0,"mat-error",16)(18,Yn,2,1,"mat-error",16),e.k0s(),e.DNE(19,Un,8,2,"mat-form-field",17),e.j41(20,"mat-expansion-panel",18),e.bIt("closed",function(){return r.eBV(l),r.Njj(a.onAdvancedPanelToggle(!0,!1))})("opened",function(){return r.eBV(l),r.Njj(a.onAdvancedPanelToggle(!1,!1))}),e.j41(21,"mat-expansion-panel-header")(22,"mat-panel-title")(23,"span"),e.EFF(24),e.k0s()()(),e.j41(25,"div",19)(26,"mat-form-field",20)(27,"mat-label"),e.EFF(28,"Fee Limits"),e.k0s(),e.j41(29,"mat-select",21),e.mxI("valueChange",function(m){return r.eBV(l),e.DH7(a.selFeeLimitType,m)||(a.selFeeLimitType=m),r.Njj(m)}),e.DNE(30,Hn,2,2,"mat-option",22),e.k0s()(),e.j41(31,"mat-form-field",23)(32,"mat-label"),e.EFF(33),e.k0s(),e.j41(34,"input",24,2),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.feeLimit,m)||(a.feeLimit=m),r.Njj(m)}),e.k0s(),e.DNE(36,zn,2,1,"mat-error",16),e.k0s(),e.j41(37,"mat-form-field",25)(38,"mat-label"),e.EFF(39,"First Outgoing Channel"),e.k0s(),e.nrm(40,"input",26),e.j41(41,"mat-autocomplete",27,3),e.bIt("optionSelected",function(){return r.eBV(l),r.Njj(a.onSelectedChannelChanged())}),e.DNE(43,qn,2,2,"mat-option",22),e.k0s(),e.DNE(44,Jn,2,0,"mat-error",16),e.k0s(),e.j41(45,"mat-slide-toggle",28),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.isAmp,m)||(a.isAmp=m),r.Njj(m)}),e.EFF(46,"AMP Payment"),e.k0s()()(),e.DNE(47,Wn,3,2,"div",29),e.j41(48,"div",30)(49,"button",31),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(50,"Clear Fields"),e.k0s(),e.j41(51,"button",32),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onSendPayment())}),e.EFF(52,"Send Payment"),e.k0s()()()()()()}if(2&o){const l=e.sdS(15),p=e.sdS(42);e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(8),e.Y8G("ngModel",a.paymentRequest),e.R7$(2),e.Y8G("ngIf",a.paymentRequest&&""!==a.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",!a.paymentRequest),e.R7$(),e.Y8G("ngIf",null==l.errors?null:l.errors.decodeError),e.R7$(),e.Y8G("ngIf",a.zeroAmtInvoice),e.R7$(5),e.JRh(a.advancedTitle),e.R7$(5),e.R50("value",a.selFeeLimitType),e.R7$(),e.Y8G("ngForOf",a.feeLimitTypes),e.R7$(3),e.JRh(null==a.selFeeLimitType?null:a.selFeeLimitType.placeholder),e.R7$(),e.Y8G("step",1)("min",0)("disabled",a.selFeeLimitType===a.feeLimitTypes[0]),e.R50("ngModel",a.feeLimit),e.R7$(2),e.Y8G("ngIf",a.selFeeLimitType!==a.feeLimitTypes[0]&&!a.feeLimit),e.R7$(4),e.Y8G("formControl",a.selectedChannelCtrl)("matAutocomplete",p),e.R7$(),e.Y8G("displayWith",a.displayFn),e.R7$(2),e.Y8G("ngForOf",a.filteredMinAmtActvChannels),e.R7$(),e.Y8G("ngIf",null==a.selectedChannelCtrl.errors?null:a.selectedChannelCtrl.errors.notfound),e.R7$(),e.R50("ngModel",a.isAmp),e.R7$(2),e.Y8G("ngIf",""!==a.paymentError)}},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,d.l_,O.aY,Y.tx,N.$z,k.m2,k.MM,z.GK,z.Z2,z.WN,M.fg,C.rl,C.nJ,C.MV,C.TL,f.DJ,f.sA,f.UI,E.VO,X.wT,he.sG,ce.$3,ce.pN,te.N,ae.V],encapsulation:2}))}return t(),s})();var _e=y(37541);const Kn=["sendPaymentForm"],ei=()=>["all"],ti=t=>({"error-border":t}),ni=()=>["no_payment"],pe=t=>({"mr-0":t}),se=t=>({width:t}),ii=t=>({"display-none":t});function ai(t,s){if(1&t&&(e.j41(0,"span",18),e.nrm(1,"fa-icon",19),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("icon",n.convertedCurrency.symbol)}}function si(t,s){if(1&t&&e.nrm(0,"span",20),2&t){const n=e.XpG(3);e.Y8G("innerHTML",n.convertedCurrency.symbol,e.npT)}}function oi(t,s){if(1&t&&(e.j41(0,"mat-hint",15),e.EFF(1),e.DNE(2,ai,2,1,"span",16)(3,si,1,1,"span",17),e.EFF(4),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.SpI(" ",n.paymentDecodedHintPre," "),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"FA"===n.convertedCurrency.iconType&&""!==n.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",n.convertedCurrency&&"SVG"===n.convertedCurrency.iconType&&""!==n.paymentDecodedHintPre),e.R7$(),e.SpI(" ",n.paymentDecodedHintPost," ")}}function li(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Payment request is required."),e.k0s())}function ri(t,s){if(1&t){const n=e.RV6();e.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),e.EFF(4,"Payment Request"),e.k0s(),e.j41(5,"textarea",9,1),e.bIt("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onPaymentRequestEntry(o))})("matTextareaAutosize",function(){return r.eBV(n),r.Njj(!0)}),e.k0s(),e.DNE(7,oi,5,4,"mat-hint",10)(8,li,2,0,"mat-error",11),e.k0s(),e.j41(9,"div",12)(10,"button",13),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.EFF(11,"Clear Field"),e.k0s(),e.j41(12,"button",14),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSendPayment())}),e.EFF(13,"Send Payment"),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(5),e.Y8G("ngModel",n.paymentRequest),e.R7$(2),e.Y8G("ngIf",n.paymentRequest&&""!==n.paymentDecodedHintPre),e.R7$(),e.Y8G("ngIf",!n.paymentRequest)}}function ci(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",21)(1,"button",22),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.openSendPaymentModal())}),e.EFF(2,"Send Payment"),e.k0s()()}}function pi(t,s){if(1&t&&(e.j41(0,"mat-option",76),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function mi(t,s){1&t&&e.nrm(0,"mat-progress-bar",77)}function ui(t,s){1&t&&e.nrm(0,"th",78)}function di(t,s){if(1&t&&e.nrm(0,"span",82),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function hi(t,s){if(1&t&&e.nrm(0,"span",83),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function _i(t,s){if(1&t&&(e.j41(0,"td",79),e.DNE(1,di,1,3,"span",80)(2,hi,1,3,"span",81),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf","SUCCEEDED"===(null==n?null:n.status)),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==(null==n?null:n.status))}}function fi(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Creation Date"),e.k0s())}function gi(t,s){if(1&t&&(e.j41(0,"td",79),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,1e3*(null==n?null:n.creation_date),"dd/MMM/y HH:mm")," ")}}function Ci(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Payment Hash"),e.k0s())}function yi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_hash)}}function bi(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Payment Request"),e.k0s())}function Fi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_request)}}function xi(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Payment Preimage"),e.k0s())}function vi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_preimage)}}function Ti(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Description"),e.k0s())}function ki(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.description)}}function Si(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Description Hash"),e.k0s())}function Ri(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",85)(2,"span",86),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.description_hash)}}function Ei(t,s){1&t&&(e.j41(0,"th",84),e.EFF(1,"Failure Reason"),e.k0s())}function Ii(t,s){if(1&t&&(e.j41(0,"td",79),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.brH(2,1,null==n?null:n.failure_reason,"failure_reason","_")," ")}}function Li(t,s){1&t&&(e.j41(0,"th",87),e.EFF(1,"Payment Index"),e.k0s())}function wi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==n?null:n.payment_index))}}function ji(t,s){1&t&&(e.j41(0,"th",87),e.EFF(1,"Fee (Sats)"),e.k0s())}function Gi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==n?null:n.fee))}}function Di(t,s){1&t&&(e.j41(0,"th",87),e.EFF(1,"Value (Sats)"),e.k0s())}function Ni(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==n?null:n.value))}}function Pi(t,s){1&t&&(e.j41(0,"th",87),e.EFF(1,"Hops"),e.k0s())}function $i(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",88),e.EFF(2),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh((null==n||null==n.htlcs[0]||null==n.htlcs[0].route||null==n.htlcs[0].route.hops?null:n.htlcs[0].route.hops.length)||0)}}function Ai(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",89)(1,"div",90)(2,"mat-select",91),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",92),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Mi(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",93)(1,"button",94),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onPaymentClick(o))}),e.EFF(2,"View Info"),e.k0s()()}}function Bi(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No payment available."),e.k0s())}function Oi(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting payments..."),e.k0s())}function Vi(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.errorMessage)}}function Yi(t,s){if(1&t&&(e.j41(0,"td",95),e.DNE(1,Bi,2,0,"p",11)(2,Oi,2,0,"p",11)(3,Vi,2,1,"p",11),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=n.payments&&n.payments.data)||(null==n.payments||null==n.payments.data?null:n.payments.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.payments&&n.payments.data)||(null==n.payments||null==n.payments.data?null:n.payments.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.payments&&n.payments.data)||(null==n.payments||null==n.payments.data?null:n.payments.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Xi(t,s){if(1&t&&e.nrm(0,"span",82),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function Ui(t,s){if(1&t&&e.nrm(0,"span",83),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function Hi(t,s){if(1&t&&e.nrm(0,"span",82),2&t){const n=e.XpG(5);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function zi(t,s){if(1&t&&e.nrm(0,"span",83),2&t){const n=e.XpG(5);e.Y8G("ngClass",e.eq3(1,pe,n.screenSize===n.screenSizeEnum.XS))}}function qi(t,s){if(1&t&&(e.j41(0,"span",96),e.DNE(1,Hi,1,3,"span",80)(2,zi,1,3,"span",81),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf","SUCCEEDED"===n.status),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==n.status)}}function Ji(t,s){if(1&t&&(e.qex(0),e.DNE(1,qi,3,2,"span",97),e.bVm()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function Qi(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",96),e.DNE(2,Xi,1,3,"span",80)(3,Ui,1,3,"span",81),e.k0s(),e.DNE(4,Ji,2,1,"ng-container",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.Y8G("ngIf","SUCCEEDED"===(null==n?null:n.status)),e.R7$(),e.Y8G("ngIf","SUCCEEDED"!==(null==n?null:n.status)),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Wi(t,s){if(1&t&&(e.j41(0,"span",96),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,n.attempt_time_ns/1e6,"dd/MMM/y HH:mm")," ")}}function Zi(t,s){if(1&t&&(e.qex(0),e.DNE(1,Wi,3,4,"span",97),e.bVm()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function Ki(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",96),e.EFF(2),e.k0s(),e.DNE(3,Zi,2,1,"ng-container",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.SpI(" Total Attempts: ",null==n||null==n.htlcs?null:n.htlcs.length," "),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function ea(t,s){if(1&t&&(e.j41(0,"span",96),e.EFF(1),e.k0s()),2&t){const n=s.index;e.R7$(),e.SpI(" HTLC ",n+1," ")}}function ta(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,ea,2,1,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function na(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,ta,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_hash),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function ia(t,s){1&t&&e.nrm(0,"span",96)}function aa(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,ia,1,0,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function sa(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,aa,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_request),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function oa(t,s){if(1&t&&(e.j41(0,"span",96),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",null==n?null:n.preimage," ")}}function la(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,oa,2,1,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ra(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,la,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.payment_preimage),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function ca(t,s){1&t&&e.nrm(0,"span",96)}function pa(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,ca,1,0,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ma(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,pa,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.description),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function ua(t,s){1&t&&e.nrm(0,"span",96)}function da(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,ua,1,0,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ha(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",98)(2,"span",86),e.EFF(3),e.k0s()(),e.DNE(4,da,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(3,se,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.description_hash),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function _a(t,s){1&t&&e.nrm(0,"span",96)}function fa(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,_a,1,0,"span",97),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ga(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",96),e.EFF(2),e.nI1(3,"camelcaseWithReplace"),e.k0s(),e.DNE(4,fa,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.SpI(" ",e.brH(3,2,null==n?null:n.failure_reason,"failure_reason","_")," "),e.R7$(2),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Ca(t,s){if(1&t&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,n.attempt_id)," ")}}function ya(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Ca,3,3,"span",100),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ba(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,ya,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,2,null==n?null:n.payment_index)),e.R7$(2),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Fa(t,s){if(1&t&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==n.route?null:n.route.total_fees,"1.0-0")," ")}}function xa(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Fa,3,4,"span",100),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function va(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,xa,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.i5U(3,2,null==n?null:n.fee,"1.0-0")),e.R7$(2),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Ta(t,s){if(1&t&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==n.route?null:n.route.total_amt,"1.0-0")," ")}}function ka(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Ta,3,4,"span",100),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function Sa(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.DNE(4,ka,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.i5U(3,2,null==n?null:n.value,"1.0-0")),e.R7$(2),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Ra(t,s){if(1&t&&(e.j41(0,"span",99),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,(null==n.route||null==n.route.hops?null:n.route.hops.length)||0,"1.0-0")," ")}}function Ea(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Ra,3,4,"span",100),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function Ia(t,s){if(1&t&&(e.j41(0,"td",79)(1,"span",99),e.EFF(2,"-"),e.k0s(),e.DNE(3,Ea,2,1,"span",11),e.k0s()),2&t){const n=s.$implicit;e.R7$(3),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function La(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",104)(1,"button",105),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2).$implicit,l=e.XpG(2);return r.Njj(l.onHTLCClick(o,a))}),e.EFF(2),e.k0s()()}if(2&t){const n=s.index;e.R7$(2),e.SpI("View ",n+1)}}function wa(t,s){if(1&t&&(e.j41(0,"div"),e.DNE(1,La,3,1,"div",103),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.htlcs)}}function ja(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",79)(1,"span",101)(2,"button",102),e.bIt("click",function(){const o=r.eBV(n).$implicit;return r.Njj(o.is_expanded=!(null!=o&&o.is_expanded))}),e.EFF(3),e.k0s()(),e.DNE(4,wa,2,1,"div",11),e.k0s()}if(2&t){const n=s.$implicit;e.R7$(3),e.JRh(null!=n&&n.is_expanded?"Hide":"Show"),e.R7$(),e.Y8G("ngIf",null==n?null:n.is_expanded)}}function Ga(t,s){1&t&&e.nrm(0,"tr",106)}function Da(t,s){if(1&t&&e.nrm(0,"tr",107),2&t){const n=e.XpG(2);e.Y8G("ngClass",e.eq3(1,ii,(null==n.payments?null:n.payments.data)&&(null==n.payments||null==n.payments.data?null:n.payments.data.length)>0))}}function Na(t,s){1&t&&e.nrm(0,"tr",108)}function Pa(t,s){1&t&&e.nrm(0,"tr",106)}function $a(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",23)(1,"div",24)(2,"div",25),e.nrm(3,"fa-icon",26),e.j41(4,"span",27),e.EFF(5,"Payments History"),e.k0s()(),e.j41(6,"div",28)(7,"mat-form-field",29)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",30),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilterBy,o)||(a.selFilterBy=o),r.Njj(o)}),e.bIt("selectionChange",function(){r.eBV(n);const o=e.XpG();return o.selFilter="",r.Njj(o.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,pi,2,2,"mat-option",31),e.k0s()()(),e.j41(13,"mat-form-field",29)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",32),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilter,o)||(a.selFilter=o),r.Njj(o)}),e.bIt("input",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())})("keyup",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())}),e.k0s()()()(),e.j41(17,"div",33)(18,"div",34),e.DNE(19,mi,1,0,"mat-progress-bar",35),e.j41(20,"table",36,2),e.qex(22,37),e.DNE(23,ui,1,0,"th",38)(24,_i,3,2,"td",39),e.bVm(),e.qex(25,40),e.DNE(26,fi,2,0,"th",41)(27,gi,3,4,"td",39),e.bVm(),e.qex(28,42),e.DNE(29,Ci,2,0,"th",41)(30,yi,4,4,"td",39),e.bVm(),e.qex(31,43),e.DNE(32,bi,2,0,"th",41)(33,Fi,4,4,"td",39),e.bVm(),e.qex(34,44),e.DNE(35,xi,2,0,"th",41)(36,vi,4,4,"td",39),e.bVm(),e.qex(37,45),e.DNE(38,Ti,2,0,"th",41)(39,ki,4,4,"td",39),e.bVm(),e.qex(40,46),e.DNE(41,Si,2,0,"th",41)(42,Ri,4,4,"td",39),e.bVm(),e.qex(43,47),e.DNE(44,Ei,2,0,"th",41)(45,Ii,3,5,"td",39),e.bVm(),e.qex(46,48),e.DNE(47,Li,2,0,"th",49)(48,wi,4,3,"td",39),e.bVm(),e.qex(49,50),e.DNE(50,ji,2,0,"th",49)(51,Gi,4,3,"td",39),e.bVm(),e.qex(52,51),e.DNE(53,Di,2,0,"th",49)(54,Ni,4,3,"td",39),e.bVm(),e.qex(55,52),e.DNE(56,Pi,2,0,"th",49)(57,$i,3,1,"td",39),e.bVm(),e.qex(58,53),e.DNE(59,Ai,6,0,"th",54)(60,Mi,3,0,"td",55),e.bVm(),e.qex(61,56),e.DNE(62,Yi,4,3,"td",57),e.bVm(),e.qex(63,58),e.DNE(64,Qi,5,3,"td",39),e.bVm(),e.qex(65,59),e.DNE(66,Ki,4,2,"td",39),e.bVm(),e.qex(67,60),e.DNE(68,na,5,5,"td",39),e.bVm(),e.qex(69,61),e.DNE(70,sa,5,5,"td",39),e.bVm(),e.qex(71,62),e.DNE(72,ra,5,5,"td",39),e.bVm(),e.qex(73,63),e.DNE(74,ma,5,5,"td",39),e.bVm(),e.qex(75,64),e.DNE(76,ha,5,5,"td",39),e.bVm(),e.qex(77,65),e.DNE(78,ga,5,6,"td",39),e.bVm(),e.qex(79,66),e.DNE(80,ba,5,4,"td",39),e.bVm(),e.qex(81,67),e.DNE(82,va,5,5,"td",39),e.bVm(),e.qex(83,68),e.DNE(84,Sa,5,5,"td",39),e.bVm(),e.qex(85,69),e.DNE(86,Ia,4,1,"td",39),e.bVm(),e.qex(87,70),e.DNE(88,ja,5,2,"td",39),e.bVm(),e.DNE(89,Ga,1,0,"tr",71)(90,Da,1,3,"tr",72)(91,Na,1,0,"tr",73)(92,Pa,1,0,"tr",74),e.k0s(),e.j41(93,"mat-paginator",75),e.bIt("page",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onPageChange(o))}),e.k0s()()()()}if(2&t){const n=e.XpG();e.R7$(3),e.Y8G("icon",n.faHistory),e.R7$(7),e.R50("ngModel",n.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(18,ei).concat(n.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",n.selFilter),e.R7$(3),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",n.tableSetting.sortBy)("matSortDirection",n.tableSetting.sortOrder)("dataSource",n.payments)("ngClass",e.eq3(19,ti,""!==n.errorMessage)),e.R7$(69),e.Y8G("matRowDefColumns",n.htlcColumns)("matRowDefWhen",n.is_group),e.R7$(),e.Y8G("matFooterRowDef",e.lJ4(21,ni)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns),e.R7$(),e.Y8G("length",n.totalPayments)("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS)}}let Xe=(()=>{var t;class s{constructor(i,o,a,l,p,m,v,b){this.logger=i,this.commonService=o,this.dataService=a,this.store=l,this.rtlEffects=p,this.decimalPipe=m,this.datePipe=v,this.camelCaseWithReplace=b,this.calledFrom="transactions",this.faHistory=x.Int,this.convertedCurrency=null,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:c.md,sortBy:"creation_date",sortOrder:c.oi.DESCENDING},this.newlyAddedPayment="",this.information={},this.peers=[],this.payments=new u.I6([]),this.totalPayments=100,this.paymentJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.firstOffset=-1,this.lastOffset=-1,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(F.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.peers=i.peers}),this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.htlcColumns=[],this.displayedColumns.map(o=>this.htlcColumns.push("group_"+o)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.KT).pipe((0,g.Q)(this.unSubs[5])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=i.listPayments.payments||[],this.totalPayments=this.paymentJSONArr.length,this.firstOffset=+(i.listPayments.first_index_offset||-1),this.lastOffset=+(i.listPayments.last_index_offset||-1),this.paymentJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize)),this.logger.info(i)})}ngAfterViewInit(){this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize))}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,W.s)(1)).subscribe(i=>{this.paymentDecoded=i,this.paymentDecoded.timestamp?(this.paymentDecoded.num_satoshis=this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis?(+this.paymentDecoded.num_msat/1e3).toString():"0",this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.payment_hash||"",this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.store.dispatch((0,I.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:c.UN.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.num_satoshis,title:"Amount (Sats)",width:50,type:c.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:c.UN.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,W.s)(1)).subscribe(o=>{o&&(this.store.dispatch((0,T.Fd)({payload:{uiMessage:c.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:!1,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,I.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:c.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:c.UN.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,getInputs:[{placeholder:"Amount (Sats)",inputType:c.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,W.s)(1)).subscribe(a=>{a&&(this.paymentDecoded.num_satoshis=a[0].inputValue,this.store.dispatch((0,T.Fd)({payload:{uiMessage:c.MZ.SEND_PAYMENT,payment_request:this.paymentRequest,amp:!1,amt:a[0].inputValue,fromDialog:!1}})),this.resetData())}))}openSendPaymentModal(){this.store.dispatch((0,I.xO)({payload:{data:{component:Zn}}}))}onPaymentRequestEntry(i){this.paymentRequest=i,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,W.s)(1)).subscribe(o=>{this.paymentDecoded=o,this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis?this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[6])).subscribe({next:a=>{this.convertedCurrency=a,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+") | Memo: "+this.paymentDecoded.description},error:a=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}onPageChange(i){let o=!0,a=this.lastOffset;this.pageSize=i.pageSize,0===i.pageIndex?(o=!0,a=0):i.pageIndexi.previousPageIndex&&i.length>(i.pageIndex+1)*i.pageSize?(o=!0,a=this.firstOffset):i.length<=(i.pageIndex+1)*i.pageSize&&(o=!1,a=0);const l=i.pageIndex*this.pageSize;this.loadPaymentsTable(this.paymentJSONArr.slice(l,l+this.pageSize))}is_group(i,o){return o.htlcs&&o.htlcs.length>1}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}getHopDetails(i){const o=this;return new Promise((a,l)=>{const p=o.peers.find(m=>m.pub_key===i.pub_key);p&&p.alias?a("
Channel: "+p.alias.padEnd(20)+"			Amount (Sats): "+o.decimalPipe.transform(i.amt_to_forward)+"
"):o.dataService.getAliasesFromPubkeys(i.pub_key||"",!1).pipe((0,g.Q)(o.unSubs[7])).subscribe({next:m=>a("
Channel: "+(m.node&&m.node.alias?m.node.alias.padEnd(20):i.pub_key?.substring(0,17)+"...")+"			Amount (Sats): "+o.decimalPipe.transform(i.amt_to_forward)+"
"),error:m=>a("
Channel: "+(i.pub_key?i.pub_key?.substring(0,17)+"...":"")+"			Amount (Sats): "+o.decimalPipe.transform(i.amt_to_forward)+"
")})})}onHTLCClick(i,o){o.payment_request&&""!==o.payment_request.trim()?this.dataService.decodePayment(o.payment_request,!1).pipe((0,W.s)(1)).subscribe({next:a=>{setTimeout(()=>{this.showHTLCView(i,o,a)},0)},error:a=>{this.showHTLCView(i,o)}}):this.showHTLCView(i,o)}showHTLCView(i,o,a){i.route&&i.route.hops&&i.route.hops.length?Promise.all(i.route.hops.map(l=>this.getHopDetails(l))).then(l=>{this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"HTLC Information",message:this.prepareData(i,o,a,l),scrollable:i.route&&i.route.hops&&i.route.hops.length>1}}}))}):this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"HTLC Information",message:this.prepareData(i,o,a,[]),scrollable:i.route&&i.route.hops&&i.route.hops.length>1}}}))}prepareData(i,o,a,l){const p=[[{key:"payment_hash",value:o.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}],[{key:"preimage",value:i.preimage,title:"Preimage",width:100,type:c.UN.STRING}],[{key:"payment_request",value:o.payment_request,title:"Payment Request",width:100,type:c.UN.STRING}],[{key:"status",value:i.status,title:"Status",width:33,type:c.UN.STRING},{key:"attempt_time_ns",value:+(i.attempt_time_ns||0)/1e9,title:"Attempt Time",width:33,type:c.UN.DATE_TIME},{key:"resolve_time_ns",value:+(i.resolve_time_ns||0)/1e9,title:"Resolve Time",width:34,type:c.UN.DATE_TIME}],[{key:"total_amt",value:i.route?.total_amt,title:"Amount (Sats)",width:33,type:c.UN.NUMBER},{key:"total_fees",value:i.route?.total_fees,title:"Fee (Sats)",width:33,type:c.UN.NUMBER},{key:"total_time_lock",value:i.route?.total_time_lock,title:"Total Time Lock",width:34,type:c.UN.NUMBER}],[{key:"hops",value:l,title:"Hops",width:100,type:c.UN.ARRAY}]];return a&&a.description&&""!==a.description&&p.splice(3,0,[{key:"description",value:a.description,title:"Description",width:100,type:c.UN.STRING}]),p}onPaymentClick(i){if(i.htlcs&&i.htlcs[0]&&i.htlcs[0].route&&i.htlcs[0].route.hops&&i.htlcs[0].route.hops.length>0){const o=i.htlcs[0].route.hops?.reduce((a,l)=>l.pub_key&&""===a?l.pub_key:a+","+l.pub_key,"");this.dataService.getAliasesFromPubkeys(o,!0).pipe((0,g.Q)(this.unSubs[8])).subscribe(a=>{this.showPaymentView(i,a?.reduce((l,p)=>""===l?p:l+"\n"+p,""))})}else this.showPaymentView(i,"")}showPaymentView(i,o){const a=[[{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}],[{key:"payment_preimage",value:i.payment_preimage,title:"Payment Preimage",width:100,type:c.UN.STRING}],[{key:"payment_request",value:i.payment_request,title:"Payment Request",width:100,type:c.UN.STRING}],[{key:"status",value:i.status,title:"Status",width:50,type:c.UN.STRING},{key:"creation_date",value:i.creation_date,title:"Creation Date",width:50,type:c.UN.DATE_TIME}],[{key:"value_msat",value:i.value_msat,title:"Value (mSats)",width:50,type:c.UN.NUMBER},{key:"fee_msat",value:i.fee_msat,title:"Fee (mSats)",width:50,type:c.UN.NUMBER}],[{key:"path",value:o,title:"Path",width:100,type:c.UN.STRING}]];i.payment_request&&""!==i.payment_request.trim()?this.dataService.decodePayment(i.payment_request,!1).pipe((0,W.s)(1)).subscribe(l=>{l&&l.description&&""!==l.description&&a.splice(3,0,[{key:"description",value:l.description,title:"Description",width:100,type:c.UN.STRING}]),setTimeout(()=>{this.openPaymentAlert(a,!!(i.htlcs&&i.htlcs[0]&&i.htlcs[0].route&&i.htlcs[0].route.hops&&i.htlcs[0].route.hops.length>1))},0)}):this.openPaymentAlert(a,!1)}openPaymentAlert(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Payment Information",message:i,scrollable:o}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.payments.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.creation_date?this.datePipe.transform(new Date(1e3*i.creation_date),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(i).toLowerCase();break;case"status":case"group_status":a="SUCCEEDED"===i?.status?"succeeded":"failed";break;case"creation_date":a=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"failure_reason":case"group_failure_reason":a=this.camelCaseWithReplace.transform(i.failure_reason||"","failure_reason","_").trim().toLowerCase();break;case"hops":a=i.htlcs&&i.htlcs[0]&&i.htlcs[0].route&&i.htlcs[0].route.hops&&i.htlcs[0].route.hops.length?i.htlcs[0].route.hops.length.toString():"0";break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"failure_reason"===this.selFilterBy||"group_failure_reason"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}loadPaymentsTable(i){this.payments=new u.I6(i?[...i]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(o,a)=>"hops"===a?o.htlcs.length&&o.htlcs[0]&&o.htlcs[0].route&&o.htlcs[0].route.hops&&o.htlcs[0].route.hops.length?o.htlcs[0].route.hops.length:0:o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const i=JSON.parse(JSON.stringify(this.payments.data)),o=i?.reduce((a,l)=>(l.payment_request&&""!==l.payment_request.trim()&&(a=""===a?l.payment_request:a+","+l.payment_request),a),"");this.dataService.decodePayments(o).pipe((0,g.Q)(this.unSubs[9])).subscribe(a=>{let l=0;a.forEach((m,v)=>{if(m){for(;i[v+l].payment_hash!==m.payment_hash;)l+=1;i[v+l].description=m.description}});const p=i?.reduce((m,v)=>m.concat(v),[]);this.commonService.downloadFile(p,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(Z.u),e.rXU(L.il),e.rXU(_e.H),e.rXU(_.QX),e.rXU(_.vh),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lightning-payments"]],viewQuery:function(o,a){if(1&o&&(e.GBs(Kn,5),e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.form=l.first),e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","payment_hash"],["matColumnDef","payment_request"],["matColumnDef","payment_preimage"],["matColumnDef","description"],["matColumnDef","description_hash"],["matColumnDef","failure_reason"],["matColumnDef","payment_index"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","fee"],["matColumnDef","value"],["matColumnDef","hops"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_status"],["matColumnDef","group_creation_date"],["matColumnDef","group_payment_hash"],["matColumnDef","group_payment_request"],["matColumnDef","group_payment_preimage"],["matColumnDef","group_description"],["matColumnDef","group_description_hash"],["matColumnDef","group_failure_reason"],["matColumnDef","group_payment_index"],["matColumnDef","group_fee"],["matColumnDef","group_value"],["matColumnDef","group_hops"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"page","length","pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Succeeded","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Failed","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Succeeded","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Failed","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayout","row",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(o,a){1&o&&(e.j41(0,"div",3),e.DNE(1,ri,14,3,"form",4)(2,ci,3,0,"div",5)(3,$a,94,22,"div",6),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf","home"===a.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===a.calledFrom),e.R7$(),e.Y8G("ngIf","transactions"===a.calledFrom))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,O.aY,N.$z,M.fg,C.rl,C.nJ,C.MV,C.TL,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,ee.oV,G.iy,B.ZF,B.Ld,_.QX,_.vh,J.VD],styles:[".mat-column-status[_ngcontent-%COMP%], .mat-column-group_status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-group_actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_status[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type), .mat-column-group_creation_date[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.htlc-row-span[_ngcontent-%COMP%] .dot[_ngcontent-%COMP%]{margin-top:-.3rem;position:absolute}.mat-column-group_creation_date[_ngcontent-%COMP%]{min-width:11rem}"]}))}return t(),s})();const Ue=t=>({backgroundColor:t});function Aa(t,s){if(1&t&&e.nrm(0,"span",8),2&t){const n=e.XpG();e.Y8G("ngStyle",e.eq3(1,Ue,null==n.information?null:n.information.color))}}function Ma(t,s){if(1&t&&(e.j41(0,"div")(1,"h4",1),e.EFF(2,"Color"),e.k0s(),e.j41(3,"div",2),e.nrm(4,"span",9),e.EFF(5),e.nI1(6,"uppercase"),e.k0s()()),2&t){const n=e.XpG();e.R7$(4),e.Y8G("ngStyle",e.eq3(4,Ue,null==n.information?null:n.information.color)),e.R7$(),e.SpI(" ",e.bMT(6,2,null==n.information?null:n.information.color)," ")}}function Ba(t,s){1&t&&e.nrm(0,"span",10)}function Oa(t,s){1&t&&e.nrm(0,"span",11)}function Va(t,s){if(1&t&&(e.j41(0,"span",2),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(n)}}let He=(()=>{var t;class s{constructor(i){this.commonService=i,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(i=>{this.chains.push(this.commonService.titleCase(i.chain)+" "+this.commonService.titleCase(i.network))}))}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},standalone:!1,features:[e.OA$],decls:19,vars:7,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","dot green mr-1","matTooltip","Synced to Chain","matTooltipPosition","right",4,"ngIf"],["class","dot red mr-1","matTooltip","Not Synced to Chain","matTooltipPosition","right",4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"],["matTooltip","Synced to Chain","matTooltipPosition","right",1,"dot","green","mr-1"],["matTooltip","Not Synced to Chain","matTooltipPosition","right",1,"dot","red","mr-1"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"div")(2,"h4",1),e.EFF(3,"Alias"),e.k0s(),e.j41(4,"div",2),e.EFF(5),e.DNE(6,Aa,1,3,"span",3),e.k0s()(),e.DNE(7,Ma,7,6,"div",4),e.j41(8,"div")(9,"h4",1),e.EFF(10,"Implementation"),e.k0s(),e.j41(11,"div",2),e.EFF(12),e.k0s()(),e.j41(13,"div")(14,"h4",1),e.EFF(15,"Chain"),e.k0s(),e.DNE(16,Ba,1,0,"span",5)(17,Oa,1,0,"span",6)(18,Va,2,1,"span",7),e.k0s()()),2&o&&(e.R7$(5),e.SpI(" ",null==a.information?null:a.information.alias," "),e.R7$(),e.Y8G("ngIf",!a.showColorFieldSeparately),e.R7$(),e.Y8G("ngIf",a.showColorFieldSeparately),e.R7$(5),e.JRh(null!=a.information&&a.information.lnImplementation||null!=a.information&&a.information.version?(null==a.information?null:a.information.lnImplementation)+" "+(null==a.information?null:a.information.version):""),e.R7$(4),e.Y8G("ngIf",null==a.information?null:a.information.synced_to_chain),e.R7$(),e.Y8G("ngIf",!(null!=a.information&&a.information.synced_to_chain)),e.R7$(),e.Y8G("ngForOf",a.chains))},dependencies:[_.Sq,_.bT,_.B3,f.DJ,f.sA,f.UI,j.eI,ee.oV,_.Pc],encapsulation:2}))}return t(),s})();function Ya(t,s){if(1&t&&(e.j41(0,"div",2)(1,"div")(2,"h4",3),e.EFF(3,"Lightning"),e.k0s(),e.j41(4,"div",4),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.nrm(7,"mat-progress-bar",5),e.k0s(),e.j41(8,"div")(9,"h4",3),e.EFF(10,"On-chain"),e.k0s(),e.j41(11,"div",4),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.nrm(14,"mat-progress-bar",5),e.k0s(),e.j41(15,"div")(16,"h4",3),e.EFF(17,"Total"),e.k0s(),e.j41(18,"div",4),e.EFF(19),e.nI1(20,"number"),e.k0s()()()),2&t){const n=e.XpG();e.R7$(5),e.SpI("",e.bMT(6,7,null==n.balances?null:n.balances.lightning)," Sats"),e.R7$(2),e.Y8G("value",e.mNQ((null==n.balances?null:n.balances.lightning)/(null==n.balances?null:n.balances.total)*100)),e.R7$(5),e.SpI("",e.bMT(13,9,null==n.balances?null:n.balances.onchain)," Sats"),e.R7$(2),e.Y8G("value",e.mNQ((null==n.balances?null:n.balances.onchain)/(null==n.balances?null:n.balances.total)*100)),e.R7$(5),e.SpI("",e.bMT(20,11,null==n.balances?null:n.balances.total)," Sats")}}function Xa(t,s){if(1&t&&(e.j41(0,"div",6)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessage)}}let Ua=(()=>{var t;class s{constructor(){this.balances={onchain:0,lightning:0,total:0}}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,a){if(1&o&&e.DNE(0,Ya,21,13,"div",1)(1,Xa,3,1,"ng-template",null,0,e.C5r),2&o){const l=e.sdS(2);e.Y8G("ngIf"," "===a.errorMessage)("ngIfElse",l)}},dependencies:[_.bT,V.HM,f.DJ,f.sA,f.UI,_.QX],encapsulation:2}))}return t(),s})();function Ha(t,s){if(1&t&&(e.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e.EFF(4,"Daily"),e.k0s(),e.j41(5,"div",5),e.EFF(6),e.nI1(7,"number"),e.k0s()(),e.j41(8,"div")(9,"h4",4),e.EFF(10,"Weekly"),e.k0s(),e.j41(11,"div",5),e.EFF(12),e.nI1(13,"number"),e.k0s()(),e.j41(14,"div")(15,"h4",4),e.EFF(16,"Monthly"),e.k0s(),e.j41(17,"div",5),e.EFF(18),e.nI1(19,"number"),e.k0s()(),e.j41(20,"div",6),e.nrm(21,"h4",7)(22,"span",5),e.k0s()(),e.j41(23,"div",3)(24,"div")(25,"h4",4),e.EFF(26,"Transactions"),e.k0s(),e.j41(27,"div",5),e.EFF(28),e.nI1(29,"number"),e.k0s()(),e.j41(30,"div")(31,"h4",4),e.EFF(32,"Transactions"),e.k0s(),e.j41(33,"div",5),e.EFF(34),e.nI1(35,"number"),e.k0s()(),e.j41(36,"div")(37,"h4",4),e.EFF(38,"Transactions"),e.k0s(),e.j41(39,"div",5),e.EFF(40),e.nI1(41,"number"),e.k0s()(),e.j41(42,"div",6),e.nrm(43,"h4",7)(44,"span",5),e.k0s()()()),2&t){const n=e.XpG();e.R7$(6),e.SpI("",e.bMT(7,6,null==n.fees?null:n.fees.day_fee_sum)," Sats"),e.R7$(6),e.SpI("",e.bMT(13,8,null==n.fees?null:n.fees.week_fee_sum)," Sats"),e.R7$(6),e.SpI("",e.bMT(19,10,null==n.fees?null:n.fees.month_fee_sum)," Sats"),e.R7$(10),e.JRh(e.bMT(29,12,null==n.fees?null:n.fees.daily_tx_count)),e.R7$(6),e.JRh(e.bMT(35,14,null==n.fees?null:n.fees.weekly_tx_count)),e.R7$(6),e.JRh(e.bMT(41,16,null==n.fees?null:n.fees.monthly_tx_count))}}function za(t,s){if(1&t&&(e.j41(0,"div",8)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessage)}}let ze=(()=>{var t;class s{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees.month_fee_sum){this.totalFees=[{name:"Monthly",value:this.fees.month_fee_sum},{name:"Weekly",value:this.fees.week_fee_sum||0},{name:"Daily ",value:this.fees.day_fee_sum||0}];const o=10**(Math.ceil(Math.log(this.fees.month_fee_sum+1)/Math.LN10)-1);this.maxFeeValue=Math.ceil(this.fees.month_fee_sum/o)*o/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},standalone:!1,features:[e.OA$],decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"],[1,"dashboard-info-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,a){if(1&o&&e.DNE(0,Ha,45,18,"div",1)(1,za,3,1,"ng-template",null,0,e.C5r),2&o){const l=e.sdS(2);e.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",l)}},dependencies:[_.bT,f.DJ,f.sA,f.UI,_.QX],encapsulation:2}))}return t(),s})();function qa(t,s){if(1&t&&(e.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e.EFF(4,"Active"),e.k0s(),e.j41(5,"div",5),e.nrm(6,"span",6),e.EFF(7),e.nI1(8,"number"),e.k0s()(),e.j41(9,"div")(10,"h4",4),e.EFF(11,"Pending"),e.k0s(),e.j41(12,"div",5),e.nrm(13,"span",7),e.EFF(14),e.nI1(15,"number"),e.k0s()(),e.j41(16,"div")(17,"h4",4),e.EFF(18,"Inactive"),e.k0s(),e.j41(19,"div",5),e.nrm(20,"span",8),e.EFF(21),e.nI1(22,"number"),e.k0s()(),e.j41(23,"div")(24,"h4",4),e.EFF(25,"Closing"),e.k0s(),e.j41(26,"div",5),e.nrm(27,"span",9),e.EFF(28),e.nI1(29,"number"),e.k0s()()(),e.j41(30,"div",3)(31,"div")(32,"h4",4),e.EFF(33,"Capacity"),e.k0s(),e.j41(34,"div",5),e.EFF(35),e.nI1(36,"number"),e.k0s()(),e.j41(37,"div")(38,"h4",4),e.EFF(39,"Capacity"),e.k0s(),e.j41(40,"div",5),e.EFF(41),e.nI1(42,"number"),e.k0s()(),e.j41(43,"div")(44,"h4",4),e.EFF(45,"Capacity"),e.k0s(),e.j41(46,"div",5),e.EFF(47),e.nI1(48,"number"),e.k0s()(),e.j41(49,"div")(50,"h4",4),e.EFF(51,"Capacity"),e.k0s(),e.j41(52,"div",5),e.EFF(53),e.nI1(54,"number"),e.k0s()()()()),2&t){const n=e.XpG();e.R7$(7),e.JRh(e.bMT(8,8,(null==n.channelsStatus||null==n.channelsStatus.active?null:n.channelsStatus.active.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(15,10,(null==n.channelsStatus||null==n.channelsStatus.pending?null:n.channelsStatus.pending.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(22,12,(null==n.channelsStatus||null==n.channelsStatus.inactive?null:n.channelsStatus.inactive.num_channels)||0)),e.R7$(7),e.JRh(e.bMT(29,14,(null==n.channelsStatus||null==n.channelsStatus.closing?null:n.channelsStatus.closing.num_channels)||0)),e.R7$(7),e.SpI("",e.bMT(36,16,(null==n.channelsStatus||null==n.channelsStatus.active?null:n.channelsStatus.active.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(42,18,(null==n.channelsStatus||null==n.channelsStatus.pending?null:n.channelsStatus.pending.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(48,20,(null==n.channelsStatus||null==n.channelsStatus.inactive?null:n.channelsStatus.inactive.capacity)||0)," Sats"),e.R7$(6),e.SpI("",e.bMT(54,22,(null==n.channelsStatus||null==n.channelsStatus.closing?null:n.channelsStatus.closing.capacity)||0)," Sats")}}function Ja(t,s){if(1&t&&(e.j41(0,"div",10)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessage)}}let qe=(()=>{var t;class s{constructor(){this.channelsStatus={}}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],[1,"dot","tiny-dot","red"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,a){if(1&o&&e.DNE(0,qa,55,24,"div",1)(1,Ja,3,1,"ng-template",null,0,e.C5r),2&o){const l=e.sdS(2);e.Y8G("ngIf"," "===a.errorMessage)("ngIfElse",l)}},dependencies:[_.bT,f.DJ,f.sA,f.UI,_.QX],encapsulation:2}))}return t(),s})();var ne=y(71997);const Qa=()=>["../connections/channels/open"],Wa=(t,s)=>({filterColumn:t,filterValue:s});function Za(t,s){if(1&t&&(e.j41(0,"div",19)(1,"a",20),e.EFF(2),e.nI1(3,"slice"),e.k0s(),e.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),e.EFF(7,"Local:"),e.k0s(),e.EFF(8),e.nI1(9,"number"),e.k0s(),e.j41(10,"mat-hint",22),e.nrm(11,"fa-icon",23),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.j41(14,"mat-hint",24)(15,"strong",8),e.EFF(16,"Remote:"),e.k0s(),e.EFF(17),e.nI1(18,"number"),e.k0s()(),e.nrm(19,"mat-progress-bar",25),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("matTooltip",e.mNQ(n.remote_alias||n.remote_pubkey))("matTooltipDisabled",e.mNQ((n.remote_alias||n.remote_pubkey).length<26))("routerLink",e.lJ4(24,Qa))("state",e.l_i(25,Wa,n.remote_alias?"remote_alias":"remote_pubkey",n.remote_alias||n.remote_pubkey)),e.R7$(),e.Lme(" ",e.brH(3,14,n.remote_alias||n.remote_pubkey,0,24),"",(n.remote_alias||n.remote_pubkey).length>25?"...":""," "),e.R7$(6),e.SpI("",e.bMT(9,18,n.local_balance||0)," Sats"),e.R7$(3),e.Y8G("icon",i.faBalanceScale),e.R7$(),e.SpI(" (",e.bMT(13,20,n.balancedness||0),") "),e.R7$(5),e.SpI("",e.bMT(18,22,n.remote_balance||0)," Sats"),e.R7$(2),e.Y8G("value",e.mNQ(n.local_balance&&n.local_balance>0?+n.local_balance/(+n.local_balance+ +n.remote_balance)*100:0))}}function Ka(t,s){if(1&t&&(e.j41(0,"div",17),e.DNE(1,Za,20,28,"div",18),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngForOf",n.allChannels)}}function es(t,s){if(1&t&&(e.j41(0,"div",3)(1,"div",4)(2,"span",5),e.EFF(3,"Total Capacity"),e.k0s(),e.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),e.EFF(7,"Local:"),e.k0s(),e.EFF(8),e.nI1(9,"number"),e.k0s(),e.j41(10,"mat-hint",9),e.nrm(11,"fa-icon",10),e.EFF(12),e.nI1(13,"number"),e.k0s(),e.j41(14,"mat-hint",11)(15,"strong",8),e.EFF(16,"Remote:"),e.k0s(),e.EFF(17),e.nI1(18,"number"),e.k0s()(),e.nrm(19,"mat-progress-bar",12),e.k0s(),e.j41(20,"div",13),e.nrm(21,"mat-divider",14),e.k0s(),e.j41(22,"div",15),e.DNE(23,Ka,2,1,"div",16),e.k0s()()),2&t){const n=e.XpG(),i=e.sdS(2);e.R7$(8),e.SpI("",e.bMT(9,8,(null==n.channelBalances?null:n.channelBalances.localBalance)||0)," Sats"),e.R7$(3),e.Y8G("icon",n.faBalanceScale),e.R7$(),e.SpI(" (",e.bMT(13,10,(null==n.channelBalances?null:n.channelBalances.balancedness)||0),") "),e.R7$(5),e.SpI("",e.bMT(18,12,(null==n.channelBalances?null:n.channelBalances.remoteBalance)||0)," Sats"),e.R7$(2),e.Y8G("value",e.mNQ(null!=n.channelBalances&&n.channelBalances.localBalance&&(null==n.channelBalances?null:n.channelBalances.localBalance)>0?+(null==n.channelBalances?null:n.channelBalances.localBalance)/(+(null==n.channelBalances?null:n.channelBalances.localBalance)+ +(null==n.channelBalances?null:n.channelBalances.remoteBalance))*100:0)),e.R7$(4),e.Y8G("ngIf",n.allChannels&&n.allChannels.length>0)("ngIfElse",i)}}function ts(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",26),e.EFF(1," No channels available. "),e.j41(2,"button",27),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.goToChannels())}),e.EFF(3,"Open Channel"),e.k0s()()}}function ns(t,s){if(1&t&&(e.j41(0,"div",28)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessage)}}let is=(()=>{var t;class s{constructor(i){this.router=i,this.faBalanceScale=x.GR4,this.faDumbbell=x.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/lnd/connections")}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,a){if(1&o&&e.DNE(0,es,24,14,"div",2)(1,ts,4,0,"ng-template",null,0,e.C5r)(3,ns,3,1,"ng-template",null,1,e.C5r),2&o){const l=e.sdS(4);e.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",l)}},dependencies:[_.Sq,_.bT,O.aY,N.$z,C.MV,ne.q,V.HM,f.DJ,f.sA,f.UI,ee.oV,B.Ld,ie.Wk,_.P9,_.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]}))}return t(),s})();var Je=y(1092),Qe=y(4104);const as=(t,s,n)=>({"mb-4":t,"mb-2":s,"mb-1":n}),ss=()=>["../connections/channels/open"],os=(t,s)=>({filterColumn:t,filterValue:s});function ls(t,s){if(1&t&&(e.j41(0,"mat-hint",19)(1,"strong",20),e.EFF(2,"Capacity: "),e.k0s(),e.EFF(3),e.nI1(4,"number"),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(3),e.SpI("",e.bMT(4,1,n.remote_balance||0)," Sats")}}function rs(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",24),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2).$implicit,a=e.XpG(3);return r.Njj(a.onLoopOut(o))}),e.EFF(1,"Loop Out"),e.k0s()}}function cs(t,s){if(1&t&&(e.j41(0,"div",21)(1,"mat-hint",22)(2,"strong",20),e.EFF(3,"Capacity: "),e.k0s(),e.EFF(4),e.nI1(5,"number"),e.k0s(),e.DNE(6,rs,2,0,"button",23),e.k0s()),2&t){const n=e.XpG().$implicit,i=e.XpG(3);e.R7$(4),e.SpI("",e.bMT(5,2,n.local_balance||0)," Sats"),e.R7$(2),e.Y8G("ngIf",i.showLoop)}}function ps(t,s){if(1&t&&e.nrm(0,"mat-progress-bar",25),2&t){const n=e.XpG().$implicit,i=e.XpG(3);e.Y8G("value",e.mNQ(i.totalLiquidity>0?(+n.remote_balance||0)/i.totalLiquidity*100:0))}}function ms(t,s){if(1&t&&e.nrm(0,"mat-progress-bar",25),2&t){const n=e.XpG().$implicit,i=e.XpG(3);e.Y8G("value",e.mNQ(i.totalLiquidity>0?(+n.local_balance||0)/i.totalLiquidity*100:0))}}function us(t,s){if(1&t&&(e.j41(0,"div",13)(1,"a",14),e.EFF(2),e.nI1(3,"slice"),e.k0s(),e.j41(4,"div",15),e.DNE(5,ls,5,3,"mat-hint",16)(6,cs,7,4,"div",17),e.k0s(),e.DNE(7,ps,1,2,"mat-progress-bar",18)(8,ms,1,2,"mat-progress-bar",18),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("matTooltip",e.mNQ(n.remote_alias||n.remote_pubkey))("matTooltipDisabled",e.mNQ((n.remote_alias||n.remote_pubkey).length<26))("routerLink",e.lJ4(16,ss))("state",e.l_i(17,os,n.remote_alias?"remote_alias":"remote_pubkey",n.remote_alias||n.remote_pubkey)),e.R7$(),e.Lme(" ",e.brH(3,12,n.remote_alias||n.remote_pubkey,0,24),"",(n.remote_alias||n.remote_pubkey).length>25?"...":""," "),e.R7$(3),e.Y8G("ngIf","In"===i.direction),e.R7$(),e.Y8G("ngIf","Out"===i.direction),e.R7$(),e.Y8G("ngIf","In"===i.direction),e.R7$(),e.Y8G("ngIf","Out"===i.direction)}}function ds(t,s){if(1&t&&(e.j41(0,"div",11),e.DNE(1,us,9,20,"div",12),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngForOf",n.allChannels)}}function hs(t,s){if(1&t&&(e.j41(0,"div",3)(1,"div",4)(2,"span",5),e.EFF(3,"Total Capacity"),e.k0s(),e.j41(4,"mat-hint",6),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.nrm(7,"mat-progress-bar",7),e.k0s(),e.j41(8,"div",8),e.nrm(9,"mat-divider",9),e.k0s(),e.DNE(10,ds,2,1,"div",10),e.k0s()),2&t){const n=e.XpG(),i=e.sdS(2);e.Y8G("ngClass",e.sMw(6,as,n.screenSize===n.screenSizeEnum.XS||n.screenSize===n.screenSizeEnum.SM,n.screenSize===n.screenSizeEnum.MD,n.screenSize===n.screenSizeEnum.LG||n.screenSize===n.screenSizeEnum.XL)),e.R7$(5),e.SpI("",e.bMT(6,4,n.totalLiquidity)," Sats"),e.R7$(5),e.Y8G("ngIf",n.allChannels&&n.allChannels.length>0)("ngIfElse",i)}}function _s(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",28),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.goToChannels())}),e.EFF(1,"Open Channel"),e.k0s()}}function fs(t,s){if(1&t&&(e.j41(0,"div",26),e.EFF(1," No channels available. "),e.DNE(2,_s,2,0,"button",27),e.k0s()),2&t){const n=e.XpG();e.R7$(2),e.Y8G("ngIf","Out"===n.direction)}}function gs(t,s){if(1&t&&(e.j41(0,"div",29)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessage)}}let Cs=(()=>{var t;class s{constructor(i,o,a,l){this.router=i,this.loopService=o,this.commonService=a,this.store=l,this.targetConf=6,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.showLoop=!(!i?.settings.swapServerUrl||""===i.settings.swapServerUrl.trim())})}goToChannels(){this.router.navigateByUrl("/lnd/connections")}onLoopOut(i){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,g.Q)(this.unSubs[1])).subscribe(o=>{this.store.dispatch((0,I.xO)({payload:{minHeight:"56rem",data:{channel:i,minQuote:o[0],maxQuote:o[1],direction:c.C7.LOOP_OUT,component:Je.D}}}))})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix),e.rXU(Qe.Q),e.rXU($.h),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[3,"perfectScrollbar",4,"ngIf","ngIfElse"],[3,"perfectScrollbar"],["fxLayout","column",4,"ngFor","ngForOf"],["fxLayout","column"],[1,"dashboard-capacity-header","mt-2",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["class","font-size-90 color-primary",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],[1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxFlex","80","fxLayoutAlign","start start",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","end center","class","button-link-dashboard","color","primary","mat-button","","aria-label","Loop Out",3,"click",4,"ngIf"],["fxFlex","20","fxLayoutAlign","end center","color","primary","mat-button","","aria-label","Loop Out",1,"button-link-dashboard",3,"click"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,a){if(1&o&&e.DNE(0,hs,11,10,"div",2)(1,fs,3,1,"ng-template",null,0,e.C5r)(3,gs,3,1,"ng-template",null,1,e.C5r),2&o){const l=e.sdS(4);e.Y8G("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",l)}},dependencies:[_.YU,_.Sq,_.bT,N.$z,C.MV,ne.q,V.HM,f.DJ,f.sA,f.UI,j.PW,ee.oV,B.Ld,ie.Wk,_.P9,_.QX],encapsulation:2}))}return t(),s})();const We=t=>({"dashboard-card-content":!0,"error-border":t}),ys=t=>({"p-0":t});function bs(t,s){if(1&t&&(e.j41(0,"button",28)(1,"mat-icon"),e.EFF(2,"more_vert"),e.k0s()()),2&t){e.XpG();const n=e.sdS(11);e.Y8G("matMenuTriggerFor",n)}}function Fs(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const o=r.eBV(n).index,a=e.XpG().$implicit,l=e.XpG(2);return r.Njj(l.onNavigateTo(a.links[o]))}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit;e.R7$(),e.JRh(n)}}function xs(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){r.eBV(n);const o=e.XpG(3);return r.Njj(o.onsortChannelsBy())}),e.EFF(1),e.k0s()}if(2&t){const n=e.XpG(3);e.R7$(),e.SpI("Sort By ","Balance Score"===n.sortField?"Capacity":"Balance Score")}}function vs(t,s){1&t&&e.nrm(0,"mat-progress-bar",30)}function Ts(t,s){if(1&t&&e.nrm(0,"rtl-node-info",31),2&t){const n=e.XpG(3);e.Y8G("information",n.information)("showColorFieldSeparately",!1)}}function ks(t,s){if(1&t&&e.nrm(0,"rtl-balances-info",32),2&t){const n=e.XpG(3);e.Y8G("balances",n.balances)("errorMessage",n.errorMessages[3]+" "+n.errorMessages[2])}}function Ss(t,s){if(1&t&&e.nrm(0,"rtl-channel-capacity-info",33),2&t){const n=e.XpG(3);e.Y8G("sortBy",n.sortField)("channelBalances",n.channelBalances)("allChannels",n.allChannelsCapacity)("errorMessage",n.errorMessages[3])}}function Rs(t,s){if(1&t&&e.nrm(0,"rtl-fee-info",34),2&t){const n=e.XpG(3);e.Y8G("fees",n.fees)("errorMessage",n.errorMessages[1])}}function Es(t,s){if(1&t&&e.nrm(0,"rtl-channel-status-info",35),2&t){const n=e.XpG(3);e.Y8G("channelsStatus",n.channelsStatus)("errorMessage",n.errorMessages[3]+" "+n.errorMessages[4])}}function Is(t,s){1&t&&(e.j41(0,"h3"),e.EFF(1,"Error! Unable to find information!"),e.k0s())}function Ls(t,s){if(1&t&&(e.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),e.nrm(5,"fa-icon",14),e.j41(6,"span"),e.EFF(7),e.k0s()(),e.j41(8,"div"),e.DNE(9,bs,3,1,"button",15),e.j41(10,"mat-menu",16,1),e.DNE(12,Fs,2,1,"button",17)(13,xs,2,1,"button",18),e.k0s()()()(),e.j41(14,"mat-card-content",19),e.DNE(15,vs,1,0,"mat-progress-bar",20),e.j41(16,"div",21),e.DNE(17,Ts,1,2,"rtl-node-info",22)(18,ks,1,2,"rtl-balances-info",23)(19,Ss,1,4,"rtl-channel-capacity-info",24)(20,Rs,1,2,"rtl-fee-info",25)(21,Es,1,2,"rtl-channel-status-info",26)(22,Is,2,0,"h3",27),e.k0s()()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("colspan",n.cols)("rowspan",n.rows),e.R7$(5),e.Y8G("icon",n.icon),e.R7$(2),e.JRh(n.title),e.R7$(2),e.Y8G("ngIf",n.links[0]),e.R7$(3),e.Y8G("ngForOf",n.goToOptions),e.R7$(),e.Y8G("ngIf","capacity"===n.id),e.R7$(),e.Y8G("fxFlex",e.mNQ("node"===n.id||"balance"===n.id?70:"fee"===n.id||"status"===n.id?78:90))("ngClass",e.eq3(17,We,"node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusBlockchainBalance.status===i.apiCallStatusEnum.ERROR)||"capacity"===n.id&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||"fee"===n.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.ERROR||"status"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusPendingChannels.status===i.apiCallStatusEnum.ERROR))),e.R7$(),e.Y8G("ngIf","node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusBlockchainBalance.status===i.apiCallStatusEnum.INITIATED)||"capacity"===n.id&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||"fee"===n.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.INITIATED||"status"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusPendingChannels.status===i.apiCallStatusEnum.INITIATED)),e.R7$(),e.Y8G("ngSwitch",n.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","balance"),e.R7$(),e.Y8G("ngSwitchCase","capacity"),e.R7$(),e.Y8G("ngSwitchCase","fee"),e.R7$(),e.Y8G("ngSwitchCase","status")}}function ws(t,s){if(1&t&&(e.j41(0,"div",5)(1,"div",6),e.nrm(2,"fa-icon",7),e.j41(3,"span",8),e.EFF(4),e.k0s()(),e.j41(5,"mat-grid-list",9),e.DNE(6,Ls,23,19,"mat-grid-tile",10),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.Y8G("icon",n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.ERROR?n.faFrown:n.faSmile),e.R7$(2),e.JRh(n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.COMPLETED?"Welcome "+n.information.alias+"! Your node is up and running.":n.apiCallStatusNodeInfo.status===n.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),e.R7$(),e.Y8G("rowHeight",n.operatorCardHeight),e.R7$(),e.Y8G("ngForOf",n.operatorCards)}}function js(t,s){if(1&t&&(e.j41(0,"button",28)(1,"mat-icon"),e.EFF(2,"more_vert"),e.k0s()()),2&t){e.XpG();const n=e.sdS(9);e.Y8G("matMenuTriggerFor",n)}}function Gs(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const o=r.eBV(n).index,a=e.XpG(2).$implicit,l=e.XpG(2);return r.Njj(l.onNavigateTo(a.links[o]))}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit;e.R7$(),e.JRh(n)}}function Ds(t,s){if(1&t&&(e.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),e.nrm(3,"fa-icon",14),e.j41(4,"span"),e.EFF(5),e.k0s()(),e.j41(6,"div"),e.DNE(7,js,3,1,"button",15),e.j41(8,"mat-menu",16,2),e.DNE(10,Gs,2,1,"button",17),e.k0s()()()()),2&t){const n=e.XpG().$implicit;e.R7$(3),e.Y8G("icon",n.icon),e.R7$(2),e.JRh(n.title),e.R7$(2),e.Y8G("ngIf",n.links[0]),e.R7$(3),e.Y8G("ngForOf",n.goToOptions)}}function Ns(t,s){1&t&&e.nrm(0,"mat-progress-bar",30)}function Ps(t,s){if(1&t&&e.nrm(0,"rtl-node-info",46),2&t){const n=e.XpG(3);e.Y8G("information",n.information)}}function $s(t,s){if(1&t&&e.nrm(0,"rtl-balances-info",32),2&t){const n=e.XpG(3);e.Y8G("balances",n.balances)("errorMessage",n.errorMessages[3]+" "+n.errorMessages[2])}}function As(t,s){if(1&t&&e.nrm(0,"rtl-channel-liquidity-info",47),2&t){const n=e.XpG(3);e.Y8G("totalLiquidity",n.totalInboundLiquidity)("allChannels",n.allInboundChannels)("errorMessage",n.errorMessages[3])}}function Ms(t,s){if(1&t&&e.nrm(0,"rtl-channel-liquidity-info",48),2&t){const n=e.XpG(3);e.Y8G("totalLiquidity",n.totalOutboundLiquidity)("allChannels",n.allOutboundChannels)("errorMessage",n.errorMessages[3])}}function Bs(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",29),e.bIt("click",function(){const o=r.eBV(n).index,a=e.XpG(2).$implicit,l=e.XpG(2);return r.Njj(l.onNavigateTo(a.links[o]))}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit;e.R7$(),e.JRh(n)}}function Os(t,s){if(1&t&&(e.j41(0,"span",49)(1,"mat-tab-group",50)(2,"mat-tab",51),e.nrm(3,"rtl-lightning-invoices",52),e.k0s(),e.j41(4,"mat-tab",53),e.nrm(5,"rtl-lightning-payments",52),e.k0s()(),e.j41(6,"div",54)(7,"button",28)(8,"mat-icon"),e.EFF(9,"more_vert"),e.k0s()(),e.j41(10,"mat-menu",16,3),e.DNE(12,Bs,2,1,"button",17),e.k0s()()()),2&t){const n=e.sdS(11),i=e.XpG().$implicit;e.R7$(7),e.Y8G("matMenuTriggerFor",n),e.R7$(5),e.Y8G("ngForOf",i.goToOptions)}}function Vs(t,s){1&t&&(e.j41(0,"h3"),e.EFF(1,"Error! Unable to find information!"),e.k0s())}function Ys(t,s){if(1&t&&(e.j41(0,"mat-grid-tile",11)(1,"mat-card",38),e.DNE(2,Ds,11,4,"mat-card-header",39),e.j41(3,"mat-card-content",40),e.DNE(4,Ns,1,0,"mat-progress-bar",20),e.j41(5,"div",41),e.DNE(6,Ps,1,1,"rtl-node-info",42)(7,$s,1,2,"rtl-balances-info",23)(8,As,1,3,"rtl-channel-liquidity-info",43)(9,Ms,1,3,"rtl-channel-liquidity-info",44)(10,Os,13,2,"span",45)(11,Vs,2,0,"h3",27),e.k0s()()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("colspan",n.cols)("rowspan",n.rows),e.R7$(),e.Y8G("ngClass",e.eq3(14,ys,"transactions"===n.id)),e.R7$(),e.Y8G("ngIf","transactions"!==n.id),e.R7$(),e.Y8G("fxFlex",e.mNQ("transactions"===n.id?100:"balance"===n.id?70:90))("ngClass",e.eq3(16,We,"node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusBlockchainBalance.status===i.apiCallStatusEnum.ERROR)||("inboundLiq"===n.id||"outboundLiq"===n.id)&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf","node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusBlockchainBalance.status===i.apiCallStatusEnum.INITIATED)||("inboundLiq"===n.id||"outboundLiq"===n.id)&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",n.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","balance"),e.R7$(),e.Y8G("ngSwitchCase","inboundLiq"),e.R7$(),e.Y8G("ngSwitchCase","outboundLiq"),e.R7$(),e.Y8G("ngSwitchCase","transactions")}}function Xs(t,s){if(1&t&&(e.j41(0,"div",36),e.nrm(1,"fa-icon",7),e.j41(2,"span",8),e.EFF(3),e.k0s()(),e.j41(4,"mat-grid-list",37),e.DNE(5,Ys,12,18,"mat-grid-tile",10),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faSmile),e.R7$(2),e.SpI("Welcome ",n.information.alias,"! Your node is up and running."),e.R7$(),e.Y8G("rowHeight",n.merchantCardHeight),e.R7$(),e.Y8G("ngForOf",n.merchantCards)}}let Us=(()=>{var t;class s{constructor(i,o,a,l,p){switch(this.logger=i,this.store=o,this.actions=a,this.commonService=l,this.router=p,this.faSmile=Ve.Qpm,this.faFrown=Ve.wB1,this.faAngleDoubleDown=x.WxX,this.faAngleDoubleUp=x.$sC,this.faChartPie=x.W1p,this.faBolt=x.zm_,this.faServer=x.D6w,this.faNetworkWired=x.eGi,this.flgChildInfoUpdated=!1,this.userPersonaEnum=c.HW,this.activeChannels=0,this.inactiveChannels=0,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.balances={onchain:-1,lightning:-1,total:0},this.allChannels=[],this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.screenSizeEnum=c.f7,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusFees=null,this.apiCallStatusBlockchainBalance=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize){case c.f7.XS:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:6},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}];break;case c.f7.SM:case c.f7.MD:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}];break;default:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}]}}ngOnInit(){this.store.select(F.gj).pipe((0,g.Q)(this.unSubs[0]),(0,ge.E)(this.store.select(H._c))).subscribe(([i,o])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=i.apiCallStatus,this.apiCallStatusNodeInfo.status===c.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=o,this.information=i.information}),this.store.select(F.oR).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessages[1]="",this.apiCallStatusFees=i.apiCallStatus,this.apiCallStatusFees.status===c.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=i.fees}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessages[2]="",this.apiCallStatusBlockchainBalance=i.apiCallStatus,this.apiCallStatusBlockchainBalance.status===c.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusBlockchainBalance.message?JSON.stringify(this.apiCallStatusBlockchainBalance.message):this.apiCallStatusBlockchainBalance.message?this.apiCallStatusBlockchainBalance.message:""),this.balances.onchain=i.blockchainBalance.total_balance&&+i.blockchainBalance.total_balance>=0?+i.blockchainBalance.total_balance:0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances)}),this.store.select(F.Uv).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessages[4]="",this.apiCallStatusPendingChannels=i.apiCallStatus,this.apiCallStatusPendingChannels.status===c.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:i.pendingChannelsSummary.open?.num_channels,capacity:i.pendingChannelsSummary.open?.limbo_balance},this.channelsStatus.closing={num_channels:(i.pendingChannelsSummary.closing?.num_channels||0)+(i.pendingChannelsSummary.force_closing?.num_channels||0)+(i.pendingChannelsSummary.waiting_close?.num_channels||0),capacity:i.pendingChannelsSummary.total_limbo_balance}}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[4])).subscribe(i=>{this.errorMessages[3]="",this.apiCallStatusChannels=i.apiCallStatus,this.apiCallStatusChannels.status===c.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:"");const o=i.lightningBalance&&i.lightningBalance.local?+i.lightningBalance.local:0,a=i.lightningBalance&&i.lightningBalance.remote?+i.lightningBalance.remote:0;this.channelBalances={localBalance:o,remoteBalance:a,balancedness:+(1-Math.abs((o-a)/(o+a))).toFixed(3)},this.balances.lightning=i.lightningBalance.local||0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances),this.activeChannels=i.channelsSummary.active?.num_channels||0,this.inactiveChannels=i.channelsSummary.inactive?.num_channels||0,this.channelsStatus.active=i.channelsSummary.active,this.channelsStatus.inactive=i.channelsSummary.inactive,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannels=i.channels?.filter(p=>!0===p.active),this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels?.filter(p=>p.remote_balance&&p.remote_balance>0),"remote_balance"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels?.filter(p=>p.local_balance&&p.local_balance>0),"local_balance"))),this.allChannels.forEach(p=>{this.totalInboundLiquidity=this.totalInboundLiquidity+ +(p.remote_balance||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+ +(p.local_balance||0)}),this.flgChildInfoUpdated=!!(this.balances.lightning>=0&&this.balances.onchain>=0&&this.fees.month_fee_sum&&this.fees.month_fee_sum>=0),this.logger.info(i)}),this.actions.pipe((0,g.Q)(this.unSubs[5]),(0,U.p)(i=>i.type===c.QP.FETCH_FEES_LND||i.type===c.QP.SET_FEES_LND)).subscribe(i=>{i.type===c.QP.FETCH_FEES_LND&&(this.flgChildInfoUpdated=!1),i.type===c.QP.SET_FEES_LND&&(this.flgChildInfoUpdated=!0)})}onNavigateTo(i){"inactive"===i?this.router.navigateByUrl("/lnd/connections",{state:{filterColumn:"active",filterValue:i}}):this.router.navigateByUrl("/lnd/"+i)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.allChannels.sort((i,o)=>{const a=+(i.local_balance||0)+ +(i.remote_balance||0),l=+(o.local_balance||0)+ +(o.remote_balance||0);return a>l?-1:a{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(K.En),e.rXU($.h),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-home"]],standalone:!1,decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"ngSwitch"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100","direction","In",3,"totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100","direction","Out",3,"totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100","direction","In",3,"totalLiquidity","allChannels","errorMessage"],["fxFlex","100","direction","Out",3,"totalLiquidity","allChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],["calledFrom","home"],["label","Pay"],[1,"underline"]],template:function(o,a){if(1&o&&e.DNE(0,ws,7,4,"div",4)(1,Xs,6,4,"ng-template",null,0,e.C5r),2&o){const l=e.sdS(2);e.Y8G("ngIf",(null==a.selNode?null:a.selNode.settings.userPersona)===a.userPersonaEnum.OPERATOR)("ngIfElse",l)}},dependencies:[_.YU,_.Sq,_.bT,_.ux,_.e1,_.fG,O.aY,_t.iY,k.RN,k.m2,k.MM,k.dh,Ce.B_,Ce.NS,oe.An,Se.kk,Se.fb,Se.Cp,V.HM,f.DJ,f.sA,f.UI,j.PW,A.mq,A.T8,Ye,Xe,He,Ua,ze,qe,is,Cs],encapsulation:2}))}return t(),s})();var Re=y(1975),Ee=y(25837);function Hs(t,s){if(1&t&&(e.j41(0,"span",10),e.EFF(1,"Channels"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.activeChannels))}}function zs(t,s){if(1&t&&(e.j41(0,"span",10),e.EFF(1,"Peers"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.activePeers))}}let qs=(()=>{var t;class s{constructor(i,o,a){this.store=i,this.logger=o,this.router=a,this.activePeers=0,this.activeChannels=0,this.faUsers=x.gdJ,this.faChartPie=x.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.activeLink=this.links.findIndex(i=>i.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(i=>i instanceof w.gx)).subscribe({next:i=>{this.activeLink=this.links.findIndex(o=>o.link===i.urlAfterRedirects.substring(i.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.selNode=i}),this.store.select(F.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.activePeers=i.peers&&i.peers.length?i.peers.length:0,this.logger.info(i)}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.activeChannels=i.channelsSummary.active?.num_channels||0,this.logger.info(i)}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[4])).subscribe(i=>{this.balances=[{title:"Total Balance",dataValue:i.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:i.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:i.blockchainBalance.unconfirmed_balance||0}],this.logger.info(i)})}onSelectedTabChange(i){this.router.navigateByUrl("/lnd/connections/"+this.links[i.index].link)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il),e.rXU(D.gP),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-connections"]],standalone:!1,decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,a){1&o&&(e.j41(0,"div",0),e.nrm(1,"fa-icon",1),e.j41(2,"span",2),e.EFF(3,"On-chain Balance"),e.k0s()(),e.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e.nrm(7,"rtl-currency-unit-converter",5),e.k0s()()(),e.j41(8,"div",0),e.nrm(9,"fa-icon",1),e.j41(10,"span",2),e.EFF(11,"Connections"),e.k0s()(),e.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),e.mxI("selectedIndexChange",function(p){return e.DH7(a.activeLink,p)||(a.activeLink=p),p}),e.bIt("selectedTabChange",function(p){return a.onSelectedTabChange(p)}),e.j41(16,"mat-tab"),e.DNE(17,Hs,2,2,"ng-template",8),e.k0s(),e.j41(18,"mat-tab"),e.DNE(19,zs,2,2,"ng-template",8),e.k0s()(),e.j41(20,"div",9),e.nrm(21,"router-outlet"),e.k0s()()()()),2&o&&(e.R7$(),e.Y8G("icon",a.faChartPie),e.R7$(6),e.Y8G("values",a.balances),e.R7$(2),e.Y8G("icon",a.faUsers),e.R7$(6),e.R50("selectedIndex",a.activeLink))},dependencies:[O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,Re.k,A.ES,A.mq,A.T8,Ee.f,w.n3],encapsulation:2}))}return t(),s})();var Ie=y(99172),Ze=y(96354),Ke=y(60092);const Js=["form"];function Qs(t,s){if(1&t&&(e.j41(0,"mat-option",41),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.JRh(n.alias?n.alias:n.pub_key?n.pub_key:"")}}function Ws(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Peer alias is required."),e.k0s())}function Zs(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Peer not found in the list."),e.k0s())}function Ks(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",38)(1,"mat-label"),e.EFF(2,"Peer Alias"),e.k0s(),e.nrm(3,"input",39),e.j41(4,"mat-autocomplete",40,4),e.bIt("optionSelected",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSelectedPeerChanged())}),e.DNE(6,Qs,2,2,"mat-option",28),e.nI1(7,"async"),e.k0s(),e.DNE(8,Ws,2,0,"mat-error",20)(9,Zs,2,0,"mat-error",20),e.k0s()}if(2&t){const n=e.sdS(5),i=e.XpG();e.R7$(3),e.Y8G("formControl",i.selectedPeer)("matAutocomplete",n),e.R7$(),e.Y8G("displayWith",i.displayFn),e.R7$(2),e.Y8G("ngForOf",e.bMT(7,6,i.filteredPeers)),e.R7$(2),e.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.required),e.R7$(),e.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.notfound)}}function eo(t,s){1&t&&e.eu8(0)}function to(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function no(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("Amount must be less than or equal to ",n.totalBalance,".")}}function io(t,s){if(1&t&&(e.j41(0,"div",42),e.nrm(1,"fa-icon",43),e.j41(2,"span",6)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",44)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faInfoCircle),e.R7$(6),e.SpI("- High: ",n.recommendedFee.fastestFee||"Unknown"),e.R7$(2),e.SpI("- Medium: ",n.recommendedFee.halfHourFee||"Unknown"),e.R7$(2),e.SpI("- Low: ",n.recommendedFee.hourFee||"Unknown"),e.R7$(2),e.SpI("- Economy: ",n.recommendedFee.economyFee||"Unknown"),e.R7$(2),e.SpI("- Minimum: ",n.recommendedFee.minimumFee||"Unknown")}}function ao(t,s){if(1&t&&(e.j41(0,"mat-option",41),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n.id),e.R7$(),e.SpI(" ",n.name," ")}}function so(t,s){if(1&t&&(e.j41(0,"mat-hint"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("Mempool Min: ",n.recommendedFee.minimumFee," (Sats/vByte)")}}function oo(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Target Confirmation Blocks is required."),e.k0s())}function lo(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Fee is required."),e.k0s())}function ro(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("Lower than min feerate ",n.recommendedFee.minimumFee," in the mempool.")}}function co(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",32)(1,"mat-slide-toggle",45),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.taprootChannel,o)||(a.taprootChannel=o),r.Njj(o)}),e.EFF(2,"Taproot Channel"),e.k0s()()}if(2&t){const n=e.XpG();e.R7$(),e.R50("ngModel",n.taprootChannel)}}function po(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.channelConnectionError)}}function mo(t,s){if(1&t&&(e.j41(0,"div",46),e.nrm(1,"fa-icon",43),e.DNE(2,po,2,1,"span",20),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.channelConnectionError)}}function uo(t,s){if(1&t&&(e.j41(0,"mat-expansion-panel",48)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),e.EFF(4,"Peer: \xa0"),e.k0s(),e.j41(5,"strong",49),e.EFF(6),e.k0s()()(),e.j41(7,"div",13)(8,"div",50)(9,"div",38)(10,"h4",51),e.EFF(11,"Pubkey"),e.k0s(),e.j41(12,"span",52),e.EFF(13),e.k0s()()(),e.nrm(14,"mat-divider",53),e.j41(15,"div",50)(16,"div",54)(17,"h4",51),e.EFF(18,"Address"),e.k0s(),e.j41(19,"span",55),e.EFF(20),e.k0s()(),e.j41(21,"div",54)(22,"h4",51),e.EFF(23,"Inbound"),e.k0s(),e.j41(24,"span",55),e.EFF(25),e.k0s()()()()()),2&t){const n=e.XpG(2);e.R7$(6),e.JRh((null==n.peer?null:n.peer.alias)||(null==n.peer?null:n.peer.address)),e.R7$(7),e.JRh(n.peer.pub_key),e.R7$(7),e.JRh(null==n.peer?null:n.peer.address),e.R7$(5),e.JRh(null!=n.peer&&n.peer.inbound?"True":"False")}}function ho(t,s){if(1&t&&e.DNE(0,uo,26,4,"mat-expansion-panel",47),2&t){const n=e.XpG();e.Y8G("ngIf",n.peer)}}let et=(()=>{var t;class s{constructor(i,o,a,l,p,m,v){this.logger=i,this.dialogRef=o,this.data=a,this.store=l,this.actions=p,this.commonService=m,this.dataService=v,this.selectedPeer=new d.hs,this.amount=new d.hs,this.faExclamationTriangle=x.zpE,this.faInfoCircle=x.iW_,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.selTransType="0",this.isTaprootAvailable=!1,this.taprootChannel=!1,this.spendUnconfirmed=!1,this.transTypeValue="",this.transTypes=c.XG,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[],this.isTaprootAvailable=this.commonService.isVersionCompatible(this.information.version,"0.17.0")):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[],this.isTaprootAvailable=!1),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(a=>{this.selNode=a,this.isPrivate=!!a?.settings.unannouncedChannels}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,U.p)(a=>a.type===c.QP.UPDATE_API_CALL_STATUS_LND||a.type===c.QP.FETCH_CHANNELS_LND)).subscribe(a=>{a.type===c.QP.UPDATE_API_CALL_STATUS_LND&&a.payload.status===c.wn.ERROR&&"SaveNewChannel"===a.payload.action&&(this.channelConnectionError=a.payload.message),a.type===c.QP.FETCH_CHANNELS_LND&&this.dialogRef.close()});let i="",o="";this.sortedPeers=this.peers.sort((a,l)=>(i=a.alias?a.alias.toLowerCase():a.pub_key?a.pub_key.toLowerCase():"",o=l.alias?l.alias.toLowerCase():a.pub_key?a.pub_key.toLowerCase():"",io?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,g.Q)(this.unSubs[2]),(0,Ie.Z)(""),(0,Ze.T)(a=>"string"==typeof a?a:a.alias?a.alias:a.pub_key),(0,Ze.T)(a=>a?this.filterPeers(a):this.sortedPeers.slice()))}filterPeers(i){return this.sortedPeers?.filter(o=>0===o.alias?.toLowerCase().indexOf(i?i.toLowerCase():""))}displayFn(i){return i&&i.alias?i.alias:i&&i.pub_key?i.pub_key:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.pub_key?this.selectedPeer.value.pub_key:null,"string"==typeof this.selectedPeer.value){const i=this.peers?.filter(o=>o.alias?.length===this.selectedPeer.value.length&&0===o.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===i.length&&i[0].pub_key&&(this.selectedPubkey=i[0].pub_key)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.taprootChannel=!1,this.spendUnconfirmed=!1,this.selTransType="0",this.transTypeValue="",this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||("1"===this.selTransType||"2"===this.selTransType)&&!this.transTypeValue||"2"===this.selTransType&&this.recommendedFee.minimumFee>+this.transTypeValue)return!0;this.store.dispatch((0,T.vL)({payload:{selectedPeerPubkey:this.peer&&this.peer.pub_key?this.peer.pub_key:this.selectedPubkey,fundingAmount:this.fundingAmount,private:this.isPrivate,transType:this.selTransType,transTypeValue:this.transTypeValue,spendUnconfirmed:this.spendUnconfirmed,commitmentType:this.taprootChannel?5:null}}))}onAdvancedPanelToggle(i){this.advancedTitle=i?"Advanced Options | "+("1"===this.selTransType?"Target Confirmation Blocks: ":"2"===this.selTransType?"Fee (Sats/vByte): ":"Default")+("1"===this.selTransType||"2"===this.selTransType?this.transTypeValue:"")+" | Taproot Channel: "+(this.taprootChannel?"Yes":"No")+" | Spend Unconfirmed Output: "+(this.spendUnconfirmed?"Yes":"No"):"Advanced Options"}onSelTransTypeChanged(i){this.transTypeValue="",i.value===this.transTypes[2].id&&this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[3])).subscribe({next:o=>{this.recommendedFee=o},error:o=>{this.logger.error(o)}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(L.il),e.rXU(K.En),e.rXU($.h),e.rXU(Z.u))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-open-channel"]],viewQuery:function(o,a){if(1&o&&e.GBs(Js,7),2&o){let l;e.mGM(l=e.lsd())&&(a.form=l.first)}},standalone:!1,decls:64,vars:30,consts:[["form","ngForm"],["amt","ngModel"],["transTypeVal","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["fxLayout","row","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amnt",3,"ngModelChange","step","min","max","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxFlex","49"],["tabindex","3",3,"valueChange","selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["matInput","","type","number","tabindex","4","name","transTpValue",3,"ngModelChange","required","disabled","step","min","ngModel"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-2"],["fxFlex","50","fxLayoutAlign","start center",4,"ngIf"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","7","color","primary","name","spendUnconfirmed",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["fxFlex","100"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["tabindex","6","color","primary","name","taprootChannel",3,"ngModelChange","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e.EFF(5),e.k0s()(),e.j41(6,"button",10),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",11)(9,"form",12,0),e.bIt("submit",function(){return r.eBV(l),r.Njj(a.onOpenChannel())})("reset",function(){return r.eBV(l),r.Njj(a.resetData())}),e.j41(11,"div",13),e.DNE(12,Ks,10,8,"mat-form-field",14),e.k0s(),e.DNE(13,eo,1,0,"ng-container",15),e.j41(14,"div",13)(15,"div",16)(16,"mat-form-field",17)(17,"mat-label"),e.EFF(18,"Amount"),e.k0s(),e.j41(19,"input",18,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.fundingAmount,m)||(a.fundingAmount=m),r.Njj(m)}),e.k0s(),e.j41(21,"mat-hint"),e.EFF(22),e.nI1(23,"number"),e.k0s(),e.j41(24,"span",19),e.EFF(25," Sats "),e.k0s(),e.DNE(26,to,2,0,"mat-error",20)(27,no,2,1,"mat-error",20),e.k0s(),e.j41(28,"div",21)(29,"mat-slide-toggle",22),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.isPrivate,m)||(a.isPrivate=m),r.Njj(m)}),e.EFF(30,"Private Channel"),e.k0s()()(),e.j41(31,"mat-expansion-panel",23),e.bIt("closed",function(){return r.eBV(l),r.Njj(a.onAdvancedPanelToggle(!0))})("opened",function(){return r.eBV(l),r.Njj(a.onAdvancedPanelToggle(!1))}),e.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),e.EFF(35),e.k0s()()(),e.j41(36,"div",24),e.DNE(37,io,16,6,"div",25),e.j41(38,"div",16)(39,"mat-form-field",26)(40,"mat-select",27),e.mxI("valueChange",function(m){return r.eBV(l),e.DH7(a.selTransType,m)||(a.selTransType=m),r.Njj(m)}),e.bIt("selectionChange",function(m){return r.eBV(l),r.Njj(a.onSelTransTypeChanged(m))}),e.DNE(41,ao,2,2,"mat-option",28),e.k0s()(),e.j41(42,"mat-form-field",26)(43,"mat-label"),e.EFF(44),e.k0s(),e.j41(45,"input",29,2),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.transTypeValue,m)||(a.transTypeValue=m),r.Njj(m)}),e.k0s(),e.DNE(47,so,2,1,"mat-hint",20)(48,oo,2,0,"mat-error",20)(49,lo,2,0,"mat-error",20)(50,ro,2,1,"mat-error",20),e.k0s()(),e.j41(51,"div",30),e.DNE(52,co,3,1,"div",31),e.j41(53,"div",32)(54,"mat-slide-toggle",33),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.spendUnconfirmed,m)||(a.spendUnconfirmed=m),r.Njj(m)}),e.EFF(55,"Spend Unconfirmed Output"),e.k0s()()()()()(),e.DNE(56,mo,3,2,"div",34),e.j41(57,"div",35)(58,"button",36),e.EFF(59,"Clear Fields"),e.k0s(),e.j41(60,"button",37),e.EFF(61,"Open Channel"),e.k0s()()()()()(),e.DNE(62,ho,1,1,"ng-template",null,3,e.C5r)}if(2&o){const l=e.sdS(20),p=e.sdS(63);e.R7$(5),e.JRh(a.alertTitle),e.R7$(7),e.Y8G("ngIf",!a.peer&&a.peers&&a.peers.length>0),e.R7$(),e.Y8G("ngTemplateOutlet",p),e.R7$(6),e.Y8G("step",1e3)("min",1)("max",a.totalBalance),e.R50("ngModel",a.fundingAmount),e.R7$(3),e.SpI("(Remaining: ",e.bMT(23,28,a.totalBalance-(a.fundingAmount?a.fundingAmount:0)),")"),e.R7$(4),e.Y8G("ngIf",null==l.errors?null:l.errors.required),e.R7$(),e.Y8G("ngIf",null==l.errors?null:l.errors.max),e.R7$(2),e.R50("ngModel",a.isPrivate),e.R7$(6),e.JRh(a.advancedTitle),e.R7$(2),e.Y8G("ngIf",a.recommendedFee.minimumFee),e.R7$(3),e.R50("value",a.selTransType),e.R7$(),e.Y8G("ngForOf",a.transTypes),e.R7$(3),e.JRh("0"===a.selTransType?"Default":"1"===a.selTransType?"Target Confirmation Blocks":"Fee (Sats/vByte)"),e.R7$(),e.Y8G("required","0"!==a.selTransType)("disabled","0"===a.selTransType)("step",1)("min","2"===a.selTransType?a.recommendedFee.minimumFee:0),e.R50("ngModel",a.transTypeValue),e.R7$(2),e.Y8G("ngIf","2"===a.selTransType),e.R7$(),e.Y8G("ngIf","1"===a.selTransType&&!a.transTypeValue),e.R7$(),e.Y8G("ngIf","2"===a.selTransType&&!a.transTypeValue),e.R7$(),e.Y8G("ngIf","2"===a.selTransType&&a.transTypeValue&&+a.transTypeValue{var t;class s{constructor(i,o,a,l,p,m,v,b,S){this.dialogRef=i,this.data=o,this.store=a,this.lndEffects=l,this.formBuilder=p,this.actions=m,this.logger=v,this.commonService=b,this.dataService=S,this.faExclamationTriangle=x.zpE,this.faInfoCircle=x.iW_,this.peerAddress="",this.totalBalance=0,this.transTypes=c.XG,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.isTaprootAvailable=!1,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.totalBalance=this.data.message?.balance||0,this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[d.k0.required]],peerAddress:[this.data.message?.peer?.pub_key?this.data.message?.peer?.pub_key+(this.data.message?.peer?.address?"@"+this.data.message?.peer?.address:""):"",[d.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[d.k0.required,d.k0.min(1),d.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],selTransType:[c.XG[0].id],transTypeValue:[{value:"",disabled:!0}],taprootChannel:[!1],spendUnconfirmed:[!1],hiddenAmount:["",[d.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(F.gj).pipe((0,g.Q)(this.unSubs[0]),(0,ge.E)(this.store.select(H._c))).subscribe(([o,a])=>{this.selNode=a,this.channelFormGroup.controls.isPrivate.setValue(!!a?.settings.unannouncedChannels),this.isTaprootAvailable=this.commonService.isVersionCompatible(o.information.version,"0.17.0")}),this.channelFormGroup.controls.selTransType.valueChanges.pipe((0,g.Q)(this.unSubs[1])).subscribe(o=>{o===c.XG[0].id?(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.disable(),this.channelFormGroup.controls.transTypeValue.setValidators(null),this.channelFormGroup.controls.transTypeValue.setErrors(null)):(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.enable(),this.channelFormGroup.controls.transTypeValue.setValidators([d.k0.required]))}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,U.p)(o=>o.type===c.QP.NEWLY_ADDED_PEER_LND||o.type===c.QP.FETCH_PENDING_CHANNELS_LND||o.type===c.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(o=>{o.type===c.QP.NEWLY_ADDED_PEER_LND&&(this.logger.info(o.payload),this.flgEditable=!1,this.newlyAddedPeer=o.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),o.type===c.QP.FETCH_PENDING_CHANNELS_LND&&this.dialogRef.close(),o.type===c.QP.UPDATE_API_CALL_STATUS_LND&&o.payload.status===c.wn.ERROR&&("SaveNewPeer"===o.payload.action||"FetchGraphNode"===o.payload.action?this.peerConnectionError=o.payload.message:"SaveNewChannel"===o.payload.action&&(this.channelConnectionError=o.payload.message))})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="";const i=this.peerFormGroup.controls.peerAddress.value.search("@");let o="",a="";i>-1?(o=this.peerFormGroup.controls.peerAddress.value.substring(0,i),a=this.peerFormGroup.controls.peerAddress.value.substring(i+1),this.connectPeerWithParams(o,a)):(this.store.dispatch((0,T.t0)({payload:{pubkey:this.peerFormGroup.controls.peerAddress.value}})),this.lndEffects.setGraphNode.pipe((0,W.s)(1)).subscribe(l=>{setTimeout(()=>{a=l.node.addresses&&l.node.addresses.length&&l.node.addresses.length>0&&l.node.addresses[0].addr?l.node.addresses[0].addr:"",this.connectPeerWithParams(this.peerFormGroup.controls.peerAddress.value,a)},0)}))}connectPeerWithParams(i,o){this.store.dispatch((0,T.sq)({payload:{pubkey:i,host:o,perm:!1}}))}onOpenChannel(){return"2"===this.channelFormGroup.controls.selTransType.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.transTypeValue.value?(this.channelFormGroup.controls.transTypeValue.setErrors({minimum:!0}),!0):!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||"1"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||"2"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||(this.channelConnectionError="",void this.store.dispatch((0,T.vL)({payload:{selectedPeerPubkey:this.newlyAddedPeer?.pub_key,fundingAmount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,transType:this.channelFormGroup.controls.selTransType.value,transTypeValue:this.channelFormGroup.controls.transTypeValue.value,spendUnconfirmed:this.channelFormGroup.controls.spendUnconfirmed.value,commitmentType:this.channelFormGroup.controls.taprootChannel.value?5:null}})))}onSelTransTypeChanged(i){this.channelFormGroup.controls.transTypeValue.setValue(""),i.value===this.transTypes[2].id&&this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[3])).subscribe({next:o=>{this.recommendedFee=o},error:o=>{this.logger.error(o)}})}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(i){switch(i.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+this.newlyAddedPeer?.alias:"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+this.newlyAddedPeer?.alias:"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}i.selectedIndex{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(L.il),e.rXU(me.L),e.rXU(d.ze),e.rXU(K.En),e.rXU(D.gP),e.rXU($.h),e.rXU(Z.u))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-connect-peer"]],viewQuery:function(o,a){if(1&o&&(e.GBs(_o,5),e.GBs(fo,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.form=l.first),e.mGM(l=e.lsd())&&(a.stepper=l.first)}},standalone:!1,decls:70,vars:31,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start end"],["matInput","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start end"],["tabindex","3","formControlName","selTransType",3,"selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","50"],["matInput","","formControlName","transTypeValue","type","number","name","transTypeValue","tabindex","4",3,"step","min","required"],["fxFlex","50","fxLayoutAlign","start center",4,"ngIf"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","6","color","primary","formControlName","spendUnconfirmed","name","spendUnconfirmed"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["tabindex","6","color","primary","formControlName","taprootChannel","name","taprootChannel",1,"ps-2"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Connect to a new peer"),e.k0s()(),e.j41(6,"button",6),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),e.bIt("selectionChange",function(m){return r.eBV(l),r.Njj(a.stepSelectionChanged(m))}),e.j41(12,"mat-step",10)(13,"form",11),e.DNE(14,go,1,1,"ng-template",12),e.j41(15,"mat-form-field",13)(16,"mat-label"),e.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),e.k0s(),e.nrm(18,"input",14),e.DNE(19,Co,2,0,"mat-error",15),e.k0s(),e.DNE(20,yo,4,2,"div",16),e.j41(21,"div",17)(22,"button",18),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onConnectPeer())}),e.EFF(23),e.k0s()()()(),e.j41(24,"mat-step",10)(25,"form",19),e.DNE(26,bo,1,1,"ng-template",20),e.j41(27,"div",21),e.DNE(28,Fo,16,6,"div",22),e.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),e.EFF(32,"Amount"),e.k0s(),e.nrm(33,"input",25),e.j41(34,"mat-hint"),e.EFF(35),e.nI1(36,"number"),e.k0s(),e.j41(37,"span",26),e.EFF(38," Sats "),e.k0s(),e.DNE(39,xo,2,0,"mat-error",15)(40,vo,2,0,"mat-error",15)(41,To,2,1,"mat-error",15),e.k0s(),e.j41(42,"div",27)(43,"mat-slide-toggle",28),e.EFF(44,"Private Channel"),e.k0s()()(),e.j41(45,"div",29)(46,"mat-form-field",30)(47,"mat-label"),e.EFF(48,"Transaction Type"),e.k0s(),e.j41(49,"mat-select",31),e.bIt("selectionChange",function(m){return r.eBV(l),r.Njj(a.onSelTransTypeChanged(m))}),e.DNE(50,ko,2,2,"mat-option",32),e.k0s()(),e.j41(51,"mat-form-field",33)(52,"mat-label"),e.EFF(53),e.k0s(),e.nrm(54,"input",34),e.DNE(55,So,2,1,"mat-hint",15)(56,Ro,2,1,"mat-error",15)(57,Eo,2,1,"mat-error",15),e.k0s()(),e.j41(58,"div",29),e.DNE(59,Io,3,0,"div",35),e.j41(60,"div",36)(61,"mat-slide-toggle",37),e.EFF(62,"Spend Unconfirmed Output"),e.k0s()()()(),e.DNE(63,Lo,4,2,"div",16),e.j41(64,"div",17)(65,"button",38),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onOpenChannel())}),e.EFF(66),e.k0s()()()()(),e.j41(67,"div",39)(68,"button",40),e.EFF(69),e.k0s()()()()()()}2&o&&(e.R7$(10),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",a.peerFormGroup)("editable",a.flgEditable),e.R7$(),e.Y8G("formGroup",a.peerFormGroup),e.R7$(6),e.Y8G("ngIf",null==a.peerFormGroup.controls.peerAddress.errors?null:a.peerFormGroup.controls.peerAddress.errors.required),e.R7$(),e.Y8G("ngIf",""!==a.peerConnectionError),e.R7$(3),e.JRh(""!==a.peerConnectionError?"Retry":"Add Peer"),e.R7$(),e.Y8G("stepControl",a.channelFormGroup)("editable",a.flgEditable),e.R7$(),e.Y8G("formGroup",a.channelFormGroup),e.R7$(3),e.Y8G("ngIf",a.recommendedFee.minimumFee),e.R7$(5),e.Y8G("step",1e3),e.R7$(2),e.SpI("Remaining: ",e.bMT(36,29,a.totalBalance-(a.channelFormGroup.controls.fundingAmount.value?a.channelFormGroup.controls.fundingAmount.value:0))),e.R7$(4),e.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.required),e.R7$(),e.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.min),e.R7$(),e.Y8G("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.max),e.R7$(9),e.Y8G("ngForOf",a.transTypes),e.R7$(3),e.JRh("0"===a.channelFormGroup.controls.selTransType.value?"Default":"1"===a.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)"),e.R7$(),e.Y8G("step",1)("min","2"===a.channelFormGroup.controls.selTransType.value?a.recommendedFee.minimumFee:0)("required","0"!==a.channelFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf","2"===a.channelFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf",null==a.channelFormGroup.controls.transTypeValue.errors?null:a.channelFormGroup.controls.transTypeValue.errors.required),e.R7$(),e.Y8G("ngIf",a.channelFormGroup.controls.transTypeValue.value&&(null==a.channelFormGroup.controls.transTypeValue.errors?null:a.channelFormGroup.controls.transTypeValue.errors.minimum)),e.R7$(2),e.Y8G("ngIf",a.isTaprootAvailable),e.R7$(4),e.Y8G("ngIf",""!==a.channelConnectionError),e.R7$(3),e.JRh(""!==a.channelConnectionError?"Retry":"Open Channel"),e.R7$(2),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(null!=a.newlyAddedPeer&&a.newlyAddedPeer.pub_key?"Do It Later":"Close"))},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.j4,d.JD,O.aY,Y.tx,N.$z,k.m2,k.MM,M.fg,C.rl,C.nJ,C.MV,C.TL,C.yw,f.DJ,f.sA,f.UI,E.VO,X.wT,he.sG,q.V5,q.Ti,q.M6,te.N,ae.V,_.QX],encapsulation:2}))}return t(),s})();const wo=()=>["all"],jo=t=>({"error-border":t}),Go=()=>["no_peer"],Le=t=>({width:t}),Do=t=>({"display-none":t});function No(t,s){if(1&t&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Po(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function $o(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Alias"),e.k0s())}function Ao(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Le,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.alias)}}function Mo(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Public Key"),e.k0s())}function Bo(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Le,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.pub_key)}}function Oo(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Address"),e.k0s())}function Vo(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Le,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.address)}}function Yo(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Sync Type"),e.k0s())}function Xo(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,null==n?null:n.sync_type,"sync","_"))}}function Uo(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Inbound"),e.k0s())}function Ho(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(null!=n&&n.inbound?"Yes":"No")}}function zo(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Bytes Sent"),e.k0s())}function qo(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.bytes_sent)," ")}}function Jo(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Bytes Received"),e.k0s())}function Qo(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.bytes_recv)," ")}}function Wo(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Sats Sent"),e.k0s())}function Zo(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.sat_sent)," ")}}function Ko(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Sats Received"),e.k0s())}function el(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.sat_recv)," ")}}function tl(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Ping Time ("),e.j41(2,"span"),e.EFF(3,"\xb5"),e.k0s(),e.EFF(4,"s)"),e.k0s())}function nl(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.ping_time)," ")}}function il(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",50),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function al(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",51)(1,"div",48)(2,"mat-select",49),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",50),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG();return r.Njj(l.onPeerClick(a,o))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",50),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onOpenChannel(o))}),e.EFF(7,"Open Channel"),e.k0s(),e.j41(8,"mat-option",50),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onPeerDetach(o))}),e.EFF(9,"Disconnect"),e.k0s()()()()}}function sl(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No connected peer."),e.k0s())}function ol(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting peers..."),e.k0s())}function ll(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function rl(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,sl,2,0,"p",53)(2,ol,2,0,"p",53)(3,ll,2,1,"p",53),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=n.peers&&n.peers.data)||(null==n.peers.data?null:n.peers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.peers&&n.peers.data)||(null==n.peers.data?null:n.peers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.peers&&n.peers.data)||(null==n.peers.data?null:n.peers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function cl(t,s){if(1&t&&e.nrm(0,"tr",54),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,Do,(null==n.peers?null:n.peers.data)&&(null==n.peers||null==n.peers.data?null:n.peers.data.length)>0))}}function pl(t,s){1&t&&e.nrm(0,"tr",55)}function ml(t,s){1&t&&e.nrm(0,"tr",56)}let ul=(()=>{var t;class s{constructor(i,o,a,l,p){this.logger=i,this.store=o,this.rtlEffects=a,this.commonService=l,this.camelCaseWithReplace=p,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.availableBalance=0,this.faUsers=x.gdJ,this.displayedColumns=[],this.peersData=[],this.peers=new u.I6([]),this.information={},this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.information=i}),this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.availableBalance=i.blockchainBalance.total_balance||0}),this.store.select(F.os).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=i.peers,this.peersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPeersTable(this.peersData),this.logger.info(i)})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:i.pub_key,goToName:"Graph lookup",goToLink:"/lnd/graph/lookups",showQRName:"Public Key",showQRField:i.pub_key,message:[[{key:"pub_key",value:i.pub_key,title:"Public Key",width:100}],[{key:"address",value:i.address,title:"Address",width:100}],[{key:"alias",value:i.alias,title:"Alias",width:40},{key:"inbound",value:i.inbound?"True":"False",title:"Inbound",width:30},{key:"ping_time",value:i.ping_time,title:"Ping Time (\xb5s)",width:30,type:c.UN.NUMBER}],[{key:"sat_sent",value:i.sat_sent,title:"Satoshis Sent",width:50,type:c.UN.NUMBER},{key:"sat_recv",value:i.sat_recv,title:"Satoshis Received",width:50,type:c.UN.NUMBER}],[{key:"bytes_sent",value:i.bytes_sent,title:"Bytes Sent",width:50,type:c.UN.NUMBER},{key:"bytes_recv",value:i.bytes_recv,title:"Bytes Received",width:50,type:c.UN.NUMBER}]]}}}))}onConnectPeer(){this.store.dispatch((0,I.xO)({payload:{data:{message:{peer:null,information:this.information,balance:this.availableBalance},component:tt}}}))}onOpenChannel(i){this.store.dispatch((0,I.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:i,information:this.information,balance:this.availableBalance},component:et}}}))}onPeerDetach(i){this.store.dispatch((0,I.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(i.alias?i.alias:i.pub_key),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[4])).subscribe(a=>{a&&this.store.dispatch((0,T.ed)({payload:{pubkey:i.pub_key}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.peers.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(i).toLowerCase();break;case"sync_type":a=this.camelCaseWithReplace.transform(i.sync_type||"","sync","_").trim().toLowerCase();break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"sync_type"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}loadPeersTable(i){this.peers=new u.I6(i?[...i]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(_e.H),e.rXU($.h),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-peers"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Peers")}])],decls:64,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pub_key"],["matColumnDef","address"],["matColumnDef","sync_type"],["matColumnDef","inbound"],["matColumnDef","bytes_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","bytes_recv"],["matColumnDef","sat_sent"],["matColumnDef","sat_recv"],["matColumnDef","ping_time"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"button",3),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onConnectPeer())}),e.EFF(3,"Add Peer"),e.k0s()(),e.j41(4,"div",4)(5,"div",5)(6,"div",6),e.nrm(7,"fa-icon",7),e.j41(8,"span",8),e.EFF(9,"Connected Peers"),e.k0s()(),e.j41(10,"div",9)(11,"mat-form-field",10)(12,"mat-label"),e.EFF(13,"Filter By"),e.k0s(),e.j41(14,"mat-select",11),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(15,"perfect-scrollbar"),e.DNE(16,No,2,2,"mat-option",12),e.k0s()()(),e.j41(17,"mat-form-field",10)(18,"mat-label"),e.EFF(19,"Filter"),e.k0s(),e.j41(20,"input",13),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(21,"div",14),e.DNE(22,Po,1,0,"mat-progress-bar",15),e.j41(23,"table",16,0),e.qex(25,17),e.DNE(26,$o,2,0,"th",18)(27,Ao,4,4,"td",19),e.bVm(),e.qex(28,20),e.DNE(29,Mo,2,0,"th",18)(30,Bo,4,4,"td",19),e.bVm(),e.qex(31,21),e.DNE(32,Oo,2,0,"th",18)(33,Vo,4,4,"td",19),e.bVm(),e.qex(34,22),e.DNE(35,Yo,2,0,"th",18)(36,Xo,3,5,"td",19),e.bVm(),e.qex(37,23),e.DNE(38,Uo,2,0,"th",18)(39,Ho,2,1,"td",19),e.bVm(),e.qex(40,24),e.DNE(41,zo,2,0,"th",25)(42,qo,4,3,"td",19),e.bVm(),e.qex(43,26),e.DNE(44,Jo,2,0,"th",25)(45,Qo,4,3,"td",19),e.bVm(),e.qex(46,27),e.DNE(47,Wo,2,0,"th",25)(48,Zo,4,3,"td",19),e.bVm(),e.qex(49,28),e.DNE(50,Ko,2,0,"th",25)(51,el,4,3,"td",19),e.bVm(),e.qex(52,29),e.DNE(53,tl,5,0,"th",25)(54,nl,4,3,"td",19),e.bVm(),e.qex(55,30),e.DNE(56,il,6,0,"th",31)(57,al,10,0,"td",32),e.bVm(),e.qex(58,33),e.DNE(59,rl,4,3,"td",34),e.bVm(),e.DNE(60,cl,1,3,"tr",35)(61,pl,1,0,"tr",36)(62,ml,1,0,"tr",37),e.k0s()(),e.nrm(63,"mat-paginator",38),e.k0s()()}2&o&&(e.R7$(7),e.Y8G("icon",a.faUsers),e.R7$(7),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(15,wo).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.peers)("ngClass",e.eq3(16,jo,""!==a.errorMessage)),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(18,Go)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,O.aY,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.ZF,B.Ld,_.QX,J.VD],encapsulation:2}))}return t(),s})();function dl(t,s){if(1&t&&(e.j41(0,"span",7),e.EFF(1,"Open"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numOpenChannels))}}function hl(t,s){if(1&t&&(e.j41(0,"span",7),e.EFF(1,"Pending"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numPendingChannels))}}function _l(t,s){if(1&t&&(e.j41(0,"span",7),e.EFF(1,"Closed"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numClosedChannels))}}function fl(t,s){if(1&t&&(e.j41(0,"span",7),e.EFF(1,"Active HTLCs"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numActiveHTLCs))}}let gl=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.store=o,this.router=a,this.numOpenChannels=0,this.numPendingChannels=0,this.numClosedChannels=0,this.numActiveHTLCs=0,this.peers=[],this.information={},this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"closed",name:"Closed"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.activeLink=this.links.findIndex(i=>i.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(i=>i instanceof w.gx)).subscribe({next:i=>{this.activeLink=this.links.findIndex(o=>o.link===i.urlAfterRedirects.substring(i.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.numOpenChannels=i.channels&&i.channels.length?i.channels.length:0,this.numActiveHTLCs=i.channels?.reduce((o,a)=>o+(a.pending_htlcs&&a.pending_htlcs.length>0?a.pending_htlcs.length:0),0),this.logger.info(i)}),this.store.select(F.Uv).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.numPendingChannels=i.pendingChannelsSummary.total_channels?i.pendingChannelsSummary.total_channels:0}),this.store.select(F.Bw).pipe((0,g.Q)(this.unSubs[4])).subscribe(i=>{this.numClosedChannels=i.closedChannels&&i.closedChannels.length?i.closedChannels.length:0}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[5])).subscribe(i=>{this.totalBalance=+(i.blockchainBalance.total_balance||0)}),this.store.select(F.os).pipe((0,g.Q)(this.unSubs[6])).subscribe(i=>{this.peers=i.peers,this.peers.forEach(o=>{(!o.alias||""===o.alias)&&(o.alias=o.pub_key?.substring(0,20))}),this.logger.info(i)})}onOpenChannel(){this.store.dispatch((0,I.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:et}}}))}onSelectedTabChange(i){this.router.navigateByUrl("/lnd/connections/channels/"+this.links[i.index].link)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channels-tables"]],standalone:!1,decls:16,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"div",1)(2,"button",2),e.bIt("click",function(){return a.onOpenChannel()}),e.EFF(3,"Open Channel"),e.k0s()(),e.j41(4,"div",3)(5,"mat-tab-group",4),e.mxI("selectedIndexChange",function(p){return e.DH7(a.activeLink,p)||(a.activeLink=p),p}),e.bIt("selectedTabChange",function(p){return a.onSelectedTabChange(p)}),e.j41(6,"mat-tab"),e.DNE(7,dl,2,2,"ng-template",5),e.k0s(),e.j41(8,"mat-tab"),e.DNE(9,hl,2,2,"ng-template",5),e.k0s(),e.j41(10,"mat-tab"),e.DNE(11,_l,2,2,"ng-template",5),e.k0s(),e.j41(12,"mat-tab"),e.DNE(13,fl,2,2,"ng-template",5),e.k0s()(),e.j41(14,"div",6),e.nrm(15,"router-outlet"),e.k0s()()()),2&o&&(e.R7$(5),e.R50("selectedIndex",a.activeLink))},dependencies:[N.$z,f.DJ,f.sA,f.UI,Re.k,A.ES,A.mq,A.T8,w.n3],encapsulation:2}))}return t(),s})();var le=y(95416),be=y(29157);const Cl=t=>({"xs-scroll-y":t});function yl(t,s){if(1&t&&(e.j41(0,"div")(1,"div",10)(2,"div",19)(3,"h4",12),e.EFF(4,"Commit Fee"),e.k0s(),e.j41(5,"span",20),e.EFF(6),e.nI1(7,"number"),e.k0s()(),e.j41(8,"div",19)(9,"h4",12),e.EFF(10,"Commit Weight"),e.k0s(),e.j41(11,"span",20),e.EFF(12),e.nI1(13,"number"),e.k0s()(),e.j41(14,"div",19)(15,"h4",12),e.EFF(16,"Fee/KW"),e.k0s(),e.j41(17,"span",20),e.EFF(18),e.nI1(19,"number"),e.k0s()(),e.j41(20,"div",19)(21,"h4",12),e.EFF(22,"Static Remote Key"),e.k0s(),e.j41(23,"span",20),e.EFF(24),e.k0s()()(),e.nrm(25,"mat-divider",15),e.j41(26,"div",10)(27,"div",19)(28,"h4",12),e.EFF(29),e.k0s(),e.j41(30,"span",20),e.EFF(31),e.nI1(32,"number"),e.k0s()(),e.j41(33,"div",19)(34,"h4",12),e.EFF(35),e.k0s(),e.j41(36,"span",20),e.EFF(37),e.nI1(38,"number"),e.k0s()(),e.j41(39,"div",19)(40,"h4",12),e.EFF(41,"Unsettled Balance"),e.k0s(),e.j41(42,"span",20),e.EFF(43),e.nI1(44,"number"),e.k0s()(),e.j41(45,"div",19)(46,"h4",12),e.EFF(47,"CSV Delay"),e.k0s(),e.j41(48,"span",20),e.EFF(49),e.nI1(50,"number"),e.k0s()()(),e.nrm(51,"mat-divider",15),e.j41(52,"div",10)(53,"div",19)(54,"h4",12),e.EFF(55,"Local Reserve (Sats)"),e.k0s(),e.j41(56,"span",20),e.EFF(57),e.nI1(58,"number"),e.k0s()(),e.j41(59,"div",19)(60,"h4",12),e.EFF(61,"Remote Reserve (Sats)"),e.k0s(),e.j41(62,"span",20),e.EFF(63),e.nI1(64,"number"),e.k0s()(),e.j41(65,"div",19)(66,"h4",12),e.EFF(67,"Lifetime (Seconds)"),e.k0s(),e.j41(68,"span",20),e.EFF(69),e.nI1(70,"number"),e.k0s()(),e.j41(71,"div",19)(72,"h4",12),e.EFF(73,"Pending HTLCs"),e.k0s(),e.j41(74,"span",20),e.EFF(75),e.nI1(76,"number"),e.k0s()()(),e.nrm(77,"mat-divider",15),e.k0s()),2&t){const n=e.XpG();e.R7$(6),e.JRh(e.bMT(7,17,n.channel.commit_fee)),e.R7$(6),e.JRh(e.bMT(13,19,n.channel.commit_weight)),e.R7$(6),e.JRh(e.bMT(19,21,n.channel.fee_per_kw)),e.R7$(6),e.JRh(n.channel.static_remote_key?"Yes":"No"),e.R7$(),e.Y8G("inset",!0),e.R7$(4),e.JRh(n.screenSize===n.screenSizeEnum.XS?"Total Sats Sent":"Total Satoshis Sent"),e.R7$(2),e.JRh(e.bMT(32,23,n.channel.total_satoshis_sent)),e.R7$(4),e.JRh(n.screenSize===n.screenSizeEnum.XS?"Total Sats Recv":"Total Satoshis Received"),e.R7$(2),e.JRh(e.bMT(38,25,n.channel.total_satoshis_received)),e.R7$(6),e.JRh(e.bMT(44,27,n.channel.unsettled_balance)),e.R7$(6),e.JRh(e.bMT(50,29,n.channel.csv_delay)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(58,31,n.channel.local_chan_reserve_sat)),e.R7$(6),e.JRh(e.bMT(64,33,n.channel.remote_chan_reserve_sat)),e.R7$(6),e.JRh(e.bMT(70,35,n.channel.lifetime)),e.R7$(6),e.JRh(e.bMT(76,37,null==n.channel||null==n.channel.pending_htlcs?null:n.channel.pending_htlcs.length)),e.R7$(2),e.Y8G("inset",!0)}}function bl(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Show Advanced"),e.k0s())}function Fl(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Hide Advanced"),e.k0s())}function xl(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",27),e.bIt("copied",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onCopyChanID(o))}),e.EFF(1,"Copy Channel ID"),e.k0s()}if(2&t){const n=e.XpG();e.Y8G("payload",n.channel.chan_id)}}function vl(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",28),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onClose())}),e.EFF(1,"OK"),e.k0s()}}let we=(()=>{var t;class s{constructor(i,o,a,l,p,m){this.dialogRef=i,this.data=o,this.logger=a,this.commonService=l,this.snackBar=p,this.router=m,this.faReceipt=x.Mf0,this.faUpRightFromSquare=x.k02,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.selNode=this.data.selNode,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(i){this.snackBar.open("Channel ID "+i+" copied."),this.logger.info("Copied Text: "+i)}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.channel.channel_point,"_blank")}onGoToLink(i,o){this.router.navigateByUrl("/lnd/graph/lookups",{state:{lookupType:i,lookupValue:o}}),this.onClose()}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(D.gP),e.rXU($.h),e.rXU(le.UG),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-information"]],standalone:!1,decls:95,vars:39,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],["tabindex","4","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["tabindex","5",1,"foreground-secondary-text"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["tabindex","6","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],["fxFlex","25"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),e.nrm(4,"fa-icon",5),e.j41(5,"span",6),e.EFF(6,"Channel Information"),e.k0s()(),e.j41(7,"button",7),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onClose())}),e.EFF(8,"X"),e.k0s()(),e.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10)(12,"div",11)(13,"h4",12),e.EFF(14,"Channel ID"),e.k0s(),e.j41(15,"span",13),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onGoToLink("1",a.channel.chan_id))}),e.EFF(16),e.k0s()(),e.j41(17,"div",11)(18,"h4",12),e.EFF(19,"Peer Alias"),e.k0s(),e.j41(20,"span",14),e.EFF(21),e.k0s()()(),e.nrm(22,"mat-divider",15),e.j41(23,"div",10)(24,"div",2)(25,"h4",12),e.EFF(26,"Channel Point"),e.k0s(),e.j41(27,"span",16),e.EFF(28),e.j41(29,"fa-icon",17),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onExplorerClicked())}),e.k0s()()()(),e.nrm(30,"mat-divider",15),e.j41(31,"div",10)(32,"div",2)(33,"h4",12),e.EFF(34,"Peer Public Key"),e.k0s(),e.j41(35,"span",18),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onGoToLink("0",a.channel.remote_pubkey))}),e.EFF(36),e.k0s()()(),e.nrm(37,"mat-divider",15),e.j41(38,"div",10)(39,"div",19)(40,"h4",12),e.EFF(41,"Local Balance"),e.k0s(),e.j41(42,"span",20),e.EFF(43),e.nI1(44,"number"),e.k0s()(),e.j41(45,"div",19)(46,"h4",12),e.EFF(47,"Remote Balance"),e.k0s(),e.j41(48,"span",20),e.EFF(49),e.nI1(50,"number"),e.k0s()(),e.j41(51,"div",19)(52,"h4",12),e.EFF(53,"Capacity"),e.k0s(),e.j41(54,"span",20),e.EFF(55),e.nI1(56,"number"),e.k0s()(),e.j41(57,"div",19)(58,"h4",12),e.EFF(59,"Uptime (Seconds)"),e.k0s(),e.j41(60,"span",20),e.EFF(61),e.nI1(62,"number"),e.k0s()()(),e.nrm(63,"mat-divider",15),e.j41(64,"div",10)(65,"div",19)(66,"h4",12),e.EFF(67,"Active"),e.k0s(),e.j41(68,"span",20),e.EFF(69),e.k0s()(),e.j41(70,"div",19)(71,"h4",12),e.EFF(72,"Private"),e.k0s(),e.j41(73,"span",20),e.EFF(74),e.k0s()(),e.j41(75,"div",19)(76,"h4",12),e.EFF(77,"Initiator"),e.k0s(),e.j41(78,"span",20),e.EFF(79),e.k0s()(),e.j41(80,"div",19)(81,"h4",12),e.EFF(82,"Number of Updates"),e.k0s(),e.j41(83,"span",20),e.EFF(84),e.nI1(85,"number"),e.k0s()()(),e.nrm(86,"mat-divider",15),e.DNE(87,yl,78,39,"div",21),e.j41(88,"div",22)(89,"button",23),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onShowAdvanced())}),e.DNE(90,bl,2,0,"p",24)(91,Fl,2,0,"ng-template",null,0,e.C5r),e.k0s(),e.DNE(93,xl,2,1,"button",25)(94,vl,2,0,"button",26),e.k0s()()()()()}if(2&o){const l=e.sdS(92);e.R7$(4),e.Y8G("icon",a.faReceipt),e.R7$(5),e.Y8G("ngClass",e.eq3(37,Cl,a.screenSize===a.screenSizeEnum.XS)),e.R7$(7),e.SpI(" ",a.channel.chan_id," "),e.R7$(5),e.JRh(a.channel.remote_alias),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.SpI(" ",a.channel.channel_point," "),e.R7$(),e.Y8G("matTooltip",e.mNQ("Link to "+a.selNode.settings.blockExplorerUrl))("icon",a.faUpRightFromSquare),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.SpI(" ",a.channel.remote_pubkey," "),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(44,27,a.channel.local_balance)),e.R7$(6),e.JRh(e.bMT(50,29,a.channel.remote_balance)),e.R7$(6),e.JRh(e.bMT(56,31,a.channel.capacity)),e.R7$(6),e.JRh(e.bMT(62,33,a.channel.uptime)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(a.channel.active?"Yes":"No"),e.R7$(5),e.JRh(a.channel.private?"Yes":"No"),e.R7$(5),e.JRh(a.channel.initiator?"Yes":"No"),e.R7$(5),e.JRh(e.bMT(85,35,a.channel.num_updates)),e.R7$(2),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngIf",a.showAdvanced),e.R7$(3),e.Y8G("ngIf",!a.showAdvanced)("ngIfElse",l),e.R7$(3),e.Y8G("ngIf",a.showCopy),e.R7$(),e.Y8G("ngIf",!a.showCopy)}},dependencies:[_.YU,_.bT,O.aY,N.$z,k.m2,k.MM,ne.q,f.DJ,f.sA,f.UI,j.PW,ee.oV,be.U,te.N,_.QX],encapsulation:2}))}return t(),s})();var je=y(7673),Ge=y(1001),Tl=y(16949);const fe=(t,s)=>({"small-svg":t,"large-svg":s});function kl(t,s){1&t&&e.eu8(0)}function Sl(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSwipe(o))}),r.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),e.k0s(),r.joV(),e.j41(41,"div",47)(42,"mat-card-title"),e.EFF(43,"Circular rebalancing explained."),e.k0s()(),e.j41(44,"div",48)(45,"mat-card-subtitle",49),e.EFF(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@sliderAnimation",n.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,fe,n.screenSize===n.screenSizeEnum.XS,n.screenSize!==n.screenSizeEnum.XS))}}function Rl(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSwipe(o))}),r.qSk(),e.j41(1,"svg",51),e.nrm(2,"path",52)(3,"path",53)(4,"path",54)(5,"path",55)(6,"path",56)(7,"path",57)(8,"path",58)(9,"path",59)(10,"path",60)(11,"path",61)(12,"path",62)(13,"path",63)(14,"path",64)(15,"path",65)(16,"path",66)(17,"path",67)(18,"path",68)(19,"path",69)(20,"path",70)(21,"path",71)(22,"path",72)(23,"path",73)(24,"path",74)(25,"path",75)(26,"path",76)(27,"path",77)(28,"path",78)(29,"path",79)(30,"path",80)(31,"path",81)(32,"path",82)(33,"path",52)(34,"path",53)(35,"path",54)(36,"path",55)(37,"path",56)(38,"path",57)(39,"path",58)(40,"path",59)(41,"path",60)(42,"path",83)(43,"path",84)(44,"path",63)(45,"path",85)(46,"path",86)(47,"path",87)(48,"path",67)(49,"path",68)(50,"path",69)(51,"path",70)(52,"path",71)(53,"path",72)(54,"path",73)(55,"path",74)(56,"path",75)(57,"path",76)(58,"path",77)(59,"path",78)(60,"path",79)(61,"path",80)(62,"path",88)(63,"path",82)(64,"path",89),e.j41(65,"defs")(66,"linearGradient",90),e.nrm(67,"stop",91)(68,"stop",92)(69,"stop",93),e.k0s(),e.j41(70,"linearGradient",94),e.nrm(71,"stop",91)(72,"stop",92)(73,"stop",93),e.k0s(),e.j41(74,"linearGradient",95),e.nrm(75,"stop",91)(76,"stop",92)(77,"stop",93),e.k0s(),e.j41(78,"linearGradient",96),e.nrm(79,"stop",91)(80,"stop",92)(81,"stop",93),e.k0s(),e.j41(82,"linearGradient",97),e.nrm(83,"stop",91)(84,"stop",92)(85,"stop",93),e.k0s(),e.j41(86,"linearGradient",98),e.nrm(87,"stop",91)(88,"stop",92)(89,"stop",93),e.k0s()()(),r.joV(),e.j41(90,"div",47)(91,"mat-card-title"),e.EFF(92,"Step 1: Unbalanced channel"),e.k0s()(),e.j41(93,"div",48)(94,"mat-card-subtitle",49),e.EFF(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@sliderAnimation",n.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,fe,n.screenSize===n.screenSizeEnum.XS,n.screenSize!==n.screenSizeEnum.XS))}}function El(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSwipe(o))}),r.qSk(),e.j41(1,"svg",99),e.nrm(2,"path",100)(3,"path",101)(4,"path",102)(5,"path",103)(6,"path",104)(7,"path",105)(8,"path",106)(9,"path",107)(10,"path",108)(11,"path",109)(12,"path",110)(13,"path",111)(14,"path",112)(15,"path",113)(16,"path",114)(17,"path",52)(18,"path",115)(19,"path",116)(20,"path",117)(21,"path",118)(22,"path",119)(23,"path",120)(24,"path",121)(25,"path",122)(26,"path",83)(27,"path",84)(28,"path",123)(29,"path",124)(30,"path",125)(31,"path",126)(32,"path",67)(33,"path",127)(34,"path",128)(35,"path",129)(36,"path",130)(37,"path",131)(38,"path",132)(39,"path",74)(40,"path",75)(41,"path",133)(42,"path",77)(43,"path",78)(44,"path",79)(45,"path",80)(46,"path",134)(47,"path",135)(48,"path",136),e.j41(49,"defs")(50,"linearGradient",137),e.nrm(51,"stop",91)(52,"stop",92)(53,"stop",93),e.k0s(),e.j41(54,"linearGradient",138),e.nrm(55,"stop",91)(56,"stop",92)(57,"stop",93),e.k0s(),e.j41(58,"linearGradient",139),e.nrm(59,"stop",91)(60,"stop",92)(61,"stop",93),e.k0s()()(),r.joV(),e.j41(62,"div",47)(63,"mat-card-title"),e.EFF(64,"Step 2: Invoice/Payment"),e.k0s()(),e.j41(65,"div",48)(66,"mat-card-subtitle",49),e.EFF(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@sliderAnimation",n.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,fe,n.screenSize===n.screenSizeEnum.XS,n.screenSize!==n.screenSizeEnum.XS))}}function Il(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSwipe(o))}),r.qSk(),e.j41(1,"svg",140),e.nrm(2,"path",141)(3,"path",142)(4,"path",143)(5,"path",144)(6,"path",145)(7,"path",146)(8,"path",147)(9,"path",148)(10,"path",149)(11,"path",150)(12,"path",151)(13,"path",152)(14,"path",153)(15,"path",154)(16,"path",155)(17,"path",156)(18,"path",157)(19,"path",158)(20,"path",159)(21,"path",160)(22,"path",161)(23,"path",162)(24,"path",163)(25,"path",164)(26,"path",163)(27,"path",165)(28,"path",166)(29,"path",167)(30,"path",168)(31,"path",169)(32,"path",170)(33,"path",171)(34,"path",172)(35,"path",173)(36,"path",174)(37,"path",175)(38,"path",176)(39,"path",177)(40,"path",178)(41,"path",179),e.j41(42,"defs")(43,"linearGradient",180),e.nrm(44,"stop",91)(45,"stop",92)(46,"stop",93),e.k0s()()(),r.joV(),e.j41(47,"div",47)(48,"mat-card-title"),e.EFF(49,"Step 3: Rebalance amount"),e.k0s()(),e.j41(50,"div",48)(51,"mat-card-subtitle",49),e.EFF(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@sliderAnimation",n.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,fe,n.screenSize===n.screenSizeEnum.XS,n.screenSize!==n.screenSizeEnum.XS))}}function Ll(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",50),e.bIt("swipe",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSwipe(o))}),r.qSk(),e.j41(1,"svg",140),e.nrm(2,"path",181)(3,"path",143)(4,"path",182)(5,"path",145)(6,"path",146)(7,"path",183)(8,"path",148)(9,"path",184)(10,"path",185)(11,"path",186)(12,"path",187)(13,"path",188)(14,"path",189)(15,"path",190)(16,"path",191)(17,"path",192)(18,"path",158)(19,"path",193)(20,"path",194)(21,"path",179)(22,"path",160)(23,"path",161)(24,"path",195)(25,"path",163)(26,"path",164)(27,"path",163)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",196)(33,"path",170)(34,"path",197)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",198),e.j41(41,"defs")(42,"linearGradient",199),e.nrm(43,"stop",91)(44,"stop",92)(45,"stop",93),e.k0s()()(),r.joV(),e.j41(46,"div",47)(47,"mat-card-title"),e.EFF(48,"Rebalance successful!"),e.k0s()(),e.j41(49,"div",48)(50,"mat-card-subtitle",49),e.EFF(51," Your channel is successfully rebalanced and is able to continue to route payments. "),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@sliderAnimation",n.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,fe,n.screenSize===n.screenSizeEnum.XS,n.screenSize!==n.screenSizeEnum.XS))}}let wl=(()=>{var t;class s{constructor(i){this.commonService=i,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(i){2===i.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===i.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between starts",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z",1,"fill-color-primary-darker"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z",1,"fill-color-29"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z",1,"fill-color-28"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z",1,"fill-color-29"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z",1,"fill-color-29"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z",1,"fill-color-primary-darker"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z",1,"fill-color-primary-darker"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke-width","0.8","stroke-dasharray","4 4",1,"fill-color-1","stroke-color-primary"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","stroke-width","1.6",1,"stroke-color-primary","fill-color-17"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z",1,"fill-color-10"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z",1,"fill-color-primary-darker"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z",1,"fill-color-primary-darker"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z",1,"fill-color-17"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z",1,"fill-color-17"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z",1,"fill-color-17"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z",1,"fill-color-19"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z",1,"fill-color-25"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z",1,"fill-color-19"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z",1,"fill-color-19"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z",1,"fill-color-19"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z",1,"fill-color-19"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z",1,"fill-color-19"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z",1,"fill-color-19"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z",1,"fill-color-25"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M42 75H9V91H42V75Z",1,"fill-color-17"],["d","M42 42H9V58H42V42Z",1,"fill-color-17"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z",1,"fill-color-19"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z",1,"fill-color-25"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z",1,"fill-color-19"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z",1,"fill-color-primary-lighter"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z",1,"fill-color-19"],["d","M265 57.3624H357.392V120.307H265V57.3624Z",1,"fill-color-22"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z",1,"fill-color-19"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z",1,"fill-color-19"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z",1,"fill-color-19"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z",1,"fill-color-19"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z",1,"fill-color-19"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z",1,"fill-color-19"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z",1,"fill-color-19"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z",1,"fill-color-25"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z",1,"fill-color-19"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z",1,"fill-color-21"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z",1,"fill-color-primary-darker"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z",1,"fill-color-primary-darker"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z",1,"fill-color-primary-darker"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z",1,"fill-color-primary-darker"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-primary-darker"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z",1,"fill-color-17"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z",1,"fill-color-19"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z",1,"fill-color-22"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z",1,"fill-color-25"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z",1,"fill-color-28"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z",1,"fill-color-19"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z",1,"fill-color-19"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z",1,"fill-color-19"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z",1,"fill-color-21"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary-lighter"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M122.399 37H32.25V137.616H122.399V37Z",1,"fill-color-10"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z",1,"fill-color-primary-darker"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z",1,"fill-color-primary-darker"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z",1,"fill-color-primary-darker"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M74.5 112H40.5V128H74.5V112Z",1,"fill-color-17"],["d","M74.5 79H40.5V95H74.5V79Z",1,"fill-color-17"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z",1,"fill-color-17"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z",1,"fill-color-17"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z",1,"fill-color-17"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z",1,"fill-color-17"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z",1,"fill-color-17"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z",1,"fill-color-primary-darker"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-primary-darker"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z",1,"fill-color-25"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z",1,"fill-color-21"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z",1,"fill-color-25"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z",1,"fill-color-22"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z",1,"fill-color-21"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z",1,"fill-color-25"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z",1,"fill-color-22"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z",1,"fill-color-21"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z",1,"fill-color-21"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z",1,"fill-color-22"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z",1,"fill-color-22"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z",1,"fill-color-22"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z",1,"fill-color-21"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z",1,"fill-color-17"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7",1,"fill-color-0","stroke-color-primary"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z",1,"fill-color-primary-darker"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z",1,"fill-color-primary-darker"],["d","M76 112H41V128H76V112Z",1,"fill-color-17"],["d","M70 79H41V95H70V79Z",1,"fill-color-17"],["d","M70 47H41V63H70V47Z",1,"fill-color-17"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z",1,"fill-color-17"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z",1,"fill-color-17"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z",1,"fill-color-17"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z",1,"fill-color-22"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z",1,"fill-color-21"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(o,a){if(1&o&&e.DNE(0,kl,1,0,"ng-container",5)(1,Sl,47,5,"ng-template",null,0,e.C5r)(3,Rl,96,5,"ng-template",null,1,e.C5r)(5,El,68,5,"ng-template",null,2,e.C5r)(7,Il,53,5,"ng-template",null,3,e.C5r)(9,Ll,52,5,"ng-template",null,4,e.C5r),2&o){const l=e.sdS(2),p=e.sdS(4),m=e.sdS(6),v=e.sdS(8),b=e.sdS(10);e.Y8G("ngTemplateOutlet",1===a.stepNumber?l:2===a.stepNumber?p:3===a.stepNumber?m:4===a.stepNumber?v:b)}},dependencies:[_.YU,_.T3,k.Lc,k.dh,f.DJ,f.sA,f.UI,j.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:10%;min-height:10%;max-width:50%;margin:auto}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:50%;margin:auto}"],data:{animation:[Tl.k]}}))}return t(),s})();const jl=["stepper"],Gl=()=>[1,2,3,4,5],Dl=(t,s)=>({"dot-primary":t,"dot-primary-lighter":s});function Nl(t,s){if(1&t&&e.EFF(0),2&t){const n=e.XpG(2);e.JRh(n.inputFormLabel)}}function Pl(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function $l(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Amount must be a positive number."),e.k0s())}function Al(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.SpI("Amount must be less than or equal to ",null==n.selChannel?null:n.selChannel.local_balance,".")}}function Ml(t,s){if(1&t&&(e.j41(0,"mat-option",54),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.Lme("",n.remote_alias," - ",n.chan_id)}}function Bl(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Receive from Peer is required."),e.k0s())}function Ol(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Receive from Peer not found in the list."),e.k0s())}function Vl(t,s){if(1&t&&e.EFF(0),2&t){const n=e.XpG(2);e.JRh(n.feeFormLabel)}}function Yl(t,s){if(1&t&&(e.j41(0,"mat-option",54),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.SpI(" ",n.name," ")}}function Xl(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.SpI("",n.feeFormGroup.controls.selFeeLimitType.value?n.feeFormGroup.controls.selFeeLimitType.value.placeholder:n.feeLimitTypes[0].placeholder," is required.")}}function Ul(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.SpI("",n.feeFormGroup.controls.selFeeLimitType.value?n.feeFormGroup.controls.selFeeLimitType.value.placeholder:n.feeLimitTypes[0].placeholder," must be a positive number.")}}function Hl(t,s){1&t&&e.EFF(0,"Invoice/Payment")}function zl(t,s){1&t&&(e.j41(0,"mat-icon",55),e.EFF(1,"check"),e.k0s())}function ql(t,s){1&t&&e.nrm(0,"mat-progress-bar",56)}function Jl(t,s){if(1&t&&(e.j41(0,"mat-icon",55),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(null!=n.paymentStatus&&n.paymentStatus.error?"close":"check")}}function Ql(t,s){1&t&&e.nrm(0,"div",7)}function Wl(t,s){1&t&&e.nrm(0,"mat-progress-bar",56)}function Zl(t,s){if(1&t&&(e.j41(0,"h4",57),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.paymentStatus&&n.paymentStatus.payment_hash?"Rebalance Successful.":"Rebalance Failed.")}}function Kl(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",58),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onRestart())}),e.EFF(1,"Start Again"),e.k0s()}}function er(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",7)(1,"mat-card-header",8)(2,"div",9)(3,"div",10)(4,"span",11),e.EFF(5,"Channel Rebalance"),e.k0s()(),e.j41(6,"div",12)(7,"button",13),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.showInfo())}),e.EFF(8,"?"),e.k0s(),e.j41(9,"button",14),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onClose())}),e.EFF(10,"X"),e.k0s()()()(),e.j41(11,"mat-card-content",15)(12,"div",7)(13,"div",16)(14,"div",17),e.nrm(15,"fa-icon",18),e.j41(16,"span"),e.EFF(17,"Circular Rebalance is a payment you make to *yourself* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),e.k0s()()(),e.j41(18,"div",19)(19,"p",20)(20,"strong"),e.EFF(21,"Channel Peer:\xa0"),e.k0s(),e.EFF(22),e.nI1(23,"titlecase"),e.k0s(),e.j41(24,"p",20)(25,"strong"),e.EFF(26,"Channel ID:\xa0"),e.k0s(),e.EFF(27),e.k0s()(),e.j41(28,"mat-vertical-stepper",21,3),e.bIt("selectionChange",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.stepSelectionChanged(o))}),e.j41(30,"mat-step",22)(31,"form",23),e.DNE(32,Nl,1,1,"ng-template",24),e.j41(33,"div",25)(34,"mat-form-field",26)(35,"mat-label"),e.EFF(36,"Amount"),e.k0s(),e.nrm(37,"input",27),e.j41(38,"mat-hint"),e.EFF(39),e.k0s(),e.j41(40,"span",28),e.EFF(41,"Sats"),e.k0s(),e.DNE(42,Pl,2,0,"mat-error",29)(43,$l,2,0,"mat-error",29)(44,Al,2,1,"mat-error",29),e.k0s(),e.j41(45,"mat-form-field",30)(46,"mat-label"),e.EFF(47,"Receive from Peer"),e.k0s(),e.j41(48,"input",31),e.bIt("change",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSelectedPeerChanged())}),e.k0s(),e.j41(49,"mat-autocomplete",32,4),e.bIt("optionSelected",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSelectedPeerChanged())}),e.DNE(51,Ml,2,3,"mat-option",33),e.nI1(52,"async"),e.k0s(),e.DNE(53,Bl,2,0,"mat-error",29)(54,Ol,2,0,"mat-error",29),e.k0s()(),e.j41(55,"div",34)(56,"button",35),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSelectFee())}),e.EFF(57,"Select Fee"),e.k0s()()()(),e.j41(58,"mat-step",22)(59,"form",23),e.DNE(60,Vl,1,1,"ng-template",36),e.j41(61,"div",25)(62,"div",25)(63,"mat-form-field",30)(64,"mat-label"),e.EFF(65,"Fee Limits"),e.k0s(),e.j41(66,"mat-select",37),e.DNE(67,Yl,2,2,"mat-option",33),e.k0s()(),e.j41(68,"mat-form-field",26)(69,"mat-label"),e.EFF(70),e.k0s(),e.nrm(71,"input",38),e.DNE(72,Xl,2,1,"mat-error",29)(73,Ul,2,1,"mat-error",29),e.k0s()()(),e.j41(74,"div",34)(75,"button",39),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onRebalance())}),e.EFF(76,"Rebalance"),e.k0s()()()(),e.j41(77,"mat-step",40)(78,"form",23),e.DNE(79,Hl,1,0,"ng-template",24),e.j41(80,"div",41)(81,"mat-expansion-panel",42)(82,"mat-expansion-panel-header")(83,"mat-panel-title")(84,"span",43),e.EFF(85),e.DNE(86,zl,2,0,"mat-icon",44),e.k0s()()(),e.j41(87,"div",7)(88,"span",45),e.EFF(89),e.k0s()()(),e.DNE(90,ql,1,0,"mat-progress-bar",46),e.j41(91,"mat-expansion-panel",47)(92,"mat-expansion-panel-header")(93,"mat-panel-title")(94,"span",43),e.EFF(95),e.DNE(96,Jl,2,1,"mat-icon",44),e.k0s()()(),e.DNE(97,Ql,1,0,"div",48),e.k0s(),e.DNE(98,Wl,1,0,"mat-progress-bar",46),e.k0s(),e.DNE(99,Zl,2,1,"h4",49),e.j41(100,"div",50),e.DNE(101,Kl,2,0,"button",51),e.k0s()()()(),e.j41(102,"div",52)(103,"button",53),e.EFF(104,"Close"),e.k0s()()()()()}if(2&t){const n=e.sdS(50),i=e.XpG(),o=e.sdS(2);e.Y8G("@opacityAnimation",void 0),e.R7$(15),e.Y8G("icon",i.faInfoCircle),e.R7$(7),e.JRh(e.bMT(23,42,i.selChannel.remote_alias)),e.R7$(5),e.JRh(i.selChannel.chan_id),e.R7$(),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",i.inputFormGroup)("editable",i.flgEditable),e.R7$(),e.Y8G("formGroup",i.inputFormGroup),e.R7$(6),e.Y8G("step",100),e.R7$(2),e.Lme("(Local Bal: ",null==i.selChannel?null:i.selChannel.local_balance,", Remaining: ",(null==i.selChannel?null:i.selChannel.local_balance)-(i.inputFormGroup.controls.rebalanceAmount.value?i.inputFormGroup.controls.rebalanceAmount.value:0),")"),e.R7$(3),e.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.required),e.R7$(),e.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.min),e.R7$(),e.Y8G("ngIf",null==i.inputFormGroup.controls.rebalanceAmount.errors?null:i.inputFormGroup.controls.rebalanceAmount.errors.max),e.R7$(4),e.Y8G("matAutocomplete",n),e.R7$(),e.Y8G("displayWith",i.displayFn),e.R7$(2),e.Y8G("ngForOf",e.bMT(52,44,i.filteredActiveChannels)),e.R7$(2),e.Y8G("ngIf",null==i.inputFormGroup.controls.selRebalancePeer.errors?null:i.inputFormGroup.controls.selRebalancePeer.errors.required),e.R7$(),e.Y8G("ngIf",null==i.inputFormGroup.controls.selRebalancePeer.errors?null:i.inputFormGroup.controls.selRebalancePeer.errors.notfound),e.R7$(4),e.Y8G("stepControl",i.feeFormGroup)("editable",i.flgEditable),e.R7$(),e.Y8G("formGroup",i.feeFormGroup),e.R7$(8),e.Y8G("ngForOf",i.feeLimitTypes),e.R7$(3),e.JRh(i.feeFormGroup.controls.selFeeLimitType.value?i.feeFormGroup.controls.selFeeLimitType.value.placeholder:i.feeLimitTypes[0].placeholder),e.R7$(),e.Y8G("step",1),e.R7$(),e.Y8G("ngIf",null==i.feeFormGroup.controls.feeLimit.errors?null:i.feeFormGroup.controls.feeLimit.errors.required),e.R7$(),e.Y8G("ngIf",null==i.feeFormGroup.controls.feeLimit.errors?null:i.feeFormGroup.controls.feeLimit.errors.min),e.R7$(4),e.Y8G("stepControl",i.statusFormGroup),e.R7$(),e.Y8G("formGroup",i.statusFormGroup),e.R7$(7),e.JRh(i.flgInvoiceGenerated?i.flgReusingInvoice?"Invoice re-used":"Invoice generated":"Generating invoice..."),e.R7$(),e.Y8G("ngIf",i.flgInvoiceGenerated),e.R7$(3),e.JRh(i.paymentRequest),e.R7$(),e.Y8G("ngIf",!i.flgInvoiceGenerated),e.R7$(),e.Y8G("expanded",(i.flgInvoiceGenerated||i.flgReusingInvoice)&&i.flgPaymentSent),e.R7$(4),e.JRh(i.flgInvoiceGenerated||i.flgPaymentSent?i.flgPaymentSent?null!=i.paymentStatus&&i.paymentStatus.error?"Payment failed":"Payment successful":"Processing payment...":"Payment waiting for Invoice"),e.R7$(),e.Y8G("ngIf",i.flgPaymentSent),e.R7$(),e.Y8G("ngIf",!i.paymentStatus)("ngIfElse",o),e.R7$(),e.Y8G("ngIf",i.flgInvoiceGenerated&&!i.flgPaymentSent),e.R7$(),e.Y8G("ngIf",i.flgInvoiceGenerated&&i.flgPaymentSent),e.R7$(2),e.Y8G("ngIf",i.paymentStatus&&i.paymentStatus.error),e.R7$(2),e.Y8G("mat-dialog-close",!1)}}function tr(t,s){1&t&&e.eu8(0)}function nr(t,s){if(1&t&&e.DNE(0,tr,1,0,"ng-container",59),2&t){const n=e.XpG(),i=e.sdS(4),o=e.sdS(6);e.Y8G("ngTemplateOutlet",n.paymentStatus.error?i:o)}}function ir(t,s){if(1&t&&(e.j41(0,"div",7)(1,"span",45),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.SpI("Error: ",n.paymentStatus.error)}}function ar(t,s){if(1&t&&(e.j41(0,"div",7)(1,"div",60)(2,"div",61)(3,"h4",62),e.EFF(4,"Payment Hash"),e.k0s(),e.j41(5,"span",45),e.EFF(6),e.k0s()()(),e.nrm(7,"mat-divider",63),e.j41(8,"div",60)(9,"div",64)(10,"h4",62),e.EFF(11),e.k0s(),e.j41(12,"span",45),e.EFF(13),e.k0s()(),e.j41(14,"div",64)(15,"h4",62),e.EFF(16,"Number of Hops"),e.k0s(),e.j41(17,"span",45),e.EFF(18),e.k0s()()()()),2&t){const n=e.XpG();e.R7$(6),e.JRh(n.paymentStatus.payment_hash),e.R7$(5),e.SpI("Total Fees (",n.paymentStatus.payment_route.total_fees_msat?"mSats":"Sats",")"),e.R7$(2),e.JRh(n.paymentStatus.payment_route.total_fees_msat?n.paymentStatus.payment_route.total_fees_msat:n.paymentStatus.payment_route.total_fees?n.paymentStatus.payment_route.total_fees:0),e.R7$(5),e.JRh(n.paymentStatus&&n.paymentStatus.payment_route&&n.paymentStatus.payment_route.hops&&n.paymentStatus.payment_route.hops.length?n.paymentStatus.payment_route.hops.length:0)}}function sr(t,s){if(1&t){const n=e.RV6();e.j41(0,"span",80),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onStepChanged(o))}),e.nrm(1,"p",81),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngClass",e.l_i(1,Dl,i.stepNumber===n,i.stepNumber!==n))}}function or(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",82),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onStepChanged(4))}),e.EFF(1,"Back"),e.k0s()}}function lr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",83),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return o.flgShowInfo=!1,r.Njj(o.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function rr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",84),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return o.flgShowInfo=!1,r.Njj(o.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function cr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",85),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onStepChanged(o.stepNumber-1))}),e.EFF(1,"Back"),e.k0s()}}function pr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",86),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onStepChanged(o.stepNumber+1))}),e.EFF(1,"Next"),e.k0s()}}function mr(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",65)(1,"div",66)(2,"mat-card-header",67)(3,"div",68),e.nrm(4,"span",11),e.k0s(),e.j41(5,"div",69)(6,"button",14),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return o.flgShowInfo=!1,r.Njj(o.stepNumber=1)}),e.EFF(7,"X"),e.k0s()()(),e.j41(8,"mat-card-content",70)(9,"rtl-channel-rebalance-infographics",71),e.mxI("stepNumberChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.stepNumber,o)||(a.stepNumber=o),r.Njj(o)}),e.k0s()(),e.j41(10,"div",72),e.DNE(11,sr,2,4,"span",73),e.k0s(),e.j41(12,"div",74),e.DNE(13,or,2,0,"button",75)(14,lr,2,0,"button",76)(15,rr,2,0,"button",77)(16,cr,2,0,"button",78)(17,pr,2,0,"button",79),e.k0s()()()}if(2&t){const n=e.XpG();e.Y8G("@opacityAnimation",void 0),e.R7$(9),e.Y8G("animationDirection",n.animationDirection),e.R50("stepNumber",n.stepNumber),e.R7$(2),e.Y8G("ngForOf",e.lJ4(9,Gl)),e.R7$(2),e.Y8G("ngIf",5===n.stepNumber),e.R7$(),e.Y8G("ngIf",5===n.stepNumber),e.R7$(),e.Y8G("ngIf",n.stepNumber<5),e.R7$(),e.Y8G("ngIf",n.stepNumber>1&&n.stepNumber<5),e.R7$(),e.Y8G("ngIf",n.stepNumber<5)}}let ur=(()=>{var t;class s{constructor(i,o,a,l,p,m,v,b){this.dialogRef=i,this.data=o,this.logger=a,this.store=l,this.actions=p,this.formBuilder=m,this.decimalPipe=v,this.commonService=b,this.faInfoCircle=x.iW_,this.invoices={},this.selChannel={},this.activeChannels=[],this.feeLimitTypes=[],this.queryRoute={},this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1,this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=c.f7,this.animationDirection="forward",this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize();let i="",o="";this.selChannel=this.data.message?.selChannel||{},this.activeChannels=this.data.message?.channels?.filter(a=>a.active&&a.chan_id!==this.selChannel.chan_id&&a.remote_balance&&a.remote_balance>0)||[],this.activeChannels=this.activeChannels.sort((a,l)=>(i=a.remote_alias?a.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"",o=l.remote_alias?l.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"",io?1:0)),c.nv.forEach((a,l)=>{l>0&&this.feeLimitTypes.push(a)}),this.inputFormGroup=this.formBuilder.group({hiddenAmount:["",[d.k0.required]],rebalanceAmount:["",[d.k0.required,d.k0.min(1),d.k0.max(this.selChannel.local_balance||0)]],selRebalancePeer:[null,d.k0.required]}),this.feeFormGroup=this.formBuilder.group({selFeeLimitType:[this.feeLimitTypes[0],d.k0.required],feeLimit:["",[d.k0.required,d.k0.min(0)]],hiddenFeeLimit:["",[d.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(F.rN).pipe((0,g.Q)(this.unSubs[0])).subscribe(a=>{this.invoices=a.listInvoices,this.logger.info(a)}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,U.p)(a=>a.type===c.QP.SET_QUERY_ROUTES_LND||a.type===c.QP.SEND_PAYMENT_STATUS_LND||a.type===c.QP.NEWLY_SAVED_INVOICE_LND)).subscribe(a=>{a.type===c.QP.SET_QUERY_ROUTES_LND&&(this.queryRoute=a.payload),a.type===c.QP.SEND_PAYMENT_STATUS_LND&&(this.logger.info(a.payload),this.flgPaymentSent=!0,this.paymentStatus=a.payload,this.flgEditable=!0),a.type===c.QP.NEWLY_SAVED_INVOICE_LND&&(this.logger.info(a.payload),this.flgInvoiceGenerated=!0,this.sendPayment(a.payload.paymentRequest))}),this.inputFormGroup.get("rebalanceAmount")?.valueChanges.pipe((0,g.Q)(this.unSubs[2]),(0,Ie.Z)(0)).subscribe(a=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,je.of)(a?this.filterActiveChannels():this.activeChannels.slice())}),this.inputFormGroup.get("selRebalancePeer")?.valueChanges.pipe((0,g.Q)(this.unSubs[3]),(0,Ie.Z)("")).subscribe(a=>{"string"==typeof a&&(this.filteredActiveChannels=(0,je.of)(this.filterActiveChannels()))})}onSelectFee(){return this.inputFormGroup.controls.selRebalancePeer.value&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value&&this.onSelectedPeerChanged(),this.inputFormGroup.controls.selRebalancePeer.value&&"string"!=typeof this.inputFormGroup.controls.selRebalancePeer.value?!this.inputFormGroup.controls.rebalanceAmount.value||(0===this.stepper.selectedIndex&&(this.inputFormGroup.controls.hiddenAmount.setValue(this.inputFormGroup.controls.rebalanceAmount.value),this.stepper.next()),this.queryRoute=null,this.feeFormGroup.reset(),void this.feeFormGroup.controls.selFeeLimitType.setValue(this.feeLimitTypes[0])):(this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0)}stepSelectionChanged(i){switch(i.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel=this.queryRoute&&this.queryRoute.routes&&this.queryRoute.routes.length>0&&(this.queryRoute.routes[0].total_fees_msat||this.queryRoute.routes[0].hops&&this.queryRoute.routes[0].hops.length)?this.feeFormGroup.controls.selFeeLimitType.value.placeholder+": "+this.decimalPipe.transform(this.feeFormGroup.controls.feeLimit.value?this.feeFormGroup.controls.feeLimit.value:0)+" | Hops: "+this.queryRoute.routes[0].hops?.length:"Select rebalance fee"}i.selectedIndex+this.selChannel.local_balance||!this.feeFormGroup.controls.feeLimit.value||this.feeFormGroup.controls.feeLimit.value<0||!this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey)return!0;this.feeFormGroup.controls.hiddenFeeLimit.setValue(this.feeFormGroup.controls.feeLimit.value),this.stepper.next(),this.flgEditable=!1,this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1;const i=this.findUnsettledInvoice();i?(this.flgReusingInvoice=!0,this.sendPayment(i.payment_request||"")):this.store.dispatch((0,T.VK)({payload:{uiMessage:c.MZ.NO_SPINNER,memo:"Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats",value:this.inputFormGroup.controls.rebalanceAmount.value,private:!1,expiry:c.It,is_amp:!1,pageSize:c.md,openModal:!1}}))}findUnsettledInvoice(){return this.invoices.invoices?.find(i=>(!i.settle_date||0==+i.settle_date)&&i.memo==="Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats"&&"CANCELED"!==i.state)}sendPayment(i){if(this.flgInvoiceGenerated=!0,this.paymentRequest=i,"percent"===this.feeFormGroup.controls.selFeeLimitType.value.id&&+this.feeFormGroup.controls.feeLimit.value%1!=0){const o={uiMessage:c.MZ.NO_SPINNER,payment_request:i,amp:!1,outgoing_chan_ids:this.selChannel?.chan_id?[this.selChannel?.chan_id]:void 0,fee_limit_sat:Math.ceil((0,c.C6)("fixed",this.feeFormGroup.controls.feeLimit.value,this.inputFormGroup.controls.rebalanceAmount.value||0)),allow_self_payment:!0,last_hop_pubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0};this.store.dispatch((0,T.Fd)({payload:o}))}else{const o={uiMessage:c.MZ.NO_SPINNER,payment_request:i,amp:!1,outgoing_chan_ids:this.selChannel?.chan_id?[this.selChannel?.chan_id]:void 0,fee_limit_sat:(0,c.C6)(this.feeFormGroup.controls.selFeeLimitType.value.id,this.feeFormGroup.controls.feeLimit.value,this.inputFormGroup.controls.rebalanceAmount.value||0),allow_self_payment:!0,last_hop_pubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0};this.store.dispatch((0,T.Fd)({payload:o}))}}filterActiveChannels(){return this.activeChannels?.filter(i=>i.remote_balance&&i.remote_balance>=this.inputFormGroup.controls.rebalanceAmount.value&&i.chan_id!==this.selChannel.chan_id&&(0===i.remote_alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")||0===i.chan_id?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))}onSelectedPeerChanged(){if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const i=this.activeChannels?.filter(o=>o.remote_alias?.length===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===o.remote_alias?.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""));i&&i.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(i[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(i){return i&&i.remote_alias?i.remote_alias:i&&i.chan_id?i.chan_id:""}showInfo(){this.flgShowInfo=!0}onStepChanged(i){this.animationDirection=i{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(D.gP),e.rXU(L.il),e.rXU(K.En),e.rXU(d.ze),e.rXU(_.QX),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-rebalance"]],viewQuery:function(o,a){if(1&o&&e.GBs(jl,5),2&o){let l;e.mGM(l=e.lsd())&&(a.stepper=l.first)}},standalone:!1,decls:8,vars:2,consts:[["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["stepper",""],["auto","matAutocomplete"],["fxLayout","column",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column"],[1,"modal-info-header"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayoutAlign","start center"],[1,"page-title"],["fxLayoutAlign","end center"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start end"],["type","text","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"change","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","submit",3,"click"],["matStepLabel","","disabled","true"],["tabindex","6","formControlName","selFeeLimitType","required",""],["matInput","","formControlName","feeLimit","type","number","tabindex","7","required","",3,"step"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start","class","font-bold-500 mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","50"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(o,a){1&o&&e.DNE(0,er,105,46,"div",5)(1,nr,1,1,"ng-template",null,0,e.C5r)(3,ir,3,1,"ng-template",null,1,e.C5r)(5,ar,19,4,"ng-template",null,2,e.C5r)(7,mr,18,10,"div",6),2&o&&(e.Y8G("ngIf",!a.flgShowInfo),e.R7$(7),e.Y8G("ngIf",a.flgShowInfo))},dependencies:[_.YU,_.Sq,_.bT,_.T3,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.j4,d.JD,O.aY,Y.tx,N.$z,k.m2,k.MM,z.GK,z.Z2,z.WN,oe.An,M.fg,C.rl,C.nJ,C.MV,C.TL,C.yw,ne.q,V.HM,f.DJ,f.sA,f.UI,j.PW,E.VO,X.wT,q.V5,q.Ti,q.M6,ce.$3,ce.pN,te.N,wl,_.Jj,_.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[Ge.C]}}))}return t(),s})();function dr(t,s){if(1&t&&(e.j41(0,"div",18)(1,"p",19)(2,"mat-icon",20),e.EFF(3,"close"),e.k0s(),e.EFF(4),e.k0s()()),2&t){const n=e.XpG();e.R7$(4),e.JRh(n.errorMsg)}}function hr(t,s){if(1&t&&(e.j41(0,"div",29),e.nrm(1,"fa-icon",30),e.j41(2,"span"),e.EFF(3,"Priority/Fee for force closing inactive channels cannot be modified."),e.k0s()()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faInfoCircle)}}function _r(t,s){if(1&t&&(e.j41(0,"div",29),e.nrm(1,"fa-icon",30),e.j41(2,"span",31)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",32)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faInfoCircle),e.R7$(6),e.SpI("- High: ",n.recommendedFee.fastestFee||"Unknown"),e.R7$(2),e.SpI("- Medium: ",n.recommendedFee.halfHourFee||"Unknown"),e.R7$(2),e.SpI("- Low: ",n.recommendedFee.hourFee||"Unknown"),e.R7$(2),e.SpI("- Economy: ",n.recommendedFee.economyFee||"Unknown"),e.R7$(2),e.SpI("- Minimum: ",n.recommendedFee.minimumFee||"Unknown")}}function fr(t,s){if(1&t&&(e.j41(0,"mat-option",33),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n.id),e.R7$(),e.SpI(" ",n.name," ")}}function gr(t,s){1&t&&(e.j41(0,"mat-form-field",34)(1,"mat-label"),e.EFF(2,"Default"),e.k0s(),e.nrm(3,"input",35),e.k0s())}function Cr(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function yr(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",36)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",37,0),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.blocks,o)||(a.blocks=o),r.Njj(o)}),e.k0s(),e.DNE(5,Cr,2,0,"mat-error",38),e.k0s()}if(2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.blocks),e.R7$(2),e.Y8G("ngIf",!n.blocks)}}function br(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function Fr(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",36)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",39,1),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.fees,o)||(a.fees=o),r.Njj(o)}),e.k0s(),e.DNE(5,br,2,0,"mat-error",38),e.k0s()}if(2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.fees),e.R7$(2),e.Y8G("ngIf",!n.fees)}}function xr(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",21),e.DNE(1,hr,4,1,"div",22)(2,_r,16,6,"div",22),e.j41(3,"div",23)(4,"mat-form-field",24)(5,"mat-select",25),e.mxI("valueChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selTransType,o)||(a.selTransType=o),r.Njj(o)}),e.bIt("selectionChange",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onSelTransTypeChanged(o))}),e.DNE(6,fr,2,2,"mat-option",26),e.k0s()(),e.DNE(7,gr,4,0,"mat-form-field",27)(8,yr,6,4,"mat-form-field",28)(9,Fr,6,4,"mat-form-field",28),e.k0s()()}if(2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",!n.channelToClose.active),e.R7$(),e.Y8G("ngIf",n.recommendedFee.minimumFee),e.R7$(3),e.Y8G("disabled",!n.channelToClose.active),e.R50("value",n.selTransType),e.R7$(),e.Y8G("ngForOf",n.transTypes),e.R7$(),e.Y8G("ngIf","0"===n.selTransType),e.R7$(),e.Y8G("ngIf","1"===n.selTransType),e.R7$(),e.Y8G("ngIf","2"===n.selTransType)}}function vr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",40),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.EFF(1,"Clear"),e.k0s()}}function Tr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",41),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onCloseChannel())}),e.EFF(1),e.k0s()}if(2&t){const n=e.XpG();e.R7$(),e.JRh(n.channelToClose.active?"Close Channel":"Force Close")}}function kr(t,s){if(1&t){const n=e.RV6();e.j41(0,"button",42),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onClose())}),e.EFF(1,"Ok"),e.k0s()}}let Sr=(()=>{var t;class s{constructor(i,o,a,l,p,m){this.dialogRef=i,this.data=o,this.dataService=a,this.store=l,this.actions=p,this.logger=m,this.transTypes=c.XG,this.selTransType="0",this.blocks=null,this.fees=null,this.faExclamationTriangle=x.zpE,this.faInfoCircle=x.iW_,this.flgPendingHtlcs=!1,this.errorMsg="Please wait for pending HTLCs to settle before attempting channel closure.",this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B]}ngOnInit(){this.channelToClose=this.data.channel,this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(i=>i.type===c.QP.UPDATE_API_CALL_STATUS_LND||i.type===c.QP.SET_CHANNELS_LND)).subscribe(i=>{if(i.type===c.QP.SET_CHANNELS_LND){const o=i.payload.find(a=>a.chan_id===this.data.channel.chan_id);o&&o.pending_htlcs&&o.pending_htlcs.length&&o.pending_htlcs.length>0&&(this.flgPendingHtlcs=!0)}i.type===c.QP.UPDATE_API_CALL_STATUS_LND&&i.payload.status===c.wn.ERROR&&"FetchAllChannels"===i.payload.action&&this.logger.error("Fetching latest channel information failed!\n"+i.payload.message)})}onCloseChannel(){if("1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;const i={channelPoint:this.channelToClose.channel_point,forcibly:!this.channelToClose.active};this.blocks&&(i.targetConf=this.blocks),this.fees&&(i.satPerByte=this.fees),this.store.dispatch((0,T.w0)({payload:i})),this.dialogRef.close(!1)}resetData(){this.selTransType="0",this.blocks=null,this.fees=null}onSelTransTypeChanged(i){"2"===i.value&&this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[1])).subscribe({next:o=>{this.recommendedFee=o},error:o=>{this.logger.error(o)}})}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(Z.u),e.rXU(L.il),e.rXU(K.En),e.rXU(D.gP))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-close-channel"]],standalone:!1,decls:19,vars:7,consts:[["blcks","ngModel"],["clchfee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["fxLayoutAlign","start center",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","class","mr-1","tabindex","3","default","",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click",4,"ngIf"],["fxLayoutAlign","start center"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","column","fxFlex.gt-sm","48"],["tabindex","1",3,"valueChange","selectionChange","disabled","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","48",4,"ngIf"],["fxFlex.gt-sm","48","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxFlex","48"],["matInput","","disabled",""],["fxFlex.gt-sm","48","fxLayoutAlign","start end"],["matInput","","type","number","name","blocks","required","","tabindex","2",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["matInput","","type","number","name","ccfees","required","","tabindex","3",3,"ngModelChange","step","min","ngModel"],["mat-button","","color","primary","type","reset","tabindex","3","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(o,a){1&o&&(e.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),e.EFF(5),e.k0s()(),e.j41(6,"button",7),e.bIt("click",function(){return a.onClose()}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",8)(9,"form",9)(10,"div",10)(11,"p",11),e.EFF(12),e.k0s(),e.DNE(13,dr,5,1,"div",12)(14,xr,10,8,"div",13),e.k0s(),e.j41(15,"div",14),e.DNE(16,vr,2,0,"button",15)(17,Tr,2,1,"button",16)(18,kr,2,0,"button",17),e.k0s()()()()()),2&o&&(e.R7$(5),e.JRh(a.channelToClose.active?"Close Channel":"Force Close Channel"),e.R7$(7),e.SpI("",a.channelToClose.active?"Closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point):"Force closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point)," "),e.R7$(),e.Y8G("ngIf",a.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",!a.flgPendingHtlcs),e.R7$(2),e.Y8G("ngIf",a.channelToClose.active&&!a.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",!a.flgPendingHtlcs),e.R7$(),e.Y8G("ngIf",a.flgPendingHtlcs))},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,O.aY,N.$z,k.m2,k.MM,oe.An,M.fg,C.rl,C.nJ,C.TL,f.DJ,f.sA,f.UI,E.VO,X.wT,ae.V],encapsulation:2}))}return t(),s})();const Rr=()=>["all"],Er=t=>({"error-border":t}),Ir=()=>["no_channel"],Fe=t=>({width:t}),Lr=t=>({"display-none":t});function wr(t,s){if(1&t&&(e.j41(0,"mat-option",49),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function jr(t,s){1&t&&e.nrm(0,"mat-progress-bar",50)}function Gr(t,s){1&t&&e.nrm(0,"th",51)}function Dr(t,s){1&t&&e.nrm(0,"span",55)}function Nr(t,s){1&t&&e.nrm(0,"span",56)}function Pr(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,Dr,1,0,"span",53)(2,Nr,1,0,"span",54),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",n.active),e.R7$(),e.Y8G("ngIf",!n.active)}}function $r(t,s){1&t&&e.nrm(0,"th",57)}function Ar(t,s){if(1&t&&(e.j41(0,"span",60),e.nrm(1,"fa-icon",61),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faEyeSlash)}}function Mr(t,s){if(1&t&&(e.j41(0,"span",62),e.nrm(1,"fa-icon",61),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faEye)}}function Br(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,Ar,2,1,"span",58)(2,Mr,2,1,"span",59),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",n.private),e.R7$(),e.Y8G("ngIf",!n.private)}}function Or(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Peer"),e.k0s())}function Vr(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.remote_alias)}}function Yr(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Pubkey"),e.k0s())}function Xr(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.remote_pubkey)}}function Ur(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Channel Point"),e.k0s())}function Hr(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel_point)}}function zr(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Channel ID"),e.k0s())}function qr(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",64)(2,"span",65),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Fe,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.chan_id)}}function Jr(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Initiator"),e.k0s())}function Qr(t,s){if(1&t&&(e.j41(0,"td",52),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(n.initiator?"Yes":"No")}}function Wr(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Static Remote Key"),e.k0s())}function Zr(t,s){if(1&t&&(e.j41(0,"td",52),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(n.static_remote_key?"Yes":"No")}}function Kr(t,s){if(1&t&&(e.j41(0,"th",66),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("Uptime (",n.timeUnit,")")}}function e1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",n.uptime_str," ")}}function t1(t,s){if(1&t&&(e.j41(0,"th",66),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("Lifetime (",n.timeUnit,")")}}function n1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",n.lifetime_str," ")}}function i1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function a1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.commit_fee)," ")}}function s1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Commit Weight"),e.k0s())}function o1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.commit_weight)," ")}}function l1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Fee/KW"),e.k0s())}function r1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.fee_per_kw)," ")}}function c1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Updates"),e.k0s())}function p1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.num_updates)," ")}}function m1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Unsettled Balance (Sats)"),e.k0s())}function u1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.unsettled_balance)," ")}}function d1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Capacity (Sats)"),e.k0s())}function h1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.capacity)," ")}}function _1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Local Reserve (Sats)"),e.k0s())}function f1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.local_chan_reserve_sat)," ")}}function g1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Remote Reserve (Sats)"),e.k0s())}function C1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.remote_chan_reserve_sat)," ")}}function y1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Sats Sent"),e.k0s())}function b1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.total_satoshis_sent)," ")}}function F1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Sats Received"),e.k0s())}function x1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.total_satoshis_received)," ")}}function v1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function T1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.local_balance)," ")}}function k1(t,s){1&t&&(e.j41(0,"th",66),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function S1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",67),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.remote_balance)," ")}}function R1(t,s){1&t&&(e.j41(0,"th",63),e.EFF(1,"Balance Score"),e.k0s())}function E1(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",68)(2,"mat-hint",69),e.EFF(3),e.nI1(4,"number"),e.k0s()(),e.nrm(5,"mat-progress-bar",70),e.k0s()),2&t){const n=s.$implicit;e.R7$(3),e.JRh(e.bMT(4,3,n.balancedness||0)),e.R7$(2),e.Y8G("value",e.mNQ(n.local_balance&&n.local_balance>0?+n.local_balance/(+n.local_balance+ +n.remote_balance)*100:0))}}function I1(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",71)(1,"div",72)(2,"mat-select",73),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",74),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onChannelUpdate("all"))}),e.EFF(5,"Update Fee Policy"),e.k0s(),e.j41(6,"mat-option",74),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onDownloadCSV())}),e.EFF(7,"Download CSV"),e.k0s()()()()}}function L1(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-option",74),e.bIt("click",function(){r.eBV(n);const o=e.XpG().$implicit,a=e.XpG();return r.Njj(a.onCircularRebalance(o))}),e.EFF(1,"Circular Rebalance"),e.k0s()}}function w1(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-option",74),e.bIt("click",function(){r.eBV(n);const o=e.XpG().$implicit,a=e.XpG();return r.Njj(a.onLoopOut(o))}),e.EFF(1,"Loop Out"),e.k0s()}}function j1(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",75)(1,"div",72)(2,"mat-select",76),e.nrm(3,"mat-select-trigger"),e.j41(4,"perfect-scrollbar")(5,"mat-option",74),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG();return r.Njj(l.onChannelClick(a,o))}),e.EFF(6,"View Info"),e.k0s(),e.j41(7,"mat-option",74),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onViewRemotePolicy(o))}),e.EFF(8,"View Remote Fee "),e.k0s(),e.j41(9,"mat-option",74),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onChannelUpdate(o))}),e.EFF(10,"Update Fee Policy"),e.k0s(),e.DNE(11,L1,2,0,"mat-option",77)(12,w1,2,0,"mat-option",77),e.j41(13,"mat-option",74),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onChannelClose(o))}),e.EFF(14,"Close Channel"),e.k0s()()()()()}if(2&t){const n=e.XpG();e.R7$(11),e.Y8G("ngIf",+n.versionsArr[0]>0||+n.versionsArr[1]>=9),e.R7$(),e.Y8G("ngIf",n.selNode.swapServerUrl)}}function G1(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No peers connected. Add a peer in order to open a channel."),e.k0s())}function D1(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No channel available."),e.k0s())}function N1(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting channels..."),e.k0s())}function P1(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function $1(t,s){if(1&t&&(e.j41(0,"td",78),e.DNE(1,G1,2,0,"p",79)(2,D1,2,0,"p",79)(3,N1,2,0,"p",79)(4,P1,2,1,"p",79),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",n.numPeers<1&&(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&(null==n.apiCallStatus?null:n.apiCallStatus.status)===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",n.numPeers>0&&(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&(null==n.apiCallStatus?null:n.apiCallStatus.status)===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&(null==n.apiCallStatus?null:n.apiCallStatus.status)===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&(null==n.apiCallStatus?null:n.apiCallStatus.status)===n.apiCallStatusEnum.ERROR)}}function A1(t,s){if(1&t&&e.nrm(0,"tr",80),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,Lr,(null==n.channels?null:n.channels.data)&&(null==n.channels||null==n.channels.data?null:n.channels.data.length)>0))}}function M1(t,s){1&t&&e.nrm(0,"tr",81)}function B1(t,s){1&t&&e.nrm(0,"tr",82)}let O1=(()=>{var t;class s{constructor(i,o,a,l,p,m,v,b){this.logger=i,this.store=o,this.lndEffects=a,this.commonService=l,this.rtlEffects=p,this.decimalPipe=m,this.loopService=v,this.camelCaseWithReplace=b,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open",recordsPerPage:c.md,sortBy:"balancedness",sortOrder:c.oi.DESCENDING},this.timeUnit="mins:secs",this.userPersonaEnum=c.HW,this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new u.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.versionsArr=[],this.faEye=x.pS3,this.faEyeSlash=x.k6j,this.targetConf=6,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i,this.information&&this.information.version&&(this.versionsArr=this.information.version.split("."))}),this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.unshift("active"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.os).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.numPeers=i.peers&&i.peers.length?i.peers.length:0}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[4])).subscribe(i=>{this.totalBalance=i.blockchainBalance?.total_balance?+i.blockchainBalance?.total_balance:0}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[5])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=this.calculateUptime(i.channels),this.channelsData.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(i)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(i){this.store.dispatch((0,T.ij)({payload:{uiMessage:c.MZ.GET_REMOTE_POLICY,channelID:i.chan_id?.toString()+"/"+this.information.identity_pubkey}})),this.lndEffects.setLookup.pipe((0,W.s)(1)).subscribe(o=>{if(!o.fee_base_msat&&!o.fee_rate_milli_msat&&!o.time_lock_delta)return!1;const a=[[{key:"fee_base_msat",value:o.fee_base_msat,title:"Base Fees (mSats)",width:25,type:c.UN.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat,title:"Fee Rate (milli mSats)",width:25,type:c.UN.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat/1e4,title:"Fee Rate (%)",width:25,type:c.UN.NUMBER,digitsInfo:"1.0-8"},{key:"time_lock_delta",value:o.time_lock_delta,title:"Time Lock Delta",width:25,type:c.UN.NUMBER}]],l="Remote policy for Channel: "+(i.remote_alias||i.chan_id?i.remote_alias&&i.chan_id?i.remote_alias+" ("+i.chan_id+")":i.remote_alias?i.remote_alias:i.chan_id:i.channel_point);setTimeout(()=>{this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:l,message:a}}}))},0)})}onCircularRebalance(i){this.store.dispatch((0,I.xO)({payload:{data:{message:{channels:this.channelsData,selChannel:i},component:ur}}}))}onChannelUpdate(i){"all"===i?(this.store.dispatch((0,I.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All Channels",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:c.UN.NUMBER,inputValue:1e3,step:100,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:c.UN.NUMBER,inputValue:1,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:c.UN.NUMBER,inputValue:40,width:32}]}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[6])).subscribe(a=>{a&&this.store.dispatch((0,T.fy)({payload:{baseFeeMsat:a[0].inputValue,feeRate:a[1].inputValue,timeLockDelta:a[2].inputValue,chanPoint:"all"}}))})):(this.myChanPolicy={fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0,min_htlc_msat:0,max_htlc_msat:0},this.store.dispatch((0,T.ij)({payload:{uiMessage:c.MZ.GET_CHAN_POLICY,channelID:i.chan_id.toString()}})),this.lndEffects.setLookup.pipe((0,W.s)(1)).subscribe(o=>{this.myChanPolicy=o.node1_pub===this.information.identity_pubkey?o.node1_policy:o.node2_pub===this.information.identity_pubkey?o.node2_policy:{fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0},this.logger.info(this.myChanPolicy);const a="Update fee policy for Channel: "+(i.remote_alias||i.chan_id?i.remote_alias&&i.chan_id?i.remote_alias+" ("+i.chan_id+")":i.remote_alias?i.remote_alias:i.chan_id:i.channel_point),l=[];setTimeout(()=>{this.store.dispatch((0,I.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Update Fee Policy",titleMessage:a,noBtnText:"Cancel",yesBtnText:"Update Channel",message:l,flgShowInput:!0,hasAdvanced:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:c.UN.NUMBER,inputValue:""===this.myChanPolicy.fee_base_msat?0:this.myChanPolicy.fee_base_msat,step:100,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:c.UN.NUMBER,inputValue:this.myChanPolicy.fee_rate_milli_msat,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:c.UN.NUMBER,inputValue:this.myChanPolicy.time_lock_delta,width:32},{placeholder:"Minimum HTLC (mSat)",inputType:c.UN.NUMBER,inputValue:""===this.myChanPolicy.min_htlc?0:this.myChanPolicy.min_htlc,width:49,advancedField:!0},{placeholder:"Maximum HTLC (mSat)",inputType:c.UN.NUMBER,inputValue:""===this.myChanPolicy.max_htlc_msat?0:this.myChanPolicy.max_htlc_msat,width:49,advancedField:!0}]}}}))},0)}),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[7])).subscribe(o=>{if(o){const a={baseFeeMsat:o[0].inputValue,feeRate:o[1].inputValue,timeLockDelta:o[2].inputValue,chanPoint:i.channel_point};o.length>3&&o[3]&&o[4]&&(a.minHtlcMsat=o[3].inputValue,a.maxHtlcMsat=o[4].inputValue),this.store.dispatch((0,T.fy)({payload:a}))}})),this.applyFilter()}onChannelClose(i){i.active&&this.store.dispatch((0,T.$Q)()),this.store.dispatch((0,I.xO)({payload:{data:{channel:i,component:Sr}}}))}onChannelClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{channel:i,selNode:this.selNode,showCopy:!0,component:we}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.channels.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.active?"active":"inactive")+(i.chan_id?i.chan_id.toLowerCase():"")+(i.remote_pubkey?i.remote_pubkey.toLowerCase():"")+(i.remote_alias?i.remote_alias.toLowerCase():"")+(i.capacity?i.capacity:"")+(i.local_balance?i.local_balance:"")+(i.remote_balance?i.remote_balance:"")+(i.total_satoshis_sent?i.total_satoshis_sent:"")+(i.total_satoshis_received?i.total_satoshis_received:"")+(i.commit_fee?i.commit_fee:"")+(i.private?"private":"public");break;case"active":a=i?.active?"active":"inactive";break;case"private":a=i?.private?"private":"public";break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"active"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}loadChannelsTable(i){this.channels=new u.I6([...i]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}calculateUptime(i){let m=60,v=1,b=0;switch(i.forEach(S=>{S.uptime&&+S.uptime>b&&(b=+S.uptime)}),!0){case b<3600:this.timeUnit="Mins:Secs",m=60,v=1;break;case b>=3600&&b<86400:this.timeUnit="Hrs:Mins",m=3600,v=60;break;case b>=86400&&b<31536e3:this.timeUnit="Days:Hrs",m=86400,v=3600;break;case b>31536e3:this.timeUnit="Yrs:Days",m=31536e3,v=86400;break;default:this.timeUnit="Mins:Secs",m=60,v=1}return i.forEach(S=>{S.uptime_str=S.uptime?this.decimalPipe.transform(Math.floor(+S.uptime/m),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.uptime%m/v),"2.0-0"):"---",S.lifetime_str=S.lifetime?this.decimalPipe.transform(Math.floor(+S.lifetime/m),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.lifetime%m/v),"2.0-0"):"---"}),i}onLoopOut(i){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,g.Q)(this.unSubs[8])).subscribe(o=>{this.store.dispatch((0,I.xO)({payload:{minHeight:"56rem",data:{channel:i,minQuote:o[0],maxQuote:o[1],direction:c.C7.LOOP_OUT,component:Je.D}}}))})}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}percentHintFunction(i){return(i/1e4).toString()+"%"}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(me.L),e.rXU($.h),e.rXU(_e.H),e.rXU(_.QX),e.rXU(Qe.Q),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-open-table"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Channels")}])],decls:96,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","active"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private",4,"matHeaderCellDef"],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","chan_id"],["matColumnDef","initiator"],["matColumnDef","static_remote_key"],["matColumnDef","uptime_str"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lifetime_str"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","num_updates"],["matColumnDef","unsettled_balance"],["matColumnDef","capacity"],["matColumnDef","local_chan_reserve_sat"],["matColumnDef","remote_chan_reserve_sat"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active"],["mat-cell",""],["class","dot green","matTooltip","Active","matTooltipPosition","right",4,"ngIf"],["class","dot grey","matTooltip","Inactive","matTooltipPosition","right",4,"ngIf"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","grey"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Private"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,wr,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,jr,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,Gr,1,0,"th",13)(20,Pr,3,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,$r,1,0,"th",16)(23,Br,3,2,"td",14),e.bVm(),e.qex(24,17),e.DNE(25,Or,2,0,"th",18)(26,Vr,4,4,"td",14),e.bVm(),e.qex(27,19),e.DNE(28,Yr,2,0,"th",18)(29,Xr,4,4,"td",14),e.bVm(),e.qex(30,20),e.DNE(31,Ur,2,0,"th",18)(32,Hr,4,4,"td",14),e.bVm(),e.qex(33,21),e.DNE(34,zr,2,0,"th",18)(35,qr,4,4,"td",14),e.bVm(),e.qex(36,22),e.DNE(37,Jr,2,0,"th",18)(38,Qr,2,1,"td",14),e.bVm(),e.qex(39,23),e.DNE(40,Wr,2,0,"th",18)(41,Zr,2,1,"td",14),e.bVm(),e.qex(42,24),e.DNE(43,Kr,2,1,"th",25)(44,e1,3,1,"td",14),e.bVm(),e.qex(45,26),e.DNE(46,t1,2,1,"th",25)(47,n1,3,1,"td",14),e.bVm(),e.qex(48,27),e.DNE(49,i1,2,0,"th",25)(50,a1,4,3,"td",14),e.bVm(),e.qex(51,28),e.DNE(52,s1,2,0,"th",25)(53,o1,4,3,"td",14),e.bVm(),e.qex(54,29),e.DNE(55,l1,2,0,"th",25)(56,r1,4,3,"td",14),e.bVm(),e.qex(57,30),e.DNE(58,c1,2,0,"th",25)(59,p1,4,3,"td",14),e.bVm(),e.qex(60,31),e.DNE(61,m1,2,0,"th",25)(62,u1,4,3,"td",14),e.bVm(),e.qex(63,32),e.DNE(64,d1,2,0,"th",25)(65,h1,4,3,"td",14),e.bVm(),e.qex(66,33),e.DNE(67,_1,2,0,"th",25)(68,f1,4,3,"td",14),e.bVm(),e.qex(69,34),e.DNE(70,g1,2,0,"th",25)(71,C1,4,3,"td",14),e.bVm(),e.qex(72,35),e.DNE(73,y1,2,0,"th",25)(74,b1,4,3,"td",14),e.bVm(),e.qex(75,36),e.DNE(76,F1,2,0,"th",25)(77,x1,4,3,"td",14),e.bVm(),e.qex(78,37),e.DNE(79,v1,2,0,"th",25)(80,T1,4,3,"td",14),e.bVm(),e.qex(81,38),e.DNE(82,k1,2,0,"th",25)(83,S1,4,3,"td",14),e.bVm(),e.qex(84,39),e.DNE(85,R1,2,0,"th",18)(86,E1,6,5,"td",14),e.bVm(),e.qex(87,40),e.DNE(88,I1,8,0,"th",41)(89,j1,15,2,"td",42),e.bVm(),e.qex(90,43),e.DNE(91,$1,5,4,"td",44),e.bVm(),e.DNE(92,A1,1,3,"tr",45)(93,M1,1,0,"tr",46)(94,B1,1,0,"tr",47),e.k0s()(),e.nrm(95,"mat-paginator",48),e.k0s()}2&o&&(e.R7$(7),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,Rr).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",(null==a.apiCallStatus?null:a.apiCallStatus.status)===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.channels)("ngClass",e.eq3(15,Er,""!==a.errorMessage)),e.R7$(76),e.Y8G("matFooterRowDef",e.lJ4(17,Ir)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,O.aY,M.fg,C.rl,C.nJ,C.MV,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,ee.oV,G.iy,B.ZF,B.Ld,_.QX],styles:[".mat-column-active[_ngcontent-%COMP%], .mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]}))}return t(),s})();const V1=["outputIdx"];function Y1(t,s){if(1&t&&(e.j41(0,"div",31),e.nrm(1,"fa-icon",16),e.j41(2,"span"),e.EFF(3,"Change output balance "),e.j41(4,"strong"),e.EFF(5),e.nI1(6,"number"),e.k0s(),e.EFF(7," (Sats) may be insufficient for fee bumping, depending on the prevailing fee rates."),e.k0s()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(4),e.JRh(e.bMT(6,2,n.dustOutputValue))}}function X1(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Index for change output is required."),e.k0s())}function U1(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid index value."),e.k0s())}function H1(t,s){if(1&t&&(e.j41(0,"mat-option",32),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n.id),e.R7$(),e.SpI(" ",n.name," ")}}function z1(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function q1(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",20)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",33,1),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.blocks,o)||(a.blocks=o),r.Njj(o)}),e.k0s(),e.DNE(5,z1,2,0,"mat-error",22),e.k0s()}if(2&t){const n=e.XpG();e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.blocks),e.R7$(2),e.Y8G("ngIf",!n.blocks)}}function J1(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function Q1(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",20)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",34,2),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.fees,o)||(a.fees=o),r.Njj(o)}),e.k0s(),e.DNE(5,J1,2,0,"mat-error",22),e.k0s()}if(2&t){const n=e.XpG();e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.fees),e.R7$(2),e.Y8G("ngIf",!n.fees)}}function W1(t,s){if(1&t&&(e.j41(0,"div",35),e.nrm(1,"fa-icon",16),e.j41(2,"span"),e.EFF(3),e.k0s()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(2),e.JRh(n.bumpFeeError)}}let nt=(()=>{var t;class s{set outputIndx(i){i&&(this.outputIdx=i)}constructor(i,o,a,l,p){this.dialogRef=i,this.data=o,this.logger=a,this.dataService=l,this.store=p,this.faUpRightFromSquare=x.k02,this.txid="",this.outputIndex=null,this.transTypes=[...c.XG],this.selTransType="2",this.blocks=null,this.fees=null,this.faCopy=x.jPR,this.faInfoCircle=x.iW_,this.faExclamationTriangle=x.zpE,this.bumpFeeError="",this.flgShowDustWarning=!1,this.dustOutputValue=0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){if(this.transTypes=this.transTypes.splice(1),this.data.pendingChannel&&this.data.pendingChannel.channel){const i=this.data.pendingChannel.channel?.channel_point?.split(":")||[];this.txid=i[0]||(this.data.pendingChannel.channel&&this.data.pendingChannel.channel.channel_point?this.data.pendingChannel.channel.channel_point:""),this.outputIndex=i[1]&&""!==i[1]&&0==+i[1]?1:0}else this.data.selUTXO&&this.data.selUTXO.outpoint&&(this.txid=this.data.selUTXO.outpoint.txid_str||"",this.outputIndex=this.data.selUTXO.outpoint.output_index||0);this.logger.info(this.txid,this.outputIndex),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i,this.logger.info(this.selNode)}),this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[1])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}}),this.dataService.getBlockExplorerTransaction(this.txid).pipe((0,g.Q)(this.unSubs[2])).subscribe({next:i=>{this.dustOutputValue=i.vout[this.outputIndex].value,this.flgShowDustWarning=this.dustOutputValue<1e3},error:i=>{this.logger.error(i)}})}onBumpFee(){if(this.data.pendingChannel&&this.data.pendingChannel.channel){const i=this.data.pendingChannel.channel?.channel_point?.split(":")||[],o=i.length>1&&i[1]&&""!==i[1]?+i[1]:null;if(o&&this.outputIndex===o)return this.outputIdx.control.setErrors({pendingChannelOutputIndex:!0}),!0}if(!this.outputIndex&&0!==this.outputIndex||"1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;this.dataService.bumpFee(this.txid,this.outputIndex,this.blocks||null,this.fees||null).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:i=>{this.dialogRef.close(!1)},error:i=>{this.logger.error(i),this.bumpFeeError=i.message?i.message:i}})}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.txid,"_blank")}resetData(){this.bumpFeeError="",this.selTransType="2",this.blocks=null,this.fees=null,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(D.gP),e.rXU(Z.u),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-bump-fee"]],viewQuery:function(o,a){if(1&o&&e.GBs(V1,5),2&o){let l;e.mGM(l=e.lsd())&&(a.outputIndx=l.first)}},standalone:!1,decls:46,vars:20,consts:[["outputIndx","ngModel"],["blcks","ngModel"],["fee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","column","fxFlex.gt-sm","32","fxLayoutAlign","start end"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","outputIndx",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","32"],["tabindex","2",3,"valueChange","selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex.gt-sm","32","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],["fxFlex","100",1,"alert","alert-warn"],[3,"value"],["matInput","","type","number","name","blocks","required","","tabindex","3",3,"ngModelChange","step","min","ngModel"],["matInput","","type","number","name","fees","required","","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),e.EFF(5,"Bump Fee"),e.k0s()(),e.j41(6,"button",8),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",9)(9,"form",10)(10,"div",11)(11,"p",12),e.EFF(12),e.j41(13,"fa-icon",13),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onExplorerClicked())}),e.k0s()(),e.j41(14,"div",14)(15,"div",15),e.nrm(16,"fa-icon",16),e.j41(17,"span",17)(18,"div"),e.EFF(19,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(20,"div"),e.EFF(21),e.k0s(),e.j41(22,"div"),e.EFF(23),e.k0s(),e.j41(24,"div"),e.EFF(25),e.k0s()()(),e.DNE(26,Y1,8,4,"div",18),e.j41(27,"div",19)(28,"mat-form-field",20)(29,"mat-label"),e.EFF(30,"Index for Change Output"),e.k0s(),e.j41(31,"input",21,0),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.outputIndex,m)||(a.outputIndex=m),r.Njj(m)}),e.k0s(),e.DNE(33,X1,2,0,"mat-error",22)(34,U1,2,0,"mat-error",22),e.k0s(),e.j41(35,"mat-form-field",23)(36,"mat-select",24),e.mxI("valueChange",function(m){return r.eBV(l),e.DH7(a.selTransType,m)||(a.selTransType=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.blocks=null,r.Njj(a.fees=null)}),e.DNE(37,H1,2,2,"mat-option",25),e.k0s()(),e.DNE(38,q1,6,4,"mat-form-field",26)(39,Q1,6,4,"mat-form-field",26),e.k0s(),e.DNE(40,W1,4,2,"div",27),e.k0s()(),e.j41(41,"div",28)(42,"button",29),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(43,"Clear"),e.k0s(),e.j41(44,"button",30),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onBumpFee())}),e.EFF(45),e.k0s()()()()()()}if(2&o){const l=e.sdS(32);e.R7$(12),e.SpI(" ",a.txid?"Bump fee for transaction ID: "+a.txid:"Bump fee: "," "),e.R7$(),e.Y8G("matTooltip",e.mNQ("Link to "+a.selNode.settings.blockExplorerUrl))("icon",a.faUpRightFromSquare),e.R7$(3),e.Y8G("icon",a.faInfoCircle),e.R7$(5),e.SpI("- High: ",a.recommendedFee.fastestFee||"Unknown"),e.R7$(2),e.SpI("- Medium: ",a.recommendedFee.halfHourFee||"Unknown"),e.R7$(2),e.SpI("- Low: ",a.recommendedFee.hourFee||"Unknown"),e.R7$(),e.Y8G("ngIf",a.flgShowDustWarning),e.R7$(5),e.Y8G("step",1)("min",0),e.R50("ngModel",a.outputIndex),e.R7$(2),e.Y8G("ngIf",null==l.errors?null:l.errors.required),e.R7$(),e.Y8G("ngIf",null==l.errors?null:l.errors.OutputIndexError),e.R7$(2),e.R50("value",a.selTransType),e.R7$(),e.Y8G("ngForOf",a.transTypes),e.R7$(),e.Y8G("ngIf","1"===a.selTransType),e.R7$(),e.Y8G("ngIf","2"===a.selTransType),e.R7$(),e.Y8G("ngIf",""!==a.bumpFeeError),e.R7$(5),e.JRh(""!==a.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,O.aY,N.$z,k.m2,k.MM,M.fg,C.rl,C.nJ,C.TL,f.DJ,f.sA,f.UI,E.VO,X.wT,ee.oV,te.N,ae.V,_.QX],encapsulation:2}))}return t(),s})();const xe=t=>({"error-border bordered-box":t,"bordered-box":!0}),Z1=()=>["no_pending_open"],K1=()=>["no_pending_force_closing"],ec=()=>["no_pending_closing"],tc=()=>["no_pending_wait_closing"],Q=t=>({width:t}),De=t=>({"display-none":t}),nc=t=>({"py-0":!0,"display-none":t});function ic(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function ac(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function sc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function oc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_alias)}}function lc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function rc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_node_pub)}}function cc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function pc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.channel_point)}}function mc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function uc(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.channel.initiator,"initiator_"))}}function dc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function hc(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,n.channel.commitment_type,"commitment_type","_"))}}function _c(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Confirmation Height"),e.k0s())}function fc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.confirmation_height))}}function gc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function Cc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.commit_fee))}}function yc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Commit Weight"),e.k0s())}function bc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.commit_weight))}}function Fc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Fee/KW"),e.k0s())}function xc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.fee_per_kw))}}function vc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function Tc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.capacity))}}function kc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function Sc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.local_balance))}}function Rc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function Ec(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.remote_balance))}}function Ic(t,s){1&t&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function Lc(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",49)(1,"div",48)(2,"mat-select",50),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",51),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onOpenClick(o))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",51),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onBumpFee(o))}),e.EFF(7,"Bump Fee"),e.k0s()()()()}}function wc(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function jc(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function Gc(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function Dc(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,wc,2,0,"p",53)(2,jc,2,0,"p",53)(3,Gc,2,1,"p",53),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!n.pendingOpenChannels||!(null!=n.pendingOpenChannels&&n.pendingOpenChannels.data)||(null==n.pendingOpenChannels||null==n.pendingOpenChannels.data?null:n.pendingOpenChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!n.pendingOpenChannels||!(null!=n.pendingOpenChannels&&n.pendingOpenChannels.data)||(null==n.pendingOpenChannels||null==n.pendingOpenChannels.data?null:n.pendingOpenChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!n.pendingOpenChannels||!(null!=n.pendingOpenChannels&&n.pendingOpenChannels.data)||(null==n.pendingOpenChannels||null==n.pendingOpenChannels.data?null:n.pendingOpenChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Nc(t,s){if(1&t&&e.nrm(0,"tr",54),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,De,n.pendingOpenChannels&&(null==n.pendingOpenChannels?null:n.pendingOpenChannels.data)&&(null==n.pendingOpenChannels||null==n.pendingOpenChannels.data?null:n.pendingOpenChannels.data.length)>0))}}function Pc(t,s){1&t&&e.nrm(0,"tr",55)}function $c(t,s){1&t&&e.nrm(0,"tr",56)}function Ac(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function Mc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function Bc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.closing_txid)}}function Oc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function Vc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_alias)}}function Yc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function Xc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_node_pub)}}function Uc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function Hc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.channel_point)}}function zc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function qc(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.channel.initiator,"initiator_"))}}function Jc(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function Qc(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,n.channel.commitment_type,"commitment_type","_"))}}function Wc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Limbo Balance (Sats)"),e.k0s())}function Zc(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.limbo_balance))}}function Kc(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Maturity Height"),e.k0s())}function ep(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.maturity_height))}}function tp(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Blocks till Maturity"),e.k0s())}function np(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.blocks_til_maturity))}}function ip(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Recovered Balance (Sats)"),e.k0s())}function ap(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.recovered_balance))}}function sp(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function op(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.capacity))}}function lp(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function rp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.local_balance))}}function cp(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function pp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.remote_balance))}}function mp(t,s){1&t&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function up(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",49)(1,"button",57),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onForceClosingClick(o))}),e.EFF(2,"View Info"),e.k0s()()}}function dp(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function hp(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function _p(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function fp(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,dp,2,0,"p",53)(2,hp,2,0,"p",53)(3,_p,2,1,"p",53),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!n.pendingForceClosingChannels||!(null!=n.pendingForceClosingChannels&&n.pendingForceClosingChannels.data)||(null==n.pendingForceClosingChannels||null==n.pendingForceClosingChannels.data?null:n.pendingForceClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!n.pendingForceClosingChannels||!(null!=n.pendingForceClosingChannels&&n.pendingForceClosingChannels.data)||(null==n.pendingForceClosingChannels||null==n.pendingForceClosingChannels.data?null:n.pendingForceClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!n.pendingForceClosingChannels||!(null!=n.pendingForceClosingChannels&&n.pendingForceClosingChannels.data)||(null==n.pendingForceClosingChannels||null==n.pendingForceClosingChannels.data?null:n.pendingForceClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function gp(t,s){if(1&t&&e.nrm(0,"tr",54),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,De,n.pendingForceClosingChannels&&(null==n.pendingForceClosingChannels?null:n.pendingForceClosingChannels.data)&&(null==n.pendingForceClosingChannels||null==n.pendingForceClosingChannels.data?null:n.pendingForceClosingChannels.data.length)>0))}}function Cp(t,s){1&t&&e.nrm(0,"tr",55)}function yp(t,s){1&t&&e.nrm(0,"tr",56)}function bp(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function Fp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function xp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.closing_txid)}}function vp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function Tp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_alias)}}function kp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function Sp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_node_pub)}}function Rp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function Ep(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.channel_point)}}function Ip(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function Lp(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.channel.initiator,"initiator_"))}}function wp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function jp(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,n.channel.commitment_type,"commitment_type","_"))}}function Gp(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function Dp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.capacity))}}function Np(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function Pp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.local_balance))}}function $p(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function Ap(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.remote_balance))}}function Mp(t,s){1&t&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function Bp(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",49)(1,"button",58),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onClosingClick(o))}),e.EFF(2,"View Info"),e.k0s()()}}function Op(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function Vp(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function Yp(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function Xp(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,Op,2,0,"p",53)(2,Vp,2,0,"p",53)(3,Yp,2,1,"p",53),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!n.pendingClosingChannels||!(null!=n.pendingClosingChannels&&n.pendingClosingChannels.data)||(null==n.pendingClosingChannels||null==n.pendingClosingChannels.data?null:n.pendingClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!n.pendingClosingChannels||!(null!=n.pendingClosingChannels&&n.pendingClosingChannels.data)||(null==n.pendingClosingChannels||null==n.pendingClosingChannels.data?null:n.pendingClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!n.pendingClosingChannels||!(null!=n.pendingClosingChannels&&n.pendingClosingChannels.data)||(null==n.pendingClosingChannels||null==n.pendingClosingChannels.data?null:n.pendingClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Up(t,s){if(1&t&&e.nrm(0,"tr",54),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,De,n.pendingClosingChannels&&(null==n.pendingClosingChannels?null:n.pendingClosingChannels.data)&&(null==n.pendingClosingChannels||null==n.pendingClosingChannels.data?null:n.pendingClosingChannels.data.length)>0))}}function Hp(t,s){1&t&&e.nrm(0,"tr",55)}function zp(t,s){1&t&&e.nrm(0,"tr",56)}function qp(t,s){1&t&&e.nrm(0,"mat-progress-bar",40)}function Jp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Closing Tx ID"),e.k0s())}function Qp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.closing_txid)}}function Wp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Peer"),e.k0s())}function Zp(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_alias)}}function Kp(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Pubkey"),e.k0s())}function em(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.remote_node_pub)}}function tm(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Channel Point"),e.k0s())}function nm(t,s){if(1&t&&(e.j41(0,"td",42)(1,"div",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Q,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(n.channel.channel_point)}}function im(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Initiator"),e.k0s())}function am(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.channel.initiator,"initiator_"))}}function sm(t,s){1&t&&(e.j41(0,"th",41),e.EFF(1,"Commitment Type"),e.k0s())}function om(t,s){if(1&t&&(e.j41(0,"td",42),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.brH(2,1,n.channel.commitment_type,"commitment_type","_"))}}function lm(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Limbo Balance (Sats)"),e.k0s())}function rm(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.limbo_balance))}}function cm(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Capacity (Sats)"),e.k0s())}function pm(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.capacity))}}function mm(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function um(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.local_balance))}}function dm(t,s){1&t&&(e.j41(0,"th",45),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function hm(t,s){if(1&t&&(e.j41(0,"td",42)(1,"span",46),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.channel.remote_balance))}}function _m(t,s){1&t&&(e.j41(0,"th",47)(1,"div",48),e.EFF(2,"Actions"),e.k0s()())}function fm(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",49)(1,"button",59),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onWaitClosingClick(o))}),e.EFF(2,"View Info"),e.k0s()()}}function gm(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No pending channel."),e.k0s())}function Cm(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting pending channels..."),e.k0s())}function ym(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function bm(t,s){if(1&t&&(e.j41(0,"td",52),e.DNE(1,gm,2,0,"p",53)(2,Cm,2,0,"p",53)(3,ym,2,1,"p",53),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!n.pendingWaitClosingChannels||!(null!=n.pendingWaitClosingChannels&&n.pendingWaitClosingChannels.data)||(null==n.pendingWaitClosingChannels||null==n.pendingWaitClosingChannels.data?null:n.pendingWaitClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!n.pendingWaitClosingChannels||!(null!=n.pendingWaitClosingChannels&&n.pendingWaitClosingChannels.data)||(null==n.pendingWaitClosingChannels||null==n.pendingWaitClosingChannels.data?null:n.pendingWaitClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!n.pendingWaitClosingChannels||!(null!=n.pendingWaitClosingChannels&&n.pendingWaitClosingChannels.data)||(null==n.pendingWaitClosingChannels||null==n.pendingWaitClosingChannels.data?null:n.pendingWaitClosingChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Fm(t,s){if(1&t&&e.nrm(0,"tr",54),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,nc,n.pendingWaitClosingChannels&&(null==n.pendingWaitClosingChannels?null:n.pendingWaitClosingChannels.data)&&(null==n.pendingWaitClosingChannels||null==n.pendingWaitClosingChannels.data?null:n.pendingWaitClosingChannels.data.length)>0))}}function xm(t,s){1&t&&e.nrm(0,"tr",55)}function vm(t,s){1&t&&e.nrm(0,"tr",56)}let Tm=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.store=o,this.commonService=a,this.PAGE_ID="peers_channels",this.openTableSetting={tableId:"pending_open",recordsPerPage:c.md,sortBy:"capacity",sortOrder:c.oi.DESCENDING},this.forceClosingTableSetting={tableId:"pending_force_closing",recordsPerPage:c.md,sortBy:"limbo_balance",sortOrder:c.oi.DESCENDING},this.closingTableSetting={tableId:"pending_closing",recordsPerPage:c.md,sortBy:"capacity",sortOrder:c.oi.DESCENDING},this.waitingCloseTableSetting={tableId:"pending_waiting_close",recordsPerPage:c.md,sortBy:"limbo_balance",sortOrder:c.oi.DESCENDING},this.information={},this.pendingChannels={},this.displayedOpenColumns=[],this.pendingOpenChannelsLength=0,this.pendingOpenChannels=new u.I6([]),this.displayedForceClosingColumns=[],this.pendingForceClosingChannelsLength=0,this.pendingForceClosingChannels=new u.I6([]),this.displayedClosingColumns=[],this.pendingClosingChannelsLength=0,this.pendingClosingChannels=new u.I6([]),this.displayedWaitClosingColumns=[],this.pendingWaitClosingChannelsLength=0,this.pendingWaitClosingChannels=new u.I6([]),this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.openTableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.openTableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.openTableSetting.tableId),this.displayedOpenColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.openTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.openTableSetting.columnSelection)),this.displayedOpenColumns.push("actions"),this.logger.info(this.displayedOpenColumns),this.forceClosingTableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.forceClosingTableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.forceClosingTableSetting.tableId),this.displayedForceClosingColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.forceClosingTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.forceClosingTableSetting.columnSelection)),this.displayedForceClosingColumns.push("actions"),this.logger.info(this.displayedForceClosingColumns),this.closingTableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.closingTableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.closingTableSetting.tableId),this.displayedClosingColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.closingTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.closingTableSetting.columnSelection)),this.displayedClosingColumns.push("actions"),this.logger.info(this.displayedClosingColumns),this.waitingCloseTableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.waitingCloseTableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.waitingCloseTableSetting.tableId),this.displayedWaitClosingColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.waitingCloseTableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.waitingCloseTableSetting.columnSelection)),this.displayedWaitClosingColumns.push("actions"),this.logger.info(this.displayedWaitClosingColumns)}),this.store.select(F.Uv).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=i.pendingChannels,this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels),this.logger.info(i)})}ngAfterViewInit(){this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels)}onOpenClick(i){const o=JSON.parse(JSON.stringify(i,["commit_weight","confirmation_height","fee_per_kw","commit_fee"],2)),a=JSON.parse(JSON.stringify(i.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),l={};Object.assign(l,o,a),this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Opening Channel Information",message:[[{key:"channel_point",value:l.channel_point,title:"Channel Point",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"remote_node_pub",value:l.remote_node_pub,title:"Peer Node Pubkey",width:100,type:c.UN.STRING}],[{key:"remote_alias",value:l.remote_alias,title:"Peer Alias",width:100,type:c.UN.STRING}],[{key:"capacity",value:l.capacity,title:"Capacity",width:25,type:c.UN.NUMBER},{key:"confirmation_height",value:l.confirmation_height,title:"Confirmation Height",width:25,type:c.UN.NUMBER},{key:"local_balance",value:l.local_balance,title:"Local Balance",width:25,type:c.UN.NUMBER},{key:"remote_balance",value:l.remote_balance,title:"Remote Balance",width:25,type:c.UN.NUMBER}],[{key:"fee_per_kw",value:l.fee_per_kw,title:"Fee/KW",width:25,type:c.UN.NUMBER},{key:"commit_weight",value:l.commit_weight,title:"Commit Weight",width:25,type:c.UN.NUMBER},{key:"commit_fee",value:l.commit_fee,title:"Commit Fee",width:50,type:c.UN.NUMBER}]]}}}))}onBumpFee(i){this.store.dispatch((0,I.xO)({payload:{data:{pendingChannel:i,component:nt}}}))}onForceClosingClick(i){const o=JSON.parse(JSON.stringify(i,["closing_txid","limbo_balance","maturity_height","blocks_til_maturity","recovered_balance"],2)),a=JSON.parse(JSON.stringify(i.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),l={};Object.assign(l,o,a),this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Force Closing Channel Information",message:[[{key:"closing_txid",value:l.closing_txid,title:"Closing Transaction ID",width:100,type:c.UN.STRING}],[{key:"channel_point",value:l.channel_point,title:"Channel Point",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:l.remote_alias,title:"Peer Alias",width:25,type:c.UN.STRING},{key:"remote_node_pub",value:l.remote_node_pub,title:"Peer Node Pubkey",width:75,type:c.UN.STRING}],[{key:"capacity",value:l.capacity,title:"Capacity",width:25,type:c.UN.NUMBER},{key:"limbo_balance",value:l.limbo_balance,title:"Limbo Balance",width:25,type:c.UN.NUMBER},{key:"local_balance",value:l.local_balance,title:"Local Balance",width:25,type:c.UN.NUMBER},{key:"remote_balance",value:l.remote_balance,title:"Remote Balance",width:25,type:c.UN.NUMBER}],[{key:"maturity_height",value:l.maturity_height,title:"Maturity Height",width:25,type:c.UN.NUMBER},{key:"blocks_til_maturity",value:l.blocks_til_maturity,title:"Blocks Till Maturity",width:25,type:c.UN.NUMBER},{key:"recovered_balance",value:l.recovered_balance,title:"Recovered Balance",width:50,type:c.UN.NUMBER}]]}}}))}onClosingClick(i){const o=JSON.parse(JSON.stringify(i,["closing_txid"],2)),a=JSON.parse(JSON.stringify(i.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),l={};Object.assign(l,o,a),this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Closing Channel Information",message:[[{key:"closing_txid",value:l.closing_txid,title:"Closing Transaction ID",width:50,type:c.UN.STRING}],[{key:"channel_point",value:l.channel_point,title:"Channel Point",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:l.remote_alias,title:"Peer Alias",width:25,type:c.UN.STRING},{key:"remote_node_pub",value:l.remote_node_pub,title:"Peer Node Pubkey",width:75,type:c.UN.STRING}],[{key:"capacity",value:l.capacity,title:"Capacity",width:25,type:c.UN.NUMBER},{key:"local_balance",value:l.local_balance,title:"Local Balance",width:25,type:c.UN.NUMBER},{key:"remote_balance",value:l.remote_balance,title:"Remote Balance",width:50,type:c.UN.NUMBER}]]}}}))}onWaitClosingClick(i){const o=JSON.parse(JSON.stringify(i,["limbo_balance"],2)),a=JSON.parse(JSON.stringify(i.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),l=JSON.parse(JSON.stringify(i.commitments,["local_txid"],2)),p={};Object.assign(p,o,a,l),this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Wait Closing Channel Information",message:[[{key:"local_txid",value:p.local_txid,title:"Transaction ID",width:100,type:c.UN.STRING}],[{key:"channel_point",value:p.channel_point,title:"Channel Point",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"remote_alias",value:p.remote_alias,title:"Peer Alias",width:25,type:c.UN.STRING},{key:"remote_node_pub",value:p.remote_node_pub,title:"Peer Node Pubkey",width:75,type:c.UN.STRING}],[{key:"capacity",value:p.capacity,title:"Capacity",width:25,type:c.UN.NUMBER},{key:"limbo_balance",value:p.limbo_balance,title:"Limbo Balance",width:25,type:c.UN.NUMBER},{key:"local_balance",value:p.local_balance,title:"Local Balance",width:25,type:c.UN.NUMBER},{key:"remote_balance",value:p.remote_balance,title:"Remote Balance",width:25,type:c.UN.NUMBER}]]}}}))}loadOpenChannelsTable(i){this.pendingOpenChannelsLength=i.length?i.length:0,this.pendingOpenChannels=new u.I6([...i]),this.pendingOpenChannels.sort=this.sort,this.pendingOpenChannels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.logger.info(this.pendingOpenChannels)}loadForceClosingChannelsTable(i){this.pendingForceClosingChannelsLength=i.length?i.length:0,this.pendingForceClosingChannels=new u.I6([...i]),this.pendingForceClosingChannels.sort=this.sort,this.pendingForceClosingChannels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.logger.info(this.pendingForceClosingChannels)}loadClosingChannelsTable(i){this.pendingClosingChannelsLength=i.length?i.length:0,this.pendingClosingChannels=new u.I6([...i]),this.pendingClosingChannels.sort=this.sort,this.pendingClosingChannels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.logger.info(this.pendingClosingChannels)}loadWaitClosingChannelsTable(i){this.pendingWaitClosingChannelsLength=i.length?i.length:0,this.pendingWaitClosingChannels=new u.I6([...i]),this.pendingWaitClosingChannels.sort=this.sort,this.pendingWaitClosingChannels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.logger.info(this.pendingWaitClosingChannels)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-pending-table"]],viewQuery:function(o,a){if(1&o&&e.GBs(R.B4,5),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Channels")}])],decls:202,vars:52,consts:[["table",""],["fxLayout","column",1,"mb-2"],[1,"page-title"],["displayMode","flat",1,"mt-1"],["mode","indeterminate",4,"ngIf"],["fxLayout","column",1,"flat-expansion-panel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_node_pub"],["matColumnDef","channel_point"],["matColumnDef","initiator"],["matColumnDef","commitment_type"],["matColumnDef","confirmation_height"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","capacity"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_pending_open"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","closing_txid"],["matColumnDef","limbo_balance"],["matColumnDef","maturity_height"],["matColumnDef","blocks_til_maturity"],["matColumnDef","recovered_balance"],["matColumnDef","no_pending_force_closing"],["matColumnDef","no_pending_closing"],["matColumnDef","no_pending_wait_closing"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass"],["mat-header-row",""],["mat-row",""],["mat-stroked-button","","color","primary","type","button","tabindex","2",1,"table-actions-button",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","3",1,"table-actions-button",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"]],template:function(o,a){1&o&&(e.j41(0,"div",1)(1,"span",2),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.j41(4,"mat-accordion",3),e.DNE(5,ic,1,0,"mat-progress-bar",4),e.j41(6,"mat-expansion-panel",5)(7,"mat-expansion-panel-header")(8,"mat-panel-title"),e.EFF(9),e.k0s()(),e.j41(10,"div",6),e.DNE(11,ac,1,0,"mat-progress-bar",4),e.j41(12,"table",7,0),e.qex(14,8),e.DNE(15,sc,2,0,"th",9)(16,oc,4,4,"td",10),e.bVm(),e.qex(17,11),e.DNE(18,lc,2,0,"th",9)(19,rc,4,4,"td",10),e.bVm(),e.qex(20,12),e.DNE(21,cc,2,0,"th",9)(22,pc,4,4,"td",10),e.bVm(),e.qex(23,13),e.DNE(24,mc,2,0,"th",9)(25,uc,3,4,"td",10),e.bVm(),e.qex(26,14),e.DNE(27,dc,2,0,"th",9)(28,hc,3,5,"td",10),e.bVm(),e.qex(29,15),e.DNE(30,_c,2,0,"th",16)(31,fc,4,3,"td",10),e.bVm(),e.qex(32,17),e.DNE(33,gc,2,0,"th",16)(34,Cc,4,3,"td",10),e.bVm(),e.qex(35,18),e.DNE(36,yc,2,0,"th",16)(37,bc,4,3,"td",10),e.bVm(),e.qex(38,19),e.DNE(39,Fc,2,0,"th",16)(40,xc,4,3,"td",10),e.bVm(),e.qex(41,20),e.DNE(42,vc,2,0,"th",16)(43,Tc,4,3,"td",10),e.bVm(),e.qex(44,21),e.DNE(45,kc,2,0,"th",16)(46,Sc,4,3,"td",10),e.bVm(),e.qex(47,22),e.DNE(48,Rc,2,0,"th",16)(49,Ec,4,3,"td",10),e.bVm(),e.qex(50,23),e.DNE(51,Ic,3,0,"th",24)(52,Lc,8,0,"td",25),e.bVm(),e.qex(53,26),e.DNE(54,Dc,4,3,"td",27),e.bVm(),e.DNE(55,Nc,1,3,"tr",28)(56,Pc,1,0,"tr",29)(57,$c,1,0,"tr",30),e.k0s()()(),e.DNE(58,Ac,1,0,"mat-progress-bar",4),e.j41(59,"mat-expansion-panel",5)(60,"mat-expansion-panel-header")(61,"mat-panel-title"),e.EFF(62),e.k0s()(),e.j41(63,"div",6)(64,"table",31,0),e.qex(66,32),e.DNE(67,Mc,2,0,"th",9)(68,Bc,4,4,"td",10),e.bVm(),e.qex(69,8),e.DNE(70,Oc,2,0,"th",9)(71,Vc,4,4,"td",10),e.bVm(),e.qex(72,11),e.DNE(73,Yc,2,0,"th",9)(74,Xc,4,4,"td",10),e.bVm(),e.qex(75,12),e.DNE(76,Uc,2,0,"th",9)(77,Hc,4,4,"td",10),e.bVm(),e.qex(78,13),e.DNE(79,zc,2,0,"th",9)(80,qc,3,4,"td",10),e.bVm(),e.qex(81,14),e.DNE(82,Jc,2,0,"th",9)(83,Qc,3,5,"td",10),e.bVm(),e.qex(84,33),e.DNE(85,Wc,2,0,"th",16)(86,Zc,4,3,"td",10),e.bVm(),e.qex(87,34),e.DNE(88,Kc,2,0,"th",16)(89,ep,4,3,"td",10),e.bVm(),e.qex(90,35),e.DNE(91,tp,2,0,"th",16)(92,np,4,3,"td",10),e.bVm(),e.qex(93,36),e.DNE(94,ip,2,0,"th",16)(95,ap,4,3,"td",10),e.bVm(),e.qex(96,20),e.DNE(97,sp,2,0,"th",16)(98,op,4,3,"td",10),e.bVm(),e.qex(99,21),e.DNE(100,lp,2,0,"th",16)(101,rp,4,3,"td",10),e.bVm(),e.qex(102,22),e.DNE(103,cp,2,0,"th",16)(104,pp,4,3,"td",10),e.bVm(),e.qex(105,23),e.DNE(106,mp,3,0,"th",24)(107,up,3,0,"td",25),e.bVm(),e.qex(108,37),e.DNE(109,fp,4,3,"td",27),e.bVm(),e.DNE(110,gp,1,3,"tr",28)(111,Cp,1,0,"tr",29)(112,yp,1,0,"tr",30),e.k0s()()(),e.DNE(113,bp,1,0,"mat-progress-bar",4),e.j41(114,"mat-expansion-panel",5)(115,"mat-expansion-panel-header")(116,"mat-panel-title"),e.EFF(117),e.k0s()(),e.j41(118,"div",6)(119,"table",31,0),e.qex(121,32),e.DNE(122,Fp,2,0,"th",9)(123,xp,4,4,"td",10),e.bVm(),e.qex(124,8),e.DNE(125,vp,2,0,"th",9)(126,Tp,4,4,"td",10),e.bVm(),e.qex(127,11),e.DNE(128,kp,2,0,"th",9)(129,Sp,4,4,"td",10),e.bVm(),e.qex(130,12),e.DNE(131,Rp,2,0,"th",9)(132,Ep,4,4,"td",10),e.bVm(),e.qex(133,13),e.DNE(134,Ip,2,0,"th",9)(135,Lp,3,4,"td",10),e.bVm(),e.qex(136,14),e.DNE(137,wp,2,0,"th",9)(138,jp,3,5,"td",10),e.bVm(),e.qex(139,20),e.DNE(140,Gp,2,0,"th",16)(141,Dp,4,3,"td",10),e.bVm(),e.qex(142,21),e.DNE(143,Np,2,0,"th",16)(144,Pp,4,3,"td",10),e.bVm(),e.qex(145,22),e.DNE(146,$p,2,0,"th",16)(147,Ap,4,3,"td",10),e.bVm(),e.qex(148,23),e.DNE(149,Mp,3,0,"th",24)(150,Bp,3,0,"td",25),e.bVm(),e.qex(151,38),e.DNE(152,Xp,4,3,"td",27),e.bVm(),e.DNE(153,Up,1,3,"tr",28)(154,Hp,1,0,"tr",29)(155,zp,1,0,"tr",30),e.k0s()()(),e.DNE(156,qp,1,0,"mat-progress-bar",4),e.j41(157,"mat-expansion-panel",5)(158,"mat-expansion-panel-header")(159,"mat-panel-title"),e.EFF(160),e.k0s()(),e.j41(161,"div",6)(162,"table",31,0),e.qex(164,32),e.DNE(165,Jp,2,0,"th",9)(166,Qp,4,4,"td",10),e.bVm(),e.qex(167,8),e.DNE(168,Wp,2,0,"th",9)(169,Zp,4,4,"td",10),e.bVm(),e.qex(170,11),e.DNE(171,Kp,2,0,"th",9)(172,em,4,4,"td",10),e.bVm(),e.qex(173,12),e.DNE(174,tm,2,0,"th",9)(175,nm,4,4,"td",10),e.bVm(),e.qex(176,13),e.DNE(177,im,2,0,"th",9)(178,am,3,4,"td",10),e.bVm(),e.qex(179,14),e.DNE(180,sm,2,0,"th",9)(181,om,3,5,"td",10),e.bVm(),e.qex(182,33),e.DNE(183,lm,2,0,"th",16)(184,rm,4,3,"td",10),e.bVm(),e.qex(185,20),e.DNE(186,cm,2,0,"th",16)(187,pm,4,3,"td",10),e.bVm(),e.qex(188,21),e.DNE(189,mm,2,0,"th",16)(190,um,4,3,"td",10),e.bVm(),e.qex(191,22),e.DNE(192,dm,2,0,"th",16)(193,hm,4,3,"td",10),e.bVm(),e.qex(194,23),e.DNE(195,_m,3,0,"th",24)(196,fm,3,0,"td",25),e.bVm(),e.qex(197,39),e.DNE(198,bm,4,3,"td",27),e.bVm(),e.DNE(199,Fm,1,3,"tr",28)(200,xm,1,0,"tr",29)(201,vm,1,0,"tr",30),e.k0s()()()()()),2&o&&(e.R7$(2),e.SpI("Total Limbo Balance: ",e.bMT(3,38,a.pendingChannels.total_limbo_balance)," Sats"),e.R7$(3),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Open (",a.pendingOpenChannelsLength,")"),e.R7$(2),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.openTableSetting.sortBy)("matSortDirection",a.openTableSetting.sortOrder)("dataSource",a.pendingOpenChannels)("ngClass",e.eq3(40,xe,""!==a.errorMessage)),e.R7$(43),e.Y8G("matFooterRowDef",e.lJ4(42,Z1)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedOpenColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedOpenColumns),e.R7$(),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Force Closing (",a.pendingForceClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",a.forceClosingTableSetting.sortBy)("matSortDirection",a.forceClosingTableSetting.sortOrder)("dataSource",a.pendingForceClosingChannels)("ngClass",e.eq3(43,xe,""!==a.errorMessage)),e.R7$(46),e.Y8G("matFooterRowDef",e.lJ4(45,K1)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedForceClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedForceClosingColumns),e.R7$(),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Pending Closing (",a.pendingClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",a.closingTableSetting.sortBy)("matSortDirection",a.closingTableSetting.sortOrder)("dataSource",a.pendingClosingChannels)("ngClass",e.eq3(46,xe,""!==a.errorMessage)),e.R7$(34),e.Y8G("matFooterRowDef",e.lJ4(48,ec)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedClosingColumns),e.R7$(),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(4),e.SpI("Waiting Close (",a.pendingWaitClosingChannelsLength,")"),e.R7$(2),e.Y8G("matSortActive",a.waitingCloseTableSetting.sortBy)("matSortDirection",a.waitingCloseTableSetting.sortOrder)("dataSource",a.pendingWaitClosingChannels)("ngClass",e.eq3(49,xe,""!==a.errorMessage)),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(51,tc)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedWaitClosingColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedWaitClosingColumns))},dependencies:[_.YU,_.bT,_.B3,N.$z,z.BS,z.GK,z.Z2,z.WN,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,B.Ld,_.QX,J.VD],styles:["tr.mat-footer-row[_ngcontent-%COMP%] td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom:none}"]}))}return t(),s})();const km=()=>["all"],Sm=t=>({"error-border":t,"overflow-auto":!0}),Rm=()=>["no_closed_channel"],ue=t=>({width:t}),Em=t=>({"display-none":t});function Im(t,s){if(1&t&&(e.j41(0,"mat-option",36),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Lm(t,s){1&t&&e.nrm(0,"mat-progress-bar",37)}function wm(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Close Type"),e.k0s())}function jm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",40)(2,"mat-icon",41),e.EFF(3,"info_outline"),e.k0s(),e.EFF(4),e.k0s()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(2),e.Y8G("matTooltip",i.channelClosureType[n.close_type].tooltip),e.R7$(2),e.SpI(" ",i.channelClosureType[n.close_type].name," ")}}function Gm(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Peer"),e.k0s())}function Dm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.remote_alias)}}function Nm(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Pubkey"),e.k0s())}function Pm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.remote_pubkey)}}function $m(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Channel Point"),e.k0s())}function Am(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.channel_point)}}function Mm(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Channel ID"),e.k0s())}function Bm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id)}}function Om(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Closing Tx Hash"),e.k0s())}function Vm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.closing_tx_hash)}}function Ym(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Chain Hash"),e.k0s())}function Xm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ue,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chain_hash)}}function Um(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Open Initiator"),e.k0s())}function Hm(t,s){if(1&t&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.open_initiator,"initiator_"))}}function zm(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Close Initiator"),e.k0s())}function qm(t,s){if(1&t&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"camelcaseWithReplace"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,n.close_initiator,"initiator_"))}}function Jm(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Timelocked Balance (Sats)"),e.k0s())}function Qm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.time_locked_balance)," ")}}function Wm(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Capacity (Sats)"),e.k0s())}function Zm(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.capacity)," ")}}function Km(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Close Height"),e.k0s())}function eu(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.close_height)," ")}}function tu(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Settled Balance (Sats)"),e.k0s())}function nu(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.settled_balance)," ")}}function iu(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",46)(1,"div",47)(2,"mat-select",48),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",49),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function au(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",39)(1,"span",45)(2,"button",50),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG();return r.Njj(l.onClosedChannelClick(a,o))}),e.EFF(3,"View Info"),e.k0s()()()}}function su(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No closed channel available."),e.k0s())}function ou(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting closed channels..."),e.k0s())}function lu(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function ru(t,s){if(1&t&&(e.j41(0,"td",51),e.DNE(1,su,2,0,"p",52)(2,ou,2,0,"p",52)(3,lu,2,1,"p",52),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=n.closedChannels&&n.closedChannels.data)||(null==n.closedChannels||null==n.closedChannels.data?null:n.closedChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.closedChannels&&n.closedChannels.data)||(null==n.closedChannels||null==n.closedChannels.data?null:n.closedChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.closedChannels&&n.closedChannels.data)||(null==n.closedChannels||null==n.closedChannels.data?null:n.closedChannels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function cu(t,s){if(1&t&&e.nrm(0,"tr",53),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,Em,(null==n.closedChannels?null:n.closedChannels.data)&&(null==n.closedChannels||null==n.closedChannels.data?null:n.closedChannels.data.length)>0))}}function pu(t,s){1&t&&e.nrm(0,"tr",54)}function mu(t,s){1&t&&e.nrm(0,"tr",55)}let uu=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.store=o,this.commonService=a,this.camelCaseWithReplace=l,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"closed",recordsPerPage:c.md,sortBy:"close_type",sortOrder:c.oi.DESCENDING},this.channelClosureType=c.tj,this.faHistory=x.Int,this.displayedColumns=[],this.closedChannelsData=[],this.closedChannels=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.Bw).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.closedChannelsData=i.closedChannels,this.closedChannelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadClosedChannelsTable(this.closedChannelsData),this.logger.info(i)})}ngAfterViewInit(){this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData)}applyFilter(){this.closedChannels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.closedChannels.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=JSON.stringify(i).toLowerCase();break;case"close_type":a=i.close_type&&this.channelClosureType[i.close_type]&&this.channelClosureType[i.close_type].name?this.channelClosureType[i.close_type].name.toLowerCase():"";break;case"open_initiator":case"close_initiator":a=this.camelCaseWithReplace.transform(i[this.selFilterBy]||"","initiator_").trim().toLowerCase();break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"close_type"===this.selFilterBy||"open_initiator"===this.selFilterBy||"close_initiator"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}onClosedChannelClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Closed Channel Information",message:[[{key:"close_type",value:this.channelClosureType[i.close_type].name,title:"Close Type",width:30,type:c.UN.STRING},{key:"settled_balance",value:i.settled_balance,title:"Settled Balance",width:30,type:c.UN.NUMBER},{key:"time_locked_balance",value:i.time_locked_balance,title:"Time Locked Balance",width:40,type:c.UN.NUMBER}],[{key:"chan_id",value:i.chan_id,title:"Channel ID",width:30},{key:"capacity",value:i.capacity,title:"Capacity",width:30,type:c.UN.NUMBER},{key:"close_height",value:i.close_height,title:"Close Height",width:40,type:c.UN.NUMBER}],[{key:"remote_alias",value:i.remote_alias,title:"Peer Alias",width:30},{key:"remote_pubkey",value:i.remote_pubkey,title:"Peer Public Key",width:70}],[{key:"channel_point",value:i.channel_point,title:"Channel Point",width:100}],[{key:"closing_tx_hash",value:i.closing_tx_hash,title:"Closing Transaction Hash",width:100,type:c.UN.STRING}]]}}}))}loadClosedChannelsTable(i){this.closedChannels=new u.I6([...i]),this.closedChannels.sort=this.sort,this.closedChannels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.closedChannels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.closedChannels)}onDownloadCSV(){this.closedChannels.data&&this.closedChannels.data.length>0&&this.commonService.downloadFile(this.closedChannels.data,"Closed-channels")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU($.h),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-closed-table"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Channels")}])],decls:66,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","close_type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","chan_id"],["matColumnDef","closing_tx_hash"],["matColumnDef","chain_hash"],["matColumnDef","open_initiator"],["matColumnDef","close_initiator"],["matColumnDef","time_locked_balance"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","capacity"],["matColumnDef","close_height"],["matColumnDef","settled_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","no_closed_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout","row","fxLayoutAlign","start center"],[1,"info-icon","info-icon-text",3,"matTooltip"],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,Im,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,Lm,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,wm,2,0,"th",13)(20,jm,5,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,Gm,2,0,"th",13)(23,Dm,4,4,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,Nm,2,0,"th",13)(26,Pm,4,4,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,$m,2,0,"th",13)(29,Am,4,4,"td",14),e.bVm(),e.qex(30,18),e.DNE(31,Mm,2,0,"th",13)(32,Bm,4,4,"td",14),e.bVm(),e.qex(33,19),e.DNE(34,Om,2,0,"th",13)(35,Vm,4,4,"td",14),e.bVm(),e.qex(36,20),e.DNE(37,Ym,2,0,"th",13)(38,Xm,4,4,"td",14),e.bVm(),e.qex(39,21),e.DNE(40,Um,2,0,"th",13)(41,Hm,3,4,"td",14),e.bVm(),e.qex(42,22),e.DNE(43,zm,2,0,"th",13)(44,qm,3,4,"td",14),e.bVm(),e.qex(45,23),e.DNE(46,Jm,2,0,"th",24)(47,Qm,4,3,"td",14),e.bVm(),e.qex(48,25),e.DNE(49,Wm,2,0,"th",24)(50,Zm,4,3,"td",14),e.bVm(),e.qex(51,26),e.DNE(52,Km,2,0,"th",24)(53,eu,4,3,"td",14),e.bVm(),e.qex(54,27),e.DNE(55,tu,2,0,"th",24)(56,nu,4,3,"td",14),e.bVm(),e.qex(57,28),e.DNE(58,iu,6,0,"th",29)(59,au,4,0,"td",14),e.bVm(),e.qex(60,30),e.DNE(61,ru,4,3,"td",31),e.bVm(),e.DNE(62,cu,1,3,"tr",32)(63,pu,1,0,"tr",33)(64,mu,1,0,"tr",34),e.k0s()(),e.nrm(65,"mat-paginator",35),e.k0s()}2&o&&(e.R7$(7),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,km).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.closedChannels)("ngClass",e.eq3(15,Sm,""!==a.errorMessage)),e.R7$(46),e.Y8G("matFooterRowDef",e.lJ4(17,Rm)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,N.$z,oe.An,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,ee.oV,G.iy,B.ZF,B.Ld,_.QX,J.VD],encapsulation:2}))}return t(),s})();const du=()=>["all"],hu=t=>({"error-border":t}),_u=()=>["no_channel"],fu=t=>({"display-none":t});function gu(t,s){if(1&t&&(e.j41(0,"mat-option",33),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Cu(t,s){1&t&&e.nrm(0,"mat-progress-bar",34)}function yu(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Amount (Sats)"),e.k0s())}function bu(t,s){if(1&t&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==n?null:n.amount)," ")}}function Fu(t,s){if(1&t&&(e.qex(0),e.DNE(1,bu,3,3,"span",39),e.bVm()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function xu(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,Fu,2,1,"ng-container",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.SpI(" Active HTLCs: ",null==n||null==n.pending_htlcs?null:n.pending_htlcs.length," "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function vu(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Alias/Incoming"),e.k0s())}function Tu(t,s){if(1&t&&(e.j41(0,"span",37),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",null!=n&&n.incoming?"Yes":"No"," ")}}function ku(t,s){if(1&t&&(e.qex(0),e.DNE(1,Tu,2,1,"span",41),e.bVm()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Su(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,ku,2,1,"ng-container",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(null==n?null:n.remote_alias),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function Ru(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Forwarding Channel"),e.k0s())}function Eu(t,s){if(1&t&&(e.j41(0,"span",37),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",null==n?null:n.forwarding_channel," ")}}function Iu(t,s){if(1&t&&(e.qex(0),e.DNE(1,Eu,2,1,"span",41),e.bVm()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Lu(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",37),e.EFF(2),e.k0s(),e.DNE(3,Iu,2,1,"ng-container",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function wu(t,s){1&t&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"HTLC Index"),e.k0s()())}function ju(t,s){if(1&t&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==n?null:n.htlc_index)," ")}}function Gu(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,ju,3,3,"span",39),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Du(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Gu,2,1,"span",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function Nu(t,s){1&t&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"Forwarding HTLC Index"),e.k0s()())}function Pu(t,s){if(1&t&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.bMT(2,1,null==n?null:n.forwarding_htlc_index)," ")}}function $u(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Pu,3,3,"span",39),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Au(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,$u,2,1,"span",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function Mu(t,s){1&t&&(e.j41(0,"th",42)(1,"span",40),e.EFF(2,"Expiration Height"),e.k0s()())}function Bu(t,s){if(1&t&&(e.j41(0,"span",40),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,null==n?null:n.expiration_height,"1.0-0")," ")}}function Ou(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Bu,3,4,"span",39),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Vu(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Ou,2,1,"span",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function Yu(t,s){1&t&&(e.j41(0,"th",43)(1,"span",40),e.EFF(2,"Hash Lock"),e.k0s()())}function Xu(t,s){if(1&t&&(e.j41(0,"span",40),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.SpI(" ",null==n?null:n.hash_lock," ")}}function Uu(t,s){if(1&t&&(e.j41(0,"span"),e.DNE(1,Xu,2,1,"span",39),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Hu(t,s){if(1&t&&(e.j41(0,"td",44)(1,"span",40),e.EFF(2),e.k0s(),e.DNE(3,Uu,2,1,"span",38),e.k0s()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(" "),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function zu(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",48),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function qu(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",53)(1,"button",54),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2).$implicit,l=e.XpG();return r.Njj(l.onHTLCClick(o,a))}),e.EFF(2),e.k0s()()}if(2&t){const n=s.index;e.R7$(2),e.SpI("View ",n+1)}}function Ju(t,s){if(1&t&&(e.j41(0,"div"),e.DNE(1,qu,3,1,"div",52),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.Y8G("ngForOf",null==n?null:n.pending_htlcs)}}function Qu(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",49)(1,"span",50)(2,"button",51),e.bIt("click",function(){const o=r.eBV(n).$implicit;return r.Njj(o.is_expanded=!o.is_expanded)}),e.EFF(3),e.k0s()(),e.DNE(4,Ju,2,1,"div",38),e.k0s()}if(2&t){const n=s.$implicit;e.R7$(3),e.JRh(n.is_expanded?"Hide":"Show"),e.R7$(),e.Y8G("ngIf",n.is_expanded)}}function Wu(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No active htlc available."),e.k0s())}function Zu(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting active htlcs..."),e.k0s())}function Ku(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function ed(t,s){if(1&t&&(e.j41(0,"td",55),e.DNE(1,Wu,2,0,"p",38)(2,Zu,2,0,"p",38)(3,Ku,2,1,"p",38),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function td(t,s){if(1&t&&e.nrm(0,"tr",56),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,fu,(null==n.channels?null:n.channels.data)&&(null==n.channels||null==n.channels.data?null:n.channels.data.length)>0))}}function nd(t,s){1&t&&e.nrm(0,"tr",57)}function id(t,s){1&t&&e.nrm(0,"tr",58)}let ad=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.commonService=o,this.store=a,this.camelCaseWithReplace=l,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"active_HTLCs",recordsPerPage:c.md,sortBy:"expiration_height",sortOrder:c.oi.DESCENDING},this.channels=new u.I6([]),this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsJSONArr=i.channels?.filter(o=>o.pending_htlcs&&o.pending_htlcs.length>0)||[],this.channelsJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(i)})}ngAfterViewInit(){this.channelsJSONArr.length>0&&this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"HTLC Information",message:[[{key:"remote_alias",value:o.remote_alias,title:"Alias",width:100,type:c.UN.STRING}],[{key:"amount",value:i.amount,title:"Amount (Sats)",width:50,type:c.UN.NUMBER},{key:"incoming",value:i.incoming?"Yes":"No",title:"Incoming",width:50,type:c.UN.STRING}],[{key:"expiration_height",value:i.expiration_height,title:"Expiration Height",width:50,type:c.UN.NUMBER},{key:"hash_lock",value:i.hash_lock,title:"Hash Lock",width:50,type:c.UN.STRING}]]}}}))}onChannelClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{channel:i,showCopy:!0,component:we}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.channels.filterPredicate=(i,o)=>{let a="";return a="all"===this.selFilterBy?(i.remote_alias?i.remote_alias.toLowerCase():"")+i.pending_htlcs?.map(l=>JSON.stringify(l)+(l.incoming?"yes":"no")):typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString(),a.includes(o)}}loadHTLCsTable(i){this.channels=new u.I6(i?[...i]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,a)=>{switch(a){case"amount":return this.commonService.sortByKey(o.pending_htlcs,a,"number",this.sort?.direction),o.pending_htlcs&&o.pending_htlcs.length?o.pending_htlcs.length:null;case"incoming":return this.commonService.sortByKey(o.pending_htlcs,a,"boolean",this.sort?.direction),o.remote_alias?o.remote_alias:o.remote_pubkey?o.remote_pubkey:null;case"expiration_height":case"hash_lock":return this.commonService.sortByKey(o.pending_htlcs,a,"number",this.sort?.direction),o;default:return o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){return JSON.parse(JSON.stringify(this.channels.data))?.reduce((a,l)=>a.concat(l.pending_htlcs?l.pending_htlcs:l),[])}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-active-htlcs-table"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("HTLCs")}])],decls:48,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","incoming"],["matColumnDef","forwarding_channel"],["matColumnDef","htlc_index"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","forwarding_htlc_index"],["matColumnDef","expiration_height"],["matColumnDef","hash_lock"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayout","column","fxLayoutAlign","center end",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["mat-header-cell","",1,"px-2"],["fxLayoutAlign","end center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayout","column","fxLayoutAlign","center end",1,"px-2"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2),e.nrm(2,"div",3),e.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",6),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,gu,2,2,"mat-option",7),e.k0s()()(),e.j41(10,"mat-form-field",5)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(14,"div",9),e.DNE(15,Cu,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,yu,2,0,"th",13)(20,xu,4,2,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,vu,2,0,"th",13)(23,Su,4,2,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,Ru,2,0,"th",13)(26,Lu,4,2,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,wu,3,0,"th",18)(29,Du,4,2,"td",14),e.bVm(),e.qex(30,19),e.DNE(31,Nu,3,0,"th",18)(32,Au,4,2,"td",14),e.bVm(),e.qex(33,20),e.DNE(34,Mu,3,0,"th",18)(35,Vu,4,2,"td",14),e.bVm(),e.qex(36,21),e.DNE(37,Yu,3,0,"th",22)(38,Hu,4,2,"td",23),e.bVm(),e.qex(39,24),e.DNE(40,zu,6,0,"th",25)(41,Qu,5,2,"td",26),e.bVm(),e.qex(42,27),e.DNE(43,ed,4,3,"td",28),e.bVm(),e.DNE(44,td,1,3,"tr",29)(45,nd,1,0,"tr",30)(46,id,1,0,"tr",31),e.k0s()(),e.nrm(47,"mat-paginator",32),e.k0s()}2&o&&(e.R7$(7),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,du).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.channels)("ngClass",e.eq3(15,hu,""!==a.errorMessage)),e.R7$(28),e.Y8G("matFooterRowDef",e.lJ4(17,_u)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,d.me,d.BC,d.vS,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.ZF,B.Ld,_.QX],styles:[".mat-column-amount[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem;padding-right:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mat-column-actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_creation_date[_ngcontent-%COMP%]{min-width:7rem}"]}))}return t(),s})();function sd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Wallet password is required."),e.k0s())}let od=(()=>{var t;class s{constructor(i){this.store=i,this.walletPassword=""}ngOnInit(){this.walletPassword=""}onUnlockWallet(){if(!this.walletPassword)return!0;this.store.dispatch((0,T.WE)({payload:{pwd:window.btoa(this.walletPassword)}}))}resetData(){this.walletPassword=""}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-unlock-wallet"]],standalone:!1,decls:14,vars:2,consts:[["fxLayout","column",1,"padding-gap","mb-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","type","password","name","walletPassword","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","3",3,"click"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"form",1)(2,"mat-form-field",2)(3,"mat-label"),e.EFF(4,"Password"),e.k0s(),e.j41(5,"input",3),e.mxI("ngModelChange",function(p){return e.DH7(a.walletPassword,p)||(a.walletPassword=p),p}),e.k0s(),e.j41(6,"mat-hint"),e.EFF(7,"Enter Wallet Password"),e.k0s(),e.DNE(8,sd,2,0,"mat-error",4),e.k0s(),e.j41(9,"div",5)(10,"button",6),e.bIt("click",function(){return a.resetData()}),e.EFF(11,"Clear Field"),e.k0s(),e.j41(12,"button",7),e.bIt("click",function(){return a.onUnlockWallet()}),e.EFF(13,"Unlock Wallet"),e.k0s()()()()),2&o&&(e.R7$(5),e.R50("ngModel",a.walletPassword),e.R7$(3),e.Y8G("ngIf",!a.walletPassword))},dependencies:[_.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,N.$z,M.fg,C.rl,C.nJ,C.MV,C.TL,f.DJ,f.sA,f.UI,te.N],encapsulation:2}))}return t(),s})();var ld=y(97768);function rd(t,s){if(1&t){const n=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",6),e.EFF(3,"Warning: Your connection is unsecure, it's not safe to generate private keys over this connection.Are you sure you want to proceed?"),e.k0s(),e.j41(4,"div",7)(5,"button",8),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return o.proceed=!1,r.Njj(o.warnRes=!0)}),e.EFF(6,"Do Not Proceed"),e.k0s(),e.j41(7,"button",9),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return o.proceed=!0,r.Njj(o.warnRes=!0)}),e.EFF(8,"Proceed"),e.k0s()()()()}}function cd(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",10)(1,"div",11),e.EFF(2,"Please re-configure & re-start RTL after securing your LND connction. You can close this window now."),e.k0s(),e.j41(3,"div",7)(4,"button",12),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.warnRes=!1)}),e.EFF(5,"Go Back"),e.k0s()()()}}function pd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function md(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Password must be at least 8 characters in length."),e.k0s())}function ud(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Confirm password is required."),e.k0s())}function dd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Confirm password must be at least 8 characters in length."),e.k0s())}function hd(t,s){1&t&&(e.j41(0,"div",41)(1,"mat-icon",42),e.EFF(2,"cancel"),e.k0s(),e.EFF(3,"Passwords do not match. "),e.k0s())}function _d(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Cipher seed is required."),e.k0s())}function fd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid Cipher. Enter comma separated 24 words cipher seed."),e.k0s())}function gd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Passphrase is required."),e.k0s())}function Cd(t,s){1&t&&(e.j41(0,"mat-icon"),e.EFF(1,"vpn_key"),e.k0s())}function yd(t,s){1&t&&(e.j41(0,"mat-icon"),e.EFF(1,"swap_calls"),e.k0s())}function bd(t,s){1&t&&(e.j41(0,"mat-icon"),e.EFF(1,"fingerprint"),e.k0s())}function Fd(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-vertical-stepper",13,0)(2,"mat-step",14)(3,"form",15)(4,"mat-form-field",16)(5,"mat-label"),e.EFF(6,"Password"),e.k0s(),e.nrm(7,"input",17),e.j41(8,"mat-hint"),e.EFF(9,"Enter Wallet Password"),e.k0s(),e.DNE(10,pd,2,0,"mat-error",2)(11,md,2,0,"mat-error",2),e.k0s(),e.j41(12,"mat-form-field",16)(13,"mat-label"),e.EFF(14,"Confirm Password"),e.k0s(),e.nrm(15,"input",18),e.j41(16,"mat-hint"),e.EFF(17,"Confirm Wallet Password"),e.k0s(),e.DNE(18,ud,2,0,"mat-error",2)(19,dd,2,0,"mat-error",2),e.k0s(),e.DNE(20,hd,4,0,"div",19),e.j41(21,"div",20)(22,"button",21),e.EFF(23,"Next"),e.k0s()()()(),e.j41(24,"mat-step",22)(25,"form",23)(26,"div",24)(27,"mat-slide-toggle",25),e.EFF(28,"Existing Cipher"),e.k0s(),e.j41(29,"mat-form-field",26)(30,"mat-label"),e.EFF(31,"Comma separated array of 24 words cipher seed"),e.k0s(),e.nrm(32,"input",27),e.j41(33,"mat-hint"),e.EFF(34,"Cipher Seed"),e.k0s(),e.DNE(35,_d,2,0,"mat-error",2)(36,fd,2,0,"mat-error",2),e.k0s()(),e.j41(37,"div",28)(38,"button",29),e.EFF(39,"Back"),e.k0s(),e.j41(40,"button",30),e.EFF(41,"Next"),e.k0s()()()(),e.j41(42,"mat-step",31)(43,"form",23)(44,"div",24)(45,"mat-slide-toggle",32),e.EFF(46,"Existing Passphrase"),e.k0s(),e.j41(47,"mat-form-field",33)(48,"mat-label"),e.EFF(49,"Passphrase"),e.k0s(),e.nrm(50,"input",34),e.j41(51,"mat-hint"),e.EFF(52,"Enter Passphrase"),e.k0s(),e.DNE(53,gd,2,0,"mat-error",2),e.k0s()(),e.j41(54,"div",28)(55,"button",35),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.EFF(56,"Clear"),e.k0s(),e.j41(57,"button",36),e.EFF(58,"Back"),e.k0s(),e.j41(59,"button",37),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onInitWallet())}),e.EFF(60,"Initialize Wallet"),e.k0s()()()(),e.DNE(61,Cd,2,0,"ng-template",38)(62,yd,2,0,"ng-template",39)(63,bd,2,0,"ng-template",40),e.k0s()}if(2&t){const n=e.XpG();e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",n.passwordFormGroup),e.R7$(),e.Y8G("formGroup",n.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==n.passwordFormGroup.controls.initWalletPassword.errors?null:n.passwordFormGroup.controls.initWalletPassword.errors.required),e.R7$(),e.Y8G("ngIf",null==n.passwordFormGroup.controls.initWalletPassword.errors?null:n.passwordFormGroup.controls.initWalletPassword.errors.minlength),e.R7$(7),e.Y8G("ngIf",null==n.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:n.passwordFormGroup.controls.initWalletConfirmPassword.errors.required),e.R7$(),e.Y8G("ngIf",null==n.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:n.passwordFormGroup.controls.initWalletConfirmPassword.errors.minlength),e.R7$(),e.Y8G("ngIf",(null==n.passwordFormGroup.errors?null:n.passwordFormGroup.errors.unmatchedPasswords)&&(n.passwordFormGroup.controls.initWalletPassword.touched||n.passwordFormGroup.controls.initWalletPassword.dirty)&&(n.passwordFormGroup.controls.initWalletConfirmPassword.touched||n.passwordFormGroup.controls.initWalletConfirmPassword.dirty)),e.R7$(4),e.Y8G("stepControl",n.cipherFormGroup),e.R7$(),e.Y8G("formGroup",n.cipherFormGroup),e.R7$(10),e.Y8G("ngIf",null==n.cipherFormGroup.controls.cipherSeed.errors?null:n.cipherFormGroup.controls.cipherSeed.errors.required),e.R7$(),e.Y8G("ngIf",!(null!=n.cipherFormGroup.controls.cipherSeed.errors&&n.cipherFormGroup.controls.cipherSeed.errors.required)&&(null==n.cipherFormGroup.controls.cipherSeed.errors?null:n.cipherFormGroup.controls.cipherSeed.errors.invalidCipher)),e.R7$(6),e.Y8G("stepControl",n.passphraseFormGroup),e.R7$(),e.Y8G("formGroup",n.passphraseFormGroup),e.R7$(10),e.Y8G("ngIf",null==n.passphraseFormGroup.controls.passphrase.errors?null:n.passphraseFormGroup.controls.passphrase.errors.required)}}function xd(t,s){if(1&t&&(e.j41(0,"span",48),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(n)}}function vd(t,s){if(1&t){const n=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",43),e.EFF(3,"YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO RESTORE THE WALLET!"),e.k0s(),e.j41(4,"div",44),e.DNE(5,xd,2,1,"span",45),e.k0s(),e.j41(6,"div",46),e.EFF(7,"Wallet initialization is done."),e.k0s(),e.j41(8,"div",46),e.EFF(9,"The node will be usable only after LND has synced completely with the network."),e.k0s(),e.j41(10,"div",46),e.EFF(11,"Click continue only after writing down the seed."),e.k0s(),e.j41(12,"div",7)(13,"button",47),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onGoToHome())}),e.EFF(14,"Go To Home"),e.k0s()()()()}if(2&t){const n=e.XpG();e.R7$(5),e.Y8G("ngForOf",n.genSeedResponse)}}function Td(t,s){if(1&t){const n=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",46),e.EFF(3,"Something went wrong! Unable to initialize wallet!"),e.k0s(),e.j41(4,"div",7)(5,"button",49),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.EFF(6,"Restart"),e.k0s()()()()}}function kd(t,s){if(1&t){const n=e.RV6();e.j41(0,"div")(1,"form",5)(2,"div",46),e.EFF(3,"Wallet recovery is done."),e.k0s(),e.j41(4,"div",46),e.EFF(5,"The node will be usable only after LND has synced completely with the network."),e.k0s(),e.j41(6,"div",7)(7,"button",50),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onGoToHome())}),e.EFF(8,"Go To Home"),e.k0s()()()()}}function Sd(t){const s=t.get("initWalletPassword"),n=t.get("initWalletConfirmPassword");return s&&n&&s.value!==n.value?{unmatchedPasswords:!0}:null}function Rd(t){const s=t.value.toString().trim().split(",")||[];return s&&24!==s.length?{invalidCipher:!0}:null}let Ed=(()=>{var t;class s{constructor(i,o,a){this.store=i,this.formBuilder=o,this.lndEffects=a,this.insecureLND=!1,this.genSeedResponse=[],this.initWalletResponse="",this.proceed=!0,this.warnRes=!1,this.unsubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.passwordFormGroup=this.formBuilder.group({initWalletPassword:["",[d.k0.required,d.k0.minLength(8)]],initWalletConfirmPassword:["",[d.k0.required,d.k0.minLength(8)]]},{validators:Sd}),this.cipherFormGroup=this.formBuilder.group({existingCipher:[!1],cipherSeed:[{value:"",disabled:!0},[Rd]]}),this.passphraseFormGroup=this.formBuilder.group({enterPassphrase:[!1],passphrase:[{value:"",disabled:!0}]}),this.cipherFormGroup.controls.existingCipher.valueChanges.pipe((0,g.Q)(this.unsubs[0])).subscribe(i=>{i?(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.enable()):(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.disable())}),this.passphraseFormGroup.controls.enterPassphrase.valueChanges.pipe((0,g.Q)(this.unsubs[1])).subscribe(i=>{i?(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.enable()):(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.disable())}),this.insecureLND=!window.location.protocol.includes("https:"),this.lndEffects.initWalletRes.pipe((0,g.Q)(this.unsubs[2])).subscribe(i=>{this.initWalletResponse=i}),this.lndEffects.genSeedResponse.pipe((0,g.Q)(this.unsubs[3])).subscribe(i=>{this.genSeedResponse=i,this.store.dispatch((0,T.GZ)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse}}))})}onInitWallet(){if(this.passwordFormGroup.invalid||this.cipherFormGroup.invalid||this.passphraseFormGroup.invalid)return!0;if(this.cipherFormGroup.controls.existingCipher.value){const i=this.cipherFormGroup.controls.cipherSeed.value.toString().trim().split(",");this.store.dispatch((0,T.GZ)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:i,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:i}}))}else this.store.dispatch((0,T.oX)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}:{payload:""}))}onGoToHome(){setTimeout(()=>{this.store.dispatch((0,T.X9)()),this.store.dispatch((0,T.Br)({payload:{loadPage:"HOME"}}))},1e3)}resetData(){this.genSeedResponse=[],this.initWalletResponse=""}ngOnDestroy(){this.unsubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il),e.rXU(d.ze),e.rXU(me.L))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-initialize-wallet"]],viewQuery:function(o,a){if(1&o&&e.GBs(q.M6,5),2&o){let l;e.mGM(l=e.lsd())&&(a.stepper=l.first)}},standalone:!1,features:[e.Jv_([{provide:ld.x8,useValue:{displayDefaultIndicatorType:!1}}])],decls:7,vars:6,consts:[["stepper",""],["fxLayout","column",1,"padding-gap","mb-4"],[4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch",4,"ngIf"],[3,"linear",4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-2"],["fxFlex","100","fxLayoutAlign","start"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","2",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch"],["fxFlex","100",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",3,"click"],[3,"linear"],["label","Wallet Password","state","password",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-1",3,"formGroup"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start"],["matInput","","type","password","name","initWalletPassword","formControlName","initWalletPassword","tabindex","5","required",""],["matInput","","type","password","name","initWalletConfirmPassword","formControlName","initWalletConfirmPassword","tabindex","6","required",""],["class","validation-error-message",4,"ngIf"],["fxLayout","row",1,"my-2"],["mat-flat-button","","color","primary","tabindex","7","type","submit","matStepperNext",""],["label","Cipher","state","cipher",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start",1,"mt-1",3,"formGroup"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch"],["labelPosition","before","fxFlex","20","tabindex","8","color","primary","formControlName","existingCipher","name","existingCipher",1,"chkbox-wallet"],["fxLayout","column","fxFlex","75","fxLayoutAlign","start",1,"my-1"],["autofocus","","matInput","","type","input","name","cipherSeed","formControlName","cipherSeed","tabindex","9","required",""],["fxLayout","row",1,"mb-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","10","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","11","type","submit","matStepperNext","",1,"mt-1"],["label","Passphrase","state","passphrase",3,"stepControl"],["labelPosition","before","fxFlex","20","tabindex","10","color","primary","formControlName","enterPassphrase","name","enterPassphrase",1,"chkbox-wallet"],["fxLayout","column","fxFlex","75","fxLayoutAlign","start"],["matInput","","type","password","name","passphrase","formControlName","passphrase","tabindex","12","required",""],["mat-stroked-button","","color","warn","tabindex","13","type","reset",1,"mr-1","mt-1",3,"click"],["mat-stroked-button","","tabindex","14","color","primary","type","button","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","15","type","submit",1,"mt-1",3,"click"],["matStepperIcon","password"],["matStepperIcon","cipher"],["matStepperIcon","passphrase"],[1,"validation-error-message"],[1,"validation-error-icon","red"],["fxFlex","100","fxLayoutAlign","start",1,"blinker"],["fxFlex","40","fxLayout","row wrap",1,"mt-2"],["fxFlex","25","fxLayoutAlign","start","class","genseed-message",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start",1,"mt-2"],["mat-flat-button","","color","primary","type","submit","tabindex","16",3,"click"],["fxFlex","25","fxLayoutAlign","start",1,"genseed-message"],["mat-stroked-button","","color","primary","tabindex","17","type","reset",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","18",3,"click"]],template:function(o,a){1&o&&(e.j41(0,"div",1),e.DNE(1,rd,9,0,"div",2)(2,cd,6,0,"div",3)(3,Fd,64,15,"mat-vertical-stepper",4)(4,vd,15,1,"div",2)(5,Td,7,0,"div",2)(6,kd,9,0,"div",2),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf",a.insecureLND&&!a.warnRes),e.R7$(),e.Y8G("ngIf",a.warnRes&&!a.proceed),e.R7$(),e.Y8G("ngIf",(!a.insecureLND||a.warnRes&&a.proceed)&&a.genSeedResponse.length<=0&&""===a.initWalletResponse),e.R7$(),e.Y8G("ngIf",a.genSeedResponse.length>0&&""!==a.initWalletResponse),e.R7$(),e.Y8G("ngIf",a.genSeedResponse.length>0&&""===a.initWalletResponse),e.R7$(),e.Y8G("ngIf",a.genSeedResponse.length<=0&&""!==a.initWalletResponse))},dependencies:[_.Sq,_.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.cV,d.j4,d.JD,N.$z,oe.An,M.fg,C.rl,C.nJ,C.MV,C.TL,f.DJ,f.sA,f.UI,he.sG,q.V5,q.M6,q.F7,q.FR,q.xJ],encapsulation:2}))}return t(),s})(),Id=(()=>{var t;class s{constructor(){this.faWallet=x.BA1}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-wallet"]],standalone:!1,decls:12,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-stretch-tabs","false","mat-align-tabs","start"],["label","Unlock"],["label","Initialize"]],template:function(o,a){1&o&&(e.j41(0,"div",0),e.nrm(1,"fa-icon",1),e.j41(2,"span",2),e.EFF(3,"Wallet"),e.k0s()(),e.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"mat-tab-group",5)(8,"mat-tab",6),e.nrm(9,"rtl-unlock-wallet"),e.k0s(),e.j41(10,"mat-tab",7),e.nrm(11,"rtl-initialize-wallet"),e.k0s()()()()()),2&o&&(e.R7$(),e.Y8G("icon",a.faWallet))},dependencies:[O.aY,k.RN,k.m2,f.DJ,f.sA,A.mq,A.T8,od,Ed],encapsulation:2}))}return t(),s})();function Ld(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let wd=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.store=o,this.router=a,this.faExchangeAlt=x._qq,this.faChartPie=x.W1p,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"},{link:"lookuptransactions",name:"Lookup"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[1]),(0,ge.E)(this.store.select(H._c))).subscribe(([o,a])=>{this.currencyUnits=a?.settings.currencyUnits||[],this.balances=a?.settings.userPersona===c.HW.OPERATOR?[{title:"Local Capacity",dataValue:o.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:o.lightningBalance.remote||0,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:o.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:o.lightningBalance.remote||0,tooltip:"Amount you can receive"}],this.logger.info(o)})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-transactions"]],standalone:!1,decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Lightning Balance"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),e.nrm(7,"rtl-currency-unit-converter",6),e.k0s()()(),e.j41(8,"div",7),e.nrm(9,"fa-icon",2),e.j41(10,"span",3),e.EFF(11,"Lightning Transactions"),e.k0s()(),e.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),e.DNE(16,Ld,2,4,"div",10),e.k0s(),e.nrm(17,"mat-tab-nav-panel",null,0),e.j41(19,"div",11),e.nrm(20,"router-outlet"),e.k0s()()()()),2&o){const l=e.sdS(18);e.R7$(),e.Y8G("icon",a.faChartPie),e.R7$(6),e.Y8G("values",a.balances),e.R7$(2),e.Y8G("icon",a.faExchangeAlt),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,Ee.f,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();function jd(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let Gd=(()=>{var t;class s{constructor(i){this.router=i,this.faSearch=x.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-graph"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Graph Lookups"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,jd,2,4,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&o){const l=e.sdS(10);e.R7$(),e.Y8G("icon",a.faSearch),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();const Dd=t=>({"overflow-auto error-border":t,"overflow-auto":!0}),Ne=t=>({width:t});function Nd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Destination pubkey is required."),e.k0s())}function Pd(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function $d(t,s){1&t&&e.nrm(0,"mat-progress-bar",39)}function Ad(t,s){1&t&&(e.j41(0,"th",40),e.EFF(1,"Hop"),e.k0s())}function Md(t,s){if(1&t&&(e.j41(0,"td",41),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(null==n?null:n.hop_sequence)}}function Bd(t,s){1&t&&(e.j41(0,"th",40),e.EFF(1,"Peer"),e.k0s())}function Od(t,s){if(1&t&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.pubkey_alias)}}function Vd(t,s){1&t&&(e.j41(0,"th",40),e.EFF(1,"Peer Pubkey"),e.k0s())}function Yd(t,s){if(1&t&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.pub_key)}}function Xd(t,s){1&t&&(e.j41(0,"th",40),e.EFF(1,"Channel ID"),e.k0s())}function Ud(t,s){if(1&t&&(e.j41(0,"td",41)(1,"div",42)(2,"span",43),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ne,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id)}}function Hd(t,s){1&t&&(e.j41(0,"th",40),e.EFF(1,"TLV Payload"),e.k0s())}function zd(t,s){if(1&t&&(e.j41(0,"td",41),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(null!=n&&n.tlv_payload?"Yes":"No")}}function qd(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Expiry"),e.k0s())}function Jd(t,s){if(1&t&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==n?null:n.expiry))}}function Qd(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Capacity (Sats)"),e.k0s())}function Wd(t,s){if(1&t&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==n?null:n.chan_capacity))}}function Zd(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Amount To Fwd (Sats)"),e.k0s())}function Kd(t,s){if(1&t&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.amt_to_forward)," ")}}function eh(t,s){1&t&&(e.j41(0,"th",44),e.EFF(1,"Fee (mSats)"),e.k0s())}function th(t,s){if(1&t&&(e.j41(0,"td",41)(1,"span",45),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,null==n?null:n.fee_msat)," ")}}function nh(t,s){1&t&&(e.j41(0,"th",46)(1,"div",47),e.EFF(2,"Actions"),e.k0s()())}function ih(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",48)(1,"button",49),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG();return r.Njj(l.onHopClick(a,o))}),e.EFF(2,"View Info"),e.k0s()()}}function ah(t,s){1&t&&e.nrm(0,"tr",50)}function sh(t,s){1&t&&e.nrm(0,"tr",51)}let oh=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.store=o,this.lndEffects=a,this.commonService=l,this.colWidth="20rem",this.PAGE_ID="graph_lookup",this.tableSetting={tableId:"query_routes",recordsPerPage:c.md,sortBy:"hop_sequence",sortOrder:c.oi.ASCENDING},this.destinationPubkey="",this.amount=null,this.qrHops=new u.I6([]),this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=x.TBz,this.faExclamationTriangle=x.zpE,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.lndEffects.setQueryRoutes.pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.qrHops=new u.I6([]),i.routes&&i.routes.length&&i.routes.length>0&&i.routes[0].hops?(this.flgLoading[0]=!1,this.qrHops=new u.I6([...i.routes[0].hops]),this.qrHops.data=i.routes[0].hops):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.qrHops=new u.I6([]),this.flgLoading[0]=!0,this.store.dispatch((0,T.T4)({payload:{destPubkey:this.destinationPubkey,amount:this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1}onHopClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"hop_sequence",value:i.hop_sequence,title:"Sequence",width:33,type:c.UN.NUMBER},{key:"amt_to_forward",value:i.amt_to_forward,title:"Amount To Forward (Sats)",width:33,type:c.UN.NUMBER},{key:"fee_msat",value:i.fee_msat,title:"Fee (mSats)",width:34,type:c.UN.NUMBER}],[{key:"chan_capacity",value:i.chan_capacity,title:"Channel Capacity (Sats)",width:50,type:c.UN.NUMBER},{key:"expiry",value:i.expiry,title:"Expiry",width:50,type:c.UN.NUMBER}],[{key:"pubkey_alias",value:i.pubkey_alias,title:"Peer Alias",width:50,type:c.UN.STRING},{key:"chan_id",value:i.chan_id,title:"Channel ID",width:50,type:c.UN.STRING}],[{key:"pub_key",value:i.pub_key,title:"Peer Pubkey",width:100,type:c.UN.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(me.L),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-query-routes"]],viewQuery:function(o,a){if(1&o&&e.GBs(R.B4,5),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first)}},standalone:!1,decls:64,vars:17,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table",""],["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","destinationPubkey","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","hop_sequence"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pubkey_alias"],["matColumnDef","pub_key"],["matColumnDef","chan_id"],["matColumnDef","tlv_payload"],["matColumnDef","expiry"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","chan_capacity"],["matColumnDef","amt_to_forward_msat"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",3)(1,"form",4,0),e.bIt("ngSubmit",function(){r.eBV(l);const m=e.sdS(2);return r.Njj(m.form.valid&&a.onQueryRoutes())}),e.j41(3,"div",5),e.nrm(4,"fa-icon",6),e.j41(5,"span"),e.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),e.k0s()(),e.j41(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Destination Pubkey"),e.k0s(),e.j41(10,"input",8,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.destinationPubkey,m)||(a.destinationPubkey=m),r.Njj(m)}),e.k0s(),e.DNE(12,Nd,2,0,"mat-error",9),e.k0s(),e.j41(13,"mat-form-field",10)(14,"mat-label"),e.EFF(15,"Amount (Sats)"),e.k0s(),e.j41(16,"input",11),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.amount,m)||(a.amount=m),r.Njj(m)}),e.k0s(),e.DNE(17,Pd,2,0,"mat-error",9),e.k0s(),e.j41(18,"div",12)(19,"button",13),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(20,"Clear"),e.k0s(),e.j41(21,"button",14),e.EFF(22,"Query Route"),e.k0s()()(),e.j41(23,"div",15)(24,"div",16),e.nrm(25,"fa-icon",17),e.j41(26,"span",18),e.EFF(27,"Transaction Route"),e.k0s()()(),e.j41(28,"div",19),e.DNE(29,$d,1,0,"mat-progress-bar",20),e.j41(30,"table",21,2),e.qex(32,22),e.DNE(33,Ad,2,0,"th",23)(34,Md,2,1,"td",24),e.bVm(),e.qex(35,25),e.DNE(36,Bd,2,0,"th",23)(37,Od,4,4,"td",24),e.bVm(),e.qex(38,26),e.DNE(39,Vd,2,0,"th",23)(40,Yd,4,4,"td",24),e.bVm(),e.qex(41,27),e.DNE(42,Xd,2,0,"th",23)(43,Ud,4,4,"td",24),e.bVm(),e.qex(44,28),e.DNE(45,Hd,2,0,"th",23)(46,zd,2,1,"td",24),e.bVm(),e.qex(47,29),e.DNE(48,qd,2,0,"th",30)(49,Jd,4,3,"td",24),e.bVm(),e.qex(50,31),e.DNE(51,Qd,2,0,"th",30)(52,Wd,4,3,"td",24),e.bVm(),e.qex(53,32),e.DNE(54,Zd,2,0,"th",30)(55,Kd,4,3,"td",24),e.bVm(),e.qex(56,33),e.DNE(57,eh,2,0,"th",30)(58,th,4,3,"td",24),e.bVm(),e.qex(59,34),e.DNE(60,nh,3,0,"th",35)(61,ih,3,0,"td",36),e.bVm(),e.DNE(62,ah,1,0,"tr",37)(63,sh,1,0,"tr",38),e.k0s()()()}2&o&&(e.R7$(4),e.Y8G("icon",a.faExclamationTriangle),e.R7$(6),e.R50("ngModel",a.destinationPubkey),e.R7$(2),e.Y8G("ngIf",!a.destinationPubkey),e.R7$(4),e.Y8G("step",1e3)("min",0),e.R50("ngModel",a.amount),e.R7$(),e.Y8G("ngIf",!a.amount),e.R7$(8),e.Y8G("icon",a.faRoute),e.R7$(4),e.Y8G("ngIf",!0===a.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.qrHops)("ngClass",e.eq3(15,Dd,"error"===a.flgLoading[0])),e.R7$(32),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns))},dependencies:[_.YU,_.bT,_.B3,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,O.aY,N.$z,M.fg,C.rl,C.nJ,C.TL,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.KS,u.$R,u.YZ,u.NB,B.Ld,ae.V,_.QX],encapsulation:2}))}return t(),s})();var de=y(5951);function lh(t,s){1&t&&(e.j41(0,"h3",15),e.EFF(1,"Node 1"),e.k0s())}function rh(t,s){1&t&&(e.j41(0,"h3",15),e.EFF(1,"Node 1 (Your Node)"),e.k0s())}function ch(t,s){1&t&&(e.j41(0,"h3",15),e.EFF(1,"Node 2"),e.k0s())}function ph(t,s){1&t&&(e.j41(0,"h3",15),e.EFF(1,"Node 2 (Your Node)"),e.k0s())}function mh(t,s){if(1&t&&(e.j41(0,"div",1),e.nrm(1,"mat-divider",2),e.j41(2,"div",3)(3,"div",4)(4,"h4",5),e.EFF(5,"Channel ID"),e.k0s(),e.j41(6,"span",6),e.EFF(7),e.k0s()(),e.j41(8,"div",7)(9,"h4",5),e.EFF(10,"Channel Point"),e.k0s(),e.j41(11,"span",6),e.EFF(12),e.k0s()()(),e.nrm(13,"mat-divider",8),e.j41(14,"div",3)(15,"div",4)(16,"h4",5),e.EFF(17,"Last Update"),e.k0s(),e.j41(18,"span",6),e.EFF(19),e.nI1(20,"date"),e.k0s()(),e.j41(21,"div",7)(22,"h4",5),e.EFF(23,"Capacity (Sats)"),e.k0s(),e.j41(24,"span",6),e.EFF(25),e.nI1(26,"number"),e.k0s()()(),e.nrm(27,"mat-divider",8),e.j41(28,"div",9)(29,"div",10)(30,"div",11),e.DNE(31,lh,2,0,"h3",12)(32,rh,2,0,"h3",12),e.k0s(),e.nrm(33,"mat-divider",8),e.j41(34,"div",13)(35,"h4",5),e.EFF(36,"Pubkey"),e.k0s(),e.j41(37,"span",6),e.EFF(38),e.k0s()(),e.nrm(39,"mat-divider",8),e.j41(40,"div",14)(41,"h4",5),e.EFF(42,"Time Lock Delta"),e.k0s(),e.j41(43,"span",6),e.EFF(44),e.k0s()(),e.nrm(45,"mat-divider",8),e.j41(46,"div",14)(47,"h4",5),e.EFF(48,"Min HTLC"),e.k0s(),e.j41(49,"span",6),e.EFF(50),e.k0s()(),e.nrm(51,"mat-divider",8),e.j41(52,"div",14)(53,"h4",5),e.EFF(54,"Max HTLC"),e.k0s(),e.j41(55,"span",6),e.EFF(56),e.k0s()(),e.nrm(57,"mat-divider",8),e.j41(58,"div",14)(59,"h4",5),e.EFF(60,"Fee Base Msat"),e.k0s(),e.j41(61,"span",6),e.EFF(62),e.k0s()(),e.nrm(63,"mat-divider",8),e.j41(64,"div",14)(65,"h4",5),e.EFF(66,"Fee Rate Milli Msat"),e.k0s(),e.j41(67,"span",6),e.EFF(68),e.k0s()(),e.nrm(69,"mat-divider",8),e.j41(70,"div",14)(71,"h4",5),e.EFF(72,"Disabled"),e.k0s(),e.j41(73,"span",6),e.EFF(74),e.k0s()()(),e.j41(75,"div",10)(76,"div"),e.DNE(77,ch,2,0,"h3",12)(78,ph,2,0,"h3",12),e.k0s(),e.nrm(79,"mat-divider",8),e.j41(80,"div",13)(81,"h4",5),e.EFF(82,"Pubkey"),e.k0s(),e.j41(83,"span",6),e.EFF(84),e.k0s()(),e.nrm(85,"mat-divider",8),e.j41(86,"div",14)(87,"h4",5),e.EFF(88,"Time Lock Delta"),e.k0s(),e.j41(89,"span",6),e.EFF(90),e.k0s()(),e.nrm(91,"mat-divider",8),e.j41(92,"div",14)(93,"h4",5),e.EFF(94,"Min HTLC"),e.k0s(),e.j41(95,"span",6),e.EFF(96),e.k0s()(),e.nrm(97,"mat-divider",8),e.j41(98,"div",14)(99,"h4",5),e.EFF(100,"Max HTLC"),e.k0s(),e.j41(101,"span",6),e.EFF(102),e.k0s()(),e.nrm(103,"mat-divider",8),e.j41(104,"div",14)(105,"h4",5),e.EFF(106,"Fee Base Msat"),e.k0s(),e.j41(107,"span",6),e.EFF(108),e.k0s()(),e.nrm(109,"mat-divider",8),e.j41(110,"div",14)(111,"h4",5),e.EFF(112,"Fee Rate Milli Msat"),e.k0s(),e.j41(113,"span",6),e.EFF(114),e.k0s()(),e.nrm(115,"mat-divider",8),e.j41(116,"div",14)(117,"h4",5),e.EFF(118,"Disabled"),e.k0s(),e.j41(119,"span",6),e.EFF(120),e.k0s()()()()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(n.lookupResult.channel_id),e.R7$(5),e.JRh(n.lookupResult.chan_point),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(20,39,1e3*n.lookupResult.last_update,"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(e.bMT(26,42,n.lookupResult.capacity)),e.R7$(2),e.Y8G("inset",!0),e.R7$(4),e.Y8G("ngIf",!n.node1_match),e.R7$(),e.Y8G("ngIf",n.node1_match),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(n.lookupResult.node1_pub),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node1_policy?null:n.lookupResult.node1_policy.time_lock_delta),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node1_policy?null:n.lookupResult.node1_policy.min_htlc),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node1_policy?null:n.lookupResult.node1_policy.max_htlc_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node1_policy?null:n.lookupResult.node1_policy.fee_base_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node1_policy?null:n.lookupResult.node1_policy.fee_rate_milli_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null!=n.lookupResult.node1_policy&&n.lookupResult.node1_policy.disabled?"Yes":"No"),e.R7$(3),e.Y8G("ngIf",!n.node2_match),e.R7$(),e.Y8G("ngIf",n.node2_match),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(n.lookupResult.node2_pub),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node2_policy?null:n.lookupResult.node2_policy.time_lock_delta),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node2_policy?null:n.lookupResult.node2_policy.min_htlc),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node2_policy?null:n.lookupResult.node2_policy.max_htlc_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node2_policy?null:n.lookupResult.node2_policy.fee_base_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null==n.lookupResult.node2_policy?null:n.lookupResult.node2_policy.fee_rate_milli_msat),e.R7$(),e.Y8G("inset",!0),e.R7$(5),e.JRh(null!=n.lookupResult.node2_policy&&n.lookupResult.node2_policy.disabled?"Yes":"No")}}let uh=(()=>{var t;class s{constructor(i){this.store=i,this.node1_match=!1,this.node2_match=!1,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.lookupResult.node1_pub===i.identity_pubkey&&(this.node1_match=!0),this.lookupResult.node2_pub===i.identity_pubkey&&(this.node2_match=!0)})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-lookup"]],inputs:{lookupResult:"lookupResult"},standalone:!1,decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxLayout","column","fxFlex","30","fxLayoutAlign","end start"],[1,"font-bold-500"],[1,"foreground-secondary-text"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start"],[1,"my-1",3,"inset"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],["fxLayout","column","fxFlex","20"],["fxLayout","column","fxFlex","10"],[1,"page-title","font-bold-500"]],template:function(o,a){1&o&&e.DNE(0,mh,121,44,"div",0),2&o&&e.Y8G("ngIf",a.lookupResult)},dependencies:[_.bT,ne.q,f.DJ,f.sA,f.UI,_.QX,_.vh],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]}))}return t(),s})();const dh=t=>({"background-color":t});function hh(t,s){if(1&t&&(e.j41(0,"span",10),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Lme("",i.nodeFeaturesEnum[n.value.name]||n.value.name,": ",n.value.is_required?"Mandatory":"Optional")}}function _h(t,s){1&t&&(e.j41(0,"th",27),e.EFF(1,"Network"),e.k0s())}function fh(t,s){if(1&t&&(e.j41(0,"td",28),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(null==n?null:n.network)}}function gh(t,s){1&t&&(e.j41(0,"th",27),e.EFF(1,"Address"),e.k0s())}function Ch(t,s){if(1&t&&(e.j41(0,"td",28),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(null==n?null:n.addr)}}function yh(t,s){1&t&&(e.j41(0,"th",29)(1,"div",30),e.EFF(2,"Actions"),e.k0s()())}function bh(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",31)(1,"div",32)(2,"mat-select",33),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",34),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onConnectNode(o))}),e.EFF(5,"Connect"),e.k0s(),e.j41(6,"mat-option",35),e.bIt("copied",function(){const o=r.eBV(n).$implicit,a=e.XpG(2);return r.Njj(a.onCopyNodeURI(o))}),e.EFF(7,"Copy URI"),e.k0s()()()()}if(2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(6),e.Y8G("payload",i.lookupResult.node.pub_key+"@"+n.addr)}}function Fh(t,s){1&t&&e.nrm(0,"tr",36)}function xh(t,s){1&t&&e.nrm(0,"tr",37)}function vh(t,s){if(1&t&&(e.j41(0,"div",2),e.nrm(1,"mat-divider",3),e.j41(2,"div",4)(3,"div",5)(4,"h4",6),e.EFF(5,"Alias"),e.k0s(),e.j41(6,"span",7),e.EFF(7),e.j41(8,"span",8),e.EFF(9),e.k0s()()(),e.j41(10,"div",9)(11,"h4",6),e.EFF(12,"Pub Key"),e.k0s(),e.j41(13,"span",10),e.EFF(14),e.k0s()()(),e.nrm(15,"mat-divider",11),e.j41(16,"div",4)(17,"div",5)(18,"h4",6),e.EFF(19,"Last Update"),e.k0s(),e.j41(20,"span",7),e.EFF(21),e.nI1(22,"date"),e.k0s()(),e.j41(23,"div",9)(24,"h4",6),e.EFF(25,"Total Capacity (Sats)"),e.k0s(),e.j41(26,"span",7),e.EFF(27),e.nI1(28,"number"),e.k0s()()(),e.nrm(29,"mat-divider",11),e.j41(30,"div",4)(31,"div",5)(32,"h4",6),e.EFF(33,"Number of Channels"),e.k0s(),e.j41(34,"span",7),e.EFF(35),e.nI1(36,"number"),e.k0s()(),e.j41(37,"div",12)(38,"h4",6),e.EFF(39,"Features"),e.k0s(),e.DNE(40,hh,2,2,"span",13),e.nI1(41,"keyvalue"),e.k0s()(),e.nrm(42,"mat-divider",11),e.j41(43,"div",14)(44,"h4",15),e.EFF(45,"Addresses"),e.k0s(),e.j41(46,"div",16)(47,"table",17,0),e.qex(49,18),e.DNE(50,_h,2,0,"th",19)(51,fh,2,1,"td",20),e.bVm(),e.qex(52,21),e.DNE(53,gh,2,0,"th",19)(54,Ch,2,1,"td",20),e.bVm(),e.qex(55,22),e.DNE(56,yh,3,0,"th",23)(57,bh,8,1,"td",24),e.bVm(),e.DNE(58,Fh,1,0,"tr",25)(59,xh,1,0,"tr",26),e.k0s()()()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(n.lookupResult.node.alias),e.R7$(),e.Y8G("ngStyle",e.eq3(24,dh,null==n.lookupResult.node?null:n.lookupResult.node.color)),e.R7$(),e.JRh(null==n.lookupResult.node?null:n.lookupResult.node.color),e.R7$(5),e.JRh(n.lookupResult.node.pub_key),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(22,15,1e3*n.lookupResult.node.last_update,"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(e.bMT(28,18,n.lookupResult.total_capacity)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.bMT(36,20,n.lookupResult.num_channels)),e.R7$(5),e.Y8G("ngForOf",e.bMT(41,22,n.lookupResult.node.features)),e.R7$(2),e.Y8G("inset",!0),e.R7$(5),e.Y8G("dataSource",n.lookupResult.node.addresses),e.R7$(11),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns)}}let Th=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.snackBar=o,this.store=a,this.nodeFeaturesEnum=c._U,this.displayedColumns=["network","addr","actions"],this.information={},this.availableBalance=0,this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.information=i}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.availableBalance=i.blockchainBalance.total_balance||0})}onCopyNodeURI(i){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+i)}onConnectNode(i){this.store.dispatch((0,I.xO)({payload:{data:{message:{peer:{pub_key:this.lookupResult.node?.pub_key,address:i.addr},information:this.information,balance:this.availableBalance},component:tt}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(le.UG),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-node-lookup"]],inputs:{lookupResult:"lookupResult"},standalone:!1,decls:1,vars:1,consts:[["table",""],["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1",3,"inset"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start",1,"my-1"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["matColumnDef","network"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","addr"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(o,a){1&o&&e.DNE(0,vh,60,26,"div",1),2&o&&e.Y8G("ngIf",a.lookupResult)},dependencies:[_.Sq,_.bT,_.B3,ne.q,f.DJ,f.sA,f.UI,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.KS,u.$R,u.YZ,u.NB,B.Ld,be.U,_.QX,_.vh,_.lG],encapsulation:2}))}return t(),s})();const kh=t=>({"mt-1":!0,"mt-2":t}),Sh=t=>({"w-100 mt-2 p-2 error-border":t,"w-100 my-2 p-2":!0});function Rh(t,s){if(1&t&&(e.j41(0,"mat-radio-button",17),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n.id)("checked",i.selectedFieldId===n.id),e.R7$(),e.SpI(" ",n.name," ")}}function Eh(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("",null==n.lookupFields[n.selectedFieldId]?null:n.lookupFields[n.selectedFieldId].placeholder," is required.")}}function Ih(t,s){1&t&&e.nrm(0,"mat-progress-bar",20)}function Lh(t,s){if(1&t&&(e.j41(0,"div",18),e.DNE(1,Ih,1,0,"mat-progress-bar",19),e.EFF(2),e.k0s()),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(3,Sh,""!==n.errorMessage&&"Getting lookup details..."!==n.errorMessage)),e.R7$(),e.Y8G("ngIf","Getting lookup details..."===n.errorMessage),e.R7$(),e.SpI(" ",n.errorMessage," ")}}function wh(t,s){if(1&t&&(e.j41(0,"span",27),e.nrm(1,"rtl-node-lookup",28),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("lookupResult",n.lookupValue)}}function jh(t,s){if(1&t&&(e.j41(0,"span",27),e.nrm(1,"rtl-channel-lookup",28),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("lookupResult",n.lookupValue)}}function Gh(t,s){1&t&&(e.j41(0,"span"),e.EFF(1,' fxFlex="100"'),e.j41(2,"h3"),e.EFF(3,"Error! Unable to find details!"),e.k0s()())}function Dh(t,s){if(1&t&&(e.j41(0,"div",21)(1,"div",22)(2,"span",23),e.EFF(3),e.k0s()(),e.j41(4,"div",24),e.DNE(5,wh,2,1,"span",25)(6,jh,2,1,"span",25)(7,Gh,4,0,"span",26),e.k0s()()),2&t){const n=e.XpG();e.R7$(3),e.SpI("",n.lookupFields[n.selectedFieldId].name," Details"),e.R7$(),e.Y8G("ngSwitch",n.selectedFieldId),e.R7$(),e.Y8G("ngSwitchCase",0),e.R7$(),e.Y8G("ngSwitchCase",1)}}let it=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.commonService=o,this.store=a,this.actions=l,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Channel ID"}],this.faSearch=x.MjD,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKey=window.history.state.lookupValue||""),this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(i=>i.type===c.QP.SET_LOOKUP_LND||i.type===c.QP.UPDATE_API_CALL_STATUS_LND)).subscribe(i=>{i.type===c.QP.SET_LOOKUP_LND&&(this.errorMessage=0===this.selectedFieldId&&i.payload.hasOwnProperty("node")||1===this.selectedFieldId&&i.payload.hasOwnProperty("channel_id")?"":this.errorMessage,this.lookupValue=JSON.parse(JSON.stringify(i.payload)),this.flgSetLookupValue=!(0!==this.selectedFieldId||!i.payload.hasOwnProperty("node"))||!(1!==this.selectedFieldId||!i.payload.hasOwnProperty("channel_id")),this.logger.info(this.lookupValue)),i.type===c.QP.UPDATE_API_CALL_STATUS_LND&&"Lookup"===i.payload.action&&(this.errorMessage="",i.payload.status===c.wn.ERROR&&(this.errorMessage="object"==typeof i.payload.message?JSON.stringify(i.payload.message):i.payload.message),i.payload.status===c.wn.INITIATED&&(this.errorMessage=c.MZ.GET_LOOKUP_DETAILS))})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,T.zU)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,T.ij)({payload:{uiMessage:c.MZ.SEARCHING_CHANNEL,channelID:this.lookupKey.trim()}}))}}onSelectChange(i){this.resetData(),this.selectedFieldId=i.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(K.En))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lookups"]],standalone:!1,decls:21,vars:10,consts:[["form","ngForm"],["key",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[3,"lookupResult"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"mat-card-content",4)(3,"form",5,0)(5,"div",6)(6,"mat-radio-group",7),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selectedFieldId,m)||(a.selectedFieldId=m),r.Njj(m)}),e.bIt("change",function(m){return r.eBV(l),r.Njj(a.onSelectChange(m))}),e.DNE(7,Rh,2,3,"mat-radio-button",8),e.k0s()(),e.j41(8,"mat-form-field",9)(9,"mat-label"),e.EFF(10),e.k0s(),e.j41(11,"input",10,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.lookupKey,m)||(a.lookupKey=m),r.Njj(m)}),e.bIt("change",function(){return r.eBV(l),r.Njj(a.clearLookupValue())}),e.k0s(),e.DNE(13,Eh,2,1,"mat-error",11),e.k0s(),e.j41(14,"div",12)(15,"button",13),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(16,"Clear"),e.k0s(),e.j41(17,"button",14),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onLookup())}),e.EFF(18,"Lookup"),e.k0s()()(),e.DNE(19,Lh,3,5,"div",15)(20,Dh,8,4,"div",16),e.k0s()()()}2&o&&(e.R7$(6),e.R50("ngModel",a.selectedFieldId),e.R7$(),e.Y8G("ngForOf",a.lookupFields),e.R7$(),e.Y8G("ngClass",e.eq3(8,kh,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.R7$(2),e.JRh((null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key"),e.R7$(),e.R50("ngModel",a.lookupKey),e.R7$(2),e.Y8G("ngIf",!a.lookupKey),e.R7$(6),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},dependencies:[_.YU,_.Sq,_.bT,_.ux,_.e1,_.fG,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,N.$z,k.m2,M.fg,C.rl,C.nJ,C.TL,V.HM,de.VT,de._g,f.DJ,f.sA,f.UI,j.PW,uh,Th],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]}))}return t(),s})();var Pe=y(25084);function Nh(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid date format."),e.k0s())}function Ph(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Invalid date format."),e.k0s())}function $h(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",28),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let Ah=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.store=o,this.router=a,this.faMapSigns=x.knH,this.today=new Date(Date.now()),this.lastMonthDay=new Date(this.today.getFullYear(),this.today.getMonth()-1,this.today.getDate()+1,0,0,0),this.yesterday=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate()-1,0,0,0),this.endDate=this.today,this.startDate=this.lastMonthDay,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"},{link:"nonroutingprs",name:"Non Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){this.onEventsFetch();const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}})}onEventsFetch(){this.store.dispatch((0,T.kv)({payload:{forwarding_events:[]}})),this.endDate||(this.endDate=this.today),this.startDate||(this.startDate=new Date(this.endDate.getFullYear(),this.endDate.getMonth()-1,this.endDate.getDate()+1,0,0,0)),this.store.dispatch((0,T.uK)({payload:{end_time:Math.round(this.endDate.getTime()/1e3).toString(),start_time:Math.round(this.startDate.getTime()/1e3).toString()}}))}resetData(){this.endDate=this.today,this.startDate=this.lastMonthDay}ngOnDestroy(){this.resetData(),this.store.dispatch((0,T.kv)({payload:{forwarding_events:[]}})),this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-routing"]],standalone:!1,decls:41,vars:16,consts:[["routingForm","ngForm"],["strtDate","ngModel"],["startDatepicker",""],["enDate","ngModel"],["endDatepicker",""],["tabPanel",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"card-content-gap","mt-1"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mb-1",3,"ngSubmit"],["fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start"],["matInput","","name","startDate","tabindex","1",3,"ngModelChange","matDatepicker","max","ngModel"],["matSuffix","",3,"for"],[3,"startAt"],[4,"ngIf"],["matInput","","name","endDate","tabindex","2",3,"ngModelChange","matDatepicker","min","max","ngModel"],["fxLayout","row",1,""],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","5","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["tabindex","5","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",6)(1,"div",7),e.nrm(2,"fa-icon",8),e.j41(3,"span",9),e.EFF(4,"Routing"),e.k0s()(),e.j41(5,"div",10)(6,"mat-card",11)(7,"mat-card-content",12)(8,"form",13,0),e.bIt("ngSubmit",function(){return r.eBV(l),r.Njj(a.onEventsFetch())}),e.j41(10,"div",14)(11,"mat-form-field",15)(12,"mat-label"),e.EFF(13,"Start Date"),e.k0s(),e.j41(14,"input",16,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.startDate,m)||(a.startDate=m),r.Njj(m)}),e.k0s(),e.nrm(16,"mat-datepicker-toggle",17)(17,"mat-datepicker",18,2),e.DNE(19,Nh,2,0,"mat-error",19),e.k0s(),e.j41(20,"mat-form-field",15)(21,"mat-label"),e.EFF(22,"End Date"),e.k0s(),e.j41(23,"input",20,3),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.endDate,m)||(a.endDate=m),r.Njj(m)}),e.k0s(),e.nrm(25,"mat-datepicker-toggle",17)(26,"mat-datepicker",18,4),e.DNE(28,Ph,2,0,"mat-error",19),e.k0s()(),e.j41(29,"div",21)(30,"button",22),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(31,"Clear"),e.k0s(),e.j41(32,"button",23),e.EFF(33,"Fetch Events"),e.k0s()()(),e.j41(34,"div",24)(35,"nav",25),e.DNE(36,$h,2,4,"div",26),e.k0s(),e.nrm(37,"mat-tab-nav-panel",null,5),e.k0s(),e.j41(39,"div",27),e.nrm(40,"router-outlet"),e.k0s()()()()()}if(2&o){const l=e.sdS(15),p=e.sdS(18),m=e.sdS(24),v=e.sdS(27),b=e.sdS(38);e.R7$(2),e.Y8G("icon",a.faMapSigns),e.R7$(12),e.Y8G("matDatepicker",p)("max",a.today),e.R50("ngModel",a.startDate),e.R7$(2),e.Y8G("for",p),e.R7$(),e.Y8G("startAt",a.startDate),e.R7$(2),e.Y8G("ngIf",l.errors),e.R7$(4),e.Y8G("matDatepicker",v)("min",a.startDate)("max",a.today),e.R50("ngModel",a.endDate),e.R7$(2),e.Y8G("for",v),e.R7$(),e.Y8G("startAt",a.endDate),e.R7$(2),e.Y8G("ngIf",m.errors),e.R7$(7),e.Y8G("tabPanel",b),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,_.bT,d.qT,d.me,d.BC,d.cb,d.vS,d.cV,O.aY,N.$z,k.RN,k.m2,Pe.Vh,Pe.bZ,Pe.bU,M.fg,C.rl,C.nJ,C.TL,C.yw,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,Ke.z,ae.V,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();const Mh=()=>["all"],Bh=()=>["no_event"],ve=t=>({width:t}),Oh=t=>({"display-none":t});function Vh(t,s){if(1&t&&(e.j41(0,"div",6),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.JRh(n.errorMessage)}}function Yh(t,s){if(1&t&&(e.j41(0,"mat-option",14),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Xh(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",7),e.nrm(1,"div",8),e.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",11),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilterBy,o)||(a.selFilterBy=o),r.Njj(o)}),e.bIt("selectionChange",function(){r.eBV(n);const o=e.XpG();return o.selFilter="",r.Njj(o.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,Yh,2,2,"mat-option",12),e.k0s()()(),e.j41(9,"mat-form-field",10)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",13),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selFilter,o)||(a.selFilter=o),r.Njj(o)}),e.bIt("input",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())})("keyup",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.applyFilter())}),e.k0s()()()()}if(2&t){const n=e.XpG();e.R7$(6),e.R50("ngModel",n.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(3,Mh).concat(n.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",n.selFilter)}}function Uh(t,s){1&t&&e.nrm(0,"mat-progress-bar",37)}function Hh(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Timestamp"),e.k0s())}function zh(t,s){if(1&t&&(e.j41(0,"td",39),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,1e3*n.timestamp,"dd/MMM/y HH:mm"))}}function qh(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Inbound Alias"),e.k0s())}function Jh(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ve,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.alias_in)}}function Qh(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Inbound Channel"),e.k0s())}function Wh(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ve,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id_in)}}function Zh(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Outbound Alias"),e.k0s())}function Kh(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ve,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.alias_out)}}function e_(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Outbound Channel"),e.k0s())}function t_(t,s){if(1&t&&(e.j41(0,"td",39)(1,"div",40)(2,"span",41),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ve,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id_out)}}function n_(t,s){1&t&&(e.j41(0,"th",42),e.EFF(1,"Inbound Amount (Sats)"),e.k0s())}function i_(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.amt_in))}}function a_(t,s){1&t&&(e.j41(0,"th",42),e.EFF(1,"Outbound Amount (Sats)"),e.k0s())}function s_(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.amt_out))}}function o_(t,s){1&t&&(e.j41(0,"th",42),e.EFF(1,"Fee (mSats)"),e.k0s())}function l_(t,s){if(1&t&&(e.j41(0,"td",39)(1,"span",43),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.fee_msat))}}function r_(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",44)(1,"div",45)(2,"mat-select",46),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",47),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function c_(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",48)(1,"button",49),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG(2);return r.Njj(l.onForwardingEventClick(a,o))}),e.EFF(2,"View Info"),e.k0s()()}}function p_(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No forwarding history available."),e.k0s())}function m_(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting forwarding history..."),e.k0s())}function u_(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.errorMessage)}}function d_(t,s){if(1&t&&(e.j41(0,"td",50),e.DNE(1,p_,2,0,"p",51)(2,m_,2,0,"p",51)(3,u_,2,1,"p",51),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=n.forwardingHistoryEvents&&n.forwardingHistoryEvents.data)||(null==n.forwardingHistoryEvents||null==n.forwardingHistoryEvents.data?null:n.forwardingHistoryEvents.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.forwardingHistoryEvents&&n.forwardingHistoryEvents.data)||(null==n.forwardingHistoryEvents||null==n.forwardingHistoryEvents.data?null:n.forwardingHistoryEvents.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.forwardingHistoryEvents&&n.forwardingHistoryEvents.data)||(null==n.forwardingHistoryEvents||null==n.forwardingHistoryEvents.data?null:n.forwardingHistoryEvents.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function h_(t,s){if(1&t&&e.nrm(0,"tr",52),2&t){const n=e.XpG(2);e.Y8G("ngClass",e.eq3(1,Oh,(null==n.forwardingHistoryEvents?null:n.forwardingHistoryEvents.data)&&(null==n.forwardingHistoryEvents||null==n.forwardingHistoryEvents.data?null:n.forwardingHistoryEvents.data.length)>0))}}function __(t,s){1&t&&e.nrm(0,"tr",53)}function f_(t,s){1&t&&e.nrm(0,"tr",54)}function g_(t,s){if(1&t&&(e.j41(0,"div",15),e.DNE(1,Uh,1,0,"mat-progress-bar",16),e.j41(2,"table",17,0),e.qex(4,18),e.DNE(5,Hh,2,0,"th",19)(6,zh,3,4,"td",20),e.bVm(),e.qex(7,21),e.DNE(8,qh,2,0,"th",19)(9,Jh,4,4,"td",20),e.bVm(),e.qex(10,22),e.DNE(11,Qh,2,0,"th",19)(12,Wh,4,4,"td",20),e.bVm(),e.qex(13,23),e.DNE(14,Zh,2,0,"th",19)(15,Kh,4,4,"td",20),e.bVm(),e.qex(16,24),e.DNE(17,e_,2,0,"th",19)(18,t_,4,4,"td",20),e.bVm(),e.qex(19,25),e.DNE(20,n_,2,0,"th",26)(21,i_,4,3,"td",20),e.bVm(),e.qex(22,27),e.DNE(23,a_,2,0,"th",26)(24,s_,4,3,"td",20),e.bVm(),e.qex(25,28),e.DNE(26,o_,2,0,"th",26)(27,l_,4,3,"td",20),e.bVm(),e.qex(28,29),e.DNE(29,r_,6,0,"th",30)(30,c_,3,0,"td",31),e.bVm(),e.qex(31,32),e.DNE(32,d_,4,3,"td",33),e.bVm(),e.DNE(33,h_,1,3,"tr",34)(34,__,1,0,"tr",35)(35,f_,1,0,"tr",36),e.k0s()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",n.tableSetting.sortBy)("matSortDirection",n.tableSetting.sortOrder)("dataSource",n.forwardingHistoryEvents),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(7,Bh)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns)}}function C_(t,s){if(1&t&&e.nrm(0,"mat-paginator",55),2&t){const n=e.XpG();e.Y8G("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS)}}let at=(()=>{var t;class s{constructor(i,o,a,l,p){this.logger=i,this.commonService=o,this.store=a,this.datePipe=l,this.camelCaseWithReplace=p,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:c.md,sortBy:"timestamp",sortOrder:c.oi.DESCENDING},this.forwardingHistoryData=[],this.displayedColumns=[],this.forwardingHistoryEvents=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(i){i.eventsData&&(this.apiCallStatus={status:c.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=i.eventsData.currentValue,this.forwardingHistoryData=this.eventsData,i.eventsData.firstChange||this.loadForwardingEventsTable(this.forwardingHistoryData)),i.selFilter&&!i.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=i.pageSettings.find(o=>o.pageId===this.pageId)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.pageId)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.Ie).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=i.apiCallStatus,i.apiCallStatus?.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.forwardingHistoryData=i.forwardingHistory.forwarding_events||[],this.forwardingHistoryData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData),this.logger.info(i.apiCallStatus),this.logger.info(i.forwardingHistory))})}ngAfterViewInit(){setTimeout(()=>{this.forwardingHistoryData.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData)},0)}onForwardingEventClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Event Information",message:[[{key:"timestamp",value:i.timestamp,title:"Timestamp",width:25,type:c.UN.DATE_TIME},{key:"amt_in",value:i.amt_in,title:"Inbound Amount (Sats)",width:25,type:c.UN.NUMBER},{key:"amt_out",value:i.amt_out,title:"Outbound Amount (Sats)",width:25,type:c.UN.NUMBER},{key:"fee_msat",value:i.fee_msat,title:"Fee (mSats)",width:25,type:c.UN.NUMBER}],[{key:"alias_in",value:i.alias_in,title:"Inbound Peer Alias",width:25,type:c.UN.STRING},{key:"chan_id_in",value:i.chan_id_in,title:"Inbound Channel ID",width:25,type:c.UN.STRING},{key:"alias_out",value:i.alias_out,title:"Outbound Peer Alias",width:25,type:c.UN.STRING},{key:"chan_id_out",value:i.chan_id_out,title:"Outbound Channel ID",width:25,type:c.UN.STRING}]]}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(i){const o=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.timestamp?this.datePipe.transform(new Date(1e3*i.timestamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(i).toLowerCase();break;case"timestamp":a=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return a.includes(o)}}loadForwardingEventsTable(i){this.forwardingHistoryEvents=new u.I6(i?[...i]:[]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(_.vh),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-forwarding-history"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Events")}]),e.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","hidePageSize",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias_in"],["matColumnDef","chan_id_in"],["matColumnDef","alias_out"],["matColumnDef","chan_id_out"],["matColumnDef","amt_in"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_out"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"]],template:function(o,a){1&o&&(e.j41(0,"div",1),e.DNE(1,Vh,2,1,"div",2)(2,Xh,13,4,"div",3)(3,g_,36,8,"div",4)(4,C_,1,3,"mat-paginator",5),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.ZF,B.Ld,_.QX,_.vh],encapsulation:2}))}return t(),s})();const y_=["tableIn"],b_=["tableOut"],F_=["paginatorIn"],x_=["paginatorOut"],v_=(t,s)=>({"mt-2":t,"mt-1":s}),T_=()=>["no_incoming_event"],k_=t=>({"mt-2":t}),S_=()=>["no_outgoing_event"],Te=t=>({width:t}),st=t=>({"display-none":t});function R_(t,s){if(1&t&&(e.j41(0,"div",7),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.JRh(n.errorMessage)}}function E_(t,s){1&t&&e.nrm(0,"mat-progress-bar",34)}function I_(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Channel ID"),e.k0s())}function L_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Te,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id)}}function w_(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Peer Alias"),e.k0s())}function j_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Te,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.alias)}}function G_(t,s){1&t&&(e.j41(0,"th",39),e.EFF(1,"Events"),e.k0s())}function D_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.events))}}function N_(t,s){1&t&&(e.j41(0,"th",39),e.EFF(1,"Total Amount (Sats)"),e.k0s())}function P_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.total_amount))}}function $_(t,s){1&t&&(e.j41(0,"th",41)(1,"div",42),e.EFF(2,"Actions"),e.k0s()())}function A_(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",43)(1,"button",44),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG(2);return r.Njj(l.onRoutingPeerClick(a,o,"in"))}),e.EFF(2,"View Info"),e.k0s()()}}function M_(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No incoming routing peer available."),e.k0s())}function B_(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting incoming routing peers..."),e.k0s())}function O_(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.errorMessage)}}function V_(t,s){if(1&t&&(e.j41(0,"td",45),e.DNE(1,M_,2,0,"p",46)(2,B_,2,0,"p",46)(3,O_,2,1,"p",46),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersIncoming&&n.routingPeersIncoming.data)||(null==n.routingPeersIncoming||null==n.routingPeersIncoming.data?null:n.routingPeersIncoming.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersIncoming&&n.routingPeersIncoming.data)||(null==n.routingPeersIncoming||null==n.routingPeersIncoming.data?null:n.routingPeersIncoming.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersIncoming&&n.routingPeersIncoming.data)||(null==n.routingPeersIncoming||null==n.routingPeersIncoming.data?null:n.routingPeersIncoming.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Y_(t,s){if(1&t&&e.nrm(0,"tr",47),2&t){const n=e.XpG(2);e.Y8G("ngClass",e.eq3(1,st,(null==n.routingPeersIncoming||null==n.routingPeersIncoming.data?null:n.routingPeersIncoming.data.length)>0))}}function X_(t,s){1&t&&e.nrm(0,"tr",48)}function U_(t,s){1&t&&e.nrm(0,"tr",49)}function H_(t,s){1&t&&e.nrm(0,"mat-progress-bar",34)}function z_(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Channel ID"),e.k0s())}function q_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Te,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id)}}function J_(t,s){1&t&&(e.j41(0,"th",35),e.EFF(1,"Peer Alias"),e.k0s())}function Q_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"div",37)(2,"span",38),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(),e.Y8G("ngStyle",e.eq3(2,Te,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.alias)}}function W_(t,s){1&t&&(e.j41(0,"th",39),e.EFF(1,"Events"),e.k0s())}function Z_(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.events))}}function K_(t,s){1&t&&(e.j41(0,"th",39),e.EFF(1,"Total Amount (Sats)"),e.k0s())}function e0(t,s){if(1&t&&(e.j41(0,"td",36)(1,"span",40),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.total_amount))}}function t0(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No outgoing routing peer available."),e.k0s())}function n0(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting outgoing routing peers..."),e.k0s())}function i0(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.errorMessage)}}function a0(t,s){if(1&t&&(e.j41(0,"td",45),e.DNE(1,t0,2,0,"p",46)(2,n0,2,0,"p",46)(3,i0,2,1,"p",46),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersOutgoing&&n.routingPeersOutgoing.data)||(null==n.routingPeersOutgoing||null==n.routingPeersOutgoing.data?null:n.routingPeersOutgoing.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersOutgoing&&n.routingPeersOutgoing.data)||(null==n.routingPeersOutgoing||null==n.routingPeersOutgoing.data?null:n.routingPeersOutgoing.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.routingPeersOutgoing&&n.routingPeersOutgoing.data)||(null==n.routingPeersOutgoing||null==n.routingPeersOutgoing.data?null:n.routingPeersOutgoing.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function s0(t,s){if(1&t&&e.nrm(0,"tr",47),2&t){const n=e.XpG(2);e.Y8G("ngClass",e.eq3(1,st,(null==n.routingPeersOutgoing||null==n.routingPeersOutgoing.data?null:n.routingPeersOutgoing.data.length)>0))}}function o0(t,s){1&t&&e.nrm(0,"tr",48)}function l0(t,s){1&t&&e.nrm(0,"tr",49)}function r0(t,s){if(1&t&&(e.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),e.EFF(4,"Incoming"),e.k0s(),e.nrm(5,"div",12),e.k0s(),e.j41(6,"div",13),e.DNE(7,E_,1,0,"mat-progress-bar",14),e.j41(8,"table",15,0),e.qex(10,16),e.DNE(11,I_,2,0,"th",17)(12,L_,4,4,"td",18),e.bVm(),e.qex(13,19),e.DNE(14,w_,2,0,"th",17)(15,j_,4,4,"td",18),e.bVm(),e.qex(16,20),e.DNE(17,G_,2,0,"th",21)(18,D_,4,3,"td",18),e.bVm(),e.qex(19,22),e.DNE(20,N_,2,0,"th",21)(21,P_,4,3,"td",18),e.bVm(),e.qex(22,23),e.DNE(23,$_,3,0,"th",24)(24,A_,3,0,"td",25),e.bVm(),e.qex(25,26),e.DNE(26,V_,4,3,"td",27),e.bVm(),e.DNE(27,Y_,1,3,"tr",28)(28,X_,1,0,"tr",29)(29,U_,1,0,"tr",30),e.k0s()(),e.nrm(30,"mat-paginator",31,1),e.k0s(),e.j41(32,"div",9)(33,"div",10)(34,"div",11),e.EFF(35,"Outgoing"),e.k0s(),e.nrm(36,"div",12),e.k0s(),e.j41(37,"div",13),e.DNE(38,H_,1,0,"mat-progress-bar",14),e.j41(39,"table",32,2),e.qex(41,16),e.DNE(42,z_,2,0,"th",17)(43,q_,4,4,"td",18),e.bVm(),e.qex(44,19),e.DNE(45,J_,2,0,"th",17)(46,Q_,4,4,"td",18),e.bVm(),e.qex(47,20),e.DNE(48,W_,2,0,"th",21)(49,Z_,4,3,"td",18),e.bVm(),e.qex(50,22),e.DNE(51,K_,2,0,"th",21)(52,e0,4,3,"td",18),e.bVm(),e.qex(53,33),e.DNE(54,a0,4,3,"td",27),e.bVm(),e.DNE(55,s0,1,3,"tr",28)(56,o0,1,0,"tr",29)(57,l0,1,0,"tr",30),e.k0s()(),e.nrm(58,"mat-paginator",31,3),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.Y8G("ngClass",e.l_i(18,v_,n.screenSize===n.screenSizeEnum.XS,n.screenSize===n.screenSizeEnum.SM)),e.R7$(5),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",n.routingPeersIncoming),e.R7$(19),e.Y8G("matFooterRowDef",e.lJ4(21,T_)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns),e.R7$(),e.Y8G("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS),e.R7$(3),e.Y8G("ngClass",e.eq3(22,k_,n.screenSize!==n.screenSizeEnum.LG)),e.R7$(5),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",n.routingPeersOutgoing),e.R7$(16),e.Y8G("matFooterRowDef",e.lJ4(24,S_)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns),e.R7$(),e.Y8G("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS)}}let c0=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.commonService=o,this.store=a,this.camelCaseWithReplace=l,this.nodePageDefs=c._1,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:c.md,sortBy:"total_amount",sortOrder:c.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.routingPeersIncoming=new u.I6([]),this.routingPeersOutgoing=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.Ie).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,i.apiCallStatus?.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=i.forwardingHistory.forwarding_events?i.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(i.apiCallStatus),this.logger.info(i.forwardingHistory)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadRoutingPeersTable(this.routingPeersData)}onRoutingPeerClick(i,o,a){let l=" Routing Information";l="in"===a?"Incoming"+l:"Outgoing"+l,this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:l,message:[[{key:"chan_id",value:i.chan_id,title:"Channel ID",width:50,type:c.UN.STRING},{key:"alias",value:i.alias,title:"Peer Alias",width:50,type:c.UN.STRING}],[{key:"events",value:i.events,title:"Events",width:50,type:c.UN.NUMBER},{key:"total_amount",value:i.total_amount,title:"Total Amount (Sats)",width:50,type:c.UN.NUMBER}]]}}}))}applyFilterIncoming(){this.routingPeersIncoming.filter=this.filterIn.trim().toLowerCase()}applyFilterOutgoing(){this.routingPeersOutgoing.filter=this.filterOut.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(i,o)=>{let a="";return a="all"===this.selFilterByIn?JSON.stringify(i).toLowerCase():"string"==typeof i[this.selFilterByIn]?i[this.selFilterByIn].toLowerCase():"boolean"==typeof i[this.selFilterByIn]?i[this.selFilterByIn]?"yes":"no":i[this.selFilterByIn].toString(),a.includes(o)},this.routingPeersOutgoing.filterPredicate=(i,o)=>{let a="";switch(this.selFilterByOut){case"all":a=JSON.stringify(i).toLowerCase();break;case"total_amount":case"total_fee":a=(+(i[this.selFilterByOut]||0)/1e3).toString()||"";break;default:a="string"==typeof i[this.selFilterByOut]?i[this.selFilterByOut].toLowerCase():"boolean"==typeof i[this.selFilterByOut]?i[this.selFilterByOut]?"yes":"no":i[this.selFilterByOut].toString()}return a.includes(o)}}loadRoutingPeersTable(i){if(i.length>0){const o=this.groupRoutingPeers(i);this.routingPeersIncoming=new u.I6(o[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.sort.sort({id:this.tableSetting.sortBy||"total_amount",start:this.tableSetting.sortOrder||c.oi.DESCENDING,disableClear:!0}),this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new u.I6(o[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.sort.sort({id:this.tableSetting.sortBy||"total_amount",start:this.tableSetting.sortOrder||c.oi.DESCENDING,disableClear:!0}),this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new u.I6([]),this.routingPeersOutgoing=new u.I6([]);this.setFilterPredicate(),this.applyFilterIncoming(),this.applyFilterOutgoing()}groupRoutingPeers(i){const o=[],a=[];return i.forEach(l=>{const p=o.find(v=>v.chan_id===l.chan_id_in),m=a.find(v=>v.chan_id===l.chan_id_out);p?(p.events++,p.total_amount=+p.total_amount+ +(l.amt_in||0)):o.push({chan_id:l.chan_id_in,alias:l.alias_in,events:1,total_amount:+(l.amt_in||0)}),m?(m.events++,m.total_amount=+m.total_amount+ +(l.amt_out||0)):a.push({chan_id:l.chan_id_out,alias:l.alias_out,events:1,total_amount:+(l.amt_out||0)})}),[this.commonService.sortDescByKey(o,"total_amount"),this.commonService.sortDescByKey(a,"total_amount")]}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-routing-peers"]],viewQuery:function(o,a){if(1&o&&(e.GBs(y_,5,R.B4),e.GBs(b_,5,R.B4),e.GBs(F_,5),e.GBs(x_,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sortIn=l.first),e.mGM(l=e.lsd())&&(a.sortOut=l.first),e.mGM(l=e.lsd())&&(a.paginatorIn=l.first),e.mGM(l=e.lsd())&&(a.paginatorOut=l.first)}},standalone:!1,features:[e.Jv_([{provide:G.xX,useValue:(0,c.on)("Routing peers")}])],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"dataSource"],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_amount"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){1&o&&(e.j41(0,"div",4),e.DNE(1,R_,2,1,"div",5)(2,r0,60,25,"div",6),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage))},dependencies:[_.YU,_.bT,_.B3,N.$z,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.Ld,_.QX],encapsulation:2}))}return t(),s})();function p0(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",8),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let m0=(()=>{var t;class s{constructor(i){this.router=i,this.faChartBar=x.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-reports"]],standalone:!1,decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Reports"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,p0,2,4,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),e.k0s()()()),2&o){const l=e.sdS(10);e.R7$(),e.Y8G("icon",a.faChartBar),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,A.Bu,A.hQ,A.Ql,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();var ot=y(51993),lt=y(24655);const u0=t=>({"error-border":t});function d0(t,s){1&t&&e.nrm(0,"mat-progress-bar",17)}function h0(t,s){if(1&t&&(e.j41(0,"div",18),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&t){const n=e.XpG();e.Y8G("@fadeIn",n.events.total_fee_msat),e.R7$(),e.Lme("",e.i5U(2,3,n.events.total_fee_msat/1e3||0,"1.0-2")," Sats/",e.bMT(3,6,(null==n.events||null==n.events.forwarding_events?null:n.events.forwarding_events.length)||0)," Events")}}function _0(t,s){1&t&&(e.j41(0,"div",19),e.EFF(1,"No routing report for the selected period"),e.k0s())}function f0(t,s){if(1&t&&(e.j41(0,"div",20),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(2,u0,"Getting Forwarding History..."!==n.errorMessage&&""!==n.errorMessage)),e.R7$(),e.JRh(n.errorMessage)}}function g0(t,s){if(1&t&&(e.j41(0,"span")(1,"span",22),e.EFF(2),e.nI1(3,"number"),e.k0s(),e.j41(4,"span",22),e.EFF(5),e.nI1(6,"number"),e.k0s()()),2&t){const n=s.model,i=e.XpG(2);e.R7$(2),e.SpI("Events: ",e.bMT(3,2,(i.selReportBy===i.reportBy.EVENTS?n.value:n.extra.totalEvents)||0)),e.R7$(3),e.SpI("Fee: ",e.i5U(6,4,(i.selReportBy===i.reportBy.EVENTS?n.extra.totalFees:n.value)||0,"1.0-2"))}}function C0(t,s){if(1&t){const n=e.RV6();e.j41(0,"ngx-charts-bar-vertical",21),e.bIt("select",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onChartBarSelected(o))})("mouseup",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onChartMouseUp(o))}),e.DNE(1,g0,7,7,"ng-template",null,0,e.C5r),e.k0s()}if(2&t){const n=e.XpG();e.Y8G("view",n.view)("results",n.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",n.showYAxisLabel)("xAxisLabel",n.xAxisLabel)("yAxisLabel",n.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function y0(t,s){if(1&t&&e.nrm(0,"rtl-forwarding-history",23),2&t){const n=e.XpG();e.Y8G("eventsData",null==n.events?null:n.events.forwarding_events)("selFilter",n.eventFilterValue)}}let b0=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.dataService=o,this.commonService=a,this.store=l,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.events={},this.eventFilterValue="",this.reportBy=c.aR,this.selReportBy=c.aR.FEES,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{i.identity_pubkey&&setTimeout(()=>{this.fetchEvents(this.startDate,this.endDate)},10)}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=i.width/10;break;case c.f7.LG:this.screenPaddingX=i.width/16;break;default:this.screenPaddingX=i.width/20}this.view=[i.width-this.screenPaddingX,i.height/2.2],this.logger.info("Container Size: "+JSON.stringify(i)),this.logger.info("View: "+JSON.stringify(this.view))})}fetchEvents(i,o){this.errorMessage=c.MZ.GET_FORWARDING_HISTORY;const a=Math.round(i.getTime()/1e3).toString(),l=Math.round(o.getTime()/1e3).toString();this.dataService.getForwardingHistory("LND",a,l).pipe((0,g.Q)(this.unSubs[2])).subscribe({next:p=>{this.errorMessage="",p.forwarding_events&&p.forwarding_events.length?(p.forwarding_events=p.forwarding_events.reverse(),this.events=p,this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(i):this.prepareFeeReport(i)):(this.events={forwarding_events:[],total_fee_msat:0},this.routingReportData=[])},error:p=>{this.errorMessage=p}})}onChartMouseUp(i){"svg"===i.srcElement.tagName&&i.srcElement.classList.length>0&&"ngx-charts"===i.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(i){this.eventFilterValue=this.reportPeriod===c.rs[1]?i.name+"/"+this.startDate.getFullYear():i.name.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(i){const o=Math.round(i.getTime()/1e3),a=[];if(this.events.total_fee_msat=0,this.reportPeriod===c.rs[1]){for(let l=0;l<12;l++)a.push({name:c.KR[l].name,value:0,extra:{totalEvents:0}});this.events.forwarding_events?.map(l=>{const p=new Date(1e3*+(l.timestamp||0)).getMonth();return a[p].value=a[p].value+ +(l.fee_msat||0)/1e3,a[p].extra.totalEvents=a[p].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(l.fee_msat||0),this.events})}else{for(let l=0;l{const p=Math.floor((+(l.timestamp||0)-o)/this.secondsInADay);return a[p].value=a[p].value+ +(l.fee_msat||0)/1e3,a[p].extra.totalEvents=a[p].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(l.fee_msat||0),this.events})}return a}prepareEventsReport(i){const o=Math.round(i.getTime()/1e3),a=[];if(this.events.total_fee_msat=0,this.reportPeriod===c.rs[1]){for(let l=0;l<12;l++)a.push({name:c.KR[l].name,value:0,extra:{totalFees:0}});this.events.forwarding_events?.map(l=>{const p=new Date(1e3*+(l.timestamp||0)).getMonth();return a[p].value=a[p].value+1,a[p].extra.totalFees=a[p].extra.totalFees+ +(l.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(l.fee_msat||0),this.events})}else{for(let l=0;l{const p=Math.floor((+(l.timestamp||0)-o)/this.secondsInADay);return a[p].value=a[p].value+1,a[p].extra.totalFees=a[p].extra.totalFees+ +(l.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(l.fee_msat||0),this.events})}return a}onSelectionChange(i){const o=i.selDate.getMonth(),a=i.selDate.getFullYear();this.reportPeriod=i.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(a,0,1,0,0,0),this.endDate=new Date(a,11,31,23,59,59)):(this.startDate=new Date(a,o,1,0,0,0),this.endDate=new Date(a,o,this.getMonthDays(o,a),23,59,59)),this.fetchEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(i,o){return 1===i&&o%4==0?c.KR[i].days+1:c.KR[i].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(Z.u),e.rXU($.h),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-routing-report"]],hostBindings:function(o,a){1&o&&e.bIt("mouseup",function(p){return a.onChartMouseUp(p)})},standalone:!1,decls:20,vars:11,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["mode","indeterminate","class","mt-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x","my-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",3,"ngClass",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["pageId","reports","tableId","routing",3,"eventsData","selFilter",4,"ngIf"],["mode","indeterminate",1,"mt-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1",3,"ngClass"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],["pageId","reports","tableId","routing",3,"eventsData","selFilter"]],template:function(o,a){1&o&&(e.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),e.bIt("stepChanged",function(p){return a.onSelectionChange(p)}),e.k0s(),e.j41(2,"div",3)(3,"mat-radio-group",4),e.mxI("ngModelChange",function(p){return e.DH7(a.selReportBy,p)||(a.selReportBy=p),p}),e.bIt("change",function(){return a.onSelReportByChange()}),e.j41(4,"span",5),e.EFF(5,"Report By: "),e.k0s(),e.j41(6,"mat-radio-button",6),e.EFF(7,"Fees"),e.k0s(),e.j41(8,"mat-radio-button",7),e.EFF(9,"Events"),e.k0s()()(),e.DNE(10,d0,1,0,"mat-progress-bar",8),e.j41(11,"div",9),e.DNE(12,h0,4,8,"div",10)(13,_0,2,0,"div",11)(14,f0,2,4,"div",12),e.j41(15,"div",13),e.DNE(16,C0,3,11,"ngx-charts-bar-vertical",14),e.k0s()(),e.j41(17,"div",15)(18,"div",13),e.DNE(19,y0,1,2,"rtl-forwarding-history",16),e.k0s()()()),2&o&&(e.R7$(3),e.R50("ngModel",a.selReportBy),e.R7$(3),e.Y8G("value",e.mNQ(a.reportBy.FEES)),e.R7$(2),e.Y8G("value",e.mNQ(a.reportBy.EVENTS)),e.R7$(2),e.Y8G("ngIf","Getting Forwarding History..."===a.errorMessage),e.R7$(2),e.Y8G("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.R7$(),e.Y8G("ngIf",(a.routingReportData.length<=0||a.events.forwarding_events.length<=0)&&""===a.errorMessage),e.R7$(),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(2),e.Y8G("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.R7$(3),e.Y8G("ngIf",a.events&&(null==a.events?null:a.events.forwarding_events)&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0))},dependencies:[_.YU,_.bT,d.BC,d.vS,V.HM,de.VT,de._g,f.DJ,f.sA,f.UI,j.PW,ot.L8,lt.m,at,_.QX],encapsulation:2,data:{animation:[Ge.q]}}))}return t(),s})();var F0=y(59584),x0=y(5085);function v0(t,s){1&t&&(e.j41(0,"div",12),e.nrm(1,"mat-progress-bar",13),e.j41(2,"span"),e.EFF(3,"Getting transactions data..."),e.k0s()())}function T0(t,s){if(1&t&&(e.j41(0,"div",14),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.JRh(n.errorMessage)}}function k0(t,s){if(1&t&&(e.j41(0,"div",17),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Lme(" Paid ",e.i5U(2,2,n.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.bMT(3,5,n.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function S0(t,s){if(1&t&&(e.j41(0,"div",17),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Lme(" Received ",e.i5U(2,2,n.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.bMT(3,5,n.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function R0(t,s){if(1&t&&(e.j41(0,"div",15),e.DNE(1,k0,4,7,"div",16)(2,S0,4,7,"div",16),e.k0s()),2&t){const n=e.XpG();e.Y8G("@fadeIn",n.transactionsReportSummary),e.R7$(),e.Y8G("ngIf",n.transactionsReportSummary.paymentsSelectedPeriod>0),e.R7$(),e.Y8G("ngIf",n.transactionsReportSummary.invoicesSelectedPeriod)}}function E0(t,s){1&t&&(e.j41(0,"div",18),e.EFF(1,"No transactions report for the selected period"),e.k0s())}function I0(t,s){if(1&t&&(e.j41(0,"span",21),e.EFF(1),e.nI1(2,"number"),e.nI1(3,"number"),e.k0s()),2&t){const n=s.model;e.R7$(),e.LHq("",n.name,": ",e.i5U(2,4,n.value||0,"1.0-2"),"/# ","Paid"===n.name?"Payments":"Invoices",": ",e.bMT(3,7,(null==n.extra?null:n.extra.total)||0))}}function L0(t,s){if(1&t){const n=e.RV6();e.j41(0,"ngx-charts-bar-vertical-2d",20),e.bIt("select",function(o){r.eBV(n);const a=e.XpG(2);return r.Njj(a.onChartBarSelected(o))})("mouseup",function(o){r.eBV(n);const a=e.XpG(2);return r.Njj(a.onChartMouseUp(o))}),e.DNE(1,I0,4,9,"ng-template",null,0,e.C5r),e.k0s()}if(2&t){const n=e.XpG(2);e.Y8G("view",n.view)("results",n.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",n.showYAxisLabel)("xAxisLabel",n.xAxisLabel)("yAxisLabel",n.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",n.reportPeriod===n.scrollRanges[0]?2:8)}}function w0(t,s){if(1&t&&(e.j41(0,"div",10),e.DNE(1,L0,3,13,"ngx-charts-bar-vertical-2d",19),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",n.transactionsReportData.length>0&&n.transactionsNonZeroReportData.length>0)}}function j0(t,s){if(1&t&&e.nrm(0,"rtl-transactions-report-table",22),2&t){const n=e.XpG();e.Y8G("displayedColumns",n.displayedColumns)("tableSetting",n.tableSetting)("dataList",n.transactionsNonZeroReportData)("dataRange",n.reportPeriod)("selFilter",n.transactionFilterValue)}}let G0=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.commonService=o,this.store=a,this.scrollRanges=c.rs,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:c.md,sortBy:"date",sortOrder:c.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[{date:"",name:"1",series:[{extra:{total:0},name:"Paid",value:0},{extra:{total:0},name:"Received",value:0}]}],this.transactionsNonZeroReportData=[{amount_paid:0,amount_received:0,date:"",num_invoices:0,num_payments:0}],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.select(F0.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.n_).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{i.apiCallStatus.status===c.wn.UN_INITIATED&&this.store.dispatch((0,T.tG)()),this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.payments=i.allLightningTransactions.listPaymentsAll.payments||[],this.invoices=i.allLightningTransactions.listInvoicesAll.invoices||[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()),this.logger.info(i)}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=i.width/10;break;case c.f7.LG:this.screenPaddingX=i.width/16;break;default:this.screenPaddingX=i.width/20}this.view=[i.width-this.screenPaddingX,i.height/2.2],this.logger.info("Container Size: "+JSON.stringify(i)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(i){"svg"===i.srcElement.tagName&&i.srcElement.classList.length>0&&"ngx-charts"===i.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(i){this.transactionFilterValue=this.reportPeriod===c.rs[1]?i.series+"/"+this.startDate.getFullYear():i.series.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(i,o){const a=Math.round(i.getTime()/1e3),l=Math.round(o.getTime()/1e3),p=[];this.transactionsNonZeroReportData=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const m=this.payments?.filter(b=>"SUCCEEDED"===b.status&&b.creation_date&&b.creation_date>=a&&b.creation_dateb.settled&&b.creation_date&&+b.creation_date>=a&&+b.creation_date{const S=new Date(1e3*+(b.creation_date||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(b.value_msat||0)+ +(b.fee_msat||0),p[S].series[0].value=p[S].series[0].value+(+(b.value_msat||0)+ +(b.fee_msat||0))/1e3,p[S].series[0].extra.total=p[S].series[0].extra.total+1,this.transactionsReportSummary}),v?.map(b=>{const S=new Date(1e3*+(b.creation_date||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(b.amt_paid_msat||0),p[S].series[1].value=p[S].series[1].value+ +(b.amt_paid_msat||0)/1e3,p[S].series[1].extra.total=p[S].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let b=0;b{const S=Math.floor((+(b.creation_date||0)-a)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(b.value_msat||0)+ +(b.fee_msat||0),p[S].series[0].value=p[S].series[0].value+(+(b.value_msat||0)+ +(b.fee_msat||0))/1e3,p[S].series[0].extra.total=p[S].series[0].extra.total+1,this.transactionsReportSummary}),v?.map(b=>{const S=Math.floor((+(b.creation_date||0)-a)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(b.amt_paid_msat||0),p[S].series[1].value=p[S].series[1].value+ +(b.amt_paid_msat||0)/1e3,p[S].series[1].extra.total=p[S].series[1].extra.total+1,this.transactionsReportSummary})}return p}prepareTableData(){return this.transactionsReportData?.reduce((i,o)=>o.series[0].extra.total>0||o.series[1].extra.total>0?i.concat({date:o.date,amount_paid:o.series[0].value,num_payments:o.series[0].extra.total,amount_received:o.series[1].value,num_invoices:o.series[1].extra.total}):i,[])}onSelectionChange(i){const o=i.selDate.getMonth(),a=i.selDate.getFullYear();this.reportPeriod=i.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(a,0,1,0,0,0),this.endDate=new Date(a,11,31,23,59,59)):(this.startDate=new Date(a,o,1,0,0,0),this.endDate=new Date(a,o,this.getMonthDays(o,a),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(i,o){return 1===i&&o%4==0?c.KR[i].days+1:c.KR[i].days}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-transactions-report"]],hostBindings:function(o,a){1&o&&e.bIt("mouseup",function(p){return a.onChartMouseUp(p)})},standalone:!1,decls:11,vars:6,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],[3,"stepChanged"],["class","p-2",4,"ngIf"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["class","mt-1",4,"ngIf"],[1,"mt-1"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],[1,"p-2"],["mode","indeterminate"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(o,a){1&o&&(e.j41(0,"div",1)(1,"div",2)(2,"div",3)(3,"rtl-horizontal-scroller",4),e.bIt("stepChanged",function(p){return a.onSelectionChange(p)}),e.k0s(),e.DNE(4,v0,4,0,"div",5)(5,T0,2,1,"div",6)(6,R0,3,3,"div",7)(7,E0,2,0,"div",8)(8,w0,2,1,"div",9),e.j41(9,"div",10),e.DNE(10,j0,1,5,"rtl-transactions-report-table",11),e.k0s()()()()),2&o&&(e.R7$(4),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.ERROR),e.R7$(),e.Y8G("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",a.transactionsNonZeroReportData.length<=0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.R7$(2),e.Y8G("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED))},dependencies:[_.bT,V.HM,f.DJ,f.sA,f.UI,ot.Dl,lt.m,x0.T,_.QX],encapsulation:2,data:{animation:[Ge.q]}}))}return t(),s})();const D0=["form"];function N0(t,s){if(1&t&&(e.j41(0,"div",17),e.nrm(1,"fa-icon",18),e.j41(2,"span"),e.EFF(3,'Bump fee option will be disabled for unconfirmed UTXOs where label text includes "sweep" in its value.'),e.k0s()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle)}}function P0(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"UTXO Label is required."),e.k0s())}function $0(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.labelError)}}function A0(t,s){if(1&t&&(e.j41(0,"div",19),e.nrm(1,"fa-icon",18),e.DNE(2,$0,2,1,"span",12),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.labelError)}}let M0=(()=>{var t;class s{constructor(i,o,a,l,p,m){this.dialogRef=i,this.data=o,this.dataService=a,this.store=l,this.snackBar=p,this.commonService=m,this.faExclamationTriangle=x.zpE,this.utxo=null,this.label="",this.labelError="",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.utxo=this.data.utxo,this.label=this.utxo.label||""}onLabelUTXO(){if(!this.label||""===this.label)return!0;this.labelError="",this.dataService.labelUTXO(this.utxo&&this.utxo.outpoint&&this.utxo.outpoint.txid_bytes?this.utxo.outpoint.txid_bytes:"",this.label,!0).pipe((0,g.Q)(this.unSubs[0])).subscribe({next:i=>{this.store.dispatch((0,T.mh)()),this.store.dispatch((0,T.SM)()),this.snackBar.open("Successfully labelled the UTXO."),this.dialogRef.close()},error:i=>{this.labelError=i}})}resetData(){this.labelError="",this.label=""}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(Z.u),e.rXU(L.il),e.rXU(le.UG),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-lebel-modal"]],viewQuery:function(o,a){if(1&o&&e.GBs(D0,7),2&o){let l;e.mGM(l=e.lsd())&&(a.form=l.first)}},standalone:!1,decls:24,vars:7,consts:[["form","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","100"],["autoFocus","","matInput","","name","label","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Label UTXO"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0),e.bIt("submit",function(){return r.eBV(l),r.Njj(a.onLabelUTXO())})("reset",function(){return r.eBV(l),r.Njj(a.resetData())}),e.DNE(11,N0,4,1,"div",9),e.nI1(12,"lowercase"),e.j41(13,"mat-form-field",10)(14,"mat-label"),e.EFF(15,"UTXO Label"),e.k0s(),e.j41(16,"input",11),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.label,m)||(a.label=m),r.Njj(m)}),e.k0s(),e.DNE(17,P0,2,0,"mat-error",12),e.k0s(),e.DNE(18,A0,3,2,"div",13),e.j41(19,"div",14)(20,"button",15),e.EFF(21,"Clear"),e.k0s(),e.j41(22,"button",16),e.EFF(23,"Label UTXO"),e.k0s()()()()()()}2&o&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(5),e.Y8G("ngIf",e.bMT(12,5,a.label).includes("sweep")&&"0"===a.utxo.confirmations),e.R7$(5),e.R50("ngModel",a.label),e.R7$(),e.Y8G("ngIf",!a.label),e.R7$(),e.Y8G("ngIf",""!==a.labelError))},dependencies:[_.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,O.aY,Y.tx,N.$z,k.m2,k.MM,M.fg,C.rl,C.nJ,C.TL,f.DJ,f.sA,f.UI,te.N,_.GH],encapsulation:2}))}return t(),s})();const rt=()=>["all"],B0=t=>({"error-border":t}),O0=()=>["no_utxo"],$e=t=>({width:t}),V0=t=>({"display-none":t});function Y0(t,s){if(1&t&&(e.j41(0,"mat-option",34),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function X0(t,s){1&t&&e.nrm(0,"mat-progress-bar",35)}function U0(t,s){1&t&&e.nrm(0,"th",36)}function H0(t,s){1&t&&(e.j41(0,"span",39)(1,"mat-icon",40),e.EFF(2,"warning"),e.k0s()())}function z0(t,s){if(1&t&&(e.j41(0,"td",37),e.DNE(1,H0,3,0,"span",38),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(),o=e.sdS(52);e.R7$(),e.Y8G("ngIf",n.amount_sat0))}}function gf(t,s){1&t&&e.nrm(0,"tr",57)}function Cf(t,s){1&t&&e.nrm(0,"tr",58)}function yf(t,s){1&t&&e.nrm(0,"mat-icon",40)}let bf=(()=>{var t;class s{constructor(i,o,a,l,p,m,v,b){this.logger=i,this.commonService=o,this.dataService=a,this.store=l,this.rtlEffects=p,this.decimalPipe=m,this.camelCaseWithReplace=v,this.snackBar=b,this.isDustUTXO=!1,this.dustAmount=1e3,this.faMoneyBillWave=x.ymQ,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"utxos",recordsPerPage:c.md,sortBy:"tx_id",sortOrder:c.oi.DESCENDING},this.addressType=c.aG,this.displayedColumns=[],this.listUTXOs=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(){!this.isDustUTXO&&this.utxos&&this.utxos.length>0&&this.loadUTXOsTable(this.utxos),this.isDustUTXO&&this.dustUtxos&&this.dustUtxos.length>0&&this.loadUTXOsTable(this.dustUtxos)}ngOnInit(){this.tableSetting.tableId=this.isDustUTXO?"dust_utxos":"utxos",this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.ah).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),i.utxos&&i.utxos.length>0&&(this.dustUtxos=i.utxos?.filter(o=>+(o.amount_sat||0)0&&this.dustUtxos.length>0&&!this.isDustUTXO&&this.displayedColumns.unshift("is_dust"),this.loadUTXOsTable(this.isDustUTXO?this.dustUtxos:this.utxos)),this.logger.info(i)})}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):"is_dust"===i?"Dust":this.commonService.titleCase(i)}setFilterPredicate(){this.listUTXOs.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.label?i.label.toLowerCase():"")+(i.outpoint?.txid_str?i.outpoint.txid_str.toLowerCase():"")+(i.outpoint?.output_index?i.outpoint?.output_index:"")+(i.outpoint?.txid_bytes?i.outpoint?.txid_bytes.toLowerCase():"")+(i.address?i.address.toLowerCase():"")+(i.address_type?this.addressType[i.address_type].name.toLowerCase():"")+(i.amount_sat?i.amount_sat:"")+(i.confirmations?i.confirmations:"");break;case"is_dust":a=+(i?.amount_sat||0)"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"is_dust"===this.selFilterBy||"address_type"===this.selFilterBy?0===a.indexOf(o):a.includes(o)}}onUTXOClick(i){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"UTXO Information",message:[[{key:"txid",value:i.outpoint?.txid_str,title:"Transaction ID",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"label",value:i.label,title:"Label",width:100,type:c.UN.STRING}],[{key:"output_index",value:i.outpoint?.output_index,title:"Output Index",width:34,type:c.UN.NUMBER},{key:"amount_sat",value:i.amount_sat,title:"Amount (Sats)",width:33,type:c.UN.NUMBER},{key:"confirmations",value:i.confirmations,title:"Confirmations",width:33,type:c.UN.NUMBER}],[{key:"address_type",value:i.address_type?this.addressType[i.address_type].name:"",title:"Address Type",width:34},{key:"address",value:i.address,title:"Address",width:66}],[{key:"pk_script",value:i.pk_script,title:"PK Script",width:100,type:c.UN.STRING}]]}}}))}loadUTXOsTable(i){this.listUTXOs=new u.I6([...i]),this.listUTXOs.sort=this.sort,this.listUTXOs.sortingDataAccessor=(o,a)=>{switch(a){case"is_dust":return+(o.amount_sat||0){a&&this.dataService.leaseUTXO(i.outpoint?.txid_bytes||"",i.outpoint?.output_index||0).pipe((0,g.Q)(this.unSubs[0])).subscribe({next:l=>{this.snackBar.open("The UTXO has been leased till "+new Date(l).toString().substring(4,21).replace(" ","/").replace(" ","/").toUpperCase()+".")},error:l=>{this.snackBar.open(l+" UTXO not leased.","",{panelClass:"rtl-warn-snack-bar"})}})})}onBumpFee(i){this.store.dispatch((0,I.xO)({payload:{data:{selUTXO:i,component:nt}}}))}onDownloadCSV(){this.listUTXOs.data&&this.listUTXOs.data.length>0&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(Z.u),e.rXU(L.il),e.rXU(_e.H),e.rXU(_.QX),e.rXU(J.VD),e.rXU(le.UG))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-utxos"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},inputs:{isDustUTXO:"isDustUTXO",dustAmount:"dustAmount"},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("UTXOs")}]),e.OA$],decls:53,vars:19,consts:[["table",""],["emptySpace",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","is_dust"],["mat-header-cell","","mat-sort-header","","matTooltip","Dust/Nondust",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","tx_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","label"],["matColumnDef","address_type"],["matColumnDef","address"],["matColumnDef","amount_sat"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Dust/Nondust"],["mat-cell",""],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row","fxLayoutAlign","start center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"div",4)(3,"mat-form-field",5)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",6),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,Y0,2,2,"mat-option",7),e.k0s()()(),e.j41(9,"mat-form-field",5)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",8),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(13,"div",9)(14,"div",10),e.DNE(15,X0,1,0,"mat-progress-bar",11),e.j41(16,"table",12,0),e.qex(18,13),e.DNE(19,U0,1,0,"th",14)(20,z0,2,2,"td",15),e.bVm(),e.qex(21,16),e.DNE(22,q0,2,0,"th",17)(23,J0,4,4,"td",15),e.bVm(),e.qex(24,18),e.DNE(25,Q0,2,0,"th",19)(26,W0,3,1,"td",15),e.bVm(),e.qex(27,20),e.DNE(28,Z0,2,0,"th",17)(29,K0,4,4,"td",15),e.bVm(),e.qex(30,21),e.DNE(31,ef,2,0,"th",17)(32,tf,3,1,"td",15),e.bVm(),e.qex(33,22),e.DNE(34,nf,2,0,"th",17)(35,af,4,4,"td",15),e.bVm(),e.qex(36,23),e.DNE(37,sf,2,0,"th",19)(38,of,4,3,"td",15),e.bVm(),e.qex(39,24),e.DNE(40,lf,2,0,"th",19)(41,rf,4,3,"td",15),e.bVm(),e.qex(42,25),e.DNE(43,cf,6,0,"th",26)(44,mf,12,3,"td",27),e.bVm(),e.qex(45,28),e.DNE(46,_f,4,3,"td",29),e.bVm(),e.DNE(47,ff,1,3,"tr",30)(48,gf,1,0,"tr",31)(49,Cf,1,0,"tr",32),e.k0s(),e.nrm(50,"mat-paginator",33),e.k0s()()(),e.DNE(51,yf,1,0,"ng-template",null,1,e.C5r)}2&o&&(e.R7$(6),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",a.utxos&&a.utxos.length>0&&a.dustUtxos&&a.dustUtxos.length>0&&!a.isDustUTXO?e.lJ4(14,rt).concat(a.displayedColumns.slice(0,-1)):e.lJ4(15,rt).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(3),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.listUTXOs)("ngClass",e.eq3(16,B0,""!==a.errorMessage)),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(18,O0)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,oe.An,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,ee.oV,G.iy,B.ZF,B.Ld,_.GH,_.QX],styles:[".mat-column-is_dust[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return t(),s})();const Ff=()=>["all"],xf=t=>({"error-border":t}),vf=()=>["no_transaction"],Ae=t=>({width:t}),Tf=t=>({"display-none":t});function kf(t,s){if(1&t&&(e.j41(0,"mat-option",32),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function Sf(t,s){1&t&&e.nrm(0,"mat-progress-bar",33)}function Rf(t,s){1&t&&(e.j41(0,"th",34),e.EFF(1,"Date/Time"),e.k0s())}function Ef(t,s){if(1&t&&(e.j41(0,"td",35),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.JRh(e.i5U(2,1,1e3*n.time_stamp,"dd/MMM/y HH:mm"))}}function If(t,s){1&t&&(e.j41(0,"th",34),e.EFF(1,"Label"),e.k0s())}function Lf(t,s){if(1&t&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ae,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.label)}}function wf(t,s){1&t&&(e.j41(0,"th",34),e.EFF(1,"Block Hash"),e.k0s())}function jf(t,s){if(1&t&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ae,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.block_hash)}}function Gf(t,s){1&t&&(e.j41(0,"th",34),e.EFF(1,"Transaction Hash"),e.k0s())}function Df(t,s){if(1&t&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ae,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.tx_hash)}}function Nf(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Amount (Sats)"),e.k0s())}function Pf(t,s){if(1&t&&(e.j41(0,"span",41),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.JRh(e.bMT(2,1,n.amount))}}function $f(t,s){if(1&t&&(e.j41(0,"span",42),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&t){const n=e.XpG().$implicit;e.R7$(),e.SpI("(",e.bMT(2,1,-1*n.amount),")")}}function Af(t,s){if(1&t&&(e.j41(0,"td",35),e.DNE(1,Pf,3,3,"span",39)(2,$f,3,3,"span",40),e.k0s()),2&t){const n=s.$implicit;e.R7$(),e.Y8G("ngIf",n.amount>0||0===n.amount),e.R7$(),e.Y8G("ngIf",n.amount<0)}}function Mf(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Fees (Sats)"),e.k0s())}function Bf(t,s){if(1&t&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.total_fees))}}function Of(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Block Height"),e.k0s())}function Vf(t,s){if(1&t&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.block_height))}}function Yf(t,s){1&t&&(e.j41(0,"th",38),e.EFF(1,"Confirmations"),e.k0s())}function Xf(t,s){if(1&t&&(e.j41(0,"td",35)(1,"span",41),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI(" ",e.bMT(3,1,null==n?null:n.num_confirmations)," ")}}function Uf(t,s){if(1&t){const n=e.RV6();e.j41(0,"th",43)(1,"div",44)(2,"mat-select",45),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",46),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Hf(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",47)(1,"button",48),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onTransactionClick(o))}),e.EFF(2,"View Info"),e.k0s()()}}function zf(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No transaction available."),e.k0s())}function qf(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting transactions..."),e.k0s())}function Jf(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function Qf(t,s){if(1&t&&(e.j41(0,"td",49),e.DNE(1,zf,2,0,"p",50)(2,qf,2,0,"p",50)(3,Jf,2,1,"p",50),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=n.listTransactions&&n.listTransactions.data)||(null==n.listTransactions||null==n.listTransactions.data?null:n.listTransactions.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.listTransactions&&n.listTransactions.data)||(null==n.listTransactions||null==n.listTransactions.data?null:n.listTransactions.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.listTransactions&&n.listTransactions.data)||(null==n.listTransactions||null==n.listTransactions.data?null:n.listTransactions.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Wf(t,s){if(1&t&&e.nrm(0,"tr",51),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,Tf,(null==n.listTransactions?null:n.listTransactions.data)&&(null==n.listTransactions||null==n.listTransactions.data?null:n.listTransactions.data.length)>0))}}function Zf(t,s){1&t&&e.nrm(0,"tr",52)}function Kf(t,s){1&t&&e.nrm(0,"tr",53)}let e2=(()=>{var t;class s{constructor(i,o,a,l,p){this.logger=i,this.commonService=o,this.store=a,this.datePipe=l,this.camelCaseWithReplace=p,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"transactions",recordsPerPage:c.md,sortBy:"time_stamp",sortOrder:c.oi.DESCENDING},this.faHistory=x.Int,this.displayedColumns=[],this.listTransactions=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(){this.transactions&&this.transactions.length>0&&this.loadTransactionsTable(this.transactions)}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.gN).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),i.transactions&&i.transactions.length>0&&(this.transactions=i.transactions,this.loadTransactionsTable(this.transactions)),this.logger.info(i)})}onTransactionClick(i){this.store.dispatch((0,I.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"block_hash",value:i.block_hash,title:"Block Hash",width:100,explorerLink:"block"}],[{key:"tx_hash",value:i.tx_hash,title:"Transaction Hash",width:100,explorerLink:"tx"}],[{key:"label",value:i.label,title:"Label",width:100,type:c.UN.STRING}],[{key:"time_stamp",value:i.time_stamp,title:"Date/Time",width:50,type:c.UN.DATE_TIME},{key:"block_height",value:i.block_height,title:"Block Height",width:50,type:c.UN.NUMBER}],[{key:"num_confirmations",value:i.num_confirmations,title:"Number of Confirmations",width:34,type:c.UN.NUMBER},{key:"total_fees",value:i.total_fees,title:"Total Fees (Sats)",width:33,type:c.UN.NUMBER},{key:"amount",value:i.amount,title:"Amount (Sats)",width:33,type:c.UN.NUMBER}],[{key:"dest_addresses",value:i.dest_addresses,title:"Destination Addresses",width:100,type:c.UN.ARRAY}]],scrollable:i.dest_addresses&&i.dest_addresses.length>5}}}))}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.listTransactions.filterPredicate=(i,o)=>{let a="";switch(this.selFilterBy){case"all":a=(i.time_stamp?this.datePipe.transform(new Date(1e3*i.time_stamp),"dd/MMM/y HH:mm")?.toLowerCase():"")+JSON.stringify(i).toLowerCase();break;case"time_stamp":a=this.datePipe.transform(new Date(1e3*(i?.time_stamp||0)),"dd/MMM/YYYY HH:mm")?.toLowerCase()||"";break;default:a=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return a.includes(o)}}loadTransactionsTable(i){this.listTransactions=new u.I6([...i]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.listTransactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listTransactions)}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(_.vh),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-transaction-history"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Transactions")}]),e.OA$],decls:51,vars:18,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","time_stamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["matColumnDef","block_hash"],["matColumnDef","tx_hash"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_fees"],["matColumnDef","block_height"],["matColumnDef","num_confirmations"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3)(3,"mat-form-field",4)(4,"mat-label"),e.EFF(5,"Filter By"),e.k0s(),e.j41(6,"mat-select",5),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilterBy,m)||(a.selFilterBy=m),r.Njj(m)}),e.bIt("selectionChange",function(){return r.eBV(l),a.selFilter="",r.Njj(a.applyFilter())}),e.j41(7,"perfect-scrollbar"),e.DNE(8,kf,2,2,"mat-option",6),e.k0s()()(),e.j41(9,"mat-form-field",4)(10,"mat-label"),e.EFF(11,"Filter"),e.k0s(),e.j41(12,"input",7),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(13,"div",8)(14,"div",9),e.DNE(15,Sf,1,0,"mat-progress-bar",10),e.j41(16,"table",11,0),e.qex(18,12),e.DNE(19,Rf,2,0,"th",13)(20,Ef,3,4,"td",14),e.bVm(),e.qex(21,15),e.DNE(22,If,2,0,"th",13)(23,Lf,4,4,"td",14),e.bVm(),e.qex(24,16),e.DNE(25,wf,2,0,"th",13)(26,jf,4,4,"td",14),e.bVm(),e.qex(27,17),e.DNE(28,Gf,2,0,"th",13)(29,Df,4,4,"td",14),e.bVm(),e.qex(30,18),e.DNE(31,Nf,2,0,"th",19)(32,Af,3,2,"td",14),e.bVm(),e.qex(33,20),e.DNE(34,Mf,2,0,"th",19)(35,Bf,4,3,"td",14),e.bVm(),e.qex(36,21),e.DNE(37,Of,2,0,"th",19)(38,Vf,4,3,"td",14),e.bVm(),e.qex(39,22),e.DNE(40,Yf,2,0,"th",19)(41,Xf,4,3,"td",14),e.bVm(),e.qex(42,23),e.DNE(43,Uf,6,0,"th",24)(44,Hf,3,0,"td",25),e.bVm(),e.qex(45,26),e.DNE(46,Qf,4,3,"td",27),e.bVm(),e.DNE(47,Wf,1,3,"tr",28)(48,Zf,1,0,"tr",29)(49,Kf,1,0,"tr",30),e.k0s(),e.nrm(50,"mat-paginator",31),e.k0s()()()}2&o&&(e.R7$(6),e.R50("ngModel",a.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(14,Ff).concat(a.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",a.selFilter),e.R7$(3),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",a.tableSetting.sortBy)("matSortDirection",a.tableSetting.sortOrder)("dataSource",a.listTransactions)("ngClass",e.eq3(15,xf,""!==a.errorMessage)),e.R7$(31),e.Y8G("matFooterRowDef",e.lJ4(17,vf)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.ZF,B.Ld,_.QX,_.vh],encapsulation:2}))}return t(),s})();function t2(t,s){if(1&t&&(e.j41(0,"span",5),e.EFF(1,"UTXOs"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numUtxos))}}function n2(t,s){if(1&t&&(e.j41(0,"span",5),e.EFF(1,"Transactions"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numTransactions))}}function i2(t,s){if(1&t&&(e.j41(0,"span",5),e.EFF(1,"Dust UTXOs"),e.k0s()),2&t){const n=e.XpG();e.Y8G("matBadge",e.mNQ(n.numDustUtxos))}}let a2=(()=>{var t;class s{constructor(i,o){this.logger=i,this.store=o,this.selectedTableIndex=0,this.selectedTableIndexChange=new e.bkB,this.DUST_AMOUNT=1e3,this.numTransactions=0,this.numUtxos=0,this.numDustUtxos=0,this.unSubs=[new h.B,new h.B,new h.B]}ngOnInit(){this.store.dispatch((0,T.mh)()),this.store.dispatch((0,T.SM)()),this.store.select(F.ah).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{i.utxos&&i.utxos.length>0&&(this.numUtxos=i.utxos.length,this.numDustUtxos=i.utxos?.filter(o=>o.amount_sat&&+o.amount_sat{i.transactions&&i.transactions.length>0&&(this.numTransactions=i.transactions.length),this.logger.info(i)})}onSelectedIndexChanged(i){this.selectedTableIndexChange.emit(i)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},standalone:!1,decls:11,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedIndex"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"isDustUTXO","dustAmount"],["fxLayout","row","fxFlex","100"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"mat-tab-group",1),e.bIt("selectedIndexChange",function(p){return a.onSelectedIndexChanged(p)}),e.j41(2,"mat-tab"),e.DNE(3,t2,2,2,"ng-template",2),e.nrm(4,"rtl-on-chain-utxos",3),e.k0s(),e.j41(5,"mat-tab"),e.DNE(6,n2,2,2,"ng-template",2),e.nrm(7,"rtl-on-chain-transaction-history",4),e.k0s(),e.j41(8,"mat-tab"),e.DNE(9,i2,2,2,"ng-template",2),e.nrm(10,"rtl-on-chain-utxos",3),e.k0s()()()),2&o&&(e.R7$(),e.Y8G("selectedIndex",a.selectedTableIndex),e.R7$(3),e.Y8G("isDustUTXO",!1)("dustAmount",a.DUST_AMOUNT),e.R7$(6),e.Y8G("isDustUTXO",!0)("dustAmount",a.DUST_AMOUNT))},dependencies:[f.DJ,f.sA,f.UI,Re.k,A.ES,A.mq,A.T8,bf,e2],encapsulation:2}))}return t(),s})();const s2=(t,s)=>[t,s];function o2(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=null==o?null:o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("active",i.activeLink===(null==n?null:n.link))("routerLink",e.l_i(3,s2,null==n?null:n.link,null==i.selectedTable?null:i.selectedTable.name)),e.R7$(),e.JRh(null==n?null:n.name)}}let l2=(()=>{var t;class s{constructor(i,o,a){this.store=i,this.router=o,this.activatedRoute=a,this.faExchangeAlt=x._qq,this.faChartPie=x.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"trans"},{id:2,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new h.B,new h.B,new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.selectedTable=this.tables.find(o=>o.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link,this.selectedTable=this.tables.find(l=>l.name===o.urlAfterRedirects.substring(o.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(o=>{this.selNode=o}),this.store.select(F.$7).pipe((0,g.Q)(this.unSubs[2])).subscribe(o=>{this.balances=[{title:"Total Balance",dataValue:o.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:o.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:o.blockchainBalance.unconfirmed_balance||0}]})}onSelectedTableIndexChanged(i){this.selectedTable=this.tables.find(o=>o.id===i)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il),e.rXU(w.Ix),e.rXU(w.nX))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain"]],standalone:!1,decls:23,vars:6,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndexChange","selectedTableIndex"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"On-chain Balance"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),e.nrm(7,"rtl-currency-unit-converter",6),e.k0s()()(),e.j41(8,"div",1),e.nrm(9,"fa-icon",2),e.j41(10,"span",3),e.EFF(11,"On-chain Transactions"),e.k0s()(),e.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),e.DNE(16,o2,2,6,"div",9),e.k0s(),e.nrm(17,"mat-tab-nav-panel",null,0),e.j41(19,"div",10),e.nrm(20,"router-outlet"),e.k0s(),e.j41(21,"div",11)(22,"rtl-utxo-tables",12),e.bIt("selectedTableIndexChange",function(m){return r.eBV(l),r.Njj(a.onSelectedTableIndexChanged(m))}),e.k0s()()()()()}if(2&o){const l=e.sdS(18);e.R7$(),e.Y8G("icon",a.faChartPie),e.R7$(6),e.Y8G("values",a.balances),e.R7$(2),e.Y8G("icon",a.faExchangeAlt),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links),e.R7$(6),e.Y8G("selectedTableIndex",null==a.selectedTable?null:a.selectedTable.id)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,Ee.f,w.n3,ie.Wk,a2],encapsulation:2}))}return t(),s})();var r2=y(80396);function c2(t,s){if(1&t&&(e.j41(0,"mat-option",6),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.SpI(" ",n.addressTp," ")}}let p2=(()=>{var t;class s{constructor(i,o,a){this.store=i,this.lndEffects=o,this.commonService=a,this.addressTypes=[],this.selectedAddressType=c.Ld[2],this.newAddress="",this.flgVersionCompatible=!0,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.store.select(F.pI).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(i.version,"0.15.0"),this.addressTypes=this.flgVersionCompatible?c.Ld:c.Ld.filter(o=>"4"!==o.addressId)})}onGenerateAddress(){this.store.dispatch((0,T.XT)({payload:this.selectedAddressType})),this.lndEffects.setNewAddress.pipe((0,W.s)(1)).subscribe(i=>{this.newAddress=i,setTimeout(()=>{this.store.dispatch((0,I.xO)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:r2.f}}}))},0)})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il),e.rXU(me.L),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-receive"]],standalone:!1,decls:10,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","space-between center","fxLayoutAlign.gt-sm","start center"],["fxLayout","column","fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["name","address_type","tabindex","1",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["mat-flat-button","","color","primary","tabindex","2",3,"click"],[3,"value"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-label"),e.EFF(4,"Address Type"),e.k0s(),e.j41(5,"mat-select",3),e.mxI("ngModelChange",function(p){return e.DH7(a.selectedAddressType,p)||(a.selectedAddressType=p),p}),e.DNE(6,c2,2,2,"mat-option",4),e.k0s()(),e.j41(7,"div")(8,"button",5),e.bIt("click",function(){return a.onGenerateAddress()}),e.EFF(9,"Generate Address"),e.k0s()()()()),2&o&&(e.R7$(5),e.R50("ngModel",a.selectedAddressType),e.R7$(),e.Y8G("ngForOf",a.addressTypes))},dependencies:[_.Sq,d.BC,d.vS,N.$z,C.rl,C.nJ,f.DJ,f.sA,f.UI,E.VO,X.wT],encapsulation:2}))}return t(),s})();var m2=y(82852);const u2=["form"],d2=["formSweepAll"],h2=["stepper"];function _2(t,s){if(1&t&&(e.j41(0,"div",16),e.nrm(1,"fa-icon",17),e.j41(2,"span",18)(3,"div"),e.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),e.k0s(),e.j41(5,"span",19)(6,"span"),e.EFF(7),e.k0s(),e.j41(8,"span"),e.EFF(9),e.k0s(),e.j41(10,"span"),e.EFF(11),e.k0s(),e.j41(12,"span"),e.EFF(13),e.k0s(),e.j41(14,"span"),e.EFF(15),e.k0s()()()()),2&t){const n=e.XpG();e.R7$(),e.Y8G("icon",n.faInfoCircle),e.R7$(6),e.SpI("- High: ",n.recommendedFee.fastestFee||"Unknown"),e.R7$(2),e.SpI("- Medium: ",n.recommendedFee.halfHourFee||"Unknown"),e.R7$(2),e.SpI("- Low: ",n.recommendedFee.hourFee||"Unknown"),e.R7$(2),e.SpI("- Economy: ",n.recommendedFee.economyFee||"Unknown"),e.R7$(2),e.SpI("- Minimum: ",n.recommendedFee.minimumFee||"Unknown")}}function f2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Bitcoin address is required."),e.k0s())}function g2(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.amountError)}}function C2(t,s){if(1&t&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n),e.R7$(),e.JRh(n)}}function y2(t,s){if(1&t&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n.id),e.R7$(),e.SpI(" ",n.name," ")}}function b2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function F2(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",40)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.j41(3,"input",41,4),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.transactionBlocks,o)||(a.transactionBlocks=o),r.Njj(o)}),e.k0s(),e.DNE(5,b2,2,0,"mat-error",23),e.k0s()}if(2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.transactionBlocks),e.R7$(2),e.Y8G("ngIf",!n.transactionBlocks)}}function x2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function v2(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-form-field",40)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.j41(3,"input",42,5),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.transactionFees,o)||(a.transactionFees=o),r.Njj(o)}),e.k0s(),e.DNE(5,x2,2,0,"mat-error",23),e.k0s()}if(2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R50("ngModel",n.transactionFees),e.R7$(2),e.Y8G("ngIf",!n.transactionFees)}}function T2(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.sendFundError)}}function k2(t,s){if(1&t&&(e.j41(0,"div",43),e.nrm(1,"fa-icon",17),e.DNE(2,T2,2,1,"span",23),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.sendFundError)}}function S2(t,s){if(1&t){const n=e.RV6();e.j41(0,"form",20,1),e.bIt("submit",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSendFunds())})("reset",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.resetData())}),e.j41(2,"mat-form-field",21)(3,"mat-label"),e.EFF(4,"Bitcoin Address"),e.k0s(),e.j41(5,"input",22,2),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.transactionAddress,o)||(a.transactionAddress=o),r.Njj(o)}),e.k0s(),e.DNE(7,f2,2,0,"mat-error",23),e.k0s(),e.j41(8,"mat-form-field",24)(9,"mat-label"),e.EFF(10,"Amount"),e.k0s(),e.j41(11,"input",25,3),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.transactionAmount,o)||(a.transactionAmount=o),r.Njj(o)}),e.k0s(),e.j41(13,"span",26),e.EFF(14),e.k0s(),e.DNE(15,g2,2,1,"mat-error",23),e.k0s(),e.j41(16,"mat-form-field",27)(17,"mat-select",28),e.bIt("selectionChange",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.onAmountUnitChange(o))}),e.DNE(18,C2,2,2,"mat-option",29),e.k0s()(),e.j41(19,"div",30)(20,"mat-form-field",31)(21,"mat-select",32),e.mxI("valueChange",function(o){r.eBV(n);const a=e.XpG();return e.DH7(a.selTransType,o)||(a.selTransType=o),r.Njj(o)}),e.DNE(22,y2,2,2,"mat-option",29),e.k0s()(),e.DNE(23,F2,6,4,"mat-form-field",33)(24,v2,6,4,"mat-form-field",33),e.k0s(),e.nrm(25,"div",34),e.DNE(26,k2,3,2,"div",35),e.j41(27,"div",36)(28,"button",37),e.EFF(29,"Clear Fields"),e.k0s(),e.j41(30,"button",38),e.EFF(31,"Send Funds"),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(5),e.R50("ngModel",n.transactionAddress),e.R7$(2),e.Y8G("ngIf",!n.transactionAddress),e.R7$(4),e.Y8G("step",100)("min",0),e.R50("ngModel",n.transactionAmount),e.R7$(3),e.SpI("",n.selAmountUnit," "),e.R7$(),e.Y8G("ngIf",!n.transactionAmount),e.R7$(2),e.Y8G("value",n.selAmountUnit),e.R7$(),e.Y8G("ngForOf",n.amountUnits),e.R7$(3),e.R50("value",n.selTransType),e.R7$(),e.Y8G("ngForOf",n.transTypes),e.R7$(),e.Y8G("ngIf","1"===n.selTransType),e.R7$(),e.Y8G("ngIf","2"===n.selTransType),e.R7$(2),e.Y8G("ngIf",""!==n.sendFundError)}}function R2(t,s){if(1&t&&e.EFF(0),2&t){const n=e.XpG(3);e.JRh(n.passwordFormLabel)}}function E2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function I2(t,s){if(1&t){const n=e.RV6();e.j41(0,"mat-step",47)(1,"form",66),e.DNE(2,R2,1,1,"ng-template",60),e.j41(3,"div",7)(4,"mat-form-field",18)(5,"mat-label"),e.EFF(6,"Password"),e.k0s(),e.nrm(7,"input",67),e.DNE(8,E2,2,0,"mat-error",23),e.k0s()(),e.j41(9,"div",68)(10,"button",69),e.bIt("click",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.onAuthenticate())}),e.EFF(11,"Confirm"),e.k0s()()()()}if(2&t){const n=e.XpG(2);e.Y8G("stepControl",n.passwordFormGroup)("editable",n.flgEditable),e.R7$(),e.Y8G("formGroup",n.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==n.passwordFormGroup.controls.password.errors?null:n.passwordFormGroup.controls.password.errors.required)}}function L2(t,s){if(1&t&&e.EFF(0),2&t){const n=e.XpG(2);e.JRh(n.sendFundFormLabel)}}function w2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Bitcoin address is required."),e.k0s())}function j2(t,s){if(1&t&&(e.j41(0,"mat-option",39),e.EFF(1),e.k0s()),2&t){const n=s.$implicit;e.Y8G("value",n.id),e.R7$(),e.SpI(" ",n.name," ")}}function G2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Number of blocks is required."),e.k0s())}function D2(t,s){if(1&t&&(e.j41(0,"mat-form-field",70)(1,"mat-label"),e.EFF(2,"Number of Blocks"),e.k0s(),e.nrm(3,"input",71),e.DNE(4,G2,2,0,"mat-error",23),e.k0s()),2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R7$(),e.Y8G("ngIf",null==n.sendFundFormGroup.controls.transactionBlocks.errors?null:n.sendFundFormGroup.controls.transactionBlocks.errors.required)}}function N2(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Fees is required."),e.k0s())}function P2(t,s){if(1&t&&(e.j41(0,"mat-form-field",70)(1,"mat-label"),e.EFF(2,"Fees (Sats/vByte)"),e.k0s(),e.nrm(3,"input",72),e.DNE(4,N2,2,0,"mat-error",23),e.k0s()),2&t){const n=e.XpG(2);e.R7$(3),e.Y8G("step",1)("min",0),e.R7$(),e.Y8G("ngIf",null==n.sendFundFormGroup.controls.transactionFees.errors?null:n.sendFundFormGroup.controls.transactionFees.errors.required)}}function $2(t,s){if(1&t&&e.EFF(0),2&t){const n=e.XpG(2);e.JRh(n.confirmFormLabel)}}function A2(t,s){if(1&t&&(e.j41(0,"span"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.JRh(n.sendFundError)}}function M2(t,s){if(1&t&&(e.j41(0,"div",43),e.nrm(1,"fa-icon",17),e.DNE(2,A2,2,1,"span",23),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("icon",n.faExclamationTriangle),e.R7$(),e.Y8G("ngIf",""!==n.sendFundError)}}function B2(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",44)(1,"mat-vertical-stepper",45,6),e.bIt("selectionChange",function(o){r.eBV(n);const a=e.XpG();return r.Njj(a.stepSelectionChanged(o))}),e.DNE(3,I2,12,4,"mat-step",46),e.j41(4,"mat-step",47)(5,"form",48),e.DNE(6,L2,1,1,"ng-template",49),e.j41(7,"div",50)(8,"mat-form-field",51)(9,"mat-label"),e.EFF(10,"Bitcoin Address"),e.k0s(),e.nrm(11,"input",52),e.DNE(12,w2,2,0,"mat-error",23),e.k0s(),e.j41(13,"mat-form-field",53)(14,"mat-select",54),e.DNE(15,j2,2,2,"mat-option",29),e.k0s()(),e.DNE(16,D2,5,3,"mat-form-field",55)(17,P2,5,3,"mat-form-field",55),e.k0s(),e.j41(18,"div",56)(19,"button",57),e.EFF(20,"Next"),e.k0s()()()(),e.j41(21,"mat-step",58)(22,"form",59),e.DNE(23,$2,1,1,"ng-template",60),e.j41(24,"div",44)(25,"div",61),e.nrm(26,"fa-icon",62),e.j41(27,"span"),e.EFF(28,"You are about to sweep all funds from RTL. Are you sure?"),e.k0s()(),e.DNE(29,M2,3,2,"div",35),e.j41(30,"div",56)(31,"button",63),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onSendFunds())}),e.EFF(32,"Sweep All Funds"),e.k0s()()()()()(),e.j41(33,"div",64)(34,"button",65),e.EFF(35),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(),e.Y8G("linear",!0),e.R7$(2),e.Y8G("ngIf",!n.appConfig.SSO.rtlSSO),e.R7$(),e.Y8G("stepControl",n.sendFundFormGroup)("editable",n.flgEditable),e.R7$(),e.Y8G("formGroup",n.sendFundFormGroup),e.R7$(7),e.Y8G("ngIf",null==n.sendFundFormGroup.controls.transactionAddress.errors?null:n.sendFundFormGroup.controls.transactionAddress.errors.required),e.R7$(3),e.Y8G("ngForOf",n.transTypes),e.R7$(),e.Y8G("ngIf","1"===n.sendFundFormGroup.controls.selTransType.value),e.R7$(),e.Y8G("ngIf","2"===n.sendFundFormGroup.controls.selTransType.value),e.R7$(4),e.Y8G("stepControl",n.confirmFormGroup),e.R7$(),e.Y8G("formGroup",n.confirmFormGroup),e.R7$(4),e.Y8G("icon",n.faExclamationTriangle),e.R7$(3),e.Y8G("ngIf",""!==n.sendFundError),e.R7$(5),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(n.flgValidated?"Close":"Cancel")}}let O2=(()=>{var t;class s{constructor(i,o,a,l,p,m,v,b,S,NC,PC){this.dialogRef=i,this.data=o,this.logger=a,this.dataService=l,this.store=p,this.rtlEffects=m,this.commonService=v,this.decimalPipe=b,this.snackBar=S,this.actions=NC,this.formBuilder=PC,this.faExclamationTriangle=x.zpE,this.faInfoCircle=x.iW_,this.sweepAll=!1,this.addressTypes=[],this.selectedAddress={},this.blockchainBalance={},this.information={},this.newAddress="",this.transactionAddress="",this.transactionAmount=null,this.transactionFees=null,this.transactionBlocks=null,this.transTypes=[{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],this.selTransType="1",this.fiatConversion=!1,this.amountUnits=c.A0,this.selAmountUnit=c.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=c.k,this.sendFundError="",this.flgValidated=!1,this.flgEditable=!0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B]}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[0])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}}),this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[d.k0.required]],password:["",[d.k0.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",d.k0.required],transactionBlocks:[null],transactionFees:[null],selTransType:["1",d.k0.required]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.selTransType.valueChanges.pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{"1"===i?(this.sendFundFormGroup.controls.transactionBlocks.setValidators([d.k0.required]),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators(null),this.sendFundFormGroup.controls.transactionFees.setValue(null)):(this.sendFundFormGroup.controls.transactionBlocks.setValidators(null),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators([d.k0.required]),this.sendFundFormGroup.controls.transactionFees.setValue(null))}),this.store.select(H.qv).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.appConfig=i}),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.fiatConversion=i.settings.fiatConversion,this.amountUnits=i.settings.currencyUnits,this.logger.info(i)}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,U.p)(i=>i.type===c.QP.UPDATE_API_CALL_STATUS_LND||i.type===c.QP.SET_CHANNEL_TRANSACTION_RES_LND)).subscribe(i=>{i.type===c.QP.SET_CHANNEL_TRANSACTION_RES_LND&&(this.store.dispatch((0,I.UI)({payload:this.sweepAll?"All Funds Sent Successfully!":"Fund Sent Successfully!"})),this.dialogRef.close()),i.type===c.QP.UPDATE_API_CALL_STATUS_LND&&i.payload.status===c.wn.ERROR&&"SetChannelTransaction"===i.payload.action&&(this.sendFundError=i.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,I.oz)({payload:m2(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,W.s)(1)).subscribe(i=>{"ERROR"!==i?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="";const i={amount:this.transactionAmount?this.transactionAmount:0,sendAll:this.sweepAll};this.sweepAll?(i.address=this.sendFundFormGroup.controls.transactionAddress.value,"1"===this.sendFundFormGroup.controls.selTransType.value&&(i.blocks=this.sendFundFormGroup.controls.transactionBlocks.value),"2"===this.sendFundFormGroup.controls.selTransType.value&&(i.fees=this.sendFundFormGroup.controls.transactionFees.value)):(i.address=this.transactionAddress,"1"===this.selTransType&&(i.blocks=this.transactionBlocks),"2"===this.selTransType&&(i.fees=this.transactionFees)),this.transactionAmount&&this.selAmountUnit!==c.BQ.SATS?this.commonService.convertCurrency(this.transactionAmount,this.selAmountUnit===this.amountUnits[2]?c.BQ.OTHER:this.selAmountUnit,c.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,g.Q)(this.unSubs[5])).subscribe({next:o=>{this.selAmountUnit=c.BQ.SATS,i.amount=+(this.decimalPipe.transform(o[this.amountUnits[0]],this.currencyUnitFormats[this.amountUnits[0]])?.replace(/,/g,"")||0),this.store.dispatch((0,T.aB)({payload:i}))},error:o=>{this.transactionAmount=null,this.selAmountUnit=c.BQ.SATS,this.amountError="Conversion Error: "+o}}):this.store.dispatch((0,T.aB)({payload:i}))}get invalidValues(){return this.sweepAll?!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||"1"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionBlocks.value||this.sendFundFormGroup.controls.transactionBlocks.value<=0)||"2"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionFees.value||this.sendFundFormGroup.controls.transactionFees.value<=0):!this.transactionAddress||""===this.transactionAddress||!this.transactionAmount||this.transactionAmount<=0||"1"===this.selTransType&&(!this.transactionBlocks||this.transactionBlocks<=0)||"2"===this.selTransType&&(!this.transactionFees||this.transactionFees<=0)}resetData(){this.sendFundError="",this.selTransType="1",this.transactionAddress="",this.transactionBlocks=null,this.transactionFees=null,this.sweepAll||(this.transactionAmount=null)}stepSelectionChanged(i){switch(this.sendFundError="",i.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+" | "+this.transTypes[this.sendFundFormGroup.controls.selTransType.value-1].name+("2"===this.sendFundFormGroup.controls.selTransType.value?" (Sats/vByte)":"")+": "+("1"===this.sendFundFormGroup.controls.selTransType.value?this.sendFundFormGroup.controls.transactionBlocks.value:this.sendFundFormGroup.controls.transactionFees.value)}i.selectedIndex{this.selAmountUnit=i.value,o.transactionAmount=+(o.decimalPipe.transform(m[l],o.currencyUnitFormats[l])?.replace(/,/g,"")||0)},error:m=>{o.transactionAmount=null,this.amountError="Conversion Error: "+m,this.selAmountUnit=a,l=a}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Y.CP),e.rXU(Y.Vh),e.rXU(D.gP),e.rXU(Z.u),e.rXU(L.il),e.rXU(_e.H),e.rXU($.h),e.rXU(_.QX),e.rXU(le.UG),e.rXU(K.En),e.rXU(d.ze))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-send-modal"]],viewQuery:function(o,a){if(1&o&&(e.GBs(u2,7),e.GBs(d2,5),e.GBs(h2,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.form=l.first),e.mGM(l=e.lsd())&&(a.formSweepAll=l.first),e.mGM(l=e.lsd())&&(a.stepper=l.first)}},standalone:!1,decls:13,vars:5,consts:[["sweepAllBlock",""],["form","ngForm"],["address","ngModel"],["amnt","ngModel"],["blocks","ngModel"],["fees","ngModel"],["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex.gt-sm","55"],["autoFocus","","matInput","","tabindex","1","name","address","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex.gt-sm","30"],["matInput","","name","amt","type","number","tabindex","2","required","",3,"ngModelChange","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex.gt-sm","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","60","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxLayout","column","fxFlex","48"],["tabindex","4",3,"valueChange","value"],["fxFlex","48",4,"ngIf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["fxFlex","48"],["matInput","","type","number","name","blcks","required","","tabindex","5",3,"ngModelChange","step","min","ngModel"],["matInput","","type","number","name","chainFees","required","","tabindex","6",3,"ngModelChange","step","min","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","98","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxLayout","column","fxFlex.gt-sm","45"],["matInput","","formControlName","transactionAddress","tabindex","4","name","address","required",""],["fxLayout","column","fxFlex.gt-sm","25"],["formControlName","selTransType","tabindex","5"],["fxFlex.gt-sm","25","fxLayoutAlign","start end",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","button","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxFlex.gt-sm","25","fxLayoutAlign","start end"],["matInput","","formControlName","transactionBlocks","type","number","name","blcks","required","","tabindex","6",3,"step","min"],["matInput","","formControlName","transactionFees","type","number","name","chainFees","required","","tabindex","7",3,"step","min"]],template:function(o,a){if(1&o&&(e.j41(0,"div",7)(1,"div",8)(2,"mat-card-header",9)(3,"div",10)(4,"span",11),e.EFF(5),e.k0s()(),e.j41(6,"button",12),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",13),e.DNE(9,_2,16,6,"div",14)(10,S2,32,14,"form",15),e.k0s()()(),e.DNE(11,B2,36,15,"ng-template",null,0,e.C5r)),2&o){const l=e.sdS(12);e.R7$(5),e.JRh(a.sweepAll?"Sweep All Funds":"Send Funds"),e.R7$(),e.Y8G("mat-dialog-close",!1),e.R7$(3),e.Y8G("ngIf",a.recommendedFee.minimumFee),e.R7$(),e.Y8G("ngIf",!a.sweepAll)("ngIfElse",l)}},dependencies:[_.Sq,_.bT,d.qT,d.me,d.Q0,d.BC,d.cb,d.YS,d.VZ,d.vS,d.cV,d.j4,d.JD,O.aY,Y.tx,N.$z,k.m2,k.MM,M.fg,C.rl,C.nJ,C.TL,C.yw,f.DJ,f.sA,f.UI,E.VO,X.wT,q.V5,q.Ti,q.M6,q.F7,te.N,ae.V],encapsulation:2}))}return t(),s})(),ct=(()=>{var t;class s{constructor(i,o){this.store=i,this.activatedRoute=o,this.sweepAll=!1,this.unSubs=[new h.B,new h.B]}ngOnInit(){this.activatedRoute.data.pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.sweepAll=i.sweepAll})}openSendFundsModal(){this.store.dispatch((0,I.xO)({payload:{data:{sweepAll:this.sweepAll,component:O2}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(L.il),e.rXU(w.nX))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-on-chain-send"]],standalone:!1,decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"div",1)(2,"button",2),e.bIt("click",function(){return a.openSendFundsModal()}),e.EFF(3),e.k0s()()()),2&o&&(e.R7$(3),e.JRh(a.sweepAll?"Sweep All":"Send Funds"))},dependencies:[N.$z,f.DJ,f.sA,f.UI],encapsulation:2}))}return t(),s})();const V2=t=>({"mt-1":t}),pt=t=>({"dashboard-card-content":!0,"error-border":t});function Y2(t,s){1&t&&e.nrm(0,"mat-progress-bar",26)}function X2(t,s){if(1&t&&e.nrm(0,"rtl-node-info",27),2&t){const n=e.XpG(3);e.Y8G("information",n.information)("showColorFieldSeparately",!0)}}function U2(t,s){if(1&t&&e.nrm(0,"rtl-channel-status-info",28),2&t){const n=e.XpG(3);e.Y8G("channelsStatus",n.channelsStatus)("errorMessage",n.errorMessages[3]+" "+n.errorMessages[4])}}function H2(t,s){if(1&t&&e.nrm(0,"rtl-fee-info",29),2&t){const n=e.XpG(3);e.Y8G("fees",n.fees)("errorMessage",n.errorMessages[2])}}function z2(t,s){if(1&t&&(e.j41(0,"mat-grid-tile",13)(1,"div",14)(2,"div",15)(3,"div",16),e.nrm(4,"fa-icon",17),e.j41(5,"span"),e.EFF(6),e.k0s()()(),e.j41(7,"div",18)(8,"mat-card",19)(9,"mat-card-content",20),e.DNE(10,Y2,1,0,"mat-progress-bar",21),e.j41(11,"div",22),e.DNE(12,X2,1,2,"rtl-node-info",23)(13,U2,1,2,"rtl-channel-status-info",24)(14,H2,1,2,"rtl-fee-info",25),e.k0s()()()()()()),2&t){const n=s.$implicit,i=e.XpG(2);e.Y8G("colspan",n.cols)("rowspan",n.rows),e.R7$(4),e.Y8G("icon",n.icon),e.R7$(2),e.JRh(n.title),e.R7$(3),e.Y8G("ngClass",e.eq3(10,pt,"node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"status"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusPendingChannels.status===i.apiCallStatusEnum.ERROR)||"fee"===n.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf","node"===n.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"status"===n.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusPendingChannels.status===i.apiCallStatusEnum.INITIATED)||"fee"===n.id&&i.apiCallStatusFees.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",n.id),e.R7$(),e.Y8G("ngSwitchCase","node"),e.R7$(),e.Y8G("ngSwitchCase","status"),e.R7$(),e.Y8G("ngSwitchCase","fee")}}function q2(t,s){if(1&t&&(e.j41(0,"mat-grid-list",11),e.DNE(1,z2,15,12,"mat-grid-tile",12),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngForOf",n.nodeCards)}}function J2(t,s){1&t&&e.nrm(0,"mat-progress-bar",26)}function Q2(t,s){1&t&&e.eu8(0)}function W2(t,s){if(1&t&&(e.j41(0,"div",34),e.DNE(1,Q2,1,0,"ng-container",35),e.k0s()),2&t){const n=e.XpG(2),i=e.sdS(9),o=e.sdS(11);e.R7$(),e.Y8G("ngTemplateOutlet",n.apiCallStatusNetwork.status===n.apiCallStatusEnum.ERROR?i:o)}}function Z2(t,s){1&t&&e.eu8(0)}function K2(t,s){if(1&t&&(e.j41(0,"div",34),e.DNE(1,Z2,1,0,"ng-container",35),e.k0s()),2&t){const n=e.XpG(2),i=e.sdS(9),o=e.sdS(13);e.R7$(),e.Y8G("ngTemplateOutlet",n.apiCallStatusNetwork.status===n.apiCallStatusEnum.ERROR?i:o)}}function eg(t,s){1&t&&e.eu8(0)}function tg(t,s){if(1&t&&(e.j41(0,"div",34),e.DNE(1,eg,1,0,"ng-container",35),e.k0s()),2&t){const n=e.XpG(2),i=e.sdS(9),o=e.sdS(15);e.R7$(),e.Y8G("ngTemplateOutlet",n.apiCallStatusNetwork.status===n.apiCallStatusEnum.ERROR?i:o)}}function ng(t,s){if(1&t&&(e.j41(0,"mat-grid-tile",30)(1,"mat-card",31)(2,"mat-card-content",32),e.DNE(3,J2,1,0,"mat-progress-bar",21),e.j41(4,"div",22),e.DNE(5,W2,2,1,"div",33)(6,K2,2,1,"div",33)(7,tg,2,1,"div",33),e.k0s()()()()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("colspan",n.cols)("rowspan",n.rows),e.R7$(2),e.Y8G("ngClass",e.eq3(8,pt,i.apiCallStatusNetwork.status===i.apiCallStatusEnum.ERROR)),e.R7$(),e.Y8G("ngIf",i.apiCallStatusNetwork.status===i.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngSwitch",n.id),e.R7$(),e.Y8G("ngSwitchCase","general"),e.R7$(),e.Y8G("ngSwitchCase","channels"),e.R7$(),e.Y8G("ngSwitchCase","degrees")}}function ig(t,s){if(1&t&&(e.j41(0,"div",36)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.JRh(n.errorMessages[1])}}function ag(t,s){if(1&t&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Network Capacity"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Number of Nodes"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div")(14,"h4",38),e.EFF(15,"Number of Channels"),e.k0s(),e.j41(16,"span",39),e.EFF(17),e.nI1(18,"number"),e.k0s()()()),2&t){const n=e.XpG();e.R7$(5),e.SpI("",e.bMT(6,3,n.networkInfo.total_network_capacity)," Sats"),e.R7$(6),e.JRh(e.bMT(12,5,n.networkInfo.num_nodes)),e.R7$(6),e.JRh(e.bMT(18,7,n.networkInfo.num_channels))}}function sg(t,s){if(1&t&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Max Channel Size"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Avg Channel Size"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div")(14,"h4",38),e.EFF(15,"Min Channel Size"),e.k0s(),e.j41(16,"span",39),e.EFF(17),e.nI1(18,"number"),e.k0s()()()),2&t){const n=e.XpG();e.R7$(5),e.JRh(e.bMT(6,3,n.networkInfo.max_channel_size)),e.R7$(6),e.JRh(e.bMT(12,5,n.networkInfo.avg_channel_size)),e.R7$(6),e.JRh(e.bMT(18,7,n.networkInfo.min_channel_size))}}function og(t,s){if(1&t&&(e.j41(0,"div",37)(1,"div")(2,"h4",38),e.EFF(3,"Max Out Degree"),e.k0s(),e.j41(4,"div",39),e.EFF(5),e.nI1(6,"number"),e.k0s()(),e.j41(7,"div")(8,"h4",38),e.EFF(9,"Avg Out Degree"),e.k0s(),e.j41(10,"div",39),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div",40),e.nrm(14,"h4",38)(15,"span",39),e.k0s()()),2&t){const n=e.XpG();e.R7$(5),e.JRh(e.bMT(6,2,n.networkInfo.max_out_degree)),e.R7$(6),e.JRh(e.i5U(12,4,n.networkInfo.avg_out_degree,"1.0-2"))}}let lg=(()=>{var t;class s{constructor(i,o,a){this.logger=i,this.commonService=o,this.store=a,this.faProjectDiagram=x.qFF,this.faBolt=x.zm_,this.faServer=x.D6w,this.faNetworkWired=x.eGi,this.information={},this.channelsStatus={},this.networkInfo={},this.networkCards=[],this.nodeCards=[],this.screenSize="",this.screenSizeEnum=c.f7,this.userPersonaEnum=c.HW,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusNetwork=null,this.apiCallStatusFees=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS?(this.networkCards=[{id:"general",cols:3,rows:1},{id:"channels",cols:3,rows:1},{id:"degrees",cols:3,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:3,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:3,rows:1}]):(this.networkCards=[{id:"general",cols:1,rows:1},{id:"channels",cols:1,rows:1},{id:"degrees",cols:1,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:1,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:1,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:1,rows:1}])}ngOnInit(){this.store.select(F.gj).pipe((0,g.Q)(this.unSubs[0]),(0,ge.E)(this.store.select(H._c))).subscribe(([i,o])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=i.apiCallStatus,this.apiCallStatusNodeInfo.status===c.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=o,this.information=i.information}),this.store.select(F.tA).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessages[1]="",this.apiCallStatusNetwork=i.apiCallStatus,this.apiCallStatusNetwork.status===c.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusNetwork.message?JSON.stringify(this.apiCallStatusNetwork.message):this.apiCallStatusNetwork.message?this.apiCallStatusNetwork.message:""),this.networkInfo=i.networkInfo}),this.store.select(F.oR).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessages[2]="",this.apiCallStatusFees=i.apiCallStatus,this.apiCallStatusFees.status===c.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=i.fees}),this.store.select(F.Uv).pipe((0,g.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessages[4]="",this.apiCallStatusPendingChannels=i.apiCallStatus,this.apiCallStatusPendingChannels.status===c.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:i.pendingChannelsSummary.open?.num_channels,capacity:i.pendingChannelsSummary.open?.limbo_balance},this.channelsStatus.closing={num_channels:(i.pendingChannelsSummary.closing?.num_channels||0)+(i.pendingChannelsSummary.force_closing?.num_channels||0)+(i.pendingChannelsSummary.waiting_close?.num_channels||0),capacity:i.pendingChannelsSummary.total_limbo_balance}}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[4])).subscribe(i=>{this.errorMessages[3]="",this.apiCallStatusChannels=i.apiCallStatus,this.apiCallStatusChannels.status===c.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active=i.channelsSummary.active,this.channelsStatus.inactive=i.channelsSummary.inactive,this.logger.info(i)})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-network-info"]],standalone:!1,decls:16,vars:6,consts:[["errorBlock",""],["generalBlock",""],["channelsBlock",""],["degreesBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","3","rowHeight","330px",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container",3,"ngClass"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","3","rowHeight","250px"],["fxLayout","row",3,"colspan","rowspan",4,"ngFor","ngForOf"],["cols","3","rowHeight","330px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",1,"mt-2",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxLayout","row",3,"colspan","rowspan"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100"],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"]],template:function(o,a){1&o&&(e.j41(0,"div",4),e.DNE(1,q2,2,1,"mat-grid-list",5),e.j41(2,"div",6),e.nrm(3,"fa-icon",7),e.j41(4,"span",8),e.EFF(5,"Network"),e.k0s()(),e.j41(6,"mat-grid-list",9),e.DNE(7,ng,8,10,"mat-grid-tile",10),e.k0s()(),e.DNE(8,ig,3,1,"ng-template",null,0,e.C5r)(10,ag,19,9,"ng-template",null,1,e.C5r)(12,sg,19,9,"ng-template",null,2,e.C5r)(14,og,16,7,"ng-template",null,3,e.C5r)),2&o&&(e.R7$(),e.Y8G("ngIf",a.selNode.settings.userPersona!==a.userPersonaEnum.OPERATOR),e.R7$(),e.Y8G("ngClass",e.eq3(4,V2,a.screenSize!==a.screenSizeEnum.XS)),e.R7$(),e.Y8G("icon",a.faProjectDiagram),e.R7$(4),e.Y8G("ngForOf",a.networkCards))},dependencies:[_.YU,_.Sq,_.bT,_.T3,_.ux,_.e1,O.aY,k.RN,k.m2,Ce.B_,Ce.NS,V.HM,f.DJ,f.sA,f.UI,j.PW,He,ze,qe,_.QX],encapsulation:2}))}return t(),s})();function rg(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let cg=(()=>{var t;class s{constructor(i){this.router=i,this.faDownload=x.cbP,this.links=[{link:"bckup",name:"Backup"},{link:"restore",name:"Restore"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-backup"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Channels Backup"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,rg,2,4,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&o){const l=e.sdS(10);e.R7$(),e.Y8G("icon",a.faDownload),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();const pg=t=>({"overflow-auto error-border":t,"overflow-auto":!0}),mg=()=>["no_channel"],ug=t=>({"max-width":t}),dg=t=>({"display-none":t});function hg(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",24)(1,"h4",25),e.EFF(2),e.k0s(),e.j41(3,"div",26)(4,"button",27),e.bIt("click",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onRestoreChannels({}))}),e.EFF(5,"Restore All"),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",n.selNode.settings.channelBackupPath,"/restore")}}function _g(t,s){if(1&t&&(e.j41(0,"div",28)(1,"h4",25),e.EFF(2),e.k0s(),e.j41(3,"h4",29),e.EFF(4,"All channel backup file not found! To perform channel restoration, channel backup file/s must be placed at the above location."),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",n.selNode.settings.channelBackupPath,"/restore")}}function fg(t,s){if(1&t&&(e.j41(0,"div",28)(1,"h4",25),e.EFF(2),e.k0s()()),2&t){const n=e.XpG();e.R7$(2),e.SpI("Restore folder location: ",n.selNode.settings.channelBackupPath,"/restore")}}function gg(t,s){1&t&&e.nrm(0,"mat-progress-bar",30)}function Cg(t,s){1&t&&(e.j41(0,"th",31),e.EFF(1,"Channel Point"),e.k0s())}function yg(t,s){if(1&t&&(e.j41(0,"td",32)(1,"div",33)(2,"span",34),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,ug,i.screenSize===i.screenSizeEnum.XS?"25rem":"60rem")),e.R7$(2),e.JRh(null==n?null:n.channel_point)}}function bg(t,s){1&t&&(e.j41(0,"th",35)(1,"div",36),e.EFF(2,"Actions"),e.k0s()())}function Fg(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",32)(1,"span",37)(2,"button",38),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onRestoreChannels(o))}),e.EFF(3,"Restore"),e.k0s()()()}}function xg(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No singular channel backups available."),e.k0s())}function vg(t,s){if(1&t&&(e.j41(0,"td",39),e.DNE(1,xg,2,0,"p",40),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",!n.channels||!n.channels.data||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)}}function Tg(t,s){if(1&t&&e.nrm(0,"tr",41),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,dg,n.channels&&n.channels.data&&(null==n.channels||null==n.channels.data?null:n.channels.data.length)>0))}}function kg(t,s){1&t&&e.nrm(0,"tr",42)}function Sg(t,s){1&t&&e.nrm(0,"tr",43)}let Rg=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.store=o,this.lndEffects=a,this.commonService=l,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.channels=new u.I6([]),this.allRestoreExists=!1,this.flgLoading=[!0],this.selFilter="",this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,T.$J)()),this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.lndEffects.setRestoreChannelList.pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.allRestoreExists=i.all_restore_exists,this.channelsData=i.files,this.channelsData.length>0&&this.loadRestoreTable(this.channelsData),("error"!==this.flgLoading[0]||i&&i.files)&&(this.flgLoading[0]=!1),this.logger.info(i)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadRestoreTable(this.channelsData)}onRestoreChannels(i){this.store.dispatch((0,T.Lf)({payload:{channelPoint:i.channel_point?i.channel_point:"ALL"}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadRestoreTable(i){this.channels=new u.I6([...i]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(o,a)=>(o.channel_point?o.channel_point.toLowerCase():"").includes(a),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(me.L),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-restore-table"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:G.xX,useValue:(0,c.on)("Channels")}])],decls:28,vars:16,consts:[["table",""],["fxLayout","column",1,"mt-2"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxFlex","49"],["fxLayout","column","fxFlex","49"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100"],["fxLayout","row",1,"mt-2"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap"],["fxFlex","100",1,"mt-1"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","1",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1),e.DNE(1,hg,6,1,"div",2)(2,_g,5,1,"div",3)(3,fg,3,1,"div",3),e.j41(4,"div",4),e.nrm(5,"div",5),e.j41(6,"div",6),e.nrm(7,"div",7),e.j41(8,"mat-form-field",8)(9,"mat-label"),e.EFF(10,"Filter"),e.k0s(),e.j41(11,"input",9),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(12,"div",10),e.DNE(13,gg,1,0,"mat-progress-bar",11),e.j41(14,"table",12,0),e.qex(16,13),e.DNE(17,Cg,2,0,"th",14)(18,yg,4,4,"td",15),e.bVm(),e.qex(19,16),e.DNE(20,bg,3,0,"th",17)(21,Fg,4,0,"td",15),e.bVm(),e.qex(22,18),e.DNE(23,vg,2,1,"td",19),e.bVm(),e.DNE(24,Tg,1,3,"tr",20)(25,kg,1,0,"tr",21)(26,Sg,1,0,"tr",22),e.k0s()(),e.nrm(27,"mat-paginator",23),e.k0s()}2&o&&(e.R7$(),e.Y8G("ngIf",a.allRestoreExists),e.R7$(),e.Y8G("ngIf",!a.allRestoreExists&&(!a.channels||(null==a.channels||null==a.channels.data?null:a.channels.data.length)<=0)),e.R7$(),e.Y8G("ngIf",!a.allRestoreExists&&a.channels&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)>0),e.R7$(8),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",!0===a.flgLoading[0]),e.R7$(),e.Y8G("dataSource",a.channels)("ngClass",e.eq3(13,pg,"error"===a.flgLoading[0])),e.R7$(10),e.Y8G("matFooterRowDef",e.lJ4(15,mg)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.bT,_.B3,d.me,d.BC,d.vS,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.Ld],encapsulation:2}))}return t(),s})();const Eg=t=>({"error-border":t}),Ig=()=>["no_channel"],Lg=t=>({"max-width":t}),wg=t=>({"display-none":t});function jg(t,s){1&t&&e.nrm(0,"mat-progress-bar",33)}function Gg(t,s){1&t&&(e.j41(0,"th",34),e.EFF(1,"Channel Point"),e.k0s())}function Dg(t,s){if(1&t&&(e.j41(0,"td",35)(1,"div",36)(2,"span",37),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Lg,i.screenSize===i.screenSizeEnum.XS?"25rem":"60rem")),e.R7$(2),e.JRh(null==n?null:n.channel_point)}}function Ng(t,s){1&t&&(e.j41(0,"th",38)(1,"div",39),e.EFF(2,"Actions"),e.k0s()())}function Pg(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",40)(1,"div",39)(2,"mat-select",41),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",42),e.bIt("click",function(o){const a=r.eBV(n).$implicit,l=e.XpG();return r.Njj(l.onChannelClick(a,o))}),e.EFF(5,"View Info"),e.k0s(),e.j41(6,"mat-option",42),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onBackupChannels(o))}),e.EFF(7,"Backup"),e.k0s(),e.j41(8,"mat-option",42),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onDownloadBackup(o))}),e.EFF(9,"Download Backup"),e.k0s(),e.j41(10,"mat-option",42),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.onVerifyChannels(o))}),e.EFF(11,"Verify"),e.k0s()()()()}}function $g(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"No channel available."),e.k0s())}function Ag(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting channels..."),e.k0s())}function Mg(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.JRh(n.errorMessage)}}function Bg(t,s){if(1&t&&(e.j41(0,"td",43),e.DNE(1,$g,2,0,"p",44)(2,Ag,2,0,"p",44)(3,Mg,2,1,"p",44),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.channels&&n.channels.data)||(null==n.channels||null==n.channels.data?null:n.channels.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function Og(t,s){if(1&t&&e.nrm(0,"tr",45),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(1,wg,(null==n.channels?null:n.channels.data)&&(null==n.channels||null==n.channels.data?null:n.channels.data.length)>0))}}function Vg(t,s){1&t&&e.nrm(0,"tr",46)}function Yg(t,s){1&t&&e.nrm(0,"tr",47)}let Xg=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.store=o,this.actions=a,this.commonService=l,this.faInfoCircle=x.iW_,this.faExclamationTriangle=x.zpE,this.faArchive=x.Oh6,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.channels=new u.I6([]),this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(H._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=i.channels,this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadBackupTable(this.channelsData),this.logger.info(i)}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,U.p)(i=>i.type===c.QP.SET_CHANNELS_LND||i.type===c.aU.SHOW_FILE)).subscribe(i=>{i.type===c.QP.SET_CHANNELS_LND&&(this.selectedChannel=null),i.type===c.aU.SHOW_FILE&&(this.commonService.downloadFile(i.payload,"channel-"+(this.selectedChannel?.channel_point?this.selectedChannel.channel_point:"all"),".bak",".bak"),this.selectedChannel=null)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadBackupTable(this.channelsData)}onBackupChannels(i){this.store.dispatch((0,T.H2)({payload:{uiMessage:c.MZ.BACKUP_CHANNEL,channelPoint:i.channel_point?i.channel_point:"ALL",showMessage:""}}))}onVerifyChannels(i){this.store.dispatch((0,T.L)({payload:{channelPoint:i.channel_point?i.channel_point:"ALL"}}))}onDownloadBackup(i){this.selectedChannel=i,this.store.dispatch((0,I.t2)({payload:{channelPoint:i.channel_point?i.channel_point:"all"}}))}onChannelClick(i,o){this.store.dispatch((0,I.xO)({payload:{data:{channel:i,showCopy:!1,component:we}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadBackupTable(i){this.channels=new u.I6(i?[...i]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,a)=>o[a]&&isNaN(o[a])?o[a].toLocaleLowerCase():o[a]?+o[a]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(o,a)=>(o.channel_point?o.channel_point.toLowerCase():"").includes(a),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU(L.il),e.rXU(K.En),e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-channel-backup-table"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:E.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:G.xX,useValue:(0,c.on)("Channels")}])],decls:46,vars:17,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxFlex","49"],["fxLayout","column","fxFlex","49"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span"),e.EFF(5,"Save your backup files in a redundant location."),e.k0s()(),e.j41(6,"div",5),e.nrm(7,"fa-icon",4),e.j41(8,"span")(9,"strong"),e.EFF(10,"Backup Folder Location: "),e.k0s(),e.EFF(11),e.k0s()(),e.j41(12,"div",6)(13,"button",7),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onVerifyChannels({}))}),e.EFF(14,"Verify All"),e.k0s(),e.j41(15,"button",8),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onBackupChannels({}))}),e.EFF(16,"Backup All"),e.k0s(),e.j41(17,"button",9),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onDownloadBackup({}))}),e.EFF(18,"Download Backup"),e.k0s()()(),e.j41(19,"div",10)(20,"div",11),e.nrm(21,"fa-icon",12),e.j41(22,"span",13),e.EFF(23,"Backups"),e.k0s()(),e.j41(24,"div",14),e.nrm(25,"div",15),e.j41(26,"mat-form-field",16)(27,"mat-label"),e.EFF(28,"Filter"),e.k0s(),e.j41(29,"input",17),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selFilter,m)||(a.selFilter=m),r.Njj(m)}),e.bIt("input",function(){return r.eBV(l),r.Njj(a.applyFilter())})("keyup",function(){return r.eBV(l),r.Njj(a.applyFilter())}),e.k0s()()()(),e.j41(30,"div",18),e.DNE(31,jg,1,0,"mat-progress-bar",19),e.j41(32,"table",20,0),e.qex(34,21),e.DNE(35,Gg,2,0,"th",22)(36,Dg,4,4,"td",23),e.bVm(),e.qex(37,24),e.DNE(38,Ng,3,0,"th",25)(39,Pg,12,0,"td",26),e.bVm(),e.qex(40,27),e.DNE(41,Bg,4,3,"td",28),e.bVm(),e.DNE(42,Og,1,3,"tr",29)(43,Vg,1,0,"tr",30)(44,Yg,1,0,"tr",31),e.k0s()(),e.nrm(45,"mat-paginator",32),e.k0s()}2&o&&(e.R7$(3),e.Y8G("icon",a.faExclamationTriangle),e.R7$(4),e.Y8G("icon",a.faInfoCircle),e.R7$(4),e.SpI("",a.selNode.settings.channelBackupPath,"."),e.R7$(10),e.Y8G("icon",a.faArchive),e.R7$(8),e.R50("ngModel",a.selFilter),e.R7$(2),e.Y8G("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("dataSource",a.channels)("ngClass",e.eq3(14,Eg,""!==a.errorMessage)),e.R7$(10),e.Y8G("matFooterRowDef",e.lJ4(16,Ig)),e.R7$(),e.Y8G("matHeaderRowDef",a.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",a.displayedColumns),e.R7$(),e.Y8G("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("hidePageSize",a.screenSize!==a.screenSizeEnum.XS))},dependencies:[_.YU,_.bT,_.B3,d.me,d.BC,d.vS,O.aY,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,E.$2,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.Ld],encapsulation:2}))}return t(),s})();function Ug(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",9),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG();return r.Njj(a.activeLink=o.link)}),e.EFF(1),e.k0s()}if(2&t){const n=s.$implicit,i=e.XpG();e.Y8G("routerLink",e.mNQ(n.link))("active",i.activeLink===n.link),e.R7$(),e.JRh(n.name)}}let Hg=(()=>{var t;class s{constructor(i){this.router=i,this.faUserCheck=x.pCJ,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new h.B,new h.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(o=>o instanceof w.gx)).subscribe({next:o=>{const a=this.links.find(l=>o.urlAfterRedirects.includes(l.link));this.activeLink=a?a.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(w.Ix))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-sign-verify-message"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,a){if(1&o&&(e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Sign/Verify Message"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,Ug,2,4,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8),e.nrm(12,"router-outlet"),e.k0s()()()()),2&o){const l=e.sdS(10);e.R7$(),e.Y8G("icon",a.faUserCheck),e.R7$(6),e.Y8G("tabPanel",l),e.R7$(),e.Y8G("ngForOf",a.links)}},dependencies:[_.Sq,O.aY,k.RN,k.m2,f.DJ,f.sA,f.UI,A.Bu,A.hQ,A.Ql,w.n3,ie.Wk],encapsulation:2}))}return t(),s})();function zg(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Message is required."),e.k0s())}let qg=(()=>{var t;class s{constructor(i,o,a){this.dataService=i,this.snackBar=o,this.logger=a,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new h.B,new h.B]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.signedMessage=this.message,this.signature=i.signature})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(i){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+i)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Z.u),e.rXU(le.UG),e.rXU(D.gP))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-sign"]],standalone:!1,decls:22,vars:5,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"signature-box","bordered-box","read-only"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"copied","payload"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",1)(1,"form",2,0)(3,"mat-form-field",3)(4,"mat-label"),e.EFF(5,"Message to sign"),e.k0s(),e.j41(6,"textarea",4),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.message,m)||(a.message=m),r.Njj(m)}),e.bIt("keyup",function(){return r.eBV(l),r.Njj(a.onMessageChange())}),e.k0s(),e.DNE(7,zg,2,0,"mat-error",5),e.k0s(),e.j41(8,"div",6)(9,"button",7),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(10,"Clear Field"),e.k0s(),e.j41(11,"button",8),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onSign())}),e.EFF(12,"Sign"),e.k0s()(),e.nrm(13,"mat-divider",9),e.j41(14,"div",10)(15,"p"),e.EFF(16,"Generated Signature"),e.k0s()(),e.j41(17,"div",11),e.EFF(18),e.k0s(),e.j41(19,"div",12)(20,"button",13),e.bIt("copied",function(m){return r.eBV(l),r.Njj(a.onCopyField(m))}),e.EFF(21,"Copy Signature"),e.k0s()()()()}2&o&&(e.R7$(6),e.R50("ngModel",a.message),e.R7$(),e.Y8G("ngIf",!a.message),e.R7$(6),e.Y8G("inset",!0),e.R7$(5),e.JRh(a.signature),e.R7$(2),e.Y8G("payload",a.signature))},dependencies:[_.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,N.$z,M.fg,C.rl,C.nJ,C.TL,ne.q,f.DJ,f.sA,f.UI,be.U,te.N],styles:[".signature-box[_ngcontent-%COMP%]{padding:1rem}"]}))}return t(),s})();function Jg(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Message is required."),e.k0s())}function Qg(t,s){1&t&&(e.j41(0,"mat-error"),e.EFF(1,"Signature is required."),e.k0s())}function Wg(t,s){1&t&&(e.j41(0,"p",13)(1,"mat-icon",14),e.EFF(2,"close"),e.k0s(),e.EFF(3,"Verification failed, please check message and signature"),e.k0s())}function Zg(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Pubkey Used"),e.k0s())}function Kg(t,s){if(1&t&&(e.j41(0,"div",20)(1,"p"),e.EFF(2),e.k0s()()),2&t){const n=e.XpG(2);e.R7$(2),e.JRh(null==n.verifyRes?null:n.verifyRes.pubkey)}}function e4(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",21)(1,"button",22),e.bIt("copied",function(o){r.eBV(n);const a=e.XpG(2);return r.Njj(a.onCopyField(o))}),e.EFF(2,"Copy Pubkey"),e.k0s()()}if(2&t){const n=e.XpG(2);e.R7$(),e.Y8G("payload",null==n.verifyRes?null:n.verifyRes.pubkey)}}function t4(t,s){if(1&t&&(e.j41(0,"div",15),e.nrm(1,"mat-divider",16),e.j41(2,"div",17),e.DNE(3,Zg,2,0,"p",6),e.k0s(),e.DNE(4,Kg,3,1,"div",18)(5,e4,3,1,"div",19),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("inset",!0),e.R7$(2),e.Y8G("ngIf",n.verifyRes.valid),e.R7$(),e.Y8G("ngIf",n.verifyRes.valid),e.R7$(),e.Y8G("ngIf",n.verifyRes.valid)}}let n4=(()=>{var t;class s{constructor(i,o,a){this.dataService=i,this.snackBar=o,this.logger=a,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null},this.unSubs=[new h.B,new h.B]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.verifyRes=i,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(i){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+i)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Z.u),e.rXU(le.UG),e.rXU(D.gP))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-verify"]],standalone:!1,decls:21,vars:6,consts:[["form","ngForm"],["sign","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","signature","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"copied","payload"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"mat-form-field",4)(4,"mat-label"),e.EFF(5,"Message to verify"),e.k0s(),e.j41(6,"textarea",5),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.message,m)||(a.message=m),r.Njj(m)}),e.bIt("keyup",function(){return r.eBV(l),r.Njj(a.onChange())}),e.k0s(),e.DNE(7,Jg,2,0,"mat-error",6),e.k0s(),e.j41(8,"mat-form-field",4)(9,"mat-label"),e.EFF(10,"Signature provided"),e.k0s(),e.j41(11,"input",7,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.signature,m)||(a.signature=m),r.Njj(m)}),e.bIt("keyup",function(){return r.eBV(l),r.Njj(a.onChange())}),e.k0s(),e.DNE(13,Qg,2,0,"mat-error",6),e.k0s(),e.DNE(14,Wg,4,0,"p",8),e.j41(15,"div",9)(16,"button",10),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(17,"Clear Fields"),e.k0s(),e.j41(18,"button",11),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onVerify())}),e.EFF(19,"Verify"),e.k0s()(),e.DNE(20,t4,6,4,"div",12),e.k0s()()}2&o&&(e.R7$(6),e.R50("ngModel",a.message),e.R7$(),e.Y8G("ngIf",!a.message),e.R7$(4),e.R50("ngModel",a.signature),e.R7$(2),e.Y8G("ngIf",!a.signature),e.R7$(),e.Y8G("ngIf",a.showVerifyStatus&&!a.verifyRes.valid),e.R7$(6),e.Y8G("ngIf",a.showVerifyStatus&&a.verifyRes.valid))},dependencies:[_.bT,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,N.$z,oe.An,M.fg,C.rl,C.nJ,C.TL,ne.q,f.DJ,f.sA,f.UI,be.U,te.N],encapsulation:2}))}return t(),s})();var i4=y(90013),P=y(17186);const a4=()=>["all"],s4=()=>["no_non_routing_event"],ke=t=>({"max-width":t}),o4=t=>({"display-none":t});function l4(t,s){if(1&t&&(e.j41(0,"div",5),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.JRh(n.errorMessage)}}function r4(t,s){if(1&t&&(e.j41(0,"mat-option",17),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(3);e.Y8G("value",n),e.R7$(),e.JRh(i.getLabel(n))}}function c4(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",10)(1,"div",11),e.EFF(2,"Non Routing Peers"),e.k0s(),e.j41(3,"div",12)(4,"mat-form-field",13)(5,"mat-label"),e.EFF(6,"Filter By"),e.k0s(),e.j41(7,"mat-select",14),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.selFilterBy,o)||(a.selFilterBy=o),r.Njj(o)}),e.bIt("selectionChange",function(){r.eBV(n);const o=e.XpG(2);return o.selFilter="",r.Njj(o.applyFilter())}),e.j41(8,"perfect-scrollbar"),e.DNE(9,r4,2,2,"mat-option",15),e.k0s()()(),e.j41(10,"mat-form-field",13)(11,"mat-label"),e.EFF(12,"Filter"),e.k0s(),e.j41(13,"input",16),e.mxI("ngModelChange",function(o){r.eBV(n);const a=e.XpG(2);return e.DH7(a.selFilter,o)||(a.selFilter=o),r.Njj(o)}),e.bIt("input",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.applyFilter())})("keyup",function(){r.eBV(n);const o=e.XpG(2);return r.Njj(o.applyFilter())}),e.k0s()()()()}if(2&t){const n=e.XpG(2);e.R7$(7),e.R50("ngModel",n.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(3,a4).concat(n.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",n.selFilter)}}function p4(t,s){1&t&&e.nrm(0,"mat-progress-bar",50)}function m4(t,s){1&t&&(e.j41(0,"th",51),e.EFF(1,"Channel ID"),e.k0s())}function u4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ke,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.chan_id)}}function d4(t,s){1&t&&(e.j41(0,"th",51),e.EFF(1,"Peer Alias"),e.k0s())}function h4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ke,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.remote_alias)}}function _4(t,s){1&t&&(e.j41(0,"th",51),e.EFF(1,"Peer Pubkey"),e.k0s())}function f4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ke,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.remote_pubkey)}}function g4(t,s){1&t&&(e.j41(0,"th",51),e.EFF(1,"Channel Point"),e.k0s())}function C4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"div",53)(2,"span",54),e.EFF(3),e.k0s()()()),2&t){const n=s.$implicit,i=e.XpG(3);e.R7$(),e.Y8G("ngStyle",e.eq3(2,ke,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),e.R7$(2),e.JRh(null==n?null:n.channel_point)}}function y4(t,s){if(1&t&&(e.j41(0,"th",55),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.SpI("Uptime (",n.timeUnit,")")}}function b4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",n.uptime_str," ")}}function F4(t,s){if(1&t&&(e.j41(0,"th",55),e.EFF(1),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.SpI("Lifetime (",n.timeUnit,")")}}function x4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",n.lifetime_str," ")}}function v4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Commit Fee (Sats)"),e.k0s())}function T4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.commit_fee)," ")}}function k4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Commit Weight"),e.k0s())}function S4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.commit_weight)," ")}}function R4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Fee/KW"),e.k0s())}function E4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.fee_per_kw)," ")}}function I4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Updates"),e.k0s())}function L4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.num_updates)," ")}}function w4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Unsettled Balance (Sats)"),e.k0s())}function j4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.unsettled_balance)," ")}}function G4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Capacity (Sats)"),e.k0s())}function D4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.capacity)," ")}}function N4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Local Reserve (Sats)"),e.k0s())}function P4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.local_chan_reserve_sat)," ")}}function $4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Remote Reserve (Sats)"),e.k0s())}function A4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.SpI("",e.bMT(3,1,n.remote_chan_reserve_sat)," ")}}function M4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Sats Sent"),e.k0s())}function B4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.total_satoshis_sent))}}function O4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Sats Received"),e.k0s())}function V4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.total_satoshis_received))}}function Y4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Local Balance (Sats)"),e.k0s())}function X4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.local_balance))}}function U4(t,s){1&t&&(e.j41(0,"th",55),e.EFF(1,"Remote Balance (Sats)"),e.k0s())}function H4(t,s){if(1&t&&(e.j41(0,"td",52)(1,"span",56),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&t){const n=s.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,n.remote_balance))}}function z4(t,s){1&t&&(e.j41(0,"th",57)(1,"div",58),e.EFF(2,"Actions"),e.k0s()())}function q4(t,s){if(1&t){const n=e.RV6();e.j41(0,"td",59)(1,"button",60),e.bIt("click",function(){const o=r.eBV(n).$implicit,a=e.XpG(3);return r.Njj(a.onManagePeer(o))}),e.EFF(2,"Manage"),e.k0s()()}}function J4(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"All peers are routing."),e.k0s())}function Q4(t,s){1&t&&(e.j41(0,"p"),e.EFF(1,"Getting non routing peers..."),e.k0s())}function W4(t,s){if(1&t&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&t){const n=e.XpG(4);e.R7$(),e.JRh(n.errorMessage)}}function Z4(t,s){if(1&t&&(e.j41(0,"td",61),e.DNE(1,J4,2,0,"p",62)(2,Q4,2,0,"p",62)(3,W4,2,1,"p",62),e.k0s()),2&t){const n=e.XpG(3);e.R7$(),e.Y8G("ngIf",(!(null!=n.nonRoutingPeers&&n.nonRoutingPeers.data)||(null==n.nonRoutingPeers||null==n.nonRoutingPeers.data?null:n.nonRoutingPeers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.COMPLETED),e.R7$(),e.Y8G("ngIf",(!(null!=n.nonRoutingPeers&&n.nonRoutingPeers.data)||(null==n.nonRoutingPeers||null==n.nonRoutingPeers.data?null:n.nonRoutingPeers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("ngIf",(!(null!=n.nonRoutingPeers&&n.nonRoutingPeers.data)||(null==n.nonRoutingPeers||null==n.nonRoutingPeers.data?null:n.nonRoutingPeers.data.length)<1)&&n.apiCallStatus.status===n.apiCallStatusEnum.ERROR)}}function K4(t,s){if(1&t&&e.nrm(0,"tr",63),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,o4,(null==n.nonRoutingPeers||null==n.nonRoutingPeers.data?null:n.nonRoutingPeers.data.length)>0))}}function eC(t,s){1&t&&e.nrm(0,"tr",64)}function tC(t,s){1&t&&e.nrm(0,"tr",65)}function nC(t,s){if(1&t&&(e.j41(0,"div",18),e.DNE(1,p4,1,0,"mat-progress-bar",19),e.j41(2,"table",20,1),e.qex(4,21),e.DNE(5,m4,2,0,"th",22)(6,u4,4,4,"td",23),e.bVm(),e.qex(7,24),e.DNE(8,d4,2,0,"th",22)(9,h4,4,4,"td",23),e.bVm(),e.qex(10,25),e.DNE(11,_4,2,0,"th",22)(12,f4,4,4,"td",23),e.bVm(),e.qex(13,26),e.DNE(14,g4,2,0,"th",22)(15,C4,4,4,"td",23),e.bVm(),e.qex(16,27),e.DNE(17,y4,2,1,"th",28)(18,b4,3,1,"td",23),e.bVm(),e.qex(19,29),e.DNE(20,F4,2,1,"th",28)(21,x4,3,1,"td",23),e.bVm(),e.qex(22,30),e.DNE(23,v4,2,0,"th",28)(24,T4,4,3,"td",23),e.bVm(),e.qex(25,31),e.DNE(26,k4,2,0,"th",28)(27,S4,4,3,"td",23),e.bVm(),e.qex(28,32),e.DNE(29,R4,2,0,"th",28)(30,E4,4,3,"td",23),e.bVm(),e.qex(31,33),e.DNE(32,I4,2,0,"th",28)(33,L4,4,3,"td",23),e.bVm(),e.qex(34,34),e.DNE(35,w4,2,0,"th",28)(36,j4,4,3,"td",23),e.bVm(),e.qex(37,35),e.DNE(38,G4,2,0,"th",28)(39,D4,4,3,"td",23),e.bVm(),e.qex(40,36),e.DNE(41,N4,2,0,"th",28)(42,P4,4,3,"td",23),e.bVm(),e.qex(43,37),e.DNE(44,$4,2,0,"th",28)(45,A4,4,3,"td",23),e.bVm(),e.qex(46,38),e.DNE(47,M4,2,0,"th",28)(48,B4,4,3,"td",23),e.bVm(),e.qex(49,39),e.DNE(50,O4,2,0,"th",28)(51,V4,4,3,"td",23),e.bVm(),e.qex(52,40),e.DNE(53,Y4,2,0,"th",28)(54,X4,4,3,"td",23),e.bVm(),e.qex(55,41),e.DNE(56,U4,2,0,"th",28)(57,H4,4,3,"td",23),e.bVm(),e.qex(58,42),e.DNE(59,z4,3,0,"th",43)(60,q4,3,0,"td",44),e.bVm(),e.qex(61,45),e.DNE(62,Z4,4,3,"td",46),e.bVm(),e.DNE(63,K4,1,3,"tr",47)(64,eC,1,0,"tr",48)(65,tC,1,0,"tr",49),e.k0s()()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("ngIf",n.apiCallStatus.status===n.apiCallStatusEnum.INITIATED),e.R7$(),e.Y8G("matSortActive",n.tableSetting.sortBy)("matSortDirection",n.tableSetting.sortOrder)("dataSource",n.nonRoutingPeers),e.R7$(61),e.Y8G("matFooterRowDef",e.lJ4(7,s4)),e.R7$(),e.Y8G("matHeaderRowDef",n.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",n.displayedColumns)}}function iC(t,s){if(1&t&&(e.j41(0,"div",6),e.DNE(1,c4,14,4,"div",7)(2,nC,66,8,"div",8),e.nrm(3,"mat-paginator",9,0),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.Y8G("ngIf",""===n.errorMessage),e.R7$(),e.Y8G("ngIf",""===n.errorMessage),e.R7$(),e.Y8G("pageSize",n.pageSize)("pageSizeOptions",n.pageSizeOptions)("hidePageSize",n.screenSize!==n.screenSizeEnum.XS)}}let aC=(()=>{var t;class s{constructor(i,o,a,l,p,m,v){this.logger=i,this.commonService=o,this.store=a,this.router=l,this.activatedRoute=p,this.decimalPipe=m,this.camelCaseWithReplace=v,this.nodePageDefs=c._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"non_routing_peers",recordsPerPage:c.md,sortBy:"remote_alias",sortOrder:c.oi.DESCENDING},this.routingPeersData=[],this.displayedColumns=[],this.nonRoutingPeers=new u.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.activeChannels=[],this.timeUnit="mins:secs",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B,new h.B,new h.B,new h.B,new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(F.$G).pipe((0,g.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.ZC.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(F.Ie).pipe((0,g.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,i.apiCallStatus?.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=i.forwardingHistory.forwarding_events?i.forwardingHistory.forwarding_events:[],this.routingPeersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData),this.logger.info(i.apiCallStatus),this.logger.info(i.forwardingHistory)}),this.store.select(F.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=i.channels,this.logger.info(i)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData)}calculateUptime(i){let m=60,v=1,b=0;switch(i.forEach(S=>{S.uptime&&+S.uptime>b&&(b=+S.uptime)}),!0){case b<3600:this.timeUnit="Mins:Secs",m=60,v=1;break;case b>=3600&&b<86400:this.timeUnit="Hrs:Mins",m=3600,v=60;break;case b>=86400&&b<31536e3:this.timeUnit="Days:Hrs",m=86400,v=3600;break;case b>31536e3:this.timeUnit="Yrs:Days",m=31536e3,v=86400;break;default:this.timeUnit="Mins:Secs",m=60,v=1}return i.forEach(S=>{S.uptime_str=S.uptime?this.decimalPipe.transform(Math.floor(+S.uptime/m),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.uptime%m/v),"2.0-0"):"---",S.lifetime_str=S.lifetime?this.decimalPipe.transform(Math.floor(+S.lifetime/m),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+S.lifetime%m/v),"2.0-0"):"---"}),i}onManagePeer(i){this.router.navigate(["../../","connections","channels","open"],{relativeTo:this.activatedRoute,state:{filterValue:i.chan_id}})}applyFilter(){this.nonRoutingPeers.filter=this.selFilter.toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(a=>a.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.nonRoutingPeers.filterPredicate=(i,o)=>{let a="";return a="all"===this.selFilterBy?JSON.stringify(i).toLowerCase():typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString(),a.includes(o)}}loadNonRoutingPeersTable(i){if(i.length>0){const o=this.calculateUptime(this.activeChannels?.filter(a=>i.findIndex(l=>l.chan_id_in===a.chan_id||l.chan_id_out===a.chan_id)<0));this.nonRoutingPeers=new u.I6(o),this.nonRoutingPeers.sort=this.sort,this.nonRoutingPeers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.nonRoutingPeers)}else this.nonRoutingPeers=new u.I6([]);this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(w.Ix),e.rXU(w.nX),e.rXU(_.QX),e.rXU(J.VD))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-non-routing-peers"]],viewQuery:function(o,a){if(1&o&&(e.GBs(R.B4,5),e.GBs(G.iy,5)),2&o){let l;e.mGM(l=e.lsd())&&(a.sort=l.first),e.mGM(l=e.lsd())&&(a.paginator=l.first)}},standalone:!1,features:[e.Jv_([{provide:G.xX,useValue:(0,c.on)("Non routing peers")}])],decls:3,vars:2,consts:[["paginator",""],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","remote_pubkey"],["matColumnDef","channel_point"],["matColumnDef","uptime_str"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lifetime_str"],["matColumnDef","commit_fee"],["matColumnDef","commit_weight"],["matColumnDef","fee_per_kw"],["matColumnDef","num_updates"],["matColumnDef","unsettled_balance"],["matColumnDef","capacity"],["matColumnDef","local_chan_reserve_sat"],["matColumnDef","remote_chan_reserve_sat"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_non_routing_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,a){1&o&&(e.j41(0,"div",2),e.DNE(1,l4,2,1,"div",3)(2,iC,5,5,"div",4),e.k0s()),2&o&&(e.R7$(),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage))},dependencies:[_.YU,_.Sq,_.bT,_.B3,d.me,d.BC,d.vS,N.$z,M.fg,C.rl,C.nJ,V.HM,f.DJ,f.sA,f.UI,j.PW,j.eI,E.VO,X.wT,R.B4,R.aE,u.Zl,u.tL,u.ji,u.cC,u.YV,u.iL,u.Zq,u.xW,u.KS,u.$R,u.Qo,u.YZ,u.NB,u.iF,G.iy,B.ZF,B.Ld,_.QX],encapsulation:2}))}return t(),s})();var mt=y(83838);let sC=(()=>{var t;class s{constructor(i){this.dataService=i,this.paths="",this.unSubs=[new h.B,new h.B]}ngOnInit(){if(this.payment.htlcs&&this.payment.htlcs[0]&&this.payment.htlcs[0].route&&this.payment.htlcs[0].route.hops&&this.payment.htlcs[0].route.hops.length>0){const i=this.payment.htlcs[0].route.hops?.reduce((o,a)=>""===o&&a.pub_key?a.pub_key:o+","+a.pub_key,"");this.dataService.getAliasesFromPubkeys(i,!0).pipe((0,g.Q)(this.unSubs[0])).subscribe(o=>{this.paths=o?.reduce((a,l)=>""===a?l:a+"\n"+l,"")})}this.payment.payment_request&&""!==this.payment.payment_request.trim()&&this.dataService.decodePayment(this.payment.payment_request,!1).pipe((0,W.s)(1)).subscribe(i=>{i&&i.description&&""!==i.description&&(this.payment.description=i.description)})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(Z.u))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-payment-lookup"]],inputs:{payment:"payment"},standalone:!1,decls:66,vars:20,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","50"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"mat-card-content",1)(2,"div",2)(3,"h4",3),e.EFF(4,"Payment Hash"),e.k0s(),e.j41(5,"span",4),e.EFF(6),e.k0s()(),e.nrm(7,"mat-divider",5),e.j41(8,"div",2)(9,"h4",3),e.EFF(10,"Payment Preimage"),e.k0s(),e.j41(11,"span",4)(12,"div"),e.EFF(13),e.k0s()()(),e.nrm(14,"mat-divider",5),e.j41(15,"div",2)(16,"h4",3),e.EFF(17,"Payment Request"),e.k0s(),e.j41(18,"span",4)(19,"div"),e.EFF(20),e.k0s()()(),e.nrm(21,"mat-divider",5),e.j41(22,"div",2)(23,"h4",3),e.EFF(24,"Description"),e.k0s(),e.j41(25,"span",4)(26,"div"),e.EFF(27),e.k0s()()(),e.nrm(28,"mat-divider",5),e.j41(29,"div",6)(30,"div",7)(31,"h4",3),e.EFF(32,"Status"),e.k0s(),e.j41(33,"span",4)(34,"div"),e.EFF(35),e.k0s()()(),e.j41(36,"div",7)(37,"h4",3),e.EFF(38,"Creation Date"),e.k0s(),e.j41(39,"span",4)(40,"div"),e.EFF(41),e.k0s()()()(),e.nrm(42,"mat-divider",5),e.j41(43,"div",6)(44,"div",7)(45,"h4",3),e.EFF(46,"Value (mSats)"),e.k0s(),e.j41(47,"span",4)(48,"div"),e.EFF(49),e.nI1(50,"number"),e.k0s()()(),e.j41(51,"div",7)(52,"h4",3),e.EFF(53,"Fee (mSats)"),e.k0s(),e.j41(54,"span",4)(55,"div"),e.EFF(56),e.nI1(57,"number"),e.k0s()()()(),e.nrm(58,"mat-divider",5),e.j41(59,"div",2)(60,"h4",3),e.EFF(61,"Path"),e.k0s(),e.j41(62,"span",4)(63,"div"),e.EFF(64),e.k0s()()(),e.nrm(65,"mat-divider",5),e.k0s()()),2&o&&(e.R7$(6),e.JRh(null==a.payment?null:a.payment.payment_hash),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==a.payment?null:a.payment.payment_preimage),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==a.payment?null:a.payment.payment_request),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==a.payment?null:a.payment.description),e.R7$(),e.Y8G("inset",!0),e.R7$(7),e.JRh(null==a.payment?null:a.payment.status),e.R7$(6),e.JRh(null==a.payment?null:a.payment.creation_date),e.R7$(),e.Y8G("inset",!0),e.R7$(7),e.JRh(e.bMT(50,16,null==a.payment?null:a.payment.value_msat)),e.R7$(7),e.JRh(e.bMT(57,18,null==a.payment?null:a.payment.fee_msat)),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(a.paths),e.R7$(),e.Y8G("inset",!0))},dependencies:[k.m2,ne.q,f.DJ,f.sA,f.UI,_.QX],encapsulation:2}))}return t(),s})();var oC=y(38288);const ut=t=>({"display-none":t}),Me=t=>({"mr-0":t});function lC(t,s){if(1&t&&e.nrm(0,"qr-code",22),2&t){const n=e.XpG();e.Y8G("value",null==n.invoice?null:n.invoice.payment_request)("size",n.qrWidth)}}function rC(t,s){1&t&&(e.j41(0,"span",23),e.EFF(1,"N/A"),e.k0s())}function cC(t,s){if(1&t&&e.nrm(0,"qr-code",22),2&t){const n=e.XpG();e.Y8G("value",null==n.invoice?null:n.invoice.payment_request)("size",n.qrWidth)}}function pC(t,s){1&t&&(e.j41(0,"span",24),e.EFF(1,"QR Code Not Applicable"),e.k0s())}function mC(t,s){1&t&&e.nrm(0,"mat-divider",16),2&t&&e.Y8G("inset",!0)}function uC(t,s){1&t&&(e.qex(0),e.EFF(1," (zero amount) "),e.bVm())}function dC(t,s){if(1&t&&e.nrm(0,"span",38),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Me,n.screenSize===n.screenSizeEnum.XS))}}function hC(t,s){if(1&t&&e.nrm(0,"span",39),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Me,n.screenSize===n.screenSizeEnum.XS))}}function _C(t,s){if(1&t&&e.nrm(0,"span",40),2&t){const n=e.XpG(3);e.Y8G("ngClass",e.eq3(1,Me,n.screenSize===n.screenSizeEnum.XS))}}function fC(t,s){if(1&t&&(e.j41(0,"div",27)(1,"div",32)(2,"span",33),e.DNE(3,dC,1,3,"span",34)(4,hC,1,3,"span",35)(5,_C,1,3,"span",36),e.EFF(6),e.k0s(),e.j41(7,"span",37),e.EFF(8),e.nI1(9,"number"),e.k0s()(),e.nrm(10,"mat-divider",16),e.k0s()),2&t){const n=s.$implicit,i=e.XpG(2);e.R7$(3),e.Y8G("ngIf","SETTLED"===n.state),e.R7$(),e.Y8G("ngIf","ACCEPTED"===n.state),e.R7$(),e.Y8G("ngIf","CANCELED"===n.state),e.R7$(),e.SpI(" ",n.chan_id," "),e.R7$(2),e.JRh(e.i5U(9,6,+n.amt_msat/1e3||0,i.getDecimalFormat(n))),e.R7$(2),e.Y8G("inset",!0)}}function gC(t,s){if(1&t){const n=e.RV6();e.j41(0,"div",11)(1,"mat-expansion-panel",25),e.bIt("opened",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.flgOpened=!0)})("closed",function(){r.eBV(n);const o=e.XpG();return r.Njj(o.onExpansionClosed())}),e.j41(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",26),e.EFF(5,"HTLCs"),e.k0s()()(),e.j41(6,"div",27)(7,"div",28)(8,"span",29),e.EFF(9,"Channel ID"),e.k0s(),e.j41(10,"span",30),e.EFF(11,"Amount (Sats)"),e.k0s()(),e.nrm(12,"mat-divider",16),e.DNE(13,fC,11,9,"div",31),e.k0s()()()}if(2&t){const n=e.XpG();e.R7$(12),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngForOf",null==n.invoice?null:n.invoice.htlcs)}}function CC(t,s){1&t&&e.nrm(0,"mat-divider",16),2&t&&e.Y8G("inset",!0)}let yC=(()=>{var t;class s{constructor(i){this.commonService=i,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS&&(this.qrWidth=220)}getDecimalFormat(i){return i.amt_msat<1e3?"1.0-4":"1.0-0"}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU($.h))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-invoice-lookup"]],inputs:{invoice:"invoice"},standalone:!1,decls:90,vars:45,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","20",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","80"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"font-size-300"],[1,"font-size-120"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(o,a){1&o&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,lC,1,2,"qr-code",2)(3,rC,2,0,"span",3),e.k0s(),e.j41(4,"div",4)(5,"mat-card-content",5)(6,"div",6)(7,"div",7),e.DNE(8,cC,1,2,"qr-code",2)(9,pC,2,0,"span",8),e.k0s(),e.DNE(10,mC,1,1,"mat-divider",9),e.j41(11,"div",10)(12,"div",11)(13,"div",12)(14,"h4",13),e.EFF(15),e.k0s(),e.j41(16,"span",14),e.EFF(17),e.nI1(18,"number"),e.DNE(19,uC,2,0,"ng-container",15),e.k0s()(),e.j41(20,"div",12)(21,"h4",13),e.EFF(22,"Amount Settled"),e.k0s(),e.j41(23,"span",14)(24,"div"),e.EFF(25),e.nI1(26,"number"),e.k0s()()()(),e.nrm(27,"mat-divider",16),e.j41(28,"div",11)(29,"div",12)(30,"h4",13),e.EFF(31,"Date Created"),e.k0s(),e.j41(32,"span",14),e.EFF(33),e.nI1(34,"date"),e.k0s()(),e.j41(35,"div",12)(36,"h4",13),e.EFF(37,"Date Settled"),e.k0s(),e.j41(38,"span",14),e.EFF(39),e.nI1(40,"date"),e.k0s()()(),e.nrm(41,"mat-divider",16),e.j41(42,"div",11)(43,"div",17)(44,"h4",13),e.EFF(45,"Memo"),e.k0s(),e.j41(46,"span",14),e.EFF(47),e.k0s()()(),e.nrm(48,"mat-divider",16),e.j41(49,"div",11)(50,"div",17)(51,"h4",13),e.EFF(52,"Payment Request"),e.k0s(),e.j41(53,"span",18),e.EFF(54),e.k0s()()(),e.nrm(55,"mat-divider",16),e.j41(56,"div",11)(57,"div",17)(58,"h4",13),e.EFF(59,"Payment Hash"),e.k0s(),e.j41(60,"span",18),e.EFF(61),e.k0s()()(),e.j41(62,"div"),e.nrm(63,"mat-divider",16),e.j41(64,"div",11)(65,"div",17)(66,"h4",13),e.EFF(67,"Preimage"),e.k0s(),e.j41(68,"span",18),e.EFF(69),e.k0s()()(),e.nrm(70,"mat-divider",16),e.j41(71,"div",11)(72,"div",19)(73,"h4",13),e.EFF(74,"State"),e.k0s(),e.j41(75,"span",18),e.EFF(76),e.k0s()(),e.j41(77,"div",20)(78,"h4",13),e.EFF(79,"Expiry"),e.k0s(),e.j41(80,"span",18),e.EFF(81),e.k0s()(),e.j41(82,"div",20)(83,"h4",13),e.EFF(84,"Private Routing Hints"),e.k0s(),e.j41(85,"span",18),e.EFF(86),e.k0s()()(),e.nrm(87,"mat-divider",16),e.DNE(88,gC,14,2,"div",21)(89,CC,1,1,"mat-divider",9),e.k0s()()()()()()),2&o&&(e.R7$(),e.Y8G("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.eq3(41,ut,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.R7$(),e.Y8G("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.R7$(4),e.Y8G("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.eq3(43,ut,a.screenSize!==a.screenSizeEnum.XS&&a.screenSize!==a.screenSizeEnum.SM)),e.R7$(),e.Y8G("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.R7$(),e.Y8G("ngIf",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM),e.R7$(5),e.JRh(a.screenSize===a.screenSizeEnum.XS?"Amount":"Amount Requested"),e.R7$(2),e.SpI("",e.bMT(18,31,(null==a.invoice?null:a.invoice.value)||0)," Sats"),e.R7$(2),e.Y8G("ngIf",!(null!=a.invoice&&a.invoice.value)||"0"===(null==a.invoice?null:a.invoice.value)),e.R7$(6),e.SpI("",e.bMT(26,33,null==a.invoice?null:a.invoice.amt_paid_sat)," Sats"),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(e.i5U(34,35,1e3*(null==a.invoice?null:a.invoice.creation_date),"dd/MMM/y HH:mm")),e.R7$(6),e.JRh(0!=+(null==a.invoice?null:a.invoice.settle_date)?e.i5U(40,38,1e3*+(null==a.invoice?null:a.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==a.invoice?null:a.invoice.memo),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==a.invoice?null:a.invoice.payment_request)||"N/A"),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==a.invoice?null:a.invoice.r_hash)||""),e.R7$(2),e.Y8G("inset",!0),e.R7$(6),e.JRh((null==a.invoice?null:a.invoice.r_preimage)||"-"),e.R7$(),e.Y8G("inset",!0),e.R7$(6),e.JRh(null==a.invoice?null:a.invoice.state),e.R7$(5),e.JRh(null==a.invoice?null:a.invoice.expiry),e.R7$(5),e.JRh(null!=a.invoice&&a.invoice.private?"Yes":"No"),e.R7$(),e.Y8G("inset",!0),e.R7$(),e.Y8G("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0),e.R7$(),e.Y8G("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0))},dependencies:[_.YU,_.Sq,_.bT,k.m2,z.GK,z.Z2,z.WN,ne.q,f.DJ,f.sA,f.UI,j.PW,ee.oV,oC.Um,B.Ld,_.QX,_.vh],encapsulation:2}))}return t(),s})();const bC=t=>({"mt-1":!0,"mt-2":t}),FC=t=>({"w-100 mt-2 p-2 error-border":t,"w-100 my-2 p-2":!0});function xC(t,s){if(1&t&&(e.j41(0,"mat-radio-button",17),e.EFF(1),e.k0s()),2&t){const n=s.$implicit,i=e.XpG();e.Y8G("value",n.id)("checked",i.selectedFieldId===n.id),e.R7$(),e.SpI(" ",n.name," ")}}function vC(t,s){if(1&t&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&t){const n=e.XpG();e.R7$(),e.SpI("",null==n.lookupFields[n.selectedFieldId]?null:n.lookupFields[n.selectedFieldId].placeholder," is required.")}}function TC(t,s){1&t&&e.nrm(0,"mat-progress-bar",20)}function kC(t,s){if(1&t&&(e.j41(0,"div",18),e.DNE(1,TC,1,0,"mat-progress-bar",19),e.EFF(2),e.k0s()),2&t){const n=e.XpG();e.Y8G("ngClass",e.eq3(3,FC,""!==n.errorMessage&&"Getting lookup details..."!==n.errorMessage)),e.R7$(),e.Y8G("ngIf","Getting lookup details..."===n.errorMessage),e.R7$(),e.SpI(" ",n.errorMessage," ")}}function SC(t,s){if(1&t&&(e.j41(0,"span",27),e.nrm(1,"rtl-payment-lookup",28),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("payment",n.lookupValue)}}function RC(t,s){if(1&t&&(e.j41(0,"span",27),e.nrm(1,"rtl-invoice-lookup",29),e.k0s()),2&t){const n=e.XpG(2);e.R7$(),e.Y8G("invoice",n.lookupValue)}}function EC(t,s){1&t&&(e.j41(0,"span"),e.EFF(1,' fxFlex="100"'),e.j41(2,"h3"),e.EFF(3,"Error! Unable to find details!"),e.k0s()())}function IC(t,s){if(1&t&&(e.j41(0,"div",21)(1,"div",22)(2,"span",23),e.EFF(3),e.k0s()(),e.j41(4,"div",24),e.DNE(5,SC,2,1,"span",25)(6,RC,2,1,"span",25)(7,EC,4,0,"span",26),e.k0s()()),2&t){const n=e.XpG();e.R7$(3),e.SpI("",n.lookupFields[n.selectedFieldId].name," Details"),e.R7$(),e.Y8G("ngSwitch",n.selectedFieldId),e.R7$(),e.Y8G("ngSwitchCase",0),e.R7$(),e.Y8G("ngSwitchCase",1)}}let LC=(()=>{var t;class s{constructor(i,o,a,l){this.logger=i,this.commonService=o,this.store=a,this.actions=l,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Payment",placeholder:"Payment Hash"},{id:1,name:"Invoice",placeholder:"Payment Hash"}],this.faSearch=x.MjD,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatusEnum=c.wn,this.unSubs=[new h.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,U.p)(i=>i.type===c.QP.SET_LOOKUP_LND)).subscribe(i=>{this.flgSetLookupValue=!i.payload.error,this.lookupValue=JSON.parse(JSON.stringify(i.payload)),this.errorMessage=i.payload.error?this.commonService.extractErrorMessage(i.payload.error):"",this.logger.info(this.lookupValue)})}onLookup(){if(!this.lookupKey)return!0;switch(this.errorMessage="",this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,T.jk)({payload:mt.Buffer.from(this.lookupKey.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}));break;case 1:this.store.dispatch((0,T.Yi)({payload:{openSnackBar:!1,paymentHash:mt.Buffer.from(this.lookupKey.trim(),"hex").toString("base64")?.replace(/\+/g,"-")?.replace(/[/]/g,"_")}}))}}onSelectChange(i){this.resetData(),this.selectedFieldId=i.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)(e.rXU(D.gP),e.rXU($.h),e.rXU(L.il),e.rXU(K.En))},this.\u0275cmp=e.VBU({type:s,selectors:[["rtl-lookup-transactions"]],standalone:!1,decls:21,vars:10,consts:[["form","ngForm"],["key",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mb-2"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[3,"payment"],[3,"invoice"]],template:function(o,a){if(1&o){const l=e.RV6();e.j41(0,"div",2)(1,"div",3)(2,"mat-card-content",4)(3,"form",5,0)(5,"div",6)(6,"mat-radio-group",7),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.selectedFieldId,m)||(a.selectedFieldId=m),r.Njj(m)}),e.bIt("change",function(m){return r.eBV(l),r.Njj(a.onSelectChange(m))}),e.DNE(7,xC,2,3,"mat-radio-button",8),e.k0s()(),e.j41(8,"mat-form-field",9)(9,"mat-label"),e.EFF(10),e.k0s(),e.j41(11,"input",10,1),e.mxI("ngModelChange",function(m){return r.eBV(l),e.DH7(a.lookupKey,m)||(a.lookupKey=m),r.Njj(m)}),e.bIt("change",function(){return r.eBV(l),r.Njj(a.clearLookupValue())}),e.k0s(),e.DNE(13,vC,2,1,"mat-error",11),e.k0s(),e.j41(14,"div",12)(15,"button",13),e.bIt("click",function(){return r.eBV(l),r.Njj(a.resetData())}),e.EFF(16,"Clear"),e.k0s(),e.j41(17,"button",14),e.bIt("click",function(){return r.eBV(l),r.Njj(a.onLookup())}),e.EFF(18,"Lookup"),e.k0s()()(),e.DNE(19,kC,3,5,"div",15)(20,IC,8,4,"div",16),e.k0s()()()}2&o&&(e.R7$(6),e.R50("ngModel",a.selectedFieldId),e.R7$(),e.Y8G("ngForOf",a.lookupFields),e.R7$(),e.Y8G("ngClass",e.eq3(8,bC,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.R7$(2),e.JRh((null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key"),e.R7$(),e.R50("ngModel",a.lookupKey),e.R7$(2),e.Y8G("ngIf",!a.lookupKey),e.R7$(6),e.Y8G("ngIf",""!==a.errorMessage),e.R7$(),e.Y8G("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},dependencies:[_.YU,_.Sq,_.bT,_.ux,_.e1,_.fG,d.qT,d.me,d.BC,d.cb,d.YS,d.vS,d.cV,N.$z,k.m2,M.fg,C.rl,C.nJ,C.TL,V.HM,de.VT,de._g,f.DJ,f.sA,f.UI,j.PW,sC,yC],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]}))}return t(),s})();const wC=[{path:"",component:Oe,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:Us,canActivate:[(0,P.jn)()]},{path:"wallet",component:Id,canActivate:[P.q_]},{path:"onchain",component:l2,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:p2,canActivate:[(0,P.jn)()]},{path:"send/:selTab",component:ct,data:{sweepAll:!1},canActivate:[(0,P.jn)()]},{path:"sweep/:selTab",component:ct,data:{sweepAll:!0},canActivate:[(0,P.jn)()]}]},{path:"connections",component:qs,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:gl,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:O1,canActivate:[(0,P.jn)()]},{path:"pending",component:Tm,canActivate:[(0,P.jn)()]},{path:"closed",component:uu,canActivate:[(0,P.jn)()]},{path:"activehtlcs",component:ad,canActivate:[(0,P.jn)()]}]},{path:"peers",component:ul,data:{sweepAll:!1},canActivate:[(0,P.jn)()]}]},{path:"transactions",component:wd,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Xe,canActivate:[(0,P.jn)()]},{path:"invoices",component:Ye,canActivate:[(0,P.jn)()]},{path:"lookuptransactions",component:LC,canActivate:[(0,P.jn)()]}]},{path:"messages",component:Hg,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:qg,canActivate:[(0,P.jn)()]},{path:"verify",component:n4,canActivate:[(0,P.jn)()]}]},{path:"channelbackup",component:cg,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"bckup"},{path:"bckup",component:Xg,canActivate:[(0,P.jn)()]},{path:"restore",component:Rg,canActivate:[(0,P.jn)()]}]},{path:"routing",component:Ah,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:at,canActivate:[(0,P.jn)()]},{path:"peers",component:c0,canActivate:[(0,P.jn)()]},{path:"nonroutingprs",component:aC,canActivate:[(0,P.jn)()]}]},{path:"reports",component:m0,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:b0,canActivate:[(0,P.jn)()]},{path:"transactions",component:G0,canActivate:[(0,P.jn)()]}]},{path:"graph",component:Gd,canActivate:[(0,P.jn)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:it,canActivate:[(0,P.jn)()]},{path:"queryroutes",component:oh,canActivate:[(0,P.jn)()]}]},{path:"lookups",component:it,canActivate:[(0,P.jn)()]},{path:"network",component:lg,canActivate:[(0,P.jn)()]},{path:"**",component:i4.X},{path:"rates",redirectTo:"network"}]}],jC=ie.iI.forChild(wC);var GC=y(19029);let DC=(()=>{var t;class s{static#e=t=()=>(this.\u0275fac=function(o){return new(o||s)},this.\u0275mod=e.$C({type:s,bootstrap:[Oe]}),this.\u0275inj=r.G2t({imports:[_.MD,GC.G,jC]}))}return t(),s})()}}]); \ No newline at end of file diff --git a/frontend/193.0936738599c66c4e.js b/frontend/193.0936738599c66c4e.js new file mode 100644 index 00000000..99349b8a --- /dev/null +++ b/frontend/193.0936738599c66c4e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[193],{5085:(c1,j,t)=>{t.d(j,{T:()=>K});var e=t(96695),T=t(2042),f=t(19295),c=t(96183),l=t(4416),k=t(11771),b=t(21413),B=t(56977),w=t(79647),S=t(2615),a=t(73664),P=t(82571),N=t(59640),R=t(72200),V=t(52929),O=t(89417),A=t(88834),G=t(33746),H=t(69588),U=t(52920),C=t(16038),x=t(23029),v=t(10497);const n=()=>["all"],z=()=>["no_transaction"],g=s=>({"display-none":s});function F(s,L){if(1&s&&(a.j41(0,"mat-option",30),a.EFF(1),a.k0s()),2&s){const M=L.$implicit,r=a.XpG();a.Y8G("value",M),a.R7$(),a.JRh(r.getLabel(M))}}function I(s,L){1&s&&(a.j41(0,"th",31),a.EFF(1,"Date"),a.k0s())}function y(s,L){if(1&s&&(a.j41(0,"td",32),a.EFF(1),a.nI1(2,"date"),a.k0s()),2&s){const M=L.$implicit,r=a.XpG();a.R7$(),a.JRh(a.i5U(2,1,null==M?null:M.date,r.dataRange===r.scrollRanges[1]?"MMM/yyyy":"dd/MMM/yyyy"))}}function W(s,L){1&s&&(a.j41(0,"th",33),a.EFF(1,"Amount Paid (Sats)"),a.k0s())}function Y(s,L){if(1&s&&(a.j41(0,"td",32)(1,"span",34),a.EFF(2),a.nI1(3,"number"),a.k0s()()),2&s){const M=L.$implicit;a.R7$(2),a.JRh(a.i5U(3,1,null==M?null:M.amount_paid,"1.0-2"))}}function Z(s,L){1&s&&(a.j41(0,"th",33),a.EFF(1,"# Payments"),a.k0s())}function q(s,L){if(1&s&&(a.j41(0,"td",32)(1,"span",34),a.EFF(2),a.nI1(3,"number"),a.k0s()()),2&s){const M=L.$implicit;a.R7$(2),a.JRh(a.bMT(3,1,null==M?null:M.num_payments))}}function a1(s,L){1&s&&(a.j41(0,"th",33),a.EFF(1,"Amount Received (Sats)"),a.k0s())}function Q(s,L){if(1&s&&(a.j41(0,"td",32)(1,"span",34),a.EFF(2),a.nI1(3,"number"),a.k0s()()),2&s){const M=L.$implicit;a.R7$(2),a.JRh(a.i5U(3,1,null==M?null:M.amount_received,"1.0-2"))}}function e1(s,L){1&s&&(a.j41(0,"th",33),a.EFF(1,"# Invoices"),a.k0s())}function J(s,L){if(1&s&&(a.j41(0,"td",32)(1,"span",34),a.EFF(2),a.nI1(3,"number"),a.k0s()()),2&s){const M=L.$implicit;a.R7$(2),a.JRh(a.bMT(3,1,null==M?null:M.num_invoices))}}function u(s,L){if(1&s){const M=a.RV6();a.j41(0,"th",35)(1,"div",36)(2,"mat-select",37),a.nrm(3,"mat-select-trigger"),a.j41(4,"mat-option",38),a.bIt("click",function(){S.eBV(M);const h=a.XpG();return S.Njj(h.onDownloadCSV())}),a.EFF(5,"Download CSV"),a.k0s()()()()}}function _(s,L){if(1&s){const M=a.RV6();a.j41(0,"td",39)(1,"button",40),a.bIt("click",function(){const h=S.eBV(M).$implicit,p=a.XpG();return S.Njj(p.onTransactionClick(h))}),a.EFF(2,"View Info"),a.k0s()()}}function m(s,L){1&s&&(a.j41(0,"p"),a.EFF(1,"No transaction available."),a.k0s())}function i(s,L){if(1&s&&(a.j41(0,"td",41),a.DNE(1,m,2,0,"p",42),a.k0s()),2&s){const M=a.XpG();a.R7$(),a.Y8G("ngIf",!(null!=M.transactions&&M.transactions.data)||(null==M.transactions||null==M.transactions.data?null:M.transactions.data.length)<1)}}function o(s,L){if(1&s&&a.nrm(0,"tr",43),2&s){const M=a.XpG();a.Y8G("ngClass",a.eq3(1,g,(null==M.transactions?null:M.transactions.data)&&(null==M.transactions||null==M.transactions.data?null:M.transactions.data.length)>0))}}function d(s,L){1&s&&a.nrm(0,"tr",44)}function E(s,L){1&s&&a.nrm(0,"tr",45)}let K=(()=>{var s;class L{constructor(r,h,p,D){this.commonService=r,this.store=h,this.datePipe=p,this.camelCaseWithReplace=D,this.dataRange=l.rs[0],this.dataList=[],this.selFilter="",this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.tableSetting={tableId:"transactions",recordsPerPage:l.md,sortBy:"date",sortOrder:l.oi.DESCENDING},this.nodePageDefs=l._1,this.selFilterBy="all",this.timezoneOffset=60*new Date(Date.now()).getTimezoneOffset(),this.scrollRanges=l.rs,this.transactions=new f.I6([]),this.pageSize=l.md,this.pageSizeOptions=l.xp,this.screenSize="",this.screenSizeEnum=l.f7,this.unSubs=[new b.B,new b.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(r){r.dataList&&!r.dataList.firstChange&&(this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.loadTransactionsTable(this.dataList)),r.selFilter&&!r.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(w._c).pipe((0,B.Q)(this.unSubs[0])).subscribe(r=>{this.nodePageDefs="CLN"===r.lnImplementation?l.Jd:"ECL"===r.lnImplementation?l.WW:l._1}),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:l.md,this.dataList&&this.dataList.length>0&&this.loadTransactionsTable(this.dataList)}ngAfterViewInit(){setTimeout(()=>{this.setTableWidgets()},0)}onTransactionClick(r){const h=[[{key:"date",value:this.datePipe.transform(r.date,this.dataRange===l.rs[1]?"MMM/yyyy":"dd/MMM/yyyy"),title:"Date",width:100,type:l.UN.DATE}],[{key:"amount_paid",value:Math.round(r.amount_paid),title:"Amount Paid (Sats)",width:50,type:l.UN.NUMBER},{key:"num_payments",value:r.num_payments,title:"# Payments",width:50,type:l.UN.NUMBER}],[{key:"amount_received",value:Math.round(r.amount_received),title:"Amount Received (Sats)",width:50,type:l.UN.NUMBER},{key:"num_invoices",value:r.num_invoices,title:"# Invoices",width:50,type:l.UN.NUMBER}]];this.store.dispatch((0,k.xO)({payload:{data:{type:l.A$.INFORMATION,alertTitle:"Transaction Summary",message:h}}}))}applyFilter(){this.transactions&&(this.transactions.filter=this.selFilter.trim().toLowerCase())}getLabel(r){const h=this.nodePageDefs.reports[this.tableSetting.tableId].allowedColumns.find(p=>p.column===r);return h?h.label?h.label:this.camelCaseWithReplace.transform(h.column,"_"):this.commonService.titleCase(r)}setFilterPredicate(){this.transactions.filterPredicate=(r,h)=>{let p="";switch(this.selFilterBy){case"all":p=(r.date?(this.datePipe.transform(r.date,"dd/MMM")+"/"+r.date.getFullYear()).toLowerCase():"")+JSON.stringify(r).toLowerCase();break;case"date":p=this.datePipe.transform(new Date(r[this.selFilterBy]||0),this.dataRange===this.scrollRanges[1]?"MMM/yyyy":"dd/MMM/yyyy")?.toLowerCase()||"";break;default:p=typeof r[this.selFilterBy]>"u"?"":"string"==typeof r[this.selFilterBy]?r[this.selFilterBy].toLowerCase():"boolean"==typeof r[this.selFilterBy]?r[this.selFilterBy]?"yes":"no":r[this.selFilterBy].toString()}return p.includes(h)}}loadTransactionsTable(r){this.transactions=new f.I6(r?[...r]:[]),this.setTableWidgets()}setTableWidgets(){this.transactions&&this.transactions.data&&this.transactions.data.length>0&&(this.transactions.sort=this.sort,this.transactions.sortingDataAccessor=(r,h)=>r[h]&&isNaN(r[h])?r[h].toLocaleLowerCase():r[h]?+r[h]:null,this.transactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter())}onDownloadCSV(){this.transactions.data&&this.transactions.data.length>0&&this.commonService.downloadFile(this.dataList,"Transactions-report-"+this.dataRange.toLowerCase())}ngOnDestroy(){this.unSubs.forEach(r=>{r.next(),r.complete()})}static#a=s=()=>(this.\u0275fac=function(h){return new(h||L)(a.rXU(P.h),a.rXU(N.il),a.rXU(R.vh),a.rXU(V.VD))},this.\u0275cmp=a.VBU({type:L,selectors:[["rtl-transactions-report-table"]],viewQuery:function(h,p){if(1&h&&(a.GBs(T.B4,5),a.GBs(e.iy,5)),2&h){let D;a.mGM(D=a.lsd())&&(p.sort=D.first),a.mGM(D=a.lsd())&&(p.paginator=D.first)}},inputs:{dataRange:"dataRange",dataList:"dataList",selFilter:"selFilter",displayedColumns:"displayedColumns",tableSetting:"tableSetting"},standalone:!1,features:[a.Jv_([{provide:c.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:e.xX,useValue:(0,l.on)("Transactions")}]),a.OA$],decls:43,vars:14,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","amount_paid"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","num_payments"],["matColumnDef","amount_received"],["matColumnDef","num_invoices"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(h,p){if(1&h){const D=a.RV6();a.j41(0,"div",1)(1,"div",2)(2,"div",3),a.nrm(3,"div",4),a.j41(4,"div",5)(5,"mat-form-field",6)(6,"mat-label"),a.EFF(7,"Filter By"),a.k0s(),a.j41(8,"mat-select",7),a.mxI("ngModelChange",function($){return S.eBV(D),a.DH7(p.selFilterBy,$)||(p.selFilterBy=$),S.Njj($)}),a.bIt("selectionChange",function(){return S.eBV(D),p.selFilter="",S.Njj(p.applyFilter())}),a.j41(9,"perfect-scrollbar"),a.DNE(10,F,2,2,"mat-option",8),a.k0s()()(),a.j41(11,"mat-form-field",6)(12,"mat-label"),a.EFF(13,"Filter"),a.k0s(),a.j41(14,"input",9),a.mxI("ngModelChange",function($){return S.eBV(D),a.DH7(p.selFilter,$)||(p.selFilter=$),S.Njj($)}),a.bIt("input",function(){return S.eBV(D),S.Njj(p.applyFilter())})("keyup",function(){return S.eBV(D),S.Njj(p.applyFilter())}),a.k0s()()()(),a.j41(15,"div",10)(16,"div",11)(17,"table",12,0),a.qex(19,13),a.DNE(20,I,2,0,"th",14)(21,y,3,4,"td",15),a.bVm(),a.qex(22,16),a.DNE(23,W,2,0,"th",17)(24,Y,4,4,"td",15),a.bVm(),a.qex(25,18),a.DNE(26,Z,2,0,"th",17)(27,q,4,3,"td",15),a.bVm(),a.qex(28,19),a.DNE(29,a1,2,0,"th",17)(30,Q,4,4,"td",15),a.bVm(),a.qex(31,20),a.DNE(32,e1,2,0,"th",17)(33,J,4,3,"td",15),a.bVm(),a.qex(34,21),a.DNE(35,u,6,0,"th",22)(36,_,3,0,"td",23),a.bVm(),a.qex(37,24),a.DNE(38,i,2,1,"td",25),a.bVm(),a.DNE(39,o,1,3,"tr",26)(40,d,1,0,"tr",27)(41,E,1,0,"tr",28),a.k0s(),a.nrm(42,"mat-paginator",29),a.k0s()()()()}2&h&&(a.R7$(8),a.R50("ngModel",p.selFilterBy),a.R7$(2),a.Y8G("ngForOf",a.lJ4(12,n).concat(p.displayedColumns.slice(0,-1))),a.R7$(4),a.R50("ngModel",p.selFilter),a.R7$(3),a.Y8G("matSortActive",p.tableSetting.sortBy)("matSortDirection",p.tableSetting.sortOrder)("dataSource",p.transactions),a.R7$(22),a.Y8G("matFooterRowDef",a.lJ4(13,z)),a.R7$(),a.Y8G("matHeaderRowDef",p.displayedColumns),a.R7$(),a.Y8G("matRowDefColumns",p.displayedColumns),a.R7$(),a.Y8G("pageSize",p.pageSize)("pageSizeOptions",p.pageSizeOptions)("hidePageSize",p.screenSize!==p.screenSizeEnum.XS))},dependencies:[R.YU,R.Sq,R.bT,O.me,O.BC,O.vS,A.$z,G.fg,H.rl,H.nJ,U.DJ,U.sA,U.UI,C.PW,c.VO,c.$2,x.wT,T.B4,T.aE,f.Zl,f.tL,f.ji,f.cC,f.YV,f.iL,f.Zq,f.xW,f.KS,f.$R,f.Qo,f.YZ,f.NB,f.iF,e.iy,v.ZF,v.Ld,R.QX,R.vh],encapsulation:2}))}return s(),L})()},24655:(c1,j,t)=>{t.d(j,{m:()=>J});var e=t(73664),T=t(16949),f=t(4416),c=t(2615),l=t(98570),k=t(72200),b=t(89417),B=t(22598),w=t(25084),S=t(12629),a=t(33746),P=t(69588),N=t(52920),R=t(96183),V=t(23029),O=t(3),A=t(19945);let G=(()=>{var u;class _ extends O.xW{constructor(i){super(i)}format(i,o){return"MMM YYYY"===o?f.KR[i.getMonth()].name+", "+i.getFullYear():"YYYY"===o?i.getFullYear().toString():i.getDate()+"/"+f.KR[i.getMonth()].name+"/"+i.getFullYear()}static#a=u=()=>(this.\u0275fac=function(o){return new(o||_)(c.KVO(A.Ju,8))},this.\u0275prov=c.jDH({token:_,factory:_.\u0275fac}))}return u(),_})();const H={parse:{dateInput:"LL"},display:{dateInput:"MMM YYYY",monthYearLabel:"YYYY",dateA11yLabel:"LL",monthYearA11yLabel:"YYYY"}},U={parse:{dateInput:"LL"},display:{dateInput:"YYYY",monthYearLabel:"YYYY",dateA11yLabel:"LL",monthYearA11yLabel:"YYYY"}};let C=(()=>{var u;class _{static#a=u=()=>(this.\u0275fac=function(o){return new(o||_)},this.\u0275dir=e.FsC({type:_,selectors:[["","monthlyDate",""]],standalone:!1,features:[e.Jv_([{provide:A.MJ,useClass:G},{provide:A.de,useValue:H}])]}))}return u(),_})(),x=(()=>{var u;class _{static#a=u=()=>(this.\u0275fac=function(o){return new(o||_)},this.\u0275dir=e.FsC({type:_,selectors:[["","yearlyDate",""]],standalone:!1,features:[e.Jv_([{provide:A.MJ,useClass:G},{provide:A.de,useValue:U}])]}))}return u(),_})();var v=t(60092),n=t(56114);const z=["monthlyDatepicker"],g=["yearlyDatepicker"],F=()=>({animationDirection:"forward"}),I=()=>({animationDirection:"backward"}),y=()=>({animationDirection:""});function W(u,_){if(1&u&&e.eu8(0,13),2&u){e.XpG();const m=e.sdS(19);e.Y8G("ngTemplateOutlet",m)("ngTemplateOutletContext",e.lJ4(2,F))}}function Y(u,_){if(1&u&&e.eu8(0,13),2&u){e.XpG();const m=e.sdS(19);e.Y8G("ngTemplateOutlet",m)("ngTemplateOutletContext",e.lJ4(2,I))}}function Z(u,_){if(1&u&&e.eu8(0,13),2&u){e.XpG();const m=e.sdS(19);e.Y8G("ngTemplateOutlet",m)("ngTemplateOutletContext",e.lJ4(2,y))}}function q(u,_){if(1&u&&(e.j41(0,"mat-option",21),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&u){const m=_.$implicit;e.Y8G("value",m),e.R7$(),e.SpI(" ",e.bMT(2,2,m)," ")}}function a1(u,_){if(1&u){const m=e.RV6();e.j41(0,"mat-form-field",22)(1,"input",23,1),e.mxI("ngModelChange",function(o){c.eBV(m);const d=e.XpG(2);return e.DH7(d.selectedValue,o)||(d.selectedValue=o),c.Njj(o)}),e.k0s(),e.nrm(3,"mat-datepicker-toggle",24),e.j41(4,"mat-datepicker",25,2),e.bIt("monthSelected",function(o){c.eBV(m);const d=e.XpG(2);return c.Njj(d.onMonthSelected(o))})("dateSelected",function(o){c.eBV(m);const d=e.XpG(2);return c.Njj(d.onMonthSelected(o))}),e.k0s()()}if(2&u){const m=e.sdS(5),i=e.XpG(2);e.R7$(),e.Y8G("matDatepicker",m)("min",i.first)("max",i.last),e.R50("ngModel",i.selectedValue),e.R7$(2),e.Y8G("for",m),e.R7$(),e.Y8G("startAt",i.selectedValue)}}function Q(u,_){if(1&u){const m=e.RV6();e.j41(0,"mat-form-field",26)(1,"input",27,3),e.mxI("ngModelChange",function(o){c.eBV(m);const d=e.XpG(2);return e.DH7(d.selectedValue,o)||(d.selectedValue=o),c.Njj(o)}),e.k0s(),e.nrm(3,"mat-datepicker-toggle",24),e.j41(4,"mat-datepicker",28,4),e.bIt("yearSelected",function(o){c.eBV(m);const d=e.XpG(2);return c.Njj(d.onYearSelected(o))})("monthSelected",function(o){c.eBV(m);const d=e.XpG(2);return c.Njj(d.onYearSelected(o))})("dateSelected",function(o){c.eBV(m);const d=e.XpG(2);return c.Njj(d.onYearSelected(o))}),e.k0s()()}if(2&u){const m=e.sdS(5),i=e.XpG(2);e.R7$(),e.Y8G("matDatepicker",m)("min",i.first)("max",i.last),e.R50("ngModel",i.selectedValue),e.R7$(2),e.Y8G("for",m),e.R7$(),e.Y8G("startAt",i.selectedValue)}}function e1(u,_){if(1&u){const m=e.RV6();e.j41(0,"div",14)(1,"div",15)(2,"mat-select",16),e.mxI("ngModelChange",function(o){c.eBV(m);const d=e.XpG();return e.DH7(d.selScrollRange,o)||(d.selScrollRange=o),c.Njj(o)}),e.bIt("selectionChange",function(o){c.eBV(m);const d=e.XpG();return c.Njj(d.onRangeChanged(o))}),e.DNE(3,q,3,4,"mat-option",17),e.k0s()(),e.j41(4,"div",18),e.DNE(5,a1,6,6,"mat-form-field",19)(6,Q,6,6,"mat-form-field",20),e.k0s()()}if(2&u){const m=e.XpG();e.Y8G("@sliderAnimation",m.animationDirection),e.R7$(2),e.R50("ngModel",m.selScrollRange),e.R7$(),e.Y8G("ngForOf",m.scrollRanges),e.R7$(2),e.Y8G("ngIf",m.selScrollRange===m.scrollRanges[0]),e.R7$(),e.Y8G("ngIf",m.selScrollRange===m.scrollRanges[1])}}let J=(()=>{var u;class _{constructor(i){this.logger=i,this.scrollRanges=f.rs,this.selScrollRange=this.scrollRanges[0],this.today=new Date(Date.now()),this.first=new Date(2018,0,1,0,0,0),this.last=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate(),0,0,0),this.disablePrev=!1,this.disableNext=!0,this.animationDirection="",this.selectedValue=this.last,this.stepChanged=new e.bkB}onRangeChanged(i){this.selScrollRange=i.value,this.onStepChange("LAST")}onMonthSelected(i){this.selectedValue=i,this.onStepChange("SELECTED"),this.monthlyDatepicker.close()}onYearSelected(i){this.selectedValue=i,this.onStepChange("SELECTED"),this.yearlyDatepicker.close()}onStepChange(i){switch(this.logger.info(i),i){case"FIRST":this.animationDirection="backward",this.selectedValue!==this.first&&(this.selectedValue=this.first,this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange}));break;case"PREVIOUS":this.selectedValue=this.selScrollRange===f.rs[1]?new Date(this.selectedValue.getFullYear()-1,0,1,0,0,0):new Date(this.selectedValue.getFullYear(),this.selectedValue.getMonth()-1,1,0,0,0),this.animationDirection="backward",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;case"NEXT":this.selectedValue=this.selScrollRange===f.rs[1]?new Date(this.selectedValue.getFullYear()+1,0,1,0,0,0):new Date(this.selectedValue.getFullYear(),this.selectedValue.getMonth()+1,1,0,0,0),this.animationDirection="forward",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;case"LAST":this.animationDirection="forward",this.selectedValue=this.last,this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;default:this.animationDirection="",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange})}this.disablePrev=this.selScrollRange===f.rs[1]?this.selectedValue.getFullYear()<=this.first.getFullYear():this.selectedValue.getFullYear()<=this.first.getFullYear()&&this.selectedValue.getMonth()<=this.first.getMonth(),this.disableNext=this.selScrollRange===f.rs[1]?this.selectedValue.getFullYear()>=this.last.getFullYear():this.selectedValue.getFullYear()>=this.last.getFullYear()&&this.selectedValue.getMonth()>=this.last.getMonth(),this.logger.info(this.disablePrev),this.logger.info(this.disableNext),setTimeout(()=>{this.animationDirection=""},800)}onChartMouseUp(i){"monthlyDate"===i.srcElement.name?this.monthlyDatepicker.open():"yearlyDate"===i.srcElement.name&&this.yearlyDatepicker.open()}static#a=u=()=>(this.\u0275fac=function(o){return new(o||_)(e.rXU(l.gP))},this.\u0275cmp=e.VBU({type:_,selectors:[["rtl-horizontal-scroller"]],viewQuery:function(o,d){if(1&o&&(e.GBs(z,5),e.GBs(g,5)),2&o){let E;e.mGM(E=e.lsd())&&(d.monthlyDatepicker=E.first),e.mGM(E=e.lsd())&&(d.yearlyDatepicker=E.first)}},hostBindings:function(o,d){1&o&&e.bIt("click",function(K){return d.onChartMouseUp(K)})},outputs:{stepChanged:"stepChanged"},standalone:!1,decls:20,vars:5,consts:[["controlsPanel",""],["monthlyDt","ngModel"],["monthlyDatepicker",""],["yearlyDt","ngModel"],["yearlyDatepicker",""],["fxLayout","row","fxLayoutAlign","space-between stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","20"],["mat-icon-button","","color","primary","type","button","tabindex","1",1,"pr-4",3,"click"],["mat-icon-button","","color","primary","type","button","tabindex","2",3,"click","disabled"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","20"],["mat-icon-button","","color","primary","type","button","tabindex","5",1,"pr-4",3,"click","disabled"],["mat-icon-button","","color","primary","type","button","tabindex","6",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["fxLayout","row","fxLayoutAlign","center center","fxFlex","58"],["fxFlex","50","fxLayoutAlign","center center","fxLayoutAlign.gt-xs","end center",1,"font-bold-700"],["fxFlex","60","fxFlex.gt-md","30","name","selScrlRange","tabindex","3",1,"font-bold-700",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","50","fxLayout","row","fxLayoutAlign","center center","fxLayoutAlign.gt-xs","start center"],["monthlyDate","","fxLayoutAlign","center center",4,"ngIf"],["yearlyDate","","fxLayoutAlign","center center",4,"ngIf"],[3,"value"],["monthlyDate","","fxLayoutAlign","center center"],["matInput","","name","monthlyDate","tabindex","4","readonly","",3,"ngModelChange","matDatepicker","min","max","ngModel"],["matSuffix","",3,"for"],["startView","year",3,"monthSelected","dateSelected","startAt"],["yearlyDate","","fxLayoutAlign","center center"],["matInput","","name","yearlyDate","tabindex","4","readonly","",3,"ngModelChange","matDatepicker","min","max","ngModel"],["startView","multi-year",3,"yearSelected","monthSelected","dateSelected","startAt"]],template:function(o,d){if(1&o){const E=e.RV6();e.j41(0,"div",5)(1,"div",6)(2,"button",7),e.bIt("click",function(){return c.eBV(E),c.Njj(d.onStepChange("FIRST"))}),e.j41(3,"mat-icon"),e.EFF(4,"skip_previous"),e.k0s()(),e.j41(5,"button",8),e.bIt("click",function(){return c.eBV(E),c.Njj(d.onStepChange("PREVIOUS"))}),e.j41(6,"mat-icon"),e.EFF(7,"navigate_before"),e.k0s()()(),e.DNE(8,W,1,3,"ng-container",9)(9,Y,1,3,"ng-container",9)(10,Z,1,3,"ng-container",9),e.j41(11,"div",10)(12,"button",11),e.bIt("click",function(){return c.eBV(E),c.Njj(d.onStepChange("NEXT"))}),e.j41(13,"mat-icon"),e.EFF(14,"navigate_next"),e.k0s()(),e.j41(15,"button",12),e.bIt("click",function(){return c.eBV(E),c.Njj(d.onStepChange("LAST"))}),e.j41(16,"mat-icon"),e.EFF(17,"skip_next"),e.k0s()()()(),e.DNE(18,e1,7,5,"ng-template",null,0,e.C5r)}2&o&&(e.R7$(5),e.Y8G("disabled",d.disablePrev),e.R7$(3),e.Y8G("ngIf","forward"===d.animationDirection),e.R7$(),e.Y8G("ngIf","backward"===d.animationDirection),e.R7$(),e.Y8G("ngIf",""===d.animationDirection),e.R7$(2),e.Y8G("disabled",d.disableNext))},dependencies:[k.Sq,k.bT,k.T3,b.me,b.BC,b.vS,B.iY,w.Vh,w.bZ,w.bU,S.An,a.fg,P.rl,P.yw,N.DJ,N.sA,N.UI,R.VO,V.wT,C,x,v.z,n.V,k.PV],encapsulation:2,data:{animation:[T.k]}}))}return u(),_})()},25837:(c1,j,t)=>{t.d(j,{f:()=>U});var e=t(21413),T=t(56977),f=t(4416),c=t(79647),l=t(73664),k=t(82571),b=t(59640),B=t(72200),w=t(12629),S=t(52920),a=t(40455),P=t(96850);function N(C,x){if(1&C&&(l.j41(0,"mat-icon",10),l.EFF(1,"info_outline"),l.k0s()),2&C){const v=l.XpG().$implicit;l.Y8G("matTooltip",v.tooltip)}}function R(C,x){if(1&C&&(l.j41(0,"span",11),l.EFF(1),l.nI1(2,"number"),l.k0s()),2&C){const v=l.XpG().$implicit;l.R7$(),l.SpI(" ",l.i5U(2,1,v.dataValue,"1.0-0")," ")}}function V(C,x){if(1&C&&(l.j41(0,"span",11),l.EFF(1),l.nI1(2,"number"),l.k0s()),2&C){const v=l.XpG().$implicit,n=l.XpG(2);l.R7$(),l.SpI(" ",l.i5U(2,1,v[n.currencyUnitEnum.BTC],n.currencyUnitFormats.BTC)," ")}}function O(C,x){if(1&C&&(l.j41(0,"span",11),l.EFF(1),l.nI1(2,"number"),l.k0s()),2&C){const v=l.XpG().$implicit,n=l.XpG(2);l.R7$(),l.SpI(" ",l.i5U(2,1,v[n.currencyUnitEnum.OTHER],n.currencyUnitFormats.OTHER)," ")}}function A(C,x){if(1&C&&(l.j41(0,"div",6)(1,"div",7),l.EFF(2),l.DNE(3,N,2,1,"mat-icon",8),l.k0s(),l.DNE(4,R,3,4,"span",9)(5,V,3,4,"span",9)(6,O,3,4,"span",9),l.k0s()),2&C){const v=x.$implicit,n=l.XpG().$implicit,z=l.XpG();l.R7$(2),l.SpI(" ",v.title," "),l.R7$(),l.Y8G("ngIf",v.tooltip),l.R7$(),l.Y8G("ngIf",n===z.currencyUnitEnum.SATS),l.R7$(),l.Y8G("ngIf",n===z.currencyUnitEnum.BTC),l.R7$(),l.Y8G("ngIf",z.fiatConversion&&n!==z.currencyUnitEnum.SATS&&n!==z.currencyUnitEnum.BTC&&""===z.conversionErrorMsg)}}function G(C,x){if(1&C&&(l.j41(0,"div",12)(1,"div",13),l.EFF(2),l.k0s()()),2&C){const v=l.XpG(2);l.R7$(2),l.JRh(v.conversionErrorMsg)}}function H(C,x){if(1&C&&(l.j41(0,"mat-tab",2)(1,"div",3),l.DNE(2,A,7,5,"div",4),l.k0s(),l.DNE(3,G,3,1,"div",5),l.k0s()),2&C){const v=x.$implicit,n=l.XpG();l.Y8G("label",l.mNQ(v)),l.R7$(2),l.Y8G("ngForOf",n.values),l.R7$(),l.Y8G("ngIf",n.fiatConversion&&v!==n.currencyUnitEnum.SATS&&v!==n.currencyUnitEnum.BTC&&""!==n.conversionErrorMsg)}}let U=(()=>{var C;class x{constructor(n,z){this.commonService=n,this.store=z,this.values=[],this.currencyUnitEnum=f.BQ,this.currencyUnitFormats=f.k,this.currencyUnits=[],this.fiatConversion=!1,this.conversionErrorMsg="",this.unSubs=[new e.B,new e.B,new e.B,new e.B,new e.B]}ngOnChanges(){this.currencyUnits.length>1&&this.values[0]&&this.values[0].dataValue>=0&&this.getCurrencyValues()}ngOnInit(){this.store.select(c._c).pipe((0,T.Q)(this.unSubs[0])).subscribe(n=>{this.fiatConversion=n.settings.fiatConversion,this.currencyUnits=n.settings.currencyUnits,this.fiatConversion||this.currencyUnits.splice(2,1),this.currencyUnits.length>1&&this.values[0]&&this.values[0].dataValue>=0&&this.getCurrencyValues()})}getCurrencyValues(){this.commonService.convertCurrency(this.values[0].dataValue,f.BQ.SATS,f.BQ.BTC,"",!0).pipe((0,T.Q)(this.unSubs[1])).subscribe(n=>{this.values[0][f.BQ.BTC]=n.BTC}),this.commonService.convertCurrency(this.values[0].dataValue,f.BQ.SATS,f.BQ.OTHER,this.currencyUnits[2],this.fiatConversion).pipe((0,T.Q)(this.unSubs[2])).subscribe({next:n=>{if(this.values[0][f.BQ.OTHER]=n.OTHER,n.unit&&""!==n.unit)for(let z=1;z{this.values[z][f.BQ.BTC]=F.BTC}),this.commonService.convertCurrency(g.dataValue,f.BQ.SATS,f.BQ.OTHER,this.currencyUnits[2],this.fiatConversion).pipe((0,T.Q)(this.unSubs[4])).subscribe({next:F=>{this.values[z][f.BQ.OTHER]=F.OTHER},error:F=>{this.conversionErrorMsg="Conversion Error: "+F}})}},error:n=>{this.conversionErrorMsg="Conversion Error: "+n}})}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#a=C=()=>(this.\u0275fac=function(z){return new(z||x)(l.rXU(k.h),l.rXU(b.il))},this.\u0275cmp=l.VBU({type:x,selectors:[["rtl-currency-unit-converter"]],inputs:{values:"values"},standalone:!1,features:[l.OA$],decls:2,vars:1,consts:[["mat-stretch-tabs","false","mat-align-tabs","start"],[3,"label",4,"ngFor","ngForOf"],[3,"label"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","center start","class","cc-data-block",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","class","p-1 error-border mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center start",1,"cc-data-block"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"cc-data-title"],["matTooltipPosition","below","class","info-icon",3,"matTooltip",4,"ngIf"],["class","cc-data-value",4,"ngIf"],["matTooltipPosition","below",1,"info-icon",3,"matTooltip"],[1,"cc-data-value"],["fxLayout","row","fxFlex","100",1,"p-1","error-border","mt-1"],[1,"cc-data-block"]],template:function(z,g){1&z&&(l.j41(0,"mat-tab-group",0),l.DNE(1,H,4,4,"mat-tab",1),l.k0s()),2&z&&(l.R7$(),l.Y8G("ngForOf",g.currencyUnits))},dependencies:[B.Sq,B.bT,w.An,S.DJ,S.sA,S.UI,a.oV,P.mq,P.T8,B.QX],encapsulation:2}))}return C(),x})()},80396:(c1,j,t)=>{t.d(j,{f:()=>v});var e=t(51585),T=t(45383),f=t(4416),c=t(73664),l=t(98570),k=t(82571),b=t(95416),B=t(72200),w=t(20060),S=t(88834),a=t(25596),P=t(71997),N=t(52920),R=t(16038),V=t(38288),O=t(29157),A=t(89587);const G=n=>({"display-none":n});function H(n,z){if(1&n&&(c.j41(0,"div",20),c.nrm(1,"qr-code",21),c.k0s()),2&n){const g=c.XpG();c.Y8G("ngClass",c.eq3(3,G,g.screenSize===g.screenSizeEnum.XS||g.screenSize===g.screenSizeEnum.SM)),c.R7$(),c.Y8G("value",g.address)("size",g.qrWidth)}}function U(n,z){if(1&n&&(c.j41(0,"div",22),c.nrm(1,"qr-code",21),c.k0s()),2&n){const g=c.XpG();c.Y8G("ngClass",c.eq3(3,G,g.screenSize!==g.screenSizeEnum.XS&&g.screenSize!==g.screenSizeEnum.SM)),c.R7$(),c.Y8G("value",g.address)("size",g.qrWidth)}}function C(n,z){if(1&n&&(c.j41(0,"div",13)(1,"div",14)(2,"h4",15),c.EFF(3,"Address Type"),c.k0s(),c.j41(4,"span",23),c.EFF(5),c.k0s()()()),2&n){const g=c.XpG();c.R7$(5),c.JRh(g.addressType)}}function x(n,z){1&n&&c.nrm(0,"mat-divider",17)}let v=(()=>{var n;class z{constructor(F,I,y,W,Y){this.dialogRef=F,this.data=I,this.logger=y,this.commonService=W,this.snackBar=Y,this.faReceipt=T.Mf0,this.address="",this.addressType="",this.qrWidth=230,this.screenSize="",this.screenSizeEnum=f.f7}ngOnInit(){this.address=this.data.address,this.addressType=this.data.addressType,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyAddress(F){this.snackBar.open("Generated address copied."),this.logger.info("Copied Text: "+F)}static#a=n=()=>(this.\u0275fac=function(I){return new(I||z)(c.rXU(e.CP),c.rXU(e.Vh),c.rXU(l.gP),c.rXU(k.h),c.rXU(b.UG))},this.\u0275cmp=c.VBU({type:z,selectors:[["rtl-on-chain-generated-address"]],standalone:!1,decls:25,vars:8,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35","fxLayoutAlign","center start","class","modal-qr-code-container padding-gap-large",3,"ngClass",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","2","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start","class","modal-qr-code-container padding-gap-large",3,"ngClass",4,"ngIf"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-1"],["autoFocus","","mat-button","","color","primary","tabindex","1","type","submit","rtlClipboard","",3,"copied","payload"],["fxFlex","35","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["errorCorrectionLevel","L",3,"value","size"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[1,"foreground-secondary-text"]],template:function(I,y){1&I&&(c.j41(0,"div",0),c.DNE(1,H,2,5,"div",1),c.j41(2,"div",2)(3,"mat-card-header",3)(4,"div",4),c.nrm(5,"fa-icon",5),c.j41(6,"span",6),c.EFF(7),c.k0s()(),c.j41(8,"button",7),c.bIt("click",function(){return y.onClose()}),c.EFF(9,"X"),c.k0s()(),c.j41(10,"mat-card-content",8)(11,"div",9),c.DNE(12,U,2,5,"div",10)(13,C,6,1,"div",11)(14,x,1,0,"mat-divider",12),c.j41(15,"div",13)(16,"div",14)(17,"h4",15),c.EFF(18,"Address"),c.k0s(),c.j41(19,"span",16),c.EFF(20),c.k0s()()(),c.nrm(21,"mat-divider",17),c.j41(22,"div",18)(23,"button",19),c.bIt("copied",function(Y){return y.onCopyAddress(Y)}),c.EFF(24,"Copy Address"),c.k0s()()()()()()),2&I&&(c.R7$(),c.Y8G("ngIf",y.address),c.R7$(4),c.Y8G("icon",y.faReceipt),c.R7$(2),c.JRh(y.screenSize===y.screenSizeEnum.XS?"Address":"Generated Address"),c.R7$(5),c.Y8G("ngIf",y.address),c.R7$(),c.Y8G("ngIf",""!==y.addressType),c.R7$(),c.Y8G("ngIf",""!==y.addressType),c.R7$(6),c.JRh(y.address),c.R7$(3),c.Y8G("payload",y.address))},dependencies:[B.YU,B.bT,w.aY,S.$z,a.m2,a.MM,P.q,N.DJ,N.sA,N.UI,R.PW,V.Um,O.U,A.N],encapsulation:2}))}return n(),z})()},90614:(c1,j,t)=>{t.d(j,{Qpm:()=>p2,wB1:()=>G1});var G1={prefix:"far",iconName:"face-frown",icon:[512,512,[9785,"frown"],"f119","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM334.7 384.6C319.7 369 293.6 352 256 352s-63.7 17-78.7 32.6c-9.2 9.6-24.4 9.9-33.9 .7s-9.9-24.4-.7-33.9c22.1-23 60-47.4 113.3-47.4s91.2 24.4 113.3 47.4c9.2 9.6 8.9 24.8-.7 33.9s-24.8 8.9-33.9-.7zM144 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},p2={prefix:"far",iconName:"face-smile",icon:[512,512,[128578,"smile"],"f118","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm177.3 63.4C192.3 335 218.4 352 256 352s63.7-17 78.7-32.6c9.2-9.6 24.4-9.9 33.9-.7s9.9 24.4 .7 33.9c-22.1 23-60 47.4-113.3 47.4s-91.2-24.4-113.3-47.4c-9.2-9.6-8.9-24.8 .7-33.9s24.8-8.9 33.9 .7zM144 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]}}}]); \ No newline at end of file diff --git a/frontend/193.398f8f87a3703825.js b/frontend/193.398f8f87a3703825.js deleted file mode 100644 index 8fe2badd..00000000 --- a/frontend/193.398f8f87a3703825.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[193],{5837:(J,G,r)=>{r.d(G,{f:()=>P});var a=r(1413),L=r(6977),f=r(4416),t=r(9647),e=r(4438),F=r(2571),A=r(9640),E=r(177),S=r(2920),c=r(9213),I=r(4823),R=r(6850);function y(z,V){if(1&z&&(e.j41(0,"mat-icon",10),e.EFF(1,"info_outline"),e.k0s()),2&z){const m=e.XpG().$implicit;e.Y8G("matTooltip",m.tooltip)}}function x(z,V){if(1&z&&(e.j41(0,"span",11),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&z){const m=e.XpG().$implicit;e.R7$(),e.SpI(" ",e.i5U(2,1,m.dataValue,"1.0-0")," ")}}function b(z,V){if(1&z&&(e.j41(0,"span",11),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&z){const m=e.XpG().$implicit,s=e.XpG(2);e.R7$(),e.SpI(" ",e.i5U(2,1,m[s.currencyUnitEnum.BTC],s.currencyUnitFormats.BTC)," ")}}function D(z,V){if(1&z&&(e.j41(0,"span",11),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&z){const m=e.XpG().$implicit,s=e.XpG(2);e.R7$(),e.SpI(" ",e.i5U(2,1,m[s.currencyUnitEnum.OTHER],s.currencyUnitFormats.OTHER)," ")}}function U(z,V){if(1&z&&(e.j41(0,"div",6)(1,"div",7),e.EFF(2),e.DNE(3,y,2,1,"mat-icon",8),e.k0s(),e.DNE(4,x,3,4,"span",9)(5,b,3,4,"span",9)(6,D,3,4,"span",9),e.k0s()),2&z){const m=V.$implicit,s=e.XpG().$implicit,H=e.XpG();e.R7$(2),e.SpI(" ",m.title," "),e.R7$(),e.Y8G("ngIf",m.tooltip),e.R7$(),e.Y8G("ngIf",s===H.currencyUnitEnum.SATS),e.R7$(),e.Y8G("ngIf",s===H.currencyUnitEnum.BTC),e.R7$(),e.Y8G("ngIf",H.fiatConversion&&s!==H.currencyUnitEnum.SATS&&s!==H.currencyUnitEnum.BTC&&""===H.conversionErrorMsg)}}function k(z,V){if(1&z&&(e.j41(0,"div",12)(1,"div",13),e.EFF(2),e.k0s()()),2&z){const m=e.XpG(2);e.R7$(2),e.JRh(m.conversionErrorMsg)}}function B(z,V){if(1&z&&(e.j41(0,"mat-tab",2)(1,"div",3),e.DNE(2,U,7,5,"div",4),e.k0s(),e.DNE(3,k,3,1,"div",5),e.k0s()),2&z){const m=V.$implicit,s=e.XpG();e.FS9("label",m),e.R7$(2),e.Y8G("ngForOf",s.values),e.R7$(),e.Y8G("ngIf",s.fiatConversion&&m!==s.currencyUnitEnum.SATS&&m!==s.currencyUnitEnum.BTC&&""!==s.conversionErrorMsg)}}let P=(()=>{class z{constructor(m,s){this.commonService=m,this.store=s,this.values=[],this.currencyUnitEnum=f.BQ,this.currencyUnitFormats=f.k,this.currencyUnits=[],this.fiatConversion=!1,this.conversionErrorMsg="",this.unSubs=[new a.B,new a.B,new a.B,new a.B,new a.B]}ngOnChanges(){this.currencyUnits.length>1&&this.values[0]&&this.values[0].dataValue>=0&&this.getCurrencyValues()}ngOnInit(){this.store.select(t._c).pipe((0,L.Q)(this.unSubs[0])).subscribe(m=>{this.fiatConversion=m.settings.fiatConversion,this.currencyUnits=m.settings.currencyUnits,this.fiatConversion||this.currencyUnits.splice(2,1),this.currencyUnits.length>1&&this.values[0]&&this.values[0].dataValue>=0&&this.getCurrencyValues()})}getCurrencyValues(){this.commonService.convertCurrency(this.values[0].dataValue,f.BQ.SATS,f.BQ.BTC,"",!0).pipe((0,L.Q)(this.unSubs[1])).subscribe(m=>{this.values[0][f.BQ.BTC]=m.BTC}),this.commonService.convertCurrency(this.values[0].dataValue,f.BQ.SATS,f.BQ.OTHER,this.currencyUnits[2],this.fiatConversion).pipe((0,L.Q)(this.unSubs[2])).subscribe({next:m=>{if(this.values[0][f.BQ.OTHER]=m.OTHER,m.unit&&""!==m.unit)for(let s=1;s{this.values[s][f.BQ.BTC]=C.BTC}),this.commonService.convertCurrency(H.dataValue,f.BQ.SATS,f.BQ.OTHER,this.currencyUnits[2],this.fiatConversion).pipe((0,L.Q)(this.unSubs[4])).subscribe({next:C=>{this.values[s][f.BQ.OTHER]=C.OTHER},error:C=>{this.conversionErrorMsg="Conversion Error: "+C}})}},error:m=>{this.conversionErrorMsg="Conversion Error: "+m}})}ngOnDestroy(){this.unSubs.forEach(m=>{m.next(null),m.complete()})}static{this.\u0275fac=function(s){return new(s||z)(e.rXU(F.h),e.rXU(A.il))}}static{this.\u0275cmp=e.VBU({type:z,selectors:[["rtl-currency-unit-converter"]],inputs:{values:"values"},features:[e.OA$],decls:2,vars:1,consts:[["mat-stretch-tabs","false","mat-align-tabs","start"],[3,"label",4,"ngFor","ngForOf"],[3,"label"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","center start","class","cc-data-block",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","class","p-1 error-border mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center start",1,"cc-data-block"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"cc-data-title"],["matTooltipPosition","below","class","info-icon",3,"matTooltip",4,"ngIf"],["class","cc-data-value",4,"ngIf"],["matTooltipPosition","below",1,"info-icon",3,"matTooltip"],[1,"cc-data-value"],["fxLayout","row","fxFlex","100",1,"p-1","error-border","mt-1"],[1,"cc-data-block"]],template:function(s,H){1&s&&(e.j41(0,"mat-tab-group",0),e.DNE(1,B,4,3,"mat-tab",1),e.k0s()),2&s&&(e.R7$(),e.Y8G("ngForOf",H.currencyUnits))},dependencies:[E.Sq,E.bT,S.DJ,S.sA,S.UI,c.An,I.oV,R.mq,R.T8,E.QX]})}}return z})()},396:(J,G,r)=>{r.d(G,{f:()=>m});var a=r(5351),L=r(5383),f=r(4416),t=r(4438),e=r(8570),F=r(2571),A=r(5416),E=r(177),S=r(60),c=r(2920),I=r(6038),R=r(8834),y=r(5596),x=r(1997),b=r(8288),D=r(9157),U=r(9587);const k=s=>({"display-none":s});function B(s,H){if(1&s&&(t.j41(0,"div",20),t.nrm(1,"qr-code",21),t.k0s()),2&s){const C=t.XpG();t.Y8G("ngClass",t.eq3(4,k,C.screenSize===C.screenSizeEnum.XS||C.screenSize===C.screenSizeEnum.SM)),t.R7$(),t.Y8G("value",C.address)("size",C.qrWidth)("errorCorrectionLevel","L")}}function P(s,H){if(1&s&&(t.j41(0,"div",22),t.nrm(1,"qr-code",21),t.k0s()),2&s){const C=t.XpG();t.Y8G("ngClass",t.eq3(4,k,C.screenSize!==C.screenSizeEnum.XS&&C.screenSize!==C.screenSizeEnum.SM)),t.R7$(),t.Y8G("value",C.address)("size",C.qrWidth)("errorCorrectionLevel","L")}}function z(s,H){if(1&s&&(t.j41(0,"div",13)(1,"div",14)(2,"h4",15),t.EFF(3,"Address Type"),t.k0s(),t.j41(4,"span",23),t.EFF(5),t.k0s()()()),2&s){const C=t.XpG();t.R7$(5),t.JRh(C.addressType)}}function V(s,H){1&s&&t.nrm(0,"mat-divider",17)}let m=(()=>{class s{constructor(C,T,_,w,O){this.dialogRef=C,this.data=T,this.logger=_,this.commonService=w,this.snackBar=O,this.faReceipt=L.Mf0,this.address="",this.addressType="",this.qrWidth=230,this.screenSize="",this.screenSizeEnum=f.f7}ngOnInit(){this.address=this.data.address,this.addressType=this.data.addressType,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyAddress(C){this.snackBar.open("Generated address copied."),this.logger.info("Copied Text: "+C)}static{this.\u0275fac=function(T){return new(T||s)(t.rXU(a.CP),t.rXU(a.Vh),t.rXU(e.gP),t.rXU(F.h),t.rXU(A.UG))}}static{this.\u0275cmp=t.VBU({type:s,selectors:[["rtl-on-chain-generated-address"]],decls:25,vars:8,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35","fxLayoutAlign","center start","class","modal-qr-code-container padding-gap-large",3,"ngClass",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","2","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start","class","modal-qr-code-container padding-gap-large",3,"ngClass",4,"ngIf"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-1"],["autoFocus","","mat-button","","color","primary","tabindex","1","type","submit","rtlClipboard","",3,"copied","payload"],["fxFlex","35","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[3,"value","size","errorCorrectionLevel"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[1,"foreground-secondary-text"]],template:function(T,_){1&T&&(t.j41(0,"div",0),t.DNE(1,B,2,6,"div",1),t.j41(2,"div",2)(3,"mat-card-header",3)(4,"div",4),t.nrm(5,"fa-icon",5),t.j41(6,"span",6),t.EFF(7),t.k0s()(),t.j41(8,"button",7),t.bIt("click",function(){return _.onClose()}),t.EFF(9,"X"),t.k0s()(),t.j41(10,"mat-card-content",8)(11,"div",9),t.DNE(12,P,2,6,"div",10)(13,z,6,1,"div",11)(14,V,1,0,"mat-divider",12),t.j41(15,"div",13)(16,"div",14)(17,"h4",15),t.EFF(18,"Address"),t.k0s(),t.j41(19,"span",16),t.EFF(20),t.k0s()()(),t.nrm(21,"mat-divider",17),t.j41(22,"div",18)(23,"button",19),t.bIt("copied",function(O){return _.onCopyAddress(O)}),t.EFF(24,"Copy Address"),t.k0s()()()()()()),2&T&&(t.R7$(),t.Y8G("ngIf",_.address),t.R7$(4),t.Y8G("icon",_.faReceipt),t.R7$(2),t.JRh(_.screenSize===_.screenSizeEnum.XS?"Address":"Generated Address"),t.R7$(5),t.Y8G("ngIf",_.address),t.R7$(),t.Y8G("ngIf",""!==_.addressType),t.R7$(),t.Y8G("ngIf",""!==_.addressType),t.R7$(6),t.JRh(_.address),t.R7$(3),t.Y8G("payload",_.address))},dependencies:[E.YU,E.bT,S.aY,c.DJ,c.sA,c.UI,I.PW,R.$z,y.m2,y.MM,x.q,b.Um,D.U,U.N]})}}return s})()},4655:(J,G,r)=>{r.d(G,{m:()=>q});var a=r(4438),L=r(6949),f=r(4416),t=r(8570),e=r(177),F=r(9417),A=r(2920),E=r(8834),S=r(5084),c=r(9213),I=r(9631),R=r(6467),y=r(2798),x=r(6600);let b=(()=>{class o extends x.xW{constructor(i){super(i)}format(i,d){return"MMM YYYY"===d?f.KR[i.getMonth()].name+", "+i.getFullYear():"YYYY"===d?i.getFullYear().toString():i.getDate()+"/"+f.KR[i.getMonth()].name+"/"+i.getFullYear()}static{this.\u0275fac=function(d){return new(d||o)(a.KVO(x.Ju,8))}}static{this.\u0275prov=a.jDH({token:o,factory:o.\u0275fac})}}return o})();const D={parse:{dateInput:"LL"},display:{dateInput:"MMM YYYY",monthYearLabel:"YYYY",dateA11yLabel:"LL",monthYearA11yLabel:"YYYY"}},U={parse:{dateInput:"LL"},display:{dateInput:"YYYY",monthYearLabel:"YYYY",dateA11yLabel:"LL",monthYearA11yLabel:"YYYY"}};let k=(()=>{class o{static{this.\u0275fac=function(d){return new(d||o)}}static{this.\u0275dir=a.FsC({type:o,selectors:[["","monthlyDate",""]],features:[a.Jv_([{provide:x.MJ,useClass:b},{provide:x.de,useValue:D}])]})}}return o})(),B=(()=>{class o{static{this.\u0275fac=function(d){return new(d||o)}}static{this.\u0275dir=a.FsC({type:o,selectors:[["","yearlyDate",""]],features:[a.Jv_([{provide:x.MJ,useClass:b},{provide:x.de,useValue:U}])]})}}return o})();var P=r(92),z=r(6114);const V=["monthlyDatepicker"],m=["yearlyDatepicker"],s=()=>({animationDirection:"forward"}),H=()=>({animationDirection:"backward"}),C=()=>({animationDirection:""});function T(o,N){if(1&o&&a.eu8(0,13),2&o){a.XpG();const i=a.sdS(19);a.Y8G("ngTemplateOutlet",i)("ngTemplateOutletContext",a.lJ4(2,s))}}function _(o,N){if(1&o&&a.eu8(0,13),2&o){a.XpG();const i=a.sdS(19);a.Y8G("ngTemplateOutlet",i)("ngTemplateOutletContext",a.lJ4(2,H))}}function w(o,N){if(1&o&&a.eu8(0,13),2&o){a.XpG();const i=a.sdS(19);a.Y8G("ngTemplateOutlet",i)("ngTemplateOutletContext",a.lJ4(2,C))}}function O(o,N){if(1&o&&(a.j41(0,"mat-option",21),a.EFF(1),a.nI1(2,"titlecase"),a.k0s()),2&o){const i=N.$implicit;a.Y8G("value",i),a.R7$(),a.SpI(" ",a.bMT(2,2,i)," ")}}function $(o,N){if(1&o){const i=a.RV6();a.j41(0,"mat-form-field",22)(1,"input",23,1),a.mxI("ngModelChange",function(h){a.eBV(i);const p=a.XpG(2);return a.DH7(p.selectedValue,h)||(p.selectedValue=h),a.Njj(h)}),a.k0s(),a.nrm(3,"mat-datepicker-toggle",24),a.j41(4,"mat-datepicker",25,2),a.bIt("monthSelected",function(h){a.eBV(i);const p=a.XpG(2);return a.Njj(p.onMonthSelected(h))})("dateSelected",function(h){a.eBV(i);const p=a.XpG(2);return a.Njj(p.onMonthSelected(h))}),a.k0s()()}if(2&o){const i=a.sdS(5),d=a.XpG(2);a.R7$(),a.Y8G("matDatepicker",i)("min",d.first)("max",d.last),a.R50("ngModel",d.selectedValue),a.R7$(2),a.Y8G("for",i),a.R7$(),a.Y8G("startAt",d.selectedValue)}}function W(o,N){if(1&o){const i=a.RV6();a.j41(0,"mat-form-field",26)(1,"input",27,3),a.mxI("ngModelChange",function(h){a.eBV(i);const p=a.XpG(2);return a.DH7(p.selectedValue,h)||(p.selectedValue=h),a.Njj(h)}),a.k0s(),a.nrm(3,"mat-datepicker-toggle",24),a.j41(4,"mat-datepicker",28,4),a.bIt("yearSelected",function(h){a.eBV(i);const p=a.XpG(2);return a.Njj(p.onYearSelected(h))})("monthSelected",function(h){a.eBV(i);const p=a.XpG(2);return a.Njj(p.onYearSelected(h))})("dateSelected",function(h){a.eBV(i);const p=a.XpG(2);return a.Njj(p.onYearSelected(h))}),a.k0s()()}if(2&o){const i=a.sdS(5),d=a.XpG(2);a.R7$(),a.Y8G("matDatepicker",i)("min",d.first)("max",d.last),a.R50("ngModel",d.selectedValue),a.R7$(2),a.Y8G("for",i),a.R7$(),a.Y8G("startAt",d.selectedValue)}}function X(o,N){if(1&o){const i=a.RV6();a.j41(0,"div",14)(1,"div",15)(2,"mat-select",16),a.mxI("ngModelChange",function(h){a.eBV(i);const p=a.XpG();return a.DH7(p.selScrollRange,h)||(p.selScrollRange=h),a.Njj(h)}),a.bIt("selectionChange",function(h){a.eBV(i);const p=a.XpG();return a.Njj(p.onRangeChanged(h))}),a.DNE(3,O,3,4,"mat-option",17),a.k0s()(),a.j41(4,"div",18),a.DNE(5,$,6,6,"mat-form-field",19)(6,W,6,6,"mat-form-field",20),a.k0s()()}if(2&o){const i=a.XpG();a.Y8G("@sliderAnimation",i.animationDirection),a.R7$(2),a.R50("ngModel",i.selScrollRange),a.R7$(),a.Y8G("ngForOf",i.scrollRanges),a.R7$(2),a.Y8G("ngIf",i.selScrollRange===i.scrollRanges[0]),a.R7$(),a.Y8G("ngIf",i.selScrollRange===i.scrollRanges[1])}}let q=(()=>{class o{constructor(i){this.logger=i,this.scrollRanges=f.rs,this.selScrollRange=this.scrollRanges[0],this.today=new Date(Date.now()),this.first=new Date(2018,0,1,0,0,0),this.last=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate(),0,0,0),this.disablePrev=!1,this.disableNext=!0,this.animationDirection="",this.selectedValue=this.last,this.stepChanged=new a.bkB}onRangeChanged(i){this.selScrollRange=i.value,this.onStepChange("LAST")}onMonthSelected(i){this.selectedValue=i,this.onStepChange("SELECTED"),this.monthlyDatepicker.close()}onYearSelected(i){this.selectedValue=i,this.onStepChange("SELECTED"),this.yearlyDatepicker.close()}onStepChange(i){switch(this.logger.info(i),i){case"FIRST":this.animationDirection="backward",this.selectedValue!==this.first&&(this.selectedValue=this.first,this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange}));break;case"PREVIOUS":this.selectedValue=this.selScrollRange===f.rs[1]?new Date(this.selectedValue.getFullYear()-1,0,1,0,0,0):new Date(this.selectedValue.getFullYear(),this.selectedValue.getMonth()-1,1,0,0,0),this.animationDirection="backward",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;case"NEXT":this.selectedValue=this.selScrollRange===f.rs[1]?new Date(this.selectedValue.getFullYear()+1,0,1,0,0,0):new Date(this.selectedValue.getFullYear(),this.selectedValue.getMonth()+1,1,0,0,0),this.animationDirection="forward",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;case"LAST":this.animationDirection="forward",this.selectedValue=this.last,this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange});break;default:this.animationDirection="",this.stepChanged.emit({selDate:this.selectedValue,selScrollRange:this.selScrollRange})}this.disablePrev=this.selScrollRange===f.rs[1]?this.selectedValue.getFullYear()<=this.first.getFullYear():this.selectedValue.getFullYear()<=this.first.getFullYear()&&this.selectedValue.getMonth()<=this.first.getMonth(),this.disableNext=this.selScrollRange===f.rs[1]?this.selectedValue.getFullYear()>=this.last.getFullYear():this.selectedValue.getFullYear()>=this.last.getFullYear()&&this.selectedValue.getMonth()>=this.last.getMonth(),this.logger.info(this.disablePrev),this.logger.info(this.disableNext),setTimeout(()=>{this.animationDirection=""},800)}onChartMouseUp(i){"monthlyDate"===i.srcElement.name?this.monthlyDatepicker.open():"yearlyDate"===i.srcElement.name&&this.yearlyDatepicker.open()}static{this.\u0275fac=function(d){return new(d||o)(a.rXU(t.gP))}}static{this.\u0275cmp=a.VBU({type:o,selectors:[["rtl-horizontal-scroller"]],viewQuery:function(d,h){if(1&d&&(a.GBs(V,5),a.GBs(m,5)),2&d){let p;a.mGM(p=a.lsd())&&(h.monthlyDatepicker=p.first),a.mGM(p=a.lsd())&&(h.yearlyDatepicker=p.first)}},hostBindings:function(d,h){1&d&&a.bIt("click",function(Y){return h.onChartMouseUp(Y)})},outputs:{stepChanged:"stepChanged"},decls:20,vars:5,consts:[["controlsPanel",""],["monthlyDt","ngModel"],["monthlyDatepicker",""],["yearlyDt","ngModel"],["yearlyDatepicker",""],["fxLayout","row","fxLayoutAlign","space-between stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","20"],["mat-icon-button","","color","primary","type","button","tabindex","1",1,"pr-4",3,"click"],["mat-icon-button","","color","primary","type","button","tabindex","2",3,"click","disabled"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","20"],["mat-icon-button","","color","primary","type","button","tabindex","5",1,"pr-4",3,"click","disabled"],["mat-icon-button","","color","primary","type","button","tabindex","6",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["fxLayout","row","fxLayoutAlign","center center","fxFlex","58"],["fxFlex","50","fxLayoutAlign","center center","fxLayoutAlign.gt-xs","end center",1,"font-bold-700"],["fxFlex","60","fxFlex.gt-md","30","name","selScrlRange","tabindex","3",1,"font-bold-700",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","50","fxLayout","row","fxLayoutAlign","center center","fxLayoutAlign.gt-xs","start center"],["monthlyDate","","fxLayoutAlign","center center",4,"ngIf"],["yearlyDate","","fxLayoutAlign","center center",4,"ngIf"],[3,"value"],["monthlyDate","","fxLayoutAlign","center center"],["matInput","","name","monthlyDate","tabindex","4","readonly","",3,"ngModelChange","matDatepicker","min","max","ngModel"],["matSuffix","",3,"for"],["startView","year",3,"monthSelected","dateSelected","startAt"],["yearlyDate","","fxLayoutAlign","center center"],["matInput","","name","yearlyDate","tabindex","4","readonly","",3,"ngModelChange","matDatepicker","min","max","ngModel"],["startView","multi-year",3,"yearSelected","monthSelected","dateSelected","startAt"]],template:function(d,h){if(1&d){const p=a.RV6();a.j41(0,"div",5)(1,"div",6)(2,"button",7),a.bIt("click",function(){return a.eBV(p),a.Njj(h.onStepChange("FIRST"))}),a.j41(3,"mat-icon"),a.EFF(4,"skip_previous"),a.k0s()(),a.j41(5,"button",8),a.bIt("click",function(){return a.eBV(p),a.Njj(h.onStepChange("PREVIOUS"))}),a.j41(6,"mat-icon"),a.EFF(7,"navigate_before"),a.k0s()()(),a.DNE(8,T,1,3,"ng-container",9)(9,_,1,3,"ng-container",9)(10,w,1,3,"ng-container",9),a.j41(11,"div",10)(12,"button",11),a.bIt("click",function(){return a.eBV(p),a.Njj(h.onStepChange("NEXT"))}),a.j41(13,"mat-icon"),a.EFF(14,"navigate_next"),a.k0s()(),a.j41(15,"button",12),a.bIt("click",function(){return a.eBV(p),a.Njj(h.onStepChange("LAST"))}),a.j41(16,"mat-icon"),a.EFF(17,"skip_next"),a.k0s()()()(),a.DNE(18,X,7,5,"ng-template",null,0,a.C5r)}2&d&&(a.R7$(5),a.Y8G("disabled",h.disablePrev),a.R7$(3),a.Y8G("ngIf","forward"===h.animationDirection),a.R7$(),a.Y8G("ngIf","backward"===h.animationDirection),a.R7$(),a.Y8G("ngIf",""===h.animationDirection),a.R7$(2),a.Y8G("disabled",h.disableNext))},dependencies:[e.Sq,e.bT,e.T3,F.me,F.BC,F.vS,A.DJ,A.sA,A.UI,E.iY,S.Vh,S.bZ,S.bU,c.An,I.fg,R.rl,R.yw,y.VO,x.wT,k,B,P.z,z.V,e.PV],data:{animation:[L.k]}})}}return o})()},5085:(J,G,r)=>{r.d(G,{T:()=>a2});var a=r(6695),L=r(2042),f=r(9159),t=r(2798),e=r(4416),F=r(1771),A=r(1413),E=r(6977),S=r(9647),c=r(4438),I=r(2571),R=r(9640),y=r(177),x=r(2929),b=r(9417),D=r(2920),U=r(6038),k=r(8834),B=r(9631),P=r(6467),z=r(6600),V=r(497);const m=()=>["all"],s=()=>["no_transaction"],H=l=>({"display-none":l});function C(l,M){if(1&l&&(c.j41(0,"mat-option",30),c.EFF(1),c.k0s()),2&l){const n=M.$implicit,v=c.XpG();c.Y8G("value",n),c.R7$(),c.JRh(v.getLabel(n))}}function T(l,M){1&l&&(c.j41(0,"th",31),c.EFF(1,"Date"),c.k0s())}function _(l,M){if(1&l&&(c.j41(0,"td",32),c.EFF(1),c.nI1(2,"date"),c.k0s()),2&l){const n=M.$implicit,v=c.XpG();c.R7$(),c.JRh(c.i5U(2,1,null==n?null:n.date,v.dataRange===v.scrollRanges[1]?"MMM/yyyy":"dd/MMM/yyyy"))}}function w(l,M){1&l&&(c.j41(0,"th",33),c.EFF(1,"Amount Paid (Sats)"),c.k0s())}function O(l,M){if(1&l&&(c.j41(0,"td",32)(1,"span",34),c.EFF(2),c.nI1(3,"number"),c.k0s()()),2&l){const n=M.$implicit;c.R7$(2),c.JRh(c.i5U(3,1,null==n?null:n.amount_paid,"1.0-2"))}}function $(l,M){1&l&&(c.j41(0,"th",33),c.EFF(1,"# Payments"),c.k0s())}function W(l,M){if(1&l&&(c.j41(0,"td",32)(1,"span",34),c.EFF(2),c.nI1(3,"number"),c.k0s()()),2&l){const n=M.$implicit;c.R7$(2),c.JRh(c.bMT(3,1,null==n?null:n.num_payments))}}function X(l,M){1&l&&(c.j41(0,"th",33),c.EFF(1,"Amount Received (Sats)"),c.k0s())}function q(l,M){if(1&l&&(c.j41(0,"td",32)(1,"span",34),c.EFF(2),c.nI1(3,"number"),c.k0s()()),2&l){const n=M.$implicit;c.R7$(2),c.JRh(c.i5U(3,1,null==n?null:n.amount_received,"1.0-2"))}}function o(l,M){1&l&&(c.j41(0,"th",33),c.EFF(1,"# Invoices"),c.k0s())}function N(l,M){if(1&l&&(c.j41(0,"td",32)(1,"span",34),c.EFF(2),c.nI1(3,"number"),c.k0s()()),2&l){const n=M.$implicit;c.R7$(2),c.JRh(c.bMT(3,1,null==n?null:n.num_invoices))}}function i(l,M){if(1&l){const n=c.RV6();c.j41(0,"th",35)(1,"div",36)(2,"mat-select",37),c.nrm(3,"mat-select-trigger"),c.j41(4,"mat-option",38),c.bIt("click",function(){c.eBV(n);const u=c.XpG();return c.Njj(u.onDownloadCSV())}),c.EFF(5,"Download CSV"),c.k0s()()()()}}function d(l,M){if(1&l){const n=c.RV6();c.j41(0,"td",39)(1,"button",40),c.bIt("click",function(){const u=c.eBV(n).$implicit,g=c.XpG();return c.Njj(g.onTransactionClick(u))}),c.EFF(2,"View Info"),c.k0s()()}}function h(l,M){1&l&&(c.j41(0,"p"),c.EFF(1,"No transaction available."),c.k0s())}function p(l,M){if(1&l&&(c.j41(0,"td",41),c.DNE(1,h,2,0,"p",42),c.k0s()),2&l){const n=c.XpG();c.R7$(),c.Y8G("ngIf",!(null!=n.transactions&&n.transactions.data)||(null==n.transactions||null==n.transactions.data?null:n.transactions.data.length)<1)}}function Y(l,M){if(1&l&&c.nrm(0,"tr",43),2&l){const n=c.XpG();c.Y8G("ngClass",c.eq3(1,H,(null==n.transactions?null:n.transactions.data)&&(null==n.transactions||null==n.transactions.data?null:n.transactions.data.length)>0))}}function Q(l,M){1&l&&c.nrm(0,"tr",44)}function c2(l,M){1&l&&c.nrm(0,"tr",45)}let a2=(()=>{class l{constructor(n,v,u,g){this.commonService=n,this.store=v,this.datePipe=u,this.camelCaseWithReplace=g,this.dataRange=e.rs[0],this.dataList=[],this.selFilter="",this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.tableSetting={tableId:"transactions",recordsPerPage:e.md,sortBy:"date",sortOrder:e.oi.DESCENDING},this.nodePageDefs=e._1,this.selFilterBy="all",this.timezoneOffset=60*new Date(Date.now()).getTimezoneOffset(),this.scrollRanges=e.rs,this.transactions=new f.I6([]),this.pageSize=e.md,this.pageSizeOptions=e.xp,this.screenSize="",this.screenSizeEnum=e.f7,this.unSubs=[new A.B,new A.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(n){n.dataList&&!n.dataList.firstChange&&(this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:e.md,this.loadTransactionsTable(this.dataList)),n.selFilter&&!n.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(S._c).pipe((0,E.Q)(this.unSubs[0])).subscribe(n=>{this.nodePageDefs="CLN"===n.lnImplementation?e.Jd:"ECL"===n.lnImplementation?e.WW:e._1}),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:e.md,this.dataList&&this.dataList.length>0&&this.loadTransactionsTable(this.dataList)}ngAfterViewInit(){setTimeout(()=>{this.setTableWidgets()},0)}onTransactionClick(n){const v=[[{key:"date",value:this.datePipe.transform(n.date,this.dataRange===e.rs[1]?"MMM/yyyy":"dd/MMM/yyyy"),title:"Date",width:100,type:e.UN.DATE}],[{key:"amount_paid",value:Math.round(n.amount_paid),title:"Amount Paid (Sats)",width:50,type:e.UN.NUMBER},{key:"num_payments",value:n.num_payments,title:"# Payments",width:50,type:e.UN.NUMBER}],[{key:"amount_received",value:Math.round(n.amount_received),title:"Amount Received (Sats)",width:50,type:e.UN.NUMBER},{key:"num_invoices",value:n.num_invoices,title:"# Invoices",width:50,type:e.UN.NUMBER}]];this.store.dispatch((0,F.xO)({payload:{data:{type:e.A$.INFORMATION,alertTitle:"Transaction Summary",message:v}}}))}applyFilter(){this.transactions&&(this.transactions.filter=this.selFilter.trim().toLowerCase())}getLabel(n){const v=this.nodePageDefs.reports[this.tableSetting.tableId].allowedColumns.find(u=>u.column===n);return v?v.label?v.label:this.camelCaseWithReplace.transform(v.column,"_"):this.commonService.titleCase(n)}setFilterPredicate(){this.transactions.filterPredicate=(n,v)=>{let u="";switch(this.selFilterBy){case"all":u=(n.date?(this.datePipe.transform(n.date,"dd/MMM")+"/"+n.date.getFullYear()).toLowerCase():"")+JSON.stringify(n).toLowerCase();break;case"date":u=this.datePipe.transform(new Date(n[this.selFilterBy]||0),this.dataRange===this.scrollRanges[1]?"MMM/yyyy":"dd/MMM/yyyy")?.toLowerCase()||"";break;default:u=typeof n[this.selFilterBy]>"u"?"":"string"==typeof n[this.selFilterBy]?n[this.selFilterBy].toLowerCase():"boolean"==typeof n[this.selFilterBy]?n[this.selFilterBy]?"yes":"no":n[this.selFilterBy].toString()}return u.includes(v)}}loadTransactionsTable(n){this.transactions=new f.I6(n?[...n]:[]),this.setTableWidgets()}setTableWidgets(){this.transactions&&this.transactions.data&&this.transactions.data.length>0&&(this.transactions.sort=this.sort,this.transactions.sortingDataAccessor=(n,v)=>n[v]&&isNaN(n[v])?n[v].toLocaleLowerCase():n[v]?+n[v]:null,this.transactions.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter())}onDownloadCSV(){this.transactions.data&&this.transactions.data.length>0&&this.commonService.downloadFile(this.dataList,"Transactions-report-"+this.dataRange.toLowerCase())}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(),n.complete()})}static{this.\u0275fac=function(v){return new(v||l)(c.rXU(I.h),c.rXU(R.il),c.rXU(y.vh),c.rXU(x.VD))}}static{this.\u0275cmp=c.VBU({type:l,selectors:[["rtl-transactions-report-table"]],viewQuery:function(v,u){if(1&v&&(c.GBs(L.B4,5),c.GBs(a.iy,5)),2&v){let g;c.mGM(g=c.lsd())&&(u.sort=g.first),c.mGM(g=c.lsd())&&(u.paginator=g.first)}},inputs:{dataRange:"dataRange",dataList:"dataList",selFilter:"selFilter",displayedColumns:"displayedColumns",tableSetting:"tableSetting"},features:[c.Jv_([{provide:t.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:a.xX,useValue:(0,e.on)("Transactions")}]),c.OA$],decls:43,vars:14,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","amount_paid"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","num_payments"],["matColumnDef","amount_received"],["matColumnDef","num_invoices"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(v,u){if(1&v){const g=c.RV6();c.j41(0,"div",1)(1,"div",2)(2,"div",3),c.nrm(3,"div",4),c.j41(4,"div",5)(5,"mat-form-field",6)(6,"mat-label"),c.EFF(7,"Filter By"),c.k0s(),c.j41(8,"mat-select",7),c.mxI("ngModelChange",function(j){return c.eBV(g),c.DH7(u.selFilterBy,j)||(u.selFilterBy=j),c.Njj(j)}),c.bIt("selectionChange",function(){return c.eBV(g),u.selFilter="",c.Njj(u.applyFilter())}),c.j41(9,"perfect-scrollbar"),c.DNE(10,C,2,2,"mat-option",8),c.k0s()()(),c.j41(11,"mat-form-field",6)(12,"mat-label"),c.EFF(13,"Filter"),c.k0s(),c.j41(14,"input",9),c.mxI("ngModelChange",function(j){return c.eBV(g),c.DH7(u.selFilter,j)||(u.selFilter=j),c.Njj(j)}),c.bIt("input",function(){return c.eBV(g),c.Njj(u.applyFilter())})("keyup",function(){return c.eBV(g),c.Njj(u.applyFilter())}),c.k0s()()()(),c.j41(15,"div",10)(16,"div",11)(17,"table",12,0),c.qex(19,13),c.DNE(20,T,2,0,"th",14)(21,_,3,4,"td",15),c.bVm(),c.qex(22,16),c.DNE(23,w,2,0,"th",17)(24,O,4,4,"td",15),c.bVm(),c.qex(25,18),c.DNE(26,$,2,0,"th",17)(27,W,4,3,"td",15),c.bVm(),c.qex(28,19),c.DNE(29,X,2,0,"th",17)(30,q,4,4,"td",15),c.bVm(),c.qex(31,20),c.DNE(32,o,2,0,"th",17)(33,N,4,3,"td",15),c.bVm(),c.qex(34,21),c.DNE(35,i,6,0,"th",22)(36,d,3,0,"td",23),c.bVm(),c.qex(37,24),c.DNE(38,p,2,1,"td",25),c.bVm(),c.DNE(39,Y,1,3,"tr",26)(40,Q,1,0,"tr",27)(41,c2,1,0,"tr",28),c.k0s(),c.nrm(42,"mat-paginator",29),c.k0s()()()()}2&v&&(c.R7$(8),c.R50("ngModel",u.selFilterBy),c.R7$(2),c.Y8G("ngForOf",c.lJ4(12,m).concat(u.displayedColumns.slice(0,-1))),c.R7$(4),c.R50("ngModel",u.selFilter),c.R7$(3),c.Y8G("matSortActive",u.tableSetting.sortBy)("matSortDirection",u.tableSetting.sortOrder)("dataSource",u.transactions),c.R7$(22),c.Y8G("matFooterRowDef",c.lJ4(13,s)),c.R7$(),c.Y8G("matHeaderRowDef",u.displayedColumns),c.R7$(),c.Y8G("matRowDefColumns",u.displayedColumns),c.R7$(),c.Y8G("pageSize",u.pageSize)("pageSizeOptions",u.pageSizeOptions)("showFirstLastButtons",u.screenSize!==u.screenSizeEnum.XS))},dependencies:[y.YU,y.Sq,y.bT,b.me,b.BC,b.vS,D.DJ,D.sA,D.UI,U.PW,k.$z,B.fg,P.rl,P.nJ,t.VO,t.$2,z.wT,L.B4,L.aE,f.Zl,f.tL,f.ji,f.cC,f.YV,f.iL,f.Zq,f.xW,f.KS,f.$R,f.Qo,f.YZ,f.NB,f.iF,a.iy,V.ZF,V.Ld,y.QX,y.vh]})}}return l})()},614:(J,G,r)=>{r.d(G,{Qpm:()=>i1,wB1:()=>P2});var P2={prefix:"far",iconName:"face-frown",icon:[512,512,[9785,"frown"],"f119","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},i1={prefix:"far",iconName:"face-smile",icon:[512,512,[128578,"smile"],"f118","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]}}}]); \ No newline at end of file diff --git a/frontend/3rdpartylicenses.txt b/frontend/3rdpartylicenses.txt index 754d098f..1c7a5403 100644 --- a/frontend/3rdpartylicenses.txt +++ b/frontend/3rdpartylicenses.txt @@ -1,11 +1,33 @@ @angular/animations MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @angular/cdk MIT The MIT License -Copyright (c) 2023 Google LLC. +Copyright (c) 2025 Google LLC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -28,21 +50,87 @@ THE SOFTWARE. @angular/common MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @angular/core MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @angular/flex-layout MIT @angular/forms MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @angular/material MIT The MIT License -Copyright (c) 2023 Google LLC. +Copyright (c) 2025 Google LLC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -65,9 +153,53 @@ THE SOFTWARE. @angular/platform-browser MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @angular/router MIT +The MIT License + +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + @babel/runtime MIT @@ -147,7 +279,7 @@ as SVG and JS file types. In the Font Awesome Free download, the SIL OFL license applies to all icons packaged as web and desktop font files. -Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com) with Reserved Font Name: "Font Awesome". This Font Software is licensed under the SIL Open Font License, Version 1.1. @@ -247,7 +379,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE. In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files. -Copyright 2024 Fonticons, Inc. +Copyright 2025 Fonticons, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the @@ -316,7 +448,7 @@ as SVG and JS file types. In the Font Awesome Free download, the SIL OFL license applies to all icons packaged as web and desktop font files. -Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com) with Reserved Font Name: "Font Awesome". This Font Software is licensed under the SIL Open Font License, Version 1.1. @@ -416,7 +548,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE. In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files. -Copyright 2024 Fonticons, Inc. +Copyright 2025 Fonticons, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the @@ -485,7 +617,7 @@ as SVG and JS file types. In the Font Awesome Free download, the SIL OFL license applies to all icons packaged as web and desktop font files. -Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com) with Reserved Font Name: "Font Awesome". This Font Software is licensed under the SIL Open Font License, Version 1.1. @@ -585,7 +717,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE. In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files. -Copyright 2024 Fonticons, Inc. +Copyright 2025 Fonticons, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the @@ -656,35 +788,6 @@ https://github.com/cartant/rxjs-etc by Nicholas Jamieson, MIT licensed. See the file header for details. -@ngrx/operators -MIT -The MIT License (MIT) - -Copyright (c) 2017-2023 Brandon Roberts, Mike Ryan, Victor Savkin, Rob Wormald - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -This repository includes a file "debounceSync.ts" originially copied from -https://github.com/cartant/rxjs-etc by Nicholas Jamieson, MIT licensed. See the -file header for details. - - @ngrx/store MIT The MIT License (MIT) @@ -845,28 +948,6 @@ SOFTWARE. @swimlane/ngx-charts MIT -MIT License - -Copyright (c) 2017 Swimlane - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - angular-user-idle MIT @@ -1465,7 +1546,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. d3-format ISC -Copyright 2010-2021 Mike Bostock +Copyright 2010-2026 Mike Bostock Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice @@ -1549,34 +1630,20 @@ THIS SOFTWARE. d3-time-format -BSD-3-Clause -Copyright 2010-2017 Mike Bostock -All rights reserved. +ISC +Copyright 2010-2021 Mike Bostock -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the author nor the names of contributors may be used to - endorse or promote products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. d3-timer @@ -2582,7 +2649,7 @@ MIT The MIT License (MIT) Copyright (c) 2014-2015 bpampuch - 2016-2024 liborm85 + 2016-2026 liborm85 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -2864,25 +2931,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -rfdc -MIT -Copyright 2019 "David Mark Clements " - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and -to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions -of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF -CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. - - ripemd160 MIT The MIT License (MIT) @@ -3666,7 +3714,7 @@ zone.js MIT The MIT License -Copyright (c) 2010-2024 Google LLC. https://angular.io/license +Copyright (c) 2010-2025 Google LLC. https://angular.dev/license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/frontend/853.a5bf31a92e24292f.js b/frontend/853.a5bf31a92e24292f.js new file mode 100644 index 00000000..eebaccef --- /dev/null +++ b/frontend/853.a5bf31a92e24292f.js @@ -0,0 +1 @@ +(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[853],{29293:Li=>{function zi(Ee,Hn,Pt,Pn,A,q,D){try{var g=Ee[q](D),t=g.value}catch(B){return void Pt(B)}g.done?Hn(t):Promise.resolve(t).then(Pn,A)}Li.exports=function Ve(Ee){return function(){var Hn=this,Pt=arguments;return new Promise(function(Pn,A){var q=Ee.apply(Hn,Pt);function D(t){zi(q,Pn,A,D,g,"next",t)}function g(t){zi(q,Pn,A,D,g,"throw",t)}D(void 0)})}},Li.exports.__esModule=!0,Li.exports.default=Li.exports},77235:function(Li){var zi={"Roboto-Italic.ttf":"AAEAAAARAQAABAAQR0RFRqcXo6wAAdsEAAACWEdQT1O/fgaAAAHdXAAAiQZHU1VCzONMagACZmQAABXoT1MvMpeDsSYAAAGYAAAAYGNtYXAi3dtfAAAWsAAABqZjdnQgO/gmfQAAL7AAAAD+ZnBnbagFhDIAAB1YAAAPhmdhc3AACAAZAAHa+AAAAAxnbHlmo3jwVAAAOxAAAZwKaGVhZAz7DRcAAAEcAAAANmhoZWEMnBKpAAABVAAAACRobXR4bszfxAAAAfgAABS4bG9jYVNq69EAADCwAAAKXm1heHAI3hDGAAABeAAAACBuYW1lVq+GTwAB1xwAAAO8cG9zdP9hAGQAAdrYAAAAIHByZXB5WM7TAAAs4AAAAs4AAQAAAAMDltsABCNfDzz1ABsIAAAAAADE8BEuAAAAAOVdrQ36N/3VCUMIcwACAAkAAgAAAAAAAAABAAAHbP4MAAAJA/o3/mwJQwgAAbMAAAAAAAAAAAAAAAAFLgABAAAFLgCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEYwGQAAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAAQAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA5YAZAAAAAAAAAAAAfcAAAH3AAACAABEAnwAyQTHAFIEXABJBa8AugTUADkBWwCsAqgAbQK0/5ADWABrBGcATAGH/48CJQAaAgwANAM0/5AEXABqBFwA+gRcABgEXAA1BFwABQRcAHIEXABtBFwAnQRcAEAEXACUAesAKQGu/5sD8gBCBEIAcAQPADsDqwClBvgAQQUQ/68E1gA7BQ0AcAUYADsEaQA7BEoAOwVJAHQFiQA7AhwASQRIAAcE3gA7BC4AOwbGADsFiQA7BVcAcwTlADsFVwBrBMgAOwScACkEoQCpBQgAYwTxAKUG4gDDBN3/1ASpAKgEpv/sAg8AAAMwAMACD/97Az4ATwOA/4ECZgDQBDkAMQRcAB8EEABGBGAARwQdAEUCswB1BFwAAwRGACAB4wAvAdv/EwPvACAB4wAvBs4AHgRJACAEbQBGBFz/1wRpAEYCoQAgBAEALgKKAEMERwBbA8IAbgXVAIAD2v/FA6z/qgPa/+4CoAA3AeUAIgKg/40FRwBpAeX/8QQ/AFAEg//zBYkAEgQUAEMB3f/4BML/2gM/ANoGGQBeA3kAwwOuAFYETACBBhoAXQOPAPgC5gDoBCYAJgLiAF0C4gBvAm8A1QRm/+YDzAB4AgcApQHt/8gC4gDgA4gAvwOtABEFuQC6Bg8AtQYTAJ4Drf/RB0H/gwQkACgFVwAgBJYAOQSdAB8GjgATBI0AXARvAEQEZgA6BHn/4ASjAEYFcAA2AewALwRSAC4ELgAjAhkAJAVgADUEZgAlB2YAVQcMAEcB7QA0BV0AUgKl/0cFVQBmBHAAQwVlAGMEzQBbAfX/CQQYAD8DpwEYA3MBKAOZAPgDUQEHAeMBDgKZAQECGv+uA6kA3gLlAMMCSP/pAAD9agAA/eoAAP0LAAD99AAA/NsAAPy6Af4BIwPtAPQCEQClBFEARAV5/7IFSABnBRf/xARvAAwFiQBEBG//2wWPAFYFXgCFBSkACgRjAEgEmf/xA+QAhQRmAEUEMAApBAUAigRmACUEawB1AoQAhARN/7gDzgBABKAAYARm/90ELQBKBGUASAQMAIcEPABoBXgAQAVvAE4GZABnBH4AUgQiAGcGGABoBdIAogU8AHMIUP/NCGMARAZRALQFiABCBO4ANgXW/4wHC/+rBJwAJQWJAEQFf//LBOEAlAX+AFsFrQBBBVAAywdNAEIHhABCBeMAigbAAEQE3gA2BTwAdgb6AEkE8f/pBEsARwRwADEDQgAuBK//jQXy/6cD8QAgBHsAMAQyADAEfP/IBcEAMQR6ADAEewAwA7sAYAWhAEkEmgAwBDkAeQZHADAGbAAlBNEAVgYQADEENwAxBC0AMgZWADEEQv+/BEYAIAQtAE4Glf/DBq8AMARwACAEewAwBtMAbgX9AE8ENgAvBvUASgXLAC0Erv+6BCb/ogbWAFsF3gBPBp4AJgW1ACoIwABJB5UALwQE/80Dvf/JBUgAZwRpAEME5ACtA+UAhQVIAGcEZgBDBssAdAX1AFIG0wBuBf0ATwUKAGkEJwBMBNgAQAAA/OcAAP0KAAD+FgAA/jsAAPo3AAD6TgXlAEQE0QAwBDYALwT0ADsEZ//XBEIANQN2ACUEwABEA+cAJQdx/6sGOv+nBXkARASeADAE4wA2BFwALgZaALwFWgB2BdsAOwS+ADAHkwA7BYgAJQf8AEIGvwAlBcEAawSvAFwE+//UBBT/xQb2AKwFNABXBZoAywR9AHkFRgDKBEkAlAVGABwGAACIBJoABATjADYEOQAuBdr/ywTT/8gFhwBEBGYAJQXtADsE0AAwByEAOwYYADEFXQBSBIQAPASE//0Env/5A5n/6QUQ/9QEKf/FBNEALgZiADEGsABIBiYArQUEAGgEKQCwA+kAoAeG/+AGRP/aB74APAZvACME0QBlA/4ATQWCAJsE+gB9BTwAaAXe/8sE1//IBQMAIgMJAPMD/wAAB/QAAAP/AAAH9AAAAq4AAAIEAAABXAAABGYAAAIpAAABnwAAAQIAAADVAAAAAAAAAi0AGgItABoFIgCmBhkAmAOK/14BjgCwAY4AiQGM/5cBjgDSAsgAuALQAJUCrf+UBEgAdwRt//YCngChA7EAOAU7ADgBdABSB28AlgJVAF0CVQAEA4f/8ALiAI8C4gBkAuIAigLiAJAC4gCiAuIAewLiAKoDHwCIAuEAiQLhAHMB4gCPAeIAPgNHAH4C4v/cAuIALQLi/6sC4v+8AuL/sgLi/9gC4v/eAuL/8ALi/8kC4v/4Ayn/3ALr/90C6//HAeL/6AHi/50Eg//zBiUACgZfADkIPwA7Bb4ACQX8AB8EXABRBa0AQwQDAEoEUgALBR//8gUm/+UFuwDMA7EASwf7ADUE2wDrBPEAfwYBALYGrACSBqUAkAZDAL4EbQBNBWQAJASL/60EcACrBKAAQQf7AEsB/f8VBF8AMwRCAHAD/P/TBBkAGAPpAEICRAB3AnwAcQH1/+QE1wB1BE0AWQRoAHUGoAB1BqAAdQTIAHUGaAAoAAAAAAf1/6sINQBcAtj/6gLYAGwC2AAcA/EAaQPxACcD8QBwA/AASwPxAEoD8f/3A/EAFwPx//0D8QC9A/EARgQD/90ECwB1BDP/twXmAJQERgB5BFsAQgQHAG4EAAASBCkAHQSYAEYEOwAeBJgATAS9AB4F1AAeA5kAHgQ0AB4Dsv/2AdoAKwS+AB4EiABMA68AHgQAABIEFAAGA4UAGQOTAB4ERv+wBJgATARG/7ADbv/TBKoAHgPS/9YFPgBSBPAAfQTNAA4FSQBtBFoASAcK/8MHGAAeBUoAbgSpAB4EOQAgBP3/iQXd/68EHwASBMYAIAQtAB8EnP/EBAAAWgUBAB4ESABWBiAAHgZ5AB4E9gBRBc0AIAQuACAEWgAgBkUAHgRk/+AD8//6Bhj/rwRXAB8E4wAfBQ8AagWXAFAERwB1BIT/twYxAG0ESABVBEgAHgWYAC4EpgBABB8AEgScAEYEFAAAA8YAHwfkAB4Eh//eAtj/+wLY//EC2AAXAtgAHQLYAC8C2AAIAtgANwN7AJMCoAELA8gAHgQa/5kEnwBIBSMARAT9AEQD9QAmBRUARAPwACYEXQAeBFoASAQwAB4EY/+mAe8A/AOJARIAAP0qA9IA0wPWACID8ADOA9cAzQOTAB4DhAESA4MBEwLiAI8C4gBkAuIAigLiAJAC4gCiAuIAewLiAKoFWACABYMAgQVoAEQFswCDBbYAgwO4ALwEXwA5BDf/gQSq/9MESf/VBA4AKwOJARQBhv++BnEATASWAD4B7f8PBGb/rARm/+MEZv+4BGYALARmAFYEZgAkBGYAZgRmABsEZgBABGYBDQIA/wkB//8JAfYALwH2/3gB9gAvBDAAHgTaAGQEAQBiBFwAHwQTAEQEcABDBGkAIwR8AEIEa//XBHkAQgQdAEYEXAA1BE7/vwNoAKkEsQAsA5n/6QYK/5oD2gAeBJj/9AS9AB4EvQAeAfcAAAIlABoFNgAvBTYALwRkAD4EoQCpAor/9AUQ/68FEP+vBRD/rwUQ/68FEP+vBRD/rwUQ/68FDQBwBGkAOwRpADsEaQA7BGkAOwIcAEkCHABJAhwASQIcAEkFiQA7BVcAcwVXAHMFVwBzBVcAcwVXAHMFCABjBQgAYwUIAGMFCABjBKkAqAQ5ADEEOQAxBDkAMQQ5ADEEOQAxBDkAMQQ5ADEEEABGBB0ARQQdAEUEHQBFBB0ARQHsAC8B7AAvAewALwHsAC8ESQAgBG0ARgRtAEYEbQBGBG0ARgRtAEYERwBbBEcAWwRHAFsERwBbA6z/qgOs/6oFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFDQBwBBAARgUNAHAEEABGBQ0AcAQQAEYFDQBwBBAARgUYADsE9gBHBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQVJAHQEXAADBUkAdARcAAMFSQB0BFwAAwVJAHQEXAADBYkAOwRGACACHABJAewAEQIcAEkB7AAuAhwASQHsAC8CHP+LAeP/bQIcAEkGZABJA74ALwRIAAcB9f8JBN4AOwPvACAELgA7AeMALwQuADsB4/+iBC4AOwJ5AC8ELgA7Ar8ALwWJADsESQAgBYkAOwRJACAFiQA7BEkAIARJACAFVwBzBG0ARgVXAHMEbQBGBVcAcwRtAEYEyAA7AqEAIATIADsCof+fBMgAOwKhACAEnAApBAEALgScACkEAQAuBJwAKQQBAC4EnAApBAEALgScACkEAQAuBKEAqQKKAEMEoQCpAooAQwShAKkCsgBDBQgAYwRHAFsFCABjBEcAWwUIAGMERwBbBQgAYwRHAFsFCABjBEcAWwUIAGMERwBbBuIAwwXVAIAEqQCoA6z/qgSpAKgEpv/sA9r/7gSm/+wD2v/uBKb/7APa/+4HQf+DBo4AEwVXACAEZgA6BF3/rwRd/68EBwBuBGP/pgRj/6YEY/+mBGP/pgRj/6YEY/+mBGP/pgRaAEgDyAAeA8gAHgPIAB4DyAAeAdoAKwHaACsB2gArAdoAKwS9AB4EmABMBJgATASYAEwEmABMBJgATARbAEIEWwBCBFsAQgRbAEIECwB1BGP/pgRj/6YEY/+mBFoASARaAEgEWgBIBFoASARdAB4DyAAeA8gAHgPIAB4DyAAeA8gAHgSIAEwEiABMBIgATASIAEwEvgAeAdoADgHaACsB2gArAeT/ggHaACsDsv/2BDQAHgOZAB4DmQAeA5kAHgOZAB4EvQAeBL0AHgS9AB4EmABMBJgATASYAEwEKQAdBCkAHQQpAB0EAAASBAAAEgQAABIEAAASBAcAbgQHAG4EBwBuBFsAQgRbAEIEWwBCBFsAQgRbAEIEWwBCBeYAlAQLAHUECwB1BAP/3QQD/90EA//dBRD/rwTNAAMF7QARAoAAFwVrAGsFDf/tBT0AHgKEACAFEP+vBNYAOwRpADsEpv/sBYkAOwIcAEkE3gA7BsYAOwWJADsFVwBzBOUAOwShAKkEqQCoBN3/1AIcAEkEqQCoBGMASAQwACkEZgAlAoQAhAQ8AGgEUgAuBG0ARgRm/+YDwgBuBE7/vwKEAGUEPABoBG0ARgQ8AGgGZABnBGkAOwRRAEQEnAApAhwASQIcAEkESAAHBP0ARATeADsE4QCUBRD/rwTWADsEUQBEBGkAOwWJAEQGxgA7BYkAOwVXAHMFiQBEBOUAOwUNAHAEoQCpBN3/1AQ5ADEEHQBFBHsAMARtAEYEXP/XBBAARgOs/6oD2v/FBB0ARQNCAC4EAQAuAeMALwHsAC8B2/8TBDIAMAOs/6oG4gDDBdUAgAbiAMMF1QCABuIAwwXVAIAEqQCoA6z/qgFbAKwCfADJBAAARAH1/wkBjgCJBsYAOwbOAB4FEP+vBDkAMQRpADsFiQBEBB0ARQR7ADAFXgCFBW8ATgTkAK0D5QCFCBkARgkDAHMEnAAlA/EAIAUNAHAEEABGBKkAqAPkAIUCHABJBwv/qwXy/6cCHABJBRD/rwQ5ADEFEP+vBDkAMQdB/4MGjgATBGkAOwQdAEUFXQBSBBgAPwQYAD8HC/+rBfL/pwScACUD8QAgBYkARAR7ADAFiQBEBHsAMAVXAHMEbQBGBUgAZwRpAEMFSABnBGkAQwU8AHYELQAyBOEAlAOs/6oE4QCUA6z/qgThAJQDrP+qBVAAywQ5AHkGwABEBhAAMQRgAEcFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFAhwASQHsAC8CHAANAeP/8AVXAHMEbQBGBVcAcwRtAEYFVwBzBG0ARgVXAHMEbQBGBVcAcwRtAEYFVwBzBG0ARgVXAHMEbQBGBVUAZgRwAEMFVQBmBHAAQwVVAGYEcABDBVUAZgRwAEMFVQBmBHAAQwUIAGMERwBbBQgAYwRHAFsFZQBjBM0AWwVlAGMEzQBbBWUAYwTNAFsFZQBjBM0AWwVlAGMEzQBbBKkAqAOs/6oEqQCoA6z/qgSpAKgDrP+qBH4AAAShAKkDuwBgBVAAywQ5AHkEUQBEA0IALgYAAIgEmgAEBEYAIATeACwE3gAsBFEAEQNC/+cFEQBYBAkAOgSpAKgD5ABeBN3/1APa/8UEMAApBEr/1wYZAJgEXAAYBFwANQRcAAUEXAByBHAAgQSEAFQEcACUBIQAfgVJAHQEXAADBYkAOwRJACAFEP+vBDkAMQRpADsEHQBFAhz/4AHs/40FVwBzBG0ARgTIADsCoQAgBQgAYwRHAFsEhv+xBNYAOwRcAB8FGAA7BGAARwUYADsEYABHBYkAOwRGACAE3gA7A+8AIATeADsD7wAgBC4AOwHj//AGxgA7Bs4AHgWJADsESQAgBVcAcwTlADsEXP/XBMgAOwKh/+4EnAApBAEALgShAKkCigBDBQgAYwTxAKUDwgBuBPEApQPCAG4G4gDDBdUAgASm/+wD2v/uBZ3/DARj/6YEBP/iBPr//QIWAAIEogAeBEf/mgTXABgEY/+mBDAAHgPIAB4EA//dBL4AHgHaACsENAAeBdQAHgS9AB4EmABMBDsAHgQHAG4ECwB1BDP/twHaACsECwB1A8gAHgOTAB4EAAASAdoAKwHaACsDsv/2BDQAHgQAAFoEY/+mBDAAHgOTAB4DyAAeBMYAIAXUAB4EvgAeBJgATASqAB4EOwAeBFoASAQHAG4EM/+3BB8AEgS+AB4EWgBIBAsAdQWYAC4ExgAgBAAAWgU+AFIFjAArBgr/mgSY//QEAAASBeYAlAXmAJQF5gCUBAsAdQUQ/68EOQAxBGkAOwQdAEUEY/+mA8gAHgHs//AE1QCyBNUAkwX+AAgE1QCyAAAAAgAAAAMAAAAUAAMAAQAAABQABAaSAAAA/ACAAAYAfAAAAAIADQB+AKAArACtAL8AxgDPAOYA7wD+AQ8BEQElAScBMAFTAV8BZwF+AX8BjwGSAaEBsAHwAf8CGwI3AlkCvALHAskC3QLzAwEDAwMJAw8DIwOKA4wDkgOhA7ADuQPJA84D0gPWBCUELwRFBE8EYgRvBHkEhgSfBKkEsQS6BM4E1wThBPUFAQUQBRMeAR4/HoUenh7xHvMe+R9NIAkgCyARIBUgHiAiICcgMCAzIDogPCBEIHAgjiCkIKogrCCxILogvSDBIQUhEyEWISIhJiEuIV4iAiIGIg8iEiIaIh4iKyJIImAiZSWgJcslz+4C9sP7BP7///3//wAAAAAAAgANACAAoAChAK0ArgDAAMcA0ADnAPAA/wEQARIBJgEoATEBVAFgAWgBfwGPAZIBoAGvAfAB+gIYAjcCWQK8AsYCyQLYAvMDAAMDAwkDDwMjA4QDjAOOA5MDowOxA7oDygPRA9YEAAQmBDAERgRQBGMEcAR6BIgEoASqBLIEuwTPBNgE4gT2BQIFER4AHj4egB6eHqAe8h70H00gACAKIBAgEyAXICAgJSAwIDIgOSA8IEQgcCB0IKMgpiCrILEguSC8IMEhBSETIRYhIiEmIS4hWyICIgYiDyIRIhoiHiIrIkgiYCJkJaAlyiXP7gH2w/sB/v///P//AAEAAP/2/+QB9P/CAej/wQAAAdsAAAHWAAAB0gAAAdAAAAHOAAABxgAAAcj/Fv8H/wX++P7rAgoAAAAA/mX+RAE//dj91/3J/bT9qP2n/aL9nf2KAAAAGgAZAAAAAP0KAAD/+vz+/PsAAPy6AAD8sgAA/KcAAPyhAAD8mQAA/JEAAP9EAAD/QQAA/F4AAOX+5b7lb+LT5ZrlA+WY5Znhc+F04XAAAOFt4WzhauFi48XhWuO94VHhJuEjAADhDQAA4QjhAeEA5GvgueCs4Krgn9+U4JTgaN/F3qzfud+437Hfrt+i34bfb99s34sAAN9bE9ILEgbWAt4B4gABAAAAAAAAAAAAAAAAAAAAAADsAAAA9gAAASAAAAE6AAABOgAAAToAAAF8AAAAAAAAAAAAAAAAAAABfAGGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXwBmAAAAbAAAAAAAAAByAAAAhAAAAI4AAACWgAAAmoAAAKWAAACogAAAsYAAALWAAAC6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC2AAAAAAAAAAAAAAAAAAAAAAAAAAAAsgAAALIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACngAAAAAAAAAAAAAAAAAAApsCnAKdAp4CnwKgAIEClwKrAqwCrQKuAq8CsACCAIMCsQKyArMCtAK1AIQAhQK2ArcCuAK5AroCuwCGAIcCxgLHAsgCyQLKAssAiACJAswCzQLOAs8C0ACKApYAiwCMApgAjQL/AwADAQMCAwMDBACOAwUDBgMHAwgDCQMKAwsDDACPAJADDQMOAw8DEAMRAxIDEwCRAJIDFAMVAxYDFwMYAxkAkwCUAygDKQMsAy0DLgMvApkCmgKhArwDRwNIA0kDSgMmAycDKgMrAK4ArwOiALADowOkA6UAsQCyA6wDrQOuALMDrwOwALQDsQOyALUDswC2A7QAtwO1A7YAuAO3ALkAugO4A7kDugO7A7wDvQO+A78AxAPBA8IAxQPAAMYAxwDIAMkAygDLAMwDwwDNAM4EAAPJANIDygDTA8sDzAPNA84A1ADVANYD0AQBA9EA1wPSANgD0wPUANkD1QDaANsA3APWA88A3QPXA9gD2QPaA9sD3APdAN4A3wPeA98A6gDrAOwA7QPgAO4A7wDwA+EA8QDyAPMA9APiAPUD4wPkAPYD5QD3A+YEAgPnAQID6AEDA+kD6gPrA+wBBAEFAQYD7QQDA+4BBwEIAQkEnQQEBAUBFwEYARkBGgQGBAcECQQIASgBKQEqASsEnAEsAS0BLgEvATAEngSfATEBMgEzATQECgQLATUBNgE3ATgEoAShBAwEDQSTBJQEDgQPBKIEowSbAUwBTQSZBJoEEAQRBBIBTgFPAVABUQFSAVMBVAFVBJUElgFWAVcBWAQdBBwEHgQfBCAEIQQiAVkBWgSXBJgENwQ4AVsBXAFdAV4EpASlAV8EOQSmAW8BcAGCAYMEqASnAbIEkgG4AdIFLQAAQEqZmJeWh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNRUE9OTUxLSklIR0YoHxAKCSwBsQsKQyNDZQotLACxCgtDI0MLLSwBsAZDsAdDZQotLLBPKyCwQFFYIUtSWEVEGyEhWRsjIbBAsAQlRbAEJUVhZIpjUlhFRBshIVlZLSwAsAdDsAZDCy0sS1MjS1FaWCBFimBEGyEhWS0sS1RYIEWKYEQbISFZLSxLUyNLUVpYOBshIVktLEtUWDgbISFZLSywAkNUWLBGKxshISEhWS0ssAJDVFiwRysbISEhWS0ssAJDVFiwSCsbISEhIVktLLACQ1RYsEkrGyEhIVktLCMgsABQiopksQADJVRYsEAbsQEDJVRYsAVDi1mwTytZI7BiKyMhI1hlWS0ssQgADCFUYEMtLLEMAAwhVGBDLSwBIEewAkMguBAAYrgQAGNXI7gBAGK4EABjV1pYsCBgZllILSyxAAIlsAIlsAIlU7gANSN4sAIlsAIlYLAgYyAgsAYlI2JQWIohsAFgIxsgILAGJSNiUlgjIbABYRuKISMhIFlZuP/BHGCwIGMjIS0ssQIAQrEjAYhRsUABiFNaWLgQALAgiFRYsgIBAkNgQlmxJAGIUVi4IACwQIhUWLICAgJDYEKxJAGIVFiyAiACQ2BCAEsBS1JYsgIIAkNgQlkbuEAAsICIVFiyAgQCQ2BCWbhAALCAY7gBAIhUWLICCAJDYEJZuUAAAQBjuAIAiFRYsgIQAkNgQlmxJgGIUVi5QAACAGO4BACIVFiyAkACQ2BCWblAAAQAY7gIAIhUWLICgAJDYEJZsSgBiFFYuUAACABjuBAAiFRYuQACAQCwAkNgQllZWVlZWVmxAAJDVFhACgVACEAJQAwCDQIbsQECQ1RYsgVACLoBAAAJAQCzDAENARuxgAJDUliyBUAIuAGAsQlAG7gBALACQ1JYsgVACLoBgAAJAUAbuAGAsAJDUliyBUAIuAIAsQlAG7IFQAi6AQAACQEAWVlZuEAAsICIVblAAAIAY7gEAIhVWlizDAANARuzDAANAVlZWUJCQkJCLSxFsQJOKyOwTysgsEBRWCFLUViwAiVFsQFOK2BZGyNLUViwAyVFIGSKY7BAU1ixAk4rYBshWRshWVlELSwgsABQIFgjZRsjWbEUFIpwRbBPKyOxYQYmYCuKWLAFQ4tZI1hlWSMQOi0ssAMlSWMjRmCwTysjsAQlsAQlSbADJWNWIGCwYmArsAMlIBBGikZgsCBjYTotLLAAFrECAyWxAQQlAT4APrEBAgYMsAojZUKwCyNCsQIDJbEBBCUBPwA/sQECBgywBiNlQrAHI0KwARaxAAJDVFhFI0UgGGmKYyNiICCwQFBYZxtmWWGwIGOwQCNhsAQjQhuxBABCISFZGAEtLCBFsQBOK0QtLEtRsUBPK1BbWCBFsQFOKyCKikQgsUAEJmFjYbEBTitEIRsjIYpFsQFOKyCKI0REWS0sS1GxQE8rUFtYRSCKsEBhY2AbIyFFWbEBTitELSwjRSCKRSNhIGSwQFGwBCUgsABTI7BAUVpasUBPK1RaWIoMZCNkI1NYsUBAimEgY2EbIGNZG4pZY7ECTitgRC0sAS0sAC0sBbELCkMjQ2UKLSyxCgtDI0MLAi0ssAIlY2awAiW4IABiYCNiLSywAiVjsCBgZrACJbggAGJgI2ItLLACJWNnsAIluCAAYmAjYi0ssAIlY2awIGCwAiW4IABiYCNiLSwjSrECTistLCNKsQFOKy0sI4pKI0VksAIlZLACJWFksANDUlghIGRZsQJOKyOwAFBYZVktLCOKSiNFZLACJWSwAiVhZLADQ1JYISBkWbEBTisjsABQWGVZLSwgsAMlSrECTiuKEDstLCCwAyVKsQFOK4oQOy0ssAMlsAMlirBnK4oQOy0ssAMlsAMlirBoK4oQOy0ssAMlRrADJUZgsAQlLrAEJbAEJbAEJiCwAFBYIbBqG7BsWSuwAyVGsAMlRmBhsIBiIIogECM6IyAQIzotLLADJUewAyVHYLAFJUewgGNhsAIlsAYlSWMjsAUlSrCAYyBYYhshWbAEJkZgikaKRmCwIGNhLSywBCawBCWwBCWwBCawbisgiiAQIzojIBAjOi0sIyCwAVRYIbACJbECTiuwgFAgYFkgYGAgsAFRWCEhGyCwBVFYISBmYbBAI2GxAAMlULADJbADJVBaWCCwAyVhilNYIbAAWRshWRuwB1RYIGZhZSMhGyEhsABZWVmxAk4rLSywAiWwBCVKsABTWLAAG4qKI4qwAVmwBCVGIGZhILAFJrAGJkmwBSawBSawcCsjYWWwIGAgZmGwIGFlLSywAiVGIIogsABQWCGxAk4rG0UjIVlhZbACJRA7LSywBCYguAIAYiC4AgBjiiNhILBdYCuwBSURihKKIDmKWLkAXRAAsAQmY1ZgKyMhIBAgRiCxAk4rI2EbIyEgiiAQSbECTitZOy0suQBdEACwCSVjVmArsAUlsAUlsAUmsG0rsV0HJWArsAUlsAUlsAUlsAUlsG8ruQBdEACwCCZjVmArILAAUliwUCuwBSWwBSWwByWwByWwBSWwcSuwAhc4sABSsAIlsAFSWliwBCWwBiVJsAMlsAUlSWAgsEBSWCEbsABSWCCwAlRYsAQlsAQlsAclsAclSbACFzgbsAQlsAQlsAQlsAYlSbACFzhZWVlZWSEhISEhLSy5AF0QALALJWNWYCuwByWwByWwBiWwBiWwDCWwDCWwCSWwCCWwbiuwBBc4sAclsAclsAcmsG0rsAQlsAQlsAQmsG0rsFArsAYlsAYlsAMlsHErsAUlsAUlsAMlsAIXOCCwBiWwBiWwBSWwcStgsAYlsAYlsAQlZbACFziwAiWwAiVgILBAU1ghsEBhI7BAYSMbuP/AUFiwQGAjsEBgI1lZsAglsAglsAQmsAIXOLAFJbAFJYqwAhc4ILAAUliwBiWwCCVJsAMlsAUlSWAgsEBSWCEbsABSWLAGJbAGJbAGJbAGJbALJbALJUmwBBc4sAYlsAYlsAYlsAYlsAolsAolsAclsHErsAQXOLAEJbAEJbAFJbAHJbAFJbBxK7ACFzgbsAQlsAQluP/AsAIXOFlZWSEhISEhISEhLSywBCWwAyWHsAMlsAMliiCwAFBYIbBlG7BoWStksAQlsAQlBrAEJbAEJUkgIGOwAyUgY1GxAAMlVFtYISEjIQcbIGOwAiUgY2EgsFMrimOwBSWwBSWHsAQlsAQmSrAAUFhlWbAEJiABRiMARrAFJiABRiMARrAAFgCwACNIAbAAI0gAILABI0iwAiNIASCwASNIsAIjSCOyAgABCCM4sgIAAQkjOLECAQewARZZLSwjEA0MimMjimNgZLlAAAQAY1BYsAA4GzxZLSywBiWwCSWwCSWwByawdisjsABUWAUbBFmwBCWwBiawdyuwBSWwBSawBSWwBSawdiuwAFRYBRsEWbB3Ky0ssAclsAolsAolsAgmsHYrirAAVFgFGwRZsAUlsAcmsHcrsAYlsAYmsAYlsAYmsHYrCLB3Ky0ssAclsAolsAolsAgmsHYriooIsAQlsAYmsHcrsAUlsAUmsAUlsAUmsHYrsABUWAUbBFmwdystLLAIJbALJbALJbAJJrB2K7AEJrAEJgiwBSWwByawdyuwBiWwBiawBiWwBiawdisIsHcrLSwDsAMlsAMlSrAEJbADJUoCsAUlsAUmSrAFJrAFJkqwBCZjiopjYS0ssV0OJWArsAwmEbAFJhKwCiU5sAclObAKJbAKJbAJJbB8K7AAULALJbAIJbAKJbB8K7AAUFRYsAclsAslh7AEJbAEJQuwCiUQsAklwbACJbACJQuwByUQsAYlwRuwByWwCyWwCyW4//+wdiuwBCWwBCULsAclsAolsHcrsAolsAglsAgluP//sHYrsAIlsAIlC7AKJbAHJbB3K1mwCiVGsAolRmCwCCVGsAglRmCwBiWwBiULsAwlsAwlsAwmILAAUFghsGobsGxZK7AEJbAEJQuwCSWwCSWwCSYgsABQWCGwahuwbFkrI7AKJUawCiVGYGGwIGMjsAglRrAIJUZgYbAgY7EBDCVUWAQbBVmwCiYgELADJTqwBiawBiYLsAcmIBCKOrEBByZUWAQbBVmwBSYgELACJTqKigsjIBAjOi0sI7ABVFi5AABAABu4QACwAFmKsAFUWLkAAEAAG7hAALAAWbB9Ky0siooIDYqwAVRYuQAAQAAbuEAAsABZsH0rLSwIsAFUWLkAAEAAG7hAALAAWQ2wfSstLLAEJrAEJggNsAQmsAQmCA2wfSstLCABRiMARrAKQ7ALQ4pjI2JhLSywCSuwBiUusAUlfcWwBiWwBSWwBCUgsABQWCGwahuwbFkrsAUlsAQlsAMlILAAUFghsGobsGxZKxiwCCWwByWwBiWwCiWwbyuwBiWwBSWwBCYgsABQWCGwZhuwaFkrsAUlsAQlsAQmILAAUFghsGYbsGhZK1RYfbAEJRCwAyXFsAIlELABJcWwBSYhsAUmIRuwBiawBCWwAyWwCCawbytZsQACQ1RYfbACJbCCK7AFJbCCKyAgaWGwBEMBI2GwYGAgaWGwIGEgsAgmsAgmirACFziKimEgaWFhsAIXOBshISEhWRgtLEtSsQECQ1NaWCMQIAE8ADwbISFZLSwjsAIlsAIlU1ggsAQlWDwbOVmwAWC4/+kcWSEhIS0ssAIlR7ACJUdUiiAgEBGwAWCKIBKwAWGwhSstLLAEJUewAiVHVCMgErABYSMgsAYmICAQEbABYLAGJrCFK4qKsIUrLSywAkNUWAwCiktTsAQmS1FaWAo4GwohIVkbISEhIVktLLCYK1gMAopLU7AEJktRWlgKOBsKISFZGyEhISFZLSwgsAJDVLABI7gAaCN4IbEAAkO4AF4jeSGwAkMjsCAgXFghISGwALgATRxZioogiiCKI7gQAGNWWLgQAGNWWCEhIbABuAAwHFkbIVmwgGIgXFghISGwALgAHRxZI7CAYiBcWCEhIbAAuAAMHFmKsAFhuP+rHCMhLSwgsAJDVLABI7gAgSN4IbEAAkO4AHcjeSGxAAJDirAgIFxYISEhuABnHFmKiiCKIIojuBAAY1ZYuBAAY1ZYsAQmsAFbsAQmsAQmsAQmGyEhISG4ADiwACMcWRshWbAEJiOwgGIgXFiKXIpaIyEjIbgAHhxZirCAYiBcWCEhIyG4AA4cWbAEJrABYbj/kxwjIS0AAED/fjR9VXw+/x97O/8fej3/H3k7QB94PP8fdzw9H3Y1Bx91Ov8fdDpnH3M5Tx9yOf8fcTb/H3A4zR9vOP8fbjdeH203zR9sN/8fazctH2o3GB9pNP8faDL/H2cyzR9mM/8fZTH/H2Qw/x9jMKsfYjBnH2Eu/x9gLoAfXy//H14vkx9dLf8fXCz/H1sr/x9aKs0fWSr/H1gqDR9XKf8fVij/H1UnJB9UJy0fUyVeH1Il/x9RJasfUCb/H08mgB9OJP8fTSMrH0wjqx9LI/8fSiNWH0kjKx9IIv8fRyD/H0Ygch9FIf8fRCFyH0Mf/x9CHpMfQR7/H0Ad/x8/HP8fPTuTQOofPDs0Hzo1Dh85NnIfODZPHzc2Ih82NZMfMzJAHzEwch8vLkofKypAHycZBB8mJSgfJTMbGVwkGhIfIwUaGVwiGf8fISA9HyA4GBZcHxgtHx4X/x8dFv8fHBYHHxszGRxbGDQWHFsaMxkcWxc0FhxbFRk+FqZaEzESVRExEFUSWRBZDTQMVQU0BFUMWQRZHwRfBAIPBH8E7wQDD14OVQs0ClUHNAZVATEAVQ5ZClkGWX8GAS8GTwZvBgM/Bl8GfwYDAFkvAAEvAG8A7wADCTQIVQM0AlUIWQJZHwJfAgIPAn8C7wIDA0BABQG4AZCwVCtLuAf/UkuwCVBbsAGIsCVTsAGIsEBRWrAGiLAAVVpbWLEBAY5ZhY2NAB1CS7CQU1iyAwAAHUJZsQICQ1FYsQQDjllzdAArACsrK3N0ACtzdHUAKwArACsrKysrc3QAKwArKysAKwArKysBKwErASsBKwErASsrACsrASsrASsAKwArASsrKysrASsrACsrKysrKysBKysAKysrKysrKwErACsrKysrKysrKysrKysBKysAKysrKysrKysrKwErKysrKysrACsrKysrKysrKysrKysrKysrKysrKxgAAAYAABUFsAAUBbAAFAQ6ABQAAP/sAAD/7AAA/+z+YP/1BbAAFQAA/+sAAAC9AMAAnQCdALoAlwCXACcAwACdAIYAvACrALoAmgDTALMAmQHgAJYAugCaAKkBCwCCAK4AoACMAJUAuQCpABcAkwCaAHsAiwChAN4AoACMAJ0AtgAnAMAAnQCkAIYAogCrALYAvwC6AIIAjgCaAKIAsgDTAJEAmQCtALMAvgHJAf0AlgC6AEcAmACdAKkBCwCCAJkAnwCpALAAgQCFAIsAlACpALUAugAXAFAAYwB4AH0AgwCLAJAAmACiAK4A1ADeASYAewCJAJMAnQClALQEjQAQAAAAAAAyADIAMgAyADIAXQB/ALYBNQHEAj8CVQKIArsC6AMHAyIDNANRA2UDuwPVBBkEiwS4BQoFbAWKBgQGZQZxBn0GpAbBBugHQAfzCCoIkgjcCSEJVgmCCdYKAQoWCkUKeQqaCs8K9AtDC3wL1wwgDIgMqAzaDQANQQ1uDZMNww3fDfMODw40DkUOWQ7LDyUPcA/KEB8QUhDDEQARKRFmEZsRsRIVElMSoBL7E1YTjBPrFB4UWhR/FMIU7hUqFVgVpRW5FggWSxZyFtMXIxeJF9MX7xiNGMAZRRmiGa4ZzRp1GocavhrmGyIbiBucG+AcARweHEkcYhynHLMcxBzVHOYdPR2OHaweCh5JHq8fWx/DIAIgXSC6IR4hUyFoIZshyCHqIioifSLyI4kjsSQFJFkkwSUhJWYltiXeJjAmUSZwJngmnia8Ju4nGydaJ3knqSe9J9In2ygJKCUoQihWKJconyi4KOgpRyltKZcptinuKkkqjSr2K2or1iwELHcs6S0+LXwt4C4JLlwu1S8RL2cvtzASMEUwgjDaMSAxkTH7MlQy0TMgM3cz2jQpNG00lDTdNTQ1gDXyNhY2UTaONuc3EzdNN3U3qTfsODE4azjCOSk5bTnkOlA6aTqwOv87bzuTO8Y8ATwyPF08hjykPUQ9bz2oPc8+Az5HPow+xj8cP4M/yEArQIBA4kEyQXhBn0H9QlxCokMDQ2VDoUPaRC5EgEToRU5FzEZKRtNHWEfCSBhITkiGSPJJWkoRSsdLOUusS/ZMPkxsTIpMukzQTOVNmE3sTghOJE5nTq9PG08/T2NPo0/hT/RQB1ATUCZQZVCjUN9RG1EuUUFRdlGrUe9SPFKzUyZTOVNMU4JTuFPLU95UJ1RvVKlVElV6VcdWEVYkVjdWclavVsJW1VboVvtXT1efV+9X/lgNWBlYJVhcWLlZNlm0WjBaplsbW3xb4FwvXINc1F0kXWldrl4iXi5eOl6kXs9ez17PXs9ez17PXs9ez17PXs9ez17PXs9ez17XXt9e8V8DXx9fO19XX3JfjV+ZX6Vf01/0YCJgQWBNYF1gemFCYWVhhWGcYaVhrmG3YcBhyWHSYdth/GIOYipiV2KEYr1ixmLPYthi4WLqYvNi/GMFYw5jF2MgYyljMmNbY4Rj3GQXZHhkhGTeZStlhWXWZitmbmavZvBne2fOaDlod2jFaNto7GkCaRhphmmjadpp7GoYarJq72tOa31rsWvmbBlsJmxEbGBsbGyobOhtS221bhhu0G7Qb+5wNHBucJNw1nEvcapxxXIdcmZyj3L9czxzVXOic9B0AXQrdG50kHTAdN51QXWEdeB2GHZldod2uXbWdwd3M3dGd3B3wHfseGh4uXj4eRV5RXmdeb956HoOekd6mnrge0l7lnvpfEV8kXzTfQZ9SX2TfeR+Un5+frF+638lf1p/kX/DgAWARYBRgIeA2oE+gYuBtoISglCCkILLgz6DSoOCg8CEBYQ7hJuE7IU7hZ2F+YZRhr6HAYddh4aHx4gZiDOIn4jxiQOJQIlziiCKgIreixKLRYt2i6uL7Iw0jJuMy4zojRaNVY16jaGN4o4qjlaOhY7Wjt+O6I7xjvqPA48MjxWPYo+5j/uQTpCwkM+RE5FZkYOR0JHskkKSVJLOkzOTWJNgk2iTcJN4k4CTiJOQk5iToJOok7CTuJPAk9KT2pRDlI+UrZUHlVKVrJYdlmqWxZcgl3GX4ZgwmDiYrJjZmSqZY5m/mfGaNZo1mj2ajprfmyWbTZuNm6Cbs5vGm9mb7ZwBnBecKpw9nFCcY5x3nIqcnZywnMSc15zqnP2dEJ0jnTedSp1dnXCdhJ2XnaqdvZ3PneGd9Z4Jnh+eMp5Fnlieap5+npCeop61nsme257unwGfE58lnzmfTJ9fn3GfhZ+Yn6ufvp/Qn+Of9qBPoOKg9aEIoRuhLaFAoVOhZqF4oYuhnqGxocOh1qHpofyiD6JrouOi9qMIoxujLaNAo1OjZqN5o42joKOzo8aj2aPso/+kEqQlpDikSqRcpG+ke6SHpJqkraTBpNWk6KT7pQ+lI6U2pUmlVaVhpXSlh6Wbpa+lwqXUpeel+qYMph+mMqZGplqmbaaAppSmqKa7ps2m4KbzpwanGKcrpz6nUqdmp3mni6efp7OnxqfZp+yoAKgTqCWoOKhKqF2ocKiEqJiorKjAqRepeqmNqaCps6nFqdmp7Kn/qhKqJao4qkqqXapwqoOqlqqiqq6quarMqt+q8asDqxerK6s3q0OrVqtpq3urjqugq7KrxavZq+yr/6wSrCWsOKxMrF+scqyErJisq6y9rNCtJK03rUmtXK1vrYGtk62lrbiuEK4irjSuR65arm6uga6Urqeuuq7Frteu6q72rwivHK8orzSvR69Tr2avea+Mr6Cvs6+/r9Gv5K/2sAKwFLAosDqwRrBYsGqwfbCRsKWw+7EOsSCxM7FGsVmxa7F+sZKxnrGyscax2bHtsgKyCrISshqyIrIqsjKyOrJCskqyUrJasmKyarJysoaymrKtssCy07LlsvmzAbMJsxGzGbMhszSzR7Nas22zgLOUs6e0DbQVtCm0MbQ5tEy0X7RntG+0d7R/tJK0mrSitKq0srS6tMK0yrTStNq04rT1tP21BbVNtVW1XbVxtYS1jLWUtai1sLXDtdW16LX7tg62IbY1tkm2XLZvtne2f7aLtp62pra5tsy24bb2twm3HLcvt0K3SrdSt2a3ereGt5K3pbe4t8u33rfmt+639rgJuBy4JLg3uEq4XrhyuHq4griVuKi4vLjEuNi47LkAuRS5J7k6uUy5YLl0uYi5nLmkuay5wLnUuei5/LoPuiG6NbpIuly6cLqEupe6q7q/use627rvuwK7Fbspuzy7ULtju3e7irueu7G7zrvqu/68ErwmvDq8TrxivHa8irynvMS82LzsvP+9Er0lvTe9S71evXK9hb2Zvay9wL3TvfC+DL4fvjK+Rr5avm6+gr6Vvqi+vL7PvuO+9r8Kvx2/Mb9Ev2G/fb+Qv6O/tr/Jv9y/78ACwBTAKMA8wFDAZMB3wIrAncCwwMPA1sDpwPzBD8EhwTXBScFdwXHBhMGXwarBvMHZwezB/8ISwiXCOMJLwl7CccJ5wrzC/sMjw0jDicPMw/zEMcRoxJ/Ep8S7xMPEy8TTxNvE48TrxPPE+8UDxRbFKcU8xU/FY8V3xYvFn8WzxcfF28XvxgPGF8Yrxj/GS8ZfxnPGh8abxq/Gw8bXxuvG/scRxyXHOcdNx2HHdceJx53HscfFx9jH68f/yBPIJ8g7yE/IY8h3yIrInMiwyMTI2MjsyQDJFMkoyTTJQMlMyVjJZMlwyXzJhMmMyZTJnMmkyazJtMm8ycTJzMnUydzJ5MnsygDKE8omyjnKQcpJyl3KZcp4yorKksqayqLKqsq9ysXKzcrVyt3K5crtyvXK/ct5y63MAMwIzBTMJ8w5zEHMTcxgzHPMf8ySzKXMuczFzNjM68z+zRHNHc0pzT3NXc1uzcvOBQAAAAYAZAAAAygFsAADAAcACwAPABMAFwAAQRUhNTMRIxEhESMRExUhNQEBIwERATMBAwn9dhs2AsQ2F/12Aor9rzoCUf2vOgJRBbA2NvpQBbD6UAWw+oY2NgVc+owFdPqMBXT6jAACAET/8gH0BbAAAwAPABNACQICBw0LcgACcgArK93OLzAxQQMjEwM2Njc2FgcUBgcGJgH0wqSo8gE7Ly49AT0uLjwFsPvrBBX6qi8/AQE8Li4+AQE6AAIAyQQTAqcGAAAFAAsADLMJAwsFAC8zzTIwMUEHAyMTNyEHAyMTNwGhF1NuNxcBkBdTbjgWBgCS/qUBXJGS/qUBY4oABABSAAAE+wWwAAMABwALAA8AI0ARBAAFDQ4OAAoJCQACAnIAEnIAKysROS8zETkvMzIRMzAxcwEzATMBMwEBITchAyE3IaQCD5L97/sCEJD98AIk/A4YA/K2/A0YA/MFsPpQBbD6UAOFi/2KigADAEn/MAQuBpwAAwAHAD0ANkAcBAc6OggrECMEFC81NQYvDXIBAh8fFBoaAxQFcgArzTMvETMSOTkrzTMvERIXOTMSOTkwMUEDIxMDAyMTATYmJicuAjc+AhceAwcjNi4CJyYGBgcGFhYXHgIHDgInLgM3MwYeAhcWNjYDOjGTMX4qkioBhAk+bDxkn1cICYDMfGeRVyIGtAQNKlA/S3VICQg9bj9jnVUICo7dgGWZZS8GtgQVNVlATYdaBpz+zwEx+Z/+9QELAUNJZEMXJm6idX64YgMCTIGoXjRrWjgCAjpsSk1kQhknbaF0h7ZbAgJDeaNiO2dPLQIBNW0AAAUAuv/oBTEFyAARACMANQBHAEsAI0ARSTJLBTtEKTIXDiAFBXIyDXIAKysyxDIQxDIzETMRMzAxUzc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYBNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBgEBJwG/BwlWi1lVdzsGBglWi1hUeDyWCQMWOjI0TC0HCQMVOTM0TS4BiwcIV4tYVXc7BQcJVYtYVXc8lgcDFTkyNUwtBwkDFjoyNUwuAV38kGMDcQRLTFWLUQICU4hRTVWJUAICUoeeTytRNAIBM1MvTixSNgEBM1T8T01Vi1ACAlOHUU5VilACAlOHn1ErUTUBAjNUME8sUjUBATNTA0X7l0gEaAABADn/6gSBBccAQgAkQBQjEgAPIgEGGjAwKxEROxNyBxoDcgArMisyLzIyLxEXOTAxQTc2Njc2JiciBgYHBhYWFwEjAS4CNz4CFx4CBw4CBwUOAgcGFhYXFj4CNzMOAgcGBgcGBicuAjc+AgGl7D1eCAdWQTlXNQYHJDwcAhvL/kYsXDsFCGesblWOUQUEQ2Y5/sUrVD0HCjZuS2yxhVIOoAs8YkIJDwlK5212vmoJCG+eAyibKGJNQlIBOl42NmdfK/zGAqRBi5hTbaVaAwJKhVpKdl4o1x5LXDdMcD8CA1+hwV9kp5VJChcKU08CA2KzfGeZdgABAKwEIgGKBgAABQAIsQMFAC/GMDFBBwMjEzcBihNMfzwQBgB1/pcBeGYAAAEAbf4qAxQGbAAXAAixBhMALy8wMVM3NhISNjcXDgICBwcGAhIWFwcmJgICfwIWYJvZjRxuonFIFAIQDB5dWi53kEQIAkELkwE4ASPsRnxR1PP++4IPa/7+/vznUW9S+AEjASgAAAH/kP4pAjcGawAXAAixEwYALy8wMUEHBgICBgcnPgISNzc2EgImJzcWFhISAiUCFWGa2Y4cbaJySBQDDwsgXFgvdo9FCAJVC5P+x/7d7EZyU9b3AQeDD2oBAAEG51BwU/j+3v7ZAAEAawJgA4sFsQAOABRACg0BBwQEDgwGAnIAK8QyFzkwMVMTJTcFEzMDJRcFEwcDA4/x/utFARYzlUYBMBP+xZKAgt8CzAEQWo9wAVz+p22gW/7tVwEh/uoAAAIATACSBDQEtgADAAcAELUHBwMDBgIAL8YzEMYvMDFBByE3AQMjEwQ0Hvw2HwKJuLW4Aw2urgGp+9wEJAAAAf+P/t0A6wDcAAoACLEEAAAvzTAxdwcGBgcnPgI3N+sYEXhXZCM6KQsa3JRtvEJLK1liNpgAAQAaAh8CEAK3AAMACLEDAgAvMzAxQQchNwIQG/4lGwK3mJgAAQA0//IBFQDUAAsACrMDCQtyACsyMDF3NDY3NhYHFAYHBiY1PzExPwE/MTBAXzFCAQE+MTFAAQE8AAH/kP+DA5MFsAADAAmyAAIBAC8/MDFBASMBA5P8oaQDYAWw+dMGLQACAGr/6AQgBcgAFwAvABNACSsGHxIFcgYNcgArKzIRMzAxQQcOAycuAzY3Nz4DFx4DBgMTNjYuAicmDgIHAwYGHgIXFj4CBBQiEkV7wYxrjFEhAQshEUd7wYprjVEiAeYrBgkJJ1JFXXxNKgsqBgkJJlFFXn1MKgNM3XbnvG4EAk+EpLNW3nbkt2sEAkyAorH+rQEdMnZ1Yz4DBFOJoEv+5DB4eWdBAwRWjaQAAQD6AAADVAW4AAYADLUGBHIBDHIAKyswMUEDIxMFNyUDVPi11v59IAIaBbj6SATMh6/EAAEAGAAABCcFxwAfABlADBAQDBUFcgMfHwIMcgArMhEzKzIyLzAxZQchNwE+Ajc2JiYnJgYGBwc+AhceAgcOAwcBA84Y/GIWAho3fF4LCCpgSF2IUw2yDYveiHG0YQsGQmFwNv5DmJiNAgw3fpBTRHFFAgNMiFcBiMxvAwJbqndOj4N0M/5ZAAACADX/6gQaBccAHAA7ACpAFhscHh8EAAAdHRIzLy8pDXINDQkSBXIAKzIyLysyLzIROS8zEhc5MDFBFz4CNzYmJicmBgYHBz4CFx4CBw4DIycHNxceAwcOAycuAzcXBhYWFxY2Njc2JiYnAZ15UY1dCQgoYE1Oe08MswyJ0nl4sloJB1qLpFGlBhKOVplzPAcIU4etY1qWbTgEtAU0aU1WhlEICTt1UAMzAgE5clZKb0ACAT5ySwF7tmMCAmW1eluIXC4BKG8BAixXiF9konI7AgI6aZVcAUtwQAICRH5WVHA6AgACAAUAAAQeBbAABwALAB1ADgMHBwYCAgUJDHILBQRyACsyKxI5LzkzEjkwMUEHITcBMwMBAQMjEwQeG/wCFQMgn9T97gMN/LX9AeqYdwPn/tX9ZQPG+lAFsAABAHL/6ARrBbAAKQAdQA4nCQkCHRkZEw1yBQIEcgArMisyLzIROS8zMDFBJxMhByEDNjYXHgMHDgMnLgMnMx4CFxY+Ajc2LgInJgYBcZW4Atcb/cVwNnk/ZY9YIggJToO0bluPZTgEqgUzZE1JcFAuBwYUNlxCSHECtigC0qv+cyAgAQFRiKtbarWGSgMBPWyTWEhxQgIBN2B7QjtvWTYCAjEAAAEAbf/pA/IFswA2ABtADQ4sGCIiLAMABHIsDXIAKysyETkvMxEzMDFBMwcjJg4CBwcGHgIXFj4CNzYuAicmBgYHJz4DFx4DBw4DJy4DNzc2EjYkA6MVEAx/ypZeEh4HCStYSkdvTi0HBg0uVEFPiWEUYBROc5piYopVIQgKTIGwbW+cXSEMCxlzwQEXBbOdAVOXy3fXOId8UgIDOmN7PzZyYj4CAkl7SQFYmnQ/AwNRh6ZYZreNTwMCZaTDYVeqAS3mhAABAJ0AAASNBbAABgATQAkBBQUGBHIDDHIAKysyETMwMUEHASMBITcEjRL86ccDFP0IGAWwcvrCBRiYAAAEAED/6QQrBccAEAAgADAAQAAhQBANPT0lLRUVBDUtBXIdBA1yACsyKzISOS8SOTMSOTAxQQ4CJy4CNz4DFx4CBzYmJicmBgYHBhYWFxY2NgEOAicuAjc+AhceAgc2JiYnJgYGBwYWFhcWNjYDywqO3oF3uWQKB1mMrVtwu2u8BzBoTFSIVgkIL2hOVIhVARUJic5xaK1iBwmBzntyq1m+BilbREx4SQgHKFtFTHdLAZOGwGQDAmS0fGCZajYCAmCuckl4SQICS4NRTHNCAgJEfgL6dq1eAwJbo21+umMDAmKvdkBtRAECRXhJQW1CAQJFdwAAAQCU//0EEAXHADgAG0ANADgWISE4DCsFcjgMcgArKzIROS8zETMwMXczFj4CNzc2LgInJg4CBwYeAhcWPgI3Nw4DJy4DNz4DFx4DBwcOBCMj3g+CyZFaEh8HBylYS0dvTy4GBg0tU0JAcls/DlYLTn6hXWKKUyAICU2AsW53nFQYDAgSTn6z7pgXmgFLjMZ74DeLgFYCAzxmfT82c2VAAgIxVm07AVekg0wCA1SKqFdmupBRAwNrrMxkRYr4zZZTAP//ACn/8gGkBEcEJgAS9QAABwASAI8Dc////5v+3QGNBEcEJwASAHgDcwAGABAMAAACAEIAyQO4BE8ABAAJABZADAEDBwYABAgFCAIJAgAvLxIXOTAxUwEHATclAQc3AcQCeCH9JxMDP/08ihUDXQKg/uS7AXts0v7oD3oBegACAHABjwP/A88AAwAHAA61BgcSAwIQAD8zPzMwMUEHITcBByE3A/8d/NYcAuMd/NYcA8+hof5hoaEAAgA7AMAD1QRIAAQACQAVQAsFCAQABgMBBwIJAgAvLxIXOTAxQQE3AQcFATcHAQNE/XQhAvwU/J4C2ZkW/IACeAEZt/6FbtcBFxd7/oUAAgCl//IDvAXHACAALAAbQA0BASQkKgtyERENFgNyACsyMi8rMhEzLzAxQQc+Ajc+Ajc2JiYnJgYGBwc+AhceAgcOAgcGBgE2Njc2FgcUBgcGJgHzsgk3WkAwX0UJBx5OP0FoRQ20Dny/cW+fTwoJX4lGPT/++wE7Ly88ATwvLjwBmgFWhHA5K1hpRTtgOgICMFs/AXOkVQIDXaZvYZyCOjJ+/nMvPwEBPC8uPQEBOgACAEH+OgagBZkAQQBoACdAEhIFBUdSE3JhZGQLXV0dHTwpMAAvMy8zETMvMzMRMysyMhEzMDFBDgMnLgM3EzMDBgYWFhcWPgI3NjYuAicmDgMHBgYeAhcWNjcXBgYnLgMCNzYSNjYkFx4DEgUGBhYWFxY+AjcXDgMnLgI2Nz4EFxYWFwcmJicmDgIGiA9Hc6JrSlstBguNkosGCAoqK01vTC0LFAI0dcCMi+zAkmEYFQIzcryIWKtPHFDDXZ/nmE8LGBt0ruQBFaCe5pVNC/v3BwoMMjYyUT8vETkXRVtzR1VfJgILDThWc5FYUoM/WiNWM1R8VTQB/Fu9nl8DAj9mej0CLP3UHk1JMgIDUYOQO3blyJpZAgJaodTyfXDizaFeAQEoJnQyJgECaLTrAQuKkQEZ9bpnAgJotOr+9uskYFxAAgI0UlwmSDl3YzsCA1aElD9JoZl8SAIBOzNfJCgBA1mOngAAA/+vAAAEiwWwAAQACQANAClAFAQHBwoNDQYACwwMAggDAnIFAghyACsyKzIROS8zOTkzETMyETMwMUEBIwEzEwM3MwEDByE3Ayz9TMkDGIGK8RN4AR92HPzlHAUk+twFsPpQBTp2+lACG56eAAACADv//wSaBbAAGQAwAClAFBkpJgInJwEmJg4MDwJyHBsbDghyACsyETMrMhE5LzMzETMSOTkwMUEhNwUyNjY3NiYmJyUDIxMFHgMHDgIHAyE3BTI2Njc2JiYnJTcFFx4CBw4CArT+jxkBO02JXQoKNGtI/uLhvf0Bw1ubcDkICHezYMn+RoUBOlWQXwsJKmZP/ukdAWMfWns5BguV6AKpmwE2bFJOXysCAfruBbABAi1bjmNrklMN/SmdAT54WE5wPQMBmwE4DmOVWY+/XwAAAQBw/+gE+QXHACcAFUAKGRUQA3IkAAUJcgArzDMrzDMwMUE3DgInLgM3Nz4DFx4CFyMuAicmDgIHBwYeAhcWNjYD3LkepfmairtpIRAVFGmp55OTxmcEugM0dmVupXRGDxYLBjV3ZnCeaAHOApbcdgQDeMTseJGE9cBuAwN+2o1clFgDA1iXul+UT7GdZQMETpUAAAIAOwAABM8FsAAaAB4AG0ANAgEBHQ4PDx4Cch0IcgArKzIRMxEzETMwMWEhNwUyNjY3NzYuAiclNwUeAwcHDgIEAwMjEwHG/s0dARuf6Y4XDQwRSo5w/rYcATKS0YEvEAwVfML/AGv9vf2dAYvvllpguJVbAwGeAQNxvvSGV5T7uGUFsPpQBbAAAAQAOwAABLEFsAADAAcACwAPAB1ADgsKCgYPDgcCcgMCBghyACsyMisyMhE5LzMwMWUHITcBAyMTAQchNwEHITcD2hz9ExsBCf29/QKzG/11HANQHP0dHJ2dnQUT+lAFsP2OnZ0Ccp6eAAADADsAAASkBbAAAwAHAAsAG0ANBwYGAgoLCwMCcgIIcgArKzIRMxE5LzMwMUEDIxMBByE3AQchNwH1/b39Apsc/YYcA0sc/SccBbD6UAWw/XGengKPnp4AAQB0/+sFBQXHACsAG0ANKyoqBRkVEANyJAUJcgArMivMMxI5LzMwMUEDDgInLgM3Nz4DFx4CFyMuAicmDgIHBwYeAhcWNjY3EyE3BM5WO6/IX5HHdCcREBRlp+qZi8dxCroHQXlacqdxRA8RCws/gms9d2wvO/64HALV/etSXSYBAnjG9IBxifvDbwMDbsaIVoBIAwRbm79idFW5oGUCARIuKgFGnAAAAwA7AAAFdwWwAAMABwALABtADQkGCAMCAgYHAnIGCHIAKysROS8zMhEzMDFBByE3EwMjEyEDIxMEaBz9AhyL/b39BD/9u/wDPp2dAnL6UAWw+lAFsAABAEkAAAICBbAAAwAMtQACcgEIcgArKzAxQQMjEwIC/bz9BbD6UAWwAAABAAf/6AREBbAAEwATQAkQDAwHCXICAnIAKysyLzIwMUETMwMOAicuAjczBhYWFxY2NgLZsLuvE4jYi4G1Wgm8BihiUVeDUQGoBAj7+YfLbwIDaL2BTHZGAgNNhAAAAwA7AAAFUQWwAAMACQANABxAEAYHCwUMCAYCBAMCcgoCCHIAKzIrMhIXOTAxQQMjEyEBATcBAQMBNwEB9f29/QQZ/T3+cwYBJgIywP5pgwHlBbD6UAWw/Vf+m90BFwIa+lACz5D8oQACADsAAAOxBbAAAwAHABVACgMCAgYHAnIGCHIAKysRMxEzMDFlByE3AQMjEwOxHP09GwEI/b39nZ2dBRP6UAWwAAADADsAAAa3BbAABgALABAAG0ANAgcOBQsIcgwEAAcCcgArMjIyKzIyETkwMUEzAQEzASMBMwMDIwEzAyMTAXeuAQECm8D8xY/+gaGAYrwF2qL9u2QFsPtfBKH6UAWw/IL9zgWw+lACQgAAAQA7AAAFeAWwAAkAF0ALAwgFCQcCcgIFCHIAKzIrMhI5OTAxQQMjAQMjEzMBEwV4/bf9+MS9/bYCCsUFsPpQBGv7lQWw+5IEbgACAHP/6QUQBccAFQArABNACScGHBEDcgYJcgArKzIRMzAxQQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgIFAAwUZ6jql5DBayEQDRNpqeqVksFqH9cNCwY3fG1vqHVGDg0LBzh8a3Koc0UDBluG/sp0AwN9zPZ8W4b9ynUDA3zM9tlfVbihZgQDXZ/AYF9TuaJpBANdnsIAAAEAOwAABO8FsAAXABdACwIBAQ4MDwJyDghyACsrMhE5LzMwMUElNwUyNjY3NiYmJyUDIxMFHgIHDgICtP56HAFvXp1nDAs3dlT+qOG9/QH+gstsDA2d9QI6AZ0BQIBjVXtEAwH67gWwAQNnwImayGAAAAMAa/8KBQgFxwADABkALwAZQAwgFQNyACsrAwoJcgIALysyMhEzKzIwMWUBBwEBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgMlAT2K/sgCWA0TaKjqlpHBayAPDRNpqeuVkcFrH9gNCwU3fWxwp3VHDg0KBjl8a3Koc0Sn/tNwASkC01uH/sl0AwN9zPZ8XIX9ynUDA3zL99lfVbihZgQDXZ/AYF9TuaJpBANdn8EAAgA7AAAEvAWwABgAHQAjQBIbGgkDDAwLCwAcGRgIchYAAnIAKzIrMjISOS8zEhc5MDFBBR4CBw4CBwchNwUyNjY3NiYmJyUDIyEDNxMHATgByIXMawwKa6hmOP48GgFBWJtpDAs4d1T+3eG9Az/luvQBBbABA2C7jnGjbSAUnQFAfVxYdj4CAfruApQB/XgNAAABACn/6gSjBcYAOQAfQA8KJg82MTErCXIYFBQPA3IAKzIvMisyLzIROTkwMUE2LgInLgM3PgMXHgIHJzYmJicmBgYHBh4CFx4DBw4DJy4DNxcGHgIXFjY2A2wJLFRoNEuRdEEHCGKYtl2BzHIHvAc6eVhQkWQLCDBVZS5QlXM9CAlknLpeYq+GSAW7BShRcENPl2oBd0JZPSkSGkZjiFtlmWYyAgNtxIUBV31EAgI0bVU7VDooDxtJZ45gaJhhLgIBPXKjaAFGakclAQIwagAAAgCpAAAFCQWwAAMABwAVQAoAAwMGBwJyAQhyACsrMjIRMzAxQQMjEyEHITcDQ/y6/QJ/HPu8HAWw+lAFsJ6eAAEAY//oBRwFsAAVABNACQERBgsCcgYJcgArKxEzMjAxQTMDDgInLgI3EzMDBhYWFxY2NjcEYLyoFqL5mZHRZRGouqcLMXtkaqNnEAWw/CmY4HkDA3zbkgPZ/CZflFcDA1GYaAACAKUAAAVhBbAABAAJABdACwAGCAEJAnIDCAhyACsyKzISOTkwMWUBMwEjAxMXIwECMQJd0/0Rl3HdEIz+2uYEyvpQBbD7JdUFsAAABADDAAAHQQWwAAUACgAPABUAG0ANEAwBCgJyExIOBAkIcgArMjIyMisyMjIwMUEBMwMBIxMTAyMDAQEzASMDExMjAwMB/wG0jpD+MI0mRAWDcwRKAXPB/ceMLHMdg34RAcED7/5t++MFsPwS/j4FsPwmA9r6UAWw+//+UQQuAYIAAAH/1AAABSsFsAALABpADgcECgEECQMLAnIGCQhyACsyKzISFzkwMUETATMBASMBASMBAQGe/AGq5/3JAVPS/v3+S+kCRP62BbD90wIt/Sb9KgI4/cgC6ALIAAEAqAAABTMFsAAIABdADAQHAQMGAwgCcgYIcgArKzISFzkwMUETATMBAyMTAQF17wHu4f1zXbxh/roFsP0mAtr8Zv3qAisDhQAAA//sAAAEzgWwAAMACQANAB9ADwQMDAkNAnIHAwMCAgYIcgArMhEzETMrMjIRMzAxZQchNwEBIzcBMyMHITcEDBz8QxsEZvuzexsES3xPHPx2HJ2dnQR++uWaBRaengAAAQAA/sgCowaAAAcADrQDBgIHBgAvLzMRMzAxQQcjATMHIQECoxm5/vu6GP6SATQGgJj5eJgHuAABAMD/gwKfBbAAAwAJsgECAAAvPzAxRQEzAQH8/sSkATt9Bi350wAAAf97/sgCIAaAAAcADrQFBAABBAAvLzMRMzAxUzchASE3MwGXGQFw/sv+kBi6AQUF6Jj4SJgGiAACAE8C2QMQBbAABAAJABZACQgHBwYABQIDAgA/zTI5OTMRMzAxQQEjATMTAzczEwIY/uixAaF0DW4CaKME0P4JAtf9KQILzP0pAAH/gf9oAxcAAAADAAixAgMALzMwMWEHITcDFxv8hRuYmAABANAE2gIrBgAAAwAKsgOAAgAvGs0wMUETIwMBno2OzQYA/toBJgAAAgAx/+kDxwRQABsAOgApQBUrLB4nHjo6DycxC3IYGQpyCQUPB3IAKzIyKzIrMhI5LzMREjk5MDFlEzYmJicmBgYHBz4DFx4CBwMGBhcHByY2EwcnIg4CBwYWFhcWNjY3Fw4DJy4CNz4DMwKuWgclVUA4a04MtAdYhJhIbaFSC1MJAw4CtwsBdRWrNnhsSggGJ1A1RYZkE0ITVnWGQ1uTVQYGYJe0WLkCLz5eNAIBJkw6AVF5UScBAlmgcP4IN281EQEuXgIFggEQLFNCNk8sAQE4aERZQm9QLAECTo1eZ4xUJQAAAwAf/+gEAgYAAAQAGgAvABlADiEWB3IrCwtyBApyAAByACsrKzIrMjAxQTMDByMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBhYWFxY+AgEqtugypwPZAg1Fd6tzaI5SHgYLEU58qm5vi0gTwgMHBCdZTz9vWj8QJwI8b0pTeFEvBgD6x8cCLBVjxqRiAwJclbVbXGG6llcDA2ahvm8WPIZ2SwICLVFpOvNIf08DA0d3kAAAAQBG/+oD4gRRACcAGUAMHRkZFAdyBAQACQtyACsyMi8rMi8yMDFlFjY2NzcOAicuAzc3PgMXHgIVJy4CJyYOAgcHBh4CAeNCclARrBCJxWtyn2AkCgQMUom8dXKoXKoBMF5FU3tVMQkFBgkuYIMBNGA/AW2kWwICW5i/ZSttxZlWAwJnsHABQGxCAwJCc4xIKkCGc0gAAwBH/+gEdgYAAAQAGgAvABlADSEEBBYLcisLB3IBAHIAKysyKzIvMjAxZRMzASMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgLc5Lb+9aX9igINR3qudGiMUR0GCxFOe6tuaotNF8MCBwUoWk1SjGQWJwMgP1s4VHpTMN0FI/oAAgkVZMimYgMDXJe0W1xhupVWAwRmobtvFTyFdUsDAk6CTPM3ZVAxAQNHd5AAAQBF/+sD2gRRACsAH0AQZxMBBhMSEgAZCwdyJAALcgArMisyETkvM19dMDFFLgM3Nz4DFx4DBwchNwU3NiYmJyYOAgcHBh4CFxY2NxcOAgHqb6NnLAkEClKJu3JxllUaCwv87xgCVwMKJF9QU3pSLwkEBhQ5ZktbkTxnL4KaFAJVkbpmK2jJol8DAlyXu2JTlwEQSIZXAgNJe5FFKkCCa0MCAlNAWEVeLgACAHUAAANRBhkAEQAVABVACxQVBnINBgFyAQpyACsrMisyMDFhIxM+AhcWFhcHJiYnIgYGBxcHITcBLbXMDmSmciFCIBYXMRhAXjkKzhn9xhoEq22lXAEBCQeYBQYBNV09co6OAAADAAP+UQQpBFEAEwApAD4AG0APMCULcjoaB3IOBg9yAAZyACsrMisyKzIwMUEzAw4CJy4CJzcWFhcWNjY3EwE3PgMXHgMHBw4DJy4DNwcGHgIXFjY2Nzc2LgInJg4CA4OmtROH2YtJjHYoaC+BU1uNWQ6O/QcDDEd4rnRpjFEdBgsRTnyrbWuLTBbCAwcGKFlNUoxkFicDID9aOVR6UzAEOvveh85yAwIuVD1sQ08DAkeEWQNH/rQWZMilYQIDXJe0W1xhupVWAwRmobtvFjyEdUsCA06CTPM3ZlAwAQNHeJAAAgAgAAAD2gYAAAMAGgAXQAwRAhYKB3IDAHICCnIAKysrMhEzMDFBASMBAyc+AxceAwcDIxM2JiYnJg4CAeD+9bUBCxhKDkt7q25XdUIWCXa2eAcXTUhMels5BgD6AAYA/EYCYbuWVwMCP2yNT/07AshBaT8CAj5rgwACAC8AAAHlBcYAAwAPABC3Bw0DBnICCnIAKyvOMjAxQQMjExM0Njc2FgcUBgcGJgGgvLW8JDsvLz0BPS4uPAQ6+8YEOgEcLz8BATwuLj0BATkAAv8T/kYB1gXGABEAHQATQAkNBg9yFRsABnIAK84yKzIwMVMzAw4CJyYmJzcWFjMyNjY3EzQ2NzYWFQYGBwYm4bbNDEuFYh88HhEVKhUwPyQH7zsvLzwBPC4uPQQ6+0VbjlACAQoIlQUHKUYsBdcvPwEBPC4vPAEBOQADACAAAAQbBgAAAwAJAA0AHUARBgcLBQwIBgIJBgMAcgoCCnIAKzIrPxIXOTAxQQEjCQM3NwEDATcBAeH+9bYBCwLw/ej+vRbYAYF1/txzAXcGAPoABgD+Ov4Q/t3W3AFh+8YCDpv9VwAAAQAvAAAB7wYAAAMADLUDAHICCnIAKyswMUEBIwEB7/71tQEKBgD6AAYAAAADAB4AAAZgBFEABAAbADIAIUARKRICLiIiFwsDBnILB3ICCnIAKysrETMzETMRMzMwMUEDIxMzAyc+AxceAwcDIxM2JiYnJg4CJQc+AxceAwcDIxM2JiYnJg4CAWiUtrysb1IOSHmscVR0RxkHebV4CB9USFF3TzACsIIMTXykY1h6SRkJd7Z4CB1USjtiSC8DWPyoBDr+DAJlvJRUAwI9aYhN/S8CyURoPQICPGmFICZdpoBIAgI9ao1S/TkCykVoOwECKElgAAIAIAAAA9oEUQAEABsAGUANEgIXCwMGcgsHcgIKcgArKysRMxEzMDFBAyMTMwMnPgMXHgMHAyMTNiYmJyYOAgFnkrW8q3RKDkt7q25XdUIWCXa2eAcXTUhMels5A0j8uAQ6/gwCYbuWVwMCP2yNT/07AshBaT8CAj5rgwACAEb/6QQXBFEAFQArABC3HBELcicGB3IAKzIrMjAxUzc+AxceAwcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgJPAwxVjMB2cqNlKAoCDVaNwHVxo2QowAIHDTNiTlN+WTUJAgcNM2JOU39YNQILF23KnloDAl6bwmcXbcicWQMCXZrAfRg/iHRKAgJFdpBHFz+Jd0sCA0d4kQAAA//X/mAEAARRAAQAGgAvABlADiEWB3IrCwtyAwZyAg5yACsrKzIrMjAxQQMjATMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcDBhYWFxY+AgFr3rYBBKYCdQINRXarc2WQWCUGDhFRfq1ub4tJEsIDBwcrW04+b1pADysBQG9HU3tUMgNf+wEF2v3yFWLHpGIDAlWNr1xvYruWVQMDZaG9cBY8hnVMAgItUWk6/vtHeUoCAkd5kQADAEb+YAQnBFEABAAaAC8AGUAOIRYLcisLB3IEDnIDBnIAKysrMisyMDFBEzczAQE3PgMXHgMHBw4DJy4DNwcGHgIXFjY2Nzc2LgInJg4CAm3hMaj++/0uAwxIebB1aI5THwYLEVB+rG5sjU0XxAMHBipaTVOPZhcnAiFBXDlUe1Qy/mAFFcX6JgOqFWXJpGACA1yWtVtcYrqVVQMEZaC8bxU8hnZNAwJQhUzzN2dRMgEDSHmSAAIAIAAAAtEEVAAEABYAGUANBgkJBRQHcgMGcgIKcgArKysyMhEzMDFBAyMTMyUHJiYjJg4CBwc+AxcyFgFynbW8sAFFERUrFUFnTzcQOQszW4tiFisDiPx4BDoJrgQGASlKZDoeUaqQWAMIAAEALv/rA7METwA1ABdACxsADjIpC3IXDgdyACsyKzIROTkwMUE2JiYnLgM3PgMXHgIHJzYmJicmBgYHBh4CFx4CBw4DJy4CNxcUFhYXFjY2ArwJP2UwPHplOwMETXuSSGanYgOzAjJYODVmSAgGJkNLH1KgZAUEUX+YTGm1bAO1N2I/NW9RASU+RiUMDyxFZ0pQelIoAQJQlmsBOVItAQEjSTorNyEVCBdGe2RVfVEmAQJTnXEBQVkuAQEeRwACAEP/7QKVBUEAAwAVABNACQoRC3IEAgMGcgArMi8rMjAxQQchNxMzAwYWFhcyNjcHBgYnLgI3ApUZ/ccZ7rS3AwomJxYrFg0gQyFTXiIHBDqOjgEH+8kjOCEBBwOYCQkBAVKCSgACAFv/6AQUBDoABAAbABVACgERBnIYAwMLC3IAKzIvMisyMDFBEzMDIxM3DgMnLgM3EzMDBh4CFxY2NgLQjra8rWlKDUJxp3JZd0QWCHW1dQQGHj80bJZYAQQDNvvGAd4DZreNTwMDQnCQUAK6/UMsVUYrAgRZngACAG4AAAPuBDoABAAJABdACwAGCAEJBnIDCApyACsyKzISOTkwMWUBMwEjAxMHIwMBhQGqv/3dfyuaBXTUsAOK+8YEOvxfmQQ6AAQAgAAABf4EOgAFAAoADwAVACRAFAcLABEDFAYJEAwBCgZyEg4ECQpyACsyMjIrMjIyEhc5MDFlATMHASMTEwcjAwEBMwEjAxMHIwM3AUwBpH06/lZ6IEsPdnUDUwFxuv4UfxFyBm9+B8kDcbv8gQQ6/HGrBDr8jQNz+8YEOvyKxAOWpAAAAf/FAAAD9QQ6AAsAGkAOBwQKAQQJAwsGcgYJCnIAKzIrMhIXOTAxQRMBMwEBIwMBIwEDAUmnASbf/k4BCMWz/s/dAb7/BDr+dwGJ/eH95QGV/msCLQINAAL/qv5HA+wEOgATABgAGUANFxYVAwgCGAZyDwgPcgArMisyEhc5MDFlATMBDgMjJiYnNxYWFxY2NjcTExcHAwFcAcjI/YUZQ1VqQBs3GgsMGAtDYUccP4EMh8R7A7/7HjViTiwBCgaYAgMBAipSOQSd/K6/QgRTAAP/7gAAA88EOgADAAkADQAcQA0EDAwJDQZyBwMDBgISAD8zMxEzKzIyETMwMWUHITcBASM3ATMjByE3A0ob/QQbA2n8rHUZA056Txv9MRyYmJgDFvxSkQOpmZkAAgA3/pMDFgY/ABEAJQAZQAodCQoKHBwSEwEAAC8yLzM5LzMSOTkwMUEXBgYHBw4CBzc2Njc3PgIDBy4CNzc2JiYnNx4CBwcGFhYC+hx6eBEcD3i9dgtveg8cEWmteypsiDcMHAcYTEcKbJ5QCxsJDEUGP3QpvHrPe51OA3oEgGvPfLh9+OdxJIW4b89CZz4FegRVnnDPSIpuAAEAIv7yAcIFsAADAAmyAAIBAC8/MDFBASMBAcL+8pIBDgWw+UIGvgAC/43+kAJsBjwAEwAmABtACx4LCgofHwEVFAABAC8zLzMSOS8zEjk5MDFTNx4CBwcGFhYXBy4CNzc2JiYBJz4CNzc+AjcHBgYHBw4CnCpshzgNGwgYTUYJap9RCxsJDUT+whxRazwMGxB4vHUKb3kQHBBprQXMcCOGuG/QQmY+BHIEUZlv0EiLbvjidRtni1HOe5lJA3AEgWvOfLh9AAEAaQGQBN0DJgAfABtACwwAABYGgBwGEBAGAC8zLxEzGhDNMi8yMDFBNw4DJyYmJyYmJyYGBgcHPgMXFhYXFhYXMjY2BE+OBjRYfE9UhjokUTY7TisInAc1WXxPVIY5JFI2PVEwAwgDR4htPwECUTkkPwEBOl4zA0eFajwBAlI5JEABPmMAAv/x/pcBoQRPAAMADwAMswEHDQAALy/dzjAxQxMzAxMUBgcGJjU2Njc2Fg/Do6fwOy8uPQE8Ly48/pcEFfvrBVAvPgEBOy4vPQEBOgAAAwBQ/wsD8gUmAAMABwAvACVAEgIBJSUhAxwHcgcECAgMBhENcgArzcwzEjk5K83MMxI5OTAxQQMjEwMDIxM3FjY2NzcOAicuAzc3PgMXHgIHIzQmJicmDgIHBwYeAgMIM7YzJzO2M3JDc1IRrBGKx2tynl0iCgUNVYu+dXKnWgGrLlxFU31XMwoFCAgsXgUm/uABIPsE/uEBH1kCNWA/AW2lWwIDW5i/ZSttxphWAwNnr3BBbEMCAkJyjUgqP4ZzSQAD//MAAASIBccAAwAHACIAIUAQBgUFAR8WBXIMDQ0CAgEMcgArMhEzETMrMhE5LzMwMWEhNyEBITchAQMGBgcnPgI3Ez4CFx4CByc2JiYnJgYGA9/8FBwD7P7u/XMbAo7+6lIKQUaxLDYcBlUQhdSEdKJRBrwFJldGUXZHnQHSnQEE/YRVozY3EVRlKgJ+gchvAwNjrnIBQmg+AgJQggAABgAS/+UFjQTxABMAJwArAC8AMwA3AA61DxkFIw1yACsyLzMwMUEGHgIXFj4CNzYuAicmDgIHPgMXHgMHDgMnLgMBByc3AQcnNwEnNxcBJzcXATILIVOEWF+ohFQMCyBUg1hgp4RVtQ5yteeDfcB+Ng0OcrTog32/fzYFEd9w4PxC4G7fA12pkKj8jaiOqAJXUJ2BTwIDTIWpWlCcgE8CA0yEqFl+5rNmAgNpsNt0fue0ZwMDarHbAnvFksX7usWRxP6q1oDWAzXXf9cABQBDAAAEnwWxAAMABwAMABEAFQAtQBYLEBAGBxIVFQgOAwMCAhEUDHIJEQRyACsyKxI5LzMSOTkyETPOMjMRMzAxQQchNwEHITclATMBBwMTBwcBAQMjEwO3FvzVFgL5FvzUFwGEAefa/cZ2geYhev7vAdqGvIcC4X19/t18fN0DFfysAQNW/OA0AQNU/Vb8+gMGAAL/+P7yAdkFsAADAAcADbQBAgYHAgA/3d7NMDFTIxMzEwMjE621irWihLWE/vIDGAOm/QoC9gAAAv/a/g8EmQXHAC8AYQAeQBNTPwABBStdNTEwDyEMT0QdFBFyACsyLzMXOTAxZTc+Ajc2LgInLgM3PgMXHgIHIzYmJicmBgYHBh4CFx4DBw4DAwcOAgcGHgIXHgMHDgMnLgM3NwYeAhcWNjY3Ni4CJy4DNz4DAlUMQn5YCwgzXWouTpBwOwcHYpazWYXDZAm0BjdyVEiSaAwJMFhqMU+Tcj0HB1uNpn0MQ3VPCgkwWWsyTpFwPAcHYJWzWmSqfEAFugUjSWpBR5JpCwkzXGktTpJyPAcGV4ega3YCLFxJPVQ5Jg8aQV2FX2SPWyoCAma/iFF8SAIBKmFRQFM1JA8aQV+HYF9/SyEC/3gDLFtIQFU2JBAaQF2GXmaPWikBAjhsoGoCQ2hHJgEBK2JPPVI3JQ8aQl+HYFx+TSMAAAIA2gTvA1IFyAALABcADrQDCQkPFQAvMzMvMzAxUzY2NzYWFQYGBwYmJTQ2NzYWBxQGBwYm2gE7Ly88AT0uLT0BojsvLz0BPS4uPAVZLj8BATwvLjwBATosLj8BATwvLjwBATkAAAMAXv/oBd4FxwAfADMARwAfQA4dBAQlJUMUDQ0vLzkDcgArMhEzETMvMxEzETMwMUE3BgYnLgI3Nz4CFxYWByc2JicmBgYHBwYWFhcWNiUGHgIXFj4CNzYuAicmDgIHNhI2JBceAhIHBgIGBCcuAgIDr4wOuJhshjkIDAxfonGRmgeOBUVbSWI3CQ0FE0ZGXmH9Pg8xer19hOi3dRAPMHq8fYTpt3WCEYbWARGcleeZQhARhdb+75yV55lCAlUBlaoFA2+vYnNosmwCA6mPAVVkAQJMeEF1OXVSAgRm1HTcsmwCA2e2531z27JrAgNmtOd9lQER1XoDAn7T/vqMlP7u1nsDAn/UAQcAAgDDArIDSgXIABcAMQAatTEaGg0WKrgBALIIDQMAPzMa3MQSOS8zMDFBEzYmJicmBgcnPgIXHgIHAwYGFyMmEwcjDgIHBhYzMjY2NxcOAiMmJjc+AjMCcTQDDSooOVYPnAhfi0xTcjgHMQcDB5sNYROGKFhBBgdAKyZTQw8GGU1eNWN+AwNwolADXgFWJDskAQIyOAxSaDICAUd7Uv7GLlouUAFsbwEXNS8xJx82JXEuQSIBdWZgaCj//wBWAJYDjQOyBCYBk/n9AAcBkwE6//0AAgCBAXgDxQMhAAMABwAStgYHAwYCAgMALzMRMxI5LzAxQQchNwUDIxMDxRz82B0DGj21PgMhoqJL/qIBXgAEAF3/6AXdBccAHgAvAEMAVwA1QBsfGxggBAICAQEPKQ0NNTVTDA8PSVMTcj9JA3IAKzIrEjkvMxEzETMvMxI5fS8zEhc5MDFBIzcXPgI3NiYmJyMDIxMFHgIHDgIHBgYHDgIHNxYWBwcGFhcHIyY2Nzc2JiUGHgIXFj4CNzYuAicmDgIHNhI2JBceAhIHBgIGBCcuAgIDNd4SvChPOgcIJUctjXGKhQECTYROBQNIaTUEBwQKEBIfF29+CAYDAwIBiwUFBAYHN/11DzF6vX2E6bZ1EA8werx9hOm3dYIRhtYBEZyV55lCEBCG1v7vnJXnmUICj4ABAhs3LDQ2FAL9LwNQAQIzbFZLTTAdAggDBwgFAVoDbnQ3IT0hESVIJTVHPkp03LJsAwJntud9c9yxawIDZrTnfZUBEdV6AwJ+0/76jJT+7tZ7AgN/0wEIAAABAPgFFwObBaUAAwAIsQMCAC8zMDFBByE3A5sX/XQXBaWOjgACAOgDvgLXBccADwAbAA+1EwzAGQQDAD8zGswyMDFTPgIXHgIHDgInLgI3BhYzMjY3NiYnIgbrAkp4SUNlNwIDR3ZJQ2c6ewU7MzhSBgY3NDhWBLhHfEwBAUlyQEd6SwEBRnFDMUpTNjBNAVUAAAMAJgABBAAE8wADAAcACwAStwsCAwMEChJyACsvOS8zMjAxQQchNwEDIxMBByE3BAAZ/IYZAlqZpJkBLRj81RgDV5iYAZz8LgPS+6WXlwAAAQBdApsC5gW+ABwAE7EcArgBALMLEwNyACsyGswyMDFBByE3AT4CNzYmJyIGBwc+AhceAgcOAgcHArkX/bsUATwcQTIGBzUvQlAOmwlXiFJGdkYEBEhkL8QDG4B0AQkYO0UoLzcBSz0BU3Y/AQEzZUxBbFklkgAAAgBvAo4C7AW+ABkAMwAsQAwcGAAAGhoQLCkpJBC4AQC1CwsIEANyACsyMi8aEMwyLzIROS8zEjk5MDFBMz4CNzYmIyYGByM+AhceAgcOAgcjBzcXHgIHDgInLgI1MwYWFzI2NzYmJicBXEklSDQGB0IuMk0PnAhWgUhDfE0DAl2FPngHDl9AeU0DAmGQSkl6SZcBSDU3YggGIj0kBGUCFzIqMy8BLjBLZDABAS5gTEpZJwEkTgECIVNMVGoyAgE1Z043MgE5PCouEwEAAQDVBNoCpgYAAAMACrIBgAAALxrNMDFTEzMB1evm/s4E2gEm/toAAAP/5v5gBCUEOgAEABoAHgAZQAwdBQAWCxNyAxJyHAAALzIrKzIROS8wMUEzAyMTNzcOAycuAicTMwYUFhYXFj4CATMBIwNwtbyjG0Q8DC9Ykm08d1cMC20EG0ZCWHpOLP3OtP77swQ6+8YBBfYCWLygYgMBKVRCASIzcWNBAgM7a4oCi/omAAABAHgAAAO9BbEADAAOtgMLAnIAEnIAKyvNMDFhIxMnLgI3PgIzBQLBtltIiMBeDg+W7JEBFQIIAQN1zIeU1XQBAAABAKUCagGFA0sACwAIsQMJAC8zMDFTNjY3NhYVBgYHBiamAT0yMT4BPzEwPwLWMUIBAT4xMT8BATwAAf/I/ksBEQAAABMAEbYLCoATAgASAD8yMhrMMjAxczMHFhYHDgMHNz4CNzYmJicmgRU/QAICPmFxNQQkTzwHBi5GGzgOVUBBVC8UAmwCES0rJyMKBAABAOACmwJwBbAABgAKswYCcgEALyswMUEDIxMHNyUCcISZadwYAWIFsPzrAlU4iHAAAAIAvwKwA28FyAARACMAELYXDiAFA3IOAC8rMhEzMDFTNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBscHC2OhamSGPggIC2GgamSHP7EJBRRAPD5WMggJBRU/Oz5XMwQTUGSjXgIDYZ9fUWSiXQIDYZ6wUzNgQAECPWM4UjJhPwICPGMA//8AEQCZA1oDtQQmAZQNAAAHAZQBXwAA//8AugAABTQFrQQnAeEATgKYACcBlQERAAgABwI7AsAAAP//ALUAAAV5Ba0EJwGVAOYACAAnAeEASQKYAAcB4AMGAAD//wCeAAAFjQW+BCcBlQGMAAgAJwI7AxkAAAAHAjoAowKbAAL/0f57AvAEUAAhAC0AGEAKAAAlJSsQERENFgAvMzMvPzMvMy8wMUE3DgIHDgIHBhYWFxY2Njc3DgInLgI3PgI3PgIBFAYHBiY1NjY3NhYBkLIJNlk+L11DCAghUkJBaEUMtA18v3JvpFIKCF2HRSg1HwEAOy8uPQE8Li88AqgBVYJuOixZakU+YTgBAjNdPwFzplgCA1qlcmGehDsiTFkBci8+AQE7Li89AQE6AAb/gwAAB3kFsAAEAAgADAAQABQAGAAxQBgAFxcIBxQTBxMHEwINAxgCcgwLCw4CCHIAKzIyETMrMjIROTkvLxEzETMyETMwMUEBIwEzAwchNwEHITcTAyMTAQchNwEHITcEJ/xF6QRUeyQf/S4fBXcb/TgbycG1wgKfG/2bGwMfG/05GwUR+u8FsPxgr6/+iJiYBRj6UAWw/ZKYmAJumJgAAAIAKADNBAIEZAADAAcADLMEBgIAAC8vMzIwMXcnARcDATcBjmYDdWXx/Y6BAnHOhAMShfzuAyRz/NwAAAMAIP+jBZwF7AADABsAMwAXQAsBAC8KIxYDcgoJcgArKzIRMzIzMDFBASMBAwcOAycuBDc3PgMXHgQHNzY2LgInJg4CBwcGFB4CFxY+AgWc+xyYBOcHDBRnqOqXc6pwPRANDRNpqeqVdalwPQ7UDQkBG0FyVnCodUYODQkcQnFVcqhzRQXs+bcGSf0aW4b+ynQDAlOMssdkXIX9ynUDAlOLs8fAX0STinBFAwNensFgX0OSi3JFAwRdn8EAAgA5AAAEXgWwAAMAGQAdQA4PDg4DGQQEAwACcgMIcgArKxE5LzMROS8zMDFBMwMjAQUeAgcOAiMlNwUyNjY3NiYmJyUBNrX9tQEqAVZ8wWgLDJnqhv69GwErV5dkDAo0cE/+6wWw+lAEiwEDY7iCj8FhAZcBQX1aUHZCAwEAAQAf/+kEGgYVADkAGUANIxs2CAIKcggBchsLcgArKysRMxEzMDFBAyMTPgMXHgIHDgMHBh4DBw4CJy4CJzcWFhcWNjY3Ni4DNz4DNzYmJicmBgYBkL20vgxDbppkZJZOCAYyQDYKCS5OUTYEBnS4bTBlYSo3L3I7PGxJCQgxUFE0BQU1RDgIBxxFOFZsOgRZ+6cEWFuifEQCA02SZz9mXmI6OV1VV2Q/cp1OAQEPIBmcISsBASlTPzteVlhnQjphW186NFc2AgNWiQAAAwAT/+oGVwRRABQAMgBeADdAHFczMzIXRkUUJQADKRdFF0UPHykLckw+PgUPB3IAKzIyETMrMhI5OS8vEhc5ETMRMzIRMzAxZRM2JiYnJgYGByc+AxceAgcDAwcnIgYGBwYWFjMWPgI3Fw4CJy4CNz4DMwEuAzc3PgMXHgMHByE3ITc2JiYnJg4CBwcGHgIXFjY3Fw4CAo1aBhtMQz1wTwyxCVSAmU1ym0gMUz0Z9ECDXgkHK1AxLmxnTA1MLpmzVl+OSgYGWImmVAJydaRjJgoFDFKGt3BplFgeCxL88xkCUgYLH11STnlWMwkGBw42aFFbnEszMn+ItQIdPGZAAgIrVj4RVHxRJQEDY6tw/goBpIwBKlpJNkglAR44Ti+RTWArAQJNjWFhg08i/W8BWJbAai1mw5xaAwJQh61gdo4gSn1OAgNFdYtDLEWHb0UCAj4uiis2GAACAFz/6ARKBi0ANAA4ABlACzYgFhYBKgwLcjgBAC8zKzISOS8zMzAxQTceAhIHBw4DJy4DNz4DFx4CByc2LgInJg4CBwYeAhcWPgI3NzYuAiUBJwEBiUSm8ZI0Fg4PVIi5dWOaZi4JCU6DsW1joF0ESQUmR1kuUH5aNggHFDdbQVB3UjIKDhQlc8UCNf3BOwI/BY2gLLb9/tClYmjIoV4DA0+Fq15kvZRVAwRjo2MBNE41HAECOmiFSjlyYDsDAkp8j0Jli/rPlRz+mW0BZgAAAwBEAKoELgS8AAMADwAbABO3GRMCBw0DAhIAP93GMhDGMjAxQQchNwE2Njc2FgcGBgcGJgM2Njc2FgcGBgcGJgQuIPw2IQGxAT4xMT8BAT8wMD+NAT0yMT8BAT8xMD8DELi4ATcxQgEBPjExPwEBPP0AMUIBAT4xMUABAT0AAwA6/3kEKQS5AAMAGQAvABlADCABARULcisAAAoHcgArMi8yKzIvMjAxQQEjAQE3PgMXHgMHBw4DJy4DNwcGHgIXFj4CNzc2LgInJg4CBCn8lIMDbfymAw5Xj8F4caFiJQsCDliPwXZxoWMlwwMHCjBhTlOAWjcLAggLMGFOVIBaNgS5+sAFQP1QGG3Ln1oDA16cwWYYbcmcWQMDXZnAfRc/h3VKAgNFd5BHFz+Id0wDAkZ4kgAD/+D+YAQJBgAAAwAZAC8AG0APKwogFQdyCgtyAwByAg5yACsrKysyETMwMUEBIwEBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcDBh4CFxY+AgHo/q62AVMCzAINRXarc2aQWCQGDhFRfq1ub4tIE8IDBwcrW04+b1s/DysBJEJaNlN7VDIGAPhgB6D8LBVjxqRiAwJVja9cb2K7llYDA2ahvm4VPYV2SwICLVFpOv77Nl9KLAEDSHmRAAAEAEb/6AUSBgAABAAaAC8AMwAdQA8hBAQWC3IzMisLB3IBAHIAKysyzjIrMi8yMDFlEzMBIwE3PgMXHgMHBw4DJy4DNwcGHgIXFjY2Nzc2LgInJg4CAQchNwLc5Lb+9aX9igIMSHqudGiMUR0GCxFNfKtuaotNGMQCBwUoWk1SjGQWJwIfP1s4VHpTMAP+G/2VG90FI/oAAggWY8mmYwMDXZe0W1xhupZVAwRmoLtxFjyFdUwCA06DTPM3ZVAxAQNGeJADApiYAAQANgAABcIFsAADAAcACwAPAB9ADwMCgAcGBgoMCwJyDQoIcgArMisyETkvMxrMMjAxQQchNwEHITcTAyMTIQMjEwXCGfq9GQPjHP0CHIv9vP0EP/28/ASPj4/+r52dAnL6UAWw+lAFsAABAC8AAAGfBDoAAwAMtQMGcgIKcgArKzAxQQMjEwGfvLS8BDr7xgQ6AAADAC4AAARZBDoAAwAJAA0AH0APDAcHCwYGAgkDBnIKAgpyACsyKzIROS8zMxEzMDFBAyMTIQEjNzMBAwE3AQGfvLW8A2/9je8BpwHQk/6sgwGmBDr7xgQ6/ZSiAcr7xgHzff2QAAADACMAAAOxBbAAAwAHAAsAG0ANAgoABwYGCgsCcgoIcgArKxEzETMyETMwMUEHBTcBByE3AQMjEwKYF/2iGAN2HP08HAEH/bz9A6ODvIX9tJ2dBRP6UAWwAAACACQAAAI3BgAAAwAHABNACQIGAAcAcgYKcgArKzIRMzAxQQcFNwEBIwECNxf+BBcByf72tQELA6aCu4IDFfoABgAAAAMANf5HBWEFswADAAcAGQAdQA4VDgYHBwMIcgkFBAACcgArMjIyKzIRMy8zMDFBMwMjATcBBxMzAQ4CJyImJzcWFjMyNjY3ATG9/bwBI44CV471vf75Dlqbbh87Hh4YMBk3RycHBbD6UAVGbfq3agWw+f1nol0CCgmZBwk8XC8AAgAl/kgD5wRRAAQAKgAZQA4cFQ9yJgsHcgMGcgIKcgArKysyKzIwMUEDIxMzAwc+AxceAwcDDgInIiYnNxYWMxY2NjcTNi4CJyYOAgFrkbW8oX0kDUNwpG9cfEUWCX0OWZlsHzsdHhgzGDdHJgh9BwkmTD1Tf1k5A0j8uAQ6/gYCXr6bXAICRXWWU/z9Zp9aAQoJnAcIAThXMAMBNl9KKwICPGqHAAUAVf/sB18FxwAjACcAKwAvADMAM0AaLy4uJjIoMwJyKScmCHIVEhIWGQkEBwcDAAMAPzIyETM/MzMRMysyMisyMhE5LzMwMUEyFhcHJiYjJg4CBwMGHgIXFjY3BwYGJy4DNxM+AwEHITcBAyMTAQchNwEHITcDCkmSSRFFjEZjmW1FDzAKDTx0XUmSSA5GjkZ8tnIrDy8TZ6LYBAAb/RIcAQj8vf0Csxz9dhwDUBz9HBwFxg4Ing4QAUd8olr+zU6bf08CAg4MnwgLAQNjp9NzATB72aZd+tadnQUT+lAFsP2OnZ0Ccp6eAAMAR//oBtgEUgAqAEAAVgAnQBMkAABHPBMSEjxSGQsLMQdyPAtyACsrMhEzMhE5LzMRMzMRMzAxRS4DNzc+AxceAwcHITcFNzYmJicmDgIHBwYeAhcWNjcXBgYBNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgTdcZ5gJAoEDFSJtm5ok1ggDBP8/hoCSQULI19NTHVUMgkFBwsuXk1Yn0U9S877DwMNVYy+d3KfXyIKAw5WjL52cZ9fI8UDBwgtXU5Tflc0CgMHCS5eT1N9VjMUAluZvmUtZMKeXAMDT4WsYHqXARxHfE4CA0h3ikArPoVzSQIDODR/SD0CIBdtyp9aAwJfnMFlGG3InVkCA16bv3wXPod1TAIDRneQSBY+iXdMAwJHeZEAAQA0AAADCwYZABEADrYNBgFyAQpyACsrMjAxcyMTPgIXFhYXByYmJyIGBgfotMsNXp9wJUkkIhYsF0BbNgoErGmmXgEBDQiPBgcBOWE7AAABAFL/6QUaBcQALAAbQA0PAAYJCQAaIgNyAAlyACsrMhE5LzMRMzAxRS4DNzchByEHBh4CFxY+Ajc3Ni4CJyYGByc+AhceAwcHDgMCR5DJdScSFAQfG/yjBw8VSoVjbqt7TA8ODhJNlXRht1gjOIySQ5fZgy4SDRNwsu4UAmy47YR8lSNZn3pIAwJfoMJfX2O+m14CAS0nkSgrEAEBcsT7i16D+8t2AAAB/0f+RgM4BhkAJwApQBUUAgIVJwZyHyIiHhsBcgsODgoHD3IAKzIyETMrMjIRMysyMhEzMDFBByMDDgInIiYnNxYWMzI2NjcTIzczNz4CFzIWFwcmJiMiBgYHBwKaFsWdDFaXbB86HR0XMBk3RSYGnqYWpg4NXJ5wJkkkJBgwGEBWMQkPBDqO+/tmoFsCCwmTBwk9XC8EBY5yaaZeAg4JkQYGN107cgADAGb/6QYUBjoACQAhADkAHUAOBQYGKSkAABwDcjUQCXIAKzIrMi8yETkRMzAxQTcOAgc3PgIDBw4DJy4ENzc+AxceBAc3NjYuAicmDgIHBwYUHgIXFj4CBXmbDGW1gg5UZzh9DRNnqeqWdKlwPg8NDBRoquqVdKpwPQ7VDggBG0FxV3CndUYODQkcQXFWcqhzRAY4AoG1YQOHAkl6/Rpbh/7JdAMCU4yzx2Nchf3KdQMCU4uyyMBfRJOKcEQDBF6fwGBfQ5KLckYCBF2ewgAAAwBD/+kE9QSyAAkAHwA1ABVACiYbC3IxAAAQB3IAKzIvMisyMDFBNw4CBzc+AgE3PgMXHgMHBw4DJy4DNwcGHgIXFj4CNzc2LgInJg4CBGuKClCXdgxLVCj77QIOV4/Bd3KhYiULAg5Yj8F2caFiJsMDBwowYU5TgFo3CgMICzBhTlSAWjYEsQFxnlQDdANBa/2bF23LnloDAl6cwWYYbcmcWAIDXZq/fRc/h3VKAgNFd5BHFz+Id0wDAkZ4kgAAAgBj/+kGigYDAAkAHwAZQAwFCgoAABUCchsQCXIAKzIrMi8yETMwMUE3DgIHNz4CJTMDDgInLgI3EzMDBhYWFxY2NjcF9ZUOb8aRDmN8RP55vKgXofmZkdFlEai6pwsxfGRqo2YQBgIBkL5hA4cCR4QL/CiX4HgDAnzbkgPZ/CZflVcDA1KZZwAAAwBb/+gFRwSRAAkADgAlAB1ADgULCwAAGwZyIg4OFQtyACsyLzIrMi8yETMwMUEzDgIHNz4CARMzAyMTNw4DJy4DNxMzAwYeAhcWNjYEwIcLVJp2DFBXKv4bjra8rWlKDUFyp3NZd0MWCHW1dQUHHz80a5dYBJF0kUYCcgIvYPy9Azb7xgHeA2a4jE8DAkNwkFACuv1DLFVGKwIEWZ0AAAH/Cf5HAbAEOgARAA62DQYPcgEGcgArKzIwMVMzAw4CJyYmJzcWFjMyNjY3+7XHDViZbR46HR4XMBk3RycHBDr7bmagWwEBCgmTBwk8XS8AAQA//+oDzQRRACoAGUAMERQUABkLC3IkAAdyACsyKzISOS8zMDFBHgMHBw4DJy4DNzchByUHBhYWFxY+Ajc3Ni4CJyYGByc2NgI6cZ5gJAoFC1SJt21olFgfDBIDAxv9uAUMJF5NTHVUMgkFBwovXkxYn0Y8S84ETwJcmL5lLWTCnVwDAk+FrGB6mAEbR3xPAgJId4o/LD6Ec0oCAzg0f0g9AAABARgE4wNlBgAACAAUtwcFBQQBA4AIAC8azTI5MhEzMDFBExUnJwcHJwECl86TcrCXAQEVBgD+8Q4CqKcDDwEOAAABASgE4wOCBgEACAAStgEGgAcEAgAALzIyMhrNOTAxQRc3NxcBIwM1Ab1zsaAB/uJvzQX/qagDDf7vARAO//8A+AUXA5sFpQYGAHAAAAABAQcEygNLBdgADgAQtQEBCYAMBQAvMxrMMi8wMUE3DgInJiY3FwYWFxY2ArqRCFOHVHmVApIDOEZHUQXWAVR5QAICkHoBQFUBAVUAAQEOBO0B5AXEAAsACbIDCRAAPzMwMUE0Njc2FhUGBgcGJgEPOy8uPQE8Li88BVUvPgEBOy4vPQEBOgAAAgEBBLQCpAZSAA0AGQAOtBcEgBELAC8zGswyMDFBPgIzMhYHDgIjIiY3BhYzMjY3NiYjIgYBAgE8ZDtUcgEBPGQ7VHJhBDQtMU0FBjQuMkwFeTxiO3ZTPGE4cVYrQkkwLERMAAH/rv5OARUAOgAVAA60CA+AAQAALzIazDIwMXcXDgIHBhYXMjY3FwYGIyYmNz4CykslV0IGBB0gGjIYBCNMKVFbAgJZgTo9G0JTMiAhARAKexUVAWdQTnVUAAEA3gTbA7AF5wAZACdAEwAAAQEKEkAPGkgSBYANDQ4OFwUALzMzLzMvGhDNKzIyLzMvMDFBFw4CJy4DBwYGByc+AhceAzM2NgM4eAY3YkYmPjs8JDE3DHoHN2JHJD47PSUxOAXnCj9yRgEBHygdAgFDKwU/dEgBAR8nHQJEAAIAwwTQA74F/wADAAcADrQBBYAABAAvMxrNMjAxQQEzASETMwEB0gEU2P7H/j7azv73BNABL/7RAS/+0QAAAv/p/mgBN/+2AAsAFwAOtA8JgBUDAC8zGswyMDFHNDYzNhYHFAYHBiY3BhYzMjY3NiYjIgYWZkhDXAFiR0NhVQQoICI6BQQjISQ8+khnAWBDRmMBAVpGHy82Ih40OAAAAf1qBNr+vgYAAAMACrIDgAIALxrNMDFBEyMD/jaIjMgGAP7aASYAAAH96gTa/8EGAAADAAqyAYAAAC8azTAxQRMXAf3q8Of+yQTaASYB/tsA///9CwTb/90F5wQHAKX8LQAAAAH99ATZ/zQGcwAUABC1FAIAgAsMAC8zGswyMjAxQSc3PgI3Ni4CJzceAwcGBgf+f4sWHEY3BQQfMjMRDypeUzMCA2NCBNkBmAILICQaHQwDAWkBECdFNkpKDAAAAvzbBOT/hQXuAAMABwAOtAcDgAQAAC8yGs0yMDFBIwMzASMDM/6Js/vqAcCfwdcE5AEK/vYBCgAB/Lr+oP2R/3cACwAIsQMJAC8zMDFFNDY3NhYHBgYHBib8uzsvLz0BATwuLj35Lz8BATwuLzwBATkAAQEjBO8CQgY/AAMACrIAgAEALxrNMDFBEzMDASNvsKwE7wFQ/rAAAAMA9ATvA+8GiQADAA8AGwAZQAoTGRkNAYAAAAcNAC8zMy8azREzETMwMUETMwMFNjY3NhYHFAYHBiYlNDY3NhYHBgYHBiYCLV69j/47ATowLj0BPS4uPAIlOy8vPQEBPC4uPQWBAQj++CkvPwEBPC4vPAEBOSwvPwEBOy8vPAEBOf//AKUCagGFA0sGBgB4AAAAAQBEAAAEpQWwAAUADrYCBQJyBAhyACsrMjAxQQchAyMTBKUc/VjhvP0FsJ767gWwAAAD/7IAAATfBbAABAAJAA0AG0ANBgIHAwJyDQwMBQIScgArMjIRMysyEjkwMUEBIwEzEwE3MwEnByE3A2f9FcoDUXqp/vUadAE2dBz79RwFHfrjBbD6UAU7dfpQnZ2dAAADAGf/6QT+BccAAwAbADMAG0ANLwoDAgIKIxYDcgoJcgArKzIROS8zETMwMUEHITcFBw4DJy4ENzc+AxceBAc3NjYuAicmDgIHBwYUHgIXFj4CA8kb/gobAx4NE2ep6pZ0qXA+Dw0MFGiq6pV0qnA8D9UNCQEbQXFXcKd1Rg4OCBxCcFZyqHNEAyuXlyVbh/7JdAMCU4yzx2Nchf3KdQMCUoyzx8BfRJOKcEQDA12fwGBfQ5KLckYDA12ewgAAAv/EAAAEcgWwAAQACQAXQAsGAAIHAwJyBQIIcgArMisyEjk5MDFBASMBMxMDNzMBAy39adIDAH9t3yJ5AQYFCPr4BbD6UAUijvpQAAMADAAABIcFsAADAAcACwAbQA0BAAUEBAAICQJyAAhyACsrMhE5LzMRMzAxczchBwE3IQcBNyEHDBwDjxz9OhwC3Bv9Ph0DehydnQKinZ0CcJ6eAAEARAAABXAFsAAHABNACQIGBAcCcgYIcgArKzIRMzAxQQMjEyEDIxMFcP274f1J4b39BbD6UAUS+u4FsAAAA//bAAAEigWwAAMABwAQACFAEA4GBgcHDwJyDAMDAgILCHIAKzIRMxEzKzIRMxEzMDFlByE3AQchNwEHASM3AQE3MwPYHPxoHARKHPx7HAHwA/1ieRsCOf6RGGuenp4FEp6e/TcZ/TKYAksCR4YAAAMAVgAABWsFsAATACcAKwAhQBAUFRUBACkIch8eHgoLKAJyACvNMjIRMyvNMjIRMzAxZScuAzc2NiQzFx4DBwYGBCUXMjY2NzYuAicnJgYGBwYeAgEDIxMC3J50u386DBGyARalpnO5fzoMEbT+6P7BoXzAdhAJGEh3VKl8v3YPChpJeQHS/b39rwIDUI/DdKf8jAIDUpHDcqn7iaECYLN7UIhmOwMCAWO0elGIZDoEXfpQBbAAAgCFAAAFkAWwABkAHQAZQAwUBwcNHAhyHQENAnIAKzIyKxE5ETMwMUEzAwYCBCcnLgM3EzMDBh4CFxcWNjY3AwMjEwTTvVkbuf7ish58wH81Dli8WQoaSn1XHIDLghTk/b39BbD98rD+/osCAQRWl857Ag798VKRcUMEAQJnu30CDvpQBbAAAAMACgAABN4FxwAtADEANQAlQBIoEhIvKSk0EREzLjIScgYdA3IAKzIrMjIyETMzETMyETMwMUE3Ni4CJyYOAgcHBgYWFhcHLgM3Nz4DFx4DBwcOAwc3PgMBNyEHITchBwQAEQoINXNhZphqQA0RCQgeWVgNdJpWGQ4QEmWh24mCt20mDxASX5bMfw9hiFo1/m8cAdYc+9EcAd4cAtZ2TqSNWgMDUYutWHVFr6l+Fo0Wk8/iZXJ757VoAwNvtuB0cnXryYcSjhVzoLX9gZ2dnZ0AAAMASP/nBCYEUgAWACwAQQAaQA0uBjQ7Ox0SC3IoBgdyACsyKzIyETM/MDFTNz4DFx4EBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgEzAwYGFhYXFjY3FwYGJy4DNxNSAg1Ddq94UndOKw4FChBJdqZtaYtMGMMCBwYqWEtJeV4/EAkDFDVdRVd8UC4Cd5uGAQUEFRkIEQgKGjcgPUMcAQRcAe0WZNKwaQMDQGuFkUZTXruZWQMDXZa0cBY7fm1EAwJCcIRAQDqDdU0CBFGFmgHw/OsPMC8iAQEEAYwRDwEBP2FrLgI0AAAC//H+gARIBccAHAA6AB5ADjUAJicnHBwwHQMTCQtyACsyPzM5LzMSOTkvMDFBFx4CBw4CJy4DNzcGFhYXFjY2NzYmJicnEx4CBw4CIyM3MzI2Njc2JiYnJgYGBwMjEz4CAhyDcqxZCQuG2ohUjGU0Bk4HTIVPWo5ZCggiWEmXzHCqWwkIjs5rYxVJTHtOCQcrW0FKflUM+rX5EY/TAzgBBGCtdYfPcwMCNmOKVSpUd0ACAk6IV0J7UwQBAwICYaxxd51PeDdqTz9nPQICQ3RH+k4FsXa4aAADAIX+XwQbBDoAAwAIAA0AGUAOCAwDBAoFAQUNBnIBDnIAKysyEhc5MDFlAyMTNwEzASMDEwcjAwICYLVgagGjwf2/fyWRBHPLhP3bAiWBAzX7xgQ6/LXvBDoAAAIARf/pBAkGIAAsAEIAGUANFCg+AwQzHgtyCwQBcgArMisyEhc5MDFBPgIXMhYXByYmByIGBgcGHgIXHgIHBw4DJy4DNzc+Ajc3LgIDBwYeAhcWPgI3NzYuAicmDgIBSwZ4tGFFgUAPO4NCLltCCQYiPEMbd5pBDQMNVoy9c2+fYSYJAw1pq3ICM0ckQAMHCzBeTFB7VjQLAgcTNFhAUH1aNQTta4hAAR8ZohsjAR4/MiY5Kx8MMqDWgBdswZZTAwJZlLplF3DDhxUNGE1i/VgWP4BuRQIDQXCJRxU2e3JOCQpEeY8AAgAp/+oD4ARPAB8APwAfQA8AIT4+AwMWNSsHcgwWC3IAKzIrMhI5LzMSOTkwMUEXByciBgYHBh4CFxY2Njc3DgMnLgM3PgMFJy4DNz4DFx4DByc2JiYnJgYGBwYeAhcXAfDiFLw/fVkIBihFUiU+fFwOtAlZiKJTSJB3RAQFVoaZAR7JOn9tQgMDVIWeTUmKb0ACsgI/YzQ3eFkJBh45SSTTAkwBbAEfT0ouQCcSAQEpVUIBW4JTJgIBJUt4VFhxQBpHAQIdPGNHWnxMIgICKE93UQE6SyQBASFMPy06Ig8BAQAAAgCK/n8EPQWwACgALAAVQAkVAiwsKSkAAnIAKzIvMxEzLzAxQTMHAQ4CBwYeAhcXHgIHDgIHJz4CNzYmJicnLgM3PgI3ASEHIQPjWhf+akqKYg8FBBYtJHc6Zz0EBT9cL1wYNCgFBSc5F1FFZUAZCA1yoE7+/wMGGvz5BbCB/l9MobhuJT81KA4nEypOST5xXyRaGjpCJR8mFgcZFT9Xc0lz38VPAdSXAAACACX+YQPoBFEABAAcABdADBgLAwZyAgpyCwdyEQAvKysrETMwMUEDIxMzAwc+AxceAwcDIxM2LgInJg4CAWyStbyhaEQLRHapcF18RRYJu7W7BwonTDxSeVQzA0j8uAQ6/gYEY76aWgICQG6TVvurBFM3XUYoAQM/bYgAAwB1/+kEIwXHABkAJwA2AB1AEA0oajAgajAwDQAaagANC3IAKy8rEjkvKyswMUEeAxQHBw4EJy4DNjc3PgQXJg4CBwchNzY2LgIBFj4DNzchBwYGHgICvGmLUSILHA4zU3mmbmmLUCIBCxsOM1N5pmRbfU8rCwgCEgkGCAknUP7uSW1NNB8IBv3tBgYICSZRBcQDUoios1O4W72th0wDA1SMq7RSuVu7qoRKmQRbk6VHNzkveHxrQ/tYAzxpgYU4JygueYBuRwABAIT/9AHoBDoAEQAOtgYNC3IABnIAKysyMDFBMwMGFhYXMjY3BwYGJy4CNwERtYgECicnFSwVDCBDIlNeIgcEOvzYIzgiAQcDlwoJAQFSg0oAAv+4//EDwAXsAAQAJgAeQBAAGwQDBAIgBQByDxYWAgpyACsyLzMrMhIXOTAxQQEjARcBMh4CFxMeAhcWNjcHBgYjIiYmJwMDLgInJgYjNzY2Ai7+WtACWIP++y1INycL4wYRHRkJEgkGESISQlIwEKdABxUlHgwYDQwWLAMd/OMETQwBqxYsQSr7qhYlGAIBAQGaBQU0WzsDIwETGysbAQEBjwQGAAIAQP52BAAFxgAeAEYAGUALHxEPDyEhMwUbA3IAKzIvOS8zEjk5MDFBBy4CIyIGBgcGHgIXFwcnLgM3PgMXMhYWARcHJyIGBgcGFhYXFx4CBw4CByc+Ajc2JiYnJy4DNz4DBAApIkhIJUGTbgsJKlFmM5UVgUieilIFBmGWsVUrVVT+3JkUf27AgA0JMGNFZjhpQAUEQFwtZBo4KgYFJzoYNViOYy4ICnOx0wWckwsRCiJWTT5RLxQBAXQBASNLelljiFIkAQoS/cYBcAFCk3dKdVEUGxArUEU9b18jVxw6QighIxIHDxhJaZNieKhnMAAAAwBg//QEpAQ6AAMABwAZABlADQ4VC3IGCnIJBwIDBnIAKzIyMisrMjAxQQchNyEDIxMhMwMGFhYzMjY3BwYGIy4CNwSkG/vXGwFavLa8Ajm1iAQLJicVKxQJIUMhVF4iBgQ6mZn7xgQ6/NgjOCIGBJgKCQJSg0oAAf/d/mAD/wRRAC8AF0AMHikGEQtyBgdyAA5yACsrKxEzMjAxQxM+AxceAwcHDgMnLgM1HgIXHgIXFj4CNzc2NiYmJyYOAgcDI6oPTn+xcXiZUhcLAwxGdadvao5UJQwZGg0KN2ZQT3hTMQoCBwEiWFFJbk0vCqv+YAPiZb6WVgMDaKjKZRZhvJhYAgNVja9dDRoZDEd5SgMCPmyHRRU7kIZYAwJGc4Q9/CAAAAEASv6JA98EUQAtAA61GwkFAAdyACvMMy8wMUEeAgcnNiYmJyYOAgcHBhYWFx4CBw4CByc+Ajc2JiYnLgI3Nz4DAnN0pVMGqwUoWkhPeFYzCQYLP4FYO29FBQRAWy5cGjMlBQUkOhqCt1kOBAxUiroETgJlr3MBQ2tBAgJFdYxDKmGPYh0TLlNMPHBfI1kbOUEoIiUTBySJzYsracSbWQADAEj/6QSuBEgAGAAuADIAE0AJKgYyBnIfFAtyACsyKzIyMDFTNz4DFx4CFx4CBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgEHITdSAw1Wjr50HTw6GlZjJAkDDFqOu25xn18iwgMHCS1eT1N9VzMKAwcLL19MUXxXNQObG/3WGwIKF2XJolcNAycuDSqYt1gXaLyQUQICXpu/fBc+h3VLAwJGdpBHFz6Cb0cCAkFxigHSmZkAAAIAh//rBBEEOgADABUAFUAKBQoRAgMGchELcgArKzIRMzIwMUEHITchMwMGFhYzMjY3FwYGJy4CNwQRGvyQGwFStIkDBSAlGCwWHidUMFZaHAcEOpaW/NIeOycOCYYaGAECV4hLAAEAaP/nA+IEPAAeABNACRAHGQAGchkLcgArKxEzMjAxUzMDBh4CFxY+Ajc2AicXFhYGBw4DJy4DN9+1bQUBGT86Un9ZNQoTESO3GRUDDA5RiL97Y4RLGAkEOv1tK2RaOwEDU4iaRIABB30CUqyvVW3UrGQDAkp9oFkAAQBA/iIFJQQ9AC8AGUAMKwUFGRgGciIPC3IAAC8rMisyMhEzMDFBEz4CFx4DBw4DJy4DNz4CNxcOAgcGHgIXFjY2NzYuAicGBgcDAZ/hCEp0SGmeZioKD3vC8oeDzoo7EA1Sh11ZPF4/DRAiW45cgeGXEAcOMl5HHyYJ5v4iBTVIZzcBAl6avF+L2JJKAgJTmNOEbsKhPYgye45NWppyQQIDZb6FPYFvSQUIHCH6xAACAE7+JwUkBDwAHgAiABVACiEHGQtyIBAABnIAKzIyKzIvMDFTMwMGHgIXFj4CNzYCJxcWFgYHDgMnLgM3ATMBI7C1UgwVSohmZrKMXBATFiW2GxcBCxN2uvKNjc1/LxECRrX+8rUEOv4WXKWASwICPnalZX4BBnoCUausVY3em08CAluk4YgB5vntAAIAZ//nBe8EPAAeAD8AGUAMARcKCik2HwZyNgtyACsrETMzETMyMDFBFx4CBw4DJy4DNxMzAwYGFhYXFj4CNzYCJRcGAgcGBh4CFxY+AjcTMwMOAycuAzQ3PgIE+7QgHgILDD1tpnZkeDsLCjCAMAYBGkZBTmc+IQgRGvwew0aFFgYJBB5AN0ZiPyQIMH8xDDlhlWlaeEYfCA05VwQ8AlKsr1Zh0LNsAwJelKtQASn+1C9zakYCA1uNljqCAQd6AXz+/Y8kanJlQQMEPmh6OAEs/tdYsZNWAwJMe5acRmG1qgABAFL/5wRrBcsAOAAdQA0dHhc2BAQNIxcLci0NAC8zKzIROS8zEMwyMDFBBwYGJy4CNzc+AhceAwcDDgInLgM3EzcDBhYWFxY2NjcTNi4CJyYGBgcHBhYWFzI2BGsCMGczm/KDDAEKX51oUHFEGQhtEnvLjGGUYCgLNrU2CSBeVVp5RQxrBAIUMiw3SScGAQhRn24yZAMJlhIRAQGA6KARY6BdAwI+aIVJ/WKC0nkEAkl9pF0BTQL+sEuGVwMDU4tQAqAjSkApAQI4WjASbqBYAg8AAAMAZwAABN0FwQADABYAKQAeQA4QCQkfJgNyGhgWAwMCEgA/MxEzMzMrMjIRMzAxQQMjEzcBPgIXMhYXByYmIyIGBgcBJwMTFwcDLgInJgYHJzY2Mx4CAoF4u3dnAS4dRV5BIz8gNAwYDRwrIw7+X4soigV9uAcWIBcOGw4UHDofOlE0Aq/9UQKvUwIBNVcyAhAOlQQGFiYV/VkCAuH958gCAqYVIhQBAQUEmgwNATJTAAADAGj/5gZBBDwAAwAkAEUAIUAQJgUDHA8vPAtyPA8CAwZyDwAvKzIROSsyETMRMzMwMUEHITclFx4CBw4EJy4DNzczBwYGFhYXFj4DNzYCJRcGAgcOAhYWFxY+Ajc3MwcOAycuAzY3PgIGQRv6WxsEGrUgHgELCSY/X4daY3k6CwoofycGARtGQTlQNSISBREb/GbERoYWBAsBFTQxRWE/IwgngCkMOGKVaFZuPBcCCA06VwQ6mJgCAlKsr1ZIop1/SwMCX5SrUPn8L3RrRgEBP2h4cCiCAQd6AXz+/Y8dZnNqRgMGP2p7Nvz5V7KTVwMDUICYmD9htaoAAwCi//EFdgWwABsAHwAjACFAER8jGAUFDiIjHghyIwJyDglyACsrKxEzEjkvMxEzMDFBNz4CFx4CBw4DBzc+Azc2JiYnJgYGEwMjEyEHITcCOgs5en49is9qDAtclL9uC0l6WzkICjd6WUB9epf9u/wCtxz7txwCiqgXIRIBAmrIkHSqbjgCmQEnTHFKWn1CAQITIgMQ+lAFsJ6eAAACAHP/6QT+BccAAwAsAB1ADgMCAgkdGRQDcikECQlyACvMMyvMMxI5LzMwMUEHITcBNw4CJy4DNzc+AxceAhcjLgInJg4CBwcGFB4CFxY2NgOCHP27HAKiux6m+JqLu2ohEBUUaanok5TGZwS7BDR1ZW6lc0YPFgkaPmxSb59nAy6dnf6gApbcdQMDd8TteJCF9cFtAwN/2oxck1gDBFiYul+TP4yGbkQCBE6VAAAD/83//wftBbAAEQAVAC4AJ0ATJCEhCS4WFgAKCQhyFBUVIwACcgArMjIRMysyEjkvMxEzETMwMUEzAw4EJyM3Nz4ENwEHITcBBR4CBw4DJyETMwMFMjY2NzYmJiclAgG7mxMvR3GpeTgSJFd1Si0cDANQHP2CHAKPAXWCwmUMClyVvGj94/294gFKW5diDAoxblL+cwWw/Tdfz8KcXAGcAgZYiKGgQgKpnp79zAEEa8KFbql0OwEFsPrtAUmGXVB7RwMBAAADAET//wf6BbAAAwAHACAAI0ARCCAgAwICBhUHAnIWExMGCHIAKzIRMysyETkvMzMvMzAxQQchNxMDIxMBBR4CBw4DJyETMwMFPgI3NiYmJyUEYhz9DxyM/L39A5gBdXvGawsIXpW7Zv3k/bzgAUlWlmUMCjlxTP5zAzmdnQJ3+lAFsP2fAQRetIRspW42AQWw+vYBAT16Wk9uOgMBAAMAtAAABZwFsAAVABkAHQAdQA4ZARgGEREYHB0CchgIcgArKzIROS8zETMyMDFhIxM2JiYnJg4CBzc+AxceAgcBAyMTIQchNwVAvEwLJmxfOW5ubDYQNGprbTeOw1sR/Y79vf0CvRz7txwBylyAQwIBChIaD6AQGhAIAQJmxpID6PpQBbCengACAEL+mQVvBbAABwALABdACwkGAQJyCwMDAAhyACsyEjkrMi8wMXMTMwMhEzMDJQMjE0L9veECtuK8/f5lVrxXBbD67QUT+lCK/g8B8QACADb//wSXBbAABQAeACFAEAYeHgQCExMFAnIUEREECHIAKzIRMysyETMROS8zMDFBByEDIxMTBR4CBw4DJyETMwMFMjY2NzYmJiclBJcc/Vfhu/woAXV/xWkMCV2Vu2j95Py94gFKWZdiDAo1cE/+cwWwnvruBbD9rwEDYriGbqZwOAEFsPrtAUSBXFFyPQMBAAb/jP6aBXoFsAADAAcACwAPABMAJQAnQBMLEREgAwMHHghyDg8PEBQCcgkFAC8zKzIyETMrMjIRMzIRMzAxZQchNzMDIxMhAyMTEwchNyEDIxMhMwMOBQcjNxc+AzcErxz70hwfWrpYBW5bu1lEHP2UHAMN/bz9/W6/hQ0pPFBqhlJiFj1McFA3FJ2dnf39AgP9/gICBROenvpQBbD9tz2pvrmcZQmdAkOnu8VhAAX/qwAAB3UFsAAFAAkADQATABcAJ0ATFhEJAwMAAA8PFAwICHIOCgECcgArMjIrMjIyLzMRMxEzMzMwMUEBMwEhBycBIwEBAyMTIQEhJzMBAwE3AQJK/pDQAQsBEjvh/ff3AqECNvy7/QOt/X3+vgH4AeXY/tiNAXgCmQMX/YmgBf1iA04CYvpQBbD86aACd/pQArKd/LEAAgAl/+oEjgXGAB4APgAjQBEAIAICPj4VNDAqCXIPCxUDcgArMswrzDMSOS8zEjk5MDFBJzcXMjY2NzYmJicmBgYHBz4DFx4DBw4DJxceAwcOAycuAzcXBhYWFxY2Njc2LgInJwJytRaXVJhnCwpGgExOjWMOuwpglLReXqd/QQgIZp20+pxXpoFHCAhppMdmYKV6QAW7BUN6T1endgsIIUloPa0CugF7ATJvXFRsNQIBOXBPAWSYZjMBAjJjmGhijVorVgECKFaMZXCmazMCAjlsnWUBUXZCAwI7e15DXzwdAQEAAQBEAAAFbwWwAAkAF0ALBQAGAggCcgQGCHIAKzIrMhI5OTAxQQEzAyMTASMTMwE7A3HD/bzB/I/C/bsBWgRW+lAEV/upBbAAA//L//4FZgWwAAMABwAZABlADBIFEQhyAgMDBAgCcgArMjIRMysyMjAxQQchNyEDIxMhMwMOBCcjNzc+BDcExRz9eRwDKPy9/f1Vu5sULkdxqXk4EiRYdUosHA0FsJ6e+lAFsP03XtDDnVsCnQIGV4igoEMAAAIAlP/oBUAFsAATABgAGkAOFxYAFQQIAhgCcg8ICXIAKzIrMhIXOTAxQQEzAQ4DIyYmJzcWFjM+AjcDExcHAQJGAhnh/T0gSlpySRo2GhcVLBY0STcYIe4Pmf7TAe0Dw/tBO2JHJQEFBJoDBAErRykEj/xsqwwESwAAAwBb/8QF2AXsABUAKQAtABtADB8MDCsWAAArKgNyKwAvKxE5LzMROS8zMDFBFx4DBw4DIycuAzc+AxcmBgYHBh4CFxcyNjY3Ni4CJxMBIwEC/ul4v4A6DQ1xtOSC6Xq9gDgNDXGz5H2GzH0RChhKf1zshst+EAsZSn5cF/7vtQERBSACA1yez3WB2qFZAgJcn891gdmiWZgBc8mCVJd2RgMCc8qBVJd1RgMBZvnYBigAAAIAQf6hBW4FsAAFAA0AGUAMDAcCcgUEBAkGCHIBAC8rMjIRMysyMDFlAyMTIzcFEzMDIRMzAwUja6o+ixz8ZP294QK24rz9ov3/AV+iogWw+u0FE/pQAAACAMsAAAU6BbAAFQAZABdACxcGEREYAAJyGAhyACsrETkvMzIwMUEzAwYWFhcWPgI3Bw4DJy4CNwEzAyMBJ7xLCiRsYDdvbWw1DjVqbG03jsNZEAOivf29BbD+OF1/RAIBChIaDp8RGhEIAQJnx5IBx/pQAAEAQgAABzkFsAALABlADAUJBgICCwACcgsIcgArKxEzETMyMjAxQTMDIRMzAyETMwMhAT+94QHk4bziAeHhvf36BgWw+u0FE/rtBRP6UAAAAgBC/qEHOQWwAAUAEQAdQA4MBQgIBBEIcg8LBgJyAQAvKzIyKzIyETMzMDFlAyMTIzcBMwMhEzMDIRMzAyEG5mmjPYkb+5a94QHk4bziAeHhvf36Bpj+CQFfmAUY+u0FE/rtBRP6UAACAIr//wV8BbAAAwAcAB1ADhESDwQcHA8AAQJyDwhyACsrMhE5LzMRMzIwMVM3IQcTBR4CBw4DJyETMwMFMjY2NzYmJiclihsBvBsUAXR/xmkMCV2VvGj95fy84gFKWpZiDAo0cU7+cwUYmJj+RwEDYbmGbqZwOAEFsPrtAUWAXVByPQMBAAIARP//BpcFsAAYABwAHUAOGhkOCwAYGAsMAnILCHIAKysROS8zETMyMzAxQQUeAgcOAychEzMDBTI2Njc2JiYnJQEDIxMBaQF1f8VoCwpdlLxo/eT9vOEBSVqWYwsLNXBP/nMFSv28/ANfAQNiuIZupnA4AQWw+u0BRIFcUXI9AwEC7/pQBbAAAAEANv//BHwFsAAYABlADA4LABgYCwwCcgsIcgArKxE5LzMRMzAxQQUeAgcOAychEzMDBTI2Njc2JiYnJQFaAXV/xWkMCV2Vu2j95Py94gFKWZdiDAo1cE/+cwNfAQNiuIZupnA4AQWw+u0BRIFcUXI9AwEAAgB2/+kE/wXHAAMALAAdQA4DAgIeCQUpCXIZFR4DcgArMswrzDMSOS8zMDFBByE3ATMeAhcWPgI3NzYuAycmBgYHBz4CFx4DBwcOAycuAgRQHP27HP5rugU5fGprn29DDhYJAR5CcVRsmmMcux6f8pmNwW8jEBUTZqTjj5XObgMlnp7+q2KRUgMDXJq5W5NDjoVrQQMEVJdiAZPeeQMCdsLvfJCB88JwAwN52AAABABJ/+kG0wXHAAMABwAdADMAI0ATLwcGBg4kGQMCcgIIchkDcg4JcgArKysrETMSOS8zMjAxQQMjEwEHITcFBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgIC/bz9AYgT/q8TBUYMFGeo6peQwWshEA0TaanqlZLBah/XDQsGN3xscKh1Rg4NCwc4fGtyqHNFBbD6UAWw/WWYmA9bhv7KdAMDfcz2fFuG/cp1AwN8zPbZX1W4oWYEA12fwGBfU7miaQQDXZ7CAAAC/+kAAATZBbEAFgAaAB9ADxcWFgAACQwMGQhyDgkCcgArMisyERI5LzMSOTAxQSEnJiY3PgIzBQMjEycGBgcGFhYXBQUBIwEDr/59VYOLDQ2g944B0f294v6M0xIKNXNUAUj+vP400wHVAjcoOMaUmMZiAfpQBRICAY6TVH1IAwE6/WUCmwAAAwBH/+gETAYSABYALwBEABlADDoiMBcXIgABciILcgArKxE5LzMRMzAxQTcOAwcOAwcHIzc2EjY2Nz4CAR4DBwcOAycuAzc3PgI3PgIXJgYGBwcGHgIXFj4CNzc2LgIDu5EIP2eFTn2pazoNDZUNE1CJz5E2dFn+22eUXSYIAwtVirxyb6BkKQoCBBkfDTKRuUZjkVYMAgcOMWBNUHpVMwkCBhI3YAYRAVlxQyYPGHKlzXVcXIQBAdqXGgoaPv4rAlKJrV4WbMGVVAMCWJW6ZRcdMzEZXZxbmAJfnlsWP4JvRgICQW+IRhY+d2A7AAIAMf//BAoEOgAbADMALUAWAgEbKykpKAEoASgPDRAGch4dHQ8KcgArMhEzKzIROTkvLxEzEjk5ETMwMUEhNwU+Ajc2LgIjJwMjEwUeAwcOAwcDITcFPgI3NiYmJyU3BRceAgcOAwJq/p0YAQ84f2AKBiVEUCTxorS8AY1Gj3ZFBQQ8YHE5of5UcwE8OnFRCQgzWjH+4xwBTDZDbDwDBFCAmgHclAEBFkRFMDoeDAH8XAQ6AQEcP29VQl4+Iwb97pYBAR5KQjtCHQEBlAE4CUBqSFp6SSAAAAEALgAAA4QEOgAFAA62AgUGcgQKcgArKzIwMUEHIQMjEwOEHP4cobW8BDqZ/F8EOgAAA/+N/sEEPwQ6AA8AFQAdACFAEB0YCRYWGxMICnIVEBAABnIAKzIRMysyMjIRMy8zMDFBMwMOAwcjNzM+AzcTIQMjEyEBIQMjEyEDIwGZtlYUQGKNY2YcJDtbQy8PggJ5vLWe/jz+OAREUrU4/SU4tQQ6/mxox7KSM5Y5dn+PUgGV+8YDj/0J/ikBP/7BAAX/pwAABg4EOgAFAAkADQATABcAMEAXFRAQABYREQkDAwYAABQHDBITDQ0CBnIAKzIRMz8zMzkvMzMRMzMRMxEzETMwMUEBMxMzBycBIwEBAyMTIQEhNTMBAwM3AQG3/tzNwto3r/6B8AIOAe+8tbwDH/4I/unKAV6W4oQBNQHXAmP+QKMK/h8CcAHK+8YEOv2dowHA+8YB8379jwAAAgAg/+oDpARQAB0AOwAjQBEAHwICOzsUMi4pC3IPCxQHcgArMswrzDMSOS8zEjk5MDFBJzcXPgI3NiYmJyYGBgcHPgIXHgMHDgMlFx4DBw4DJy4CNxcGFhYXFjY2NzYmJicnAg7NFKg4ZkUHBzFWMThoTA20C4TAZkeDZTcEBU12if7+tUJ/ZTkEBVGBm05nr2cEsgI4Xzo5clEICCxXNr8CBAFyAQEeRz44RSEBASdMOQFuj0YCASVKc1BMakIfRwEBHT5oTVh/UiYCAk6WbwE8VC0BASZRPz5GHQEBAAABADAAAAQ4BDoACQAXQAsFAAYCCAZyBAYKcgArMisyEjk5MDFBATMDIxMBIxMzARgCZLy8toj9nLq8swExAwn7xgMJ/PcEOgADADAAAARYBDoAAwAJAA0AH0APDAcHCwYGAgkDBnIKAgpyACsyKzIROS8zMxEzMDFBAyMTIQEhNzMBAwE3AQGgvLS8A2z9o/7+AcUBr5P+zIMBhwQ6+8YEOv2UogHK+8YB8379jwAD/8j//wQ5BDoAAwAHABkAGUAMEgURCnICAwMECAZyACsyMhEzKzIyMDFBByE3IQMjEyEzAw4EJyM3Nz4ENwObG/4DGwKbvLW8/e63dA8nOluGXz0SJUJYOSIVCQQ6mZn7xgQ6/fZMn5JzQQGiAgRAY3Z3MgAAAwAxAAAFfwQ6AAYACgAOABtADQAJDAYBCgZyCwMJCnIAKzIyKzIyMhI5MDFlATMBIwEzIwMjEwETMwMCogH2t/1xfv7qpTC8tLwDILy2vPcDQ/vGBDr7xgQ6+8YEOvvGAAADADAAAAQ3BDoAAwAHAAsAG0ANCQYIAwICBgcGcgYKcgArKxE5LzMyETMwMUEHITcTAyMTIQMjEwNUGv3TG3i8tLwDS7y2vAJllpYB1fvGBDr7xgQ6AAMAMAAABDgEOgADAAcACwAZQAwJBggCAwMHBnIGCnIAKysyETMyETMwMUEHITczAyMTIQMjEwOZG/3sGxu8tLwDTLy2vAQ6mZn7xgQ6+8YEOgACAGAAAAPpBDoAAwAHABC3AwYHBnICCnIAKysyMjAxQQMjEyEHITcCiby1vAIVGvyRGgQ6+8YEOpaWAAAFAEn+YAU6BgAAFgArAEIAVgBaACdAFScGBkkeERFSMz4LcjMHclgAclcOcgArKysrETMzETMyMhEzMDFBBw4DJy4DNxM+AxceBAc3NjYuAicmBgYHAx4CMxY+AiU3PgQXHgMHAw4DJy4DNwcGFBYWFxY2NjcTLgInJg4CEwEzAQUyAgw/bKBuQ21OJwNKDT5ffUxZdkUeAr4DBQQMJ0s+LE1AFm4PN0QjTnFMLfveAgoqR2iPXUVrRyIDRg09XXtMaIFDEMICBh9OSCxMPxlqCzNEJ1RzSCerAVO2/q0CDxVdvZxdAwIvU3FEAeBIe1swAgJMfJabWRYrbXFfPAEBFTAl/YsjJA8CQ3CGNRVMpZt7RwMCNVt2Q/4zR3tbMgIDYZqyaxY0fXBJAQEWLiQCYygtFAECVIaZ/BoHoPhgAAIAMP6/BDgEOgAHAA0AG0ANBgEDDQwMAApyAQZyCQAvKysyETMyETMwMXMTMwMhEzMDNwMjEyM3MLy0oQHioba8l2ShOIkaBDr8XgOi+8aY/icBQZgAAgB5AAAD9QQ8AAMAFwAXQAsPFAkJAQAGcgEKcgArKxE5LzMyMDFBAyMTEwcOAicuAjcTMwMGFhYXFjY2A/W8tbwcDTt6fEB6o0gNMrUzCBlQTUB9egQ6+8YEOv4PmRcgEAECZ7V4ATz+w0VwRAICEiEAAQAwAAAGCAQ6AAsAGUAMBQkGAgILAAZyCwpyACsrETMRMzIyMDFTMwMhEzMDIRMzAyHstKEBf6G2ogF+orW8+uQEOvxeA6L8XgOi+8YAAgAl/r8F/QQ6AAUAEQAdQA4MBQgIBBEKcg8LBgZyAQAvKzIyKzIyETMzMDFlAyMTIzcBMwMhEzMDIRMzAyEF8GSiOIkb/C21ogF/orWhAX6htbz65Jj+JwFBmAOi/F4DovxeA6L7xgACAFb//wR5BDoAAwAcAB1ADhESDxwEBA8CAwZyDwpyACsrMhE5LzMRMzIwMUEHITcBBR4CBw4DJyETMwMFPgI3NiYmJyUCPxv+MhsBegEwZaFYCAZLeppU/jS8tqIBAEFtSAkHI045/rgEOpiY/owBBFCWbFmKXi8BBDr8XgEBMF1EOVYyAwEAAgAx//8FqgQ6ABgAHAAdQA4aGQ4LGAAACwwGcgsKcgArKxE5LzMRMzIzMDFBBR4CBw4DJyETMwMFPgI3NiYmJyUBAyMTAS8BL2ahWAgGS3qaVP41vLShAQBBbUkJByNPOf64BJa8tbwCxgEDUZZsWYpeLwEEOvxeAQEwXUM6VjIDAQIM+8YEOgAAAQAx//8DvQQ6ABgAGUAMDgsYAAALDAZyCwpyACsrETkvMxEzMDFBBR4CBw4DJyETMwMFPgI3NiYmJyUBLwEvZqFYCAZLeppU/jW8tKEBAEFtSQkHI085/rgCxgEDUZZsWYpeLwEEOvxeAQEwXUM6VjIDAQACADL/6APEBFEAJwArAB1ADisqKgkdGRQLcgQACQdyACsyzCvMMxI5LzMwMUEmBgYHBz4CFx4DBwcOAycuAjcXBhYWFxY+Ajc3Ni4CEwchNwI2QHFPDawLiMZpbppcIQkFDVSJunNvplgFrQQrW0NPeVYzCQYGCCtb7Bv+GxsDtwI2YD8BbKVdAwJem71hK2nFm1kDAmmwbgE/bEMDAkZ1jEMqO4R2TP6+l5cABAAx/+gGAwRSAAMABwAdADMAI0ATJAMCAhkvDgcGcgYKcg4HchkLcgArKysrETMSOS8zMjAxQQchNxMDIxMBNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgLkG/3RGu28tLwBTAMOV4/Bd3KiYiULAw1Zj8F2caFiJsQDBwowYE5TgFs3CgMICzFhT1N/WjYCb5eXAcv7xgQ6/c8YbcueWwMDXpzBZhhuyJxZAwNdmr99Fz+HdEsCA0V2kEgXP4l2TAMCRnmRAAAC/78AAAP/BDsAAwAdAB1ADgESEhMTAwkEBnIHAwpyACsyKzISOS8zEjkwMUEzASMBBQMjEycOAgcGFhYXBQclLgM3PgMBSc/+ds8CfQHDvLWi+DxwTwkHJUsyAVUb/sNIfVwwBQVQfpoCBP38BDsB+8YDpAEBKVRBNEooAgGYAQIsUXdMWIBTKAAEACD+RwPZBgAAEQAVACwAMAAdQBAwLygcB3IVAHIUCnINBg9yACsyKysrMswyMDFBMwMOAiciJic3FhYzMjY2NwMBIwEDJz4DFx4DBwMjEzYmJicmDgIBByE3AvS2Wg1ZmWwfOx4eGDMZOEYlCLr+9bUBCxhKDkt7q25XdUIVCHa2eAcXTEhNels5Abkb/ZUbAcb94mWgXAIKCZMICT1dLwZZ+gAGAPxGAmG7llcDAj9tjE/9OwLIQWlAAgI+a4QCyJiYAAACAE7/6QPvBFEAAwArABtADQQNAwICDSEYB3INC3IAKysyETkvMxEzMDFBByE3ARY2Njc3DgInLgM3Nz4DFx4CByMuAicmDgIHBwYeAgKmG/3mGgFaQ3NSEasQisdrcp5dIgoFDVWLvXVzploBqQEuXUVTfVczCgUHByxfAmiYmP4bAjVgPwFtpVsCA1uYv2UrbcWZVgMCaK9wQWxCAwJCco1IKj+Gc0kAAAP/w///Bi0EOgARABUALgAlQBIWLi4AJCEhCgkKchQVFSMABnIAKzIyETMrMjIRMxE5LzMwMUEzAw4EJyM3Nz4ENwEHITcBBR4CBw4DJyETMwMFPgI3NiYmJyUBbrZzDyY7W4ZfPhMlQVg5IxUJAmob/hwcAggBL2GjXQcFTXuYUf41vLWiAQA+bUkJCCpSNP65BDr99kyfknNBAaICBD9ldncxAdCZmf5kAQNIjWpYg1YrAQQ6/FwBAS5YQThKJQIBAAADADD//wZOBDoAAwAHACAAJUASFRYTEwYIAyADAgIGBwZyBgpyACsrETkvMzMRMxEzETMyMDFBByE3EwMjEwEFHgIHDgMnIRMzAwU+Ajc2JiYnJQNfG/3UGm68tLwC0QEwYaJeBwVNe5lQ/jS8tqIBAD5sSggIKlE0/rgCoZaWAZn7xgQ6/mQBA0iNaleDVysBBDr8XAEBLlhBOEolAgEAAwAgAAAD2gYAAAMAGgAeABlADR4dFgoHcgMAchECCnIAKzIrKzLMMjAxQQEjAQMnPgMXHgMHAyMTNiYmJyYOAgEHITcB4P71tQELGEoOS3urbld1QhYJdrZ4BxdNSEx6WzkBzxv9lBsGAPoABgD8RgJhu5ZXAwI/bI1P/TsCyEFpPwICPmuDAs2YmAACADD+nAQ4BDoAAwALABdACwAGBgsKcgkEBnICAC8rMisyEjkwMWUzAyMDMwMhEzMDIQGYtlm1VLShAeKhtrz8tJj+BAWe/F4DovvGAAACAG7/5QbaBbAAGAAwABtADiwfCXIUBwlyJhoOAAJyACsyMjIrMisyMDFBMwMOAycuAzcTMwMGHgIXFjY2NwEzAw4CJy4DNxMzAwYeAhcWNjY3A6KZtAxHcZthW4ZVIwq0vbQFCCJCNlB3SQwDL720EXnGg1mATh0JtJizBgwoSTdOb0MKBbD73lubdD4DAkNzllcEIvvdLVpMMAIDRXlKBCP7337AbAQCRnWVUwQi+90wXEotAgNIekYAAAIAT//nBdcEOgAYADEAG0AOLB8LchQHC3ImGg4ABnIAKzIyMisyKzIwMUEzAw4DJy4DNxMzAwYeAhcWNjY3ATMDDgInLgM3EzMDBh4CFxY+AjcC+JN6Cz5lildReEsfCHq1egQGGzctRGU+CgKktXoPbLB2UHJFGwh6k3oECSE+LzJNOCIHBDr9KVKLZzcCAztmh00C2P0nJU1BKgIDPGc/Atn9KXGsXwQCPmiFSgLY/ScpTkAnAgEjQFEtAAACAC///gO/BhYAFwAbACFAEA0KABcXChobGwoLAXIKCnIAKysROS8zETkvMxEzMDFBBR4CBw4CJyEBMwMFPgI3NiYmJyUBByE3ATQBL2qfUwgJfMN1/jUBDrX0AQBFb0YJBx9MPf65Adkb/VgbAuoBBFifbXiuXQIGFvqCAQE4ZUY6XzsDAQJ/mJgAAAMASv/qBrQFyAADACwAMAAgQBEDAgIvMAJyLwgdFANyKQkJcgArMisyPysSOS8zMDFBByE3ATcOAicuAzc3PgMXHgIXIy4CJyYOAgcHBgYeAhcWNjYBAyMTBSAb/C4bBEm5Hqb4m4q7aSEQFRRpqeiSk8dnBLsDNHVlbqVzRg8WCAEaPmtScJ5o/Ir9vP0DQZiY/o4Bltt1AwN4w+14kYT1wG4DA3/ZjVyUWAMDWJe6X5Q/jIZuRAIET5QER/pQBbAAAwAt/+kFjARRAAMAKwAvACRAEwMCAi4vBnIuCiEdGAdyCAQNC3IAKzLMK8wzPysSOS8zMDFBByE3ARY2Njc3DgInLgM3Nz4DFx4CByM0JiYnJg4CBwcGHgIBAyMTBGMb/KkbAndCc1IRqxCKx2tynl0iCwQNVYu+dXKnWQGpLl1FU31WNAoFBwcsXv5rvLW8AmiYmP4bAjVgPwFtpVsCA1uZvmUrbcWZVgMDZ69wQWxDAgJCco1IKj+Gc0kDtfvGBDoAAAT/ugAABFQFsAAEAAkADQARACRAERENDAwCAAYGBwMCcg8FBQIIAD8zETMrMjIRMxE5LzMzMDFBASMBMxMDNzMTAwchNwUDIxMDFv1tyQL7fGrPHHX3ih39Uh0Bp2C5YAUJ+vcFsPpQBSeJ+lACWqOjM/3ZAicAAAT/ogAAA5oEOgAEAAkADQARAB5ADhENDAwBBwMGchAFBQEKAD8zETMrMhI5LzMzMDFBASMBMxMDAzMTAwchNwUDIxMCDP5YwgJpkk2tGoTzgxv9vRsBcki0SAL0/QwEOvvGAwYBNPvGAcGYmCb+ZQGbAAYAWwAABlYFsAADAAgADQARABUAGQA0QBoJFBQGBhgVEREQEAMCAhgIFgJyBAoKCwcCcgArMjIRMys/OS8zMxEzETMRMxEzETMwMUEHITcBASMBMxMDNzMTAwchNwUDIxMBAyMTA0Md/ewdA+j9bckC+3xqzxx1+Isd/VIdAadguWD+Cv29/QJaoaECsPr2BbD6UAUnifpQAlqjozP92QInA4n6UAWwAAYATwAABUsEOgADAAgADQARABUAGQAuQBcVEREQEAMCAhgZBnIJFBQGBhgKCwcGcgArMj8zETMRMysSOS8zMxEzETMwMUEHITcBASMBMxMDAzMTAwchNwUDIxMBAyMTArgb/jkbAs3+V8ICapJNrhqE84Mb/b4bAXFIs0f+fby1vAHBmJgBM/0MBDr7xgMGATT7xgHBmJgm/mUBmwKf+8YEOgAABQAmAAAGOQWxABYAGgAfACQAKAA0QBkZGhokGx8fIyMTKAYGExMBHCQCcg0nJwEIAD8zETMrMhI5LzMRMxEzETMRMxEzETMwMXMjEz4CMwUeAgcDIxM2JiYnJSYGBwEHITcTATMBIwMBByMBAQMjE+O9PRaM45YB1Iy/WBA8vT0LImhd/iyWrRYEVBz89xy+Ai7i/Xt5ywE3KnX+oQInh7yIAXKZw10BA2PBkf6OAXNae0ICAwGGmAQ+np79CgL2/LIDT/z3RgNO/V388wMNAAUAKgAABQsEOwAXABsAIAAlACkAMEAXGhsbJSAkJBMpBgYTEwEdJQZyDSgoAQoAPzMRMysyEjkvMxEzETMRMxEzETMwMXMjNz4CMwUeAgcHIzc2JiYnJSYGBgcBByE3EwEzASMDEwcjAQEDIxPftRkVe9GTATGIrEcPGbUZChRWWv7OYoJJDgObG/1iG6cBmdb+Dm+F4iZr/vMBzGW1ZqORxWQCA2vDhqSlUX9MAwMBQ4JfA5eZmf3EAjv9bQKU/bVJApP+C/27AkUAAAcASQAACFsFsQADAAcAHgAiACcALAAwADxAHiEiIiQsAnInKysbMA4OGxsDAgIFBwJyFS8vCQkFCAA/MxEzETMrEjkvMzMRMxEzETMRMysyMhEzMDFBByE3EwMjEwEjEz4CNwUeAgcDIxM2JiYnJSYGBwEHITcTATMBIwMBByMBAQMjEwTwG/yJG4n9vP0Bv709FYzjlgHVjb9WEDy8PQsiZ17+K5asFgRUHPz3HL4CL+H9enjLATcqdf6hAieHvYgDLJeXAoT6UAWw+lABcZrDXAEBA2PBkf6OAXNae0ICAwGHlwQ+np79CgL2/LIDT/z5SANO/V388wMNAAcALwAABuwEOwADAAcAHwAjACgALQAxAD5AHiUiIyMtLQcoLCwbMQ4OGxsDAgIGBwZyFTAwCQkGCgA/MxEzETMrEjkvMzMRMxEzETMRMxEzETMRMzMwMUEHITcTAyMTASM3PgIzBR4CBwcjNzYmJiclJgYGBwEHITcTATMBIwMTByMBAQMjEwS8G/w6G6m8tLwB1bUaFHzQkwExiatHDxm1GQoUVlr+zmKCSQ4Dmxv9YhunAZnW/g9wheIlbP7zAc1mtGUCXJeXAd77xgQ6+8akkcRkAgNrw4akpVF/TAMDAUOCXwOXmZn9xAI7/W0ClP2zRwKT/gv9uwJFAAP/zf5IBCEHiAAXAEAASQArQBQYDQxAQAArLAlFQ0NCSEGARxcAAgA/Mt4azTI5MhEzPzMSOS8zMzMwMUEFHgMHDgMjJzcXMjY2NzYmJiclExceAwcOAyMnBgYHBhYWFwcuAjc+AjMXPgM3Ni4CJycBFzc3FQEjAzUBFAEdVpl0PQYIZp20VJkUf1SaaAwJOm9G/ss0gVelgkYICFqRtmQ1PGoJByM+JFI7YzoDBGmgVy1AdF08CQghSWk/lQFFdLCg/uNvzgWwAQIzYI5dYotXKAFzATJvXExjMwIB/fgBASlWjGVpo244AQE1Qy5CMRN4Hlp2RmRzMQEBJUdoQkVhPx8BAQTmqagDDf7vARAOAAAD/8n+SAOYBjMAGABBAEoAJkARDRkMQUEALUNJRkRCgEgYAAYAPzLeGs0yMjI5LxI5LzMzMzAxUwUeAwcOAyMnNxc+Ajc2LgIjJRMXHgMHDgMjJwYGBwYWFhcHLgI3PgIzMzI+Ajc2LgInIxMXNzcVASMDNdEBF0SKc0IEBGOTn0KZFX46hGMJBiRASyH+z0yBP5WEUQQEV4mgTjE8agoGIj8kUjtjOgMEaaFWKStdUjkHCCxOWSaV53OxoP7ib84EOgECIkdxUVNtPhkBcwEBGEhHLDgfDQH+oQEBFThoU1p/TyQBAjRDLkIxE3geWnZGY3QxEihEMjQ+IAsBBF+pqAMO/u8BEQ4AAAMAZ//pBP4FxwAXACgAOQAfQBIMKWoyIGoyMgwAGGoAA3IMCXIAKysrEjkvKyswMUEeBAcHDgMnLgQ3Nz4DFyYOAgcGBgchNjY3Ni4CARY+Ajc2NjchBhQHBh4CAyV0qnA9Dg0NE2io6pZ0qXE9Dw0MFGiq6oxpoXRJEQEDAQL5AQEBCA07ev7JaaBxSRIBAgH9BwEBBhE9eQXEAlOLs8dkW4f9ynQDAlOMs8djXIX9ynWmA1OPslsHDAcHDAdTqpBc+3EET4uuWwULBQULBlCljVkAAwBD/+gEFgRSABUAIAArAB9AEgshaicbaicnCwAWagAHcgsLcgArKysSOS8rKzAxQR4DBwcOAycuAzc3PgMXJg4CByE2LgIDFj4CNyEGHgICfXKhYSULAg5Yj8F2cKJiJgsCDlePwW9Jc1c7EQJGARU1WtNKdlk7EP22AxM0XARPA16cwWYYbcmcWQMDXZq/ZRhuyp5bmwI2Xng/OnJgO/zOAzhifEE7d2M9AAIArQAABUsFxgAOABMAGUANDhIIBRMCcgUDchIIcgArKysRMxEzMDFBAT4CFxcHJyIGBgcBIwMTEyMDAkwBfiFVfFwzFAotQC4S/cGYN5cei+8BfQMjTIdTAQGqASpDJft3BbD7wP6QBbAAAAIAhQAABD0EUgASABcAFUALFwZyEhYKcgwFB3IAKzIrMiswMUETPgIXMhYXByYmIw4CBwEjAxMTIwMBx/EYS2lIIDYbJAoVCxwvJAz+T34PZRFytQE5AiM8cUkBDg6SBAYBHCwX/LMEOvz5/s0EOgAEAGf/cwT+BjUAAwAHAB8ANwAkQBACAicnAxoDcgcHMzMGDglyACvNMxEzfC8rGM0zETN9LzAxQQMjEwMDIxMBBw4DJy4ENzc+AxceBAc3NjYuAicmDgIHBwYUHgIXFj4CA6tEtEMyRbVFAuINE2eo65Z0qXE9Dw0MFGiq6pV0qnA8D9UNCQEbQXFXcKd1Rg4OCBxCcFZyqHNEBjX+fgGC+sn+dQGLAghbh/7JdAMDUoyzxmRchf3KdQMCU4uzx8BfRJOKcEUDA16fwGBfQ5KLckUDBF2fwQAEAEP/iQQWBLYAAwAHAB0AMwAkQBAHByQkBhkLcgICLy8DDgdyACvNMxEzfS8rGM0zETN8LzAxQQMjExMDIxMBNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgL4QLZAEEC2QP6yAg5Xj8F4caFiJQsCDliPwXZxoWImwwMHCjBhTlOAWjcLAggLMGFOVIBaNgS2/pABcPxC/pEBbwERGG3Ln1oDA16cwWYYbcmcWQMDXZnAfRc/h3VKAgNFd5BHFz+Id0wDAkZ4kgAABAB0/+cGigdXABUAIABBAGUAM0AZW04JclQxMSw4CXJCQ0MRCAgbGxYWIiECcgArMjJ8LzMYLzMRMzIRMysyMi8zKzIwMUEzBycuAyMiBgcHJzc2NhceAwEnNjY3NxcHDgIlBw4CBwMGHgIXFjY2NxMzAw4DJy4DNxM+AgU3HgMHAw4DJy4DNxMzAwYeAhcWPgI3EzYuAgWzKwonPG5razk0RgoCfQMJhmw8bmxw/mBNHjMKEZoNCDVJ/rUSU2w8DFsFAx1COlB3SAxHmEYNRnKbYGCHUBwKWxN0xQMNC1+ETxsKWw5FcZ9mW4RUIAlHmEYGDy5OOT5aPSQIXAYDHEIG1YEBAScyJjs0EgEka3MCASYyJv5UPCFGLF8BZS1LO3OeAleHSv3FLWRaOgMERnpKAa3+VFubcz4DAk1/oVcCOoXMdJ+gBE1+oFf9xl2mf0cDAkNzllYBrP5TNF1JKwICNFlqNAI8MGNVOQAABABS/+cFkQX2ABUAIABCAGYAM0AZXE8LclUyMiw5C3JDREQRCAgbGxYWIiEGcgArMjJ8LzMYLzMRMzIRMysyMi8zKzIwMUEzBycuAyMiBgcHJzc2NhceAwEnNjY3NxcHDgIlBw4CBwMGHgIXFj4CNzczBw4DJy4DNxM+AgU3HgMHAw4DJy4DNzczBwYeAhcWPgI3EzY2JiYFIC0KKTtvams4NUcJAn0CCodsPG5rcP5aSR4zCRKaDwc3Sv7FEEhbMQoqBAEXNjEzUj0nCCWRJAs+ZItWV3hGGQgqEGawArUKVXZFGAgqCzxljV1Rd0seCCSRJAUOKEIxNUwyHQYrBAEVNgV0gQEBJzMlOjUSASRscgIBJjIm/kw7IEcsXwFlLko6cJcCTnc//t0kWFA2AgMiPlMv6+pSi2c3AwJHdJJOASJ5uGmYmQRHc49O/t5TmHRBAwI8Z4ZN6ussTz8lAQIwTl0sASUnVkwzAAMAbv/lBtoHBAAHACAAOAArQBU0JwlyBQIBAQcHLSEICBUCchwPCXIAKzIrMhEzMzN8LzMYLzMzKzIwMUEhNyEHIQcjBzMDDgMnLgM3EzMDBh4CFxY2NjcBMwMOAicuAzcTMwMGHgIXFjY2NwPV/tATAxQS/r8WpB2ZtAxHcZthW4ZWIgq0vbQFCCJDNVB3SQwDL720EXnGglqATh0JtJizBgwoSTdOb0MKBphsbH1r+95bm3Q+AgJDdJdWBCL73S1aTDACA0V5SgQj+999wWwDAkZ1llMEIvvdMFxKLQIDSXlGAAMAT//nBdcFsQAHACAAOQArQBU0JwtyBQIBAQcHLSEICBUGchwPC3IAKzIrMhEzMzN8LzMYLzMzKzIwMUEhNyEHIQcjBzMDDgMnLgM3EzMDBh4CFxY2NjcBMwMOAicuAzcTMwMGHgIXFj4CNwMu/s8UAxMQ/r4XpB+Tegs9ZYpXUnhMHgd7tXoEBhs3LURlPgoCpLV6D2ywdlByRhoIepN6BAkhPTAxTjgiBwVFbGx/jP0pUoxmOAMCPGaHTQLY/SclTUEqAgI7Zz8C2f0pcaxfAwI+aIZKAtj9JylOPycCAiM/Ui0AAgBp/oQE5wXIACEAJQAZQAwWEg0DciUAACQBCXIAK80zETMrzDMwMWUHLgQ3Nz4DFx4CByM2JiYnJg4CBwcGHgMXAyMTAjoKZZxvQhUMJxNno9qFk9JqCbsHN35lYJdtRQ0pCQQfQGa9WrtaiZ8FSHqcslz6euKxZgMCetmSX5NWAgNRiKdU/T2Adl87Bf38AgQAAAIATP6CA94EUQAfACMAGUAMFREMB3IgAAAiAQtyACvNMxEzK8wzMDFlBy4DNzc+AxceAgcnNiYmJyYOAgcHBh4CFwMjEwHXDWyYWiAKBA1UirpycKVYBqoEK1tDT3lWNAkGBwcqWrNatVqFmgZfmbthK2nEm1kDA2iwbgE/bEMDA0Z1jEMqPoNxSgf9/wIBAAEAQAAABLgFPgATAAixDwUALy8wMUEBFwcnAyMBJzcXASc3FxMzARcHAzz+8fxT/OqwASX7Uv4BDf1U/PKs/tX/VgMs/oysc6n+vgGVq3KqAXWrdKoBTP5iq3IAAfznBKb/0AX8AAcAFbcGBgQEAQICAQAvMy8RMxEzfC8wMUMhByc3ITcXVv32F6IqAgwSoQUkfgHpbAEAAf0KBRb/6wYUABUAErYBFBQPBoALAC8azDIzETMwMUEXPgMXFhYHByc3NiYnJg4CByP9FiVAdnJ1PmRxBgN6AgMpMjt0dHc+MAWXAQEnMSUBAXBlJwEULzgBAiQyJwEAAf4WBRb+5AZYAAUACrIAgAIALxrNMDFBJzczBxf+l4EUsBwmBRbPc5dyAAAB/jsFGP9QBlgABQAKsgGABAAvGs0wMUMHJzc3M8i2R04WsQXTu0l1ggAI+jf+wgGUBbEADQAbACkANwBFAFMAYQBvAABBBzY2FxYWFSc2JiMmBgEHNjYXFhYVJzYmIyYGEwc2NhcWFhUnNiYjIgYBBzY2FxYWFSc2JiMiBgEHNjYXFhYVJzYmIyYGAQc2NhcWFhUnNiYjJgYBBzY2FxYWFSc2JiMiBhMHNjYXFhYVJzYmIyIG/gJwCnJaWGlsAx8wMDQCA3AJc1lYamwCHjEvNFJtCXFaWGhrAh4wMDT+220JcVpXaWsCHjAwNP2UbwlzWldpawIeMDA0/qdwCXNaWGlsAx4xMDT+8m0JcVpXaWsCHjEvNDxuCXFaV2psAh4xLzQE9AFYZgEBZ1cBKjwBO/7BAVhmAQFnVwEqPAE8/eABV2YBAWZXASo8O/3QAVdmAQFmVwEqPDv+uwFYZgEBZ1cBKjwBOwTwAVhmAQFnVwEqPAE7/d8BV2YBAWZXASo8O/3QAVdmAQFmVwEqPDsACPpO/mMBUwXGAAQACQAOABMAGAAdACIAJwAARTcXAyMBBycTMwE3NwUHJQcHJTcBJzclFwEXBwUnAQcnAzcBNxcTB/0/hQ2sZAGjhA2rZQEfDwsBNxH6XRAK/skRBWZZAwFNPfrcWAP+tT4CBmkRXUMC3mgTXUU9AxL+rwYEAhABUfwmjAp/XJWMCn9bAQhiEZlN/DBiEplOBANfAgFPPftXYAL+sT7//wBE/pkFbwcaBCYA3AAAACcAoQFfAUIBBwAQBFH/vAAVQA4CIwQAAJhWAQ8BAQFeVgArNCs0AP//ADD+mQRGBcMEJgDwAAAAJwChAJn/6wEHABADW/+8ABVADgIjBAEAmFYBDwEBAX1WACs0KzQAAAIAL//+A78GcgAXABsAGkAMGgsbAnIAFxcNDQoSAD8zETMvMyvOMzAxQQUeAgcOAichATMBBT4CNzYmJiclAQchNwE0AS9qn1MICXzDdf41AR61/vwBAEVvRggIH0w9/rkCABv9VxsC6gEEWJ5uea5cAgZy+iYBAThmRTpfOwMBA12YmAAAAgA7AAAE7gWwAAMAGwAjQBEBAgUAAwYGBQUSEBMCchIIcgArKzIROS8zETMzETMzMDFBAQcBAyU3BTI2Njc2JiYnJQMjEwUeAgcOAgOIASZ0/txi/nocAW9enWcMCzd2VP6n4bz9Af2DymwMDZz1A9X+Yl4BnP7FAZ0BQIFiVXtEAwH67gWwAQNnwYiayGAABP/X/mAEAARSAAMACAAeADQAJUAUAAMwAQIwJRoPC3IHBnIaB3IGDnIAKysrKxEzMjIyETMzMDFBAQcBAwMjATMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcDBh4CFxY+AgKXAQZz/vm43rYBBKYCdQINRXarc2aPWSQGDhFRfq1ub4tJEsECBwcrW04+b1pADysBJENZNlN7VTEBhv6AXgF/Ajj7AQXa/fIVYsekYgMCVY2vXG9iu5ZWBANlob1wFjyGdUwCAi1RaTr++zZfSisCAkd5kQAAAgA1AAAE1AcAAAMACQAVQAoCBgYDCQJyCAhyACsrzjMRMzAxQQMjExMHIQMjEwTUVbZVeRz9V+G8/AcA/hgB6P6wnvruBbAAAgAlAAADtgV3AAMACQAVQAoCBgYDCQZyCApyACsrzjMRMzAxQQMjExMHIQMjEwO2UrZSexv+G6G1vAV3/ioB1v7DmfxfBDoAAgBE/t0EpQWwAAUAHQAZQAwGBwcTEgIFAnIECHIAKysyLzM5LzMwMUEHIQMjExM3Fx4DBw4DBzc+Azc2LgInBKUc/VjhvP0SHMSAw381DQ1QiMF+D1h+Uy4JChlMgV0FsJ767gWw/PChAQJUls9+eMmVUwGSAkRzkU9Yk2w+AgACACX+4QN7BDoAFAAaABtADQABAQsXGgZyGQpyDAsALzMrKzIROS8zMDFTNxceAgcOAwcnPgI3NiYmJwEHIQMjE50c9YbMaA8JTXmZVSFQfk8KCjR2WQHSG/4bobW8AeSiAQN30IpZmnlSEpUWVH5VV4dPAwJXmfxfBDr///+r/pkHdQWwBCYA2gAAAQcCbAYwAAAAC7YFGwwAAJpWACs0AP///6f+mQYOBDoEJgDuAAABBwJsBPUAAAALtgUbDAAAmlYAKzQA//8ARP6WBWoFsAQmAkcAAAAHAmwEA//9//8AMP6ZBFgEOgQmAPEAAAEHAmwDRgAAAAu2AxECAQCaVgArNAAABAA2AAAFSQWwAAMABwANABEAL0AXDw4OCwwEBAwMCwcHCwsAEAMIcggAAnIAKzIrMhI5LzMvETMRMy8REjkRMzAxQTMDIwEzAyMBMwEhNSEHNwEjATO8/bwB2pJzkgLE6P2x/iABnhmEAUngBbD6UAQw/WsEFfzfoH2d/LEABAAuAAAElAQ6AAMABwANABEALUAWDw4OCwQEDAwLBwcLCwAQAwpyCQAGcgArMisyEjkvMy8RMxEzLxEzETMwMVMzAyMBMwMjATMBITchBzcBI+q1vLUBp5JkkgI95v4I/lsBAWsZgwEj2QQ6+8YDRf3GAy/9lKJ8ff2PAAQAvAAABs0FsAADAAcADQARACNAERAPDwsKCgMOBghyDQcCAwJyACsyMjIrMhI5LzMzETMwMUEHITchAyMTIQEhNTMBAwE3AQLdG/36GwKI/Lz9BCn9D/6u7wJcwv5dfwH8BbCYmPpQBbD836ACgfpQArKf/K8AAAQAdgAABYwEOgADAAcADQARACNAERAPDwsKCgMOBgpyDQcCAwZyACsyMjIrMhI5LzMzETMwMUEHITchAyMTIQEhNzMBAwE3AQJ+G/4TGwJEvLa8A239o/7+AcQBsJP+zYIBhgQ6mJj7xgQ6/ZSiAcr7xgHzfv2P//8AO/6ZBXcFsAQmACwAAAEHAmwEZQAAAAu2Aw8KAACaVgArNAD//wAw/pkENwQ6BCYA9AAAAQcCbANmAAAAC7YDDwoAAJpWACs0AAAEADsAAAfgBbAAAwAHAAsADwAfQA8HBgYKAgMDDAsCcg0KCHIAKzIrMjIRMxE5LzMwMUEHIScDByE3EwMjEyEDIxMH4Bv9kFmVHP0DHIv9vf0EP/28/AWwmJj9jp2dAnL6UAWw+lAFsAAABAAlAAAFlQQ6AAMABwALAA8AH0APBwYGCgIDAwwLBnINCgpyACsyKzIyETMROS8zMDFBByE3AwchNxMDIxMhAyMTBZUb/jsbhRv90xp5vLW8A0u8tbwEOpmZ/iuWlgHV+8YEOvvGBDoAAAIAQv7dB2IFsAAHAB8AGUAMCAkJFAQHAnIGCHICAC8rKzIvOS8zMDFBAyMTIQMjEwE3Fx4DBw4DBzc+Azc2LgInBW79u+H9SeG9/QNLHcSAw342DgxQiMF+Dlh+Uy8JChpLgV4FsPpQBRL67gWw/PChAQJUls9+eMmVUwGSAkRzkU9Yk2w+AgAEACX+4AZBBDoAFAAYABwAIAAjQBEeFxgYAAEBCx0cBnIbCnIMCwAvMysrMhE5LzMyETMvMDFBNxceAgcOAwcnPgI3NiYmJwMHITczAyMTIQMjEwNdHf2I028OCEx4l1UkUH1PCgs8gFrkG/3sGxy8tbwDTLy1vAHkogEDc9COWZp5UxKWFlR/VFuHSwMCV5mZ+8YEOvvGBDoAAQBr/+MFrQXHAEMAHUAOOQwMIyIDcgABAS4XCXIAKzIyETMrMjIRMzAxZQcmJCYCNzc+AxceAwcHBgIGBCcuAzc3PgM3Bw4DBwcGHgIXFj4CNzc2NiYmJyYOAgcHBh4CBSMOnv7xw1sXIw5GdaZua4dHEwsmF4fP/vaajst7LBEaEVKHwH8SVnlQLgsaDBBFhWp2x5lkEicFBBdDQkZiQCQIJBM8jtCGowVnuwEJqONcw6VkBANrpr5W85P+/8FqAwN5yPV/rHDduHADpAJdj59Fr1a4nmUDBFOWxW/5LH99VgMDTnqGNemGz49MAAEAXP/nBFoEVABDAB1ADjkMDCMiB3IAAQEuFwtyACsyMi8zKzIyETMwMWUHLgM3Nz4DFx4DBwcOAycuAzc3PgM3Bw4DBwcGHgIXFj4CNzc2NiYmJyYOAgcHBh4CBCcKf92iTxANCjNXgVdVaTYNBw4QY53Oe3WgXB8LBws9Z5RiEjlPMx0HBwcGLF9RV41oQQsOAwULJysuPSQTBA0NMm6fkp8EUpfViGdJmYFNAwNZiplDaXLRoVsEA2uszWU7WKiIUwOdA0FjbC46PpKFVwQDRXiWTm0ZXmNGAgM6Wl0gbWacazj////U/pkFKwWwBCYAPAAAAQcCbAO6AAAAC7YBDwYAAJpWACs0AP///8X+mQP1BDoEJgBcAAABBwJsAs8AAAALtgEPBgAAmlYAKzQAAAMArP6hBmMFsAADAAkAEQAdQA4JDQ0ICghyBRAMAgMCcgArMjIyLysyMhEzMDFBByE3AQMjEyM3BRMzAyETMwMEZBv8YxsFUGupPYsd/GT8vuICuOG8/QWwmJj68v3/AV+iogWw+u0FE/pQAAMAV/6/BMgEOwADAAsAEQAfQA8CAwMNCgUGcggHBxAECnIAKzIyETMrMi85LzMwMUEHITcTEzMDIRMzAzcDIxMjNwMiG/1QG028tqIB4qK1vJhkoziJGwQ7mJj7xQQ6/F4DovvGmP4nAUGY//8Ay/6ZBToFsAQmAOEAAAEHAmwEJQAAAAu2Ah0ZAACaVgArNAD//wB5/pkD9QQ8BCYA+QAAAQcCbAMlAAAAC7YCGwIAAJpWACs0AAADAMoAAAU6BbAAAwAZAB0AI0ARAwMKChUCAhUVBBwIchsEAnIAKzIrETkvMy8RMxEzLzAxQQMjEwEzAwYWFhcWPgI3Bw4DJy4CNwEzAyMDSXqSev5wvEoLJWtgOG5tbDUONWpsbTeOxFkRA6K9/b0D+/1DAr0Btf44XX9EAgEKEhoOnxEaEQgBAmfHkgHH+lAAAAMAlAAABBAEPAADAAcAGwAjQBAAABgYDQEBDQ0FCnISBAZyACsyKzIvM30vETMRMxgvMDFBAyMTAQMjExMHDgInLgI3EzMDBhYWFxY2NgKWY5JjAgy8tbwcDTt5fT97okkNM7QyCBhQTUB9ewMb/coCNgEf+8YEOv4PmhcgDwECZ7V4ATz+w0VwRAICEiEAAAIAHAAABIsFsAAVABkAGUAMARcGEREXGAJyFwhyACsrETkvMxEzMDFhIxM2JiYnJg4CBzc+AxceAgcBIxMzBC+8Swska2A4b21tNQ80amttN47EWRD8Xr39vQHJXIBDAgEJExkPnxEZEQgBAmbHkv45BbAAAgCI/+kFxQXGAAkANgAlQBIFHQEBHR0GHBwKJBUDci8KCXIAKzIrMhE5LzMzETMvETMwMVMXBhYWFwcuAgEuAzc3PgMXHgMHByE3ITc2LgInJg4CBwcGHgIXFjY3Fw4Cj5QHJVtLDHOZRwLliMuCMxEnEmWg1YOLtWAZEBH8URkC7QYNCDVxXl+SaUEOKAwVS4hmXa1TIjSFjQQ6AUppOgWMBGGp/CEBYqvigfl24bNoAwN1wOl4cYsiTZuCUgIDUYqmUvpapYJNAgIuJpAoKxAAAgAE/+oESQRRAAgANQAlQBIEHAEBHBwFGxsJIxQHci4JC3IAKzIrMhI5LzMzETMvETMwMVMXBhYXBy4CAS4DNzc+AxceAwcHITcFNzYuAicmDgIHBwYeAhcWNjcXDgIKkQlHZA1phj0CSW6hZSkJBQtVi7xzcJVTGQ0M/O4aAlcECA4wUzxTe1UxCQUHEjdkS1ySPGgwg5sDWgFgbweIBFub/PcCVpG5ZitoyqJeAwNbl7tiU5cCEjVnVTMDA0l7kkYpQIFsQwICU0BZRF4vAAMANv7TBUUFsAADAAkAIQAhQBAKBgYLCAcHFxYJAwJyAghyACsrMi8zOS8zMzMRMzAxQQMjEyEBITczAQE3Fx4DBw4DBzc+Azc2LgInAe/9vP0EEvz5/t0B4AJe/TwdyoDDfzUNDFGJwn0LV31SMAgKGEp/XQWw+lAFsPzlqgJx/OWnAQJUl89+eMqVVAOaAURyj05WkWw+AgADAC7++gRXBDoAAwAJAB4AIUAQFhUJBnIGCgoHCwsBAwZyAQAvKxI5LzMzETMrLzMwMUEDIxMhASM3MwEBNwUeAgcOAwcnPgI3NiYmJwGfvLW8A239huYBpwHN/V8dAQGE1nUOCU16l1IhTH1RCQtBglcEOvvGBDr9lKIByv2UoQEDZMGPWJRzTRGVFE13Ul14PQL////L/pkFZgWwBCYA3QAAAQcAEARG/7wAC7YDJAYAAJhWACs0AP///8j+mQRHBDoEJgDyAAABBwAQA1z/vAALtgMkBgEAmFYAKzQAAAEARP5IBW4FsAAZABlADBkIchcCAhEKBQACcgArMi8zOS8zKzAxQTMDIRMzAQ4CJyImJzcWFjMyNjY3EyEDIwFBvHICtHO8/vkOWppuHzsdHhcxGDhGJwd6/UxvvQWw/W8Ckfn8Z6JbAQsImQcJPFwvAtb9fgABACX+SAQsBDoAGQAdQA8ZCnIXAgIAEQoPcgUABnIAKzIrMhI5LzMrMDFTMwMhEzMDDgInIiYnNxYWMxY2NjcTIQMj4bVSAeFStccNWZhsHzoeHxcwGTdHJghc/h9QtQQ6/isB1fttZp9aAQoJkwcJAT1cMAIo/jEA//8AO/6ZBXcFsAQmACwAAAEHABAEWf+8AAu2AxYKAQCYVgArNAD//wAw/pkERQQ6BCYA9AAAAQcAEANa/7wAC7YDFgoBAJhWACs0AP//ADv+mQa3BbAEJgAxAAABBwAQBY3/vAALtgMbDwAAmFYAKzQA//8AMf6ZBY0EOgQmAPMAAAEHABAEov+8AAu2AxkLAQCYVgArNAAAAQBS/+kFGgXEACwAG0ANGgsRFBQLJQADcgsJcgArKzIROS8zETMwMUEeAwcHDgMnLgM3NyEHIQcGHgIXFj4CNzc2LgInJgYHJz4CAvmX2YMuEg0TcLLukZDJdScSFAQfG/yjBw8VSoVjbqt7TA8ODhJNlXRht1gjOIySBcMBcsT7i16D/Mp2AwNruO2EfJUjWZ96SAMCX6DCX19jvpteAgEtJ5EoKxAAAgA8/+gEdgWwAAcAJQAfQA8FCAgEJSUAHBIJcgcAAnIAKzIrMhE5ETMzETMwMUEhBwEjNwEhEzMeAgcOAycuAzczBhYWFxY2Njc2JiYnJwEkA1IX/bx3FwG7/ZKxhobKaAwJXZS5ZV+YazUGuwUxaE1UkmIKCzN4W5YFsIX9tX0Btf5BAmbBjGqkcDgCAj5xm15Jd0kCA0J8VlyARAMBAAL//f5zBC8EOgAHACUAH0AOCAUFBCUlABwYEgcABnIAKzIvzDMSOS8zMxEzMDFTIQcBIzcBIRMXHgIHDgMnLgM3MwYWFhcWNjY3NiYmJyfjA0wU/ciAFgGt/aKvgIXLawsJXJS5ZF6YajQGswUyak5WlGMKCzV6XZUEOn/9rn0Bu/43AQNivY1ppHA4AgI+cJtdSnpJAgNCflhef0MCAf////n+RwTnBbAEJgCxQgAAJgJBuEAABwJvAOoAAP///+n+RwPRBDoEJgDsTQAAJgJBmo0ABwJvANoAAP///9T+RwUrBbAEJgA8AAAABwJvA4sAAP///8X+RwP1BDoEJgBcAAAABwJvAqAAAAABAC4AAATZBbAAGAAStwMAAAsQDQJyACsvMzkvMzAxQQUHJSIGBgcGFhYXBRMzAyUuAjc+AwJZAY0c/opZlmMLCzFtUgFf4b39/fyBxGUMCV2VvAN0AZ4BQ39cUH1JBAEFE/pQAQRqv4dup3E5AAIAMf//BiAFsAAYAC0AH0AOGwsLECUlAwAAGhANAnIAKy8zOS8zMy8RMxEzMDFBBQclIgYGBwYWFhcFEzMDJS4CNz4DASM3Fz4CNzY2JiYnFx4CBw4CAlwBjhz+iVmWYgwKMG1SAWDhvP39/ILDZQsKXZW8AkyVHIBRdEYNBwYCCgqvCg4DBxF8yQN0AZ4BQ39cUH1KAwEFE/pQAQRpwIdup3E5/IycAQFMfUwoUlJSKAE2bGw2f8VvAAMASP/nBj4GGAAWACsARwAdQBAzRAtyOy0Bch0SC3InBgdyACsyKzIrLysyMDFTNz4DFx4EBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgUTMwMGFhYXFj4CNzY2JzMWFgcOAycuAlICDUN2r3dTdk4sDgQLEEp3pWxpi0wYwwIHBylYS1KMZBYnAh8/WzhXe1EuAdfOts8FETo6U3pTMgsQBRCpDQYOEFKIu3huiToB7RZk0bBqAwM/aYSQRltfupdYAwNdlrRwFjx8a0MCAk6DTPM3ZVAxAgJPgpnyBL/7QDBgQgMESHqRRGTIY2THY23JnVsCAWCkAAACAK3/6QWnBbAAIABGACFAECgnJwIBAQ4yQwlyOg0OAnIAKzIvKzIROS8zMxEzMDFBIzcXMjY2NzYuAiclNwUeAwcOBAcOAgcGBhMnNzYmJic3HgMHBwYWFhcWPgI3NjYnMxYWBw4DJy4CAcbKHIJbnGYMBx1AXjr+mBwBUF+hdToIBzJPY203BAcHBQ41owEIByVcSxpYjV8sCQcDEzUuTW5IKwkQBRCwDAYODkx+snVmgjsCeZ4BMnRjPlo7HQIBngECMWOWZk9nRDAvHwMKCgMICf63AkNJcUMFbAEvWohcRilLMgIETXyNPGPJY2THY2fHol4BAlGSAAACAGj/4wSuBDoAHQBCACVAEj49PRsCAQENKioiMwtyDA0GcgArMisyMi8ROS8zMzMRMzAxQSc3Fz4CNzYmJiclNxceAgcOAwcOAgcGBgU3BhYXFj4CNzYmJxcWFgcOAycuAzc3NiYmJzceAgcBWPAZrDp0VAkJNV41/vYU+GKwagYFQV9pLQYFBAYJNAEpBQQcMUBhRCoJDAYUqQ8RCgxKdqFkO11AHwMJBDBUMipWlVYJAbkBlgEBHUpDPkkhAgGVAQI/h3BQTyckJAUREQQHB+4ULDMDBTJabjZOoE0BTp1OXqV9RwIBHTtbPU46PhsDaQEvcGMAAAMAsP7WA5YFsAAfADQAPwAfQA46OT8sDA0CciEgIAEBAgAvMxEzETMrMi8zLzMwMUEjNxcyNjY3NiYmJyU3Fx4CBw4EBw4CBw4CBzceAgcHBgYWFwcjJiY2Nzc2JiYBBwYGByc+Ajc3AZHhG5NcoGoMCjdyUP7pG/9/xGkLBzFNYW03BQcIBQkeHxYYdq1VDhMGAhAXA7EZEAUFEwopYgHDGBF5V2MiOioKGwJ5mAEydmRUbjcCAZgBA1myiExnRTMuHQMJCQIGBwUCbQNRonyJJElFHhohUFUnhkxxQ/5ilG28QksrWWI2mAAAAwCg/sUDdwQ6AB4AMwA+AB5ADjggHx8CAQE+KwoMDQZyACsyPzM5LzMzETMvMDFBJTcXPgI3NiYmJyU3BR4DBw4DBwYGBw4CIzceAgcHBhYWFwcjJiY2Nzc2JiYFBwYGByc+Ajc3Aa3+8xvDO3dUCgg0XTb+3xwBCEmJazsFBUBeai8JBQgGGxwsKFqWUgoNBAERFAKzFRABBA0GKlIBthgRdVZoIzopChsBuAGWAQEdSkU+SSABAZYBAiNKdlNPUCkkIwccBwUGBGoBN3llYhw1MBYUFzo+HmE8SCPwlG28Q0wrWWI2mAAAA//g/+YHNwWwABEAFQAyAB1ADiYmHi8JchcUABUCcgsIAC8zKzIyMisyMi8wMUEzAw4EIyM3Nz4ENwEHITcBEzMDBh4CFxY+Ajc2NiczFhYHDgMnLgICE7ubEy9HcKl6NxElVnVKLRwNA0Ec/ZMcAYu8vbwEBxw0K1F4UTELEAURsQwFDQ9UiLx4cIw6BbD9N2DOwptcnQIFWImgoEICqZ6e+6sEVfuqI0g+JwIESHiPQ2PJY2PIY2zLn1sDA1+kAAAD/9r/5gYCBDoAEQAVADMAH0AQJyceLwtyFxQAFQZyCwgKcgArMisyMjIrMjIvMDFBMwMOBCcjNzc+BDcBByE3ARMzAwYeAhcWPgI3NjYnNxYWBw4DJy4DAYW2dA8mO1uGXz0TJkFYOSIVCQJnG/4iGwFDe7V7AwcbNipHZUInCQ4DEKgMCg0NR3ambFN4SR0EOv32TJ+Sc0EBogIEP2R3dzEB0JmZ/R8C4f0eJEk/KAEDQ29/OF6+XQFevV5fuZVXAwI3Y4QAAAMAPP/nBzgFsAADAAcAIwAgQBEWFg4fCXIIAnIAAwMGCAQCcgArPzkvMysrMjIvMDFBIQchAzMDIwEzAwYWFhcWPgI3NjYnMxYWBw4DJy4CNwFlAuMc/R0QvP28BGG7ugQQOThReFIxCxAEEbAMBw4QU4i8eG6KOggDH54DL/pQBbD7qC5fQQMDSHmOQ2PJY2PIY23Jn1sCAmGlagAAAwAj/+gGFAQ6AAMABwAlACJAEhkZECELcgkGcgMCAgUHBnIFCgA/KxI5LzMrKzIyLzAxQQchNxMDIxMBEzMDBh4CFxY+Ajc2Nic3FhYHDgMnLgMDRxv91Rp6vLa8AiN7tnsEBxs2K0dlQicJDwEQqA0KDQ1HdqZtUnZJHQJklpYB1vvGBDr9HwLh/R4kST8nAgNDb384Xr5dAV69XmC4lFYBAThjhgAAAQBl/+gEggXIACsAFUAKEgsDciUlHQAJcgArMjIvKzIwMUUuAzcTPgMXMhYXByYmJyYOAgcDBh4CFxY2Njc2NiczFhYHDgICSIC9eC4PKRRtqt+HW6tORUCMSWGedUsPKgsTQ3pcXJBcDw8BC7MHBwwSluYVA2eu3HYBBn7hrGICKC+MJCIBAUyEpVn+906giFUCAkuGWVi0WFmyWIzObgAAAQBN/+gDhgRRACsAFUAKIRoHcgcHAA8LcgArMjIvKzIwMWUWNjY3NjYnMxYWBw4CJy4DNzc+AxcWFhcHJiYjJg4CBwcGHgIB8TpcOwkJAwSpBAMHDXKvaXCgYiYLBQxUirpySI0+OjJzOlB6VjQKBQcNMmGDASZOOjp2Ojp1OWyUSgIDXJm+ZStqxJpZAQEcKI4fHQFGdItFKj+GdEkAAAIAm//mBR8FsAADACAAF0ALFBQMHQlyBQIDAnIAKzIyKzIyLzAxQQchNwETMwMGHgIXFj4CNzY2JzMWFgcOAycuAgUWHPuhHAERvLy8AwYbNSpSd1IxCxAEELANBg8PU4e8eW6KOwWwnp77qwRV+6ojST4nAgNIeY5DY8ljZMdjbcqfWwMCYaUAAAIAff/oBIAEOgADACAAF0ALExMLHAtyBQIDBnIAKzIyKzIyLzAxQQchNxMTMwMGFhYXFj4CNzYmJxcWFgcOAycuAwQIGvyPGuF8tHsFETw5QGBFKQkNBhKnDhEKDUl3omVSd0keBDqWlv0fAuH9HjBgQgMCM1ltN1CiTwFPoFBepn9HAQE4Y4UAAAIAaP/pBR8FxwAgAD8AI0ARACI/PwICFzUxLANyEQ0XCXIAKzLMK8wzEjkvMxI5OTAxQRcHJyIOAgcGHgIXFjY2NzcOAycuAzc+AwUnLgM3PgMXHgIHJzYmJicmBgYHBh4CFxcCwsYVqUaKdU4JCDRgdztXqXwQuwxtp8hnX7mTUQgIcq7KAReuTaiOVAYIbarLZ3nYgwW6BFGGSlWvfQwJKlRrOcADEQF5ARk8aVBGYz0cAQI6eFwBcKJoMQIBMmWdbnOWViRWAQIoVIZedKNlLQIDW7KFAVJsNgICMnRgQ1o1GQEBAP///8v+RwVmBbAEJgDdAAAABwJvBCQAAP///8j+RwRKBDoEJgDyAAAABwJvAzoAAAADACL/5wSXBcgAAwAYADIAKEAUECcnDwAECiUlCh0wCXIUCgNyAggAPysyKzIROS8SOTkzMxEzMDFBAyMTFwc+AxcWFhcBIzcBJiYnJg4CAzcWFjMWNjY3NiYmJyc3Fx4CBw4CJyYmAX6ntae3rwxGerN4jeFh/hJsFgFqMoRGUnNJKSpAMmw4V5hlCws2e1ycG4eEzGwMDJrsh0eHA8H8PwPBAgFvv45OAwN+YP34fgFyMy8BAj1phfwWmhkbAUJ+W15+QQIBkwEDYb6Mj8VlAQEcAAIA8wRzA0wF1wAFAA8AErYFBQ0HAgIHAC8zLxDNMi8wMUE3EzMHASU3MwcGFhcHJiYB6gGjvgH+9f68DKQOChIkRkhJBIMTAUEW/sP+VVA+bTQ1LYz//wAaAh8CEAK3BAYAEQAA//8AGgIfAhACtwQGABEAAAABAKYCiwSUAyMAAwAIsQMCAC8zMDFBByE3BJQg/DIhAyOYmAABAJgCiwXWAyMAAwAIsQMCAC8zMDFBByE3BdYr+u0sAyOYmAAC/17+agMeAAAAAwAHAA60AgOABgcALzMazjIwMUUHITclByE3AvIb/IcbA6Ub/Icb/piY/piYAAEAsAQxAgUGFQAKAAixBQAAL80wMVM3PgI3FwYGBwewEgs9WzlnM0sPFgQxeEmEci1MQItRfAAAAQCJBBUB4QYAAAoACLEFAAAvzTAxQQcOAgcnNjY3NwHhFAs9WzhpNEsPFwYAf0mEci1MQItRgwAB/5f+5ADrALYACgAIsQUAAC/NMDF3Bw4CByc2Njc36xALPVo5aTRKDxO2ZkmEci1LQIxRagABANIEFwG5BgAACgAIsQYAAC/NMDFTMwcGFhcHLgI377QXDBQlaC07FwgGAIRNjkVFL3aDQf//ALgEMQM+BhUEJgGFCAAABwGFATkAAP//AJUEFQMWBgAEJgGGDAAABwGGATUAAAAC/5T+0gIVAPYACgAVAAyzEAULAAAvMs0yMDF3Bw4CByc2Njc3IQcOAgcnNjY3N/YbDD5dO2U1SxAeAdMbDD5dO2Q0SxAe9qZMingwS0WUVqqmTIp4MEtFlFaqAAIAdwAABFEFsAADAAcAFUAKBgcHAgMCcgIScgArKxE5LzMwMUEDIxMBByE3AwPkteQCAxn8PxgFsPpQBbD+ipmZAAP/9v5gBGAFsAADAAcACwAdQA4LCgYHBwEDChJyAwJyAQAvKysREjkvMxEzMDFBASMBAQchNwEHITcDEf7btQElAgQY/D8YAzAY/D8YBbD4sAdQ/oqZmfxemJgAAQChAhUCLQPMAA0ACLEECwAvzTAxUzc2NjMWFhUHBgYnIiahAgVwW1djAgVyWlRlAtQqWXUBb1QrWHABa///ADj/8gLBANQEJgASBAAABwASAawAAP//ADj/8gRTANQEJgASBAAAJwASAawAAAAHABIDPgAAAAEAUgIAASkC2AALAAixAwkAL80wMVM0Njc2FgcGBgcGJlM7Ly89AQE8Li49AmgvPwEBOy8vPQEBOgAHAJb/6Ab3BcgAEQAjADUARwBZAGsAbwApQBNfVlYyaE1NRCkpOzINFw4OIAUFAD8zMy8zPzMzLzMzLzMRMy8zMDFTNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBgE3PgIXHgIHBw4CJy4CNwcGFhYXFjY2Nzc2JiYnJgYGBTc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYDAScBmwcJVotZVXc7BgYJVotYVHg8lggEFjoyNEwuBwgEFTozNE0tAbcGCVaLWVNuNAUHCU6CVlV4PJcIAxY5MjVMLQcIBBY6MzRMLgE3BwhPg1dVdzsFBwlVi1hTbzWECQMWOjI0TC4HCQMWOjI1TC54/I9jA3EES0xVi1ECAlOIUU1ViVACAlKHnk8rUTUBATJTME4sUjYBATNU/E9NVYtQAgJWiE1OUYtTAgJTh59RK1E1AQIzVDBPLFI1AQEzU35NUopUAgJTh1FOVYpQAgJWiJtQK1I1AQI0UzBPLFI1AQEzUwNF+5dIBGgAAgBdAJkCUwO1AAQACQASQAkBBQMJAggGBgAALy8XOTAxQQEHNQEDEyMDNQJT/r+vAVq1tn7jA7T+cAIQAYP+d/5tAYQQAAIABACZAfsDtQAEAAkADrQCCAgFAAAvLzkvMzAxdwE3FQEDMxMHJwQBQq/+pgF95AGqmgGQAhD+fQMc/nwQAQAB//AAcQPDBSEAAwAOswADAgEAfC8zGC8zMDFBAScBA8P8j2IDcQTZ+5hIBGj//wCPAowC6QW/BgcB4gBzApv//wBkApsC5wWwBgcCOwBzApv//wCKAo4DAwWwBgcCPABzApv//wCQAo4C0wW8BgcCPQBzApv//wCiApsDJwWwBgcCPgBzApv//wB7Ao4C6wW9BgcCPwBzApv//wCqApIC4wW9BgcCQABzApsAAgCIAo8DJQVQAAMABwAVtwYGAgIDBwcDAC8zLxEzETN9LzAxQQchNwEDIxMDJRf9ehcBtnuCewQwgoIBIP0/AsEAAQCJA7IC5wQ0AAMACLEDAgAvMzAxQQchNwLnF/25FwQ0goIAAgBzAzYC+wSlAAMABwAMswIDBwYALzPOMjAxQQchNyUHITcC0hf9uBgCcBf9uBgDuIKC7YKCAAABAI8BkAIwBk8AFQAMsxARBgUALzMvMzAxUzc+AjcXDgIHBwYGFhYXBy4DlwIQWJlwJkllPA4CCAcMKio6QlAmBgPeEXbuxDh2P5mtXxM8goF3MWsvjKOmAAABAD4BjQHgBkwAFQAMsxARBgUALzMvMzAxQQcOAgcnPgI3NzY2JiYnNx4DAdgCEFiYcSdKZD0OAggHDCoqO0FQJgYD/RF27sQ3cUKXrGMTOoGBdy5yMIyjpgACAH4CiwNGBb0ABAAZABO3FgsEBAsCEQIALzM/My8RMzAxQQMjEzMDBz4DFx4CBwMjEzYmJicmBgYBkGunjHswKAkqSG9PWGQkCFKmTQUJMDZFVS4E9P2XAyD+iwFAinZIAgJYi0/+BAHdLFk9AgFMc////9z+gQI2AbQGBwHi/8D+kP//AC3+kQG9AaYGBwHh/8H+kf///6v+kQI0AbQGBwHg/8H+kf///7z+hAI5AbQGBwI6/8H+kf///7L+kQI1AaYGBwI7/8H+kf///9j+hAJRAaYGBwI8/8H+kf///97+hAIhAbIGBwI9/8H+kf////D+kQJ1AaYGBwI+/8H+kf///8n+hAI5AbMGBwI//8H+kf////j+iAIxAbMGBwJA/8H+kf///9z+qQJ5AWoGBwGd/1T8Gv///93/zAI7AE4GBwGe/1T8Gv///8f/UAJPAL8GBwGf/1T8GgAB/+j96AGDAmgAFAAIsQUQAC8vMDFnNz4CNxcOAgcHBgYWFwcuAxACDliYbSZHYzwMAgoCKjg7QVAoCRYScuK4NHY5jqNaE02kmT1sLYOZngAAAf+d/ecBOQJlABQACLEQBQAvLzAxZQcOAgcnPgI3NzY2Jic3HgMBMgIPWJduJ0hjPA0DCAEqODpAUSoJQhJ05bs1cj6PpV8TR6GWN3MrgJacAAT/8wAABIgFxwADAB4AIgAmACJAECIhJSYmARsXEgVyCQICAQwAPzMRMyvMMxI5LzPOMjAxYSE3IQEDBgYHJz4CNxM+AhceAgcnNiYmJyYGBgEHITcBByE3A9/8FBwD7P30UgpBRrEsNhwGVRCF1IR0olEGvAUmV0ZRdkcBMhb9WBcCehf9WRadA3P9hFWjNjgQVGUqAn6ByG8DA2OtcwFCaD4CAlCC/wB9ff76fX0AAwAKAAAGRAWwAAMABwARACJAEAMCBgsOEAcHDREOBHIKDQwAPzMrMhI5LzkSOTPOMjAxQQchNwEHITcBAyMBAyMTMwETBkQb+hUbBbcb+hUbBZ/9tv34xL39tgIKxQOtmJj+1JiYAy/6UARr+5UFsPuSBG4AAAMAOf/tBiUFsAAXABsALQAjQBIiKQ0cGRgGcgIBAQ4MDwRyDgwAPysyEjkvMysyzD8zMDFBJzcXMjY2NzYmJicnAyMTBR4CBw4CAQchNxMzAwYWFjMWNjcHBgYnLgI3AhfwG9lhi1EMCh1hWsXjtf0BY4azUgwOh90Dfxr9yRnttLcECicnFSsVDCBDIVNeIQcCNAGYAUiGXlJ/SwMB+ugFsAEEbMGEkctrAgeOjgEH+8kjOCEBBwSZCQkBAVKCSgD//wA7/+sH5wWwBCYANgAAAAcAVwQ0AAAABgAJAAAGFwWwAAMABwANABIAFwAdACpAFB0VCgoSBgcDAgIREgRyExsbCBEMAD8zMxEzKxI5LzPOMhEzETMzMDFBByE3AQchNwETATMDAQMTAyMDARMBMwEDEwMjExMF4xv6fRsFRxv6fRsBD5UBVISV/qkrCx51LwKliAFXwf3XIgIVfwIUA9SXl/6ml5f9hgHgA9D+H/wxBbD8Iv4uBbD6UAHmA8r6UAWw/CD+MAPSAd4AAgAf//4FyQQ6ABEAIgAgQA8WExMRFAgUCBEKHA8ABnIAKzIyPzk5Ly8RMxEzMDFTBR4DBwMjEzYuAiclAyMhIRMzAwUyNjY3EzMDDgPbAhFZcz8SCDW2NgYFH0I3/sKitgOo/daAtWUBKVJuPwxztXILOGCNBDoCAkJvj1D+twFMMFdFKQIC/F4C3v26Aj1xTgKo/VpZlW07AAMAUf/tBIkFxgAjACcAKwAdQA4qKycmJgcZEgVyAAcNcgArMisyEjkvM84yMDFlFjY3FwYGJy4DNxM+AxcyFhcHJiYnJg4CBwMGHgIBByE3AQchNwK/OG02BTl1On6yaiYONBNfmtKFPHY7ITJoNGCRZz8NNQkLNm0BDBb9IhcCsBb9IheKARIPoQ4OAQJdoM90AU181p9YARIMoxEUAQFDd5tX/rBKk3pMAxN9ff77fHwAAAMAQwAABfsFsAADAAcAHwApQBMGBwMCAhQKFBcJCgoWFwRyFgxyACsrEjl9LzMRMxESORgvM84yMDFBByE3BQchNwElNwUyNjY3NiYmJyUDIxMFHgIHDgIF+xv6jRsFSRv6jRsCkP56HAFvXp1nDAs3dVX+qOG8/AH+gstsDA2d9AS9mJj1mJj+cgGdAUCAY1V7RAMB+u4FsAEDZ8GJmsdhAAMASgAABHMFsAADABwAIAAtQBUfICARAwIFBgYaAhoCGgQQEQRyBAwAPysyEjk5fS8vETMRMxEzETMRMzAxQQchNwEBNxcyNjY3NiYmJyU3Fx4CBw4CBwEHAQchNwQ2Sfx0SQE8/mQU4licagwLNnhX/vFJyovMZg0NluyQAXsBAbRI/SJJBEyenvu0AnNzAT57XVl6QQIBngEDYsKQmr1YA/3IDgWwnp4ABAAL/+cEFQWwAAMAFAAYABwAFUAJBAQDDwELDQMEAD8/MzMSOS8wMUEDIxMBMwcOAycmJic3PgM3AwcBNwUHATcCXPy8/QG6ugsSaKnrlzBfMMRzq3VFDhci/S4hApkh/S0iBbD6UAWw/VNXh/7LdQMBDwaPA1qXwGgCfbz+xrwSu/7GuwAC//IAAASKBDoAGwAfABhACwgVFR4fBnIOAR4KAD8zMysSOS8zMDFhIzc2Ni4CJyYOAgcHIzc+AxceBAcBAyMTBF61HwoBHENzV3GodUcPHrYfFGin6ZZ0qXA8Dg7+wry2vL5Fk4pwRAIEXp7BYby6hP3LdgQCUoyzx2QDgPvGBDoAAv/lAAAFMAWwABcAGwAaQAwZGAMAAA4MDwRyDgwAPysyEjkvM84yMDFBJTcFMjY2NzYmJiclAyMTBR4CBw4CBwchNwL4/SAcAshgnGUMCzh1Uv6m4bz9Af6CymsLDpvzvxz9NxwCOgGdAUGCY1N6RAMB+u4FsAEDZr+JmcliiJ6eAAQAzP/oBTEFyQAhADMARQBJACVAEkInMEdHOTANch8FDklJFg4FcgArMjIvEMwyKzIyLxDMMjAxQTcOAicuAjc3PgIXHgIHIzYmJyYGBgcHBhYWFzI2Ezc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYBAScBAlqEB0x8TlNuNAUHCE+DV0xxPAGIAzY/M0UoBgkDDjEvPU2UBglXi1hVdzsFBwlVi1hVeDuWBwMVOTI1TC0HCAQWOjI1TC4BXPyQYwNxBB0CTXVAAgJWiExNUYxUAgJDdEo6TwEBNlUsTiZSOgFO/TJNVopQAwFTh1FOVYpQAgJTh59RK1I0AgEzVDBPLFI2AQEzVANF+5dIBGgAAQBL/+sDvgYXAC4AFLcZGBgBJAwAAQAvMy8zEjkvMzAxZQcuAzcTPgMXHgMHBw4EBzc+Azc3NjYmJicmDgIHAwYUFhYCZAtghk8aCnoJLk91UEBaNhUEBQ5rqNb0fxR85Ll4DwYBAggbHCcyHQ4DeAccRougBEt9n1kC6UWIcEIDAjdabjkqgunCjlACsAJepdp9KhI1MyMCAi9KTBz9FTVkUjQAAAQANQAAB+sFwwADABUAJwAxACVAESswLioCAxsSJAkJMS4EKi0MAD8zPzMzLzPcMs4yERI5OTAxQQchNxM3PgIXHgIHBw4CJy4CNwcGFhYXFjY2Nzc2JiYnJgYGAQMjAQMjEzMBEwdkGv2qGTMJC2SiaGOGQAgKC2KgaGOIQbMLBBZBOz5VMQgLBRdAOz5WMv76/cH+g8e1/MIBfscCK46OAdpjZJ5ZAgNdml9jZJ5YAgNcmsJlNFs7AQI4XzhkNFw7AQI4XwEQ+lAEdvuKBbD7hwR5AAACAOsDlgStBbAADAAUACRAEQkEAQMGCgcHExQCAAMDBgYRAC8zETMRMz8zMxEzEhc5MDFBEwMHAwMjEzMTEzMDAQcjAyMTIzcD90PCNEZHWV5qRtBxXv4iD49QWU+ODgOXAXz+hQIBkv5vAhn+dAGM/ecCGVH+OAHIUQAAAgB//+sEcQRRAB0AJgAXQAoiFxcEHg4HGwQLAD8zPzMSOS8zMDFlBwYGJy4DNz4DFx4DBwYGByEDFhYXFjYDJgYHAyETJiYDrANTv2RtqG8wCgtlostxb59iKgYBAgH9EjsveUZov3VTkT4zAgszLHjFaDU9AgJgnsJla82mXwMDXpu/YgwXDP62MjcCA0gDXgJJMv7qAR80OwD//wC2//MFdAWbBCcB4QBKAoYAJwGVAN8AAAEHAj8C/AAAAAexBgQAPzAxAP//AJL/8wYQBbcEJwI6AJcClAAnAZUBmAAAAAcCPwOYAAD//wCQ//MGBgWkBCcCPAB5Ao8AJwGVAXcAAAEHAj8DjgAAAAexAgQAPzAxAP//AL7/8wW8BaQEJwI+AI8CjwAnAZUBFwAAAQcCPwNEAAAAB7EGBAA/MDEAAAIATf/oBDQF7AApAD8AGUAMKgAAEjUfC3IJEgByACsyKzIROS8zMDFBFhYXNi4DJyYGBgcnPgIXHgMGBwcOBCcuAzc3PgMXJg4CBwcGHgIXFj4CNzc2LgICZlWYMwUIIj9jRjJhXy8BMWZqN4GmWyMFDQgNO12CqWpun2AmCgMMVYi2dUt5WTgJAwcLL11MXIRXMwwKAS1LWQP+AkpFOH98Zz8DAQ8aEJcXHw4BAm6z2d5gO1m6qoVMAwJZlLtkF2i1iUuaAjZhfUUWPoJvRgMDVo6kSkQyTDYcAAABACT/KwVHBbAABwAOtQQHAnICBgAvMysyMDFBASMTIQMjAQVH/vu27v1N7bYBBQWw+XsF7foTBoUAA/+t/vME0wWwAAMABwAQAB9ADg4GBgcHDwJyDAMDCgILAC8zMzMRMysyETMRMzAxRQchNwEHITcBBwEjNwEBNzMEDRv8ARsExRv8KxsCUwP8xmcaAsr+LxhZdpeXBiaXl/yrGvyylgLOAtOGAAABAKsCiwPxAyMAAwAIsQMCAC8zMDFBByE3A/Eb/NUbAyOYmAADAEH//wUPBbAABAAJAA0AFkAKCQsLCgQICAECcgArPzMvMxEzMDFBATMBIxMTByMDBzchBwHWAnjB/PV+BWQDcaCaHAErGwEABLD6TwMP/d7tAw+ZmZkABABL/+gHkQRRABcALwBHAF8AHUAOWzY2HhMLck5DQysGB3IAKzIyETMrMjIRMzAxUzc+AxceBBcHDgQnLgM3BwYeAhcWPgM3NzYuAycmDgIFBw4DJy4EJzc+BBceAwc3Ni4CJyYOAwcHBh4DFxY+AlUDDViOvnNYhF5AKxAGFFBxipxSbZ1iJ8IEBgovXkw7bmFQOxAHAxkySFs0Un1ZNQZxAw1Yj79zWINeQCsPBhRQcoqcU22cYibCBAYKL1xMO25iUTsRBwMZMkhaNFJ+WTYCCBtoyaBdAwNCbYiVSStMnI1vPwICYJ2+exs8hnZMAgEvU2dvMyowaWRQMgIDR3mRNxtpyKFcAwNCbYmVSStMnI1uPwICYZ2+ehs7hnZNAgEvUmdvNCkwaWRRMgIDR3mQAAAB/xX+RgMHBhkAHwAQtxsUAXILBA9yACsyKzIwMVcOAicmJic3FhYzFjY2NxM+AhcyFhcHJiYjIgYGB/IMV5ZqIDweIRMnFDdNKwjFDVuecCVIJCEWKxdAWTUJa2aXUgIBDAmRBgkCMVMzBRlppF4BDgiPBgc3YDsAAAIAMwEWBC0D9QAZADMAG0ALFwSAChFAMR6AJCsALzMa3TIa3jIazTIwMVM3NjYzNhYXFhYzMjY3BwYGJyImJyYmIyIGAzc2NjM2FhcWFjMyNjcHBgYnIiYnJiYjBgZ8EDOBSUBmNTFeOkx/NRQxekY7YDE1ZEBNhH8QM4FIQGY2MV46TH80FDB7RjtfMjVkP02EAsq8MjwBLB8cK00yvDE9ASkdHytM/iy8MjsBLB8cKk0yvTE9ASkdHywBSwADAHAAngP/BNMAAwAHAAsAH0ANAgEBCgoLAAMDBwcGCwAvzjIRMxEzETMRMxEzMDFBAScBEwchNwEHITcD2v0RWgLugB381hwC4x381hwEkvwMQQP0/vyhof5hoaEAA//TAAEDyQRLAAQACQANACJAEAMHBgAECAYFCQkBAgINDQwALzN8EM4vMjIYLzMXOTAxUwEHATclBQc3AQMHITfVAngh/SYUAz79PYsWA12wG/zVGwLD/v6qAVlivv4NbgFY/E6YmAADABgAAAPpBFYABAAJAA0AIkAQAwcGAAQIBgECAgUJCQ0NDAAvM3wQzi8yMhgvMxc5MDFBATcBBwUlNwcBBQchNwNY/XQhAvwU/J4C2ZkW/IADDxv81RsCsQEApf6oY8T9FW/+qIqYmAAAAgBCAAAD1QWwAAcADwAdQA4FCAgOBxJyAwoKCwECcgArMjIRMysyMhEzMDFTATMHARMHIzcBAzczAQEjQgH7gCv+ZtIJcTMBm9IKcQEO/gR/AuECz479q/2teo0CVAJVev0d/TP//wB3AKQB8AT4BCcAEgBDALIABwASANsEJAACAHECeQJ3BDoAAwAHABC2BgICBwMGcgArMjIRMzAxQQMjEyEDIxMBSE6JTgG4T4lPBDr+PwHB/j8BwQAB/+T/XgEPAO8ACQAKsgSACQAvGs0wMWUHBgYHJzY2NzcBDwwPYUxjKTsNDu9OYKc8Szh4RVEA//8AdQAABWwGGQQmAEoAAAAHAEoCGwAAAAMAWQAABAUGGQAQABQAGAAbQA8YBhcKchMUBnINBgFyAQoAPysyKzIrPzAxYSMTPgIXFhYXByYmIyYGBxcHITchAyMTARG1yRByuXpHiUMsNXE6b4cRyhr9zxoDkry1vASXd65dAgIlFp4YHgJvbV6OjvvGBDoAAAMAdQAABGgGGgASABYAGgAbQA8ZGgZyFAByDgYBchMBCnIAKzIrMisrMjAxYSMTPgIXHgIXByYmIyIGBgcTATMBAwchNwEttcwPaa11QYWDP2BHkkhCYj0KtgEEtP79nRn9xhoEqnGmWQMBFR0Ogw4aMl0/+1MF2PooBDqOjgAABQB1AAAGWAYaABEAFQAmACoALgAlQBQjHAFyLioUFQZyDQYBci0XFwEKcgArMhEzKzIrMjIyKzIwMWEjEz4CFxYWFwcmJiMiBgYHFwchNwEjEz4CFxYWFwcmJiMmBgcXByE3IQMjEwEttcwOZKdyIUEgFhgwGUBdOQrYGf28GgLWtcgQcrl6SIhELTVxO26GEckZ/c8ZA5K8tbwEq22mXAEBCgaZBQc1XT1yjo77xgSWeK1eAgEmF50YHQJubV6OjvvGBDoABQB1AAAGoAYaABEAFQAoACwAMAApQBcrAHIkHAFyLhQULRUGcg0GAXIpFwEKcgArMjIrMisyMhEzKzIrMDFhIxM+AhcWFhcHJiYjIgYGBxcHITcBIxM+AhceAhcHJiYjJgYGBxMBMwEDByE3AS20yw5kp3IhQSAWGDEZQF05CdkZ/bsaAta1zBBorHRChYNAYEeSSEJiPgq2AQS1/vycGf3GGQSrbaZcAQEKB5gFBjRdPXKOjvvGBKxxo1gBARUdDoMNGgEyXT/7UwXY+igEOo6OAAAEAHX/7QTIBhoAAwAXABsALQAlQBQiKQtyEwpyCRwcDQ0EAXIYAgMGcgArMjIrMhEzETMrKzIwMUEHITcBFhYXByc3JiYjIgYGBwMjEz4CAQchNxMzAwYWFhcyNjcHBgYnLgI3AcsZ/sMaAi9kxFogtBYnXSxAWjUKzLXMDl2fAnoa/cca7bW3BAsmJxUrFAsgQSFTXiMHBDqOjgHeAjsr0AF6FBI5YDv7UwSsaaZf/iCOjgEH+8kiOCEBBgSZCQkBAVKCSgAEACj/6gZzBhMAGwAfADEAZwAxQBs7MkBkYFsLcgFFSUAHciYtC3IeEB8GchQKAXIAKzIrMjIrMisyzDIrzDMSOTkwMUEHLgI3PgMXHgMHIzYmJicmBgcGHgIBByE3NzMDBhYWFxY2NwcGBicuAjcFNiYmJy4DNz4DFx4CByc2JiYnJgYGBwYeAhceAgcOAycuAjcXFBYWFxY2NgO2YQ4zIwgIRWuCRFmBUiMFtgQWR0VNdgwJCBIMArgZ/dEZxrSSBAYkKRUrFAwgQyJXWhwH/j8KPWQwO3pkOgQFTnuTSWWnYAO0AjBXNzZmSggHJUFKIFKdYgYFUYCZTWmzagS1NWFANW9TAvwBUaWmU0lvTCUBAjpnjFM6aUMBAVZOO3V2dwEDjo5Y/JQhRTEBAQcEmQkJAQJhkEkEPUYlDA8sRWZKUHtSKAECUJZrAThTLQEBI0o5KzchFQgXRntjVn1RJwICU51xAUFZLgEBHkcAABX/q/5yCEYFrgAFAAsAEQAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAFcAcwCMAJoAqAAAQSMTIQcjISM3IQMjASETMwczBSE3MzczASE3IQUhNyEBITchAQcjNxMHIzcBITchAQcjNwEhNyEFITchAQcjNxMHIzcBByM3BRMzAwYGIyImJxcGFjcyNiUjNxc2Njc2JicnAyMTFx4CBw4CBwYGBwYiByc3MzY2NzYmJyc3NzIWFxYGFx4CBwYGAQcGBicmJjc3NjYXFhYHNzYmJyYGBwcGFhcWNgEpbzIBLRS+Bn7BFAEuMm35Mf7TN28kvwYZ/tIUwCRt/if+8RQBD/zk/vMUAQ0BGP7zFQENA+EsbSzwLW0t/Ez+8hQBDvyfLW8tBOj+8hUBDgFv/vEVAQ/6Ly1vLbAsbywHGSxtLP73OmE7CWlQUWcBWQImMCw5/fCZBm0sVQgIQSJkUV5gqy1ZOQIDMkYgBAIDBBAuvDWAK0kIBi4kegeMBRMEAgIEGDQjAQKB/sYJCYdkYHIECQqGY19zag0FMkBDUAoOBTJBRE8EkQEddHT+4/nhATvKcXHK/sVxcXEGV3T7dPn5AvL6+vpecQI/+fkEGHR0dPzu/PwBePr6/oj8/PQBe/6FTlxSVQIrMwE6cEYBAiIyLBQBAf4vAiUBARk+NzgnERgDDwME9QNIAygvKSMDAUYBAgUDDwMYEiIyV0kBR3BhfgICfF9wYnwCAnzOcjpXAgFYPXI7VwIBWAAABQBc/dUH1whzAAMAHgAiACYAKgAAUwkCAzM0Njc2NjU0JiMiBgczNjYzMhYVFAYHDgITNSMVEzUzFQM1MxVcA7wDv/xBd8oZKURip5V/sQLLAj4nODk1KC89HcnKfwQGBAKDA8/8MfwxAt4zPhslgVKAl32NNzBANDRNGiE6Tv67qqr9SAQECpoEBAAB/+oAAAJzAyMAHAAQtQMcHAsTAgAvzDIzETMwMWUHITcBPgI3NiYnIgYHBz4CFx4CBw4CBwcCRhf9uxQBPBxBMgYGNC9CUA6bCVeIUkV3RgQESGUvw4CAdAEJGDtFKC83AUs9AVN2PwEBM2VMQWxZJZIAAAEAbAAAAfwDFQAGACNAFQQFBQMDLwB/AAIPAF8ArwD/AAQAAQAvzV1xMhEzETMwMUEDIxMHNyUB/IOZaNwYAWMDFfzrAlU4iHAAAgAc//ECdgMkABEAIwAMsxcOIAUALzPEMjAxQQcOAicuAjc3PgIXHgIHNzYmJicmBgYHBwYWFhcWNjYCbw8KTYlmYXEsBw8LTIpmYHEstBIEBy00N0MiBhMECC41OEIhAdCLXJxcAwNfl1iLXZtcAwNfmPCqKFg/AQI7Wy6oKVo/AgI8XQABAGn/+AOYBKAAMgAXQAoUHh4mATEKDCZ+AD8zPzMSOS8zMDF3MxY+Ajc3Ni4CJyYGBgcGFhYXFj4CNxcOAicuAjc+AhceAwcHDgMjI7YPYqyGWRAeBQsnSzlKckYIBiFTQzJbTDcNJxNul1Jvk0UJCnzGe2WMUhwKCBNwtfebGJIBLmGUZcswZFU2AQJIeEY8bUYBAh87Ty9kU3Y9AQJprmh5vmsDAk+Ep1tGlvCpWQAABAAn/+4DqASgABIAIgA0AEQAHUANKBcXQQ4OBTkxfh8FCwA/Mz8zEjkvMzMRMzAxQQ4DJy4CNz4DFx4DBzYmJicmBgYHBhYWFxY2NhMOAycuAzc+AhceAgc2JiYnJgYGBwYWFhcyNjYDYAVQgZxPYq5oBgVTgppMRYdtPrcHNF43P3NOBwczXjk+c079BU14j0dAfmU5AwV6u2ZeoV+8Bi5SMTljQgYGK1EzOGVDAUVYglUoAgFIj21VfVInAgEnTXVFPFQrAQEvW0M+USkBAS1aAldPdU4lAQIlSW1Jb5RKAgJIim41TCgBAS1TOzZMKAEsVQAAAQBwAAAEBgSNAAYADrUFAQZ9AwoAPz8zMzAxQQcBIwEhNwQGFP1IygK3/WAbBI1z++YD9JkAAQBL/+wDgQSVADEAFUAJFh8fDicLAwB+AD8yPzM5LzMwMUEzByMmDgIHBwYeAhcWNjY3NiYmJyYGBgcnPgIXHgIHDgInLgM3Nz4DAzAZEQ1lr4lbEBgGCydLPElyRggGI1REQXZVEicVc5pQbZJDCAp6xXpfjlokCgsVcrb4BJWdATNommapMGhaOQICQ3NFP2pCAgE1Xz9mT3U/AQJprGd5umcDA0p/oVpUlvCqWwABAEr/6wPZBI0AIwAXQAohCQkCGRELBQJ9AD8zPzMSOS8zMDFBJxMhByEDNjYXMhYWBw4CJy4CJzMWFhcWNjY3NiYmJyYGATGWpwKXHf4HXzBpN2+bSwgJfMh7ZKNjBawHbldLc0YHBy5fQz1kAh8nAkei/t4YGQFkrGx8tWEDAk+TZ1lXAQFBcklCZDkBASQAAAL/9wAAA6gEjQAHAAsAFUAJAAEBCgQLfQoSAD8/MxI5LzMwMUEHITcBMwMBAQMjEwOoG/xqEwKxmtT+VgKoyrXLAZ6YfAML/tf+OgLv+3MEjQACABf/7gOiBKAAHQA9AB1ADR8AAB0eHhI0KgsJEn4APzM/MxI5LzMzETMwMUEXMjY2NzYmJicmBgYHBz4CFx4DBw4DIycHNxceAwcOAycuAzcXBhYWFxY2Njc2LgInAWFuPnpVCQctVTc4Z0kMtguCv2VKhGQ2BQVRfpFFpQcTi0eHazsGBVGBnVJMiGg6A7MDNlw5P3RPCAcfPlItApwBJVRGO0wlAQEkSzoBbY9GAgIoUHhRUXFGIQEsaQECHUJvUlmFVyoCASpTe1IBPE8mAQIqWEQ0RyoUAQAAAf/9AAADqASgAB4AErcLFH4DHh4CEgA/MxEzPzMwMWUHITcBPgI3NiYnJgYGBwc+AhceAgcOAwcBA2Ib/LYZAdwubFMJC2JQSnVMDLUMiM10YKJcCAU9WmYu/o2YmIsBlidcb0BTXwICMWRJAXmoVQICTJBoQXhsXSf+6QAAAQC9AAAC6ASQAAYACrMGfQIKAD8/MDFBAyMTBTclAujFtqP+rR4B7wSQ+3ADq2GloQACAEb/7QOjBKAAFQArAA61HBF+JwYLAD8zPzMwMUEHDgMnLgM3Nz4DFx4DAzc2LgInJg4CBwcGHgIXFj4CA5gXDkV0qXJsjEwVCxgORXSpcW2MTBTcIAcCH0tCR2VCJgkgBgEgSkJIZUImAp+tZbuTUgMCWpO0Xq5luZFSAwJZkbT+2uYzcWNAAgM5Ync85TNzZUMCAztkeQAAA//dAAAEDgSNAAMACQANABxADAQMDA0NCH0HAwMGAgAvMzMRMz8zLzMRMzAxZQchNwEBIzcBMyMHITcDdxv8vhsDwvxjfRgDn3pHG/zpG5iYmAN0+/SFBAiYmAADAHUAAARlBI4ABAAJAA0AG0AQCAcDBAYACg0IAQwKcgUBfQA/MysRFzkwMUEBMwEjAxMHIwEBAyMTAbwB09b91XGZ+Slq/t8B3l+0XwHwAp39AAMB/VNUAwD9kv3hAh8AAAH/twAABG4EjQALABVACgcKBAEECQUDAH0APzIvMxc5MDFBEwEzAQEjAwEjAQEBX8kBYeX+FAEiytT+lOMB+P7oBI3+TgGy/bT9vwG6/kYCVQI4AAQAlAAABikEjQAFAAoADwAVACBADhIEEAEOBAwBCAQGAX0EAC8/MxEzETMRMxEzETMwMUEBMwMBIxMTAyMDAQEzASMDExMjAycBhQGGg1v+YYEvKwp4VwOLAVG5/hWBEVMMdl4CASADbf8A/HMEjfyP/uQEjfymA1r7cwSN/H7+9QOg7QAAAgB5AAAEmgSNAAQACQAPtQcDBQF9AwAvPzMRMzAxQQEzASMDExMjAwIIAcnJ/XqSTp8bg/IBLANh+3MEjfyN/uYEjQABAEL/6wRPBI0AFQAPtQwRBgB9BgAvPxEzMjAxQTMDDgInLgI3EzMDBhYWFxY2NjcDmbaDEo/Yf3i5YQ6Ds4QJL2hNUoRVDQSN/PSBtl8DAmGzfQMM/PNNbjwCAjhxUgACAG4AAARCBI0AAwAHABG2BgcHAQB9AQAvPxE5LzMwMUEDIxMhByE3Ar7KtMsCNxz8SBwEjftzBI2ZmQABABL/7gPrBJ4AOQAYQAoKJg82MSsYFA9+AD/MMy/MMxI5OTAxQTYuAicuAzc+AxceAgcnNiYmJyIGBgcGHgIXHgMHDgMnLgM3FwYeAhcyNjYC1wglRFImQYNrPQUFVoaeTGu0agS1BTdlQjp2VgkHL05XIkJ9YzcFBliJoE1TmXhDA7UEJEVcNDp6WgExMkIsHAsTN1FzT1d+UCQBAlOdcgFFWiwBIU1BMEAqGwsTOlN1Tll9TSMCAS9biFsBOVEzGQEeSwACAB0AAAP9BI0AGQAeABhAChsNDQwMGhgXAH0APzIvMzkvMxI5MDFTBR4DBw4CBwchNwUyNjY3NiYmJycDIyEDNxMV6AGRUY9sOAYHW45VOf51GQEXQ35YCggyYj/zsLYCxMiz1wSNAQIqU4FZZIFUHxqYASxdSkRYKgIB/AwCBwH+BAwAAAMARv82BEIEoAADABkALwAcQAwAAwMrKwoKAiAVfgIALz8zEjkvMxI5ETMwMWUFByUBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgKmARmD/u8CCwcPW5TIfXemZSQLCA5blMl8eKhjJMgIBwsyZ1RZh2A6CgkICzJnVVqJXziU+Gb4AjlBdM+eWAMCX57Ha0Rz0J9ZAwJgn8mnREaMdUkDA0R2lU5FRY55TAMDRXmYAAABAB4AAAQmBI0AGAATtwIBAQ0MD30NAC8/MxI5LzMwMUElNwUyNjY3NiYmJyUDIxMFHgIHDgMCPP6xGwE4RoFZCggzYj7+5LC1ywG5bLJmCAdVh6YBtQGZASteTUNbLwIB/AwEjQEDUZ11YoxZKgAAAgBM/+0ERgSgABUAKwAQticGHBF+BgsAPz8zETMwMUEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CBDoHD1mTyX13p2QkCwgOW5TIfHenZCTGCAcLMmdUWYdgOgoJCAszZ1RbiF84Am5DdNGgWQMCX57Ha0Rzz6BZAwJencetREaMdUkDA0R2lU5FRY55TAMDRXmYAAEAHgAABJsEjQAJABG2AwgFAQcAfQA/Mi8zOTkwMUEDIwEDIxMzARMEm8uu/kuatcutAbaaBI37cwN0/IwEjfyMA3QAAwAeAAAFsQSNAAYACwAQABZACQIOCgUMBwQAfQA/MjIyLzMzOTAxQTMTATMBIwEzAwMjATMDIxMBLKHdAhiz/VOD/qSZbES0BPibyrVHBI38cwON+3MEjfz7/ngEjftzAZgAAAIAHgAAAyMEjQADAAcAD7UGAwIEfQIALz8RMzMwMWUHITcTAyMTAyMb/Z4b3Mq1y5iYmAP1+3MEjQADAB4AAASABI0AAwAJAA0AF0AMBgcLBQwIBgoBBAB9AD8yLzMXOTAxQQMjEyEBASc3AQMBNwEBncq1ywOX/aj+tQLzAcSX/qyHAZkEjftzBI39z/7oy+YBmPtzAjV8/U8AAAH/9v/tA5cEjQATAA20EAwHAX0APy/MMzAxQRMzAw4CJy4CNxcGFhYXFjY2AlWMtowPdbZva6daBbUEKVdAP2I+AVIDO/zGb6FWAgNQmXEBQFctAQI1XQABACsAAAGqBI0AAwAJsgB9AQAvPzAxQQMjEwGqyrXKBI37cwSNAAMAHgAABJsEjQADAAcACwAYQAoCAwMECQUIBH0FAC8/MxEzEjkvMzAxQQchNxMDIxMhAyMTA60b/XIbfsq1ywOyy7TKAouZmQIC+3MEjftzBI0AAAEATP/vBDwEoAAqABZACSkqKgUZEH4kBQAvMz8zEjkvMzAxQQMOAicuAzc3PgMXHgIXJy4CJyYOAgcHBh4CFxY2NzchNwQVRTWbrFB3rGsqDQoQWZHIfnWxaQqwBztmR1qHXjkLDAgOOWxUSYo7Lf7vGQJQ/kZDSBwCAVubx25UdcyZVQMDVaN3AUZgMQMCQHKTUFdHjnVIAgEfLO6QAAADAB4AAAPiBI0AAwAHAAsAGkALBwYGAQoLCwEAfQEALz8ROS8zETkvMzAxQQMjEwEHITcBByE3AZ3KtcsCVBv93BsCyRv9jxsEjftzBI39/5iYAgGZmQAAAwAS/xMD6wVzAAMABwBBAClAEwc+PiQIFzMGBjMLAiAgFwAAF34APzMvETMRMz8zLxESOTkzETMwMUEDIxMDAyMTJTYuAicuAzc+AxceAgcnNiYmJyYGBgcGHgIXHgMHDgMnLgM3FwYeAhcyNjYC6TWSNlU1kjYBZQglRFImQYNrPQUFVoadTWu0agS1BTdlQjp2VQoHL05XIkJ9YzcFBliJoE1TmXhDA7UEJEVcNTl6WwVz/s8BMfrR/s8BMe0yQiwcCxM3UHRPV35PJQECU51yAUVaLAEBIk1BL0EqGwsTOlN1Tll9TSMBAi9biFsBOVEzGQEeSwADAAYAAAPVBKAAAwAHACYAHUANBAUFASIZfg4CAg0BCgA/MzMRMz8zEjkvMzAxYSE3IQMHITclAw4CByc+AzcTPgMXHgIHJzYmJicmDgIDafydGwNjehX9KRUBXSQJHj02pigzHhAFIgo+a5ZidJZEBrYFGEdEO1Q3H5gB1nl5e/7qRI2AMEcPSV5fJAEWWaB6RQMCZq1vATpqRAICMlRmAAAFABkAAAPfBI4AAwAHAAwAEQAVABtACwYHAwICERQKCRF9AD8zPxI5fC8zGM4yMDFBByE3BQchNyUBMwEjAxMHIwMBAyMTAxkW/TgVAqcW/TgVAVcBksj+F3JctSFq3gGcX7RfAhp6esR4eJoCnf0AAwH9VFUDAP2S/eECHwACAB4AAAPNBI0AAwAHAA61BwYDfQIKAD8/MzMwMUEDIxMhByE3AZ3KtcsC5Bv9pBsEjftzBI2ZmQAAA/+wAAADzwSNAAMACAANABtADAgMfQAFBQkCAwMJCgA/MxEzETMRMz8zMDFhNyEHARMzAyMBARMjAQM3G/0HGwItncfyj/4bAdF9gf16mJgDX/yhBI37cwN0ARn7cwAAAwBM/+0ERgSgAAMAGQAvABdACgMCAgogFX4rCgsAPzM/MxI5LzMwMUEHITcFBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgNHG/4tGwLGBw9Zk8l9d6dkJAsIDluUyHx3p2QkxggHCzJnVFmHYDoKCQgLM2dUW4lfOAKSmJglQnTRoFkDAl+ex2tEc9CfWQIDXp3HrUVFjHVJAwNEdpVORUWOeUwDA0V5mAAC/7AAAAPPBI0ABAAJAA61AQkKBAh9AD8zPzMwMUETMwMjAQETIwECa53H8o/+GwHRfYH9egNf/KEEjftzA3QBGftzAAP/0wAAA5UEjQADAAcACwAXQAoHBgYCCgt9AwIKAD8zPzMSOS8zMDFlByE3AQchNwEHITcC5Rv9CRsDExz9ihsDCxv9CRuYmJgCFJmZAeGYmAADAB4AAASGBI0AAwAHAAsAE7cKBQsHAgADfQA/MzMzMy8zMDFBByE3MwMjEyEDIxMD9Rv9gRsnyrXLA53KtssEjZiY+3MEjftzBI0AA//WAAED3wSNAAMABwAQACVAEg0ICQMKBhAQDgd9CgIMAwMCCgA/MxEzETM/MzMRMxIXOTAxZQchNwEHITcBBwEjNwEDNzMDYBv82BsDpxv85xsBlwL97HEaAZP7GGKZmJgD9JiY/cka/cWXAbkBtoYAAwBSAAAE5QSNABUAJwArABVACRYAACt9HgwqCgA/zTI/My8zMDFBFx4DBw4DIycuAzc+AxcmBgYHBhYWFxcWNjY3NiYmJxMDIxMCtVZmsYJBCQprqNBvVmexgEAJCmqoz2tstHUOCz+JYllttHUNDECKYlTLtssEGAECPnSobne0eT0CAj52qW13tHg8mwFCj3NmhkQDAQFEkHNnhEIDARD7cwSNAAIAfQAABPUEjQAZAB0AH0AOFRQUBgcHDRwOAB0dDX0APzMRMz8SOREzMxEzMDFBMwMGAgQnIy4DNxMzAwYeAhcXFjY2NwMDIxMEQLU1GZ/++7IVfLFrJw80tDMKDDdvWBSCtmwT18u0ygSN/smq/v+QAgRamst1ATj+x02RdUgEAQNtvnkBOPtzBI0AAwAOAAAEagSgACwAMAA0ACdAEy00Ci4zCigSEikRETIyMQoGHX4APzM/MxEzETMzETM/Mz8zMDFBNzYuAicmDgIHBwYGFhYXBy4DNzc+AxceAwcHDgMHNz4CATchByE3IQcDpQUHEDhoUFWGYjwKBQcBIFFKDGyQTxkLBA1fl8Z2cahrLAoEDlGFuHYNcYlG/qcbAbYb/BobAbUbAm8mR4FmPgICOWiKTiZBjIJiF3oTbqC+YiVyw5FQAwJUkb1qJXLHnGQQeh2MwP38mJiYmAAAAwBt/+sE5gSNAAMABwAjABxADRcWCyANDQMECgUCA30APzMzPxI5LzM/MzAxQQchNxMTMwMTNz4CFx4CBw4DBzc+Azc2JiYnJgYGA/cb/JEbjsq2yyIKO3t9QHusVQoIVYmuYRA8aVAzCAgjW0xBfnwEjZiY+3MEjftzAhyaFyAQAgJesHxrlFspAZgBGjhaQEprPAECEyEAAAIASP/tBDMEoAADACsAF0AKAAEBCR0UfigJCwA/Mz8zEjkvMzAxQQchNwE3DgInLgM3Nz4DFx4CFyMuAicmDgIHBwYeAhcWNjYCzxv+BBsCXrQZkdeAdKJiJAwOD1uSxXl7s2MGtAMyZVBXhl45Cw4JCS9iU1aBVgKUmZn+5AGAsloDAlybwmhmccmYVQMDYbJ5TW07AwI/cJFOaEOJdEkDAzZuAAAD/8P//walBI0AEQApAC0AIEAPKCkpHCwdAS19HxwKCwgKAD8zPzM/MzMzEjkvMzAxQTMDDgQnIzczPgQ3JR4CBw4DJyETMwMFNjY3NiYmJyU3AwchNwGAuHIPJjxgkGg6FiZCWjkiFQgEG2qsYQgHUoKjWP4zyrawAQFqpg4IL1w8/rYbIBv90xsEjf3nUbCkg00BpAFBaHt5MWQDUJtyX41eLgEEjfwLAQFzb0BVLQIBmQG1mJgAAwAe//8GswSNABcAGwAfACFADxcWFhsaGh4LH30NCgoeCgA/MxEzPzMSOS8zMy8zMDFBHgIHDgMnIRMzAwU2Njc2JiYnJTcHByE3EwMjEwU7aq1hCAZSg6NY/jLLtbABAmqlDgguXDz+thtvG/2FG37KtcsC1wNQm3Jejl4uAQSN/AsBAXNvQFUtAgGZTZmZAgL7cwSNAAADAG4AAATmBI0AAwAHABsAGUALGA0NAxMECgUCA30APzMzPzMSOS8zMDFBByE3ExMzAxM3PgIXHgIHAyMTNiYmJyYGBgP4G/yRHI7KtcsjCjt7fUB8rVENOrU7CR9ZUEB+fASNmZn7cwSN+3MCHJoXIA8BAmK0fv6bAWZLcD8CAhMhAAAEAB7+mgSFBI0AAwAHAAsADwAbQAwPC30DBwcOCgICCgoAPzMvETMzETM/MzAxZQMjEyUHITcTAyMTIQMjEwJgVrVVAZsb/YIb1sq1ywOcyrXLhP4WAeoUmJgD9ftzBI37cwSNAAACACD//APbBI0AFwAbABtADAIBAQ0LDgobGhoNfQA/MxEzPzMSOS8zMDFBJQcFHgIHBgYHJRMjAwUWPgI3NiYmEzchBwJp/rgbATE8YzkCBJxo/uewssoBtFmmiFkMDlWm7hr9mBsC1wGZAQIrVkJucwEBA/X7cwICMGCPXHGbUQEjlpYAAAP/if6sBJsEjQAQABYAHgAjQBAaHR0JFwoKHBQJChYREQB9AD8yETM/MzMzETMRMy8zMDFBMwMOBAcjNxc+AzcTIQMjEyEBIQMjEyEDIwGptV0RLUJcflRmHCZAX0QuEIQCx8u0sP3t/icElla2PPzVO7cEjf5LV6yikHgrlwE+go6cWQG0+3MD9fyj/hQBVP6tAAAF/68AAAYFBI0AAwAJAA0AEwAXADVAGRQXFxEMCwsHBxERBg4ODwoCAhUKCQMDD30APzMRMz8zETMSOS8zMxEzETMRMxEzETMwMUEDIxMhASEnMwEDAzcJAjMTMwcnASMBA6vKtcoDD/32/uYBwwF7pO2TATH8df7jz8rTNqf+afICGwSN+3MEjf1qmQH9+3MCHH79ZgH3Apb+A5kT/fYCmAACABL/7gPYBJ8AHgA+AB1ADR8CAgE+PhU0KgsLFX4APzM/MxI5LzMzETMwMUEnNxcyNjY3NiYmJyYGBgcHPgMXHgMHDgMnFx4DBw4DJy4DNzMeAhcWNjY3Ni4CJycCBJoVgD98WAkIQ2s2PGxPDbUJU3+YTkmQdUMFBFqKntaCRY94RgUFXZCqVE6ObDwDsgE5YT1AiGMKBx8/VS6WAisBdAEgUElBSx8BASFLPgFVe1AlAQEiSHZWVnlKI0YBAR5DcFRghVIlAgEqUn5WQk8kAQIiVEo2SSsUAQEAAwAgAAAEogSNAAMABwALABtADAADCgcLCgECBQUIfQA/MxEzMz8zMzMzMDF3ARcBATMDIwEzAyNiA5Rn/G4DJLPKs/3FssqyVAQ5VPvHBI37cwSN+3MAAAMAHwAABFgEjQADAAkADQAfQA4MCwsHBwYGAgkDfQoCCgA/Mz8zEjkvMxEzETMwMUEDIxMhASMnMwEDATcBAZ7KtcsDbv2H7wGwAdCs/r56AaMEjftzBI39apkB/ftzAhx9/WcAAAP/xP//BHoEjQADAAcAGQAYQAsTEAoHAgMDCH0GCgA/PzMRMzM/MzAxQQchNyEDIxMhMwMOBCcjNzc+BDcD2xv90xsCzMu1yv28tnIPJz1fjmc5FiZBWTkiFAkEjZiY+3MEjf3mUK6lhE0BpAIEQWV4eDIAAgBa/+kEVASNABIAFwAXQAoBF30VFhYODgcLAD8zETMRMz8zMDFBATMBDgIjIiYnNxYWNzI2NjcDExMHAwH2AYbY/dsrYIJfGzQaERYtFjFINhc7jzib8wHBAsz8ZE14QwMElgMEASxGJgN1/Zv+3y0DswAEAB7+rASGBI0ABQAJAA0AEQAdQA0RDX0FCQkQCwgCAggKAD8zLxEzMzMRMz8zMDFlAyMTIzczByE3EwMjEyEDIxMEgGejO4wbBRv9ghvWyrXLA53KtsuY/hQBVJiYmAP1+3MEjftzBI0AAgBWAAAEJQSNAAMAFwATtxQJCQIDDn0CAC8/MxI5LzMwMUEDIxMDBw4CJy4CNxMzAwYWFhcWNjYEJcq2yyIKPHt9QH2sUQ06tjsIHlpQQH57BI37cwSN/eaaFyAQAgJitH4BY/6cS28/AwESIQAEAB4AAAX+BI0AAwAHAAsADwAZQAsLBwcPEAoGBgMOfQA/MzMRMz8zETMwMWUHITcBAyMTIQMjEyEDIxMEvRv75RsDK8q1ygLmy7XK/FXKtcuYmJgD9ftzBI37cwSN+3MEjQAABQAe/qwF/wSNAAUACQANABEAFQAnQBIRDQ0VfQQQAgIQEAwMExMJCAoAPzMzETMRMxEzLxEzPzMRMzAxZQMjEyM3MwchNwEDIxMhAyMTIQMjEwX3Z6I8jBsEG/vlGwMryrXKAufLtsr8Vcq1y5j+FAFUmJiYA/X7cwSN+3MEjftzBI0AAgBR//wElgSNAAMAGgAXQAoGBQUPEgoRAQB9AD8yMj8zOS8zMDFTByE3ASUHBR4CBwYGByUTIwMFFjY2NzYmJmwbAaYbAR/+uBsBMD1jOgIEnmf+57CyywG1dtWREA5VpgSNmJj+SgGZAQIrVkJvcgEBA/X7cwICVqp7cZtRAP//ACD//AWhBI0EJgIjAAAABwH+A/cAAAABACD//APPBI0AFgAVQAkVFhYKDAkKCn0APz8zEjkvMzAxQR4CBw4CJyUTMwMFNjY3NiYmJyU3AmlqplYPEJHVdv5MyrKwARlonAQCOWM8/s8bAtcDUZtxe6pWAwEEjfwLAQFyb0JVLAIBmQACACD/7QQMBKAAAwArABdACgIBARwIJwsTHH4APzM/MxI5LzMwMUEhNyEBHgIXFj4CNzc2LgInJgYGBwc+AhceAwcHDgMnLgInA4H+BhsB+v04BTZqUVeBWzYLDgkLMmZTVX5UFrYZjtOAdaZlJgwOD1mOwXl7t2kHAfuZ/uZPazgCAkFykExoRYlzRwMDOnBPAX+0XgMCW5rCa2ZvyJlWAwNernsABAAe/+0F8wSgAAMABwAdADMAHUAOJBl+Lw4LAwICBgd9BgoAPz8SOS8zPzM/MzAxQQchNxMDIxMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgJ+G/55HKXKtcsE/wgOWZPJfXeoZCUMCA9blMh8d6djJMcJBwoyZ1VYiWA6CwgIDDNnVFqIXzgCl5mZAfb7cwSN/eBCddCgWQMCYJ/IbEJyz59ZAgNence0RkWOd0sDA0R3lk5ERY54TAMDQ3eWAAAC/+AAAARBBI4AAwAjABlACyMABAQZGxZ9GQEKAD8zPzMSOS8zMzAxQQEjAQUlLgInLgInLgI3PgMzBQMjEycGBgcGFhYXBQI9/m7LAZwB0f6UChUWCAYJCgVEZjUFBlCCn1UBycq2sP1moA4IL1s6AUgCRv26AkZmAQEGCAQCBwcCIEptU16FVCcB+3MD9QEBXW1BTCMCAQAAA//6AAAELQSNAAMABwALABtADAsKCgMCBgcHA30CCgA/PzMRMxESOS8zMDFBAyMTIQchNxMHITcB/Mq1ywLlG/2jG7Ab/ZUbBI37cwSNmZn+CJiYAAAG/6/+rAYFBI0AAwAHAA0AEQAXABsAO0AcAg4BAQ4OBhsYGBUSEhAPDAkJEwYGGQoNBwcTfQA/MxEzPzMREjkvMzMzMxEzMxEzETMRMy8RMzAxQSMTMwEDIxMhASEnMwEDAzcJAjMTMwcnASMBBVKlVqT+BMq1ygMP/fb+5gHDAXuk7ZMBMfx1/uPPytM2p/5p8gIb/qwB6wP2+3MEjf1qmQH9+3MCHH79ZgH3Apb+A5kT/fYCmAAABAAf/qwEWASNAAMABwANABEAJ0ASEA8PCwoKBg0HfQIOAQEODgYKAD8zETMvETM/MxI5LzMzETMwMUEjEzMBAyMTIQEjJzMBAwE3AQOLpFaj/b7KtcsDbv2H7wGwAdCs/r56AaP+rAHrA/b7cwSN/WqZAf37cwIcff1nAAQAHwAABQ4EjQADAAcADQARAClAExAPDwoACwsKAwMKCgYNB30OBgoAPzM/MxI5LzMvETMRMxEzETMwMUEzAyMTAyMTIQEhJyEBAwE3AQG5kmaSS8q1ywQk/Yf+WwEBZQHSrP69egGjA3X9tANk+3MEjf1qmQH9+3MCHH39ZwAABABqAAAFOgSNAAMABwANABEAIUAPEA8PCwoKDgYKDQcHAwB9AD8yMhEzPzM5LzMzETMwMVMhByElAyMTIQEjJzMBAwE3AYUBqRv+VwIWyrXLA279h+8BsAHQrP6/eQGjBI2YmPtzBI39apkB/ftzAhx9/WcAAAEAUP/oBSwEoQBEABtADAABAS8YCyQjIzoNfgA/MzMRMz8zMy8zMDFlBy4ENzc+AxceAwcHDgMnLgM3Nz4DNwciDgIHBwYeAhcWPgI3NzY2JiYnJg4CBwcGHgIE3w582q93NQ0FCj9snmpngUMSCQcTfMP6kYnDdi0OAw5PhLt6EVR3Ty0JBAoSRIJmcLqNWQ8HBQUVQEBEXDgeBwUOPYnJi6ADOGqd04UnXbSQUwIDWY+sVjuO8LBgAwJhp95/IHLJmVkCnkZ0jUghWaOATAIDSIa1az4tcWlGAwI/aHg2K4a+eTr//wB1AAAEZQSOBCYB7gAAAAcCQQAQ/t0AAv+3/qwEbgSNAAMADwAiQBELDggFBAoGD30CCgEBCgoNCgA/MxEzLxEzPzMSFzkwMUEjEzMBEwEzAQEjAwEjAQEDraRWo/1dyQFh5f4UASLK1P6U4wH4/uj+rAHrA/b+TgGy/bT9vwG6/kYCVQI4AAUAbf6sBX8EjQAFAAkADQARABUAIkAQEQ0NFBV9EBIMCQQIAgIIEgA/My8RMzMzPz8zMxEzMDFlAyMTIzczByE3EwMjEyEDIxMjByE3BXlnozyMGgYb/YAb2Mu1ygOey7TK0xv8kRuY/hQBVJiYmAP1+3MEjftzBI2YmAADAFUAAAQlBI0AAwAHABsAH0AOABgYDQMDDQ0GBxJ9BgoAPz8zEjkvMy8RMxEzMDFBMwMjAQMjEwMHDgInLgI3EzMDBhYWFxY2NgHakWaRArHKtssiCjx7fj99rVEOOrY6CR9ZUEB+ewMc/bQDvftzBI395poXIBACAmK0fgFj/pxLbz8DARIhAAACAB4AAAPtBI0AAwAXABRACQ8SFAkJAX0AEgA/PzkvMz8wMXMTMwMTNz4CFx4CBwMjEzYmJicmBgYey7TKIwo7e30/fa1RDTq1OwkfWVBBfnsEjftzAhyaFyAPAQJitH7+mwFmS29AAgITIQABAC7/8AVXBJ8ANAAbQAwYGB0dEREiC34tAAsAPzI/MzkvMxEzLzAxRS4DNzc+AxceAwcHJS4DNxcGFhYXBTc2JiYnJg4CBwcGHgIXFjY3Fw4CAxp0uHs3DRIPYZjHdXatbCkOFPxPVoNWJwWVBSVYRwMOBQ8xfmNShmM/DBMKGUd4VE6RRi0yc3kPAU+OwXODb8SUUgICUo+/cYYBAzZjiVUBRWM3AwIdX5RXAgI9bIpMhE+FYjcBAigfkyElEAABAED/7QRcBJwAKwAVQAkRFBQZCwskAH4APzI/MzkvMzAxQR4DBwcOAycuAzc3IQclBwYWFhcWPgI3NzYuAicmBgcnPgICjnOzdjINEhBhl8Z2dq1sKg8UA3Ub/UcFDzJ9Y1OFYz4MEwoZR3hUT5BHKjR4fgScAlGQwHCCb8SUUwMCUY/AcYaYARxflFYDAj1sikyDT4ZiOAEBKCCUISUPAAACABL/6APvBI0ABwAmABtADAgFBQQmJh0TCwcAfQA/Mj8zOS8zMxEzMDFTIQcBIzcBIRMXHgMHDgMnLgM3Mx4CFxY2Njc2JiYnJ84DIRX+EW4WAUz91Nx1TJBxPgUHWo6tWE+NbTsDsgE4YT1IiF8JCDppPYoEjX7+QXwBKf7AAgIsVIBWYo5aKQICK1V/VkFSJwECKWBQRlMlAgEAAAMARv/tBD8EoQAVACQANAAbQA4LJWotHWotLQsAFmoACwAvLysSOS8rKzAxQR4DBwcOAycuAzc3PgMXJgYGBwYGByE2NDU2JiYBFjY2NzY2NyEUBhUGHgICmnenYyQLBw9Zk8h+d6dkJAsIDluUyHNpmGAWAQMCAnEBBCdt/v9rmF8VAgMB/Y4BAhQ3YgSeA16dx2xCdNGgWQMCX57Ha0Rzz6BangRgn1wHDAcGDAZVm2b8iQNfn10HDAcFCgU/e2Q+AAAEAAAAAAPVBKAAAwAHAAsAKgAhQA8GBwMCAgkmHX4SCgoRCRIAPzMzETM/MxI5LzPOMjAxQQchNwUHITcBITchAQMOAgcnPgM3Ez4DFx4CByc2JiYnJg4CAxQV/SkWAq4V/SkWA1P8nRsDY/4MJAkePTamKDMeEAUiCj5rlmJ0lkQGtgUYR0Q7VDcfAql6eud5ef4+mAJR/upEjYAwRw9JXl8kARZZoHpFAwJmrW8BOmpEAgIyVGYAAwAf//ED4ASfACMAJwArAB1ADScmJiorKwcZEn4ABwsAPzM/MxI5LzMzLzMwMWUWNjcXBgYnLgM3Nz4DFzIWFwcmJiMmDgIHBwYeAgEHITcFByE3Ak40ZDINN244b59gIwwaEFSIunc6czkkMWQzUntWNAsbCAktXQEyFv0oFgKwFv0pFYkBEA2XDg8BAk6HtGm8cLuJSQEUDZMQDgE2YYJMv0F6YzwCanl55nl5AAAEAB4AAAeiBKAAAwAVACcAMQApQBIrMC4tJAkJMS59Ki0KGxISAgMALzMzfC8zGD8zPzMzLzMREjk5MDFBByE3Ezc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYBAyMBAyMTMwETBwka/eMZDggLZaFlYYdDCAgLY6BlYYhEsAkEGUE5O1YzBwkFGUE4O1cz/vHLrv5LmrXLrQG2mgFLjo4BsFJjmlYCA1mWXlNimlUCA1iWsVUzWDcBAjVbN1QyWDgBAjVaAQj7cwN0/IwEjfyMA3QAAAL/3gAABG8EjQAYABwAG0ALGxwCAQEODA99DgoAPz8zEjl8LzMYzjIwMUElNwUyNjY3NiYmJyUDIxMFHgIHDgMHByE3Ao/9eBsCcUZ8UwkIK1o//umwtcsBtGusYAkGUoSjgxv9lRoBpAGYATVlSUFdNQIB/AsEjQEDVqByXo9gMFiXlwAAAv/7//MCeAMjABkAMwAZQAobAAAZGhoIECwkAC8zzDI5LzMzETMwMVMzPgI3NiYjJgYHIz4CFx4CBw4CByMHNxceAgcOAicuAjczFBYXMjY3NiYmJ+lIJkg0BgdCLzFNEJwJVoFHRHtNAgJdhT55Bg5fQHlMAgNgkEtJekkBlkg1N2IIBiI+IwHKAhcyKjMvAS4wS2QwAQEuYExKWScBJE4BAiFTTFRqMgIBNWdONzIBOTwqLhMBAAL/8QAAAnQDFQAHAAsAF0AJAwcHAQEGBQgKAC/MMjI5LzMRMzAxQQchNwEzBwcBAyMTAnQX/ZQMAcCGsfEBv4maigEsgnAB++v+Aen86wMVAAABABf/8wKQAxUAIQASth8JCQQDGREALzPMMjkvMzAxUycTIQchBzY2MzIWFgcOAicuAicXFhY3MjY3NiYnIgbIgXUB1Bj+sDwfQiJLazcDBFWKVEZ3SwOUBT41Q1MIBkA8JT8BZSIBjoOsDRA/cUlWfUQCATVmSQE1LwFVQTtIARcAAQAd//MCYAMhAC0AE7YTHBwDAAwkAC8zzDI5fS8zMDFBFwcnJgYGBwcGFhY3MjY2NzYmIyIGBgcnPgIzMhYWBw4CJy4CNzc+AwIcGw0IWpJfDg4EETMwKUMqBAc7OiZENA4mDEppOkpmMgMEVYlTW3g4BgUMUIKtAyEBgwECOXhcdShNMwEpQyg5ShwzIy86WDBGdEdUf0YBAlWOVjdppHI7AAABAC8AAAK0AxUABgAMswUBBgIAL8wyMjAxQQcBIwEhNwK0Ev46rQHH/k0XAxVk/U8ClIEABAAI//MCeAMiAA8AHwAvAD0AF0AKDCQ7AxQUNCwcBAAvM8wyOS8XMzAxZQ4CJy4CNz4CFx4CBzYmJiMmBgYHBhYWMzI2NhMOAiMuAjc+AhceAgc2JiYjIgYHBhYWMzI2AkgCW4tJQ31PAgJejEZAfFGWBB84ICRDLgUEHzcgJEMvyAJXgUI8dUwBAVSCRkF0SJ4EGS4dMU8GBBkvHTBO4FNpMQEBLmFMUGYwAQEtXj8kLhcBGzUmJC8WGjUBh0pfLQEqWEROZjIBAS9eUx4sFjkzHysWOgAAAQA3//cCcAMiAC4AE7YSGxsKIwEtAC8zzDI5fC8zMDF3FxY2Njc3NiYmIyIGBgcGFhYXMjY2NxcOAiMuAjc+AhceAgcHDgMjJ3MLVYlZDRMEEDAuK0IpBAMWMyclQTEMLAxFZTlMZzQEA1WKVF1yMAYFC01+q2kVdwEBMG1YkyZKMS5JKCU+JAEcMiMuOFUwAUR1SFSESwIBWpJVM2qibzkBAAABAJMCiwMZAyMAAwAIsQMCAC8zMDFBByE3Axkb/ZUbAyOYmAADAQsEPgMcBnEAAwAPABsAGUAJEw0NBwEDAxkHAC8zM3wvGM0RMxEzMDFBNzMHBTQ2NzYWBxQGIwYmNxYWMzI2NzYmIyIGAaauyPb+5mNIQ1sBYUdDXlICHSQkOQUFIyIpMAW8tbXfR2YBAV9DRmUBW0UfMDYjHzQ6AAQAHgAAA/AEjQADAAcACwAPABtADAsKCgYPDgd9AwIGCgA/MzM/MzMSOS8zMDFlByE3EwMjEwEHITcBByE3A0Yb/Xsb3Mq1ywJkG/3PGwLUG/2AG5iYmAP1+3MEjf4Zl5cB55mZAAT/mf5JBEQEUQASACQAWwBfADNAGl1fBnIlJhgYD0BBQS5TUw8PBUo3D3IhBQdyACsyKzIROS85ETMzETMRMxI5OSsyMDFTNz4CFx4CBwcOAycuAjcHBhYWFxY2Njc3NiYmJyYGBgMXBgYHBhYWFxceAgcOAycuAzc+AjcXDgIHBh4CMzI+Ajc2JiYnJy4CNz4CAQchN3ECCojLcGitYwcBCFSCnVFlrWa8AwQ1Xjk+dVIKAgUzXjtAdVEgXic/BwQbLxmmXKtoBwV2sL1MPJGDUgQEX5BPMS5ONAcGK0tVJC54dVQKCTdbLsk1akYCAjRTA2MY/o8PAsoWdqZVAwJVnW8XVohdMAICVpuCFjxZMgEBNGBAFT1bMwEBNGH+rTYXQzAeIAwBAQI0e21fhlIlAQEZPGdPWX9QElILN1AxMDwhDhItTDo6ORMCAQEgST88W0YChpKSAAAEAEj/5wSIBFIAFQArAC8AMwAXQAwwCi0GHBELcicGB3IAKzIrMj8/MDFTNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgUTMwMDEzMTUQMMRHaveGqLTxwGCRFNe6pvaYtNF8MCBwcpWUtIclU4DgUDDixTQld7UC4CGaqxxZ4MjRAB7RZl0bBpAwNfmrdaSmK9mVkDA12WtHAWO35tRQICTXuKOyQzg3tSAwRQhpouAh794v3kAhz95AACAEQAAATgBbAAGQAuAB9ADyYIGxoaAgEBDgwPAnIOCAA/KzISOS8zMxEzPzAxQSE3BTI2Njc2JiYnJQMjEwUeAgcOAg8CNx4CBwcGBhYXByMmJjY3NzYmJgLZ/mcZAVNbnmgMCTZxT/624b39AfJ+xmkLCXWxYhxfHXauVg4UBQMQGAO5GQ8FBRMJKGECdZ0BMnRjUmw3AgH67gWwAQNZsohullwXGxNvAlKifIYkSkUeGiFRVSeDTHFBAAMARAAABWoFsAADAAkADQAgQBAKCAkCDAsLBwYGAgMCcgIIAD8rEjkvMzMRMz8/MDFBAyMTIQEhJzMBAwE3AQH9/L39BCn9EP6uAfACXML+XX8B+wWw+lAFsPzfoAKB+lACsp/8rwAAAwAmAAAEHwYAAAMACQANABxADgsHBgYCCQZyAwByCgIKAD8zKysSOS8zMzAxQQEjCQIhNzMBAwE3AQHl/va1AQsC7v3r/ugGxwF7e/7qdgFpBgD6AAYA/jr9u5oBq/vGAgyb/VkAAwBEAAAFSgWwAAMACQANABpADgYLBwgMBQIJAwJyCgIIAD8zKzISFzkwMUEDIxMhASE3MwEDATcBAf38vf0ECfzm/u8FawLBwv3FpAJvBbD6UAWw/R9bAob6UALvX/yyAAADACYAAAQHBhgAAwAJAA0AIEAQDAsLBwYGAgkGcgMBcgoCCgA/MysrEjkvMzMRMzAxQQEjCQIjNzMBAwE3AQHq/vG1AQ8C0v2HnAVNAcl4/pl6Ab0GGPnoBhj+Iv26mQGt+8YCCYr9bQAAAgAe//8EDASNABkAHQAWQAkbGg8CAQ4PfQEALz8zETMRMzIwMWEhNxcWNjY3NzYuAiclNwUeAwcHBgYEAwMjEwF8/vQc9H6+dxEJCRNAdFj+4hsBBnezdjIMBxWu/u+IyrXLmAEBYrN7Q0+MbT8DAZkBA1WUxHJCqfiIBI77cwSNAAEASP/tBDMEoAAnABG2GRUQfiQABQAvzDM/zDMwMUE3DgInLgM3Nz4DFx4CFyMuAicmDgIHBwYeAhcWNjYDMbQZkdeAc6NiJAwOD1uSxXp7smMGtAMyZVBXhl45Cw4JCS9iU1aBVgF4AYCyWgMCXJvCaGZxyZhVAwNhsnlNbTsDAj9xkE5oQ4l0SQMDNm4AAAIAHv//A+MEjQAZADEAKEATHBspGQICARsmAQEmGwMNDA99DQAvPzMSFzkvLy8RMxI5OREzMDFBITcFPgI3NiYmJycDIxMFHgMHDgIHAyE3BT4CNzYmJicnNwUXHgIHDgMCPv7AFwEKOnNSCQg2XzbhsLXLAX5Ji2w8BQZpm1Cp/oF3AQ0/dVIKCClVOvQaAS0eS3A7BQVQgZ4CE4wBASFNQkBGHQEB/AwEjQECIUh1VVx0PQj9vpgBASZURT5RKgIBjAE1CEh2TV2DUSYAA/+mAAAD4wSNAAQACQANABxADA0ABgMMDAEHA30FAQAvMz8zEjkvEjk5MzAxQQEjATMTAzczAQMHITcCkf3XwgKcfHbSDnMBAIEb/WAbA+H8HwSN+3MD+ZT7cwGvmJgAAQD8BI8CJwY9AAoACrIFgAAALxrNMDFTNz4CNxcGBgcH/BMJMkktZyMyCxYEj4A7bWAmVjVtPngAAAIBEgTdA1wGiwAPABMAErUSEwoADQUALzN83DLWGM0wMUE3DgInLgInFwYWFzI2JyczFwLGlgheiEZDf1MBkgJGOz1Yk32JSwWvAU5dKAIBKlxMAj02AThQx8cAAv0qBL//ZgaUABcAGwAdQAwAFRUFGRsbCRERDAUALzMzETMzLzMRMxEzMDFDFw4CBwYmJgcGBgcnPgIzMhYWNzY2JzcXB/NNBilHNClBQCcoLg1SBixKNChBQicoLfantNkFlxcuUzUBASkoAgI0IhQuVTUpKAICNj/hAeAAAgDTBOIE+waVAAYACgAUtwgHBwUBgAQGAC8zGs05My/NMDFTATMTIycHJRMzA9MBSJTur4rAAdG20PEE4gEG/vqdnbEBAv7+AAACACIEzwOTBoMABgAKABdACQdACAgDBoACBAAvMxrNOTMvGs0wMUETIycHIwElEyMDAqbtr4q/0QFI/sZdfZYF1v75np4BB63+/gECAAACAM4E5AR5Bs8ABgAaAB9ADRESCEAaCQgIAwaAAgQALzMazTkzETMzGhDMMjAxQRMjJwcHAQUnNz4CNzYmJic3HgMHBgYHArvclaDdtwE2Adh5FBc8LwUELz4TDyNRSCwCA1U5Bev++bm4AQEHfgGEAggbHx4ZBQFcAQ4iOy5APwsAAgDNBOQDlwbUAAYAHgAlQBAIBwcQGAxAFBMTHAwMBoAEAC8azTIRMzMRMxoQzTIyETMwMUEXIycHByUlFw4CIyImJgcGBgcnPgIXMhYWNzY2Apz7lKXYuQFPASBOByxGLSY9OiUiMQ1PByxHLiU8PCQjMAXY9J2cAfT7FStILCYmAgEsHRMqSi4BJiQCASoAAwAeAAAEAwXEAAMABwALABtADAIKCgsLBwMDB30GCgA/PzMvETMRMxEzMDFBAyMTAQMjEyEHITcEA1G1Uf5PyrXLAuQb/aQbBcT+MAHQ/sn7cwSNmZkAAAIBEgTdA1wGiwAPABMAErUREwAKDQUALzN83DIY1s0wMUE3DgInLgInFwYWFzI2JzcXBwLGlgheiEZDf1MBkgJGOz1Yu5GjwwWvAU5dKAIBKlxMAj02AThRxgHFAAACARME3wNGBwQADwAlAChAERscHBElEhIREQkNBQAJCQUQAD8zfC8zETMRMxgvMxEzETMvMzAxQTcOAicuAjUXBhYXMjYnJzc+Ajc2LgIjNx4DBw4CBwK4jgdZg0VDek6MA0I7O1YrhhIWRDkEAiIzMAwMH1pXOQECMUgjBa8CTF0pAQErW0sCOzgBOUsBfQEGGR4WFggBUwEJHDYuKzEYBv//AI8CiQLpBbwGBwHiAHMCmP//AGQCmALnBa0GBwI7AHMCmP//AIoCiwMDBa0GBwI8AHMCmP//AJACiwLTBbkGBwI9AHMCmP//AKICmAMnBa0GBwI+AHMCmP//AHsCiwLrBboGBwI/AHMCmP//AKoCjwLjBboGBwJAAHMCmAABAID/6AU9BcgAKQAVQAoaFhEDciYABQlyACvMMyvMMzAxQTcOAicuBDc3NhI2NhceAhcjLgInJg4CBwcGHgMXFjY2BB66Hqj7mHWxfEcWDQgTcbX2mJPUdQW8BEKBZXOygE8PCQkFJUx5V2+gawHOApXcdwMCU462y2c+iwEEzncDA3zakF+TVgMEYqXJY0BGmZF2SAMDUJYAAQCB/+oFRQXIAC0AG0ANLSwsBRoWEQNyJgUJcgArMivMMxI5LzMwMUEDDgInLgQ3NzYSNjYXHgIXIy4CJyYOAgcHBh4DFxY2NjcTITcFDlY6uM9derqBTBgOAxNwtfibj9J7DLoJSoRedbSBTg4ECgcpUYBcPX50Ljz+uRwC0/3sUV4mAQJTj7rSbByNAQnUewMDaceNXIBEAgRnrc5kHUuflHdIAgESLyoBRZsAAgBEAAAFEgWwABsAHwAStxwPEAJyAh0AAC8yMisyMjAxYSE3BTI+Ajc3Ni4CJyU3BR4DBwcGAgYEAwMjEwHl/rUeATF6zZ1jEQYNGlabdP6gHAFKld2MORAFFIbS/vGF/L39nQFTlsl3LGbAml0DAZ4BA3PD+4stmv79vmgFsPpQBbAAAgCD/+gFWgXIABkAMQAQtyEUA3ItBwlyACsyKzIwMUEHDgQnLgQ3Nz4EFx4EBzc2LgMnJg4CBwcGHgMXFj4CBU8GDk9+qc96dK95RxYMBQ9QgKnOd3WweUYVywYJBiVLeFdwtYZTDgYIBiZLeFdztoNQAvUtbta9j1ADAleSucxkLW3UvI9QAwJVkbfMkS5Gl491RwMDZKnJYS5EmZF4SgIEZKrNAAMAg/8EBVoFyAADAB0ANQAbQA0lGANyAAMDMQsJcgECAC8zKzIyETMrMjAxZQEHAQEHDgQnLgQ3Nz4EFx4EBzc2LgMnJg4CBwcGHgMXFj4CAzgBP4v+xwKbBQ5QfqjQeXSweUYWDAUOUX+pz3d1sHlGFcsGCQYkS3hXcbWGUw4GCAYmS3hXdLWDUJ/+1XABKQLGK27WvY9QAwJXkrjNZCtt1byQUAMCVpC5zI8sRpiPdUgDA2WpymIrRZiSd0oCBGSqzQABALwAAAMRBI0ABgAVQAkDBAQFBQZ9AgoAPz8zLzMRMzAxQQMjEwU3JQMRxbSh/oMfAhQEjftzA6KKr8YAAAEAOQAAA/gEowAgABdAChAQDBV+AyAgAhIAPzMRMz8zMy8wMWUHITcBPgI3NiYmJyYGBgcHPgIXHgMHDgMHAQO0G/ygGQIeLVc+CAcuVzhRf1IOsg2O13pJhWY2BwQuRlUr/l+YmIwBsSVRYT07USwBA0N3TQF8u2cCAitSeVE6aVxRI/6zAAAB/4H+oQQRBI0AHwAaQAsGAB4eAxYPBQIDfQA/MzMvMxI5LzMzMDFBASE3IQcBHgIHDgMnJiYnNxYWFxY2Njc2JiYnJwFoAab9jhsDWhb+RGuSRQkLaKjZfWjBXT9IoVRzw4AODj+PaT8CawGKmH3+cBR/uGp+zJJOAgE5LIwrLwECXat0bI9KAgEAAAL/0/62BDAEjQAHAAsAFkAJBgQLfQoDBwcCAC8zETMvPzMzMDFlByE3ATMDCQIjAQQwG/u+FQNxmdT9qwNX/v21AQSXmHcEF/7J/UED9vopBdcAAAH/1f6dBEQEjAAnABZACSQJCQIaEwUCfQA/My8zEjkvMzAxUycTIQchAzY2FzIeAgcOAycmJic3FhYXFj4CNzYuAicmBgb3n+0C/x79lYM6gkNmkVciCQxhns13Z71WRUCmVFOLakIKBxU5XkE9ZE8BZBIDFqv+dCIfAVCIrFx2xZBNAQI7Nos4LgEBPGqLUDtwWTYCAho/AAABACv+tgQ3BI0ABgAPtQEFBQZ9AwAvPzMRMzAxQQcBIwEhNwQ3FPzIwAMu/TYbBI1z+pwFP5gAAAIBFATXA3QGzwAPACcAKUARERAQGSEhFR0cHCUVFQAJDQUALzPNMjJ8LzMzETMRMxgvMzMRMzAxQTcOAicuAjUXBhYXMjYTFw4CIwYmJgcGBgcnPgIzMhYWNzY2AryRB1qFR0N7TpADPzw9VXlNBStJNClBQScoLg1SBixKNChCQicoLwWtAk5fKwIBLF9LAjs7ATsBXRUvVDQBKigCAjQjFS5VNSkoAgI0AAAB/77+mQDMAJoAAwAIsQEAAC/NMDF3AyMTzFm1Wpr9/wIBAAAFAEz/8AaZBJ8AKQAtADEANQA5ADFAGDg5OTF9Fi0tFzAKNTQ0JhsBBgYmfhEbCwA/Mz8zETMREjkvMz8zMxEzPzMRMzAxQQcuAycmDgIHBwYeAhcWPgI3Fw4CJy4DNzc+AzMeAgEHITcTAyMTAQchNwEHITcEMzMsWVlZLVmJYTsLCQgKMWVTLFlZWC0cQIOCQHelYyQLCA9blMh9Q4WGAf8b/Xsb3Mq1ywJkG/3PGwLUG/2AGwSMmgEFBwYBAUR1lVBFRI13TAMCAgQFAZcEBwUCA16dxmtEdc6eWQEICfwLmJgD9ftzBI3+GZeXAeeZmQAAAQA+/qYELgSkADsAFLcAFR8fNQspNQAvLzMSOS8zMjAxRRY+AjcTNi4CJyYOAgcGHgIXFj4CNzcOAicuAzc+AxceAwcHDgQnJiYnNxYWAUB4s35MESgIBy5iUU52Ui8IBg8yWUM/dGBBDGUOfcmBaZhfJgkKUIa2cXmmXx4NJhBKcp3Je0eJQDQyZsICYqfMZwEJQ4h0SAMCQW6HRDh3ZUECAiRGZD8CfcBqAwNSiq9hab+UVAIDXp/JbfJt07mMTwIBHx6MFh0AAAH/D/5HARAAmQARAAqyDQYAAC/MMjAxdzMHDgIjJiYnNxYWMzI2NjdbtSQNWJhsHjkdGxcxGDZGJweZ8WWgXAEJCJ8GCTdYLwD///+s/qEEPASNBAYCZysA////4/6dBFIEjAQGAmkOAP///7j+tgQVBI0EBgJo5QD//wAsAAAD6wSjBAYCZvMA//8AVv62BGIEjQQGAmorAP//ACT/6AQwBKQEBgKAwAD//wBm/+kD6wWzBAYAGvkA//8AG/6mBAsEpAQGAm7dAP//AED/6QQrBccGBgAcAAD//wENAAADYgSNBAYCZVEA////Cf5HAbAEOgQGAJwAAP///wn+RwGwBDoGBgCcAAD//wAvAAABnwQ6BgYAjQAA////eP5YAZ8EOgYmAI0AAAEGAKTKCgALtgEEAgAAQ1YAKzQA//8ALwAAAZ8EOgYGAI0AAAADAB7/5gPVBKEAAwAWADEAKUAUDyYmDSMjCRsvC3IEAAACEwl+AgoAPz8zEjkvMysyETkvMzMRMzAxQQMjExcHPgIXFhYXASM3ASYmJyYGBgM3FhYzMjY2NzYmJicnNxceAwcOAiciJgFVg7SDtqsLZbmKc7VO/mFuFAEYIU8tVGk4PUEkUCtEaUEHCD1qO10YZkiHajoFCHS+dDptAvH9DwLxAgKCxW0DA2lP/lNyASQeHgECUYL85ZkZHD5pQUdKGwEBigEBJEh0U3awYAIdAAACAGT/6ARwBKQAFQArAA61HBF+JwYLAD8zPzMwMUEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CBGQCD1qUz4N9q2QjDAIPXJbOgn2rYyLEBQcLM2lWXI1jPAoGBws0alZdjWM5AlcUedqpXwMDZKjQbxV42adeAwJkpdCPL0aSe04DA0h9nFAuRpR+UQMDSYCeAAEAYgAABEsFsAAGABNACQEFBQYEcgMMcgArKzIRMzAxQQcBIwEhNwRLFPzrwAMS/T4bBbBz+sMFGJgAAAMAH//oBBYGAAAEABoALwAZQA4hFgdyKwsLcgQKcgAAcgArKysyKzIwMUEzAwcjAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYWFhcWPgIBKrboOp8D7QMMTH6xc2mNUh4GCxFOfKttb5FQGcICBwouX08+b1s/DygCPG9JVH5YNQYA+sfHAi0VZMijYQMDW5W1W1xhu5VXAwNkn75xFT+GdEkCAi1RaTrzSH9PAwNGd5AAAAEARP/pA+cEUQAnABlADB0ZGRQHcgQEAAkLcgArMjIvKzIvMjAxZRY2Njc3DgInLgM3Nz4DFx4CByM0JiYnJg4CBwcGHgIB3UJzUhKrEIvHa3KeXiILBQ1Vi752cqZaAakvXEZTfVg0CgUHBy1fggI1YT8BbaVbAgNbmL9lK23GmFYDA2evcEFsQgMDQ3KNSCo/h3NJAAMAQ//oBIYGAAAEABoALwAZQA0hBAQWC3IrCwdyAQByACsrMisyLzIwMWUTMwEjATc+AxceAwcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgIC7OS2/vWc/W0DDE6BtHNpjFAeBgsRTnyrbmqRVB3DAwcLMV9NUoxkFigCHz9aOVSBWjbdBSP6AAIJFWXKpGEDA12WtFtcYbuVVQMEZKC7chU/hXRJAwJOgkzzN2VQMAIDRXaRAAMAI/5RBDcEUQATACkAPgAbQA8wJQtyOhoHcg4GD3IABnIAKysyKzIrMjAxQTMDDgMnJiYnNxYWFxY2NjcTATc+AxceAwcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgIDnJusEFKEuHZarkxCPJBKa49RDob88wINTIC0dGmMUR4GCxFPfKxta5FTHMMDBwswX01Ti2QWKAIfP1o5VIBaNgQ6/BVuu4pLAgI4MIssMAEDXZ5iAxP+sRZmyaNgAwJdlrRbW2K6lVYDA2WgvHAVPoV0SQIDToJM8zdlUDACA0V3kQACAEL/6QQmBFEAFQArABC3HBELcicGB3IAKzIrMjAxUzc+AxceAwcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgJMAw5aksN3cqNmKAoDDluTxHZwo2YowgMIDjRjTlOCXjoKAwcNNGNOVIJeOQIKF27LnlkDAl6bwWcYbsmbWAMCXZnAfRg/iHRJAwNFd5BJFkCJdksDAkZ4kgAAA//X/mAEFARSAAQAGgAvABlADiEWB3IrCwtyAwZyAg5yACsrKzIrMjAxQQMjATMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcDBhYWFxY+AgFr3rYBBJoClQMMS36xc2aPWSQGDhFRf61tb5JPGcMDBwsyYU8+cFpADysBP29HU4FcNwNf+wEF2v3yFWTHo2EDA1WMr1xvYruWVgMDZKC+cRVAhnRJAgItUWk6/vtHeUoDAkd4kQADAEL+YAQ2BFIABAAaAC8AGUAOIRYLcisLB3IEDnIDBnIAKysrMisyMDFBEzczAQE3PgMXHgMHBw4DJy4DNwcGHgIXFjY2Nzc2LgInJg4CAnziOZ/+/P0aAwxNgbZ1aY5SHwUMEFB+rW5sk1QdxAMHCzFgTlOPZxYoAiFBXDhVgls3/mAFFcX6JgOoFmfKo2ADA1yWtVtcYruUVQMDY5+8chU+h3VLAwJQhU3zN2dRMQIDRnmTAAEARv/sA+EEUQAqABlADBMSEgAZCwdyJAALcgArMisyETkvMzAxRS4DNzc+AxceAwcHITcFNzYmJicmDgIHBwYeAhcWNjcXBgYCAnOsby4JBQxVi7pxa5VYHgwT/O8bAlcFDCJfUVF5VTMJBQgWQW5RTZBALUW4EwFWlMFsLWjDm1kDAlGIr2J5lwEcSn9QAwNEc4xFLEeIbkMCATAqgT4yAAMANf5RBCkEUQASACgAPQAbQA8vJAtyORkHcg0GD3IABnIAKysyKzIrMjAxQTMDDgInJiYnNxYWFxY2NjcTATc+AxceAwcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgIDjpuvFYXemVCeRkI3fkFnjlMPiP0GAwxHeK50aYxRHQYLEU58q21ri0wWwgMHBihZTVKMZBYnAyA/WjlVelIwBDr8A5DgfAICLSiMJCYBAlSWYAMl/rAWZMimYQIDXJe0W1xhupVWAwRlobtuFTyEdEsCA06CTPM3ZlAwAQNHeJAAAv+//ksEUQRHAAMAJQAZQAwOFQEBFR8EB3IDBnIAKysyLzMvETMwMUEBIwElHgMXEx4CFxY2NwcGBgcGLgInAy4CJyYGBzc2NgRR/DjKA9H9cztSOScO8ggZKSMXMBc+DhoPOlE3JQ7rCh41LhAhEAsXLwQ6+iYF2g0CLkteMPxMHEIxBAICAp4GBwECMVFgLgOZJFI7AgEDAZcFB///AKkAAAMDBbgEBgAVrwAAAQAs/+4EIwSfAEEAF0ALODgQIn4ZCjMAC3IAKzI/PzM5LzAxRS4DNz4CNyU2Njc2JgcGBgcGFhYXASMBLgI3PgIXHgIHDgIHBQ4CBwYWFhcWPgI3NwYGBwYGBwYGAX4/emI3BAQ+YDgBJSRABwdBMzdWBwYiNhYB/77+QCRGLQQGYZZTSIBOBQMvSiv+txwzIgUIMFUxZqh+UA6hD2hQCxQMVO0PASRFakhIblgmvxpJLzU+AQFKNilIQR79TQJWL2BqP1l6PgECPXBPN11NHdkUMDskOEQgAQNIgqlfAXvKXAwaC1JHAAP/6QAAAyMEjQADAAcACwAdQA0ICQkLCgoGB30DAgYKAD8zMz8SOS8zMy8zMDFlByE3EwMjEwEHBTcDIxv9nhvcyrXLAXUY/aMYmJiYA/X7cwSN/oWEuoQAAAb/mgAABgAEjQADAAcACwAQABQAGAAzQBgKCwsYGA8HBhQTBhMGEw0PfQMCAhcXDQoAPzMRMxEzPxI5OS8vETMRMxEzETMRMzAxZQchNwEHITcBByE3BwEjATMTByE3AQMjEwV4G/3UGgIjGv4fGwJyG/3UG5T9KM4DTnoLG/22GwLMpLOjlpaWAhWVlQHilpZ6++0Ejf03lpYCyftzBI0AAAIAHgAAA6IEjQADABkAF0AKDxAQAX0FBAQACgA/Mi8zPzMvMzAxcxMzAyc3FzI2Njc2JiYnJzcXHgIHDgInHsu0ygkb2EaBWAoIM2I+7BzTbLJmCAqM1XcEjftz7JkBK15NRFovAgGZAQNRnXWDo0wBAAP/9P/GBKMEtwAVACsALwAbQAsvLxwRfi0tJwYLcgArMjJ8Lxg/MzN8LzAxQQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgIBASMBBDoHD1mTyX13p2QkCwgOW5TIfHenZCTGCAcKM2dUWYdgOgoJCAszZ1RbiV84AS378J8EEAJtQnXQoFkDAl+ex2tEc9CfWQIDXp7GrUVGjHRJAwNEdpVORUWOeUwDA0V5mALb+w8E8QAEAB4AAATVBI0AAwAHAAsADwAbQAwCA4AODw8LB30KBgoAPzM/MzMvMxrMMjAxQQchNxMDIxMhAyMTFwchNwOtG/1yG37KtcsDssu0yu8b+58bAouZmQIC+3MEjftzBI2mmJgAAgAe/kcEmwSNAAkAGwAfQA8XEA9yCQMGfQgKCgICBQoAPzMRMxEzPzMzKzIwMUEDIwEDIxMzARMDMwcOAicmJic3FhYzMjY2NwSby67+S5q1y60BtprAtBQNWZhtHzkeHxgwGDdGJwgEjftzA3T8jASN/IwDdPuojWagWwEBCgmcBgk3VzAA//8AGgIfAhACtwYGABEAAAADAC8AAATtBbAAGgAeACIAI0ARAgEBHSIhIR0ODw8eAnIdCHIAKysyETMROS8zETMRMzAxYSE3BTI2Njc3Ni4CJyU3BR4DBwcOAgQDAyMTAQchNwHk/s0dARuf6Y4XDQwRSo5w/rYcATKS0YEvEAwVfML/AGv9vf0BYBv9lBudAYvvllpguJVbAwGeAQNxvvSGV5T7uGUFsPpQBbD9gZiYAAADAC8AAATtBbAAGgAeACIAI0ARAgEBHSIhIR0ODw8eAnIdCHIAKysyETMROS8zETMRMzAxYSE3BTI2Njc3Ni4CJyU3BR4DBwcOAgQDAyMTAQchNwHk/s0dARuf6Y4XDQwRSo5w/rYcATKS0YEvEAwVfML/AGv9vf0BYBv9lBudAYvvllpguJVbAwGeAQNxvvSGV5T7uGUFsPpQBbD9gZiYAAADAD4AAAP4BgAAAwAaAB4AGUANHh0WCgdyAwByEQIKcgArMisrMsQyMDFBASMBAyc+AxceAwcDIxM2JiYnJg4CAQchNwH+/vW1AQsYSg5Le6tuV3VCFgl2tngHF01ITHpbOQG5G/2VGwYA+gAGAPxGAmG7llcDAj9sjU/9OwLIQWk/AgI+a4MC4JiYAAMAqQAABQkFsAADAAcACwAVQAoDCgsGBwJyAQhyACsrMi8zMjAxQQMjEyEHITcBByE3A0P8uv0Cfxz7vBwDDBv9lRsFsPpQBbCenv4emJgAA//0/+0ClQVBAAMAFQAZAB1ADgoRC3IYGRkCAgQEAwZyACsyLzIRMy8zKzIwMUEHITcTMwMGFhYXMjY3BwYGJy4CNwEHITcClRn9xxnutLcDCiYnFisWDSBDIVNeIgcB5Rv9lRsEOo6OAQf7ySM4IQEHA5gJCQEBUoJKAeWYmP///68AAASLBzcGJgAlAAABBwBEAWcBNwALtgMQBwEBYVYAKzQA////rwAABJkHNwYmACUAAAEHAHUB8wE3AAu2Aw4DAQFhVgArNAD///+vAAAEiwc3BiYAJQAAAQcAngD5ATcAC7YDEQcBAWxWACs0AP///68AAASwByIGJgAlAAABBwClAQABOwALtgMcAwEBa1YAKzQA////rwAABIsG/wYmACUAAAEHAGoBMwE3AA23BAMjBwEBeFYAKzQ0AP///68AAASLB5QGJgAlAAABBwCjAX4BQgANtwQDGQcBAUdWACs0NAD///+vAAAEnQeTBiYAJQAAAQcCQgGBASIAErYFBAMbBwEAuP+ysFYAKzQ0NP//AHD+QQT5BccGJgAnAAABBwB5AcP/9gALtgEoBQAAClYAKzQA//8AOwAABLEHQgYmACkAAAEHAEQBNgFCAAu2BBIHAQFsVgArNAD//wA7AAAEsQdCBiYAKQAAAQcAdQHCAUIAC7YEEAcBAWxWACs0AP//ADsAAASxB0IGJgApAAABBwCeAMcBQgALtgQTBwEBd1YAKzQA//8AOwAABLEHCgYmACkAAAEHAGoBAQFCAA23BQQlBwEBg1YAKzQ0AP//AEkAAAIXB0IGJgAtAAABBwBE/+wBQgALtgEGAwEBbFYAKzQA//8ASQAAAx4HQgYmAC0AAAEHAHUAeAFCAAu2AQQDAQFsVgArNAD//wBJAAAC4gdCBiYALQAAAQcAnv99AUIAC7YBBwMBAXdWACs0AP//AEkAAAMKBwoGJgAtAAABBwBq/7gBQgANtwIBGQMBAYNWACs0NAD//wA7AAAFeAciBiYAMgAAAQcApQE1ATsAC7YBGAYBAWtWACs0AP//AHP/6QUQBzkGJgAzAAABBwBEAYoBOQALtgIuEQEBT1YAKzQA//8Ac//pBRAHOQYmADMAAAEHAHUCFQE5AAu2AiwRAQFPVgArNAD//wBz/+kFEAc5BiYAMwAAAQcAngEbATkAC7YCLxEBAVpWACs0AP//AHP/6QUQByQGJgAzAAABBwClASIBPQALtgI6EQEBWVYAKzQA//8Ac//pBRAHAQYmADMAAAEHAGoBVQE5AA23AwJBEQEBZlYAKzQ0AP//AGP/6AUcBzcGJgA5AAABBwBEAWMBNwALtgEYAAEBYVYAKzQA//8AY//oBRwHNwYmADkAAAEHAHUB7gE3AAu2ARYLAQFhVgArNAD//wBj/+gFHAc3BiYAOQAAAQcAngD0ATcAC7YBGQABAWxWACs0AP//AGP/6AUcBv8GJgA5AAABBwBqAS4BNwANtwIBKwABAXhWACs0NAD//wCoAAAFMwc2BiYAPQAAAQcAdQG+ATYAC7YBCQIBAWBWACs0AP//ADH/6QPHBgAGJgBFAAABBwBEANoAAAALtgI9DwEBjFYAKzQA//8AMf/pBAwGAAYmAEUAAAEHAHUBZgAAAAu2AjsPAQGMVgArNAD//wAx/+kD0QYABiYARQAAAQYAnmwAAAu2Aj4PAQGXVgArNAD//wAx/+kEIwXrBiYARQAAAQYApXMEAAu2AkkPAQGWVgArNAD//wAx/+kD+AXIBiYARQAAAQcAagCmAAAADbcDAlAPAQGjVgArNDQA//8AMf/pA8cGXQYmAEUAAAEHAKMA8QALAA23AwJGDwEBclYAKzQ0AP//ADH/6QQQBlwGJgBFAAABBwJCAPT/6wAStgQDAkgPAAC4/92wVgArNDQ0//8ARv5BA+IEUQYmAEcAAAEHAHkBP//2AAu2ASgJAAAKVgArNAD//wBF/+sD2gYABiYASQAAAQcARAC+AAAAC7YBLgsBAYxWACs0AP//AEX/6wPwBgAGJgBJAAABBwB1AUoAAAALtgEsCwEBjFYAKzQA//8ARf/rA9oGAAYmAEkAAAEGAJ5PAAALtgEvCwEBl1YAKzQA//8ARf/rA9wFyAYmAEkAAAEHAGoAigAAAA23AgFBCwEBo1YAKzQ0AP//AC8AAAHFBf4GJgCNAAABBgBEmv4AC7YBBgMBAZ5WACs0AP//AC8AAALMBf4GJgCNAAABBgB1Jv4AC7YBBAMBAZ5WACs0AP//AC8AAAKQBf4GJgCNAAABBwCe/yv//gALtgEHAwEBqVYAKzQA//8ALwAAArgFxgYmAI0AAAEHAGr/Zv/+AA23AgEZAwEBtVYAKzQ0AP//ACAAAAQaBesGJgBSAAABBgClagQAC7YCKgMBAapWACs0AP//AEb/6QQXBgAGJgBTAAABBwBEAMgAAAALtgIuBgEBjFYAKzQA//8ARv/pBBcGAAYmAFMAAAEHAHUBVAAAAAu2AiwGAQGMVgArNAD//wBG/+kEFwYABiYAUwAAAQYAnlkAAAu2Ai8GAQGXVgArNAD//wBG/+kEFwXrBiYAUwAAAQYApWEEAAu2AjoGAQGWVgArNAD//wBG/+kEFwXIBiYAUwAAAQcAagCTAAAADbcDAkEGAQGjVgArNDQA//8AW//oBBQGAAYmAFkAAAEHAEQAzAAAAAu2Ah4RAQGgVgArNAD//wBb/+gEFAYABiYAWQAAAQcAdQFXAAAAC7YCHBEBAaBWACs0AP//AFv/6AQUBgAGJgBZAAABBgCeXQAAC7YCHxEBAatWACs0AP//AFv/6AQUBcgGJgBZAAABBwBqAJcAAAANtwMCMREBAbdWACs0NAD///+q/kcD7AYABiYAXQAAAQcAdQEeAAAAC7YCGQEBAaBWACs0AP///6r+RwPsBcgGJgBdAAABBgBqXgAADbcDAi4BAQG3VgArNDQA////rwAABJ8G5AYmACUAAAEHAHABBAE/AAu2AxADAQGmVgArNAD//wAx/+kEEgWtBiYARQAAAQYAcHcIAAu2Aj0PAQHRVgArNAD///+vAAAEiwcPBiYAJQAAAQcAoQEtATcAC7YDEwcBAVNWACs0AP//ADH/6QPrBdgGJgBFAAABBwChAKAAAAALtgJADwEBflYAKzQAAAT/r/5OBIsFsAAEAAkADQAjACtAFQ0MDAMWHQYAAgcDAnIODw8FBQIIcgArMhEzETMrMhI5OS8zEjkvMzAxQQEjATMTAzczAQMHITcBFw4CBwYWFzI2NxcGBiMmJjc+AgMs/UzJAxiBivETeAEfdhz85RwDJUslV0IGAxwgGjMXBCJNKVFbAgJZgQUk+twFsPpQBTp2+lACG56e/h89G0JTMiAhARAKexUVAWdQTnVUAAADADH+TgPHBFAAGwA6AFAAK0AXHjo6D0NKD3InMQtyOzw8GQpyCQUPB3IAKzIyKzIRMysyKzISOS8zMDFlEzYmJicmBgYHBz4DFx4CBwMGBhcHByY2EwcnIg4CBwYWFhcWNjY3Fw4DJy4CNz4DMxMXDgIHBhYXMjY3FwYGIyYmNz4CAq5aByVVQDhrTgy0B1iEmEhtoVILUwkDDgK3CwF1Fas2eGxKCAYnUDVFhmQTQhNWdYZDW5NVBgZgl7RYu0olV0IGAxwhGjIXBCJNKVFbAgJZgbkCLz5eNAIBJkw6AVF5UScBAlmgcP4IN281EQEuXgIFggEQLFNCNk8sAQE4aERZQm9QLAECTo1eZ4xUJf2pPRtCUzIgIQEQCnsVFQFnUE51VP//AHD/6AT5B1cGJgAnAAABBwB1AgABVwALtgEoEAEBbVYAKzQA//8ARv/qA+IGAAYmAEcAAAEHAHUBKwAAAAu2ASgUAQGMVgArNAD//wBw/+gE+QdXBiYAJwAAAQcAngEGAVcAC7YBKxABAXhWACs0AP//AEb/6gPiBgAGJgBHAAABBgCeMAAAC7YBKxQBAZdWACs0AP//AHD/6AT5BxsGJgAnAAABBwCiAdsBVwALtgExEAEBglYAKzQA//8ARv/qA+IFxAYmAEcAAAEHAKIBBgAAAAu2ATEUAQGhVgArNAD//wBw/+gE+QdYBiYAJwAAAQcAnwEaAVcAC7YBLhABAXZWACs0AP//AEb/6gPiBgEGJgBHAAABBgCfRQAAC7YBLhQBAZVWACs0AP//ADsAAATPB0MGJgAoAAABBwCfANIBQgALtgIlHgEBdVYAKzQA//8AR//oBacGAgQmAEgAAAEHAdUEmAUTAAu2AzkBAQAAVgArNAD//wA7AAAEsQbvBiYAKQAAAQcAcADSAUoAC7YEEgcBAbFWACs0AP//AEX/6wP1Ba0GJgBJAAABBgBwWggAC7YBLgsBAdFWACs0AP//ADsAAASxBxoGJgApAAABBwChAPwBQgALtgQVBwEBXlYAKzQA//8ARf/rA9oF2AYmAEkAAAEHAKEAhAAAAAu2ATELAQF+VgArNAD//wA7AAAEsQcGBiYAKQAAAQcAogGdAUIAC7YEGQcBAYFWACs0AP//AEX/6wPaBcQGJgBJAAABBwCiASUAAAALtgE1CwEBoVYAKzQAAAUAO/5OBLEFsAADAAcACwAPACUAKUAUCgsLGB8ODw8HAnIQEREDAgIGCHIAKzIRMzIRMysyETMvMzkvMzAxZQchNwEDIxMBByE3AQchNwEXDgIHBhYXMjY3FwYGIyYmNz4CA9oc/RMbAQn9vf0Csxv9dRwDUBz9HRwBX0smV0IFBB0gGjIXBCJNKFFbAgJYgZ2dnQUT+lAFsP2OnZ0Ccp6e+oo9G0JTMiAhARAKexUVAWdQTnVUAAACAEX+aAPaBFEAKwBBACVAExITEws0Ow5yGQsHciwtJCQAC3IAKzIROTkrMisyEjkvMzAxRS4DNzc+AxceAwcHITcFNzYmJicmDgIHBwYeAhcWNjcXDgI3Fw4CBwYWFzI2NxcGBiMmJjc+AgHqb6NnLAkEClKJu3JxllUaCwv87xgCVwMKJF9QU3pSLwkEBhQ5ZktbkTxnL4KaM0olV0IGAxwhGTMXBCJNKVFbAgJZgRQCVZG6ZitoyaJfAwJcl7tiU5cBEEiGVwIDSXuRRSpAgmtDAgJTQFhFXi5pPRtCUzIgIQEQCnsVFQFnUE51VP//ADsAAASxB0MGJgApAAABBwCfANwBQgALtgQWBwEBdVYAKzQA//8ARf/rA+YGAQYmAEkAAAEGAJ9kAAALtgEyCwEBlVYAKzQA//8AdP/rBQUHVwYmACsAAAEHAJ4A/gFXAAu2AS8QAQF4VgArNAD//wAD/lEEKQYABiYASwAAAQYAnlIAAAu2A0IaAQGXVgArNAD//wB0/+sFBQcvBiYAKwAAAQcAoQEzAVcAC7YBMRABAV9WACs0AP//AAP+UQQpBdgGJgBLAAABBwChAIcAAAALtgNEGgEBflYAKzQA//8AdP/rBQUHGwYmACsAAAEHAKIB1AFXAAu2ATUQAQGCVgArNAD//wAD/lEEKQXEBCYASwAAAQcAogEoAAAAC7YDSBoBAaFWACs0AP//AHT98wUFBccGJgArAAABBwHVAY3+lQAOtAE1BQEBuP+YsFYAKzT//wAD/lEEKQaUBCYASwAAAQcCTwExAFcAC7YDPxoBAZhWACs0AP//ADsAAAV3B0IGJgAsAAABBwCeASEBQgALtgMPCwEBd1YAKzQA//8AIAAAA9oHQQYmAEwAAAEHAJ4AVQFBAAu2Ah4DAQEmVgArNAD//wBJAAADNQctBiYALQAAAQcApf+FAUYAC7YBEgMBAXZWACs0AP//ABEAAALjBekGJgCNAAABBwCl/zMAAgALtgESAwEBqFYAKzQA//8ASQAAAyMG7wYmAC0AAAEHAHD/iAFKAAu2AQYDAQGxVgArNAD//wAuAAAC0QWrBiYAjQAAAQcAcP82AAYAC7YBBgMBAeNWACs0AP//AEkAAAL9BxoGJgAtAAABBwCh/7IBQgALtgEJAwEBXlYAKzQA//8ALwAAAqsF1gYmAI0AAAEHAKH/YP/+AAu2AQkDAQGQVgArNAD///+L/lcCAgWwBiYALQAAAQYApN0JAAu2AQUCAAAAVgArNAD///9t/k4B5QXGBiYATQAAAQYApL8AAAu2AhECAAAAVgArNAD//wBJAAACNwcGBiYALQAAAQcAogBTAUIAC7YBDQMBAYFWACs0AP//AEn/6AZgBbAEJgAtAAAABwAuAhwAAP//AC/+RgO5BcYEJgBNAAAABwBOAeMAAP//AAf/6AUMBzUGJgAuAAABBwCeAacBNQALtgEXAQEBalYAKzQA////Cf5HApcF1wYmAJwAAAEHAJ7/Mv/XAAu2ARUAAQGCVgArNAD//wA7/lYFUQWwBCYALwAAAQcB1QFa/vgADrQDFwIBALj/57BWACs0//8AIP5DBBsGAAYmAE8AAAEHAdUA2P7lAA60AxcCAQG4/9SwVgArNP//ADsAAAOxBzIGJgAwAAABBwB1AGYBMgALtgIIBwEBXFYAKzQA//8ALwAAAw8HlwYmAFAAAAEHAHUAaQGXAAu2AQQDAQFxVgArNAD//wA7/gYDsQWwBCYAMAAAAQcB1QEm/qgADrQCEQIBAbj/l7BWACs0////ov4GAe8GAAQmAFAAAAEHAdX/vv6oAA60AQ0CAQG4/5ewVgArNP//ADsAAAOxBbEGJgAwAAABBwHVApoEwgALtgIRBwAAAVYAKzQA//8ALwAAAzsGAgQmAFAAAAEHAdUCLAUTAAu2AQ0DAAACVgArNAD//wA7AAADsQWwBiYAMAAAAAcAogFM/cT//wAvAAACrgYABCYAUAAAAAcAogDK/bX//wA7AAAFeAc3BiYAMgAAAQcAdQInATcAC7YBCgYBAWFWACs0AP//ACAAAAQDBgAGJgBSAAABBwB1AV0AAAALtgIcAwEBoFYAKzQA//8AO/4GBXgFsAQmADIAAAEHAdUBh/6oAA60ARMFAQG4/5ewVgArNP//ACD+BgPaBFEEJgBSAAABBwHVAO7+qAAOtAIlAgEBuP+XsFYAKzT//wA7AAAFeAc4BiYAMgAAAQcAnwFBATcAC7YBEAkBAWpWACs0AP//ACAAAAP5BgEGJgBSAAABBgCfdwAAC7YCIgMBAalWACs0AP//ACAAAAPaBgUGJgBSAAABBwHVAEQFFgALtgIgAwEBOlYAKzQA//8Ac//pBRAG5gYmADMAAAEHAHABJgFBAAu2Ai4RAQGUVgArNAD//wBG/+kEFwWtBiYAUwAAAQYAcGQIAAu2Ai4GAQHRVgArNAD//wBz/+kFEAcRBiYAMwAAAQcAoQFPATkAC7YCMREBAUFWACs0AP//AEb/6QQXBdgGJgBTAAABBwChAI4AAAALtgIxBgEBflYAKzQA//8Ac//pBVQHOAYmADMAAAEHAKYBlgE5AA23AwIsEQEBRVYAKzQ0AP//AEb/6QSSBf8GJgBTAAABBwCmANQAAAANtwMCLAYBAYJWACs0NAD//wA7AAAEvAc3BiYANgAAAQcAdQG3ATcAC7YCHgABAWFWACs0AP//ACAAAANjBgAGJgBWAAABBwB1AL0AAAALtgIXAwEBoFYAKzQA//8AO/4GBLwFsAQmADYAAAEHAdUBHf6oAA60AicYAQG4/5ewVgArNP///5/+BwLRBFQEJgBWAAABBwHV/7v+qQAOtAIgAgEBuP+YsFYAKzT//wA7AAAEvAc4BiYANgAAAQcAnwDRATcAC7YCJAABAWpWACs0AP//ACAAAANZBgEGJgBWAAABBgCf1wAAC7YCHQMBAalWACs0AP//ACn/6gSjBzkGJgA3AAABBwB1AcMBOQALtgE6DwEBT1YAKzQA//8ALv/rA+0GAAYmAFcAAAEHAHUBRwAAAAu2ATYOAQGMVgArNAD//wAp/+oEowc5BiYANwAAAQcAngDJATkAC7YBPQ8BAVpWACs0AP//AC7/6wOzBgAGJgBXAAABBgCeTQAAC7YBOQ4BAZdWACs0AP//ACn+SgSjBcYGJgA3AAABBwB5AZL//wALtgE6KwAAE1YAKzQA//8ALv5BA7METwYmAFcAAAEHAHkBW//2AAu2ATYpAAAKVgArNAD//wAp/fsEowXGBiYANwAAAQcB1QEs/p0ADrQBQysBAbj/oLBWACs0//8ALv3yA7METwYmAFcAAAEHAdUA9P6UAA60AT8pAQG4/5ewVgArNP//ACn/6gSjBzoGJgA3AAABBwCfAN0BOQALtgFADwEBWFYAKzQA//8ALv/rA+MGAQYmAFcAAAEGAJ9hAAALtgE8DgEBlVYAKzQA//8Aqf38BQkFsAYmADgAAAEHAdUBHv6eAA60AhECAQG4/42wVgArNP//AEP9/AKVBUEGJgBYAAABBwHVAIL+ngAOtAIfEQEBuP+hsFYAKzT//wCp/ksFCQWwBiYAOAAAAQcAeQGFAAAAC7YCCAIBAABWACs0AP//AEP+SwKVBUEGJgBYAAABBwB5AOkAAAALtgIWEQAAFFYAKzQA//8AqQAABQkHNwYmADgAAAEHAJ8A0wE2AAu2Ag4DAQFpVgArNAD//wBD/+0DjQZ6BCYAWAAAAQcB1QJ+BYsADrQCGgQBALj/qLBWACs0//8AY//oBRwHIgYmADkAAAEHAKUA+wE7AAu2ASQLAQFrVgArNAD//wBb/+gEFQXrBiYAWQAAAQYApWUEAAu2AioRAQGqVgArNAD//wBj/+gFHAbkBiYAOQAAAQcAcAD/AT8AC7YBGAsBAaZWACs0AP//AFv/6AQUBa0GJgBZAAABBgBwaAgAC7YCHhEBAeVWACs0AP//AGP/6AUcBw8GJgA5AAABBwChASgBNwALtgEbAAEBU1YAKzQA//8AW//oBBQF2AYmAFkAAAEHAKEAkgAAAAu2AiERAQGSVgArNAD//wBj/+gFHAeUBiYAOQAAAQcAowF5AUIADbcCASEAAQFHVgArNDQA//8AW//oBBQGXQYmAFkAAAEHAKMA4gALAA23AwInEQEBhlYAKzQ0AP//AGP/6AUtBzYGJgA5AAABBwCmAW8BNwANtwIBFgABAVdWACs0NAD//wBb/+gElgX/BiYAWQAAAQcApgDYAAAADbcDAhwRAQGWVgArNDQAAAIAY/56BRwFsAAVACsAG0ANHiUBCwJyFxYREQYJcgArMhI5OSsyLzMwMUEzAw4CJy4CNxMzAwYWFhcWNjY3AxcOAgcGFhcyNjcXBgYjJiY3PgIEYLyoFqL5mZHRZRGouqcLMXtkaqNnENJLJldCBQQdIBoyFwQiTShRWwICWIEFsPwpmOB5AwN825ID2fwmX5RXAwNRmGj+jz0bQlMyICEBEAp7FRUBZ1BOdVQAAAMAW/5OBBQEOgAEABsAMQAhQBEkKw9yAREGchwdHQQEGAsLcgArMjIRMxEzKzIrMjAxQRMzAyMTNw4DJy4DNxMzAwYeAhcWNjYDFw4CBwYWFzI2NxcGBiMmJjc+AgLQjra8rWlKDUJxp3JZd0QWCHW1dQQGHj80bJZYAkslV0IGBB0gGjIYBCNMKVFbAgJZgQEEAzb7xgHeA2a3jU8DA0JwkFACuv1DLFVGKwIEWZ7+vj0bQlMyICEBEAp7FRUBZ1BOdVQA//8AwwAAB0EHNwYmADsAAAEHAJ4B3AE3AAu2BBkVAQFsVgArNAD//wCAAAAF/gYABiYAWwAAAQcAngEbAAAAC7YEGRUBAatWACs0AP//AKgAAAUzBzYGJgA9AAABBwCeAMQBNgALtgEMAgEBa1YAKzQA////qv5HA+wGAAYmAF0AAAEGAJ4kAAALtgIcAQEBq1YAKzQA//8AqAAABTMG/gYmAD0AAAEHAGoA/gE2AA23AgEeAgEBd1YAKzQ0AP///+wAAATOBzcGJgA+AAABBwB1Ab0BNwALtgMODQEBYVYAKzQA////7gAAA88GAAYmAF4AAAEHAHUBJQAAAAu2Aw4NAQGgVgArNAD////sAAAEzgb7BiYAPgAAAQcAogGYATcAC7YDFwgBAXZWACs0AP///+4AAAPPBcQGJgBeAAABBwCiAQAAAAALtgMXCAEBtVYAKzQA////7AAABM4HOAYmAD4AAAEHAJ8A1wE3AAu2AxQIAQFqVgArNAD////uAAADzwYBBiYAXgAAAQYAnz8AAAu2AxQIAQGpVgArNAD///+DAAAHeQdCBiYAgQAAAQcAdQL4AUIAC7YGGQMBAWxWACs0AP//ABP/6gZXBgEGJgCGAAABBwB1AnMAAQALtgNfDwEBjVYAKzQA//8AIP+jBZwHgAYmAIMAAAEHAHUCKQGAAAu2AzQWAQGWVgArNAD//wA6/3kEKQX/BiYAiQAAAQcAdQE6//8AC7YDMAoBAYtWACs0AP///6///wQMBI0GJgJLAAAABwJB/xz/dv///6///wQMBI0GJgJLAAAABwJB/xz/dv//AG4AAARCBI0GJgHzAAAABgJBPt////+mAAAD4wYeBiYCTgAAAQcARADfAB4AC7YDEAcBAWtWACs0AP///6YAAAQQBh4GJgJOAAABBwB1AWoAHgALtgMOAwEBa1YAKzQA////pgAAA+MGHgYmAk4AAAEGAJ5wHgALtgMTAwEBa1YAKzQA////pgAABCcGCQYmAk4AAAEGAKV3IgALtgMbAwEBa1YAKzQA////pgAAA/wF5gYmAk4AAAEHAGoAqgAeAA23BAMXAwEBa1YAKzQ0AP///6YAAAPjBnsGJgJOAAABBwCjAPUAKQANtwQDGQMBAVFWACs0NAD///+mAAAEFAZ6BiYCTgAAAAcCQgD4AAn//wBI/kcEMwSgBiYCTAAAAAcAeQFp//z//wAeAAAD8AYeBiYCQwAAAQcARAC0AB4AC7YEEgcBAWxWACs0AP//AB4AAAPwBh4GJgJDAAABBwB1AUAAHgALtgQQBwEBbFYAKzQA//8AHgAAA/AGHgYmAkMAAAEGAJ5FHgALtgQWBwEBbFYAKzQA//8AHgAAA/AF5gYmAkMAAAEGAGp/HgANtwUEGQcBAYRWACs0NAD//wArAAABwwYeBiYB/gAAAQYARJgeAAu2AQYDAQFrVgArNAD//wArAAACyQYeBiYB/gAAAQYAdSMeAAu2AQQDAQFrVgArNAD//wArAAACjgYeBiYB/gAAAQcAnv8pAB4AC7YBCQMBAXZWACs0AP//ACsAAAK1BeYGJgH+AAABBwBq/2MAHgANtwIBDQMBAYRWACs0NAD//wAeAAAEmwYJBiYB+QAAAQcApQChACIAC7YBGAYBAXZWACs0AP//AEz/7QRGBh4GJgH4AAABBwBEAPcAHgALtgIuEQEBW1YAKzQA//8ATP/tBEYGHgYmAfgAAAEHAHUBggAeAAu2AiwRAQFbVgArNAD//wBM/+0ERgYeBiYB+AAAAQcAngCIAB4AC7YCMREBAVtWACs0AP//AEz/7QRGBgkGJgH4AAABBwClAJAAIgALtgIxEQEBb1YAKzQA//8ATP/tBEYF5gYmAfgAAAEHAGoAwgAeAA23AwI1EQEBdFYAKzQ0AP//AEL/6wRPBh4GJgHyAAABBwBEANoAHgALtgEYCwEBa1YAKzQA//8AQv/rBE8GHgYmAfIAAAEHAHUBZQAeAAu2ARYLAQFrVgArNAD//wBC/+sETwYeBiYB8gAAAQYAnmseAAu2ARsLAQFrVgArNAD//wBC/+sETwXmBiYB8gAAAQcAagClAB4ADbcCAR8LAQGEVgArNDQA//8AdQAABGUGHgYmAe4AAAEHAHUBPAAeAAu2Aw4JAQFrVgArNAD///+mAAAEFgXLBiYCTgAAAQYAcHsmAAu2AxADAQGwVgArNAD///+mAAAD7wX2BiYCTgAAAQcAoQCkAB4AC7YDEwMBAV1WACs0AAAE/6b+TgPjBI0ABAAJAA0AIwAhQA8NDAwDFh0IA30PDgUFARIAPzMRMzM/My8zEjkvMzAxQQEjATMTAzczAQMHITcBFw4CBwYWFzI2NxcGBiMmJjc+AgKR/dfCApx8dtIOcwEAgRv9YBsCtUsmV0IGAx0gGjIXBCJNKFJbAgJZgQPh/B8EjftzA/mU+3MBr5iY/os9G0JTMiAhARAKexUVAWdQTnVUAP//AEj/7QQzBh4GJgJMAAABBwB1AXAAHgALtgEoEAEBW1YAKzQA//8ASP/tBDMGHgYmAkwAAAEGAJ52HgALtgEtEAEBW1YAKzQA//8ASP/tBDMF4gYmAkwAAAEHAKIBSwAeAAu2ATEQAQFwVgArNAD//wBI/+0EMwYfBiYCTAAAAQcAnwCKAB4AC7YBLhABAWRWACs0AP//AB7//wQMBh8GJgJLAAABBgCfNh4AC7YCJB0BAXRWACs0AP//AB4AAAPwBcsGJgJDAAABBgBwUCYAC7YEEgcBAbBWACs0AP//AB4AAAPwBfYGJgJDAAABBgCheh4AC7YEFQcBAV5WACs0AP//AB4AAAPwBeIGJgJDAAABBwCiARsAHgALtgQZBwEBgFYAKzQAAAUAHv5OA/AEjQADAAcACwAPACUAI0AQGB8LCgoGDw4HfREQEAUGEgA/MzMRMz8zMxI5LzMvMzAxZQchNxMDIxMBByE3AQchNwEXDgIHBhYXMjY3FwYGIyYmNz4CA0Yb/Xsb3Mq1ywJkG/3PGwLUG/2AGwE1SyVYQgUEHSAaMhgEI0wpUVsCAlmBmJiYA/X7cwSN/hmXlwHnmZn7rT0bQlMyICEBEAp7FRUBZ1BOdVT//wAeAAAD8AYfBiYCQwAAAQYAn1oeAAu2BBYHAQF0VgArNAD//wBM/+8EPAYeBiYCAAAAAQYAnnMeAAu2ATAQAQFmVgArNAD//wBM/+8EPAX2BiYCAAAAAQcAoQCnAB4AC7YBMBABAU1WACs0AP//AEz/7wQ8BeIGJgIAAAABBwCiAUgAHgALtgE0EAEBcFYAKzQA//8ATP34BDwEoAYmAgAAAAEHAdUBB/6aAA60ATQFAQG4/5mwVgArNP//AB4AAASbBh4GJgH/AAABBwCeAJEAHgALtgMRBwEBdlYAKzQA//8ADgAAAuAGCQYmAf4AAAEHAKX/MAAiAAu2AQkDAQF/VgArNAD//wArAAACzwXLBiYB/gAAAQcAcP80ACYAC7YBBgMBAbBWACs0AP//ACsAAAKoBfYGJgH+AAABBwCh/10AHgALtgEJAwEBXVYAKzQA////gv5OAaoEjQYmAf4AAAAGAKTUAP//ACsAAAHiBeIGJgH+AAABBgCi/h4AC7YBDQMBAYBWACs0AP////b/7QRpBh4GJgH9AAABBwCeAQQAHgALtgEZAQEBdlYAKzQA//8AHv4CBIAEjQYmAfwAAAAHAdUA0P6k//8AHgAAAyMGHgYmAfsAAAEGAHUZHgALtgIIBwEBa1YAKzQA//8AHv4EAyMEjQYmAfsAAAEHAdUAy/6mAA60AhEGAQG4/5WwVgArNP//AB4AAAMjBI8GJgH7AAAABwHVAhMDoP//AB4AAAMjBI0GJgH7AAAABwCiAOD9Nf//AB4AAASbBh4GJgH5AAABBwB1AZQAHgALtgEKBgEBa1YAKzQA//8AHv4ABJsEjQYmAfkAAAAHAdUBJP6i//8AHgAABJsGHwYmAfkAAAEHAJ8ArgAeAAu2ARAGAQF0VgArNAD//wBM/+0ERgXLBiYB+AAAAQcAcACTACYAC7YCLhEBAaBWACs0AP//AEz/7QRGBfYGJgH4AAABBwChAL0AHgALtgIxEQEBTVYAKzQA//8ATP/tBMEGHQYmAfgAAAEHAKYBAwAeAA23AwIwEQEBUVYAKzQ0AP//AB0AAAP9Bh4GJgH1AAABBwB1AS8AHgALtgIfAAEBa1YAKzQA//8AHf4EA/0EjQYmAfUAAAAHAdUAyf6m//8AHQAAA/0GHwYmAfUAAAEGAJ9JHgALtgIlAAEBdFYAKzQA//8AEv/uA+sGHgYmAfQAAAEHAHUBRQAeAAu2AToPAQFbVgArNAD//wAS/+4D6wYeBiYB9AAAAQYAnkseAAu2AT8PAQFmVgArNAD//wAS/ksD6wSeBiYB9AAAAAcAeQFJAAD//wAS/+4D6wYfBiYB9AAAAQYAn18eAAu2AUAPAQFmVgArNAD//wBu/f8EQgSNBiYB8wAAAQcB1QDO/qEADrQCEQIBAbj/kLBWACs0//8AbgAABEIGHwYmAfMAAAEGAJ9THgALtgIOBwEBdFYAKzQA//8Abv5OBEIEjQYmAfMAAAAHAHkBNQAD//8AQv/rBE8GCQYmAfIAAAEGAKVzIgALtgEbCwEBf1YAKzQA//8AQv/rBE8FywYmAfIAAAEGAHB2JgALtgEYCwEBsFYAKzQA//8AQv/rBE8F9gYmAfIAAAEHAKEAnwAeAAu2ARsLAQFdVgArNAD//wBC/+sETwZ7BiYB8gAAAQcAowDwACkADbcCASELAQFRVgArNDQA//8AQv/rBKQGHQYmAfIAAAEHAKYA5gAeAA23AgEaCwEBYVYAKzQ0AAACAEL+cwRPBI0AFQArABpADB4lFxYWEQYLcgwAfQA/MisyMhEzLzMwMUEzAw4CJy4CNxMzAwYWFhcWNjY3AxcOAgcGFhcyNjcXBgYjJiY3PgIDmbaDEo/Yf3i5YQ6Ds4QJL2hNUoRVDalKJVdCBgMcIRoyFwQiTShSWwICWYEEjfz0gbZfAwJhs30DDPzzTW48AgI4cVL+3z0bQlMyICEBEAp7FRUBZ1BOdVT//wCUAAAGKQYeBiYB8AAAAQcAngE3AB4AC7YEGwoBAXZWACs0AP//AHUAAARlBh4GJgHuAAABBgCeQR4AC7YDEwkBAXZWACs0AP//AHUAAARlBeYGJgHuAAABBgBqfB4ADbcEAxcJAQGEVgArNDQA////3QAABA4GHgYmAe0AAAEHAHUBPAAeAAu2Aw4NAQFrVgArNAD////dAAAEDgXiBiYB7QAAAQcAogEXAB4AC7YDFw0BAYBWACs0AP///90AAAQOBh8GJgHtAAABBgCfVh4AC7YDFA0BAXRWACs0AP///68AAASLBj4GJgAlAAABBgCuA/8ADrQDDgMAALj/PrBWACs0//8AAwAABRUGPwQmAClkAAEHAK7+4AAAAA60BBAHAAC4/z+wVgArNP//ABEAAAXbBkEEJgAsZAAABwCu/u4AAv//ABcAAAJmBkEEJgAtZAABBwCu/vQAAgAOtAEEAwAAuP9BsFYAKzT//wBr/+kFJAY+BCYAMxQAAQcArv9I//8ADrQCLBEAALj/KrBWACs0////7QAABZcGPgQmAD1kAAEHAK7+yv//AAu2AQoIAACOVgArNAD//wAeAAAE8gY+BCYAuhQAAQcArv9K//8ADrQDNh0AALj/KrBWACs0//8AIP/0AxsGdAYmAMMAAAEHAK//LP/rABBACQMCASsAAQGiVgArNDQ0////rwAABIsFsAYGACUAAP//ADv//wSaBbAGBgAmAAD//wA7AAAEsQWwBgYAKQAA////7AAABM4FsAYGAD4AAP//ADsAAAV3BbAGBgAsAAD//wBJAAACAgWwBgYALQAA//8AOwAABVEFsAYGAC8AAP//ADsAAAa3BbAGBgAxAAD//wA7AAAFeAWwBgYAMgAA//8Ac//pBRAFxwYGADMAAP//ADsAAATvBbAGBgA0AAD//wCpAAAFCQWwBgYAOAAA//8AqAAABTMFsAYGAD0AAP///9QAAAUrBbAGBgA8AAD//wBJAAADCgcKBiYALQAAAQcAav+4AUIADbcCARkDAQGDVgArNDQA//8AqAAABTMG/gYmAD0AAAEHAGoA/gE2AA23AgEeAgEBd1YAKzQ0AP//AEj/5wQmBjgGJgC7AAABBwCuAWn/+QALtgNCBgEBmlYAKzQA//8AKf/qA+AGNwYmAL8AAAEHAK4BIf/4AAu2AkArAQGaVgArNAD//wAl/mED6AY4BiYAwQAAAQcArgE7//kAC7YCHQMBAa5WACs0AP//AIT/9AJmBiMGJgDDAAABBgCuJOQAC7YBEgABAZlWACs0AP//AGj/5wQMBnQGJgDLAAABBgCvHesAEEAJAwIBOA8BAaJWACs0NDT//wAuAAAEWQQ6BgYAjgAA//8ARv/pBBcEUQYGAFMAAP///+b+YAQlBDoGBgB2AAD//wBuAAAD7gQ6BgYAWgAA////v/5LBFEERwYGAosAAP//AGX/9ALdBbMGJgDDAAABBgBqi+sADbcCAScAAQGiVgArNDQA//8AaP/nA+IFswYmAMsAAAEGAGp86wANtwIBNA8BAaJWACs0NAD//wBG/+kEFwY4BiYAUwAAAQcArgEs//kAC7YCLAYBAZpWACs0AP//AGj/5wPiBiMGJgDLAAABBwCuARX/5AALtgEfDwEBmVYAKzQA//8AZ//nBe8GIAYmAM4AAAEHAK4CPf/hAAu2AkAfAQGWVgArNAD//wA7AAAEsQcKBiYAKQAAAQcAagEBAUIADbcFBCUHAQGDVgArNDQA//8ARAAABKUHQgYmALEAAAEHAHUBxwFCAAu2AQYFAQFsVgArNAAAAQAp/+oEowXGADkAG0ANCiYPNjErCXIYFA8DcgArzDMrzDMSOTkwMUE2LgInLgM3PgMXHgIHJzYmJicmBgYHBh4CFx4DBw4DJy4DNxcGHgIXFjY2A2wJLFRoNEuRdEEHCGKYtl2BzHIHvAc6eVhQkWQLCDBVZS5QlXM9CAlknLpeYq+GSAW7BShRcENPl2oBd0JZPSkSGkZjiFtlmWYyAgNtxIUBV31EAgI0bVU7VDooDxtJZ45gaJhhLgIBPXKjaAFGakclAQIwagD//wBJAAACAgWwBgYALQAA//8ASQAAAwoHCgYmAC0AAAEHAGr/uAFCAA23AgEZAwEBg1YAKzQ0AP//AAf/6AREBbAGBgAuAAD//wBEAAAFagWwBgYCRwAA//8AOwAABVEHMQYmAC8AAAEHAHUBsQExAAu2Aw4DAQFbVgArNAD//wCU/+gFQAcaBiYA3gAAAQcAoQEWAUIAC7YCHgEBAV5WACs0AP///68AAASLBbAGBgAlAAD//wA7//8EmgWwBgYAJgAA//8ARAAABKUFsAYGALEAAP//ADsAAASxBbAGBgApAAD//wBEAAAFbwcaBiYA3AAAAQcAoQFqAUIAC7YBDwEBAV5WACs0AP//ADsAAAa3BbAGBgAxAAD//wA7AAAFdwWwBgYALAAA//8Ac//pBRAFxwYGADMAAP//AEQAAAVwBbAGBgC2AAD//wA7AAAE7wWwBgYANAAA//8AcP/oBPkFxwYGACcAAP//AKkAAAUJBbAGBgA4AAD////UAAAFKwWwBgYAPAAA//8AMf/pA8cEUAYGAEUAAP//AEX/6wPaBFEGBgBJAAD//wAwAAAEOAXDBiYA8AAAAQcAoQCk/+sAC7YBDwEBAX1WACs0AP//AEb/6QQXBFEGBgBTAAD////X/mAEAARRBgYAVAAAAAEARv/qA+IEUQAnABNACQAJHRQHcgkLcgArKzIRMzAxZRY2Njc3DgInLgM3Nz4DFx4CFScuAicmDgIHBwYeAgHjQnJQEawQicVrcp9gJAoEDFKJvHVyqFyqATBeRVN7VTEJBQYJLmCDATRgPwFtpFsCAluYv2UrbcWZVgMCZ7BwAUBsQgMCQnOMSCpAhnNI////qv5HA+wEOgYGAF0AAP///8UAAAP1BDoGBgBcAAD//wBF/+sD3AXIBiYASQAAAQcAagCKAAAADbcCAUELAQGjVgArNDQA//8ALgAAA4QF6wYmAOwAAAEHAHUA0P/rAAu2AQYFAQGLVgArNAD//wAu/+sDswRPBgYAVwAA//8ALwAAAeUFxgYGAE0AAP//AC8AAAK4BcYGJgCNAAABBwBq/2b//gANtwIBGQMBAbVWACs0NAD///8T/kYB1gXGBgYATgAA//8AMAAABFgF6gYmAPEAAAEHAHUBOv/qAAu2Aw4DAQGKVgArNAD///+q/kcD7AXYBiYAXQAAAQYAoVgAAAu2Ah4BAQGSVgArNAD//wDDAAAHQQc3BiYAOwAAAQcARAJLATcAC7YEGBUBAWFWACs0AP//AIAAAAX+BgAGJgBbAAABBwBEAYoAAAALtgQYFQEBoFYAKzQA//8AwwAAB0EHNwYmADsAAAEHAHUC1gE3AAu2BBYBAQFhVgArNAD//wCAAAAF/gYABiYAWwAAAQcAdQIWAAAAC7YEFgEBAaBWACs0AP//AMMAAAdBBv8GJgA7AAABBwBqAhYBNwANtwUEKxUBAXhWACs0NAD//wCAAAAF/gXIBiYAWwAAAQcAagFWAAAADbcFBCsVAQG3VgArNDQA//8AqAAABTMHNgYmAD0AAAEHAEQBMwE2AAu2AQsCAQFgVgArNAD///+q/kcD7AYABiYAXQAAAQcARACTAAAAC7YCGwEBAaBWACs0AP//AKwEIgGKBgAGBgALAAD//wDJBBMCpwYABgYABgAA//8ARP/yA/QFsAQmAAUAAAAHAAUCAAAA////Cf5HAsgF2AYmAJwAAAEHAJ//Rv/XAAu2ARgAAQGAVgArNAD//wCJBBUB4QYABgYBhgAA//8AOwAABrcHNwYmADEAAAEHAHUCxwE3AAu2AxEAAQFhVgArNAD//wAeAAAGYAYABiYAUQAAAQcAdQKlAAAAC7YDMwMBAaBWACs0AP///6/+aQSLBbAGJgAlAAABBwCnAXUAAQAQtQQDEQUBAbj/tbBWACs0NP//ADH+aQPHBFAGJgBFAAABBwCnAMIAAQAQtQMCPjEBAbj/ybBWACs0NP//ADsAAASxB0IGJgApAAABBwBEATYBQgALtgQSBwEBbFYAKzQA//8ARAAABW8HQgYmANwAAAEHAEQBpAFCAAu2AQwBAQFsVgArNAD//wBF/+sD2gYABiYASQAAAQcARAC+AAAAC7YBLgsBAYxWACs0AP//ADAAAAQ4BesGJgDwAAABBwBEAN7/6wALtgEMAQEBi1YAKzQA//8AhQAABZAFsAYGALkAAP//AE7+JwUkBDwGBgDNAAD//wCtAAAFSwbnBiYBGQAAAQcArARFAPkADbcDAhUTAQEtVgArNDQA//8AhQAABD0FvwYmARoAAAEHAKwDrv/RAA23AwIZFwEBe1YAKzQ0AP//AEb+RwhZBFEEJgBTAAAABwBdBG0AAP//AHP+RwlDBccEJgAzAAAABwBdBVcAAP//ACX+TwSOBcYGJgDbAAABBwJsAYL/tgALtgJCKgAAZFYAKzQA//8AIP5QA6QEUAYmAO8AAAEHAmwBLf+3AAu2Aj8pAABlVgArNAD//wBw/k8E+QXHBiYAJwAAAQcCbAHK/7YAC7YBKwUAAGRWACs0AP//AEb+TwPiBFEGJgBHAAABBwJsAUX/tgALtgErCQAAZFYAKzQA//8AqAAABTMFsAYGAD0AAP//AIX+XwQbBDoGBgC9AAD//wBJAAACAgWwBgYALQAA////qwAAB3UHGgYmANoAAAEHAKECLAFCAAu2BR0NAQFeVgArNAD///+nAAAGDgXDBiYA7gAAAQcAoQFd/+sAC7YFHQ0BAX1WACs0AP//AEkAAAICBbAGBgAtAAD///+vAAAEiwcPBiYAJQAAAQcAoQEtATcAC7YDEwcBAVNWACs0AP//ADH/6QPrBdgGJgBFAAABBwChAKAAAAALtgJADwEBflYAKzQA////rwAABIsG/wYmACUAAAEHAGoBMwE3AA23BAMjBwEBeFYAKzQ0AP//ADH/6QP4BcgGJgBFAAABBwBqAKYAAAANtwMCUA8BAaNWACs0NAD///+DAAAHeQWwBgYAgQAA//8AE//qBlcEUQYGAIYAAP//ADsAAASxBxoGJgApAAABBwChAPwBQgALtgQVBwEBXlYAKzQA//8ARf/rA9oF2AYmAEkAAAEHAKEAhAAAAAu2ATELAQF+VgArNAD//wBS/+kFGgbcBiYBWAAAAQcAagEJARQADbcCAUIAAQFBVgArNDQA//8AP//qA80EUQYGAJ0AAP//AD//6gPiBckGJgCdAAABBwBqAJAAAQANtwIBQAABAaJWACs0NAD///+rAAAHdQcKBiYA2gAAAQcAagIyAUIADbcGBS0NAQGDVgArNDQA////pwAABg4FswYmAO4AAAEHAGoBYv/rAA23BgUtDQEBolYAKzQ0AP//ACX/6gSOBx8GJgDbAAABBwBqAPgBVwANtwMCVBUBAYRWACs0NAD//wAg/+oDugXHBiYA7wAAAQYAamj/AA23AwJRFAEBo1YAKzQ0AP//AEQAAAVvBu8GJgDcAAABBwBwAUEBSgALtgEMCAEBsVYAKzQA//8AMAAABDgFmAYmAPAAAAEGAHB78wALtgEMCAEB0FYAKzQA//8ARAAABW8HCgYmANwAAAEHAGoBcAFCAA23AgEfAQEBg1YAKzQ0AP//ADAAAAQ4BbMGJgDwAAABBwBqAKr/6wANtwIBHwEBAaJWACs0NAD//wBz/+kFEAcBBiYAMwAAAQcAagFVATkADbcDAkERAQFmVgArNDQA//8ARv/pBBcFyAYmAFMAAAEHAGoAkwAAAA23AwJBBgEBo1YAKzQ0AP//AGf/6QT+BccGBgEXAAD//wBD/+gEFgRSBgYBGAAA//8AZ//pBP4HBQYmARcAAAEHAGoBYgE9AA23BANPAAEBalYAKzQ0AP//AEP/6AQWBcoGJgEYAAABBwBqAJAAAgANtwQDQQABAaVWACs0NAD//wB2/+kE/wcgBiYA5wAAAQcAagFMAVgADbcDAkIeAQGFVgArNDQA//8AMv/oA9YFyAYmAP8AAAEHAGoAhAAAAA23AwJBCQEBo1YAKzQ0AP//AJT/6AVABu8GJgDeAAABBwBwAOwBSgALtgIbGAEBsVYAKzQA////qv5HA+wFrQYmAF0AAAEGAHAvCAALtgIbGAEB5VYAKzQA//8AlP/oBUAHCgYmAN4AAAEHAGoBHAFCAA23AwIuAQEBg1YAKzQ0AP///6r+RwPsBcgGJgBdAAABBgBqXgAADbcDAi4BAQG3VgArNDQA//8AlP/oBUAHQQYmAN4AAAEHAKYBXQFCAA23AwIZAQEBYlYAKzQ0AP///6r+RwRdBf8GJgBdAAABBwCmAJ8AAAANtwMCGQEBAZZWACs0NAD//wDLAAAFOgcKBiYA4QAAAQcAagFEAUIADbcDAi8WAQGDVgArNDQA//8AeQAAA/UFswYmAPkAAAEGAGpq6wANtwMCLQMBAaJWACs0NAD//wBE//8GlwcKBiYA5QAAAQcAagIIAUIADbcDAjIcAQGDVgArNDQA//8AMf//BaoFswYmAP0AAAEHAGoBav/rAA23AwIyHAEBolYAKzQ0AP//AEf/6AR2BgAGBgBIAAD///+v/qAEiwWwBiYAJQAAAQcArQTdAAAADrQDEQUBAbj/dbBWACs0//8AMf6gA8cEUAYmAEUAAAEHAK0EKgAAAA60Aj4xAQG4/4mwVgArNP///68AAASLB7oGJgAlAAABBwCrBQEBRwALtgMPBwEBcVYAKzQA//8AMf/pA8cGgwYmAEUAAAEHAKsEdAAQAAu2AjwPAQGcVgArNAD///+vAAAF7AfEBiYAJQAAAQcCUgDxAS8ADbcEAxIHAQFhVgArNDQA//8AMf/pBV4GjQYmAEUAAAEGAlJj+AANtwMCQQ8BAYxWACs0NAD///+vAAAEiwfABiYAJQAAAQcCUwD3AT0ADbcEAxAHAQFcVgArNDQA//8AMf/pA/0GiQYmAEUAAAEGAlNqBgANtwMCPQ8BAYdWACs0NAD///+vAAAFawfrBiYAJQAAAQcCVADyARwADbcEAxMDAQFQVgArNDQA//8AMf/pBN4GtAYmAEUAAAEGAlRl5QANtwMCQA8BAXtWACs0NAD///+vAAAEiwfaBiYAJQAAAQcCVQDuAQYADbcEAxAHAQE6VgArNDQA//8AMf/pA/gGowYmAEUAAAEGAlVhzwANtwMCPQ8BAWVWACs0NAD///+v/qAEiwc3BiYAJQAAACcAngD5ATcBBwCtBN0AAAAXtAQaBQEBuP91t1YDEQcBAWxWACs0KzQA//8AMf6gA9EGAAYmAEUAAAAmAJ5sAAEHAK0EKgAAABe0A0cxAQG4/4m3VgI+DwEBl1YAKzQrNAD///+vAAAEiwe4BiYAJQAAAQcCVwEXAS0ADbcEAxMHAQFcVgArNDQA//8AMf/pA+YGgQYmAEUAAAEHAlcAiv/2AA23AwJADwEBh1YAKzQ0AP///68AAASLB7gGJgAlAAABBwJQARcBLQANtwQDEwcBAVxWACs0NAD//wAx/+kD5gaBBiYARQAAAQcCUACK//YADbcDAkAPAQGHVgArNDQA////rwAABIsIQgYmACUAAAEHAlgBHgE+AA23BAMTBwEBblYAKzQ0AP//ADH/6QPXBwsGJgBFAAABBwJYAJEABwANtwMCQA8BAZlWACs0NAD///+vAAAEkwgVBiYAJQAAAQcCawEfAUYADbcEAxMHAQFvVgArNDQA//8AMf/pBAYG3gYmAEUAAAEHAmsAkgAPAA23AwJADwEBmlYAKzQ0AP///6/+oASLBw8GJgAlAAAAJwChAS0BNwEHAK0E3QAAABe0BCAFAQG4/3W3VgMTBwEBU1YAKzQrNAD//wAx/qAD6wXYBiYARQAAACcAoQCgAAABBwCtBCoAAAAXtANNMQEBuP+Jt1YCQA8BAX5WACs0KzQA//8AO/6qBLEFsAYmACkAAAEHAK0EnQAKAA60BBMCAQG4/3+wVgArNP//AEX+oAPaBFEGJgBJAAABBwCtBHQAAAAOtAEvAAEBuP+JsFYAKzT//wA7AAAEsQfFBiYAKQAAAQcAqwTPAVIAC7YEEQcBAXxWACs0AP//AEX/6wPaBoMGJgBJAAABBwCrBFcAEAALtgEtCwEBnFYAKzQA//8AOwAABLEHLQYmACkAAAEHAKUAzwFGAAu2BB4HAQF2VgArNAD//wBF/+sEBwXrBiYASQAAAQYApVcEAAu2AToLAQGWVgArNAD//wA7AAAFugfPBiYAKQAAAQcCUgC/AToADbcFBBQHAQFsVgArNDQA//8ARf/rBUIGjQYmAEkAAAEGAlJH+AANtwIBMAsBAYxWACs0NAD//wA7AAAEsQfLBiYAKQAAAQcCUwDFAUgADbcFBBIHAQFnVgArNDQA//8ARf/rA+EGiQYmAEkAAAEGAlNOBgANtwIBLgsBAYdWACs0NAD//wA7AAAFOgf2BiYAKQAAAQcCVADBAScADbcFBBUHAQFbVgArNDQA//8ARf/rBMIGtAYmAEkAAAEGAlRJ5QANtwIBMQsBAXtWACs0NAD//wA7AAAEsQflBiYAKQAAAQcCVQC9AREADbcFBBIHAQFFVgArNDQA//8ARf/rA9wGowYmAEkAAAEGAlVFzwANtwIBLgsBAWVWACs0NAD//wA7/qoEsQdCBiYAKQAAACcAngDHAUIBBwCtBJ0ACgAXtAUcAgEBuP9/t1YEEwcBAXdWACs0KzQA//8ARf6gA9oGAAYmAEkAAAAmAJ5PAAEHAK0EdAAAABe0AjgAAQG4/4m3VgEvCwEBl1YAKzQrNAD//wBJAAACuQfFBiYALQAAAQcAqwOFAVIAC7YBBQMBAXxWACs0AP//AC8AAAJnBoEGJgCNAAABBwCrAzMADgALtgEFAwEBrlYAKzQA//8ADf6pAgIFsAYmAC0AAAEHAK0DUwAJAA60AQcCAQG4/36wVgArNP////D+qgHlBcYGJgBNAAABBwCtAzYACgAOtAITAgEBuP9/sFYAKzT//wBz/qAFEAXHBiYAMwAAAQcArQTxAAAADrQCLwYBAbj/ibBWACs0//8ARv6fBBcEUQYmAFMAAAEHAK0EhP//AA60Ai8RAQG4/4iwVgArNP//AHP/6QUQB7wGJgAzAAABBwCrBSMBSQALtgItEQEBX1YAKzQA//8ARv/pBBcGgwYmAFMAAAEHAKsEYQAQAAu2Ai0GAQGcVgArNAD//wBz/+kGDgfGBiYAMwAAAQcCUgETATEADbcDAjARAQFPVgArNDQA//8ARv/pBUwGjQYmAFMAAAEGAlJR+AANtwMCMAYBAYxWACs0NAD//wBz/+kFEAfCBiYAMwAAAQcCUwEZAT8ADbcDAi4RAQFKVgArNDQA//8ARv/pBBcGiQYmAFMAAAEGAlNXBgANtwMCLgYBAYdWACs0NAD//wBz/+kFjQftBiYAMwAAAQcCVAEUAR4ADbcDAjERAQE+VgArNDQA//8ARv/pBMwGtAYmAFMAAAEGAlRT5QANtwMCMQYBAXtWACs0NAD//wBz/+kFEAfcBiYAMwAAAQcCVQERAQgADbcDAi4RAQEoVgArNDQA//8ARv/pBBcGowYmAFMAAAEGAlVPzwANtwMCLgYBAWVWACs0NAD//wBz/qAFEAc5BiYAMwAAACcAngEbATkBBwCtBPEAAAAXtAM4BgEBuP+Jt1YCLxEBAVpWACs0KzQA//8ARv6fBBcGAAYmAFMAAAAmAJ5ZAAEHAK0EhP//ABe0AzgRAQG4/4i3VgIvBgEBl1YAKzQrNAD//wBm/+kGFAcxBiYAmAAAAQcAdQIQATEAC7YDOhwBAUdWACs0AP//AEP/6QT1BgAGJgCZAAABBwB1AWYAAAALtgM2EAEBjFYAKzQA//8AZv/pBhQHMQYmAJgAAAEHAEQBhAExAAu2AzwcAQFHVgArNAD//wBD/+kE9QYABiYAmQAAAQcARADaAAAAC7YDOBABAYxWACs0AP//AGb/6QYUB7QGJgCYAAABBwCrBR4BQQALtgM7HAEBV1YAKzQA//8AQ//pBPUGgwYmAJkAAAEHAKsEdAAQAAu2AzcQAQGcVgArNAD//wBm/+kGFAccBiYAmAAAAQcApQEdATUAC7YDSBwBAVFWACs0AP//AEP/6QT1BesGJgCZAAABBgClcwQAC7YDRBABAZZWACs0AP//AGb+oAYUBjoGJgCYAAABBwCtBOIAAAAOtAM9EAEBuP+JsFYAKzT//wBD/pYE9QSyBiYAmQAAAQcArQR2//YADrQDORsBAbj/f7BWACs0//8AY/6gBRwFsAYmADkAAAEHAK0EyQAAAA60ARkGAQG4/4mwVgArNP//AFv+oAQUBDoGJgBZAAABBwCtBDEAAAAOtAIfCwEBuP+JsFYAKzT//wBj/+gFHAe6BiYAOQAAAQcAqwT8AUcAC7YBFwABAXFWACs0AP//AFv/6AQUBoMGJgBZAAABBwCrBGUAEAALtgIdEQEBsFYAKzQA//8AY//pBooHQgYmAJoAAAEHAHUCCgFCAAu2AiAKAQFsVgArNAD//wBb/+gFRwXrBiYAmwAAAQcAdQFg/+sAC7YDJhsBAYtWACs0AP//AGP/6QaKB0IGJgCaAAABBwBEAX8BQgALtgIiCgEBbFYAKzQA//8AW//oBUcF6wYmAJsAAAEHAEQA1f/rAAu2AygbAQGLVgArNAD//wBj/+kGigfFBiYAmgAAAQcAqwUYAVIAC7YCIQoBAXxWACs0AP//AFv/6AVHBm4GJgCbAAABBwCrBG7/+wALtgMnGwEBm1YAKzQA//8AY//pBooHLQYmAJoAAAEHAKUBFwFGAAu2Ai4VAQF2VgArNAD//wBb/+gFRwXWBiYAmwAAAQYApW7vAAu2AzQbAQGVVgArNAD//wBj/pcGigYDBiYAmgAAAQcArQTh//cADrQCIxABAbj/gLBWACs0//8AW/6gBUcEkQYmAJsAAAEHAK0EZQAAAA60AykVAQG4/4mwVgArNP//AKj+oQUzBbAGJgA9AAABBwCtBJgAAQAOtAEMBgEBuP92sFYAKzT///+q/gID7AQ6BiYAXQAAAQcArQTa/2IADrQCIggAALj/ubBWACs0//8AqAAABTMHuQYmAD0AAAEHAKsEzAFGAAu2AQoCAQFwVgArNAD///+q/kcD7AaDBiYAXQAAAQcAqwQsABAAC7YCGgEBAbBWACs0AP//AKgAAAUzByEGJgA9AAABBwClAMwBOgALtgEXCAEBalYAKzQA////qv5HA+wF6wYmAF0AAAEGAKUrBAALtgInGAEBqlYAKzQA//8AAP7LBRIGAAQmAEgAAAAnAkEB+QJGAQcAQwB//2MAF7QENxYBAbj/d7dWAzILAQGDVgArNCs0AP//AKn+mQUJBbAGJgA4AAABBwJsAi8AAAALtgILAgAAmlYAKzQA//8AYP6ZA+kEOgYmAPYAAAEHAmwBuQAAAAu2AgsCAACaVgArNAD//wDL/pkFOgWwBiYA4QAAAQcCbALnAAAAC7YCHRkBAJpWACs0AP//AHn+mQP1BDwGJgD5AAABBwJsAecAAAALtgIbAgEAmlYAKzQA//8ARP6ZBKUFsAYmALEAAAEHAmwA6QAAAAu2AQkEAACaVgArNAD//wAu/pkDhAQ6BiYA7AAAAQcCbADPAAAAC7YBCQQAAJpWACs0AP//AIj+UwXFBcYGJgFMAAABBwJsAuP/ugALtgI6CgAAa1YAKzQA//8ABP5WBEkEUQYmAU0AAAEHAmwB5f+9AAu2AjkJAABrVgArNAD//wAgAAAD2gYABgYATAAAAAIALP//BHwFsAAYABwAGkAMHBsYAAALDAJyDgsIAD8zKxI5LzPMMjAxQQUeAgcOAychEzMDBTI2Njc2JiYnJQEHITcBWgF1f8VpDAldlbto/eT8veIBSlmXYgwKNXBP/nMBdBv9lRsDXwEDYriGbqZwOAEFsPrtAUSBXFFyPQMBAiaYmAAAAgAs//8EfAWwABgAHAAZQAscGxgAAAsMAg4LCAA/Mz8SOS8zzDIwMUEFHgIHDgMnIRMzAwUyNjY3NiYmJyUBByE3AVoBdX/FaQwJXZW7aP3k/L3iAUpZl2IMCjVwT/5zAXQb/ZUbA18BA2K4hm6mcDgBBbD67QFEgVxRcj0DAQImmJgAAgARAAAEpQWwAAUACQAWQAoGBwcEAgUCcgQIAD8rMhI5LzMwMUEHIQMjEwEHITcEpRz9WOG8/QFWG/2VGwWwnvruBbD9k5iYAAAC/+cAAAOEBDoABQAJABZACgkICAQCBQZyBAoAPysyEjkvMzAxQQchAyMTAQchNwOEHP4cobW8AYQb/ZQbBDqZ/F8EOv48mJgAAAQAWAAABX4FsAADAAkADQARACtAFQwLCwcHBhARBhEGEQIJAwJyCgIIcgArMisyETk5Ly8RMxEzEjkRMzAxQQMjEyEBISczAQMBNwEBByE3AhH8vf0EKf0Q/q4B8AJcwv5dfwH7/kcb/ZUbBbD6UAWw/N+gAoH6UAKyn/yvBM6YmAAEADoAAAQzBgAAAwAJAA0AEQAtQBcEBnIMCwsHBwYQEQYRBhECAwByCgIKcgArMisROTkvLxEzETMSOREzKzAxQQEjCQIhNzMBAwE3AQMHITcB+f72tQELAu796/7oBscBe3v+6nYBadcb/ZUbBgD6AAYA/jr9u5oBq/vGAgyb/VkFWJiYAAIAqAAABTMFsAAIAAwAHUAPDAEEBwMLCwYDCAJyBghyACsrMhE5Lxc5MzAxQRMBMwEDIxMBAQchNwF17wHu4f1zXbxh/roC8hv9lRsFsP0mAtr8Zv3qAisDhfzwmJgAAAQAXv5fBBsEOgADAAgADQARABdACxEQEAIFDQZyAg5yACsrMhI5LzMwMWUDIxM3ATMBIwMTByMDAQchNwICYLVgagGjwf2/fyWRBHPLAmAb/ZQbhP3bAiWBAzX7xgQ6/LXvBDr8UpiYAAAC/9QAAAUrBbAACwAPAB9ADw8HBQEECgMODgkFAwACcgArMi8zOS8XORI5MzAxQRMBMwEBIwEBIwkCByE3AZ78Aarn/ckBU9L+/f5L6QJE/rYDABv9lRsFsP3TAi39Jv0qAjj9yALoAsj9hZiYAAL/xQAAA/UEOgALAA8AH0APDwcFAQoEAw4OCQUDAAZyACsyLzM5Lxc5EjkzMDFBEwEzAQEjAwEjAQMBByE3AUmnASbf/k4BCMWz/s/dAb7/Aqgb/ZUbBDr+dwGJ/eH95QGV/msCLQIN/j6YmAD//wAp/+oD4ARPBgYAvwAA////1wAABKQFsAYmACoAAAEHAkH/RP59AA60Aw4CAgC4AQiwVgArNP//AJgCiwXWAyMGBgGDAAD//wAYAAAEJwXHBgYAFgAA//8ANf/qBBoFxwYGABcAAP//AAUAAAQeBbAGBgAYAAD//wBy/+gEawWwBgYAGQAA//8Agf/pBAYFswQGABoUAP//AFT/6QQ/BccEBgAcFAD//wCU//0EEAXHBAYAHQAA//8Afv/oBDQFyAQGABQUAP//AHT/6wUFB1cGJgArAAABBwB1AfkBVwALtgEsEAEBbVYAKzQA//8AA/5RBCkGAAYmAEsAAAEHAHUBTQAAAAu2Az8aAQGMVgArNAD//wA7AAAFeAc3BiYAMgAAAQcARAGcATcAC7YBDAkBAWFWACs0AP//ACAAAAPaBgAGJgBSAAABBwBEANIAAAALtgIeAwEBoFYAKzQA////rwAABIsHIAYmACUAAAEHAKwEgAEyAA23BAMOAwEBZlYAKzQ0AP//ADH/6QPHBekGJgBFAAABBwCsA/P/+wANtwMCPA8BAZFWACs0NAD//wA7AAAEsQcrBiYAKQAAAQcArAROAT0ADbcFBBEHAQFxVgArNDQA//8ARf/rA9oF6QYmAEkAAAEHAKwD1//7AA23AgEtCwEBkVYAKzQ0AP///+AAAAKKBysGJgAtAAABBwCsAwUBPQANtwIBBQMBAXFWACs0NAD///+NAAACNwXnBiYAjQAAAQcArAKy//kADbcCAQUDAQGjVgArNDQA//8Ac//pBRAHIgYmADMAAAEHAKwEogE0AA23AwItEQEBVFYAKzQ0AP//AEb/6QQXBekGJgBTAAABBwCsA+D/+wANtwMCLQYBAZFWACs0NAD//wA7AAAEvAcgBiYANgAAAQcArAREATIADbcDAh8AAQFmVgArNDQA//8AIAAAAtEF6QYmAFYAAAEHAKwDSv/7AA23AwIYAwEBpVYAKzQ0AP//AGP/6AUcByAGJgA5AAABBwCsBHsBMgANtwIBFwsBAWZWACs0NAD//wBb/+gEFAXpBiYAWQAAAQcArAPk//sADbcDAh0RAQGlVgArNDQA////sQAABUEGPgQmANBkAAAHAK7+jv////8AO/6qBJoFsAYmACYAAAEHAK0ElwAKAA60AjQbAQG4/3+wVgArNP//AB/+lgQCBgAGJgBGAAABBwCtBIX/9gAOtAMzBAEBuP9rsFYAKzT//wA7/qoEzwWwBiYAKAAAAQcArQSXAAoADrQCIh0BAbj/f7BWACs0//8AR/6gBHYGAAYmAEgAAAEHAK0EmgAAAA60AzMWAQG4/4mwVgArNP//ADv+BgTPBbAGJgAoAAABBwHVAR/+qAAOtAIoHQEBuP+XsFYAKzT//wBH/fwEdgYABiYASAAAAQcB1QEh/p4ADrQDORYBAbj/obBWACs0//8AO/6qBXcFsAYmACwAAAEHAK0E+QAKAA60Aw8KAQG4/3+wVgArNP//ACD+qgPaBgAGJgBMAAABBwCtBH8ACgAOtAIeAgEBuP9/sFYAKzT//wA7AAAFUQcxBiYALwAAAQcAdQGxATEAC7YDDgMBAVtWACs0AP//ACAAAAQjB0EGJgBPAAABBwB1AX0BQQALtgMOAwEAG1YAKzQA//8AO/76BVEFsAYmAC8AAAEHAK0E0wBaAA60AxECAQG4/8+wVgArNP//ACD+5wQbBgAGJgBPAAABBwCtBFAARwAOtAMRAgEBuP+8sFYAKzT//wA7/qoDsQWwBiYAMAAAAQcArQSeAAoADrQCCwIBAbj/f7BWACs0////8P6qAe8GAAYmAFAAAAEHAK0DNgAKAA60AQcCAQG4/3+wVgArNP//ADv+qga3BbAGJgAxAAABBwCtBacACgAOtAMUBgEBuP9/sFYAKzT//wAe/qoGYARRBiYAUQAAAQcArQWrAAoADrQDNgIBAbj/f7BWACs0//8AO/6qBXgFsAYmADIAAAEHAK0E/wAKAA60AQ0CAQG4/3+wVgArNP//ACD+qgPaBFEGJgBSAAABBwCtBGcACgAOtAIfAgEBuP9/sFYAKzT//wBz/+kFEAfoBiYAMwAAAQcCUQUgAVQADbcDAjERAQFaVgArNDQA//8AOwAABO8HQgYmADQAAAEHAHUBtQFCAAu2ARgPAQFsVgArNAD////X/mAEOAX2BiYAVAAAAQcAdQGS//YAC7YDMAMBAZZWACs0AP//ADv+qgS8BbAGJgA2AAABBwCtBJUACgAOtAIhGAEBuP9/sFYAKzT////u/qsC0QRUBiYAVgAAAQcArQM0AAsADrQCGgIBAbj/gLBWACs0//8AKf6fBKMFxgYmADcAAAEHAK0EpP//AA60AT0rAQG4/4iwVgArNP//AC7+lgOzBE8GJgBXAAABBwCtBG3/9gAOtAE5KQEBuP9/sFYAKzT//wCp/qAFCQWwBiYAOAAAAQcArQSXAAAADrQCCwIBAbj/dbBWACs0//8AQ/6gApUFQQYmAFgAAAEHAK0D+wAAAA60AhkRAQG4/4mwVgArNP//AGP/6AUcB+YGJgA5AAABBwJRBPkBUgANtwIBGwABAWxWACs0NAD//wClAAAFYQctBiYAOgAAAQcApQDgAUYAC7YCGAkBAXZWACs0AP//AG4AAAPuBeEGJgBaAAABBgClG/oAC7YCGAkBAaBWACs0AP//AKX+qgVhBbAGJgA6AAABBwCtBMoACgAOtAINBAEBuP9/sFYAKzT//wBu/qoD7gQ6BiYAWgAAAQcArQQ4AAoADrQCDQQBAbj/f7BWACs0//8Aw/6qB0EFsAYmADsAAAEHAK0FzQAKAA60BBkTAQG4/3+wVgArNP//AID+qgX+BDoGJgBbAAABBwCtBSwACgAOtAQZEwEBuP9/sFYAKzT////s/qoEzgWwBiYAPgAAAQcArQSXAAoADrQDEQIBAbj/f7BWACs0////7v6qA88EOgYmAF4AAAEHAK0EQwAKAA60AxECAQG4/3+wVgArNP///wz/6QVWBdYEJgAzRgABBwFy/hn//wANtwMCLhEAABJWACs0NAD///+mAAAD4wUbBiYCTgAAAAcArv+q/tz////iAAAELAUeBCYCQzwAAAcArv6//t/////9AAAE1wUbBCYB/zwAAAcArv7a/tz//wACAAAB5gUeBCYB/jwAAAcArv7f/t///wAe/+0EUAUbBCYB+AoAAAcArv77/tz///+aAAAEoQUbBCYB7jwAAAcArv53/tz//wAYAAAEdAUaBCYCDgoAAAcArv8S/tv///+mAAAD4wSNBgYCTgAA//8AHv//A+MEjQYGAk0AAP//AB4AAAPwBI0GBgJDAAD////dAAAEDgSNBgYB7QAA//8AHgAABJsEjQYGAf8AAP//ACsAAAGqBI0GBgH+AAD//wAeAAAEgASNBgYB/AAA//8AHgAABbEEjQYGAfoAAP//AB4AAASbBI0GBgH5AAD//wBM/+0ERgSgBgYB+AAA//8AHgAABCYEjQYGAfcAAP//AG4AAARCBI0GBgHzAAD//wB1AAAEZQSOBgYB7gAA////twAABG4EjQYGAe8AAP//ACsAAAK1BeYGJgH+AAABBwBq/2MAHgANtwIBDQMBAYRWACs0NAD//wB1AAAEZQXmBiYB7gAAAQYAanweAA23BAMXCQEBg1YAKzQ0AP//AB4AAAPwBeYGJgJDAAABBgBqfx4ADbcFBBkHAQGDVgArNDQA//8AHgAAA+MGHgYmAgUAAAEHAHUBPQAeAAu2AggDAQGDVgArNAD//wAS/+4D6wSeBgYB9AAA//8AKwAAAaoEjQYGAf4AAP//ACsAAAK1BeYGJgH+AAABBwBq/2MAHgANtwIBDQMBAYRWACs0NAD////2/+0DlwSNBgYB/QAA//8AHgAABIAGHgYmAfwAAAEHAHUBLQAeAAu2Aw4DAQGEVgArNAD//wBa/+kEVAX2BiYCHAAAAQYAoXUeAAu2Ah0XAQGEVgArNAD///+mAAAD4wSNBgYCTgAA//8AHv//A+MEjQYGAk0AAP//AB4AAAPNBI0GBgIFAAD//wAeAAAD8ASNBgYCQwAA//8AIAAABKIF9gYmAhkAAAEHAKEA1AAeAAu2AxEIAQGEVgArNAD//wAeAAAFsQSNBgYB+gAA//8AHgAABJsEjQYGAf8AAP//AEz/7QRGBKAGBgH4AAD//wAeAAAEhgSNBgYCCgAA//8AHgAABCYEjQYGAfcAAP//AEj/7QQzBKAGBgJMAAD//wBuAAAEQgSNBgYB8wAA////twAABG4EjQYGAe8AAAADABL+TwPYBJ8AHgA+AEIAKEATHwECAj4+FT80NEAwKgtyDwsVfgA/M8wrzM0zEjkSOS8zEjk5MDFBJzcXMjY2NzYmJicmBgYHBz4DFx4DBw4DJxceAwcOAycuAzczHgIXFjY2NzYuAicnEwMjEwIEmhWAP3xYCQhDazY8bE8NtQlTf5hOSZB1QwUEWoqe1oJFj3hGBQVdkKpUTo5sPAOyATlhPUCIYwoHHz9VLpaLWbVZAisBdAEgUElBSx8BASFLPgFVe1AlAQEiSHZWVnlKI0YBAR5DcFRghVIlAgEqUn5WQk8kAQIiVEo2SSsUAQH+R/3/AgEAAAQAHv6ZBJsEjQADAAcACwAPAB1ADQMCAgYLB30PDgoKBhIAPzMQzjM/MxI5LzMwMUEHITcTAyMTIQMjExMDIxMDrRv9cht+yrXLA7LLtMqjWrVaAouZmQIC+3MEjftzBI38Df3/AgEAAgBI/lUEMwSgACcAKwAYQAsZEH4oJCQqKgULcgArMi8yETM/MzAxQTcOAicuAzc3PgMXHgIXIy4CJyYOAgcHBh4CFxY2NgcDIxMDMbQZkdeAc6NiJAwOD1uSxXp7smMGtAMyZVBXhl45Cw4JCS9iU1aBVt1atFkBeAGAsloDAlybwmhmccmYVQMDYbJ5TW07AwI/cZBOaEOJdEkDAzZu0f3/AgEA//8AdQAABGUEjgYGAe4AAP//AC7+TwVXBJ8GJgIyAAAABwJsApn/tv//ACAAAASiBcsGJgIZAAABBwBwAKoAJgALtgMOCAEBsFYAKzQA//8AWv/pBFQFywYmAhwAAAEGAHBLJgALtgIaFwEBsFYAKzQA//8AUgAABOUEjQYGAgwAAP//ACv/7QVxBI0EJgH+AAAABwH9AdoAAP///5oAAAYABgAGJgKPAAABBwB1ApcAAAALtgYZDwEBTVYAKzQA////9P/GBKMGHgYmApEAAAEHAHUBggAeAAu2AzARAQFbVgArNAD//wAS/fwD6wSeBiYB9AAAAAcB1QDi/p7//wCUAAAGKQYeBiYB8AAAAQcARAGlAB4AC7YEGAoBAWtWACs0AP//AJQAAAYpBh4GJgHwAAABBwB1AjEAHgALtgQWCgEBa1YAKzQA//8AlAAABikF5gYmAfAAAAEHAGoBcQAeAA23BQQfCgEBhFYAKzQ0AP//AHUAAARlBh4GJgHuAAAABwBEALAAHv///6/+TgSLBbAGJgAlAAABBwCkAWYAAAALtgMOBQEBOVYAKzQA//8AMf5OA8cEUAYmAEUAAAEHAKQAtAAAAAu2AjsxAABNVgArNAD//wA7/lgEsQWwBiYAKQAAAQcApAEnAAoAC7YEEAIAAENWACs0AP//AEX+TgPaBFEGJgBJAAABBwCkAP4AAAALtgEsAAAATVYAKzQA////pv5OA+MEjQYmAk4AAAAHAKQBCwAA//8AHv5WA/AEjQYmAkMAAAAHAKQA1wAI////8P6qAZ8EOgYmAI0AAAEHAK0DNgAKAA60AQcCAQG4/3+wVgArNAABALIAiQQkA/sADwAIsQgAAC8vMDFlIiYmNTQ2NjMyFhYVFAYGAmt6yHd3yHp6yHd3yIl3yHp6yHd3yHp6yHcAAQCTAAAEQQOvAAMACLMBABJyACsvcxEhEZMDrgOv/FEAAAQACP/wBc0FwgAQABgAIAAqABdACSAQJAgYEBwIEAAvLzMRMxEzETMwMXc2NjclEzY2NwMGBgcHBgYHBTY2NyUGBgcBNjY3AQYGBwETNjY3AyUGBgcIDSYZAbquJ1swuwIMCGUTMx0BLw4lGQIMDicX+4UMKBkE6w0nGP28qSlaMZ4BmQ4nF2EtVShbA9kpQhj73AwWCnkWHgbPLVYoai1VJgF+LVUoAQItVSn+VgO/KUIZ/H5ULVYoAAIAsgCJBCQD+wAPAB8AELcAEGoIGGoIAAAvLysrMDFlIiYmNTQ2NjMyFhYVFAYGJzI2NjU0JiYjIgYGFRQWFgJresh3d8h6esh3d8h6ZqViYqVmZaZiYqaJd8h6esh3d8h6esh3TGKmZWalYmKlZmWmYgAAAAAAAA8AugADAAEECQAAALIAAAADAAEECQABAAwAsgADAAEECQACAAwAvgADAAEECQADABoAygADAAEECQAEABoAygADAAEECQAFACYA5AADAAEECQAGABoBCgADAAEECQAHAEABJAADAAEECQAIAAwBZAADAAEECQAJACYBcAADAAEECQALABQBlgADAAEECQAMABQBlgADAAEECQANASIBqgADAAEECQAOADYCzAADAAEECQAZAAwAsgBDAG8AcAB5AHIAaQBnAGgAdAAgADIAMAAxADEAIABUAGgAZQAgAFIAbwBiAG8AdABvACAAUAByAG8AagBlAGMAdAAgAEEAdQB0AGgAbwByAHMAIAAoAGgAdAB0AHAAcwA6AC8ALwBnAGkAdABoAHUAYgAuAGMAbwBtAC8AZwBvAG8AZwBsAGUAZgBvAG4AdABzAC8AcgBvAGIAbwB0AG8ALQBjAGwAYQBzAHMAaQBjACkAUgBvAGIAbwB0AG8ASQB0AGEAbABpAGMAUgBvAGIAbwB0AG8AIABJAHQAYQBsAGkAYwBWAGUAcgBzAGkAbwBuACAAMwAuADAAMQA0ADsAIAAyADAAMgA1AFIAbwBiAG8AdABvAC0ASQB0AGEAbABpAGMAUgBvAGIAbwB0AG8AIABpAHMAIABhACAAdAByAGEAZABlAG0AYQByAGsAIABvAGYAIABHAG8AbwBnAGwAZQAuAEcAbwBvAGcAbABlAEMAaAByAGkAcwB0AGkAYQBuACAAUgBvAGIAZQByAHQAcwBvAG4ARwBvAG8AZwBsAGUALgBjAG8AbQBUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuACAAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAgAGgAdAB0AHAAcwA6AC8ALwBvAHAAZQBuAGYAbwBuAHQAbABpAGMAZQBuAHMAZQAuAG8AcgBnAGgAdAB0AHAAcwA6AC8ALwBvAHAAZQBuAGYAbwBuAHQAbABpAGMAZQBuAHMAZQAuAG8AcgBnAAMAAP/0AAD/agBkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQACAAgACP//AA8AAQACAA4AAAAAAAACKAACAFkAJQA+AAEARABeAAEAagBqAAEAcABwAAEAdQB1AAEAgQCBAAEAgwCDAAEAhgCGAAEAiQCJAAEAiwCWAAEAmACfAAEAoQCjAAEApQCmAAEAqACtAAMAsQCxAAEAugC7AAEAvwC/AAEAwQDBAAEAwwDEAAEAxwDHAAEAywDLAAEAzQDOAAEA0ADRAAEA0wDTAAEA2gDeAAEA4QDhAAEA5QDlAAEA5wDpAAEA6wD7AAEA/QD9AAEA/wEBAAEBAwEDAAEBCAEJAAEBFgEaAAEBHAEcAAEBIAEiAAEBJAEnAAMBKgErAAEBMwE0AAEBNgE2AAEBOwE8AAEBQQFEAAEBRwFIAAEBSwFNAAEBUQFRAAEBVAFYAAEBXQFeAAEBYgFiAAEBZAFkAAEBaAFoAAEBagFsAAEBbgFuAAEBcAFwAAEB1gHcAAIB7QIBAAECBQIFAAECDgIOAAECEAIQAAECFwIZAAECGwIcAAECHgIeAAECIgIiAAECJAImAAECLAIsAAECMQIzAAECNQI1AAECQwJDAAECRgJGAAECSAJIAAECSwJOAAECegJ+AAECjgKTAAEClgL+AAEDAQPAAAEDwgPCAAEDxAPOAAED0APZAAED2wP2AAED+gP6AAED/AQDAAEEBQQHAAEECgQOAAEEEASbAAEEngSfAAEEoQSiAAEEpASnAAEEsQUNAAEFDwUZAAEFHAUpAAEAAQADAAAAEAAAABYAAAAgAAEAAQCtAAIAAQCoAKwAAAACAAIAqACsAAABJAEnAAUAAQAAABoANAAKAAcARABcAGYATABUAHAAegAEREZMVAB0Y3lybAB0Z3JlawB0bGF0bgB0AARjcHNwAF5rZXJuAGRtYXJrAGxta21rAHQAAQAAAAEAYgAEAAAAAQBkAAQAAAABAGgAAgAIAAIAwgSiAAIACAACAHoAlgAGABAAAQBYAAAABgAQAAEAWgACAGoAAAAAAAEAAAAAAAIAAgABAAAAAgADAAQAAAACAAUABgABFcYABQAkAEgAAREuEhIAARE0N9YAARFcE9IAARFsStgAAREWERYAAREcESIAARFEESYAARFUETgAAREkAAQAAAACEQ4RFAAA//8ABAAAAAEAAgADAAIRUgAEAAARdhGeAAMAAwAA/5X/iAAA/1YAAAAA/4gAAAABXfQABAAAAesaBBdgF2AeMh3YF6YX5Bi2F8haVhj2GPYb7BgIGPYY9hi2GRgnDh/OJkQX9hgeHX4fXBg0GxYY1Bh+F5IwYhewLUAXsBewGWAYfhfWHvYYmBhKF2YYmBtcGH4YtiBEJX4c0hi2HdgsQi5CKYgkFhdIGJgXflDgF7BD8CtQL0QYZBdOF1RTyhdaGp4aMiDGReI0JEBAMtYY9jzoSBQdfifcGPYY9huiGPYY9hj2PpIhUBj2GdokuCLyHpQqaiOEF5woshdmGbBCFlbIGH4a2DGYIdoZOhh+ImQZhh0oGmgZOh3YGWAX9hiYGbAYfiV+F5wdfhdmG+wb7BvsGPYdfhdmGPYY9hi2F5wdfhdmF2A1xhdgF2AXYBd4HDYchBdyF4gXbBdyF2wXuhdsF+QYthi2GLYYtiZEHdgd2B3YHdgd2B3YHdgX5BfIF8gXyBfIGPYY9hj2GPYY9hi2GLYYthi2GLYfXBjUGNQY1BjUGNQY1BjUF5IXkheSF5IXsBlgGWAZYBlgGWAYmBiYHdgY1B3YGNQd2BjUF+QX5BfkF+QYthfIF5IXyBeSF8gXkhfIF5IXyBeSGPYXsBj2GPYY9hj2GPYb7BgIGAgYCBgIGPYXsBj2F7AY9hewF7AYthlgGLYZYBi2GWAX1hfWF9YmRCZEJkQYHh9cGJgfXBg0GDQYNBdyF3IXeBdsF2wXbBdsF2wXbBdsF3IXchdyF3IXchdsF2wXbBdyF4gXiBeIF4gXchdyF3IXeB3YF8gY9hj2GLYfXB3YF6YXyBg0GPYY9hvsGPYY9hi2GRgmRB9cHX4Y9h9cF7AZYBiYGWAXyCV+GPYY9hvsG+wboh3YF6YlfhfIGPYY9hi2GRgX5CZEHX4Y1BeSGWAYfhiYF2YXkhecGJgYHhgeGB4fXBiYF2AXYBdgGPYXsB3YGNQXyBeSF/YYmBfkH1wYmBj2HX4XZhj2HdgY1B3YGNQXyBeSF5IXkh1+F2YYthlgGWAYfhuiGJgbohiYG6IYmB3YGNQd2BjUHdgY1B3YGNQd2BjUHdgY1B3YGNQd2BjU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AAEAEAAGAAsAEAASALIBhQGGAYcBiAGJAYoBiwGPAZAD9wP4AAIABgAQABAAAQASABIAAQCyALIAAgGHAYcAAQGLAYsAAQGPAZAAAQACAAYABgAGAAEACwALAAEAsgCyAAIBhQGGAAEBiAGKAAED9wP4AAEAAgBMACUAPgAAAEUAXgAaAIsAlgA0AJgAmwBAAJ0AnQBEALoAuwBFAMEAwQBHAM4AzgBIANsA2wBJAN0A3QBKAO8A7wBLAPIA8gBMASEBIgBNAUEBQgBPAUwBTQBRAVgBWABTAWIBYgBUAWQBZABVAWoBbABWAW4BbgBZAe0CAQBaAg4CDgBvAhgCGABwAhsCGwBxAiwCLAByAjICMwBzAkMCQwB1AkYCRgB2AkgCSAB3AksCTgB4AnoCfgB8Ao4CkwCBApYC/gCHAwEDAQDwAwMDRgDxA0sDqAE1A6oDugGTA7wDvAGkA78DwAGlA8IDwgGnA8YDxgGoA8gDyQGpA8sDzgGrA9AD0AGvA9ID0wGwA9UD1QGyA9cD2QGzA9sD4AG2A+ID5wG8A+kD7AHCA+4D9gHGA/oD+gHPA/wEAAHQBAIEAgHVBAoEDgHWBBAEEAHbBBMEFwHcBBoEHgHhBCEEIgHmBCcEKAHoBDAEMAHqBDIEMgHrBDQENAHsBDkEkwHtBJkEmwJIBKEEogJLBKQEpQJNBKcEpwJPBLEEwAJQBMIE/gJgBQAFBAKdBQYFBwKiBQkFCQKkBQsFDQKlBQ8FFwKoBRwFKQKxAAIATwAlAD4AAABFAF4AGgCBAIEANACDAIMANQCGAIYANgCJAIkANwCLAJYAOACYAJ0ARACxALEASgC7ALsASwC/AL8ATADBAMEATQDDAMMATgDHAMcATwDLAMsAUADNAM4AUQDQANEAUwDTANMAVQDaANwAVgDeAN4AWQDhAOEAWgDlAOUAWwDnAOkAXADrAPsAXwD9AP0AcAD/AQEAcQEDAQMAdAEIAQkAdQEWARoAdwEcARwAfAEgASIAfQEqASsAgAFBAUIAggFLAUsAhAFYAVgAhQFiAWIAhgFkAWQAhwFoAWgAiAFqAWwAiQFuAW4AjAHtAgEAjQIFAgUAogIQAhAAowIXAhkApAIcAhwApwIeAh4AqAIiAiIAqQIkAiYAqgIsAiwArQIxAjEArgIzAjMArwI1AjUAsAJDAkMAsQJG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/+wAVf/sAJT/7ACZ/+wAu//sAMj/7ADJ/+wA9//sAQP/7AEe/+wBIv/sAUL/7AFg/+wBYf/sAWv/7AK9/+wCvv/sAr//7ALA/+wCwf/sAtn/7ALb/+wC3f/sAt//7ALh/+wC4//sAuX/7ALn/+wC6f/sAuv/7ALt/+wC7//sAvH/7ALz/+wDuv/sA+D/7APk/+wD5//sBAL/7AQI/+wEDf/sBBv/7AQd/+wEHv/sBCr/7AQ5/+wEU//sBFX/7ARX/+wEWf/sBFv/7ARd/+wEX//sBGH/7AR1/+wEd//sBHn/7AR9/+wEuP/sBMX/7ATH/+wAQAAn/+YAK//mADP/5gA1/+YAg//mAJP/5gCY/+YAs//mALj/wgDEABAA0//mAQj/5gEX/+YBG//mAR3/5gEf/+YBIf/mAUH/5gFq/+YCYP/mAmH/5gJj/+YCZP/mAqL/5gKs/+YCrf/mAq7/5gKv/+YCsP/mAtj/5gLa/+YC3P/mAt7/5gLs/+YC7v/mAvD/5gLy/+YDFP/mAxb/5gMY/+YDSf/mA6b/5gOz/+YD2f/mA9z/5gQJ/+YEDP/mBCf/5gQp/+YEK//mBGb/5gRo/+YEav/mBGz/5gRu/+YEcP/mBHL/5gR0/+YEdv/mBHj/5gR6/+YEfP/mBLv/5gTU/+YARwAQAAAAEgAAAEf/5wBI/+cASf/nAEv/5wBV/+cAlP/nAJn/5wC7/+cAxAAPAMj/5wDJ/+cA9//nAQP/5wEe/+cBIv/nAUL/5wFg/+cBYf/nAWv/5wGHAAABiwAAAY8AAAGQAAACvf/nAr7/5wK//+cCwP/nAsH/5wLZ/+cC2//nAt3/5wLf/+cC4f/nAuP/5wLl/+cC5//nAun/5wLr/+cC7f/nAu//5wLx/+cC8//nA7r/5wPg/+cD5P/nA+f/5wQC/+cECP/nBA3/5wQb/+cEHf/nBB7/5wQq/+cEOf/nBFP/5wRV/+cEV//nBFn/5wRb/+cEXf/nBF//5wRh/+cEdf/nBHf/5wR5/+cEff/nBLj/5wTF/+cEx//nAE0ABgAQAAsAEAANABQAQQASAEf/6ABI/+gASf/oAEv/6ABV/+gAYQATAJT/6ACZ/+gAu//oAMj/6ADJ/+gA9//oAQP/6AEe/+gBIv/oAUL/6AFg/+gBYf/oAWv/6AGFABABhgAQAYgAEAGJABABigAQ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AWv/8AH2/+sB+P/rAgD/6QIH/+sCEP/rAiz/6wI1/+sCTP/rAr3/8AK+//ACv//wAsD/8ALB//ACx//rAsj/6wLJ/+sCyv/rAsv/6wLZ//AC2//wAt3/8ALf//AC4f/wAuP/8ALl//AC5//wAun/8ALr//AC7f/wAu//8ALx//AC8//wAxX/6wMX/+sDGf/rA1X/6wNf/+sDYP/rA2H/6wNi/+sDY//rA2z/6wNt/+sDbv/rA2//6wN2/+sDd//rA3j/6wN5/+sDif/rA4r/6wOL/+sDuv/wA8D/6wPG/+sD4P/wA+L/6wPk//AD5//wBAL/8AQI//AEDf/wBBv/8AQd//AEHv/wBCj/6wQq//AELP/rBDn/8ART//AEVf/wBFf/8ARZ//AEW//wBF3/8ARf//AEYf/wBGf/6wRp/+sEa//rBG3/6wRv/+sEcf/rBHP/6wR1//AEd//wBHn/8AR7/+sEff/wBLj/8AS8/+sExf/wBMf/8ATr/+sFDf/rBRD/6wUV/+sAfAAG/9oAC//aAEf/8ABI//AASf/wAEv/8ABV//AAWf/vAFr/3ABd/9wAlP/wAJn/8ACb/+8Au//wAL3/3ADC/+wAxAAPAMb/6gDI//AAyf/wAMr/xADL/+8AzP/nAPf/8AED//ABGv/cAR7/8AEi//ABQv/wAWD/8AFh//ABa//wAYX/2gGG/9oBiP/aAYn/2gGK/9oCvf/wAr7/8AK///ACwP/wAsH/8ALM/+8Czf/vAs7/7wLP/+8C0P/cAtH/3ALZ//AC2//wAt3/8ALf//AC4f/wAuP/8ALl//AC5//wAun/8ALr//AC7f/wAu//8ALx//AC8//wAzH/7wMz/+8DNf/vAzf/7wM5/+8DO//vAz//3AO6//ADvv/vA8L/3APF/+8Dx//vA+D/8APk//AD5f/cA+f/8APu/9wD9v/cA/f/2gP4/9oD+//aBAL/8AQH/9wECP/wBA3/8AQP/9wEG//wBB3/8AQe//AEKv/wBDD/3AQy/9wENP/cBDn/8ART//AEVf/wBFf/8ARZ//AEW//wBF3/8ARf//AEYf/wBHX/8AR3//AEef/wBH3/8AR//+8Egf/vBIP/7wSF/+8Eh//vBIn/7wSL/+8Ejf/cBI//3ASR/9wEuP/wBMD/7wTF//AEx//wBN//3ATh/9wAjAAG/8oAC//KADj/0gA6/9QAPP/0AD3/0wBR/9EAUv/RAFT/0QBa/+YAXP/vAF3/5gC9/+YAwf/RANL/0gDW/9IA2v/0AN7/7QDh/+EA5v/UAOz/0QDu/+8A8P/RAPH/0QDz/9EA9P/RAPX/0QD2/8kA+P/RAPr/0QD7/9EA/v/RAQD/0QEF/9EBCf/lARn/1AEa/+YBIP/jASv/0QEz//QBNP/vATb/0QE5/9IBOv/EATz/0QE+/9EBQ//0AUT/7wFF/9IBR//hAUn/4QFT/9EBVf/RAVf/0QFc/9EBXf/0AV7/7wFi/9QBY//1AWT/5wFs/9IBbf/JAYX/ygGG/8oBiP/KAYn/ygGK/8oCtf/TAsb/0QLQ/+YC0f/mAw7/0QMQ/9EDEv/RAxP/0QMq/9IDLP/SAy7/0gM+/9MDP//mA0D/0wOn/9MDtv/TA7f/9AO5/9MDvP/RA8L/5gPR/+0D3f/SA97/9APh/9ED4//RA+X/5gPm/+8D6P/RA+3/0QPu/+YD9f/TA/b/5gP3/8oD+P/KA/v/ygP9/9EEA//RBAb/1AQH/+YEDv/TBA//5gQR//QEEv/vBB//9AQg/+8EJP/RBCb/0QQv/+0EMP/mBDH/7QQy/+YEM//tBDT/5gQ1/+EEOP/RBIz/0wSN/+YEjv/TBI//5gSQ/9MEkf/mBJP/0gSV/+EEmP/RBKL/0wS0/9EE0f/RBNP/0QTb/9IE3v/UBN//5gTg/9QE4f/mAJgAJQAQACf/6AAr/+gAM//oADX/6AA4/+AAOv/gAD3/3wCD/+gAk//oAJj/6ACyABAAs//oALQAEADS/+AA0//oANQAEADW/+AA2QAUAN0AEADh/+EA5v/gAO0AEwDyABAA+f/gAQQAEAEI/+gBDQAQARf/6AEZ/+ABG//oAR3/6AEf/+gBIf/oATn/4AFB/+gBRf/gAUf/4QFI/+ABSf/hAUr/4AFN/+EBUAAQAVEAEAFY/+kBYv/fAWT/3gFmABABav/oAWz/3wFu//IBbwAQAXAAEAJg/+gCYf/oAmP/6AJk/+gCmwAQApwAEAKdABACngAQAp8AEAKgABACoQAQAqL/6AKs/+gCrf/oAq7/6AKv/+gCsP/oArX/3wLSABAC1AAQAtYAEALY/+gC2v/oAtz/6ALe/+gC7P/oAu7/6ALw/+gC8v/oAxT/6AMW/+gDGP/oAyr/4AMs/+ADLv/gAz7/3wNA/98DSf/oA6IAEAOm/+gDp//fA6oAEAOz/+gDtv/fA7n/3wPSABAD2f/oA9z/6APd/+AD9f/fA/4AEAQG/+AECf/oBAz/6AQO/98EFAAQBBYAEAQn/+gEKf/oBCv/6AQ1/+EENv/gBDoAEAQ8ABAEPgAQBEAAEARCABAERAAQBEYAEARIABAESgAQBEwAEAROABAEUAAQBGb/6ARo/+gEav/oBGz/6ARu/+gEcP/oBHL/6AR0/+gEdv/oBHj/6AR6/+gEfP/oBIz/3wSO/98EkP/fBJP/4ASV/+EElv/gBKL/3wS1ABAEu//oBNT/6ATb/+AE3v/gBOD/4AM0PT47vjk2O8o9Sj1KNXA71jpuOIg77jv6PAY8EjyEO74y4jwqPDY8QjxOPGA8bDtGO0A8eD1EO8Q5PDvQPVAymjV2O9w6dDi4O/Q8ADwMPBg6hjigMqA8MDw8PEg6wjxmPHI7TDsEPH45WjKmOWAyrDv0MrI9YjhYMrgyvjwSPBgyxDLKMtAy1jq8PUQ6+Dr+NEo5eDs0OEY7UjhMOFIy3DhqORg4cDu4M1Qy4jLoOSoy7jL0Oygy+jMAMwYzDDMSOzozGDMeOTAzJDMqMzAzNjM8M0I7IjNIM047LjNgM1QzWjPSM2AzZjNsM3IzeDN+OcA5xjOEM4ozkDOWM5wzojOoM64ztDhMM7ozwDu+M8Y71jPMM9Iz2DPePQg9CDzwM+Qz6jzkPOo9JjfmM/A85DzePJA82De8PIo8tDyoPPw3jDP2PMwz/DQCPPY0CDQOPQg0FDQaNCA0JjQsNDI0ODQ+PVw0RDv0Nsw9AjzGPVY0SjRKPWI9Yj1iN7w0UDRWPN48/DyQO8o7yjvcPEI8SDRcNFw6JjRiOU40aD0+OTY5ADkAOlY4djRuNHQ0ejiCNIA0hjSGOow0jDm0NJI0kjSYNJ444jqeOp46LDq2OVQ0pD1EOTw5DDSqOlw4pjSwNLY0vDiyNMI0yDTIOpI0zjm6NNQ01DTaNOA46Dn2NOY07DoyOjg9Pj1ENPI0+DT+NQQ1CjUQNRY1HDUiO9A1KDUuOWY5bDU0NTo9Sj1QNUA1RjVMNVI1WDVeNWQ1ajVwNXY1fDWCNYg1jjWUNZo1oDWmOm46dDWsNbI1uDvuO/Q1vjXEO/o8ADv6PAA7+jwAO2Q7ajwSPBg1yjXQPBg11jXcNeI16DXuNfQ1+jYAPCo8MDYGNgw2EjYYNh42JDw2PDw8Njw8Nio2MDxCPEg8QjxINjY8SDY8NkI2SDZONlQ2WjZgNmY2bDZyPE46wjZ4Nn42hDaKOEA2kDaWNpw2ojaoNq42tDa6NsA2xjbMNsw86jbSNtI22DbeNuQ26j1WPQI28DbwNvY8nDb8NwI3CDyuNw49ID0gNxQ3GjcgNyY3JjcsNzI9ODc4Nz49VjdEN0o3UDdWN1w3YjdoN249XDd0N3o3gDeGN4w3kjeYN543pDyoN6o3sDyKN7Y3vDe8N7w3wjyQN8g3zjfUN9o34DfmN+w38jf4PSY3/jzqOAQ86jgKOBA4FjgcOCI85DgoOC48lj04ODQ4Oj0+PUo71jpuPIQ7QDhSPT47vj1KPHg71jpuO+48BjwSPIQ7vjxCO0A7RjiCOEA4RjtSOEw4UjhqOFg6hjxmOF44ZDqGOGo4cDh2OHw8NjpuOII4iDviOI49Pju+OzQ9SjiUPAY71jyEO745NjxCO0Y9RD1QOJo6hjigOTw7BDtMOKY4rDw8OnQ4sji4OL44xDjKONA4yjjQONY43DjiOOg47jj0OPo9Pj1EOQA5BjkMORI5GDkeOSQ5KjkwOTY5PDtAOm45QjlIOm46Mjo4OU45VDlaOWA5ZjlsOXI5eDl+OYQ5ijmQOZY5nDmiOag5rjm0Obo5wDnGOcw50jnYOd455DnqOfA59jn8OgI6CDoOOhQ6GjvQPT49RDogOqo9Pj1EPT49RD0+PUQ9Pj1EOiY6LD0+PUQ9Pj1EPT49RD0+PUQ6Mjo4PUo9UDo+OkQ6SjpQPUo9UD1KPVA9Sj1QPUo9UDpWOlw6YjpoOm46dDyEOoY6ejqAPIQ6hjyEOoY8hDqGPIQ6hjqMOpI6mDqeOpg6njqkOqo6sDq2Orw9RDxOOsI6yDrOOtQ62jrUOto64DrmOuw68jr4Ov47QDsEOwo7EDsWOxw70DxCOyI7KDsuOzQ7OjvcOzQ7Ojv0O0A7RjtMO1I9SjtYO147ZDtqO3A7djt8O4I7iDuOO5Q7mjugO6Y7rDuyO7g7vjvEO8o70DvKO9A71jvcO+I76DvuO/Q7+jwAPAY8DDwSPBg8hDwePCQ8KjwwPDY8PDxCPEg8TjxUPFo8YDxmPGw8cjx4PH48hD1WPVw8/DyoPN49CD1WPMY9XD0I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AY//FgGQ/xYCBv/AAgj/wAJO/8ACm/9WApz/VgKd/1YCnv9WAp//VgKg/1YCof9WArb/3gK3/94CuP/eArn/3gK6/94Cu//eArz/3gK9/+sCvv/rAr//6wLA/+sCwf/rAsf/6wLI/+sCyf/rAsr/6wLL/+sCzP/qAs3/6gLO/+oCz//qAtD/6ALR/+gC0v9WAtP/3gLU/1YC1f/eAtb/VgLX/94C2f/rAtv/6wLd/+sC3//rAuH/6wLj/+sC5f/rAuf/6wLp/+sC6//rAu3/6wLv/+sC8f/rAvP/6wMB/vgDFf/rAxf/6wMZ/+sDKgAUAywAFAMuABQDMf/qAzP/6gM1/+oDN//qAzn/6gM7/+oDP//oA07/wANP/8ADUP/AA1H/wANS/8ADU//AA1T/wANp/8ADav/AA2v/wAOi/1YDqv9WA7r/6wO+/+oDwP/rA8L/6APF/+oDxv/rA8f/6gPO/vgD0v9WA90AFAPf/94D4P/rA+L/6wPk/+sD5f/oA+f/6wPu/+gD9v/oA/7/VgP//94EAv/rBAf/6AQI/+sEDf/rBA//6AQU/1YEFf/eBBb/VgQX/94EG//rBB3/6wQe/+sEKP/rBCr/6wQs/+sEMP/oBDL/6AQ0/+gEOf/rBDr/VgQ7/94EPP9WBD3/3gQ+/1YEP//eBED/VgRB/94EQv9WBEP/3gRE/1YERf/eBEb/VgRH/94ESP9WBEn/3gRK/1YES//eBEz/VgRN/94ETv9WBE//3gRQ/1YEUf/eBFP/6wRV/+sEV//rBFn/6wRb/+sEXf/rBF//6wRh/+sEZ//rBGn/6wRr/+sEbf/rBG//6wRx/+sEc//rBHX/6wR3/+sEef/rBHv/6wR9/+sEf//qBIH/6gSD/+oEhf/qBIf/6gSJ/+oEi//qBI3/6ASP/+gEkf/oBJMAFAS1/1YEtv/eBLj/6wS8/+sEwP/qBMX/6wTH/+sE2wAUBN//6ATh/+gE5//ABO7/wAUG/8AAAgCfAAQABAAAAAYABgABAAsADAACACUAKgAEACwALQAKAC8ANgAMADgAOAAUADoAPwAVAEUARgAbAEkASgAdAEwATAAfAE8ATwAgAFEAVAAhAFYAVgAlAFgAWAAmAFoAXQAnAF8AXwArAIoAigAsAJYAlgAtAJ0AnQAuALEAtQAvALcAuQA0ALsAuwA3AL0AvgA4AMAAwQA6AMMAxQA8AMcAzgA/ANIA0gBHANQA3gBIAOAA7wBTAPEA8QBjAPYA+ABkAPsA/ABnAP4BAABpAQMBBQBsAQoBCgBvAQ0BDQBwARgBGgBxASIBIgB0AS4BMAB1ATMBNQB4ATcBNwB7ATkBOQB8ATsBOwB9AUMBRAB+AVQBVACAAVYBVgCBAVgBWACCAVwBXgCDAYUBhgCGAYgBigCIAfMB8wCLAfUB9gCMAfgB+ACOAfsB+wCPAgYCCACQAksCSwCTAk4CTgCUAmACYACVAmICYwCWApYClwCYApkCmQCaApsCsACbArUCvACxAr4CwQC5AsYCywC9AtAC2ADDAtoC2gDMAtwC3ADNAt4C3gDOAuAC4ADPAuIC6wDQAvQC9gDaAvgC+ADdAvoC+gDeAvwC/ADfAv4C/gDgAwMDAwDhAwUDBQDiAwcDBwDjAwkDCQDkAwsDCwDlAw0DGQDmAxsDGwDzAx0DHQD0Ax8DHwD1AyoDKgD2AywDLAD3Ay4DLgD4AzwDPAD5Az4DQQD6A0MDQwD+A0UDRQD/A0sDVAEAA18DYwEKA2kDawEPA3ADcAESA4IDhQETA4kDiwEXA5QDlAEaA6IDpwEbA6oDuQEhA7wDvAExA8ADwAEyA8IDwgEzA8YDxgE0A8kDygE1A8wDzQE3A88D1QE5A9cD2QFAA9sD4AFDA+ID4wFJA+UD6AFLA+4D7wFPA/ED8QFRA/MD8wFSA/UD+AFTA/sEAAFXBAIEAgFdBAYEBwFeBAwEDAFgBA4EFwFhBBoEGwFrBB0EIAFtBCcEKAFxBCwELAFzBC4ENAF0BDoEYgF7BGQEZAGkBGYEcwGlBHsEewGzBIwEkQG0BJMEkwG6BJcEmAG7BJsEmwG9BJ0EngG+BKAEoAHABKIEogHBBLMEtwHCBLkEuQHHBLsEvAHIBL4EvgHKBMIExAHLBMYExgHOBMgEygHPBMwEzAHSBM4EzgHTBNAE1gHUBNgE2AHbBNsE2wHcBN4E4gHdBOQE5AHiBOYE5wHjBOsE6wHlBO4E7gHmBPkE+QHnBQYFBgHoBQ0FDQHpBREFEQHqAAIAmgAGAAYAAAALAAsAAQAQABAAAgASABIAAwAlACkABAAsADQACQA4AD4AEgBFAEcAGQBJAEkAHABMAEwAHQBRAFQAHgBWAFYAIgBaAFoAIwBcAF4AJACKAIoAJwCWAJYAKACxALQAKQC9AL0ALQDBAMEALgDHAMcALwDUANUAMADXANcAMgDaANoAMwDcAN4ANADgAOYANwDsAOwAPgDuAO4APwD3APcAQAD8APwAQQD+AP8AQgEEAQUARAEKAQoARgENAQ0ARwEYARoASAEuATAASwEzATUATgE3ATcAUQE5ATkAUgE7ATsAUwFDAUQAVAFUAVQAVgFWAVYAVwFYAVgAWAFcAV4AWQGFAYsAXAGPAZAAYwHzAfMAZQH4AfgAZgH7AfwAZwIGAggAaQIaAhoAbAIpAisAbQJLAksAcAJOAk4AcQJgAmAAcgJiAmMAcwKWApcAdQKZApkAdwKbAsEAeALGAssAnwLQAuAApQLiAusAtgL0AvYAwAL4AvgAwwL6AvoAxAL8AvwAxQL+Av4AxgMBAwEAxwMDAwMAyAMFAwUAyQMHAwcAygMJAwkAywMLAwsAzAMNAxkAzQMbAxsA2gMdAx0A2wMfAx8A3AMqAyoA3QMsAywA3gMuAy4A3wMwAzAA4AMyAzIA4QM0AzQA4gM2AzYA4wM4AzgA5AM6AzoA5QM8AzwA5gM+A0YA5wNLA1QA8ANfA2MA+gNpA2sA/wNwA3ABAgOBA4UBAwOJA4sBCAOUA5QBCwOiA6cBDAOqA7kBEgO8A7wBIgPAA8ABIwPCA8IBJAPGA8YBJQPJA8oBJgPMA9UBKAPXA9kBMgPbA+ABNQPiA+gBOwPuA+8BQgPxA/EBRAPzA/MBRQP1A/gBRgP7BAABSgQCBAIBUAQGBAcBUQQMBBcBUwQaBBsBXwQdBCABYQQnBCgBZQQsBCwBZwQuBDQBaAQ6BGIBbwRkBGQBmARmBHMBmQR7BHsBpwR+BH4BqASABIABqQSMBJEBqgSTBJMBsASXBJgBsQSbBJsBswSdBJ4BtASgBKABtgSiBKIBtwSzBLcBuAS5BLkBvQS7BLwBvgS+BL4BwATCBMQBwQTGBMYBxATIBMoBxQTMBMwByATOBM4ByQTQBNYBygTYBNgB0QTbBNsB0gTdBOIB0wTkBOcB2QTrBOsB3QTuBO4B3gT0BPQB3wT5BPkB4AUEBQQB4QUGBQYB4gUNBQ0B4wURBREB5AACAXQABgAGABIACwALABIAEAAQABoAEgASABoAJQAlAAIAJgAmACQAJwAnAA8AKAAoAAEAKQApAAQALgAu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AAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAgAHABoACQACAAAAAgABAAIAAAACAAEAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAPABMAAAADAAAAAAANAAAAAAADAAAAAwAAAAAAAgABAA8AEwANAAAAIAAiAAAAAAAAAAAAAAAAAAAAHgAhAAAAAwAAAAMAAAADAAAAAAAAAAAAAwAPABMAAAABAAEAAAAAAAAAAAAeAAAAAAAAAAIAAQAAAAAAAAAeACEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsAGwAAABIAEgAYABIAEgASABgAAAAAAAAAGAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAGQAkAAAADgAVABwAAAAFAAAABQAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAACUABQAKAAAAAAAAAAAAAAAAABUABQAAAAAAFQAAAAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAFQAFABEAGQAVAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgAAAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAIAAAAAAAAAAAAAAAAAAAAAAAAAAgACAAIAAgACAAsACwALAAsADAAGAAYABgAGAAYABgAGAAEAAQABAAEAAQAAAAAAAAAAAAMABwAHAAcABwAHAAgACAAIAAgACQAJAAQABgAEAAYABAAGAAIAAQACAAEAAgABAAIAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQACAAEAAgABAAIAAQACAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAwADAAIABwACAAcAAgAHAAAAAAAAAAAAAAAAABQAEAAUABAAFAAQABQAEAAUABAADQAAAA0AAAANAAAACwAIAAsACAALAAgACwAIAAsACAALAAgAFgAAAAwACQAMABcAHQAXAB0AFwAdAAAAAAACAAAAAAAAAAAACgAKAAoACgAKAAoACgAFAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAOAA4ADgAOABEACgAKAAoABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAABwAHAAcABwAAAAVAAAADgAOAA4ADgAOAA4AJAARABEAAAAAAAAABAAAAAAAAAACAAwAAAAAAAQAAAAAABcAAAAAAAAAAAAAAAIAAAAAAAwADwAAAAwAAQAAAAMAAAAIAAAABwAAAAkAAAAAAAgABwAIAAAAAAAAAAAAAAAAACMAAAAAAB8ABAAAAAAAAAAAAAAAAAACAAAAAAACAA0ADwAGAAEAAwAHAAMAAQAJABMAAQADABAAAAAAAAAAAwAJABYAAAAWAAAAFgAAAAwACQASABIAAAAAACYAAAADAAQABgAAAAAAAQADAAAAAAAaAAkAAQACAAAAAAACAAEADAAJAAAADwATAAAABAAGAAQABgAAAAAAAAABAAAAAQABAA8AEwAAAAAAAAADAAAAAwACAAcAAgABAAIABwAAAAAAHwAJAB8ACQAfAAkAIAAiAAAAAwABAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAACAAcAAgAHAAIABwACAAcAAgAHAAIABwACAAcAAgABAAIAAQACAAEAAgAHAAIAAQALAAgACwAIAAAACAAAAAgAAAAIAAAACAAAAAgADAAJAAwACQAMAAkAAAANAAAAIAAiAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAQABgAAAAEAAAAAAAIABwAAAAAAAAAIAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAgAAAAAAAAAAABQAEAANAAAACwAaAAkAGgAJABYAAAAXAB0AAAAKAAAAAAAAAAUAEQAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAGQAAABEAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAAAABQAAAAAABQAVABkAAAAAAAUAEQAB/VUAAAAB/Rj+ngAB/rIGaQAB/o8GaQAB/qQGPgAB/oUGuQAB/u4GQAAB/nUFCgAB/lIFCgAB/mgE6AAB/jgE+gAB/rkFDwAB/kkEpgAB/rcEpgAB/mIFAQAB/p4FAQABAjz/9gABAdv/9gABANoACgABAsv+aQABAlgACgABAKoACgABAzUAAAABAy3//wABAIsACgABAjsAAAABAmIACgABAbYACgABAh//9gABAcP/9gABAcf/9gABAeYACgABAKUACgABAij/9gABAan/9gABAi3/9gABAboACgABAdz/9gABAXQACgABAeIACgABAj3/9gABAdkAAAABAEv+NQABADv+NQABAU8ACgABAd7+PgABAVr+PgABAgL98wABAGb+VwABAc/+VgABAUz+QwABAZr+BgABADP+BgABAfMACgABAfv+BgABAWP+BgABAZH+BgABADH+BwABAa3+RwABAXb+PgABAaD9+wABAWn98gABAZP9/AABAPb9/AABAZ/+SAABAQP+SAABAVAAAAABAZgACgABAYT+RAABAdX//AABAXz9+AABADr+TgABAUT+AgABAUD+BAABAZkACAABAZj+AAABAT7+BAABAZcACAABAWP+SAABAUP9/wABAU/+SwABAcUAAAABAi0ACgABAav/9gABAIIACgABAdYACgABAsj/9gABAfn//wABAYf/9gABAe0ACgABAk8ACgABAcL/9gABAyIACgABAoEACgABAAH+NQABAvwACgABAwAACgABAir/9gABAab/9gABAicAAAABAcQAAAABAeL/9gABAY3/9wABAfT+ngABAUL+ngABAbX+qAABAYz+ngABAGv+pwABAgj+ngABAZv+nQABAjgAAAABAcv/9gABAfr+ngABAY3+lAABAeH+ngABAUj+ngABAjb/9wABAfj+lQABAX3+ngABAa/+nwABAfL+AAABAjD/YgABAe8AAAABAewAAAABA0P/+gABAkb//QABAdQACgABAe0AAQABAhYACgABAZQACgABAZ0ACgABAlv/9wABAWT+QQABAlQACgABAbwACgABAjIAAAABAX8AAAABAfIACgABAckAAAABAKkACQABAIwACgABAdn//wABAesACgABAIkACwABAboAAAABAZ3+lAABAbH+ngABAZP+BgABAZb9/AABAhH+qAABAZf+qAABAigAWgABAaYARwABAer++AABAWj+5QABAbb+qAABAr/+qAABAsL+qAABAhf+qAABAX7+qAABAZwACgABADL+aQABAa3+qAABAEv+qQABAbz+nQABAYT+lAABAa7+ngABARL+ngABAh4AAAABAh8ACgABAY0ACgABAeL+qAABAU/+qAABAuX+qAABAkP+qAABAa/+qAABAVv+qAABAkYAAAABAgQACgABAfEABAABAbAAAAABAIYABAABAVL/9gABAZ0ABgABAdcAAAABAaIACgABAaMACAABAoAACgABAX8ACgABAZwAAwABAa8ACAABAYP/9gABAe8ACgABAdD//AABAvr/9gABAv0AAAABAfwAAAABAVb9/AABApQACgABAZ8ACgABAe7+TgABATv+TgABAa/+WAABAYb+TgABAZP+TgABAV/+VgABAE7+qAABAq4G2gABAoAFCgABA28GigABAoAFCQABA20GTAABAaoGPAABAc0GoQABBEoGQwABBAwFCgABAmcG2gABAy4GQwABArUFAQABA1QGQAABBDgGTAABA3YGTAABAyEGTAABBA4GTAABA1IGYgABBCUGQAABAyUGTAABAogE9QABAxME9QABA2gE9QABArAE9QABAoAE9AABAuQE9QABA00E9QABArQE9QABAroE9QABA5MGzAABAtQE9QABA4cE9QABA3AE9QABA5YE9QABAnEE9QABArcFCAABBA0GGgABA2AE9QABAokGzAABAv0GCAABAmcE4AABArwFUAABA54GQAABAzoGYQABAqQFDAABA6YHYwABAuAGDAABA1YGUQABAx4GTAABAw8GHgABAboGTAABA0QGYQABAooFCgABAwEGTAABA0kGYQABA3cFKAABAp0FKAABAsEFKAABAokFKAABAr8FKAABA2oFKAABAuAFKAABAoAFKAABA1oFKAABAo4FKAABA00FKAABAvMFKAABAyIFKAABAt4FKAABArQFKAABAsMFKAABAwgGTAABAXIE4QABA9wFCgABAnsFKAABA28HoAABA2gHeQABA4AH3wABAfUHqwABAfMHqwABAfoHpwABA5wHeQABA5EHogABA4oHewABA2oHoAABA28HnAABA2EHYAABAvMGqAABAsUGaQABAaIGZwABAaEGZwABAagGYwABAtIGQgABAs8GaQABAsgGQgABAtMGaQABAtkGZQABAsoGKQABA2YHaAABAtkGMQABA3wHwAABAqYGaQABA4EHvAABAqwGZQABA3UHewABAp8GJAABA4AHsgABAqoGWwABAzcHnQABAzUHcwABAr0GMQABAzYHZgABAr4GJAABA0EHnQABAskGWwABA3oHvAABAs4GZQABA28HnQABAsMGRgABA20HewABAsEGJAABAz4GYQABApMFCgABA50HpwABAtAHpgABAe0HhAABAZsGQAABAewHcwABAZoGLwABAe8HiAABAZ0GRAABAewHZgABBCIHmgABAa8GPAABAeIHmwABAeUIAAABA6cHkgABAt0GWwABA4kHagABAscGMQABA4wHfwABAsoGRgABA5MHhwABAtEGTgABAzIHoAABAjkGaQABAzYHkgABAj4GWwABAz4HogABAsIGaQABA0QHngABAsgGZQABA0IHlAABAsYGWwABAzgHkQABA2MHeQABAswGQgABA2EHaAABAssGMQABA2UHfQABAs4GRgABA3sH3wABAuQGqAABA2wHhQABAtUGTgABBFgHnAABA5cGZQABA0AHmwABAp8GZQABAzgHoAABAqEGaQABAzEHWwABApoGJAABAzwHkgABAqUGWwABBHMHqwABA+4GagABA6UH6QABArYGaAABAmEFKAABAuYGhwABAusGgwABAt8GYAABAt0GRwABAvcGxgABArsGhwABAsEGgwABAaAGhwABAZ8GhwABAaUGgwABAwkGYAABAwQGgwABAvcGYAABAvUGRwABAuEGhwABAucGgwABAtgGRwABAt0GTwABAuEGZAABAuwGhwABAvEGgwABAuUGQgABAvAGeQABApsGeQABArMGTwABArYGZAABArQGQgABAr8GeQABAu4GgwABAuQGZAABAuIGQgABArMFKAABAwwGgwABAZkGYAABAZgGTwABAZsGZAABAZkGQgABA4AGgwABAZQGhwABAV4FKAABAw8GhwABAxMGeQABAvYGTwABAvkGZAABAwAGbAABAqsGhwABAnUFKAABAq8GeQABAsEGhwABAscGgwABAsUGeQABArgGeQABAtoGYAABAtkGTwABAtwGZAABAvIGxgABAuMGbAABA7IGgwABAr0GgwABArAGQgABArsGeQABAzEHXwABAtUFCgABAqgFCgABAZEE9QABArQFCgABAb4GFAABAq8GFAABAoIE9QABA6oE8gABAzQHawABA0MHqwABAesHawABA+cGPwABA1IHiAABA6cHiAABAuEGMQABAtgFAAABArwGKQABAksGVAABAZkGJwABAYUGQAABArYGUwABApUGRgABBFIHoAABA5EGaQABBEkHYAABA4gGKQABAzoHnwABApoGaQABAa0GMgABBEIHoAABBCEGaQABAz0HqwABA6wHqwABAsYGaQABAuYGVAABAyUE9QABAzIHOQABApwGEQABAv4GYQABAm4FCQABA0YGYQABAnEFCgABBGkHiAABA5kGMQABA2UHYAABAtgGKQABBD4GTAABA7kFCwABAzgHiAABAsAGRgABAzwHPQABApYFCwABAsIGKgABBGUHawABA5UGFAABAysHgAABApoGKAABA6MHcwABAt0GHAABA6MHawABAt0GFAABA4gHYgABAsYGKQABA2cGRwABApYFDAABA5QHZgABAsIGKwABA38HgQABArYGKQABA08HcwABApEGMQABA04HawABApEGKQABA1kHkAABApwGTgABA3cHawABAp0GFAABBDsHawABA50GFAABA4UIAAABA3QHnAABAucGZQABA2oHfQABAt0GRgABA1QICwABAtwGyQABAzYHhAABAr4GQgABA0MHpwABAssGZQABAgoICwABAbgGxwABAb0GTAABAaAGQAABA6cIAgABAuYGyQABApkFCgABA5cHngABAtUGZQABA4wHmgABAuIGaQABA6IH+gABAvgGyQABA4UHcwABAtsGQgABA1YGOwABAp0FCgABA4AIAAABAuoGyQABA4YHqwABAtwGVAABA5wICwABAvMGtAABA38HhAABAtUGLQABA1AGTAABAqYE9QABAmQFCgABA1EH/wABArAGyQABAzMHeAABApMGQgABAkwE9QABA0oGTAABAnAE9QABAw0GTAABAhYE9QABAwQGQAABAxcGTAABAlcFAAABAo4FCQABA3QHwAABAsgGaQABA6MHoAABAtkGaQABA20HcgABAuAGOwABAzwHfQABAsQGOwABAfIHfQABAaAGOQABA5AHdAABAs4GOwABAzEHcgABAjgGOwABA2kHcgABAtIGOwABArsGTAABAvsGTAABAxYGSwABAv4GTAABAsMGTAABA2EGTAABApUGSwABAy0HmgABAvkHqgABAvcGOwABAsMGSwABAawGPAABAa8GoQABBAwGQQABA+sFCgABA20GQQABAqMFCgABAzAHqwABAw0GXwABAv0GQQABAgMFCgABAwkGQwABAo0FCgABAv4GQAABAccFyQABAzQGQQABA0gHhAABAoMGOAABAxkGTAABAlQFAAABBBwGQQABA1sFCgABAwIGQQABAmsFCgABA1sGQwABAnMFKAABAtoFKAABAq4GRwABArIGRwABArgGhwABAWkFKAABAZcGRwABA0QFKAABAqkGhwABArEGZAABAn4FKAABAoIFKAABAxAGZAABA2IFKAABAsgFKAABAqsFKAABAn8FKAABApIFKAABAnAFKAABAtEFKAABArYFKAABAoEFKAABAw0GTwABAq4GTwABBBIGaQABAv4GhwABAosFKAABA60GhwABA6QGRwABArcGhwABAzkGQQABAqwFCgABAwcGTAABApAFCgABArAFKAABAoUFKAABAWsFCAAAAAEAAAAKAGQAJAAEREZMVAD4Y3lybAD4Z3JlawD4bGF0bgD8AB8BEAEYASABKAEwATgBOAFAAUgBUAFYAWABaAFwAXgBgAGIAZABmAGgAagBsAG4AcAByAHQAdgB0AHYAeAB6AAaYzJzYwGwY2NtcAI6ZGxpZwG2ZG5vbQG8ZnJhYwJKbGlnYQHCbGlnYQJCbG51bQHIbG9jbAHObG9jbAHUbG9jbAHabG9jbAHgbnVtcgHmb251bQHscG51bQHyc21jcAH4c3MwMQH+c3MwMgIEc3MwMwIK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","Roboto-Medium.ttf":"AAEAAAARAQAABAAQR0RFRqcXo6wAAcUkAAACWEdQT1PZu1sbAAHHfAAAiWpHU1VCzONMagACUOgAABXoT1MvMpfnsZMAAAGYAAAAYGNtYXAi3dtfAAAWsAAABqZjdnQgO/gmfQAAL7AAAAD+ZnBnbagFhDIAAB1YAAAPhmdhc3AACAAZAAHFGAAAAAxnbHlmG1U/IQAAOxAAAYYCaGVhZA0GDRkAAAEcAAAANmhoZWEK9hLmAAABVAAAACRobXR4WrZbwgAAAfgAABS4bG9jYYlXJ1YAADCwAAAKXm1heHAI3hDGAAABeAAAACBuYW1lYaKOkgABwRQAAAPicG9zdP9tAGQAAcT4AAAAIHByZXB5WM7TAAAs4AAAAs4AAQAAAAMDll+R1PFfDzz1ABsIAAAAAADE8BEuAAAAAOVdrQ/6Jv3VCWEIcwAAAAkAAgAAAAAAAAABAAAHbP4MAAAJbvom/j4JYQgAAAAAAAAAAAAAAAAAAAAFLgABAAAFLgCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEkQH0AAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAQAAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA4wAZAAAAAAAAAAAAf0AAAH9AAACHgCMAo4AYATTAFYEjABkBeQAZAUhAFUBVwBSAsUAgQLMACcDjAAcBHEAQgHKACICuABQAjkAhgMfAAEEjABoBIwAqgSMAFIEjABOBIwANwSMAH8EjABzBIwARASMAGcEjABdAhwAfwHrADMEEgA+BIAAjwQoAH4D5AA7By0AWwVOABEFDQCUBTkAZgU5AJQEhQCUBGgAlAVzAGsFrQCUAkQApQRyAC8FDgCUBFIAlAb/AJQFrQCUBYMAZQUbAJQFgwBgBQkAlATYAEsE4AAtBTwAgAUqABEHCwAvBQ0AJgTjAAgE0wBQAiwAhQNVABICLAALA24ANgOVAAICkAA4BFAAVgR/AH0ELQBOBIIAUARJAFEC0wArBIkAUgRyAHoCCgB8AgL/qwQsAH0CCgCMBvgAfAR0AHoEigBOBH8AfQSHAFAC1AB9BB4ASQKqAAoEcwB3A/gAFgXwACMEBgAfA+sADAQGAFECqwA4Af0ArwKrABwFTQB1Ah8AhQSCAGcEtQBfBZ4AXARAAA0B+ACJBPkAXAOSAGMGSQBaA5AAjgPjAFcEawB/BkoAWQPaAJ0DDwCBBEoAXAL1AD0C9QA3ApQAbwTBAJMD6gBJAkQAkAITAGwC9QCCA6cAeQPjAF4FygBfBiIAUwZcAGYD5QBGB37//ARCAEwFgQBpBM8AlQTrAIoGwgBIBKQAaASRAEMEhgBOBJEAgQTsAFAFsAAfAhcAkASaAI0EZAAgAlIAIAWXAJAEhgB9B7AAZQc+AFkCBwCJBY0AVQLQ/94FkQBbBJ0ATQWjAIAE5gB3AiX/rgQ5AFcD3gCQA6oAbgPaAJ0DfgB1AgoAgQKqAHgCTAApA84AdwMoAEsCcwCJAAD8kwAA/WIAAPx0AAD9OgAA/AgAAP0eAmsAzQQ7AG4CRACQBHQAmQXCABoFegBcBTUAIASMAGoFrgCZBIwARwX5AEwFsQBGBVkAbASEAFYEyACXBA0AHgSGAFEEZQBiBA8AWQSGAH0EpwB2AqUAowRoABUEGgBnBPwAMASGAIAEMwBQBI4AUAQqADwEXQB/BdEARgXMAFIGlABlBLQAeASH/+EGeQArBf0AJAVTAGcIgQAtCIwAmQZRAC0FpQCPBQcAkAX9ACYHqQAVBNsASQWmAJIFqAAsBQsAMgZfAE4F+ACOBYUAkQeaAJUH+gCVBiEAFQbwAJkFAgCQBUgAYwdiAKEE6AAXBIAAWgSLAI8DWwCDBPIAJwaHACAEFwBOBJIAhARsAI8ElAAgBgIAjwSRAIQEkgCEA/oAIwXUAFMEzwCEBGUAYAaNAIQG8QB9BSEAIAZvAI8EaQCPBDkAUAaCAJIEcAAuBHL/1wQ5AFIG1gAdBuQAhASG/+gEkgCEB1gAiAZqAHIEaP/hBygAmAYCAIYFFgAaBGMACwdLAKwGPQCaBuUAfgXdAIEJKgClB+4AkAQgACgD9QAyBXoAYASIAE0FGAAQBA0AHgV6AGAEhgBOB1QAiAZWAHUHWACIBmoAcgUQAGcERwBdBPsAcAAA/HAAAPx1AAD9gQAA/aYAAPomAAD6UQYgAJIFEwCEBGj/4QUQAJQEhgB9BGsAjwOjAH0E6gCZBCQAfQgjABUG4AAgBckAmQT7AI8FLgCRBKwAjQaUADQFoAA8BiAAlAUHAIQH3QCUBa0AfQhJAJcG7wB9BjcAZwUEAGAFOQAmBEEAHwcoACkFbwAnBfIAkQTcAGAFcACBBHQAdQWFAIkGGwAKBMT/ywUgAJEEeACNBh8ALAUUACAFrQCZBIYAfQYqAJQFEQCEB3UAlAZ0AI8FjQBVBKMAWwSkAF0EwwAsA6oAIwVpACYEcQAfBPkATwbzAGgG2wBfBlEAPQUoAC8EgwBKBEgAcwe8AEIGpAA/B/UAlAaeAHQFBgBcBC8AVQWoACEFHQBEBU4AfQZGACwFOwAgBVAAdAMbAGQEFAAACCkAAAQUAAAIKQAAArkAAAIKAAABXAAABH8AAAIwAAABogAAAQAAAADRAAAAAAAAArcAUAK3AFAFIwCcBioAewOaAAgBvwBlAboANwHOADUBowBLAwsAbQMTAEQDAAA1BFsAPwSaAF0CzACKA/0AjQWqAI0BzwBeB64AUAJ0AGwCaQBVA5kAKwL1AEwC9QA2AvUAUAL1AE4C9QA3AvUASwL1AEcDOQBQAvMAUALzAFACAwBTAgMAUANcAGcC9QBMAvUAggL1AD0C9QA3AvUANgL1AFAC9QBOAvUANwL1AEsC9QBHAzkAUALzAFAC8wBQAgMAUwIDAFAEtQBiBm4AIwa/AJkIlQCUBjsAIwabAH0EjABcBeoAIwQtACoEmwAkBWIATwV+ACsF5ABuA+MARQgpAJAFCABvBRQAlgY3AFsG3gBWBtAAXgasAFwEkwBhBYoApgTeAD8EgACcBJ0AOwhSAGECMv+nBJEAZQSAAI8EEgA9BCgAfQQOACUCUQCcAo4AZAHpAEcFGQArBK0AGgS9ACsHKAArBygAKwUPACsGtwBJAAAAAAgwAFkINQBcAvUAPQL1AIIC9QBMBB0ATwQdAFcEHQA4BB0AXwQdAGYEHQAzBB0APQQdAEMEHQCYBB0AWAQrAEEEPgAGBFwAEwYJACcEeQAIBIgAaQQ/ACUENwA/BGQAdQS9AE0EawB2BL0ATgTcAHYGBQB2A7cAdgReAHYD1gAmAf4AhgTdAHYEpwBWA8gAdgQ3AD8EaAA6A6UACgO8AHYEeQAIBL0ATgR5AAgDnQBGBNkAdgQeAEQFpgBPBVgATwTgAF4FkgAjBIAATwdWACQHWAB2BZkAJQTYAHYEcgB2BV4AJwZFABsERgBDBOIAdgRdAHYEywAkBEwAHwViAHYEjQBDBoQAdgcOAHYFYQAJBhYAdgRnAHYEgAA9Bo8AdgSEAEIEKAALBqMAGwSgAHYFDQB2BXQAIQX4AE4EVgAGBMQAEwaXACMEjQBDBI0AdgYAAA4EzgBNBEcAQwS9AE4EaAA6A/QARQgtAHYE9AAoAvUANwL1ADYC9QBQAvUATgL1ADcC9QBLAvUARwO2AI0CrgCYA+AAdgQ6AAwEtgBWBUEAmQUoAJkEMACBBTUAmQQoAIEEegB2BIAATwRgAHYEmgAIAf4AkAOhAHUAAPyeA/cAegP6/1EECwB5A/oAeQO8AHYDnQB1A50AdQL1AEwC9QA2AvUAUAL1AE4C9QA3AvUASwL1AEcFcwBpBZ4AaQV/AJkF2QBpBdoAaQQoAJYEggBrBFgADwS7ADQEawBnBC4AQgOhAHYBugBiBpgATgSvAG4CDP+nBIwAOASMAGgEjAAsBIwAYgSMAF8EjAA0BIwAbASMAFkEjABnBIwA5QIm/64CJf+uAhcAkAIX//oCFwCQBGAAdgTmAGAEMAA5BIgAfQQ+AE8ElQBOBJEATgSdAEkEkgB9BJoATgRJAFEEiQBQBFkANAOtAGEFDABfA8QABQZG/+wEBwB2BL0ATgUOADQE3AB2Af0AAAK4AFAFVwAXBVcAFwSQ//UE4AAtAqr/6wVOABEFTgARBU4AEQVOABEFTgARBU4AEQVOABEFOQBmBIUAlASFAJQEhQCUBIUAlAJE/8sCRAClAkT/ygJE/74FrQCUBYMAZQWDAGUFgwBlBYMAZQWDAGUFPACABTwAgAU8AIAFPACABOMACARQAFYEUABWBFAAVgRQAFYEUABWBFAAVgRQAFYELQBOBEkAUQRJAFEESQBRBEkAUQIX/7QCFwCQAhf/tAIX/6gEdAB6BIoATgSKAE4EigBOBIoATgSKAE4EcwB3BHMAdwRzAHcEcwB3A+sADAPrAAwFTgARBFAAVgVOABEEUABWBU4AEQRQAFYFOQBmBC0ATgU5AGYELQBOBTkAZgQtAE4FOQBmBC0ATgU5AJQFGABQBIUAlARJAFEEhQCUBEkAUQSFAJQESQBRBIUAlARJAFEEhQCUBEkAUQVzAGsEiQBSBXMAawSJAFIFcwBrBIkAUgVzAGsEiQBSBa0AlARyAHoCRP+0Ahf/nQJE/9ECF/+7AkT/3QIX/8YCRAAYAgr//wJEAJ8GtQClBAsAfARyAC8CJf+uBQ4AlAQsAH0EUgCUAgoAjARSAJQCCgBZBFIAlAKgAIwEUgCUAuYAjAWtAJQEdAB6Ba0AlAR0AHoFrQCUBHQAegR0/6MFgwBlBIoATgWDAGUEigBOBYMAZQSKAE4FCQCUAtQAfQUJAJQC1ABSBQkAlALUADYE2ABLBB4ASQTYAEsEHgBJBNgASwQeAEkE2ABLBB4ASQTYAEsEHgBJBOAALQKqAAoE4AAtAqoACgTgAC0C0gAKBTwAgARzAHcFPACABHMAdwU8AIAEcwB3BTwAgARzAHcFPACABHMAdwU8AIAEcwB3BwsALwXwACME4wAIA+sADATjAAgE0wBQBAYAUQTTAFAEBgBRBNMAUAQGAFEHfv/8BsIASAWBAGkEhgBOBHr/pQR6/6UEPwAlBJoACASaAAgEmgAIBJoACASaAAgEmgAIBJoACASAAE8D4AB2A+AAdgPgAHYD4AB2Af7/qAH+AIYB/v+nAf7/nATcAHYEvQBOBL0ATgS9AE4EvQBOBL0ATgSIAGkEiABpBIgAaQSIAGkEPgAGBJoACASaAAgEmgAIBIAATwSAAE8EgABPBIAATwR6AGED4AB2A+AAdgPgAHYD4AB2A+AAdgSnAFYEpwBWBKcAVgSnAFYE3QB2Af7/kQH+/68B/v+6Af4AFwH+AH0D1gAmBF4AdgO3AHYDtwB2A7cAdgO3AHYE3AB2BNwAdgTcAHYEvQBOBL0ATgS9AE4EZAB1BGQAdQRkAHUENwA/BDcAPwQ3AD8ENwA/BD8AJQQ/ACUEPwAlBIgAaQSIAGkEiABpBIgAaQSIAGkEiABpBgkAJwQ+AAYEPgAGBCsAQQQrAEEEKwBBBU4AEQTp/0IGEf9LAqj/TgWX/7UFR/9BBW3/wgKl/4UFTgARBQ0AlASFAJQE0wBQBa0AlAJEAKUFDgCUBv8AlAWtAJQFgwBlBRsAlATgAC0E4wAIBQ0AJgJE/74E4wAIBIQAVgRlAGIEhgB9AqUAowRdAH8EmgCNBIoATgTBAJMD+AAWBFkANAKl/8MEXQB/BIoATgRdAH8GlABlBIUAlAR0AJkE2ABLAkQApQJE/74EcgAvBSgAmQUOAJQFCwAyBU4AEQUNAJQEdACZBIUAlAWmAJIG/wCUBa0AlAWDAGUFrgCZBRsAlAU5AGYE4AAtBQ0AJgRQAFYESQBRBJIAhASKAE4EfwB9BC0ATgPrAAwEBgAf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NAD//wAGAAAEOAYeBiYB7gAAAAcARACKAB7//wAR/lcFPwWwBiYAJQAAAQcApAGAAAMAC7YDDgUBATlWACs0AP//AFb+XAP5BE4GJgBFAAABBwCkALQACAALtgI7MQAATVYAKzQA//8AlP5eBE0FsAYmACkAAAEHAKQBQgAKAAu2BBACAABDVgArNAD//wBR/lQECgROBiYASQAAAQcApAEFAAAAC7YBLAAAAE1WACs0AP//AAj+VASRBI0GJgJOAAAABwCkASIAAP//AHb+XAO2BI0GJgJDAAAABwCkAPEACP//AHj+oQGLBDoGJgCNAAABBwCtA1oACgAOtAEHAgEBuP9/sFYAKzQAAQCyAIkEJAP7AA8ACLEIAAAvLzAxZSImJjU0NjYzMhYWFRQGBgJresh3d8h6esh3d8iJd8h6esh3d8h6esh3AAEAkwAABEEDrwADAAizAQAScgArL3MRIRGTA64Dr/xRAAAEAGT/7wWoBcIAEAAYACAAKgAXQAkgECQIGBAcCBAALy8zETMRMxEzMDF3NjY3JRE2NjcRFAYHBwYGBwU2NjclBgYHATY2NwEGBgcBETY2NxElBgYHZAIcGAGFKGs3CglPEjYgAU0FGhkCBAQdF/s+AR4YBMMEHhf9/yloOgFvBB0XeTpvMlMDfTVSF/wKDx4MeRojBug4cTNtOXIvAa07bjIBAzpxMv44A5I1URr8yE44czEAAAIAsgCJBCQD+wAPAB8AELcAEGoIGGoIAAAvLysrMDFlIiYmNTQ2NjMyFhYVFAYGJzI2NjU0JiYjIgYGFRQWFgJresh3d8h6esh3d8h6ZqViYqVmZaZiYqaJd8h6esh3d8h6esh3TGKmZWalYmKlZmWmYgAAAAAAABEA0gADAAEECQAAALIAAAADAAEECQABABoAsgADAAEECQACAA4AzAADAAEECQADABoAsgADAAEECQAEABoAsgADAAEECQAFACYA2gADAAEECQAGABoBAAADAAEECQAHAEABGgADAAEECQAIAAwBWgADAAEECQAJACYBZgADAAEECQALABQBjAADAAEECQAMABQBjAADAAEECQANASIBoAADAAEECQAOADYCwgADAAEECQAQAAwC+AADAAEECQARAAwDBAADAAEECQAZAAwC+ABDAG8AcAB5AHIAaQBnAGgAdAAgADIAMAAxADEAIABUAGgAZQAgAFIAbwBiAG8AdABvACAAUAByAG8AagBlAGMAdAAgAEEAdQB0AGgAbwByAHMAIAAoAGgAdAB0AHAAcwA6AC8ALwBnAGkAdABoAHUAYgAuAGMAbwBtAC8AZwBvAG8AZwBsAGUAZgBvAG4AdABzAC8AcgBvAGIAbwB0AG8ALQBjAGwAYQBzAHMAaQBjACkAUgBvAGIAbwB0AG8AIABNAGUAZABpAHUAbQBSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAzAC4AMAAxADQAOwAgADIAMAAyADUAUgBvAGIAbwB0AG8ALQBNAGUAZABpAHUAbQBSAG8AYgBvAHQAbwAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEcAbwBvAGcAbABlAC4ARwBvAG8AZwBsAGUAQwBoAHIAaQBzAHQAaQBhAG4AIABSAG8AYgBlAHIAdABzAG8AbgBHAG8AbwBnAGwAZQAuAGMAbwBtAFQAaABpAHMAIABGAG8AbgB0ACAAUwBvAGYAdAB3AGEAcgBlACAAaQBzACAAbABpAGMAZQBuAHMAZQBkACAAdQBuAGQAZQByACAAdABoAGUAIABTAEkATAAgAE8AcABlAG4AIABGAG8AbgB0ACAATABpAGMAZQBuAHMAZQAsACAAVgBlAHIAcwBpAG8AbgAgADEALgAxAC4AIABUAGgAaQBzACAAbABpAGMAZQBuAHMAZQAgAGkAcwAgAGEAdgBhAGkAbABhAGIAbABlACAAdwBpAHQAaAAgAGEAIABGAEEAUQAgAGEAdAA6ACAAaAB0AHQAcABzADoALwAvAG8AcABlAG4AZgBvAG4AdABsAGkAYwBlAG4AcwBlAC4AbwByAGcAaAB0AHQAcABzADoALwAvAG8AcABlAG4AZgBvAG4AdABsAGkAYwBlAG4AcwBlAC4AbwByAGcAUgBvAGIAbwB0AG8ATQBlAGQAaQB1AG0AAAADAAAAAAAA/2oAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAgAIAAj//wAPAAEAAgAOAAAAAAAAAigAAgBZACUAPgABAEQAXgABAGoAagABAHAAcAABAHUAdQABAIEAgQABAIMAgwABAIYAhgABAIkAiQABAIsAlgABAJgAnwABAKEAowABAKUApgABAKgArQADALEAsQABALoAuwABAL8AvwABAMEAwQABAMMAxAABAMcAxwABAMsAywABAM0AzgABANAA0QABANMA0wABANoA3gABAOEA4QABAOUA5QABAOcA6QABAOsA+wABAP0A/QABAP8BAQABAQMBAwABAQgBCQABARYBGgABARwBHAABASABIgABASQBJwADASoBKwABATMBNAABATYBNgABATsBPAABAUEBRAABAUcBSAABAUsBTQABAVEBUQABAVQBWAABAV0BXgABAWIBYgABAWQBZAABAWgBaAABAWoBbAABAW4BbgABAXABcAABAdYB3AACAe0CAQABAgUCBQABAg4CDgABAhACEAABAhcCGQABAhsCHAABAh4CHgABAiICIgABAiQCJgABAiwCLAABAjECMwABAjUCNQABAkMCQwABAkYCRgABAkgCSAABAksCTgABAnoCfgABAo4CkwABApYC/gABAwEDwAABA8IDwgABA8QDzgABA9AD2QABA9sD9gABA/oD+gABA/wEAwABBAUEBwABBAoEDgABBBAEmwABBJ4EnwABBKEEogABBKQEpwABBLEFDQABBQ8FGQABBRwFKQABAAEAAwAAABAAAAAWAAAAIAABAAEArQACAAEAqACsAAAAAgACAKgArAAAASQBJwAFAAEAAAAaADQACgAHAEQAXABmAEwAVABwAHoABERGTFQAdGN5cmwAdGdyZWsAdGxhdG4AdAAEY3BzcABea2VybgBkbWFyawBsbWttawB0AAEAAAABAGIABAAAAAEAZAAEAAAAAQBoAAIACAACAMIEogACAAgAAgB6AJYABgAQAAEAWAAAAAYAEAABAFoAAgBqAAAAAAABAAAAAAACAAIAAQAAAAIAAwAEAAAAAgAFAAYAARXGAAUAJABIAAERLhISAAERNDgKAAERXBPSAAERbEsMAAERFhEWAAERHBEiAAERRBEmAAERVBE4AAERJAAEAAAAAhEOERQAAP//AAQAAAABAAIAAwACEVIABAAAEXYRngADAAMAAP+v/4gAAP8sAAAAAP+IAAAAAV4oAAQAAAHrGjgXYBdgHmYeDBewF+4YwBfSWooZABkAHCAYEhkAGQAYwBkiJ0IgAiZ4GAAYKB2yH5AYPhtKGN4YiBecMJYXfi10F7oXuhlqGIgX4B8qGKIYVBdmGKIbkBiIGMAgeCWyHQYYwB4MLHYudim8JEoXSBiiF4hRFBe6RCQrhC94GG4XThdUU/4XWhrSGmYg+kYWNFhAdDMKGQA9HEhIHbIoEBkAGQAb1hkAGQAZAD7GIYQZABoOJOwjJh7IKp4juBemKOYXZhmQQkpW/BiIGwwxzCIOGUQYiCKYGbodXBqcGUQeDBlqGAAYohnkGIglshemHbIXZhwgHCAcIBkAHbIXZhkAGQAYwBemHbIXZhdgNfoXYBdgF2AXeBxqHLgXcheSF2wXchdsF8QXbBfuGMAYwBjAGMAmeB4MHgweDB4MHgweDB4MF+4X0hfSF9IX0hkAGQAZABkAGQAYwBjAGMAYwBjAH5AY3hjeGN4Y3hjeGN4Y3hecF5wXnBecF7oZahlqGWoZahlqGKIYoh4MGN4eDBjeHgwY3hfuF+4X7hfuGMAX0hecF9IXnBfSF5wX0hecF9IXnBkAF7oZABkAGQAZABkAHCAYEhgSGBIYEhkAF7oZABe6GQAXuhe6GMAZahjAGWoYwBlqF+AX4BfgJngmeCZ4GCgfkBiiH5AYPhg+GD4XchdyF3gXbBdsF2wXbBdsF2wXbBdyF3IXchdyF3IXbBdsF2wXcheSF5IXkheSF3IXchdyF3geDBfSGQAZABjAH5AeDBewF9IYPhkAGQAcIBkAGQAYwBkiJngfkB2yGQAfkBe6GWoYohlqF9IlshkAGQAcIBwgG9YeDBewJbIX0hkAGQAYwBkiF+4meB2yGN4XnBlqGIgYohdmF5wXphiiGCgYKBgoH5AYohdgF2AXYBkAF7oeDBjeF9IXnBgAGKIX7h+QGKIZAB2yF2YZAB4MGN4eDBjeF9IXnBecF5wdshdmGMAZahlqGIgb1hiiG9YYohvWGKIeDBjeHgwY3h4MGN4eDBjeHgwY3h4MGN4eDBjeHgwY3h4MGN4eDBjeHgwY3h4MGN4X0hecF9IXnBfSF5wX0hecF9IXnBfSF5wX0hecF9IXnBkAGQAYwBlqGMAZahjAGWoYwBlqGMAZahjAGWoYwBlqGWofkBiiH5AYoh+QGKImeCWyF6YXuhoOJbIcIB+QGQAXuh4MGN4X0hkAGMAZahfgF7AYiBjAGMAZABe6HCAcIBgSGQAXuhkAF7oYwBkiGIgX4CZ4GAAYohgAGKIYKBg+GMAXbBdyF2wXeBdsF3IXeAACXgYABAAA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AUIATwFMAU0AUQFYAVgAUwFiAWIAVAFkAWQAVQFqAWwAVgFuAW4AWQHtAgEAWgIOAg4AbwIYAhgAcAIbAhsAcQIsAiwAcgIyAjMAcwJDAkMAdQJGAkYAdgJIAkgAdwJLAk4AeAJ6An4AfAKOApMAgQKWAv4AhwMBAwEA8AMDA0YA8QNLA6gBNQOqA7oBkwO8A7wBpAO/A8ABpQPCA8IBpwPGA8YBqAPIA8kBqQPLA84BqwPQA9ABrwPSA9MBsAPVA9UBsgPXA9kBswPbA+ABtgPiA+cBvAPpA+wBwgPuA/YBxgP6A/oBzwP8BAAB0AQCBAIB1QQKBA4B1gQQBBAB2wQTBBcB3AQaBB4B4QQhBCIB5gQnBCgB6AQwBDAB6gQyBDIB6wQ0BDQB7AQ5BJMB7QSZBJsCSAShBKICSwSkBKUCTQSnBKcCTwSxBMACUATCBP4CYAUABQQCnQUGBQcCogUJBQkCpAULBQ0CpQUPBRcCqAUcBSkCsQACAE8AJQA+AAAARQBeABoAgQCBADQAgwCDADUAhgCGADYAiQCJADcAiwCWADgAmACdAEQAsQCxAEoAuwC7AEsAvwC/AEwAwQDBAE0AwwDDAE4AxwDHAE8AywDLAFAAzQDOAFEA0ADRAFMA0wDTAFUA2gDcAFYA3gDeAFkA4QDhAFoA5QDlAFsA5wDpAFwA6wD7AF8A/QD9AHAA/wEBAHEBAwEDAHQBCAEJAHUBFgEaAHcBHAEcAHwBIAEiAH0BKgErAIABQQFCAIIBSwFLAIQBWAFYAIUBYgFiAIYBZAFkAIcBaAFoAIgBagFsAIkBbgFuAIwB7QIBAI0CBQIFAKICEAIQAKMCFwIZAKQCHAIcAKcCHgIeAKgCIgIiAKkCJAImAKoCLAIsAK0CMQIxAK4CMwIzAK8CNQI1ALACQwJDALECRgJGALICSAJIALMCSwJOALQCegJ+ALgCjgKTAL0ClgL+AMMDAQOnASwDqQPAAdMDwgPCAesDxAPOAewD0APZAfcD2wP2AgED+gP6Ah0D/AQDAh4EBQQHAiYECgQOAikEEASYAi4EmwSbArcEngSfArgEoQSiAroEpASnArwEsQTsAsAE7gUNAvwFDwUWAxwFGAUZAyQFHAUpAyYAAQD7AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBlAGcAgQCDAIQAjACPAJEAkwCxALIAswC0ALUAtgC3ALgAuQC6ANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAS8BMwE1ATcBOQE7AUEBQwFFAUkBSwFMAVgBWQFxAbIBuAG9AcAClgKXApkCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUC0gLUAtYC2ALaAtwC3gLgAuIC5ALmAugC6gLsAu4C8ALyAvQC9gL4AvoC/AL+Av8DAQMDAwUDBwMJAwsDDQMPAxEDFAMWAxgDGgMcAx4DIAMiAyQDJgMoAyoDLAMuAzADMgM0AzYDOAM6AzwDPgNAA0EDQwNFA0cDSQOiA6MDpAOlA6YDpwOoA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPvA/ED8wP1BAoEDAQOBCMEKQQvBJkEngSiBSMFJQABAMQADgABAPb/zQABAMoAEwABAPb/3AABAFsACwABARz/8QABAfH/xwABAfH/8QABAfEADQACAPb/yAGG/6cAAgDK//QA9v/YAAIB8f+3Afb/8AACAPb/9QGG/7YAAgDt/6UBHP/uAAIBEQALAWz/5gACAPb/yAGG/6EAAwHw//UB8f/uA5z/9QADAEr/7gBb/+oB8f/wAAMASgARAFgAMgBbABEABAAN/+YAQf/0AGH/7wFN/+0ABAANABQAQQARAFb/4gBhABMABQBb/7MB8f95Afb/8QIA//ECTP/zAAUADQAPAEEADABW/+sAYQAOAkz/6QAFAFv/5QC4/8sAzf/kAgD/6wJM/+0ABgAQ/4QAEv+EAYf/hAGL/4QBj/+EAZD/hAAGAMr/6gDt/+4A9v+6AP7/+QE6/+wBbf/sAAYAyv/qAO3/7gD2/74A/v/5ATr/7AFt/+wABwBKAA0Avv/5AMYACwDH/+oAygAMAO3/yAEc//EABwCB/98Atf/zALf/8ADE/+oA2f/fAOb/4AFs/+AACAD2//AA/v/6AQn/8QEg//MBOv/xAWP/8wFl/+0Bbf/eAAgA2QAVAO0AFQFJ/+QBSv/lAUz/5AFi/+MBZP/iAWz/5AAIAFgADgCB/1YAvv/5AMT/xADH/9oA2f9xAO3/ngFf/9wACQD2/50A/v/rAQn/0wEg/9sBOv8+AUr/ugFj//ABZf/yAW3/UAAJAMr/6gDt/7gA9v/nAQn/8AEg//EBOv/rAWP/9QFt/+wBhv+kAAoABv/1AAv/9QGF//UBhv/1AYj/9QGJ//UBiv/1A/f/9QP4//UD+//1AAoABv/WAAv/1gGF/9YBhv/WAYj/1gGJ/9YBiv/WA/f/1gP4/9YD+//WAAoABv/qAAv/6gGF/+oBhv/qAYj/6gGJ/+oBiv/qA/f/6gP4/+oD+//qAAoA5v/DAPb/zwD+//ABOv/OAUn/5wFM/98BYv/RAWT/7AFs/6ABbf/RAAsAOP/RANL/0QDW/9EBOf/RAUX/0QMq/9EDLP/RAy7/0QPd/9EEk//RBNv/0QANAFz/8gBe//IA7v/yATT/8gFE//IBXv/yA0L/8gNE//IDRv/yA+b/8gQS//IEIP/yBOX/8gANAPb/mgD5/9YA/v/yAQn/0wEg/9sBOv8+AUj/1gFK/7oBY//wAWX/8gFt/1AENv/WBJb/1gAOAFz/7QBe/+0A7v/tAPb/sgE0/+0BRP/tAV7/7QNC/+0DRP/tA0b/7QPm/+0EEv/tBCD/7QTl/+0ADwDtABQA8gAQAPb/8AD5//AA/v/6AQEAEAEEABABOv/sAUj/8AFK/+IBUQAQAW3/8AFwABAENv/wBJb/8AARAC7/7gA5/+4Csf/uArL/7gKz/+4CtP/uAwH/7gMw/+4DMv/uAzT/7gM2/+4DOP/uAzr/7gPO/+4Efv/uBID/7gTd/+4AEQAu/+wAOf/sArH/7AKy/+wCs//sArT/7AMB/+wDMP/sAzL/7AM0/+wDNv/sAzj/7AM6/+wDzv/sBH7/7ASA/+wE3f/sABIA2f+uAOYAEgDr/+AA7f+tAO//1gD9/98BAf/SAQf/4AEc/84BLv/dATD/4gE4/+ABQP/gAUr/6QFN/9oBX/+9AWn/3wFsABEAEgBb/8EAuP/FAMr/tADq/9cA9v+5AP7/6QEJ/7IBHP/SASD/yAE6/6ABSv/FAVj/5AFj/8wBZf/MAW3/ywFu/+8CAP/mAkz/6AATAe7/7gHw//UB8f/xAfP/8gIP//ICE//y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/+wEAv/sBAj/7AQN/+wEG//sBB3/7AQe/+wEKv/sBDn/7ART/+wEVf/sBFf/7ARZ/+wEW//sBF3/7ARf/+wEYf/sBHX/7AR3/+wEef/sBH3/7AS4/+wExf/sBMf/7ABAACf/5gAr/+YAM//mADX/5gCD/+YAk//mAJj/5gCz/+YAuP/CAMQAEADT/+YBCP/mARf/5gEb/+YBHf/mAR//5gEh/+YBQf/mAWr/5gJg/+YCYf/mAmP/5gJk/+YCov/mAqz/5gKt/+YCrv/mAq//5gKw/+YC2P/mAtr/5gLc/+YC3v/mAuz/5gLu/+YC8P/mAvL/5gMU/+YDFv/mAxj/5gNJ/+YDpv/mA7P/5gPZ/+YD3P/mBAn/5gQM/+YEJ//mBCn/5gQr/+YEZv/mBGj/5gRq/+YEbP/mBG7/5gRw/+YEcv/mBHT/5gR2/+YEeP/mBHr/5gR8/+YEu//mBNT/5gBHABAABAASAAQAR//nAEj/5wBJ/+cAS//nAFX/5wCU/+cAmf/nALv/5wDEAA8AyP/nAMn/5wD3/+cBA//nAR7/5wEi/+cBQv/nAWD/5wFh/+cBa//nAYcABAGLAAQBjwAEAZAABAK9/+cCvv/nAr//5wLA/+cCwf/nAtn/5wLb/+cC3f/nAt//5wLh/+cC4//nAuX/5wLn/+cC6f/nAuv/5wLt/+cC7//nAvH/5wLz/+cDuv/nA+D/5wPk/+cD5//nBAL/5wQI/+cEDf/nBBv/5wQd/+cEHv/nBCr/5wQ5/+cEU//nBFX/5wRX/+cEWf/nBFv/5wRd/+cEX//nBGH/5wR1/+cEd//nBHn/5wR9/+cEuP/nBMX/5wTH/+cATQAGABAACwAQAA0AFABBABIAR//oAEj/6ABJ/+gAS//oAFX/6ABhABMAlP/oAJn/6AC7/+gAyP/oAMn/6AD3/+gBA//oAR7/6AEi/+gBQv/oAWD/6AFh/+gBa//oAYUAEAGGABABiAAQAYkAEAGKABACvf/oAr7/6AK//+gCwP/oAsH/6ALZ/+gC2//oAt3/6ALf/+gC4f/oAuP/6ALl/+gC5//oAun/6ALr/+gC7f/oAu//6ALx/+gC8//oA7r/6APg/+gD5P/oA+f/6AP3ABAD+AAQA/sAEAQC/+gECP/oBA3/6AQb/+gEHf/oBB7/6AQq/+gEOf/oBFP/6ARV/+gEV//o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ABAETAAQBE4AEARQABAEZv/oBGj/6ARq/+gEbP/oBG7/6ARw/+gEcv/oBHT/6AR2/+gEeP/oBHr/6AR8/+gEjP/fBI7/3wSQ/98Ek//gBJX/4QSW/+AEov/fBLUAEAS7/+gE1P/oBNv/4ATe/+AE4P/gAzQ9bjv6OWY8Bj16O441uDwSOqQ4uDwqPDY8QjxOPMA7+jMYPGY8cjx+PIo8nDyoO3w7djy0PXQ8ADlsPAw9gDLENb48GDqqOOg8MDw8PEg8VDxUONAyyjxsPHg8hDr4PKI8rjuCOzo8ujmKMtA5kDLWMtwy4j2SOIgy6DLuPE48VDL0MvozADMGOuw68jsuOzQ0kjmoO2o4djuIOHw4gjMMOJo5SDigO/QzEjMYMx45WjMkMyo7XjMwMzYzPDNCM0g7cDNOM1Q5YDNaM2AzZjNsM3IzeDtYM34zhDtkM5YzijOQOWwzljOcM6IzqDOuM7Q58Dn2M7ozwDPGM8wz0jPYM94z5DPqM/Az9jP8NAI0CDQONCA0FDQaNCA9ID04PSY0JjQsOEw9ID1WPMY0Mj0aPRQ8zD0ON/I8xjzwPOQ9MjfCNDg9AjQ+NEQ9LDRKNFA0VjRcNGI0aDRuNHQ0ejSANIY9jDSMPDA3FD2GPQI9hjSSNJI9kj2SPZI0mDSeNKQ9FDSqPMw8BjwGPBg8fjyENLA0sDpcNLY5fjS8PW45ZjkwOTA6jDimNMI0wjTIOLI0zjTUNNQ6vDTaOeQ04DTgNOY07DkSNPI08jpiNPg5hDT+PXQ5bDk8OTw6kjjWNQQ1BDUKOOI1EDumO6Y6wjUWOeo1HDUcNSI1KDkYOiY1LjU0Omg6bj1uPXQ1OjVANUY1TDVSNVg1XjVkNWo8DDVwNXY5ljmcNXw1gj16PYA1iDWONZQ1mjWgNaY1rDWyNbg1vjXENco10DXWNdw14jXoNe46pDqqNfQ1+jYAPCo8MDYGNgw8Njw8PDY8PDw2PDw7oDumPE48VDYSNhg8VDYeNiQ2KjYwNjY2PDZCNkg8ZjxsNk42VDZaNmA2ZjZsPHI8eDxyPHg2cjZ4PH48hDx+PIQ2fjyENoQ2ijaQNpY2nDaiNqg2rja0Nro8ijr4NsA2xjbMNtI4cDbYNt425DbqNvA29jb8NwI3CDcONxQ3FD0gN3o3ejeANxo3IDcmPYY9hjcsNyw3MjzYNzg3ODc+POo3RD1QPVA3SjdQN1Y3XDdcN2I3aD1oN243dD2GN3o3gDeGN4w3kjeYN543pD2MN6o3sDe2N7w3wjfIN8431DfaPOQ34DfmPMY37DfyN/I38jf4PMw3/jgEOAo4EDz2PMY4FjgcOCI9VjgoPSA4aj0gOC44NDg6OEA4RjhMOFI4WDzSOF44ZDhqPW49ejwSOqQ8wDt2OII9bjv6PXo8tDwSOqQ8KjxCPE48wDv6PH47djt8OLI4cDh2O4g4fDiCOJo4iDxUPKI4jjiUPFQ4mjigOKY4rDxyOqQ4sji4PB44vj1uO/o7aj16OMQ8QjwSPMA7+jlmPH47fD10PYA4yjxUONA5bDs6O4I41jjcPHg6qjjiOOg47jj0OPo5ADj6OQA5BjkMORI5GDkeOSQ5Kj1uPXQ5MDk2OTw5QjlIOU45VDlaOWA5ZjlsO3Y6pDlyOXg6pDpoOm45fjmEOYo5kDmWOZw5ojmoOa45tDm6OcA5xjnMOdI52DneOeQ56jnwOfY5/DoCOgg6DjoUOho6IDomOiw6Mjo4Oj46RDpKPAw9bj10OlA6Vj1uPXQ9bj10PW49dD1uPXQ6XDpiPW49dD1uPXQ9bj10PW49dDpoOm49ej2AOnQ6ejqAOoY9ej2APXo9gD16PYA9ej2AOow6kjqYOp46pDqqPMA8VDqwOrY8wDxUPMA8VDzAPFQ8wDxUOrw6wjrIOs46yDrOOtQ62jrgOuY67DryPIo6+Dr+OwQ7CjsQOwo7EDsWOxw7IjsoOy47NDt2Ozo7QDtGO0w7UjwMPH47WDteO2Q7ajtwPBg7ajtwPDA7djt8O4I7iDuOO5Q7mjugO6Y7rDuyO7g7vjvEO8o70DvWO9w74jvoO+479Dv6PAA8BjwMPAY8DDwSPBg8HjwkPCo8MDw2PDw8QjxIPE48VDzAPFo8YDxmPGw8cjx4PH48hDyKPJA8ljycPKI8qDyuPLQ8ujzAPYY9jD0yPOQ9FD04PYY9Aj2MPSA9MjzkPMY9DjzMPRQ9Gj0gPTg9JjzqPNI82DzePVY85DzqPPA89jz8PYY9Aj0CPYw9CD0OPTI9FD0aPYY9ID0mPSw9Mj2GPTg9Pj1EPUo9UD1WPVw9XD1iPWg9bj10PXo9gD2GPYw9kgC6AEf/3ABI/9wASf/cAEv/3ABR/+EAUv/hAFP/1gBU/+EAVf/cAFn/3QBa/+EAXf/hAJT/3ACZ/9wAm//dALv/3AC9/+EAvv/1AL//5gDB/+EAwv/rAMP/6QDF//AAxv/nAMj/3ADJ/9wAyv/jAMv/3QDM/84Azf/UAM7/2wDs/+EA8P/hAPH/4QDz/+EA9P/hAPX/4QD3/9wA+P/hAPr/4QD7/+EA/v/hAQD/4QED/9wBBf/hARj/1gEa/+EBHv/cASL/3AEr/+EBNv/hATz/4QE+/+EBQv/cAVP/4QFV/+EBV//hAVz/4QFg/9wBYf/cAWv/3AK9/9wCvv/cAr//3ALA/9wCwf/cAsb/4QLH/9YCyP/WAsn/1gLK/9YCy//WAsz/3QLN/90Czv/dAs//3QLQ/+EC0f/hAtn/3ALb/9wC3f/cAt//3ALh/9wC4//cAuX/3ALn/9wC6f/cAuv/3ALt/9wC7//cAvH/3ALz/9wDDv/hAxD/4QMS/+EDE//hAxX/1gMX/9YDGf/WAzH/3QMz/90DNf/dAzf/3QM5/90DO//dAz//4QO6/9wDvP/hA77/3QPA/9YDwv/hA8X/3QPG/9YDx//dA+D/3APh/+ED4v/WA+P/4QPk/9wD5f/hA+f/3APo/+ED7f/hA+7/4QP2/+ED/f/hBAL/3AQD/+EEB//hBAj/3AQN/9wED//hBBv/3AQd/9wEHv/cBCT/4QQm/+EEKP/WBCr/3AQs/9YEMP/hBDL/4QQ0/+EEOP/hBDn/3ART/9wEVf/cBFf/3ARZ/9wEW//cBF3/3ARf/9wEYf/cBGf/1gRp/9YEa//WBG3/1gRv/9YEcf/WBHP/1gR1/9wEd//cBHn/3AR7/9YEff/cBH//3QSB/90Eg//dBIX/3QSH/90Eif/dBIv/3QSN/+EEj//hBJH/4QSY/+EEtP/hBLj/3AS8/9YEwP/dBMX/3ATH/9wE0f/hBNP/4QTf/+EE4f/hAL8ABgAMAAsADABH/+gASP/oAEn/6ABKAAwAS//oAFP/6gBV/+gAWgALAF0ACwCU/+gAmf/oALv/6AC9AAsAvv/0AMT/1wDGAAsAyP/oAMn/6ADKAAwA9//oAQP/6AEY/+oBGgALAR7/6AEi/+gBQv/oAWD/6AFh/+gBa//oAYUADAGGAAwBiAAMAYkADAGKAAwB7gANAfEADQHzAA4B9P/1Afb/7AH4/+0CAP/sAgb/vwIH/+0CCP+/Ag8ADgIQ/+0CEwAO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AtT/TgLV/94C1v9OAtf/3gLZ/+sC2//rAt3/6wLf/+sC4f/rAuP/6wLl/+sC5//rAun/6wLr/+sC7f/rAu//6wLx/+sC8//rAwH/DQMV/+sDF//rAxn/6wMqABQDLAAUAy4AFAMx/+oDM//qAzX/6gM3/+oDOf/qAzv/6gM//+gDTv/AA0//wANQ/8ADUf/AA1L/wANT/8ADVP/AA2n/wANq/8ADa//AA6L/TgOq/04Duv/rA77/6gPA/+sDwv/oA8X/6gPG/+sDx//qA87/DQPS/04D3QAUA9//3gPg/+sD4v/rA+T/6wPl/+gD5//rA+7/6AP2/+gD/v9OA///3gQC/+sEB//oBAj/6wQN/+sED//oBBT/TgQV/94EFv9OBBf/3gQb/+sEHf/rBB7/6wQo/+sEKv/rBCz/6wQw/+gEMv/oBDT/6AQ5/+sEOv9OBDv/3gQ8/04EPf/eBD7/TgQ//94EQP9OBEH/3gRC/04EQ//eBET/TgRF/94ERv9OBEf/3gRI/04ESf/eBEr/TgRL/94ETP9OBE3/3gRO/04ET//eBFD/TgRR/94EU//rBFX/6wRX/+sEWf/rBFv/6wRd/+sEX//rBGH/6wRn/+sEaf/rBGv/6wRt/+sEb//rBHH/6wRz/+sEdf/rBHf/6wR5/+sEe//rBH3/6wR//+oEgf/qBIP/6gSF/+oEh//qBIn/6gSL/+oEjf/oBI//6ASR/+gEkwAUBLX/TgS2/94EuP/rBLz/6wTA/+oExf/rBMf/6wTbABQE3//oBOH/6ATn/8AE7v/ABQb/wAACAJ8ABAAEAAAABgAGAAEACwAMAAIAJQAqAAQALAAtAAoALwA2AAwAOAA4ABQAOgA/ABUARQBGABsASQBKAB0ATABMAB8ATwBPACAAUQBUACEAVgBWACUAWABYACYAWgBdACcAXwBfACsAigCKACwAlgCWAC0AnQCdAC4AsQC1AC8AtwC5ADQAuwC7ADcAvQC+ADgAwADBADoAwwDFADwAxwDOAD8A0gDSAEcA1ADeAEgA4ADvAFMA8QDxAGMA9gD4AGQA+wD8AGcA/gEAAGkBAwEFAGwBCgEKAG8BDQENAHABGAEaAHEBIgEiAHQBLgEwAHUBMwE1AHgBNwE3AHsBOQE5AHwBOwE7AH0BQwFEAH4BVAFUAIABVgFWAIEBWAFYAIIBXAFeAIMBhQGGAIYBiAGKAIgB8wHzAIsB9QH2AIwB+AH4AI4B+wH7AI8CBgIIAJACSwJLAJMCTgJOAJQCYAJgAJUCYgJjAJYClgKXAJgCmQKZAJoCmwKwAJsCtQK8ALECvgLBALkCxgLLAL0C0ALYAMMC2gLaAMwC3ALcAM0C3gLeAM4C4ALgAM8C4gLrANAC9AL2ANoC+AL4AN0C+gL6AN4C/AL8AN8C/gL+AOADAwMDAOEDBQMFAOIDBwMHAOMDCQMJAOQDCwMLAOUDDQMZAOYDGwMbAPMDHQMdAPQDHwMfAPUDKgMqAPYDLAMsAPcDLgMuAPgDPAM8APkDPgNBAPoDQwNDAP4DRQNFAP8DSwNUAQADXwNjAQoDaQNrAQ8DcANwARIDggOFARMDiQOLARcDlAOUARoDogOnARsDqgO5ASEDvAO8ATEDwAPAATIDwgPCATMDxgPGATQDyQPKATUDzAPNATcDzwPVATkD1wPZAUAD2wPgAUMD4gPjAUkD5QPoAUsD7gPvAU8D8QPxAVED8wPzAVID9QP4AVMD+wQAAVcEAgQCAV0EBgQHAV4EDAQMAWAEDgQXAWEEGgQbAWsEHQQgAW0EJwQoAXEELAQsAXMELgQ0AXQEOgRiAXsEZARkAaQEZgRzAaUEewR7AbMEjASRAbQEkwSTAboElwSYAbsEmwSbAb0EnQSeAb4EoASgAcAEogSiAcEEswS3AcIEuQS5AccEuwS8AcgEvgS+AcoEwgTEAcsExgTGAc4EyATKAc8EzATMAdIEzgTOAdME0ATWAdQE2ATYAdsE2wTbAdwE3gTiAd0E5ATkAeIE5gTnAeME6wTrAeUE7gTuAeYE+QT5AecFBgUGAegFDQUNAekFEQURAeoAAgCaAAYABgAAAAsACwABABAAEAACABIAEgADACUAKQAEACwANAAJADgAPgASAEUARwAZAEkASQAcAEwATAAdAFEAVAAeAFYAVgAiAFoAWgAjAFwAXgAkAIoAigAnAJYAlgAoALEAtAApAL0AvQAtAMEAwQAuAMcAxwAvANQA1QAwANcA1wAyANoA2gAzANwA3gA0AOAA5gA3AOwA7AA+AO4A7gA/APcA9wBAAPwA/ABBAP4A/wBCAQQBBQBEAQoBCgBGAQ0BDQBHARgBGgBIAS4BMABLATMBNQBOATcBNwBRATkBOQBSATsBOwBTAUMBRABUAVQBVABWAVYBVgBXAVgBWABYAVwBXgBZAYUBiwBcAY8BkABjAfMB8wBlAfgB+ABmAfsB/ABnAgYCCABpAhoCGgBsAikCKwBtAksCSwBwAk4CTgBxAmACYAByAmICYwBzApYClwB1ApkCmQB3ApsCwQB4AsYCywCfAtAC4AClAuIC6wC2AvQC9gDAAvgC+ADDAvoC+gDEAvwC/ADFAv4C/gDGAwEDAQDHAwMDAwDIAwUDBQDJAwcDBwDKAwkDCQDLAwsDCwDMAw0DGQDNAxsDGwDaAx0DHQDbAx8DHwDcAyoDKgDdAywDLADeAy4DLgDfAzADMADgAzIDMgDhAzQDNADiAzYDNgDjAzgDOADkAzoDOgDlAzwDPADmAz4DRgDnA0sDVADwA18DYwD6A2kDawD/A3ADcAECA4EDhQEDA4kDiwEIA5QDlAELA6IDpwEMA6oDuQESA7wDvAEiA8ADwAEjA8IDwgEkA8YDxgElA8kDygEmA8wD1QEoA9cD2QEyA9sD4AE1A+ID6AE7A+4D7wFCA/ED8QFEA/MD8wFFA/UD+AFGA/sEAAFKBAIEAgFQBAYEBwFRBAwEFwFTBBoEGwFfBB0EIAFhBCcEKAFlBCwELAFnBC4ENAFoBDoEYgFvBGQEZAGYBGYEcwGZBHsEewGnBH4EfgGoBIAEgAGpBIwEkQGqBJMEkwGwBJcEmAGxBJsEmwGzBJ0EngG0BKAEoAG2BKIEogG3BLMEtwG4BLkEuQG9BLsEvAG+BL4EvgHABMIExAHBBMYExgHEBMgEygHFBMwEzAHIBM4EzgHJBNAE1gHKBNgE2AHRBNsE2wHSBN0E4gHTBOQE5wHZBOsE6wHdBO4E7gHeBPQE9AHfBPkE+QHgBQQFBAHhBQYFBgHiBQ0FDQHjBREFEQHkAAIBdAAGAAYAEgALAAsAEgAQABAAGgASABIAGgAlACUAAgAmACYAJAAnACcADwAoACgAAQApACkABAAuAC4ACAAvAC8ADQAwADAAFwAzADMAAQA0ADQAJQA4ADgAEQA5ADkACAA6ADoAHAA7ADsAGAA8ADwAEAA9AD0ADAA+AD4AGQBFAEUAAwBGAEYADgBHAEcAEwBJAEkABQBMAEwACQBRAFIACQBTAFMABgBUAFQADgBWAFYAGwBaAFoABwBcAFwAFQBdAF0ABwBeAF4AHwCK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AAAAAwAAAAMAAAAAAAAAAAADAA8AEwAAAAEAAQAAAAAAAAAAAB4AAAAAAAAAAgABAAAAAAAAAB4AIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAbAAAAEgASABgAEgASABIAGAAAAAAAAAAYABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAZACQAAAAOABUAHAAAAAUAAAAFAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAJQAFAAoAAAAAAAAAAAAAAAAAFQAFAAAAAAAVAAAAAAAAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAVAAUAEQAZABUAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgACAAAAAgACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAgAAAAAAAAAAAAAAAAAAAAAAAAACAAIAAgACAAIACwALAAsACwAMAAYABgAGAAYABgAGAAYAAQABAAEAAQABAAAAAAAAAAAAAwAHAAcABwAHAAcACAAIAAgACAAJAAkABAAGAAQABgAEAAYAAgABAAIAAQACAAEAAgABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAIAAQACAAEAAgABAAIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAADAAMAAgAHAAIABwACAAcAAAAAAAAAAAAAAAAAFAAQABQAEAAUABAAFAAQABQAEAANAAAADQAAAA0AAAALAAgACwAIAAsACAALAAgACwAIAAsACAAWAAAADAAJAAwAFwAdABcAHQAXAB0AAAAAAAIAAAAAAAAAAAAKAAoACgAKAAoACgAKAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAA4ADgAOAA4AEQAKAAoACgAFAAUABQAFAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAHAAcABwAHAAAABUAAAAOAA4ADgAOAA4ADgAkABEAEQAAAAAAAAAEAAAAAAAAAAIADAAAAAAABAAAAAAAFwAAAAAAAAAAAAAAAgAAAAAADAAPAAAADAABAAAAAwAAAAgAAAAHAAAACQAAAAAACAAHAAgAAAAAAAAAAAAAAAAAIwAAAAAAHwAEAAAAAAAAAAAAAAAAAAIAAAAAAAIADQAPAAYAAQADAAcAAwABAAkAEwABAAMAEAAAAAAAAAADAAkAFgAAABYAAAAWAAAADAAJABIAEgAAAAAAJgAAAAMABAAGAAAAAAABAAMAAAAAABoACQABAAIAAAAAAAIAAQAMAAkAAAAPABMAAAAEAAYABAAGAAAAAAAAAAEAAAABAAEADwATAAAAAAAAAAMAAAADAAIABwACAAEAAgAHAAAAAAAfAAkAHwAJAB8ACQAgACIAAAADAAEABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAAIABwACAAcAAgAHAAIABwACAAcAAgAHAAIABwACAAEAAgABAAIAAQACAAcAAgABAAsACAALAAgAAAAIAAAACAAAAAgAAAAIAAAACAAMAAkADAAJAAwACQAAAA0AAAAgACIAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAABsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMABAAGAAAAAQAAAAAAAgAHAAAAAAAAAAgAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwACAAAAAAAAAAAAFAAQAA0AAAALABoACQAaAAkAFgAAABcAHQAAAAoAAAAAAAAABQARAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAZAAAAEQAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAFAAAAAAAFABUAGQAAAAAABQARAAH9qgAAAAH9qv6UAAH95wZ0AAH92gZ0AAH91QZbAAH9pwbDAAH+LwZPAAH95wUKAAH92gUKAAH91QToAAH9pwUDAAH+LwUNAAH95gSmAAH+TQSmAAH9+QUBAAH+HgUBAAECuv/2AAECeP/2AAEBSgAKAAEDjP5pAAEC3gAKAAECYAAKAAEBKgAKAAEDzAAAAAEDqP/8AAEBBAAKAAECvAAAAAECyAAKAAECJwAKAAECmf/2AAECSP/2AAECTv/2AAECWwAKAAEBEAAKAAECIP/2AAECo//2AAECXP/2AAEByQAKAAECWgAKAAEC3P/2AAECUAAAAAECcgAKAAEBDf41AAEBBf41AAECEQAIAAEBxgAKAAECfgAKAAECq/42AAECIf42AAECNQAKAAEC2f32AAEBIv5aAAECj/5IAAECJP40AAECYv4GAAEBBf4GAAECYgAKAAEC0/4CAAECOf4GAAECZP4GAAEA/f4HAAECgP48AAECHv4yAAECgP37AAECHv3yAAECbv4AAAEBuf38AAECbv5AAAEBuf48AAEBuQAAAAECDgAKAAECTf48AAEBxAAKAAECZf//AAECZf37AAEBAP5UAAECBv4DAAECBf4EAAECBQAIAAECbv39AAECDv4EAAECDgAIAAECMv48AAECHP4DAAECHP5DAAECQQAAAAECqQAKAAECbgAKAAECDf/2AAEA9gAKAAECUgAKAAEDS//2AAECgP//AAECAP/2AAECXQAKAAEC0AAKAAECHv/2AAEDjQAKAAEC9wAKAAEAvv41AAEDfgAKAAEDhAAKAAECq//6AAECIf/6AAECqAAAAAECPgAAAAECav/2AAECDv/3AAECtP6YAAEB5/6dAAECdf6eAAEBIv6aAAECxP6UAAECRP6QAAECrwAAAAECQ//2AAECr/6UAAECQ/6KAAECnf6UAAEB6P6UAAECwP/3AAECwP6LAAECOP6UAAECcP6mAAEC9/4PAAEC+P96AAECWQAAAAECbgAEAAEDuP/8AAECyQADAAECSQAKAAECcQASAAECiQANAAECBgAKAAECEwAKAAEC2f/6AAECKv5BAAEC0wAGAAECOQAKAAECtAADAAEB6AAIAAECdgAKAAECOQAAAAEBIgAGAAEBBQAKAAECRf/8AAECZAAKAAEA/QALAAECOAAAAAECXf6eAAECeP6KAAECNP6eAAECWf6UAAECNf4GAAECWf38AAEC0P6eAAECSf6eAAECjwBMAAECJAA4AAECjv7hAAECJP7NAAECYf6eAAEDfv6eAAEDhP6eAAEC0v6bAAECOf6eAAECEgAKAAEA8/5pAAECY/6eAAEA/f6fAAECgP6UAAECHv6KAAECbv6YAAEBuf6UAAECnQAAAAEClgAKAAECAAAKAAEClv6eAAECAP6eAAEDjf6eAAEC9v6eAAECbf6eAAECDv6eAAECxQAAAAECcwAKAAECHAAKAAECbgABAAECMgAAAAEBAAABAAEB0P/2AAECBgAHAAECVgAAAAECDwAKAAECJAAIAAEC/wAKAAEB4wAKAAECHAAHAAECJQAIAAECCf/2AAECZQAKAAECTf//AAEDwP/2AAEDaAAAAAECagAAAAECMv38AAEDAQAKAAECHwAWAAECtP5YAAEB6P5cAAECdv5eAAECOf5UAAECVv5UAAECJP5cAAEBBP6eAAEB3ga4AAECGQUKAAECywaKAAECGgUHAAECCAZHAAEC3gZIAAEBHwY9AAEBKgaaAAEDzAZCAAEDqAUKAAEBkwa4AAECqAZCAAECVwUBAAEDPwT9AAECvAZAAAED2AZIAAEC0wZIAAECkwZIAAEDgAZIAAECnwZWAAEDlAZAAAECigZMAAECIQT1AAECvQT1AAEDSAT9AAECSwT9AAECMwT8AAECgQT1AAEC9wT1AAECSwT1AAECTwT1AAEC6AbMAAECYQT1AAEDLAT1AAEDOgT9AAEDOwT1AAECDQT1AAECQwUJAAEDpwZDAAEDMQT9AAEB0wbMAAECfQYdAAECGQTvAAECRQVQAAEDNwZAAAECmQZhAAECSAUMAAEC0wdrAAECSwYhAAEC3AZXAAECTgUKAAECZgZMAAECiAYZAAECWwZMAAEBEAZMAAECxAZMAAECIAUKAAECYgZMAAECowZhAAEDAQUoAAECOQUoAAECXAUoAAECFQUoAAECTgUoAAEDJAUoAAECbwUoAAECNwUoAAECNQUoAAEDCAUoAAECLgUoAAEDBQUoAAECigUoAAEC3AUoAAECZgUoAAECQQUoAAECXwUoAAECcgZMAAEBDQToAAEBAQUoAAEDaAUKAAECDgUoAAECfgUoAAECqgeqAAECqQeSAAECqgfcAAEBIgexAAEBIgekAAEC1QeSAAECwgesAAECwQeTAAECngeqAAECngedAAECngdsAAECNQZ0AAECNAZbAAECNQalAAEBCwZrAAEBCwZdAAECPgZbAAECPwZbAAECOgZ0AAECOgZmAAECOgY1AAECqgdvAAECNQY4AAECrAe/AAECFgZ0AAECrAexAAECFgZmAAECrAeSAAECFgZHAAECrAeuAAECFgZjAAECMgehAAECdAd2AAECKgY4AAECdAeFAAECKQZIAAECdAehAAECKgZkAAECrgexAAECKwZmAAECrgebAAECKwZQAAECrQeSAAECKwZHAAECrgZVAAECKwUKAAECzgekAAECAgfFAAEBIQeZAAEBCgZSAAEBIgd2AAEBCwYvAAEBIgeOAAEBCwZHAAEBIQeFAAEDVwebAAEBDQZEAAEBFAenAAEBBQgDAAEC1geaAAECPwZjAAECwgdwAAECPwY4AAECwgeIAAECPwZQAAECwgePAAECPwZYAAECWweqAAEBmgZ0AAECWweaAAEBmgZjAAECfQesAAECHgZ0AAECfQeeAAECHgZmAAECfQebAAECHgZjAAECbQeZAAECnQeSAAECOgZbAAECngdvAAECOgY4AAECngeHAAECOgZQAAECngfcAAECOgalAAECngeOAAECOgZYAAEDkQedAAEC9AZmAAECdAecAAECAwZmAAECbweqAAECBwZ0AAECbwd+AAECBgZHAAECbweaAAECBwZjAAEDqQe2AAEDXQZ1AAECywf0AAECGgZxAAEBxAUoAAECTgZ5AAECTwZTAAECTwbDAAECIgaSAAECIgaEAAEA/waSAAEA/waEAAECbwZ5AAECXQaEAAECXAZ5AAECXQZTAAECQgaSAAECQgaEAAECQgZTAAECTwZWAAECTwZuAAECTwaSAAECTwaEAAECTwZlAAECTwaBAAEBxAaBAAECIgZWAAECIgZuAAECIgZlAAECIgaBAAECVwaEAAECVwZuAAECVgZlAAECVwUoAAECZQaEAAEA/gZ5AAEA/wZWAAEA/wZuAAEA/gZlAAEC4gaEAAEA9QaSAAEA9QUoAAECcAaSAAECcAaBAAECXQZWAAECXQZuAAECXQZ2AAECAgaBAAECLwaSAAECLwaEAAECLwaBAAECQgZ5AAECQgZWAAECQgZuAAECQgbDAAECQgZ2AAECQgUoAAEDAQaEAAECGQaEAAECHAaSAAECHAZlAAECHAaBAAECdAdrAAECbgUKAAECQgUKAAEBJgT1AAECUgUKAAEBJgYgAAECKwYoAAECKwT9AAEDTAT7AAECdAdzAAECawexAAEBIgdzAAEDVwY/AAECkweOAAEC0weOAAECSwZDAAECiAUAAAECKgY1AAEBrAZmAAEBCwYsAAEA3wZAAAECMwZmAAECAwZQAAEDkQeqAAEC9AZ0AAEDkQdsAAEC9AY1AAECdAeqAAECAwZ0AAEBDQZCAAEDeweqAAEDjAZ0AAECdAexAAEC0wexAAECKgZ0AAECSwZmAAEC3wT1AAECfQdeAAECGQYxAAECZgZVAAECDgUJAAECrAZVAAECFgUKAAED2AeOAAEDSAZDAAECqgdsAAECNQY1AAEDqQZMAAEDXQULAAECdAeOAAECKgZRAAECiAdEAAECKAULAAECKAY2AAED2AdzAAEDSAYoAAECZgeAAAECDgY0AAEC0wd2AAECSwYrAAEC0wdzAAECSwYoAAECwgdtAAECPwY1AAEC0gZEAAECMwULAAEC0gdwAAECMwY2AAECnweBAAECFgY1AAECkwd2AAECAwY4AAECkwdzAAECAwY1AAECkweVAAECAwZYAAEC1AdzAAECKQYoAAEDgAdzAAEDOgYoAAECqggBAAECNQbKAAECqgedAAECNQZmAAECqgeHAAECNQZQAAECdAgIAAECKgbKAAECdAeZAAECKQZcAAECdAekAAECKgZmAAEBIggIAAEBCwbBAAEBIgZIAAEBBgZAAAECwggCAAECPwbKAAECwgeeAAECPwZmAAECwQepAAECQwZ0AAECwQgAAAECQwbKAAECwQeRAAECQwZbAAECwQY/AAECQwUKAAECOgUKAAECnggBAAECOgbKAAECwge2AAECQgZfAAECwggMAAECQga1AAECwQedAAECQQZGAAECwgZMAAECQgT1AAECAwUKAAECdAgAAAECAwbKAAECcweR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AKkEzAACAK0DBQACAKkDBwACAdUEzgACAK0DIAACAKkDJgACAdUE2QACAK0D7wACAKgD8QACAKkE4gACAK0DBAACAdUEywACAKkEzQACAK0DBgACAKkDCAACAdUEzwACAK0DIQACAKkDJwACAdUE2gACAK0D8AACAKgD8gACAKkE4wACAK0DGgACAKkDHAACAdUEvQACAKwE1wACAK0DGwACAKkDHQACAdUEvgACAKwE2AACAK0CqwACAKoDDQACAKkDDwACAdUEswACAKgE0gACAK0CtQACAKkD9QACAKgEjAACAK0EjgACAKsEkAACAKoCxgACAKoDDgACAKkDEAACAdUEtAACAKgE0wACAK0C0AACAKkD9gACAKgEjQACAK0EjwACAKsEkQACAKoCwgACAKgCwwACAKkC9wACAKoEYwACAKsEugACAKwEdAACAKkEdgACAKgEeAACAKsEegACAKoEfAACAK0EdQACAKkEdwACAKgEeQACAKsEewACAKoEfQACAK0EggACAKkEhAACAKgEhgACAKsEiAACAKoEigACAK0EgwACAKkEhQACAKgEhwACAKsEiQACAKoEiwACAK0CmwACAKgCnAACAKkCngACAKoEOgACAK0EPAACAKsEtQACAKwCowACAKgCpAACAKkEUgACAK0EVAACAKsEVgACAKoEtwACAKwCpwACAKgCqAACAKkC9gACAKoEYgACAKsEZAACAK0EuQACAKwCtgACAKgCtwACAKkCuQACAKoEOwACAK0EPQACAKsEtgACAKwCvgACAKgCvwACAKkEUwACAK0EVQACAKsEVwACAKoEuAACAKwCxwACAKgCyAACAKkCygACAKoEZwACAK0EaQACAKsEvAACAKwCzAACAKgCzQACAKkDMQACAKoEfwACAK0EgQACAKsEwAACAKwCrAACAKgCrQACAKkCrwACAKoEZgACAK0EaAACAKsEuwACAKwCsQACAKgCsgACAKkDMAACAKoEfgACAK0EgAACAKsEvwACAKwE1AADAKoAqQTdAAMAqgCp","Roboto-MediumItalic.ttf":"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BlwACQRh/9EECP/2BnD/qgR8AAoE5gAKBUoAYAXKAD4EPwBsBJ//ogZlAGIEagBbBGoACQXSADsEqQAyBCYADgScADQERgAHA9YAHgfvAAkEzv/aAt7/9QLe//MC3gALAt4AFgLeACUC3gAFAt4ANAOZAJECmgEIA8IACQQa/4cEkgA7BRkAKwUAACsEEAAUBQ0AKwQJABQEVwAJBF4AOQQ/AAkEdv+aAe8A6AOFAQQAAP0nA9kA3APbABYD7ADcA9wA2wOfAAkDgQEEA4EBBQLoAIkC6ABmAugAfgLoAIkC6ACYAugAeALoAKcFSgBsBXMAawVVACsFrABuBa4AbQQJAKsEXwAcBDf/gQSX/9EESf/YBA4AMQOFAQUBrf+4BmYAOwSLAEUB/P8ABHP/qQRz/9oEc//JBHMAEwRzAE0EcwAiBHMAVgRzADEEcwA3BHMA+AIf/wQCH/8EAhEAIwIR/3wCEQAjBD8ACQTBAEwEEABWBGYAEAQeADYEcgA3BG4ALQR6ADIEb//IBHcANgQoADoEZgAuBDj/nwObAKsE5gAkA6f/7wYV/34D6AAJBJn/2wTnACIEtgAJAfgAAAKjAEAFLwAgBS8AIARuACsEugCdApb/5QUl/6MFJf+jBSX/owUl/6MFJf+jBSX/owUl/6MFEQBfBGMAJgRjACYEYwAmBGMAJgIyADcCMgA3AjIANwIyADcFgQAmBVkAYgVZAGIFWQBiBVkAYgVZAGIFFABYBRQAWAUUAFgFFABYBL0AoQQvABwELwAcBC8AHAQvABwELwAcBC8AHAQvABwEDQA3BCgAOgQoADoEKAA6BCgAOgIHACMCBwAjAgcAIwIHACMEUgANBGcAOARnADgEZwA4BGcAOARnADgEUQBKBFEASgRRAEoEUQBKA83/vAPN/7wFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFEQBfBA0ANwURAF8EDQA3BREAXwQNADcFEQBfBA0ANwURACYE9QA4BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoEYwAmBCgAOgVJAGYEZv/5BUkAZgRm//kFSQBmBGb/+QVJAGYEZv/5BYEAJgRQAA0CMgA3AgcAEwIyADcCBwAjAjIANwIHACMCMv+OAfr/dQIyADcGggA3A+wAIARPAAQCFf8EBOcAJgQMABEEMQAmAfoAIAQxACYB+v+mBDEAJgKQACAEMQAmAtYAIAWBACYEUgANBYEAJgRSAA0FgQAmBFIADQRSAA0FWQBiBGcAOAVZAGIEZwA4BVkAYgRnADgE4gAmAr4AEQTiACYCvv+fBOIAJgK+ABEEtAAmA/8AGwS0ACYD/wAbBLQAJgP/ABsEtAAmA/8AGwS0ACYD/wAbBLoAnQKWAD8EugCdApYAPwS6AJ0CvgA/BRQAWARRAEoFFABYBFEASgUUAFgEUQBKBRQAWARRAEoFFABYBFEASgUUAFgEUQBKBtUAtQXCAHkEvQChA83/vAS9AKEErv/lA+j/5gSu/+UD6P/mBK7/5QPo/+YHRf+NBo4ADgVXABYEYwAqBFf/lgRX/5YEHgBjBHb/mgR2/5oEdv+aBHb/mgR2/5oEdv+aBHb/mgReADkDwgAJA8IACQPCAAkDwgAJAe8AGgHvABoB7wAaAe8AGgS2AAkEmQA7BJkAOwSZADsEmQA7BJkAOwRmADgEZgA4BGYAOARmADgEHgBsBHb/mgR2/5oEdv+aBF4AOQReADkEXgA5BF4AOQRXAAkDwgAJA8IACQPCAAkDwgAJA8IACQSDAD8EgwA/BIMAPwSDAD8EtwAJAe8ADgHvABoB7wAaAfn/lgHvABoDuf/zBDwACQObAAkDmwAJA5sACQObAAkEtgAJBLYACQS2AAkEmQA7BJkAOwSZADsEQwAJBEMACQRDAAkEFgAPBBYADwQWAA8EFgAPBB4AYwQeAGMEHgBjBGYAOARmADgEZgA4BGYAOARmADgEZgA4BdoAiwQeAGwEHgBsBAv/1gQL/9YEC//WBSX/owTH/7oF5f/CApb/xgVtACcFIf+5BUQAHgKQAAkFJf+jBOYAJgRjACYErv/lBYEAJgIyADcE5wAmBskAJgWBACYFWQBiBPQAJgS6AJ0EvQChBOb/wAIyADcEvQChBGEAOwRDACgEYwARApAAZgQ8AFcEdwAhBGcAOASd/94D2gBkBDj/nwKQAEQEPABXBGcAOAQ8AFcGYQBSBGMAJgRSACsEtAAmAjIANwIyADcETwAEBQAAKwTnACYE5ACZBSX/owTmACYEUgArBGMAJgV6ACUGyQAmBYEAJgVZAGIFggArBPQAJgURAF8EugCdBOb/wAQvABwEKAA6BG8AFwRnADgEXf/IBA0ANwPN/7wD6P+6BCgAOgNBABYD/wAbAfoAIAIHACMB8v8CBEoAIgPN/7wG1QC1BcIAeQbVALUFwgB5BtUAtQXCAHkEvQChA83/vAFMAJECegCdBBsAMwIV/wQBrQCNBskAJgbDAA8FJf+jBC8AHARjACYFegAlBCgAOgRvABcFhQB2BZ8APwTxAKgD7gB1CDQAOAkmAGIEtgAfA/gAFwURAF8EDQA3BL0AoQPtAHUCMgA3B27/pAZV/7ACMgA3BSX/owQvABwFJf+jBC8AHAdF/40GjgAOBGMAJgQoADoFYgBLBBkANAQZADQHbv+kBlX/sAS2AB8D+AAXBXoAJQRvABcFegAlBG8AFwVZAGIEZwA4BVAAYQRlADQFUABhBGUANAUgAEgEGQAgBOQAmQPN/7wE5ACZA83/vATkAJkDzf+8BVoAxARDAG0GxQAsBkgAIwRfADgFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6AjIANwIHACMCMv//Afr/4wVZAGIEZwA4BVkAYgRnADgFWQBiBGcAOAVZAGIEZwA4BVkAYgRnADgFWQBiBGcAOAVZAGIEZwA4BWYAXAR6ADQFZgBcBHoANAVmAFwEegA0BWYAXAR6ADQFZgBcBHoANAUUAFgEUQBKBRQAWARRAEoFdwBYBMAASgV3AFgEwABKBXcAWATAAEoFdwBYBMAASgV3AFgEwABKBL0AoQPN/7wEvQChA83/vAS9AKEDzf+8BH3/9AS6AJ0D2wBUBVoAxARDAG0EUgArA0EAFgXsAFUEoP/yBFAADQTbACQE2wAkBFIAAANB/8cFFAA/BCQAKAS9AKED7QBSBOb/wAPo/7oEQwAoBEb/wgYEAHwEaQANBGkAJgRpAA0EaQBYBH0AcQSRAEsEfQCMBJEAcwVJAGYEZv/5BYEAJgRSAA0FJf+jBC8AHARjACYEKAA6AjL/zwIH/4AFWQBiBGcAOATiACYCvgAMBRQAWARRAEoEyP+FBOYAJgRdABAFEQAmBF8AOAURACYEXwA4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YmKlZmWmYmKmiXfIenrId3fIenrId0xipmVmpWJipWZlpmIAAAAAEQDSAAMAAQQJAAAAsgAAAAMAAQQJAAEAGgCyAAMAAQQJAAIADADMAAMAAQQJAAMAKADYAAMAAQQJAAQAKADYAAMAAQQJAAUAJgEAAAMAAQQJAAYAJgEmAAMAAQQJAAcAQAFMAAMAAQQJAAgADAGMAAMAAQQJAAkAJgGYAAMAAQQJAAsAFAG+AAMAAQQJAAwAFAG+AAMAAQQJAA0BIgHSAAMAAQQJAA4ANgL0AAMAAQQJABAADAMqAAMAAQQJABEAGgM2AAMAAQQJABkADAMqAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEAMQAgAFQAaABlACAAUgBvAGIAbwB0AG8AIABQAHIAbwBqAGUAYwB0ACAAQQB1AHQAaABvAHIAcwAgACgAaAB0AHQAcABzADoALwAvAGcAaQB0AGgAdQBiAC4AYwBvAG0ALwBnAG8AbwBnAGwAZQBmAG8AbgB0AHMALwByAG8AYgBvAHQAbwAtAGMAbABhAHMAcwBpAGMAKQBSAG8AYgBvAHQAbwAgAE0AZQBkAGkAdQBtAEkAdABhAGwAaQBjAFIAbwBiAG8AdABvACAATQBlAGQAaQB1AG0AIABJAHQAYQBsAGkAYwBWAGUAcgBzAGkAbwBuACAAMwAuADAAMQA0ADsAIAAyADAAMgA1AFIAbwBiAG8AdABvAC0ATQBlAGQAaQB1AG0ASQB0AGEAbABpAGMAUgBvAGIAbwB0AG8AIABpAHMAIABhACAAdAByAGEAZABlAG0AYQByAGsAIABvAGYAIABHAG8AbwBnAGwAZQAuAEcAbwBvAGcAbABlAEMAaAByAGkAcwB0AGkAYQBuACAAUgBvAGIAZQByAHQAcwBvAG4ARwBvAG8AZwBsAGUALgBjAG8AbQBUAGgAaQBzACAARgBvAG4AdAAgAFMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAGwAaQBjAGUAbgBzAGUAZAAgAHUAbgBkAGUAcgAgAHQAaABlACAAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAxAC4AMQAuACAAVABoAGkAcwAgAGwAaQBjAGUAbgBzAGUAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAHcAaQB0AGgAIABhACAARgBBAFEAIABhAHQAOgAgAGgAdAB0AHAAcwA6AC8ALwBvAHAAZQBuAGYAbwBuAHQAbABpAGMAZQBuAHMAZQAuAG8AcgBnAGgAdAB0AHAAcwA6AC8ALwBvAHAAZQBuAGYAbwBuAHQAbABpAGMAZQBuAHMAZQAuAG8AcgBnAFIAbwBiAG8AdABvAE0AZQBkAGkAdQBtACAASQB0AGEAbABpAGMAAAADAAD/9AAA/2oAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAgAIAAj//wAPAAEAAgAOAAAAAAAAAigAAgBZACUAPgABAEQAXgABAGoAagABAHAAcAABAHUAdQABAIEAgQABAIMAgwABAIYAhgABAIkAiQABAIsAlgABAJgAnwABAKEAowABAKUApgABAKgArQADALEAsQABALoAuwABAL8AvwABAMEAwQABAMMAxAABAMcAxwABAMsAywABAM0AzgABANAA0QABANMA0wABANoA3gABAOEA4QABAOUA5QABAOcA6QABAOsA+wABAP0A/QABAP8BAQABAQMBAwABAQgBCQABARYBGgABARwBHAABASABIgABASQBJwADASoBKwABATMBNAABATYBNgABATsBPAABAUEBRAABAUcBSAABAUsBTQABAVEBUQABAVQBWAABAV0BXgABAWIBYgABAWQBZAABAWgBaAABAWoBbAABAW4BbgABAXABcAABAdYB3AACAe0CAQABAgUCBQABAg4CDgABAhACEAABAhcCGQABAhsCHAABAh4CHgABAiICIgABAiQCJgABAiwCLAABAjECMwABAjUCNQABAkMCQwABAkYCRgABAkgCSAABAksCTgABAnoCfgABAo4CkwABApYC/gABAwEDwAABA8IDwgABA8QDzgABA9AD2QABA9sD9gABA/oD+gABA/wEAwABBAUEBwABBAoEDgABBBAEmwABBJ4EnwABBKEEogABBKQEpwABBLEFDQABBQ8FGQABBRwFKQABAAEAAwAAABAAAAAWAAAAIAABAAEArQACAAEAqACsAAAAAgACAKgArAAAASQBJwAFAAEAAAAaADQACgAHAEQAXABmAEwAVABwAHoABERGTFQAdGN5cmwAdGdyZWsAdGxhdG4AdAAEY3BzcABe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AH0BKgErAIABQQFCAIIBSwFLAIQBWAFYAIUBYgFiAIYBZAFkAIcBaAFoAIgBagFsAIkBbgFuAIwB7QIBAI0CBQIFAKICEAIQAKMCFwIZAKQCHAIcAKcCHgIeAKgCIgIiAKkCJAImAKoCLAIsAK0CMQIxAK4CMwIzAK8CNQI1ALACQwJDALECRgJGALICSAJIALMCSwJOALQCegJ+ALgCjgKTAL0ClgL+AMMDAQOnASwDqQPAAdMDwgPCAesDxAPOAewD0APZAfcD2wP2AgED+gP6Ah0D/AQDAh4EBQQHAiYECgQOAikEEASYAi4EmwSbArcEngSfArgEoQSiAroEpASnArwEsQTsAsAE7gUNAvwFDwUWAxwFGAUZAyQFHAUpAyYAAQD7AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBlAGcAgQCDAIQAjACPAJEAkwCxALIAswC0ALUAtgC3ALgAuQC6ANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAS8BMwE1ATcBOQE7AUEBQwFFAUkBSwFMAVgBWQFxAbIBuAG9AcAClgKXApkCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUC0gLUAtYC2ALaAtwC3gLgAuIC5ALmAugC6gLsAu4C8ALyAvQC9gL4AvoC/AL+Av8DAQMDAwUDBwMJAwsDDQMPAxEDFAMWAxgDGgMcAx4DIAMiAyQDJgMoAyoDLAMuAzADMgM0AzYDOAM6AzwDPgNAA0EDQwNFA0cDSQOiA6MDpAOlA6YDpwOoA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7kDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D3gPvA/ED8wP1BAoEDAQOBCMEKQQvBJkEngSiBSMFJQABAMQADgABAPb/zQABAMoAEwABAPb/3AABAFsACwABARz/8QABAfH/xwABAfH/8QABAfEADQACAPb/yAGG/6cAAgDK//QA9v/YAAIB8f+3Afb/8AACAPb/9QGG/7YAAgDt/6UBHP/u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Ayz/vgMu/74DP//vA7z/9QPC/+8D3f++A+H/9QPj//UD5f/vA+j/9QPt//UD7v/vA/b/7wP9//UEA//1BAf/7wQP/+8EJP/1BCb/9QQw/+8EMv/vBDT/7wQ4//UEjf/vBI//7wSR/+8Ek/++BJj/9QS0//UE0f/1BNP/9QTb/74E3//vBOH/7wBoADj/MwA6/8gAPP/wAD3/rABR/+8AUv/vAFT/7wDB/+8A0v8zANT/9QDW/zMA2v/wAN3/9QDe/+sA4f/mAOb/wgDs/+8A8P/vAPH/7wDz/+8A9P/vAPX/7wD2/84A+P/vAPr/7wD7/+8A/v/vAQD/7wEF/+8BGf/IASv/7wEz//ABNv/vATn/MwE6/80BPP/vAT7/7wFD//ABRf8zAUf/5gFJ/+YBTP/fAVD/9QFT/+8BVf/vAVf/7wFc/+8BXf/wAWL/0AFk/+sBZv/1AWz/nwFt/9ABb//1ArX/rALG/+8DDv/vAxD/7wMS/+8DE//vAyr/MwMs/zMDLv8zAz7/rANA/6wDp/+sA7b/rAO3//ADuf+sA7z/7wPR/+sD3f8zA97/8APh/+8D4//vA+j/7wPt/+8D9f+sA/3/7wQD/+8EBv/IBA7/rAQR//AEH//wBCT/7wQm/+8EL//rBDH/6wQz/+sENf/mBDj/7wSM/6wEjv+sBJD/rAST/zMElf/mBJj/7wSi/6wEtP/vBNH/7wTT/+8E2/8zBN7/yATg/8gAaABH/7QASP+0AEn/tABL/7QATAAUAE8AFABQABQAU/96AFX/tABX/2QAWwALAJT/tACZ/7QAu/+0AMj/tADJ/7QA9/+0AQP/tAEY/3oBHv+0ASL/tAFC/7QBYP+0AWH/tAFr/7QB3P9kAr3/tAK+/7QCv/+0AsD/tALB/7QCx/96Asj/egLJ/3oCyv96Asv/egLZ/7QC2/+0At3/tALf/7QC4f+0AuP/tALl/7QC5/+0Aun/tALr/7QC7f+0Au//tALx/7QC8/+0AxX/egMX/3oDGf96AyH/ZAMj/2QDJf9kAyf/ZAMp/2QDuv+0A8D/egPG/3oD4P+0A+L/egPk/7QD5/+0A+n/ZAQC/7QECP+0BA3/tAQb/7QEHf+0BB7/tAQo/3oEKv+0BCz/egQ5/7QEU/+0BFX/tARX/7QEWf+0BFv/tARd/7QEX/+0BGH/tARn/3oEaf96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NOY07Dk8NPI08jqMNPg5rjT+PbY5ljlmOWY6vDj6NQQ1CjUQOQY1FjUcNRw68jUiOhQ1KDUoNS41NDlCOlA1OjVAOpI6mD2wPbY1RjVMNVI1WDVeNWQ1ajVwNXY8PDV8NYI5wDnGNYg1jj28PcI1lDWaNaA1pjWsNbI1uDW+NcQ1yjXQNdY13DXiNeg17jX0Nfo6zjrUNgA2BjYMPFo8YDYSNhg8ZjxsPGY8bDxmPGw70DvWPH48hDYeNiQ8hDYqNjA2NjY8NkI2SDZONlQ8ljycNlo2YDZmNmw2cjZ4PKI8qDyiPKg2fjaEPK48tDyuPLQ6qjy0Noo2kDaWNpw2ojaoNq42tDa6NsA8ujsoNsY2zDbSNtg4lDbeNuQ26jbwNvY2/DcCNwg3DjcUNxo3Gj1WNyA3IDeYNyY3LDcyPcg9bjc4Nzg3Pj0IN0Q3SjdQPRo3Vj2MPYw3XDdiN2g3bjduN3Q3ejeAN4Y3jD3IN5I3mDeeN6Q3qjewN7Y3vD3ON8I3yDfON9Q32jfgN+Y37DfyPRQ3+Df+PPY4BDgKOAo4CjgQPPw4FjgcOCI4KDguPPY4NDg6OEA9kjhGPVY4TD1WOFI4WDheOGQ4ajhwOHY4fD0COII4iDiOPbA9vDxCOs488DumOKY9sDwqPbw85DxCOs48WjxyPH488DwqPK47pjusONY4lDiaO7g4oDimOL44rDrmPNI4sji4OuY4vjjEOMo40DyiOs441jjcPE444j2wPCo7mj28OOg8cjxCPPA8KjmQPK47rD22PcI47jrmOPQ5ljtqO7I4+jkAPKg61DkGOQw5EjkYOR45KjkkOSo5MDk2OTw5QjlIOU45VD2wPbY5WjlgOWY5bDlyOXg5fjmEOYo5kDmWO6Y6zjmcOaI6zjqSOpg5qDmuObQ5ujnAOcY5zDnSOdg53jnkOeo58Dn2Ofw6AjoIOg46FDoaOiA6JjosOjI6ODo+OkQ6SjpQOlY6XDpiOmg6bjp0PDw9sD22Ono6gD2wPbY9sD22PbA9tj2wPbY6hjqMPbA9tj2wPbY9sD22PbA9tjqSOpg9vD3COp46pDqqOrA9vD3CPbw9wj28PcI9vD3COrY6vDrCOsg6zjrUPPA65jraOuA88DrmPPA65jzwOuY88DrmOuw68jr4Ov46+Dr+OwQ7CjsQOxY7HDsiPLo7KDsuOzQ7OjtA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/+0FEQAOBRX/7QUWAA0A5wAQ/wcAEv8HACX/TgAu/w0AOAAUAEX/3gBH/+sASP/rAEn/6wBL/+sAU//rAFX/6wBW/+YAWf/qAFr/6ABd/+gAlP/rAJn/6wCb/+oAsv9OALT/TgC7/+sAvf/oAMj/6wDJ/+sAy//qANIAFADWABQA9//rAQP/6wEN/04BGP/rARr/6AEe/+sBIv/rATkAFAFC/+sBRQAUAWD/6wFh/+sBa//rAYf/BwGL/wcBj/8HAZD/BwIG/8ACCP/AAk7/wAKb/04CnP9OAp3/TgKe/04Cn/9OAqD/TgKh/04Ctv/eArf/3gK4/94Cuf/eArr/3gK7/94CvP/eAr3/6wK+/+sCv//rAsD/6wLB/+sCx//rAsj/6wLJ/+sCyv/rAsv/6wLM/+oCzf/qAs7/6gLP/+oC0P/oAtH/6ALS/04C0//eAtT/TgLV/94C1v9OAtf/3gLZ/+sC2//rAt3/6wLf/+sC4f/rAuP/6wLl/+sC5//rAun/6wLr/+sC7f/rAu//6wLx/+sC8//rAwH/DQMV/+sDF//rAxn/6wMqABQDLAAUAy4AFAMx/+oDM//qAzX/6gM3/+oDOf/qAzv/6gM//+gDTv/AA0//wANQ/8ADUf/AA1L/wANT/8ADVP/AA2n/wANq/8ADa//AA6L/TgOq/04Duv/rA77/6gPA/+sDwv/oA8X/6gPG/+sDx//qA87/DQPS/04D3QAUA9//3gPg/+sD4v/rA+T/6wPl/+gD5//rA+7/6AP2/+gD/v9OA///3gQC/+sEB//oBAj/6wQN/+sED//oBBT/TgQV/94EFv9OBBf/3gQb/+sEHf/rBB7/6wQo/+sEKv/rBCz/6wQw/+gEMv/oBDT/6AQ5/+sEOv9OBDv/3gQ8/04EPf/eBD7/TgQ//94EQP9OBEH/3gRC/04EQ//eBET/TgRF/94ERv9OBEf/3gRI/04ESf/eBEr/TgRL/94ETP9OBE3/3gRO/04ET//eBFD/TgRR/94EU//rBFX/6wRX/+sEWf/rBFv/6wRd/+sEX//rBGH/6wRn/+sEaf/rBGv/6wRt/+sEb//rBHH/6wRz/+sEdf/rBHf/6wR5/+sEe//rBH3/6wR//+oEgf/qBIP/6gSF/+oEh//qBIn/6gSL/+oEjf/oBI//6ASR/+gEkwAUBLX/TgS2/94EuP/rBLz/6wTA/+oExf/rBMf/6wTbABQE3//oBOH/6ATn/8AE7v/ABQb/wAACAJ8ABAAEAAAABgAGAAEACwAMAAIAJQAqAAQALAAtAAoALwA2AAwAOAA4ABQAOgA/ABUARQBGABsASQBKAB0ATABMAB8ATwBPACAAUQBUACEAVgBWACUAWABYACYAWgBdACcAXwBfACsAigCKACwAlgCWAC0AnQCdAC4AsQC1AC8AtwC5ADQAuwC7ADcAvQC+ADgAwADBADoAwwDFADwAxwDOAD8A0gDSAEcA1ADeAEgA4ADvAFMA8QDxAGMA9gD4AGQA+wD8AGcA/gEAAGkBAwEFAGwBCgEKAG8BDQENAHABGAEaAHEBIgEiAHQBLgEwAHUBMwE1AHgBNwE3AHsBOQE5AHwBOwE7AH0BQwFEAH4BVAFUAIABVgFWAIEBWAFYAIIBXAFeAIMBhQGGAIYBiAGKAIgB8wHzAIsB9QH2AIwB+AH4AI4B+wH7AI8CBgIIAJACSwJLAJMCTgJOAJQCYAJgAJUCYgJjAJYClgKXAJgCmQKZAJoCmwKwAJsCtQK8ALECvgLBALkCxgLLAL0C0ALYAMMC2gLaAMwC3ALcAM0C3gLeAM4C4ALgAM8C4gLrANAC9AL2ANoC+AL4AN0C+gL6AN4C/AL8AN8C/gL+AOADAwMDAOEDBQMFAOIDBwMHAOMDCQMJAOQDCwMLAOUDDQMZAOYDGwMbAPMDHQMdAPQDHwMfAPUDKgMqAPYDLAMsAPcDLgMuAPgDPAM8APkDPgNBAPoDQwNDAP4DRQNFAP8DSwNUAQADXwNjAQoDaQNrAQ8DcANwARIDggOFARMDiQOLARcDlAOUARoDogOnARsDqgO5ASEDvAO8ATEDwAPAATIDwgPCATMDxgPGATQDyQPKATUDzAPNATcDzwPVATkD1wPZAUAD2wPgAUMD4gPjAUkD5QPoAUsD7gPvAU8D8QPxAVED8wPzAVID9QP4AVMD+wQAAVcEAgQCAV0EBgQHAV4EDAQMAWAEDgQXAWEEGgQbAWsEHQQgAW0EJwQoAXEELAQsAXMELgQ0AXQEOgRiAXsEZARkAaQEZgRzAaUEewR7AbMEjASRAbQEkwSTAboElwSYAbsEmwSbAb0EnQSeAb4EoASgAcAEogSiAcEEswS3AcIEuQS5AccEuwS8AcgEvgS+AcoEwgTEAcsExgTGAc4EyATKAc8EzATMAdIEzgTOAdME0ATWAdQE2ATYAdsE2wTbAdwE3gTiAd0E5ATkAeIE5gTnAeME6wTrAeUE7gTuAeYE+QT5AecFBgUGAegFDQUNAekFEQURAeoAAgCaAAYABgAAAAsACwABABAAEAACABIAEgADACUAKQAEACwANAAJADgAPgASAEUARwAZAEkASQAcAEwATAAdAFEAVAAeAFYAVgAiAFoAWgAjAFwAXgAkAIoAigAnAJYAlgAoALEAtAApAL0AvQAtAMEAwQAuAMcAxwAvANQA1QAwANcA1wAyANoA2gAzANwA3gA0AOAA5gA3AOwA7AA+AO4A7gA/APcA9wBAAPwA/ABBAP4A/wBCAQQBBQBEAQoBCgBGAQ0BDQBHARgBGgBIAS4BMABLATMBNQBOATcBNwBRATkBOQBSATsBOwBTAUMBRABUAVQBVABWAVYBVgBXAVgBWABYAVwBXgBZAYUBiwBcAY8BkABjAfMB8wBlAfgB+ABmAfsB/ABnAgYCCABpAhoCGgBsAikCKwBtAksCSwBwAk4CTgBxAmACYAByAmICYwBzApYClwB1ApkCmQB3ApsCwQB4AsYCywCfAtAC4AClAuIC6wC2AvQC9gDAAvgC+ADDAvoC+gDEAvwC/ADFAv4C/gDGAwEDAQDHAwMDAwDIAwUDBQDJAwcDBwDKAwkDCQDLAwsDCwDMAw0DGQDNAxsDGwDaAx0DHQDbAx8DHwDcAyoDKgDdAywDLADeAy4DLgDfAzADMADgAzIDMgDhAzQDNADiAzYDNgDjAzgDOADkAzoDOgDlAzwDPADmAz4DRgDnA0sDVADwA18DYwD6A2kDawD/A3ADcAECA4EDhQEDA4kDiwEIA5QDlAELA6IDpwEMA6oDuQESA7wDvAEiA8ADwAEjA8IDwgEkA8YDxgElA8kDygEmA8wD1QEoA9cD2QEyA9sD4AE1A+ID6AE7A+4D7wFCA/ED8QFEA/MD8wFFA/UD+AFGA/sEAAFKBAIEAgFQBAYEBwFRBAwEFwFTBBoEGwFfBB0EIAFhBCcEKAFlBCwELAFnBC4ENAFoBDoEYgFvBGQEZAGYBGYEcwGZBHsEewGnBH4EfgGoBIAEgAGpBIwEkQGqBJMEkwGwBJcEmAGxBJsEmwGzBJ0EngG0BKAEoAG2BKIEogG3BLMEtwG4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AAAAAAAAAAAAAAAAACcAAgAEAAAAAAAAAAAAAAAAAAEAAAAJAAAAAAAAAAMAAAAAAAAAAAAAAAAAAQABAAAACAAAAAAAAAAAAAAAAAANAAIAHgAAAA0AAAAAAAAADwAAAAAAHgAfAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAABMAAAADAAMAIQADAAMAAwAAAAEAAwAiAAMAAwAAAAAAAwAAAAMAAAAAAAEAIQADAAAAAAACAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAACAAcAGgAJAAIAAAACAAEAAgAAAAIAAQAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAAAAAAAAAAAAAAA8AEwAAAAMAAAAAAA0AAAAAAAMAAAADAAAAAAACAAEADwATAA0AAAAgACIAAAAAAAAAAAAAAAAAAAAeACEAAAADAAAAAwAAAAMAAAAAAAAAAAADAA8AEwAAAAEAAQAAAAAAAAAAAB4AAAAAAAAAAgABAAAAAAAAAB4AIQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAbAAAAEgASABgAEgASABIAGAAAAAAAAAAYABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAZACQAAAAOABUAHAAAAAUAAAAFAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAJQAFAAoAAAAAAAAAAAAAAAAAFQAFAAAAAAAVAAAAAAAAABkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAVAAUAEQAZABUAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgACAAAAAgACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAgAAAAAAAAAAAAAAAAAAAAAAAAACAAIAAgACAAIACwALAAsACwAMAAYABgAGAAYABgAGAAYAAQABAAEAAQABAAAAAAAAAAAAAwAHAAcABwAHAAcACAAIAAgACAAJAAkABAAGAAQABgAEAAYAAgABAAIAAQACAAEAAgABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAIAAQACAAEAAgABAAIAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAAADAAMAAgAHAAIABwACAAcAAAAAAAAAAAAAAAAAFAAQABQAEAAUABAAFAAQABQAEAANAAAADQAAAA0AAAALAAgACwAIAAsACAALAAgACwAIAAsACAAWAAAADAAJAAwAFwAdABcAHQAXAB0AAAAAAAIAAAAAAAAAAAAKAAoACgAKAAoACgAKAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAA4ADgAOAA4AEQAKAAoACgAFAAUABQAFAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAHAAcABwAHAAAABUAAAAOAA4ADgAOAA4ADgAkABEAEQAAAAAAAAAEAAAAAAAAAAIADAAAAAAABAAAAAAAFwAAAAAAAAAAAAAAAgAAAAAADAAPAAAADAABAAAAAwAAAAgAAAAHAAAACQAAAAAACAAHAAgAAAAAAAAAAAAAAAAAIwAAAAAAHwAEAAAAAAAAAAAAAAAAAAIAAAAAAAIADQAPAAYAAQADAAcAAwABAAkAEwABAAMAEAAAAAAAAAADAAkAFgAAABYAAAAWAAAADAAJABIAEgAAAAAAJgAAAAMABAAGAAAAAAABAAMAAAAAABoACQABAAIAAAAAAAIAAQAMAAkAAAAPABMAAAAEAAYABAAGAAAAAAAAAAEAAAABAAEADwATAAAAAAAAAAMAAAADAAIABwACAAEAAgAHAAAAAAAf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BPEE8gIHBPMCCAIJAgoE+AILAgsE+QT6AgwCDQIOAhUFBwUIAhYCFwIYAhkCGgIbBQsFDAUOBREFGgIdAh4CHwIgAiECIgIjAiQCJQImAg8CEAIRAhICEwIUAlYCKAIpAioCKwUUAiwCLgIvAjACMgI0ApIDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaAOeA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34FGwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQUeA5IDkwOVA5QDlgOXA5gDmQOaA5sDnAOdA58DoAOhBRwFHQTnBOgE6QTqBPQE9wT1BPYE+wT8BP0E6wTsBO0FBgUJBQoFDQUPBRACHAUSBP4E/wUABQEFAgUDBQQFBQUfBSAFIQUiBRMFFQUWAjMFGAI1BRkFFwIxAicCLQUnBSgAAgd8APsCAgKNAewB6wHqAekB6AHnAeYB5QHkAeMCTgJNAkwCSwJDAgECAAH/Af4B/QH8AfsB+gH5AfgB9wH2AfUB9AHzAfIB8QHwAe8B7gHtAgMCBAKPApECkAKSAo4CkwJtAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhsCHAUaAh0CHgIfAiACIQIiAiMCJAIlAiYCVgIoAikCKgIrBRQCLAIuAi8CMAIxAjICMwI0An8CNgI3AjkCOANLA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQN+A38FGwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5ADkQUeA5IDkwOVA5QDlgOXA5gDmQOaA5sDnAOdA54DnwOgA6EFHAUdBOcE6ATpBOoE6wTsBO0E7gTvBPAE8QTyBPME9AT1BPYE9wT4BPkE+gT7BPwE/QT+BP8FAAUBBQIFAwIaBQQFBQUGBQcFCAUJBQoFCwUMBQ0FDgUPBRAFEQUSBR8FIAUhBSIFEwUVBRYFGAI1BRkFFwInAi0FJwUoAAEAAQF8AAEAAQBLAAEAAQC7AAEAAQA2AAEAAQATAAEAAgMkAyUAAgdgB1QAAQABAEoAAgdcB04AAQdeAAEHYAABB2IAAgABABQAHQAAAAEAAgAvAE8AAQADAEoAVwCVAAEAAwBJAEsChQACAAAAAQc6AAEABgLWAtcC6ALpA2sDdAABAAYATQBOAv0D6gPsBGUAAgADAZUBlQAAAeAB4gABAjoCQAAEAAIAAgCoAKwAAQEkAScAAQABAAwAJwAoACsAMwA1AEYARwBIAEsAUwBUAFUAAgACABQAHQAAAnACeQAKAAIABgBNAE0AAQBOAE4AAwL9Av0AAgPqA+oABAPsA+wABQRlBGUABgACAAQAFAAdAAACgQKBAAoCjAKMAAsEqQSwAAwAAgAGABoAGgAAABwAHAABAmUCagACAm4CbgAIAnACeQAJAoACgAATAAEAFAAaABwCZQJmAmcCaAJpAmoCbgKAAoECjASpBKoEqwSsBK0ErgSvBLAAAQY6AAEGPAABBj4AAQZAAAEGQgABBkQAAQZGAAEGSAABBkoAAQZMAAEGTgABBlAAAQZSAAEGVAABBlYAAgZYBl4AAgZeBmQAAgZkBmoAAgZqBnAAAgZwBnYAAgZ2BnwAAgZ8BoIAAgaCBogAAgaIBo4AAgaOBpQAAgaUBpoAAwaaBqAGpgADBqQGqgawAAMGrga0BroAAwa4Br4GxAADBsIGyAbOAAMGzAbSBtgAAwbWBtwG4gADBuAG5gbsAAQG6gbwBvYG/AAEBvgG/gcEBwoABQcGBwwHEgcYBx4ABQcYBx4HJAcqBzAABQcqBzAHNgc8B0IABQc8B0IHSAdOB1QABQdOB1QHWgdgB2YABQdgB2YHbAdyB3gABQdyB3gHfgeEB4oABQeEB4oHkAeWB5wABQeWB5wHogeoB64ABgeoB64HtAe6B8AHxgAGB74HxAfKB9AH1gfcAAYH1AfaB+AH5gfsB/IABgfqB/AH9gf8CAIICAAGCAAIBggMCBIIGAgeAAYIFggcCCIIKAguCDQABggsCDIIOAg+CEQISgAHCIoIQghICE4IVAhaCGAABwiCCFYIXAhiCGgIbgh0AAIAEQAlACkAAAArAC0ABQAvADQACAA2ADsADgA9AD4AFABFAEkAFgBLAE0AGwBPAFQAHgBWAFsAJABdAF4AKgCBAIEALACDAIMALQCGAIYALgCJAIkALwCNAI0AMACYAJsAMQDQANAANQABAOsACgBFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AhQCGAIcAiQCKAIsAjQCQAJIAlAC7ALwAvQC+AL8AwADBAMIAwwDEAMUAxgDHAMgAyQDKAMsAzADNAM4A6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBMAE0ATYBOAE6ATwBQgFEAUYBSgFNAVoCmAKaArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtEC0wLVAtcC2QLbAt0C3wLhAuMC5QLnAukC6wLtAu8C8QLzAvUC9wL5AvsC/QMAAwIDBAMGAwgDCgMMAw4DEAMSAxUDFwMZAxsDHQMfAyEDIwMlAycDKQMrAy0DLwMxAzMDNQM3AzkDOwM9Az8DQgNEA0YDSANKA7oDuwO8A70DvwPAA8EDwgPDA8QDxQPGA8cDyAPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPuA/AD8gP0A/YECwQNBA8EHQQkBCoEMASaBJsEnwSjBSQFJgABAPsACAAKABQAFQAWABcAGAAZABoAGwAcAB0AJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AGUAZwCBAIMAhACMAI8AkQCTALEAsgCzALQAtQC2ALcAuAC5ALoA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5ADlAOYA5wDoAOkBLwEzATUBNwE5ATsBQQFDAUUBSQFLAUwBWAFZAXEBsgG4Ab0BwAKWApcCmQKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQLSAtQC1gLYAtoC3ALeAuAC4gLkAuYC6ALqAuwC7gLwAvIC9AL2AvgC+gL8Av4C/wMBAwMDBQMHAwkDCwMNAw8DEQMUAxYDGAMaAxwDHgMgAyIDJAMmAygDKgMsAy4DMAMyAzQDNgM4AzoDPAM+A0ADQQNDA0UDRwNJA6IDowOkA6UDpgOnA6gDqgOrA6wDrQOuA68DsAOxA7IDswO0A7UDtgO3A7gDuQPJA8oDywPMA80DzgPPA9AD0QPSA9MD1APVA9YD1wPYA9kD2gPbA9wD3QPeA+8D8QPzA/UECgQMBA4EIwQpBC8EmQSeBKIFIwUlAdcAAgBNAdgAAgBQAdkAAwBKAE0B2gADAEoAUAHWAAIASgHcAAIAWAHbAAIAWAAAAAEAAQABAAEAAAADBMIAAgCtAtgAAgCpBMgAAgCtBNUAAgCpBMMAAgCtAtkAAgCpBLIAAgCpBMkAAgCtBGUAAgCtBNYAAgCpA0cAAgCpA0kAAgCpA0gAAgCpA0oAAgCpBMEAAgCpBMQAAgCtBMYAAgHVAvIAAgHVBLEAAgCpA/wAAgCpBNAAAgCtAyoAAgHVBNsAAgCtBN4AAgCqBOAAAgCtA0EAAgCpBOQAAgCtBMUAAgCtBMcAAgHVA/0AAgCpBNEAAgCtAysAAgHVBNwAAgCtBN8AAgCqBOEAAgCtA0IAAgCpBOUAAgCtAwMAAgHVBMoAAgCpBMwAAgCtAwUAAgCpAwcAAgHVBM4AAgCtAyAAAgCpAyYAAgHVBNkAAgCtA+8AAgCoA/EAAgCpBOIAAgCtAwQAAgHVBMsAAgCpBM0AAgCtAwYAAgCpAwgAAgHVBM8AAgCtAyEAAgCpAycAAgHVBNoAAgCtA/AAAgCoA/IAAgCpBOMAAgCtAxoAAgCpAxwAAgHVBL0AAgCsBNcAAgCtAxsAAgCpAx0AAgHVBL4AAgCsBNgAAgCtAqsAAgCqAw0AAgCpAw8AAgHVBLMAAgCoBNIAAgCtArUAAgCpA/UAAgCoBIwAAgCtBI4AAgCrBJAAAgCqAsYAAgCqAw4AAgCpAxAAAgHVBLQAAgCoBNMAAgCtAtAAAgCpA/YAAgCoBI0AAgCtBI8AAgCrBJEAAgCqAsIAAgCoAsMAAgCpAvcAAgCqBGMAAgCrBLoAAgCsBHQAAgCpBHYAAgCoBHgAAgCrBHoAAgCqBHwAAgCtBHUAAgCpBHcAAgCoBHkAAgCrBHsAAgCqBH0AAgCtBIIAAgCpBIQAAgCoBIYAAgCrBIgAAgCqBIoAAgCtBIMAAgCpBIUAAgCoBIcAAgCrBIkAAgCqBIsAAgCtApsAAgCoApwAAgCpAp4AAgCqBDoAAgCtBDwAAgCrBLUAAgCsAqMAAgCoAqQAAgCpBFIAAgCtBFQAAgCrBFYAAgCqBLcAAgCsAqcAAgCoAqgAAgCpAvYAAgCqBGIAAgCrBGQAAgCtBLkAAgCsArYAAgCoArcAAgCpArkAAgCqBDsAAgCtBD0AAgCrBLYAAgCsAr4AAgCoAr8AAgCpBFMAAgCtBFUAAgCrBFcAAgCqBLgAAgCsAscAAgCoAsgAAgCpAsoAAgCqBGcAAgCtBGkAAgCrBLwAAgCsAswAAgCoAs0AAgCpAzEAAgCqBH8AAgCtBIEAAgCrBMAAAgCsAqwAAgCoAq0AAgCpAq8AAgCqBGYAAgCtBGgAAgCrBLsAAgCsArEAAgCoArIAAgCpAzAAAgCqBH4AAgCtBIAAAgCrBL8AAgCsBNQAAwCqAKkE3QADAKoAqQ==","Roboto-Regular.ttf":"AAEAAAARAQAABAAQR0RFRqcXo6wAAcTkAAACWEdQT1NEdJY1AAHHPAAAiPRHU1VCzONMagACUDAAABXoT1MvMpeDsYYAAAGYAAAAYGNtYXAi3dtfAAAWsAAABqZjdnQgO/gmfQAAL7AAAAD+ZnBnbagFhDIAAB1YAAAPhmdhc3AACAAZAAHE2AAAAAxnbHlmY2ZsvAAAOxAAAYX+aGVhZAzKDRkAAAEcAAAANmhoZWEKuhLOAAABVAAAACRobXR4GbahRgAAAfgAABS4bG9jYWxTClEAADCwAAAKXm1heHAI3hDGAAABeAAAACBuYW1lVOeDEgABwRAAAAOmcG9zdP9tAGQAAcS4AAAAIHByZXB5WM7TAAAs4AAAAs4AAQAAAAMDltEyzEVfDzz1ABsIAAAAAADE8BEuAAAAAOVdrQ/6Gv3VCTEIcwAAAAkAAgAAAAAAAAABAAAHbP4MAAAJSvoa/koJMQgAAAAAAAAAAAAAAAAAAAAFLgABAAAFLgCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEhAGQAAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAQAAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA4wAZAAAAAAAAAAAAfwAAAH8AAACEAChApAAiQTtAHcEfwBuBdwAaQT6AGYBZgBoAr0AhgLJACcDcgAcBIoATgGTAB0CNgAmAhwAkANNABMEfwBzBH8AqwR/AF4EfwBfBH8ANQR/AJoEfwCFBH8ATgR/AHEEfwBkAfAAhQGxACkEEQBIBGQAmAQvAIcDyABLBy8AbQU4AB0E/ACpBTUAeAVAAKkEjACpBGwAqQVzAHoFtQCpAi0AtwRqADUFBQCpBE8AqQb8AKkFtQCpBYEAdwUMAKkFgQBuBO4AqQTAAFEExgAyBTAAjAUYAB0HGQA9BQQAOgTOAA8EywBXAh8AkwNJACkCHwAKA1gAQAOcAAQCeQA5BFoAbQR+AIwEMABdBIMAXwQ+AF0CyAA9BH4AYQRoAI0B8gCOAer/vgQOAI0B8gCcBwQAiwRrAI0EkABcBH4AjASMAF8CtgCNBCEAXwKeAAkEaQCJA+AAIQYDACsD+AAqA8kAFgP4AFkCtQBAAfQAsAK1ABQFcQCDAfQAiwRhAGkEpwBbBbUAaQQ0AA8B7ACUBOgAWwNZAGUGSQBcA5QAkwPBAGUEbgB/BkoAWwOrAI8C/QCDBEcAYQLvAEIC7wA/AoIAewSJAJsD6gBEAhcAlAH8AHQC7wB7A6QAewPAAGcF3ABVBjUAUAY5AHADygBEB3r/8QRFAFkFgQB3BLoApwTCAIwGwgBPBLEAfgSSAEcEiQBcBJwAlQTIAF8FmwAeAfsAnAR0AJsETwAjAioAIwWLAKIEiQCSB6EAaQdEAGEB/AChBYcAXgK6/+MFfwBmBJMAXAWQAIwE8wCJAgT/tAQ4AGMDxACqA44AjgOrAI8DawCCAfIAjgKuAHkCKwAyA8YAewL8AF8CWgB/AAD8pwAA/W4AAPyKAAD9XQAA/CcAAP04Ag4AuAQMAHICFwCUBHMAsgWkACAFcgBnBT8AMgSSAHgFtQCyBJIARgW7AE4FiQBaBVIAcgSGAGQEvQChBAMALwSJAGEEUQBkBCUAbQSJAJIEjwB7ApgAwwRvACYD7ABmBMUAKQSJAJIETgBlBIgAYQQsAFEEXgCQBaMAWAWaAGAGlwB6BKIAegRD/9oGSABLBgAAKwVlAHsIkgAyCKUAsgaDAD4FtACwBQsAowYEADMHQwAbBMAAUAW1ALIFqgAwBQgATQYtAFQF2gCvBXoAlweHALAHwACwBhIAEQbrALIFBQCjBWUAlAcnALcFGABaBG0AYgSTAJ4DXACbBNQALgYhABYEEABYBJ4AnQRTAJ0EoAAsBe8AngSdAJ0EngCdA9kAKAXOAGQEvgCdBFoAaAZ5AJ0GnwCSBPcAHgY2AJ4EWACeBE4AZAaIAJ4EZAAvBGj/5wROAGcGyQAnBuQAnQSJ//0EngCdBwkAnAYsAIEEV//bBywAuAX5AJoE0wAoBEcADwcMAMoGDAC9BtIAkwXiAJcJBQC3B9EAnAQkAFAD2wBMBXIAZwSMAFwFCwAWBAQALwVyAGcEiQBcBwEAnAYkAH4HCQCcBiwAgQUyAHYESABkBP4AdAAA/GYAAPxwAAD9ZQAA/aQAAPoaAAD6KwYJALIE7QCdBFf/2wUbAKkEigCMBGQAogORAJIE2wCyBAYAkgeiABsGYQAWBZoAsgS4AJ0FCgCkBH4AmwaMAEUFhAA/Bf8AqQTZAJ0HzwCpBbQAkggxALAG9ACSBe8AcQTUAG4FGAA6BCoAKgctADQFXQAfBbwAlwSWAGgFcACXBGsAhAVwAIkGMAA/BL7/3QUKAKQEWgCbBf4AMATvACwFswCyBIkAkgYSAKkE7ACdB08AqQY+AJ4FhwBeBKgAaASoAGoEuAA5A6sAOgUuADoEQAAqBPcAVwaVAFoG5QBkBlcANgUsADEESgBTBAgAeQfCAEUGdgA/B/sAqgaiAJAE9wB2BB4AZgWuACQFIQBGBWUAlwYCADAE8wAsBSsAjwMhAHAEFAAACCkAAAQUAAAIKQAAArkAAAIKAAABXAAABH8AAAIwAAABogAAAQAAAADRAAAAAAAAAjQAJgI0ACYFQACiBj8AkAOmAA0BmgBhAZoAMAGYACQBmgBPAtQAaQLcADwCwgAkBGoARgSQAFcCswCLA8QAlAVaAJQBfwBSB6oARAJnAGwCZwBaA6MAPALvAFEC7wA2Au8AXALvAFYC7wA7Au8ATwLvAEoDOABQAvgAUAL4AFAB8QBUAfEAUANhAHoC7wBRAu8AewLvAEIC7wA/Au8ANgLvAFwC7wBWAu8AOwLvAE8C7wBKAzgAUAL4AFAC+ABQAfEAVAHxAFAEpwBbBlYAHwaRAKcIdgCpBesAHwYrAIwEfwBfBdoAHwQjACsEdAAhBUgAXQVPAB8F6AB7A84AaAg6AKIFAQBoBRgAmAYmAFQG1wBlBs8AZAZqAFoEkABqBY8AqQSvAEYEkwCoBMUAPwg6AGMCDf+vBIIAZQRkAJgEEQA9BC8AhAQIACwCTAC1ApAAbwIEAF0E8wA9BG8AIASLAD0G1AA9BtQAPQTuAD0GmwBfAAAAAAg0AFsINQBcAu8AQgLvAHsC7wBRBBAAVgQQAGEEEABCBA8AcgQQAIEEEAAxBBAATwQQAE8EEACZBBAAYwQjAEgEKwAOBFQAJwYVADEEaAAUBH0AdQQnACkEIABEBEoAigS8AFoEXQCLBLwAYATjAIsGAgCLA7UAiwRVAIsDzwAsAekAmATkAIsErABkA8wAiwQgAEQENAAxA6EADgOvAIsEaAAUBLwAYARoABQDiQA+BM8AiwPwAEAFZwBhBRcAYQTzAHYFcwAnBHwAYQdCACgHUACLBXQAKQTOAIsEWgCLBSUALgYLAB8EQABIBOwAiwROAIwEwQAoBCAAIwUpAIsEagA9BlEAiwasAIsFHQAJBfEAiwRPAIsEfABLBncAiwSHAFAEEgALBkgAHwR5AIwFCgCMBTcAJAXDAGAEXwAOBKgAJwZiACcEagA9BGoAiwXEAAIEywBeBEAASAS8AGAENAAxA+QAQwgiAIsEqwAoAu8APwLvADYC7wBcAu8AVgLvADsC7wBPAu8ASgOXAI8CtQCfA+YAiwQ6AB8ExABkBUwAsgUkALIEFACTBT0AsgQPAJMEgACLBHwAYQRRAIsEhgAUAf4AnwOlAIIAAPyjA/AAbwP0/10EDwBpA/UAaQOvAIsDoACCA58AggLvAFEC7wA2Au8AXALvAFYC7wA7Au8ATwLvAEoFggB+Ba8AfgWTALIF4AB+BeMAfgPVAKAEggCDBFgADwTPAD4EawBlBC4ASgOlAIQBkgBoBqQAYAS6AIIB/P+2BH8AOwR/AHMEfwAiBH8AdgR/AHYEfwA2BH8AfgR/AF4EfwBxBH8A9AIG/7QCBP+0AfsAnAH7//kB+wCcBFEAiwUAAHgEIQA7BH4AjAQzAF0EkwBbBIwAWwSfAFoEjgCMBJwAWwQ+AF0EfgBhBHAAWgN5AFcE1gBoA7UAAQY6AAkD+QCLBLwAYATjADAE4wCLAfwAAAI2ACYFXgAlBV4AJQSGAAEExgAyAp7/9AU4AB0FOAAdBTgAHQU4AB0FOAAdBTgAHQU4AB0FNQB4BIwAqQSMAKkEjACpBIwAqQIt/98CLQCxAi3/6gIt/9UFtQCpBYEAdwWBAHcFgQB3BYEAdwWBAHcFMACMBTAAjAUwAIwFMACMBM4ADwRaAG0EWgBtBFoAbQRaAG0EWgBtBFoAbQRaAG0EMABdBD4AXQQ+AF0EPgBdBD4AXQH7/8QB+wCWAfv/zwH7/7oEawCNBJAAXASQAFwEkABcBJAAXASQAFwEaQCJBGkAiQRpAIkEaQCJA8kAFgPJABYFOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0FNQB4BDAAXQU1AHgEMABdBTUAeAQwAF0FNQB4BDAAXQVAAKkFGQBfBIwAqQQ+AF0EjACpBD4AXQSMAKkEPgBdBIwAqQQ+AF0EjACpBD4AXQVzAHoEfgBhBXMAegR+AGEFcwB6BH4AYQVzAHoEfgBhBbUAqQRoAI0CLf+2Afv/mwIt/80B+/+yAi3/7AH7/9ECLQAXAfL/+gItAKoGlwC3A9wAjgRqADUCBP+0BQUAqQQOAI0ETwCiAfIAkwRPAKkB8gBWBE8AqQKIAJwETwCpAs4AnAW1AKkEawCNBbUAqQRrAI0FtQCpBGsAjQRr/7sFgQB3BJAAXAWBAHcEkABcBYEAdwSQAFwE7gCpArYAjQTuAKkCtgBTBO4AqQK2AGQEwABRBCEAXwTAAFEEIQBfBMAAUQQhAF8EwABRBCEAXwTAAFEEIQBfBMYAMgKeAAkExgAyAp4ACQTGADICxgAJBTAAjARpAIkFMACMBGkAiQUwAIwEaQCJBTAAjARpAIkFMACMBGkAiQUwAIwEaQCJBxkAPQYDACsEzgAPA8kAFgTOAA8EywBXA/gAWQTLAFcD+ABZBMsAVwP4AFkHev/xBsIATwWBAHcEiQBcBID/vQSA/70EJwApBIYAFASGABQEhgAUBIYAFASGABQEhgAUBIYAFAR8AGED5gCLA+YAiwPmAIsD5gCLAen/vAHpAI4B6f/HAen/sgTjAIsEvABgBLwAYAS8AGAEvABgBLwAYAR9AHUEfQB1BH0AdQR9AHUEKwAOBIYAFASGABQEhgAUBHwAYQR8AGEEfABhBHwAYQSAAIsD5gCLA+YAiwPmAIsD5gCLA+YAiwSsAGQErABkBKwAZASsAGQE5ACLAen/kwHp/6oB6f/JAekABQHpAIcDzwAsBFUAiwO1AIMDtQCLA7UAiwO1AIsE4wCLBOMAiwTjAIsEvABgBLwAYAS8AGAESgCKBEoAigRKAIoEIABEBCAARAQgAEQEIABEBCcAKQQnACkEJwApBH0AdQR9AHUEfQB1BH0AdQR9AHUEfQB1BhUAMQQrAA4EKwAOBCMASAQjAEgEIwBIBTgAHQTw/4wGGf+aApH/oAWV//oFMv92BWb//AKY/5sFOAAdBPwAqQSMAKkEywBXBbUAqQItALcFBQCpBvwAqQW1AKkFgQB3BQwAqQTGADIEzgAPBQQAOgIt/9UEzgAPBIYAZARRAGQEiQCSApgAwwReAJAEdACbBJAAXASJAJsD4AAhBHAAWgKY/+QEXgCQBJAAXAReAJAGlwB6BIwAqQRzALIEwABRAi0AtwIt/9UEagA1BSQAsgUFAKkFCABNBTgAHQT8AKkEcwCyBIwAqQW1ALIG/ACpBbUAqQWBAHcFtQCyBQwAqQU1AHgExgAyBQQAOgRaAG0EPgBdBJ4AnQSQAFwEfgCMBDAAXQPJABYD+AAqBD4AXQNcAJsEIQBfAfIAjgH7/7oB6v++BFMAnQPJABYHGQA9BgMAKwcZAD0GAwArBxkAPQYDACsEzgAPA8kAFgFmAGgCkACJBCAAoQIE/7QBmgAwBvwAqQcEAIsFOAAdBFoAbQSMAKkFtQCyBD4AXQSeAJ0FiQBaBZoAYAULABYEBP/7CFkAXAlKAHcEwABQBBAAWAU1AHgEMABdBM4ADwQDAC8CLQC3B0MAGwYhABYCLQC3BTgAHQRaAG0FOAAdBFoAbQd6//EGwgBPBIwAqQQ+AF0FhwBeBDgAYwQ4AGMHQwAbBiEAFgTAAFAEEABYBbUAsgSeAJ0FtQCyBJ4AnQWBAHcEkABcBXIAZwSMAFwFcgBnBIwAXAVlAJQETgBkBQgATQPJABYFCABNA8kAFgUIAE0DyQAWBXoAlwRaAGgG6wCyBjYAngSDAF8FOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0FOAAdBFr/yQU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0EjACpBD4AXQSMAKkEPgBdBIwAqQQ+AF0EjACpBD4AXQSM/+4EPv+4BIwAqQQ+AF0EjACpBD4AXQSMAKkEPgBdAi0AtwH7AJwCLQCkAfIAhgWBAHcEkABcBYEAdwSQAFwFgQB3BJAAXAWBAEYEkP/CBYEAdwSQAFwFgQB3BJAAXAWBAHcEkABcBX8AZgSTAFwFfwBmBJMAXAV/AGYEkwBcBX8AZgSTAFwFfwBmBJMAXAUwAIwEaQCJBTAAjARpAIkFkACMBPMAiQWQAIwE8wCJBZAAjATzAIkFkACMBPMAiQWQAIwE8wCJBM4ADwPJABYEzgAPA8kAFgTOAA8DyQAWBKEAXwTGADID2QAoBXoAlwRaAGgEcwCyA1wAmwYwAD8Evv/dBGgAjQUF/9QFBf/UBHMAAwNc//0FOAALBCj/0wTOAA8EAwAvBQQAOgP4ACoEUQBkBGwAEgY/AJAEfwBeBH8AXwR/ADUEfwCaBJMAmQSnAIUEkwBkBKcAhwVzAHoEfgBhBbUAqQRrAI0FOAAdBFoAOgSMAF8EPgApAi3/CwH7/vAFgQB3BJAAMwTuAFYCtv+MBTAAjARpACsEp/84BPwAqQR+AIwFQACpBIMAXwVAAKkEgwBfBbUAqQRoAI0FBQCpBA4AjQUFAKkEDgCNBE8AqQHyAIYG/ACpBwQAiwW1AKkEawCNBYEAdwUMAKkEfgCMBO4AqQK2AIMEwABRBCEAXwTGADICngAJBTAAjAUYAB0D4AAhBRgAHQPgACEHGQA9BgMAKwTLAFcD+ABZBcf+eASGABQEIv+fBSD/uwIl/8AExv/fBGf/VQT9//cEhgAUBFEAiwPmAIsEIwBIBOQAiwHpAJgEVQCLBgIAiwTjAIsEvABgBF0AiwQnACkEKwAOBFQAJwHp/7IEKwAOA+YAiwOvAIsEIABEAekAmAHp/7IDzwAsBFUAiwQgACMEhgAUBFEAiwOvAIsD5gCLBOwAiwYCAIsE5ACLBLwAYATPAIsEXQCLBHwAYQQnACkEVAAnBEAASATkAIsEfABhBCsADgXEAAIE7ACLBCAAIwVnAGEFuACYBjoACQS8AGAEIABEBhUAMQYVADEGFQAxBCsADgU4AB0EWgBtBIwAqQQ+AF0EhgAUA+YAiwH7AIYE1QCyBNUAkwYTAG4E1QCyAAAAAgAAAAMAAAAUAAMAAQAAABQABAaSAAAA/ACAAAYAfAAAAAIADQB+AKAArACtAL8AxgDPAOYA7wD+AQ8BEQElAScBMAFTAV8BZwF+AX8BjwGSAaEBsAHwAf8CGwI3AlkCvALHAskC3QLzAwEDAwMJAw8DIwOKA4wDkgOhA7ADuQPJA84D0gPWBCUELwRFBE8EYgRvBHkEhgSfBKkEsQS6BM4E1wThBPUFAQUQBRMeAR4/HoUenh7xHvMe+R9NIAkgCyARIBUgHiAiICcgMCAzIDogPCBEIHAgjiCkIKogrCCxILogvSDBIQUhEyEWISIhJiEuIV4iAiIGIg8iEiIaIh4iKyJIImAiZSWgJcslz+4C9sP7BP7///3//wAAAAAAAgANACAAoAChAK0ArgDAAMcA0ADnAPAA/wEQARIBJgEoATEBVAFgAWgBfwGPAZIBoAGvAfAB+gIYAjcCWQK8AsYCyQLYAvMDAAMDAwkDDwMjA4QDjAOOA5MDowOxA7oDygPRA9YEAAQmBDAERgRQBGMEcAR6BIgEoASqBLIEuwTPBNgE4gT2BQIFER4AHj4egB6eHqAe8h70H00gACAKIBAgEyAXICAgJSAwIDIgOSA8IEQgcCB0IKMgpiCrILEguSC8IMEhBSETIRYhIiEmIS4hWyICIgYiDyIRIhoiHiIrIkgiYCJkJaAlyiXP7gH2w/sB/v///P//AAEAAP/2/+QB9P/CAej/wQAAAdsAAAHWAAAB0gAAAdAAAAHOAAABxgAAAcj/Fv8H/wX++P7rAgoAAAAA/mX+RAE//dj91/3J/bT9qP2n/aL9nf2KAAAAGgAZAAAAAP0KAAD/+vz+/PsAAPy6AAD8sgAA/KcAAPyhAAD8mQAA/JEAAP9EAAD/QQAA/F4AAOX+5b7lb+LT5ZrlA+WY5Znhc+F04XAAAOFt4WzhauFi48XhWuO94VHhJuEjAADhDQAA4QjhAeEA5GvgueCs4Krgn9+U4JTgaN/F3qzfud+437Hfrt+i34bfb99s34sAAN9bE9ILEgbWAt4B4gABAAAAAAAAAAAAAAAAAAAAAADsAAAA9gAAASAAAAE6AAABOgAAAToAAAF8AAAAAAAAAAAAAAAAAAABfAGGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXwBmAAAAbAAAAAAAAAByAAAAhAAAAI4AAACWgAAAmoAAAKWAAACogAAAsYAAALWAAAC6gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC2AAAAAAAAAAAAAAAAAAAAAAAAAAAAsgAAALIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACngAAAAAAAAAAAAAAAAAAApsCnAKdAp4CnwKgAIEClwKrAqwCrQKuAq8CsACCAIMCsQKyArMCtAK1AIQAhQK2ArcCuAK5AroCuwCGAIcCxgLHAsgCyQLKAssAiACJAswCzQLOAs8C0ACKApYAiwCMApgAjQL/AwADAQMCAwMDBACOAwUDBgMHAwgDCQMKAwsDDACPAJADDQMOAw8DEAMRAxIDEwCRAJIDFAMVAxYDFwMYAxkAkwCUAygDKQMsAy0DLgMvApkCmgKhArwDRwNIA0kDSgMmAycDKgMrAK4ArwOiALADowOkA6UAsQCyA6wDrQOuALMDrwOwALQDsQOyALUDswC2A7QAtwO1A7YAuAO3ALkAugO4A7kDugO7A7wDvQO+A78AxAPBA8IAxQPAAMYAxwDIAMkAygDLAMwDwwDNAM4EAAPJANIDygDTA8sDzAPNA84A1ADVANYD0AQBA9EA1wPSANgD0wPUANkD1QDaANsA3APWA88A3QPXA9gD2QPaA9sD3APdAN4A3wPeA98A6gDrAOwA7QPgAO4A7wDwA+EA8QDyAPMA9APiAPUD4wPkAPYD5QD3A+YEAgPnAQID6AEDA+kD6gPrA+wBBAEFAQYD7QQDA+4BBwEIAQkEnQQEBAUBFwEYARkBGgQGBAcECQQIASgBKQEqASsEnAEsAS0BLgEvATAEngSfATEBMgEzATQECgQLATUBNgE3ATgEoAShBAwEDQSTBJQEDgQPBKIEowSbAUwBTQSZBJoEEAQRBBIBTgFPAVABUQFSAVMBVAFVBJUElgFWAVcBWAQdBBwEHgQfBCAEIQQiAVkBWgSXBJgENwQ4AVsBXAFdAV4EpASlAV8EOQSmAW8BcAGCAYMEqASnAbIEkgG4AdIFLQAAQEqZmJeWh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNRUE9OTUxLSklIR0YoHxAKCSwBsQsKQyNDZQotLACxCgtDI0MLLSwBsAZDsAdDZQotLLBPKyCwQFFYIUtSWEVEGyEhWRsjIbBAsAQlRbAEJUVhZIpjUlhFRBshIVlZLSwAsAdDsAZDCy0sS1MjS1FaWCBFimBEGyEhWS0sS1RYIEWKYEQbISFZLSxLUyNLUVpYOBshIVktLEtUWDgbISFZLSywAkNUWLBGKxshISEhWS0ssAJDVFiwRysbISEhWS0ssAJDVFiwSCsbISEhIVktLLACQ1RYsEkrGyEhIVktLCMgsABQiopksQADJVRYsEAbsQEDJVRYsAVDi1mwTytZI7BiKyMhI1hlWS0ssQgADCFUYEMtLLEMAAwhVGBDLSwBIEewAkMguBAAYrgQAGNXI7gBAGK4EABjV1pYsCBgZllILSyxAAIlsAIlsAIlU7gANSN4sAIlsAIlYLAgYyAgsAYlI2JQWIohsAFgIxsgILAGJSNiUlgjIbABYRuKISMhIFlZuP/BHGCwIGMjIS0ssQIAQrEjAYhRsUABiFNaWLgQALAgiFRYsgIBAkNgQlmxJAGIUVi4IACwQIhUWLICAgJDYEKxJAGIVFiyAiACQ2BCAEsBS1JYsgIIAkNgQlkbuEAAsICIVFiyAgQCQ2BCWbhAALCAY7gBAIhUWLICCAJDYEJZuUAAAQBjuAIAiFRYsgIQAkNgQlmxJgGIUVi5QAACAGO4BACIVFiyAkACQ2BCWblAAAQAY7gIAIhUWLICgAJDYEJZsSgBiFFYuUAACABjuBAAiFRYuQACAQCwAkNgQllZWVlZWVmxAAJDVFhACgVACEAJQAwCDQIbsQECQ1RYsgVACLoBAAAJAQCzDAENARuxgAJDUliyBUAIuAGAsQlAG7gBALACQ1JYsgVACLoBgAAJAUAbuAGAsAJDUliyBUAIuAIAsQlAG7IFQAi6AQAACQEAWVlZuEAAsICIVblAAAIAY7gEAIhVWlizDAANARuzDAANAVlZWUJCQkJCLSxFsQJOKyOwTysgsEBRWCFLUViwAiVFsQFOK2BZGyNLUViwAyVFIGSKY7BAU1ixAk4rYBshWRshWVlELSwgsABQIFgjZRsjWbEUFIpwRbBPKyOxYQYmYCuKWLAFQ4tZI1hlWSMQOi0ssAMlSWMjRmCwTysjsAQlsAQlSbADJWNWIGCwYmArsAMlIBBGikZgsCBjYTotLLAAFrECAyWxAQQlAT4APrEBAgYMsAojZUKwCyNCsQIDJbEBBCUBPwA/sQECBgywBiNlQrAHI0KwARaxAAJDVFhFI0UgGGmKYyNiICCwQFBYZxtmWWGwIGOwQCNhsAQjQhuxBABCISFZGAEtLCBFsQBOK0QtLEtRsUBPK1BbWCBFsQFOKyCKikQgsUAEJmFjYbEBTitEIRsjIYpFsQFOKyCKI0REWS0sS1GxQE8rUFtYRSCKsEBhY2AbIyFFWbEBTitELSwjRSCKRSNhIGSwQFGwBCUgsABTI7BAUVpasUBPK1RaWIoMZCNkI1NYsUBAimEgY2EbIGNZG4pZY7ECTitgRC0sAS0sAC0sBbELCkMjQ2UKLSyxCgtDI0MLAi0ssAIlY2awAiW4IABiYCNiLSywAiVjsCBgZrACJbggAGJgI2ItLLACJWNnsAIluCAAYmAjYi0ssAIlY2awIGCwAiW4IABiYCNiLSwjSrECTistLCNKsQFOKy0sI4pKI0VksAIlZLACJWFksANDUlghIGRZsQJOKyOwAFBYZVktLCOKSiNFZLACJWSwAiVhZLADQ1JYISBkWbEBTisjsABQWGVZLSwgsAMlSrECTiuKEDstLCCwAyVKsQFOK4oQOy0ssAMlsAMlirBnK4oQOy0ssAMlsAMlirBoK4oQOy0ssAMlRrADJUZgsAQlLrAEJbAEJbAEJiCwAFBYIbBqG7BsWSuwAyVGsAMlRmBhsIBiIIogECM6IyAQIzotLLADJUewAyVHYLAFJUewgGNhsAIlsAYlSWMjsAUlSrCAYyBYYhshWbAEJkZgikaKRmCwIGNhLSywBCawBCWwBCWwBCawbisgiiAQIzojIBAjOi0sIyCwAVRYIbACJbECTiuwgFAgYFkgYGAgsAFRWCEhGyCwBVFYISBmYbBAI2GxAAMlULADJbADJVBaWCCwAyVhilNYIbAAWRshWRuwB1RYIGZhZSMhGyEhsABZWVmxAk4rLSywAiWwBCVKsABTWLAAG4qKI4qwAVmwBCVGIGZhILAFJrAGJkmwBSawBSawcCsjYWWwIGAgZmGwIGFlLSywAiVGIIogsABQWCGxAk4rG0UjIVlhZbACJRA7LSywBCYguAIAYiC4AgBjiiNhILBdYCuwBSURihKKIDmKWLkAXRAAsAQmY1ZgKyMhIBAgRiCxAk4rI2EbIyEgiiAQSbECTitZOy0suQBdEACwCSVjVmArsAUlsAUlsAUmsG0rsV0HJWArsAUlsAUlsAUlsAUlsG8ruQBdEACwCCZjVmArILAAUliwUCuwBSWwBSWwByWwByWwBSWwcSuwAhc4sABSsAIlsAFSWliwBCWwBiVJsAMlsAUlSWAgsEBSWCEbsABSWCCwAlRYsAQlsAQlsAclsAclSbACFzgbsAQlsAQlsAQlsAYlSbACFzhZWVlZWSEhISEhLSy5AF0QALALJWNWYCuwByWwByWwBiWwBiWwDCWwDCWwCSWwCCWwbiuwBBc4sAclsAclsAcmsG0rsAQlsAQlsAQmsG0rsFArsAYlsAYlsAMlsHErsAUlsAUlsAMlsAIXOCCwBiWwBiWwBSWwcStgsAYlsAYlsAQlZbACFziwAiWwAiVgILBAU1ghsEBhI7BAYSMbuP/AUFiwQGAjsEBgI1lZsAglsAglsAQmsAIXOLAFJbAFJYqwAhc4ILAAUliwBiWwCCVJsAMlsAUlSWAgsEBSWCEbsABSWLAGJbAGJbAGJbAGJbALJbALJUmwBBc4sAYlsAYlsAYlsAYlsAolsAolsAclsHErsAQXOLAEJbAEJbAFJbAHJbAFJbBxK7ACFzgbsAQlsAQluP/AsAIXOFlZWSEhISEhISEhLSywBCWwAyWHsAMlsAMliiCwAFBYIbBlG7BoWStksAQlsAQlBrAEJbAEJUkgIGOwAyUgY1GxAAMlVFtYISEjIQcbIGOwAiUgY2EgsFMrimOwBSWwBSWHsAQlsAQmSrAAUFhlWbAEJiABRiMARrAFJiABRiMARrAAFgCwACNIAbAAI0gAILABI0iwAiNIASCwASNIsAIjSCOyAgABCCM4sgIAAQkjOLECAQewARZZLSwjEA0MimMjimNgZLlAAAQAY1BYsAA4GzxZLSywBiWwCSWwCSWwByawdisjsABUWAUbBFmwBCWwBiawdyuwBSWwBSawBSWwBSawdiuwAFRYBRsEWbB3Ky0ssAclsAolsAolsAgmsHYrirAAVFgFGwRZsAUlsAcmsHcrsAYlsAYmsAYlsAYmsHYrCLB3Ky0ssAclsAolsAolsAgmsHYriooIsAQlsAYmsHcrsAUlsAUmsAUlsAUmsHYrsABUWAUbBFmwdystLLAIJbALJbALJbAJJrB2K7AEJrAEJgiwBSWwByawdyuwBiWwBiawBiWwBiawdisIsHcrLSwDsAMlsAMlSrAEJbADJUoCsAUlsAUmSrAFJrAFJkqwBCZjiopjYS0ssV0OJWArsAwmEbAFJhKwCiU5sAclObAKJbAKJbAJJbB8K7AAULALJbAIJbAKJbB8K7AAUFRYsAclsAslh7AEJbAEJQuwCiUQsAklwbACJbACJQuwByUQsAYlwRuwByWwCyWwCyW4//+wdiuwBCWwBCULsAclsAolsHcrsAolsAglsAgluP//sHYrsAIlsAIlC7AKJbAHJbB3K1mwCiVGsAolRmCwCCVGsAglRmCwBiWwBiULsAwlsAwlsAwmILAAUFghsGobsGxZK7AEJbAEJQuwCSWwCSWwCSYgsABQWCGwahuwbFkrI7AKJUawCiVGYGGwIGMjsAglRrAIJUZgYbAgY7EBDCVUWAQbBVmwCiYgELADJTqwBiawBiYLsAcmIBCKOrEBByZUWAQbBVmwBSYgELACJTqKigsjIBAjOi0sI7ABVFi5AABAABu4QACwAFmKsAFUWLkAAEAAG7hAALAAWbB9Ky0siooIDYqwAVRYuQAAQAAbuEAAsABZsH0rLSwIsAFUWLkAAEAAG7hAALAAWQ2wfSstLLAEJrAEJggNsAQmsAQmCA2wfSstLCABRiMARrAKQ7ALQ4pjI2JhLSywCSuwBiUusAUlfcWwBiWwBSWwBCUgsABQWCGwahuwbFkrsAUlsAQlsAMlILAAUFghsGobsGxZKxiwCCWwByWwBiWwCiWwbyuwBiWwBSWwBCYgsABQWCGwZhuwaFkrsAUlsAQlsAQmILAAUFghsGYbsGhZK1RYfbAEJRCwAyXFsAIlELABJcWwBSYhsAUmIRuwBiawBCWwAyWwCCawbytZsQACQ1RYfbACJbCCK7AFJbCCKyAgaWGwBEMBI2GwYGAgaWGwIGEgsAgmsAgmirACFziKimEgaWFhsAIXOBshISEhWRgtLEtSsQECQ1NaWCMQIAE8ADwbISFZLSwjsAIlsAIlU1ggsAQlWDwbOVmwAWC4/+kcWSEhIS0ssAIlR7ACJUdUiiAgEBGwAWCKIBKwAWGwhSstLLAEJUewAiVHVCMgErABYSMgsAYmICAQEbABYLAGJrCFK4qKsIUrLSywAkNUWAwCiktTsAQmS1FaWAo4GwohIVkbISEhIVktLLCYK1gMAopLU7AEJktRWlgKOBsKISFZGyEhISFZLSwgsAJDVLABI7gAaCN4IbEAAkO4AF4jeSGwAkMjsCAgXFghISGwALgATRxZioogiiCKI7gQAGNWWLgQAGNWWCEhIbABuAAwHFkbIVmwgGIgXFghISGwALgAHRxZI7CAYiBcWCEhIbAAuAAMHFmKsAFhuP+rHCMhLSwgsAJDVLABI7gAgSN4IbEAAkO4AHcjeSGxAAJDirAgIFxYISEhuABnHFmKiiCKIIojuBAAY1ZYuBAAY1ZYsAQmsAFbsAQmsAQmsAQmGyEhISG4ADiwACMcWRshWbAEJiOwgGIgXFiKXIpaIyEjIbgAHhxZirCAYiBcWCEhIyG4AA4cWbAEJrABYbj/kxwjIS0AAED/fjR9VXw+/x97O/8fej3/H3k7QB94PP8fdzw9H3Y1Bx91Ov8fdDpnH3M5Tx9yOf8fcTb/H3A4zR9vOP8fbjdeH203zR9sN/8fazctH2o3GB9pNP8faDL/H2cyzR9mM/8fZTH/H2Qw/x9jMKsfYjBnH2Eu/x9gLoAfXy//H14vkx9dLf8fXCz/H1sr/x9aKs0fWSr/H1gqDR9XKf8fVij/H1UnJB9UJy0fUyVeH1Il/x9RJasfUCb/H08mgB9OJP8fTSMrH0wjqx9LI/8fSiNWH0kjKx9IIv8fRyD/H0Ygch9FIf8fRCFyH0Mf/x9CHpMfQR7/H0Ad/x8/HP8fPTuTQOofPDs0Hzo1Dh85NnIfODZPHzc2Ih82NZMfMzJAHzEwch8vLkofKypAHycZBB8mJSgfJTMbGVwkGhIfIwUaGVwiGf8fISA9HyA4GBZcHxgtHx4X/x8dFv8fHBYHHxszGRxbGDQWHFsaMxkcWxc0FhxbFRk+FqZaEzESVRExEFUSWRBZDTQMVQU0BFUMWQRZHwRfBAIPBH8E7wQDD14OVQs0ClUHNAZVATEAVQ5ZClkGWX8GAS8GTwZvBgM/Bl8GfwYDAFkvAAEvAG8A7wADCTQIVQM0AlUIWQJZHwJfAgIPAn8C7wIDA0BABQG4AZCwVCtLuAf/UkuwCVBbsAGIsCVTsAGIsEBRWrAGiLAAVVpbWLEBAY5ZhY2NAB1CS7CQU1iyAwAAHUJZsQICQ1FYsQQDjllzdAArACsrK3N0ACtzdHUAKwArACsrKysrc3QAKwArKysAKwArKysBKwErASsBKwErASsrACsrASsrASsAKwArASsrKysrASsrACsrKysrKysBKysAKysrKysrKwErACsrKysrKysrKysrKysBKysAKysrKysrKysrKwErKysrKysrACsrKysrKysrKysrKysrKysrKysrKxgAAAYAABUFsAAUBbAAFAQ6ABQAAP/sAAD/7AAA/+z+YP/1BbAAFQAA/+sAAAC9AMAAnQCdALoAlwCXACcAwACdAIYAvACrALoAmgDTALMAmQHgAJYAugCaAKkBCwCCAK4AoACMAJUAuQCpABcAkwCaAHsAiwChAN4AoACMAJ0AtgAnAMAAnQCkAIYAogCrALYAvwC6AIIAjgCaAKIAsgDTAJEAmQCtALMAvgHJAf0AlgC6AEcAmACdAKkBCwCCAJkAnwCpALAAgQCFAIsAlACpALUAugAXAFAAYwB4AH0AgwCLAJAAmACiAK4A1ADeASYAewCJAJMAnQClALQEjQAQAAAAAAAyADIAMgAyADIAWgB5ALABJQGmAhoCLgJeAo4CuwLYAvIDAwMeAzIDfwOYA9cEPgRpBLYFEAUtBZwF9QYBBg0GMwZOBnQGxQdtB6QIBAhICIYItgjfCS4JVglqCZUJyAnmChkKPAqICrsLFAtZC7gL1gwEDCsMbQybDL8M7A0FDRkNMg1XDWcNew3jDjYOfA7PDxwPSw+zD+sQERBKEH0QkRDtEScRbRHBEhUSSRKgEtATBxMtE3ETnRPZFAUUSxRdFKQU4xUHFWEVrBYNFlQWbhcAFy0XpRf7GAcYJBi9GM4ZARkmGV0ZuxnPGg8aLhpIGnEaiBrGGtIa4xr0GwUbVRuiG8AcGRxSHK8dTR2uHeUeOR6OHuofGx8vH2Efih+pH+UgMiCdISYhTCGaIekiSiKhIuAjKiNQI5ojuSPXI98kASQcJEwkdySzJNEk/SURJSUlLiVZJXYlkCWjJd4l5iX9JiwmhCarJtIm7ycjJ3YnsygSKHwo3ikMKXYp3CotKmcqwiroKzsrqyvkLDIsfCzPLP8tNy2ILcguLy6OLuQvVS+eL+4wSjCSMNEw9TE4MYox1jI9MmAymDLVMyYzTzOFM6oz2zQYNFc0jDTcNT41fTXrNk82ZjarNvo3XjeBN7M36zgaOEI4aDiEORg5QDl0OZk5yjoIOkc6fDrKOyg7aDvDPBE8bDy1PPU9Gj1vPcU+BD5dPrc+8j8rP30/zEAvQI9BBUF7QfhCc0LZQytDYUOZQ/5EXUUBRaRGDEZ1RrhG+UcpR0dHckeHR51INUiGSKJIvkj6ST1JoknESeZKIUpcSm9KgkqOSqFK30scS1dLkUukS7dL6EwZTFhMoE0JTXBNg02WTchN+04OTiFOZU6nTt1PPU+bT+RQK1A+UFFQiFDBUNRQ51D6UQ1RXFGnUfJSAVIQUhxSKFJaUrBTJVOaVA5UelTlVUFVoFXsVjtWh1bRVxJXU1e7V8dX01g0WFxYXFhcWFxYXFhcWFxYXFhcWFxYXFhcWFxYXFhkWGxYfViOWKhYwljdWPdZEVkdWSlZVVl0WZ5ZulnGWdZZ8FqkWsha6Fr/WwhbEVsaWyNbLFs1Wz5bXVtuW4hbslvdXBJcG1wkXC1cNlw/XEhcUVxaXGNcbFx1XH5ch1yuXNVdJ11eXbZdwl4aXmBesl78X0xfi1/HYAJggGDKYSthZGGsYcJh02HpYf9iZGJ+YrFiwmLtY3tjtWQUZEFkc2SlZNlk5mUCZRxlKGVfZZtl92ZaZrVnXGdcaFJomGjNaPFpLmmAafFqC2pbap9qx2spa2Nre2vBa+1sHmxJbItsr2zbbPdtU22TbehuGm5gboBusG7LbvtvI281b1xvpG/NcD9wjHDJcORxFHFkcYdxrXHQcgZyUnKRcvBzN3ODc9l0HXRZdIh0w3UKdVt1v3Xqdhx2VHaOdr928Xcfd1x3lHegd9B4HXh4eMB46HlDeYB5vnn3el56anqiett7GntLe6F76nw0fJJ86n07fZ592n4uflZ+k37efvd/XX+of7l/8oAhgMCBGoFwgaOB1YIFgjiCc4K1gxSDRINfg4qDxoPrhBKEUISVhL6E6YU2hT+FSIVRhVqFY4VshXWFvIYMhkmGlYbwhw2HTIeMh7OH/IgXiGeIeIjoiUSJZ4lviXeJf4mHiY+Jl4mfiaeJr4m3ib+Jx4nPieGJ6YpJio6Kq4r+i0SLl4v/jEWMmYztjTaNnY3qjfKOXo6IjtWPCI9dj4yPy4/Lj9OQHJBlkKWQypEGkRmRLJE/kVKRZpF6kZCRo5G2kcmR3JHwkgOSFpIpkj2SUJJjknaSiZKckrCSw5LWkumS/ZMQkyOTNpNIk1qTbpOCk5iTq5O+k9GT45P3lAmUG5QulEKUVJRnlHqUjJSelLKUxZTYlOqU/pURlSSVN5VJlVyVb5XFlk2WYJZzloaWmJarlr6W0ZbjlvaXCZccly6XQZdUl2eXepfPmD2YUJhimHWYh5iamKyYv5jSmOaY+ZkMmR+ZMplFmViZa5l+mZGZo5m1mciZ1JngmfOaBpoami6aQZpUmmiafJqPmqKarpq6ms2a4Jr0mwibG5stm0CbU5tlm3ibi5ufm7ObxpvZm+2cAZwUnCacOZxMnF+ccZyEnJecq5y/nNKc5Jz4nQydH50ynUWdWZ1snX6dkZ2jnbadyZ3dnfGeBZ4ZnmmexJ7Xnuqe/Z8PnyOfNp9Jn1yfb5+Cn5Sfp5+6n82f4J/sn/igA6AWoCmgO6BNoGGgdaCBoI2goKCzoMWg2KDqoPyhD6EjoTahSaFcoW+hgqGWoamhvKHOoeKh9aIHohqia6J+opCio6K2osii2qLsov+jUaNjo3WjiKObo6+jwqPVo+ij+6QGpBikK6Q3pEmkXaRppHWkiKSUpKekuqTNpOGk9KUApRKlJaU3pUOlVaVppXulh6WZpaulvqXSpeamNaZIplqmbaaAppOmpaa4psym2KbspwCnE6cnpzynRKdMp1SnXKdkp2yndKd8p4SnjKeUp5ynpKesp8Cn1Kfnp/qoDagfqDOoO6hDqEuoU6hbqG+ogqiVqKiou6jPqOKpP6lHqVupY6lrqX6pkamZqaGpqamxqcSpzKnUqdyp5KnsqfSp/KoEqgyqFKonqi+qN6p6qoKqiqqeqrGquarBqtWq3arwqwKrFasoqzurTqtiq3ariaucq6SrrKu4q8ur06vmq/msDqwjrDasSaxcrG+sd6x/rJOsp6yzrL+s0qzlrPitC60TrRutI602rUmtUa1krXeti62fraetr63CrdWt6a3xrgWuGa4trkGuVK5nrnmuja6hrrWuya7Rrtmu7a8BrxWvKK87r02vYa90r4ivnK+wr8Ov16/rr/OwB7AbsC6wQbBVsGiwfLCPsKOwtrDKsN2w+rEWsSqxPrFSsWaxerGOsaKxtrHTsfCyBLIYsiuyPrJRsmOyd7KKsp6ysbLFstiy7LL/sxyzOLNLs16zcrOGs5qzrrPBs9Sz6LP7tA+0IrQ2tEm0XbRwtI20qbS8tM+04rT1tQi1G7UutUC1VLVotXy1kLWjtba1ybXcte+2ArYVtii2O7ZNtmG2dbaJtp22sLbDtta26LcFtxi3K7c+t1G3ZLd3t4q3nbelt+K4HrhAuGK4orjjuRG5Rbl8ubG5ubnNudW53bnlue259bn9ugW6DboVuii6O7pOumG6dbqJup26sbrFutm67bsBuxW7Kbs9u1G7Xbtxu4W7mbutu8G71bvpu/28ELwjvDe8S7xfvHO8h7ybvK+8w7zXvOq8/b0RvSW9Ob1NvWG9db2JvZy9rr3Cvda96r3+vhK+Jr46vka+Ur5evmq+dr6Cvo6+lr6evqa+rr62vr6+xr7Ovta+3r7mvu6+9r7+vxK/Jb84v0u/U79bv2+/d7+Kv5y/pL+sv7S/vL/Pv9e/37/nv++/97//wAfAD8B/wLDA/MEEwRDBI8E1wT3BScFcwW/Be8GOwaHBtcHBwdTB58H6wg3CGcIlwjnCWcJqwsXC/wAAAAYAZAAAAygFsAADAAcACwAPABMAFwAAQRUhNTMRIxEhESMRExUhNQEBIwERATMBAwn9dhs2AsQ2F/12Aor9rzoCUf2vOgJRBbA2NvpQBbD6UAWw+oY2NgVc+owFdPqMBXT6jAACAKH/9AF8BbAAAwAPABNACQICBw0LcgACcgArK93OLzAxQQMjAwM0NjMyFhUUBiMiJgFpDacOBjc2NTk5NTY3BbD76wQV+q0tPj4tKz4+AAIAiQQTAiQGAAAFAAsADLMJAwsFAC8zzTIwMUEVAyMRNSEVAyMRNQEWHm8Bmx5vBgCI/psBXJGI/psBY4oABAB3AAAE0wWwAAMABwALAA8AI0ARBAAFDQ4OAAoJCQACAnIAEnIAKysROS8zETkvMzIRMzAxYQEzASEBMwEBITUhAyE1IQEXARuQ/uQBCAEcj/7kAZb78AQQS/vvBBEFsPpQBbD6UAOFi/2KigADAG7/MAQSBpwAAwAHAD0ANkAcBAc6OggrECMEFC81NQYvDXIBAh8fFBoaAxQFcgArzTMvETMSOTkrzTMvERIXOTMSOTkwMUERIxETESMRATQmJicuAjU0NjYzMh4CFSM0LgIjIgYGFRQWFhceAhUUBgYjIi4CNTMUHgIzMjY2AqKWhJUBXTZ8aH63Y2rCg2agbzu4IEBcPFRtNDR9boG0XnTSjVWmhlC6MVJjMVp9Qgac/s8BMfmf/vUBCwE8PGBQIidwpnZ7smA9eK5yQ3BTLTppRUBgTSUpb6F3gbFcLmmtflVvQRs5agAFAGn/6wWDBcUAEQAjADUARwBLACNAEUkySwU7RCkyFw4gBQVyMg1yACsrMsQyEMQyMxEzETMwMVM1NDY2MzIWFhUVFAYGIyImJjcVFBYWMzI2NjU1NCYmIyIGBgE1NDY2MzIWFhUVFAYGIyImJjcVFBYWMzI2NjU1NCYmIyIGBhMBJwFpSIZcXoVIR4VdXYdIiyNINjZGIiNHNjVHIwI6SIZcXoVIR4VdXYZJiyNINjZHIiNHNzVHI839OWgCxwRLTVOIUlKIU01RiFJSiJ5NLlIzM1IuTS9TMzNT/FBOUohSUohSTlKIUlKIoE4uUzMzUi9OL1IzM1IDTfuOQgRyAAABAGb/7ATzBcQAQgAkQBQjEgAPIgEGGjAwKxEROxNyBxoDcgArMisyLzIyLxEXOTAxQTc2NjU0JiMiBgYVFBYWFwEjAS4CNTQ2NjMyFhYVFAYGBwUOAhUUFhYzMj4CNTMUBgYHBgYHBgYjIiYmNTQ2NgGa2j9FXFQ6UCgsTjICsd79y0t2Q1ukbmubVDJZO/7fSEITPn9gVJ9+S6YmTz0JCglL226R03JPiwMomytXTDthNlk1LWBoOvzGAqRYk4pKcp1SVYtTRm9cLNc1YEoWR3ZHTY/HeWOwlz4JGAlRUWq6eFyMegAAAQBoBCIA/gYAAAUACLEDBQAvxjAxUxUDIxM1/hWBAQYAbv6QAV9/AAEAhv4qApYGawAXAAixBhMALy8wMVM1NBISNjcXDgICFRUUEhYWFwcmJgIChmKYqEcnO3llPj5leTsnR6iYYgJGCtoBYQEKryd6LZ7m/tC+Dr7+z+ijMHAnrwEJAWIAAAEAJ/4qAjcGawAXAAixEwYALy8wMUEVFAICBgcnPgISNTU0AiYmJzcWFhISAjdimKhHJzt4Zj5CaXc1J0eomGICUArb/p7+968ncC2h6wEzvg6+ATPqoSxxJ6/+9v6fAAEAHAJiA1YFsQAOABRACg0BBwQEDgwGAnIAK8QyFzkwMVMTJTcFAzMDJRcFEwcDA4HJ/tIvAS4JmAoBKi7+zcV8ubUCxAEUWpZvAVj+om+ZW/7xXQEg/ucAAAIATgCSBDQEtgADAAcAELUHBwMDBgIAL8YzEMYvMDFBFSE1AREjEQQ0/BoCULkDDa6uAan73AQkAAABAB3+3QE1ANwACgAIsQQAAC/NMDFlFRQGByc+AjU1ATVcU2kgLBfclVvLREksW2E2mAAAAQAmAh8CDgK3AAMACLEDAgAvMzAxQRUhNQIO/hgCt5iYAAEAkP/0AXYA0gALAAqzAwkLcgArMjAxdzQ2MzIWFRQGIyImkDs4ODs7ODg7Yi9BQS8uQEAAAAEAE/+DAxEFsAADAAmyAAIBAC8/MDFBASMBAxH9oZ8CYAWw+dMGLQACAHP/7AQLBcQAFwAvABNACSsGHxIFcgYNcgArKzIRMzAxQRUUDgIjIi4DNTU0PgIzMh4DAxE0LgMjIg4CFREUHgMzMj4CBAtAeKlqVI5xUCpBeKlpVY9wTyq6FyxDVzZCZkUkFy5CVzVEZkUiA0zes/aWQypdltaP3rPyk0ApWZPU/nUBG2KVakIfMWqse/7lYpZtRiE0b68AAQCrAAAC2QW4AAYADLUGBHIBDHIAKyswMUERIxEFNSUC2bn+iwIRBbj6SATRiKfIAAABAF4AAAQzBcQAHwAZQAwQEAwVBXIDHx8CDHIAKzIRMysyMi8wMWUVITUBPgI1NCYmIyIGBhUjNDY2MzIWFhUUDgIHAQQz/EcB3VhhJztyUWGBQLls1JuKxGkrS2M4/nqYmIUCE2KJbTlIdUZLhld7zHlhr3VAg4J+Pf5ZAAACAF//7AP6BcQAHAA7ACpAFhscHh8EAAAdHRIzLy8pDXINDQkSBXIAKzIyLysyLzIROS8zEhc5MDFBMzI2NjU0JiYjIgYGFSM0NjYzMhYWFRQOAiMjFTUzMh4CFRQOAiMiLgI1MxQWFjMyNjY1NCYmIwGHhGF/PzhwVk53Q7lwy4aExm4za6p3np6LtmkrRX2oY1+ngEi5Q31VVXtDTIteAzNBcUdUcjo9cExvtmxdt4g3fWxFKG9CboNBZp5uODZnl2FMcj87eFtbdTkAAAIANQAABFEFsAAHAAsAHUAOAwcHBgICBQkMcgsFBHIAKzIrEjkvOTMSOTAxQRUhNQEzAwEBESMRBFH75AKMl6L+UQJ/uQHqmG0D8f7c/V4DxvpQBbAAAQCa/+wELgWwACkAHUAOJwkJAh0ZGRMNcgUCBHIAKzIrMi8yETkvMzAxQScTIRUhAzY2MzIeAhUUDgIjIi4CJzMeAjMyPgI1NC4CIyIGAWOUSQLr/bIsKHtQZaBxPDlyrXVYnXtNCrAMSHVOQmZGJSZLbEZdXwK1JgLVq/50FyhFgLRvabCDSDFll2ZScDkuVnpMRXZYMTIAAAEAhf/sBB0FsgA2ABtADQ4sGCIiLAMABHIsDXIAKysyETkvMxEzMDFBMxUjIg4CFRUUHgIzMj4CNTQuAiMiBgYHJz4DMzIeAhUUDgIjIi4CNTU0EjYkAz8QEJPGdDMuUGU3QGRFJCBCY0RNhVUGYg5Nc49QbZ5mMTpzqG92sHQ6PpkBEAWynV+fxmbWYZVmNDFZeklBeV83S3lHAXCfZS9SiataZ7SITGGixmZXmgEo8I4AAAEATgAABCYFsAAGABNACQEFBQYEcgMMcgArKzIRMzAxQRUBIwEhNQQm/aXDAlr87AWwaPq4BRiYAAAEAHH/7AQPBcQAEAAgADAAQAAhQBANPT0lLRUVBDUtBXIdBA1yACsyKzISOS8SOTMSOTAxQRQGBiMiJiY1ND4CMzIWFgc0JiYjIgYGFRQWFjMyNjYTFAYGIyImJjU0NjYzMhYWBzQmJiMiBgYVFBYWMzI2NgQPe9GDg9J6Q3upZobSebpGflNVe0RDfVZWfEOYcMJ7fcNub8J8fcJvuT5uSUltPT1uSUltPgGKhblgYLmFV5FsO2e0cFF9RkZ9UVR3Pz93AvtqqmJiqmp/sl5esoJJcEE9cE1LcD4+cAABAGT//gP4BcQAOAAbQA0AOBYhITgMKwVyOAxyACsrMhE5LzMRMzAxZTMyPgI1NTQuAiMiDgIVFB4CMzI+AjczFA4CIyIuAjU0PgIzMh4CFRUUDgMjIwExE6DIbCgtT2Q4QGVFJCBCY0M+bVUzBFhBdJxcbJ5lMTpyqW99sG80HVGa97UTm1qYv2XfY5poNjNcfElBemI5MVVsO1OhhE9UjK1ZaLaLTmSo0m9DcenUp2H//wCF//QBbARFBCYAEvUAAAcAEv/2A3P//wAp/t0BVARFBCcAEv/eA3MABgAQDAAAAgBIAMQDegRKAAQACQAWQAwBAwcGAAQIBQgCCQIALy8SFzkwMVMBFQE1JQEHNQHHArP8zgMy/U6AAzICoP7oxAF7c9T+5A50AXoAAAIAmAGPA9oDzwADAAcADrUGBxIDAhAAPzM/MzAxQRUhNQEVITUD2vy+A0L8vgPPoaH+YaGhAAIAhwDFA90ETAAEAAkAFUALBQgEAAYDAQcCCQIALy8SFzkwMUEBNQEVBQE3FQEDTv05A1b8qgLJjfyqAngBFb/+hnXZARsVdP6FAAACAEv/9AN3BcQAIAAsABtADQEBJCQqC3IREQ0WA3IAKzIyLysyETMvMDFBIz4CNz4CNTQmJiMiBgYHIz4CMzIWFhUUBgYHBgYDNDYzMhYVFAYjIiYCH7oBIUw/Lk0wMV9GOmhAAbkCbbpzf7NeSXJANybCODU2ODg2NTgBmmB7ZkEvU2FERWQ2KldGcaJWXKt1WpeEPDOA/nktPj4tKz4+AAACAG3+OwbPBZcAQQBoACdAEhIFBUdSE3JhZGQLXV0dHTwpMAAvMy8zETMvMzMRMysyMhEzMDFBDgMjIi4CNxMzAwYeAjMyPgI3Ni4DIyIOAwcGHgMzMjY3FwYGIyIuAgI3NhI2NiQzMh4CEgUGHgIzMj4CNxcOAyMiLgI3PgQzMhYXByYmIyIOAgbIBDBgmWxFZ0EZCDOTMwYTKDMYPF5BJAQHKWGc2It+1al5RQYHLmee0IBYtT0mRtFdmPvBgDwHB1WUzQEBl5r6vXw5+/YHDihBLB1APjYSQhdJWmU0SW5EGwkJOFNpdj5sfDhVHV5AN2BNNAH3XLmaXTFcglACKv3WSVwxEj9vk1SV+sKGRk2Qyv2SlvvFiUcqJHItLFOf4wEirKQBIuyrXFSe5P7g/0ZuTCcdPmRGSFJ8VCs/dKFjabKMYjM/K2McMDhwpQADAB0AAAUeBbAABAAJAA0AKUAUBAcHCg0NBgALDAwCCAMCcgUCCHIAKzIrMhE5LzM5OTMRMzIRMzAxQQEjATMBASczAQMVITUCxP4exQIrfwGR/h0DfwIt3/zOBS/60QWw+lAFL4H6UAIbnp4AAAIAqQAABIgFsAAZADAAKUAUGSkmAicnASYmDgwPAnIcGxsOCHIAKzIRMysyETkvMzMRMxI5OTAxQSEnITI2NjU0JiYjIREjESEyHgIVFAYGBwMhNyEyNjY1NCYmIyE3IRceAhUUBgYCsP6PAgFPU3xFPX1g/uTBAd1wsHtAXKNtTv5MbQFHXIFEOnxi/u0CAXgpaZJNd9gCqZs4aUlQZS/67gWwLV+SZlqRXA39KJ1AdVBRdkCbOAllnF6Iu2EAAAEAeP/sBNgFxAAnABVAChkVEANyJAAFCXIAK8wzK8wzMDFBMw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgIzMjY2BBjAD4Dqr4DRllFRmdiHpeR/D8AOTIxxYZNjMi1cjmF7kksBz4raf2Cx+ZmRmfmyYHzbkGaTUEqIvnSTa7yOUU6SAAACAKkAAATHBbAAGgAeABtADQIBAR0ODw8eAnIdCHIAKysyETMRMxEzMDFhITchMjY2NTU0LgIjITUhMh4CFRUUDgIBESMRAjP+0AIBLpzQaTx0p2z+uAFIj+yrXFyt8/6fwZ2D7Z9ZfcOHRp5fs/2eV579sl8FsPpQBbAABACpAAAERgWwAAMABwALAA8AHUAOCwoKBg8OBwJyAwIGCHIAKzIyKzIyETkvMzAxZRUhNRMRIxEBFSE1ARUhNQRG/P0nwQM3/WMC+f0HnZ2dBRP6UAWw/Y6dnQJynp4AAwCpAAAELwWwAAMABwALABtADQcGBgIKCwsDAnICCHIAKysyETMROS8zMDFBESMRARUhNQEVITUBasEDI/10Au/9EQWw+lAFsP1xnp4Cj56eAAEAev/sBN0FxAArABtADSsqKgUZFRADciQFCXIAKzIrzDMSOS8zMDFBEQ4CIyImJgI1NTQSNjYzMhYWFyMuAiMiDgIVFRQeAjMyNjY3ESE1BN0bds+jhd+jWU2W2o2n4X8SwQ1NjnBllGAvO26ZXWeASBP+rwLV/esoY0ldswEBo3GjAQCzXXPKgU+CT0qKxHtzfsaLSCMxFgFGnAAAAwCpAAAFCAWwAAMABwALABtADQkGCAMCAgYHAnIGCHIAKysROS8zMhEzMDFBFSE1ExEjESERIxEEYPzsHsEEX8ADPp2dAnL6UAWw+lAFsAABALcAAAF4BbAAAwAMtQACcgEIcgArKzAxQREjEQF4wQWw+lAFsAAAAQA1/+wDzAWwABMAE0AJEAwMBwlyAgJyACsrMi8yMDFBETMRFAYGIyImJjUzFBYWMzI2NgMMwHbPhobQdsFEeU5MeUYBqQQH+/mQxmdcvI9cdjhBgQADAKkAAAUFBbAAAwAJAA0AHEAQBgcLBQwIBgIEAwJyCgIIcgArMisyEhc5MDFBESMRIQEBJwEBEwE3AQFqwQQw/aP+rCABAAHpLv3lcwKOBbD6UAWw/Vn+n84BGgIg+lACxpn8oQACAKkAAAQcBbAAAwAHABVACgMCAgYHAnIGCHIAKysRMxEzMDFlFSE1ExEjEQQc/SgmwZ2dnQUT+lAFsAADAKkAAAZSBbAABgALABAAG0ANAgcOBQsIcgwEAAcCcgArMjIyKzIyETkwMVMzAQEzASMBMxMRIwEzESMR5rsB3QHcvP2wkv11pRvABQSlwAWw+10Eo/pQBbD8iP3IBbD6UAI4AAABAKkAAAUJBbAACQAXQAsDCAUJBwJyAgUIcgArMisyEjk5MDFBESMBESMRMwERBQnC/SPBwQLgBbD6UARj+50FsPuaBGYAAgB3/+wFCgXEABUAKwATQAknBhwRA3IGCXIAKysyETMwMUEVFAIGBiMiJiYCNTU0EjY2MzIWFhIDNTQuAiMiDgIVFRQeAjMyPgIFClKa14WB151WVZzXgYXXm1O/NWaTXVqRZzg4aZFaXpJlNAMGXKT+/LZgYLYBBKRcpAEDt2Bgt/79/wBegsiIRkaIyIJeg8mJRkaJyQABAKkAAATBBbAAFwAXQAsCAQEODA8Ccg4IcgArKzIROS8zMDFBITUhMjY2NTQmJiMhESMRITIWFhUUBgYCwv57AYVxjEFBjHH+qMECGaXkdnbkAjudSIBSS4RR+u4FsHLJgYzGZwADAG7/CgUGBcQAAwAZAC8AGUAMIBUDcgArKwMKCXICAC8rMjIRMysyMDFlAQcBARUUAgYGIyImJgI1NTQSNjYzMhYWEgM1NC4CIyIOAhUVFB4CMzI+AgOUAXKC/pQB6VKa14WB151WVZzXgYXYmlO/NWaSXlmRaDg4aZJZXpJlNKf+23gBIQLbXKT+/LZgYLYBBKRcpAEDt2Bgt/79/wBegsiIRkaIyIJeg8mJRkaJyQAAAgCpAAAEygWwABgAHQAjQBIbGgkDDAwLCwAcGRgIchYAAnIAKzIrMjISOS8zEhc5MDFTITIWFhUUBgYHByEnITI2NjU0JiYjIREjIQE3ARWpAeKk43dRl2k2/jsCAVZoikZCjW/+38EDU/6eyQFnBbBkw45kpXMcFZ1JfEtUfkX67gKUAf13DAAAAQBR/+wEcwXEADkAH0APCiYPNjExKwlyGBQUDwNyACsyLzIrMi8yETk5MDFBNC4CJy4DNTQ+AjMyFhYVIzQmJiMiBgYVFB4CFx4DFRQOAiMiLgI1MxQeAjMyNjYDsR9Nh2dsrnxCRoO2cKTleMBGjm1nhkEnU4FafLR1OUiGu3Nlw59fwDplgUZljEkBcDNPQDoeIE9mhFVVkGs8fclyUn9JPmpELktANhkjVmuHVVmQZjc4cKVtS2tGIThoAAIAMgAABJcFsAADAAcAFUAKAAMDBgcCcgEIcgArKzIyETMwMUERIxEhFSE1AsO+ApL7mwWw+lAFsJ6eAAEAjP/sBKoFsAAVABNACQERBgsCcgYJcgArKxEzMjAxQTMRFAYGIyImJjURMxEUFhYzMjY2NQPqwJLxjZTvi79Ul2Rll1QFsPwnpNptbdqkA9n8J3KUSEiUcgAAAgAdAAAE/QWwAAQACQAXQAsABggBCQJyAwgIcgArMisyEjk5MDFlATMBIwEBFyMBAn8BrdH95ZX+oQGpNZX95t0E0/pQBbD7Ld0FsAAABAA9AAAG7QWwAAUACgAPABUAG0ANEAwBCgJyExIOBAkIcgArMjIyMisyMjIwMUEBMwMBIwMTEyMBARMzASMBARMjAQMCKAEhjFH+yYvF5kWK/p8FDuHB/qCK/ucBGWaL/tRSAbgD+P51+9sFsPwc/jQFsPwdA+P6UAWw/Aj+SAQlAYsAAQA6AAAEzgWwAAsAGkAOBwQKAQQJAwsCcgYJCHIAKzIrMhIXOTAxQQEBMwEBIwEBIwEBASYBXgFe4f40Adfj/pn+meMB1/40BbD90gIu/S/9IQI5/ccC3wLRAAABAA8AAAS8BbAACAAXQAwEBwEDBgMIAnIGCHIAKysyEhc5MDFTAQEzAREjEQHsAXoBe9v+CsH+CgWw/SUC2/xw/eACIAOQAAADAFcAAAR6BbAAAwAJAA0AH0APBAwMCQ0CcgcDAwICBghyACsyETMRMysyMhEzMDFlFSE1AQEjNQEzIxUhNQR6/CYDuvx0dwOLeFL8XJ2dnQSH+tyQBSCengABAJP+yAILBoAABwAOtAMGAgcGAC8vMxEzMDFBFSMRMxUhEQILv7/+iAaAmPl4mAe4AAEAKf+DAzkFsAADAAmyAQIAAC8/MDFFATMBAon9oLACYH0GLfnTAAABAAr+yAGEBoAABwAOtAUEAAEEAC8vMxEzMDFTNSERITUzEQoBev6GwAXomPhImAaIAAIAQALZAxUFsAAEAAkAFkAJCAcHBgAFAgMCAD/NMjk5MxEzMDFBAyMBMxMDJzMBAbfLrAErcI7KJXEBKgTa/f8C1/0pAgHW/SkAAQAE/2gDmQAAAAMACLECAwAvMzAxYRUhNQOZ/GuYmAABADkE2gHaBgAAAwAKsgOAAgAvGs0wMUETIwEBGcGf/v4GAP7aASYAAgBt/+wD6gROABsAOgApQBUrLB4nHjo6DycxC3IYGQpyCQUPB3IAKzIyKzIrMhI5LzMREjk5MDFlETQmJiMiBgYVIzQ+AjMyFhYVERQWFxUjJiYTFyMiDgIVFBYWMzI2NjcXDgMjIiYmNTQ+AjMDCzNmS0ZpO7k8cZ9idrVnExPBDhAgArtPfFQsLl1EVYJNA08HPmeNWG6lW0SAtG+5Ai1AXzQwTi06cl03UKF5/gg2eiwQIGsCBYIZMksyM1QxSGgxWSpmXT1WkVpXhVkuAAMAjP/sBCEGAAAEABoALwAZQA4hFgdyKwsLcgQKcgAAcgArKysyKzIwMVMzEQcjARUUDgIjIi4CJzU+AzMyHgIHNTQuAiMiDgIHFR4CMzI+Aoy6EKoDlThsnGVnm2o/DAw/appmZp5rOLoeQmxPRmdILQsQSXtbS2tDIAYA+tLSAiYVdsmUUkeGvndceL6HR0+Sy5EVUY9tPzBRZzfxRoFSPWyOAAABAF3/7APtBE4AJwAZQAwdGRkUB3IEBAAJC3IAKzIyLysyLzIwMWUyNjY3Mw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgICPkJwSAWwBXfAc3q1dzs7d7V6f75tBbAFQW9KVXNDHRxDc4Q2Xz1gpWVWlsNtKm3DllZnsXBDbEFDcYlHKkeKcEMAAAMAX//sA/EGAAAEABoALwAZQA0hBAQWC3IrCwdyAQByACsrMisyLzIwMWURMxEjATU0PgIzMh4CFxUOAyMiLgI3FRQeAjMyNjY3NS4DIyIOAgM3uqr9GD1xnWFmmWs+DAs/a5pnX51xPbohRmxLXHdIFAwtR2dGTG1GIdIFLvoAAhEVfMuST0eHvnhcd76GR1KUyYsVUY5sPU6AS/E3Z1EwP22PAAABAF3/7APzBE4AKwAfQBBnEwEGExISABkLB3IkAAtyACsyKzIROS8zX10wMUUiLgI1NTQ+AjMyHgIVFSE1ITUuAiMiDgIVFRQeAjMyNjcXDgICTnG3g0ZOhqpbdKlsNPzYAm8EM25fP2pMKitTd0xiiDNwI2ydFE2MwHIqhM+QSlCPwXJTlw5IiFg1aJZiKk2HZjpQQ1k1YDwAAgA9AAACywYVABEAFQAVQAsUFQZyDQYBcgEKcgArKzIrMjAxYSMRNDY2MzIWFwcmJiMiBgYVFxUhNQGhuVWgbiBBHwoVNRo7VSzm/bYErHWhUwgIlwUEL1pCco6OAAMAYf5VA/IETgATACkAPgAbQA8wJQtyOhoHcg4GD3IABnIAKysyKzIrMjAxQTMRFAYGIyImJic3FhYzMjY2NREBNTQ+AjMyHgIXFQ4DIyIuAjcVFB4CMzI2Njc1LgMjIg4CA0qodM+HOJeRMWFElUlYgEf9KDtvnmNmmWs+DAs/a5pnYZ1wO7khRWxLXHhHFAstR2hGTG1FIQQ6+92PymkjU0ZuUkBCgV4DPv7FFXzLkk9Hh754XHe+hkdSlMmLFVGObD1OgEvxN2dRMD9tjwACAI0AAAPgBgAAAwAaABdADBECFgoHcgMAcgIKcgArKysyETMwMUERIxETJz4DMzIeAhURIxE0JiYjIg4CAUa5jU0BQHShYlCAWzC6MmBGRXFRLQYA+gAGAPxGA2+9jE0rXpVr/TsCx1VnLzpmgwAAAgCOAAABaQXEAAMADwAQtwcNAwZyAgpyACsrzjIwMUERIxEDNDYzMhYVFAYjIiYBVroONzY1OTk1NjcEOvvGBDoBHy0+Pi0rPT0AAAL/vv5LAVoFxAARAB0AE0AJDQYPchUbAAZyACvOMisyMDFTMxEUBgYjIiYnNxYWMzI2NjUDNDYzMhYVFAYjIiaSuj99XxlDFwETMBIpOB0TODU2ODg2NTgEOvtFY4pHCgeVBAUeQjcF2i0+Pi0rPT0AAAMAjQAABA0GAAADAAkADQAdQBEGBwsFDAgGAgkGAwByCgIKcgArMis/Ehc5MDFBESMRCQInNwETATcBAUe6A0/+KP74D70BUDn+fmAB/AYA+gAGAP46/gf+7sXiAWT7xgIEpf1XAAEAnAAAAVYGAAADAAy1AwByAgpyACsrMDFBESMRAVa6BgD6AAYAAAADAIsAAAZ5BE4ABAAbADIAIUARKRICLiIiFwsDBnILB3ICCnIAKysrETMzETMRMzMwMUERIxEzAyc+AzMyHgIVESMRNCYmIyIOAiUHPgMzMh4CFREjETQmJiMiDgIBRbqwHFYBOG6kbEyAXjS5OWhGUm5CHQK9fAE5baBnV4ddMLo5Z0c9XkAhA2P8nQQ6/gwDb72MTStckGb9LwLIVWYvOmaDHSZZpIBLLl+UZv05AslbZSkqSV4AAgCNAAAD4AROAAQAGwAZQA0SAhcLAwZyCwdyAgpyACsrKxEzETMwMUERIxEzAyc+AzMyHgIVESMRNCYmIyIOAgFGua8iTQFAdKFiUIBbMLoyYEZFcVEtA1P8rQQ6/gwDb72MTStelWv9OwLHVWcvOmaDAAACAFz/7AQ1BE4AFQArABC3HBELcicGB3IAKzIrMjAxUzU0PgIzMh4CFRUUDgIjIi4CNxUUHgIzMj4CNTU0LgIjIg4CXESAtnFyt4FERIG1cnK2gUS5Jk10TUxzTCcnTXNNTHNNJgIRF3XJlVNTlcl1F3XIlVNTlciMF1GPbj8/bo9RF1CPb0BAb48AAAMAjP5gBB8ETgAEABoALwAZQA4hFgdyKwsLcgMGcgIOcgArKysyKzIwMUERIxEzARUUDgIjIi4CJzU+AzMyHgIHNTQuAiMiDgIHER4CMzI+AgFGuqoC6ThrnGVnnm5BDAxCbZxmZp5sN7oiR25MRmdILQsUSHhbS21HIgNq+vYF2v3sFXbJlFJEgrZycHi+h0dPksuRFVGPbT8wUWc3/v1Ge0s/bo8AAAMAX/5gA/AETgAEABoALwAZQA4hFgtyKwsHcgQOcgMGcgArKysyKzIwMUERNzMRATU0PgIzMh4CFxUOAyMiLgI3FRQeAjMyNjY3NS4DIyIOAgM2EKr8bzpwn2Zmm21ADAtAbZ1nZJ9vO7oiR21LXHtKFAsvSmlGTG5HIv5gBQrQ+iYDsRV8y5JPR4e+eFx3voZHUpTJixVRj24/UINL8TdoUzFAb5AAAAIAjQAAApgETgAEABYAGUANBgkJBRQHcgMGcgIKcgArKysyMhEzMDFBESMRMyUHJiYjIg4CBwc0PgIzMhYBRrm0AVcBFykaQGJEJwY0J1J/WBQ0A5D8cAQ6BqwFAyhIYzseYqyFSwkAAQBf/+wDvAROADUAF0ALGwAOMikLchcOB3IAKzIrMhE5OTAxQTQmJicuAzU0PgIzMhYWFSM0JiYjIgYGFRQeAhceAhUUDgIjIiYmNTMeAjMyNjYDAyNra1qRZTY5aZRbgrhiuTVlSU1fKxU2YkyFrFQ7b5lfj8ZmugRQdDlMZzYBHyhFORUTNEpkQ0ByWDJcmV0tVTgvSCgeLyciER5UeldHdlUvZqJaTFklKEYAAgAJ/+wCVwVBAAMAFQATQAkKEQtyBAIDBnIAKzIvKzIwMUEVITUTMxEUFhYzMjY3FwYGIyImJjUCUv23xrkiNh8XMw0BFkcyRHJDBDqOjgEH+8s3OBIJA5cHDTZ/bAAAAgCJ/+wD3QQ6AAQAGwAVQAoBEQZyGAMDCwtyACsyLzIrMjAxZREzESMTNxQOAiMiLgI1ETMRFB4CMzI2NgMjurEaTS1konRPg14zuSE5RyZ2ij36A0D7xgHeAmy3hksuYJpsArr9RElfNxZbmwACACEAAAO7BDoABAAJABdACwAGCAEJBnIDCApyACsyKzISOTkwMWUBMwEjAwEXIwEB1gEovf57fNsBMRV8/ninA5P7xgQ6/GiiBDoABAArAAAF0wQ6AAUACgAPABUAJEAUBwsAEQMUBgkQDAEKBnISDgQJCnIAKzIyMisyMjISFzkwMWUBMwcBIwMTFyMBARMzASMDARcjAScBnwEWehj+5Xeh7RF9/sYEDuK4/sZ80wEQH3b+3RjAA3qx/HcEOvx8tgQ6/IMDffvGBDr8lc8Di68AAAEAKgAAA8sEOgALABpADgcECgEECQMLBnIGCQpyACsyKzISFzkwMUETEzMBASMDAyMBAQEK7fDZ/p4Bbdb6+tcBbP6fBDr+dgGK/er93AGW/moCJAIWAAACABb+SwOwBDoAEwAYABlADRcWFQMIAhgGcg8ID3IAKzIrMhIXOTAxZQEzAQ4DIyImJycWFjMyNjY3AwEXBwEBvQEtxv5ODzFMa0oWRA4BCCMHP1g9FpABGTCF/nJwA8r7HyhdVDUMBJYBAyFNQwSc/LjDRARPAAADAFkAAAOzBDoAAwAJAA0AHEANBAwMCQ0GcgcDAwYCEgA/MzMRMysyMhEzMDFlFSE1AQEjNQEzIxUhNQOz/O0C9v00cQLHdlL9HZiYmAMf/EmIA7KZmQAAAgBA/pICnwY9ABEAJQAZQAodCQoKHBwSEwEAAC8yLzM5LzMSOTkwMUEXBgYVFRQGBiM1MjY1NTQ2NhMHLgI1NTQmJiM1MhYWFRUUFhYCeCd3WlGvjnFjQZuvJ4ibQSxdS46vUSdbBj1yJb97z2SjYHqAbc9pt4v47nMnirdpzklqO3pgo2XOUoxnAAABALD+8gFFBbAAAwAJsgACAQAvPzAxQREjEQFFlQWw+UIGvgACABT+kgJzBj0AEwAmABtACx4LCgofHwEVFAABAC8zLzMSOS8zEjk5MDFTNx4CFRUUFhYzFSImJjU1NCYmAyc+AjU1NDY2MxUiBhUVFAYGFCeJm0AsXUuNsFEmWyknT1snUbCNcGRAmwXLciaLt2nPSGs6cVufZM9SjWf44HMZZ4xSzmWeW3CBbc5pt4oAAQCDAZME7wMjAB8AG0ALDAAAFgaAHAYQEAYALzMvETMaEM0yLzIwMUE3FA4CIyImJyYmIyIGBhUHND4CMzIWFxYWMzI2NgRXmC9Xd0dXhU4zVjIzSCehL1Z3R1iJSTdTMTRNKwMJAU2IZztGRC80MVo/Ak6GZDdKQTIxNmAAAgCL/pcBZgRNAAMADwAMswEHDQAALy/dzjAxUxMzExMUBiMiJjU0NjMyFp0Opw4GNzY1OTk1Njf+lwQV++sFTSw+PiwsPT0AAwBp/wsD+gUmAAMABwAvACVAEgIBJSUhAxwHcgcECAgMBhENcgArzcwzEjk5K83MMxI5OTAxQREjERMRIxE3MjY2NzMOAiMiLgI1NTQ+AjMyFhYXIy4CIyIOAhUVFB4CAp66urpnQnBIBbAFeL9zerZ3Ozt4tXp/vm0FsAVBb0pVc0MdHENzBSb+4AEg+wT+4QEfWjZfPWClZVaWw20qbcOWVmexcENsQUNxiUcqR4pwQwAAAwBbAAAEaAXEAAMABwAiACFAEAYFBQEfFgVyDA0NAgIBDHIAKzIRMxEzKzIROS8zMDFhITUhASE1IQETFgYHJz4CNQM0NjYzMhYWFSM0JiYjIgYGBGj79wQJ/pP9YAKg/rgWATg4riMpERZ0yX+DuGLAQ2w+Qms/nQHSnQED/YNeoyk1CVNsLAJ+isNoYq90VGYuQX0ABgBp/+UFWwTxABMAJwArAC8AMwA3AA61DxkFIw1yACsyLzMwMUEUHgIzMj4CNTQuAiMiDgIHND4CMzIeAhUUDgIjIi4CAQcnNwEHJzcBJzcXASc3FwE4QnSZWFiZdEFBdJlYWJl0Qqxdo9h7e9ikXFyk2Ht72KNdBM/KhMr838qDygOkyoTK+9jKg8oCYF6mfUdHfaZeX6R9RkZ9pF+F5KpfX6rkhYXkq2Bgq+QCjc6JzvvDzojN/qrOiM0DLM6IzgAFAA8AAAQkBbAAAwAHAAwAEQAVAC1AFgsQEAYHEhUVCA4DAwICERQMcgkRBHIAKzIrEjkvMxI5OTIRM84yMxEzMDFBFSE1ARUhNSUBMwEjAQEHIwEBESMRA7v8vQND/L0BaAFv1f5Pe/7wAXEdev5NAmfAAuF9ff7dfHzcAxb8rANU/OM3A1T9Vvz6AwYAAgCU/vIBTQWwAAMABwANtAECBgcCAD/d3s0wMUEjETMRESMRAU25ubn+8gMYA6b9CgL2AAIAW/4RBHkFxQAvAGEAHkATUz8AAQUrXTUxMA8hDE9EHRQRcgArMi8zFzkwMWU1MjY2NTQuAicuAzU0PgIzMhYWFSM0JiYjIgYGFRQeAhceAxUUDgIBFSIGBhUUHgIXHgMVFA4CIyIuAjU3FB4CMzI2NjU0LgInLgM1ND4CArtTdD4jUopmbat3PkWAtHCZ3Ha5R4hjaYZBH0yJaXCueD8/daX+7VNsNB9Oi2tvrHY+RYCzb2C6l1m5PGN3O2CHRyJQiGVtrnhAPHCebHY0XDovRzs3Hx5FX4VdU4dgNGTAi01/SzpgOjJIODMdH0dfhl1MeFMsAv55NFo6Mkk6NB4fRl2EXVeIXjEsZKZ5Ak9tQB04YDwvRTk2Hh5HYIddSndULgACAGUE8QLvBcYACwAXAA60AwkJDxUALzMzLzMwMVM0NjMyFhUUBiMiJiU0NjMyFhUUBiMiJmU4NTY4ODY1OAGvNzY1OTk1NjcFWy0+Pi0rPT0pLT4+LSs9PQADAFz/6wXnBcQAHwAzAEcAH0AOHQQEJSVDFA0NLy85A3IAKzIRMxEzLzMRMxEzMDFBMxQGIyImJjU1NDY2MzIWFSM0JiMiBgYVFRQWFjMyNiUUHgIzMj4CNTQuAiMiDgIHNBI2JDMyBBYSFRQCBgQjIiQmAgPOkrOZaptVVZtqmbSSX1xCWi4uWkJcXv0BXKTYe3vXo1xco9d7e9ikXHNuxAEBk5MBAcNubsP+/5OT/v/EbgJWnZ1irnNzc65inJ1jVkJ1S3RMdUJW54XmrGBgrOaFhuSrX1+r5IafARDLcXHL/vCfn/7wzXJyzQEQAAACAJMCtAMQBcUAFwAxABq1MRoaDRYquAEAsggNAwA/MxrcxBI5LzMwMUERNCYmIyIGFSc0NjYzMhYWFREUFhcjJhMXIyIGBhUUFjMyNjY1Fw4CIyImNTQ2NjMCUxs3KkVPoU2LXVaBSAwOpRgoAZU8TyY9QCtXOhIPP2NEeIFLl3EDXgFUKzwfNTQNRGk8Pnpc/sYxWCxLAXBvIDQgKzInOBlwIEQte2dKZzb//wBlAJYDZQOyBCYBk/n9AAcBkwFE//0AAgB/AXgDvgMhAAMABwAStgYHAwYCAgMALzMRMxI5LzAxQRUhNQURIxEDvvzBAz+5AyGiokv+ogFeAAQAW//rBeYFxAAeAC8AQwBXADVAGx8bGCAEAgIBAQ8pDQ01NVMMDw9JUxNyP0kDcgArMisSOS8zETMRMy8zEjl9LzMSFzkwMUEjJzM+AjU0JiYjIxEjESEyFhYVFAYGByIGIw4CIzcyFhUVFBYXFSMmJjU1NCYlFB4CMzI+AjU0LgIjIg4CBzQSNiQzMgQWEhUUAgYEIyIkJgIDO9oCyypJLSJPRIiNARVjkE4yYEUDBwMRCQkeFJtxCAmRCgND/U1cpNh7e9ejXFyj13t72KRcc27EAQGTkwEBw25uw/7/k5P+/8RuAo+AARw1JzI6Gv0vA1A4cVY2Vj4TDQoJAlqDZDYlQxcQGmAWNElFSoXmrGBgrOaFhuSrX1+r5IafARDLcXHL/vCfn/7wzXJyzQEQAAEAjwUXAy4FpQADAAixAwIALzMwMUEVITUDLv1hBaWOjgACAIMDwAJ9BcUADwAbAA+1EwzAGQQDAD8zGswyMDFTNDY2MzIWFhUUBgYjIiYmNxQWMzI2NTQmIyIGg0Z0RUVyRERyRUV0RnxNNjZJSTY2TQTBR3ZHR3ZHR3VFRXVHN0pKNzhMTAADAGEAAQP1BPMAAwAHAAsAErcLAgMDBAoScgArLzkvMzIwMUEVITUBESMRARUhNQP1/GwCKacB6Py9A1eYmAGc/C4D0vull5cAAAEAQgKbAqsFuwAcABOxHAK4AQCzCxMDcgArMhrMMjAxQRUhNQE+AjU0JiMiBhUjNDY2MzIWFhUUBgYHBwKr/aoBIC00F0A7S0eeSIZeWoBEL1Y7rwMbgGwBDypCNRYwPkw5SHZHOmlJNVxcNZIAAgA/ApACmwW7ABkAMwAsQAwcGAAAGhoQLCkpJBC4AQC1CwsIEANyACsyMi8aEMwyLzIROS8zEjk5MDFBMzI2NjU0JiMiBhUjNDY2MzIWFhUUBgYjIxU1MzIWFhUUBgYjIiYmNTMUFjMyNjU0JiYjAQpUMUAhQEU5S51MglBXhEpBe1hvb2SAPlCLV0uJVp1QQkZJJ0cxBGYcMSAsPDIrRGM2M2RJNVk1JU4wWkBJaDYxaFEtPT4xKjMXAAABAHsE2gIcBgAAAwAKsgGAAAAvGs0wMVMTMwF7wt/+9ATaASb+2gAAAwCb/mAD7gQ6AAQAGgAeABlADB0FABYLE3IDEnIcAAAvMisrMhE5LzAxQTMRIyc3NxQOAiMiJiYnAzMUHgIzMj4CATMRIwM1uacSIUUpVoZeTHdVHCV0Ij1QLllzQBr9Rbi4BDr7xvr9AnLAjk4nVUQBIWeCRho3ZIgClPomAAABAEQAAANBBbAADAAOtgMLAnIAEnIAKyvNMDFhIxEjIiYmNTQ2NjMhA0G6V5/ccXHcnwERAgh51IeG1HoAAAEAlAJsAXkDSQALAAixAwkALzMwMVM0NjMyFhUUBiMiJpQ6ODg7Ozg4OgLZL0FBLy4/PwABAHT+TQGqAAAAEwARtgsKgBMCABIAPzIyGswyMDFzMwcWFhUUDgIjJzI2NjU0JiYnmIUMOl8nTHFLBy5LLSJHODUKTFcvTTceaxQsIyEmEwQAAQB7ApsB7wWwAAYACrMGAnIBAC8rMDFBESMRBzUlAe+c2AFiBbD86wJZOYF0AAIAewKzAycFxQARACMAELYXDiAFA3IOAC8rMhEzMDFTNTQ2NjMyFhYVFRQGBiMiJiY3FRQWFjMyNjY1NTQmJiMiBgZ7VJlpaplTU5hpappUoydRPTxPJyhPPTxQJwQTUWefW1ufZ1Fnn1pan7hRPWA4OGA9UTxgODhgAP//AGcAmQN5A7UEJgGUDQAABwGUAWoAAP//AFUAAAWSBa0EJwHh/9oCmAAnAZUBGAAIAAcCOwLWAAD//wBQAAAFyQWtBCcBlQDsAAgAJwHh/9UCmAAHAeADHgAA//8AcAAABe4FuwQnAZUBlwAIACcCOwMyAAAABwI6ADECmwACAET+fgN5BE4AIQAtABhACgAAJSUrEBERDRYALzMzLz8zLzMvMDFBMw4CBw4CFRQWFjMyNjY1Mw4CIyImJjU0NjY3PgITFAYjIiY1NDYzMhYBk7oBIUk+KkwwNGRIO2ZBuQFtuXSCt2FJcDwkJw/CODU2ODg2NTgCqGB3ZEMtVGRFSWQzLFtFcaVYWqp4W5uFOiNNWAFuLD4+LCw9PQAABv/xAAAHWAWwAAQACAAMABAAFAAYADFAGAAXFwgHFBMHEwcTAg0DGAJyDAsLDgIIcgArMjIRMysyMhE5OS8vETMRMzIRMzAxQQEjATMTFSE1ARUhNQMTIwMBFSE1ARUhNQPK/QrjA3F3gv0ZBeT9Ixo9uj0DIv2KAsf9JAUb+uUFsPxgr6/+iJiYBRj6UAWw/ZKYmAJumJgAAAIAWQDOA94EZAADAAcADLMEBgIAAC8vMzIwMXcnARcDATcB0HcDC3d0/PV3AwvOewMbfPzmAxp8/OUAAAMAd/+jBR0F7AADABsAMwAXQAsBAC8KIxYDcgoJcgArKzIRMzIzMDFBASMBExUUAgYGIyIuAzU1NBI2NjMyHgMHNTQuAyMiDgIVFRQeAzMyPgIFHfwWjwPteVKa14VntJFoN1Wc14FqtZBlNr8iQmB8S1qRZzgkRWF6SF6SZTQF7Pm3Bkn9Glyk/vy2YD53q9uDXKQBA7dgPner299eaKmCWC1GiMiCXmmqg1gtRonJAAACAKcAAARdBbAAAwAZAB1ADg8ODgMZBAQDAAJyAwhyACsrETkvMxE5LzMwMVMzESMTITIWFhUUBgYjITUhMjY2NTQmJiMhp7m5XQFyntlwcNme/sEBP2yFPT2FbP7oBbD6UASLbsB7esBul098REZ+UAABAIz/7ARqBhIAOQAZQA0jGzYIAgpyCAFyGwtyACsrKxEzETMwMUERIxE0PgIzMhYWFRQOAhUUHgMVFAYGIyImJic3FhYzMjY2NTQuAzU0PgI1NCYmIyIGBgFEuDlokFhtqWInMidGaGlGY65wNnhjGiojhUZOYSxGaGlGKjYqMlY3RWI0BFj7qARYbqVvOEiVdFBrUU4zN1dQWnJNcpZJFSESmxY2MFAxOVdRWnZRPFxRWTlDWS4+gQADAE//6wZ9BE8AFAAyAF4AN0AcVzMzMhdGRRQlAAMpF0UXRQ8fKQtyTD4+BQ8HcgArMjIRMysyEjk5Ly8SFzkRMxEzMhEzMDFlETQmJiMiBgYVJzQ+AjMyFhYVEQMVISIGBhUUFhYzMj4CNxcOAiMiJiY1ND4CMwEiLgI1NTQ+AhcyHgIVFSE1ITU0JiYjIg4CFRUUHgIzMjY3Fw4CAu0xYEVKbjy4PnGdYHaxY4v++1d2PC1bRjZxXzsBYBt1t39yn1I5cahuAuB7vIBCRX2oY2ylcDn83AJqMnBeRWpJJiZQfVd3kjJBFmGatwIZSGc3NFY0EkZ2WDBWqoD+DAGijDdZNDBNLSlBSB+QMWRDUJNiT3tVLf1vUJHGdix3xZBPAUN/tHB2jh9Mfk08aoxQLFGNazxJIogROy8AAgB+/+wELgYtADQAOAAZQAs2IBYWASoMC3I4AQAvMysyEjkvMzMwMVM3FgQWEhUVFA4CIyIuAjU0PgIzMhYWFSc0LgIjIg4CFRQeAjMyPgI1NTQCJiYlAScB/zmpARbKbUV+q2Zpr39FQ3mjYXG1akUkR2xISXJOKSdLbUdBZkkmY6/jAl3950kCGQWNoCak8/7GvWJ7zJRQS4axZnS7h0hrp1sBIUpBKDJdhFM+d2E6PW2TVmSwAQi+ex3+kmQBbQADAEcArAQtBLoAAwAPABsAE7cZEwIHDQMCEgA/3cYyEMYyMDFBFSE1ATQ2MzIWFRQGIyImETQ2MzIWFRQGIyImBC38GgGHOjg4Ozs4ODo6ODg7Ozg4OgMQuLgBOjBAQDAuPz/8/i9BQS8uQEAAAAMAXP95BDQEuQADABkALwAZQAwgAQEVC3IrAAAKB3IAKzIvMisyLzIwMUEBIwEBNTQ+AjMyHgIVFRQOAiMiLgI3FRQeAjMyPgI1NTQuAiMiDgID1/1pewKX/QBEgLZxcreARESAtXJytoFEuSZNdE1Mc0wnJ01zTUxzTSYEufrABUD9WBd1yZVTU5XJdRd1yJVTU5XIjBdRj24/P26PURdQj29AQG+PAAMAlf5gBCgGAAADABkALwAbQA8rCiAVB3IKC3IDAHICDnIAKysrKzIRMzAxQREjEQEVFA4CIyIuAic1PgMzMh4CBzU0LgIjIg4CBxEeAzMyPgIBT7oDkzhrnGVnnm5BDAxCbZxmZp5sN7oiR25MRmdILQsPL0dlRUttRyIGAPhgB6D8JhV2yZRSRIK2cnB4vodHT5LLkRVRj20/MFFnN/79NWBLLD9ujwAABABf/+wErQYAAAQAGgAvADMAHUAPIQQEFgtyMzIrCwdyAQByACsrMs4yKzIvMjAxZREzESMBNTQ+AjMyHgIXFQ4DIyIuAjcVFB4CMzI2Njc1LgMjIg4CARUhNQM3uqr9GD1xnWFmmWs+DAs/a5pnX51xPbohRmxLXHdIFAwtR2dGTG1GIQOU/YPSBS76AAIRFXzLkk9Hh754XHe+hkdSlMmLFVGObD1OgEvxN2dRMD9tjwLymJgAAAQAHgAABYkFsAADAAcACwAPAB9ADwMCgAcGBgoMCwJyDQoIcgArMisyETkvMxrMMjAxQRUhNQEVITUTESMRIREjEQWJ+pUEPPzsHsAEX8EEj4+P/q+dnQJy+lAFsPpQBbAAAQCcAAABVQQ6AAMADLUDBnICCnIAKyswMUERIxEBVbkEOvvGBDoAAAMAmwAABEAEOgADAAkADQAfQA8MBwcLBgYCCQMGcgoCCnIAKzIrMhE5LzMzETMwMUERIxEhASMnMwETATcBAVS5A4H96e8ctgGMGv5RdwIiBDr7xgQ6/ZSiAcr7xgHqhv2QAAADACMAAAQcBbAAAwAHAAsAG0ANAgoABwYGCgsCcgoIcgArKxEzETMyETMwMUEVBTUBFSE1ExEjEQJw/bMD+f0nJsADoH27ff24nZ0FE/pQBbAAAgAjAAACCwYAAAMABwATQAkCBgAHAHIGCnIAKysyETMwMUEVBTUBESMRAgv+GAFJuQOiert6Axn6AAYAAAADAKL+SwTxBbAAAwAHABkAHUAOFQ4GBwcDCHIJBQQAAnIAKzIyMisyETMvMzAxUzMRIxM3AQcRMxEUBgYjIiYnNxYWMzI2NjWiwcE6hwNUh8FPkmYfNh4OEUIPLD0gBbD6UAU+cvrCcgWw+fxynVIHCpoGBy9XPQACAJL+SwPxBE4ABAAqABlADhwVD3ImCwdyAwZyAgpyACsrKzIrMjAxQREjETMDBzQ+AjMyHgIVERQGBiMiJic3FhYzMjY2NRE0LgIjIg4CAUu5piYqOGqZYFSIXzNNkWUfNR4OEEYOLD0hHz1XOVN3TCQDU/ytBDr+BgJzwY5OMGWgb/z9cJxQBwqdBgYqUz0DAEtnPRw6ZoYABQBp/+sHCQXFACMAJwArAC8AMwAzQBovLi4mMigzAnIpJyYIchUSEhYZCQQHBwMAAwA/MjIRMz8zMxEzKzIyKzIyETkvMzAxQTIWFxUmJiMiDgIVERQeAjMyNjcVBgYjIi4CNRE0PgIBFSE1ExEjEQEVITUBFSE1ApRNlkNClU9ViWEzNGKJVU6VQUOUTXzNlFBQk8wE8fz9J8EDN/1jAvn9BwXFDQieDA85cKVt/s5tpnE5DwyeBw5Xn9uEATCE259X+tidnQUT+lAFsP2OnZ0Ccp6eAAMAYf/rBwAETwAqAEAAVgAnQBMkAABHPBMSEjxSGQsLMQdyPAtyACsrMhEzMhE5LzMRMzMRMzAxRSIuAjU1ND4CFzIeAhUVITUhNTQmJiMiDgIVFRQeAjMyNjcXBgYBNTQ+AjMyHgIVFRQOAiMiLgI3FRQeAjMyPgI1NTQuAiMiDgIFY3C1gEVLgadbcKZtNvznAmA2cVk9ZUooJk1yS26VMkkxuvprQn2ycXO0fUFBfbNycrN9QrokSXBNTXBJJCRKcU1McEkjFVCRxnYsd8WQTwFHgbBqepcaSX1NPGqMUCxRjWs8Py1+MFYCJhd1yZVTU5XJdRd1yZVTU5XJjBdRj28/P2+PURdQj29AQG+PAAABAKEAAAKDBhUAEQAOtg0GAXIBCnIAKysyMDFhIxE0NjYzMhYXByYmIyIGBhUBWrlSl2klRiUYES0dO1EqBKx1oVMMCY4FBjJdQgAAAQBe/+wFEgXEACwAG0ANDwAGCQkAGiIDcgAJcgArKzIROS8zETMwMUUiLgI1NSEVIRUUHgIzMj4CNTU0LgIjIgYHJz4CMzIWFhIVFRQCBgYCuZTimE0EPvyDK2CdcmKYaTY1cLB8grA7Lxhqp3Of9adWXaXaFFyu9Zh8lSJdonlFVJXEcF5xxJVUOByPEDAlZ7v+/5tem/7/u2UAAf/j/ksCvQYVACcAKUAVFAICFScGch8iIh4bAXILDg4KBw9yACsyMhEzKzIyETMrMjIRMzAxQRUjERQGBiMiJic3FhYzMjY2NREjNTM1NDY2MzIWFwcmJiMiBgYVFQJgy02QZR80HQ4PRQ4rPSGrq1GYaSRHJBYTMx07TiYEOo77+3CcUAcKlAYHL1g9BAWOcnWhUwwJkgUFL1tCcgADAGb/7AWdBjgACQAhADkAHUAOBQYGKSkAABwDcjUQCXIAKzIrMi8yETkRMzAxQTMUBgYjNTI2NhMVFAIGBiMiLgM1NTQSNjYzMh4DBzU0LgMjIg4CFRUUHgMzMj4CBPanVKl/T10pA1Ka14VntJFoN1Wc14Fqto9mNb8iQmB8S1mRaDgkRWF7R16SZTQGOIG2X4dAev0jXKT+/LZgPner24NcpAEDt2A+d6vb315oqYJYLUaIyIJeaaqDWC1GickAAAMAXP/sBLoEsQAJAB8ANQAVQAomGwtyMQAAEAdyACsyLzIrMjAxQTMUBgYjNTI2NgE1ND4CMzIeAhUVFA4CIyIuAjcVFB4CMzI+AjU1NC4CIyIOAgQllTyMeEtJF/w3RIC2cXK3gEREgLVycraBRLkmTXRNTHNMJydNc01Mc00mBLFun1Z0PGz9pxd1yZVTU5XJdRd1yJVTU5XIjBdRj24/P26PURdQj29AQG+PAAIAjP/sBh0GAgAJAB8AGUAMBQoKAAAVAnIbEAlyACsyKzIvMhEzMDFBMxQGBiM1MjY2JTMRFAYGIyImJjURMxEUFhYzMjY2NQV/nlO3l2ZxLP5rwJLxjZTvi79Ul2Rll1QGAo3AYodDhA/8J6TabW3apAPZ/CdylEhIlHIAAAMAif/sBRAEkQAJAA4AJQAdQA4FCwsAABsGciIODhULcgArMi8yKzIvMhEzMDFBMxQGBiM1MjY2AREzESMTNxQOAiMiLgI1ETMRFB4CMzI2NgSCjjmOgVpOEv6hurEaTS1konRPg14zuSE5RyZ2ij0EkW2USnItYPy1A0D7xgHeAmy3hksuYJpsArr9RElfNxZbmwAB/7T+SwFmBDoAEQAOtg0GD3IBBnIAKysyMDFTMxEUBgYjIiYnNxYWMzI2NjWtuU2QZR80HQ4PRQ4rPSEEOvttcJxQBwqUBgcvWD0AAQBj/+wD6gRQACoAGUAMERQUABkLC3IkAAdyACsyKzISOS8zMDFBMh4CFRUUDgInIi4CNTUhFSEVFBYWMzI+AjU1NC4CIyIGByc2NgIAcLWARUuCpltwpm02Axn9oDZyWDxlSiknTHJLbZYySTK5BFBQkcZ2LHbGkE8BR4GwanqYGUh+TjxqjVAsUI1rPT8tfjBWAAEAqgTlAwcGAAAIABS3BwUFBAEDgAgALxrNMjkyETMwMUETFSMnByM1EwIP+JqWlZj1BgD+7wqpqQsBEAAAAQCOBOMC+AX/AAgAErYBBoAHBAIAAC8yMjIazTkwMUEXNzMVAyMDNQEql5eg/nL6Bf+qqgr+7gESCgD//wCPBRcDLgWlBgYAcAAAAAEAggTMAtgF1wAOABC1AQEJgAwFAC8zGswyLzAxQTMUBgYjIiY1MxQWMzI2AkKWSIZci6GWRFJQRAXXTnlElXY7WloAAQCOBO8BaQXCAAsACbIDCRAAPzMwMVM0NjMyFhUUBiMiJo43NjU5OTU2NwVYLD4+LCw9PQAAAgB5BLUCJwZRAA0AGQAOtBcEgBELAC8zGswyMDFTNDY2MzIWFRQGBiMiJjcUFjMyNjU0JiMiBnk5YT1bfDlhPVt8Y0EzM0FBMzNBBYE6Xjh6VjpdNXRYLEdFLi9HRwAAAQAy/k4BkwA5ABUADrQID4ABAAAvMhrMMjAxZRcOAhUUFjMyNjcXBgYjIiY1NDY2ATRKK04yIyshNA8OGU07UW81cjk5IEVNLCEoEwh6Dx1hXjZqYgABAHsE2gM/BegAGQAnQBMAAAEBChJADxpIEgWADQ0ODhcFAC8zMy8zLxoQzSsyMi8zLzAxQRcUBgYjIi4CIyIGFSc0NjYzMh4CMzI2AsJ9OmE9M0I0OSoqOX05YjwrQTo+KCo6BegLSW48HSUdQC8GSW8/HSUdQQACAF8E0AMsBf8AAwAHAA60AQWAAAQALzMazTIwMUETMwEhEzMDAXfmz/70/j+qxtoE0AEv/tEBL/7RAAACAH/+agHW/7QACwAXAA60DwmAFQMALzMazDIwMVc0NjMyFhUUBiMiJjcUFjMyNjU0JiMiBn9nR0VkZEVHZ1czJCIxMSIkM/NJXl5JSVpaSSIxMCMlMjIAAfynBNr+RwYAAAMACrIDgAIALxrNMDFBEyMB/YbBnv7+BgD+2gEmAAH9bgTa/w8GAAADAAqyAYAAAC8azTAxQRMzAf1uwt/+9ATaASb+2v///IoE2v9OBegEBwCl/A8AAAAB/V0E2v6TBnQAFAAQtRQCAIALDAAvMxrMMjIwMUEjJz4CNTQuAiM3Mh4CFRQGB/34hQEzQB4aLjwiB0pxTSdgOgTamAMPHxoVHRMIahoyRSpMRQgAAAL8JwTk/wYF7gADAAcADrQHA4AEAAAvMhrNMjAxQSMBMwEjAzP+Aan+z+EB/pb2zwTkAQr+9gEKAAAB/Tj+ov4T/3UACwAIsQMJAC8zMDFFNDYzMhYVFAYjIib9ODc2NTk5NTY39i0+Pi0rPT0AAQC4BO8BnAY/AAMACrIAgAEALxrNMDFTEzMDuDaudATvAVD+sAADAHIE8QODBokAAwAPABsAGUAKExkZDQGAAAAHDQAvMzMvGs0RMxEzMDFBEzMDBTQ2MzIWFRQGIyImJTQ2MzIWFRQGIyImAbEwvGT+OTc2NTk5NTY3AjY4NTY4ODY1OAWBAQj++CYtPj4tKz09KS0+Pi0rPT3//wCUAmwBeQNJBgYAeAAAAAEAsgAABDAFsAAFAA62AgUCcgQIcgArKzIwMUEVIREjEQQw/ULABbCe+u4FsAADACAAAAV0BbAABAAJAA0AG0ANBgIHAwJyDQwMBQIScgArMjIRMysyEjkwMUEBIwEzAQE3MwEnFSE1AwL95MYCZnkBr/4CBnoCRJj71gUo+tgFsPpQBTCA+lCdnZ0AAwBn/+wE+gXEAAMAGwAzABtADS8KAwICCiMWA3IKCXIAKysyETkvMxEzMDFBFSE1BRUUAgYGIyIuAzU1NBI2NjMyHgMHNTQuAyMiDgIVFRQeAzMyPgIDwP38Az5SmteFZ7SRaDdVnNeBaraPZjW/IkJgfEtZkWg4JEVhe0dekmU0AyuXlyVcpP78tmA+d6vbg1ykAQO3YD53q9vfXmipglgtRojIgl5pqoNYLUaJyQACADIAAAUDBbAABAAJABdACwYAAgcDAnIFAghyACsyKzISOTkwMUEBIwEzAQE3MwECyv43zwITfgFy/jMKfwISBRH67wWw+lAFF5n6UAADAHgAAAQiBbAAAwAHAAsAG0ANAQAFBAQACAkCcgAIcgArKzIROS8zETMwMXM1IRUBNSEVATUhFXgDqvytAvL8uwOVnZ0Cop2dAnCengABALIAAAUBBbAABwATQAkCBgQHAnIGCHIAKysyETMwMUERIxEhESMRBQHA/TLBBbD6UAUS+u4FsAAAAwBGAAAERAWwAAMABwAQACFAEA4GBgcHDwJyDAMDAgILCHIAKzIRMxEzKzIRMxEzMDFlFSE1ARUhNQEVASM1AQE1MwRE/E0Dg/xgAn/9x3QB4f4fdJ6engUSnp79Nhj9Mo8CSwJHjwADAE4AAAV0BbAAEwAnACsAIUAQFBUVAQApCHIfHh4KCygCcgArzTIyETMrzTIyETMwMWUjIi4CNTQ2JDMzMh4CFRQGBCUzMjY2NTQuAiMjIgYGFRQeAgERIxEDMqOC1JlSkgEBqax/0plUkP78/q+lg6pUMF+PX65/qlUvYJIBFcGwT5HJeaL4jE+TyHqi94ufYK92WY9mN2Gvd1iPZjYEYfpQBbAAAgBaAAAFIgWwABkAHQAZQAwUBwcNHAhyHQENAnIAKzIyKxE5ETMwMUEzERQGBCMjIi4CNREzERQeAjMzMjY2NQERIxEEYMKd/u6vHX/YnljAO2qSVx17uWf+t8EFsP3yt/+FS5LViQIO/fJjmmo2YLmEAg76UAWwAAADAHIAAATMBcQALQAxADUAJUASKBISLykpNBERMy4yEnIGHQNyACsyKzIyMhEzMxEzMhEzMDFBNTQuAiMiDgIVFRQeAhcVLgM1NTQ+AjMyHgIVFRQOAgc1PgMBNSEVITUhFQQJMmCGVFOFXjIrUG9DbLWFSlCUy3x9zZRRSYSzakJtTir+2QHj+7EB7ALWdHWyeT09ebJ1dIDGjVMNjQ1/xfB/co7pqVxcqemOcn7wxX8OjQ5Tjcb9qZ2dnZ0AAwBk/+sEeAROABYALABBABpADS4GNDs7HRILcigGB3IAKzIrMjIRMz8wMVM1ND4CMzIeAxcVDgMjIi4CNxUUHgIzMj4CNzUuAyMiDgIBMxEUHgIzMjY3FwYGIyIuAjURZDhrnmZOfWBEKgkLPGaUY2SdbDi6IENrS0loRy8QDC1JaklMa0QgAjSdDBcdEAoRBxcfPCAvSjQbAfUVgNSbVS5Zf6JhU3i/iEhNjL+HFU2GZjk8Z4RHQkmKb0FEdpsB2fztLjohDQQCihYMI0t5VQIoAAACAKH+gAROBcQAHAA6AB5ADjUAJicnHBwwHQMTCQtyACsyPzM5LzMSOTkvMDFBMzIWFhUUBgYjIi4CNTcUFhYzMjY2NTQmJiMjEzIWFhUUBgYjIzUzMjY2NTQmJiMiBgYVESMRNDY2AgWTi8Nodc2ETpl+S0lWmWVcgEM7clOPWYLAaWrAgVlVWGwyNmtRSXZFuXrKAzhptHKOx2gsW5BjKUl6SUuDVEaDVAMCZLFzX51eeDtoQzxsREFySPpPBbFvt20AAwAv/l8D4AQ6AAMACAANABlADggMAwQKBQEFDQZyAQ5yACsrMhIXOTAxZREjETcBMwEjAwEXIwECZLlXASC+/m976AEoKXv+bYT92wIldwM/+8YEOvzA+gQ6AAACAGH/7AQoBh0ALABCABlADRQoPgMEMx4LcgsEAXIAKzIrMhIXOTAxUzQ2NjMyFhcHJiYjIgYGFRQeAhceAhUVFA4CIyIuAjU1NDY2NycuAhMVFB4CMzI+AjU1NC4CJyIOAt1cqXZPfkMBLpNSOVQuFDJaR4+8XUF9s3FztH1BXJdYAUFdMD4kSXFNTG9JIypOa0JMckolBPVbhUgbHZ8RKiE9KRQuMDEYMZ3XhxZxwY9QUI/BcRZ3woIVBRpQaP1ZFk2IaTw8aYhNFkB8akkNPWqJAAIAZP/sA+wETQAfAD8AH0APACE+PgMDFjUrB3IMFgtyACsyKzISOS8zEjk5MDFBMxUjIgYGFRQeAjMyNjY1MxQOAiMiLgI1ND4CBSMiLgI1ND4CMzIeAhUjNCYmIyIGBhUUHgIzMwIN3M1TcTojRWM/UXhDuE6CoVNipXpDOW2eAUHcXJZrOT1yoGJZnHlEuENxRlVuNRs4Wj/NAktsJU09Iz8wHDZXMViBUygsVHlMRGlIJUYqS2I3TXVPKSxUdkowTS0vSyojOysYAAIAbf6AA8QFsAAoACwAFUAJFQIsLCkpAAJyACsyLzMRMy8wMUEzFQEOAhUUHgIXFx4CFRQGBgcnPgI1NCYmJycuAzU0NjY3ASEVIQNwVP6hTWs3EiY9KoJKdUM7USRiHysXIEM2Wld3SiE4e2T+mgMd/OMFsHj+VlyiqGYwRjMiDCYVJ09SNXNjHVUjPDkeFyYgDhgXPlZ1T0rA3ncB1JcAAAIAkv5hA/EETgAEABwAF0AMGAsDBnICCnILB3IRAC8rKysRMzAxQREjETMDBzQ+AjMyHgIVESMRNC4CIyIOAgFLuaYTTjpvn2RUiF8zuR89VzlPcEchA1P8rQQ6/gYCc8GOTihenXX7qwRSSmQ7GjtohwAAAwB7/+wEEgXEABkAJwA2AB1AEA0oajAgajAwDQAaagANC3IAKy8rEjkvKyswMUEyHgMVFRQOAyMiLgM1NTQ+AxciDgIVFSE1NC4DAzI+AzU1IRUUHgMCRlWOcU8pKU5wjlVUjnFQKipPcI5UQmdFJAIlFyxDVzQ2V0IsFv3bFy5DVwXEMWWb04e5h9SeaDMzaJ7Uh7mH05tlMZc+eK5xNzdalHJNKPtXKlB1llonJ1qWdVAqAAABAMP/8wJMBDoAEQAOtgYNC3IABnIAKysyMDFTMxEUFhYzMjY3FwYGIyImJjXDuiI2HxczDQEWRzJEckQEOvzaNzgTCQOWBw43f2wAAgAm/+8EOwXuAAQAJgAeQBAAGwQDBAIgBQByDxYWAgpyACsyLzMrMhIXOTAxQQEjARcBMh4CFwEeAjMyNjcXBgYjIiYmJwEDLgIjIgYHJzY2Ahv+2M0BpYL+uThSOygOAasOHCIYCRUHBgsrFz1XQiH+znYPISseCB4JAQ88Ayf82QRODAGsGC5AKPuqIScRAQGYBAgdV1cDGAEfJiwTAQGOBQcAAAIAZv52A6oFxAAeAEYAGUALHxEPDyEhMwUbA3IAKzIvOS8zEjk5MDFBBy4CIyIGBhUUHgIzMxUjIi4CNTQ+AjMyFhYDMxUjIgYGFRQWFhcXHgIVDgIHJz4CNTQmJicnLgM1ND4CA40aJUtNKGmGPyVOfFeNkXO6hkhEgLJvL15VzJGNfK9cUIBJb1JzPgE7USNrHjAcH0M4OmOkd0FUmdEFnZQKEAo1VTIxUTofdDNaeEZSf1guChL9xnBFj25ZekkSGhQuUEc1cWIdVSM2OicaIxsNDhdCZZpwaqBtNwAAAwAp//MEpQQ6AAMABwAZABlADQ4VC3IGCnIJBwIDBnIAKzIyMisrMjAxQRUhNSERIxEhMxEUFhYzMjY3FwYGIyImJjUEcfu4AWO6Akq6IjYfFzMNARZHMkRyRAQ6mZn7xgQ6/No3OBMJA5YHDjd/bAAAAQCS/mAEIAROAC8AF0AMHikGEQtyBgdyAA5yACsrKxEzMjAxUxE0PgIzMh4CFRUUDgIjIi4CJx4CMR4CMzI+AjU1NC4CIyIOAhUDkkZ8oVt0rXU6NmqbZGiebkELAiwsFEd4W0tsRSEeQmpMRmM+HQH+YAPjgcOEQ1Wb1IAVcr+MTESBtnMBJSRGe0s5ZYZNFVebdkRFcIM9/B8AAQBl/ooD4gROAC0ADrUbCQUAB3IAK8wzLzAxQTIWFhUjNCYmIyIOAhUVFBYWFx4CFQ4CByc+AjU0JiYnLgI1NTQ+AgI+eb5tsDZtUUxtRSFPnnZPfUkBOlEjYh8qFiBEN53YcD95sAROXK99Q21AQ3GJRypaj2ggFS1VUjRyYR1UIzY4Jx4mGgwjidCMKm3DllYAAAMAYf/sBHwEOgAYAC4AMgATQAkqBjIGch8UC3IAKzIrMjIwMVM1ND4CMx4CFx4CFRUUDgIjIi4CNxUUHgIzMj4CNTU0LgIjIg4CARUhNWFBfbNxHzI/M1yCREF9s3Jys35BuSRJcU1NcEgkJElxTUxxSCQDYv3GAhEXccGQUAMlLQ4ri7RrFmS4kFRTlciMF1GPbj8/bo9RF0uIajw8aogBx5mZAAACAFH/7APaBDoAAwAVABVACgUKEQIDBnIRC3IAKysyETMyMDFBFSE1ITMRFBYWMzI2NxcGBiMiJiY1A9r8dwFcuR0wHBwwESkuWC9MbToEOpaW/NQ2OhUQCoMhEzyEbAABAJD/6wP3BDoAHgATQAkQBxkABnIZC3IAKysRMzIwMVMzERQeAjMyPgI1JgInMx4CFRQOAiMiLgI1kLkeN0orSm9LJgJGM8MeNCA5drJ6W5NnNwQ6/XBQcUYgS36ZTYgBBXs+nL1wc9OjXzVtqnUAAQBY/iIFTAQ6AC8AGUAMKwUFGRgGciIPC3IAAC8rMisyMhEzMDFBETQ2NjMyHgIVFA4CIyIuAjU0NjY3Fw4CBxQeAjMyNjY1LgMjIgYVEQJtP3FLY6+GTEaZ9a+r7pREOnJUZDtKIwMuZql7qchZAShLbkkgIv4iBTVGZThQkcV0b8ufXF+k03NwwJ05hDSAikROmX5Mfb5iSYpuQSoa+sQAAgBg/icFQwQ6AB4AIgAVQAohBxkLciAQAAZyACsyMisyLzAxUzMRFB4CMzI+AjUmAiczHgIVFA4CIyIuAjUBMxEjYLlAc5pagLBqMANHNcMfNSFDlPOwjeSiVgIEubkEOv4Yf7FtMkyAm06GAQJ6PZu7b3XUpV9IluqhAeb57QACAHr/6wYaBDoAHgA/ABlADAEXCgopNh8GcjYLcgArKxEzMxEzMjAxQTMeAhUUDgIjIi4CNREzERQeAjMyPgI1JgIlMwYCBxQeAzMyPgI1ETMRFA4CIyIuAzU0NjYE0MIkPiYrXZhsVoZdMIIhPFEvPFQ0GANR+/bCPFEDDyAzSTAwUTwhgjBdhlZXg106GyY+BDo/nL1xc9KjXkF+uHcBKf7VXYFRJUR3m1iIAQV8fP77iEaAa1EsJVGBXQEr/td3uH5BPW6TrFxxvZwAAAEAev/rBHoFxwA4AB1ADR0eFzYEBA0jFwtyLQ0ALzMrMhE5LzMQzDIwMUEXBgYjIiQmNTU0NjYzMh4CFREUBgYjIi4CNRE3ERQWFjMyNjY1ETQuAiMiBgYVFRQWFjMyNgRyCCttNbn+7pZXlmBOfVgubMGCZaV3QLlAdlJObjsTJzkmKkMnYb2KM2cDCZUQFIrulBBum1IxYItZ/WKUzGlAeKhpAU0C/rFehkdAhWYCnjhRNRklU0USYaZlEAAD/9oAAARvBb0AAwAWACkAHkAOEAkJHyYDchoYFgMDAhIAPzMRMzMzKzIyETMwMUERIxE3Ez4CMzIWFwcmJiMiBgYHAScDExcHAS4CIyIGByc2NjMyFhYChMBb5iFFUzQjOx8lBB8QFSYgD/7JhqnmK4b+yg4iJRUQIAUjHzsiMlRKAq/9UQKvSgIISlEhDA+YBAUOIx79WgIC4v3w0gICph4jDgUElw8NHlEAAwBL/+sGGwQ6AAMAJABFACFAECYFAxwPLzwLcjwPAgMGcg8ALysyETkrMhEzETMzMDFBFSE1ITMeAhUUDgMjIi4CNTUzFRQeAjMyPgM1JgIlMwYCBxQeAzMyPgI1NTMVFA4CIyIuAzU0NjYGG/owBD7DJD0mGTRVdk9WhlwwgiE8UDAoPCsbDQRR/EHDPFIDDRsrPCgwUDwhgjBdhlZOd1Q1GSY/BDqYmD+cvXFcrJNuPUF+uHf5+12BUSUsUGyARogBBXx8/vuIRoBrUSwlUYFd+/l3uH5BPW6TrFxxvZwAAAMAK//0BbIFsAAbAB8AIwAhQBEfIxgFBQ4iIx4IciMCcg4JcgArKysRMxI5LzMRMzAxQTU+AjMyFhYVFA4CIycyPgI1NCYmIyIGBhMRIxEhFSE1Aj02hIIyouh9P3y7fAJWdkcgSpFsP355FsACy/uWAoqnFSIUa82TaKVzPZcqTmxBX4JEEiEDDvpQBbCengAAAgB7/+wE3QXEAAMALAAdQA4DAgIJHRkUA3IpBAkJcgArzDMrzDMSOS8zMDFBFSE1ATMOAiMiLgI1NTQ+AjMyFhYXIy4CIyIOAhUVFB4DMzI2NgN2/asC+sIPgequgdKWUVGZ2Yil44APwQ5MjHBhk2MyHTpaeU56kksDLp2d/qGK2n9gsfmZkJn6smB825Bmk1BKib50klabgl80TZIAAAMAMgAACDsFsAARABUALgAnQBMkISEJLhYWAAoJCHIUFRUjAAJyACsyMhEzKzISOS8zETMRMzAxQTMDDgQjIzU3PgQ3ARUhNQEhMhYWFRQOAiMhETMRITI2NjU0JiYjIQF3wCEHITxgi2E0KDhROSQVBgLu/XADCAGNoNtyQH63eP3gwQFfa4U+PoVr/nMFsP03mvGxczidAwQrWIzLiAKqnp79zHTKgWCieUIFsPrtVIVJSYNTAAADALIAAAhNBbAAAwAHACAAI0ARCCAgAwICBhUHAnIWExMGCHIAKzIRMysyETkvMzMvMzAxQRUhNRMRIxEBITIWFhUUDgIjIREzESEyNjY1NCYmIyEEW/z5H8EEIQGNoNtyQH63eP3gwQFfa4U+PoVr/nMDOZ2dAnf6UAWw/Z9rvHxdnHNABbD69kp5RUV2SQADAD4AAAXUBbAAFQAZAB0AHUAOGQEYBhERGBwdAnIYCHIAKysyETkvMxEzMjAxYSMRNCYmIyIOAgc1PgMzMhYWFQERIxEhFSE1BdTAQ4ZlPHFsaTMyYGd2RpvddvzDwQLR+5cByHF/NAoSGRCfDxkSClnFpAPo+lAFsJ6eAAACALD+mQUABbAABwALABdACwkGAQJyCwMDAAhyACsyEjkrMi8wMXMRMxEhETMRJREjEbDCAs3B/j/ABbD67QUT+lCK/g8B8QACAKMAAASxBbAABQAeACFAEAYeHgQCExMFAnIUEREECHIAKzIRMysyETMROS8zMDFBFSERIxETITIWFhUUDgIjIREzESEyNjY1NCYmIyEEIf1CwJMBjaDcckB+uHj94MEBX2uFPj6Fa/5zBbCe+u4FsP2va8CBYJ91PwWw+u1PgElJekkAAAYAM/6aBcoFsAADAAcACwAPABMAJQAnQBMLEREgAwMHHghyDg8PEBQCcgkFAC8zKzIyETMrMjIRMzIRMzAxZRUhNTMRIwMhAyMRAxUhNSERIxEhMwMOBQcjNTM+AzcFIvuyH78BBZcCv6T9ggMkwP1awR4GJjhIUlktWD4aQ0MzCZ2dnf39AgP9/gICBROenvpQBbD9toTfuJFpQw6dHGqp9KYABQAbAAAHNgWwAAUACQANABMAFwAnQBMWEQkDAwAADw8UDAgIcg4KAQJyACsyMisyMjIvMxEzETMzMzAxQQEzASEHJwEjAQERIxEhASEnIQETATcBAkr9+OIBgwESH+j+WfACHQHUvwPD/fb+uh4BCAGDGf5aewIbApkDF/2JoA/9WANOAmL6UAWw/OmgAnf6UAKopvyyAAACAFD/7ARrBcQAHgA+ACNAEQAgAgI+PhU0MCoJcg8LFQNyACsyzCvMMxI5LzMSOTkwMUEjNTMyNjY1NCYmIyIGBhUjND4CMzIeAhUUDgIlMzIeAhUUDgIjIi4CNTMUFhYzMjY2NTQuAiMjAmetpm6IPkSOcFSIUMFOiLNkdb6ISEaCtv7jrXvAhEVPkMV1XreUWcFRkGBumVErU3tRpgK7ez5uSEVzRT9vSF2VaTg1aJpmS4RkOVUyYI1bZp5uODFnoHBJeklFeUxDY0AfAAEAsgAABQAFsAAJABdACwUABgIIAnIEBghyACsyKzISOTkwMUEBMxEjEQEjETMBcgLNwcH9M8DAAU4EYvpQBGP7nQWwAAADADAAAAT3BbAAAwAHABkAGUAMEgURCHICAwMECAJyACsyMhEzKzIyMDFBFSE1IREjESEzAw4EIyM1Nz4ENwRR/WYDQMH9P8AhByE8YIthNCg4UTkkFQYFsJ6e+lAFsP03mvGxczidAwQrWIzLiAAAAgBN/+sEywWwABMAGAAaQA4XFgAVBAgCGAJyDwgJcgArMisyEhc5MDFBATMBDgMjIiYnNxYWMzI2NjcDARcHAQJsAYHe/f0WNk5zVRhCCgYLQA85QikR8gGVMKL+BQHjA837QzNfSiwFA5oCAy5HJQSO/HWzDARKAAADAFT/xAXjBewAFQApAC0AG0AMHwwMKxYAACsqA3IrAC8rETkvMxE5LzMwMUEzMh4CFRQOAiMjIi4CNTQ+AhciBgYVFB4CMzMyNjY1NC4CIwMRIxECovF+16FaWqHXfvF+1qFZWaHWfoO2XjVomGLzgrVfNmeXYh25BR9VnNeCgtidVVWc14KC151WmG3Eg2Ogcj5txYNioHI+AWX52AYoAAACAK/+oQWYBbAABQANABlADAwHAnIFBAQJBghyAQAvKzIyETMrMjAxZQMjESM1BREzESERMxEFmBKtj/xlwgLNwaL9/wFfoqIFsPrtBRP6UAAAAgCXAAAEyQWwABUAGQAXQAsXBhERGAACchgIcgArKxE5LzMyMDFTMxEUFhYzMj4CNxUOAyMiJiY1ATMRI5fBQoZkPHFsaTMxYWd1R5rddgNxwcEFsP45cYA0ChIaD54PGhIKWcakAcf6UAAAAQCwAAAG2AWwAAsAGUAMBQkGAgILAAJyCwhyACsrETMRMzIyMDFTMxEhETMRIREzESGwwgH0wAHxwfnYBbD67QUT+u0FE/pQAAACALD+oQdrBbAABQARAB1ADgwFCAgEEQhyDwsGAnIBAC8rMjIrMjIRMzMwMWUDIxEjNQEzESERMxEhETMRIQdrEqaN+orCAfTAAfHB+diY/gkBX5gFGPrtBRP67QUT+lAAAAIAEQAABbkFsAADABwAHUAOERIPBBwcDwABAnIPCHIAKysyETkvMxEzMjAxUzUhFRMhMhYWFRQOAiMhETMRITI2NjU0JiYjIREByWQBjKDcc0F+uHj94cABX2uFPj6Fa/50BRiYmP5Ha8CBYJ91PwWw+u1PgElJekkAAgCyAAAGMQWwABgAHAAdQA4aGQ4LABgYCwwCcgsIcgArKxE5LzMRMzIzMDFBITIWFhUUDgIjIREzESEyNjY1NCYmIyEBESMRAUUBjaDcckB+uHj94MEBX2uFPj6Fa/5zBOzBA19rwIFgn3U/BbD67U+ASUl6SQLv+lAFsAAAAQCjAAAEsQWwABgAGUAMDgsAGBgLDAJyCwhyACsrETkvMxEzMDFBITIWFhUUDgIjIREzESEyNjY1NCYmIyEBNgGNoNxyQH64eP3gwQFfa4U+PoVr/nMDX2vAgWCfdT8FsPrtT4BJSXpJAAIAlP/sBPQFxAADACwAHUAOAwICHgkFKQlyGRUeA3IAKzLMK8wzEjkvMzAxQRUhNQEzHgIzMj4CNTU0LgMjIgYGByM+AjMyHgIVFRQOAiMiJiYETP2r/p3AEEuSe2GOXC0gQF99TXCNSw/AD4DjpYfYmVFRltGAr+p/AyWenv6qZ5JNUY68a5Jdn39aMFCTZpDbfGCy+pmQmfmxYH/aAAAEALf/7AbbBcQAAwAHAB0AMwAjQBMvBwYGDiQZAwJyAghyGQNyDglyACsrKysRMxI5LzMyMDFBESMRARUhNQUVFAIGBiMiJiYCNTU0EjY2MzIWFhIDNTQuAiMiDgIVFRQeAjMyPgIBeMECD/6mBW9SmteFgdedVlWc14GF15tTvzVmk11akWc4OGmRWl6SZTQFsPpQBbD9ZZiYD1yk/vy2YGC2AQSkXKQBA7dgYLf+/f8AXoLIiEZGiMiCXoPJiUZGickAAgBaAAAEZQWwABYAGgAfQA8XFhYAAAkMDBkIcg4JAnIAKzIrMhESOS8zEjkwMUEhJyYmNTQ2NjMhESMRISIGFRQWFjMhBQEjAQPR/mdfnqp9554B0sH+76ChR4xoAUX+t/6ezQFsAjcnMs+ajcRm+lAFEpiBVIRMOv1lApsAAwBi/+sEKQYRABYALwBEABlADDoiMBcXIgABciILcgArKxE5LzMRMzAxQTMUDgIHDgMXFSM1NBI2Njc+AgMyHgIVFRQOAiMiLgI1NTQ2Njc+AhciBgYVFRQeAjMyPgI1NTQuAgNDmDxngUVWk2kxC5hHgrNsTnA722qmdD1BfbNycrN+QRIbCyWBtU9mg0AkSXFNTXBIJCRJcQYRYnM+IA8STYzgpVxcuQEUvnAVDyM8/h9KhLNpFnHBj1BQj8FxFhkwMhxaml+XXptaFkyIaTw8aYhMFkR6XjcAAAIAngAABCkEOgAbADMALUAWAgEbKykpKAEoASgPDRAGch4dHQ8KcgArMhEzKzIROTkvLxEzEjk5ETMwMUEhJyEyNjY1NC4CIyMRIxEhMh4CFRQOAgcDITchMjY2NTQmJiMhNyEXHgIVFA4CAon+nQIBIlZzOiFCYUHtuQGmZ6V1PihOckpI/lpcAUpNZjMzZk3+5wIBX0NZfEA5bJoB3JQiRDInOycT/FwEOiRJcEwxWEQrBv3tlidJMzNJJ5Q4B0pxQkx0TScAAQCbAAADSAQ6AAUADrYCBQZyBApyACsrMjAxQRUhESMRA0j+DLkEOpn8XwQ6AAMALv7BBJQEOgAPABUAHQAhQBAdGAkWFhsTCApyFRAQAAZyACsyETMrMjIyETMvMzAxQTMDDgMHIzc3PgM3EyERIxEhASERIxEhESMBULkQBjpabztcBSYhPjQjBT8Ci7n+Lv6xBGW5/Q26BDr+a5rgnWoklwEnU3OneQGV+8YDj/0J/ikBP/7BAAUAFgAABgQEOgAFAAkADQATABcAMEAXFRAQABYREQkDAwYAABQHDBITDQ0CBnIAKzIRMz8zMzkvMzMRMzMRMxEzETMwMUEBMwEzBycBIwEBESMRIQEhJzMBEwE3AQHV/mbfARjYG7X+xuoBrwGkuQMw/mb+5h3ZARga/sV3Aa4B1wJj/kCjE/4WAnAByvvGBDr9naMBwPvGAeqG/ZAAAgBY/+wDrQRNAB0AOwAjQBEAHwICOzsUMi4pC3IPCxQHcgArMswrzDMSOS8zEjk5MDFBIzUzMjY2NTQmJiMiBgYVIzQ2NjMyHgIVFA4CJTMyHgIVFA4CIyImJjUzFBYWMzI2NjU0JiYjIwIhx7hNWiYrXk9AaD25cb1wXpVoNzRii/7ix2GUZDM9cJteacaAuT5vSU5oNTBjTbgCBXInRi8qSy8tTTBjj04pT3VNN2JLKkYlSGlETHlULEiXdTFYNjBQLz1KIwABAJ0AAAQCBDoACQAXQAsFAAYCCAZyBAYKcgArMisyEjk5MDFBATMRIxEBIxEzAVUB87q6/g24uAElAxX7xgMV/OsEOgAAAwCdAAAEQAQ6AAMACQANAB9ADwwHBwsGBgIJAwZyCgIKcgArMisyETkvMzMRMzAxQREjESEBISczARMBNwEBVrkDf/3//v0c1AFrGv5ydwICBDr7xgQ6/ZSiAcr7xgHqhv2QAAMALAAABAMEOgADAAcAGQAZQAwSBREKcgIDAwQIBnIAKzIyETMrMjIwMUEVITUhESMRITMDDgQjIzU3PgQ3A2D99QKuuf3euhwHHzVPbkg6KCs9KhsPBAQ6mZn7xgQ6/fZ5uYRTJ6MDAyJDapJhAAADAJ4AAAVTBDoABgAKAA4AG0ANAAkMBgEKBnILAwkKcgArMjIrMjIyEjkwMWUBMwEjATMjESMRAREzEQL7AXCy/h6A/iCyNrkD+7r2A0T7xgQ6+8YEOvvGBDr7xgAAAwCdAAAEAQQ6AAMABwALABtADQkGCAMCAgYHBnIGCnIAKysROS8zMhEzMDFBFSE1ExEjESERIxEDa/3EJ7kDZLoCZZaWAdX7xgQ6+8YEOgADAJ0AAAQCBDoAAwAHAAsAGUAMCQYIAgMDBwZyBgpyACsrMhEzMhEzMDFBFSE1MxEjESERIxEDXv3dG7kDZboEOpmZ+8YEOvvGBDoAAgAoAAADsQQ6AAMABwAQtwMGBwZyAgpyACsrMjIwMUERIxEhFSE1Aka6AiX8dwQ6+8YEOpaWAAAFAGT+YAVpBgAAFgArAEIAVgBaACdAFScGBkkeERFSMz4LcjMHclgAclcOcgArKysrETMzETMyMhEzMDFBFRQOAiMiLgInET4DMzIeAwc1NC4DIyIGBgcRHgIzMj4CJTU0PgMzMh4CFxEOAyMiLgI3FRQeAjMyNjY3ES4CIyIOAgERMxEFaTJjkmBPeFMxCQkxU3ZPTn1fPyC5Eyc+Vzg8TywKDC5OO0ZjPx37tCBAX31OTXNQMAoJMFB1TmCSYzO6GztgRjxOLgwKLU49RmI7GwFkugIKFXK/jE0rUnNIAeBNelYuN2aPsnsVRn9rUCweMRv9jRYnGTlmhk0VZrKPZjcuVnpN/jNMelcuTYy/hxVNhmY5HjAaAmEbMR5Edpv7/weg+GAAAAIAnf6/BIIEOgAHAA0AG0ANBgEDDQwMAApyAQZyCQAvKysyETMyETMwMXMRMxEhETMRNwMjESM1nbkB8rqAEqWNBDr8XgOi+8aY/icBQZgAAgBoAAADvQQ8AAMAFwAXQAsPFAkJAQAGcgEKcgArKxE5LzMyMDFBESMRExUOAiMiJiY1ETMRFBYWMzI2NgO9uXo4c39KgLxmuTZoS0h/dQQ6+8YEOv4PmBUhE1m1igE8/sRacDUTIAABAJ0AAAXgBDoACwAZQAwFCQYCAgsABnILCnIAKysRMxEzMjIwMVMzESERMxEhETMRIZ25AYy6AYu5+r0EOvxeA6L8XgOi+8YAAAIAkv6/Bm0EOgAFABEAHUAODAUICAQRCnIPCwYGcgEALysyMisyMhEzMzAxZQMjESM1ATMRIREzESERMxEhBm0SpY37abkBjLoBi7n6vZj+JwFBmAOi/F4DovxeA6L7xgAAAgAeAAAEwAQ6AAMAHAAdQA4REg8cBAQPAgMGcg8KcgArKzIROS8zETMyMDFBFSE1ASEyFhYVFA4CIyERMxEhMjY2NTQmJiMhAfn+JQHJAUWDtF00Z5di/jO6ARNQXyoqX1D+uwQ6mJj+jFufZUuDYjcEOvxeOlwyMV4/AAIAngAABX8EOgAYABwAHUAOGhkOCxgAAAsMBnILCnIAKysROS8zETMyMzAxQSEyFhYVFA4CIyERMxEhMjY2NTQmJiMhAREjEQElAUWDtF00Z5di/jS5ARNQYCoqYFD+uwRauQLGW59lS4NiNwQ6/F46XDIxXj8CDPvGBDoAAAEAngAAA/4EOgAYABlADA4LGAAACwwGcgsKcgArKxE5LzMRMzAxQSEyFhYVFA4CIyERMxEhMjY2NTQmJiMhASUBRYO0XTRnl2L+NLkBE1BgKipgUP67AsZbn2VLg2I3BDr8XjpcMjFePwACAGT/6wPhBE4AJwArAB1ADisqKgkdGRQLcgQACQdyACsyzCvMMxI5LzMwMUEiBgYVIzQ2NjMyHgIVFRQOAiMiJiY1MxQWFjMyPgI1NTQuAgEVITUCCD1vR7F4wGxysHk+P3mvcXm/bbFBbkVLbUYhIUVtAS3+DQO2Nl8+YaVlVpbDbSptw5dWaLFvQ21ARHCLRipHinBD/r2XlwAEAJ7/7AYwBE4AAwAHAB0AMwAjQBMkAwICGS8OBwZyBgpyDgdyGQtyACsrKysRMxI5LzMyMDFBFSE1ExEjEQE1ND4CMzIeAhUVFA4CIyIuAjcVFB4CMzI+AjU1NC4CIyIOAgL1/cGhuQG5RIG1cXO2gUREgLZycraBRLomTXNNTXNMJydNdE1Mck0mAm+XlwHL+8YEOv3XF3XJlVNTlcl1F3XIlVNTlciMF1GPbj8/bo9RF1CPb0BAb48AAAIALwAAA8cEOgADAB0AHUAOARISExMDCQQGcgcDCnIAKzIrMhI5LzMSOTAxQTMBIwEhESMRISIGBhUUFhYzIRUhIi4CNTQ+AgFoyP7HyAHUAcS5/vVPZC4qWkcBU/6tXZBkNDdpmQIE/fwEOvvGA6Q1VC0sUTSYMll5R0d4WjEABP/n/ksD4AYAABEAFQAsADAAHUAQMC8oHAdyFQByFApyDQYPcgArMisrKzLMMjAxQTMRFAYGIyImJzcWFjMyNjY1AREjERMnPgMzMh4CFREjETQmJiMiDgIBFSE1Aya6TZBlHzYeDw9GDys9IP4guY1NAUB0oWJQgFswujJgRkVxUS0BSv2DAcb94XCcUAcKlAYHL1g9Bln6AAYA/EYDb72MTStelWv9OwLHVWcvOmaDAsKYmAACAGf/7AP3BE4AAwArABtADQQNAwICDSEYB3INC3IAKysyETkvMxEzMDFBFSE1ATI2NjczDgIjIi4CNTU0PgIzMhYWFyMuAiMiDgIVFRQeAgK3/dYBvEJwSAWvBXe/c3q2dzs7eLV5f75tBa8FQW9LVXNDHR1DcwJomJj+HDZfPWClZVaWw20qbcOWVmexcENsQUNxiUcqR4pwQwADACcAAAaGBDoAEQAVAC4AJUASFi4uACQhIQoJCnIUFRUjAAZyACsyMhEzKzIyETMROS8zMDFBMwMOBCMjNTc+BDcBFSE1ASEyFhYVFA4CIyERMxEhMjY2NTQmJiMhASS5HAceNVBtSDspKj0qGxAEAiz+DwJiAUWEtFw0Z5Zj/jS5ARNRXyoqX1H+uwQ6/fZ5uYRTJ6MDAyJDapJhAc+Zmf5kVpZfR3tdNAQ6/Fw6WC0sUjQAAAMAnQAABqgEOgADAAcAIAAlQBIVFhMTBggDIAMCAgYHBnIGCnIAKysROS8zMxEzETMRMzIwMUEVITUTESMRASEyFhYVFA4CIyERMxEhMjY2NTQmJiMhA2v9xCe5AzEBRoO0XTRnl2L+M7oBE1BfKipfUP66AqGWlgGZ+8YEOv5kVpZfR3tdNAQ6/Fw6WC0sUjQAA//9AAAD4AYAAAMAGgAeABlADR4dFgoHcgMAchECCnIAKzIrKzLMMjAxQREjERMnPgMzMh4CFREjETQmJiMiDgIBFSE1AUa5jU0BQHShYlCAWzC6MmBGRXFRLQFg/YMGAPoABgD8RgNvvYxNK16Va/07AsdVZy86ZoMCx5iYAAACAJ3+nAQCBDoAAwALABdACwAGBgsKcgkEBnICAC8rMisyEjkwMWUzESMBMxEhETMRIQH1urr+qLkB8rr8m5j+BAWe/F4DovvGAAIAnP/rBnYFsAAYADAAG0AOLB8JchQHCXImGg4AAnIAKzIyMisyKzIwMUEzERQOAiMiLgI1ETMRFB4CMzI2NjUBMxEUBgYjIi4CNREzERQeAjMyNjY1AyacPGySV1eUbT3CHzlNLkdvPwKPwW6+eVKNZzqcIj1UMUJnOwWw+95pnmg0NGieaQQi+95CYkIgOnRYBCL73oy7XDRonmkEIvveQmJCIDp0WAAAAgCB/+sFrgQ6ABgAMQAbQA4sHwtyFAcLciYaDgAGcgArMjIyKzIrMjAxQTMRFA4CIyIuAjURMxEUHgIzMjY2NQEzERQGBiMiLgI1ETMRFB4CMzI+AjUCupY1YYNOToNhNroaLz8mPF43Aju5YqtsSn1cM5YcNEYqKUY0HQQ6/ShejV4uLl6NXgLY/Sg4VDccMWNLAtj9KH6mUy5ejV4C2P0oOFQ3HBw3VDgAAAL/2wAAA/wGFgAXABsAIUAQDQoAFxcKGhsbCgsBcgoKcgArKxE5LzMROS8zETMwMUEhMhYWFRQGBiMhETMRITI2NjU0JiYjIQEVITUBIwFFhLRcXLSE/jS5ARNQYCoqYFD+uwF0/UQC6mCma2mrZQYW+oI/ZDc1Z0UCf5iYAAMAuP/tBqEFxQADACwAMAAgQBEDAgIvMAJyLwgdFANyKQkJcgArMisyPysSOS8zMDFBFSE1ATMOAiMiLgI1NTQ+AjMyFhYXIy4CIyIOAhUVFB4DMzI2NgERIxEFHvwRBLHBD4Hqr4DRllFRmdiHpeSAD8EOTIxxYJNjMh06WXpNe5JL+6nBA0GYmP6Pitp/YLH5mZGZ+bJgfNuQZpNQSoi+dJNWm4JfNE6SBEb6UAWwAAADAJr/7AWhBE4AAwArAC8AJEATAwICLi8Gci4KIR0YB3IIBA0LcgArMswrzDM/KxI5LzMwMUEVITUBMjY2NzMOAiMiLgI1NTQ+AjMyFhYXIy4CIyIOAhUVFB4CAREjEQSC/I8C4kJwSAWvBXe/c3q2dzs7eLV6f71tBa8FQW9KVnJDHRxDc/22uQJomJj+HDZfPWClZVaWw20qbcOWVmexcENsQUNxiUcqR4pwQwO2+8YEOgAEACgAAATlBbAABAAJAA0AEQAkQBERDQwMAgAGBgcDAnIPBQUCCAA/MxEzKzIyETMROS8zMzAxQQEjATMBATczAQMVITUFESMRArL+PMYCDXsBb/5DBXoCBP/9PgG8vQUU+uwFsPpQBRyU+lACWqOjM/3ZAicABAAPAAAEJQQ6AAQACQANABEAHkAOEQ0MDAEHAwZyEAUFAQoAPzMRMysyEjkvMzMwMUEBIwEzAQEDMwEDFSE1BREjEQH//s6+AbuNARH+x1SOAbzc/a0BgrgC/f0DBDr7xgL9AT37xgHBmJgm/mUBmwAABgDKAAAG9gWwAAMACAANABEAFQAZADRAGgkUFAYGGBURERAQAwICGAgWAnIECgoLBwJyACsyMhEzKz85LzMzETMRMxEzETMRMzAxQRUhNQEBIwEzAQE3MwEDFSE1BREjEQERIxEDW/3dA4v+PMYCDXsBb/5DBXoCBP/9PgG8vf1XwQJaoaECuvrsBbD6UAUclPpQAlqjozP92QInA4n6UAWwAAAGAL0AAAXkBDoAAwAIAA0AEQAVABkALkAXFREREBADAgIYGQZyCRQUBgYYCgsHBnIAKzI/MxEzETMrEjkvMzMRMxEzMDFBFSE1AQEjATMBAQMzAQMVITUFESMRAREjEQLn/iwCq/7OvgG7jQER/sdUjgG83P2tAYK4/fe5AcGYmAE8/QMEOvvGAv0BPfvGAcGYmCb+ZQGbAp/7xgQ6AAUAkwAABkAFsAAWABoAHwAkACgANEAZGRoaJBsfHyMjEygGBhMTARwkAnINJycBCAA/MxEzKzISOS8zETMRMxEzETMRMxEzMDFhIxE0NjYzITIWFhURIxE0JiYjISIGFQEVITUBATMBIwEBByMBAREjEQFUwXTZmAHimdl0wUCCY/4ek5EDsfzgAUwBvtv9/3r+pAHBInn9/gK2wAFyocJWVsKh/o4Bcm57MnalBD6env0AAwD8sgNO/PlHA079XfzzAw0AAAUAlwAABUsEOwAXABsAIAAlACkAMEAXGhsbJSAkJBMpBgYTEwEdJQZyDSgoAQoAPzMRMysyEjkvMxEzETMRMxEzETMwMWEjNTQ2NjMhMhYWFRUjNTQmJiMhIgYGFQEVITUBATMBIwMBByMBAREjEQFQuWrIiwE6i8druTlzWP7GWHM5AxD9TgETAUXQ/nVw8wFJHXD+dAI5uaShwVZWwaGkpHF9MzN9cQOXmZn9uQJG/W0Ck/21SAKT/gv9uwJFAAcAtwAACHIFsAADAAcAHgAiACcALAAwADxAHiEiIiQsAnInKysbMA4OGxsDAgIFBwJyFS8vCQkFCAA/MxEzETMrEjkvMzMRMxEzETMRMysyMhEzMDFBFSE1ExEjEQEjETQ2NjMhMhYWFREjETQmJiMhIgYVARUhNQEBMwEjAQEHIwEBESMRBPD8bxnBAtDBdNmXAeOZ2XPAQIJj/h2SkQOx/OABTAG+2/3+ef6kAcEief3+ArbBAyyXlwKE+lAFsPpQAXKhwlZWwqH+jgFybnsydqUEPp6e/QADAPyyA078+UcDTv1d/PMDDQAABwCcAAAHOwQ7AAMABwAfACMAKAAtADEAPkAeJSIjIy0tBygsLBsxDg4bGwMCAgYHBnIVMDAJCQYKAD8zETMRMysSOS8zMxEzETMRMxEzETMRMxEzMzAxQRUhNRMRIxEBIzU0NjYzITIWFhUVIzU0JiYjISIGBhUBFSE1AQEzASMDAQcjAQERIxEE3/weWLkCpLlqyIsBOovHa7k5c1j+xlhzOQMQ/U4BEwFF0P51cPMBSR1w/nQCObkCXJeXAd77xgQ6+8akocFWVsGhpKRxfTMzfXEDl5mZ/bkCRv1tApP9tUgCk/4L/bsCRQADAFD+RgOqB4YAFwBAAEkAK0AUGA0MQEAAKywJRUNDQkhBgEcXAAIAPzLeGs0yOTIRMz8zEjkvMzMzMDFTITIeAhUUDgIjIzUzMjY2NTQmJiMhEzMyHgIVFA4CIyMiBhUUFhYXBy4CJzQ2NjMzMj4CNTQuAiMjExc3MxUDIwM1hAEyaK+AR0aCtnCRjW+KPz6BZf7OkZF7wIVESIGvaDVQRThMHks9eFEBUZVnLUVuTCgsVX1RjXSXl6D+cvsFsDVmklxLgWE2cz5uSEFsQP34MmCNW2aebTg/MjVJLg58Glh9UFhxNihJYzpEZUQhBOaqqgr+7gESCgAAAwBM/kYDdwYxABgAQQBKACZAEQ0ZDEFBAC1DSUZEQoBIGAAGAD8y3hrNMjIyOS8SOS8zMzMwMVMhMh4CFRQOAiMjNTMyNjY1NC4CIyETMzIeAhUUDgIjIyIGFRQWFhcHLgInNDY2MzMyPgI1NC4CIyMTFzczFQMjAzWBAS1en3VBQHemZpGNYHc2Hj1eQP7TjJFxsHk/QXagXjFRRDhMHks9eFEBUZZmKTtdQSImSmxHjSuXl6D+cvsEOipQc0g6YkopcyhIMCA3KRj+oSRGZkJMeFQrPzI1SS4OfBpYfVBYcTYZLT0lKj4qFARfqqoL/u4BEwoAAwBn/+wE+gXEABcAKAA5AB9AEgwpajIgajIyDAAYagADcgwJcgArKysSOS8rKzAxQTIeAxUVFAIGBiMiLgM1NTQSNjYXIg4CBwYGFSE0JicuAwMyPgI3NjY1IRYWFx4DArBqto9mNVKa14VntJFoN1Wc14FRiGVACQECAxUBAgk8ZYlTVopjOwgBAfztAQIBCkBmhwXEPner24NcpP78tmA+d6vbg1ykAQO3YKQ6cqdtECMSESIQbqdzOvtvO3SrbwsVCxAeDmukcDkAAwBc/+wENAROABUAIAArAB9AEgshaicbaicnCwAWagAHcgsLcgArKysSOS8rKzAxQTIeAhUVFA4CIyIuAjU1ND4CFyIOAgchLgMDMj4CNyEeAwJHcreARESAtXJytoFERIC2cURqSy0IAl4HLkxrQkVrTC0G/aAGLUxsBE5Tlcl1F3XIlVNTlch1F3XJlVOYM1p3RER3WjP8zjRde0dHe100AAACABYAAATdBcMADgATABlADQ4SCAUTAnIFA3ISCHIAKysrETMRMzAxQQE+AjMXByMiBgYHASMBARMjAQKHAQIhUGtKLgEMIjMpFP58lf7CAVxilf4GAXYDKWiBOwGqGz43+3gFsPvH/okFsAACAC8AAAQMBE4AEgAXABVACxcGchIWCnIMBQdyACsyKzIrMDFBEz4CMzIWFwcmJiMiBgYHASMDExMjAQIMnRxNXTIdNRkVBRcPFCkiC/7WetLwSnv+hAE8Ah9YajEIEZQDBRYpHfyzBDr9Av7EBDoABABn/3ME+gY1AAMABwAfADcAJEAQAgInJwMaA3IHBzMzBg4JcgArzTMRM3wvKxjNMxEzfS8wMUERIxETESMRARUUAgYGIyIuAzU1NBI2NjMyHgMHNTQuAyMiDgIVFRQeAzMyPgIDFrm5uQKdUprXhWe0kWg3VZzXgWq2j2Y1vyJCYHxLWZFoOCRFYXtHXpJlNAY1/n4BgvrJ/nUBiwIIXKT+/LZgPner24NcpAEDt2A+d6vb315oqYJYLUaIyIJeaaqDWC1GickAAAQAXP+JBDQEtgADAAcAHQAzACRAEAcHJCQGGQtyAgIvLwMOB3IAK80zETN9LysYzTMRM3wvMDFBESMRExEjEQE1ND4CMzIeAhUVFA4CIyIuAjcVFB4CMzI+AjU1NC4CIyIOAgKiurq6/nREgLZxcreARESAtXJytoFEuSZNdE1Mc0wnJ01zTUxzTSYEtv6QAXD8Qv6RAW8BGRd1yZVTU5XJdRd1yJVTU5XIjBdRj24/P26PURdQj29AQG+PAAAEAJz/6wZvB1IAFQAgAEEAZQAzQBlbTglyVDExLDgJckJDQxEICBsbFhYiIQJyACsyMnwvMxgvMxEzMhEzKzIyLzMrMjAxQTMVIyIuAiMiBhUVIzU0NjMyHgIBJzY2NTUzFRQGBiUVIgYGFREUHgIzMjY2NREzERQOAiMiLgI1ETQ2NgU1Mh4CFREUDgIjIi4CNREzERQeAjMyPgI1ETQuAgUbKCpXiG1eLTM+gH9uPGprff6YTCEjnjBG/q09XzcfOU0uR28/nDxskldXlG09arcDHleUbTw8bZRXVpJsPJwkQlk1Lk05ICA5TQbUfyYxJjU3EiRubCYyJv5YNyhHJ19mJk5Acp5Bg2T9xktvSiQ6dFgBrP5UaZ5oNDhxqnICOpjJZZ6eOXGqcv3GcqpxODRonmkBrP5UQmJCICRKb0sCOktvSiQABAB+/+sFqgXxABUAIABCAGYAM0AZXE8LclUyMiw5C3JDREQRCAgbGxYWIiEGcgArMjJ8LzMYLzMRMzIRMysyMi8zKzIwMUEzFSMiLgIjIgYVFSM1NDYzMh4CASc2NjU1MxUUBgYlFSIGBhURFB4CMzI+AjU1MxUUDgIjIi4CNRE0NjYFNTIeAhURFA4CIyIuAjU1MxUUHgIzMj4CNRE0LgIEwyosV4htXS0zP4B/bzxpa33+l0shI50wRf66Mk8tGi8/Ji1MOSCVNWGDTk6DYTZdowLEToRhNTVhhE5Ng2E1lSA4TC0mQC8aGi9ABXN/JjImNTgSJG5sJjIm/k83KEgmX2YmTkBwlzlzWP7eQmJAIBw3VDjq6l6NXi4zZ5tnASKKt1qXlzNmmmj+3mebZzMuXo1e6uo4VDccIEBiQgEiQmJAIAADAJz/6wZ2BwQABwAgADgAK0AVNCcJcgUCAQEHBy0hCAgVAnIcDwlyACsyKzIRMzMzfC8zGC8zMysyMDFBITUhFyEVIwczERQOAiMiLgI1ETMRFB4CMzI2NjUBMxEUBgYjIi4CNREzERQeAjMyNjY1AzH+xwMrAf61qAucPGySV1eUbT3CHzlNLkdvPwKPwW6+eVKNZzqcIj1UMUJnOwaYbGx9a/veaZ5oNDRonmkEIvveQmJCIDp0WAQi+96Mu1w0aJ5pBCL73kJiQiA6dFgAAwCB/+sFrgWxAAcAIAA5ACtAFTQnC3IFAgEBBwctIQgIFQZyHA8LcgArMisyETMzM3wvMxgvMzMrMjAxQSE1IRchFSMHMxEUDgIjIi4CNREzERQeAjMyNjY1ATMRFAYGIyIuAjURMxEUHgIzMj4CNQLB/scDKwP+s6gHljVhg05Og2E2uhovPyY8XjcCO7liq2xKfVwzlhw0RiopRjQdBUVsbH+M/ShejV4uLl6NXgLY/Sg4VDccMWNLAtj9KH6mUy5ejV4C2P0oOFQ3HBw3VDgAAgB2/oQEvAXFACEAJQAZQAwWEg0DciUAACQBCXIAK80zETMrzDMwMWUVIi4DNTU0PgIzMhYWFyMuAiMiDgIVFRQeAzMRIxEComOriWE0UJXNfKTvhAHAAVCYb1WIXjIgPVhyt8CInTxwmr5s+ofjqV1225Zmk1BIf6hh/E6MdVUv/fwCBAACAGT+ggPhBE4AHwAjABlADBURDAdyIAAAIgELcgArzTMRMyvMMzAxZRUiLgI1NTQ+AjMyFhYVIzQmJiMiDgIVFRQeAjMRIxECPXGweT8/ebBxeb5tr0FvRUxtRSEhRG6yuYOYVpfDbSptw5ZWZ7FwQ21AQ3GJRypHi3BD/f8CAQAAAQB0AAAEkQU+ABMACLEPBQAvLzAxQQMFByUDIxMlNwUTJTcFEzMDBQcDKM8BIUX+3bao4f7fRAElzf7eRgEjvKXmASVJAyv+lKx8qv6/AY6re6sBbat9qwFL/mmrewAAAfxmBKb/JwX8AAcAFbcGBgQEAQICAQAvMy8RMxEzfC8wMUMhFSc3IScX2f3lpgECHAGlBSR+AelsAQAAAfxwBRf/ZAYVABUAErYBFBQPBoALAC8azDIzETMwMUEzMj4CMzIWFRUjNTQmIyIOAiMj/HAqUHxraTxvf4A+NC1dbYhXLAWXJjImbG4kEjg0JjEmAAAB/WUFF/5UBlgABQAKsgCAAgAvGs0wMUEnNTMHF/4GobQBPAUXxXyMdAAB/aQFF/6SBlgABQAKsgGABAAvGs0wMUEHJzcnM/6Sokw6AbUF3MVBdIwAAAj6Gv7EAbYFrwANABsAKQA3AEUAUwBhAG8AAEEjNDYzMhYVIzQmIyIGASM0NjMyFhUjNCYjIgYTIzQ2MzIWFSM0JiMiBgMjNDYzMhYVIzQmIyIGASM0NjMyFhUjNCYjIgYBIzQ2MzIWFSM0JiMiBgMjNDYzMhYVIzQmIyIGEyM0NjMyFhUjNCYjIgb9eHFxYWJxcC02NSwCUHJxYWJycSw3NCy6cXFhYnFwLDc0LcVxcWFicXAsNzQt/cBxcWFicXAtNjQt/b9ycmFicXAtNjUssXFxYWJxcCw3NC2ncnFhYnJxLDc0LATzU2lpUyg9Pf7DU2lpUyg9Pf3hU2lpUyg9Pf3RU2lpUyg9Pf68U2lpUyg9PQTyU2lpUyg9Pf3hU2lpUyg9Pf3RU2lpUyg9PQAI+iv+YwFrBcYABAAJAA4AEwAYAB0AIgAnAABFMxcDIxMjJxMzATU3BRUlFQclNQEnNyUXARcHBScBBycDNwE3FxMH/aWJC3pglIgMemAB2A0BTfoaDf6zBVdhAgFBRPtsYQL+wEUBXWIRlEEDxWERlUI8Dv6tBgMOAVL8JosMfGKXiwx8YgEEYxCZRPwpYxGZRQQOYgIBRkX7VWMC/rtHAP//ALL+mQW0BxkEJgDcAAAAJwChATEBQgEHABAEf/+8ABVADgIjBAAAmFYBDwEBAV5WACs0KzQA//8Anf6ZBLcFwgQmAPAAAAAnAKEAof/rAQcAEAOC/7wAFUAOAiMEAQCYVgEPAQEBfVYAKzQrNAAAAv/bAAAD/AZyABcAGwAaQAwaCxsCcgAXFw0NChIAPzMRMy8zK84zMDFBITIWFhUUBgYjIREzESEyNjY1NCYmIyEBFSE1ASMBRYS0XFy0hP40uQETUGAqKmBQ/rsBdP1EAupgpmtpq2UGcvomP2Q3NWdFA12YmAAAAgCpAAAE2AWwAAMAGwAjQBEBAgUAAwYGBQUSEBMCchIIcgArKzIROS8zETMzETMzMDFBAQcBAyE1ITI2NjU0JiYjIREjESEyFhYVFAYGA2gBcG7+kTn+ewGFcYxBQYxx/qfAAhml43Z15APU/mtmAZT+zp1IgFJLhFH67gWwcsmBjMZnAAAEAIz+YAQjBE4AAwAIAB4ANAAlQBQAAzABAjAlGg8LcgcGchoHcgYOcgArKysrETMyMjIRMzMwMUEBBwEBESMRMwEVFA4CIyIuAic1PgMzMh4CBzU0LgIjIg4CBxEeAzMyPgIC2QFKbf61/tu6qgLpOGucZWeebkEMDEJtnGZmnmw3uiJHbkxGZ0gtCw8vR2VFS21HIgGF/opnAXYCTPr2Bdr97BV2yZRSRIK2cnB4vodHT5LLkRVRj20/MFFnN/79NWBLLD9ujwAAAgCiAAAEJAcAAAMACQAVQAoCBgYDCQJyCAhyACsrzjMRMzAxQREjERMVIREjEQQkurf9QsEHAP4YAej+sJ767gWwAAACAJIAAANDBXcAAwAJABVACgIGBgMJBnIICnIAKyvOMxEzMDFBESMRExUhESMRA0O6tv4MuQV3/ioB1v7DmfxfBDoAAAIAsv7eBHwFsAAFAB0AGUAMBgcHExICBQJyBAhyACsrMi8zOS8zMDFBFSERIxETNTMyHgIVFA4CIycyPgI1LgMjBDD9QsCf1o3dm1A8d7F1AlFvRB4BNGaaZwWwnvruBbD88KFOldaIgsuMSZM5aZNaZZtqNgACAJL+5AO/BDoAFAAaABtADQABAQsXGgZyGQpyDAsALzMrKzIROS8zMDFTNSEyFhYVDgMHJz4CJzQmJiMBFSERIxG3AQiU54UBKVqSazFebS4BVJJgAYD+DLkB5KJx1Jc3jIhnFJIYW3tGZoxIAlaZ/F8EOgD//wAb/pkHggWwBCYA2gAAAQcCbAZhAAAAC7YFGwwAAJpWACs0AP//ABb+mQY9BDoEJgDuAAABBwJsBRwAAAALtgUbDAAAmlYAKzQA//8Asv6WBUQFsAQmAkcAAAAHAmwEI//9//8Anf6ZBIEEOgQmAPEAAAEHAmwDYAAAAAu2AxECAQCaVgArNAAABACkAAAE/wWwAAMABwANABEAL0AXDw4OCwwEBAwMCwcHCwsAEAMIcggAAnIAKzIrMhI5LzMvETMRMy8REjkRMzAxUzMRIwEzESMBMwEhJyEHNwEjpMDAASiVlQIk4/4u/hYdAbMJcQHq8QWw+lAEMP1rBBX836CHpvyyAAQAmwAABIAEOgADAAcADQARAC1AFg8ODgsEBAwMCwcHCwsAEAMKcgkABnIAKzIrMhI5LzMvETMRMy8RMxEzMDFTMxEjATMRIwEzASEnIQc3ASObubkBHpWVAcLg/mf+VBwBfgp3AZvrBDr7xgNF/cYDL/2UooaG/ZAABABFAAAGiwWwAAMABwANABEAI0AREA8PCwoKAw4GCHINBwIDAnIAKzIyMisyEjkvMzMRMzAxQRUhNSERIxEhASEnIQETATcBAln97AKbwARC/Yf+qh0BAAH8Lf3dbAKjBbCYmPpQBbD836ACgfpQAqip/K8AAAQAPwAABX0EOgADAAcADQARACNAERAPDwsKCgMOBgpyDQcCAwZyACsyMjIrMhI5LzMzETMwMUEVITUhESMRIQEhJzMBEwE3AQI6/gUCVboDf/4A/vwc1AFrGv5zdgICBDqYmPvGBDr9lKIByvvGAeqG/ZD//wCp/pkFqQWwBCYALAAAAQcCbASIAAAAC7YDDwoAAJpWACs0AP//AJ3+mQSiBDoEJgD0AAABBwJsA4EAAAALtgMPCgAAmlYAKzQAAAQAqQAAB4QFsAADAAcACwAPAB9ADwcGBgoCAwMMCwJyDQoIcgArMisyMhEzETkvMzAxQRUhJwMVITUTESMRIREjEQeE/XZ2JfztHsEEX8EFsJiY/Y6dnQJy+lAFsPpQBbAABACSAAAFagQ6AAMABwALAA8AH0APBwYGCgIDAwwLBnINCgpyACsyKzIyETMROS8zMDFBFSE1AxUhNRMRIxEhESMRBWr+Ljf9wye5A2S6BDqZmf4rlpYB1fvGBDr7xgQ6AAACALD+3gfNBbAABwAfABlADAgJCRQEBwJyBghyAgAvKysyLzkvMzAxQREjESERIxEBNTMyHgIVFA4CIycyPgI1LgMjBP/A/TLBA/LWjd2bUDx3sXUCUW9EHgE0ZppnBbD6UAUS+u4FsPzwoU6V1oiCy4xJkzlpk1plm2o2AAAEAJL+5AawBDoAFAAYABwAIAAjQBEeFxgYAAEBCx0cBnIbCnIMCwAvMysrMhE5LzMyETMvMDFBNSEyFhYVFA4CByc+AjU0JiYjARUhNTMRIxEhESMRA40BEZrviSlak2oxXmwuWZtl/rX93Ru5A2W6AeSicdSXN4yIZxSSGFt7RmaMSAJWmZn7xgQ6+8YEOgABAHH/5AWjBcUAQwAdQA45DAwjIgNyAAEBLhcJcgArMjIRMysyMhEzMDFlFSIkJgI1NTQ+AjMyHgIVFRQGBgQjIi4CNTU0PgIzFSIOAhUVFB4CMzI+AjU1NC4CIyIOAhUVFB4CBaO7/s3edztsl1xdl247ZLj/AJ2M5aRYQnqpZz5iRSQ7b51jeLuBRB44UjQzUTgeVKTwhaFqwgELoON1x5VTUZTKefOV/75qar79k6yG5atgpEZ+qWOucsKQUVKSw3L4VoxnNzloi1LoftCVUQABAG7/6wSdBFAAQwAdQA45DAwjIgdyAAEBLhcLcgArMjIvMysyMhEzMDFlFSIuAjU1ND4CMzIeAhUVFA4CIyIuAjU1ND4CMxUiDgIVFRQeAjMyPgI1NTQuAiMiDgIVFRQeAgSdnf2yXyxSdklJdlMsTI7Cd261gkczXYFPJj0sGCpQcUhQgFovESIxICAyIRFDgLmRnVmf1XxnXpxzP0R6pF9pedCcVlqh1305Zq2ASJ0vVXREO1yedkE/cJZYbDxpTy0nSGM7a16dcT4A//8AOv6ZBPgFsAQmADwAAAEHAmwD1wAAAAu2AQ8GAACaVgArNAD//wAq/pkEBgQ6BCYAXAAAAQcCbALlAAAAC7YBDwYAAJpWACs0AAADADT+oQaUBbAAAwAJABEAHUAOCQ0NCAoIcgUQDAIDAnIAKzIyMi8rMjIRMzAxQRUhNQEDIxEjNQURMxEhETMRA+38RwZgEq2P/GXCAs7ABbCYmPry/f8BX6KiBbD67QUT+lAAAwAf/r8FFwQ7AAMACwARAB9ADwIDAw0KBQZyCAcHEAQKcgArMjIRMysyLzkvMzAxQRUhNQERMxEhETMRNwMjESM1AuP9PAESugHyuYESpo0EO5iY+8UEOvxeA6L7xpj+JwFBmAD//wCX/pkFZwWwBCYA4QAAAQcCbARGAAAAC7YCHRkAAJpWACs0AP//AGj+mQRfBDwEJgD5AAABBwJsAz4AAAALtgIbAgAAmlYAKzQAAAMAlwAABMkFsAADABkAHQAjQBEDAwoKFQICFRUEHAhyGwQCcgArMisROS8zLxEzETMvMDFBESMRATMRFBYWMzI+AjcVDgMjIiYmNQEzESMDF5X+FcFChmQ8cWxpMzFhZ3VHmt12A3HBwQP7/UMCvQG1/jlxgDQKEhoPng8aEgpZxqQBx/pQAAADAIQAAAPZBDwAAwAHABsAI0AQAAAYGA0BAQ0NBQpyEgQGcgArMisyLzN9LxEzETMYLzAxQREjEQERIxETFQ4CIyImJjURMxEUFhYzMjY2AoaVAei5ejhzf0qAvGa5NmhLSH91Axv9ygI2AR/7xgQ6/g+YFSETWbWKATz+xFpwNRMgAAACAIkAAAS7BbAAFQAZABlADAEXBhERFxgCchcIcgArKxE5LzMRMzAxYSMRNCYmIyIOAgc1PgMzMhYWFQEjETMEu8FChWU8cWxpMzFhZ3ZGm9x2/I/BwQHHcn80ChIaD54PGhIKWcak/jkFsAACAD//6QW+BcQACQA2ACVAEgUdAQEdHQYcHAokFQNyLwoJcgArMisyETkvMzMRMy8RMzAxUzMUFhYzFSImJgEiLgI1NTQ+AhcyHgIVFSE1ITU0LgIjIg4CFRUUHgIzMjY3Fw4CP5g0blaDs1oDqpXmnlFUlcVyhsuJRfw2AwklUoZhVINaLzBnoXJ8pjcvF2SeBDlIbT6MXq38JFyo5Yn5ieWnWwFdrvaYcYshXaJ6RUiAp2D5YamASTgcjxAvJQAC/93/7ARkBE4ACAA1ACVAEgQcAQEcHAUbGwkjFAdyLgkLcgArMisyEjkvMzMRMy8RMzAxQzMUFjMVIiYmASIuAjU1ND4CMzIeAhUVITUhNS4DIyIOAhUVFB4CMzI2NxcOAiOVY211n1EC4XG3g0ZOhqpbdahtNPzXAm8DHjthRz9qTCorU3dMYogzcSNtnQNZYXeHVZ78/02MwHIqhM+QSlCPwXJTlw42aVYzNWiWYipNh2Y6UENZNWA8AAMApP7WBM0FsAADAAkAIQAhQBAKBgYLCAcHFxYJAwJyAghyACsrMi8zOS8zMzMRMzAxQREjESEBISczAQE1MzIeAhUUDgIjJzI+AjUuAyMBZMAEKf1w/tod8AIB/a3cjN6aUTx4s3cCUW5EHQEzZpdkBbD6UAWw/OWqAnH85adNldeJf8uPS5g6aZFXZZlpNQAAAwCb/v0EGgQ6AAMACQAeACFAEBYVCQZyBgoKBwsLAQMGcgEALysSOS8zMxEzKy8zMDFBESMRIQEjJzMBATUhMhYWFQ4DByc+Aic0JiYjAVS5A3/94uYctgGJ/bIBFZnviQEpWZNqMV5sLwFZmmUEOvvGBDr9lKIByv2UoWLHljWGgmMTkhdVckNmfjoA//8AMP6ZBakFsAQmAN0AAAEHABAEdP+8AAu2AyQGAACYVgArNAD//wAs/pkEuAQ6BCYA8gAAAQcAEAOD/7wAC7YDJAYBAJhWACs0AAABALL+SwT/BbAAGQAZQAwZCHIXAgIRCgUAAnIAKzIvMzkvMyswMVMzESERMxEUBgYjIiYnNxYWMzI2NjURIREjssECy8FPkmYfNR4OEEMPKz0g/TXBBbD9bwKR+fxynVIHCpoGBy9XPQLW/X4AAAEAkv5LA/YEOgAZAB1ADxkKchcCAgARCg9yBQAGcgArMisyEjkvMyswMVMzESERMxEUBgYjIiYnNxYWMzI2NjURIREjkrkB8bpNkWUeNR0PD0UNLD0g/g+5BDr+KwHV+21wnFAHCpQGBy9YPQIo/jEA//8Aqf6ZBb0FsAQmACwAAAEHABAEiP+8AAu2AxYKAQCYVgArNAD//wCd/pkEtgQ6BCYA9AAAAQcAEAOB/7wAC7YDFgoBAJhWACs0AP//AKn+mQb6BbAEJgAxAAABBwAQBcX/vAALtgMbDwAAmFYAKzQA//8Anv6ZBggEOgQmAPMAAAEHABAE0/+8AAu2AxkLAQCYVgArNAAAAQBe/+sFEgXEACwAG0ANGgsRFBQLJQADcgsJcgArKzIROS8zETMwMUEyFhYSFRUUAgYGJyIuAjU1IRUhFRQeAjMyPgI1NTQuAiMiBgcnPgICgZ/1p1Zdpdp9lOKYTQQ+/IMrYJ1yYphpNjVwsHyCsDsvGGqnBcRnu/7/m16b/v66ZgFcrvWYfJUiXaJ5RVSVxHBeccSVVDgcjxAwJQACAGj/6wQsBbAABwAlAB9ADwUICAQlJQAcEglyBwACcgArMisyETkRMzMRMzAxUyEXASM1ASEBNzIWFhUUDgIjIi4CNTMUFhYzMjY2NTQmJiMjlANrAf4LcQGD/XcBBpah43hJhLRrV6eJUcFGfVRfhkdKkWmOBbB8/ax0Ab7+QQFox49mn205MWehcEl6SUV5TGmFPgACAGr+dQQpBDoABwAlAB9ADggFBQQlJQAcGBIHAAZyACsyL8wzEjkvMzMRMzAxUyEXASM1ASEBMzIWFhUUDgIjIi4CNTMUFhYzMjY2NTQmJiMjlANlAv4afAFz/YgBBZGh5XlJg7NrVqeHUblHgFVhh0hMk2qNBDp2/aV0AcT+N2bFjmaebTkxZ6FvSnxKRnpOaoQ9AP//ADn+SwR0BbAEJgCxRAAAJgJBqkAABwJvAPEAAP//ADr+SwOXBDoEJgDsTwAAJgJBq40ABwJvAOEAAP//ADr+SwUPBbAEJgA8AAAABwJvA6cAAP//ACr+SwQdBDoEJgBcAAAABwJvArUAAAABAFcAAARlBbAAGAAStwMAAAsQDQJyACsvMzkvMzAxQSEVISIGBhUUFhYzIREzESEiJiY1ND4CAkUBjP50a4U9PYVrAV/B/eCf3XJAfrgDc55Of0lJhVQFE/pQdMmAYaB1QAAAAgBaAAAGZwWwABgALQAfQA4bCwsQJSUDAAAaEA0CcgArLzM5LzMzLxEzETMwMUEhFSEiBgYVFBYWMyERMxEhIiYmNTQ+AgEjNTc+Ajc2LgInMx4CBw4CAkgBjf5za4Q9PYRrAWDA/eCg3HJAfrgC8Y2NSmM0AgEIDxcPuhIfFAICdb0Dc55Of0lJhVQFE/pQdMmAYaB1QPyNnAEBQ3lRJ1NWUyc0b3E2jr5fAAMAZP/pBm8GGAAWACsARwAdQBAzRAtyOy0Bch0SC3InBgdyACsyKzIrLysyMDFTNTQ+AjMyHgMXFQ4DIyIuAjcVFB4CMzI2Njc1LgMjIg4CAREzEQYWFjM+Azc2JiczFhYHDgMjBiYmZDhrnmZOfWBEKgkLPGaUY2SdbDi6IENrS1x3SBQMLUdnRkxrRCACDboBKk01RmtKJwECIR60GyoCAk2Fql9rnFgB9RWA1JtVLlh+oGBcd76HR02Mv4cVTYVjOE+AS/E3Z1EwQnaZ/vgEv/tBQGA2AThokltky2Rhy2eLz4hEAkqjAAIANv/pBdQFsAAgAEYAIUAQKCcnAgEBDjJDCXI6DQ4CcgArMi8rMhE5LzMzETMwMUEjNTMyNjY1NC4CIyE1ITIeAhUUDgMHIgYGBwYGEzU1NCYmIzcyHgIVFRQWFjM+Azc2JiczFhYHDgMjBiYmAcLDkHKLQCJJc1H+mQFneLl9QR46VXBFAwcHAygY6T1xTxJ7pWIqI0MuPF5AIwECIh67GisCAkl8oFlllVMCeZ45clU5XEMjnjVomWU4YlNBMRANDAEKBP6zAkFOdUJtNmOHUEUxTCwBOGiQWGTLZGHLZ4rOiUUCQpEAAAIAMf/kBOkEOgAdAEIAJUASPj09GwIBAQ0qKiIzC3IMDQZyACsyKzIyLxE5LzMzMxEzMDFBIyczMjY2NTQmJiMhJyEyFhYVFA4CBw4CBwYGBTUGFjM+Azc2JiczFhYHDgMjBi4CJzU0JiYjNzIWFhUBdOwCvFRoMTJrVf76BgEMib9kJUhrRQIFBQMiEAFcASg3OFU7IAECISC0GiwCAkV1lFJDZkYlAzBeRSOLnUEBupYoSjEzUC+VTJBlMlJAMBEBFBQCBwPqAScyASlMbERNpU1NolBwqG83ARo6XUFMMEQka0N0SwADAFP+1gP2BbAAHwA0AD8AH0AOOjk/LAwNAnIhICABAQIALzMRMxEzKzIvMy8zMDFBIzUzMjY2NTQmJiMhNSEyFhYVFA4DByIGBgcOAgc3MhYWFRUUFhYXFSMuAjU1NCYmARUUBgcnPgI1NQGM3KJ3jkA+hm3+7QETn9pxHTlVb0QDCAcDGhkRDhGmvE4NHhm+HhsGQHYCGVxTaSAsFwJ5mDx0U1B0QJheuIg4YVJCMRAMCwEGBgMEbV+obIgpTkIZGRxcWxqET3dC/lyVW8tESSxbYTaYAAADAHn+xgPZBDoAHgAzAD4AHkAOOCAfHwIBAT4rCgwNBnIAKzI/MzkvMzMRMy8wMUEhNTMyNjY1NCYmIyE3ITIeAhUUDgIHBgYHDgIHNzIWFhUVFBYWFxUjLgI1NTQmJgUVFAYHJz4CNTUBzP721FZqMDBqVv7jAQEcZp5uOCVIa0YECQQWEw0oJYqdQQoaF78bFgUwXgHhW1NqICwXAbmWKEoyNFAtlitTd0wzUkEwEAEnAgQGBAJrSH5RYRg7NRETEkZFEF82TSr0lVvLREksW2E2mAAAAwBF/+sHcQWwABEAFQAyAB1ADiYmHi8JchcUABUCcgsIAC8zKzIyMisyMi8wMUEzAw4EIyM1Nz4ENwEVITUBETMRFB4CMzI+Ajc2JiczFhYHDgMjIiYmAYrAIQchPGCLYTQoOFE5JBUGAt/9ggJZwRcsPidEaUgnAQIhHrsbKgICToSrX22iWgWw/Tea8bFzOJ0DBCtYjMuIAqqenvurBFX7qy9OOB44Z5BaZMtkYctni8+IREqiAAMAP//rBjoEOgARABUAMwAfQBAnJx4vC3IXFAAVBnILCApyACsyKzIyMisyMi8wMUEzAw4EIyM1Nz4ENwEVITUBETMRFB4CMzI+Ajc2Jic3FhYHDgMjIi4CATy5HAceNk9uSDopKj0qGxAEAin+FAHMuhctPic4VjsgAQIhHbMaKwICRXSWU1CCXjMEOv32ebmEUyejAwMiQ2qSYQHPmZn9HwLh/R8wTzkeMlyCUV/AXgFdwGF/vn4+KViLAAADAKr/6QdxBbAAAwAHACMAIEARFhYOHwlyCAJyAAMDBggEAnIAKz85LzMrKzIyLzAxQSEVIQMzESMBMxEUFhYzPgM3NiYnMxYWBw4DIwYmJicBTQL4/QijwMADf8AoTDREaUknAQIiHrobKwICToSrX2yeWAYDH54DL/pQBbD7qz5gNQE3Z5BaZMtkYctni8+IRAJKpIQAAAMAkP/qBk0EOgADAAcAJQAiQBIZGRAhC3IJBnIDAgIFBwZyBQoAPysSOS8zKysyMi8wMUEVITUTESMRAREzERQeAjM+Azc2Jic3FhYHDgMjBi4CA139xSi6ArO6Fyw/JzhXOyABAiIdsxosAgJEdZZUUH9cMwJklpYB1vvGBDr9HwLh/R8wTzgfATFcglFfwF4BXcBhf75+PgEoWI0AAQB2/+sEogXFACsAFUAKEgsDciUlHQAJcgArMjIvKzIwMUUiLgI1ETQ+AjMyFhcHJiYjIg4CFREUHgIzPgI3NiYnMxYWBw4CArmB1ZpTU5rVgXOuQjtAkVdbj2Q0NGSPW16CRAICHRe7EycCAojcFV2n4YUBBoXhp10sK4shI0h+pl7++F+nf0gBR4FZWbdYWLVbl8ZiAAABAGb/6wPHBE4AKwAVQAohGgdyBwcADwtyACsyMi8rMjAxZT4CNzQmJzMWFgcOAiMiLgI1NTQ+AjMyFhcHJiYjIg4CFRUUHgICUUdRIwEJC7ILEQECYqdqdrd+QD54r3FgjSwsLnlGTGxFICNJdYMBKks0OHs5Onc7bY9GV5fDbCpsw5ZXIh+QGx5EcYpFKkaKcUQAAgAk/+kFSAWwAAMAIAAXQAsUFAwdCXIFAgMCcgArMjIrMjIvMDFBFSE1AREzERQeAjM+Azc2JiczFhYHDgMjBiYmBKT7gAHbwRYsPidFaUgmAgIiHrsbKwMCTYSrYGydWQWwnp77qwRV+6svTTgfATdnkFpky2Rhy2eLz4hEAkqkAAIARv/qBLgEOgADACAAF0ALExMLHAtyBQIDBnIAKzIyKzIyLzAxQRUhNQERMxEUFhYzPgM3NiYnMxYWBw4DIwYuAgPR/HUBZ7kpTjU4VjwgAQIiHbIaLAICRXSWU1CAXDQEOpaW/R8C4f0fQGA2ASlNbURPp09PpFJxqW83AShYjQACAJf/6wT/BcUAIAA/ACNAEQAiPz8CAhc1MSwDchENFwlyACsyzCvMMxI5LzMSOTkwMUEzFSMiDgIVFB4CMzI2NjUzFA4CIyIuAjU0PgIFIyIuAjU0PgIzMhYWFSM0JiYjIgYGFRQeAjMzAsO/uVqKXTAzYo9bbKJawF6fxWZ+0ptVSo7PAUS/ecSNTE6SzH6R8pHAW5pffaBMJ1SEXLkDEHkfQGNDOWFIKEl6SXChZzE5bZ9mW41gMlU5ZIRLZpppNWK1fUhvP0VzRTZZQiP//wAw/ksFrQWwBCYA3QAAAAcCbwRFAAD//wAs/ksEvAQ6BCYA8gAAAAcCbwNUAAAAAwCP/+sEzwXEAAMAGAAyAChAFBAnJw8ABAolJQodMAlyFAoDcgIIAD8rMisyETkvEjk5MzMRMzAxQREjERcjND4CMzIWFwEjNQEmJiMiDgITNxYWMzI2NjU0JiYjIzUzMhYWFRQGBiMiJgFIubm5N2+qcqPzYf5WZgE0MIZlUmg5FoM1KXJIYYlJSpNtlJej5Xh+3pBGiwPB/D8DwQKAwoJBhFz9+HcBdSY+OmWE/BSZEyBGe1Bngz6TZsSNiMBlGAACAHAEcQLJBdcABQAPABK2BQUNBwICBwAvMy8QzTIvMDFBNRMzFQMlNTMVFBYXByYmAZJ0w9/+hqcqKklWXASEEQFCFf7C/lVPSGgtOi2P//8AJgIfAg4CtwQGABEAAP//ACYCHwIOArcEBgARAAAAAQCiAosEjAMjAAMACLEDAgAvMzAxQRUhNQSM/BYDI5iYAAEAkAKLBcgDIwADAAixAwIALzMwMUEVITUFyPrIAyOYmAACAA3+agOhAAAAAwAHAA60AgOABgcALzMazjIwMUUVITUlFSE1A6H8bAOU/Gz+mJj+mJgAAQBhBDEBeAYUAAoACLEFAAAvzTAxUzU0NjY3FwYGFRVhKU43aS4yBDF5PYV7LUlCi1F8AAEAMAQWAUgGAAAKAAixBQAAL80wMUEVFAYGByc2NjU1AUgpTjdqLzEGAIA8hXsuSUKLUYMAAAEAJP7lATwAtgAKAAixBQAAL80wMWUVFAYGByc2NjU1ATwpTjdqLzC2ZzyFey5IQoxRagABAE8EFgFnBgAACgAIsQYAAC/NMDFTMxUUFhcHLgI1T7gxL2k3TykGAINRi0JJLnuFPAD//wBpBDECuwYUBCYBhQgAAAcBhQFDAAD//wA8BBYChwYABCYBhgwAAAcBhgE/AAAAAgAk/tICZAD2AAoAFQAMsxAFCwAALzLNMjAxZRUUBgYHJzY2NTUhFRQGBgcnNjY1NQE8KU43ai8wAeEpTjdqLzD2p0CMgTBJR5RWqqdAjIEwSUeUVqoAAAIARgAABCQFsAADAAcAFUAKBgcHAgMCcgIScgArKxE5LzMwMUERIxEBFSE1ApC5Ak38IgWw+lAFsP6KmZkAAwBX/mAENAWwAAMABwALAB1ADgsKBgcHAQMKEnIDAnIBAC8rKxESOS8zETMwMUERIxEBFSE1ARUhNQKeuQJP/CMD3fwjBbD4sAdQ/oqZmfxemJgAAQCLAhgCIwPLAA0ACLEECwAvzTAxUzU0NjMyFhUVFAYjIiaLbV5fbm1fXm4C3ClWcHBWKVVvb///AJT/9AMvANIEJgASBAAABwASAbkAAP//AJT/9ATOANIEJgASBAAAJwASAbkAAAAHABIDWAAAAAEAUgICAS0C1gALAAixAwkAL80wMVM0NjMyFhUUBiMiJlI4NTY4ODY1OAJrLT4+LSw9PQAHAET/6wdXBcUAEQAjADUARwBZAGsAbwApQBNfVlYyaE1NRCkpOzINFw4OIAUFAD8zMy8zPzMzLzMzLzMRMy8zMDFTNTQ2NjMyFhYVFRQGBiMiJiY3FRQWFjMyNjY1NTQmJiMiBgYBNTQ2NjMyFhYVFRQGBiMiJiY3FRQWFjMyNjY1NTQmJiMiBgYFNTQ2NjMyFhYVFRQGBiMiJiY3FRQWFjMyNjY1NTQmJiMiBgYBAScBREiGXF6GR0eFXV2GSYsjSDY2RyIjRzc1RyMCaEiGXFh9Q0N8V12GSYsjSDY2RyIjRzc1RyMBUkR+Vl6FSEeFXVd/RHgkRzY2RiMjRzc1RyP+6f05aQLHBEtNU4hSUohTTVGIUlKInk0uUjMzUi5NL1MzM1P8UE5SiFJSiFJOUohSUoigTi5TMzNSL04vUjMzUn1OUohSUohSTlKIUlKIoE4uUzMzUi9OL1IzM1IDTfuOQgRyAAACAGwAmQIhA7UABAAJABJACQEFAwkCCAYGAAAvLxc5MDFBASc1AQMBIwE1AiH++7ABJ3cBBY7+2QO1/m4BDQGE/nf+bQGFDQACAFoAmQIPA7UABAAJAA60AggIBQAALy85LzMwMXcBFxUBAzMBFQdaAQWw/tmOjgEnsJkBkgEN/nwDHP57DQEAAQA8AG8DawUjAAMADrMAAwIBAHwvMxgvMzAxQQEnAQNr/TloAscE4fuOQgRy//8AUQKQAp4FuwYHAeIAAAKb//8ANgKbArwFsAYHAjsAAAKb//8AXAKQAqgFsAYHAjwAAAKb//8AVgKQAqwFugYHAj0AAAKb//8AOwKbAqYFsAYHAj4AAAKb//8ATwKQAp8FuwYHAj8AAAKb//8ASgKUApUFuwYHAkAAAAKbAAIAUAKPAugFUAADAAcAFbcGBgICAwcHAwAvMy8RMxEzfS8wMUEVITUBESMRAuj9aAGOhAQwgoIBIP0/AsEAAQBQA7ICqAQ0AAMACLEDAgAvMzAxQRUhNQKo/agENIKCAAIAUAM2AqgEpQADAAcADLMCAwcGAC8zzjIwMUEVITUlFSE1Aqj9qAJY/agDuIKC7YKCAAABAFQBjwGhBk0AFQAMsxARBgUALzMvMzAxUzU0NjY3Fw4CFRUUHgIXBy4DVF+ENzMoTzQeMj0eMyphVzgD5RGn9ZwfdCV9vIQTapxyUR5uF2KXyQABAFABjwGdBk0AFQAMsxARBgUALzMvMzAxQRUUBgYHJz4CNTU0LgInNx4DAZ1fhDczKU40HjI9HjMpYVg4A/YRp/aaH24od7uNE2ObdFQcdBdklskAAAIAegKLAvkFugAEABkAE7cWCwQECwIRAgAvMz8zLxEzMDFBESMRMxMHND4CMzIWFhURIxE0JiYjIgYGASSqgRIuJklnQE91QKokQSw9TyUFAP2LAyD+iwFUjmk6P4hs/gQB3ElVJUFuAP//AFH+hQKeAbAGBwHiAAD+kP//AHv+kQHvAaYGBwHhAAD+kf//AEL+kQKrAbEGBwHgAAD+kf//AD/+hgKbAbEGBwI6AAD+kf//ADb+kQK8AaYGBwI7AAD+kf//AFz+hgKoAaYGBwI8AAD+kf//AFb+hgKsAbAGBwI9AAD+kf//ADv+kQKmAaYGBwI+AAD+kf//AE/+hgKfAbEGBwI/AAD+kf//AEr+igKVAbEGBwJAAAD+kf//AFD+qQLoAWoGBwGdAAD8Gv//AFD/zAKoAE4GBwGeAAD8Gv//AFD/UAKoAL8GBwGfAAD8GgABAFT95wGhAmYAFAAIsQUQAC8vMDF3NTQ2NjcXDgIVFRQWFhcHLgNUX4Q3MyhPNDRPKDMqYVc4HhGe6ZMddCJ1r3wThK5vJm8WXo6+AAABAFD96QGdAmYAFAAIsRAFAC8vMDFlFRQGBgcnPgI1NTQmJic3HgMBnV+ENzMpTjQ0TikzKmFXODoRoe2VHW8mcbKHE3mrciF0FVyMuwAEAFsAAARoBcQAAwAeACIAJgAiQBAiISUmJgEbFxIFcgkCAgEMAD8zETMrzDMSOS8zzjIwMWEhNSEBExYGByc+AjUDNDY2MzIWFhUjNCYmIyIGBgEVITUBFSE1BGj79wQJ/UsWATg4riMpERZ0yX+DuGLAQ2w+Qms/AWP9RQK7/UWdA3L9g16jKTUJU2wsAn6Kw2hir3RUZi5Bff7wfX3++n19AAMAHwAABjcFsAADAAcAEQAiQBADAgYLDhAHBw0RDgRyCg0MAD8zKzISOS85EjkzzjIwMUEVITUBFSE1AREjAREjETMBEQY3+egGGPnoBTjB/SPBwQLgA62YmP7UmJgDL/pQBGP7nQWw+5oEZgAAAwCn/+wGAwWwABcAGwAtACNAEiIpDRwZGAZyAgEBDgwPBHIODAA/KzISOS8zKzLMPzMwMUEjNTMyNjY1NCYmIyMRIxEhMhYWFRQGBgEVITUTMxEUFhYzMjY3FwYGIyImJjUCIerqdHcqKnd0wbkBeqXMXl7MAzj9uMW5IjYfFzMNARZHMURyRAI1mFSGSkuHVfroBbB0yYCAynQCBY6OAQf7yzc4EgkDlwcNNn9sAP//AKn/7AgRBbAEJgA2AAAABwBXBFUAAAAGAB8AAAXMBbAAAwAHAA0AEgAXAB0AKkAUHRUKChIGBwMCAhESBHITGxsIEQwAPzMzETMrEjkvM84yETMRMzMwMUEVITUBFSE1ARMTMwMDARMTIwEBExMzAQETEyMDAwXM+lMFrfpTAYtDsYNDtP7TuzV7/ssDwzS2wf7K/t2xQIauPwPUl5f+ppeX/YYB2APY/if8KQWw/Cz+JAWw+lAB3QPT+lAFsPwr/iUD2wHVAAIAjAAABZ8EOgARACIAIEAPFhMTERQIFAgRChwPAAZyACsyMj85OS8vETMRMzAxUyEyHgIVESMRNC4CIyERIyEhETMRITI2NjURMxEUDgKMAi9QgFswuhw3UDX+wroDuP3SuQE+R2AyuTBbgAQ6K16bcP63AUtFYDsa/F4C3v26MG5cAqj9WnCbXisAAwBf/+wEHQXEACMAJwArAB1ADiorJyYmBxkSBXIABw1yACsyKzISOS8zzjIwMWUyNjcXBgYjIi4CNRE0PgIzMhYXByYmIyIOAhURFB4CExUhNQEVITUDLzpuMhQ4ej53xpBPTpDFeD91PRQxcDpQgVswMVyBcv0NAvP9DYgSEKAOEEmR2ZEBTZLakkkRDqEQEzRooGz+sWygaDQDF319/vt8fAADAB8AAAW8BbAAAwAHAB8AKUATBgcDAgIUChQXCQoKFhcEchYMcgArKxI5fS8zETMREjkYLzPOMjAxQRUhNQUVITUBITUhMjY2NTQmJiMhESMRITIWFhUUBgYFvPpjBZ36YwLf/nsBhXGMQUGMcf6owQIZpeR2duQEvZiY9ZiY/nOdSIBSS4RR+u4FsHLJgYzGZwAAAwArAAAD+QWwAAMAHAAgAC1AFR8gIBEDAgUGBhoCGgIaBBARBHIEDAA/KzISOTl9Ly8RMxEzETMRMxEzMDFBByE3AQEnMzI2NjU0JiYjITczMhYWFRQGBiMBFRMHITcD+S78YC4CAP3vAfRqi0ZCjXL++C/ZruNwXdW0Aey9Lv0ULgRMnp77tAJqfEd6TFWBSZ5pyI56wW79xAwFsJ6eAAQAIf/tBBsFsAADABQAGAAcABVACQQEAw8BCw0DBAA/PzMzEjkvMDFBESMRATMVFAIGBiMiJic3Mj4CNQMVATUFFQE1AdXAAke/U5rYhS9dMLxgk2Q0jP1RAq/9UQWw+lAFsP1TWKP+/LdgCwiRRYjJhAJ4sv7GshKx/saxAAIAXQAABOsEOgAbAB8AGEALCBUVHh8Gcg4BHgoAPzMzKxI5LzMwMWEjNTQuAyMiDgIVFSM1NBI2NjMyHgMVAREjEQTruSJDYX1MWpJoOLpVm9WBarWPZTX+Fbq8aauBWCxFiMiEvLqkAQS2YD53q9uDA4D7xgQ6AAIAHwAABQQFsAAXABsAGkAMGRgDAAAODA8Ecg4MAD8rMhI5LzPOMjAxQSE1ITI2NjU0JiYjIREjESEyFhYVFAYGBxUhNQMI/RcC6W2MQz+Lcv6mwAIapeJ1deKx/SMCO51GgFdHglT67gWwcceBjMdpiZ6eAAAEAHv/6wWDBcUAIQAzAEUASQAlQBJCJzBHRzkwDXIfBQ5JSRYOBXIAKzIyLxDMMisyMi8QzDIwMUEzFAYGIyImJjU1NDY2MzIWFhUjNCYjIgYGFRUUFhYzMjYBNTQ2NjMyFhYVFRQGBiMiJiY3FRQWFjMyNjY1NTQmJiMiBgYTAScBAh6LQntXV35FRH5WV3xDi0RHLz8fIEAvR0IBEEiGXF6FSEeFXV2GSYsjSDY2RyIjRzc1RyPM/TloAscEHkV0RVKIUU1TiFJGdEY1UzNTL00uUjNX/ShOUohSUohSTlKIUlKIoE4uUzMzUi9OL1IzM1IDTfuOQgRyAAABAGj/6wNrBhMALgAUtxkYGAEkDAABAC8zLzMSOS8zMDFlFSIuAjURND4CMzIeAhUVFA4DIzUyPgI1NTQuAiMiDgIVERQeAgLMZphkMihMbEQ7YkooQoC78pSa3o1EDBcfExsnGw0WMlSJnkB3p2YC6VmMYjQrU3RKKWfZyqFfsHW50ForKTwmExs4Ujj9F0VsTSgABACiAAAHxgXAAAMAFQAnADEAJUARKzAuKgIDGxIkCQkxLgQqLQwAPzM/MzMvM9wyzjIREjk5MDFBFSE1AzU0NjYzMhYWFRUUBgYjIiYmNxUUFhYzMjY2NTU0JiYjIgYGAREjAREjETMBEQel/ZgjVJlpaplTUplpappUoydRPTxPJyhPPTxQJ/68zP2vuswCUwIrjo4B2mNnm1ZWm2djZ5pWVprKYz1cMzNcPWM8XDQ0XAEM+lAEbvuSBbD7jwRxAAACAGgDlwQ4BbAADAAUACRAEQkEAQMGCgcHExQCAAMDBgYRAC8zETMRMz8zMxEzEhc5MDFBEQMjAxEjETMTEzMRARUjESMRIzUD3os0jFpwkI9w/bKUW5MDlwGL/nUBiv52Ahn+cgGO/ecCGVH+OAHIUQACAJj/7ASTBE4AHQAmABdACiIXFwQeDgcbBAsAPzM/MxI5LzMwMWUXBgYjIi4CNTQ+AjMyHgIVFBQVIREWFjMyNgEiBgcRIREmJgQUAlS8Ym2+kFFZlrtiZ7OITf0AN4xOXbv+6EuNOQIcNIrGaDQ+WJrMc3TLmlhRksV1AxIa/rgzOzsDaUI4/usBHjQ9AP//AFT/9QWzBZsEJwHh/9kChgAnAZUA5gAAAQcCPwMUAAAAB7EGBAA/MDEA//8AZf/1BlMFtAQnAjoAJgKUACcBlQGlAAAABwI/A7QAAP//AGT/9QZJBaQEJwI8AAgCjwAnAZUBgwAAAQcCPwOqAAAAB7ECBAA/MDEA//8AWv/1Bf0FpAQnAj4AHwKPACcBlQEgAAABBwI/A14AAAAHsQYEAD8wMQAAAgBq/+sEMwXsACkAPwAZQAwqAAASNR8LcgkSAHIAKzIrMhE5LzMwMUEyFhcuBCMiBgYHJz4CMzIeAhIVFRQOAyMiLgI1NTQ+AhciDgIVFRQeAjMyPgI1NS4DAj1cpjoIMEdbaTk1XlsvECVWclBusIRYLCpSdphccrN9QT95rYBNcUkkJEhxTE5xSiQFJkZtA/5NQ1iUdVErDhoSlhEfFUuPy/8AljtvxaF2QFCPwXEWabSFSpg3X3pEFkyIaTxHfqhhQxlHRC4AAAEAqf8rBOYFsAAHAA61BAcCcgIGAC8zKzIwMUERIxEhESMRBOa6/Te6BbD5ewXt+hMGhQADAEb+8wSsBbAAAwAHABAAH0AODgYGBwcPAnIMAwMKAgsALzMzMxEzKzIRMxEzMDFFFSE1ARUhNQEVASM1AQE1MwSs++MD0PwOAv79PWICYP2gYnaXlwYml5f8qhn8so4CzQLTjwABAKgCiwPrAyMAAwAIsQMCAC8zMDFBFSE1A+v8vQMjmJgAAwA///8EmQWwAAQACQANABZACgkLCwoECAgBAnIAKz8zLzMRMzAxZQEzASMDExcjAQc1IRUCIwG4vv3ie4bFKXr+z34BM/YEuvpPAw/96PcDD5mZmQAEAGP/6wfMBE4AFwAvAEcAXwAdQA5bNjYeEwtyTkNDKwYHcgArMjIRMysyMhEzMDFTNTQ+AjMyHgMXFQ4EIyIuAjcVFB4CMzI+Azc1LgQjIg4CBRUUDgIjIi4DJzU+BDMyHgIHNTQuAiMiDgMHFR4EMzI+AmNFgLJtbKN3UDENDTFQdqNrbrOARbknTXBJR29UOSIGBiI5VHFHSHBMJwawRoCzbWujd1AxDA0xUHejbGyygUW5KExvSEhwVDoiBgYiOlNwR0hwTSgCDxttxZpYVYaVhScqJ4WWhlVYmsWIG1GPbj4/YmxeGioZXWxjPz9uj1AbbcWaWFWGloUnKieFlYZVWJrFiBtQj24/P2NsXRkqGl5sYj8+bo8AAAH/r/5LAo4GFQAfABC3GxQBcgsED3IAKzIrMjAxRRQGBiMiJic3FhYzMjY2NRE0NjYzMhYXByYmIyIGBhUBZk2QZR85HRMOMhAxRCVSmGkkRyQXES0dO1Ipa3CTRwkKkgQJJk89BRl1oFIMCY4FBjFcQgAAAgBlARgEDAP1ABkAMwAbQAsXBIAKEUAxHoAkKwAvMxrdMhreMhrNMjAxUyc2NjM2FhcWFjMyNjcXBgYjIiYnJiYHIgYDJzY2MzYWFxYWMzI2NxcGBiMiJicmJgciBmcBL4VBUFs/O1VKQXwvAS98QUpVOz9cUEGEMAEvhUFQWz87VUpBfC8BL3xBSlU7P1xQQYQCyL0zOwIrIB4oRDy9MzonHiArAkT+I70zOgIrIB4nRDy+MzonHiAsAkQAAAMAmACcA9oE1QADAAcACwAfQA0CAQEKCgsAAwMHBwYLAC/OMhEzETMRMxEzETMwMUEBJwETFSE1ARUhNQOP/atfAlWq/L4DQvy+BJr8AjsD/v76oaH+YaGhAAMAPQABA4AERgAEAAkADQAiQBADBwYABAgGBQkJAQICDQ0MAC8zfBDOLzIyGC8zFzkwMVMFFQE1JQEHNQETFSE1xwKz/M4DMv1OgAMyBvy9AsP+sgFYacD+/gxpAVf8U5iYAAADAIQAAAPdBFoABAAJAA0AIkAQAwcGAAQIBgECAgUJCQ0NDAAvM3wQzi8yMhgvMxc5MDFBJTUBFQUBNxUBBRUhNQNO/TkDVvyqAsmN/KoDQPy9ArH8rf6pasYBARRq/qiOmJgAAgAsAAAD3QWwAAcADwAdQA4FCAgOBxJyAwoKCwECcgArMjIRMysyMhEzMDFTATMHAQEXIzcBASczAQEjLAGQexH+xAFCDnoiATz+vg16AZT+cHsC1wLZhf2s/a2EhAJTAlSF/Sf9Kf//ALUApgGbBPYEJwASACUAsgAHABIAJQQkAAIAbwJ5AjMEOgADAAcAELYGAgIHAwZyACsyMhEzMDFTESMRIREjEfuMAcSMBDr+PwHB/j8BwQAAAQBd/14BVwDvAAkACrIEgAkALxrNMDFlFRQGByc2NjU1AVdHSmklJe9PT7Y9STl4RlEA//8APQAABPcGFQQmAEoAAAAHAEoCLAAAAAMAIAAAA80GFQAQABQAGAAbQA8YBhcKchMUBnINBgFyAQoAPysyKzIrPzAxYSMRNDY2MzIWFwcmJiMiBhUXFSE1IREjEQGEuWCyekiKSR8ueUh3ad39vwOtuQSYe6pYIxqcEiFrbF6OjvvGBDoAAwA9AAAD6gYVABIAFgAaABtADxkaBnIUAHIOBgFyEwEKcgArMisyKysyMDFhIxE0NjYzMhYWFwcmJiMiBgYVAREzEQEVITUBoblXpXYshZdIVl+YNUFZLQGQuf6d/bYErHWhUxIcD4YSEy9aQvtUBdj6KAQ6jo4ABQA9AAAGMwYVABEAFQAmACoALgAlQBQjHAFyLioUFQZyDQYBci0XFwEKcgArMhEzKzIrMjIyKzIwMWEjETQ2NjMyFhcHJiYjIgYGFRcVITUBIxE0NjYzMhYXByYmIyIGFRcVITUhESMRAaG5VaBuIEEfChU1GjtVLPD9rAOtuV+yekmKSSAtekd3ad39vwOtuQSsdaFTCAiXBQQvWkJyjo77xgSYe6pYIxqcEiFrbF6OjvvGBDoAAAUAPQAABjMGFQARABUAKAAsADAAKUAXKwByJBwBci4UFC0VBnINBgFyKRcBCnIAKzIyKzIrMjIRMysyKzAxYSMRNDY2MzIWFwcmJiMiBgYVFxUhNQEjETQ2NjMyFhYXByYmIyIGBhUBETMRARUhNQGhuVWgbiBBHwoVNRo7VSzx/asDrblXpXYshZdIVl+YNUFZLQGQuf6d/bYErHWhUwgIlwUEL1pCco6O+8YErHWhUxIcD4YSEy9aQvtUBdj6KAQ6jo4AAAQAPf/sBJsGFQADABcAGwAtACVAFCIpC3ITCnIJHBwNDQQBchgCAwZyACsyMisyETMRMysrMjAxQRUhNQEyFhcVIzUmJiMiBgYVESMRNDY2ARUhNRMzERQWFjMyNjcXBgYjIiYmNQGC/rsB/VndXLkecS07USq5UpcCxf23xrkiNh8XMw0BFkcxRXFEBDqOjgHbNi7ReRAUMl1C+1QErHWhU/4ljo4BB/vLNzgSCQOXBw02f2wABABf/+wGVQYSABsAHwAxAGcAMUAbOzJAZGBbC3IBRUlAB3ImLQtyHhAfBnIUCgFyACsyKzIyKzIrMswyK8wzEjk5MDFBIy4CNTQ+AjMyHgIVIzQmJiMiBhUUHgIlFSE1NzMRFBYWMzI2NxcGBiMiJiY1BTQmJicuAzU0PgIzMhYWFSM0JiYjIgYGFRQeAhceAhUUDgIjIiYmNTMeAjMyNjYDsmYgUjszX4NQd5dTILkoWEhYXB4mHgKd/cG8uSI3Hhc0DQEWRzJEckT+NyNra1qRZTY5aZRbgrhiuTVlSU1fKxU2YkyFrFQ7b5lfj8ZmugRQdDlMZzYC/GGqnU09aU8sSXSHPkRoO1hGPGlrfe6Ojlj8lz5FGwgElwcNP4xzCyhFORUTNEpkQ0ByWDJcmV0tVTgvSCgeLyciER5UeldHdlUvZqJaTFklKEYAABUAW/5yB+4FrgAFAAsAEQAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAFcAcwCMAJoAqAAAUyMRIRUjISM1IREjASERMxUzBSE1MzUzASE1IQUhNSERITUhARUjNRMVIzUBITUhARUjNQEhNSEFITUhARUjNRMVIzUBFSM1BxEzERQGIyImNTMUFjMyNiUjJzMyNjU0JiMjESMRMzIWFhUUBgYHIgYHBhQHIzczMjY1NCYjIzczMhQXFBYxHgIVFAYBFRQGIyImNTU0NjMyFgc1NCYjIgYVFRQWMzI2zHEBNcQGs8cBNm/6Ef7LccQGXv7Kx2/+Uf7qARb84P7sART+7AEUBM9vb2/9MP7rARX8HXEEVP7rARUBkP7qARb6jXFxcQeTb+hca1BYbV04MCk2/cKWAXY7Ozs7XV+8Ql8zIkEvAQQCDA65MIk0MzM0dwGXDgwHKzoeaf6Ef2ZngYBmZ4BcSkFASktBQEkEkQEddHT+4/nhATvKcXHK/sVxcXEGV3T7dPn5AvL6+vpecQI/+fkEGHR0dPzu/PwBePr6/oj8/PMBev6GT1xRUy4tN3JGKScpHv4vAiUgQjQiOCQEEwEEAfRLLCcnL0YBBQETBCY5IkxPAUhwYXp6YXBhenrRcERPT0RwRU5OAAUAXP3VB9cIcwADAB4AIgAmACoAAFMJAgMzNDY3NjY1NCYjIgYHMzY2MzIWFRQGBw4CEzUjFRM1MxUDNTMVXAO8A7/8QXfKGSlEYqeVf7ECywI+Jzg5NSgvPR3Jyn8EBgQCgwPP/DH8MQLeMz4bJYFSgJd9jTcwQDQ0TRohOk7+u6qq/UgEBAqaBAQAAQBCAAACqwMgABwAELUDHBwLEwIAL8wyMxEzMDFlFSE1AT4CNTQmIyIGFSM0NjYzMhYWFRQGBgcHAqv9qgEgLTQXQDtLR55Ihl5agEQvVjuvgIBsAQ8qQjUWMD5MOUh2RzppSTVcXDWSAAEAewAAAe8DFQAGACNAFQQFBQMDLwB/AAIPAF8ArwD/AAQAAQAvzV1xMhEzETMwMUERIxEHNSUB75zYAWIDFfzrAlk5gXQAAAIAUf/1Ap4DIAARACMADLMXDiAFAC8zxDIwMUEVFAYGIyImJjU1NDY2MzIWFgM1NCYmIyIGBhUVFBYWMzI2NgKeSYRYWYVKSYVYWYRKniA9LCw9ICA/LCw8HwHQi3KVSUmVcotylUlJlf72pkNVKSlVQ6ZDVioqVgAAAQBW//kDmwSdADIAF0AKFB4eJgExCgwmfgA/Mz8zEjkvMzAxZTMyPgI1NTQuAiMiBgYVFBYWMzI+AjcXDgIjIiYmNTQ2NjMyHgIVFRQOAiMjARISf6xmLSZCVTBJaDcyZkw2XEUpAzQGU5RrgKhSYLqFbZ9oMjuN9boTkztqjlPKR2xJJUVyREByRiM9TClkOnlRbbNocLhvSYKsY0SC6bRnAAAEAGH/8AOuBJ0AEgAiADQARAAdQA0oFxdBDg4FOTF+HwULAD8zPzMSOS8zMxEzMDFBFA4CIyImJjU0PgIzMh4CBzQmJiMiBgYVFBYWMzI2NhMUDgIjIi4CNTQ2NjMyFhYHNCYmIyIGBhUUFhYzMjY2A65Bc5lZd8BwPnGaXFyacz+6PGtHSGo6OmtJR2o7nDpqj1VWkGk6ZbFxcbJnuTVePj5cMzNePj5dNAE9UX1UK0yVbEh1Vi4uVnU+O1cxMVc7PFYuLlYCUEJuUSwsUW5CZ5BLS5BuNFAtK083NlAsLFAAAQBCAAADwASNAAYADrUFAQZ9AwoAPz8zMzAxQRUBIwEhNQPA/enEAhf9RgSNafvcA/SZAAEAcv/wA7sElAAxABVACRYfHw4nCwMAfgA/Mj8zOS8zMDFBMxUjIg4CFRUUHgIzMjY2NTQmJiMiBgYHJz4CMzIWFhUUBgYjIi4CNTU0PgIC7RQQfa1rMSdDWDBJaDczZ01EdEgENAhcmGOBpVBgt4VqoGw3QJL0BJSdPnCVVqhKcUwnP21FQ25COV45ZTp3UW2xZ3C0akh9pF1UhuuzZgABAIH/8APFBI0AIwAXQAohCQkCGRELBQJ9AD8zPzMSOS8zMDFBJxMhFSEDNjYzMhYWFRQGBiMiJiYnMxYWMzI2NjU0JiYjIgYBOZREAqj99SYhbkh6smJauY9qt3cKsg2BYk5nNDxzUVRWAh4lAkqi/t8QIV+ueWywaUqSbFlYPm5HRGo8KQAAAgAxAAAD5QSNAAcACwAVQAkAAQEKBAt9ChIAPz8zEjkvMzAxQRUhJwEzAwEBESMRA+X8TgICQpCh/pUCPrkBnphzAxT+3f40Au/7cwSNAAACAE//8AOgBJ0AHQA9AB1ADR8AAB0eHhI0KgsJEn4APzM/MxI5LzMzETMwMUEzMjY2NTQmJiMiBgYVIzQ2NjMyHgIVFA4CIyMVNTMyHgIVFA4CIyIuAjUzFBYWMzI2NjU0LgIjAWB7U202MGFKQmU6umm5eFuVbDouYZdonZ15ol8pQHSbW1WYdkS5O2tIS2s5JUZiPQKcL1I1N1AsKUszXZBSKlR7UTNmVDMsaTBTbDxRf1gtKVN8UjVRLS1UPDNKLxcAAQBPAAADywSdAB4AErcLFH4DHh4CEgA/MxEzPzMwMWUVITUBPgI1NCYjIgYGFSM0NjYzMhYWFRQOAgcBA8v8ngGsTFUjcGNYcDW6Z8SMe7JfJ0VcNf64mJiDAZ1GaFQoUGs3YkJmqWRUl2M3Z2RmOP7pAAABAJkAAAKeBJAABgAKswZ9AgoAPz8wMUERIxEFNSUCnrr+tQHrBJD7cAOvYp6lAAACAGP/8AOrBJ0AFQArAA61HBF+JwYLAD8zPzMwMUEVFA4CIyIuAjU1ND4CMzIeAgM1NC4CIyIOAhUVFB4CMzI+AgOrO22bYF+bbzw7b5pfYJxuO7oeO1g6OFc7Hx88WDg6VzsdAp+ug8F/Pj5/wYOug8B+PT1+wP615FN8UikpUnxT5FN+VCsrVH4AAAMASAAAA+EEjQADAAkADQAcQAwEDAwNDQh9BwMDBgIALzMzETM/My8zETMwMWUVITUBASM1ATMjFSE1A+H8pgNB/Ph4Awp2SfzSmJiYA33763wEEZiYAAADAA4AAAQcBI0ABAAJAA0AG0AQCAcDBAYACg0IAQwKcgUBfQA/MysRFzkwMUEBMwEjAQEHIwEBESMRAd0Bb9D+TXH+5gFxHm/+TAJguAHlAqj9AAMA/VNTAwD9kv3hAh8AAAEAJwAABDIEjQALABVACgcKBAEECQUDAH0APzIvMxc5MDFBAQEzAQEjAQEjAQEBCwEdAR/d/nUBmd3+1v7Y3AGW/nMEjf5NAbP9vv21Abv+RQJLAkIABAAxAAAF8QSNAAUACgAPABUAIEAOEgQQAQ4EDAEIBAYBfQQALz8zETMRMxEzETMRMzAxQRMzBwEjAxMTIwEBEzMBIwMTEyMBJwHJ+IEu/vR+occqf/7WBEPFuP7Wf+L0Pn7+/C8BFgN39/xqBI38mv7ZBI38nANk+3MEjfyG/u0DlvcAAgAUAAAEVASNAAQACQAPtQcDBQF9AwAvPzMRMzAxQQEzASMBARMjAQJOAUDG/jeO/t8BPlGO/jcBIwNq+3MEjfyX/twEjQAAAQB1//AECwSNABUAD7UMEQYAfQYALz8RMzIwMUEzERQGBiMiJiY1ETMRFBYWMzI2NjUDUbp90X6Dz3i3RXxSU3tEBI389ISzWlqzhAMM/PRWbzU1b1YAAAIAKQAAA/0EjQADAAcAEbYGBwcBAH0BAC8/ETkvMzAxQREjESEVITUCbrgCR/wsBI37cwSNmZkAAQBE//AD3gSdADkAGEAKCiYPNjErGBQPfgA/zDMvzDMSOTkwMUE0LgInLgM1ND4CMzIWFhUjNCYmIyIGBhUUHgIXHgMVFA4CIyIuAjUzFB4CMzI2NgMjGTxqUWGcbzs+cqBijMdqujlzWVNuNiBGcFBhlmc1P3WjY1iri1K6LlJqPFNyOgEqJTsxKhMYP1VwSUZ1Vi9hoWE7XDUsTDAiOC4qFBhCWHJISXVSLC1biVw6UjMYKUoAAAIAigAABCYEjQAZAB4AGEAKGw0NDAwaGBcAfQA/Mi8zOS8zEjkwMVMhMh4CFRQGBgcHISchMjY2NTQmJiMjESMhATcBFYoBqmqmcjtFgVk3/nYCASpVcDk2c1rwugLV/tTDATAEjS9ahFZWhVsYG5g1Wzk/XjX8DAIHAf4CCgAAAwBa/zYEWASdAAMAGQAvABxADAADAysrCgoCIBV+AgAvPzMSOS8zEjkRMzAxZQUHJQEVFA4CIyIuAjU1ND4CMzIeAgc1NC4CIyIOAhUVFB4CMzI+AgMUAUR9/sUBtkiGu3Rxu4lKSoe7cXS8hkm4LFR6TUt4VS0uVnhLTXlUK5XxbvACQUKE0ZNNTZPRhEKE0ZRNTZTRxkRjmGg2NmiYY0RjmWk2NmmZAAABAIsAAAQbBI0AGAATtwIBAQ0MD30NAC8/MxI5LzMwMUEhNSEyNjY1NCYmIyERIxEhMhYWFRQOAgJe/rQBTFxyNjZyXP7muQHTj8dnOnKmAbaZNVw8OWI9/AwEjV+la1SFXjEAAgBg//AEWwSdABUAKwAQticGHBF+BgsAPz8zETMwMUEVFA4CIyIuAjU1ND4CMzIeAgc1NC4CIyIOAhUVFB4CMzI+AgRbSIa7c3G7iUpKh7txdLuHSLcsVHpNSnhVLi5WeUpOeFQrAmdChNGTTU2T0YRChNGUTU2U0cZEY5hoNjZomGNEY5lpNjZpmQABAIsAAARZBI0ACQARtgMIBQEHAH0APzIvMzk5MDFBESMBESMRMwERBFm5/aS5uQJcBI37cwNs/JQEjfyUA2wAAwCLAAAFeASNAAYACwAQABZACQIOCgUMBwQAfQA/MjIyLzMzOTAxUzMBATMBIwEzExEjATMRIxHMrgGHAYau/g+H/c6dG7gET565BI38cQOP+3MEjf0F/m4EjftzAZIAAgCLAAADiwSNAAMABwAPtQYDAgR9AgAvPxEzMzAxZRUhNRMRIxEDi/2MLbmYmJgD9ftzBI0AAwCLAAAEVwSNAAMACQANABdADAYHCwUMCAYKAQQAfQA/Mi8zFzkwMUERIxEhAQEnNwETATcBAUS5A6v9/f7gJNcBjCT+RXsCIQSN+3MEjf3T/uq87AGb+3MCLIT9UAAAAQAs//ADTQSNABMADbQQDAcBfQA/L8wzMDFBETMRFAYGIyImJjUzFBYWMzI2NgKTumWvcHa7bLo4Z0Q8WzMBUwM6/MZvn1VLmnZFVygxWwABAJgAAAFRBI0AAwAJsgB9AQAvPzAxQREjEQFRuQSN+3MEjQADAIsAAARZBI0AAwAHAAsAGEAKAgMDBAkFCAR9BQAvPzMRMxI5LzMwMUEVITUTESMRIREjEQPA/V8luQPOuQKLmZkCAvtzBI37cwSNAAABAGT/8AQ2BJ0AKgAWQAkpKioFGRB+JAUALzM/MxI5LzMwMUERDgIjIi4CNTU0PgIzMhYWFyMuAiMiDgIVFRQeAjMyNjc1ITUENhlptYx0wY1NRIO9eJTFbQ+3C0B1XFJ6UScwW39PfHIY/ucCUP5GIE44S4/PhFSDzpBLX6ZrPWI5NmiVX1Zhl2g2NRbukAADAIsAAAObBI0AAwAHAAsAGkALBwYGAQoLCwEAfQEALz8ROS8zETkvMzAxQREjEQEVITUBFSE1AUS5AsH9zAKD/X0EjftzBI39/5iYAgGZmQAAAwBE/xMD3gVzAAMABwBBAClAEwc+PiQIFzMGBjMLAiAgFwAAF34APzMvETMRMz8zLxESOTkzETMwMUERIxETESMRJTQuAicuAzU0PgIzMhYWFSM0JiYjIgYGFRQeAhceAxUUDgIjIi4CNTMUHgIzMjY2AnGVlZUBRxk8alFhnG87PnKgYozHaro5c1lTbjYgRnBQYZZnNT91o2NYq4tSui5SajxTcjoFc/7PATH60f7PATHmJTsxKhMYP1VwSUZ1Vi9hoWE7XDUsTDAiOC4qFBhCWHJISXVSLC1biVw6UjMYKUoAAwAxAAAD7wSdAAMABwAmAB1ADQQFBQEiGX4OAgINAQoAPzMzETM/MxI5LzMwMWEhNSEDFSE1JRMWBgYHJz4DJwMmPgIzMhYWFSM0JiYjIg4CA+/8gwN90v0UAVUIAxIuKK0dJBQHAgkEM2SOWIGsVbk3WzcuSTIZmAHWeXl6/upQlXckRghDXmYrARZoonA7Ya50VWYtJEhpAAUADgAAA5IEjQADAAcADAARABUAG0ALBgcDAgIRFAoJEX0APzM/Ejl8LzMYzjIwMUEVITUFFSE1JQEzASMDAQcjAQERIxEDO/0jAt39IwFGASvD/pJx3wEtFW/+kQIbuAIaenrEeHiPAqj9AAMA/VNTAwD9kv3hAh8AAgCLAAADhQSNAAMABwAOtQcGA30CCgA/PzMzMDFBESMRIRUhNQFEuQL6/ZMEjftzBI2ZmQAAAwAUAAAEVASNAAMACAANABtADAgMfQAFBQkCAwMJCgA/MxEzETMRMz8zMDFhNSEVAQEzASMBARMjAQO8/O4BpAFAxv43jv7fAT5Rjv43mJgDavyWBI37cwNpAST7cwAAAwBg//AEWwSdAAMAGQAvABdACgMCAgogFX4rCgsAPzM/MxI5LzMwMUEVITUFFRQOAiMiLgI1NTQ+AjMyHgIHNTQuAiMiDgIVFRQeAjMyPgIDVf4gAuZIhrtzcbuJSkqHu3F0u4dItyxUek1KeFUuLlZ5Sk54VCsCkpiYK0KE0ZNNTZPRhEKE0ZRNTZTRxkRjmGg2NmiYY0RjmWk2NmmZAAIAFAAABFQEjQAEAAkADrUBCQoECH0APzM/MzAxQQEzASMBARMjAQJOAUDG/jeO/t8BPlGO/jcDavyWBI37cwNpAST7cwADAD4AAANLBI0AAwAHAAsAF0AKBwYGAgoLfQMCCgA/Mz8zEjkvMzAxZRUhNQEVITUBFSE1A0v88wLK/XcCzPzzmJiYAhSZmQHhmJgAAwCLAAAERASNAAMABwALABO3CgULBwIAA30APzMzMzMvMzAxQRUhNTMRIxEhESMRA679bye5A7m6BI2YmPtzBI37cwSNAAMAQAABA8kEjQADAAcAEAAlQBINCAkDCgYQEA4HfQoCDAMDAgoAPzMRMxEzPzMzETMSFzkwMWUVITUBFSE1ARUBIzUBATUzA8n8wQMN/NACCf48bAFQ/rBsmZiYA/SYmP3HGf3GjwG3AbePAAMAYQAABQYEjQAVACcAKwAVQAkWAAArfR4MKgoAP80yPzMvMzAxQTMyHgIVFA4CIyMiLgI1ND4CFyIGBhUUFhYzMzI2NjU0JiYjExEjEQKGWXXJlVRUlcl1WXXIlVNTlch1daNVVaN1W3WjVlajdTC6BBg8d65ycrB4Pj13sHJyr3c9m0GLbm6MQUKNbm6JQQEQ+3MEjQAAAgBhAAAEtgSNABkAHQAfQA4VFBQGBwcNHA4AHR0NfQA/MxEzPxI5ETMzETMwMUEzERQGBiMjIi4CNREzERQeAjMzMjY2NQERIxED/bmD964Vf8eKSLksWINYFXyiUf7ruQSN/si2/oRLkdSIATj+yGSbazdhu4UBOPtzBI0AAwB2AAAEfgSdACwAMAA0ACdAEy00Ci4zCigSEikRETIyMQoGHX4APzM/MxEzETMzETM/Mz8zMDFBNTQuAiMiDgIVFRQeAhcVLgM1NTQ+AjMyHgIVFRQOAgc1PgIBNSEVITUhFQPCJ1F8VlV8USckRmM/bah0PESDwHt7wIREO3KmbFtzOP76AcL7/AHBAmgmUohkNjZkiFImZp1xRxB6DV2YynkkcMCQUVGQwHAkecmYXQ56FnC9/iCYmJiYAAMAJ//sBS0EjQADAAcAIwAcQA0XFgsgDQ0DBAoFAgN9AD8zMz8SOS8zPzMwMUEVITUBETMRAzU+AjMyFhYVFA4CIzUyPgI1NCYmIyIGBgOw/HcBY7pCOHKAS4nEaUR7pWJCZUMiOG9VSIB0BI2YmPtzBI37cwIcmRUhElqziGqSWSeYGDVYP1hvNRIhAAACAGH/8AQxBJ0AAwArABdACgABAQkdFH4oCQsAPzM/MxI5LzMwMUEVITUBMw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgIzMjY2Atn99gKougxxzZdxtoJGRoS7dJLIcQy6Cj52X094USklTHZQZHg/ApSZmf7lcbJmTY/KfWZ9ypBNZbR1TW47NWeSXWdYkWo5OG0AAAMAKAAABvsEjQARACkALQAgQA8oKSkcLB0BLX0fHAoLCAoAPzM/Mz8zMzMSOS8zMDFBMwMOBCMjNzc+BDclMhYWFRQOAiMhETMRITI2NTQmJiMhNQMVITUBKLoUBBszU3hTNgMpKz4qGw8EBDeJwWU5b6Bn/jG6ARWBdTNtVv64cf3DBI395n3Jl2QypQEBIkRsl2NlW6JsUYZiNgSN/AuEVTddOpkBtZiYAAADAIsAAAcKBI0AFwAbAB8AIUAPFxYWGxoaHgsffQ0KCh4KAD8zETM/MxI5LzMzLzMwMUEyFhYVFA4CIyERMxEhMjY1NCYmIyE1BxUhNRMRIxEFWonBZjpvoGf+MboBFYJ0M2xX/rhm/XMluQLYW6JsUYZiNgSN/AuEVTddOplNmZkCAvtzBI0AAwApAAAFLgSNAAMABwAbABlACxgNDQMTBAoFAgN9AD8zMz8zEjkvMzAxQRUhNQERMxEDNT4CMzIWFhURIxE0JiYjIgYGA7H8eAFjuUE4cYBLicRpuThwVUh/dASNmZn7cwSN+3MCHJkVIRJZtIv+mwFlWnE0EiEABACL/poEQwSNAAMABwALAA8AG0AMDwt9AwcHDgoCAgoKAD8zLxEzMxEzPzMwMWURIxElFSE1ExEjESERIxECxboBo/1vJ7kDuLmE/hYB6hSYmAP1+3MEjftzBI0AAAIAiwAABAkEjQAXABsAG0AMAgEBDQsOChsaGg19AD8zETM/MxI5LzMwMUEhFSEyFhYVFAYjIREjESEyPgI1NCYmEzUhFQJZ/rkBR1dsM3SC/uu5Ac5noG86ZsGz/YMC2Jk6XTdVhAP1+3M2YoZRbKJbAR+WlgADAC7+rAToBI0AEAAWAB4AI0AQGh0dCRcKChwUCQoWEREAfQA/MhEzPzMzMxEzETMvMzAxQTMDDgQHIzczPgM3EyERIxEhASERIxEhESMBUrcQBSc/T1svXAUoID81IwU8Atu5/d7+sQS5uvy7uwSN/kqK051xTx2YJlZ8vI0BtPtzA/X8o/4UAVT+rQAABQAfAAAF7ASNAAMACQANABMAFwA1QBkUFxcRDAsLBwcREQYODg8KAgIVCgkDAw99AD8zETM/MxEzEjkvMzMRMxEzETMRMxEzMDFBESMRIQEhJzMBEwE3CQIzATMHJwEjAQNiuQMf/l3+4hzRASwa/rKHAbH78/5k4QEr0Ryu/rTrAbUEjftzBI39apkB/ftzAhOG/WcB9wKW/gOZHP3tApkAAgBI//AD1QSdAB4APgAdQA0fAgIBPj4VNCoLCxV+AD8zPzMSOS8zMxEzMDFBIzUzMjY2NTQmJiMiBgYVIzQ+AjMyHgIVFA4CJzMyHgIVFA4CIyIuAjUzHgIzMjY2NTQuAiMjAhCSjlpwMzh0XEJsQblBc5paX6N6RUN3nuySdatvNkqDqF9ImoVSuQVGcURafkIjRWVCjgIsdCtPNjNQLyRKOkt3VC0lTXlTRXFRLEUvU24/V4BTKCBNgmFCUCQsUzkzSzEYAAADAIsAAARiBI0AAwAHAAsAG0AMAAMKBwsKAQIFBQh9AD8zETMzPzMzMzMwMXcBFwEBMxEjATMRI8AC6IP9GQJkurr847m5XAQxXPvPBI37cwSN+3MAAAMAjAAABCwEjQADAAkADQAfQA4MCwsHBwYGAgkDfQoCCgA/Mz8zEjkvMxEzETMwMUERIxEhASMnMwETATcBAUW5A4H96vAcvgGEEP5bbgImBI37cwSN/WqZAf37cwIThv1nAAADACgAAAQ3BI0AAwAHABkAGEALExAKBwIDAwh9BgoAPz8zETMzPzMwMUEVITUhESMRITMDDgQjIzc3PgQ3A5P9wwLhuv2ruhYFHDRTdlA2AykrPSoaDwQEjZiY+3MEjf3mfcmXZDKlAwMiRGqVYwAAAgAj/+wEDASNABIAFwAXQAoBF30VFhYODgcLAD8zETMRMz8zMDFBATMBDgIjIiYnNxYWMzI2NjcDExMHAQIiARXV/mwhS3xrGUIJBgtBEDJBKxLb/XCf/l0BuALV/GVKd0UEA5QBAy1FJAN0/aT+2i8DsQAEAIv+rATyBI0ABQAJAA0AEQAdQA0RDX0FCQkQCwgCAggKAD8zLxEzMzMRMz8zMDFlAyMRIzUzFSE1ExEjESERIxEE8hKmkAT9bye5A7m6mP4UAVSYmJgD9ftzBI37cwSNAAIAPQAAA+AEjQADABcAE7cUCQkCAw59AgAvPzMSOS8zMDFBESMRExUOAiMiJiY1ETMRFBYWMzI2NgPgukI4cn9MiMVpujhwVEl/dQSN+3MEjf3mmRUgE1m1igFj/p1acDUTIAAEAIsAAAXHBI0AAwAHAAsADwAZQAsLBwcPEAoGBgMOfQA/MzMRMz8zETMwMWUVITUBESMRIREjESERIxEFMfvGAo65Avu6/De5mJiYA/X7cwSN+3MEjftzBI0AAAUAi/6sBnUEjQAFAAkADQARABUAJ0ASEQ0NFX0EEAICEBAMDBMTCQgKAD8zMxEzETMRMy8RMz8zETMwMWUDIxEjNTMVITUBESMRIREjESERIxEGdRKlkAP7xgKOuQL8u/w3uZj+FAFUmJiYA/X7cwSN+3MEjftzBI0AAgAJAAAE1wSNAAMAGgAXQAoGBQUPEgoRAQB9AD8yMj8zOS8zMDFTFSE1ASEVITIWFhUUBiMhESMRITI2NjU0JiYJAbUBaf65AUdXbTN1gv7ruQHOicFmZsEEjZiY/kuZOl03VYQD9ftzXqZrbKJb//8AiwAABWcEjQQmAiMAAAAHAf4EFgAAAAEAiwAABAkEjQAWABVACRUWFgoMCQoKfQA/PzMSOS8zMDFBMhYWFRQGBiMhETMRITI2NTQmJiMhNQJZicFmZsGJ/jK5ARWCdDNsV/65Athbomxrpl4EjfwLhFU3XTqZAAIAS//wBBsEnQADACsAF0AKAgEBHAgnCxMcfgA/Mz8zEjkvMzAxQSE1IQEeAjMyPgI1NTQuAiMiBgYHIz4CMzIeAhUVFA4CIyImJicDrf33Agn9WAw/eWRQdUwlKVF4T152Pgu6DXDJkXS7hEZGgbZxl81xDQH7mf7lTW04OWqRWGddkmc1O25NdbRlTZDKfWZ9yo9NZrJxAAAEAIv/8AYWBJ0AAwAHAB0AMwAdQA4kGX4vDgsDAgIGB30GCgA/PxI5LzM/Mz8zMDFBFSE1ExEjEQEVFA4CIyIuAjU1ND4CMzIeAgc1NC4CIyIOAhUVFB4CMzI+AgKF/m9QuQWLSIa7c3G7iUpKh7txdLuHSLgsVHlNS3hVLi5XeEtNeVMrApeZmQH2+3MEjf3aQoTRk01Nk9GEQoTRlE1NlNHGRGOYaDY2aJhjRGOZaTY2aZkAAAIAUAAAA/0EjQADACMAGUALIwAEBBkbFn0ZAQoAPzM/MxI5LzMzMDFBASMBBSEuAicuAicuAjU0PgIzIREjESEiBhUUFhYzIQJL/srFAUEB5f6DDw4RFAMODgNddzk4bp5mAcu6/u+BbzBqVgFGAkb9ugJGZgIGBwQBCAgBF1l6SVF/Vy77cwP1bFg4VC0AAAMACwAAA+gEjQADAAcACwAbQAwLCgoDAgYHBwN9AgoAPz8zETMREjkvMzAxQREjESEVITUBFSE1Aaa5Avv9kgEO/YMEjftzBI2Zmf4ImJgABgAf/qwGIwSNAAMABwANABEAFwAbADtAHAIOAQEODgYbGBgVEhIQDwwJCRMGBhkKDQcHE30APzMRMz8zERI5LzMzMzMRMzMRMxEzETMvETMwMUEjETMBESMRIQEhJzMBEwE3CQIzATMHJwEjAQYjqKj9P7kDH/5d/uIc0QEsGv6yhwGx+/P+ZOEBK9Ecrv606wG1/qwB6wP2+3MEjf1qmQH9+3MCE4b9ZwH3Apb+A5kc/e0CmQAEAIz+rAROBI0AAwAHAA0AEQAnQBIQDw8LCgoGDQd9Ag4BAQ4OBgoAPzMRMy8RMz8zEjkvMzMRMzAxQSMRMwERIxEhASMnMwETATcBBE6np/z3uQOB/erwHL4BhBD+W24CJv6sAesD9vtzBI39apkB/ftzAhOG/WcAAAQAjAAABOgEjQADAAcADQARAClAExAPDwoACwsKAwMKCgYNB30OBgoAPzM/MxI5LzMvETMRMxEzETMwMUEzESMDESMRIQEhJyEBEwE3AQGUlZVPuQQ9/er+VBwBeQGFEP5bbgImA3X9tANk+3MEjf1qmQH9+3MCE4b9ZwAEACQAAAUVBI0AAwAHAA0AEQAhQA8QDw8LCgoOBgoNBwcDAH0APzIyETM/MzkvMzMRMzAxUyEVISURIxEhASMnMwETATcBJAG1/ksCCrkDgf3q8By+AYQQ/lxtAiYEjZiY+3MEjf1qmQH9+3MCE4b9ZwABAGD/6wVcBKAARAAbQAwAAQEvGAskIyM6DX4APzMzETM/MzMvMzAxZRUiLgM1NTQ+AjMyHgIVFRQOAiMiLgI1NTQ+AjMVIg4CFRUUHgIzMj4CNTU0LgIjIg4CFRUUHgIFXJX8xYpINGSRXFyQZTRfru+Ri9yZUUF5p2Y/ZEYlNWeZY3CteD4YMU01NE0yGE6b6YqeOG+h04EmdbeAQ0B+uXg6k++rXFKf5pMfhs+OSZ4wY5RlIXOtczlEgLZxPVV+UykrVX1SK4C/fj8A//8ADgAABBwEjQQmAe4AAAAHAkEARP7dAAIAJ/6sBHEEjQADAA8AIkARCw4IBQQKBg99AgoBAQoKDQoAPzMRMy8RMz8zEhc5MDFBIxEzCQIzAQEjAQEjAQEEcaen/JoBHQEf3f51AZnd/tb+2NwBlv5z/qwB6wP2/k0Bs/2+/bUBu/5FAksCQgAFACf+rAXzBI0ABQAJAA0AEQAVACJAEBENDRQVfRASDAkECAICCBIAPzMvETMzMz8/MzMRMzAxZQMjESM1MxUhNRMRIxEhESMRIxUhNQXzEqaQBP1uKLoDubnb/HeY/hQBVJiYmAP1+3MEjftzBI2YmAADAD0AAAPgBI0AAwAHABsAH0AOABgYDQMDDQ0GBxJ9BgoAPz8zEjkvMy8RMxEzMDFBMxEjAREjERMVDgIjIiYmNREzERQWFjMyNjYBxpSUAhq6Qjhyf0yIxWm6OHBUSX91Axz9tAO9+3MEjf3mmRUgE1m1igFj/p1acDUTIAACAIsAAAQtBI0AAwAXABRACQ8SFAkJAX0AEgA/PzkvMz8wMXMRMxEDNT4CMzIWFhURIxE0JiYjIgYGi7lBOHGAS4nEabk4cFVIgHQEjftzAhyZFSESWbSL/psBZVpxNBIhAAEAAv/wBWwEnQA0ABtADBgYHR0RESILfi0ACwA/Mj8zOS8zETMvMDFFIi4CNTU0PgIzMh4CFRUhIi4CNTMUFhYzITU0JiYjIg4CFRUUHgIzMjY3Fw4CA5KD0JJNTou8b4DDg0L8JmOWZDOZNW1VAyFKlHFKelcvK1qPZGiLMDkZXYoQTY7CdoN3xI9NSorEe4Y1Y4xWRWY4G2aVUTZkjFaDUYdjNjEWkg8pHwABAF7/8ARqBJ0AKwAVQAkRFBQZCwskAH4APzI/MzkvMzAxQTIeAhUVFA4CIyIuAjU1IRUhFRQWFjMyPgI1NTQuAiMiBgcnPgICSH/KjktNjLxugcODQgOO/SxJlXFKeVcvK1qPZGiLLzkaYJAEnU2Ow3aCd8SPTUqKxHuGmBpmlVE2ZIxWglGHYzcxF5IQKR8AAAIASP/sA9UEjQAHACYAG0AMCAUFBCYmHRMLBwB9AD8yPzM5LzMzETMwMVMhFwEjNQEhATMyHgIVFA4CIyIuAjUzHgIzMjY2NTQmJiMjcAM4Af5KaAEp/bwBG4V1q282SoOoX0iahVK5BUZxRFp+Qj55WIEEjXb+OXQBMf7APWd9QV6IVyoiTYRhQlMnL11FQFkwAAADAGD/8ARbBJ0AFQAkADQAG0AOCyVqLR1qLS0LABZqAAsALy8rEjkvKyswMUEyHgIVFRQOAiMiLgI1NTQ+AhciBgYHBgYHISYmJy4CAzI2Njc2NDchFhYXHgMCXXS7h0hIhrtzcbuJSkqHu3FZiFULAQEBAooBAQELU4hbXolRCgEB/XYBAQEINVRvBJ1NlNGEQoTRk01Nk9GEQoTRlE2bTZVsCBEJCRMIa5RN/IhOmG0IDwcIEQhRflUsAAQAMQAAA+8EnQADAAcACwAqACFADwYHAwICCSYdfhIKChEJEgA/MzMRMz8zEjkvM84yMDFBFSE1BRUhNQEhNSEBExYGBgcnPgMnAyY+AjMyFhYVIzQmJiMiDgIDHf0UAuz9FAO+/IMDff2XCAMSLiitHSQUBwIJBDNkjliBrFW5N1s3LkkyGQKpenrneXn+PpgCUP7qUJV3JEYIQ15mKwEWaKJwO2GudFVmLSRIaQAAAwBD//ADnwSdACMAJwArAB1ADScmJiorKwcZEn4ABwsAPzM/MxI5LzMzLzMwMWUyNjcXBgYjIi4CNTU0PgIzMhYXByYmIyIOAhUVFB4CExUhNQUVITUCujtbNBs3cD5xsnxBQHuycT9rPRUzZDtLbkkjJElvwf0TAu39E4cPDpUPEEB/vHu8e76AQhEOlBALLVmEV75Xg1ksAm55eeZ5eQAABACLAAAHrQSdAAMAFQAnADEAKUASKzAuLSQJCTEufSotChsSEgIDAC8zM3wvMxg/Mz8zMy8zERI5OTAxQRUhNQM1NDY2MzIWFhUVFAYGIyImJjcVFBYWMzI2NjU1NCYmIyIGBgERIwERIxEzAREHb/3TQVSZaWqZU1KZaWqaVKMnUT08TycoTz08UCf+tbn9pLm5AlwBS46OAbBTYpdWVpdiU2GXVlaXtFM4WTMzWThTN1g0NFgBCPtzA2z8lASN/JQDbAAAAgAoAAAEZwSNABgAHAAbQAsbHAIBAQ4MD30OCgA/PzMSOXwvMxjOMjAxQSE1ITI2NjU0JiYjIREjESEyFhYVFA4CBxUhNQK3/XECj1dsMzNsV/7ruQHOicFmOm+gef2DAaWYQGQ2OWVA/AsEjWGoa1GIZDdZl5cAAgA///UCmwMgABkAMwAZQAobAAAZGhoIECwkAC8zzDI5LzMzETMwMUEzMjY2NTQmIyIGFSM0NjYzMhYWFRQGBiMjFTUzMhYWFRQGBiMiJiY1MxQWMzI2NTQmJiMBClQxQCFARTlLnUyCUFeESkF7WG9vZIA+UItXS4lWnVBCRkknRzEByxwxICw8MitEYzYzZEk1WTUlTjBaQEloNjFoUS09PjEqMxcAAgA2AAACvAMVAAcACwAXQAkDBwcBAQYFCAoAL8wyMjkvMxEzMDFBFSEnATMHAwERIxECvP2BBwF6fInPAXydASyCZgIF5f78Aen86wMVAAABAFz/9QKoAxUAIQASth8JCQQDGREALzPMMjkvMzAxUycTIRUhBzY2MzIWFhUUBgYjIiYmJzMWFjMyNjU0JiMiBu59MQHf/qMXE0suVXlBQIJkSoRUBJsFTDpJP05JNzgBZCABkYOrCBY+dFFHe0s1ZkgzMFI9Pk4cAAEAVv/1AqwDHwAtABO2ExwcAwAMJAAvM8wyOX0vMzAxQTMVIyIGBhUVFBYWMzI2NjU0JiMiBgYHJz4CMzIWFhUUBgYjIiYmNTU0PgICExYLYoZDJkIqKj4iR0QrRioCKgM7a0hVcThHg1peiUs5caYDH4M5dlp0OEwmJkAoPkshNBwvK1k+RnhKTXtHTY1gN2ijcjwAAAEAOwAAAqYDFQAGAAyzBQEGAgAvzDIyMDFBFQEjASE1Aqb+oqYBXv47AxVa/UUClIEABABP//UCnwMgAA8AHwAvAD0AF0AKDCQ7AxQUNCwcBAAvM8wyOS8XMzAxZRQGBiMiJiY1NDY2MzIWFgc0JiYjIgYGFRQWFjMyNjYTFAYGIyImJjU0NjYzMhYWBzQmJiMiBhUUFhYzMjYCn02GVFSGT02GVVWGTZwkPykqPiIiPyopPyOJR3xRUX1HR31QUH1Inh01JTdAHTYlNz/YS2UzM2VLRGI2NmI4IzEbGzEjIjIbGzIBgj5dMzNdPkdiMzNiUR8tGjYwHi4aOAAAAQBK//kClQMgAC4AE7YSGxsKIwEtAC8zzDI5fC8zMDF3MzI2NjU1NCYmIyIGBhUUFhYzMjY2NxcOAiMiJiY1NDY2MzIWFhUVFA4CIyPRDmR8OiU+KCo9IR8+LS1CJQEvAjxmQ1R0O0eDWl2ERjRspHEPeDRsUpI3SCQqRSkoQCYiNBotLlc4Q3dOTX9NTZBlM2mhbzkAAQCPAosDDAMjAAMACLEDAgAvMzAxQRUhNQMM/YMDI5iYAAMAnwRAAm8GcgADAA8AGwAZQAkTDQ0HAQMDGQcALzMzfC8YzREzETMwMUE3MwcHNDYzMhYVFAYjIiY3FBYzMjY1NCYjIgYBIJK93PRlRkVjY0VGZVQ0IyMxMSMjNAW7t7fYSl1dSkhbW0gjMTEjJjIyAAQAiwAAA68EjQADAAcACwAPABtADAsKCgYPDgd9AwIGCgA/MzM/MzMSOS8zMDFlFSE1ExEjEQEVITUBFSE1A6/9aC25As39vwKS/W6YmJgD9ftzBI3+GZeXAeeZmQAEAB/+SgQRBE4AEgAkAFsAXwAzQBpdXwZyJSYYGA9AQUEuU1MPDwVKNw9yIQUHcgArMisyETkvOREzMxEzETMSOTkrMjAxUzU0NjYzMhYWFRUUDgIjIiYmNxUUFhYzMjY2NTU0JiYjIgYGExcGBhUUFhYzMzIWFhUUDgIjIi4CNTQ2NjcXDgIVFB4CMzI+AjU0JiYjIyImJjU0NjYBFyEnXW3BfoDBbD5xnV9/wm25PW5KSW08PW5JSG49J14bQCI6I6yCt2JHiseAca11PFqFQjcqSC0hRWhIVYNZLiljVtBFdUg3TQLyAv6DCwLSFmiiXFyiaBZJgmM4YaN4FjRfPDxfNBY4XTk5Xf6uMhA9OB8lDz+CZTl4ZT4sTmQ3WX1LDU0HNU8xITstGiM5Qh8tQCImTz5DXDwCf5KSAAAEAGT/6wRZBE4AFQArAC8AMwAXQAwwCi0GHBELcicGB3IAKzIrMj8/MDFTNTQ+AjMyHgIXFQ4DIyIuAjcVFB4CMzI+Ajc1LgMjIg4CBRMzCwIzE2Q4a55mZphqPgwLPmuZZ2SdbDi6IENrSz9eQywOCypDYEBMa0QgAjVOsWpAVZVxAfUVgNSbVUmJwXlLeMGKSU2Mv4cVTYZmOUBujEwlSotxQkR2m0UCHv3i/eQCHP3kAAACALIAAATkBbAAGQAuAB9ADyYIGxoaAgEBDgwPAnIOCAA/KzISOS8zMxEzPzAxQSEnITI2NjU0JiYjIREjESEyFhYVFAYGDwI3MhYWFRUUFhYXFSMuAjU1NCYmAt/+ZgIBaHSMPz6Ea/62wQINoNtxVKByGFQWp7xODB4axh4aBj92AnWdO3JSTnQ/+u4FsF+4iF2SZRobE29fqGyFKE9DGRkbXVwagU92QQAAAwCyAAAFHgWwAAMACQANACBAEAoICQIMCwsHBgYCAwJyAggAPysSOS8zMxEzPz8wMUERIxEhASEnIQETATcBAXPBBEL9iP6qHgEBAfwt/d1sAqMFsPpQBbD836ACgfpQAqip/K8AAwCTAAAEFQYAAAMACQANABxADgsHBgYCCQZyAwByCgIKAD8zKysSOS8zMzAxQREjEQEBISczARMBNwEBTLkDTv5D/uYW1gE7NP6MYgHuBgD6AAYA/jr9u5oBq/vGAgKl/VkAAAMAsgAABPsFsAADAAkADQAaQA4GCwcIDAUCCQMCcgoCCAA/MysyEhc5MDFBESMRIQEhJzMBEwE3AQFzwQQg/VH+7gt4AmQr/TWhAxgFsPpQBbD9H1sChvpQAuhl/LMAAAMAkwAAA/IGGAADAAkADQAgQBAMCwsHBgYCCQZyAwFyCgIKAD8zKysSOS8zMxEzMDFBESMRAQEjJzMBEwE3AQFMuQM1/dyaFlkBijb+OWsCQQYY+egGGP4i/bqZAa37xgIAk/1tAAIAiwAABCAEjQAZAB0AFkAJGxoPAgEOD30BAC8/MxEzETMyMDFhITchMjY2NTU0LgIjITUhMh4CFRUUBgYBESMRAef++AEBB4GrVDBei1v+5gEafM2UUI3//rC5mGCze0JflGU0mU2Ry35Ap/iHBI37cwSNAAABAGH/8AQxBJ0AJwARthkVEH4kAAUAL8wzP8wzMDFBMw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgIzMjY2A3e6DHHNl3G2gkZGhLt0kshxDLoKPnZfT3hRKSVMdlBkeD8BeXGyZk2Pyn1mfcqQTWW0dU1uOzVnkl1nWJFqOThtAAACAIsAAAPwBI0AGQAxAChAExwbKRkCAgEbJgEBJhsDDQwPfQ0ALz8zEhc5Ly8vETMSOTkRMzAxQSEnITI2NjU0JiYjIxEjESEyHgIVFAYGBwMhNyEyNjY1NCYmIyM3IRceAhUUDgICUv7BAgEdSGg4OG1Q3bkBlmOecTxMjmVH/ohfARlNaTcvZVDvAQFBKGCBQjtvnAITjCdLNjxNJPwMBI0mTnhSR3VJB/29mCxSOTtYMYw1A1F/SVN9VCoAAwAUAAAEcQSNAAQACQANABxADA0ABgMMDAEHA30FAQAvMz8zEjkvEjk5MzAxQQEjATMBASczAQMVITUCXv5zvQHfeQFJ/nYNegHZ1/1MA+r8FgSN+3MD7p/7cwGvmJgAAQCfBI8BlgY8AAoACrIFgAAALxrNMDFTNTQ2NjcXBgYVFZ8sQR9rIhsEj4E7dWAcUzxoPngAAgCCBN8C4AaLAA8AEwAStRITCgANBQAvM3zcMtYYzTAxQTMUBgYjIiYmNTMUFjMyNicnMxcCR5lJiF1eiEqYRFRQRbWkmXEFsD1eNjZePS5FRULHxwAC/KMEvf7MBpQAFwAbAB1ADAAVFQUZGxsJEREMBQAvMzMRMzMvMxEzETMwMUEXFAYGIyImJiMiBhUnNDY2MzIWFjMyNiU3Mwf+eVMrSjE2QTosIjBUKksxLURCKiEy/vCDq7YFlRgwUjEmJjMmFTBTMyYlM0Li4gACAG8E4gRYBpUABgAKABS3CAcHBQGABAYALzMazTkzL80wMVMBMwEjJwclEzMDbwEjmAEjxaqqAc+NyMkE4gEG/vqenrEBAv7+AAL/XQTPA0cGgwAGAAoAF0AJB0AICAMGgAIEAC8zGs05My8azTAxQQEjJwcjASUTIwMCIwEkxqqpxQEi/pqOjckF1v75n58BB63+/gECAAIAaQTkA+0G0AAGABoAH0ANERIIQBoJCAgDBoACBAAvMxrNOTMRMzMaEMwyMDFBASMnByMBBSMnPgI1NCYmIzcyHgIVFAYHAjUBEqvFxKoBEAHtcwEsNhomQCcGQGFDIlMzBev++bq6AQd9hAMMGRYZHQ1dFys7JUE7BwACAGkE5ANHBtQABgAeACVAEAgHBxAYDEAUExMcDAwGgAQALxrNMhEzMxEzGhDNMjIRMzAxQQUjJwcjJTcXFAYGIyImJiMiBhUnNDY2MzIWFjMyNgIZAS6rxcSqAS35TStILTI8NSkfNE0rSSwqPj0nHzQF2PSenvT8FihILSQkLxwTKEkvIyMtAAADAIsAAAOFBcQAAwAHAAsAG0AMAgoKCwsHAwMHfQYKAD8/My8RMxEzETMwMUERIxEBESMRIRUhNQOFuf54uQL6/ZMFxP4wAdD+yftzBI2ZmQAAAgCCBN8C4AaLAA8AEwAStRETAAoNBQAvM3zcMhjWzTAxQTMUBgYjIiYmNTMUFjMyNic3MwcCR5lJiF1eiEqYRFRQRdBxmaQFsD1eNjZePS5FRULHxwACAIIE4ALLBwQADwAlAChAERscHBElEhIREQkNBQAJCQUQAD8zfC8zETMRMxgvMxEzETMvMzAxQTMUBgYjIiYmNTMUFjMyNicjJz4CNTQuAiM3Mh4CFRQGBgcCOJNHgltahEeSRE9OQ0mAATE9HhksOyEHSG5JJitEJgWwPV41NV49LkVFP30CDBcUEBcOBlIVJjUgJzAYBQD//wBRAo0CngW4BgcB4gAAApj//wA2ApgCvAWtBgcCOwAAApj//wBcAo0CqAWtBgcCPAAAApj//wBWAo0CrAW3BgcCPQAAApj//wA7ApgCpgWtBgcCPgAAApj//wBPAo0CnwW4BgcCPwAAApj//wBKApEClQW4BgcCQAAAApgAAQB+/+sFHgXFACkAFUAKGhYRA3ImAAUJcgArzDMrzDMwMUEzDgIjIi4DNTU0EjY2MzIWFhcjLgIjIg4CFRUUHgMzMjY2BFzBD4bsqmu+nHE+WqbjiKXyjw/CD1macWKdcDsqTWyETHWUUQHPitt/Qn2w3oE9ogEIv2Z83JBllFFRlc18P2SsimI1TpMAAAEAfv/rBR8FxQAtABtADS0sLAUaFhEDciYFCXIAKzIrzDMSOS8zMDFBEQ4CIyIuAzU1NBI2NjMyFhYXIy4CIyIOAhUVFB4DMzI2NjcRITUFHxqC151vxqR3QVyo4oay7IMUwQ9RmHxenHI/LVRzjU9hiVQS/rAC0/3sJ2RJQXyz5okbrAERv2R0yoFPg09Rl9WDHWy0jWIzIzIWAUWbAAACALIAAAURBbAAGwAfABK3HA8QAnICHQAALzIyKzIyMDFhITchMj4CNTU0LgIjITUhMhYWEhUVFAIGBAERIxECU/64AgFFd72ERUaCtW/+ogFfkvm6aGe9/v/+h8GdTpLKey2By41KnmO5/vuiK6L++7liBbD6UAWwAAIAfv/rBV8FxQAZADEAELchFANyLQcJcgArMisyMDFBFRQOAyMiLgM1NTQ+AzMyHgMHNTQuAyMiDgIVFRQeAzMyPgIFXz1vm71raLudcz8/cpy7aGu+m3A9vipOa4VLWp13QyxQbYJIX550QALuLIDfs4BFRYCz34AsgN60gEVFgLTerC5krYpiNFGVzn0uZa6KYzRRldAAAwB+/wQFXwXFAAMAHQA1ABtADSUYA3IAAwMxCwlyAQIALzMrMjIRMysyMDFlAQcBARUUDgMjIi4DNTU0PgMzMh4DBzU0LgMjIg4CFRUUHgMzMj4CA6kBdIP+kwIyPW+bvWtou51zPz9ynLtoa76bcD2+Kk5rhUtanXdDLFBtgkhfnnRAoP7ceAEhAscqgN+zgEVFgLPfgCqA37SBRUWBtN+qLGWti2I0UZXPfixlrotiNFGVzwABAKAAAALJBI0ABgAVQAkDBAQFBQZ9AgoAPz8zLzMRMzAxQREjEQU1JQLJuf6QAgoEjftzA6eLp8oAAQCDAAAEIASgACAAF0AKEBAMFX4DICACEgA/MxEzPzMzLzAxZRUhNQE+AjU0JiYjIgYGFSM0NjYzMh4CFRQOAgcBBCD8hwHqS0IQMmRNT3pGuXbOhGWZaTUbNUwx/o+YmIQBuEFbSiYyVzc+dFFxunA0XHpGMF1aWCz+swAAAQAP/qMD3gSNAB8AGkALBgAeHgMWDwUCA30APzMzLzMSOS8zMzAxQQEhNSEVAR4CFRQOAiMiJic3FhYzMjY2NTQmJiMjAW8Bdv1zA3P+f3C3bVSYzXpqyGo1TK9bfLFeU6eAPAJjAZKYdf5sD3W+gIPKi0czNIsoMF+manKVSQACAD7+tgSgBI0ABwALABZACQYEC30KAwcHAgAvMxEzLz8zMzAxZRUhNQEzAwEBESMRBKD7ngLXkJ/+EgLDuZeYbgQg/tD9OgP2+ikF1wABAGX+oAQGBIwAJwAWQAkkCQkCGhMFAn0APzMvMxI5LzMwMUEnEyEVIQM2Njc2HgIVFA4CIyImJzcWFjMyPgI1NC4CIyIGBgEgmmYDFP1/NyyAWGajdD1EhcaDaslcOkOuZE9/WzApTm9HVmM1AWMRAxir/nUaJgEBRIK1b26/kFE3O4o0MDhkiFBEdlkyI0AAAAEASv62A/IEjQAGAA+1AQUFBn0DAC8/MxEzMDFBFQEjASE1A/L9obsCV/0bBI1p+pIFP5gAAAIAhATZAtMG0AAPACcAKUARERAQGSEhFR0cHCUVFQAJDQUALzPNMjJ8LzMzETMRMxgvMzMRMzAxQTMUBgYjIiYmNTMUFjMyNhMXFAYGIyImJiMiBhUnNDY2MzIWFjMyNgI9lkiEXFuESJVCUFBCOVQrSjE2QTosIjBUKksxLURBKyExBa4+YTY2YT4uSEgBUBgwUjEmJjMmFTBTMyYlMwABAGj+mQEhAJoAAwAIsQEAAC/NMDFlESMRASG5mv3/AgEABQBg//AGbQSdACkALQAxADUAOQAxQBg4OTkxfRYtLRcwCjU0NCYbAQYGJn4RGwsAPzM/MxEzERI5LzM/MzMRMz8zETMwMUEHIi4CIyIOAhUVFB4CMzI+AjMXIgYGIyIuAjU1ND4CMzIWFgEVITUTESMRARUhNQEVITUD8ioeZG9gGkp4VS4uVnlKG15uZB8tUZaAMHG7iUpKh7txMIGWAsn9aC25As39vwKS/W4EjZkEBgQ2aJhjRGOZaTYDBQSWCAhNk9GEQoTRlE0ICPwLmJgD9ftzBI3+GZeXAeeZmQABAIL+qQRABKEAOwAUtwAVHx81Cyk1AC8vMxI5LzMyMDFFMj4CNRE0LgIjIg4CFRQeAjMyPgI1NxQGBiMiLgI1ND4CMzIeAhUVFA4DIyImJzcWFgHgXZpxPilPckk7ZUwrJ0xrQ1J3TSZpdMN3bKx6QEd/pmBvtoVIOmqTsmVClEAmMmzAR4/VjQEIYpNjMi5ciVtFf2I5MVBdLAKIu2BKhrhufcCEREWM1Y/yjuWudTscH44THwAAAf+2/ksBaACZABEACrINBgAAL8wyMDF3MxUUBgYjIiYnNxYWMzI2NjWuuk2QZR80HQ4PRQ4rPSCZ8nCcUAcKnQYGKlM9//8AO/6jBAoEjQQGAmcsAP//AHP+oAQUBIwEBgJpDgD//wAi/rYEhASNBAYCaOQA//8AdgAABBMEoAQGAmbzAP//AHb+tgQeBI0EBgJqLAD//wA2/+sERwShBAYCgL4A//8Afv/sBBYFsgQGABr5AP//AF7+qQQcBKEEBgJu3AD//wBx/+wEDwXEBgYAHAAA//8A9AAAAx0EjQQGAmVUAP///7T+SwFmBDoEBgCcAAD///+0/ksBZgQ6BgYAnAAA//8AnAAAAVUEOgYGAI0AAP////n+WAFaBDoGJgCNAAABBgCkxwoAC7YBBAIAAENWACs0AP//AJwAAAFVBDoGBgCNAAAAAwCL/+sD+gSdAAMAFgAxAClAFA8mJg0jIwkbLwtyBAAAAhMJfgIKAD8/MxI5LzMrMhE5LzMzETMwMUERIxEXIzQ2NjMyFhcBIzUTJiYjIgYGEzcWFjMyNjY1NCYmIyM1MzIeAhUUBgYjIiYBQ7i4uFexh4PAT/6aae4eVD9TXiZMNR9UN0NdMjx5WlR1YZ1vO2WzdDhwAvH9DwLxAo+/YGtM/lBrAScXJ01+/OOYEyA5ZEFBUCWKKVB3TXioWRgAAgB4/+sEiQShABUAKwAOtRwRficGCwA/Mz8zMDFBFRQOAiMiLgI1NTQ+AjMyHgIHNTQuAiMiDgIVFRQeAjMyPgIEiUyLvnJwv41OToy+cHK+jE25MFl8S0p7WTAxWntKTHtYLwJQFJLelUxMld6SFJLelUxMld6yLmmgazc3a6BpLmmgbTc3baAAAQA7AAAD0wWwAAYAE0AJAQUFBgRyAwxyACsrMhEzMDFBFQEjASE1A9P9vrsCQP0lBbBo+rgFGJgAAAMAjP/sBDUGAAAEABoALwAZQA4hFgdyKwsLcgQKcgAAcgArKysyKzIwMVMzEQcjARUUDgIjIi4CJzU+AzMyHgIHNTQuAiMiDgIHFR4CMzI+Aoy6GaEDqT50omVnm2o/DAw/appmZqRzPromTHFMRmdILQsQSXtbS3FLJgYA+tLSAicVdsmVUkeGvndceL6HR0+SypEVVI9sPDBRZzfxRoFSPmyOAAABAF3/7APvBE4AJwAZQAwdGRkUB3IEBAAJC3IAKzIyLysyLzIwMWUyNjY3Mw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgICQENwSAWvBXfAc3q2eDs8eLV6f75tBa8FQW9LVXNFHR1Ec4M3Xz1gpWVWlsNtKm3DllZnsXBDbEFDcYlHKkeLcEMAAAMAW//sBAEGAAAEABoALwAZQA0hBAQWC3IrCwdyAQByACsrMisyLzIwMWURMxEjATU0PgIzMh4CFxUOAyMiLgI3FRQeAjMyNjY3NS4DIyIOAgNHuqH8+0N5o2FmmWs+DAs/a5pnX6N5Q7onTnJLXHdIFAwtR2dGTHNOJ9IFLvoAAhEVfMuST0eHvnhcd76GR1KUyYsVUY5sPU6AS/E3Z1EwPGyQAAADAFv+VQQBBE4AEwApAD4AG0APMCULcjoaB3IOBg9yAAZyACsrMisyKzIwMUEzERQOAiMiJic3FhYzMjY2NREBNTQ+AjMyHgIXFQ4DIyIuAjcVFB4CMzI2Njc1LgMjIg4CA2SdPnmvcU/ITzg+oE5kfj39FEF4o2NmmWs/DAw/aptnYaN4QbonTXJLXHdIFAwtR2dGTHNNJwQ6/BR5vIFDMzaKKjFPmXADB/7FFXzLkk9Hh754XHe+hkdSlMmLFVGObD1OgEvxN2dRMDxskAAAAgBa/+wERQROABUAKwAQtxwRC3InBgdyACsyKzIwMVM1ND4CMzIeAhUVFA4CIyIuAjcVFB4CMzI+AjU1NC4CIyIOAlpHhbhwcrmFR0eEuXFxuYVHuSpQd0xMdVEpKlB2TUx1UCoCERd1yZVTU5XJdRd1yJVTU5XIjBdRj28/P2+PURdQj29AQG+PAAADAIz+YAQzBE4ABAAaAC8AGUAOIRYHcisLC3IDBnICDnIAKysrMisyMDFBESMRMwEVFA4CIyIuAic1PgMzMh4CBzU0LgIjIg4CBxEeAjMyPgIBRrqfAwg+c6JlZ55uQQwMQm2cZmakdD26KE90TEZnSC0LFEh4W0tzTygDavr2Bdr97BV2yZRSRIK2cnB4vodHT5LLkRVUkGw8MFFnN/79RntMP2+PAAADAFv+YAQABE4ABAAaAC8AGUAOIRYLcisLB3IEDnIDBnIAKysrMisyMDFBETczEQE1ND4CMzIeAhcVDgMjIi4CNxUUHgIzMjY2NzUuAyMiDgIDRhmh/FtAd6ZmZpttQAwLQG2dZ2Sld0G6KE9zS1x7ShQLL0ppRkx0Tyj+YAUK0PomA7AVfMuTT0eHvnhcd76GR1KTyYsVUY9uP1GDS/E3aFMxPm6RAAABAF3/7APzBE4AKgAZQAwTEhIAGQsHciQAC3IAKzIrMhE5LzMwMUUiLgI1NTQ+AjMyHgIVFSE1ITU0JiYjIg4CFRUUHgIzMjY3FwYGAnJ5xI1LToaqW3SpbDT82AJvM3JfP2pMKjBbhFVcjDA4LKgUT5HGdiyAyIpISYW0anmXGkmBUjNikF0sUY1rPDYkfydLAAMAYf5VA/IETgASACgAPQAbQA8vJAtyORkHcg0GD3IABnIAKysyKzIrMjAxQTMRFAYGIyImJzcWFjMyNjY1EQE1ND4CMzIeAhcVDgMjIi4CNxUUHgIzMjY2NzUuAyMiDgIDVpxu0ZdGtUc4N4xFZH49/Sg7b55jZplrPgwLP2uaZ2GdcDu5IUVsS1x4RxQLLUdoRkxtRSEEOvwCm9pyKyuLIidKkmoDGf7EFXzLk09Hh754XHe+hkdSk8mLFVGNbD1OgEvxN2dRMD1skAAAAgBa/kwEdQRJAAMAJQAZQAwOFQEBFR8EB3IDBnIAKysyLzMvETMwMUEBIwElMh4CFwEeAjMyNjcHBgYjIi4CJwEuAiMiBgcnNjYEF/0mxQLk/WdIYkEsEQGeFCoyHxA9EDAKJg06VUA3Hf5uEzFCLgwrDQERPwQ6+iYF2g81U1wn/EwrRCcCA58HByNEZUIDmjBTNAQBlQUJ//8AVwAAAoUFuAQGABWsAAABAGj/8ASSBJ0AQQAXQAs4OBAifhkKMwALcgArMj8/MzkvMDFFIi4CNTQ2NjclNjY1NCYjIgYVFBYWFwEjAS4CNTQ2NjMyFhYVFAYGBwUOAhUUFhYzMj4CNTMUBgcGBgcGBgHoWY5kNS1TOQELKStIQkBBKUMnAorT/cc3WjVPj19gjEwmQSj+1ScoDTBhSWOdbzqoTUcKEQtM1RAtUGs+RGdVKr8eSCQ0Rk0sJURFKf1NAlY6YGZBTnZCSXdGMlpMHdgcNjMWMEsqRHupZnfTVAscCkdSAAADAAEAAAOLBI0AAwAHAAsAHUANCAkJCwoKBgd9AwIGCgA/MzM/EjkvMzMvMzAxZRUhNRMRIxEBFQU1A4v9jC25AcP9s5iYmAP1+3MEjf6Cfbt9AAAGAAkAAAXyBI0AAwAHAAsAEAAUABgAM0AYCgsLGBgPBwYUEwYTBhMND30DAgIXFw0KAD8zETMRMz8SOTkvLxEzETMRMxEzETMwMWUVITUBFSE1ARUhNQcBIwEzExUhNQETIwMF8v3EAdP+EgIu/cSD/cbHApd1jP2lAmIouCmWlpYCFZWVAeKWlnD74wSN/TeWlgLJ+3MEjQAAAgCLAAADtwSNAAMAGQAXQAoPEBABfQUEBAAKAD8yLzM/My8zMDFzETMRJzUzMjY2NTQmJiMjNTMyFhYVFAYGI4u5MuhccjY2clzm5o/HZ2fHjwSN+3PsmTRdPDliPZlfpWtwolYAAwBg/8YEWwS3ABUAKwAvABtACy8vHBF+LS0nBgtyACsyMnwvGD8zM3wvMDFBFRQOAiMiLgI1NTQ+AjMyHgIHNTQuAiMiDgIVFRQeAjMyPgITASMBBFtIhrtzcbuJSkqHu3F0u4dItyxUek1KeFUuLlZ5Sk54VCuv/LOWA04CZ0KE0ZNNTZPRhEKE0ZRNTZTRxkRjmGg2NmiYY0RjmWk2NmmZAvX7DwTxAAAEADAAAASzBI0AAwAHAAsADwAbQAwCA4AODw8LB30KBgoAPzM/MzMvMxrMMjAxQRUhNRMRIxEhESMRBRUhNQPA/V8luQPOuQET+30Ci5mZAgL7cwSN+3MEjaaYmAAAAgCL/ksEWQSNAAkAGwAfQA8XEA9yCQMGfQgKCgICBQoAPzMRMxEzPzMzKzIwMUERIwERIxEzARERMxUUBgYjIiYnNxYWMzI2NjUEWbn9pLm5Aly5TZBlHzQdDg9FDis9IQSN+3MDbPyUBI38lANs+6iOcJxQBwqdBgYqUz3//wAmAh8CDgK3BgYAEQAAAAMAJQAABOUFsAAaAB4AIgAjQBECAQEdIiEhHQ4PDx4Cch0IcgArKzIRMxE5LzMRMxEzMDFhITchMjY2NTU0LgIjITUhMh4CFRUUDgIBESMRARUhNQJR/tACAS6c0Gk8dKds/rgBSI/sq1xcrfP+n8EB2/2DnYPtn1l9w4dGnl+z/Z5Xnv2yXwWw+lAFsP2BmJgAAwAlAAAE5QWwABoAHgAiACNAEQIBAR0iISEdDg8PHgJyHQhyACsrMhEzETkvMxEzETMwMWEhNyEyNjY1NTQuAiMhNSEyHgIVFRQOAgERIxEBFSE1AlH+0AIBLpzQaTx0p2z+uAFIj+yrXFyt8/6fwQHb/YOdg+2fWX3Dh0aeX7P9nlee/bJfBbD6UAWw/YGYmAADAAEAAAP+BgAAAwAaAB4AGUANHh0WCgdyAwByEQIKcgArMisrMsQyMDFBESMREyc+AzMyHgIVESMRNCYmIyIOAgEVITUBZLmNTQFAdKFiUIBbMLoyYEZFcVEtAUb9gwYA+gAGAPxGA2+9jE0rXpVr/TsCx1VnLzpmgwLamJgAAAMAMgAABJcFsAADAAcACwAVQAoDCgsGBwJyAQhyACsrMi8zMjAxQREjESEVITUBFSE1AsO+ApL7mwN5/YMFsPpQBbCenv4emJgAA//0/+wCcQVBAAMAFQAZAB1ADgoRC3IYGRkCAgQEAwZyACsyLzIRMy8zKzIwMUEVITUTMxEUFhYzMjY3FwYGIyImJjUBFSE1AlL9t8a5IjYfFzMNARZHMkRyQwGi/YMEOo6OAQf7yzc4EgkDlwcNNn9sAeWYmAD//wAdAAAFHgc3BiYAJQAAAQcARAEvATcAC7YDEAcBAWFWACs0AP//AB0AAAUeBzcGJgAlAAABBwB1Ab8BNwALtgMOAwEBYVYAKzQA//8AHQAABR4HNwYmACUAAAEHAJ4AyQE3AAu2AxEHAQFsVgArNAD//wAdAAAFHgcjBiYAJQAAAQcApQDEATsAC7YDHAMBAWtWACs0AP//AB0AAAUeBv0GJgAlAAABBwBqAPkBNwANtwQDIwcBAXhWACs0NAD//wAdAAAFHgeTBiYAJQAAAQcAowFQAUIADbcEAxkHAQFHVgArNDQA//8AHQAABR4HlAYmACUAAAEHAkIBWQEiABK2BQQDGwcBALj/srBWACs0NDT//wB4/kME2AXEBiYAJwAAAQcAeQHT//YAC7YBKAUAAApWACs0AP//AKkAAARGB0IGJgApAAABBwBEAPoBQgALtgQSBwEBbFYAKzQA//8AqQAABEYHQgYmACkAAAEHAHUBigFCAAu2BBAHAQFsVgArNAD//wCpAAAERgdCBiYAKQAAAQcAngCUAUIAC7YEEwcBAXdWACs0AP//AKkAAARGBwgGJgApAAABBwBqAMQBQgANtwUEJQcBAYNWACs0NAD////fAAABgAdCBiYALQAAAQcARP+mAUIAC7YBBgMBAWxWACs0AP//ALEAAAJSB0IGJgAtAAABBwB1ADYBQgALtgEEAwEBbFYAKzQA////6gAAAkcHQgYmAC0AAAEHAJ7/QAFCAAu2AQcDAQF3VgArNAD////VAAACXwcIBiYALQAAAQcAav9wAUIADbcCARkDAQGDVgArNDQA//8AqQAABQkHIwYmADIAAAEHAKUA+gE7AAu2ARgGAQFrVgArNAD//wB3/+wFCgc5BiYAMwAAAQcARAFSATkAC7YCLhEBAU9WACs0AP//AHf/7AUKBzkGJgAzAAABBwB1AeIBOQALtgIsEQEBT1YAKzQA//8Ad//sBQoHOQYmADMAAAEHAJ4A7AE5AAu2Ai8RAQFaVgArNAD//wB3/+wFCgclBiYAMwAAAQcApQDnAT0AC7YCOhEBAVlWACs0AP//AHf/7AUKBv8GJgAzAAABBwBqARwBOQANtwMCQREBAWZWACs0NAD//wCM/+wEqgc3BiYAOQAAAQcARAEqATcAC7YBGAABAWFWACs0AP//AIz/7ASqBzcGJgA5AAABBwB1AboBNwALtgEWCwEBYVYAKzQA//8AjP/sBKoHNwYmADkAAAEHAJ4AxAE3AAu2ARkAAQFsVgArNAD//wCM/+wEqgb9BiYAOQAAAQcAagD0ATcADbcCASsAAQF4VgArNDQA//8ADwAABLwHNgYmAD0AAAEHAHUBiQE2AAu2AQkCAQFgVgArNAD//wBt/+wD6gYABiYARQAAAQcARADVAAAAC7YCPQ8BAYxWACs0AP//AG3/7APqBgAGJgBFAAABBwB1AWUAAAALtgI7DwEBjFYAKzQA//8Abf/sA+oGAAYmAEUAAAEGAJ5vAAALtgI+DwEBl1YAKzQA//8Abf/sA+oF7AYmAEUAAAEGAKVqBAALtgJJDwEBllYAKzQA//8Abf/sA+oFxgYmAEUAAAEHAGoAnwAAAA23AwJQDwEBo1YAKzQ0AP//AG3/7APqBlwGJgBFAAABBwCjAPYACwANtwMCRg8BAXJWACs0NAD//wBt/+wD6gZdBiYARQAAAQcCQgD//+sAErYEAwJIDwAAuP/dsFYAKzQ0NP//AF3+QwPtBE4GJgBHAAABBwB5AUD/9gALtgEoCQAAClYAKzQA//8AXf/sA/MGAAYmAEkAAAEHAEQAxAAAAAu2AS4LAQGMVgArNAD//wBd/+wD8wYABiYASQAAAQcAdQFUAAAAC7YBLAsBAYxWACs0AP//AF3/7APzBgAGJgBJAAABBgCeXgAAC7YBLwsBAZdWACs0AP//AF3/7APzBcYGJgBJAAABBwBqAI4AAAANtwIBQQsBAaNWACs0NAD////EAAABZQX+BiYAjQAAAQYARIv+AAu2AQYDAQGeVgArNAD//wCWAAACNwX+BiYAjQAAAQYAdRv+AAu2AQQDAQGeVgArNAD////PAAACLAX+BiYAjQAAAQcAnv8l//4AC7YBBwMBAalWACs0AP///7oAAAJEBcQGJgCNAAABBwBq/1X//gANtwIBGQMBAbVWACs0NAD//wCNAAAD4AXsBiYAUgAAAQYApWEEAAu2AioDAQGqVgArNAD//wBc/+wENQYABiYAUwAAAQcARADOAAAAC7YCLgYBAYxWACs0AP//AFz/7AQ1BgAGJgBTAAABBwB1AV4AAAALtgIsBgEBjFYAKzQA//8AXP/sBDUGAAYmAFMAAAEGAJ5oAAALtgIvBgEBl1YAKzQA//8AXP/sBDUF7AYmAFMAAAEGAKVjBAALtgI6BgEBllYAKzQA//8AXP/sBDUFxgYmAFMAAAEHAGoAmAAAAA23AwJBBgEBo1YAKzQ0AP//AIn/7APdBgAGJgBZAAABBwBEAMYAAAALtgIeEQEBoFYAKzQA//8Aif/sA90GAAYmAFkAAAEHAHUBVgAAAAu2AhwRAQGgVgArNAD//wCJ/+wD3QYABiYAWQAAAQYAnmAAAAu2Ah8RAQGrVgArNAD//wCJ/+wD3QXGBiYAWQAAAQcAagCQAAAADbcDAjERAQG3VgArNDQA//8AFv5LA7AGAAYmAF0AAAEHAHUBGwAAAAu2AhkBAQGgVgArNAD//wAW/ksDsAXGBiYAXQAAAQYAalUAAA23AwIuAQEBt1YAKzQ0AP//AB0AAAUeBuQGJgAlAAABBwBwAMcBPwALtgMQAwEBplYAKzQA//8Abf/sA+oFrQYmAEUAAAEGAHBtCAALtgI9DwEB0VYAKzQA//8AHQAABR4HDgYmACUAAAEHAKEA8wE3AAu2AxMHAQFTVgArNAD//wBt/+wD6gXXBiYARQAAAQcAoQCZAAAAC7YCQA8BAX5WACs0AAAEAB3+TgUeBbAABAAJAA0AIwArQBUNDAwDFh0GAAIHAwJyDg8PBQUCCHIAKzIRMxEzKzISOTkvMxI5LzMwMUEBIwEzAQEnMwEDFSE1ARcOAhUUFjMyNjcXBgYjIiY1NDY2AsT+HsUCK38Bkf4dA38CLd/8zgOhSitOMiMrITQPDhlNO1FvNXIFL/rRBbD6UAUvgfpQAhuenv4eOSBFTSwhKBMIeg8dYV42amIAAwBt/k4D6gROABsAOgBQACtAFx46Og9DSg9yJzELcjs8PBkKcgkFDwdyACsyMisyETMrMisyEjkvMzAxZRE0JiYjIgYGFSM0PgIzMhYWFREUFhcVIyYmExcjIg4CFRQWFjMyNjY3Fw4DIyImJjU0PgIzARcOAhUUFjMyNjcXBgYjIiY1NDY2AwszZktGaTu5PHGfYna1ZxMTwQ4QIAK7T3xULC5dRFWCTQNPBz5njVhupVtEgLRvASxKK04yIyshNA8OGU07UW81crkCLUBfNDBOLTpyXTdQoXn+CDZ6LBAgawIFghkySzIzVDFIaDFZKmZdPVaRWleFWS79qTkgRU0sISgTCHoPHWFeNmpiAP//AHj/7ATYB1cGJgAnAAABBwB1AccBVwALtgEoEAEBbVYAKzQA//8AXf/sA+0GAAYmAEcAAAEHAHUBNAAAAAu2ASgUAQGMVgArNAD//wB4/+wE2AdXBiYAJwAAAQcAngDRAVcAC7YBKxABAXhWACs0AP//AF3/7APtBgAGJgBHAAABBgCePgAAC7YBKxQBAZdWACs0AP//AHj/7ATYBxkGJgAnAAABBwCiAa0BVwALtgExEAEBglYAKzQA//8AXf/sA+0FwgYmAEcAAAEHAKIBGgAAAAu2ATEUAQGhVgArNAD//wB4/+wE2AdWBiYAJwAAAQcAnwDmAVcAC7YBLhABAXZWACs0AP//AF3/7APtBf8GJgBHAAABBgCfUwAAC7YBLhQBAZVWACs0AP//AKkAAATHB0EGJgAoAAABBwCfAJ8BQgALtgIlHgEBdVYAKzQA//8AX//sBSwGAgQmAEgAAAEHAdUD1QUTAAu2AzkBAQAAVgArNAD//wCpAAAERgbvBiYAKQAAAQcAcACSAUoAC7YEEgcBAbFWACs0AP//AF3/7APzBa0GJgBJAAABBgBwXAgAC7YBLgsBAdFWACs0AP//AKkAAARGBxkGJgApAAABBwChAL4BQgALtgQVBwEBXlYAKzQA//8AXf/sA/MF1wYmAEkAAAEHAKEAiAAAAAu2ATELAQF+VgArNAD//wCpAAAERgcEBiYAKQAAAQcAogFwAUIAC7YEGQcBAYFWACs0AP//AF3/7APzBcIGJgBJAAABBwCiAToAAAALtgE1CwEBoVYAKzQAAAUAqf5OBEYFsAADAAcACwAPACUAKUAUCgsLGB8ODw8HAnIQEREDAgIGCHIAKzIRMzIRMysyETMvMzkvMzAxZRUhNRMRIxEBFSE1ARUhNQEXDgIVFBYzMjY3FwYGIyImNTQ2NgRG/P0nwQM3/WMC+f0HAnFKK04yIyshNA8OGU07UW81cp2dnQUT+lAFsP2OnZ0Ccp6e+ok5IEVNLCEoEwh6Dx1hXjZqYgAAAgBd/mgD8wROACsAQQAlQBMSExMLNDsOchkLB3IsLSQkAAtyACsyETk5KzIrMhI5LzMwMUUiLgI1NTQ+AjMyHgIVFSE1ITUuAiMiDgIVFRQeAjMyNjcXDgI3Fw4CFRQWMzI2NxcGBiMiJjU0NjYCTnG3g0ZOhqpbdKlsNPzYAm8EM25fP2pMKitTd0xiiDNwI2ydKUorTjIjKyE0Dw4ZTTtRbzVyFE2MwHIqhM+QSlCPwXJTlw5IiFg1aJZiKk2HZjpQQ1k1YDxnOSBFTSwhKBMIeg8dYV42amIA//8AqQAABEYHQQYmACkAAAEHAJ8AqQFCAAu2BBYHAQF1VgArNAD//wBd/+wD8wX/BiYASQAAAQYAn3MAAAu2ATILAQGVVgArNAD//wB6/+wE3QdXBiYAKwAAAQcAngDJAVcAC7YBLxABAXhWACs0AP//AGH+VQPyBgAGJgBLAAABBgCeVQAAC7YDQhoBAZdWACs0AP//AHr/7ATdBy4GJgArAAABBwChAPMBVwALtgExEAEBX1YAKzQA//8AYf5VA/IF1wYmAEsAAAEGAKF/AAALtgNEGgEBflYAKzQA//8Aev/sBN0HGQYmACsAAAEHAKIBpQFXAAu2ATUQAQGCVgArNAD//wBh/lUD8gXCBCYASwAAAQcAogExAAAAC7YDSBoBAaFWACs0AP//AHr98wTdBcQGJgArAAABBwHVAdr+lQAOtAE1BQEBuP+YsFYAKzT//wBh/lUD8gaTBCYASwAAAQcCTwErAFcAC7YDPxoBAZhWACs0AP//AKkAAAUIB0IGJgAsAAABBwCeAPEBQgALtgMPCwEBd1YAKzQA//8AjQAAA+AHQQYmAEwAAAEHAJ4AHgFBAAu2Ah4DAQEmVgArNAD///+2AAACegcuBiYALQAAAQcApf87AUYAC7YBEgMBAXZWACs0AP///5sAAAJfBeoGJgCNAAABBwCl/yAAAgALtgESAwEBqFYAKzQA////zQAAAmwG7wYmAC0AAAEHAHD/PgFKAAu2AQYDAQGxVgArNAD///+yAAACUQWrBiYAjQAAAQcAcP8jAAYAC7YBBgMBAeNWACs0AP///+wAAAJCBxkGJgAtAAABBwCh/2oBQgALtgEJAwEBXlYAKzQA////0QAAAicF1QYmAI0AAAEHAKH/T//+AAu2AQkDAQGQVgArNAD//wAX/lcBeAWwBiYALQAAAQYApOUJAAu2AQUCAAAAVgArNAD////6/k4BaQXEBiYATQAAAQYApMgAAAu2AhECAAAAVgArNAD//wCqAAABhQcEBiYALQAAAQcAogAcAUIAC7YBDQMBAYFWACs0AP//ALf/7AX5BbAEJgAtAAAABwAuAi0AAP//AI7+SwNMBcQEJgBNAAAABwBOAfIAAP//ADX/7ASEBzUGJgAuAAABBwCeAX0BNQALtgEXAQEBalYAKzQA////tP5LAjoF1wYmAJwAAAEHAJ7/M//XAAu2ARUAAQGCVgArNAD//wCp/lYFBQWwBCYALwAAAQcB1QGU/vgADrQDFwIBALj/57BWACs0//8Ajf5DBA0GAAYmAE8AAAEHAdUBEf7lAA60AxcCAQG4/9SwVgArNP//AKIAAAQcBzIGJgAwAAABBwB1ACcBMgALtgIIBwEBXFYAKzQA//8AkwAAAjQHlwYmAFAAAAEHAHUAGAGXAAu2AQQDAQFxVgArNAD//wCp/gYEHAWwBCYAMAAAAQcB1QFs/qgADrQCEQIBAbj/l7BWACs0//8AVv4GAVYGAAQmAFAAAAEHAdX/+f6oAA60AQ0CAQG4/5ewVgArNP//AKkAAAQcBbEGJgAwAAABBwHVAdYEwgALtgIRBwAAAVYAKzQA//8AnAAAAq0GAgQmAFAAAAEHAdUBVgUTAAu2AQ0DAAACVgArNAD//wCpAAAEHAWwBiYAMAAAAAcAogG8/cT//wCcAAACogYABCYAUAAAAAcAogE5/bX//wCpAAAFCQc3BiYAMgAAAQcAdQH1ATcAC7YBCgYBAWFWACs0AP//AI0AAAPgBgAGJgBSAAABBwB1AVwAAAALtgIcAwEBoFYAKzQA//8Aqf4GBQkFsAQmADIAAAEHAdUB0P6oAA60ARMFAQG4/5ewVgArNP//AI3+BgPgBE4EJgBSAAABBwHVATP+qAAOtAIlAgEBuP+XsFYAKzT//wCpAAAFCQc2BiYAMgAAAQcAnwEUATcAC7YBEAkBAWpWACs0AP//AI0AAAPgBf8GJgBSAAABBgCfewAAC7YCIgMBAalWACs0AP///7sAAAPgBgUGJgBSAAABBwHV/14FFgALtgIgAwEBOlYAKzQA//8Ad//sBQoG5gYmADMAAAEHAHAA6gFBAAu2Ai4RAQGUVgArNAD//wBc/+wENQWtBiYAUwAAAQYAcGYIAAu2Ai4GAQHRVgArNAD//wB3/+wFCgcQBiYAMwAAAQcAoQEWATkAC7YCMREBAUFWACs0AP//AFz/7AQ1BdcGJgBTAAABBwChAJIAAAALtgIxBgEBflYAKzQA//8Ad//sBQoHOAYmADMAAAEHAKYBawE5AA23AwIsEQEBRVYAKzQ0AP//AFz/7AQ1Bf8GJgBTAAABBwCmAOcAAAANtwMCLAYBAYJWACs0NAD//wCpAAAEygc3BiYANgAAAQcAdQGBATcAC7YCHgABAWFWACs0AP//AI0AAALTBgAGJgBWAAABBwB1ALcAAAALtgIXAwEBoFYAKzQA//8Aqf4GBMoFsAQmADYAAAEHAdUBY/6oAA60AicYAQG4/5ewVgArNP//AFP+BwKYBE4EJgBWAAABBwHV//b+qQAOtAIgAgEBuP+YsFYAKzT//wCpAAAEygc2BiYANgAAAQcAnwCgATcAC7YCJAABAWpWACs0AP//AGQAAALOBf8GJgBWAAABBgCf1gAAC7YCHQMBAalWACs0AP//AFH/7ARzBzkGJgA3AAABBwB1AY0BOQALtgE6DwEBT1YAKzQA//8AX//sA7wGAAYmAFcAAAEHAHUBUQAAAAu2ATYOAQGMVgArNAD//wBR/+wEcwc5BiYANwAAAQcAngCXATkAC7YBPQ8BAVpWACs0AP//AF//7AO8BgAGJgBXAAABBgCeWwAAC7YBOQ4BAZdWACs0AP//AFH+TARzBcQGJgA3AAABBwB5AZ///wALtgE6KwAAE1YAKzQA//8AX/5DA7wETgYmAFcAAAEHAHkBXf/2AAu2ATYpAAAKVgArNAD//wBR/fsEcwXEBiYANwAAAQcB1QF0/p0ADrQBQysBAbj/oLBWACs0//8AX/3yA7wETgYmAFcAAAEHAdUBMv6UAA60AT8pAQG4/5ewVgArNP//AFH/7ARzBzgGJgA3AAABBwCfAKwBOQALtgFADwEBWFYAKzQA//8AX//sA7wF/wYmAFcAAAEGAJ9wAAALtgE8DgEBlVYAKzQA//8AMv38BJcFsAYmADgAAAEHAdUBZv6eAA60AhECAQG4/42wVgArNP//AAn9/AJXBUEGJgBYAAABBwHVAMX+ngAOtAIfEQEBuP+hsFYAKzT//wAy/k0ElwWwBiYAOAAAAQcAeQGRAAAAC7YCCAIBAABWACs0AP//AAn+TQKaBUEGJgBYAAABBwB5APAAAAALtgIWEQAAFFYAKzQA//8AMgAABJcHNQYmADgAAAEHAJ8AogE2AAu2Ag4DAQFpVgArNAD//wAJ/+wC7AZ6BCYAWAAAAQcB1QGVBYsADrQCGgQBALj/qLBWACs0//8AjP/sBKoHIwYmADkAAAEHAKUAvwE7AAu2ASQLAQFrVgArNAD//wCJ/+wD3QXsBiYAWQAAAQYApVsEAAu2AioRAQGqVgArNAD//wCM/+wEqgbkBiYAOQAAAQcAcADCAT8AC7YBGAsBAaZWACs0AP//AIn/7APdBa0GJgBZAAABBgBwXggAC7YCHhEBAeVWACs0AP//AIz/7ASqBw4GJgA5AAABBwChAO4BNwALtgEbAAEBU1YAKzQA//8Aif/sA90F1wYmAFkAAAEHAKEAigAAAAu2AiERAQGSVgArNAD//wCM/+wEqgeTBiYAOQAAAQcAowFLAUIADbcCASEAAQFHVgArNDQA//8Aif/sA90GXAYmAFkAAAEHAKMA5wALAA23AwInEQEBhlYAKzQ0AP//AIz/7ASqBzYGJgA5AAABBwCmAUMBNwANtwIBFgABAVdWACs0NAD//wCJ/+wECwX/BiYAWQAAAQcApgDfAAAADbcDAhwRAQGWVgArNDQAAAIAjP56BKoFsAAVACsAG0ANHiUBCwJyFxYREQYJcgArMhI5OSsyLzMwMUEzERQGBiMiJiY1ETMRFBYWMzI2NjUDFw4CFRQWMzI2NxcGBiMiJjU0NjYD6sCS8Y2U74u/VJdkZZdUh0orTjIjKyE0Dw4ZTTtRbzVyBbD8J6TabW3apAPZ/CdylEhIlHL+jjkgRU0sISgTCHoPHWFeNmpiAAADAIn+TgPoBDoABAAbADEAIUARJCsPcgERBnIcHR0EBBgLC3IAKzIyETMRMysyKzIwMWURMxEjEzcUDgIjIi4CNREzERQeAjMyNjYTFw4CFRQWMzI2NxcGBiMiJjU0NjYDI7qxGk0tZKJ0T4NeM7khOUcmdoo9Q0orTjIjKyE0Dw4ZTTtRbzVy+gNA+8YB3gJst4ZLLmCabAK6/URJXzcWW5v+ujkgRU0sISgTCHoPHWFeNmpi//8APQAABu0HNwYmADsAAAEHAJ4BxQE3AAu2BBkVAQFsVgArNAD//wArAAAF0wYABiYAWwAAAQcAngEkAAAAC7YEGRUBAatWACs0AP//AA8AAAS8BzYGJgA9AAABBwCeAJMBNgALtgEMAgEBa1YAKzQA//8AFv5LA7AGAAYmAF0AAAEGAJ4lAAALtgIcAQEBq1YAKzQA//8ADwAABLwG/AYmAD0AAAEHAGoAwwE2AA23AgEeAgEBd1YAKzQ0AP//AFcAAAR6BzcGJgA+AAABBwB1AYcBNwALtgMODQEBYVYAKzQA//8AWQAAA7MGAAYmAF4AAAEHAHUBIgAAAAu2Aw4NAQGgVgArNAD//wBXAAAEegb5BiYAPgAAAQcAogFtATcAC7YDFwgBAXZWACs0AP//AFkAAAOzBcIGJgBeAAABBwCiAQgAAAALtgMXCAEBtVYAKzQA//8AVwAABHoHNgYmAD4AAAEHAJ8ApgE3AAu2AxQIAQFqVgArNAD//wBZAAADswX/BiYAXgAAAQYAn0EAAAu2AxQIAQGpVgArNAD////xAAAHWAdCBiYAgQAAAQcAdQLKAUIAC7YGGQMBAWxWACs0AP//AE//6wZ9BgEGJgCGAAABBwB1AnoAAQALtgNfDwEBjVYAKzQA//8Ad/+jBR0HgAYmAIMAAAEHAHUB6gGAAAu2AzQWAQGWVgArNAD//wBc/3kENAX/BiYAiQAAAQcAdQE4//8AC7YDMAoBAYtWACs0AP///70AAAQgBI0GJgJLAAAABwJB/y7/dv///70AAAQgBI0GJgJLAAAABwJB/y7/dv//ACkAAAP9BI0GJgHzAAAABgJBRt///wAUAAAEcQYeBiYCTgAAAQcARADUAB4AC7YDEAcBAWtWACs0AP//ABQAAARxBh4GJgJOAAABBwB1AWQAHgALtgMOAwEBa1YAKzQA//8AFAAABHEGHgYmAk4AAAEGAJ5uHgALtgMTAwEBa1YAKzQA//8AFAAABHEGCgYmAk4AAAEGAKVpIgALtgMbAwEBa1YAKzQA//8AFAAABHEF5AYmAk4AAAEHAGoAngAeAA23BAMXAwEBa1YAKzQ0AP//ABQAAARxBnoGJgJOAAABBwCjAPUAKQANtwQDGQMBAVFWACs0NAD//wAUAAAEcQZ7BiYCTgAAAAcCQgD+AAn//wBh/kkEMQSdBiYCTAAAAAcAeQF1//z//wCLAAADrwYeBiYCQwAAAQcARACoAB4AC7YEEgcBAWxWACs0AP//AIsAAAOvBh4GJgJDAAABBwB1ATgAHgALtgQQBwEBbFYAKzQA//8AiwAAA68GHgYmAkMAAAEGAJ5CHgALtgQWBwEBbFYAKzQA//8AiwAAA68F5AYmAkMAAAEGAGpyHgANtwUEGQcBAYRWACs0NAD///+8AAABXQYeBiYB/gAAAQYARIMeAAu2AQYDAQFrVgArNAD//wCOAAACLwYeBiYB/gAAAQYAdRMeAAu2AQQDAQFrVgArNAD////HAAACJAYeBiYB/gAAAQcAnv8dAB4AC7YBCQMBAXZWACs0AP///7IAAAI8BeQGJgH+AAABBwBq/00AHgANtwIBDQMBAYRWACs0NAD//wCLAAAEWQYKBiYB+QAAAQcApQCUACIAC7YBGAYBAXZWACs0AP//AGD/8ARbBh4GJgH4AAABBwBEAO0AHgALtgIuEQEBW1YAKzQA//8AYP/wBFsGHgYmAfgAAAEHAHUBfQAeAAu2AiwRAQFbVgArNAD//wBg//AEWwYeBiYB+AAAAQcAngCHAB4AC7YCMREBAVtWACs0AP//AGD/8ARbBgoGJgH4AAABBwClAIIAIgALtgIxEQEBb1YAKzQA//8AYP/wBFsF5AYmAfgAAAEHAGoAtwAeAA23AwI1EQEBdFYAKzQ0AP//AHX/8AQLBh4GJgHyAAABBwBEAM8AHgALtgEYCwEBa1YAKzQA//8Adf/wBAsGHgYmAfIAAAEHAHUBXwAeAAu2ARYLAQFrVgArNAD//wB1//AECwYeBiYB8gAAAQYAnmkeAAu2ARsLAQFrVgArNAD//wB1//AECwXkBiYB8gAAAQcAagCZAB4ADbcCAR8LAQGEVgArNDQA//8ADgAABBwGHgYmAe4AAAEHAHUBNAAeAAu2Aw4JAQFrVgArNAD//wAUAAAEcQXLBiYCTgAAAQYAcGwmAAu2AxADAQGwVgArNAD//wAUAAAEcQX1BiYCTgAAAQcAoQCYAB4AC7YDEwMBAV1WACs0AAAEABT+TgRxBI0ABAAJAA0AIwAhQA8NDAwDFh0IA30PDgUFARIAPzMRMzM/My8zEjkvMzAxQQEjATMBASczAQMVITUBFw4CFRQWMzI2NxcGBiMiJjU0NjYCXv5zvQHfeQFJ/nYNegHZ1/1MAxpKK04yIyshNA8OGU07UW81cgPq/BYEjftzA+6f+3MBr5iY/oo5IEVNLCEoEwh6Dx1hXjZqYv//AGH/8AQxBh4GJgJMAAABBwB1AWoAHgALtgEoEAEBW1YAKzQA//8AYf/wBDEGHgYmAkwAAAEGAJ50HgALtgEtEAEBW1YAKzQA//8AYf/wBDEF4AYmAkwAAAEHAKIBUAAeAAu2ATEQAQFwVgArNAD//wBh//AEMQYdBiYCTAAAAQcAnwCJAB4AC7YBLhABAWRWACs0AP//AIsAAAQgBh0GJgJLAAABBgCfMh4AC7YCJB0BAXRWACs0AP//AIsAAAOvBcsGJgJDAAABBgBwQCYAC7YEEgcBAbBWACs0AP//AIsAAAOvBfUGJgJDAAABBgChbB4AC7YEFQcBAV5WACs0AP//AIsAAAOvBeAGJgJDAAABBwCiAR4AHgALtgQZBwEBgFYAKzQAAAUAi/5OA68EjQADAAcACwAPACUAI0AQGB8LCgoGDw4HfREQEAUGEgA/MzMRMz8zMxI5LzMvMzAxZRUhNRMRIxEBFSE1ARUhNQEXDgIVFBYzMjY3FwYGIyImNTQ2NgOv/WgtuQLN/b8Ckv1uAhFKK04yIyshNA8OGU07UW81cpiYmAP1+3MEjf4Zl5cB55mZ+6w5IEVNLCEoEwh6Dx1hXjZqYgD//wCLAAADrwYdBiYCQwAAAQYAn1ceAAu2BBYHAQF0VgArNAD//wBk//AENgYeBiYCAAAAAQYAnnEeAAu2ATAQAQFmVgArNAD//wBk//AENgX1BiYCAAAAAQcAoQCbAB4AC7YBMBABAU1WACs0AP//AGT/8AQ2BeAGJgIAAAABBwCiAU0AHgALtgE0EAEBcFYAKzQA//8AZP34BDYEnQYmAgAAAAEHAdUBT/6aAA60ATQFAQG4/5mwVgArNP//AIsAAARZBh4GJgH/AAABBwCeAJAAHgALtgMRBwEBdlYAKzQA////kwAAAlcGCgYmAf4AAAEHAKX/GAAiAAu2AQkDAQF/VgArNAD///+qAAACSQXLBiYB/gAAAQcAcP8bACYAC7YBBgMBAbBWACs0AP///8kAAAIfBfUGJgH+AAABBwCh/0cAHgALtgEJAwEBXVYAKzQA//8ABf5OAWYEjQYmAf4AAAAGAKTTAP//AIcAAAFiBeAGJgH+AAABBgCi+R4AC7YBDQMBAYBWACs0AP//ACz/8AQOBh4GJgH9AAABBwCeAQcAHgALtgEZAQEBdlYAKzQA//8Ai/4CBFcEjQYmAfwAAAAHAdUBFP6k//8AgwAAA4sGHgYmAfsAAAEGAHUIHgALtgIIBwEBa1YAKzQA//8Ai/4EA4sEjQYmAfsAAAEHAdUBD/6mAA60AhEGAQG4/5WwVgArNP//AIsAAAOLBI8GJgH7AAAABwHVAX4DoP//AIsAAAOLBI0GJgH7AAAABwCiAWb9Nf//AIsAAARZBh4GJgH5AAABBwB1AY8AHgALtgEKBgEBa1YAKzQA//8Ai/4ABFkEjQYmAfkAAAAHAdUBa/6i//8AiwAABFkGHQYmAfkAAAEHAJ8ArgAeAAu2ARAGAQF0VgArNAD//wBg//AEWwXLBiYB+AAAAQcAcACFACYAC7YCLhEBAaBWACs0AP//AGD/8ARbBfUGJgH4AAABBwChALEAHgALtgIxEQEBTVYAKzQA//8AYP/wBFsGHQYmAfgAAAEHAKYBBgAeAA23AwIwEQEBUVYAKzQ0AP//AIoAAAQmBh4GJgH1AAABBwB1AScAHgALtgIfAAEBa1YAKzQA//8Aiv4EBCYEjQYmAfUAAAAHAdUBDf6m//8AigAABCYGHQYmAfUAAAEGAJ9GHgALtgIlAAEBdFYAKzQA//8ARP/wA94GHgYmAfQAAAEHAHUBPgAeAAu2AToPAQFbVgArNAD//wBE//AD3gYeBiYB9AAAAQYAnkgeAAu2AT8PAQFmVgArNAD//wBE/k0D3gSdBiYB9AAAAAcAeQFTAAD//wBE//AD3gYdBiYB9AAAAQYAn10eAAu2AUAPAQFmVgArNAD//wAp/f8D/QSNBiYB8wAAAQcB1QET/qEADrQCEQIBAbj/kLBWACs0//8AKQAAA/0GHQYmAfMAAAEGAJ9QHgALtgIOBwEBdFYAKzQA//8AKf5QA/0EjQYmAfMAAAAHAHkBPgAD//8Adf/wBAsGCgYmAfIAAAEGAKVkIgALtgEbCwEBf1YAKzQA//8Adf/wBAsFywYmAfIAAAEGAHBnJgALtgEYCwEBsFYAKzQA//8Adf/wBAsF9QYmAfIAAAEHAKEAkwAeAAu2ARsLAQFdVgArNAD//wB1//AECwZ6BiYB8gAAAQcAowDwACkADbcCASELAQFRVgArNDQA//8Adf/wBBQGHQYmAfIAAAEHAKYA6AAeAA23AgEaCwEBYVYAKzQ0AAACAHX+cwQLBI0AFQArABpADB4lFxYWEQYLcgwAfQA/MisyMhEzLzMwMUEzERQGBiMiJiY1ETMRFBYWMzI2NjUDFw4CFRQWMzI2NxcGBiMiJjU0NjYDUbp90X6Dz3i3RXxSU3tEa0orTjIjKyE0Dw4ZTTtRbzVyBI389ISzWlqzhAMM/PRWbzU1b1b+3TkgRU0sISgTCHoPHWFeNmpi//8AMQAABfEGHgYmAfAAAAEHAJ4BOwAeAAu2BBsKAQF2VgArNAD//wAOAAAEHAYeBiYB7gAAAQYAnj4eAAu2AxMJAQF2VgArNAD//wAOAAAEHAXkBiYB7gAAAQYAam4eAA23BAMXCQEBhFYAKzQ0AP//AEgAAAPhBh4GJgHtAAABBwB1ATQAHgALtgMODQEBa1YAKzQA//8ASAAAA+EF4AYmAe0AAAEHAKIBGgAeAAu2AxcNAQGAVgArNAD//wBIAAAD4QYdBiYB7QAAAQYAn1MeAAu2AxQNAQF0VgArNAD//wAdAAAFHgY+BiYAJQAAAQYArgP/AA60Aw4DAAC4/z6wVgArNP///4wAAASqBj8EJgApZAABBwCu/tQAAAAOtAQQBwAAuP8/sFYAKzT///+aAAAFbAZBBCYALGQAAAcArv7iAAL///+gAAAB3AZBBCYALWQAAQcArv7oAAIADrQBBAMAALj/QbBWACs0////+v/sBR4GPgQmADMUAAEHAK7/Qv//AA60AiwRAAC4/yqwVgArNP///3YAAAUgBj4EJgA9ZAABBwCu/r7//wALtgEKCAAAjlYAKzQA/////AAABOAGPgQmALoUAAEHAK7/RP//AA60AzYdAAC4/yqwVgArNP///5v/8wKsBnQGJgDDAAABBwCv/yn/6wAQQAkDAgErAAEBolYAKzQ0NP//AB0AAAUeBbAGBgAlAAD//wCpAAAEiAWwBgYAJgAA//8AqQAABEYFsAYGACkAAP//AFcAAAR6BbAGBgA+AAD//wCpAAAFCAWwBgYALAAA//8AtwAAAXgFsAYGAC0AAP//AKkAAAUFBbAGBgAvAAD//wCpAAAGUgWwBgYAMQAA//8AqQAABQkFsAYGADIAAP//AHf/7AUKBcQGBgAzAAD//wCpAAAEwQWwBgYANAAA//8AMgAABJcFsAYGADgAAP//AA8AAAS8BbAGBgA9AAD//wA6AAAEzgWwBgYAPAAA////1QAAAl8HCAYmAC0AAAEHAGr/cAFCAA23AgEZAwEBg1YAKzQ0AP//AA8AAAS8BvwGJgA9AAABBwBqAMMBNgANtwIBHgIBAXdWACs0NAD//wBk/+sEeAY4BiYAuwAAAQcArgF1//kAC7YDQgYBAZpWACs0AP//AGT/7APsBjcGJgC/AAABBwCuASv/+AALtgJAKwEBmlYAKzQA//8Akv5hA/EGOAYmAMEAAAEHAK4BRv/5AAu2Ah0DAQGuVgArNAD//wDD//MCTAYjBiYAwwAAAQYArirkAAu2ARIAAQGZVgArNAD//wCQ/+sD9wZ0BiYAywAAAQYAryLrABBACQMCATgPAQGiVgArNDQ0//8AmwAABEAEOgYGAI4AAP//AFz/7AQ1BE4GBgBTAAD//wCb/mAD7gQ6BgYAdgAA//8AIQAAA7sEOgYGAFoAAP//AFr+TAR1BEkGBgKLAAD////k//MCbgWxBiYAwwAAAQcAav9//+sADbcCAScAAQGiVgArNDQA//8AkP/rA/cFsQYmAMsAAAEGAGp46wANtwIBNA8BAaJWACs0NAD//wBc/+wENQY4BiYAUwAAAQcArgFD//kAC7YCLAYBAZpWACs0AP//AJD/6wP3BiMGJgDLAAABBwCuASP/5AALtgEfDwEBmVYAKzQA//8Aev/rBhoGIAYmAM4AAAEHAK4CVP/hAAu2AkAfAQGWVgArNAD//wCpAAAERgcIBiYAKQAAAQcAagDEAUIADbcFBCUHAQGDVgArNDQA//8AsgAABDAHQgYmALEAAAEHAHUBkAFCAAu2AQYFAQFsVgArNAAAAQBR/+wEcwXEADkAG0ANCiYPNjErCXIYFA8DcgArzDMrzDMSOTkwMUE0LgInLgM1ND4CMzIWFhUjNCYmIyIGBhUUHgIXHgMVFA4CIyIuAjUzFB4CMzI2NgOxH02HZ2yufEJGg7ZwpOV4wEaObWeGQSdTgVp8tHU5SIa7c2XDn1/AOmWBRmWMSQFwM09AOh4gT2aEVVWQazx9yXJSf0k+akQuS0A2GSNWa4dVWZBmNzhwpW1La0YhOGj//wC3AAABeAWwBgYALQAA////1QAAAl8HCAYmAC0AAAEHAGr/cAFCAA23AgEZAwEBg1YAKzQ0AP//ADX/7APMBbAGBgAuAAD//wCyAAAFHgWwBgYCRwAA//8AqQAABQUHMQYmAC8AAAEHAHUBfAExAAu2Aw4DAQFbVgArNAD//wBN/+sEywcZBiYA3gAAAQcAoQDZAUIAC7YCHgEBAV5WACs0AP//AB0AAAUeBbAGBgAlAAD//wCpAAAEiAWwBgYAJgAA//8AsgAABDAFsAYGALEAAP//AKkAAARGBbAGBgApAAD//wCyAAAFAAcZBiYA3AAAAQcAoQEwAUIAC7YBDwEBAV5WACs0AP//AKkAAAZSBbAGBgAxAAD//wCpAAAFCAWwBgYALAAA//8Ad//sBQoFxAYGADMAAP//ALIAAAUBBbAGBgC2AAD//wCpAAAEwQWwBgYANAAA//8AeP/sBNgFxAYGACcAAP//ADIAAASXBbAGBgA4AAD//wA6AAAEzgWwBgYAPAAA//8Abf/sA+oETgYGAEUAAP//AF3/7APzBE4GBgBJAAD//wCdAAAEAgXCBiYA8AAAAQcAoQCh/+sAC7YBDwEBAX1WACs0AP//AFz/7AQ1BE4GBgBTAAD//wCM/mAEHwROBgYAVAAAAAEAXf/sA+0ETgAnABNACQAJHRQHcgkLcgArKzIRMzAxZTI2NjczDgIjIi4CNTU0PgIzMhYWFyMuAiMiDgIVFRQeAgI+QnBIBbAFd8BzerV3Ozt3tXp/vm0FsAVBb0pVc0MdHENzhDZfPWClZVaWw20qbcOWVmexcENsQUNxiUcqR4pwQwD//wAW/ksDsAQ6BgYAXQAA//8AKgAAA8sEOgYGAFwAAP//AF3/7APzBcYGJgBJAAABBwBqAI4AAAANtwIBQQsBAaNWACs0NAD//wCbAAADSAXrBiYA7AAAAQcAdQDO/+sAC7YBBgUBAYtWACs0AP//AF//7AO8BE4GBgBXAAD//wCOAAABaQXEBgYATQAA////ugAAAkQFxAYmAI0AAAEHAGr/Vf/+AA23AgEZAwEBtVYAKzQ0AP///77+SwFaBcQGBgBOAAD//wCdAAAEQAXqBiYA8QAAAQcAdQE8/+oAC7YDDgMBAYpWACs0AP//ABb+SwOwBdcGJgBdAAABBgChTwAAC7YCHgEBAZJWACs0AP//AD0AAAbtBzcGJgA7AAABBwBEAisBNwALtgQYFQEBYVYAKzQA//8AKwAABdMGAAYmAFsAAAEHAEQBigAAAAu2BBgVAQGgVgArNAD//wA9AAAG7Qc3BiYAOwAAAQcAdQK7ATcAC7YEFgEBAWFWACs0AP//ACsAAAXTBgAGJgBbAAABBwB1AhoAAAALtgQWAQEBoFYAKzQA//8APQAABu0G/QYmADsAAAEHAGoB9QE3AA23BQQrFQEBeFYAKzQ0AP//ACsAAAXTBcYGJgBbAAABBwBqAVQAAAANtwUEKxUBAbdWACs0NAD//wAPAAAEvAc2BiYAPQAAAQcARAD5ATYAC7YBCwIBAWBWACs0AP//ABb+SwOwBgAGJgBdAAABBwBEAIsAAAALtgIbAQEBoFYAKzQA//8AaAQiAP4GAAYGAAsAAP//AIkEEwIkBgAGBgAGAAD//wCh//QDjAWwBCYABQAAAAcABQIQAAD///+0/ksCQAXWBiYAnAAAAQcAn/9I/9cAC7YBGAABAYBWACs0AP//ADAEFgFIBgAGBgGGAAD//wCpAAAGUgc3BiYAMQAAAQcAdQKZATcAC7YDEQABAWFWACs0AP//AIsAAAZ5BgAGJgBRAAABBwB1Aq4AAAALtgMzAwEBoFYAKzQA//8AHf5rBR4FsAYmACUAAAEHAKcBgAABABC1BAMRBQEBuP+1sFYAKzQ0//8Abf5rA+oETgYmAEUAAAEHAKcAyAABABC1AwI+MQEBuP/JsFYAKzQ0//8AqQAABEYHQgYmACkAAAEHAEQA+gFCAAu2BBIHAQFsVgArNAD//wCyAAAFAAdCBiYA3AAAAQcARAFsAUIAC7YBDAEBAWxWACs0AP//AF3/7APzBgAGJgBJAAABBwBEAMQAAAALtgEuCwEBjFYAKzQA//8AnQAABAIF6wYmAPAAAAEHAEQA3f/rAAu2AQwBAQGLVgArNAD//wBaAAAFIgWwBgYAuQAA//8AYP4nBUMEOgYGAM0AAP//ABYAAATdBucGJgEZAAABBwCsBDoA+QANtwMCFRMBAS1WACs0NAD////7AAAEDAW/BiYBGgAAAQcArAPU/9EADbcDAhkXAQF7VgArNDQA//8AXP5LCEAETgQmAFMAAAAHAF0EkAAA//8Ad/5LCTEFxAQmADMAAAAHAF0FgQAA//8AUP5PBGsFxAYmANsAAAEHAmwBm/+2AAu2AkIqAABkVgArNAD//wBY/lADrQRNBiYA7wAAAQcCbAFD/7cAC7YCPykAAGVWACs0AP//AHj+TwTYBcQGJgAnAAABBwJsAeX/tgALtgErBQAAZFYAKzQA//8AXf5PA+0ETgYmAEcAAAEHAmwBUv+2AAu2ASsJAABkVgArNAD//wAPAAAEvAWwBgYAPQAA//8AL/5fA+AEOgYGAL0AAP//ALcAAAF4BbAGBgAtAAD//wAbAAAHNgcZBiYA2gAAAQcAoQH4AUIAC7YFHQ0BAV5WACs0AP//ABYAAAYEBcIGJgDuAAABBwChAV//6wALtgUdDQEBfVYAKzQA//8AtwAAAXgFsAYGAC0AAP//AB0AAAUeBw4GJgAlAAABBwChAPMBNwALtgMTBwEBU1YAKzQA//8Abf/sA+oF1wYmAEUAAAEHAKEAmQAAAAu2AkAPAQF+VgArNAD//wAdAAAFHgb9BiYAJQAAAQcAagD5ATcADbcEAyMHAQF4VgArNDQA//8Abf/sA+oFxgYmAEUAAAEHAGoAnwAAAA23AwJQDwEBo1YAKzQ0AP////EAAAdYBbAGBgCBAAD//wBP/+sGfQRPBgYAhgAA//8AqQAABEYHGQYmACkAAAEHAKEAvgFCAAu2BBUHAQFeVgArNAD//wBd/+wD8wXXBiYASQAAAQcAoQCIAAAAC7YBMQsBAX5WACs0AP//AF7/6wUSBtoGJgFYAAABBwBqANQBFAANtwIBQgABAUFWACs0NAD//wBj/+wD6gRQBgYAnQAA//8AY//sA+oFxwYmAJ0AAAEHAGoAiAABAA23AgFAAAEBolYAKzQ0AP//ABsAAAc2BwgGJgDaAAABBwBqAf4BQgANtwYFLQ0BAYNWACs0NAD//wAWAAAGBAWxBiYA7gAAAQcAagFl/+sADbcGBS0NAQGiVgArNDQA//8AUP/sBGsHHQYmANsAAAEHAGoAtwFXAA23AwJUFQEBhFYAKzQ0AP//AFj/7AOtBcUGJgDvAAABBgBqX/8ADbcDAlEUAQGjVgArNDQA//8AsgAABQAG7wYmANwAAAEHAHABBAFKAAu2AQwIAQGxVgArNAD//wCdAAAEAgWYBiYA8AAAAQYAcHXzAAu2AQwIAQHQVgArNAD//wCyAAAFAAcIBiYA3AAAAQcAagE2AUIADbcCAR8BAQGDVgArNDQA//8AnQAABAIFsQYmAPAAAAEHAGoAp//rAA23AgEfAQEBolYAKzQ0AP//AHf/7AUKBv8GJgAzAAABBwBqARwBOQANtwMCQREBAWZWACs0NAD//wBc/+wENQXGBiYAUwAAAQcAagCYAAAADbcDAkEGAQGjVgArNDQA//8AZ//sBPoFxAYGARcAAP//AFz/7AQ0BE4GBgEYAAD//wBn/+wE+gcDBiYBFwAAAQcAagEoAT0ADbcEA08AAQFqVgArNDQA//8AXP/sBDQFyAYmARgAAAEHAGoAiAACAA23BANBAAEBpVYAKzQ0AP//AJT/7AT0Bx4GJgDnAAABBwBqAQ0BWAANtwMCQh4BAYVWACs0NAD//wBk/+sD4QXGBiYA/wAAAQYAanwAAA23AwJBCQEBo1YAKzQ0AP//AE3/6wTLBu8GJgDeAAABBwBwAK0BSgALtgIbGAEBsVYAKzQA//8AFv5LA7AFrQYmAF0AAAEGAHAjCAALtgIbGAEB5VYAKzQA//8ATf/rBMsHCAYmAN4AAAEHAGoA3wFCAA23AwIuAQEBg1YAKzQ0AP//ABb+SwOwBcYGJgBdAAABBgBqVQAADbcDAi4BAQG3VgArNDQA//8ATf/rBMsHQQYmAN4AAAEHAKYBLgFCAA23AwIZAQEBYlYAKzQ0AP//ABb+SwPQBf8GJgBdAAABBwCmAKQAAAANtwMCGQEBAZZWACs0NAD//wCXAAAEyQcIBiYA4QAAAQcAagEJAUIADbcDAi8WAQGDVgArNDQA//8AaAAAA70FsQYmAPkAAAEGAGpl6wANtwMCLQMBAaJWACs0NAD//wCyAAAGMQcIBiYA5QAAAQcAagHTAUIADbcDAjIcAQGDVgArNDQA//8AngAABX8FsQYmAP0AAAEHAGoBbf/rAA23AwIyHAEBolYAKzQ0AP//AF//7APxBgAGBgBIAAD//wAd/qIFHgWwBiYAJQAAAQcArQUDAAAADrQDEQUBAbj/dbBWACs0//8Abf6iA+oETgYmAEUAAAEHAK0ESwAAAA60Aj4xAQG4/4mwVgArNP//AB0AAAUeB7sGJgAlAAABBwCrBO4BRwALtgMPBwEBcVYAKzQA//8Abf/sA+oGhAYmAEUAAAEHAKsElAAQAAu2AjwPAQGcVgArNAD//wAdAAAFHgfEBiYAJQAAAQcCUgDCAS8ADbcEAxIHAQFhVgArNDQA//8Abf/sBMAGjQYmAEUAAAEGAlJo+AANtwMCQQ8BAYxWACs0NAD//wAdAAAFHgfABiYAJQAAAQcCUwDGAT0ADbcEAxAHAQFcVgArNDQA////yf/sA+oGiQYmAEUAAAEGAlNsBgANtwMCPQ8BAYdWACs0NAD//wAdAAAFHgfsBiYAJQAAAQcCVADHARwADbcEAxMDAQFQVgArNDQA//8Abf/sBFoGtQYmAEUAAAEGAlRt5QANtwMCQA8BAXtWACs0NAD//wAdAAAFHgfaBiYAJQAAAQcCVQDHAQYADbcEAxAHAQE6VgArNDQA//8Abf/sA+oGowYmAEUAAAEGAlVtzwANtwMCPQ8BAWVWACs0NAD//wAd/qIFHgc3BiYAJQAAACcAngDJATcBBwCtBQMAAAAXtAQaBQEBuP91t1YDEQcBAWxWACs0KzQA//8Abf6iA+oGAAYmAEUAAAAmAJ5vAAEHAK0ESwAAABe0A0cxAQG4/4m3VgI+DwEBl1YAKzQrNAD//wAdAAAFHge4BiYAJQAAAQcCVwDqAS0ADbcEAxMHAQFcVgArNDQA//8Abf/sA+oGgQYmAEUAAAEHAlcAkP/2AA23AwJADwEBh1YAKzQ0AP//AB0AAAUeB7gGJgAlAAABBwJQAOoBLQANtwQDEwcBAVxWACs0NAD//wBt/+wD6gaBBiYARQAAAQcCUACQ//YADbcDAkAPAQGHVgArNDQA//8AHQAABR4IQgYmACUAAAEHAlgA7gE+AA23BAMTBwEBblYAKzQ0AP//AG3/7APqBwsGJgBFAAABBwJYAJQABwANtwMCQA8BAZlWACs0NAD//wAdAAAFHggWBiYAJQAAAQcCawDuAUYADbcEAxMHAQFvVgArNDQA//8Abf/sA+oG3wYmAEUAAAEHAmsAlAAPAA23AwJADwEBmlYAKzQ0AP//AB3+ogUeBw4GJgAlAAAAJwChAPMBNwEHAK0FAwAAABe0BCAFAQG4/3W3VgMTBwEBU1YAKzQrNAD//wBt/qID6gXXBiYARQAAACcAoQCZAAABBwCtBEsAAAAXtANNMQEBuP+Jt1YCQA8BAX5WACs0KzQA//8Aqf6sBEYFsAYmACkAAAEHAK0EwAAKAA60BBMCAQG4/3+wVgArNP//AF3+ogPzBE4GJgBJAAABBwCtBI0AAAAOtAEvAAEBuP+JsFYAKzT//wCpAAAERgfGBiYAKQAAAQcAqwS5AVIAC7YEEQcBAXxWACs0AP//AF3/7APzBoQGJgBJAAABBwCrBIMAEAALtgEtCwEBnFYAKzQA//8AqQAABEYHLgYmACkAAAEHAKUAjwFGAAu2BB4HAQF2VgArNAD//wBd/+wD8wXsBiYASQAAAQYApVkEAAu2AToLAQGWVgArNAD//wCpAAAE5QfPBiYAKQAAAQcCUgCNAToADbcFBBQHAQFsVgArNDQA//8AXf/sBK8GjQYmAEkAAAEGAlJX+AANtwIBMAsBAYxWACs0NAD////uAAAERgfLBiYAKQAAAQcCUwCRAUgADbcFBBIHAQFnVgArNDQA////uP/sA/MGiQYmAEkAAAEGAlNbBgANtwIBLgsBAYdWACs0NAD//wCpAAAEfwf3BiYAKQAAAQcCVACSAScADbcFBBUHAQFbVgArNDQA//8AXf/sBEkGtQYmAEkAAAEGAlRc5QANtwIBMQsBAXtWACs0NAD//wCpAAAERgflBiYAKQAAAQcCVQCSAREADbcFBBIHAQFFVgArNDQA//8AXf/sA/MGowYmAEkAAAEGAlVczwANtwIBLgsBAWVWACs0NAD//wCp/qwERgdCBiYAKQAAACcAngCUAUIBBwCtBMAACgAXtAUcAgEBuP9/t1YEEwcBAXdWACs0KzQA//8AXf6iA/MGAAYmAEkAAAAmAJ5eAAEHAK0EjQAAABe0AjgAAQG4/4m3VgEvCwEBl1YAKzQrNAD//wC3AAAB+AfGBiYALQAAAQcAqwNlAVIAC7YBBQMBAXxWACs0AP//AJwAAAHdBoIGJgCNAAABBwCrA0oADgALtgEFAwEBrlYAKzQA//8ApP6rAX8FsAYmAC0AAAEHAK0DbAAJAA60AQcCAQG4/36wVgArNP//AIb+rAFpBcQGJgBNAAABBwCtA04ACgAOtAITAgEBuP9/sFYAKzT//wB3/qIFCgXEBiYAMwAAAQcArQUYAAAADrQCLwYBAbj/ibBWACs0//8AXP6hBDUETgYmAFMAAAEHAK0Enf//AA60Ai8RAQG4/4iwVgArNP//AHf/7AUKB70GJgAzAAABBwCrBREBSQALtgItEQEBX1YAKzQA//8AXP/sBDUGhAYmAFMAAAEHAKsEjQAQAAu2Ai0GAQGcVgArNAD//wB3/+wFPQfGBiYAMwAAAQcCUgDlATEADbcDAjARAQFPVgArNDQA//8AXP/sBLkGjQYmAFMAAAEGAlJh+AANtwMCMAYBAYxWACs0NAD//wBG/+wFCgfCBiYAMwAAAQcCUwDpAT8ADbcDAi4RAQFKVgArNDQA////wv/sBDUGiQYmAFMAAAEGAlNlBgANtwMCLgYBAYdWACs0NAD//wB3/+wFCgfuBiYAMwAAAQcCVADqAR4ADbcDAjERAQE+VgArNDQA//8AXP/sBFMGtQYmAFMAAAEGAlRm5QANtwMCMQYBAXtWACs0NAD//wB3/+wFCgfcBiYAMwAAAQcCVQDqAQgADbcDAi4RAQEoVgArNDQA//8AXP/sBDUGowYmAFMAAAEGAlVmzwANtwMCLgYBAWVWACs0NAD//wB3/qIFCgc5BiYAMwAAACcAngDsATkBBwCtBRgAAAAXtAM4BgEBuP+Jt1YCLxEBAVpWACs0KzQA//8AXP6hBDUGAAYmAFMAAAAmAJ5oAAEHAK0Enf//ABe0AzgRAQG4/4i3VgIvBgEBl1YAKzQrNAD//wBm/+wFnQcxBiYAmAAAAQcAdQHeATEAC7YDOhwBAUdWACs0AP//AFz/7AS6BgAGJgCZAAABBwB1AWUAAAALtgM2EAEBjFYAKzQA//8AZv/sBZ0HMQYmAJgAAAEHAEQBTgExAAu2AzwcAQFHVgArNAD//wBc/+wEugYABiYAmQAAAQcARADVAAAAC7YDOBABAYxWACs0AP//AGb/7AWdB7UGJgCYAAABBwCrBQ0BQQALtgM7HAEBV1YAKzQA//8AXP/sBLoGhAYmAJkAAAEHAKsElAAQAAu2AzcQAQGcVgArNAD//wBm/+wFnQcdBiYAmAAAAQcApQDjATUAC7YDSBwBAVFWACs0AP//AFz/7AS6BewGJgCZAAABBgClagQAC7YDRBABAZZWACs0AP//AGb+ogWdBjgGJgCYAAABBwCtBQkAAAAOtAM9EAEBuP+JsFYAKzT//wBc/pgEugSxBiYAmQAAAQcArQSb//YADrQDORsBAbj/f7BWACs0//8AjP6iBKoFsAYmADkAAAEHAK0E7wAAAA60ARkGAQG4/4mwVgArNP//AIn+ogPdBDoGJgBZAAABBwCtBFIAAAAOtAIfCwEBuP+JsFYAKzT//wCM/+wEqge7BiYAOQAAAQcAqwTpAUcAC7YBFwABAXFWACs0AP//AIn/7APdBoQGJgBZAAABBwCrBIUAEAALtgIdEQEBsFYAKzQA//8AjP/sBh0HQgYmAJoAAAEHAHUB1QFCAAu2AiAKAQFsVgArNAD//wCJ/+wFEAXrBiYAmwAAAQcAdQFj/+sAC7YDJhsBAYtWACs0AP//AIz/7AYdB0IGJgCaAAABBwBEAUUBQgALtgIiCgEBbFYAKzQA//8Aif/sBRAF6wYmAJsAAAEHAEQA0//rAAu2AygbAQGLVgArNAD//wCM/+wGHQfGBiYAmgAAAQcAqwUEAVIAC7YCIQoBAXxWACs0AP//AIn/7AUQBm8GJgCbAAABBwCrBJL/+wALtgMnGwEBm1YAKzQA//8AjP/sBh0HLgYmAJoAAAEHAKUA2gFGAAu2Ai4VAQF2VgArNAD//wCJ/+wFEAXXBiYAmwAAAQYApWjvAAu2AzQbAQGVVgArNAD//wCM/pkGHQYCBiYAmgAAAQcArQUJ//cADrQCIxABAbj/gLBWACs0//8Aif6iBRAEkQYmAJsAAAEHAK0EiAAAAA60AykVAQG4/4mwVgArNP//AA/+owS8BbAGJgA9AAABBwCtBLwAAQAOtAEMBgEBuP92sFYAKzT//wAW/gQDsAQ6BiYAXQAAAQcArQUd/2IADrQCIggAALj/ubBWACs0//8ADwAABLwHugYmAD0AAAEHAKsEuAFGAAu2AQoCAQFwVgArNAD//wAW/ksDsAaEBiYAXQAAAQcAqwRKABAAC7YCGgEBAbBWACs0AP//AA8AAAS8ByIGJgA9AAABBwClAI4BOgALtgEXCAEBalYAKzQA//8AFv5LA7AF7AYmAF0AAAEGAKUgBAALtgInGAEBqlYAKzQA//8AX/7LBK0GAAQmAEgAAAAnAkEBoQJGAQcAQwCf/2MAF7QENxYBAbj/d7dWAzILAQGDVgArNCs0AP//ADL+mQSXBbAGJgA4AAABBwJsAkAAAAALtgILAgAAmlYAKzQA//8AKP6ZA7EEOgYmAPYAAAEHAmwBxwAAAAu2AgsCAACaVgArNAD//wCX/pkEyQWwBiYA4QAAAQcCbAL+AAAAC7YCHRkBAJpWACs0AP//AGj+mQO9BDwGJgD5AAABBwJsAfYAAAALtgIbAgEAmlYAKzQA//8Asv6ZBDAFsAYmALEAAAEHAmwA8AAAAAu2AQkEAACaVgArNAD//wCb/pkDSAQ6BiYA7AAAAQcCbADVAAAAC7YBCQQAAJpWACs0AP//AD/+UwW+BcQGJgFMAAABBwJsAwb/ugALtgI6CgAAa1YAKzQA////3f5WBGQETgYmAU0AAAEHAmwCAP+9AAu2AjkJAABrVgArNAD//wCNAAAD4AYABgYATAAAAAL/1AAABLEFsAAYABwAGkAMHBsYAAALDAJyDgsIAD8zKxI5LzPMMjAxQSEyFhYVFA4CIyERMxEhMjY2NTQmJiMhARUhNQE2AY2g3HJAfrh4/eDBAV9rhT4+hWv+cwEb/YMDX2vAgWCfdT8FsPrtT4BJSXpJAiaYmAAAAv/UAAAEsQWwABgAHAAZQAscGxgAAAsMAg4LCAA/Mz8SOS8zzDIwMUEhMhYWFRQOAiMhETMRITI2NjU0JiYjIQEVITUBNgGNoNxyQH64eP3gwQFfa4U+PoVr/nMBG/2DA19rwIFgn3U/BbD67U+ASUl6SQImmJgAAgADAAAEMAWwAAUACQAWQAoGBwcEAgUCcgQIAD8rMhI5LzMwMUEVIREjEQEVITUEMP1CwAHO/YMFsJ767gWw/ZOYmAAC//0AAANIBDoABQAJABZACgkICAQCBQZyBAoAPysyEjkvMzAxQRUhESMRARUhNQNI/gy5Ad/9gwQ6mfxfBDr+PJiYAAQACwAABTIFsAADAAkADQARACtAFQwLCwcHBhARBhEGEQIJAwJyCgIIcgArMisyETk5Ly8RMxEzEjkRMzAxQREjESEBISchARMBNwEBFSE1AYfBBEL9iP6qHgEBAfwt/d1sAqP9Vv2DBbD6UAWw/N+gAoH6UAKoqfyvBM6YmAAABP/TAAAEKQYAAAMACQANABEALUAXBAZyDAsLBwcGEBEGEQYRAgMAcgoCCnIAKzIrETk5Ly8RMxEzEjkRMyswMUERIxEBASEnMwETATcBARUhNQFguQNO/kP+5hbWATs0/oxiAe7+J/2DBgD6AAYA/jr9u5oBq/vGAgKl/VkFWJiYAAIADwAABLwFsAAIAAwAHUAPDAEEBwMLCwYDCAJyBghyACsrMhE5Lxc5MzAxUwEBMwERIxEBARUhNewBegF72/4Kwf4KA5n9gwWw/SUC2/xw/eACIAOQ/PCYmAAABAAv/l8D4AQ6AAMACAANABEAF0ALERAQAgUNBnICDnIAKysyEjkvMzAxZREjETcBMwEjAwEXIwEBFSE1AmS5VwEgvv5ve+gBKCl7/m0DHf2DhP3bAiV3Az/7xgQ6/MD6BDr8UpiYAAACADoAAATOBbAACwAPAB9ADw8HBQEECgMODgkFAwACcgArMi8zOS8XORI5MzAxQQEBMwEBIwEBIwkCFSE1ASYBXgFe4f40Adfj/pn+meMB1/40A4H9gwWw/dICLv0v/SECOf3HAt8C0f2FmJgAAAIAKgAAA8sEOgALAA8AH0APDwcFAQoEAw4OCQUDAAZyACsyLzM5Lxc5EjkzMDFBExMzAQEjAwMjCQIVITUBCu3w2f6eAW3W+vrXAWz+nwMI/YMEOv52AYr96v3cAZb+agIkAhb+PpiYAP//AGT/7APsBE0GBgC/AAD//wASAAAELwWwBiYAKgAAAQcCQf+D/n0ADrQDDgICALgBCLBWACs0//8AkAKLBcgDIwYGAYMAAP//AF4AAAQzBcQGBgAWAAD//wBf/+wD+gXEBgYAFwAA//8ANQAABFEFsAYGABgAAP//AJr/7AQuBbAGBgAZAAD//wCZ/+wEMQWyBAYAGhQA//8Ahf/sBCMFxAQGABwUAP//AGT//gP4BcQEBgAdAAD//wCH/+wEHwXEBAYAFBQA//8Aev/sBN0HVwYmACsAAAEHAHUBvwFXAAu2ASwQAQFtVgArNAD//wBh/lUD8gYABiYASwAAAQcAdQFLAAAAC7YDPxoBAYxWACs0AP//AKkAAAUJBzcGJgAyAAABBwBEAWUBNwALtgEMCQEBYVYAKzQA//8AjQAAA+AGAAYmAFIAAAEHAEQAzAAAAAu2Ah4DAQGgVgArNAD//wAdAAAFHgcgBiYAJQAAAQcArARtATIADbcEAw4DAQFmVgArNDQA//8AOv/sA+oF6QYmAEUAAAEHAKwEE//7AA23AwI8DwEBkVYAKzQ0AP//AF8AAARGBysGJgApAAABBwCsBDgBPQANtwUEEQcBAXFWACs0NAD//wAp/+wD8wXpBiYASQAAAQcArAQC//sADbcCAS0LAQGRVgArNDQA////CwAAAeoHKwYmAC0AAAEHAKwC5AE9AA23AgEFAwEBcVYAKzQ0AP///vAAAAHPBecGJgCNAAABBwCsAsn/+QANtwIBBQMBAaNWACs0NAD//wB3/+wFCgciBiYAMwAAAQcArASQATQADbcDAi0RAQFUVgArNDQA//8AM//sBDUF6QYmAFMAAAEHAKwEDP/7AA23AwItBgEBkVYAKzQ0AP//AFYAAATKByAGJgA2AAABBwCsBC8BMgANtwMCHwABAWZWACs0NAD///+MAAACmAXpBiYAVgAAAQcArANl//sADbcDAhgDAQGlVgArNDQA//8AjP/sBKoHIAYmADkAAAEHAKwEaAEyAA23AgEXCwEBZlYAKzQ0AP//ACv/7APdBekGJgBZAAABBwCsBAT/+wANtwMCHREBAaVWACs0NAD///84AAAE0wY+BCYA0GQAAAcArv6A/////wCp/qwEiAWwBiYAJgAAAQcArQS6AAoADrQCNBsBAbj/f7BWACs0//8AjP6YBCEGAAYmAEYAAAEHAK0Eq//2AA60AzMEAQG4/2uwVgArNP//AKn+rATHBbAGJgAoAAABBwCtBLoACgAOtAIiHQEBuP9/sFYAKzT//wBf/qID8QYABiYASAAAAQcArQS+AAAADrQDMxYBAbj/ibBWACs0//8Aqf4GBMcFsAYmACgAAAEHAdUBZf6oAA60AigdAQG4/5ewVgArNP//AF/9/APxBgAGJgBIAAABBwHVAWn+ngAOtAM5FgEBuP+hsFYAKzT//wCp/qwFCAWwBiYALAAAAQcArQUfAAoADrQDDwoBAbj/f7BWACs0//8Ajf6sA+AGAAYmAEwAAAEHAK0EoQAKAA60Ah4CAQG4/3+wVgArNP//AKkAAAUFBzEGJgAvAAABBwB1AXwBMQALtgMOAwEBW1YAKzQA//8AjQAABA0HQQYmAE8AAAEHAHUBRAFBAAu2Aw4DAQAbVgArNAD//wCp/vwFBQWwBiYALwAAAQcArQTpAFoADrQDEQIBAbj/z7BWACs0//8Ajf7pBA0GAAYmAE8AAAEHAK0EZgBHAA60AxECAQG4/7ywVgArNP//AKn+rAQcBbAGJgAwAAABBwCtBMEACgAOtAILAgEBuP9/sFYAKzT//wCG/qwBYQYABiYAUAAAAQcArQNOAAoADrQBBwIBAbj/f7BWACs0//8Aqf6sBlIFsAYmADEAAAEHAK0F0gAKAA60AxQGAQG4/3+wVgArNP//AIv+rAZ5BE4GJgBRAAABBwCtBdYACgAOtAM2AgEBuP9/sFYAKzT//wCp/qwFCQWwBiYAMgAAAQcArQUlAAoADrQBDQIBAbj/f7BWACs0//8Ajf6sA+AETgYmAFIAAAEHAK0EiAAKAA60Ah8CAQG4/3+wVgArNP//AHf/7AUKB+gGJgAzAAABBwJRBQwBVAANtwMCMREBAVpWACs0NAD//wCpAAAEwQdCBiYANAAAAQcAdQF9AUIAC7YBGA8BAWxWACs0AP//AIz+YAQfBfYGJgBUAAABBwB1AZT/9gALtgMwAwEBllYAKzQA//8Aqf6sBMoFsAYmADYAAAEHAK0EuAAKAA60AiEYAQG4/3+wVgArNP//AIP+rQKYBE4GJgBWAAABBwCtA0sACwAOtAIaAgEBuP+AsFYAKzT//wBR/qEEcwXEBiYANwAAAQcArQTJ//8ADrQBPSsBAbj/iLBWACs0//8AX/6YA7wETgYmAFcAAAEHAK0Eh//2AA60ATkpAQG4/3+wVgArNP//ADL+ogSXBbAGJgA4AAABBwCtBLsAAAAOtAILAgEBuP91sFYAKzT//wAJ/qICVwVBBiYAWAAAAQcArQQaAAAADrQCGREBAbj/ibBWACs0//8AjP/sBKoH5gYmADkAAAEHAlEE5AFSAA23AgEbAAEBbFYAKzQ0AP//AB0AAAT9By4GJgA6AAABBwClALMBRgALtgIYCQEBdlYAKzQA//8AIQAAA7sF4gYmAFoAAAEGAKUd+gALtgIYCQEBoFYAKzQA//8AHf6sBP0FsAYmADoAAAEHAK0E5AAKAA60Ag0EAQG4/3+wVgArNP//ACH+rAO7BDoGJgBaAAABBwCtBE0ACgAOtAINBAEBuP9/sFYAKzT//wA9/qwG7QWwBiYAOwAAAQcArQXvAAoADrQEGRMBAbj/f7BWACs0//8AK/6sBdMEOgYmAFsAAAEHAK0FUwAKAA60BBkTAQG4/3+wVgArNP//AFf+rAR6BbAGJgA+AAABBwCtBLoACgAOtAMRAgEBuP9/sFYAKzT//wBZ/qwDswQ6BiYAXgAAAQcArQRjAAoADrQDEQIBAbj/f7BWACs0///+eP/sBVAF1gQmADNGAAEHAXL+CP//AA23AwIuEQAAElYAKzQ0AP//ABQAAARxBRsGJgJOAAAABwCu/9v+3P///58AAAPrBR4EJgJDPAAABwCu/uf+3////7sAAASVBRsEJgH/PAAABwCu/wP+3P///8AAAAGNBR4EJgH+PAAABwCu/wj+3////9//8ARlBRsEJgH4CgAABwCu/yf+3P///1UAAARYBRsEJgHuPAAABwCu/p3+3P////cAAASIBRoEJgIOCgAABwCu/z/+2///ABQAAARxBI0GBgJOAAD//wCLAAAD8ASNBgYCTQAA//8AiwAAA68EjQYGAkMAAP//AEgAAAPhBI0GBgHtAAD//wCLAAAEWQSNBgYB/wAA//8AmAAAAVEEjQYGAf4AAP//AIsAAARXBI0GBgH8AAD//wCLAAAFeASNBgYB+gAA//8AiwAABFkEjQYGAfkAAP//AGD/8ARbBJ0GBgH4AAD//wCLAAAEGwSNBgYB9wAA//8AKQAAA/0EjQYGAfMAAP//AA4AAAQcBI0GBgHuAAD//wAnAAAEMgSNBgYB7wAA////sgAAAjwF5AYmAf4AAAEHAGr/TQAeAA23AgENAwEBhFYAKzQ0AP//AA4AAAQcBeQGJgHuAAABBgBqbh4ADbcEAxcJAQGDVgArNDQA//8AiwAAA68F5AYmAkMAAAEGAGpyHgANtwUEGQcBAYNWACs0NAD//wCLAAADhQYeBiYCBQAAAQcAdQE1AB4AC7YCCAMBAYNWACs0AP//AET/8APeBJ0GBgH0AAD//wCYAAABUQSNBgYB/gAA////sgAAAjwF5AYmAf4AAAEHAGr/TQAeAA23AgENAwEBhFYAKzQ0AP//ACz/8ANNBI0GBgH9AAD//wCLAAAEVwYeBiYB/AAAAQcAdQElAB4AC7YDDgMBAYRWACs0AP//ACP/7AQMBfUGJgIcAAABBgChZx4AC7YCHRcBAYRWACs0AP//ABQAAARxBI0GBgJOAAD//wCLAAAD8ASNBgYCTQAA//8AiwAAA4UEjQYGAgUAAP//AIsAAAOvBI0GBgJDAAD//wCLAAAEYgX1BiYCGQAAAQcAoQDJAB4AC7YDEQgBAYRWACs0AP//AIsAAAV4BI0GBgH6AAD//wCLAAAEWQSNBgYB/wAA//8AYP/wBFsEnQYGAfgAAP//AIsAAAREBI0GBgIKAAD//wCLAAAEGwSNBgYB9wAA//8AYf/wBDEEnQYGAkwAAP//ACkAAAP9BI0GBgHzAAD//wAnAAAEMgSNBgYB7wAAAAMASP5PA9UEnQAeAD4AQgAoQBMfAQICPj4VPzQ0QDAqC3IPCxV+AD8zzCvMzTMSORI5LzMSOTkwMUEjNTMyNjY1NCYmIyIGBhUjND4CMzIeAhUUDgInMzIeAhUUDgIjIi4CNTMeAjMyNjY1NC4CIyMTESMRAhCSjlpwMzh0XEJsQblBc5paX6N6RUN3nuySdatvNkqDqF9ImoVSuQVGcURafkIjRWVCjty5Aix0K082M1AvJEo6S3dULSVNeVNFcVEsRS9Tbj9XgFMoIE2CYUJQJCxTOTNLMRj+R/3/AgEABACL/pkE+wSNAAMABwALAA8AHUANAwICBgsHfQ8OCgoGEgA/MxDOMz8zEjkvMzAxQRUhNRMRIxEhESMRAREjEQPA/V8luQPOuQFbuQKLmZkCAvtzBI37cwSN/A39/wIBAAACAGH+VQQxBJ0AJwArABhACxkQfigkJCoqBQtyACsyLzIRMz8zMDFBMw4CIyIuAjU1ND4CMzIWFhcjLgIjIg4CFRUUHgIzMjY2BxEjEQN3ugxxzZdxtoJGRoS7dJLIcQy6Cj52X094USklTHZQZHg/w7kBeXGyZk2Pyn1mfcqQTWW0dU1uOzVnkl1nWJFqOTht1v3/AgEA//8ADgAABBwEjQYGAe4AAP//AAL+TwVsBJ0GJgIyAAAABwJsArv/tv//AIsAAARiBcsGJgIZAAABBwBwAJ0AJgALtgMOCAEBsFYAKzQA//8AI//sBAwFywYmAhwAAAEGAHA7JgALtgIaFwEBsFYAKzQA//8AYQAABQYEjQYGAgwAAP//AJj/8AU2BI0EJgH+AAAABwH9AekAAP//AAkAAAXyBgAGJgKPAAABBwB1Ap8AAAALtgYZDwEBTVYAKzQA//8AYP/GBFsGHgYmApEAAAEHAHUBfQAeAAu2AzARAQFbVgArNAD//wBE/fwD3gSdBiYB9AAAAAcB1QEo/p7//wAxAAAF8QYeBiYB8AAAAQcARAGhAB4AC7YEGAoBAWtWACs0AP//ADEAAAXxBh4GJgHwAAABBwB1AjEAHgALtgQWCgEBa1YAKzQA//8AMQAABfEF5AYmAfAAAAEHAGoBawAeAA23BQQfCgEBhFYAKzQ0AP//AA4AAAQcBh4GJgHuAAAABwBEAKQAHv//AB3+TgUeBbAGJgAlAAABBwCkAXwAAAALtgMOBQEBOVYAKzQA//8Abf5OA+oETgYmAEUAAAEHAKQAxAAAAAu2AjsxAABNVgArNAD//wCp/lgERgWwBiYAKQAAAQcApAE5AAoAC7YEEAIAAENWACs0AP//AF3+TgPzBE4GJgBJAAABBwCkAQYAAAALtgEsAAAATVYAKzQA//8AFP5OBHEEjQYmAk4AAAAHAKQBHgAA//8Ai/5WA68EjQYmAkMAAAAHAKQA5wAI//8Ahv6sAWEEOgYmAI0AAAEHAK0DTgAKAA60AQcCAQG4/3+wVgArNAABALIAiQQkA/sADwAIsQgAAC8vMDFlIiYmNTQ2NjMyFhYVFAYGAmt6yHd3yHp6yHd3yIl3yHp6yHd3yHp6yHcAAQCTAAAEQQOvAAMACLMBABJyACsvcxEhEZMDrgOv/FEAAAQAbv/wBaUFwgAQABgAIAAqABdACSAQJAgYEBwIEAAvLzMRMxEzETMwMXc2NjclETY2NxEUBgcHBgYHBTY2NyUGBgcBNjY3AQYGBwERNjY3ESUGBgduBRcSAaogUCsHB1APLhwBVAYWEgH5BhcR+0EFGBIEvgYXEf4HIU8tAYoGFxFhLVUoWwPZKUIY+9wMFgp5Fh4Gzy1WKGotVSYBfi1VKAECLVUp/lYDvylCGfx+VC1WKAAAAgCyAIkEJAP7AA8AHwAQtwAQaggYaggAAC8vKyswMWUiJiY1NDY2MzIWFhUUBgYnMjY2NTQmJiMiBgYVFBYWAmt6yHd3yHp6yHd3yHpmpWJipWZlpmJipol3yHp6yHd3yHp6yHdMYqZlZqViYqVmZaZiAAAAAAAADwC6AAMAAQQJAAAAsgAAAAMAAQQJAAEADACyAAMAAQQJAAIADgC+AAMAAQQJAAMADACyAAMAAQQJAAQADACyAAMAAQQJAAUAJgDMAAMAAQQJAAYAHADyAAMAAQQJAAcAQAEOAAMAAQQJAAgADAFOAAMAAQQJAAkAJgFaAAMAAQQJAAsAFAGAAAMAAQQJAAwAFAGAAAMAAQQJAA0BIgGUAAMAAQQJAA4ANgK2AAMAAQQJABkADACyAEMAbwBwAHkAcgBpAGcAaAB0ACAAMgAwADEAMQAgAFQAaABlACAAUgBvAGIAbwB0AG8AIABQAHIAbwBqAGUAYwB0ACAAQQB1AHQAaABvAHIAcwAgACgAaAB0AHQAcABzADoALwAvAGcAaQB0AGgAdQBiAC4AYwBvAG0ALwBnAG8AbwBnAGwAZQBmAG8AbgB0AHMALwByAG8AYgBvAHQAbwAtAGMAbABhAHMAcwBpAGMAKQBSAG8AYgBvAHQAbwBSAGUAZwB1AGwAYQByAFYAZQByAHMAaQBvAG4AIAAzAC4AMAAxADQAOwAgADIAMAAyADUAUgBvAGIAbwB0AG8ALQBSAGUAZwB1AGwAYQByAFIAbwBiAG8AdABvACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAARwBvAG8AZwBsAGUALgBHAG8AbwBnAGwAZQBDAGgAcgBpAHMAdABpAGEAbgAgAFIAbwBiAGUAcgB0AHMAbwBuAEcAbwBvAGcAbABlAC4AYwBvAG0AVABoAGkAcwAgAEYAbwBuAHQAIABTAG8AZgB0AHcAYQByAGUAIABpAHMAIABsAGkAYwBlAG4AcwBlAGQAIAB1AG4AZABlAHIAIAB0AGgAZQAgAFMASQBMACAATwBwAGUAbgAgAEYAbwBuAHQAIABMAGkAYwBlAG4AcwBlACwAIABWAGUAcgBzAGkAbwBuACAAMQAuADEALgAgAFQAaABpAHMAIABsAGkAYwBlAG4AcwBlACAAaQBzACAAYQB2AGEAaQBsAGEAYgBsAGUAIAB3AGkAdABoACAAYQAgAEYAQQBRACAAYQB0ADoAIABoAHQAdABwAHMAOgAvAC8AbwBwAGUAbgBmAG8AbgB0AGwAaQBjAGUAbgBzAGUALgBvAHIAZwBoAHQAdABwAHMAOgAvAC8AbwBwAGUAbgBmAG8AbgB0AGwAaQBjAGUAbgBzAGUALgBvAHIAZwAAAAMAAAAAAAD/agBkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQACAAgACP//AA8AAQACAA4AAAAAAAACKAACAFkAJQA+AAEARABeAAEAagBqAAEAcABwAAEAdQB1AAEAgQCBAAEAgwCDAAEAhgCGAAEAiQCJAAEAiwCWAAEAmACfAAEAoQCjAAEApQCmAAEAqACtAAMAsQCxAAEAugC7AAEAvwC/AAEAwQDBAAEAwwDEAAEAxwDHAAEAywDLAAEAzQDOAAEA0ADRAAEA0wDTAAEA2gDeAAEA4QDhAAEA5QDlAAEA5wDpAAEA6wD7AAEA/QD9AAEA/wEBAAEBAwEDAAEBCAEJAAEBFgEaAAEBHAEcAAEBIAEiAAEBJAEnAAMBKgErAAEBMwE0AAEBNgE2AAEBOwE8AAEBQQFEAAEBRwFIAAEBSwFNAAEBUQFRAAEBVAFYAAEBXQFeAAEBYgFiAAEBZAFkAAEBaAFoAAEBagFsAAEBbgFuAAEBcAFwAAEB1gHcAAIB7QIBAAECBQIFAAECDgIOAAECEAIQAAECFwIZAAECGwIcAAECHgIeAAECIgIiAAECJAImAAECLAIsAAECMQIzAAECNQI1AAECQwJDAAECRgJGAAECSAJIAAECSwJOAAECegJ+AAECjgKTAAEClgL+AAEDAQPAAAEDwgPCAAEDxAPOAAED0APZAAED2wP2AAED+gP6AAED/AQDAAEEBQQHAAEECgQOAAEEEASbAAEEngSfAAEEoQSiAAEEpASnAAEEsQUNAAEFDwUZAAEFHAUpAAEAAQADAAAAEAAAABYAAAAgAAEAAQCtAAIAAQCoAKwAAAACAAIAqACsAAABJAEnAAUAAQAAABoANAAKAAcARABcAGYATABUAHAAegAEREZMVAB0Y3lybAB0Z3JlawB0bGF0bgB0AARjcHNwAF5rZXJuAGRtYXJrAGxta21rAHQAAQAAAAEAYgAEAAAAAQBkAAQAAAABAGgAAgAIAAIAwgSiAAIACAACAHoAlgAGABAAAQBYAAAABgAQAAEAWgACAGoAAAAAAAEAAAAAAAIAAgABAAAAAgADAAQAAAACAAUABgABFcYABQAkAEgAAREuEhIAARE0N9YAARFcE9IAARFsStgAAREWERYAAREcESIAARFEESYAARFUETgAAREkAAQAAAACEQ4RFAAA//8ABAAAAAEAAgADAAIRUgAEAAARdhGeAAMAAwAA/5X/iAAA/1YAAAAA/4gAAAABXfQABAAAAesaBBdgF2AeMh3YF6YX5Bi2F8haVhj2GPYb7BgIGPYY9hi2GRgnDh/OJkQX9hgeHX4fXBg0GxYY1Bh+F5IwYhewLUAXsBewGWAYfhfWHvYYmBhKF2YYmBtcGH4YtiBEJX4c0hi2HdgsQi5CKYgkFhdIGJgXflDgF7BD8CtQL0QYZBdOF1RTyhdaGp4aMiDGReI0JEBAMtYY9jzoSBQdfifcGPYY9huiGPYY9hj2PpIhUBj2GdokuCLyHpQqaiOEF5woshdmGbBCFlbIGH4a2DGYIdoZOhh+ImQZhh0oGmgZOh3YGWAX9hiYGbAYfiV+F5wdfhdmG+wb7BvsGPYdfhdmGPYY9hi2F5wdfhdmF2A1xhdgF2AXYBd4HDYchBdyF4gXbBdyF2wXuhdsF+QYthi2GLYYtiZEHdgd2B3YHdgd2B3YHdgX5BfIF8gXyBfIGPYY9hj2GPYY9hi2GLYYthi2GLYfXBjUGNQY1BjUGNQY1BjUF5IXkheSF5IXsBlgGWAZYBlgGWAYmBiYHdgY1B3YGNQd2BjUF+QX5BfkF+QYthfIF5IXyBeSF8gXkhfIF5IXyBeSGPYXsBj2GPYY9hj2GPYb7BgIGAgYCBgIGPYXsBj2F7AY9hewF7AYthlgGLYZYBi2GWAX1hfWF9YmRCZEJkQYHh9cGJgfXBg0GDQYNBdyF3IXeBdsF2wXbBdsF2wXbBdsF3IXchdyF3IXchdsF2wXbBdyF4gXiBeIF4gXchdyF3IXeB3YF8gY9hj2GLYfXB3YF6YXyBg0GPYY9hvsGPYY9hi2GRgmRB9cHX4Y9h9cF7AZYBiYGWAXyCV+GPYY9hvsG+wboh3YF6YlfhfIGPYY9hi2GRgX5CZEHX4Y1BeSGWAYfhiYF2YXkhecGJgYHhgeGB4fXBiYF2AXYBdgGPYXsB3YGNQXyBeSF/YYmBfkH1wYmBj2HX4XZhj2HdgY1B3YGNQXyBeSF5IXkh1+F2YYthlgGWAYfhuiGJgbohiYG6IYmB3YGNQd2BjUHdgY1B3YGNQd2BjUHdgY1B3YGNQd2BjUHdgY1B3YGNQd2BjUHdgY1BfIF5IXyBeSF8gXkhfIF5IXyBeSF8gXkhfIF5IXyBeSGPYY9hi2GWAYthlgGLYZYBi2GWAYthlgGLYZYBi2GWAZYB9cGJgfXBiYH1wYmCZEJX4XnBewGdolfhvsH1wY9hewHdgY1BfIGPYYthlgF9YXphh+GLYYthj2F7Ab7BvsGAgY9hewGPYXsBi2GRgYfhfWJkQX9hiYF/YYmBgeGDQYthdsF3IXbBd4F2wXchd4AAJd0gAEAABhcmouACkAKAAAAAAAAAAAABIAAAAAAAAAAAAAAAAAAP/k/+MAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA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AiwCLAByAjICMwBzAkMCQwB1AkYCRgB2AkgCSAB3AksCTgB4AnoCfgB8Ao4CkwCBApYC/gCHAwEDAQDwAwMDRgDxA0sDqAE1A6oDugGTA7wDvAGkA78DwAGlA8IDwgGnA8YDxgGoA8gDyQGpA8sDzgGrA9AD0AGvA9ID0wGwA9UD1QGyA9cD2QGzA9sD4AG2A+ID5wG8A+kD7AHCA+4D9gHGA/oD+gHPA/wEAAHQBAIEAgHVBAoEDgHWBBAEEAHbBBMEFwHcBBoEHgHhBCEEIgHmBCcEKAHoBDAEMAHqBDIEMgHrBDQENAHsBDkEkwHtBJkEmwJIBKEEogJLBKQEpQJNBKcEpwJPBLEEwAJQBMIE/gJgBQAFBAKdBQYFBwKiBQkFCQKkBQsFDQKlBQ8FFwKoBRwFKQKxAAIATwAlAD4AAABFAF4AGgCBAIEANACDAIMANQCGAIYANgCJAIkANwCLAJYAOACYAJ0ARACxALEASgC7ALsASwC/AL8ATADBAMEATQDDAMMATgDHAMcATwDLAMsAUADNAM4AUQDQANEAUwDTANMAVQDaANwAVgDeAN4AWQDhAOEAWgDlAOUAWwDnAOkAXADrAPsAXwD9AP0AcAD/AQEAcQEDAQMAdAEIAQkAdQEWARoAdwEcARwAfAEgASIAfQEqASsAgAFBAUIAggFLAUsAhAFYAVgAhQFiAWIAhgFkAWQAhwFoAWgAiAFqAWwAiQFuAW4AjAHtAgEAjQIFAgUAogIQAhAAowIXAhkApAIcAhwApwIeAh4AqAIiAiIAqQIkAiYAqgIsAiwArQIxAjEArgIzAjMArwI1AjUAsAJDAkMAsQJGAkYAsgJIAkgAswJLAk4AtAJ6An4AuAKOApMAvQKWAv4AwwMBA6cBLAOpA8AB0wPCA8IB6wPEA84B7APQA9kB9wPbA/YCAQP6A/oCHQP8BAMCHgQFBAcCJgQKBA4CKQQQBJgCLgSbBJsCtwSeBJ8CuAShBKICugSkBKcCvASxBOwCwATuBQ0C/AUPBRYDHAUYBRkDJAUcBSkDJgABAPsACAAKABQAFQAWABcAGAAZABoAGwAcAB0AJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AGUAZwCBAIMAhACMAI8AkQCTALEAsgCzALQAtQC2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AJP/5gCY/+YAs//mALj/wgDEABAA0//mAQj/5gEX/+YBG//mAR3/5gEf/+YBIf/mAUH/5gFq/+YCYP/mAmH/5gJj/+YCZP/mAqL/5gKs/+YCrf/mAq7/5gKv/+YCsP/mAtj/5gLa/+YC3P/mAt7/5gLs/+YC7v/mAvD/5gLy/+YDFP/mAxb/5gMY/+YDSf/mA6b/5gOz/+YD2f/mA9z/5gQJ/+YEDP/mBCf/5gQp/+YEK//mBGb/5gRo/+YEav/mBGz/5gRu/+YEcP/mBHL/5gR0/+YEdv/mBHj/5gR6/+YEfP/mBLv/5gTU/+YARwAQAAAAEgAAAEf/5wBI/+cASf/nAEv/5wBV/+cAlP/nAJn/5wC7/+cAxAAPAMj/5wDJ/+cA9//nAQP/5wEe/+cBIv/nAUL/5wFg/+cBYf/nAWv/5wGHAAABiwAAAY8AAAGQAAACvf/nAr7/5wK//+cCwP/nAsH/5wLZ/+cC2//nAt3/5wLf/+cC4f/nAuP/5wLl/+cC5//nAun/5wLr/+cC7f/nAu//5wLx/+cC8//nA7r/5wPg/+cD5P/nA+f/5wQC/+cECP/nBA3/5wQb/+cEHf/nBB7/5wQq/+cEOf/nBFP/5wRV/+cEV//nBFn/5wRb/+cEXf/nBF//5wRh/+cEdf/nBHf/5wR5/+cEff/nBLj/5wTF/+cEx//nAE0ABgAQAAsAEAANABQAQQASAEf/6ABI/+gASf/oAEv/6ABV/+gAYQATAJT/6ACZ/+gAu//oAMj/6ADJ/+gA9//oAQP/6AEe/+gBIv/oAUL/6AFg/+gBYf/oAWv/6AGFABABhgAQAYgAEAGJABABigAQAr3/6AK+/+gCv//oAsD/6ALB/+gC2f/oAtv/6ALd/+gC3//oAuH/6ALj/+gC5f/oAuf/6ALp/+gC6//oAu3/6ALv/+gC8f/oAvP/6AO6/+gD4P/oA+T/6APn/+gD9wAQA/gAEAP7ABAEAv/oBAj/6AQN/+gEG//oBB3/6AQe/+gEKv/oBDn/6ART/+gEVf/oBFf/6ARZ/+gEW//oBF3/6ARf/+gEYf/oBHX/6AR3/+gEef/oBH3/6AS4/+gExf/oBMf/6ABPAEcADABIAAwASQAMAEsADABVAAwAlAAMAJkADAC7AAwAyAAMAMkADADtADoA8gAYAPb/4wD3AAwA+f/3APwAAAD+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PSw7rDkkO7g9OD04NWo7xDpcOHY73DvoO/Q8ADxyO6wy6DwYPCQ8MDw8PE48Wjs0Oy48Zj0yO7I5Kju+PT4yoDVwO8o6YjimO+I77jv6PAY6dDiOMqY8HjwqPDY6sDxUPGA7OjryPGw5SDKsOU4ysjviMrg9UDhGMr4yxDwAPAYyyjLQMtYy3DqqPTI65jrsNFY5ZjsiODQ7QDg6OEAy4jhYOQY4XjumM1oy6DLuORgy9DL6OxYzADMGMwwzEjMYOygzHjMkOR4zKjMwMzYzPDNCM0g7EDNOM1Q7HDNmM1ozYDPeM2YzbDNyM3gzfjOEOa45tDOKM5AzljOcM6IzqDOuM7Qzujg6M8AzxjusM8wz0jPYM94z5DPqPPY89jzeM/Az9jzSPNg9FDfUM/w80jzMPH48xjeqPHg8ojyWPOo3ejQCPLo0CDQOPOQ0FDQaPPY0IDQmNCw0MjQ4ND40RDRKPUo0UDviNsA88Dy0PUQ0VjRWPVA9UD1QN6o0XDRiPMw86jx+O7g7uDvKPDA8NjRoNGg6FDRuOTw0dD0sOSQ47jjuOkQ4ZDR6NHo0gDhwNIY0jDSMOno0kjmiNJg0mDSeNKQ40DqMOow6GjqkOUI0qj0yOSo4+jj6Oko4lDSwNLA0tjigNLw0wjTCOoA0yDmoNM40zjTUNNo41jnkNOA05jogOiY9LD0yNOw08jT4NP41BDUKNRA1FjUcO741IjUoOVQ5WjUuNTQ9OD0+NTo1QDVGNUw1UjVYNV41ZDVqNXA1djV8NYI6YjWINY41lDWaOlw6YjWgNaY1rDvcO+I1sjW4O+g77jvoO+476DvuO1I7WDwAPAY1vjXEPAY1yjXQNdY13DXiNeg17jX0PBg8HjX6NgA2BjYMNhI2GDwkPCo8JDwqNh42JDwwPDY8MDw2Nio8NjYwNjY2PDZCNkg2TjZUNlo2YDZmPDw6sDZsNnI2eDZ+OC42hDaKNpA2ljacNqI2qDauNrQ2ujbANsA82DbGNsY2zDbSNtg23j1EPPA25DbkNuo8ijbwNvA29jycNvw9Dj0ONwI3CDcONxQ3FDcaNyA9JjcmNyw9RDcyNzg3PjdEN0o3UDdWN1w9SjdiN2g3bjd0N3o3gDeGN4w3kjyWN5g3njx4N6Q3qjeqN6o3sDx+N7Y3vDfCN8g3zjfUN9o34DfmPRQ37DzYN/I82Df4N/44BDgKOBA80jgWOBw8hD0mOCI4KD0sPTg7xDpcPHI7LjhAPSw7rD04PGY7xDpcO9w79DwAPHI7rDwwOy47NDhwOC44NDtAODo4QDhYOEY6dDxUOEw4Ujp0OFg4XjhkOGo8JDpcOHA4djvQOHw9LDusOyI9ODiCO/Q7xDxyO6w5JDwwOzQ9Mj0+OIg6dDiOOSo68js6OJQ4mjwqOmI4oDimOKw4sji4OL44uDi+OMQ4yjjQONY43DjiOOg9LD0yOO449Dj6OQA5BjkMORI5GDkeOSQ5KjsuOlw5MDk2Olw6IDomOTw5QjlIOU45VDlaOWA5ZjlsOXI5eDl+OYQ5ijmQOZY5nDmiOag5rjm0Obo5wDnGOcw50jnYOd455DnqOfA59jn8OgI6CDu+PSw9MjoOOpg9LD0yPSw9Mj0sPTI9LD0yOhQ6Gj0sPTI9LD0yPSw9Mj0sPTI6IDomPTg9PjosOjI6ODo+PTg9Pj04PT49OD0+PTg9PjpEOko6UDpWOlw6YjxyOnQ6aDpuPHI6dDxyOnQ8cjp0PHI6dDp6OoA6hjqMOoY6jDqSOpg6njqkOqo9Mjw8OrA6tjq8OsI6yDrCOsg6zjrUOto64DrmOuw7LjryOvg6/jsEOwo7vjwwOxA7FjscOyI7KDvKOyI7KDviOy47NDs6O0A9ODtGO0w7UjtYO147ZDtqO3A7djt8O4I7iDuOO5Q7mjugO6Y7rDuyO7g7vju4O747xDvKO9A71jvcO+I76DvuO/Q7+jwAPAY8cjwMPBI8GDwePCQ8KjwwPDY8PDxCPEg8TjxUPFo8YDxmPGw8cj1EPUo86jyWPMw89j1EPLQ9Sjz2POo8ljx4PMY8fjzMPNI82Dz2PN48nDyEPIo8kD0UPJY8nDyiPKg8rj1EPLQ8uj1KPMA8xjzqPMw80jzwPNg83jzkPOo88Dz2PPw9Aj0IPQ49FD0aPRo9ID0mPSw9Mj04PT49RD1KPVAAugBH/9wASP/cAEn/3ABL/9wAUf/zAFL/8wBT/9YAVP/zAFX/3ABZ/90AWv/hAF3/4QCU/9wAmf/cAJv/3QC7/9wAvf/hAL7/7gC//+YAwf/zAML/6wDD/+kAxf/wAMb/5wDI/9wAyf/cAMr/4wDL/90AzP/OAM3/1ADO/9sA7P/zAPD/8wDx//MA8//zAPT/8wD1//MA9//cAPj/8wD6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Azn/6gM7/+oDP//oA07/wANP/8ADUP/AA1H/wANS/8ADU//AA1T/wANp/8ADav/AA2v/wAOi/1YDqv9WA7r/6wO+/+oDwP/rA8L/6APF/+oDxv/rA8f/6gPO/vgD0v9WA90AFAPf/94D4P/rA+L/6wPk/+sD5f/oA+f/6wPu/+gD9v/oA/7/VgP//94EAv/rBAf/6AQI/+sEDf/rBA//6AQU/1YEFf/eBBb/VgQX/94EG//rBB3/6wQe/+sEKP/rBCr/6wQs/+sEMP/oBDL/6AQ0/+gEOf/rBDr/VgQ7/94EPP9WBD3/3gQ+/1YEP//eBED/VgRB/94EQv9WBEP/3gRE/1YERf/eBEb/VgRH/94ESP9WBEn/3gRK/1YES//eBEz/VgRN/94ETv9WBE//3gRQ/1YEUf/eBFP/6wRV/+sEV//rBFn/6wRb/+sEXf/rBF//6wRh/+sEZ//rBGn/6wRr/+sEbf/rBG//6wRx/+sEc//rBHX/6wR3/+sEef/rBHv/6wR9/+sEf//qBIH/6gSD/+oEhf/qBIf/6gSJ/+oEi//qBI3/6ASP/+gEkf/oBJMAFAS1/1YEtv/eBLj/6wS8/+sEwP/qBMX/6wTH/+sE2wAUBN//6ATh/+gE5//ABO7/wAUG/8AAAgCfAAQABAAAAAYABgABAAsADAACACUAKgAEACwALQAKAC8ANgAMADgAOAAUADoAPwAVAEUARgAbAEkASgAdAEwATAAfAE8ATwAgAFEAVAAhAFYAVgAlAFgAWAAmAFoAXQAnAF8AXwArAIoAigAsAJYAlgAtAJ0AnQAuALEAtQAvALcAuQA0ALsAuwA3AL0AvgA4AMAAwQA6AMMAxQA8AMcAzgA/ANIA0gBHANQA3gBIAOAA7wBTAPEA8QBjAPYA+ABkAPsA/ABnAP4BAABpAQMBBQBsAQoBCgBvAQ0BDQBwARgBGgBxASIBIgB0AS4BMAB1ATMBNQB4ATcBNwB7ATkBOQB8ATsBOwB9AUMBRAB+AVQBVACAAVYBVgCBAVgBWACCAVwBXgCDAYUBhgCGAYgBigCIAfMB8wCLAfUB9gCMAfgB+ACOAfsB+wCPAgYCCACQAksCSwCTAk4CTgCUAmACYACVAmICYwCWApYClwCYApkCmQCaApsCsACbArUCvACxAr4CwQC5AsYCywC9AtAC2ADDAtoC2gDMAtwC3ADNAt4C3gDOAuAC4ADPAuIC6wDQAvQC9gDaAvgC+ADdAvoC+gDeAvwC/ADfAv4C/gDgAwMDAwDhAwUDBQDiAwcDBwDjAwkDCQDkAwsDCwDlAw0DGQDmAxsDGwDzAx0DHQD0Ax8DHwD1AyoDKgD2AywDLAD3Ay4DLgD4AzwDPAD5Az4DQQD6A0MDQwD+A0UDRQD/A0sDVAEAA18DYwEKA2kDawEPA3ADcAESA4IDhQETA4kDiwEXA5QDlAEaA6IDpwEbA6oDuQEhA7wDvAExA8ADwAEyA8IDwgEzA8YDxgE0A8kDygE1A8wDzQE3A88D1QE5A9cD2QFAA9sD4AFDA+ID4wFJA+UD6AFLA+4D7wFPA/ED8QFRA/MD8wFSA/UD+AFTA/sEAAFXBAIEAgFdBAYEBwFeBAwEDAFgBA4EFwFhBBoEGwFrBB0EIAFtBCcEKAFxBCwELAFzBC4ENAF0BDoEYgF7BGQEZAGkBGYEcwGlBHsEewGzBIwEkQG0BJMEkwG6BJcEmAG7BJsEmwG9BJ0EngG+BKAEoAHABKIEogHBBLMEtwHCBLkEuQHHBLsEvAHIBL4EvgHKBMIExAHLBMYExgHOBMgEygHPBMwEzAHSBM4EzgHTBNAE1gHUBNgE2AHbBNsE2wHcBN4E4gHdBOQE5AHiBOYE5wHjBOsE6wHlBO4E7gHmBPkE+QHnBQYFBgHoBQ0FDQHpBREFEQHqAAIAmgAGAAYAAAALAAsAAQAQABAAAgASABIAAwAlACkABAAsADQACQA4AD4AEgBFAEcAGQBJAEkAHABMAEwAHQBRAFQAHgBWAFYAIgBaAFoAIwBcAF4AJACKAIoAJwCWAJYAKACxALQAKQC9AL0ALQDBAMEALgDHAMcALwDUANUAMADXANcAMgDaANoAMwDcAN4ANADgAOYANwDsAOwAPgDuAO4APwD3APcAQAD8APwAQQD+AP8AQgEEAQUARAEKAQoARgENAQ0ARwEYARoASAEuATAASwEzATUATgE3ATcAUQE5ATkAUgE7ATsAUwFDAUQAVAFUAVQAVgFWAVYAVwFYAVgAWAFcAV4AWQGFAYsAXAGPAZAAYwHzAfMAZQH4AfgAZgH7AfwAZwIGAggAaQIaAhoAbAIpAisAbQJLAksAcAJOAk4AcQJgAmAAcgJiAmMAcwKWApcAdQKZApkAdwKbAsEAeALGAssAnwLQAuAApQLiAusAtgL0AvYAwAL4AvgAwwL6AvoAxAL8AvwAxQL+Av4AxgMBAwEAxwMDAwMAyAMFAwUAyQMHAwcAygMJAwkAywMLAwsAzAMNAxkAzQMbAxsA2gMdAx0A2wMfAx8A3AMqAyoA3QMsAywA3gMuAy4A3wMwAzAA4AMyAzIA4QM0AzQA4gM2AzYA4wM4AzgA5AM6AzoA5QM8AzwA5gM+A0YA5wNLA1QA8ANfA2MA+gNpA2sA/wNwA3ABAgOBA4UBAwOJA4sBCAOUA5QBCwOiA6cBDAOqA7kBEgO8A7wBIgPAA8ABIwPCA8IBJAPGA8YBJQPJA8oBJgPMA9UBKAPXA9kBMgPbA+ABNQPiA+gBOwPuA+8BQgPxA/EBRAPzA/MBRQP1A/gBRgP7BAABSgQCBAIBUAQGBAcBUQQMBBcBUwQaBBsBXwQdBCABYQQnBCgBZQQsBCwBZwQuBDQBaAQ6BGIBbwRkBGQBmARmBHMBmQR7BHsBpwR+BH4BqASABIABqQSMBJEBqgSTBJMBsASXBJgBsQSbBJsBswSdBJ4BtASgBKABtgSiBKIBtwSzBLcBuAS5BLkBvQS7BLwBvgS+BL4BwATCBMQBwQTGBMYBxATIBMoBxQTMBMwByATOBM4ByQTQBNYBygTYBNgB0QTbBNsB0gTdBOIB0wTkBOcB2QTrBOsB3QTuBO4B3gT0BPQB3wT5BPkB4AUEBQQB4QUGBQYB4gUNBQ0B4wURBREB5AACAXQABgAGABIACwALABIAEAAQABoAEgASABoAJQAlAAIAJgAmACQAJwAnAA8AKAAoAAEAKQApAAQALgAuAAgALwAvAA0AMAAwABcAMwAzAAEANAA0ACUAOAA4ABEAOQA5AAgAOgA6ABwAOwA7ABgAPAA8ABAAPQA9AAwAPgA+ABkARQBFAAMARgBGAA4ARwBHABMASQBJAAUATABMAAkAUQBSAAkAUwBTAAYAVABUAA4AVgBWABsAWgBaAAcAXABcABUAXQBdAAcAXgBeAB8AigCKAA4AlgCWAAEAsQCxABYAsgCyACgAswCzAAEAtAC0AAIAvQC9AAcAwQDBAAkAxwDHAA4A1ADVACAA2gDaABAA3gDeACEA5ADkACAA5gDmACAA7ADsACIA7gDuABUA9wD3AA4A/AD8ACMA/gD+ACMA/wD/AA4BBAEFACMBCgEKACMBDQENAAIBGAEYAAYBGQEZABwBGgEaAAcBLgEuAA4BLwEvABYBMAEwACIBMwEzABABNAE0ABUBNQE1AA0BNwE3AA0BOQE5AA0BQwFDABABRAFEABUBWAFYAAEBXAFcACIBXQFdABABXgFeABUBhQGGABIBhwGHABoBiAGKABIBiwGLABoBjwGQABoB8wHzAB0B+AH4AAoB+wH7AB4B/AH8ABQCBgIGACYCBwIHAAoCCAIIAAsCGgIaABQCKQIrABQCSwJLAAoCTgJOAAsCYAJgAA8CYgJjAAEClgKXAAECmQKZABECmwKhAAICogKiAA8CowKmAAQCrAKwAAECsQK0AAgCtQK1AAwCtgK8AAMCvQK9ABMCvgLBAAUCxgLGAAkCxwLLAAYC0ALRAAcC0gLSAAIC0wLTAAMC1ALUAAIC1QLVAAMC1gLWAAIC1wLXAAMC2ALYAA8C2QLZABMC2gLaAA8C2wLbABMC3ALcAA8C3QLdABMC3gLeAA8C3wLfABMC4ALgAAEC4gLiAAQC4wLjAAUC5ALkAAQC5QLlAAUC5gLmAAQC5wLnAAUC6ALoAAQC6QLpAAUC6gLqAAQC6wLrAAUC9QL1AAkDAQMBAAgDAwMDAA0DBQMFABcDBwMHABcDCQMJABcDCwMLABcDDgMOAAkDEAMQAAkDEgMTAAkDFAMUAAEDFQMVAAYDFgMWAAEDFwMXAAYDGAMYAAEDGQMZAAYDGwMbABsDHQMdABsDHwMfABsDKgMqABEDLAMsABEDLgMuABEDMAMwAAgDMgMyAAgDNAM0AAgDNgM2AAgDOAM4AAgDOgM6AAgDPAM8ABgDPgM+AAwDPwM/AAcDQANAAAwDQQNBABkDQgNCAB8DQwNDABkDRANEAB8DRQNFABkDRgNGAB8DSwNMAAoDTQNNAB0DTgNUAAsDXwNjAAoDaQNrAAsDcANwAAoDgQOBABQDggOFAB4DiQOLAAoDlAOUAB0DogOiAAIDowOjAAQDpgOmAAEDpwOnAAwDqgOqAAIDqwOrACQDrAOsAAQDrQOtABkDsAOwAA0DswOzAAEDtAO0ACUDtQO1ABEDtgO2AAwDtwO3ABADuQO5AAwDvAO8AAkDwAPAAAYDwgPCAAcDxgPGAAYDyQPJAAQDygPKABYDzgPOAAgDzwPQAA0D0QPRACED0gPSAAID0wPTACQD1APUABYD1QPVAAQD2QPZAAED2wPbACUD3APcAA8D3QPdABED3gPeABAD3wPfAAMD4APgAAUD4gPiAAYD4wPjAA4D5APkABMD5QPlAAcD5gPmABUD5wPnAAUD6APoACID7gPuAAcD7wPvABgD8QPxABgD8wPzABgD9QP1AAwD9gP2AAcD9wP4ABID+wP7ACcD/QP9AAkD/gP+AAID/wP/AAMEAAQAAAQEAgQCAAUEBgQGABwEBwQHAAcEDAQMAA8EDQQNABMEDgQOAAwEDwQPAAcEEQQRABAEEgQSABUEFAQUAAIEFQQVAAMEFgQWAAIEFwQXAAMEGgQaAAQEGwQbAAUEHQQeAAUEHwQfABAEIAQgABUEJwQnAAEEKAQoAAYELAQsAAYELgQuAA4ELwQvACEEMAQwAAcEMQQxACEEMgQyAAcEMwQzACEENAQ0AAcEOgQ6AAIEOwQ7AAMEPAQ8AAIEPQQ9AAMEPgQ+AAIEPwQ/AAMEQARAAAIEQQRBAAMEQgRCAAIEQwRDAAMERAREAAIERQRFAAMERgRGAAIERwRHAAMESARIAAIESQRJAAMESgRKAAIESwRLAAMETARMAAIETQRNAAMETgROAAIETwRPAAMEUARQAAIEUQRRAAMEUgRSAAQEUwRTAAUEVARUAAQEVQRVAAUEVgRWAAQEVwRXAAUEWARYAAQEWQRZAAUEWgRaAAQEWwRbAAUEXARcAAQEXQRdAAUEXgReAAQEXwRfAAUEYARgAAQEYQRhAAUEZgRmAAEEZwRnAAYEaARoAAEEaQRpAAYEagRqAAEEawRrAAYEbARsAAEEbQRtAAYEbgRuAAEEbwRvAAYEcARwAAEEcQRxAAYEcgRyAAEEcwRzAAYEewR7AAYEfgR+AAgEgASAAAgEjASMAAwEjQSNAAcEjgSOAAwEjwSPAAcEkASQAAwEkQSRAAcEkwSTABEElwSXABYEmASYACIEmwSbAAkEnQSdACAEngSeABYEoASgAA0EogSiAAwEtAS0AAkEtQS1AAIEtgS2AAMEtwS3AAQEuwS7AAEEvAS8AAYEvgS+ABsEwgTCACQEwwTDAA4ExATEAAEExgTGAAEEyQTJAAkEygTKAA0EzATMAA0EzgTOABcE0QTRAAkE0wTTAAkE1ATUAAEE1QTVACUE1gTWAA4E2ATYABsE2wTbABEE3QTdAAgE3gTeABwE3wTfAAcE4ATgABwE4QThAAcE4gTiABgE5ATkABkE5QTlAB8E5gTmAAEE5wTnAAsE6wTrAAoE7gTuAAsE9AT0ABQE+QT5AB0FBAUEABQFBgUGAAsFDQUNAAoFEQURAB0AAQAGBREAEgAAAAAAAAAAABIAAAAAAAAAAAAYABsAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAgAAAAAAAAACAAAAAAAjAAAAAAAAAAAAAgAAAAIAAAAUAA0ACwAaABYADwAMABcAAAAAAAAAAAAAAAAABgAAAAEAAQABAAAAAQAAAAAAAAAAAAAAAwADAAcAAwABAAAAEAAAAAgACQAAABMACQAdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgABAAAAAAAAAAIAAQAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnAAIABAAAAAAAAAAAAAAAAAABAAAACQAAAAAAAAADAAAAAAAAAAAAAAAAAAEAAQAAAAgAAAAAAAAAAAAAAAAADQACAB4AAAANAAAAAAAAAA8AAAAAAB4AHwAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAATAAAAAwADACEAAwADAAMAAAABAAMAIgADAAMAAAAAAAMAAAADAAAAAAABACEAAwAAAAAAAgAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAgAHABoACQACAAAAAgABAAIAAAACAAEAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAPABMAAAADAAAAAAANAAAAAAADAAAAAwAAAAAAAgABAA8AEwANAAAAIAAiAAAAAAAAAAAAAAAAAAAAHgAhAAAAAwAAAAMAAAADAAAAAAAAAAAAAwAPABMAAAABAAEAAAAAAAAAAAAeAAAAAAAAAAIAAQAAAAAAAAAeACEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsAGwAAABIAEgAYABIAEgASABgAAAAAAAAAGAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAGQAkAAAADgAVABwAAAAFAAAABQAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAACUABQAKAAAAAAAAAAAAAAAAABUABQAAAAAAFQAAAAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAFQAFABEAGQAVAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgAAAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAIAAAAAAAAAAAAAAAAAAAAAAAAAAgACAAIAAgACAAsACwALAAsADAAGAAYABgAGAAYABgAGAAEAAQABAAEAAQAAAAAAAAAAAAMABwAHAAcABwAHAAgACAAIAAgACQAJAAQABgAEAAYABAAGAAIAAQACAAEAAgABAAIAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQACAAEAAgABAAIAAQACAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAAwADAAIABwACAAcAAgAHAAAAAAAAAAAAAAAAABQAEAAUABAAFAAQABQAEAAUABAADQAAAA0AAAANAAAACwAIAAsACAALAAgACwAIAAsACAALAAgAFgAAAAwACQAMABcAHQAXAB0AFwAdAAAAAAACAAAAAAAAAAAACgAKAAoACgAKAAoACgAFAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAOAA4ADgAOABEACgAKAAoABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAABwAHAAcABwAAAAVAAAADgAOAA4ADgAOAA4AJAARABEAAAAAAAAABAAAAAAAAAACAAwAAAAAAAQAAAAAABcAAAAAAAAAAAAAAAIAAAAAAAwADwAAAAwAAQAAAAMAAAAIAAAABwAAAAkAAAAAAAgABwAIAAAAAAAAAAAAAAAAACMAAAAAAB8ABAAAAAAAAAAAAAAAAAACAAAAAAACAA0ADwAGAAEAAwAHAAMAAQAJABMAAQADABAAAAAAAAAAAwAJABYAAAAWAAAAFgAAAAwACQASABIAAAAAACYAAAADAAQABgAAAAAAAQADAAAAAAAaAAkAAQACAAAAAAACAAEADAAJAAAADwATAAAABAAGAAQABgAAAAAAAAABAAAAAQABAA8AEwAAAAAAAAADAAAAAwACAAcAAgABAAIABwAAAAAAHwAJAB8ACQAfAAkAIAAiAAAAAwABAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAQABgAEAAYABAAGAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAACAAcAAgAHAAIABwACAAcAAgAHAAIABwACAAcAAgABAAIAAQACAAEAAgAHAAIAAQALAAgACwAIAAAACAAAAAgAAAAIAAAACAAAAAgADAAJAAwACQAMAAkAAAANAAAAIAAiAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAQABgAAAAEAAAAAAAIABwAAAAAAAAAIAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAMAAgAAAAAAAAAAABQAEAANAAAACwAaAAkAGgAJABYAAAAXAB0AAAAKAAAAAAAAAAUAEQAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEAGQAAABEAAAAAAAAAAAAAAAAAAAAAAAoAAAAAAAAAAAAAAAAABQAAAAAABQAVABkAAAAAAAUAEQAB/asAAAAB/av+ngAB/e4GaQAB/coGaQAB/ecGPgAB/bIGuQAB/jMGQAAB/e4FCgAB/coFCgAB/ecE6AAB/bIE+gAB/jMFDwAB/dIEpgAB/kQEpgAB/dwFAQAB/hoFAQABArr/9gABAlb/9gABAUoACgABA5T+aQABAtQACgABAmoACgABARgACgABA7kAAAABA7H//wABAPgACgABArgAAAABAt4ACgABAi0ACgABApz/9gABAj7/9gABAkL/9gABAl4ACgABARMACgABAqb/9gABAiP/9gABAqv/9gABAjEACgABAlf/9gABAekACgABAloACgABArv/9gABAlMAAAABAQr+NQABAPn+NQABAcIACgABAqj+PgABAhX+PgABAtr98wABARf+VwABApT+VgABAhH+QwABAmz+BgABAPn+BgABAmwACgABAtD+BgABAjP+BgABAmP+BgABAPb+BwABAnT+RwABAjL+PgABAnT9+wABAjL98gABAmb9/AABAcX9/AABAmb+SAABAcX+SAABAcUAAAABAg4ACgABAkr+RAABAk///AABAk/9+AABAPT+TgABAhT+AgABAg/+BAABAg8ACAABAmv+AAABAg3+BAABAg0ACAABAij+SAABAhP9/wABAhP+SwABAj4AAAABAqcACgABAiX/9gABAO8ACgABAk4ACgABA0v/9gABAnT//wABAgD/9gABAmUACgABAsoACgABAjL/9gABA5oACgABAv4ACgABAL7+NQABA30ACgABA4EACgABAqj/9gABAhX/9gABAqMAAAABAj0AAAABAl7/9gABAgb/9wABAq7+ngABAfb+ngABAmv+qAABAjj+ngABARf+pwABAsP+ngABAkj+nQABArQAAAABAkb/9gABArT+ngABAkb+lAABApr+ngABAf3+ngABArT/9wABArT+lQABAjP+ngABAmf+nwABAsj+AAABAsj/YgABAmkAAAABAmYAAAABA8n/+gABAsP//QABAkwACgABAmcAAQABAoUACgABAf8ACgABAhMACgABAtr/9wABAir+QQABAtAACgABAjMACgABAq4AAAABAfYAAAABAmsACgABAjgAAAABARcACQABAPkACgABAkj//wABAmMACgABAPYACwABAjMAAAABAlb+lAABAmn+ngABAmX+BgABAmn9/AABAsr+qAABAkz+qAABApQAWgABAhEARwABApT++AABAhH+5QABAmz+qAABA33+qAABA4H+qAABAtD+qAABAjP+qAABAhIACgABAOf+aQABAmP+qAABAPb+qQABAnT+nQABAjL+lAABAmb+ngABAcX+ngABApoAAAABAo8ACgABAfgACgABAo/+qAABAfj+qAABA5r+qAABAv7+qAABAmX+qAABAg7+qAABAsMAAAABAn0ACgABAmsABAABAigAAAABAPQABAABAcn/9gABAhQABgABAlAAAAABAhgACgABAhkACAABAv0ACgABAfQACgABAhMAAwABAiYACAABAfz/9gABAmcACgABAkr//AABA37/9gABA4AAAAABAncAAAABAij9/AABAxIACgABAhUACgABAq7+TgABAfb+TgABAmv+WAABAjj+TgABAlD+TgABAhn+VgABAPn+qAABAfYG2gABAhkFCgABAssGigABAhkFCQABAtQGTAABAQYGPAABARgGoQABA7kGQwABA7EFCgABAawG2gABApUGQwABAlEFAQABArwGQAABA6UGTAABAt0GTAABAoYGTAABA3oGTAABArQGYgABA5QGQAABAooGTAABAiUE9QABArQE9QABAwwE9QABAk4E9QABAh0E9AABAoQE9QABAvAE9QABAlIE9QABAlgE9QABAuQGzAABAnME9QABAywE9QABAxQE9QABAzsE9QABAg0E9QABAlIFCAABA4IGGgABAwQE9QABAdIGzAABAm0GCAABAgcE4AABAkoFUAABAwkGQAABApwGYQABAj4FDAABAt0HYwABAk4GDAABArsGUQABAoIGTAABAnsGHgABARMGTAABAscGTAABAqYGYQABAiMFCgABAmUGTAABAqsGYQABAxIFKAABAjEFKAABAlcFKAABAh0FKAABAlQFKAABAwUFKAABAnYFKAABAhQFKAABAvQFKAABAiIFKAABAucFKAABAooFKAABArsFKAABAnQFKAABAkkFKAABAl8FKAABAmwGTAABAQoE4QABA4AFCgABAg4FKAABAqAHoAABAp8HeQABAqAH3wABARcHqwABARcHpwABAtUHeQABAsMHogABAsIHewABApsHoAABApsHnAABApsHYAABAkYGqAABAPwGZwABAPwGYwABAjwGQgABAj8GaQABAj4GQgABAjcGaQABAjcGZQABAjcGKQABAqAHaAABAkYGMQABAqgHwAABAhUGaQABAqgHvAABAhUGZQABAqcHewABAhQGJAABAqgHsgABAhUGWwABAmEHnQABAmsHcwABAjUGMQABAmoHZgABAjQGJAABAmsHnQABAjUGWwABAqAHvAABAiwGZQABAqAHnQABAiwGRgABAp8HewABAisGJAABAqAGYQABAiwFCgABAsgHpwABAfUHpgABARYHhAABARcHcwABAPwGLwABARcHiAABAPwGRAABARYHZgABA1QHmgABAQoGPAABAQgHmwABAPkIAAABAtYHkgABAj0GWwABAsMHagABAj8GMQABAsMHfwABAj8GRgABAsMHhwABAj8GTgABAmIHoAABAZgGaQABAmIHkgABAZgGWwABAm4HogABAjIGaQABAm4HngABAjIGZQABAm4HlAABAjIGWwABAmQHkQABApoHeQABAjYGQgABApsHaAABAjcGMQABApsHfQABAjcGRgABApsH3wABAjcGqAABApsHhQABAjcGTgABA5wHnAABAvsGZQABAmoHmwABAfwGZQABAmgHoAABAgMGaQABAmcHWwABAgIGJAABAmgHkgABAgMGWwABA6sHqwABA1sGagABAssH6QABAhkGaAABAfQFKAABAkUGhwABAkUGgwABAkQGYAABAkUGRwABAkUGxgABAhkGhwABAhkGgwABAPQGhwABAPQGgwABAm8GYAABAl4GgwABAl0GYAABAl4GRwABAkAGhwABAkAGgwABAkAGRwABAkUGTwABAkUGZAABAksGhwABAksGgwABAkoGQgABAksGeQABAfQGeQABAhkGTwABAhkGZAABAhgGQgABAhkGeQABAkgGgwABAkgGZAABAkcGQgABAkgFKAABAmcGgwABAPMGYAABAPQGTwABAPQGZAABAPMGQgABAt4GgwABAOkGhwABAOkFKAABAnAGhwABAnAGeQABAl4GTwABAl4GZAABAl4GbAABAggGhwABAggFKAABAggGeQABAh8GhwABAh8GgwABAh8GeQABAhIGeQABAj8GYAABAkAGTwABAkAGZAABAkAGxgABAkAGbAABAxIGgwABAhUGgwABAhQGQgABAhUGeQABAmoHXwABAnEFCgABAkIFCgABASYE9QABAk4FCgABASYGFAABAh8GFAABAh8E9QABA1AE8gABAmsHawABAnEHqwABARcHawABA1QGPwABAoYHiAABAt0HiAABAk4GMQABAnUFAAABAjUGKQABAa8GVAABAPwGJwABAN8GQAABAh0GUwABAfwGRgABA5wHoAABAvsGaQABA5wHYAABAvsGKQABAmoHnwABAfwGaQABAQoGMgABA3oHoAABA48GaQABAmsHqwABAt0HqwABAjUGaQABAk4GVAABAscE9QABAm0HOQABAgcGEQABAl4GYQABAgYFCQABAqgGYQABAhUFCgABA6UHiAABAwwGMQABAqAHYAABAkYGKQABA6sGTAABA1sFCwABAmsHiAABAjUGRgABAnsHPQABAi8FCwABAi8GKgABA6UHawABAwwGFAABAl4HgAABAgYGKAABAt0HcwABAk4GHAABAt0HawABAk4GFAABAsMHYgABAj8GKQABAs8GRwABAi8FDAABAs8HZgABAi8GKwABArQHgQABAiMGKQABAoYHcwABAfwGMQABAoYHawABAfwGKQABAoYHkAABAfwGTgABArAHawABAgwGFAABA3oHawABAxQGFAABAqAIAAABAqAHnAABAkYGZQABAqAHfQABAkYGRgABAmsICwABAjUGyQABAmoHhAABAjQGQgABAmsHpwABAjUGZQABARcICwABAPwGxwABARcGTAABAPsGQAABAsMIAgABAj8GyQABAj8FCgABAsMHngABAj8GZQABAr8HmgABAkYGaQABAr8H+gABAkYGyQABAr4HcwABAkUGQgABAr8GOwABAjcFCgABApsIAAABAjcGyQABArYHqwABAkQGVAABArYICwABAkQGtAABArUHhAABAkMGLQABArYGTAABAkQE9QABAfwFCgABAmoH/wABAfwGyQABAmkHeAABAfsGQgABAecE9QABArAGTAABAgwE9QABAnEGTAABAa8E9QABAmoGQAABAo0GTAABAfwFAAABAicFCQABAqAHwAABAiwGaQABAtYHoAABAj0GaQABAqAHcgABAkYGOwABAmsHfQABAjUGOwABARcHfQABAPwGOQABAsMHdAABAj8GOwABAmIHcgABAZgGOwABApsHcgABAjcGOwABAhwGTAABAl4GTAABAnoGSwABAmEGTAABAiUGTAABAsgGTAABAfUGSwABAl0HmgABAiUHqgABAl0GOwABAiUGSwABAQgGPAABAPkGoQABA3oGQQABA48FCgABAtYGQQABAj0FCgABAl4HqwABAnUGXwABAmIGQQABAZgFCgABAm4GQwABAjIFCgABAmQGQAABATgFyQABApsGQQABAo4HhAABAfgGOAABAo8GTAABAfkFAAABA5wGQQABAvsFCgABAmgGQQABAgMFCgABAsMGQwABAgYFKAABAnAFKAABAhUGRwABAhkGRwABAhYGhwABAPQFKAABAPQGRwABAt4FKAABAgYGhwABAhQGZAABAhEFKAABAhYFKAABAnYGZAABAv0FKAABAl4FKAABAkAFKAABAhIFKAABAiYFKAABAgMFKAABAmcFKAABAksFKAABAhUFKAABAnYGTwABAhQGTwABA4AGaQABAl4GhwABAh8FKAABAxIGhwABAxIGRwABAhUGhwABAqAGQQABAkYFCgABAmsGTAABAjUFCgABAkUFKAABAhkFKAABAPwFCAABAAAACgBkACQABERGTFQA+GN5cmwA+GdyZWsA+GxhdG4A/AAfARABGAEgASgBMAE4ATgBQAFIAVABWAFgAWgBcAF4AYABiAGQAZgBoAGoAbABuAHAAcgB0AHYAdAB2AHgAegAGmMyc2MBsGNjbXACOmRsaWcBtmRub20BvGZyYWMCSmxpZ2EBwmxpZ2ECQmxudW0ByGxvY2wBzmxvY2wB1GxvY2wB2mxvY2wB4G51bXIB5m9udW0B7HBudW0B8nNtY3AB+HNzMDEB/nNzMDICBHNzMDMCCnNzMDQCEHNzMDUCFnNzMDYCHHNzMDcCInN1YnMCKHN1cHMCLnRudW0CNAG2AAADugAHQVpFIAPqQ1JUIAPqRlJBIAQaTU9MIARMTkFWIAR+Uk9NIASwVFJLIAPqAAEAAAABBwIAAQAAAAEFHgAGAAAAAQI+AAEAAAABAgAABAAAAAEElAABAAAAAQGKAAEAAAABAfoAAQAAAAEBgAAEAAAAAQGcAAQAAAABAZwABAAAAAEBsAABAAAAAQFmAAEAAAABAWQAAQAAAAEBYgABAAAAAQF8AAEAAAABAX4AAQAAAAECNgABAAAAAQGEAAEAAAABAkQAAQAAAAECagABAAAAAQKQAAEAAAABArYAAQAAAAEBIAAGAAAAAQGE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AAUHBgcMBxIHGAceAAUHGAceByQHKgcwAAUHKgcwBzYHPAdCAAUHPAdCB0gHTgdUAAUHTgdUB1oHYAdmAAUHYAdmB2wHcgd4AAUHcgd4B34HhAeKAAUHhAeKB5AHlgecAAUHlgecB6IHqAeuAAYHqAeuB7QHugfAB8YABge+B8QHygfQB9YH3AAGB9QH2gfgB+YH7AfyAAYH6gfwB/YH/AgCCAgABggACAYIDAgSCBgIHgAGCBYIHAgiCCgILgg0AAYILAgyCDgIPghECEoABwiKCEIISAhOCFQIWghgAAcIgghWCFwIYghoCG4IdAACABEAJQApAAAAKwAtAAUALwA0AAgANgA7AA4APQA+ABQARQBJABYASwBNABsATwBUAB4AVgBbACQAXQBeACoAgQCBACwAgwCDAC0AhgCGAC4AiQCJAC8AjQCNADAAmACbADEA0ADQADUAAQDrAAoARQBGAEcASABJAEoASwBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwBYAFkAWgBbAFwAXQBeAIUAhgCHAIkAigCLAI0AkACSAJQAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHATABNAE2ATgBOgE8AUIBRAFGAUoBTQFaApgCmgK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAsYCxwLIAskCygLLAswCzQLOAs8C0ALRAtMC1QLXAtkC2wLdAt8C4QLjAuUC5wLpAusC7QLvAvEC8wL1AvcC+QL7Av0DAAMCAwQDBgMIAwoDDAMOAxADEgMVAxcDGQMbAx0DHwMhAyMDJQMnAykDKwMtAy8DMQMzAzUDNwM5AzsDPQM/A0IDRANGA0gDSgO6A7sDvAO9A78DwAPBA8IDwwPEA8UDxgPHA8gD3wPgA+ED4gPjA+QD5QPmA+cD6APpA+oD6wPsA+0D7gPwA/ID9AP2BAsEDQQPBB0EJAQqBDAEmgSbBJ8EowUkBSYAAQD7AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBl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"},Ve="object"==typeof window?window:"object"==typeof global?global:"object"==typeof self?self:this;typeof Ve.pdfMake<"u"&&typeof Ve.pdfMake.addVirtualFileSystem<"u"&&Ve.pdfMake.addVirtualFileSystem(zi),Li.exports=zi},82643:function(Li,zi,Ve){var Pn,Ee=Ve(29293).default;Object(typeof self<"u"?self:this),Pn=()=>(()=>{var Hn={78(q){"use strict";q.exports=Function.prototype.call},182(q,D,g){"use strict";function t(K,lA){var uA=Object.keys(K);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(K);lA&&(G=G.filter(function(J){return Object.getOwnPropertyDescriptor(K,J).enumerable})),uA.push.apply(uA,G)}return uA}function B(K){for(var lA=1;lA0?this.tail.next=G:this.head=G,this.tail=G,++this.length}},{key:"unshift",value:function(uA){var G={data:uA,next:this.head};0===this.length&&(this.tail=G),this.head=G,++this.length}},{key:"shift",value:function(){if(0!==this.length){var uA=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,uA}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(uA){if(0===this.length)return"";for(var G=this.head,J=""+G.data;G=G.next;)J+=uA+G.data;return J}},{key:"concat",value:function(uA){if(0===this.length)return E.alloc(0);for(var G=E.allocUnsafe(uA>>>0),J=this.head,rA=0;J;)y(J.data,G,rA),rA+=J.data.length,J=J.next;return G}},{key:"consume",value:function(uA,G){var J;return uA$.length?$.length:uA;if(rA+=Z===$.length?$:$.slice(0,uA),0===(uA-=Z)){Z===$.length?(++J,this.head=G.next?G.next:this.tail=null):(this.head=G,G.data=$.slice(Z));break}++J}return this.length-=J,rA}},{key:"_getBuffer",value:function(uA){var G=E.allocUnsafe(uA),J=this.head,rA=1;for(J.data.copy(G),uA-=J.data.length;J=J.next;){var $=J.data,Z=uA>$.length?$.length:uA;if($.copy(G,G.length-uA,0,Z),0===(uA-=Z)){Z===$.length?(++rA,this.head=J.next?J.next:this.tail=null):(this.head=J,J.data=$.slice(Z));break}++rA}return this.length-=rA,G}},{key:Q,value:function(uA,G){return _(this,B(B({},G),{},{depth:0,customInspect:!1}))}}]),K}()},290(q,D,g){"use strict";var t=g(8993),B=g(8681),M=g(3598),Y=TypeError;q.exports=function(V,d){var c,x;if("string"===d&&B(c=V.toString)&&!M(x=t(c,V))||B(c=V.valueOf)&&!M(x=t(c,V))||"string"!==d&&B(c=V.toString)&&!M(x=t(c,V)))return x;throw new Y("Can't convert object to primitive value")}},299(q){"use strict";q.exports=function(D){try{return!!D()}catch{return!0}}},321(q,D,g){"use strict";var t;q.exports=(t=g(6861),function(B){var M=t,Y=M.lib,V=Y.WordArray,d=Y.Hasher,c=M.algo,x=[],U=[];!function(){function _(lA){for(var uA=B.sqrt(lA),G=2;G<=uA;G++)if(!(lA%G))return!1;return!0}function Q(lA){return 4294967296*(lA-(0|lA))|0}for(var y=2,K=0;K<64;)_(y)&&(K<8&&(x[K]=Q(B.pow(y,.5))),U[K]=Q(B.pow(y,.3333333333333333)),K++),y++}();var E=[],N=c.SHA256=d.extend({_doReset:function(){this._hash=new V.init(x.slice(0))},_doProcessBlock:function(_,Q){for(var y=this._hash.words,K=y[0],lA=y[1],uA=y[2],G=y[3],J=y[4],rA=y[5],$=y[6],Z=y[7],b=0;b<64;b++){if(b<16)E[b]=0|_[Q+b];else{var BA=E[b-15],eA=E[b-2];E[b]=((BA<<25|BA>>>7)^(BA<<14|BA>>>18)^BA>>>3)+E[b-7]+((eA<<15|eA>>>17)^(eA<<13|eA>>>19)^eA>>>10)+E[b-16]}var QA=K&lA^K&uA^lA&uA,Be=Z+((J<<26|J>>>6)^(J<<21|J>>>11)^(J<<7|J>>>25))+(J&rA^~J&$)+U[b]+E[b];Z=$,$=rA,rA=J,J=G+Be|0,G=uA,uA=lA,lA=K,K=Be+(((K<<30|K>>>2)^(K<<19|K>>>13)^(K<<10|K>>>22))+QA)|0}y[0]=y[0]+K|0,y[1]=y[1]+lA|0,y[2]=y[2]+uA|0,y[3]=y[3]+G|0,y[4]=y[4]+J|0,y[5]=y[5]+rA|0,y[6]=y[6]+$|0,y[7]=y[7]+Z|0},_doFinalize:function(){var _=this._data,Q=_.words,y=8*this._nDataBytes,K=8*_.sigBytes;return Q[K>>>5]|=128<<24-K%32,Q[14+(K+64>>>9<<4)]=B.floor(y/4294967296),Q[15+(K+64>>>9<<4)]=y,_.sigBytes=4*Q.length,this._process(),this._hash},clone:function(){var _=d.clone.call(this);return _._hash=this._hash.clone(),_}});M.SHA256=d._createHelper(N),M.HmacSHA256=d._createHmacHelper(N)}(Math),t.SHA256)},336(q,D,g){"use strict";var t=g(783).Buffer;const B=g(2416),M=g(6729);q.exports=class m0{static decode(V,d){return B.readFile(V,function(c,x){return new m0(x).decode(E=>d(E))})}static load(V){const d=B.readFileSync(V);return new m0(d)}constructor(V){let d;for(this.data=V,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){const _=this.readUInt32();let Q="";for(d=0;d<4;d++)Q+=String.fromCharCode(this.data[this.pos++]);switch(Q){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"PLTE":this.palette=this.read(_);break;case"IDAT":for(d=0;d<_;d++)this.imgData.push(this.data[this.pos++]);break;case"tRNS":switch(this.transparency={},this.colorType){case 3:this.transparency.indexed=this.read(_);var c=255-this.transparency.indexed.length;if(c>0)for(d=0;dthis.data.length)throw new Error("Incomplete or corrupt PNG file")}}read(V){const d=new Array(V);for(let c=0;c{if(d)throw d;const{width:x,height:U}=this,E=this.pixelBitlength/8,N=new t(x*U*E),{length:_}=c;let Q=0;function y(K,lA,uA,G,J){void 0===J&&(J=!1);const rA=Math.ceil((x-K)/uA),$=Math.ceil((U-lA)/G),Z=E*rA,b=J?N:new t(Z*$);let BA=0,L=0;for(;BA<$&&Q<_;){var eA,UA,xA,QA,gA;switch(c[Q++]){case 0:for(xA=0;xA(this.copyToImageData(d,c),V(d)))}}},378(q){q.exports=function(){throw new Error("Readable.from is not available in the browser")}},443(q,D,g){"use strict";var t=g(4494),B=g(3598),M=g(5034),Y=g(7222);q.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var c,V=!1,d={};try{(c=t(Object.prototype,"__proto__","set"))(d,[]),V=d instanceof Array}catch{}return function(U,E){return M(U),Y(E),B(U)&&(V?c(U,E):U.__proto__=E),U}}():void 0)},453(q){"use strict";q.exports=function D(g,t){if(g===t)return!0;if(g&&t&&"object"==typeof g&&"object"==typeof t){if(g.constructor!==t.constructor)return!1;var B,M,Y;if(Array.isArray(g)){if((B=g.length)!=t.length)return!1;for(M=B;0!==M--;)if(!D(g[M],t[M]))return!1;return!0}if(g.constructor===RegExp)return g.source===t.source&&g.flags===t.flags;if(g.valueOf!==Object.prototype.valueOf)return g.valueOf()===t.valueOf();if(g.toString!==Object.prototype.toString)return g.toString()===t.toString();if((B=(Y=Object.keys(g)).length)!==Object.keys(t).length)return!1;for(M=B;0!==M--;)if(!Object.prototype.hasOwnProperty.call(t,Y[M]))return!1;for(M=B;0!==M--;){var V=Y[M];if(!D(g[V],t[V]))return!1}return!0}return g!=g&&t!=t}},477(){},517(q,D,g){"use strict";var B,M,Y,V,d,c,x,t;q.exports=(t=g(6861),g(3144),g(8692),Y=(M=(B=t).x64).Word,V=M.WordArray,x=(d=B.algo).SHA384=(c=d.SHA512).extend({_doReset:function(){this._hash=new V.init([new Y.init(3418070365,3238371032),new Y.init(1654270250,914150663),new Y.init(2438529370,812702999),new Y.init(355462360,4144912697),new Y.init(1731405415,4290775857),new Y.init(2394180231,1750603025),new Y.init(3675008525,1694076839),new Y.init(1203062813,3204075428)])},_doFinalize:function(){var U=c._doFinalize.call(this);return U.sigBytes-=16,U}}),B.SHA384=c._createHelper(x),B.HmacSHA384=c._createHmacHelper(x),t.SHA384)},614(q,D,g){var t=g(4543);D.init=function(){D.dictionary=t.init()},D.offsetsByLength=new Uint32Array([0,0,0,0,0,4096,9216,21504,35840,44032,53248,63488,74752,87040,93696,100864,104704,106752,108928,113536,115968,118528,119872,121280,122016]),D.sizeBitsByLength=new Uint8Array([0,0,0,0,10,10,11,11,10,10,10,10,10,9,9,8,7,7,8,7,7,6,6,5,5]),D.minDictionaryWordLength=4,D.maxDictionaryWordLength=24},644(q,D,g){"use strict";var t=g(2740),B=Math.floor,M=function(Y,V){var d=Y.length;if(d<8)for(var x,U,c=1;c0;)Y[U]=Y[--U];U!==c++&&(Y[U]=x)}else for(var E=B(d/2),N=M(t(Y,0,E),V),_=M(t(Y,E),V),Q=N.length,y=_.length,K=0,lA=0;KY)throw new RangeError('The value "'+sA+'" is invalid for option "size"');const T=new Uint8Array(sA);return Object.setPrototypeOf(T,c.prototype),T}function c(sA,T,v){if("number"==typeof sA){if("string"==typeof T)throw new TypeError('The "string" argument must be of type string. Received type number');return N(sA)}return x(sA,T,v)}function x(sA,T,v){if("string"==typeof sA)return function _(sA,T){if(("string"!=typeof T||""===T)&&(T="utf8"),!c.isEncoding(T))throw new TypeError("Unknown encoding: "+T);const v=0|J(sA,T);let u=d(v);const m=u.write(sA,T);return m!==v&&(u=u.slice(0,m)),u}(sA,T);if(ArrayBuffer.isView(sA))return function y(sA){if(Ge(sA,Uint8Array)){const T=new Uint8Array(sA);return K(T.buffer,T.byteOffset,T.byteLength)}return Q(sA)}(sA);if(null==sA)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof sA);if(Ge(sA,ArrayBuffer)||sA&&Ge(sA.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Ge(sA,SharedArrayBuffer)||sA&&Ge(sA.buffer,SharedArrayBuffer)))return K(sA,T,v);if("number"==typeof sA)throw new TypeError('The "value" argument must not be of type number. Received type number');const u=sA.valueOf&&sA.valueOf();if(null!=u&&u!==sA)return c.from(u,T,v);const m=function lA(sA){if(c.isBuffer(sA)){const T=0|uA(sA.length),v=d(T);return 0===v.length||sA.copy(v,0,0,T),v}return void 0!==sA.length?"number"!=typeof sA.length||He(sA.length)?d(0):Q(sA):"Buffer"===sA.type&&Array.isArray(sA.data)?Q(sA.data):void 0}(sA);if(m)return m;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof sA[Symbol.toPrimitive])return c.from(sA[Symbol.toPrimitive]("string"),T,v);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof sA)}function U(sA){if("number"!=typeof sA)throw new TypeError('"size" argument must be of type number');if(sA<0)throw new RangeError('The value "'+sA+'" is invalid for option "size"')}function N(sA){return U(sA),d(sA<0?0:0|uA(sA))}function Q(sA){const T=sA.length<0?0:0|uA(sA.length),v=d(T);for(let u=0;u=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return 0|sA}function J(sA,T){if(c.isBuffer(sA))return sA.length;if(ArrayBuffer.isView(sA)||Ge(sA,ArrayBuffer))return sA.byteLength;if("string"!=typeof sA)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof sA);const v=sA.length,u=arguments.length>2&&!0===arguments[2];if(!u&&0===v)return 0;let m=!1;for(;;)switch(T){case"ascii":case"latin1":case"binary":return v;case"utf8":case"utf-8":return PA(sA).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*v;case"hex":return v>>>1;case"base64":return fe(sA).length;default:if(m)return u?-1:PA(sA).length;T=(""+T).toLowerCase(),m=!0}}function rA(sA,T,v){let u=!1;if((void 0===T||T<0)&&(T=0),T>this.length||((void 0===v||v>this.length)&&(v=this.length),v<=0)||(v>>>=0)<=(T>>>=0))return"";for(sA||(sA="utf8");;)switch(sA){case"hex":return we(this,T,v);case"utf8":case"utf-8":return gA(this,T,v);case"ascii":return KA(this,T,v);case"latin1":case"binary":return ae(this,T,v);case"base64":return QA(this,T,v);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,T,v);default:if(u)throw new TypeError("Unknown encoding: "+sA);sA=(sA+"").toLowerCase(),u=!0}}function $(sA,T,v){const u=sA[T];sA[T]=sA[v],sA[v]=u}function Z(sA,T,v,u,m){if(0===sA.length)return-1;if("string"==typeof v?(u=v,v=0):v>2147483647?v=2147483647:v<-2147483648&&(v=-2147483648),He(v=+v)&&(v=m?0:sA.length-1),v<0&&(v=sA.length+v),v>=sA.length){if(m)return-1;v=sA.length-1}else if(v<0){if(!m)return-1;v=0}if("string"==typeof T&&(T=c.from(T,u)),c.isBuffer(T))return 0===T.length?-1:b(sA,T,v,u,m);if("number"==typeof T)return T&=255,"function"==typeof Uint8Array.prototype.indexOf?m?Uint8Array.prototype.indexOf.call(sA,T,v):Uint8Array.prototype.lastIndexOf.call(sA,T,v):b(sA,[T],v,u,m);throw new TypeError("val must be string, number or Buffer")}function b(sA,T,v,u,m){let VA,R=1,pA=sA.length,aA=T.length;if(void 0!==u&&("ucs2"===(u=String(u).toLowerCase())||"ucs-2"===u||"utf16le"===u||"utf-16le"===u)){if(sA.length<2||T.length<2)return-1;R=2,pA/=2,aA/=2,v/=2}function Me(Ce,dA){return 1===R?Ce[dA]:Ce.readUInt16BE(dA*R)}if(m){let Ce=-1;for(VA=v;VApA&&(v=pA-aA),VA=v;VA>=0;VA--){let Ce=!0;for(let dA=0;dAm&&(u=m):u=m;const R=T.length;let pA;for(u>R/2&&(u=R/2),pA=0;pA>8,m=v%256,R.push(m),R.push(u);return R}(T,sA.length-v),sA,v,u)}function QA(sA,T,v){return t.fromByteArray(0===T&&v===sA.length?sA:sA.slice(T,v))}function gA(sA,T,v){v=Math.min(sA.length,v);const u=[];let m=T;for(;m239?4:R>223?3:R>191?2:1;if(m+aA<=v){let Me,VA,Ce,dA;switch(aA){case 1:R<128&&(pA=R);break;case 2:Me=sA[m+1],128==(192&Me)&&(dA=(31&R)<<6|63&Me,dA>127&&(pA=dA));break;case 3:Me=sA[m+1],VA=sA[m+2],128==(192&Me)&&128==(192&VA)&&(dA=(15&R)<<12|(63&Me)<<6|63&VA,dA>2047&&(dA<55296||dA>57343)&&(pA=dA));break;case 4:Me=sA[m+1],VA=sA[m+2],Ce=sA[m+3],128==(192&Me)&&128==(192&VA)&&128==(192&Ce)&&(dA=(15&R)<<18|(63&Me)<<12|(63&VA)<<6|63&Ce,dA>65535&&dA<1114112&&(pA=dA))}}null===pA?(pA=65533,aA=1):pA>65535&&(pA-=65536,u.push(pA>>>10&1023|55296),pA=56320|1023&pA),u.push(pA),m+=aA}return function Be(sA){const T=sA.length;if(T<=4096)return String.fromCharCode.apply(String,sA);let v="",u=0;for(;uu)&&(v=u);let m="";for(let R=T;Rv)throw new RangeError("Trying to access beyond buffer length")}function CA(sA,T,v,u,m,R){if(!c.isBuffer(sA))throw new TypeError('"buffer" argument must be a Buffer instance');if(T>m||TsA.length)throw new RangeError("Index out of range")}function iA(sA,T,v,u,m){H(T,u,m,sA,v,7);let R=Number(T&BigInt(4294967295));sA[v++]=R,R>>=8,sA[v++]=R,R>>=8,sA[v++]=R,R>>=8,sA[v++]=R;let pA=Number(T>>BigInt(32)&BigInt(4294967295));return sA[v++]=pA,pA>>=8,sA[v++]=pA,pA>>=8,sA[v++]=pA,pA>>=8,sA[v++]=pA,v}function hA(sA,T,v,u,m){H(T,u,m,sA,v,7);let R=Number(T&BigInt(4294967295));sA[v+7]=R,R>>=8,sA[v+6]=R,R>>=8,sA[v+5]=R,R>>=8,sA[v+4]=R;let pA=Number(T>>BigInt(32)&BigInt(4294967295));return sA[v+3]=pA,pA>>=8,sA[v+2]=pA,pA>>=8,sA[v+1]=pA,pA>>=8,sA[v]=pA,v+8}function bA(sA,T,v,u,m,R){if(v+u>sA.length)throw new RangeError("Index out of range");if(v<0)throw new RangeError("Index out of range")}function ne(sA,T,v,u,m){return T=+T,v>>>=0,m||bA(sA,0,v,4),B.write(sA,T,v,u,23,4),v+4}function $A(sA,T,v,u,m){return T=+T,v>>>=0,m||bA(sA,0,v,8),B.write(sA,T,v,u,52,8),v+8}D.kMaxLength=Y,!(c.TYPED_ARRAY_SUPPORT=function V(){try{const sA=new Uint8Array(1),T={foo:function(){return 42}};return Object.setPrototypeOf(T,Uint8Array.prototype),Object.setPrototypeOf(sA,T),42===sA.foo()}catch{return!1}}())&&typeof console<"u"&&"function"==typeof console.error&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.buffer}}),Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.byteOffset}}),c.poolSize=8192,c.from=function(sA,T,v){return x(sA,T,v)},Object.setPrototypeOf(c.prototype,Uint8Array.prototype),Object.setPrototypeOf(c,Uint8Array),c.alloc=function(sA,T,v){return function E(sA,T,v){return U(sA),sA<=0?d(sA):void 0!==T?"string"==typeof v?d(sA).fill(T,v):d(sA).fill(T):d(sA)}(sA,T,v)},c.allocUnsafe=function(sA){return N(sA)},c.allocUnsafeSlow=function(sA){return N(sA)},c.isBuffer=function(T){return null!=T&&!0===T._isBuffer&&T!==c.prototype},c.compare=function(T,v){if(Ge(T,Uint8Array)&&(T=c.from(T,T.offset,T.byteLength)),Ge(v,Uint8Array)&&(v=c.from(v,v.offset,v.byteLength)),!c.isBuffer(T)||!c.isBuffer(v))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(T===v)return 0;let u=T.length,m=v.length;for(let R=0,pA=Math.min(u,m);Rm.length?(c.isBuffer(pA)||(pA=c.from(pA)),pA.copy(m,R)):Uint8Array.prototype.set.call(m,pA,R);else{if(!c.isBuffer(pA))throw new TypeError('"list" argument must be an Array of Buffers');pA.copy(m,R)}R+=pA.length}return m},c.byteLength=J,c.prototype._isBuffer=!0,c.prototype.swap16=function(){const T=this.length;if(T%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let v=0;vv&&(T+=" ... "),""},M&&(c.prototype[M]=c.prototype.inspect),c.prototype.compare=function(T,v,u,m,R){if(Ge(T,Uint8Array)&&(T=c.from(T,T.offset,T.byteLength)),!c.isBuffer(T))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof T);if(void 0===v&&(v=0),void 0===u&&(u=T?T.length:0),void 0===m&&(m=0),void 0===R&&(R=this.length),v<0||u>T.length||m<0||R>this.length)throw new RangeError("out of range index");if(m>=R&&v>=u)return 0;if(m>=R)return-1;if(v>=u)return 1;if(this===T)return 0;let pA=(R>>>=0)-(m>>>=0),aA=(u>>>=0)-(v>>>=0);const Me=Math.min(pA,aA),VA=this.slice(m,R),Ce=T.slice(v,u);for(let dA=0;dA>>=0,isFinite(u)?(u>>>=0,void 0===m&&(m="utf8")):(m=u,u=void 0)}const R=this.length-v;if((void 0===u||u>R)&&(u=R),T.length>0&&(u<0||v<0)||v>this.length)throw new RangeError("Attempt to write outside buffer bounds");m||(m="utf8");let pA=!1;for(;;)switch(m){case"hex":return BA(this,T,v,u);case"utf8":case"utf-8":return L(this,T,v,u);case"ascii":case"latin1":case"binary":return eA(this,T,v,u);case"base64":return UA(this,T,v,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return xA(this,T,v,u);default:if(pA)throw new TypeError("Unknown encoding: "+m);m=(""+m).toLowerCase(),pA=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},c.prototype.slice=function(T,v){const u=this.length;(T=~~T)<0?(T+=u)<0&&(T=0):T>u&&(T=u),(v=void 0===v?u:~~v)<0?(v+=u)<0&&(v=0):v>u&&(v=u),v>>=0,v>>>=0,u||kA(T,v,this.length);let m=this[T],R=1,pA=0;for(;++pA>>=0,v>>>=0,u||kA(T,v,this.length);let m=this[T+--v],R=1;for(;v>0&&(R*=256);)m+=this[T+--v]*R;return m},c.prototype.readUint8=c.prototype.readUInt8=function(T,v){return T>>>=0,v||kA(T,1,this.length),this[T]},c.prototype.readUint16LE=c.prototype.readUInt16LE=function(T,v){return T>>>=0,v||kA(T,2,this.length),this[T]|this[T+1]<<8},c.prototype.readUint16BE=c.prototype.readUInt16BE=function(T,v){return T>>>=0,v||kA(T,2,this.length),this[T]<<8|this[T+1]},c.prototype.readUint32LE=c.prototype.readUInt32LE=function(T,v){return T>>>=0,v||kA(T,4,this.length),(this[T]|this[T+1]<<8|this[T+2]<<16)+16777216*this[T+3]},c.prototype.readUint32BE=c.prototype.readUInt32BE=function(T,v){return T>>>=0,v||kA(T,4,this.length),16777216*this[T]+(this[T+1]<<16|this[T+2]<<8|this[T+3])},c.prototype.readBigUInt64LE=Pe(function(T){TA(T>>>=0,"offset");const v=this[T],u=this[T+7];(void 0===v||void 0===u)&&wA(T,this.length-8);const m=v+256*this[++T]+65536*this[++T]+this[++T]*2**24,R=this[++T]+256*this[++T]+65536*this[++T]+u*2**24;return BigInt(m)+(BigInt(R)<>>=0,"offset");const v=this[T],u=this[T+7];(void 0===v||void 0===u)&&wA(T,this.length-8);const m=v*2**24+65536*this[++T]+256*this[++T]+this[++T],R=this[++T]*2**24+65536*this[++T]+256*this[++T]+u;return(BigInt(m)<>>=0,v>>>=0,u||kA(T,v,this.length);let m=this[T],R=1,pA=0;for(;++pA=R&&(m-=Math.pow(2,8*v)),m},c.prototype.readIntBE=function(T,v,u){T>>>=0,v>>>=0,u||kA(T,v,this.length);let m=v,R=1,pA=this[T+--m];for(;m>0&&(R*=256);)pA+=this[T+--m]*R;return R*=128,pA>=R&&(pA-=Math.pow(2,8*v)),pA},c.prototype.readInt8=function(T,v){return T>>>=0,v||kA(T,1,this.length),128&this[T]?-1*(255-this[T]+1):this[T]},c.prototype.readInt16LE=function(T,v){T>>>=0,v||kA(T,2,this.length);const u=this[T]|this[T+1]<<8;return 32768&u?4294901760|u:u},c.prototype.readInt16BE=function(T,v){T>>>=0,v||kA(T,2,this.length);const u=this[T+1]|this[T]<<8;return 32768&u?4294901760|u:u},c.prototype.readInt32LE=function(T,v){return T>>>=0,v||kA(T,4,this.length),this[T]|this[T+1]<<8|this[T+2]<<16|this[T+3]<<24},c.prototype.readInt32BE=function(T,v){return T>>>=0,v||kA(T,4,this.length),this[T]<<24|this[T+1]<<16|this[T+2]<<8|this[T+3]},c.prototype.readBigInt64LE=Pe(function(T){TA(T>>>=0,"offset");const v=this[T],u=this[T+7];return(void 0===v||void 0===u)&&wA(T,this.length-8),(BigInt(this[T+4]+256*this[T+5]+65536*this[T+6]+(u<<24))<>>=0,"offset");const v=this[T],u=this[T+7];(void 0===v||void 0===u)&&wA(T,this.length-8);const m=(v<<24)+65536*this[++T]+256*this[++T]+this[++T];return(BigInt(m)<>>=0,v||kA(T,4,this.length),B.read(this,T,!0,23,4)},c.prototype.readFloatBE=function(T,v){return T>>>=0,v||kA(T,4,this.length),B.read(this,T,!1,23,4)},c.prototype.readDoubleLE=function(T,v){return T>>>=0,v||kA(T,8,this.length),B.read(this,T,!0,52,8)},c.prototype.readDoubleBE=function(T,v){return T>>>=0,v||kA(T,8,this.length),B.read(this,T,!1,52,8)},c.prototype.writeUintLE=c.prototype.writeUIntLE=function(T,v,u,m){T=+T,v>>>=0,u>>>=0,m||CA(this,T,v,u,Math.pow(2,8*u)-1,0);let R=1,pA=0;for(this[v]=255&T;++pA>>=0,u>>>=0,m||CA(this,T,v,u,Math.pow(2,8*u)-1,0);let R=u-1,pA=1;for(this[v+R]=255&T;--R>=0&&(pA*=256);)this[v+R]=T/pA&255;return v+u},c.prototype.writeUint8=c.prototype.writeUInt8=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,1,255,0),this[v]=255&T,v+1},c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,2,65535,0),this[v]=255&T,this[v+1]=T>>>8,v+2},c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,2,65535,0),this[v]=T>>>8,this[v+1]=255&T,v+2},c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,4,4294967295,0),this[v+3]=T>>>24,this[v+2]=T>>>16,this[v+1]=T>>>8,this[v]=255&T,v+4},c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,4,4294967295,0),this[v]=T>>>24,this[v+1]=T>>>16,this[v+2]=T>>>8,this[v+3]=255&T,v+4},c.prototype.writeBigUInt64LE=Pe(function(T,v){return void 0===v&&(v=0),iA(this,T,v,BigInt(0),BigInt("0xffffffffffffffff"))}),c.prototype.writeBigUInt64BE=Pe(function(T,v){return void 0===v&&(v=0),hA(this,T,v,BigInt(0),BigInt("0xffffffffffffffff"))}),c.prototype.writeIntLE=function(T,v,u,m){if(T=+T,v>>>=0,!m){const Me=Math.pow(2,8*u-1);CA(this,T,v,u,Me-1,-Me)}let R=0,pA=1,aA=0;for(this[v]=255&T;++R>>=0,!m){const Me=Math.pow(2,8*u-1);CA(this,T,v,u,Me-1,-Me)}let R=u-1,pA=1,aA=0;for(this[v+R]=255&T;--R>=0&&(pA*=256);)T<0&&0===aA&&0!==this[v+R+1]&&(aA=1),this[v+R]=(T/pA|0)-aA&255;return v+u},c.prototype.writeInt8=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,1,127,-128),T<0&&(T=255+T+1),this[v]=255&T,v+1},c.prototype.writeInt16LE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,2,32767,-32768),this[v]=255&T,this[v+1]=T>>>8,v+2},c.prototype.writeInt16BE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,2,32767,-32768),this[v]=T>>>8,this[v+1]=255&T,v+2},c.prototype.writeInt32LE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,4,2147483647,-2147483648),this[v]=255&T,this[v+1]=T>>>8,this[v+2]=T>>>16,this[v+3]=T>>>24,v+4},c.prototype.writeInt32BE=function(T,v,u){return T=+T,v>>>=0,u||CA(this,T,v,4,2147483647,-2147483648),T<0&&(T=4294967295+T+1),this[v]=T>>>24,this[v+1]=T>>>16,this[v+2]=T>>>8,this[v+3]=255&T,v+4},c.prototype.writeBigInt64LE=Pe(function(T,v){return void 0===v&&(v=0),iA(this,T,v,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),c.prototype.writeBigInt64BE=Pe(function(T,v){return void 0===v&&(v=0),hA(this,T,v,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),c.prototype.writeFloatLE=function(T,v,u){return ne(this,T,v,!0,u)},c.prototype.writeFloatBE=function(T,v,u){return ne(this,T,v,!1,u)},c.prototype.writeDoubleLE=function(T,v,u){return $A(this,T,v,!0,u)},c.prototype.writeDoubleBE=function(T,v,u){return $A(this,T,v,!1,u)},c.prototype.copy=function(T,v,u,m){if(!c.isBuffer(T))throw new TypeError("argument should be a Buffer");if(u||(u=0),!m&&0!==m&&(m=this.length),v>=T.length&&(v=T.length),v||(v=0),m>0&&m=this.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("sourceEnd out of bounds");m>this.length&&(m=this.length),T.length-v>>=0,u=void 0===u?this.length:u>>>0,T||(T=0),"number"==typeof T)for(R=v;R=u+4;v-=3)T=`_${sA.slice(v-3,v)}${T}`;return`${sA.slice(0,v)}${T}`}function H(sA,T,v,u,m,R){if(sA>v||sA3?0===T||T===BigInt(0)?`>= 0${pA} and < 2${pA} ** ${8*(R+1)}${pA}`:`>= -(2${pA} ** ${8*(R+1)-1}${pA}) and < 2 ** ${8*(R+1)-1}${pA}`:`>= ${T}${pA} and <= ${v}${pA}`,new EA.ERR_OUT_OF_RANGE("value",aA,sA)}!function w(sA,T,v){TA(T,"offset"),(void 0===sA[T]||void 0===sA[T+v])&&wA(T,sA.length-(v+1))}(u,m,R)}function TA(sA,T){if("number"!=typeof sA)throw new EA.ERR_INVALID_ARG_TYPE(T,"number",sA)}function wA(sA,T,v){throw Math.floor(sA)!==sA?(TA(sA,v),new EA.ERR_OUT_OF_RANGE(v||"offset","an integer",sA)):T<0?new EA.ERR_BUFFER_OUT_OF_BOUNDS:new EA.ERR_OUT_OF_RANGE(v||"offset",`>= ${v?1:0} and <= ${T}`,sA)}P("ERR_BUFFER_OUT_OF_BOUNDS",function(sA){return sA?`${sA} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),P("ERR_INVALID_ARG_TYPE",function(sA,T){return`The "${sA}" argument must be of type number. Received type ${typeof T}`},TypeError),P("ERR_OUT_OF_RANGE",function(sA,T,v){let u=`The value of "${sA}" is out of range.`,m=v;return Number.isInteger(v)&&Math.abs(v)>4294967296?m=cA(String(v)):"bigint"==typeof v&&(m=String(v),(v>BigInt(2)**BigInt(32)||v<-(BigInt(2)**BigInt(32)))&&(m=cA(m)),m+="n"),u+=` It must be ${T}. Received ${m}`,u},RangeError);const j=/[^+/0-9A-Za-z-_]/g;function PA(sA,T){let v;T=T||1/0;const u=sA.length;let m=null;const R=[];for(let pA=0;pA55295&&v<57344){if(!m){if(v>56319){(T-=3)>-1&&R.push(239,191,189);continue}if(pA+1===u){(T-=3)>-1&&R.push(239,191,189);continue}m=v;continue}if(v<56320){(T-=3)>-1&&R.push(239,191,189),m=v;continue}v=65536+(m-55296<<10|v-56320)}else m&&(T-=3)>-1&&R.push(239,191,189);if(m=null,v<128){if((T-=1)<0)break;R.push(v)}else if(v<2048){if((T-=2)<0)break;R.push(v>>6|192,63&v|128)}else if(v<65536){if((T-=3)<0)break;R.push(v>>12|224,v>>6&63|128,63&v|128)}else{if(!(v<1114112))throw new Error("Invalid code point");if((T-=4)<0)break;R.push(v>>18|240,v>>12&63|128,v>>6&63|128,63&v|128)}}return R}function fe(sA){return t.toByteArray(function RA(sA){if((sA=(sA=sA.split("=")[0]).trim().replace(j,"")).length<2)return"";for(;sA.length%4!=0;)sA+="=";return sA}(sA))}function ye(sA,T,v,u){let m;for(m=0;m=T.length||m>=sA.length);++m)T[m+v]=sA[m];return m}function Ge(sA,T){return sA instanceof T||null!=sA&&null!=sA.constructor&&null!=sA.constructor.name&&sA.constructor.name===T.name}function He(sA){return sA!=sA}const _e=function(){const sA="0123456789abcdef",T=new Array(256);for(let v=0;v<16;++v){const u=16*v;for(let m=0;m<16;++m)T[u+m]=sA[v]+sA[m]}return T}();function Pe(sA){return typeof BigInt>"u"?te:sA}function te(){throw new Error("BigInt not supported")}},821(q,D,g){"use strict";var t=g(884),B=typeof globalThis>"u"?g.g:globalThis;q.exports=function(){for(var Y=[],V=0;V0?17+w:(w=cA.readBits(3))>0?8+w:17}function xA(cA){if(cA.readBits(1)){var w=cA.readBits(3);return 0===w?1:cA.readBits(w)+(1<1&&0===j)throw new Error("Invalid size byte");w.meta_block_length|=j<<8*wA}}else for(wA=0;wA4&&0===RA)throw new Error("Invalid size nibble");w.meta_block_length|=RA<<4*wA}return++w.meta_block_length,!w.input_end&&!w.is_metadata&&(w.is_uncompressed=cA.readBits(1)),w}function JA(cA,w,H){var wA;return H.fillBitWindow(),(wA=cA[w+=H.val_>>>H.bit_pos_&255].bits-8)>0&&(H.bit_pos_+=8,w+=cA[w].value,w+=H.val_>>>H.bit_pos_&(1<>=1,++vA;for(PA=0;PA0;++PA){var T,te=Z[PA],sA=0;TA.fillBitWindow(),TA.bit_pos_+=Pe[sA+=TA.val_>>>TA.bit_pos_&15].bits,Ge[te]=T=Pe[sA].value,0!==T&&(He-=32>>T,++_e)}if(1!==_e&&0!==He)throw new Error("[ReadHuffmanCode] invalid num_codes or space");!function Be(cA,w,H,TA){for(var wA=0,j=8,RA=0,PA=0,XA=32768,vA=[],fe=0;fe<32;fe++)vA.push(new d(0,0));for(c(vA,0,5,cA,18);wA0;){var Ge,ye=0;if(TA.readMoreInput(),TA.fillBitWindow(),TA.bit_pos_+=vA[ye+=TA.val_>>>TA.bit_pos_&31].bits,(Ge=255&vA[ye].value)<16)RA=0,H[wA++]=Ge,0!==Ge&&(j=Ge,XA-=32768>>Ge);else{var _e,Pe,He=Ge-14,te=0;if(16===Ge&&(te=j),PA!==te&&(RA=0,PA=te),_e=RA,RA>0&&(RA-=2,RA<<=He),wA+(Pe=(RA+=TA.readBits(He)+3)-_e)>w)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var sA=0;sA>>5]),this.htrees=new Uint32Array(w)}function iA(cA,w){var j,RA,H={num_htrees:null,context_map:null},wA=0;w.readMoreInput();var PA=H.num_htrees=xA(w)+1,XA=H.context_map=new Uint8Array(cA);if(PA<=1)return H;for(w.readBits(1)&&(wA=w.readBits(4)+1),j=[],RA=0;RA=cA)throw new Error("[DecodeContextMap] i >= context_map_size");XA[RA]=0,++RA}else XA[RA]=vA-wA,++RA}return w.readBits(1)&&function kA(cA,w){var TA,H=new Uint8Array(256);for(TA=0;TA<256;++TA)H[TA]=TA;for(TA=0;TA=cA&&(fe-=cA),TA[H]=fe,wA[PA+(1&j[XA])]=fe,++j[XA]}function bA(cA,w,H,TA,wA,j){var vA,RA=wA+1,PA=H&wA,XA=j.pos_&Y.IBUF_MASK;if(w<8||j.bit_pos_+(w<<3)0;)j.readMoreInput(),TA[PA++]=j.readBits(8),PA===RA&&(cA.write(TA,RA),PA=0);else{if(j.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;j.bit_pos_<32;)TA[PA]=j.val_>>>j.bit_pos_,j.bit_pos_+=8,++PA,--w;if(XA+(vA=j.bit_end_pos_-j.bit_pos_>>3)>Y.IBUF_MASK){for(var fe=Y.IBUF_MASK+1-XA,ye=0;ye=RA)for(cA.write(TA,RA),PA-=RA,ye=0;ye=RA;){if(j.input_.read(TA,PA,vA=RA-PA)w.buffer.length){var lt=new Uint8Array(TA+R);lt.set(w.buffer),w.buffer=lt}if(wA=$e.input_end,pA=$e.is_uncompressed,$e.is_metadata)for(ne(v);R>0;--R)v.readMoreInput(),v.readBits(8);else if(0!==R){if(pA){v.bit_pos_=v.bit_pos_+7&-8,bA(w,R,TA,fe,vA,v),TA+=R;continue}for(H=0;H<3;++H)VA[H]=xA(v)+1,VA[H]>=2&&(KA(VA[H]+2,sA,H*rA,v),KA(26,T,H*rA,v),aA[H]=ae(T,H*rA,v),dA[H]=1);for(v.readMoreInput(),W=(1<<(ve=v.readBits(2)))-1,Ie=(qe=16+(v.readBits(4)<0;){var Gt,Rt,Cn,pn,Dn,en,tn,In,DA,mA,_A,jA;for(v.readMoreInput(),0===aA[1]&&(hA(VA[1],sA,1,Me,Ce,dA,v),aA[1]=ae(T,rA,v),nt=te[1].htrees[Me[1]]),--aA[1],(Rt=(Gt=JA(te[1].codes,nt,v))>>6)>=2?(Rt-=2,tn=-1):tn=0,pn=U.kCopyRangeLut[Rt]+(7&Gt),Dn=U.kInsertLengthPrefixCode[Cn=U.kInsertRangeLut[Rt]+(Gt>>3&7)].offset+v.readBits(U.kInsertLengthPrefixCode[Cn].nbits),en=U.kCopyLengthPrefixCode[pn].offset+v.readBits(U.kCopyLengthPrefixCode[pn].nbits),_e=fe[TA-1&vA],Pe=fe[TA-2&vA],DA=0;DA4?3:en-2))]],v))>=qe&&(jA=(tn-=qe)&W,tn=qe+((NA=(2+(1&(tn>>=ve))<<(_A=1+(tn>>1)))-4)+v.readBits(_A)<(PA=TA=V.minDictionaryWordLength&&en<=V.maxDictionaryWordLength))throw new Error("Invalid backward reference. pos: "+TA+" distance: "+In+" len: "+en+" bytes left: "+R);var NA=V.offsetsByLength[en],le=In-PA-1,GA=V.sizeBitsByLength[en],Fe=le>>GA;if(NA+=(le&(1<=ye){w.write(fe,XA);for(var et=0;et0&&(Ge[3&He]=In,++He),en>R)throw new Error("Invalid backward reference. pos: "+TA+" distance: "+In+" len: "+en+" bytes left: "+R);for(DA=0;DA>>8&16711935}V.Utf16=V.Utf16BE={stringify:function(x){for(var U=x.words,E=x.sigBytes,N=[],_=0;_>>2]>>>16-_%4*8&65535));return N.join("")},parse:function(x){for(var U=x.length,E=[],N=0;N>>1]|=x.charCodeAt(N)<<16-N%2*16;return Y.create(E,2*U)}},V.Utf16LE={stringify:function(x){for(var U=x.words,E=x.sigBytes,N=[],_=0;_>>2]>>>16-_%4*8&65535);N.push(String.fromCharCode(Q))}return N.join("")},parse:function(x){for(var U=x.length,E=[],N=0;N>>1]|=c(x.charCodeAt(N)<<16-N%2*16);return Y.create(E,2*U)}}}(),t.enc.Utf16)},1201(q){q.exports=function(g){return g&&"object"==typeof g&&"function"==typeof g.copy&&"function"==typeof g.fill&&"function"==typeof g.readUInt8}},1212(q,D,g){"use strict";var t=g(1676),B=Function.prototype,M=B.call,Y=t&&B.bind.bind(M,M);q.exports=t?Y:function(V){return function(){return M.apply(V,arguments)}}},1220(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.mode.CTRGladman=function(){var B=t.lib.BlockCipherMode.extend();function M(d){if(255&~(d>>24))d+=16777216;else{var c=d>>16&255,x=d>>8&255,U=255&d;255===c?(c=0,255===x?(x=0,255===U?U=0:++U):++x):++c,d=0,d+=c<<16,d+=x<<8,d+=U}return d}var V=B.Encryptor=B.extend({processBlock:function(d,c){var x=this._cipher,U=x.blockSize,E=this._iv,N=this._counter;E&&(N=this._counter=E.slice(0),this._iv=void 0),function Y(d){return 0===(d[0]=M(d[0]))&&(d[1]=M(d[1])),d}(N);var _=N.slice(0);x.encryptBlock(_,0);for(var Q=0;Q0&&void 0!==arguments[0]?arguments[0]:{};this._items={},this.limits="boolean"!=typeof f.limits||f.limits}add(f,S){return this._items[f]=S}get(f){return this._items[f]}toString(){const f=Object.keys(this._items).sort((I,tA)=>this._compareKeys(I,tA)),S=["<<"];if(this.limits&&f.length>1){const tA=f[f.length-1];S.push(` /Limits ${Z.convert([this._dataForKey(f[0]),this._dataForKey(tA)])}`)}S.push(` /${this._keysName()} [`);for(let I of f)S.push(` ${Z.convert(this._dataForKey(I))} ${Z.convert(this._items[I])}`);return S.push("]"),S.push(">>"),S.join("\n")}_compareKeys(){throw new Error("Must be implemented by subclasses")}_keysName(){throw new Error("Must be implemented by subclasses")}_dataForKey(){throw new Error("Must be implemented by subclasses")}}class uA{constructor(f,S,I,tA,MA,OA){this.id="CS"+Object.keys(f.spotColors).length,this.name=S,this.values=[I,tA,MA,OA],this.ref=f.ref(["Separation",this.name,"DeviceCMYK",{Range:[0,1,0,1,0,1,0,1],C0:[0,0,0,0],C1:this.values.map(se=>se/100),FunctionType:2,Domain:[0,1],N:1}]),this.ref.end()}toString(){return`${this.ref.id} 0 R`}}const G=(C,f)=>(Array(f+1).join("0")+C).slice(-f),J=/[\n\r\t\b\f()\\]/g,rA={"\n":"\\n","\r":"\\r","\t":"\\t","\b":"\\b","\f":"\\f","\\":"\\\\","(":"\\(",")":"\\)"};class Z{static convert(f){let S=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("string"==typeof f)return`/${f}`;if(f instanceof String){let MA,I=f,tA=!1;for(let OA=0,se=I.length;OA127){tA=!0;break}return MA=tA?function(C){const f=C.length;if(1&f)throw new Error("Buffer length must be even");for(let S=0,I=f-1;SrA[OA]),`(${I})`}if(M.isBuffer(f))return`<${f.toString("hex")}>`;if(f instanceof K||f instanceof lA||f instanceof uA)return f.toString();if(f instanceof Date){let I=`D:${G(f.getUTCFullYear(),4)}`+G(f.getUTCMonth()+1,2)+G(f.getUTCDate(),2)+G(f.getUTCHours(),2)+G(f.getUTCMinutes(),2)+G(f.getUTCSeconds(),2)+"Z";return S&&(I=S(M.from(I,"ascii")).toString("binary"),I=I.replace(J,tA=>rA[tA])),`(${I})`}if(Array.isArray(f))return`[${f.map(tA=>Z.convert(tA,S)).join(" ")}]`;if("[object Object]"==={}.toString.call(f)){const I=["<<"];for(let tA in f)I.push(`/${tA} ${Z.convert(f[tA],S)}`);return I.push(">>"),I.join("\n")}return"number"==typeof f?Z.number(f):`${f}`}static number(f){if(f>-1e21&&f<1e21)return Math.round(1e6*f)/1e6;throw new Error(`unsupported number: ${f}`)}}class b extends K{constructor(f,S){let I=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};super(),this.document=f,this.id=S,this.data=I,this.gen=0,this.compress=this.document.compress&&!this.data.Filter,this.uncompressedLength=0,this.buffer=[]}write(f){f instanceof Uint8Array||(f=M.from(f+"\n","binary")),this.uncompressedLength+=f.length,null==this.data.Length&&(this.data.Length=0),this.buffer.push(f),this.data.Length+=f.length,this.compress&&(this.data.Filter="FlateDecode")}end(f){f&&this.write(f),this.finalize()}finalize(){this.offset=this.document._offset;const f=this.document._security?this.document._security.getEncryptFn(this.id,this.gen):null;this.buffer.length&&(this.buffer=M.concat(this.buffer),this.compress&&(this.buffer=V.default.deflateSync(this.buffer)),f&&(this.buffer=f(this.buffer)),this.data.Length=this.buffer.length),this.document._write(`${this.id} ${this.gen} obj`),this.document._write(Z.convert(this.data,f)),this.buffer.length&&(this.document._write("stream"),this.document._write(this.buffer),this.buffer=[],this.document._write("\nendstream")),this.document._write("endobj"),this.document._refEnd(this)}toString(){return`${this.id} ${this.gen} R`}}const BA=new Float32Array(1),L=new Uint32Array(BA.buffer);function eA(C){const f=Math.fround(C);return f<=C?f:(BA[0]=C,C<=0?L[0]+=1:L[0]-=1,BA[0])}function UA(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:I=>I;return(null==C||"object"==typeof C&&0===Object.keys(C).length)&&(C=f),null==C||"object"!=typeof C?C={top:C,right:C,bottom:C,left:C}:Array.isArray(C)&&(C=2===C.length?{vertical:C[0],horizontal:C[1]}:{top:C[0],right:C[1],bottom:C[2],left:C[3]}),("vertical"in C||"horizontal"in C)&&(C={top:C.vertical,right:C.horizontal,bottom:C.vertical,left:C.horizontal}),{top:S(C.top),right:S(C.right),bottom:S(C.bottom),left:S(C.left)}}const QA=1/2.54;function KA(C){return 0===C?1:90===C?0:180===C?-1:270===C?0:Math.cos(C*Math.PI/180)}function ae(C){return 0===C?0:90===C?1:180===C?0:270===C?-1:Math.sin(C*Math.PI/180)}const we={top:72,left:72,bottom:72,right:72},ie={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]};class kA{constructor(f){let S=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.document=f,this._options=S,this.size=S.size||"letter",this.layout=S.layout||"portrait";const I=Array.isArray(this.size)?this.size:ie[this.size.toUpperCase()];this.width=I["portrait"===this.layout?0:1],this.height=I["portrait"===this.layout?1:0],this.content=this.document.ref(),S.font&&f.font(S.font,S.fontFamily),S.fontSize&&f.fontSize(S.fontSize),this.margins=UA(S.margin??S.margins,we,tA=>f.sizeToPoint(tA,0,this)),this.resources=this.document.ref({ProcSet:["PDF","Text","ImageB","ImageC","ImageI"]}),this.dictionary=this.document.ref({Type:"Page",Parent:this.document._root.data.Pages,MediaBox:[0,0,this.width,this.height],Contents:this.content,Resources:this.resources}),this.markings=[]}get fonts(){const f=this.resources.data;return null!=f.Font?f.Font:f.Font={}}get xobjects(){const f=this.resources.data;return null!=f.XObject?f.XObject:f.XObject={}}get ext_gstates(){const f=this.resources.data;return null!=f.ExtGState?f.ExtGState:f.ExtGState={}}get patterns(){const f=this.resources.data;return null!=f.Pattern?f.Pattern:f.Pattern={}}get colorSpaces(){const f=this.resources.data;return f.ColorSpace||(f.ColorSpace={})}get annotations(){const f=this.dictionary.data;return null!=f.Annots?f.Annots:f.Annots=[]}get structParentTreeKey(){const f=this.dictionary.data;return null!=f.StructParents?f.StructParents:f.StructParents=this.document.createStructParentTreeNextKey()}get contentWidth(){return this.width-this.margins.left-this.margins.right}get contentHeight(){return this.height-this.margins.top-this.margins.bottom}maxY(){return this.height-this.margins.bottom}write(f){return this.content.write(f)}_setTabOrder(){!this.dictionary.Tabs&&this.document.hasMarkInfoDictionary()&&(this.dictionary.data.Tabs="S")}end(){this._setTabOrder(),this.dictionary.end(),this.resources.data.ColorSpace=this.resources.data.ColorSpace||{};for(let f of Object.values(this.document.spotColors))this.resources.data.ColorSpace[f.id]=f;return this.resources.end(),this.content.end()}}class CA extends lA{_compareKeys(f,S){return f.localeCompare(S)}_keysName(){return"Names"}_dataForKey(f){return new String(f)}}function iA(C,f){if(C=f[MA]&&C<=f[MA+1])return!0;C>f[MA+1]?S=tA+1:I=tA-1}return!1}const hA=[545,545,564,591,686,687,751,767,848,863,880,883,886,889,891,893,895,899,907,907,909,909,930,930,975,975,1015,1023,1159,1159,1231,1231,1270,1271,1274,1279,1296,1328,1367,1368,1376,1376,1416,1416,1419,1424,1442,1442,1466,1466,1477,1487,1515,1519,1525,1547,1549,1562,1564,1566,1568,1568,1595,1599,1622,1631,1774,1775,1791,1791,1806,1806,1837,1839,1867,1919,1970,2304,2308,2308,2362,2363,2382,2383,2389,2391,2417,2432,2436,2436,2445,2446,2449,2450,2473,2473,2481,2481,2483,2485,2490,2491,2493,2493,2501,2502,2505,2506,2510,2518,2520,2523,2526,2526,2532,2533,2555,2561,2563,2564,2571,2574,2577,2578,2601,2601,2609,2609,2612,2612,2615,2615,2618,2619,2621,2621,2627,2630,2633,2634,2638,2648,2653,2653,2655,2661,2677,2688,2692,2692,2700,2700,2702,2702,2706,2706,2729,2729,2737,2737,2740,2740,2746,2747,2758,2758,2762,2762,2766,2767,2769,2783,2785,2789,2800,2816,2820,2820,2829,2830,2833,2834,2857,2857,2865,2865,2868,2869,2874,2875,2884,2886,2889,2890,2894,2901,2904,2907,2910,2910,2914,2917,2929,2945,2948,2948,2955,2957,2961,2961,2966,2968,2971,2971,2973,2973,2976,2978,2981,2983,2987,2989,2998,2998,3002,3005,3011,3013,3017,3017,3022,3030,3032,3046,3059,3072,3076,3076,3085,3085,3089,3089,3113,3113,3124,3124,3130,3133,3141,3141,3145,3145,3150,3156,3159,3167,3170,3173,3184,3201,3204,3204,3213,3213,3217,3217,3241,3241,3252,3252,3258,3261,3269,3269,3273,3273,3278,3284,3287,3293,3295,3295,3298,3301,3312,3329,3332,3332,3341,3341,3345,3345,3369,3369,3386,3389,3396,3397,3401,3401,3406,3414,3416,3423,3426,3429,3440,3457,3460,3460,3479,3481,3506,3506,3516,3516,3518,3519,3527,3529,3531,3534,3541,3541,3543,3543,3552,3569,3573,3584,3643,3646,3676,3712,3715,3715,3717,3718,3721,3721,3723,3724,3726,3731,3736,3736,3744,3744,3748,3748,3750,3750,3752,3753,3756,3756,3770,3770,3774,3775,3781,3781,3783,3783,3790,3791,3802,3803,3806,3839,3912,3912,3947,3952,3980,3983,3992,3992,4029,4029,4045,4046,4048,4095,4130,4130,4136,4136,4139,4139,4147,4149,4154,4159,4186,4255,4294,4303,4345,4346,4348,4351,4442,4446,4515,4519,4602,4607,4615,4615,4679,4679,4681,4681,4686,4687,4695,4695,4697,4697,4702,4703,4743,4743,4745,4745,4750,4751,4783,4783,4785,4785,4790,4791,4799,4799,4801,4801,4806,4807,4815,4815,4823,4823,4847,4847,4879,4879,4881,4881,4886,4887,4895,4895,4935,4935,4955,4960,4989,5023,5109,5120,5751,5759,5789,5791,5873,5887,5901,5901,5909,5919,5943,5951,5972,5983,5997,5997,6001,6001,6004,6015,6109,6111,6122,6143,6159,6159,6170,6175,6264,6271,6314,7679,7836,7839,7930,7935,7958,7959,7966,7967,8006,8007,8014,8015,8024,8024,8026,8026,8028,8028,8030,8030,8062,8063,8117,8117,8133,8133,8148,8149,8156,8156,8176,8177,8181,8181,8191,8191,8275,8278,8280,8286,8292,8297,8306,8307,8335,8351,8370,8399,8427,8447,8507,8508,8524,8530,8580,8591,9167,9215,9255,9279,9291,9311,9471,9471,9748,9749,9752,9752,9854,9855,9866,9984,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10079,10080,10133,10135,10160,10160,10175,10191,10220,10223,11008,11903,11930,11930,12020,12031,12246,12271,12284,12287,12352,12352,12439,12440,12544,12548,12589,12592,12687,12687,12728,12783,12829,12831,12868,12880,12924,12926,13004,13007,13055,13055,13175,13178,13278,13279,13311,13311,19894,19967,40870,40959,42125,42127,42183,44031,55204,55295,64046,64047,64107,64255,64263,64274,64280,64284,64311,64311,64317,64317,64319,64319,64322,64322,64325,64325,64434,64466,64832,64847,64912,64913,64968,64975,65021,65023,65040,65055,65060,65071,65095,65096,65107,65107,65127,65127,65132,65135,65141,65141,65277,65278,65280,65280,65471,65473,65480,65481,65488,65489,65496,65497,65501,65503,65511,65511,65519,65528,65536,66303,66335,66335,66340,66351,66379,66559,66598,66599,66638,118783,119030,119039,119079,119081,119262,119807,119893,119893,119965,119965,119968,119969,119971,119972,119975,119976,119981,119981,119994,119994,119996,119996,120001,120001,120004,120004,120070,120070,120075,120076,120085,120085,120093,120093,120122,120122,120127,120127,120133,120133,120135,120137,120145,120145,120484,120487,120778,120781,120832,131069,173783,194559,195102,196605,196608,262141,262144,327677,327680,393213,393216,458749,458752,524285,524288,589821,589824,655357,655360,720893,720896,786429,786432,851965,851968,917501,917504,917504,917506,917535,917632,983037],bA=C=>iA(C,hA),ne=[173,173,847,847,6150,6150,6155,6155,6156,6156,6157,6157,8203,8203,8204,8204,8205,8205,8288,8288,65024,65024,65025,65025,65026,65026,65027,65027,65028,65028,65029,65029,65030,65030,65031,65031,65032,65032,65033,65033,65034,65034,65035,65035,65036,65036,65037,65037,65038,65038,65039,65039,65279,65279],EA=[160,160,5760,5760,8192,8192,8193,8193,8194,8194,8195,8195,8196,8196,8197,8197,8198,8198,8199,8199,8200,8200,8201,8201,8202,8202,8203,8203,8239,8239,8287,8287,12288,12288],cA=[128,159,1757,1757,1807,1807,6158,6158,8204,8204,8205,8205,8232,8232,8233,8233,8288,8288,8289,8289,8290,8290,8291,8291,8298,8303,65279,65279,65529,65532,119155,119162],w=[64976,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1114110,1114111],H=[0,31,127,127,832,832,833,833,8206,8206,8207,8207,8234,8234,8235,8235,8236,8236,8237,8237,8238,8238,8298,8298,8299,8299,8300,8300,8301,8301,8302,8302,8303,8303,12272,12283,55296,57343,57344,63743,65529,65529,65530,65530,65531,65531,65532,65532,65533,65533,917505,917505,917536,917631,983040,1048573,1048576,1114109],TA=C=>iA(C,EA)||iA(C,H)||iA(C,cA)||iA(C,w),wA=[1470,1470,1472,1472,1475,1475,1488,1514,1520,1524,1563,1563,1567,1567,1569,1594,1600,1610,1645,1647,1649,1749,1757,1757,1765,1766,1786,1790,1792,1805,1808,1808,1810,1836,1920,1957,1969,1969,8207,8207,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65020,65136,65140,65142,65276],j=C=>iA(C,wA),RA=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,544,546,563,592,685,688,696,699,705,720,721,736,740,750,750,890,890,902,902,904,906,908,908,910,929,931,974,976,1013,1024,1154,1162,1230,1232,1269,1272,1273,1280,1295,1329,1366,1369,1375,1377,1415,1417,1417,2307,2307,2309,2361,2365,2368,2377,2380,2384,2384,2392,2401,2404,2416,2434,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2494,2496,2503,2504,2507,2508,2519,2519,2524,2525,2527,2529,2534,2545,2548,2554,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2622,2624,2649,2652,2654,2654,2662,2671,2674,2676,2691,2691,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2752,2761,2761,2763,2764,2768,2768,2784,2784,2790,2799,2818,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2877,2878,2880,2880,2887,2888,2891,2892,2903,2903,2908,2909,2911,2913,2918,2928,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3006,3007,3009,3010,3014,3016,3018,3020,3031,3031,3047,3058,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3137,3140,3168,3169,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3262,3262,3264,3268,3271,3272,3274,3275,3285,3286,3294,3294,3296,3297,3302,3311,3330,3331,3333,3340,3342,3344,3346,3368,3370,3385,3390,3392,3398,3400,3402,3404,3415,3415,3424,3425,3430,3439,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3535,3537,3544,3551,3570,3572,3585,3632,3634,3635,3648,3654,3663,3675,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3792,3801,3804,3805,3840,3863,3866,3892,3894,3894,3896,3896,3902,3911,3913,3946,3967,3967,3973,3973,3976,3979,4030,4037,4039,4044,4047,4047,4096,4129,4131,4135,4137,4138,4140,4140,4145,4145,4152,4152,4160,4183,4256,4293,4304,4344,4347,4347,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,4961,4988,5024,5108,5121,5750,5761,5786,5792,5872,5888,5900,5902,5905,5920,5937,5941,5942,5952,5969,5984,5996,5998,6e3,6016,6070,6078,6085,6087,6088,6100,6106,6108,6108,6112,6121,6160,6169,6176,6263,6272,6312,7680,7835,7840,7929,7936,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8206,8206,8305,8305,8319,8319,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8509,8511,8517,8521,8544,8579,9014,9082,9109,9109,9372,9449,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12445,12447,12449,12538,12540,12543,12549,12588,12593,12686,12688,12727,12784,12828,12832,12867,12896,12923,12927,12976,12992,13003,13008,13054,13056,13174,13179,13277,13280,13310,13312,19893,19968,40869,40960,42124,44032,55203,55296,64045,64048,64106,64256,64262,64275,64279,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,66304,66334,66336,66339,66352,66378,66560,66597,66600,66637,118784,119029,119040,119078,119082,119142,119146,119154,119171,119172,119180,119209,119214,119261,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,12e4,120002,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120483,120488,120777,131072,173782,194560,195101,983040,1048573,1048576,1114109],PA=C=>iA(C,RA),fe=C=>C.codePointAt(0);function He(C){const f=[],S=C.length;for(let I=0;I=55296&&tA<=56319&&S>I+1){const MA=C.charCodeAt(I+1);if(MA>=56320&&MA<=57343){f.push(1024*(tA-55296)+MA-56320+65536),I+=1;continue}}f.push(tA)}return f}class Pe{static generateFileID(){let f=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},S=`${f.CreationDate.getTime()}\n`;for(let I in f)f.hasOwnProperty(I)&&(S+=`${I}: ${f[I].valueOf()}\n`);return W(d.default.MD5(S))}static generateRandomWordArray(f){return d.default.lib.WordArray.random(f)}static create(f){let S=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return S.ownerPassword||S.userPassword?new Pe(f,S):null}constructor(f){let S=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!S.ownerPassword&&!S.userPassword)throw new Error("None of owner password and user password is defined.");this.document=f,this._setupEncryption(S)}_setupEncryption(f){switch(f.pdfVersion){case"1.4":case"1.5":this.version=2;break;case"1.6":case"1.7":this.version=4;break;case"1.7ext3":this.version=5;break;default:this.version=1}const S={Filter:"Standard"};switch(this.version){case 1:case 2:case 4:this._setupEncryptionV1V2V4(this.version,S,f);break;case 5:this._setupEncryptionV5(S,f)}this.dictionary=this.document.ref(S)}_setupEncryptionV1V2V4(f,S,I){let tA,MA;switch(f){case 1:tA=2,this.keyBits=40,MA=function te(){let C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},f=-64;return C.printing&&(f|=4),C.modifying&&(f|=8),C.copying&&(f|=16),C.annotating&&(f|=32),f}(I.permissions);break;case 2:tA=3,this.keyBits=128,MA=sA(I.permissions);break;case 4:tA=4,this.keyBits=128,MA=sA(I.permissions)}const OA=dA(I.userPassword),se=I.ownerPassword?dA(I.ownerPassword):OA,ge=function u(C,f,S,I){let tA=I,MA=C>=3?51:1;for(let ge=0;ge=3?20:1;for(let ge=0;ge=3?51:1;for(let ge=0;ge=2&&(S.Length=this.keyBits),4===f&&(S.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV2",Length:this.keyBits/8}},S.StmF="StdCF",S.StrF="StdCF"),S.R=tA,S.O=W(ge),S.U=W(Ne),S.P=MA}_setupEncryptionV5(f,S){this.keyBits=256;const I=sA(S.permissions),tA=ve(S.userPassword),MA=S.ownerPassword?ve(S.ownerPassword):tA;this.encryptionKey=function VA(C){return C(32)}(Pe.generateRandomWordArray);const OA=function R(C,f){const S=f(8),I=f(8);return d.default.SHA256(C.clone().concat(S)).concat(S).concat(I)}(tA,Pe.generateRandomWordArray),ge=function pA(C,f,S){const I=d.default.SHA256(C.clone().concat(f)),tA={mode:d.default.mode.CBC,padding:d.default.pad.NoPadding,iv:d.default.lib.WordArray.create(null,16)};return d.default.AES.encrypt(S,I,tA).ciphertext}(tA,d.default.lib.WordArray.create(OA.words.slice(10,12),8),this.encryptionKey),Ne=function aA(C,f,S){const I=S(8),tA=S(8);return d.default.SHA256(C.clone().concat(I).concat(f)).concat(I).concat(tA)}(MA,OA,Pe.generateRandomWordArray),me=function Me(C,f,S,I){const tA=d.default.SHA256(C.clone().concat(f).concat(S)),MA={mode:d.default.mode.CBC,padding:d.default.pad.NoPadding,iv:d.default.lib.WordArray.create(null,16)};return d.default.AES.encrypt(I,tA,MA).ciphertext}(MA,d.default.lib.WordArray.create(Ne.words.slice(10,12),8),OA,this.encryptionKey),Ke=function Ce(C,f,S){const I=d.default.lib.WordArray.create([qe(C),4294967295,1415668834],12).concat(S(4));return d.default.AES.encrypt(I,f,{mode:d.default.mode.ECB,padding:d.default.pad.NoPadding}).ciphertext}(I,this.encryptionKey,Pe.generateRandomWordArray);f.V=5,f.Length=this.keyBits,f.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV3",Length:this.keyBits/8}},f.StmF="StdCF",f.StrF="StdCF",f.R=5,f.O=W(Ne),f.OE=W(me),f.U=W(OA),f.UE=W(ge),f.P=I,f.Perms=W(Ke)}getEncryptFn(f,S){let I,tA;if(this.version<5&&(I=this.encryptionKey.clone().concat(d.default.lib.WordArray.create([(255&f)<<24|(65280&f)<<8|f>>8&65280|255&S,(65280&S)<<16],5))),1===this.version||2===this.version){let se=d.default.MD5(I);return se.sigBytes=Math.min(16,this.keyBits/8+5),ge=>W(d.default.RC4.encrypt(d.default.lib.WordArray.create(ge),se).ciphertext)}tA=4===this.version?d.default.MD5(I.concat(d.default.lib.WordArray.create([1933667412],4))):this.encryptionKey;const MA=Pe.generateRandomWordArray(16),OA={mode:d.default.mode.CBC,padding:d.default.pad.Pkcs7,iv:MA};return se=>W(MA.clone().concat(d.default.AES.encrypt(d.default.lib.WordArray.create(se),tA,OA).ciphertext))}end(){this.dictionary.end()}}function sA(){let C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},f=-3904;return"lowResolution"===C.printing&&(f|=4),"highResolution"===C.printing&&(f|=2052),C.modifying&&(f|=8),C.copying&&(f|=16),C.annotating&&(f|=32),C.fillingForms&&(f|=256),C.contentAccessibility&&(f|=512),C.documentAssembly&&(f|=1024),f}function dA(){let C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const f=M.alloc(32),S=C.length;let I=0;for(;I255)throw new Error("Password contains one or more invalid characters.");f[I]=tA,I++}for(;I<32;)f[I]=Ie[I-S],I++;return d.default.lib.WordArray.create(f)}function ve(){let C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";C=unescape(encodeURIComponent(function _e(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof C)throw new TypeError("Expected string.");if(0===C.length)return"";const S=He(C).map(Re=>(C=>iA(C,EA))(Re)?32:Re).filter(Re=>!(C=>iA(C,ne))(Re)),I=String.fromCodePoint.apply(null,S).normalize("NFKC"),tA=He(I);if(tA.some(TA))throw new Error("Prohibited character, see https://tools.ietf.org/html/rfc4013#section-2.3");if(!0!==f.allowUnassigned&&tA.some(bA))throw new Error("Unassigned code point, see https://tools.ietf.org/html/rfc4013#section-2.5");const OA=tA.some(j),se=tA.some(PA);if(OA&&se)throw new Error("String must not contain RandALCat and LCat at the same time, see https://tools.ietf.org/html/rfc3454#section-6");const ge=j(fe((C=>C[0])(I))),Ne=j(fe((C=>C[C.length-1])(I)));if(OA&&(!ge||!Ne))throw new Error("Bidirectional RandALCat character must be the first and the last character of the string, see https://tools.ietf.org/html/rfc3454#section-6");return I}(C)));const f=Math.min(127,C.length),S=M.alloc(f);for(let I=0;I>8&65280|C>>24&255}function W(C){const f=[];for(let S=0;S>8*(3-S%4)&255);return M.from(f)}const Ie=[40,191,78,94,78,117,138,65,100,0,78,86,255,250,1,8,46,46,0,182,208,104,62,128,47,12,169,254,100,83,105,122],{number:de}=Z;class SA{constructor(f){this.doc=f,this.stops=[],this.embedded=!1,this.transform=[1,0,0,1,0,0]}stop(f,S,I){if(null==I&&(I=1),S=this.doc._normalizeColor(S),0===this.stops.length)if(3===S.length)this._colorSpace="DeviceRGB";else if(4===S.length)this._colorSpace="DeviceCMYK";else{if(1!==S.length)throw new Error("Unknown color space");this._colorSpace="DeviceGray"}else if("DeviceRGB"===this._colorSpace&&3!==S.length||"DeviceCMYK"===this._colorSpace&&4!==S.length||"DeviceGray"===this._colorSpace&&1!==S.length)throw new Error("All gradient stops must use the same color space");return I=Math.max(0,Math.min(1,I)),this.stops.push([f,S,I]),this}setTransform(f,S,I,tA,MA,OA){return this.transform=[f,S,I,tA,MA,OA],this}embed(f){let S;const I=this.stops.length;if(0===I)return;this.embedded=!0,this.matrix=f;const tA=this.stops[I-1];tA[0]<1&&this.stops.push([1,tA[1],tA[2]]);const MA=[],OA=[],se=[];for(let Re=0;ReRe[2]<1)){let Re=this.opacityGradient();Re._colorSpace="DeviceGray";for(let xt of this.stops)Re.stop(xt[0],[xt[2]]);Re=Re.embed(this.matrix);const me=[0,0,this.doc.page.width,this.doc.page.height],Ke=this.doc.ref({Type:"XObject",Subtype:"Form",FormType:1,BBox:me,Group:{Type:"Group",S:"Transparency",CS:"DeviceGray"},Resources:{ProcSet:["PDF","Text","ImageB","ImageC","ImageI"],Pattern:{Sh1:Re}}});Ke.write("/Pattern cs /Sh1 scn"),Ke.end(`${me.join(" ")} re f`);const Et=this.doc.ref({Type:"ExtGState",SMask:{Type:"Mask",S:"Luminosity",G:Ke}});Et.end();const Dt=this.doc.ref({Type:"Pattern",PatternType:1,PaintType:1,TilingType:2,BBox:me,XStep:me[2],YStep:me[3],Resources:{ProcSet:["PDF","Text","ImageB","ImageC","ImageI"],Pattern:{Sh1:Ne},ExtGState:{Gs1:Et}}});Dt.write("/Gs1 gs /Pattern cs /Sh1 scn"),Dt.end(`${me.join(" ")} re f`),this.doc.page.patterns[this.id]=Dt}else this.doc.page.patterns[this.id]=Ne;return Ne}apply(f){const[S,I,tA,MA,OA,se]=this.doc._ctm,[ge,Ne,Re,me,Ke,Et]=this.transform,Dt=[S*ge+tA*Ne,I*ge+MA*Ne,S*Re+tA*me,I*Re+MA*me,S*Ke+tA*Et+OA,I*Ke+MA*Et+se];return(!this.embedded||Dt.join(" ")!==this.matrix.join(" "))&&this.embed(Dt),this.doc._setColorSpace("Pattern",f),this.doc.addContent(`/${this.id} ${f?"SCN":"scn"}`)}}class ce extends SA{constructor(f,S,I,tA,MA){super(f),this.x1=S,this.y1=I,this.x2=tA,this.y2=MA}shader(f){return this.doc.ref({ShadingType:2,ColorSpace:this._colorSpace,Coords:[this.x1,this.y1,this.x2,this.y2],Function:f,Extend:[!0,!0]})}opacityGradient(){return new ce(this.doc,this.x1,this.y1,this.x2,this.y2)}}class pe extends SA{constructor(f,S,I,tA,MA,OA,se){super(f),this.doc=f,this.x1=S,this.y1=I,this.r1=tA,this.x2=MA,this.y2=OA,this.r2=se}shader(f){return this.doc.ref({ShadingType:3,ColorSpace:this._colorSpace,Coords:[this.x1,this.y1,this.r1,this.x2,this.y2,this.r2],Function:f,Extend:[!0,!0]})}opacityGradient(){return new pe(this.doc,this.x1,this.y1,this.r1,this.x2,this.y2,this.r2)}}var st={PDFGradient:SA,PDFLinearGradient:ce,PDFRadialGradient:pe};const We=["DeviceCMYK","DeviceRGB"];var Ct={PDFTilingPattern:class Ze{constructor(f,S,I,tA,MA){this.doc=f,this.bBox=S,this.xStep=I,this.yStep=tA,this.stream=MA}createPattern(){const f=this.doc.ref();f.end();const[S,I,tA,MA,OA,se]=this.doc._ctm,[ge,Ne,Re,me,Ke,Et]=[1,0,0,1,0,0],xt=this.doc.ref({Type:"Pattern",PatternType:1,PaintType:2,TilingType:2,BBox:this.bBox,XStep:this.xStep,YStep:this.yStep,Matrix:[S*ge+tA*Ne,I*ge+MA*Ne,S*Re+tA*me,I*Re+MA*me,S*Ke+tA*Et+OA,I*Ke+MA*Et+se].map(It=>+It.toFixed(5)),Resources:f});return xt.end(this.stream),xt}embedPatternColorSpaces(){We.forEach(f=>{const S=this.getPatternColorSpaceId(f);if(this.doc.page.colorSpaces[S])return;const I=this.doc.ref(["Pattern",f]);I.end(),this.doc.page.colorSpaces[S]=I})}getPatternColorSpaceId(f){return`CsP${f}`}embed(){this.id||(this.doc._patternCount=this.doc._patternCount+1,this.id="P"+this.doc._patternCount,this.pattern=this.createPattern()),this.doc.page.patterns[this.id]||(this.doc.page.patterns[this.id]=this.pattern)}apply(f,S){this.embedPatternColorSpaces(),this.embed();const I=this.doc._normalizeColor(S);if(!I)throw Error(`invalid pattern color. (value: ${S})`);const tA=this.getPatternColorSpaceId(this.doc._getColorSpace(I));this.doc._setColorSpace(tA,f);const MA=f?"SCN":"scn";return this.doc.addContent(`${I.join(" ")} /${this.id} ${MA}`)}}};const{PDFGradient:Kt,PDFLinearGradient:rt,PDFRadialGradient:mt}=st,{PDFTilingPattern:zt}=Ct;var kt={initColor(){this.spotColors={},this._opacityRegistry={},this._opacityCount=0,this._patternCount=0,this._gradCount=0},_normalizeColor(C){if("string"==typeof C)if("#"===C.charAt(0)){4===C.length&&(C=C.replace(/#([0-9A-F])([0-9A-F])([0-9A-F])/i,"#$1$1$2$2$3$3"));const f=parseInt(C.slice(1),16);C=[f>>16,f>>8&255,255&f]}else if(Jt[C])C=Jt[C];else if(this.spotColors[C])return this.spotColors[C];return Array.isArray(C)?(3===C.length?C=C.map(f=>f/255):4===C.length&&(C=C.map(f=>f/100)),C):null},_setColor(C,f){return C instanceof Kt?(C.apply(f),!0):Array.isArray(C)&&C[0]instanceof zt?(C[0].apply(f,C[1]),!0):this._setColorCore(C,f)},_setColorCore(C,f){if(!(C=this._normalizeColor(C)))return!1;const S=f?"SCN":"scn",I=this._getColorSpace(C);return this._setColorSpace(I,f),C instanceof uA?(this.page.colorSpaces[C.id]=C.ref,this.addContent(`1 ${S}`)):this.addContent(`${C.join(" ")} ${S}`),!0},_setColorSpace(C,f){return this.addContent(`/${C} ${f?"CS":"cs"}`)},_getColorSpace:C=>C instanceof uA?C.id:4===C.length?"DeviceCMYK":"DeviceRGB",fillColor(C,f){return this._setColor(C,!1)&&this.fillOpacity(f),this._fillColor=[C,f],this},strokeColor(C,f){return this._setColor(C,!0)&&this.strokeOpacity(f),this},opacity(C){return this._doOpacity(C,C),this},fillOpacity(C){return this._doOpacity(C,null),this},strokeOpacity(C){return this._doOpacity(null,C),this},_doOpacity(C,f){let S,I;if(null==C&&null==f)return;null!=C&&(C=Math.max(0,Math.min(1,C))),null!=f&&(f=Math.max(0,Math.min(1,f)));const tA=`${C}_${f}`;return this._opacityRegistry[tA]?[S,I]=this._opacityRegistry[tA]:(S={Type:"ExtGState"},null!=C&&(S.ca=C),null!=f&&(S.CA=f),S=this.ref(S),S.end(),I="Gs"+ ++this._opacityCount,this._opacityRegistry[tA]=[S,I]),this.page.ext_gstates[I]=S,this.addContent(`/${I} gs`)},linearGradient(C,f,S,I){return new rt(this,C,f,S,I)},radialGradient(C,f,S,I,tA,MA){return new mt(this,C,f,S,I,tA,MA)},pattern(C,f,S,I){return new zt(this,C,f,S,I)},addSpotColor(C,f,S,I,tA){const MA=new uA(this,C,f,S,I,tA);return this.spotColors[C]=MA,this}},Jt={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};let nt,$e,lt,tt,Ut,Gt;nt=$e=lt=tt=Ut=Gt=0;const Rt={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0},Dn={M:(C,f)=>(nt=f[0],$e=f[1],lt=tt=null,Ut=nt,Gt=$e,C.moveTo(nt,$e)),m:(C,f)=>(nt+=f[0],$e+=f[1],lt=tt=null,Ut=nt,Gt=$e,C.moveTo(nt,$e)),C:(C,f)=>(nt=f[4],$e=f[5],lt=f[2],tt=f[3],C.bezierCurveTo(...f)),c:(C,f)=>(C.bezierCurveTo(f[0]+nt,f[1]+$e,f[2]+nt,f[3]+$e,f[4]+nt,f[5]+$e),lt=nt+f[2],tt=$e+f[3],nt+=f[4],$e+=f[5]),S:(C,f)=>(null===lt&&(lt=nt,tt=$e),C.bezierCurveTo(nt-(lt-nt),$e-(tt-$e),f[0],f[1],f[2],f[3]),lt=f[0],tt=f[1],nt=f[2],$e=f[3]),s:(C,f)=>(null===lt&&(lt=nt,tt=$e),C.bezierCurveTo(nt-(lt-nt),$e-(tt-$e),nt+f[0],$e+f[1],nt+f[2],$e+f[3]),lt=nt+f[0],tt=$e+f[1],nt+=f[2],$e+=f[3]),Q:(C,f)=>(lt=f[0],tt=f[1],nt=f[2],$e=f[3],C.quadraticCurveTo(f[0],f[1],nt,$e)),q:(C,f)=>(C.quadraticCurveTo(f[0]+nt,f[1]+$e,f[2]+nt,f[3]+$e),lt=nt+f[0],tt=$e+f[1],nt+=f[2],$e+=f[3]),T:(C,f)=>(null===lt?(lt=nt,tt=$e):(lt=nt-(lt-nt),tt=$e-(tt-$e)),C.quadraticCurveTo(lt,tt,f[0],f[1]),lt=nt-(lt-nt),tt=$e-(tt-$e),nt=f[0],$e=f[1]),t:(C,f)=>(null===lt?(lt=nt,tt=$e):(lt=nt-(lt-nt),tt=$e-(tt-$e)),C.quadraticCurveTo(lt,tt,nt+f[0],$e+f[1]),nt+=f[0],$e+=f[1]),A:(C,f)=>(en(C,nt,$e,f),nt=f[5],$e=f[6]),a:(C,f)=>(f[5]+=nt,f[6]+=$e,en(C,nt,$e,f),nt=f[5],$e=f[6]),L:(C,f)=>(nt=f[0],$e=f[1],lt=tt=null,C.lineTo(nt,$e)),l:(C,f)=>(nt+=f[0],$e+=f[1],lt=tt=null,C.lineTo(nt,$e)),H:(C,f)=>(nt=f[0],lt=tt=null,C.lineTo(nt,$e)),h:(C,f)=>(nt+=f[0],lt=tt=null,C.lineTo(nt,$e)),V:(C,f)=>($e=f[0],lt=tt=null,C.lineTo(nt,$e)),v:(C,f)=>($e+=f[0],lt=tt=null,C.lineTo(nt,$e)),Z:C=>(C.closePath(),nt=Ut,$e=Gt),z:C=>(C.closePath(),nt=Ut,$e=Gt)},en=function(C,f,S,I){const[tA,MA,OA,se,ge,Ne,Re]=I,me=tn(Ne,Re,tA,MA,se,ge,OA,f,S);for(let Ke of me){const Et=In(...Ke);C.bezierCurveTo(...Et)}},tn=function(C,f,S,I,tA,MA,OA,se,ge){const Ne=OA*(Math.PI/180),Re=Math.sin(Ne),me=Math.cos(Ne);S=Math.abs(S),I=Math.abs(I),lt=me*(se-C)*.5+Re*(ge-f)*.5,tt=me*(ge-f)*.5-Re*(se-C)*.5;let Ke=lt*lt/(S*S)+tt*tt/(I*I);Ke>1&&(Ke=Math.sqrt(Ke),S*=Ke,I*=Ke);const Et=me/S,Dt=Re/S,xt=-Re/I,It=me/I,dt=Et*se+Dt*ge,ft=xt*se+It*ge,yt=Et*C+Dt*f,an=xt*C+It*f;let jt=1/((yt-dt)*(yt-dt)+(an-ft)*(an-ft))-.25;jt<0&&(jt=0);let ht=Math.sqrt(jt);MA===tA&&(ht=-ht);const Zt=.5*(dt+yt)-ht*(an-ft),YA=.5*(ft+an)+ht*(yt-dt),s=Math.atan2(ft-YA,dt-Zt);let z=Math.atan2(an-YA,yt-Zt)-s;z<0&&1===MA?z+=2*Math.PI:z>0&&0===MA&&(z-=2*Math.PI);const AA=Math.ceil(Math.abs(z/(.5*Math.PI+.001))),fA=[];for(let FA=0;FA0&&(I[I.length]=+tA),S[S.length]={cmd:f,args:I},I=[],tA="",MA=!1),f=se;else if([" ",","].includes(se)||"-"===se&&tA.length>0&&"e"!==tA[tA.length-1]||"."===se&&MA){if(0===tA.length)continue;I.length===OA?(S[S.length]={cmd:f,args:I},I=[+tA],"M"===f&&(f="L"),"m"===f&&(f="l")):I[I.length]=+tA,MA="."===se,tA=["-","."].includes(se)?se:""}else tA+=se,"."===se&&(MA=!0);return tA.length>0&&(I.length===OA?(S[S.length]={cmd:f,args:I},I=[+tA],"M"===f&&(f="L"),"m"===f&&(f="l")):I[I.length]=+tA),S[S.length]={cmd:f,args:I},S}(S);!function(C,f){nt=$e=lt=tt=Ut=Gt=0;for(let S=0;S1&&void 0!==arguments[1]?arguments[1]:{};const S=C;if(Array.isArray(C)||(C=[C,f.space||C]),!C.every(tA=>Number.isFinite(tA)&&tA>0))throw new Error(`dash(${JSON.stringify(S)}, ${JSON.stringify(f)}) invalid, lengths must be numeric and greater than zero`);return C=C.map(DA).join(" "),this.addContent(`[${C}] ${DA(f.phase||0)} d`)},undash(){return this.addContent("[] 0 d")},moveTo(C,f){return this.addContent(`${DA(C)} ${DA(f)} m`)},lineTo(C,f){return this.addContent(`${DA(C)} ${DA(f)} l`)},bezierCurveTo(C,f,S,I,tA,MA){return this.addContent(`${DA(C)} ${DA(f)} ${DA(S)} ${DA(I)} ${DA(tA)} ${DA(MA)} c`)},quadraticCurveTo(C,f,S,I){return this.addContent(`${DA(C)} ${DA(f)} ${DA(S)} ${DA(I)} v`)},rect(C,f,S,I){return this.addContent(`${DA(C)} ${DA(f)} ${DA(S)} ${DA(I)} re`)},roundedRect(C,f,S,I,tA){null==tA&&(tA=0);const MA=(tA=Math.min(tA,.5*S,.5*I))*(1-mA);return this.moveTo(C+tA,f),this.lineTo(C+S-tA,f),this.bezierCurveTo(C+S-MA,f,C+S,f+MA,C+S,f+tA),this.lineTo(C+S,f+I-tA),this.bezierCurveTo(C+S,f+I-MA,C+S-MA,f+I,C+S-tA,f+I),this.lineTo(C+tA,f+I),this.bezierCurveTo(C+MA,f+I,C,f+I-MA,C,f+I-tA),this.lineTo(C,f+tA),this.bezierCurveTo(C,f+MA,C+MA,f,C+tA,f),this.closePath()},ellipse(C,f,S,I){null==I&&(I=S);const tA=S*mA,MA=I*mA,OA=(C-=S)+2*S,se=(f-=I)+2*I,ge=C+S,Ne=f+I;return this.moveTo(C,Ne),this.bezierCurveTo(C,Ne-MA,ge-tA,f,ge,f),this.bezierCurveTo(ge+tA,f,OA,Ne-MA,OA,Ne),this.bezierCurveTo(OA,Ne+MA,ge+tA,se,ge,se),this.bezierCurveTo(ge-tA,se,C,Ne+MA,C,Ne),this.closePath()},circle(C,f,S){return this.ellipse(C,f,S)},arc(C,f,S,I,tA,MA){null==MA&&(MA=!1);const OA=2*Math.PI,se=.5*Math.PI;let ge=tA-I;Math.abs(ge)>OA?ge=OA:0!==ge&&MA!==ge<0&&(ge=(MA?-1:1)*OA+ge);const Ne=Math.ceil(Math.abs(ge)/se),Re=ge/Ne,me=Re/se*mA*S;let Ke=I,Et=-Math.sin(Ke)*me,Dt=Math.cos(Ke)*me,xt=C+Math.cos(Ke)*S,It=f+Math.sin(Ke)*S;this.moveTo(xt,It);for(let dt=0;dt/even-?odd/.test(C)?"*":"",fill(C,f){return/(even-?odd)|(non-?zero)/.test(C)&&(f=C,C=null),C&&this.fillColor(C),this.addContent(`f${this._windingRule(f)}`)},stroke(C){return C&&this.strokeColor(C),this.addContent("S")},fillAndStroke(C,f,S){null==f&&(f=C);const I=/(even-?odd)|(non-?zero)/;return I.test(C)&&(S=C,C=null),I.test(f)&&(S=f,f=C),C&&(this.fillColor(C),this.strokeColor(f)),this.addContent(`B${this._windingRule(S)}`)},clip(C){return this.addContent(`W${this._windingRule(C)} n`)},transform(C,f,S,I,tA,MA){if(1===C&&0===f&&0===S&&1===I&&0===tA&&0===MA)return this;const OA=this._ctm,[se,ge,Ne,Re,me,Ke]=OA;OA[0]=se*C+Ne*f,OA[1]=ge*C+Re*f,OA[2]=se*S+Ne*I,OA[3]=ge*S+Re*I,OA[4]=se*tA+Ne*MA+me,OA[5]=ge*tA+Re*MA+Ke;const Et=[C,f,S,I,tA,MA].map(Dt=>DA(Dt)).join(" ");return this.addContent(`${Et} cm`)},translate(C,f){return this.transform(1,0,0,1,C,f)},rotate(C){let S,f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const I=C*Math.PI/180,tA=Math.cos(I),MA=Math.sin(I);let OA=S=0;if(null!=f.origin){[OA,S]=f.origin;const ge=OA*MA+S*tA;OA-=OA*tA-S*MA,S-=ge}return this.transform(tA,MA,-MA,tA,OA,S)},scale(C,f){let I,S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};null==f&&(f=C),"object"==typeof f&&(S=f,f=C);let tA=I=0;return null!=S.origin&&([tA,I]=S.origin,tA-=C*tA,I-=f*I),this.transform(C,0,0,f,tA,I)}};const jA={402:131,8211:150,8212:151,8216:145,8217:146,8218:130,8220:147,8221:148,8222:132,8224:134,8225:135,8226:149,8230:133,8364:128,8240:137,8249:139,8250:155,710:136,8482:153,338:140,339:156,732:152,352:138,353:154,376:159,381:142,382:158},NA=".notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n \nspace exclam quotedbl numbersign\ndollar percent ampersand quotesingle\nparenleft parenright asterisk plus\ncomma hyphen period slash\nzero one two three\nfour five six seven\neight nine colon semicolon\nless equal greater question\n \nat A B C\nD E F G\nH I J K\nL M N O\nP Q R S\nT U V W\nX Y Z bracketleft\nbackslash bracketright asciicircum underscore\n \ngrave a b c\nd e f g\nh i j k\nl m n o\np q r s\nt u v w\nx y z braceleft\nbar braceright asciitilde .notdef\n \nEuro .notdef quotesinglbase florin\nquotedblbase ellipsis dagger daggerdbl\ncircumflex perthousand Scaron guilsinglleft\nOE .notdef Zcaron .notdef\n.notdef quoteleft quoteright quotedblleft\nquotedblright bullet endash emdash\ntilde trademark scaron guilsinglright\noe .notdef zcaron ydieresis\n \nspace exclamdown cent sterling\ncurrency yen brokenbar section\ndieresis copyright ordfeminine guillemotleft\nlogicalnot hyphen registered macron\ndegree plusminus twosuperior threesuperior\nacute mu paragraph periodcentered\ncedilla onesuperior ordmasculine guillemotright\nonequarter onehalf threequarters questiondown\n \nAgrave Aacute Acircumflex Atilde\nAdieresis Aring AE Ccedilla\nEgrave Eacute Ecircumflex Edieresis\nIgrave Iacute Icircumflex Idieresis\nEth Ntilde Ograve Oacute\nOcircumflex Otilde Odieresis multiply\nOslash Ugrave Uacute Ucircumflex\nUdieresis Yacute Thorn germandbls\n \nagrave aacute acircumflex atilde\nadieresis aring ae ccedilla\negrave eacute ecircumflex edieresis\nigrave iacute icircumflex idieresis\neth ntilde ograve oacute\nocircumflex otilde odieresis divide\noslash ugrave uacute ucircumflex\nudieresis yacute thorn ydieresis".split(/\s+/);class le{constructor(f){this.attributes={},this.glyphWidths={},this.boundingBoxes={},this.kernPairs={},this.parse(f),this.bbox=this.attributes.FontBBox.split(/\s+/).map(S=>+S),this.ascender=+(this.attributes.Ascender||0),this.descender=+(this.attributes.Descender||0),this.xHeight=+(this.attributes.XHeight||0),this.capHeight=+(this.attributes.CapHeight||0),this.lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.descender)}parse(f){let S="";for(let ge of f.split("\n")){var I,tA;if(I=ge.match(/^Start(\w+)/))S=I[1];else if(I=ge.match(/^End(\w+)/))S="";else switch(S){case"FontMetrics":var MA=(I=ge.match(/(^\w+)\s+(.*)/))[1],OA=I[2];(tA=this.attributes[MA])?(Array.isArray(tA)||(tA=this.attributes[MA]=[tA]),tA.push(OA)):this.attributes[MA]=OA;break;case"CharMetrics":if(!/^CH?\s/.test(ge))continue;var se=ge.match(/\bN\s+(\.?\w+)\s*;/)[1];this.glyphWidths[se]=+ge.match(/\bWX\s+(\d+)\s*;/)[1];break;case"KernPairs":(I=ge.match(/^KPX\s+(\.?\w+)\s+(\.?\w+)\s+(-?\d+)/))&&(this.kernPairs[I[1]+"\0"+I[2]]=parseInt(I[3]))}}}encodeText(f){const S=[];for(let I=0,tA=f.length;I1&&void 0!==arguments[1]&&arguments[1]?this.lineGap:0)-this.descender)/1e3*f}}const ee={Courier:()=>y.readFileSync("//data/Courier.afm","utf8"),"Courier-Bold":()=>y.readFileSync("//data/Courier-Bold.afm","utf8"),"Courier-Oblique":()=>y.readFileSync("//data/Courier-Oblique.afm","utf8"),"Courier-BoldOblique":()=>y.readFileSync("//data/Courier-BoldOblique.afm","utf8"),Helvetica:()=>y.readFileSync("//data/Helvetica.afm","utf8"),"Helvetica-Bold":()=>y.readFileSync("//data/Helvetica-Bold.afm","utf8"),"Helvetica-Oblique":()=>y.readFileSync("//data/Helvetica-Oblique.afm","utf8"),"Helvetica-BoldOblique":()=>y.readFileSync("//data/Helvetica-BoldOblique.afm","utf8"),"Times-Roman":()=>y.readFileSync("//data/Times-Roman.afm","utf8"),"Times-Bold":()=>y.readFileSync("//data/Times-Bold.afm","utf8"),"Times-Italic":()=>y.readFileSync("//data/Times-Italic.afm","utf8"),"Times-BoldItalic":()=>y.readFileSync("//data/Times-BoldItalic.afm","utf8"),Symbol:()=>y.readFileSync("//data/Symbol.afm","utf8"),ZapfDingbats:()=>y.readFileSync("//data/ZapfDingbats.afm","utf8")};class qA extends GA{constructor(f,S,I){super(),this.document=f,this.name=S,this.id=I,this.font=new le(ee[this.name]()),({ascender:this.ascender,descender:this.descender,bbox:this.bbox,lineGap:this.lineGap,xHeight:this.xHeight,capHeight:this.capHeight}=this.font)}embed(){return this.dictionary.data={Type:"Font",BaseFont:this.name,Subtype:"Type1",Encoding:"WinAnsiEncoding"},this.dictionary.end()}encode(f){const S=this.font.encodeText(f),I=this.font.glyphsForString(`${f}`),tA=this.font.advancesForGlyphs(I),MA=[];for(let OA=0;OA>8;let tA=0;this.font.post.isFixedPitch&&(tA|=1),1<=I&&I<=7&&(tA|=2),tA|=4,10===I&&(tA|=8),this.font.head.macStyle.italic&&(tA|=64);const OA=[1,2,3,4,5,6].map(me=>String.fromCharCode((this.id.charCodeAt(me)||73)+17)).join("")+"+"+this.font.postscriptName?.replaceAll(" ","_"),{bbox:se}=this.font,ge=this.document.ref({Type:"FontDescriptor",FontName:OA,Flags:tA,FontBBox:[se.minX*this.scale,se.minY*this.scale,se.maxX*this.scale,se.maxY*this.scale],ItalicAngle:this.font.italicAngle,Ascent:this.ascender,Descent:this.descender,CapHeight:(this.font.capHeight||this.font.ascent)*this.scale,XHeight:(this.font.xHeight||0)*this.scale,StemV:0});if(f?ge.data.FontFile3=S:ge.data.FontFile2=S,this.document.subset&&1===this.document.subset){const me=M.from("FFFFFFFFC0","hex"),Ke=this.document.ref();Ke.write(me),Ke.end(),ge.data.CIDSet=Ke}ge.end();const Ne={Type:"Font",Subtype:"CIDFontType0",BaseFont:OA,CIDSystemInfo:{Registry:new String("Adobe"),Ordering:new String("Identity"),Supplement:0},FontDescriptor:ge,W:[0,this.widths]};f||(Ne.Subtype="CIDFontType2",Ne.CIDToGIDMap="Identity");const Re=this.document.ref(Ne);return Re.end(),this.dictionary.data={Type:"Font",Subtype:"Type0",BaseFont:OA,Encoding:"Identity-H",DescendantFonts:[Re],ToUnicode:this.toUnicodeCmap()},this.dictionary.end()}toUnicodeCmap(){const f=this.document.ref(),S=[];for(let OA of this.unicode){const se=[];for(let ge of OA)ge>65535&&(ge-=65536,se.push(Fe(ge>>>10&1023|55296)),ge=56320|1023&ge),se.push(Fe(ge));S.push(`<${se.join(" ")}>`)}const tA=Math.ceil(S.length/256),MA=[];for(let OA=0;OA <${Fe(ge-1)}> [${S.slice(se,ge).join(" ")}]`)}return f.end(`/CIDInit /ProcSet findresource begin\n12 dict begin\nbegincmap\n/CIDSystemInfo <<\n /Registry (Adobe)\n /Ordering (UCS)\n /Supplement 0\n>> def\n/CMapName /Adobe-Identity-UCS def\n/CMapType 2 def\n1 begincodespacerange\n<0000>\nendcodespacerange\n1 beginbfrange\n${MA.join("\n")}\nendbfrange\nendcmap\nCMapName currentdict /CMap defineresource pop\nend\nend`),f}}class et{static open(f,S,I,tA){let MA;if("string"==typeof S){if(qA.isStandardFont(S))return new qA(f,S,tA);S=y.readFileSync(S)}if(S instanceof Uint8Array?MA=c.create(S,I):S instanceof ArrayBuffer&&(MA=c.create(new Uint8Array(S),I)),null==MA)throw new Error("Not a supported font format or standard PDF font.");return new Le(f,MA,tA)}}var ze={initFonts(){let C=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Helvetica",f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:12;this._fontFamilies={},this._fontCount=0,this._fontSource=C,this._fontFamily=f,this._fontSize=S,this._font=null,this._remSize=S,this._registeredFonts={},C&&this.font(C,f)},font(C,f,S){let I,tA;if("number"==typeof f&&(S=f,f=null),"string"==typeof C&&this._registeredFonts[C]?(I=C,({src:C,family:f}=this._registeredFonts[C])):(I=f||C,"string"!=typeof I&&(I=null)),this._fontSource=C,this._fontFamily=f,null!=S&&this.fontSize(S),tA=this._fontFamilies[I])return this._font=tA,this;const MA="F"+ ++this._fontCount;return this._font=et.open(this,C,f,MA),(tA=this._fontFamilies[this._font.name])&&((C,f)=>!(C.font._tables?.head?.checkSumAdjustment!==f.font._tables?.head?.checkSumAdjustment||JSON.stringify(C.font._tables?.name?.records)!==JSON.stringify(f.font._tables?.name?.records)))(this._font,tA)?(this._font=tA,this):(I&&(this._fontFamilies[I]=this._font),this._font.name&&(this._fontFamilies[this._font.name]=this._font),this)},fontSize(C){return this._fontSize=this.sizeToPoint(C),this},currentLineHeight(C){return this._font.lineHeight(this._fontSize,C)},registerFont(C,f,S){return this._registeredFonts[C]={src:f,family:S},this},sizeToPoint(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.page,I=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0;if(I||(I=this._fontSize),"number"!=typeof f&&(f=this.sizeToPoint(f)),void 0===C)return f;if("number"==typeof C)return C;if("boolean"==typeof C)return Number(C);const tA=String(C).match(/((\d+)?(\.\d+)?)(em|in|px|cm|mm|pc|ex|ch|rem|vw|vh|vmin|vmax|%|pt)?/);if(!tA)throw new Error(`Unsupported size '${C}'`);let MA;switch(tA[4]){case"em":MA=this._fontSize;break;case"in":MA=72;break;case"px":MA=.75;break;case"cm":MA=72*QA;break;case"mm":MA=.1*QA*72;break;case"pc":MA=12;break;case"ex":MA=this.currentLineHeight();break;case"ch":MA=this.widthOfString("0");break;case"rem":MA=this._remSize;break;case"vw":MA=S.width/100;break;case"vh":MA=S.height/100;break;case"vmin":MA=Math.min(S.width,S.height)/100;break;case"vmax":MA=Math.max(S.width,S.height)/100;break;case"%":MA=I/100;break;default:MA=1}return MA*Number(tA[1])}};class it extends x.EventEmitter{constructor(f,S){super(),this.document=f,this.horizontalScaling=S.horizontalScaling||100,this.indent=(S.indent||0)*this.horizontalScaling/100,this.characterSpacing=(S.characterSpacing||0)*this.horizontalScaling/100,this.wordSpacing=(0===S.wordSpacing)*this.horizontalScaling/100,this.columns=S.columns||1,this.columnGap=(null!=S.columnGap?S.columnGap:18)*this.horizontalScaling/100,this.lineWidth=(S.width*this.horizontalScaling/100-this.columnGap*(this.columns-1))/this.columns,this.spaceLeft=this.lineWidth,this.startX=this.document.x,this.startY=this.document.y,this.column=1,this.ellipsis=S.ellipsis,this.continuedX=0,this.features=S.features,null!=S.height?(this.height=S.height,this.maxY=eA(this.startY+S.height)):this.maxY=eA(this.document.page.maxY()),this.on("firstLine",I=>{const tA=this.continuedX||this.indent;this.document.x+=tA,this.lineWidth-=tA,!I.indentAllLines&&this.once("line",()=>{this.document.x-=tA,this.lineWidth+=tA,I.continued&&!this.continuedX&&(this.continuedX=this.indent),I.continued||(this.continuedX=0)})}),this.on("lastLine",I=>{const{align:tA}=I;"justify"===tA&&(I.align="left"),this.lastLine=!0,this.once("line",()=>(this.document.y+=I.paragraphGap||0,I.align=tA,this.lastLine=!1))})}wordWidth(f){return eA(this.document.widthOfString(f,this)+this.characterSpacing+this.wordSpacing)}canFit(f,S){return"\xad"!=f[f.length-1]?S<=this.spaceLeft:S+this.wordWidth("-")<=this.spaceLeft}eachWord(f,S){let I;const tA=new U.default(f);let MA=null;const OA=Object.create(null);for(;I=tA.nextBreak();){var se;let Re=f.slice(MA?.position||0,I.position),me=null!=OA[Re]?OA[Re]:OA[Re]=this.wordWidth(Re);if(me>this.lineWidth+this.continuedX){let Ke=MA;const Et={};for(;Re.length;){var ge,Ne;me>this.spaceLeft?(ge=Math.ceil(this.spaceLeft/(me/Re.length)),me=this.wordWidth(Re.slice(0,ge)),Ne=me<=this.spaceLeft&&gethis.spaceLeft&&ge>0;for(;Dt||Ne;)Dt?(me=this.wordWidth(Re.slice(0,--ge)),Dt=me>this.spaceLeft&&ge>0):(me=this.wordWidth(Re.slice(0,++ge)),Dt=me>this.spaceLeft&&ge>0,Ne=me<=this.spaceLeft&&gethis.maxY||I>this.maxY)&&this.nextSection();let tA="",MA=0,OA=0,se=0,{y:ge}=this.document;const Ne=()=>(S.textWidth=MA+this.wordSpacing*(OA-1),S.wordCount=OA,S.lineWidth=this.lineWidth,({y:ge}=this.document),this.emit("line",tA,S,this),se++);this.emit("sectionStart",S,this),this.eachWord(f,(Re,me,Ke,Et)=>{if((null==Et||Et.required)&&(this.emit("firstLine",S,this),this.spaceLeft=this.lineWidth),this.canFit(Re,me)&&(tA+=Re,MA+=me,OA++),Ke.required||!this.canFit(Re,me)){const Dt=this.document.currentLineHeight(!0);if(null!=this.height&&this.ellipsis&&eA(this.document.y+2*Dt)>this.maxY&&this.column>=this.columns){for(!0===this.ellipsis&&(this.ellipsis="\u2026"),tA=tA.replace(/\s+$/,""),MA=this.wordWidth(tA+this.ellipsis);tA&&MA>this.lineWidth;)tA=tA.slice(0,-1).replace(/\s+$/,""),MA=this.wordWidth(tA+this.ellipsis);MA<=this.lineWidth&&(tA+=this.ellipsis),MA=this.wordWidth(tA)}if(Ke.required&&(me>this.spaceLeft&&(Ne(),tA=Re,MA=me,OA=1),this.emit("lastLine",S,this)),"\xad"==tA[tA.length-1]&&(tA=tA.slice(0,-1)+"-",this.spaceLeft-=this.wordWidth("-")),Ne(),eA(this.document.y+Dt)>this.maxY){if(this.emit("sectionEnd",S,this),!this.nextSection())return OA=0,tA="",!1;this.emit("sectionStart",S,this)}return Ke.required?(this.spaceLeft=this.lineWidth,tA="",MA=0,OA=0):(this.spaceLeft=this.lineWidth-me,tA=Re,MA=me,OA=1)}return this.spaceLeft-=me}),OA>0&&(this.emit("lastLine",S,this),Ne()),this.emit("sectionEnd",S,this),!0===S.continued?(se>1&&(this.continuedX=0),this.continuedX+=S.textWidth||0,this.document.y=ge):this.document.x=this.startX}nextSection(f){if(++this.column>this.columns){if(null!=this.height)return!1;this.document.continueOnNewPage(),this.column=1,this.startY=this.document.page.margins.top,this.maxY=this.document.page.maxY(),this.document.x=this.startX,this.document._fillColor&&this.document.fillColor(...this.document._fillColor),this.emit("pageBreak",f,this)}else this.document.x+=this.lineWidth+this.columnGap,this.document.y=this.startY,this.emit("columnBreak",f,this);return!0}}const{number:gt}=Z;var Mt={initText(){this._line=this._line.bind(this),this.x=0,this.y=0,this._lineGap=0},lineGap(C){return this._lineGap=C,this},moveDown(C){return null==C&&(C=1),this.y+=this.currentLineHeight(!0)*C+this._lineGap,this},moveUp(C){return null==C&&(C=1),this.y-=this.currentLineHeight(!0)*C+this._lineGap,this},_text(C,f,S,I,tA){C=null==C?"":`${C}`,(I=this._initOptions(f,S,I)).wordSpacing&&(C=C.replace(/\s{2,}/g," "));const MA=()=>{I.structParent&&I.structParent.add(this.struct(I.structType||"P",[this.markStructureContent(I.structType||"P")]))};if(0!==I.rotation&&(this.save(),this.rotate(-I.rotation,{origin:[this.x,this.y]})),I.width){let OA=this._wrapper;OA||(OA=new it(this,I),OA.on("line",tA),OA.on("firstLine",MA)),this._wrapper=I.continued?OA:null,this._textOptions=I.continued?I:null,OA.wrap(C,I)}else for(let OA of C.split("\n"))MA(),tA(OA,I);return 0!==I.rotation&&this.restore(),this},text(C,f,S,I){return this._text(C,f,S,I,this._line)},widthOfString(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const S=f.horizontalScaling||100;return(this._font.widthOfString(C,this._fontSize,f.features)+(f.characterSpacing||0)*(C.length-1))*S/100},boundsOfString(C,f,S,I){I=this._initOptions(f,S,I),({x:f,y:S}=this);const tA=I.lineGap??this._lineGap??0,MA=this.currentLineHeight(!0)+tA;let OA=0;if(C=String(C??""),I.wordSpacing&&(C=C.replace(/\s{2,}/g," ")),I.width){let jt=new it(this,I);jt.on("line",(ht,Zt)=>{if(this.y+=MA,(ht=ht.replace(/\n/g,"")).length){let YA=Zt.wordSpacing??0;const s=Zt.characterSpacing??0;if(Zt.width&&"justify"===Zt.align){const p=ht.trim().split(/\s+/),z=this.widthOfString(ht.replace(/\s+/g,""),Zt),AA=this.widthOfString(" ")+s;YA=Math.max(0,(Zt.lineWidth-z)/Math.max(1,p.length-1)-AA)}OA=Math.max(OA,Zt.textWidth+YA*(Zt.wordCount-1)+s*(ht.length-1))}}),jt.wrap(C,I)}else for(let jt of C.split("\n")){const ht=this.widthOfString(jt,I);this.y+=MA,OA=Math.max(OA,ht)}let se=this.y-S;if(I.height&&(se=Math.min(se,I.height)),this.x=f,this.y=S,0===I.rotation)return{x:f,y:S,width:OA,height:se};if(90===I.rotation)return{x:f,y:S-OA,width:se,height:OA};if(180===I.rotation)return{x:f-OA,y:S-se,width:OA,height:se};if(270===I.rotation)return{x:f-se,y:S,width:se,height:OA};const ge=KA(I.rotation),Ne=ae(I.rotation),Re=f,me=S,Ke=f+OA*ge,Et=S-OA*Ne,Dt=f+OA*ge+se*Ne,xt=S-OA*Ne+se*ge,It=f+se*Ne,dt=S+se*ge,ft=Math.min(Re,Ke,Dt,It),yt=Math.max(Re,Ke,Dt,It),an=Math.min(me,Et,xt,dt);return{x:ft,y:an,width:yt-ft,height:Math.max(me,Et,xt,dt)-an}},heightOfString(C,f){const{x:S,y:I}=this;(f=this._initOptions(f)).height=1/0;const tA=f.lineGap||this._lineGap||0;this._text(C,this.x,this.y,f,()=>{this.y+=this.currentLineHeight(!0)+tA});const MA=this.y-I;return this.x=S,this.y=I,MA},list(C,f,S,I){const tA=(I=this._initOptions(f,S,I)).listType||"bullet",MA=Math.round(this._font.ascender/1e3*this._fontSize),OA=MA/2,se=I.bulletRadius||MA/3,ge=I.textIndent||("bullet"===tA?5*se:2*MA),Ne=I.bulletIndent||("bullet"===tA?8*se:2*MA);let Re=1;const me=[],Ke=[],Et=[];var Dt=function(It){let dt=1;for(let ft=0;ft{let yt,an,wn,jt,ht;if(I.structParent&&([an,wn,jt]=I.structTypes?I.structTypes:["LI","Lbl","LBody"]),an?(yt=this.struct(an),I.structParent.add(yt)):I.structParent&&(yt=I.structParent),(ht=Ke[dt++])!==Re){const YA=Ne*(ht-Re);this.x+=YA,ft.lineWidth-=YA,Re=ht}switch(yt&&(wn||jt)&&yt.add(this.struct(wn||jt,[this.markStructureContent(wn||jt)])),tA){case"bullet":this.circle(this.x-ge+se,this.y+OA,se),this.fill();break;case"numbered":case"lettered":var Zt=function Ft(C,f){if("numbered"===f)return`${C}.`;var S=String.fromCharCode((C-1)%26+65),I=Math.floor((C-1)/26+1);return`${Array(I+1).join(S)}.`}(Et[dt-1],tA);this._fragment(Zt,this.x-ge,this.y,I)}yt&&wn&&jt&&yt.add(this.struct(jt,[this.markStructureContent(jt)])),yt&&yt!==I.structParent&&yt.end()}),ft.on("sectionStart",()=>{const yt=ge+Ne*(Re-1);this.x+=yt,ft.lineWidth-=yt}),ft.on("sectionEnd",()=>{const yt=ge+Ne*(Re-1);this.x-=yt,ft.lineWidth+=yt}),ft.wrap(It,I)};for(let It=0;It0&&void 0!==arguments[0]?arguments[0]:{},f=arguments.length>1?arguments[1]:void 0,S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};"object"==typeof C&&(S=C,C=null);const I=Object.assign({},S);if(this._textOptions)for(let tA in this._textOptions)"continued"!==tA&&void 0===I[tA]&&(I[tA]=this._textOptions[tA]);return null!=C&&(this.x=C),null!=f&&(this.y=f),!1!==I.lineBreak&&(null==I.width&&(I.width=this.page.width-this.x-this.page.margins.right),I.width=Math.max(I.width,0)),I.columns||(I.columns=0),null==I.columnGap&&(I.columnGap=18),I.rotation=Number(S.rotation??0)%360,I.rotation<0&&(I.rotation+=360),I},_line(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},S=arguments.length>2?arguments[2]:void 0;if(this._fragment(C,this.x,this.y,f),S){const I=f.lineGap||this._lineGap||0;this.y+=this.currentLineHeight(!0)+I}else this.x+=this.widthOfString(C,f)},_fragment(C,f,S,I){let tA,MA,OA,se,ge,Ne;if(0===(C=`${C}`.replace(/\n/g,"")).length)return;let me=I.wordSpacing||0;const Ke=I.characterSpacing||0,Et=I.horizontalScaling||100;if(I.width)switch(I.align||"left"){case"right":ge=this.widthOfString(C.replace(/\s+$/,""),I),f+=I.lineWidth-ge;break;case"center":f+=I.lineWidth/2-I.textWidth/2;break;case"justify":Ne=C.trim().split(/\s+/),ge=this.widthOfString(C.replace(/\s+/g,""),I);var Dt=this.widthOfString(" ")+Ke;me=Math.max(0,(I.lineWidth-ge)/Math.max(1,Ne.length-1)-Dt)}if("number"==typeof I.baseline)tA=-I.baseline;else{switch(I.baseline){case"svg-middle":tA=.5*this._font.xHeight;break;case"middle":case"svg-central":tA=.5*(this._font.descender+this._font.ascender);break;case"bottom":case"ideographic":tA=this._font.descender;break;case"alphabetic":tA=0;break;case"mathematical":tA=.5*this._font.ascender;break;case"hanging":tA=.8*this._font.ascender;break;default:tA=this._font.ascender}tA=tA/1e3*this._fontSize}const xt=I.textWidth+me*(I.wordCount-1)+Ke*(C.length-1);if(null!=I.link&&this.link(f,S,xt,this.currentLineHeight(),I.link),null!=I.goTo&&this.goTo(f,S,xt,this.currentLineHeight(),I.goTo),null!=I.destination&&this.addNamedDestination(I.destination,"XYZ",f,S,null),I.underline){this.save(),I.stroke||this.strokeColor(...this._fillColor||[]);const ht=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(ht);let Zt=S+this.currentLineHeight()-ht;this.moveTo(f,Zt),this.lineTo(f+xt,Zt),this.stroke(),this.restore()}if(I.strike){this.save(),I.stroke||this.strokeColor(...this._fillColor||[]);const ht=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(ht);let Zt=S+this.currentLineHeight()/2;this.moveTo(f,Zt),this.lineTo(f+xt,Zt),this.stroke(),this.restore()}if(this.save(),I.oblique){let ht;ht="number"==typeof I.oblique?-Math.tan(I.oblique*Math.PI/180):-.25,this.transform(1,0,0,1,f,S),this.transform(1,0,ht,1,-ht*tA,0),this.transform(1,0,0,1,-f,-S)}this.transform(1,0,0,-1,0,this.page.height),S=this.page.height-S-tA,null==this.page.fonts[this._font.id]&&(this.page.fonts[this._font.id]=this._font.ref()),this.addContent("BT"),this.addContent(`1 0 0 1 ${gt(f)} ${gt(S)} Tm`),this.addContent(`/${this._font.id} ${gt(this._fontSize)} Tf`);const It=I.fill&&I.stroke?2:I.stroke?1:0;if(It&&this.addContent(`${It} Tr`),Ke&&this.addContent(`${gt(Ke)} Tc`),100!==Et&&this.addContent(`${Et} Tz`),me){Ne=C.trim().split(/\s+/),me+=this.widthOfString(" ")+Ke,me*=1e3/this._fontSize,MA=[],se=[];for(let ht of Ne){const[Zt,YA]=this._font.encode(ht,I.features);MA=MA.concat(Zt),se=se.concat(YA);const s={},p=se[se.length-1];for(let z in p)s[z]=p[z];s.xAdvance+=me,se[se.length-1]=s}}else[MA,se]=this._font.encode(C,I.features);const dt=this._fontSize/1e3,ft=[];let yt=0,an=!1;const wn=ht=>{if(yt ${gt(-(se[ht-1].xAdvance-se[ht-1].advanceWidth))}`)}yt=ht},jt=ht=>{wn(ht),ft.length>0&&(this.addContent(`[${ft.join(" ")}] TJ`),ft.length=0)};for(OA=0;OA{let S,I;const tA=this.image.colors,MA=this.width*this.height,OA=M.alloc(MA*tA),se=M.alloc(MA);let ge=I=S=0;const Ne=f.length,Re=16===this.image.bits?1:0;for(;ge{const I=M.alloc(this.width*this.height);let tA=0;for(let MA=0,OA=S.length;MA{this.imgData=V.default.deflateSync(f),this.finalize()})}}class rn{static open(f,S){let I;if(M.isBuffer(f))I=f;else if(f instanceof ArrayBuffer)I=M.from(new Uint8Array(f));else{const tA=/^data:.+?;base64,(.*)$/.exec(f);if(tA)I=M.from(tA[1],"base64");else if(I=y.readFileSync(f),!I)return}if(255===I[0]&&216===I[1])return new pt(I,S);if(137===I[0]&&"PNG"===I.toString("ascii",1,4))return new Mn(I,S);throw new Error("Unknown image format.")}}var nn={initImages(){this._imageRegistry={},this._imageCount=0},image(C,f,S){let tA,MA,OA,se,ge,Ne,Re,me,Ke,I=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};"object"==typeof f&&(I=f,f=null);const Et=I.ignoreOrientation||!1!==I.ignoreOrientation&&this.options.ignoreOrientation,Dt="number"!=typeof S;f=null!=(Ne=f??I.x)?Ne:this.x,S=null!=(Re=S??I.y)?Re:this.y,"string"==typeof C&&(se=this._imageRegistry[C]),se||(se=C.width&&C.height?C:this.openImage(C)),se.obj||se.embed(this),null==this.page.xobjects[se.label]&&(this.page.xobjects[se.label]=se.obj);let{width:xt,height:It}=se;!Et&&se.orientation>4&&([xt,It]=[It,xt]);let dt=I.width||xt,ft=I.height||It;if(I.width&&!I.height){const Zt=dt/xt;dt=xt*Zt,ft=It*Zt}else if(I.height&&!I.width){const Zt=ft/It;dt=xt*Zt,ft=It*Zt}else I.scale?(dt=xt*I.scale,ft=It*I.scale):I.fit?([OA,tA]=I.fit,MA=OA/tA,ge=xt/It,ge>MA?(dt=OA,ft=OA/ge):(ft=tA,dt=tA*ge)):I.cover&&([OA,tA]=I.cover,MA=OA/tA,ge=xt/It,ge>MA?(ft=tA,dt=tA*ge):(dt=OA,ft=OA/ge));(I.fit||I.cover)&&("center"===I.align?f=f+OA/2-dt/2:"right"===I.align&&(f=f+OA-dt),"center"===I.valign?S=S+tA/2-ft/2:"bottom"===I.valign&&(S=S+tA-ft));let yt=0,an=f,wn=S,jt=ft,ht=dt;if(Et)jt=-ft,wn+=ft;else switch(se.orientation){default:case 1:jt=-ft,wn+=ft;break;case 2:ht=-dt,jt=-ft,an+=dt,wn+=ft;break;case 3:me=f,Ke=S,jt=-ft,an-=dt,yt=180;break;case 4:break;case 5:me=f,Ke=S,ht=ft,jt=dt,wn-=jt,yt=90;break;case 6:me=f,Ke=S,ht=ft,jt=-dt,yt=90;break;case 7:me=f,Ke=S,jt=-dt,ht=-ft,an+=ft,yt=90;break;case 8:me=f,Ke=S,ht=ft,jt=-dt,an-=ft,wn+=dt,yt=-90}return null!=I.link&&this.link(f,S,dt,ft,I.link),null!=I.goTo&&this.goTo(f,S,dt,ft,I.goTo),null!=I.destination&&this.addNamedDestination(I.destination,"XYZ",f,S,null),Dt&&(this.y+=ft),this.save(),yt&&this.rotate(yt,{origin:[me,Ke]}),this.transform(ht,0,0,jt,an,wn),this.addContent(`/${se.label} Do`),this.restore(),this},openImage(C){let f;return"string"==typeof C&&(f=this._imageRegistry[C]),f||(f=rn.open(C,"I"+ ++this._imageCount),"string"==typeof C&&(this._imageRegistry[C]=f)),f}},Vt={annotate(C,f,S,I,tA){tA.Type="Annot",tA.Rect=this._convertRect(C,f,S,I),tA.Border=[0,0,0],"Link"===tA.Subtype&&typeof tA.F>"u"&&(tA.F=4),"Link"!==tA.Subtype&&null==tA.C&&(tA.C=this._normalizeColor(tA.color||[0,0,0])),delete tA.color,"string"==typeof tA.Dest&&(tA.Dest=new String(tA.Dest));for(let OA in tA){const se=tA[OA];tA[OA[0].toUpperCase()+OA.slice(1)]=se}const MA=this.ref(tA);return this.page.annotations.push(MA),MA.end(),this},note(C,f,S,I,tA){let MA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return MA.Subtype="Text",MA.Contents=new String(tA),null==MA.Name&&(MA.Name="Comment"),null==MA.color&&(MA.color=[243,223,92]),this.annotate(C,f,S,I,MA)},goTo(C,f,S,I,tA){let MA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return MA.Subtype="Link",MA.A=this.ref({S:"GoTo",D:new String(tA)}),MA.A.end(),this.annotate(C,f,S,I,MA)},link(C,f,S,I,tA){let MA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};if(MA.Subtype="Link","number"==typeof tA){const OA=this._root.data.Pages.data;if(!(tA>=0&&tA4&&void 0!==arguments[4]?arguments[4]:{};const[MA,OA,se,ge]=this._convertRect(C,f,S,I);return tA.QuadPoints=[MA,ge,se,ge,MA,OA,se,OA],tA.Contents=new String,this.annotate(C,f,S,I,tA)},highlight(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="Highlight",null==tA.color&&(tA.color=[241,238,148]),this._markup(C,f,S,I,tA)},underline(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="Underline",this._markup(C,f,S,I,tA)},strike(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="StrikeOut",this._markup(C,f,S,I,tA)},lineAnnotation(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="Line",tA.Contents=new String,tA.L=[C,this.page.height-f,S,this.page.height-I],this.annotate(C,f,S,I,tA)},rectAnnotation(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="Square",tA.Contents=new String,this.annotate(C,f,S,I,tA)},ellipseAnnotation(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return tA.Subtype="Circle",tA.Contents=new String,this.annotate(C,f,S,I,tA)},textAnnotation(C,f,S,I,tA){let MA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return MA.Subtype="FreeText",MA.Contents=new String(tA),MA.DA=new String,this.annotate(C,f,S,I,MA)},fileAnnotation(C,f,S,I){let tA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},MA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};const OA=this.file(tA.src,Object.assign({hidden:!0},tA));return MA.Subtype="FileAttachment",MA.FS=OA,MA.Contents?MA.Contents=new String(MA.Contents):OA.data.Desc&&(MA.Contents=OA.data.Desc),this.annotate(C,f,S,I,MA)},_convertRect(C,f,S,I){let tA=f;f+=I;let MA=C+S;const[OA,se,ge,Ne,Re,me]=this._ctm;return MA=OA*MA+ge*tA+Re,tA=se*MA+Ne*tA+me,[C=OA*C+ge*f+Re,f=se*C+Ne*f+me,MA,tA]}};class vn{constructor(f,S,I,tA){let MA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{expanded:!1};this.document=f,this.options=MA,this.outlineData={},null!==tA&&(this.outlineData.Dest=[tA.dictionary,"Fit"]),null!==S&&(this.outlineData.Parent=S),null!==I&&(this.outlineData.Title=new String(I)),this.dictionary=this.document.ref(this.outlineData),this.children=[]}addItem(f){const I=new vn(this.document,this.dictionary,f,this.document.page,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{expanded:!1});return this.children.push(I),I}endOutline(){if(this.children.length>0){this.options.expanded&&(this.outlineData.Count=this.children.length);const S=this.children[this.children.length-1];this.outlineData.First=this.children[0].dictionary,this.outlineData.Last=S.dictionary;for(let I=0,tA=this.children.length;I0&&(MA.outlineData.Prev=this.children[I-1].dictionary),I0)return this._root.data.Outlines=this.outline.dictionary,this._root.data.PageMode="UseOutlines"}};class bn{constructor(f,S){this.refs=[{pageRef:f,mcid:S}]}push(f){f.refs.forEach(S=>this.refs.push(S))}}class cn{constructor(f,S){let I=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},tA=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;this.document=f,this._attached=!1,this._ended=!1,this._flushed=!1,this.dictionary=f.ref({S});const MA=this.dictionary.data;(Array.isArray(I)||this._isValidChild(I))&&(tA=I,I={}),typeof I.title<"u"&&(MA.T=new String(I.title)),typeof I.lang<"u"&&(MA.Lang=new String(I.lang)),typeof I.alt<"u"&&(MA.Alt=new String(I.alt)),typeof I.expanded<"u"&&(MA.E=new String(I.expanded)),typeof I.actual<"u"&&(MA.ActualText=new String(I.actual)),this._children=[],tA&&(Array.isArray(tA)||(tA=[tA]),tA.forEach(OA=>this.add(OA)),this.end())}add(f){if(this._ended)throw new Error("Cannot add child to already-ended structure element");if(!this._isValidChild(f))throw new Error("Invalid structure element child");return f instanceof cn&&(f.setParent(this.dictionary),this._attached&&f.setAttached()),f instanceof bn&&this._addContentToParentTree(f),"function"==typeof f&&this._attached&&(f=this._contentForClosure(f)),this._children.push(f),this}_addContentToParentTree(f){f.refs.forEach(S=>{let{pageRef:I,mcid:tA}=S;this.document.getStructParentTree().get(I.data.StructParents)[tA]=this.dictionary})}setParent(f){if(this.dictionary.data.P)throw new Error("Structure element added to more than one parent");this.dictionary.data.P=f,this._flush()}setAttached(){this._attached||(this._children.forEach((f,S)=>{f instanceof cn&&f.setAttached(),"function"==typeof f&&(this._children[S]=this._contentForClosure(f))}),this._attached=!0,this._flush())}end(){this._ended||(this._children.filter(f=>f instanceof cn).forEach(f=>f.end()),this._ended=!0,this._flush())}_isValidChild(f){return f instanceof cn||f instanceof bn||"function"==typeof f}_contentForClosure(f){const S=this.document.markStructureContent(this.dictionary.data.S);return f(),this.document.endMarkedContent(),this._addContentToParentTree(S),S}_isFlushable(){return!(!this.dictionary.data.P||!this._ended)&&this._children.every(f=>"function"!=typeof f&&(!(f instanceof cn)||f._isFlushable()))}_flush(){this._flushed||!this._isFlushable()||(this.dictionary.data.K=[],this._children.forEach(f=>this._flushChild(f)),this.dictionary.end(),this._children=[],this.dictionary.data.K=null,this._flushed=!0)}_flushChild(f){f instanceof cn&&this.dictionary.data.K.push(f.dictionary),f instanceof bn&&f.refs.forEach(S=>{let{pageRef:I,mcid:tA}=S;this.dictionary.data.Pg||(this.dictionary.data.Pg=I),this.dictionary.data.K.push(this.dictionary.data.Pg===I?tA:{Type:"MCR",Pg:I,MCID:tA})})}}class Tn extends lA{_compareKeys(f,S){return parseInt(f)-parseInt(S)}_keysName(){return"Nums"}_dataForKey(f){return parseInt(f)}}var Xt={initMarkings(C){this.structChildren=[],C.tagged&&(this.getMarkInfoDictionary().data.Marked=!0,this.getStructTreeRoot())},markContent(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("Artifact"===C||f&&f.mcid){let I=0;for(this.page.markings.forEach(tA=>{(I||tA.structContent||"Artifact"===tA.tag)&&I++});I--;)this.endMarkedContent()}if(!f)return this.page.markings.push({tag:C}),this.addContent(`/${C} BMC`),this;this.page.markings.push({tag:C,options:f});const S={};return typeof f.mcid<"u"&&(S.MCID=f.mcid),"Artifact"===C&&("string"==typeof f.type&&(S.Type=f.type),Array.isArray(f.bbox)&&(S.BBox=[f.bbox[0],this.page.height-f.bbox[3],f.bbox[2],this.page.height-f.bbox[1]]),Array.isArray(f.attached)&&f.attached.every(I=>"string"==typeof I)&&(S.Attached=f.attached)),"Span"===C&&(f.lang&&(S.Lang=new String(f.lang)),f.alt&&(S.Alt=new String(f.alt)),f.expanded&&(S.E=new String(f.expanded)),f.actual&&(S.ActualText=new String(f.actual))),this.addContent(`/${C} ${Z.convert(S)} BDC`),this},markStructureContent(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const S=this.getStructParentTree().get(this.page.structParentTreeKey),I=S.length;S.push(null),this.markContent(C,{...f,mcid:I});const tA=new bn(this.page.dictionary,I);return this.page.markings.slice(-1)[0].structContent=tA,tA},endMarkedContent(){return this.page.markings.pop(),this.addContent("EMC"),this},struct(C){return new cn(this,C,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},arguments.length>2&&void 0!==arguments[2]?arguments[2]:null)},addStructure(C){const f=this.getStructTreeRoot();return C.setParent(f),C.setAttached(),this.structChildren.push(C),f.data.K||(f.data.K=[]),f.data.K.push(C.dictionary),this},initPageMarkings(C){C.forEach(f=>{if(f.structContent){const S=f.structContent,I=this.markStructureContent(f.tag,f.options);S.push(I),this.page.markings.slice(-1)[0].structContent=S}else this.markContent(f.tag,f.options)})},endPageMarkings(C){const f=C.markings;return f.forEach(()=>C.write("EMC")),C.markings=[],f},getMarkInfoDictionary(){return this._root.data.MarkInfo||(this._root.data.MarkInfo=this.ref({})),this._root.data.MarkInfo},hasMarkInfoDictionary(){return!!this._root.data.MarkInfo},getStructTreeRoot(){return this._root.data.StructTreeRoot||(this._root.data.StructTreeRoot=this.ref({Type:"StructTreeRoot",ParentTree:new Tn,ParentTreeNextKey:0})),this._root.data.StructTreeRoot},getStructParentTree(){return this.getStructTreeRoot().data.ParentTree},createStructParentTreeNextKey(){this.getMarkInfoDictionary();const C=this.getStructTreeRoot(),f=C.data.ParentTreeNextKey++;return C.data.ParentTree.add(f,[]),f},endMarkings(){const C=this._root.data.StructTreeRoot;C&&(C.end(),this.structChildren.forEach(f=>f.end())),this._root.data.MarkInfo&&this._root.data.MarkInfo.end()}};const zn={readOnly:1,required:2,noExport:4,multiline:4096,password:8192,toggleToOffButton:16384,radioButton:32768,pushButton:65536,combo:131072,edit:262144,sort:524288,multiSelect:2097152,noSpell:4194304},Jn={left:0,center:1,right:2},jn={value:"V",defaultValue:"DV"},Rn={zip:"0",zipPlus4:"1",zip4:"1",phone:"2",ssn:"3"},$n_number={nDec:0,sepComma:!1,negStyle:"MinusBlack",currency:"",currencyPrepend:!0},$n_percent={nDec:0,sepComma:!1};var Ii={initForm(){if(!this._font)throw new Error("Must set a font before calling initForm method");this._acroform={fonts:{},defaultFont:this._font.name},this._acroform.fonts[this._font.id]=this._font.ref();let C={Fields:[],NeedAppearances:!0,DA:new String(`/${this._font.id} 0 Tf 0 g`),DR:{Font:{}}};C.DR.Font[this._font.id]=this._font.ref();const f=this.ref(C);return this._root.data.AcroForm=f,this},endAcroForm(){if(this._root.data.AcroForm){if(!Object.keys(this._acroform.fonts).length&&!this._acroform.defaultFont)throw new Error("No fonts specified for PDF form");let C=this._root.data.AcroForm.data.DR.Font;Object.keys(this._acroform.fonts).forEach(f=>{C[f]=this._acroform.fonts[f]}),this._root.data.AcroForm.data.Fields.forEach(f=>{this._endChild(f)}),this._root.data.AcroForm.end()}return this},_endChild(C){return Array.isArray(C.data.Kids)&&(C.data.Kids.forEach(f=>{this._endChild(f)}),C.end()),this},formField(C){let S=this._fieldDict(C,null,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),I=this.ref(S);return this._addToParent(I),I},formAnnotation(C,f,S,I,tA,MA){let se=this._fieldDict(C,f,arguments.length>6&&void 0!==arguments[6]?arguments[6]:{});return se.Subtype="Widget",void 0===se.F&&(se.F=4),this.annotate(S,I,tA,MA,se),this._addToParent(this.page.annotations[this.page.annotations.length-1])},formText(C,f,S,I,tA){return this.formAnnotation(C,"text",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formPushButton(C,f,S,I,tA){return this.formAnnotation(C,"pushButton",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formCombo(C,f,S,I,tA){return this.formAnnotation(C,"combo",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formList(C,f,S,I,tA){return this.formAnnotation(C,"list",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formRadioButton(C,f,S,I,tA){return this.formAnnotation(C,"radioButton",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formCheckbox(C,f,S,I,tA){return this.formAnnotation(C,"checkbox",f,S,I,tA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},_addToParent(C){let f=C.data.Parent;return f?(f.data.Kids||(f.data.Kids=[]),f.data.Kids.push(C)):this._root.data.AcroForm.data.Fields.push(C),this},_fieldDict(C,f){let S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!this._acroform)throw new Error("Call document.initForm() method before adding form elements to document");let I=Object.assign({},S);return null!==f&&(I=this._resolveType(f,S)),I=this._resolveFlags(I),I=this._resolveJustify(I),I=this._resolveFont(I),I=this._resolveStrings(I),I=this._resolveColors(I),I=this._resolveFormat(I),I.T=new String(C),I.parent&&(I.Parent=I.parent,delete I.parent),I},_resolveType(C,f){if("text"===C)f.FT="Tx";else if("pushButton"===C)f.FT="Btn",f.pushButton=!0;else if("radioButton"===C)f.FT="Btn",f.radioButton=!0;else if("checkbox"===C)f.FT="Btn";else if("combo"===C)f.FT="Ch",f.combo=!0;else{if("list"!==C)throw new Error(`Invalid form annotation type '${C}'`);f.FT="Ch"}return f},_resolveFormat(C){const f=C.format;if(f&&f.type){let S,I,tA="";if(void 0!==Rn[f.type])S="AFSpecial_Keystroke",I="AFSpecial_Format",tA=Rn[f.type];else{let MA=f.type.charAt(0).toUpperCase()+f.type.slice(1);if(S=`AF${MA}_Keystroke`,I=`AF${MA}_Format`,"date"===f.type)S+="Ex",tA=String(f.param);else if("time"===f.type)tA=String(f.param);else if("number"===f.type){let OA=Object.assign({},$n_number,f);tA=String([String(OA.nDec),OA.sepComma?"0":"1",'"'+OA.negStyle+'"',"null",'"'+OA.currency+'"',String(OA.currencyPrepend)].join(","))}else if("percent"===f.type){let OA=Object.assign({},$n_percent,f);tA=String([String(OA.nDec),OA.sepComma?"0":"1"].join(","))}}C.AA=C.AA?C.AA:{},C.AA.K={S:"JavaScript",JS:new String(`${S}(${tA});`)},C.AA.F={S:"JavaScript",JS:new String(`${I}(${tA});`)}}return delete C.format,C},_resolveColors(C){let f=this._normalizeColor(C.backgroundColor);return f&&(C.MK||(C.MK={}),C.MK.BG=f),f=this._normalizeColor(C.borderColor),f&&(C.MK||(C.MK={}),C.MK.BC=f),delete C.backgroundColor,delete C.borderColor,C},_resolveFlags(C){let f=0;return Object.keys(C).forEach(S=>{zn[S]&&(C[S]&&(f|=zn[S]),delete C[S])}),0!==f&&(C.Ff=C.Ff?C.Ff:0,C.Ff|=f),C},_resolveJustify(C){let f=0;return void 0!==C.align&&("number"==typeof Jn[C.align]&&(f=Jn[C.align]),delete C.align),0!==f&&(C.Q=f),C},_resolveFont(C){if(null==this._acroform.fonts[this._font.id]&&(this._acroform.fonts[this._font.id]=this._font.ref()),this._acroform.defaultFont!==this._font.name){C.DR={Font:{}};const f=C.fontSize||0;C.DR.Font[this._font.id]=this._font.ref(),C.DA=new String(`/${this._font.id} ${f} Tf 0 g`)}return C},_resolveStrings(C){let f=[];function S(I){if(Array.isArray(I))for(let tA=0;tA{void 0!==C[I]&&(C[jn[I]]=C[I],delete C[I])}),["V","DV"].forEach(I=>{"string"==typeof C[I]&&(C[I]=new String(C[I]))}),C.MK&&C.MK.CA&&(C.MK.CA=new String(C.MK.CA)),C.label&&(C.MK=C.MK?C.MK:{},C.MK.CA=new String(C.label),delete C.label),C}},Fi={file(C){let f=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};f.name=f.name||C,f.relationship=f.relationship||"Unspecified";const S={Type:"EmbeddedFile",Params:{}};let I;if(!C)throw new Error("No src specified");if(M.isBuffer(C))I=C;else if(C instanceof ArrayBuffer)I=M.from(new Uint8Array(C));else{const Ne=/^data:(.*?);base64,(.*)$/.exec(C);if(Ne)Ne[1]&&(S.Subtype=Ne[1].replace("/","#2F")),I=M.from(Ne[2],"base64");else{if(I=y.readFileSync(C),!I)throw new Error(`Could not read contents of file at filepath ${C}`);const{birthtime:Re,ctime:me}=y.statSync(C);S.Params.CreationDate=Re,S.Params.ModDate=me}}f.creationDate instanceof Date&&(S.Params.CreationDate=f.creationDate),f.modifiedDate instanceof Date&&(S.Params.ModDate=f.modifiedDate),f.type&&(S.Subtype=f.type.replace("/","#2F"));const tA=d.default.MD5(d.default.lib.WordArray.create(new Uint8Array(I)));let MA;S.Params.CheckSum=new String(tA),S.Params.Size=I.byteLength,this._fileRegistry||(this._fileRegistry={});let OA=this._fileRegistry[f.name];OA&&function xi(C,f){return C.Subtype===f.Subtype&&C.Params.CheckSum.toString()===f.Params.CheckSum.toString()&&C.Params.Size===f.Params.Size&&C.Params.CreationDate.getTime()===f.Params.CreationDate.getTime()&&(void 0===C.Params.ModDate&&void 0===f.Params.ModDate||C.Params.ModDate.getTime()===f.Params.ModDate.getTime())}(S,OA)?MA=OA.ref:(MA=this.ref(S),MA.end(I),this._fileRegistry[f.name]={...S,ref:MA});const se={Type:"Filespec",AFRelationship:f.relationship,F:new String(f.name),EF:{F:MA},UF:new String(f.name)};f.description&&(se.Desc=new String(f.description));const ge=this.ref(se);return ge.end(),f.hidden||this.addNamedEmbeddedFile(f.name,ge),this._root.data.AF?this._root.data.AF.push(ge):this._root.data.AF=[ge],ge}},wi={initPDFA(C){"-"===C.charAt(C.length-3)?(this.subset_conformance=C.charAt(C.length-1).toUpperCase(),this.subset=parseInt(C.charAt(C.length-2))):(this.subset_conformance="B",this.subset=parseInt(C.charAt(C.length-1)))},endSubset(){this._addPdfaMetadata(),this._addColorOutputIntent()},_addColorOutputIntent(){const C=M("AAAL0AAAAAACAAAAbW50clJHQiBYWVogB98AAgAPAAAAAAAAYWNzcAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAPbWAAEAAAAA0y0AAAAAPQ6y3q6Tl76bZybOjApDzgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQZGVzYwAAAUQAAABjYlhZWgAAAagAAAAUYlRSQwAAAbwAAAgMZ1RSQwAAAbwAAAgMclRSQwAAAbwAAAgMZG1kZAAACcgAAACIZ1hZWgAAClAAAAAUbHVtaQAACmQAAAAUbWVhcwAACngAAAAkYmtwdAAACpwAAAAUclhZWgAACrAAAAAUdGVjaAAACsQAAAAMdnVlZAAACtAAAACHd3RwdAAAC1gAAAAUY3BydAAAC2wAAAA3Y2hhZAAAC6QAAAAsZGVzYwAAAAAAAAAJc1JHQjIwMTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAAAkoAAAD4QAALbPY3VydgAAAAAAAAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACBAIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1hPaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t//9kZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi0xIERlZmF1bHQgUkdCIENvbG91ciBTcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAAAAAUAAAAAAAAG1lYXMAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlhZWiAAAAAAAAAAngAAAKQAAACHWFlaIAAAAAAAAG+iAAA49QAAA5BzaWcgAAAAAENSVCBkZXNjAAAAAAAAAC1SZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDIDYxOTY2LTItMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPbWAAEAAAAA0y10ZXh0AAAAAENvcHlyaWdodCBJbnRlcm5hdGlvbmFsIENvbG9yIENvbnNvcnRpdW0sIDIwMTUAAHNmMzIAAAAAAAEMRAAABd////MmAAAHlAAA/Y////uh///9ogAAA9sAAMB1","base64"),f=this.ref({Length:C.length,N:3});f.write(C),f.end();const S=this.ref({Type:"OutputIntent",S:"GTS_PDFA1",Info:new String("sRGB IEC61966-2.1"),OutputConditionIdentifier:new String("sRGB IEC61966-2.1"),DestOutputProfile:f});S.end(),this._root.data.OutputIntents=[S]},_getPdfaid(){return`\n \n ${this.subset}\n ${this.subset_conformance}\n \n `},_addPdfaMetadata(){this.appendXML(this._getPdfaid())}},yi={initPDFUA(){this.subset=1},endSubset(){this._addPdfuaMetadata()},_addPdfuaMetadata(){this.appendXML(this._getPdfuaid())},_getPdfuaid(){return`\n \n ${this.subset}\n \n `}},_n={_importSubset(C){Object.assign(this,C)},initSubset(C){switch(C.subset){case"PDF/A-1":case"PDF/A-1a":case"PDF/A-1b":case"PDF/A-2":case"PDF/A-2a":case"PDF/A-2b":case"PDF/A-3":case"PDF/A-3a":case"PDF/A-3b":this._importSubset(wi),this.initPDFA(C.subset);break;case"PDF/UA":this._importSubset(yi),this.initPDFUA()}}};const Ci=["height","minHeight","maxHeight"],hs=["width","minWidth","maxWidth"];function ki(C,f){const S=new Map;return function(){const I=arguments.length<=0?void 0:arguments[0];return S.has(I)||(S.set(I,C(...arguments)),S.size>f&&S.delete(S.keys().next())),S.get(I)}}function Hi(C){return C&&"object"==typeof C&&!Array.isArray(C)}function Zn(C){if(!Hi(C))return C;C=si(C);for(var f=arguments.length,S=new Array(f>1?f-1:0),I=1;I{let[MA]=tA;return Ci.includes(MA)})),I=Object.fromEntries(Object.entries(f).filter(tA=>{let[MA]=tA;return hs.includes(MA)}));return f.padding=UA(f.padding),f.border=UA(f.border),f.borderColor=UA(f.borderColor),f.align=vi(f.align),{defaultStyle:f,defaultRowStyle:S,defaultColStyle:I}}(f.defaultStyle);let OA,se;this._defaultStyle=I,f.columnStyles&&(Array.isArray(f.columnStyles)?OA=ge=>f.columnStyles[ge]:"function"==typeof f.columnStyles?OA=ki(ge=>f.columnStyles(ge),1/0):"object"==typeof f.columnStyles&&(OA=()=>f.columnStyles)),OA||(OA=()=>({})),this._colStyle=Yi.bind(this,tA,OA),f.rowStyles&&(Array.isArray(f.rowStyles)?se=ge=>f.rowStyles[ge]:"function"==typeof f.rowStyles?se=ki(ge=>f.rowStyles(ge),10):"object"==typeof f.rowStyles&&(se=()=>f.rowStyles)),se||(se=()=>({})),this._rowStyle=$i.bind(this,MA,se)}function Qs(C,f,S){const I=this._colStyle(S);let tA=this._rowStyle(f);const MA=Zn({},I.font,tA.font,C.font),OA=Object.values(MA).filter(Ke=>null!=Ke).length>0,se=this.document,ge=se._fontSource,Ne=se._fontSize,Re=se._fontFamily;OA&&(MA.src&&se.font(MA.src,MA.family),MA.size&&se.fontSize(MA.size),tA=this._rowStyle(f)),C.padding=UA(C.padding),C.border=UA(C.border),C.borderColor=UA(C.borderColor);const me=Zn(this._defaultStyle,I,tA,C);return me.rowIndex=f,me.colIndex=S,me.font=MA??{},me.customFont=OA,me.text=function ds(C){return null!=C&&(C=`${C}`),C}(me.text),me.rowSpan=me.rowSpan??1,me.colSpan=me.colSpan??1,me.padding=UA(me.padding,"0.25em",Ke=>se.sizeToPoint(Ke,"0.25em")),me.border=UA(me.border,1,Ke=>se.sizeToPoint(Ke,1)),me.borderColor=UA(me.borderColor,"black",Ke=>Ke??"black"),me.align=vi(me.align),me.align.x=me.align.x??"left",me.align.y=me.align.y??"top",me.textStroke=se.sizeToPoint(me.textStroke,0),me.textStrokeColor=me.textStrokeColor??"black",me.textColor=me.textColor??"black",me.textOptions=me.textOptions??{},me.id=new String(me.id??`${this._id}-${f}-${S}`),me.type="TH"===me.type?.toUpperCase()?"TH":"TD",me.scope&&(me.scope=me.scope.toLowerCase(),"row"===me.scope?me.scope="Row":"both"===me.scope?me.scope="Both":"column"===me.scope&&(me.scope="Column")),"boolean"==typeof this.opts.debug&&(me.debug=this.opts.debug),OA&&se.font(ge,Re,Ne),me}function ji(C,f){this._cellClaim||(this._cellClaim=new Set);let S=0;return C.map(I=>{for((null==I||"object"!=typeof I)&&(I={text:I});this._cellClaim.has(`${f},${S}`);)S++;I=Qs.call(this,I,f,S);for(let tA=0;tAf+S.colSpan,0)),this._rowHeights=[],this._rowYPos=[this._position.y],this._rowBuffer=new Set}function oi(C){let f=[],S=0,I=this._maxWidth;for(let OA=0;OAOA+1,0);S>=I?f.forEach((OA,se)=>{this._columnWidths[se]=OA.minWidth}):tA>0&&f.forEach((OA,se)=>{this._columnWidths[se]=Math.max(I/tA,OA.minWidth),OA.maxWidth>0&&(this._columnWidths[se]=Math.min(this._columnWidths[se],OA.maxWidth)),I-=this._columnWidths[se],tA--});let MA=this._position.x;this._columnXPos=Array.from(this._columnWidths,OA=>{const se=MA;return MA+=OA,se})}function ms(C,f){C.forEach(OA=>this._rowBuffer.add(OA)),f>0&&(this._rowYPos[f]=this._rowYPos[f-1]+this._rowHeights[f-1]);const S=this._rowStyle(f);let I=[];this._rowBuffer.forEach(OA=>{OA.rowIndex+OA.rowSpan-1===f&&(I.push(As.call(this,OA,S.height)),this._rowBuffer.delete(OA))});let tA=S.height;"auto"===tA&&(tA=I.reduce((OA,se)=>{let ge=se.textBounds.height+se.padding.top+se.padding.bottom;for(let Ne=0;Ne0&&(tA=Math.min(tA,S.maxHeight)),this._rowHeights[f]=tA;let MA=!1;return tA>this.document.page.contentHeight?(console.warn(new Error(`Row ${f} requested more than the safe page height, row has been clamped`).stack.slice(7)),this._rowHeights[f]=this.document.page.maxY()-this._rowYPos[f]):this._rowYPos[f]+tA>=this.document.page.maxY()&&(this._rowYPos[f]=this.document.page.margins.top,MA=!0),{newPage:MA,toRender:I.map(OA=>As.call(this,OA,tA))}}function As(C,f){let S=0;for(let me=0;me180&&C<270?(I=f/(2*MA),tA=f/(2*OA)):(tA=f/(2*MA),I=f/(2*OA));if(OA*I+MA*tA>S){const Ne=MA*MA-OA*OA;0===C||180===C?(I=f,tA=S):90===C||270===C?(I=S,tA=f):C<90||C>180&&C<270?(I=(f*MA-S*OA)/Ne,tA=(S*MA-f*OA)/Ne):(tA=(f*MA-S*OA)/Ne,I=(S*MA-f*OA)/Ne)}return{width:Math.abs(I),height:Math.abs(tA)}}(OA,tA,MA),Ne={align:C.align.x,ellipsis:!0,stroke:C.textStroke>0,fill:!0,width:se,height:ge,rotation:OA,...C.textOptions};let Re={x:0,y:0,width:0,height:0};if(C.text){const me=this.document._fontSource,Ke=this.document._fontSize,Et=this.document._fontFamily;C.font?.src&&this.document.font(C.font.src,C.font?.family),C.font?.size&&this.document.fontSize(C.font.size);const Dt=this.document.boundsOfString(C.text,0,0,{...Ne,rotation:0});Ne.width=Dt.width,Ne.height=Dt.height,Re=this.document.boundsOfString(C.text,0,0,Ne),this.document.font(me,Et,Ke)}return{...C,textOptions:Ne,x:this._columnXPos[C.colIndex],y:this._rowYPos[C.rowIndex],textX:this._columnXPos[C.colIndex]+C.padding.left,textY:this._rowYPos[C.rowIndex]+C.padding.top,width:S,height:I,textAllocatedHeight:MA,textAllocatedWidth:tA,textBounds:Re}}function ps(){const C=this.opts.structParent;C&&(this._tableStruct=this.document.struct("Table"),this._tableStruct.dictionary.data.ID=this._id,C instanceof cn?C.add(this._tableStruct):C instanceof bi&&C.addStructure(this._tableStruct),this._headerRowLookup={},this._headerColumnLookup={})}function Ai(){this._tableStruct&&this._tableStruct.end()}function Ji(C,f,S){const I=this.document.struct("TR");I.dictionary.data.ID=new String(`${this._id}-${f}`),this._tableStruct.add(I),C.forEach(tA=>S(tA,I)),I.end()}function Ds(C,f,S){const I=this.document,tA=I.struct(C.type,{title:C.title});tA.dictionary.data.ID=C.id,f.add(tA);const MA=C.padding,OA=C.border,se={O:"Table",Width:C.width,Height:C.height,Padding:[MA.top,MA.bottom,MA.left,MA.right],RowSpan:C.rowSpan>1?C.rowSpan:void 0,ColSpan:C.colSpan>1?C.colSpan:void 0,BorderThickness:[OA.top,OA.bottom,OA.left,OA.right]};if("TH"===C.type){if("Row"===C.scope||"Both"===C.scope){for(let me=0;methis._headerColumnLookup[C.colIndex+Ke]).flat(),...Array.from({length:C.rowSpan},(me,Ke)=>this._headerRowLookup[C.rowIndex+Ke]).flat()].filter(Boolean));ge.size&&(se.Headers=Array.from(ge));const Ne=I._normalizeColor;null!=C.backgroundColor&&(se.BackgroundColor=Ne(C.backgroundColor));const Re=[OA.top,OA.bottom,OA.left,OA.right];if(Re.some(me=>me)){const me=C.borderColor;se.BorderColor=[Re[0]?Ne(me.top):null,Re[1]?Ne(me.bottom):null,Re[2]?Ne(me.left):null,Re[3]?Ne(me.right):null]}Object.keys(se).forEach(me=>void 0===se[me]&&delete se[me]),tA.dictionary.data.A=I.ref(se),tA.add(S),tA.end(),tA.dictionary.data.A.end()}function li(C,f){return this._tableStruct?Ji.call(this,C,f,es.bind(this)):C.forEach(S=>es.call(this,S)),this._rowYPos[f]+this._rowHeights[f]}function es(C,f){const S=()=>{null!=C.backgroundColor&&this.document.save().rect(C.x,C.y,C.width,C.height).fill(C.backgroundColor).restore(),Is.call(this,C.border,C.borderColor,C.x,C.y,C.width,C.height),C.debug&&(this.document.save(),this.document.dash(1,{space:1}).lineWidth(1).strokeOpacity(.3),this.document.rect(C.x,C.y,C.width,C.height).stroke("green"),this.document.restore()),C.text&&ci.call(this,C)};f?Ds.call(this,C,f,S):S()}function ci(C){const f=this.document,S=f._fontSource,I=f._fontSize,tA=f._fontFamily;C.customFont&&(C.font.src&&f.font(C.font.src,C.font.family),C.font.size&&f.fontSize(C.font.size));const MA=C.textX,OA=C.textY,se=C.textAllocatedHeight,ge=C.textAllocatedWidth,Ne=C.textBounds.width,Re=C.textBounds.height,Dt=(ge-Ne)*("right"===C.align.x?1:"center"===C.align.x?.5:0),It=(se-Re)*("bottom"===C.align.y?1:"center"===C.align.y?.5:0),dt=Dt+-C.textBounds.x,ft=It+-C.textBounds.y;C.debug&&(f.save(),f.dash(1,{space:1}).lineWidth(1).strokeOpacity(.3),C.text&&f.moveTo(MA+Dt,OA).lineTo(MA+Dt,OA+se).moveTo(MA+Dt+Ne,OA).lineTo(MA+Dt+Ne,OA+se).stroke("blue").moveTo(MA,OA+It).lineTo(MA+ge,OA+It).moveTo(MA,OA+It+Re).lineTo(MA+ge,OA+It+Re).stroke("green"),f.rect(MA,OA,ge,se).stroke("orange"),f.restore()),f.save().rect(MA,OA,ge,se).clip(),f.fillColor(C.textColor).strokeColor(C.textStrokeColor),C.textStroke>0&&f.lineWidth(C.textStroke),f.text(C.text,MA+dt,OA+ft,C.textOptions),f.restore(),C.font&&f.font(S,tA,I)}function Is(C,f,S,I,tA,MA,OA){C=Object.fromEntries(Object.entries(C).map(ge=>{let[Ne,Re]=ge;return[Ne,OA&&!OA[Ne]?0:Re]}));const se=this.document;[C.right,C.bottom,C.left].every(ge=>ge===C.top)?C.top>0&&se.save().lineWidth(C.top).rect(S,I,tA,MA).stroke(f.top).restore():(C.top>0&&se.save().lineWidth(C.top).moveTo(S,I).lineTo(S+tA,I).stroke(f.top).restore(),C.right>0&&se.save().lineWidth(C.right).moveTo(S+tA,I).lineTo(S+tA,I+MA).stroke(f.right).restore(),C.bottom>0&&se.save().lineWidth(C.bottom).moveTo(S+tA,I+MA).lineTo(S,I+MA).stroke(f.bottom).restore(),C.left>0&&se.save().lineWidth(C.left).moveTo(S,I+MA).lineTo(S,I).stroke(f.left).restore())}class Fs{constructor(f){let S=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(this.document=f,this.opts=Object.freeze(S),Cs.call(this),ps.call(this),this._currRowIndex=0,this._ended=!1,S.data){for(const I of S.data)this.row(I);return this.end()}}row(f){let S=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this._ended)throw new Error(`Table was marked as ended on row ${this._currRowIndex}`);f=Array.from(f),f=ji.call(this,f,this._currRowIndex),0===this._currRowIndex&&Oi.call(this,f);const{newPage:I,toRender:tA}=ms.call(this,f,this._currRowIndex);I&&this.document.continueOnNewPage();const MA=li.call(this,tA,this._currRowIndex);return this.document.x=this._position.x,this.document.y=MA,S?this.end():(this._currRowIndex++,this)}end(){for(;this._rowBuffer?.size;)this.row([]);return this._ended=!0,Ai.call(this),this.document}}var xs={initTables(){this._tableIndex=0},table(C){return new Fs(this,C)}};class di{constructor(){this._metadata='\n \n \n \n '}_closeTags(){this._metadata=this._metadata.concat('\n \n \n \n ')}append(f){let S=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this._metadata=this._metadata.concat(f),S&&(this._metadata=this._metadata.concat("\n"))}getXML(){return this._metadata}getLength(){return this._metadata.length}end(){this._closeTags(),this._metadata=this._metadata.trim()}}var ys={initMetadata(){this.metadata=new di},appendXML(C){this.metadata.append(C,!(arguments.length>1&&void 0!==arguments[1])||arguments[1])},_addInfo(){this.appendXML(`\n \n ${this.info.CreationDate.toISOString().split(".")[0]+"Z"}\n ${this.info.Creator}\n \n `),(this.info.Title||this.info.Author||this.info.Subject)&&(this.appendXML('\n \n '),this.info.Title&&this.appendXML(`\n \n \n ${this.info.Title}\n \n \n `),this.info.Author&&this.appendXML(`\n \n \n ${this.info.Author}\n \n \n `),this.info.Subject&&this.appendXML(`\n \n \n ${this.info.Subject}\n \n \n `),this.appendXML("\n \n ")),this.appendXML(`\n \n ${this.info.Creator}`,!1),this.info.Keywords&&this.appendXML(`\n ${this.info.Keywords}`,!1),this.appendXML("\n \n ")},endMetadata(){this._addInfo(),this.metadata.end(),1.3!=this.version&&(this.metadataRef=this.ref({length:this.metadata.getLength(),Type:"Metadata",Subtype:"XML"}),this.metadataRef.compress=!1,this.metadataRef.write(M.from(this.metadata.getXML(),"utf-8")),this.metadataRef.end(),this._root.data.Metadata=this.metadataRef)}};class bi extends Y.default.Readable{constructor(){let f=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};switch(super(f),this.options=f,f.pdfVersion){case"1.4":this.version=1.4;break;case"1.5":this.version=1.5;break;case"1.6":this.version=1.6;break;case"1.7":case"1.7ext3":this.version=1.7;break;default:this.version=1.3}this.compress=null==this.options.compress||this.options.compress,this._pageBuffer=[],this._pageBufferStart=0,this._offsets=[],this._waiting=0,this._ended=!1,this._offset=0;const S=this.ref({Type:"Pages",Count:0,Kids:[]}),I=this.ref({Dests:new CA});if(this._root=this.ref({Type:"Catalog",Pages:S,Names:I}),this.options.lang&&(this._root.data.Lang=new String(this.options.lang)),this.page=null,this.initMetadata(),this.initColor(),this.initVector(),this.initFonts(f.font),this.initText(),this.initImages(),this.initOutline(),this.initMarkings(f),this.initTables(),this.initSubset(f),this.info={Producer:"PDFKit",Creator:"PDFKit",CreationDate:new Date},this.options.info)for(let tA in this.options.info)this.info[tA]=this.options.info[tA];this.options.displayTitle&&(this._root.data.ViewerPreferences=this.ref({DisplayDocTitle:!0})),this._id=Pe.generateFileID(this.info),this._security=Pe.create(this,f),this._write(`%PDF-${this.version}`),this._write("%\xff\xff\xff\xff"),!1!==this.options.autoFirstPage&&this.addPage()}addPage(f){null==f&&({options:f}=this),this.options.bufferPages||this.flushPages(),this.page=new kA(this,f),this._pageBuffer.push(this.page);const S=this._root.data.Pages.data;return S.Kids.push(this.page.dictionary),S.Count++,this.x=this.page.margins.left,this.y=this.page.margins.top,this._ctm=[1,0,0,1,0,0],this.transform(1,0,0,-1,0,this.page.height),this.emit("pageAdded"),this}continueOnNewPage(f){const S=this.endPageMarkings(this.page);return this.addPage(f??this.page._options),this.initPageMarkings(S),this}bufferedPageRange(){return{start:this._pageBufferStart,count:this._pageBuffer.length}}switchToPage(f){let S;if(!(S=this._pageBuffer[f-this._pageBufferStart]))throw new Error(`switchToPage(${f}) out of bounds, current buffer covers pages ${this._pageBufferStart} to ${this._pageBufferStart+this._pageBuffer.length-1}`);return this.page=S}flushPages(){const f=this._pageBuffer;this._pageBuffer=[],this._pageBufferStart+=f.length;for(let S of f)this.endPageMarkings(S),S.end()}addNamedDestination(f){for(var S=arguments.length,I=new Array(S>1?S-1:0),tA=1;tA{Object.assign(bi.prototype,C)};Sn(ys),Sn(kt),Sn(_A),Sn(ze),Sn(Mt),Sn(nn),Sn(Vt),Sn(ii),Sn(Xt),Sn(Ii),Sn(Fi),Sn(_n),Sn(xs),bi.LineWrapper=it},1413(q,D,g){"use strict";var t=g(3301),B=g(5985);q.exports=function(M){var Y=t(M,"string");return B(Y)?Y:Y+""}},1561(q,D){function g(V,d){this.bits=V,this.value=d}D.z=g;function B(V,d){for(var c=1<>=1;return(V&c-1)+c}function M(V,d,c,x,U){do{V[d+(x-=c)]=new g(U.bits,U.value)}while(x>0)}function Y(V,d,c){for(var x=1<0;--Z[_])M(V,d+y,K,J,new g(255&_,65535&$[Q++])),y=B(y,_);for(uA=rA-1,lA=-1,_=c+1,K=2;_<=15;++_,K<<=1)for(;Z[_]>0;--Z[_])(y&uA)!==lA&&(d+=J,rA+=J=1<<(G=Y(Z,_,c)),V[E+(lA=y&uA)]=new g(G+c&255,d-E-lA&65535)),M(V,d+(y>>c),K,J,new g(_-c&255,65535&$[Q++])),y=B(y,_);return rA}},1607(q){"use strict";q.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},1613(q,D,g){var t=g(783).Buffer,B=function(){"use strict";function M(Q,y){return null!=y&&Q instanceof y}var Y,V,d;try{Y=Map}catch{Y=function(){}}try{V=Set}catch{V=function(){}}try{d=Promise}catch{d=function(){}}function c(Q,y,K,lA,uA){"object"==typeof y&&(K=y.depth,lA=y.prototype,uA=y.includeNonEnumerable,y=y.circular);var G=[],J=[],rA=typeof t<"u";return typeof y>"u"&&(y=!0),typeof K>"u"&&(K=1/0),function $(Z,b){if(null===Z)return null;if(0===b)return Z;var BA,L;if("object"!=typeof Z)return Z;if(M(Z,Y))BA=new Y;else if(M(Z,V))BA=new V;else if(M(Z,d))BA=new d(function(ae,we){Z.then(function(ie){ae($(ie,b-1))},function(ie){we($(ie,b-1))})});else if(c.__isArray(Z))BA=[];else if(c.__isRegExp(Z))BA=new RegExp(Z.source,_(Z)),Z.lastIndex&&(BA.lastIndex=Z.lastIndex);else if(c.__isDate(Z))BA=new Date(Z.getTime());else{if(rA&&t.isBuffer(Z))return BA=t.allocUnsafe?t.allocUnsafe(Z.length):new t(Z.length),Z.copy(BA),BA;M(Z,Error)?BA=Object.create(Z):typeof lA>"u"?(L=Object.getPrototypeOf(Z),BA=Object.create(L)):(BA=Object.create(lA),L=lA)}if(y){var eA=G.indexOf(Z);if(-1!=eA)return J[eA];G.push(Z),J.push(BA)}for(var UA in M(Z,Y)&&Z.forEach(function(ae,we){var ie=$(we,b-1),kA=$(ae,b-1);BA.set(ie,kA)}),M(Z,V)&&Z.forEach(function(ae){var we=$(ae,b-1);BA.add(we)}),Z){var xA;L&&(xA=Object.getOwnPropertyDescriptor(L,UA)),(!xA||null!=xA.set)&&(BA[UA]=$(Z[UA],b-1))}if(Object.getOwnPropertySymbols){var QA=Object.getOwnPropertySymbols(Z);for(UA=0;UA=0;P--)(EA=CA[P])&&($A=(ne<3?EA($A):ne>3?EA(iA,hA,$A):EA(iA,hA))||$A);return ne>3&&$A&&Object.defineProperty(iA,hA,$A),$A}g.d(D,{__decorate:()=>V}),"function"==typeof SuppressedError&&SuppressedError},1676(q,D,g){"use strict";var t=g(299);q.exports=!t(function(){var B=function(){}.bind();return"function"!=typeof B||B.hasOwnProperty("prototype")})},1689(q,D,g){"use strict";var V,t=g(2774),B=g(6626)(),M=g(5215),Y=g(8109);if(B){var d=t("RegExp.prototype.exec"),c={},x=function(){throw c},U={toString:x,valueOf:x};"symbol"==typeof Symbol.toPrimitive&&(U[Symbol.toPrimitive]=x),V=function(Q){if(!Q||"object"!=typeof Q)return!1;var y=Y(Q,"lastIndex");if(!y||!M(y,"value"))return!1;try{d(Q,U)}catch(lA){return lA===c}}}else{var E=t("Object.prototype.toString");V=function(Q){return!(!Q||"object"!=typeof Q&&"function"!=typeof Q)&&"[object RegExp]"===E(Q)}}q.exports=V},1715(q,D,g){var t=g(5233),B=g(4415),M=g(8395),Y=g(453),V=g(4766),d=g(7571),c=g(4406),x=g(1613),U=g(3483),E=g(4460);function _(oA,a,h,F){Object.defineProperty(oA,a,{get:h,set:F,enumerable:!0,configurable:!0})}function Q(oA){return oA&&oA.__esModule?oA.default:oA}var y={};_(y,"logErrors",()=>K),_(y,"registerFormat",()=>uA),_(y,"create",()=>G),_(y,"defaultLanguage",()=>J),_(y,"setDefaultLanguage",()=>rA);let K=!1,lA=[];function uA(oA){lA.push(oA)}function G(oA,a){for(let h=0;h0?O[0]:"value";if(k.has(IA))return k.get(IA);let LA=F.apply(this,O);return k.set(IA,LA),LA}return Object.defineProperty(this,a,{value:X}),X}}}}let Z=new t.Struct({firstCode:t.uint16,entryCount:t.uint16,idDelta:t.int16,idRangeOffset:t.uint16}),b=new t.Struct({startCharCode:t.uint32,endCharCode:t.uint32,glyphID:t.uint32}),BA=new t.Struct({startUnicodeValue:t.uint24,additionalCount:t.uint8}),L=new t.Struct({unicodeValue:t.uint24,glyphID:t.uint16}),eA=new t.Array(BA,t.uint32),UA=new t.Array(L,t.uint32),xA=new t.Struct({varSelector:t.uint24,defaultUVS:new t.Pointer(t.uint32,eA,{type:"parent"}),nonDefaultUVS:new t.Pointer(t.uint32,UA,{type:"parent"})}),QA=new t.VersionedStruct(t.uint16,{0:{length:t.uint16,language:t.uint16,codeMap:new t.LazyArray(t.uint8,256)},2:{length:t.uint16,language:t.uint16,subHeaderKeys:new t.Array(t.uint16,256),subHeaderCount:oA=>Math.max.apply(Math,oA.subHeaderKeys),subHeaders:new t.LazyArray(Z,"subHeaderCount"),glyphIndexArray:new t.LazyArray(t.uint16,"subHeaderCount")},4:{length:t.uint16,language:t.uint16,segCountX2:t.uint16,segCount:oA=>oA.segCountX2>>1,searchRange:t.uint16,entrySelector:t.uint16,rangeShift:t.uint16,endCode:new t.LazyArray(t.uint16,"segCount"),reservedPad:new t.Reserved(t.uint16),startCode:new t.LazyArray(t.uint16,"segCount"),idDelta:new t.LazyArray(t.int16,"segCount"),idRangeOffset:new t.LazyArray(t.uint16,"segCount"),glyphIndexArray:new t.LazyArray(t.uint16,oA=>(oA.length-oA._currentOffset)/2)},6:{length:t.uint16,language:t.uint16,firstCode:t.uint16,entryCount:t.uint16,glyphIndices:new t.LazyArray(t.uint16,"entryCount")},8:{reserved:new t.Reserved(t.uint16),length:t.uint32,language:t.uint16,is32:new t.LazyArray(t.uint8,8192),nGroups:t.uint32,groups:new t.LazyArray(b,"nGroups")},10:{reserved:new t.Reserved(t.uint16),length:t.uint32,language:t.uint32,firstCode:t.uint32,entryCount:t.uint32,glyphIndices:new t.LazyArray(t.uint16,"numChars")},12:{reserved:new t.Reserved(t.uint16),length:t.uint32,language:t.uint32,nGroups:t.uint32,groups:new t.LazyArray(b,"nGroups")},13:{reserved:new t.Reserved(t.uint16),length:t.uint32,language:t.uint32,nGroups:t.uint32,groups:new t.LazyArray(b,"nGroups")},14:{length:t.uint32,numRecords:t.uint32,varSelectors:new t.LazyArray(xA,"numRecords")}}),gA=new t.Struct({platformID:t.uint16,encodingID:t.uint16,table:new t.Pointer(t.uint32,QA,{type:"parent",lazy:!0})});var JA=new t.Struct({version:t.uint16,numSubtables:t.uint16,tables:new t.Array(gA,"numSubtables")}),Be=new t.Struct({version:t.int32,revision:t.int32,checkSumAdjustment:t.uint32,magicNumber:t.uint32,flags:t.uint16,unitsPerEm:t.uint16,created:new t.Array(t.int32,2),modified:new t.Array(t.int32,2),xMin:t.int16,yMin:t.int16,xMax:t.int16,yMax:t.int16,macStyle:new t.Bitfield(t.uint16,["bold","italic","underline","outline","shadow","condensed","extended"]),lowestRecPPEM:t.uint16,fontDirectionHint:t.int16,indexToLocFormat:t.int16,glyphDataFormat:t.int16}),KA=new t.Struct({version:t.int32,ascent:t.int16,descent:t.int16,lineGap:t.int16,advanceWidthMax:t.uint16,minLeftSideBearing:t.int16,minRightSideBearing:t.int16,xMaxExtent:t.int16,caretSlopeRise:t.int16,caretSlopeRun:t.int16,caretOffset:t.int16,reserved:new t.Reserved(t.int16,4),metricDataFormat:t.int16,numberOfMetrics:t.uint16});let ae=new t.Struct({advance:t.uint16,bearing:t.int16});var we=new t.Struct({metrics:new t.LazyArray(ae,oA=>oA.parent.hhea.numberOfMetrics),bearings:new t.LazyArray(t.int16,oA=>oA.parent.maxp.numGlyphs-oA.parent.hhea.numberOfMetrics)}),ie=new t.Struct({version:t.int32,numGlyphs:t.uint16,maxPoints:t.uint16,maxContours:t.uint16,maxComponentPoints:t.uint16,maxComponentContours:t.uint16,maxZones:t.uint16,maxTwilightPoints:t.uint16,maxStorage:t.uint16,maxFunctionDefs:t.uint16,maxInstructionDefs:t.uint16,maxStackElements:t.uint16,maxSizeOfInstructions:t.uint16,maxComponentElements:t.uint16,maxComponentDepth:t.uint16});function kA(oA,a,h=0){return 1===oA&&$A[h]?$A[h]:ne[oA][a]}const CA=new Set(["x-mac-roman","x-mac-cyrillic","iso-8859-6","iso-8859-8"]),iA={"x-mac-croatian":"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\u0160\u2122\xb4\xa8\u2260\u017d\xd8\u221e\xb1\u2264\u2265\u2206\xb5\u2202\u2211\u220f\u0161\u222b\xaa\xba\u03a9\u017e\xf8\xbf\xa1\xac\u221a\u0192\u2248\u0106\xab\u010c\u2026 \xc0\xc3\xd5\u0152\u0153\u0110\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\uf8ff\xa9\u2044\u20ac\u2039\u203a\xc6\xbb\u2013\xb7\u201a\u201e\u2030\xc2\u0107\xc1\u010d\xc8\xcd\xce\xcf\xcc\xd3\xd4\u0111\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u03c0\xcb\u02da\xb8\xca\xe6\u02c7","x-mac-gaelic":"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u1e02\xb1\u2264\u2265\u1e03\u010a\u010b\u1e0a\u1e0b\u1e1e\u1e1f\u0120\u0121\u1e40\xe6\xf8\u1e41\u1e56\u1e57\u027c\u0192\u017f\u1e60\xab\xbb\u2026 \xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\u1e61\u1e9b\xff\u0178\u1e6a\u20ac\u2039\u203a\u0176\u0177\u1e6b\xb7\u1ef2\u1ef3\u204a\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\u2663\xd2\xda\xdb\xd9\u0131\xdd\xfd\u0174\u0175\u1e84\u1e85\u1e80\u1e81\u1e82\u1e83","x-mac-greek":"\xc4\xb9\xb2\xc9\xb3\xd6\xdc\u0385\xe0\xe2\xe4\u0384\xa8\xe7\xe9\xe8\xea\xeb\xa3\u2122\xee\xef\u2022\xbd\u2030\xf4\xf6\xa6\u20ac\xf9\xfb\xfc\u2020\u0393\u0394\u0398\u039b\u039e\u03a0\xdf\xae\xa9\u03a3\u03aa\xa7\u2260\xb0\xb7\u0391\xb1\u2264\u2265\xa5\u0392\u0395\u0396\u0397\u0399\u039a\u039c\u03a6\u03ab\u03a8\u03a9\u03ac\u039d\xac\u039f\u03a1\u2248\u03a4\xab\xbb\u2026 \u03a5\u03a7\u0386\u0388\u0153\u2013\u2015\u201c\u201d\u2018\u2019\xf7\u0389\u038a\u038c\u038e\u03ad\u03ae\u03af\u03cc\u038f\u03cd\u03b1\u03b2\u03c8\u03b4\u03b5\u03c6\u03b3\u03b7\u03b9\u03be\u03ba\u03bb\u03bc\u03bd\u03bf\u03c0\u03ce\u03c1\u03c3\u03c4\u03b8\u03c9\u03c2\u03c7\u03c5\u03b6\u03ca\u03cb\u0390\u03b0\xad","x-mac-icelandic":"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\xdd\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u03a9\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026 \xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\u20ac\xd0\xf0\xde\xfe\xfd\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\uf8ff\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7","x-mac-inuit":"\u1403\u1404\u1405\u1406\u140a\u140b\u1431\u1432\u1433\u1434\u1438\u1439\u1449\u144e\u144f\u1450\u1451\u1455\u1456\u1466\u146d\u146e\u146f\u1470\u1472\u1473\u1483\u148b\u148c\u148d\u148e\u1490\u1491\xb0\u14a1\u14a5\u14a6\u2022\xb6\u14a7\xae\xa9\u2122\u14a8\u14aa\u14ab\u14bb\u14c2\u14c3\u14c4\u14c5\u14c7\u14c8\u14d0\u14ef\u14f0\u14f1\u14f2\u14f4\u14f5\u1505\u14d5\u14d6\u14d7\u14d8\u14da\u14db\u14ea\u1528\u1529\u152a\u152b\u152d\u2026 \u152e\u153e\u1555\u1556\u1557\u2013\u2014\u201c\u201d\u2018\u2019\u1558\u1559\u155a\u155d\u1546\u1547\u1548\u1549\u154b\u154c\u1550\u157f\u1580\u1581\u1582\u1583\u1584\u1585\u158f\u1590\u1591\u1592\u1593\u1594\u1595\u1671\u1672\u1673\u1674\u1675\u1676\u1596\u15a0\u15a1\u15a2\u15a3\u15a4\u15a5\u15a6\u157c\u0141\u0142","x-mac-ce":"\xc4\u0100\u0101\xc9\u0104\xd6\xdc\xe1\u0105\u010c\xe4\u010d\u0106\u0107\xe9\u0179\u017a\u010e\xed\u010f\u0112\u0113\u0116\xf3\u0117\xf4\xf6\xf5\xfa\u011a\u011b\xfc\u2020\xb0\u0118\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\u0119\xa8\u2260\u0123\u012e\u012f\u012a\u2264\u2265\u012b\u0136\u2202\u2211\u0142\u013b\u013c\u013d\u013e\u0139\u013a\u0145\u0146\u0143\xac\u221a\u0144\u0147\u2206\xab\xbb\u2026 \u0148\u0150\xd5\u0151\u014c\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\u014d\u0154\u0155\u0158\u2039\u203a\u0159\u0156\u0157\u0160\u201a\u201e\u0161\u015a\u015b\xc1\u0164\u0165\xcd\u017d\u017e\u016a\xd3\xd4\u016b\u016e\xda\u016f\u0170\u0171\u0172\u0173\xdd\xfd\u0137\u017b\u0141\u017c\u0122\u02c7","x-mac-romanian":"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\u0102\u0218\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u03a9\u0103\u0219\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026 \xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\u20ac\u2039\u203a\u021a\u021b\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\uf8ff\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7","x-mac-turkish":"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u03a9\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026 \xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u011e\u011f\u0130\u0131\u015e\u015f\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\uf8ff\xd2\xda\xdb\xd9\uf8a0\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},hA=new Map;function bA(oA){let a=hA.get(oA);if(a)return a;let h=iA[oA];if(h){let F=new Map;for(let k=0;kkA(oA.platformID,oA.encodingID,oA.languageID)),{type:"parent",relativeTo:oA=>oA.parent.stringOffset,allowNull:!1})}),cA=new t.Struct({length:t.uint16,tag:new t.Pointer(t.uint16,new t.String("length","utf16be"),{type:"parent",relativeTo:oA=>oA.stringOffset})});var w=new t.VersionedStruct(t.uint16,{0:{count:t.uint16,stringOffset:t.uint16,records:new t.Array(P,"count")},1:{count:t.uint16,stringOffset:t.uint16,records:new t.Array(P,"count"),langTagCount:t.uint16,langTags:new t.Array(cA,"langTagCount")}}),H=w;const TA=["copyright","fontFamily","fontSubfamily","uniqueSubfamily","fullName","version","postscriptName","trademark","manufacturer","designer","description","vendorURL","designerURL","license","licenseURL",null,"preferredFamily","preferredSubfamily","compatibleFull","sampleText","postscriptCIDFontName","wwsFamilyName","wwsSubfamilyName"];w.process=function(oA){var a={};for(let h of this.records){let F=EA[h.platformID][h.languageID];null==F&&null!=this.langTags&&h.languageID>=32768&&(F=this.langTags[h.languageID-32768].tag),null==F&&(F=h.platformID+"-"+h.languageID);let k=h.nameID>=256?"fontFeatures":TA[h.nameID]||h.nameID;null==a[k]&&(a[k]={});let X=a[k];h.nameID>=256&&(X=X[h.nameID]||(X[h.nameID]={})),("string"==typeof h.string||"string"!=typeof X[F])&&(X[F]=h.string)}this.records=a},w.preEncode=function(){if(Array.isArray(this.records))return;this.version=0;let oA=[];for(let a in this.records){let h=this.records[a];"fontFeatures"!==a&&(oA.push({platformID:3,encodingID:1,languageID:1033,nameID:TA.indexOf(a),length:2*h.en.length,string:h.en}),"postscriptName"===a&&oA.push({platformID:1,encodingID:0,languageID:0,nameID:TA.indexOf(a),length:h.en.length,string:h.en}))}this.records=oA,this.count=oA.length,this.stringOffset=w.size(this,null,!1)};var wA=new t.VersionedStruct(t.uint16,{header:{xAvgCharWidth:t.int16,usWeightClass:t.uint16,usWidthClass:t.uint16,fsType:new t.Bitfield(t.uint16,[null,"noEmbedding","viewOnly","editable",null,null,null,null,"noSubsetting","bitmapOnly"]),ySubscriptXSize:t.int16,ySubscriptYSize:t.int16,ySubscriptXOffset:t.int16,ySubscriptYOffset:t.int16,ySuperscriptXSize:t.int16,ySuperscriptYSize:t.int16,ySuperscriptXOffset:t.int16,ySuperscriptYOffset:t.int16,yStrikeoutSize:t.int16,yStrikeoutPosition:t.int16,sFamilyClass:t.int16,panose:new t.Array(t.uint8,10),ulCharRange:new t.Array(t.uint32,4),vendorID:new t.String(4),fsSelection:new t.Bitfield(t.uint16,["italic","underscore","negative","outlined","strikeout","bold","regular","useTypoMetrics","wws","oblique"]),usFirstCharIndex:t.uint16,usLastCharIndex:t.uint16},0:{},1:{typoAscender:t.int16,typoDescender:t.int16,typoLineGap:t.int16,winAscent:t.uint16,winDescent:t.uint16,codePageRange:new t.Array(t.uint32,2)},2:{typoAscender:t.int16,typoDescender:t.int16,typoLineGap:t.int16,winAscent:t.uint16,winDescent:t.uint16,codePageRange:new t.Array(t.uint32,2),xHeight:t.int16,capHeight:t.int16,defaultChar:t.uint16,breakChar:t.uint16,maxContent:t.uint16},5:{typoAscender:t.int16,typoDescender:t.int16,typoLineGap:t.int16,winAscent:t.uint16,winDescent:t.uint16,codePageRange:new t.Array(t.uint32,2),xHeight:t.int16,capHeight:t.int16,defaultChar:t.uint16,breakChar:t.uint16,maxContent:t.uint16,usLowerOpticalPointSize:t.uint16,usUpperOpticalPointSize:t.uint16}});let j=wA.versions;j[3]=j[4]=j[2];var RA=wA,PA=new t.VersionedStruct(t.fixed32,{header:{italicAngle:t.fixed32,underlinePosition:t.int16,underlineThickness:t.int16,isFixedPitch:t.uint32,minMemType42:t.uint32,maxMemType42:t.uint32,minMemType1:t.uint32,maxMemType1:t.uint32},1:{},2:{numberOfGlyphs:t.uint16,glyphNameIndex:new t.Array(t.uint16,"numberOfGlyphs"),names:new t.Array(new t.String(t.uint8))},2.5:{numberOfGlyphs:t.uint16,offsets:new t.Array(t.uint8,"numberOfGlyphs")},3:{},4:{map:new t.Array(t.uint32,oA=>oA.parent.maxp.numGlyphs)}}),XA=new t.Struct({controlValues:new t.Array(t.int16)}),vA=new t.Struct({instructions:new t.Array(t.uint8)});let fe=new t.VersionedStruct("head.indexToLocFormat",{0:{offsets:new t.Array(t.uint16)},1:{offsets:new t.Array(t.uint32)}});fe.process=function(){if(0===this.version&&!this._processed){for(let oA=0;oA>>=1;this._processed=!1}};var ye=fe,Ge=new t.Struct({controlValueProgram:new t.Array(t.uint8)}),He=new t.Array(new t.Buffer);class _e{getCFFVersion(a){for(;a&&!a.hdrSize;)a=a.parent;return a?a.version:-1}decode(a,h){let k=this.getCFFVersion(h)>=2?a.readUInt32BE():a.readUInt16BE();if(0===k)return[];let O,X=a.readUInt8();if(1===X)O=t.uint8;else if(2===X)O=t.uint16;else if(3===X)O=t.uint24;else{if(4!==X)throw new Error(`Bad offset size in CFFIndex: ${X} ${a.pos}`);O=t.uint32}let IA=[],LA=a.pos+(k+1)*X-1,ZA=O.decode(a);for(let oe=0;oe>4;if(15===X)break;F+=te[X];let O=15&k;if(15===O)break;F+=te[O]}return parseFloat(F)}return null}static size(a){return a.forceLarge&&(a=32768),(0|a)!==a?1+Math.ceil(((""+a).length+1)/2):-107<=a&&a<=107?1:108<=a&&a<=1131||-1131<=a&&a<=-108?2:-32768<=a&&a<=32767?3:5}static encode(a,h){let F=Number(h);if(h.forceLarge)return a.writeUInt8(29),a.writeInt32BE(F);if((0|F)===F)return-107<=F&&F<=107?a.writeUInt8(F+139):108<=F&&F<=1131?(F-=108,a.writeUInt8(247+(F>>8)),a.writeUInt8(255&F)):-1131<=F&&F<=-108?(F=-F-108,a.writeUInt8(251+(F>>8)),a.writeUInt8(255&F)):-32768<=F&&F<=32767?(a.writeUInt8(28),a.writeInt16BE(F)):(a.writeUInt8(29),a.writeInt32BE(F));{a.writeUInt8(30);let X=""+F;for(let O=0;Othis.decodeOperands(a[O],h,F,[X]));if(null!=a.decode)return a.decode(h,F,k);switch(a){case"number":case"offset":case"sid":return k[0];case"boolean":return!!k[0];default:return k}}encodeOperands(a,h,F,k){return Array.isArray(a)?k.map((X,O)=>this.encodeOperands(a[O],h,F,X)[0]):null!=a.encode?a.encode(h,k,F):"number"==typeof k?[k]:"boolean"==typeof k?[+k]:Array.isArray(k)?k:[k]}decode(a,h){let F=a.pos+h.length,k={},X=[];Object.defineProperties(k,{parent:{value:h},_startOffset:{value:a.pos}});for(let O in this.fields){let IA=this.fields[O];k[IA[1]]=IA[3]}for(;a.posF[0]},super.decode(a,h,F)}encode(a,h,F){if(!a)return this.offsetType={size:()=>0},this.size(h,F),[new m(0)];let k=null;return this.offsetType={encode:(X,O)=>k=O},super.encode(a,h,F),[new m(k)]}constructor(a,h={}){null==h.type&&(h.type="global"),super(null,a,h)}}class m{valueOf(){return this.val}constructor(a){this.val=a,this.forceLarge=!0}}var pA=new v([[6,"BlueValues","delta",null],[7,"OtherBlues","delta",null],[8,"FamilyBlues","delta",null],[9,"FamilyOtherBlues","delta",null],[[12,9],"BlueScale","number",.039625],[[12,10],"BlueShift","number",7],[[12,11],"BlueFuzz","number",1],[10,"StdHW","number",null],[11,"StdVW","number",null],[[12,12],"StemSnapH","delta",null],[[12,13],"StemSnapV","delta",null],[[12,14],"ForceBold","boolean",!1],[[12,17],"LanguageGroup","number",0],[[12,18],"ExpansionFactor","number",.06],[[12,19],"initialRandomSeed","number",0],[20,"defaultWidthX","number",0],[21,"nominalWidthX","number",0],[22,"vsindex","number",0],[23,"blend",class R{static decode(a,h,F){let k=F.pop();for(;F.length>k;)F.pop()}},null],[19,"Subrs",new u(new _e,{type:"local"}),null]]),aA=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"];let Me=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],Ce=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"],qe=new t.Struct({reserved:new t.Reserved(t.uint16),reqFeatureIndex:t.uint16,featureCount:t.uint16,featureIndexes:new t.Array(t.uint16,"featureCount")}),W=new t.Struct({tag:new t.String(4),langSys:new t.Pointer(t.uint16,qe,{type:"parent"})}),Ie=new t.Struct({defaultLangSys:new t.Pointer(t.uint16,qe),count:t.uint16,langSysRecords:new t.Array(W,"count")}),de=new t.Struct({tag:new t.String(4),script:new t.Pointer(t.uint16,Ie,{type:"parent"})}),SA=new t.Array(de,t.uint16),ce=new t.Struct({version:t.uint16,nameID:t.uint16}),pe=new t.Struct({featureParams:new t.Pointer(t.uint16,ce),lookupCount:t.uint16,lookupListIndexes:new t.Array(t.uint16,"lookupCount")}),st=new t.Struct({tag:new t.String(4),feature:new t.Pointer(t.uint16,pe,{type:"parent"})}),We=new t.Array(st,t.uint16),Ze=new t.Struct({markAttachmentType:t.uint8,flags:new t.Bitfield(t.uint8,["rightToLeft","ignoreBaseGlyphs","ignoreLigatures","ignoreMarks","useMarkFilteringSet"])});function Ct(oA){let a=new t.Struct({lookupType:t.uint16,flags:Ze,subTableCount:t.uint16,subTables:new t.Array(new t.Pointer(t.uint16,oA),"subTableCount"),markFilteringSet:new t.Optional(t.uint16,h=>h.flags.flags.useMarkFilteringSet)});return new t.LazyArray(new t.Pointer(t.uint16,a),t.uint16)}let Kt=new t.Struct({start:t.uint16,end:t.uint16,startCoverageIndex:t.uint16}),rt=new t.VersionedStruct(t.uint16,{1:{glyphCount:t.uint16,glyphs:new t.Array(t.uint16,"glyphCount")},2:{rangeCount:t.uint16,rangeRecords:new t.Array(Kt,"rangeCount")}}),mt=new t.Struct({start:t.uint16,end:t.uint16,class:t.uint16}),zt=new t.VersionedStruct(t.uint16,{1:{startGlyph:t.uint16,glyphCount:t.uint16,classValueArray:new t.Array(t.uint16,"glyphCount")},2:{classRangeCount:t.uint16,classRangeRecord:new t.Array(mt,"classRangeCount")}}),kt=new t.Struct({a:t.uint16,b:t.uint16,deltaFormat:t.uint16}),Jt=new t.Struct({sequenceIndex:t.uint16,lookupListIndex:t.uint16}),nt=new t.Struct({glyphCount:t.uint16,lookupCount:t.uint16,input:new t.Array(t.uint16,oA=>oA.glyphCount-1),lookupRecords:new t.Array(Jt,"lookupCount")}),$e=new t.Array(new t.Pointer(t.uint16,nt),t.uint16),lt=new t.Struct({glyphCount:t.uint16,lookupCount:t.uint16,classes:new t.Array(t.uint16,oA=>oA.glyphCount-1),lookupRecords:new t.Array(Jt,"lookupCount")}),tt=new t.Array(new t.Pointer(t.uint16,lt),t.uint16),Ut=new t.VersionedStruct(t.uint16,{1:{coverage:new t.Pointer(t.uint16,rt),ruleSetCount:t.uint16,ruleSets:new t.Array(new t.Pointer(t.uint16,$e),"ruleSetCount")},2:{coverage:new t.Pointer(t.uint16,rt),classDef:new t.Pointer(t.uint16,zt),classSetCnt:t.uint16,classSet:new t.Array(new t.Pointer(t.uint16,tt),"classSetCnt")},3:{glyphCount:t.uint16,lookupCount:t.uint16,coverages:new t.Array(new t.Pointer(t.uint16,rt),"glyphCount"),lookupRecords:new t.Array(Jt,"lookupCount")}}),Gt=new t.Struct({backtrackGlyphCount:t.uint16,backtrack:new t.Array(t.uint16,"backtrackGlyphCount"),inputGlyphCount:t.uint16,input:new t.Array(t.uint16,oA=>oA.inputGlyphCount-1),lookaheadGlyphCount:t.uint16,lookahead:new t.Array(t.uint16,"lookaheadGlyphCount"),lookupCount:t.uint16,lookupRecords:new t.Array(Jt,"lookupCount")}),Rt=new t.Array(new t.Pointer(t.uint16,Gt),t.uint16),Cn=new t.VersionedStruct(t.uint16,{1:{coverage:new t.Pointer(t.uint16,rt),chainCount:t.uint16,chainRuleSets:new t.Array(new t.Pointer(t.uint16,Rt),"chainCount")},2:{coverage:new t.Pointer(t.uint16,rt),backtrackClassDef:new t.Pointer(t.uint16,zt),inputClassDef:new t.Pointer(t.uint16,zt),lookaheadClassDef:new t.Pointer(t.uint16,zt),chainCount:t.uint16,chainClassSet:new t.Array(new t.Pointer(t.uint16,Rt),"chainCount")},3:{backtrackGlyphCount:t.uint16,backtrackCoverage:new t.Array(new t.Pointer(t.uint16,rt),"backtrackGlyphCount"),inputGlyphCount:t.uint16,inputCoverage:new t.Array(new t.Pointer(t.uint16,rt),"inputGlyphCount"),lookaheadGlyphCount:t.uint16,lookaheadCoverage:new t.Array(new t.Pointer(t.uint16,rt),"lookaheadGlyphCount"),lookupCount:t.uint16,lookupRecords:new t.Array(Jt,"lookupCount")}}),pn=new t.Fixed(16,"BE",14),Dn=new t.Struct({startCoord:pn,peakCoord:pn,endCoord:pn}),en=new t.Struct({axisCount:t.uint16,regionCount:t.uint16,variationRegions:new t.Array(new t.Array(Dn,"axisCount"),"regionCount")}),tn=new t.Struct({shortDeltas:new t.Array(t.int16,oA=>oA.parent.shortDeltaCount),regionDeltas:new t.Array(t.int8,oA=>oA.parent.regionIndexCount-oA.parent.shortDeltaCount),deltas:oA=>oA.shortDeltas.concat(oA.regionDeltas)}),In=new t.Struct({itemCount:t.uint16,shortDeltaCount:t.uint16,regionIndexCount:t.uint16,regionIndexes:new t.Array(t.uint16,"regionIndexCount"),deltaSets:new t.Array(tn,"itemCount")}),yA=new t.Struct({format:t.uint16,variationRegionList:new t.Pointer(t.uint32,en),variationDataCount:t.uint16,itemVariationData:new t.Array(new t.Pointer(t.uint32,In),"variationDataCount")}),DA=new t.VersionedStruct(t.uint16,{1:{axisIndex:t.uint16,axisIndex:t.uint16,filterRangeMinValue:pn,filterRangeMaxValue:pn}}),mA=new t.Struct({conditionCount:t.uint16,conditionTable:new t.Array(new t.Pointer(t.uint32,DA),"conditionCount")}),_A=new t.Struct({featureIndex:t.uint16,alternateFeatureTable:new t.Pointer(t.uint32,pe,{type:"parent"})}),jA=new t.Struct({version:t.fixed32,substitutionCount:t.uint16,substitutions:new t.Array(_A,"substitutionCount")}),NA=new t.Struct({conditionSet:new t.Pointer(t.uint32,mA,{type:"parent"}),featureTableSubstitution:new t.Pointer(t.uint32,jA,{type:"parent"})}),le=new t.Struct({majorVersion:t.uint16,minorVersion:t.uint16,featureVariationRecordCount:t.uint32,featureVariationRecords:new t.Array(NA,"featureVariationRecordCount")});class GA{decode(a,h,F){return this.predefinedOps[F[0]]?this.predefinedOps[F[0]]:this.type.decode(a,h,F)}size(a,h){return this.type.size(a,h)}encode(a,h,F){let k=this.predefinedOps.indexOf(h);return-1!==k?k:this.type.encode(a,h,F)}constructor(a,h){this.predefinedOps=a,this.type=h}}let qA=new t.Struct({first:t.uint16,nLeft:t.uint8}),Fe=new t.Struct({first:t.uint16,nLeft:t.uint16}),et=new GA([Me,["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"]],new u(new t.VersionedStruct(new class ee extends t.Number{decode(a){return 127&t.uint8.decode(a)}constructor(){super("UInt8")}},{0:{nCodes:t.uint8,codes:new t.Array(t.uint8,"nCodes")},1:{nRanges:t.uint8,ranges:new t.Array(qA,"nRanges")}}),{lazy:!0}));class ct extends t.Array{decode(a,h){let F=(0,t.resolveLength)(this.length,a,h),k=0,X=[];for(;koA.parent.CharStrings.length-1)},1:{ranges:new ct(qA,oA=>oA.parent.CharStrings.length-1)},2:{ranges:new ct(Fe,oA=>oA.parent.CharStrings.length-1)}}),{lazy:!0})),Oe=new t.Struct({first:t.uint16,fd:t.uint8}),it=new t.Struct({first:t.uint32,fd:t.uint16}),gt=new t.VersionedStruct(t.uint8,{0:{fds:new t.Array(t.uint8,oA=>oA.parent.CharStrings.length)},3:{nRanges:t.uint16,ranges:new t.Array(Oe,"nRanges"),sentinel:t.uint16},4:{nRanges:t.uint32,ranges:new t.Array(it,"nRanges"),sentinel:t.uint32}}),Ft=new u(pA);class Mt{decode(a,h,F){return h.length=F[0],Ft.decode(a,h,[F[1]])}size(a,h){return[pA.size(a,h,!1),Ft.size(a,h)[0]]}encode(a,h,F){return[pA.size(h,F,!1),Ft.encode(a,h,F)[0]]}}let Lt=new v([[18,"Private",new Mt,null],[[12,38],"FontName","sid",null],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[[12,5],"PaintType","number",0]]),ut=new v([[[12,30],"ROS",["sid","sid","number"],null],[0,"version","sid",null],[1,"Notice","sid",null],[[12,0],"Copyright","sid",null],[2,"FullName","sid",null],[3,"FamilyName","sid",null],[4,"Weight","sid",null],[[12,1],"isFixedPitch","boolean",!1],[[12,2],"ItalicAngle","number",0],[[12,3],"UnderlinePosition","number",-100],[[12,4],"UnderlineThickness","number",50],[[12,5],"PaintType","number",0],[[12,6],"CharstringType","number",2],[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[13,"UniqueID","number",null],[5,"FontBBox","array",[0,0,0,0]],[[12,8],"StrokeWidth","number",0],[14,"XUID","array",null],[15,"charset",ue,Ce],[16,"Encoding",et,Me],[17,"CharStrings",new u(new _e),null],[18,"Private",new Mt,null],[[12,20],"SyntheticBase","number",null],[[12,21],"PostScript","sid",null],[[12,22],"BaseFontName","sid",null],[[12,23],"BaseFontBlend","delta",null],[[12,31],"CIDFontVersion","number",0],[[12,32],"CIDFontRevision","number",0],[[12,33],"CIDFontType","number",0],[[12,34],"CIDCount","number",8720],[[12,35],"UIDBase","number",null],[[12,37],"FDSelect",new u(gt),null],[[12,36],"FDArray",new u(new _e(Lt)),null],[[12,38],"FontName","sid",null]]),pt=new t.Struct({length:t.uint16,itemVariationStore:yA}),Mn=new v([[[12,7],"FontMatrix","array",[.001,0,0,.001,0,0]],[17,"CharStrings",new u(new _e),null],[[12,37],"FDSelect",new u(gt),null],[[12,36],"FDArray",new u(new _e(Lt)),null],[24,"vstore",new u(pt),null],[25,"maxstack","number",193]]);var nn=new t.VersionedStruct(t.fixed16,{1:{hdrSize:t.uint8,offSize:t.uint8,nameIndex:new _e(new t.String("length")),topDictIndex:new _e(ut),stringIndex:new _e(new t.String("length")),globalSubrIndex:new _e},2:{hdrSize:t.uint8,length:t.uint16,topDict:Mn,globalSubrIndex:new _e}});class Vt{static decode(a){return new Vt(a)}decode(){let h=nn.decode(this.stream);for(let F in h)this[F]=h[F];if(this.version<2){if(1!==this.topDictIndex.length)throw new Error("Only a single font is allowed in CFF");this.topDict=this.topDictIndex[0]}return this.isCIDFont=null!=this.topDict.ROS,this}string(a){return this.version>=2?null:a=2||this.isCIDFont)return null;let{charset:h}=this.topDict;if(Array.isArray(h))return h[a];if(0===a)return".notdef";switch(a-=1,h.version){case 0:return this.string(h.glyphs[a]);case 1:case 2:for(let F=0;F>1;if(a=h[X+1].first))return h[X].fd;F=X+1}}default:throw new Error(`Unknown FDSelect version: ${this.topDict.FDSelect.version}`)}}privateDictForGlyph(a){if(this.topDict.FDSelect){let h=this.fdForGlyph(a);return this.topDict.FDArray[h]?this.topDict.FDArray[h].Private:null}return this.version<2?this.topDict.Private:this.topDict.FDArray[0].Private}constructor(a){this.stream=a,this.decode()}}var vn=Vt;let ii=new t.Struct({glyphIndex:t.uint16,vertOriginY:t.int16});var bn=new t.Struct({majorVersion:t.uint16,minorVersion:t.uint16,defaultVertOriginY:t.int16,numVertOriginYMetrics:t.uint16,metrics:new t.Array(ii,"numVertOriginYMetrics")});let cn=new t.Struct({height:t.uint8,width:t.uint8,horiBearingX:t.int8,horiBearingY:t.int8,horiAdvance:t.uint8,vertBearingX:t.int8,vertBearingY:t.int8,vertAdvance:t.uint8}),Tn=new t.Struct({height:t.uint8,width:t.uint8,bearingX:t.int8,bearingY:t.int8,advance:t.uint8}),Xt=new t.Struct({glyph:t.uint16,xOffset:t.int8,yOffset:t.int8});class zn{}class Jn{}new t.VersionedStruct("version",{1:{metrics:Tn,data:zn},2:{metrics:Tn,data:Jn},5:{data:Jn},6:{metrics:cn,data:zn},7:{metrics:cn,data:Jn},8:{metrics:Tn,pad:new t.Reserved(t.uint8),numComponents:t.uint16,components:new t.Array(Xt,"numComponents")},9:{metrics:cn,pad:new t.Reserved(t.uint8),numComponents:t.uint16,components:new t.Array(Xt,"numComponents")},17:{metrics:Tn,dataLen:t.uint32,data:new t.Buffer("dataLen")},18:{metrics:cn,dataLen:t.uint32,data:new t.Buffer("dataLen")},19:{dataLen:t.uint32,data:new t.Buffer("dataLen")}});let Rn=new t.Struct({ascender:t.int8,descender:t.int8,widthMax:t.uint8,caretSlopeNumerator:t.int8,caretSlopeDenominator:t.int8,caretOffset:t.int8,minOriginSB:t.int8,minAdvanceSB:t.int8,maxBeforeBL:t.int8,minAfterBL:t.int8,pad:new t.Reserved(t.int8,2)}),$n=new t.Struct({glyphCode:t.uint16,offset:t.uint16}),Ii=new t.VersionedStruct(t.uint16,{header:{imageFormat:t.uint16,imageDataOffset:t.uint32},1:{offsetArray:new t.Array(t.uint32,oA=>oA.parent.lastGlyphIndex-oA.parent.firstGlyphIndex+1)},2:{imageSize:t.uint32,bigMetrics:cn},3:{offsetArray:new t.Array(t.uint16,oA=>oA.parent.lastGlyphIndex-oA.parent.firstGlyphIndex+1)},4:{numGlyphs:t.uint32,glyphArray:new t.Array($n,oA=>oA.numGlyphs+1)},5:{imageSize:t.uint32,bigMetrics:cn,numGlyphs:t.uint32,glyphCodeArray:new t.Array(t.uint16,"numGlyphs")}}),Fi=new t.Struct({firstGlyphIndex:t.uint16,lastGlyphIndex:t.uint16,subtable:new t.Pointer(t.uint32,Ii)}),xi=new t.Struct({indexSubTableArray:new t.Pointer(t.uint32,new t.Array(Fi,1),{type:"parent"}),indexTablesSize:t.uint32,numberOfIndexSubTables:t.uint32,colorRef:t.uint32,hori:Rn,vert:Rn,startGlyphIndex:t.uint16,endGlyphIndex:t.uint16,ppemX:t.uint8,ppemY:t.uint8,bitDepth:t.uint8,flags:new t.Bitfield(t.uint8,["horizontal","vertical"])});var wi=new t.Struct({version:t.uint32,numSizes:t.uint32,sizes:new t.Array(xi,"numSizes")});let yi=new t.Struct({ppem:t.uint16,resolution:t.uint16,imageOffsets:new t.Array(new t.Pointer(t.uint32,"void"),oA=>oA.parent.parent.maxp.numGlyphs+1)});var _n=new t.Struct({version:t.uint16,flags:new t.Bitfield(t.uint16,["renderOutlines"]),numImgTables:t.uint32,imageTables:new t.Array(new t.Pointer(t.uint32,yi),"numImgTables")});let Ci=new t.Struct({gid:t.uint16,paletteIndex:t.uint16}),hs=new t.Struct({gid:t.uint16,firstLayerIndex:t.uint16,numLayers:t.uint16});var ki=new t.Struct({version:t.uint16,numBaseGlyphRecords:t.uint16,baseGlyphRecord:new t.Pointer(t.uint32,new t.Array(hs,"numBaseGlyphRecords")),layerRecords:new t.Pointer(t.uint32,new t.Array(Ci,"numLayerRecords"),{lazy:!0}),numLayerRecords:t.uint16});let Hi=new t.Struct({blue:t.uint8,green:t.uint8,red:t.uint8,alpha:t.uint8});var Zn=new t.VersionedStruct(t.uint16,{header:{numPaletteEntries:t.uint16,numPalettes:t.uint16,numColorRecords:t.uint16,colorRecords:new t.Pointer(t.uint32,new t.Array(Hi,"numColorRecords")),colorRecordIndices:new t.Array(t.uint16,"numPalettes")},0:{},1:{offsetPaletteTypeArray:new t.Pointer(t.uint32,new t.Array(t.uint32,"numPalettes")),offsetPaletteLabelArray:new t.Pointer(t.uint32,new t.Array(t.uint16,"numPalettes")),offsetPaletteEntryLabelArray:new t.Pointer(t.uint32,new t.Array(t.uint16,"numPaletteEntries"))}});let si=new t.VersionedStruct(t.uint16,{1:{coordinate:t.int16},2:{coordinate:t.int16,referenceGlyph:t.uint16,baseCoordPoint:t.uint16},3:{coordinate:t.int16,deviceTable:new t.Pointer(t.uint16,kt)}}),ws=new t.Struct({defaultIndex:t.uint16,baseCoordCount:t.uint16,baseCoords:new t.Array(new t.Pointer(t.uint16,si),"baseCoordCount")}),$i=new t.Struct({tag:new t.String(4),minCoord:new t.Pointer(t.uint16,si,{type:"parent"}),maxCoord:new t.Pointer(t.uint16,si,{type:"parent"})}),Yi=new t.Struct({minCoord:new t.Pointer(t.uint16,si),maxCoord:new t.Pointer(t.uint16,si),featMinMaxCount:t.uint16,featMinMaxRecords:new t.Array($i,"featMinMaxCount")}),vi=new t.Struct({tag:new t.String(4),minMax:new t.Pointer(t.uint16,Yi,{type:"parent"})}),Cs=new t.Struct({baseValues:new t.Pointer(t.uint16,ws),defaultMinMax:new t.Pointer(t.uint16,Yi),baseLangSysCount:t.uint16,baseLangSysRecords:new t.Array(vi,"baseLangSysCount")}),ds=new t.Struct({tag:new t.String(4),script:new t.Pointer(t.uint16,Cs,{type:"parent"})}),Qs=new t.Array(ds,t.uint16),ji=new t.Array(new t.String(4),t.uint16),Oi=new t.Struct({baseTagList:new t.Pointer(t.uint16,ji),baseScriptList:new t.Pointer(t.uint16,Qs)});var oi=new t.VersionedStruct(t.uint32,{header:{horizAxis:new t.Pointer(t.uint16,Oi),vertAxis:new t.Pointer(t.uint16,Oi)},65536:{},65537:{itemVariationStore:new t.Pointer(t.uint32,yA)}});let ms=new t.Array(t.uint16,t.uint16),As=new t.Struct({coverage:new t.Pointer(t.uint16,rt),glyphCount:t.uint16,attachPoints:new t.Array(new t.Pointer(t.uint16,ms),"glyphCount")}),Ms=new t.VersionedStruct(t.uint16,{1:{coordinate:t.int16},2:{caretValuePoint:t.uint16},3:{coordinate:t.int16,deviceTable:new t.Pointer(t.uint16,kt)}}),ps=new t.Array(new t.Pointer(t.uint16,Ms),t.uint16),Ai=new t.Struct({coverage:new t.Pointer(t.uint16,rt),ligGlyphCount:t.uint16,ligGlyphs:new t.Array(new t.Pointer(t.uint16,ps),"ligGlyphCount")}),Ji=new t.Struct({markSetTableFormat:t.uint16,markSetCount:t.uint16,coverage:new t.Array(new t.Pointer(t.uint32,rt),"markSetCount")});var Ds=new t.VersionedStruct(t.uint32,{header:{glyphClassDef:new t.Pointer(t.uint16,zt),attachList:new t.Pointer(t.uint16,As),ligCaretList:new t.Pointer(t.uint16,Ai),markAttachClassDef:new t.Pointer(t.uint16,zt)},65536:{},65538:{markGlyphSetsDef:new t.Pointer(t.uint16,Ji)},65539:{markGlyphSetsDef:new t.Pointer(t.uint16,Ji),itemVariationStore:new t.Pointer(t.uint32,yA)}});let li=new t.Bitfield(t.uint16,["xPlacement","yPlacement","xAdvance","yAdvance","xPlaDevice","yPlaDevice","xAdvDevice","yAdvDevice"]),es={xPlacement:t.int16,yPlacement:t.int16,xAdvance:t.int16,yAdvance:t.int16,xPlaDevice:new t.Pointer(t.uint16,kt,{type:"global",relativeTo:oA=>oA.rel}),yPlaDevice:new t.Pointer(t.uint16,kt,{type:"global",relativeTo:oA=>oA.rel}),xAdvDevice:new t.Pointer(t.uint16,kt,{type:"global",relativeTo:oA=>oA.rel}),yAdvDevice:new t.Pointer(t.uint16,kt,{type:"global",relativeTo:oA=>oA.rel})};class ci{buildStruct(a){let h=a;for(;!h[this.key]&&h.parent;)h=h.parent;if(!h[this.key])return;let F={rel:()=>h._startOffset},k=h[this.key];for(let X in k)k[X]&&(F[X]=es[X]);return new t.Struct(F)}size(a,h){return this.buildStruct(h).size(a,h)}decode(a,h){let F=this.buildStruct(h).decode(a,h);return delete F.rel,F}constructor(a="valueFormat"){this.key=a}}let Is=new t.Struct({secondGlyph:t.uint16,value1:new ci("valueFormat1"),value2:new ci("valueFormat2")}),Fs=new t.Array(Is,t.uint16),xs=new t.Struct({value1:new ci("valueFormat1"),value2:new ci("valueFormat2")}),di=new t.VersionedStruct(t.uint16,{1:{xCoordinate:t.int16,yCoordinate:t.int16},2:{xCoordinate:t.int16,yCoordinate:t.int16,anchorPoint:t.uint16},3:{xCoordinate:t.int16,yCoordinate:t.int16,xDeviceTable:new t.Pointer(t.uint16,kt),yDeviceTable:new t.Pointer(t.uint16,kt)}}),ys=new t.Struct({entryAnchor:new t.Pointer(t.uint16,di,{type:"parent"}),exitAnchor:new t.Pointer(t.uint16,di,{type:"parent"})}),bi=new t.Struct({class:t.uint16,markAnchor:new t.Pointer(t.uint16,di,{type:"parent"})}),Sn=new t.Array(bi,t.uint16),C=new t.Array(new t.Pointer(t.uint16,di),oA=>oA.parent.classCount),f=new t.Array(C,t.uint16),S=new t.Array(new t.Pointer(t.uint16,di),oA=>oA.parent.parent.classCount),I=new t.Array(S,t.uint16),tA=new t.Array(new t.Pointer(t.uint16,I),t.uint16),MA=new t.VersionedStruct("lookupType",{1:new t.VersionedStruct(t.uint16,{1:{coverage:new t.Pointer(t.uint16,rt),valueFormat:li,value:new ci},2:{coverage:new t.Pointer(t.uint16,rt),valueFormat:li,valueCount:t.uint16,values:new t.LazyArray(new ci,"valueCount")}}),2:new t.VersionedStruct(t.uint16,{1:{coverage:new t.Pointer(t.uint16,rt),valueFormat1:li,valueFormat2:li,pairSetCount:t.uint16,pairSets:new t.LazyArray(new t.Pointer(t.uint16,Fs),"pairSetCount")},2:{coverage:new t.Pointer(t.uint16,rt),valueFormat1:li,valueFormat2:li,classDef1:new t.Pointer(t.uint16,zt),classDef2:new t.Pointer(t.uint16,zt),class1Count:t.uint16,class2Count:t.uint16,classRecords:new t.LazyArray(new t.LazyArray(xs,"class2Count"),"class1Count")}}),3:{format:t.uint16,coverage:new t.Pointer(t.uint16,rt),entryExitCount:t.uint16,entryExitRecords:new t.Array(ys,"entryExitCount")},4:{format:t.uint16,markCoverage:new t.Pointer(t.uint16,rt),baseCoverage:new t.Pointer(t.uint16,rt),classCount:t.uint16,markArray:new t.Pointer(t.uint16,Sn),baseArray:new t.Pointer(t.uint16,f)},5:{format:t.uint16,markCoverage:new t.Pointer(t.uint16,rt),ligatureCoverage:new t.Pointer(t.uint16,rt),classCount:t.uint16,markArray:new t.Pointer(t.uint16,Sn),ligatureArray:new t.Pointer(t.uint16,tA)},6:{format:t.uint16,mark1Coverage:new t.Pointer(t.uint16,rt),mark2Coverage:new t.Pointer(t.uint16,rt),classCount:t.uint16,mark1Array:new t.Pointer(t.uint16,Sn),mark2Array:new t.Pointer(t.uint16,f)},7:Ut,8:Cn,9:{posFormat:t.uint16,lookupType:t.uint16,extension:new t.Pointer(t.uint32,null)}});MA.versions[9].extension.type=MA;var OA=new t.VersionedStruct(t.uint32,{header:{scriptList:new t.Pointer(t.uint16,SA),featureList:new t.Pointer(t.uint16,We),lookupList:new t.Pointer(t.uint16,new Ct(MA))},65536:{},65537:{featureVariations:new t.Pointer(t.uint32,le)}});let se=new t.Array(t.uint16,t.uint16),ge=se,Ne=new t.Struct({glyph:t.uint16,compCount:t.uint16,components:new t.Array(t.uint16,oA=>oA.compCount-1)}),Re=new t.Array(new t.Pointer(t.uint16,Ne),t.uint16),me=new t.VersionedStruct("lookupType",{1:new t.VersionedStruct(t.uint16,{1:{coverage:new t.Pointer(t.uint16,rt),deltaGlyphID:t.int16},2:{coverage:new t.Pointer(t.uint16,rt),glyphCount:t.uint16,substitute:new t.LazyArray(t.uint16,"glyphCount")}}),2:{substFormat:t.uint16,coverage:new t.Pointer(t.uint16,rt),count:t.uint16,sequences:new t.LazyArray(new t.Pointer(t.uint16,se),"count")},3:{substFormat:t.uint16,coverage:new t.Pointer(t.uint16,rt),count:t.uint16,alternateSet:new t.LazyArray(new t.Pointer(t.uint16,ge),"count")},4:{substFormat:t.uint16,coverage:new t.Pointer(t.uint16,rt),count:t.uint16,ligatureSets:new t.LazyArray(new t.Pointer(t.uint16,Re),"count")},5:Ut,6:Cn,7:{substFormat:t.uint16,lookupType:t.uint16,extension:new t.Pointer(t.uint32,null)},8:{substFormat:t.uint16,coverage:new t.Pointer(t.uint16,rt),backtrackCoverage:new t.Array(new t.Pointer(t.uint16,rt),"backtrackGlyphCount"),lookaheadGlyphCount:t.uint16,lookaheadCoverage:new t.Array(new t.Pointer(t.uint16,rt),"lookaheadGlyphCount"),glyphCount:t.uint16,substitutes:new t.Array(t.uint16,"glyphCount")}});me.versions[7].extension.type=me;var Ke=new t.VersionedStruct(t.uint32,{header:{scriptList:new t.Pointer(t.uint16,SA),featureList:new t.Pointer(t.uint16,We),lookupList:new t.Pointer(t.uint16,new Ct(me))},65536:{},65537:{featureVariations:new t.Pointer(t.uint32,le)}});let Et=new t.Array(t.uint16,t.uint16),Dt=new t.Struct({shrinkageEnableGSUB:new t.Pointer(t.uint16,Et),shrinkageDisableGSUB:new t.Pointer(t.uint16,Et),shrinkageEnableGPOS:new t.Pointer(t.uint16,Et),shrinkageDisableGPOS:new t.Pointer(t.uint16,Et),shrinkageJstfMax:new t.Pointer(t.uint16,new Ct(MA)),extensionEnableGSUB:new t.Pointer(t.uint16,Et),extensionDisableGSUB:new t.Pointer(t.uint16,Et),extensionEnableGPOS:new t.Pointer(t.uint16,Et),extensionDisableGPOS:new t.Pointer(t.uint16,Et),extensionJstfMax:new t.Pointer(t.uint16,new Ct(MA))}),xt=new t.Array(new t.Pointer(t.uint16,Dt),t.uint16),It=new t.Struct({tag:new t.String(4),jstfLangSys:new t.Pointer(t.uint16,xt)}),dt=new t.Struct({extenderGlyphs:new t.Pointer(t.uint16,new t.Array(t.uint16,t.uint16)),defaultLangSys:new t.Pointer(t.uint16,xt),langSysCount:t.uint16,langSysRecords:new t.Array(It,"langSysCount")}),ft=new t.Struct({tag:new t.String(4),script:new t.Pointer(t.uint16,dt,{type:"parent"})});var yt=new t.Struct({version:t.uint32,scriptCount:t.uint16,scriptList:new t.Array(ft,"scriptCount")});let wn=new t.Struct({entry:new class an{decode(a,h){switch(this.size(0,h)){case 1:return a.readUInt8();case 2:return a.readUInt16BE();case 3:return a.readUInt24BE();case 4:return a.readUInt32BE()}}size(a,h){return(0,t.resolveLength)(this._size,null,h)}constructor(a){this._size=a}}(oA=>1+((48&oA.parent.entryFormat)>>4)),outerIndex:oA=>oA.entry>>1+(15&oA.parent.entryFormat),innerIndex:oA=>oA.entry&(1<<1+(15&oA.parent.entryFormat))-1}),jt=new t.Struct({entryFormat:t.uint16,mapCount:t.uint16,mapData:new t.Array(wn,"mapCount")});var ht=new t.Struct({majorVersion:t.uint16,minorVersion:t.uint16,itemVariationStore:new t.Pointer(t.uint32,yA),advanceWidthMapping:new t.Pointer(t.uint32,jt),LSBMapping:new t.Pointer(t.uint32,jt),RSBMapping:new t.Pointer(t.uint32,jt)});let Zt=new t.Struct({format:t.uint32,length:t.uint32,offset:t.uint32}),YA=new t.Struct({reserved:new t.Reserved(t.uint16,2),cbSignature:t.uint32,signature:new t.Buffer("cbSignature")});var s=new t.Struct({ulVersion:t.uint32,usNumSigs:t.uint16,usFlag:t.uint16,signatures:new t.Array(Zt,"usNumSigs"),signatureBlocks:new t.Array(YA,"usNumSigs")});let p=new t.Struct({rangeMaxPPEM:t.uint16,rangeGaspBehavior:new t.Bitfield(t.uint16,["grayscale","gridfit","symmetricSmoothing","symmetricGridfit"])});var z=new t.Struct({version:t.uint16,numRanges:t.uint16,gaspRanges:new t.Array(p,"numRanges")});let AA=new t.Struct({pixelSize:t.uint8,maximumWidth:t.uint8,widths:new t.Array(t.uint8,oA=>oA.parent.parent.maxp.numGlyphs)});var fA=new t.Struct({version:t.uint16,numRecords:t.int16,sizeDeviceRecord:t.int32,records:new t.Array(AA,"numRecords")});let FA=new t.Struct({left:t.uint16,right:t.uint16,value:t.int16}),HA=new t.Struct({firstGlyph:t.uint16,nGlyphs:t.uint16,offsets:new t.Array(t.uint16,"nGlyphs"),max:oA=>oA.offsets.length&&Math.max.apply(Math,oA.offsets)}),zA=new t.Struct({off:oA=>oA._startOffset-oA.parent.parent._startOffset,len:oA=>oA.parent.rowWidth/2*((oA.parent.leftTable.max-oA.off)/oA.parent.rowWidth+1),values:new t.LazyArray(t.int16,"len")}),Qe=new t.VersionedStruct("format",{0:{nPairs:t.uint16,searchRange:t.uint16,entrySelector:t.uint16,rangeShift:t.uint16,pairs:new t.Array(FA,"nPairs")},2:{rowWidth:t.uint16,leftTable:new t.Pointer(t.uint16,HA,{type:"parent"}),rightTable:new t.Pointer(t.uint16,HA,{type:"parent"}),array:new t.Pointer(t.uint16,zA,{type:"parent"})},3:{glyphCount:t.uint16,kernValueCount:t.uint8,leftClassCount:t.uint8,rightClassCount:t.uint8,flags:t.uint8,kernValue:new t.Array(t.int16,"kernValueCount"),leftClass:new t.Array(t.uint8,"glyphCount"),rightClass:new t.Array(t.uint8,"glyphCount"),kernIndex:new t.Array(t.uint8,oA=>oA.leftClassCount*oA.rightClassCount)}}),he=new t.VersionedStruct("version",{0:{subVersion:t.uint16,length:t.uint16,format:t.uint8,coverage:new t.Bitfield(t.uint8,["horizontal","minimum","crossStream","override"]),subtable:Qe,padding:new t.Reserved(t.uint8,oA=>oA.length-oA._currentOffset)},1:{length:t.uint32,coverage:new t.Bitfield(t.uint8,[null,null,null,null,null,"variation","crossStream","vertical"]),format:t.uint8,tupleIndex:t.uint16,subtable:Qe,padding:new t.Reserved(t.uint8,oA=>oA.length-oA._currentOffset)}});var De=new t.VersionedStruct(t.uint16,{0:{nTables:t.uint16,tables:new t.Array(he,"nTables")},1:{reserved:new t.Reserved(t.uint16),nTables:t.uint32,tables:new t.Array(he,"nTables")}}),Ye=new t.Struct({version:t.uint16,numGlyphs:t.uint16,yPels:new t.Array(t.uint8,"numGlyphs")}),Se=new t.Struct({version:t.uint16,fontNumber:t.uint32,pitch:t.uint16,xHeight:t.uint16,style:t.uint16,typeFamily:t.uint16,capHeight:t.uint16,symbolSet:t.uint16,typeface:new t.String(16),characterComplement:new t.String(8),fileName:new t.String(6),strokeWeight:new t.String(1),widthType:new t.String(1),serifStyle:t.uint8,reserved:new t.Reserved(t.uint8)});let Te=new t.Struct({bCharSet:t.uint8,xRatio:t.uint8,yStartRatio:t.uint8,yEndRatio:t.uint8}),Je=new t.Struct({yPelHeight:t.uint16,yMax:t.int16,yMin:t.int16}),xe=new t.Struct({recs:t.uint16,startsz:t.uint8,endsz:t.uint8,entries:new t.Array(Je,"recs")});var be=new t.Struct({version:t.uint16,numRecs:t.uint16,numRatios:t.uint16,ratioRanges:new t.Array(Te,"numRatios"),offsets:new t.Array(t.uint16,"numRatios"),groups:new t.Array(xe,"numRecs")}),je=new t.Struct({version:t.uint16,ascent:t.int16,descent:t.int16,lineGap:t.int16,advanceHeightMax:t.int16,minTopSideBearing:t.int16,minBottomSideBearing:t.int16,yMaxExtent:t.int16,caretSlopeRise:t.int16,caretSlopeRun:t.int16,caretOffset:t.int16,reserved:new t.Reserved(t.int16,4),metricDataFormat:t.int16,numberOfMetrics:t.uint16});let At=new t.Struct({advance:t.uint16,bearing:t.int16});var ot=new t.Struct({metrics:new t.LazyArray(At,oA=>oA.parent.vhea.numberOfMetrics),bearings:new t.LazyArray(t.int16,oA=>oA.parent.maxp.numGlyphs-oA.parent.vhea.numberOfMetrics)});let on=new t.Fixed(16,"BE",14),qt=new t.Struct({fromCoord:on,toCoord:on}),kn=new t.Struct({pairCount:t.uint16,correspondence:new t.Array(qt,"pairCount")});var St=new t.Struct({version:t.fixed32,axisCount:t.uint32,segment:new t.Array(kn,"axisCount")});class _i{getItem(a){if(null==this._items[a]){let h=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.parent)*a,this._items[a]=this.type.decode(this.stream,this.parent),this.stream.pos=h}return this._items[a]}inspect(){return`[UnboundedArray ${this.type.constructor.name}]`}constructor(a,h,F){this.type=a,this.stream=h,this.parent=F,this.base=this.stream.pos,this._items=[]}}class Nn extends t.Array{decode(a,h){return new _i(this.type,a,h)}constructor(a){super(a,0)}}let Un=function(oA=t.uint16){oA=new class a{decode(IA,LA){return this.type.decode(IA,LA=LA.parent.parent)}size(IA,LA){return this.type.size(IA,LA=LA.parent.parent)}encode(IA,LA,ZA){return this.type.encode(IA,LA,ZA=ZA.parent.parent)}constructor(IA){this.type=IA}}(oA);let h=new t.Struct({unitSize:t.uint16,nUnits:t.uint16,searchRange:t.uint16,entrySelector:t.uint16,rangeShift:t.uint16}),F=new t.Struct({lastGlyph:t.uint16,firstGlyph:t.uint16,value:oA}),k=new t.Struct({lastGlyph:t.uint16,firstGlyph:t.uint16,values:new t.Pointer(t.uint16,new t.Array(oA,O=>O.lastGlyph-O.firstGlyph+1),{type:"parent"})}),X=new t.Struct({glyph:t.uint16,value:oA});return new t.VersionedStruct(t.uint16,{0:{values:new Nn(oA)},2:{binarySearchHeader:h,segments:new t.Array(F,O=>O.binarySearchHeader.nUnits)},4:{binarySearchHeader:h,segments:new t.Array(k,O=>O.binarySearchHeader.nUnits)},6:{binarySearchHeader:h,segments:new t.Array(X,O=>O.binarySearchHeader.nUnits)},8:{firstGlyph:t.uint16,count:t.uint16,values:new t.Array(oA,"count")}})};function $t(oA={},a=t.uint16){let h=Object.assign({newState:t.uint16,flags:t.uint16},oA),F=new t.Struct(h),k=new Nn(new t.Array(t.uint16,O=>O.nClasses));return new t.Struct({nClasses:t.uint32,classTable:new t.Pointer(t.uint32,new Un(a)),stateArray:new t.Pointer(t.uint32,k),entryTable:new t.Pointer(t.uint32,new Nn(F))})}let Bi=new t.VersionedStruct("format",{0:{deltas:new t.Array(t.int16,32)},1:{deltas:new t.Array(t.int16,32),mappingData:new Un(t.uint16)},2:{standardGlyph:t.uint16,controlPoints:new t.Array(t.uint16,32)},3:{standardGlyph:t.uint16,controlPoints:new t.Array(t.uint16,32),mappingData:new Un(t.uint16)}});var Vn=new t.Struct({version:t.fixed32,format:t.uint16,defaultBaseline:t.uint16,subtable:Bi});let ei=new t.Struct({setting:t.uint16,nameIndex:t.int16,name:oA=>oA.parent.parent.parent.name.records.fontFeatures[oA.nameIndex]}),ts=new t.Struct({feature:t.uint16,nSettings:t.uint16,settingTable:new t.Pointer(t.uint32,new t.Array(ei,"nSettings"),{type:"parent"}),featureFlags:new t.Bitfield(t.uint8,[null,null,null,null,null,null,"hasDefault","exclusive"]),defaultSetting:t.uint8,nameIndex:t.int16,name:oA=>oA.parent.parent.name.records.fontFeatures[oA.nameIndex]});var Ys=new t.Struct({version:t.fixed32,featureNameCount:t.uint16,reserved1:new t.Reserved(t.uint16),reserved2:new t.Reserved(t.uint32),featureNames:new t.Array(ts,"featureNameCount")});let lr=new t.Struct({axisTag:new t.String(4),minValue:t.fixed32,defaultValue:t.fixed32,maxValue:t.fixed32,flags:t.uint16,nameID:t.uint16,name:oA=>oA.parent.parent.name.records.fontFeatures[oA.nameID]}),cr=new t.Struct({nameID:t.uint16,name:oA=>oA.parent.parent.name.records.fontFeatures[oA.nameID],flags:t.uint16,coord:new t.Array(t.fixed32,oA=>oA.parent.axisCount),postscriptNameID:new t.Optional(t.uint16,oA=>oA.parent.instanceSize-oA._currentOffset>0)});var Qa=new t.Struct({version:t.fixed32,offsetToData:t.uint16,countSizePairs:t.uint16,axisCount:t.uint16,axisSize:t.uint16,instanceCount:t.uint16,instanceSize:t.uint16,axis:new t.Array(lr,"axisCount"),instance:new t.Array(cr,"instanceCount")});let ma=new t.Fixed(16,"BE",14);var pa=new t.Struct({version:t.uint16,reserved:new t.Reserved(t.uint16),axisCount:t.uint16,globalCoordCount:t.uint16,globalCoords:new t.Pointer(t.uint32,new t.Array(new t.Array(ma,"axisCount"),"globalCoordCount")),glyphCount:t.uint16,flags:t.uint16,offsetToData:t.uint32,offsets:new t.Array(new t.Pointer(class Ma{static decode(a,h){return h.flags?a.readUInt32BE():2*a.readUInt16BE()}},"void",{relativeTo:oA=>oA.offsetToData,allowNull:!1}),oA=>oA.glyphCount+1)});let Da=new t.Struct({length:t.uint16,coverage:t.uint16,subFeatureFlags:t.uint32,stateTable:new function Fn(oA={}){let h=new t.Struct({version:()=>8,firstGlyph:t.uint16,values:new t.Array(t.uint8,t.uint16)}),F=Object.assign({newStateOffset:t.uint16,newState:IA=>(IA.newStateOffset-(IA.parent.stateArray.base-IA.parent._startOffset))/IA.parent.nClasses,flags:t.uint16},oA),k=new t.Struct(F),X=new Nn(new t.Array(t.uint8,IA=>IA.nClasses));return new t.Struct({nClasses:t.uint16,classTable:new t.Pointer(t.uint16,h),stateArray:new t.Pointer(t.uint16,X),entryTable:new t.Pointer(t.uint16,new Nn(k))})}}),Ia=new t.Struct({justClass:t.uint32,beforeGrowLimit:t.fixed32,beforeShrinkLimit:t.fixed32,afterGrowLimit:t.fixed32,afterShrinkLimit:t.fixed32,growFlags:t.uint16,shrinkFlags:t.uint16}),Fa=new t.Array(Ia,t.uint32),xa=new t.VersionedStruct("actionType",{0:{lowerLimit:t.fixed32,upperLimit:t.fixed32,order:t.uint16,glyphs:new t.Array(t.uint16,t.uint16)},1:{addGlyph:t.uint16},2:{substThreshold:t.fixed32,addGlyph:t.uint16,substGlyph:t.uint16},3:{},4:{variationAxis:t.uint32,minimumLimit:t.fixed32,noStretchValue:t.fixed32,maximumLimit:t.fixed32},5:{flags:t.uint16,glyph:t.uint16}}),ya=new t.Struct({actionClass:t.uint16,actionType:t.uint16,actionLength:t.uint32,actionData:xa,padding:new t.Reserved(t.uint8,oA=>oA.actionLength-oA._currentOffset)}),Ya=new t.Array(ya,t.uint32),va=new t.Struct({lookupTable:new Un(new t.Pointer(t.uint16,Ya))}),Yr=new t.Struct({classTable:new t.Pointer(t.uint16,Da,{type:"parent"}),wdcOffset:t.uint16,postCompensationTable:new t.Pointer(t.uint16,va,{type:"parent"}),widthDeltaClusters:new Un(new t.Pointer(t.uint16,Fa,{type:"parent",relativeTo:oA=>oA.wdcOffset}))});var ba=new t.Struct({version:t.uint32,format:t.uint16,horizontal:new t.Pointer(t.uint16,Yr),vertical:new t.Pointer(t.uint16,Yr)});let vr={action:t.uint16},Ra={markIndex:t.uint16,currentIndex:t.uint16},Sa={currentInsertIndex:t.uint16,markedInsertIndex:t.uint16},Na=new t.Struct({items:new Nn(new t.Pointer(t.uint32,new Un))}),Ta=new t.VersionedStruct("type",{0:{stateTable:new $t},1:{stateTable:new $t(Ra),substitutionTable:new t.Pointer(t.uint32,Na)},2:{stateTable:new $t(vr),ligatureActions:new t.Pointer(t.uint32,new Nn(t.uint32)),components:new t.Pointer(t.uint32,new Nn(t.uint16)),ligatureList:new t.Pointer(t.uint32,new Nn(t.uint16))},4:{lookupTable:new Un},5:{stateTable:new $t(Sa),insertionActions:new t.Pointer(t.uint32,new Nn(t.uint16))}}),Pa=new t.Struct({length:t.uint32,coverage:t.uint24,type:t.uint8,subFeatureFlags:t.uint32,table:Ta,padding:new t.Reserved(t.uint8,oA=>oA.length-oA._currentOffset)}),Ua=new t.Struct({featureType:t.uint16,featureSetting:t.uint16,enableFlags:t.uint32,disableFlags:t.uint32}),Ga=new t.Struct({defaultFlags:t.uint32,chainLength:t.uint32,nFeatureEntries:t.uint32,nSubtables:t.uint32,features:new t.Array(Ua,"nFeatureEntries"),subtables:new t.Array(Pa,"nSubtables")});var La=new t.Struct({version:t.uint16,unused:new t.Reserved(t.uint16),nChains:t.uint32,chains:new t.Array(Ga,"nChains")});let za=new t.Struct({left:t.int16,top:t.int16,right:t.int16,bottom:t.int16});var ka=new t.Struct({version:t.fixed32,format:t.uint16,lookupTable:new Un(za)});let Yt={};var zs=Yt;Yt.cmap=JA,Yt.head=Be,Yt.hhea=KA,Yt.hmtx=we,Yt.maxp=ie,Yt.name=H,Yt["OS/2"]=RA,Yt.post=PA,Yt.fpgm=vA,Yt.loca=ye,Yt.prep=Ge,Yt["cvt "]=XA,Yt.glyf=He,Yt["CFF "]=vn,Yt.CFF2=vn,Yt.VORG=bn,Yt.EBLC=wi,Yt.CBLC=Yt.EBLC,Yt.sbix=_n,Yt.COLR=ki,Yt.CPAL=Zn,Yt.BASE=oi,Yt.GDEF=Ds,Yt.GPOS=OA,Yt.GSUB=Ke,Yt.JSTF=yt,Yt.HVAR=ht,Yt.DSIG=s,Yt.gasp=z,Yt.hdmx=fA,Yt.kern=De,Yt.LTSH=Ye,Yt.PCLT=Se,Yt.VDMX=be,Yt.vhea=je,Yt.vmtx=ot,Yt.avar=St,Yt.bsln=Vn,Yt.feat=Ys,Yt.fvar=Qa,Yt.gvar=pa,Yt.just=ba,Yt.morx=La,Yt.opbd=ka;let Ha=new t.Struct({tag:new t.String(4),checkSum:t.uint32,offset:new t.Pointer(t.uint32,"void",{type:"global"}),length:t.uint32}),Br=new t.Struct({tag:new t.String(4),numTables:t.uint16,searchRange:t.uint16,entrySelector:t.uint16,rangeShift:t.uint16,tables:new t.Array(Ha,"numTables")});Br.process=function(){let oA={};for(let a of this.tables)oA[a.tag]=a;this.tables=oA},Br.preEncode=function(){if(!Array.isArray(this.tables)){let h=[];for(let F in this.tables){let k=this.tables[F];k&&h.push({tag:F,checkSum:0,offset:new t.VoidPointer(zs[F],k),length:zs[F].size(k)})}this.tables=h}this.tag="true",this.numTables=this.tables.length;let oA=Math.floor(Math.log(this.numTables)/Math.LN2),a=Math.pow(2,oA);this.searchRange=16*a,this.entrySelector=Math.log(a)/Math.LN2,this.rangeShift=16*this.numTables-this.searchRange};var br=Br;function ks(oA,a){let h=0,F=oA.length-1;for(;h<=F;){let k=h+F>>1,X=a(oA[k]);if(X<0)F=k-1;else{if(!(X>0))return k;h=k+1}}return-1}function ns(oA,a){let h=[];for(;oA>4,h[F++]=(15&IA)<<4|LA>>2,h[F++]=(3&LA)<<6|63&ZA}return h}class fr{findSubtable(a,h){for(let[F,k]of h)for(let X of a.tables)if(X.platformID===F&&X.encodingID===k)return X.table;return null}lookup(a,h){if(this.encoding)a=this.encoding.get(a)||a;else if(h){let k=this.getVariationSelector(a,h);if(k)return k}let F=this.cmap;switch(F.version){case 0:return F.codeMap.get(a)||0;case 4:{let k=0,X=F.segCount-1;for(;k<=X;){let O=k+X>>1;if(aF.endCode.get(O))){let LA,IA=F.idRangeOffset.get(O);if(0===IA)LA=a+F.idDelta.get(O);else{let ZA=IA/2+(a-F.startCode.get(O))-(F.segCount-O);LA=F.glyphIndexArray.get(ZA)||0,0!==LA&&(LA+=F.idDelta.get(O))}return 65535&LA}k=O+1}}return 0}case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return F.glyphIndices.get(a-F.firstCode)||0;case 12:case 13:{let k=0,X=F.nGroups-1;for(;k<=X;){let O=k+X>>1,IA=F.groups.get(O);if(aIA.endCharCode))return 12===F.version?IA.glyphID+(a-IA.startCharCode):IA.glyphID;k=O+1}}return 0}case 14:throw new Error("TODO: cmap format 14");default:throw new Error(`Unknown cmap format ${F.version}`)}}getVariationSelector(a,h){if(!this.uvs)return 0;let F=this.uvs.varSelectors.toArray(),k=ks(F,O=>h-O.varSelector),X=F[k];return-1!==k&&X.defaultUVS&&(k=ks(X.defaultUVS,O=>aO.startUnicodeValue+O.additionalCount?1:0)),-1!==k&&X.nonDefaultUVS&&(k=ks(X.nonDefaultUVS,O=>a-O.unicodeValue),-1!==k)?X.nonDefaultUVS[k].glyphID:0}getCharacterSet(){let a=this.cmap;switch(a.version){case 0:return ns(0,a.codeMap.length);case 4:{let h=[],F=a.endCode.toArray();for(let k=0;k=X.glyphID&&a<=X.glyphID+(X.endCharCode-X.startCharCode)&&k.push(X.startCharCode+(a-X.glyphID));return k}case 13:{let k=[];for(let X of h.groups.toArray())a===X.glyphID&&k.push(...ns(X.startCharCode,X.endCharCode+1));return k}default:throw new Error(`Unknown cmap format ${h.version}`)}}constructor(a){if(this.encoding=null,this.cmap=this.findSubtable(a,[[3,10],[0,6],[0,4],[3,1],[0,3],[0,2],[0,1],[0,0]]),!this.cmap)for(let h of a.tables){let k=bA(kA(h.platformID,h.encodingID,h.table.language-1));k&&(this.cmap=h.table,this.encoding=k)}if(!this.cmap)throw new Error("Could not find a supported cmap table");this.uvs=this.findSubtable(a,[[0,5]]),this.uvs&&14!==this.uvs.version&&(this.uvs=null)}}(0,M._)([$],fr.prototype,"getCharacterSet",null),(0,M._)([$],fr.prototype,"codePointsForGlyph",null);class ja{process(a,h){for(let F=0;F=0&&(X=O.pairs[IA].value);break;case 2:let LA=0,ZA=0;LA=a>=O.leftTable.firstGlyph&&a=O.rightTable.firstGlyph&&h=O.glyphCount||h>=O.glyphCount)return 0;X=O.kernValue[O.kernIndex[O.leftClass[a]*O.rightClassCount+O.rightClass[h]]];break;default:throw new Error(`Unsupported kerning sub-table format ${k.format}`)}k.coverage.override?F=X:F+=X}return F}constructor(a){this.kern=a.kern}}class Oa{positionGlyphs(a,h){let F=0,k=0;for(let X=0;X1&&(O.minX+=(X.codePoints.length-1)*O.width/X.codePoints.length);let IA=-h[F].xAdvance,LA=0,ZA=this.font.unitsPerEm/16;for(let oe=F+1;oe<=k;oe++){let re=a[oe],ke=re.cbox,at=h[oe],Bt=this.getCombiningClass(re.codePoints[0]);if("Not_Reordered"!==Bt){switch(at.xOffset=at.yOffset=0,Bt){case"Double_Above":case"Double_Below":at.xOffset+=O.minX-ke.width/2-ke.minX;break;case"Attached_Below_Left":case"Below_Left":case"Above_Left":at.xOffset+=O.minX-ke.minX;break;case"Attached_Above_Right":case"Below_Right":case"Above_Right":at.xOffset+=O.maxX-ke.width-ke.minX;break;default:at.xOffset+=O.minX+(O.width-ke.width)/2-ke.minX}switch(Bt){case"Double_Below":case"Below_Left":case"Below":case"Below_Right":case"Attached_Below_Left":case"Attached_Below":("Attached_Below_Left"===Bt||"Attached_Below"===Bt)&&(O.minY+=ZA),at.yOffset=-O.minY-ke.maxY,O.minY+=ke.height;break;case"Double_Above":case"Above_Left":case"Above":case"Above_Right":case"Attached_Above":case"Attached_Above_Right":("Attached_Above"===Bt||"Attached_Above_Right"===Bt)&&(O.maxY+=ZA),at.yOffset=O.maxY-ke.minY,O.maxY+=ke.height}at.xAdvance=at.yAdvance=0,at.xOffset+=IA,at.yOffset+=LA}else IA-=at.xAdvance,LA-=at.yAdvance}}getCombiningClass(a){let h=(0,V.getCombiningClass)(a);if(3584==(-256&a))if("Not_Reordered"===h)switch(a){case 3633:case 3636:case 3637:case 3638:case 3639:case 3655:case 3660:case 3645:case 3662:return"Above_Right";case 3761:case 3764:case 3765:case 3766:case 3767:case 3771:case 3788:case 3789:return"Above";case 3772:return"Below"}else if(3642===a)return"Below_Right";switch(h){case"CCC10":case"CCC11":case"CCC12":case"CCC13":case"CCC14":case"CCC15":case"CCC16":case"CCC17":case"CCC18":case"CCC20":case"CCC22":case"CCC29":case"CCC32":case"CCC118":case"CCC129":case"CCC132":return"Below";case"CCC23":return"Attached_Above";case"CCC24":case"CCC107":return"Above_Right";case"CCC25":case"CCC19":return"Above_Left";case"CCC26":case"CCC27":case"CCC28":case"CCC30":case"CCC31":case"CCC33":case"CCC34":case"CCC35":case"CCC36":case"CCC122":case"CCC130":return"Above";case"CCC21":break;case"CCC103":return"Below_Right"}return h}constructor(a){this.font=a}}class Ri{get width(){return this.maxX-this.minX}get height(){return this.maxY-this.minY}addPoint(a,h){Math.abs(a)!==1/0&&(athis.maxX&&(this.maxX=a)),Math.abs(h)!==1/0&&(hthis.maxY&&(this.maxY=h))}copy(){return new Ri(this.minX,this.minY,this.maxX,this.maxY)}constructor(a=1/0,h=1/0,F=-1/0,k=-1/0){this.minX=a,this.minY=h,this.maxX=F,this.maxY=k}}const Vi={Caucasian_Albanian:"aghb",Arabic:"arab",Imperial_Aramaic:"armi",Armenian:"armn",Avestan:"avst",Balinese:"bali",Bamum:"bamu",Bassa_Vah:"bass",Batak:"batk",Bengali:["bng2","beng"],Bopomofo:"bopo",Brahmi:"brah",Braille:"brai",Buginese:"bugi",Buhid:"buhd",Chakma:"cakm",Canadian_Aboriginal:"cans",Carian:"cari",Cham:"cham",Cherokee:"cher",Coptic:"copt",Cypriot:"cprt",Cyrillic:"cyrl",Devanagari:["dev2","deva"],Deseret:"dsrt",Duployan:"dupl",Egyptian_Hieroglyphs:"egyp",Elbasan:"elba",Ethiopic:"ethi",Georgian:"geor",Glagolitic:"glag",Gothic:"goth",Grantha:"gran",Greek:"grek",Gujarati:["gjr2","gujr"],Gurmukhi:["gur2","guru"],Hangul:"hang",Han:"hani",Hanunoo:"hano",Hebrew:"hebr",Hiragana:"hira",Pahawh_Hmong:"hmng",Katakana_Or_Hiragana:"hrkt",Old_Italic:"ital",Javanese:"java",Kayah_Li:"kali",Katakana:"kana",Kharoshthi:"khar",Khmer:"khmr",Khojki:"khoj",Kannada:["knd2","knda"],Kaithi:"kthi",Tai_Tham:"lana",Lao:"lao ",Latin:"latn",Lepcha:"lepc",Limbu:"limb",Linear_A:"lina",Linear_B:"linb",Lisu:"lisu",Lycian:"lyci",Lydian:"lydi",Mahajani:"mahj",Mandaic:"mand",Manichaean:"mani",Mende_Kikakui:"mend",Meroitic_Cursive:"merc",Meroitic_Hieroglyphs:"mero",Malayalam:["mlm2","mlym"],Modi:"modi",Mongolian:"mong",Mro:"mroo",Meetei_Mayek:"mtei",Myanmar:["mym2","mymr"],Old_North_Arabian:"narb",Nabataean:"nbat",Nko:"nko ",Ogham:"ogam",Ol_Chiki:"olck",Old_Turkic:"orkh",Oriya:["ory2","orya"],Osmanya:"osma",Palmyrene:"palm",Pau_Cin_Hau:"pauc",Old_Permic:"perm",Phags_Pa:"phag",Inscriptional_Pahlavi:"phli",Psalter_Pahlavi:"phlp",Phoenician:"phnx",Miao:"plrd",Inscriptional_Parthian:"prti",Rejang:"rjng",Runic:"runr",Samaritan:"samr",Old_South_Arabian:"sarb",Saurashtra:"saur",Shavian:"shaw",Sharada:"shrd",Siddham:"sidd",Khudawadi:"sind",Sinhala:"sinh",Sora_Sompeng:"sora",Sundanese:"sund",Syloti_Nagri:"sylo",Syriac:"syrc",Tagbanwa:"tagb",Takri:"takr",Tai_Le:"tale",New_Tai_Lue:"talu",Tamil:["tml2","taml"],Tai_Viet:"tavt",Telugu:["tel2","telu"],Tifinagh:"tfng",Tagalog:"tglg",Thaana:"thaa",Thai:"thai",Tibetan:"tibt",Tirhuta:"tirh",Ugaritic:"ugar",Vai:"vai ",Warang_Citi:"wara",Old_Persian:"xpeo",Cuneiform:"xsux",Yi:"yi ",Inherited:"zinh",Common:"zyyy",Unknown:"zzzz"},ur={};for(let oA in Vi){let a=Vi[oA];if(Array.isArray(a))for(let h of a)ur[h]=oA;else ur[a]=oA}const Wi={arab:!0,hebr:!0,syrc:!0,thaa:!0,cprt:!0,khar:!0,phnx:!0,"nko ":!0,lydi:!0,avst:!0,armi:!0,phli:!0,prti:!0,sarb:!0,orkh:!0,samr:!0,mand:!0,merc:!0,mero:!0,mani:!0,mend:!0,nbat:!0,narb:!0,palm:!0,phlp:!0};function Sr(oA){return Wi[oA]?"rtl":"ltr"}class Va{get advanceWidth(){let a=0;for(let h of this.positions)a+=h.xAdvance;return a}get advanceHeight(){let a=0;for(let h of this.positions)a+=h.yAdvance;return a}get bbox(){let a=new Ri,h=0,F=0;for(let k=0;k[Si[oA].code,Si[oA][a]],js={rlig:Xe("ligatures","requiredLigatures"),clig:Xe("ligatures","contextualLigatures"),dlig:Xe("ligatures","rareLigatures"),hlig:Xe("ligatures","historicalLigatures"),liga:Xe("ligatures","commonLigatures"),hist:Xe("ligatures","historicalLigatures"),smcp:Xe("lowerCase","lowerCaseSmallCaps"),pcap:Xe("lowerCase","lowerCasePetiteCaps"),frac:Xe("fractions","diagonalFractions"),dnom:Xe("fractions","diagonalFractions"),numr:Xe("fractions","diagonalFractions"),afrc:Xe("fractions","verticalFractions"),case:Xe("caseSensitiveLayout","caseSensitiveLayout"),ccmp:Xe("unicodeDecomposition","canonicalComposition"),cpct:Xe("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),valt:Xe("CJKVerticalRomanPlacement","CJKVerticalRomanCentered"),swsh:Xe("contextualAlternates","swashAlternates"),cswh:Xe("contextualAlternates","contextualSwashAlternates"),curs:Xe("cursiveConnection","cursive"),c2pc:Xe("upperCase","upperCasePetiteCaps"),c2sc:Xe("upperCase","upperCaseSmallCaps"),init:Xe("smartSwash","wordInitialSwashes"),fin2:Xe("smartSwash","wordFinalSwashes"),medi:Xe("smartSwash","nonFinalSwashes"),med2:Xe("smartSwash","nonFinalSwashes"),fin3:Xe("smartSwash","wordFinalSwashes"),fina:Xe("smartSwash","wordFinalSwashes"),pkna:Xe("kanaSpacing","proportionalKana"),half:Xe("textSpacing","halfWidthText"),halt:Xe("textSpacing","altHalfWidthText"),hkna:Xe("alternateKana","alternateHorizKana"),vkna:Xe("alternateKana","alternateVertKana"),ital:Xe("italicCJKRoman","CJKItalicRoman"),lnum:Xe("numberCase","upperCaseNumbers"),onum:Xe("numberCase","lowerCaseNumbers"),mgrk:Xe("mathematicalExtras","mathematicalGreek"),calt:Xe("contextualAlternates","contextualAlternates"),vrt2:Xe("verticalSubstitution","substituteVerticalForms"),vert:Xe("verticalSubstitution","substituteVerticalForms"),tnum:Xe("numberSpacing","monospacedNumbers"),pnum:Xe("numberSpacing","proportionalNumbers"),sups:Xe("verticalPosition","superiors"),subs:Xe("verticalPosition","inferiors"),ordn:Xe("verticalPosition","ordinals"),pwid:Xe("textSpacing","proportionalText"),hwid:Xe("textSpacing","halfWidthText"),qwid:Xe("textSpacing","quarterWidthText"),twid:Xe("textSpacing","thirdWidthText"),fwid:Xe("textSpacing","proportionalText"),palt:Xe("textSpacing","altProportionalText"),trad:Xe("characterShape","traditionalCharacters"),smpl:Xe("characterShape","simplifiedCharacters"),jp78:Xe("characterShape","JIS1978Characters"),jp83:Xe("characterShape","JIS1983Characters"),jp90:Xe("characterShape","JIS1990Characters"),jp04:Xe("characterShape","JIS2004Characters"),expt:Xe("characterShape","expertCharacters"),hojo:Xe("characterShape","hojoCharacters"),nlck:Xe("characterShape","NLCCharacters"),tnam:Xe("characterShape","traditionalNamesCharacters"),ruby:Xe("rubyKana","rubyKana"),titl:Xe("styleOptions","titlingCaps"),zero:Xe("typographicExtras","slashedZero"),ss01:Xe("stylisticAlternatives","stylisticAltOne"),ss02:Xe("stylisticAlternatives","stylisticAltTwo"),ss03:Xe("stylisticAlternatives","stylisticAltThree"),ss04:Xe("stylisticAlternatives","stylisticAltFour"),ss05:Xe("stylisticAlternatives","stylisticAltFive"),ss06:Xe("stylisticAlternatives","stylisticAltSix"),ss07:Xe("stylisticAlternatives","stylisticAltSeven"),ss08:Xe("stylisticAlternatives","stylisticAltEight"),ss09:Xe("stylisticAlternatives","stylisticAltNine"),ss10:Xe("stylisticAlternatives","stylisticAltTen"),ss11:Xe("stylisticAlternatives","stylisticAltEleven"),ss12:Xe("stylisticAlternatives","stylisticAltTwelve"),ss13:Xe("stylisticAlternatives","stylisticAltThirteen"),ss14:Xe("stylisticAlternatives","stylisticAltFourteen"),ss15:Xe("stylisticAlternatives","stylisticAltFifteen"),ss16:Xe("stylisticAlternatives","stylisticAltSixteen"),ss17:Xe("stylisticAlternatives","stylisticAltSeventeen"),ss18:Xe("stylisticAlternatives","stylisticAltEighteen"),ss19:Xe("stylisticAlternatives","stylisticAltNineteen"),ss20:Xe("stylisticAlternatives","stylisticAltTwenty")};for(let oA=1;oA<=99;oA++)js[`cv${`00${oA}`.slice(-2)}`]=[Si.characterAlternatives.code,oA];let Ki={};for(let oA in js){let a=js[oA];null==Ki[a[0]]&&(Ki[a[0]]={}),Ki[a[0]][a[1]]=oA}function Nr(oA){let[a,h]=oA;if(isNaN(a))var F=Si[a]&&Si[a].code;else F=a;if(isNaN(h))var k=Si[a]&&Si[a][h];else k=h;return[F,k]}class Rs{lookup(a){switch(this.table.version){case 0:return this.table.values.getItem(a);case 2:case 4:{let k=0,X=this.table.binarySearchHeader.nUnits-1;for(;k<=X;){if(65535===(F=this.table.segments[h=k+X>>1]).firstGlyph)return null;if(aF.lastGlyph))return 2===this.table.version?F.value:F.values[a-F.firstGlyph];k=h+1}}return null}case 6:{let k=0,X=this.table.binarySearchHeader.nUnits-1;for(;k<=X;){var h,F;if(65535===(F=this.table.segments[h=k+X>>1]).glyph)return null;if(aF.glyph))return F.value;k=h+1}}return null}case 8:return this.table.values[a-this.table.firstGlyph];default:throw new Error(`Unknown lookup table format: ${this.table.version}`)}}glyphsForValue(a){let h=[];switch(this.table.version){case 2:case 4:for(let F of this.table.segments)if(2===this.table.version&&F.value===a)h.push(...ns(F.firstGlyph,F.lastGlyph+1));else for(let k=0;k=-1;){let IA=null,LA=1,ZA=!0;X===a.length||-1===X?LA=0:(IA=a[X],65535===IA.id?LA=2:(LA=this.lookupTable.lookup(IA.id),null==LA&&(LA=1)));let re=this.stateTable.stateArray.getItem(k)[LA],ke=this.stateTable.entryTable.getItem(re);0!==LA&&2!==LA&&(F(IA,ke,X),ZA=!(16384&ke.flags)),k=ke.newState,ZA&&(X+=O)}return a}traverse(a,h=0,F=new Set){if(F.has(h))return;F.add(h);let{nClasses:k,stateArray:X,entryTable:O}=this.stateTable,IA=X.getItem(h);for(let LA=4;LA=0;)65535===a[F].id&&a.splice(F,1),F--;return a}processSubtable(a,h){if(this.subtable=a,this.glyphs=h,4===this.subtable.type)return void this.processNoncontextualSubstitutions(this.subtable,this.glyphs);this.ligatureStack=[],this.markedGlyph=null,this.firstGlyph=null,this.lastGlyph=null,this.markedIndex=null;let F=this.getStateMachine(a),k=this.getProcessor();return F.process(this.glyphs,!!(4194304&this.subtable.coverage),k)}getStateMachine(a){return new $a(a.table.stateTable)}getProcessor(){switch(this.subtable.type){case 0:return this.processIndicRearragement;case 1:return this.processContextualSubstitution;case 2:return this.processLigature;case 4:return this.processNoncontextualSubstitutions;case 5:return this.processGlyphInsertion;default:throw new Error(`Invalid morx subtable type: ${this.subtable.type}`)}}processIndicRearragement(a,h,F){32768&h.flags&&(this.firstGlyph=F),8192&h.flags&&(this.lastGlyph=F),function go(oA,a,h,F){switch(a){case 0:return oA;case 1:return On(oA,[h,1],[F,0]);case 2:return On(oA,[h,0],[F,1]);case 3:return On(oA,[h,1],[F,1]);case 4:return On(oA,[h,2],[F,0]);case 5:return On(oA,[h,2],[F,0],!0,!1);case 6:return On(oA,[h,0],[F,2]);case 7:return On(oA,[h,0],[F,2],!1,!0);case 8:return On(oA,[h,1],[F,2]);case 9:return On(oA,[h,1],[F,2],!1,!0);case 10:return On(oA,[h,2],[F,1]);case 11:return On(oA,[h,2],[F,1],!0,!1);case 12:return On(oA,[h,2],[F,2]);case 13:return On(oA,[h,2],[F,2],!0,!1);case 14:return On(oA,[h,2],[F,2],!1,!0);case 15:return On(oA,[h,2],[F,2],!0,!0);default:throw new Error(`Unknown verb: ${a}`)}}(this.glyphs,15&h.flags,this.firstGlyph,this.lastGlyph)}processContextualSubstitution(a,h,F){let k=this.subtable.table.substitutionTable.items;if(65535!==h.markIndex){let O=k.getItem(h.markIndex);(X=new Rs(O).lookup((a=this.glyphs[this.markedGlyph]).id))&&(this.glyphs[this.markedGlyph]=this.font.getGlyph(X,a.codePoints))}if(65535!==h.currentIndex){let O=k.getItem(h.currentIndex);var X;(X=new Rs(O).lookup((a=this.glyphs[F]).id))&&(this.glyphs[F]=this.font.getGlyph(X,a.codePoints))}32768&h.flags&&(this.markedGlyph=F)}processLigature(a,h,F){if(32768&h.flags&&this.ligatureStack.push(F),8192&h.flags){let k=this.subtable.table.ligatureActions,X=this.subtable.table.components,O=this.subtable.table.ligatureList,IA=h.action,LA=!1,ZA=0,oe=[],re=[];for(;!LA;){let ke=this.ligatureStack.pop();oe.unshift(...this.glyphs[ke].codePoints);let at=k.getItem(IA++);LA=!!(2147483648&at);let Bt=!!(1073741824&at),Nt=(1073741823&at)<<2>>2;if(Nt+=this.glyphs[ke].id,ZA+=X.getItem(Nt),LA||Bt){let vt=O.getItem(ZA);this.glyphs[ke]=this.font.getGlyph(vt,oe),re.push(ke),ZA=0,oe=[]}else this.glyphs[ke]=this.font.getGlyph(65535)}this.ligatureStack.push(...re)}}processNoncontextualSubstitutions(a,h,F){let k=new Rs(a.table.lookupTable);for(F=0;F>>5,!!(1024&h.flags)),65535!==h.currentInsertIndex&&this._insertGlyphs(F,h.currentInsertIndex,(992&h.flags)>>>5,!!(2048&h.flags))}getSupportedFeatures(){let a=[];for(let h of this.morx.chains)for(let F of h.features)a.push([F.featureType,F.featureSetting]);return a}generateInputs(a){return this.inputCache||this.generateInputCache(),this.inputCache[a]||[]}generateInputCache(){this.inputCache={};for(let a of this.morx.chains){let h=a.defaultFlags;for(let F of a.subtables)F.subFeatureFlags&h&&this.generateInputsForSubtable(F)}}generateInputsForSubtable(a){if(2!==a.type)return;if(4194304&a.coverage)throw new Error("Reverse subtable, not supported.");this.subtable=a,this.ligatureStack=[];let F=this.getStateMachine(a),k=this.getProcessor(),X=[],O=[];this.glyphs=[],F.traverse({enter:(IA,LA)=>{let ZA=this.glyphs;O.push({glyphs:ZA.slice(),ligatureStack:this.ligatureStack.slice()});let oe=this.font.getGlyph(IA);X.push(oe),ZA.push(X[X.length-1]),k(ZA[ZA.length-1],LA,ZA.length-1);let re=0,ke=0;for(let at=0;atNt.id),Bt=this.inputCache[ke];Bt?Bt.push(at):this.inputCache[ke]=[at]}},exit:()=>{({glyphs:this.glyphs,ligatureStack:this.ligatureStack}=O.pop()),X.pop()}})}constructor(a){this.processIndicRearragement=this.processIndicRearragement.bind(this),this.processContextualSubstitution=this.processContextualSubstitution.bind(this),this.processLigature=this.processLigature.bind(this),this.processNoncontextualSubstitutions=this.processNoncontextualSubstitutions.bind(this),this.processGlyphInsertion=this.processGlyphInsertion.bind(this),this.font=a,this.morx=a.morx,this.inputCache=null}}function On(oA,a,h,F=!1,k=!1){let X=oA.splice(h[0]-(h[1]-1),h[1]);k&&X.reverse();let O=oA.splice(a[0],a[1],...X);return F&&O.reverse(),oA.splice(h[0]-(a[1]-1),0,...O),oA}(0,M._)([$],Hr.prototype,"getStateMachine",null);class fo{substitute(a){"rtl"===a.direction&&a.glyphs.reverse(),this.morxProcessor.process(a.glyphs,function Ka(oA){let a={};for(let h in oA){let F;(F=js[h])&&(null==a[F[0]]&&(a[F[0]]={}),a[F[0]][F[1]]=oA[h])}return a}(a.features))}getAvailableFeatures(a,h){return function Xa(oA){let a={};if(Array.isArray(oA))for(let h=0;h0&&a.applyFeatures(k,h,F)}constructor(a,h,F){this.font=a,this.script=h,this.direction=F,this.stages=[],this.globalFeatures={},this.allFeatures={}}}const Eo=["rvrn"],ho=["ccmp","locl","rlig","mark","mkmk"],wo=["frac","numr","dnom"],Co=["calt","clig","liga","rclt","curs","kern"],Qo={ltr:["ltra","ltrm"],rtl:["rtla","rtlm"]};class Ni{static plan(a,h,F){this.planPreprocessing(a),this.planFeatures(a),this.planPostprocessing(a,F),a.assignGlobalFeatures(h),this.assignFeatures(a,h)}static planPreprocessing(a){a.add({global:[...Eo,...Qo[a.direction]],local:wo})}static planFeatures(a){}static planPostprocessing(a,h){a.add([...ho,...Co]),a.setFeatureOverrides(h)}static assignFeatures(a,h){for(let F=0;F0&&(0,V.isDigit)(h[X-1].codePoints[0]);)h[X-1].features.numr=!0,h[X-1].features.frac=!0,X--;for(;Othis.index||this.index>=this.glyphs.length?null:this.glyphs[this.index]}next(){return this.move(1)}prev(){return this.move(-1)}peek(a=1){let h=this.index,F=this.increment(a);return this.index=h,F}peekIndex(a=1){let h=this.index;this.increment(a);let F=this.index;return this.index=h,F}increment(a=1){let h=a<0?-1:1;for(a=Math.abs(a);a--;)this.move(h);return this.glyphs[this.index]}constructor(a,h){this.glyphs=a,this.reset(h)}}const Fo=["DFLT","dflt","latn"];class Vs{findScript(a){if(null==this.table.scriptList)return null;Array.isArray(a)||(a=[a]);for(let h of a)for(let F of this.table.scriptList)if(F.tag===h)return F;return null}selectScript(a,h,F){let X,k=!1;if(!this.script||a!==this.scriptTag){if(X=this.findScript(a),X||(X=this.findScript(Fo)),!X)return this.scriptTag;this.scriptTag=X.tag,this.script=X.script,this.language=null,this.languageTag=null,k=!0}if((!F||F!==this.direction)&&(this.direction=F||Sr(a)),h&&h.length<4&&(h+=" ".repeat(4-h.length)),!h||h!==this.languageTag){this.language=null;for(let O of this.script.langSysRecords)if(O.tag===h){this.language=O.langSys,this.languageTag=O.tag;break}this.language||(this.language=this.script.defaultLangSys,this.languageTag=null),k=!0}if(k&&(this.features={},this.language))for(let O of this.language.featureIndexes){let IA=this.table.featureList[O],LA=this.substituteFeatureForVariations(O);this.features[IA.tag]=LA||IA.feature}return this.scriptTag}lookupsForFeatures(a=[],h){let F=[];for(let k of a){let X=this.features[k];if(X)for(let O of X.lookupListIndexes)h&&-1!==h.indexOf(O)||F.push({feature:k,index:O,lookup:this.table.lookupList.get(O)})}return F.sort((k,X)=>k.index-X.index),F}substituteFeatureForVariations(a){if(-1===this.variationsIndex)return null;let F=this.table.featureVariations.featureVariationRecords[this.variationsIndex].featureTableSubstitution.substitutions;for(let k of F)if(k.featureIndex===a)return k.alternateFeatureTable;return null}findVariationsIndex(a){let h=this.table.featureVariations;if(!h)return-1;let F=h.featureVariationRecords;for(let k=0;k{let k=F.axisIndexF===k.id)}sequenceMatchIndices(a,h){return this.match(a,h,(F,k)=>this.currentFeature in k.features&&F===k.id,[])}coverageSequenceMatches(a,h){return this.match(a,h,(F,k)=>this.coverageIndex(F,k.id)>=0)}getClassID(a,h){switch(h.version){case 1:let F=a-h.startGlyph;if(F>=0&&Fk===this.getClassID(X.id,F))}applyContext(a){let h,F;switch(a.version){case 1:if(h=this.coverageIndex(a.coverage),-1===h)return!1;F=a.ruleSets[h];for(let k of F)if(this.sequenceMatches(1,k.input))return this.applyLookupList(k.lookupRecords);break;case 2:if(-1===this.coverageIndex(a.coverage)||(h=this.getClassID(this.glyphIterator.cur.id,a.classDef),-1===h))return!1;F=a.classSet[h];for(let k of F)if(this.classSequenceMatches(1,k.classes,a.classDef))return this.applyLookupList(k.lookupRecords);break;case 3:if(this.coverageSequenceMatches(0,a.coverages))return this.applyLookupList(a.lookupRecords)}return!1}applyChainingContext(a){let h;switch(a.version){case 1:if(h=this.coverageIndex(a.coverage),-1===h)return!1;let F=a.chainRuleSets[h];for(let X of F)if(this.sequenceMatches(-X.backtrack.length,X.backtrack)&&this.sequenceMatches(1,X.input)&&this.sequenceMatches(1+X.input.length,X.lookahead))return this.applyLookupList(X.lookupRecords);break;case 2:if(-1===this.coverageIndex(a.coverage))return!1;h=this.getClassID(this.glyphIterator.cur.id,a.inputClassDef);let k=a.chainClassSet[h];if(!k)return!1;for(let X of k)if(this.classSequenceMatches(-X.backtrack.length,X.backtrack,a.backtrackClassDef)&&this.classSequenceMatches(1,X.input,a.inputClassDef)&&this.classSequenceMatches(1+X.input.length,X.lookahead,a.lookaheadClassDef))return this.applyLookupList(X.lookupRecords);break;case 3:if(this.coverageSequenceMatches(-a.backtrackGlyphCount,a.backtrackCoverage)&&this.coverageSequenceMatches(0,a.inputCoverage)&&this.coverageSequenceMatches(a.inputGlyphCount,a.lookaheadCoverage))return this.applyLookupList(a.lookupRecords)}return!1}constructor(a,h){this.font=a,this.table=h,this.script=null,this.scriptTag=null,this.language=null,this.languageTag=null,this.features={},this.lookups={},this.variationsIndex=a._variationProcessor?this.findVariationsIndex(a._variationProcessor.normalizedCoords):-1,this.selectScript(),this.glyphs=[],this.positions=[],this.ligatureID=1,this.currentFeature=null}}class ri{get id(){return this._id}set id(a){this._id=a,this.substituted=!0;let h=this._font.GDEF;if(h&&h.glyphClassDef){let F=Vs.prototype.getClassID(a,h.glyphClassDef);this.isBase=1===F,this.isLigature=2===F,this.isMark=3===F,this.markAttachmentType=h.markAttachClassDef?Vs.prototype.getClassID(a,h.markAttachClassDef):0}else this.isMark=this.codePoints.length>0&&this.codePoints.every(V.isMark),this.isBase=!this.isMark,this.isLigature=this.codePoints.length>1,this.markAttachmentType=0}copy(){return new ri(this._font,this.id,this.codePoints,this.features)}constructor(a,h,F=[],k){if(this._font=a,this.codePoints=F,this.id=h,this.features={},Array.isArray(k))for(let X=0;X4352<=oA&&oA<=4447||43360<=oA&&oA<=43388)(oA)?1:(oA=>4448<=oA&&oA<=4519||55216<=oA&&oA<=55238)(oA)?2:(oA=>4520<=oA&&oA<=4607||55243<=oA&&oA<=55291)(oA)?3:(oA=>oA-is<11173&&(oA-is)%28==0)(oA)?4:(oA=>is<=oA&&oA<=55204)(oA)?5:(oA=>12334<=oA&&oA<=12335)(oA)?6:0}const mi=1,dr=2,Qr=4,mr=5,Oo=[[[0,0],[0,1],[0,0],[0,0],[mi,2],[mi,3],[mr,0]],[[0,0],[0,1],[dr,2],[0,0],[mi,2],[mi,3],[mr,0]],[[0,0],[0,1],[0,0],[dr,3],[mi,2],[mi,3],[Qr,0]],[[0,0],[0,1],[0,0],[0,0],[mi,2],[mi,3],[Qr,0]]];function Ns(oA,a,h){return new ri(oA,oA.glyphForCodePoint(a).id,[a],h)}function Wr(oA,a,h){let F=oA[a],X=F.codePoints[0]-is,O=Ui+X%28;X=X/28|0;let IA=4352+X/21|0,LA=4449+X%21;if(!h.hasGlyphForCodePoint(IA)||!h.hasGlyphForCodePoint(LA)||O!==Ui&&!h.hasGlyphForCodePoint(O))return a;let ZA=Ns(h,IA,F.features);ZA.features.ljmo=!0;let oe=Ns(h,LA,F.features);oe.features.vjmo=!0;let re=[ZA,oe];if(O>Ui){let ke=Ns(h,O,F.features);ke.features.tjmo=!0,re.push(ke)}return oA.splice(a,1,...re),a+re.length-1}function Jo(oA,a,h){let LA,ZA,oe,re,F=oA[a],X=$s(oA[a].codePoints[0]),O=oA[a-1].codePoints[0],IA=$s(O);if(4===IA&&3===X)LA=O,re=F;else{2===X?(ZA=oA[a-1],oe=F):(ZA=oA[a-2],oe=oA[a-1],re=F);let at=ZA.codePoints[0],Bt=oe.codePoints[0];(oA=>4352<=oA&&oA<=4370)(at)&&(oA=>4449<=oA&&oA<=4469)(Bt)&&(LA=is+28*(21*(at-4352)+(Bt-4449)))}let ke=re&&re.codePoints[0]||Ui;if(null!=LA&&(ke===Ui||(oA=>1<=oA&&oA<=4546)(ke))){let at=LA+(ke-Ui);if(h.hasGlyphForCodePoint(at)){let Bt=2===IA?3:2;return oA.splice(a-Bt+1,Bt,Ns(h,at,F.features)),a-Bt+1}}return ZA&&(ZA.features.ljmo=!0),oe&&(oe.features.vjmo=!0),re&&(re.features.tjmo=!0),4===IA?(Wr(oA,a-1,h),a+1):a}function Vo(oA,a,h){let F=oA[a];if(0===h.glyphForCodePoint(oA[a].codePoints[0]).advanceWidth)return;let O=function _o(oA){switch($s(oA)){case 4:case 5:return 1;case 2:return 2;case 3:return 3}}(oA[a-1].codePoints[0]);return oA.splice(a,1),oA.splice(a-O,0,F)}function Wo(oA,a,h){let F=oA[a],k=oA[a].codePoints[0];if(h.hasGlyphForCodePoint(9676)){let X=Ns(h,9676,F.features),O=0===h.glyphForCodePoint(k).advanceWidth?a:a+1;oA.splice(O,0,X),a++}return a}var Mr,Xi;Mr=JSON.parse('{"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,14,15,16,17],[0,0,0,18,19,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,28,29,30,31,32,33,0,34,0,0,35,36,0,0,37,0],[0,0,0,38,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,39,0,0,0,40,41,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,12,43,0,0,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,0,43,0,0,0,0],[0,0,0,45,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,50,0,0,51,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0],[0,0,0,53,54,55,56,57,58,0,59,0,0,60,61,0,0,62,0],[0,0,0,4,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,63,64,0,0,40,41,0,9,0,10,0,0,0,42,0,63,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,0,2,16,0],[0,0,0,18,65,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,0,0],[0,0,0,69,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,73,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,75,0,0,0,76,77,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,25,79,0,0,0,0],[0,0,0,18,19,20,74,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,81,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,86,0,0,87,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0],[0,0,0,18,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,89,90,0,0,76,77,0,23,0,24,0,0,0,78,0,89,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,0,0],[0,0,0,94,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,96,0,0,0,97,98,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,35,100,0,0,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,102,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,107,0,0,108,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0],[0,0,0,28,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,110,111,0,0,97,98,0,33,0,34,0,0,0,99,0,110,0,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,0,0],[0,0,0,0,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,0,0,115,116,117,118,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,39,0,122,0,123,123,8,9,0,10,0,0,0,42,0,39,0,0],[0,124,64,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0],[0,39,0,0,0,121,125,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,126,126,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,47,47,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,128,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,129,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,50,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0],[0,0,0,135,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,136,0,0,0,137,138,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,60,140,0,0,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,0,140,0,0,0,0],[0,0,0,142,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,147,0,0,148,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0],[0,0,0,53,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,150,151,0,0,137,138,0,58,0,59,0,0,0,139,0,150,0,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,0,0],[0,0,0,155,116,156,157,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,75,3,4,5,159,160,8,161,0,162,0,11,12,163,0,75,16,0],[0,0,0,0,0,40,164,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,0,165,0,0,0,0],[0,124,64,0,0,40,164,0,9,0,10,0,0,0,42,0,124,0,0],[0,0,0,0,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,167,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0],[0,0,0,0,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,0,79,0,0,0,0],[0,0,0,169,170,171,172,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,75,0,176,0,177,177,22,23,0,24,0,0,0,78,0,75,0,0],[0,178,90,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0],[0,75,0,0,0,175,179,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,180,180,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,83,83,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,182,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,183,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,86,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0],[0,0,0,189,170,190,191,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,76,193,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,0,194,0,0,0,0],[0,178,90,0,0,76,193,0,23,0,24,0,0,0,78,0,178,0,0],[0,0,0,0,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,195,196,197,198,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,96,0,202,0,203,203,32,33,0,34,0,0,0,99,0,96,0,0],[0,204,111,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0],[0,96,0,0,0,201,205,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,206,206,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,104,104,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,208,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,209,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,107,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0],[0,0,0,215,196,216,217,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,97,219,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,0,220,0,0,0,0],[0,204,111,0,0,97,219,0,33,0,34,0,0,0,99,0,204,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,223,0,0,0,40,224,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,119,225,0,0,0,0],[0,0,0,115,116,117,222,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,115,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,226,64,0,0,40,224,0,9,0,10,0,0,0,42,0,226,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,39,0,0,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,44,44,8,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,227,0,228,229,0,9,0,10,0,0,230,0,0,0,0,0],[0,39,0,122,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,231,231,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,131,131,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,234,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,235,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,0,0,240,241,242,243,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,136,0,247,0,248,248,57,58,0,59,0,0,0,139,0,136,0,0],[0,249,151,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0],[0,136,0,0,0,246,250,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,251,251,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,144,144,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,253,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,254,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,147,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0],[0,0,0,260,241,261,262,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,137,264,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,0,265,0,0,0,0],[0,249,151,0,0,137,264,0,58,0,59,0,0,0,139,0,249,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,158,225,0,0,0,0],[0,0,0,155,116,156,222,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,155,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,43,266,266,8,161,0,24,0,0,12,267,0,0,0,0],[0,75,0,176,43,268,268,269,161,0,24,0,0,0,267,0,75,0,0],[0,0,0,0,0,270,0,0,271,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0],[0,273,274,0,0,40,41,0,9,0,10,0,0,0,42,0,273,0,0],[0,0,0,40,0,123,123,8,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,121,275,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,279,0,0,0,76,280,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,173,281,0,0,0,0],[0,0,0,169,170,171,278,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,169,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,282,90,0,0,76,280,0,23,0,24,0,0,0,78,0,282,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,75,0,0,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,80,80,22,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,283,0,284,285,0,23,0,24,0,0,286,0,0,0,0,0],[0,75,0,176,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,287,287,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,185,185,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,290,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,291,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,192,281,0,0,0,0],[0,0,0,189,170,190,278,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,189,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,76,0,177,177,22,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,175,296,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,299,0,0,0,97,300,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,199,301,0,0,0,0],[0,0,0,195,196,197,298,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,195,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,302,111,0,0,97,300,0,33,0,34,0,0,0,99,0,302,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,96,0,0,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,101,101,32,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,303,0,304,305,0,33,0,34,0,0,306,0,0,0,0,0],[0,96,0,202,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,307,307,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,211,211,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,310,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,311,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,218,301,0,0,0,0],[0,0,0,215,196,216,298,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,215,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,97,0,203,203,32,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,201,316,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,0,225,0,0,0,0],[0,0,0,317,318,319,320,8,9,0,10,0,0,321,322,0,0,16,0],[0,223,0,323,0,123,123,8,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,0,0,121,324,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,325,318,326,327,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,64,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,230,0,0,0,0,0],[0,0,0,227,0,228,121,0,9,0,10,0,0,230,0,0,0,0,0],[0,0,0,227,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0],[0,0,0,0,0,329,329,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,237,237,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,332,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,333,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,337,0,0,0,137,338,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,244,339,0,0,0,0],[0,0,0,240,241,242,336,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,240,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,340,151,0,0,137,338,0,58,0,59,0,0,0,139,0,340,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,136,0,0,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,141,141,57,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,341,0,342,343,0,58,0,59,0,0,344,0,0,0,0,0],[0,136,0,247,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,345,345,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,256,256,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,348,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,349,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,263,339,0,0,0,0],[0,0,0,260,241,261,336,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,260,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,137,0,248,248,57,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,246,354,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,126,126,8,23,0,0,0,0,0,0,0,0,0,0],[0,355,90,0,0,121,125,0,9,0,10,0,0,0,42,0,355,0,0],[0,0,0,0,0,356,356,269,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,357,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,270,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0],[0,0,0,364,116,365,366,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,40,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,0,281,0,0,0,0],[0,0,0,369,370,371,372,22,23,0,24,0,0,373,374,0,0,27,0],[0,279,0,375,0,177,177,22,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,0,0,175,376,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,377,370,378,379,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,90,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,286,0,0,0,0,0],[0,0,0,283,0,284,175,0,23,0,24,0,0,286,0,0,0,0,0],[0,0,0,283,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0],[0,0,0,0,0,381,381,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,293,293,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,384,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,385,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,76,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,0,301,0,0,0,0],[0,0,0,387,388,389,390,32,33,0,34,0,0,391,392,0,0,37,0],[0,299,0,393,0,203,203,32,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,0,0,201,394,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,395,388,396,397,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,111,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,306,0,0,0,0,0],[0,0,0,303,0,304,201,0,33,0,34,0,0,306,0,0,0,0,0],[0,0,0,303,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0],[0,0,0,0,0,399,399,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,313,313,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,402,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,403,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,97,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,407,0,0,0,40,408,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,321,409,0,0,0,0],[0,0,0,317,318,319,406,8,9,0,10,0,0,321,322,0,0,16,0],[0,0,0,317,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,410,64,0,0,40,408,0,9,0,10,0,0,0,42,0,410,0,0],[0,223,0,0,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,323,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,328,409,0,0,0,0],[0,0,0,325,318,326,406,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,325,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0],[0,0,0,0,0,411,411,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,413,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,0,339,0,0,0,0],[0,0,0,414,415,416,417,57,58,0,59,0,0,418,419,0,0,62,0],[0,337,0,420,0,248,248,57,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,0,0,246,421,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,422,415,423,424,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,151,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,344,0,0,0,0,0],[0,0,0,341,0,342,246,0,58,0,59,0,0,344,0,0,0,0,0],[0,0,0,341,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0],[0,0,0,0,0,426,426,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,351,351,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,429,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,430,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,137,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,432,116,433,434,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,0,0,180,180,269,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,359,359,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,437,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,438,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,443,274,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,367,225,0,0,0,0],[0,0,0,364,116,365,445,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,364,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,448,0,0,0,76,449,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,373,450,0,0,0,0],[0,0,0,369,370,371,447,22,23,0,24,0,0,373,374,0,0,27,0],[0,0,0,369,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,451,90,0,0,76,449,0,23,0,24,0,0,0,78,0,451,0,0],[0,279,0,0,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,375,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,380,450,0,0,0,0],[0,0,0,377,370,378,447,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,377,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0],[0,0,0,0,0,452,452,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,454,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,457,0,0,0,97,458,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,391,459,0,0,0,0],[0,0,0,387,388,389,456,32,33,0,34,0,0,391,392,0,0,37,0],[0,0,0,387,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,460,111,0,0,97,458,0,33,0,34,0,0,0,99,0,460,0,0],[0,299,0,0,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,393,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,398,459,0,0,0,0],[0,0,0,395,388,396,456,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,395,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0],[0,0,0,0,0,461,461,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,463,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,0,409,0,0,0,0],[0,0,0,464,465,466,467,8,9,0,10,0,0,468,469,0,0,16,0],[0,407,0,470,0,123,123,8,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,0,0,121,471,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,472,465,473,474,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0],[0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,479,0,0,0,137,480,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,418,481,0,0,0,0],[0,0,0,414,415,416,478,57,58,0,59,0,0,418,419,0,0,62,0],[0,0,0,414,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,482,151,0,0,137,480,0,58,0,59,0,0,0,139,0,482,0,0],[0,337,0,0,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,420,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,425,481,0,0,0,0],[0,0,0,422,415,423,478,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,422,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0],[0,0,0,0,0,483,483,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,485,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,435,225,0,0,0,0],[0,0,0,432,116,433,445,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,432,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,486,486,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,440,440,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,489,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,490,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,495,0,496,497,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,0,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,0,225,0,0,0,0],[0,0,0,0,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,0,450,0,0,0,0],[0,0,0,499,500,501,502,22,23,0,24,0,0,503,504,0,0,27,0],[0,448,0,505,0,177,177,22,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,0,0,175,506,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,507,500,508,509,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0],[0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,0,459,0,0,0,0],[0,0,0,512,513,514,515,32,33,0,34,0,0,516,517,0,0,37,0],[0,457,0,518,0,203,203,32,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,0,0,201,519,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,520,513,521,522,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0],[0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,527,0,0,0,40,528,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,468,529,0,0,0,0],[0,0,0,464,465,466,526,8,9,0,10,0,0,468,469,0,0,16,0],[0,0,0,464,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,530,64,0,0,40,528,0,9,0,10,0,0,0,42,0,530,0,0],[0,407,0,0,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,470,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,475,529,0,0,0,0],[0,0,0,472,465,473,526,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,472,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0],[0,0,0,0,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,0,481,0,0,0,0],[0,0,0,531,532,533,534,57,58,0,59,0,0,535,536,0,0,62,0],[0,479,0,537,0,248,248,57,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,0,0,246,538,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,539,532,540,541,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0],[0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0],[0,0,0,0,0,544,544,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,492,492,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,547,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,548,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,274,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,498,0,0,0,0,0],[0,0,0,495,0,496,368,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,495,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,553,0,0,0,76,554,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,503,555,0,0,0,0],[0,0,0,499,500,501,552,22,23,0,24,0,0,503,504,0,0,27,0],[0,0,0,499,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,556,90,0,0,76,554,0,23,0,24,0,0,0,78,0,556,0,0],[0,448,0,0,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,505,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,510,555,0,0,0,0],[0,0,0,507,500,508,552,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,507,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,559,0,0,0,97,560,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,516,561,0,0,0,0],[0,0,0,512,513,514,558,32,33,0,34,0,0,516,517,0,0,37,0],[0,0,0,512,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,562,111,0,0,97,560,0,33,0,34,0,0,0,99,0,562,0,0],[0,457,0,0,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,518,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,523,561,0,0,0,0],[0,0,0,520,513,521,558,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,520,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0],[0,0,0,0,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,0,529,0,0,0,0],[0,0,0,563,66,564,565,8,9,0,10,0,0,566,68,0,0,16,0],[0,527,0,567,0,123,123,8,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,0,0,121,568,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,569,66,570,571,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,575,0,0,0,137,576,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,535,577,0,0,0,0],[0,0,0,531,532,533,574,57,58,0,59,0,0,535,536,0,0,62,0],[0,0,0,531,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,578,151,0,0,137,576,0,58,0,59,0,0,0,139,0,578,0,0],[0,479,0,0,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,537,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,542,577,0,0,0,0],[0,0,0,539,532,540,574,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,539,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0],[0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0],[0,0,0,0,0,579,579,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,581,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,0,555,0,0,0,0],[0,0,0,582,91,583,584,22,23,0,24,0,0,585,93,0,0,27,0],[0,553,0,586,0,177,177,22,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,0,0,175,587,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,588,91,589,590,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,0,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,0,561,0,0,0,0],[0,0,0,592,112,593,594,32,33,0,34,0,0,595,114,0,0,37,0],[0,559,0,596,0,203,203,32,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,0,0,201,597,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,598,112,599,600,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,566,165,0,0,0,0],[0,0,0,563,66,564,67,8,9,0,10,0,0,566,68,0,0,16,0],[0,0,0,563,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,527,0,0,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,567,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,572,165,0,0,0,0],[0,0,0,569,66,570,67,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,569,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,0,577,0,0,0,0],[0,0,0,603,152,604,605,57,58,0,59,0,0,606,154,0,0,62,0],[0,575,0,607,0,248,248,57,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,0,0,246,608,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,609,152,610,611,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0],[0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,585,194,0,0,0,0],[0,0,0,582,91,583,92,22,23,0,24,0,0,585,93,0,0,27,0],[0,0,0,582,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,553,0,0,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,586,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,591,194,0,0,0,0],[0,0,0,588,91,589,92,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,588,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,595,220,0,0,0,0],[0,0,0,592,112,593,113,32,33,0,34,0,0,595,114,0,0,37,0],[0,0,0,592,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,559,0,0,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,596,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,601,220,0,0,0,0],[0,0,0,598,112,599,113,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,598,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,606,265,0,0,0,0],[0,0,0,603,152,604,153,57,58,0,59,0,0,606,154,0,0,62,0],[0,0,0,603,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,575,0,0,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,607,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,612,265,0,0,0,0],[0,0,0,609,152,610,153,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,609,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0]],"accepting":[false,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,false,false,true,true,true,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,true,true,true,false,true,false,true,true,false,false,true,true,true,true,true,true,true,false,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,false,true,false,true,true,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,false,true,false,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,true,false,true,true,false,false,false,false,true,true,false,false,true,true,true,false,true,true,false,false,true,false,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,true,false,true,false,true,true,false,false,true,true,false,false,true,true,true,false,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,false,false,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,false,false,false,false,false,false,false,true,true,false,false,true,true,false,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,true,true,false,true,true,true,true,true,true,false,true,true,false,true,false,true,true,true,true,true,true,false,true,true,true,true,true,true,false,true,true,false,false,false,false,false,true,true,false,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,false,false,false,true,false,true,true,true,true,true,false,true,true,true,false,true,true,true,true,true,false,true,true,true,true,false,true,true,true,true,true,false,true,true,false,true,true,true],"tags":[[],["broken_cluster"],["consonant_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],[],["broken_cluster"],["symbol_cluster"],[],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["symbol_cluster"],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],[],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],[],[],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],["consonant_syllable"],["vowel_syllable"],["standalone_cluster"]]}'),Xi=JSON.parse('{"categories":["O","IND","S","GB","B","FM","CGJ","VMAbv","VMPst","VAbv","VPst","CMBlw","VPre","VBlw","H","VMBlw","CMAbv","MBlw","CS","R","SUB","MPst","MPre","FAbv","FPst","FBlw","null","SMAbv","SMBlw","VMPre","ZWNJ","ZWJ","WJ","M","VS","N","HN","MAbv"],"decompositions":{"2507":[2503,2494],"2508":[2503,2519],"2888":[2887,2902],"2891":[2887,2878],"2892":[2887,2903],"3018":[3014,3006],"3019":[3015,3006],"3020":[3014,3031],"3144":[3142,3158],"3264":[3263,3285],"3271":[3270,3285],"3272":[3270,3286],"3274":[3270,3266],"3275":[3270,3266,3285],"3402":[3398,3390],"3403":[3399,3390],"3404":[3398,3415],"3546":[3545,3530],"3548":[3545,3535],"3549":[3545,3535,3530],"3550":[3545,3551],"3635":[3661,3634],"3763":[3789,3762],"3955":[3953,3954],"3957":[3953,3956],"3958":[4018,3968],"3959":[4018,3953,3968],"3960":[4019,3968],"3961":[4019,3953,3968],"3969":[3953,3968],"6971":[6970,6965],"6973":[6972,6965],"6976":[6974,6965],"6977":[6975,6965],"6979":[6978,6965],"69934":[69937,69927],"69935":[69938,69927],"70475":[70471,70462],"70476":[70471,70487],"70843":[70841,70842],"70844":[70841,70832],"70846":[70841,70845],"71098":[71096,71087],"71099":[71097,71087]},"stateTable":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,2,3,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,17,18,11,19,20,21,22,0,0,0,23,0,0,2,0,0,24,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,27,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,39,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,49,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,53,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0]],"accepting":[false,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"tags":[[],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["symbol_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["virama_terminated_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["number_joiner_terminated_cluster"],["standard_cluster"],["standard_cluster"],["numeral_cluster"]]}');const Qt={Start:1,Ra_To_Become_Reph:2,Pre_M:4,Pre_C:8,Base_C:16,After_Main:32,Above_C:64,Before_Sub:128,Below_C:256,After_Sub:512,Before_Post:1024,Post_C:2048,After_Post:4096,Final_C:8192,SMVD:16384,End:32768},Ts=16400,Xr={Default:{hasOldSpec:!1,virama:0,basePos:"Last",rephPos:Qt.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Devanagari:{hasOldSpec:!0,virama:2381,basePos:"Last",rephPos:Qt.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Bengali:{hasOldSpec:!0,virama:2509,basePos:"Last",rephPos:Qt.After_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gurmukhi:{hasOldSpec:!0,virama:2637,basePos:"Last",rephPos:Qt.Before_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gujarati:{hasOldSpec:!0,virama:2765,basePos:"Last",rephPos:Qt.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Oriya:{hasOldSpec:!0,virama:2893,basePos:"Last",rephPos:Qt.After_Main,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Tamil:{hasOldSpec:!0,virama:3021,basePos:"Last",rephPos:Qt.After_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Telugu:{hasOldSpec:!0,virama:3149,basePos:"Last",rephPos:Qt.After_Post,rephMode:"Explicit",blwfMode:"Post_Only"},Kannada:{hasOldSpec:!0,virama:3277,basePos:"Last",rephPos:Qt.After_Post,rephMode:"Implicit",blwfMode:"Post_Only"},Malayalam:{hasOldSpec:!0,virama:3405,basePos:"Last",rephPos:Qt.After_Main,rephMode:"Log_Repha",blwfMode:"Pre_And_Post"},Khmer:{hasOldSpec:!1,virama:6098,basePos:"First",rephPos:Qt.Ra_To_Become_Reph,rephMode:"Vis_Repha",blwfMode:"Pre_And_Post"}},Xo={6078:[6081,6078],6079:[6081,6079],6080:[6081,6080],6084:[6081,6084],6085:[6081,6085]},{decompositions:Zo}=Q(Xi),Zr=new(Q(d))(gr("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")),qo=new(Q(c))(Q(Mr));class xn extends Ni{static planFeatures(a){a.addStage($o),a.addStage(["locl","ccmp"]),a.addStage(el),a.addStage("nukt"),a.addStage("akhn"),a.addStage("rphf",!1),a.addStage("rkrf"),a.addStage("pref",!1),a.addStage("blwf",!1),a.addStage("abvf",!1),a.addStage("half",!1),a.addStage("pstf",!1),a.addStage("vatu"),a.addStage("cjct"),a.addStage("cfar",!1),a.addStage(tl),a.addStage({local:["init"],global:["pres","abvs","blws","psts","haln","dist","abvm","blwm","calt","clig"]}),a.unicodeScript=function _a(oA){return ur[oA]}(a.script),a.indicConfig=Xr[a.unicodeScript]||Xr.Default,a.isOldSpec=a.indicConfig.hasOldSpec&&"2"!==a.script[a.script.length-1]}static assignFeatures(a,h){for(let F=h.length-1;F>=0;F--){let k=h[F].codePoints[0],X=Xo[k]||Zo[k];if(X){let O=X.map(IA=>{let LA=a.font.glyphForCodePoint(IA);return new ri(a.font,LA.id,[IA],h[F].features)});h.splice(F,1,...O)}}}}function pr(oA){return Zr.get(oA.codePoints[0])>>8}function qr(oA){return 1<<(255&Zr.get(oA.codePoints[0]))}(0,B._)(xn,"zeroMarkWidths","NONE");class Ar{constructor(a,h,F,k){this.category=a,this.position=h,this.syllableType=F,this.syllable=k}}function $o(oA,a){let h=0,F=0;for(let[k,X,O]of qo.match(a.map(pr))){if(k>F){++h;for(let IA=F;IAke);break}case"First":re=IA;for(let Ue=re+1;Uewt&&!(Zi(a[Tt])||Ue&&16===a[Tt].shaperInfo.category);Tt--);if(16!==a[Tt].shaperInfo.category&&Tt>wt){let yn=a[wt];a.splice(wt,0,...a.splice(wt+1,Tt-wt)),a[Tt]=yn}break}}let Bt=Qt.Start;for(let Ue=IA;UeIA;Tt--)if(a[Tt-1].shaperInfo.position!==Qt.Pre_M){wt.position=a[Tt-1].shaperInfo.position;break}}else wt.position!==Qt.SMVD&&(Bt=wt.position)}let Nt=re;for(let Ue=re+1;UeUe.shaperInfo.position-wt.shaperInfo.position),a.splice(IA,dn.length,...dn);for(let Ue=IA;UeIA&&!Zi(a[Tt]))}}}function tl(oA,a,h){let F=h.indicConfig,k=oA._layoutEngine.engine.GSUBProcessor.features;for(let X=0,O=er(a,0);X=Qt.Base_C){if(IA&&LA+1Qt.Base_C&&LA--;break}if(LA===O&&XX&&!(16528&a[ZA].shaperInfo.category);)ZA--;Mi(a[ZA])&&a[ZA].shaperInfo.position!==Qt.Pre_M?ZA+1X;oe--)if(a[oe-1].shaperInfo.position===Qt.Pre_M){let re=oe-1;reX&&a[ZA].shaperInfo.position===Qt.SMVD;)ZA--;if(Mi(a[ZA]))for(let at=LA+1;atX&&!(16528&a[oe-1].shaperInfo.category);)oe--;if(oe>X&&128===a[oe-1].shaperInfo.category){let at=ZA;for(let Bt=LA+1;BtX&&Mi(a[oe-1])&&oe=oA.length)return a;let h=oA[a].shaperInfo.syllable;for(;++a=0;F--){let k=h[F].codePoints[0];if($r[k]){let X=$r[k].map(O=>{let IA=a.font.glyphForCodePoint(O);return new ri(a.font,IA.id,[O],h[F].features)});h.splice(F,1,...X)}}}}function Aa(oA){return il.get(oA.codePoints[0])}(0,B._)(Ht,"zeroMarkWidths","BEFORE_GPOS");class sl{constructor(a,h,F){this.category=a,this.syllableType=h,this.syllable=F}}function rl(oA,a){let h=0;for(let[F,k,X]of Dr.match(a.map(Aa))){++h;for(let IA=F;IA<=k;IA++)a[IA].shaperInfo=new sl(nl[Aa(a[IA])],X[0],h);let O="R"===a[F].shaperInfo.category?1:Math.min(3,k-F);for(let IA=F;IA1)for(X=F+1;X=oA.length)return a;let h=oA[a].shaperInfo.syllable;for(;++a{let re=new ri(this.font,ZA,void 0,O);return re.shaperInfo=IA.shaperInfo,re.isLigated=IA.isLigated,re.ligatureComponent=oe+1,re.substituted=!0,re.isMultiplied=!0,re});return this.glyphs.splice(this.glyphIterator.index+1,0,...LA),!0}return!1}case 3:{let k=this.coverageIndex(h.coverage);if(-1!==k){let X=0;return this.glyphIterator.cur.id=h.alternateSet.get(k)[X],!0}return!1}case 4:{let k=this.coverageIndex(h.coverage);if(-1===k)return!1;for(let X of h.ligatureSets.get(k)){let O=this.sequenceMatchIndices(1,X.components);if(!O)continue;let IA=this.glyphIterator.cur,LA=IA.codePoints.slice();for(let Nt of O)LA.push(...this.glyphs[Nt].codePoints);let ZA=new ri(this.font,X.glyph,LA,IA.features);ZA.shaperInfo=IA.shaperInfo,ZA.isLigated=!0,ZA.substituted=!0;let oe=IA.isMark;for(let Nt=0;Nt=0;Nt--)this.glyphs.splice(O[Nt],1);return this.glyphs[this.glyphIterator.index]=ZA,!0}return!1}case 5:return this.applyContext(h);case 6:return this.applyChainingContext(h);case 7:return this.applyLookup(h.lookupType,h.extension);default:throw new Error(`GSUB lookupType ${a} is not supported`)}}}class fl extends Vs{applyPositionValue(a,h){let F=this.positions[this.glyphIterator.peekIndex(a)];null!=h.xAdvance&&(F.xAdvance+=h.xAdvance),null!=h.yAdvance&&(F.yAdvance+=h.yAdvance),null!=h.xPlacement&&(F.xOffset+=h.xPlacement),null!=h.yPlacement&&(F.yOffset+=h.yPlacement);let k=this.font._variationProcessor,X=this.font.GDEF&&this.font.GDEF.itemVariationStore;k&&X&&(h.xPlaDevice&&(F.xOffset+=k.getDelta(X,h.xPlaDevice.a,h.xPlaDevice.b)),h.yPlaDevice&&(F.yOffset+=k.getDelta(X,h.yPlaDevice.a,h.yPlaDevice.b)),h.xAdvDevice&&(F.xAdvance+=k.getDelta(X,h.xAdvDevice.a,h.xAdvDevice.b)),h.yAdvDevice&&(F.yAdvance+=k.getDelta(X,h.yAdvDevice.a,h.yAdvDevice.b)))}applyLookup(a,h){switch(a){case 1:{let k=this.coverageIndex(h.coverage);if(-1===k)return!1;switch(h.version){case 1:this.applyPositionValue(0,h.value);break;case 2:this.applyPositionValue(0,h.values.get(k))}return!0}case 2:{let k=this.glyphIterator.peek();if(!k)return!1;let X=this.coverageIndex(h.coverage);if(-1===X)return!1;switch(h.version){case 1:let O=h.pairSets.get(X);for(let ZA of O)if(ZA.secondGlyph===k.id)return this.applyPositionValue(0,ZA.value1),this.applyPositionValue(1,ZA.value2),!0;return!1;case 2:let IA=this.getClassID(this.glyphIterator.cur.id,h.classDef1),LA=this.getClassID(k.id,h.classDef2);if(-1===IA||-1===LA)return!1;var F=h.classRecords.get(IA).get(LA);return this.applyPositionValue(0,F.value1),this.applyPositionValue(1,F.value2),!0}}case 3:{let k=this.glyphIterator.peekIndex(),X=this.glyphs[k];if(!X)return!1;let O=h.entryExitRecords[this.coverageIndex(h.coverage)];if(!O||!O.exitAnchor)return!1;let IA=h.entryExitRecords[this.coverageIndex(h.coverage,X.id)];if(!IA||!IA.entryAnchor)return!1;let ke,LA=this.getAnchor(IA.entryAnchor),ZA=this.getAnchor(O.exitAnchor),oe=this.positions[this.glyphIterator.index],re=this.positions[k];switch(this.direction){case"ltr":oe.xAdvance=ZA.x+oe.xOffset,ke=LA.x+re.xOffset,re.xAdvance-=ke,re.xOffset-=ke;break;case"rtl":ke=ZA.x+oe.xOffset,oe.xAdvance-=ke,oe.xOffset-=ke,re.xAdvance=LA.x+re.xOffset}return this.glyphIterator.flags.rightToLeft?(this.glyphIterator.cur.cursiveAttachment=k,oe.yOffset=LA.y-ZA.y):(X.cursiveAttachment=this.glyphIterator.index,oe.yOffset=ZA.y-LA.y),!0}case 4:{let k=this.coverageIndex(h.markCoverage);if(-1===k)return!1;let X=this.glyphIterator.index;for(;--X>=0&&(this.glyphs[X].isMark||this.glyphs[X].ligatureComponent>0););if(X<0)return!1;let O=this.coverageIndex(h.baseCoverage,this.glyphs[X].id);if(-1===O)return!1;let IA=h.markArray[k];return this.applyAnchor(IA,h.baseArray[O][IA.class],X),!0}case 5:{let k=this.coverageIndex(h.markCoverage);if(-1===k)return!1;let X=this.glyphIterator.index;for(;--X>=0&&this.glyphs[X].isMark;);if(X<0)return!1;let O=this.coverageIndex(h.ligatureCoverage,this.glyphs[X].id);if(-1===O)return!1;let IA=h.ligatureArray[O],LA=this.glyphIterator.cur,ZA=this.glyphs[X],oe=ZA.ligatureID&&ZA.ligatureID===LA.ligatureID&&LA.ligatureComponent>0?Math.min(LA.ligatureComponent,ZA.codePoints.length)-1:ZA.codePoints.length-1,re=h.markArray[k];return this.applyAnchor(re,IA[oe][re.class],X),!0}case 6:{let k=this.coverageIndex(h.mark1Coverage);if(-1===k)return!1;let X=this.glyphIterator.peekIndex(-1),O=this.glyphs[X];if(!O||!O.isMark)return!1;let IA=this.glyphIterator.cur,LA=!1;if(IA.ligatureID===O.ligatureID?IA.ligatureID?IA.ligatureComponent===O.ligatureComponent&&(LA=!0):LA=!0:(IA.ligatureID&&!IA.ligatureComponent||O.ligatureID&&!O.ligatureComponent)&&(LA=!0),!LA)return!1;let ZA=this.coverageIndex(h.mark2Coverage,O.id);if(-1===ZA)return!1;let oe=h.mark1Array[k];return this.applyAnchor(oe,h.mark2Array[ZA][oe.class],X),!0}case 7:return this.applyContext(h);case 8:return this.applyChainingContext(h);case 9:return this.applyLookup(h.lookupType,h.extension);default:throw new Error(`Unsupported GPOS table: ${a}`)}}applyAnchor(a,h,F){let k=this.getAnchor(h),X=this.getAnchor(a.markAnchor),IA=this.positions[this.glyphIterator.index];IA.xOffset=k.x-X.x,IA.yOffset=k.y-X.y,this.glyphIterator.cur.markAttachment=F}getAnchor(a){let h=a.xCoordinate,F=a.yCoordinate,k=this.font._variationProcessor,X=this.font.GDEF&&this.font.GDEF.itemVariationStore;return k&&X&&(a.xDeviceTable&&(h+=k.getDelta(X,a.xDeviceTable.a,a.xDeviceTable.b)),a.yDeviceTable&&(F+=k.getDelta(X,a.yDeviceTable.a,a.yDeviceTable.b))),{x:h,y:F}}applyFeatures(a,h,F){super.applyFeatures(a,h,F);for(var k=0;knew ri(this.font,F.id,[...F.codePoints]));let h=null;this.GPOSProcessor&&(h=this.GPOSProcessor.selectScript(a.script,a.language,a.direction)),this.GSUBProcessor&&(h=this.GSUBProcessor.selectScript(a.script,a.language,a.direction)),this.shaper=function Bl(oA){Array.isArray(oA)||(oA=[oA]);for(let a of oA){let h=cl[a];if(h)return h}return Ni}(h),this.plan=new uo(this.font,h,a.direction),this.shaper.plan(this.plan,this.glyphInfos,a.features);for(let F in this.plan.allFeatures)a.features[F]=!0}substitute(a){this.GSUBProcessor&&(this.plan.process(this.GSUBProcessor,this.glyphInfos),a.glyphs=this.glyphInfos.map(h=>this.font.getGlyph(h.id,h.codePoints)))}position(a){return"BEFORE_GPOS"===this.shaper.zeroMarkWidths&&this.zeroMarkAdvances(a.positions),this.GPOSProcessor&&this.plan.process(this.GPOSProcessor,this.glyphInfos,a.positions),"AFTER_GPOS"===this.shaper.zeroMarkWidths&&this.zeroMarkAdvances(a.positions),"rtl"===a.direction&&(a.glyphs.reverse(),a.positions.reverse()),this.GPOSProcessor&&this.GPOSProcessor.features}zeroMarkAdvances(a){for(let h=0;hnew Wa(F.advanceWidth));let h=null;this.engine&&this.engine.position&&(h=this.engine.position(a)),!h&&(!this.engine||this.engine.fallbackPosition)&&(this.unicodeLayoutEngine||(this.unicodeLayoutEngine=new Oa(this.font)),this.unicodeLayoutEngine.positionGlyphs(a.glyphs,a.positions)),(!h||!h.kern)&&!1!==a.features.kern&&this.font.kern&&(this.kernProcessor||(this.kernProcessor=new ja(this.font)),this.kernProcessor.process(a.glyphs,a.positions),a.features.kern=!0)}hideDefaultIgnorables(a,h){let F=this.font.glyphForCodePoint(32);for(let k=0;k>16;if(0===h)switch(a>>8){case 0:return 173===a;case 3:return 847===a;case 6:return 1564===a;case 23:return 6068<=a&&a<=6069;case 24:return 6155<=a&&a<=6158;case 32:return 8203<=a&&a<=8207||8234<=a&&a<=8238||8288<=a&&a<=8303;case 254:return 65024<=a&&a<=65039||65279===a;case 255:return 65520<=a&&a<=65528;default:return!1}else switch(h){case 1:return 113824<=a&&a<=113827||119155<=a&&a<=119162;case 14:return 917504<=a&&a<=921599;default:return!1}}getAvailableFeatures(a,h){let F=[];return this.engine&&F.push(...this.engine.getAvailableFeatures(a,h)),this.font.kern&&-1===F.indexOf("kern")&&F.push("kern"),F}stringsForGlyph(a){let h=new Set,F=this.font._cmapProcessor.codePointsForGlyph(a);for(let k of F)h.add(String.fromCodePoint(k));if(this.engine&&this.engine.stringsForGlyph)for(let k of this.engine.stringsForGlyph(a))h.add(k);return Array.from(h)}constructor(a){this.font=a,this.unicodeLayoutEngine=null,this.kernProcessor=null,this.font.morx?this.engine=new fo(this.font):(this.font.GSUB||this.font.GPOS)&&(this.engine=new ul(this.font))}}const hl={moveTo:"M",lineTo:"L",quadraticCurveTo:"Q",bezierCurveTo:"C",closePath:"Z"};class ss{toFunction(){return a=>{this.commands.forEach(h=>a[h.command].apply(a,h.args))}}toSVG(){return this.commands.map(h=>{let F=h.args.map(k=>Math.round(100*k)/100);return`${hl[h.command]}${F.join(" ")}`}).join("")}get cbox(){if(!this._cbox){let a=new Ri;for(let h of this.commands)for(let F=0;FMath.pow(1-_t,3)*at[vt]+3*Math.pow(1-_t,2)*_t*Bt[vt]+3*(1-_t)*Math.pow(_t,2)*Nt[vt]+Math.pow(_t,3)*dn[vt];for(let _t of this.commands)switch(_t.command){case"moveTo":case"lineTo":let[Ue,wt]=_t.args;a.addPoint(Ue,wt),h=Ue,F=wt;break;case"quadraticCurveTo":case"bezierCurveTo":if("quadraticCurveTo"===_t.command)var[X,O,re,ke]=_t.args,IA=h+2/3*(X-h),LA=F+2/3*(O-F),ZA=re+2/3*(X-re),oe=ke+2/3*(O-ke);else var[IA,LA,ZA,oe,re,ke]=_t.args;a.addPoint(re,ke);for(var at=[h,F],Bt=[IA,LA],Nt=[ZA,oe],dn=[re,ke],vt=0;vt<=1;vt++){let Tt=6*at[vt]-12*Bt[vt]+6*Nt[vt],yn=-3*at[vt]+9*Bt[vt]-9*Nt[vt]+3*dn[vt];if(_t=3*Bt[vt]-3*at[vt],0===yn){if(0===Tt)continue;let gn=-_t/Tt;0[a*IA+F*LA+X,h*IA+k*LA+O])}translate(a,h){return this.transform(1,0,0,1,a,h)}rotate(a){let h=Math.cos(a),F=Math.sin(a);return this.transform(h,F,-F,h,0,0)}scale(a,h=a){return this.transform(a,0,0,h,0,0)}constructor(){this.commands=[],this._bbox=null,this._cbox=null}}for(let oA of["moveTo","lineTo","quadraticCurveTo","bezierCurveTo","closePath"])ss.prototype[oA]=function(...a){return this._bbox=this._cbox=null,this.commands.push({command:oA,args:a}),this};var Ps=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];class fi{_getPath(){return new ss}_getCBox(){return this.path.cbox}_getBBox(){return this.path.bbox}_getTableMetrics(a){if(this.id"u"||null===a)&&({cbox:a}=this),(O=this._font["OS/2"])&&O.version>0)k=Math.abs(O.typoAscender-O.typoDescender),X=O.typoAscender-a.maxY;else{let{hhea:IA}=this._font;var k=Math.abs(IA.ascent-IA.descent),X=IA.ascent-a.maxY}}return this._font._variationProcessor&&this._font.HVAR&&(h+=this._font._variationProcessor.getAdvanceAdjustment(this.id,this._font.HVAR)),this._metrics={advanceWidth:h,advanceHeight:k,leftBearing:F,topBearing:X}}get cbox(){return this._getCBox()}get bbox(){return this._getBBox()}get path(){return this._getPath()}getScaledPath(a){return this.path.scale(1/this._font.unitsPerEm*a)}get advanceWidth(){return this._getMetrics().advanceWidth}get advanceHeight(){return this._getMetrics().advanceHeight}get ligatureCaretPositions(){}_getName(){let{post:a}=this._font;if(!a)return null;switch(a.version){case 1:return Ps[this.id];case 2:let h=a.glyphNameIndex[this.id];return h0&&this.codePoints.every(V.isMark),this.isLigature=this.codePoints.length>1}}(0,M._)([$],fi.prototype,"cbox",null),(0,M._)([$],fi.prototype,"bbox",null),(0,M._)([$],fi.prototype,"path",null),(0,M._)([$],fi.prototype,"advanceWidth",null),(0,M._)([$],fi.prototype,"advanceHeight",null),(0,M._)([$],fi.prototype,"name",null);let na=new t.Struct({numberOfContours:t.int16,xMin:t.int16,yMin:t.int16,xMax:t.int16,yMax:t.int16});class ti{copy(){return new ti(this.onCurve,this.endContour,this.x,this.y)}constructor(a,h,F=0,k=0){this.onCurve=a,this.endContour=h,this.x=F,this.y=k}}class vl{constructor(a,h,F){this.glyphID=a,this.dx=h,this.dy=F,this.pos=0,this.scaleX=this.scaleY=1,this.scale01=this.scale10=0}}class nr extends fi{_getCBox(a){if(this._font._variationProcessor&&!a)return this.path.cbox;let h=this._font._getTableStream("glyf");h.pos+=this._font.loca.offsets[this.id];let F=na.decode(h),k=new Ri(F.xMin,F.yMin,F.xMax,F.yMax);return Object.freeze(k)}_parseGlyphCoord(a,h,F,k){if(F){var X=a.readUInt8();k||(X=-X),X+=h}else X=k?h:h+a.readInt16BE();return X}_decode(){let a=this._font.loca.offsets[this.id];if(a===this._font.loca.offsets[this.id+1])return null;let F=this._font._getTableStream("glyf");F.pos+=a;let k=F.pos,X=na.decode(F);return X.numberOfContours>0?this._decodeSimple(X,F):X.numberOfContours<0&&this._decodeComposite(X,F,k),X}_decodeSimple(a,h){a.points=[];let F=new t.Array(t.uint16,a.numberOfContours).decode(h);a.instructions=new t.Array(t.uint8,t.uint16).decode(h);let k=[],X=F[F.length-1]+1;for(;k.length=0,0,0);a.points.push(re)}let LA=0;for(IA=0;IA>1,O.length=0}function qn(ai,Kn){Bt&&X.closePath(),X.moveTo(ai,Kn),Bt=!0}let gn=function(){for(;h.pos1&&Ln(),re+=O.shift(),qn(oe,re);break;case 5:for(;O.length>=2;)oe+=O.shift(),re+=O.shift(),X.lineTo(oe,re);break;case 6:case 7:for(Gi=6===Xn;O.length>=1;)Gi?oe+=O.shift():re+=O.shift(),X.lineTo(oe,re),Gi=!Gi;break;case 8:for(;O.length>0;)fn=oe+O.shift(),un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),oe=En+O.shift(),re=hn+O.shift(),X.bezierCurveTo(fn,un,En,hn,oe,re);break;case 10:if(rs=O.pop()+Ue,Ei=_t[rs],Ei){at[rs]=!0;let An=h.pos,Qn=k;h.pos=Ei.offset,k=Ei.offset+Ei.length,gn(),h.pos=An,k=Qn}break;case 11:if(a.version>=2)break;return;case 14:if(a.version>=2)break;O.length>0&&Ln(),Bt&&(X.closePath(),Bt=!1);break;case 15:if(a.version<2)throw new Error("vsindex operator not supported in CFF v1");Tt=O.pop();break;case 16:{if(a.version<2)throw new Error("blend operator not supported in CFF v1");if(!yn)throw new Error("blend operator in non-variation font");let An=yn.getBlendVector(wt,Tt),Qn=O.pop(),ir=Qn*An.length,ni=O.length-ir,sr=ni-Qn;for(let Es=0;Es>3;break;case 21:O.length>2&&Ln(),oe+=O.shift(),re+=O.shift(),qn(oe,re);break;case 22:O.length>1&&Ln(),oe+=O.shift(),qn(oe,re);break;case 24:for(;O.length>=8;)fn=oe+O.shift(),un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),oe=En+O.shift(),re=hn+O.shift(),X.bezierCurveTo(fn,un,En,hn,oe,re);oe+=O.shift(),re+=O.shift(),X.lineTo(oe,re);break;case 25:for(;O.length>=8;)oe+=O.shift(),re+=O.shift(),X.lineTo(oe,re);fn=oe+O.shift(),un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),oe=En+O.shift(),re=hn+O.shift(),X.bezierCurveTo(fn,un,En,hn,oe,re);break;case 26:for(O.length%2&&(oe+=O.shift());O.length>=4;)fn=oe,un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),oe=En,re=hn+O.shift(),X.bezierCurveTo(fn,un,En,hn,oe,re);break;case 27:for(O.length%2&&(re+=O.shift());O.length>=4;)fn=oe+O.shift(),un=re,En=fn+O.shift(),hn=un+O.shift(),oe=En+O.shift(),re=hn,X.bezierCurveTo(fn,un,En,hn,oe,re);break;case 28:O.push(h.readInt16BE());break;case 29:if(rs=O.pop()+dn,Ei=Nt[rs],Ei){ke[rs]=!0;let An=h.pos,Qn=k;h.pos=Ei.offset,k=Ei.offset+Ei.length,gn(),h.pos=An,k=Qn}break;case 30:case 31:for(Gi=31===Xn;O.length>=4;)Gi?(fn=oe+O.shift(),un=re,En=fn+O.shift(),hn=un+O.shift(),re=hn+O.shift(),oe=En+(1===O.length?O.shift():0)):(fn=oe,un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),oe=En+O.shift(),re=hn+(1===O.length?O.shift():0)),X.bezierCurveTo(fn,un,En,hn,oe,re),Gi=!Gi;break;case 12:switch(Xn=h.readUInt8(),Xn){case 3:let An=O.pop(),Qn=O.pop();O.push(An&&Qn?1:0);break;case 4:An=O.pop(),Qn=O.pop(),O.push(An||Qn?1:0);break;case 5:An=O.pop(),O.push(An?0:1);break;case 9:An=O.pop(),O.push(Math.abs(An));break;case 10:An=O.pop(),Qn=O.pop(),O.push(An+Qn);break;case 11:An=O.pop(),Qn=O.pop(),O.push(An-Qn);break;case 12:An=O.pop(),Qn=O.pop(),O.push(An/Qn);break;case 14:An=O.pop(),O.push(-An);break;case 15:An=O.pop(),Qn=O.pop(),O.push(An===Qn?1:0);break;case 18:O.pop();break;case 20:let ir=O.pop(),ni=O.pop();IA[ni]=ir;break;case 21:ni=O.pop(),O.push(IA[ni]||0);break;case 22:let sr=O.pop(),Es=O.pop(),rr=O.pop(),Gs=O.pop();O.push(rr<=Gs?sr:Es);break;case 23:O.push(Math.random());break;case 24:An=O.pop(),Qn=O.pop(),O.push(An*Qn);break;case 26:An=O.pop(),O.push(Math.sqrt(An));break;case 27:An=O.pop(),O.push(An,An);break;case 28:An=O.pop(),Qn=O.pop(),O.push(Qn,An);break;case 29:ni=O.pop(),ni<0?ni=0:ni>O.length-1&&(ni=O.length-1),O.push(O[ni]);break;case 30:let ar=O.pop(),Ls=O.pop();if(Ls>=0)for(;Ls>0;){var ai=O[ar-1];for(let hi=ar-2;hi>=0;hi--)O[hi+1]=O[hi];O[0]=ai,Ls--}else for(;Ls<0;){ai=O[0];for(let or=0;or<=ar;or++)O[or]=O[or+1];O[ar-1]=ai,Ls++}break;case 34:fn=oe+O.shift(),un=re,En=fn+O.shift(),hn=un+O.shift(),as=En+O.shift(),os=hn,ls=as+O.shift(),cs=os,Bs=ls+O.shift(),gs=cs,fs=Bs+O.shift(),us=gs,oe=fs,re=us,X.bezierCurveTo(fn,un,En,hn,as,os),X.bezierCurveTo(ls,cs,Bs,gs,fs,us);break;case 35:Di=[];for(let hi=0;hi<=5;hi++)oe+=O.shift(),re+=O.shift(),Di.push(oe,re);X.bezierCurveTo(...Di.slice(0,6)),X.bezierCurveTo(...Di.slice(6)),O.shift();break;case 36:fn=oe+O.shift(),un=re+O.shift(),En=fn+O.shift(),hn=un+O.shift(),as=En+O.shift(),os=hn,ls=as+O.shift(),cs=os,Bs=ls+O.shift(),gs=cs+O.shift(),fs=Bs+O.shift(),us=gs,oe=fs,re=us,X.bezierCurveTo(fn,un,En,hn,as,os),X.bezierCurveTo(ls,cs,Bs,gs,fs,us);break;case 37:let wa=oe,Ca=re;Di=[];for(let hi=0;hi<=4;hi++)oe+=O.shift(),re+=O.shift(),Di.push(oe,re);Math.abs(oe-wa)>Math.abs(re-Ca)?(oe+=O.shift(),re=Ca):(oe=wa,re+=O.shift()),Di.push(oe,re),X.bezierCurveTo(...Di.slice(0,6)),X.bezierCurveTo(...Di.slice(6));break;default:throw new Error(`Unknown op: 12 ${Xn}`)}break;default:throw new Error(`Unknown op: ${Xn}`)}}else if(Xn<247)O.push(Xn-139);else if(Xn<251){var Kn=h.readUInt8();O.push(256*(Xn-247)+Kn+108)}else Xn<255?(Kn=h.readUInt8(),O.push(256*-(Xn-251)-Kn-108)):O.push(h.readInt32BE()/65536)}};return gn(),Bt&&X.closePath(),X}constructor(...a){super(...a),(0,B._)(this,"type","CFF")}}let Rl=new t.Struct({originX:t.uint16,originY:t.uint16,type:new t.String(4),data:new t.Buffer(oA=>oA.parent.buflen-oA._currentOffset)});class Sl extends nr{getImageForSize(a){for(let O=0;O=a)break}let F=h.imageOffsets,k=F[this.id],X=F[this.id+1];return k===X?null:(this._font.stream.pos=k,Rl.decode(this._font.stream,{buflen:X-k}))}render(a,h){let F=this.getImageForSize(h);null!=F&&a.image(F.data,{height:h,x:F.originX,y:h/this._font.unitsPerEm*(this.bbox.minY-F.originY)}),this._font.sbix.flags.renderOutlines&&super.render(a,h)}constructor(...a){super(...a),(0,B._)(this,"type","SBIX")}}class sa{constructor(a,h){this.glyph=a,this.color=h}}class Nl extends fi{_getBBox(){let a=new Ri;for(let h=0;h>1;if(this.id<(X=h.baseGlyphRecord[oe]).gid)k=oe-1;else{if(!(this.id>X.gid)){var O=X;break}F=oe+1}}if(null==O){var IA=this._font._getBaseGlyph(this.id);return[new sa(IA,LA={red:0,green:0,blue:0,alpha:255})]}let ZA=[];for(let oe=O.firstLayerIndex;oe=1&&h[F]=F.glyphCount)return;let k=F.offsets[a];if(k===F.offsets[a+1])return;let{stream:X}=this.font;if(X.pos=k,X.pos>=X.length)return;let O=X.readUInt16BE(),IA=k+X.readUInt16BE();if(32768&O){var LA=X.pos;X.pos=IA;var ZA=this.decodePoints();IA=X.pos,X.pos=LA}let oe=h.map(dn=>dn.copy());O&=4095;for(let dn=0;dn=F.globalCoordCount)throw new Error("Invalid gvar table");re=F.globalCoords[4095&_t]}if(16384&_t){var ke=[];for(let ln=0;lngn.copy()),qn=h.map(()=>!1);for(let gn=0;gnk[LA])return 0;IA=X[LA]Math.max(0,h[LA]))return 0;IA=(IA*X[LA]+Number.EPSILON)/(h[LA]+Number.EPSILON)}}return IA}interpolateMissingDeltas(a,h,F){if(0===a.length)return;let k=0;for(;kO)continue;let LA=k,ZA=k;for(k++;k<=O;)F[k]&&(this.deltaInterpolate(ZA+1,k-1,ZA,k,h,a),ZA=k),k++;ZA===LA?this.deltaShift(X,O,ZA,h,a):(this.deltaInterpolate(ZA+1,O,ZA,LA,h,a),LA>0&&this.deltaInterpolate(X,LA-1,ZA,LA,h,a)),k=O+1}}deltaInterpolate(a,h,F,k,X,O){if(a>h)return;let IA=["x","y"];for(let ZA=0;ZAX[k][oe]){var LA=F;F=k,k=LA}let re=X[F][oe],ke=X[k][oe],at=O[F][oe],Bt=O[k][oe];if(re!==ke||at===Bt){let Nt=re===ke?0:(Bt-at)/(ke-re);for(let dn=a;dn<=h;dn++){let vt=X[dn][oe];vt<=re?vt+=at-re:vt>=ke?vt+=Bt-ke:vt=at+(vt-re)*Nt,O[dn][oe]=vt}}}}deltaShift(a,h,F,k,X){let O=X[F].x-k[F].x,IA=X[F].y-k[F].y;if(0!==O||0!==IA)for(let LA=a;LA<=h;LA++)LA!==F&&(X[LA].x+=O,X[LA].y+=IA)}getAdvanceAdjustment(a,h){let F,k;if(h.advanceWidthMapping){let X=a;X>=h.advanceWidthMapping.mapCount&&(X=h.advanceWidthMapping.mapCount-1),({outerIndex:F,innerIndex:k}=h.advanceWidthMapping.mapData[X])}else F=0,k=a;return this.getDelta(h.itemVariationStore,F,k)}getDelta(a,h,F){if(h>=a.itemVariationData.length)return 0;let k=a.itemVariationData[h];if(F>=k.deltaSets.length)return 0;let X=k.deltaSets[F],O=this.getBlendVector(a,h),IA=0;for(let LA=0;LAre.peakCoord||re.peakCoord>re.endCoord||re.startCoord<0&&re.endCoord>0&&0!==re.peakCoord||0===re.peakCoord?1:k[oe]re.endCoord?0:k[oe]===re.peakCoord?1:k[oe]=0&&a<=255?1:2}static encode(a,h){h>=0&&h<=255?a.writeUInt8(h):a.writeInt16BE(h)}}let Ba=new t.Struct({numberOfContours:t.int16,xMin:t.int16,yMin:t.int16,xMax:t.int16,yMax:t.int16,endPtsOfContours:new t.Array(t.uint16,"numberOfContours"),instructions:new t.Array(t.uint8,t.uint16),flags:new t.Array(t.uint8,0),xPoints:new t.Array(ca,0),yPoints:new t.Array(ca,0)});class Kl{encodeSimple(a,h=[]){let F=[],k=[],X=[],O=[],IA=0,LA=0,ZA=0,oe=0,re=0;for(let vt=0;vt0&&(O.push(IA),IA=0),O.push(yn),oe=yn),LA=wt,ZA=Tt,re++}"closePath"===_t.command&&F.push(re-1)}a.commands.length>1&&"closePath"!==a.commands[a.commands.length-1].command&&F.push(re-1);let ke=a.bbox,at={numberOfContours:F.length,xMin:ke.minX,yMin:ke.minY,xMax:ke.maxX,yMax:ke.maxY,endPtsOfContours:F,instructions:h,flags:O,xPoints:k,yPoints:X},Bt=Ba.size(at),Nt=4-Bt%4,dn=new t.EncodeStream(Bt+Nt);return Ba.encode(dn,at),0!==Nt&&dn.fill(0,Nt),dn.buffer}_encodePoint(a,h,F,k,X,O){let IA=a-h;return a===h?k|=O:(-255<=IA&&IA<=255&&(k|=X,IA<0?IA=-IA:k|=O),F.push(IA)),k}}class Xl extends xr{_addGlyph(a){let h=this.font.getGlyph(a),F=h._decode(),k=this.font.loca.offsets[a],X=this.font.loca.offsets[a+1],O=this.font._getTableStream("glyf");O.pos+=k;let IA=O.readBuffer(X-k);if(F&&F.numberOfContours<0){IA=new Uint8Array(IA);let LA=new DataView(IA.buffer);for(let ZA of F.components)a=this.includeGlyph(ZA.glyphID),LA.setUint16(ZA.pos,a)}else F&&this.font._variationProcessor&&(IA=this.glyphEncoder.encodeSimple(h.path,F.instructions));return this.glyf.push(IA),this.loca.offsets.push(this.offset),this.hmtx.metrics.push({advance:h.advanceWidth,bearing:h._getMetrics().leftBearing}),this.offset+=IA.length,this.glyf.length-1}encode(){this.glyf=[],this.offset=0,this.loca={offsets:[],version:this.font.loca.version},this.hmtx={metrics:[],bearings:[]};let a=0;for(;a255?2:1,ranges:[{first:1,nLeft:this.charstrings.length-2}]},h=Object.assign({},this.cff.topDict);h.Private=null,h.charset=a,h.Encoding=null,h.CharStrings=this.charstrings;for(let k of["version","Notice","Copyright","FullName","FamilyName","Weight","PostScript","BaseFontName","FontName"])h[k]=this.addString(this.cff.string(h[k]));return h.ROS=[this.addString("Adobe"),this.addString("Identity"),0],h.CIDCount=this.charstrings.length,this.cff.isCIDFont?this.subsetFontdict(h):this.createCIDFontdict(h),nn.toBuffer({version:1,hdrSize:this.cff.hdrSize,offSize:4,header:this.cff.header,nameIndex:[this.cff.postscriptName],topDictIndex:[h],stringIndex:this.strings,globalSubrIndex:this.gsubrs})}constructor(a){if(super(a),this.cff=this.font["CFF "],!this.cff)throw new Error("Not a CFF Font")}}class Gn{static probe(a){let h=Hs.decode(a.slice(0,4));return"true"===h||"OTTO"===h||"\0\x01\0\0"===h}setDefaultLanguage(a=null){this.defaultLanguage=a}_getTable(a){if(!(a.tag in this._tables))try{this._tables[a.tag]=this._decodeTable(a)}catch(h){K&&(console.error(`Error decoding table ${a.tag}`),console.error(h.stack))}return this._tables[a.tag]}_getTableStream(a){let h=this.directory.tables[a];return h?(this.stream.pos=h.offset,this.stream):null}_decodeDirectory(){return this.directory=br.decode(this.stream,{_startOffset:0})}_decodeTable(a){let h=this.stream.pos,F=this._getTableStream(a.tag),k=zs[a.tag].decode(F,this,a.length);return this.stream.pos=h,k}getName(a,h=this.defaultLanguage||J){let F=this.name&&this.name.records[a];return F&&(F[h]||F[this.defaultLanguage]||F[J]||F.en||F[Object.keys(F)[0]])||null}get postscriptName(){return this.getName("postscriptName")}get fullName(){return this.getName("fullName")}get familyName(){return this.getName("fontFamily")}get subfamilyName(){return this.getName("fontSubfamily")}get copyright(){return this.getName("copyright")}get version(){return this.getName("version")}get ascent(){return this.hhea.ascent}get descent(){return this.hhea.descent}get lineGap(){return this.hhea.lineGap}get underlinePosition(){return this.post.underlinePosition}get underlineThickness(){return this.post.underlineThickness}get italicAngle(){return this.post.italicAngle}get capHeight(){let a=this["OS/2"];return a?a.capHeight:this.ascent}get xHeight(){let a=this["OS/2"];return a?a.xHeight:0}get numGlyphs(){return this.maxp.numGlyphs}get unitsPerEm(){return this.head.unitsPerEm}get bbox(){return Object.freeze(new Ri(this.head.xMin,this.head.yMin,this.head.xMax,this.head.yMax))}get _cmapProcessor(){return new fr(this.cmap)}get characterSet(){return this._cmapProcessor.getCharacterSet()}hasGlyphForCodePoint(a){return!!this._cmapProcessor.lookup(a)}glyphForCodePoint(a){return this.getGlyph(this._cmapProcessor.lookup(a),[a])}glyphsForString(a){let h=[],F=a.length,k=0,X=-1,O=-1;for(;k<=F;){let IA=0,LA=0;if(k{let IA=X.axisTag.trim();return IA in a?Math.max(X.minValue,Math.min(X.maxValue,a[IA])):X.defaultValue}),F=new t.DecodeStream(this.stream.buffer);F.pos=this._directoryPos;let k=new Gn(F,h);return k._tables=this._tables,k}get _variationProcessor(){if(!this.fvar)return null;let a=this.variationCoords;return a||this.CFF2?(a||(a=this.fvar.axis.map(h=>h.defaultValue)),new Hl(this,a)):null}getFont(a){return this.getVariation(a)}constructor(a,h=null){(0,B._)(this,"type","TTF"),this.defaultLanguage=null,this.stream=a,this.variationCoords=h,this._directoryPos=this.stream.pos,this._tables={},this._glyphs={},this._decodeDirectory();for(let F in this.directory.tables){let k=this.directory.tables[F];zs[F]&&k.length>0&&Object.defineProperty(this,F,{get:this._getTable.bind(this,k)})}}}(0,M._)([$],Gn.prototype,"bbox",null),(0,M._)([$],Gn.prototype,"_cmapProcessor",null),(0,M._)([$],Gn.prototype,"characterSet",null),(0,M._)([$],Gn.prototype,"_layoutEngine",null),(0,M._)([$],Gn.prototype,"variationAxes",null),(0,M._)([$],Gn.prototype,"namedVariations",null),(0,M._)([$],Gn.prototype,"_variationProcessor",null);let ql=new t.Struct({tag:new t.String(4),offset:new t.Pointer(t.uint32,"void",{type:"global"}),compLength:t.uint32,length:t.uint32,origChecksum:t.uint32}),ga=new t.Struct({tag:new t.String(4),flavor:t.uint32,length:t.uint32,numTables:t.uint16,reserved:new t.Reserved(t.uint16),totalSfntSize:t.uint32,majorVersion:t.uint16,minorVersion:t.uint16,metaOffset:t.uint32,metaLength:t.uint32,metaOrigLength:t.uint32,privOffset:t.uint32,privLength:t.uint32,tables:new t.Array(ql,"numTables")});ga.process=function(){let oA={};for(let a of this.tables)oA[a.tag]=a;this.tables=oA};var $l=ga;class A0 extends nr{_decode(){return this._font._transformedGlyphs[this.id]}_getCBox(){return this.path.bbox}constructor(...a){super(...a),(0,B._)(this,"type","WOFF2")}}const fa={decode(oA){let a=0,h=[0,1,2,3,4];for(let F=0;F!(63&~oA.flags)),tag:oA=>oA.customTag||e0[63&oA.flags],length:fa,transformVersion:oA=>oA.flags>>>6&3,transformed:oA=>"glyf"===oA.tag||"loca"===oA.tag?0===oA.transformVersion:0!==oA.transformVersion,transformLength:new t.Optional(fa,oA=>oA.transformed)}),ua=new t.Struct({tag:new t.String(4),flavor:t.uint32,length:t.uint32,numTables:t.uint16,reserved:new t.Reserved(t.uint16),totalSfntSize:t.uint32,totalCompressedSize:t.uint32,majorVersion:t.uint16,minorVersion:t.uint16,metaOffset:t.uint32,metaLength:t.uint32,metaOrigLength:t.uint32,privOffset:t.uint32,privLength:t.uint32,tables:new t.Array(t0,"numTables")});ua.process=function(){let oA={};for(let a=0;a>7);if(re&=127,re<10)ZA=0,oe=ui(re,((14&re)<<7)+a.readUInt8());else if(re<20)ZA=ui(re,((re-10&14)<<7)+a.readUInt8()),oe=0;else if(re<84)ZA=ui(re,1+(48&(O=re-20))+((IA=a.readUInt8())>>4)),oe=ui(re>>1,1+((12&O)<<2)+(15&IA));else if(re<120){var O;ZA=ui(re,1+((O=re-84)/12<<8)+a.readUInt8()),oe=ui(re>>1,1+(O%12>>2<<8)+a.readUInt8())}else if(re<124){var IA=a.readUInt8();let Bt=a.readUInt8();ZA=ui(re,(IA<<4)+(Bt>>4)),oe=ui(re>>1,((15&Bt)<<8)+a.readUInt8())}else ZA=ui(re,a.readUInt16BE()),oe=ui(re>>1,a.readUInt16BE());k+=ZA,F+=oe,X.push(new ti(ke,!1,k,F))}return X}let c0=new t.VersionedStruct(t.uint32,{65536:{numFonts:t.uint32,offsets:new t.Array(t.uint32,"numFonts")},131072:{numFonts:t.uint32,offsets:new t.Array(t.uint32,"numFonts"),dsigTag:t.uint32,dsigLength:t.uint32,dsigOffset:t.uint32}}),g0=new t.String(t.uint8),f0=(new t.Struct({len:t.uint32,buf:new t.Buffer("len")}),new t.Struct({id:t.uint16,nameOffset:t.int16,attr:t.uint8,dataOffset:t.uint24,handle:t.uint32})),u0=new t.Struct({name:new t.String(4),maxTypeIndex:t.uint16,refList:new t.Pointer(t.uint16,new t.Array(f0,oA=>oA.maxTypeIndex+1),{type:"parent"})}),E0=new t.Struct({length:t.uint16,types:new t.Array(u0,oA=>oA.length+1)}),h0=new t.Struct({reserved:new t.Reserved(t.uint8,24),typeList:new t.Pointer(t.uint16,E0),nameListOffset:new t.Pointer(t.uint16,"void")}),ha=new t.Struct({dataOffset:t.uint32,map:new t.Pointer(t.uint32,h0),dataLength:t.uint32,mapLength:t.uint32});uA(Gn),uA(class Us extends Gn{static probe(a){return"wOFF"===Hs.decode(a.slice(0,4))}_decodeDirectory(){this.directory=$l.decode(this.stream,{_startOffset:0})}_getTableStream(a){let h=this.directory.tables[a];if(h){if(this.stream.pos=h.offset,h.compLength0){let IA=[],LA=0;for(let ZA=0;ZAa[O]===X))return k}return null}get fonts(){let a=[];for(let h of this.header.offsets){let F=new t.DecodeStream(this.stream.buffer);F.pos=h,a.push(new Gn(F))}return a}constructor(a){if((0,B._)(this,"type","TTC"),this.stream=a,"ttcf"!==a.readString(4))throw new Error("Not a TrueType collection");this.header=c0.decode(a)}}),uA(class w0{static probe(a){let h=new t.DecodeStream(a);try{var F=ha.decode(h)}catch{return!1}for(let k of F.map.typeList.types)if("sfnt"===k.name)return!0;return!1}getFont(a){if(!this.sfnt)return null;for(let h of this.sfnt.refList){let k=new t.DecodeStream(this.stream.buffer.slice(this.header.dataOffset+h.dataOffset+4)),X=new Gn(k);if(X.postscriptName===a||X.postscriptName instanceof Uint8Array&&a instanceof Uint8Array&&X.postscriptName.every((O,IA)=>a[IA]===O))return X}return null}get fonts(){let a=[];for(let h of this.sfnt.refList){let k=new t.DecodeStream(this.stream.buffer.slice(this.header.dataOffset+h.dataOffset+4));a.push(new Gn(k))}return a}constructor(a){(0,B._)(this,"type","DFont"),this.stream=a,this.header=ha.decode(this.stream);for(let h of this.header.map.typeList.types){for(let F of h.refList)F.nameOffset>=0?(this.stream.pos=F.nameOffset+this.header.map.nameListOffset,F.name=g0.decode(this.stream)):F.name=null;"sfnt"===h.name&&(this.sfnt=h)}}}),function N(oA,a){Object.keys(a).forEach(function(h){"default"===h||"__esModule"===h||Object.prototype.hasOwnProperty.call(oA,h)||Object.defineProperty(oA,h,{enumerable:!0,get:function(){return a[h]}})})}(q.exports,y)},1733(q,D,g){var t=g(783).Buffer;!function(B){B.parser=function(EA,P){return new Y(EA,P)},B.SAXParser=Y,B.SAXStream=N,B.createStream=function E(EA,P){return new N(EA,P)},B.MAX_BUFFER_LENGTH=65536;var x,M=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function Y(EA,P){if(!(this instanceof Y))return new Y(EA,P);var cA=this;(function d(EA){for(var P=0,cA=M.length;P"===w?(QA(P,"onsgmldeclaration",P.sgmlDecl),P.sgmlDecl="",P.state=eA.TEXT):(Z(w)&&(P.state=eA.SGML_DECL_QUOTED),P.sgmlDecl+=w);continue;case eA.SGML_DECL_QUOTED:w===P.q&&(P.state=eA.SGML_DECL,P.q=""),P.sgmlDecl+=w;continue;case eA.DOCTYPE:">"===w?(P.state=eA.TEXT,QA(P,"ondoctype",P.doctype),P.doctype=!0):(P.doctype+=w,"["===w?P.state=eA.DOCTYPE_DTD:Z(w)&&(P.state=eA.DOCTYPE_QUOTED,P.q=w));continue;case eA.DOCTYPE_QUOTED:P.doctype+=w,w===P.q&&(P.q="",P.state=eA.DOCTYPE);continue;case eA.DOCTYPE_DTD:"]"===w?(P.doctype+=w,P.state=eA.DOCTYPE):"<"===w?(P.state=eA.OPEN_WAKA,P.startTagPosition=P.position):Z(w)?(P.doctype+=w,P.state=eA.DOCTYPE_DTD_QUOTED,P.q=w):P.doctype+=w;continue;case eA.DOCTYPE_DTD_QUOTED:P.doctype+=w,w===P.q&&(P.state=eA.DOCTYPE_DTD,P.q="");continue;case eA.COMMENT:"-"===w?P.state=eA.COMMENT_ENDING:P.comment+=w;continue;case eA.COMMENT_ENDING:"-"===w?(P.state=eA.COMMENT_ENDED,P.comment=JA(P.opt,P.comment),P.comment&&QA(P,"oncomment",P.comment),P.comment=""):(P.comment+="-"+w,P.state=eA.COMMENT);continue;case eA.COMMENT_ENDED:">"!==w?(ae(P,"Malformed comment"),P.comment+="--"+w,P.state=eA.COMMENT):P.state=P.doctype&&!0!==P.doctype?eA.DOCTYPE_DTD:eA.TEXT;continue;case eA.CDATA:for(TA=cA-1;w&&"]"!==w;)(w=ne(EA,cA++))&&P.trackPosition&&(P.position++,"\n"===w?(P.line++,P.column=0):P.column++);P.cdata+=EA.substring(TA,cA-1),"]"===w&&(P.state=eA.CDATA_ENDING);continue;case eA.CDATA_ENDING:"]"===w?P.state=eA.CDATA_ENDING_2:(P.cdata+="]"+w,P.state=eA.CDATA);continue;case eA.CDATA_ENDING_2:">"===w?(P.cdata&&QA(P,"oncdata",P.cdata),QA(P,"onclosecdata"),P.cdata="",P.state=eA.TEXT):"]"===w?P.cdata+="]":(P.cdata+="]]"+w,P.state=eA.CDATA);continue;case eA.PROC_INST:"?"===w?P.state=eA.PROC_INST_ENDING:$(w)?P.state=eA.PROC_INST_BODY:P.procInstName+=w;continue;case eA.PROC_INST_BODY:if(!P.procInstBody&&$(w))continue;"?"===w?P.state=eA.PROC_INST_ENDING:P.procInstBody+=w;continue;case eA.PROC_INST_ENDING:">"===w?(QA(P,"onprocessinginstruction",{name:P.procInstName,body:P.procInstBody}),P.procInstName=P.procInstBody="",P.state=eA.TEXT):(P.procInstBody+="?"+w,P.state=eA.PROC_INST_BODY);continue;case eA.OPEN_TAG:BA(G,w)?P.tagName+=w:(we(P),">"===w?CA(P):"/"===w?P.state=eA.OPEN_TAG_SLASH:($(w)||ae(P,"Invalid character in tag name"),P.state=eA.ATTRIB));continue;case eA.OPEN_TAG_SLASH:">"===w?(CA(P,!0),iA(P)):(ae(P,"Forward-slash in opening tag not followed by >"),P.state=eA.ATTRIB);continue;case eA.ATTRIB:if($(w))continue;">"===w?CA(P):"/"===w?P.state=eA.OPEN_TAG_SLASH:BA(uA,w)?(P.attribName=w,P.attribValue="",P.state=eA.ATTRIB_NAME):ae(P,"Invalid attribute name");continue;case eA.ATTRIB_NAME:"="===w?P.state=eA.ATTRIB_VALUE:">"===w?(ae(P,"Attribute without value"),P.attribValue=P.attribName,kA(P),CA(P)):$(w)?P.state=eA.ATTRIB_NAME_SAW_WHITE:BA(G,w)?P.attribName+=w:ae(P,"Invalid attribute name");continue;case eA.ATTRIB_NAME_SAW_WHITE:if("="===w)P.state=eA.ATTRIB_VALUE;else{if($(w))continue;ae(P,"Attribute without value"),P.tag.attributes[P.attribName]="",P.attribValue="",QA(P,"onattribute",{name:P.attribName,value:""}),P.attribName="",">"===w?CA(P):BA(uA,w)?(P.attribName=w,P.state=eA.ATTRIB_NAME):(ae(P,"Invalid attribute name"),P.state=eA.ATTRIB)}continue;case eA.ATTRIB_VALUE:if($(w))continue;Z(w)?(P.q=w,P.state=eA.ATTRIB_VALUE_QUOTED):(P.opt.unquotedAttributeValues||Be(P,"Unquoted attribute value"),P.state=eA.ATTRIB_VALUE_UNQUOTED,P.attribValue=w);continue;case eA.ATTRIB_VALUE_QUOTED:if(w!==P.q){"&"===w?P.state=eA.ATTRIB_VALUE_ENTITY_Q:P.attribValue+=w;continue}kA(P),P.q="",P.state=eA.ATTRIB_VALUE_CLOSED;continue;case eA.ATTRIB_VALUE_CLOSED:$(w)?P.state=eA.ATTRIB:">"===w?CA(P):"/"===w?P.state=eA.OPEN_TAG_SLASH:BA(uA,w)?(ae(P,"No whitespace between attributes"),P.attribName=w,P.attribValue="",P.state=eA.ATTRIB_NAME):ae(P,"Invalid attribute name");continue;case eA.ATTRIB_VALUE_UNQUOTED:if(!b(w)){"&"===w?P.state=eA.ATTRIB_VALUE_ENTITY_U:P.attribValue+=w;continue}kA(P),">"===w?CA(P):P.state=eA.ATTRIB;continue;case eA.CLOSE_TAG:if(P.tagName)">"===w?iA(P):BA(G,w)?P.tagName+=w:P.script?(P.script+=""===w?iA(P):ae(P,"Invalid characters in closing tag");continue;case eA.TEXT_ENTITY:case eA.ATTRIB_VALUE_ENTITY_Q:case eA.ATTRIB_VALUE_ENTITY_U:var wA,j;switch(P.state){case eA.TEXT_ENTITY:wA=eA.TEXT,j="textNode";break;case eA.ATTRIB_VALUE_ENTITY_Q:wA=eA.ATTRIB_VALUE_QUOTED,j="attribValue";break;case eA.ATTRIB_VALUE_ENTITY_U:wA=eA.ATTRIB_VALUE_UNQUOTED,j="attribValue"}if(";"===w){var RA=hA(P);P.opt.unparsedEntities&&!Object.values(B.XML_ENTITIES).includes(RA)?(P.entity="",P.state=wA,P.write(RA)):(P[j]+=RA,P.entity="",P.state=wA)}else BA(P.entity.length?rA:J,w)?P.entity+=w:(ae(P,"Invalid character in entity name"),P[j]+="&"+P.entity+w,P.entity="",P.state=wA);continue;default:throw new Error(P,"Unknown state: "+P.state)}return P.position>=P.bufferCheckPosition&&function V(EA){for(var P=Math.max(B.MAX_BUFFER_LENGTH,10),cA=0,w=0,H=M.length;wP)switch(M[w]){case"textNode":gA(EA);break;case"cdata":QA(EA,"oncdata",EA.cdata),EA.cdata="";break;case"script":QA(EA,"onscript",EA.script),EA.script="";break;default:Be(EA,"Max buffer length exceeded: "+M[w])}cA=Math.max(cA,TA)}EA.bufferCheckPosition=B.MAX_BUFFER_LENGTH-cA+EA.position}(P),P},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){!function c(EA){gA(EA),""!==EA.cdata&&(QA(EA,"oncdata",EA.cdata),EA.cdata=""),""!==EA.script&&(QA(EA,"onscript",EA.script),EA.script="")}(this)}};try{x=g(9760).Stream}catch{x=function(){}}x||(x=function(){});var U=B.EVENTS.filter(function(EA){return"error"!==EA&&"end"!==EA});function N(EA,P){if(!(this instanceof N))return new N(EA,P);x.apply(this),this._parser=new Y(EA,P),this.writable=!0,this.readable=!0;var cA=this;this._parser.onend=function(){cA.emit("end")},this._parser.onerror=function(w){cA.emit("error",w),cA._parser.error=null},this._decoder=null,U.forEach(function(w){Object.defineProperty(cA,"on"+w,{get:function(){return cA._parser["on"+w]},set:function(H){if(!H)return cA.removeAllListeners(w),cA._parser["on"+w]=H,H;cA.on(w,H)},enumerable:!0,configurable:!1})})}(N.prototype=Object.create(x.prototype,{constructor:{value:N}})).write=function(EA){return"function"==typeof t&&"function"==typeof t.isBuffer&&t.isBuffer(EA)&&(this._decoder||(this._decoder=new TextDecoder("utf8")),EA=this._decoder.decode(EA,{stream:!0})),this._parser.write(EA.toString()),this.emit("data",EA),!0},N.prototype.end=function(EA){if(EA&&EA.length&&this.write(EA),this._decoder){var P=this._decoder.decode();P&&(this._parser.write(P),this.emit("data",P))}return this._parser.end(),!0},N.prototype.on=function(EA,P){var cA=this;return!cA._parser["on"+EA]&&-1!==U.indexOf(EA)&&(cA._parser["on"+EA]=function(){var w=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);w.splice(0,0,EA),cA.emit.apply(cA,w)}),x.prototype.on.call(cA,EA,P)};var _="[CDATA[",Q="DOCTYPE",y="http://www.w3.org/XML/1998/namespace",K="http://www.w3.org/2000/xmlns/",lA={xml:y,xmlns:K},uA=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,G=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,J=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,rA=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function $(EA){return" "===EA||"\n"===EA||"\r"===EA||"\t"===EA}function Z(EA){return'"'===EA||"'"===EA}function b(EA){return">"===EA||$(EA)}function BA(EA,P){return EA.test(P)}function L(EA,P){return!BA(EA,P)}var EA,P,cA,eA=0;for(var UA in B.STATE={BEGIN:eA++,BEGIN_WHITESPACE:eA++,TEXT:eA++,TEXT_ENTITY:eA++,OPEN_WAKA:eA++,SGML_DECL:eA++,SGML_DECL_QUOTED:eA++,DOCTYPE:eA++,DOCTYPE_QUOTED:eA++,DOCTYPE_DTD:eA++,DOCTYPE_DTD_QUOTED:eA++,COMMENT_STARTING:eA++,COMMENT:eA++,COMMENT_ENDING:eA++,COMMENT_ENDED:eA++,CDATA:eA++,CDATA_ENDING:eA++,CDATA_ENDING_2:eA++,PROC_INST:eA++,PROC_INST_BODY:eA++,PROC_INST_ENDING:eA++,OPEN_TAG:eA++,OPEN_TAG_SLASH:eA++,ATTRIB:eA++,ATTRIB_NAME:eA++,ATTRIB_NAME_SAW_WHITE:eA++,ATTRIB_VALUE:eA++,ATTRIB_VALUE_QUOTED:eA++,ATTRIB_VALUE_CLOSED:eA++,ATTRIB_VALUE_UNQUOTED:eA++,ATTRIB_VALUE_ENTITY_Q:eA++,ATTRIB_VALUE_ENTITY_U:eA++,CLOSE_TAG:eA++,CLOSE_TAG_SAW_WHITE:eA++,SCRIPT:eA++,SCRIPT_ENDING:eA++},B.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},B.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(B.ENTITIES).forEach(function(EA){var P=B.ENTITIES[EA],cA="number"==typeof P?String.fromCharCode(P):P;B.ENTITIES[EA]=cA}),B.STATE)B.STATE[B.STATE[UA]]=UA;function xA(EA,P,cA){EA[P]&&EA[P](cA)}function QA(EA,P,cA){EA.textNode&&gA(EA),xA(EA,P,cA)}function gA(EA){EA.textNode=JA(EA.opt,EA.textNode),EA.textNode&&xA(EA,"ontext",EA.textNode),EA.textNode=""}function JA(EA,P){return EA.trim&&(P=P.trim()),EA.normalize&&(P=P.replace(/\s+/g," ")),P}function Be(EA,P){return gA(EA),EA.trackPosition&&(P+="\nLine: "+EA.line+"\nColumn: "+EA.column+"\nChar: "+EA.c),P=new Error(P),EA.error=P,xA(EA,"onerror",P),EA}function KA(EA){return EA.sawRoot&&!EA.closedRoot&&ae(EA,"Unclosed root tag"),EA.state!==eA.BEGIN&&EA.state!==eA.BEGIN_WHITESPACE&&EA.state!==eA.TEXT&&Be(EA,"Unexpected end"),gA(EA),EA.c="",EA.closed=!0,xA(EA,"onend"),Y.call(EA,EA.strict,EA.opt),EA}function ae(EA,P){if("object"!=typeof EA||!(EA instanceof Y))throw new Error("bad call to strictFail");EA.strict&&Be(EA,P)}function we(EA){EA.strict||(EA.tagName=EA.tagName[EA.looseCase]());var P=EA.tags[EA.tags.length-1]||EA,cA=EA.tag={name:EA.tagName,attributes:{}};EA.opt.xmlns&&(cA.ns=P.ns),EA.attribList.length=0,QA(EA,"onopentagstart",cA)}function ie(EA,P){var w=EA.indexOf(":")<0?["",EA]:EA.split(":"),H=w[0],TA=w[1];return P&&"xmlns"===EA&&(H="xmlns",TA=""),{prefix:H,local:TA}}function kA(EA){if(EA.strict||(EA.attribName=EA.attribName[EA.looseCase]()),-1!==EA.attribList.indexOf(EA.attribName)||EA.tag.attributes.hasOwnProperty(EA.attribName))EA.attribName=EA.attribValue="";else{if(EA.opt.xmlns){var P=ie(EA.attribName,!0),w=P.local;if("xmlns"===P.prefix)if("xml"===w&&EA.attribValue!==y)ae(EA,"xml: prefix must be bound to "+y+"\nActual: "+EA.attribValue);else if("xmlns"===w&&EA.attribValue!==K)ae(EA,"xmlns: prefix must be bound to "+K+"\nActual: "+EA.attribValue);else{var H=EA.tag,TA=EA.tags[EA.tags.length-1]||EA;H.ns===TA.ns&&(H.ns=Object.create(TA.ns)),H.ns[w]=EA.attribValue}EA.attribList.push([EA.attribName,EA.attribValue])}else EA.tag.attributes[EA.attribName]=EA.attribValue,QA(EA,"onattribute",{name:EA.attribName,value:EA.attribValue});EA.attribName=EA.attribValue=""}}function CA(EA,P){if(EA.opt.xmlns){var cA=EA.tag,w=ie(EA.tagName);cA.prefix=w.prefix,cA.local=w.local,cA.uri=cA.ns[w.prefix]||"",cA.prefix&&!cA.uri&&(ae(EA,"Unbound namespace prefix: "+JSON.stringify(EA.tagName)),cA.uri=w.prefix),cA.ns&&(EA.tags[EA.tags.length-1]||EA).ns!==cA.ns&&Object.keys(cA.ns).forEach(function(He){QA(EA,"onopennamespace",{prefix:He,uri:cA.ns[He]})});for(var TA=0,wA=EA.attribList.length;TA",EA.tagName="",void(EA.state=eA.SCRIPT);QA(EA,"onscript",EA.script),EA.script=""}var P=EA.tags.length,cA=EA.tagName;EA.strict||(cA=cA[EA.looseCase]());for(var w=cA;P--&&EA.tags[P].name!==w;)ae(EA,"Unexpected close tag");if(P<0)return ae(EA,"Unmatched closing tag: "+EA.tagName),EA.textNode+="",void(EA.state=eA.TEXT);EA.tagName=cA;for(var TA=EA.tags.length;TA-- >P;){var wA=EA.tag=EA.tags.pop();EA.tagName=EA.tag.name,QA(EA,"onclosetag",EA.tagName);var j={};for(var RA in wA.ns)j[RA]=wA.ns[RA];EA.opt.xmlns&&wA.ns!==(EA.tags[EA.tags.length-1]||EA).ns&&Object.keys(wA.ns).forEach(function(XA){QA(EA,"onclosenamespace",{prefix:XA,uri:wA.ns[XA]})})}0===P&&(EA.closedRoot=!0),EA.tagName=EA.attribValue=EA.attribName="",EA.attribList.length=0,EA.state=eA.TEXT}function hA(EA){var w,P=EA.entity,cA=P.toLowerCase(),H="";return EA.ENTITIES[P]?EA.ENTITIES[P]:EA.ENTITIES[cA]?EA.ENTITIES[cA]:("#"===(P=cA).charAt(0)&&("x"===P.charAt(1)?(P=P.slice(2),H=(w=parseInt(P,16)).toString(16)):(P=P.slice(1),H=(w=parseInt(P,10)).toString(10))),P=P.replace(/^0+/,""),isNaN(w)||H.toLowerCase()!==P||w<0||w>1114111?(ae(EA,"Invalid character entity"),"&"+EA.entity+";"):String.fromCodePoint(w))}function bA(EA,P){"<"===P?(EA.state=eA.OPEN_WAKA,EA.startTagPosition=EA.position):$(P)||(ae(EA,"Non-whitespace before first tag."),EA.textNode=P,EA.state=eA.TEXT)}function ne(EA,P){var cA="";return P1114111||P(XA)!==XA)throw RangeError("Invalid code point: "+XA);XA<=65535?H.push(XA):H.push(55296+((XA-=65536)>>10),XA%1024+56320),(j+1===RA||H.length>16384)&&(PA+=EA.apply(null,H),H.length=0)}return PA},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:cA,configurable:!0,writable:!0}):String.fromCodePoint=cA)}(D)},1909(q){"use strict";q.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply},2017(q,D,g){"use strict";var t=g(7756),B=g(5336),M=g(299),Y=g(1078),V=g(644),d=g(4074),c=g(5337),x=g(7383),U=g(2227),E=g(4507),N=d.aTypedArray,_=d.exportTypedArrayMethod,Q=t.Uint16Array,y=Q&&B(Q.prototype.sort),K=!(!y||M(function(){y(new Q(2),null)})&&M(function(){y(new Q(2),{})})),lA=!!y&&!M(function(){if(U)return U<74;if(c)return c<67;if(x)return!0;if(E)return E<602;var rA,$,G=new Q(516),J=Array(516);for(rA=0;rA<516;rA++)$=rA%4,G[rA]=515-rA,J[rA]=rA-2*$+3;for(y(G,function(Z,b){return(Z/4|0)-(b/4|0)}),rA=0;rA<516;rA++)if(G[rA]!==J[rA])return!0});_("sort",function(J){return void 0!==J&&Y(J),lA?y(this,J):V(N(this),(G=J,function(J,rA){return void 0!==G?+G(J,rA)||0:rA!=rA?-1:J!=J?1:0===J&&0===rA?1/J>0&&1/rA<0?1:-1:J>rA}));var G},!lA||K)},2022(q,D,g){"use strict";q.exports=function(){if("object"==typeof globalThis)return globalThis;var t;try{t=this||new Function("return this")()}catch{if("object"==typeof window)return window;if("object"==typeof self)return self;if(typeof g.g<"u")return g.g}return t}()},2073(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.mode.CFB=function(){var B=t.lib.BlockCipherMode.extend();function M(Y,V,d,c){var x,U=this._iv;U?(x=U.slice(0),this._iv=void 0):x=this._prevBlock,c.encryptBlock(x,0);for(var E=0;E0&&c[0]<4?1:+(c[0]+c[1])),!x&&B&&(!(c=B.match(/Edge\/(\d+)/))||c[1]>=74)&&(c=B.match(/Chrome\/(\d+)/))&&(x=+c[1]),q.exports=x},2269(q,D,g){"use strict";var t=g(2519),B=g(6911),M=g(9049),Y=g(6395),V=g(2920),K=-2;function fe(VA){return(VA>>>24&255)+(VA>>>8&65280)+((65280&VA)<<8)+((255&VA)<<24)}function ye(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new t.Buf16(320),this.work=new t.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Ge(VA){var Ce;return VA&&VA.state?(VA.total_in=VA.total_out=(Ce=VA.state).total=0,VA.msg="",Ce.wrap&&(VA.adler=1&Ce.wrap),Ce.mode=1,Ce.last=0,Ce.havedict=0,Ce.dmax=32768,Ce.head=null,Ce.hold=0,Ce.bits=0,Ce.lencode=Ce.lendyn=new t.Buf32(852),Ce.distcode=Ce.distdyn=new t.Buf32(592),Ce.sane=1,Ce.back=-1,0):K}function He(VA){var Ce;return VA&&VA.state?((Ce=VA.state).wsize=0,Ce.whave=0,Ce.wnext=0,Ge(VA)):K}function _e(VA,Ce){var dA,ve;return!VA||!VA.state||(ve=VA.state,Ce<0?(dA=0,Ce=-Ce):(dA=1+(Ce>>4),Ce<48&&(Ce&=15)),Ce&&(Ce<8||Ce>15))?K:(null!==ve.window&&ve.wbits!==Ce&&(ve.window=null),ve.wrap=dA,ve.wbits=Ce,He(VA))}function Pe(VA,Ce){var dA,ve;return VA?(ve=new ye,VA.state=ve,ve.window=null,0!==(dA=_e(VA,Ce))&&(VA.state=null),dA):K}var T,v,sA=!0;function u(VA){if(sA){var Ce;for(T=new t.Buf32(512),v=new t.Buf32(32),Ce=0;Ce<144;)VA.lens[Ce++]=8;for(;Ce<256;)VA.lens[Ce++]=9;for(;Ce<280;)VA.lens[Ce++]=7;for(;Ce<288;)VA.lens[Ce++]=8;for(V(1,VA.lens,0,288,T,0,VA.work,{bits:9}),Ce=0;Ce<32;)VA.lens[Ce++]=5;V(2,VA.lens,0,32,v,0,VA.work,{bits:5}),sA=!1}VA.lencode=T,VA.lenbits=9,VA.distcode=v,VA.distbits=5}function m(VA,Ce,dA,ve){var qe,W=VA.state;return null===W.window&&(W.wsize=1<=W.wsize?(t.arraySet(W.window,Ce,dA-W.wsize,W.wsize,0),W.wnext=0,W.whave=W.wsize):((qe=W.wsize-W.wnext)>ve&&(qe=ve),t.arraySet(W.window,Ce,dA-ve,qe,W.wnext),(ve-=qe)?(t.arraySet(W.window,Ce,dA-ve,ve,0),W.wnext=ve,W.whave=W.wsize):(W.wnext+=qe,W.wnext===W.wsize&&(W.wnext=0),W.whave>>8&255,dA.check=M(dA.check,Ut,2,0),ce=0,pe=0,dA.mode=2;break}if(dA.flags=0,dA.head&&(dA.head.done=!1),!(1&dA.wrap)||(((255&ce)<<8)+(ce>>8))%31){VA.msg="incorrect header check",dA.mode=30;break}if(8!=(15&ce)){VA.msg="unknown compression method",dA.mode=30;break}if(pe-=4,lt=8+(15&(ce>>>=4)),0===dA.wbits)dA.wbits=lt;else if(lt>dA.wbits){VA.msg="invalid window size",dA.mode=30;break}dA.dmax=1<>8&1),512&dA.flags&&(Ut[0]=255&ce,Ut[1]=ce>>>8&255,dA.check=M(dA.check,Ut,2,0)),ce=0,pe=0,dA.mode=3;case 3:for(;pe<32;){if(0===de)break A;de--,ce+=ve[W++]<>>8&255,Ut[2]=ce>>>16&255,Ut[3]=ce>>>24&255,dA.check=M(dA.check,Ut,4,0)),ce=0,pe=0,dA.mode=4;case 4:for(;pe<16;){if(0===de)break A;de--,ce+=ve[W++]<>8),512&dA.flags&&(Ut[0]=255&ce,Ut[1]=ce>>>8&255,dA.check=M(dA.check,Ut,2,0)),ce=0,pe=0,dA.mode=5;case 5:if(1024&dA.flags){for(;pe<16;){if(0===de)break A;de--,ce+=ve[W++]<>>8&255,dA.check=M(dA.check,Ut,2,0)),ce=0,pe=0}else dA.head&&(dA.head.extra=null);dA.mode=6;case 6:if(1024&dA.flags&&((Ze=dA.length)>de&&(Ze=de),Ze&&(dA.head&&(lt=dA.head.extra_len-dA.length,dA.head.extra||(dA.head.extra=new Array(dA.head.extra_len)),t.arraySet(dA.head.extra,ve,W,Ze,lt)),512&dA.flags&&(dA.check=M(dA.check,ve,Ze,W)),de-=Ze,W+=Ze,dA.length-=Ze),dA.length))break A;dA.length=0,dA.mode=7;case 7:if(2048&dA.flags){if(0===de)break A;Ze=0;do{lt=ve[W+Ze++],dA.head&<&&dA.length<65536&&(dA.head.name+=String.fromCharCode(lt))}while(lt&&Ze>9&1,dA.head.done=!0),VA.adler=dA.check=0,dA.mode=12;break;case 10:for(;pe<32;){if(0===de)break A;de--,ce+=ve[W++]<>>=7&pe,pe-=7&pe,dA.mode=27;break}for(;pe<3;){if(0===de)break A;de--,ce+=ve[W++]<>>=1)){case 0:dA.mode=14;break;case 1:if(u(dA),dA.mode=20,6===Ce){ce>>>=2,pe-=2;break A}break;case 2:dA.mode=17;break;case 3:VA.msg="invalid block type",dA.mode=30}ce>>>=2,pe-=2;break;case 14:for(ce>>>=7&pe,pe-=7&pe;pe<32;){if(0===de)break A;de--,ce+=ve[W++]<>>16^65535)){VA.msg="invalid stored block lengths",dA.mode=30;break}if(dA.length=65535&ce,ce=0,pe=0,dA.mode=15,6===Ce)break A;case 15:dA.mode=16;case 16:if(Ze=dA.length){if(Ze>de&&(Ze=de),Ze>SA&&(Ze=SA),0===Ze)break A;t.arraySet(qe,ve,W,Ze,Ie),de-=Ze,W+=Ze,SA-=Ze,Ie+=Ze,dA.length-=Ze;break}dA.mode=12;break;case 17:for(;pe<14;){if(0===de)break A;de--,ce+=ve[W++]<>>=5)),pe-=5,dA.ncode=4+(15&(ce>>>=5)),ce>>>=4,pe-=4,dA.nlen>286||dA.ndist>30){VA.msg="too many length or distance symbols",dA.mode=30;break}dA.have=0,dA.mode=18;case 18:for(;dA.have>>=3,pe-=3}for(;dA.have<19;)dA.lens[Cn[dA.have++]]=0;if(dA.lencode=dA.lendyn,dA.lenbits=7,tt=V(0,dA.lens,0,19,dA.lencode,0,dA.work,Gt={bits:dA.lenbits}),dA.lenbits=Gt.bits,tt){VA.msg="invalid code lengths set",dA.mode=30;break}dA.have=0,dA.mode=19;case 19:for(;dA.have>>16&255,kt=65535&rt,!((mt=rt>>>24)<=pe);){if(0===de)break A;de--,ce+=ve[W++]<>>=mt,pe-=mt,dA.lens[dA.have++]=kt;else{if(16===kt){for(Rt=mt+2;pe>>=mt,pe-=mt,0===dA.have){VA.msg="invalid bit length repeat",dA.mode=30;break}lt=dA.lens[dA.have-1],Ze=3+(3&ce),ce>>>=2,pe-=2}else if(17===kt){for(Rt=mt+3;pe>>=mt)),ce>>>=3,pe-=3}else{for(Rt=mt+7;pe>>=mt)),ce>>>=7,pe-=7}if(dA.have+Ze>dA.nlen+dA.ndist){VA.msg="invalid bit length repeat",dA.mode=30;break}for(;Ze--;)dA.lens[dA.have++]=lt}}if(30===dA.mode)break;if(0===dA.lens[256]){VA.msg="invalid code -- missing end-of-block",dA.mode=30;break}if(dA.lenbits=9,tt=V(1,dA.lens,0,dA.nlen,dA.lencode,0,dA.work,Gt={bits:dA.lenbits}),dA.lenbits=Gt.bits,tt){VA.msg="invalid literal/lengths set",dA.mode=30;break}if(dA.distbits=6,dA.distcode=dA.distdyn,tt=V(2,dA.lens,dA.nlen,dA.ndist,dA.distcode,0,dA.work,Gt={bits:dA.distbits}),dA.distbits=Gt.bits,tt){VA.msg="invalid distances set",dA.mode=30;break}if(dA.mode=20,6===Ce)break A;case 20:dA.mode=21;case 21:if(de>=6&&SA>=258){VA.next_out=Ie,VA.avail_out=SA,VA.next_in=W,VA.avail_in=de,dA.hold=ce,dA.bits=pe,Y(VA,We),Ie=VA.next_out,qe=VA.output,SA=VA.avail_out,W=VA.next_in,ve=VA.input,de=VA.avail_in,ce=dA.hold,pe=dA.bits,12===dA.mode&&(dA.back=-1);break}for(dA.back=0;zt=(rt=dA.lencode[ce&(1<>>16&255,kt=65535&rt,!((mt=rt>>>24)<=pe);){if(0===de)break A;de--,ce+=ve[W++]<>Jt)])>>>16&255,kt=65535&rt,!(Jt+(mt=rt>>>24)<=pe);){if(0===de)break A;de--,ce+=ve[W++]<>>=Jt,pe-=Jt,dA.back+=Jt}if(ce>>>=mt,pe-=mt,dA.back+=mt,dA.length=kt,0===zt){dA.mode=26;break}if(32&zt){dA.back=-1,dA.mode=12;break}if(64&zt){VA.msg="invalid literal/length code",dA.mode=30;break}dA.extra=15&zt,dA.mode=22;case 22:if(dA.extra){for(Rt=dA.extra;pe>>=dA.extra,pe-=dA.extra,dA.back+=dA.extra}dA.was=dA.length,dA.mode=23;case 23:for(;zt=(rt=dA.distcode[ce&(1<>>16&255,kt=65535&rt,!((mt=rt>>>24)<=pe);){if(0===de)break A;de--,ce+=ve[W++]<>Jt)])>>>16&255,kt=65535&rt,!(Jt+(mt=rt>>>24)<=pe);){if(0===de)break A;de--,ce+=ve[W++]<>>=Jt,pe-=Jt,dA.back+=Jt}if(ce>>>=mt,pe-=mt,dA.back+=mt,64&zt){VA.msg="invalid distance code",dA.mode=30;break}dA.offset=kt,dA.extra=15&zt,dA.mode=24;case 24:if(dA.extra){for(Rt=dA.extra;pe>>=dA.extra,pe-=dA.extra,dA.back+=dA.extra}if(dA.offset>dA.dmax){VA.msg="invalid distance too far back",dA.mode=30;break}dA.mode=25;case 25:if(0===SA)break A;if(dA.offset>(Ze=We-SA)){if((Ze=dA.offset-Ze)>dA.whave&&dA.sane){VA.msg="invalid distance too far back",dA.mode=30;break}Ct=Ze>dA.wnext?dA.wsize-(Ze-=dA.wnext):dA.wnext-Ze,Ze>dA.length&&(Ze=dA.length),Kt=dA.window}else Kt=qe,Ct=Ie-dA.offset,Ze=dA.length;Ze>SA&&(Ze=SA),SA-=Ze,dA.length-=Ze;do{qe[Ie++]=Kt[Ct++]}while(--Ze);0===dA.length&&(dA.mode=21);break;case 26:if(0===SA)break A;qe[Ie++]=dA.length,SA--,dA.mode=21;break;case 27:if(dA.wrap){for(;pe<32;){if(0===de)break A;de--,ce|=ve[W++]<=0;)R[pA]=0}var L=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],eA=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],UA=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],xA=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],gA=new Array(576);d(gA);var JA=new Array(60);d(JA);var Be=new Array(512);d(Be);var KA=new Array(256);d(KA);var ae=new Array(29);d(ae);var kA,CA,iA,we=new Array(30);function ie(R,pA,aA,Me,VA){this.static_tree=R,this.extra_bits=pA,this.extra_base=aA,this.elems=Me,this.max_length=VA,this.has_stree=R&&R.length}function hA(R,pA){this.dyn_tree=R,this.max_code=0,this.stat_desc=pA}function bA(R){return R<256?Be[R]:Be[256+(R>>>7)]}function ne(R,pA){R.pending_buf[R.pending++]=255&pA,R.pending_buf[R.pending++]=pA>>>8&255}function $A(R,pA,aA){R.bi_valid>16-aA?(R.bi_buf|=pA<>16-R.bi_valid,R.bi_valid+=aA-16):(R.bi_buf|=pA<>>=1,aA<<=1}while(--pA>0);return aA>>>1}function H(R,pA,aA){var Ce,dA,Me=new Array(16),VA=0;for(Ce=1;Ce<=15;Ce++)Me[Ce]=VA=VA+aA[Ce-1]<<1;for(dA=0;dA<=pA;dA++){var ve=R[2*dA+1];0!==ve&&(R[2*dA]=P(Me[ve]++,ve))}}function wA(R){var pA;for(pA=0;pA<286;pA++)R.dyn_ltree[2*pA]=0;for(pA=0;pA<30;pA++)R.dyn_dtree[2*pA]=0;for(pA=0;pA<19;pA++)R.bl_tree[2*pA]=0;R.dyn_ltree[512]=1,R.opt_len=R.static_len=0,R.last_lit=R.matches=0}function j(R){R.bi_valid>8?ne(R,R.bi_buf):R.bi_valid>0&&(R.pending_buf[R.pending++]=R.bi_buf),R.bi_buf=0,R.bi_valid=0}function PA(R,pA,aA,Me){var VA=2*pA,Ce=2*aA;return R[VA]>1;dA>=1;dA--)XA(R,aA,dA);W=Ce;do{dA=R.heap[1],R.heap[1]=R.heap[R.heap_len--],XA(R,aA,1),ve=R.heap[1],R.heap[--R.heap_max]=dA,R.heap[--R.heap_max]=ve,aA[2*W]=aA[2*dA]+aA[2*ve],R.depth[W]=(R.depth[dA]>=R.depth[ve]?R.depth[dA]:R.depth[ve])+1,aA[2*dA+1]=aA[2*ve+1]=W,R.heap[1]=W++,XA(R,aA,1)}while(R.heap_len>=2);R.heap[--R.heap_max]=R.heap[1],function w(R,pA){var W,Ie,de,SA,ce,pe,aA=pA.dyn_tree,Me=pA.max_code,VA=pA.stat_desc.static_tree,Ce=pA.stat_desc.has_stree,dA=pA.stat_desc.extra_bits,ve=pA.stat_desc.extra_base,qe=pA.stat_desc.max_length,st=0;for(SA=0;SA<=15;SA++)R.bl_count[SA]=0;for(aA[2*R.heap[R.heap_max]+1]=0,W=R.heap_max+1;W<573;W++)(SA=aA[2*aA[2*(Ie=R.heap[W])+1]+1]+1)>qe&&(SA=qe,st++),aA[2*Ie+1]=SA,!(Ie>Me)&&(R.bl_count[SA]++,ce=0,Ie>=ve&&(ce=dA[Ie-ve]),R.opt_len+=(pe=aA[2*Ie])*(SA+ce),Ce&&(R.static_len+=pe*(VA[2*Ie+1]+ce)));if(0!==st){do{for(SA=qe-1;0===R.bl_count[SA];)SA--;R.bl_count[SA]--,R.bl_count[SA+1]+=2,R.bl_count[qe]--,st-=2}while(st>0);for(SA=qe;0!==SA;SA--)for(Ie=R.bl_count[SA];0!==Ie;)!((de=R.heap[--W])>Me)&&(aA[2*de+1]!==SA&&(R.opt_len+=(SA-aA[2*de+1])*aA[2*de],aA[2*de+1]=SA),Ie--)}}(R,pA),H(aA,qe,R.bl_count)}function ye(R,pA,aA){var Me,Ce,VA=-1,dA=pA[1],ve=0,qe=7,W=4;for(0===dA&&(qe=138,W=3),pA[2*(aA+1)+1]=65535,Me=0;Me<=aA;Me++)Ce=dA,dA=pA[2*(Me+1)+1],!(++ve>=7;Me<30;Me++)for(we[Me]=VA<<7,R=0;R<1<0?(2===R.strm.data_type&&(R.strm.data_type=function Pe(R){var aA,pA=4093624447;for(aA=0;aA<=31;aA++,pA>>>=1)if(1&pA&&0!==R.dyn_ltree[2*aA])return 0;if(0!==R.dyn_ltree[18]||0!==R.dyn_ltree[20]||0!==R.dyn_ltree[26])return 1;for(aA=32;aA<256;aA++)if(0!==R.dyn_ltree[2*aA])return 1;return 0}(R)),fe(R,R.l_desc),fe(R,R.d_desc),dA=function He(R){var pA;for(ye(R,R.dyn_ltree,R.l_desc.max_code),ye(R,R.dyn_dtree,R.d_desc.max_code),fe(R,R.bl_desc),pA=18;pA>=3&&0===R.bl_tree[2*xA[pA]+1];pA--);return R.opt_len+=3*(pA+1)+5+5+4,pA}(R),(Ce=R.static_len+3+7>>>3)<=(VA=R.opt_len+3+7>>>3)&&(VA=Ce)):VA=Ce=aA+5,aA+4<=VA&&-1!==pA?T(R,pA,aA,Me):4===R.strategy||Ce===VA?($A(R,2+(Me?1:0),3),vA(R,gA,JA)):($A(R,4+(Me?1:0),3),function _e(R,pA,aA,Me){var VA;for($A(R,pA-257,5),$A(R,aA-1,5),$A(R,Me-4,4),VA=0;VA>>8&255,R.pending_buf[R.d_buf+2*R.last_lit+1]=255&pA,R.pending_buf[R.l_buf+R.last_lit]=255&aA,R.last_lit++,0===pA?R.dyn_ltree[2*aA]++:(R.matches++,pA--,R.dyn_ltree[2*(KA[aA]+256+1)]++,R.dyn_dtree[2*bA(pA)]++),R.last_lit===R.lit_bufsize-1},D._tr_align=function v(R){$A(R,2,3),EA(R,256,gA),function cA(R){16===R.bi_valid?(ne(R,R.bi_buf),R.bi_buf=0,R.bi_valid=0):R.bi_valid>=8&&(R.pending_buf[R.pending++]=255&R.bi_buf,R.bi_buf>>=8,R.bi_valid-=8)}(R)}},2416(q,D,g){q.exports=g(6811).default},2504(q,D){"use strict";D.byteLength=function c(Q){var y=d(Q),lA=y[1];return 3*(y[0]+lA)/4-lA},D.toByteArray=function U(Q){var y,$,K=d(Q),lA=K[0],uA=K[1],G=new B(function x(Q,y,K){return 3*(y+K)/4-K}(0,lA,uA)),J=0,rA=uA>0?lA-4:lA;for($=0;$>16&255,G[J++]=y>>8&255,G[J++]=255&y;return 2===uA&&(y=t[Q.charCodeAt($)]<<2|t[Q.charCodeAt($+1)]>>4,G[J++]=255&y),1===uA&&(y=t[Q.charCodeAt($)]<<10|t[Q.charCodeAt($+1)]<<4|t[Q.charCodeAt($+2)]>>2,G[J++]=y>>8&255,G[J++]=255&y),G},D.fromByteArray=function _(Q){for(var y,K=Q.length,lA=K%3,uA=[],G=16383,J=0,rA=K-lA;JrA?rA:J+G));return 1===lA?uA.push(g[(y=Q[K-1])>>2]+g[y<<4&63]+"=="):2===lA&&uA.push(g[(y=(Q[K-2]<<8)+Q[K-1])>>10]+g[y>>4&63]+g[y<<2&63]+"="),uA.join("")};for(var g=[],t=[],B=typeof Uint8Array<"u"?Uint8Array:Array,M="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Y=0;Y<64;++Y)g[Y]=M[Y],t[M.charCodeAt(Y)]=Y;function d(Q){var y=Q.length;if(y%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var K=Q.indexOf("=");return-1===K&&(K=y),[K,K===y?0:4-K%4]}function E(Q){return g[Q>>18&63]+g[Q>>12&63]+g[Q>>6&63]+g[63&Q]}function N(Q,y,K){for(var uA=[],G=y;G0?g:D)(M)}},2538(q,D,g){"use strict";var t=g(5144),B=g(299);q.exports=t&&B(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},2621(q){"use strict";q.exports=function(g){return g!=g}},2657(q,D,g){"use strict";var t=g(3598);q.exports=function(B){return t(B)||null===B}},2719(q){"use strict";var g=Object.prototype.toString,t=Math.max,M=function(c,x){for(var U=[],E=0;E-1?B([c]):c}},2843(q){"use strict";q.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var g={},t=Symbol("test"),B=Object(t);if("string"==typeof t||"[object Symbol]"!==Object.prototype.toString.call(t)||"[object Symbol]"!==Object.prototype.toString.call(B))return!1;for(var Y in g[t]=42,g)return!1;if("function"==typeof Object.keys&&0!==Object.keys(g).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(g).length)return!1;var V=Object.getOwnPropertySymbols(g);if(1!==V.length||V[0]!==t||!Object.prototype.propertyIsEnumerable.call(g,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var d=Object.getOwnPropertyDescriptor(g,t);if(42!==d.value||!0!==d.enumerable)return!1}return!0}},2858(q,D,g){"use strict";var M,Y,V,d,c,x,E,_,Q,K,lA,uA,J,$,b,BA,eA,UA,t;q.exports=(t=g(6861),g(6818),void(t.lib.Cipher||(M=t,Y=M.lib,V=Y.Base,d=Y.WordArray,c=Y.BufferedBlockAlgorithm,x=M.enc,E=x.Base64,_=M.algo.EvpKDF,Q=Y.Cipher=c.extend({cfg:V.extend(),createEncryptor:function(xA,QA){return this.create(this._ENC_XFORM_MODE,xA,QA)},createDecryptor:function(xA,QA){return this.create(this._DEC_XFORM_MODE,xA,QA)},init:function(xA,QA,gA){this.cfg=this.cfg.extend(gA),this._xformMode=xA,this._key=QA,this.reset()},reset:function(){c.reset.call(this),this._doReset()},process:function(xA){return this._append(xA),this._process()},finalize:function(xA){return xA&&this._append(xA),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function xA(QA){return"string"==typeof QA?UA:BA}return function(QA){return{encrypt:function(gA,JA,Be){return xA(JA).encrypt(QA,gA,JA,Be)},decrypt:function(gA,JA,Be){return xA(JA).decrypt(QA,gA,JA,Be)}}}}()}),Y.StreamCipher=Q.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),K=M.mode={},lA=Y.BlockCipherMode=V.extend({createEncryptor:function(xA,QA){return this.Encryptor.create(xA,QA)},createDecryptor:function(xA,QA){return this.Decryptor.create(xA,QA)},init:function(xA,QA){this._cipher=xA,this._iv=QA}}),uA=K.CBC=function(){var xA=lA.extend();function QA(gA,JA,Be){var KA,ae=this._iv;ae?(KA=ae,this._iv=undefined):KA=this._prevBlock;for(var we=0;we>>2]}},Y.BlockCipher=Q.extend({cfg:Q.cfg.extend({mode:uA,padding:J}),reset:function(){var xA;Q.reset.call(this);var QA=this.cfg,gA=QA.iv,JA=QA.mode;this._xformMode==this._ENC_XFORM_MODE?xA=JA.createEncryptor:(xA=JA.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==xA?this._mode.init(this,gA&&gA.words):(this._mode=xA.call(JA,this,gA&&gA.words),this._mode.__creator=xA)},_doProcessBlock:function(xA,QA){this._mode.processBlock(xA,QA)},_doFinalize:function(){var xA,QA=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(QA.pad(this._data,this.blockSize),xA=this._process(!0)):(xA=this._process(!0),QA.unpad(xA)),xA},blockSize:4}),$=Y.CipherParams=V.extend({init:function(xA){this.mixIn(xA)},toString:function(xA){return(xA||this.formatter).stringify(this)}}),b=(M.format={}).OpenSSL={stringify:function(xA){var gA=xA.ciphertext,JA=xA.salt;return(JA?d.create([1398893684,1701076831]).concat(JA).concat(gA):gA).toString(E)},parse:function(xA){var QA,gA=E.parse(xA),JA=gA.words;return 1398893684==JA[0]&&1701076831==JA[1]&&(QA=d.create(JA.slice(2,4)),JA.splice(0,4),gA.sigBytes-=16),$.create({ciphertext:gA,salt:QA})}},BA=Y.SerializableCipher=V.extend({cfg:V.extend({format:b}),encrypt:function(xA,QA,gA,JA){JA=this.cfg.extend(JA);var Be=xA.createEncryptor(gA,JA),KA=Be.finalize(QA),ae=Be.cfg;return $.create({ciphertext:KA,key:gA,iv:ae.iv,algorithm:xA,mode:ae.mode,padding:ae.padding,blockSize:xA.blockSize,formatter:JA.format})},decrypt:function(xA,QA,gA,JA){return JA=this.cfg.extend(JA),QA=this._parse(QA,JA.format),xA.createDecryptor(gA,JA).finalize(QA.ciphertext)},_parse:function(xA,QA){return"string"==typeof xA?QA.parse(xA,this):xA}}),eA=(M.kdf={}).OpenSSL={execute:function(xA,QA,gA,JA,Be){if(JA||(JA=d.random(8)),Be)var KA=_.create({keySize:QA+gA,hasher:Be}).compute(xA,JA);else KA=_.create({keySize:QA+gA}).compute(xA,JA);var ae=d.create(KA.words.slice(QA),4*gA);return KA.sigBytes=4*QA,$.create({key:KA,iv:ae,salt:JA})}},UA=Y.PasswordBasedCipher=BA.extend({cfg:BA.cfg.extend({kdf:eA}),encrypt:function(xA,QA,gA,JA){var Be=(JA=this.cfg.extend(JA)).kdf.execute(gA,xA.keySize,xA.ivSize,JA.salt,JA.hasher);JA.iv=Be.iv;var KA=BA.encrypt.call(this,xA,QA,Be.key,JA);return KA.mixIn(Be),KA},decrypt:function(xA,QA,gA,JA){JA=this.cfg.extend(JA),QA=this._parse(QA,JA.format);var Be=JA.kdf.execute(gA,xA.keySize,xA.ivSize,QA.salt,JA.hasher);return JA.iv=Be.iv,BA.decrypt.call(this,xA,QA,Be.key,JA)}}))))},2908(q,D,g){"use strict";var t=g(783).Buffer,B=g(9964),M=g(7801),Y=g(7468),V=g(2925),d=g(2269),c=g(1607);for(var x in c)D[x]=c[x];function N(_){if("number"!=typeof _||_D.UNZIP)throw new TypeError("Bad argument");this.dictionary=null,this.err=0,this.flush=0,this.init_done=!1,this.level=0,this.memLevel=0,this.mode=_,this.strategy=0,this.windowBits=0,this.write_in_progress=!1,this.pending_close=!1,this.gzip_id_bytes_read=0}D.NONE=0,D.DEFLATE=1,D.INFLATE=2,D.GZIP=3,D.GUNZIP=4,D.DEFLATERAW=5,D.INFLATERAW=6,D.UNZIP=7,N.prototype.close=function(){this.write_in_progress?this.pending_close=!0:(this.pending_close=!1,M(this.init_done,"close before init"),M(this.mode<=D.UNZIP),this.mode===D.DEFLATE||this.mode===D.GZIP||this.mode===D.DEFLATERAW?V.deflateEnd(this.strm):(this.mode===D.INFLATE||this.mode===D.GUNZIP||this.mode===D.INFLATERAW||this.mode===D.UNZIP)&&d.inflateEnd(this.strm),this.mode=D.NONE,this.dictionary=null)},N.prototype.write=function(_,Q,y,K,lA,uA,G){return this._write(!0,_,Q,y,K,lA,uA,G)},N.prototype.writeSync=function(_,Q,y,K,lA,uA,G){return this._write(!1,_,Q,y,K,lA,uA,G)},N.prototype._write=function(_,Q,y,K,lA,uA,G,J){if(M.equal(arguments.length,8),M(this.init_done,"write before init"),M(this.mode!==D.NONE,"already finalized"),M.equal(!1,this.write_in_progress,"write already in progress"),M.equal(!1,this.pending_close,"close is pending"),this.write_in_progress=!0,M.equal(!1,void 0===Q,"must provide flush value"),this.write_in_progress=!0,Q!==D.Z_NO_FLUSH&&Q!==D.Z_PARTIAL_FLUSH&&Q!==D.Z_SYNC_FLUSH&&Q!==D.Z_FULL_FLUSH&&Q!==D.Z_FINISH&&Q!==D.Z_BLOCK)throw new Error("Invalid flush value");if(null==y&&(y=t.alloc(0),lA=0,K=0),this.strm.avail_in=lA,this.strm.input=y,this.strm.next_in=K,this.strm.avail_out=J,this.strm.output=uA,this.strm.next_out=G,this.flush=Q,!_)return this._process(),this._checkError()?this._afterSync():void 0;var rA=this;return B.nextTick(function(){rA._process(),rA._after()}),this},N.prototype._afterSync=function(){var _=this.strm.avail_out,Q=this.strm.avail_in;return this.write_in_progress=!1,[Q,_]},N.prototype._process=function(){var _=null;switch(this.mode){case D.DEFLATE:case D.GZIP:case D.DEFLATERAW:this.err=V.deflate(this.strm,this.flush);break;case D.UNZIP:switch(this.strm.avail_in>0&&(_=this.strm.next_in),this.gzip_id_bytes_read){case 0:if(null===_)break;if(31!==this.strm.input[_]){this.mode=D.INFLATE;break}if(this.gzip_id_bytes_read=1,_++,1===this.strm.avail_in)break;case 1:if(null===_)break;139===this.strm.input[_]?(this.gzip_id_bytes_read=2,this.mode=D.GUNZIP):this.mode=D.INFLATE;break;default:throw new Error("invalid number of gzip magic number bytes read")}case D.INFLATE:case D.GUNZIP:case D.INFLATERAW:for(this.err=d.inflate(this.strm,this.flush),this.err===D.Z_NEED_DICT&&this.dictionary&&(this.err=d.inflateSetDictionary(this.strm,this.dictionary),this.err===D.Z_OK?this.err=d.inflate(this.strm,this.flush):this.err===D.Z_DATA_ERROR&&(this.err=D.Z_NEED_DICT));this.strm.avail_in>0&&this.mode===D.GUNZIP&&this.err===D.Z_STREAM_END&&0!==this.strm.next_in[0];)this.reset(),this.err=d.inflate(this.strm,this.flush);break;default:throw new Error("Unknown mode "+this.mode)}},N.prototype._checkError=function(){switch(this.err){case D.Z_OK:case D.Z_BUF_ERROR:if(0!==this.strm.avail_out&&this.flush===D.Z_FINISH)return this._error("unexpected end of file"),!1;break;case D.Z_STREAM_END:break;case D.Z_NEED_DICT:return this._error(null==this.dictionary?"Missing dictionary":"Bad dictionary"),!1;default:return this._error("Zlib error"),!1}return!0},N.prototype._after=function(){if(this._checkError()){var _=this.strm.avail_out,Q=this.strm.avail_in;this.write_in_progress=!1,this.callback(Q,_),this.pending_close&&this.close()}},N.prototype._error=function(_){this.strm.msg&&(_=this.strm.msg),this.onerror(_,this.err),this.write_in_progress=!1,this.pending_close&&this.close()},N.prototype.init=function(_,Q,y,K,lA){M(4===arguments.length||5===arguments.length,"init(windowBits, level, memLevel, strategy, [dictionary])"),M(_>=8&&_<=15,"invalid windowBits"),M(Q>=-1&&Q<=9,"invalid compression level"),M(y>=1&&y<=9,"invalid memlevel"),M(K===D.Z_FILTERED||K===D.Z_HUFFMAN_ONLY||K===D.Z_RLE||K===D.Z_FIXED||K===D.Z_DEFAULT_STRATEGY,"invalid strategy"),this._init(Q,_,y,K,lA),this._setDictionary()},N.prototype.params=function(){throw new Error("deflateParams Not supported")},N.prototype.reset=function(){this._reset(),this._setDictionary()},N.prototype._init=function(_,Q,y,K,lA){switch(this.level=_,this.windowBits=Q,this.memLevel=y,this.strategy=K,this.flush=D.Z_NO_FLUSH,this.err=D.Z_OK,(this.mode===D.GZIP||this.mode===D.GUNZIP)&&(this.windowBits+=16),this.mode===D.UNZIP&&(this.windowBits+=32),(this.mode===D.DEFLATERAW||this.mode===D.INFLATERAW)&&(this.windowBits=-1*this.windowBits),this.strm=new Y,this.mode){case D.DEFLATE:case D.GZIP:case D.DEFLATERAW:this.err=V.deflateInit2(this.strm,this.level,D.Z_DEFLATED,this.windowBits,this.memLevel,this.strategy);break;case D.INFLATE:case D.GUNZIP:case D.INFLATERAW:case D.UNZIP:this.err=d.inflateInit2(this.strm,this.windowBits);break;default:throw new Error("Unknown mode "+this.mode)}this.err!==D.Z_OK&&this._error("Init error"),this.dictionary=lA,this.write_in_progress=!1,this.init_done=!0},N.prototype._setDictionary=function(){if(null!=this.dictionary){switch(this.err=D.Z_OK,this.mode){case D.DEFLATE:case D.DEFLATERAW:this.err=V.deflateSetDictionary(this.strm,this.dictionary)}this.err!==D.Z_OK&&this._error("Failed to set dictionary")}},N.prototype._reset=function(){switch(this.err=D.Z_OK,this.mode){case D.DEFLATE:case D.DEFLATERAW:case D.GZIP:this.err=V.deflateReset(this.strm);break;case D.INFLATE:case D.INFLATERAW:case D.GUNZIP:this.err=d.inflateReset(this.strm)}this.err!==D.Z_OK&&this._error("Failed to reset stream")},D.Zlib=N},2920(q,D,g){"use strict";var t=g(2519),x=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],U=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],E=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],N=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];q.exports=function(Q,y,K,lA,uA,G,J,rA){var Be,KA,ae,we,ie,iA,EA,P,cA,$=rA.bits,Z=0,b=0,BA=0,L=0,eA=0,UA=0,xA=0,QA=0,gA=0,JA=0,kA=null,CA=0,hA=new t.Buf16(16),bA=new t.Buf16(16),ne=null,$A=0;for(Z=0;Z<=15;Z++)hA[Z]=0;for(b=0;b=1&&0===hA[L];L--);if(eA>L&&(eA=L),0===L)return uA[G++]=20971520,uA[G++]=20971520,rA.bits=1,0;for(BA=1;BA0&&(0===Q||1!==L))return-1;for(bA[1]=0,Z=1;Z<15;Z++)bA[Z+1]=bA[Z]+hA[Z];for(b=0;b852||2===Q&&gA>592)return 1;for(;;){EA=Z-xA,J[b]iA?(P=ne[$A+J[b]],cA=kA[CA+J[b]]):(P=96,cA=0),Be=1<>xA)+(KA-=Be)]=EA<<24|P<<16|cA}while(0!==KA);for(Be=1<>=1;if(0!==Be?(JA&=Be-1,JA+=Be):JA=0,b++,0===--hA[Z]){if(Z===L)break;Z=y[K+J[b]]}if(Z>eA&&(JA&we)!==ae){for(0===xA&&(xA=eA),ie+=BA,QA=1<<(UA=Z-xA);UA+xA852||2===Q&&gA>592)return 1;uA[ae=JA&we]=eA<<24|UA<<16|ie-G}}return 0!==JA&&(uA[ie+JA]=4194304|Z-xA<<24),rA.bits=eA,0}},2925(q,D,g){"use strict";var u,t=g(2519),B=g(2367),M=g(6911),Y=g(9049),V=g(6228),Q=-2,ie=262;function wA(W,Ie){return W.msg=V[Ie],Ie}function j(W){return(W<<1)-(W>4?9:0)}function RA(W){for(var Ie=W.length;--Ie>=0;)W[Ie]=0}function PA(W){var Ie=W.state,de=Ie.pending;de>W.avail_out&&(de=W.avail_out),0!==de&&(t.arraySet(W.output,Ie.pending_buf,Ie.pending_out,de,W.next_out),W.next_out+=de,Ie.pending_out+=de,W.total_out+=de,W.avail_out-=de,Ie.pending-=de,0===Ie.pending&&(Ie.pending_out=0))}function XA(W,Ie){B._tr_flush_block(W,W.block_start>=0?W.block_start:-1,W.strstart-W.block_start,Ie),W.block_start=W.strstart,PA(W.strm)}function vA(W,Ie){W.pending_buf[W.pending++]=Ie}function fe(W,Ie){W.pending_buf[W.pending++]=Ie>>>8&255,W.pending_buf[W.pending++]=255&Ie}function ye(W,Ie,de,SA){var ce=W.avail_in;return ce>SA&&(ce=SA),0===ce?0:(W.avail_in-=ce,t.arraySet(Ie,W.input,W.next_in,ce,de),1===W.state.wrap?W.adler=M(W.adler,Ie,ce,de):2===W.state.wrap&&(W.adler=Y(W.adler,Ie,ce,de)),W.next_in+=ce,W.total_in+=ce,ce)}function Ge(W,Ie){var ce,pe,de=W.max_chain_length,SA=W.strstart,st=W.prev_length,We=W.nice_match,Ze=W.strstart>W.w_size-ie?W.strstart-(W.w_size-ie):0,Ct=W.window,Kt=W.w_mask,rt=W.prev,mt=W.strstart+258,zt=Ct[SA+st-1],kt=Ct[SA+st];W.prev_length>=W.good_match&&(de>>=2),We>W.lookahead&&(We=W.lookahead);do{if(Ct[(ce=Ie)+st]===kt&&Ct[ce+st-1]===zt&&Ct[ce]===Ct[SA]&&Ct[++ce]===Ct[SA+1]){SA+=2,ce++;do{}while(Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&Ct[++SA]===Ct[++ce]&&SAst){if(W.match_start=Ie,st=pe,pe>=We)break;zt=Ct[SA+st-1],kt=Ct[SA+st]}}}while((Ie=rt[Ie&Kt])>Ze&&0!==--de);return st<=W.lookahead?st:W.lookahead}function He(W){var de,SA,ce,pe,st,Ie=W.w_size;do{if(pe=W.window_size-W.lookahead-W.strstart,W.strstart>=Ie+(Ie-ie)){t.arraySet(W.window,W.window,Ie,Ie,0),W.match_start-=Ie,W.strstart-=Ie,W.block_start-=Ie,de=SA=W.hash_size;do{ce=W.head[--de],W.head[de]=ce>=Ie?ce-Ie:0}while(--SA);de=SA=Ie;do{ce=W.prev[--de],W.prev[de]=ce>=Ie?ce-Ie:0}while(--SA);pe+=Ie}if(0===W.strm.avail_in)break;if(SA=ye(W.strm,W.window,W.strstart+W.lookahead,pe),W.lookahead+=SA,W.lookahead+W.insert>=3)for(W.ins_h=W.window[st=W.strstart-W.insert],W.ins_h=(W.ins_h<=3&&(W.ins_h=(W.ins_h<=3)if(SA=B._tr_tally(W,W.strstart-W.match_start,W.match_length-3),W.lookahead-=W.match_length,W.match_length<=W.max_lazy_match&&W.lookahead>=3){W.match_length--;do{W.strstart++,W.ins_h=(W.ins_h<=3&&(W.ins_h=(W.ins_h<4096)&&(W.match_length=2)),W.prev_length>=3&&W.match_length<=W.prev_length){ce=W.strstart+W.lookahead-3,SA=B._tr_tally(W,W.strstart-1-W.prev_match,W.prev_length-3),W.lookahead-=W.prev_length-1,W.prev_length-=2;do{++W.strstart<=ce&&(W.ins_h=(W.ins_h<15&&(st=2,SA-=16),ce<1||ce>9||8!==de||SA<8||SA>15||Ie<0||Ie>9||pe<0||pe>4)return wA(W,Q);8===SA&&(SA=9);var We=new R;return W.state=We,We.strm=W,We.wrap=st,We.gzhead=null,We.w_bits=SA,We.w_size=1<W.pending_buf_size-5&&(de=W.pending_buf_size-5);;){if(W.lookahead<=1){if(He(W),0===W.lookahead&&0===Ie)return 1;if(0===W.lookahead)break}W.strstart+=W.lookahead,W.lookahead=0;var SA=W.block_start+de;if((0===W.strstart||W.strstart>=SA)&&(W.lookahead=W.strstart-SA,W.strstart=SA,XA(W,!1),0===W.strm.avail_out)||W.strstart-W.block_start>=W.w_size-ie&&(XA(W,!1),0===W.strm.avail_out))return 1}return W.insert=0,4===Ie?(XA(W,!0),0===W.strm.avail_out?3:4):(W.strstart>W.block_start&&XA(W,!1),1)}),new v(4,4,8,4,Pe),new v(4,5,16,8,Pe),new v(4,6,32,32,Pe),new v(4,4,16,16,te),new v(8,16,32,32,te),new v(8,16,128,128,te),new v(8,32,128,256,te),new v(32,128,258,1024,te),new v(32,258,258,4096,te)],D.deflateInit=function Ce(W,Ie){return VA(W,Ie,8,15,8,0)},D.deflateInit2=VA,D.deflateReset=aA,D.deflateResetKeep=pA,D.deflateSetHeader=function Me(W,Ie){return W&&W.state&&2===W.state.wrap?(W.state.gzhead=Ie,0):Q},D.deflate=function dA(W,Ie){var de,SA,ce,pe;if(!W||!W.state||Ie>5||Ie<0)return W?wA(W,Q):Q;if(SA=W.state,!W.output||!W.input&&0!==W.avail_in||666===SA.status&&4!==Ie)return wA(W,0===W.avail_out?-5:Q);if(SA.strm=W,de=SA.last_flush,SA.last_flush=Ie,42===SA.status)if(2===SA.wrap)W.adler=0,vA(SA,31),vA(SA,139),vA(SA,8),SA.gzhead?(vA(SA,(SA.gzhead.text?1:0)+(SA.gzhead.hcrc?2:0)+(SA.gzhead.extra?4:0)+(SA.gzhead.name?8:0)+(SA.gzhead.comment?16:0)),vA(SA,255&SA.gzhead.time),vA(SA,SA.gzhead.time>>8&255),vA(SA,SA.gzhead.time>>16&255),vA(SA,SA.gzhead.time>>24&255),vA(SA,9===SA.level?2:SA.strategy>=2||SA.level<2?4:0),vA(SA,255&SA.gzhead.os),SA.gzhead.extra&&SA.gzhead.extra.length&&(vA(SA,255&SA.gzhead.extra.length),vA(SA,SA.gzhead.extra.length>>8&255)),SA.gzhead.hcrc&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending,0)),SA.gzindex=0,SA.status=69):(vA(SA,0),vA(SA,0),vA(SA,0),vA(SA,0),vA(SA,0),vA(SA,9===SA.level?2:SA.strategy>=2||SA.level<2?4:0),vA(SA,3),SA.status=113);else{var st=8+(SA.w_bits-8<<4)<<8;st|=(SA.strategy>=2||SA.level<2?0:SA.level<6?1:6===SA.level?2:3)<<6,0!==SA.strstart&&(st|=32),st+=31-st%31,SA.status=113,fe(SA,st),0!==SA.strstart&&(fe(SA,W.adler>>>16),fe(SA,65535&W.adler)),W.adler=1}if(69===SA.status)if(SA.gzhead.extra){for(ce=SA.pending;SA.gzindex<(65535&SA.gzhead.extra.length)&&(SA.pending!==SA.pending_buf_size||(SA.gzhead.hcrc&&SA.pending>ce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),PA(W),ce=SA.pending,SA.pending!==SA.pending_buf_size));)vA(SA,255&SA.gzhead.extra[SA.gzindex]),SA.gzindex++;SA.gzhead.hcrc&&SA.pending>ce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),SA.gzindex===SA.gzhead.extra.length&&(SA.gzindex=0,SA.status=73)}else SA.status=73;if(73===SA.status)if(SA.gzhead.name){ce=SA.pending;do{if(SA.pending===SA.pending_buf_size&&(SA.gzhead.hcrc&&SA.pending>ce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),PA(W),ce=SA.pending,SA.pending===SA.pending_buf_size)){pe=1;break}pe=SA.gzindexce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),0===pe&&(SA.gzindex=0,SA.status=91)}else SA.status=91;if(91===SA.status)if(SA.gzhead.comment){ce=SA.pending;do{if(SA.pending===SA.pending_buf_size&&(SA.gzhead.hcrc&&SA.pending>ce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),PA(W),ce=SA.pending,SA.pending===SA.pending_buf_size)){pe=1;break}pe=SA.gzindexce&&(W.adler=Y(W.adler,SA.pending_buf,SA.pending-ce,ce)),0===pe&&(SA.status=103)}else SA.status=103;if(103===SA.status&&(SA.gzhead.hcrc?(SA.pending+2>SA.pending_buf_size&&PA(W),SA.pending+2<=SA.pending_buf_size&&(vA(SA,255&W.adler),vA(SA,W.adler>>8&255),W.adler=0,SA.status=113)):SA.status=113),0!==SA.pending){if(PA(W),0===W.avail_out)return SA.last_flush=-1,0}else if(0===W.avail_in&&j(Ie)<=j(de)&&4!==Ie)return wA(W,-5);if(666===SA.status&&0!==W.avail_in)return wA(W,-5);if(0!==W.avail_in||0!==SA.lookahead||0!==Ie&&666!==SA.status){var Ze=2===SA.strategy?function T(W,Ie){for(var de;;){if(0===W.lookahead&&(He(W),0===W.lookahead)){if(0===Ie)return 1;break}if(W.match_length=0,de=B._tr_tally(W,0,W.window[W.strstart]),W.lookahead--,W.strstart++,de&&(XA(W,!1),0===W.strm.avail_out))return 1}return W.insert=0,4===Ie?(XA(W,!0),0===W.strm.avail_out?3:4):W.last_lit&&(XA(W,!1),0===W.strm.avail_out)?1:2}(SA,Ie):3===SA.strategy?function sA(W,Ie){for(var de,SA,ce,pe,st=W.window;;){if(W.lookahead<=258){if(He(W),W.lookahead<=258&&0===Ie)return 1;if(0===W.lookahead)break}if(W.match_length=0,W.lookahead>=3&&W.strstart>0&&(SA=st[ce=W.strstart-1])===st[++ce]&&SA===st[++ce]&&SA===st[++ce]){pe=W.strstart+258;do{}while(SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&SA===st[++ce]&&ceW.lookahead&&(W.match_length=W.lookahead)}if(W.match_length>=3?(de=B._tr_tally(W,1,W.match_length-3),W.lookahead-=W.match_length,W.strstart+=W.match_length,W.match_length=0):(de=B._tr_tally(W,0,W.window[W.strstart]),W.lookahead--,W.strstart++),de&&(XA(W,!1),0===W.strm.avail_out))return 1}return W.insert=0,4===Ie?(XA(W,!0),0===W.strm.avail_out?3:4):W.last_lit&&(XA(W,!1),0===W.strm.avail_out)?1:2}(SA,Ie):u[SA.level].func(SA,Ie);if((3===Ze||4===Ze)&&(SA.status=666),1===Ze||3===Ze)return 0===W.avail_out&&(SA.last_flush=-1),0;if(2===Ze&&(1===Ie?B._tr_align(SA):5!==Ie&&(B._tr_stored_block(SA,0,0,!1),3===Ie&&(RA(SA.head),0===SA.lookahead&&(SA.strstart=0,SA.block_start=0,SA.insert=0))),PA(W),0===W.avail_out))return SA.last_flush=-1,0}return 4!==Ie?0:SA.wrap<=0?1:(2===SA.wrap?(vA(SA,255&W.adler),vA(SA,W.adler>>8&255),vA(SA,W.adler>>16&255),vA(SA,W.adler>>24&255),vA(SA,255&W.total_in),vA(SA,W.total_in>>8&255),vA(SA,W.total_in>>16&255),vA(SA,W.total_in>>24&255)):(fe(SA,W.adler>>>16),fe(SA,65535&W.adler)),PA(W),SA.wrap>0&&(SA.wrap=-SA.wrap),0!==SA.pending?0:1)},D.deflateEnd=function ve(W){var Ie;return W&&W.state?42!==(Ie=W.state.status)&&69!==Ie&&73!==Ie&&91!==Ie&&103!==Ie&&113!==Ie&&666!==Ie?wA(W,Q):(W.state=null,113===Ie?wA(W,-3):0):Q},D.deflateSetDictionary=function qe(W,Ie){var SA,ce,pe,st,We,Ze,Ct,Kt,de=Ie.length;if(!W||!W.state||2===(st=(SA=W.state).wrap)||1===st&&42!==SA.status||SA.lookahead)return Q;for(1===st&&(W.adler=M(W.adler,Ie,de,0)),SA.wrap=0,de>=SA.w_size&&(0===st&&(RA(SA.head),SA.strstart=0,SA.block_start=0,SA.insert=0),Kt=new t.Buf8(SA.w_size),t.arraySet(Kt,Ie,de-SA.w_size,SA.w_size,0),Ie=Kt,de=SA.w_size),We=W.avail_in,Ze=W.next_in,Ct=W.input,W.avail_in=de,W.next_in=0,W.input=Ie,He(SA);SA.lookahead>=3;){ce=SA.strstart,pe=SA.lookahead-2;do{SA.ins_h=(SA.ins_h<D},3018(q,D,g){"use strict";var t=g(3301),B=TypeError;q.exports=function(M){var Y=t(M,"number");if("number"==typeof Y)throw new B("Can't convert number to bigint");return BigInt(Y)}},3032(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(4866),g(3532),g(6818),g(2858),function(){var B=t,Y=B.lib.BlockCipher;const d=16,c=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],x=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var U={pbox:[],sbox:[]};function E(K,lA){let $=K.sbox[0][lA>>24&255]+K.sbox[1][lA>>16&255];return $^=K.sbox[2][lA>>8&255],$+=K.sbox[3][255&lA],$}function N(K,lA,uA){let rA,G=lA,J=uA;for(let $=0;$=uA&&(G=0);let J=0,rA=0,$=0;for(let Z=0;Z<18;Z+=2)$=N(K,J,rA),J=$.left,rA=$.right,K.pbox[Z]=J,K.pbox[Z+1]=rA;for(let Z=0;Z<4;Z++)for(let b=0;b<256;b+=2)$=N(K,J,rA),J=$.left,rA=$.right,K.sbox[Z][b]=J,K.sbox[Z][b+1]=rA;return!0}(U,K.words,K.sigBytes/4)}},encryptBlock:function(K,lA){var uA=N(U,K[lA],K[lA+1]);K[lA]=uA.left,K[lA+1]=uA.right},decryptBlock:function(K,lA){var uA=function _(K,lA,uA){let rA,G=lA,J=uA;for(let $=17;$>1;--$)G^=K.pbox[$],J=E(K,G)^J,rA=G,G=J,J=rA;return rA=G,G=J,J=rA,J^=K.pbox[1],G^=K.pbox[0],{left:G,right:J}}(U,K[lA],K[lA+1]);K[lA]=uA.left,K[lA+1]=uA.right},blockSize:2,keySize:4,ivSize:2});B.Blowfish=Y._createHelper(y)}(),t.Blowfish)},3036(q){"use strict";q.exports=Function.prototype.apply},3143(q,D,g){"use strict";var t=g(5691).Buffer,B=t.isEncoding||function(G){switch((G=""+G)&&G.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function V(G){var J;switch(this.encoding=function Y(G){var J=function M(G){if(!G)return"utf8";for(var J;;)switch(G){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return G;default:if(J)return;G=(""+G).toLowerCase(),J=!0}}(G);if("string"!=typeof J&&(t.isEncoding===B||!B(G)))throw new Error("Unknown encoding: "+G);return J||G}(G),this.encoding){case"utf16le":this.text=_,this.end=Q,J=4;break;case"utf8":this.fillLast=U,J=4;break;case"base64":this.text=y,this.end=K,J=3;break;default:return this.write=lA,void(this.end=uA)}this.lastNeed=0,this.lastTotal=0,this.lastChar=t.allocUnsafe(J)}function d(G){return G<=127?0:G>>5==6?2:G>>4==14?3:G>>3==30?4:G>>6==2?-1:-2}function U(G){var J=this.lastTotal-this.lastNeed,rA=function x(G,J){if(128!=(192&J[0]))return G.lastNeed=0,"\ufffd";if(G.lastNeed>1&&J.length>1){if(128!=(192&J[1]))return G.lastNeed=1,"\ufffd";if(G.lastNeed>2&&J.length>2&&128!=(192&J[2]))return G.lastNeed=2,"\ufffd"}}(this,G);return void 0!==rA?rA:this.lastNeed<=G.length?(G.copy(this.lastChar,J,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(G.copy(this.lastChar,J,0,G.length),void(this.lastNeed-=G.length))}function _(G,J){if((G.length-J)%2==0){var rA=G.toString("utf16le",J);if(rA){var $=rA.charCodeAt(rA.length-1);if($>=55296&&$<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=G[G.length-2],this.lastChar[1]=G[G.length-1],rA.slice(0,-1)}return rA}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=G[G.length-1],G.toString("utf16le",J,G.length-1)}function Q(G){var J=G&&G.length?this.write(G):"";return this.lastNeed?J+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):J}function y(G,J){var rA=(G.length-J)%3;return 0===rA?G.toString("base64",J):(this.lastNeed=3-rA,this.lastTotal=3,1===rA?this.lastChar[0]=G[G.length-1]:(this.lastChar[0]=G[G.length-2],this.lastChar[1]=G[G.length-1]),G.toString("base64",J,G.length-rA))}function K(G){var J=G&&G.length?this.write(G):"";return this.lastNeed?J+this.lastChar.toString("base64",0,3-this.lastNeed):J}function lA(G){return G.toString(this.encoding)}function uA(G){return G&&G.length?this.write(G):""}D.I=V,V.prototype.write=function(G){if(0===G.length)return"";var J,rA;if(this.lastNeed){if(void 0===(J=this.fillLast(G)))return"";rA=this.lastNeed,this.lastNeed=0}else rA=0;return rA=0?(Z>0&&(G.lastNeed=Z-1),Z):--$=0?(Z>0&&(G.lastNeed=Z-2),Z):--$=0?(Z>0&&(2===Z?Z=0:G.lastNeed=Z-3),Z):0}(this,G,J);if(!this.lastNeed)return G.toString("utf8",J);this.lastTotal=rA;var $=G.length-(rA-this.lastNeed);return G.copy(this.lastChar,0,$),G.toString("utf8",J,$)},V.prototype.fillLast=function(G){if(this.lastNeed<=G.length)return G.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);G.copy(this.lastChar,this.lastTotal-this.lastNeed,0,G.length),this.lastNeed-=G.length}},3144(q,D,g){"use strict";var Y,V,d,c,t;q.exports=(t=g(6861),V=(Y=t.lib).Base,d=Y.WordArray,(c=t.x64={}).Word=V.extend({init:function(E,N){this.high=E,this.low=N}}),c.WordArray=V.extend({init:function(E,N){E=this.words=E||[],this.sigBytes=null!=N?N:8*E.length},toX32:function(){for(var E=this.words,N=E.length,_=[],Q=0;Q1?arguments[1]:void 0,c),E=x>2?arguments[2]:void 0,N=void 0===E?c:B(E,c);N>U;)d[U++]=V;return d}},3249(q){"use strict";var D=function(g){return g!=g};q.exports=function(t,B){return 0===t&&0===B?1/t==1/B:!!(t===B||D(t)&&D(B))}},3257(q,D,g){"use strict";var t=typeof Symbol<"u"&&Symbol,B=g(2843);q.exports=function(){return"function"==typeof t&&"function"==typeof Symbol&&"symbol"==typeof t("foo")&&"symbol"==typeof Symbol("bar")&&B()}},3282(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.pad.Iso97971={pad:function(B,M){B.concat(t.lib.WordArray.create([2147483648],1)),t.pad.ZeroPadding.pad(B,M)},unpad:function(B){t.pad.ZeroPadding.unpad(B),B.sigBytes--}},t.pad.Iso97971)},3297(q,D,g){"use strict";var t=g(5034),B=Object;q.exports=function(M){return B(t(M))}},3301(q,D,g){"use strict";var t=g(8993),B=g(3598),M=g(5985),Y=g(9738),V=g(290),d=g(8663),c=TypeError,x=d("toPrimitive");q.exports=function(U,E){if(!B(U)||M(U))return U;var _,N=Y(U,x);if(N){if(void 0===E&&(E="default"),_=t(N,U,E),!B(_)||M(_))return _;throw new c("Can't convert object to primitive value")}return void 0===E&&(E="number"),V(U,E)}},3324(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(4866),g(3532),g(6818),g(2858),function(){var B=t,M=B.lib,Y=M.WordArray,V=M.BlockCipher,d=B.algo,c=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],x=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],U=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],E=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],N=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],_=d.DES=V.extend({_doReset:function(){for(var uA=this._key.words,G=[],J=0;J<56;J++){var rA=c[J]-1;G[J]=uA[rA>>>5]>>>31-rA%32&1}for(var $=this._subKeys=[],Z=0;Z<16;Z++){var b=$[Z]=[],BA=U[Z];for(J=0;J<24;J++)b[J/6|0]|=G[(x[J]-1+BA)%28]<<31-J%6,b[4+(J/6|0)]|=G[28+(x[J+24]-1+BA)%28]<<31-J%6;for(b[0]=b[0]<<1|b[0]>>>31,J=1;J<7;J++)b[J]=b[J]>>>4*(J-1)+3;b[7]=b[7]<<5|b[7]>>>27}var L=this._invSubKeys=[];for(J=0;J<16;J++)L[J]=$[15-J]},encryptBlock:function(lA,uA){this._doCryptBlock(lA,uA,this._subKeys)},decryptBlock:function(lA,uA){this._doCryptBlock(lA,uA,this._invSubKeys)},_doCryptBlock:function(lA,uA,G){this._lBlock=lA[uA],this._rBlock=lA[uA+1],Q.call(this,4,252645135),Q.call(this,16,65535),y.call(this,2,858993459),y.call(this,8,16711935),Q.call(this,1,1431655765);for(var J=0;J<16;J++){for(var rA=G[J],$=this._lBlock,Z=this._rBlock,b=0,BA=0;BA<8;BA++)b|=E[BA][((Z^rA[BA])&N[BA])>>>0];this._lBlock=Z,this._rBlock=$^b}var L=this._lBlock;this._lBlock=this._rBlock,this._rBlock=L,Q.call(this,1,1431655765),y.call(this,8,16711935),y.call(this,2,858993459),Q.call(this,16,65535),Q.call(this,4,252645135),lA[uA]=this._lBlock,lA[uA+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function Q(lA,uA){var G=(this._lBlock>>>lA^this._rBlock)&uA;this._rBlock^=G,this._lBlock^=G<>>lA^this._lBlock)&uA;this._lBlock^=G,this._rBlock^=G<192.");var G=uA.slice(0,2),J=uA.length<4?uA.slice(0,2):uA.slice(2,4),rA=uA.length<6?uA.slice(0,2):uA.slice(4,6);this._des1=_.createEncryptor(Y.create(G)),this._des2=_.createEncryptor(Y.create(J)),this._des3=_.createEncryptor(Y.create(rA))},encryptBlock:function(lA,uA){this._des1.encryptBlock(lA,uA),this._des2.decryptBlock(lA,uA),this._des3.encryptBlock(lA,uA)},decryptBlock:function(lA,uA){this._des3.decryptBlock(lA,uA),this._des2.encryptBlock(lA,uA),this._des1.decryptBlock(lA,uA)},keySize:6,ivSize:2,blockSize:2});B.TripleDES=V._createHelper(K)}(),t.TripleDES)},3381(q,D,g){"use strict";var t=g(8404),B=g(821),M=g(6601),Y=g(2774),V=g(8109),d=g(7106),c=Y("Object.prototype.toString"),x=g(6626)(),U=typeof globalThis>"u"?g.g:globalThis,E=B(),N=Y("String.prototype.slice"),_=Y("Array.prototype.indexOf",!0)||function(uA,G){for(var J=0;J-1?G:"Object"===G&&function(uA){var G=!1;return t(Q,function(J,rA){if(!G)try{J(uA),G=N(rA,1)}catch{}}),G}(uA)}return V?function(uA){var G=!1;return t(Q,function(J,rA){if(!G)try{"$"+J(uA)===rA&&(G=N(rA,1))}catch{}}),G}(uA):null}},3383(q,D,g){"use strict";var t=g(1212),B=g(299),M=g(8681),Y=g(6341),V=g(5144),d=g(4378).CONFIGURABLE,c=g(4550),x=g(6921),U=x.enforce,E=x.get,N=String,_=Object.defineProperty,Q=t("".slice),y=t("".replace),K=t([].join),lA=V&&!B(function(){return 8!==_(function(){},"length",{value:8}).length}),uA=String(String).split("String"),G=q.exports=function(J,rA,$){"Symbol("===Q(N(rA),0,7)&&(rA="["+y(N(rA),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),$&&$.getter&&(rA="get "+rA),$&&$.setter&&(rA="set "+rA),(!Y(J,"name")||d&&J.name!==rA)&&(V?_(J,"name",{value:rA,configurable:!0}):J.name=rA),lA&&$&&Y($,"arity")&&J.length!==$.arity&&_(J,"length",{value:$.arity});try{$&&Y($,"constructor")&&$.constructor?V&&_(J,"prototype",{writable:!1}):J.prototype&&(J.prototype=void 0)}catch{}var Z=U(J);return Y(Z,"source")||(Z.source=K(uA,"string"==typeof rA?rA:"")),J};Function.prototype.toString=G(function(){return M(this)&&E(this).source||c(this)},"toString")},3483(q){function t(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function B(b,BA){this.source=b,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=BA,this.destLen=0,this.ltree=new t,this.dtree=new t}var M=new t,Y=new t,V=new Uint8Array(30),d=new Uint16Array(30),c=new Uint8Array(30),x=new Uint16Array(30),U=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),E=new t,N=new Uint8Array(320);function _(b,BA,L,eA){var UA,xA;for(UA=0;UA>>=1,BA}function uA(b,BA,L){if(!BA)return L;for(;b.bitcount<24;)b.tag|=b.source[b.sourceIndex++]<>>16-BA;return b.tag>>>=BA,b.bitcount-=BA,eA+L}function G(b,BA){for(;b.bitcount<24;)b.tag|=b.source[b.sourceIndex++]<>>=1,++UA,L+=BA.table[UA],eA-=BA.table[UA]}while(eA>=0);return b.tag=xA,b.bitcount-=UA,BA.trans[L+eA]}function J(b,BA,L){var eA,UA,xA,QA,gA,JA;for(eA=uA(b,5,257),UA=uA(b,5,1),xA=uA(b,4,4),QA=0;QA<19;++QA)N[QA]=0;for(QA=0;QA8;)b.sourceIndex--,b.bitcount-=8;if((BA=256*(BA=b.source[b.sourceIndex+1])+b.source[b.sourceIndex])!==(65535&~(256*b.source[b.sourceIndex+3]+b.source[b.sourceIndex+2])))return-3;for(b.sourceIndex+=4,eA=BA;eA;--eA)b.dest[b.destLen++]=b.source[b.sourceIndex++];return b.bitcount=0,0}(function Q(b,BA){var L;for(L=0;L<7;++L)b.table[L]=0;for(b.table[7]=24,b.table[8]=152,b.table[9]=112,L=0;L<24;++L)b.trans[L]=256+L;for(L=0;L<144;++L)b.trans[24+L]=L;for(L=0;L<8;++L)b.trans[168+L]=280+L;for(L=0;L<112;++L)b.trans[176+L]=144+L;for(L=0;L<5;++L)BA.table[L]=0;for(BA.table[5]=32,L=0;L<32;++L)BA.trans[L]=L})(M,Y),_(V,d,4,3),_(c,x,2,1),V[28]=0,d[28]=258,q.exports=function Z(b,BA){var eA,xA,L=new B(b,BA);do{switch(eA=lA(L),uA(L,2,0)){case 0:xA=$(L);break;case 1:xA=rA(L,M,Y);break;case 2:J(L,L.ltree,L.dtree),xA=rA(L,L.ltree,L.dtree);break;default:xA=-3}if(0!==xA)throw new Error("Data error")}while(!eA);return L.destLen>>24)|4278255360&(G<<24|G>>>8)}var J=this._hash.words,rA=y[K+0],$=y[K+1],Z=y[K+2],b=y[K+3],BA=y[K+4],L=y[K+5],eA=y[K+6],UA=y[K+7],xA=y[K+8],QA=y[K+9],gA=y[K+10],JA=y[K+11],Be=y[K+12],KA=y[K+13],ae=y[K+14],we=y[K+15],ie=J[0],kA=J[1],CA=J[2],iA=J[3];ie=E(ie,kA,CA,iA,rA,7,x[0]),iA=E(iA,ie,kA,CA,$,12,x[1]),CA=E(CA,iA,ie,kA,Z,17,x[2]),kA=E(kA,CA,iA,ie,b,22,x[3]),ie=E(ie,kA,CA,iA,BA,7,x[4]),iA=E(iA,ie,kA,CA,L,12,x[5]),CA=E(CA,iA,ie,kA,eA,17,x[6]),kA=E(kA,CA,iA,ie,UA,22,x[7]),ie=E(ie,kA,CA,iA,xA,7,x[8]),iA=E(iA,ie,kA,CA,QA,12,x[9]),CA=E(CA,iA,ie,kA,gA,17,x[10]),kA=E(kA,CA,iA,ie,JA,22,x[11]),ie=E(ie,kA,CA,iA,Be,7,x[12]),iA=E(iA,ie,kA,CA,KA,12,x[13]),CA=E(CA,iA,ie,kA,ae,17,x[14]),ie=N(ie,kA=E(kA,CA,iA,ie,we,22,x[15]),CA,iA,$,5,x[16]),iA=N(iA,ie,kA,CA,eA,9,x[17]),CA=N(CA,iA,ie,kA,JA,14,x[18]),kA=N(kA,CA,iA,ie,rA,20,x[19]),ie=N(ie,kA,CA,iA,L,5,x[20]),iA=N(iA,ie,kA,CA,gA,9,x[21]),CA=N(CA,iA,ie,kA,we,14,x[22]),kA=N(kA,CA,iA,ie,BA,20,x[23]),ie=N(ie,kA,CA,iA,QA,5,x[24]),iA=N(iA,ie,kA,CA,ae,9,x[25]),CA=N(CA,iA,ie,kA,b,14,x[26]),kA=N(kA,CA,iA,ie,xA,20,x[27]),ie=N(ie,kA,CA,iA,KA,5,x[28]),iA=N(iA,ie,kA,CA,Z,9,x[29]),CA=N(CA,iA,ie,kA,UA,14,x[30]),ie=_(ie,kA=N(kA,CA,iA,ie,Be,20,x[31]),CA,iA,L,4,x[32]),iA=_(iA,ie,kA,CA,xA,11,x[33]),CA=_(CA,iA,ie,kA,JA,16,x[34]),kA=_(kA,CA,iA,ie,ae,23,x[35]),ie=_(ie,kA,CA,iA,$,4,x[36]),iA=_(iA,ie,kA,CA,BA,11,x[37]),CA=_(CA,iA,ie,kA,UA,16,x[38]),kA=_(kA,CA,iA,ie,gA,23,x[39]),ie=_(ie,kA,CA,iA,KA,4,x[40]),iA=_(iA,ie,kA,CA,rA,11,x[41]),CA=_(CA,iA,ie,kA,b,16,x[42]),kA=_(kA,CA,iA,ie,eA,23,x[43]),ie=_(ie,kA,CA,iA,QA,4,x[44]),iA=_(iA,ie,kA,CA,Be,11,x[45]),CA=_(CA,iA,ie,kA,we,16,x[46]),ie=Q(ie,kA=_(kA,CA,iA,ie,Z,23,x[47]),CA,iA,rA,6,x[48]),iA=Q(iA,ie,kA,CA,UA,10,x[49]),CA=Q(CA,iA,ie,kA,ae,15,x[50]),kA=Q(kA,CA,iA,ie,L,21,x[51]),ie=Q(ie,kA,CA,iA,Be,6,x[52]),iA=Q(iA,ie,kA,CA,b,10,x[53]),CA=Q(CA,iA,ie,kA,gA,15,x[54]),kA=Q(kA,CA,iA,ie,$,21,x[55]),ie=Q(ie,kA,CA,iA,xA,6,x[56]),iA=Q(iA,ie,kA,CA,we,10,x[57]),CA=Q(CA,iA,ie,kA,eA,15,x[58]),kA=Q(kA,CA,iA,ie,KA,21,x[59]),ie=Q(ie,kA,CA,iA,BA,6,x[60]),iA=Q(iA,ie,kA,CA,JA,10,x[61]),CA=Q(CA,iA,ie,kA,Z,15,x[62]),kA=Q(kA,CA,iA,ie,QA,21,x[63]),J[0]=J[0]+ie|0,J[1]=J[1]+kA|0,J[2]=J[2]+CA|0,J[3]=J[3]+iA|0},_doFinalize:function(){var y=this._data,K=y.words,lA=8*this._nDataBytes,uA=8*y.sigBytes;K[uA>>>5]|=128<<24-uA%32;var G=B.floor(lA/4294967296),J=lA;K[15+(uA+64>>>9<<4)]=16711935&(G<<8|G>>>24)|4278255360&(G<<24|G>>>8),K[14+(uA+64>>>9<<4)]=16711935&(J<<8|J>>>24)|4278255360&(J<<24|J>>>8),y.sigBytes=4*(K.length+1),this._process();for(var rA=this._hash,$=rA.words,Z=0;Z<4;Z++){var b=$[Z];$[Z]=16711935&(b<<8|b>>>24)|4278255360&(b<<24|b>>>8)}return rA},clone:function(){var y=d.clone.call(this);return y._hash=this._hash.clone(),y}});function E(y,K,lA,uA,G,J,rA){var $=y+(K&lA|~K&uA)+G+rA;return($<>>32-J)+K}function N(y,K,lA,uA,G,J,rA){var $=y+(K&uA|lA&~uA)+G+rA;return($<>>32-J)+K}function _(y,K,lA,uA,G,J,rA){var $=y+(K^lA^uA)+G+rA;return($<>>32-J)+K}function Q(y,K,lA,uA,G,J,rA){var $=y+(lA^(K|~uA))+G+rA;return($<>>32-J)+K}M.MD5=d._createHelper(U),M.HmacMD5=d._createHmacHelper(U)}(Math),t.MD5)},3534(q,D,g){"use strict";var t=g(9636),B=g(5421);q.exports=function(){var Y=t();return B(Object,{is:Y},{is:function(){return Object.is!==Y}}),Y}},3598(q,D,g){"use strict";var t=g(8681);q.exports=function(B){return"object"==typeof B?null!==B:t(B)}},3610(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(4866),g(3532),g(6818),g(2858),function(){var B=t,Y=B.lib.StreamCipher,d=[],c=[],x=[],U=B.algo.Rabbit=Y.extend({_doReset:function(){for(var N=this._key.words,_=this.cfg.iv,Q=0;Q<4;Q++)N[Q]=16711935&(N[Q]<<8|N[Q]>>>24)|4278255360&(N[Q]<<24|N[Q]>>>8);var y=this._X=[N[0],N[3]<<16|N[2]>>>16,N[1],N[0]<<16|N[3]>>>16,N[2],N[1]<<16|N[0]>>>16,N[3],N[2]<<16|N[1]>>>16],K=this._C=[N[2]<<16|N[2]>>>16,4294901760&N[0]|65535&N[1],N[3]<<16|N[3]>>>16,4294901760&N[1]|65535&N[2],N[0]<<16|N[0]>>>16,4294901760&N[2]|65535&N[3],N[1]<<16|N[1]>>>16,4294901760&N[3]|65535&N[0]];for(this._b=0,Q=0;Q<4;Q++)E.call(this);for(Q=0;Q<8;Q++)K[Q]^=y[Q+4&7];if(_){var lA=_.words,uA=lA[0],G=lA[1],J=16711935&(uA<<8|uA>>>24)|4278255360&(uA<<24|uA>>>8),rA=16711935&(G<<8|G>>>24)|4278255360&(G<<24|G>>>8),$=J>>>16|4294901760&rA,Z=rA<<16|65535&J;for(K[0]^=J,K[1]^=$,K[2]^=rA,K[3]^=Z,K[4]^=J,K[5]^=$,K[6]^=rA,K[7]^=Z,Q=0;Q<4;Q++)E.call(this)}},_doProcessBlock:function(N,_){var Q=this._X;E.call(this),d[0]=Q[0]^Q[5]>>>16^Q[3]<<16,d[1]=Q[2]^Q[7]>>>16^Q[5]<<16,d[2]=Q[4]^Q[1]>>>16^Q[7]<<16,d[3]=Q[6]^Q[3]>>>16^Q[1]<<16;for(var y=0;y<4;y++)d[y]=16711935&(d[y]<<8|d[y]>>>24)|4278255360&(d[y]<<24|d[y]>>>8),N[_+y]^=d[y]},blockSize:4,ivSize:2});function E(){for(var N=this._X,_=this._C,Q=0;Q<8;Q++)c[Q]=_[Q];for(_[0]=_[0]+1295307597+this._b|0,_[1]=_[1]+3545052371+(_[0]>>>0>>0?1:0)|0,_[2]=_[2]+886263092+(_[1]>>>0>>0?1:0)|0,_[3]=_[3]+1295307597+(_[2]>>>0>>0?1:0)|0,_[4]=_[4]+3545052371+(_[3]>>>0>>0?1:0)|0,_[5]=_[5]+886263092+(_[4]>>>0>>0?1:0)|0,_[6]=_[6]+1295307597+(_[5]>>>0>>0?1:0)|0,_[7]=_[7]+3545052371+(_[6]>>>0>>0?1:0)|0,this._b=_[7]>>>0>>0?1:0,Q=0;Q<8;Q++){var y=N[Q]+_[Q],K=65535&y,lA=y>>>16;x[Q]=((K*K>>>17)+K*lA>>>15)+lA*lA^((4294901760&y)*y|0)+((65535&y)*y|0)}N[0]=x[0]+(x[7]<<16|x[7]>>>16)+(x[6]<<16|x[6]>>>16)|0,N[1]=x[1]+(x[0]<<8|x[0]>>>24)+x[7]|0,N[2]=x[2]+(x[1]<<16|x[1]>>>16)+(x[0]<<16|x[0]>>>16)|0,N[3]=x[3]+(x[2]<<8|x[2]>>>24)+x[1]|0,N[4]=x[4]+(x[3]<<16|x[3]>>>16)+(x[2]<<16|x[2]>>>16)|0,N[5]=x[5]+(x[4]<<8|x[4]>>>24)+x[3]|0,N[6]=x[6]+(x[5]<<16|x[5]>>>16)+(x[4]<<16|x[4]>>>16)|0,N[7]=x[7]+(x[6]<<8|x[6]>>>24)+x[5]|0}B.Rabbit=Y._createHelper(U)}(),t.Rabbit)},3620(q,D,g){"use strict";var B,Y,V,d,c,t;q.exports=(t=g(6861),g(321),Y=(B=t).lib.WordArray,c=(V=B.algo).SHA224=(d=V.SHA256).extend({_doReset:function(){this._hash=new Y.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var x=d._doFinalize.call(this);return x.sigBytes-=4,x}}),B.SHA224=d._createHelper(c),B.HmacSHA224=d._createHmacHelper(c),t.SHA224)},3701(q,D,g){"use strict";var B,M,t;q.exports=(t=g(6861),g(2858),t.mode.OFB=(M=(B=t.lib.BlockCipherMode.extend()).Encryptor=B.extend({processBlock:function(Y,V){var d=this._cipher,c=d.blockSize,x=this._iv,U=this._keystream;x&&(U=this._keystream=x.slice(0),this._iv=void 0),d.encryptBlock(U,0);for(var E=0;E"u"||"object"==typeof G))try{var J=d.call(G);return("[object HTMLAllCollection]"===J||"[object HTML document.all class]"===J||"[object HTMLCollection]"===J||"[object Object]"===J)&&null==G("")}catch{}return!1})}q.exports=g?function(G){if(K(G))return!0;if(!G||"function"!=typeof G&&"object"!=typeof G)return!1;try{g(G,null,t)}catch(J){if(J!==B)return!1}return!Y(G)&&V(G)}:function(G){if(K(G))return!0;if(!G||"function"!=typeof G&&"object"!=typeof G)return!1;if(Q)return V(G);if(Y(G))return!1;var J=d.call(G);return!("[object Function]"!==J&&"[object GeneratorFunction]"!==J&&!/^\[object HTML/.test(J))&&V(G)}},3752(q,D,g){"use strict";var t;q.exports=(t=g(6861),function(){var M=t,Y=M.lib,V=Y.WordArray,d=Y.Hasher,c=M.algo,x=V.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),U=V.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),E=V.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),N=V.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),_=V.create([0,1518500249,1859775393,2400959708,2840853838]),Q=V.create([1352829926,1548603684,1836072691,2053994217,0]),y=c.RIPEMD160=d.extend({_doReset:function(){this._hash=V.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function($,Z){for(var b=0;b<16;b++){var BA=Z+b,L=$[BA];$[BA]=16711935&(L<<8|L>>>24)|4278255360&(L<<24|L>>>8)}var KA,ae,we,ie,kA,CA,iA,hA,bA,ne,$A,eA=this._hash.words,UA=_.words,xA=Q.words,QA=x.words,gA=U.words,JA=E.words,Be=N.words;for(CA=KA=eA[0],iA=ae=eA[1],hA=we=eA[2],bA=ie=eA[3],ne=kA=eA[4],b=0;b<80;b+=1)$A=KA+$[Z+QA[b]]|0,$A+=b<16?K(ae,we,ie)+UA[0]:b<32?lA(ae,we,ie)+UA[1]:b<48?uA(ae,we,ie)+UA[2]:b<64?G(ae,we,ie)+UA[3]:J(ae,we,ie)+UA[4],$A=($A=rA($A|=0,JA[b]))+kA|0,KA=kA,kA=ie,ie=rA(we,10),we=ae,ae=$A,$A=CA+$[Z+gA[b]]|0,$A+=b<16?J(iA,hA,bA)+xA[0]:b<32?G(iA,hA,bA)+xA[1]:b<48?uA(iA,hA,bA)+xA[2]:b<64?lA(iA,hA,bA)+xA[3]:K(iA,hA,bA)+xA[4],$A=($A=rA($A|=0,Be[b]))+ne|0,CA=ne,ne=bA,bA=rA(hA,10),hA=iA,iA=$A;$A=eA[1]+we+bA|0,eA[1]=eA[2]+ie+ne|0,eA[2]=eA[3]+kA+CA|0,eA[3]=eA[4]+KA+iA|0,eA[4]=eA[0]+ae+hA|0,eA[0]=$A},_doFinalize:function(){var $=this._data,Z=$.words,b=8*this._nDataBytes,BA=8*$.sigBytes;Z[BA>>>5]|=128<<24-BA%32,Z[14+(BA+64>>>9<<4)]=16711935&(b<<8|b>>>24)|4278255360&(b<<24|b>>>8),$.sigBytes=4*(Z.length+1),this._process();for(var L=this._hash,eA=L.words,UA=0;UA<5;UA++){var xA=eA[UA];eA[UA]=16711935&(xA<<8|xA>>>24)|4278255360&(xA<<24|xA>>>8)}return L},clone:function(){var $=d.clone.call(this);return $._hash=this._hash.clone(),$}});function K($,Z,b){return $^Z^b}function lA($,Z,b){return $&Z|~$&b}function uA($,Z,b){return($|~Z)^b}function G($,Z,b){return $&b|Z&~b}function J($,Z,b){return $^(Z|~b)}function rA($,Z){return $<>>32-Z}M.RIPEMD160=d._createHelper(y),M.HmacRIPEMD160=d._createHmacHelper(y)}(Math),t.RIPEMD160)},3765(q,D,g){"use strict";var t,M=g(3797).F,Y=M.ERR_MISSING_ARGS,V=M.ERR_STREAM_DESTROYED;function d(Q){if(Q)throw Q}function U(Q){Q()}function E(Q,y){return Q.pipe(y)}q.exports=function _(){for(var Q=arguments.length,y=new Array(Q),K=0;K0,function(b){uA||(uA=b),b&&G.forEach(U),!$&&(G.forEach(U),lA(uA))})});return y.reduce(E)}},3766(q,D,g){"use strict";var t=g(5846);q.exports=t.getPrototypeOf||null},3774(q){"use strict";q.exports=Math.max},3779(){},3793(q,D,g){"use strict";var t=g(7695),B=g(7756),M=g(7309),Y="__core-js_shared__",V=q.exports=B[Y]||M(Y,{});(V.versions||(V.versions=[])).push({version:"3.47.0",mode:t?"pure":"global",copyright:"\xa9 2014-2025 Denis Pushkarev (zloirock.ru), 2025 CoreJS Company (core-js.io)",license:"https://github.com/zloirock/core-js/blob/v3.47.0/LICENSE",source:"https://github.com/zloirock/core-js"})},3797(q){"use strict";var g={};function t(d,c,x){x||(x=Error);var E=function(N){function _(Q,y,K){return N.call(this,function U(N,_,Q){return"string"==typeof c?c:c(N,_,Q)}(Q,y,K))||this}return function D(d,c){d.prototype=Object.create(c.prototype),d.prototype.constructor=d,d.__proto__=c}(_,N),_}(x);E.prototype.name=x.name,E.prototype.code=d,g[d]=E}function B(d,c){if(Array.isArray(d)){var x=d.length;return d=d.map(function(U){return String(U)}),x>2?"one of ".concat(c," ").concat(d.slice(0,x-1).join(", "),", or ")+d[x-1]:2===x?"one of ".concat(c," ").concat(d[0]," or ").concat(d[1]):"of ".concat(c," ").concat(d[0])}return"of ".concat(c," ").concat(String(d))}t("ERR_INVALID_OPT_VALUE",function(d,c){return'The value "'+c+'" is invalid for option "'+d+'"'},TypeError),t("ERR_INVALID_ARG_TYPE",function(d,c,x){var U,E;if("string"==typeof c&&function M(d,c,x){return d.substr(!x||x<0?0:+x,c.length)===c}(c,"not ")?(U="must not be",c=c.replace(/^not /,"")):U="must be",function Y(d,c,x){return(void 0===x||x>d.length)&&(x=d.length),d.substring(x-c.length,x)===c}(d," argument"))E="The ".concat(d," ").concat(U," ").concat(B(c,"type"));else{var N=function V(d,c,x){return"number"!=typeof x&&(x=0),!(x+c.length>d.length)&&-1!==d.indexOf(c,x)}(d,".")?"property":"argument";E='The "'.concat(d,'" ').concat(N," ").concat(U," ").concat(B(c,"type"))}return E+". Received type ".concat(typeof x)},TypeError),t("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),t("ERR_METHOD_NOT_IMPLEMENTED",function(d){return"The "+d+" method is not implemented"}),t("ERR_STREAM_PREMATURE_CLOSE","Premature close"),t("ERR_STREAM_DESTROYED",function(d){return"Cannot call "+d+" after a stream was destroyed"}),t("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),t("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),t("ERR_STREAM_WRITE_AFTER_END","write after end"),t("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),t("ERR_UNKNOWN_ENCODING",function(d){return"Unknown encoding: "+d},TypeError),t("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),q.exports.F=g},3915(q,D,g){"use strict";g(8376),g(6401),g(2017),function(B){var M=typeof Uint8Array<"u"?Uint8Array:Array;function N(y){var K=y.charCodeAt(0);return 43===K||45===K?62:47===K||95===K?63:K<48?-1:K<58?K-48+26+26:K<91?K-65:K<123?K-97+26:void 0}B.toByteArray=function _(y){var K,lA,uA,G,J,rA;if(y.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var $=y.length;J="="===y.charAt($-2)?2:"="===y.charAt($-1)?1:0,rA=new M(3*y.length/4-J),uA=J>0?y.length-4:y.length;var Z=0;function b(BA){rA[Z++]=BA}for(K=0,lA=0;K>16),b((65280&G)>>8),b(255&G);return 2===J?b(255&(G=N(y.charAt(K))<<2|N(y.charAt(K+1))>>4)):1===J&&(b((G=N(y.charAt(K))<<10|N(y.charAt(K+1))<<4|N(y.charAt(K+2))>>2)>>8&255),b(255&G)),rA},B.fromByteArray=function Q(y){var K,G,J,lA=y.length%3,uA="";function rA(Z){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(Z)}function $(Z){return rA(Z>>18&63)+rA(Z>>12&63)+rA(Z>>6&63)+rA(63&Z)}for(K=0,J=y.length-lA;K>2),uA+=rA(G<<4&63),uA+="==";break;case 2:uA+=rA((G=(y[y.length-2]<<8)+y[y.length-1])>>10),uA+=rA(G>>4&63),uA+=rA(G<<2&63),uA+="="}return uA}}(D)},4001(q,D,g){"use strict";var t=g(7866),B=RangeError;q.exports=function(M,Y){var V=t(M);if(V%Y)throw new B("Wrong offset");return V}},4055(q){"use strict";q.exports=URIError},4074(q,D,g){"use strict";var KA,ae,we,t=g(5117),B=g(5144),M=g(7756),Y=g(8681),V=g(3598),d=g(6341),c=g(9391),x=g(8819),U=g(5719),E=g(4092),N=g(1182),_=g(9877),Q=g(8607),y=g(443),K=g(8663),lA=g(6044),uA=g(6921),G=uA.enforce,J=uA.get,rA=M.Int8Array,$=rA&&rA.prototype,Z=M.Uint8ClampedArray,b=Z&&Z.prototype,BA=rA&&Q(rA),L=$&&Q($),eA=Object.prototype,UA=M.TypeError,xA=K("toStringTag"),QA=lA("TYPED_ARRAY_TAG"),gA="TypedArrayConstructor",JA=t&&!!y&&"Opera"!==c(M.opera),Be=!1,ie={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},kA={BigInt64Array:8,BigUint64Array:8},iA=function(P){var cA=Q(P);if(V(cA)){var w=J(cA);return w&&d(w,gA)?w[gA]:iA(cA)}},hA=function(P){if(!V(P))return!1;var cA=c(P);return d(ie,cA)||d(kA,cA)};for(KA in ie)(we=(ae=M[KA])&&ae.prototype)?G(we)[gA]=ae:JA=!1;for(KA in kA)(we=(ae=M[KA])&&ae.prototype)&&(G(we)[gA]=ae);if((!JA||!Y(BA)||BA===Function.prototype)&&(BA=function(){throw new UA("Incorrect invocation")},JA))for(KA in ie)M[KA]&&y(M[KA],BA);if((!JA||!L||L===eA)&&(L=BA.prototype,JA))for(KA in ie)M[KA]&&y(M[KA].prototype,L);if(JA&&Q(b)!==L&&y(b,L),B&&!d(L,xA))for(KA in Be=!0,N(L,xA,{configurable:!0,get:function(){return V(this)?this[QA]:void 0}}),ie)M[KA]&&U(M[KA],QA,KA);q.exports={NATIVE_ARRAY_BUFFER_VIEWS:JA,TYPED_ARRAY_TAG:Be&&QA,aTypedArray:function(P){if(hA(P))return P;throw new UA("Target is not a typed array")},aTypedArrayConstructor:function(P){if(Y(P)&&(!y||_(BA,P)))return P;throw new UA(x(P)+" is not a typed array constructor")},exportTypedArrayMethod:function(P,cA,w,H){if(B){if(w)for(var TA in ie){var wA=M[TA];if(wA&&d(wA.prototype,P))try{delete wA.prototype[P]}catch{try{wA.prototype[P]=cA}catch{}}}(!L[P]||w)&&E(L,P,w?cA:JA&&$[P]||cA,H)}},exportTypedArrayStaticMethod:function(P,cA,w){var H,TA;if(B){if(y){if(w)for(H in ie)if((TA=M[H])&&d(TA,P))try{delete TA[P]}catch{}if(BA[P]&&!w)return;try{return E(BA,P,w?cA:JA&&BA[P]||cA)}catch{}}for(H in ie)(TA=M[H])&&(!TA[P]||w)&&E(TA,P,cA)}},getTypedArrayConstructor:iA,isView:function(cA){if(!V(cA))return!1;var w=c(cA);return"DataView"===w||d(ie,w)||d(kA,w)},isTypedArray:hA,TypedArray:BA,TypedArrayPrototype:L}},4092(q,D,g){"use strict";var t=g(8681),B=g(2333),M=g(3383),Y=g(7309);q.exports=function(V,d,c,x){x||(x={});var U=x.enumerable,E=void 0!==x.name?x.name:d;if(t(c)&&M(c,E,x),x.global)U?V[d]=c:Y(d,c);else{try{x.unsafe?V[d]&&(U=!0):delete V[d]}catch{}U?V[d]=c:B.f(V,d,{value:c,enumerable:!1,configurable:!x.nonConfigurable,writable:!x.nonWritable})}return V}},4097(q){var D=4096,B=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);function M(Y){this.buf_=new Uint8Array(8224),this.input_=Y,this.reset()}M.READ_SIZE=D,M.IBUF_MASK=8191,M.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var Y=0;Y<4;Y++)this.val_|=this.buf_[this.pos_]<<8*Y,++this.pos_;return this.bit_end_pos_>0},M.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var Y=this.buf_ptr_,V=this.input_.read(this.buf_,Y,D);if(V<0)throw new Error("Unexpected end of input");if(V=8;)this.val_>>>=8,this.val_|=this.buf_[8191&this.pos_]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},M.prototype.readBits=function(Y){32-this.bit_pos_>>this.bit_pos_&B[Y];return this.bit_pos_+=Y,V},q.exports=M},4137(q,D,g){"use strict";var t,V,c;q.exports=(t=g(6861),g(2858),V=t.lib.CipherParams,c=t.enc.Hex,t.format.Hex={stringify:function(E){return E.ciphertext.toString(c)},parse:function(E){var N=c.parse(E);return V.create({ciphertext:N})}},t.format.Hex)},4378(q,D,g){"use strict";var t=g(5144),B=g(6341),M=Function.prototype,Y=t&&Object.getOwnPropertyDescriptor,V=B(M,"name"),d=V&&"something"===function(){}.name,c=V&&(!t||t&&Y(M,"name").configurable);q.exports={EXISTS:V,PROPER:d,CONFIGURABLE:c}},4406(q){"use strict";q.exports=class t{constructor(M){this.stateTable=M.stateTable,this.accepting=M.accepting,this.tags=M.tags}match(M){var Y=this;return{*[Symbol.iterator](){for(var V=1,d=null,c=null,x=null,U=0;U=d&&(yield[d,c,Y.tags[x]]),V=Y.stateTable[1][E],d=null),0!==V&&null==d&&(d=U),Y.accepting[V]&&(c=U),0===V&&(V=1)}null!=d&&null!=c&&c>=d&&(yield[d,c,Y.tags[V]])}}}apply(M,Y){for(var[V,d,c]of this.match(M))for(var x of c)"function"==typeof Y[x]&&Y[x](V,d,M.slice(V,d+1))}}},4415(q,D){"use strict";D._=function g(t,B,M){return B in t?Object.defineProperty(t,B,{value:M,enumerable:!0,configurable:!0,writable:!0}):t[B]=M,t}},4460(q,D,g){q.exports=g(980).BrotliDecompressBuffer},4483(q,D,g){"use strict";var t=g(2227),B=g(299),Y=g(7756).String;q.exports=!!Object.getOwnPropertySymbols&&!B(function(){var V=Symbol("symbol detection");return!Y(V)||!(Object(V)instanceof Symbol)||!Symbol.sham&&t&&t<41})},4494(q,D,g){"use strict";var t=g(1212),B=g(1078);q.exports=function(M,Y,V){try{return t(B(Object.getOwnPropertyDescriptor(M,Y)[V]))}catch{}}},4507(q,D,g){"use strict";var B=g(8115).match(/AppleWebKit\/(\d+)\./);q.exports=!!B&&+B[1]},4540(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.pad.NoPadding={pad:function(){},unpad:function(){}},t.pad.NoPadding)},4543(q,D,g){var t=g(2504);D.init=function(){return(0,g(980).BrotliDecompressBuffer)(t.toByteArray(g(3501)))}},4550(q,D,g){"use strict";var t=g(1212),B=g(8681),M=g(3793),Y=t(Function.toString);B(M.inspectSource)||(M.inspectSource=function(V){return Y(V)}),q.exports=M.inspectSource},4610(q,D,g){"use strict";var t=g(2774),M=g(8843)(/^\s*(?:function)?\*/),Y=g(6626)(),V=g(7106),d=t("Object.prototype.toString"),c=t("Function.prototype.toString"),x=g(3011);q.exports=function(E){if("function"!=typeof E)return!1;if(M(c(E)))return!0;if(!Y)return"[object GeneratorFunction]"===d(E);if(!V)return!1;var _=x();return _&&V(E)===_.prototype}},4730(q,D,g){"use strict";var t=g(8266);q.exports=function(B){return t(B.length)}},4766(q,D,g){var d,t=g(2504),B=g(7571);function M(iA){return iA&&iA.__esModule?iA.default:iA}function V(iA,hA,bA,ne){Object.defineProperty(iA,hA,{get:bA,set:ne,enumerable:!0,configurable:!0})}(function Y(iA){Object.defineProperty(iA,"__esModule",{value:!0,configurable:!0})})(q.exports),V(q.exports,"getCategory",()=>BA),V(q.exports,"getCombiningClass",()=>L),V(q.exports,"getScript",()=>eA),V(q.exports,"getEastAsianWidth",()=>UA),V(q.exports,"getNumericValue",()=>xA),V(q.exports,"isAlphabetic",()=>QA),V(q.exports,"isDigit",()=>gA),V(q.exports,"isPunctuation",()=>JA),V(q.exports,"isLowerCase",()=>Be),V(q.exports,"isUpperCase",()=>KA),V(q.exports,"isTitleCase",()=>ae),V(q.exports,"isWhiteSpace",()=>we),V(q.exports,"isBaseForm",()=>ie),V(q.exports,"isMark",()=>kA),V(q.exports,"default",()=>CA),d=JSON.parse('{"categories":["Cc","Zs","Po","Sc","Ps","Pe","Sm","Pd","Nd","Lu","Sk","Pc","Ll","So","Lo","Pi","Cf","No","Pf","Lt","Lm","Mn","Me","Mc","Nl","Zl","Zp","Cs","Co"],"combiningClasses":["Not_Reordered","Above","Above_Right","Below","Attached_Above_Right","Attached_Below","Overlay","Iota_Subscript","Double_Below","Double_Above","Below_Right","Above_Left","CCC10","CCC11","CCC12","CCC13","CCC14","CCC15","CCC16","CCC17","CCC18","CCC19","CCC20","CCC21","CCC22","CCC23","CCC24","CCC25","CCC30","CCC31","CCC32","CCC27","CCC28","CCC29","CCC33","CCC34","CCC35","CCC36","Nukta","Virama","CCC84","CCC91","CCC103","CCC107","CCC118","CCC122","CCC129","CCC130","CCC132","Attached_Above","Below_Left","Left","Kana_Voicing","CCC26","Right"],"scripts":["Common","Latin","Bopomofo","Inherited","Greek","Coptic","Cyrillic","Armenian","Hebrew","Arabic","Syriac","Thaana","Nko","Samaritan","Mandaic","Devanagari","Bengali","Gurmukhi","Gujarati","Oriya","Tamil","Telugu","Kannada","Malayalam","Sinhala","Thai","Lao","Tibetan","Myanmar","Georgian","Hangul","Ethiopic","Cherokee","Canadian_Aboriginal","Ogham","Runic","Tagalog","Hanunoo","Buhid","Tagbanwa","Khmer","Mongolian","Limbu","Tai_Le","New_Tai_Lue","Buginese","Tai_Tham","Balinese","Sundanese","Batak","Lepcha","Ol_Chiki","Braille","Glagolitic","Tifinagh","Han","Hiragana","Katakana","Yi","Lisu","Vai","Bamum","Syloti_Nagri","Phags_Pa","Saurashtra","Kayah_Li","Rejang","Javanese","Cham","Tai_Viet","Meetei_Mayek","null","Linear_B","Lycian","Carian","Old_Italic","Gothic","Old_Permic","Ugaritic","Old_Persian","Deseret","Shavian","Osmanya","Osage","Elbasan","Caucasian_Albanian","Linear_A","Cypriot","Imperial_Aramaic","Palmyrene","Nabataean","Hatran","Phoenician","Lydian","Meroitic_Hieroglyphs","Meroitic_Cursive","Kharoshthi","Old_South_Arabian","Old_North_Arabian","Manichaean","Avestan","Inscriptional_Parthian","Inscriptional_Pahlavi","Psalter_Pahlavi","Old_Turkic","Old_Hungarian","Hanifi_Rohingya","Old_Sogdian","Sogdian","Elymaic","Brahmi","Kaithi","Sora_Sompeng","Chakma","Mahajani","Sharada","Khojki","Multani","Khudawadi","Grantha","Newa","Tirhuta","Siddham","Modi","Takri","Ahom","Dogra","Warang_Citi","Nandinagari","Zanabazar_Square","Soyombo","Pau_Cin_Hau","Bhaiksuki","Marchen","Masaram_Gondi","Gunjala_Gondi","Makasar","Cuneiform","Egyptian_Hieroglyphs","Anatolian_Hieroglyphs","Mro","Bassa_Vah","Pahawh_Hmong","Medefaidrin","Miao","Tangut","Nushu","Duployan","SignWriting","Nyiakeng_Puachue_Hmong","Wancho","Mende_Kikakui","Adlam"],"eaw":["N","Na","A","W","H","F"]}');const c=new(M(B))(M(t).toByteArray("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")),x=Math.log2||(iA=>Math.log(iA)/Math.LN2),U=iA=>x(iA)+1|0,E=U(M(d).categories.length-1),N=U(M(d).combiningClasses.length-1),_=U(M(d).scripts.length-1),Q=U(M(d).eaw.length-1),K=N+_+Q+10,lA=_+Q+10,uA=Q+10,J=(1<>K&J]}function L(iA){const hA=c.get(iA);return M(d).combiningClasses[hA>>lA&rA]}function eA(iA){const hA=c.get(iA);return M(d).scripts[hA>>uA&$]}function UA(iA){const hA=c.get(iA);return M(d).eaw[hA>>10&Z]}function xA(iA){let hA=c.get(iA),bA=1023&hA;if(0===bA)return null;if(bA<=50)return bA-1;if(bA<480)return((bA>>4)-12)/(1+(15&bA));if(bA<768){hA=(bA>>5)-14;let ne=2+(31&bA);for(;ne>0;)hA*=10,ne--;return hA}{hA=(bA>>2)-191;let ne=1+(3&bA);for(;ne>0;)hA*=60,ne--;return hA}}function QA(iA){const hA=BA(iA);return"Lu"===hA||"Ll"===hA||"Lt"===hA||"Lm"===hA||"Lo"===hA||"Nl"===hA}function gA(iA){return"Nd"===BA(iA)}function JA(iA){const hA=BA(iA);return"Pc"===hA||"Pd"===hA||"Pe"===hA||"Pf"===hA||"Pi"===hA||"Po"===hA||"Ps"===hA}function Be(iA){return"Ll"===BA(iA)}function KA(iA){return"Lu"===BA(iA)}function ae(iA){return"Lt"===BA(iA)}function we(iA){const hA=BA(iA);return"Zs"===hA||"Zl"===hA||"Zp"===hA}function ie(iA){const hA=BA(iA);return"Nd"===hA||"No"===hA||"Nl"===hA||"Lu"===hA||"Ll"===hA||"Lt"===hA||"Lm"===hA||"Lo"===hA||"Me"===hA||"Mc"===hA}function kA(iA){const hA=BA(iA);return"Mn"===hA||"Me"===hA||"Mc"===hA}var CA={getCategory:BA,getCombiningClass:L,getScript:eA,getEastAsianWidth:UA,getNumericValue:xA,isAlphabetic:QA,isDigit:gA,isPunctuation:JA,isLowerCase:Be,isUpperCase:KA,isTitleCase:ae,isWhiteSpace:we,isBaseForm:ie,isMark:kA}},4779(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.pad.ZeroPadding={pad:function(B,M){var Y=4*M;B.clamp(),B.sigBytes+=Y-(B.sigBytes%Y||Y)},unpad:function(B){var M=B.words,Y=B.sigBytes-1;for(Y=B.sigBytes-1;Y>=0;Y--)if(M[Y>>>2]>>>24-Y%4*8&255){B.sigBytes=Y+1;break}}},t.pad.ZeroPadding)},4785(q){"use strict";var t,D="object"==typeof Reflect?Reflect:null,g=D&&"function"==typeof D.apply?D.apply:function(rA,$,Z){return Function.prototype.apply.call(rA,$,Z)};t=D&&"function"==typeof D.ownKeys?D.ownKeys:Object.getOwnPropertySymbols?function(rA){return Object.getOwnPropertyNames(rA).concat(Object.getOwnPropertySymbols(rA))}:function(rA){return Object.getOwnPropertyNames(rA)};var M=Number.isNaN||function(rA){return rA!=rA};function Y(){Y.init.call(this)}q.exports=Y,q.exports.once=function lA(J,rA){return new Promise(function($,Z){function b(L){J.removeListener(rA,BA),Z(L)}function BA(){"function"==typeof J.removeListener&&J.removeListener("error",b),$([].slice.call(arguments))}G(J,rA,BA,{once:!0}),"error"!==rA&&function uA(J,rA,$){"function"==typeof J.on&&G(J,"error",rA,$)}(J,b,{once:!0})})},Y.EventEmitter=Y,Y.prototype._events=void 0,Y.prototype._eventsCount=0,Y.prototype._maxListeners=void 0;var V=10;function d(J){if("function"!=typeof J)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof J)}function c(J){return void 0===J._maxListeners?Y.defaultMaxListeners:J._maxListeners}function x(J,rA,$,Z){var b,BA,L;if(d($),void 0===(BA=J._events)?(BA=J._events=Object.create(null),J._eventsCount=0):(void 0!==BA.newListener&&(J.emit("newListener",rA,$.listener?$.listener:$),BA=J._events),L=BA[rA]),void 0===L)L=BA[rA]=$,++J._eventsCount;else if("function"==typeof L?L=BA[rA]=Z?[$,L]:[L,$]:Z?L.unshift($):L.push($),(b=c(J))>0&&L.length>b&&!L.warned){L.warned=!0;var eA=new Error("Possible EventEmitter memory leak detected. "+L.length+" "+String(rA)+" listeners added. Use emitter.setMaxListeners() to increase limit");eA.name="MaxListenersExceededWarning",eA.emitter=J,eA.type=rA,eA.count=L.length,function B(J){console&&console.warn&&console.warn(J)}(eA)}return J}function U(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function E(J,rA,$){var Z={fired:!1,wrapFn:void 0,target:J,type:rA,listener:$},b=U.bind(Z);return b.listener=$,Z.wrapFn=b,b}function N(J,rA,$){var Z=J._events;if(void 0===Z)return[];var b=Z[rA];return void 0===b?[]:"function"==typeof b?$?[b.listener||b]:[b]:$?function K(J){for(var rA=new Array(J.length),$=0;$0&&(L=$[0]),L instanceof Error)throw L;var eA=new Error("Unhandled error."+(L?" ("+L.message+")":""));throw eA.context=L,eA}var UA=BA[rA];if(void 0===UA)return!1;if("function"==typeof UA)g(UA,this,$);else{var xA=UA.length,QA=Q(UA,xA);for(Z=0;Z=0;L--)if(Z[L]===$||Z[L].listener===$){eA=Z[L].listener,BA=L;break}if(BA<0)return this;0===BA?Z.shift():function y(J,rA){for(;rA+1=0;b--)this.removeListener(rA,$[b]);return this},Y.prototype.listeners=function(rA){return N(this,rA,!0)},Y.prototype.rawListeners=function(rA){return N(this,rA,!1)},Y.listenerCount=function(J,rA){return"function"==typeof J.listenerCount?J.listenerCount(rA):_.call(J,rA)},Y.prototype.listenerCount=_,Y.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},4866(q,D,g){"use strict";var t,Y;q.exports=(t=g(6861),Y=t.lib.WordArray,t.enc.Base64={stringify:function(x){var U=x.words,E=x.sigBytes,N=this._map;x.clamp();for(var _=[],Q=0;Q>>2]>>>24-Q%4*8&255)<<16|(U[Q+1>>>2]>>>24-(Q+1)%4*8&255)<<8|U[Q+2>>>2]>>>24-(Q+2)%4*8&255,G=0;G<4&&Q+.75*G>>6*(3-G)&63));var J=N.charAt(64);if(J)for(;_.length%4;)_.push(J);return _.join("")},parse:function(x){var U=x.length,E=this._map,N=this._reverseMap;if(!N){N=this._reverseMap=[];for(var _=0;_>>6-Q%4*2;N[_>>>2]|=(y|K)<<24-_%4*8,_++}return Y.create(N,_)}(x,U,N)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},t.enc.Base64)},4873(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(2858),t.pad.AnsiX923={pad:function(B,M){var Y=B.sigBytes,V=4*M,d=V-Y%V,c=Y+d-1;B.clamp(),B.words[c>>>2]|=d<<24-c%4*8,B.sigBytes+=d},unpad:function(B){B.sigBytes-=255&B.words[B.sigBytes-1>>>2]}},t.pad.Ansix923)},4903(q,D,g){"use strict";var t=g(9964),B=Object.keys||function(N){var _=[];for(var Q in N)_.push(Q);return _};q.exports=x;var M=g(8261),Y=g(9781);g(9784)(x,M);for(var V=B(Y.prototype),d=0;dV),g(q.exports,"DecodeStream",()=>B),g(q.exports,"Array",()=>w),g(q.exports,"LazyArray",()=>H),g(q.exports,"Bitfield",()=>wA),g(q.exports,"Boolean",()=>j),g(q.exports,"Buffer",()=>RA),g(q.exports,"Enum",()=>PA),g(q.exports,"Optional",()=>XA),g(q.exports,"Reserved",()=>vA),g(q.exports,"String",()=>fe),g(q.exports,"Struct",()=>He),g(q.exports,"VersionedStruct",()=>Pe);const t={utf16le:"utf-16le",ucs2:"utf-16le",utf16be:"utf-16be"};let B=(()=>{class v{constructor(m){this.buffer=m,this.view=new DataView(m.buffer,m.byteOffset,m.byteLength),this.pos=0,this.length=this.buffer.length}readString(m,R="ascii"){R=t[R]||R;let pA=this.readBuffer(m);try{return new TextDecoder(R).decode(pA)}catch{return pA}}readBuffer(m){return this.buffer.slice(this.pos,this.pos+=m)}readUInt24BE(){return(this.readUInt16BE()<<8)+this.readUInt8()}readUInt24LE(){return this.readUInt16LE()+(this.readUInt8()<<16)}readInt24BE(){return(this.readInt16BE()<<8)+this.readUInt8()}readInt24LE(){return this.readUInt16LE()+(this.readInt8()<<16)}}return v.TYPES={UInt8:1,UInt16:2,UInt24:3,UInt32:4,Int8:1,Int16:2,Int24:3,Int32:4,Float:4,Double:8},v})();for(let v of Object.getOwnPropertyNames(DataView.prototype))if("get"===v.slice(0,3)){let u=v.slice(3).replace("Ui","UI");"Float32"===u?u="Float":"Float64"===u&&(u="Double");let m=B.TYPES[u];B.prototype["read"+u+(1===m?"":"BE")]=function(){const R=this.view[v](this.pos,!1);return this.pos+=m,R},1!==m&&(B.prototype["read"+u+"LE"]=function(){const R=this.view[v](this.pos,!0);return this.pos+=m,R})}const M=new TextEncoder,Y=18==new Uint8Array(new Uint16Array([4660]).buffer)[0];class V{constructor(u){this.buffer=u,this.view=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),this.pos=0}writeBuffer(u){this.buffer.set(u,this.pos),this.pos+=u.length}writeString(u,m="ascii"){let R;switch(m){case"utf16le":case"utf16-le":case"ucs2":R=d(u,Y);break;case"utf16be":case"utf16-be":R=d(u,!Y);break;case"utf8":R=M.encode(u);break;case"ascii":R=function c(v){let u=new Uint8Array(v.length);for(let m=0;m>>16&255,this.buffer[this.pos++]=u>>>8&255,this.buffer[this.pos++]=255&u}writeUInt24LE(u){this.buffer[this.pos++]=255&u,this.buffer[this.pos++]=u>>>8&255,this.buffer[this.pos++]=u>>>16&255}writeInt24BE(u){this.writeUInt24BE(u>=0?u:u+16777215+1)}writeInt24LE(u){this.writeUInt24LE(u>=0?u:u+16777215+1)}fill(u,m){if(m>8|(255&pA)<<8),m[R]=pA}return new Uint8Array(m.buffer)}for(let v of Object.getOwnPropertyNames(DataView.prototype))if("set"===v.slice(0,3)){let u=v.slice(3).replace("Ui","UI");"Float32"===u?u="Float":"Float64"===u&&(u="Double");let m=B.TYPES[u];V.prototype["write"+u+(1===m?"":"BE")]=function(R){this.view[v](this.pos,R,!1),this.pos+=m},1!==m&&(V.prototype["write"+u+"LE"]=function(R){this.view[v](this.pos,R,!0),this.pos+=m})}class x{fromBuffer(u){let m=new B(u);return this.decode(m)}toBuffer(u){let m=this.size(u),R=new Uint8Array(m),pA=new V(R);return this.encode(pA,u),R}}var U={};g(U,"Number",()=>E),g(U,"uint8",()=>N),g(U,"uint16be",()=>_),g(U,"uint16",()=>Q),g(U,"uint16le",()=>y),g(U,"uint24be",()=>K),g(U,"uint24",()=>lA),g(U,"uint24le",()=>uA),g(U,"uint32be",()=>G),g(U,"uint32",()=>J),g(U,"uint32le",()=>rA),g(U,"int8",()=>$),g(U,"int16be",()=>Z),g(U,"int16",()=>b),g(U,"int16le",()=>BA),g(U,"int24be",()=>L),g(U,"int24",()=>eA),g(U,"int24le",()=>UA),g(U,"int32be",()=>xA),g(U,"int32",()=>QA),g(U,"int32le",()=>gA),g(U,"floatbe",()=>JA),g(U,"float",()=>Be),g(U,"floatle",()=>KA),g(U,"doublebe",()=>ae),g(U,"double",()=>we),g(U,"doublele",()=>ie),g(U,"Fixed",()=>kA),g(U,"fixed16be",()=>CA),g(U,"fixed16",()=>iA),g(U,"fixed16le",()=>hA),g(U,"fixed32be",()=>bA),g(U,"fixed32",()=>ne),g(U,"fixed32le",()=>$A);class E extends x{constructor(u,m="BE"){super(),this.type=u,this.endian=m,this.fn=this.type,"8"!==this.type[this.type.length-1]&&(this.fn+=this.endian)}size(){return B.TYPES[this.type]}decode(u){return u[`read${this.fn}`]()}encode(u,m){return u[`write${this.fn}`](m)}}const N=new E("UInt8"),_=new E("UInt16","BE"),Q=_,y=new E("UInt16","LE"),K=new E("UInt24","BE"),lA=K,uA=new E("UInt24","LE"),G=new E("UInt32","BE"),J=G,rA=new E("UInt32","LE"),$=new E("Int8"),Z=new E("Int16","BE"),b=Z,BA=new E("Int16","LE"),L=new E("Int24","BE"),eA=L,UA=new E("Int24","LE"),xA=new E("Int32","BE"),QA=xA,gA=new E("Int32","LE"),JA=new E("Float","BE"),Be=JA,KA=new E("Float","LE"),ae=new E("Double","BE"),we=ae,ie=new E("Double","LE");class kA extends E{constructor(u,m,R=u>>1){super(`Int${u}`,m),this._point=1<P),g(EA,"PropertyDescriptor",()=>cA);class cA{constructor(u={}){this.enumerable=!0,this.configurable=!0;for(let m in u)this[m]=u[m]}}class w extends x{constructor(u,m,R="count"){super(),this.type=u,this.length=m,this.lengthType=R}decode(u,m){let R;const{pos:pA}=u,aA=[];let Me=m;if(null!=this.length&&(R=P(this.length,u,m)),this.length instanceof E&&(Object.defineProperties(aA,{parent:{value:m},_startOffset:{value:pA},_currentOffset:{value:0,writable:!0},_length:{value:R}}),Me=aA),null==R||"bytes"===this.lengthType){const VA=null!=R?u.pos+R:m?._length?m._startOffset+m._length:u.length;for(;u.pos=this.length)){if(null==this.items[u]){const{pos:m}=this.stream;this.stream.pos=this.base+this.type.size(null,this.ctx)*u,this.items[u]=this.type.decode(this.stream,this.ctx),this.stream.pos=m}return this.items[u]}}toArray(){const u=[];for(let m=0,R=this.length;m=55296&&pA<=56319&&Rthis.versionPath.reduce((m,R)=>m&&m[R],v))(m):this.type.decode(u),this.versions.header&&this._parseFields(u,pA,this.versions.header);const aA=this.versions[pA.version];if(null==aA)throw new Error(`Unknown version ${pA.version}`);return aA instanceof Pe?aA.decode(u,m):(this._parseFields(u,pA,aA),null!=this.process&&this.process.call(pA,u),pA)}size(u,m,R=!0){let pA,aA;if(!u)throw new Error("Not a fixed size");null!=this.preEncode&&this.preEncode.call(u);const Me={parent:m,val:u,pointerSize:0};let VA=0;if("string"!=typeof this.type&&(VA+=this.type.size(u.version,Me)),this.versions.header)for(pA in this.versions.header)aA=this.versions.header[pA],null!=aA.size&&(VA+=aA.size(u[pA],Me));const Ce=this.versions[u.version];if(null==Ce)throw new Error(`Unknown version ${u.version}`);for(pA in Ce)aA=Ce[pA],null!=aA.size&&(VA+=aA.size(u[pA],Me));return R&&(VA+=Me.pointerSize),VA}encode(u,m,R){let pA,aA;null!=this.preEncode&&this.preEncode.call(m,u);const Me={pointers:[],startOffset:u.pos,parent:R,val:m,pointerSize:0};if(Me.pointerOffset=u.pos+this.size(m,Me,!1),"string"!=typeof this.type&&this.type.encode(u,m.version),this.versions.header)for(pA in this.versions.header)aA=this.versions.header[pA],null!=aA.encode&&aA.encode(u,m[pA],Me);const VA=this.versions[m.version];for(pA in VA)aA=VA[pA],null!=aA.encode&&aA.encode(u,m[pA],Me);let Ce=0;for(;CesA),g(te,"VoidPointer",()=>T);class sA extends x{constructor(u,m,R={}){if(super(),this.offsetType=u,this.type=m,this.options=R,"void"===this.type&&(this.type=null),null==this.options.type&&(this.options.type="local"),null==this.options.allowNull&&(this.options.allowNull=!0),null==this.options.nullValue&&(this.options.nullValue=0),null==this.options.lazy&&(this.options.lazy=!1),this.options.relativeTo){if("function"!=typeof this.options.relativeTo)throw new Error("relativeTo option must be a function");this.relativeToGetter=R.relativeTo}}decode(u,m){const R=this.offsetType.decode(u,m);if(R===this.options.nullValue&&this.options.allowNull)return null;let pA;switch(this.options.type){case"local":pA=m._startOffset;break;case"immediate":pA=u.pos-this.offsetType.size();break;case"parent":pA=m.parent._startOffset;break;default:for(var aA=m;aA.parent;)aA=aA.parent;pA=aA._startOffset||0}this.options.relativeTo&&(pA+=this.relativeToGetter(m));const Me=R+pA;if(null!=this.type){let VA=null;const Ce=()=>{if(null!=VA)return VA;const{pos:dA}=u;return u.pos=Me,VA=this.type.decode(u,m),u.pos=dA,VA};return this.options.lazy?new cA({get:Ce}):Ce()}return Me}size(u,m){const R=m;switch(this.options.type){case"local":case"immediate":break;case"parent":m=m.parent;break;default:for(;m.parent;)m=m.parent}let{type:pA}=this;if(null==pA){if(!(u instanceof T))throw new Error("Must be a VoidPointer");({type:pA}=u),u=u.value}if(u&&m){let aA=pA.size(u,R);m.pointerSize+=aA}return this.offsetType.size()}encode(u,m,R){let pA;const aA=R;if(null==m)return void this.offsetType.encode(u,this.options.nullValue);switch(this.options.type){case"local":pA=R.startOffset;break;case"immediate":pA=u.pos+this.offsetType.size(m,aA);break;case"parent":pA=(R=R.parent).startOffset;break;default:for(pA=0;R.parent;)R=R.parent}this.options.relativeTo&&(pA+=this.relativeToGetter(aA.val)),this.offsetType.encode(u,R.pointerOffset-pA);let{type:Me}=this;if(null==Me){if(!(m instanceof T))throw new Error("Must be a VoidPointer");({type:Me}=m),m=m.value}return R.pointers.push({type:Me,val:m,parent:aA}),R.pointerOffset+=Me.size(m,aA)}}class T{constructor(u,m){this.type=u,this.value=m}}D(q.exports,EA),D(q.exports,U),D(q.exports,te)},5293(q){"use strict";q.exports=Error},5336(q,D,g){"use strict";var t=g(8420),B=g(1212);q.exports=function(M){if("Function"===t(M))return B(M)}},5337(q,D,g){"use strict";var B=g(8115).match(/firefox\/(\d+)/i);q.exports=!!B&&+B[1]},5348(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(3144),g(9064),g(1199),g(4866),g(7493),g(3532),g(9663),g(321),g(3620),g(8692),g(517),g(6174),g(3752),g(8865),g(7331),g(6818),g(2858),g(2073),g(6843),g(1220),g(3701),g(8358),g(4873),g(7705),g(3282),g(4779),g(4540),g(4137),g(9851),g(3324),g(6089),g(3610),g(5464),g(3032),t)},5403(q,D,g){"use strict";function t(Z){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(b){return typeof b}:function(b){return b&&"function"==typeof Symbol&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b})(Z)}function B(Z,b){for(var BA=0;BA"u"||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}();return function(){var eA,L=Q(Z);if(b){var UA=Q(this).constructor;eA=Reflect.construct(L,arguments,UA)}else eA=L.apply(this,arguments);return function E(Z,b){if(b&&("object"===t(b)||"function"==typeof b))return b;if(void 0!==b)throw new TypeError("Derived constructors may only return object or undefined");return function N(Z){if(void 0===Z)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Z}(Z)}(this,eA)}}(QA);function QA(gA,JA,Be){var KA;return function d(Z,b){if(!(Z instanceof b))throw new TypeError("Cannot call a class as a function")}(this,QA),KA=xA.call(this,function L(UA,xA,QA){return"string"==typeof b?b:b(UA,xA,QA)}(gA,JA,Be)),KA.code=Z,KA}return function M(Z,b,BA){return b&&B(Z.prototype,b),BA&&B(Z,BA),Object.defineProperty(Z,"prototype",{writable:!1}),Z}(QA)}(BA);y[Z]=eA}function G(Z,b){if(Array.isArray(Z)){var BA=Z.length;return Z=Z.map(function(L){return String(L)}),BA>2?"one of ".concat(b," ").concat(Z.slice(0,BA-1).join(", "),", or ")+Z[BA-1]:2===BA?"one of ".concat(b," ").concat(Z[0]," or ").concat(Z[1]):"of ".concat(b," ").concat(Z[0])}return"of ".concat(b," ").concat(String(Z))}uA("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),uA("ERR_INVALID_ARG_TYPE",function(Z,b,BA){var L,eA;if(void 0===K&&(K=g(7801)),K("string"==typeof Z,"'name' must be a string"),"string"==typeof b&&function J(Z,b,BA){return Z.substr(!BA||BA<0?0:+BA,b.length)===b}(b,"not ")?(L="must not be",b=b.replace(/^not /,"")):L="must be",function rA(Z,b,BA){return(void 0===BA||BA>Z.length)&&(BA=Z.length),Z.substring(BA-b.length,BA)===b}(Z," argument"))eA="The ".concat(Z," ").concat(L," ").concat(G(b,"type"));else{var UA=function $(Z,b,BA){return"number"!=typeof BA&&(BA=0),!(BA+b.length>Z.length)&&-1!==Z.indexOf(b,BA)}(Z,".")?"property":"argument";eA='The "'.concat(Z,'" ').concat(UA," ").concat(L," ").concat(G(b,"type"))}return eA+". Received type ".concat(t(BA))},TypeError),uA("ERR_INVALID_ARG_VALUE",function(Z,b){var BA=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===lA&&(lA=g(7187));var L=lA.inspect(b);return L.length>128&&(L="".concat(L.slice(0,128),"...")),"The argument '".concat(Z,"' ").concat(BA,". Received ").concat(L)},TypeError,RangeError),uA("ERR_INVALID_RETURN_VALUE",function(Z,b,BA){var L;return L=BA&&BA.constructor&&BA.constructor.name?"instance of ".concat(BA.constructor.name):"type ".concat(t(BA)),"Expected ".concat(Z,' to be returned from the "').concat(b,'"')+" function but got ".concat(L,".")},TypeError),uA("ERR_MISSING_ARGS",function(){for(var Z=arguments.length,b=new Array(Z),BA=0;BA0,"At least one arg needs to be specified");var L="The ",eA=b.length;switch(b=b.map(function(UA){return'"'.concat(UA,'"')}),eA){case 1:L+="".concat(b[0]," argument");break;case 2:L+="".concat(b[0]," and ").concat(b[1]," arguments");break;default:L+=b.slice(0,eA-1).join(", "),L+=", and ".concat(b[eA-1]," arguments")}return"".concat(L," must be specified")},TypeError),q.exports.codes=y},5416(q,D,g){"use strict";var t=g(9964);function B(kA,CA){var iA=Object.keys(kA);if(Object.getOwnPropertySymbols){var hA=Object.getOwnPropertySymbols(kA);CA&&(hA=hA.filter(function(bA){return Object.getOwnPropertyDescriptor(kA,bA).enumerable})),iA.push.apply(iA,hA)}return iA}function M(kA){for(var CA=1;CA"u"||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function G(kA,CA){return(G=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(hA,bA){return hA.__proto__=bA,hA})(kA,CA)}function J(kA){return(J=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(iA){return iA.__proto__||Object.getPrototypeOf(iA)})(kA)}function rA(kA){return(rA="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(CA){return typeof CA}:function(CA){return CA&&"function"==typeof Symbol&&CA.constructor===Symbol&&CA!==Symbol.prototype?"symbol":typeof CA})(kA)}var Z=g(7187).inspect,BA=g(5403).codes.ERR_INVALID_ARG_TYPE;function L(kA,CA,iA){return(void 0===iA||iA>kA.length)&&(iA=kA.length),kA.substring(iA-CA.length,iA)===CA}var UA="",xA="",QA="",gA="",JA={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function KA(kA){var CA=Object.keys(kA),iA=Object.create(Object.getPrototypeOf(kA));return CA.forEach(function(hA){iA[hA]=kA[hA]}),Object.defineProperty(iA,"message",{value:kA.message}),iA}function ae(kA){return Z(kA,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}var ie=function(kA,CA){!function E(kA,CA){if("function"!=typeof CA&&null!==CA)throw new TypeError("Super expression must either be null or a function");kA.prototype=Object.create(CA&&CA.prototype,{constructor:{value:kA,writable:!0,configurable:!0}}),Object.defineProperty(kA,"prototype",{writable:!1}),CA&&G(kA,CA)}(hA,kA);var iA=function N(kA){var CA=lA();return function(){var bA,hA=J(kA);if(CA){var ne=J(this).constructor;bA=Reflect.construct(hA,arguments,ne)}else bA=hA.apply(this,arguments);return _(this,bA)}}(hA);function hA(bA){var ne;if(function V(kA,CA){if(!(kA instanceof CA))throw new TypeError("Cannot call a class as a function")}(this,hA),"object"!==rA(bA)||null===bA)throw new BA("options","Object",bA);var $A=bA.message,EA=bA.operator,P=bA.stackStartFn,cA=bA.actual,w=bA.expected,H=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=$A)ne=iA.call(this,String($A));else if(t.stderr&&t.stderr.isTTY&&(t.stderr&&t.stderr.getColorDepth&&1!==t.stderr.getColorDepth()?(UA="\x1b[34m",xA="\x1b[32m",gA="\x1b[39m",QA="\x1b[31m"):(UA="",xA="",gA="",QA="")),"object"===rA(cA)&&null!==cA&&"object"===rA(w)&&null!==w&&"stack"in cA&&cA instanceof Error&&"stack"in w&&w instanceof Error&&(cA=KA(cA),w=KA(w)),"deepStrictEqual"===EA||"strictEqual"===EA)ne=iA.call(this,function we(kA,CA,iA){var hA="",bA="",ne=0,$A="",EA=!1,P=ae(kA),cA=P.split("\n"),w=ae(CA).split("\n"),H=0,TA="";if("strictEqual"===iA&&"object"===rA(kA)&&"object"===rA(CA)&&null!==kA&&null!==CA&&(iA="strictEqualObject"),1===cA.length&&1===w.length&&cA[0]!==w[0]){var wA=cA[0].length+w[0].length;if(wA<=10){if(!("object"===rA(kA)&&null!==kA||"object"===rA(CA)&&null!==CA||0===kA&&0===CA))return"".concat(JA[iA],"\n\n")+"".concat(cA[0]," !== ").concat(w[0],"\n")}else if("strictEqualObject"!==iA&&wA<(t.stderr&&t.stderr.isTTY?t.stderr.columns:80)){for(;cA[0][H]===w[0][H];)H++;H>2&&(TA="\n ".concat(function eA(kA,CA){if(CA=Math.floor(CA),0==kA.length||0==CA)return"";var iA=kA.length*CA;for(CA=Math.floor(Math.log(CA)/Math.log(2));CA;)kA+=kA,CA--;return kA+kA.substring(0,iA-kA.length)}(" ",H),"^"),H=0)}}for(var RA=cA[cA.length-1],PA=w[w.length-1];RA===PA&&(H++<2?$A="\n ".concat(RA).concat($A):hA=RA,cA.pop(),w.pop(),0!==cA.length&&0!==w.length);)RA=cA[cA.length-1],PA=w[w.length-1];var XA=Math.max(cA.length,w.length);if(0===XA){var vA=P.split("\n");if(vA.length>30)for(vA[26]="".concat(UA,"...").concat(gA);vA.length>27;)vA.pop();return"".concat(JA.notIdentical,"\n\n").concat(vA.join("\n"),"\n")}H>3&&($A="\n".concat(UA,"...").concat(gA).concat($A),EA=!0),""!==hA&&($A="\n ".concat(hA).concat($A),hA="");var fe=0,ye=JA[iA]+"\n".concat(xA,"+ actual").concat(gA," ").concat(QA,"- expected").concat(gA),Ge=" ".concat(UA,"...").concat(gA," Lines skipped");for(H=0;H1&&H>2&&(He>4?(bA+="\n".concat(UA,"...").concat(gA),EA=!0):He>3&&(bA+="\n ".concat(w[H-2]),fe++),bA+="\n ".concat(w[H-1]),fe++),ne=H,hA+="\n".concat(QA,"-").concat(gA," ").concat(w[H]),fe++;else if(w.length1&&H>2&&(He>4?(bA+="\n".concat(UA,"...").concat(gA),EA=!0):He>3&&(bA+="\n ".concat(cA[H-2]),fe++),bA+="\n ".concat(cA[H-1]),fe++),ne=H,bA+="\n".concat(xA,"+").concat(gA," ").concat(cA[H]),fe++;else{var _e=w[H],Pe=cA[H],te=Pe!==_e&&(!L(Pe,",")||Pe.slice(0,-1)!==_e);te&&L(_e,",")&&_e.slice(0,-1)===Pe&&(te=!1,Pe+=","),te?(He>1&&H>2&&(He>4?(bA+="\n".concat(UA,"...").concat(gA),EA=!0):He>3&&(bA+="\n ".concat(cA[H-2]),fe++),bA+="\n ".concat(cA[H-1]),fe++),ne=H,bA+="\n".concat(xA,"+").concat(gA," ").concat(Pe),hA+="\n".concat(QA,"-").concat(gA," ").concat(_e),fe+=2):(bA+=hA,hA="",(1===He||0===H)&&(bA+="\n ".concat(Pe),fe++))}if(fe>20&&H30)for(wA[26]="".concat(UA,"...").concat(gA);wA.length>27;)wA.pop();ne=iA.call(this,1===wA.length?"".concat(TA," ").concat(wA[0]):"".concat(TA,"\n\n").concat(wA.join("\n"),"\n"))}else{var j=ae(cA),RA="",PA=JA[EA];"notDeepEqual"===EA||"notEqual"===EA?(j="".concat(JA[EA],"\n\n").concat(j)).length>1024&&(j="".concat(j.slice(0,1021),"...")):(RA="".concat(ae(w)),j.length>512&&(j="".concat(j.slice(0,509),"...")),RA.length>512&&(RA="".concat(RA.slice(0,509),"...")),"deepEqual"===EA||"equal"===EA?j="".concat(PA,"\n\n").concat(j,"\n\nshould equal\n\n"):RA=" ".concat(EA," ").concat(RA)),ne=iA.call(this,"".concat(j).concat(RA))}return Error.stackTraceLimit=H,ne.generatedMessage=!$A,Object.defineProperty(Q(ne),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),ne.code="ERR_ASSERTION",ne.actual=cA,ne.expected=w,ne.operator=EA,Error.captureStackTrace&&Error.captureStackTrace(Q(ne),P),ne.name="AssertionError",_(ne)}return function c(kA,CA,iA){CA&&d(kA.prototype,CA),iA&&d(kA,iA),Object.defineProperty(kA,"prototype",{writable:!1})}(hA,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:CA,value:function(ne,$A){return Z(this,M(M({},$A),{},{customInspect:!1,depth:0}))}}]),hA}(y(Error),Z.custom);q.exports=ie},5421(q,D,g){"use strict";var t=g(5643),B="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),M=Object.prototype.toString,Y=Array.prototype.concat,V=g(9295),c=g(8890)(),x=function(E,N,_,Q){if(N in E)if(!0===Q){if(E[N]===_)return}else if(!function(E){return"function"==typeof E&&"[object Function]"===M.call(E)}(Q)||!Q())return;c?V(E,N,_,!0):V(E,N,_)},U=function(E,N){var _=arguments.length>2?arguments[2]:{},Q=t(N);B&&(Q=Y.call(Q,Object.getOwnPropertySymbols(N)));for(var y=0;y>>16,N[1],N[0]<<16|N[3]>>>16,N[2],N[1]<<16|N[0]>>>16,N[3],N[2]<<16|N[1]>>>16],y=this._C=[N[2]<<16|N[2]>>>16,4294901760&N[0]|65535&N[1],N[3]<<16|N[3]>>>16,4294901760&N[1]|65535&N[2],N[0]<<16|N[0]>>>16,4294901760&N[2]|65535&N[3],N[1]<<16|N[1]>>>16,4294901760&N[3]|65535&N[0]];this._b=0;for(var K=0;K<4;K++)E.call(this);for(K=0;K<8;K++)y[K]^=Q[K+4&7];if(_){var lA=_.words,uA=lA[0],G=lA[1],J=16711935&(uA<<8|uA>>>24)|4278255360&(uA<<24|uA>>>8),rA=16711935&(G<<8|G>>>24)|4278255360&(G<<24|G>>>8),$=J>>>16|4294901760&rA,Z=rA<<16|65535&J;for(y[0]^=J,y[1]^=$,y[2]^=rA,y[3]^=Z,y[4]^=J,y[5]^=$,y[6]^=rA,y[7]^=Z,K=0;K<4;K++)E.call(this)}},_doProcessBlock:function(N,_){var Q=this._X;E.call(this),d[0]=Q[0]^Q[5]>>>16^Q[3]<<16,d[1]=Q[2]^Q[7]>>>16^Q[5]<<16,d[2]=Q[4]^Q[1]>>>16^Q[7]<<16,d[3]=Q[6]^Q[3]>>>16^Q[1]<<16;for(var y=0;y<4;y++)d[y]=16711935&(d[y]<<8|d[y]>>>24)|4278255360&(d[y]<<24|d[y]>>>8),N[_+y]^=d[y]},blockSize:4,ivSize:2});function E(){for(var N=this._X,_=this._C,Q=0;Q<8;Q++)c[Q]=_[Q];for(_[0]=_[0]+1295307597+this._b|0,_[1]=_[1]+3545052371+(_[0]>>>0>>0?1:0)|0,_[2]=_[2]+886263092+(_[1]>>>0>>0?1:0)|0,_[3]=_[3]+1295307597+(_[2]>>>0>>0?1:0)|0,_[4]=_[4]+3545052371+(_[3]>>>0>>0?1:0)|0,_[5]=_[5]+886263092+(_[4]>>>0>>0?1:0)|0,_[6]=_[6]+1295307597+(_[5]>>>0>>0?1:0)|0,_[7]=_[7]+3545052371+(_[6]>>>0>>0?1:0)|0,this._b=_[7]>>>0>>0?1:0,Q=0;Q<8;Q++){var y=N[Q]+_[Q],K=65535&y,lA=y>>>16;x[Q]=((K*K>>>17)+K*lA>>>15)+lA*lA^((4294901760&y)*y|0)+((65535&y)*y|0)}N[0]=x[0]+(x[7]<<16|x[7]>>>16)+(x[6]<<16|x[6]>>>16)|0,N[1]=x[1]+(x[0]<<8|x[0]>>>24)+x[7]|0,N[2]=x[2]+(x[1]<<16|x[1]>>>16)+(x[0]<<16|x[0]>>>16)|0,N[3]=x[3]+(x[2]<<8|x[2]>>>24)+x[1]|0,N[4]=x[4]+(x[3]<<16|x[3]>>>16)+(x[2]<<16|x[2]>>>16)|0,N[5]=x[5]+(x[4]<<8|x[4]>>>24)+x[3]|0,N[6]=x[6]+(x[5]<<16|x[5]>>>16)+(x[4]<<16|x[4]>>>16)|0,N[7]=x[7]+(x[6]<<8|x[6]>>>24)+x[5]|0}B.RabbitLegacy=Y._createHelper(U)}(),t.RabbitLegacy)},5567(q){"use strict";q.exports=Object.getOwnPropertyDescriptor},5643(q,D,g){"use strict";var t=Array.prototype.slice,B=g(6515),M=Object.keys,Y=M?function(c){return M(c)}:g(8461),V=Object.keys;Y.shim=function(){if(Object.keys){var c=function(){var x=Object.keys(arguments);return x&&x.length===arguments.length}(1,2);c||(Object.keys=function(U){return B(U)?V(t.call(U)):V(U)})}else Object.keys=Y;return Object.keys||Y},q.exports=Y},5691(q,D,g){"use strict";var t=g(783),B=t.Buffer;function M(V,d){for(var c in V)d[c]=V[c]}function Y(V,d,c){return B(V,d,c)}B.from&&B.alloc&&B.allocUnsafe&&B.allocUnsafeSlow?q.exports=t:(M(t,D),D.Buffer=Y),M(B,Y),Y.from=function(V,d,c){if("number"==typeof V)throw new TypeError("Argument must not be a number");return B(V,d,c)},Y.alloc=function(V,d,c){if("number"!=typeof V)throw new TypeError("Argument must be a number");var x=B(V);return void 0!==d?"string"==typeof c?x.fill(d,c):x.fill(d):x.fill(0),x},Y.allocUnsafe=function(V){if("number"!=typeof V)throw new TypeError("Argument must be a number");return B(V)},Y.allocUnsafeSlow=function(V){if("number"!=typeof V)throw new TypeError("Argument must be a number");return t.SlowBuffer(V)}},5719(q,D,g){"use strict";var t=g(5144),B=g(2333),M=g(8264);q.exports=t?function(Y,V,d){return B.f(Y,V,M(1,d))}:function(Y,V,d){return Y[V]=d,Y}},5846(q){"use strict";q.exports=Object},5874(q){"use strict";q.exports=Math.pow},5888(q,D,g){"use strict";var t=g(299),B=g(8681),M=/#|\.prototype\./,Y=function(U,E){var N=d[V(U)];return N===x||N!==c&&(B(E)?t(E):!!E)},V=Y.normalize=function(U){return String(U).replace(M,".").toLowerCase()},d=Y.data={},c=Y.NATIVE="N",x=Y.POLYFILL="P";q.exports=Y},5985(q,D,g){"use strict";var t=g(7139),B=g(8681),M=g(9877),Y=g(8300),V=Object;q.exports=Y?function(d){return"symbol"==typeof d}:function(d){var c=t("Symbol");return B(c)&&M(c.prototype,V(d))}},6016(q,D,g){"use strict";g(8376),g(6401),g(2017);const t=18===new Uint8Array(new Uint32Array([305419896]).buffer)[0],B=(V,d,c)=>{let x=V[d];V[d]=V[c],V[c]=x};q.exports={swap32LE:V=>{t&&(V=>{const d=V.length;for(let c=0;c>>2]>>>24-K%4*8&255))%256],_[y]=uA}this._i=this._j=0},_doProcessBlock:function(U,E){U[E]^=c.call(this)},keySize:8,ivSize:0});function c(){for(var U=this._S,E=this._i,N=this._j,_=0,Q=0;Q<4;Q++){var y=U[E=(E+1)%256];U[E]=U[N=(N+U[E])%256],U[N]=y,_|=U[(U[E]+U[N])%256]<<24-8*Q}return this._i=E,this._j=N,_}B.RC4=Y._createHelper(d);var x=V.RC4Drop=d.extend({cfg:d.cfg.extend({drop:192}),_doReset:function(){d._doReset.call(this);for(var U=this.cfg.drop;U>0;U--)c.call(this)}});B.RC4Drop=Y._createHelper(x)}(),t.RC4)},6092(q,D,g){var t=g(2736),B=g(2022);typeof B.pdfMake>"u"&&(B.pdfMake=t),q.exports=t},6094(q,D,g){"use strict";var t=g(3381);q.exports=function(M){return!!t(M)}},6174(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(3144),function(B){var M=t,Y=M.lib,V=Y.WordArray,d=Y.Hasher,x=M.x64.Word,U=M.algo,E=[],N=[],_=[];!function(){for(var K=1,lA=0,uA=0;uA<24;uA++){E[K+5*lA]=(uA+1)*(uA+2)/2%64;var J=(2*K+3*lA)%5;K=lA%5,lA=J}for(K=0;K<5;K++)for(lA=0;lA<5;lA++)N[K+5*lA]=lA+(2*K+3*lA)%5*5;for(var rA=1,$=0;$<24;$++){for(var Z=0,b=0,BA=0;BA<7;BA++){if(1&rA){var L=(1<>>24)|4278255360&(rA<<24|rA>>>8),(Z=uA[J]).high^=$=16711935&($<<8|$>>>24)|4278255360&($<<24|$>>>8),Z.low^=rA}for(var b=0;b<24;b++){for(var BA=0;BA<5;BA++){for(var L=0,eA=0,UA=0;UA<5;UA++)L^=(Z=uA[BA+5*UA]).high,eA^=Z.low;var xA=Q[BA];xA.high=L,xA.low=eA}for(BA=0;BA<5;BA++){var QA=Q[(BA+4)%5],gA=Q[(BA+1)%5],JA=gA.high,Be=gA.low;for(L=QA.high^(JA<<1|Be>>>31),eA=QA.low^(Be<<1|JA>>>31),UA=0;UA<5;UA++)(Z=uA[BA+5*UA]).high^=L,Z.low^=eA}for(var KA=1;KA<25;KA++){var ae=(Z=uA[KA]).high,we=Z.low,ie=E[KA];ie<32?(L=ae<>>32-ie,eA=we<>>32-ie):(L=we<>>64-ie,eA=ae<>>64-ie);var kA=Q[N[KA]];kA.high=L,kA.low=eA}var CA=Q[0],iA=uA[0];for(CA.high=iA.high,CA.low=iA.low,BA=0;BA<5;BA++)for(UA=0;UA<5;UA++){var hA=Q[KA=BA+5*UA],bA=Q[(BA+1)%5+5*UA],ne=Q[(BA+2)%5+5*UA];(Z=uA[KA]).high=hA.high^~bA.high&ne.high,Z.low=hA.low^~bA.low&ne.low}var Z,$A=_[b];(Z=uA[0]).high^=$A.high,Z.low^=$A.low}},_doFinalize:function(){var K=this._data,lA=K.words,G=8*K.sigBytes,J=32*this.blockSize;lA[G>>>5]|=1<<24-G%32,lA[(B.ceil((G+1)/J)*J>>>5)-1]|=128,K.sigBytes=4*lA.length,this._process();for(var rA=this._state,$=this.cfg.outputLength/8,Z=$/8,b=[],BA=0;BA>>24)|4278255360&(eA<<24|eA>>>8),b.push(UA=16711935&(UA<<8|UA>>>24)|4278255360&(UA<<24|UA>>>8)),b.push(eA)}return new V.init(b,$)},clone:function(){for(var K=d.clone.call(this),lA=K._state=this._state.slice(0),uA=0;uA<25;uA++)lA[uA]=lA[uA].clone();return K}});M.SHA3=d._createHelper(y),M.HmacSHA3=d._createHmacHelper(y)}(Math),t.SHA3)},6228(q){"use strict";q.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},6255(q,D,g){"use strict";var t=g(8651),B=g(9295),M=g(8890)(),Y=g(8109),V=g(6785),d=t("%Math.floor%");q.exports=function(x,U){if("function"!=typeof x)throw new V("`fn` is not a function");if("number"!=typeof U||U<0||U>4294967295||d(U)!==U)throw new V("`length` must be a positive 32-bit integer");var E=arguments.length>2&&!!arguments[2],N=!0,_=!0;if("length"in x&&Y){var Q=Y(x,"length");Q&&!Q.configurable&&(N=!1),Q&&!Q.writable&&(_=!1)}return(N||_||!E)&&(M?B(x,"length",U,!0,!0):B(x,"length",U)),x}},6297(q){"use strict";q.exports=function(D){return null==D}},6341(q,D,g){"use strict";var t=g(1212),B=g(3297),M=t({}.hasOwnProperty);q.exports=Object.hasOwn||function(V,d){return M(B(V),d)}},6395(q){"use strict";q.exports=function(B,M){var Y,V,d,c,x,U,E,N,_,Q,y,K,lA,uA,G,J,rA,$,Z,b,BA,L,eA,UA,xA;UA=B.input,d=(V=B.next_in)+(B.avail_in-5),xA=B.output,x=(c=B.next_out)-(M-B.avail_out),U=c+(B.avail_out-257),E=(Y=B.state).dmax,N=Y.wsize,_=Y.whave,Q=Y.wnext,y=Y.window,K=Y.hold,lA=Y.bits,uA=Y.lencode,G=Y.distcode,J=(1<>>=Z=$>>>24,lA-=Z,0==(Z=$>>>16&255))xA[c++]=65535&$;else{if(!(16&Z)){if(64&Z){if(32&Z){Y.mode=12;break A}B.msg="invalid literal/length code",Y.mode=30;break A}$=uA[(65535&$)+(K&(1<>>=Z,lA-=Z),lA<15&&(K+=UA[V++]<>>=Z=$>>>24,lA-=Z,16&(Z=$>>>16&255)){if(BA=65535&$,lA<(Z&=15)&&(K+=UA[V++]<E){B.msg="invalid distance too far back",Y.mode=30;break A}if(K>>>=Z,lA-=Z,BA>(Z=c-x)){if((Z=BA-Z)>_&&Y.sane){B.msg="invalid distance too far back",Y.mode=30;break A}if(L=0,eA=y,0===Q){if(L+=N-Z,Z2;)xA[c++]=eA[L++],xA[c++]=eA[L++],xA[c++]=eA[L++],b-=3;b&&(xA[c++]=eA[L++],b>1&&(xA[c++]=eA[L++]))}else{L=c-BA;do{xA[c++]=xA[L++],xA[c++]=xA[L++],xA[c++]=xA[L++],b-=3}while(b>2);b&&(xA[c++]=xA[L++],b>1&&(xA[c++]=xA[L++]))}break}if(64&Z){B.msg="invalid distance code",Y.mode=30;break A}$=G[(65535&$)+(K&(1<>3)<<3))-1,B.next_in=V-=b,B.next_out=c,B.avail_in=V1?arguments[1]:void 0,1),J=d(uA);if(y)return B(N,this,J,G);var rA=this.length,$=Y(J),Z=0;if($+G>rA)throw new x("Wrong length");for(;Z<$;)this[G+Z]=J[Z++]},!y||K)},6465(q,D,g){function B(M){try{if(!g.g.localStorage)return!1}catch{return!1}var Y=g.g.localStorage[M];return null!=Y&&"true"===String(Y).toLowerCase()}q.exports=function t(M,Y){if(B("noDeprecation"))return M;var V=!1;return function d(){if(!V){if(B("throwDeprecation"))throw new Error(Y);B("traceDeprecation")?console.trace(Y):console.warn(Y),V=!0}return M.apply(this,arguments)}}},6515(q){"use strict";var D=Object.prototype.toString;q.exports=function(t){var B=D.call(t),M="[object Arguments]"===B;return M||(M="[object Array]"!==B&&null!==t&&"object"==typeof t&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===D.call(t.callee)),M}},6521(q,D,g){"use strict";var t=g(5643),B=g(2843)(),M=g(2774),Y=g(5846),V=M("Array.prototype.push"),d=M("Object.prototype.propertyIsEnumerable"),c=B?Y.getOwnPropertySymbols:null;q.exports=function(U,E){if(null==U)throw new TypeError("target must be an object");var N=Y(U);if(1===arguments.length)return N;for(var _=1;_0?x:0),!0)},B?B(q.exports,"apply",{value:Y}):q.exports.apply=Y},6626(q,D,g){"use strict";var t=g(2843);q.exports=function(){return t()&&!!Symbol.toStringTag}},6649(q){"use strict";var D=Object.defineProperty||!1;if(D)try{D({},"a",{value:1})}catch{D=!1}q.exports=D},6688(q,D,g){"use strict";var t=g(5049),B=g(6785),M=g(78),Y=g(7802);q.exports=function(d){if(d.length<1||"function"!=typeof d[0])throw new B("a function is required");return Y(t,M,d)}},6729(q,D,g){"use strict";var t=g(9964),B=g(783).Buffer,M=g(9760).Transform,Y=g(2908),V=g(7187),d=g(7801).ok,c=g(783).kMaxLength,x="Cannot create final Buffer. It would be larger than 0x"+c.toString(16)+" bytes";Y.Z_MIN_WINDOWBITS=8,Y.Z_MAX_WINDOWBITS=15,Y.Z_DEFAULT_WINDOWBITS=15,Y.Z_MIN_CHUNK=64,Y.Z_MAX_CHUNK=1/0,Y.Z_DEFAULT_CHUNK=16384,Y.Z_MIN_MEMLEVEL=1,Y.Z_MAX_MEMLEVEL=9,Y.Z_DEFAULT_MEMLEVEL=8,Y.Z_MIN_LEVEL=-1,Y.Z_MAX_LEVEL=9,Y.Z_DEFAULT_LEVEL=Y.Z_DEFAULT_COMPRESSION;for(var U=Object.keys(Y),E=0;E=c?CA=new RangeError(x):kA=B.concat(Be,KA),Be=[],QA.close(),JA(CA,kA)}QA.on("error",function we(kA){QA.removeListener("end",ie),QA.removeListener("readable",ae),JA(kA)}),QA.on("end",ie),QA.end(gA),ae()}function uA(QA,gA){if("string"==typeof gA&&(gA=B.from(gA)),!B.isBuffer(gA))throw new TypeError("Not a string or buffer");return QA._processChunk(gA,QA._finishFlushFlag)}function G(QA){if(!(this instanceof G))return new G(QA);eA.call(this,QA,Y.DEFLATE)}function J(QA){if(!(this instanceof J))return new J(QA);eA.call(this,QA,Y.INFLATE)}function rA(QA){if(!(this instanceof rA))return new rA(QA);eA.call(this,QA,Y.GZIP)}function $(QA){if(!(this instanceof $))return new $(QA);eA.call(this,QA,Y.GUNZIP)}function Z(QA){if(!(this instanceof Z))return new Z(QA);eA.call(this,QA,Y.DEFLATERAW)}function b(QA){if(!(this instanceof b))return new b(QA);eA.call(this,QA,Y.INFLATERAW)}function BA(QA){if(!(this instanceof BA))return new BA(QA);eA.call(this,QA,Y.UNZIP)}function L(QA){return QA===Y.Z_NO_FLUSH||QA===Y.Z_PARTIAL_FLUSH||QA===Y.Z_SYNC_FLUSH||QA===Y.Z_FULL_FLUSH||QA===Y.Z_FINISH||QA===Y.Z_BLOCK}function eA(QA,gA){var JA=this;if(this._opts=QA=QA||{},this._chunkSize=QA.chunkSize||D.Z_DEFAULT_CHUNK,M.call(this,QA),QA.flush&&!L(QA.flush))throw new Error("Invalid flush flag: "+QA.flush);if(QA.finishFlush&&!L(QA.finishFlush))throw new Error("Invalid flush flag: "+QA.finishFlush);if(this._flushFlag=QA.flush||Y.Z_NO_FLUSH,this._finishFlushFlag=typeof QA.finishFlush<"u"?QA.finishFlush:Y.Z_FINISH,QA.chunkSize&&(QA.chunkSizeD.Z_MAX_CHUNK))throw new Error("Invalid chunk size: "+QA.chunkSize);if(QA.windowBits&&(QA.windowBitsD.Z_MAX_WINDOWBITS))throw new Error("Invalid windowBits: "+QA.windowBits);if(QA.level&&(QA.levelD.Z_MAX_LEVEL))throw new Error("Invalid compression level: "+QA.level);if(QA.memLevel&&(QA.memLevelD.Z_MAX_MEMLEVEL))throw new Error("Invalid memLevel: "+QA.memLevel);if(QA.strategy&&QA.strategy!=D.Z_FILTERED&&QA.strategy!=D.Z_HUFFMAN_ONLY&&QA.strategy!=D.Z_RLE&&QA.strategy!=D.Z_FIXED&&QA.strategy!=D.Z_DEFAULT_STRATEGY)throw new Error("Invalid strategy: "+QA.strategy);if(QA.dictionary&&!B.isBuffer(QA.dictionary))throw new Error("Invalid dictionary: it should be a Buffer instance");this._handle=new Y.Zlib(gA);var Be=this;this._hadError=!1,this._handle.onerror=function(we,ie){UA(Be),Be._hadError=!0;var kA=new Error(we);kA.errno=ie,kA.code=D.codes[ie],Be.emit("error",kA)};var KA=D.Z_DEFAULT_COMPRESSION;"number"==typeof QA.level&&(KA=QA.level);var ae=D.Z_DEFAULT_STRATEGY;"number"==typeof QA.strategy&&(ae=QA.strategy),this._handle.init(QA.windowBits||D.Z_DEFAULT_WINDOWBITS,KA,QA.memLevel||D.Z_DEFAULT_MEMLEVEL,ae,QA.dictionary),this._buffer=B.allocUnsafe(this._chunkSize),this._offset=0,this._level=KA,this._strategy=ae,this.once("end",this.close),Object.defineProperty(this,"_closed",{get:function(){return!JA._handle},configurable:!0,enumerable:!0})}function UA(QA,gA){gA&&t.nextTick(gA),QA._handle&&(QA._handle.close(),QA._handle=null)}function xA(QA){QA.emit("close")}Object.defineProperty(D,"codes",{enumerable:!0,value:Object.freeze(_),writable:!1}),D.Deflate=G,D.Inflate=J,D.Gzip=rA,D.Gunzip=$,D.DeflateRaw=Z,D.InflateRaw=b,D.Unzip=BA,D.createDeflate=function(QA){return new G(QA)},D.createInflate=function(QA){return new J(QA)},D.createDeflateRaw=function(QA){return new Z(QA)},D.createInflateRaw=function(QA){return new b(QA)},D.createGzip=function(QA){return new rA(QA)},D.createGunzip=function(QA){return new $(QA)},D.createUnzip=function(QA){return new BA(QA)},D.deflate=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new G(gA),QA,JA)},D.deflateSync=function(QA,gA){return uA(new G(gA),QA)},D.gzip=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new rA(gA),QA,JA)},D.gzipSync=function(QA,gA){return uA(new rA(gA),QA)},D.deflateRaw=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new Z(gA),QA,JA)},D.deflateRawSync=function(QA,gA){return uA(new Z(gA),QA)},D.unzip=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new BA(gA),QA,JA)},D.unzipSync=function(QA,gA){return uA(new BA(gA),QA)},D.inflate=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new J(gA),QA,JA)},D.inflateSync=function(QA,gA){return uA(new J(gA),QA)},D.gunzip=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new $(gA),QA,JA)},D.gunzipSync=function(QA,gA){return uA(new $(gA),QA)},D.inflateRaw=function(QA,gA,JA){return"function"==typeof gA&&(JA=gA,gA={}),lA(new b(gA),QA,JA)},D.inflateRawSync=function(QA,gA){return uA(new b(gA),QA)},V.inherits(eA,M),eA.prototype.params=function(QA,gA,JA){if(QAD.Z_MAX_LEVEL)throw new RangeError("Invalid compression level: "+QA);if(gA!=D.Z_FILTERED&&gA!=D.Z_HUFFMAN_ONLY&&gA!=D.Z_RLE&&gA!=D.Z_FIXED&&gA!=D.Z_DEFAULT_STRATEGY)throw new TypeError("Invalid strategy: "+gA);if(this._level!==QA||this._strategy!==gA){var Be=this;this.flush(Y.Z_SYNC_FLUSH,function(){d(Be._handle,"zlib binding closed"),Be._handle.params(QA,gA),Be._hadError||(Be._level=QA,Be._strategy=gA,JA&&JA())})}else t.nextTick(JA)},eA.prototype.reset=function(){return d(this._handle,"zlib binding closed"),this._handle.reset()},eA.prototype._flush=function(QA){this._transform(B.alloc(0),"",QA)},eA.prototype.flush=function(QA,gA){var JA=this,Be=this._writableState;("function"==typeof QA||void 0===QA&&!gA)&&(gA=QA,QA=Y.Z_FULL_FLUSH),Be.ended?gA&&t.nextTick(gA):Be.ending?gA&&this.once("end",gA):Be.needDrain?gA&&this.once("drain",function(){return JA.flush(QA,gA)}):(this._flushFlag=QA,this.write(B.alloc(0),"",gA))},eA.prototype.close=function(QA){UA(this,QA),t.nextTick(xA,this)},eA.prototype._transform=function(QA,gA,JA){var Be,KA=this._writableState,we=(KA.ending||KA.ended)&&(!QA||KA.length===QA.length);return null===QA||B.isBuffer(QA)?this._handle?(we?Be=this._finishFlushFlag:(Be=this._flushFlag,QA.length>=KA.length&&(this._flushFlag=this._opts.flush||Y.Z_NO_FLUSH)),void this._processChunk(QA,Be,JA)):JA(new Error("zlib binding closed")):JA(new Error("invalid input"))},eA.prototype._processChunk=function(QA,gA,JA){var Be=QA&&QA.length,KA=this._chunkSize-this._offset,ae=0,we=this,ie="function"==typeof JA;if(!ie){var iA,kA=[],CA=0;this.on("error",function(EA){iA=EA}),d(this._handle,"zlib binding closed");do{var hA=this._handle.writeSync(gA,QA,ae,Be,this._buffer,this._offset,KA)}while(!this._hadError&&$A(hA[0],hA[1]));if(this._hadError)throw iA;if(CA>=c)throw UA(this),new RangeError(x);var bA=B.concat(kA,CA);return UA(this),bA}d(this._handle,"zlib binding closed");var ne=this._handle.write(gA,QA,ae,Be,this._buffer,this._offset,KA);function $A(EA,P){if(this&&(this.buffer=null,this.callback=null),!we._hadError){var cA=KA-P;if(d(cA>=0,"have should not go down"),cA>0){var w=we._buffer.slice(we._offset,we._offset+cA);we._offset+=cA,ie?we.push(w):(kA.push(w),CA+=w.length)}if((0===P||we._offset>=we._chunkSize)&&(KA=we._chunkSize,we._offset=0,we._buffer=B.allocUnsafe(we._chunkSize)),0===P){if(ae+=Be-EA,Be=EA,!ie)return!0;var H=we._handle.write(gA,QA,ae,Be,we._buffer,we._offset,we._chunkSize);return H.callback=$A,void(H.buffer=QA)}if(!ie)return!1;JA()}}ne.buffer=QA,ne.callback=$A},V.inherits(G,eA),V.inherits(J,eA),V.inherits(rA,eA),V.inherits($,eA),V.inherits(Z,eA),V.inherits(b,eA),V.inherits(BA,eA)},6781(q,D,g){"use strict";function t(te,sA){return function d(te){if(Array.isArray(te))return te}(te)||function V(te,sA){var T=null==te?null:typeof Symbol<"u"&&te[Symbol.iterator]||te["@@iterator"];if(null!=T){var v,u,m,R,pA=[],aA=!0,Me=!1;try{if(m=(T=T.call(te)).next,0===sA){if(Object(T)!==T)return;aA=!1}else for(;!(aA=(v=m.call(T)).done)&&(pA.push(v.value),pA.length!==sA);aA=!0);}catch(VA){Me=!0,u=VA}finally{try{if(!aA&&null!=T.return&&(R=T.return(),Object(R)!==R))return}finally{if(Me)throw u}}return pA}}(te,sA)||function M(te,sA){if(te){if("string"==typeof te)return Y(te,sA);var T=Object.prototype.toString.call(te).slice(8,-1);if("Object"===T&&te.constructor&&(T=te.constructor.name),"Map"===T||"Set"===T)return Array.from(te);if("Arguments"===T||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return Y(te,sA)}}(te,sA)||function B(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Y(te,sA){(null==sA||sA>te.length)&&(sA=te.length);for(var T=0,v=new Array(sA);T10)return!0;for(var sA=0;sA57)return!0}return 10===te.length&&te>=Math.pow(2,32)}function we(te){return Object.keys(te).filter(ae).concat(_(te).filter(Object.prototype.propertyIsEnumerable.bind(te)))}function ie(te,sA){if(te===sA)return 0;for(var T=te.length,v=sA.length,u=0,m=Math.min(T,v);uV});var B=g(783).Buffer;const M=d=>(0===d.indexOf("/")&&(d=d.substring(1)),0===d.indexOf("/")&&(d=d.substring(1)),d),V=new class Y{constructor(){this.storage={}}existsSync(c){const x=M(c);return typeof this.storage[x]<"u"}readFileSync(c,x){const U=M(c),E="object"==typeof x?x.encoding:x;if(!this.existsSync(U))throw new Error(`File '${U}' not found in virtual file system`);const N=this.storage[U];return E?N.toString(E):N}writeFileSync(c,x,U){const E=M(c),N="object"==typeof U?U.encoding:U;if(!x&&!U)throw new Error("No content");this.storage[E]=N||"string"==typeof x?new B(x,N):x}}},6818(q,D,g){"use strict";var B,M,Y,V,d,x,t;q.exports=(t=g(6861),g(9663),g(8865),V=(M=(B=t).lib).WordArray,x=(d=B.algo).EvpKDF=(Y=M.Base).extend({cfg:Y.extend({keySize:4,hasher:d.MD5,iterations:1}),init:function(U){this.cfg=this.cfg.extend(U)},compute:function(U,E){for(var N,_=this.cfg,Q=_.hasher.create(),y=V.create(),K=y.words,lA=_.keySize,uA=_.iterations;K.length>>2]|=(rA[b>>>2]>>>24-b%4*8&255)<<24-($+b)%4*8;else for(var L=0;L>>2]=rA[L>>>2];return this.sigBytes+=Z,this},clamp:function(){var G=this.words,J=this.sigBytes;G[J>>>2]&=4294967295<<32-J%4*8,G.length=B.ceil(J/4)},clone:function(){var G=U.clone.call(this);return G.words=this.words.slice(0),G},random:function(G){for(var J=[],rA=0;rA>>2]>>>24-Z%4*8&255;$.push((b>>>4).toString(16)),$.push((15&b).toString(16))}return $.join("")},parse:function(G){for(var J=G.length,rA=[],$=0;$>>3]|=parseInt(G.substr($,2),16)<<24-$%8*4;return new E.init(rA,J/2)}},Q=N.Latin1={stringify:function(G){for(var J=G.words,rA=G.sigBytes,$=[],Z=0;Z>>2]>>>24-Z%4*8&255));return $.join("")},parse:function(G){for(var J=G.length,rA=[],$=0;$>>2]|=(255&G.charCodeAt($))<<24-$%4*8;return new E.init(rA,J)}},y=N.Utf8={stringify:function(G){try{return decodeURIComponent(escape(Q.stringify(G)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(G){return Q.parse(unescape(encodeURIComponent(G)))}},K=x.BufferedBlockAlgorithm=U.extend({reset:function(){this._data=new E.init,this._nDataBytes=0},_append:function(G){"string"==typeof G&&(G=y.parse(G)),this._data.concat(G),this._nDataBytes+=G.sigBytes},_process:function(G){var J,rA=this._data,$=rA.words,Z=rA.sigBytes,b=this.blockSize,L=Z/(4*b),eA=(L=G?B.ceil(L):B.max((0|L)-this._minBufferSize,0))*b,UA=B.min(4*eA,Z);if(eA){for(var xA=0;xA>>16&65535,d=0;0!==B;){B-=d=B>2e3?2e3:B;do{V=V+(Y=Y+t[M++]|0)|0}while(--d);Y%=65521,V%=65521}return Y|V<<16}},6921(q,D,g){"use strict";var _,Q,y,t=g(1194),B=g(7756),M=g(3598),Y=g(5719),V=g(6341),d=g(3793),c=g(7099),x=g(2993),U="Object already initialized",E=B.TypeError;if(t||d.state){var uA=d.state||(d.state=new(0,B.WeakMap));uA.get=uA.get,uA.has=uA.has,uA.set=uA.set,_=function(J,rA){if(uA.has(J))throw new E(U);return rA.facade=J,uA.set(J,rA),rA},Q=function(J){return uA.get(J)||{}},y=function(J){return uA.has(J)}}else{var G=c("state");x[G]=!0,_=function(J,rA){if(V(J,G))throw new E(U);return rA.facade=J,Y(J,G,rA),rA},Q=function(J){return V(J,G)?J[G]:{}},y=function(J){return V(J,G)}}q.exports={set:_,get:Q,has:y,enforce:function(J){return y(J)?Q(J):_(J,{})},getterFor:function(J){return function(rA){var $;if(!M(rA)||($=Q(rA)).type!==J)throw new E("Incompatible receiver, "+J+" required");return $}}}},7043(q,D){D.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),D.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])},7051(q,D,g){"use strict";var t=g(6601),B=g(5421),M=g(2621),Y=g(1320),V=g(5074),d=t(Y(),Number);B(d,{getPolyfill:Y,implementation:M,shim:V}),q.exports=d},7099(q,D,g){"use strict";var t=g(997),B=g(6044),M=t("keys");q.exports=function(Y){return M[Y]||(M[Y]=B(Y))}},7106(q,D,g){"use strict";var t=g(6822),B=g(3766),M=g(9302);q.exports=t?function(V){return t(V)}:B?function(V){if(!V||"object"!=typeof V&&"function"!=typeof V)throw new TypeError("getProto: not an object");return B(V)}:M?function(V){return M(V)}:null},7133(q,D,g){"use strict";g.d(D,{default:()=>Zt});var t=g(1337),B=g(783).Buffer;const V=class Y extends t.A{constructor(s,p,z,AA,fA,FA){void 0===s&&(s={}),void 0===p&&(p={}),void 0===z&&(z={}),void 0===AA&&(AA={}),void 0===fA&&(fA={}),void 0===FA&&(FA=null),super(fA),this.fonts={},this.fontCache={};for(let HA in s)if(s.hasOwnProperty(HA)){let zA=s[HA];this.fonts[HA]={normal:zA.normal,bold:zA.bold,italics:zA.italics,bolditalics:zA.bolditalics}}this.patterns={};for(let HA in z)if(z.hasOwnProperty(HA)){let zA=z[HA];this.patterns[HA]=this.pattern(zA.boundingBox,zA.xStep,zA.yStep,zA.pattern,zA.colored)}this.images=p,this.attachments=AA,this.virtualfs=FA}getFontType(s,p){return((YA,s)=>{let p="normal";return YA&&s?p="bolditalics":YA?p="bold":s&&(p="italics"),p})(s,p)}getFontFile(s,p,z){let AA=this.getFontType(p,z);return this.fonts[s]&&this.fonts[s][AA]?this.fonts[s][AA]:null}provideFont(s,p,z){let AA=this.getFontType(p,z);if(null===this.getFontFile(s,p,z))throw new Error(`Font '${s}' in style '${AA}' is not defined in the font section of the document definition.`);if(this.fontCache[s]=this.fontCache[s]||{},!this.fontCache[s][AA]){let fA=this.fonts[s][AA];Array.isArray(fA)||(fA=[fA]),this.virtualfs&&this.virtualfs.existsSync(fA[0])&&(fA[0]=this.virtualfs.readFileSync(fA[0])),this.fontCache[s][AA]=this.font(...fA)._font}return this.fontCache[s][AA]}provideImage(s){const p=AA=>{let fA=this.images[AA];if(!fA)return AA;if(this.virtualfs&&this.virtualfs.existsSync(fA))return this.virtualfs.readFileSync(fA);let FA=fA.indexOf("base64,");return FA<0?this.images[AA]:B.from(fA.substring(FA+7),"base64")};if(this._imageRegistry[s])return this._imageRegistry[s];let z;try{if(z=this.openImage(p(s)),!z)throw new Error("No image")}catch(AA){throw new Error(`Invalid image: ${AA.toString()}\nImages dictionary should contain dataURL entries (or local file paths in node.js)`)}return z.embed(this),this._imageRegistry[s]=z,z}providePattern(s){return Array.isArray(s)&&2===s.length?[this.patterns[s[0]],s[1]]:null}provideAttachment(s){const p=AA=>{if(!AA)throw new Error("No attachment");if(!AA.src)throw new Error('The "src" key is required for attachments');return AA};if("object"==typeof s)return p(s);let z=p(this.attachments[s]);return this.virtualfs&&this.virtualfs.existsSync(z.src)?this.virtualfs.readFileSync(z.src):z}setOpenActionAsPrint(){let s=this.ref({Type:"Action",S:"Named",N:"Print"});this._root.data.OpenAction=s,s.end()}};function d(YA){return"string"==typeof YA||YA instanceof String}function c(YA){return("number"==typeof YA||YA instanceof Number)&&!Number.isNaN(YA)}function x(YA){return!(!c(YA)||!Number.isInteger(YA)||YA<=0)}function U(YA){return null!==YA&&!Array.isArray(YA)&&!d(YA)&&!c(YA)&&"object"==typeof YA}function E(YA){return U(YA)&&0===Object.keys(YA).length}function N(YA){return null!=YA}function _(YA,s){return"font"===YA?"font":s}function Q(YA){return JSON.stringify(YA,_)}function y(YA){if(YA.id)return YA.id;if(Array.isArray(YA.text))for(let s of YA.text){let p=y(s);if(p)return p}return null}var lA=g(783).Buffer;const uA=YA=>d(YA)?YA.replace(/\t/g," "):c(YA)||"boolean"==typeof YA?YA.toString():!N(YA)||E(YA)?"":YA,J=class G{preprocessDocument(s){return this.parentNode=null,this.tocs=[],this.nodeReferences=[],this.preprocessNode(s,!0)}preprocessBlock(s){return this.parentNode=null,this.tocs=[],this.nodeReferences=[],this.preprocessNode(s)}preprocessNode(s,p){if(void 0===p&&(p=!1),Array.isArray(s)?s={stack:s}:d(s)||c(s)||"boolean"==typeof s||!N(s)||E(s)?s={text:uA(s)}:"text"in s&&(s.text=uA(s.text)),s.section){if(!p)throw new Error(`Incorrect document structure, section node is only allowed at the root level of document structure: ${Q(s)}`);return this.preprocessSection(s)}if(s.columns)return this.preprocessColumns(s);if(s.stack)return this.preprocessVerticalContainer(s,p);if(s.ul)return this.preprocessList(s);if(s.ol)return this.preprocessList(s);if(s.table)return this.preprocessTable(s);if(void 0!==s.text)return this.preprocessText(s);if(s.toc)return this.preprocessToc(s);if(s.image)return this.preprocessImage(s);if(s.svg)return this.preprocessSVG(s);if(s.canvas)return this.preprocessCanvas(s);if(s.qr)return this.preprocessQr(s);if(s.attachment)return this.preprocessAttachment(s);if(s.pageReference||s.textReference)return this.preprocessText(s);throw new Error(`Unrecognized document structure: ${Q(s)}`)}preprocessSection(s){return s.section=this.preprocessNode(s.section),s}preprocessColumns(s){let p=s.columns;for(let z=0,AA=p.length;z{s.styleOverrides.push(p)}),s}push(s){this.styleOverrides.push(s)}pop(s){for(void 0===s&&(s=1);s-- >0;)this.styleOverrides.pop()}autopush(s){if(d(s)||typeof s.section<"u")return 0;let p=[];s.style&&(p=Array.isArray(s.style)?s.style:[s.style]);for(let z=0,AA=p.length;z0&&this.pop(z),AA}getProperty(s){if(this.styleOverrides)for(let p=this.styleOverrides.length-1;p>=0;p--){let z=this.styleOverrides[p];if(d(z)){let AA=this.styleDictionary[z];if(AA&&N(AA[s]))return AA[s]}else if(N(z[s]))return z[s]}return this.defaultStyle&&this.defaultStyle[s]}static getStyleProperty(s,p,z,AA){let fA;return N(s[z])?s[z]:p?(p.auto(s,()=>{fA=p.getProperty(z)}),N(fA)?fA:AA):AA}static copyStyle(s,p){void 0===s&&(s={}),void 0===p&&(p={});for(let z in s)"text"!=z&&s.hasOwnProperty(z)&&(p[z]=s[z]);return p}}const de=Ie,SA=function(YA,s,p){void 0===p&&(p=!1);let z=[];if(YA=null==YA?"":String(YA),s)return z.push({text:YA}),z;if(p)return YA.split("").map(HA=>HA.match(/^\n$|^\r$/)?{text:"",lineEnd:!0}:{text:HA});if(0===YA.length)return z.push({text:""}),z;let FA,AA=new Z(YA),fA=0;for(;FA=AA.nextBreak();){let HA=YA.slice(fA,FA.position);FA.required||HA.match(/\r?\n$|\r$/)?(HA=HA.replace(/\r?\n$|\r$/,""),z.push({text:HA,lineEnd:!0})):z.push({text:HA}),fA=FA.position}return z},ce=(YA,s)=>{let p=YA[0];if(void 0===p)return null;if(s){let z=SA(p.text,!1);if(void 0===z[0])return null;p=z[0]}return p.text},pe=(YA,s)=>{let p=YA[YA.length-1];if(void 0===p||p.lineEnd)return null;if(s){let z=SA(p.text,!1);if(void 0===z[z.length-1])return null;p=z[z.length-1]}return p.text},We=class st{getBreaks(s,p){let z=[];Array.isArray(s)||(s=[s]);let AA=null;for(let fA=0,FA=s.length;fAMath.max(0,De.width-De.leadingCut-De.trailingCut);let FA,AA=0,fA=0,HA=(YA=s,Array.isArray(YA)||(YA=[YA]),YA=function s(p){return p.reduce((z,AA)=>{let fA=Array.isArray(AA.text)?s(AA.text):AA,FA=[].concat(fA).some(Array.isArray);return z.concat(FA?s(fA):fA)},[])}(YA),YA),Qe=(new We).getBreaks(HA,p),he=this.measure(Qe,p);var YA;return he.forEach(De=>{AA=Math.max(AA,z(De)),FA||(FA={width:0,leadingCut:De.leadingCut,trailingCut:0}),FA.width+=De.width,FA.trailingCut=De.trailingCut,fA=Math.max(fA,z(FA)),De.lineEnd&&(FA=null)}),de.getStyleProperty({},p,"noWrap",!1)&&(AA=fA),{items:he,minWidth:AA,maxWidth:fA}}measure(s,p){if(s.length){let z=de.getStyleProperty(s[0],p,"leadingIndent",0);z&&(s[0].leadingCut=-z,s[0].leadingIndent=z)}return s.forEach(z=>{let AA=de.getStyleProperty(z,p,"font","Roboto"),fA=de.getStyleProperty(z,p,"bold",!1),FA=de.getStyleProperty(z,p,"italics",!1);z.font=this.pdfDocument.provideFont(AA,fA,FA),z.alignment=de.getStyleProperty(z,p,"alignment","left"),z.fontSize=de.getStyleProperty(z,p,"fontSize",12),z.fontFeatures=de.getStyleProperty(z,p,"fontFeatures",null),z.characterSpacing=de.getStyleProperty(z,p,"characterSpacing",0),z.color=de.getStyleProperty(z,p,"color","black"),z.decoration=de.getStyleProperty(z,p,"decoration",null),z.decorationColor=de.getStyleProperty(z,p,"decorationColor",null),z.decorationStyle=de.getStyleProperty(z,p,"decorationStyle",null),z.background=de.getStyleProperty(z,p,"background",null),z.link=de.getStyleProperty(z,p,"link",null),z.linkToPage=de.getStyleProperty(z,p,"linkToPage",null),z.linkToDestination=de.getStyleProperty(z,p,"linkToDestination",null),z.noWrap=de.getStyleProperty(z,p,"noWrap",null),z.opacity=de.getStyleProperty(z,p,"opacity",1),z.sup=de.getStyleProperty(z,p,"sup",!1),z.sub=de.getStyleProperty(z,p,"sub",!1),(z.sup||z.sub)&&(z.fontSize*=.58);let HA=de.getStyleProperty(z,p,"lineHeight",1);if(z.width=this.widthOfText(z.text,z),z.height=z.font.lineHeight(z.fontSize)*HA,z.leadingCut||(z.leadingCut=0),!de.getStyleProperty(z,p,"preserveLeadingSpaces",!1)){let he=z.text.match(Ze);he&&(z.leadingCut+=this.widthOfText(he[0],z))}if(z.trailingCut=0,!de.getStyleProperty(z,p,"preserveTrailingSpaces",!1)){let he=z.text.match(Ct);he&&(z.trailingCut=this.widthOfText(he[0],z))}},this),s}widthOfText(s,p){return p.font.widthOfString(s,p.fontSize,p.fontFeatures)+(p.characterSpacing||0)*(s.length-1)}sizeOfText(s,p){let z=de.getStyleProperty({},p,"font","Roboto"),AA=de.getStyleProperty({},p,"fontSize",12),fA=de.getStyleProperty({},p,"fontFeatures",null),FA=de.getStyleProperty({},p,"bold",!1),HA=de.getStyleProperty({},p,"italics",!1),zA=de.getStyleProperty({},p,"lineHeight",1),Qe=de.getStyleProperty({},p,"characterSpacing",0),he=this.pdfDocument.provideFont(z,FA,HA);return{width:this.widthOfText(s,{font:he,fontSize:AA,characterSpacing:Qe,fontFeatures:fA}),height:he.lineHeight(AA)*zA,fontSize:AA,lineHeight:zA,ascender:he.ascender/1e3*AA,descender:he.descender/1e3*AA}}sizeOfRotatedText(s,p,z){let AA=p*Math.PI/-180,fA=this.sizeOfText(s,z);return{width:Math.abs(fA.height*Math.sin(AA))+Math.abs(fA.width*Math.cos(AA)),height:Math.abs(fA.width*Math.sin(AA))+Math.abs(fA.height*Math.cos(AA))}}};function kt(YA){return"auto"===YA.width}function Jt(YA){return null==YA.width||"*"===YA.width||"star"===YA.width}const $e_buildColumnWidths=function zt(YA,s,p,z){void 0===p&&(p=0);let AA=[],fA=0,FA=0,HA=[],zA=0,Qe=0,he=[],De=s;YA.forEach(Te=>{kt(Te)?(AA.push(Te),fA+=Te._minWidth,FA+=Te._maxWidth):Jt(Te)?(HA.push(Te),zA=Math.max(zA,Te._minWidth),Qe=Math.max(Qe,Te._maxWidth)):he.push(Te)}),he.forEach((Te,Je)=>{if(d(Te.width)&&/\d+%/.test(Te.width)){let xe=0;if(z){const je=z._layout.paddingLeft(Je,z),At=z._layout.paddingRight(Je,z),ot=z._layout.vLineWidth(Je,z),on=z._layout.vLineWidth(Je+1,z);xe=0===Je?je+At+ot+on/2:Je===he.length-1?je+At+ot/2+on:je+At+ot/2+on/2}const be=De+p;Te.width=parseFloat(Te.width)*be/100-xe}Te._calcWidth=Te.width=s)AA.forEach(Te=>{Te._calcWidth=Te._minWidth}),HA.forEach(Te=>{Te._calcWidth=zA});else{if(Se{Te._calcWidth=Te._maxWidth,s-=Te._calcWidth});else{let Te=s-Ye,Je=Se-Ye;AA.forEach(xe=>{xe._calcWidth=xe._minWidth+(xe._maxWidth-xe._minWidth)*Te/Je,s-=xe._calcWidth})}if(HA.length>0){let Te=s/HA.length;HA.forEach(Je=>{Je._calcWidth=Te})}}},$e_measureMinMax=function nt(YA){let s={min:0,max:0},p={min:0,max:0},z=0;for(let AA=0,fA=YA.length;AA0,vLineWidth:YA=>0,paddingLeft:YA=>YA?4:0,paddingRight:(YA,s)=>YA0===YA||YA===s.table.body.length?0:YA===s.table.headerRows?2:0,vLineWidth:YA=>0,paddingLeft:YA=>0===YA?0:8,paddingRight:(YA,s)=>YA===s.table.widths.length-1?0:8},lightHorizontalLines:{hLineWidth:(YA,s)=>0===YA||YA===s.table.body.length?0:YA===s.table.headerRows?2:1,vLineWidth:YA=>0,hLineColor:YA=>1===YA?"black":"#aaa",paddingLeft:YA=>0===YA?0:8,paddingRight:(YA,s)=>YA===s.table.widths.length-1?0:8}},tt={hLineWidth:(YA,s)=>1,vLineWidth:(YA,s)=>1,hLineColor:(YA,s)=>"black",vLineColor:(YA,s)=>"black",hLineStyle:(YA,s)=>null,vLineStyle:(YA,s)=>null,paddingLeft:(YA,s)=>4,paddingRight:(YA,s)=>4,paddingTop:(YA,s)=>2,paddingBottom:(YA,s)=>2,fillColor:(YA,s)=>null,fillOpacity:(YA,s)=>1,defaultBorder:!0};function Ut(){let YA={};for(let s=0,p=arguments.length;sJSON.parse(JSON.stringify(YA))}for(var Cn=[null,[[10,7,17,13],[1,1,1,1],[]],[[16,10,28,22],[1,1,1,1],[4,16]],[[26,15,22,18],[1,1,2,2],[4,20]],[[18,20,16,26],[2,1,4,2],[4,24]],[[24,26,22,18],[2,1,4,4],[4,28]],[[16,18,28,24],[4,2,4,4],[4,32]],[[18,20,26,18],[4,2,5,6],[4,20,36]],[[22,24,26,22],[4,2,6,6],[4,22,40]],[[22,30,24,20],[5,2,8,8],[4,24,44]],[[26,18,28,24],[5,4,8,8],[4,26,48]],[[30,20,24,28],[5,4,11,8],[4,28,52]],[[22,24,28,26],[8,4,11,10],[4,30,56]],[[22,26,22,24],[9,4,16,12],[4,32,60]],[[24,30,24,20],[9,4,16,16],[4,24,44,64]],[[24,22,24,30],[10,6,18,12],[4,24,46,68]],[[28,24,30,24],[10,6,16,17],[4,24,48,72]],[[28,28,28,28],[11,6,19,16],[4,28,52,76]],[[26,30,28,28],[13,6,21,18],[4,28,54,80]],[[26,28,26,26],[14,7,25,21],[4,28,56,84]],[[26,28,28,30],[16,8,25,20],[4,32,60,88]],[[26,28,30,28],[17,8,25,23],[4,26,48,70,92]],[[28,28,24,30],[17,9,34,23],[4,24,48,72,96]],[[28,30,30,30],[18,9,30,25],[4,28,52,76,100]],[[28,30,30,30],[20,10,32,27],[4,26,52,78,104]],[[28,26,30,30],[21,12,35,29],[4,30,56,82,108]],[[28,28,30,28],[23,12,37,34],[4,28,56,84,112]],[[28,30,30,30],[25,12,40,34],[4,32,60,88,116]],[[28,30,30,30],[26,13,42,35],[4,24,48,72,96,120]],[[28,30,30,30],[28,14,45,38],[4,28,52,76,100,124]],[[28,30,30,30],[29,15,48,40],[4,24,50,76,102,128]],[[28,30,30,30],[31,16,51,43],[4,28,54,80,106,132]],[[28,30,30,30],[33,17,54,45],[4,32,58,84,110,136]],[[28,30,30,30],[35,18,57,48],[4,28,56,84,112,140]],[[28,30,30,30],[37,19,60,51],[4,32,60,88,116,144]],[[28,30,30,30],[38,19,63,53],[4,28,52,76,100,124,148]],[[28,30,30,30],[40,20,66,56],[4,22,48,74,100,126,152]],[[28,30,30,30],[43,21,70,59],[4,26,52,78,104,130,156]],[[28,30,30,30],[45,22,74,62],[4,30,56,82,108,134,160]],[[28,30,30,30],[47,24,77,65],[4,24,52,80,108,136,164]],[[28,30,30,30],[49,25,81,68],[4,28,56,84,112,140,168]]],yA=/^\d*$/,DA=/^[A-Za-z0-9 $%*+\-./:]*$/,mA=/^[A-Z0-9 $%*+\-./:]*$/,GA=[],ee=[-1],qA=0,Fe=1;qA<255;++qA)GA.push(Fe),ee[Fe]=qA,Fe=2*Fe^(Fe>=128?285:0);var Le=[[]];for(qA=0;qA<30;++qA){for(var et=Le[qA],ct=[],ze=0;ze<=qA;++ze)ct.push(ee[(ze6},ut=function(YA,s){var p=-8&function(YA){var s=Cn[YA],p=16*YA*YA+128*YA+64;return Ft(YA)&&(p-=36),s[2].length&&(p-=25*s[2].length*s[2].length-10*s[2].length-55),p}(YA),z=Cn[YA];return p-8*z[0][s]*z[1][s]},pt=function(YA,s){switch(s){case 1:return YA<10?10:YA<27?12:14;case 2:return YA<10?9:YA<27?11:13;case 4:return YA<10?8:16;case 8:return YA<10?8:YA<27?10:12}},Mn=function(YA,s,p){var z=ut(YA,p)-4-pt(YA,s);switch(s){case 1:return 3*(z/10|0)+(z%10<4?0:z%10<7?1:2);case 2:return 2*(z/11|0)+(z%11<6?0:1);case 4:return z/8|0;case 8:return z/13|0}},Vt=function(YA,s){for(var p=YA.slice(0),z=YA.length,AA=s.length,fA=0;fA=0)for(var HA=0;HA=0;--fA)AA>>z+fA&1&&(AA^=p<>FA&1;return YA},zn=function(YA){for(var fA=function(xe){for(var be=0,je=0;je=5&&(be+=xe[je]-5+3);for(je=5;je=4*At||xe[je+1]>=4*At)&&(be+=40)}return be},FA=YA.length,HA=0,zA=0,Qe=0;Qe>6,128|63&AA):AA<65536?p.push(224|AA>>12,128|AA>>6&63,128|63&AA):p.push(240|AA>>18,128|AA>>12&63,128|AA>>6&63,128|63&AA)}return p}return s}}(FA,YA),null===YA)throw"invalid data format";if(fA<0||fA>3)throw"invalid ECC level";if(AA<0){for(AA=1;AA<=40&&!(YA.length<=Mn(AA,FA,fA));++AA);if(AA>40)throw"too large data for the Qr format"}else if(AA<1||AA>40)throw"invalid Qr version! should be between 1 and 40";if(-1!=HA&&(HA<0||HA>8))throw"invalid mask";return function(YA,s,p,z,AA){var fA=Cn[s],FA=function(YA,s,p,z){var AA=[],fA=0,FA=8,HA=p.length,zA=function(De,Ye){if(Ye>=FA){for(AA.push(fA|De>>(Ye-=FA));Ye>=8;)AA.push(De>>(Ye-=8)&255);fA=0,FA=8}Ye>0&&(fA|=(De&(1<>3);FA=function(YA,s,p){for(var z=[],AA=YA.length/s|0,fA=0,FA=s-YA.length%s,HA=0;HA>ot&1,AA[Te+At][Je+ot]=1};for(FA(0,0,9,9,[127,65,93,93,93,65,383,0,64]),FA(p-8,0,8,9,[256,127,65,93,93,93,65,127]),FA(0,p-8,9,8,[254,130,186,186,186,130,254,0,0]),fA=9;fA>Se++&1,AA[fA][p-11+De]=AA[p-11+De][fA]=1}return{matrix:z,reserved:AA}}(s),zA=HA.matrix,Qe=HA.reserved;if(function(YA,s,p){for(var z=YA.length,AA=0,fA=-1,FA=z-1;FA>=0;FA-=2){6==FA&&--FA;for(var HA=fA<0?z-1:0,zA=0;zAFA-2;--Qe)s[HA][Qe]||(YA[HA][Qe]=p[AA>>3]>>(7&~AA)&1,++AA);HA+=fA}fA=-fA}}(zA,Qe,FA),AA<0){Tn(zA,Qe,0),Xt(zA,0,z,0);var he=0,De=zn(zA);for(Tn(zA,Qe,0),AA=1;AA<8;++AA){Tn(zA,Qe,AA),Xt(zA,0,z,AA);var Ye=zn(zA);De>Ye&&(De=Ye,he=AA),Tn(zA,Qe,AA)}AA=he}return Tn(zA,Qe,AA),Xt(zA,0,z,AA),zA}(YA,AA,FA,fA,HA)}const Ii_measure=function $n(YA){var s=function Rn(YA,s){var p=[],z=s.background||"#fff",AA=s.foreground||"#000",fA=s.padding||0,FA=jn(YA,s),HA=FA.length,zA=Math.floor(s.fit?s.fit/HA:5),Qe=HA*zA+zA*fA*2,he=zA*fA;p.push({type:"rect",x:0,y:0,w:Qe,h:Qe,lineWidth:0,color:z});for(var De=0;De{if(s._margin=function K(YA,s){function p(FA,HA){return FA.marginLeft||FA.marginTop||FA.marginRight||FA.marginBottom?[FA.marginLeft||HA[0]||0,FA.marginTop||HA[1]||0,FA.marginRight||HA[2]||0,FA.marginBottom||HA[3]||0]:HA}function AA(FA){return c(FA)?FA=[FA,FA,FA,FA]:Array.isArray(FA)&&2===FA.length&&(FA=[FA[0],FA[1],FA[0],FA[1]]),FA}let fA=[void 0,void 0,void 0,void 0];if(YA.style){let HA=function z(FA,HA){let zA={};for(let Qe=FA.length-1;Qe>=0;Qe--){let De=HA.styleDictionary[FA[Qe]];for(let Ye in De)De.hasOwnProperty(Ye)&&(zA[Ye]=De[Ye])}return zA}(Array.isArray(YA.style)?YA.style:[YA.style],s);HA&&(fA=p(HA,fA)),HA.margin&&(fA=AA(HA.margin))}return fA=p(YA,fA),YA.margin&&(fA=AA(YA.margin)),void 0===fA[0]&&void 0===fA[1]&&void 0===fA[2]&&void 0===fA[3]?null:fA}(s,this.styleStack),s.section)return p(this.measureSection(s));if(s.columns)return p(this.measureColumns(s));if(s.stack)return p(this.measureVerticalContainer(s));if(s.ul)return p(this.measureUnorderedList(s));if(s.ol)return p(this.measureOrderedList(s));if(s.table)return p(this.measureTable(s));if(void 0!==s.text)return p(this.measureLeaf(s));if(s.toc)return p(this.measureToc(s));if(s.image)return p(this.measureImage(s));if(s.svg)return p(this.measureSVG(s));if(s.canvas)return p(this.measureCanvas(s));if(s.qr)return p(this.measureQr(s));if(s.attachment)return p(this.measureAttachment(s));throw new Error(`Unrecognized document structure: ${Q(s)}`)});function p(z){let AA=z._margin;return AA&&(z._minWidth+=AA[0]+AA[2],z._maxWidth+=AA[0]+AA[2]),z}}measureImageWithDimensions(s,p){if(s.fit){let z=p.width/p.height>s.fit[0]/s.fit[1]?s.fit[0]/p.width:s.fit[1]/p.height;s._width=s._minWidth=s._maxWidth=p.width*z,s._height=p.height*z}else if(s.cover)s._width=s._minWidth=s._maxWidth=s.cover.width,s._height=s._minHeight=s._maxHeight=s.cover.height;else{let z=p.width/p.height;s._width=s._minWidth=s._maxWidth=s.width||(s.height?s.height*z:p.width),s._height=s.height||(s.width?s.width/z:p.height),c(s.maxWidth)&&s.maxWidths._width&&(s._width=s._minWidth=s._maxWidth=s.minWidth,s._height=s._width*p.height/p.width),c(s.minHeight)&&s.minHeight>s._height&&(s._height=s.minHeight,s._width=s._minWidth=s._maxWidth=s._height*p.width/p.height)}s._alignment=this.styleStack.getProperty("alignment")}convertIfBase64Image(s){if(/^data:image\/(jpeg|jpg|png);base64,/.test(s.image)){let p="$$pdfmake$$"+this.autoImageIndex++;this.pdfDocument.images[p]=s.image,s.image=p}}measureImage(s){this.convertIfBase64Image(s);let p=this.pdfDocument.provideImage(s.image),z={width:p.width,height:p.height};return p.orientation>4&&(z={width:p.height,height:p.width}),this.measureImageWithDimensions(s,z),s}measureSVG(s){let p=this.svgMeasure.measureSVG(s.svg);if(this.measureImageWithDimensions(s,p),s.font=this.styleStack.getProperty("font"),!c(s._width)&&!c(s._height))throw new Error("SVG is missing defined width and height.");if(!c(s._width))throw new Error("SVG is missing defined width.");if(!c(s._height))throw new Error("SVG is missing defined height.");return s.svg=this.svgMeasure.writeDimensions(s.svg,{width:s._width,height:s._height}),s}measureLeaf(s){s._textRef&&s._textRef._textNodeRef.text&&(s.text=s._textRef._textNodeRef.text);let p=this.styleStack.clone();p.push(s);let z=this.textInlines.buildInlines(s.text,p);return s._inlines=z.items,s._minWidth=z.minWidth,s._maxWidth=z.maxWidth,s}measureToc(s){if(s.toc.title&&(s.toc.title=this.measureNode(s.toc.title)),s.toc._items.length>0){let p=[],z=s.toc.textStyle||{},AA=s.toc.numberStyle||z,fA=s.toc.textMargin||[0,0,0,0];for(let FA=0,HA=s.toc._items.length;FA=26?Se((Te/26|0)-1):"")+"abcdefghijklmnopqrstuvwxyz"[Te%26|0]}(Ye-1)}function HA(Ye){if(Ye<1||Ye>4999)return Ye.toString();let Se=Ye,Te={M:1e3,CM:900,D:500,CD:400,C:100,XC:90,L:50,XL:40,X:10,IX:9,V:5,IV:4,I:1},Je="";for(let xe in Te)for(;Se>=Te[xe];)Je+=xe,Se-=Te[xe];return Je}let Qe;switch(AA){case"none":Qe=null;break;case"upper-alpha":Qe=FA(p).toUpperCase();break;case"lower-alpha":Qe=FA(p);break;case"upper-roman":Qe=HA(p);break;case"lower-roman":Qe=HA(p).toLowerCase();break;default:Qe=function zA(Ye){return Ye.toString()}(p)}if(null===Qe)return{};fA&&(Array.isArray(fA)?(fA[0]&&(Qe=fA[0]+Qe),fA[1]&&(Qe+=fA[1]),Qe+=" "):Qe+=`${fA} `);let he=de.getStyleProperty(s,z,"markerColor",void 0)||z.getProperty("color")||"black";return{_inlines:this.textInlines.buildInlines({text:Qe,color:he},z).items}}measureUnorderedList(s){let p=this.styleStack.clone(),z=s.ul;s.type=s.type||"disc",s._gapSize=this.gapSizeForList(),s._minWidth=0,s._maxWidth=0;for(let AA=0,fA=z.length;AA0?p.length-1:0;return s._minWidth=z.min+s._gap*AA,s._maxWidth=z.max+s._gap*AA,s}measureTable(s){(function Je(xe){if(xe.table.widths||(xe.table.widths="auto"),d(xe.table.widths))for(xe.table.widths=[xe.table.widths];xe.table.widths.length1?(Se(be,z,je.colSpan),p.push({col:z,span:je.colSpan,minWidth:je._minWidth,maxWidth:je._maxWidth})):(xe._minWidth=Math.max(xe._minWidth,je._minWidth),xe._maxWidth=Math.max(xe._maxWidth,je._maxWidth))),je.rowSpan&&je.rowSpan>1&&Te(s.table,AA,z,je.rowSpan)}}!function De(){let xe,be;for(let je=0,At=p.length;je0)for(xe=qt/ot.span,be=0;be0)for(xe=kn/ot.span,be=0;be(U(be)&&(be.fillColor=xe.styleStack.getProperty("fillColor"),be.fillOpacity=xe.styleStack.getProperty("fillOpacity")),xe.measureNode(be))}function Ye(xe,be,je){let At={minWidth:0,maxWidth:0};for(let ot=0;ots.page?YA:s.page>YA.page?s:YA.y>s.y?YA:s,{page:p.page,x:p.x,y:p.y,availableHeight:p.availableHeight,availableWidth:p.availableWidth}}(this,s.bottomMost)}markEnding(s,p,z){this.page=s._columnEndingContext.page,this.x=s._columnEndingContext.x+p,this.y=s._columnEndingContext.y-z,this.availableWidth=s._columnEndingContext.availableWidth,this.availableHeight=s._columnEndingContext.availableHeight,this.lastColumnWidth=s._columnEndingContext.lastColumnWidth}saveContextInEndingCell(s){s._columnEndingContext={page:this.page,x:this.x,y:this.y,availableHeight:this.availableHeight,availableWidth:this.availableWidth,lastColumnWidth:this.lastColumnWidth}}completeColumnGroup(s,p){let z=this.snapshots.pop();this.calculateBottomMost(z,p),this.x=z.x;let AA=z.bottomMost.y;return s&&(z.page===z.bottomMost.page?z.y+s>AA&&(AA=z.y+s):AA+=s),this.y=AA,this.page=z.bottomMost.page,this.availableWidth=z.availableWidth,this.availableHeight=z.bottomMost.availableHeight,s&&(this.availableHeight-=AA-z.bottomMost.y),this.lastColumnWidth=z.lastColumnWidth,z.bottomByPage}addMargin(s,p){this.x+=s,this.availableWidth-=s+(p||0)}moveDown(s){return this.y+=s,this.availableHeight-=s,this.availableHeight>0}initializePage(){this.y=this.pageMargins.top,this.availableHeight=this.getCurrentPage().pageSize.height-this.pageMargins.top-this.pageMargins.bottom;const{pageCtx:s,isSnapshot:p}=this.pageSnapshot();s.availableWidth=this.getCurrentPage().pageSize.width-this.pageMargins.left-this.pageMargins.right,p&&this.marginXTopParent&&(s.availableWidth-=this.marginXTopParent[0],s.availableWidth-=this.marginXTopParent[1])}pageSnapshot(){return this.snapshots[0]?{pageCtx:this.snapshots[0],isSnapshot:!0}:{pageCtx:this,isSnapshot:!1}}moveTo(s,p){null!=s&&(this.x=s,this.availableWidth=this.getCurrentPage().pageSize.width-this.x-this.pageMargins.right),null!=p&&(this.y=p,this.availableHeight=this.getCurrentPage().pageSize.height-this.y-this.pageMargins.bottom)}moveToRelative(s,p){null!=s&&(this.x=this.x+s),null!=p&&(this.y=this.y+p)}beginDetachedBlock(){this.snapshots.push({x:this.x,y:this.y,availableHeight:this.availableHeight,availableWidth:this.availableWidth,page:this.page,lastColumnWidth:this.lastColumnWidth})}endDetachedBlock(){let s=this.snapshots.pop();this.x=s.x,this.y=s.y,this.availableWidth=s.availableWidth,this.availableHeight=s.availableHeight,this.page=s.page,this.lastColumnWidth=s.lastColumnWidth}moveToNextPage(s){let p=this.page+1,z=this.page,AA=this.y;if(this.snapshots.length>0){let FA=this.snapshots[this.snapshots.length-1];FA.bottomMost&&FA.bottomMost.y&&(AA=Math.max(this.y,FA.bottomMost.y))}let fA=p>=this.pages.length;if(fA){let FA=this.availableWidth,HA=this.getCurrentPage().pageSize.orientation,zA=((YA,s)=>(s=function _n(YA,s){return void 0===YA?s:d(YA)&&"landscape"===YA.toLowerCase()?"landscape":"portrait"}(s,YA.pageSize.orientation),s!==YA.pageSize.orientation?{orientation:s,width:YA.pageSize.height,height:YA.pageSize.width}:{orientation:YA.pageSize.orientation,width:YA.pageSize.width,height:YA.pageSize.height}))(this.getCurrentPage(),s);this.addPage(zA,null,this.getCurrentPage().customProperties),HA===zA.orientation&&(this.availableWidth=FA)}else this.page=p,this.initializePage();return{newPageCreated:fA,prevPage:z,prevY:AA,y:this.y}}addPage(s,p,z){void 0===p&&(p=null),void 0===z&&(z={}),null!==p&&(this.pageMargins=p,this.x=p.left,this.availableWidth=s.width-p.left-p.right);let AA={items:[],pageSize:s,pageMargins:this.pageMargins,customProperties:z};return this.pages.push(AA),this.backgroundLength.push(0),this.page=this.pages.length-1,this.initializePage(),this.emit("pageAdded",AA),AA}getCurrentPage(){return this.page<0||this.page>=this.pages.length?null:this.pages[this.page]}getCurrentPosition(){let s=this.getCurrentPage().pageSize,p=s.height-this.pageMargins.top-this.pageMargins.bottom,z=s.width-this.pageMargins.left-this.pageMargins.right;return{pageNumber:this.page+1,pageOrientation:s.orientation,pageInnerHeight:p,pageInnerWidth:z,left:this.x,top:this.y,verticalRatio:(this.y-this.pageMargins.top)/p,horizontalRatio:(this.x-this.pageMargins.left)/z}}};function Zn(YA,s,p){null==p||p<0||p>YA.items.length?YA.items.push(s):YA.items.splice(p,0,s)}const si=class Hi extends wi.EventEmitter{constructor(s){super(),this._context=s,this.contextStack=[]}context(){return this._context}addLine(s,p,z){let AA=s.getHeight(),fA=this.context(),FA=fA.getCurrentPage(),HA=this.getCurrentPositionOnPage();return!(fA.availableHeight0&&s.inlines[0].alignment,fA=0;switch(AA){case"right":fA=p-z;break;case"center":fA=(p-z)/2}if(fA&&(s.x=(s.x||0)+fA),"justify"===AA&&!s.newLineForced&&!s.lastLineInParagraph&&s.inlines.length>1){let FA=(p-z)/(s.inlines.length-1);for(let HA=1,zA=s.inlines.length;HA0)&&(void 0===s._x&&(s._x=s.x||0),s.x=z.x+s._x,s.y=z.y,this.alignImage(s),Zn(AA,{type:"image",item:s},p),z.moveDown(s._height),fA)}addCanvas(s,p){let z=this.context(),AA=z.getCurrentPage(),fA=[],FA=s._minHeight;return!(!AA||void 0===s.absolutePosition&&z.availableHeight0)&&(void 0===s._x&&(s._x=s.x||0),s.x=z.x+s._x,s.y=z.y,this.alignImage(s),Zn(AA,{type:"svg",item:s},p),z.moveDown(s._height),fA)}addQr(s,p){let z=this.context(),AA=z.getCurrentPage(),fA=this.getCurrentPositionOnPage();if(!AA||void 0===s.absolutePosition&&z.availableHeight0)&&(void 0===s._x&&(s._x=s.x||0),s.x=z.x+s._x,s.y=z.y,Zn(AA,{type:"attachment",item:s},p),z.moveDown(s._height),fA)}alignImage(s){let p=this.context().availableWidth,z=s._minWidth,AA=0;switch(s._alignment){case"right":AA=p-z;break;case"center":AA=(p-z)/2}AA&&(s.x=(s.x||0)+AA)}alignCanvas(s){let p=this.context().availableWidth,z=s._minWidth,AA=0;switch(s._alignment){case"right":AA=p-z;break;case"center":AA=(p-z)/2}AA&&s.canvas.forEach(fA=>{Gt(fA,AA,0)})}addVector(s,p,z,AA,fA){let FA=this.context(),HA=FA.getCurrentPage();c(fA)&&(HA=FA.pages[fA]);let zA=this.getCurrentPositionOnPage();if(HA)return Gt(s,p?0:FA.x,z?0:FA.y),Zn(HA,{type:"vector",item:s},AA),zA}beginClip(s,p){let z=this.context();return z.getCurrentPage().items.push({type:"beginClip",item:{x:z.x,y:z.y,width:s,height:p}}),!0}endClip(){return this.context().getCurrentPage().items.push({type:"endClip"}),!0}addFragment(s,p,z,AA){let fA=this.context(),FA=fA.getCurrentPage();return!(!p&&s.height>fA.availableHeight||(s.items.forEach(HA=>{switch(HA.type){case"line":var zA=HA.item.clone();zA._node&&(zA._node.positions[0].pageNumber=fA.page+1),zA.x=(zA.x||0)+(p?s.xOffset||0:fA.x),zA.y=(zA.y||0)+(z?s.yOffset||0:fA.y),FA.items.push({type:"line",item:zA});break;case"vector":var Qe=Ut(HA.item);Gt(Qe,p?s.xOffset||0:fA.x,z?s.yOffset||0:fA.y),Qe._isFillColorFromUnbreakable?(delete Qe._isFillColorFromUnbreakable,FA.items.splice(fA.backgroundLength[fA.page],0,{type:"vector",item:Qe})):FA.items.push({type:"vector",item:Qe});break;case"image":case"svg":var he=Ut(HA.item);he.x=(he.x||0)+(p?s.xOffset||0:fA.x),he.y=(he.y||0)+(z?s.yOffset||0:fA.y),FA.items.push({type:HA.type,item:he})}}),AA||fA.moveDown(s.height),0))}pushContext(s,p){if(void 0===s&&(p=this.context().getCurrentPage().height-this.context().pageMargins.top-this.context().pageMargins.bottom,s=this.context().availableWidth),c(s)){let z=s;(s=new ki).addPage({width:z,height:p},{left:0,right:0,top:0,bottom:0})}this.contextStack.push(this.context()),this._context=s}popContext(){this._context=this.contextStack.pop()}getCurrentPositionOnPage(){return(this.contextStack[0]||this.context()).getCurrentPosition()}},ws={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]};function $i(YA,s){YA&&"auto"===YA.height&&(YA.height=1/0);let AA=function z(fA){if(d(fA)){let FA=ws[fA.toUpperCase()];if(!FA)throw new Error(`Page size ${fA} not recognized`);return{width:FA[0],height:FA[1]}}return fA}(YA||"A4");return function p(fA){return!!d(fA)&&("portrait"===(fA=fA.toLowerCase())&&AA.width>AA.height||"landscape"===fA&&AA.widthAA.height?"landscape":"portrait",AA}function Yi(YA){if(c(YA))YA={left:YA,right:YA,top:YA,bottom:YA};else if(Array.isArray(YA))if(2===YA.length)YA={left:YA[0],top:YA[1],right:YA[0],bottom:YA[1]};else{if(4!==YA.length)throw new Error("Invalid pageMargins definition");YA={left:YA[0],top:YA[1],right:YA[2],bottom:YA[3]}}return YA}const Cs=class vi extends si{constructor(s){super(s),this.transactionLevel=0,this.repeatables=[]}addLine(s,p,z){return this._fitOnPage(()=>super.addLine(s,p,z))}addImage(s,p){return this._fitOnPage(()=>super.addImage(s,p))}addCanvas(s,p){return this._fitOnPage(()=>super.addCanvas(s,p))}addSVG(s,p){return this._fitOnPage(()=>super.addSVG(s,p))}addQr(s,p){return this._fitOnPage(()=>super.addQr(s,p))}addAttachment(s,p){return this._fitOnPage(()=>super.addAttachment(s,p))}addVector(s,p,z,AA,fA){return super.addVector(s,p,z,AA,fA)}beginClip(s,p){return super.beginClip(s,p)}endClip(){return super.endClip()}addFragment(s,p,z,AA){return this._fitOnPage(()=>super.addFragment(s,p,z,AA))}moveToNextPage(s){let p=this.context().moveToNextPage(s);this.repeatables.forEach(function(z){void 0===z.insertedOnPages[this.context().page]?(z.insertedOnPages[this.context().page]=!0,this.addFragment(z,!0)):this.context().moveDown(z.height)},this),this.emit("pageChanged",{prevPage:p.prevPage,prevY:p.prevY,y:this.context().y})}addPage(s,p,z,AA){void 0===AA&&(AA={});let fA=this.page,FA=this.y;this.context().addPage($i(s,p),Yi(z),AA),this.emit("pageChanged",{prevPage:fA,prevY:FA,y:this.context().y})}beginUnbreakableBlock(s,p){0===this.transactionLevel++&&(this.originalX=this.context().x,this.pushContext(s,p))}commitUnbreakableBlock(s,p){if(0===--this.transactionLevel){let z=this.context();this.popContext();let AA=z.pages.length;if(AA>0){let fA=z.pages[0];if(fA.xOffset=s,fA.yOffset=p,AA>1)if(void 0!==s||void 0!==p)fA.height=z.getCurrentPage().pageSize.height-z.pageMargins.top-z.pageMargins.bottom;else{fA.height=this.context().getCurrentPage().pageSize.height-this.context().pageMargins.top-this.context().pageMargins.bottom;for(let FA=0,HA=this.repeatables.length;FA{p.items.push(z)}),p.xOffset=this.originalX,p.height=s.y,p.insertedOnPages=[],p}pushToRepeatables(s){this.repeatables.push(s)}popFromRepeatables(){this.repeatables.pop()}_fitOnPage(s){let p=s();return p||(this.moveToNextPage(),p=s()),p}},Qs=class ds{constructor(s){this.tableNode=s}beginTable(s){let fA,FA;fA=this.tableNode,this.offsets=fA._offsets,this.layout=fA._layout,FA=s.context().availableWidth-this.offsets.total,$e_buildColumnWidths(fA.table.widths,FA,this.offsets.total,fA),this.tableWidth=fA._offsets.total+(()=>{let zA=0;return fA.table.widths.forEach(Qe=>{zA+=Qe._calcWidth}),zA})(),this.rowSpanData=(()=>{let zA=[],Qe=0,he=0;zA.push({left:0,rowSpan:0});for(let De=0,Ye=this.tableNode.table.body[0].length;DefA.table.body.length)throw new Error(`Too few rows in the table. Property headerRows requires at least ${this.headerRows}, contains only ${fA.table.body.length}`);this.rowsWithoutPageBreak=this.headerRows;const zA=fA.table.keepWithHeaderRows;x(zA)&&(this.rowsWithoutPageBreak+=zA)}this.dontBreakRows=fA.table.dontBreakRows||!1,(this.rowsWithoutPageBreak||this.dontBreakRows)&&(s.beginUnbreakableBlock(),this.drawHorizontalLine(0,s),this.rowsWithoutPageBreak&&this.dontBreakRows&&s.beginUnbreakableBlock()),(zA=>{for(let he=0;he0&&Qe(he+xe,Ye,0,Se.border[0]),void 0!==Se.border[2]&&Qe(he+xe,Ye+Je-1,2,Se.border[2]);for(let xe=0;xe0&&Qe(he,Ye+xe,1,Se.border[1]),void 0!==Se.border[3]&&Qe(he+Te-1,Ye+xe,3,Se.border[3])}}}function Qe(he,De,Ye,Se){let Te=zA[he][De];Te.border=Te.border||{},Te.border[Ye]=Se}})(this.tableNode.table.body)}onRowBreak(s,p){return()=>{let z=this.rowPaddingTop+(this.headerRows?0:this.topLineWidth);p.context().availableHeight-=this.reservedAtBottom,p.context().moveDown(z)}}beginRow(s,p){this.topLineWidth=this.layout.hLineWidth(s,this.tableNode),this.rowPaddingTop=this.layout.paddingTop(s,this.tableNode),this.bottomLineWidth=this.layout.hLineWidth(s+1,this.tableNode),this.rowPaddingBottom=this.layout.paddingBottom(s,this.tableNode),this.rowCallback=this.onRowBreak(s,p),p.addListener("pageChanged",this.rowCallback),0==s&&!this.dontBreakRows&&!this.rowsWithoutPageBreak&&(this._tableTopBorderY=p.context().y,p.context().moveDown(this.topLineWidth)),this.dontBreakRows&&s>0&&p.beginUnbreakableBlock(),this.rowTopY=p.context().y,this.reservedAtBottom=this.bottomLineWidth+this.rowPaddingBottom,p.context().availableHeight-=this.reservedAtBottom,p.context().moveDown(this.rowPaddingTop)}drawHorizontalLine(s,p,z,AA,fA){void 0===AA&&(AA=!0);let FA=this.layout.hLineWidth(s,this.tableNode);if(FA){let De,he=this.layout.hLineStyle(s,this.tableNode);he&&he.dash&&(De=he.dash);let Je,xe,be,Ye=FA/2,Se=null,Te=this.tableNode.table.body;for(let je=0,At=this.rowSpanData.length;je0&&(Je=Te[s-1][je],(zA=Je.border?Je.border[3]:this.layout.defaultBorder)&&Je.borderColor&&(qt=Je.borderColor[3])),sSt;)Se.width+=this.rowSpanData[je+St++].width||0;je+=St-1}else if(Je&&Je.colSpan&&zA){for(;Je.colSpan>St;)Se.width+=this.rowSpanData[je+St++].width||0;je+=St-1}else if(xe&&xe.colSpan&&HA){for(;xe.colSpan>St;)Se.width+=this.rowSpanData[je+St++].width||0;je+=St-1}else Se.width+=this.rowSpanData[je].width||0}let kn=(z||0)+Ye;on&&Se&&Se.width&&(p.addVector({type:"line",x1:Se.left,x2:Se.left+Se.width,y1:kn,y2:kn,lineWidth:FA,dash:De,lineColor:qt},!1,c(z),null,fA),Se=null,qt=null,Je=null,xe=null,be=null)}AA&&p.context().moveDown(FA)}}drawVerticalLine(s,p,z,AA,fA,FA,HA){let zA=this.layout.vLineWidth(AA,this.tableNode);if(0===zA)return;let he,Qe=this.layout.vLineStyle(AA,this.tableNode);Qe&&Qe.dash&&(he=Qe.dash);let Ye,Se,Te,De=this.tableNode.table.body;if(AA>0&&(Ye=De[FA][HA],Ye&&Ye.borderColor&&(Ye.border?Ye.border[2]:this.layout.defaultBorder)&&(Te=Ye.borderColor[2])),null==Te&&AA{let be=[],je=0;for(let At=0,ot=this.tableNode.table.body[s].length;At0&&je--}return be.push({x:this.rowSpanData[this.rowSpanData.length-1].left,index:this.rowSpanData.length-1}),be})(),zA=[],Qe=z&&z.length>0,he=this.tableNode.table.body;if(zA.push({y0:this.rowTopY,page:Qe?z[0].prevPage:fA}),Qe)for(let be=0,je=z.length;be0&&(be=z[0].prevPage),this.drawHorizontalLine(0,p,this._tableTopBorderY,!1,be)}for(let be=De?1:0,je=zA.length;be0&&!this.headerRows,on=ot?0:this.topLineWidth,qt=zA[be].y0,kn=zA[be].y1;At&&(kn+=this.rowPaddingBottom),p.context().page!=zA[be].page&&(p.context().page=zA[be].page,this.reservedAtBottom=0),At&&!1!==this.layout.hLineWhenBroken&&this.drawHorizontalLine(s+1,p,kn),ot&&!1!==this.layout.hLineWhenBroken&&this.drawHorizontalLine(s,p,qt);for(let St=0,_i=HA.length;St<_i;St++){let Nn=!1,Un=!1,$t=HA[St].index;if($t0&&!Nn){let Fn=he[s][$t-1];Nn=Fn.border?Fn.border[2]:this.layout.defaultBorder}if($t+11)for(let At=1;At1)for(let At=1;At0&&this.rowSpanData[be].rowSpan--}if(this.drawHorizontalLine(s+1,p),this.headerRows&&s===this.headerRows-1&&(this.headerRepeatable=p.currentBlockToRepeatable()),this.dontBreakRows){const be=()=>{s>0&&!this.headerRows&&!1!==this.layout.hLineWhenBroken&&this.drawHorizontalLine(s,p)};p.addListener("pageChanged",be),p.commitUnbreakableBlock(),p.removeListener("pageChanged",be)}this.headerRepeatable&&(s===this.rowsWithoutPageBreak-1||s===this.tableNode.table.body.length-1)&&(p.commitUnbreakableBlock(),p.pushToRepeatables(this.headerRepeatable),this.cleanUpRepeatables=!0,this.headerRepeatable=null)}};class ji{constructor(s){this.maxWidth=s,this.leadingCut=0,this.trailingCut=0,this.inlineWidths=0,this.inlines=[]}addInline(s){0===this.inlines.length&&(this.leadingCut=s.leadingCut||0),this.trailingCut=s.trailingCut||0,s.x=this.inlineWidths-this.leadingCut,this.inlines.push(s),this.inlineWidths+=s.width,s.lineEnd&&(this.newLineForced=!0)}getHeight(){let s=0;return this.inlines.forEach(p=>{s=Math.max(s,p.height||0)}),s}getAscenderHeight(){let s=0;return this.inlines.forEach(p=>{s=Math.max(s,p.font.ascender/1e3*p.fontSize)}),s}getWidth(){return this.inlineWidths-this.leadingCut-this.trailingCut}getAvailableWidth(){return this.maxWidth-this.getWidth()}hasEnoughSpaceForInline(s,p){if(void 0===p&&(p=[]),0===this.inlines.length)return!0;if(this.newLineForced)return!1;let z=s.width,AA=s.trailingCut||0;if(s.noNewLine)for(let fA=0,FA=p.length;fA{YA.push(p)})}const Ms=class ms{constructor(s,p,z){this.pageSize=s,this.pageMargins=p,this.svgMeasure=z,this.tableLayouts={},this.nestedLevel=0}registerTableLayouts(s){this.tableLayouts=Ut(this.tableLayouts,s)}layoutDocument(s,p,z,AA,fA,FA,HA,zA,Qe){function he(Se,Te){if("function"!=typeof Qe)return!1;(Se=Se.filter(xe=>!(!xe||0===xe.positions.length||""===xe.text&&!xe.listMarker))).forEach(xe=>{let be={};["id","text","ul","ol","table","image","qr","canvas","svg","columns","headlineLevel","style","pageBreak","pageOrientation","width","height"].forEach(je=>{void 0!==xe[je]&&(be[je]=xe[je])}),be.startPosition=xe.positions[0],be.pageNumbers=Array.from(new Set(xe.positions.map(je=>je.pageNumber))),be.pages=Te.length,be.stack=Array.isArray(xe.stack),xe.nodeInfo=be});for(let xe=0;xe{let At=[];for(let ot=xe+1,on=Se.length;ot-1&&At.push(Se[ot].nodeInfo);return At},getNodesOnNextPage:()=>{let At=[];for(let ot=xe+1,on=Se.length;ot-1&&At.push(Se[ot].nodeInfo);return At},getPreviousNodesOnPage:()=>{let At=[];for(let ot=0;ot-1&&At.push(Se[ot].nodeInfo);return At}}))return be.pageBreak="before",!0}}return!1}function De(Se){Se.linearNodeList.forEach(Te=>{Te.resetXY()})}this.docPreprocessor=new J,this.docMeasure=new xi(p,z,AA,this.svgMeasure,this.tableLayouts);let Ye=this.tryLayoutDocument(s,p,z,AA,fA,FA,HA,zA);for(;he(Ye.linearNodeList,Ye.pages);)De(Ye),Ye=this.tryLayoutDocument(s,p,z,AA,fA,FA,HA,zA);return Ye.pages}tryLayoutDocument(s,p,z,AA,fA,FA,HA,zA){return this.linearNodeList=[],s=this.docPreprocessor.preprocessDocument(s),s=this.docMeasure.measureDocument(s),this.writer=new Cs(new ki),this.writer.context().addListener("pageAdded",he=>{let De=fA;(he.customProperties.background||null===he.customProperties.background)&&(De=he.customProperties.background),this.addBackground(De)}),!((he=s).stack&&he.stack.length>0&&he.stack[0].section||he.section)&&this.writer.addPage(this.pageSize,null,this.pageMargins),this.processNode(s),this.addHeadersAndFooters(FA,HA),this.addWatermark(zA,p,AA),{pages:this.writer.context().pages,linearNodeList:this.linearNodeList};var he}addBackground(s){let p="function"==typeof s?s:()=>s,z=this.writer.context(),AA=z.getCurrentPage().pageSize,fA=p(z.page+1,AA);fA&&(this.writer.beginUnbreakableBlock(AA.width,AA.height),fA=this.docPreprocessor.preprocessBlock(fA),this.processNode(this.docMeasure.measureBlock(fA)),this.writer.commitUnbreakableBlock(0,0),z.backgroundLength[z.page]+=fA.positions.length)}addDynamicRepeatable(s,p,z){for(let fA=0,FA=this.writer.context().pages.length;fA"u"||null===zA)continue;let Qe=zA(fA+1,FA,this.writer.context().pages[fA].pageSize);if(Qe){let he=p(this.writer.context().getCurrentPage().pageSize,this.writer.context().getCurrentPage().pageMargins);this.writer.beginUnbreakableBlock(he.width,he.height),Qe=this.docPreprocessor.preprocessBlock(Qe),this.processNode(this.docMeasure.measureBlock(Qe)),this.writer.commitUnbreakableBlock(he.x,he.y)}}}addHeadersAndFooters(s,p){this.addDynamicRepeatable(s,(fA,FA)=>({x:0,y:0,width:fA.width,height:FA.top}),"header"),this.addDynamicRepeatable(p,(fA,FA)=>({x:0,y:fA.height-FA.bottom,width:fA.width,height:FA.bottom}),"footer")}addWatermark(s,p,z){let AA=this.writer.context().pages;for(let zA=0,Qe=AA.length;zA1;)Ye.push({fontSize:xe}),Se=De.sizeOfRotatedText(Qe.text,Qe.angle,Ye),Se.width>zA.width?(Je=xe,xe=(Te+Je)/2):Se.widthzA.height?(Je=xe,xe=(Te+Je)/2):(Te=xe,xe=(Te+Je)/2)),Ye.pop();return xe}(Qe,zA,he));let Ye={text:zA.text,font:he.provideFont(zA.font,zA.bold,zA.italics),fontSize:zA.fontSize,color:zA.color,opacity:zA.opacity,angle:zA.angle};return Ye._size=function FA(zA,Qe){let he=new mt(Qe),De=new de(null,{font:zA.font,bold:zA.bold,italics:zA.italics});return De.push({fontSize:zA.fontSize}),{size:he.sizeOfText(zA.text,De),rotatedSize:he.sizeOfRotatedText(zA.text,zA.angle,De)}}(zA,he),Ye}}processNode(s){this.linearNodeList.push(s),function As(YA){let s=YA.x,p=YA.y;YA.positions=[],Array.isArray(YA.canvas)&&YA.canvas.forEach(z=>{let AA=z.x,fA=z.y,FA=z.x1,HA=z.y1,zA=z.x2,Qe=z.y2;z.resetXY=()=>{z.x=AA,z.y=fA,z.x1=FA,z.y1=HA,z.x2=zA,z.y2=Qe}}),YA.resetXY=()=>{YA.x=s,YA.y=p,Array.isArray(YA.canvas)&&YA.canvas.forEach(z=>{z.resetXY()})}}(s),(z=>{let AA=s._margin;"before"===s.pageBreak?this.writer.moveToNextPage(s.pageOrientation):"beforeOdd"===s.pageBreak?(this.writer.moveToNextPage(s.pageOrientation),(this.writer.context().page+1)%2==1&&this.writer.moveToNextPage(s.pageOrientation)):"beforeEven"===s.pageBreak&&(this.writer.moveToNextPage(s.pageOrientation),(this.writer.context().page+1)%2==0&&this.writer.moveToNextPage(s.pageOrientation));const fA=s.relativePosition||s.absolutePosition;if(AA&&!fA){const FA=this.writer.context().availableHeight;FA-AA[1]<0?(this.writer.context().moveDown(FA),this.writer.moveToNextPage(s.pageOrientation)):this.writer.context().moveDown(AA[1]),this.writer.context().addMargin(AA[0],AA[2])}if(z(),AA&&!fA){const FA=this.writer.context().availableHeight;FA-AA[3]<0?(this.writer.context().moveDown(FA),this.writer.moveToNextPage(s.pageOrientation)):this.writer.context().moveDown(AA[3]),this.writer.context().addMargin(-AA[0],-AA[2])}"after"===s.pageBreak?this.writer.moveToNextPage(s.pageOrientation):"afterOdd"===s.pageBreak?(this.writer.moveToNextPage(s.pageOrientation),(this.writer.context().page+1)%2==1&&this.writer.moveToNextPage(s.pageOrientation)):"afterEven"===s.pageBreak&&(this.writer.moveToNextPage(s.pageOrientation),(this.writer.context().page+1)%2==0&&this.writer.moveToNextPage(s.pageOrientation))})(()=>{let z=s.unbreakable;z&&this.writer.beginUnbreakableBlock();let AA=s.absolutePosition;AA&&(this.writer.context().beginDetachedBlock(),this.writer.context().moveTo(AA.x||0,AA.y||0));let fA=s.relativePosition;if(fA&&(this.writer.context().beginDetachedBlock(),this.writer.context().moveToRelative(fA.x||0,fA.y||0)),s.stack)this.processVerticalContainer(s);else if(s.section)this.processSection(s);else if(s.columns)this.processColumns(s);else if(s.ul)this.processList(!1,s);else if(s.ol)this.processList(!0,s);else if(s.table)this.processTable(s);else if(void 0!==s.text)this.processLeaf(s);else if(s.toc)this.processToc(s);else if(s.image)this.processImage(s);else if(s.svg)this.processSVG(s);else if(s.canvas)this.processCanvas(s);else if(s.qr)this.processQr(s);else if(s.attachment)this.processAttachment(s);else if(!s._span)throw new Error(`Unrecognized document structure: ${Q(s)}`);(AA||fA)&&this.writer.context().endDetachedBlock(),z&&this.writer.commitUnbreakableBlock()})}processVerticalContainer(s){s.stack.forEach(p=>{this.processNode(p),oi(s.positions,p.positions)},this)}processSection(s){let p=this.writer.context().getCurrentPage();if(!p||p&&p.items.length){"inherit"===s.pageSize&&(s.pageSize=p?{width:p.pageSize.width,height:p.pageSize.height}:void 0),"inherit"===s.pageOrientation&&(s.pageOrientation=p?p.pageSize.orientation:void 0),"inherit"===s.pageMargins&&(s.pageMargins=p?p.pageMargins:void 0),"inherit"===s.header&&(s.header=p?p.customProperties.header:void 0),"inherit"===s.footer&&(s.footer=p?p.customProperties.footer:void 0),"inherit"===s.background&&(s.background=p?p.customProperties.background:void 0),"inherit"===s.watermark&&(s.watermark=p?p.customProperties.watermark:void 0),s.header&&"function"!=typeof s.header&&null!==s.header&&(s.header=Rt(s.header)),s.footer&&"function"!=typeof s.footer&&null!==s.footer&&(s.footer=Rt(s.footer));let z={};typeof s.header<"u"&&(z.header=s.header),typeof s.footer<"u"&&(z.footer=s.footer),typeof s.background<"u"&&(z.background=s.background),typeof s.watermark<"u"&&(z.watermark=s.watermark),this.writer.addPage(s.pageSize||this.pageSize,s.pageOrientation,s.pageMargins||this.pageMargins,z)}this.processNode(s.section)}processColumns(s){this.nestedLevel++;let p=s.columns,z=this.writer.context().availableWidth,AA=function FA(HA){if(!HA)return null;let zA=[];zA.push(0);for(let Qe=p.length-1;Qe>0;Qe--)zA.push(HA);return zA}(s._gap);AA&&(z-=(AA.length-1)*s._gap),$e_buildColumnWidths(p,z);let fA=this.processRow({marginX:s._margin?[s._margin[0],s._margin[2]]:[0,0],cells:p,widths:p,gaps:AA});oi(s.positions,fA.positions),this.nestedLevel--,0===this.nestedLevel&&this.writer.context().resetMarginXTopParent()}_findStartingRowSpanCell(s,p){let z=1;for(let AA=p-1;AA>=0;AA--){if(!s[AA]._span)return s[AA].rowSpan>1&&(s[AA].colSpan||1)===z?s[AA]:null;z++}return null}_getPageBreak(s,p){return s.find(z=>z.prevPage===p)}_getPageBreakListBySpan(s,p,z){if(!s||!s._breaksBySpan)return null;const AA=s._breaksBySpan.filter(HA=>HA.prevPage===p&&z<=HA.rowIndexOfSpanEnd);let fA=Number.MAX_VALUE,FA=Number.MIN_VALUE;return AA.forEach(HA=>{FA=Math.max(HA.prevY,FA),fA=Math.min(HA.y,fA)}),{prevPage:p,prevY:FA,y:fA}}_findSameRowPageBreakByRowSpanData(s,p,z){return s?s.find(AA=>AA.prevPage===p&&z===AA.rowIndexOfSpanEnd):null}_updatePageBreaksData(s,p,z){Object.keys(p._bottomByPage).forEach(AA=>{const fA=Number(AA),FA=this._getPageBreak(s,fA);if(FA&&(FA.prevY=Math.max(FA.prevY,p._bottomByPage[fA])),p._breaksBySpan&&p._breaksBySpan.length>0){const HA=p._breaksBySpan.filter(zA=>zA.prevPage===fA&&z<=zA.rowIndexOfSpanEnd);HA&&HA.length>0&&HA.forEach(zA=>{zA.prevY=Math.max(zA.prevY,p._bottomByPage[fA])})}})}_resolveBreakY(s,p,z){z.prevY=Math.max(s.prevY,p.prevY),z.y=Math.min(s.y,p.y)}_storePageBreakData(s,p,z,AA){if(p){let FA=this._findSameRowPageBreakByRowSpanData(AA&&AA._breaksBySpan||null,s.prevPage,s.rowIndex);FA||(FA={...s,rowIndexOfSpanEnd:s.rowIndex+s.rowSpan-1},AA._breaksBySpan||(AA._breaksBySpan=[]),AA._breaksBySpan.push(FA)),FA.prevY=Math.max(FA.prevY,s.prevY),FA.y=Math.min(FA.y,s.y);let HA=this._getPageBreak(z,s.prevPage);HA&&this._resolveBreakY(HA,FA,HA)}else{let fA=this._getPageBreak(z,s.prevPage),FA=this._getPageBreakListBySpan(AA,s.prevPage,s.rowIndex);fA||(fA={...s},z.push(fA)),FA&&this._resolveBreakY(fA,FA,fA),this._resolveBreakY(fA,s,fA)}}_colLeftOffset(s,p){return p&&p.length>s?p[s]:0}_getRowSpanEndingCell(s,p,z,AA){if(z.rowSpan&&z.rowSpan>1){let fA=p+z.rowSpan-1;if(fA>=s.length)throw new Error(`Row span for column ${AA} (with indexes starting from 0) exceeded row count`);return s[fA][AA]}return null}processRow(s){let{marginX:p=[0,0],dontBreakRows:z=!1,rowsWithoutPageBreak:AA=0,cells:fA,widths:FA,gaps:HA,tableNode:zA,tableBody:Qe,rowIndex:he,height:De}=s;const Ye=z||he<=AA-1;let Se=[],Je=[],xe=!1;FA=FA||fA,!Ye&&De>this.writer.context().availableHeight&&(xe=!0);const be=1===this.nestedLevel?p:null,je=zA?zA._bottomByPage:null;this.writer.context().beginColumnGroup(be,je);for(let qt=0,kn=fA.length;qt{const ei=St.rowSpan&&St.rowSpan>1;ei&&(Vn.rowSpan=St.rowSpan),Vn.rowIndex=he,this._storePageBreakData(Vn,ei,Se,zA)};this.writer.addListener("pageChanged",_i);let Nn=FA[qt]._calcWidth,Un=this._colLeftOffset(qt,HA),$t=this._findStartingRowSpanCell(fA,qt);if(St.colSpan&&St.colSpan>1)for(let Vn=1;Vn0&&(Bi._isUnbreakableContext=!0,Bi._originalXOffset=this.writer.originalX)),this.writer.context().beginColumn(Nn,Un,Bi),St._span){if(St._columnEndingContext){let Vn=0;z&&(Vn=this.writer.contextStack[this.writer.contextStack.length-1].y-St._startingRowSpanY);let ei=0;St._isUnbreakableContext&&!this.writer.transactionLevel&&(ei=St._originalXOffset),this.writer.context().markEnding(St,ei,Vn)}}else this.processNode(St),this.writer.context().updateBottomByPage(),oi(Je,St.positions);this.writer.removeListener("pageChanged",_i)}let At=null;const ot=fA.length>0?fA[fA.length-1]:null;if(ot)if(ot._endingCell)At=ot._endingCell;else if(!0===ot._span){const qt=this._findStartingRowSpanCell(fA,fA.length);qt&&(At=qt._endingCell,this.writer.transactionLevel>0&&(At._isUnbreakableContext=!0,At._originalXOffset=this.writer.originalX))}xe&&!Ye&&0===Se.length&&(this.writer.context().moveDown(this.writer.context().availableHeight),this.writer.moveToNextPage());const on=this.writer.context().completeColumnGroup(De,At);return zA&&(zA._bottomByPage=on,this._updatePageBreaksData(Se,zA,he)),{pageBreaksBySpan:[],pageBreaks:Se,positions:Je}}processList(s,p){const z=HA=>{if(FA){let zA=FA;if(FA=null,zA.canvas){let Qe=zA.canvas[0];Gt(Qe,-zA._minWidth,0),this.writer.addVector(Qe)}else if(zA._inlines){let Qe=new Oi(this.pageSize.width);Qe.addInline(zA._inlines[0]),Qe.x=-zA._minWidth,Qe.y=HA.getAscenderHeight()-Qe.getAscenderHeight(),this.writer.addLine(Qe,!0)}}};let FA,AA=s?p.ol:p.ul,fA=p._gapSize;this.writer.context().addMargin(fA.width),this.writer.addListener("lineAdded",z),AA.forEach(HA=>{FA=HA.listMarker,this.processNode(HA),oi(p.positions,HA.positions)}),this.writer.removeListener("lineAdded",z),this.writer.context().addMargin(-fA.width)}processTable(s){this.nestedLevel++;let p=new Qs(s);p.beginTable(this.writer);let z=s.table.heights;for(let AA=0,fA=s.table.body.length;AA{Qe.rowSpan&&Qe.rowSpan>1&&(Qe._startingRowSpanY=this.writer.context().y)}),p.beginRow(AA,this.writer),FA="function"==typeof z?z(AA):Array.isArray(z)?z[AA]:z,"auto"===FA&&(FA=void 0);const HA=this.writer.context().page;let zA=this.processRow({marginX:s._margin?[s._margin[0],s._margin[2]]:[0,0],dontBreakRows:p.dontBreakRows,rowsWithoutPageBreak:p.rowsWithoutPageBreak,cells:s.table.body[AA],widths:s.table.widths,gaps:s._offsets.offsets,tableBody:s.table.body,tableNode:s,rowIndex:AA,height:FA});if(oi(s.positions,zA.positions),!zA.pageBreaks||0===zA.pageBreaks.length){const he=this._findSameRowPageBreakByRowSpanData(s&&s._breaksBySpan||null,HA,AA);if(he){const De=this._getPageBreakListBySpan(s,he.prevPage,AA);zA.pageBreaks.push(De)}}p.endRow(AA,this.writer,zA.pageBreaks)}p.endTable(this.writer),this.nestedLevel--,0===this.nestedLevel&&this.writer.context().resetMarginXTopParent()}processLeaf(s){let p=this.buildNextLine(s);p&&(s.tocItem||s.id)&&(p._node=s);let z=p?p.getHeight():0,AA=s.maxHeight||-1;if(p){let fA=y(s);fA&&(p.id=fA)}if(s._tocItemRef&&(p._pageNodeRef=s._tocItemRef),s._pageRef&&(p._pageNodeRef=s._pageRef._nodeRef),p&&p.inlines&&Array.isArray(p.inlines))for(let fA=0,FA=p.inlines.length;fA0&&(AA.hasEnoughSpaceForInline(s._inlines[0],s._inlines.slice(1))||FA);){let HA=!1,zA=s._inlines.shift();if(FA=!1,!zA.noWrap&&zA.text.length>1&&zA.width>AA.getAvailableWidth()){let Qe=z(zA.text,AA.getAvailableWidth(),he=>fA.widthOfText(he,zA));if(Qe{let s=parseFloat(YA);if("number"==typeof s&&!isNaN(s))return s},Ji=YA=>{let s;try{s=new ps.XmlDocument(YA)}catch(p){throw new Error("Invalid svg document ("+p+")")}if("svg"!==s.name)throw new Error("Invalid svg document (expected )");return s},li=class Ds{constructor(){}measureSVG(s){let p,z,AA;if(d(s)){let HA=Ji(s);p=HA.attr.width,z=HA.attr.height,AA=HA.attr.viewBox}else{if(!(typeof SVGElement<"u"&&s instanceof SVGElement&&"function"==typeof getComputedStyle))throw new Error("Invalid SVG document");p=s.getAttribute("width"),z=s.getAttribute("height"),AA=s.getAttribute("viewBox")}let fA=Ai(p),FA=Ai(z);if((void 0===fA||void 0===FA)&&"string"==typeof AA){let HA=AA.split(/[,\s]+/);if(4!==HA.length)throw new Error("Unexpected svg viewBox format, should have 4 entries but found: '"+AA+"'");void 0===fA&&(fA=Ai(HA[2])),void 0===FA&&(FA=Ai(HA[3]))}return{width:fA,height:FA}}writeDimensions(s,p){if(d(s)){let z=Ji(s);return"string"!=typeof z.attr.viewBox&&(z.attr.viewBox=`0 0 ${Ai(z.attr.width)} ${Ai(z.attr.height)}`),z.attr.width=""+p.width,z.attr.height=""+p.height,z.toString()}return s.hasAttribute("viewBox")||s.setAttribute("viewBox",`0 0 ${Ai(s.getAttribute("width"))} ${Ai(s.getAttribute("height"))}`),s.setAttribute("width",""+p.width),s.setAttribute("height",""+p.height),s}},Is=class ci{constructor(s){this.pdfDocument=s}drawBackground(s,p,z){let AA=s.getHeight();for(let fA=0,FA=s.inlines.length;fA{let s=[],p=null;for(let z=0,AA=YA.inlines.length;z{let Te=0;for(let Je=0,xe=s.inlines.length;JeTe?Je:Te;return s.inlines[Te]})(),zA=(()=>{let Te=0;for(let Je=0,xe=s.inlines.length;Je{let p=YA;return s.sup&&(p-=.75*s.fontSize),s.sub&&(p+=.35*s.fontSize),p},bi=class ys{constructor(s,p){this.pdfDocument=s,this.progressCallback=p}renderPages(s){this.pdfDocument._pdfMakePages=s;let p=0;this.progressCallback&&s.forEach(AA=>{p+=AA.items.length});let z=0;for(let AA=0;AA1){let FA=s.points[0],HA=s.points[s.points.length-1];(s.closePath||FA.x===HA.x&&FA.y===HA.y)&&this.pdfDocument.closePath()}break;case"path":this.pdfDocument.path(s.d)}if(s.linearGradient&&p){let FA=1/(s.linearGradient.length-1);for(let HA=0;HA{let FA=z.split(",").map(Qe=>Qe.trim().replace(/('|")/g,"")),HA=((YA,s,p)=>{for(let z=0;z-1&&(HA=HA.slice(0,zA)),HA.forEach(he=>{he.pageSize.height===1/0&&(he.pageSize.height=function S(YA,s){let AA=Yi(s||40),fA=AA.top;return YA.items.forEach(FA=>{let HA=function z(FA){return(FA.item.y||0)+function p(FA){return"function"==typeof FA.item.getHeight?FA.item.getHeight():FA.item._height?FA.item._height:"vector"===FA.type?typeof FA.item.y1<"u"?FA.item.y1>FA.item.y2?FA.item.y1:FA.item.y2:FA.item.h:0}(FA)}(FA);HA>fA&&(fA=HA)}),fA+=AA.bottom,fA}(he,he.pageMargins))}),new bi(z.pdfKitDoc,p.progressCallback).renderPages(HA),z.pdfKitDoc})()}resolveUrls(s){var p=this;return Ee(function*(){const z=AA=>"object"==typeof AA?{url:AA.url,headers:AA.headers}:{url:AA,headers:{}};if(null!==p.urlResolver){for(let AA in p.fontDescriptors)if(p.fontDescriptors.hasOwnProperty(AA)){if(p.fontDescriptors[AA].normal)if(Array.isArray(p.fontDescriptors[AA].normal)){let fA=z(p.fontDescriptors[AA].normal[0]);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].normal[0]=fA.url}else{let fA=z(p.fontDescriptors[AA].normal);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].normal=fA.url}if(p.fontDescriptors[AA].bold)if(Array.isArray(p.fontDescriptors[AA].bold)){let fA=z(p.fontDescriptors[AA].bold[0]);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].bold[0]=fA.url}else{let fA=z(p.fontDescriptors[AA].bold);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].bold=fA.url}if(p.fontDescriptors[AA].italics)if(Array.isArray(p.fontDescriptors[AA].italics)){let fA=z(p.fontDescriptors[AA].italics[0]);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].italics[0]=fA.url}else{let fA=z(p.fontDescriptors[AA].italics);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].italics=fA.url}if(p.fontDescriptors[AA].bolditalics)if(Array.isArray(p.fontDescriptors[AA].bolditalics)){let fA=z(p.fontDescriptors[AA].bolditalics[0]);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].bolditalics[0]=fA.url}else{let fA=z(p.fontDescriptors[AA].bolditalics);p.urlResolver.resolve(fA.url,fA.headers),p.fontDescriptors[AA].bolditalics=fA.url}}if(s.images)for(let AA in s.images)if(s.images.hasOwnProperty(AA)){let fA=z(s.images[AA]);p.urlResolver.resolve(fA.url,fA.headers),s.images[AA]=fA.url}if(s.attachments)for(let AA in s.attachments)if(s.attachments.hasOwnProperty(AA)&&s.attachments[AA].src){let fA=z(s.attachments[AA].src);p.urlResolver.resolve(fA.url,fA.headers),s.attachments[AA].src=fA.url}if(s.files)for(let AA in s.files)if(s.files.hasOwnProperty(AA)&&s.files[AA].src){let fA=z(s.files[AA].src);p.urlResolver.resolve(fA.url,fA.headers),s.files[AA].src=fA.url}yield p.urlResolver.resolved()}})()}};var tA=g(6811);const OA=class MA{constructor(){this.virtualfs=tA.default,this.urlResolver=null}createPdf(s,p){if(void 0===p&&(p={}),!U(s))throw new Error("Parameter 'docDefinition' has an invalid type. Object expected.");if(!U(p))throw new Error("Parameter 'options' has an invalid type. Object expected.");p.progressCallback=this.progressCallback,p.tableLayouts=this.tableLayouts;const AA=new I(this.fonts,this.virtualfs,this.urlResolver()).createPdfKitDocument(s,p);return this._transformToDocument(AA)}setProgressCallback(s){this.progressCallback=s}addTableLayouts(s){this.tableLayouts=Ut(this.tableLayouts,s)}setTableLayouts(s){this.tableLayouts=s}clearTableLayouts(){this.tableLayouts={}}addFonts(s){this.fonts=Ut(this.fonts,s)}setFonts(s){this.fonts=s}clearFonts(){this.fonts={}}_transformToDocument(s){return s}};var se=g(783).Buffer;const Ne=class ge{constructor(s){this.bufferSize=1073741824,this.pdfDocumentPromise=s,this.bufferPromise=null}getStream(){return this.pdfDocumentPromise}getBuffer(){var s=this;const p=function(){var z=Ee(function*(){const AA=yield s.getStream();return new Promise(fA=>{let FA=[];AA.on("readable",()=>{let HA;for(;null!==(HA=AA.read(s.bufferSize));)FA.push(HA)}),AA.on("end",()=>{fA(se.concat(FA))}),AA.end()})});return function(){return z.apply(this,arguments)}}();return null===this.bufferPromise&&(this.bufferPromise=p()),this.bufferPromise}getBase64(){var s=this;return Ee(function*(){return(yield s.getBuffer()).toString("base64")})()}getDataUrl(){var s=this;return Ee(function*(){return"data:application/pdf;base64,"+(yield s.getBase64())})()}};var Re=g(7532);const Et=class Ke extends Ne{getBlob(){var s=this;return Ee(function*(){const p=yield s.getBuffer();return new Blob([p],{type:"application/pdf"})})()}download(s){var p=this;return Ee(function*(){void 0===s&&(s="file.pdf");const z=yield p.getBlob();(0,Re.saveAs)(z,s)})()}open(s){var p=this;return Ee(function*(){void 0===s&&(s=null),s||(s=(()=>{let YA=window.open("","_blank");if(null===YA)throw new Error("Open PDF in new window blocked by browser");return YA})());const z=yield p.getBlob();try{let fA=(window.URL||window.webkitURL).createObjectURL(z);s.location.href=fA}catch(AA){throw s.close(),AA}})()}print(s){var p=this;return Ee(function*(){void 0===s&&(s=null),(yield p.getStream()).setOpenActionAsPrint(),yield p.open(s)})()}};function xt(){return(xt=Ee(function*(YA,s){void 0===s&&(s={});try{const p=yield fetch(YA,{headers:s});if(!p.ok)throw new Error(`Failed to fetch (status code: ${p.status}, url: "${YA}")`);return yield p.arrayBuffer()}catch(p){throw new Error(`Network request failed (url: "${YA}", error: ${p.message})`)}})).apply(this,arguments)}const dt=class It{constructor(s){this.fs=s,this.resolving={}}resolve(s,p){var z=this;void 0===p&&(p={});const AA=function(){var fA=Ee(function*(){if(s.toLowerCase().startsWith("https://")||s.toLowerCase().startsWith("http://")){if(z.fs.existsSync(s))return;const FA=yield function Dt(YA,s){return xt.apply(this,arguments)}(s,p);z.fs.writeFileSync(s,FA)}});return function(){return fA.apply(this,arguments)}}();return this.resolving[s]||(this.resolving[s]=AA()),this.resolving[s]}resolved(){return Promise.all(Object.values(this.resolving))}};var ft=g(2416),yt=g.n(ft),an=g(890);g.n(an)()({useNative:["Promise"]});let jt={Roboto:{normal:"Roboto-Regular.ttf",bold:"Roboto-Medium.ttf",italics:"Roboto-Italic.ttf",bolditalics:"Roboto-MediumItalic.ttf"}};const Zt=new class ht extends OA{constructor(){super(),this.urlResolver=()=>new dt(this.virtualfs),this.fonts=jt}addFontContainer(s){this.addVirtualFileSystem(s.vfs),this.addFonts(s.fonts)}addVirtualFileSystem(s){for(let p in s)if(s.hasOwnProperty(p)){let z,AA;"object"==typeof s[p]?(z=s[p].data,AA=s[p].encoding||"base64"):(z=s[p],AA="base64"),yt().writeFileSync(p,z,AA)}}_transformToDocument(s){return new Et(s)}}},7139(q,D,g){"use strict";var t=g(7756),B=g(8681);q.exports=function(Y,V){return arguments.length<2?function(Y){return B(Y)?Y:void 0}(t[Y]):t[Y]&&t[Y][V]}},7187(q,D,g){var t=g(9964),B=Object.getOwnPropertyDescriptors||function(hA){for(var bA=Object.keys(hA),ne={},$A=0;$A=$A)return cA;switch(cA){case"%s":return String(ne[bA++]);case"%d":return Number(ne[bA++]);case"%j":try{return JSON.stringify(ne[bA++])}catch{return"[Circular]"}default:return cA}}),P=ne[bA];bA<$A;P=ne[++bA])J(P)||!eA(P)?EA+=" "+P:EA+=" "+c(P);return EA},D.deprecate=function(iA,hA){if(typeof t<"u"&&!0===t.noDeprecation)return iA;if(typeof t>"u")return function(){return D.deprecate(iA,hA).apply(this,arguments)};var bA=!1;return function ne(){if(!bA){if(t.throwDeprecation)throw new Error(hA);t.traceDeprecation?console.trace(hA):console.error(hA),bA=!0}return iA.apply(this,arguments)}};var Y={},V=/^$/;if(t.env.NODE_DEBUG){var d=t.env.NODE_DEBUG;d=d.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),V=new RegExp("^"+d+"$","i")}function c(iA,hA){var bA={seen:[],stylize:U};return arguments.length>=3&&(bA.depth=arguments[2]),arguments.length>=4&&(bA.colors=arguments[3]),G(hA)?bA.showHidden=hA:hA&&D._extend(bA,hA),BA(bA.showHidden)&&(bA.showHidden=!1),BA(bA.depth)&&(bA.depth=2),BA(bA.colors)&&(bA.colors=!1),BA(bA.customInspect)&&(bA.customInspect=!0),bA.colors&&(bA.stylize=x),N(bA,iA,bA.depth)}function x(iA,hA){var bA=c.styles[hA];return bA?"\x1b["+c.colors[bA][0]+"m"+iA+"\x1b["+c.colors[bA][1]+"m":iA}function U(iA,hA){return iA}function N(iA,hA,bA){if(iA.customInspect&&hA&&QA(hA.inspect)&&hA.inspect!==D.inspect&&(!hA.constructor||hA.constructor.prototype!==hA)){var ne=hA.inspect(bA,iA);return Z(ne)||(ne=N(iA,ne,bA)),ne}var $A=function _(iA,hA){if(BA(hA))return iA.stylize("undefined","undefined");if(Z(hA)){var bA="'"+JSON.stringify(hA).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return iA.stylize(bA,"string")}return $(hA)?iA.stylize(""+hA,"number"):G(hA)?iA.stylize(""+hA,"boolean"):J(hA)?iA.stylize("null","null"):void 0}(iA,hA);if($A)return $A;var EA=Object.keys(hA),P=function E(iA){var hA={};return iA.forEach(function(bA,ne){hA[bA]=!0}),hA}(EA);if(iA.showHidden&&(EA=Object.getOwnPropertyNames(hA)),xA(hA)&&(EA.indexOf("message")>=0||EA.indexOf("description")>=0))return Q(hA);if(0===EA.length){if(QA(hA))return iA.stylize("[Function"+(hA.name?": "+hA.name:"")+"]","special");if(L(hA))return iA.stylize(RegExp.prototype.toString.call(hA),"regexp");if(UA(hA))return iA.stylize(Date.prototype.toString.call(hA),"date");if(xA(hA))return Q(hA)}var j,w="",H=!1,TA=["{","}"];return uA(hA)&&(H=!0,TA=["[","]"]),QA(hA)&&(w=" [Function"+(hA.name?": "+hA.name:"")+"]"),L(hA)&&(w=" "+RegExp.prototype.toString.call(hA)),UA(hA)&&(w=" "+Date.prototype.toUTCString.call(hA)),xA(hA)&&(w=" "+Q(hA)),0!==EA.length||H&&0!=hA.length?bA<0?L(hA)?iA.stylize(RegExp.prototype.toString.call(hA),"regexp"):iA.stylize("[Object]","special"):(iA.seen.push(hA),j=H?function y(iA,hA,bA,ne,$A){for(var EA=[],P=0,cA=hA.length;P60?bA[0]+(""===hA?"":hA+"\n ")+" "+iA.join(",\n ")+" "+bA[1]:bA[0]+hA+" "+iA.join(", ")+" "+bA[1]}(j,w,TA)):TA[0]+w+TA[1]}function Q(iA){return"["+Error.prototype.toString.call(iA)+"]"}function K(iA,hA,bA,ne,$A,EA){var P,cA,w;if((w=Object.getOwnPropertyDescriptor(hA,$A)||{value:hA[$A]}).get?cA=iA.stylize(w.set?"[Getter/Setter]":"[Getter]","special"):w.set&&(cA=iA.stylize("[Setter]","special")),we(ne,$A)||(P="["+$A+"]"),cA||(iA.seen.indexOf(w.value)<0?(cA=J(bA)?N(iA,w.value,null):N(iA,w.value,bA-1)).indexOf("\n")>-1&&(cA=EA?cA.split("\n").map(function(H){return" "+H}).join("\n").slice(2):"\n"+cA.split("\n").map(function(H){return" "+H}).join("\n")):cA=iA.stylize("[Circular]","special")),BA(P)){if(EA&&$A.match(/^\d+$/))return cA;(P=JSON.stringify(""+$A)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(P=P.slice(1,-1),P=iA.stylize(P,"name")):(P=P.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),P=iA.stylize(P,"string"))}return P+": "+cA}function uA(iA){return Array.isArray(iA)}function G(iA){return"boolean"==typeof iA}function J(iA){return null===iA}function $(iA){return"number"==typeof iA}function Z(iA){return"string"==typeof iA}function BA(iA){return void 0===iA}function L(iA){return eA(iA)&&"[object RegExp]"===JA(iA)}function eA(iA){return"object"==typeof iA&&null!==iA}function UA(iA){return eA(iA)&&"[object Date]"===JA(iA)}function xA(iA){return eA(iA)&&("[object Error]"===JA(iA)||iA instanceof Error)}function QA(iA){return"function"==typeof iA}function JA(iA){return Object.prototype.toString.call(iA)}function Be(iA){return iA<10?"0"+iA.toString(10):iA.toString(10)}D.debuglog=function(iA){if(iA=iA.toUpperCase(),!Y[iA])if(V.test(iA)){var hA=t.pid;Y[iA]=function(){var bA=D.format.apply(D,arguments);console.error("%s %d: %s",iA,hA,bA)}}else Y[iA]=function(){};return Y[iA]},D.inspect=c,c.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},c.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},D.types=g(9490),D.isArray=uA,D.isBoolean=G,D.isNull=J,D.isNullOrUndefined=function rA(iA){return null==iA},D.isNumber=$,D.isString=Z,D.isSymbol=function b(iA){return"symbol"==typeof iA},D.isUndefined=BA,D.isRegExp=L,D.types.isRegExp=L,D.isObject=eA,D.isDate=UA,D.types.isDate=UA,D.isError=xA,D.types.isNativeError=xA,D.isFunction=QA,D.isPrimitive=function gA(iA){return null===iA||"boolean"==typeof iA||"number"==typeof iA||"string"==typeof iA||"symbol"==typeof iA||typeof iA>"u"},D.isBuffer=g(1201);var KA=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function we(iA,hA){return Object.prototype.hasOwnProperty.call(iA,hA)}D.log=function(){console.log("%s - %s",function ae(){var iA=new Date,hA=[Be(iA.getHours()),Be(iA.getMinutes()),Be(iA.getSeconds())].join(":");return[iA.getDate(),KA[iA.getMonth()],hA].join(" ")}(),D.format.apply(D,arguments))},D.inherits=g(9784),D._extend=function(iA,hA){if(!hA||!eA(hA))return iA;for(var bA=Object.keys(hA),ne=bA.length;ne--;)iA[bA[ne]]=hA[bA[ne]];return iA};var ie=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;function kA(iA,hA){if(!iA){var bA=new Error("Promise was rejected with a falsy value");bA.reason=iA,iA=bA}return hA(iA)}D.promisify=function(hA){if("function"!=typeof hA)throw new TypeError('The "original" argument must be of type Function');if(ie&&hA[ie]){var bA;if("function"!=typeof(bA=hA[ie]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(bA,ie,{value:bA,enumerable:!1,writable:!1,configurable:!0}),bA}function bA(){for(var ne,$A,EA=new Promise(function(w,H){ne=w,$A=H}),P=[],cA=0;cA>>2]>>>24-y%4*8&255)<<16|(E[y+1>>>2]>>>24-(y+1)%4*8&255)<<8|E[y+2>>>2]>>>24-(y+2)%4*8&255,J=0;J<4&&y+.75*J>>6*(3-J)&63));var rA=_.charAt(64);if(rA)for(;Q.length%4;)Q.push(rA);return Q.join("")},parse:function(x,U){void 0===U&&(U=!0);var E=x.length,N=U?this._safe_map:this._map,_=this._reverseMap;if(!_){_=this._reverseMap=[];for(var Q=0;Q>>6-Q%4*2;N[_>>>2]|=(y|K)<<24-_%4*8,_++}return Y.create(N,_)}(x,E,_)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"},t.enc.Base64url)},7507(q,D,g){"use strict";var t=this&&this.__importDefault||function(_){return _&&_.__esModule?_:{default:_}};Object.defineProperty(D,"__esModule",{value:!0}),D.XmlDocument=D.XmlElement=D.XmlCommentNode=D.XmlCDataNode=D.XmlTextNode=void 0;const B=t(g(1733));class M{constructor(Q){this.text=Q,this.type="text"}toString(Q){return N(E(this.text),Q)}toStringWithIndent(Q,y){return Q+this.toString(y)}}D.XmlTextNode=M;class Y{constructor(Q){this.cdata=Q,this.type="cdata"}toString(Q){return`${N(this.cdata,Q)}`}toStringWithIndent(Q,y){return Q+this.toString(y)}}D.XmlCDataNode=Y;class V{constructor(Q){this.comment=Q,this.type="comment"}toString(Q){return`\x3c!--${N(E(this.comment),Q)}--\x3e`}toStringWithIndent(Q,y){return Q+this.toString(y)}}D.XmlCommentNode=V;class d{constructor(Q,y){if(this.type="element",!y&&x.length){var K=x[x.length-1];"parser"in K&&(y=K.parser)}this.name=Q.name,this.attr=Q.attributes,this.val="",this.children=[],this.firstChild=null,this.lastChild=null,this.line=y?y.line:null,this.column=y?y.column:null,this.position=y?y.position:null,this.startTagPosition=y?y.startTagPosition:null}_addChild(Q){this.children.push(Q),this.firstChild||(this.firstChild=Q),this.lastChild=Q}_opentag(Q){const y=new d(Q);this._addChild(y),x.unshift(y)}_closetag(){x.shift()}_text(Q){this.val+=Q,this._addChild(new M(Q))}_cdata(Q){this.val+=Q,this._addChild(new Y(Q))}_comment(Q){this._addChild(new V(Q))}_error(Q){throw Q}eachChild(Q,y){for(let K=0,lA=this.children.length;K1?K.attr[y[1]]:K.val}toString(Q){return this.toStringWithIndent("",Q)}toStringWithIndent(Q,y){let K=`${Q}<${this.name}`;const lA=y?.compressed?"":"\n";for(const uA in this.attr)Object.prototype.hasOwnProperty.call(this.attr,uA)&&(K+=` ${uA}="${E(this.attr[uA])}"`);if(1===this.children.length&&"element"!==this.children[0].type)K+=`>${this.children[0].toString(y)}`;else if(this.children.length){K+=`>${lA}`;const uA=Q+(y?.compressed?"":" ");for(let G=0,J=this.children.length;G`}else y?.html?["area","base","br","col","embed","frame","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"].includes(this.name)?K+="/>":K+=`>`:K+="/>";return K}}D.XmlElement=d;class c extends d{constructor(Q){if(super({name:"",attributes:{}}),!(Q=Q.toString().trim()))throw new Error("No XML to parse!");this.doctype="",this.parser=B.default.parser(!0),function U(_){_.onopentag=Q=>{var y;return null===(y=x[0])||void 0===y?void 0:y._opentag(Q)},_.onclosetag=()=>{var Q;return null===(Q=x[0])||void 0===Q?void 0:Q._closetag()},_.ontext=Q=>{var y;return null===(y=x[0])||void 0===y?void 0:y._text(Q)},_.oncdata=Q=>{var y;return null===(y=x[0])||void 0===y?void 0:y._cdata(Q)},_.oncomment=Q=>{var y;return null===(y=x[0])||void 0===y?void 0:y._comment(Q)},_.ondoctype=Q=>{const y=x[0];y._doctype&&y._doctype(Q)},_.onerror=Q=>{var y;return null===(y=x[0])||void 0===y?void 0:y._error(Q)}}(this.parser),x=[this];try{this.parser.write(Q)}finally{delete this.parser}}_opentag(Q){""===this.name?(this.name=Q.name,this.attr=Q.attributes):super._opentag(Q)}_doctype(Q){this.doctype+=Q}}D.XmlDocument=c;let x=[];function E(_){return _.toString().replace(/&/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")}function N(_,Q){let y=_;return Q?.trimmed&&_.length>25&&(y=y.substring(0,25).trim()+"\u2026"),Q?.preserveWhitespace||(y=y.trim()),y}D.default=c},7532(q,D,g){var t,M;void 0!==(M="function"==typeof(t=function(){"use strict";function V(N,_,Q){var y=new XMLHttpRequest;y.open("GET",N),y.responseType="blob",y.onload=function(){E(y.response,_,Q)},y.onerror=function(){console.error("could not download file")},y.send()}function d(N){var _=new XMLHttpRequest;_.open("HEAD",N,!1);try{_.send()}catch{}return 200<=_.status&&299>=_.status}function c(N){try{N.dispatchEvent(new MouseEvent("click"))}catch{var _=document.createEvent("MouseEvents");_.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),N.dispatchEvent(_)}}var x="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof g.g&&g.g.global===g.g?g.g:void 0,U=x.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),E=x.saveAs||("object"!=typeof window||window!==x?function(){}:typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!U?function(N,_,Q){var y=x.URL||x.webkitURL,K=document.createElement("a");K.download=_=_||N.name||"download",K.rel="noopener","string"==typeof N?(K.href=N,K.origin===location.origin?c(K):d(K.href)?V(N,_,Q):c(K,K.target="_blank")):(K.href=y.createObjectURL(N),setTimeout(function(){y.revokeObjectURL(K.href)},4e4),setTimeout(function(){c(K)},0))}:"msSaveOrOpenBlob"in navigator?function(N,_,Q){if(_=_||N.name||"download","string"!=typeof N)navigator.msSaveOrOpenBlob(function Y(N,_){return typeof _>"u"?_={autoBom:!1}:"object"!=typeof _&&(console.warn("Deprecated: Expected third argument to be a object"),_={autoBom:!_}),_.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(N.type)?new Blob(["\ufeff",N],{type:N.type}):N}(N,Q),_);else if(d(N))V(N,_,Q);else{var y=document.createElement("a");y.href=N,y.target="_blank",setTimeout(function(){c(y)})}}:function(N,_,Q,y){if((y=y||open("","_blank"))&&(y.document.title=y.document.body.innerText="downloading..."),"string"==typeof N)return V(N,_,Q);var K="application/octet-stream"===N.type,lA=/constructor/i.test(x.HTMLElement)||x.safari,uA=/CriOS\/[\d]+/.test(navigator.userAgent);if((uA||K&&lA||U)&&typeof FileReader<"u"){var G=new FileReader;G.onloadend=function(){var $=G.result;$=uA?$:$.replace(/^data:[^;]*;/,"data:attachment/file;"),y?y.location.href=$:location=$,y=null},G.readAsDataURL(N)}else{var J=x.URL||x.webkitURL,rA=J.createObjectURL(N);y?y.location=rA:location.href=rA,y=null,setTimeout(function(){J.revokeObjectURL(rA)},4e4)}});x.saveAs=E.saveAs=E,q.exports=E})?t.apply(D,[]):t)&&(q.exports=M)},7552(q){"use strict";q.exports=Math.min},7571(q,D,g){"use strict";g(8376),g(6401),g(2017);const t=g(3483),{swap32LE:B}=g(6016);q.exports=class J{constructor($){const Z="function"==typeof $.readUInt32BE&&"function"==typeof $.slice;if(Z||$ instanceof Uint8Array){let b;if(Z)this.highStart=$.readUInt32LE(0),this.errorValue=$.readUInt32LE(4),b=$.readUInt32LE(8),$=$.slice(12);else{const BA=new DataView($.buffer);this.highStart=BA.getUint32(0,!0),this.errorValue=BA.getUint32(4,!0),b=BA.getUint32(8,!0),$=$.subarray(12)}$=t($,new Uint8Array(b)),$=t($,new Uint8Array(b)),B($),this.data=new Uint32Array($.buffer)}else({data:this.data,highStart:this.highStart,errorValue:this.errorValue}=$)}get($){let Z;return $<0||$>1114111?this.errorValue:$<55296||$>56319&&$<=65535?(Z=(this.data[$>>5]<<2)+(31&$),this.data[Z]):$<=65535?(Z=(this.data[2048+($-55296>>5)]<<2)+(31&$),this.data[Z]):$>11)],Z=this.data[Z+($>>5&63)],Z=(Z<<2)+(31&$),this.data[Z]):this.data[this.data.length-4]}}},7596(q,D,g){"use strict";var t=g(6521);q.exports=function(){return!Object.assign||function(){if(!Object.assign)return!1;for(var Y="abcdefghijklmnopqrst",V=Y.split(""),d={},c=0;c ${$A(GA.kern)}`),_A="")}function le(){_A.length&&(mA.push(`<${_A}> 0`),_A=""),mA.length&&(B.addContent(`[${mA.join(" ")}] TJ`),mA=[])}for(let GA=0;GA0)for(;DA<0;)DA+=_A;B.dash(yA,{phase:DA})}function xA(yA){let DA=function(GA,ee,qA,Fe){this.error=Fe,this.nodeName=GA,this.nodeValue=qA,this.nodeType=ee,this.attributes=Object.create(null),this.childNodes=[],this.parentNode=null,this.id="",this.textContent="",this.classList=[]};DA.prototype.getAttribute=function(GA){return null!=this.attributes[GA]?this.attributes[GA]:null},DA.prototype.getElementById=function(GA){let ee=null;return function qA(Fe){if(!ee&&1===Fe.nodeType){Fe.id===GA&&(ee=Fe);for(let Le=0;Le/)){for(;ee=le();)qA.childNodes.push(ee),ee.parentNode=qA,qA.textContent+=3===ee.nodeType||4===ee.nodeType?ee.nodeValue:ee.textContent;return(GA=mA.match(/^<\/([\w:.-]+)\s*>/,!0))?(GA[1]===qA.nodeName||(tt('parseXml: tag not matching, opening "'+qA.nodeName+'" & closing "'+GA[1]+'"'),NA=!0),qA):(tt('parseXml: tag not matching, opening "'+qA.nodeName+'" & not closing'),NA=!0,qA)}if(mA.match(/^\/>/))return qA;tt('parseXml: tag could not be parsed "'+qA.nodeName+'"'),NA=!0}else{if(GA=mA.match(/^/))return new DA(null,8,GA,NA);if(GA=mA.match(/^<\?[\s\S]*?\?>/))return new DA(null,7,GA,NA);if(GA=mA.match(/^/))return new DA(null,10,GA,NA);if(GA=mA.match(/^/,!0))return new DA("#cdata-section",4,GA[1],NA);if(GA=mA.match(/^([^<]+)/,!0))return new DA("#text",3,QA(GA[1]),NA)}};for(;jA=le();)1!==jA.nodeType||_A?(1===jA.nodeType||3===jA.nodeType&&""!==jA.nodeValue.trim())&&tt("parseXml: data after document end has been discarded"):_A=jA;return mA.matchAll()&&tt("parseXml: parsing error"),_A}function QA(yA){return yA.replace(/&(?:#([0-9]+)|#[xX]([0-9A-Fa-f]+)|([0-9A-Za-z]+));/g,function(DA,mA,_A,jA){return mA?String.fromCharCode(parseInt(mA,10)):_A?String.fromCharCode(parseInt(_A,16)):jA&&U[jA]?String.fromCharCode(U[jA]):DA})}function gA(yA){let DA,mA;return yA=(yA||"").trim(),(DA=c[yA])?mA=[DA.slice(),1]:(DA=yA.match(/^cmyk\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9.]+)\s*\)$/i))?(DA[1]=parseInt(DA[1]),DA[2]=parseInt(DA[2]),DA[3]=parseInt(DA[3]),DA[4]=parseFloat(DA[4]),DA[1]<=100&&DA[2]<=100&&DA[3]<=100&&DA[4]<=100&&(mA=[DA.slice(1,5),1])):(DA=yA.match(/^rgba\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9.]+)\s*\)$/i))?(DA[1]=parseInt(DA[1]),DA[2]=parseInt(DA[2]),DA[3]=parseInt(DA[3]),DA[4]=parseFloat(DA[4]),DA[1]<256&&DA[2]<256&&DA[3]<256&&DA[4]<=1&&(mA=[DA.slice(1,4),DA[4]])):(DA=yA.match(/^rgb\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*\)$/i))?(DA[1]=parseInt(DA[1]),DA[2]=parseInt(DA[2]),DA[3]=parseInt(DA[3]),DA[1]<256&&DA[2]<256&&DA[3]<256&&(mA=[DA.slice(1,4),1])):(DA=yA.match(/^rgb\(\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*\)$/i))?(DA[1]=2.55*parseFloat(DA[1]),DA[2]=2.55*parseFloat(DA[2]),DA[3]=2.55*parseFloat(DA[3]),DA[1]<256&&DA[2]<256&&DA[3]<256&&(mA=[DA.slice(1,4),1])):(DA=yA.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i))?mA=[[parseInt(DA[1],16),parseInt(DA[2],16),parseInt(DA[3],16)],1]:(DA=yA.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(mA=[[17*parseInt(DA[1],16),17*parseInt(DA[2],16),17*parseInt(DA[3],16)],1]),Rt?Rt(mA,yA):mA}function JA(yA,DA,mA){let _A=yA[0].slice(),jA=yA[1]*DA;if(mA){for(let NA=0;NA=0;DA--)yA=Be(Dn[DA].savedMatrix,yA);return yA}function we(){return(new te).M(0,0).L(B.page.width,0).L(B.page.width,B.page.height).L(0,B.page.height).transform(kA(ae())).getBoundingBox()}function kA(yA){let DA=yA[0]*yA[3]-yA[1]*yA[2];return[yA[3]/DA,-yA[1]/DA,-yA[2]/DA,yA[0]/DA,(yA[2]*yA[5]-yA[3]*yA[4])/DA,(yA[1]*yA[4]-yA[0]*yA[5])/DA]}function CA(yA){let DA=$A(yA[0]),mA=$A(yA[1]),_A=$A(yA[2]),jA=$A(yA[3]),NA=$A(yA[4]),le=$A(yA[5]);if(ne(DA*jA-mA*_A,0))return[DA,mA,_A,jA,NA,le]}function iA(yA){let DA=yA[2]||0,mA=yA[1]||0,_A=yA[0]||0;if(bA(DA,0)&&bA(mA,0))return[];if(bA(DA,0))return[-_A/mA];{let jA=mA*mA-4*DA*_A;return ne(jA,0)&&jA>0?[(-mA+Math.sqrt(jA))/(2*DA),(-mA-Math.sqrt(jA))/(2*DA)]:bA(jA,0)?[-mA/(2*DA)]:[]}}function hA(yA,DA){return(DA[0]||0)+(DA[1]||0)*yA+(DA[2]||0)*yA*yA+(DA[3]||0)*yA*yA*yA}function bA(yA,DA){return Math.abs(yA-DA)<1e-10}function ne(yA,DA){return Math.abs(yA-DA)>=1e-10}function $A(yA){return yA>-1e21&&yA<1e21?Math.round(1e6*yA)/1e6:0}function P(yA){let _A,DA=new He((yA||"").trim()),mA=[1,0,0,1,0,0];for(;_A=DA.match(/^([A-Za-z]+)\s*[(]([^(]+)[)]/,!0);){let GA,jA=_A[1],NA=[],le=new He(_A[2].trim());for(;GA=le.matchNumber();)NA.push(Number(GA)),le.matchSeparator();if("matrix"===jA&&6===NA.length)mA=Be(mA,[NA[0],NA[1],NA[2],NA[3],NA[4],NA[5]]);else if("translate"===jA&&2===NA.length)mA=Be(mA,[1,0,0,1,NA[0],NA[1]]);else if("translate"===jA&&1===NA.length)mA=Be(mA,[1,0,0,1,NA[0],0]);else if("scale"===jA&&2===NA.length)mA=Be(mA,[NA[0],0,0,NA[1],0,0]);else if("scale"===jA&&1===NA.length)mA=Be(mA,[NA[0],0,0,NA[0],0,0]);else if("rotate"===jA&&3===NA.length){let ee=NA[0]*Math.PI/180;mA=Be(mA,[1,0,0,1,NA[1],NA[2]],[Math.cos(ee),Math.sin(ee),-Math.sin(ee),Math.cos(ee),0,0],[1,0,0,1,-NA[1],-NA[2]])}else if("rotate"===jA&&1===NA.length){let ee=NA[0]*Math.PI/180;mA=Be(mA,[Math.cos(ee),Math.sin(ee),-Math.sin(ee),Math.cos(ee),0,0])}else if("skewX"===jA&&1===NA.length){let ee=NA[0]*Math.PI/180;mA=Be(mA,[1,0,Math.tan(ee),1,0,0])}else{if("skewY"!==jA||1!==NA.length)return;{let ee=NA[0]*Math.PI/180;mA=Be(mA,[1,Math.tan(ee),0,1,0,0])}}DA.matchSeparator()}if(!DA.matchAll())return mA}function cA(yA,DA,mA,_A,jA,NA){let le=(yA||"").trim().match(/^(none)$|^x(Min|Mid|Max)Y(Min|Mid|Max)(?:\s+(meet|slice))?$/)||[],GA=le[1]||le[4]||"meet",Fe=DA/_A,Le=mA/jA,et={Min:0,Mid:.5,Max:1}[le[2]||"Mid"]-(NA||0),ct={Min:0,Mid:.5,Max:1}[le[3]||"Mid"]-(NA||0);return"slice"===GA?Le=Fe=Math.max(Fe,Le):"meet"===GA&&(Le=Fe=Math.min(Fe,Le)),[Fe,0,0,Le,et*(DA-_A*Fe),ct*(mA-jA*Le)]}function w(yA){let DA=Object.create(null);yA=(yA||"").trim().split(/;/);for(let mA=0;mAit&&(ze=it,it=ue,ue=ze),Oe>gt&&(ze=gt,gt=Oe,Oe=ze);let Ft=iA(Le);for(let Lt=0;Lt=0&&Ft[Lt]<=1){let ut=hA(Ft[Lt],qA);utit&&(it=ut)}let Mt=iA(et);for(let Lt=0;Lt=0&&Mt[Lt]<=1){let ut=hA(Mt[Lt],Fe);utgt&&(gt=ut)}return[ue,Oe,it,gt]},this.getPointAtLength=function(ze){if(bA(ze,0))return this.startPoint;if(bA(ze,this.totalLength))return this.endPoint;if(!(ze<0||ze>this.totalLength))for(let ue=1;ue<=ee;ue++){let Oe=ct[ue-1],it=ct[ue];if(Oe<=ze&&ze<=it){let gt=(ue-(it-ze)/(it-Oe))/ee,Ft=hA(gt,qA),Mt=hA(gt,Fe),Lt=hA(gt,Le),ut=hA(gt,et);return[Ft,Mt,Math.atan2(ut,Lt)]}}}},Pe=function(yA,DA,mA,_A){this.totalLength=Math.sqrt((mA-yA)*(mA-yA)+(_A-DA)*(_A-DA)),this.startPoint=[yA,DA,Math.atan2(_A-DA,mA-yA)],this.endPoint=[mA,_A,Math.atan2(_A-DA,mA-yA)],this.getBoundingBox=function(){return[Math.min(this.startPoint[0],this.endPoint[0]),Math.min(this.startPoint[1],this.endPoint[1]),Math.max(this.startPoint[0],this.endPoint[0]),Math.max(this.startPoint[1],this.endPoint[1])]},this.getPointAtLength=function(jA){if(jA>=0&&jA<=this.totalLength){let NA=jA/this.totalLength||0;return[this.startPoint[0]+NA*(this.endPoint[0]-this.startPoint[0]),this.startPoint[1]+NA*(this.endPoint[1]-this.startPoint[1]),this.startPoint[2]]}}},te=function(){this.pathCommands=[],this.pathSegments=[],this.startPoint=null,this.endPoint=null,this.totalLength=0;let jA,NA,le,yA=0,DA=0,mA=0,_A=0;this.move=function(GA,ee){return yA=mA=GA,DA=_A=ee,null},this.line=function(GA,ee){let qA=new Pe(mA,_A,GA,ee);return mA=GA,_A=ee,qA},this.curve=function(GA,ee,qA,Fe,Le,et){let ct=new _e(mA,_A,GA,ee,qA,Fe,Le,et);return mA=Le,_A=et,ct},this.close=function(){let GA=new Pe(mA,_A,yA,DA);return mA=yA,_A=DA,GA},this.addCommand=function(GA){this.pathCommands.push(GA);let ee=this[GA[0]].apply(this,GA.slice(3));ee&&(ee.hasStart=GA[1],ee.hasEnd=GA[2],this.startPoint=this.startPoint||ee.startPoint,this.endPoint=ee.endPoint,this.pathSegments.push(ee),this.totalLength+=ee.totalLength)},this.M=function(GA,ee){return this.addCommand(["move",!0,!0,GA,ee]),jA="M",this},this.m=function(GA,ee){return this.M(mA+GA,_A+ee)},this.Z=this.z=function(){return this.addCommand(["close",!0,!0]),jA="Z",this},this.L=function(GA,ee){return this.addCommand(["line",!0,!0,GA,ee]),jA="L",this},this.l=function(GA,ee){return this.L(mA+GA,_A+ee)},this.H=function(GA){return this.L(GA,_A)},this.h=function(GA){return this.L(mA+GA,_A)},this.V=function(GA){return this.L(mA,GA)},this.v=function(GA){return this.L(mA,_A+GA)},this.C=function(GA,ee,qA,Fe,Le,et){return this.addCommand(["curve",!0,!0,GA,ee,qA,Fe,Le,et]),jA="C",NA=qA,le=Fe,this},this.c=function(GA,ee,qA,Fe,Le,et){return this.C(mA+GA,_A+ee,mA+qA,_A+Fe,mA+Le,_A+et)},this.S=function(GA,ee,qA,Fe){return this.C(mA+("C"===jA?mA-NA:0),_A+("C"===jA?_A-le:0),GA,ee,qA,Fe)},this.s=function(GA,ee,qA,Fe){return this.C(mA+("C"===jA?mA-NA:0),_A+("C"===jA?_A-le:0),mA+GA,_A+ee,mA+qA,_A+Fe)},this.Q=function(GA,ee,qA,Fe){return this.addCommand(["curve",!0,!0,mA+.6666666666666666*(GA-mA),_A+2/3*(ee-_A),qA+2/3*(GA-qA),Fe+2/3*(ee-Fe),qA,Fe]),jA="Q",NA=GA,le=ee,this},this.q=function(GA,ee,qA,Fe){return this.Q(mA+GA,_A+ee,mA+qA,_A+Fe)},this.T=function(GA,ee){return this.Q(mA+("Q"===jA?mA-NA:0),_A+("Q"===jA?_A-le:0),GA,ee)},this.t=function(GA,ee){return this.Q(mA+("Q"===jA?mA-NA:0),_A+("Q"===jA?_A-le:0),mA+GA,_A+ee)},this.A=function(GA,ee,qA,Fe,Le,et,ct){if(bA(GA,0)||bA(ee,0))this.addCommand(["line",!0,!0,et,ct]);else{qA*=Math.PI/180,GA=Math.abs(GA),ee=Math.abs(ee),Fe=1*!!Fe,Le=1*!!Le;let ze=Math.cos(qA)*(mA-et)/2+Math.sin(qA)*(_A-ct)/2,ue=Math.cos(qA)*(_A-ct)/2-Math.sin(qA)*(mA-et)/2,Oe=ze*ze/(GA*GA)+ue*ue/(ee*ee);Oe>1&&(GA*=Math.sqrt(Oe),ee*=Math.sqrt(Oe));let it=Math.sqrt(Math.max(0,GA*GA*ee*ee-GA*GA*ue*ue-ee*ee*ze*ze)/(GA*GA*ue*ue+ee*ee*ze*ze)),gt=(Fe===Le?-1:1)*it*GA*ue/ee,Ft=(Fe===Le?1:-1)*it*ee*ze/GA,Mt=Math.cos(qA)*gt-Math.sin(qA)*Ft+(mA+et)/2,Lt=Math.sin(qA)*gt+Math.cos(qA)*Ft+(_A+ct)/2,ut=Math.atan2((ue-Ft)/ee,(ze-gt)/GA),pt=Math.atan2((-ue-Ft)/ee,(-ze-gt)/GA);0===Le&&pt-ut>0?pt-=2*Math.PI:1===Le&&pt-ut<0&&(pt+=2*Math.PI);let Mn=Math.ceil(Math.abs(pt-ut)/(Math.PI/pn));for(let rn=0;rnGA[2]&&(GA[2]=qA[2]),qA[1]GA[3]&&(GA[3]=qA[3])}for(let qA=0;qA=0&&GA<=this.totalLength){let ee;for(let qA=0;qAjA.selector.specificity||(DA[NA]=jA.css[NA],mA[NA]=jA.selector.specificity)}return DA}(yA),this.allowedChildren=[],this.attr=function(jA){if("function"==typeof yA.getAttribute)return yA.getAttribute(jA)},this.resolveUrl=function(jA){let NA=(jA||"").match(/^\s*(?:url\("(.*)#(.*)"\)|url\('(.*)#(.*)'\)|url\((.*)#(.*)\)|(.*)#(.*))\s*$/)||[],le=NA[1]||NA[3]||NA[5]||NA[7],GA=NA[2]||NA[4]||NA[6]||NA[8];if(GA){if(!le){let ee=M.getElementById(GA);if(ee)return-1===this.stack.indexOf(ee)?ee:void tt('SVGtoPDF: loop of circular references for id "'+GA+'"')}if(Cn){let ee=en[le];if(!ee){ee=Cn(le),function EA(yA){return"object"==typeof yA&&null!==yA&&"number"==typeof yA.length}(ee)||(ee=[ee]);for(let qA=0;qA=0&&le[3]>=0?le:NA},this.getPercent=function(jA,NA){let le=this.attr(jA),GA=new He((le||"").trim()),Fe=GA.matchNumber();return!Fe||(GA.match("%")&&(Fe*=.01),GA.matchAll())?NA:Math.max(0,Math.min(1,Fe))},this.chooseValue=function(jA){for(let NA=0;NA=0&&(GA=qA);break;case"stroke-miterlimit":qA=parseFloat(le),null!=qA&&qA>=1&&(GA=qA);break;case"word-spacing":case"letter-spacing":case"stroke-dashoffset":GA=this.computeLength(le,this.getViewport())}if(null!=GA)return mA[jA]=GA}}return mA[jA]=NA.inherit&&this.inherits?this.inherits.get(jA):NA.initial},this.getChildren=function(){if(null!=_A)return _A;let jA=[];for(let NA=0;NA0?NA:this.ref?this.ref.getChildren():[]},this.getPaint=function(NA,le,GA,ee){let qA="userSpaceOnUse"!==this.attr("patternUnits"),Fe="objectBoundingBox"===this.attr("patternContentUnits"),Le=this.getLength("x",qA?1:this.getParentVWidth(),0),et=this.getLength("y",qA?1:this.getParentVHeight(),0),ct=this.getLength("width",qA?1:this.getParentVWidth(),0),ze=this.getLength("height",qA?1:this.getParentVHeight(),0);Fe&&!qA?(Le=(Le-NA[0])/(NA[2]-NA[0])||0,et=(et-NA[1])/(NA[3]-NA[1])||0,ct=ct/(NA[2]-NA[0])||0,ze=ze/(NA[3]-NA[1])||0):!Fe&&qA&&(Le=NA[0]+Le*(NA[2]-NA[0]),et=NA[1]+et*(NA[3]-NA[1]),ct*=NA[2]-NA[0],ze*=NA[3]-NA[1]);let ue=this.getViewbox("viewBox",[0,0,ct,ze]),it=Be(cA((this.attr("preserveAspectRatio")||"").trim(),ct,ze,ue[2],ue[3],0),[1,0,0,1,-ue[0],-ue[1]]),gt=P(this.attr("patternTransform"));if(Fe&&(gt=Be([NA[2]-NA[0],0,0,NA[3]-NA[1],NA[0],NA[1]],gt)),gt=Be(gt,[1,0,0,1,Le,et]),(gt=CA(gt))&&(it=CA(it))&&(ct=$A(ct))&&(ze=$A(ze))){let Ft=Q([0,0,ct,ze]);return B.transform.apply(B,it),this.drawChildren(GA,ee),y(Ft),[uA(Ft,ct,ze,gt),le]}return mA?[mA[0],mA[1]*le]:void 0},this.getVWidth=function(){let NA="userSpaceOnUse"!==this.attr("patternUnits"),le=this.getLength("width",NA?1:this.getParentVWidth(),0);return this.getViewbox("viewBox",[0,0,le,0])[2]},this.getVHeight=function(){let NA="userSpaceOnUse"!==this.attr("patternUnits"),le=this.getLength("height",NA?1:this.getParentVHeight(),0);return this.getViewbox("viewBox",[0,0,0,le])[3]}},dA=function(yA,DA,mA){sA.call(this,yA,DA),this.allowedChildren=["stop"],this.ref=function(){let NA=this.getUrl("href")||this.getUrl("xlink:href");if(NA&&NA.nodeName===yA.nodeName)return new dA(NA,DA,mA)}.call(this);let _A=this.attr;this.attr=function(NA){let le=_A.call(this,NA);return null!=le||"href"===NA||"xlink:href"===NA?le:this.ref?this.ref.attr(NA):null};let jA=this.getChildren;this.getChildren=function(){let NA=jA.call(this);return NA.length>0?NA:this.ref?this.ref.getChildren():[]},this.getPaint=function(NA,le,GA,ee){let qA=this.getChildren();if(0===qA.length)return;if(1===qA.length){let ut=qA[0],pt=ut.get("stop-color");return"none"===pt?void 0:JA(pt,ut.get("stop-opacity")*le,ee)}let ct,ze,ue,Oe,it,gt,Fe="userSpaceOnUse"!==this.attr("gradientUnits"),Le=P(this.attr("gradientTransform")),et=this.attr("spreadMethod"),Ft=0,Mt=0,Lt=1;if(Fe&&(Le=Be([NA[2]-NA[0],0,0,NA[3]-NA[1],NA[0],NA[1]],Le)),Le=CA(Le)){if("linearGradient"===this.name)ze=this.getLength("x1",Fe?1:this.getVWidth(),0),ue=this.getLength("x2",Fe?1:this.getVWidth(),Fe?1:this.getVWidth()),Oe=this.getLength("y1",Fe?1:this.getVHeight(),0),it=this.getLength("y2",Fe?1:this.getVHeight(),0);else{ue=this.getLength("cx",Fe?1:this.getVWidth(),Fe?.5:.5*this.getVWidth()),it=this.getLength("cy",Fe?1:this.getVHeight(),Fe?.5:.5*this.getVHeight()),gt=this.getLength("r",Fe?1:this.getViewport(),Fe?.5:.5*this.getViewport()),ze=this.getLength("fx",Fe?1:this.getVWidth(),ue),Oe=this.getLength("fy",Fe?1:this.getVHeight(),it),gt<0&&tt("SvgElemGradient: negative r value");let ut=Math.sqrt(Math.pow(ue-ze,2)+Math.pow(it-Oe,2)),pt=1;ut>gt&&(pt=gt/ut,ze=ue+(ze-ue)*pt,Oe=it+(Oe-it)*pt),gt=Math.max(gt,ut*pt*1.000001)}if("reflect"===et||"repeat"===et){let ut=kA(Le),pt=KA([NA[0],NA[1]],ut),Mn=KA([NA[2],NA[1]],ut),rn=KA([NA[2],NA[3]],ut),nn=KA([NA[0],NA[3]],ut);"linearGradient"===this.name?(Ft=Math.max((pt[0]-ue)*(ue-ze)+(pt[1]-it)*(it-Oe),(Mn[0]-ue)*(ue-ze)+(Mn[1]-it)*(it-Oe),(rn[0]-ue)*(ue-ze)+(rn[1]-it)*(it-Oe),(nn[0]-ue)*(ue-ze)+(nn[1]-it)*(it-Oe))/(Math.pow(ue-ze,2)+Math.pow(it-Oe,2)),Mt=Math.max((pt[0]-ze)*(ze-ue)+(pt[1]-Oe)*(Oe-it),(Mn[0]-ze)*(ze-ue)+(Mn[1]-Oe)*(Oe-it),(rn[0]-ze)*(ze-ue)+(rn[1]-Oe)*(Oe-it),(nn[0]-ze)*(ze-ue)+(nn[1]-Oe)*(Oe-it))/(Math.pow(ue-ze,2)+Math.pow(it-Oe,2))):Ft=Math.sqrt(Math.max(Math.pow(pt[0]-ue,2)+Math.pow(pt[1]-it,2),Math.pow(Mn[0]-ue,2)+Math.pow(Mn[1]-it,2),Math.pow(rn[0]-ue,2)+Math.pow(rn[1]-it,2),Math.pow(nn[0]-ue,2)+Math.pow(nn[1]-it,2)))/gt-1,Ft=Math.ceil(Ft+.5),Mt=Math.ceil(Mt+.5),Lt=Mt+1+Ft}ct="linearGradient"===this.name?B.linearGradient(ze-Mt*(ue-ze),Oe-Mt*(it-Oe),ue+Ft*(ue-ze),it+Ft*(it-Oe)):B.radialGradient(ze,Oe,0,ue,it,gt+Ft*gt);for(let ut=0;ut0&&ct.stop((ut+0)/Lt,Vt[0],Vt[1]),ct.stop((ut+pt)/(Ft+Mt+1),Vt[0],Vt[1]),rn===qA.length-1&&pt<1&&ct.stop((ut+1)/Lt,Vt[0],Vt[1])}}return ct.setTransform.apply(ct,Le),[ct,1]}return mA?[mA[0],mA[1]*le]:void 0}},ve=function(yA,DA){T.call(this,yA,DA),this.dashScale=1,this.getBoundingShape=function(){return this.shape},this.getTransformation=function(){return this.get("transform")},this.drawInDocument=function(mA,_A){if("hidden"!==this.get("visibility")&&this.shape){if(B.save(),"non-scaling-stroke"===this.get("vector-effect")?this.shape.transform(this.getTransformation()):this.transform(),this.clip(),mA)this.shape.insertInDocument(),BA(x.white),B.fill(this.get("clip-rule"));else{let NA;this.mask()&&(NA=Q(we()));let le=this.shape.getSubPaths(),GA=this.getFill(mA,_A),ee=this.getStroke(mA,_A),qA=this.get("stroke-width"),Fe=this.get("stroke-linecap");if("non-scaling-stroke"===this.get("vector-effect")&&(qA/=function ie(){const yA=we();return B.page.width/yA[2]}()),GA||ee){if(GA&&BA(GA),ee){for(let Oe=0;Oe0&&le[Oe].startPoint&&le[Oe].startPoint.length>1){let it=le[Oe].startPoint[0],gt=le[Oe].startPoint[1];BA(ee),"square"===Fe?B.rect(it-.5*qA,gt-.5*qA,qA,qA):"round"===Fe&&B.circle(it,gt,.5*qA),B.fill()}let ze=this.get("stroke-dasharray"),ue=this.get("stroke-dashoffset");if(ne(this.dashScale,1)){for(let Oe=0;Oe0&&le[ze].insertInDocument();GA&&ee?B.fillAndStroke(this.get("fill-rule")):GA?B.fill(this.get("fill-rule")):ee&&B.stroke()}let Le=this.get("marker-start"),et=this.get("marker-mid"),ct=this.get("marker-end");if("none"!==Le||"none"!==et||"none"!==ct){let ze=this.shape.getMarkers();if("none"!==Le&&ze.length>0&&new st(Le,null).drawMarker(!1,_A,ze[0],qA),"none"!==et)for(let ue=1;ue0&&new st(ct,null).drawMarker(!1,_A,ze[ze.length-1],qA)}NA&&(y(NA),K(NA))}B.restore()}}},qe=function(yA,DA){ve.call(this,yA,DA);let mA=this.getLength("x",this.getVWidth(),0),_A=this.getLength("y",this.getVHeight(),0),jA=this.getLength("width",this.getVWidth(),0),NA=this.getLength("height",this.getVHeight(),0),le=this.getLength("rx",this.getVWidth()),GA=this.getLength("ry",this.getVHeight());void 0===le&&void 0===GA?le=GA=0:void 0===le&&void 0!==GA?le=GA:void 0!==le&&void 0===GA&&(GA=le),jA>0&&NA>0?le&&GA?(le=Math.min(le,.5*jA),GA=Math.min(GA,.5*NA),this.shape=(new te).M(mA+le,_A).L(mA+jA-le,_A).A(le,GA,0,0,1,mA+jA,_A+GA).L(mA+jA,_A+NA-GA).A(le,GA,0,0,1,mA+jA-le,_A+NA).L(mA+le,_A+NA).A(le,GA,0,0,1,mA,_A+NA-GA).L(mA,_A+GA).A(le,GA,0,0,1,mA+le,_A).Z()):this.shape=(new te).M(mA,_A).L(mA+jA,_A).L(mA+jA,_A+NA).L(mA,_A+NA).Z():this.shape=new te},W=function(yA,DA){ve.call(this,yA,DA);let mA=this.getLength("cx",this.getVWidth(),0),_A=this.getLength("cy",this.getVHeight(),0),jA=this.getLength("r",this.getViewport(),0);this.shape=jA>0?(new te).M(mA+jA,_A).A(jA,jA,0,0,1,mA-jA,_A).A(jA,jA,0,0,1,mA+jA,_A).Z():new te},Ie=function(yA,DA){ve.call(this,yA,DA);let mA=this.getLength("cx",this.getVWidth(),0),_A=this.getLength("cy",this.getVHeight(),0),jA=this.getLength("rx",this.getVWidth(),0),NA=this.getLength("ry",this.getVHeight(),0);this.shape=jA>0&&NA>0?(new te).M(mA+jA,_A).A(jA,NA,0,0,1,mA-jA,_A).A(jA,NA,0,0,1,mA+jA,_A).Z():new te},de=function(yA,DA){ve.call(this,yA,DA);let mA=this.getLength("x1",this.getVWidth(),0),_A=this.getLength("y1",this.getVHeight(),0),jA=this.getLength("x2",this.getVWidth(),0),NA=this.getLength("y2",this.getVHeight(),0);this.shape=(new te).M(mA,_A).L(jA,NA)},SA=function(yA,DA){ve.call(this,yA,DA);let mA=this.getNumberList("points");this.shape=new te;for(let _A=0;_A0?mA:void 0,this.dashScale=void 0!==this.pathLength?this.shape.totalLength/this.pathLength:1},st=function(yA,DA){v.call(this,yA,DA);let mA=this.getLength("markerWidth",this.getParentVWidth(),3),_A=this.getLength("markerHeight",this.getParentVHeight(),3),jA=this.getViewbox("viewBox",[0,0,mA,_A]);this.getVWidth=function(){return jA[2]},this.getVHeight=function(){return jA[3]},this.drawMarker=function(NA,le,GA,ee){B.save();let qA=this.attr("orient"),Fe=this.attr("markerUnits"),Le="auto"===qA?GA[2]:(parseFloat(qA)||0)*Math.PI/180,et="userSpaceOnUse"===Fe?1:ee;B.transform(Math.cos(Le)*et,Math.sin(Le)*et,-Math.sin(Le)*et,Math.cos(Le)*et,GA[0],GA[1]);let Oe,ct=this.getLength("refX",this.getVWidth(),0),ze=this.getLength("refY",this.getVHeight(),0),ue=cA(this.attr("preserveAspectRatio"),mA,_A,jA[2],jA[3],.5);"hidden"===this.get("overflow")&&B.rect(ue[0]*(jA[0]+jA[2]/2-ct)-mA/2,ue[3]*(jA[1]+jA[3]/2-ze)-_A/2,mA,_A).clip(),B.transform.apply(B,ue),B.translate(-ct,-ze),this.get("opacity")<1&&!NA&&(Oe=Q(we())),this.drawChildren(NA,le),Oe&&(y(Oe),B.fillOpacity(this.get("opacity")),K(Oe)),B.restore()}},We=function(yA,DA){v.call(this,yA,DA),this.useMask=function(mA){let _A=Q(we());B.save(),B.transform.apply(B,this.get("transform")),"objectBoundingBox"===this.attr("clipPathUnits")&&B.transform(mA[2]-mA[0],0,0,mA[3]-mA[1],mA[0],mA[1]),this.clip(),this.drawChildren(!0,!1),B.restore(),y(_A),lA(_A,!0)}},Ze=function(yA,DA){v.call(this,yA,DA),this.useMask=function(mA){let jA,NA,le,GA,_A=Q(we());B.save(),"userSpaceOnUse"===this.attr("maskUnits")?(jA=this.getLength("x",this.getVWidth(),-.1*(mA[2]-mA[0])+mA[0]),NA=this.getLength("y",this.getVHeight(),-.1*(mA[3]-mA[1])+mA[1]),le=this.getLength("width",this.getVWidth(),1.2*(mA[2]-mA[0])),GA=this.getLength("height",this.getVHeight(),1.2*(mA[3]-mA[1]))):(jA=this.getLength("x",this.getVWidth(),-.1)*(mA[2]-mA[0])+mA[0],NA=this.getLength("y",this.getVHeight(),-.1)*(mA[3]-mA[1])+mA[1],le=this.getLength("width",this.getVWidth(),1.2)*(mA[2]-mA[0]),GA=this.getLength("height",this.getVHeight(),1.2)*(mA[3]-mA[1])),"objectBoundingBox"===this.attr("maskContentUnits")&&B.transform(mA[2]-mA[0],0,0,mA[3]-mA[1],mA[0],mA[1]),this.clip(),this.drawChildren(!1,!0),B.restore(),y(_A),lA(_A,!0)}},Ct=function(yA,DA){T.call(this,yA,DA),this.allowedChildren=["tspan","#text","#cdata-section","a"],this.isText=!0,this.getBoundingShape=function(){let mA=new te;for(let _A=0;_A0?NA:this.pathObject.totalLength,this.pathScale=this.pathObject.totalLength/this.pathLength}else if((jA=this.getUrl("href")||this.getUrl("xlink:href"))&&"path"===jA.nodeName){let NA=new pe(jA,this);this.pathObject=NA.shape.clone().transform(NA.get("transform")),this.pathLength=this.chooseValue(NA.pathLength,this.pathObject.totalLength),this.pathScale=this.pathObject.totalLength/this.pathLength}},zt=function(yA,DA){Ct.call(this,yA,DA),this.allowedChildren=["textPath","tspan","#text","#cdata-section","a"],function(mA){let GA,ee,_A="",jA=yA.textContent,NA=[],le=[],qA=0,Fe=0;function Le(){if(le.length){let ue=le[le.length-1],gt={startltr:0,middleltr:.5,endltr:1,startrtl:1,middlertl:.5,endrtl:0}[GA+ee]*(ue.x+ue.width-le[0].x)||0;for(let Ft=0;Ftit||Lt<0)ue._pos[Mt].hidden=!0;else{let ut=Oe.getPointAtLength(Lt*gt);ne(gt,1)&&(ue._pos[Mt].scale*=gt,ue._pos[Mt].width*=gt),ue._pos[Mt].x=ut[0]-.5*ue._pos[Mt].width*Math.cos(ut[2])-ue._pos[Mt].y*Math.sin(ut[2]),ue._pos[Mt].y=ut[1]-.5*ue._pos[Mt].width*Math.sin(ut[2])+ue._pos[Mt].y*Math.cos(ut[2]),ue._pos[Mt].rotate=ut[2]+ue._pos[Mt].rotate,ue._pos[Mt].continuous=!1}}}else for(let Ft=0;Ft0&&ut<1/0)for(let pt=0;pt=2){let ut=(Oe-(Lt-Mt))/(ue.length-1);for(let pt=0;pt>>2]}},t.pad.Iso10126)},7723(q,D,g){"use strict";q.exports=B;var t=g(8569);function B(M){if(!(this instanceof B))return new B(M);t.call(this,M)}g(9784)(B,t),B.prototype._transform=function(M,Y,V){V(null,M)}},7756(q,D,g){"use strict";var t=function(B){return B&&B.Math===Math&&B};q.exports=t("object"==typeof globalThis&&globalThis)||t("object"==typeof window&&window)||t("object"==typeof self&&self)||t("object"==typeof g.g&&g.g)||t("object"==typeof this&&this)||function(){return this}()||Function("return this")()},7770(q){"use strict";q.exports=SyntaxError},7801(q,D,g){"use strict";var t=g(9964);function B(RA){return(B="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(PA){return typeof PA}:function(PA){return PA&&"function"==typeof Symbol&&PA.constructor===Symbol&&PA!==Symbol.prototype?"symbol":typeof PA})(RA)}function M(RA,PA){for(var XA=0;XA1?XA-1:0),fe=1;fe1?XA-1:0),fe=1;fe1?XA-1:0),fe=1;fe1?XA-1:0),fe=1;fe=0&&"[object Array]"!==M(x)&&"callee"in x&&"[object Function]"===M(x.callee)},d=function(){return Y(arguments)}();Y.isLegacyArguments=V,q.exports=d?Y:V},7913(q,D,g){"use strict";var t=g(8651),B=g(6601),M=B(t("String.prototype.indexOf"));q.exports=function(V,d){var c=t(V,!!d);return"function"==typeof c&&M(V,".prototype.")>-1?B(c):c}},7920(q,D,g){"use strict";var M={};M[g(8663)("toStringTag")]="z",q.exports="[object z]"===String(M)},7984(q,D,g){var t=g(614),_=10,Q=11;function b(eA,UA,xA){this.prefix=new Uint8Array(eA.length),this.transform=UA,this.suffix=new Uint8Array(xA.length);for(var QA=0;QA'),new b("",0,"\n"),new b("",3,""),new b("",0,"]"),new b("",0," for "),new b("",14,""),new b("",2,""),new b("",0," a "),new b("",0," that "),new b(" ",_,""),new b("",0,". "),new b(".",0,""),new b(" ",0,", "),new b("",15,""),new b("",0," with "),new b("",0,"'"),new b("",0," from "),new b("",0," by "),new b("",16,""),new b("",17,""),new b(" the ",0,""),new b("",4,""),new b("",0,". The "),new b("",Q,""),new b("",0," on "),new b("",0," as "),new b("",0," is "),new b("",7,""),new b("",1,"ing "),new b("",0,"\n\t"),new b("",0,":"),new b(" ",0,". "),new b("",0,"ed "),new b("",20,""),new b("",18,""),new b("",6,""),new b("",0,"("),new b("",_,", "),new b("",8,""),new b("",0," at "),new b("",0,"ly "),new b(" the ",0," of "),new b("",5,""),new b("",9,""),new b(" ",_,", "),new b("",_,'"'),new b(".",0,"("),new b("",Q," "),new b("",_,'">'),new b("",0,'="'),new b(" ",0,"."),new b(".com/",0,""),new b(" the ",0," of the "),new b("",_,"'"),new b("",0,". This "),new b("",0,","),new b(".",0," "),new b("",_,"("),new b("",_,"."),new b("",0," not "),new b(" ",0,'="'),new b("",0,"er "),new b(" ",Q," "),new b("",0,"al "),new b(" ",Q,""),new b("",0,"='"),new b("",Q,'"'),new b("",_,". "),new b(" ",0,"("),new b("",0,"ful "),new b(" ",_,". "),new b("",0,"ive "),new b("",0,"less "),new b("",Q,"'"),new b("",0,"est "),new b(" ",_,"."),new b("",Q,'">'),new b(" ",0,"='"),new b("",_,","),new b("",0,"ize "),new b("",Q,"."),new b("\xc2\xa0",0,""),new b(" ",0,","),new b("",_,'="'),new b("",Q,'="'),new b("",0,"ous "),new b("",Q,", "),new b("",_,"='"),new b(" ",_,","),new b(" ",Q,'="'),new b(" ",Q,", "),new b("",Q,","),new b("",Q,"("),new b("",Q,". "),new b(" ",Q,"."),new b("",Q,"='"),new b(" ",Q,". "),new b(" ",_,'="'),new b(" ",Q,"='"),new b(" ",_,"='")];function L(eA,UA){return eA[UA]<192?(eA[UA]>=97&&eA[UA]<=122&&(eA[UA]^=32),1):eA[UA]<224?(eA[UA+1]^=32,2):(eA[UA+2]^=5,3)}D.kTransforms=BA,D.kNumTransforms=BA.length,D.transformDictionaryWord=function(eA,UA,xA,QA,gA){var kA,JA=BA[gA].prefix,Be=BA[gA].suffix,KA=BA[gA].transform,ae=KA<12?0:KA-11,we=0,ie=UA;ae>QA&&(ae=QA);for(var CA=0;CA0;){var iA=L(eA,kA);kA+=iA,QA-=iA}for(var hA=0;hAthis.buffer.length&&(Y=this.buffer.length-this.pos);for(var V=0;Vthis.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(B.subarray(0,M),this.pos),this.pos+=M,M},D.y=t},8261(q,D,g){"use strict";var B,t=g(9964);q.exports=xA,xA.ReadableState=UA,g(4785);var N,Y=function(j,RA){return j.listeners(RA).length},V=g(9018),d=g(783).Buffer,c=(typeof g.g<"u"?g.g:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},E=g(7199);N=E&&E.debuglog?E.debuglog("stream"):function(){};var $,Z,b,_=g(182),Q=g(7385),K=g(8130).getHighWaterMark,lA=g(3797).F,uA=lA.ERR_INVALID_ARG_TYPE,G=lA.ERR_STREAM_PUSH_AFTER_EOF,J=lA.ERR_METHOD_NOT_IMPLEMENTED,rA=lA.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;g(9784)(xA,V);var BA=Q.errorOrDestroy,L=["error","close","destroy","pause","resume"];function UA(wA,j,RA){B=B||g(4903),"boolean"!=typeof RA&&(RA=j instanceof B),this.objectMode=!!(wA=wA||{}).objectMode,RA&&(this.objectMode=this.objectMode||!!wA.readableObjectMode),this.highWaterMark=K(this,wA,"readableHighWaterMark",RA),this.buffer=new _,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==wA.emitClose,this.autoDestroy=!!wA.autoDestroy,this.destroyed=!1,this.defaultEncoding=wA.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,wA.encoding&&($||($=g(3143).I),this.decoder=new $(wA.encoding),this.encoding=wA.encoding)}function xA(wA){if(B=B||g(4903),!(this instanceof xA))return new xA(wA);this._readableState=new UA(wA,this,this instanceof B),this.readable=!0,wA&&("function"==typeof wA.read&&(this._read=wA.read),"function"==typeof wA.destroy&&(this._destroy=wA.destroy)),V.call(this)}function QA(wA,j,RA,PA,XA){N("readableAddChunk",j);var fe,vA=wA._readableState;if(null===j)vA.reading=!1,function we(wA,j){if(N("onEofChunk"),!j.ended){if(j.decoder){var RA=j.decoder.end();RA&&RA.length&&(j.buffer.push(RA),j.length+=j.objectMode?1:RA.length)}j.ended=!0,j.sync?ie(wA):(j.needReadable=!1,j.emittedReadable||(j.emittedReadable=!0,kA(wA)))}}(wA,vA);else if(XA||(fe=function JA(wA,j){var RA;return!function U(wA){return d.isBuffer(wA)||wA instanceof c}(j)&&"string"!=typeof j&&void 0!==j&&!wA.objectMode&&(RA=new uA("chunk",["string","Buffer","Uint8Array"],j)),RA}(vA,j)),fe)BA(wA,fe);else if(vA.objectMode||j&&j.length>0)if("string"!=typeof j&&!vA.objectMode&&Object.getPrototypeOf(j)!==d.prototype&&(j=function x(wA){return d.from(wA)}(j)),PA)vA.endEmitted?BA(wA,new rA):gA(wA,vA,j,!0);else if(vA.ended)BA(wA,new G);else{if(vA.destroyed)return!1;vA.reading=!1,vA.decoder&&!RA?(j=vA.decoder.write(j),vA.objectMode||0!==j.length?gA(wA,vA,j,!1):CA(wA,vA)):gA(wA,vA,j,!1)}else PA||(vA.reading=!1,CA(wA,vA));return!vA.ended&&(vA.lengthj.highWaterMark&&(j.highWaterMark=function KA(wA){return wA>=Be?wA=Be:(wA--,wA|=wA>>>1,wA|=wA>>>2,wA|=wA>>>4,wA|=wA>>>8,wA|=wA>>>16,wA++),wA}(wA)),wA<=j.length?wA:j.ended?j.length:(j.needReadable=!0,0))}function ie(wA){var j=wA._readableState;N("emitReadable",j.needReadable,j.emittedReadable),j.needReadable=!1,j.emittedReadable||(N("emitReadable",j.flowing),j.emittedReadable=!0,t.nextTick(kA,wA))}function kA(wA){var j=wA._readableState;N("emitReadable_",j.destroyed,j.length,j.ended),!j.destroyed&&(j.length||j.ended)&&(wA.emit("readable"),j.emittedReadable=!1),j.needReadable=!j.flowing&&!j.ended&&j.length<=j.highWaterMark,P(wA)}function CA(wA,j){j.readingMore||(j.readingMore=!0,t.nextTick(iA,wA,j))}function iA(wA,j){for(;!j.reading&&!j.ended&&(j.length0,j.resumeScheduled&&!j.paused?j.flowing=!0:wA.listenerCount("data")>0&&wA.resume()}function ne(wA){N("readable nexttick read 0"),wA.read(0)}function EA(wA,j){N("resume",j.reading),j.reading||wA.read(0),j.resumeScheduled=!1,wA.emit("resume"),P(wA),j.flowing&&!j.reading&&wA.read(0)}function P(wA){var j=wA._readableState;for(N("flow",j.flowing);j.flowing&&null!==wA.read(););}function cA(wA,j){return 0===j.length?null:(j.objectMode?RA=j.buffer.shift():!wA||wA>=j.length?(RA=j.decoder?j.buffer.join(""):1===j.buffer.length?j.buffer.first():j.buffer.concat(j.length),j.buffer.clear()):RA=j.buffer.consume(wA,j.decoder),RA);var RA}function w(wA){var j=wA._readableState;N("endReadable",j.endEmitted),j.endEmitted||(j.ended=!0,t.nextTick(H,j,wA))}function H(wA,j){if(N("endReadableNT",wA.endEmitted,wA.length),!wA.endEmitted&&0===wA.length&&(wA.endEmitted=!0,j.readable=!1,j.emit("end"),wA.autoDestroy)){var RA=j._writableState;(!RA||RA.autoDestroy&&RA.finished)&&j.destroy()}}function TA(wA,j){for(var RA=0,PA=wA.length;RA=j.highWaterMark:j.length>0)||j.ended))return N("read: emitReadable",j.length,j.ended),0===j.length&&j.ended?w(this):ie(this),null;if(0===(wA=ae(wA,j))&&j.ended)return 0===j.length&&w(this),null;var XA,PA=j.needReadable;return N("need readable",PA),(0===j.length||j.length-wA0?cA(wA,j):null)?(j.needReadable=j.length<=j.highWaterMark,wA=0):(j.length-=wA,j.awaitDrain=0),0===j.length&&(j.ended||(j.needReadable=!0),RA!==wA&&j.ended&&w(this)),null!==XA&&this.emit("data",XA),XA},xA.prototype._read=function(wA){BA(this,new J("_read()"))},xA.prototype.pipe=function(wA,j){var RA=this,PA=this._readableState;switch(PA.pipesCount){case 0:PA.pipes=wA;break;case 1:PA.pipes=[PA.pipes,wA];break;default:PA.pipes.push(wA)}PA.pipesCount+=1,N("pipe count=%d opts=%j",PA.pipesCount,j);var vA=j&&!1===j.end||wA===t.stdout||wA===t.stderr?v:ye;function ye(){N("onend"),wA.end()}PA.endEmitted?t.nextTick(vA):RA.once("end",vA),wA.on("unpipe",function fe(u,m){N("onunpipe"),u===RA&&m&&!1===m.hasUnpiped&&(m.hasUnpiped=!0,function _e(){N("cleanup"),wA.removeListener("close",sA),wA.removeListener("finish",T),wA.removeListener("drain",Ge),wA.removeListener("error",te),wA.removeListener("unpipe",fe),RA.removeListener("end",ye),RA.removeListener("end",v),RA.removeListener("data",Pe),He=!0,PA.awaitDrain&&(!wA._writableState||wA._writableState.needDrain)&&Ge()}())});var Ge=function hA(wA){return function(){var RA=wA._readableState;N("pipeOnDrain",RA.awaitDrain),RA.awaitDrain&&RA.awaitDrain--,0===RA.awaitDrain&&Y(wA,"data")&&(RA.flowing=!0,P(wA))}}(RA);wA.on("drain",Ge);var He=!1;function Pe(u){N("ondata");var m=wA.write(u);N("dest.write",m),!1===m&&((1===PA.pipesCount&&PA.pipes===wA||PA.pipesCount>1&&-1!==TA(PA.pipes,wA))&&!He&&(N("false write response, pause",PA.awaitDrain),PA.awaitDrain++),RA.pause())}function te(u){N("onerror",u),v(),wA.removeListener("error",te),0===Y(wA,"error")&&BA(wA,u)}function sA(){wA.removeListener("finish",T),v()}function T(){N("onfinish"),wA.removeListener("close",sA),v()}function v(){N("unpipe"),RA.unpipe(wA)}return RA.on("data",Pe),function eA(wA,j,RA){if("function"==typeof wA.prependListener)return wA.prependListener(j,RA);wA._events&&wA._events[j]?Array.isArray(wA._events[j])?wA._events[j].unshift(RA):wA._events[j]=[RA,wA._events[j]]:wA.on(j,RA)}(wA,"error",te),wA.once("close",sA),wA.once("finish",T),wA.emit("pipe",RA),PA.flowing||(N("pipe resume"),RA.resume()),wA},xA.prototype.unpipe=function(wA){var j=this._readableState,RA={hasUnpiped:!1};if(0===j.pipesCount)return this;if(1===j.pipesCount)return wA&&wA!==j.pipes||(wA||(wA=j.pipes),j.pipes=null,j.pipesCount=0,j.flowing=!1,wA&&wA.emit("unpipe",this,RA)),this;if(!wA){var PA=j.pipes,XA=j.pipesCount;j.pipes=null,j.pipesCount=0,j.flowing=!1;for(var vA=0;vA0,!1!==PA.flowing&&this.resume()):"readable"===wA&&!PA.endEmitted&&!PA.readableListening&&(PA.readableListening=PA.needReadable=!0,PA.flowing=!1,PA.emittedReadable=!1,N("on readable",PA.length,PA.reading),PA.length?ie(this):PA.reading||t.nextTick(ne,this)),RA},xA.prototype.removeListener=function(wA,j){var RA=V.prototype.removeListener.call(this,wA,j);return"readable"===wA&&t.nextTick(bA,this),RA},xA.prototype.removeAllListeners=function(wA){var j=V.prototype.removeAllListeners.apply(this,arguments);return("readable"===wA||void 0===wA)&&t.nextTick(bA,this),j},xA.prototype.resume=function(){var wA=this._readableState;return wA.flowing||(N("resume"),wA.flowing=!wA.readableListening,function $A(wA,j){j.resumeScheduled||(j.resumeScheduled=!0,t.nextTick(EA,wA,j))}(this,wA)),wA.paused=!1,this},xA.prototype.pause=function(){return N("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(N("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},xA.prototype.wrap=function(wA){var j=this,RA=this._readableState,PA=!1;for(var XA in wA.on("end",function(){if(N("wrapped end"),RA.decoder&&!RA.ended){var fe=RA.decoder.end();fe&&fe.length&&j.push(fe)}j.push(null)}),wA.on("data",function(fe){N("wrapped data"),RA.decoder&&(fe=RA.decoder.write(fe)),RA.objectMode&&null==fe||!(RA.objectMode||fe&&fe.length)||j.push(fe)||(PA=!0,wA.pause())}),wA)void 0===this[XA]&&"function"==typeof wA[XA]&&(this[XA]=function(ye){return function(){return wA[ye].apply(wA,arguments)}}(XA));for(var vA=0;vA0?B(Y,9007199254740991):0}},8300(q,D,g){"use strict";var t=g(4483);q.exports=t&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},8358(q,D,g){"use strict";var B,t;q.exports=(t=g(6861),g(2858),t.mode.ECB=((B=t.lib.BlockCipherMode.extend()).Encryptor=B.extend({processBlock:function(M,Y){this._cipher.encryptBlock(M,Y)}}),B.Decryptor=B.extend({processBlock:function(M,Y){this._cipher.decryptBlock(M,Y)}}),B),t.mode.ECB)},8376(q,D,g){"use strict";var t=g(4074),B=g(3161),M=g(3018),Y=g(9391),V=g(8993),d=g(1212),c=g(299),x=t.aTypedArray,U=t.exportTypedArrayMethod,E=d("".slice);U("fill",function(Q){var y=arguments.length;x(this);var K="Big"===E(Y(this),0,3)?M(Q):+Q;return V(B,this,K,y>1?arguments[1]:void 0,y>2?arguments[2]:void 0)},c(function(){var _=0;return new Int8Array(2).fill({valueOf:function(){return _++}}),1!==_}))},8395(q,D,g){"use strict";D._=g(1635).__decorate},8404(q,D,g){"use strict";var t=g(3746),B=Object.prototype.toString,M=Object.prototype.hasOwnProperty;q.exports=function(U,E,N){if(!t(E))throw new TypeError("iterator must be a function");var _;arguments.length>=3&&(_=N),function c(x){return"[object Array]"===B.call(x)}(U)?function(U,E,N){for(var _=0,Q=U.length;_"u")return!1;for(var Q in window)try{if(!E["$"+Q]&&B.call(window,Q)&&null!==window[Q]&&"object"==typeof window[Q])try{U(window[Q])}catch{return!0}}catch{return!0}return!1}();t=function(y){var K=null!==y&&"object"==typeof y,lA="[object Function]"===M.call(y),uA=Y(y),G=K&&"[object String]"===M.call(y),J=[];if(!K&&!lA&&!uA)throw new TypeError("Object.keys called on a non-object");var rA=c&&lA;if(G&&y.length>0&&!B.call(y,0))for(var $=0;$0)for(var Z=0;Z"u"||!N)return U(Q);try{return U(Q)}catch{return!1}}(y),L=0;L"u"||!BA?t:BA(Uint8Array),JA={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?t:ArrayBuffer,"%ArrayIteratorPrototype%":b&&BA?BA([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":QA,"%AsyncGenerator%":QA,"%AsyncGeneratorFunction%":QA,"%AsyncIteratorPrototype%":QA,"%Atomics%":typeof Atomics>"u"?t:Atomics,"%BigInt%":typeof BigInt>"u"?t:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?t:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":M,"%eval%":eval,"%EvalError%":Y,"%Float16Array%":typeof Float16Array>"u"?t:Float16Array,"%Float32Array%":typeof Float32Array>"u"?t:Float32Array,"%Float64Array%":typeof Float64Array>"u"?t:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?t:FinalizationRegistry,"%Function%":uA,"%GeneratorFunction%":QA,"%Int8Array%":typeof Int8Array>"u"?t:Int8Array,"%Int16Array%":typeof Int16Array>"u"?t:Int16Array,"%Int32Array%":typeof Int32Array>"u"?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":b&&BA?BA(BA([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":typeof Map>"u"?t:Map,"%MapIteratorPrototype%":typeof Map>"u"||!b||!BA?t:BA((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":B,"%Object.getOwnPropertyDescriptor%":J,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?t:Promise,"%Proxy%":typeof Proxy>"u"?t:Proxy,"%RangeError%":V,"%ReferenceError%":d,"%Reflect%":typeof Reflect>"u"?t:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?t:Set,"%SetIteratorPrototype%":typeof Set>"u"||!b||!BA?t:BA((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":b&&BA?BA(""[Symbol.iterator]()):t,"%Symbol%":b?Symbol:t,"%SyntaxError%":c,"%ThrowTypeError%":Z,"%TypedArray%":gA,"%TypeError%":x,"%Uint8Array%":typeof Uint8Array>"u"?t:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?t:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?t:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?t:Uint32Array,"%URIError%":U,"%WeakMap%":typeof WeakMap>"u"?t:WeakMap,"%WeakRef%":typeof WeakRef>"u"?t:WeakRef,"%WeakSet%":typeof WeakSet>"u"?t:WeakSet,"%Function.prototype.call%":xA,"%Function.prototype.apply%":UA,"%Object.defineProperty%":rA,"%Object.getPrototypeOf%":L,"%Math.abs%":E,"%Math.floor%":N,"%Math.max%":_,"%Math.min%":Q,"%Math.pow%":y,"%Math.round%":K,"%Math.sign%":lA,"%Reflect.getPrototypeOf%":eA};if(BA)try{null.error}catch(cA){var Be=BA(BA(cA));JA["%Error.prototype%"]=Be}var KA=function cA(w){var H;if("%AsyncFunction%"===w)H=G("async function () {}");else if("%GeneratorFunction%"===w)H=G("function* () {}");else if("%AsyncGeneratorFunction%"===w)H=G("async function* () {}");else if("%AsyncGenerator%"===w){var TA=cA("%AsyncGeneratorFunction%");TA&&(H=TA.prototype)}else if("%AsyncIteratorPrototype%"===w){var wA=cA("%AsyncGenerator%");wA&&BA&&(H=BA(wA.prototype))}return JA[w]=H,H},ae={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},we=g(5049),ie=g(5215),kA=we.call(xA,Array.prototype.concat),CA=we.call(UA,Array.prototype.splice),iA=we.call(xA,String.prototype.replace),hA=we.call(xA,String.prototype.slice),bA=we.call(xA,RegExp.prototype.exec),ne=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,$A=/\\(\\)?/g,P=function(w,H){var wA,TA=w;if(ie(ae,TA)&&(TA="%"+(wA=ae[TA])[0]+"%"),ie(JA,TA)){var j=JA[TA];if(j===QA&&(j=KA(TA)),typeof j>"u"&&!H)throw new x("intrinsic "+w+" exists, but is not available. Please file an issue!");return{alias:wA,name:TA,value:j}}throw new c("intrinsic "+w+" does not exist!")};q.exports=function(w,H){if("string"!=typeof w||0===w.length)throw new x("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof H)throw new x('"allowMissing" argument must be a boolean');if(null===bA(/^%?[^%]*%?$/,w))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var TA=function(w){var H=hA(w,0,1),TA=hA(w,-1);if("%"===H&&"%"!==TA)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===TA&&"%"!==H)throw new c("invalid intrinsic syntax, expected opening `%`");var wA=[];return iA(w,ne,function(j,RA,PA,XA){wA[wA.length]=PA?iA(XA,$A,"$1"):RA||j}),wA}(w),wA=TA.length>0?TA[0]:"",j=P("%"+wA+"%",H),RA=j.name,PA=j.value,XA=!1,vA=j.alias;vA&&(wA=vA[0],CA(TA,kA([0,1],vA)));for(var fe=1,ye=!0;fe=TA.length){var Pe=J(PA,Ge);PA=(ye=!!Pe)&&"get"in Pe&&!("originalValue"in Pe.get)?Pe.get:PA[Ge]}else ye=ie(PA,Ge),PA=PA[Ge];ye&&!XA&&(JA[RA]=PA)}}return PA}},8663(q,D,g){"use strict";var t=g(7756),B=g(997),M=g(6341),Y=g(6044),V=g(4483),d=g(8300),c=t.Symbol,x=B("wks"),U=d?c.for||c:c&&c.withoutSetter||Y;q.exports=function(E){return M(x,E)||(x[E]=V&&M(c,E)?c[E]:U("Symbol."+E)),x[E]}},8681(q){"use strict";var D="object"==typeof document&&document.all;q.exports=typeof D>"u"&&void 0!==D?function(g){return"function"==typeof g||g===D}:function(g){return"function"==typeof g}},8692(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(3144),function(){var B=t,Y=B.lib.Hasher,V=B.x64,d=V.Word,c=V.WordArray,x=B.algo;function U(){return d.create.apply(d,arguments)}var E=[U(1116352408,3609767458),U(1899447441,602891725),U(3049323471,3964484399),U(3921009573,2173295548),U(961987163,4081628472),U(1508970993,3053834265),U(2453635748,2937671579),U(2870763221,3664609560),U(3624381080,2734883394),U(310598401,1164996542),U(607225278,1323610764),U(1426881987,3590304994),U(1925078388,4068182383),U(2162078206,991336113),U(2614888103,633803317),U(3248222580,3479774868),U(3835390401,2666613458),U(4022224774,944711139),U(264347078,2341262773),U(604807628,2007800933),U(770255983,1495990901),U(1249150122,1856431235),U(1555081692,3175218132),U(1996064986,2198950837),U(2554220882,3999719339),U(2821834349,766784016),U(2952996808,2566594879),U(3210313671,3203337956),U(3336571891,1034457026),U(3584528711,2466948901),U(113926993,3758326383),U(338241895,168717936),U(666307205,1188179964),U(773529912,1546045734),U(1294757372,1522805485),U(1396182291,2643833823),U(1695183700,2343527390),U(1986661051,1014477480),U(2177026350,1206759142),U(2456956037,344077627),U(2730485921,1290863460),U(2820302411,3158454273),U(3259730800,3505952657),U(3345764771,106217008),U(3516065817,3606008344),U(3600352804,1432725776),U(4094571909,1467031594),U(275423344,851169720),U(430227734,3100823752),U(506948616,1363258195),U(659060556,3750685593),U(883997877,3785050280),U(958139571,3318307427),U(1322822218,3812723403),U(1537002063,2003034995),U(1747873779,3602036899),U(1955562222,1575990012),U(2024104815,1125592928),U(2227730452,2716904306),U(2361852424,442776044),U(2428436474,593698344),U(2756734187,3733110249),U(3204031479,2999351573),U(3329325298,3815920427),U(3391569614,3928383900),U(3515267271,566280711),U(3940187606,3454069534),U(4118630271,4000239992),U(116418474,1914138554),U(174292421,2731055270),U(289380356,3203993006),U(460393269,320620315),U(685471733,587496836),U(852142971,1086792851),U(1017036298,365543100),U(1126000580,2618297676),U(1288033470,3409855158),U(1501505948,4234509866),U(1607167915,987167468),U(1816402316,1246189591)],N=[];!function(){for(var Q=0;Q<80;Q++)N[Q]=U()}();var _=x.SHA512=Y.extend({_doReset:function(){this._hash=new c.init([new d.init(1779033703,4089235720),new d.init(3144134277,2227873595),new d.init(1013904242,4271175723),new d.init(2773480762,1595750129),new d.init(1359893119,2917565137),new d.init(2600822924,725511199),new d.init(528734635,4215389547),new d.init(1541459225,327033209)])},_doProcessBlock:function(Q,y){for(var K=this._hash.words,lA=K[0],uA=K[1],G=K[2],J=K[3],rA=K[4],$=K[5],Z=K[6],b=K[7],BA=lA.high,L=lA.low,eA=uA.high,UA=uA.low,xA=G.high,QA=G.low,gA=J.high,JA=J.low,Be=rA.high,KA=rA.low,ae=$.high,we=$.low,ie=Z.high,kA=Z.low,CA=b.high,iA=b.low,hA=BA,bA=L,ne=eA,$A=UA,EA=xA,P=QA,cA=gA,w=JA,H=Be,TA=KA,wA=ae,j=we,RA=ie,PA=kA,XA=CA,vA=iA,fe=0;fe<80;fe++){var ye,Ge,He=N[fe];if(fe<16)Ge=He.high=0|Q[y+2*fe],ye=He.low=0|Q[y+2*fe+1];else{var _e=N[fe-15],Pe=_e.high,te=_e.low,T=(te>>>1|Pe<<31)^(te>>>8|Pe<<24)^(te>>>7|Pe<<25),v=N[fe-2],u=v.high,m=v.low,pA=(m>>>19|u<<13)^(m<<3|u>>>29)^(m>>>6|u<<26),aA=N[fe-7],Ce=N[fe-16],ve=Ce.low;He.high=Ge=(Ge=(Ge=((Pe>>>1|te<<31)^(Pe>>>8|te<<24)^Pe>>>7)+aA.high+((ye=T+aA.low)>>>0>>0?1:0))+((u>>>19|m<<13)^(u<<3|m>>>29)^u>>>6)+((ye+=pA)>>>0>>0?1:0))+Ce.high+((ye+=ve)>>>0>>0?1:0),He.low=ye}var Kt,qe=H&wA^~H&RA,W=TA&j^~TA&PA,Ie=hA&ne^hA&EA^ne&EA,ce=(bA>>>28|hA<<4)^(bA<<30|hA>>>2)^(bA<<25|hA>>>7),We=E[fe],Ct=We.low,rt=XA+((H>>>14|TA<<18)^(H>>>18|TA<<14)^(H<<23|TA>>>9))+((Kt=vA+((TA>>>14|H<<18)^(TA>>>18|H<<14)^(TA<<23|H>>>9)))>>>0>>0?1:0),mt=ce+(bA&$A^bA&P^$A&P);XA=RA,vA=PA,RA=wA,PA=j,wA=H,j=TA,H=cA+(rt=(rt=(rt=rt+qe+((Kt+=W)>>>0>>0?1:0))+We.high+((Kt+=Ct)>>>0>>0?1:0))+Ge+((Kt+=ye)>>>0>>0?1:0))+((TA=w+Kt|0)>>>0>>0?1:0)|0,cA=EA,w=P,EA=ne,P=$A,ne=hA,$A=bA,hA=rt+(((hA>>>28|bA<<4)^(hA<<30|bA>>>2)^(hA<<25|bA>>>7))+Ie+(mt>>>0>>0?1:0))+((bA=Kt+mt|0)>>>0>>0?1:0)|0}L=lA.low=L+bA,lA.high=BA+hA+(L>>>0>>0?1:0),UA=uA.low=UA+$A,uA.high=eA+ne+(UA>>>0<$A>>>0?1:0),QA=G.low=QA+P,G.high=xA+EA+(QA>>>0

>>0?1:0),JA=J.low=JA+w,J.high=gA+cA+(JA>>>0>>0?1:0),KA=rA.low=KA+TA,rA.high=Be+H+(KA>>>0>>0?1:0),we=$.low=we+j,$.high=ae+wA+(we>>>0>>0?1:0),kA=Z.low=kA+PA,Z.high=ie+RA+(kA>>>0>>0?1:0),iA=b.low=iA+vA,b.high=CA+XA+(iA>>>0>>0?1:0)},_doFinalize:function(){var Q=this._data,y=Q.words,K=8*this._nDataBytes,lA=8*Q.sigBytes;return y[lA>>>5]|=128<<24-lA%32,y[30+(lA+128>>>10<<5)]=Math.floor(K/4294967296),y[31+(lA+128>>>10<<5)]=K,Q.sigBytes=4*y.length,this._process(),this._hash.toX32()},clone:function(){var Q=Y.clone.call(this);return Q._hash=this._hash.clone(),Q},blockSize:32});B.SHA512=Y._createHelper(_),B.HmacSHA512=Y._createHmacHelper(_)}(),t.SHA512)},8819(q){"use strict";var D=String;q.exports=function(g){try{return D(g)}catch{return"Object"}}},8834(q,D,g){"use strict";var B=function M(b){return b&&b.__esModule?b:{default:b}}(g(2416)),Y=g(9240),V=[0,1,1,2,4,8,1,1,2,4,8,4,8],Q=void 0,y=function(BA){try{return 65496===BA.readUInt16BE(0)}catch{throw new Error("Unsupport file format.")}},K=function(BA){try{var L=BA.readUInt16BE(0);return 18761===L||19789===L}catch{throw new Error("Unsupport file format.")}},uA=function(BA,L,eA,UA){var xA=eA?BA.readUInt16BE(0):BA.readUInt16LE(0);if(0===xA)return{};for(var gA=BA.slice(2),Be={},KA=0;KA4){var fe=(eA?vA.readUInt32BE(0):vA.readUInt32LE(0))-UA;vA=BA.slice(fe,fe+XA)}var ye=void 0;if(cA){switch(TA){case 1:ye=vA.readUInt8(0);break;case 2:ye=vA.toString("ascii").replace(/\0+$/,"");break;case 3:ye=eA?vA.readUInt16BE(0):vA.readUInt16LE(0);break;case 4:ye=eA?vA.readUInt32BE(0):vA.readUInt32LE(0);break;case 5:ye=[];for(var Ge=0;Ge1&&void 0!==arguments[1])||arguments[1]){var UA=(eA=BA.slice(2)).readUInt16BE(0);eA=(eA=(eA=(eA=eA.slice(0,UA)).slice(2)).slice(5)).slice(1)}var Be="MM"===eA.toString("ascii",0,2),we=eA.readUInt32BE(4),ie=eA.readUInt32LE(4),kA=Be?we:ie;if((eA=eA.slice(kA)).length>0&&((Q=uA(eA,Y.ifd,Be,kA)).ExifIFDPointer&&(eA=eA.slice(Q.ExifIFDPointer-kA),Q.SubExif=uA(eA,Y.ifd,Be,Q.ExifIFDPointer)),Q.GPSInfoIFDPointer)){var CA=Q.GPSInfoIFDPointer;eA=eA.slice(Q.ExifIFDPointer?CA-Q.ExifIFDPointer:CA-kA),Q.GPSInfo=uA(eA,Y.gps,Be,CA)}},J=function b(BA){var L=function(BA){try{var L=BA.readUInt16BE(0);return!!(L>=65504&&L<=65519)&&L-65504}catch{throw new Error("Invalid APP Tag.")}}(BA);if(!1!==L){var eA=BA.readUInt16BE(2);1===L?G(BA):b(BA.slice(2+eA))}},rA=function(BA){if(!BA)throw new Error("buffer not found");return Q=void 0,y(BA)?(BA=BA.slice(2),Q={},J(BA)):K(BA)&&(Q={},G(BA,!1)),Q};D.fromBuffer=rA,D.parse=function(BA,L){Q=void 0,new Promise(function(eA,UA){BA||UA(new Error("\u2753File not found.")),B.default.readFile(BA,function(xA,QA){if(xA)UA(xA);else try{if(y(QA)){var gA=QA.slice(2);Q={},J(gA),eA(Q)}else K(QA)?(Q={},G(QA,!1),eA(Q)):UA(new Error("\u{1f631}Unsupport file type."))}catch(JA){UA(JA)}})},function(eA){L(eA,void 0)}).then(function(eA){L(void 0,eA)}).catch(function(eA){L(eA,void 0)})},D.parseSync=function(BA){if(!BA)throw new Error("File not found");var L=B.default.readFileSync(BA);return rA(L)}},8843(q,D,g){"use strict";var t=g(2774),B=g(1689),M=t("RegExp.prototype.exec"),Y=g(6785);q.exports=function(d){if(!B(d))throw new Y("`regex` must be a RegExp");return function(x){return null!==M(d,x)}}},8865(q,D,g){"use strict";var t,d;q.exports=(t=g(6861),d=t.enc.Utf8,void(t.algo.HMAC=t.lib.Base.extend({init:function(U,E){U=this._hasher=new U.init,"string"==typeof E&&(E=d.parse(E));var N=U.blockSize,_=4*N;E.sigBytes>_&&(E=U.finalize(E)),E.clamp();for(var Q=this._oKey=E.clone(),y=this._iKey=E.clone(),K=Q.words,lA=y.words,uA=0;uA>1,E=-7,N=B?Y-1:0,_=B?-1:1,Q=g[t+N];for(N+=_,V=Q&(1<<-E)-1,Q>>=-E,E+=c;E>0;V=256*V+g[t+N],N+=_,E-=8);for(d=V&(1<<-E)-1,V>>=-E,E+=M;E>0;d=256*d+g[t+N],N+=_,E-=8);if(0===V)V=1-U;else{if(V===x)return d?NaN:1/0*(Q?-1:1);d+=Math.pow(2,M),V-=U}return(Q?-1:1)*d*Math.pow(2,V-M)},D.write=function(g,t,B,M,Y,V){var d,c,x,U=8*V-Y-1,E=(1<>1,_=23===Y?Math.pow(2,-24)-Math.pow(2,-77):0,Q=M?0:V-1,y=M?1:-1,K=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,d=E):(d=Math.floor(Math.log(t)/Math.LN2),t*(x=Math.pow(2,-d))<1&&(d--,x*=2),(t+=d+N>=1?_/x:_*Math.pow(2,1-N))*x>=2&&(d++,x/=2),d+N>=E?(c=0,d=E):d+N>=1?(c=(t*x-1)*Math.pow(2,Y),d+=N):(c=t*Math.pow(2,N-1)*Math.pow(2,Y),d=0));Y>=8;g[B+Q]=255&c,Q+=y,c/=256,Y-=8);for(d=d<0;g[B+Q]=255&d,Q+=y,d/=256,U-=8);g[B+Q-y]|=128*K}},9049(q){"use strict";var g=function D(){for(var B,M=[],Y=0;Y<256;Y++){B=Y;for(var V=0;V<8;V++)B=1&B?3988292384^B>>>1:B>>>1;M[Y]=B}return M}();q.exports=function t(B,M,Y,V){var d=g,c=V+Y;B^=-1;for(var x=V;x>>8^d[255&(B^M[x])];return-1^B}},9055(q){"use strict";q.exports=EvalError},9064(q,D,g){"use strict";var t;g(8376),g(6401),g(2017),q.exports=(t=g(6861),function(){if("function"==typeof ArrayBuffer){var Y=t.lib.WordArray,V=Y.init,d=Y.init=function(c){if(c instanceof ArrayBuffer&&(c=new Uint8Array(c)),(c instanceof Int8Array||typeof Uint8ClampedArray<"u"&&c instanceof Uint8ClampedArray||c instanceof Int16Array||c instanceof Uint16Array||c instanceof Int32Array||c instanceof Uint32Array||c instanceof Float32Array||c instanceof Float64Array)&&(c=new Uint8Array(c.buffer,c.byteOffset,c.byteLength)),c instanceof Uint8Array){for(var x=c.byteLength,U=[],E=0;E>>2]|=c[E]<<24-E%4*8;V.call(this,U,x)}else V.apply(this,arguments)};d.prototype=Y}}(),t.lib.WordArray)},9240(q){"use strict";q.exports=JSON.parse('{"ifd":{"8298":"Copyright","8769":"ExifIFDPointer","8822":"ExposureProgram","8824":"SpectralSensitivity","8825":"GPSInfoIFDPointer","8827":"PhotographicSensitivity","8828":"OECF","8830":"SensitivityType","8831":"StandardOutputSensitivity","8832":"RecommendedExposureIndex","8833":"ISOSpeed","8834":"ISOSpeedLatitudeyyy","8835":"ISOSpeedLatitudezzz","9000":"ExifVersion","9003":"DateTimeOriginal","9004":"DateTimeDigitized","9101":"ComponentsConfiguration","9102":"CompressedBitsPerPixel","9201":"ShutterSpeedValue","9202":"ApertureValue","9203":"BrightnessValue","9204":"ExposureBiasValue","9205":"MaxApertureValue","9206":"SubjectDistance","9207":"MeteringMode","9208":"LightSource","9209":"Flash","9214":"SubjectArea","9286":"UserComment","9290":"SubSecTime","9291":"SubSecTimeOriginal","9292":"SubSecTimeDigitized","010e":"ImageDescription","010f":"Make","011a":"XResolution","011b":"YResolution","011c":"PlanarConfiguration","012d":"TransferFunction","013b":"Artist","013e":"WhitePoint","013f":"PrimaryChromaticities","0100":"ImageWidth","0101":"ImageHeight","0102":"BitsPerSample","0103":"Compression","0106":"PhotometricInterpretation","0110":"Model","0111":"StripOffsets","0112":"Orientation","0115":"SamplesPerPixel","0116":"RowsPerStrip","0117":"StripByteCounts","0128":"ResolutionUnit","0131":"Software","0132":"DateTime","0201":"JPEGInterchangeFormat","0202":"JPEGInterchangeFormatLength","0211":"YCbCrCoefficients","0212":"YCbCrSubSampling","0213":"YCbCrPositioning","0214":"ReferenceBlackWhite","829a":"ExposureTime","829d":"FNumber","920a":"FocalLength","927c":"MakerNote","a000":"FlashpixVersion","a001":"ColorSpace","a002":"PixelXDimension","a003":"PixelYDimension","a004":"RelatedSoundFile","a005":"InteroperabilityIFDPointer","a20b":"FlashEnergy","a20c":"SpatialFrequencyResponse","a20e":"FocalPlaneXResolution","a20f":"FocalPlaneYResolution","a40a":"Sharpness","a40b":"DeviceSettingDescription","a40c":"SubjectDistanceRange","a210":"FocalPlaneResolutionUnit","a214":"SubjectLocation","a215":"ExposureIndex","a217":"SensingMethod","a300":"FileSource","a301":"SceneType","a302":"CFAPattern","a401":"CustomRendered","a402":"ExposureMode","a403":"WhiteBalance","a404":"DigitalZoomRatio","a405":"FocalLengthIn35mmFilm","a406":"SceneCaptureType","a407":"GainControl","a408":"Contrast","a409":"Saturation","a420":"ImageUniqueID","a430":"CameraOwnerName","a431":"BodySerialNumber","a432":"LensSpecification","a433":"LensMake","a434":"LensModel","a435":"LensSerialNumber","a500":"Gamma"},"gps":{"0000":"GPSVersionID","0001":"GPSLatitudeRef","0002":"GPSLatitude","0003":"GPSLongitudeRef","0004":"GPSLongitude","0005":"GPSAltitudeRef","0006":"GPSAltitude","0007":"GPSTimeStamp","0008":"GPSSatellites","0009":"GPSStatus","000a":"GPSMeasureMode","000b":"GPSDOP","000c":"GPSSpeedRef","000d":"GPSSpeed","000e":"GPSTrackRef","000f":"GPSTrack","0010":"GPSImgDirectionRef","0011":"GPSImgDirection","0012":"GPSMapDatum","0013":"GPSDestLatitudeRef","0014":"GPSDestLatitude","0015":"GPSDestLongitudeRef","0016":"GPSDestLongitude","0017":"GPSDestBearingRef","0018":"GPSDestBearing","0019":"GPSDestDistanceRef","001a":"GPSDestDistance","001b":"GPSProcessingMethod","001c":"GPSAreaInformation","001d":"GPSDateStamp","001e":"GPSDifferential","001f":"GPSHPositioningError"}}')},9292(q){"use strict";q.exports=Math.round},9295(q,D,g){"use strict";var t=g(6649),B=g(7770),M=g(6785),Y=g(8109);q.exports=function(d,c,x){if(!d||"object"!=typeof d&&"function"!=typeof d)throw new M("`obj` must be an object or a function`");if("string"!=typeof c&&"symbol"!=typeof c)throw new M("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new M("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new M("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new M("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new M("`loose`, if provided, must be a boolean");var U=arguments.length>3?arguments[3]:null,E=arguments.length>4?arguments[4]:null,N=arguments.length>5?arguments[5]:null,_=arguments.length>6&&arguments[6],Q=!!Y&&Y(d,c);if(t)t(d,c,{configurable:null===N&&Q?Q.configurable:!N,enumerable:null===U&&Q?Q.enumerable:!U,value:x,writable:null===E&&Q?Q.writable:!E});else{if(!_&&(U||E||N))throw new B("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");d[c]=x}}},9302(q,D,g){"use strict";var M,t=g(6688),B=g(8109);try{M=[].__proto__===Array.prototype}catch(c){if(!c||"object"!=typeof c||!("code"in c)||"ERR_PROTO_ACCESS"!==c.code)throw c}var Y=!!M&&B&&B(Object.prototype,"__proto__"),V=Object,d=V.getPrototypeOf;q.exports=Y&&"function"==typeof Y.get?t([Y.get]):"function"==typeof d&&function(x){return d(null==x?x:V(x))}},9391(q,D,g){"use strict";var t=g(7920),B=g(8681),M=g(8420),V=g(8663)("toStringTag"),d=Object,c="Arguments"===M(function(){return arguments}());q.exports=t?M:function(U){var E,N,_;return void 0===U?"Undefined":null===U?"Null":"string"==typeof(N=function(U,E){try{return U[E]}catch{}}(E=d(U),V))?N:c?M(E):"Object"===(_=M(E))&&B(E.callee)?"Arguments":_}},9490(q,D,g){"use strict";var t=g(7906),B=g(4610),M=g(3381),Y=g(6094);function V(vA){return vA.call.bind(vA)}var d=typeof BigInt<"u",c=typeof Symbol<"u",x=V(Object.prototype.toString),U=V(Number.prototype.valueOf),E=V(String.prototype.valueOf),N=V(Boolean.prototype.valueOf);if(d)var _=V(BigInt.prototype.valueOf);if(c)var Q=V(Symbol.prototype.valueOf);function y(vA,fe){if("object"!=typeof vA)return!1;try{return fe(vA),!0}catch{return!1}}function xA(vA){return"[object Map]"===x(vA)}function gA(vA){return"[object Set]"===x(vA)}function Be(vA){return"[object WeakMap]"===x(vA)}function ae(vA){return"[object WeakSet]"===x(vA)}function ie(vA){return"[object ArrayBuffer]"===x(vA)}function kA(vA){return!(typeof ArrayBuffer>"u")&&(ie.working?ie(vA):vA instanceof ArrayBuffer)}function CA(vA){return"[object DataView]"===x(vA)}function iA(vA){return!(typeof DataView>"u")&&(CA.working?CA(vA):vA instanceof DataView)}D.isArgumentsObject=t,D.isGeneratorFunction=B,D.isTypedArray=Y,D.isPromise=function K(vA){return typeof Promise<"u"&&vA instanceof Promise||null!==vA&&"object"==typeof vA&&"function"==typeof vA.then&&"function"==typeof vA.catch},D.isArrayBufferView=function lA(vA){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(vA):Y(vA)||iA(vA)},D.isUint8Array=function uA(vA){return"Uint8Array"===M(vA)},D.isUint8ClampedArray=function G(vA){return"Uint8ClampedArray"===M(vA)},D.isUint16Array=function J(vA){return"Uint16Array"===M(vA)},D.isUint32Array=function rA(vA){return"Uint32Array"===M(vA)},D.isInt8Array=function $(vA){return"Int8Array"===M(vA)},D.isInt16Array=function Z(vA){return"Int16Array"===M(vA)},D.isInt32Array=function b(vA){return"Int32Array"===M(vA)},D.isFloat32Array=function BA(vA){return"Float32Array"===M(vA)},D.isFloat64Array=function L(vA){return"Float64Array"===M(vA)},D.isBigInt64Array=function eA(vA){return"BigInt64Array"===M(vA)},D.isBigUint64Array=function UA(vA){return"BigUint64Array"===M(vA)},xA.working=typeof Map<"u"&&xA(new Map),D.isMap=function QA(vA){return!(typeof Map>"u")&&(xA.working?xA(vA):vA instanceof Map)},gA.working=typeof Set<"u"&&gA(new Set),D.isSet=function JA(vA){return!(typeof Set>"u")&&(gA.working?gA(vA):vA instanceof Set)},Be.working=typeof WeakMap<"u"&&Be(new WeakMap),D.isWeakMap=function KA(vA){return!(typeof WeakMap>"u")&&(Be.working?Be(vA):vA instanceof WeakMap)},ae.working=typeof WeakSet<"u"&&ae(new WeakSet),D.isWeakSet=function we(vA){return ae(vA)},ie.working=typeof ArrayBuffer<"u"&&ie(new ArrayBuffer),D.isArrayBuffer=kA,CA.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&CA(new DataView(new ArrayBuffer(1),0,1)),D.isDataView=iA;var hA=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function bA(vA){return"[object SharedArrayBuffer]"===x(vA)}function ne(vA){return!(typeof hA>"u")&&(typeof bA.working>"u"&&(bA.working=bA(new hA)),bA.working?bA(vA):vA instanceof hA)}function H(vA){return y(vA,U)}function TA(vA){return y(vA,E)}function wA(vA){return y(vA,N)}function j(vA){return d&&y(vA,_)}function RA(vA){return c&&y(vA,Q)}D.isSharedArrayBuffer=ne,D.isAsyncFunction=function $A(vA){return"[object AsyncFunction]"===x(vA)},D.isMapIterator=function EA(vA){return"[object Map Iterator]"===x(vA)},D.isSetIterator=function P(vA){return"[object Set Iterator]"===x(vA)},D.isGeneratorObject=function cA(vA){return"[object Generator]"===x(vA)},D.isWebAssemblyCompiledModule=function w(vA){return"[object WebAssembly.Module]"===x(vA)},D.isNumberObject=H,D.isStringObject=TA,D.isBooleanObject=wA,D.isBigIntObject=j,D.isSymbolObject=RA,D.isBoxedPrimitive=function PA(vA){return H(vA)||TA(vA)||wA(vA)||j(vA)||RA(vA)},D.isAnyArrayBuffer=function XA(vA){return typeof Uint8Array<"u"&&(kA(vA)||ne(vA))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(vA){Object.defineProperty(D,vA,{enumerable:!1,value:function(){throw new Error(vA+" is not supported in userland")}})})},9636(q,D,g){"use strict";var t=g(3249);q.exports=function(){return"function"==typeof Object.is?Object.is:t}},9663(q,D,g){"use strict";var B,M,Y,V,c,x,t;q.exports=(t=g(6861),Y=(M=(B=t).lib).WordArray,c=[],x=B.algo.SHA1=(V=M.Hasher).extend({_doReset:function(){this._hash=new Y.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(U,E){for(var N=this._hash.words,_=N[0],Q=N[1],y=N[2],K=N[3],lA=N[4],uA=0;uA<80;uA++){if(uA<16)c[uA]=0|U[E+uA];else{var G=c[uA-3]^c[uA-8]^c[uA-14]^c[uA-16];c[uA]=G<<1|G>>>31}var J=(_<<5|_>>>27)+lA+c[uA];J+=uA<20?1518500249+(Q&y|~Q&K):uA<40?1859775393+(Q^y^K):uA<60?(Q&y|Q&K|y&K)-1894007588:(Q^y^K)-899497514,lA=K,K=y,y=Q<<30|Q>>>2,Q=_,_=J}N[0]=N[0]+_|0,N[1]=N[1]+Q|0,N[2]=N[2]+y|0,N[3]=N[3]+K|0,N[4]=N[4]+lA|0},_doFinalize:function(){var U=this._data,E=U.words,N=8*this._nDataBytes,_=8*U.sigBytes;return E[_>>>5]|=128<<24-_%32,E[14+(_+64>>>9<<4)]=Math.floor(N/4294967296),E[15+(_+64>>>9<<4)]=N,U.sigBytes=4*E.length,this._process(),this._hash},clone:function(){var U=V.clone.call(this);return U._hash=this._hash.clone(),U}}),B.SHA1=V._createHelper(x),B.HmacSHA1=V._createHmacHelper(x),t.SHA1)},9676(q,D,g){"use strict";var B,t=g(9964);function M($,Z,b){return Z=function Y($){var Z=function V($,Z){if("object"!=typeof $||null===$)return $;var b=$[Symbol.toPrimitive];if(void 0!==b){var BA=b.call($,Z||"default");if("object"!=typeof BA)return BA;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===Z?String:Number)($)}($,"string");return"symbol"==typeof Z?Z:String(Z)}(Z),Z in $?Object.defineProperty($,Z,{value:b,enumerable:!0,configurable:!0,writable:!0}):$[Z]=b,$}var d=g(2167),c=Symbol("lastResolve"),x=Symbol("lastReject"),U=Symbol("error"),E=Symbol("ended"),N=Symbol("lastPromise"),_=Symbol("handlePromise"),Q=Symbol("stream");function y($,Z){return{value:$,done:Z}}function K($){var Z=$[c];if(null!==Z){var b=$[Q].read();null!==b&&($[N]=null,$[c]=null,$[x]=null,Z(y(b,!1)))}}function lA($){t.nextTick(K,$)}var G=Object.getPrototypeOf(function(){}),J=Object.setPrototypeOf((M(B={get stream(){return this[Q]},next:function(){var Z=this,b=this[U];if(null!==b)return Promise.reject(b);if(this[E])return Promise.resolve(y(void 0,!0));if(this[Q].destroyed)return new Promise(function(UA,xA){t.nextTick(function(){Z[U]?xA(Z[U]):UA(y(void 0,!0))})});var L,BA=this[N];if(BA)L=new Promise(function uA($,Z){return function(b,BA){$.then(function(){Z[E]?b(y(void 0,!0)):Z[_](b,BA)},BA)}}(BA,this));else{var eA=this[Q].read();if(null!==eA)return Promise.resolve(y(eA,!1));L=new Promise(this[_])}return this[N]=L,L}},Symbol.asyncIterator,function(){return this}),M(B,"return",function(){var Z=this;return new Promise(function(b,BA){Z[Q].destroy(null,function(L){L?BA(L):b(y(void 0,!0))})})}),B),G);q.exports=function(Z){var b,BA=Object.create(J,(M(b={},Q,{value:Z,writable:!0}),M(b,c,{value:null,writable:!0}),M(b,x,{value:null,writable:!0}),M(b,U,{value:null,writable:!0}),M(b,E,{value:Z._readableState.endEmitted,writable:!0}),M(b,_,{value:function(eA,UA){var xA=BA[Q].read();xA?(BA[N]=null,BA[c]=null,BA[x]=null,eA(y(xA,!1))):(BA[c]=eA,BA[x]=UA)},writable:!0}),b));return BA[N]=null,d(Z,function(L){if(L&&"ERR_STREAM_PREMATURE_CLOSE"!==L.code){var eA=BA[x];return null!==eA&&(BA[N]=null,BA[c]=null,BA[x]=null,eA(L)),void(BA[U]=L)}var UA=BA[c];null!==UA&&(BA[N]=null,BA[c]=null,BA[x]=null,UA(y(void 0,!0))),BA[E]=!0}),Z.on("readable",lA.bind(null,BA)),BA}},9738(q,D,g){"use strict";var t=g(1078),B=g(6297);q.exports=function(M,Y){var V=M[Y];return B(V)?void 0:t(V)}},9760(q,D,g){q.exports=M;var t=g(4785).EventEmitter;function M(){t.call(this)}g(9784)(M,t),M.Readable=g(8261),M.Writable=g(9781),M.Duplex=g(4903),M.Transform=g(8569),M.PassThrough=g(7723),M.finished=g(2167),M.pipeline=g(3765),M.Stream=M,M.prototype.pipe=function(Y,V){var d=this;function c(y){Y.writable&&!1===Y.write(y)&&d.pause&&d.pause()}function x(){d.readable&&d.resume&&d.resume()}d.on("data",c),Y.on("drain",x),!Y._isStdio&&(!V||!1!==V.end)&&(d.on("end",E),d.on("close",N));var U=!1;function E(){U||(U=!0,Y.end())}function N(){U||(U=!0,"function"==typeof Y.destroy&&Y.destroy())}function _(y){if(Q(),0===t.listenerCount(this,"error"))throw y}function Q(){d.removeListener("data",c),Y.removeListener("drain",x),d.removeListener("end",E),d.removeListener("close",N),d.removeListener("error",_),Y.removeListener("error",_),d.removeListener("end",Q),d.removeListener("close",Q),Y.removeListener("close",Q)}return d.on("error",_),Y.on("error",_),d.on("end",Q),d.on("close",Q),Y.on("close",Q),Y.emit("pipe",d),Y}},9781(q,D,g){"use strict";var Y,t=g(9964);function M(P){var cA=this;this.next=null,this.entry=null,this.finish=function(){!function EA(P,cA,w){var H=P.entry;for(P.entry=null;H;){var TA=H.callback;cA.pendingcb--,TA(w),H=H.next}cA.corkedRequestsFree.next=P}(cA,P)}}q.exports=UA,UA.WritableState=L;var eA,V={deprecate:g(6465)},d=g(9018),c=g(783).Buffer,x=(typeof g.g<"u"?g.g:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},N=g(7385),Q=g(8130).getHighWaterMark,y=g(3797).F,K=y.ERR_INVALID_ARG_TYPE,lA=y.ERR_METHOD_NOT_IMPLEMENTED,uA=y.ERR_MULTIPLE_CALLBACK,G=y.ERR_STREAM_CANNOT_PIPE,J=y.ERR_STREAM_DESTROYED,rA=y.ERR_STREAM_NULL_VALUES,$=y.ERR_STREAM_WRITE_AFTER_END,Z=y.ERR_UNKNOWN_ENCODING,b=N.errorOrDestroy;function BA(){}function L(P,cA,w){Y=Y||g(4903),"boolean"!=typeof w&&(w=cA instanceof Y),this.objectMode=!!(P=P||{}).objectMode,w&&(this.objectMode=this.objectMode||!!P.writableObjectMode),this.highWaterMark=Q(this,P,"writableHighWaterMark",w),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===P.decodeStrings),this.defaultEncoding=P.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(TA){!function we(P,cA){var w=P._writableState,H=w.sync,TA=w.writecb;if("function"!=typeof TA)throw new uA;if(function ae(P){P.writing=!1,P.writecb=null,P.length-=P.writelen,P.writelen=0}(w),cA)!function KA(P,cA,w,H,TA){--cA.pendingcb,w?(t.nextTick(TA,H),t.nextTick(ne,P,cA),P._writableState.errorEmitted=!0,b(P,H)):(TA(H),P._writableState.errorEmitted=!0,b(P,H),ne(P,cA))}(P,w,H,cA,TA);else{var wA=iA(w)||P.destroyed;!wA&&!w.corked&&!w.bufferProcessing&&w.bufferedRequest&&CA(P,w),H?t.nextTick(ie,P,w,wA,TA):ie(P,w,wA,TA)}}(cA,TA)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==P.emitClose,this.autoDestroy=!!P.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new M(this)}function UA(P){var cA=this instanceof(Y=Y||g(4903));if(!cA&&!eA.call(UA,this))return new UA(P);this._writableState=new L(P,this,cA),this.writable=!0,P&&("function"==typeof P.write&&(this._write=P.write),"function"==typeof P.writev&&(this._writev=P.writev),"function"==typeof P.destroy&&(this._destroy=P.destroy),"function"==typeof P.final&&(this._final=P.final)),d.call(this)}function Be(P,cA,w,H,TA,wA,j){cA.writelen=H,cA.writecb=j,cA.writing=!0,cA.sync=!0,cA.destroyed?cA.onwrite(new J("write")):w?P._writev(TA,cA.onwrite):P._write(TA,wA,cA.onwrite),cA.sync=!1}function ie(P,cA,w,H){w||function kA(P,cA){0===cA.length&&cA.needDrain&&(cA.needDrain=!1,P.emit("drain"))}(P,cA),cA.pendingcb--,H(),ne(P,cA)}function CA(P,cA){cA.bufferProcessing=!0;var w=cA.bufferedRequest;if(P._writev&&w&&w.next){var TA=new Array(cA.bufferedRequestCount),wA=cA.corkedRequestsFree;wA.entry=w;for(var j=0,RA=!0;w;)TA[j]=w,w.isBuf||(RA=!1),w=w.next,j+=1;TA.allBuffers=RA,Be(P,cA,!0,cA.length,TA,"",wA.finish),cA.pendingcb++,cA.lastBufferedRequest=null,wA.next?(cA.corkedRequestsFree=wA.next,wA.next=null):cA.corkedRequestsFree=new M(cA),cA.bufferedRequestCount=0}else{for(;w;){var PA=w.chunk;if(Be(P,cA,!1,cA.objectMode?1:PA.length,PA,w.encoding,w.callback),w=w.next,cA.bufferedRequestCount--,cA.writing)break}null===w&&(cA.lastBufferedRequest=null)}cA.bufferedRequest=w,cA.bufferProcessing=!1}function iA(P){return P.ending&&0===P.length&&null===P.bufferedRequest&&!P.finished&&!P.writing}function hA(P,cA){P._final(function(w){cA.pendingcb--,w&&b(P,w),cA.prefinished=!0,P.emit("prefinish"),ne(P,cA)})}function ne(P,cA){var w=iA(cA);if(w&&(function bA(P,cA){!cA.prefinished&&!cA.finalCalled&&("function"!=typeof P._final||cA.destroyed?(cA.prefinished=!0,P.emit("prefinish")):(cA.pendingcb++,cA.finalCalled=!0,t.nextTick(hA,P,cA)))}(P,cA),0===cA.pendingcb&&(cA.finished=!0,P.emit("finish"),cA.autoDestroy))){var H=P._readableState;(!H||H.autoDestroy&&H.endEmitted)&&P.destroy()}return w}g(9784)(UA,d),L.prototype.getBuffer=function(){for(var cA=this.bufferedRequest,w=[];cA;)w.push(cA),cA=cA.next;return w},function(){try{Object.defineProperty(L.prototype,"buffer",{get:V.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(eA=Function.prototype[Symbol.hasInstance],Object.defineProperty(UA,Symbol.hasInstance,{value:function(cA){return!!eA.call(this,cA)||this===UA&&cA&&cA._writableState instanceof L}})):eA=function(cA){return cA instanceof this},UA.prototype.pipe=function(){b(this,new G)},UA.prototype.write=function(P,cA,w){var H=this._writableState,TA=!1,wA=!H.objectMode&&function E(P){return c.isBuffer(P)||P instanceof x}(P);return wA&&!c.isBuffer(P)&&(P=function U(P){return c.from(P)}(P)),"function"==typeof cA&&(w=cA,cA=null),wA?cA="buffer":cA||(cA=H.defaultEncoding),"function"!=typeof w&&(w=BA),H.ending?function xA(P,cA){var w=new $;b(P,w),t.nextTick(cA,w)}(this,w):(wA||function QA(P,cA,w,H){var TA;return null===w?TA=new rA:"string"!=typeof w&&!cA.objectMode&&(TA=new K("chunk",["string","Buffer"],w)),!TA||(b(P,TA),t.nextTick(H,TA),!1)}(this,H,P,w))&&(H.pendingcb++,TA=function JA(P,cA,w,H,TA,wA){if(!w){var j=function gA(P,cA,w){return!P.objectMode&&!1!==P.decodeStrings&&"string"==typeof cA&&(cA=c.from(cA,w)),cA}(cA,H,TA);H!==j&&(w=!0,TA="buffer",H=j)}var RA=cA.objectMode?1:H.length;cA.length+=RA;var PA=cA.length-1))throw new Z(cA);return this._writableState.defaultEncoding=cA,this},Object.defineProperty(UA.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(UA.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),UA.prototype._write=function(P,cA,w){w(new lA("_write()"))},UA.prototype._writev=null,UA.prototype.end=function(P,cA,w){var H=this._writableState;return"function"==typeof P?(w=P,P=null,cA=null):"function"==typeof cA&&(w=cA,cA=null),null!=P&&this.write(P,cA),H.corked&&(H.corked=1,this.uncork()),H.ending||function $A(P,cA,w){cA.ending=!0,ne(P,cA),w&&(cA.finished?t.nextTick(w):P.once("finish",w)),cA.ended=!0,P.writable=!1}(this,H,w),this},Object.defineProperty(UA.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(UA.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(cA){this._writableState&&(this._writableState.destroyed=cA)}}),UA.prototype.destroy=N.destroy,UA.prototype._undestroy=N.undestroy,UA.prototype._destroy=function(P,cA){cA(P)}},9784(q){q.exports="function"==typeof Object.create?function(g,t){t&&(g.super_=t,g.prototype=Object.create(t.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}))}:function(g,t){if(t){g.super_=t;var B=function(){};B.prototype=t.prototype,g.prototype=new B,g.prototype.constructor=g}}},9851(q,D,g){"use strict";var t;q.exports=(t=g(6861),g(4866),g(3532),g(6818),g(2858),function(){var B=t,Y=B.lib.BlockCipher,V=B.algo,d=[],c=[],x=[],U=[],E=[],N=[],_=[],Q=[],y=[],K=[];!function(){for(var G=[],J=0;J<256;J++)G[J]=J<128?J<<1:J<<1^283;var rA=0,$=0;for(J=0;J<256;J++){var Z=$^$<<1^$<<2^$<<3^$<<4;d[rA]=Z=Z>>>8^255&Z^99,c[Z]=rA;var eA,b=G[rA],BA=G[b],L=G[BA];x[rA]=(eA=257*G[Z]^16843008*Z)<<24|eA>>>8,U[rA]=eA<<16|eA>>>16,E[rA]=eA<<8|eA>>>24,N[rA]=eA,_[Z]=(eA=16843009*L^65537*BA^257*b^16843008*rA)<<24|eA>>>8,Q[Z]=eA<<16|eA>>>16,y[Z]=eA<<8|eA>>>24,K[Z]=eA,rA?(rA=b^G[G[G[L^b]]],$^=G[G[$]]):rA=$=1}}();var lA=[0,1,2,4,8,16,32,64,128,27,54],uA=V.AES=Y.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var J=this._keyPriorReset=this._key,rA=J.words,$=J.sigBytes/4,b=4*((this._nRounds=$+6)+1),BA=this._keySchedule=[],L=0;L6&&L%$==4&&(G=d[G>>>24]<<24|d[G>>>16&255]<<16|d[G>>>8&255]<<8|d[255&G]):(G=d[(G=G<<8|G>>>24)>>>24]<<24|d[G>>>16&255]<<16|d[G>>>8&255]<<8|d[255&G],G^=lA[L/$|0]<<24),BA[L]=BA[L-$]^G);for(var eA=this._invKeySchedule=[],UA=0;UA>>24]]^Q[d[G>>>16&255]]^y[d[G>>>8&255]]^K[d[255&G]]}}},encryptBlock:function(G,J){this._doCryptBlock(G,J,this._keySchedule,x,U,E,N,d)},decryptBlock:function(G,J){var rA=G[J+1];G[J+1]=G[J+3],G[J+3]=rA,this._doCryptBlock(G,J,this._invKeySchedule,_,Q,y,K,c),rA=G[J+1],G[J+1]=G[J+3],G[J+3]=rA},_doCryptBlock:function(G,J,rA,$,Z,b,BA,L){for(var eA=this._nRounds,UA=G[J]^rA[0],xA=G[J+1]^rA[1],QA=G[J+2]^rA[2],gA=G[J+3]^rA[3],JA=4,Be=1;Be>>24]^Z[xA>>>16&255]^b[QA>>>8&255]^BA[255&gA]^rA[JA++],ae=$[xA>>>24]^Z[QA>>>16&255]^b[gA>>>8&255]^BA[255&UA]^rA[JA++],we=$[QA>>>24]^Z[gA>>>16&255]^b[UA>>>8&255]^BA[255&xA]^rA[JA++],ie=$[gA>>>24]^Z[UA>>>16&255]^b[xA>>>8&255]^BA[255&QA]^rA[JA++];UA=KA,xA=ae,QA=we,gA=ie}KA=(L[UA>>>24]<<24|L[xA>>>16&255]<<16|L[QA>>>8&255]<<8|L[255&gA])^rA[JA++],ae=(L[xA>>>24]<<24|L[QA>>>16&255]<<16|L[gA>>>8&255]<<8|L[255&UA])^rA[JA++],we=(L[QA>>>24]<<24|L[gA>>>16&255]<<16|L[UA>>>8&255]<<8|L[255&xA])^rA[JA++],ie=(L[gA>>>24]<<24|L[UA>>>16&255]<<16|L[xA>>>8&255]<<8|L[255&QA])^rA[JA++],G[J]=KA,G[J+1]=ae,G[J+2]=we,G[J+3]=ie},keySize:8});B.AES=Y._createHelper(uA)}(),t.AES)},9877(q,D,g){"use strict";var t=g(1212);q.exports=t({}.isPrototypeOf)},9964(q){var g,t,D=q.exports={};function B(){throw new Error("setTimeout has not been defined")}function M(){throw new Error("clearTimeout has not been defined")}function Y(y){if(g===setTimeout)return setTimeout(y,0);if((g===B||!g)&&setTimeout)return g=setTimeout,setTimeout(y,0);try{return g(y,0)}catch{try{return g.call(null,y,0)}catch{return g.call(this,y,0)}}}!function(){try{g="function"==typeof setTimeout?setTimeout:B}catch{g=B}try{t="function"==typeof clearTimeout?clearTimeout:M}catch{t=M}}();var x,d=[],c=!1,U=-1;function E(){!c||!x||(c=!1,x.length?d=x.concat(d):U=-1,d.length&&N())}function N(){if(!c){var y=Y(E);c=!0;for(var K=d.length;K;){for(x=d,d=[];++U1)for(var lA=1;lA{var D=q&&q.__esModule?()=>q.default:()=>q;return Pn.d(D,{a:D}),D},Pn.d=(q,D)=>{for(var g in D)Pn.o(D,g)&&!Pn.o(q,g)&&Object.defineProperty(q,g,{enumerable:!0,get:D[g]})},Pn.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch{if("object"==typeof window)return window}}(),Pn.o=(q,D)=>Object.prototype.hasOwnProperty.call(q,D),Pn.nmd=q=>(q.paths=[],q.children||(q.children=[]),q),Pn(6092)})(),Li.exports=Pn()},94853:(Li,zi,Ve)=>{"use strict";Ve.r(zi),Ve.d(zi,{CLNModule:()=>kw});var Ee=Ve(72200),Hn=Ve(38132),Pt=Ve(43694),Pn=Ve(9881),A=Ve(73664),q=Ve(67575),D=Ve(52920);function g(n,l){1&n&&A.nrm(0,"mat-progress-bar",3)}let t=(()=>{var n;class l{constructor(i){this.router=i,this.loading=!1,this.router.events.subscribe(o=>{switch(!0){case o instanceof Pt.Z:this.loading=!0;break;case o instanceof Pt.wF:case o instanceof Pt.j5:case o instanceof Pt.L6:this.loading=!1}})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-root"]],standalone:!1,decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(o,r){1&o&&(A.j41(0,"div",1),A.DNE(1,g,1,0,"mat-progress-bar",2),A.nrm(2,"router-outlet",null,0),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",r.loading))},dependencies:[Ee.bT,q.HM,D.DJ,D.sA,D.UI,Pt.n3],encapsulation:2,data:{animation:[Pn.E]}}))}return n(),l})();var B=Ve(21413),M=Ve(56977),Y=Ve(53993),V=Ve(90614),d=Ve(45383),c=Ve(4416),x=Ve(79647),U=Ve(59584),E=Ve(2615),N=Ve(98570),_=Ve(59640),Q=Ve(82571),y=Ve(20060),K=Ve(22598),lA=Ve(25596),uA=Ve(82885),G=Ve(12629),J=Ve(59115),rA=Ve(16038),$=Ve(96850),Z=Ve(5964),b=Ve(96695),BA=Ve(2042),L=Ve(19295),eA=Ve(96183),UA=Ve(51585),xA=Ve(28430),QA=Ve(11747),gA=Ve(89417),JA=Ve(88834),Be=Ve(33746),KA=Ve(69588),ae=Ve(23029),we=Ve(30450),ie=Ve(40455),kA=Ve(89587),CA=Ve(56114);function iA(n,l){1&n&&(A.j41(0,"span",31),A.EFF(1,"= "),A.k0s())}function hA(n,l){if(1&n&&(A.j41(0,"span",32),A.nrm(1,"fa-icon",33),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function bA(n,l){if(1&n&&A.nrm(0,"span",34),2&n){const e=A.XpG();A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function ne(n,l){if(1&n&&(A.j41(0,"mat-option",35),A.EFF(1),A.nI1(2,"titlecase"),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e),A.R7$(),A.JRh(A.bMT(2,2,e))}}function $A(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.invoiceError)}}function EA(n,l){if(1&n&&(A.j41(0,"div",36),A.nrm(1,"fa-icon",37),A.DNE(2,$A,2,1,"span",38),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.invoiceError)}}let P=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.dialogRef=i,this.data=o,this.store=r,this.decimalPipe=nA,this.commonService=WA,this.actions=Ae,this.faExclamationTriangle=d.zpE,this.convertedCurrency=null,this.description="",this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.timeUnitEnum=c.F7,this.timeUnits=c.SY,this.selTimeUnit=c.F7.SECS,this.invoiceError="",this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.actions.pipe((0,M.Q)(this.unSubs[2]),(0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(i=>{i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&"SaveNewInvoice"===i.payload.action&&(i.payload.status===c.wn.ERROR&&(this.invoiceError=i.payload.message),i.payload.status===c.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(i){this.invoiceError="",this.invoiceValue||(this.invoiceValue=0);let o=this.expiry?this.expiry:c.It;this.selTimeUnit!==c.F7.SECS&&this.expiry&&(o=this.commonService.convertTime(this.expiry,this.selTimeUnit,c.F7.SECS)),this.store.dispatch((0,xA.VK)({payload:{label:"ulbl"+Math.random().toString(36).slice(2)+Date.now(),amount_msat:this.invoiceValue?1e3*this.invoiceValue:"any",description:this.description,expiry:o,exposeprivatechannels:this.private}}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=c.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&(this.invoiceValueHint="",this.invoiceValue&&this.invoiceValue>99&&this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[3])).subscribe({next:i=>{this.convertedCurrency=i,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:i=>{this.invoiceValueHint="Conversion Error: "+i}}))}onTimeUnitChange(i){this.expiry&&this.selTimeUnit!==i.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,i.value)),this.selTimeUnit=i.value}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(Ee.QX),A.rXU(Q.h),A.rXU(QA.En))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-create-invoices"]],standalone:!1,decls:48,vars:19,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","2","name","description",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","3","name","invoiceValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","expiry","type","number","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","26"],["tabindex","5","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","50","fxLayoutAlign","start center",1,"ml-2"],["tabindex","6","color","primary","name","private",3,"ngModelChange","ngModel"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","8",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Create Invoice"),A.k0s()(),A.j41(6,"button",6),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),A.EFF(13,"Description"),A.k0s(),A.j41(14,"input",10),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.description,Ae)||(r.description=Ae),E.Njj(Ae)}),A.k0s()(),A.j41(15,"div",11)(16,"mat-form-field",12)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",13),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.invoiceValue,Ae)||(r.invoiceValue=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onInvoiceValueChange())}),A.k0s(),A.j41(20,"span",14),A.EFF(21,"Sats "),A.k0s(),A.j41(22,"mat-hint",15),A.DNE(23,iA,2,0,"span",16)(24,hA,2,1,"span",17)(25,bA,1,1,"span",18),A.EFF(26),A.k0s()(),A.j41(27,"mat-form-field",19)(28,"mat-label"),A.EFF(29,"Expiry"),A.k0s(),A.j41(30,"input",20),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.expiry,Ae)||(r.expiry=Ae),E.Njj(Ae)}),A.k0s(),A.j41(31,"span",14),A.EFF(32),A.nI1(33,"titlecase"),A.k0s()(),A.j41(34,"mat-form-field",21)(35,"mat-select",22),A.bIt("selectionChange",function(Ae){return E.eBV(nA),E.Njj(r.onTimeUnitChange(Ae))}),A.DNE(36,ne,3,4,"mat-option",23),A.k0s()()(),A.j41(37,"div",24)(38,"mat-slide-toggle",25),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.private,Ae)||(r.private=Ae),E.Njj(Ae)}),A.EFF(39,"Private Routing Hints"),A.k0s(),A.j41(40,"mat-icon",26),A.EFF(41,"info_outline"),A.k0s()(),A.DNE(42,EA,3,2,"div",27),A.j41(43,"div",28)(44,"button",29),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(45,"Clear Field"),A.k0s(),A.j41(46,"button",30),A.bIt("click",function(){E.eBV(nA);const Ae=A.sdS(10);return E.Njj(r.onAddInvoice(Ae))}),A.EFF(47,"Create Invoice"),A.k0s()()()()()()}2&o&&(A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(8),A.R50("ngModel",r.description),A.R7$(5),A.Y8G("step",100)("min",1),A.R50("ngModel",r.invoiceValue),A.R7$(4),A.Y8G("ngIf",""!==r.invoiceValueHint),A.R7$(),A.Y8G("ngIf",r.convertedCurrency&&"FA"===r.convertedCurrency.iconType&&""!==r.invoiceValueHint),A.R7$(),A.Y8G("ngIf",r.convertedCurrency&&"SVG"===r.convertedCurrency.iconType&&""!==r.invoiceValueHint),A.R7$(),A.SpI(" ",r.invoiceValueHint," "),A.R7$(4),A.Y8G("step",r.selTimeUnit===r.timeUnitEnum.SECS?300:r.selTimeUnit===r.timeUnitEnum.MINS?10:r.selTimeUnit===r.timeUnitEnum.HOURS?2:1)("min",1),A.R50("ngModel",r.expiry),A.R7$(2),A.SpI("",A.bMT(33,17,r.selTimeUnit)," "),A.R7$(3),A.Y8G("value",r.selTimeUnit),A.R7$(),A.Y8G("ngForOf",r.timeUnits),A.R7$(2),A.R50("ngModel",r.private),A.R7$(4),A.Y8G("ngIf",""!==r.invoiceError))},dependencies:[Ee.Sq,Ee.bT,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.VZ,gA.vS,gA.cV,y.aY,UA.tx,JA.$z,lA.m2,lA.MM,G.An,Be.fg,KA.rl,KA.nJ,KA.MV,KA.yw,D.DJ,D.sA,D.UI,eA.VO,ae.wT,we.sG,ie.oV,kA.N,CA.V,Ee.PV],encapsulation:2}))}return n(),l})();var cA=Ve(8321),w=Ve(11771),H=Ve(37541),TA=Ve(52929),wA=Ve(10497);const j=()=>["all"],RA=n=>({"error-border":n}),PA=()=>["no_invoice"],XA=n=>({"mr-0":n}),vA=n=>({width:n}),fe=n=>({"display-none":n});function ye(n,l){1&n&&(A.j41(0,"span",19),A.EFF(1,"= "),A.k0s())}function Ge(n,l){if(1&n&&(A.j41(0,"span",20),A.nrm(1,"fa-icon",21),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function He(n,l){if(1&n&&A.nrm(0,"span",22),2&n){const e=A.XpG(2);A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function _e(n,l){if(1&n){const e=A.RV6();A.j41(0,"form",6,0)(2,"mat-form-field",7)(3,"mat-label"),A.EFF(4,"Description"),A.k0s(),A.j41(5,"input",8),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.description,o)||(r.description=o),E.Njj(o)}),A.k0s()(),A.j41(6,"mat-form-field",9)(7,"mat-label"),A.EFF(8,"Amount"),A.k0s(),A.j41(9,"input",10),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.invoiceValue,o)||(r.invoiceValue=o),E.Njj(o)}),A.bIt("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onInvoiceValueChange())}),A.k0s(),A.j41(10,"span",11),A.EFF(11,"Sats "),A.k0s(),A.j41(12,"mat-hint",12),A.DNE(13,ye,2,0,"span",13)(14,Ge,2,1,"span",14)(15,He,1,1,"span",15),A.EFF(16),A.k0s()(),A.j41(17,"div",16)(18,"button",17),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.resetData())}),A.EFF(19,"Clear Field"),A.k0s(),A.j41(20,"button",18),A.bIt("click",function(){E.eBV(e);const o=A.sdS(1),r=A.XpG();return E.Njj(r.onAddInvoice(o))}),A.EFF(21,"Create Invoice"),A.k0s()()()}if(2&n){const e=A.XpG();A.R7$(5),A.R50("ngModel",e.description),A.R7$(4),A.Y8G("step",100)("min",1),A.R50("ngModel",e.invoiceValue),A.R7$(4),A.Y8G("ngIf",""!==e.invoiceValueHint),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.invoiceValueHint),A.R7$(),A.SpI(" ",e.invoiceValueHint," ")}}function Pe(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",23)(1,"button",24),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDeleteExpiredInvoices())}),A.EFF(2,"Delete Expired"),A.k0s(),A.j41(3,"button",25),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.openCreateInvoiceModal())}),A.EFF(4,"Create Invoice"),A.k0s()()}}function te(n,l){if(1&n&&(A.j41(0,"mat-option",62),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function sA(n,l){1&n&&A.nrm(0,"mat-progress-bar",63)}function T(n,l){1&n&&A.nrm(0,"th",64)}function v(n,l){if(1&n&&A.nrm(0,"span",69),2&n){const e=A.XpG(3);A.Y8G("ngClass",A.eq3(1,XA,e.screenSize===e.screenSizeEnum.XS))}}function u(n,l){if(1&n&&A.nrm(0,"span",70),2&n){const e=A.XpG(3);A.Y8G("ngClass",A.eq3(1,XA,e.screenSize===e.screenSizeEnum.XS))}}function m(n,l){if(1&n&&A.nrm(0,"span",71),2&n){const e=A.XpG(3);A.Y8G("ngClass",A.eq3(1,XA,e.screenSize===e.screenSizeEnum.XS))}}function R(n,l){if(1&n&&(A.j41(0,"td",65),A.DNE(1,v,1,3,"span",66)(2,u,1,3,"span",67)(3,m,1,3,"span",68),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf","paid"===(null==e?null:e.status)),A.R7$(),A.Y8G("ngIf","unpaid"===(null==e?null:e.status)),A.R7$(),A.Y8G("ngIf","expired"===(null==e?null:e.status))}}function pA(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Expiry Date"),A.k0s())}function aA(n,l){if(1&n&&(A.j41(0,"td",65),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*(null==e?null:e.expires_at),"dd/MMM/y HH:mm")," ")}}function Me(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Date Settled"),A.k0s())}function VA(n,l){if(1&n&&(A.j41(0,"td",65),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.paid_at),"dd/MMM/y HH:mm")||"-")}}function Ce(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Type"),A.k0s())}function dA(n,l){if(1&n&&(A.j41(0,"td",65),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null!=e&&e.bolt12?"Bolt12":null!=e&&e.bolt11&&e.label.includes("keysend-")?"Keysend":"Bolt11")}}function ve(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Description"),A.k0s())}function qe(n,l){if(1&n&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,vA,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.description)}}function W(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Label"),A.k0s())}function Ie(n,l){if(1&n&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,vA,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.label)}}function de(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Payment Hash"),A.k0s())}function SA(n,l){if(1&n&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,vA,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.payment_hash)}}function ce(n,l){1&n&&(A.j41(0,"th",72),A.EFF(1,"Invoice"),A.k0s())}function pe(n,l){if(1&n&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,vA,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.bolt11)}}function st(n,l){1&n&&(A.j41(0,"th",75),A.EFF(1,"Amount (Sats)"),A.k0s())}function We(n,l){if(1&n&&(A.j41(0,"td",65)(1,"span",76),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.amount_msat)/1e3,(null==e?null:e.amount_msat)<1e3?"1.0-4":"1.0-0"))}}function Ze(n,l){1&n&&(A.j41(0,"th",75),A.EFF(1,"Amount Settled (Sats)"),A.k0s())}function Ct(n,l){if(1&n&&(A.j41(0,"td",65)(1,"span",76),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.amount_received_msat)/1e3,(null==e?null:e.amount_received_msat)<1e3?"1.0-4":"1.0-0"))}}function Kt(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",77)(1,"div",78)(2,"mat-select",79),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",80),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function rt(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",81)(1,"div",78)(2,"mat-select",82),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",80),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onInvoiceClick(o))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",80),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onRefreshInvoice(o))}),A.EFF(7,"Refresh"),A.k0s()()()()}}function mt(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No invoice available."),A.k0s())}function zt(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting invoices..."),A.k0s())}function kt(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function Jt(n,l){if(1&n&&(A.j41(0,"td",83),A.DNE(1,mt,2,0,"p",84)(2,zt,2,0,"p",84)(3,kt,2,1,"p",84),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.invoices&&e.invoices.data)||(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function nt(n,l){if(1&n&&A.nrm(0,"tr",85),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,fe,(null==e.invoices?null:e.invoices.data)&&(null==e.invoices||null==e.invoices.data?null:e.invoices.data.length)>0))}}function $e(n,l){1&n&&A.nrm(0,"tr",86)}function lt(n,l){1&n&&A.nrm(0,"tr",87)}function tt(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",26)(1,"div",27)(2,"div",28),A.nrm(3,"fa-icon",29),A.j41(4,"span",30),A.EFF(5,"Invoices History"),A.k0s()(),A.j41(6,"div",31)(7,"mat-form-field",32)(8,"mat-label"),A.EFF(9,"Filter By"),A.k0s(),A.j41(10,"mat-select",33),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilterBy,o)||(r.selFilterBy=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return o.selFilter="",E.Njj(o.applyFilter())}),A.j41(11,"perfect-scrollbar"),A.DNE(12,te,2,2,"mat-option",34),A.k0s()()(),A.j41(13,"mat-form-field",32)(14,"mat-label"),A.EFF(15,"Filter"),A.k0s(),A.j41(16,"input",35),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilter,o)||(r.selFilter=o),E.Njj(o)}),A.bIt("input",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())})("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())}),A.k0s()()()(),A.j41(17,"div",36),A.DNE(18,sA,1,0,"mat-progress-bar",37),A.j41(19,"table",38,1),A.qex(21,39),A.DNE(22,T,1,0,"th",40)(23,R,4,3,"td",41),A.bVm(),A.qex(24,42),A.DNE(25,pA,2,0,"th",43)(26,aA,3,4,"td",41),A.bVm(),A.qex(27,44),A.DNE(28,Me,2,0,"th",43)(29,VA,3,4,"td",41),A.bVm(),A.qex(30,45),A.DNE(31,Ce,2,0,"th",43)(32,dA,2,1,"td",41),A.bVm(),A.qex(33,46),A.DNE(34,ve,2,0,"th",43)(35,qe,4,4,"td",41),A.bVm(),A.qex(36,47),A.DNE(37,W,2,0,"th",43)(38,Ie,4,4,"td",41),A.bVm(),A.qex(39,48),A.DNE(40,de,2,0,"th",43)(41,SA,4,4,"td",41),A.bVm(),A.qex(42,49),A.DNE(43,ce,2,0,"th",43)(44,pe,4,4,"td",41),A.bVm(),A.qex(45,50),A.DNE(46,st,2,0,"th",51)(47,We,4,4,"td",41),A.bVm(),A.qex(48,52),A.DNE(49,Ze,2,0,"th",51)(50,Ct,4,4,"td",41),A.bVm(),A.qex(51,53),A.DNE(52,Kt,6,0,"th",54)(53,rt,8,0,"td",55),A.bVm(),A.qex(54,56),A.DNE(55,Jt,4,3,"td",57),A.bVm(),A.DNE(56,nt,1,3,"tr",58)(57,$e,1,0,"tr",59)(58,lt,1,0,"tr",60),A.k0s()(),A.nrm(59,"mat-paginator",61),A.k0s()}if(2&n){const e=A.XpG();A.R7$(3),A.Y8G("icon",e.faHistory),A.R7$(7),A.R50("ngModel",e.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,j).concat(e.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",e.selFilter),A.R7$(2),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.invoices)("ngClass",A.eq3(16,RA,""!==e.errorMessage)),A.R7$(37),A.Y8G("matFooterRowDef",A.lJ4(18,PA)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns),A.R7$(),A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let Ut=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn,bt){this.logger=i,this.store=o,this.decimalPipe=r,this.commonService=nA,this.rtlEffects=WA,this.datePipe=Ae,this.actions=mn,this.camelCaseWithReplace=bt,this.calledFrom="transactions",this.faHistory=d.Int,this.nodePageDefs=c.Jd,this.convertedCurrency=null,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:c.md,sortBy:"expires_at",sortOrder:c.oi.DESCENDING},this.newlyAddedInvoiceMemo="",this.newlyAddedInvoiceValue=0,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoices=new L.I6([]),this.invoiceJSONArr=[],this.information={},this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.Pj).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.invoiceJSONArr=i.listInvoices.invoices||[],this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr),this.logger.info(i)}),this.actions.pipe((0,M.Q)(this.unSubs[4]),(0,Z.p)(i=>i.type===c.TC.SET_LOOKUP_CLN||i.type===c.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(i=>{i.type===c.TC.SET_LOOKUP_CLN&&this.invoiceJSONArr&&this.sort&&this.paginator&&i.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(i.payload))),this.loadInvoicesTable(this.invoiceJSONArr))})}ngAfterViewInit(){this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr)}openCreateInvoiceModal(){this.store.dispatch((0,w.xO)({payload:{data:{pageSize:this.pageSize,component:P}}}))}onAddInvoice(i){this.invoiceValue||(this.invoiceValue=0);const o=this.expiry?this.expiry:c.It;this.newlyAddedInvoiceMemo="ulbl"+Math.random().toString(36).slice(2)+Date.now(),this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,xA.VK)({payload:{label:this.newlyAddedInvoiceMemo,amount_msat:this.invoiceValue?1e3*this.invoiceValue:"any",description:this.description,expiry:o,exposeprivatechannels:this.private}})),this.resetData()}onDeleteExpiredInvoices(){this.store.dispatch((0,w.I1)({payload:{data:{type:"CONFIRM",titleMessage:"Delete Expired Invoices",noBtnText:"Cancel",yesBtnText:"Delete Invoices"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[5])).subscribe(i=>{i&&this.store.dispatch((0,xA.a5)({payload:null}))})}onInvoiceClick(i){this.store.dispatch((0,w.xO)({payload:{data:{invoice:{amount_msat:i.amount_msat,label:i.label,expires_at:i.expires_at,paid_at:i.paid_at,bolt11:i.bolt11,payment_hash:i.payment_hash,description:i.description,status:i.status,amount_received_msat:i.amount_received_msat},newlyAdded:!1,component:cA.y}}}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.invoices.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=this.datePipe.transform(new Date(1e3*(i.paid_at||0)),"dd/MMM/y HH:mm")?.toLowerCase()+this.datePipe.transform(new Date(1e3*(i.expires_at||0)),"dd/MMM/y HH:mm")?.toLowerCase()+(i.bolt12?"bolt12":i.bolt11?"bolt11":"keysend")+JSON.stringify(i).toLowerCase();break;case"status":r="paid"===i?.status?"paid":"unpaid"===i?.status?"unpaid":"expired";break;case"expires_at":case"paid_at":r=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"type":r=i?.bolt12?"bolt12":i?.bolt11&&i?.label?.includes("keysend-")?"keysend":"bolt11";break;case"msatoshi":r=((i.amount_msat||0)/1e3).toString()||"";break;case"msatoshi_received":r=((i.amount_received_msat||0)/1e3).toString()||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"status"===this.selFilterBy||"type"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,c.BQ.SATS,c.BQ.OTHER,this.selNode?.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[6])).subscribe({next:i=>{this.convertedCurrency=i,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:i=>{this.invoiceValueHint="Conversion Error: "+i}}))}onRefreshInvoice(i){this.store.dispatch((0,xA.Yi)({payload:i.label}))}updateInvoicesData(i){this.invoiceJSONArr=this.invoiceJSONArr?.map(o=>o.label===i.label?i:o)}loadInvoicesTable(i){this.invoices=new L.I6(i?[...i]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(o,r)=>{switch(r){case"msatoshi":return o.amount_msat;case"msatoshi_received":return o.amount_received_msat;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.invoices.paginator=this.paginator,this.applyFilter(),this.setFilterPredicate()}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Ee.QX),A.rXU(Q.h),A.rXU(H.H),A.rXU(Ee.vh),A.rXU(QA.En),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-lightning-invoices-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["table",""],["fxLayout","column","fxFlex","110","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["matInput","","tabindex","2","name","description",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","name","invoiceValue","type","number","tabindex","3",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-stroked-button","","color","warn","tabindex","7","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","expires_at"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","paid_at"],["matColumnDef","type"],["matColumnDef","description"],["matColumnDef","label"],["matColumnDef","payment_hash"],["matColumnDef","bolt11"],["matColumnDef","msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi_received"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){1&o&&(A.j41(0,"div",2),A.DNE(1,_e,22,8,"form",3)(2,Pe,5,0,"div",4)(3,tt,60,19,"div",5),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf","home"===r.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===r.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===r.calledFrom))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.VZ,gA.vS,gA.cV,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,KA.MV,KA.yw,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,CA.V,Ee.QX,Ee.vh],styles:[".mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return n(),l})();var Gt=Ve(96697),Rt=Ve(51534),Cn=Ve(82765),pn=Ve(5951);const Dn=["sendPaymentForm"],en=["paymentAmt"],tn=["offerAmt"],In=["paymentReq"],yA=["offerReq"];function DA(n,l){if(1&n&&(A.j41(0,"mat-radio-button",26),A.EFF(1,"Offer"),A.k0s()),2&n){const e=A.XpG();A.Y8G("value",A.mNQ(e.paymentTypes.OFFER))}}function mA(n,l){1&n&&A.eu8(0)}function _A(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.paymentError)}}function jA(n,l){if(1&n&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",28),A.DNE(2,_A,2,1,"span",29),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.paymentError)}}function NA(n,l){if(1&n&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function le(n,l){if(1&n&&A.nrm(0,"span",39),2&n){const e=A.XpG(3);A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function GA(n,l){if(1&n&&(A.j41(0,"mat-hint",34),A.EFF(1),A.DNE(2,NA,2,1,"span",35)(3,le,1,1,"span",36),A.EFF(4),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.SpI(" ",e.paymentDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),A.R7$(),A.SpI(" ",e.paymentDecodedHintPost," ")}}function ee(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Payment request is required."),A.k0s())}function qA(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.paymentDecodedHint)}}function Fe(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Payment amount is required."),A.k0s())}function Le(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",10)(1,"mat-label"),A.EFF(2,"Amount (Sats)"),A.k0s(),A.j41(3,"input",40,5),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG(2);return A.DH7(r.paymentAmount,o)||(r.paymentAmount=o),E.Njj(o)}),A.bIt("change",function(o){E.eBV(e);const r=A.XpG(2);return E.Njj(r.onAmountChange(o))}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6,"It is a zero amount invoice, enter amount to be paid."),A.k0s(),A.DNE(7,Fe,2,0,"mat-error",29),A.k0s()}if(2&n){const e=A.XpG(2);A.R7$(3),A.R50("ngModel",e.paymentAmount),A.R7$(4),A.Y8G("ngIf",!e.paymentAmount)}}function et(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Payment Request"),A.k0s(),A.j41(3,"textarea",31,4),A.bIt("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onPaymentRequestEntry(o))})("matTextareaAutosize",function(){return E.eBV(e),E.Njj(!0)}),A.k0s(),A.DNE(5,GA,5,4,"mat-hint",32)(6,ee,2,0,"mat-error",29)(7,qA,2,1,"mat-error",29),A.k0s(),A.DNE(8,Le,8,2,"mat-form-field",33)}if(2&n){const e=A.sdS(4),i=A.XpG();A.R7$(3),A.Y8G("ngModel",i.paymentRequest),A.R7$(2),A.Y8G("ngIf",i.paymentRequest&&""!==i.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",!i.paymentRequest),A.R7$(),A.Y8G("ngIf",null==e.errors?null:e.errors.decodeError),A.R7$(),A.Y8G("ngIf",i.zeroAmtInvoice)}}function ct(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Pubkey is required."),A.k0s())}function ze(n,l){1&n&&(A.j41(0,"span",45),A.EFF(1,"= "),A.k0s())}function ue(n,l){if(1&n&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function Oe(n,l){if(1&n&&A.nrm(0,"span",39),2&n){const e=A.XpG(2);A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function it(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Keysend amount is required."),A.k0s())}function gt(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Pubkey"),A.k0s(),A.j41(3,"input",41),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.pubkey,o)||(r.pubkey=o),E.Njj(o)}),A.k0s(),A.DNE(4,ct,2,0,"mat-error",29),A.k0s(),A.j41(5,"mat-form-field",30)(6,"mat-label"),A.EFF(7,"Amount"),A.k0s(),A.j41(8,"input",42,6),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.keysendAmount,o)||(r.keysendAmount=o),E.Njj(o)}),A.bIt("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onKeysendAmountChange())}),A.k0s(),A.j41(10,"span",43),A.EFF(11,"Sats "),A.k0s(),A.j41(12,"mat-hint",34),A.DNE(13,ze,2,0,"span",44)(14,ue,2,1,"span",35)(15,Oe,1,1,"span",36),A.EFF(16),A.k0s(),A.DNE(17,it,2,0,"mat-error",29),A.k0s()}if(2&n){const e=A.XpG();A.R7$(3),A.R50("ngModel",e.pubkey),A.R7$(),A.Y8G("ngIf",!e.pubkey),A.R7$(4),A.R50("ngModel",e.keysendAmount),A.R7$(5),A.Y8G("ngIf",""!==e.keysendValueHint),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.keysendValueHint),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.keysendValueHint),A.R7$(),A.SpI(" ",e.keysendValueHint," "),A.R7$(),A.Y8G("ngIf",!e.keysendAmount)}}function Ft(n,l){if(1&n&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function Mt(n,l){if(1&n&&A.nrm(0,"span",39),2&n){const e=A.XpG(3);A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function Lt(n,l){if(1&n&&(A.j41(0,"mat-hint",34),A.EFF(1),A.DNE(2,Ft,2,1,"span",35)(3,Mt,1,1,"span",36),A.EFF(4),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.SpI(" ",e.offerDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.offerDecodedHintPre),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.offerDecodedHintPre),A.R7$(),A.SpI(" ",e.offerDecodedHintPost," ")}}function ut(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Offer request is required."),A.k0s())}function pt(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.offerDecodedHint)}}function Mn(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Offer amount is required."),A.k0s())}function rn(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",10)(1,"mat-label"),A.EFF(2,"Amount (Sats)"),A.k0s(),A.j41(3,"input",51,8),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG(2);return A.DH7(r.offerAmount,o)||(r.offerAmount=o),E.Njj(o)}),A.bIt("change",function(o){E.eBV(e);const r=A.XpG(2);return E.Njj(r.onAmountChange(o))}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6,"It is a zero amount offer, enter amount to be paid."),A.k0s(),A.DNE(7,Mn,2,0,"mat-error",29),A.k0s()}if(2&n){const e=A.XpG(2);A.R7$(3),A.R50("ngModel",e.offerAmount),A.R7$(4),A.Y8G("ngIf",!e.offerAmount)}}function nn(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Title to Save"),A.k0s(),A.j41(3,"input",53),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG(2);return A.DH7(r.offerTitle,o)||(r.offerTitle=o),E.Njj(o)}),A.k0s()()}if(2&n){const e=A.XpG(2);A.R7$(3),A.R50("ngModel",e.offerTitle)}}function Vt(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Offer Request"),A.k0s(),A.j41(3,"textarea",46,7),A.bIt("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onPaymentRequestEntry(o))})("matTextareaAutosize",function(){return E.eBV(e),E.Njj(!0)}),A.k0s(),A.DNE(5,Lt,5,4,"mat-hint",32)(6,ut,2,0,"mat-error",29)(7,pt,2,1,"mat-error",29),A.k0s(),A.DNE(8,rn,8,2,"mat-form-field",33),A.j41(9,"div",47)(10,"mat-checkbox",48),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.flgSaveToDB,o)||(r.flgSaveToDB=o),E.Njj(o)}),A.EFF(11,"Bookmark Offer"),A.k0s(),A.j41(12,"mat-icon",49),A.EFF(13,"info_outline"),A.k0s()(),A.DNE(14,nn,4,1,"mat-form-field",50)}if(2&n){const e=A.sdS(4),i=A.XpG();A.R7$(3),A.Y8G("ngModel",i.offerRequest),A.R7$(2),A.Y8G("ngIf",i.offerRequest&&""!==i.offerDecodedHintPre),A.R7$(),A.Y8G("ngIf",!i.offerRequest),A.R7$(),A.Y8G("ngIf",null==e.errors?null:e.errors.decodeError),A.R7$(),A.Y8G("ngIf",i.zeroAmtOffer),A.R7$(2),A.R50("ngModel",i.flgSaveToDB),A.R7$(4),A.Y8G("ngIf",i.flgSaveToDB||""!==i.offerTitle)}}let vn=(()=>{var n;class l{set payReq(i){i&&(this.paymentReq=i)}set offrReq(i){i&&(this.offerReq=i)}constructor(i,o,r,nA,WA,Ae,mn,bt){this.dialogRef=i,this.data=o,this.store=r,this.logger=nA,this.commonService=WA,this.decimalPipe=Ae,this.actions=mn,this.dataService=bt,this.faExclamationTriangle=d.zpE,this.convertedCurrency=null,this.paymentTypes=c.Y0,this.paymentType=c.Y0.INVOICE,this.offerDecoded={},this.offerRequest="",this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.offerDescription="",this.offerIssuer="",this.offerTitle="",this.zeroAmtOffer=!1,this.offerInvoice=null,this.offerAmount=null,this.flgSaveToDB=!1,this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentAmount=null,this.pubkey="",this.keysendAmount=null,this.keysendValueHint="",this.selActiveChannel={},this.activeChannels={},this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.feeLimitTypes=c.nv,this.paymentError="",this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B]}ngOnInit(){if(this.data&&this.data.paymentType)switch(this.paymentType=this.data.paymentType,this.paymentType){case c.Y0.INVOICE:this.paymentRequest=this.data.invoiceBolt11;break;case c.Y0.KEYSEND:this.pubkey=this.data.pubkeyKeysend;break;case c.Y0.OFFER:this.onPaymentRequestEntry(this.data.bolt12),this.offerTitle=this.data.offerTitle,this.flgSaveToDB=!1}this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.activeChannels=i.activeChannels,this.logger.info(i)}),this.actions.pipe((0,M.Q)(this.unSubs[3]),(0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN||i.type===c.TC.SEND_PAYMENT_STATUS_CLN||i.type===c.TC.SET_OFFER_INVOICE_CLN)).subscribe(i=>{i.type===c.TC.SEND_PAYMENT_STATUS_CLN&&this.dialogRef.close(),i.type===c.TC.SET_OFFER_INVOICE_CLN&&(this.offerInvoice=i.payload,this.sendPayment()),i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&i.payload.status===c.wn.ERROR&&("SendPayment"===i.payload.action&&(delete this.paymentDecoded.amount_msat,this.paymentError=i.payload.message),"DecodePayment"===i.payload.action&&(this.paymentType===c.Y0.INVOICE&&(this.paymentDecodedHintPre="ERROR: "+i.payload.message,this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})),this.paymentType===c.Y0.OFFER&&(this.offerDecodedHintPre="ERROR: "+i.payload.message,this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})),this.paymentType===c.Y0.KEYSEND&&(this.keysendValueHint="ERROR: "+i.payload.message)),"FetchOfferInvoice"===i.payload.action&&this.paymentType===c.Y0.OFFER&&(this.paymentError=i.payload.message))})}onSendPayment(){switch(this.paymentType){case c.Y0.KEYSEND:if(!this.pubkey||""===this.pubkey.trim()||!this.keysendAmount||this.keysendAmount<=0)return!0;this.keysendPayment();break;case c.Y0.INVOICE:if(!this.paymentRequest||this.zeroAmtInvoice&&(0===this.paymentAmount||!this.paymentAmount))return this.paymentReq.control.markAsTouched(),this.paymentAmt.control.markAsTouched(),!0;this.paymentDecoded.created_at?this.sendPayment():(this.resetInvoiceDetails(),this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,M.Q)(this.unSubs[4])).subscribe(i=>{"bolt12 offer"===i.type&&i.offer_id?(this.paymentDecodedHintPre="ERROR: Select Offer option to pay the bolt12 offer invoice.",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})):(this.paymentDecoded=i,this.setPaymentDecodedDetails())}));break;case c.Y0.OFFER:if(!this.offerRequest||this.zeroAmtOffer&&(0===this.offerAmount||!this.offerAmount))return this.offerReq.control.markAsTouched(),this.offerAmt.control.markAsTouched(),!0;this.offerDecoded.offer_id?this.sendPayment():(this.resetOfferDetails(),this.dataService.decodePayment(this.offerRequest,!0).pipe((0,M.Q)(this.unSubs[5])).subscribe(i=>{"bolt11 invoice"===i.type&&i.payment_hash?(this.offerDecodedHintPre="ERROR: Select Invoice option to pay the bolt11 invoice.",this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})):(this.offerDecoded=i,this.setOfferDecodedDetails())}))}}keysendPayment(){this.keysendAmount&&this.store.dispatch((0,xA.Fd)({payload:{uiMessage:c.MZ.SEND_KEYSEND,paymentType:c.Y0.KEYSEND,destination:this.pubkey,amount_msat:1e3*this.keysendAmount,fromDialog:!0}}))}sendPayment(){this.paymentError="",this.paymentType===c.Y0.INVOICE?this.store.dispatch((0,xA.Fd)(this.zeroAmtInvoice&&this.paymentAmount?{payload:{uiMessage:c.MZ.SEND_PAYMENT,paymentType:c.Y0.INVOICE,bolt11:this.paymentRequest,amount_msat:1e3*this.paymentAmount,fromDialog:!0}}:{payload:{uiMessage:c.MZ.SEND_PAYMENT,paymentType:c.Y0.INVOICE,bolt11:this.paymentRequest,fromDialog:!0}})):this.paymentType===c.Y0.OFFER&&(this.offerInvoice?this.offerAmount&&this.store.dispatch((0,xA.Fd)({payload:{uiMessage:c.MZ.SEND_PAYMENT,paymentType:c.Y0.OFFER,bolt11:this.offerInvoice.invoice,saveToDB:this.flgSaveToDB,bolt12:this.offerRequest,amount_msat:1e3*this.offerAmount,zeroAmtOffer:this.zeroAmtOffer,title:this.offerTitle,issuer:this.offerIssuer,description:this.offerDescription,fromDialog:!0}})):this.store.dispatch((0,xA.Ew)(this.zeroAmtOffer&&this.offerAmount?{payload:{offer:this.offerRequest,amount_msat:1e3*this.offerAmount}}:{payload:{offer:this.offerRequest}})))}onPaymentRequestEntry(i){this.paymentType===c.Y0.INVOICE?(this.paymentRequest=i,this.resetInvoiceDetails()):this.paymentType===c.Y0.OFFER&&(this.offerRequest=i,this.resetOfferDetails()),i.length>100&&this.dataService.decodePayment(i,!0).pipe((0,M.Q)(this.unSubs[6])).subscribe(o=>{this.paymentType===c.Y0.INVOICE?"bolt12 offer"===o.type&&o.offer_id?(this.paymentDecodedHintPre="ERROR: Select Offer option to pay the bolt12 offer invoice.",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})):(this.paymentDecoded=o,this.setPaymentDecodedDetails()):this.paymentType===c.Y0.OFFER&&("bolt11 invoice"===o.type&&o.payment_hash?(this.offerDecodedHintPre="ERROR: Select Invoice option to pay the bolt11 invoice.",this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})):(this.offerDecoded=o,this.setOfferDecodedDetails()))})}resetOfferDetails(){this.offerInvoice=null,this.offerAmount=null,this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.zeroAmtOffer=!1,this.paymentError="",this.offerReq&&this.offerReq.control.setErrors(null)}resetInvoiceDetails(){this.paymentAmount=null,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentError="",this.paymentReq&&this.paymentReq.control.setErrors(null)}onAmountChange(i){this.paymentType===c.Y0.INVOICE&&(delete this.paymentDecoded.amount_msat,this.paymentDecoded.amount_msat=+i.target.value),this.paymentType===c.Y0.OFFER&&(delete this.offerDecoded.offer_amount_msat,this.offerDecoded.offer_amount_msat=i.target.value)}onPaymentTypeChange(){this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.offerInvoice=null}setOfferDecodedDetails(){this.offerDecoded.offer_id&&!this.offerDecoded.offer_amount_msat?(this.offerDecoded.offer_amount_msat=0,this.zeroAmtOffer=!0,this.offerDescription=this.offerDecoded.offer_description||"",this.offerIssuer=this.offerDecoded.offer_issuer?this.offerDecoded.offer_issuer:"",this.offerDecodedHintPre="Zero Amount Offer | Description: "+this.offerDecoded.offer_description,this.offerDecodedHintPost=""):(this.zeroAmtOffer=!1,this.offerAmount=this.offerDecoded.offer_amount_msat?this.offerDecoded.offer_amount_msat/1e3:0,this.offerDescription=this.offerDecoded.offer_description||"",this.offerIssuer=this.offerDecoded.offer_issuer?this.offerDecoded.offer_issuer:"",this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(this.offerAmount,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[7])).subscribe({next:i=>{this.convertedCurrency=i,this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats (",this.offerDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+" "+this.convertedCurrency.unit+") | Description: "+this.offerDecoded.offer_description},error:i=>{this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats | Description: "+this.offerDecoded.offer_description+". Unable to convert currency.",this.offerDecodedHintPost=""}}):(this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats | Description: "+this.offerDecoded.offer_description,this.offerDecodedHintPost=""))}setPaymentDecodedDetails(){this.paymentDecoded.created_at&&!this.paymentDecoded.amount_msat?(this.paymentDecoded.amount_msat=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[8])).subscribe({next:i=>{this.convertedCurrency=i,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+" "+this.convertedCurrency.unit+") | Memo: "+this.paymentDecoded.description},error:i=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))}resetData(){switch(this.paymentType){case c.Y0.KEYSEND:this.pubkey="",this.keysendValueHint="",this.keysendAmount=null;break;case c.Y0.INVOICE:this.paymentRequest="",this.paymentDecoded={},this.selActiveChannel=null,this.feeLimit=null,this.selFeeLimitType=c.nv[0],this.resetInvoiceDetails();break;case c.Y0.OFFER:this.offerRequest="",this.offerDecoded={},this.flgSaveToDB=!1,this.resetOfferDetails()}this.paymentError=""}onKeysendAmountChange(){this.selNode&&this.selNode.settings.fiatConversion&&(this.keysendValueHint="",this.keysendAmount&&this.keysendAmount>99&&this.commonService.convertCurrency(this.keysendAmount,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[3])).subscribe({next:i=>{this.convertedCurrency=i,this.keysendValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,c.k.OTHER)+" "+this.convertedCurrency.unit},error:i=>{this.keysendValueHint="Conversion Error: "+i}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(N.gP),A.rXU(Q.h),A.rXU(Ee.QX),A.rXU(QA.En),A.rXU(Rt.u))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-lightning-send-payments"]],viewQuery:function(o,r){if(1&o&&(A.GBs(Dn,5),A.GBs(en,5),A.GBs(tn,5),A.GBs(In,5),A.GBs(yA,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first),A.mGM(nA=A.lsd())&&(r.paymentAmt=nA.first),A.mGM(nA=A.lsd())&&(r.offerAmt=nA.first),A.mGM(nA=A.lsd())&&(r.payReq=nA.first),A.mGM(nA=A.lsd())&&(r.offrReq=nA.first)}},standalone:!1,decls:30,vars:9,consts:[["sendPaymentForm","ngForm"],["invoiceBlock",""],["keysendBlock",""],["offerBlock",""],["paymentReq","ngModel"],["paymentAmt","ngModel"],["keysendAmt","ngModel"],["offerReq","ngModel"],["offerAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","12","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["color","primary","name","paymentType","fxFlex","100","fxLayoutAlign","start start",1,"my-1",3,"ngModelChange","change","ngModel"],["fxFlex","20","tabindex","1",3,"value"],["fxFlex","20","tabindex","2",3,"value"],["fxFlex","20","tabindex","3",3,"value",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","column",3,"submit","reset"],[4,"ngTemplateOutlet"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","20","tabindex","3",3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","rows","4","name","paymentRequest","tabindex","4","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","5","required","",3,"ngModelChange","change","ngModel"],["autoFocus","","matInput","","name","pubkey","tabindex","4","required","",3,"ngModelChange","ngModel"],["matInput","","name","keysendAmount","tabindex","5","required","",3,"ngModelChange","keyup","ngModel"],["matSuffix",""],["class","mr-3px",4,"ngIf"],[1,"mr-3px"],["autoFocus","","matInput","","rows","4","name","offerRequest","tabindex","4","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["fxFlex","none","tabindex","6","color","primary",3,"ngModelChange","ngModel"],["matTooltip","Save offer in database for future payments","matTooltipPosition","below","fxFlex","none",1,"info-icon"],["fxFlex","100","class","mt-1",4,"ngIf"],["matInput","","name","amountoffer","tabindex","5","required","",3,"ngModelChange","change","ngModel"],["fxFlex","100",1,"mt-1"],["matInput","","tabindex","7",3,"ngModelChange","ngModel"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",9)(1,"div",10)(2,"mat-card-header",11)(3,"div",12)(4,"span",13),A.EFF(5,"Send Payment"),A.k0s()(),A.j41(6,"button",14),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",15)(9,"mat-radio-group",16),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.paymentType,Ae)||(r.paymentType=Ae),E.Njj(Ae)}),A.bIt("change",function(){return E.eBV(nA),E.Njj(r.onPaymentTypeChange())}),A.j41(10,"mat-radio-button",17),A.EFF(11,"Invoice"),A.k0s(),A.j41(12,"mat-radio-button",18),A.EFF(13,"Keysend"),A.k0s(),A.DNE(14,DA,2,2,"mat-radio-button",19),A.k0s(),A.j41(15,"form",20,0),A.bIt("submit",function(){return E.eBV(nA),E.Njj(r.onSendPayment())})("reset",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.DNE(17,mA,1,0,"ng-container",21)(18,jA,3,2,"div",22),A.j41(19,"div",23)(20,"button",24),A.EFF(21,"Clear Fields"),A.k0s(),A.j41(22,"button",25),A.EFF(23,"Send Payment"),A.k0s()()()()()(),A.DNE(24,et,9,5,"ng-template",null,1,A.C5r)(26,gt,18,8,"ng-template",null,2,A.C5r)(28,Vt,15,7,"ng-template",null,3,A.C5r)}if(2&o){const nA=A.sdS(25),WA=A.sdS(27),Ae=A.sdS(29);A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(3),A.R50("ngModel",r.paymentType),A.R7$(),A.Y8G("value",A.mNQ(r.paymentTypes.INVOICE)),A.R7$(2),A.Y8G("value",A.mNQ(r.paymentTypes.KEYSEND)),A.R7$(2),A.Y8G("ngIf",r.selNode.settings.enableOffers),A.R7$(3),A.Y8G("ngTemplateOutlet",r.paymentType===r.paymentTypes.KEYSEND?WA:r.paymentType===r.paymentTypes.OFFER?Ae:nA),A.R7$(),A.Y8G("ngIf",""!==r.paymentError)}},dependencies:[Ee.bT,Ee.T3,gA.qT,gA.me,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,y.aY,UA.tx,JA.$z,lA.m2,lA.MM,Cn.So,G.An,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,KA.yw,pn.VT,pn._g,D.DJ,D.sA,D.UI,ie.oV,kA.N],encapsulation:2}))}return n(),l})();const ii=["sendPaymentForm"],bn=()=>["all"],cn=n=>({"error-border":n}),Tn=()=>["no_payment"],Xt=n=>({width:n}),zn=n=>({"display-none":n});function Jn(n,l){if(1&n&&(A.j41(0,"span",18),A.nrm(1,"fa-icon",19),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.Y8G("icon",e.convertedCurrency.symbol)}}function jn(n,l){if(1&n&&A.nrm(0,"span",20),2&n){const e=A.XpG(3);A.Y8G("innerHTML",e.convertedCurrency.symbol,A.npT)}}function Rn(n,l){if(1&n&&(A.j41(0,"mat-hint",15),A.EFF(1),A.DNE(2,Jn,2,1,"span",16)(3,jn,1,1,"span",17),A.EFF(4),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.SpI(" ",e.paymentDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"FA"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",e.convertedCurrency&&"SVG"===e.convertedCurrency.iconType&&""!==e.paymentDecodedHintPre),A.R7$(),A.SpI(" ",e.paymentDecodedHintPost," ")}}function $n(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Payment request is required."),A.k0s())}function Ii(n,l){if(1&n){const e=A.RV6();A.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),A.EFF(4,"Payment Request"),A.k0s(),A.j41(5,"textarea",9,1),A.bIt("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onPaymentRequestEntry(o))})("matTextareaAutosize",function(){return E.eBV(e),E.Njj(!0)}),A.k0s(),A.DNE(7,Rn,5,4,"mat-hint",10)(8,$n,2,0,"mat-error",11),A.k0s(),A.j41(9,"div",12)(10,"button",13),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.resetData())}),A.EFF(11,"Clear Field"),A.k0s(),A.j41(12,"button",14),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onSendPayment())}),A.EFF(13,"Send Payment"),A.k0s()()()}if(2&n){const e=A.XpG();A.R7$(5),A.Y8G("ngModel",e.paymentRequest),A.R7$(2),A.Y8G("ngIf",e.paymentRequest&&""!==e.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",!e.paymentRequest)}}function Fi(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",21)(1,"button",14),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.openSendPaymentModal())}),A.EFF(2,"Send Payment"),A.k0s()()}}function xi(n,l){if(1&n&&(A.j41(0,"mat-option",70),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function wi(n,l){1&n&&A.nrm(0,"mat-progress-bar",71)}function yi(n,l){1&n&&A.nrm(0,"th",72)}function _n(n,l){1&n&&A.nrm(0,"span",76)}function Ci(n,l){1&n&&A.nrm(0,"span",77)}function hs(n,l){if(1&n&&(A.j41(0,"td",73),A.DNE(1,_n,1,0,"span",74)(2,Ci,1,0,"span",75),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf","complete"===e.status),A.R7$(),A.Y8G("ngIf","complete"!==e.status)}}function ki(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Created At"),A.k0s())}function Hi(n,l){if(1&n&&(A.j41(0,"td",73),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*(null==e?null:e.created_at),"dd/MMM/y HH:mm")," ")}}function Zn(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Type"),A.k0s())}function si(n,l){if(1&n&&(A.j41(0,"td",73),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null!=e&&e.bolt12?"Bolt12":null!=e&&e.bolt11?"Bolt11":"Keysend")}}function ws(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Payment Hash"),A.k0s())}function $i(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.payment_hash)}}function Yi(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Invoice"),A.k0s())}function vi(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.bolt11)}}function Cs(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Label"),A.k0s())}function ds(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.label)}}function Qs(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Destination"),A.k0s())}function ji(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.destination)}}function Oi(n,l){1&n&&(A.j41(0,"th",78),A.EFF(1,"Memo"),A.k0s())}function oi(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.memo)}}function ms(n,l){1&n&&(A.j41(0,"th",81),A.EFF(1,"Sats Sent"),A.k0s())}function As(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",82),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.amount_sent_msat)/1e3,"1.0-4"))}}function Ms(n,l){1&n&&(A.j41(0,"th",81),A.EFF(1,"Sats Received"),A.k0s())}function ps(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",82),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.amount_msat)/1e3,"1.0-4"))}}function Ai(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",83)(1,"div",84)(2,"mat-select",85),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",86),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Ji(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",87)(1,"button",88),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onPaymentClick(o))}),A.EFF(2,"View Info"),A.k0s()()}}function Ds(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No payment available."),A.k0s())}function li(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting payments..."),A.k0s())}function es(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function ci(n,l){if(1&n&&(A.j41(0,"td",89),A.DNE(1,Ds,2,0,"p",11)(2,li,2,0,"p",11)(3,es,2,1,"p",11),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",!(null!=e.payments&&e.payments.data&&null!=e.payments&&null!=e.payments.data&&e.payments.data.length||(null==e.apiCallStatus?null:e.apiCallStatus.status)!==e.apiCallStatusEnum.COMPLETED)),A.R7$(),A.Y8G("ngIf",!(null!=e.payments&&e.payments.data&&null!=e.payments&&null!=e.payments.data&&e.payments.data.length||(null==e.apiCallStatus?null:e.apiCallStatus.status)!==e.apiCallStatusEnum.INITIATED)),A.R7$(),A.Y8G("ngIf",!(null!=e.payments&&e.payments.data&&null!=e.payments&&null!=e.payments.data&&e.payments.data.length||(null==e.apiCallStatus?null:e.apiCallStatus.status)!==e.apiCallStatusEnum.ERROR))}}function Is(n,l){1&n&&A.nrm(0,"span",76)}function Fs(n,l){1&n&&A.nrm(0,"span",77)}function xs(n,l){1&n&&A.nrm(0,"span",76)}function di(n,l){1&n&&A.nrm(0,"span",77)}function ys(n,l){if(1&n&&(A.j41(0,"span",90),A.DNE(1,xs,1,0,"span",74)(2,di,1,0,"span",75),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf","complete"===e.status),A.R7$(),A.Y8G("ngIf","complete"!==e.status)}}function bi(n,l){if(1&n&&(A.qex(0),A.DNE(1,ys,3,2,"span",91),A.bVm()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function Sn(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",90),A.DNE(2,Is,1,0,"span",74)(3,Fs,1,0,"span",75),A.k0s(),A.DNE(4,bi,2,1,"ng-container",11),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.Y8G("ngIf","complete"===e.status),A.R7$(),A.Y8G("ngIf","complete"!==e.status),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function C(n,l){if(1&n&&(A.j41(0,"span",90),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*e.created_at,"dd/MMM/y HH:mm")," ")}}function f(n,l){if(1&n&&(A.qex(0),A.DNE(1,C,3,4,"span",91),A.bVm()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function S(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",90),A.EFF(2),A.k0s(),A.DNE(3,f,2,1,"ng-container",11),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" Total Attempts: ",null==e?null:e.total_parts," "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function I(n,l){1&n&&A.nrm(0,"span",90)}function tA(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,I,1,0,"span",91),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function MA(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",90),A.EFF(2),A.k0s(),A.DNE(3,tA,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(null!=e&&e.bolt12?"Bolt12":null!=e&&e.bolt11?"Bolt11":"Keysend"),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function OA(n,l){if(1&n&&(A.j41(0,"span",90),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" Part ID ",e.partid?e.partid:0," ")}}function se(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,OA,2,1,"span",91),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function ge(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,se,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.payment_hash),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function Ne(n,l){if(1&n&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&n){const e=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,Xt,e.screenSize===e.screenSizeEnum.XS?"6rem":e.colWidth))}}function Re(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,Ne,2,3,"span",93),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function me(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,Re,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.bolt11),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function Ke(n,l){if(1&n&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&n){const e=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,Xt,e.screenSize===e.screenSizeEnum.XS?"6rem":e.colWidth))}}function Et(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,Ke,2,3,"span",93),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function Dt(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,Et,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.label),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function xt(n,l){if(1&n&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&n){const e=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,Xt,e.screenSize===e.screenSizeEnum.XS?"6rem":e.colWidth))}}function It(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,xt,2,3,"span",93),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function dt(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,It,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.destination),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function ft(n,l){if(1&n&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&n){const e=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,Xt,e.screenSize===e.screenSizeEnum.XS?"6rem":e.colWidth))}}function yt(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,ft,2,3,"span",93),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function an(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,yt,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,Xt,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.memo),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function wn(n,l){if(1&n&&(A.j41(0,"span",95),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,e.amount_sent_msat/1e3,e.amount_sent_msat<1e3?"1.0-4":"1.0-0")," ")}}function jt(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,wn,3,4,"span",96),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function ht(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",95),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.DNE(4,jt,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,2,(null==e?null:e.amount_sent_msat)/1e3,(null==e?null:e.amount_sent_msat)<1e3?"1.0-4":"1.0-0")),A.R7$(2),A.Y8G("ngIf",e.is_expanded)}}function Zt(n,l){if(1&n&&(A.j41(0,"span",95),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,e.amount_msat/1e3,e.amount_msat<1e3?"1.0-4":"1.0-0")," ")}}function YA(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,Zt,3,4,"span",96),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function s(n,l){if(1&n&&(A.j41(0,"td",73)(1,"span",95),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.DNE(4,YA,2,1,"span",11),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,2,(null==e?null:e.amount_msat)/1e3,(null==e?null:e.amount_msat)<1e3?"1.0-4":"1.0-0")),A.R7$(2),A.Y8G("ngIf",e.is_expanded)}}function p(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",100)(1,"button",101),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(4);return E.Njj(r.onPaymentClick(o))}),A.EFF(2),A.k0s()()}if(2&n){const e=l.$implicit;A.R7$(2),A.SpI("View ",e.partid?e.partid:0)}}function z(n,l){if(1&n&&(A.j41(0,"div"),A.DNE(1,p,3,1,"div",99),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.mpps)}}function AA(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",73)(1,"span",97)(2,"button",98),A.bIt("click",function(){const o=E.eBV(e).$implicit;return E.Njj(o.is_expanded=!o.is_expanded)}),A.EFF(3),A.k0s()(),A.DNE(4,z,2,1,"div",11),A.k0s()}if(2&n){const e=l.$implicit;A.R7$(3),A.JRh(e.is_expanded?"Hide":"Show"),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function fA(n,l){1&n&&A.nrm(0,"tr",102)}function FA(n,l){if(1&n&&A.nrm(0,"tr",103),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,zn,(null==e.payments?null:e.payments.data)&&(null==e.payments||null==e.payments.data?null:e.payments.data.length)&&(null==e.payments||null==e.payments.data?null:e.payments.data.length)>0))}}function HA(n,l){1&n&&A.nrm(0,"tr",104)}function zA(n,l){1&n&&A.nrm(0,"tr",102)}function Qe(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",22)(1,"div",23)(2,"div",24),A.nrm(3,"fa-icon",25),A.j41(4,"span",26),A.EFF(5,"Payments History"),A.k0s()(),A.j41(6,"div",27)(7,"mat-form-field",28)(8,"mat-label"),A.EFF(9,"Filter By"),A.k0s(),A.j41(10,"mat-select",29),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilterBy,o)||(r.selFilterBy=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return o.selFilter="",E.Njj(o.applyFilter())}),A.j41(11,"perfect-scrollbar"),A.DNE(12,xi,2,2,"mat-option",30),A.k0s()()(),A.j41(13,"mat-form-field",28)(14,"mat-label"),A.EFF(15,"Filter"),A.k0s(),A.j41(16,"input",31),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilter,o)||(r.selFilter=o),E.Njj(o)}),A.bIt("input",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())})("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())}),A.k0s()()()(),A.j41(17,"div",32)(18,"div",33),A.DNE(19,wi,1,0,"mat-progress-bar",34),A.j41(20,"table",35,2),A.qex(22,36),A.DNE(23,yi,1,0,"th",37)(24,hs,3,2,"td",38),A.bVm(),A.qex(25,39),A.DNE(26,ki,2,0,"th",40)(27,Hi,3,4,"td",38),A.bVm(),A.qex(28,41),A.DNE(29,Zn,2,0,"th",40)(30,si,2,1,"td",38),A.bVm(),A.qex(31,42),A.DNE(32,ws,2,0,"th",40)(33,$i,4,4,"td",38),A.bVm(),A.qex(34,43),A.DNE(35,Yi,2,0,"th",40)(36,vi,4,4,"td",38),A.bVm(),A.qex(37,44),A.DNE(38,Cs,2,0,"th",40)(39,ds,4,4,"td",38),A.bVm(),A.qex(40,45),A.DNE(41,Qs,2,0,"th",40)(42,ji,4,4,"td",38),A.bVm(),A.qex(43,46),A.DNE(44,Oi,2,0,"th",40)(45,oi,4,4,"td",38),A.bVm(),A.qex(46,47),A.DNE(47,ms,2,0,"th",48)(48,As,4,4,"td",38),A.bVm(),A.qex(49,49),A.DNE(50,Ms,2,0,"th",48)(51,ps,4,4,"td",38),A.bVm(),A.qex(52,50),A.DNE(53,Ai,6,0,"th",51)(54,Ji,3,0,"td",52),A.bVm(),A.qex(55,53),A.DNE(56,ci,4,3,"td",54),A.bVm(),A.qex(57,55),A.DNE(58,Sn,5,3,"td",38),A.bVm(),A.qex(59,56),A.DNE(60,S,4,2,"td",38),A.bVm(),A.qex(61,57),A.DNE(62,MA,4,2,"td",38),A.bVm(),A.qex(63,58),A.DNE(64,ge,5,5,"td",38),A.bVm(),A.qex(65,59),A.DNE(66,me,5,5,"td",38),A.bVm(),A.qex(67,60),A.DNE(68,Dt,5,5,"td",38),A.bVm(),A.qex(69,61),A.DNE(70,dt,5,5,"td",38),A.bVm(),A.qex(71,62),A.DNE(72,an,5,5,"td",38),A.bVm(),A.qex(73,63),A.DNE(74,ht,5,5,"td",38),A.bVm(),A.qex(75,64),A.DNE(76,s,5,5,"td",38),A.bVm(),A.qex(77,65),A.DNE(78,AA,5,2,"td",38),A.bVm(),A.DNE(79,fA,1,0,"tr",66)(80,FA,1,3,"tr",67)(81,HA,1,0,"tr",68)(82,zA,1,0,"tr",66),A.k0s()()(),A.nrm(83,"mat-paginator",69),A.k0s()}if(2&n){const e=A.XpG();A.R7$(3),A.Y8G("icon",e.faHistory),A.R7$(7),A.R50("ngModel",e.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(18,bn).concat(e.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",e.selFilter),A.R7$(3),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.payments)("ngClass",A.eq3(19,cn,""!==e.errorMessage)),A.R7$(59),A.Y8G("matRowDefColumns",e.mppColumns)("matRowDefWhen",e.is_group),A.R7$(),A.Y8G("matFooterRowDef",A.lJ4(21,Tn)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)("matRowDefWhen",!e.is_group),A.R7$(),A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let he=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn,bt,Yn){this.logger=i,this.commonService=o,this.store=r,this.rtlEffects=nA,this.decimalPipe=WA,this.titleCasePipe=Ae,this.datePipe=mn,this.dataService=bt,this.camelCaseWithReplace=Yn,this.calledFrom="transactions",this.convertedCurrency=null,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:c.md,sortBy:"created_at",sortOrder:c.oi.DESCENDING},this.faHistory=d.Int,this.newlyAddedPayment="",this.information={},this.payments=new L.I6([]),this.paymentJSONArr=[],this.displayedColumns=[],this.mppColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.mppColumns=[],this.displayedColumns.map(o=>this.mppColumns.push("group_"+o)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns),this.logger.info(this.mppColumns)}),this.store.select(U.KT).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=i.payments||[],this.paymentJSONArr.length&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr),this.logger.info(i)})}ngAfterViewInit(){this.paymentJSONArr.length&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr)}is_group(i,o){return o.is_group||!1}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.created_at?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,M.Q)(this.unSubs[4])).subscribe(i=>{this.paymentDecoded=i,this.paymentDecoded.created_at?(this.paymentDecoded.amount_msat||(this.paymentDecoded.amount_msat=0),this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded?.payment_hash||"",this.paymentDecoded.amount_msat&&0!==this.paymentDecoded.amount_msat?(this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"payee",value:this.paymentDecoded.payee,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"created_at",value:this.paymentDecoded.created_at,title:"Creation Date",width:50,type:c.UN.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.amount_msat/1e3,title:"Amount (Sats)",width:50,type:c.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:c.UN.NUMBER},{key:"min_finaltv_expiry",value:this.paymentDecoded.min_final_cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,Gt.s)(1)).subscribe(o=>{o&&(this.store.dispatch((0,xA.Fd)({payload:{uiMessage:c.MZ.SEND_PAYMENT,paymentType:c.Y0.INVOICE,bolt11:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"payee",value:this.paymentDecoded.payee,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"created_at",value:this.paymentDecoded.created_at,title:"Creation Date",width:40,type:c.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:c.UN.NUMBER},{key:"min_finaltv_expiry",value:this.paymentDecoded.min_final_cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",getInputs:[{placeholder:"Amount (Sats)",inputType:c.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,Gt.s)(1)).subscribe(r=>{r&&(this.paymentDecoded.amount_msat=r[0].inputValue,this.store.dispatch((0,xA.Fd)({payload:{uiMessage:c.MZ.SEND_PAYMENT,paymentType:c.Y0.INVOICE,bolt11:this.paymentRequest,amount_msat:1e3*r[0].inputValue,fromDialog:!1}})),this.resetData())}))}onPaymentRequestEntry(i){this.paymentRequest=i,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,M.Q)(this.unSubs[5])).subscribe(o=>{this.paymentDecoded=o,this.paymentDecoded.amount_msat?this.selNode?.settings.fiatConversion?this.commonService.convertCurrency(this.paymentDecoded.amount_msat/1e3||0,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[6])).subscribe({next:r=>{this.convertedCurrency=r,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,c.k.OTHER)+" "+this.convertedCurrency.unit+") | Memo: "+this.paymentDecoded.description},error:r=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}openSendPaymentModal(){this.store.dispatch((0,w.xO)({payload:{data:{component:vn}}}))}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}onPaymentClick(i){const o=[[{key:"payment_preimage",value:i.payment_preimage,title:"Payment Preimage",width:100,type:c.UN.STRING}],[{key:"id",value:i.id,title:"ID",width:20,type:c.UN.STRING},{key:"destination",value:i.destination,title:"Destination",width:80,type:c.UN.STRING}],[{key:"created_at",value:i.created_at,title:"Creation Date",width:50,type:c.UN.DATE_TIME},{key:"status",value:this.titleCasePipe.transform(i.status),title:"Status",width:50,type:c.UN.STRING}],[{key:"amount_msat",value:i.amount_msat,title:"Amount (mSats)",width:50,type:c.UN.NUMBER},{key:"amount_sent_msat",value:i.amount_sent_msat,title:"Amount Sent (mSats)",width:50,type:c.UN.NUMBER}]];i.bolt11&&""!==i.bolt11&&o?.unshift([{key:"bolt11",value:i.bolt11,title:"Bolt 11",width:100,type:c.UN.STRING}]),i.bolt12&&""!==i.bolt12&&o?.unshift([{key:"bolt12",value:i.bolt12,title:"Bolt 12",width:100,type:c.UN.STRING}]),i.memo&&""!==i.memo&&o?.splice(2,0,[{key:"memo",value:i.memo,title:"Memo",width:100,type:c.UN.STRING}]),i.hasOwnProperty("partid")?o?.unshift([{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:80,type:c.UN.STRING},{key:"partid",value:i.partid,title:"Part ID",width:20,type:c.UN.STRING}]):o?.unshift([{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}]),this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Payment Information",message:o}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.payments.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.created_at?this.datePipe.transform(new Date(1e3*i.created_at),"dd/MMM/y HH:mm")?.toLowerCase():"")+(i.bolt12?"bolt12":i.bolt11?"bolt11":"keysend")+JSON.stringify(i).toLowerCase();break;case"status":r="complete"===i?.status?"completed":"incomplete/failed";break;case"created_at":r=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"msatoshi_sent":r=((i.amount_sent_msat||0)/1e3).toString()||"";break;case"msatoshi":r=((i.amount_msat||0)/1e3).toString()||"";break;case"type":r=i?.bolt12?"bolt12":i?.bolt11?"bolt11":"keysend";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"status"===this.selFilterBy||"type"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadPaymentsTable(i){this.payments=new L.I6(i?[...i]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(o,r)=>{switch(r){case"msatoshi_sent":return o.amount_sent_msat;case"msatoshi":return o.amount_msat;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.payments.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const o=JSON.parse(JSON.stringify(this.payments.data))?.reduce((r,nA)=>nA.mpps?r.concat(nA.mpps):(delete nA.is_group,delete nA.is_expanded,delete nA.total_parts,r.concat(nA)),[]);this.commonService.downloadFile(o,"Payments")}}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(H.H),A.rXU(Ee.QX),A.rXU(Ee.PV),A.rXU(Ee.vh),A.rXU(Rt.u),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-lightning-payments"]],viewQuery:function(o,r){if(1&o&&(A.GBs(ii,5),A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first),A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},inputs:{calledFrom:"calledFrom"},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","110","fxLayoutAlign","space-between stretch",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-3"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","created_at"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","type"],["matColumnDef","payment_hash"],["matColumnDef","bolt11"],["matColumnDef","label"],["matColumnDef","destination"],["matColumnDef","memo"],["matColumnDef","msatoshi_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_status"],["matColumnDef","group_created_at"],["matColumnDef","group_type"],["matColumnDef","group_payment_hash"],["matColumnDef","group_bolt11"],["matColumnDef","group_label"],["matColumnDef","group_destination"],["matColumnDef","group_memo"],["matColumnDef","group_msatoshi_sent"],["matColumnDef","group_msatoshi"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Completed","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltip","Incomplete/Failed","matTooltipPosition","right",4,"ngIf"],["matTooltip","Completed","matTooltipPosition","right",1,"dot","green"],["matTooltip","Incomplete/Failed","matTooltipPosition","right",1,"dot","yellow"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"mpp-row-span"],["fxLayoutAlign","start center","class","mpp-row-span",4,"ngFor","ngForOf"],["fxLayout","row",1,"ellipsis-parent","mpp-row-span",3,"ngStyle"],["fxLayoutAlign","start center","class","ellipsis-parent mpp-row-span",3,"ngStyle",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","mpp-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"mpp-row-span"],["fxLayoutAlign","end center","class","mpp-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"mpp-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-mpp-expand",3,"click"],["class","mpp-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"mpp-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-mpp-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(o,r){1&o&&(A.j41(0,"div",3),A.DNE(1,Ii,14,3,"form",4)(2,Fi,3,0,"div",5)(3,Qe,84,22,"div",6),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf","home"===r.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===r.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===r.calledFrom))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.qT,gA.me,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.vh],styles:[".mat-column-status[_ngcontent-%COMP%], .mat-column-group_status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-group_actions[_ngcontent-%COMP%] .mpp-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .mpp-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-mpp-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-mpp-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_status[_ngcontent-%COMP%] .mpp-row-span[_ngcontent-%COMP%]:not(:first-of-type), .mat-column-group_created_at[_ngcontent-%COMP%] .mpp-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.mpp-row-span[_ngcontent-%COMP%]{min-height:3rem}.mpp-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mpp-row-span[_ngcontent-%COMP%] .dot[_ngcontent-%COMP%]{margin-top:-.3rem;position:absolute}.mat-column-group_created_at[_ngcontent-%COMP%]{min-width:11rem}"]}))}return n(),l})();const De=n=>({backgroundColor:n});function Ye(n,l){if(1&n&&A.nrm(0,"span",6),2&n){const e=A.XpG();A.Y8G("ngStyle",A.eq3(1,De,"#"+(null==e.information?null:e.information.color)))}}function Se(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",1),A.EFF(2,"Color"),A.k0s(),A.j41(3,"div",2),A.nrm(4,"span",7),A.EFF(5),A.nI1(6,"uppercase"),A.k0s()()),2&n){const e=A.XpG();A.R7$(4),A.Y8G("ngStyle",A.eq3(4,De,"#"+(null==e.information?null:e.information.color))),A.R7$(),A.SpI(" ",A.bMT(6,2,null==e.information?null:e.information.color)," ")}}function Te(n,l){if(1&n&&(A.j41(0,"span",2),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(e)}}let Je=(()=>{var n;class l{constructor(i){this.commonService=i,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(i=>{this.chains.push(this.commonService.titleCase(i.chain||"")+" "+this.commonService.titleCase(i.network||""))}))}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Q.h))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},standalone:!1,features:[A.OA$],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(o,r){1&o&&(A.j41(0,"div",0)(1,"div")(2,"h4",1),A.EFF(3,"Alias"),A.k0s(),A.j41(4,"div",2),A.EFF(5),A.DNE(6,Ye,1,3,"span",3),A.k0s()(),A.DNE(7,Se,7,6,"div",4),A.j41(8,"div")(9,"h4",1),A.EFF(10,"Implementation"),A.k0s(),A.j41(11,"div",2),A.EFF(12),A.k0s()(),A.j41(13,"div")(14,"h4",1),A.EFF(15,"Chain"),A.k0s(),A.DNE(16,Te,2,1,"span",5),A.k0s()()),2&o&&(A.R7$(5),A.SpI(" ",null==r.information?null:r.information.alias," "),A.R7$(),A.Y8G("ngIf",!r.showColorFieldSeparately),A.R7$(),A.Y8G("ngIf",r.showColorFieldSeparately),A.R7$(5),A.JRh(null!=r.information&&r.information.lnImplementation||null!=r.information&&r.information.version?(null==r.information?null:r.information.lnImplementation)+" "+(null==r.information?null:r.information.version):""),A.R7$(4),A.Y8G("ngForOf",r.chains))},dependencies:[Ee.Sq,Ee.bT,Ee.B3,D.DJ,D.sA,D.UI,rA.eI,Ee.Pc],encapsulation:2}))}return n(),l})();function xe(n,l){if(1&n&&(A.j41(0,"div",2)(1,"div")(2,"h4",3),A.EFF(3,"Lightning"),A.k0s(),A.j41(4,"div",4),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.nrm(7,"mat-progress-bar",5),A.k0s(),A.j41(8,"div")(9,"h4",3),A.EFF(10,"On-chain"),A.k0s(),A.j41(11,"div",4),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.nrm(14,"mat-progress-bar",5),A.k0s(),A.j41(15,"div")(16,"h4",3),A.EFF(17,"Total"),A.k0s(),A.j41(18,"div",4),A.EFF(19),A.nI1(20,"number"),A.k0s()()()),2&n){const e=A.XpG();A.R7$(5),A.SpI("",A.i5U(6,7,e.balances.lightning,"1.0-0")," Sats"),A.R7$(2),A.Y8G("value",A.mNQ(e.balances.lightning/e.balances.total*100)),A.R7$(5),A.SpI("",A.i5U(13,10,e.balances.onchain,"1.0-0")," Sats"),A.R7$(2),A.Y8G("value",A.mNQ(e.balances.onchain/e.balances.total*100)),A.R7$(5),A.SpI("",A.i5U(20,13,e.balances.total,"1.0-0")," Sats")}}function be(n,l){if(1&n&&(A.j41(0,"div",6)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let je=(()=>{var n;class l{constructor(){this.balances={onchain:0,lightning:0,total:0}}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["class","mt-1","fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,xe,21,16,"div",1)(1,be,3,1,"ng-template",null,0,A.C5r),2&o){const nA=A.sdS(2);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.bT,q.HM,D.DJ,D.sA,D.UI,Ee.QX],encapsulation:2}))}return n(),l})();const At=()=>["../routing"];function ot(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",4),A.EFF(2,"Transactions"),A.k0s(),A.j41(3,"div",5),A.EFF(4),A.nI1(5,"number"),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(4),A.JRh(A.bMT(5,1,null==e.fees?null:e.fees.totalTxCount))}}function on(n,l){1&n&&(A.j41(0,"div")(1,"h4",4),A.EFF(2,"Transactions"),A.k0s(),A.j41(3,"a",8),A.EFF(4," Go to Routing "),A.k0s()()),2&n&&(A.R7$(3),A.Y8G("routerLink",A.lJ4(1,At)))}function qt(n,l){if(1&n&&(A.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),A.EFF(4,"Total"),A.k0s(),A.j41(5,"div",5),A.EFF(6),A.nI1(7,"number"),A.k0s()()(),A.j41(8,"div",6),A.DNE(9,ot,6,3,"div",7)(10,on,5,2,"div",7),A.k0s()()),2&n){const e=A.XpG();A.R7$(6),A.SpI("",A.bMT(7,3,(null==e.fees?null:e.fees.feeCollected)/1e3)," Sats"),A.R7$(3),A.Y8G("ngIf",null==e.fees?null:e.fees.totalTxCount),A.R7$(),A.Y8G("ngIf",!(null!=e.fees&&e.fees.totalTxCount))}}function kn(n,l){if(1&n&&(A.j41(0,"div",9)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let St=(()=>{var n;class l{constructor(){this.totalFees=[{name:"Total",value:0}]}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["class","mt-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],[4,"ngIf"],[1,"overflow-wrap","dashboard-info-value",3,"routerLink"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,qt,11,5,"div",1)(1,kn,3,1,"ng-template",null,0,A.C5r),2&o){const nA=A.sdS(2);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.bT,D.DJ,D.sA,D.UI,Hn.Wk,Ee.QX],encapsulation:2}))}return n(),l})();function _i(n,l){if(1&n&&(A.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),A.EFF(4,"Active"),A.k0s(),A.j41(5,"div",5),A.nrm(6,"span",6),A.EFF(7),A.nI1(8,"number"),A.k0s()(),A.j41(9,"div")(10,"h4",4),A.EFF(11,"Pending"),A.k0s(),A.j41(12,"div",5),A.nrm(13,"span",7),A.EFF(14),A.nI1(15,"number"),A.k0s()(),A.j41(16,"div")(17,"h4",4),A.EFF(18,"Inactive"),A.k0s(),A.j41(19,"div",5),A.nrm(20,"span",8),A.EFF(21),A.nI1(22,"number"),A.k0s()()(),A.j41(23,"div",3)(24,"div")(25,"h4",4),A.EFF(26,"Capacity"),A.k0s(),A.j41(27,"div",5),A.EFF(28),A.nI1(29,"number"),A.k0s()(),A.j41(30,"div")(31,"h4",4),A.EFF(32,"Capacity"),A.k0s(),A.j41(33,"div",5),A.EFF(34),A.nI1(35,"number"),A.k0s()(),A.j41(36,"div")(37,"h4",4),A.EFF(38,"Capacity"),A.k0s(),A.j41(39,"div",5),A.EFF(40),A.nI1(41,"number"),A.k0s()()()()),2&n){const e=A.XpG();A.R7$(7),A.JRh(A.bMT(8,6,(null==e.channelsStatus||null==e.channelsStatus.active?null:e.channelsStatus.active.channels)||0)),A.R7$(7),A.JRh(A.bMT(15,8,(null==e.channelsStatus||null==e.channelsStatus.pending?null:e.channelsStatus.pending.channels)||0)),A.R7$(7),A.JRh(A.bMT(22,10,(null==e.channelsStatus||null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.channels)||0)),A.R7$(7),A.SpI("",A.i5U(29,12,(null==e.channelsStatus||null==e.channelsStatus.active?null:e.channelsStatus.active.capacity)||0,"1.0-0")," Sats"),A.R7$(6),A.SpI("",A.i5U(35,15,(null==e.channelsStatus||null==e.channelsStatus.pending?null:e.channelsStatus.pending.capacity)||0,"1.0-0")," Sats"),A.R7$(6),A.SpI("",A.i5U(41,18,(null==e.channelsStatus||null==e.channelsStatus.inactive?null:e.channelsStatus.inactive.capacity)||0,"1.0-0")," Sats")}}function Nn(n,l){if(1&n&&(A.j41(0,"div",9)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let Un=(()=>{var n;class l{constructor(){this.channelsStatus={active:{},pending:{},inactive:{}}}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["class","mt-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-2"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,_i,42,21,"div",1)(1,Nn,3,1,"ng-template",null,0,A.C5r),2&o){const nA=A.sdS(2);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.bT,D.DJ,D.sA,D.UI,Ee.QX],encapsulation:2}))}return n(),l})();var $t=Ve(71997);const Fn=()=>["../connections/channels/open"],Bi=(n,l)=>({filterColumn:n,filterValue:l});function Vn(n,l){if(1&n&&(A.j41(0,"div",19)(1,"a",20),A.EFF(2),A.nI1(3,"slice"),A.k0s(),A.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),A.EFF(7,"Local:"),A.k0s(),A.EFF(8),A.nI1(9,"number"),A.k0s(),A.j41(10,"mat-hint",22),A.nrm(11,"fa-icon",23),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.j41(14,"mat-hint",24)(15,"strong",8),A.EFF(16,"Remote:"),A.k0s(),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.nrm(19,"mat-progress-bar",25),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(3);A.R7$(),A.Y8G("matTooltip",A.mNQ(e.alias||e.peer_id))("matTooltipDisabled",A.mNQ((e.alias||e.peer_id).length<26))("routerLink",A.lJ4(26,Fn))("state",A.l_i(27,Bi,e.alias?"alias":"peer_id",e.alias||e.peer_id)),A.R7$(),A.Lme(" ",A.brH(3,14,e.alias||e.peer_id,0,24),"",(e.alias||e.peer_id).length>25?"...":""," "),A.R7$(6),A.SpI("",A.i5U(9,18,e.to_us_msat/1e3||0,"1.0-0")," Sats"),A.R7$(3),A.Y8G("icon",i.faBalanceScale),A.R7$(),A.SpI(" (",A.bMT(13,21,e.balancedness||0),") "),A.R7$(5),A.SpI("",A.i5U(18,23,e.to_them_msat/1e3||0,"1.0-0")," Sats"),A.R7$(2),A.Y8G("value",A.mNQ(e.to_us_msat&&e.to_us_msat>0?e.to_us_msat/(e.to_us_msat+e.to_them_msat)*100:0))}}function ei(n,l){if(1&n&&(A.j41(0,"div",17),A.DNE(1,Vn,20,30,"div",18),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngForOf",e.activeChannels)}}function ts(n,l){if(1&n&&(A.j41(0,"div",3)(1,"div",4)(2,"span",5),A.EFF(3,"Total Capacity"),A.k0s(),A.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),A.EFF(7,"Local:"),A.k0s(),A.EFF(8),A.nI1(9,"number"),A.k0s(),A.j41(10,"mat-hint",9),A.nrm(11,"fa-icon",10),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.j41(14,"mat-hint",11)(15,"strong",8),A.EFF(16,"Remote:"),A.k0s(),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.nrm(19,"mat-progress-bar",12),A.k0s(),A.j41(20,"div",13),A.nrm(21,"mat-divider",14),A.k0s(),A.j41(22,"div",15),A.DNE(23,ei,2,1,"div",16),A.k0s()()),2&n){const e=A.XpG(),i=A.sdS(2);A.R7$(8),A.SpI("",A.i5U(9,8,(null==e.channelBalances?null:e.channelBalances.localBalance)||0,"1.0-0")," Sats"),A.R7$(3),A.Y8G("icon",e.faBalanceScale),A.R7$(),A.SpI(" (",A.bMT(13,11,(null==e.channelBalances?null:e.channelBalances.balancedness)||0),") "),A.R7$(5),A.SpI("",A.i5U(18,13,(null==e.channelBalances?null:e.channelBalances.remoteBalance)||0,"1.0-0")," Sats"),A.R7$(2),A.Y8G("value",A.mNQ(null!=e.channelBalances&&e.channelBalances.localBalance&&(null==e.channelBalances?null:e.channelBalances.localBalance)>0?+(null==e.channelBalances?null:e.channelBalances.localBalance)/(+(null==e.channelBalances?null:e.channelBalances.localBalance)+ +(null==e.channelBalances?null:e.channelBalances.remoteBalance))*100:0)),A.R7$(4),A.Y8G("ngIf",e.activeChannels&&e.activeChannels.length>0)("ngIfElse",i)}}function Ys(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",26),A.EFF(1," No channels available. "),A.j41(2,"button",27),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.goToChannels())}),A.EFF(3,"Open Channel"),A.k0s()()}}function lr(n,l){if(1&n&&(A.j41(0,"div",28)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let cr=(()=>{var n;class l{constructor(i){this.router=i,this.faBalanceScale=d.GR4,this.faDumbbell=d.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/cln/connections")}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",activeChannels:"activeChannels",sortBy:"sortBy",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,ts,24,16,"div",2)(1,Ys,4,0,"ng-template",null,0,A.C5r)(3,lr,3,1,"ng-template",null,1,A.C5r),2&o){const nA=A.sdS(4);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.Sq,Ee.bT,y.aY,JA.$z,KA.MV,$t.q,q.HM,D.DJ,D.sA,D.UI,ie.oV,wA.Ld,Hn.Wk,Ee.P9,Ee.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]}))}return n(),l})();const Qa=(n,l,e)=>({"mb-4":n,"mb-2":l,"mb-1":e}),ma=()=>["../connections/channels/open"],Ma=(n,l)=>({filterColumn:n,filterValue:l});function M0(n,l){if(1&n&&(A.j41(0,"mat-hint",19)(1,"strong",20),A.EFF(2,"Capacity: "),A.k0s(),A.EFF(3),A.nI1(4,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(3),A.SpI("",A.i5U(4,1,e.to_them_msat/1e3||0,"1.0-0")," Sats")}}function pa(n,l){if(1&n&&(A.j41(0,"mat-hint",19)(1,"strong",20),A.EFF(2,"Capacity: "),A.k0s(),A.EFF(3),A.nI1(4,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(3),A.SpI("",A.i5U(4,1,e.to_us_msat/1e3||0,"1.0-0")," Sats")}}function Da(n,l){if(1&n&&A.nrm(0,"mat-progress-bar",21),2&n){const e=A.XpG().$implicit,i=A.XpG(3);A.Y8G("value",A.mNQ(i.totalLiquidity>0?(e.to_them_msat/1e3||0)/i.totalLiquidity*100:0))}}function Ia(n,l){if(1&n&&A.nrm(0,"mat-progress-bar",21),2&n){const e=A.XpG().$implicit,i=A.XpG(3);A.Y8G("value",A.mNQ(i.totalLiquidity>0?(e.to_us_msat/1e3||0)/i.totalLiquidity*100:0))}}function Fa(n,l){if(1&n&&(A.j41(0,"div",14)(1,"a",15),A.EFF(2),A.nI1(3,"slice"),A.k0s(),A.j41(4,"div",16),A.DNE(5,M0,5,4,"mat-hint",17)(6,pa,5,4,"mat-hint",17),A.k0s(),A.DNE(7,Da,1,2,"mat-progress-bar",18)(8,Ia,1,2,"mat-progress-bar",18),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(3);A.R7$(),A.Y8G("matTooltip",A.mNQ(e.alias||e.peer_id))("matTooltipDisabled",A.mNQ((e.alias||e.peer_id).length<26))("routerLink",A.lJ4(16,ma))("state",A.l_i(17,Ma,e.alias?"alias":"peer_id",e.alias||e.peer_id)),A.R7$(),A.Lme(" ",A.brH(3,12,e.alias||e.peer_id,0,24),"",(e.alias||e.peer_id).length>25?"...":""," "),A.R7$(3),A.Y8G("ngIf","In"===i.direction),A.R7$(),A.Y8G("ngIf","Out"===i.direction),A.R7$(),A.Y8G("ngIf","In"===i.direction),A.R7$(),A.Y8G("ngIf","Out"===i.direction)}}function xa(n,l){if(1&n&&(A.j41(0,"div",12),A.DNE(1,Fa,9,20,"div",13),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngForOf",e.activeChannels)}}function ya(n,l){if(1&n&&(A.j41(0,"div",3)(1,"div",4)(2,"span",5),A.EFF(3,"Total Capacity"),A.k0s(),A.j41(4,"mat-hint",6),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.nrm(7,"mat-progress-bar",7),A.k0s(),A.j41(8,"div",8),A.nrm(9,"mat-divider",9),A.k0s(),A.j41(10,"div",10),A.DNE(11,xa,2,1,"div",11),A.k0s()()),2&n){const e=A.XpG(),i=A.sdS(2);A.Y8G("ngClass",A.sMw(7,Qa,e.screenSize===e.screenSizeEnum.XS||e.screenSize===e.screenSizeEnum.SM,e.screenSize===e.screenSizeEnum.MD,e.screenSize===e.screenSizeEnum.LG||e.screenSize===e.screenSizeEnum.XL)),A.R7$(5),A.SpI("",A.i5U(6,4,e.totalLiquidity,"1.0-0")," Sats"),A.R7$(6),A.Y8G("ngIf",e.activeChannels&&e.activeChannels.length>0)("ngIfElse",i)}}function Ya(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",25),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.goToChannels())}),A.EFF(1,"Open Channel"),A.k0s()}}function va(n,l){if(1&n&&(A.j41(0,"div",22)(1,"div",23)(2,"div"),A.EFF(3,"No channels available."),A.k0s(),A.DNE(4,Ya,2,0,"button",24),A.k0s()()),2&n){const e=A.XpG();A.R7$(4),A.Y8G("ngIf","Out"===e.direction)}}function Yr(n,l){if(1&n&&(A.j41(0,"div",26)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let ba=(()=>{var n;class l{constructor(i,o){this.router=i,this.commonService=o,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}goToChannels(){this.router.navigateByUrl("/cln/connections")}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix),A.rXU(Q.h))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",activeChannels:"activeChannels",errorMessage:"errorMessage"},standalone:!1,decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],["fxLayout","column","fxFlex.gt-sm","88","fxFlex","84","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","class","w-100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100",1,"w-100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"matTooltip","matTooltipDisabled","routerLink","state"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","100","fxLayoutAlign","start center","class","font-size-90 color-primary",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"w-100","mt-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,ya,12,11,"div",2)(1,va,5,1,"ng-template",null,0,A.C5r)(3,Yr,3,1,"ng-template",null,1,A.C5r),2&o){const nA=A.sdS(4);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.YU,Ee.Sq,Ee.bT,JA.$z,KA.MV,$t.q,q.HM,D.DJ,D.sA,D.UI,rA.PW,ie.oV,wA.Ld,Hn.Wk,Ee.P9,Ee.QX],encapsulation:2}))}return n(),l})();const vr=n=>({"dashboard-card-content":!0,"error-border":n}),Ra=n=>({"p-0":n});function Sa(n,l){if(1&n&&(A.j41(0,"button",28)(1,"mat-icon"),A.EFF(2,"more_vert"),A.k0s()()),2&n){A.XpG();const e=A.sdS(11);A.Y8G("matMenuTriggerFor",e)}}function Na(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const o=E.eBV(e).index,r=A.XpG().$implicit,nA=A.XpG(2);return E.Njj(nA.onNavigateTo(r.links[o]))}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit;A.R7$(),A.JRh(e)}}function Ta(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){E.eBV(e);const o=A.XpG(3);return E.Njj(o.onsortChannelsBy())}),A.EFF(1),A.k0s()}if(2&n){const e=A.XpG(3);A.R7$(),A.SpI("Sort By ","Balance Score"===e.sortField?"Capacity":"Balance Score")}}function Pa(n,l){1&n&&A.nrm(0,"mat-progress-bar",30)}function Ua(n,l){if(1&n&&A.nrm(0,"rtl-cln-node-info",31),2&n){const e=A.XpG(3);A.Y8G("information",e.information)("showColorFieldSeparately",!1)}}function Ga(n,l){if(1&n&&A.nrm(0,"rtl-cln-balances-info",32),2&n){const e=A.XpG(3);A.Y8G("balances",e.balances)("errorMessage",e.errorMessages[1])}}function La(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-capacity-info",33),2&n){const e=A.XpG(3);A.Y8G("sortBy",e.sortField)("channelBalances",e.channelBalances)("activeChannels",e.activeChannelsCapacity)("errorMessage",e.errorMessages[2]+" "+e.errorMessages[1])}}function za(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-info",34),2&n){const e=A.XpG(3);A.Y8G("fees",e.fees)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[2]+" "+e.errorMessages[3])}}function ka(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-status-info",35),2&n){const e=A.XpG(3);A.Y8G("channelsStatus",e.channelsStatus)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[1]+" "+e.errorMessages[2])}}function Yt(n,l){1&n&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find information!"),A.k0s())}function zs(n,l){if(1&n&&(A.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),A.nrm(5,"fa-icon",14),A.j41(6,"span"),A.EFF(7),A.k0s()(),A.j41(8,"div"),A.DNE(9,Sa,3,1,"button",15),A.j41(10,"mat-menu",16,1),A.DNE(12,Na,2,1,"button",17)(13,Ta,2,1,"button",18),A.k0s()()()(),A.j41(14,"mat-card-content",19),A.DNE(15,Pa,1,0,"mat-progress-bar",20),A.j41(16,"div",21),A.DNE(17,Ua,1,2,"rtl-cln-node-info",22)(18,Ga,1,2,"rtl-cln-balances-info",23)(19,La,1,4,"rtl-cln-channel-capacity-info",24)(20,za,1,2,"rtl-cln-fee-info",25)(21,ka,1,2,"rtl-cln-channel-status-info",26)(22,Yt,2,0,"h3",27),A.k0s()()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("colspan",e.cols)("rowspan",e.rows),A.R7$(5),A.Y8G("icon",e.icon),A.R7$(2),A.JRh(e.title),A.R7$(2),A.Y8G("ngIf",e.links[0]),A.R7$(3),A.Y8G("ngForOf",e.goToOptions),A.R7$(),A.Y8G("ngIf","capacity"===e.id),A.R7$(),A.Y8G("fxFlex",A.mNQ("capacity"===e.id?90:70))("ngClass",A.eq3(17,vr,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===e.id&&i.apiCallStatusBalances.status===i.apiCallStatusEnum.ERROR||"capacity"===e.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusBalances.status===i.apiCallStatusEnum.ERROR)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.ERROR)||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusBalances.status===i.apiCallStatusEnum.ERROR))),A.R7$(),A.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===e.id&&i.apiCallStatusBalances.status===i.apiCallStatusEnum.INITIATED||"capacity"===e.id&&(i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusBalances.status===i.apiCallStatusEnum.INITIATED)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.INITIATED)||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusBalances.status===i.apiCallStatusEnum.INITIATED)),A.R7$(),A.Y8G("ngSwitch",e.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","balance"),A.R7$(),A.Y8G("ngSwitchCase","capacity"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","status")}}function Ha(n,l){if(1&n&&(A.j41(0,"div",5)(1,"div",6),A.nrm(2,"fa-icon",7),A.j41(3,"span",8),A.EFF(4),A.k0s()(),A.j41(5,"mat-grid-list",9),A.DNE(6,zs,23,19,"mat-grid-tile",10),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.Y8G("icon",e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.ERROR?e.faFrown:e.faSmile),A.R7$(2),A.JRh(e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.COMPLETED?"Welcome "+e.information.alias+"! Your node is up and running.":e.apiCallStatusNodeInfo.status===e.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),A.R7$(),A.Y8G("rowHeight",e.operatorCardHeight),A.R7$(),A.Y8G("ngForOf",e.operatorCards)}}function Br(n,l){if(1&n&&(A.j41(0,"button",28)(1,"mat-icon"),A.EFF(2,"more_vert"),A.k0s()()),2&n){A.XpG();const e=A.sdS(9);A.Y8G("matMenuTriggerFor",e)}}function br(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const o=E.eBV(e).index,r=A.XpG(2).$implicit,nA=A.XpG(2);return E.Njj(nA.onNavigateTo(r.links[o]))}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit;A.R7$(),A.JRh(e)}}function ks(n,l){if(1&n&&(A.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),A.nrm(3,"fa-icon",14),A.j41(4,"span"),A.EFF(5),A.k0s()(),A.j41(6,"div"),A.DNE(7,Br,3,1,"button",15),A.j41(8,"mat-menu",16,2),A.DNE(10,br,2,1,"button",17),A.k0s()()()()),2&n){const e=A.XpG().$implicit;A.R7$(3),A.Y8G("icon",e.icon),A.R7$(2),A.JRh(e.title),A.R7$(2),A.Y8G("ngIf",e.links[0]),A.R7$(3),A.Y8G("ngForOf",e.goToOptions)}}function ns(n,l){1&n&&A.nrm(0,"mat-progress-bar",30)}function Hs(n,l){if(1&n&&A.nrm(0,"rtl-cln-node-info",45),2&n){const e=A.XpG(3);A.Y8G("information",e.information)}}function Rr(n,l){if(1&n&&A.nrm(0,"rtl-cln-balances-info",32),2&n){const e=A.XpG(3);A.Y8G("balances",e.balances)("errorMessage",e.errorMessages[1])}}function vs(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-liquidity-info",46),2&n){const e=A.XpG(3);A.Y8G("totalLiquidity",e.totalInboundLiquidity)("activeChannels",e.allInboundChannels)("errorMessage",e.errorMessages[2])}}function gr(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-liquidity-info",47),2&n){const e=A.XpG(3);A.Y8G("totalLiquidity",e.totalOutboundLiquidity)("activeChannels",e.allOutboundChannels)("errorMessage",e.errorMessages[2])}}function fr(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const o=E.eBV(e).index,r=A.XpG(2).$implicit,nA=A.XpG(2);return E.Njj(nA.onNavigateTo(r.links[o]))}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit;A.R7$(),A.JRh(e)}}function ja(n,l){if(1&n&&(A.j41(0,"span",48)(1,"mat-tab-group",49)(2,"mat-tab",50),A.nrm(3,"rtl-cln-lightning-invoices-table",51),A.k0s(),A.j41(4,"mat-tab",52),A.nrm(5,"rtl-cln-lightning-payments",53),A.k0s()(),A.j41(6,"div",54)(7,"button",28)(8,"mat-icon"),A.EFF(9,"more_vert"),A.k0s()(),A.j41(10,"mat-menu",16,3),A.DNE(12,fr,2,1,"button",17),A.k0s()()()),2&n){const e=A.sdS(11),i=A.XpG().$implicit;A.R7$(7),A.Y8G("matMenuTriggerFor",e),A.R7$(5),A.Y8G("ngForOf",i.goToOptions)}}function Oa(n,l){1&n&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find information!"),A.k0s())}function Ri(n,l){if(1&n&&(A.j41(0,"mat-grid-tile",11)(1,"mat-card",38),A.DNE(2,ks,11,4,"mat-card-header",39),A.j41(3,"mat-card-content",40),A.DNE(4,ns,1,0,"mat-progress-bar",20),A.j41(5,"div",21),A.DNE(6,Hs,1,1,"rtl-cln-node-info",41)(7,Rr,1,2,"rtl-cln-balances-info",23)(8,vs,1,3,"rtl-cln-channel-liquidity-info",42)(9,gr,1,3,"rtl-cln-channel-liquidity-info",43)(10,ja,13,2,"span",44)(11,Oa,2,0,"h3",27),A.k0s()()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("colspan",e.cols)("rowspan",e.rows),A.R7$(),A.Y8G("ngClass",A.eq3(14,Ra,"transactions"===e.id)),A.R7$(),A.Y8G("ngIf","transactions"!==e.id),A.R7$(),A.Y8G("fxFlex",A.mNQ("transactions"===e.id?100:"balance"===e.id?70:90))("ngClass",A.eq3(16,vr,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"balance"===e.id&&i.apiCallStatusBalances.status===i.apiCallStatusEnum.ERROR||("inboundLiq"===e.id||"outboundLiq"===e.id)&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"balance"===e.id&&i.apiCallStatusBalances.status===i.apiCallStatusEnum.INITIATED||("inboundLiq"===e.id||"outboundLiq"===e.id)&&i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",e.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","balance"),A.R7$(),A.Y8G("ngSwitchCase","inboundLiq"),A.R7$(),A.Y8G("ngSwitchCase","outboundLiq"),A.R7$(),A.Y8G("ngSwitchCase","transactions")}}function Vi(n,l){if(1&n&&(A.j41(0,"div",36),A.nrm(1,"fa-icon",7),A.j41(2,"span",8),A.EFF(3),A.k0s()(),A.j41(4,"mat-grid-list",37),A.DNE(5,Ri,12,18,"mat-grid-tile",10),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faSmile),A.R7$(2),A.SpI("Welcome ",e.information.alias,"! Your node is up and running."),A.R7$(),A.Y8G("rowHeight",e.merchantCardHeight),A.R7$(),A.Y8G("ngForOf",e.merchantCards)}}let ur=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.store=o,this.commonService=r,this.router=nA,this.faSmile=V.Qpm,this.faFrown=V.wB1,this.faAngleDoubleDown=d.WxX,this.faAngleDoubleUp=d.$sC,this.faChartPie=d.W1p,this.faBolt=d.zm_,this.faServer=d.D6w,this.faNetworkWired=d.eGi,this.userPersonaEnum=c.HW,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.totalBalance={},this.balances={onchain:-1,lightning:-1,total:0},this.activeChannels=[],this.channelsStatus={active:{},pending:{},inactive:{}},this.activeChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.errorMessages=["","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusBalances=null,this.apiCallStatusChannels=null,this.apiCallStatusFHistory=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}]):this.screenSize===c.f7.SM||this.screenSize===c.f7.MD?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}]):(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}])}ngOnInit(){this.store.select(U.RQ).pipe((0,M.Q)(this.unSubs[0]),(0,Y.E)(this.store.select(x._c))).subscribe(([i,o])=>{this.errorMessages[0]="",this.errorMessages[3]="",this.apiCallStatusNodeInfo=i.apisCallStatus[0],this.apiCallStatusFHistory=i.apisCallStatus[1],this.apiCallStatusNodeInfo.status===c.wn.ERROR&&(this.errorMessages[0]=this.apiCallStatusNodeInfo.message?"object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message:""),this.apiCallStatusFHistory.status===c.wn.ERROR&&(this.errorMessages[3]=this.apiCallStatusFHistory.message?"object"==typeof this.apiCallStatusFHistory.message?JSON.stringify(this.apiCallStatusFHistory.message):this.apiCallStatusFHistory.message:""),this.selNode=o,this.information=i.information,this.fees=i.fees}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessages[2]="",this.apiCallStatusChannels=i.apiCallStatus,this.apiCallStatusChannels.status===c.wn.ERROR&&(this.errorMessages[2]=this.apiCallStatusChannels.message?"object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message:""),this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.activeChannels=i.activeChannels,this.activeChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels,"balancedness")))||[],this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels?.filter(o=>!!o.to_them_msat&&o.to_them_msat>0),"to_them_msat")))||[],this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels?.filter(o=>!!o.to_us_msat&&o.to_us_msat>0),"to_us_msat")))||[],this.activeChannels.forEach(o=>{this.totalInboundLiquidity=this.totalInboundLiquidity+Math.ceil((o.to_them_msat||0)/1e3),this.totalOutboundLiquidity=this.totalOutboundLiquidity+Math.floor((o.to_us_msat||0)/1e3)}),this.channelsStatus.active.channels=i.activeChannels.length||0,this.channelsStatus.pending.channels=i.pendingChannels.length||0,this.channelsStatus.inactive.channels=i.inactiveChannels.length||0,this.logger.info(i)}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessages[1]="",this.apiCallStatusBalances=i.apiCallStatus,this.apiCallStatusBalances.status===c.wn.ERROR&&(this.errorMessages[1]=this.apiCallStatusBalances.message?"object"==typeof this.apiCallStatusBalances.message?JSON.stringify(this.apiCallStatusBalances.message):this.apiCallStatusBalances.message:""),this.totalBalance=i.balance,this.balances.onchain=i.balance.totalBalance||0,this.balances.lightning=i.localRemoteBalance.localBalance,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances);const o=i.localRemoteBalance.localBalance?+i.localRemoteBalance.localBalance:0,r=i.localRemoteBalance.remoteBalance?+i.localRemoteBalance.remoteBalance:0;this.channelBalances={localBalance:o,remoteBalance:r,balancedness:+(1-Math.abs((o-r)/(o+r))).toFixed(3)},this.channelsStatus.active.capacity=i.localRemoteBalance.localBalance||0,this.channelsStatus.pending.capacity=i.localRemoteBalance.pendingBalance||0,this.channelsStatus.inactive.capacity=i.localRemoteBalance.inactiveBalance||0,this.logger.info(i)})}onNavigateTo(i){this.router.navigateByUrl("/cln/"+i)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.activeChannelsCapacity=this.activeChannels.sort((i,o)=>{const r=(i.to_us_msat?+i.to_us_msat:0)+(i.to_them_msat?+i.to_them_msat:0),nA=(o.to_them_msat?+o.to_them_msat:0)+(o.to_them_msat?+o.to_them_msat:0);return r>nA?-1:r{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Q.h),A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-home"]],standalone:!1,decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","activeChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","activeChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100","direction","In",3,"totalLiquidity","activeChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100","direction","Out",3,"totalLiquidity","activeChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100","direction","In",3,"totalLiquidity","activeChannels","errorMessage"],["fxFlex","100","direction","Out",3,"totalLiquidity","activeChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],["calledFrom","home",1,"h-100"],["label","Pay"],["calledFrom","home"],[1,"underline"]],template:function(o,r){if(1&o&&A.DNE(0,Ha,7,4,"div",4)(1,Vi,6,4,"ng-template",null,0,A.C5r),2&o){const nA=A.sdS(2);A.Y8G("ngIf",(null==r.selNode?null:r.selNode.settings.userPersona)===r.userPersonaEnum.OPERATOR)("ngIfElse",nA)}},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.ux,Ee.e1,Ee.fG,y.aY,K.iY,lA.RN,lA.m2,lA.MM,lA.dh,uA.B_,uA.NS,G.An,J.kk,J.fb,J.Cp,q.HM,D.DJ,D.sA,D.UI,rA.PW,$.mq,$.T8,Ut,he,Je,je,St,Un,cr,ba],encapsulation:2}))}return n(),l})();var Ja=Ve(84572),_a=Ve(82852),bs=Ve(95416),Qi=Ve(9454),Wi=Ve(36013);const Sr=["form"],Va=["formSweepAll"],Wa=["stepper"],Si=(n,l)=>({"mr-6":n,"mr-2":l});function Xe(n,l){if(1&n&&(A.j41(0,"div",16),A.nrm(1,"fa-icon",17),A.j41(2,"span",18)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",19)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faInfoCircle),A.R7$(6),A.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),A.R7$(2),A.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),A.R7$(2),A.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),A.R7$(2),A.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),A.R7$(2),A.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function js(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Bitcoin address is required."),A.k0s())}function Ki(n,l){1&n&&(A.j41(0,"mat-hint"),A.EFF(1,"Amount replaced by UTXO balance"),A.k0s())}function Ka(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.amountError)}}function Nr(n,l){if(1&n&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e),A.R7$(),A.JRh(e)}}function Xa(n,l){if(1&n&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e.feeRateId),A.R7$(),A.SpI(" ",e.feeRateType," ")}}function Rs(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function Za(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.j41(3,"input",53,5),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG(2);return A.DH7(r.customFeeRate,o)||(r.customFeeRate=o),E.Njj(o)}),A.k0s(),A.DNE(5,Rs,2,0,"mat-error",23),A.k0s()}if(2&n){const e=A.XpG(2);A.R7$(3),A.Y8G("step",1)("min",0)("required","customperkb"===e.selFeeRate&&!e.flgMinConf),A.R50("ngModel",e.customFeeRate),A.R7$(2),A.Y8G("ngIf","customperkb"===e.selFeeRate&&!e.flgMinConf&&!e.customFeeRate)}}function p0(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function Tr(n,l){if(1&n&&(A.j41(0,"mat-option",51),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e),A.R7$(),A.SpI("",A.i5U(2,2,e.amount_msat/1e3,"1.0-0")," Sats")}}function Pr(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.sendFundError)}}function Ur(n,l){if(1&n&&(A.j41(0,"div",54),A.nrm(1,"fa-icon",17),A.DNE(2,Pr,2,1,"span",23),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.sendFundError)}}function D0(n,l){if(1&n){const e=A.RV6();A.j41(0,"form",20,1),A.bIt("submit",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onSendFunds())})("reset",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.resetData())}),A.j41(2,"mat-form-field",21)(3,"mat-label"),A.EFF(4,"Bitcoin Address"),A.k0s(),A.j41(5,"input",22,2),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.transaction.destination,o)||(r.transaction.destination=o),E.Njj(o)}),A.k0s(),A.DNE(7,js,2,0,"mat-error",23),A.k0s(),A.j41(8,"mat-form-field",24)(9,"mat-label"),A.EFF(10,"Amount"),A.k0s(),A.j41(11,"input",25,3),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.transaction.satoshi,o)||(r.transaction.satoshi=o),E.Njj(o)}),A.k0s(),A.DNE(13,Ki,2,0,"mat-hint",23),A.j41(14,"span",26),A.EFF(15),A.k0s(),A.DNE(16,Ka,2,1,"mat-error",23),A.k0s(),A.j41(17,"mat-form-field",27)(18,"mat-select",28),A.bIt("selectionChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onAmountUnitChange(o))}),A.DNE(19,Nr,2,2,"mat-option",29),A.k0s()(),A.j41(20,"div",30)(21,"div",31)(22,"div",32)(23,"mat-form-field",33)(24,"mat-label"),A.EFF(25,"Fee Rate"),A.k0s(),A.j41(26,"mat-select",34),A.mxI("valueChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFeeRate,o)||(r.selFeeRate=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.customFeeRate=null)}),A.DNE(27,Xa,2,2,"mat-option",29),A.k0s()(),A.DNE(28,Za,6,5,"mat-form-field",35),A.k0s(),A.j41(29,"div",36)(30,"mat-checkbox",37),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.flgMinConf,o)||(r.flgMinConf=o),E.Njj(o)}),A.bIt("change",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.flgMinConf?o.selFeeRate=null:o.minConfValue=null)}),A.k0s(),A.j41(31,"mat-form-field",38)(32,"mat-label"),A.EFF(33,"Min Confirmation Blocks"),A.k0s(),A.j41(34,"input",39,4),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.minConfValue,o)||(r.minConfValue=o),E.Njj(o)}),A.k0s(),A.DNE(36,p0,2,0,"mat-error",23),A.k0s()()(),A.j41(37,"mat-expansion-panel",40),A.bIt("closed",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onAdvancedPanelToggle(!0))})("opened",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onAdvancedPanelToggle(!1))}),A.j41(38,"mat-expansion-panel-header")(39,"mat-panel-title")(40,"span"),A.EFF(41),A.k0s()()(),A.j41(42,"div",30)(43,"div",41)(44,"mat-form-field",42)(45,"mat-label"),A.EFF(46,"Coin Selection"),A.k0s(),A.j41(47,"mat-select",43),A.mxI("valueChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selUTXOs,o)||(r.selUTXOs=o),E.Njj(o)}),A.bIt("selectionChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onUTXOSelectionChange(o))}),A.j41(48,"mat-select-trigger"),A.EFF(49),A.nI1(50,"number"),A.k0s(),A.DNE(51,Tr,3,5,"mat-option",29),A.k0s()(),A.j41(52,"div",44)(53,"mat-slide-toggle",45),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.flgUseAllBalance,o)||(r.flgUseAllBalance=o),E.Njj(o)}),A.bIt("change",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onUTXOAllBalanceChange())}),A.EFF(54," Use selected UTXOs balance "),A.k0s(),A.j41(55,"mat-icon",46),A.EFF(56,"info_outline"),A.k0s()()()()(),A.nrm(57,"div",30),A.DNE(58,Ur,3,2,"div",47),A.j41(59,"div",48)(60,"button",49),A.EFF(61,"Clear Fields"),A.k0s(),A.j41(62,"button",50),A.EFF(63,"Send Funds"),A.k0s()()()()}if(2&n){const e=A.XpG();A.R7$(5),A.R50("ngModel",e.transaction.destination),A.R7$(2),A.Y8G("ngIf",!e.transaction.destination),A.R7$(4),A.Y8G("type",e.flgUseAllBalance?"text":"number")("step",100)("min",0)("disabled",e.flgUseAllBalance),A.R50("ngModel",e.transaction.satoshi),A.R7$(2),A.Y8G("ngIf",e.flgUseAllBalance),A.R7$(2),A.SpI("",e.selAmountUnit," "),A.R7$(),A.Y8G("ngIf",!e.transaction.satoshi),A.R7$(2),A.Y8G("value",e.selAmountUnit)("disabled",e.flgUseAllBalance),A.R7$(),A.Y8G("ngForOf",e.amountUnits),A.R7$(4),A.Y8G("ngClass","customperkb"!==e.selFeeRate||e.flgMinConf?"flex-100":"flex-48"),A.R7$(3),A.Y8G("disabled",e.flgMinConf),A.R50("value",e.selFeeRate),A.R7$(),A.Y8G("ngForOf",e.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===e.selFeeRate&&!e.flgMinConf),A.R7$(2),A.Y8G("ngClass",A.l_i(36,Si,e.screenSize===e.screenSizeEnum.XS||e.screenSize===e.screenSizeEnum.SM,e.screenSize===e.screenSizeEnum.MD||e.screenSize===e.screenSizeEnum.LG||e.screenSize===e.screenSizeEnum.XL)),A.R50("ngModel",e.flgMinConf),A.R7$(4),A.Y8G("step",1)("min",0)("required",e.flgMinConf)("disabled",!e.flgMinConf),A.R50("ngModel",e.minConfValue),A.R7$(2),A.Y8G("ngIf",e.flgMinConf&&!e.minConfValue),A.R7$(5),A.JRh(e.advancedTitle),A.R7$(6),A.R50("value",e.selUTXOs),A.R7$(2),A.Lme("",A.bMT(50,34,e.totalSelectedUTXOAmount)," Sats (",e.selUTXOs.length>1?e.selUTXOs.length+" UTXOs":"1 UTXO",")"),A.R7$(2),A.Y8G("ngForOf",e.utxos),A.R7$(2),A.Y8G("disabled",e.selUTXOs.length<1),A.R50("ngModel",e.flgUseAllBalance),A.R7$(5),A.Y8G("ngIf",""!==e.sendFundError)}}function qa(n,l){if(1&n&&A.EFF(0),2&n){const e=A.XpG(3);A.JRh(e.passwordFormLabel)}}function $a(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Password is required."),A.k0s())}function Ao(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-step",58)(1,"form",76),A.DNE(2,qa,1,1,"ng-template",70),A.j41(3,"div",7)(4,"mat-form-field",18)(5,"mat-label"),A.EFF(6,"Password"),A.k0s(),A.nrm(7,"input",77),A.DNE(8,$a,2,0,"mat-error",23),A.k0s()(),A.j41(9,"div",78)(10,"button",79),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onAuthenticate())}),A.EFF(11,"Confirm"),A.k0s()()()()}if(2&n){const e=A.XpG(2);A.Y8G("stepControl",e.passwordFormGroup)("editable",e.flgEditable),A.R7$(),A.Y8G("formGroup",e.passwordFormGroup),A.R7$(7),A.Y8G("ngIf",null==e.passwordFormGroup.controls.password.errors?null:e.passwordFormGroup.controls.password.errors.required)}}function eo(n,l){if(1&n&&A.EFF(0),2&n){const e=A.XpG(2);A.JRh(e.sendFundFormLabel)}}function to(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Bitcoin address is required."),A.k0s())}function Gr(n,l){if(1&n&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e.feeRateId),A.R7$(),A.SpI(" ",e.feeRateType," ")}}function no(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function io(n,l){if(1&n&&(A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.nrm(3,"input",80),A.DNE(4,no,2,0,"mat-error",23),A.k0s()),2&n){const e=A.XpG(2);A.R7$(3),A.Y8G("step",1)("min",0),A.R7$(),A.Y8G("ngIf","customperkb"===e.sendFundFormGroup.controls.selFeeRate.value&&!e.sendFundFormGroup.controls.flgMinConf.value&&!e.sendFundFormGroup.controls.customFeeRate.value)}}function so(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function ro(n,l){if(1&n&&A.EFF(0),2&n){const e=A.XpG(2);A.JRh(e.confirmFormLabel)}}function ao(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.sendFundError)}}function I0(n,l){if(1&n&&(A.j41(0,"div",54),A.nrm(1,"fa-icon",17),A.DNE(2,ao,2,1,"span",23),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.sendFundError)}}function Lr(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",55)(1,"mat-vertical-stepper",56,6),A.bIt("selectionChange",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.stepSelectionChanged(o))}),A.DNE(3,Ao,12,4,"mat-step",57),A.j41(4,"mat-step",58)(5,"form",59),A.DNE(6,eo,1,1,"ng-template",60),A.j41(7,"div",30)(8,"mat-form-field",18)(9,"mat-label"),A.EFF(10,"Bitcoin Address"),A.k0s(),A.nrm(11,"input",61),A.DNE(12,to,2,0,"mat-error",23),A.k0s(),A.j41(13,"div",62)(14,"div",32)(15,"mat-form-field",33)(16,"mat-label"),A.EFF(17,"Fee Rate"),A.k0s(),A.j41(18,"mat-select",63),A.DNE(19,Gr,2,2,"mat-option",29),A.k0s()(),A.DNE(20,io,5,3,"mat-form-field",35),A.k0s(),A.j41(21,"div",36),A.nrm(22,"mat-checkbox",64),A.j41(23,"mat-form-field",38)(24,"mat-label"),A.EFF(25,"Min Confirmation Blocks"),A.k0s(),A.nrm(26,"input",65),A.DNE(27,so,2,0,"mat-error",23),A.k0s()()()(),A.j41(28,"div",66)(29,"button",67),A.EFF(30,"Next"),A.k0s()()()(),A.j41(31,"mat-step",68)(32,"form",69),A.DNE(33,ro,1,1,"ng-template",70),A.j41(34,"div",55)(35,"div",71),A.nrm(36,"fa-icon",72),A.j41(37,"span"),A.EFF(38,"You are about to sweep all funds from RTL. Are you sure?"),A.k0s()(),A.DNE(39,I0,3,2,"div",47),A.j41(40,"div",66)(41,"button",73),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onSendFunds())}),A.EFF(42,"Sweep All Funds"),A.k0s()()()()()(),A.j41(43,"div",74)(44,"button",75),A.EFF(45),A.k0s()()()}if(2&n){const e=A.XpG();A.R7$(),A.Y8G("linear",!0),A.R7$(2),A.Y8G("ngIf",!e.appConfig.SSO.rtlSSO),A.R7$(),A.Y8G("stepControl",e.sendFundFormGroup)("editable",e.flgEditable),A.R7$(),A.Y8G("formGroup",e.sendFundFormGroup),A.R7$(7),A.Y8G("ngIf",null==e.sendFundFormGroup.controls.transactionAddress.errors?null:e.sendFundFormGroup.controls.transactionAddress.errors.required),A.R7$(3),A.Y8G("ngClass","customperkb"!==e.sendFundFormGroup.controls.selFeeRate.value||e.sendFundFormGroup.controls.flgMinConf.value?"flex-100":"flex-48"),A.R7$(4),A.Y8G("ngForOf",e.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===e.sendFundFormGroup.controls.selFeeRate.value&&!e.sendFundFormGroup.controls.flgMinConf.value),A.R7$(2),A.Y8G("ngClass",A.l_i(20,Si,e.screenSize===e.screenSizeEnum.XS||e.screenSize===e.screenSizeEnum.SM,e.screenSize===e.screenSizeEnum.MD||e.screenSize===e.screenSizeEnum.LG||e.screenSize===e.screenSizeEnum.XL)),A.R7$(4),A.Y8G("step",1)("min",0)("required",e.sendFundFormGroup.controls.flgMinConf.value),A.R7$(),A.Y8G("ngIf",e.sendFundFormGroup.controls.flgMinConf.value&&!e.sendFundFormGroup.controls.minConfValue.value),A.R7$(4),A.Y8G("stepControl",e.confirmFormGroup),A.R7$(),A.Y8G("formGroup",e.confirmFormGroup),A.R7$(4),A.Y8G("icon",e.faExclamationTriangle),A.R7$(3),A.Y8G("ngIf",""!==e.sendFundError),A.R7$(5),A.Y8G("mat-dialog-close",!1),A.R7$(),A.JRh(e.flgValidated?"Close":"Cancel")}}let oo=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn,bt,Yn,Hw,jw){this.dialogRef=i,this.data=o,this.logger=r,this.dataService=nA,this.store=WA,this.commonService=Ae,this.decimalPipe=mn,this.actions=bt,this.formBuilder=Yn,this.rtlEffects=Hw,this.snackBar=jw,this.faExclamationTriangle=d.zpE,this.faInfoCircle=d.iW_,this.sweepAll=!1,this.addressTypes=[],this.utxos=[],this.selUTXOs=[],this.flgUseAllBalance=!1,this.totalSelectedUTXOAmount=null,this.selectedAddress=c.Ld[1],this.blockchainBalance={},this.information={},this.newAddress="",this.transaction={},this.feeRateTypes=c.G,this.selFeeRate="",this.customFeeRate=null,this.flgMinConf=!1,this.minConfValue=null,this.sendFundError="",this.fiatConversion=!1,this.amountUnits=c.A0,this.selAmountUnit=c.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=c.k,this.advancedTitle="Advanced Options",this.flgValidated=!1,this.flgEditable=!0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,M.Q)(this.unSubs[0])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}}),this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[gA.k0.required]],password:["",[gA.k0.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",gA.k0.required],selFeeRate:[null],customFeeRate:[null],flgMinConf:[!1],minConfValue:[{value:null,disabled:!0}]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.flgMinConf.valueChanges.pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{i?(this.sendFundFormGroup.controls.selFeeRate.disable(),this.sendFundFormGroup.controls.selFeeRate.setValue(null),this.sendFundFormGroup.controls.minConfValue.reset(),this.sendFundFormGroup.controls.minConfValue.enable(),this.sendFundFormGroup.controls.minConfValue.setValidators([gA.k0.required]),this.sendFundFormGroup.controls.minConfValue.setValue(null)):(this.sendFundFormGroup.controls.selFeeRate.enable(),this.sendFundFormGroup.controls.selFeeRate.setValue(null),this.sendFundFormGroup.controls.minConfValue.setValue(null),this.sendFundFormGroup.controls.minConfValue.disable(),this.sendFundFormGroup.controls.minConfValue.setValidators(null),this.sendFundFormGroup.controls.minConfValue.setErrors(null))}),this.sendFundFormGroup.controls.selFeeRate.valueChanges.pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.sendFundFormGroup.controls.customFeeRate.setValue(null),this.sendFundFormGroup.controls.customFeeRate.reset(),this.sendFundFormGroup.controls.customFeeRate.setValidators("customperkb"!==i||this.sendFundFormGroup.controls.flgMinConf.value?null:[gA.k0.required])}),(0,Ja.z)([this.store.select(x._c),this.store.select(x.qv)]).pipe((0,M.Q)(this.unSubs[3])).subscribe(([i,o])=>{this.fiatConversion=i.settings.fiatConversion,this.amountUnits=i.settings.currencyUnits,this.appConfig=o}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[4])).subscribe(i=>{this.information=i}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[5])).subscribe(i=>{this.utxos=this.commonService.sortAscByKey(i.utxos?.filter(o=>"confirmed"===o.status),"value"),this.logger.info(i)}),this.actions.pipe((0,M.Q)(this.unSubs[6]),(0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN||i.type===c.TC.SET_CHANNEL_TRANSACTION_RES_CLN)).subscribe(i=>{i.type===c.TC.SET_CHANNEL_TRANSACTION_RES_CLN&&(this.store.dispatch((0,w.UI)({payload:"Fund Sent Successfully!"})),this.dialogRef.close()),i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&i.payload.status===c.wn.ERROR&&"SetChannelTransaction"===i.payload.action&&(this.sendFundError=i.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,w.oz)({payload:_a(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,Gt.s)(1)).subscribe(i=>{"ERROR"!==i?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.sendFundError="",this.flgUseAllBalance&&(this.transaction.satoshi="all"),this.selUTXOs.length&&this.selUTXOs.length>0&&(this.transaction.utxos=[],this.selUTXOs.forEach(i=>this.transaction.utxos?.push(i.txid+":"+i.output))),this.sweepAll){if(!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||this.sendFundFormGroup.controls.flgMinConf.value&&(!this.sendFundFormGroup.controls.minConfValue.value||this.sendFundFormGroup.controls.minConfValue.value<=0)||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate)return!0;this.transaction.satoshi="all",this.transaction.destination=this.sendFundFormGroup.controls.transactionAddress.value,this.sendFundFormGroup.controls.flgMinConf.value?(delete this.transaction.feerate,this.transaction.minconf=this.sendFundFormGroup.controls.flgMinConf.value?this.sendFundFormGroup.controls.minConfValue.value:null):(delete this.transaction.minconf,this.transaction.feerate="customperkb"===this.sendFundFormGroup.controls.selFeeRate.value&&!this.sendFundFormGroup.controls.flgMinConf.value&&this.sendFundFormGroup.controls.customFeeRate.value?1e3*this.sendFundFormGroup.controls.customFeeRate.value+"perkb":this.sendFundFormGroup.controls.selFeeRate.value),delete this.transaction.utxos,this.store.dispatch((0,xA.aB)({payload:this.transaction}))}else{if(this.transaction.minconf=this.flgMinConf?this.minConfValue:null,this.transaction.feerate="customperkb"===this.selFeeRate&&!this.flgMinConf&&this.customFeeRate?1e3*this.customFeeRate+"perkb":""!==this.selFeeRate?this.selFeeRate:null,!this.transaction.destination||""===this.transaction.destination||!this.transaction.satoshi||+this.transaction.satoshi<=0||this.flgMinConf&&(!this.transaction.minconf||this.transaction.minconf<=0)||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate)return!0;this.transaction.satoshi&&"all"!==this.transaction.satoshi&&this.selAmountUnit!==c.BQ.SATS?this.commonService.convertCurrency(+this.transaction.satoshi,this.selAmountUnit===this.amountUnits[2]?c.BQ.OTHER:this.selAmountUnit,c.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,M.Q)(this.unSubs[7])).subscribe({next:i=>{this.transaction.satoshi=i[c.BQ.SATS],this.selAmountUnit=c.BQ.SATS,this.store.dispatch((0,xA.aB)({payload:this.transaction}))},error:i=>{this.transaction.satoshi=null,this.selAmountUnit=c.BQ.SATS,this.amountError="Conversion Error: "+i}}):this.store.dispatch((0,xA.aB)({payload:this.transaction}))}}resetData(){this.sendFundError="",this.transaction={},this.flgMinConf=!1,this.totalSelectedUTXOAmount=null,this.selUTXOs=[],this.flgUseAllBalance=!1,this.selAmountUnit=c.A0[0]}stepSelectionChanged(i){switch(this.sendFundError="",i.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+(this.sendFundFormGroup.controls.flgMinConf.value?" | Min Confirmation Blocks: "+this.sendFundFormGroup.controls.minConfValue.value:this.sendFundFormGroup.controls.selFeeRate.value?" | Fee Rate: "+this.feeRateTypes.find(o=>o.feeRateId===this.sendFundFormGroup.controls.selFeeRate.value)?.feeRateType:"")}i.selectedIndex0?(this.totalSelectedUTXOAmount=this.selUTXOs?.reduce((o,r)=>o+(r.amount_msat||0)/1e3,0),this.flgUseAllBalance&&this.onUTXOAllBalanceChange()):(this.totalSelectedUTXOAmount=null,this.transaction.satoshi=null,this.flgUseAllBalance=!1)}onUTXOAllBalanceChange(){this.flgUseAllBalance?(this.transaction.satoshi=this.totalSelectedUTXOAmount,this.selAmountUnit=c.A0[0]):this.transaction.satoshi=null}onAmountUnitChange(i){const o=this,r=this.selAmountUnit===this.amountUnits[2]?c.BQ.OTHER:this.selAmountUnit;let nA=i.value===this.amountUnits[2]?c.BQ.OTHER:i.value;this.transaction.satoshi&&this.selAmountUnit!==i.value&&this.commonService.convertCurrency(+this.transaction.satoshi,r,nA,this.amountUnits[2],this.fiatConversion).pipe((0,M.Q)(this.unSubs[8])).subscribe({next:WA=>{this.selAmountUnit=i.value,o.transaction.satoshi=o.decimalPipe.transform(WA[nA],o.currencyUnitFormats[nA])?.replace(/,/g,"")},error:WA=>{o.transaction.satoshi=null,this.amountError="Conversion Error: "+WA,this.selAmountUnit=r,nA=r}})}onAdvancedPanelToggle(i){this.advancedTitle=i&&this.selUTXOs.length&&this.selUTXOs.length>0?"Advanced Options | Selected UTXOs: "+this.selUTXOs.length+" | Selected UTXO Amount: "+this.decimalPipe.transform(this.totalSelectedUTXOAmount)+" Sats":"Advanced Options"}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(N.gP),A.rXU(Rt.u),A.rXU(_.il),A.rXU(Q.h),A.rXU(Ee.QX),A.rXU(QA.En),A.rXU(gA.ze),A.rXU(H.H),A.rXU(bs.UG))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-on-chain-send-modal"]],viewQuery:function(o,r){if(1&o&&(A.GBs(Sr,7),A.GBs(Va,5),A.GBs(Wa,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first),A.mGM(nA=A.lsd())&&(r.formSweepAll=nA.first),A.mGM(nA=A.lsd())&&(r.stepper=nA.first)}},standalone:!1,decls:13,vars:5,consts:[["sweepAllBlock",""],["form","ngForm"],["address","ngModel"],["amount","ngModel"],["blocks","ngModel"],["custFeeRate","ngModel"],["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex","55"],["matInput","","autoFocus","","tabindex","1","name","address","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","type","step","min","disabled","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value","disabled"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxFlex","48","fxLayoutAlign","space-between start"],["fxLayout","column","fxLayoutAlign","start center",3,"ngClass"],["tabindex","4",3,"valueChange","selectionChange","disabled","value"],["fxFlex","48","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","48","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","name","flgMinConf","fxLayoutAlign","stretch start",3,"ngModelChange","change","ngClass","ngModel"],["fxLayout","column","fxFlex","93"],["matInput","","type","number","name","blocks","tabindex","8",3,"ngModelChange","step","min","required","disabled","ngModel"],["fxLayout","column","fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","35","fxLayoutAlign","start end"],["tabindex","8","multiple","",3,"valueChange","selectionChange","value"],["fxFlex","60","fxLayout","row","fxLayoutAlign","start center"],["tabindex","9","color","primary","name","flgUseAllBalance",3,"ngModelChange","change","disabled","ngModel"],["matTooltip","Use selected UTXOs balance as the amount to be sent. Final amount sent will be less the mining fee.","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["fxFlex","48","fxLayoutAlign","end center"],["matInput","","type","number","name","custFeeRate","tabindex","4",3,"ngModelChange","step","min","required","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["matInput","","formControlName","transactionAddress","tabindex","4","name","address","required",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["tabindex","4","formControlName","selFeeRate"],["fxFlex","7","tabindex","5","color","primary","formControlName","flgMinConf","fxLayoutAlign","stretch start",3,"ngClass"],["matInput","","formControlName","minConfValue","type","number","name","blocks","tabindex","8",3,"step","min","required"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","default","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","default",3,"click"],["matInput","","formControlName","customFeeRate","type","number","name","custFeeRate","tabindex","4",3,"step","min"]],template:function(o,r){if(1&o&&(A.j41(0,"div",7)(1,"div",8)(2,"mat-card-header",9)(3,"div",10)(4,"span",11),A.EFF(5),A.k0s()(),A.j41(6,"button",12),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",13),A.DNE(9,Xe,16,6,"div",14)(10,D0,64,39,"form",15),A.k0s()()(),A.DNE(11,Lr,46,23,"ng-template",null,0,A.C5r)),2&o){const nA=A.sdS(12);A.R7$(5),A.JRh(r.sweepAll?"Sweep All Funds":"Send Funds"),A.R7$(),A.Y8G("mat-dialog-close",!1),A.R7$(3),A.Y8G("ngIf",r.recommendedFee.minimumFee),A.R7$(),A.Y8G("ngIf",!r.sweepAll)("ngIfElse",nA)}},dependencies:[Ee.YU,Ee.Sq,Ee.bT,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.vS,gA.cV,gA.j4,gA.JD,y.aY,UA.tx,JA.$z,lA.m2,lA.MM,Cn.So,Qi.GK,Qi.Z2,Qi.WN,G.An,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,KA.yw,D.DJ,D.sA,D.UI,rA.PW,eA.VO,eA.$2,ae.wT,we.sG,ie.oV,Wi.V5,Wi.Ti,Wi.M6,Wi.F7,kA.N,CA.V,Ee.QX],encapsulation:2}))}return n(),l})();var zr=Ve(25837),kr=Ve(1975);const lo=()=>["all"],co=n=>({"error-border":n}),Bo=()=>["no_utxo"],Er=n=>({width:n}),Hr=n=>({"display-none":n});function On(n,l){if(1&n&&(A.j41(0,"mat-option",37),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function go(n,l){1&n&&A.nrm(0,"mat-progress-bar",38)}function fo(n,l){1&n&&A.nrm(0,"th",39)}function uo(n,l){1&n&&(A.j41(0,"span",42)(1,"mat-icon",43),A.EFF(2,"warning"),A.k0s()())}function Eo(n,l){if(1&n&&(A.j41(0,"td",40),A.DNE(1,uo,3,0,"span",41),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(),o=A.sdS(56);A.R7$(),A.Y8G("ngIf",i.numDustUTXOs>0&&!i.isDustUTXO&&(null==e?null:e.amount_msat)/1e30||0===e.amount_msat),A.R7$(),A.Y8G("ngIf",e.amount_msat<0)}}function Wt(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Blockheight"),A.k0s())}function po(n,l){if(1&n&&(A.j41(0,"td",40)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.bMT(3,1,null==e?null:e.blockheight)," ")}}function Pi(n,l){1&n&&(A.j41(0,"th",49),A.EFF(1,"Reserved"),A.k0s())}function Do(n,l){if(1&n&&(A.j41(0,"td",40)(1,"span"),A.EFF(2),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(e.reserved?"Yes":"No")}}function Io(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",57)(1,"div",58)(2,"mat-select",59),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",60),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Fo(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",61)(1,"button",62),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG();return E.Njj(nA.onUTXOClick(r,o))}),A.EFF(2,"View Info"),A.k0s()()}}function Vs(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No utxos available."),A.k0s())}function ri(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting utxos..."),A.k0s())}function Or(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function is(n,l){if(1&n&&(A.j41(0,"td",63),A.DNE(1,Vs,2,0,"p",64)(2,ri,2,0,"p",64)(3,Or,2,1,"p",64),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.listUTXOs&&e.listUTXOs.data)||(null==e.listUTXOs||null==e.listUTXOs.data?null:e.listUTXOs.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.listUTXOs&&e.listUTXOs.data)||(null==e.listUTXOs||null==e.listUTXOs.data?null:e.listUTXOs.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.listUTXOs&&e.listUTXOs.data)||(null==e.listUTXOs||null==e.listUTXOs.data?null:e.listUTXOs.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function Jr(n,l){if(1&n&&A.nrm(0,"tr",65),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,Hr,(null==e.listUTXOs?null:e.listUTXOs.data)&&(null==e.listUTXOs||null==e.listUTXOs.data?null:e.listUTXOs.data.length)>0))}}function xo(n,l){1&n&&A.nrm(0,"tr",66)}function Ws(n,l){1&n&&A.nrm(0,"tr",67)}function Ks(n,l){1&n&&A.nrm(0,"mat-icon",68)}let Ui=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.commonService=o,this.store=r,this.camelCaseWithReplace=nA,this.numDustUTXOs=0,this.isDustUTXO=!1,this.dustAmount=1e3,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"utxos",recordsPerPage:c.md,sortBy:"status",sortOrder:c.oi.DESCENDING},this.displayedColumns=[],this.listUTXOs=new L.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.tableSetting.tableId=this.isDustUTXO?"dust_utxos":"utxos",this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),i.utxos&&i.utxos.length>0&&(this.dustUtxos=i.utxos?.filter(o=>+(o.amount_msat||0)/1e30&&this.loadUTXOsTable(this.dustUtxos):(this.displayedColumns.unshift("is_dust"),this.utxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.utxos))),this.logger.info(i)})}ngAfterViewInit(){setTimeout(()=>{this.isDustUTXO?this.dustUtxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.dustUtxos):this.utxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.utxos)},0)}onUTXOClick(i,o){const r=[[{key:"txid",value:i.txid,title:"Transaction ID",width:100,type:c.UN.STRING,explorerLink:"tx"}],[{key:"output",value:i.output,title:"Output",width:50,type:c.UN.NUMBER},{key:"amount_msat",value:(i.amount_msat||0)/1e3,title:"Value (Sats)",width:50,type:c.UN.NUMBER}],[{key:"status",value:this.commonService.titleCase(i.status||""),title:"Status",width:50,type:c.UN.STRING},{key:"blockheight",value:i.blockheight,title:"Blockheight",width:50,type:c.UN.NUMBER}],[{key:"address",value:i.address,title:"Address",width:100}]];this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"UTXO Information",message:r}}}))}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column||"","_"):"is_dust"===i?"Dust":this.commonService.titleCase(i)}setFilterPredicate(){this.listUTXOs.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=JSON.stringify(i).toLowerCase();break;case"is_dust":r=(i?.amount_msat||0)/1e3"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"is_dust"===this.selFilterBy||"status"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadUTXOsTable(i){this.listUTXOs=new L.I6([...i]),this.listUTXOs.sort=this.sort,this.listUTXOs.sortingDataAccessor=(o,r)=>{switch(r){case"is_dust":return(o.amount_msat||0)/1e30&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-on-chain-utxos"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},inputs:{numDustUTXOs:"numDustUTXOs",isDustUTXO:"isDustUTXO",dustAmount:"dustAmount"},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("UTXOs")}])],decls:57,vars:18,consts:[["table",""],["emptySpace",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","is_dust"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Dust/Nondust",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["matColumnDef","txid"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","address"],["matColumnDef","scriptpubkey"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","value"],["matColumnDef","blockheight"],["matColumnDef","reserved"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Dust/Nondust"],["mat-cell",""],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["class","dot green","matTooltip","Confirmed","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],["matTooltip","Confirmed","matTooltipPosition","right",1,"dot","green"],["matTooltipPosition","right",1,"dot","yellow",3,"matTooltip"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],["fxLayoutAlign","start center","color","warn",1,"mr-1"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",2)(1,"div",3),A.nrm(2,"div",4),A.j41(3,"div",5)(4,"mat-form-field",6)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",7),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,On,2,2,"mat-option",8),A.k0s()()(),A.j41(10,"mat-form-field",6)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",9),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(14,"div",10)(15,"div",11),A.DNE(16,go,1,0,"mat-progress-bar",12),A.j41(17,"table",13,0),A.qex(19,14),A.DNE(20,fo,1,0,"th",15)(21,Eo,2,2,"td",16),A.bVm(),A.qex(22,17),A.DNE(23,ho,1,0,"th",18)(24,F0,3,2,"td",16),A.bVm(),A.qex(25,19),A.DNE(26,Qo,2,0,"th",20)(27,Ni,4,4,"td",16),A.bVm(),A.qex(28,21),A.DNE(29,mo,2,0,"th",20)(30,jr,4,4,"td",16),A.bVm(),A.qex(31,22),A.DNE(32,hr,2,0,"th",20)(33,Bn,4,4,"td",16),A.bVm(),A.qex(34,23),A.DNE(35,Ti,2,0,"th",24)(36,wr,4,3,"td",16),A.bVm(),A.qex(37,25),A.DNE(38,Mo,2,0,"th",24)(39,_s,3,2,"td",16),A.bVm(),A.qex(40,26),A.DNE(41,Wt,2,0,"th",24)(42,po,4,3,"td",16),A.bVm(),A.qex(43,27),A.DNE(44,Pi,2,0,"th",20)(45,Do,3,1,"td",16),A.bVm(),A.qex(46,28),A.DNE(47,Io,6,0,"th",29)(48,Fo,3,0,"td",30),A.bVm(),A.qex(49,31),A.DNE(50,is,4,3,"td",32),A.bVm(),A.DNE(51,Jr,1,3,"tr",33)(52,xo,1,0,"tr",34)(53,Ws,1,0,"tr",35),A.k0s(),A.nrm(54,"mat-paginator",36),A.k0s()()(),A.DNE(55,Ks,1,0,"ng-template",null,1,A.C5r)}2&o&&(A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,lo).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(3),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.listUTXOs)("ngClass",A.eq3(15,co,""!==r.errorMessage)),A.R7$(34),A.Y8G("matFooterRowDef",A.lJ4(17,Bo)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,JA.$z,G.An,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.PV],styles:[".mat-column-is_dust[_ngcontent-%COMP%]{max-width:3rem;width:3rem;text-overflow:unset}.mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return n(),l})();function yo(n,l){if(1&n&&(A.j41(0,"span",4),A.EFF(1,"UTXOs"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.numUtxos))}}function Xs(n,l){if(1&n&&(A.j41(0,"span",5),A.EFF(1,"Dust UTXOs"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.numDustUtxos))}}let Ss=(()=>{var n;class l{constructor(i,o){this.logger=i,this.store=o,this.selectedTableIndex=0,this.selectedTableIndexChange=new A.bkB,this.numUtxos=0,this.numDustUtxos=0,this.DUST_AMOUNT=1e3,this.unSubs=[new B.B,new B.B]}ngOnInit(){this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{i.utxos&&i.utxos.length>0&&(this.numUtxos=i.utxos.length||0,this.numDustUtxos=i.utxos?.filter(o=>+(o.amount_msat||0)/1e3{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},standalone:!1,decls:8,vars:7,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box","my-2"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedIndex"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"numDustUTXOs","isDustUTXO","dustAmount"],["matBadgeOverlap","false","matBadgeColor","primary",1,"tab-badge",3,"matBadge"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,r){1&o&&(A.j41(0,"div",0)(1,"mat-tab-group",1),A.bIt("selectedIndexChange",function(WA){return r.onSelectedIndexChanged(WA)}),A.j41(2,"mat-tab"),A.DNE(3,yo,2,2,"ng-template",2),A.nrm(4,"rtl-cln-on-chain-utxos",3),A.k0s(),A.j41(5,"mat-tab"),A.DNE(6,Xs,2,2,"ng-template",2),A.nrm(7,"rtl-cln-on-chain-utxos",3),A.k0s()()()),2&o&&(A.R7$(),A.Y8G("selectedIndex",r.selectedTableIndex),A.R7$(3),A.Y8G("numDustUTXOs",r.numDustUtxos)("isDustUTXO",!1)("dustAmount",r.DUST_AMOUNT),A.R7$(3),A.Y8G("numDustUTXOs",r.numDustUtxos)("isDustUTXO",!0)("dustAmount",r.DUST_AMOUNT))},dependencies:[D.DJ,D.sA,D.UI,kr.k,$.ES,$.mq,$.T8,Ui],encapsulation:2}))}return n(),l})();const Yo=(n,l)=>[n,l];function vo(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",13),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=null==o?null:o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("active",i.activeLink===(null==e?null:e.link))("routerLink",A.l_i(3,Yo,null==e?null:e.link,null==i.selectedTable?null:i.selectedTable.name)),A.R7$(),A.JRh(null==e?null:e.name)}}let bo=(()=>{var n;class l{constructor(i,o,r){this.store=i,this.router=o,this.activatedRoute=r,this.faExchangeAlt=d._qq,this.faChartPie=d.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.selectedTable=this.tables.find(o=>o.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link,this.selectedTable=this.tables.find(nA=>nA.name===o.urlAfterRedirects.substring(o.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(x._c).pipe((0,M.Q)(this.unSubs[1])).subscribe(o=>{this.selNode=o}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[2])).subscribe(o=>{this.balances=[{title:"Total Balance",dataValue:o.balance.totalBalance||0},{title:"Confirmed",dataValue:o.balance.confBalance||0},{title:"Unconfirmed",dataValue:o.balance.unconfBalance||0}]})}openSendFundsModal(i){this.store.dispatch((0,w.xO)({payload:{data:{sweepAll:i,component:oo}}}))}onSelectedTableIndexChanged(i){this.selectedTable=this.tables.find(o=>o.id===i)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il),A.rXU(Pt.Ix),A.rXU(Pt.nX))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-on-chain"]],standalone:!1,decls:23,vars:6,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndexChange","selectedTableIndex"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"On-chain Balance"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),A.nrm(7,"rtl-currency-unit-converter",6),A.k0s()()(),A.j41(8,"div",1),A.nrm(9,"fa-icon",2),A.j41(10,"span",3),A.EFF(11,"On-chain Transactions"),A.k0s()(),A.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),A.DNE(16,vo,2,6,"div",9),A.k0s(),A.nrm(17,"mat-tab-nav-panel",null,0),A.j41(19,"div",10),A.nrm(20,"router-outlet"),A.k0s(),A.j41(21,"div",11)(22,"rtl-cln-utxo-tables",12),A.bIt("selectedTableIndexChange",function(Ae){return E.eBV(nA),E.Njj(r.onSelectedTableIndexChanged(Ae))}),A.k0s()()()()()}if(2&o){const nA=A.sdS(18);A.R7$(),A.Y8G("icon",r.faChartPie),A.R7$(6),A.Y8G("values",r.balances),A.R7$(2),A.Y8G("icon",r.faExchangeAlt),A.R7$(6),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links),A.R7$(6),A.Y8G("selectedTableIndex",null==r.selectedTable?null:r.selectedTable.id)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,$.Bu,$.hQ,$.Ql,zr.f,Pt.n3,Hn.Wk,Ss],encapsulation:2}))}return n(),l})();function _r(n,l){if(1&n&&(A.j41(0,"span",10),A.EFF(1,"Channels"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.activeChannels))}}function Ro(n,l){if(1&n&&(A.j41(0,"span",10),A.EFF(1,"Peers"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.activePeers))}}let So=(()=>{var n;class l{constructor(i,o,r){this.store=i,this.logger=o,this.router=r,this.activePeers=0,this.activeChannels=0,this.faUsers=d.gdJ,this.faChartPie=d.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.activeLink=this.links.findIndex(i=>i.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(i=>i instanceof Pt.gx)).subscribe({next:i=>{this.activeLink=this.links.findIndex(o=>o.link===i.urlAfterRedirects.substring(i.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.activeChannels=i.activeChannels.length||0}),this.store.select(U.os).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.activePeers=i.peers&&i.peers.length?i.peers.length:0,this.logger.info(i)}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.balances=[{title:"Total Balance",dataValue:i.balance.totalBalance||0},{title:"Confirmed",dataValue:i.balance.confBalance||0},{title:"Unconfirmed",dataValue:i.balance.unconfBalance||0}]})}onSelectedTabChange(i){this.router.navigateByUrl("/cln/connections/"+this.links[i.index].link)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il),A.rXU(N.gP),A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-connections"]],standalone:!1,decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,r){1&o&&(A.j41(0,"div",0),A.nrm(1,"fa-icon",1),A.j41(2,"span",2),A.EFF(3,"On-chain Balance"),A.k0s()(),A.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),A.nrm(7,"rtl-currency-unit-converter",5),A.k0s()()(),A.j41(8,"div",0),A.nrm(9,"fa-icon",1),A.j41(10,"span",2),A.EFF(11,"Connections"),A.k0s()(),A.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),A.mxI("selectedIndexChange",function(WA){return A.DH7(r.activeLink,WA)||(r.activeLink=WA),WA}),A.bIt("selectedTabChange",function(WA){return r.onSelectedTabChange(WA)}),A.j41(16,"mat-tab"),A.DNE(17,_r,2,2,"ng-template",8),A.k0s(),A.j41(18,"mat-tab"),A.DNE(19,Ro,2,2,"ng-template",8),A.k0s()(),A.j41(20,"div",9),A.nrm(21,"router-outlet"),A.k0s()()()()),2&o&&(A.R7$(),A.Y8G("icon",r.faChartPie),A.R7$(6),A.Y8G("values",r.balances),A.R7$(2),A.Y8G("icon",r.faUsers),A.R7$(6),A.R50("selectedIndex",r.activeLink))},dependencies:[y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,kr.k,$.ES,$.mq,$.T8,zr.f,Pt.n3],encapsulation:2}))}return n(),l})();function No(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",12),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("routerLink",A.mNQ(e.link))("active",i.activeLink===e.link),A.R7$(),A.JRh(e.name)}}let To=(()=>{var n;class l{constructor(i,o,r){this.logger=i,this.store=o,this.router=r,this.faExchangeAlt=d._qq,this.faChartPie=d.W1p,this.currencyUnits=[],this.routerUrl="",this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"}],this.activeLink=this.links[0].link,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link,this.routerUrl=o.urlAfterRedirects}}),this.store.select(x._c).pipe((0,M.Q)(this.unSubs[1])).subscribe(o=>{if(this.selNode=o,this.selNode&&this.selNode.settings.enableOffers){this.store.dispatch((0,xA.Eb)()),this.store.dispatch((0,xA.Ml)()),this.links.push({link:"offers",name:"Offers"}),this.links.push({link:"offrBookmarks",name:"Paid Offer Bookmarks"});const r=this.links.find(nA=>this.router.url.includes(nA.link));this.activeLink=r?r.link:this.links[0].link}}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[2]),(0,Y.E)(this.store.select(x._c))).subscribe(([o,r])=>{this.currencyUnits=r?.settings.currencyUnits||[],this.balances=r&&r.settings.userPersona===c.HW.OPERATOR?[{title:"Local Capacity",dataValue:o.localRemoteBalance.localBalance,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:o.localRemoteBalance.remoteBalance,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:o.localRemoteBalance.localBalance,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:o.localRemoteBalance.remoteBalance,tooltip:"Amount you can receive"}],this.logger.info(o)})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-transactions"]],standalone:!1,decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Lightning Balance"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),A.nrm(7,"rtl-currency-unit-converter",6),A.k0s()()(),A.j41(8,"div",7),A.nrm(9,"fa-icon",2),A.j41(10,"span",3),A.EFF(11,"Lightning Transactions"),A.k0s()(),A.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),A.DNE(16,No,2,4,"div",10),A.k0s(),A.nrm(17,"mat-tab-nav-panel",null,0),A.j41(19,"div",11),A.nrm(20,"router-outlet"),A.k0s()()()()),2&o){const nA=A.sdS(18);A.R7$(),A.Y8G("icon",r.faChartPie),A.R7$(6),A.Y8G("values",r.balances),A.R7$(2),A.Y8G("icon",r.faExchangeAlt),A.R7$(6),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,$.Bu,$.hQ,$.Ql,zr.f,Pt.n3,Hn.Wk],encapsulation:2}))}return n(),l})();function Po(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",12),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("routerLink",A.mNQ(e.link))("active",i.activeLink===e.link),A.R7$(),A.JRh(e.name)}}let Uo=(()=>{var n;class l{constructor(i){this.router=i,this.faMapSigns=d.knH,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"routingpeers",name:"Routing Peers"},{link:"failedtransactions",name:"Failed Transactions"},{link:"localfail",name:"Local Failed Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new B.B,new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-routing"]],standalone:!1,decls:15,vars:3,consts:[["tabPanel",""],["fxLayout","column",1,"mb-2"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","1","mat-tab-link","","role","tab","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["tabindex","1","mat-tab-link","","role","tab",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1)(1,"div",2),A.nrm(2,"fa-icon",3),A.j41(3,"span",4),A.EFF(4,"Routing"),A.k0s()(),A.j41(5,"div",5)(6,"mat-card",6)(7,"mat-card-content",7)(8,"div",8)(9,"nav",9),A.DNE(10,Po,2,4,"div",10),A.k0s(),A.nrm(11,"mat-tab-nav-panel",null,0),A.k0s(),A.j41(13,"div",11),A.nrm(14,"router-outlet"),A.k0s()()()()()),2&o){const nA=A.sdS(12);A.R7$(2),A.Y8G("icon",r.faMapSigns),A.R7$(7),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,$.Bu,$.hQ,$.Ql,Pt.n3,Hn.Wk],encapsulation:2}))}return n(),l})();function Go(n,l){1&n&&(A.j41(0,"h3",9),A.EFF(1,"Node 1"),A.k0s())}function Lo(n,l){1&n&&(A.j41(0,"h3",9),A.EFF(1,"Node 1 (Your Node)"),A.k0s())}function zo(n,l){1&n&&(A.j41(0,"h3",9),A.EFF(1,"Node 2"),A.k0s())}function ko(n,l){1&n&&(A.j41(0,"h3",9),A.EFF(1,"Node 2 (Your Node)"),A.k0s())}function Ho(n,l){if(1&n&&(A.j41(0,"div",1),A.nrm(1,"mat-divider"),A.j41(2,"div",2)(3,"div",3)(4,"div",4),A.DNE(5,Go,2,0,"h3",5)(6,Lo,2,0,"h3",5),A.k0s(),A.nrm(7,"mat-divider",6),A.j41(8,"div",4)(9,"h4",7),A.EFF(10,"Short Channel ID"),A.k0s(),A.j41(11,"span",8),A.EFF(12),A.k0s()(),A.nrm(13,"mat-divider",6),A.j41(14,"div",4)(15,"h4",7),A.EFF(16,"Active"),A.k0s(),A.j41(17,"span",8),A.EFF(18),A.k0s()(),A.nrm(19,"mat-divider",6),A.j41(20,"div",4)(21,"h4",7),A.EFF(22,"Last Update"),A.k0s(),A.j41(23,"span",8),A.EFF(24),A.nI1(25,"date"),A.k0s()(),A.nrm(26,"mat-divider",6),A.j41(27,"div",4)(28,"h4",7),A.EFF(29,"Amount (Sats)"),A.k0s(),A.j41(30,"span",8),A.EFF(31),A.nI1(32,"number"),A.k0s()(),A.nrm(33,"mat-divider",6),A.j41(34,"div",4)(35,"h4",7),A.EFF(36,"Base Fee (mSats)"),A.k0s(),A.j41(37,"span",8),A.EFF(38),A.nI1(39,"number"),A.k0s()(),A.nrm(40,"mat-divider",6),A.j41(41,"div",4)(42,"h4",7),A.EFF(43,"Fee/Millionth"),A.k0s(),A.j41(44,"span",8),A.EFF(45),A.nI1(46,"number"),A.k0s()(),A.nrm(47,"mat-divider",6),A.j41(48,"div",4)(49,"h4",7),A.EFF(50,"Channel Flags"),A.k0s(),A.j41(51,"span",8),A.EFF(52),A.nI1(53,"number"),A.k0s()(),A.nrm(54,"mat-divider",6),A.j41(55,"div",4)(56,"h4",7),A.EFF(57,"Delay"),A.k0s(),A.j41(58,"span",8),A.EFF(59),A.nI1(60,"number"),A.k0s()(),A.nrm(61,"mat-divider",6),A.j41(62,"div",4)(63,"h4",7),A.EFF(64,"Max Htlc (mSat)"),A.k0s(),A.j41(65,"span",8),A.EFF(66),A.nI1(67,"number"),A.k0s()(),A.nrm(68,"mat-divider",6),A.j41(69,"div",4)(70,"h4",7),A.EFF(71,"Min Htlc (mSat)"),A.k0s(),A.j41(72,"span",8),A.EFF(73),A.nI1(74,"number"),A.k0s()(),A.nrm(75,"mat-divider",6),A.j41(76,"div",4)(77,"h4",7),A.EFF(78,"Message Flags"),A.k0s(),A.j41(79,"span",8),A.EFF(80),A.nI1(81,"number"),A.k0s()(),A.nrm(82,"mat-divider",6),A.j41(83,"div",4)(84,"h4",7),A.EFF(85,"Public"),A.k0s(),A.j41(86,"span",8),A.EFF(87),A.k0s()(),A.nrm(88,"mat-divider",6),A.j41(89,"div",4)(90,"h4",7),A.EFF(91,"Source"),A.k0s(),A.j41(92,"span",8),A.EFF(93),A.k0s()(),A.nrm(94,"mat-divider",6),A.j41(95,"div",4)(96,"h4",7),A.EFF(97,"Destination"),A.k0s(),A.j41(98,"span",8),A.EFF(99),A.k0s()()(),A.j41(100,"div",3)(101,"div"),A.DNE(102,zo,2,0,"h3",5)(103,ko,2,0,"h3",5),A.k0s(),A.nrm(104,"mat-divider",6),A.j41(105,"div",4)(106,"h4",7),A.EFF(107,"Short Channel ID"),A.k0s(),A.j41(108,"span",8),A.EFF(109),A.k0s()(),A.nrm(110,"mat-divider",6),A.j41(111,"div",4)(112,"h4",7),A.EFF(113,"Active"),A.k0s(),A.j41(114,"span",8),A.EFF(115),A.k0s()(),A.nrm(116,"mat-divider",6),A.j41(117,"div",4)(118,"h4",7),A.EFF(119,"Last Update"),A.k0s(),A.j41(120,"span",8),A.EFF(121),A.nI1(122,"date"),A.k0s()(),A.nrm(123,"mat-divider",6),A.j41(124,"div",4)(125,"h4",7),A.EFF(126,"Amount (Sats)"),A.k0s(),A.j41(127,"span",8),A.EFF(128),A.nI1(129,"number"),A.k0s()(),A.nrm(130,"mat-divider",6),A.j41(131,"div",4)(132,"h4",7),A.EFF(133,"Base Fee (mSats)"),A.k0s(),A.j41(134,"span",8),A.EFF(135),A.nI1(136,"number"),A.k0s()(),A.nrm(137,"mat-divider",6),A.j41(138,"div",4)(139,"h4",7),A.EFF(140,"Fee/Millionth"),A.k0s(),A.j41(141,"span",8),A.EFF(142),A.nI1(143,"number"),A.k0s()(),A.nrm(144,"mat-divider",6),A.j41(145,"div",4)(146,"h4",7),A.EFF(147,"Channel Flags"),A.k0s(),A.j41(148,"span",8),A.EFF(149),A.nI1(150,"number"),A.k0s()(),A.nrm(151,"mat-divider",6),A.j41(152,"div",4)(153,"h4",7),A.EFF(154,"Delay"),A.k0s(),A.j41(155,"span",8),A.EFF(156),A.nI1(157,"number"),A.k0s()(),A.nrm(158,"mat-divider",6),A.j41(159,"div",4)(160,"h4",7),A.EFF(161,"Max Htlc (mSat)"),A.k0s(),A.j41(162,"span",8),A.EFF(163),A.nI1(164,"number"),A.k0s()(),A.nrm(165,"mat-divider",6),A.j41(166,"div",4)(167,"h4",7),A.EFF(168,"Min Htlc (mSat)"),A.k0s(),A.j41(169,"span",8),A.EFF(170),A.nI1(171,"number"),A.k0s()(),A.nrm(172,"mat-divider",6),A.j41(173,"div",4)(174,"h4",7),A.EFF(175,"Message Flags"),A.k0s(),A.j41(176,"span",8),A.EFF(177),A.nI1(178,"number"),A.k0s()(),A.nrm(179,"mat-divider",6),A.j41(180,"div",4)(181,"h4",7),A.EFF(182,"Public"),A.k0s(),A.j41(183,"span",8),A.EFF(184),A.k0s()(),A.nrm(185,"mat-divider",6),A.j41(186,"div",4)(187,"h4",7),A.EFF(188,"Source"),A.k0s(),A.j41(189,"span",8),A.EFF(190),A.k0s()(),A.nrm(191,"mat-divider",6),A.j41(192,"div",4)(193,"h4",7),A.EFF(194,"Destination"),A.k0s(),A.j41(195,"span",8),A.EFF(196),A.k0s()()()()()),2&n){const e=A.XpG();A.R7$(5),A.Y8G("ngIf",!e.node1_match),A.R7$(),A.Y8G("ngIf",e.node1_match),A.R7$(6),A.JRh(null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].short_channel_id),A.R7$(6),A.JRh(null!=e.lookupResult.channels[0]&&e.lookupResult.channels[0].active?"True":"False"),A.R7$(6),A.JRh(A.i5U(25,32,1e3*(null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].last_update),"dd/MMM/y HH:mm")),A.R7$(7),A.JRh(A.i5U(32,35,(null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].amount_msat)/1e3,"1.0-0")),A.R7$(7),A.JRh(A.bMT(39,38,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].base_fee_millisatoshi)),A.R7$(7),A.JRh(A.bMT(46,40,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].fee_per_millionth)),A.R7$(7),A.JRh(A.bMT(53,42,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].channel_flags)),A.R7$(7),A.JRh(A.bMT(60,44,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].delay)),A.R7$(7),A.JRh(A.bMT(67,46,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].htlc_maximum_msat)),A.R7$(7),A.JRh(A.bMT(74,48,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].htlc_minimum_msat)),A.R7$(7),A.JRh(A.bMT(81,50,null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].message_flags)),A.R7$(7),A.JRh(null!=e.lookupResult.channels[0]&&e.lookupResult.channels[0].public?"Yes":"No"),A.R7$(6),A.JRh(null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].source),A.R7$(6),A.JRh(null==e.lookupResult.channels[0]?null:e.lookupResult.channels[0].destination),A.R7$(3),A.Y8G("ngIf",!e.node2_match),A.R7$(),A.Y8G("ngIf",e.node2_match),A.R7$(6),A.JRh(null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].short_channel_id),A.R7$(6),A.JRh(null!=e.lookupResult.channels[1]&&e.lookupResult.channels[1].active?"True":"False"),A.R7$(6),A.JRh(A.i5U(122,52,1e3*(null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].last_update),"dd/MMM/y HH:mm")),A.R7$(7),A.JRh(A.i5U(129,55,(null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].amount_msat)/1e3,"1.0-0")),A.R7$(7),A.JRh(A.bMT(136,58,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].base_fee_millisatoshi)),A.R7$(7),A.JRh(A.bMT(143,60,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].fee_per_millionth)),A.R7$(7),A.JRh(A.bMT(150,62,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].channel_flags)),A.R7$(7),A.JRh(A.bMT(157,64,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].delay)),A.R7$(7),A.JRh(A.bMT(164,66,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].htlc_maximum_msat)),A.R7$(7),A.JRh(A.bMT(171,68,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].htlc_minimum_msat)),A.R7$(7),A.JRh(A.bMT(178,70,null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].message_flags)),A.R7$(7),A.JRh(null!=e.lookupResult.channels[1]&&e.lookupResult.channels[1].public?"Yes":"No"),A.R7$(6),A.JRh(null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].source),A.R7$(6),A.JRh(null==e.lookupResult.channels[1]?null:e.lookupResult.channels[1].destination)}}let Zs=(()=>{var n;class l{constructor(i){this.store=i,this.lookupResult={},this.node1_match=!1,this.node2_match=!1,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.lookupResult.channels&&this.lookupResult.channels.length>0&&this.lookupResult.channels[0].source===i.id&&(this.node1_match=!0),this.lookupResult.channels&&this.lookupResult.channels.length>1&&this.lookupResult.channels[1].source===i.id&&(this.node2_match=!0)})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-lookup"]],inputs:{lookupResult:"lookupResult"},standalone:!1,decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],[1,"my-1"],[1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"page-title","font-bold-500"]],template:function(o,r){1&o&&A.DNE(0,Ho,197,72,"div",0),2&o&&A.Y8G("ngIf",r.lookupResult)},dependencies:[Ee.bT,$t.q,D.DJ,D.sA,D.UI,Ee.QX,Ee.vh],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]}))}return n(),l})();const Cr=["peersForm"],qs=["stepper"],Vr=(n,l)=>({"mr-6":n,"mr-2":l});function jo(n,l){if(1&n&&A.EFF(0),2&n){const e=A.XpG();A.JRh(e.peerFormLabel)}}function $s(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Address is required."),A.k0s())}function Wn(n,l){if(1&n&&(A.j41(0,"div",42),A.nrm(1,"fa-icon",43),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(2),A.JRh(e.peerConnectionError)}}function mi(n,l){if(1&n&&A.EFF(0),2&n){const e=A.XpG();A.JRh(e.channelFormLabel)}}function dr(n,l){if(1&n&&(A.j41(0,"div",44),A.nrm(1,"fa-icon",43),A.j41(2,"span",13)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",45)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faInfoCircle),A.R7$(6),A.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),A.R7$(2),A.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),A.R7$(2),A.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),A.R7$(2),A.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),A.R7$(2),A.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function Qr(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function mr(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Amount must be a positive number."),A.k0s())}function Oo(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function Ns(n,l){if(1&n&&(A.j41(0,"mat-option",46),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e.feeRateId),A.R7$(),A.SpI(" ",e.feeRateType," ")}}function Wr(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function Jo(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function _o(n,l){if(1&n&&(A.j41(0,"mat-form-field",47)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.nrm(3,"input",48),A.j41(4,"mat-hint"),A.EFF(5),A.k0s(),A.DNE(6,Wr,2,0,"mat-error",15)(7,Jo,2,1,"mat-error",15),A.k0s()),2&n){const e=A.XpG();A.R7$(3),A.Y8G("step",1)("min",e.recommendedFee.minimumFee||0),A.R7$(2),A.SpI("Mempool Min: ",e.recommendedFee.minimumFee," (Sats/vByte)"),A.R7$(),A.Y8G("ngIf","customperkb"===e.channelFormGroup.controls.selFeeRate.value&&!e.channelFormGroup.controls.flgMinConf.value&&!e.channelFormGroup.controls.customFeeRate.value),A.R7$(),A.Y8G("ngIf",e.channelFormGroup.controls.customFeeRate.value&&(null==e.channelFormGroup.controls.customFeeRate.errors?null:e.channelFormGroup.controls.customFeeRate.errors.minimum))}}function Vo(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function Wo(n,l){if(1&n&&(A.j41(0,"div",42),A.nrm(1,"fa-icon",43),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(2),A.JRh(e.channelConnectionError)}}let Mr=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn,bt){this.dialogRef=i,this.data=o,this.store=r,this.formBuilder=nA,this.actions=WA,this.logger=Ae,this.commonService=mn,this.dataService=bt,this.faExclamationTriangle=d.zpE,this.faInfoCircle=d.iW_,this.peerAddress="",this.totalBalance=0,this.feeRateTypes=c.G,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.screenSize="",this.screenSizeEnum=c.f7,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.data.message?(this.totalBalance=this.data.message.balance,this.peerAddress=this.data.message.peer&&this.data.message.peer.id&&this.data.message.peer.netaddr?this.data.message.peer.id+"@"+this.data.message.peer.netaddr:this.data.message.peer&&this.data.message.peer.id&&!this.data.message.peer.netaddr?this.data.message.peer.id:""):(this.totalBalance=0,this.peerAddress=""),this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[gA.k0.required]],peerAddress:[this.peerAddress,[gA.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[gA.k0.required,gA.k0.min(1),gA.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],selFeeRate:[null],customFeeRate:[null],flgMinConf:[!1],minConfValue:[{value:null,disabled:!0}],hiddenAmount:["",[gA.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i,this.channelFormGroup.controls.isPrivate.setValue(!!i?.settings.unannouncedChannels)}),this.channelFormGroup.controls.flgMinConf.valueChanges.pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{i?(this.channelFormGroup.controls.selFeeRate.setValue(null),this.channelFormGroup.controls.selFeeRate.disable(),this.channelFormGroup.controls.customFeeRate.setValue(null),this.channelFormGroup.controls.minConfValue.reset(),this.channelFormGroup.controls.minConfValue.enable(),this.channelFormGroup.controls.minConfValue.setValidators([gA.k0.required])):(this.channelFormGroup.controls.selFeeRate.enable(),this.channelFormGroup.controls.minConfValue.setValue(null),this.channelFormGroup.controls.minConfValue.disable(),this.channelFormGroup.controls.minConfValue.setValidators(null))}),this.channelFormGroup.controls.selFeeRate.valueChanges.pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.channelFormGroup.controls.customFeeRate.setValue(null),this.channelFormGroup.controls.customFeeRate.reset(),this.channelFormGroup.controls.customFeeRate.setValidators("customperkb"!==i||this.channelFormGroup.controls.flgMinConf.value?null:[gA.k0.required])}),this.actions.pipe((0,M.Q)(this.unSubs[3]),(0,Z.p)(i=>i.type===c.TC.NEWLY_ADDED_PEER_CLN||i.type===c.TC.FETCH_CHANNELS_CLN||i.type===c.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(i=>{i.type===c.TC.NEWLY_ADDED_PEER_CLN&&(this.logger.info(i.payload),this.flgEditable=!1,this.newlyAddedPeer=i.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),i.type===c.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close(),i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&i.payload.status===c.wn.ERROR&&("SaveNewPeer"===i.payload.action?this.peerConnectionError=i.payload.message:"SaveNewChannel"===i.payload.action&&(this.channelConnectionError=i.payload.message))}),this.dataService.getRecommendedFeeRates().pipe((0,M.Q)(this.unSubs[4])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="",this.store.dispatch((0,xA.sq)({payload:{id:this.peerFormGroup.controls.peerAddress.value}}))}onOpenChannel(){return"customperkb"===this.channelFormGroup.controls.selFeeRate.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.customFeeRate.value?(this.channelFormGroup.controls.customFeeRate.setErrors({minimum:!0}),!0):!!(!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||this.channelFormGroup.controls.flgMinConf.value&&!this.channelFormGroup.controls.minConfValue.value)||(this.channelConnectionError="",void this.store.dispatch((0,xA.vL)({payload:{peerId:this.newlyAddedPeer?.id,amount:this.channelFormGroup.controls.fundingAmount.value,announce:!this.channelFormGroup.controls.isPrivate.value,feeRate:"customperkb"===this.channelFormGroup.controls.selFeeRate.value&&!this.channelFormGroup.controls.flgMinConf.value&&this.channelFormGroup.controls.customFeeRate.value?1e3*this.channelFormGroup.controls.customFeeRate.value+"perkb":this.channelFormGroup.controls.selFeeRate.value,minconf:this.channelFormGroup.controls.flgMinConf.value?this.channelFormGroup.controls.minConfValue.value:null}})))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(i){switch(i.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.id):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer?.alias:this.newlyAddedPeer?.id):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}i.selectedIndex{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(gA.ze),A.rXU(QA.En),A.rXU(N.gP),A.rXU(Q.h),A.rXU(Rt.u))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-connect-peer"]],viewQuery:function(o,r){if(1&o&&(A.GBs(Cr,5),A.GBs(qs,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first),A.mGM(nA=A.lsd())&&(r.stepper=nA.first)}},standalone:!1,decls:67,vars:33,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"ngSubmit","formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["fxLayout","column","fxFlex","53","fxLayoutAlign","start end"],["matInput","","autoFocus","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","45","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["fxFlex","53","fxLayoutAlign","space-between end"],["fxLayout","column","fxLayoutAlign","start center",3,"ngClass"],["tabindex","4","formControlName","selFeeRate"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","45","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","formControlName","flgMinConf","fxLayoutAlign","stretch start",3,"ngClass"],["fxLayout","column","fxFlex","93"],["matInput","","formControlName","minConfValue","type","number","name","blocks","tabindex","8",3,"step","min","required"],["mat-button","","color","primary","tabindex","8","type","submit"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end center"],["matInput","","formControlName","customFeeRate","type","number","name","custFeeRate","tabindex","4",3,"step","min"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Connect to a new peer"),A.k0s()(),A.j41(6,"button",6),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),A.bIt("selectionChange",function(Ae){return E.eBV(nA),E.Njj(r.stepSelectionChanged(Ae))}),A.j41(12,"mat-step",10)(13,"form",11),A.DNE(14,jo,1,1,"ng-template",12),A.j41(15,"mat-form-field",13)(16,"mat-label"),A.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),A.k0s(),A.nrm(18,"input",14),A.DNE(19,$s,2,0,"mat-error",15),A.k0s(),A.DNE(20,Wn,4,2,"div",16),A.j41(21,"div",17)(22,"button",18),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onConnectPeer())}),A.EFF(23),A.k0s()()()(),A.j41(24,"mat-step",10)(25,"form",19),A.bIt("ngSubmit",function(){return E.eBV(nA),E.Njj(r.onOpenChannel())}),A.DNE(26,mi,1,1,"ng-template",20),A.j41(27,"div",21),A.DNE(28,dr,16,6,"div",22),A.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),A.EFF(32,"Amount"),A.k0s(),A.nrm(33,"input",25),A.j41(34,"mat-hint"),A.EFF(35),A.nI1(36,"number"),A.k0s(),A.j41(37,"span",26),A.EFF(38," Sats "),A.k0s(),A.DNE(39,Qr,2,0,"mat-error",15)(40,mr,2,0,"mat-error",15)(41,Oo,2,1,"mat-error",15),A.k0s(),A.j41(42,"div",27)(43,"mat-slide-toggle",28),A.EFF(44,"Private Channel"),A.k0s()()(),A.j41(45,"div",29)(46,"div",30)(47,"mat-form-field",31)(48,"mat-label"),A.EFF(49,"Fee Rate"),A.k0s(),A.j41(50,"mat-select",32),A.DNE(51,Ns,2,2,"mat-option",33),A.k0s()(),A.DNE(52,_o,8,5,"mat-form-field",34),A.k0s(),A.j41(53,"div",35),A.nrm(54,"mat-checkbox",36),A.j41(55,"mat-form-field",37)(56,"mat-label"),A.EFF(57,"Min Confirmation Blocks"),A.k0s(),A.nrm(58,"input",38),A.DNE(59,Vo,2,0,"mat-error",15),A.k0s()()()(),A.DNE(60,Wo,4,2,"div",16),A.j41(61,"div",17)(62,"button",39),A.EFF(63),A.k0s()()()()(),A.j41(64,"div",40)(65,"button",41),A.EFF(66),A.k0s()()()()()()}2&o&&(A.R7$(10),A.Y8G("linear",!0),A.R7$(2),A.Y8G("stepControl",r.peerFormGroup)("editable",r.flgEditable),A.R7$(),A.Y8G("formGroup",r.peerFormGroup),A.R7$(6),A.Y8G("ngIf",null==r.peerFormGroup.controls.peerAddress.errors?null:r.peerFormGroup.controls.peerAddress.errors.required),A.R7$(),A.Y8G("ngIf",""!==r.peerConnectionError),A.R7$(3),A.JRh(""!==r.peerConnectionError?"Retry":"Add Peer"),A.R7$(),A.Y8G("stepControl",r.channelFormGroup)("editable",r.flgEditable),A.R7$(),A.Y8G("formGroup",r.channelFormGroup),A.R7$(3),A.Y8G("ngIf",r.recommendedFee.minimumFee),A.R7$(5),A.Y8G("step",1e3),A.R7$(2),A.SpI("Remaining: ",A.bMT(36,28,r.totalBalance-(r.channelFormGroup.controls.fundingAmount.value?r.channelFormGroup.controls.fundingAmount.value:0))),A.R7$(4),A.Y8G("ngIf",null==r.channelFormGroup.controls.fundingAmount.errors?null:r.channelFormGroup.controls.fundingAmount.errors.required),A.R7$(),A.Y8G("ngIf",null==r.channelFormGroup.controls.fundingAmount.errors?null:r.channelFormGroup.controls.fundingAmount.errors.min),A.R7$(),A.Y8G("ngIf",null==r.channelFormGroup.controls.fundingAmount.errors?null:r.channelFormGroup.controls.fundingAmount.errors.max),A.R7$(6),A.Y8G("ngClass","customperkb"!==r.channelFormGroup.controls.selFeeRate.value||r.channelFormGroup.controls.flgMinConf.value?"flex-100":"flex-25"),A.R7$(4),A.Y8G("ngForOf",r.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===r.channelFormGroup.controls.selFeeRate.value&&!r.channelFormGroup.controls.flgMinConf.value),A.R7$(2),A.Y8G("ngClass",A.l_i(30,Vr,r.screenSize===r.screenSizeEnum.XS||r.screenSize===r.screenSizeEnum.SM,r.screenSize===r.screenSizeEnum.MD||r.screenSize===r.screenSizeEnum.LG||r.screenSize===r.screenSizeEnum.XL)),A.R7$(4),A.Y8G("step",1)("min",0)("required",r.channelFormGroup.controls.flgMinConf.value),A.R7$(),A.Y8G("ngIf",r.channelFormGroup.controls.flgMinConf.value&&!r.channelFormGroup.controls.minConfValue.value),A.R7$(),A.Y8G("ngIf",""!==r.channelConnectionError),A.R7$(3),A.JRh(""!==r.channelConnectionError?"Retry":"Open Channel"),A.R7$(2),A.Y8G("mat-dialog-close",!1),A.R7$(),A.JRh(null!=r.newlyAddedPeer&&r.newlyAddedPeer.id?"Do It Later":"Close"))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.j4,gA.JD,y.aY,UA.tx,JA.$z,lA.m2,lA.MM,Cn.So,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,KA.yw,D.DJ,D.sA,D.UI,rA.PW,eA.VO,ae.wT,we.sG,Wi.V5,Wi.Ti,Wi.M6,kA.N,CA.V,Ee.QX],encapsulation:2}))}return n(),l})();var Xi=Ve(29157);const Ot=n=>({"background-color":n});function Qt(n,l){if(1&n&&(A.j41(0,"span",7),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(e)}}function Ko(n,l){1&n&&(A.j41(0,"th",27),A.EFF(1,"Type"),A.k0s())}function Kr(n,l){if(1&n&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.type)}}function Ts(n,l){1&n&&(A.j41(0,"th",27),A.EFF(1,"Address"),A.k0s())}function Xr(n,l){if(1&n&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.address)}}function Xo(n,l){1&n&&(A.j41(0,"th",27),A.EFF(1,"Port"),A.k0s())}function Zo(n,l){if(1&n&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.port)}}function Zr(n,l){1&n&&(A.j41(0,"th",29)(1,"div",30),A.EFF(2,"Actions"),A.k0s()())}function qo(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",31)(1,"div",32)(2,"mat-select",33),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",34),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onConnectNode(o))}),A.EFF(5,"Connect"),A.k0s(),A.j41(6,"mat-option",35),A.bIt("copied",function(o){E.eBV(e);const r=A.XpG(2);return E.Njj(r.onCopyNodeURI(o))}),A.EFF(7,"Copy URI"),A.k0s()()()()}if(2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(6),A.Y8G("payload",(null==i.lookupResult?null:i.lookupResult.nodeid)+"@"+e.address+":"+e.port)}}function xn(n,l){1&n&&A.nrm(0,"tr",36)}function pr(n,l){1&n&&A.nrm(0,"tr",37)}function qr(n,l){if(1&n&&(A.j41(0,"div",2),A.nrm(1,"mat-divider",3),A.j41(2,"div",4)(3,"div",5)(4,"h4",6),A.EFF(5,"Alias"),A.k0s(),A.j41(6,"span",7),A.EFF(7),A.j41(8,"span",8),A.EFF(9),A.k0s()()(),A.j41(10,"div",9)(11,"h4",6),A.EFF(12,"Pub Key"),A.k0s(),A.j41(13,"span",10),A.EFF(14),A.k0s()()(),A.nrm(15,"mat-divider",11),A.j41(16,"div",4)(17,"div",5)(18,"h4",6),A.EFF(19,"Last Update"),A.k0s(),A.j41(20,"span",7),A.EFF(21),A.nI1(22,"date"),A.k0s()(),A.j41(23,"div",9)(24,"h4",6),A.EFF(25,"Features"),A.k0s(),A.DNE(26,Qt,2,1,"span",12),A.k0s()(),A.nrm(27,"mat-divider",11),A.j41(28,"div",13)(29,"h4",14),A.EFF(30,"Addresses"),A.k0s(),A.j41(31,"div",15)(32,"table",16,0),A.qex(34,17),A.DNE(35,Ko,2,0,"th",18)(36,Kr,2,1,"td",19),A.bVm(),A.qex(37,20),A.DNE(38,Ts,2,0,"th",18)(39,Xr,2,1,"td",19),A.bVm(),A.qex(40,21),A.DNE(41,Xo,2,0,"th",18)(42,Zo,2,1,"td",19),A.bVm(),A.qex(43,22),A.DNE(44,Zr,3,0,"th",23)(45,qo,8,1,"td",24),A.bVm(),A.DNE(46,xn,1,0,"tr",25)(47,pr,1,0,"tr",26),A.k0s()()()()),2&n){const e=A.XpG();A.R7$(7),A.JRh(null==e.lookupResult?null:e.lookupResult.alias),A.R7$(),A.Y8G("ngStyle",A.eq3(12,Ot,"#"+(null==e.lookupResult?null:e.lookupResult.color))),A.R7$(),A.JRh(null!=e.lookupResult&&e.lookupResult.color?"#"+(null==e.lookupResult?null:e.lookupResult.color):""),A.R7$(5),A.JRh(null==e.lookupResult?null:e.lookupResult.nodeid),A.R7$(7),A.JRh(A.i5U(22,9,1e3*(null==e.lookupResult?null:e.lookupResult.last_timestamp),"dd/MMM/y HH:mm")),A.R7$(5),A.Y8G("ngForOf",e.featureDescriptions),A.R7$(6),A.Y8G("dataSource",e.addresses),A.R7$(14),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)}}let Ar=(()=>{var n;class l{constructor(i,o,r){this.logger=i,this.snackBar=o,this.store=r,this.featureDescriptions=[],this.addresses=new L.I6([]),this.displayedColumns=["type","address","port","actions"],this.information={},this.availableBalance=0,this.unSubs=[new B.B]}ngOnInit(){if(this.addresses=new L.I6(this.lookupResult&&this.lookupResult.addresses?[...this.lookupResult.addresses]:[]),this.addresses.data=this.lookupResult.addresses||[],this.addresses.sort=this.sort,this.addresses.sortingDataAccessor=(i,o)=>i[o]&&isNaN(i[o])?i[o].toLocaleLowerCase():i[o]?+i[o]:null,this.lookupResult.features&&""!==this.lookupResult.features.trim()){this.lookupResult.features=this.lookupResult.features.substring(this.lookupResult.features.length-40);const i=parseInt(this.lookupResult.features,16);c.TH.forEach(o=>{i&1<{this.information=i.information,this.availableBalance=i.balance.totalBalance||0})}onConnectNode(i){this.store.dispatch((0,w.xO)({payload:{data:{message:{peer:{id:this.lookupResult.nodeid+"@"+i.address+":"+i.port},information:this.information,balance:this.availableBalance},component:Mr}}}))}onCopyNodeURI(i){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+i)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(bs.UG),A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-node-lookup"]],viewQuery:function(o,r){if(1&o&&A.GBs(BA.B4,5),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first)}},inputs:{lookupResult:"lookupResult"},standalone:!1,decls:1,vars:1,consts:[["table",""],["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1"],["class","foreground-secondary-text",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","port"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(o,r){1&o&&A.DNE(0,qr,48,14,"div",1),2&o&&A.Y8G("ngIf",r.lookupResult)},dependencies:[Ee.Sq,Ee.bT,Ee.B3,$t.q,D.DJ,D.sA,D.UI,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.KS,L.$R,L.YZ,L.NB,wA.Ld,Xi.U,Ee.vh],encapsulation:2}))}return n(),l})();const $o=["form"],Zi=n=>({"mt-1":!0,"mt-2":n});function gi(n,l){if(1&n&&(A.j41(0,"mat-radio-button",17),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e.id)("checked",i.selectedFieldId===e.id),A.R7$(),A.SpI(" ",e.name," ")}}function Mi(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.SpI("",null==e.lookupFields[e.selectedFieldId]?null:e.lookupFields[e.selectedFieldId].placeholder," is required.")}}function pi(n,l){if(1&n&&(A.j41(0,"div"),A.nrm(1,"rtl-cln-node-lookup",26),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.Y8G("lookupResult",e.nodeLookupValue)}}function Al(n,l){if(1&n&&(A.j41(0,"span",24),A.DNE(1,pi,2,1,"div",25),A.k0s()),2&n){const e=A.XpG(2),i=A.sdS(21);A.R7$(),A.Y8G("ngIf",""!==e.nodeLookupValue.nodeid)("ngIfElse",i)}}function el(n,l){if(1&n&&(A.j41(0,"div"),A.nrm(1,"rtl-cln-channel-lookup",26),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.Y8G("lookupResult",e.channelLookupValue)}}function tl(n,l){if(1&n&&(A.j41(0,"span",24),A.DNE(1,el,2,1,"div",25),A.k0s()),2&n){const e=A.XpG(2),i=A.sdS(21);A.R7$(),A.Y8G("ngIf",e.channelLookupValue.channels&&e.channelLookupValue.channels.length>0)("ngIfElse",i)}}function er(n,l){1&n&&(A.j41(0,"span"),A.EFF(1,' fxFlex="100"'),A.j41(2,"h3"),A.EFF(3,"Error! Unable to find details!"),A.k0s()())}function nl(n,l){if(1&n&&(A.j41(0,"div",18)(1,"div",19)(2,"span",20),A.EFF(3),A.k0s()(),A.j41(4,"div",21),A.DNE(5,Al,2,2,"span",22)(6,tl,2,2,"span",22)(7,er,4,0,"span",23),A.k0s()()),2&n){const e=A.XpG();A.R7$(3),A.SpI("",e.lookupFields[e.selectedFieldId].name," Details"),A.R7$(),A.Y8G("ngSwitch",e.selectedFieldId),A.R7$(),A.Y8G("ngSwitchCase",0),A.R7$(),A.Y8G("ngSwitchCase",1)}}function $r(n,l){1&n&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find details!"),A.k0s())}let il=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.commonService=o,this.store=r,this.actions=nA,this.lookupKey="",this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Short Channel ID"}],this.flgLoading=[!0],this.faSearch=d.MjD,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKey=window.history.state.lookupValue||""),this.actions.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(i=>i.type===c.TC.SET_LOOKUP_CLN||i.type===c.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(i=>{if(i.type===c.TC.SET_LOOKUP_CLN){switch(this.flgLoading[0]=!0,this.selectedFieldId){case 0:this.nodeLookupValue="object"!=typeof i.payload[0]?{nodeid:""}:JSON.parse(JSON.stringify(i.payload[0]));break;case 1:this.channelLookupValue=i.payload.channels&&"object"!=typeof i.payload.channels?{channels:[]}:JSON.parse(JSON.stringify(i.payload))}this.flgSetLookupValue=!0,this.logger.info(this.nodeLookupValue),this.logger.info(this.channelLookupValue)}i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&i.payload.status===c.wn.ERROR&&"Lookup"===i.payload.action&&(this.flgLoading[0]="error")})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.selectedFieldId){case 0:this.store.dispatch((0,xA.zU)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,xA.ij)({payload:{uiMessage:c.MZ.SEARCHING_CHANNEL,shortChannelID:this.lookupKey.trim(),showError:!1}}))}}onSelectChange(i){this.resetData(),this.selectedFieldId=i.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.form.resetForm()}clearLookupValue(){this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(QA.En))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-lookups"]],viewQuery:function(o,r){if(1&o&&A.GBs($o,7),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first)}},standalone:!1,decls:22,vars:9,consts:[["form","ngForm"],["key",""],["errorBlock",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[4,"ngIf","ngIfElse"],[3,"lookupResult"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",3)(1,"div",4)(2,"mat-card-content",5)(3,"form",6,0)(5,"div",7)(6,"mat-radio-group",8),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selectedFieldId,Ae)||(r.selectedFieldId=Ae),E.Njj(Ae)}),A.bIt("change",function(Ae){return E.eBV(nA),E.Njj(r.onSelectChange(Ae))}),A.DNE(7,gi,2,3,"mat-radio-button",9),A.k0s()(),A.j41(8,"mat-form-field",10)(9,"mat-label"),A.EFF(10),A.k0s(),A.j41(11,"input",11,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.lookupKey,Ae)||(r.lookupKey=Ae),E.Njj(Ae)}),A.bIt("change",function(){return E.eBV(nA),E.Njj(r.clearLookupValue())}),A.k0s(),A.DNE(13,Mi,2,1,"mat-error",12),A.k0s(),A.j41(14,"div",13)(15,"button",14),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(16,"Clear"),A.k0s(),A.j41(17,"button",15),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onLookup())}),A.EFF(18,"Lookup"),A.k0s()()(),A.DNE(19,nl,8,4,"div",16),A.k0s()()(),A.DNE(20,$r,2,0,"ng-template",null,2,A.C5r)}2&o&&(A.R7$(6),A.R50("ngModel",r.selectedFieldId),A.R7$(),A.Y8G("ngForOf",r.lookupFields),A.R7$(),A.Y8G("ngClass",A.eq3(7,Zi,r.screenSize===r.screenSizeEnum.XS||r.screenSize===r.screenSizeEnum.SM)),A.R7$(2),A.JRh((null==r.lookupFields[r.selectedFieldId]?null:r.lookupFields[r.selectedFieldId].placeholder)||"Lookup Key"),A.R7$(),A.R50("ngModel",r.lookupKey),A.R7$(2),A.Y8G("ngIf",!r.lookupKey),A.R7$(6),A.Y8G("ngIf",r.flgSetLookupValue))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.ux,Ee.e1,Ee.fG,gA.qT,gA.me,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,JA.$z,lA.m2,Be.fg,KA.rl,KA.nJ,KA.TL,pn.VT,pn._g,D.DJ,D.sA,D.UI,rA.PW,Zs,Ar],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]}))}return n(),l})();var Dr=function(n){return n.KB="KB",n.KW="KW",n}(Dr||{});function Ht(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 2 Blocks "),A.j41(3,"mat-icon",16),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==e.perkbw?null:e.perkbw.estimates[0].smoothed_feerate))}}function Aa(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 6 Blocks "),A.j41(3,"mat-icon",17),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==e.perkbw?null:e.perkbw.estimates[1].smoothed_feerate))}}function sl(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 12 Blocks "),A.j41(3,"mat-icon",18),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==e.perkbw?null:e.perkbw.estimates[2].smoothed_feerate))}}function rl(n,l){if(1&n&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 100 Blocks "),A.j41(3,"mat-icon",19),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==e.perkbw?null:e.perkbw.estimates[3].smoothed_feerate))}}function ea(n,l){if(1&n&&(A.j41(0,"div",2)(1,"div",3)(2,"div",4)(3,"div")(4,"h4",5),A.EFF(5," Opening "),A.j41(6,"mat-icon",6),A.EFF(7,"info_outline"),A.k0s()(),A.j41(8,"div",7),A.EFF(9),A.nI1(10,"number"),A.k0s()(),A.j41(11,"div")(12,"h4",5),A.EFF(13," Mutual Close "),A.j41(14,"mat-icon",8),A.EFF(15,"info_outline"),A.k0s()(),A.j41(16,"div",7),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.j41(19,"div")(20,"h4",5),A.EFF(21," Unilateral Close "),A.j41(22,"mat-icon",9),A.EFF(23,"info_outline"),A.k0s()(),A.j41(24,"div",7),A.EFF(25),A.nI1(26,"number"),A.k0s()(),A.j41(27,"div")(28,"h4",5),A.EFF(29," Delayed To Us "),A.j41(30,"mat-icon",10),A.EFF(31,"info_outline"),A.k0s()(),A.j41(32,"div",7),A.EFF(33),A.nI1(34,"number"),A.k0s()(),A.j41(35,"div")(36,"h4",5),A.EFF(37," Minimum Acceptable "),A.j41(38,"mat-icon",11),A.EFF(39,"info_outline"),A.k0s()(),A.j41(40,"div",7),A.EFF(41),A.nI1(42,"number"),A.k0s()(),A.j41(43,"div")(44,"h4",5),A.EFF(45," Maximum Acceptable "),A.j41(46,"mat-icon",12),A.EFF(47,"info_outline"),A.k0s()(),A.j41(48,"div",7),A.EFF(49),A.nI1(50,"number"),A.k0s()()(),A.j41(51,"div",4)(52,"div")(53,"h4",5),A.EFF(54," HTLC Resolution "),A.j41(55,"mat-icon",13),A.EFF(56,"info_outline"),A.k0s()(),A.j41(57,"div",7),A.EFF(58),A.nI1(59,"number"),A.k0s()(),A.j41(60,"div")(61,"h4",5),A.EFF(62," Penalty "),A.j41(63,"mat-icon",14),A.EFF(64,"info_outline"),A.k0s()(),A.j41(65,"div",7),A.EFF(66),A.nI1(67,"number"),A.k0s()(),A.DNE(68,Ht,8,3,"div",15)(69,Aa,8,3,"div",15)(70,sl,8,3,"div",15)(71,rl,8,3,"div",15),A.k0s()()()),2&n){const e=A.XpG();A.R7$(9),A.JRh(A.bMT(10,12,null==e.perkbw?null:e.perkbw.opening)),A.R7$(8),A.JRh(A.bMT(18,14,null==e.perkbw?null:e.perkbw.mutual_close)),A.R7$(8),A.JRh(A.bMT(26,16,null==e.perkbw?null:e.perkbw.unilateral_close)),A.R7$(8),A.JRh(A.bMT(34,18,null==e.perkbw?null:e.perkbw.delayed_to_us)),A.R7$(8),A.JRh(A.bMT(42,20,null==e.perkbw?null:e.perkbw.min_acceptable)),A.R7$(8),A.JRh(A.bMT(50,22,null==e.perkbw?null:e.perkbw.max_acceptable)),A.R7$(9),A.JRh(A.bMT(59,24,null==e.perkbw?null:e.perkbw.htlc_resolution)),A.R7$(8),A.JRh(A.bMT(67,26,null==e.perkbw?null:e.perkbw.penalty)),A.R7$(2),A.Y8G("ngIf",(null==e.perkbw?null:e.perkbw.estimates)&&(null==e.perkbw?null:e.perkbw.estimates.length)&&(null==e.perkbw?null:e.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==e.perkbw?null:e.perkbw.estimates)&&(null==e.perkbw?null:e.perkbw.estimates.length)&&(null==e.perkbw?null:e.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==e.perkbw?null:e.perkbw.estimates)&&(null==e.perkbw?null:e.perkbw.estimates.length)&&(null==e.perkbw?null:e.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==e.perkbw?null:e.perkbw.estimates)&&(null==e.perkbw?null:e.perkbw.estimates.length)&&(null==e.perkbw?null:e.perkbw.estimates.length)>3)}}function al(n,l){if(1&n&&(A.j41(0,"div",20)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let ol=(()=>{var n;class l{constructor(){this.perkbw={},this.displayedColumns=["blockcount","feerate"]}ngAfterContentChecked(){this.feeRateStyle===Dr.KB?this.perkbw=this.feeRates.perkb||{}:this.feeRateStyle===Dr.KW&&(this.perkbw=this.feeRates.perkw||{})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-fee-rates"]],inputs:{feeRateStyle:"feeRateStyle",feeRates:"feeRates",errorMessage:"errorMessage"},standalone:!1,decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch",1,"mt-2"],["fxLayoutAlign","start start",1,"dashboard-info-title"],["matTooltip","Default feerate for fundchannel and withdraw","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[1,"overflow-wrap","dashboard-info-value"],["matTooltip","Feerate to aim for in cooperative shutdown. Note that since mutual close is a negotiation, the actual feerate used in mutual close will be somewhere between this and the corresponding mutual close feerate of the peer","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for commitment transaction in a live channel which we originally funded","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for returning unilateral close funds to our wallet","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","The smallest feerate that you can use, usually the minimum relayed feerate of the backend","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","The largest feerate we will accept from remote negotiations. If a peer attempts to set the feerate higher than this we will unilaterally close the channel (or simply forget it if it's not open yet)","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for returning unilateral close HTLC outputs to our wallet","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate to start at when penalizing a cheat attempt","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[4,"ngIf"],["matTooltip","Fee rate estimate for 2 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 6 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 12 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 100 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&A.DNE(0,ea,72,28,"div",1)(1,al,3,1,"ng-template",null,0,A.C5r),2&o){const nA=A.sdS(2);A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.bT,G.An,D.DJ,D.sA,D.UI,ie.oV,Ee.QX],styles:[".fee-rate-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:44px}"]}))}return n(),l})();function ll(n,l){if(1&n&&(A.j41(0,"div",3)(1,"div",4)(2,"div")(3,"h4",5),A.EFF(4," Opening Channel "),A.j41(5,"mat-icon",6),A.EFF(6,"info_outline"),A.k0s()(),A.j41(7,"div",7),A.EFF(8),A.nI1(9,"number"),A.k0s()(),A.j41(10,"div")(11,"h4",5),A.EFF(12," Mutual Close "),A.j41(13,"mat-icon",8),A.EFF(14,"info_outline"),A.k0s()(),A.j41(15,"div",7),A.EFF(16),A.nI1(17,"number"),A.k0s()(),A.j41(18,"div")(19,"h4",5),A.EFF(20," Unilateral Close "),A.j41(21,"mat-icon",9),A.EFF(22,"info_outline"),A.k0s()(),A.j41(23,"div",7),A.EFF(24),A.nI1(25,"number"),A.k0s()(),A.j41(26,"div",10),A.nrm(27,"h4",5)(28,"div",7),A.k0s()(),A.j41(29,"div",4)(30,"div")(31,"h4",5),A.EFF(32," HTLC Timeout "),A.j41(33,"mat-icon",11),A.EFF(34,"info_outline"),A.k0s()(),A.j41(35,"div",7),A.EFF(36),A.nI1(37,"number"),A.k0s()(),A.j41(38,"div")(39,"h4",5),A.EFF(40," HTLC Success "),A.j41(41,"mat-icon",12),A.EFF(42,"info_outline"),A.k0s()(),A.j41(43,"div",7),A.EFF(44),A.nI1(45,"number"),A.k0s()(),A.j41(46,"div",10),A.nrm(47,"h4",5)(48,"div",7),A.k0s(),A.j41(49,"div",10),A.nrm(50,"h4",5)(51,"div",7),A.k0s()()()),2&n){const e=A.XpG();A.R7$(8),A.JRh(A.bMT(9,5,null==e.feeRates||null==e.feeRates.onchain_fee_estimates?null:e.feeRates.onchain_fee_estimates.opening_channel_satoshis)),A.R7$(8),A.JRh(A.bMT(17,7,null==e.feeRates||null==e.feeRates.onchain_fee_estimates?null:e.feeRates.onchain_fee_estimates.mutual_close_satoshis)),A.R7$(8),A.JRh(A.bMT(25,9,null==e.feeRates||null==e.feeRates.onchain_fee_estimates?null:e.feeRates.onchain_fee_estimates.unilateral_close_satoshis)),A.R7$(12),A.JRh(A.bMT(37,11,null==e.feeRates||null==e.feeRates.onchain_fee_estimates?null:e.feeRates.onchain_fee_estimates.htlc_timeout_satoshis)),A.R7$(8),A.JRh(A.bMT(45,13,null==e.feeRates||null==e.feeRates.onchain_fee_estimates?null:e.feeRates.onchain_fee_estimates.htlc_success_satoshis))}}function ta(n,l){if(1&n&&(A.j41(0,"div",13)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG();A.R7$(2),A.JRh(e.errorMessage)}}let tr=(()=>{var n;class l{constructor(){}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-onchain-fee-estimates"]],inputs:{feeRates:"feeRates",errorMessage:"errorMessage"},standalone:!1,decls:4,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","62","fxLayoutAlign","stretch stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","62","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch",1,"mt-2"],["fxLayoutAlign","start start",1,"dashboard-info-title"],["matTooltip","Estimated cost of typical channel open","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[1,"overflow-wrap","dashboard-info-value"],["matTooltip","Estimated cost of typical channel close","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Estimated cost of typical unilateral close (without HTLCs)","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxFlex","12"],["matTooltip","Estimated cost of typical HTLC timeout transaction","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Estimated cost of typical HTLC fulfillment transaction","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1),A.DNE(1,ll,52,15,"div",2)(2,ta,3,1,"ng-template",null,0,A.C5r),A.k0s()),2&o){const nA=A.sdS(3);A.R7$(),A.Y8G("ngIf",""===(null==r.errorMessage?null:r.errorMessage.trim()))("ngIfElse",nA)}},dependencies:[Ee.bT,G.An,D.DJ,D.sA,D.UI,ie.oV,Ee.QX],styles:[".fee-rate-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:44px}"]}))}return n(),l})();const Ir=n=>({"dashboard-card-content":!0,"error-border":n});function cl(n,l){1&n&&A.nrm(0,"mat-progress-bar",20)}function Bl(n,l){if(1&n&&A.nrm(0,"rtl-cln-node-info",21),2&n){const e=A.XpG(3);A.Y8G("information",e.information)("showColorFieldSeparately",!1)}}function gl(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-status-info",22),2&n){const e=A.XpG(3);A.Y8G("channelsStatus",e.channelsStatus)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[1])}}function fl(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-info",23),2&n){const e=A.XpG(3);A.Y8G("fees",e.fees)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[2]+" "+e.errorMessages[3])}}function ul(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-rates",24),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKB)("errorMessage",e.errorMessages[4])}}function El(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-rates",25),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKW)("errorMessage",e.errorMessages[5])}}function hl(n,l){if(1&n&&A.nrm(0,"rtl-cln-onchain-fee-estimates",26),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKW)("errorMessage",e.errorMessages[4])}}function ss(n,l){if(1&n&&(A.j41(0,"mat-grid-tile",4)(1,"div",5)(2,"div",6)(3,"div",7),A.nrm(4,"fa-icon",8),A.j41(5,"span"),A.EFF(6),A.k0s()()(),A.j41(7,"div",9)(8,"mat-card",10)(9,"mat-card-content",11),A.DNE(10,cl,1,0,"mat-progress-bar",12),A.j41(11,"div",13),A.DNE(12,Bl,1,2,"rtl-cln-node-info",14)(13,gl,1,2,"rtl-cln-channel-status-info",15)(14,fl,1,2,"rtl-cln-fee-info",16)(15,ul,1,2,"rtl-cln-fee-rates",17)(16,El,1,2,"rtl-cln-fee-rates",18)(17,hl,1,2,"rtl-cln-onchain-fee-estimates",19),A.k0s()()()()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("colspan",e.cols)("rowspan",e.rows),A.R7$(4),A.Y8G("icon",e.icon),A.R7$(2),A.JRh(e.title),A.R7$(3),A.Y8G("ngClass",A.eq3(13,Ir,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusLRBal.status===i.apiCallStatusEnum.ERROR)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.ERROR)||"feeRatesKB"===e.id&&i.apiCallStatusPerKB.status===i.apiCallStatusEnum.ERROR||"feeRatesKW"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.ERROR||"onChainFeeEstimates"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusLRBal.status===i.apiCallStatusEnum.INITIATED)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.INITIATED)||"feeRatesKB"===e.id&&i.apiCallStatusPerKB.status===i.apiCallStatusEnum.INITIATED||"feeRatesKW"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.INITIATED||"onChainFeeEstimates"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",e.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","status"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKB"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKW"),A.R7$(),A.Y8G("ngSwitchCase","onChainFeeEstimates")}}function Ps(n,l){if(1&n&&(A.j41(0,"mat-grid-list",2),A.DNE(1,ss,18,15,"mat-grid-tile",3),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngForOf",e.nodeCardsOperator)}}function fi(n,l){1&n&&A.nrm(0,"mat-progress-bar",20)}function na(n,l){if(1&n&&A.nrm(0,"rtl-cln-node-info",21),2&n){const e=A.XpG(3);A.Y8G("information",e.information)("showColorFieldSeparately",!1)}}function wl(n,l){if(1&n&&A.nrm(0,"rtl-cln-channel-status-info",22),2&n){const e=A.XpG(3);A.Y8G("channelsStatus",e.channelsStatus)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[1])}}function Cl(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-info",23),2&n){const e=A.XpG(3);A.Y8G("fees",e.fees)("errorMessage",e.errorMessages[0]+" "+e.errorMessages[2]+" "+e.errorMessages[3])}}function dl(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-rates",24),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKB)("errorMessage",e.errorMessages[4])}}function Ql(n,l){if(1&n&&A.nrm(0,"rtl-cln-fee-rates",25),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKW)("errorMessage",e.errorMessages[4])}}function ml(n,l){if(1&n&&A.nrm(0,"rtl-cln-onchain-fee-estimates",26),2&n){const e=A.XpG(3);A.Y8G("feeRates",e.feeRatesPerKW)("errorMessage",e.errorMessages[4])}}function Ml(n,l){if(1&n&&(A.j41(0,"mat-grid-tile",4)(1,"div",5)(2,"div",6)(3,"div",27),A.nrm(4,"fa-icon",8),A.j41(5,"span"),A.EFF(6),A.k0s()()(),A.j41(7,"div",9)(8,"mat-card",10)(9,"mat-card-content",11),A.DNE(10,fi,1,0,"mat-progress-bar",12),A.j41(11,"div",13),A.DNE(12,na,1,2,"rtl-cln-node-info",14)(13,wl,1,2,"rtl-cln-channel-status-info",15)(14,Cl,1,2,"rtl-cln-fee-info",16)(15,dl,1,2,"rtl-cln-fee-rates",17)(16,Ql,1,2,"rtl-cln-fee-rates",18)(17,ml,1,2,"rtl-cln-onchain-fee-estimates",19),A.k0s()()()()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("colspan",e.cols)("rowspan",e.rows),A.R7$(4),A.Y8G("icon",e.icon),A.R7$(2),A.JRh(e.title),A.R7$(3),A.Y8G("ngClass",A.eq3(13,Ir,"node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusLRBal.status===i.apiCallStatusEnum.ERROR)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusChannels.status===i.apiCallStatusEnum.ERROR||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.ERROR)||"feeRatesKB"===e.id&&i.apiCallStatusPerKB.status===i.apiCallStatusEnum.ERROR||"feeRatesKW"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.ERROR||"onChainFeeEstimates"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===e.id&&i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||"status"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusLRBal.status===i.apiCallStatusEnum.INITIATED)||"fee"===e.id&&(i.apiCallStatusNodeInfo.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusChannels.status===i.apiCallStatusEnum.INITIATED||i.apiCallStatusFHistory.status===i.apiCallStatusEnum.INITIATED)||"feeRatesKB"===e.id&&i.apiCallStatusPerKB.status===i.apiCallStatusEnum.INITIATED||"feeRatesKW"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.INITIATED||"onChainFeeEstimates"===e.id&&i.apiCallStatusPerKW.status===i.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",e.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","status"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKB"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKW"),A.R7$(),A.Y8G("ngSwitchCase","onChainFeeEstimates")}}function pl(n,l){if(1&n&&(A.j41(0,"mat-grid-list",2),A.DNE(1,Ml,18,15,"mat-grid-tile",3),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngForOf",e.nodeCardsMerchant)}}let x0=(()=>{var n;class l{constructor(i,o,r){this.logger=i,this.commonService=o,this.store=r,this.faBolt=d.zm_,this.faServer=d.D6w,this.faNetworkWired=d.eGi,this.faLink=d.CQO,this.information={},this.channelsStatus={active:{},pending:{},inactive:{}},this.feeRatesPerKB={},this.feeRatesPerKW={},this.nodeCardsOperator=[],this.nodeCardsMerchant=[],this.screenSize="",this.screenSizeEnum=c.f7,this.userPersonaEnum=c.HW,this.errorMessages=["","","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusLRBal=null,this.apiCallStatusChannels=null,this.apiCallStatusFHistory=null,this.apiCallStatusPerKB=null,this.apiCallStatusPerKW=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS?(this.nodeCardsMerchant=[{id:"node",icon:this.faServer,title:"Node Information",cols:6,rows:3},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:6,rows:3},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:6,rows:1},{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:4,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:4,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:4,rows:6}],this.nodeCardsOperator=[{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:4,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:4,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:4,rows:6}]):(this.nodeCardsMerchant=[{id:"node",icon:this.faServer,title:"Node Information",cols:2,rows:3},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:2,rows:3},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:2,rows:3},{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:2,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:2,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:2,rows:6}],this.nodeCardsOperator=[{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:2,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:2,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:2,rows:6}])}ngOnInit(){this.store.select(U.RQ).pipe((0,M.Q)(this.unSubs[0]),(0,Y.E)(this.store.select(x._c))).subscribe(([i,o])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=i.apisCallStatus[0],this.apiCallStatusNodeInfo.status===c.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=o,this.information=i.information,this.fees=i.fees,this.logger.info(i)}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[1]),(0,Y.E)(this.store.select(U.Al))).subscribe(([i,o])=>{this.errorMessages[1]="",this.errorMessages[2]="",this.apiCallStatusLRBal=o.apiCallStatus,this.apiCallStatusChannels=i.apiCallStatus,this.apiCallStatusLRBal.status===c.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusLRBal.message?JSON.stringify(this.apiCallStatusLRBal.message):this.apiCallStatusLRBal.message?this.apiCallStatusLRBal.message:""),this.apiCallStatusChannels.status===c.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active.channels=i.activeChannels.length||0,this.channelsStatus.pending.channels=i.pendingChannels.length||0,this.channelsStatus.inactive.channels=i.inactiveChannels.length||0,this.channelsStatus.active.capacity=o.localRemoteBalance.localBalance||0,this.channelsStatus.pending.capacity=o.localRemoteBalance.pendingBalance||0,this.channelsStatus.inactive.capacity=o.localRemoteBalance.inactiveBalance||0}),this.store.select(U.Ie).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessages[3]="",this.apiCallStatusFHistory=i.apiCallStatus,this.apiCallStatusFHistory.status===c.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusFHistory.message?JSON.stringify(this.apiCallStatusFHistory.message):this.apiCallStatusFHistory.message?this.apiCallStatusFHistory.message:""),i.forwardingHistory&&i.forwardingHistory.listForwards&&i.forwardingHistory.listForwards.length&&(this.fees.totalTxCount=i.forwardingHistory.listForwards.length)}),this.store.select(U.kr).pipe((0,M.Q)(this.unSubs[4])).subscribe(i=>{this.errorMessages[4]="",this.apiCallStatusPerKB=i.apiCallStatus,this.apiCallStatusPerKB.status===c.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPerKB.message?JSON.stringify(this.apiCallStatusPerKB.message):this.apiCallStatusPerKB.message?this.apiCallStatusPerKB.message:""),this.feeRatesPerKB=i.feeRatesPerKB}),this.store.select(U.RB).pipe((0,M.Q)(this.unSubs[5])).subscribe(i=>{this.errorMessages[5]="",this.apiCallStatusPerKW=i.apiCallStatus,this.apiCallStatusPerKW.status===c.wn.ERROR&&(this.errorMessages[5]="object"==typeof this.apiCallStatusPerKW.message?JSON.stringify(this.apiCallStatusPerKW.message):this.apiCallStatusPerKW.message?this.apiCallStatusPerKW.message:""),this.feeRatesPerKW=i.feeRatesPerKW})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-network-info"]],standalone:!1,decls:3,vars:2,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","6","rowHeight","100px",4,"ngIf"],["cols","6","rowHeight","100px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","pl-2"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["class","h-100","feeRateStyle","KB",3,"feeRates","errorMessage",4,"ngSwitchCase"],["class","h-100","feeRateStyle","KW",3,"feeRates","errorMessage",4,"ngSwitchCase"],["class","h-100",3,"feeRates","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["feeRateStyle","KB",1,"h-100",3,"feeRates","errorMessage"],["feeRateStyle","KW",1,"h-100",3,"feeRates","errorMessage"],[1,"h-100",3,"feeRates","errorMessage"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","pl-15px"]],template:function(o,r){1&o&&(A.j41(0,"div",0),A.DNE(1,Ps,2,1,"mat-grid-list",1)(2,pl,2,1,"mat-grid-list",1),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",r.selNode.settings.userPersona===r.userPersonaEnum.OPERATOR),A.R7$(),A.Y8G("ngIf",r.selNode.settings.userPersona===r.userPersonaEnum.MERCHANT))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.ux,Ee.e1,y.aY,lA.RN,lA.m2,uA.B_,uA.NS,q.HM,D.DJ,D.sA,D.UI,rA.PW,Je,St,Un,ol,tr],encapsulation:2}))}return n(),l})();function y0(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",9),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("routerLink",A.mNQ(e.link))("active",i.activeLink===e.link),A.R7$(),A.JRh(e.name)}}let Dl=(()=>{var n;class l{constructor(i){this.router=i,this.faUserCheck=d.pCJ,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-sign-verify-message"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","role","tab","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["tabindex","1","mat-tab-link","","role","tab",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Sign/Verify Message"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,y0,2,4,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0),A.j41(11,"div",8),A.nrm(12,"router-outlet"),A.k0s()()()()),2&o){const nA=A.sdS(10);A.R7$(),A.Y8G("icon",r.faUserCheck),A.R7$(6),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,$.Bu,$.hQ,$.Ql,Pt.n3,Hn.Wk],encapsulation:2}))}return n(),l})();var ia=Ve(80396),Fr=Ve(283);function Il(n,l){if(1&n&&(A.j41(0,"mat-option",6),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e),A.R7$(),A.SpI(" ",e.addressTp," ")}}let Fl=(()=>{var n;class l{constructor(i,o){this.store=i,this.clnEffects=o,this.addressTypes=c.Ld,this.selectedAddressType=c.Ld[2],this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,xA.XT)({payload:this.selectedAddressType})),this.clnEffects.setNewAddressCL.pipe((0,Gt.s)(1)).subscribe(i=>{this.newAddress=i,setTimeout(()=>{this.store.dispatch((0,w.xO)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:ia.f}}}))},0)})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il),A.rXU(Fr.i))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-on-chain-receive"]],standalone:!1,decls:10,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","space-between center","fxLayoutAlign.gt-sm","start center"],["fxLayout","column","fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["name","address_type","tabindex","1",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["mat-flat-button","","color","primary","tabindex","2",3,"click"],[3,"value"]],template:function(o,r){1&o&&(A.j41(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-label"),A.EFF(4,"Address Type"),A.k0s(),A.j41(5,"mat-select",3),A.mxI("ngModelChange",function(WA){return A.DH7(r.selectedAddressType,WA)||(r.selectedAddressType=WA),WA}),A.DNE(6,Il,2,2,"mat-option",4),A.k0s()(),A.j41(7,"div")(8,"button",5),A.bIt("click",function(){return r.onGenerateAddress()}),A.EFF(9,"Generate Address"),A.k0s()()()()),2&o&&(A.R7$(5),A.R50("ngModel",r.selectedAddressType),A.R7$(),A.Y8G("ngForOf",r.addressTypes))},dependencies:[Ee.Sq,gA.BC,gA.vS,JA.$z,KA.rl,KA.nJ,D.DJ,D.sA,D.UI,eA.VO,ae.wT],encapsulation:2}))}return n(),l})(),xl=(()=>{var n;class l{constructor(i,o){this.store=i,this.activatedRoute=o,this.sweepAll=!1,this.unSubs=[new B.B,new B.B]}ngOnInit(){this.activatedRoute.data.pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.sweepAll=i.sweepAll})}openSendFundsModal(){this.store.dispatch((0,w.xO)({payload:{data:{sweepAll:this.sweepAll,component:oo}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il),A.rXU(Pt.nX))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-on-chain-send"]],standalone:!1,decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(o,r){1&o&&(A.j41(0,"div",0)(1,"div",1)(2,"button",2),A.bIt("click",function(){return r.openSendFundsModal()}),A.EFF(3),A.k0s()()()),2&o&&(A.R7$(3),A.JRh(r.sweepAll?"Sweep All":"Send Funds"))},dependencies:[JA.$z,D.DJ,D.sA,D.UI],encapsulation:2}))}return n(),l})();var Y0=Ve(99172),yl=Ve(96354),Yl=Ve(22628),ti=Ve(60092);const vl=["form"],nr=(n,l)=>({"mr-6":n,"mr-2":l});function bl(n,l){if(1&n&&(A.j41(0,"mat-option",48),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e),A.R7$(),A.JRh(e.alias?e.alias:e.id?e.id:"")}}function Rl(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Peer alias is required."),A.k0s())}function Sl(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Peer not found in the list."),A.k0s())}function sa(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",7)(1,"mat-label"),A.EFF(2,"Peer Alias"),A.k0s(),A.j41(3,"input",46),A.bIt("change",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onSelectedPeerChanged())}),A.k0s(),A.j41(4,"mat-autocomplete",47,4),A.bIt("optionSelected",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onSelectedPeerChanged())}),A.DNE(6,bl,2,2,"mat-option",31),A.nI1(7,"async"),A.k0s(),A.DNE(8,Rl,2,0,"mat-error",21)(9,Sl,2,0,"mat-error",21),A.k0s()}if(2&n){const e=A.sdS(5),i=A.XpG();A.R7$(3),A.Y8G("formControl",i.selectedPeer)("matAutocomplete",e),A.R7$(),A.Y8G("displayWith",i.displayFn),A.R7$(2),A.Y8G("ngForOf",A.bMT(7,6,i.filteredPeers)),A.R7$(2),A.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.required),A.R7$(),A.Y8G("ngIf",null==i.selectedPeer.errors?null:i.selectedPeer.errors.notfound)}}function Nl(n,l){1&n&&A.eu8(0)}function Tl(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function Pl(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.SpI("Amount must be less than or equal to ",e.totalBalance,".")}}function Ul(n,l){if(1&n&&(A.j41(0,"div",49),A.nrm(1,"fa-icon",50),A.j41(2,"span",51)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",52)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faInfoCircle),A.R7$(6),A.SpI("- High: ",e.recommendedFee.fastestFee||"Unknown"),A.R7$(2),A.SpI("- Medium: ",e.recommendedFee.halfHourFee||"Unknown"),A.R7$(2),A.SpI("- Low: ",e.recommendedFee.hourFee||"Unknown"),A.R7$(2),A.SpI("- Economy: ",e.recommendedFee.economyFee||"Unknown"),A.R7$(2),A.SpI("- Minimum: ",e.recommendedFee.minimumFee||"Unknown")}}function ra(n,l){if(1&n&&(A.j41(0,"mat-option",48),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.Y8G("value",e.feeRateId),A.R7$(),A.SpI(" ",e.feeRateType," ")}}function Gl(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function aa(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.SpI("Lower than min feerate ",e.recommendedFee.minimumFee," in the mempool.")}}function oa(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-form-field",53)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.j41(3,"input",54,5),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.customFeeRate,o)||(r.customFeeRate=o),E.Njj(o)}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6),A.k0s(),A.DNE(7,Gl,2,0,"mat-error",21)(8,aa,2,1,"mat-error",21),A.k0s()}if(2&n){const e=A.XpG();A.R7$(3),A.Y8G("step",1)("min",e.recommendedFee.minimumFee)("required","customperkb"===e.selFeeRate&&!e.flgMinConf),A.R50("ngModel",e.customFeeRate),A.R7$(3),A.SpI("Mempool Min: ",e.recommendedFee.minimumFee," (Sats/vByte)"),A.R7$(),A.Y8G("ngIf","customperkb"===e.selFeeRate&&!e.flgMinConf&&!e.customFeeRate),A.R7$(),A.Y8G("ngIf","customperkb"===e.selFeeRate&&!e.flgMinConf&&e.customFeeRate&&e.customFeeRate{var n;class l{constructor(i,o,r,nA,WA,Ae,mn,bt){this.logger=i,this.dialogRef=o,this.data=r,this.store=nA,this.actions=WA,this.decimalPipe=Ae,this.commonService=mn,this.dataService=bt,this.selectedPeer=new gA.hs,this.faExclamationTriangle=d.zpE,this.faInfoCircle=d.iW_,this.utxos=[],this.selUTXOs=[],this.flgUseAllBalance=!1,this.totalSelectedUTXOAmount=0,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.fundingAmount=null,this.selectedPubkey="",this.isPrivate=!1,this.feeRateTypes=c.G,this.selFeeRate="",this.customFeeRate=null,this.flgMinConf=!1,this.minConfValue=null,this.screenSize="",this.screenSizeEnum=c.f7,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.utxos=this.data.message.utxos,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.utxos=[],this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(r=>{this.selNode=r,this.isPrivate=!!r?.settings.unannouncedChannels}),this.actions.pipe((0,M.Q)(this.unSubs[1]),(0,Z.p)(r=>r.type===c.TC.UPDATE_API_CALL_STATUS_CLN||r.type===c.TC.FETCH_CHANNELS_CLN)).subscribe(r=>{r.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&r.payload.status===c.wn.ERROR&&"SaveNewChannel"===r.payload.action&&(this.channelConnectionError=r.payload.message),r.type===c.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close()});let i="",o="";this.sortedPeers=this.peers.sort((r,nA)=>(i=r.alias?r.alias.toLowerCase():r.id?r.id.toLowerCase():"",o=nA.alias?nA.alias.toLowerCase():r.id?r.id.toLowerCase():"",io?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,M.Q)(this.unSubs[2]),(0,Y0.Z)(""),(0,yl.T)(r=>"string"==typeof r?r:r.alias?r.alias:r.id),(0,yl.T)(r=>r?this.filterPeers(r):this.sortedPeers.slice()))}filterPeers(i){return this.sortedPeers?.filter(o=>0===o.alias?.toLowerCase().indexOf(i?i.toLowerCase():""))}displayFn(i){return i&&i.alias?i.alias:i&&i.id?i.id:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.id?this.selectedPeer.value.id:null,"string"==typeof this.selectedPeer.value){const i=this.peers?.filter(o=>o.alias?.length===this.selectedPeer.value.length&&0===o.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===i.length&&i[0].id&&(this.selectedPubkey=i[0].id)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.flgMinConf=!1,this.selFeeRate="",this.minConfValue=null,this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onAdvancedPanelToggle(i){i?this.flgMinConf||this.selFeeRate||this.selUTXOs.length&&0!==this.selUTXOs.length?(this.advancedTitle="Advanced Options",this.flgMinConf&&(this.advancedTitle=this.advancedTitle+" | Min Confirmation Blocks: "+this.minConfValue),this.selFeeRate&&(this.advancedTitle=this.advancedTitle+" | Fee Rate: "+(this.customFeeRate?this.customFeeRate+" (Sats/vByte)":this.feeRateTypes.find(o=>o.feeRateId===this.selFeeRate)?.feeRateType)),this.selUTXOs.length&&this.selUTXOs.length>0&&(this.advancedTitle=this.advancedTitle+" | Total Selected: "+this.selUTXOs.length+" | Selected UTXOs: "+this.decimalPipe.transform(this.totalSelectedUTXOAmount)+" Sats")):this.advancedTitle="Advanced Options":(this.advancedTitle="Advanced Options",this.dataService.getRecommendedFeeRates().pipe((0,M.Q)(this.unSubs[3])).subscribe({next:o=>{this.recommendedFee=o},error:o=>{this.logger.error(o)}}))}onUTXOSelectionChange(i){this.selUTXOs.length&&this.selUTXOs.length>0?(this.totalSelectedUTXOAmount=this.selUTXOs?.reduce((o,r)=>o+(r.amount_msat||0)/1e3,0),this.flgUseAllBalance&&this.onUTXOAllBalanceChange()):(this.totalSelectedUTXOAmount=0,this.fundingAmount=null,this.flgUseAllBalance=!1)}onUTXOAllBalanceChange(){this.fundingAmount=this.flgUseAllBalance?this.totalSelectedUTXOAmount:null}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||this.flgMinConf&&!this.minConfValue||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate||"customperkb"===this.selFeeRate&&this.recommendedFee.minimumFee>this.customFeeRate)return!0;const i={peerId:this.peer&&this.peer.id?this.peer.id:this.selectedPubkey,amount:this.flgUseAllBalance?"all":this.fundingAmount.toString(),announce:!this.isPrivate,minconf:this.flgMinConf?this.minConfValue:null};i.feeRate="customperkb"===this.selFeeRate&&!this.flgMinConf&&this.customFeeRate?1e3*this.customFeeRate+"perkb":this.selFeeRate,this.selUTXOs.length&&this.selUTXOs.length>0&&(i.utxos=[],this.selUTXOs.forEach(o=>i.utxos.push(o.txid+":"+o.output))),this.store.dispatch((0,xA.vL)({payload:i}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(QA.En),A.rXU(Ee.QX),A.rXU(Q.h),A.rXU(Rt.u))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-open-channel"]],viewQuery:function(o,r){if(1&o&&A.GBs(vl,7),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first)}},standalone:!1,decls:75,vars:42,consts:[["form","ngForm"],["amount","ngModel"],["blocks","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["custFeeRate","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amount",3,"ngModelChange","step","min","max","disabled","ngModel"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","25","fxLayoutAlign","center start"],["fxLayout","column","fxLayoutAlign","center start","tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxFlex","64","fxLayout","row","fxLayoutAlign","space-between center"],["fxLayout","column","fxLayoutAlign","start center",3,"ngClass"],["tabindex","4",3,"valueChange","disabled","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","58","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","32","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","name","flgMinConf","fxLayoutAlign","stretch start",3,"ngModelChange","change","ngClass","ngModel"],["fxLayout","column","fxFlex","93"],["matInput","","type","number","name","blocks","tabindex","8",3,"ngModelChange","step","min","required","disabled","ngModel"],["fxLayout","column","fxFlex","54","fxLayoutAlign","start end"],["tabindex","6","multiple","",3,"valueChange","selectionChange","value"],["fxFlex","41","fxLayout","row","fxLayoutAlign","start center"],["tabindex","7","color","primary","name","flgUseAllBalance",3,"ngModelChange","change","disabled","ngModel"],["matTooltip","Use selected UTXOs balance as the amount to be sent. Final amount sent will be less the mining fee.","matTooltipPosition","before",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"change","formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","column","fxFlex","58","fxLayoutAlign","end center"],["matInput","","type","number","name","custFeeRate","tabindex","4",3,"ngModelChange","step","min","required","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",6)(1,"div",7)(2,"mat-card-header",8)(3,"div",9)(4,"span",10),A.EFF(5),A.k0s()(),A.j41(6,"button",11),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",12)(9,"form",13,0),A.bIt("submit",function(){return E.eBV(nA),E.Njj(r.onOpenChannel())})("reset",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.j41(11,"div",14),A.DNE(12,sa,10,8,"mat-form-field",15),A.k0s(),A.DNE(13,Nl,1,0,"ng-container",16),A.j41(14,"div",14)(15,"div",17)(16,"mat-form-field",18)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",19,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.fundingAmount,Ae)||(r.fundingAmount=Ae),E.Njj(Ae)}),A.k0s(),A.j41(21,"mat-hint"),A.EFF(22),A.nI1(23,"number"),A.k0s(),A.j41(24,"span",20),A.EFF(25," Sats "),A.k0s(),A.DNE(26,Tl,2,0,"mat-error",21)(27,Pl,2,1,"mat-error",21),A.k0s(),A.j41(28,"div",22)(29,"mat-slide-toggle",23),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.isPrivate,Ae)||(r.isPrivate=Ae),E.Njj(Ae)}),A.EFF(30,"Private Channel"),A.k0s()()(),A.j41(31,"mat-expansion-panel",24),A.bIt("closed",function(){return E.eBV(nA),E.Njj(r.onAdvancedPanelToggle(!0))})("opened",function(){return E.eBV(nA),E.Njj(r.onAdvancedPanelToggle(!1))}),A.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),A.EFF(35),A.k0s()()(),A.j41(36,"div",25),A.DNE(37,Ul,16,6,"div",26),A.j41(38,"div",27)(39,"div",28)(40,"mat-form-field",29)(41,"mat-label"),A.EFF(42,"Fee Rate"),A.k0s(),A.j41(43,"mat-select",30),A.mxI("valueChange",function(Ae){return E.eBV(nA),A.DH7(r.selFeeRate,Ae)||(r.selFeeRate=Ae),E.Njj(Ae)}),A.DNE(44,ra,2,2,"mat-option",31),A.k0s()(),A.DNE(45,oa,9,7,"mat-form-field",32),A.k0s(),A.j41(46,"div",33)(47,"mat-checkbox",34),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.flgMinConf,Ae)||(r.flgMinConf=Ae),E.Njj(Ae)}),A.bIt("change",function(){return E.eBV(nA),E.Njj(r.flgMinConf?r.selFeeRate=null:r.minConfValue=null)}),A.k0s(),A.j41(48,"mat-form-field",35)(49,"mat-label"),A.EFF(50,"Min Confirmation Blocks"),A.k0s(),A.j41(51,"input",36,2),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.minConfValue,Ae)||(r.minConfValue=Ae),E.Njj(Ae)}),A.k0s(),A.DNE(53,la,2,0,"mat-error",21),A.k0s()()(),A.j41(54,"mat-form-field",37)(55,"mat-label"),A.EFF(56,"Coin Selection"),A.k0s(),A.j41(57,"mat-select",38),A.mxI("valueChange",function(Ae){return E.eBV(nA),A.DH7(r.selUTXOs,Ae)||(r.selUTXOs=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(Ae){return E.eBV(nA),E.Njj(r.onUTXOSelectionChange(Ae))}),A.j41(58,"mat-select-trigger"),A.EFF(59),A.nI1(60,"number"),A.k0s(),A.DNE(61,Ll,3,5,"mat-option",31),A.k0s()(),A.j41(62,"div",39)(63,"mat-slide-toggle",40),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.flgUseAllBalance,Ae)||(r.flgUseAllBalance=Ae),E.Njj(Ae)}),A.bIt("change",function(){return E.eBV(nA),E.Njj(r.onUTXOAllBalanceChange())}),A.EFF(64," Use selected UTXOs balance "),A.k0s(),A.j41(65,"mat-icon",41),A.EFF(66,"info_outline"),A.k0s()()()()(),A.DNE(67,kl,3,2,"div",42),A.j41(68,"div",43)(69,"button",44),A.EFF(70,"Clear Fields"),A.k0s(),A.j41(71,"button",45),A.EFF(72,"Open Channel"),A.k0s()()()()()(),A.DNE(73,v0,1,1,"ng-template",null,3,A.C5r)}if(2&o){const nA=A.sdS(20),WA=A.sdS(74);A.R7$(5),A.JRh(r.alertTitle),A.R7$(7),A.Y8G("ngIf",!r.peer&&r.peers&&r.peers.length>0),A.R7$(),A.Y8G("ngTemplateOutlet",WA),A.R7$(6),A.Y8G("step",1e3)("min",1)("max",r.totalBalance)("disabled",r.flgUseAllBalance),A.R50("ngModel",r.fundingAmount),A.R7$(3),A.Lme("Remaining: ",A.bMT(23,35,r.totalBalance-(r.fundingAmount?r.fundingAmount:0)),"",r.flgUseAllBalance?". Amount replaced by UTXO balance":""),A.R7$(4),A.Y8G("ngIf",(null==nA.errors?null:nA.errors.required)||!r.fundingAmount),A.R7$(),A.Y8G("ngIf",null==nA.errors?null:nA.errors.max),A.R7$(2),A.R50("ngModel",r.isPrivate),A.R7$(6),A.JRh(r.advancedTitle),A.R7$(2),A.Y8G("ngIf",r.recommendedFee.minimumFee),A.R7$(3),A.Y8G("ngClass","customperkb"!==r.selFeeRate||r.flgMinConf?"flex-100":"flex-40"),A.R7$(3),A.Y8G("disabled",r.flgMinConf),A.R50("value",r.selFeeRate),A.R7$(),A.Y8G("ngForOf",r.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===r.selFeeRate&&!r.flgMinConf),A.R7$(2),A.Y8G("ngClass",A.l_i(39,nr,r.screenSize===r.screenSizeEnum.XS||r.screenSize===r.screenSizeEnum.SM,r.screenSize===r.screenSizeEnum.MD||r.screenSize===r.screenSizeEnum.LG||r.screenSize===r.screenSizeEnum.XL)),A.R50("ngModel",r.flgMinConf),A.R7$(4),A.Y8G("step",1)("min",0)("required",r.flgMinConf)("disabled",!r.flgMinConf),A.R50("ngModel",r.minConfValue),A.R7$(2),A.Y8G("ngIf",r.flgMinConf&&!r.minConfValue),A.R7$(4),A.R50("value",r.selUTXOs),A.R7$(2),A.Lme("",A.bMT(60,37,r.totalSelectedUTXOAmount)," Sats (",r.selUTXOs.length>1?r.selUTXOs.length+" UTXOs":"1 UTXO",")"),A.R7$(2),A.Y8G("ngForOf",r.utxos),A.R7$(2),A.Y8G("disabled",r.selUTXOs.length<1),A.R50("ngModel",r.flgUseAllBalance),A.R7$(4),A.Y8G("ngIf",""!==r.channelConnectionError)}},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.T3,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.zX,gA.vS,gA.cV,gA.l_,y.aY,JA.$z,lA.m2,lA.MM,Cn.So,Qi.GK,Qi.Z2,Qi.WN,G.An,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,KA.yw,$t.q,D.DJ,D.sA,D.UI,rA.PW,eA.VO,eA.$2,ae.wT,we.sG,ie.oV,Yl.$3,Yl.pN,kA.N,ti.z,CA.V,Ee.Jj,Ee.QX],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]}))}return n(),l})();function jl(n,l){if(1&n&&(A.j41(0,"span",7),A.EFF(1,"Open"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.openChannels))}}function Ol(n,l){if(1&n&&(A.j41(0,"span",7),A.EFF(1,"Pending/Inactive"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.pendingChannels))}}function Jl(n,l){if(1&n&&(A.j41(0,"span",7),A.EFF(1,"Active HTLCs"),A.k0s()),2&n){const e=A.XpG();A.Y8G("matBadge",A.mNQ(e.activeHTLCs))}}let _l=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.store=o,this.commonService=r,this.router=nA,this.openChannels=0,this.pendingChannels=0,this.activeHTLCs=0,this.information={},this.peers=[],this.utxos=[],this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending/Inactive"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.activeLink=this.links.findIndex(i=>i.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(i=>i instanceof Pt.gx)).subscribe({next:i=>{this.activeLink=this.links.findIndex(o=>o.link===i.urlAfterRedirects.substring(i.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(U.kQ).pipe((0,M.Q)(this.unSubs[1]),(0,Y.E)(this.store.select(x._c))).subscribe(([i,o])=>{this.selNode=o,this.information=i.information,this.totalBalance=i.balance.totalBalance||0,this.logger.info(i)}),this.store.select(U.os).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.peers=i.peers}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.utxos=this.commonService.sortAscByKey(i.utxos?.filter(o=>"confirmed"===o.status),"value")}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[4])).subscribe(i=>{this.openChannels=i.activeChannels.length||0,this.pendingChannels=i.pendingChannels.length+i.inactiveChannels.length||0;const o=[...i.activeChannels,...i.pendingChannels,...i.inactiveChannels];this.activeHTLCs=o?.reduce((r,nA)=>r+(nA.htlcs&&nA.htlcs.length>0?nA.htlcs.length:0),0),this.logger.info(i)})}onOpenChannel(){this.store.dispatch((0,w.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance,utxos:this.utxos},component:xr}}}))}onSelectedTabChange(i){this.router.navigateByUrl("/cln/connections/channels/"+this.links[i.index].link)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Q.h),A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channels-tables"]],standalone:!1,decls:14,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(o,r){1&o&&(A.j41(0,"div",0)(1,"div",1)(2,"button",2),A.bIt("click",function(){return r.onOpenChannel()}),A.EFF(3,"Open Channel"),A.k0s()(),A.j41(4,"div",3)(5,"mat-tab-group",4),A.mxI("selectedIndexChange",function(WA){return A.DH7(r.activeLink,WA)||(r.activeLink=WA),WA}),A.bIt("selectedTabChange",function(WA){return r.onSelectedTabChange(WA)}),A.j41(6,"mat-tab"),A.DNE(7,jl,2,2,"ng-template",5),A.k0s(),A.j41(8,"mat-tab"),A.DNE(9,Ol,2,2,"ng-template",5),A.k0s(),A.j41(10,"mat-tab"),A.DNE(11,Jl,2,2,"ng-template",5),A.k0s()(),A.j41(12,"div",6),A.nrm(13,"router-outlet"),A.k0s()()()),2&o&&(A.R7$(5),A.R50("selectedIndex",r.activeLink))},dependencies:[JA.$z,D.DJ,D.sA,D.UI,kr.k,$.ES,$.mq,$.T8,Pt.n3],encapsulation:2}))}return n(),l})();const Vl=n=>({"xs-scroll-y":n}),Wl=(n,l)=>({"mt-2":n,"mt-1":l});function ca(n,l){if(1&n&&(A.j41(0,"div")(1,"div",10)(2,"div",11)(3,"h4",12),A.EFF(4,"Receivable (Sats)"),A.k0s(),A.j41(5,"span",19),A.EFF(6),A.nI1(7,"number"),A.k0s()(),A.j41(8,"div",11)(9,"h4",12),A.EFF(10,"Spendable (Sats)"),A.k0s(),A.j41(11,"span",19),A.EFF(12),A.nI1(13,"number"),A.k0s()()(),A.nrm(14,"mat-divider",15),A.j41(15,"div",10)(16,"div",11)(17,"h4",12),A.EFF(18,"Their Reserve (Sats)"),A.k0s(),A.j41(19,"span",19),A.EFF(20),A.nI1(21,"number"),A.k0s()(),A.j41(22,"div",11)(23,"h4",12),A.EFF(24,"Our Reserve (Sats)"),A.k0s(),A.j41(25,"span",19),A.EFF(26),A.nI1(27,"number"),A.k0s()()(),A.nrm(28,"mat-divider",15),A.k0s()),2&n){const e=A.XpG();A.R7$(6),A.JRh(A.i5U(7,4,e.channel.receivable_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(13,7,e.channel.spendable_msat/1e3,"1.0-0")),A.R7$(8),A.JRh(A.i5U(21,10,e.channel.their_reserve_msat/1e3,"1.0-2")),A.R7$(6),A.JRh(A.i5U(27,13,e.channel.our_reserve_msat/1e3,"1.0-2"))}}function Ba(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Show Advanced"),A.k0s())}function Kl(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Hide Advanced"),A.k0s())}function Xl(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",27),A.bIt("copied",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onCopyChanID(o))}),A.EFF(1,"Copy Short Channel ID"),A.k0s()}if(2&n){const e=A.XpG();A.Y8G("payload",e.channel.short_channel_id)}}function Zl(n,l){if(1&n){const e=A.RV6();A.j41(0,"button",28),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onClose())}),A.EFF(1,"OK"),A.k0s()}}let Gn=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.dialogRef=i,this.data=o,this.logger=r,this.commonService=nA,this.snackBar=WA,this.router=Ae,this.faReceipt=d.Mf0,this.faUpRightFromSquare=d.k02,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=c.f7}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.selNode=this.data.selNode,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(i){this.snackBar.open("Short channel ID "+i+" copied."),this.logger.info("Copied Text: "+i)}onGoToLink(i,o){this.router.navigateByUrl("/cln/graph/lookups",{state:{lookupType:i,lookupValue:o}}),this.onClose()}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.channel.funding_txid,"_blank")}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(N.gP),A.rXU(Q.h),A.rXU(bs.UG),A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-information"]],standalone:!1,decls:91,vars:39,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],["tabindex","4","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"foreground-secondary-text"],[1,"my-1"],["tabindex","5","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxFlex","33"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","6",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","7","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","8","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","7","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","8","type","button",3,"click"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),A.nrm(4,"fa-icon",5),A.j41(5,"span",6),A.EFF(6,"Channel Information"),A.k0s()(),A.j41(7,"button",7),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onClose())}),A.EFF(8,"X"),A.k0s()(),A.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10)(12,"div",11)(13,"h4",12),A.EFF(14,"Short Channel ID"),A.k0s(),A.j41(15,"span",13),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onGoToLink("1",r.channel.short_channel_id))}),A.EFF(16),A.k0s()(),A.j41(17,"div",11)(18,"h4",12),A.EFF(19,"Peer Alias"),A.k0s(),A.j41(20,"span",14),A.EFF(21),A.k0s()()(),A.nrm(22,"mat-divider",15),A.j41(23,"div",10)(24,"div",2)(25,"h4",12),A.EFF(26,"Channel ID"),A.k0s(),A.j41(27,"span",14),A.EFF(28),A.k0s()()(),A.nrm(29,"mat-divider",15),A.j41(30,"div",10)(31,"div",2)(32,"h4",12),A.EFF(33,"Peer Public Key"),A.k0s(),A.j41(34,"span",16),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onGoToLink("0",r.channel.peer_id))}),A.EFF(35),A.k0s()()(),A.nrm(36,"mat-divider",15),A.j41(37,"div",10)(38,"div",2)(39,"h4",12),A.EFF(40,"Funding Transaction ID"),A.k0s(),A.j41(41,"span",14),A.EFF(42),A.j41(43,"fa-icon",17),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onExplorerClicked())}),A.k0s()()()(),A.nrm(44,"mat-divider",15),A.j41(45,"div",10)(46,"div",18)(47,"h4",12),A.EFF(48,"State"),A.k0s(),A.j41(49,"span",19),A.EFF(50),A.nI1(51,"camelcaseWithReplace"),A.k0s()(),A.j41(52,"div",18)(53,"h4",12),A.EFF(54,"Connected"),A.k0s(),A.j41(55,"span",19),A.EFF(56),A.k0s()(),A.j41(57,"div",20)(58,"h4",12),A.EFF(59,"Private"),A.k0s(),A.j41(60,"span",19),A.EFF(61),A.k0s()()(),A.nrm(62,"mat-divider",15),A.j41(63,"div",10)(64,"div",18)(65,"h4",12),A.EFF(66,"Remote Balance (Sats)"),A.k0s(),A.j41(67,"span",19),A.EFF(68),A.nI1(69,"number"),A.k0s()(),A.j41(70,"div",18)(71,"h4",12),A.EFF(72,"Local Balance (Sats)"),A.k0s(),A.j41(73,"span",19),A.EFF(74),A.nI1(75,"number"),A.k0s()(),A.j41(76,"div",20)(77,"h4",12),A.EFF(78,"Total (Sats)"),A.k0s(),A.j41(79,"span",19),A.EFF(80),A.nI1(81,"number"),A.k0s()()(),A.nrm(82,"mat-divider",15),A.DNE(83,ca,29,16,"div",21),A.j41(84,"div",22)(85,"button",23),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onShowAdvanced())}),A.DNE(86,Ba,2,0,"p",24)(87,Kl,2,0,"ng-template",null,0,A.C5r),A.k0s(),A.DNE(89,Xl,2,1,"button",25)(90,Zl,2,0,"button",26),A.k0s()()()()()}if(2&o){const nA=A.sdS(88);A.R7$(4),A.Y8G("icon",r.faReceipt),A.R7$(5),A.Y8G("ngClass",A.eq3(34,Vl,r.screenSize===r.screenSizeEnum.XS)),A.R7$(7),A.SpI(" ",r.channel.short_channel_id," "),A.R7$(5),A.JRh(r.channel.alias),A.R7$(7),A.JRh(r.channel.channel_id),A.R7$(7),A.SpI(" ",r.channel.peer_id," "),A.R7$(7),A.SpI(" ",r.channel.funding_txid," "),A.R7$(),A.Y8G("matTooltip",A.mNQ("Link to "+r.selNode.settings.blockExplorerUrl))("icon",r.faUpRightFromSquare),A.R7$(7),A.JRh(A.i5U(51,22,null==r.channel?null:r.channel.state,"_")),A.R7$(6),A.JRh(r.channel.peer_connected?"Yes":"No"),A.R7$(5),A.JRh(r.channel.private?"Yes":"No"),A.R7$(7),A.JRh(A.i5U(69,25,r.channel.to_them_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(75,28,r.channel.to_us_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(81,31,r.channel.total_msat/1e3,"1.0-0")),A.R7$(3),A.Y8G("ngIf",r.showAdvanced),A.R7$(),A.Y8G("ngClass",A.l_i(36,Wl,!r.showAdvanced,r.showAdvanced)),A.R7$(2),A.Y8G("ngIf",!r.showAdvanced)("ngIfElse",nA),A.R7$(3),A.Y8G("ngIf",r.showCopy),A.R7$(),A.Y8G("ngIf",!r.showCopy)}},dependencies:[Ee.YU,Ee.bT,y.aY,JA.$z,lA.m2,lA.MM,$t.q,D.DJ,D.sA,D.UI,rA.PW,ie.oV,Xi.U,kA.N,Ee.QX,TA.VD],encapsulation:2}))}return n(),l})();const ql=()=>["all"],ga=n=>({"error-border":n}),$l=()=>["no_peer"],Us=n=>({width:n}),A0=n=>({"display-none":n});function fa(n,l){if(1&n&&(A.j41(0,"mat-option",39),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function e0(n,l){1&n&&A.nrm(0,"mat-progress-bar",40)}function t0(n,l){1&n&&A.nrm(0,"th",41)}function ua(n,l){if(1&n&&(A.j41(0,"span",45),A.nrm(1,"fa-icon",46),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faEyeSlash)}}function n0(n,l){if(1&n&&(A.j41(0,"span",47),A.nrm(1,"fa-icon",46),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faEye)}}function i0(n,l){if(1&n&&(A.j41(0,"td",42),A.DNE(1,ua,2,1,"span",43)(2,n0,2,1,"span",44),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",e.private),A.R7$(),A.Y8G("ngIf",!e.private)}}function qi(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Short Channel ID"),A.k0s())}function s0(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Us,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.short_channel_id)}}function r0(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Alias"),A.k0s())}function a0(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Us,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.alias)}}function o0(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"ID"),A.k0s())}function Ea(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Us,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.id)}}function yr(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Channel ID"),A.k0s())}function ui(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Us,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.channel_id)}}function l0(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Funding Transaction ID"),A.k0s())}function c0(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Us,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.funding_txid)}}function B0(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Connected"),A.k0s())}function g0(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null!=e&&e.connected?"Connected":"Disconnected")}}function b0(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Local Reserve (Sats)"),A.k0s())}function f0(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.our_reserve_msat)/1e3,"1.0-0")," ")}}function u0(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Remote Reserve (Sats)"),A.k0s())}function E0(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.their_reserve_msat)/1e3,"1.0-0")," ")}}function h0(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Total (Sats)"),A.k0s())}function ha(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.total_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function w0(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Spendable (Sats)"),A.k0s())}function oA(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.spendable_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function a(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Local Balance (Sats)"),A.k0s())}function h(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.to_us_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function F(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Remote Balance (Sats)"),A.k0s())}function k(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.to_them_msat)/1e3,(null==e?null:e.to_them_msat)<1e3?"1.0-4":"1.0-0")," ")}}function X(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Balance Score"),A.k0s())}function O(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",53)(2,"mat-hint",54),A.EFF(3),A.nI1(4,"number"),A.k0s()(),A.nrm(5,"mat-progress-bar",55),A.k0s()),2&n){const e=l.$implicit;A.R7$(3),A.JRh(A.bMT(4,3,e.balancedness||0)),A.R7$(2),A.Y8G("value",A.mNQ(e.to_us_msat&&e.to_us_msat>0?e.to_us_msat/(e.to_us_msat+e.to_them_msat)*100:0))}}function IA(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",56)(1,"div",57)(2,"mat-select",58),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",59),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onChannelUpdate("all"))}),A.EFF(5,"Update Fee Policy"),A.k0s(),A.j41(6,"mat-option",59),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(7,"Download CSV"),A.k0s()()()()}}function LA(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",60)(1,"div",57)(2,"mat-select",61),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",59),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG();return E.Njj(nA.onChannelClick(r,o))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",59),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onViewRemotePolicy(o))}),A.EFF(7,"View Remote Fee"),A.k0s(),A.j41(8,"mat-option",59),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onChannelUpdate(o))}),A.EFF(9,"Update Fee Policy"),A.k0s(),A.j41(10,"mat-option",59),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onChannelClose(o))}),A.EFF(11,"Close Channel"),A.k0s()()()()}}function ZA(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No peers connected. Add a peer in order to open a channel."),A.k0s())}function oe(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No channel available."),A.k0s())}function re(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting channels..."),A.k0s())}function ke(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function at(n,l){if(1&n&&(A.j41(0,"td",62),A.DNE(1,ZA,2,0,"p",63)(2,oe,2,0,"p",63)(3,re,2,0,"p",63)(4,ke,2,1,"p",63),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",e.numPeers<1&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",e.numPeers>0&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Bt(n,l){if(1&n&&A.nrm(0,"tr",64),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,A0,e.numPeers>0&&(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function Nt(n,l){1&n&&A.nrm(0,"tr",65)}function dn(n,l){1&n&&A.nrm(0,"tr",66)}let vt=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.logger=i,this.store=o,this.rtlEffects=r,this.clnEffects=nA,this.commonService=WA,this.camelCaseWithReplace=Ae,this.faEye=d.pS3,this.faEyeSlash=d.k6j,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open_channels",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new L.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=c.G,this.selFilter="",this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(U.GX).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.information=i.information,this.numPeers=i.numPeers,this.totalBalance=i.balance.totalBalance||0,this.logger.info(i)}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=i.activeChannels,this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(i)}),this.store.select(x._c).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.selNode=i})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(i){this.store.dispatch((0,xA.ij)({payload:{uiMessage:c.MZ.GET_REMOTE_POLICY,shortChannelID:i.short_channel_id||"",showError:!0}})),this.clnEffects.setLookupCL.pipe((0,Gt.s)(1)).subscribe(o=>{if(o.channels&&0===o.channels.length)return!1;let r={};r=o.channels[0].source!==this.information.id?o.channels[0]:o.channels[1];const nA=[[{key:"base_fee_millisatoshi",value:r.base_fee_millisatoshi,title:"Base Fees (mSats)",width:34,type:c.UN.NUMBER},{key:"fee_per_millionth",value:r.fee_per_millionth,title:"Fee/Millionth",width:33,type:c.UN.NUMBER},{key:"delay",value:r.delay,title:"Delay",width:33,type:c.UN.NUMBER}]],WA="Remote policy for Channel: "+(i.alias||i.short_channel_id?i.alias&&i.short_channel_id?i.alias+" ("+i.short_channel_id+")":i.alias?i.alias:i.short_channel_id:i.channel_id);setTimeout(()=>{this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:WA,message:nA}}}))},0)})}onChannelUpdate(i){"all"!==i&&"ONCHAIN"===i.state||("all"===i?(this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:c.UN.NUMBER,inputValue:1e3,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:c.UN.NUMBER,inputValue:1,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[4])).subscribe(o=>{o&&this.store.dispatch((0,xA.fy)({payload:{feebase:o[0].inputValue,feeppm:o[1].inputValue,id:"all"}}))})):(this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update",message:[],titleMessage:"Update fee policy for Channel: "+(i.alias||i.short_channel_id?i.alias&&i.short_channel_id?i.alias+" ("+i.short_channel_id+")":i.alias?i.alias:i.short_channel_id:i.channel_id),flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:c.UN.NUMBER,inputValue:""===i.fee_base_msat?0:i.fee_base_msat,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:c.UN.NUMBER,inputValue:i.fee_proportional_millionths,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[5])).subscribe(nA=>{nA&&this.store.dispatch((0,xA.fy)({payload:{feebase:nA[0].inputValue,feeppm:nA[1].inputValue,id:i.channel_id}}))})),this.applyFilter())}percentHintFunction(i){return(i/1e4).toString()+"%"}onChannelClose(i){this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Close Channel",titleMessage:"Closing channel: "+(i.alias||i.short_channel_id?i.alias&&i.short_channel_id?i.alias+" ("+i.short_channel_id+")":i.alias?i.alias:i.short_channel_id:i.channel_id),noBtnText:"Cancel",yesBtnText:"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[6])).subscribe(o=>{o&&this.store.dispatch((0,xA.w0)({payload:{id:i.id||"",channelId:i.channel_id||"",force:!1}}))})}onChannelClick(i,o){this.store.dispatch((0,w.xO)({payload:{data:{channel:i,selNode:this.selNode,showCopy:!0,component:Gn}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column||"","_"):this.commonService.titleCase(i)}setFilterPredicate(){this.channels.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.peer_connected?"connected":"disconnected")+(i.channel_id?i.channel_id.toLowerCase():"")+(i.short_channel_id?i.short_channel_id.toLowerCase():"")+(i.id?i.id.toLowerCase():"")+(i.alias?i.alias.toLowerCase():"")+(i.private?"private":"public")+(i.state?i.state.toLowerCase():"")+(i.funding_txid?i.funding_txid.toLowerCase():"")+(i.to_them_msat?i.to_them_msat/1e3:"")+(i.to_us_msat?i.to_us_msat/1e3:"")+(i.total_msat?i.total_msat/1e3:"")+(i.their_reserve_msat?i.their_reserve_msat/1e3:"")+(i.our_reserve_msat?i.our_reserve_msat/1e3:"")+(i.spendable_msat?i.spendable_msat/1e3:"");break;case"private":r=i?.private?"private":"public";break;case"connected":r=i?.peer_connected?"connected":"disconnected";break;case"msatoshi_total":r=((i.total_msat||0)/1e3).toString()||"";break;case"spendable_msatoshi":r=((i.spendable_msat||0)/1e3).toString()||"";break;case"msatoshi_to_us":r=((i.to_us_msat||0)/1e3).toString()||"";break;case"msatoshi_to_them":r=((i.to_them_msat||0)/1e3).toString()||"";break;case"our_channel_reserve_satoshis":r=((i.our_reserve_msat||0)/1e3).toString()||"";break;case"their_channel_reserve_satoshis":r=((i.their_reserve_msat||0)/1e3).toString()||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"connected"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadChannelsTable(i){this.channels=new L.I6([...i]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,r)=>{switch(r){case"msatoshi_total":return o.total_msat;case"spendable_msatoshi":return o.spendable_msat;case"msatoshi_to_us":return o.to_us_msat;case"msatoshi_to_them":return o.to_them_msat;case"our_channel_reserve_satoshis":return o.our_reserve_msat;case"their_channel_reserve_satoshis":return o.their_reserve_msat;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(H.H),A.rXU(Fr.i),A.rXU(Q.h),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-open-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Channels")}])],decls:69,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container","w-100",3,"perfectScrollbar"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","short_channel_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","alias"],["matColumnDef","id"],["matColumnDef","channel_id"],["matColumnDef","funding_txid"],["matColumnDef","connected"],["matColumnDef","our_channel_reserve_satoshis"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","their_channel_reserve_satoshis"],["matColumnDef","msatoshi_total"],["matColumnDef","spendable_msatoshi"],["matColumnDef","msatoshi_to_us"],["matColumnDef","msatoshi_to_them"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,fa,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.DNE(14,e0,1,0,"mat-progress-bar",9),A.j41(15,"div",10)(16,"table",11,0),A.qex(18,12),A.DNE(19,t0,1,0,"th",13)(20,i0,3,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,qi,2,0,"th",16)(23,s0,4,4,"td",14),A.bVm(),A.qex(24,17),A.DNE(25,r0,2,0,"th",16)(26,a0,4,4,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,o0,2,0,"th",16)(29,Ea,4,4,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,yr,2,0,"th",16)(32,ui,4,4,"td",14),A.bVm(),A.qex(33,20),A.DNE(34,l0,2,0,"th",16)(35,c0,4,4,"td",14),A.bVm(),A.qex(36,21),A.DNE(37,B0,2,0,"th",16)(38,g0,2,1,"td",14),A.bVm(),A.qex(39,22),A.DNE(40,b0,2,0,"th",23)(41,f0,4,4,"td",14),A.bVm(),A.qex(42,24),A.DNE(43,u0,2,0,"th",23)(44,E0,4,4,"td",14),A.bVm(),A.qex(45,25),A.DNE(46,h0,2,0,"th",23)(47,ha,4,4,"td",14),A.bVm(),A.qex(48,26),A.DNE(49,w0,2,0,"th",23)(50,oA,4,4,"td",14),A.bVm(),A.qex(51,27),A.DNE(52,a,2,0,"th",23)(53,h,4,4,"td",14),A.bVm(),A.qex(54,28),A.DNE(55,F,2,0,"th",23)(56,k,4,4,"td",14),A.bVm(),A.qex(57,29),A.DNE(58,X,2,0,"th",16)(59,O,6,5,"td",14),A.bVm(),A.qex(60,30),A.DNE(61,IA,8,0,"th",31)(62,LA,12,0,"td",32),A.bVm(),A.qex(63,33),A.DNE(64,at,5,4,"td",34),A.bVm(),A.DNE(65,Bt,1,3,"tr",35)(66,Nt,1,0,"tr",36)(67,dn,1,0,"tr",37),A.k0s()(),A.nrm(68,"mat-paginator",38),A.k0s()}2&o&&(A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,ql).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(),A.Y8G("ngIf",r.apiCallStatus.status===r.apiCallStatusEnum.INITIATED),A.R7$(2),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.channels)("ngClass",A.eq3(15,ga,""!==r.errorMessage)),A.R7$(49),A.Y8G("matFooterRowDef",A.lJ4(17,$l)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,Be.fg,KA.rl,KA.nJ,KA.MV,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,Ee.QX],styles:[".mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]}))}return n(),l})();const _t=["outputIdx"];function Ue(n,l){if(1&n&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",15),A.j41(2,"span"),A.EFF(3,"Change output balance "),A.j41(4,"strong"),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.EFF(7," (Sats) may be insufficient for fee bumping, depending on the prevailing fee rates."),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(4),A.JRh(A.bMT(6,2,e.dustOutputValue))}}function wt(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Output Index required."),A.k0s())}function Tt(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Invalid index value."),A.k0s())}function yn(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fees is required."),A.k0s())}function Ln(n,l){if(1&n&&(A.j41(0,"div",28),A.nrm(1,"fa-icon",15),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(2),A.JRh(e.bumpFeeError)}}let ln=(()=>{var n;class l{set outputIndx(i){i&&(this.outputIdx=i)}constructor(i,o,r,nA,WA,Ae){this.actions=i,this.dialogRef=o,this.data=r,this.store=nA,this.logger=WA,this.dataService=Ae,this.faUpRightFromSquare=d.k02,this.newAddress="",this.fees=null,this.outputIndex=null,this.faCopy=d.jPR,this.faInfoCircle=d.iW_,this.faExclamationTriangle=d.zpE,this.bumpFeeError="",this.flgShowDustWarning=!1,this.dustOutputValue=0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.bumpFeeChannel=this.data.channel,this.logger.info(this.bumpFeeChannel),this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i,this.logger.info(this.selNode)}),this.dataService.getRecommendedFeeRates().pipe((0,M.Q)(this.unSubs[1])).subscribe({next:i=>{this.recommendedFee=i},error:i=>{this.logger.error(i)}}),this.dataService.getBlockExplorerTransaction(this.bumpFeeChannel.funding_txid).pipe((0,M.Q)(this.unSubs[2])).subscribe({next:i=>{this.outputIndex=0===i.vout.findIndex(o=>o.value===this.bumpFeeChannel.to_us_msat)?1:0,this.dustOutputValue=i.vout[this.outputIndex].value,this.flgShowDustWarning=this.dustOutputValue<1e3},error:i=>{this.logger.error(i)}})}onBumpFee(){if(!this.outputIndex&&0!==this.outputIndex||!this.fees)return!0;this.bumpFeeError="",this.store.dispatch((0,xA.XT)({payload:c.Ld[0]})),this.actions.pipe((0,Z.p)(i=>i.type===c.TC.SET_NEW_ADDRESS_CLN),(0,Gt.s)(1)).subscribe(i=>{this.store.dispatch((0,xA.aB)({payload:{destination:i.payload,satoshi:"all",feerate:(1e3*+(this.fees||0)).toString()+"perkb",utxos:[this.bumpFeeChannel.funding_txid+":"+(this.outputIndex||"").toString()]}}))}),this.actions.pipe((0,Z.p)(i=>i.type===c.TC.SET_CHANNEL_TRANSACTION_RES_CLN),(0,Gt.s)(1)).subscribe(i=>{this.store.dispatch((0,w.UI)({payload:"Successfully bumped the fee. Use the block explorer to verify transaction."})),this.dialogRef.close()}),this.actions.pipe((0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN),(0,M.Q)(this.unSubs[3])).subscribe(i=>{i.payload.status===c.wn.ERROR&&("SetChannelTransaction"===i.payload.action||"GenerateNewAddress"===i.payload.action)&&(this.logger.error(i.payload.message),this.bumpFeeError=i.payload.message)})}onExplorerClicked(i){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+i,"_blank")}resetData(){this.bumpFeeError="",this.fees=null,this.outputIndex=null,this.flgShowDustWarning=!1,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(QA.En),A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(N.gP),A.rXU(Rt.u))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-bump-fee"]],viewQuery:function(o,r){if(1&o&&A.GBs(_t,5),2&o){let nA;A.mGM(nA=A.lsd())&&(r.outputIndx=nA.first)}},standalone:!1,decls:47,vars:20,consts:[["outputIndx","ngModel"],["fee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","49"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","outputIndx",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["matInput","","type","number","name","fees","required","","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],["fxFlex","100",1,"alert","alert-warn"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),A.EFF(5,"Bump Fee"),A.k0s()(),A.j41(6,"button",7),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",8)(9,"form",9)(10,"div",10)(11,"p",11),A.EFF(12),A.j41(13,"fa-icon",12),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onExplorerClicked(null==r.bumpFeeChannel?null:r.bumpFeeChannel.funding_txid))}),A.k0s()(),A.j41(14,"div",13)(15,"div",14),A.nrm(16,"fa-icon",15),A.j41(17,"span",16)(18,"div"),A.EFF(19,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(20,"div"),A.EFF(21),A.k0s(),A.j41(22,"div"),A.EFF(23),A.k0s(),A.j41(24,"div"),A.EFF(25),A.k0s()()(),A.DNE(26,Ue,8,4,"div",17),A.j41(27,"div",18)(28,"mat-form-field",19)(29,"mat-label"),A.EFF(30,"Output Index"),A.k0s(),A.j41(31,"input",20,0),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.outputIndex,Ae)||(r.outputIndex=Ae),E.Njj(Ae)}),A.k0s(),A.DNE(33,wt,2,0,"mat-error",21)(34,Tt,2,0,"mat-error",21),A.k0s(),A.j41(35,"mat-form-field",19)(36,"mat-label"),A.EFF(37,"Fees (Sats/vByte)"),A.k0s(),A.j41(38,"input",22,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.fees,Ae)||(r.fees=Ae),E.Njj(Ae)}),A.k0s(),A.DNE(40,yn,2,0,"mat-error",21),A.k0s()(),A.DNE(41,Ln,4,2,"div",23),A.k0s()(),A.j41(42,"div",24)(43,"button",25),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(44,"Clear"),A.k0s(),A.j41(45,"button",26),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onBumpFee())}),A.EFF(46),A.k0s()()()()()()}if(2&o){const nA=A.sdS(32);A.R7$(12),A.SpI("Bump fee for transaction id: ",null==r.bumpFeeChannel?null:r.bumpFeeChannel.funding_txid," "),A.R7$(),A.Y8G("matTooltip",A.mNQ("Link to "+r.selNode.settings.blockExplorerUrl))("icon",r.faUpRightFromSquare),A.R7$(3),A.Y8G("icon",r.faInfoCircle),A.R7$(5),A.SpI("- High: ",r.recommendedFee.fastestFee||"Unknown"),A.R7$(2),A.SpI("- Medium: ",r.recommendedFee.halfHourFee||"Unknown"),A.R7$(2),A.SpI("- Low: ",r.recommendedFee.hourFee||"Unknown"),A.R7$(),A.Y8G("ngIf",r.flgShowDustWarning),A.R7$(5),A.Y8G("step",1)("min",0),A.R50("ngModel",r.outputIndex),A.R7$(2),A.Y8G("ngIf",null==nA.errors?null:nA.errors.required),A.R7$(),A.Y8G("ngIf",null==nA.errors?null:nA.errors.pendingChannelOutputIndex),A.R7$(4),A.Y8G("step",1)("min",0),A.R50("ngModel",r.fees),A.R7$(2),A.Y8G("ngIf",!r.fees),A.R7$(),A.Y8G("ngIf",""!==r.bumpFeeError),A.R7$(5),A.JRh(""!==r.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},dependencies:[Ee.bT,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.vS,gA.cV,y.aY,JA.$z,lA.m2,lA.MM,Be.fg,KA.rl,KA.nJ,KA.TL,D.DJ,D.sA,D.UI,ie.oV,kA.N,CA.V,Ee.QX],encapsulation:2}))}return n(),l})();const qn=()=>["all"],gn=n=>({"error-border":n}),ai=()=>["no_peer"],Kn=n=>({width:n}),Xn=n=>({"display-none":n});function rs(n,l){if(1&n&&(A.j41(0,"mat-option",39),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function Ei(n,l){1&n&&A.nrm(0,"mat-progress-bar",40)}function Gi(n,l){1&n&&A.nrm(0,"th",41)}function fn(n,l){if(1&n&&(A.j41(0,"span",45),A.nrm(1,"fa-icon",46),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faEyeSlash)}}function un(n,l){if(1&n&&(A.j41(0,"span",47),A.nrm(1,"fa-icon",46),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("icon",e.faEye)}}function En(n,l){if(1&n&&(A.j41(0,"td",42),A.DNE(1,fn,2,1,"span",43)(2,un,2,1,"span",44),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",e.private),A.R7$(),A.Y8G("ngIf",!e.private)}}function hn(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Alias"),A.k0s())}function as(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Kn,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.alias)}}function os(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"ID"),A.k0s())}function ls(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Kn,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.id)}}function cs(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Channel ID"),A.k0s())}function Bs(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Kn,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.channel_id)}}function gs(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Funding Transaction ID"),A.k0s())}function fs(n,l){if(1&n&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Kn,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.funding_txid)}}function us(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"Connected"),A.k0s())}function Di(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null!=e&&e.connected?"Connected":"Disconnected")}}function An(n,l){1&n&&(A.j41(0,"th",48),A.EFF(1,"State"),A.k0s())}function Qn(n,l){if(1&n&&(A.j41(0,"td",51),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("ngStyle",A.eq3(2,Kn,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(),A.JRh(i.CLNChannelPendingState[null==e?null:e.state])}}function ir(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Local Reserve (Sats)"),A.k0s())}function ni(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.our_reserve_msat)/1e3,"1.0-0")," ")}}function sr(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Remote Reserve (Sats)"),A.k0s())}function Es(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.their_reserve_msat)/1e3,"1.0-0")," ")}}function rr(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Total (Sats)"),A.k0s())}function Gs(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.total_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function ar(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Spendable (Sats)"),A.k0s())}function Ls(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.spendable_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function wa(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Local Balance (Sats)"),A.k0s())}function Ca(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.to_us_msat)/1e3,(null==e?null:e.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function hi(n,l){1&n&&(A.j41(0,"th",52),A.EFF(1,"Remote Balance (Sats)"),A.k0s())}function or(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.to_them_msat)/1e3,(null==e?null:e.to_them_msat)<1e3?"1.0-4":"1.0-0")," ")}}function _0(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",54)(1,"div",55)(2,"mat-select",56),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",57),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function V0(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",57),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onChannelClose(o))}),A.EFF(1,"Close Channel"),A.k0s()}}function W0(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",57),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onBumpFee(o))}),A.EFF(1,"Bump Fee"),A.k0s()}}function K0(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",58)(1,"div",55)(2,"mat-select",59),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",57),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG();return E.Njj(nA.onChannelClick(r,o))}),A.EFF(5,"View Info"),A.k0s(),A.DNE(6,V0,2,0,"mat-option",60)(7,W0,2,0,"mat-option",60),A.k0s()()()}if(2&n){const e=l.$implicit;A.R7$(6),A.Y8G("ngIf","CHANNELD_SHUTTING_DOWN"===e.state||"CLOSINGD_SIGEXCHANGE"===e.state||!e.connected&&"CHANNELD_NORMAL"===e.state),A.R7$(),A.Y8G("ngIf","CHANNELD_AWAITING_LOCKIN"===e.state)}}function X0(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No peers connected. Add a peer in order to open a channel."),A.k0s())}function Z0(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No pending/inactive channel available."),A.k0s())}function q0(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting pending/inactive channels..."),A.k0s())}function $0(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function Ac(n,l){if(1&n&&(A.j41(0,"td",61),A.DNE(1,X0,2,0,"p",62)(2,Z0,2,0,"p",62)(3,q0,2,0,"p",62)(4,$0,2,1,"p",62),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",e.numPeers<1&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",e.numPeers>0&&(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function ec(n,l){if(1&n&&A.nrm(0,"tr",63),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,Xn,e.numPeers>0&&(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function tc(n,l){1&n&&A.nrm(0,"tr",64)}function nc(n,l){1&n&&A.nrm(0,"tr",65)}let ic=(()=>{var n;class l{constructor(i,o,r,nA,WA){this.logger=i,this.store=o,this.rtlEffects=r,this.commonService=nA,this.camelCaseWithReplace=WA,this.faEye=d.pS3,this.faEyeSlash=d.k6j,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"pending_inactive_channels",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new L.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=c.G,this.selFilter="",this.CLNChannelPendingState=c.Zb,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.GX).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.information=i.information,this.numPeers=i.numPeers,this.totalBalance=i.balance.totalBalance||0,this.logger.info(i)}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=[...i.pendingChannels,...i.inactiveChannels],this.channelsData=this.channelsData.sort((o,r)=>this.CLNChannelPendingState[o.state||""]>=this.CLNChannelPendingState[r.state||""]?1:-1),this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(i)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onBumpFee(i){this.store.dispatch((0,w.xO)({payload:{data:{channel:i,component:ln}}}))}onChannelClick(i,o){this.store.dispatch((0,w.xO)({payload:{data:{channel:i,showCopy:!0,component:Gn}}}))}onChannelClose(i){this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Force Close Channel",titleMessage:"Force closing channel: "+(i.alias||i.short_channel_id?i.alias&&i.short_channel_id?i.alias+" ("+i.short_channel_id+")":i.alias?i.alias:i.short_channel_id:i.channel_id),noBtnText:"Cancel",yesBtnText:"Force Close"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[3])).subscribe(o=>{o&&this.store.dispatch((0,xA.w0)({payload:{id:i.id,channelId:i.channel_id,force:!0}}))})}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column||"","_"):this.commonService.titleCase(i)}setFilterPredicate(){this.channels.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.peer_connected?"connected":"disconnected")+(i.channel_id?i.channel_id.toLowerCase():"")+(i.short_channel_id?i.short_channel_id.toLowerCase():"")+(i.id?i.id.toLowerCase():"")+(i.alias?i.alias.toLowerCase():"")+(i.private?"private":"public")+(i.state&&this.CLNChannelPendingState[i.state]?this.CLNChannelPendingState[i.state].toLowerCase():"")+(i.funding_txid?i.funding_txid.toLowerCase():"")+(i.to_us_msat?i.to_us_msat:"")+(i.to_them_msat?i.to_them_msat/1e3:"")+(i.total_msat?i.total_msat/1e3:"")+(i.their_reserve_msat?i.their_reserve_msat/1e3:"")+(i.our_reserve_msat?i.our_reserve_msat/1e3:"")+(i.spendable_msat?i.spendable_msat/1e3:"");break;case"private":r=i?.private?"private":"public";break;case"connected":r=i?.peer_connected?"connected":"disconnected";break;case"msatoshi_total":r=((i.total_msat||0)/1e3).toString()||"";break;case"spendable_msatoshi":r=((i.spendable_msat||0)/1e3).toString()||"";break;case"msatoshi_to_us":r=((i.to_us_msat||0)/1e3).toString()||"";break;case"msatoshi_to_them":r=((i.to_them_msat||0)/1e3).toString()||"";break;case"our_channel_reserve_satoshis":r=((i.our_reserve_msat||0)/1e3).toString()||"";break;case"their_channel_reserve_satoshis":r=((i.their_reserve_msat||0)/1e3).toString()||"";break;case"state":r=i?.state?this.CLNChannelPendingState[i?.state]:"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"connected"===this.selFilterBy||"state"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadChannelsTable(i){this.channels=new L.I6([...i]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,r)=>{switch(r){case"msatoshi_total":return o.total_msat;case"spendable_msatoshi":return o.spendable_msat;case"msatoshi_to_us":return o.to_us_msat;case"msatoshi_to_them":return o.to_them_msat;case"our_channel_reserve_satoshis":return o.our_reserve_msat;case"their_channel_reserve_satoshis":return o.their_reserve_msat;case"state":return this.CLNChannelPendingState[o.state];default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Pending-inactive-channels")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(H.H),A.rXU(Q.h),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-pending-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Channels")}])],decls:66,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container","w-100",3,"perfectScrollbar"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","id"],["matColumnDef","channel_id"],["matColumnDef","funding_txid"],["matColumnDef","connected"],["matColumnDef","state"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","our_channel_reserve_satoshis"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","their_channel_reserve_satoshis"],["matColumnDef","msatoshi_total"],["matColumnDef","spendable_msatoshi"],["matColumnDef","msatoshi_to_us"],["matColumnDef","msatoshi_to_them"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,rs,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.DNE(14,Ei,1,0,"mat-progress-bar",9),A.j41(15,"div",10)(16,"table",11,0),A.qex(18,12),A.DNE(19,Gi,1,0,"th",13)(20,En,3,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,hn,2,0,"th",16)(23,as,4,4,"td",14),A.bVm(),A.qex(24,17),A.DNE(25,os,2,0,"th",16)(26,ls,4,4,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,cs,2,0,"th",16)(29,Bs,4,4,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,gs,2,0,"th",16)(32,fs,4,4,"td",14),A.bVm(),A.qex(33,20),A.DNE(34,us,2,0,"th",16)(35,Di,2,1,"td",14),A.bVm(),A.qex(36,21),A.DNE(37,An,2,0,"th",16)(38,Qn,2,4,"td",22),A.bVm(),A.qex(39,23),A.DNE(40,ir,2,0,"th",24)(41,ni,4,4,"td",14),A.bVm(),A.qex(42,25),A.DNE(43,sr,2,0,"th",24)(44,Es,4,4,"td",14),A.bVm(),A.qex(45,26),A.DNE(46,rr,2,0,"th",24)(47,Gs,4,4,"td",14),A.bVm(),A.qex(48,27),A.DNE(49,ar,2,0,"th",24)(50,Ls,4,4,"td",14),A.bVm(),A.qex(51,28),A.DNE(52,wa,2,0,"th",24)(53,Ca,4,4,"td",14),A.bVm(),A.qex(54,29),A.DNE(55,hi,2,0,"th",24)(56,or,4,4,"td",14),A.bVm(),A.qex(57,30),A.DNE(58,_0,6,0,"th",31)(59,K0,8,2,"td",32),A.bVm(),A.qex(60,33),A.DNE(61,Ac,5,4,"td",34),A.bVm(),A.DNE(62,ec,1,3,"tr",35)(63,tc,1,0,"tr",36)(64,nc,1,0,"tr",37),A.k0s()(),A.nrm(65,"mat-paginator",38),A.k0s()}2&o&&(A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,qn).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(),A.Y8G("ngIf",r.apiCallStatus.status===r.apiCallStatusEnum.INITIATED),A.R7$(2),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.channels)("ngClass",A.eq3(15,gn,""!==r.errorMessage)),A.R7$(46),A.Y8G("matFooterRowDef",A.lJ4(17,ai)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,Ee.QX],styles:[".mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return n(),l})();const sc=()=>["all"],rc=n=>({"error-border":n}),ac=()=>["no_peer"],R0=n=>({"mr-0":n}),C0=n=>({width:n}),oc=n=>({"display-none":n});function lc(n,l){if(1&n&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function cc(n,l){1&n&&A.nrm(0,"mat-progress-bar",35)}function Bc(n,l){1&n&&A.nrm(0,"th",36)}function gc(n,l){if(1&n&&A.nrm(0,"span",40),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,R0,e.screenSize===e.screenSizeEnum.XS))}}function fc(n,l){if(1&n&&A.nrm(0,"span",41),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,R0,e.screenSize===e.screenSizeEnum.XS))}}function uc(n,l){if(1&n&&(A.j41(0,"td",37),A.DNE(1,gc,1,3,"span",38)(2,fc,1,3,"span",39),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",null==e?null:e.connected),A.R7$(),A.Y8G("ngIf",!(null!=e&&e.connected))}}function Ec(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Alias"),A.k0s())}function hc(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,C0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.alias)}}function wc(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"ID"),A.k0s())}function Cc(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,C0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.id)}}function dc(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Network Address"),A.k0s())}function Qc(n,l){1&n&&(A.j41(0,"span"),A.EFF(1,","),A.nrm(2,"br"),A.k0s())}function mc(n,l){if(1&n&&(A.j41(0,"span",44),A.EFF(1),A.DNE(2,Qc,3,0,"span",46),A.k0s()),2&n){const e=l.$implicit,i=l.last;A.R7$(),A.JRh(e),A.R7$(),A.Y8G("ngIf",!i)}}function Mc(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",43),A.DNE(2,mc,3,2,"span",45),A.k0s()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,C0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(),A.Y8G("ngForOf",null==e?null:e.netaddr)}}function pc(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Dc(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",50),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onPeerDetach(o))}),A.EFF(1,"Disconnect"),A.k0s()}}function Ic(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",50),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onConnectPeer(o))}),A.EFF(1,"Reconnect"),A.k0s()}}function Fc(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",51)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG();return E.Njj(nA.onPeerClick(r,o))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",50),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onOpenChannel(o))}),A.EFF(7,"Open Channel"),A.k0s(),A.DNE(8,Dc,2,0,"mat-option",52)(9,Ic,2,0,"mat-option",52),A.k0s()()()}if(2&n){const e=l.$implicit;A.R7$(8),A.Y8G("ngIf",e.connected),A.R7$(),A.Y8G("ngIf",!e.connected)}}function xc(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No connected peer."),A.k0s())}function yc(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting peers..."),A.k0s())}function Yc(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function vc(n,l){if(1&n&&(A.j41(0,"td",53),A.DNE(1,xc,2,0,"p",46)(2,yc,2,0,"p",46)(3,Yc,2,1,"p",46),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.peers&&e.peers.data)||(null==e.peers||null==e.peers.data?null:e.peers.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function bc(n,l){if(1&n&&A.nrm(0,"tr",54),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,oc,(null==e.peers?null:e.peers.data)&&(null==e.peers||null==e.peers.data?null:e.peers.data.length)>0))}}function Rc(n,l){1&n&&A.nrm(0,"tr",55)}function Sc(n,l){1&n&&A.nrm(0,"tr",56)}let Nc=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.logger=i,this.store=o,this.rtlEffects=r,this.actions=nA,this.commonService=WA,this.camelCaseWithReplace=Ae,this.faUsers=d.gdJ,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:c.md,sortBy:"alias",sortOrder:c.oi.DESCENDING},this.newlyAddedPeer="",this.displayedColumns=[],this.peerAddress="",this.peersData=[],this.peers=new L.I6([]),this.utxos=[],this.information={},this.availableBalance=0,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.kQ).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.information=i.information,this.availableBalance=i.balance.totalBalance||0}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("connected"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.os).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=i.peers||[],this.peersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPeersTable(this.peersData),this.logger.info(i)}),this.store.select(U.Al).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.utxos=this.commonService.sortAscByKey(i.utxos?.filter(o=>"confirmed"===o.status),"value")}),this.actions.pipe((0,M.Q)(this.unSubs[4]),(0,Z.p)(i=>i.type===c.TC.SET_PEERS_CLN)).subscribe(i=>{this.peerAddress=null})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(i,o){this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:i.id,goToName:"Graph lookup",goToLink:"/cln/graph/lookups",showQRName:"Public Key",showQRField:i.id,message:[[{key:"id",value:i.id,title:"Public Key",width:100}],[{key:"netaddr",value:i.netaddr,title:"Address",width:100}],[{key:"alias",value:i.alias,title:"Alias",width:50},{key:"connected",value:i.connected?"True":"False",title:"Connected",width:50}]]}}}))}onConnectPeer(i){this.store.dispatch((0,w.xO)({payload:{data:{message:{peer:i.id?i:null,information:this.information,balance:this.availableBalance},component:Mr}}}))}onOpenChannel(i){this.store.dispatch((0,w.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:i,information:this.information,balance:this.availableBalance,utxos:this.utxos},newlyAdded:!1,component:xr}}}))}onPeerDetach(i){this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(i.alias?i.alias:i.id),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[5])).subscribe(r=>{r&&this.store.dispatch((0,xA.ed)({payload:{id:i.id,force:!1}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.peers.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=JSON.stringify(i).toLowerCase();break;case"connected":r=i?.connected?"connected":"disconnected";break;case"netaddr":r=i.netaddr?i.netaddr.reduce((nA,WA)=>nA+WA," "):"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"connected"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadPeersTable(i){this.peers=new L.I6([...i]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(o,r)=>{if("netaddr"===r){if(o.netaddr&&o.netaddr[0]){const nA=o.netaddr[0].toString().split(".");return nA[0]?+nA[0]:o.netaddr[0]}return""}return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null},this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(H.H),A.rXU(QA.En),A.rXU(Q.h),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-peers"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Peers")}])],decls:47,vars:19,consts:[["peersForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-x-hidden","overflow-y-hidden",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","connected"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Connected",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","id"],["matColumnDef","netaddr"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Connected"],["mat-cell",""],["class","dot green","matTooltip","Connected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Disconnected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Connected","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Disconnected","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["class","ellipsis-child",4,"ngFor","ngForOf"],[4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",2)(1,"form",3,0)(3,"button",4),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onConnectPeer({}))}),A.EFF(4,"Add Peer"),A.k0s()(),A.j41(5,"div",5)(6,"div",6)(7,"div",7),A.nrm(8,"fa-icon",8),A.j41(9,"span",9),A.EFF(10,"Connected Peers"),A.k0s()(),A.j41(11,"div",10)(12,"mat-form-field",11)(13,"mat-label"),A.EFF(14,"Filter By"),A.k0s(),A.j41(15,"mat-select",12),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(16,"perfect-scrollbar"),A.DNE(17,lc,2,2,"mat-option",13),A.k0s()()(),A.j41(18,"mat-form-field",11)(19,"mat-label"),A.EFF(20,"Filter"),A.k0s(),A.j41(21,"input",14),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(22,"div",15),A.DNE(23,cc,1,0,"mat-progress-bar",16),A.j41(24,"table",17,1),A.qex(26,18),A.DNE(27,Bc,1,0,"th",19)(28,uc,3,2,"td",20),A.bVm(),A.qex(29,21),A.DNE(30,Ec,2,0,"th",22)(31,hc,4,4,"td",20),A.bVm(),A.qex(32,23),A.DNE(33,wc,2,0,"th",22)(34,Cc,4,4,"td",20),A.bVm(),A.qex(35,24),A.DNE(36,dc,2,0,"th",22)(37,Mc,3,4,"td",20),A.bVm(),A.qex(38,25),A.DNE(39,pc,6,0,"th",26)(40,Fc,10,2,"td",27),A.bVm(),A.qex(41,28),A.DNE(42,vc,4,3,"td",29),A.bVm(),A.DNE(43,bc,1,3,"tr",30)(44,Rc,1,0,"tr",31)(45,Sc,1,0,"tr",32),A.k0s()(),A.nrm(46,"mat-paginator",33),A.k0s()()}2&o&&(A.R7$(8),A.Y8G("icon",r.faUsers),A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,sc).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(2),A.Y8G("ngIf",r.apiCallStatus.status===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.peers)("ngClass",A.eq3(16,rc,""!==r.errorMessage)),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(18,ac)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.qT,gA.me,gA.BC,gA.cb,gA.vS,gA.cV,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld],styles:[".mat-column-connected[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return n(),l})();const Tc=["queryRoutesForm"],Pc=n=>({"overflow-auto error-border":n,"overflow-auto":!0}),S0=n=>({width:n});function Uc(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Destination pubkey is required."),A.k0s())}function Gc(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function Lc(n,l){1&n&&A.nrm(0,"mat-progress-bar",36)}function zc(n,l){1&n&&(A.j41(0,"th",37),A.EFF(1,"ID"),A.k0s())}function kc(n,l){if(1&n&&(A.j41(0,"td",38)(1,"div",39)(2,"span",40),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,S0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.id)}}function Hc(n,l){1&n&&(A.j41(0,"th",37),A.EFF(1,"Alias"),A.k0s())}function jc(n,l){if(1&n&&(A.j41(0,"td",38)(1,"div",39)(2,"span",40),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,S0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.alias)}}function Oc(n,l){1&n&&(A.j41(0,"th",37),A.EFF(1,"Channel"),A.k0s())}function Jc(n,l){if(1&n&&(A.j41(0,"td",38),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.channel)}}function _c(n,l){1&n&&(A.j41(0,"th",37),A.EFF(1,"Direction"),A.k0s())}function Vc(n,l){if(1&n&&(A.j41(0,"td",38),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.direction)}}function Wc(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Delay"),A.k0s())}function Kc(n,l){if(1&n&&(A.j41(0,"td",38)(1,"span",42),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI("",A.bMT(3,1,null==e?null:e.delay)," ")}}function Xc(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Amount (Sats)"),A.k0s())}function Zc(n,l){if(1&n&&(A.j41(0,"td",38)(1,"span",42),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,(null==e?null:e.amount_msat)/1e3))}}function qc(n,l){1&n&&(A.j41(0,"th",43)(1,"div",44),A.EFF(2,"Actions"),A.k0s()())}function $c(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",45)(1,"button",46),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG();return E.Njj(nA.onHopClick(r,o))}),A.EFF(2,"View Info"),A.k0s()()}}function AB(n,l){1&n&&A.nrm(0,"tr",47)}function eB(n,l){1&n&&A.nrm(0,"tr",48)}let tB=(()=>{var n;class l{constructor(i,o,r){this.store=i,this.clnEffects=o,this.commonService=r,this.PAGE_ID="graph_lookup",this.tableSetting={tableId:"query_routes",recordsPerPage:c.md,sortBy:"id",sortOrder:c.oi.ASCENDING},this.destinationPubkey="",this.amount=null,this.qrHops=new L.I6([]),this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=d.TBz,this.faExclamationTriangle=d.zpE,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions")}),this.clnEffects.setQueryRoutesCL.pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.qrHops.data=[],i.route&&i.route.length&&i.route.length>0?(this.flgLoading[0]=!1,this.qrHops=new L.I6([...i.route])):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(o,r)=>o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.flgLoading[0]=!0,this.store.dispatch((0,xA.T4)({payload:{destPubkey:this.destinationPubkey,amount:1e3*this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1,this.qrHops.data=[],this.form.resetForm()}onHopClick(i,o){this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"id",value:i.id,title:"ID",width:100,type:c.UN.STRING}],[{key:"channel",value:i.channel,title:"Channel",width:50,type:c.UN.STRING},{key:"alias",value:i.alias,title:"Peer Alias",width:50,type:c.UN.STRING}],[{key:"amount_msat",value:i.amount_msat,title:"Amount (mSat)",width:34,type:c.UN.NUMBER},{key:"direction",value:i.direction,title:"Direction",width:33,type:c.UN.STRING},{key:"delay",value:i.delay,title:"Delay",width:33,type:c.UN.NUMBER}]]}}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(_.il),A.rXU(Fr.i),A.rXU(Q.h))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-query-routes"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(Tc,7)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.form=nA.first)}},standalone:!1,decls:55,vars:17,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table",""],["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","destinationPubkey","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxLayoutAlign","start center",1,"page-sub-title-container","mt-2","mb-1"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","channel"],["matColumnDef","direction"],["matColumnDef","delay"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",3)(1,"form",4,0),A.bIt("ngSubmit",function(){E.eBV(nA);const Ae=A.sdS(2);return E.Njj(Ae.form.valid&&r.onQueryRoutes())}),A.j41(3,"div",5),A.nrm(4,"fa-icon",6),A.j41(5,"span"),A.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),A.k0s()(),A.j41(7,"mat-form-field",7)(8,"mat-label"),A.EFF(9,"Destination Pubkey"),A.k0s(),A.j41(10,"input",8,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.destinationPubkey,Ae)||(r.destinationPubkey=Ae),E.Njj(Ae)}),A.k0s(),A.DNE(12,Uc,2,0,"mat-error",9),A.k0s(),A.j41(13,"mat-form-field",10)(14,"mat-label"),A.EFF(15,"Amount (Sats)"),A.k0s(),A.j41(16,"input",11),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.amount,Ae)||(r.amount=Ae),E.Njj(Ae)}),A.k0s(),A.DNE(17,Gc,2,0,"mat-error",9),A.k0s(),A.j41(18,"div",12)(19,"button",13),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(20,"Clear"),A.k0s(),A.j41(21,"button",14),A.EFF(22,"Query Route"),A.k0s()()(),A.j41(23,"div",15)(24,"div",16),A.nrm(25,"fa-icon",17),A.j41(26,"span",18),A.EFF(27,"Transaction Route"),A.k0s()()(),A.j41(28,"div",19),A.DNE(29,Lc,1,0,"mat-progress-bar",20),A.j41(30,"table",21,2),A.qex(32,22),A.DNE(33,zc,2,0,"th",23)(34,kc,4,4,"td",24),A.bVm(),A.qex(35,25),A.DNE(36,Hc,2,0,"th",23)(37,jc,4,4,"td",24),A.bVm(),A.qex(38,26),A.DNE(39,Oc,2,0,"th",23)(40,Jc,2,1,"td",24),A.bVm(),A.qex(41,27),A.DNE(42,_c,2,0,"th",23)(43,Vc,2,1,"td",24),A.bVm(),A.qex(44,28),A.DNE(45,Wc,2,0,"th",29)(46,Kc,4,3,"td",24),A.bVm(),A.qex(47,30),A.DNE(48,Xc,2,0,"th",29)(49,Zc,4,3,"td",24),A.bVm(),A.qex(50,31),A.DNE(51,qc,3,0,"th",32)(52,$c,3,0,"td",33),A.bVm(),A.DNE(53,AB,1,0,"tr",34)(54,eB,1,0,"tr",35),A.k0s()()()}2&o&&(A.R7$(4),A.Y8G("icon",r.faExclamationTriangle),A.R7$(6),A.R50("ngModel",r.destinationPubkey),A.R7$(2),A.Y8G("ngIf",!r.destinationPubkey),A.R7$(4),A.Y8G("step",1e3)("min",0),A.R50("ngModel",r.amount),A.R7$(),A.Y8G("ngIf",!r.amount),A.R7$(8),A.Y8G("icon",r.faRoute),A.R7$(4),A.Y8G("ngIf",!0===r.flgLoading[0]),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.qrHops)("ngClass",A.eq3(15,Pc,"error"===r.flgLoading[0])),A.R7$(23),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns))},dependencies:[Ee.YU,Ee.bT,Ee.B3,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.vS,gA.cV,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,KA.TL,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.KS,L.$R,L.YZ,L.NB,wA.Ld,CA.V,Ee.QX],encapsulation:2}))}return n(),l})();function nB(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Message is required."),A.k0s())}let iB=(()=>{var n;class l{constructor(i,o,r){this.dataService=i,this.snackBar=o,this.logger=r,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new B.B,new B.B]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.signedMessage=this.message,this.signature=i.zbase})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(i){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+i)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Rt.u),A.rXU(bs.UG),A.rXU(N.gP))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-sign"]],standalone:!1,decls:22,vars:4,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","start center",1,"signature-box","bordered-box","read-only"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"copied","payload"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"form",2,0)(3,"mat-form-field",3)(4,"mat-label"),A.EFF(5,"Message to sign"),A.k0s(),A.j41(6,"textarea",4),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.message,Ae)||(r.message=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onMessageChange())}),A.k0s(),A.DNE(7,nB,2,0,"mat-error",5),A.k0s(),A.j41(8,"div",6)(9,"button",7),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(10,"Clear Field"),A.k0s(),A.j41(11,"button",8),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onSign())}),A.EFF(12,"Sign"),A.k0s()(),A.nrm(13,"mat-divider",9),A.j41(14,"div",10)(15,"p"),A.EFF(16,"Generated Signature"),A.k0s()(),A.j41(17,"div",11),A.EFF(18),A.k0s(),A.j41(19,"div",12)(20,"button",13),A.bIt("copied",function(Ae){return E.eBV(nA),E.Njj(r.onCopyField(Ae))}),A.EFF(21,"Copy Signature"),A.k0s()()()()}2&o&&(A.R7$(6),A.R50("ngModel",r.message),A.R7$(),A.Y8G("ngIf",!r.message),A.R7$(11),A.JRh(r.signature),A.R7$(2),A.Y8G("payload",r.signature))},dependencies:[Ee.bT,gA.qT,gA.me,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,JA.$z,Be.fg,KA.rl,KA.nJ,KA.TL,$t.q,D.DJ,D.sA,D.UI,Xi.U,kA.N],styles:[".signature-box[_ngcontent-%COMP%]{padding:1rem}"]}))}return n(),l})();function sB(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Message is required."),A.k0s())}function rB(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Signature is required."),A.k0s())}function aB(n,l){1&n&&(A.j41(0,"p",13)(1,"mat-icon",14),A.EFF(2,"close"),A.k0s(),A.EFF(3,"Verification failed, please check message and signature"),A.k0s())}function oB(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Pubkey Used"),A.k0s())}function lB(n,l){if(1&n&&(A.j41(0,"div",20)(1,"p"),A.EFF(2),A.k0s()()),2&n){const e=A.XpG(2);A.R7$(2),A.JRh(null==e.verifyRes?null:e.verifyRes.pubkey)}}function cB(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",21)(1,"button",22),A.bIt("copied",function(o){E.eBV(e);const r=A.XpG(2);return E.Njj(r.onCopyField(o))}),A.EFF(2,"Copy Pubkey"),A.k0s()()}if(2&n){const e=A.XpG(2);A.R7$(),A.Y8G("payload",null==e.verifyRes?null:e.verifyRes.pubkey)}}function BB(n,l){if(1&n&&(A.j41(0,"div",15),A.nrm(1,"mat-divider",16),A.j41(2,"div",17),A.DNE(3,oB,2,0,"p",6),A.k0s(),A.DNE(4,lB,3,1,"div",18)(5,cB,3,1,"div",19),A.k0s()),2&n){const e=A.XpG();A.R7$(3),A.Y8G("ngIf",e.verifyRes.verified),A.R7$(),A.Y8G("ngIf",e.verifyRes.verified),A.R7$(),A.Y8G("ngIf",e.verifyRes.verified)}}let gB=(()=>{var n;class l{constructor(i,o,r){this.dataService=i,this.snackBar=o,this.logger=r,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",verified:null},this.unSubs=[new B.B,new B.B]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.verifyRes=i,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",verified:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(i){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+i)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Rt.u),A.rXU(bs.UG),A.rXU(N.gP))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-verify"]],standalone:!1,decls:21,vars:6,consts:[["form","ngForm"],["sign","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","signature","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"copied","payload"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",2)(1,"form",3,0)(3,"mat-form-field",4)(4,"mat-label"),A.EFF(5,"Message to verify"),A.k0s(),A.j41(6,"textarea",5),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.message,Ae)||(r.message=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onChange())}),A.k0s(),A.DNE(7,sB,2,0,"mat-error",6),A.k0s(),A.j41(8,"mat-form-field",4)(9,"mat-label"),A.EFF(10,"Signature provided"),A.k0s(),A.j41(11,"input",7,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.signature,Ae)||(r.signature=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onChange())}),A.k0s(),A.DNE(13,rB,2,0,"mat-error",6),A.k0s(),A.DNE(14,aB,4,0,"p",8),A.j41(15,"div",9)(16,"button",10),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(17,"Clear Fields"),A.k0s(),A.j41(18,"button",11),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onVerify())}),A.EFF(19,"Verify"),A.k0s()(),A.DNE(20,BB,6,3,"div",12),A.k0s()()}2&o&&(A.R7$(6),A.R50("ngModel",r.message),A.R7$(),A.Y8G("ngIf",!r.message),A.R7$(4),A.R50("ngModel",r.signature),A.R7$(2),A.Y8G("ngIf",!r.signature),A.R7$(),A.Y8G("ngIf",r.showVerifyStatus&&!r.verifyRes.verified),A.R7$(6),A.Y8G("ngIf",r.showVerifyStatus&&r.verifyRes.verified))},dependencies:[Ee.bT,gA.qT,gA.me,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,JA.$z,G.An,Be.fg,KA.rl,KA.nJ,KA.TL,$t.q,D.DJ,D.sA,D.UI,Xi.U,kA.N],encapsulation:2}))}return n(),l})();const fB=()=>["all"],uB=()=>["no_event"],d0=n=>({width:n}),EB=n=>({"display-none":n});function hB(n,l){if(1&n&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.JRh(e.errorMessage)}}function wB(n,l){if(1&n&&(A.j41(0,"mat-option",14),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function CB(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",7),A.nrm(1,"div",8),A.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),A.EFF(5,"Filter By"),A.k0s(),A.j41(6,"mat-select",11),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilterBy,o)||(r.selFilterBy=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return o.selFilter="",E.Njj(o.applyFilter())}),A.j41(7,"perfect-scrollbar"),A.DNE(8,wB,2,2,"mat-option",12),A.k0s()()(),A.j41(9,"mat-form-field",10)(10,"mat-label"),A.EFF(11,"Filter"),A.k0s(),A.j41(12,"input",13),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilter,o)||(r.selFilter=o),E.Njj(o)}),A.bIt("input",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())})("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())}),A.k0s()()()()}if(2&n){const e=A.XpG();A.R7$(6),A.R50("ngModel",e.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(3,fB).concat(e.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",e.selFilter)}}function dB(n,l){1&n&&A.nrm(0,"mat-progress-bar",39)}function QB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Received Time"),A.k0s())}function mB(n,l){if(1&n&&(A.j41(0,"td",41),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.received_time),"dd/MMM/y HH:mm"))}}function MB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Resolved Time"),A.k0s())}function pB(n,l){if(1&n&&(A.j41(0,"td",41),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.resolved_time),"dd/MMM/y HH:mm"))}}function DB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"In Channel ID"),A.k0s())}function IB(n,l){if(1&n&&(A.j41(0,"td",41),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.in_channel)}}function FB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"In Channel"),A.k0s())}function xB(n,l){if(1&n&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,d0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.in_channel_alias)}}function yB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Out Channel ID"),A.k0s())}function YB(n,l){if(1&n&&(A.j41(0,"td",41),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.out_channel)}}function vB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Out Channel"),A.k0s())}function bB(n,l){if(1&n&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,d0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.out_channel_alias)}}function RB(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Payment Hash"),A.k0s())}function SB(n,l){if(1&n&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,d0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.payment_hash)}}function NB(n,l){1&n&&(A.j41(0,"th",44),A.EFF(1,"Amount In (Sats)"),A.k0s())}function TB(n,l){if(1&n&&(A.j41(0,"td",41)(1,"span",45),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.in_msat)/1e3,(null==e?null:e.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function PB(n,l){1&n&&(A.j41(0,"th",44),A.EFF(1,"Amount Out (Sats)"),A.k0s())}function UB(n,l){if(1&n&&(A.j41(0,"td",41)(1,"span",45),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.out_msat)/1e3,(null==e?null:e.out_msat)<1e3?"1.0-4":"1.0-0")," ")}}function GB(n,l){1&n&&(A.j41(0,"th",44),A.EFF(1,"Fee (mSat)"),A.k0s())}function LB(n,l){if(1&n&&(A.j41(0,"span",45),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==e?null:e.fee)," ")}}function zB(n,l){if(1&n&&(A.j41(0,"span",45),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==e?null:e.fee_msat)," ")}}function kB(n,l){if(1&n&&(A.j41(0,"td",41),A.DNE(1,LB,3,3,"span",46)(2,zB,3,3,"span",46),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",null==e?null:e.fee),A.R7$(),A.Y8G("ngIf",!(null!=e&&e.fee)&&(null==e?null:e.fee_msat))}}function HB(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function jB(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",51)(1,"button",52),A.bIt("click",function(o){const r=E.eBV(e).$implicit,nA=A.XpG(2);return E.Njj(nA.onForwardingEventClick(r,o))}),A.EFF(2,"View Info"),A.k0s()()}}function OB(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No forwarding history available."),A.k0s())}function JB(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting forwarding history..."),A.k0s())}function _B(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function VB(n,l){if(1&n&&(A.j41(0,"td",53),A.DNE(1,OB,2,0,"p",54)(2,JB,2,0,"p",54)(3,_B,2,1,"p",54),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.forwardingHistoryEvents&&e.forwardingHistoryEvents.data)||(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function WB(n,l){if(1&n&&A.nrm(0,"tr",55),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,EB,(null==e.forwardingHistoryEvents?null:e.forwardingHistoryEvents.data)&&(null==e.forwardingHistoryEvents||null==e.forwardingHistoryEvents.data?null:e.forwardingHistoryEvents.data.length)>0))}}function KB(n,l){1&n&&A.nrm(0,"tr",56)}function XB(n,l){1&n&&A.nrm(0,"tr",57)}function ZB(n,l){if(1&n&&(A.j41(0,"div",15),A.DNE(1,dB,1,0,"mat-progress-bar",16),A.j41(2,"table",17,0),A.qex(4,18),A.DNE(5,QB,2,0,"th",19)(6,mB,3,4,"td",20),A.bVm(),A.qex(7,21),A.DNE(8,MB,2,0,"th",19)(9,pB,3,4,"td",20),A.bVm(),A.qex(10,22),A.DNE(11,DB,2,0,"th",19)(12,IB,2,1,"td",20),A.bVm(),A.qex(13,23),A.DNE(14,FB,2,0,"th",19)(15,xB,4,4,"td",20),A.bVm(),A.qex(16,24),A.DNE(17,yB,2,0,"th",19)(18,YB,2,1,"td",20),A.bVm(),A.qex(19,25),A.DNE(20,vB,2,0,"th",19)(21,bB,4,4,"td",20),A.bVm(),A.qex(22,26),A.DNE(23,RB,2,0,"th",19)(24,SB,4,4,"td",20),A.bVm(),A.qex(25,27),A.DNE(26,NB,2,0,"th",28)(27,TB,4,4,"td",20),A.bVm(),A.qex(28,29),A.DNE(29,PB,2,0,"th",28)(30,UB,4,4,"td",20),A.bVm(),A.qex(31,30),A.DNE(32,GB,2,0,"th",28)(33,kB,3,2,"td",20),A.bVm(),A.qex(34,31),A.DNE(35,HB,6,0,"th",32)(36,jB,3,0,"td",33),A.bVm(),A.qex(37,34),A.DNE(38,VB,4,3,"td",35),A.bVm(),A.DNE(39,WB,1,3,"tr",36)(40,KB,1,0,"tr",37)(41,XB,1,0,"tr",38),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.forwardingHistoryEvents),A.R7$(37),A.Y8G("matFooterRowDef",A.lJ4(7,uB)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)}}function qB(n,l){if(1&n&&A.nrm(0,"mat-paginator",58),2&n){const e=A.XpG();A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let N0=(()=>{var n;class l{constructor(i,o,r,nA,WA){this.logger=i,this.commonService=o,this.store=r,this.datePipe=nA,this.camelCaseWithReplace=WA,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:c.md,sortBy:"received_time",sortOrder:c.oi.DESCENDING},this.successfulEvents=[],this.displayedColumns=[],this.forwardingHistoryEvents=new L.I6([]),this.totalForwardedTransactions=0,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(i){i.eventsData&&(this.apiCallStatus={status:c.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=i.eventsData.currentValue,this.successfulEvents=this.eventsData,this.totalForwardedTransactions=this.eventsData.length,this.paginator&&this.paginator.firstPage(),i.eventsData.firstChange||this.loadForwardingEventsTable(this.successfulEvents)),i.selFilter&&!i.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=i.pageSettings.find(o=>o.pageId===this.pageId)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.pageId)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.pipe((0,Gt.s)(1)).subscribe(i=>{i.cln.apisCallStatus.FetchForwardingHistoryS.status===c.wn.UN_INITIATED&&!i.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,xA.uK)({payload:{status:c.xk.SETTLED}}))}),this.store.select(U.Ie).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.eventsData.length<=0&&i.forwardingHistory.listForwards&&(this.totalForwardedTransactions=i.forwardingHistory.totalForwards||0,this.successfulEvents=i.forwardingHistory.listForwards||[],this.successfulEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.successfulEvents),this.logger.info(i))})}ngAfterViewInit(){setTimeout(()=>{this.successfulEvents.length>0&&this.loadForwardingEventsTable(this.successfulEvents)},0)}onForwardingEventClick(i,o){const r=[[{key:"status",value:"Settled",title:"Status",width:50,type:c.UN.STRING},{key:"fee",value:i.fee_msat,title:"Fee (mSats)",width:50,type:c.UN.NUMBER}],[{key:"received_time",value:i.received_time,title:"Received Time",width:50,type:c.UN.DATE_TIME},{key:"resolved_time",value:i.resolved_time,title:"Resolved Time",width:50,type:c.UN.DATE_TIME}],[{key:"in_channel",value:i.in_channel_alias,title:"Inbound Channel",width:50,type:c.UN.STRING},{key:"out_channel",value:i.out_channel_alias,title:"Outbound Channel",width:50,type:c.UN.STRING}],[{key:"in_msatoshi",value:i.in_msat,title:"In (mSats)",width:50,type:c.UN.NUMBER},{key:"out_msatoshi",value:i.out_msat,title:"Out (mSats)",width:50,type:c.UN.NUMBER}]];i.payment_hash&&r.unshift([{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}]),this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Event Information",message:r}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(i){const o=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.received_time?this.datePipe.transform(new Date(1e3*i.received_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(i.resolved_time?this.datePipe.transform(new Date(1e3*i.resolved_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(i.in_channel?i.in_channel.toLowerCase()+" ":"")+(i.out_channel?i.out_channel.toLowerCase()+" ":"")+(i.in_channel_alias?i.in_channel_alias.toLowerCase()+" ":"")+(i.out_channel_alias?i.out_channel_alias.toLowerCase()+" ":"")+(i.in_msat?+i.in_msat/1e3+" ":"")+(i.out_msat?+i.out_msat/1e3+" ":"")+(i.fee_msat?i.fee_msat+" ":"");break;case"received_time":case"resolved_time":r=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":r=(+(i.fee_msat||0)).toString()||"";break;case"in_msatoshi":r=(+(i.in_msat||0)/1e3).toString()||"";break;case"out_msatoshi":r=(+(i.out_msat||0)/1e3).toString()||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return r.includes(o)}}loadForwardingEventsTable(i){this.forwardingHistoryEvents=new L.I6([...i]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(o,r)=>{switch(r){case"in_msatoshi":return o.in_msat;case"out_msatoshi":return o.out_msat;case"fee":return o.fee_msat;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(Ee.vh),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-forwarding-history"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Events")}]),A.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","hidePageSize",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","resolved_time"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","payment_hash"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","out_msatoshi"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"]],template:function(o,r){1&o&&(A.j41(0,"div",1),A.DNE(1,hB,2,1,"div",2)(2,CB,13,4,"div",3)(3,ZB,42,8,"div",4)(4,qB,1,3,"mat-paginator",5),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",""!==r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.vh],encapsulation:2}))}return n(),l})();const $B=()=>["all"],Ag=()=>["no_event"],T0=n=>({width:n}),eg=n=>({"display-none":n});function tg(n,l){if(1&n&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.JRh(e.errorMessage)}}function ng(n,l){if(1&n&&(A.j41(0,"mat-option",17),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function ig(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",7)(1,"div",8),A.nrm(2,"fa-icon",9),A.j41(3,"span"),A.EFF(4,"Maximum 1,000 failed transactions only."),A.k0s()(),A.j41(5,"div",10),A.nrm(6,"div",11),A.j41(7,"div",12)(8,"mat-form-field",13)(9,"mat-label"),A.EFF(10,"Filter By"),A.k0s(),A.j41(11,"mat-select",14),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilterBy,o)||(r.selFilterBy=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return o.selFilter="",E.Njj(o.applyFilter())}),A.j41(12,"perfect-scrollbar"),A.DNE(13,ng,2,2,"mat-option",15),A.k0s()()(),A.j41(14,"mat-form-field",13)(15,"mat-label"),A.EFF(16,"Filter"),A.k0s(),A.j41(17,"input",16),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilter,o)||(r.selFilter=o),E.Njj(o)}),A.bIt("input",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())})("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())}),A.k0s()()()()()}if(2&n){const e=A.XpG();A.R7$(2),A.Y8G("icon",e.faExclamationTriangle),A.R7$(9),A.R50("ngModel",e.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(4,$B).concat(e.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",e.selFilter)}}function sg(n,l){1&n&&A.nrm(0,"mat-progress-bar",41)}function rg(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Received Time"),A.k0s())}function ag(n,l){if(1&n&&(A.j41(0,"td",43),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.received_time),"dd/MMM/y HH:mm"))}}function og(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Resolved Time"),A.k0s())}function lg(n,l){if(1&n&&(A.j41(0,"td",43),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.resolved_time),"dd/MMM/y HH:mm"))}}function cg(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"In Channel ID"),A.k0s())}function Bg(n,l){if(1&n&&(A.j41(0,"td",43),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.in_channel)}}function gg(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"In Channel"),A.k0s())}function fg(n,l){if(1&n&&(A.j41(0,"td",43)(1,"span",44)(2,"span",45),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,T0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.in_channel_alias)}}function ug(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Out Channel ID"),A.k0s())}function Eg(n,l){if(1&n&&(A.j41(0,"td",43),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.out_channel)}}function hg(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Out Channel"),A.k0s())}function wg(n,l){if(1&n&&(A.j41(0,"td",43)(1,"span",44)(2,"span",45),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,T0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.out_channel_alias)}}function Cg(n,l){1&n&&(A.j41(0,"th",46),A.EFF(1,"Amount In (Sats)"),A.k0s())}function dg(n,l){if(1&n&&(A.j41(0,"td",43)(1,"span",47),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.in_msat)/1e3,(null==e?null:e.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Qg(n,l){1&n&&(A.j41(0,"th",46),A.EFF(1,"Amount Out (Sats)"),A.k0s())}function mg(n,l){if(1&n&&(A.j41(0,"td",43)(1,"span",47),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.out_msat)/1e3,(null==e?null:e.out_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Mg(n,l){1&n&&(A.j41(0,"th",46),A.EFF(1,"Fee (mSat)"),A.k0s())}function pg(n,l){if(1&n&&(A.j41(0,"span",47),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==e?null:e.fee,"1.0-0")," ")}}function Dg(n,l){if(1&n&&(A.j41(0,"span",47),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==e?null:e.fee_msat,"1.0-0")," ")}}function Ig(n,l){if(1&n&&(A.j41(0,"td",43),A.DNE(1,pg,3,4,"span",48)(2,Dg,3,4,"span",48),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",null==e?null:e.fee),A.R7$(),A.Y8G("ngIf",!(null!=e&&e.fee)&&(null==e?null:e.fee_msat))}}function Fg(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",49)(1,"div",50)(2,"mat-select",51),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",52),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function xg(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",53)(1,"button",54),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onFailedEventClick(o))}),A.EFF(2,"View Info"),A.k0s()()}}function yg(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No failed transaction available."),A.k0s())}function Yg(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting failed transactions..."),A.k0s())}function vg(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function bg(n,l){if(1&n&&(A.j41(0,"td",55),A.DNE(1,yg,2,0,"p",56)(2,Yg,2,0,"p",56)(3,vg,2,1,"p",56),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.failedForwardingEvents&&e.failedForwardingEvents.data)||(null==e.failedForwardingEvents||null==e.failedForwardingEvents.data?null:e.failedForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.failedForwardingEvents&&e.failedForwardingEvents.data)||(null==e.failedForwardingEvents||null==e.failedForwardingEvents.data?null:e.failedForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.failedForwardingEvents&&e.failedForwardingEvents.data)||(null==e.failedForwardingEvents||null==e.failedForwardingEvents.data?null:e.failedForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function Rg(n,l){if(1&n&&A.nrm(0,"tr",57),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,eg,(null==e.failedForwardingEvents?null:e.failedForwardingEvents.data)&&(null==e.failedForwardingEvents||null==e.failedForwardingEvents.data?null:e.failedForwardingEvents.data.length)>0))}}function Sg(n,l){1&n&&A.nrm(0,"tr",58)}function Ng(n,l){1&n&&A.nrm(0,"tr",59)}function Tg(n,l){if(1&n&&(A.j41(0,"div",18),A.DNE(1,sg,1,0,"mat-progress-bar",19),A.j41(2,"table",20,0),A.qex(4,21),A.DNE(5,rg,2,0,"th",22)(6,ag,3,4,"td",23),A.bVm(),A.qex(7,24),A.DNE(8,og,2,0,"th",22)(9,lg,3,4,"td",23),A.bVm(),A.qex(10,25),A.DNE(11,cg,2,0,"th",22)(12,Bg,2,1,"td",23),A.bVm(),A.qex(13,26),A.DNE(14,gg,2,0,"th",22)(15,fg,4,4,"td",23),A.bVm(),A.qex(16,27),A.DNE(17,ug,2,0,"th",22)(18,Eg,2,1,"td",23),A.bVm(),A.qex(19,28),A.DNE(20,hg,2,0,"th",22)(21,wg,4,4,"td",23),A.bVm(),A.qex(22,29),A.DNE(23,Cg,2,0,"th",30)(24,dg,4,4,"td",23),A.bVm(),A.qex(25,31),A.DNE(26,Qg,2,0,"th",30)(27,mg,4,4,"td",23),A.bVm(),A.qex(28,32),A.DNE(29,Mg,2,0,"th",30)(30,Ig,3,2,"td",23),A.bVm(),A.qex(31,33),A.DNE(32,Fg,6,0,"th",34)(33,xg,3,0,"td",35),A.bVm(),A.qex(34,36),A.DNE(35,bg,4,3,"td",37),A.bVm(),A.DNE(36,Rg,1,3,"tr",38)(37,Sg,1,0,"tr",39)(38,Ng,1,0,"tr",40),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.failedForwardingEvents),A.R7$(34),A.Y8G("matFooterRowDef",A.lJ4(7,Ag)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)}}function Pg(n,l){if(1&n&&A.nrm(0,"mat-paginator",60),2&n){const e=A.XpG();A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let Ug=(()=>{var n;class l{constructor(i,o,r,nA,WA){this.logger=i,this.commonService=o,this.store=r,this.datePipe=nA,this.camelCaseWithReplace=WA,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"failed",recordsPerPage:c.md,sortBy:"received_time",sortOrder:c.oi.DESCENDING},this.faExclamationTriangle=d.zpE,this.failedEvents=[],this.errorMessage="",this.displayedColumns=[],this.failedForwardingEvents=new L.I6([]),this.selFilter="",this.totalFailedTransactions=0,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,xA.uK)({payload:{status:c.xk.FAILED}})),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.Dv).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalFailedTransactions=i.failedForwardingHistory.totalForwards||0,this.failedEvents=i.failedForwardingHistory.listForwards||[],this.failedEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadFailedEventsTable(this.failedEvents),this.logger.info(i)})}ngAfterViewInit(){this.failedEvents.length>0&&this.loadFailedEventsTable(this.failedEvents)}onFailedEventClick(i){const o=[[{key:"received_time",value:i.received_time,title:"Received Time",width:50,type:c.UN.DATE_TIME},{key:"resolved_time",value:i.resolved_time,title:"Resolved Time",width:50,type:c.UN.DATE_TIME}],[{key:"in_channel_alias",value:i.in_channel_alias,title:"Inbound Channel",width:50,type:c.UN.STRING},{key:"out_channel_alias",value:i.out_channel_alias,title:"Outbound Channel",width:50,type:c.UN.STRING}],[{key:"in_msatoshi",value:i.in_msat,title:"Amount In (mSats)",width:33,type:c.UN.NUMBER},{key:"out_msatoshi",value:i.out_msat,title:"Amount Out (mSats)",width:33,type:c.UN.NUMBER},{key:"fee",value:i.fee_msat,title:"Fee (mSats)",width:34,type:c.UN.NUMBER}]];i.payment_hash&&o?.unshift([{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}]),this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Failed Event Information",message:o}}}))}applyFilter(){this.failedForwardingEvents.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.failedForwardingEvents.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.received_time?this.datePipe.transform(new Date(1e3*i.received_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(i.resolved_time?this.datePipe.transform(new Date(1e3*i.resolved_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(i.in_channel?i.in_channel.toLowerCase()+" ":"")+(i.out_channel?i.out_channel.toLowerCase()+" ":"")+(i.in_channel_alias?i.in_channel_alias.toLowerCase()+" ":"")+(i.out_channel_alias?i.out_channel_alias.toLowerCase()+" ":"")+(i.fee_msat?i.fee_msat+" ":"")+(i.in_msat?+i.in_msat/1e3+" ":"")+(i.out_msat?+i.out_msat/1e3+" ":"")+(i.fee_msat?i.fee_msat+" ":"");break;case"received_time":case"resolved_time":r=this.datePipe.transform(new Date(1e3*(i[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":r=(i.fee_msat||0)?.toString()||"";break;case"in_msatoshi":r=(+(i.in_msat||0)/1e3).toString()||"";break;case"out_msatoshi":r=(+(i.out_msat||0)/1e3).toString()||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return r.includes(o)}}loadFailedEventsTable(i){this.failedForwardingEvents=new L.I6([...i]),this.failedForwardingEvents.sort=this.sort,this.failedForwardingEvents.sortingDataAccessor=(o,r)=>{switch(r){case"in_msatoshi":return o.in_msat;case"out_msatoshi":return o.out_msat;case"fee":return o.fee_msat;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.failedForwardingEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.failedForwardingEvents)}onDownloadCSV(){this.failedForwardingEvents&&this.failedForwardingEvents.data&&this.failedForwardingEvents.data.length>0&&this.commonService.downloadFile(this.failedForwardingEvents.data,"Failed-transactions")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(Ee.vh),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-failed-history"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Failed events")}])],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","hidePageSize",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-warn","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","resolved_time"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","out_msatoshi"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"]],template:function(o,r){1&o&&(A.j41(0,"div",1),A.DNE(1,tg,2,1,"div",2)(2,ig,18,5,"div",3)(3,Tg,39,8,"div",4)(4,Pg,1,3,"mat-paginator",5),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",""!==r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.vh],encapsulation:2}))}return n(),l})();const Gg=["tableIn"],Lg=["tableOut"],zg=["paginatorIn"],kg=["paginatorOut"],Hg=(n,l)=>({"mt-2":n,"mt-1":l}),jg=()=>["no_incoming_event"],Og=n=>({"mt-2":n}),Jg=()=>["no_outgoing_event"],da=n=>({width:n}),P0=n=>({"display-none":n});function _g(n,l){if(1&n&&(A.j41(0,"div",7),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.JRh(e.errorMessage)}}function Vg(n,l){1&n&&A.nrm(0,"mat-progress-bar",34)}function Wg(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Channel ID"),A.k0s())}function Kg(n,l){if(1&n&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,da,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.channel_id)}}function Xg(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Peer Alias"),A.k0s())}function Zg(n,l){if(1&n&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,da,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.alias)}}function qg(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Events"),A.k0s())}function $g(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,e.events))}}function Af(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Amount (Sats)"),A.k0s())}function ef(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.total_amount)/1e3,(null==e?null:e.total_amount)<1e3?"1.0-4":"1.0-0"))}}function tf(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Fee (Sats)"),A.k0s())}function nf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.total_fee)/1e3,(null==e?null:e.total_fee)<1e3?"1.0-4":"1.0-0"))}}function sf(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No incoming routing peer available."),A.k0s())}function rf(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting incoming routing peers..."),A.k0s())}function af(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function of(n,l){if(1&n&&(A.j41(0,"td",41),A.DNE(1,sf,2,0,"p",42)(2,rf,2,0,"p",42)(3,af,2,1,"p",42),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersIncoming&&e.routingPeersIncoming.data)||(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function lf(n,l){if(1&n&&A.nrm(0,"tr",43),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,P0,(null==e.routingPeersIncoming?null:e.routingPeersIncoming.data)&&(null==e.routingPeersIncoming||null==e.routingPeersIncoming.data?null:e.routingPeersIncoming.data.length)>0))}}function cf(n,l){1&n&&A.nrm(0,"tr",44)}function Bf(n,l){1&n&&A.nrm(0,"tr",45)}function gf(n,l){1&n&&A.nrm(0,"mat-progress-bar",34)}function ff(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Channel ID"),A.k0s())}function uf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,da,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.channel_id)}}function Ef(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Peer Alias"),A.k0s())}function hf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,da,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.alias)}}function wf(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Events"),A.k0s())}function Cf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,e.events))}}function df(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Amount (Sats)"),A.k0s())}function Qf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.total_amount)/1e3,(null==e?null:e.total_amount)<1e3?"1.0-4":"1.0-0"))}}function mf(n,l){1&n&&(A.j41(0,"th",39),A.EFF(1,"Fee (Sats)"),A.k0s())}function Mf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==e?null:e.total_fee)/1e3,(null==e?null:e.total_fee)<1e3?"1.0-4":"1.0-0"))}}function pf(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No outgoing routing peer available."),A.k0s())}function Df(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting outgoing routing peers..."),A.k0s())}function If(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function Ff(n,l){if(1&n&&(A.j41(0,"td",41),A.DNE(1,pf,2,0,"p",42)(2,Df,2,0,"p",42)(3,If,2,1,"p",42),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.routingPeersOutgoing&&e.routingPeersOutgoing.data)||(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function xf(n,l){if(1&n&&A.nrm(0,"tr",43),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,P0,(null==e.routingPeersOutgoing?null:e.routingPeersOutgoing.data)&&(null==e.routingPeersOutgoing||null==e.routingPeersOutgoing.data?null:e.routingPeersOutgoing.data.length)>0))}}function yf(n,l){1&n&&A.nrm(0,"tr",44)}function Yf(n,l){1&n&&A.nrm(0,"tr",45)}function vf(n,l){if(1&n&&(A.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),A.EFF(4,"Incoming"),A.k0s(),A.nrm(5,"div",12),A.k0s(),A.j41(6,"div",13),A.DNE(7,Vg,1,0,"mat-progress-bar",14),A.j41(8,"table",15,0),A.qex(10,16),A.DNE(11,Wg,2,0,"th",17)(12,Kg,4,4,"td",18),A.bVm(),A.qex(13,19),A.DNE(14,Xg,2,0,"th",17)(15,Zg,4,4,"td",18),A.bVm(),A.qex(16,20),A.DNE(17,qg,2,0,"th",21)(18,$g,4,3,"td",18),A.bVm(),A.qex(19,22),A.DNE(20,Af,2,0,"th",21)(21,ef,4,4,"td",18),A.bVm(),A.qex(22,23),A.DNE(23,tf,2,0,"th",21)(24,nf,4,4,"td",18),A.bVm(),A.qex(25,24),A.DNE(26,of,4,3,"td",25),A.bVm(),A.DNE(27,lf,1,3,"tr",26)(28,cf,1,0,"tr",27)(29,Bf,1,0,"tr",28),A.k0s()(),A.nrm(30,"mat-paginator",29,1),A.k0s(),A.j41(32,"div",30)(33,"div",10)(34,"div",11),A.EFF(35,"Outgoing"),A.k0s(),A.nrm(36,"div",12),A.k0s(),A.j41(37,"div",31),A.DNE(38,gf,1,0,"mat-progress-bar",14),A.j41(39,"table",32,2),A.qex(41,16),A.DNE(42,ff,2,0,"th",17)(43,uf,4,4,"td",18),A.bVm(),A.qex(44,19),A.DNE(45,Ef,2,0,"th",17)(46,hf,4,4,"td",18),A.bVm(),A.qex(47,20),A.DNE(48,wf,2,0,"th",21)(49,Cf,4,3,"td",18),A.bVm(),A.qex(50,22),A.DNE(51,df,2,0,"th",21)(52,Qf,4,4,"td",18),A.bVm(),A.qex(53,23),A.DNE(54,mf,2,0,"th",21)(55,Mf,4,4,"td",18),A.bVm(),A.qex(56,33),A.DNE(57,Ff,4,3,"td",25),A.bVm(),A.DNE(58,xf,1,3,"tr",26)(59,yf,1,0,"tr",27)(60,Yf,1,0,"tr",28),A.k0s(),A.nrm(61,"mat-paginator",29,3),A.k0s()()()),2&n){const e=A.XpG();A.R7$(2),A.Y8G("ngClass",A.l_i(22,Hg,e.screenSize===e.screenSizeEnum.XS,e.screenSize===e.screenSizeEnum.SM)),A.R7$(5),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersIncoming),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(25,jg)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns),A.R7$(),A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS),A.R7$(3),A.Y8G("ngClass",A.eq3(26,Og,e.screenSize!==e.screenSizeEnum.LG)),A.R7$(5),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.routingPeersOutgoing),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(28,Jg)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns),A.R7$(),A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let bf=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.commonService=o,this.store=r,this.camelCaseWithReplace=nA,this.eventsData=[],this.selFilter="",this.nodePageDefs=c.Jd,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:c.md,sortBy:"total_fee",sortOrder:c.oi.DESCENDING},this.successfulEvents=[],this.displayedColumns=[],this.routingPeersIncoming=new L.I6([]),this.routingPeersOutgoing=new L.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(i){i.eventsData&&(this.apiCallStatus={status:c.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=i.eventsData.currentValue,this.successfulEvents=this.eventsData,i.eventsData.firstChange||this.loadRoutingPeersTable(this.successfulEvents))}ngOnInit(){this.store.pipe((0,Gt.s)(1)).subscribe(i=>{i.cln.apisCallStatus.FetchForwardingHistoryS.status===c.wn.UN_INITIATED&&!i.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,xA.uK)({payload:{status:c.xk.SETTLED}}))}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.Ie).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.successfulEvents=i.forwardingHistory.listForwards||[],this.successfulEvents.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.successfulEvents),this.logger.info(i))})}ngAfterViewInit(){this.successfulEvents.length>0&&this.loadRoutingPeersTable(this.successfulEvents)}applyIncomingFilter(){this.routingPeersIncoming.filter=this.filterIn.toLowerCase()}applyOutgoingFilter(){this.routingPeersOutgoing.filter=this.filterOut.toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):"all"}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(i,o)=>JSON.stringify(i).toLowerCase().includes(o),this.routingPeersOutgoing.filterPredicate=(i,o)=>JSON.stringify(i).toLowerCase().includes(o)}loadRoutingPeersTable(i){if(i.length>0){const o=this.groupRoutingPeers(i);this.routingPeersIncoming=new L.I6(o[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new L.I6(o[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new L.I6([]),this.routingPeersOutgoing=new L.I6([]);this.setFilterPredicate(),this.applyIncomingFilter(),this.applyOutgoingFilter(),this.logger.info(this.routingPeersIncoming),this.logger.info(this.routingPeersOutgoing)}groupRoutingPeers(i){const o=[],r=[];return i.forEach(nA=>{const WA=o?.find(mn=>mn.channel_id===nA.in_channel),Ae=r?.find(mn=>mn.channel_id===nA.out_channel);WA?(WA.events++,WA.total_amount=+WA.total_amount+ +(nA.in_msat||0),WA.total_fee=+(nA.in_msat||0)-+(nA.out_msat||0)+ +WA.total_fee):o.push({channel_id:nA.in_channel,alias:nA.in_channel_alias,events:1,total_amount:+(nA.in_msat||0),total_fee:+(nA.in_msat||0)-+(nA.out_msat||0)}),Ae?(Ae.events++,Ae.total_amount=+Ae.total_amount+ +(nA.out_msat||0),Ae.total_fee=+(nA.in_msat||0)-+(nA.out_msat||0)+ +Ae.total_fee):r.push({channel_id:nA.out_channel,alias:nA.out_channel_alias,events:1,total_amount:+(nA.out_msat||0),total_fee:+(nA.in_msat||0)-+(nA.out_msat||0)})}),[this.commonService.sortDescByKey(o,"total_fee"),this.commonService.sortDescByKey(r,"total_fee")]}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-routing-peers"]],viewQuery:function(o,r){if(1&o&&(A.GBs(Gg,5,BA.B4),A.GBs(Lg,5,BA.B4),A.GBs(zg,5),A.GBs(kg,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sortIn=nA.first),A.mGM(nA=A.lsd())&&(r.sortOut=nA.first),A.mGM(nA=A.lsd())&&(r.paginatorIn=nA.first),A.mGM(nA=A.lsd())&&(r.paginatorOut=nA.first)}},inputs:{eventsData:"eventsData",selFilter:"selFilter"},standalone:!1,features:[A.Jv_([{provide:b.xX,useValue:(0,c.on)("Peers")}]),A.OA$],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","channel_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_amount"],["matColumnDef","total_fee"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],["fxLayout","column","fxFlex","49","fxLayoutAlign","end stretch"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){1&o&&(A.j41(0,"div",4),A.DNE(1,_g,2,1,"div",5)(2,vf,63,29,"div",6),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",""!==r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage))},dependencies:[Ee.YU,Ee.bT,Ee.B3,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.Ld,Ee.QX],encapsulation:2}))}return n(),l})();const Rf=()=>["all"],Sf=n=>({"error-border":n}),Nf=()=>["no_channel"],U0=n=>({width:n}),Tf=n=>({"display-none":n});function Pf(n,l){if(1&n&&(A.j41(0,"mat-option",33),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function Uf(n,l){1&n&&A.nrm(0,"mat-progress-bar",34)}function Gf(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Amount (Sats)"),A.k0s())}function Lf(n,l){if(1&n&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,(null==e?null:e.amount_msat)/1e3,"1.0-2")," ")}}function zf(n,l){if(1&n&&(A.qex(0),A.DNE(1,Lf,3,4,"span",39),A.bVm()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function kf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",37),A.EFF(2),A.k0s(),A.DNE(3,zf,2,1,"ng-container",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" Active HTLCs: ",null==e||null==e.htlcs?null:e.htlcs.length," "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function Hf(n,l){1&n&&(A.j41(0,"th",35),A.EFF(1,"Alias/Direction"),A.k0s())}function jf(n,l){if(1&n&&(A.j41(0,"span",37),A.EFF(1),A.nI1(2,"titlecase"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==e?null:e.direction)," ")}}function Of(n,l){if(1&n&&(A.qex(0),A.DNE(1,jf,3,3,"span",41),A.bVm()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function Jf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",37),A.EFF(2),A.k0s(),A.DNE(3,Of,2,1,"ng-container",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(null==e?null:e.alias),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function _f(n,l){1&n&&(A.j41(0,"th",42)(1,"span",40),A.EFF(2,"HTLC ID"),A.k0s()())}function Vf(n,l){if(1&n&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==e?null:e.id)," ")}}function Wf(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,Vf,3,3,"span",39),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function Kf(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,Wf,2,1,"span",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(null==e?null:e.id),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function Xf(n,l){1&n&&(A.j41(0,"th",42)(1,"span",40),A.EFF(2,"Expiry"),A.k0s()())}function Zf(n,l){if(1&n&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==e?null:e.expiry,"1.0-0")," ")}}function qf(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,Zf,3,4,"span",39),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function $f(n,l){if(1&n&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,qf,2,1,"span",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function Au(n,l){1&n&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"State"),A.k0s()())}function eu(n,l){if(1&n&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"camelcaseWithReplace"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==e?null:e.state,"_")," ")}}function tu(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,eu,3,4,"span",39),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function nu(n,l){if(1&n&&(A.j41(0,"td",44)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,tu,2,1,"span",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function iu(n,l){1&n&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"Local Trimmed"),A.k0s()())}function su(n,l){if(1&n&&(A.j41(0,"span",40),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",null!=e&&e.local_trimmed?"Yes":"No"," ")}}function ru(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,su,2,1,"span",39),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function au(n,l){if(1&n&&(A.j41(0,"td",44)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,ru,2,1,"span",38),A.k0s()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function ou(n,l){1&n&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"Payment Hash"),A.k0s()())}function lu(n,l){if(1&n&&(A.j41(0,"span",48)(1,"span",49),A.EFF(2),A.k0s()()),2&n){const e=l.$implicit,i=A.XpG(3);A.Y8G("ngStyle",A.eq3(2,U0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.payment_hash)}}function cu(n,l){if(1&n&&(A.j41(0,"span"),A.DNE(1,lu,3,4,"span",47),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function Bu(n,l){if(1&n&&(A.j41(0,"td",44)(1,"span",45)(2,"span",46),A.EFF(3),A.k0s()(),A.DNE(4,cu,2,1,"span",38),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(3,U0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function gu(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",50)(1,"div",51)(2,"mat-select",52),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",53),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function fu(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",58)(1,"button",59),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2).$implicit,nA=A.XpG();return E.Njj(nA.onHTLCClick(o,r))}),A.EFF(2),A.k0s()()}if(2&n){const e=l.index;A.R7$(2),A.SpI("View ",e+1)}}function uu(n,l){if(1&n&&(A.j41(0,"div"),A.DNE(1,fu,3,1,"div",57),A.k0s()),2&n){const e=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==e?null:e.htlcs)}}function Eu(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",54)(1,"span",55)(2,"button",56),A.bIt("click",function(){const o=E.eBV(e).$implicit;return E.Njj(o.is_expanded=!o.is_expanded)}),A.EFF(3),A.k0s()(),A.DNE(4,uu,2,1,"div",38),A.k0s()}if(2&n){const e=l.$implicit;A.R7$(3),A.JRh(e.is_expanded?"Hide":"Show"),A.R7$(),A.Y8G("ngIf",e.is_expanded)}}function hu(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No active htlc available."),A.k0s())}function wu(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting active htlcs..."),A.k0s())}function Cu(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function du(n,l){if(1&n&&(A.j41(0,"td",60),A.DNE(1,hu,2,0,"p",38)(2,wu,2,0,"p",38)(3,Cu,2,1,"p",38),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.channels&&e.channels.data)||(null==e.channels||null==e.channels.data?null:e.channels.data.length)<1)&&e.apiCallStatus.status===e.apiCallStatusEnum.ERROR)}}function Qu(n,l){if(1&n&&A.nrm(0,"tr",61),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,Tf,(null==e.channels?null:e.channels.data)&&(null==e.channels||null==e.channels.data?null:e.channels.data.length)>0))}}function mu(n,l){1&n&&A.nrm(0,"tr",62)}function Mu(n,l){1&n&&A.nrm(0,"tr",63)}let pu=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.commonService=o,this.store=r,this.camelCaseWithReplace=nA,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"active_HTLCs",recordsPerPage:c.md,sortBy:"expiry",sortOrder:c.oi.DESCENDING},this.channels=new L.I6([]),this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.BM).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:"");const o=[...i.activeChannels,...i.pendingChannels,...i.inactiveChannels];this.channelsJSONArr=o?.filter(r=>r.htlcs&&r.htlcs.length>0)||[],this.channelsJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(i)})}ngAfterViewInit(){this.channelsJSONArr.length>0&&this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(i,o){const r=[[{key:"alias",value:o.alias,title:"Alias",width:100,type:c.UN.STRING}],[{key:"amount_msat",value:(i.amount_msat||0)/1e3,title:"Amount (Sats)",width:50,type:c.UN.NUMBER},{key:"direction",value:this.commonService.titleCase(i.direction||""),title:"Direction",width:50,type:c.UN.STRING}],[{key:"expiry",value:i.expiry,title:"Expiry",width:50,type:c.UN.NUMBER},{key:"state",value:this.camelCaseWithReplace.transform(i.state||"","_"),title:"State",width:50,type:c.UN.STRING}],[{key:"id",value:i.id,title:"HTLC ID",width:50,type:c.UN.STRING},{key:"local_trimmed",value:i.local_trimmed,title:"Local Trimmed",width:50,type:c.UN.BOOLEAN}],[{key:"payment_hash",value:i.payment_hash,title:"Payment Hash",width:100,type:c.UN.STRING}]];this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"HTLC Information",message:r}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column||"","_"):this.commonService.titleCase(i)}setFilterPredicate(){this.channels.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.alias?i.alias.toLowerCase():"")+i.htlcs?.map(nA=>JSON.stringify(nA).toLowerCase()+(nA.local_trimmed?" yes ":" no "));break;case"direction":r=i.htlcs?.map(nA=>nA.direction+" ").toString()||"";break;case"id":r=i.htlcs?.map(nA=>nA.id+" ").toString()||"";break;case"expiry":r=i.htlcs?.map(nA=>nA.expiry+" ").toString()||"";break;case"state":r=i.htlcs?.map(nA=>this.camelCaseWithReplace.transform(nA.state||"","_").toLowerCase()+" ").toString()||"";break;case"payment_hash":r=i.htlcs?.map(nA=>nA.payment_hash+" ").toString()||"";break;case"local_trimmed":r=i.htlcs?.map(nA=>nA.local_trimmed?" yes ":" no ").toString()||"";break;case"amount_msat":r=i.htlcs?.map(nA=>(nA.amount_msat||0)/1e3)?.toString()||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return r.includes(o)}}loadHTLCsTable(i){this.channels=new L.I6(i?[...i]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(o,r)=>{switch(r){case"amount_msat":return this.commonService.sortByKey(o.htlcs,r,"number",this.sort?.direction),o.htlcs&&o.htlcs.length?o.htlcs.length:null;case"id":case"payment_hash":case"state":return this.commonService.sortByKey(o.htlcs,r,"string",this.sort?.direction),o;case"direction":return this.commonService.sortByKey(o.htlcs,r,"string",this.sort?.direction),o.alias?o.alias:o.id?o.id:null;case"expiry":return this.commonService.sortByKey(o.htlcs,r,"number",this.sort?.direction),o;case"local_trimmed":return this.commonService.sortByKey(o.htlcs,r,"boolean",this.sort?.direction),o;default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){return JSON.parse(JSON.stringify(this.channels.data))?.reduce((r,nA)=>r.concat(nA.htlcs?nA.htlcs:nA),[])}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-channel-active-htlcs-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("HTLCs")}])],decls:48,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","amount_msat"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","direction"],["matColumnDef","id"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","expiry"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","local_trimmed"],["matColumnDef","payment_hash"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayout","column","fxLayoutAlign","center end",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["fxLayout","row",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"ellipsis-child"],["fxLayoutAlign","start center","class","ellipsis-parent htlc-row-span",3,"ngStyle",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","",1,"px-2"],["fxLayoutAlign","end center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayout","column","fxLayoutAlign","center end",1,"px-2"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,Pf,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(14,"div",9),A.DNE(15,Uf,1,0,"mat-progress-bar",10),A.j41(16,"table",11,0),A.qex(18,12),A.DNE(19,Gf,2,0,"th",13)(20,kf,4,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,Hf,2,0,"th",13)(23,Jf,4,2,"td",14),A.bVm(),A.qex(24,16),A.DNE(25,_f,3,0,"th",17)(26,Kf,4,2,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,Xf,3,0,"th",17)(29,$f,4,2,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,Au,3,0,"th",20)(32,nu,4,2,"td",21),A.bVm(),A.qex(33,22),A.DNE(34,iu,3,0,"th",20)(35,au,4,2,"td",21),A.bVm(),A.qex(36,23),A.DNE(37,ou,3,0,"th",20)(38,Bu,5,5,"td",21),A.bVm(),A.qex(39,24),A.DNE(40,gu,6,0,"th",25)(41,Eu,5,2,"td",26),A.bVm(),A.qex(42,27),A.DNE(43,du,4,3,"td",28),A.bVm(),A.DNE(44,Qu,1,3,"tr",29)(45,mu,1,0,"tr",30)(46,Mu,1,0,"tr",31),A.k0s()(),A.nrm(47,"mat-paginator",32),A.k0s()}2&o&&(A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,Rf).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(2),A.Y8G("ngIf",r.apiCallStatus.status===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.channels)("ngClass",A.eq3(15,Sf,""!==r.errorMessage)),A.R7$(28),A.Y8G("matFooterRowDef",A.lJ4(17,Nf)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.PV,TA.VD],styles:[".mat-column-amount_msat[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem;padding-right:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mat-column-actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}"]}))}return n(),l})();function Du(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",8),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("routerLink",A.mNQ(e.link))("active",i.activeLink===e.link),A.R7$(),A.JRh(e.name)}}let Iu=(()=>{var n;class l{constructor(i){this.router=i,this.faChartBar=d.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-reports"]],standalone:!1,decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Reports"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,Du,2,4,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),A.k0s()()()),2&o){const nA=A.sdS(10);A.R7$(),A.Y8G("icon",r.faChartBar),A.R7$(6),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,$.Bu,$.hQ,$.Ql,Pt.n3,Hn.Wk],encapsulation:2}))}return n(),l})();var G0=Ve(1001),L0=Ve(51993),z0=Ve(24655);function Fu(n,l){1&n&&(A.j41(0,"div",15),A.nrm(1,"mat-progress-bar",16),A.j41(2,"p"),A.EFF(3,"Getting Forwarding History..."),A.k0s()())}function xu(n,l){if(1&n&&(A.j41(0,"div",17),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.JRh(e.errorMessage)}}function yu(n,l){if(1&n&&(A.j41(0,"div",18),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=A.XpG();A.Y8G("@fadeIn",e.totalFeeMsat),A.R7$(),A.Lme("",A.i5U(2,3,e.totalFeeMsat/1e3||0,"1.0-2")," Sats/",A.bMT(3,6,e.filteredEventsBySelectedPeriod.length||0)," Events")}}function Yu(n,l){1&n&&(A.j41(0,"div",15),A.EFF(1,"No routing report for the selected period"),A.k0s())}function vu(n,l){if(1&n&&(A.j41(0,"span")(1,"span",20),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.j41(4,"span",20),A.EFF(5),A.nI1(6,"number"),A.k0s()()),2&n){const e=l.model,i=A.XpG(2);A.R7$(2),A.SpI("Events: ",A.bMT(3,2,(i.selReportBy===i.reportBy.EVENTS?e.value:e.extra.totalEvents)||0)),A.R7$(3),A.SpI("Fee: ",A.i5U(6,4,(i.selReportBy===i.reportBy.EVENTS?e.extra.totalFees:e.value)||0,"1.0-2"))}}function bu(n,l){if(1&n){const e=A.RV6();A.j41(0,"ngx-charts-bar-vertical",19),A.bIt("select",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onChartBarSelected(o))})("mouseup",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onChartMouseUp(o))}),A.DNE(1,vu,7,7,"ng-template",null,0,A.C5r),A.k0s()}if(2&n){const e=A.XpG();A.Y8G("view",e.view)("results",e.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function Ru(n,l){if(1&n&&A.nrm(0,"rtl-cln-forwarding-history",21),2&n){const e=A.XpG();A.Y8G("eventsData",e.filteredEventsBySelectedPeriod)("selFilter",e.eventFilterValue)}}let Su=(()=>{var n;class l{constructor(i,o,r,nA){this.logger=i,this.commonService=o,this.store=r,this.dataService=nA,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.events=[],this.filteredEventsBySelectedPeriod=[],this.eventFilterValue="",this.reportBy=c.aR,this.selReportBy=c.aR.FEES,this.totalFeeMsat=null,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.pipe((0,Gt.s)(1)).subscribe(i=>{i.cln.apisCallStatus.FetchForwardingHistoryS.status===c.wn.UN_INITIATED&&!i.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,xA.uK)({payload:{status:c.xk.SETTLED}}))}),this.store.select(U.Ie).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{i.forwardingHistory.status===c.xk.SETTLED&&(this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR?this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:"":this.apiCallStatus.status===c.wn.COMPLETED&&(this.events=i.forwardingHistory.listForwards||[],this.filterForwardingEvents(this.startDate,this.endDate)),this.logger.info(i))}),this.commonService.containerSizeUpdated.pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=i.width/10;break;case c.f7.LG:this.screenPaddingX=i.width/16;break;default:this.screenPaddingX=i.width/20}this.view=[i.width-this.screenPaddingX,i.height/2.2],this.logger.info("Container Size: "+JSON.stringify(i)),this.logger.info("View: "+JSON.stringify(this.view))})}filterForwardingEvents(i,o){const r=Math.round(i.getTime()/1e3),nA=Math.round(o.getTime()/1e3);this.filteredEventsBySelectedPeriod=[],this.routingReportData=[],this.totalFeeMsat=null,this.events&&this.events.length>0&&(this.events.forEach(WA=>{WA.received_time&&WA.received_time>=r&&WA.received_time0&&"ngx-charts"===i.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(i){this.eventFilterValue=this.reportPeriod===c.rs[1]?i.name+"/"+this.startDate.getFullYear():i.name.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(i){const o=Math.round(i.getTime()/1e3),r=[];if(this.totalFeeMsat=0,this.reportPeriod===c.rs[1]){for(let nA=0;nA<12;nA++)r.push({name:c.KR[nA].name,value:0,extra:{totalEvents:0}});this.filteredEventsBySelectedPeriod?.map(nA=>{const WA=nA.received_time?new Date(1e3*+nA.received_time).getMonth():12;return r[WA].extra.totalEvents=r[WA].extra.totalEvents+1,r[WA].value=r[WA].value+ +(nA.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(nA.fee_msat||0),this.filteredEventsBySelectedPeriod})}else{for(let nA=0;nA{const WA=nA.received_time?Math.floor((+nA.received_time-o)/this.secondsInADay):0;return r[WA].extra.totalEvents=r[WA].extra.totalEvents+1,r[WA].value=r[WA].value+ +(nA.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(nA.fee_msat||0),this.filteredEventsBySelectedPeriod})}return r}prepareEventsReport(i){const o=Math.round(i.getTime()/1e3),r=[];if(this.totalFeeMsat=0,this.reportPeriod===c.rs[1]){for(let nA=0;nA<12;nA++)r.push({name:c.KR[nA].name,value:0,extra:{totalFees:0}});this.filteredEventsBySelectedPeriod?.map(nA=>{const WA=nA.received_time?new Date(1e3*+nA.received_time).getMonth():12;return r[WA].value=r[WA].value+1,r[WA].extra.totalFees=r[WA].extra.totalFees+ +(nA.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(nA.fee_msat||0),this.filteredEventsBySelectedPeriod})}else{for(let nA=0;nA{const WA=nA.received_time?Math.floor((+nA.received_time-o)/this.secondsInADay):0;return r[WA].value=r[WA].value+1,r[WA].extra.totalFees=r[WA].extra.totalFees+ +(nA.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(nA.fee_msat||0),this.filteredEventsBySelectedPeriod})}return r}onSelectionChange(i){const o=i.selDate.getMonth(),r=i.selDate.getFullYear();this.reportPeriod=i.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(r,0,1,0,0,0),this.endDate=new Date(r,11,31,23,59,59)):(this.startDate=new Date(r,o,1,0,0,0),this.endDate=new Date(r,o,this.getMonthDays(o,r),23,59,59)),this.filterForwardingEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(i,o){return 1===i&&o%4==0?c.KR[i].days+1:c.KR[i].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(Rt.u))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-routing-report"]],hostBindings:function(o,r){1&o&&A.bIt("mouseup",function(WA){return r.onChartMouseUp(WA)})},standalone:!1,decls:19,vars:11,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1 error-border",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["pageId","reports","tableId","routing",3,"eventsData","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["mode","indeterminate"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1","error-border"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],["pageId","reports","tableId","routing",3,"eventsData","selFilter"]],template:function(o,r){1&o&&(A.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),A.bIt("stepChanged",function(WA){return r.onSelectionChange(WA)}),A.k0s(),A.j41(2,"div",3)(3,"mat-radio-group",4),A.mxI("ngModelChange",function(WA){return A.DH7(r.selReportBy,WA)||(r.selReportBy=WA),WA}),A.bIt("change",function(){return r.onSelReportByChange()}),A.j41(4,"span",5),A.EFF(5,"Report By: "),A.k0s(),A.j41(6,"mat-radio-button",6),A.EFF(7,"Fees"),A.k0s(),A.j41(8,"mat-radio-button",7),A.EFF(9,"Events"),A.k0s()()(),A.j41(10,"div",8),A.DNE(11,Fu,4,0,"div",9)(12,xu,2,1,"div",10)(13,yu,4,8,"div",11)(14,Yu,2,0,"div",9),A.j41(15,"div",12),A.DNE(16,bu,3,11,"ngx-charts-bar-vertical",13),A.k0s(),A.j41(17,"div",12),A.DNE(18,Ru,1,2,"rtl-cln-forwarding-history",14),A.k0s()()()),2&o&&(A.R7$(3),A.R50("ngModel",r.selReportBy),A.R7$(3),A.Y8G("value",A.mNQ(r.reportBy.FEES)),A.R7$(2),A.Y8G("value",A.mNQ(r.reportBy.EVENTS)),A.R7$(3),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.ERROR),A.R7$(),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.COMPLETED&&r.routingReportData.length>0&&r.filteredEventsBySelectedPeriod.length>0),A.R7$(),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.COMPLETED&&(r.routingReportData.length<=0||r.filteredEventsBySelectedPeriod.length<=0)),A.R7$(2),A.Y8G("ngIf",r.routingReportData.length>0&&r.filteredEventsBySelectedPeriod.length>0),A.R7$(2),A.Y8G("ngIf",r.filteredEventsBySelectedPeriod&&r.filteredEventsBySelectedPeriod.length>0))},dependencies:[Ee.bT,gA.BC,gA.vS,q.HM,pn.VT,pn._g,D.DJ,D.sA,D.UI,L0.L8,z0.m,N0,Ee.QX],encapsulation:2,data:{animation:[G0.q]}}))}return n(),l})();var Nu=Ve(5085);function Tu(n,l){if(1&n&&(A.j41(0,"div",11),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Lme(" Paid ",A.i5U(2,2,e.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",A.bMT(3,5,e.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function Pu(n,l){if(1&n&&(A.j41(0,"div",11),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Lme(" Received ",A.i5U(2,2,e.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",A.bMT(3,5,e.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function Uu(n,l){if(1&n&&(A.j41(0,"div",9),A.DNE(1,Tu,4,7,"div",10)(2,Pu,4,7,"div",10),A.k0s()),2&n){const e=A.XpG();A.Y8G("@fadeIn",e.transactionsReportSummary),A.R7$(),A.Y8G("ngIf",e.transactionsReportSummary.paymentsSelectedPeriod),A.R7$(),A.Y8G("ngIf",e.transactionsReportSummary.invoicesSelectedPeriod)}}function Gu(n,l){1&n&&(A.j41(0,"div",12),A.EFF(1,"No transactions report for the selected period"),A.k0s())}function Lu(n,l){if(1&n&&(A.j41(0,"span",14),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=l.model;A.R7$(),A.LHq("",e.name,": ",A.i5U(2,4,e.value||0,"1.0-2"),"/# ","Paid"===e.name?"Payments":"Invoices",": ",A.bMT(3,7,(null==e.extra?null:e.extra.total)||0))}}function zu(n,l){if(1&n){const e=A.RV6();A.j41(0,"ngx-charts-bar-vertical-2d",13),A.bIt("select",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onChartBarSelected(o))})("mouseup",function(o){E.eBV(e);const r=A.XpG();return E.Njj(r.onChartMouseUp(o))}),A.DNE(1,Lu,4,9,"ng-template",null,0,A.C5r),A.k0s()}if(2&n){const e=A.XpG();A.Y8G("view",e.view)("results",e.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",e.showYAxisLabel)("xAxisLabel",e.xAxisLabel)("yAxisLabel",e.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",e.reportPeriod===e.scrollRanges[0]?2:4)}}function ku(n,l){if(1&n&&A.nrm(0,"rtl-transactions-report-table",15),2&n){const e=A.XpG();A.Y8G("displayedColumns",e.displayedColumns)("tableSetting",e.tableSetting)("dataList",e.transactionsNonZeroReportData)("dataRange",e.reportPeriod)("selFilter",e.transactionFilterValue)}}let Hu=(()=>{var n;class l{constructor(i,o,r){this.logger=i,this.commonService=o,this.store=r,this.scrollRanges=c.rs,this.reportPeriod=c.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:c.md,sortBy:"date",sortOrder:c.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[],this.transactionsNonZeroReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=c.f7,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===c.f7.XS||this.screenSize===c.f7.SM),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.KT).pipe((0,M.Q)(this.unSubs[1]),(0,Y.E)(this.store.select(U.Pj))).subscribe(([i,o])=>{this.payments=i.payments,this.invoices=o.listInvoices.invoices||[],this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()}),this.commonService.containerSizeUpdated.pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{switch(this.screenSize){case c.f7.MD:this.screenPaddingX=i.width/10;break;case c.f7.LG:this.screenPaddingX=i.width/16;break;default:this.screenPaddingX=i.width/20}this.view=[i.width-this.screenPaddingX,i.height/2.2],this.logger.info("Container Size: "+JSON.stringify(i)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(i){"svg"===i.srcElement.tagName&&i.srcElement.classList.length>0&&"ngx-charts"===i.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(i){this.transactionFilterValue=this.reportPeriod===c.rs[1]?i.series+"/"+this.startDate.getFullYear():i.series.toString().padStart(2,"0")+"/"+c.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(i,o){const r=Math.round(i.getTime()/1e3),nA=Math.round(o.getTime()/1e3),WA=[];this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const Ae=this.payments?.filter(bt=>"complete"===bt.status&&bt.created_at&&bt.created_at>=r&&bt.created_at"paid"===bt.status&&bt.paid_at&&bt.paid_at>=r&&bt.paid_at{const Yn=new Date(1e3*(bt.created_at||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(bt.amount_sent_msat||0),WA[Yn].series[0].value=WA[Yn].series[0].value+(bt.amount_sent_msat||0)/1e3,WA[Yn].series[0].extra.total=WA[Yn].series[0].extra.total+1,this.transactionsReportSummary}),mn?.map(bt=>{const Yn=new Date(1e3*+(bt.paid_at||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(bt.amount_received_msat||0),WA[Yn].series[1].value=WA[Yn].series[1].value+(bt.amount_received_msat||0)/1e3,WA[Yn].series[1].extra.total=WA[Yn].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let bt=0;bt{const Yn=Math.floor((+(bt.created_at||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(bt.amount_sent_msat||0),WA[Yn].series[0].value=WA[Yn].series[0].value+(bt.amount_sent_msat||0)/1e3,WA[Yn].series[0].extra.total=WA[Yn].series[0].extra.total+1,this.transactionsReportSummary}),mn?.map(bt=>{const Yn=Math.floor((+(bt.paid_at||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(bt.amount_received_msat||0),WA[Yn].series[1].value=WA[Yn].series[1].value+(bt.amount_received_msat||0)/1e3,WA[Yn].series[1].extra.total=WA[Yn].series[1].extra.total+1,this.transactionsReportSummary})}return WA}prepareTableData(){return this.transactionsReportData?.reduce((i,o)=>o.series[0].extra.total>0||o.series[1].extra.total>0?i.concat({date:o.date,amount_paid:o.series[0].value,num_payments:o.series[0].extra.total,amount_received:o.series[1].value,num_invoices:o.series[1].extra.total}):i,[])}onSelectionChange(i){const o=i.selDate.getMonth(),r=i.selDate.getFullYear();this.reportPeriod=i.selScrollRange,this.reportPeriod===c.rs[1]?(this.startDate=new Date(r,0,1,0,0,0),this.endDate=new Date(r,11,31,23,59,59)):(this.startDate=new Date(r,o,1,0,0,0),this.endDate=new Date(r,o,this.getMonthDays(o,r),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(i,o){return 1===i&&o%4==0?c.KR[i].days+1:c.KR[i].days}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-transactions-report"]],hostBindings:function(o,r){1&o&&A.bIt("mouseup",function(WA){return r.onChartMouseUp(WA)})},standalone:!1,decls:9,vars:4,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(o,r){1&o&&(A.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),A.bIt("stepChanged",function(WA){return r.onSelectionChange(WA)}),A.k0s(),A.j41(2,"div",3),A.DNE(3,Uu,3,3,"div",4)(4,Gu,2,0,"div",5),A.j41(5,"div",6),A.DNE(6,zu,3,13,"ngx-charts-bar-vertical-2d",7),A.k0s(),A.j41(7,"div",6),A.DNE(8,ku,1,5,"rtl-transactions-report-table",8),A.k0s()()()),2&o&&(A.R7$(3),A.Y8G("ngIf",r.transactionsNonZeroReportData.length>0),A.R7$(),A.Y8G("ngIf",r.transactionsNonZeroReportData.length<=0),A.R7$(2),A.Y8G("ngIf",r.transactionsNonZeroReportData.length>0),A.R7$(2),A.Y8G("ngIf",r.transactionsNonZeroReportData.length>0))},dependencies:[Ee.bT,D.DJ,D.sA,D.UI,L0.Dl,z0.m,Nu.T,Ee.QX],encapsulation:2,data:{animation:[G0.q]}}))}return n(),l})();var sn=Ve(17186),ju=Ve(90013);function Ou(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",9),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.activeLink=o.link)}),A.EFF(1),A.k0s()}if(2&n){const e=l.$implicit,i=A.XpG();A.Y8G("routerLink",A.mNQ(e.link))("active",i.activeLink===e.link),A.R7$(),A.JRh(e.name)}}let Ju=(()=>{var n;class l{constructor(i){this.router=i,this.faSearch=d.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new B.B,new B.B,new B.B,new B.B]}ngOnInit(){const i=this.links.find(o=>this.router.url.includes(o.link));this.activeLink=i?i.link:this.links[0].link,this.router.events.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(o=>o instanceof Pt.gx)).subscribe({next:o=>{const r=this.links.find(nA=>o.urlAfterRedirects.includes(nA.link));this.activeLink=r?r.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(Pt.Ix))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-graph"]],standalone:!1,decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(o,r){if(1&o&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Graph Lookups"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,Ou,2,4,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0),A.j41(11,"div",8),A.nrm(12,"router-outlet"),A.k0s()()()()),2&o){const nA=A.sdS(10);A.R7$(),A.Y8G("icon",r.faSearch),A.R7$(6),A.Y8G("tabPanel",nA),A.R7$(),A.Y8G("ngForOf",r.links)}},dependencies:[Ee.Sq,y.aY,lA.RN,lA.m2,D.DJ,D.sA,D.UI,$.Bu,$.hQ,$.Ql,Pt.n3,Hn.Wk],encapsulation:2}))}return n(),l})();var _u=Ve(82643),Vu=Ve(77235);function Wu(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.offerError)}}function Ku(n,l){if(1&n&&(A.j41(0,"div",21),A.nrm(1,"fa-icon",22),A.DNE(2,Wu,2,1,"span",23),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.offerError)}}let Xu=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.dialogRef=i,this.data=o,this.store=r,this.decimalPipe=nA,this.commonService=WA,this.actions=Ae,this.faExclamationTriangle=d.zpE,this.description="",this.issuer="",this.offerValueHint="",this.information={},this.pageSize=c.md,this.offerError="",this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.information=i,this.issuer=this.information.alias}),this.actions.pipe((0,M.Q)(this.unSubs[2]),(0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(i=>{i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&"SaveNewOffer"===i.payload.action&&(i.payload.status===c.wn.ERROR&&(this.offerError=i.payload.message),i.payload.status===c.wn.COMPLETED&&this.dialogRef.close())})}onAddOffer(){this.offerError="";const i=this.offerValue?(1e3*this.offerValue).toString():"any";this.store.dispatch((0,xA.y0)({payload:{amount:i,description:this.description,issuer:this.issuer}}))}resetData(){this.description="",this.issuer=this.information.alias,this.offerValue=null,this.offerValueHint="",this.offerError=""}onOfferValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.offerValue&&this.offerValue>99&&(this.offerValueHint="",this.commonService.convertCurrency(this.offerValue,c.BQ.SATS,c.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,M.Q)(this.unSubs[3])).subscribe({next:i=>{this.offerValueHint="= "+this.decimalPipe.transform(i.OTHER,c.k.OTHER)+" "+i.unit},error:i=>{this.offerValueHint="Conversion Error: "+i}}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(_.il),A.rXU(Ee.QX),A.rXU(Q.h),A.rXU(QA.En))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-create-offer"]],standalone:!1,decls:34,vars:8,consts:[["addOfferForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","6","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","1","name","description",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","2","name","offerValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","58","fxLayoutAlign","start end"],["matInput","","tabindex","3","name","issuer",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","5",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Create Offer"),A.k0s()(),A.j41(6,"button",6),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),A.EFF(13,"Description"),A.k0s(),A.j41(14,"input",10),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.description,Ae)||(r.description=Ae),E.Njj(Ae)}),A.k0s()(),A.j41(15,"div",11)(16,"mat-form-field",12)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",13),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.offerValue,Ae)||(r.offerValue=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onOfferValueChange())}),A.k0s(),A.j41(20,"span",14),A.EFF(21,"Sats "),A.k0s(),A.j41(22,"mat-hint"),A.EFF(23),A.k0s()(),A.j41(24,"mat-form-field",15)(25,"mat-label"),A.EFF(26,"Issuer"),A.k0s(),A.j41(27,"input",16),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.issuer,Ae)||(r.issuer=Ae),E.Njj(Ae)}),A.k0s()()(),A.DNE(28,Ku,3,2,"div",17),A.j41(29,"div",18)(30,"button",19),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(31,"Clear Field"),A.k0s(),A.j41(32,"button",20),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onAddOffer())}),A.EFF(33,"Create Offer"),A.k0s()()()()()()}2&o&&(A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(8),A.R50("ngModel",r.description),A.R7$(5),A.Y8G("step",100)("min",1),A.R50("ngModel",r.offerValue),A.R7$(4),A.JRh(r.offerValueHint),A.R7$(4),A.R50("ngModel",r.issuer),A.R7$(),A.Y8G("ngIf",""!==r.offerError))},dependencies:[Ee.bT,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.VZ,gA.vS,gA.cV,y.aY,UA.tx,JA.$z,lA.m2,lA.MM,Be.fg,KA.rl,KA.nJ,KA.MV,KA.yw,D.DJ,D.sA,D.UI,kA.N,CA.V],encapsulation:2}))}return n(),l})();var k0=Ve(32142);const Zu=()=>["all"],qu=n=>({"error-border":n}),$u=()=>["no_offer"],H0=n=>({"mr-0":n}),j0=n=>({width:n}),AE=n=>({"display-none":n});function eE(n,l){if(1&n&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function tE(n,l){1&n&&A.nrm(0,"mat-progress-bar",35)}function nE(n,l){1&n&&A.nrm(0,"th",36)}function iE(n,l){if(1&n&&A.nrm(0,"span",40),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,H0,e.screenSize===e.screenSizeEnum.XS))}}function sE(n,l){if(1&n&&A.nrm(0,"span",41),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,H0,e.screenSize===e.screenSizeEnum.XS))}}function rE(n,l){if(1&n&&(A.j41(0,"td",37),A.DNE(1,iE,1,3,"span",38)(2,sE,1,3,"span",39),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Y8G("ngIf",e.active),A.R7$(),A.Y8G("ngIf",!e.active)}}function aE(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Offer ID"),A.k0s())}function oE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,j0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.SpI(" ",e.offer_id," ")}}function lE(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Single Use"),A.k0s())}function cE(n,l){if(1&n&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(e.single_use?"Yes":"No")}}function BE(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Used"),A.k0s())}function gE(n,l){if(1&n&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ",e.used?"Yes":"No"," ")}}function fE(n,l){1&n&&(A.j41(0,"th",42),A.EFF(1,"Invoice"),A.k0s())}function uE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,j0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.SpI(" ",e.bolt12," ")}}function EE(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",48),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function hE(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",48),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onDisableOffer(o))}),A.EFF(1,"Disable Offer"),A.k0s()}}function wE(n,l){if(1&n){const e=A.RV6();A.j41(0,"mat-option",48),A.bIt("click",function(){E.eBV(e);const o=A.XpG().$implicit,r=A.XpG();return E.Njj(r.onPrintOffer(o))}),A.EFF(1,"Export QR code"),A.k0s()}}function CE(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",49)(1,"div",46)(2,"mat-select",50),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",48),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onOfferClick(o))}),A.EFF(5,"View Info"),A.k0s(),A.DNE(6,hE,2,0,"mat-option",51)(7,wE,2,0,"mat-option",51),A.k0s()()()}if(2&n){const e=l.$implicit;A.R7$(6),A.Y8G("ngIf",e.active),A.R7$(),A.Y8G("ngIf",e.active)}}function dE(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No offer available."),A.k0s())}function QE(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting offers..."),A.k0s())}function mE(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function ME(n,l){if(1&n&&(A.j41(0,"td",52),A.DNE(1,dE,2,0,"p",53)(2,QE,2,0,"p",53)(3,mE,2,1,"p",53),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.offers&&e.offers.data)||(null==e.offers||null==e.offers.data?null:e.offers.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.offers&&e.offers.data)||(null==e.offers||null==e.offers.data?null:e.offers.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.offers&&e.offers.data)||(null==e.offers||null==e.offers.data?null:e.offers.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function pE(n,l){if(1&n&&A.nrm(0,"tr",54),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,AE,(null==e.offers?null:e.offers.data)&&(null==e.offers||null==e.offers.data?null:e.offers.data.length)>0))}}function DE(n,l){1&n&&A.nrm(0,"tr",55)}function IE(n,l){1&n&&A.nrm(0,"tr",56)}let FE=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn){this.logger=i,this.store=o,this.commonService=r,this.rtlEffects=nA,this.dataService=WA,this.decimalPipe=Ae,this.camelCaseWithReplace=mn,this.faHistory=d.Int,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"offers",recordsPerPage:c.md,sortBy:"offer_id",sortOrder:c.oi.DESCENDING},this.newlyAddedOfferMemo="",this.newlyAddedOfferValue=0,this.description="",this.offerValue=null,this.offerValueHint="",this.displayedColumns=[],this.offerPaymentReq="",this.offerJSONArr=[],this.information={},this.private=!1,this.expiryStep=100,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(x._c).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.selNode=i}),this.store.select(U.mH).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.information=i}),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[2])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("active"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.O5).pipe((0,M.Q)(this.unSubs[3])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.offerJSONArr=i.offers||[],this.offerJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offerJSONArr),this.logger.info(i)})}ngAfterViewInit(){this.offerJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offerJSONArr)}openCreateOfferModal(){this.store.dispatch((0,w.xO)({payload:{data:{pageSize:this.pageSize,component:Xu}}}))}onOfferClick(i){this.store.dispatch((0,w.xO)({payload:{data:{offer:{used:i.used,single_use:i.single_use,active:i.active,offer_id:i.offer_id,bolt12:i.bolt12,created:i.created,label:i.label},newlyAdded:!1,component:k0.f}}}))}onDisableOffer(i){this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Disable Offer",titleMessage:"Disabling Offer: "+(i.offer_id||i.bolt12),noBtnText:"Cancel",yesBtnText:"Disable"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[4])).subscribe(o=>{o&&this.store.dispatch((0,xA.jQ)({payload:{offer_id:i.offer_id}}))})}onPrintOffer(i){this.dataService.decodePayment(i.bolt12,!1).pipe((0,Gt.s)(1)).subscribe(o=>{o.offer_id&&!o.offer_amount_msat&&(o.offer_amount_msat=0);const r={pageSize:"A5",pageOrientation:"portrait",pageMargins:[10,50,10,50],background:{svg:'\n \n \n \n \n \n ',width:249,height:333,absolutePosition:{x:84,y:160}},header:{text:o.offer_issuer||"",alignment:"center",fontSize:25,color:"#272727",margin:[0,20,0,0]},content:[{svg:'',width:249,height:40,alignment:"center"},{text:o.offer_description?o.offer_description.substring(0,160):"",alignment:"center",fontSize:16,color:"#5C5C5C"},{qr:i.bolt12,eccLevel:"M",fit:"227",alignment:"center",absolutePosition:{x:7,y:205}},{text:o?.offer_amount_msat&&0!==o?.offer_amount_msat?this.decimalPipe.transform((o.offer_amount_msat||0)/1e3)+" SATS":"Open amount",fontSize:20,bold:!1,color:"white",alignment:"center",absolutePosition:{x:0,y:430}},{text:"SCAN TO PAY",fontSize:22,bold:!0,color:"white",alignment:"center",absolutePosition:{x:0,y:455}}],footer:{svg:'\n \n \n \n \n ',alignment:"center"}};_u.createPdf(r,null,null,Vu.pdfMake.vfs).download("Offer-"+(o&&o.offer_description?o.offer_description:i.bolt12))})}applyFilter(){this.offers.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.offers.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.active?" active":" inactive")+(i.used?" yes":" no")+(i.single_use?" single":" multiple")+JSON.stringify(i).toLowerCase(),("active"===o||"inactive"===o||"single"===o||"multiple"===o)&&(o=" "+o);break;case"active":r=i?.active?"active":"inactive";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"active"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadOffersTable(i){this.offers=new L.I6(i?[...i]:[]),this.offers.sort=this.sort,this.offers.sortingDataAccessor=(o,r)=>o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null,this.offers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.offers.data&&this.offers.data.length>0&&this.commonService.downloadFile(this.offers.data,"Offers")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Q.h),A.rXU(H.H),A.rXU(Rt.u),A.rXU(Ee.QX),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-offers-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Offers")}])],decls:49,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","active"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","offer_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","single_use"],["matColumnDef","used"],["matColumnDef","bolt12"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_offer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active"],["mat-cell",""],["class","dot green","matTooltip","Active","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Inactive","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"button",3),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.openCreateOfferModal())}),A.EFF(3,"Create Offer"),A.k0s()(),A.j41(4,"div",4)(5,"div",5)(6,"div",6),A.nrm(7,"fa-icon",7),A.j41(8,"span",8),A.EFF(9,"Offers History"),A.k0s()(),A.j41(10,"div",9)(11,"mat-form-field",10)(12,"mat-label"),A.EFF(13,"Filter By"),A.k0s(),A.j41(14,"mat-select",11),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(15,"perfect-scrollbar"),A.DNE(16,eE,2,2,"mat-option",12),A.k0s()()(),A.j41(17,"mat-form-field",10)(18,"mat-label"),A.EFF(19,"Filter"),A.k0s(),A.j41(20,"input",13),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(21,"div",14),A.DNE(22,tE,1,0,"mat-progress-bar",15),A.j41(23,"table",16,0),A.qex(25,17),A.DNE(26,nE,1,0,"th",18)(27,rE,3,2,"td",19),A.bVm(),A.qex(28,20),A.DNE(29,aE,2,0,"th",21)(30,oE,4,4,"td",19),A.bVm(),A.qex(31,22),A.DNE(32,lE,2,0,"th",21)(33,cE,2,1,"td",19),A.bVm(),A.qex(34,23),A.DNE(35,BE,2,0,"th",21)(36,gE,2,1,"td",19),A.bVm(),A.qex(37,24),A.DNE(38,fE,2,0,"th",21)(39,uE,4,4,"td",19),A.bVm(),A.qex(40,25),A.DNE(41,EE,6,0,"th",26)(42,CE,8,2,"td",27),A.bVm(),A.qex(43,28),A.DNE(44,ME,4,3,"td",29),A.bVm(),A.DNE(45,pE,1,3,"tr",30)(46,DE,1,0,"tr",31)(47,IE,1,0,"tr",32),A.k0s()(),A.nrm(48,"mat-paginator",33),A.k0s()()}2&o&&(A.R7$(7),A.Y8G("icon",r.faHistory),A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,Zu).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(2),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.offers)("ngClass",A.eq3(16,qu,""!==r.errorMessage)),A.R7$(22),A.Y8G("matFooterRowDef",A.lJ4(18,$u)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld],styles:[".mat-column-active[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]}))}return n(),l})();const xE=()=>["all"],yE=n=>({"error-border":n}),YE=()=>["no_offer"],Q0=n=>({width:n}),vE=n=>({"display-none":n});function bE(n,l){if(1&n&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function RE(n,l){1&n&&A.nrm(0,"mat-progress-bar",35)}function SE(n,l){1&n&&(A.j41(0,"th",36),A.EFF(1,"Updated At"),A.k0s())}function NE(n,l){if(1&n&&(A.j41(0,"td",37),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,e.lastUpdatedAt,"dd/MMM/y HH:mm"))}}function TE(n,l){1&n&&(A.j41(0,"th",36),A.EFF(1,"Title"),A.k0s())}function PE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Q0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.title)}}function UE(n,l){1&n&&(A.j41(0,"th",36),A.EFF(1,"Description"),A.k0s())}function GE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Q0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.description)}}function LE(n,l){1&n&&(A.j41(0,"th",36),A.EFF(1,"Issuer"),A.k0s())}function zE(n,l){if(1&n&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(e.issuer)}}function kE(n,l){1&n&&(A.j41(0,"th",36),A.EFF(1,"Invoice"),A.k0s())}function HE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Q0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(e.bolt12)}}function jE(n,l){1&n&&(A.j41(0,"th",40),A.EFF(1,"Amount (Sats)"),A.k0s())}function OE(n,l){if(1&n&&(A.j41(0,"td",37)(1,"span",41),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.JRh(0===e.amountMSat?"Open":A.bMT(3,1,e.amountMSat/1e3))}}function JE(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",42)(1,"div",43)(2,"mat-select",44),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",45),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function _E(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",46)(1,"div",43)(2,"mat-select",47),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",45),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onOfferBookmarkClick(o))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",45),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onRePayOffer(o))}),A.EFF(7,"Pay Again"),A.k0s(),A.j41(8,"mat-option",45),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onDeleteBookmark(o))}),A.EFF(9,"Delete Bookmark"),A.k0s()()()()}}function VE(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No offer bookmarked."),A.k0s())}function WE(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting offer bookmarks..."),A.k0s())}function KE(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function XE(n,l){if(1&n&&(A.j41(0,"td",48),A.DNE(1,VE,2,0,"p",49)(2,WE,2,0,"p",49)(3,KE,2,1,"p",49),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.offersBookmarks&&e.offersBookmarks.data)||(null==e.offersBookmarks||null==e.offersBookmarks.data?null:e.offersBookmarks.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.offersBookmarks&&e.offersBookmarks.data)||(null==e.offersBookmarks||null==e.offersBookmarks.data?null:e.offersBookmarks.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.offersBookmarks&&e.offersBookmarks.data)||(null==e.offersBookmarks||null==e.offersBookmarks.data?null:e.offersBookmarks.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function ZE(n,l){if(1&n&&A.nrm(0,"tr",50),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,vE,(null==e.offersBookmarks?null:e.offersBookmarks.data)&&(null==e.offersBookmarks||null==e.offersBookmarks.data?null:e.offersBookmarks.data.length)>0))}}function qE(n,l){1&n&&A.nrm(0,"tr",51)}function $E(n,l){1&n&&A.nrm(0,"tr",52)}let Ah=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae){this.logger=i,this.store=o,this.commonService=r,this.rtlEffects=nA,this.datePipe=WA,this.camelCaseWithReplace=Ae,this.faHistory=d.Int,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"offer_bookmarks",recordsPerPage:c.md,sortBy:"lastUpdatedAt",sortOrder:c.oi.DESCENDING},this.displayedColumns=[],this.offersBookmarks=new L.I6([]),this.offersBookmarksJSONArr=[],this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.selFilter="",this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.ip).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.offersBookmarksJSONArr=i.offersBookmarks||[],this.offersBookmarksJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offersBookmarksJSONArr),this.logger.info(i)})}ngAfterViewInit(){this.offersBookmarksJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offersBookmarksJSONArr)}onOfferBookmarkClick(i){this.store.dispatch((0,w.xO)({payload:{data:{offer:{bolt12:i.bolt12},newlyAdded:!1,component:k0.f}}}))}onDeleteBookmark(i){this.store.dispatch((0,w.I1)({payload:{data:{type:c.A$.CONFIRM,alertTitle:"Delete Bookmark",titleMessage:"Deleting Bookmark: "+(i.title||i.description),noBtnText:"Cancel",yesBtnText:"Delete"}}})),this.rtlEffects.closeConfirm.pipe((0,M.Q)(this.unSubs[2])).subscribe(o=>{o&&this.store.dispatch((0,xA.ED)({payload:{bolt12:i.bolt12}}))})}onRePayOffer(i){this.store.dispatch((0,w.xO)({payload:{data:{paymentType:c.Y0.OFFER,bolt12:i.bolt12,offerTitle:i.title,component:vn}}}))}applyFilter(){this.offersBookmarks.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.offersBookmarks.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=JSON.stringify(i).toLowerCase();break;case"lastUpdatedAt":r=this.datePipe.transform(new Date(i.lastUpdatedAt||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"amountMSat":r=(i.amountMSat&&0!==i.amountMSat?(i.amountMSat/1e3).toString():"Open")||"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return r.includes(o)}}loadOffersTable(i){this.offersBookmarks=new L.I6(i?[...i]:[]),this.offersBookmarks.sort=this.sort,this.offersBookmarks.sortingDataAccessor=(o,r)=>o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null,this.offersBookmarks.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.offersBookmarks.data&&this.offersBookmarks.data.length>0&&this.commonService.downloadFile(this.offersBookmarks.data,"OfferBookmarks")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Q.h),A.rXU(H.H),A.rXU(Ee.vh),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-offer-bookmarks-table"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Offer Bookmarks")}])],decls:50,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","lastUpdatedAt"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","title"],["matColumnDef","description"],["matColumnDef","issuer"],["matColumnDef","bolt12"],["matColumnDef","amountMSat"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_offer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",1),A.nrm(1,"div",2),A.j41(2,"div",3)(3,"div",4)(4,"div",5),A.nrm(5,"fa-icon",6),A.j41(6,"span",7),A.EFF(7,"Offer Bookmarks"),A.k0s()(),A.j41(8,"div",8)(9,"mat-form-field",9)(10,"mat-label"),A.EFF(11,"Filter By"),A.k0s(),A.j41(12,"mat-select",10),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(13,"perfect-scrollbar"),A.DNE(14,bE,2,2,"mat-option",11),A.k0s()()(),A.j41(15,"mat-form-field",9)(16,"mat-label"),A.EFF(17,"Filter"),A.k0s(),A.j41(18,"input",12),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(19,"div",13),A.DNE(20,RE,1,0,"mat-progress-bar",14),A.j41(21,"table",15,0),A.qex(23,16),A.DNE(24,SE,2,0,"th",17)(25,NE,3,4,"td",18),A.bVm(),A.qex(26,19),A.DNE(27,TE,2,0,"th",17)(28,PE,4,4,"td",18),A.bVm(),A.qex(29,20),A.DNE(30,UE,2,0,"th",17)(31,GE,4,4,"td",18),A.bVm(),A.qex(32,21),A.DNE(33,LE,2,0,"th",17)(34,zE,2,1,"td",18),A.bVm(),A.qex(35,22),A.DNE(36,kE,2,0,"th",17)(37,HE,4,4,"td",18),A.bVm(),A.qex(38,23),A.DNE(39,jE,2,0,"th",24)(40,OE,4,3,"td",18),A.bVm(),A.qex(41,25),A.DNE(42,JE,6,0,"th",26)(43,_E,10,0,"td",27),A.bVm(),A.qex(44,28),A.DNE(45,XE,4,3,"td",29),A.bVm(),A.DNE(46,ZE,1,3,"tr",30)(47,qE,1,0,"tr",31)(48,$E,1,0,"tr",32),A.k0s()(),A.nrm(49,"mat-paginator",33),A.k0s()()}2&o&&(A.R7$(5),A.Y8G("icon",r.faHistory),A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,xE).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(2),A.Y8G("ngIf",(null==r.apiCallStatus?null:r.apiCallStatus.status)===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.offersBookmarks)("ngClass",A.eq3(16,yE,""!==r.errorMessage)),A.R7$(25),A.Y8G("matFooterRowDef",A.lJ4(18,YE)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.vh],encapsulation:2}))}return n(),l})();const eh=()=>["all"],th=()=>["no_event"],O0=n=>({width:n}),nh=n=>({"display-none":n});function ih(n,l){if(1&n&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.JRh(e.errorMessage)}}function sh(n,l){if(1&n&&(A.j41(0,"mat-option",17),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function rh(n,l){if(1&n){const e=A.RV6();A.j41(0,"div",7)(1,"div",8),A.nrm(2,"fa-icon",9),A.j41(3,"span"),A.EFF(4,"Maximum 1,000 local failed transactions only."),A.k0s()(),A.j41(5,"div",10),A.nrm(6,"div",11),A.j41(7,"div",12)(8,"mat-form-field",13)(9,"mat-label"),A.EFF(10,"Filter By"),A.k0s(),A.j41(11,"mat-select",14),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilterBy,o)||(r.selFilterBy=o),E.Njj(o)}),A.bIt("selectionChange",function(){E.eBV(e);const o=A.XpG();return o.selFilter="",E.Njj(o.applyFilter())}),A.j41(12,"perfect-scrollbar"),A.DNE(13,sh,2,2,"mat-option",15),A.k0s()()(),A.j41(14,"mat-form-field",13)(15,"mat-label"),A.EFF(16,"Filter"),A.k0s(),A.j41(17,"input",16),A.mxI("ngModelChange",function(o){E.eBV(e);const r=A.XpG();return A.DH7(r.selFilter,o)||(r.selFilter=o),E.Njj(o)}),A.bIt("input",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())})("keyup",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.applyFilter())}),A.k0s()()()()()}if(2&n){const e=A.XpG();A.R7$(2),A.Y8G("icon",e.faExclamationTriangle),A.R7$(9),A.R50("ngModel",e.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(4,eh).concat(e.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",e.selFilter)}}function ah(n,l){1&n&&A.nrm(0,"mat-progress-bar",40)}function oh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Received Time"),A.k0s())}function lh(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.received_time),"dd/MMM/y HH:mm"))}}function ch(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"In Channel ID"),A.k0s())}function Bh(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.in_channel)}}function gh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"In Channel"),A.k0s())}function fh(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,O0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.in_channel_alias)}}function uh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Out Channel ID"),A.k0s())}function Eh(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.out_channel)}}function hh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Out Channel"),A.k0s())}function wh(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,O0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.out_channel_alias)}}function Ch(n,l){1&n&&(A.j41(0,"th",45),A.EFF(1,"Amount In (Sats)"),A.k0s())}function dh(n,l){if(1&n&&(A.j41(0,"td",42)(1,"span",46),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==e?null:e.in_msat)/1e3,(null==e?null:e.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Qh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Style"),A.k0s())}function mh(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.style)}}function Mh(n,l){1&n&&(A.j41(0,"th",41),A.EFF(1,"Fail Reason"),A.k0s())}function ph(n,l){if(1&n&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG(2);A.R7$(),A.JRh(i.CLNFailReason[null==e?null:e.failreason])}}function Dh(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){E.eBV(e);const o=A.XpG(2);return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Ih(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",51)(1,"button",52),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG(2);return E.Njj(r.onFailedLocalEventClick(o))}),A.EFF(2,"View Info"),A.k0s()()}}function Fh(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No failed transaction available."),A.k0s())}function xh(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting failed transactions..."),A.k0s())}function yh(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(3);A.R7$(),A.JRh(e.errorMessage)}}function Yh(n,l){if(1&n&&(A.j41(0,"td",53),A.DNE(1,Fh,2,0,"p",54)(2,xh,2,0,"p",54)(3,yh,2,1,"p",54),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=e.failedLocalForwardingEvents&&e.failedLocalForwardingEvents.data)||(null==e.failedLocalForwardingEvents||null==e.failedLocalForwardingEvents.data?null:e.failedLocalForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.failedLocalForwardingEvents&&e.failedLocalForwardingEvents.data)||(null==e.failedLocalForwardingEvents||null==e.failedLocalForwardingEvents.data?null:e.failedLocalForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.failedLocalForwardingEvents&&e.failedLocalForwardingEvents.data)||(null==e.failedLocalForwardingEvents||null==e.failedLocalForwardingEvents.data?null:e.failedLocalForwardingEvents.data.length)<1)&&(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.ERROR)}}function vh(n,l){if(1&n&&A.nrm(0,"tr",55),2&n){const e=A.XpG(2);A.Y8G("ngClass",A.eq3(1,nh,(null==e.failedLocalForwardingEvents?null:e.failedLocalForwardingEvents.data)&&(null==e.failedLocalForwardingEvents||null==e.failedLocalForwardingEvents.data?null:e.failedLocalForwardingEvents.data.length)>0))}}function bh(n,l){1&n&&A.nrm(0,"tr",56)}function Rh(n,l){1&n&&A.nrm(0,"tr",57)}function Sh(n,l){if(1&n&&(A.j41(0,"div",18),A.DNE(1,ah,1,0,"mat-progress-bar",19),A.j41(2,"table",20,0),A.qex(4,21),A.DNE(5,oh,2,0,"th",22)(6,lh,3,4,"td",23),A.bVm(),A.qex(7,24),A.DNE(8,ch,2,0,"th",22)(9,Bh,2,1,"td",23),A.bVm(),A.qex(10,25),A.DNE(11,gh,2,0,"th",22)(12,fh,4,4,"td",23),A.bVm(),A.qex(13,26),A.DNE(14,uh,2,0,"th",22)(15,Eh,2,1,"td",23),A.bVm(),A.qex(16,27),A.DNE(17,hh,2,0,"th",22)(18,wh,4,4,"td",23),A.bVm(),A.qex(19,28),A.DNE(20,Ch,2,0,"th",29)(21,dh,4,4,"td",23),A.bVm(),A.qex(22,30),A.DNE(23,Qh,2,0,"th",22)(24,mh,2,1,"td",23),A.bVm(),A.qex(25,31),A.DNE(26,Mh,2,0,"th",22)(27,ph,2,1,"td",23),A.bVm(),A.qex(28,32),A.DNE(29,Dh,6,0,"th",33)(30,Ih,3,0,"td",34),A.bVm(),A.qex(31,35),A.DNE(32,Yh,4,3,"td",36),A.bVm(),A.DNE(33,vh,1,3,"tr",37)(34,bh,1,0,"tr",38)(35,Rh,1,0,"tr",39),A.k0s()()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(null==e.apiCallStatus?null:e.apiCallStatus.status)===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",e.tableSetting.sortBy)("matSortDirection",e.tableSetting.sortOrder)("dataSource",e.failedLocalForwardingEvents),A.R7$(31),A.Y8G("matFooterRowDef",A.lJ4(7,th)),A.R7$(),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)}}function Nh(n,l){if(1&n&&A.nrm(0,"mat-paginator",58),2&n){const e=A.XpG();A.Y8G("pageSize",e.pageSize)("pageSizeOptions",e.pageSizeOptions)("hidePageSize",e.screenSize!==e.screenSizeEnum.XS)}}let Th=(()=>{var n;class l{constructor(i,o,r,nA,WA){this.logger=i,this.commonService=o,this.store=r,this.datePipe=nA,this.camelCaseWithReplace=WA,this.faExclamationTriangle=d.zpE,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"local_failed",recordsPerPage:c.md,sortBy:"received_time",sortOrder:c.oi.DESCENDING},this.CLNFailReason=c.iI,this.failedLocalEvents=[],this.errorMessage="",this.displayedColumns=[],this.failedLocalForwardingEvents=new L.I6([]),this.selFilter="",this.totalLocalFailedTransactions=0,this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.apiCallStatus=null,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,xA.uK)({payload:{status:c.xk.LOCAL_FAILED}})),this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(U.aJ).pipe((0,M.Q)(this.unSubs[1])).subscribe(i=>{this.errorMessage="",this.apiCallStatus=i.apiCallStatus,this.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalLocalFailedTransactions=i.localFailedForwardingHistory.totalForwards||0,this.failedLocalEvents=i.localFailedForwardingHistory.listForwards||[],this.failedLocalEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadLocalfailedLocalEventsTable(this.failedLocalEvents),this.logger.info(i)})}ngAfterViewInit(){this.failedLocalEvents.length>0&&this.loadLocalfailedLocalEventsTable(this.failedLocalEvents)}onFailedLocalEventClick(i){this.store.dispatch((0,w.xO)({payload:{data:{type:c.A$.INFORMATION,alertTitle:"Local Failed Event Information",message:[[{key:"received_time",value:i.received_time,title:"Received Time",width:50,type:c.UN.DATE_TIME},{key:"in_channel_alias",value:i.in_channel_alias,title:"Inbound Channel",width:50,type:c.UN.STRING}],[{key:"in_msatoshi",value:i.in_msat,title:"Amount In (mSats)",width:100,type:c.UN.NUMBER}],[{key:"failreason",value:i.failreason?this.CLNFailReason[i.failreason]:"",title:"Reason for Failure",width:100,type:c.UN.STRING}]]}}}))}applyFilter(){this.failedLocalForwardingEvents.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column,"_"):this.commonService.titleCase(i)}setFilterPredicate(){this.failedLocalForwardingEvents.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.received_time?this.datePipe.transform(new Date(1e3*i.received_time),"dd/MMM/y HH:mm")?.toLowerCase():"")+(i.in_channel_alias?i.in_channel_alias.toLowerCase():"")+(i.failreason&&this.CLNFailReason[i.failreason]?this.CLNFailReason[i.failreason].toLowerCase():"")+(i.in_msat?i.in_msat:"");break;case"received_time":r=this.datePipe.transform(new Date(1e3*(i.received_time||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"in_msatoshi":r=(+(i.in_msat||0)/1e3).toString()||"";break;case"failreason":r=i?.failreason?this.CLNFailReason[i?.failreason]:"";break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return"failreason"===this.selFilterBy?0===r.indexOf(o):r.includes(o)}}loadLocalfailedLocalEventsTable(i){this.failedLocalForwardingEvents=new L.I6([...i]),this.failedLocalForwardingEvents.sort=this.sort,this.failedLocalForwardingEvents.sortingDataAccessor=(o,r)=>{switch(r){case"in_msatoshi":return o.in_msat;case"failreason":return o.failreason?this.CLNFailReason[o.failreason]:"";default:return o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null}},this.failedLocalForwardingEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.failedLocalForwardingEvents)}onDownloadCSV(){this.failedLocalForwardingEvents&&this.failedLocalForwardingEvents.data&&this.failedLocalForwardingEvents.data.length>0&&this.commonService.downloadFile(this.failedLocalForwardingEvents.data,"Local-failed-transactions")}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(Q.h),A.rXU(_.il),A.rXU(Ee.vh),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-local-failed-history"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Local failed events")}])],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","hidePageSize",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-warn","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","style"],["matColumnDef","failreason"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"]],template:function(o,r){1&o&&(A.j41(0,"div",1),A.DNE(1,ih,2,1,"div",2)(2,rh,18,5,"div",3)(3,Sh,36,8,"div",4)(4,Nh,1,3,"mat-paginator",5),A.k0s()),2&o&&(A.R7$(),A.Y8G("ngIf",""!==r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage),A.R7$(),A.Y8G("ngIf",""===r.errorMessage))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.me,gA.BC,gA.vS,y.aY,JA.$z,Be.fg,KA.rl,KA.nJ,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,b.iy,wA.ZF,wA.Ld,Ee.QX,Ee.vh],encapsulation:2}))}return n(),l})();const Ph=["form"];function Uh(n,l){1&n&&A.eu8(0)}function Gh(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Requested amount is required."),A.k0s())}function Lh(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Fee rate is required."),A.k0s())}function zh(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Local amount is required."),A.k0s())}function kh(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Local amount must be greater than or equal to 20,000 Sats. It's required to cover the channel force close fee, if needed."),A.k0s())}function Hh(n,l){if(1&n&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.SpI("Local amount must be less than or equal to ",e.totalBalance,".")}}function jh(n,l){if(1&n&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.channelConnectionError)}}function Oh(n,l){if(1&n&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",28),A.DNE(2,jh,2,1,"span",19),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("icon",e.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==e.channelConnectionError)}}function Jh(n,l){1&n&&(A.j41(0,"th",47),A.EFF(1,"Type"),A.k0s())}function _h(n,l){if(1&n&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.type)}}function Vh(n,l){1&n&&(A.j41(0,"th",47),A.EFF(1,"Address"),A.k0s())}function Wh(n,l){if(1&n&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.address)}}function Kh(n,l){1&n&&(A.j41(0,"th",47),A.EFF(1,"Port"),A.k0s())}function Xh(n,l){if(1&n&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e?null:e.port)}}function Zh(n,l){1&n&&A.nrm(0,"tr",49)}function qh(n,l){1&n&&A.nrm(0,"tr",50)}function $h(n,l){if(1&n&&(A.j41(0,"mat-expansion-panel",30)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),A.EFF(4,"Node: \xa0"),A.k0s(),A.j41(5,"strong",31),A.EFF(6),A.k0s()()(),A.j41(7,"div",13)(8,"div",6)(9,"div",7)(10,"h4",32),A.EFF(11,"Pubkey"),A.k0s(),A.j41(12,"span",33),A.EFF(13),A.k0s()()(),A.nrm(14,"mat-divider",34),A.j41(15,"div",6)(16,"div",7)(17,"h4",32),A.EFF(18,"Last Timestamp"),A.k0s(),A.j41(19,"span",35),A.EFF(20),A.nI1(21,"date"),A.k0s()()(),A.nrm(22,"mat-divider",34),A.j41(23,"div",36)(24,"h4",37),A.EFF(25,"Addresses"),A.k0s(),A.j41(26,"div",38)(27,"table",39,5),A.qex(29,40),A.DNE(30,Jh,2,0,"th",41)(31,_h,2,1,"td",42),A.bVm(),A.qex(32,43),A.DNE(33,Vh,2,0,"th",41)(34,Wh,2,1,"td",42),A.bVm(),A.qex(35,44),A.DNE(36,Kh,2,0,"th",41)(37,Xh,2,1,"td",42),A.bVm(),A.DNE(38,Zh,1,0,"tr",45)(39,qh,1,0,"tr",46),A.k0s()()()()()),2&n){const e=A.XpG(2);A.R7$(6),A.JRh((null==e.node?null:e.node.alias)||(null==e.node?null:e.node.nodeid)),A.R7$(7),A.JRh(e.node.nodeid),A.R7$(7),A.JRh(A.i5U(21,6,1e3*e.node.last_timestamp,"dd/MMM/y HH:mm")),A.R7$(7),A.Y8G("dataSource",e.node.addresses),A.R7$(11),A.Y8G("matHeaderRowDef",e.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",e.displayedColumns)}}function Aw(n,l){if(1&n&&A.DNE(0,$h,40,9,"mat-expansion-panel",29),2&n){const e=A.XpG();A.Y8G("ngIf",e.node)}}let ew=(()=>{var n;class l{constructor(i,o,r,nA){this.dialogRef=i,this.data=o,this.actions=r,this.store=nA,this.faExclamationTriangle=d.zpE,this.totalBalance=0,this.node={},this.requestedAmount=0,this.feeRate=0,this.localAmount=0,this.channelConnectionError="",this.displayedColumns=["type","address","port"],this.unSubs=[new B.B,new B.B]}ngOnInit(){this.alertTitle=this.data.alertTitle||"",this.totalBalance=this.data.message?.balance||0,this.node=this.data.message?.node||{},this.requestedAmount=this.data.message?.requestedAmount||0,this.feeRate=this.data.message?.feeRate||0,this.localAmount=this.data.message?.localAmount||0,this.actions.pipe((0,M.Q)(this.unSubs[0]),(0,Z.p)(i=>i.type===c.TC.UPDATE_API_CALL_STATUS_CLN||i.type===c.TC.FETCH_CHANNELS_CLN)).subscribe(i=>{i.type===c.TC.UPDATE_API_CALL_STATUS_CLN&&i.payload.status===c.wn.ERROR&&"SaveNewChannel"===i.payload.action&&(this.channelConnectionError=i.payload.message),i.type===c.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close()})}onClose(){this.dialogRef.close(!1)}resetData(){this.form.resetForm(),this.form.controls.ramount.setValue(this.data.message?.requestedAmount),this.form.controls.feerate.setValue(this.data.message?.feeRate),this.form.controls.lamount.setValue(this.data.message?.localAmount),this.calculateFee(),this.channelConnectionError=""}calculateFee(){this.node.channel_opening_fee=+(this.node.option_will_fund?.lease_fee_base_msat||0)/1e3+this.requestedAmount*+(this.node.option_will_fund?.lease_fee_basis||0)/1e4+ +(this.node.option_will_fund?.funding_weight||0)/4*this.feeRate}onOpenChannel(){if(!this.node||!this.node.option_will_fund||!this.requestedAmount||!this.feeRate||!this.localAmount||this.localAmount<2e4)return!0;const i={peerId:this.node.nodeid||"",amount:this.localAmount.toString(),feeRate:this.feeRate+"perkb",requestAmount:this.requestedAmount.toString(),compactLease:this.node.option_will_fund.compact_lease,announce:!0};this.store.dispatch((0,xA.vL)({payload:i}))}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(UA.CP),A.rXU(UA.Vh),A.rXU(QA.En),A.rXU(_.il))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-open-liquidity-channel"]],viewQuery:function(o,r){if(1&o&&A.GBs(Ph,7),2&o){let nA;A.mGM(nA=A.lsd())&&(r.form=nA.first)}},standalone:!1,decls:54,vars:24,consts:[["form","ngForm"],["ramount","ngModel"],["feeRt","ngModel"],["lamount","ngModel"],["nodeDetailsExpansionBlock",""],["table",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","6","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[4,"ngTemplateOutlet"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","30","fxLayoutAlign","start end"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","ramount",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],[4,"ngIf"],["matInput","","type","number","tabindex","2","required","","name","feerate",3,"ngModelChange","keyup","step","min","ngModel"],["matInput","","type","number","tabindex","3","required","","name","lamount",3,"ngModelChange","step","min","max","ngModel"],["fxFlex","100",1,"alert","alert-info","mt-4"],["fxFlex","100","class","alert alert-danger mt-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","4",1,"mr-1",3,"click"],["autoFocus","","mat-button","","color","primary","tabindex","5",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-2"],[1,"mr-1","alert-icon",3,"icon"],["class","flat-expansion-panel mt-1 mb-2","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","mt-1","mb-2"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","100",1,"font-bold-500","mb-1"],[1,"table-container"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","port"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",6)(1,"div",7)(2,"mat-card-header",8)(3,"div",9)(4,"span",10),A.EFF(5),A.k0s()(),A.j41(6,"button",11),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",12)(9,"form",13,0),A.DNE(11,Uh,1,0,"ng-container",14),A.j41(12,"div",15)(13,"mat-form-field",16)(14,"mat-label"),A.EFF(15,"Requested Amount"),A.k0s(),A.j41(16,"input",17,1),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.requestedAmount,Ae)||(r.requestedAmount=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.calculateFee())}),A.k0s(),A.j41(18,"span",18),A.EFF(19," Sats "),A.k0s(),A.DNE(20,Gh,2,0,"mat-error",19),A.k0s(),A.j41(21,"mat-form-field",16)(22,"mat-label"),A.EFF(23,"Fee Rate"),A.k0s(),A.j41(24,"input",20,2),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.feeRate,Ae)||(r.feeRate=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.calculateFee())}),A.k0s(),A.j41(26,"span",18),A.EFF(27," Sats/vByte "),A.k0s(),A.DNE(28,Lh,2,0,"mat-error",19),A.k0s(),A.j41(29,"mat-form-field",16)(30,"mat-label"),A.EFF(31,"Local Amount"),A.k0s(),A.j41(32,"input",21,3),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.localAmount,Ae)||(r.localAmount=Ae),E.Njj(Ae)}),A.k0s(),A.j41(34,"mat-hint"),A.EFF(35),A.nI1(36,"number"),A.k0s(),A.j41(37,"span",18),A.EFF(38," Sats "),A.k0s(),A.DNE(39,zh,2,0,"mat-error",19)(40,kh,2,0,"mat-error",19)(41,Hh,2,1,"mat-error",19),A.k0s()(),A.j41(42,"div",22)(43,"span"),A.EFF(44),A.nI1(45,"number"),A.k0s()(),A.DNE(46,Oh,3,2,"div",23),A.j41(47,"div",24)(48,"button",25),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.resetData())}),A.EFF(49,"Clear"),A.k0s(),A.j41(50,"button",26),A.bIt("click",function(){return E.eBV(nA),E.Njj(r.onOpenChannel())}),A.EFF(51,"Execute"),A.k0s()()()()()(),A.DNE(52,Aw,1,1,"ng-template",null,4,A.C5r)}if(2&o){const nA=A.sdS(17),WA=A.sdS(25),Ae=A.sdS(33),mn=A.sdS(53);A.R7$(5),A.JRh(r.alertTitle),A.R7$(6),A.Y8G("ngTemplateOutlet",mn),A.R7$(5),A.Y8G("step",1e4)("min",0),A.R50("ngModel",r.requestedAmount),A.R7$(4),A.Y8G("ngIf",null==nA.errors?null:nA.errors.required),A.R7$(4),A.Y8G("step",10)("min",0),A.R50("ngModel",r.feeRate),A.R7$(4),A.Y8G("ngIf",null==WA.errors?null:WA.errors.required),A.R7$(4),A.Y8G("step",1e4)("min",2e4)("max",r.totalBalance),A.R50("ngModel",r.localAmount),A.R7$(3),A.SpI("Remaining: ",A.bMT(36,20,r.totalBalance-(r.localAmount?r.localAmount:0))),A.R7$(4),A.Y8G("ngIf",null==Ae.errors?null:Ae.errors.required),A.R7$(),A.Y8G("ngIf",null==Ae.errors?null:Ae.errors.min),A.R7$(),A.Y8G("ngIf",null==Ae.errors?null:Ae.errors.max),A.R7$(3),A.SpI("Total cost to lease ",A.bMT(45,22,r.node.channel_opening_fee)," (Sats)"),A.R7$(2),A.Y8G("ngIf",""!==r.channelConnectionError)}},dependencies:[Ee.bT,Ee.T3,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.VZ,gA.zX,gA.vS,gA.cV,y.aY,JA.$z,lA.m2,lA.MM,Qi.GK,Qi.Z2,Qi.WN,Be.fg,KA.rl,KA.nJ,KA.MV,KA.TL,KA.yw,$t.q,D.DJ,D.sA,D.UI,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.KS,L.$R,L.YZ,L.NB,kA.N,ti.z,CA.V,Ee.QX,Ee.vh],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]}))}return n(),l})();var tw=Ve(36471);const nw=()=>["all"],iw=n=>({"error-border":n}),sw=()=>["no_lqNode"],J0=n=>({width:n}),rw=n=>({"display-none":n});function aw(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Channel amount is required."),A.k0s())}function ow(n,l){1&n&&(A.j41(0,"mat-error"),A.EFF(1,"Channel opening fee rate is required."),A.k0s())}function lw(n,l){if(1&n&&(A.j41(0,"mat-option",49),A.EFF(1),A.k0s()),2&n){const e=l.$implicit,i=A.XpG();A.Y8G("value",e),A.R7$(),A.JRh(i.getLabel(e))}}function cw(n,l){1&n&&A.nrm(0,"mat-progress-bar",50)}function Bw(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Alias"),A.k0s())}function gw(n,l){if(1&n&&(A.j41(0,"mat-chip",57),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.SpI(" ","tor"===e?"Tor":"ipv"===e?"Clearnet":e," ")}}function fw(n,l){if(1&n&&(A.j41(0,"td",52)(1,"div",53)(2,"span",54),A.EFF(3),A.j41(4,"mat-chip-list",55),A.DNE(5,gw,2,1,"mat-chip",56),A.k0s()()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(3,J0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.SpI(" ",null==e?null:e.alias," "),A.R7$(2),A.Y8G("ngForOf",e.address_types)}}function uw(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Node ID"),A.k0s())}function Ew(n,l){if(1&n&&(A.j41(0,"td",52)(1,"div",53)(2,"span",58),A.EFF(3),A.k0s()()()),2&n){const e=l.$implicit,i=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,J0,i.screenSize===i.screenSizeEnum.XS?"6rem":i.colWidth)),A.R7$(2),A.JRh(null==e?null:e.nodeid)}}function hw(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Last Announcement At"),A.k0s())}function ww(n,l){if(1&n&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==e?null:e.last_timestamp),"dd/MMM/y HH:mm")||"-")}}function Cw(n,l){1&n&&(A.j41(0,"th",51),A.EFF(1,"Compact Lease"),A.k0s())}function dw(n,l){if(1&n&&(A.j41(0,"td",52),A.EFF(1),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.JRh(null==e||null==e.option_will_fund?null:e.option_will_fund.compact_lease)}}function Qw(n,l){1&n&&(A.j41(0,"th",59),A.EFF(1," Lease Fee"),A.k0s())}function mw(n,l){if(1&n&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Lme(" ",A.i5U(2,2,(null==e||null==e.option_will_fund?null:e.option_will_fund.lease_fee_base_msat)/1e3,"1.0-0")," Sats + ",A.i5U(3,5,(null==e||null==e.option_will_fund?null:e.option_will_fund.lease_fee_basis)/100,"1.2-2"),"% ")}}function Mw(n,l){1&n&&(A.j41(0,"th",59),A.EFF(1," Routing Fee"),A.k0s())}function pw(n,l){if(1&n&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&n){const e=l.$implicit;A.R7$(),A.Lme(" ",A.i5U(2,2,(null==e||null==e.option_will_fund?null:e.option_will_fund.channel_fee_max_base_msat)/1e3,"1.0-0")," Sats + ",A.i5U(3,5,1e3*(null==e||null==e.option_will_fund?null:e.option_will_fund.channel_fee_max_proportional_thousandths),"1.0-0")," ppm ")}}function Dw(n,l){1&n&&(A.j41(0,"th",60),A.EFF(1,"Channel Opening Fee (Sats)"),A.k0s())}function Iw(n,l){if(1&n&&(A.j41(0,"td",52)(1,"span",61),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,e.channel_opening_fee,"1.0-0")," ")}}function Fw(n,l){1&n&&(A.j41(0,"th",60),A.EFF(1,"Funding Weight"),A.k0s())}function xw(n,l){if(1&n&&(A.j41(0,"td",52)(1,"span",61),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&n){const e=l.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,null==e||null==e.option_will_fund?null:e.option_will_fund.funding_weight,"1.0-0")," ")}}function yw(n,l){if(1&n){const e=A.RV6();A.j41(0,"th",59)(1,"div",62)(2,"mat-select",63),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",64),A.bIt("click",function(){E.eBV(e);const o=A.XpG();return E.Njj(o.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Yw(n,l){if(1&n){const e=A.RV6();A.j41(0,"td",65)(1,"div",62)(2,"mat-select",63),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",64),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onViewLeaseInfo(o))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",64),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.onOpenChannel(o))}),A.EFF(7,"Open Channel"),A.k0s(),A.j41(8,"mat-option",64),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.viewLeaseOn(o,"LN"))}),A.EFF(9,"View on Lnrouter"),A.k0s(),A.j41(10,"mat-option",64),A.bIt("click",function(){const o=E.eBV(e).$implicit,r=A.XpG();return E.Njj(r.viewLeaseOn(o,"AM"))}),A.EFF(11,"View on Amboss"),A.k0s()()()()}}function vw(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"No node with liquidity."),A.k0s())}function bw(n,l){1&n&&(A.j41(0,"p"),A.EFF(1,"Getting nodes with liquidity..."),A.k0s())}function Rw(n,l){if(1&n&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&n){const e=A.XpG(2);A.R7$(),A.JRh(e.errorMessage)}}function Sw(n,l){if(1&n&&(A.j41(0,"td",66),A.DNE(1,vw,2,0,"p",17)(2,bw,2,0,"p",17)(3,Rw,2,1,"p",17),A.k0s()),2&n){const e=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=e.liquidityNodes&&e.liquidityNodes.data)||(null==e.liquidityNodes||null==e.liquidityNodes.data?null:e.liquidityNodes.data.length)<1)&&e.listNodesCallStatus===e.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=e.liquidityNodes&&e.liquidityNodes.data)||(null==e.liquidityNodes||null==e.liquidityNodes.data?null:e.liquidityNodes.data.length)<1)&&e.listNodesCallStatus===e.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=e.liquidityNodes&&e.liquidityNodes.data)||(null==e.liquidityNodes||null==e.liquidityNodes.data?null:e.liquidityNodes.data.length)<1)&&e.listNodesCallStatus===e.apiCallStatusEnum.ERROR)}}function Nw(n,l){if(1&n&&A.nrm(0,"tr",67),2&n){const e=A.XpG();A.Y8G("ngClass",A.eq3(1,rw,(null==e.liquidityNodes?null:e.liquidityNodes.data)&&(null==e.liquidityNodes||null==e.liquidityNodes.data?null:e.liquidityNodes.data.length)>0))}}function Tw(n,l){1&n&&A.nrm(0,"tr",68)}function Pw(n,l){1&n&&A.nrm(0,"tr",69)}let Uw=(()=>{var n;class l{constructor(i,o,r,nA,WA,Ae,mn){this.logger=i,this.store=o,this.dataService=r,this.commonService=nA,this.rtlEffects=WA,this.datePipe=Ae,this.camelCaseWithReplace=mn,this.nodePageDefs=c.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="liquidity_ads",this.tableSetting={tableId:"liquidity_ads",recordsPerPage:c.md,sortBy:"channel_opening_fee",sortOrder:c.oi.ASCENDING},this.askTooltipMsg="",this.nodesTooltipMsg="",this.displayedColumns=[],this.faBullhorn=d.e4L,this.faExclamationTriangle=d.zpE,this.faUsers=d.gdJ,this.totalBalance=0,this.channelAmount=1e5,this.channel_opening_feeRate=10,this.node_capacity=5e5,this.channel_count=5,this.liquidityNodesData=[],this.liquidityNodes=new L.I6([]),this.pageSize=c.md,this.pageSizeOptions=c.xp,this.screenSize="",this.screenSizeEnum=c.f7,this.errorMessage="",this.selFilter="",this.listNodesCallStatus=c.wn.INITIATED,this.apiCallStatusEnum=c.wn,this.unSubs=[new B.B,new B.B,new B.B,new B.B,new B.B,new B.B],this.askTooltipMsg="Specify the liquidity requirements for your node: \n 1. Channel Amount - Amount in Sats you need on the channel opened to your node \n 2. Channel opening fee rate - Rate in Sats/vByte that you are willing to pay to open the channel to you",this.nodesTooltipMsg="These nodes are advertising their liquidity offering on the network.\nYou should pay attention to the following aspects to evaluate each node offer: \n- The total bitcoin deployed on the node, the more the better\n",this.nodesTooltipMsg=this.nodesTooltipMsg+"- The number of channels open on the node, the more the better\n- The channel open fee which the node will charge from you\n- The routing fee which the node will charge on the payments, the lesser the better\n- The reliability of the node, ideally uptime. Refer to the information being provided by the node explorers",this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(U.av).pipe((0,M.Q)(this.unSubs[0])).subscribe(i=>{this.errorMessage="",i.apiCallStatus.status===c.wn.ERROR&&(this.errorMessage=i.apiCallStatus.message||""),this.tableSetting=i.pageSettings.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId)||c.mu.find(o=>o.pageId===this.PAGE_ID)?.tables.find(o=>o.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===c.f7.XS||this.screenSize===c.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:c.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),(0,Ja.z)([this.store.select(U.kQ),this.dataService.listNetworkNodes({liquidity_ads:!0})]).pipe((0,M.Q)(this.unSubs[1])).subscribe({next:([i,o])=>{this.information=i.information,this.totalBalance=i.balance.totalBalance||0,this.logger.info(i),o&&!o.length&&(o=[]),this.logger.info("Received Liquidity Ads Enabled Nodes: "+JSON.stringify(o)),this.listNodesCallStatus=c.wn.COMPLETED,o.forEach(r=>{r.address_types=Array.from(new Set(r.addresses?.reduce((WA,Ae)=>((Ae.type?.includes("ipv")||Ae.type?.includes("tor"))&&WA.push(Ae.type?.substring(0,3)),WA),[])))}),this.liquidityNodesData=o.filter(r=>r.nodeid!==this.information.id),this.onCalculateOpeningFee(),this.loadLiqNodesTable(this.liquidityNodesData)},error:i=>{this.logger.error("Liquidity Ads Nodes Error: "+JSON.stringify(i)),this.listNodesCallStatus=c.wn.ERROR,this.errorMessage=JSON.stringify(i)}})}onCalculateOpeningFee(){this.liquidityNodesData.forEach(i=>{i.option_will_fund&&(i.channel_opening_fee=+(i.option_will_fund.lease_fee_base_msat||0)/1e3+this.channelAmount*+(i.option_will_fund.lease_fee_basis||0)/1e4+ +(i.option_will_fund.funding_weight||0)/4*this.channel_opening_feeRate)}),this.paginator&&this.paginator.firstPage()}onFilter(){}applyFilter(){this.liquidityNodes.filter=this.selFilter.trim().toLowerCase()}getLabel(i){const o=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(r=>r.column===i);return o?o.label?o.label:this.camelCaseWithReplace.transform(o.column||"","_"):this.commonService.titleCase(i)}setFilterPredicate(){this.liquidityNodes.filterPredicate=(i,o)=>{let r="";switch(this.selFilterBy){case"all":r=(i.alias?i.alias.toLocaleLowerCase():"")+(i.channel_opening_fee?i.channel_opening_fee+" Sats":"")+(i.option_will_fund?.lease_fee_base_msat?i.option_will_fund?.lease_fee_base_msat/1e3+" Sats":"")+(i.option_will_fund?.lease_fee_basis?i.option_will_fund?.lease_fee_basis/100+"%":"")+(i.option_will_fund?.channel_fee_max_base_msat?i.option_will_fund?.channel_fee_max_base_msat/1e3+" Sats":"")+(i.option_will_fund?.channel_fee_max_proportional_thousandths?1e3*i.option_will_fund?.channel_fee_max_proportional_thousandths+" ppm":"")+(i.address_types?i.address_types.reduce((nA,WA)=>nA+("tor"===WA?" tor":"ipv"===WA?" clearnet":" "+WA.toLowerCase()),""):"");break;case"alias":r=(i?.alias?.toLowerCase()||" ")+i?.address_types?.reduce((nA,WA)=>nA+(WA?"ipv"===WA?"clearnet":WA:"")," ")||"";break;case"last_timestamp":r=this.datePipe.transform(new Date(1e3*(i.last_timestamp||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"compact_lease":r=i?.option_will_fund?.compact_lease?.toLowerCase()||"";break;case"lease_fee":r=((i.option_will_fund?.lease_fee_base_msat||0)/1e3+" sats "||0)+((i.option_will_fund?.lease_fee_basis||0)/100+"%")||0;break;case"routing_fee":r=((i.option_will_fund?.channel_fee_max_base_msat||0)/1e3+" sats "||0)+(1e3*(i.option_will_fund?.channel_fee_max_proportional_thousandths||0)+" ppm")||0;break;default:r=typeof i[this.selFilterBy]>"u"?"":"string"==typeof i[this.selFilterBy]?i[this.selFilterBy].toLowerCase():"boolean"==typeof i[this.selFilterBy]?i[this.selFilterBy]?"yes":"no":i[this.selFilterBy].toString()}return r.includes(o)}}loadLiqNodesTable(i){this.liquidityNodes=new L.I6([...i]),this.liquidityNodes.sort=this.sort,this.liquidityNodes.sortingDataAccessor=(o,r)=>o[r]&&isNaN(o[r])?o[r].toLocaleLowerCase():o[r]?+o[r]:null,this.setFilterPredicate(),this.applyFilter(),this.liquidityNodes.paginator=this.paginator}viewLeaseOn(i,o){"LN"===o?window.open("https://lnrouter.app/node/"+i.nodeid,"_blank"):"AM"===o&&window.open("https://amboss.space/node/"+i.nodeid,"_blank")}onOpenChannel(i){this.store.dispatch((0,w.xO)({payload:{data:{alertTitle:"Open Channel",message:{node:i,balance:this.totalBalance,requestedAmount:this.channelAmount,feeRate:this.channel_opening_feeRate,localAmount:2e4},component:ew}}}))}onViewLeaseInfo(i){const o=i.addresses?.reduce((WA,Ae)=>(Ae.address&&Ae.address.length>40&&(Ae.address=Ae.address.substring(0,39)+"..."),WA.concat(JSON.stringify(Ae).replace("{","").replace("}","").replace(/:/g,": ").replace(/,/g,"        ").replace(/"/g,""))),[]),r=[];if(i.features&&""!==i.features.trim()){const WA=parseInt(i.features,16);c.TH.forEach(Ae=>{WA&1<{WA&&this.onOpenChannel(i)})}onDownloadCSV(){this.liquidityNodes.data&&this.liquidityNodes.data.length>0&&this.commonService.downloadFile(this.liquidityNodes.data,"LiquidityNodes")}onFilterReset(){this.node_capacity=0,this.channel_count=0}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)(A.rXU(N.gP),A.rXU(_.il),A.rXU(Rt.u),A.rXU(Q.h),A.rXU(H.H),A.rXU(Ee.vh),A.rXU(TA.VD))},this.\u0275cmp=A.VBU({type:l,selectors:[["rtl-cln-liquidity-ads-list"]],viewQuery:function(o,r){if(1&o&&(A.GBs(BA.B4,5),A.GBs(b.iy,5)),2&o){let nA;A.mGM(nA=A.lsd())&&(r.sort=nA.first),A.mGM(nA=A.lsd())&&(r.paginator=nA.first)}},standalone:!1,features:[A.Jv_([{provide:eA.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:b.xX,useValue:(0,c.on)("Liquidity Ads")}])],decls:83,vars:26,consts:[["formAsk","ngForm"],["table",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],[1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex.gt-xs","100","fxLayout","row",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","30"],[1,"page-text"],["matTooltipPosition","above","matTooltipClass","pre-wrap",1,"info-icon","info-icon-primary",3,"matTooltip"],["fxLayout","column","fxFlex","34"],["autoFocus","","matInput","","name","channelAmount","tabindex","1","type","number","step","10000","required","",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","channel_opening_feeRate","type","number","step","10","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","nodeid"],["matColumnDef","last_timestamp"],["matColumnDef","compact_lease"],["matColumnDef","lease_fee"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","routing_fee"],["matColumnDef","channel_opening_fee"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","funding_weight"],["matColumnDef","actions"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_lqNode"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],["fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center",1,"ellipsis-child"],["aria-label","Address Types",1,"ml-half"],["color","primary","selected","",4,"ngFor","ngForOf"],["color","primary","selected",""],[1,"ellipsis-child"],["mat-header-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(o,r){if(1&o){const nA=A.RV6();A.j41(0,"div",2),A.nrm(1,"fa-icon",3),A.j41(2,"span",4),A.EFF(3,"Liquidity Ads"),A.k0s()(),A.j41(4,"div",5)(5,"mat-card")(6,"mat-card-content",6)(7,"div",7)(8,"form",8,0)(10,"div",9),A.nrm(11,"fa-icon",10),A.j41(12,"span"),A.EFF(13,"Ads should be supplemented with additional research of the node, before buying liquidity."),A.k0s()(),A.j41(14,"div",11)(15,"div",12)(16,"span",13),A.EFF(17,"Liquidity Ask"),A.k0s(),A.j41(18,"mat-icon",14),A.EFF(19,"info_outline"),A.k0s()(),A.j41(20,"mat-form-field",15)(21,"mat-label"),A.EFF(22,"Channel Amount (Sats)"),A.k0s(),A.j41(23,"input",16),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.channelAmount,Ae)||(r.channelAmount=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onCalculateOpeningFee())}),A.k0s(),A.DNE(24,aw,2,0,"mat-error",17),A.k0s(),A.j41(25,"mat-form-field",15)(26,"mat-label"),A.EFF(27,"Channel Opening Fee Rate (Sats/vByte)"),A.k0s(),A.j41(28,"input",18),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.channel_opening_feeRate,Ae)||(r.channel_opening_feeRate=Ae),E.Njj(Ae)}),A.bIt("keyup",function(){return E.eBV(nA),E.Njj(r.onCalculateOpeningFee())}),A.k0s(),A.DNE(29,ow,2,0,"mat-error",17),A.k0s()()(),A.j41(30,"div",19)(31,"div",20),A.nrm(32,"fa-icon",3),A.j41(33,"span",4),A.EFF(34,"Liquidity Providing Peers"),A.k0s()(),A.j41(35,"div",21)(36,"mat-form-field",22)(37,"mat-label"),A.EFF(38,"Filter By"),A.k0s(),A.j41(39,"mat-select",23),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilterBy,Ae)||(r.selFilterBy=Ae),E.Njj(Ae)}),A.bIt("selectionChange",function(){return E.eBV(nA),r.selFilter="",E.Njj(r.applyFilter())}),A.j41(40,"perfect-scrollbar"),A.DNE(41,lw,2,2,"mat-option",24),A.k0s()()(),A.j41(42,"mat-form-field",22)(43,"mat-label"),A.EFF(44,"Filter"),A.k0s(),A.j41(45,"input",25),A.mxI("ngModelChange",function(Ae){return E.eBV(nA),A.DH7(r.selFilter,Ae)||(r.selFilter=Ae),E.Njj(Ae)}),A.bIt("input",function(){return E.eBV(nA),E.Njj(r.applyFilter())})("keyup",function(){return E.eBV(nA),E.Njj(r.applyFilter())}),A.k0s()()()(),A.j41(46,"div",26),A.DNE(47,cw,1,0,"mat-progress-bar",27),A.j41(48,"table",28,1),A.qex(50,29),A.DNE(51,Bw,2,0,"th",30)(52,fw,6,5,"td",31),A.bVm(),A.qex(53,32),A.DNE(54,uw,2,0,"th",30)(55,Ew,4,4,"td",31),A.bVm(),A.qex(56,33),A.DNE(57,hw,2,0,"th",30)(58,ww,3,4,"td",31),A.bVm(),A.qex(59,34),A.DNE(60,Cw,2,0,"th",30)(61,dw,2,1,"td",31),A.bVm(),A.qex(62,35),A.DNE(63,Qw,2,0,"th",36)(64,mw,4,8,"td",31),A.bVm(),A.qex(65,37),A.DNE(66,Mw,2,0,"th",36)(67,pw,4,8,"td",31),A.bVm(),A.qex(68,38),A.DNE(69,Dw,2,0,"th",39)(70,Iw,4,4,"td",31),A.bVm(),A.qex(71,40),A.DNE(72,Fw,2,0,"th",39)(73,xw,4,4,"td",31),A.bVm(),A.qex(74,41),A.DNE(75,yw,6,0,"th",36)(76,Yw,12,0,"td",42),A.bVm(),A.qex(77,43),A.DNE(78,Sw,4,3,"td",44),A.bVm(),A.DNE(79,Nw,1,3,"tr",45)(80,Tw,1,0,"tr",46)(81,Pw,1,0,"tr",47),A.k0s()(),A.nrm(82,"mat-paginator",48),A.k0s()()()()}2&o&&(A.R7$(),A.Y8G("icon",r.faBullhorn),A.R7$(10),A.Y8G("icon",r.faExclamationTriangle),A.R7$(7),A.Y8G("matTooltip",r.askTooltipMsg),A.R7$(5),A.R50("ngModel",r.channelAmount),A.R7$(),A.Y8G("ngIf",!r.channelAmount),A.R7$(4),A.R50("ngModel",r.channel_opening_feeRate),A.R7$(),A.Y8G("ngIf",!r.channel_opening_feeRate),A.R7$(3),A.Y8G("icon",r.faUsers),A.R7$(7),A.R50("ngModel",r.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(22,nw).concat(r.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",r.selFilter),A.R7$(2),A.Y8G("ngIf",r.listNodesCallStatus===r.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",r.tableSetting.sortBy)("matSortDirection",r.tableSetting.sortOrder)("dataSource",r.liquidityNodes)("ngClass",A.eq3(23,iw,""!==r.errorMessage)),A.R7$(31),A.Y8G("matFooterRowDef",A.lJ4(25,sw)),A.R7$(),A.Y8G("matHeaderRowDef",r.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",r.displayedColumns),A.R7$(),A.Y8G("pageSize",r.pageSize)("pageSizeOptions",r.pageSizeOptions)("hidePageSize",r.screenSize!==r.screenSizeEnum.XS))},dependencies:[Ee.YU,Ee.Sq,Ee.bT,Ee.B3,gA.qT,gA.me,gA.Q0,gA.BC,gA.cb,gA.YS,gA.vS,gA.cV,y.aY,lA.RN,lA.m2,G.An,Be.fg,KA.rl,KA.nJ,KA.TL,q.HM,D.DJ,D.sA,D.UI,rA.PW,rA.eI,tw.Jl,eA.VO,eA.$2,ae.wT,BA.B4,BA.aE,L.Zl,L.tL,L.ji,L.cC,L.YV,L.iL,L.Zq,L.xW,L.KS,L.$R,L.Qo,L.YZ,L.NB,L.iF,ie.oV,b.iy,wA.ZF,wA.Ld,kA.N,Ee.QX,Ee.vh],encapsulation:2}))}return n(),l})();const Gw=[{path:"",component:t,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:ur,canActivate:[(0,sn.Wz)()]},{path:"onchain",component:bo,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:Fl,canActivate:[(0,sn.Wz)()]},{path:"send/:selTab",component:xl,data:{sweepAll:!1},canActivate:[(0,sn.Wz)()]},{path:"sweep/:selTab",component:xl,data:{sweepAll:!0},canActivate:[(0,sn.Wz)()]}]},{path:"connections",component:So,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:_l,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:vt,canActivate:[(0,sn.Wz)()]},{path:"pending",component:ic,canActivate:[(0,sn.Wz)()]},{path:"activehtlcs",component:pu,canActivate:[(0,sn.Wz)()]}]},{path:"peers",component:Nc,data:{sweepAll:!1},canActivate:[(0,sn.Wz)()]}]},{path:"liquidityads",component:Uw,canActivate:[(0,sn.Wz)()]},{path:"transactions",component:To,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:he,canActivate:[(0,sn.Wz)()]},{path:"invoices",component:Ut,canActivate:[(0,sn.Wz)()]},{path:"offers",component:FE,canActivate:[(0,sn.Wz)()]},{path:"offrBookmarks",component:Ah,canActivate:[(0,sn.Wz)()]}]},{path:"messages",component:Dl,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:iB,canActivate:[(0,sn.Wz)()]},{path:"verify",component:gB,canActivate:[(0,sn.Wz)()]}]},{path:"routing",component:Uo,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:N0,canActivate:[(0,sn.Wz)()]},{path:"failedtransactions",component:Ug,canActivate:[(0,sn.Wz)()]},{path:"localfail",component:Th,canActivate:[(0,sn.Wz)()]},{path:"routingpeers",component:bf,canActivate:[(0,sn.Wz)()]}]},{path:"reports",component:Iu,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:Su,canActivate:[(0,sn.Wz)()]},{path:"transactions",component:Hu,canActivate:[(0,sn.Wz)()]}]},{path:"graph",component:Ju,canActivate:[(0,sn.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:il,canActivate:[(0,sn.Wz)()]},{path:"queryroutes",component:tB,canActivate:[(0,sn.Wz)()]}]},{path:"rates",component:x0,canActivate:[(0,sn.Wz)()]},{path:"**",component:ju.X},{path:"network",redirectTo:"rates"},{path:"wallet",redirectTo:"home"},{path:"backup",redirectTo:"home"}]}],Lw=Hn.iI.forChild(Gw);var zw=Ve(19029);let kw=(()=>{var n;class l{static#A=n=()=>(this.\u0275fac=function(o){return new(o||l)},this.\u0275mod=A.$C({type:l,bootstrap:[t]}),this.\u0275inj=E.G2t({imports:[Ee.MD,zw.G,Lw]}))}return n(),l})()}}]); \ No newline at end of file diff --git a/frontend/853.c952c78c4b4f76e6.js b/frontend/853.c952c78c4b4f76e6.js deleted file mode 100644 index bffc4e5b..00000000 --- a/frontend/853.c952c78c4b4f76e6.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[853],{4853:(Gl,Nr,Pt)=>{"use strict";Pt.r(Nr),Pt.d(Nr,{CLNModule:()=>UC});var st=Pt(177),le=Pt(1188),b=Pt(9881),A=Pt(4438),n=Pt(2920),u=Pt(7575);function a(i,D){1&i&&A.nrm(0,"mat-progress-bar",3)}let s=(()=>{class i{constructor(t){this.router=t,this.loading=!1,this.router.events.subscribe(l=>{switch(!0){case l instanceof le.Z:this.loading=!0;break;case l instanceof le.wF:case l instanceof le.j5:case l instanceof le.L6:this.loading=!1}})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-root"]],decls:4,vars:1,consts:[["outlet","outlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["color","primary","mode","indeterminate"]],template:function(l,c){1&l&&(A.j41(0,"div",1),A.DNE(1,a,1,0,"mat-progress-bar",2),A.nrm(2,"router-outlet",null,0),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",c.loading))},dependencies:[st.bT,n.DJ,n.sA,n.UI,u.HM,le.n3],data:{animation:[b.E]}})}}return i})();var o=Pt(1413),g=Pt(6977),f=Pt(3993),w=Pt(614),B=Pt(5383),r=Pt(4416),d=Pt(9647),E=Pt(9584),C=Pt(8570),e=Pt(9640),h=Pt(2571),Q=Pt(60),I=Pt(6038),R=Pt(8834),p=Pt(5596),m=Pt(6195),y=Pt(9213),x=Pt(9115),Y=Pt(6850),v=Pt(5964),S=Pt(6695),z=Pt(2042),F=Pt(9159),$=Pt(2798),gA=Pt(5351),_=Pt(8430),fA=Pt(4054),iA=Pt(9417),wA=Pt(9631),IA=Pt(6467),FA=Pt(6600),YA=Pt(450),HA=Pt(4823),J=Pt(9587),BA=Pt(6114);function aA(i,D){1&i&&(A.j41(0,"span",31),A.EFF(1,"= "),A.k0s())}function eA(i,D){if(1&i&&(A.j41(0,"span",32),A.nrm(1,"fa-icon",33),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function EA(i,D){if(1&i&&A.nrm(0,"span",34),2&i){const t=A.XpG();A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function xA(i,D){if(1&i&&(A.j41(0,"mat-option",35),A.EFF(1),A.nI1(2,"titlecase"),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t),A.R7$(),A.JRh(A.bMT(2,2,t))}}function OA(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.invoiceError)}}function W(i,D){if(1&i&&(A.j41(0,"div",36),A.nrm(1,"fa-icon",37),A.DNE(2,OA,2,1,"span",38),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.invoiceError)}}let L=(()=>{class i{constructor(t,l,c,j,PA,KA){this.dialogRef=t,this.data=l,this.store=c,this.decimalPipe=j,this.commonService=PA,this.actions=KA,this.faExclamationTriangle=B.zpE,this.convertedCurrency=null,this.description="",this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=r.md,this.timeUnitEnum=r.F7,this.timeUnits=r.SY,this.selTimeUnit=r.F7.SECS,this.invoiceError="",this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(t=>{t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&"SaveNewInvoice"===t.payload.action&&(t.payload.status===r.wn.ERROR&&(this.invoiceError=t.payload.message),t.payload.status===r.wn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(t){this.invoiceError="",this.invoiceValue||(this.invoiceValue=0);let l=this.expiry?this.expiry:r.It;this.selTimeUnit!==r.F7.SECS&&this.expiry&&(l=this.commonService.convertTime(this.expiry,this.selTimeUnit,r.F7.SECS)),this.store.dispatch((0,_.VK)({payload:{label:"ulbl"+Math.random().toString(36).slice(2)+Date.now(),amount_msat:this.invoiceValue?1e3*this.invoiceValue:"any",description:this.description,expiry:l,exposeprivatechannels:this.private}}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=r.F7.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&(this.invoiceValueHint="",this.invoiceValue&&this.invoiceValue>99&&this.commonService.convertCurrency(this.invoiceValue,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:t=>{this.convertedCurrency=t,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,r.k.OTHER)+" "+this.convertedCurrency.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onTimeUnitChange(t){this.expiry&&this.selTimeUnit!==t.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,t.value)),this.selTimeUnit=t.value}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(st.QX),A.rXU(h.h),A.rXU(fA.En))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-create-invoices"]],decls:48,vars:19,consts:[["addInvoiceForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","2","name","description",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","3","name","invoiceValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","expiry","type","number","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxLayout","column","fxFlex","26"],["tabindex","5","name","timeUnit",3,"selectionChange","value"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","50","fxLayoutAlign","start center",1,"ml-2"],["tabindex","6","color","primary","name","private",3,"ngModelChange","ngModel"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","8",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Create Invoice"),A.k0s()(),A.j41(6,"button",6),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),A.EFF(13,"Description"),A.k0s(),A.j41(14,"input",10),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.description,KA)||(c.description=KA),A.Njj(KA)}),A.k0s()(),A.j41(15,"div",11)(16,"mat-form-field",12)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",13),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.invoiceValue,KA)||(c.invoiceValue=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onInvoiceValueChange())}),A.k0s(),A.j41(20,"span",14),A.EFF(21,"Sats "),A.k0s(),A.j41(22,"mat-hint",15),A.DNE(23,aA,2,0,"span",16)(24,eA,2,1,"span",17)(25,EA,1,1,"span",18),A.EFF(26),A.k0s()(),A.j41(27,"mat-form-field",19)(28,"mat-label"),A.EFF(29,"Expiry"),A.k0s(),A.j41(30,"input",20),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.expiry,KA)||(c.expiry=KA),A.Njj(KA)}),A.k0s(),A.j41(31,"span",14),A.EFF(32),A.nI1(33,"titlecase"),A.k0s()(),A.j41(34,"mat-form-field",21)(35,"mat-select",22),A.bIt("selectionChange",function(KA){return A.eBV(j),A.Njj(c.onTimeUnitChange(KA))}),A.DNE(36,xA,3,4,"mat-option",23),A.k0s()()(),A.j41(37,"div",24)(38,"mat-slide-toggle",25),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.private,KA)||(c.private=KA),A.Njj(KA)}),A.EFF(39,"Private Routing Hints"),A.k0s(),A.j41(40,"mat-icon",26),A.EFF(41,"info_outline"),A.k0s()(),A.DNE(42,W,3,2,"div",27),A.j41(43,"div",28)(44,"button",29),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(45,"Clear Field"),A.k0s(),A.j41(46,"button",30),A.bIt("click",function(){A.eBV(j);const KA=A.sdS(10);return A.Njj(c.onAddInvoice(KA))}),A.EFF(47,"Create Invoice"),A.k0s()()()()()()}2&l&&(A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(8),A.R50("ngModel",c.description),A.R7$(5),A.Y8G("step",100)("min",1),A.R50("ngModel",c.invoiceValue),A.R7$(4),A.Y8G("ngIf",""!==c.invoiceValueHint),A.R7$(),A.Y8G("ngIf",c.convertedCurrency&&"FA"===c.convertedCurrency.iconType&&""!==c.invoiceValueHint),A.R7$(),A.Y8G("ngIf",c.convertedCurrency&&"SVG"===c.convertedCurrency.iconType&&""!==c.invoiceValueHint),A.R7$(),A.SpI(" ",c.invoiceValueHint," "),A.R7$(4),A.Y8G("step",c.selTimeUnit===c.timeUnitEnum.SECS?300:c.selTimeUnit===c.timeUnitEnum.MINS?10:c.selTimeUnit===c.timeUnitEnum.HOURS?2:1)("min",1),A.R50("ngModel",c.expiry),A.R7$(2),A.SpI("",A.bMT(33,17,c.selTimeUnit)," "),A.R7$(3),A.Y8G("value",c.selTimeUnit),A.R7$(),A.Y8G("ngForOf",c.timeUnits),A.R7$(2),A.R50("ngModel",c.private),A.R7$(4),A.Y8G("ngIf",""!==c.invoiceError))},dependencies:[st.Sq,st.bT,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.VZ,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,gA.tx,R.$z,p.m2,p.MM,y.An,wA.fg,IA.rl,IA.nJ,IA.MV,IA.yw,$.VO,FA.wT,YA.sG,HA.oV,J.N,BA.V,st.PV]})}}return i})();var rA=Pt(8321),AA=Pt(1771),QA=Pt(7541),yA=Pt(2929),cA=Pt(497);const CA=()=>["all"],DA=i=>({"error-border":i}),NA=()=>["no_invoice"],zA=i=>({"mr-0":i}),pA=i=>({width:i}),JA=i=>({"display-none":i});function ft(i,D){1&i&&(A.j41(0,"span",19),A.EFF(1,"= "),A.k0s())}function wt(i,D){if(1&i&&(A.j41(0,"span",20),A.nrm(1,"fa-icon",21),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function gt(i,D){if(1&i&&A.nrm(0,"span",22),2&i){const t=A.XpG(2);A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function pt(i,D){if(1&i){const t=A.RV6();A.j41(0,"form",6,0)(2,"mat-form-field",7)(3,"mat-label"),A.EFF(4,"Description"),A.k0s(),A.j41(5,"input",8),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.description,c)||(j.description=c),A.Njj(c)}),A.k0s()(),A.j41(6,"mat-form-field",9)(7,"mat-label"),A.EFF(8,"Amount"),A.k0s(),A.j41(9,"input",10),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.invoiceValue,c)||(j.invoiceValue=c),A.Njj(c)}),A.bIt("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onInvoiceValueChange())}),A.k0s(),A.j41(10,"span",11),A.EFF(11,"Sats "),A.k0s(),A.j41(12,"mat-hint",12),A.DNE(13,ft,2,0,"span",13)(14,wt,2,1,"span",14)(15,gt,1,1,"span",15),A.EFF(16),A.k0s()(),A.j41(17,"div",16)(18,"button",17),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.resetData())}),A.EFF(19,"Clear Field"),A.k0s(),A.j41(20,"button",18),A.bIt("click",function(){A.eBV(t);const c=A.sdS(1),j=A.XpG();return A.Njj(j.onAddInvoice(c))}),A.EFF(21,"Create Invoice"),A.k0s()()()}if(2&i){const t=A.XpG();A.R7$(5),A.R50("ngModel",t.description),A.R7$(4),A.Y8G("step",100)("min",1),A.R50("ngModel",t.invoiceValue),A.R7$(4),A.Y8G("ngIf",""!==t.invoiceValueHint),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.invoiceValueHint),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.invoiceValueHint),A.R7$(),A.SpI(" ",t.invoiceValueHint," ")}}function Yt(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",23)(1,"button",24),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDeleteExpiredInvoices())}),A.EFF(2,"Delete Expired"),A.k0s(),A.j41(3,"button",25),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.openCreateInvoiceModal())}),A.EFF(4,"Create Invoice"),A.k0s()()}}function VA(i,D){if(1&i&&(A.j41(0,"mat-option",62),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function _A(i,D){1&i&&A.nrm(0,"mat-progress-bar",63)}function Qt(i,D){1&i&&A.nrm(0,"th",64)}function ht(i,D){if(1&i&&A.nrm(0,"span",69),2&i){const t=A.XpG(3);A.Y8G("ngClass",A.eq3(1,zA,t.screenSize===t.screenSizeEnum.XS))}}function vt(i,D){if(1&i&&A.nrm(0,"span",70),2&i){const t=A.XpG(3);A.Y8G("ngClass",A.eq3(1,zA,t.screenSize===t.screenSizeEnum.XS))}}function Nt(i,D){if(1&i&&A.nrm(0,"span",71),2&i){const t=A.XpG(3);A.Y8G("ngClass",A.eq3(1,zA,t.screenSize===t.screenSizeEnum.XS))}}function vA(i,D){if(1&i&&(A.j41(0,"td",65),A.DNE(1,ht,1,3,"span",66)(2,vt,1,3,"span",67)(3,Nt,1,3,"span",68),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf","paid"===(null==t?null:t.status)),A.R7$(),A.Y8G("ngIf","unpaid"===(null==t?null:t.status)),A.R7$(),A.Y8G("ngIf","expired"===(null==t?null:t.status))}}function Bt(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Expiry Date"),A.k0s())}function Z(i,D){if(1&i&&(A.j41(0,"td",65),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*(null==t?null:t.expires_at),"dd/MMM/y HH:mm")," ")}}function k(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Date Settled"),A.k0s())}function U(i,D){if(1&i&&(A.j41(0,"td",65),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.paid_at),"dd/MMM/y HH:mm")||"-")}}function hA(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Type"),A.k0s())}function q(i,D){if(1&i&&(A.j41(0,"td",65),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null!=t&&t.bolt12?"Bolt12":null!=t&&t.bolt11&&t.label.includes("keysend-")?"Keysend":"Bolt11")}}function GA(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Description"),A.k0s())}function At(i,D){if(1&i&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,pA,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.description)}}function O(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Label"),A.k0s())}function qA(i,D){if(1&i&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,pA,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.label)}}function nt(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Payment Hash"),A.k0s())}function MA(i,D){if(1&i&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,pA,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.payment_hash)}}function jA(i,D){1&i&&(A.j41(0,"th",72),A.EFF(1,"Invoice"),A.k0s())}function ot(i,D){if(1&i&&(A.j41(0,"td",65)(1,"div",73)(2,"span",74),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,pA,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.bolt11)}}function Tt(i,D){1&i&&(A.j41(0,"th",75),A.EFF(1,"Amount (Sats)"),A.k0s())}function yt(i,D){if(1&i&&(A.j41(0,"td",65)(1,"span",76),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.amount_msat)/1e3,(null==t?null:t.amount_msat)<1e3?"1.0-4":"1.0-0"))}}function Ut(i,D){1&i&&(A.j41(0,"th",75),A.EFF(1,"Amount Settled (Sats)"),A.k0s())}function Lt(i,D){if(1&i&&(A.j41(0,"td",65)(1,"span",76),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.amount_received_msat)/1e3,(null==t?null:t.amount_received_msat)<1e3?"1.0-4":"1.0-0"))}}function sn(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",77)(1,"div",78)(2,"mat-select",79),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",80),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function $t(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",81)(1,"div",78)(2,"mat-select",82),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",80),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onInvoiceClick(c))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",80),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onRefreshInvoice(c))}),A.EFF(7,"Refresh"),A.k0s()()()()}}function Kt(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No invoice available."),A.k0s())}function Me(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting invoices..."),A.k0s())}function Ge(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function Te(i,D){if(1&i&&(A.j41(0,"td",83),A.DNE(1,Kt,2,0,"p",84)(2,Me,2,0,"p",84)(3,Ge,2,1,"p",84),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function xn(i,D){if(1&i&&A.nrm(0,"tr",85),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,JA,(null==t.invoices?null:t.invoices.data)&&(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)>0))}}function In(i,D){1&i&&A.nrm(0,"tr",86)}function ee(i,D){1&i&&A.nrm(0,"tr",87)}function tn(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",26)(1,"div",27)(2,"div",28),A.nrm(3,"fa-icon",29),A.j41(4,"span",30),A.EFF(5,"Invoices History"),A.k0s()(),A.j41(6,"div",31)(7,"mat-form-field",32)(8,"mat-label"),A.EFF(9,"Filter By"),A.k0s(),A.j41(10,"mat-select",33),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilterBy,c)||(j.selFilterBy=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return c.selFilter="",A.Njj(c.applyFilter())}),A.j41(11,"perfect-scrollbar"),A.DNE(12,VA,2,2,"mat-option",34),A.k0s()()(),A.j41(13,"mat-form-field",32)(14,"mat-label"),A.EFF(15,"Filter"),A.k0s(),A.j41(16,"input",35),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilter,c)||(j.selFilter=c),A.Njj(c)}),A.bIt("input",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())})("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(17,"div",36),A.DNE(18,_A,1,0,"mat-progress-bar",37),A.j41(19,"table",38,1),A.qex(21,39),A.DNE(22,Qt,1,0,"th",40)(23,vA,4,3,"td",41),A.bVm(),A.qex(24,42),A.DNE(25,Bt,2,0,"th",43)(26,Z,3,4,"td",41),A.bVm(),A.qex(27,44),A.DNE(28,k,2,0,"th",43)(29,U,3,4,"td",41),A.bVm(),A.qex(30,45),A.DNE(31,hA,2,0,"th",43)(32,q,2,1,"td",41),A.bVm(),A.qex(33,46),A.DNE(34,GA,2,0,"th",43)(35,At,4,4,"td",41),A.bVm(),A.qex(36,47),A.DNE(37,O,2,0,"th",43)(38,qA,4,4,"td",41),A.bVm(),A.qex(39,48),A.DNE(40,nt,2,0,"th",43)(41,MA,4,4,"td",41),A.bVm(),A.qex(42,49),A.DNE(43,jA,2,0,"th",43)(44,ot,4,4,"td",41),A.bVm(),A.qex(45,50),A.DNE(46,Tt,2,0,"th",51)(47,yt,4,4,"td",41),A.bVm(),A.qex(48,52),A.DNE(49,Ut,2,0,"th",51)(50,Lt,4,4,"td",41),A.bVm(),A.qex(51,53),A.DNE(52,sn,6,0,"th",54)(53,$t,8,0,"td",55),A.bVm(),A.qex(54,56),A.DNE(55,Te,4,3,"td",57),A.bVm(),A.DNE(56,xn,1,3,"tr",58)(57,In,1,0,"tr",59)(58,ee,1,0,"tr",60),A.k0s()(),A.nrm(59,"mat-paginator",61),A.k0s()}if(2&i){const t=A.XpG();A.R7$(3),A.Y8G("icon",t.faHistory),A.R7$(7),A.R50("ngModel",t.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,CA).concat(t.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",t.selFilter),A.R7$(2),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.invoices)("ngClass",A.eq3(16,DA,""!==t.errorMessage)),A.R7$(37),A.Y8G("matFooterRowDef",A.lJ4(18,NA)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns),A.R7$(),A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ue=(()=>{class i{constructor(t,l,c,j,PA,KA,an,fe){this.logger=t,this.store=l,this.decimalPipe=c,this.commonService=j,this.rtlEffects=PA,this.datePipe=KA,this.actions=an,this.camelCaseWithReplace=fe,this.calledFrom="transactions",this.faHistory=B.Int,this.nodePageDefs=r.Jd,this.convertedCurrency=null,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"invoices",recordsPerPage:r.md,sortBy:"expires_at",sortOrder:r.oi.DESCENDING},this.newlyAddedInvoiceMemo="",this.newlyAddedInvoiceValue=0,this.description="",this.invoiceValue=null,this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoices=new F.I6([]),this.invoiceJSONArr=[],this.information={},this.private=!1,this.expiryStep=100,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.Pj).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.invoiceJSONArr=t.listInvoices.invoices||[],this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr),this.logger.info(t)}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,v.p)(t=>t.type===r.TC.SET_LOOKUP_CLN||t.type===r.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(t=>{t.type===r.TC.SET_LOOKUP_CLN&&this.invoiceJSONArr&&this.sort&&this.paginator&&t.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(t.payload))),this.loadInvoicesTable(this.invoiceJSONArr))})}ngAfterViewInit(){this.invoiceJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadInvoicesTable(this.invoiceJSONArr)}openCreateInvoiceModal(){this.store.dispatch((0,AA.xO)({payload:{data:{pageSize:this.pageSize,component:L}}}))}onAddInvoice(t){this.invoiceValue||(this.invoiceValue=0);const l=this.expiry?this.expiry:r.It;this.newlyAddedInvoiceMemo="ulbl"+Math.random().toString(36).slice(2)+Date.now(),this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,_.VK)({payload:{label:this.newlyAddedInvoiceMemo,amount_msat:this.invoiceValue?1e3*this.invoiceValue:"any",description:this.description,expiry:l,exposeprivatechannels:this.private}})),this.resetData()}onDeleteExpiredInvoices(){this.store.dispatch((0,AA.I1)({payload:{data:{type:"CONFIRM",titleMessage:"Delete Expired Invoices",noBtnText:"Cancel",yesBtnText:"Delete Invoices"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(t=>{t&&this.store.dispatch((0,_.a5)({payload:null}))})}onInvoiceClick(t){this.store.dispatch((0,AA.xO)({payload:{data:{invoice:{amount_msat:t.amount_msat,label:t.label,expires_at:t.expires_at,paid_at:t.paid_at,bolt11:t.bolt11,payment_hash:t.payment_hash,description:t.description,status:t.status,amount_received_msat:t.amount_received_msat},newlyAdded:!1,component:rA.y}}}))}resetData(){this.description="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.invoices.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=this.datePipe.transform(new Date(1e3*(t.paid_at||0)),"dd/MMM/y HH:mm")?.toLowerCase()+this.datePipe.transform(new Date(1e3*(t.expires_at||0)),"dd/MMM/y HH:mm")?.toLowerCase()+(t.bolt12?"bolt12":t.bolt11?"bolt11":"keysend")+JSON.stringify(t).toLowerCase();break;case"status":c="paid"===t?.status?"paid":"unpaid"===t?.status?"unpaid":"expired";break;case"expires_at":case"paid_at":c=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"type":c=t?.bolt12?"bolt12":t?.bolt11&&t?.label?.includes("keysend-")?"keysend":"bolt11";break;case"msatoshi":c=((t.amount_msat||0)/1e3).toString()||"";break;case"msatoshi_received":c=((t.amount_received_msat||0)/1e3).toString()||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"status"===this.selFilterBy||"type"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}onInvoiceValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,r.BQ.SATS,r.BQ.OTHER,this.selNode?.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[6])).subscribe({next:t=>{this.convertedCurrency=t,this.invoiceValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,r.k.OTHER)+" "+this.convertedCurrency.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onRefreshInvoice(t){this.store.dispatch((0,_.Yi)({payload:t.label}))}updateInvoicesData(t){this.invoiceJSONArr=this.invoiceJSONArr?.map(l=>l.label===t.label?t:l)}loadInvoicesTable(t){this.invoices=new F.I6(t?[...t]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(l,c)=>{switch(c){case"msatoshi":return l.amount_msat;case"msatoshi_received":return l.amount_received_msat;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.invoices.paginator=this.paginator,this.applyFilter(),this.setFilterPredicate()}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(st.QX),A.rXU(h.h),A.rXU(QA.H),A.rXU(st.vh),A.rXU(fA.En),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-lightning-invoices-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},inputs:{calledFrom:"calledFrom"},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Invoices")}])],decls:4,vars:3,consts:[["addInvoiceForm","ngForm"],["table",""],["fxLayout","column","fxFlex","110","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["matInput","","tabindex","2","name","description",3,"ngModelChange","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","name","invoiceValue","type","number","tabindex","3",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","row wrap","fxFlex","100"],["class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","9","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[1,"mr-3px"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["mat-stroked-button","","color","warn","tabindex","7","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","expires_at"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","paid_at"],["matColumnDef","type"],["matColumnDef","description"],["matColumnDef","label"],["matColumnDef","payment_hash"],["matColumnDef","bolt11"],["matColumnDef","msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi_received"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){1&l&&(A.j41(0,"div",2),A.DNE(1,pt,22,8,"form",3)(2,Yt,5,0,"div",4)(3,tn,60,19,"div",5),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf","home"===c.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===c.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===c.calledFrom))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.VZ,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,IA.MV,IA.yw,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,BA.V,st.QX,st.vh],styles:[".mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return i})();var Fe=Pt(6697),we=Pt(1534),Dn=Pt(2765),wn=Pt(5951);const kt=["sendPaymentForm"],zt=["paymentAmt"],Wt=["offerAmt"],ae=["paymentReq"],mn=["offerReq"];function dn(i,D){if(1&i&&(A.j41(0,"mat-radio-button",26),A.EFF(1,"Offer"),A.k0s()),2&i){const t=A.XpG();A.FS9("value",t.paymentTypes.OFFER)}}function Tn(i,D){1&i&&A.eu8(0)}function Wn(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.paymentError)}}function ei(i,D){if(1&i&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",28),A.DNE(2,Wn,2,1,"span",29),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.paymentError)}}function Yn(i,D){if(1&i&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function ZA(i,D){if(1&i&&A.nrm(0,"span",39),2&i){const t=A.XpG(3);A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function SA(i,D){if(1&i&&(A.j41(0,"mat-hint",34),A.EFF(1),A.DNE(2,Yn,2,1,"span",35)(3,ZA,1,1,"span",36),A.EFF(4),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.SpI(" ",t.paymentDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),A.R7$(),A.SpI(" ",t.paymentDecodedHintPost," ")}}function it(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Payment request is required."),A.k0s())}function RA(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.paymentDecodedHint)}}function TA(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Payment amount is required."),A.k0s())}function UA(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",10)(1,"mat-label"),A.EFF(2,"Amount (Sats)"),A.k0s(),A.j41(3,"input",40,5),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG(2);return A.DH7(j.paymentAmount,c)||(j.paymentAmount=c),A.Njj(c)}),A.bIt("change",function(c){A.eBV(t);const j=A.XpG(2);return A.Njj(j.onAmountChange(c))}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6,"It is a zero amount invoice, enter amount to be paid."),A.k0s(),A.DNE(7,TA,2,0,"mat-error",29),A.k0s()}if(2&i){const t=A.XpG(2);A.R7$(3),A.R50("ngModel",t.paymentAmount),A.R7$(4),A.Y8G("ngIf",!t.paymentAmount)}}function kA(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Payment Request"),A.k0s(),A.j41(3,"textarea",31,4),A.bIt("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onPaymentRequestEntry(c))})("matTextareaAutosize",function(){return A.eBV(t),A.Njj(!0)}),A.k0s(),A.DNE(5,SA,5,4,"mat-hint",32)(6,it,2,0,"mat-error",29)(7,RA,2,1,"mat-error",29),A.k0s(),A.DNE(8,UA,8,2,"mat-form-field",33)}if(2&i){const t=A.sdS(4),l=A.XpG();A.R7$(3),A.Y8G("ngModel",l.paymentRequest),A.R7$(2),A.Y8G("ngIf",l.paymentRequest&&""!==l.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",!l.paymentRequest),A.R7$(),A.Y8G("ngIf",null==t.errors?null:t.errors.decodeError),A.R7$(),A.Y8G("ngIf",l.zeroAmtInvoice)}}function et(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Pubkey is required."),A.k0s())}function LA(i,D){1&i&&(A.j41(0,"span",45),A.EFF(1,"= "),A.k0s())}function at(i,D){if(1&i&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function XA(i,D){if(1&i&&A.nrm(0,"span",39),2&i){const t=A.XpG(2);A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function dt(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Keysend amount is required."),A.k0s())}function xt(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Pubkey"),A.k0s(),A.j41(3,"input",41),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.pubkey,c)||(j.pubkey=c),A.Njj(c)}),A.k0s(),A.DNE(4,et,2,0,"mat-error",29),A.k0s(),A.j41(5,"mat-form-field",30)(6,"mat-label"),A.EFF(7,"Amount"),A.k0s(),A.j41(8,"input",42,6),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.keysendAmount,c)||(j.keysendAmount=c),A.Njj(c)}),A.bIt("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onKeysendAmountChange())}),A.k0s(),A.j41(10,"span",43),A.EFF(11,"Sats "),A.k0s(),A.j41(12,"mat-hint",34),A.DNE(13,LA,2,0,"span",44)(14,at,2,1,"span",35)(15,XA,1,1,"span",36),A.EFF(16),A.k0s(),A.DNE(17,dt,2,0,"mat-error",29),A.k0s()}if(2&i){const t=A.XpG();A.R7$(3),A.R50("ngModel",t.pubkey),A.R7$(),A.Y8G("ngIf",!t.pubkey),A.R7$(4),A.R50("ngModel",t.keysendAmount),A.R7$(5),A.Y8G("ngIf",""!==t.keysendValueHint),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.keysendValueHint),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.keysendValueHint),A.R7$(),A.SpI(" ",t.keysendValueHint," "),A.R7$(),A.Y8G("ngIf",!t.keysendAmount)}}function St(i,D){if(1&i&&(A.j41(0,"span",37),A.nrm(1,"fa-icon",38),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function jt(i,D){if(1&i&&A.nrm(0,"span",39),2&i){const t=A.XpG(3);A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function Xt(i,D){if(1&i&&(A.j41(0,"mat-hint",34),A.EFF(1),A.DNE(2,St,2,1,"span",35)(3,jt,1,1,"span",36),A.EFF(4),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.SpI(" ",t.offerDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.offerDecodedHintPre),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.offerDecodedHintPre),A.R7$(),A.SpI(" ",t.offerDecodedHintPost," ")}}function ne(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Offer request is required."),A.k0s())}function Et(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.offerDecodedHint)}}function Rt(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Offer amount is required."),A.k0s())}function Zt(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",10)(1,"mat-label"),A.EFF(2,"Amount (Sats)"),A.k0s(),A.j41(3,"input",51,8),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG(2);return A.DH7(j.offerAmount,c)||(j.offerAmount=c),A.Njj(c)}),A.bIt("change",function(c){A.eBV(t);const j=A.XpG(2);return A.Njj(j.onAmountChange(c))}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6,"It is a zero amount offer, enter amount to be paid."),A.k0s(),A.DNE(7,Rt,2,0,"mat-error",29),A.k0s()}if(2&i){const t=A.XpG(2);A.R7$(3),A.R50("ngModel",t.offerAmount),A.R7$(4),A.Y8G("ngIf",!t.offerAmount)}}function Ht(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Title to Save"),A.k0s(),A.j41(3,"input",53),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG(2);return A.DH7(j.offerTitle,c)||(j.offerTitle=c),A.Njj(c)}),A.k0s()()}if(2&i){const t=A.XpG(2);A.R7$(3),A.R50("ngModel",t.offerTitle)}}function ie(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",30)(1,"mat-label"),A.EFF(2,"Offer Request"),A.k0s(),A.j41(3,"textarea",46,7),A.bIt("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onPaymentRequestEntry(c))})("matTextareaAutosize",function(){return A.eBV(t),A.Njj(!0)}),A.k0s(),A.DNE(5,Xt,5,4,"mat-hint",32)(6,ne,2,0,"mat-error",29)(7,Et,2,1,"mat-error",29),A.k0s(),A.DNE(8,Zt,8,2,"mat-form-field",33),A.j41(9,"div",47)(10,"mat-checkbox",48),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.flgSaveToDB,c)||(j.flgSaveToDB=c),A.Njj(c)}),A.EFF(11,"Bookmark Offer"),A.k0s(),A.j41(12,"mat-icon",49),A.EFF(13,"info_outline"),A.k0s()(),A.DNE(14,Ht,4,1,"mat-form-field",50)}if(2&i){const t=A.sdS(4),l=A.XpG();A.R7$(3),A.Y8G("ngModel",l.offerRequest),A.R7$(2),A.Y8G("ngIf",l.offerRequest&&""!==l.offerDecodedHintPre),A.R7$(),A.Y8G("ngIf",!l.offerRequest),A.R7$(),A.Y8G("ngIf",null==t.errors?null:t.errors.decodeError),A.R7$(),A.Y8G("ngIf",l.zeroAmtOffer),A.R7$(2),A.R50("ngModel",l.flgSaveToDB),A.R7$(4),A.Y8G("ngIf",l.flgSaveToDB||""!==l.offerTitle)}}let Jt=(()=>{class i{set payReq(t){t&&(this.paymentReq=t)}set offrReq(t){t&&(this.offerReq=t)}constructor(t,l,c,j,PA,KA,an,fe){this.dialogRef=t,this.data=l,this.store=c,this.logger=j,this.commonService=PA,this.decimalPipe=KA,this.actions=an,this.dataService=fe,this.faExclamationTriangle=B.zpE,this.convertedCurrency=null,this.paymentTypes=r.Y0,this.paymentType=r.Y0.INVOICE,this.offerDecoded={},this.offerRequest="",this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.offerDescription="",this.offerIssuer="",this.offerTitle="",this.zeroAmtOffer=!1,this.offerInvoice=null,this.offerAmount=null,this.flgSaveToDB=!1,this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentAmount=null,this.pubkey="",this.keysendAmount=null,this.keysendValueHint="",this.selActiveChannel={},this.activeChannels={},this.feeLimit=null,this.selFeeLimitType=r.nv[0],this.feeLimitTypes=r.nv,this.paymentError="",this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B]}ngOnInit(){if(this.data&&this.data.paymentType)switch(this.paymentType=this.data.paymentType,this.paymentType){case r.Y0.INVOICE:this.paymentRequest=this.data.invoiceBolt11;break;case r.Y0.KEYSEND:this.pubkey=this.data.pubkeyKeysend;break;case r.Y0.OFFER:this.onPaymentRequestEntry(this.data.bolt12),this.offerTitle=this.data.offerTitle,this.flgSaveToDB=!1}this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.activeChannels=t.activeChannels,this.logger.info(t)}),this.actions.pipe((0,g.Q)(this.unSubs[3]),(0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN||t.type===r.TC.SEND_PAYMENT_STATUS_CLN||t.type===r.TC.SET_OFFER_INVOICE_CLN)).subscribe(t=>{t.type===r.TC.SEND_PAYMENT_STATUS_CLN&&this.dialogRef.close(),t.type===r.TC.SET_OFFER_INVOICE_CLN&&(this.offerInvoice=t.payload,this.sendPayment()),t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&t.payload.status===r.wn.ERROR&&("SendPayment"===t.payload.action&&(delete this.paymentDecoded.amount_msat,this.paymentError=t.payload.message),"DecodePayment"===t.payload.action&&(this.paymentType===r.Y0.INVOICE&&(this.paymentDecodedHintPre="ERROR: "+t.payload.message,this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})),this.paymentType===r.Y0.OFFER&&(this.offerDecodedHintPre="ERROR: "+t.payload.message,this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})),this.paymentType===r.Y0.KEYSEND&&(this.keysendValueHint="ERROR: "+t.payload.message)),"FetchOfferInvoice"===t.payload.action&&this.paymentType===r.Y0.OFFER&&(this.paymentError=t.payload.message))})}onSendPayment(){switch(this.paymentType){case r.Y0.KEYSEND:if(!this.pubkey||""===this.pubkey.trim()||!this.keysendAmount||this.keysendAmount<=0)return!0;this.keysendPayment();break;case r.Y0.INVOICE:if(!this.paymentRequest||this.zeroAmtInvoice&&(0===this.paymentAmount||!this.paymentAmount))return this.paymentReq.control.markAsTouched(),this.paymentAmt.control.markAsTouched(),!0;this.paymentDecoded.created_at?this.sendPayment():(this.resetInvoiceDetails(),this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,g.Q)(this.unSubs[4])).subscribe(t=>{"bolt12 offer"===t.type&&t.offer_id?(this.paymentDecodedHintPre="ERROR: Select Offer option to pay the bolt12 offer invoice.",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})):(this.paymentDecoded=t,this.setPaymentDecodedDetails())}));break;case r.Y0.OFFER:if(!this.offerRequest||this.zeroAmtOffer&&(0===this.offerAmount||!this.offerAmount))return this.offerReq.control.markAsTouched(),this.offerAmt.control.markAsTouched(),!0;this.offerDecoded.offer_id?this.sendPayment():(this.resetOfferDetails(),this.dataService.decodePayment(this.offerRequest,!0).pipe((0,g.Q)(this.unSubs[5])).subscribe(t=>{"bolt11 invoice"===t.type&&t.payment_hash?(this.offerDecodedHintPre="ERROR: Select Invoice option to pay the bolt11 invoice.",this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})):(this.offerDecoded=t,this.setOfferDecodedDetails())}))}}keysendPayment(){this.keysendAmount&&this.store.dispatch((0,_.Fd)({payload:{uiMessage:r.MZ.SEND_KEYSEND,paymentType:r.Y0.KEYSEND,destination:this.pubkey,amount_msat:1e3*this.keysendAmount,fromDialog:!0}}))}sendPayment(){this.paymentError="",this.paymentType===r.Y0.INVOICE?this.store.dispatch((0,_.Fd)(this.zeroAmtInvoice&&this.paymentAmount?{payload:{uiMessage:r.MZ.SEND_PAYMENT,paymentType:r.Y0.INVOICE,bolt11:this.paymentRequest,amount_msat:1e3*this.paymentAmount,fromDialog:!0}}:{payload:{uiMessage:r.MZ.SEND_PAYMENT,paymentType:r.Y0.INVOICE,bolt11:this.paymentRequest,fromDialog:!0}})):this.paymentType===r.Y0.OFFER&&(this.offerInvoice?this.offerAmount&&this.store.dispatch((0,_.Fd)({payload:{uiMessage:r.MZ.SEND_PAYMENT,paymentType:r.Y0.OFFER,bolt11:this.offerInvoice.invoice,saveToDB:this.flgSaveToDB,bolt12:this.offerRequest,amount_msat:1e3*this.offerAmount,zeroAmtOffer:this.zeroAmtOffer,title:this.offerTitle,issuer:this.offerIssuer,description:this.offerDescription,fromDialog:!0}})):this.store.dispatch((0,_.Ew)(this.zeroAmtOffer&&this.offerAmount?{payload:{offer:this.offerRequest,amount_msat:1e3*this.offerAmount}}:{payload:{offer:this.offerRequest}})))}onPaymentRequestEntry(t){this.paymentType===r.Y0.INVOICE?(this.paymentRequest=t,this.resetInvoiceDetails()):this.paymentType===r.Y0.OFFER&&(this.offerRequest=t,this.resetOfferDetails()),t.length>100&&this.dataService.decodePayment(t,!0).pipe((0,g.Q)(this.unSubs[6])).subscribe(l=>{this.paymentType===r.Y0.INVOICE?"bolt12 offer"===l.type&&l.offer_id?(this.paymentDecodedHintPre="ERROR: Select Offer option to pay the bolt12 offer invoice.",this.paymentDecodedHintPost="",this.paymentReq.control.setErrors({decodeError:!0})):(this.paymentDecoded=l,this.setPaymentDecodedDetails()):this.paymentType===r.Y0.OFFER&&("bolt11 invoice"===l.type&&l.payment_hash?(this.offerDecodedHintPre="ERROR: Select Invoice option to pay the bolt11 invoice.",this.offerDecodedHintPost="",this.offerReq.control.setErrors({decodeError:!0})):(this.offerDecoded=l,this.setOfferDecodedDetails()))})}resetOfferDetails(){this.offerInvoice=null,this.offerAmount=null,this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.zeroAmtOffer=!1,this.paymentError="",this.offerReq&&this.offerReq.control.setErrors(null)}resetInvoiceDetails(){this.paymentAmount=null,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.zeroAmtInvoice=!1,this.paymentError="",this.paymentReq&&this.paymentReq.control.setErrors(null)}onAmountChange(t){this.paymentType===r.Y0.INVOICE&&(delete this.paymentDecoded.amount_msat,this.paymentDecoded.amount_msat=+t.target.value),this.paymentType===r.Y0.OFFER&&(delete this.offerDecoded.offer_amount_msat,this.offerDecoded.offer_amount_msat=t.target.value)}onPaymentTypeChange(){this.paymentError="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.offerDecodedHintPre="",this.offerDecodedHintPost="",this.offerInvoice=null}setOfferDecodedDetails(){this.offerDecoded.offer_id&&!this.offerDecoded.offer_amount_msat?(this.offerDecoded.offer_amount_msat=0,this.zeroAmtOffer=!0,this.offerDescription=this.offerDecoded.offer_description||"",this.offerIssuer=this.offerDecoded.offer_issuer?this.offerDecoded.offer_issuer:"",this.offerDecodedHintPre="Zero Amount Offer | Description: "+this.offerDecoded.offer_description,this.offerDecodedHintPost=""):(this.zeroAmtOffer=!1,this.offerAmount=this.offerDecoded.offer_amount_msat?this.offerDecoded.offer_amount_msat/1e3:0,this.offerDescription=this.offerDecoded.offer_description||"",this.offerIssuer=this.offerDecoded.offer_issuer?this.offerDecoded.offer_issuer:"",this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(this.offerAmount,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[7])).subscribe({next:t=>{this.convertedCurrency=t,this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats (",this.offerDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,r.k.OTHER)+" "+this.convertedCurrency.unit+") | Description: "+this.offerDecoded.offer_description},error:t=>{this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats | Description: "+this.offerDecoded.offer_description+". Unable to convert currency.",this.offerDecodedHintPost=""}}):(this.offerDecodedHintPre="Sending: "+this.decimalPipe.transform(this.offerAmount)+" Sats | Description: "+this.offerDecoded.offer_description,this.offerDecodedHintPost=""))}setPaymentDecodedDetails(){this.paymentDecoded.created_at&&!this.paymentDecoded.amount_msat?(this.paymentDecoded.amount_msat=0,this.zeroAmtInvoice=!0,this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.zeroAmtInvoice=!1,this.selNode&&this.selNode.settings.fiatConversion?this.commonService.convertCurrency(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[8])).subscribe({next:t=>{this.convertedCurrency=t,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,r.k.OTHER)+" "+this.convertedCurrency.unit+") | Memo: "+this.paymentDecoded.description},error:t=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""))}resetData(){switch(this.paymentType){case r.Y0.KEYSEND:this.pubkey="",this.keysendValueHint="",this.keysendAmount=null;break;case r.Y0.INVOICE:this.paymentRequest="",this.paymentDecoded={},this.selActiveChannel=null,this.feeLimit=null,this.selFeeLimitType=r.nv[0],this.resetInvoiceDetails();break;case r.Y0.OFFER:this.offerRequest="",this.offerDecoded={},this.flgSaveToDB=!1,this.resetOfferDetails()}this.paymentError=""}onKeysendAmountChange(){this.selNode&&this.selNode.settings.fiatConversion&&(this.keysendValueHint="",this.keysendAmount&&this.keysendAmount>99&&this.commonService.convertCurrency(this.keysendAmount,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:t=>{this.convertedCurrency=t,this.keysendValueHint=this.decimalPipe.transform(this.convertedCurrency.OTHER,r.k.OTHER)+" "+this.convertedCurrency.unit},error:t=>{this.keysendValueHint="Conversion Error: "+t}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(C.gP),A.rXU(h.h),A.rXU(st.QX),A.rXU(fA.En),A.rXU(we.u))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-lightning-send-payments"]],viewQuery:function(l,c){if(1&l&&(A.GBs(kt,5),A.GBs(zt,5),A.GBs(Wt,5),A.GBs(ae,5),A.GBs(mn,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first),A.mGM(j=A.lsd())&&(c.paymentAmt=j.first),A.mGM(j=A.lsd())&&(c.offerAmt=j.first),A.mGM(j=A.lsd())&&(c.payReq=j.first),A.mGM(j=A.lsd())&&(c.offrReq=j.first)}},decls:30,vars:7,consts:[["sendPaymentForm","ngForm"],["invoiceBlock",""],["keysendBlock",""],["offerBlock",""],["paymentReq","ngModel"],["paymentAmt","ngModel"],["keysendAmt","ngModel"],["offerReq","ngModel"],["offerAmt","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","12","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["color","primary","name","paymentType","fxFlex","100","fxLayoutAlign","start start",1,"my-1",3,"ngModelChange","change","ngModel"],["fxFlex","20","tabindex","1",3,"value"],["fxFlex","20","tabindex","2",3,"value"],["fxFlex","20","tabindex","3",3,"value",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","column",3,"submit","reset"],[4,"ngTemplateOutlet"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","9","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","20","tabindex","3",3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","rows","4","name","paymentRequest","tabindex","4","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["matInput","","name","amount","tabindex","5","required","",3,"ngModelChange","change","ngModel"],["autoFocus","","matInput","","name","pubkey","tabindex","4","required","",3,"ngModelChange","ngModel"],["matInput","","name","keysendAmount","tabindex","5","required","",3,"ngModelChange","keyup","ngModel"],["matSuffix",""],["class","mr-3px",4,"ngIf"],[1,"mr-3px"],["autoFocus","","matInput","","rows","4","name","offerRequest","tabindex","4","required","",3,"ngModelChange","matTextareaAutosize","ngModel"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["fxFlex","none","tabindex","6","color","primary",3,"ngModelChange","ngModel"],["matTooltip","Save offer in database for future payments","matTooltipPosition","below","fxFlex","none",1,"info-icon"],["fxFlex","100","class","mt-1",4,"ngIf"],["matInput","","name","amountoffer","tabindex","5","required","",3,"ngModelChange","change","ngModel"],["fxFlex","100",1,"mt-1"],["matInput","","tabindex","7",3,"ngModelChange","ngModel"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",9)(1,"div",10)(2,"mat-card-header",11)(3,"div",12)(4,"span",13),A.EFF(5,"Send Payment"),A.k0s()(),A.j41(6,"button",14),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",15)(9,"mat-radio-group",16),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.paymentType,KA)||(c.paymentType=KA),A.Njj(KA)}),A.bIt("change",function(){return A.eBV(j),A.Njj(c.onPaymentTypeChange())}),A.j41(10,"mat-radio-button",17),A.EFF(11,"Invoice"),A.k0s(),A.j41(12,"mat-radio-button",18),A.EFF(13,"Keysend"),A.k0s(),A.DNE(14,dn,2,1,"mat-radio-button",19),A.k0s(),A.j41(15,"form",20,0),A.bIt("submit",function(){return A.eBV(j),A.Njj(c.onSendPayment())})("reset",function(){return A.eBV(j),A.Njj(c.resetData())}),A.DNE(17,Tn,1,0,"ng-container",21)(18,ei,3,2,"div",22),A.j41(19,"div",23)(20,"button",24),A.EFF(21,"Clear Fields"),A.k0s(),A.j41(22,"button",25),A.EFF(23,"Send Payment"),A.k0s()()()()()(),A.DNE(24,kA,9,5,"ng-template",null,1,A.C5r)(26,xt,18,8,"ng-template",null,2,A.C5r)(28,ie,15,7,"ng-template",null,3,A.C5r)}if(2&l){const j=A.sdS(25),PA=A.sdS(27),KA=A.sdS(29);A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(3),A.R50("ngModel",c.paymentType),A.R7$(),A.FS9("value",c.paymentTypes.INVOICE),A.R7$(2),A.FS9("value",c.paymentTypes.KEYSEND),A.R7$(2),A.Y8G("ngIf",c.selNode.settings.enableOffers),A.R7$(3),A.Y8G("ngTemplateOutlet",c.paymentType===c.paymentTypes.KEYSEND?PA:c.paymentType===c.paymentTypes.OFFER?KA:j),A.R7$(),A.Y8G("ngIf",""!==c.paymentError)}},dependencies:[st.bT,st.T3,iA.qT,iA.me,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,gA.tx,R.$z,p.m2,p.MM,Dn.So,y.An,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,IA.yw,wn.VT,wn._g,HA.oV,J.N]})}}return i})();const ue=["sendPaymentForm"],se=()=>["all"],ve=i=>({"error-border":i}),Oe=()=>["no_payment"],ge=i=>({width:i}),xe=i=>({"display-none":i});function be(i,D){if(1&i&&(A.j41(0,"span",18),A.nrm(1,"fa-icon",19),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.Y8G("icon",t.convertedCurrency.symbol)}}function Ze(i,D){if(1&i&&A.nrm(0,"span",20),2&i){const t=A.XpG(3);A.Y8G("innerHTML",t.convertedCurrency.symbol,A.npT)}}function vn(i,D){if(1&i&&(A.j41(0,"mat-hint",15),A.EFF(1),A.DNE(2,be,2,1,"span",16)(3,Ze,1,1,"span",17),A.EFF(4),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.SpI(" ",t.paymentDecodedHintPre," "),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"FA"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",t.convertedCurrency&&"SVG"===t.convertedCurrency.iconType&&""!==t.paymentDecodedHintPre),A.R7$(),A.SpI(" ",t.paymentDecodedHintPost," ")}}function en(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Payment request is required."),A.k0s())}function Qn(i,D){if(1&i){const t=A.RV6();A.j41(0,"form",7,0)(2,"mat-form-field",8)(3,"mat-label"),A.EFF(4,"Payment Request"),A.k0s(),A.j41(5,"textarea",9,1),A.bIt("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onPaymentRequestEntry(c))})("matTextareaAutosize",function(){return A.eBV(t),A.Njj(!0)}),A.k0s(),A.DNE(7,vn,5,4,"mat-hint",10)(8,en,2,0,"mat-error",11),A.k0s(),A.j41(9,"div",12)(10,"button",13),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.resetData())}),A.EFF(11,"Clear Field"),A.k0s(),A.j41(12,"button",14),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onSendPayment())}),A.EFF(13,"Send Payment"),A.k0s()()()}if(2&i){const t=A.XpG();A.R7$(5),A.Y8G("ngModel",t.paymentRequest),A.R7$(2),A.Y8G("ngIf",t.paymentRequest&&""!==t.paymentDecodedHintPre),A.R7$(),A.Y8G("ngIf",!t.paymentRequest)}}function Sn(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",21)(1,"button",14),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.openSendPaymentModal())}),A.EFF(2,"Send Payment"),A.k0s()()}}function nn(i,D){if(1&i&&(A.j41(0,"mat-option",70),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function gn(i,D){1&i&&A.nrm(0,"mat-progress-bar",71)}function on(i,D){1&i&&A.nrm(0,"th",72)}function Mi(i,D){1&i&&A.nrm(0,"span",76)}function Ii(i,D){1&i&&A.nrm(0,"span",77)}function Kn(i,D){if(1&i&&(A.j41(0,"td",73),A.DNE(1,Mi,1,0,"span",74)(2,Ii,1,0,"span",75),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf","complete"===t.status),A.R7$(),A.Y8G("ngIf","complete"!==t.status)}}function Di(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Created At"),A.k0s())}function vi(i,D){if(1&i&&(A.j41(0,"td",73),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*(null==t?null:t.created_at),"dd/MMM/y HH:mm")," ")}}function jn(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Type"),A.k0s())}function Ci(i,D){if(1&i&&(A.j41(0,"td",73),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null!=t&&t.bolt12?"Bolt12":null!=t&&t.bolt11?"Bolt11":"Keysend")}}function ni(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Payment Hash"),A.k0s())}function Nn(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.payment_hash)}}function sa(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Invoice"),A.k0s())}function dA(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.bolt11)}}function H(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Label"),A.k0s())}function T(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.label)}}function X(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Destination"),A.k0s())}function V(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.destination)}}function uA(i,D){1&i&&(A.j41(0,"th",78),A.EFF(1,"Memo"),A.k0s())}function mA(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",79)(2,"span",80),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.memo)}}function tt(i,D){1&i&&(A.j41(0,"th",81),A.EFF(1,"Sats Sent"),A.k0s())}function rt(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",82),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.amount_sent_msat)/1e3,"1.0-4"))}}function ut(i,D){1&i&&(A.j41(0,"th",81),A.EFF(1,"Sats Received"),A.k0s())}function Ct(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",82),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.amount_msat)/1e3,"1.0-4"))}}function Mt(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",83)(1,"div",84)(2,"mat-select",85),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",86),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Dt(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",87)(1,"button",88),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onPaymentClick(c))}),A.EFF(2,"View Info"),A.k0s()()}}function Ft(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No payment available."),A.k0s())}function Ot(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting payments..."),A.k0s())}function Vt(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function Ae(i,D){if(1&i&&(A.j41(0,"td",89),A.DNE(1,Ft,2,0,"p",11)(2,Ot,2,0,"p",11)(3,Vt,2,1,"p",11),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",!(null!=t.payments&&t.payments.data&&null!=t.payments&&null!=t.payments.data&&t.payments.data.length||(null==t.apiCallStatus?null:t.apiCallStatus.status)!==t.apiCallStatusEnum.COMPLETED)),A.R7$(),A.Y8G("ngIf",!(null!=t.payments&&t.payments.data&&null!=t.payments&&null!=t.payments.data&&t.payments.data.length||(null==t.apiCallStatus?null:t.apiCallStatus.status)!==t.apiCallStatusEnum.INITIATED)),A.R7$(),A.Y8G("ngIf",!(null!=t.payments&&t.payments.data&&null!=t.payments&&null!=t.payments.data&&t.payments.data.length||(null==t.apiCallStatus?null:t.apiCallStatus.status)!==t.apiCallStatusEnum.ERROR))}}function Be(i,D){1&i&&A.nrm(0,"span",76)}function Ye(i,D){1&i&&A.nrm(0,"span",77)}function Xe(i,D){1&i&&A.nrm(0,"span",76)}function me(i,D){1&i&&A.nrm(0,"span",77)}function Je(i,D){if(1&i&&(A.j41(0,"span",90),A.DNE(1,Xe,1,0,"span",74)(2,me,1,0,"span",75),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf","complete"===t.status),A.R7$(),A.Y8G("ngIf","complete"!==t.status)}}function hn(i,D){if(1&i&&(A.qex(0),A.DNE(1,Je,3,2,"span",91),A.bVm()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Ve(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",90),A.DNE(2,Be,1,0,"span",74)(3,Ye,1,0,"span",75),A.k0s(),A.DNE(4,hn,2,1,"ng-container",11),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.Y8G("ngIf","complete"===t.status),A.R7$(),A.Y8G("ngIf","complete"!==t.status),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function En(i,D){if(1&i&&(A.j41(0,"span",90),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,1e3*t.created_at,"dd/MMM/y HH:mm")," ")}}function Fn(i,D){if(1&i&&(A.qex(0),A.DNE(1,En,3,4,"span",91),A.bVm()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Xn(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",90),A.EFF(2),A.k0s(),A.DNE(3,Fn,2,1,"ng-container",11),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" Total Attempts: ",null==t?null:t.total_parts," "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function On(i,D){1&i&&A.nrm(0,"span",90)}function Ni(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,On,1,0,"span",91),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Jn(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",90),A.EFF(2),A.k0s(),A.DNE(3,Ni,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(null!=t&&t.bolt12?"Bolt12":null!=t&&t.bolt11?"Bolt11":"Keysend"),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function ii(i,D){if(1&i&&(A.j41(0,"span",90),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" Part ID ",t.partid?t.partid:0," ")}}function Zn(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,ii,2,1,"span",91),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function qn(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,Zn,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.payment_hash),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Hn(i,D){if(1&i&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&i){const t=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,ge,t.screenSize===t.screenSizeEnum.XS?"6rem":t.colWidth))}}function bi(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Hn,2,3,"span",93),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Ri(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,bi,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.bolt11),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Ti(i,D){if(1&i&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&i){const t=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,ge,t.screenSize===t.screenSizeEnum.XS?"6rem":t.colWidth))}}function Fi(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Ti,2,3,"span",93),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Ui(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,Fi,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.label),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Li(i,D){if(1&i&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&i){const t=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,ge,t.screenSize===t.screenSizeEnum.XS?"6rem":t.colWidth))}}function rr(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Li,2,3,"span",93),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Pi(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,rr,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.destination),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Vn(i,D){if(1&i&&(A.j41(0,"span",94),A.nrm(1,"span",80),A.k0s()),2&i){const t=A.XpG(4);A.Y8G("ngStyle",A.eq3(1,ge,t.screenSize===t.screenSizeEnum.XS?"6rem":t.colWidth))}}function zi(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Vn,2,3,"span",93),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function ri(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",92)(2,"span",80),A.EFF(3),A.k0s()(),A.DNE(4,zi,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(3,ge,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.memo),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function br(i,D){if(1&i&&(A.j41(0,"span",95),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,t.amount_sent_msat/1e3,t.amount_sent_msat<1e3?"1.0-4":"1.0-0")," ")}}function Rr(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,br,3,4,"span",96),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function ls(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",95),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.DNE(4,Rr,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,2,(null==t?null:t.amount_sent_msat)/1e3,(null==t?null:t.amount_sent_msat)<1e3?"1.0-4":"1.0-0")),A.R7$(2),A.Y8G("ngIf",t.is_expanded)}}function cs(i,D){if(1&i&&(A.j41(0,"span",95),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,t.amount_msat/1e3,t.amount_msat<1e3?"1.0-4":"1.0-0")," ")}}function gs(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,cs,3,4,"span",96),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function Bs(i,D){if(1&i&&(A.j41(0,"td",73)(1,"span",95),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.DNE(4,gs,2,1,"span",11),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,2,(null==t?null:t.amount_msat)/1e3,(null==t?null:t.amount_msat)<1e3?"1.0-4":"1.0-0")),A.R7$(2),A.Y8G("ngIf",t.is_expanded)}}function us(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",100)(1,"button",101),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(4);return A.Njj(j.onPaymentClick(c))}),A.EFF(2),A.k0s()()}if(2&i){const t=D.$implicit;A.R7$(2),A.SpI("View ",t.partid?t.partid:0,"")}}function oa(i,D){if(1&i&&(A.j41(0,"div"),A.DNE(1,us,3,1,"div",99),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.mpps)}}function fs(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",73)(1,"span",97)(2,"button",98),A.bIt("click",function(){const c=A.eBV(t).$implicit;return A.Njj(c.is_expanded=!c.is_expanded)}),A.EFF(3),A.k0s()(),A.DNE(4,oa,2,1,"div",11),A.k0s()}if(2&i){const t=D.$implicit;A.R7$(3),A.JRh(t.is_expanded?"Hide":"Show"),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function la(i,D){1&i&&A.nrm(0,"tr",102)}function ca(i,D){if(1&i&&A.nrm(0,"tr",103),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,xe,(null==t.payments?null:t.payments.data)&&(null==t.payments||null==t.payments.data?null:t.payments.data.length)&&(null==t.payments||null==t.payments.data?null:t.payments.data.length)>0))}}function hs(i,D){1&i&&A.nrm(0,"tr",104)}function Es(i,D){1&i&&A.nrm(0,"tr",102)}function Cs(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",22)(1,"div",23)(2,"div",24),A.nrm(3,"fa-icon",25),A.j41(4,"span",26),A.EFF(5,"Payments History"),A.k0s()(),A.j41(6,"div",27)(7,"mat-form-field",28)(8,"mat-label"),A.EFF(9,"Filter By"),A.k0s(),A.j41(10,"mat-select",29),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilterBy,c)||(j.selFilterBy=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return c.selFilter="",A.Njj(c.applyFilter())}),A.j41(11,"perfect-scrollbar"),A.DNE(12,nn,2,2,"mat-option",30),A.k0s()()(),A.j41(13,"mat-form-field",28)(14,"mat-label"),A.EFF(15,"Filter"),A.k0s(),A.j41(16,"input",31),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilter,c)||(j.selFilter=c),A.Njj(c)}),A.bIt("input",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())})("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(17,"div",32)(18,"div",33),A.DNE(19,gn,1,0,"mat-progress-bar",34),A.j41(20,"table",35,2),A.qex(22,36),A.DNE(23,on,1,0,"th",37)(24,Kn,3,2,"td",38),A.bVm(),A.qex(25,39),A.DNE(26,Di,2,0,"th",40)(27,vi,3,4,"td",38),A.bVm(),A.qex(28,41),A.DNE(29,jn,2,0,"th",40)(30,Ci,2,1,"td",38),A.bVm(),A.qex(31,42),A.DNE(32,ni,2,0,"th",40)(33,Nn,4,4,"td",38),A.bVm(),A.qex(34,43),A.DNE(35,sa,2,0,"th",40)(36,dA,4,4,"td",38),A.bVm(),A.qex(37,44),A.DNE(38,H,2,0,"th",40)(39,T,4,4,"td",38),A.bVm(),A.qex(40,45),A.DNE(41,X,2,0,"th",40)(42,V,4,4,"td",38),A.bVm(),A.qex(43,46),A.DNE(44,uA,2,0,"th",40)(45,mA,4,4,"td",38),A.bVm(),A.qex(46,47),A.DNE(47,tt,2,0,"th",48)(48,rt,4,4,"td",38),A.bVm(),A.qex(49,49),A.DNE(50,ut,2,0,"th",48)(51,Ct,4,4,"td",38),A.bVm(),A.qex(52,50),A.DNE(53,Mt,6,0,"th",51)(54,Dt,3,0,"td",52),A.bVm(),A.qex(55,53),A.DNE(56,Ae,4,3,"td",54),A.bVm(),A.qex(57,55),A.DNE(58,Ve,5,3,"td",38),A.bVm(),A.qex(59,56),A.DNE(60,Xn,4,2,"td",38),A.bVm(),A.qex(61,57),A.DNE(62,Jn,4,2,"td",38),A.bVm(),A.qex(63,58),A.DNE(64,qn,5,5,"td",38),A.bVm(),A.qex(65,59),A.DNE(66,Ri,5,5,"td",38),A.bVm(),A.qex(67,60),A.DNE(68,Ui,5,5,"td",38),A.bVm(),A.qex(69,61),A.DNE(70,Pi,5,5,"td",38),A.bVm(),A.qex(71,62),A.DNE(72,ri,5,5,"td",38),A.bVm(),A.qex(73,63),A.DNE(74,ls,5,5,"td",38),A.bVm(),A.qex(75,64),A.DNE(76,Bs,5,5,"td",38),A.bVm(),A.qex(77,65),A.DNE(78,fs,5,2,"td",38),A.bVm(),A.DNE(79,la,1,0,"tr",66)(80,ca,1,3,"tr",67)(81,hs,1,0,"tr",68)(82,Es,1,0,"tr",66),A.k0s()()(),A.nrm(83,"mat-paginator",69),A.k0s()}if(2&i){const t=A.XpG();A.R7$(3),A.Y8G("icon",t.faHistory),A.R7$(7),A.R50("ngModel",t.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(18,se).concat(t.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",t.selFilter),A.R7$(3),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.payments)("ngClass",A.eq3(19,ve,""!==t.errorMessage)),A.R7$(59),A.Y8G("matRowDefColumns",t.mppColumns)("matRowDefWhen",t.is_group),A.R7$(),A.Y8G("matFooterRowDef",A.lJ4(21,Oe)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)("matRowDefWhen",!t.is_group),A.R7$(),A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let ga=(()=>{class i{constructor(t,l,c,j,PA,KA,an,fe,cn){this.logger=t,this.commonService=l,this.store=c,this.rtlEffects=j,this.decimalPipe=PA,this.titleCasePipe=KA,this.datePipe=an,this.dataService=fe,this.camelCaseWithReplace=cn,this.calledFrom="transactions",this.convertedCurrency=null,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"payments",recordsPerPage:r.md,sortBy:"created_at",sortOrder:r.oi.DESCENDING},this.faHistory=B.Int,this.newlyAddedPayment="",this.information={},this.payments=new F.I6([]),this.paymentJSONArr=[],this.displayedColumns=[],this.mppColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.mppColumns=[],this.displayedColumns.map(l=>this.mppColumns.push("group_"+l)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns),this.logger.info(this.mppColumns)}),this.store.select(E.KT).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=t.payments||[],this.paymentJSONArr.length&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.paymentJSONArr.length&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPaymentsTable(this.paymentJSONArr)}is_group(t,l){return l.is_group||!1}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.created_at?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,g.Q)(this.unSubs[4])).subscribe(t=>{this.paymentDecoded=t,this.paymentDecoded.created_at?(this.paymentDecoded.amount_msat||(this.paymentDecoded.amount_msat=0),this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded?.payment_hash||"",this.paymentDecoded.amount_msat&&0!==this.paymentDecoded.amount_msat?(this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"payee",value:this.paymentDecoded.payee,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"created_at",value:this.paymentDecoded.created_at,title:"Creation Date",width:50,type:r.UN.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.amount_msat/1e3,title:"Amount (Sats)",width:50,type:r.UN.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:r.UN.NUMBER},{key:"min_finaltv_expiry",value:this.paymentDecoded.min_final_cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,Fe.s)(1)).subscribe(l=>{l&&(this.store.dispatch((0,_.Fd)({payload:{uiMessage:r.MZ.SEND_PAYMENT,paymentType:r.Y0.INVOICE,bolt11:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"payee",value:this.paymentDecoded.payee,title:"Payee",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"created_at",value:this.paymentDecoded.created_at,title:"Creation Date",width:40,type:r.UN.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:r.UN.NUMBER},{key:"min_finaltv_expiry",value:this.paymentDecoded.min_final_cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",getInputs:[{placeholder:"Amount (Sats)",inputType:r.UN.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,Fe.s)(1)).subscribe(c=>{c&&(this.paymentDecoded.amount_msat=c[0].inputValue,this.store.dispatch((0,_.Fd)({payload:{uiMessage:r.MZ.SEND_PAYMENT,paymentType:r.Y0.INVOICE,bolt11:this.paymentRequest,amount_msat:1e3*c[0].inputValue,fromDialog:!1}})),this.resetData())}))}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentDecodedHintPre="",this.paymentDecodedHintPost="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,g.Q)(this.unSubs[5])).subscribe(l=>{this.paymentDecoded=l,this.paymentDecoded.amount_msat?this.selNode?.settings.fiatConversion?this.commonService.convertCurrency(this.paymentDecoded.amount_msat/1e3||0,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[6])).subscribe({next:c=>{this.convertedCurrency=c,this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats (",this.paymentDecodedHintPost=this.decimalPipe.transform(this.convertedCurrency.OTHER?this.convertedCurrency.OTHER:0,r.k.OTHER)+" "+this.convertedCurrency.unit+") | Memo: "+this.paymentDecoded.description},error:c=>{this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency.",this.paymentDecodedHintPost=""}}):(this.paymentDecodedHintPre="Sending: "+this.decimalPipe.transform(this.paymentDecoded.amount_msat?this.paymentDecoded.amount_msat/1e3:0)+" Sats | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost=""):(this.paymentDecodedHintPre="Zero Amount Invoice | Memo: "+this.paymentDecoded.description,this.paymentDecodedHintPost="")})}openSendPaymentModal(){this.store.dispatch((0,AA.xO)({payload:{data:{component:Jt}}}))}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}onPaymentClick(t){const l=[[{key:"payment_preimage",value:t.payment_preimage,title:"Payment Preimage",width:100,type:r.UN.STRING}],[{key:"id",value:t.id,title:"ID",width:20,type:r.UN.STRING},{key:"destination",value:t.destination,title:"Destination",width:80,type:r.UN.STRING}],[{key:"created_at",value:t.created_at,title:"Creation Date",width:50,type:r.UN.DATE_TIME},{key:"status",value:this.titleCasePipe.transform(t.status),title:"Status",width:50,type:r.UN.STRING}],[{key:"amount_msat",value:t.amount_msat,title:"Amount (mSats)",width:50,type:r.UN.NUMBER},{key:"amount_sent_msat",value:t.amount_sent_msat,title:"Amount Sent (mSats)",width:50,type:r.UN.NUMBER}]];t.bolt11&&""!==t.bolt11&&l?.unshift([{key:"bolt11",value:t.bolt11,title:"Bolt 11",width:100,type:r.UN.STRING}]),t.bolt12&&""!==t.bolt12&&l?.unshift([{key:"bolt12",value:t.bolt12,title:"Bolt 12",width:100,type:r.UN.STRING}]),t.memo&&""!==t.memo&&l?.splice(2,0,[{key:"memo",value:t.memo,title:"Memo",width:100,type:r.UN.STRING}]),t.hasOwnProperty("partid")?l?.unshift([{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:80,type:r.UN.STRING},{key:"partid",value:t.partid,title:"Part ID",width:20,type:r.UN.STRING}]):l?.unshift([{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:r.UN.STRING}]),this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Payment Information",message:l}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.payments.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.created_at?this.datePipe.transform(new Date(1e3*t.created_at),"dd/MMM/y HH:mm")?.toLowerCase():"")+(t.bolt12?"bolt12":t.bolt11?"bolt11":"keysend")+JSON.stringify(t).toLowerCase();break;case"status":c="complete"===t?.status?"completed":"incomplete/failed";break;case"created_at":c=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"msatoshi_sent":c=((t.amount_sent_msat||0)/1e3).toString()||"";break;case"msatoshi":c=((t.amount_msat||0)/1e3).toString()||"";break;case"type":c=t?.bolt12?"bolt12":t?.bolt11?"bolt11":"keysend";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"status"===this.selFilterBy||"type"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadPaymentsTable(t){this.payments=new F.I6(t?[...t]:[]),this.payments.sort=this.sort,this.payments.sortingDataAccessor=(l,c)=>{switch(c){case"msatoshi_sent":return l.amount_sent_msat;case"msatoshi":return l.amount_msat;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.payments.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const l=JSON.parse(JSON.stringify(this.payments.data))?.reduce((c,j)=>j.mpps?c.concat(j.mpps):(delete j.is_group,delete j.is_expanded,delete j.total_parts,c.concat(j)),[]);this.commonService.downloadFile(l,"Payments")}}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(QA.H),A.rXU(st.QX),A.rXU(st.PV),A.rXU(st.vh),A.rXU(we.u),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-lightning-payments"]],viewQuery:function(l,c){if(1&l&&(A.GBs(ue,5),A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first),A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},inputs:{calledFrom:"calledFrom"},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Payments")}])],decls:4,vars:3,consts:[["sendPaymentForm","ngForm"],["paymentReq","ngModel"],["table",""],["fxLayout","column","fxFlex","110","fxLayoutAlign","space-between stretch",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100"],["matInput","","name","paymentRequest","tabindex","1","required","",3,"ngModelChange","matTextareaAutosize","perfectScrollbar","ngModel"],["fxLayout","row wrap","fxFlex","100",4,"ngIf"],[4,"ngIf"],["fxLayout","row",1,"mt-3"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row wrap","fxFlex","100"],["fxLayoutAlign","center center","class","mr-3px",4,"ngIf"],["fxLayoutAlign","center center","class","mr-3px",3,"innerHTML",4,"ngIf"],["fxLayoutAlign","center center",1,"mr-3px"],[3,"icon"],["fxLayoutAlign","center center",1,"mr-3px",3,"innerHTML"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","created_at"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","type"],["matColumnDef","payment_hash"],["matColumnDef","bolt11"],["matColumnDef","label"],["matColumnDef","destination"],["matColumnDef","memo"],["matColumnDef","msatoshi_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","group_status"],["matColumnDef","group_created_at"],["matColumnDef","group_type"],["matColumnDef","group_payment_hash"],["matColumnDef","group_bolt11"],["matColumnDef","group_label"],["matColumnDef","group_destination"],["matColumnDef","group_memo"],["matColumnDef","group_msatoshi_sent"],["matColumnDef","group_msatoshi"],["matColumnDef","group_actions"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["mat-cell",""],["class","dot green","matTooltip","Completed","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltip","Incomplete/Failed","matTooltipPosition","right",4,"ngIf"],["matTooltip","Completed","matTooltipPosition","right",1,"dot","green"],["matTooltip","Incomplete/Failed","matTooltipPosition","right",1,"dot","yellow"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"mpp-row-span"],["fxLayoutAlign","start center","class","mpp-row-span",4,"ngFor","ngForOf"],["fxLayout","row",1,"ellipsis-parent","mpp-row-span",3,"ngStyle"],["fxLayoutAlign","start center","class","ellipsis-parent mpp-row-span",3,"ngStyle",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","mpp-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"mpp-row-span"],["fxLayoutAlign","end center","class","mpp-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"mpp-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-mpp-expand",3,"click"],["class","mpp-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"mpp-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-mpp-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(l,c){1&l&&(A.j41(0,"div",3),A.DNE(1,Qn,14,3,"form",4)(2,Sn,3,0,"div",5)(3,Cs,84,22,"div",6),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf","home"===c.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===c.calledFrom),A.R7$(),A.Y8G("ngIf","transactions"===c.calledFrom))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.qT,iA.me,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,st.QX,st.vh],styles:[".mat-column-status[_ngcontent-%COMP%], .mat-column-group_status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-group_actions[_ngcontent-%COMP%] .mpp-group-head[_ngcontent-%COMP%], .mat-column-group_actions[_ngcontent-%COMP%] .mpp-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-group_actions[_ngcontent-%COMP%] .btn-mpp-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-group_actions[_ngcontent-%COMP%] .btn-mpp-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}.mat-column-group_status[_ngcontent-%COMP%] .mpp-row-span[_ngcontent-%COMP%]:not(:first-of-type), .mat-column-group_created_at[_ngcontent-%COMP%] .mpp-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem}.mpp-row-span[_ngcontent-%COMP%]{min-height:3rem}.mpp-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mpp-row-span[_ngcontent-%COMP%] .dot[_ngcontent-%COMP%]{margin-top:-.3rem;position:absolute}.mat-column-group_created_at[_ngcontent-%COMP%]{min-width:11rem}"]})}}return i})();const Ba=i=>({backgroundColor:i});function ws(i,D){if(1&i&&A.nrm(0,"span",6),2&i){const t=A.XpG();A.Y8G("ngStyle",A.eq3(1,Ba,"#"+(null==t.information?null:t.information.color)))}}function ds(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",1),A.EFF(2,"Color"),A.k0s(),A.j41(3,"div",2),A.nrm(4,"span",7),A.EFF(5),A.nI1(6,"uppercase"),A.k0s()()),2&i){const t=A.XpG();A.R7$(4),A.Y8G("ngStyle",A.eq3(4,Ba,"#"+(null==t.information?null:t.information.color))),A.R7$(),A.SpI(" ",A.bMT(6,2,null==t.information?null:t.information.color)," ")}}function Qs(i,D){if(1&i&&(A.j41(0,"span",2),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(t)}}let ua=(()=>{class i{constructor(t){this.commonService=t,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(t=>{this.chains.push(this.commonService.titleCase(t.chain||"")+" "+this.commonService.titleCase(t.network||""))}))}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(h.h))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},features:[A.OA$],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-2"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(l,c){1&l&&(A.j41(0,"div",0)(1,"div")(2,"h4",1),A.EFF(3,"Alias"),A.k0s(),A.j41(4,"div",2),A.EFF(5),A.DNE(6,ws,1,3,"span",3),A.k0s()(),A.DNE(7,ds,7,6,"div",4),A.j41(8,"div")(9,"h4",1),A.EFF(10,"Implementation"),A.k0s(),A.j41(11,"div",2),A.EFF(12),A.k0s()(),A.j41(13,"div")(14,"h4",1),A.EFF(15,"Chain"),A.k0s(),A.DNE(16,Qs,2,1,"span",5),A.k0s()()),2&l&&(A.R7$(5),A.SpI(" ",null==c.information?null:c.information.alias," "),A.R7$(),A.Y8G("ngIf",!c.showColorFieldSeparately),A.R7$(),A.Y8G("ngIf",c.showColorFieldSeparately),A.R7$(5),A.JRh(null!=c.information&&c.information.lnImplementation||null!=c.information&&c.information.version?(null==c.information?null:c.information.lnImplementation)+" "+(null==c.information?null:c.information.version):""),A.R7$(4),A.Y8G("ngForOf",c.chains))},dependencies:[st.Sq,st.bT,st.B3,n.DJ,n.sA,n.UI,I.eI,st.Pc]})}}return i})();function ms(i,D){if(1&i&&(A.j41(0,"div",2)(1,"div")(2,"h4",3),A.EFF(3,"Lightning"),A.k0s(),A.j41(4,"div",4),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.nrm(7,"mat-progress-bar",5),A.k0s(),A.j41(8,"div")(9,"h4",3),A.EFF(10,"On-chain"),A.k0s(),A.j41(11,"div",4),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.nrm(14,"mat-progress-bar",5),A.k0s(),A.j41(15,"div")(16,"h4",3),A.EFF(17,"Total"),A.k0s(),A.j41(18,"div",4),A.EFF(19),A.nI1(20,"number"),A.k0s()()()),2&i){const t=A.XpG();A.R7$(5),A.SpI("",A.i5U(6,5,t.balances.lightning,"1.0-0")," Sats"),A.R7$(2),A.FS9("value",t.balances.lightning/t.balances.total*100),A.R7$(5),A.SpI("",A.i5U(13,8,t.balances.onchain,"1.0-0")," Sats"),A.R7$(2),A.FS9("value",t.balances.onchain/t.balances.total*100),A.R7$(5),A.SpI("",A.i5U(20,11,t.balances.total,"1.0-0")," Sats")}}function fa(i,D){if(1&i&&(A.j41(0,"div",6)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let ps=(()=>{class i{constructor(){this.balances={onchain:0,lightning:0,total:0}}static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["class","mt-1","fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,ms,21,14,"div",1)(1,fa,3,1,"ng-template",null,0,A.C5r),2&l){const j=A.sdS(2);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.bT,n.DJ,n.sA,n.UI,u.HM,st.QX]})}}return i})();const Ms=()=>["../routing"];function Is(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",4),A.EFF(2,"Transactions"),A.k0s(),A.j41(3,"div",5),A.EFF(4),A.nI1(5,"number"),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(4),A.JRh(A.bMT(5,1,null==t.fees?null:t.fees.totalTxCount))}}function Ds(i,D){1&i&&(A.j41(0,"div")(1,"h4",4),A.EFF(2,"Transactions"),A.k0s(),A.j41(3,"a",8),A.EFF(4," Go to Routing "),A.k0s()()),2&i&&(A.R7$(3),A.Y8G("routerLink",A.lJ4(1,Ms)))}function _n(i,D){if(1&i&&(A.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),A.EFF(4,"Total"),A.k0s(),A.j41(5,"div",5),A.EFF(6),A.nI1(7,"number"),A.k0s()()(),A.j41(8,"div",6),A.DNE(9,Is,6,3,"div",7)(10,Ds,5,2,"div",7),A.k0s()()),2&i){const t=A.XpG();A.R7$(6),A.SpI("",A.bMT(7,3,(null==t.fees?null:t.fees.feeCollected)/1e3)," Sats"),A.R7$(3),A.Y8G("ngIf",null==t.fees?null:t.fees.totalTxCount),A.R7$(),A.Y8G("ngIf",!(null!=t.fees&&t.fees.totalTxCount))}}function gi(i,D){if(1&i&&(A.j41(0,"div",9)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let Gi=(()=>{class i{constructor(){this.totalFees=[{name:"Total",value:0}]}static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["class","mt-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],[4,"ngIf"],[1,"overflow-wrap","dashboard-info-value",3,"routerLink"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,_n,11,5,"div",1)(1,gi,3,1,"ng-template",null,0,A.C5r),2&l){const j=A.sdS(2);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.bT,n.DJ,n.sA,n.UI,le.Wk,st.QX]})}}return i})();function vs(i,D){if(1&i&&(A.j41(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),A.EFF(4,"Active"),A.k0s(),A.j41(5,"div",5),A.nrm(6,"span",6),A.EFF(7),A.nI1(8,"number"),A.k0s()(),A.j41(9,"div")(10,"h4",4),A.EFF(11,"Pending"),A.k0s(),A.j41(12,"div",5),A.nrm(13,"span",7),A.EFF(14),A.nI1(15,"number"),A.k0s()(),A.j41(16,"div")(17,"h4",4),A.EFF(18,"Inactive"),A.k0s(),A.j41(19,"div",5),A.nrm(20,"span",8),A.EFF(21),A.nI1(22,"number"),A.k0s()()(),A.j41(23,"div",3)(24,"div")(25,"h4",4),A.EFF(26,"Capacity"),A.k0s(),A.j41(27,"div",5),A.EFF(28),A.nI1(29,"number"),A.k0s()(),A.j41(30,"div")(31,"h4",4),A.EFF(32,"Capacity"),A.k0s(),A.j41(33,"div",5),A.EFF(34),A.nI1(35,"number"),A.k0s()(),A.j41(36,"div")(37,"h4",4),A.EFF(38,"Capacity"),A.k0s(),A.j41(39,"div",5),A.EFF(40),A.nI1(41,"number"),A.k0s()()()()),2&i){const t=A.XpG();A.R7$(7),A.JRh(A.bMT(8,6,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.channels)||0)),A.R7$(7),A.JRh(A.bMT(15,8,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.channels)||0)),A.R7$(7),A.JRh(A.bMT(22,10,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.channels)||0)),A.R7$(7),A.SpI("",A.i5U(29,12,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.capacity)||0,"1.0-0")," Sats"),A.R7$(6),A.SpI("",A.i5U(35,15,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.capacity)||0,"1.0-0")," Sats"),A.R7$(6),A.SpI("",A.i5U(41,18,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.capacity)||0,"1.0-0")," Sats")}}function Fs(i,D){if(1&i&&(A.j41(0,"div",9)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let ha=(()=>{class i{constructor(){this.channelsStatus={active:{},pending:{},inactive:{}}}static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["class","mt-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-2"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,vs,42,21,"div",1)(1,Fs,3,1,"ng-template",null,0,A.C5r),2&l){const j=A.sdS(2);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.bT,n.DJ,n.sA,n.UI,st.QX]})}}return i})();var ai=Pt(1997);const ys=()=>["../connections/channels/open"],xs=(i,D)=>({filterColumn:i,filterValue:D});function Ys(i,D){if(1&i&&(A.j41(0,"div",19)(1,"a",20),A.EFF(2),A.nI1(3,"slice"),A.k0s(),A.j41(4,"div",6)(5,"mat-hint",21)(6,"strong",8),A.EFF(7,"Local:"),A.k0s(),A.EFF(8),A.nI1(9,"number"),A.k0s(),A.j41(10,"mat-hint",22),A.nrm(11,"fa-icon",23),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.j41(14,"mat-hint",24)(15,"strong",8),A.EFF(16,"Remote:"),A.k0s(),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.nrm(19,"mat-progress-bar",25),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(3);A.R7$(),A.FS9("matTooltip",t.alias||t.peer_id),A.FS9("matTooltipDisabled",(t.alias||t.peer_id).length<26),A.Y8G("routerLink",A.lJ4(23,ys))("state",A.l_i(24,xs,t.alias?"alias":"peer_id",t.alias||t.peer_id)),A.R7$(),A.Lme(" ",A.brH(3,11,t.alias||t.peer_id,0,24),"",(t.alias||t.peer_id).length>25?"...":""," "),A.R7$(6),A.SpI("",A.i5U(9,15,t.to_us_msat/1e3||0,"1.0-0")," Sats"),A.R7$(3),A.Y8G("icon",l.faBalanceScale),A.R7$(),A.SpI(" (",A.bMT(13,18,t.balancedness||0),") "),A.R7$(5),A.SpI("",A.i5U(18,20,t.to_them_msat/1e3||0,"1.0-0")," Sats"),A.R7$(2),A.FS9("value",t.to_us_msat&&t.to_us_msat>0?t.to_us_msat/(t.to_us_msat+t.to_them_msat)*100:0)}}function Ss(i,D){if(1&i&&(A.j41(0,"div",17),A.DNE(1,Ys,20,27,"div",18),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngForOf",t.activeChannels)}}function Ns(i,D){if(1&i&&(A.j41(0,"div",3)(1,"div",4)(2,"span",5),A.EFF(3,"Total Capacity"),A.k0s(),A.j41(4,"div",6)(5,"mat-hint",7)(6,"strong",8),A.EFF(7,"Local:"),A.k0s(),A.EFF(8),A.nI1(9,"number"),A.k0s(),A.j41(10,"mat-hint",9),A.nrm(11,"fa-icon",10),A.EFF(12),A.nI1(13,"number"),A.k0s(),A.j41(14,"mat-hint",11)(15,"strong",8),A.EFF(16,"Remote:"),A.k0s(),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.nrm(19,"mat-progress-bar",12),A.k0s(),A.j41(20,"div",13),A.nrm(21,"mat-divider",14),A.k0s(),A.j41(22,"div",15),A.DNE(23,Ss,2,1,"div",16),A.k0s()()),2&i){const t=A.XpG(),l=A.sdS(2);A.R7$(8),A.SpI("",A.i5U(9,7,(null==t.channelBalances?null:t.channelBalances.localBalance)||0,"1.0-0")," Sats"),A.R7$(3),A.Y8G("icon",t.faBalanceScale),A.R7$(),A.SpI(" (",A.bMT(13,10,(null==t.channelBalances?null:t.channelBalances.balancedness)||0),") "),A.R7$(5),A.SpI("",A.i5U(18,12,(null==t.channelBalances?null:t.channelBalances.remoteBalance)||0,"1.0-0")," Sats"),A.R7$(2),A.FS9("value",null!=t.channelBalances&&t.channelBalances.localBalance&&(null==t.channelBalances?null:t.channelBalances.localBalance)>0?+(null==t.channelBalances?null:t.channelBalances.localBalance)/(+(null==t.channelBalances?null:t.channelBalances.localBalance)+ +(null==t.channelBalances?null:t.channelBalances.remoteBalance))*100:0),A.R7$(4),A.Y8G("ngIf",t.activeChannels&&t.activeChannels.length>0)("ngIfElse",l)}}function bs(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",26),A.EFF(1," No channels available. "),A.j41(2,"button",27),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.goToChannels())}),A.EFF(3,"Open Channel"),A.k0s()()}}function Rs(i,D){if(1&i&&(A.j41(0,"div",28)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let Ts=(()=>{class i{constructor(t){this.router=t,this.faBalanceScale=B.GR4,this.faDumbbell=B.VwO,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/cln/connections")}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",activeChannels:"activeChannels",sortBy:"sortBy",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,Ns,24,15,"div",2)(1,bs,4,0,"ng-template",null,0,A.C5r)(3,Rs,3,1,"ng-template",null,1,A.C5r),2&l){const j=A.sdS(4);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.Sq,st.bT,Q.aY,n.DJ,n.sA,n.UI,R.$z,IA.MV,ai.q,u.HM,HA.oV,cA.Ld,le.Wk,st.P9,st.QX],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]})}}return i})();const Us=(i,D,t)=>({"mb-4":i,"mb-2":D,"mb-1":t}),Ls=()=>["../connections/channels/open"],Ps=(i,D)=>({filterColumn:i,filterValue:D});function zs(i,D){if(1&i&&(A.j41(0,"mat-hint",19)(1,"strong",20),A.EFF(2,"Capacity: "),A.k0s(),A.EFF(3),A.nI1(4,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(3),A.SpI("",A.i5U(4,1,t.to_them_msat/1e3||0,"1.0-0")," Sats")}}function Gs(i,D){if(1&i&&(A.j41(0,"mat-hint",19)(1,"strong",20),A.EFF(2,"Capacity: "),A.k0s(),A.EFF(3),A.nI1(4,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(3),A.SpI("",A.i5U(4,1,t.to_us_msat/1e3||0,"1.0-0")," Sats")}}function Hs(i,D){if(1&i&&A.nrm(0,"mat-progress-bar",21),2&i){const t=A.XpG().$implicit,l=A.XpG(3);A.FS9("value",l.totalLiquidity>0?(t.to_them_msat/1e3||0)/l.totalLiquidity*100:0)}}function ks(i,D){if(1&i&&A.nrm(0,"mat-progress-bar",21),2&i){const t=A.XpG().$implicit,l=A.XpG(3);A.FS9("value",l.totalLiquidity>0?(t.to_us_msat/1e3||0)/l.totalLiquidity*100:0)}}function Ea(i,D){if(1&i&&(A.j41(0,"div",14)(1,"a",15),A.EFF(2),A.nI1(3,"slice"),A.k0s(),A.j41(4,"div",16),A.DNE(5,zs,5,4,"mat-hint",17)(6,Gs,5,4,"mat-hint",17),A.k0s(),A.DNE(7,Hs,1,1,"mat-progress-bar",18)(8,ks,1,1,"mat-progress-bar",18),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(3);A.R7$(),A.FS9("matTooltip",t.alias||t.peer_id),A.FS9("matTooltipDisabled",(t.alias||t.peer_id).length<26),A.Y8G("routerLink",A.lJ4(14,Ls))("state",A.l_i(15,Ps,t.alias?"alias":"peer_id",t.alias||t.peer_id)),A.R7$(),A.Lme(" ",A.brH(3,10,t.alias||t.peer_id,0,24),"",(t.alias||t.peer_id).length>25?"...":""," "),A.R7$(3),A.Y8G("ngIf","In"===l.direction),A.R7$(),A.Y8G("ngIf","Out"===l.direction),A.R7$(),A.Y8G("ngIf","In"===l.direction),A.R7$(),A.Y8G("ngIf","Out"===l.direction)}}function js(i,D){if(1&i&&(A.j41(0,"div",12),A.DNE(1,Ea,9,18,"div",13),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngForOf",t.activeChannels)}}function Os(i,D){if(1&i&&(A.j41(0,"div",3)(1,"div",4)(2,"span",5),A.EFF(3,"Total Capacity"),A.k0s(),A.j41(4,"mat-hint",6),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.nrm(7,"mat-progress-bar",7),A.k0s(),A.j41(8,"div",8),A.nrm(9,"mat-divider",9),A.k0s(),A.j41(10,"div",10),A.DNE(11,js,2,1,"div",11),A.k0s()()),2&i){const t=A.XpG(),l=A.sdS(2);A.Y8G("ngClass",A.sMw(7,Us,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD,t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),A.R7$(5),A.SpI("",A.i5U(6,4,t.totalLiquidity,"1.0-0")," Sats"),A.R7$(6),A.Y8G("ngIf",t.activeChannels&&t.activeChannels.length>0)("ngIfElse",l)}}function Js(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",25),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.goToChannels())}),A.EFF(1,"Open Channel"),A.k0s()}}function Vs(i,D){if(1&i&&(A.j41(0,"div",22)(1,"div",23)(2,"div"),A.EFF(3,"No channels available."),A.k0s(),A.DNE(4,Js,2,0,"button",24),A.k0s()()),2&i){const t=A.XpG();A.R7$(4),A.Y8G("ngIf","Out"===t.direction)}}function Ws(i,D){if(1&i&&(A.j41(0,"div",26)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let Ks=(()=>{class i{constructor(t,l){this.router=t,this.commonService=l,this.screenSize="",this.screenSizeEnum=r.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}goToChannels(){this.router.navigateByUrl("/cln/connections")}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix),A.rXU(h.h))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",activeChannels:"activeChannels",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","8","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],["fxLayout","column","fxFlex.gt-sm","88","fxFlex","84","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","class","w-100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100",1,"w-100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","100","fxLayoutAlign","start center","class","font-size-90 color-primary",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"w-100","mt-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,Os,12,11,"div",2)(1,Vs,5,1,"ng-template",null,0,A.C5r)(3,Ws,3,1,"ng-template",null,1,A.C5r),2&l){const j=A.sdS(4);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.YU,st.Sq,st.bT,n.DJ,n.sA,n.UI,I.PW,R.$z,IA.MV,ai.q,u.HM,HA.oV,cA.Ld,le.Wk,st.P9,st.QX]})}}return i})();const Ca=i=>({"dashboard-card-content":!0,"error-border":i}),Xs=i=>({"p-0":i});function Zs(i,D){if(1&i&&(A.j41(0,"button",28)(1,"mat-icon"),A.EFF(2,"more_vert"),A.k0s()()),2&i){A.XpG();const t=A.sdS(11);A.Y8G("matMenuTriggerFor",t)}}function qs(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const c=A.eBV(t).index,j=A.XpG().$implicit,PA=A.XpG(2);return A.Njj(PA.onNavigateTo(j.links[c]))}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit;A.R7$(),A.JRh(t)}}function _s(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){A.eBV(t);const c=A.XpG(3);return A.Njj(c.onsortChannelsBy())}),A.EFF(1),A.k0s()}if(2&i){const t=A.XpG(3);A.R7$(),A.SpI("Sort By ","Balance Score"===t.sortField?"Capacity":"Balance Score","")}}function $s(i,D){1&i&&A.nrm(0,"mat-progress-bar",30)}function oe(i,D){if(1&i&&A.nrm(0,"rtl-cln-node-info",31),2&i){const t=A.XpG(3);A.Y8G("information",t.information)("showColorFieldSeparately",!1)}}function Ao(i,D){if(1&i&&A.nrm(0,"rtl-cln-balances-info",32),2&i){const t=A.XpG(3);A.Y8G("balances",t.balances)("errorMessage",t.errorMessages[1])}}function ar(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-capacity-info",33),2&i){const t=A.XpG(3);A.Y8G("sortBy",t.sortField)("channelBalances",t.channelBalances)("activeChannels",t.activeChannelsCapacity)("errorMessage",t.errorMessages[2]+" "+t.errorMessages[1])}}function sr(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-info",34),2&i){const t=A.XpG(3);A.Y8G("fees",t.fees)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[2]+" "+t.errorMessages[3])}}function yi(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-status-info",35),2&i){const t=A.XpG(3);A.Y8G("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[1]+" "+t.errorMessages[2])}}function Bi(i,D){1&i&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find information!"),A.k0s())}function Tr(i,D){if(1&i&&(A.j41(0,"mat-grid-tile",11)(1,"mat-card",12)(2,"mat-card-header")(3,"mat-card-title",13)(4,"div"),A.nrm(5,"fa-icon",14),A.j41(6,"span"),A.EFF(7),A.k0s()(),A.j41(8,"div"),A.DNE(9,Zs,3,1,"button",15),A.j41(10,"mat-menu",16,1),A.DNE(12,qs,2,1,"button",17)(13,_s,2,1,"button",18),A.k0s()()()(),A.j41(14,"mat-card-content",19),A.DNE(15,$s,1,0,"mat-progress-bar",20),A.j41(16,"div",21),A.DNE(17,oe,1,2,"rtl-cln-node-info",22)(18,Ao,1,2,"rtl-cln-balances-info",23)(19,ar,1,4,"rtl-cln-channel-capacity-info",24)(20,sr,1,2,"rtl-cln-fee-info",25)(21,yi,1,2,"rtl-cln-channel-status-info",26)(22,Bi,2,0,"h3",27),A.k0s()()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("colspan",t.cols)("rowspan",t.rows),A.R7$(5),A.Y8G("icon",t.icon),A.R7$(2),A.JRh(t.title),A.R7$(2),A.Y8G("ngIf",t.links[0]),A.R7$(3),A.Y8G("ngForOf",t.goToOptions),A.R7$(),A.Y8G("ngIf","capacity"===t.id),A.R7$(),A.FS9("fxFlex","capacity"===t.id?90:70),A.Y8G("ngClass",A.eq3(16,Ca,"node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||"balance"===t.id&&l.apiCallStatusBalances.status===l.apiCallStatusEnum.ERROR||"capacity"===t.id&&(l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusBalances.status===l.apiCallStatusEnum.ERROR)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.ERROR)||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusBalances.status===l.apiCallStatusEnum.ERROR))),A.R7$(),A.Y8G("ngIf","node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||"balance"===t.id&&l.apiCallStatusBalances.status===l.apiCallStatusEnum.INITIATED||"capacity"===t.id&&(l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusBalances.status===l.apiCallStatusEnum.INITIATED)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.INITIATED)||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusBalances.status===l.apiCallStatusEnum.INITIATED)),A.R7$(),A.Y8G("ngSwitch",t.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","balance"),A.R7$(),A.Y8G("ngSwitchCase","capacity"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","status")}}function to(i,D){if(1&i&&(A.j41(0,"div",5)(1,"div",6),A.nrm(2,"fa-icon",7),A.j41(3,"span",8),A.EFF(4),A.k0s()(),A.j41(5,"mat-grid-list",9),A.DNE(6,Tr,23,18,"mat-grid-tile",10),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.Y8G("icon",t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.ERROR?t.faFrown:t.faSmile),A.R7$(2),A.JRh(t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.COMPLETED?"Welcome "+t.information.alias+"! Your node is up and running.":t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),A.R7$(),A.Y8G("rowHeight",t.operatorCardHeight),A.R7$(),A.Y8G("ngForOf",t.operatorCards)}}function eo(i,D){if(1&i&&(A.j41(0,"button",28)(1,"mat-icon"),A.EFF(2,"more_vert"),A.k0s()()),2&i){A.XpG();const t=A.sdS(9);A.Y8G("matMenuTriggerFor",t)}}function no(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const c=A.eBV(t).index,j=A.XpG(2).$implicit,PA=A.XpG(2);return A.Njj(PA.onNavigateTo(j.links[c]))}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit;A.R7$(),A.JRh(t)}}function xi(i,D){if(1&i&&(A.j41(0,"mat-card-header")(1,"mat-card-title",13)(2,"div"),A.nrm(3,"fa-icon",14),A.j41(4,"span"),A.EFF(5),A.k0s()(),A.j41(6,"div"),A.DNE(7,eo,3,1,"button",15),A.j41(8,"mat-menu",16,2),A.DNE(10,no,2,1,"button",17),A.k0s()()()()),2&i){const t=A.XpG().$implicit;A.R7$(3),A.Y8G("icon",t.icon),A.R7$(2),A.JRh(t.title),A.R7$(2),A.Y8G("ngIf",t.links[0]),A.R7$(3),A.Y8G("ngForOf",t.goToOptions)}}function Yi(i,D){1&i&&A.nrm(0,"mat-progress-bar",30)}function Ur(i,D){if(1&i&&A.nrm(0,"rtl-cln-node-info",44),2&i){const t=A.XpG(3);A.Y8G("information",t.information)}}function Lr(i,D){if(1&i&&A.nrm(0,"rtl-cln-balances-info",32),2&i){const t=A.XpG(3);A.Y8G("balances",t.balances)("errorMessage",t.errorMessages[1])}}function Pr(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-liquidity-info",45),2&i){const t=A.XpG(3);A.Y8G("direction","In")("totalLiquidity",t.totalInboundLiquidity)("activeChannels",t.allInboundChannels)("errorMessage",t.errorMessages[2])}}function io(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-liquidity-info",45),2&i){const t=A.XpG(3);A.Y8G("direction","Out")("totalLiquidity",t.totalOutboundLiquidity)("activeChannels",t.allOutboundChannels)("errorMessage",t.errorMessages[2])}}function wa(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",29),A.bIt("click",function(){const c=A.eBV(t).index,j=A.XpG(2).$implicit,PA=A.XpG(2);return A.Njj(PA.onNavigateTo(j.links[c]))}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit;A.R7$(),A.JRh(t)}}function ro(i,D){if(1&i&&(A.j41(0,"span",46)(1,"mat-tab-group",47)(2,"mat-tab",48),A.nrm(3,"rtl-cln-lightning-invoices-table",49),A.k0s(),A.j41(4,"mat-tab",50),A.nrm(5,"rtl-cln-lightning-payments",51),A.k0s()(),A.j41(6,"div",52)(7,"button",28)(8,"mat-icon"),A.EFF(9,"more_vert"),A.k0s()(),A.j41(10,"mat-menu",16,3),A.DNE(12,wa,2,1,"button",17),A.k0s()()()),2&i){const t=A.sdS(11),l=A.XpG().$implicit;A.R7$(3),A.Y8G("calledFrom","home"),A.R7$(2),A.Y8G("calledFrom","home"),A.R7$(2),A.Y8G("matMenuTriggerFor",t),A.R7$(5),A.Y8G("ngForOf",l.goToOptions)}}function ao(i,D){1&i&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find information!"),A.k0s())}function so(i,D){if(1&i&&(A.j41(0,"mat-grid-tile",11)(1,"mat-card",38),A.DNE(2,xi,11,4,"mat-card-header",39),A.j41(3,"mat-card-content",40),A.DNE(4,Yi,1,0,"mat-progress-bar",20),A.j41(5,"div",21),A.DNE(6,Ur,1,1,"rtl-cln-node-info",41)(7,Lr,1,2,"rtl-cln-balances-info",23)(8,Pr,1,4,"rtl-cln-channel-liquidity-info",42)(9,io,1,4,"rtl-cln-channel-liquidity-info",42)(10,ro,13,4,"span",43)(11,ao,2,0,"h3",27),A.k0s()()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("colspan",t.cols)("rowspan",t.rows),A.R7$(),A.Y8G("ngClass",A.eq3(13,Xs,"transactions"===t.id)),A.R7$(),A.Y8G("ngIf","transactions"!==t.id),A.R7$(),A.FS9("fxFlex","transactions"===t.id?100:"balance"===t.id?70:90),A.Y8G("ngClass",A.eq3(15,Ca,"node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||"balance"===t.id&&l.apiCallStatusBalances.status===l.apiCallStatusEnum.ERROR||("inboundLiq"===t.id||"outboundLiq"===t.id)&&l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||"balance"===t.id&&l.apiCallStatusBalances.status===l.apiCallStatusEnum.INITIATED||("inboundLiq"===t.id||"outboundLiq"===t.id)&&l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",t.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","balance"),A.R7$(),A.Y8G("ngSwitchCase","inboundLiq"),A.R7$(),A.Y8G("ngSwitchCase","outboundLiq"),A.R7$(),A.Y8G("ngSwitchCase","transactions")}}function oo(i,D){if(1&i&&(A.j41(0,"div",36),A.nrm(1,"fa-icon",7),A.j41(2,"span",8),A.EFF(3),A.k0s()(),A.j41(4,"mat-grid-list",37),A.DNE(5,so,12,17,"mat-grid-tile",10),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faSmile),A.R7$(2),A.SpI("Welcome ",t.information.alias,"! Your node is up and running."),A.R7$(),A.Y8G("rowHeight",t.merchantCardHeight),A.R7$(),A.Y8G("ngForOf",t.merchantCards)}}let lo=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.store=l,this.commonService=c,this.router=j,this.faSmile=w.Qpm,this.faFrown=w.wB1,this.faAngleDoubleDown=B.WxX,this.faAngleDoubleUp=B.$sC,this.faChartPie=B.W1p,this.faBolt=B.zm_,this.faServer=B.D6w,this.faNetworkWired=B.eGi,this.userPersonaEnum=r.HW,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.information={},this.totalBalance={},this.balances={onchain:-1,lightning:-1,total:0},this.activeChannels=[],this.channelsStatus={active:{},pending:{},inactive:{}},this.activeChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="390px",this.merchantCardHeight="62px",this.sortField="Balance Score",this.errorMessages=["","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusBalances=null,this.apiCallStatusChannels=null,this.apiCallStatusFHistory=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===r.f7.XS?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}]):this.screenSize===r.f7.SM||this.screenSize===r.f7.MD?(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}]):(this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","connections/channels/pending"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}])}ngOnInit(){this.store.select(E.RQ).pipe((0,g.Q)(this.unSubs[0]),(0,f.E)(this.store.select(d._c))).subscribe(([t,l])=>{this.errorMessages[0]="",this.errorMessages[3]="",this.apiCallStatusNodeInfo=t.apisCallStatus[0],this.apiCallStatusFHistory=t.apisCallStatus[1],this.apiCallStatusNodeInfo.status===r.wn.ERROR&&(this.errorMessages[0]=this.apiCallStatusNodeInfo.message?"object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message:""),this.apiCallStatusFHistory.status===r.wn.ERROR&&(this.errorMessages[3]=this.apiCallStatusFHistory.message?"object"==typeof this.apiCallStatusFHistory.message?JSON.stringify(this.apiCallStatusFHistory.message):this.apiCallStatusFHistory.message:""),this.selNode=l,this.information=t.information,this.fees=t.fees}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===r.wn.ERROR&&(this.errorMessages[2]=this.apiCallStatusChannels.message?"object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message:""),this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.activeChannels=t.activeChannels,this.activeChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels,"balancedness")))||[],this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels?.filter(l=>!!l.to_them_msat&&l.to_them_msat>0),"to_them_msat")))||[],this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.activeChannels?.filter(l=>!!l.to_us_msat&&l.to_us_msat>0),"to_us_msat")))||[],this.activeChannels.forEach(l=>{this.totalInboundLiquidity=this.totalInboundLiquidity+Math.ceil((l.to_them_msat||0)/1e3),this.totalOutboundLiquidity=this.totalOutboundLiquidity+Math.floor((l.to_us_msat||0)/1e3)}),this.channelsStatus.active.channels=t.activeChannels.length||0,this.channelsStatus.pending.channels=t.pendingChannels.length||0,this.channelsStatus.inactive.channels=t.inactiveChannels.length||0,this.logger.info(t)}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusBalances=t.apiCallStatus,this.apiCallStatusBalances.status===r.wn.ERROR&&(this.errorMessages[1]=this.apiCallStatusBalances.message?"object"==typeof this.apiCallStatusBalances.message?JSON.stringify(this.apiCallStatusBalances.message):this.apiCallStatusBalances.message:""),this.totalBalance=t.balance,this.balances.onchain=t.balance.totalBalance||0,this.balances.lightning=t.localRemoteBalance.localBalance,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances);const l=t.localRemoteBalance.localBalance?+t.localRemoteBalance.localBalance:0,c=t.localRemoteBalance.remoteBalance?+t.localRemoteBalance.remoteBalance:0;this.channelBalances={localBalance:l,remoteBalance:c,balancedness:+(1-Math.abs((l-c)/(l+c))).toFixed(3)},this.channelsStatus.active.capacity=t.localRemoteBalance.localBalance||0,this.channelsStatus.pending.capacity=t.localRemoteBalance.pendingBalance||0,this.channelsStatus.inactive.capacity=t.localRemoteBalance.inactiveBalance||0,this.logger.info(t)})}onNavigateTo(t){this.router.navigateByUrl("/cln/"+t)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.activeChannelsCapacity=this.activeChannels.sort((t,l)=>{const c=(t.to_us_msat?+t.to_us_msat:0)+(t.to_them_msat?+t.to_them_msat:0),j=(l.to_them_msat?+l.to_them_msat:0)+(l.to_them_msat?+l.to_them_msat:0);return c>j?-1:c{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(h.h),A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-home"]],decls:3,vars:2,consts:[["merchantDashboard",""],["menuOperator","matMenu"],["menuMerchant","matMenu"],["menuTransactions","matMenu"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","activeChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","activeChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100",3,"direction","totalLiquidity","activeChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",4,"ngSwitchCase"],["fxFlex","100",3,"information"],["fxFlex","100",3,"direction","totalLiquidity","activeChannels","errorMessage"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["mat-stretch-tabs","false","mat-align-tabs","start","fxLayout","column",1,"dashboard-tabs-group"],["label","Receive"],[1,"h-100",3,"calledFrom"],["label","Pay"],[3,"calledFrom"],[1,"underline"]],template:function(l,c){if(1&l&&A.DNE(0,to,7,4,"div",4)(1,oo,6,4,"ng-template",null,0,A.C5r),2&l){const j=A.sdS(2);A.Y8G("ngIf",(null==c.selNode?null:c.selNode.settings.userPersona)===c.userPersonaEnum.OPERATOR)("ngIfElse",j)}},dependencies:[st.YU,st.Sq,st.bT,st.ux,st.e1,st.fG,Q.aY,n.DJ,n.sA,n.UI,I.PW,R.iY,p.RN,p.m2,p.MM,p.dh,m.B_,m.NS,y.An,x.kk,x.fb,x.Cp,u.HM,Y.mq,Y.T8,Ue,ga,ua,ps,Gi,ha,Ts,Ks]})}}return i})();var zr=Pt(4572),co=Pt(2852),Hi=Pt(5416),bn=Pt(9454),bt=Pt(6013);const or=["form"],lr=["formSweepAll"],wi=["stepper"],Gr=(i,D)=>({"mr-6":i,"mr-2":D});function cr(i,D){if(1&i&&(A.j41(0,"div",16),A.nrm(1,"fa-icon",17),A.j41(2,"span",18)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",19)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faInfoCircle),A.R7$(6),A.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),A.R7$(2),A.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),A.R7$(2),A.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),A.R7$(2),A.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),A.R7$(2),A.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function go(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Bitcoin address is required."),A.k0s())}function da(i,D){1&i&&(A.j41(0,"mat-hint"),A.EFF(1,"Amount replaced by UTXO balance"),A.k0s())}function Bo(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.amountError)}}function ki(i,D){if(1&i&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t),A.R7$(),A.JRh(t)}}function gr(i,D){if(1&i&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t.feeRateId),A.R7$(),A.SpI(" ",t.feeRateType," ")}}function uo(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function Qa(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.j41(3,"input",53,5),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG(2);return A.DH7(j.customFeeRate,c)||(j.customFeeRate=c),A.Njj(c)}),A.k0s(),A.DNE(5,uo,2,0,"mat-error",23),A.k0s()}if(2&i){const t=A.XpG(2);A.R7$(3),A.Y8G("step",1)("min",0)("required","customperkb"===t.selFeeRate&&!t.flgMinConf),A.R50("ngModel",t.customFeeRate),A.R7$(2),A.Y8G("ngIf","customperkb"===t.selFeeRate&&!t.flgMinConf&&!t.customFeeRate)}}function ma(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function pa(i,D){if(1&i&&(A.j41(0,"mat-option",51),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t),A.R7$(),A.SpI("",A.i5U(2,2,t.amount_msat/1e3,"1.0-0")," Sats")}}function fo(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.sendFundError)}}function ho(i,D){if(1&i&&(A.j41(0,"div",54),A.nrm(1,"fa-icon",17),A.DNE(2,fo,2,1,"span",23),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.sendFundError)}}function ji(i,D){if(1&i){const t=A.RV6();A.j41(0,"form",20,1),A.bIt("submit",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onSendFunds())})("reset",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.resetData())}),A.j41(2,"mat-form-field",21)(3,"mat-label"),A.EFF(4,"Bitcoin Address"),A.k0s(),A.j41(5,"input",22,2),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.transaction.destination,c)||(j.transaction.destination=c),A.Njj(c)}),A.k0s(),A.DNE(7,go,2,0,"mat-error",23),A.k0s(),A.j41(8,"mat-form-field",24)(9,"mat-label"),A.EFF(10,"Amount"),A.k0s(),A.j41(11,"input",25,3),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.transaction.satoshi,c)||(j.transaction.satoshi=c),A.Njj(c)}),A.k0s(),A.DNE(13,da,2,0,"mat-hint",23),A.j41(14,"span",26),A.EFF(15),A.k0s(),A.DNE(16,Bo,2,1,"mat-error",23),A.k0s(),A.j41(17,"mat-form-field",27)(18,"mat-select",28),A.bIt("selectionChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onAmountUnitChange(c))}),A.DNE(19,ki,2,2,"mat-option",29),A.k0s()(),A.j41(20,"div",30)(21,"div",31)(22,"div",32)(23,"mat-form-field",33)(24,"mat-label"),A.EFF(25,"Fee Rate"),A.k0s(),A.j41(26,"mat-select",34),A.mxI("valueChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFeeRate,c)||(j.selFeeRate=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.customFeeRate=null)}),A.DNE(27,gr,2,2,"mat-option",29),A.k0s()(),A.DNE(28,Qa,6,5,"mat-form-field",35),A.k0s(),A.j41(29,"div",36)(30,"mat-checkbox",37),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.flgMinConf,c)||(j.flgMinConf=c),A.Njj(c)}),A.bIt("change",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.flgMinConf?c.selFeeRate=null:c.minConfValue=null)}),A.k0s(),A.j41(31,"mat-form-field",38)(32,"mat-label"),A.EFF(33,"Min Confirmation Blocks"),A.k0s(),A.j41(34,"input",39,4),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.minConfValue,c)||(j.minConfValue=c),A.Njj(c)}),A.k0s(),A.DNE(36,ma,2,0,"mat-error",23),A.k0s()()(),A.j41(37,"mat-expansion-panel",40),A.bIt("closed",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onAdvancedPanelToggle(!0))})("opened",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onAdvancedPanelToggle(!1))}),A.j41(38,"mat-expansion-panel-header")(39,"mat-panel-title")(40,"span"),A.EFF(41),A.k0s()()(),A.j41(42,"div",30)(43,"div",41)(44,"mat-form-field",42)(45,"mat-label"),A.EFF(46,"Coin Selection"),A.k0s(),A.j41(47,"mat-select",43),A.mxI("valueChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selUTXOs,c)||(j.selUTXOs=c),A.Njj(c)}),A.bIt("selectionChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onUTXOSelectionChange(c))}),A.j41(48,"mat-select-trigger"),A.EFF(49),A.nI1(50,"number"),A.k0s(),A.DNE(51,pa,3,5,"mat-option",29),A.k0s()(),A.j41(52,"div",44)(53,"mat-slide-toggle",45),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.flgUseAllBalance,c)||(j.flgUseAllBalance=c),A.Njj(c)}),A.bIt("change",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onUTXOAllBalanceChange())}),A.EFF(54," Use selected UTXOs balance "),A.k0s(),A.j41(55,"mat-icon",46),A.EFF(56,"info_outline"),A.k0s()()()()(),A.nrm(57,"div",30),A.DNE(58,ho,3,2,"div",47),A.j41(59,"div",48)(60,"button",49),A.EFF(61,"Clear Fields"),A.k0s(),A.j41(62,"button",50),A.EFF(63,"Send Funds"),A.k0s()()()()}if(2&i){const t=A.XpG();A.R7$(5),A.R50("ngModel",t.transaction.destination),A.R7$(2),A.Y8G("ngIf",!t.transaction.destination),A.R7$(4),A.Y8G("type",t.flgUseAllBalance?"text":"number")("step",100)("min",0)("disabled",t.flgUseAllBalance),A.R50("ngModel",t.transaction.satoshi),A.R7$(2),A.Y8G("ngIf",t.flgUseAllBalance),A.R7$(2),A.SpI("",t.selAmountUnit," "),A.R7$(),A.Y8G("ngIf",!t.transaction.satoshi),A.R7$(2),A.Y8G("value",t.selAmountUnit)("disabled",t.flgUseAllBalance),A.R7$(),A.Y8G("ngForOf",t.amountUnits),A.R7$(4),A.Y8G("fxFlex","customperkb"!==t.selFeeRate||t.flgMinConf?"100":"48"),A.R7$(3),A.Y8G("disabled",t.flgMinConf),A.R50("value",t.selFeeRate),A.R7$(),A.Y8G("ngForOf",t.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===t.selFeeRate&&!t.flgMinConf),A.R7$(2),A.Y8G("ngClass",A.l_i(36,Gr,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD||t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),A.R50("ngModel",t.flgMinConf),A.R7$(4),A.Y8G("step",1)("min",0)("required",t.flgMinConf)("disabled",!t.flgMinConf),A.R50("ngModel",t.minConfValue),A.R7$(2),A.Y8G("ngIf",t.flgMinConf&&!t.minConfValue),A.R7$(5),A.JRh(t.advancedTitle),A.R7$(6),A.R50("value",t.selUTXOs),A.R7$(2),A.Lme("",A.bMT(50,34,t.totalSelectedUTXOAmount)," Sats (",t.selUTXOs.length>1?t.selUTXOs.length+" UTXOs":"1 UTXO",")"),A.R7$(2),A.Y8G("ngForOf",t.utxos),A.R7$(2),A.Y8G("disabled",t.selUTXOs.length<1),A.R50("ngModel",t.flgUseAllBalance),A.R7$(5),A.Y8G("ngIf",""!==t.sendFundError)}}function Eo(i,D){if(1&i&&A.EFF(0),2&i){const t=A.XpG(3);A.JRh(t.passwordFormLabel)}}function Co(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Password is required."),A.k0s())}function wo(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-step",58)(1,"form",76),A.DNE(2,Eo,1,1,"ng-template",70),A.j41(3,"div",7)(4,"mat-form-field",18)(5,"mat-label"),A.EFF(6,"Password"),A.k0s(),A.nrm(7,"input",77),A.DNE(8,Co,2,0,"mat-error",23),A.k0s()(),A.j41(9,"div",78)(10,"button",79),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onAuthenticate())}),A.EFF(11,"Confirm"),A.k0s()()()()}if(2&i){const t=A.XpG(2);A.Y8G("stepControl",t.passwordFormGroup)("editable",t.flgEditable),A.R7$(),A.Y8G("formGroup",t.passwordFormGroup),A.R7$(7),A.Y8G("ngIf",null==t.passwordFormGroup.controls.password.errors?null:t.passwordFormGroup.controls.password.errors.required)}}function Ma(i,D){if(1&i&&A.EFF(0),2&i){const t=A.XpG(2);A.JRh(t.sendFundFormLabel)}}function Qo(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Bitcoin address is required."),A.k0s())}function mo(i,D){if(1&i&&(A.j41(0,"mat-option",51),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t.feeRateId),A.R7$(),A.SpI(" ",t.feeRateType," ")}}function po(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function Mo(i,D){if(1&i&&(A.j41(0,"mat-form-field",52)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.nrm(3,"input",80),A.DNE(4,po,2,0,"mat-error",23),A.k0s()),2&i){const t=A.XpG(2);A.R7$(3),A.Y8G("step",1)("min",0),A.R7$(),A.Y8G("ngIf","customperkb"===t.sendFundFormGroup.controls.selFeeRate.value&&!t.sendFundFormGroup.controls.flgMinConf.value&&!t.sendFundFormGroup.controls.customFeeRate.value)}}function Io(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function Ia(i,D){if(1&i&&A.EFF(0),2&i){const t=A.XpG(2);A.JRh(t.confirmFormLabel)}}function Do(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.sendFundError)}}function vo(i,D){if(1&i&&(A.j41(0,"div",54),A.nrm(1,"fa-icon",17),A.DNE(2,Do,2,1,"span",23),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.sendFundError)}}function Fo(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",55)(1,"mat-vertical-stepper",56,6),A.bIt("selectionChange",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.stepSelectionChanged(c))}),A.DNE(3,wo,12,4,"mat-step",57),A.j41(4,"mat-step",58)(5,"form",59),A.DNE(6,Ma,1,1,"ng-template",60),A.j41(7,"div",30)(8,"mat-form-field",18)(9,"mat-label"),A.EFF(10,"Bitcoin Address"),A.k0s(),A.nrm(11,"input",61),A.DNE(12,Qo,2,0,"mat-error",23),A.k0s(),A.j41(13,"div",62)(14,"div",32)(15,"mat-form-field",33)(16,"mat-label"),A.EFF(17,"Fee Rate"),A.k0s(),A.j41(18,"mat-select",63),A.DNE(19,mo,2,2,"mat-option",29),A.k0s()(),A.DNE(20,Mo,5,3,"mat-form-field",35),A.k0s(),A.j41(21,"div",36),A.nrm(22,"mat-checkbox",64),A.j41(23,"mat-form-field",38)(24,"mat-label"),A.EFF(25,"Min Confirmation Blocks"),A.k0s(),A.nrm(26,"input",65),A.DNE(27,Io,2,0,"mat-error",23),A.k0s()()()(),A.j41(28,"div",66)(29,"button",67),A.EFF(30,"Next"),A.k0s()()()(),A.j41(31,"mat-step",68)(32,"form",69),A.DNE(33,Ia,1,1,"ng-template",70),A.j41(34,"div",55)(35,"div",71),A.nrm(36,"fa-icon",72),A.j41(37,"span"),A.EFF(38,"You are about to sweep all funds from RTL. Are you sure?"),A.k0s()(),A.DNE(39,vo,3,2,"div",47),A.j41(40,"div",66)(41,"button",73),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onSendFunds())}),A.EFF(42,"Sweep All Funds"),A.k0s()()()()()(),A.j41(43,"div",74)(44,"button",75),A.EFF(45),A.k0s()()()}if(2&i){const t=A.XpG();A.R7$(),A.Y8G("linear",!0),A.R7$(2),A.Y8G("ngIf",!t.appConfig.SSO.rtlSSO),A.R7$(),A.Y8G("stepControl",t.sendFundFormGroup)("editable",t.flgEditable),A.R7$(),A.Y8G("formGroup",t.sendFundFormGroup),A.R7$(7),A.Y8G("ngIf",null==t.sendFundFormGroup.controls.transactionAddress.errors?null:t.sendFundFormGroup.controls.transactionAddress.errors.required),A.R7$(3),A.Y8G("fxFlex","customperkb"!==t.sendFundFormGroup.controls.selFeeRate.value||t.sendFundFormGroup.controls.flgMinConf.value?"100":"48"),A.R7$(4),A.Y8G("ngForOf",t.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===t.sendFundFormGroup.controls.selFeeRate.value&&!t.sendFundFormGroup.controls.flgMinConf.value),A.R7$(2),A.Y8G("ngClass",A.l_i(20,Gr,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD||t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),A.R7$(4),A.Y8G("step",1)("min",0)("required",t.sendFundFormGroup.controls.flgMinConf.value),A.R7$(),A.Y8G("ngIf",t.sendFundFormGroup.controls.flgMinConf.value&&!t.sendFundFormGroup.controls.minConfValue.value),A.R7$(4),A.Y8G("stepControl",t.confirmFormGroup),A.R7$(),A.Y8G("formGroup",t.confirmFormGroup),A.R7$(4),A.Y8G("icon",t.faExclamationTriangle),A.R7$(3),A.Y8G("ngIf",""!==t.sendFundError),A.R7$(5),A.Y8G("mat-dialog-close",!1),A.R7$(),A.JRh(t.flgValidated?"Close":"Cancel")}}let Da=(()=>{class i{constructor(t,l,c,j,PA,KA,an,fe,cn,LC,PC){this.dialogRef=t,this.data=l,this.logger=c,this.dataService=j,this.store=PA,this.commonService=KA,this.decimalPipe=an,this.actions=fe,this.formBuilder=cn,this.rtlEffects=LC,this.snackBar=PC,this.faExclamationTriangle=B.zpE,this.faInfoCircle=B.iW_,this.sweepAll=!1,this.addressTypes=[],this.utxos=[],this.selUTXOs=[],this.flgUseAllBalance=!1,this.totalSelectedUTXOAmount=null,this.selectedAddress=r.Ld[1],this.blockchainBalance={},this.information={},this.newAddress="",this.transaction={},this.feeRateTypes=r.G,this.selFeeRate="",this.customFeeRate=null,this.flgMinConf=!1,this.minConfValue=null,this.sendFundError="",this.fiatConversion=!1,this.amountUnits=r.A0,this.selAmountUnit=r.A0[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=r.k,this.advancedTitle="Advanced Options",this.flgValidated=!1,this.flgEditable=!0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.screenSize="",this.screenSizeEnum=r.f7,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[0])).subscribe({next:t=>{this.recommendedFee=t},error:t=>{this.logger.error(t)}}),this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[iA.k0.required]],password:["",[iA.k0.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",iA.k0.required],selFeeRate:[null],customFeeRate:[null],flgMinConf:[!1],minConfValue:[{value:null,disabled:!0}]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.flgMinConf.valueChanges.pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{t?(this.sendFundFormGroup.controls.selFeeRate.disable(),this.sendFundFormGroup.controls.selFeeRate.setValue(null),this.sendFundFormGroup.controls.minConfValue.reset(),this.sendFundFormGroup.controls.minConfValue.enable(),this.sendFundFormGroup.controls.minConfValue.setValidators([iA.k0.required]),this.sendFundFormGroup.controls.minConfValue.setValue(null)):(this.sendFundFormGroup.controls.selFeeRate.enable(),this.sendFundFormGroup.controls.selFeeRate.setValue(null),this.sendFundFormGroup.controls.minConfValue.setValue(null),this.sendFundFormGroup.controls.minConfValue.disable(),this.sendFundFormGroup.controls.minConfValue.setValidators(null),this.sendFundFormGroup.controls.minConfValue.setErrors(null))}),this.sendFundFormGroup.controls.selFeeRate.valueChanges.pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.sendFundFormGroup.controls.customFeeRate.setValue(null),this.sendFundFormGroup.controls.customFeeRate.reset(),this.sendFundFormGroup.controls.customFeeRate.setValidators("customperkb"!==t||this.sendFundFormGroup.controls.flgMinConf.value?null:[iA.k0.required])}),(0,zr.z)([this.store.select(d._c),this.store.select(d.qv)]).pipe((0,g.Q)(this.unSubs[3])).subscribe(([t,l])=>{this.fiatConversion=t.settings.fiatConversion,this.amountUnits=t.settings.currencyUnits,this.appConfig=l}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[4])).subscribe(t=>{this.information=t}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[5])).subscribe(t=>{this.utxos=this.commonService.sortAscByKey(t.utxos?.filter(l=>"confirmed"===l.status),"value"),this.logger.info(t)}),this.actions.pipe((0,g.Q)(this.unSubs[6]),(0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN||t.type===r.TC.SET_CHANNEL_TRANSACTION_RES_CLN)).subscribe(t=>{t.type===r.TC.SET_CHANNEL_TRANSACTION_RES_CLN&&(this.store.dispatch((0,AA.UI)({payload:"Fund Sent Successfully!"})),this.dialogRef.close()),t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&t.payload.status===r.wn.ERROR&&"SetChannelTransaction"===t.payload.action&&(this.sendFundError=t.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,AA.oz)({payload:co(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,Fe.s)(1)).subscribe(t=>{"ERROR"!==t?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.sendFundError="",this.flgUseAllBalance&&(this.transaction.satoshi="all"),this.selUTXOs.length&&this.selUTXOs.length>0&&(this.transaction.utxos=[],this.selUTXOs.forEach(t=>this.transaction.utxos?.push(t.txid+":"+t.output))),this.sweepAll){if(!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||this.sendFundFormGroup.controls.flgMinConf.value&&(!this.sendFundFormGroup.controls.minConfValue.value||this.sendFundFormGroup.controls.minConfValue.value<=0)||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate)return!0;this.transaction.satoshi="all",this.transaction.destination=this.sendFundFormGroup.controls.transactionAddress.value,this.sendFundFormGroup.controls.flgMinConf.value?(delete this.transaction.feerate,this.transaction.minconf=this.sendFundFormGroup.controls.flgMinConf.value?this.sendFundFormGroup.controls.minConfValue.value:null):(delete this.transaction.minconf,this.transaction.feerate="customperkb"===this.sendFundFormGroup.controls.selFeeRate.value&&!this.sendFundFormGroup.controls.flgMinConf.value&&this.sendFundFormGroup.controls.customFeeRate.value?1e3*this.sendFundFormGroup.controls.customFeeRate.value+"perkb":this.sendFundFormGroup.controls.selFeeRate.value),delete this.transaction.utxos,this.store.dispatch((0,_.aB)({payload:this.transaction}))}else{if(this.transaction.minconf=this.flgMinConf?this.minConfValue:null,this.transaction.feerate="customperkb"===this.selFeeRate&&!this.flgMinConf&&this.customFeeRate?1e3*this.customFeeRate+"perkb":""!==this.selFeeRate?this.selFeeRate:null,!this.transaction.destination||""===this.transaction.destination||!this.transaction.satoshi||+this.transaction.satoshi<=0||this.flgMinConf&&(!this.transaction.minconf||this.transaction.minconf<=0)||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate)return!0;this.transaction.satoshi&&"all"!==this.transaction.satoshi&&this.selAmountUnit!==r.BQ.SATS?this.commonService.convertCurrency(+this.transaction.satoshi,this.selAmountUnit===this.amountUnits[2]?r.BQ.OTHER:this.selAmountUnit,r.BQ.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,g.Q)(this.unSubs[7])).subscribe({next:t=>{this.transaction.satoshi=t[r.BQ.SATS],this.selAmountUnit=r.BQ.SATS,this.store.dispatch((0,_.aB)({payload:this.transaction}))},error:t=>{this.transaction.satoshi=null,this.selAmountUnit=r.BQ.SATS,this.amountError="Conversion Error: "+t}}):this.store.dispatch((0,_.aB)({payload:this.transaction}))}}resetData(){this.sendFundError="",this.transaction={},this.flgMinConf=!1,this.totalSelectedUTXOAmount=null,this.selUTXOs=[],this.flgUseAllBalance=!1,this.selAmountUnit=r.A0[0]}stepSelectionChanged(t){switch(this.sendFundError="",t.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+(this.sendFundFormGroup.controls.flgMinConf.value?" | Min Confirmation Blocks: "+this.sendFundFormGroup.controls.minConfValue.value:this.sendFundFormGroup.controls.selFeeRate.value?" | Fee Rate: "+this.feeRateTypes.find(l=>l.feeRateId===this.sendFundFormGroup.controls.selFeeRate.value)?.feeRateType:"")}t.selectedIndex0?(this.totalSelectedUTXOAmount=this.selUTXOs?.reduce((l,c)=>l+(c.amount_msat||0)/1e3,0),this.flgUseAllBalance&&this.onUTXOAllBalanceChange()):(this.totalSelectedUTXOAmount=null,this.transaction.satoshi=null,this.flgUseAllBalance=!1)}onUTXOAllBalanceChange(){this.flgUseAllBalance?(this.transaction.satoshi=this.totalSelectedUTXOAmount,this.selAmountUnit=r.A0[0]):this.transaction.satoshi=null}onAmountUnitChange(t){const l=this,c=this.selAmountUnit===this.amountUnits[2]?r.BQ.OTHER:this.selAmountUnit;let j=t.value===this.amountUnits[2]?r.BQ.OTHER:t.value;this.transaction.satoshi&&this.selAmountUnit!==t.value&&this.commonService.convertCurrency(+this.transaction.satoshi,c,j,this.amountUnits[2],this.fiatConversion).pipe((0,g.Q)(this.unSubs[8])).subscribe({next:PA=>{this.selAmountUnit=t.value,l.transaction.satoshi=l.decimalPipe.transform(PA[j],l.currencyUnitFormats[j])?.replace(/,/g,"")},error:PA=>{l.transaction.satoshi=null,this.amountError="Conversion Error: "+PA,this.selAmountUnit=c,j=c}})}onAdvancedPanelToggle(t){this.advancedTitle=t&&this.selUTXOs.length&&this.selUTXOs.length>0?"Advanced Options | Selected UTXOs: "+this.selUTXOs.length+" | Selected UTXO Amount: "+this.decimalPipe.transform(this.totalSelectedUTXOAmount)+" Sats":"Advanced Options"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(C.gP),A.rXU(we.u),A.rXU(e.il),A.rXU(h.h),A.rXU(st.QX),A.rXU(fA.En),A.rXU(iA.ze),A.rXU(QA.H),A.rXU(Hi.UG))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-on-chain-send-modal"]],viewQuery:function(l,c){if(1&l&&(A.GBs(or,7),A.GBs(lr,5),A.GBs(wi,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first),A.mGM(j=A.lsd())&&(c.formSweepAll=j.first),A.mGM(j=A.lsd())&&(c.stepper=j.first)}},decls:13,vars:5,consts:[["sweepAllBlock",""],["form","ngForm"],["address","ngModel"],["amount","ngModel"],["blocks","ngModel"],["custFeeRate","ngModel"],["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],["fxLayout","column",1,"padding-gap-x-large"],["fxFlex","100","class","alert alert-info mb-2",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["fxFlex","100",1,"alert","alert-info","mb-2"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["fxLayout","column","fxFlex","55"],["matInput","","autoFocus","","tabindex","1","name","address","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","30"],["matInput","","name","amount","tabindex","2","required","",3,"ngModelChange","type","step","min","disabled","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"selectionChange","value","disabled"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxFlex","48","fxLayoutAlign","space-between start"],["fxLayout","column","fxLayoutAlign","start center",3,"fxFlex"],["tabindex","4",3,"valueChange","selectionChange","disabled","value"],["fxFlex","48","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","48","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","name","flgMinConf","fxLayoutAlign","stretch start",3,"ngModelChange","change","ngClass","ngModel"],["fxLayout","column","fxFlex","93"],["matInput","","type","number","name","blocks","tabindex","8",3,"ngModelChange","step","min","required","disabled","ngModel"],["fxLayout","column","fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","35","fxLayoutAlign","start end"],["tabindex","8","multiple","",3,"valueChange","selectionChange","value"],["fxFlex","60","fxLayout","row","fxLayoutAlign","start center"],["tabindex","9","color","primary","name","flgUseAllBalance",3,"ngModelChange","change","disabled","ngModel"],["matTooltip","Use selected UTXOs balance as the amount to be sent. Final amount sent will be less the mining fee.","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["fxFlex","48","fxLayoutAlign","end center"],["matInput","","type","number","name","custFeeRate","tabindex","4",3,"ngModelChange","step","min","required","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["matInput","","formControlName","transactionAddress","tabindex","4","name","address","required",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["tabindex","4","formControlName","selFeeRate"],["fxFlex","7","tabindex","5","color","primary","formControlName","flgMinConf","fxLayoutAlign","stretch start",3,"ngClass"],["matInput","","formControlName","minConfValue","type","number","name","blocks","tabindex","8",3,"step","min","required"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","default","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","default",3,"click"],["matInput","","formControlName","customFeeRate","type","number","name","custFeeRate","tabindex","4",3,"step","min"]],template:function(l,c){if(1&l&&(A.j41(0,"div",7)(1,"div",8)(2,"mat-card-header",9)(3,"div",10)(4,"span",11),A.EFF(5),A.k0s()(),A.j41(6,"button",12),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",13),A.DNE(9,cr,16,6,"div",14)(10,ji,64,39,"form",15),A.k0s()()(),A.DNE(11,Fo,46,23,"ng-template",null,0,A.C5r)),2&l){const j=A.sdS(12);A.R7$(5),A.JRh(c.sweepAll?"Sweep All Funds":"Send Funds"),A.R7$(),A.Y8G("mat-dialog-close",!1),A.R7$(3),A.Y8G("ngIf",c.recommendedFee.minimumFee),A.R7$(),A.Y8G("ngIf",!c.sweepAll)("ngIfElse",j)}},dependencies:[st.YU,st.Sq,st.bT,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.vS,iA.cV,iA.j4,iA.JD,Q.aY,n.DJ,n.sA,n.UI,I.PW,gA.tx,R.$z,p.m2,p.MM,Dn.So,bn.GK,bn.Z2,bn.WN,y.An,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,IA.yw,$.VO,$.$2,FA.wT,YA.sG,HA.oV,bt.V5,bt.Ti,bt.M6,bt.F7,J.N,BA.V,st.QX]})}}return i})();var Hr=Pt(5837),pn=Pt(1975);const yo=()=>["all"],xo=i=>({"error-border":i}),Yo=()=>["no_utxo"],kr=i=>({width:i}),So=i=>({"display-none":i});function No(i,D){if(1&i&&(A.j41(0,"mat-option",37),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function bo(i,D){1&i&&A.nrm(0,"mat-progress-bar",38)}function Ro(i,D){1&i&&A.nrm(0,"th",39)}function ui(i,D){1&i&&(A.j41(0,"span",42)(1,"mat-icon",43),A.EFF(2,"warning"),A.k0s()())}function To(i,D){if(1&i&&(A.j41(0,"td",40),A.DNE(1,ui,3,0,"span",41),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(),c=A.sdS(56);A.R7$(),A.Y8G("ngIf",l.numDustUTXOs>0&&!l.isDustUTXO&&(null==t?null:t.amount_msat)/1e30||0===t.amount_msat),A.R7$(),A.Y8G("ngIf",t.amount_msat<0)}}function si(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Blockheight"),A.k0s())}function Fa(i,D){if(1&i&&(A.j41(0,"td",40)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.bMT(3,1,null==t?null:t.blockheight)," ")}}function Si(i,D){1&i&&(A.j41(0,"th",49),A.EFF(1,"Reserved"),A.k0s())}function ya(i,D){if(1&i&&(A.j41(0,"td",40)(1,"span"),A.EFF(2),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(t.reserved?"Yes":"No")}}function Ho(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",57)(1,"div",58)(2,"mat-select",59),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",60),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Er(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",61)(1,"button",62),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG();return A.Njj(PA.onUTXOClick(j,c))}),A.EFF(2,"View Info"),A.k0s()()}}function Cr(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No utxos available."),A.k0s())}function di(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting utxos..."),A.k0s())}function ko(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function wr(i,D){if(1&i&&(A.j41(0,"td",63),A.DNE(1,Cr,2,0,"p",64)(2,di,2,0,"p",64)(3,ko,2,1,"p",64),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function Oi(i,D){if(1&i&&A.nrm(0,"tr",65),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,So,(null==t.listUTXOs?null:t.listUTXOs.data)&&(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)>0))}}function jo(i,D){1&i&&A.nrm(0,"tr",66)}function Oo(i,D){1&i&&A.nrm(0,"tr",67)}function Jo(i,D){1&i&&A.nrm(0,"mat-icon",68)}let xa=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.commonService=l,this.store=c,this.camelCaseWithReplace=j,this.numDustUTXOs=0,this.isDustUTXO=!1,this.dustAmount=1e3,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="on_chain",this.tableSetting={tableId:"utxos",recordsPerPage:r.md,sortBy:"status",sortOrder:r.oi.DESCENDING},this.displayedColumns=[],this.listUTXOs=new F.I6([]),this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.tableSetting.tableId=this.isDustUTXO?"dust_utxos":"utxos",this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("status"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.utxos&&t.utxos.length>0&&(this.dustUtxos=t.utxos?.filter(l=>+(l.amount_msat||0)/1e30&&this.loadUTXOsTable(this.dustUtxos):(this.displayedColumns.unshift("is_dust"),this.utxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.utxos))),this.logger.info(t)})}ngAfterViewInit(){setTimeout(()=>{this.isDustUTXO?this.dustUtxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.dustUtxos):this.utxos&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadUTXOsTable(this.utxos)},0)}onUTXOClick(t,l){const c=[[{key:"txid",value:t.txid,title:"Transaction ID",width:100,type:r.UN.STRING,explorerLink:"tx"}],[{key:"output",value:t.output,title:"Output",width:50,type:r.UN.NUMBER},{key:"amount_msat",value:(t.amount_msat||0)/1e3,title:"Value (Sats)",width:50,type:r.UN.NUMBER}],[{key:"status",value:this.commonService.titleCase(t.status||""),title:"Status",width:50,type:r.UN.STRING},{key:"blockheight",value:t.blockheight,title:"Blockheight",width:50,type:r.UN.NUMBER}],[{key:"address",value:t.address,title:"Address",width:100}]];this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"UTXO Information",message:c}}}))}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column||"","_"):"is_dust"===t?"Dust":this.commonService.titleCase(t)}setFilterPredicate(){this.listUTXOs.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=JSON.stringify(t).toLowerCase();break;case"is_dust":c=(t?.amount_msat||0)/1e3"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"is_dust"===this.selFilterBy||"status"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadUTXOsTable(t){this.listUTXOs=new F.I6([...t]),this.listUTXOs.sort=this.sort,this.listUTXOs.sortingDataAccessor=(l,c)=>{switch(c){case"is_dust":return(l.amount_msat||0)/1e30&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-on-chain-utxos"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},inputs:{numDustUTXOs:"numDustUTXOs",isDustUTXO:"isDustUTXO",dustAmount:"dustAmount"},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("UTXOs")}])],decls:57,vars:18,consts:[["table",""],["emptySpace",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start start"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","is_dust"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Dust/Nondust",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status",4,"matHeaderCellDef"],["matColumnDef","txid"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","address"],["matColumnDef","scriptpubkey"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","value"],["matColumnDef","blockheight"],["matColumnDef","reserved"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Dust/Nondust"],["mat-cell",""],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Status"],["class","dot green","matTooltip","Confirmed","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],["matTooltip","Confirmed","matTooltipPosition","right",1,"dot","green"],["matTooltipPosition","right",1,"dot","yellow",3,"matTooltip"],["mat-header-cell","","mat-sort-header",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],["fxLayoutAlign","start center","color","warn",1,"mr-1"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",2)(1,"div",3),A.nrm(2,"div",4),A.j41(3,"div",5)(4,"mat-form-field",6)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",7),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,No,2,2,"mat-option",8),A.k0s()()(),A.j41(10,"mat-form-field",6)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",9),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(14,"div",10)(15,"div",11),A.DNE(16,bo,1,0,"mat-progress-bar",12),A.j41(17,"table",13,0),A.qex(19,14),A.DNE(20,Ro,1,0,"th",15)(21,To,2,2,"td",16),A.bVm(),A.qex(22,17),A.DNE(23,va,1,0,"th",18)(24,fi,3,2,"td",16),A.bVm(),A.qex(25,19),A.DNE(26,Or,2,0,"th",20)(27,Uo,4,4,"td",16),A.bVm(),A.qex(28,21),A.DNE(29,Br,2,0,"th",20)(30,ur,4,4,"td",16),A.bVm(),A.qex(31,22),A.DNE(32,fr,2,0,"th",20)(33,ye,4,4,"td",16),A.bVm(),A.qex(34,23),A.DNE(35,Lo,2,0,"th",24)(36,hi,4,3,"td",16),A.bVm(),A.qex(37,25),A.DNE(38,Po,2,0,"th",24)(39,hr,3,2,"td",16),A.bVm(),A.qex(40,26),A.DNE(41,si,2,0,"th",24)(42,Fa,4,3,"td",16),A.bVm(),A.qex(43,27),A.DNE(44,Si,2,0,"th",20)(45,ya,3,1,"td",16),A.bVm(),A.qex(46,28),A.DNE(47,Ho,6,0,"th",29)(48,Er,3,0,"td",30),A.bVm(),A.qex(49,31),A.DNE(50,wr,4,3,"td",32),A.bVm(),A.DNE(51,Oi,1,3,"tr",33)(52,jo,1,0,"tr",34)(53,Oo,1,0,"tr",35),A.k0s(),A.nrm(54,"mat-paginator",36),A.k0s()()(),A.DNE(55,Jo,1,0,"ng-template",null,1,A.C5r)}2&l&&(A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,yo).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(3),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.listUTXOs)("ngClass",A.eq3(15,xo,""!==c.errorMessage)),A.R7$(34),A.Y8G("matFooterRowDef",A.lJ4(17,Yo)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,y.An,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,st.QX,st.PV],styles:[".mat-column-is_dust[_ngcontent-%COMP%]{max-width:3rem;width:3rem;text-overflow:unset}.mat-column-status[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return i})();function Vo(i,D){if(1&i&&(A.j41(0,"span",4),A.EFF(1,"UTXOs"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.numUtxos)}}function Wo(i,D){if(1&i&&(A.j41(0,"span",5),A.EFF(1,"Dust UTXOs"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.numDustUtxos)}}let Ko=(()=>{class i{constructor(t,l){this.logger=t,this.store=l,this.selectedTableIndex=0,this.selectedTableIndexChange=new A.bkB,this.numUtxos=0,this.numDustUtxos=0,this.DUST_AMOUNT=1e3,this.unSubs=[new o.B,new o.B]}ngOnInit(){this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{t.utxos&&t.utxos.length>0&&(this.numUtxos=t.utxos.length||0,this.numDustUtxos=t.utxos?.filter(l=>+(l.amount_msat||0)/1e3{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},decls:8,vars:7,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box","my-2"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedIndex"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"numDustUTXOs","isDustUTXO","dustAmount"],["matBadgeOverlap","false","matBadgeColor","primary",1,"tab-badge",3,"matBadge"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(l,c){1&l&&(A.j41(0,"div",0)(1,"mat-tab-group",1),A.bIt("selectedIndexChange",function(PA){return c.onSelectedIndexChanged(PA)}),A.j41(2,"mat-tab"),A.DNE(3,Vo,2,1,"ng-template",2),A.nrm(4,"rtl-cln-on-chain-utxos",3),A.k0s(),A.j41(5,"mat-tab"),A.DNE(6,Wo,2,1,"ng-template",2),A.nrm(7,"rtl-cln-on-chain-utxos",3),A.k0s()()()),2&l&&(A.R7$(),A.Y8G("selectedIndex",c.selectedTableIndex),A.R7$(3),A.Y8G("numDustUTXOs",c.numDustUtxos)("isDustUTXO",!1)("dustAmount",c.DUST_AMOUNT),A.R7$(3),A.Y8G("numDustUTXOs",c.numDustUtxos)("isDustUTXO",!0)("dustAmount",c.DUST_AMOUNT))},dependencies:[n.DJ,n.sA,n.UI,pn.k,Y.ES,Y.mq,Y.T8,xa]})}}return i})();const Xo=(i,D)=>[i,D];function Zo(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",13),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=null==c?null:c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.Y8G("active",l.activeLink===(null==t?null:t.link))("routerLink",A.l_i(3,Xo,null==t?null:t.link,null==l.selectedTable?null:l.selectedTable.name)),A.R7$(),A.JRh(null==t?null:t.name)}}let qo=(()=>{class i{constructor(t,l,c){this.store=t,this.router=l,this.activatedRoute=c,this.faExchangeAlt=B._qq,this.faChartPie=B.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.selectedTable=this.tables.find(l=>l.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link,this.selectedTable=this.tables.find(j=>j.name===l.urlAfterRedirects.substring(l.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(d._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(l=>{this.selNode=l}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[2])).subscribe(l=>{this.balances=[{title:"Total Balance",dataValue:l.balance.totalBalance||0},{title:"Confirmed",dataValue:l.balance.confBalance||0},{title:"Unconfirmed",dataValue:l.balance.unconfBalance||0}]})}openSendFundsModal(t){this.store.dispatch((0,AA.xO)({payload:{data:{sweepAll:t,component:Da}}}))}onSelectedTableIndexChanged(t){this.selectedTable=this.tables.find(l=>l.id===t)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il),A.rXU(le.Ix),A.rXU(le.nX))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-on-chain"]],decls:23,vars:6,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndexChange","selectedTableIndex"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"On-chain Balance"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),A.nrm(7,"rtl-currency-unit-converter",6),A.k0s()()(),A.j41(8,"div",1),A.nrm(9,"fa-icon",2),A.j41(10,"span",3),A.EFF(11,"On-chain Transactions"),A.k0s()(),A.j41(12,"div",7)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",8),A.DNE(16,Zo,2,6,"div",9),A.k0s(),A.nrm(17,"mat-tab-nav-panel",null,0),A.j41(19,"div",10),A.nrm(20,"router-outlet"),A.k0s(),A.j41(21,"div",11)(22,"rtl-cln-utxo-tables",12),A.bIt("selectedTableIndexChange",function(KA){return A.eBV(j),A.Njj(c.onSelectedTableIndexChanged(KA))}),A.k0s()()()()()}if(2&l){const j=A.sdS(18);A.R7$(),A.Y8G("icon",c.faChartPie),A.R7$(6),A.Y8G("values",c.balances),A.R7$(2),A.Y8G("icon",c.faExchangeAlt),A.R7$(6),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links),A.R7$(6),A.Y8G("selectedTableIndex",null==c.selectedTable?null:c.selectedTable.id)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,Hr.f,le.n3,le.Wk,Ko]})}}return i})();function _o(i,D){if(1&i&&(A.j41(0,"span",10),A.EFF(1,"Channels"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.activeChannels)}}function $o(i,D){if(1&i&&(A.j41(0,"span",10),A.EFF(1,"Peers"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.activePeers)}}let A0=(()=>{class i{constructor(t,l,c){this.store=t,this.logger=l,this.router=c,this.activePeers=0,this.activeChannels=0,this.faUsers=B.gdJ,this.faChartPie=B.W1p,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(t=>t instanceof le.gx)).subscribe({next:t=>{this.activeLink=this.links.findIndex(l=>l.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.activeChannels=t.activeChannels.length||0}),this.store.select(E.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.activePeers=t.peers&&t.peers.length?t.peers.length:0,this.logger.info(t)}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.balances=[{title:"Total Balance",dataValue:t.balance.totalBalance||0},{title:"Confirmed",dataValue:t.balance.confBalance||0},{title:"Unconfirmed",dataValue:t.balance.unconfBalance||0}]})}onSelectedTabChange(t){this.router.navigateByUrl("/cln/connections/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il),A.rXU(C.gP),A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-connections"]],decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(l,c){1&l&&(A.j41(0,"div",0),A.nrm(1,"fa-icon",1),A.j41(2,"span",2),A.EFF(3,"On-chain Balance"),A.k0s()(),A.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),A.nrm(7,"rtl-currency-unit-converter",5),A.k0s()()(),A.j41(8,"div",0),A.nrm(9,"fa-icon",1),A.j41(10,"span",2),A.EFF(11,"Connections"),A.k0s()(),A.j41(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),A.mxI("selectedIndexChange",function(PA){return A.DH7(c.activeLink,PA)||(c.activeLink=PA),PA}),A.bIt("selectedTabChange",function(PA){return c.onSelectedTabChange(PA)}),A.j41(16,"mat-tab"),A.DNE(17,_o,2,1,"ng-template",8),A.k0s(),A.j41(18,"mat-tab"),A.DNE(19,$o,2,1,"ng-template",8),A.k0s()(),A.j41(20,"div",9),A.nrm(21,"router-outlet"),A.k0s()()()()),2&l&&(A.R7$(),A.Y8G("icon",c.faChartPie),A.R7$(6),A.Y8G("values",c.balances),A.R7$(2),A.Y8G("icon",c.faUsers),A.R7$(6),A.R50("selectedIndex",c.activeLink))},dependencies:[Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,pn.k,Y.ES,Y.mq,Y.T8,Hr.f,le.n3]})}}return i})();function t0(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",12),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.FS9("routerLink",t.link),A.Y8G("active",l.activeLink===t.link),A.R7$(),A.JRh(t.name)}}let e0=(()=>{class i{constructor(t,l,c){this.logger=t,this.store=l,this.router=c,this.faExchangeAlt=B._qq,this.faChartPie=B.W1p,this.currencyUnits=[],this.routerUrl="",this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"}],this.activeLink=this.links[0].link,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link,this.routerUrl=l.urlAfterRedirects}}),this.store.select(d._c).pipe((0,g.Q)(this.unSubs[1])).subscribe(l=>{if(this.selNode=l,this.selNode&&this.selNode.settings.enableOffers){this.store.dispatch((0,_.Eb)()),this.store.dispatch((0,_.Ml)()),this.links.push({link:"offers",name:"Offers"}),this.links.push({link:"offrBookmarks",name:"Paid Offer Bookmarks"});const c=this.links.find(j=>this.router.url.includes(j.link));this.activeLink=c?c.link:this.links[0].link}}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[2]),(0,f.E)(this.store.select(d._c))).subscribe(([l,c])=>{this.currencyUnits=c?.settings.currencyUnits||[],this.balances=c&&c.settings.userPersona===r.HW.OPERATOR?[{title:"Local Capacity",dataValue:l.localRemoteBalance.localBalance,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:l.localRemoteBalance.remoteBalance,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:l.localRemoteBalance.localBalance,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:l.localRemoteBalance.remoteBalance,tooltip:"Amount you can receive"}],this.logger.info(l)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-transactions"]],decls:21,vars:5,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Lightning Balance"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5),A.nrm(7,"rtl-currency-unit-converter",6),A.k0s()()(),A.j41(8,"div",7),A.nrm(9,"fa-icon",2),A.j41(10,"span",3),A.EFF(11,"Lightning Transactions"),A.k0s()(),A.j41(12,"div",8)(13,"mat-card")(14,"mat-card-content",5)(15,"nav",9),A.DNE(16,t0,2,3,"div",10),A.k0s(),A.nrm(17,"mat-tab-nav-panel",null,0),A.j41(19,"div",11),A.nrm(20,"router-outlet"),A.k0s()()()()),2&l){const j=A.sdS(18);A.R7$(),A.Y8G("icon",c.faChartPie),A.R7$(6),A.Y8G("values",c.balances),A.R7$(2),A.Y8G("icon",c.faExchangeAlt),A.R7$(6),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,Hr.f,le.n3,le.Wk]})}}return i})();function dr(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",12),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.FS9("routerLink",t.link),A.Y8G("active",l.activeLink===t.link),A.R7$(),A.JRh(t.name)}}let Jr=(()=>{class i{constructor(t){this.router=t,this.faMapSigns=B.knH,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"routingpeers",name:"Routing Peers"},{link:"failedtransactions",name:"Failed Transactions"},{link:"localfail",name:"Local Failed Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new o.B,new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-routing"]],decls:15,vars:3,consts:[["tabPanel",""],["fxLayout","column",1,"mb-2"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start","fxFlex","100",3,"tabPanel"],["tabindex","1","mat-tab-link","","role","tab","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["tabindex","1","mat-tab-link","","role","tab",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1)(1,"div",2),A.nrm(2,"fa-icon",3),A.j41(3,"span",4),A.EFF(4,"Routing"),A.k0s()(),A.j41(5,"div",5)(6,"mat-card",6)(7,"mat-card-content",7)(8,"div",8)(9,"nav",9),A.DNE(10,dr,2,3,"div",10),A.k0s(),A.nrm(11,"mat-tab-nav-panel",null,0),A.k0s(),A.j41(13,"div",11),A.nrm(14,"router-outlet"),A.k0s()()()()()),2&l){const j=A.sdS(12);A.R7$(2),A.Y8G("icon",c.faMapSigns),A.R7$(7),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,le.n3,le.Wk]})}}return i})();function Qr(i,D){1&i&&(A.j41(0,"h3",9),A.EFF(1,"Node 1"),A.k0s())}function Ya(i,D){1&i&&(A.j41(0,"h3",9),A.EFF(1,"Node 1 (Your Node)"),A.k0s())}function n0(i,D){1&i&&(A.j41(0,"h3",9),A.EFF(1,"Node 2"),A.k0s())}function mr(i,D){1&i&&(A.j41(0,"h3",9),A.EFF(1,"Node 2 (Your Node)"),A.k0s())}function Un(i,D){if(1&i&&(A.j41(0,"div",1),A.nrm(1,"mat-divider"),A.j41(2,"div",2)(3,"div",3)(4,"div",4),A.DNE(5,Qr,2,0,"h3",5)(6,Ya,2,0,"h3",5),A.k0s(),A.nrm(7,"mat-divider",6),A.j41(8,"div",4)(9,"h4",7),A.EFF(10,"Short Channel ID"),A.k0s(),A.j41(11,"span",8),A.EFF(12),A.k0s()(),A.nrm(13,"mat-divider",6),A.j41(14,"div",4)(15,"h4",7),A.EFF(16,"Active"),A.k0s(),A.j41(17,"span",8),A.EFF(18),A.k0s()(),A.nrm(19,"mat-divider",6),A.j41(20,"div",4)(21,"h4",7),A.EFF(22,"Last Update"),A.k0s(),A.j41(23,"span",8),A.EFF(24),A.nI1(25,"date"),A.k0s()(),A.nrm(26,"mat-divider",6),A.j41(27,"div",4)(28,"h4",7),A.EFF(29,"Amount (Sats)"),A.k0s(),A.j41(30,"span",8),A.EFF(31),A.nI1(32,"number"),A.k0s()(),A.nrm(33,"mat-divider",6),A.j41(34,"div",4)(35,"h4",7),A.EFF(36,"Base Fee (mSats)"),A.k0s(),A.j41(37,"span",8),A.EFF(38),A.nI1(39,"number"),A.k0s()(),A.nrm(40,"mat-divider",6),A.j41(41,"div",4)(42,"h4",7),A.EFF(43,"Fee/Millionth"),A.k0s(),A.j41(44,"span",8),A.EFF(45),A.nI1(46,"number"),A.k0s()(),A.nrm(47,"mat-divider",6),A.j41(48,"div",4)(49,"h4",7),A.EFF(50,"Channel Flags"),A.k0s(),A.j41(51,"span",8),A.EFF(52),A.nI1(53,"number"),A.k0s()(),A.nrm(54,"mat-divider",6),A.j41(55,"div",4)(56,"h4",7),A.EFF(57,"Delay"),A.k0s(),A.j41(58,"span",8),A.EFF(59),A.nI1(60,"number"),A.k0s()(),A.nrm(61,"mat-divider",6),A.j41(62,"div",4)(63,"h4",7),A.EFF(64,"Max Htlc (mSat)"),A.k0s(),A.j41(65,"span",8),A.EFF(66),A.nI1(67,"number"),A.k0s()(),A.nrm(68,"mat-divider",6),A.j41(69,"div",4)(70,"h4",7),A.EFF(71,"Min Htlc (mSat)"),A.k0s(),A.j41(72,"span",8),A.EFF(73),A.nI1(74,"number"),A.k0s()(),A.nrm(75,"mat-divider",6),A.j41(76,"div",4)(77,"h4",7),A.EFF(78,"Message Flags"),A.k0s(),A.j41(79,"span",8),A.EFF(80),A.nI1(81,"number"),A.k0s()(),A.nrm(82,"mat-divider",6),A.j41(83,"div",4)(84,"h4",7),A.EFF(85,"Public"),A.k0s(),A.j41(86,"span",8),A.EFF(87),A.k0s()(),A.nrm(88,"mat-divider",6),A.j41(89,"div",4)(90,"h4",7),A.EFF(91,"Source"),A.k0s(),A.j41(92,"span",8),A.EFF(93),A.k0s()(),A.nrm(94,"mat-divider",6),A.j41(95,"div",4)(96,"h4",7),A.EFF(97,"Destination"),A.k0s(),A.j41(98,"span",8),A.EFF(99),A.k0s()()(),A.j41(100,"div",3)(101,"div"),A.DNE(102,n0,2,0,"h3",5)(103,mr,2,0,"h3",5),A.k0s(),A.nrm(104,"mat-divider",6),A.j41(105,"div",4)(106,"h4",7),A.EFF(107,"Short Channel ID"),A.k0s(),A.j41(108,"span",8),A.EFF(109),A.k0s()(),A.nrm(110,"mat-divider",6),A.j41(111,"div",4)(112,"h4",7),A.EFF(113,"Active"),A.k0s(),A.j41(114,"span",8),A.EFF(115),A.k0s()(),A.nrm(116,"mat-divider",6),A.j41(117,"div",4)(118,"h4",7),A.EFF(119,"Last Update"),A.k0s(),A.j41(120,"span",8),A.EFF(121),A.nI1(122,"date"),A.k0s()(),A.nrm(123,"mat-divider",6),A.j41(124,"div",4)(125,"h4",7),A.EFF(126,"Amount (Sats)"),A.k0s(),A.j41(127,"span",8),A.EFF(128),A.nI1(129,"number"),A.k0s()(),A.nrm(130,"mat-divider",6),A.j41(131,"div",4)(132,"h4",7),A.EFF(133,"Base Fee (mSats)"),A.k0s(),A.j41(134,"span",8),A.EFF(135),A.nI1(136,"number"),A.k0s()(),A.nrm(137,"mat-divider",6),A.j41(138,"div",4)(139,"h4",7),A.EFF(140,"Fee/Millionth"),A.k0s(),A.j41(141,"span",8),A.EFF(142),A.nI1(143,"number"),A.k0s()(),A.nrm(144,"mat-divider",6),A.j41(145,"div",4)(146,"h4",7),A.EFF(147,"Channel Flags"),A.k0s(),A.j41(148,"span",8),A.EFF(149),A.nI1(150,"number"),A.k0s()(),A.nrm(151,"mat-divider",6),A.j41(152,"div",4)(153,"h4",7),A.EFF(154,"Delay"),A.k0s(),A.j41(155,"span",8),A.EFF(156),A.nI1(157,"number"),A.k0s()(),A.nrm(158,"mat-divider",6),A.j41(159,"div",4)(160,"h4",7),A.EFF(161,"Max Htlc (mSat)"),A.k0s(),A.j41(162,"span",8),A.EFF(163),A.nI1(164,"number"),A.k0s()(),A.nrm(165,"mat-divider",6),A.j41(166,"div",4)(167,"h4",7),A.EFF(168,"Min Htlc (mSat)"),A.k0s(),A.j41(169,"span",8),A.EFF(170),A.nI1(171,"number"),A.k0s()(),A.nrm(172,"mat-divider",6),A.j41(173,"div",4)(174,"h4",7),A.EFF(175,"Message Flags"),A.k0s(),A.j41(176,"span",8),A.EFF(177),A.nI1(178,"number"),A.k0s()(),A.nrm(179,"mat-divider",6),A.j41(180,"div",4)(181,"h4",7),A.EFF(182,"Public"),A.k0s(),A.j41(183,"span",8),A.EFF(184),A.k0s()(),A.nrm(185,"mat-divider",6),A.j41(186,"div",4)(187,"h4",7),A.EFF(188,"Source"),A.k0s(),A.j41(189,"span",8),A.EFF(190),A.k0s()(),A.nrm(191,"mat-divider",6),A.j41(192,"div",4)(193,"h4",7),A.EFF(194,"Destination"),A.k0s(),A.j41(195,"span",8),A.EFF(196),A.k0s()()()()()),2&i){const t=A.XpG();A.R7$(5),A.Y8G("ngIf",!t.node1_match),A.R7$(),A.Y8G("ngIf",t.node1_match),A.R7$(6),A.JRh(null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].short_channel_id),A.R7$(6),A.JRh(null!=t.lookupResult.channels[0]&&t.lookupResult.channels[0].active?"True":"False"),A.R7$(6),A.JRh(A.i5U(25,32,1e3*(null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].last_update),"dd/MMM/y HH:mm")),A.R7$(7),A.JRh(A.i5U(32,35,(null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].amount_msat)/1e3,"1.0-0")),A.R7$(7),A.JRh(A.bMT(39,38,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].base_fee_millisatoshi)),A.R7$(7),A.JRh(A.bMT(46,40,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].fee_per_millionth)),A.R7$(7),A.JRh(A.bMT(53,42,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].channel_flags)),A.R7$(7),A.JRh(A.bMT(60,44,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].delay)),A.R7$(7),A.JRh(A.bMT(67,46,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].htlc_maximum_msat)),A.R7$(7),A.JRh(A.bMT(74,48,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].htlc_minimum_msat)),A.R7$(7),A.JRh(A.bMT(81,50,null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].message_flags)),A.R7$(7),A.JRh(null!=t.lookupResult.channels[0]&&t.lookupResult.channels[0].public?"Yes":"No"),A.R7$(6),A.JRh(null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].source),A.R7$(6),A.JRh(null==t.lookupResult.channels[0]?null:t.lookupResult.channels[0].destination),A.R7$(3),A.Y8G("ngIf",!t.node2_match),A.R7$(),A.Y8G("ngIf",t.node2_match),A.R7$(6),A.JRh(null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].short_channel_id),A.R7$(6),A.JRh(null!=t.lookupResult.channels[1]&&t.lookupResult.channels[1].active?"True":"False"),A.R7$(6),A.JRh(A.i5U(122,52,1e3*(null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].last_update),"dd/MMM/y HH:mm")),A.R7$(7),A.JRh(A.i5U(129,55,(null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].amount_msat)/1e3,"1.0-0")),A.R7$(7),A.JRh(A.bMT(136,58,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].base_fee_millisatoshi)),A.R7$(7),A.JRh(A.bMT(143,60,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].fee_per_millionth)),A.R7$(7),A.JRh(A.bMT(150,62,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].channel_flags)),A.R7$(7),A.JRh(A.bMT(157,64,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].delay)),A.R7$(7),A.JRh(A.bMT(164,66,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].htlc_maximum_msat)),A.R7$(7),A.JRh(A.bMT(171,68,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].htlc_minimum_msat)),A.R7$(7),A.JRh(A.bMT(178,70,null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].message_flags)),A.R7$(7),A.JRh(null!=t.lookupResult.channels[1]&&t.lookupResult.channels[1].public?"Yes":"No"),A.R7$(6),A.JRh(null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].source),A.R7$(6),A.JRh(null==t.lookupResult.channels[1]?null:t.lookupResult.channels[1].destination)}}let oi=(()=>{class i{constructor(t){this.store=t,this.lookupResult={},this.node1_match=!1,this.node2_match=!1,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.lookupResult.channels&&this.lookupResult.channels.length>0&&this.lookupResult.channels[0].source===t.id&&(this.node1_match=!0),this.lookupResult.channels&&this.lookupResult.channels.length>1&&this.lookupResult.channels[1].source===t.id&&(this.node2_match=!0)})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],[1,"my-1"],[1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"page-title","font-bold-500"]],template:function(l,c){1&l&&A.DNE(0,Un,197,72,"div",0),2&l&&A.Y8G("ngIf",c.lookupResult)},dependencies:[st.bT,n.DJ,n.sA,n.UI,ai.q,st.QX,st.vh],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]})}}return i})();const Vr=["peersForm"],Wr=["stepper"],Kr=(i,D)=>({"mr-6":i,"mr-2":D});function i0(i,D){if(1&i&&A.EFF(0),2&i){const t=A.XpG();A.JRh(t.peerFormLabel)}}function Ji(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Address is required."),A.k0s())}function Sa(i,D){if(1&i&&(A.j41(0,"div",42),A.nrm(1,"fa-icon",43),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(2),A.JRh(t.peerConnectionError)}}function r0(i,D){if(1&i&&A.EFF(0),2&i){const t=A.XpG();A.JRh(t.channelFormLabel)}}function a0(i,D){if(1&i&&(A.j41(0,"div",44),A.nrm(1,"fa-icon",43),A.j41(2,"span",13)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",45)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faInfoCircle),A.R7$(6),A.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),A.R7$(2),A.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),A.R7$(2),A.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),A.R7$(2),A.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),A.R7$(2),A.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function s0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function o0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Amount must be a positive number."),A.k0s())}function l0(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.SpI("Amount must be less than or equal to ",t.totalBalance,".")}}function c0(i,D){if(1&i&&(A.j41(0,"mat-option",46),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t.feeRateId),A.R7$(),A.SpI(" ",t.feeRateType," ")}}function g0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function B0(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.SpI("Lower than min feerate ",t.recommendedFee.minimumFee," in the mempool.")}}function u0(i,D){if(1&i&&(A.j41(0,"mat-form-field",47)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.nrm(3,"input",48),A.j41(4,"mat-hint"),A.EFF(5),A.k0s(),A.DNE(6,g0,2,0,"mat-error",15)(7,B0,2,1,"mat-error",15),A.k0s()),2&i){const t=A.XpG();A.R7$(3),A.Y8G("step",1)("min",t.recommendedFee.minimumFee||0),A.R7$(2),A.SpI("Mempool Min: ",t.recommendedFee.minimumFee," (Sats/vByte)"),A.R7$(),A.Y8G("ngIf","customperkb"===t.channelFormGroup.controls.selFeeRate.value&&!t.channelFormGroup.controls.flgMinConf.value&&!t.channelFormGroup.controls.customFeeRate.value),A.R7$(),A.Y8G("ngIf",t.channelFormGroup.controls.customFeeRate.value&&(null==t.channelFormGroup.controls.customFeeRate.errors?null:t.channelFormGroup.controls.customFeeRate.errors.minimum))}}function f0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Min Confirmation Blocks is required."),A.k0s())}function h0(i,D){if(1&i&&(A.j41(0,"div",42),A.nrm(1,"fa-icon",43),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(2),A.JRh(t.channelConnectionError)}}let Na=(()=>{class i{constructor(t,l,c,j,PA,KA,an,fe){this.dialogRef=t,this.data=l,this.store=c,this.formBuilder=j,this.actions=PA,this.logger=KA,this.commonService=an,this.dataService=fe,this.faExclamationTriangle=B.zpE,this.faInfoCircle=B.iW_,this.peerAddress="",this.totalBalance=0,this.feeRateTypes=r.G,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.screenSize="",this.screenSizeEnum=r.f7,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.data.message?(this.totalBalance=this.data.message.balance,this.peerAddress=this.data.message.peer&&this.data.message.peer.id&&this.data.message.peer.netaddr?this.data.message.peer.id+"@"+this.data.message.peer.netaddr:this.data.message.peer&&this.data.message.peer.id&&!this.data.message.peer.netaddr?this.data.message.peer.id:""):(this.totalBalance=0,this.peerAddress=""),this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[iA.k0.required]],peerAddress:[this.peerAddress,[iA.k0.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[iA.k0.required,iA.k0.min(1),iA.k0.max(this.totalBalance)]],isPrivate:[!!this.selNode?.settings.unannouncedChannels],selFeeRate:[null],customFeeRate:[null],flgMinConf:[!1],minConfValue:[{value:null,disabled:!0}],hiddenAmount:["",[iA.k0.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t,this.channelFormGroup.controls.isPrivate.setValue(!!t?.settings.unannouncedChannels)}),this.channelFormGroup.controls.flgMinConf.valueChanges.pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{t?(this.channelFormGroup.controls.selFeeRate.setValue(null),this.channelFormGroup.controls.selFeeRate.disable(),this.channelFormGroup.controls.customFeeRate.setValue(null),this.channelFormGroup.controls.minConfValue.reset(),this.channelFormGroup.controls.minConfValue.enable(),this.channelFormGroup.controls.minConfValue.setValidators([iA.k0.required])):(this.channelFormGroup.controls.selFeeRate.enable(),this.channelFormGroup.controls.minConfValue.setValue(null),this.channelFormGroup.controls.minConfValue.disable(),this.channelFormGroup.controls.minConfValue.setValidators(null))}),this.channelFormGroup.controls.selFeeRate.valueChanges.pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.channelFormGroup.controls.customFeeRate.setValue(null),this.channelFormGroup.controls.customFeeRate.reset(),this.channelFormGroup.controls.customFeeRate.setValidators("customperkb"!==t||this.channelFormGroup.controls.flgMinConf.value?null:[iA.k0.required])}),this.actions.pipe((0,g.Q)(this.unSubs[3]),(0,v.p)(t=>t.type===r.TC.NEWLY_ADDED_PEER_CLN||t.type===r.TC.FETCH_CHANNELS_CLN||t.type===r.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(t=>{t.type===r.TC.NEWLY_ADDED_PEER_CLN&&(this.logger.info(t.payload),this.flgEditable=!1,this.newlyAddedPeer=t.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),t.type===r.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close(),t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&t.payload.status===r.wn.ERROR&&("SaveNewPeer"===t.payload.action?this.peerConnectionError=t.payload.message:"SaveNewChannel"===t.payload.action&&(this.channelConnectionError=t.payload.message))}),this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[4])).subscribe({next:t=>{this.recommendedFee=t},error:t=>{this.logger.error(t)}})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="",this.store.dispatch((0,_.sq)({payload:{id:this.peerFormGroup.controls.peerAddress.value}}))}onOpenChannel(){return"customperkb"===this.channelFormGroup.controls.selFeeRate.value&&this.recommendedFee.minimumFee>this.channelFormGroup.controls.customFeeRate.value?(this.channelFormGroup.controls.customFeeRate.setErrors({minimum:!0}),!0):!!(!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||this.channelFormGroup.controls.flgMinConf.value&&!this.channelFormGroup.controls.minConfValue.value)||(this.channelConnectionError="",void this.store.dispatch((0,_.vL)({payload:{peerId:this.newlyAddedPeer?.id,amount:this.channelFormGroup.controls.fundingAmount.value,announce:!this.channelFormGroup.controls.isPrivate.value,feeRate:"customperkb"===this.channelFormGroup.controls.selFeeRate.value&&!this.channelFormGroup.controls.flgMinConf.value&&this.channelFormGroup.controls.customFeeRate.value?1e3*this.channelFormGroup.controls.customFeeRate.value+"perkb":this.channelFormGroup.controls.selFeeRate.value,minconf:this.channelFormGroup.controls.flgMinConf.value?this.channelFormGroup.controls.minConfValue.value:null}})))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(t){switch(t.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer.alias:this.newlyAddedPeer?.id):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(this.newlyAddedPeer?.alias?this.newlyAddedPeer?.alias:this.newlyAddedPeer?.id):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}t.selectedIndex{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(iA.ze),A.rXU(fA.En),A.rXU(C.gP),A.rXU(h.h),A.rXU(we.u))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-connect-peer"]],viewQuery:function(l,c){if(1&l&&(A.GBs(Vr,5),A.GBs(Wr,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first),A.mGM(j=A.lsd())&&(c.stepper=j.first)}},decls:67,vars:33,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"ngSubmit","formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["fxLayout","column","fxFlex","53","fxLayoutAlign","start end"],["matInput","","autoFocus","","formControlName","fundingAmount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","45","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center"],["fxFlex","53","fxLayoutAlign","space-between end"],["fxLayout","column","fxLayoutAlign","start center",3,"fxFlex"],["tabindex","4","formControlName","selFeeRate"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","45","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","formControlName","flgMinConf","fxLayoutAlign","stretch start",3,"ngClass"],["fxLayout","column","fxFlex","93"],["matInput","","formControlName","minConfValue","type","number","name","blocks","tabindex","8",3,"step","min","required"],["mat-button","","color","primary","tabindex","8","type","submit"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],[3,"value"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end center"],["matInput","","formControlName","customFeeRate","type","number","name","custFeeRate","tabindex","4",3,"step","min"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Connect to a new peer"),A.k0s()(),A.j41(6,"button",6),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),A.bIt("selectionChange",function(KA){return A.eBV(j),A.Njj(c.stepSelectionChanged(KA))}),A.j41(12,"mat-step",10)(13,"form",11),A.DNE(14,i0,1,1,"ng-template",12),A.j41(15,"mat-form-field",13)(16,"mat-label"),A.EFF(17,"Lightning Address (pubkey OR pubkey@ip:port)"),A.k0s(),A.nrm(18,"input",14),A.DNE(19,Ji,2,0,"mat-error",15),A.k0s(),A.DNE(20,Sa,4,2,"div",16),A.j41(21,"div",17)(22,"button",18),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onConnectPeer())}),A.EFF(23),A.k0s()()()(),A.j41(24,"mat-step",10)(25,"form",19),A.bIt("ngSubmit",function(){return A.eBV(j),A.Njj(c.onOpenChannel())}),A.DNE(26,r0,1,1,"ng-template",20),A.j41(27,"div",21),A.DNE(28,a0,16,6,"div",22),A.j41(29,"div",23)(30,"mat-form-field",24)(31,"mat-label"),A.EFF(32,"Amount"),A.k0s(),A.nrm(33,"input",25),A.j41(34,"mat-hint"),A.EFF(35),A.nI1(36,"number"),A.k0s(),A.j41(37,"span",26),A.EFF(38," Sats "),A.k0s(),A.DNE(39,s0,2,0,"mat-error",15)(40,o0,2,0,"mat-error",15)(41,l0,2,1,"mat-error",15),A.k0s(),A.j41(42,"div",27)(43,"mat-slide-toggle",28),A.EFF(44,"Private Channel"),A.k0s()()(),A.j41(45,"div",29)(46,"div",30)(47,"mat-form-field",31)(48,"mat-label"),A.EFF(49,"Fee Rate"),A.k0s(),A.j41(50,"mat-select",32),A.DNE(51,c0,2,2,"mat-option",33),A.k0s()(),A.DNE(52,u0,8,5,"mat-form-field",34),A.k0s(),A.j41(53,"div",35),A.nrm(54,"mat-checkbox",36),A.j41(55,"mat-form-field",37)(56,"mat-label"),A.EFF(57,"Min Confirmation Blocks"),A.k0s(),A.nrm(58,"input",38),A.DNE(59,f0,2,0,"mat-error",15),A.k0s()()()(),A.DNE(60,h0,4,2,"div",16),A.j41(61,"div",17)(62,"button",39),A.EFF(63),A.k0s()()()()(),A.j41(64,"div",40)(65,"button",41),A.EFF(66),A.k0s()()()()()()}2&l&&(A.R7$(10),A.Y8G("linear",!0),A.R7$(2),A.Y8G("stepControl",c.peerFormGroup)("editable",c.flgEditable),A.R7$(),A.Y8G("formGroup",c.peerFormGroup),A.R7$(6),A.Y8G("ngIf",null==c.peerFormGroup.controls.peerAddress.errors?null:c.peerFormGroup.controls.peerAddress.errors.required),A.R7$(),A.Y8G("ngIf",""!==c.peerConnectionError),A.R7$(3),A.JRh(""!==c.peerConnectionError?"Retry":"Add Peer"),A.R7$(),A.Y8G("stepControl",c.channelFormGroup)("editable",c.flgEditable),A.R7$(),A.Y8G("formGroup",c.channelFormGroup),A.R7$(3),A.Y8G("ngIf",c.recommendedFee.minimumFee),A.R7$(5),A.Y8G("step",1e3),A.R7$(2),A.SpI("Remaining: ",A.bMT(36,28,c.totalBalance-(c.channelFormGroup.controls.fundingAmount.value?c.channelFormGroup.controls.fundingAmount.value:0)),""),A.R7$(4),A.Y8G("ngIf",null==c.channelFormGroup.controls.fundingAmount.errors?null:c.channelFormGroup.controls.fundingAmount.errors.required),A.R7$(),A.Y8G("ngIf",null==c.channelFormGroup.controls.fundingAmount.errors?null:c.channelFormGroup.controls.fundingAmount.errors.min),A.R7$(),A.Y8G("ngIf",null==c.channelFormGroup.controls.fundingAmount.errors?null:c.channelFormGroup.controls.fundingAmount.errors.max),A.R7$(6),A.Y8G("fxFlex","customperkb"!==c.channelFormGroup.controls.selFeeRate.value||c.channelFormGroup.controls.flgMinConf.value?"100":"25"),A.R7$(4),A.Y8G("ngForOf",c.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===c.channelFormGroup.controls.selFeeRate.value&&!c.channelFormGroup.controls.flgMinConf.value),A.R7$(2),A.Y8G("ngClass",A.l_i(30,Kr,c.screenSize===c.screenSizeEnum.XS||c.screenSize===c.screenSizeEnum.SM,c.screenSize===c.screenSizeEnum.MD||c.screenSize===c.screenSizeEnum.LG||c.screenSize===c.screenSizeEnum.XL)),A.R7$(4),A.Y8G("step",1)("min",0)("required",c.channelFormGroup.controls.flgMinConf.value),A.R7$(),A.Y8G("ngIf",c.channelFormGroup.controls.flgMinConf.value&&!c.channelFormGroup.controls.minConfValue.value),A.R7$(),A.Y8G("ngIf",""!==c.channelConnectionError),A.R7$(3),A.JRh(""!==c.channelConnectionError?"Retry":"Open Channel"),A.R7$(2),A.Y8G("mat-dialog-close",!1),A.R7$(),A.JRh(null!=c.newlyAddedPeer&&c.newlyAddedPeer.id?"Do It Later":"Close"))},dependencies:[st.YU,st.Sq,st.bT,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.j4,iA.JD,Q.aY,n.DJ,n.sA,n.UI,I.PW,gA.tx,R.$z,p.m2,p.MM,Dn.So,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,IA.yw,$.VO,FA.wT,YA.sG,bt.V5,bt.Ti,bt.M6,J.N,BA.V,st.QX]})}}return i})();var pr=Pt(9157);const Mr=i=>({"background-color":i});function Ie(i,D){if(1&i&&(A.j41(0,"span",7),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(t)}}function te(i,D){1&i&&(A.j41(0,"th",27),A.EFF(1,"Type"),A.k0s())}function E0(i,D){if(1&i&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.type)}}function ba(i,D){1&i&&(A.j41(0,"th",27),A.EFF(1,"Address"),A.k0s())}function Vi(i,D){if(1&i&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.address)}}function Ra(i,D){1&i&&(A.j41(0,"th",27),A.EFF(1,"Port"),A.k0s())}function C0(i,D){if(1&i&&(A.j41(0,"td",28),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.port)}}function w0(i,D){1&i&&(A.j41(0,"th",29)(1,"div",30),A.EFF(2,"Actions"),A.k0s()())}function Ta(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",31)(1,"div",32)(2,"mat-select",33),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",34),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onConnectNode(c))}),A.EFF(5,"Connect"),A.k0s(),A.j41(6,"mat-option",35),A.bIt("copied",function(c){A.eBV(t);const j=A.XpG(2);return A.Njj(j.onCopyNodeURI(c))}),A.EFF(7,"Copy URI"),A.k0s()()()()}if(2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(6),A.Y8G("payload",(null==l.lookupResult?null:l.lookupResult.nodeid)+"@"+t.address+":"+t.port)}}function d0(i,D){1&i&&A.nrm(0,"tr",36)}function Bn(i,D){1&i&&A.nrm(0,"tr",37)}function Xr(i,D){if(1&i&&(A.j41(0,"div",2),A.nrm(1,"mat-divider",3),A.j41(2,"div",4)(3,"div",5)(4,"h4",6),A.EFF(5,"Alias"),A.k0s(),A.j41(6,"span",7),A.EFF(7),A.j41(8,"span",8),A.EFF(9),A.k0s()()(),A.j41(10,"div",9)(11,"h4",6),A.EFF(12,"Pub Key"),A.k0s(),A.j41(13,"span",10),A.EFF(14),A.k0s()()(),A.nrm(15,"mat-divider",11),A.j41(16,"div",4)(17,"div",5)(18,"h4",6),A.EFF(19,"Last Update"),A.k0s(),A.j41(20,"span",7),A.EFF(21),A.nI1(22,"date"),A.k0s()(),A.j41(23,"div",9)(24,"h4",6),A.EFF(25,"Features"),A.k0s(),A.DNE(26,Ie,2,1,"span",12),A.k0s()(),A.nrm(27,"mat-divider",11),A.j41(28,"div",13)(29,"h4",14),A.EFF(30,"Addresses"),A.k0s(),A.j41(31,"div",15)(32,"table",16,0),A.qex(34,17),A.DNE(35,te,2,0,"th",18)(36,E0,2,1,"td",19),A.bVm(),A.qex(37,20),A.DNE(38,ba,2,0,"th",18)(39,Vi,2,1,"td",19),A.bVm(),A.qex(40,21),A.DNE(41,Ra,2,0,"th",18)(42,C0,2,1,"td",19),A.bVm(),A.qex(43,22),A.DNE(44,w0,3,0,"th",23)(45,Ta,8,1,"td",24),A.bVm(),A.DNE(46,d0,1,0,"tr",25)(47,Bn,1,0,"tr",26),A.k0s()()()()),2&i){const t=A.XpG();A.R7$(7),A.JRh(null==t.lookupResult?null:t.lookupResult.alias),A.R7$(),A.Y8G("ngStyle",A.eq3(12,Mr,"#"+(null==t.lookupResult?null:t.lookupResult.color))),A.R7$(),A.JRh(null!=t.lookupResult&&t.lookupResult.color?"#"+(null==t.lookupResult?null:t.lookupResult.color):""),A.R7$(5),A.JRh(null==t.lookupResult?null:t.lookupResult.nodeid),A.R7$(7),A.JRh(A.i5U(22,9,1e3*(null==t.lookupResult?null:t.lookupResult.last_timestamp),"dd/MMM/y HH:mm")),A.R7$(5),A.Y8G("ngForOf",t.featureDescriptions),A.R7$(6),A.Y8G("dataSource",t.addresses),A.R7$(14),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)}}let Ua=(()=>{class i{constructor(t,l,c){this.logger=t,this.snackBar=l,this.store=c,this.featureDescriptions=[],this.addresses=new F.I6([]),this.displayedColumns=["type","address","port","actions"],this.information={},this.availableBalance=0,this.unSubs=[new o.B]}ngOnInit(){if(this.addresses=new F.I6(this.lookupResult&&this.lookupResult.addresses?[...this.lookupResult.addresses]:[]),this.addresses.data=this.lookupResult.addresses||[],this.addresses.sort=this.sort,this.addresses.sortingDataAccessor=(t,l)=>t[l]&&isNaN(t[l])?t[l].toLocaleLowerCase():t[l]?+t[l]:null,this.lookupResult.features&&""!==this.lookupResult.features.trim()){this.lookupResult.features=this.lookupResult.features.substring(this.lookupResult.features.length-40);const t=parseInt(this.lookupResult.features,16);r.TH.forEach(l=>{t&1<{this.information=t.information,this.availableBalance=t.balance.totalBalance||0})}onConnectNode(t){this.store.dispatch((0,AA.xO)({payload:{data:{message:{peer:{id:this.lookupResult.nodeid+"@"+t.address+":"+t.port},information:this.information,balance:this.availableBalance},component:Na}}}))}onCopyNodeURI(t){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(Hi.UG),A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-node-lookup"]],viewQuery:function(l,c){if(1&l&&A.GBs(z.B4,5),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first)}},inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["table",""],["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1"],["class","foreground-secondary-text",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","port"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select","btn-action"],["mat-cell","","fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["rtlClipboard","",3,"copied","payload"],["mat-header-row",""],["mat-row",""]],template:function(l,c){1&l&&A.DNE(0,Xr,48,14,"div",1),2&l&&A.Y8G("ngIf",c.lookupResult)},dependencies:[st.Sq,st.bT,st.B3,n.DJ,n.sA,n.UI,I.eI,ai.q,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.KS,F.$R,F.YZ,F.NB,cA.Ld,pr.U,st.vh]})}}return i})();const Ir=["form"],Q0=i=>({"mt-1":!0,"mt-2":i});function Qi(i,D){if(1&i&&(A.j41(0,"mat-radio-button",17),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t.id)("checked",l.selectedFieldId===t.id),A.R7$(),A.SpI(" ",t.name," ")}}function $n(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.SpI("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function li(i,D){if(1&i&&(A.j41(0,"div"),A.nrm(1,"rtl-cln-node-lookup",26),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.Y8G("lookupResult",t.nodeLookupValue)}}function ci(i,D){if(1&i&&(A.j41(0,"span",24),A.DNE(1,li,2,1,"div",25),A.k0s()),2&i){const t=A.XpG(2),l=A.sdS(21);A.R7$(),A.Y8G("ngIf",""!==t.nodeLookupValue.nodeid)("ngIfElse",l)}}function m0(i,D){if(1&i&&(A.j41(0,"div"),A.nrm(1,"rtl-cln-channel-lookup",26),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.Y8G("lookupResult",t.channelLookupValue)}}function p0(i,D){if(1&i&&(A.j41(0,"span",24),A.DNE(1,m0,2,1,"div",25),A.k0s()),2&i){const t=A.XpG(2),l=A.sdS(21);A.R7$(),A.Y8G("ngIf",t.channelLookupValue.channels&&t.channelLookupValue.channels.length>0)("ngIfElse",l)}}function M0(i,D){1&i&&(A.j41(0,"span"),A.EFF(1,' fxFlex="100"'),A.j41(2,"h3"),A.EFF(3,"Error! Unable to find details!"),A.k0s()())}function Dr(i,D){if(1&i&&(A.j41(0,"div",18)(1,"div",19)(2,"span",20),A.EFF(3),A.k0s()(),A.j41(4,"div",21),A.DNE(5,ci,2,2,"span",22)(6,p0,2,2,"span",22)(7,M0,4,0,"span",23),A.k0s()()),2&i){const t=A.XpG();A.R7$(3),A.SpI("",t.lookupFields[t.selectedFieldId].name," Details"),A.R7$(),A.Y8G("ngSwitch",t.selectedFieldId),A.R7$(),A.Y8G("ngSwitchCase",0),A.R7$(),A.Y8G("ngSwitchCase",1)}}function I0(i,D){1&i&&(A.j41(0,"h3"),A.EFF(1,"Error! Unable to find details!"),A.k0s())}let La=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.commonService=l,this.store=c,this.actions=j,this.lookupKey="",this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Short Channel ID"}],this.flgLoading=[!0],this.faSearch=B.MjD,this.screenSize="",this.screenSizeEnum=r.f7,this.unSubs=[new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.lookupType||window.history.state.lookupValue)&&(this.selectedFieldId=+window.history.state.lookupType||0,this.lookupKey=window.history.state.lookupValue||""),this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(t=>t.type===r.TC.SET_LOOKUP_CLN||t.type===r.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(t=>{if(t.type===r.TC.SET_LOOKUP_CLN){switch(this.flgLoading[0]=!0,this.selectedFieldId){case 0:this.nodeLookupValue="object"!=typeof t.payload[0]?{nodeid:""}:JSON.parse(JSON.stringify(t.payload[0]));break;case 1:this.channelLookupValue=t.payload.channels&&"object"!=typeof t.payload.channels?{channels:[]}:JSON.parse(JSON.stringify(t.payload))}this.flgSetLookupValue=!0,this.logger.info(this.nodeLookupValue),this.logger.info(this.channelLookupValue)}t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&t.payload.status===r.wn.ERROR&&"Lookup"===t.payload.action&&(this.flgLoading[0]="error")})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.selectedFieldId){case 0:this.store.dispatch((0,_.zU)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,_.ij)({payload:{uiMessage:r.MZ.SEARCHING_CHANNEL,shortChannelID:this.lookupKey.trim(),showError:!1}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.form.resetForm()}clearLookupValue(){this.nodeLookupValue={nodeid:""},this.channelLookupValue=[],this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(fA.En))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-lookups"]],viewQuery:function(l,c){if(1&l&&A.GBs(Ir,7),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first)}},decls:22,vars:9,consts:[["form","ngForm"],["key",""],["errorBlock",""],["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModelChange","change","ngModel"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxFlex","100"],[4,"ngIf","ngIfElse"],[3,"lookupResult"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",3)(1,"div",4)(2,"mat-card-content",5)(3,"form",6,0)(5,"div",7)(6,"mat-radio-group",8),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selectedFieldId,KA)||(c.selectedFieldId=KA),A.Njj(KA)}),A.bIt("change",function(KA){return A.eBV(j),A.Njj(c.onSelectChange(KA))}),A.DNE(7,Qi,2,3,"mat-radio-button",9),A.k0s()(),A.j41(8,"mat-form-field",10)(9,"mat-label"),A.EFF(10),A.k0s(),A.j41(11,"input",11,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.lookupKey,KA)||(c.lookupKey=KA),A.Njj(KA)}),A.bIt("change",function(){return A.eBV(j),A.Njj(c.clearLookupValue())}),A.k0s(),A.DNE(13,$n,2,1,"mat-error",12),A.k0s(),A.j41(14,"div",13)(15,"button",14),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(16,"Clear"),A.k0s(),A.j41(17,"button",15),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onLookup())}),A.EFF(18,"Lookup"),A.k0s()()(),A.DNE(19,Dr,8,4,"div",16),A.k0s()()(),A.DNE(20,I0,2,0,"ng-template",null,2,A.C5r)}2&l&&(A.R7$(6),A.R50("ngModel",c.selectedFieldId),A.R7$(),A.Y8G("ngForOf",c.lookupFields),A.R7$(),A.Y8G("ngClass",A.eq3(7,Q0,c.screenSize===c.screenSizeEnum.XS||c.screenSize===c.screenSizeEnum.SM)),A.R7$(2),A.JRh((null==c.lookupFields[c.selectedFieldId]?null:c.lookupFields[c.selectedFieldId].placeholder)||"Lookup Key"),A.R7$(),A.R50("ngModel",c.lookupKey),A.R7$(2),A.Y8G("ngIf",!c.lookupKey),A.R7$(6),A.Y8G("ngIf",c.flgSetLookupValue))},dependencies:[st.YU,st.Sq,st.bT,st.ux,st.e1,st.fG,iA.qT,iA.me,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,n.DJ,n.sA,n.UI,I.PW,R.$z,p.m2,wA.fg,IA.rl,IA.nJ,IA.TL,wn.VT,wn._g,oi,Ua],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}"]})}}return i})();var Zr=function(i){return i.KB="KB",i.KW="KW",i}(Zr||{});function D0(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 2 Blocks "),A.j41(3,"mat-icon",16),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==t.perkbw?null:t.perkbw.estimates[0].smoothed_feerate))}}function de(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 6 Blocks "),A.j41(3,"mat-icon",17),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==t.perkbw?null:t.perkbw.estimates[1].smoothed_feerate))}}function Pa(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 12 Blocks "),A.j41(3,"mat-icon",18),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==t.perkbw?null:t.perkbw.estimates[2].smoothed_feerate))}}function v0(i,D){if(1&i&&(A.j41(0,"div")(1,"h4",5),A.EFF(2," 100 Blocks "),A.j41(3,"mat-icon",19),A.EFF(4,"info_outline"),A.k0s()(),A.j41(5,"div",7),A.EFF(6),A.nI1(7,"number"),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(6),A.JRh(A.bMT(7,1,null==t.perkbw?null:t.perkbw.estimates[3].smoothed_feerate))}}function F0(i,D){if(1&i&&(A.j41(0,"div",2)(1,"div",3)(2,"div",4)(3,"div")(4,"h4",5),A.EFF(5," Opening "),A.j41(6,"mat-icon",6),A.EFF(7,"info_outline"),A.k0s()(),A.j41(8,"div",7),A.EFF(9),A.nI1(10,"number"),A.k0s()(),A.j41(11,"div")(12,"h4",5),A.EFF(13," Mutual Close "),A.j41(14,"mat-icon",8),A.EFF(15,"info_outline"),A.k0s()(),A.j41(16,"div",7),A.EFF(17),A.nI1(18,"number"),A.k0s()(),A.j41(19,"div")(20,"h4",5),A.EFF(21," Unilateral Close "),A.j41(22,"mat-icon",9),A.EFF(23,"info_outline"),A.k0s()(),A.j41(24,"div",7),A.EFF(25),A.nI1(26,"number"),A.k0s()(),A.j41(27,"div")(28,"h4",5),A.EFF(29," Delayed To Us "),A.j41(30,"mat-icon",10),A.EFF(31,"info_outline"),A.k0s()(),A.j41(32,"div",7),A.EFF(33),A.nI1(34,"number"),A.k0s()(),A.j41(35,"div")(36,"h4",5),A.EFF(37," Minimum Acceptable "),A.j41(38,"mat-icon",11),A.EFF(39,"info_outline"),A.k0s()(),A.j41(40,"div",7),A.EFF(41),A.nI1(42,"number"),A.k0s()(),A.j41(43,"div")(44,"h4",5),A.EFF(45," Maximum Acceptable "),A.j41(46,"mat-icon",12),A.EFF(47,"info_outline"),A.k0s()(),A.j41(48,"div",7),A.EFF(49),A.nI1(50,"number"),A.k0s()()(),A.j41(51,"div",4)(52,"div")(53,"h4",5),A.EFF(54," HTLC Resolution "),A.j41(55,"mat-icon",13),A.EFF(56,"info_outline"),A.k0s()(),A.j41(57,"div",7),A.EFF(58),A.nI1(59,"number"),A.k0s()(),A.j41(60,"div")(61,"h4",5),A.EFF(62," Penalty "),A.j41(63,"mat-icon",14),A.EFF(64,"info_outline"),A.k0s()(),A.j41(65,"div",7),A.EFF(66),A.nI1(67,"number"),A.k0s()(),A.DNE(68,D0,8,3,"div",15)(69,de,8,3,"div",15)(70,Pa,8,3,"div",15)(71,v0,8,3,"div",15),A.k0s()()()),2&i){const t=A.XpG();A.R7$(9),A.JRh(A.bMT(10,12,null==t.perkbw?null:t.perkbw.opening)),A.R7$(8),A.JRh(A.bMT(18,14,null==t.perkbw?null:t.perkbw.mutual_close)),A.R7$(8),A.JRh(A.bMT(26,16,null==t.perkbw?null:t.perkbw.unilateral_close)),A.R7$(8),A.JRh(A.bMT(34,18,null==t.perkbw?null:t.perkbw.delayed_to_us)),A.R7$(8),A.JRh(A.bMT(42,20,null==t.perkbw?null:t.perkbw.min_acceptable)),A.R7$(8),A.JRh(A.bMT(50,22,null==t.perkbw?null:t.perkbw.max_acceptable)),A.R7$(9),A.JRh(A.bMT(59,24,null==t.perkbw?null:t.perkbw.htlc_resolution)),A.R7$(8),A.JRh(A.bMT(67,26,null==t.perkbw?null:t.perkbw.penalty)),A.R7$(2),A.Y8G("ngIf",(null==t.perkbw?null:t.perkbw.estimates)&&(null==t.perkbw?null:t.perkbw.estimates.length)&&(null==t.perkbw?null:t.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==t.perkbw?null:t.perkbw.estimates)&&(null==t.perkbw?null:t.perkbw.estimates.length)&&(null==t.perkbw?null:t.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==t.perkbw?null:t.perkbw.estimates)&&(null==t.perkbw?null:t.perkbw.estimates.length)&&(null==t.perkbw?null:t.perkbw.estimates.length)>3),A.R7$(),A.Y8G("ngIf",(null==t.perkbw?null:t.perkbw.estimates)&&(null==t.perkbw?null:t.perkbw.estimates.length)&&(null==t.perkbw?null:t.perkbw.estimates.length)>3)}}function za(i,D){if(1&i&&(A.j41(0,"div",20)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let y0=(()=>{class i{constructor(){this.perkbw={},this.displayedColumns=["blockcount","feerate"]}ngAfterContentChecked(){this.feeRateStyle===Zr.KB?this.perkbw=this.feeRates.perkb||{}:this.feeRateStyle===Zr.KW&&(this.perkbw=this.feeRates.perkw||{})}static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-fee-rates"]],inputs:{feeRateStyle:"feeRateStyle",feeRates:"feeRates",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch",1,"mt-2"],["fxLayoutAlign","start start",1,"dashboard-info-title"],["matTooltip","Default feerate for fundchannel and withdraw","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[1,"overflow-wrap","dashboard-info-value"],["matTooltip","Feerate to aim for in cooperative shutdown. Note that since mutual close is a negotiation, the actual feerate used in mutual close will be somewhere between this and the corresponding mutual close feerate of the peer","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for commitment transaction in a live channel which we originally funded","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for returning unilateral close funds to our wallet","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","The smallest feerate that you can use, usually the minimum relayed feerate of the backend","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","The largest feerate we will accept from remote negotiations. If a peer attempts to set the feerate higher than this we will unilaterally close the channel (or simply forget it if it's not open yet)","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate for returning unilateral close HTLC outputs to our wallet","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Feerate to start at when penalizing a cheat attempt","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[4,"ngIf"],["matTooltip","Fee rate estimate for 2 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 6 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 12 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Fee rate estimate for 100 blocks","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&A.DNE(0,F0,72,28,"div",1)(1,za,3,1,"ng-template",null,0,A.C5r),2&l){const j=A.sdS(2);A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.bT,n.DJ,n.sA,n.UI,y.An,HA.oV,st.QX],styles:[".fee-rate-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:44px}"]})}}return i})();function x0(i,D){if(1&i&&(A.j41(0,"div",3)(1,"div",4)(2,"div")(3,"h4",5),A.EFF(4," Opening Channel "),A.j41(5,"mat-icon",6),A.EFF(6,"info_outline"),A.k0s()(),A.j41(7,"div",7),A.EFF(8),A.nI1(9,"number"),A.k0s()(),A.j41(10,"div")(11,"h4",5),A.EFF(12," Mutual Close "),A.j41(13,"mat-icon",8),A.EFF(14,"info_outline"),A.k0s()(),A.j41(15,"div",7),A.EFF(16),A.nI1(17,"number"),A.k0s()(),A.j41(18,"div")(19,"h4",5),A.EFF(20," Unilateral Close "),A.j41(21,"mat-icon",9),A.EFF(22,"info_outline"),A.k0s()(),A.j41(23,"div",7),A.EFF(24),A.nI1(25,"number"),A.k0s()(),A.j41(26,"div",10),A.nrm(27,"h4",5)(28,"div",7),A.k0s()(),A.j41(29,"div",4)(30,"div")(31,"h4",5),A.EFF(32," HTLC Timeout "),A.j41(33,"mat-icon",11),A.EFF(34,"info_outline"),A.k0s()(),A.j41(35,"div",7),A.EFF(36),A.nI1(37,"number"),A.k0s()(),A.j41(38,"div")(39,"h4",5),A.EFF(40," HTLC Success "),A.j41(41,"mat-icon",12),A.EFF(42,"info_outline"),A.k0s()(),A.j41(43,"div",7),A.EFF(44),A.nI1(45,"number"),A.k0s()(),A.j41(46,"div",10),A.nrm(47,"h4",5)(48,"div",7),A.k0s(),A.j41(49,"div",10),A.nrm(50,"h4",5)(51,"div",7),A.k0s()()()),2&i){const t=A.XpG();A.R7$(8),A.JRh(A.bMT(9,5,null==t.feeRates||null==t.feeRates.onchain_fee_estimates?null:t.feeRates.onchain_fee_estimates.opening_channel_satoshis)),A.R7$(8),A.JRh(A.bMT(17,7,null==t.feeRates||null==t.feeRates.onchain_fee_estimates?null:t.feeRates.onchain_fee_estimates.mutual_close_satoshis)),A.R7$(8),A.JRh(A.bMT(25,9,null==t.feeRates||null==t.feeRates.onchain_fee_estimates?null:t.feeRates.onchain_fee_estimates.unilateral_close_satoshis)),A.R7$(12),A.JRh(A.bMT(37,11,null==t.feeRates||null==t.feeRates.onchain_fee_estimates?null:t.feeRates.onchain_fee_estimates.htlc_timeout_satoshis)),A.R7$(8),A.JRh(A.bMT(45,13,null==t.feeRates||null==t.feeRates.onchain_fee_estimates?null:t.feeRates.onchain_fee_estimates.htlc_success_satoshis))}}function Y0(i,D){if(1&i&&(A.j41(0,"div",13)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG();A.R7$(2),A.JRh(t.errorMessage)}}let Ga=(()=>{class i{constructor(){}static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-onchain-fee-estimates"]],inputs:{feeRates:"feeRates",errorMessage:"errorMessage"},decls:4,vars:2,consts:[["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","62","fxLayoutAlign","stretch stretch",4,"ngIf","ngIfElse"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","62","fxLayoutAlign","stretch stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch",1,"mt-2"],["fxLayoutAlign","start start",1,"dashboard-info-title"],["matTooltip","Estimated cost of typical channel open","matTooltipPosition","below",1,"info-icon","info-icon-primary"],[1,"overflow-wrap","dashboard-info-value"],["matTooltip","Estimated cost of typical channel close","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Estimated cost of typical unilateral close (without HTLCs)","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxFlex","12"],["matTooltip","Estimated cost of typical HTLC timeout transaction","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["matTooltip","Estimated cost of typical HTLC fulfillment transaction","matTooltipPosition","below",1,"info-icon","info-icon-primary"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1),A.DNE(1,x0,52,15,"div",2)(2,Y0,3,1,"ng-template",null,0,A.C5r),A.k0s()),2&l){const j=A.sdS(3);A.R7$(),A.Y8G("ngIf",""===(null==c.errorMessage?null:c.errorMessage.trim()))("ngIfElse",j)}},dependencies:[st.bT,n.DJ,n.sA,n.UI,y.An,HA.oV,st.QX],styles:[".fee-rate-list[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%]{height:44px}"]})}}return i})();const Wi=i=>({"dashboard-card-content":!0,"error-border":i});function Ha(i,D){1&i&&A.nrm(0,"mat-progress-bar",19)}function S0(i,D){if(1&i&&A.nrm(0,"rtl-cln-node-info",20),2&i){const t=A.XpG(3);A.Y8G("information",t.information)("showColorFieldSeparately",!1)}}function N0(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-status-info",21),2&i){const t=A.XpG(3);A.Y8G("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[1])}}function b0(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-info",22),2&i){const t=A.XpG(3);A.Y8G("fees",t.fees)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[2]+" "+t.errorMessages[3])}}function R0(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-rates",23),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKB)("feeRateStyle","KB")("errorMessage",t.errorMessages[4])}}function T0(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-rates",23),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKW)("feeRateStyle","KW")("errorMessage",t.errorMessages[5])}}function U0(i,D){if(1&i&&A.nrm(0,"rtl-cln-onchain-fee-estimates",24),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKW)("errorMessage",t.errorMessages[4])}}function L0(i,D){if(1&i&&(A.j41(0,"mat-grid-tile",4)(1,"div",5)(2,"div",6)(3,"div",7),A.nrm(4,"fa-icon",8),A.j41(5,"span"),A.EFF(6),A.k0s()()(),A.j41(7,"div",9)(8,"mat-card",10)(9,"mat-card-content",11),A.DNE(10,Ha,1,0,"mat-progress-bar",12),A.j41(11,"div",13),A.DNE(12,S0,1,2,"rtl-cln-node-info",14)(13,N0,1,2,"rtl-cln-channel-status-info",15)(14,b0,1,2,"rtl-cln-fee-info",16)(15,R0,1,3,"rtl-cln-fee-rates",17)(16,T0,1,3,"rtl-cln-fee-rates",17)(17,U0,1,2,"rtl-cln-onchain-fee-estimates",18),A.k0s()()()()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("colspan",t.cols)("rowspan",t.rows),A.R7$(4),A.Y8G("icon",t.icon),A.R7$(2),A.JRh(t.title),A.R7$(3),A.Y8G("ngClass",A.eq3(13,Wi,"node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusLRBal.status===l.apiCallStatusEnum.ERROR)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.ERROR)||"feeRatesKB"===t.id&&l.apiCallStatusPerKB.status===l.apiCallStatusEnum.ERROR||"feeRatesKW"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.ERROR||"onChainFeeEstimates"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusLRBal.status===l.apiCallStatusEnum.INITIATED)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.INITIATED)||"feeRatesKB"===t.id&&l.apiCallStatusPerKB.status===l.apiCallStatusEnum.INITIATED||"feeRatesKW"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.INITIATED||"onChainFeeEstimates"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",t.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","status"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKB"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKW"),A.R7$(),A.Y8G("ngSwitchCase","onChainFeeEstimates")}}function vr(i,D){if(1&i&&(A.j41(0,"mat-grid-list",2),A.DNE(1,L0,18,15,"mat-grid-tile",3),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngForOf",t.nodeCardsOperator)}}function P0(i,D){1&i&&A.nrm(0,"mat-progress-bar",19)}function qr(i,D){if(1&i&&A.nrm(0,"rtl-cln-node-info",20),2&i){const t=A.XpG(3);A.Y8G("information",t.information)("showColorFieldSeparately",!1)}}function ka(i,D){if(1&i&&A.nrm(0,"rtl-cln-channel-status-info",21),2&i){const t=A.XpG(3);A.Y8G("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[1])}}function z0(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-info",22),2&i){const t=A.XpG(3);A.Y8G("fees",t.fees)("errorMessage",t.errorMessages[0]+" "+t.errorMessages[2]+" "+t.errorMessages[3])}}function Ki(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-rates",23),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKB)("feeRateStyle","KB")("errorMessage",t.errorMessages[4])}}function un(i,D){if(1&i&&A.nrm(0,"rtl-cln-fee-rates",23),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKW)("feeRateStyle","KW")("errorMessage",t.errorMessages[4])}}function Fr(i,D){if(1&i&&A.nrm(0,"rtl-cln-onchain-fee-estimates",24),2&i){const t=A.XpG(3);A.Y8G("feeRates",t.feeRatesPerKW)("errorMessage",t.errorMessages[4])}}function ja(i,D){if(1&i&&(A.j41(0,"mat-grid-tile",4)(1,"div",5)(2,"div",6)(3,"div",25),A.nrm(4,"fa-icon",8),A.j41(5,"span"),A.EFF(6),A.k0s()()(),A.j41(7,"div",9)(8,"mat-card",10)(9,"mat-card-content",11),A.DNE(10,P0,1,0,"mat-progress-bar",12),A.j41(11,"div",13),A.DNE(12,qr,1,2,"rtl-cln-node-info",14)(13,ka,1,2,"rtl-cln-channel-status-info",15)(14,z0,1,2,"rtl-cln-fee-info",16)(15,Ki,1,3,"rtl-cln-fee-rates",17)(16,un,1,3,"rtl-cln-fee-rates",17)(17,Fr,1,2,"rtl-cln-onchain-fee-estimates",18),A.k0s()()()()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("colspan",t.cols)("rowspan",t.rows),A.R7$(4),A.Y8G("icon",t.icon),A.R7$(2),A.JRh(t.title),A.R7$(3),A.Y8G("ngClass",A.eq3(13,Wi,"node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusLRBal.status===l.apiCallStatusEnum.ERROR)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusChannels.status===l.apiCallStatusEnum.ERROR||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.ERROR)||"feeRatesKB"===t.id&&l.apiCallStatusPerKB.status===l.apiCallStatusEnum.ERROR||"feeRatesKW"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.ERROR||"onChainFeeEstimates"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.ERROR)),A.R7$(),A.Y8G("ngIf","node"===t.id&&l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||"status"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusLRBal.status===l.apiCallStatusEnum.INITIATED)||"fee"===t.id&&(l.apiCallStatusNodeInfo.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusChannels.status===l.apiCallStatusEnum.INITIATED||l.apiCallStatusFHistory.status===l.apiCallStatusEnum.INITIATED)||"feeRatesKB"===t.id&&l.apiCallStatusPerKB.status===l.apiCallStatusEnum.INITIATED||"feeRatesKW"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.INITIATED||"onChainFeeEstimates"===t.id&&l.apiCallStatusPerKW.status===l.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngSwitch",t.id),A.R7$(),A.Y8G("ngSwitchCase","node"),A.R7$(),A.Y8G("ngSwitchCase","status"),A.R7$(),A.Y8G("ngSwitchCase","fee"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKB"),A.R7$(),A.Y8G("ngSwitchCase","feeRatesKW"),A.R7$(),A.Y8G("ngSwitchCase","onChainFeeEstimates")}}function G0(i,D){if(1&i&&(A.j41(0,"mat-grid-list",2),A.DNE(1,ja,18,15,"mat-grid-tile",3),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngForOf",t.nodeCardsMerchant)}}let H0=(()=>{class i{constructor(t,l,c){this.logger=t,this.commonService=l,this.store=c,this.faBolt=B.zm_,this.faServer=B.D6w,this.faNetworkWired=B.eGi,this.faLink=B.CQO,this.information={},this.channelsStatus={active:{},pending:{},inactive:{}},this.feeRatesPerKB={},this.feeRatesPerKW={},this.nodeCardsOperator=[],this.nodeCardsMerchant=[],this.screenSize="",this.screenSizeEnum=r.f7,this.userPersonaEnum=r.HW,this.errorMessages=["","","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusLRBal=null,this.apiCallStatusChannels=null,this.apiCallStatusFHistory=null,this.apiCallStatusPerKB=null,this.apiCallStatusPerKW=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize(),this.screenSize===r.f7.XS?(this.nodeCardsMerchant=[{id:"node",icon:this.faServer,title:"Node Information",cols:6,rows:3},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:6,rows:3},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:6,rows:1},{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:4,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:4,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:4,rows:6}],this.nodeCardsOperator=[{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:4,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:4,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:4,rows:6}]):(this.nodeCardsMerchant=[{id:"node",icon:this.faServer,title:"Node Information",cols:2,rows:3},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:2,rows:3},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:2,rows:3},{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:2,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:2,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:2,rows:6}],this.nodeCardsOperator=[{id:"feeRatesKB",icon:this.faServer,title:"Fee Rate Per KB",cols:2,rows:6},{id:"feeRatesKW",icon:this.faNetworkWired,title:"Fee Rate Per KW",cols:2,rows:6},{id:"onChainFeeEstimates",icon:this.faLink,title:"Onchain Fee Estimates (Sats)",cols:2,rows:6}])}ngOnInit(){this.store.select(E.RQ).pipe((0,g.Q)(this.unSubs[0]),(0,f.E)(this.store.select(d._c))).subscribe(([t,l])=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apisCallStatus[0],this.apiCallStatusNodeInfo.status===r.wn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=l,this.information=t.information,this.fees=t.fees,this.logger.info(t)}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[1]),(0,f.E)(this.store.select(E.Al))).subscribe(([t,l])=>{this.errorMessages[1]="",this.errorMessages[2]="",this.apiCallStatusLRBal=l.apiCallStatus,this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusLRBal.status===r.wn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusLRBal.message?JSON.stringify(this.apiCallStatusLRBal.message):this.apiCallStatusLRBal.message?this.apiCallStatusLRBal.message:""),this.apiCallStatusChannels.status===r.wn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active.channels=t.activeChannels.length||0,this.channelsStatus.pending.channels=t.pendingChannels.length||0,this.channelsStatus.inactive.channels=t.inactiveChannels.length||0,this.channelsStatus.active.capacity=l.localRemoteBalance.localBalance||0,this.channelsStatus.pending.capacity=l.localRemoteBalance.pendingBalance||0,this.channelsStatus.inactive.capacity=l.localRemoteBalance.inactiveBalance||0}),this.store.select(E.Ie).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessages[3]="",this.apiCallStatusFHistory=t.apiCallStatus,this.apiCallStatusFHistory.status===r.wn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusFHistory.message?JSON.stringify(this.apiCallStatusFHistory.message):this.apiCallStatusFHistory.message?this.apiCallStatusFHistory.message:""),t.forwardingHistory&&t.forwardingHistory.listForwards&&t.forwardingHistory.listForwards.length&&(this.fees.totalTxCount=t.forwardingHistory.listForwards.length)}),this.store.select(E.kr).pipe((0,g.Q)(this.unSubs[4])).subscribe(t=>{this.errorMessages[4]="",this.apiCallStatusPerKB=t.apiCallStatus,this.apiCallStatusPerKB.status===r.wn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPerKB.message?JSON.stringify(this.apiCallStatusPerKB.message):this.apiCallStatusPerKB.message?this.apiCallStatusPerKB.message:""),this.feeRatesPerKB=t.feeRatesPerKB}),this.store.select(E.RB).pipe((0,g.Q)(this.unSubs[5])).subscribe(t=>{this.errorMessages[5]="",this.apiCallStatusPerKW=t.apiCallStatus,this.apiCallStatusPerKW.status===r.wn.ERROR&&(this.errorMessages[5]="object"==typeof this.apiCallStatusPerKW.message?JSON.stringify(this.apiCallStatusPerKW.message):this.apiCallStatusPerKW.message?this.apiCallStatusPerKW.message:""),this.feeRatesPerKW=t.feeRatesPerKW})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-network-info"]],decls:3,vars:2,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","6","rowHeight","100px",4,"ngIf"],["cols","6","rowHeight","100px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","pl-2"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["class","h-100",3,"feeRates","feeRateStyle","errorMessage",4,"ngSwitchCase"],["class","h-100",3,"feeRates","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],[1,"h-100",3,"feeRates","feeRateStyle","errorMessage"],[1,"h-100",3,"feeRates","errorMessage"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container","pl-15px"]],template:function(l,c){1&l&&(A.j41(0,"div",0),A.DNE(1,vr,2,1,"mat-grid-list",1)(2,G0,2,1,"mat-grid-list",1),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",c.selNode.settings.userPersona===c.userPersonaEnum.OPERATOR),A.R7$(),A.Y8G("ngIf",c.selNode.settings.userPersona===c.userPersonaEnum.MERCHANT))},dependencies:[st.YU,st.Sq,st.bT,st.ux,st.e1,Q.aY,n.DJ,n.sA,n.UI,I.PW,p.RN,p.m2,m.B_,m.NS,u.HM,ua,Gi,ha,y0,Ga]})}}return i})();function k0(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",9),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.FS9("routerLink",t.link),A.Y8G("active",l.activeLink===t.link),A.R7$(),A.JRh(t.name)}}let j0=(()=>{class i{constructor(t){this.router=t,this.faUserCheck=B.pCJ,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-sign-verify-message"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","role","tab","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["tabindex","1","mat-tab-link","","role","tab",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Sign/Verify Message"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,k0,2,3,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0),A.j41(11,"div",8),A.nrm(12,"router-outlet"),A.k0s()()()()),2&l){const j=A.sdS(10);A.R7$(),A.Y8G("icon",c.faUserCheck),A.R7$(6),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,le.n3,le.Wk]})}}return i})();var O0=Pt(396),_r=Pt(283);function J0(i,D){if(1&i&&(A.j41(0,"mat-option",6),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t),A.R7$(),A.SpI(" ",t.addressTp," ")}}let V0=(()=>{class i{constructor(t,l){this.store=t,this.clnEffects=l,this.addressTypes=r.Ld,this.selectedAddressType=r.Ld[2],this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,_.XT)({payload:this.selectedAddressType})),this.clnEffects.setNewAddressCL.pipe((0,Fe.s)(1)).subscribe(t=>{this.newAddress=t,setTimeout(()=>{this.store.dispatch((0,AA.xO)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:O0.f}}}))},0)})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il),A.rXU(_r.i))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-on-chain-receive"]],decls:10,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","space-between center","fxLayoutAlign.gt-sm","start center"],["fxLayout","column","fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["name","address_type","tabindex","1",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["mat-flat-button","","color","primary","tabindex","2",3,"click"],[3,"value"]],template:function(l,c){1&l&&(A.j41(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-label"),A.EFF(4,"Address Type"),A.k0s(),A.j41(5,"mat-select",3),A.mxI("ngModelChange",function(PA){return A.DH7(c.selectedAddressType,PA)||(c.selectedAddressType=PA),PA}),A.DNE(6,J0,2,2,"mat-option",4),A.k0s()(),A.j41(7,"div")(8,"button",5),A.bIt("click",function(){return c.onGenerateAddress()}),A.EFF(9,"Generate Address"),A.k0s()()()()),2&l&&(A.R7$(5),A.R50("ngModel",c.selectedAddressType),A.R7$(),A.Y8G("ngForOf",c.addressTypes))},dependencies:[st.Sq,iA.BC,iA.vS,n.DJ,n.sA,n.UI,R.$z,IA.rl,IA.nJ,$.VO,FA.wT]})}}return i})(),$r=(()=>{class i{constructor(t,l){this.store=t,this.activatedRoute=l,this.sweepAll=!1,this.unSubs=[new o.B,new o.B]}ngOnInit(){this.activatedRoute.data.pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.sweepAll=t.sweepAll})}openSendFundsModal(){this.store.dispatch((0,AA.xO)({payload:{data:{sweepAll:this.sweepAll,component:Da}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il),A.rXU(le.nX))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-on-chain-send"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(l,c){1&l&&(A.j41(0,"div",0)(1,"div",1)(2,"button",2),A.bIt("click",function(){return c.openSendFundsModal()}),A.EFF(3),A.k0s()()()),2&l&&(A.R7$(3),A.JRh(c.sweepAll?"Sweep All":"Send Funds"))},dependencies:[n.DJ,n.sA,n.UI,R.$z]})}}return i})();var W0=Pt(9172),Oa=Pt(6354),Ja=Pt(850),Ai=Pt(92);const K0=["form"],yr=(i,D)=>({"mr-6":i,"mr-2":D});function X0(i,D){if(1&i&&(A.j41(0,"mat-option",48),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t),A.R7$(),A.JRh(t.alias?t.alias:t.id?t.id:"")}}function Z0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Peer alias is required."),A.k0s())}function q0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Peer not found in the list."),A.k0s())}function Va(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",7)(1,"mat-label"),A.EFF(2,"Peer Alias"),A.k0s(),A.j41(3,"input",46),A.bIt("change",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onSelectedPeerChanged())}),A.k0s(),A.j41(4,"mat-autocomplete",47,4),A.bIt("optionSelected",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onSelectedPeerChanged())}),A.DNE(6,X0,2,2,"mat-option",31),A.nI1(7,"async"),A.k0s(),A.DNE(8,Z0,2,0,"mat-error",21)(9,q0,2,0,"mat-error",21),A.k0s()}if(2&i){const t=A.sdS(5),l=A.XpG();A.R7$(3),A.Y8G("formControl",l.selectedPeer)("matAutocomplete",t),A.R7$(),A.Y8G("displayWith",l.displayFn),A.R7$(2),A.Y8G("ngForOf",A.bMT(7,6,l.filteredPeers)),A.R7$(2),A.Y8G("ngIf",null==l.selectedPeer.errors?null:l.selectedPeer.errors.required),A.R7$(),A.Y8G("ngIf",null==l.selectedPeer.errors?null:l.selectedPeer.errors.notfound)}}function _0(i,D){1&i&&A.eu8(0)}function $0(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function Al(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.SpI("Amount must be less than or equal to ",t.totalBalance,".")}}function tl(i,D){if(1&i&&(A.j41(0,"div",49),A.nrm(1,"fa-icon",50),A.j41(2,"span",51)(3,"div"),A.EFF(4,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(5,"span",52)(6,"span"),A.EFF(7),A.k0s(),A.j41(8,"span"),A.EFF(9),A.k0s(),A.j41(10,"span"),A.EFF(11),A.k0s(),A.j41(12,"span"),A.EFF(13),A.k0s(),A.j41(14,"span"),A.EFF(15),A.k0s()()()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faInfoCircle),A.R7$(6),A.SpI("- High: ",t.recommendedFee.fastestFee||"Unknown",""),A.R7$(2),A.SpI("- Medium: ",t.recommendedFee.halfHourFee||"Unknown",""),A.R7$(2),A.SpI("- Low: ",t.recommendedFee.hourFee||"Unknown",""),A.R7$(2),A.SpI("- Economy: ",t.recommendedFee.economyFee||"Unknown",""),A.R7$(2),A.SpI("- Minimum: ",t.recommendedFee.minimumFee||"Unknown","")}}function Wa(i,D){if(1&i&&(A.j41(0,"mat-option",48),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.Y8G("value",t.feeRateId),A.R7$(),A.SpI(" ",t.feeRateType," ")}}function el(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fee Rate is required."),A.k0s())}function Ka(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.SpI("Lower than min feerate ",t.recommendedFee.minimumFee," in the mempool.")}}function Xa(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-form-field",53)(1,"mat-label"),A.EFF(2,"Fee Rate (Sats/vByte)"),A.k0s(),A.j41(3,"input",54,5),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.customFeeRate,c)||(j.customFeeRate=c),A.Njj(c)}),A.k0s(),A.j41(5,"mat-hint"),A.EFF(6),A.k0s(),A.DNE(7,el,2,0,"mat-error",21)(8,Ka,2,1,"mat-error",21),A.k0s()}if(2&i){const t=A.XpG();A.R7$(3),A.Y8G("step",1)("min",t.recommendedFee.minimumFee)("required","customperkb"===t.selFeeRate&&!t.flgMinConf),A.R50("ngModel",t.customFeeRate),A.R7$(3),A.SpI("Mempool Min: ",t.recommendedFee.minimumFee," (Sats/vByte)"),A.R7$(),A.Y8G("ngIf","customperkb"===t.selFeeRate&&!t.flgMinConf&&!t.customFeeRate),A.R7$(),A.Y8G("ngIf","customperkb"===t.selFeeRate&&!t.flgMinConf&&t.customFeeRate&&t.customFeeRate{class i{constructor(t,l,c,j,PA,KA,an,fe){this.logger=t,this.dialogRef=l,this.data=c,this.store=j,this.actions=PA,this.decimalPipe=KA,this.commonService=an,this.dataService=fe,this.selectedPeer=new iA.hs,this.faExclamationTriangle=B.zpE,this.faInfoCircle=B.iW_,this.utxos=[],this.selUTXOs=[],this.flgUseAllBalance=!1,this.totalSelectedUTXOAmount=0,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.fundingAmount=null,this.selectedPubkey="",this.isPrivate=!1,this.feeRateTypes=r.G,this.selFeeRate="",this.customFeeRate=null,this.flgMinConf=!1,this.minConfValue=null,this.screenSize="",this.screenSizeEnum=r.f7,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.utxos=this.data.message.utxos,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.utxos=[],this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(c=>{this.selNode=c,this.isPrivate=!!c?.settings.unannouncedChannels}),this.actions.pipe((0,g.Q)(this.unSubs[1]),(0,v.p)(c=>c.type===r.TC.UPDATE_API_CALL_STATUS_CLN||c.type===r.TC.FETCH_CHANNELS_CLN)).subscribe(c=>{c.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&c.payload.status===r.wn.ERROR&&"SaveNewChannel"===c.payload.action&&(this.channelConnectionError=c.payload.message),c.type===r.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close()});let t="",l="";this.sortedPeers=this.peers.sort((c,j)=>(t=c.alias?c.alias.toLowerCase():c.id?c.id.toLowerCase():"",l=j.alias?j.alias.toLowerCase():c.id?c.id.toLowerCase():"",tl?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,g.Q)(this.unSubs[2]),(0,W0.Z)(""),(0,Oa.T)(c=>"string"==typeof c?c:c.alias?c.alias:c.id),(0,Oa.T)(c=>c?this.filterPeers(c):this.sortedPeers.slice()))}filterPeers(t){return this.sortedPeers?.filter(l=>0===l.alias?.toLowerCase().indexOf(t?t.toLowerCase():""))}displayFn(t){return t&&t.alias?t.alias:t&&t.id?t.id:""}onSelectedPeerChanged(){if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.id?this.selectedPeer.value.id:null,"string"==typeof this.selectedPeer.value){const t=this.peers?.filter(l=>l.alias?.length===this.selectedPeer.value.length&&0===l.alias?.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""));1===t.length&&t[0].id&&(this.selectedPubkey=t[0].id)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.flgMinConf=!1,this.selFeeRate="",this.minConfValue=null,this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!!this.selNode?.settings.unannouncedChannels,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onAdvancedPanelToggle(t){t?this.flgMinConf||this.selFeeRate||this.selUTXOs.length&&0!==this.selUTXOs.length?(this.advancedTitle="Advanced Options",this.flgMinConf&&(this.advancedTitle=this.advancedTitle+" | Min Confirmation Blocks: "+this.minConfValue),this.selFeeRate&&(this.advancedTitle=this.advancedTitle+" | Fee Rate: "+(this.customFeeRate?this.customFeeRate+" (Sats/vByte)":this.feeRateTypes.find(l=>l.feeRateId===this.selFeeRate)?.feeRateType)),this.selUTXOs.length&&this.selUTXOs.length>0&&(this.advancedTitle=this.advancedTitle+" | Total Selected: "+this.selUTXOs.length+" | Selected UTXOs: "+this.decimalPipe.transform(this.totalSelectedUTXOAmount)+" Sats")):this.advancedTitle="Advanced Options":(this.advancedTitle="Advanced Options",this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[3])).subscribe({next:l=>{this.recommendedFee=l},error:l=>{this.logger.error(l)}}))}onUTXOSelectionChange(t){this.selUTXOs.length&&this.selUTXOs.length>0?(this.totalSelectedUTXOAmount=this.selUTXOs?.reduce((l,c)=>l+(c.amount_msat||0)/1e3,0),this.flgUseAllBalance&&this.onUTXOAllBalanceChange()):(this.totalSelectedUTXOAmount=0,this.fundingAmount=null,this.flgUseAllBalance=!1)}onUTXOAllBalanceChange(){this.fundingAmount=this.flgUseAllBalance?this.totalSelectedUTXOAmount:null}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||this.flgMinConf&&!this.minConfValue||"customperkb"===this.selFeeRate&&!this.flgMinConf&&!this.customFeeRate||"customperkb"===this.selFeeRate&&this.recommendedFee.minimumFee>this.customFeeRate)return!0;const t={peerId:this.peer&&this.peer.id?this.peer.id:this.selectedPubkey,amount:this.flgUseAllBalance?"all":this.fundingAmount.toString(),announce:!this.isPrivate,minconf:this.flgMinConf?this.minConfValue:null};t.feeRate="customperkb"===this.selFeeRate&&!this.flgMinConf&&this.customFeeRate?1e3*this.customFeeRate+"perkb":this.selFeeRate,this.selUTXOs.length&&this.selUTXOs.length>0&&(t.utxos=[],this.selUTXOs.forEach(l=>t.utxos.push(l.txid+":"+l.output))),this.store.dispatch((0,_.vL)({payload:t}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(fA.En),A.rXU(st.QX),A.rXU(h.h),A.rXU(we.u))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-open-channel"]],viewQuery:function(l,c){if(1&l&&A.GBs(K0,7),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first)}},decls:75,vars:42,consts:[["form","ngForm"],["amount","ngModel"],["blocks","ngModel"],["peerDetailsExpansionBlock",""],["auto","matAutocomplete"],["custFeeRate","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","start end"],["matInput","","type","number","tabindex","1","required","","name","amount",3,"ngModelChange","step","min","max","disabled","ngModel"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","25","fxLayoutAlign","center start"],["fxLayout","column","fxLayoutAlign","center start","tabindex","2","color","primary","name","isPrivate",3,"ngModelChange","ngModel"],["expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxFlex","64","fxLayout","row","fxLayoutAlign","space-between center"],["fxLayout","column","fxLayoutAlign","start center",3,"fxFlex"],["tabindex","4",3,"valueChange","disabled","value"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","58","fxLayoutAlign","end center",4,"ngIf"],["fxFlex","32","fxLayout","row","fxLayoutAlign","start center"],["fxFlex","7","tabindex","5","color","primary","name","flgMinConf","fxLayoutAlign","stretch start",3,"ngModelChange","change","ngClass","ngModel"],["fxLayout","column","fxFlex","93"],["matInput","","type","number","name","blocks","tabindex","8",3,"ngModelChange","step","min","required","disabled","ngModel"],["fxLayout","column","fxFlex","54","fxLayoutAlign","start end"],["tabindex","6","multiple","",3,"valueChange","selectionChange","value"],["fxFlex","41","fxLayout","row","fxLayoutAlign","start center"],["tabindex","7","color","primary","name","flgUseAllBalance",3,"ngModelChange","change","disabled","ngModel"],["matTooltip","Use selected UTXOs balance as the amount to be sent. Final amount sent will be less the mining fee.","matTooltipPosition","before",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["type","text","aria-label","Peers","matInput","","tabindex","1","required","",3,"change","formControl","matAutocomplete"],[3,"optionSelected","displayWith"],[3,"value"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between start",1,"pr-2"],["fxLayout","column","fxFlex","58","fxLayoutAlign","end center"],["matInput","","type","number","name","custFeeRate","tabindex","4",3,"ngModelChange","step","min","required","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",6)(1,"div",7)(2,"mat-card-header",8)(3,"div",9)(4,"span",10),A.EFF(5),A.k0s()(),A.j41(6,"button",11),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",12)(9,"form",13,0),A.bIt("submit",function(){return A.eBV(j),A.Njj(c.onOpenChannel())})("reset",function(){return A.eBV(j),A.Njj(c.resetData())}),A.j41(11,"div",14),A.DNE(12,Va,10,8,"mat-form-field",15),A.k0s(),A.DNE(13,_0,1,0,"ng-container",16),A.j41(14,"div",14)(15,"div",17)(16,"mat-form-field",18)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",19,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.fundingAmount,KA)||(c.fundingAmount=KA),A.Njj(KA)}),A.k0s(),A.j41(21,"mat-hint"),A.EFF(22),A.nI1(23,"number"),A.k0s(),A.j41(24,"span",20),A.EFF(25," Sats "),A.k0s(),A.DNE(26,$0,2,0,"mat-error",21)(27,Al,2,1,"mat-error",21),A.k0s(),A.j41(28,"div",22)(29,"mat-slide-toggle",23),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.isPrivate,KA)||(c.isPrivate=KA),A.Njj(KA)}),A.EFF(30,"Private Channel"),A.k0s()()(),A.j41(31,"mat-expansion-panel",24),A.bIt("closed",function(){return A.eBV(j),A.Njj(c.onAdvancedPanelToggle(!0))})("opened",function(){return A.eBV(j),A.Njj(c.onAdvancedPanelToggle(!1))}),A.j41(32,"mat-expansion-panel-header")(33,"mat-panel-title")(34,"span"),A.EFF(35),A.k0s()()(),A.j41(36,"div",25),A.DNE(37,tl,16,6,"div",26),A.j41(38,"div",27)(39,"div",28)(40,"mat-form-field",29)(41,"mat-label"),A.EFF(42,"Fee Rate"),A.k0s(),A.j41(43,"mat-select",30),A.mxI("valueChange",function(KA){return A.eBV(j),A.DH7(c.selFeeRate,KA)||(c.selFeeRate=KA),A.Njj(KA)}),A.DNE(44,Wa,2,2,"mat-option",31),A.k0s()(),A.DNE(45,Xa,9,7,"mat-form-field",32),A.k0s(),A.j41(46,"div",33)(47,"mat-checkbox",34),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.flgMinConf,KA)||(c.flgMinConf=KA),A.Njj(KA)}),A.bIt("change",function(){return A.eBV(j),A.Njj(c.flgMinConf?c.selFeeRate=null:c.minConfValue=null)}),A.k0s(),A.j41(48,"mat-form-field",35)(49,"mat-label"),A.EFF(50,"Min Confirmation Blocks"),A.k0s(),A.j41(51,"input",36,2),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.minConfValue,KA)||(c.minConfValue=KA),A.Njj(KA)}),A.k0s(),A.DNE(53,Za,2,0,"mat-error",21),A.k0s()()(),A.j41(54,"mat-form-field",37)(55,"mat-label"),A.EFF(56,"Coin Selection"),A.k0s(),A.j41(57,"mat-select",38),A.mxI("valueChange",function(KA){return A.eBV(j),A.DH7(c.selUTXOs,KA)||(c.selUTXOs=KA),A.Njj(KA)}),A.bIt("selectionChange",function(KA){return A.eBV(j),A.Njj(c.onUTXOSelectionChange(KA))}),A.j41(58,"mat-select-trigger"),A.EFF(59),A.nI1(60,"number"),A.k0s(),A.DNE(61,nl,3,5,"mat-option",31),A.k0s()(),A.j41(62,"div",39)(63,"mat-slide-toggle",40),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.flgUseAllBalance,KA)||(c.flgUseAllBalance=KA),A.Njj(KA)}),A.bIt("change",function(){return A.eBV(j),A.Njj(c.onUTXOAllBalanceChange())}),A.EFF(64," Use selected UTXOs balance "),A.k0s(),A.j41(65,"mat-icon",41),A.EFF(66,"info_outline"),A.k0s()()()()(),A.DNE(67,rl,3,2,"div",42),A.j41(68,"div",43)(69,"button",44),A.EFF(70,"Clear Fields"),A.k0s(),A.j41(71,"button",45),A.EFF(72,"Open Channel"),A.k0s()()()()()(),A.DNE(73,sl,1,1,"ng-template",null,3,A.C5r)}if(2&l){const j=A.sdS(20),PA=A.sdS(74);A.R7$(5),A.JRh(c.alertTitle),A.R7$(7),A.Y8G("ngIf",!c.peer&&c.peers&&c.peers.length>0),A.R7$(),A.Y8G("ngTemplateOutlet",PA),A.R7$(6),A.Y8G("step",1e3)("min",1)("max",c.totalBalance)("disabled",c.flgUseAllBalance),A.R50("ngModel",c.fundingAmount),A.R7$(3),A.Lme("Remaining: ",A.bMT(23,35,c.totalBalance-(c.fundingAmount?c.fundingAmount:0)),"",c.flgUseAllBalance?". Amount replaced by UTXO balance":"",""),A.R7$(4),A.Y8G("ngIf",(null==j.errors?null:j.errors.required)||!c.fundingAmount),A.R7$(),A.Y8G("ngIf",null==j.errors?null:j.errors.max),A.R7$(2),A.R50("ngModel",c.isPrivate),A.R7$(6),A.JRh(c.advancedTitle),A.R7$(2),A.Y8G("ngIf",c.recommendedFee.minimumFee),A.R7$(3),A.Y8G("fxFlex","customperkb"!==c.selFeeRate||c.flgMinConf?"100":"40"),A.R7$(3),A.Y8G("disabled",c.flgMinConf),A.R50("value",c.selFeeRate),A.R7$(),A.Y8G("ngForOf",c.feeRateTypes),A.R7$(),A.Y8G("ngIf","customperkb"===c.selFeeRate&&!c.flgMinConf),A.R7$(2),A.Y8G("ngClass",A.l_i(39,yr,c.screenSize===c.screenSizeEnum.XS||c.screenSize===c.screenSizeEnum.SM,c.screenSize===c.screenSizeEnum.MD||c.screenSize===c.screenSizeEnum.LG||c.screenSize===c.screenSizeEnum.XL)),A.R50("ngModel",c.flgMinConf),A.R7$(4),A.Y8G("step",1)("min",0)("required",c.flgMinConf)("disabled",!c.flgMinConf),A.R50("ngModel",c.minConfValue),A.R7$(2),A.Y8G("ngIf",c.flgMinConf&&!c.minConfValue),A.R7$(4),A.R50("value",c.selUTXOs),A.R7$(2),A.Lme("",A.bMT(60,37,c.totalSelectedUTXOAmount)," Sats (",c.selUTXOs.length>1?c.selUTXOs.length+" UTXOs":"1 UTXO",")"),A.R7$(2),A.Y8G("ngForOf",c.utxos),A.R7$(2),A.Y8G("disabled",c.selUTXOs.length<1),A.R50("ngModel",c.flgUseAllBalance),A.R7$(4),A.Y8G("ngIf",""!==c.channelConnectionError)}},dependencies:[st.YU,st.Sq,st.bT,st.T3,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.zX,iA.vS,iA.cV,iA.l_,Q.aY,n.DJ,n.sA,n.UI,I.PW,R.$z,p.m2,p.MM,Dn.So,bn.GK,bn.Z2,bn.WN,y.An,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,IA.yw,ai.q,$.VO,$.$2,FA.wT,YA.sG,HA.oV,Ja.$3,Ja.pN,J.N,Ai.z,BA.V,st.Jj,st.QX],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]})}}return i})();function ol(i,D){if(1&i&&(A.j41(0,"span",7),A.EFF(1,"Open"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.openChannels)}}function ll(i,D){if(1&i&&(A.j41(0,"span",7),A.EFF(1,"Pending/Inactive"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.pendingChannels)}}function cl(i,D){if(1&i&&(A.j41(0,"span",7),A.EFF(1,"Active HTLCs"),A.k0s()),2&i){const t=A.XpG();A.FS9("matBadge",t.activeHTLCs)}}let gl=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.store=l,this.commonService=c,this.router=j,this.openChannels=0,this.pendingChannels=0,this.activeHTLCs=0,this.information={},this.peers=[],this.utxos=[],this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending/Inactive"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(t=>t instanceof le.gx)).subscribe({next:t=>{this.activeLink=this.links.findIndex(l=>l.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(E.kQ).pipe((0,g.Q)(this.unSubs[1]),(0,f.E)(this.store.select(d._c))).subscribe(([t,l])=>{this.selNode=l,this.information=t.information,this.totalBalance=t.balance.totalBalance||0,this.logger.info(t)}),this.store.select(E.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.peers=t.peers}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.utxos=this.commonService.sortAscByKey(t.utxos?.filter(l=>"confirmed"===l.status),"value")}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[4])).subscribe(t=>{this.openChannels=t.activeChannels.length||0,this.pendingChannels=t.pendingChannels.length+t.inactiveChannels.length||0;const l=[...t.activeChannels,...t.pendingChannels,...t.inactiveChannels];this.activeHTLCs=l?.reduce((c,j)=>c+(j.htlcs&&j.htlcs.length>0?j.htlcs.length:0),0),this.logger.info(t)})}onOpenChannel(){this.store.dispatch((0,AA.xO)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance,utxos:this.utxos},component:Aa}}}))}onSelectedTabChange(t){this.router.navigateByUrl("/cln/connections/channels/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(h.h),A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channels-tables"]],decls:14,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"bordered-box"],["mat-stretch-tabs","false","mat-align-tabs","start",3,"selectedIndexChange","selectedTabChange","selectedIndex"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(l,c){1&l&&(A.j41(0,"div",0)(1,"div",1)(2,"button",2),A.bIt("click",function(){return c.onOpenChannel()}),A.EFF(3,"Open Channel"),A.k0s()(),A.j41(4,"div",3)(5,"mat-tab-group",4),A.mxI("selectedIndexChange",function(PA){return A.DH7(c.activeLink,PA)||(c.activeLink=PA),PA}),A.bIt("selectedTabChange",function(PA){return c.onSelectedTabChange(PA)}),A.j41(6,"mat-tab"),A.DNE(7,ol,2,1,"ng-template",5),A.k0s(),A.j41(8,"mat-tab"),A.DNE(9,ll,2,1,"ng-template",5),A.k0s(),A.j41(10,"mat-tab"),A.DNE(11,cl,2,1,"ng-template",5),A.k0s()(),A.j41(12,"div",6),A.nrm(13,"router-outlet"),A.k0s()()()),2&l&&(A.R7$(5),A.R50("selectedIndex",c.activeLink))},dependencies:[n.DJ,n.sA,n.UI,R.$z,pn.k,Y.ES,Y.mq,Y.T8,le.n3]})}}return i})();const Bl=i=>({"xs-scroll-y":i}),ul=(i,D)=>({"mt-2":i,"mt-1":D});function qa(i,D){if(1&i&&(A.j41(0,"div")(1,"div",10)(2,"div",11)(3,"h4",12),A.EFF(4,"Receivable (Sats)"),A.k0s(),A.j41(5,"span",19),A.EFF(6),A.nI1(7,"number"),A.k0s()(),A.j41(8,"div",11)(9,"h4",12),A.EFF(10,"Spendable (Sats)"),A.k0s(),A.j41(11,"span",19),A.EFF(12),A.nI1(13,"number"),A.k0s()()(),A.nrm(14,"mat-divider",15),A.j41(15,"div",10)(16,"div",11)(17,"h4",12),A.EFF(18,"Their Reserve (Sats)"),A.k0s(),A.j41(19,"span",19),A.EFF(20),A.nI1(21,"number"),A.k0s()(),A.j41(22,"div",11)(23,"h4",12),A.EFF(24,"Our Reserve (Sats)"),A.k0s(),A.j41(25,"span",19),A.EFF(26),A.nI1(27,"number"),A.k0s()()(),A.nrm(28,"mat-divider",15),A.k0s()),2&i){const t=A.XpG();A.R7$(6),A.JRh(A.i5U(7,4,t.channel.receivable_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(13,7,t.channel.spendable_msat/1e3,"1.0-0")),A.R7$(8),A.JRh(A.i5U(21,10,t.channel.their_reserve_msat/1e3,"1.0-2")),A.R7$(6),A.JRh(A.i5U(27,13,t.channel.our_reserve_msat/1e3,"1.0-2"))}}function _a(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Show Advanced"),A.k0s())}function fl(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Hide Advanced"),A.k0s())}function hl(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",27),A.bIt("copied",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onCopyChanID(c))}),A.EFF(1,"Copy Short Channel ID"),A.k0s()}if(2&i){const t=A.XpG();A.Y8G("payload",t.channel.short_channel_id)}}function El(i,D){if(1&i){const t=A.RV6();A.j41(0,"button",28),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onClose())}),A.EFF(1,"OK"),A.k0s()}}let qe=(()=>{class i{constructor(t,l,c,j,PA,KA){this.dialogRef=t,this.data=l,this.logger=c,this.commonService=j,this.snackBar=PA,this.router=KA,this.faReceipt=B.Mf0,this.faUpRightFromSquare=B.k02,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=r.f7}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.selNode=this.data.selNode,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(t){this.snackBar.open("Short channel ID "+t+" copied."),this.logger.info("Copied Text: "+t)}onGoToLink(t,l){this.router.navigateByUrl("/cln/graph/lookups",{state:{lookupType:t,lookupValue:l}}),this.onClose()}onExplorerClicked(){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+this.channel.funding_txid,"_blank")}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(C.gP),A.rXU(h.h),A.rXU(Hi.UG),A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-information"]],decls:91,vars:38,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],["tabindex","4","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"foreground-secondary-text"],[1,"my-1"],["tabindex","5","matTooltip","Go To Graph Lookup",1,"foreground-secondary-text","go-to-link",3,"click"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxFlex","33"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","6",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","7","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","8","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","7","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","8","type","button",3,"click"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4),A.nrm(4,"fa-icon",5),A.j41(5,"span",6),A.EFF(6,"Channel Information"),A.k0s()(),A.j41(7,"button",7),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onClose())}),A.EFF(8,"X"),A.k0s()(),A.j41(9,"mat-card-content",8)(10,"div",9)(11,"div",10)(12,"div",11)(13,"h4",12),A.EFF(14,"Short Channel ID"),A.k0s(),A.j41(15,"span",13),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onGoToLink("1",c.channel.short_channel_id))}),A.EFF(16),A.k0s()(),A.j41(17,"div",11)(18,"h4",12),A.EFF(19,"Peer Alias"),A.k0s(),A.j41(20,"span",14),A.EFF(21),A.k0s()()(),A.nrm(22,"mat-divider",15),A.j41(23,"div",10)(24,"div",2)(25,"h4",12),A.EFF(26,"Channel ID"),A.k0s(),A.j41(27,"span",14),A.EFF(28),A.k0s()()(),A.nrm(29,"mat-divider",15),A.j41(30,"div",10)(31,"div",2)(32,"h4",12),A.EFF(33,"Peer Public Key"),A.k0s(),A.j41(34,"span",16),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onGoToLink("0",c.channel.peer_id))}),A.EFF(35),A.k0s()()(),A.nrm(36,"mat-divider",15),A.j41(37,"div",10)(38,"div",2)(39,"h4",12),A.EFF(40,"Funding Transaction ID"),A.k0s(),A.j41(41,"span",14),A.EFF(42),A.j41(43,"fa-icon",17),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onExplorerClicked())}),A.k0s()()()(),A.nrm(44,"mat-divider",15),A.j41(45,"div",10)(46,"div",18)(47,"h4",12),A.EFF(48,"State"),A.k0s(),A.j41(49,"span",19),A.EFF(50),A.nI1(51,"camelcaseWithReplace"),A.k0s()(),A.j41(52,"div",18)(53,"h4",12),A.EFF(54,"Connected"),A.k0s(),A.j41(55,"span",19),A.EFF(56),A.k0s()(),A.j41(57,"div",20)(58,"h4",12),A.EFF(59,"Private"),A.k0s(),A.j41(60,"span",19),A.EFF(61),A.k0s()()(),A.nrm(62,"mat-divider",15),A.j41(63,"div",10)(64,"div",18)(65,"h4",12),A.EFF(66,"Remote Balance (Sats)"),A.k0s(),A.j41(67,"span",19),A.EFF(68),A.nI1(69,"number"),A.k0s()(),A.j41(70,"div",18)(71,"h4",12),A.EFF(72,"Local Balance (Sats)"),A.k0s(),A.j41(73,"span",19),A.EFF(74),A.nI1(75,"number"),A.k0s()(),A.j41(76,"div",20)(77,"h4",12),A.EFF(78,"Total (Sats)"),A.k0s(),A.j41(79,"span",19),A.EFF(80),A.nI1(81,"number"),A.k0s()()(),A.nrm(82,"mat-divider",15),A.DNE(83,qa,29,16,"div",21),A.j41(84,"div",22)(85,"button",23),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onShowAdvanced())}),A.DNE(86,_a,2,0,"p",24)(87,fl,2,0,"ng-template",null,0,A.C5r),A.k0s(),A.DNE(89,hl,2,1,"button",25)(90,El,2,0,"button",26),A.k0s()()()()()}if(2&l){const j=A.sdS(88);A.R7$(4),A.Y8G("icon",c.faReceipt),A.R7$(5),A.Y8G("ngClass",A.eq3(33,Bl,c.screenSize===c.screenSizeEnum.XS)),A.R7$(7),A.SpI(" ",c.channel.short_channel_id," "),A.R7$(5),A.JRh(c.channel.alias),A.R7$(7),A.JRh(c.channel.channel_id),A.R7$(7),A.SpI(" ",c.channel.peer_id," "),A.R7$(7),A.SpI(" ",c.channel.funding_txid," "),A.R7$(),A.FS9("matTooltip","Link to "+c.selNode.settings.blockExplorerUrl),A.Y8G("icon",c.faUpRightFromSquare),A.R7$(7),A.JRh(A.i5U(51,21,null==c.channel?null:c.channel.state,"_")),A.R7$(6),A.JRh(c.channel.peer_connected?"Yes":"No"),A.R7$(5),A.JRh(c.channel.private?"Yes":"No"),A.R7$(7),A.JRh(A.i5U(69,24,c.channel.to_them_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(75,27,c.channel.to_us_msat/1e3,"1.0-0")),A.R7$(6),A.JRh(A.i5U(81,30,c.channel.total_msat/1e3,"1.0-0")),A.R7$(3),A.Y8G("ngIf",c.showAdvanced),A.R7$(),A.Y8G("ngClass",A.l_i(35,ul,!c.showAdvanced,c.showAdvanced)),A.R7$(2),A.Y8G("ngIf",!c.showAdvanced)("ngIfElse",j),A.R7$(3),A.Y8G("ngIf",c.showCopy),A.R7$(),A.Y8G("ngIf",!c.showCopy)}},dependencies:[st.YU,st.bT,Q.aY,n.DJ,n.sA,n.UI,I.PW,R.$z,p.m2,p.MM,ai.q,HA.oV,pr.U,J.N,st.QX,yA.VD]})}}return i})();const mi=()=>["all"],Cl=i=>({"error-border":i}),$a=()=>["no_peer"],Xi=i=>({width:i}),wl=i=>({"display-none":i});function As(i,D){if(1&i&&(A.j41(0,"mat-option",39),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function dl(i,D){1&i&&A.nrm(0,"mat-progress-bar",40)}function Ql(i,D){1&i&&A.nrm(0,"th",41)}function ts(i,D){if(1&i&&(A.j41(0,"span",45),A.nrm(1,"fa-icon",46),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faEyeSlash)}}function ml(i,D){if(1&i&&(A.j41(0,"span",47),A.nrm(1,"fa-icon",46),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faEye)}}function pi(i,D){if(1&i&&(A.j41(0,"td",42),A.DNE(1,ts,2,1,"span",43)(2,ml,2,1,"span",44),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",t.private),A.R7$(),A.Y8G("ngIf",!t.private)}}function pl(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Short Channel ID"),A.k0s())}function Ml(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xi,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.short_channel_id)}}function Il(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Alias"),A.k0s())}function Dl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xi,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.alias)}}function es(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"ID"),A.k0s())}function ta(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xi,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.id)}}function ti(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Channel ID"),A.k0s())}function vl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xi,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.channel_id)}}function Fl(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Funding Transaction ID"),A.k0s())}function yl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Xi,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.funding_txid)}}function xl(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Connected"),A.k0s())}function Hl(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null!=t&&t.connected?"Connected":"Disconnected")}}function Yl(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Local Reserve (Sats)"),A.k0s())}function Sl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.our_reserve_msat)/1e3,"1.0-0")," ")}}function Nl(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Remote Reserve (Sats)"),A.k0s())}function bl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.their_reserve_msat)/1e3,"1.0-0")," ")}}function ns(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Total (Sats)"),A.k0s())}function Rl(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.total_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function tA(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Spendable (Sats)"),A.k0s())}function G(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.spendable_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function K(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Local Balance (Sats)"),A.k0s())}function M(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.to_us_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function N(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Remote Balance (Sats)"),A.k0s())}function P(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",52),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.to_them_msat)/1e3,(null==t?null:t.to_them_msat)<1e3?"1.0-4":"1.0-0")," ")}}function nA(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Balance Score"),A.k0s())}function oA(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",53)(2,"mat-hint",54),A.EFF(3),A.nI1(4,"number"),A.k0s()(),A.nrm(5,"mat-progress-bar",55),A.k0s()),2&i){const t=D.$implicit;A.R7$(3),A.JRh(A.bMT(4,2,t.balancedness||0)),A.R7$(2),A.FS9("value",t.to_us_msat&&t.to_us_msat>0?t.to_us_msat/(t.to_us_msat+t.to_them_msat)*100:0)}}function lA(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",56)(1,"div",57)(2,"mat-select",58),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",59),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onChannelUpdate("all"))}),A.EFF(5,"Update Fee Policy"),A.k0s(),A.j41(6,"mat-option",59),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(7,"Download CSV"),A.k0s()()()()}}function sA(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",60)(1,"div",57)(2,"mat-select",61),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",59),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG();return A.Njj(PA.onChannelClick(j,c))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",59),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onViewRemotePolicy(c))}),A.EFF(7,"View Remote Fee"),A.k0s(),A.j41(8,"mat-option",59),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onChannelUpdate(c))}),A.EFF(9,"Update Fee Policy"),A.k0s(),A.j41(10,"mat-option",59),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onChannelClose(c))}),A.EFF(11,"Close Channel"),A.k0s()()()()}}function bA(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No peers connected. Add a peer in order to open a channel."),A.k0s())}function WA(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No channel available."),A.k0s())}function lt(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting channels..."),A.k0s())}function $A(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function ct(i,D){if(1&i&&(A.j41(0,"td",62),A.DNE(1,bA,2,0,"p",63)(2,WA,2,0,"p",63)(3,lt,2,0,"p",63)(4,$A,2,1,"p",63),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",t.numPeers<1&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",t.numPeers>0&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function mt(i,D){if(1&i&&A.nrm(0,"tr",64),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,wl,t.numPeers>0&&(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function It(i,D){1&i&&A.nrm(0,"tr",65)}function Gt(i,D){1&i&&A.nrm(0,"tr",66)}let _t=(()=>{class i{constructor(t,l,c,j,PA,KA){this.logger=t,this.store=l,this.rtlEffects=c,this.clnEffects=j,this.commonService=PA,this.camelCaseWithReplace=KA,this.faEye=B.pS3,this.faEyeSlash=B.k6j,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"open_channels",recordsPerPage:r.md,sortBy:"alias",sortOrder:r.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new F.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=r.G,this.selFilter="",this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){window.history.state&&(window.history.state.filterColumn||window.history.state.filterValue)&&(this.selFilterBy=window.history.state.filterColumn||"all",this.selFilter=window.history.state.filterValue||""),this.store.select(E.GX).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.information=t.information,this.numPeers=t.numPeers,this.totalBalance=t.balance.totalBalance||0,this.logger.info(t)}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=t.activeChannels,this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(t)}),this.store.select(d._c).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.selNode=t})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(t){this.store.dispatch((0,_.ij)({payload:{uiMessage:r.MZ.GET_REMOTE_POLICY,shortChannelID:t.short_channel_id||"",showError:!0}})),this.clnEffects.setLookupCL.pipe((0,Fe.s)(1)).subscribe(l=>{if(l.channels&&0===l.channels.length)return!1;let c={};c=l.channels[0].source!==this.information.id?l.channels[0]:l.channels[1];const j=[[{key:"base_fee_millisatoshi",value:c.base_fee_millisatoshi,title:"Base Fees (mSats)",width:34,type:r.UN.NUMBER},{key:"fee_per_millionth",value:c.fee_per_millionth,title:"Fee/Millionth",width:33,type:r.UN.NUMBER},{key:"delay",value:c.delay,title:"Delay",width:33,type:r.UN.NUMBER}]],PA="Remote policy for Channel: "+(t.alias||t.short_channel_id?t.alias&&t.short_channel_id?t.alias+" ("+t.short_channel_id+")":t.alias?t.alias:t.short_channel_id:t.channel_id);setTimeout(()=>{this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:PA,message:j}}}))},0)})}onChannelUpdate(t){"all"!==t&&"ONCHAIN"===t.state||("all"===t?(this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:r.UN.NUMBER,inputValue:1e3,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:r.UN.NUMBER,inputValue:1,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[4])).subscribe(l=>{l&&this.store.dispatch((0,_.fy)({payload:{feebase:l[0].inputValue,feeppm:l[1].inputValue,id:"all"}}))})):(this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update",message:[],titleMessage:"Update fee policy for Channel: "+(t.alias||t.short_channel_id?t.alias&&t.short_channel_id?t.alias+" ("+t.short_channel_id+")":t.alias?t.alias:t.short_channel_id:t.channel_id),flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSats)",inputType:r.UN.NUMBER,inputValue:""===t.fee_base_msat?0:t.fee_base_msat,step:100,width:48},{placeholder:"Fee Rate (mili mSats)",inputType:r.UN.NUMBER,inputValue:t.fee_proportional_millionths,min:1,width:48,hintFunction:this.percentHintFunction}]}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(j=>{j&&this.store.dispatch((0,_.fy)({payload:{feebase:j[0].inputValue,feeppm:j[1].inputValue,id:t.channel_id}}))})),this.applyFilter())}percentHintFunction(t){return(t/1e4).toString()+"%"}onChannelClose(t){this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Close Channel",titleMessage:"Closing channel: "+(t.alias||t.short_channel_id?t.alias&&t.short_channel_id?t.alias+" ("+t.short_channel_id+")":t.alias?t.alias:t.short_channel_id:t.channel_id),noBtnText:"Cancel",yesBtnText:"Close Channel"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[6])).subscribe(l=>{l&&this.store.dispatch((0,_.w0)({payload:{id:t.id||"",channelId:t.channel_id||"",force:!1}}))})}onChannelClick(t,l){this.store.dispatch((0,AA.xO)({payload:{data:{channel:t,selNode:this.selNode,showCopy:!0,component:qe}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column||"","_"):this.commonService.titleCase(t)}setFilterPredicate(){this.channels.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.peer_connected?"connected":"disconnected")+(t.channel_id?t.channel_id.toLowerCase():"")+(t.short_channel_id?t.short_channel_id.toLowerCase():"")+(t.id?t.id.toLowerCase():"")+(t.alias?t.alias.toLowerCase():"")+(t.private?"private":"public")+(t.state?t.state.toLowerCase():"")+(t.funding_txid?t.funding_txid.toLowerCase():"")+(t.to_them_msat?t.to_them_msat/1e3:"")+(t.to_us_msat?t.to_us_msat/1e3:"")+(t.total_msat?t.total_msat/1e3:"")+(t.their_reserve_msat?t.their_reserve_msat/1e3:"")+(t.our_reserve_msat?t.our_reserve_msat/1e3:"")+(t.spendable_msat?t.spendable_msat/1e3:"");break;case"private":c=t?.private?"private":"public";break;case"connected":c=t?.peer_connected?"connected":"disconnected";break;case"msatoshi_total":c=((t.total_msat||0)/1e3).toString()||"";break;case"spendable_msatoshi":c=((t.spendable_msat||0)/1e3).toString()||"";break;case"msatoshi_to_us":c=((t.to_us_msat||0)/1e3).toString()||"";break;case"msatoshi_to_them":c=((t.to_them_msat||0)/1e3).toString()||"";break;case"our_channel_reserve_satoshis":c=((t.our_reserve_msat||0)/1e3).toString()||"";break;case"their_channel_reserve_satoshis":c=((t.their_reserve_msat||0)/1e3).toString()||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"connected"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadChannelsTable(t){this.channels=new F.I6([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(l,c)=>{switch(c){case"msatoshi_total":return l.total_msat;case"spendable_msatoshi":return l.spendable_msat;case"msatoshi_to_us":return l.to_us_msat;case"msatoshi_to_them":return l.to_them_msat;case"our_channel_reserve_satoshis":return l.our_reserve_msat;case"their_channel_reserve_satoshis":return l.their_reserve_msat;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(QA.H),A.rXU(_r.i),A.rXU(h.h),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-open-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Channels")}])],decls:69,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container","w-100",3,"perfectScrollbar"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","short_channel_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","alias"],["matColumnDef","id"],["matColumnDef","channel_id"],["matColumnDef","funding_txid"],["matColumnDef","connected"],["matColumnDef","our_channel_reserve_satoshis"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","their_channel_reserve_satoshis"],["matColumnDef","msatoshi_total"],["matColumnDef","spendable_msatoshi"],["matColumnDef","msatoshi_to_us"],["matColumnDef","msatoshi_to_them"],["matColumnDef","balancedness"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,As,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.DNE(14,dl,1,0,"mat-progress-bar",9),A.j41(15,"div",10)(16,"table",11,0),A.qex(18,12),A.DNE(19,Ql,1,0,"th",13)(20,pi,3,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,pl,2,0,"th",16)(23,Ml,4,4,"td",14),A.bVm(),A.qex(24,17),A.DNE(25,Il,2,0,"th",16)(26,Dl,4,4,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,es,2,0,"th",16)(29,ta,4,4,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,ti,2,0,"th",16)(32,vl,4,4,"td",14),A.bVm(),A.qex(33,20),A.DNE(34,Fl,2,0,"th",16)(35,yl,4,4,"td",14),A.bVm(),A.qex(36,21),A.DNE(37,xl,2,0,"th",16)(38,Hl,2,1,"td",14),A.bVm(),A.qex(39,22),A.DNE(40,Yl,2,0,"th",23)(41,Sl,4,4,"td",14),A.bVm(),A.qex(42,24),A.DNE(43,Nl,2,0,"th",23)(44,bl,4,4,"td",14),A.bVm(),A.qex(45,25),A.DNE(46,ns,2,0,"th",23)(47,Rl,4,4,"td",14),A.bVm(),A.qex(48,26),A.DNE(49,tA,2,0,"th",23)(50,G,4,4,"td",14),A.bVm(),A.qex(51,27),A.DNE(52,K,2,0,"th",23)(53,M,4,4,"td",14),A.bVm(),A.qex(54,28),A.DNE(55,N,2,0,"th",23)(56,P,4,4,"td",14),A.bVm(),A.qex(57,29),A.DNE(58,nA,2,0,"th",16)(59,oA,6,4,"td",14),A.bVm(),A.qex(60,30),A.DNE(61,lA,8,0,"th",31)(62,sA,12,0,"td",32),A.bVm(),A.qex(63,33),A.DNE(64,ct,5,4,"td",34),A.bVm(),A.DNE(65,mt,1,3,"tr",35)(66,It,1,0,"tr",36)(67,Gt,1,0,"tr",37),A.k0s()(),A.nrm(68,"mat-paginator",38),A.k0s()}2&l&&(A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,mi).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(),A.Y8G("ngIf",c.apiCallStatus.status===c.apiCallStatusEnum.INITIATED),A.R7$(2),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.channels)("ngClass",A.eq3(15,Cl,""!==c.errorMessage)),A.R7$(49),A.Y8G("matFooterRowDef",A.lJ4(17,$a)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,wA.fg,IA.rl,IA.nJ,IA.MV,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,st.QX],styles:[".mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}.mat-column-balancedness[_ngcontent-%COMP%]{padding-left:2rem;min-width:15rem;max-width:30rem}"]})}}return i})();const qt=["outputIdx"];function re(i,D){if(1&i&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",15),A.j41(2,"span"),A.EFF(3,"Change output balance "),A.j41(4,"strong"),A.EFF(5),A.nI1(6,"number"),A.k0s(),A.EFF(7," (Sats) may be insufficient for fee bumping, depending on the prevailing fee rates."),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(4),A.JRh(A.bMT(6,2,t.dustOutputValue))}}function ce(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Output Index required."),A.k0s())}function Ce(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Invalid index value."),A.k0s())}function Qe(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fees is required."),A.k0s())}function He(i,D){if(1&i&&(A.j41(0,"div",28),A.nrm(1,"fa-icon",15),A.j41(2,"span"),A.EFF(3),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(2),A.JRh(t.bumpFeeError)}}let rn=(()=>{class i{set outputIndx(t){t&&(this.outputIdx=t)}constructor(t,l,c,j,PA,KA){this.actions=t,this.dialogRef=l,this.data=c,this.store=j,this.logger=PA,this.dataService=KA,this.faUpRightFromSquare=B.k02,this.newAddress="",this.fees=null,this.outputIndex=null,this.faCopy=B.jPR,this.faInfoCircle=B.iW_,this.faExclamationTriangle=B.zpE,this.bumpFeeError="",this.flgShowDustWarning=!1,this.dustOutputValue=0,this.recommendedFee={fastestFee:0,halfHourFee:0,hourFee:0},this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.bumpFeeChannel=this.data.channel,this.logger.info(this.bumpFeeChannel),this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t,this.logger.info(this.selNode)}),this.dataService.getRecommendedFeeRates().pipe((0,g.Q)(this.unSubs[1])).subscribe({next:t=>{this.recommendedFee=t},error:t=>{this.logger.error(t)}}),this.dataService.getBlockExplorerTransaction(this.bumpFeeChannel.funding_txid).pipe((0,g.Q)(this.unSubs[2])).subscribe({next:t=>{this.outputIndex=0===t.vout.findIndex(l=>l.value===this.bumpFeeChannel.to_us_msat)?1:0,this.dustOutputValue=t.vout[this.outputIndex].value,this.flgShowDustWarning=this.dustOutputValue<1e3},error:t=>{this.logger.error(t)}})}onBumpFee(){if(!this.outputIndex&&0!==this.outputIndex||!this.fees)return!0;this.bumpFeeError="",this.store.dispatch((0,_.XT)({payload:r.Ld[0]})),this.actions.pipe((0,v.p)(t=>t.type===r.TC.SET_NEW_ADDRESS_CLN),(0,Fe.s)(1)).subscribe(t=>{this.store.dispatch((0,_.aB)({payload:{destination:t.payload,satoshi:"all",feerate:(1e3*+(this.fees||0)).toString()+"perkb",utxos:[this.bumpFeeChannel.funding_txid+":"+(this.outputIndex||"").toString()]}}))}),this.actions.pipe((0,v.p)(t=>t.type===r.TC.SET_CHANNEL_TRANSACTION_RES_CLN),(0,Fe.s)(1)).subscribe(t=>{this.store.dispatch((0,AA.UI)({payload:"Successfully bumped the fee. Use the block explorer to verify transaction."})),this.dialogRef.close()}),this.actions.pipe((0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN),(0,g.Q)(this.unSubs[3])).subscribe(t=>{t.payload.status===r.wn.ERROR&&("SetChannelTransaction"===t.payload.action||"GenerateNewAddress"===t.payload.action)&&(this.logger.error(t.payload.message),this.bumpFeeError=t.payload.message)})}onExplorerClicked(t){window.open(this.selNode.settings.blockExplorerUrl+"/tx/"+t,"_blank")}resetData(){this.bumpFeeError="",this.fees=null,this.outputIndex=null,this.flgShowDustWarning=!1,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(fA.En),A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(C.gP),A.rXU(we.u))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-bump-fee"]],viewQuery:function(l,c){if(1&l&&A.GBs(qt,5),2&l){let j;A.mGM(j=A.lsd())&&(c.outputIndx=j.first)}},decls:47,vars:19,consts:[["outputIndx","ngModel"],["fee","ngModel"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxLayout","column","fxFlex","49"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","outputIndx",3,"ngModelChange","step","min","ngModel"],[4,"ngIf"],["matInput","","type","number","name","fees","required","","tabindex","4",3,"ngModelChange","step","min","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],["fxFlex","100",1,"alert","alert-warn"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),A.EFF(5,"Bump Fee"),A.k0s()(),A.j41(6,"button",7),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",8)(9,"form",9)(10,"div",10)(11,"p",11),A.EFF(12),A.j41(13,"fa-icon",12),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onExplorerClicked(null==c.bumpFeeChannel?null:c.bumpFeeChannel.funding_txid))}),A.k0s()(),A.j41(14,"div",13)(15,"div",14),A.nrm(16,"fa-icon",15),A.j41(17,"span",16)(18,"div"),A.EFF(19,"Fee rates recommended by mempool (sat/vByte):"),A.k0s(),A.j41(20,"div"),A.EFF(21),A.k0s(),A.j41(22,"div"),A.EFF(23),A.k0s(),A.j41(24,"div"),A.EFF(25),A.k0s()()(),A.DNE(26,re,8,4,"div",17),A.j41(27,"div",18)(28,"mat-form-field",19)(29,"mat-label"),A.EFF(30,"Output Index"),A.k0s(),A.j41(31,"input",20,0),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.outputIndex,KA)||(c.outputIndex=KA),A.Njj(KA)}),A.k0s(),A.DNE(33,ce,2,0,"mat-error",21)(34,Ce,2,0,"mat-error",21),A.k0s(),A.j41(35,"mat-form-field",19)(36,"mat-label"),A.EFF(37,"Fees (Sats/vByte)"),A.k0s(),A.j41(38,"input",22,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.fees,KA)||(c.fees=KA),A.Njj(KA)}),A.k0s(),A.DNE(40,Qe,2,0,"mat-error",21),A.k0s()(),A.DNE(41,He,4,2,"div",23),A.k0s()(),A.j41(42,"div",24)(43,"button",25),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(44,"Clear"),A.k0s(),A.j41(45,"button",26),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onBumpFee())}),A.EFF(46),A.k0s()()()()()()}if(2&l){const j=A.sdS(32);A.R7$(12),A.SpI("Bump fee for transaction id: ",null==c.bumpFeeChannel?null:c.bumpFeeChannel.funding_txid," "),A.R7$(),A.FS9("matTooltip","Link to "+c.selNode.settings.blockExplorerUrl),A.Y8G("icon",c.faUpRightFromSquare),A.R7$(3),A.Y8G("icon",c.faInfoCircle),A.R7$(5),A.SpI("- High: ",c.recommendedFee.fastestFee||"Unknown",""),A.R7$(2),A.SpI("- Medium: ",c.recommendedFee.halfHourFee||"Unknown",""),A.R7$(2),A.SpI("- Low: ",c.recommendedFee.hourFee||"Unknown",""),A.R7$(),A.Y8G("ngIf",c.flgShowDustWarning),A.R7$(5),A.Y8G("step",1)("min",0),A.R50("ngModel",c.outputIndex),A.R7$(2),A.Y8G("ngIf",null==j.errors?null:j.errors.required),A.R7$(),A.Y8G("ngIf",null==j.errors?null:j.errors.pendingChannelOutputIndex),A.R7$(4),A.Y8G("step",1)("min",0),A.R50("ngModel",c.fees),A.R7$(2),A.Y8G("ngIf",!c.fees),A.R7$(),A.Y8G("ngIf",""!==c.bumpFeeError),A.R7$(5),A.JRh(""!==c.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},dependencies:[st.bT,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,R.$z,p.m2,p.MM,wA.fg,IA.rl,IA.nJ,IA.TL,HA.oV,J.N,BA.V,st.QX]})}}return i})();const Le=()=>["all"],he=i=>({"error-border":i}),_e=()=>["no_peer"],Ne=i=>({width:i}),ke=i=>({"display-none":i});function pe(i,D){if(1&i&&(A.j41(0,"mat-option",39),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function Pe(i,D){1&i&&A.nrm(0,"mat-progress-bar",40)}function $e(i,D){1&i&&A.nrm(0,"th",41)}function Ee(i,D){if(1&i&&(A.j41(0,"span",45),A.nrm(1,"fa-icon",46),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faEyeSlash)}}function An(i,D){if(1&i&&(A.j41(0,"span",47),A.nrm(1,"fa-icon",46),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("icon",t.faEye)}}function Ln(i,D){if(1&i&&(A.j41(0,"td",42),A.DNE(1,Ee,2,1,"span",43)(2,An,2,1,"span",44),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",t.private),A.R7$(),A.Y8G("ngIf",!t.private)}}function fn(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Alias"),A.k0s())}function yn(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ne,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.alias)}}function Rn(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"ID"),A.k0s())}function Pn(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ne,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.id)}}function Mn(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Channel ID"),A.k0s())}function zn(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ne,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.channel_id)}}function Cn(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Funding Transaction ID"),A.k0s())}function kn(i,D){if(1&i&&(A.j41(0,"td",42)(1,"div",49)(2,"span",50),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ne,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.funding_txid)}}function De(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"Connected"),A.k0s())}function Re(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null!=t&&t.connected?"Connected":"Disconnected")}}function Se(i,D){1&i&&(A.j41(0,"th",48),A.EFF(1,"State"),A.k0s())}function Ke(i,D){if(1&i&&(A.j41(0,"td",51),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("ngStyle",A.eq3(2,Ne,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(),A.JRh(l.CLNChannelPendingState[null==t?null:t.state])}}function je(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Local Reserve (Sats)"),A.k0s())}function ln(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.our_reserve_msat)/1e3,"1.0-0")," ")}}function ea(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Remote Reserve (Sats)"),A.k0s())}function Gn(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.their_reserve_msat)/1e3,"1.0-0")," ")}}function na(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Total (Sats)"),A.k0s())}function ia(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.total_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Tl(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Spendable (Sats)"),A.k0s())}function Ul(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.spendable_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function xr(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Local Balance (Sats)"),A.k0s())}function Zi(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.to_us_msat)/1e3,(null==t?null:t.to_us_msat)<1e3?"1.0-4":"1.0-0")," ")}}function ra(i,D){1&i&&(A.j41(0,"th",52),A.EFF(1,"Remote Balance (Sats)"),A.k0s())}function Yr(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",53),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.to_them_msat)/1e3,(null==t?null:t.to_them_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Sr(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",54)(1,"div",55)(2,"mat-select",56),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",57),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function qi(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",57),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onChannelClose(c))}),A.EFF(1,"Close Channel"),A.k0s()}}function _i(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",57),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onBumpFee(c))}),A.EFF(1,"Bump Fee"),A.k0s()}}function $i(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",58)(1,"div",55)(2,"mat-select",59),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",57),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG();return A.Njj(PA.onChannelClick(j,c))}),A.EFF(5,"View Info"),A.k0s(),A.DNE(6,qi,2,0,"mat-option",60)(7,_i,2,0,"mat-option",60),A.k0s()()()}if(2&i){const t=D.$implicit;A.R7$(6),A.Y8G("ngIf","CHANNELD_SHUTTING_DOWN"===t.state||"CLOSINGD_SIGEXCHANGE"===t.state||!t.connected&&"CHANNELD_NORMAL"===t.state),A.R7$(),A.Y8G("ngIf","CHANNELD_AWAITING_LOCKIN"===t.state)}}function Ar(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No peers connected. Add a peer in order to open a channel."),A.k0s())}function tr(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No pending/inactive channel available."),A.k0s())}function er(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting pending/inactive channels..."),A.k0s())}function nr(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function ir(i,D){if(1&i&&(A.j41(0,"td",61),A.DNE(1,Ar,2,0,"p",62)(2,tr,2,0,"p",62)(3,er,2,0,"p",62)(4,nr,2,1,"p",62),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",t.numPeers<1&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",t.numPeers>0&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Ei(i,D){if(1&i&&A.nrm(0,"tr",63),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,ke,t.numPeers>0&&(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function is(i,D){1&i&&A.nrm(0,"tr",64)}function rs(i,D){1&i&&A.nrm(0,"tr",65)}let as=(()=>{class i{constructor(t,l,c,j,PA){this.logger=t,this.store=l,this.rtlEffects=c,this.commonService=j,this.camelCaseWithReplace=PA,this.faEye=B.pS3,this.faEyeSlash=B.k6j,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"pending_inactive_channels",recordsPerPage:r.md,sortBy:"alias",sortOrder:r.oi.DESCENDING},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.channels=new F.I6([]),this.myChanPolicy={},this.information={},this.numPeers=-1,this.feeRateTypes=r.G,this.selFilter="",this.CLNChannelPendingState=r.Zb,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.GX).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.information=t.information,this.numPeers=t.numPeers,this.totalBalance=t.balance.totalBalance||0,this.logger.info(t)}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("private"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=[...t.pendingChannels,...t.inactiveChannels],this.channelsData=this.channelsData.sort((l,c)=>this.CLNChannelPendingState[l.state||""]>=this.CLNChannelPendingState[c.state||""]?1:-1),this.channelsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(t)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onBumpFee(t){this.store.dispatch((0,AA.xO)({payload:{data:{channel:t,component:rn}}}))}onChannelClick(t,l){this.store.dispatch((0,AA.xO)({payload:{data:{channel:t,showCopy:!0,component:qe}}}))}onChannelClose(t){this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Force Close Channel",titleMessage:"Force closing channel: "+(t.alias||t.short_channel_id?t.alias&&t.short_channel_id?t.alias+" ("+t.short_channel_id+")":t.alias?t.alias:t.short_channel_id:t.channel_id),noBtnText:"Cancel",yesBtnText:"Force Close"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[3])).subscribe(l=>{l&&this.store.dispatch((0,_.w0)({payload:{id:t.id,channelId:t.channel_id,force:!0}}))})}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column||"","_"):this.commonService.titleCase(t)}setFilterPredicate(){this.channels.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.peer_connected?"connected":"disconnected")+(t.channel_id?t.channel_id.toLowerCase():"")+(t.short_channel_id?t.short_channel_id.toLowerCase():"")+(t.id?t.id.toLowerCase():"")+(t.alias?t.alias.toLowerCase():"")+(t.private?"private":"public")+(t.state&&this.CLNChannelPendingState[t.state]?this.CLNChannelPendingState[t.state].toLowerCase():"")+(t.funding_txid?t.funding_txid.toLowerCase():"")+(t.to_us_msat?t.to_us_msat:"")+(t.to_them_msat?t.to_them_msat/1e3:"")+(t.total_msat?t.total_msat/1e3:"")+(t.their_reserve_msat?t.their_reserve_msat/1e3:"")+(t.our_reserve_msat?t.our_reserve_msat/1e3:"")+(t.spendable_msat?t.spendable_msat/1e3:"");break;case"private":c=t?.private?"private":"public";break;case"connected":c=t?.peer_connected?"connected":"disconnected";break;case"msatoshi_total":c=((t.total_msat||0)/1e3).toString()||"";break;case"spendable_msatoshi":c=((t.spendable_msat||0)/1e3).toString()||"";break;case"msatoshi_to_us":c=((t.to_us_msat||0)/1e3).toString()||"";break;case"msatoshi_to_them":c=((t.to_them_msat||0)/1e3).toString()||"";break;case"our_channel_reserve_satoshis":c=((t.our_reserve_msat||0)/1e3).toString()||"";break;case"their_channel_reserve_satoshis":c=((t.their_reserve_msat||0)/1e3).toString()||"";break;case"state":c=t?.state?this.CLNChannelPendingState[t?.state]:"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"connected"===this.selFilterBy||"state"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadChannelsTable(t){this.channels=new F.I6([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(l,c)=>{switch(c){case"msatoshi_total":return l.total_msat;case"spendable_msatoshi":return l.spendable_msat;case"msatoshi_to_us":return l.to_us_msat;case"msatoshi_to_them":return l.to_them_msat;case"our_channel_reserve_satoshis":return l.our_reserve_msat;case"their_channel_reserve_satoshis":return l.their_reserve_msat;case"state":return this.CLNChannelPendingState[l.state];default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.channels)}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Pending-inactive-channels")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(QA.H),A.rXU(h.h),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-pending-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Channels")}])],decls:66,vars:18,consts:[["table",""],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["mode","indeterminate",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container","w-100",3,"perfectScrollbar"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","private"],["mat-header-cell","","mat-sort-header","","matTooltip","Private",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","id"],["matColumnDef","channel_id"],["matColumnDef","funding_txid"],["matColumnDef","connected"],["matColumnDef","state"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","our_channel_reserve_satoshis"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","their_channel_reserve_satoshis"],["matColumnDef","msatoshi_total"],["matColumnDef","spendable_msatoshi"],["matColumnDef","msatoshi_to_us"],["matColumnDef","msatoshi_to_them"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","5",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","matTooltip","Private"],["mat-cell",""],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","5"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,pe,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.DNE(14,Pe,1,0,"mat-progress-bar",9),A.j41(15,"div",10)(16,"table",11,0),A.qex(18,12),A.DNE(19,$e,1,0,"th",13)(20,Ln,3,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,fn,2,0,"th",16)(23,yn,4,4,"td",14),A.bVm(),A.qex(24,17),A.DNE(25,Rn,2,0,"th",16)(26,Pn,4,4,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,Mn,2,0,"th",16)(29,zn,4,4,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,Cn,2,0,"th",16)(32,kn,4,4,"td",14),A.bVm(),A.qex(33,20),A.DNE(34,De,2,0,"th",16)(35,Re,2,1,"td",14),A.bVm(),A.qex(36,21),A.DNE(37,Se,2,0,"th",16)(38,Ke,2,4,"td",22),A.bVm(),A.qex(39,23),A.DNE(40,je,2,0,"th",24)(41,ln,4,4,"td",14),A.bVm(),A.qex(42,25),A.DNE(43,ea,2,0,"th",24)(44,Gn,4,4,"td",14),A.bVm(),A.qex(45,26),A.DNE(46,na,2,0,"th",24)(47,ia,4,4,"td",14),A.bVm(),A.qex(48,27),A.DNE(49,Tl,2,0,"th",24)(50,Ul,4,4,"td",14),A.bVm(),A.qex(51,28),A.DNE(52,xr,2,0,"th",24)(53,Zi,4,4,"td",14),A.bVm(),A.qex(54,29),A.DNE(55,ra,2,0,"th",24)(56,Yr,4,4,"td",14),A.bVm(),A.qex(57,30),A.DNE(58,Sr,6,0,"th",31)(59,$i,8,2,"td",32),A.bVm(),A.qex(60,33),A.DNE(61,ir,5,4,"td",34),A.bVm(),A.DNE(62,Ei,1,3,"tr",35)(63,is,1,0,"tr",36)(64,rs,1,0,"tr",37),A.k0s()(),A.nrm(65,"mat-paginator",38),A.k0s()}2&l&&(A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,Le).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(),A.Y8G("ngIf",c.apiCallStatus.status===c.apiCallStatusEnum.INITIATED),A.R7$(2),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.channels)("ngClass",A.eq3(15,he,""!==c.errorMessage)),A.R7$(46),A.Y8G("matFooterRowDef",A.lJ4(17,_e)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,st.QX],styles:[".mat-column-private[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return i})();const ss=()=>["all"],aa=i=>({"error-border":i}),ec=()=>["no_peer"],kl=i=>({"mr-0":i}),Ll=i=>({width:i}),nc=i=>({"display-none":i});function ic(i,D){if(1&i&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function rc(i,D){1&i&&A.nrm(0,"mat-progress-bar",35)}function ac(i,D){1&i&&A.nrm(0,"th",36)}function sc(i,D){if(1&i&&A.nrm(0,"span",40),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,kl,t.screenSize===t.screenSizeEnum.XS))}}function oc(i,D){if(1&i&&A.nrm(0,"span",41),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,kl,t.screenSize===t.screenSizeEnum.XS))}}function lc(i,D){if(1&i&&(A.j41(0,"td",37),A.DNE(1,sc,1,3,"span",38)(2,oc,1,3,"span",39),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",null==t?null:t.connected),A.R7$(),A.Y8G("ngIf",!(null!=t&&t.connected))}}function cc(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Alias"),A.k0s())}function gc(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ll,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.alias)}}function Bc(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"ID"),A.k0s())}function uc(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ll,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.id)}}function fc(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Network Address"),A.k0s())}function hc(i,D){1&i&&(A.j41(0,"span"),A.EFF(1,","),A.nrm(2,"br"),A.k0s())}function Ec(i,D){if(1&i&&(A.j41(0,"span",44),A.EFF(1),A.DNE(2,hc,3,0,"span",46),A.k0s()),2&i){const t=D.$implicit,l=D.last;A.R7$(),A.JRh(t),A.R7$(),A.Y8G("ngIf",!l)}}function Cc(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",43),A.DNE(2,Ec,3,2,"span",45),A.k0s()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ll,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(),A.Y8G("ngForOf",null==t?null:t.netaddr)}}function wc(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function dc(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",50),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onPeerDetach(c))}),A.EFF(1,"Disconnect"),A.k0s()}}function Qc(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",50),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onConnectPeer(c))}),A.EFF(1,"Reconnect"),A.k0s()}}function mc(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",51)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG();return A.Njj(PA.onPeerClick(j,c))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",50),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onOpenChannel(c))}),A.EFF(7,"Open Channel"),A.k0s(),A.DNE(8,dc,2,0,"mat-option",52)(9,Qc,2,0,"mat-option",52),A.k0s()()()}if(2&i){const t=D.$implicit;A.R7$(8),A.Y8G("ngIf",t.connected),A.R7$(),A.Y8G("ngIf",!t.connected)}}function pc(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No connected peer."),A.k0s())}function Mc(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting peers..."),A.k0s())}function Ic(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function Dc(i,D){if(1&i&&(A.j41(0,"td",53),A.DNE(1,pc,2,0,"p",46)(2,Mc,2,0,"p",46)(3,Ic,2,1,"p",46),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers||null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers||null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers||null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function vc(i,D){if(1&i&&A.nrm(0,"tr",54),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,nc,(null==t.peers?null:t.peers.data)&&(null==t.peers||null==t.peers.data?null:t.peers.data.length)>0))}}function Fc(i,D){1&i&&A.nrm(0,"tr",55)}function yc(i,D){1&i&&A.nrm(0,"tr",56)}let xc=(()=>{class i{constructor(t,l,c,j,PA,KA){this.logger=t,this.store=l,this.rtlEffects=c,this.actions=j,this.commonService=PA,this.camelCaseWithReplace=KA,this.faUsers=B.gdJ,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"peers",recordsPerPage:r.md,sortBy:"alias",sortOrder:r.oi.DESCENDING},this.newlyAddedPeer="",this.displayedColumns=[],this.peerAddress="",this.peersData=[],this.peers=new F.I6([]),this.utxos=[],this.information={},this.availableBalance=0,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.kQ).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.information=t.information,this.availableBalance=t.balance.totalBalance||0}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("connected"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.os).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=t.peers||[],this.peersData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadPeersTable(this.peersData),this.logger.info(t)}),this.store.select(E.Al).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.utxos=this.commonService.sortAscByKey(t.utxos?.filter(l=>"confirmed"===l.status),"value")}),this.actions.pipe((0,g.Q)(this.unSubs[4]),(0,v.p)(t=>t.type===r.TC.SET_PEERS_CLN)).subscribe(t=>{this.peerAddress=null})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(t,l){this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Peer Information",goToFieldValue:t.id,goToName:"Graph lookup",goToLink:"/cln/graph/lookups",showQRName:"Public Key",showQRField:t.id,message:[[{key:"id",value:t.id,title:"Public Key",width:100}],[{key:"netaddr",value:t.netaddr,title:"Address",width:100}],[{key:"alias",value:t.alias,title:"Alias",width:50},{key:"connected",value:t.connected?"True":"False",title:"Connected",width:50}]]}}}))}onConnectPeer(t){this.store.dispatch((0,AA.xO)({payload:{data:{message:{peer:t.id?t:null,information:this.information,balance:this.availableBalance},component:Na}}}))}onOpenChannel(t){this.store.dispatch((0,AA.xO)({payload:{data:{alertTitle:"Open Channel",message:{peer:t,information:this.information,balance:this.availableBalance,utxos:this.utxos},newlyAdded:!1,component:Aa}}}))}onPeerDetach(t){this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(t.alias?t.alias:t.id),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[5])).subscribe(c=>{c&&this.store.dispatch((0,_.ed)({payload:{id:t.id,force:!1}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.peers.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=JSON.stringify(t).toLowerCase();break;case"connected":c=t?.connected?"connected":"disconnected";break;case"netaddr":c=t.netaddr?t.netaddr.reduce((j,PA)=>j+PA," "):"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"connected"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadPeersTable(t){this.peers=new F.I6([...t]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(l,c)=>{if("netaddr"===c){if(l.netaddr&&l.netaddr[0]){const j=l.netaddr[0].toString().split(".");return j[0]?+j[0]:l.netaddr[0]}return""}return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null},this.peers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(QA.H),A.rXU(fA.En),A.rXU(h.h),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-peers"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Peers")}])],decls:47,vars:19,consts:[["peersForm","ngForm"],["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-x-hidden","overflow-y-hidden",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","connected"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Connected",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","id"],["matColumnDef","netaddr"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Connected"],["mat-cell",""],["class","dot green","matTooltip","Connected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Disconnected","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Connected","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Disconnected","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["class","ellipsis-child",4,"ngFor","ngForOf"],[4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",2)(1,"form",3,0)(3,"button",4),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onConnectPeer({}))}),A.EFF(4,"Add Peer"),A.k0s()(),A.j41(5,"div",5)(6,"div",6)(7,"div",7),A.nrm(8,"fa-icon",8),A.j41(9,"span",9),A.EFF(10,"Connected Peers"),A.k0s()(),A.j41(11,"div",10)(12,"mat-form-field",11)(13,"mat-label"),A.EFF(14,"Filter By"),A.k0s(),A.j41(15,"mat-select",12),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(16,"perfect-scrollbar"),A.DNE(17,ic,2,2,"mat-option",13),A.k0s()()(),A.j41(18,"mat-form-field",11)(19,"mat-label"),A.EFF(20,"Filter"),A.k0s(),A.j41(21,"input",14),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(22,"div",15),A.DNE(23,rc,1,0,"mat-progress-bar",16),A.j41(24,"table",17,1),A.qex(26,18),A.DNE(27,ac,1,0,"th",19)(28,lc,3,2,"td",20),A.bVm(),A.qex(29,21),A.DNE(30,cc,2,0,"th",22)(31,gc,4,4,"td",20),A.bVm(),A.qex(32,23),A.DNE(33,Bc,2,0,"th",22)(34,uc,4,4,"td",20),A.bVm(),A.qex(35,24),A.DNE(36,fc,2,0,"th",22)(37,Cc,3,4,"td",20),A.bVm(),A.qex(38,25),A.DNE(39,wc,6,0,"th",26)(40,mc,10,2,"td",27),A.bVm(),A.qex(41,28),A.DNE(42,Dc,4,3,"td",29),A.bVm(),A.DNE(43,vc,1,3,"tr",30)(44,Fc,1,0,"tr",31)(45,yc,1,0,"tr",32),A.k0s()(),A.nrm(46,"mat-paginator",33),A.k0s()()}2&l&&(A.R7$(8),A.Y8G("icon",c.faUsers),A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,ss).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(2),A.Y8G("ngIf",c.apiCallStatus.status===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.peers)("ngClass",A.eq3(16,aa,""!==c.errorMessage)),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(18,ec)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.qT,iA.me,iA.BC,iA.cb,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld],styles:[".mat-column-connected[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return i})();const Yc=["queryRoutesForm"],Sc=i=>({"overflow-auto error-border":i,"overflow-auto":!0}),jl=i=>({width:i});function Nc(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Destination pubkey is required."),A.k0s())}function bc(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Amount is required."),A.k0s())}function Rc(i,D){1&i&&A.nrm(0,"mat-progress-bar",36)}function Tc(i,D){1&i&&(A.j41(0,"th",37),A.EFF(1,"ID"),A.k0s())}function Uc(i,D){if(1&i&&(A.j41(0,"td",38)(1,"div",39)(2,"span",40),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,jl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.id)}}function Lc(i,D){1&i&&(A.j41(0,"th",37),A.EFF(1,"Alias"),A.k0s())}function Pc(i,D){if(1&i&&(A.j41(0,"td",38)(1,"div",39)(2,"span",40),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,jl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.alias)}}function zc(i,D){1&i&&(A.j41(0,"th",37),A.EFF(1,"Channel"),A.k0s())}function Gc(i,D){if(1&i&&(A.j41(0,"td",38),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.channel)}}function Hc(i,D){1&i&&(A.j41(0,"th",37),A.EFF(1,"Direction"),A.k0s())}function kc(i,D){if(1&i&&(A.j41(0,"td",38),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.direction)}}function jc(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Delay"),A.k0s())}function Oc(i,D){if(1&i&&(A.j41(0,"td",38)(1,"span",42),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI("",A.bMT(3,1,null==t?null:t.delay)," ")}}function Jc(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Amount (Sats)"),A.k0s())}function Vc(i,D){if(1&i&&(A.j41(0,"td",38)(1,"span",42),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,(null==t?null:t.amount_msat)/1e3))}}function Wc(i,D){1&i&&(A.j41(0,"th",43)(1,"div",44),A.EFF(2,"Actions"),A.k0s()())}function Kc(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",45)(1,"button",46),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG();return A.Njj(PA.onHopClick(j,c))}),A.EFF(2,"View Info"),A.k0s()()}}function Xc(i,D){1&i&&A.nrm(0,"tr",47)}function Zc(i,D){1&i&&A.nrm(0,"tr",48)}let qc=(()=>{class i{constructor(t,l,c){this.store=t,this.clnEffects=l,this.commonService=c,this.PAGE_ID="graph_lookup",this.tableSetting={tableId:"query_routes",recordsPerPage:r.md,sortBy:"id",sortOrder:r.oi.ASCENDING},this.destinationPubkey="",this.amount=null,this.qrHops=new F.I6([]),this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=B.TBz,this.faExclamationTriangle=B.zpE,this.screenSize="",this.screenSizeEnum=r.f7,this.unSubs=[new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions")}),this.clnEffects.setQueryRoutesCL.pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.qrHops.data=[],t.route&&t.route.length&&t.route.length>0?(this.flgLoading[0]=!1,this.qrHops=new F.I6([...t.route])):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(l,c)=>l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.flgLoading[0]=!0,this.store.dispatch((0,_.T4)({payload:{destPubkey:this.destinationPubkey,amount:1e3*this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1,this.qrHops.data=[],this.form.resetForm()}onHopClick(t,l){this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Route Information",message:[[{key:"id",value:t.id,title:"ID",width:100,type:r.UN.STRING}],[{key:"channel",value:t.channel,title:"Channel",width:50,type:r.UN.STRING},{key:"alias",value:t.alias,title:"Peer Alias",width:50,type:r.UN.STRING}],[{key:"amount_msat",value:t.amount_msat,title:"Amount (mSat)",width:34,type:r.UN.NUMBER},{key:"direction",value:t.direction,title:"Direction",width:33,type:r.UN.STRING},{key:"delay",value:t.delay,title:"Delay",width:33,type:r.UN.NUMBER}]]}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(e.il),A.rXU(_r.i),A.rXU(h.h))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-query-routes"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(Yc,7)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.form=j.first)}},decls:55,vars:17,consts:[["queryRoutesForm","ngForm"],["destPubkey","ngModel"],["table",""],["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","69","fxLayoutAlign","start end"],["matInput","","name","destinationPubkey","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","column","fxFlex","29","fxLayoutAlign","start end"],["matInput","","name","amount","tabindex","2","type","number","required","",3,"ngModelChange","step","min","ngModel"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxLayoutAlign","start center",1,"page-sub-title-container","mt-2","mb-1"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","channel"],["matColumnDef","direction"],["matColumnDef","delay"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","msatoshi"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",3)(1,"form",4,0),A.bIt("ngSubmit",function(){A.eBV(j);const KA=A.sdS(2);return A.Njj(KA.form.valid&&c.onQueryRoutes())}),A.j41(3,"div",5),A.nrm(4,"fa-icon",6),A.j41(5,"span"),A.EFF(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),A.k0s()(),A.j41(7,"mat-form-field",7)(8,"mat-label"),A.EFF(9,"Destination Pubkey"),A.k0s(),A.j41(10,"input",8,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.destinationPubkey,KA)||(c.destinationPubkey=KA),A.Njj(KA)}),A.k0s(),A.DNE(12,Nc,2,0,"mat-error",9),A.k0s(),A.j41(13,"mat-form-field",10)(14,"mat-label"),A.EFF(15,"Amount (Sats)"),A.k0s(),A.j41(16,"input",11),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.amount,KA)||(c.amount=KA),A.Njj(KA)}),A.k0s(),A.DNE(17,bc,2,0,"mat-error",9),A.k0s(),A.j41(18,"div",12)(19,"button",13),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(20,"Clear"),A.k0s(),A.j41(21,"button",14),A.EFF(22,"Query Route"),A.k0s()()(),A.j41(23,"div",15)(24,"div",16),A.nrm(25,"fa-icon",17),A.j41(26,"span",18),A.EFF(27,"Transaction Route"),A.k0s()()(),A.j41(28,"div",19),A.DNE(29,Rc,1,0,"mat-progress-bar",20),A.j41(30,"table",21,2),A.qex(32,22),A.DNE(33,Tc,2,0,"th",23)(34,Uc,4,4,"td",24),A.bVm(),A.qex(35,25),A.DNE(36,Lc,2,0,"th",23)(37,Pc,4,4,"td",24),A.bVm(),A.qex(38,26),A.DNE(39,zc,2,0,"th",23)(40,Gc,2,1,"td",24),A.bVm(),A.qex(41,27),A.DNE(42,Hc,2,0,"th",23)(43,kc,2,1,"td",24),A.bVm(),A.qex(44,28),A.DNE(45,jc,2,0,"th",29)(46,Oc,4,3,"td",24),A.bVm(),A.qex(47,30),A.DNE(48,Jc,2,0,"th",29)(49,Vc,4,3,"td",24),A.bVm(),A.qex(50,31),A.DNE(51,Wc,3,0,"th",32)(52,Kc,3,0,"td",33),A.bVm(),A.DNE(53,Xc,1,0,"tr",34)(54,Zc,1,0,"tr",35),A.k0s()()()}2&l&&(A.R7$(4),A.Y8G("icon",c.faExclamationTriangle),A.R7$(6),A.R50("ngModel",c.destinationPubkey),A.R7$(2),A.Y8G("ngIf",!c.destinationPubkey),A.R7$(4),A.Y8G("step",1e3)("min",0),A.R50("ngModel",c.amount),A.R7$(),A.Y8G("ngIf",!c.amount),A.R7$(8),A.Y8G("icon",c.faRoute),A.R7$(4),A.Y8G("ngIf",!0===c.flgLoading[0]),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.qrHops)("ngClass",A.eq3(15,Sc,"error"===c.flgLoading[0])),A.R7$(23),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns))},dependencies:[st.YU,st.bT,st.B3,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,IA.TL,u.HM,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.KS,F.$R,F.YZ,F.NB,cA.Ld,BA.V,st.QX]})}}return i})();function _c(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Message is required."),A.k0s())}let $c=(()=>{class i{constructor(t,l,c){this.dataService=t,this.snackBar=l,this.logger=c,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new o.B,new o.B]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.signedMessage=this.message,this.signature=t.zbase})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(t){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+t)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(we.u),A.rXU(Hi.UG),A.rXU(C.gP))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-sign"]],decls:22,vars:4,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","start center",1,"signature-box","bordered-box","read-only"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"copied","payload"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"form",2,0)(3,"mat-form-field",3)(4,"mat-label"),A.EFF(5,"Message to sign"),A.k0s(),A.j41(6,"textarea",4),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.message,KA)||(c.message=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onMessageChange())}),A.k0s(),A.DNE(7,_c,2,0,"mat-error",5),A.k0s(),A.j41(8,"div",6)(9,"button",7),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(10,"Clear Field"),A.k0s(),A.j41(11,"button",8),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onSign())}),A.EFF(12,"Sign"),A.k0s()(),A.nrm(13,"mat-divider",9),A.j41(14,"div",10)(15,"p"),A.EFF(16,"Generated Signature"),A.k0s()(),A.j41(17,"div",11),A.EFF(18),A.k0s(),A.j41(19,"div",12)(20,"button",13),A.bIt("copied",function(KA){return A.eBV(j),A.Njj(c.onCopyField(KA))}),A.EFF(21,"Copy Signature"),A.k0s()()()()}2&l&&(A.R7$(6),A.R50("ngModel",c.message),A.R7$(),A.Y8G("ngIf",!c.message),A.R7$(11),A.JRh(c.signature),A.R7$(2),A.Y8G("payload",c.signature))},dependencies:[st.bT,iA.qT,iA.me,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,n.DJ,n.sA,n.UI,R.$z,wA.fg,IA.rl,IA.nJ,IA.TL,ai.q,pr.U,J.N],styles:[".signature-box[_ngcontent-%COMP%]{padding:1rem}"]})}}return i})();function Ag(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Message is required."),A.k0s())}function tg(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Signature is required."),A.k0s())}function eg(i,D){1&i&&(A.j41(0,"p",13)(1,"mat-icon",14),A.EFF(2,"close"),A.k0s(),A.EFF(3,"Verification failed, please check message and signature"),A.k0s())}function ng(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Pubkey Used"),A.k0s())}function ig(i,D){if(1&i&&(A.j41(0,"div",20)(1,"p"),A.EFF(2),A.k0s()()),2&i){const t=A.XpG(2);A.R7$(2),A.JRh(null==t.verifyRes?null:t.verifyRes.pubkey)}}function rg(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",21)(1,"button",22),A.bIt("copied",function(c){A.eBV(t);const j=A.XpG(2);return A.Njj(j.onCopyField(c))}),A.EFF(2,"Copy Pubkey"),A.k0s()()}if(2&i){const t=A.XpG(2);A.R7$(),A.Y8G("payload",null==t.verifyRes?null:t.verifyRes.pubkey)}}function ag(i,D){if(1&i&&(A.j41(0,"div",15),A.nrm(1,"mat-divider",16),A.j41(2,"div",17),A.DNE(3,ng,2,0,"p",6),A.k0s(),A.DNE(4,ig,3,1,"div",18)(5,rg,3,1,"div",19),A.k0s()),2&i){const t=A.XpG();A.R7$(3),A.Y8G("ngIf",t.verifyRes.verified),A.R7$(),A.Y8G("ngIf",t.verifyRes.verified),A.R7$(),A.Y8G("ngIf",t.verifyRes.verified)}}let sg=(()=>{class i{constructor(t,l,c){this.dataService=t,this.snackBar=l,this.logger=c,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",verified:null},this.unSubs=[new o.B,new o.B]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.verifyRes=t,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",verified:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(t){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(we.u),A.rXU(Hi.UG),A.rXU(C.gP))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-verify"]],decls:21,vars:6,consts:[["form","ngForm"],["sign","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","required","","tabindex","1","name","message",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","signature","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"copied","payload"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",2)(1,"form",3,0)(3,"mat-form-field",4)(4,"mat-label"),A.EFF(5,"Message to verify"),A.k0s(),A.j41(6,"textarea",5),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.message,KA)||(c.message=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onChange())}),A.k0s(),A.DNE(7,Ag,2,0,"mat-error",6),A.k0s(),A.j41(8,"mat-form-field",4)(9,"mat-label"),A.EFF(10,"Signature provided"),A.k0s(),A.j41(11,"input",7,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.signature,KA)||(c.signature=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onChange())}),A.k0s(),A.DNE(13,tg,2,0,"mat-error",6),A.k0s(),A.DNE(14,eg,4,0,"p",8),A.j41(15,"div",9)(16,"button",10),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(17,"Clear Fields"),A.k0s(),A.j41(18,"button",11),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onVerify())}),A.EFF(19,"Verify"),A.k0s()(),A.DNE(20,ag,6,3,"div",12),A.k0s()()}2&l&&(A.R7$(6),A.R50("ngModel",c.message),A.R7$(),A.Y8G("ngIf",!c.message),A.R7$(4),A.R50("ngModel",c.signature),A.R7$(2),A.Y8G("ngIf",!c.signature),A.R7$(),A.Y8G("ngIf",c.showVerifyStatus&&!c.verifyRes.verified),A.R7$(6),A.Y8G("ngIf",c.showVerifyStatus&&c.verifyRes.verified))},dependencies:[st.bT,iA.qT,iA.me,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,n.DJ,n.sA,n.UI,R.$z,y.An,wA.fg,IA.rl,IA.nJ,IA.TL,ai.q,pr.U,J.N]})}}return i})();const og=()=>["all"],lg=()=>["no_event"],Pl=i=>({width:i}),cg=i=>({"display-none":i});function gg(i,D){if(1&i&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.JRh(t.errorMessage)}}function Bg(i,D){if(1&i&&(A.j41(0,"mat-option",14),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function ug(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",7),A.nrm(1,"div",8),A.j41(2,"div",9)(3,"mat-form-field",10)(4,"mat-label"),A.EFF(5,"Filter By"),A.k0s(),A.j41(6,"mat-select",11),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilterBy,c)||(j.selFilterBy=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return c.selFilter="",A.Njj(c.applyFilter())}),A.j41(7,"perfect-scrollbar"),A.DNE(8,Bg,2,2,"mat-option",12),A.k0s()()(),A.j41(9,"mat-form-field",10)(10,"mat-label"),A.EFF(11,"Filter"),A.k0s(),A.j41(12,"input",13),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilter,c)||(j.selFilter=c),A.Njj(c)}),A.bIt("input",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())})("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())}),A.k0s()()()()}if(2&i){const t=A.XpG();A.R7$(6),A.R50("ngModel",t.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(3,og).concat(t.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",t.selFilter)}}function fg(i,D){1&i&&A.nrm(0,"mat-progress-bar",39)}function hg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Received Time"),A.k0s())}function Eg(i,D){if(1&i&&(A.j41(0,"td",41),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.received_time),"dd/MMM/y HH:mm"))}}function Cg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Resolved Time"),A.k0s())}function wg(i,D){if(1&i&&(A.j41(0,"td",41),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.resolved_time),"dd/MMM/y HH:mm"))}}function dg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"In Channel ID"),A.k0s())}function Qg(i,D){if(1&i&&(A.j41(0,"td",41),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.in_channel)}}function mg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"In Channel"),A.k0s())}function pg(i,D){if(1&i&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Pl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.in_channel_alias)}}function Mg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Out Channel ID"),A.k0s())}function Ig(i,D){if(1&i&&(A.j41(0,"td",41),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.out_channel)}}function Dg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Out Channel"),A.k0s())}function vg(i,D){if(1&i&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Pl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.out_channel_alias)}}function Fg(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Payment Hash"),A.k0s())}function yg(i,D){if(1&i&&(A.j41(0,"td",41)(1,"div",42)(2,"span",43),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Pl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.payment_hash)}}function xg(i,D){1&i&&(A.j41(0,"th",44),A.EFF(1,"Amount In (Sats)"),A.k0s())}function Yg(i,D){if(1&i&&(A.j41(0,"td",41)(1,"span",45),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.in_msat)/1e3,(null==t?null:t.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function Sg(i,D){1&i&&(A.j41(0,"th",44),A.EFF(1,"Amount Out (Sats)"),A.k0s())}function Ng(i,D){if(1&i&&(A.j41(0,"td",41)(1,"span",45),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.out_msat)/1e3,(null==t?null:t.out_msat)<1e3?"1.0-4":"1.0-0")," ")}}function bg(i,D){1&i&&(A.j41(0,"th",44),A.EFF(1,"Fee (mSat)"),A.k0s())}function Rg(i,D){if(1&i&&(A.j41(0,"span",45),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==t?null:t.fee)," ")}}function Tg(i,D){if(1&i&&(A.j41(0,"span",45),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==t?null:t.fee_msat)," ")}}function Ug(i,D){if(1&i&&(A.j41(0,"td",41),A.DNE(1,Rg,3,3,"span",46)(2,Tg,3,3,"span",46),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",null==t?null:t.fee),A.R7$(),A.Y8G("ngIf",!(null!=t&&t.fee)&&(null==t?null:t.fee_msat))}}function Lg(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Pg(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",51)(1,"button",52),A.bIt("click",function(c){const j=A.eBV(t).$implicit,PA=A.XpG(2);return A.Njj(PA.onForwardingEventClick(j,c))}),A.EFF(2,"View Info"),A.k0s()()}}function zg(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No forwarding history available."),A.k0s())}function Gg(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting forwarding history..."),A.k0s())}function Hg(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function kg(i,D){if(1&i&&(A.j41(0,"td",53),A.DNE(1,zg,2,0,"p",54)(2,Gg,2,0,"p",54)(3,Hg,2,1,"p",54),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function jg(i,D){if(1&i&&A.nrm(0,"tr",55),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,cg,(null==t.forwardingHistoryEvents?null:t.forwardingHistoryEvents.data)&&(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)>0))}}function Og(i,D){1&i&&A.nrm(0,"tr",56)}function Jg(i,D){1&i&&A.nrm(0,"tr",57)}function Vg(i,D){if(1&i&&(A.j41(0,"div",15),A.DNE(1,fg,1,0,"mat-progress-bar",16),A.j41(2,"table",17,0),A.qex(4,18),A.DNE(5,hg,2,0,"th",19)(6,Eg,3,4,"td",20),A.bVm(),A.qex(7,21),A.DNE(8,Cg,2,0,"th",19)(9,wg,3,4,"td",20),A.bVm(),A.qex(10,22),A.DNE(11,dg,2,0,"th",19)(12,Qg,2,1,"td",20),A.bVm(),A.qex(13,23),A.DNE(14,mg,2,0,"th",19)(15,pg,4,4,"td",20),A.bVm(),A.qex(16,24),A.DNE(17,Mg,2,0,"th",19)(18,Ig,2,1,"td",20),A.bVm(),A.qex(19,25),A.DNE(20,Dg,2,0,"th",19)(21,vg,4,4,"td",20),A.bVm(),A.qex(22,26),A.DNE(23,Fg,2,0,"th",19)(24,yg,4,4,"td",20),A.bVm(),A.qex(25,27),A.DNE(26,xg,2,0,"th",28)(27,Yg,4,4,"td",20),A.bVm(),A.qex(28,29),A.DNE(29,Sg,2,0,"th",28)(30,Ng,4,4,"td",20),A.bVm(),A.qex(31,30),A.DNE(32,bg,2,0,"th",28)(33,Ug,3,2,"td",20),A.bVm(),A.qex(34,31),A.DNE(35,Lg,6,0,"th",32)(36,Pg,3,0,"td",33),A.bVm(),A.qex(37,34),A.DNE(38,kg,4,3,"td",35),A.bVm(),A.DNE(39,jg,1,3,"tr",36)(40,Og,1,0,"tr",37)(41,Jg,1,0,"tr",38),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.forwardingHistoryEvents),A.R7$(37),A.Y8G("matFooterRowDef",A.lJ4(7,lg)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)}}function Wg(i,D){if(1&i&&A.nrm(0,"mat-paginator",58),2&i){const t=A.XpG();A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ol=(()=>{class i{constructor(t,l,c,j,PA){this.logger=t,this.commonService=l,this.store=c,this.datePipe=j,this.camelCaseWithReplace=PA,this.pageId="routing",this.tableId="forwarding_history",this.eventsData=[],this.selFilter="",this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.tableSetting={tableId:"forwarding_history",recordsPerPage:r.md,sortBy:"received_time",sortOrder:r.oi.DESCENDING},this.successfulEvents=[],this.displayedColumns=[],this.forwardingHistoryEvents=new F.I6([]),this.totalForwardedTransactions=0,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(t){t.eventsData&&(this.apiCallStatus={status:r.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=t.eventsData.currentValue,this.successfulEvents=this.eventsData,this.totalForwardedTransactions=this.eventsData.length,this.paginator&&this.paginator.firstPage(),t.eventsData.firstChange||this.loadForwardingEventsTable(this.successfulEvents)),t.selFilter&&!t.selFilter.firstChange&&(this.selFilterBy="all",this.applyFilter())}ngOnInit(){this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting.tableId=this.tableId,this.tableSetting=t.pageSettings.find(l=>l.pageId===this.pageId)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.pageId)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.pipe((0,Fe.s)(1)).subscribe(t=>{t.cln.apisCallStatus.FetchForwardingHistoryS.status===r.wn.UN_INITIATED&&!t.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,_.uK)({payload:{status:r.xk.SETTLED}}))}),this.store.select(E.Ie).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.eventsData.length<=0&&t.forwardingHistory.listForwards&&(this.totalForwardedTransactions=t.forwardingHistory.totalForwards||0,this.successfulEvents=t.forwardingHistory.listForwards||[],this.successfulEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadForwardingEventsTable(this.successfulEvents),this.logger.info(t))})}ngAfterViewInit(){setTimeout(()=>{this.successfulEvents.length>0&&this.loadForwardingEventsTable(this.successfulEvents)},0)}onForwardingEventClick(t,l){const c=[[{key:"status",value:"Settled",title:"Status",width:50,type:r.UN.STRING},{key:"fee",value:t.fee_msat,title:"Fee (mSats)",width:50,type:r.UN.NUMBER}],[{key:"received_time",value:t.received_time,title:"Received Time",width:50,type:r.UN.DATE_TIME},{key:"resolved_time",value:t.resolved_time,title:"Resolved Time",width:50,type:r.UN.DATE_TIME}],[{key:"in_channel",value:t.in_channel_alias,title:"Inbound Channel",width:50,type:r.UN.STRING},{key:"out_channel",value:t.out_channel_alias,title:"Outbound Channel",width:50,type:r.UN.STRING}],[{key:"in_msatoshi",value:t.in_msat,title:"In (mSats)",width:50,type:r.UN.NUMBER},{key:"out_msatoshi",value:t.out_msat,title:"Out (mSats)",width:50,type:r.UN.NUMBER}]];t.payment_hash&&c.unshift([{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:r.UN.STRING}]),this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Event Information",message:c}}}))}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.selFilter.trim().toLowerCase())}getLabel(t){const l=this.nodePageDefs[this.pageId][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.forwardingHistoryEvents.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.received_time?this.datePipe.transform(new Date(1e3*t.received_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(t.resolved_time?this.datePipe.transform(new Date(1e3*t.resolved_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(t.in_channel?t.in_channel.toLowerCase()+" ":"")+(t.out_channel?t.out_channel.toLowerCase()+" ":"")+(t.in_channel_alias?t.in_channel_alias.toLowerCase()+" ":"")+(t.out_channel_alias?t.out_channel_alias.toLowerCase()+" ":"")+(t.in_msat?+t.in_msat/1e3+" ":"")+(t.out_msat?+t.out_msat/1e3+" ":"")+(t.fee_msat?t.fee_msat+" ":"");break;case"received_time":case"resolved_time":c=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":c=(+(t.fee_msat||0)).toString()||"";break;case"in_msatoshi":c=(+(t.in_msat||0)/1e3).toString()||"";break;case"out_msatoshi":c=(+(t.out_msat||0)/1e3).toString()||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return c.includes(l)}}loadForwardingEventsTable(t){this.forwardingHistoryEvents=new F.I6([...t]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(l,c)=>{switch(c){case"in_msatoshi":return l.in_msat;case"out_msatoshi":return l.out_msat;case"fee":return l.fee_msat;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.forwardingHistoryEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(st.vh),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-forwarding-history"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},inputs:{pageId:"pageId",tableId:"tableId",eventsData:"eventsData",selFilter:"selFilter"},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Events")}]),A.OA$],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","resolved_time"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","payment_hash"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","out_msatoshi"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(l,c){1&l&&(A.j41(0,"div",1),A.DNE(1,gg,2,1,"div",2)(2,ug,13,4,"div",3)(3,Vg,42,8,"div",4)(4,Wg,1,3,"mat-paginator",5),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",""!==c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.ZF,cA.Ld,st.QX,st.vh]})}}return i})();const Kg=()=>["all"],Xg=()=>["no_event"],Jl=i=>({width:i}),Zg=i=>({"display-none":i});function qg(i,D){if(1&i&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.JRh(t.errorMessage)}}function _g(i,D){if(1&i&&(A.j41(0,"mat-option",17),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function $g(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",7)(1,"div",8),A.nrm(2,"fa-icon",9),A.j41(3,"span"),A.EFF(4,"Maximum 1,000 failed transactions only."),A.k0s()(),A.j41(5,"div",10),A.nrm(6,"div",11),A.j41(7,"div",12)(8,"mat-form-field",13)(9,"mat-label"),A.EFF(10,"Filter By"),A.k0s(),A.j41(11,"mat-select",14),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilterBy,c)||(j.selFilterBy=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return c.selFilter="",A.Njj(c.applyFilter())}),A.j41(12,"perfect-scrollbar"),A.DNE(13,_g,2,2,"mat-option",15),A.k0s()()(),A.j41(14,"mat-form-field",13)(15,"mat-label"),A.EFF(16,"Filter"),A.k0s(),A.j41(17,"input",16),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilter,c)||(j.selFilter=c),A.Njj(c)}),A.bIt("input",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())})("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())}),A.k0s()()()()()}if(2&i){const t=A.XpG();A.R7$(2),A.Y8G("icon",t.faExclamationTriangle),A.R7$(9),A.R50("ngModel",t.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(4,Kg).concat(t.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",t.selFilter)}}function AB(i,D){1&i&&A.nrm(0,"mat-progress-bar",41)}function tB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Received Time"),A.k0s())}function eB(i,D){if(1&i&&(A.j41(0,"td",43),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.received_time),"dd/MMM/y HH:mm"))}}function nB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Resolved Time"),A.k0s())}function iB(i,D){if(1&i&&(A.j41(0,"td",43),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.resolved_time),"dd/MMM/y HH:mm"))}}function rB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"In Channel ID"),A.k0s())}function aB(i,D){if(1&i&&(A.j41(0,"td",43),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.in_channel)}}function sB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"In Channel"),A.k0s())}function oB(i,D){if(1&i&&(A.j41(0,"td",43)(1,"span",44)(2,"span",45),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Jl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.in_channel_alias)}}function lB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Out Channel ID"),A.k0s())}function cB(i,D){if(1&i&&(A.j41(0,"td",43),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.out_channel)}}function gB(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Out Channel"),A.k0s())}function BB(i,D){if(1&i&&(A.j41(0,"td",43)(1,"span",44)(2,"span",45),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Jl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.out_channel_alias)}}function uB(i,D){1&i&&(A.j41(0,"th",46),A.EFF(1,"Amount In (Sats)"),A.k0s())}function fB(i,D){if(1&i&&(A.j41(0,"td",43)(1,"span",47),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.in_msat)/1e3,(null==t?null:t.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function hB(i,D){1&i&&(A.j41(0,"th",46),A.EFF(1,"Amount Out (Sats)"),A.k0s())}function EB(i,D){if(1&i&&(A.j41(0,"td",43)(1,"span",47),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.out_msat)/1e3,(null==t?null:t.out_msat)<1e3?"1.0-4":"1.0-0")," ")}}function CB(i,D){1&i&&(A.j41(0,"th",46),A.EFF(1,"Fee (mSat)"),A.k0s())}function wB(i,D){if(1&i&&(A.j41(0,"span",47),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==t?null:t.fee,"1.0-0")," ")}}function dB(i,D){if(1&i&&(A.j41(0,"span",47),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==t?null:t.fee_msat,"1.0-0")," ")}}function QB(i,D){if(1&i&&(A.j41(0,"td",43),A.DNE(1,wB,3,4,"span",48)(2,dB,3,4,"span",48),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",null==t?null:t.fee),A.R7$(),A.Y8G("ngIf",!(null!=t&&t.fee)&&(null==t?null:t.fee_msat))}}function mB(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",49)(1,"div",50)(2,"mat-select",51),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",52),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function pB(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",53)(1,"button",54),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onFailedEventClick(c))}),A.EFF(2,"View Info"),A.k0s()()}}function MB(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No failed transaction available."),A.k0s())}function IB(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting failed transactions..."),A.k0s())}function DB(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function vB(i,D){if(1&i&&(A.j41(0,"td",55),A.DNE(1,MB,2,0,"p",56)(2,IB,2,0,"p",56)(3,DB,2,1,"p",56),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.failedForwardingEvents&&t.failedForwardingEvents.data)||(null==t.failedForwardingEvents||null==t.failedForwardingEvents.data?null:t.failedForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.failedForwardingEvents&&t.failedForwardingEvents.data)||(null==t.failedForwardingEvents||null==t.failedForwardingEvents.data?null:t.failedForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.failedForwardingEvents&&t.failedForwardingEvents.data)||(null==t.failedForwardingEvents||null==t.failedForwardingEvents.data?null:t.failedForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function FB(i,D){if(1&i&&A.nrm(0,"tr",57),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,Zg,(null==t.failedForwardingEvents?null:t.failedForwardingEvents.data)&&(null==t.failedForwardingEvents||null==t.failedForwardingEvents.data?null:t.failedForwardingEvents.data.length)>0))}}function yB(i,D){1&i&&A.nrm(0,"tr",58)}function xB(i,D){1&i&&A.nrm(0,"tr",59)}function YB(i,D){if(1&i&&(A.j41(0,"div",18),A.DNE(1,AB,1,0,"mat-progress-bar",19),A.j41(2,"table",20,0),A.qex(4,21),A.DNE(5,tB,2,0,"th",22)(6,eB,3,4,"td",23),A.bVm(),A.qex(7,24),A.DNE(8,nB,2,0,"th",22)(9,iB,3,4,"td",23),A.bVm(),A.qex(10,25),A.DNE(11,rB,2,0,"th",22)(12,aB,2,1,"td",23),A.bVm(),A.qex(13,26),A.DNE(14,sB,2,0,"th",22)(15,oB,4,4,"td",23),A.bVm(),A.qex(16,27),A.DNE(17,lB,2,0,"th",22)(18,cB,2,1,"td",23),A.bVm(),A.qex(19,28),A.DNE(20,gB,2,0,"th",22)(21,BB,4,4,"td",23),A.bVm(),A.qex(22,29),A.DNE(23,uB,2,0,"th",30)(24,fB,4,4,"td",23),A.bVm(),A.qex(25,31),A.DNE(26,hB,2,0,"th",30)(27,EB,4,4,"td",23),A.bVm(),A.qex(28,32),A.DNE(29,CB,2,0,"th",30)(30,QB,3,2,"td",23),A.bVm(),A.qex(31,33),A.DNE(32,mB,6,0,"th",34)(33,pB,3,0,"td",35),A.bVm(),A.qex(34,36),A.DNE(35,vB,4,3,"td",37),A.bVm(),A.DNE(36,FB,1,3,"tr",38)(37,yB,1,0,"tr",39)(38,xB,1,0,"tr",40),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.failedForwardingEvents),A.R7$(34),A.Y8G("matFooterRowDef",A.lJ4(7,Xg)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)}}function SB(i,D){if(1&i&&A.nrm(0,"mat-paginator",60),2&i){const t=A.XpG();A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let NB=(()=>{class i{constructor(t,l,c,j,PA){this.logger=t,this.commonService=l,this.store=c,this.datePipe=j,this.camelCaseWithReplace=PA,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"failed",recordsPerPage:r.md,sortBy:"received_time",sortOrder:r.oi.DESCENDING},this.faExclamationTriangle=B.zpE,this.failedEvents=[],this.errorMessage="",this.displayedColumns=[],this.failedForwardingEvents=new F.I6([]),this.selFilter="",this.totalFailedTransactions=0,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,_.uK)({payload:{status:r.xk.FAILED}})),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.Dv).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalFailedTransactions=t.failedForwardingHistory.totalForwards||0,this.failedEvents=t.failedForwardingHistory.listForwards||[],this.failedEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadFailedEventsTable(this.failedEvents),this.logger.info(t)})}ngAfterViewInit(){this.failedEvents.length>0&&this.loadFailedEventsTable(this.failedEvents)}onFailedEventClick(t){const l=[[{key:"received_time",value:t.received_time,title:"Received Time",width:50,type:r.UN.DATE_TIME},{key:"resolved_time",value:t.resolved_time,title:"Resolved Time",width:50,type:r.UN.DATE_TIME}],[{key:"in_channel_alias",value:t.in_channel_alias,title:"Inbound Channel",width:50,type:r.UN.STRING},{key:"out_channel_alias",value:t.out_channel_alias,title:"Outbound Channel",width:50,type:r.UN.STRING}],[{key:"in_msatoshi",value:t.in_msat,title:"Amount In (mSats)",width:33,type:r.UN.NUMBER},{key:"out_msatoshi",value:t.out_msat,title:"Amount Out (mSats)",width:33,type:r.UN.NUMBER},{key:"fee",value:t.fee_msat,title:"Fee (mSats)",width:34,type:r.UN.NUMBER}]];t.payment_hash&&l?.unshift([{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:r.UN.STRING}]),this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Failed Event Information",message:l}}}))}applyFilter(){this.failedForwardingEvents.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.failedForwardingEvents.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.received_time?this.datePipe.transform(new Date(1e3*t.received_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(t.resolved_time?this.datePipe.transform(new Date(1e3*t.resolved_time),"dd/MMM/y HH:mm")?.toLowerCase()+" ":"")+(t.in_channel?t.in_channel.toLowerCase()+" ":"")+(t.out_channel?t.out_channel.toLowerCase()+" ":"")+(t.in_channel_alias?t.in_channel_alias.toLowerCase()+" ":"")+(t.out_channel_alias?t.out_channel_alias.toLowerCase()+" ":"")+(t.fee_msat?t.fee_msat+" ":"")+(t.in_msat?+t.in_msat/1e3+" ":"")+(t.out_msat?+t.out_msat/1e3+" ":"")+(t.fee_msat?t.fee_msat+" ":"");break;case"received_time":case"resolved_time":c=this.datePipe.transform(new Date(1e3*(t[this.selFilterBy]||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"fee":c=(t.fee_msat||0)?.toString()||"";break;case"in_msatoshi":c=(+(t.in_msat||0)/1e3).toString()||"";break;case"out_msatoshi":c=(+(t.out_msat||0)/1e3).toString()||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return c.includes(l)}}loadFailedEventsTable(t){this.failedForwardingEvents=new F.I6([...t]),this.failedForwardingEvents.sort=this.sort,this.failedForwardingEvents.sortingDataAccessor=(l,c)=>{switch(c){case"in_msatoshi":return l.in_msat;case"out_msatoshi":return l.out_msat;case"fee":return l.fee_msat;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.failedForwardingEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.failedForwardingEvents)}onDownloadCSV(){this.failedForwardingEvents&&this.failedForwardingEvents.data&&this.failedForwardingEvents.data.length>0&&this.commonService.downloadFile(this.failedForwardingEvents.data,"Failed-transactions")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(st.vh),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-failed-history"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Failed events")}])],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-warn","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","resolved_time"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","out_msatoshi"],["matColumnDef","fee"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",4,"ngIf"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(l,c){1&l&&(A.j41(0,"div",1),A.DNE(1,qg,2,1,"div",2)(2,$g,18,5,"div",3)(3,YB,39,8,"div",4)(4,SB,1,3,"mat-paginator",5),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",""!==c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.ZF,cA.Ld,st.QX,st.vh]})}}return i})();const bB=["tableIn"],RB=["tableOut"],TB=["paginatorIn"],UB=["paginatorOut"],LB=(i,D)=>({"mt-2":i,"mt-1":D}),PB=()=>["no_incoming_event"],zB=i=>({"mt-2":i}),GB=()=>["no_outgoing_event"],os=i=>({width:i}),Vl=i=>({"display-none":i});function HB(i,D){if(1&i&&(A.j41(0,"div",7),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.JRh(t.errorMessage)}}function kB(i,D){1&i&&A.nrm(0,"mat-progress-bar",34)}function jB(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Channel ID"),A.k0s())}function OB(i,D){if(1&i&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,os,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.channel_id)}}function JB(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Peer Alias"),A.k0s())}function VB(i,D){if(1&i&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,os,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.alias)}}function WB(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Events"),A.k0s())}function KB(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,t.events))}}function XB(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Amount (Sats)"),A.k0s())}function ZB(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.total_amount)/1e3,(null==t?null:t.total_amount)<1e3?"1.0-4":"1.0-0"))}}function qB(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Fee (Sats)"),A.k0s())}function _B(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.total_fee)/1e3,(null==t?null:t.total_fee)<1e3?"1.0-4":"1.0-0"))}}function $B(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No incoming routing peer available."),A.k0s())}function Au(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting incoming routing peers..."),A.k0s())}function tu(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function eu(i,D){if(1&i&&(A.j41(0,"td",41),A.DNE(1,$B,2,0,"p",42)(2,Au,2,0,"p",42)(3,tu,2,1,"p",42),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersIncoming&&t.routingPeersIncoming.data)||(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function nu(i,D){if(1&i&&A.nrm(0,"tr",43),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,Vl,(null==t.routingPeersIncoming?null:t.routingPeersIncoming.data)&&(null==t.routingPeersIncoming||null==t.routingPeersIncoming.data?null:t.routingPeersIncoming.data.length)>0))}}function iu(i,D){1&i&&A.nrm(0,"tr",44)}function ru(i,D){1&i&&A.nrm(0,"tr",45)}function au(i,D){1&i&&A.nrm(0,"mat-progress-bar",34)}function su(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Channel ID"),A.k0s())}function ou(i,D){if(1&i&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,os,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.channel_id)}}function lu(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Peer Alias"),A.k0s())}function cu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"div",37)(2,"span",38),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,os,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.alias)}}function gu(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Events"),A.k0s())}function Bu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.bMT(3,1,t.events))}}function uu(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Amount (Sats)"),A.k0s())}function fu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.total_amount)/1e3,(null==t?null:t.total_amount)<1e3?"1.0-4":"1.0-0"))}}function hu(i,D){1&i&&(A.j41(0,"th",39),A.EFF(1,"Fee (Sats)"),A.k0s())}function Eu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(A.i5U(3,1,(null==t?null:t.total_fee)/1e3,(null==t?null:t.total_fee)<1e3?"1.0-4":"1.0-0"))}}function Cu(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No outgoing routing peer available."),A.k0s())}function wu(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting outgoing routing peers..."),A.k0s())}function du(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function Qu(i,D){if(1&i&&(A.j41(0,"td",41),A.DNE(1,Cu,2,0,"p",42)(2,wu,2,0,"p",42)(3,du,2,1,"p",42),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.routingPeersOutgoing&&t.routingPeersOutgoing.data)||(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function mu(i,D){if(1&i&&A.nrm(0,"tr",43),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,Vl,(null==t.routingPeersOutgoing?null:t.routingPeersOutgoing.data)&&(null==t.routingPeersOutgoing||null==t.routingPeersOutgoing.data?null:t.routingPeersOutgoing.data.length)>0))}}function pu(i,D){1&i&&A.nrm(0,"tr",44)}function Mu(i,D){1&i&&A.nrm(0,"tr",45)}function Iu(i,D){if(1&i&&(A.j41(0,"div",8)(1,"div",9)(2,"div",10)(3,"div",11),A.EFF(4,"Incoming"),A.k0s(),A.nrm(5,"div",12),A.k0s(),A.j41(6,"div",13),A.DNE(7,kB,1,0,"mat-progress-bar",14),A.j41(8,"table",15,0),A.qex(10,16),A.DNE(11,jB,2,0,"th",17)(12,OB,4,4,"td",18),A.bVm(),A.qex(13,19),A.DNE(14,JB,2,0,"th",17)(15,VB,4,4,"td",18),A.bVm(),A.qex(16,20),A.DNE(17,WB,2,0,"th",21)(18,KB,4,3,"td",18),A.bVm(),A.qex(19,22),A.DNE(20,XB,2,0,"th",21)(21,ZB,4,4,"td",18),A.bVm(),A.qex(22,23),A.DNE(23,qB,2,0,"th",21)(24,_B,4,4,"td",18),A.bVm(),A.qex(25,24),A.DNE(26,eu,4,3,"td",25),A.bVm(),A.DNE(27,nu,1,3,"tr",26)(28,iu,1,0,"tr",27)(29,ru,1,0,"tr",28),A.k0s()(),A.nrm(30,"mat-paginator",29,1),A.k0s(),A.j41(32,"div",30)(33,"div",10)(34,"div",11),A.EFF(35,"Outgoing"),A.k0s(),A.nrm(36,"div",12),A.k0s(),A.j41(37,"div",31),A.DNE(38,au,1,0,"mat-progress-bar",14),A.j41(39,"table",32,2),A.qex(41,16),A.DNE(42,su,2,0,"th",17)(43,ou,4,4,"td",18),A.bVm(),A.qex(44,19),A.DNE(45,lu,2,0,"th",17)(46,cu,4,4,"td",18),A.bVm(),A.qex(47,20),A.DNE(48,gu,2,0,"th",21)(49,Bu,4,3,"td",18),A.bVm(),A.qex(50,22),A.DNE(51,uu,2,0,"th",21)(52,fu,4,4,"td",18),A.bVm(),A.qex(53,23),A.DNE(54,hu,2,0,"th",21)(55,Eu,4,4,"td",18),A.bVm(),A.qex(56,33),A.DNE(57,Qu,4,3,"td",25),A.bVm(),A.DNE(58,mu,1,3,"tr",26)(59,pu,1,0,"tr",27)(60,Mu,1,0,"tr",28),A.k0s(),A.nrm(61,"mat-paginator",29,3),A.k0s()()()),2&i){const t=A.XpG();A.R7$(2),A.Y8G("ngClass",A.l_i(22,LB,t.screenSize===t.screenSizeEnum.XS,t.screenSize===t.screenSizeEnum.SM)),A.R7$(5),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.routingPeersIncoming),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(25,PB)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns),A.R7$(),A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS),A.R7$(3),A.Y8G("ngClass",A.eq3(26,zB,t.screenSize!==t.screenSizeEnum.LG)),A.R7$(5),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.routingPeersOutgoing),A.R7$(19),A.Y8G("matFooterRowDef",A.lJ4(28,GB)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns),A.R7$(),A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Du=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.commonService=l,this.store=c,this.camelCaseWithReplace=j,this.eventsData=[],this.selFilter="",this.nodePageDefs=r.Jd,this.selFilterByIn="all",this.selFilterByOut="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"routing_peers",recordsPerPage:r.md,sortBy:"total_fee",sortOrder:r.oi.DESCENDING},this.successfulEvents=[],this.displayedColumns=[],this.routingPeersIncoming=new F.I6([]),this.routingPeersOutgoing=new F.I6([]),this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(t){t.eventsData&&(this.apiCallStatus={status:r.wn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=t.eventsData.currentValue,this.successfulEvents=this.eventsData,t.eventsData.firstChange||this.loadRoutingPeersTable(this.successfulEvents))}ngOnInit(){this.store.pipe((0,Fe.s)(1)).subscribe(t=>{t.cln.apisCallStatus.FetchForwardingHistoryS.status===r.wn.UN_INITIATED&&!t.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,_.uK)({payload:{status:r.xk.SETTLED}}))}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/(2*this.displayedColumns.length)/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.Ie).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.successfulEvents=t.forwardingHistory.listForwards||[],this.successfulEvents.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.successfulEvents),this.logger.info(t))})}ngAfterViewInit(){this.successfulEvents.length>0&&this.loadRoutingPeersTable(this.successfulEvents)}applyIncomingFilter(){this.routingPeersIncoming.filter=this.filterIn.toLowerCase()}applyOutgoingFilter(){this.routingPeersOutgoing.filter=this.filterOut.toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):"all"}setFilterPredicate(){this.routingPeersIncoming.filterPredicate=(t,l)=>JSON.stringify(t).toLowerCase().includes(l),this.routingPeersOutgoing.filterPredicate=(t,l)=>JSON.stringify(t).toLowerCase().includes(l)}loadRoutingPeersTable(t){if(t.length>0){const l=this.groupRoutingPeers(t);this.routingPeersIncoming=new F.I6(l[0]),this.routingPeersIncoming.sort=this.sortIn,this.routingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.routingPeersIncoming),this.routingPeersOutgoing=new F.I6(l[1]),this.routingPeersOutgoing.sort=this.sortOut,this.routingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.routingPeersOutgoing)}else this.routingPeersIncoming=new F.I6([]),this.routingPeersOutgoing=new F.I6([]);this.setFilterPredicate(),this.applyIncomingFilter(),this.applyOutgoingFilter(),this.logger.info(this.routingPeersIncoming),this.logger.info(this.routingPeersOutgoing)}groupRoutingPeers(t){const l=[],c=[];return t.forEach(j=>{const PA=l?.find(an=>an.channel_id===j.in_channel),KA=c?.find(an=>an.channel_id===j.out_channel);PA?(PA.events++,PA.total_amount=+PA.total_amount+ +(j.in_msat||0),PA.total_fee=+(j.in_msat||0)-+(j.out_msat||0)+ +PA.total_fee):l.push({channel_id:j.in_channel,alias:j.in_channel_alias,events:1,total_amount:+(j.in_msat||0),total_fee:+(j.in_msat||0)-+(j.out_msat||0)}),KA?(KA.events++,KA.total_amount=+KA.total_amount+ +(j.out_msat||0),KA.total_fee=+(j.in_msat||0)-+(j.out_msat||0)+ +KA.total_fee):c.push({channel_id:j.out_channel,alias:j.out_channel_alias,events:1,total_amount:+(j.out_msat||0),total_fee:+(j.in_msat||0)-+(j.out_msat||0)})}),[this.commonService.sortDescByKey(l,"total_fee"),this.commonService.sortDescByKey(c,"total_fee")]}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-routing-peers"]],viewQuery:function(l,c){if(1&l&&(A.GBs(bB,5,z.B4),A.GBs(RB,5,z.B4),A.GBs(TB,5),A.GBs(UB,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sortIn=j.first),A.mGM(j=A.lsd())&&(c.sortOut=j.first),A.mGM(j=A.lsd())&&(c.paginatorIn=j.first),A.mGM(j=A.lsd())&&(c.paginatorOut=j.first)}},inputs:{eventsData:"eventsData",selFilter:"selFilter"},features:[A.Jv_([{provide:S.xX,useValue:(0,r.on)("Peers")}]),A.OA$],decls:3,vars:2,consts:[["tableIn",""],["paginatorIn",""],["tableOut",""],["paginatorOut",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch","class","page-sub-title-container mt-2",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between stretch",1,"page-sub-title-container","mt-2"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","channel_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_amount"],["matColumnDef","total_fee"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxFlex","49","fxLayoutAlign","end stretch"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","no_outgoing_event"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){1&l&&(A.j41(0,"div",4),A.DNE(1,HB,2,1,"div",5)(2,Iu,63,29,"div",6),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",""!==c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage))},dependencies:[st.YU,st.bT,st.B3,n.DJ,n.sA,n.UI,I.PW,I.eI,u.HM,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.Ld,st.QX]})}}return i})();const vu=()=>["all"],Fu=i=>({"error-border":i}),yu=()=>["no_channel"],Wl=i=>({width:i}),xu=i=>({"display-none":i});function Yu(i,D){if(1&i&&(A.j41(0,"mat-option",33),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function Su(i,D){1&i&&A.nrm(0,"mat-progress-bar",34)}function Nu(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Amount (Sats)"),A.k0s())}function bu(i,D){if(1&i&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,(null==t?null:t.amount_msat)/1e3,"1.0-2")," ")}}function Ru(i,D){if(1&i&&(A.qex(0),A.DNE(1,bu,3,4,"span",39),A.bVm()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function Tu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",37),A.EFF(2),A.k0s(),A.DNE(3,Ru,2,1,"ng-container",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" Active HTLCs: ",null==t||null==t.htlcs?null:t.htlcs.length," "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Uu(i,D){1&i&&(A.j41(0,"th",35),A.EFF(1,"Alias/Direction"),A.k0s())}function Lu(i,D){if(1&i&&(A.j41(0,"span",37),A.EFF(1),A.nI1(2,"titlecase"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==t?null:t.direction)," ")}}function Pu(i,D){if(1&i&&(A.qex(0),A.DNE(1,Lu,3,3,"span",41),A.bVm()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function zu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",37),A.EFF(2),A.k0s(),A.DNE(3,Pu,2,1,"ng-container",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(null==t?null:t.alias),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Gu(i,D){1&i&&(A.j41(0,"th",42)(1,"span",40),A.EFF(2,"HTLC ID"),A.k0s()())}function Hu(i,D){if(1&i&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.bMT(2,1,null==t?null:t.id)," ")}}function ku(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Hu,3,3,"span",39),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function ju(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,ku,2,1,"span",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(null==t?null:t.id),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Ou(i,D){1&i&&(A.j41(0,"th",42)(1,"span",40),A.EFF(2,"Expiry"),A.k0s()())}function Ju(i,D){if(1&i&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==t?null:t.expiry,"1.0-0")," ")}}function Vu(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Ju,3,4,"span",39),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function Wu(i,D){if(1&i&&(A.j41(0,"td",36)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,Vu,2,1,"span",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function Ku(i,D){1&i&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"State"),A.k0s()())}function Xu(i,D){if(1&i&&(A.j41(0,"span",40),A.EFF(1),A.nI1(2,"camelcaseWithReplace"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",A.i5U(2,1,null==t?null:t.state,"_")," ")}}function Zu(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,Xu,3,4,"span",39),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function qu(i,D){if(1&i&&(A.j41(0,"td",44)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,Zu,2,1,"span",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function _u(i,D){1&i&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"Local Trimmed"),A.k0s()())}function $u(i,D){if(1&i&&(A.j41(0,"span",40),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",null!=t&&t.local_trimmed?"Yes":"No"," ")}}function Af(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,$u,2,1,"span",39),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function tf(i,D){if(1&i&&(A.j41(0,"td",44)(1,"span",40),A.EFF(2),A.k0s(),A.DNE(3,Af,2,1,"span",38),A.k0s()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function ef(i,D){1&i&&(A.j41(0,"th",43)(1,"span",40),A.EFF(2,"Payment Hash"),A.k0s()())}function nf(i,D){if(1&i&&(A.j41(0,"span",48)(1,"span",49),A.EFF(2),A.k0s()()),2&i){const t=D.$implicit,l=A.XpG(3);A.Y8G("ngStyle",A.eq3(2,Wl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.payment_hash)}}function rf(i,D){if(1&i&&(A.j41(0,"span"),A.DNE(1,nf,3,4,"span",47),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function af(i,D){if(1&i&&(A.j41(0,"td",44)(1,"span",45)(2,"span",46),A.EFF(3),A.k0s()(),A.DNE(4,rf,2,1,"span",38),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(3,Wl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(" "),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function sf(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",50)(1,"div",51)(2,"mat-select",52),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",53),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function of(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",58)(1,"button",59),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2).$implicit,PA=A.XpG();return A.Njj(PA.onHTLCClick(c,j))}),A.EFF(2),A.k0s()()}if(2&i){const t=D.index;A.R7$(2),A.SpI("View ",t+1,"")}}function lf(i,D){if(1&i&&(A.j41(0,"div"),A.DNE(1,of,3,1,"div",57),A.k0s()),2&i){const t=A.XpG().$implicit;A.R7$(),A.Y8G("ngForOf",null==t?null:t.htlcs)}}function cf(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",54)(1,"span",55)(2,"button",56),A.bIt("click",function(){const c=A.eBV(t).$implicit;return A.Njj(c.is_expanded=!c.is_expanded)}),A.EFF(3),A.k0s()(),A.DNE(4,lf,2,1,"div",38),A.k0s()}if(2&i){const t=D.$implicit;A.R7$(3),A.JRh(t.is_expanded?"Hide":"Show"),A.R7$(),A.Y8G("ngIf",t.is_expanded)}}function gf(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No active htlc available."),A.k0s())}function Bf(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting active htlcs..."),A.k0s())}function uf(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function ff(i,D){if(1&i&&(A.j41(0,"td",60),A.DNE(1,gf,2,0,"p",38)(2,Bf,2,0,"p",38)(3,uf,2,1,"p",38),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function hf(i,D){if(1&i&&A.nrm(0,"tr",61),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,xu,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Ef(i,D){1&i&&A.nrm(0,"tr",62)}function Cf(i,D){1&i&&A.nrm(0,"tr",63)}let wf=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.commonService=l,this.store=c,this.camelCaseWithReplace=j,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="peers_channels",this.tableSetting={tableId:"active_HTLCs",recordsPerPage:r.md,sortBy:"expiry",sortOrder:r.oi.DESCENDING},this.channels=new F.I6([]),this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.BM).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:"");const l=[...t.activeChannels,...t.pendingChannels,...t.inactiveChannels];this.channelsJSONArr=l?.filter(c=>c.htlcs&&c.htlcs.length>0)||[],this.channelsJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.channelsJSONArr.length>0&&this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(t,l){const c=[[{key:"alias",value:l.alias,title:"Alias",width:100,type:r.UN.STRING}],[{key:"amount_msat",value:(t.amount_msat||0)/1e3,title:"Amount (Sats)",width:50,type:r.UN.NUMBER},{key:"direction",value:this.commonService.titleCase(t.direction||""),title:"Direction",width:50,type:r.UN.STRING}],[{key:"expiry",value:t.expiry,title:"Expiry",width:50,type:r.UN.NUMBER},{key:"state",value:this.camelCaseWithReplace.transform(t.state||"","_"),title:"State",width:50,type:r.UN.STRING}],[{key:"id",value:t.id,title:"HTLC ID",width:50,type:r.UN.STRING},{key:"local_trimmed",value:t.local_trimmed,title:"Local Trimmed",width:50,type:r.UN.BOOLEAN}],[{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:r.UN.STRING}]];this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"HTLC Information",message:c}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column||"","_"):this.commonService.titleCase(t)}setFilterPredicate(){this.channels.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.alias?t.alias.toLowerCase():"")+t.htlcs?.map(j=>JSON.stringify(j).toLowerCase()+(j.local_trimmed?" yes ":" no "));break;case"direction":c=t.htlcs?.map(j=>j.direction+" ").toString()||"";break;case"id":c=t.htlcs?.map(j=>j.id+" ").toString()||"";break;case"expiry":c=t.htlcs?.map(j=>j.expiry+" ").toString()||"";break;case"state":c=t.htlcs?.map(j=>this.camelCaseWithReplace.transform(j.state||"","_").toLowerCase()+" ").toString()||"";break;case"payment_hash":c=t.htlcs?.map(j=>j.payment_hash+" ").toString()||"";break;case"local_trimmed":c=t.htlcs?.map(j=>j.local_trimmed?" yes ":" no ").toString()||"";break;case"amount_msat":c=t.htlcs?.map(j=>(j.amount_msat||0)/1e3)?.toString()||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return c.includes(l)}}loadHTLCsTable(t){this.channels=new F.I6(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(l,c)=>{switch(c){case"amount_msat":return this.commonService.sortByKey(l.htlcs,c,"number",this.sort?.direction),l.htlcs&&l.htlcs.length?l.htlcs.length:null;case"id":case"payment_hash":case"state":return this.commonService.sortByKey(l.htlcs,c,"string",this.sort?.direction),l;case"direction":return this.commonService.sortByKey(l.htlcs,c,"string",this.sort?.direction),l.alias?l.alias:l.id?l.id:null;case"expiry":return this.commonService.sortByKey(l.htlcs,c,"number",this.sort?.direction),l;case"local_trimmed":return this.commonService.sortByKey(l.htlcs,c,"boolean",this.sort?.direction),l;default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.channels.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){return JSON.parse(JSON.stringify(this.channels.data))?.reduce((c,j)=>c.concat(j.htlcs?j.htlcs:j),[])}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-channel-active-htlcs-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("HTLCs")}])],decls:48,vars:18,consts:[["table",""],["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","amount_msat"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","direction"],["matColumnDef","id"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","expiry"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","local_trimmed"],["matColumnDef","payment_hash"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayout","column","fxLayoutAlign","center end",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["fxLayout","row",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],["fxLayoutAlign","end center",1,"ellipsis-child"],["fxLayoutAlign","start center","class","ellipsis-parent htlc-row-span",3,"ngStyle",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"ellipsis-parent","htlc-row-span",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","",1,"px-2"],["fxLayoutAlign","end center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayout","column","fxLayoutAlign","center end",1,"px-2"],["fxLayoutAlign","end center",1,"htlc-group-head"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["class","htlc-group-details","fxLayoutAlign","end center",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-group-details"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2),A.nrm(2,"div",3),A.j41(3,"div",4)(4,"mat-form-field",5)(5,"mat-label"),A.EFF(6,"Filter By"),A.k0s(),A.j41(7,"mat-select",6),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(8,"perfect-scrollbar"),A.DNE(9,Yu,2,2,"mat-option",7),A.k0s()()(),A.j41(10,"mat-form-field",5)(11,"mat-label"),A.EFF(12,"Filter"),A.k0s(),A.j41(13,"input",8),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(14,"div",9),A.DNE(15,Su,1,0,"mat-progress-bar",10),A.j41(16,"table",11,0),A.qex(18,12),A.DNE(19,Nu,2,0,"th",13)(20,Tu,4,2,"td",14),A.bVm(),A.qex(21,15),A.DNE(22,Uu,2,0,"th",13)(23,zu,4,2,"td",14),A.bVm(),A.qex(24,16),A.DNE(25,Gu,3,0,"th",17)(26,ju,4,2,"td",14),A.bVm(),A.qex(27,18),A.DNE(28,Ou,3,0,"th",17)(29,Wu,4,2,"td",14),A.bVm(),A.qex(30,19),A.DNE(31,Ku,3,0,"th",20)(32,qu,4,2,"td",21),A.bVm(),A.qex(33,22),A.DNE(34,_u,3,0,"th",20)(35,tf,4,2,"td",21),A.bVm(),A.qex(36,23),A.DNE(37,ef,3,0,"th",20)(38,af,5,5,"td",21),A.bVm(),A.qex(39,24),A.DNE(40,sf,6,0,"th",25)(41,cf,5,2,"td",26),A.bVm(),A.qex(42,27),A.DNE(43,ff,4,3,"td",28),A.bVm(),A.DNE(44,hf,1,3,"tr",29)(45,Ef,1,0,"tr",30)(46,Cf,1,0,"tr",31),A.k0s()(),A.nrm(47,"mat-paginator",32),A.k0s()}2&l&&(A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(14,vu).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(2),A.Y8G("ngIf",c.apiCallStatus.status===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.channels)("ngClass",A.eq3(15,Fu,""!==c.errorMessage)),A.R7$(28),A.Y8G("matFooterRowDef",A.lJ4(17,yu)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.ZF,cA.Ld,st.QX,st.PV,yA.VD],styles:[".mat-column-amount_msat[_ngcontent-%COMP%] .htlc-row-span[_ngcontent-%COMP%]:not(:first-of-type){padding-left:2rem;padding-right:2rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:3rem}.htlc-row-span.ellipsis-parent[_ngcontent-%COMP%]{display:flex;align-items:center}.mat-column-actions[_ngcontent-%COMP%] .htlc-group-head[_ngcontent-%COMP%], .mat-column-actions[_ngcontent-%COMP%] .htlc-group-details[_ngcontent-%COMP%]{min-height:3rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{min-width:8rem;width:8rem;margin:0}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{min-width:7rem;margin:0}"]})}}return i})();function df(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",8),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.FS9("routerLink",t.link),A.Y8G("active",l.activeLink===t.link),A.R7$(),A.JRh(t.name)}}let Qf=(()=>{class i{constructor(t){this.router=t,this.faChartBar=B.$Fj,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-reports"]],decls:12,vars:3,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Reports"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,df,2,3,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0)(11,"router-outlet"),A.k0s()()()),2&l){const j=A.sdS(10);A.R7$(),A.Y8G("icon",c.faChartBar),A.R7$(6),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,le.n3,le.Wk]})}}return i})();var Kl=Pt(1001),Xl=Pt(6064),Zl=Pt(4655);function mf(i,D){1&i&&(A.j41(0,"div",15),A.nrm(1,"mat-progress-bar",16),A.j41(2,"p"),A.EFF(3,"Getting Forwarding History..."),A.k0s()())}function pf(i,D){if(1&i&&(A.j41(0,"div",17),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.JRh(t.errorMessage)}}function Mf(i,D){if(1&i&&(A.j41(0,"div",18),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=A.XpG();A.Y8G("@fadeIn",t.totalFeeMsat),A.R7$(),A.Lme("",A.i5U(2,3,t.totalFeeMsat/1e3||0,"1.0-2")," Sats/",A.bMT(3,6,t.filteredEventsBySelectedPeriod.length||0)," Events")}}function If(i,D){1&i&&(A.j41(0,"div",15),A.EFF(1,"No routing report for the selected period"),A.k0s())}function Df(i,D){if(1&i&&(A.j41(0,"span")(1,"span",20),A.EFF(2),A.nI1(3,"number"),A.k0s(),A.j41(4,"span",20),A.EFF(5),A.nI1(6,"number"),A.k0s()()),2&i){const t=D.model,l=A.XpG(2);A.R7$(2),A.SpI("Events: ",A.bMT(3,2,(l.selReportBy===l.reportBy.EVENTS?t.value:t.extra.totalEvents)||0),""),A.R7$(3),A.SpI("Fee: ",A.i5U(6,4,(l.selReportBy===l.reportBy.EVENTS?t.extra.totalFees:t.value)||0,"1.0-2"),"")}}function vf(i,D){if(1&i){const t=A.RV6();A.j41(0,"ngx-charts-bar-vertical",19),A.bIt("select",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onChartBarSelected(c))})("mouseup",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onChartMouseUp(c))}),A.DNE(1,Df,7,7,"ng-template",null,0,A.C5r),A.k0s()}if(2&i){const t=A.XpG();A.Y8G("view",t.view)("results",t.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function Ff(i,D){if(1&i&&A.nrm(0,"rtl-cln-forwarding-history",21),2&i){const t=A.XpG();A.Y8G("pageId","reports")("tableId","routing")("eventsData",t.filteredEventsBySelectedPeriod)("selFilter",t.eventFilterValue)}}let yf=(()=>{class i{constructor(t,l,c,j){this.logger=t,this.commonService=l,this.store=c,this.dataService=j,this.reportPeriod=r.rs[0],this.secondsInADay=86400,this.events=[],this.filteredEventsBySelectedPeriod=[],this.eventFilterValue="",this.reportBy=r.aR,this.selReportBy=r.aR.FEES,this.totalFeeMsat=null,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===r.f7.XS||this.screenSize===r.f7.SM),this.store.pipe((0,Fe.s)(1)).subscribe(t=>{t.cln.apisCallStatus.FetchForwardingHistoryS.status===r.wn.UN_INITIATED&&!t.cln.forwardingHistory.listForwards?.length&&this.store.dispatch((0,_.uK)({payload:{status:r.xk.SETTLED}}))}),this.store.select(E.Ie).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{t.forwardingHistory.status===r.xk.SETTLED&&(this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR?this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:"":this.apiCallStatus.status===r.wn.COMPLETED&&(this.events=t.forwardingHistory.listForwards||[],this.filterForwardingEvents(this.startDate,this.endDate)),this.logger.info(t))}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case r.f7.MD:this.screenPaddingX=t.width/10;break;case r.f7.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}filterForwardingEvents(t,l){const c=Math.round(t.getTime()/1e3),j=Math.round(l.getTime()/1e3);this.filteredEventsBySelectedPeriod=[],this.routingReportData=[],this.totalFeeMsat=null,this.events&&this.events.length>0&&(this.events.forEach(PA=>{PA.received_time&&PA.received_time>=c&&PA.received_time0&&"ngx-charts"===t.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(t){this.eventFilterValue=this.reportPeriod===r.rs[1]?t.name+"/"+this.startDate.getFullYear():t.name.toString().padStart(2,"0")+"/"+r.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(t){const l=Math.round(t.getTime()/1e3),c=[];if(this.totalFeeMsat=0,this.reportPeriod===r.rs[1]){for(let j=0;j<12;j++)c.push({name:r.KR[j].name,value:0,extra:{totalEvents:0}});this.filteredEventsBySelectedPeriod?.map(j=>{const PA=j.received_time?new Date(1e3*+j.received_time).getMonth():12;return c[PA].extra.totalEvents=c[PA].extra.totalEvents+1,c[PA].value=c[PA].value+ +(j.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(j.fee_msat||0),this.filteredEventsBySelectedPeriod})}else{for(let j=0;j{const PA=j.received_time?Math.floor((+j.received_time-l)/this.secondsInADay):0;return c[PA].extra.totalEvents=c[PA].extra.totalEvents+1,c[PA].value=c[PA].value+ +(j.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(j.fee_msat||0),this.filteredEventsBySelectedPeriod})}return c}prepareEventsReport(t){const l=Math.round(t.getTime()/1e3),c=[];if(this.totalFeeMsat=0,this.reportPeriod===r.rs[1]){for(let j=0;j<12;j++)c.push({name:r.KR[j].name,value:0,extra:{totalFees:0}});this.filteredEventsBySelectedPeriod?.map(j=>{const PA=j.received_time?new Date(1e3*+j.received_time).getMonth():12;return c[PA].value=c[PA].value+1,c[PA].extra.totalFees=c[PA].extra.totalFees+ +(j.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(j.fee_msat||0),this.filteredEventsBySelectedPeriod})}else{for(let j=0;j{const PA=j.received_time?Math.floor((+j.received_time-l)/this.secondsInADay):0;return c[PA].value=c[PA].value+1,c[PA].extra.totalFees=c[PA].extra.totalFees+ +(j.fee_msat||0)/1e3,this.totalFeeMsat=(this.totalFeeMsat||0)+ +(j.fee_msat||0),this.filteredEventsBySelectedPeriod})}return c}onSelectionChange(t){const l=t.selDate.getMonth(),c=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===r.rs[1]?(this.startDate=new Date(c,0,1,0,0,0),this.endDate=new Date(c,11,31,23,59,59)):(this.startDate=new Date(c,l,1,0,0,0),this.endDate=new Date(c,l,this.getMonthDays(l,c),23,59,59)),this.filterForwardingEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(t,l){return 1===t&&l%4==0?r.KR[t].days+1:r.KR[t].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(we.u))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-routing-report"]],hostBindings:function(l,c){1&l&&A.bIt("mouseup",function(PA){return c.onChartMouseUp(PA)})},decls:19,vars:9,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start center",1,"my-1",3,"ngModelChange","change","ngModel"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1 error-border",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],[3,"pageId","tableId","eventsData","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["mode","indeterminate"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1","error-border"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],[1,"one-color",3,"select","mouseup","view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel"],[1,"tooltip-label"],[3,"pageId","tableId","eventsData","selFilter"]],template:function(l,c){1&l&&(A.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),A.bIt("stepChanged",function(PA){return c.onSelectionChange(PA)}),A.k0s(),A.j41(2,"div",3)(3,"mat-radio-group",4),A.mxI("ngModelChange",function(PA){return A.DH7(c.selReportBy,PA)||(c.selReportBy=PA),PA}),A.bIt("change",function(){return c.onSelReportByChange()}),A.j41(4,"span",5),A.EFF(5,"Report By: "),A.k0s(),A.j41(6,"mat-radio-button",6),A.EFF(7,"Fees"),A.k0s(),A.j41(8,"mat-radio-button",7),A.EFF(9,"Events"),A.k0s()()(),A.j41(10,"div",8),A.DNE(11,mf,4,0,"div",9)(12,pf,2,1,"div",10)(13,Mf,4,8,"div",11)(14,If,2,0,"div",9),A.j41(15,"div",12),A.DNE(16,vf,3,11,"ngx-charts-bar-vertical",13),A.k0s(),A.j41(17,"div",12),A.DNE(18,Ff,1,4,"rtl-cln-forwarding-history",14),A.k0s()()()),2&l&&(A.R7$(3),A.R50("ngModel",c.selReportBy),A.R7$(3),A.FS9("value",c.reportBy.FEES),A.R7$(2),A.FS9("value",c.reportBy.EVENTS),A.R7$(3),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.ERROR),A.R7$(),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.COMPLETED&&c.routingReportData.length>0&&c.filteredEventsBySelectedPeriod.length>0),A.R7$(),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.COMPLETED&&(c.routingReportData.length<=0||c.filteredEventsBySelectedPeriod.length<=0)),A.R7$(2),A.Y8G("ngIf",c.routingReportData.length>0&&c.filteredEventsBySelectedPeriod.length>0),A.R7$(2),A.Y8G("ngIf",c.filteredEventsBySelectedPeriod&&c.filteredEventsBySelectedPeriod.length>0))},dependencies:[st.bT,iA.BC,iA.vS,n.DJ,n.sA,n.UI,u.HM,wn.VT,wn._g,Xl.L8,Zl.m,Ol,st.QX],data:{animation:[Kl.q]}})}}return i})();var xf=Pt(5085);function Yf(i,D){if(1&i&&(A.j41(0,"div",11),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Lme(" Paid ",A.i5U(2,2,t.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",A.bMT(3,5,t.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function Sf(i,D){if(1&i&&(A.j41(0,"div",11),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Lme(" Received ",A.i5U(2,2,t.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",A.bMT(3,5,t.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function Nf(i,D){if(1&i&&(A.j41(0,"div",9),A.DNE(1,Yf,4,7,"div",10)(2,Sf,4,7,"div",10),A.k0s()),2&i){const t=A.XpG();A.Y8G("@fadeIn",t.transactionsReportSummary),A.R7$(),A.Y8G("ngIf",t.transactionsReportSummary.paymentsSelectedPeriod),A.R7$(),A.Y8G("ngIf",t.transactionsReportSummary.invoicesSelectedPeriod)}}function bf(i,D){1&i&&(A.j41(0,"div",12),A.EFF(1,"No transactions report for the selected period"),A.k0s())}function Rf(i,D){if(1&i&&(A.j41(0,"span",14),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=D.model;A.R7$(),A.LHq("",t.name,": ",A.i5U(2,4,t.value||0,"1.0-2"),"/# ","Paid"===t.name?"Payments":"Invoices",": ",A.bMT(3,7,(null==t.extra?null:t.extra.total)||0),"")}}function Tf(i,D){if(1&i){const t=A.RV6();A.j41(0,"ngx-charts-bar-vertical-2d",13),A.bIt("select",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onChartBarSelected(c))})("mouseup",function(c){A.eBV(t);const j=A.XpG();return A.Njj(j.onChartMouseUp(c))}),A.DNE(1,Rf,4,9,"ng-template",null,0,A.C5r),A.k0s()}if(2&i){const t=A.XpG();A.Y8G("view",t.view)("results",t.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",t.reportPeriod===t.scrollRanges[0]?2:4)}}function Uf(i,D){if(1&i&&A.nrm(0,"rtl-transactions-report-table",15),2&i){const t=A.XpG();A.Y8G("displayedColumns",t.displayedColumns)("tableSetting",t.tableSetting)("dataList",t.transactionsNonZeroReportData)("dataRange",t.reportPeriod)("selFilter",t.transactionFilterValue)}}let Lf=(()=>{class i{constructor(t,l,c){this.logger=t,this.commonService=l,this.store=c,this.scrollRanges=r.rs,this.reportPeriod=r.rs[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.colWidth="20rem",this.PAGE_ID="reports",this.tableSetting={tableId:"transactions",recordsPerPage:r.md,sortBy:"date",sortOrder:r.oi.DESCENDING},this.displayedColumns=["date","amount_paid","num_payments","amount_received","num_invoices"],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[],this.transactionsNonZeroReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=r.f7,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===r.f7.XS||this.screenSize===r.f7.SM),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.KT).pipe((0,g.Q)(this.unSubs[1]),(0,f.E)(this.store.select(E.Pj))).subscribe(([t,l])=>{this.payments=t.payments,this.invoices=l.listInvoices.invoices||[],this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()}),this.commonService.containerSizeUpdated.pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{switch(this.screenSize){case r.f7.MD:this.screenPaddingX=t.width/10;break;case r.f7.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(t){this.transactionFilterValue=this.reportPeriod===r.rs[1]?t.series+"/"+this.startDate.getFullYear():t.series.toString().padStart(2,"0")+"/"+r.KR[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(t,l){const c=Math.round(t.getTime()/1e3),j=Math.round(l.getTime()/1e3),PA=[];this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const KA=this.payments?.filter(fe=>"complete"===fe.status&&fe.created_at&&fe.created_at>=c&&fe.created_at"paid"===fe.status&&fe.paid_at&&fe.paid_at>=c&&fe.paid_at{const cn=new Date(1e3*(fe.created_at||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(fe.amount_sent_msat||0),PA[cn].series[0].value=PA[cn].series[0].value+(fe.amount_sent_msat||0)/1e3,PA[cn].series[0].extra.total=PA[cn].series[0].extra.total+1,this.transactionsReportSummary}),an?.map(fe=>{const cn=new Date(1e3*+(fe.paid_at||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(fe.amount_received_msat||0),PA[cn].series[1].value=PA[cn].series[1].value+(fe.amount_received_msat||0)/1e3,PA[cn].series[1].extra.total=PA[cn].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let fe=0;fe{const cn=Math.floor((+(fe.created_at||0)-c)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+(fe.amount_sent_msat||0),PA[cn].series[0].value=PA[cn].series[0].value+(fe.amount_sent_msat||0)/1e3,PA[cn].series[0].extra.total=PA[cn].series[0].extra.total+1,this.transactionsReportSummary}),an?.map(fe=>{const cn=Math.floor((+(fe.paid_at||0)-c)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+(fe.amount_received_msat||0),PA[cn].series[1].value=PA[cn].series[1].value+(fe.amount_received_msat||0)/1e3,PA[cn].series[1].extra.total=PA[cn].series[1].extra.total+1,this.transactionsReportSummary})}return PA}prepareTableData(){return this.transactionsReportData?.reduce((t,l)=>l.series[0].extra.total>0||l.series[1].extra.total>0?t.concat({date:l.date,amount_paid:l.series[0].value,num_payments:l.series[0].extra.total,amount_received:l.series[1].value,num_invoices:l.series[1].extra.total}):t,[])}onSelectionChange(t){const l=t.selDate.getMonth(),c=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===r.rs[1]?(this.startDate=new Date(c,0,1,0,0,0),this.endDate=new Date(c,11,31,23,59,59)):(this.startDate=new Date(c,l,1,0,0,0),this.endDate=new Date(c,l,this.getMonthDays(l,c),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(t,l){return 1===t&&l%4==0?r.KR[t].days+1:r.KR[t].days}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-transactions-report"]],hostBindings:function(l,c){1&l&&A.bIt("mouseup",function(PA){return c.onChartMouseUp(PA)})},decls:9,vars:4,consts:[["tooltipTemplate",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],[1,"mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],[1,"two-color",3,"select","mouseup","view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding"],[1,"tooltip-label"],[3,"displayedColumns","tableSetting","dataList","dataRange","selFilter"]],template:function(l,c){1&l&&(A.j41(0,"div",1)(1,"rtl-horizontal-scroller",2),A.bIt("stepChanged",function(PA){return c.onSelectionChange(PA)}),A.k0s(),A.j41(2,"div",3),A.DNE(3,Nf,3,3,"div",4)(4,bf,2,0,"div",5),A.j41(5,"div",6),A.DNE(6,Tf,3,13,"ngx-charts-bar-vertical-2d",7),A.k0s(),A.j41(7,"div",6),A.DNE(8,Uf,1,5,"rtl-transactions-report-table",8),A.k0s()()()),2&l&&(A.R7$(3),A.Y8G("ngIf",c.transactionsNonZeroReportData.length>0),A.R7$(),A.Y8G("ngIf",c.transactionsNonZeroReportData.length<=0),A.R7$(2),A.Y8G("ngIf",c.transactionsNonZeroReportData.length>0),A.R7$(2),A.Y8G("ngIf",c.transactionsNonZeroReportData.length>0))},dependencies:[st.bT,n.DJ,n.sA,n.UI,Xl.Dl,Zl.m,xf.T,st.QX],data:{animation:[Kl.q]}})}}return i})();var ze=Pt(7186),Pf=Pt(13);function zf(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",9),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.activeLink=c.link)}),A.EFF(1),A.k0s()}if(2&i){const t=D.$implicit,l=A.XpG();A.FS9("routerLink",t.link),A.Y8G("active",l.activeLink===t.link),A.R7$(),A.JRh(t.name)}}let Gf=(()=>{class i{constructor(t){this.router=t,this.faSearch=B.MjD,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new o.B,new o.B,new o.B,new o.B]}ngOnInit(){const t=this.links.find(l=>this.router.url.includes(l.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(l=>l instanceof le.gx)).subscribe({next:l=>{const c=this.links.find(j=>l.urlAfterRedirects.includes(j.link));this.activeLink=c?c.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(le.Ix))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-graph"]],decls:13,vars:3,consts:[["tabPanel",""],["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(l,c){if(1&l&&(A.j41(0,"div",1),A.nrm(1,"fa-icon",2),A.j41(2,"span",3),A.EFF(3,"Graph Lookups"),A.k0s()(),A.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),A.DNE(8,zf,2,3,"div",7),A.k0s(),A.nrm(9,"mat-tab-nav-panel",null,0),A.j41(11,"div",8),A.nrm(12,"router-outlet"),A.k0s()()()()),2&l){const j=A.sdS(10);A.R7$(),A.Y8G("icon",c.faSearch),A.R7$(6),A.Y8G("tabPanel",j),A.R7$(),A.Y8G("ngForOf",c.links)}},dependencies:[st.Sq,Q.aY,n.DJ,n.sA,n.UI,p.RN,p.m2,Y.Bu,Y.hQ,Y.Ql,le.n3,le.Wk]})}}return i})();var Hf=Pt(2643),kf=Pt(7235);function jf(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.offerError)}}function Of(i,D){if(1&i&&(A.j41(0,"div",21),A.nrm(1,"fa-icon",22),A.DNE(2,jf,2,1,"span",23),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.offerError)}}let Jf=(()=>{class i{constructor(t,l,c,j,PA,KA){this.dialogRef=t,this.data=l,this.store=c,this.decimalPipe=j,this.commonService=PA,this.actions=KA,this.faExclamationTriangle=B.zpE,this.description="",this.issuer="",this.offerValueHint="",this.information={},this.pageSize=r.md,this.offerError="",this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.information=t,this.issuer=this.information.alias}),this.actions.pipe((0,g.Q)(this.unSubs[2]),(0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN)).subscribe(t=>{t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&"SaveNewOffer"===t.payload.action&&(t.payload.status===r.wn.ERROR&&(this.offerError=t.payload.message),t.payload.status===r.wn.COMPLETED&&this.dialogRef.close())})}onAddOffer(){this.offerError="";const t=this.offerValue?(1e3*this.offerValue).toString():"any";this.store.dispatch((0,_.y0)({payload:{amount:t,description:this.description,issuer:this.issuer}}))}resetData(){this.description="",this.issuer=this.information.alias,this.offerValue=null,this.offerValueHint="",this.offerError=""}onOfferValueChange(){this.selNode&&this.selNode.settings.fiatConversion&&this.offerValue&&this.offerValue>99&&(this.offerValueHint="",this.commonService.convertCurrency(this.offerValue,r.BQ.SATS,r.BQ.OTHER,this.selNode.settings.currencyUnits&&this.selNode.settings.currencyUnits.length>2?this.selNode.settings.currencyUnits[2]:"",this.selNode.settings.fiatConversion).pipe((0,g.Q)(this.unSubs[3])).subscribe({next:t=>{this.offerValueHint="= "+this.decimalPipe.transform(t.OTHER,r.k.OTHER)+" "+t.unit},error:t=>{this.offerValueHint="Conversion Error: "+t}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(e.il),A.rXU(st.QX),A.rXU(h.h),A.rXU(fA.En))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-create-offer"]],decls:34,vars:8,consts:[["addOfferForm","ngForm"],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","6","fxFlex","5","fxLayoutAlign","center center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","start space-between","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start end"],["matInput","","autoFocus","","tabindex","1","name","description",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","space-between start","fxFlex","100"],["fxLayout","column","fxFlex","40"],["matInput","","type","number","tabindex","2","name","offerValue",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],["fxLayout","column","fxFlex","58","fxLayoutAlign","start end"],["matInput","","tabindex","3","name","issuer",3,"ngModelChange","ngModel"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","5",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),A.EFF(5,"Create Offer"),A.k0s()(),A.j41(6,"button",6),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",7)(9,"form",8,0)(11,"mat-form-field",9)(12,"mat-label"),A.EFF(13,"Description"),A.k0s(),A.j41(14,"input",10),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.description,KA)||(c.description=KA),A.Njj(KA)}),A.k0s()(),A.j41(15,"div",11)(16,"mat-form-field",12)(17,"mat-label"),A.EFF(18,"Amount"),A.k0s(),A.j41(19,"input",13),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.offerValue,KA)||(c.offerValue=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onOfferValueChange())}),A.k0s(),A.j41(20,"span",14),A.EFF(21,"Sats "),A.k0s(),A.j41(22,"mat-hint"),A.EFF(23),A.k0s()(),A.j41(24,"mat-form-field",15)(25,"mat-label"),A.EFF(26,"Issuer"),A.k0s(),A.j41(27,"input",16),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.issuer,KA)||(c.issuer=KA),A.Njj(KA)}),A.k0s()()(),A.DNE(28,Of,3,2,"div",17),A.j41(29,"div",18)(30,"button",19),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(31,"Clear Field"),A.k0s(),A.j41(32,"button",20),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onAddOffer())}),A.EFF(33,"Create Offer"),A.k0s()()()()()()}2&l&&(A.R7$(6),A.Y8G("mat-dialog-close",!1),A.R7$(8),A.R50("ngModel",c.description),A.R7$(5),A.Y8G("step",100)("min",1),A.R50("ngModel",c.offerValue),A.R7$(4),A.JRh(c.offerValueHint),A.R7$(4),A.R50("ngModel",c.issuer),A.R7$(),A.Y8G("ngIf",""!==c.offerError))},dependencies:[st.bT,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.VZ,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,gA.tx,R.$z,p.m2,p.MM,wA.fg,IA.rl,IA.nJ,IA.MV,IA.yw,J.N,BA.V]})}}return i})();var ql=Pt(2142);const Vf=()=>["all"],Wf=i=>({"error-border":i}),Kf=()=>["no_offer"],_l=i=>({"mr-0":i}),$l=i=>({width:i}),Xf=i=>({"display-none":i});function Zf(i,D){if(1&i&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function qf(i,D){1&i&&A.nrm(0,"mat-progress-bar",35)}function _f(i,D){1&i&&A.nrm(0,"th",36)}function $f(i,D){if(1&i&&A.nrm(0,"span",40),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,_l,t.screenSize===t.screenSizeEnum.XS))}}function Ah(i,D){if(1&i&&A.nrm(0,"span",41),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,_l,t.screenSize===t.screenSizeEnum.XS))}}function th(i,D){if(1&i&&(A.j41(0,"td",37),A.DNE(1,$f,1,3,"span",38)(2,Ah,1,3,"span",39),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Y8G("ngIf",t.active),A.R7$(),A.Y8G("ngIf",!t.active)}}function eh(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Offer ID"),A.k0s())}function nh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,$l,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.SpI(" ",t.offer_id," ")}}function ih(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Single Use"),A.k0s())}function rh(i,D){if(1&i&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(t.single_use?"Yes":"No")}}function ah(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Used"),A.k0s())}function sh(i,D){if(1&i&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ",t.used?"Yes":"No"," ")}}function oh(i,D){1&i&&(A.j41(0,"th",42),A.EFF(1,"Invoice"),A.k0s())}function lh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,$l,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.SpI(" ",t.bolt12," ")}}function ch(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",48),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function gh(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",48),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onDisableOffer(c))}),A.EFF(1,"Disable Offer"),A.k0s()}}function Bh(i,D){if(1&i){const t=A.RV6();A.j41(0,"mat-option",48),A.bIt("click",function(){A.eBV(t);const c=A.XpG().$implicit,j=A.XpG();return A.Njj(j.onPrintOffer(c))}),A.EFF(1,"Export QR code"),A.k0s()}}function uh(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",49)(1,"div",46)(2,"mat-select",50),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",48),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onOfferClick(c))}),A.EFF(5,"View Info"),A.k0s(),A.DNE(6,gh,2,0,"mat-option",51)(7,Bh,2,0,"mat-option",51),A.k0s()()()}if(2&i){const t=D.$implicit;A.R7$(6),A.Y8G("ngIf",t.active),A.R7$(),A.Y8G("ngIf",t.active)}}function fh(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No offer available."),A.k0s())}function hh(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting offers..."),A.k0s())}function Eh(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function Ch(i,D){if(1&i&&(A.j41(0,"td",52),A.DNE(1,fh,2,0,"p",53)(2,hh,2,0,"p",53)(3,Eh,2,1,"p",53),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.offers&&t.offers.data)||(null==t.offers||null==t.offers.data?null:t.offers.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.offers&&t.offers.data)||(null==t.offers||null==t.offers.data?null:t.offers.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.offers&&t.offers.data)||(null==t.offers||null==t.offers.data?null:t.offers.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function wh(i,D){if(1&i&&A.nrm(0,"tr",54),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,Xf,(null==t.offers?null:t.offers.data)&&(null==t.offers||null==t.offers.data?null:t.offers.data.length)>0))}}function dh(i,D){1&i&&A.nrm(0,"tr",55)}function Qh(i,D){1&i&&A.nrm(0,"tr",56)}let mh=(()=>{class i{constructor(t,l,c,j,PA,KA,an){this.logger=t,this.store=l,this.commonService=c,this.rtlEffects=j,this.dataService=PA,this.decimalPipe=KA,this.camelCaseWithReplace=an,this.faHistory=B.Int,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"offers",recordsPerPage:r.md,sortBy:"offer_id",sortOrder:r.oi.DESCENDING},this.newlyAddedOfferMemo="",this.newlyAddedOfferValue=0,this.description="",this.offerValue=null,this.offerValueHint="",this.displayedColumns=[],this.offerPaymentReq="",this.offerJSONArr=[],this.information={},this.private=!1,this.expiryStep=100,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(d._c).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(E.mH).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.unshift("active"),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.O5).pipe((0,g.Q)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.offerJSONArr=t.offers||[],this.offerJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offerJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.offerJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offerJSONArr)}openCreateOfferModal(){this.store.dispatch((0,AA.xO)({payload:{data:{pageSize:this.pageSize,component:Jf}}}))}onOfferClick(t){this.store.dispatch((0,AA.xO)({payload:{data:{offer:{used:t.used,single_use:t.single_use,active:t.active,offer_id:t.offer_id,bolt12:t.bolt12,created:t.created,label:t.label},newlyAdded:!1,component:ql.f}}}))}onDisableOffer(t){this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Disable Offer",titleMessage:"Disabling Offer: "+(t.offer_id||t.bolt12),noBtnText:"Cancel",yesBtnText:"Disable"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[4])).subscribe(l=>{l&&this.store.dispatch((0,_.jQ)({payload:{offer_id:t.offer_id}}))})}onPrintOffer(t){this.dataService.decodePayment(t.bolt12,!1).pipe((0,Fe.s)(1)).subscribe(l=>{l.offer_id&&!l.offer_amount_msat&&(l.offer_amount_msat=0);const c={pageSize:"A5",pageOrientation:"portrait",pageMargins:[10,50,10,50],background:{svg:'\n \n \n \n \n \n ',width:249,height:333,absolutePosition:{x:84,y:160}},header:{text:l.offer_issuer||"",alignment:"center",fontSize:25,color:"#272727",margin:[0,20,0,0]},content:[{svg:'',width:249,height:40,alignment:"center"},{text:l.offer_description?l.offer_description.substring(0,160):"",alignment:"center",fontSize:16,color:"#5C5C5C"},{qr:t.bolt12,eccLevel:"M",fit:"227",alignment:"center",absolutePosition:{x:7,y:205}},{text:l?.offer_amount_msat&&0!==l?.offer_amount_msat?this.decimalPipe.transform((l.offer_amount_msat||0)/1e3)+" SATS":"Open amount",fontSize:20,bold:!1,color:"white",alignment:"center",absolutePosition:{x:0,y:430}},{text:"SCAN TO PAY",fontSize:22,bold:!0,color:"white",alignment:"center",absolutePosition:{x:0,y:455}}],footer:{svg:'\n \n \n \n \n ',alignment:"center"}};Hf.createPdf(c,null,null,kf.b.vfs).download("Offer-"+(l&&l.offer_description?l.offer_description:t.bolt12))})}applyFilter(){this.offers.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.offers.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.active?" active":" inactive")+(t.used?" yes":" no")+(t.single_use?" single":" multiple")+JSON.stringify(t).toLowerCase(),("active"===l||"inactive"===l||"single"===l||"multiple"===l)&&(l=" "+l);break;case"active":c=t?.active?"active":"inactive";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"active"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadOffersTable(t){this.offers=new F.I6(t?[...t]:[]),this.offers.sort=this.sort,this.offers.sortingDataAccessor=(l,c)=>l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null,this.offers.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.offers.data&&this.offers.data.length>0&&this.commonService.downloadFile(this.offers.data,"Offers")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(h.h),A.rXU(QA.H),A.rXU(we.u),A.rXU(st.QX),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-offers-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Offers")}])],decls:49,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","active"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","offer_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["matColumnDef","single_use"],["matColumnDef","used"],["matColumnDef","bolt12"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_offer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","matTooltip","Active"],["mat-cell",""],["class","dot green","matTooltip","Active","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Inactive","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1)(1,"div",2)(2,"button",3),A.bIt("click",function(){return A.eBV(j),A.Njj(c.openCreateOfferModal())}),A.EFF(3,"Create Offer"),A.k0s()(),A.j41(4,"div",4)(5,"div",5)(6,"div",6),A.nrm(7,"fa-icon",7),A.j41(8,"span",8),A.EFF(9,"Offers History"),A.k0s()(),A.j41(10,"div",9)(11,"mat-form-field",10)(12,"mat-label"),A.EFF(13,"Filter By"),A.k0s(),A.j41(14,"mat-select",11),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(15,"perfect-scrollbar"),A.DNE(16,Zf,2,2,"mat-option",12),A.k0s()()(),A.j41(17,"mat-form-field",10)(18,"mat-label"),A.EFF(19,"Filter"),A.k0s(),A.j41(20,"input",13),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(21,"div",14),A.DNE(22,qf,1,0,"mat-progress-bar",15),A.j41(23,"table",16,0),A.qex(25,17),A.DNE(26,_f,1,0,"th",18)(27,th,3,2,"td",19),A.bVm(),A.qex(28,20),A.DNE(29,eh,2,0,"th",21)(30,nh,4,4,"td",19),A.bVm(),A.qex(31,22),A.DNE(32,ih,2,0,"th",21)(33,rh,2,1,"td",19),A.bVm(),A.qex(34,23),A.DNE(35,ah,2,0,"th",21)(36,sh,2,1,"td",19),A.bVm(),A.qex(37,24),A.DNE(38,oh,2,0,"th",21)(39,lh,4,4,"td",19),A.bVm(),A.qex(40,25),A.DNE(41,ch,6,0,"th",26)(42,uh,8,2,"td",27),A.bVm(),A.qex(43,28),A.DNE(44,Ch,4,3,"td",29),A.bVm(),A.DNE(45,wh,1,3,"tr",30)(46,dh,1,0,"tr",31)(47,Qh,1,0,"tr",32),A.k0s()(),A.nrm(48,"mat-paginator",33),A.k0s()()}2&l&&(A.R7$(7),A.Y8G("icon",c.faHistory),A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,Vf).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(2),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.offers)("ngClass",A.eq3(16,Wf,""!==c.errorMessage)),A.R7$(22),A.Y8G("matFooterRowDef",A.lJ4(18,Kf)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld],styles:[".mat-column-active[_ngcontent-%COMP%]{max-width:2.2rem;width:2.2rem;text-overflow:unset}"]})}}return i})();const ph=()=>["all"],Mh=i=>({"error-border":i}),Ih=()=>["no_offer"],zl=i=>({width:i}),Dh=i=>({"display-none":i});function vh(i,D){if(1&i&&(A.j41(0,"mat-option",34),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function Fh(i,D){1&i&&A.nrm(0,"mat-progress-bar",35)}function yh(i,D){1&i&&(A.j41(0,"th",36),A.EFF(1,"Updated At"),A.k0s())}function xh(i,D){if(1&i&&(A.j41(0,"td",37),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,t.lastUpdatedAt,"dd/MMM/y HH:mm"))}}function Yh(i,D){1&i&&(A.j41(0,"th",36),A.EFF(1,"Title"),A.k0s())}function Sh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,zl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.title)}}function Nh(i,D){1&i&&(A.j41(0,"th",36),A.EFF(1,"Description"),A.k0s())}function bh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,zl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.description)}}function Rh(i,D){1&i&&(A.j41(0,"th",36),A.EFF(1,"Issuer"),A.k0s())}function Th(i,D){if(1&i&&(A.j41(0,"td",37),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(t.issuer)}}function Uh(i,D){1&i&&(A.j41(0,"th",36),A.EFF(1,"Invoice"),A.k0s())}function Lh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"div",38)(2,"span",39),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,zl,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(t.bolt12)}}function Ph(i,D){1&i&&(A.j41(0,"th",40),A.EFF(1,"Amount (Sats)"),A.k0s())}function zh(i,D){if(1&i&&(A.j41(0,"td",37)(1,"span",41),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.JRh(0===t.amountMSat?"Open":A.bMT(3,1,t.amountMSat/1e3))}}function Gh(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",42)(1,"div",43)(2,"mat-select",44),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",45),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function Hh(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",46)(1,"div",43)(2,"mat-select",47),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",45),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onOfferBookmarkClick(c))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",45),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onRePayOffer(c))}),A.EFF(7,"Pay Again"),A.k0s(),A.j41(8,"mat-option",45),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onDeleteBookmark(c))}),A.EFF(9,"Delete Bookmark"),A.k0s()()()()}}function kh(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No offer bookmarked."),A.k0s())}function jh(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting offer bookmarks..."),A.k0s())}function Oh(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function Jh(i,D){if(1&i&&(A.j41(0,"td",48),A.DNE(1,kh,2,0,"p",49)(2,jh,2,0,"p",49)(3,Oh,2,1,"p",49),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.offersBookmarks&&t.offersBookmarks.data)||(null==t.offersBookmarks||null==t.offersBookmarks.data?null:t.offersBookmarks.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.offersBookmarks&&t.offersBookmarks.data)||(null==t.offersBookmarks||null==t.offersBookmarks.data?null:t.offersBookmarks.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.offersBookmarks&&t.offersBookmarks.data)||(null==t.offersBookmarks||null==t.offersBookmarks.data?null:t.offersBookmarks.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function Vh(i,D){if(1&i&&A.nrm(0,"tr",50),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,Dh,(null==t.offersBookmarks?null:t.offersBookmarks.data)&&(null==t.offersBookmarks||null==t.offersBookmarks.data?null:t.offersBookmarks.data.length)>0))}}function Wh(i,D){1&i&&A.nrm(0,"tr",51)}function Kh(i,D){1&i&&A.nrm(0,"tr",52)}let Xh=(()=>{class i{constructor(t,l,c,j,PA,KA){this.logger=t,this.store=l,this.commonService=c,this.rtlEffects=j,this.datePipe=PA,this.camelCaseWithReplace=KA,this.faHistory=B.Int,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="transactions",this.tableSetting={tableId:"offer_bookmarks",recordsPerPage:r.md,sortBy:"lastUpdatedAt",sortOrder:r.oi.DESCENDING},this.displayedColumns=[],this.offersBookmarks=new F.I6([]),this.offersBookmarksJSONArr=[],this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.selFilter="",this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.ip).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.offersBookmarksJSONArr=t.offersBookmarks||[],this.offersBookmarksJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offersBookmarksJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.offersBookmarksJSONArr&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadOffersTable(this.offersBookmarksJSONArr)}onOfferBookmarkClick(t){this.store.dispatch((0,AA.xO)({payload:{data:{offer:{bolt12:t.bolt12},newlyAdded:!1,component:ql.f}}}))}onDeleteBookmark(t){this.store.dispatch((0,AA.I1)({payload:{data:{type:r.A$.CONFIRM,alertTitle:"Delete Bookmark",titleMessage:"Deleting Bookmark: "+(t.title||t.description),noBtnText:"Cancel",yesBtnText:"Delete"}}})),this.rtlEffects.closeConfirm.pipe((0,g.Q)(this.unSubs[2])).subscribe(l=>{l&&this.store.dispatch((0,_.ED)({payload:{bolt12:t.bolt12}}))})}onRePayOffer(t){this.store.dispatch((0,AA.xO)({payload:{data:{paymentType:r.Y0.OFFER,bolt12:t.bolt12,offerTitle:t.title,component:Jt}}}))}applyFilter(){this.offersBookmarks.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.offersBookmarks.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=JSON.stringify(t).toLowerCase();break;case"lastUpdatedAt":c=this.datePipe.transform(new Date(t.lastUpdatedAt||0),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"amountMSat":c=(t.amountMSat&&0!==t.amountMSat?(t.amountMSat/1e3).toString():"Open")||"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return c.includes(l)}}loadOffersTable(t){this.offersBookmarks=new F.I6(t?[...t]:[]),this.offersBookmarks.sort=this.sort,this.offersBookmarks.sortingDataAccessor=(l,c)=>l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null,this.offersBookmarks.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter()}onDownloadCSV(){this.offersBookmarks.data&&this.offersBookmarks.data.length>0&&this.commonService.downloadFile(this.offersBookmarks.data,"OfferBookmarks")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(h.h),A.rXU(QA.H),A.rXU(st.vh),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-offer-bookmarks-table"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Offer Bookmarks")}])],decls:50,vars:19,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","lastUpdatedAt"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","title"],["matColumnDef","description"],["matColumnDef","issuer"],["matColumnDef","bolt12"],["matColumnDef","amountMSat"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_offer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",1),A.nrm(1,"div",2),A.j41(2,"div",3)(3,"div",4)(4,"div",5),A.nrm(5,"fa-icon",6),A.j41(6,"span",7),A.EFF(7,"Offer Bookmarks"),A.k0s()(),A.j41(8,"div",8)(9,"mat-form-field",9)(10,"mat-label"),A.EFF(11,"Filter By"),A.k0s(),A.j41(12,"mat-select",10),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(13,"perfect-scrollbar"),A.DNE(14,vh,2,2,"mat-option",11),A.k0s()()(),A.j41(15,"mat-form-field",9)(16,"mat-label"),A.EFF(17,"Filter"),A.k0s(),A.j41(18,"input",12),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(19,"div",13),A.DNE(20,Fh,1,0,"mat-progress-bar",14),A.j41(21,"table",15,0),A.qex(23,16),A.DNE(24,yh,2,0,"th",17)(25,xh,3,4,"td",18),A.bVm(),A.qex(26,19),A.DNE(27,Yh,2,0,"th",17)(28,Sh,4,4,"td",18),A.bVm(),A.qex(29,20),A.DNE(30,Nh,2,0,"th",17)(31,bh,4,4,"td",18),A.bVm(),A.qex(32,21),A.DNE(33,Rh,2,0,"th",17)(34,Th,2,1,"td",18),A.bVm(),A.qex(35,22),A.DNE(36,Uh,2,0,"th",17)(37,Lh,4,4,"td",18),A.bVm(),A.qex(38,23),A.DNE(39,Ph,2,0,"th",24)(40,zh,4,3,"td",18),A.bVm(),A.qex(41,25),A.DNE(42,Gh,6,0,"th",26)(43,Hh,10,0,"td",27),A.bVm(),A.qex(44,28),A.DNE(45,Jh,4,3,"td",29),A.bVm(),A.DNE(46,Vh,1,3,"tr",30)(47,Wh,1,0,"tr",31)(48,Kh,1,0,"tr",32),A.k0s()(),A.nrm(49,"mat-paginator",33),A.k0s()()}2&l&&(A.R7$(5),A.Y8G("icon",c.faHistory),A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(15,ph).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(2),A.Y8G("ngIf",(null==c.apiCallStatus?null:c.apiCallStatus.status)===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.offersBookmarks)("ngClass",A.eq3(16,Mh,""!==c.errorMessage)),A.R7$(25),A.Y8G("matFooterRowDef",A.lJ4(18,Ih)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.ZF,cA.Ld,st.QX,st.vh]})}}return i})();const Zh=()=>["all"],qh=()=>["no_event"],Ac=i=>({width:i}),_h=i=>({"display-none":i});function $h(i,D){if(1&i&&(A.j41(0,"div",6),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.JRh(t.errorMessage)}}function AE(i,D){if(1&i&&(A.j41(0,"mat-option",17),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function tE(i,D){if(1&i){const t=A.RV6();A.j41(0,"div",7)(1,"div",8),A.nrm(2,"fa-icon",9),A.j41(3,"span"),A.EFF(4,"Maximum 1,000 local failed transactions only."),A.k0s()(),A.j41(5,"div",10),A.nrm(6,"div",11),A.j41(7,"div",12)(8,"mat-form-field",13)(9,"mat-label"),A.EFF(10,"Filter By"),A.k0s(),A.j41(11,"mat-select",14),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilterBy,c)||(j.selFilterBy=c),A.Njj(c)}),A.bIt("selectionChange",function(){A.eBV(t);const c=A.XpG();return c.selFilter="",A.Njj(c.applyFilter())}),A.j41(12,"perfect-scrollbar"),A.DNE(13,AE,2,2,"mat-option",15),A.k0s()()(),A.j41(14,"mat-form-field",13)(15,"mat-label"),A.EFF(16,"Filter"),A.k0s(),A.j41(17,"input",16),A.mxI("ngModelChange",function(c){A.eBV(t);const j=A.XpG();return A.DH7(j.selFilter,c)||(j.selFilter=c),A.Njj(c)}),A.bIt("input",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())})("keyup",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.applyFilter())}),A.k0s()()()()()}if(2&i){const t=A.XpG();A.R7$(2),A.Y8G("icon",t.faExclamationTriangle),A.R7$(9),A.R50("ngModel",t.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(4,Zh).concat(t.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",t.selFilter)}}function eE(i,D){1&i&&A.nrm(0,"mat-progress-bar",40)}function nE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Received Time"),A.k0s())}function iE(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.received_time),"dd/MMM/y HH:mm"))}}function rE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"In Channel ID"),A.k0s())}function aE(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.in_channel)}}function sE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"In Channel"),A.k0s())}function oE(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ac,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.in_channel_alias)}}function lE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Out Channel ID"),A.k0s())}function cE(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.out_channel)}}function gE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Out Channel"),A.k0s())}function BE(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",43)(2,"span",44),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.Y8G("ngStyle",A.eq3(2,Ac,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.out_channel_alias)}}function uE(i,D){1&i&&(A.j41(0,"th",45),A.EFF(1,"Amount In (Sats)"),A.k0s())}function fE(i,D){if(1&i&&(A.j41(0,"td",42)(1,"span",46),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,(null==t?null:t.in_msat)/1e3,(null==t?null:t.in_msat)<1e3?"1.0-4":"1.0-0")," ")}}function hE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Style"),A.k0s())}function EE(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.style)}}function CE(i,D){1&i&&(A.j41(0,"th",41),A.EFF(1,"Fail Reason"),A.k0s())}function wE(i,D){if(1&i&&(A.j41(0,"td",42),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG(2);A.R7$(),A.JRh(l.CLNFailReason[null==t?null:t.failreason])}}function dE(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",47)(1,"div",48)(2,"mat-select",49),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",50),A.bIt("click",function(){A.eBV(t);const c=A.XpG(2);return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function QE(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",51)(1,"button",52),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG(2);return A.Njj(j.onFailedLocalEventClick(c))}),A.EFF(2,"View Info"),A.k0s()()}}function mE(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No failed transaction available."),A.k0s())}function pE(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting failed transactions..."),A.k0s())}function ME(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(3);A.R7$(),A.JRh(t.errorMessage)}}function IE(i,D){if(1&i&&(A.j41(0,"td",53),A.DNE(1,mE,2,0,"p",54)(2,pE,2,0,"p",54)(3,ME,2,1,"p",54),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.Y8G("ngIf",(!(null!=t.failedLocalForwardingEvents&&t.failedLocalForwardingEvents.data)||(null==t.failedLocalForwardingEvents||null==t.failedLocalForwardingEvents.data?null:t.failedLocalForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.failedLocalForwardingEvents&&t.failedLocalForwardingEvents.data)||(null==t.failedLocalForwardingEvents||null==t.failedLocalForwardingEvents.data?null:t.failedLocalForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.failedLocalForwardingEvents&&t.failedLocalForwardingEvents.data)||(null==t.failedLocalForwardingEvents||null==t.failedLocalForwardingEvents.data?null:t.failedLocalForwardingEvents.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}function DE(i,D){if(1&i&&A.nrm(0,"tr",55),2&i){const t=A.XpG(2);A.Y8G("ngClass",A.eq3(1,_h,(null==t.failedLocalForwardingEvents?null:t.failedLocalForwardingEvents.data)&&(null==t.failedLocalForwardingEvents||null==t.failedLocalForwardingEvents.data?null:t.failedLocalForwardingEvents.data.length)>0))}}function vE(i,D){1&i&&A.nrm(0,"tr",56)}function FE(i,D){1&i&&A.nrm(0,"tr",57)}function yE(i,D){if(1&i&&(A.j41(0,"div",18),A.DNE(1,eE,1,0,"mat-progress-bar",19),A.j41(2,"table",20,0),A.qex(4,21),A.DNE(5,nE,2,0,"th",22)(6,iE,3,4,"td",23),A.bVm(),A.qex(7,24),A.DNE(8,rE,2,0,"th",22)(9,aE,2,1,"td",23),A.bVm(),A.qex(10,25),A.DNE(11,sE,2,0,"th",22)(12,oE,4,4,"td",23),A.bVm(),A.qex(13,26),A.DNE(14,lE,2,0,"th",22)(15,cE,2,1,"td",23),A.bVm(),A.qex(16,27),A.DNE(17,gE,2,0,"th",22)(18,BE,4,4,"td",23),A.bVm(),A.qex(19,28),A.DNE(20,uE,2,0,"th",29)(21,fE,4,4,"td",23),A.bVm(),A.qex(22,30),A.DNE(23,hE,2,0,"th",22)(24,EE,2,1,"td",23),A.bVm(),A.qex(25,31),A.DNE(26,CE,2,0,"th",22)(27,wE,2,1,"td",23),A.bVm(),A.qex(28,32),A.DNE(29,dE,6,0,"th",33)(30,QE,3,0,"td",34),A.bVm(),A.qex(31,35),A.DNE(32,IE,4,3,"td",36),A.bVm(),A.DNE(33,DE,1,3,"tr",37)(34,vE,1,0,"tr",38)(35,FE,1,0,"tr",39),A.k0s()()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",t.tableSetting.sortBy)("matSortDirection",t.tableSetting.sortOrder)("dataSource",t.failedLocalForwardingEvents),A.R7$(31),A.Y8G("matFooterRowDef",A.lJ4(7,qh)),A.R7$(),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)}}function xE(i,D){if(1&i&&A.nrm(0,"mat-paginator",58),2&i){const t=A.XpG();A.Y8G("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let YE=(()=>{class i{constructor(t,l,c,j,PA){this.logger=t,this.commonService=l,this.store=c,this.datePipe=j,this.camelCaseWithReplace=PA,this.faExclamationTriangle=B.zpE,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="routing",this.tableSetting={tableId:"local_failed",recordsPerPage:r.md,sortBy:"received_time",sortOrder:r.oi.DESCENDING},this.CLNFailReason=r.iI,this.failedLocalEvents=[],this.errorMessage="",this.displayedColumns=[],this.failedLocalForwardingEvents=new F.I6([]),this.selFilter="",this.totalLocalFailedTransactions=0,this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.apiCallStatus=null,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,_.uK)({payload:{status:r.xk.LOCAL_FAILED}})),this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),this.store.select(E.aJ).pipe((0,g.Q)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalLocalFailedTransactions=t.localFailedForwardingHistory.totalForwards||0,this.failedLocalEvents=t.localFailedForwardingHistory.listForwards||[],this.failedLocalEvents&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadLocalfailedLocalEventsTable(this.failedLocalEvents),this.logger.info(t)})}ngAfterViewInit(){this.failedLocalEvents.length>0&&this.loadLocalfailedLocalEventsTable(this.failedLocalEvents)}onFailedLocalEventClick(t){this.store.dispatch((0,AA.xO)({payload:{data:{type:r.A$.INFORMATION,alertTitle:"Local Failed Event Information",message:[[{key:"received_time",value:t.received_time,title:"Received Time",width:50,type:r.UN.DATE_TIME},{key:"in_channel_alias",value:t.in_channel_alias,title:"Inbound Channel",width:50,type:r.UN.STRING}],[{key:"in_msatoshi",value:t.in_msat,title:"Amount In (mSats)",width:100,type:r.UN.NUMBER}],[{key:"failreason",value:t.failreason?this.CLNFailReason[t.failreason]:"",title:"Reason for Failure",width:100,type:r.UN.STRING}]]}}}))}applyFilter(){this.failedLocalForwardingEvents.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column,"_"):this.commonService.titleCase(t)}setFilterPredicate(){this.failedLocalForwardingEvents.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.received_time?this.datePipe.transform(new Date(1e3*t.received_time),"dd/MMM/y HH:mm")?.toLowerCase():"")+(t.in_channel_alias?t.in_channel_alias.toLowerCase():"")+(t.failreason&&this.CLNFailReason[t.failreason]?this.CLNFailReason[t.failreason].toLowerCase():"")+(t.in_msat?t.in_msat:"");break;case"received_time":c=this.datePipe.transform(new Date(1e3*(t.received_time||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"in_msatoshi":c=(+(t.in_msat||0)/1e3).toString()||"";break;case"failreason":c=t?.failreason?this.CLNFailReason[t?.failreason]:"";break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return"failreason"===this.selFilterBy?0===c.indexOf(l):c.includes(l)}}loadLocalfailedLocalEventsTable(t){this.failedLocalForwardingEvents=new F.I6([...t]),this.failedLocalForwardingEvents.sort=this.sort,this.failedLocalForwardingEvents.sortingDataAccessor=(l,c)=>{switch(c){case"in_msatoshi":return l.in_msat;case"failreason":return l.failreason?this.CLNFailReason[l.failreason]:"";default:return l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null}},this.failedLocalForwardingEvents.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.failedLocalForwardingEvents)}onDownloadCSV(){this.failedLocalForwardingEvents&&this.failedLocalForwardingEvents.data&&this.failedLocalForwardingEvents.data.length>0&&this.commonService.downloadFile(this.failedLocalForwardingEvents.data,"Local-failed-transactions")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(h.h),A.rXU(e.il),A.rXU(st.vh),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-local-failed-history"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Local failed events")}])],decls:5,vars:4,consts:[["table",""],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-warn","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],[3,"value"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"matSortActive","matSortDirection","dataSource"],["matColumnDef","received_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","in_channel"],["matColumnDef","in_channel_alias"],["matColumnDef","out_channel"],["matColumnDef","out_channel_alias"],["matColumnDef","in_msatoshi"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","style"],["matColumnDef","failreason"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(l,c){1&l&&(A.j41(0,"div",1),A.DNE(1,$h,2,1,"div",2)(2,tE,18,5,"div",3)(3,yE,36,8,"div",4)(4,xE,1,3,"mat-paginator",5),A.k0s()),2&l&&(A.R7$(),A.Y8G("ngIf",""!==c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage),A.R7$(),A.Y8G("ngIf",""===c.errorMessage))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.me,iA.BC,iA.vS,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,R.$z,wA.fg,IA.rl,IA.nJ,u.HM,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,S.iy,cA.ZF,cA.Ld,st.QX,st.vh]})}}return i})();const SE=["form"];function NE(i,D){1&i&&A.eu8(0)}function bE(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Requested amount is required."),A.k0s())}function RE(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Fee rate is required."),A.k0s())}function TE(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Local amount is required."),A.k0s())}function UE(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Local amount must be greater than or equal to 20,000 Sats. It's required to cover the channel force close fee, if needed."),A.k0s())}function LE(i,D){if(1&i&&(A.j41(0,"mat-error"),A.EFF(1),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.SpI("Local amount must be less than or equal to ",t.totalBalance,".")}}function PE(i,D){if(1&i&&(A.j41(0,"span"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.channelConnectionError)}}function zE(i,D){if(1&i&&(A.j41(0,"div",27),A.nrm(1,"fa-icon",28),A.DNE(2,PE,2,1,"span",19),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("icon",t.faExclamationTriangle),A.R7$(),A.Y8G("ngIf",""!==t.channelConnectionError)}}function GE(i,D){1&i&&(A.j41(0,"th",47),A.EFF(1,"Type"),A.k0s())}function HE(i,D){if(1&i&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.type)}}function kE(i,D){1&i&&(A.j41(0,"th",47),A.EFF(1,"Address"),A.k0s())}function jE(i,D){if(1&i&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.address)}}function OE(i,D){1&i&&(A.j41(0,"th",47),A.EFF(1,"Port"),A.k0s())}function JE(i,D){if(1&i&&(A.j41(0,"td",48),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t?null:t.port)}}function VE(i,D){1&i&&A.nrm(0,"tr",49)}function WE(i,D){1&i&&A.nrm(0,"tr",50)}function KE(i,D){if(1&i&&(A.j41(0,"mat-expansion-panel",30)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),A.EFF(4,"Node: \xa0"),A.k0s(),A.j41(5,"strong",31),A.EFF(6),A.k0s()()(),A.j41(7,"div",13)(8,"div",6)(9,"div",7)(10,"h4",32),A.EFF(11,"Pubkey"),A.k0s(),A.j41(12,"span",33),A.EFF(13),A.k0s()()(),A.nrm(14,"mat-divider",34),A.j41(15,"div",6)(16,"div",7)(17,"h4",32),A.EFF(18,"Last Timestamp"),A.k0s(),A.j41(19,"span",35),A.EFF(20),A.nI1(21,"date"),A.k0s()()(),A.nrm(22,"mat-divider",34),A.j41(23,"div",36)(24,"h4",37),A.EFF(25,"Addresses"),A.k0s(),A.j41(26,"div",38)(27,"table",39,5),A.qex(29,40),A.DNE(30,GE,2,0,"th",41)(31,HE,2,1,"td",42),A.bVm(),A.qex(32,43),A.DNE(33,kE,2,0,"th",41)(34,jE,2,1,"td",42),A.bVm(),A.qex(35,44),A.DNE(36,OE,2,0,"th",41)(37,JE,2,1,"td",42),A.bVm(),A.DNE(38,VE,1,0,"tr",45)(39,WE,1,0,"tr",46),A.k0s()()()()()),2&i){const t=A.XpG(2);A.R7$(6),A.JRh((null==t.node?null:t.node.alias)||(null==t.node?null:t.node.nodeid)),A.R7$(7),A.JRh(t.node.nodeid),A.R7$(7),A.JRh(A.i5U(21,6,1e3*t.node.last_timestamp,"dd/MMM/y HH:mm")),A.R7$(7),A.Y8G("dataSource",t.node.addresses),A.R7$(11),A.Y8G("matHeaderRowDef",t.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",t.displayedColumns)}}function XE(i,D){if(1&i&&A.DNE(0,KE,40,9,"mat-expansion-panel",29),2&i){const t=A.XpG();A.Y8G("ngIf",t.node)}}let ZE=(()=>{class i{constructor(t,l,c,j){this.dialogRef=t,this.data=l,this.actions=c,this.store=j,this.faExclamationTriangle=B.zpE,this.totalBalance=0,this.node={},this.requestedAmount=0,this.feeRate=0,this.localAmount=0,this.channelConnectionError="",this.displayedColumns=["type","address","port"],this.unSubs=[new o.B,new o.B]}ngOnInit(){this.alertTitle=this.data.alertTitle||"",this.totalBalance=this.data.message?.balance||0,this.node=this.data.message?.node||{},this.requestedAmount=this.data.message?.requestedAmount||0,this.feeRate=this.data.message?.feeRate||0,this.localAmount=this.data.message?.localAmount||0,this.actions.pipe((0,g.Q)(this.unSubs[0]),(0,v.p)(t=>t.type===r.TC.UPDATE_API_CALL_STATUS_CLN||t.type===r.TC.FETCH_CHANNELS_CLN)).subscribe(t=>{t.type===r.TC.UPDATE_API_CALL_STATUS_CLN&&t.payload.status===r.wn.ERROR&&"SaveNewChannel"===t.payload.action&&(this.channelConnectionError=t.payload.message),t.type===r.TC.FETCH_CHANNELS_CLN&&this.dialogRef.close()})}onClose(){this.dialogRef.close(!1)}resetData(){this.form.resetForm(),this.form.controls.ramount.setValue(this.data.message?.requestedAmount),this.form.controls.feerate.setValue(this.data.message?.feeRate),this.form.controls.lamount.setValue(this.data.message?.localAmount),this.calculateFee(),this.channelConnectionError=""}calculateFee(){this.node.channel_opening_fee=+(this.node.option_will_fund?.lease_fee_base_msat||0)/1e3+this.requestedAmount*+(this.node.option_will_fund?.lease_fee_basis||0)/1e4+ +(this.node.option_will_fund?.funding_weight||0)/4*this.feeRate}onOpenChannel(){if(!this.node||!this.node.option_will_fund||!this.requestedAmount||!this.feeRate||!this.localAmount||this.localAmount<2e4)return!0;const t={peerId:this.node.nodeid||"",amount:this.localAmount.toString(),feeRate:this.feeRate+"perkb",requestAmount:this.requestedAmount.toString(),compactLease:this.node.option_will_fund.compact_lease,announce:!0};this.store.dispatch((0,_.vL)({payload:t}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(gA.CP),A.rXU(gA.Vh),A.rXU(fA.En),A.rXU(e.il))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-open-liquidity-channel"]],viewQuery:function(l,c){if(1&l&&A.GBs(SE,7),2&l){let j;A.mGM(j=A.lsd())&&(c.form=j.first)}},decls:54,vars:24,consts:[["form","ngForm"],["ramount","ngModel"],["feeRt","ngModel"],["lamount","ngModel"],["nodeDetailsExpansionBlock",""],["table",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","6","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[4,"ngTemplateOutlet"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-sm","space-between center","fxLayout.gt-sm","row wrap"],["fxLayout","column","fxFlex","30","fxLayoutAlign","start end"],["autoFocus","","matInput","","type","number","tabindex","1","required","","name","ramount",3,"ngModelChange","keyup","step","min","ngModel"],["matSuffix",""],[4,"ngIf"],["matInput","","type","number","tabindex","2","required","","name","feerate",3,"ngModelChange","keyup","step","min","ngModel"],["matInput","","type","number","tabindex","3","required","","name","lamount",3,"ngModelChange","step","min","max","ngModel"],["fxFlex","100",1,"alert","alert-info","mt-4"],["fxFlex","100","class","alert alert-danger mt-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","4",1,"mr-1",3,"click"],["autoFocus","","mat-button","","color","primary","tabindex","5",3,"click"],["fxFlex","100",1,"alert","alert-danger","mt-2"],[1,"mr-1","alert-icon",3,"icon"],["class","flat-expansion-panel mt-1 mb-2","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","mt-1","mb-2"],[1,"font-weight-900"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","100",1,"font-bold-500","mb-1"],[1,"table-container"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["matColumnDef","type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","address"],["matColumnDef","port"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",6)(1,"div",7)(2,"mat-card-header",8)(3,"div",9)(4,"span",10),A.EFF(5),A.k0s()(),A.j41(6,"button",11),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onClose())}),A.EFF(7,"X"),A.k0s()(),A.j41(8,"mat-card-content",12)(9,"form",13,0),A.DNE(11,NE,1,0,"ng-container",14),A.j41(12,"div",15)(13,"mat-form-field",16)(14,"mat-label"),A.EFF(15,"Requested Amount"),A.k0s(),A.j41(16,"input",17,1),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.requestedAmount,KA)||(c.requestedAmount=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.calculateFee())}),A.k0s(),A.j41(18,"span",18),A.EFF(19," Sats "),A.k0s(),A.DNE(20,bE,2,0,"mat-error",19),A.k0s(),A.j41(21,"mat-form-field",16)(22,"mat-label"),A.EFF(23,"Fee Rate"),A.k0s(),A.j41(24,"input",20,2),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.feeRate,KA)||(c.feeRate=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.calculateFee())}),A.k0s(),A.j41(26,"span",18),A.EFF(27," Sats/vByte "),A.k0s(),A.DNE(28,RE,2,0,"mat-error",19),A.k0s(),A.j41(29,"mat-form-field",16)(30,"mat-label"),A.EFF(31,"Local Amount"),A.k0s(),A.j41(32,"input",21,3),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.localAmount,KA)||(c.localAmount=KA),A.Njj(KA)}),A.k0s(),A.j41(34,"mat-hint"),A.EFF(35),A.nI1(36,"number"),A.k0s(),A.j41(37,"span",18),A.EFF(38," Sats "),A.k0s(),A.DNE(39,TE,2,0,"mat-error",19)(40,UE,2,0,"mat-error",19)(41,LE,2,1,"mat-error",19),A.k0s()(),A.j41(42,"div",22)(43,"span"),A.EFF(44),A.nI1(45,"number"),A.k0s()(),A.DNE(46,zE,3,2,"div",23),A.j41(47,"div",24)(48,"button",25),A.bIt("click",function(){return A.eBV(j),A.Njj(c.resetData())}),A.EFF(49,"Clear"),A.k0s(),A.j41(50,"button",26),A.bIt("click",function(){return A.eBV(j),A.Njj(c.onOpenChannel())}),A.EFF(51,"Execute"),A.k0s()()()()()(),A.DNE(52,XE,1,1,"ng-template",null,4,A.C5r)}if(2&l){const j=A.sdS(17),PA=A.sdS(25),KA=A.sdS(33),an=A.sdS(53);A.R7$(5),A.JRh(c.alertTitle),A.R7$(6),A.Y8G("ngTemplateOutlet",an),A.R7$(5),A.Y8G("step",1e4)("min",0),A.R50("ngModel",c.requestedAmount),A.R7$(4),A.Y8G("ngIf",null==j.errors?null:j.errors.required),A.R7$(4),A.Y8G("step",10)("min",0),A.R50("ngModel",c.feeRate),A.R7$(4),A.Y8G("ngIf",null==PA.errors?null:PA.errors.required),A.R7$(4),A.Y8G("step",1e4)("min",2e4)("max",c.totalBalance),A.R50("ngModel",c.localAmount),A.R7$(3),A.SpI("Remaining: ",A.bMT(36,20,c.totalBalance-(c.localAmount?c.localAmount:0)),""),A.R7$(4),A.Y8G("ngIf",null==KA.errors?null:KA.errors.required),A.R7$(),A.Y8G("ngIf",null==KA.errors?null:KA.errors.min),A.R7$(),A.Y8G("ngIf",null==KA.errors?null:KA.errors.max),A.R7$(3),A.SpI("Total cost to lease ",A.bMT(45,22,c.node.channel_opening_fee)," (Sats)"),A.R7$(2),A.Y8G("ngIf",""!==c.channelConnectionError)}},dependencies:[st.bT,st.T3,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.VZ,iA.zX,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,R.$z,p.m2,p.MM,bn.GK,bn.Z2,bn.WN,wA.fg,IA.rl,IA.nJ,IA.MV,IA.TL,IA.yw,ai.q,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.KS,F.$R,F.YZ,F.NB,J.N,Ai.z,BA.V,st.QX,st.vh],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]})}}return i})();var qE=Pt(8852);const _E=()=>["all"],$E=i=>({"error-border":i}),AC=()=>["no_lqNode"],tc=i=>({width:i}),tC=i=>({"display-none":i});function eC(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Channel amount is required."),A.k0s())}function nC(i,D){1&i&&(A.j41(0,"mat-error"),A.EFF(1,"Channel opening fee rate is required."),A.k0s())}function iC(i,D){if(1&i&&(A.j41(0,"mat-option",49),A.EFF(1),A.k0s()),2&i){const t=D.$implicit,l=A.XpG();A.Y8G("value",t),A.R7$(),A.JRh(l.getLabel(t))}}function rC(i,D){1&i&&A.nrm(0,"mat-progress-bar",50)}function aC(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Alias"),A.k0s())}function sC(i,D){if(1&i&&(A.j41(0,"mat-chip",57),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.SpI(" ","tor"===t?"Tor":"ipv"===t?"Clearnet":t," ")}}function oC(i,D){if(1&i&&(A.j41(0,"td",52)(1,"div",53)(2,"span",54),A.EFF(3),A.j41(4,"mat-chip-list",55),A.DNE(5,sC,2,1,"mat-chip",56),A.k0s()()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(3,tc,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.SpI(" ",null==t?null:t.alias," "),A.R7$(2),A.Y8G("ngForOf",t.address_types)}}function lC(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Node ID"),A.k0s())}function cC(i,D){if(1&i&&(A.j41(0,"td",52)(1,"div",53)(2,"span",58),A.EFF(3),A.k0s()()()),2&i){const t=D.$implicit,l=A.XpG();A.R7$(),A.Y8G("ngStyle",A.eq3(2,tc,l.screenSize===l.screenSizeEnum.XS?"6rem":l.colWidth)),A.R7$(2),A.JRh(null==t?null:t.nodeid)}}function gC(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Last Announcement At"),A.k0s())}function BC(i,D){if(1&i&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"date"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(A.i5U(2,1,1e3*(null==t?null:t.last_timestamp),"dd/MMM/y HH:mm")||"-")}}function uC(i,D){1&i&&(A.j41(0,"th",51),A.EFF(1,"Compact Lease"),A.k0s())}function fC(i,D){if(1&i&&(A.j41(0,"td",52),A.EFF(1),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.JRh(null==t||null==t.option_will_fund?null:t.option_will_fund.compact_lease)}}function hC(i,D){1&i&&(A.j41(0,"th",59),A.EFF(1," Lease Fee"),A.k0s())}function EC(i,D){if(1&i&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Lme(" ",A.i5U(2,2,(null==t||null==t.option_will_fund?null:t.option_will_fund.lease_fee_base_msat)/1e3,"1.0-0")," Sats + ",A.i5U(3,5,(null==t||null==t.option_will_fund?null:t.option_will_fund.lease_fee_basis)/100,"1.2-2"),"% ")}}function CC(i,D){1&i&&(A.j41(0,"th",59),A.EFF(1," Routing Fee"),A.k0s())}function wC(i,D){if(1&i&&(A.j41(0,"td",52),A.EFF(1),A.nI1(2,"number"),A.nI1(3,"number"),A.k0s()),2&i){const t=D.$implicit;A.R7$(),A.Lme(" ",A.i5U(2,2,(null==t||null==t.option_will_fund?null:t.option_will_fund.channel_fee_max_base_msat)/1e3,"1.0-0")," Sats + ",A.i5U(3,5,1e3*(null==t||null==t.option_will_fund?null:t.option_will_fund.channel_fee_max_proportional_thousandths),"1.0-0")," ppm ")}}function dC(i,D){1&i&&(A.j41(0,"th",60),A.EFF(1,"Channel Opening Fee (Sats)"),A.k0s())}function QC(i,D){if(1&i&&(A.j41(0,"td",52)(1,"span",61),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,t.channel_opening_fee,"1.0-0")," ")}}function mC(i,D){1&i&&(A.j41(0,"th",60),A.EFF(1,"Funding Weight"),A.k0s())}function pC(i,D){if(1&i&&(A.j41(0,"td",52)(1,"span",61),A.EFF(2),A.nI1(3,"number"),A.k0s()()),2&i){const t=D.$implicit;A.R7$(2),A.SpI(" ",A.i5U(3,1,null==t||null==t.option_will_fund?null:t.option_will_fund.funding_weight,"1.0-0")," ")}}function MC(i,D){if(1&i){const t=A.RV6();A.j41(0,"th",59)(1,"div",62)(2,"mat-select",63),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",64),A.bIt("click",function(){A.eBV(t);const c=A.XpG();return A.Njj(c.onDownloadCSV())}),A.EFF(5,"Download CSV"),A.k0s()()()()}}function IC(i,D){if(1&i){const t=A.RV6();A.j41(0,"td",65)(1,"div",62)(2,"mat-select",63),A.nrm(3,"mat-select-trigger"),A.j41(4,"mat-option",64),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onViewLeaseInfo(c))}),A.EFF(5,"View Info"),A.k0s(),A.j41(6,"mat-option",64),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.onOpenChannel(c))}),A.EFF(7,"Open Channel"),A.k0s(),A.j41(8,"mat-option",64),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.viewLeaseOn(c,"LN"))}),A.EFF(9,"View on Lnrouter"),A.k0s(),A.j41(10,"mat-option",64),A.bIt("click",function(){const c=A.eBV(t).$implicit,j=A.XpG();return A.Njj(j.viewLeaseOn(c,"AM"))}),A.EFF(11,"View on Amboss"),A.k0s()()()()}}function DC(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"No node with liquidity."),A.k0s())}function vC(i,D){1&i&&(A.j41(0,"p"),A.EFF(1,"Getting nodes with liquidity..."),A.k0s())}function FC(i,D){if(1&i&&(A.j41(0,"p"),A.EFF(1),A.k0s()),2&i){const t=A.XpG(2);A.R7$(),A.JRh(t.errorMessage)}}function yC(i,D){if(1&i&&(A.j41(0,"td",66),A.DNE(1,DC,2,0,"p",17)(2,vC,2,0,"p",17)(3,FC,2,1,"p",17),A.k0s()),2&i){const t=A.XpG();A.R7$(),A.Y8G("ngIf",(!(null!=t.liquidityNodes&&t.liquidityNodes.data)||(null==t.liquidityNodes||null==t.liquidityNodes.data?null:t.liquidityNodes.data.length)<1)&&t.listNodesCallStatus===t.apiCallStatusEnum.COMPLETED),A.R7$(),A.Y8G("ngIf",(!(null!=t.liquidityNodes&&t.liquidityNodes.data)||(null==t.liquidityNodes||null==t.liquidityNodes.data?null:t.liquidityNodes.data.length)<1)&&t.listNodesCallStatus===t.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("ngIf",(!(null!=t.liquidityNodes&&t.liquidityNodes.data)||(null==t.liquidityNodes||null==t.liquidityNodes.data?null:t.liquidityNodes.data.length)<1)&&t.listNodesCallStatus===t.apiCallStatusEnum.ERROR)}}function xC(i,D){if(1&i&&A.nrm(0,"tr",67),2&i){const t=A.XpG();A.Y8G("ngClass",A.eq3(1,tC,(null==t.liquidityNodes?null:t.liquidityNodes.data)&&(null==t.liquidityNodes||null==t.liquidityNodes.data?null:t.liquidityNodes.data.length)>0))}}function YC(i,D){1&i&&A.nrm(0,"tr",68)}function SC(i,D){1&i&&A.nrm(0,"tr",69)}let NC=(()=>{class i{constructor(t,l,c,j,PA,KA,an){this.logger=t,this.store=l,this.dataService=c,this.commonService=j,this.rtlEffects=PA,this.datePipe=KA,this.camelCaseWithReplace=an,this.nodePageDefs=r.Jd,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="liquidity_ads",this.tableSetting={tableId:"liquidity_ads",recordsPerPage:r.md,sortBy:"channel_opening_fee",sortOrder:r.oi.ASCENDING},this.askTooltipMsg="",this.nodesTooltipMsg="",this.displayedColumns=[],this.faBullhorn=B.e4L,this.faExclamationTriangle=B.zpE,this.faUsers=B.gdJ,this.totalBalance=0,this.channelAmount=1e5,this.channel_opening_feeRate=10,this.node_capacity=5e5,this.channel_count=5,this.liquidityNodesData=[],this.liquidityNodes=new F.I6([]),this.pageSize=r.md,this.pageSizeOptions=r.xp,this.screenSize="",this.screenSizeEnum=r.f7,this.errorMessage="",this.selFilter="",this.listNodesCallStatus=r.wn.INITIATED,this.apiCallStatusEnum=r.wn,this.unSubs=[new o.B,new o.B,new o.B,new o.B,new o.B,new o.B],this.askTooltipMsg="Specify the liquidity requirements for your node: \n 1. Channel Amount - Amount in Sats you need on the channel opened to your node \n 2. Channel opening fee rate - Rate in Sats/vByte that you are willing to pay to open the channel to you",this.nodesTooltipMsg="These nodes are advertising their liquidity offering on the network.\nYou should pay attention to the following aspects to evaluate each node offer: \n- The total bitcoin deployed on the node, the more the better\n",this.nodesTooltipMsg=this.nodesTooltipMsg+"- The number of channels open on the node, the more the better\n- The channel open fee which the node will charge from you\n- The routing fee which the node will charge on the payments, the lesser the better\n- The reliability of the node, ideally uptime. Refer to the information being provided by the node explorers",this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(E.av).pipe((0,g.Q)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",t.apiCallStatus.status===r.wn.ERROR&&(this.errorMessage=t.apiCallStatus.message||""),this.tableSetting=t.pageSettings.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId)||r.mu.find(l=>l.pageId===this.PAGE_ID)?.tables.find(l=>l.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===r.f7.XS||this.screenSize===r.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:r.md,this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)}),(0,zr.z)([this.store.select(E.kQ),this.dataService.listNetworkNodes({liquidity_ads:!0})]).pipe((0,g.Q)(this.unSubs[1])).subscribe({next:([t,l])=>{this.information=t.information,this.totalBalance=t.balance.totalBalance||0,this.logger.info(t),l&&!l.length&&(l=[]),this.logger.info("Received Liquidity Ads Enabled Nodes: "+JSON.stringify(l)),this.listNodesCallStatus=r.wn.COMPLETED,l.forEach(c=>{c.address_types=Array.from(new Set(c.addresses?.reduce((PA,KA)=>((KA.type?.includes("ipv")||KA.type?.includes("tor"))&&PA.push(KA.type?.substring(0,3)),PA),[])))}),this.liquidityNodesData=l.filter(c=>c.nodeid!==this.information.id),this.onCalculateOpeningFee(),this.loadLiqNodesTable(this.liquidityNodesData)},error:t=>{this.logger.error("Liquidity Ads Nodes Error: "+JSON.stringify(t)),this.listNodesCallStatus=r.wn.ERROR,this.errorMessage=JSON.stringify(t)}})}onCalculateOpeningFee(){this.liquidityNodesData.forEach(t=>{t.option_will_fund&&(t.channel_opening_fee=+(t.option_will_fund.lease_fee_base_msat||0)/1e3+this.channelAmount*+(t.option_will_fund.lease_fee_basis||0)/1e4+ +(t.option_will_fund.funding_weight||0)/4*this.channel_opening_feeRate)}),this.paginator&&this.paginator.firstPage()}onFilter(){}applyFilter(){this.liquidityNodes.filter=this.selFilter.trim().toLowerCase()}getLabel(t){const l=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(c=>c.column===t);return l?l.label?l.label:this.camelCaseWithReplace.transform(l.column||"","_"):this.commonService.titleCase(t)}setFilterPredicate(){this.liquidityNodes.filterPredicate=(t,l)=>{let c="";switch(this.selFilterBy){case"all":c=(t.alias?t.alias.toLocaleLowerCase():"")+(t.channel_opening_fee?t.channel_opening_fee+" Sats":"")+(t.option_will_fund?.lease_fee_base_msat?t.option_will_fund?.lease_fee_base_msat/1e3+" Sats":"")+(t.option_will_fund?.lease_fee_basis?t.option_will_fund?.lease_fee_basis/100+"%":"")+(t.option_will_fund?.channel_fee_max_base_msat?t.option_will_fund?.channel_fee_max_base_msat/1e3+" Sats":"")+(t.option_will_fund?.channel_fee_max_proportional_thousandths?1e3*t.option_will_fund?.channel_fee_max_proportional_thousandths+" ppm":"")+(t.address_types?t.address_types.reduce((j,PA)=>j+("tor"===PA?" tor":"ipv"===PA?" clearnet":" "+PA.toLowerCase()),""):"");break;case"alias":c=(t?.alias?.toLowerCase()||" ")+t?.address_types?.reduce((j,PA)=>j+(PA?"ipv"===PA?"clearnet":PA:"")," ")||"";break;case"last_timestamp":c=this.datePipe.transform(new Date(1e3*(t.last_timestamp||0)),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;case"compact_lease":c=t?.option_will_fund?.compact_lease?.toLowerCase()||"";break;case"lease_fee":c=((t.option_will_fund?.lease_fee_base_msat||0)/1e3+" sats "||0)+((t.option_will_fund?.lease_fee_basis||0)/100+"%")||0;break;case"routing_fee":c=((t.option_will_fund?.channel_fee_max_base_msat||0)/1e3+" sats "||0)+(1e3*(t.option_will_fund?.channel_fee_max_proportional_thousandths||0)+" ppm")||0;break;default:c=typeof t[this.selFilterBy]>"u"?"":"string"==typeof t[this.selFilterBy]?t[this.selFilterBy].toLowerCase():"boolean"==typeof t[this.selFilterBy]?t[this.selFilterBy]?"yes":"no":t[this.selFilterBy].toString()}return c.includes(l)}}loadLiqNodesTable(t){this.liquidityNodes=new F.I6([...t]),this.liquidityNodes.sort=this.sort,this.liquidityNodes.sortingDataAccessor=(l,c)=>l[c]&&isNaN(l[c])?l[c].toLocaleLowerCase():l[c]?+l[c]:null,this.setFilterPredicate(),this.applyFilter(),this.liquidityNodes.paginator=this.paginator}viewLeaseOn(t,l){"LN"===l?window.open("https://lnrouter.app/node/"+t.nodeid,"_blank"):"AM"===l&&window.open("https://amboss.space/node/"+t.nodeid,"_blank")}onOpenChannel(t){this.store.dispatch((0,AA.xO)({payload:{data:{alertTitle:"Open Channel",message:{node:t,balance:this.totalBalance,requestedAmount:this.channelAmount,feeRate:this.channel_opening_feeRate,localAmount:2e4},component:ZE}}}))}onViewLeaseInfo(t){const l=t.addresses?.reduce((PA,KA)=>(KA.address&&KA.address.length>40&&(KA.address=KA.address.substring(0,39)+"..."),PA.concat(JSON.stringify(KA).replace("{","").replace("}","").replace(/:/g,": ").replace(/,/g,"        ").replace(/"/g,""))),[]),c=[];if(t.features&&""!==t.features.trim()){const PA=parseInt(t.features,16);r.TH.forEach(KA=>{PA&1<{PA&&this.onOpenChannel(t)})}onDownloadCSV(){this.liquidityNodes.data&&this.liquidityNodes.data.length>0&&this.commonService.downloadFile(this.liquidityNodes.data,"LiquidityNodes")}onFilterReset(){this.node_capacity=0,this.channel_count=0}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}static{this.\u0275fac=function(l){return new(l||i)(A.rXU(C.gP),A.rXU(e.il),A.rXU(we.u),A.rXU(h.h),A.rXU(QA.H),A.rXU(st.vh),A.rXU(yA.VD))}}static{this.\u0275cmp=A.VBU({type:i,selectors:[["rtl-cln-liquidity-ads-list"]],viewQuery:function(l,c){if(1&l&&(A.GBs(z.B4,5),A.GBs(S.iy,5)),2&l){let j;A.mGM(j=A.lsd())&&(c.sort=j.first),A.mGM(j=A.lsd())&&(c.paginator=j.first)}},features:[A.Jv_([{provide:$.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:S.xX,useValue:(0,r.on)("Liquidity Ads")}])],decls:83,vars:26,consts:[["formAsk","ngForm"],["table",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],[1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex.gt-xs","100","fxLayout","row",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","30"],[1,"page-text"],["matTooltipPosition","above","matTooltipClass","pre-wrap",1,"info-icon","info-icon-primary",3,"matTooltip"],["fxLayout","column","fxFlex","34"],["autoFocus","","matInput","","name","channelAmount","tabindex","1","type","number","step","10000","required","",3,"ngModelChange","keyup","ngModel"],[4,"ngIf"],["matInput","","name","channel_opening_feeRate","type","number","step","10","tabindex","2","required","",3,"ngModelChange","keyup","ngModel"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","column","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","nodeid"],["matColumnDef","last_timestamp"],["matColumnDef","compact_lease"],["matColumnDef","lease_fee"],["mat-header-cell","",4,"matHeaderCellDef"],["matColumnDef","routing_fee"],["matColumnDef","channel_opening_fee"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","funding_weight"],["matColumnDef","actions"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_lqNode"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],["fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center",1,"ellipsis-child"],["aria-label","Address Types",1,"ml-half"],["color","primary","selected","",4,"ngFor","ngForOf"],["color","primary","selected",""],[1,"ellipsis-child"],["mat-header-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(l,c){if(1&l){const j=A.RV6();A.j41(0,"div",2),A.nrm(1,"fa-icon",3),A.j41(2,"span",4),A.EFF(3,"Liquidity Ads"),A.k0s()(),A.j41(4,"div",5)(5,"mat-card")(6,"mat-card-content",6)(7,"div",7)(8,"form",8,0)(10,"div",9),A.nrm(11,"fa-icon",10),A.j41(12,"span"),A.EFF(13,"Ads should be supplemented with additional research of the node, before buying liquidity."),A.k0s()(),A.j41(14,"div",11)(15,"div",12)(16,"span",13),A.EFF(17,"Liquidity Ask"),A.k0s(),A.j41(18,"mat-icon",14),A.EFF(19,"info_outline"),A.k0s()(),A.j41(20,"mat-form-field",15)(21,"mat-label"),A.EFF(22,"Channel Amount (Sats)"),A.k0s(),A.j41(23,"input",16),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.channelAmount,KA)||(c.channelAmount=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onCalculateOpeningFee())}),A.k0s(),A.DNE(24,eC,2,0,"mat-error",17),A.k0s(),A.j41(25,"mat-form-field",15)(26,"mat-label"),A.EFF(27,"Channel Opening Fee Rate (Sats/vByte)"),A.k0s(),A.j41(28,"input",18),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.channel_opening_feeRate,KA)||(c.channel_opening_feeRate=KA),A.Njj(KA)}),A.bIt("keyup",function(){return A.eBV(j),A.Njj(c.onCalculateOpeningFee())}),A.k0s(),A.DNE(29,nC,2,0,"mat-error",17),A.k0s()()(),A.j41(30,"div",19)(31,"div",20),A.nrm(32,"fa-icon",3),A.j41(33,"span",4),A.EFF(34,"Liquidity Providing Peers"),A.k0s()(),A.j41(35,"div",21)(36,"mat-form-field",22)(37,"mat-label"),A.EFF(38,"Filter By"),A.k0s(),A.j41(39,"mat-select",23),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilterBy,KA)||(c.selFilterBy=KA),A.Njj(KA)}),A.bIt("selectionChange",function(){return A.eBV(j),c.selFilter="",A.Njj(c.applyFilter())}),A.j41(40,"perfect-scrollbar"),A.DNE(41,iC,2,2,"mat-option",24),A.k0s()()(),A.j41(42,"mat-form-field",22)(43,"mat-label"),A.EFF(44,"Filter"),A.k0s(),A.j41(45,"input",25),A.mxI("ngModelChange",function(KA){return A.eBV(j),A.DH7(c.selFilter,KA)||(c.selFilter=KA),A.Njj(KA)}),A.bIt("input",function(){return A.eBV(j),A.Njj(c.applyFilter())})("keyup",function(){return A.eBV(j),A.Njj(c.applyFilter())}),A.k0s()()()(),A.j41(46,"div",26),A.DNE(47,rC,1,0,"mat-progress-bar",27),A.j41(48,"table",28,1),A.qex(50,29),A.DNE(51,aC,2,0,"th",30)(52,oC,6,5,"td",31),A.bVm(),A.qex(53,32),A.DNE(54,lC,2,0,"th",30)(55,cC,4,4,"td",31),A.bVm(),A.qex(56,33),A.DNE(57,gC,2,0,"th",30)(58,BC,3,4,"td",31),A.bVm(),A.qex(59,34),A.DNE(60,uC,2,0,"th",30)(61,fC,2,1,"td",31),A.bVm(),A.qex(62,35),A.DNE(63,hC,2,0,"th",36)(64,EC,4,8,"td",31),A.bVm(),A.qex(65,37),A.DNE(66,CC,2,0,"th",36)(67,wC,4,8,"td",31),A.bVm(),A.qex(68,38),A.DNE(69,dC,2,0,"th",39)(70,QC,4,4,"td",31),A.bVm(),A.qex(71,40),A.DNE(72,mC,2,0,"th",39)(73,pC,4,4,"td",31),A.bVm(),A.qex(74,41),A.DNE(75,MC,6,0,"th",36)(76,IC,12,0,"td",42),A.bVm(),A.qex(77,43),A.DNE(78,yC,4,3,"td",44),A.bVm(),A.DNE(79,xC,1,3,"tr",45)(80,YC,1,0,"tr",46)(81,SC,1,0,"tr",47),A.k0s()(),A.nrm(82,"mat-paginator",48),A.k0s()()()()}2&l&&(A.R7$(),A.Y8G("icon",c.faBullhorn),A.R7$(10),A.Y8G("icon",c.faExclamationTriangle),A.R7$(7),A.Y8G("matTooltip",c.askTooltipMsg),A.R7$(5),A.R50("ngModel",c.channelAmount),A.R7$(),A.Y8G("ngIf",!c.channelAmount),A.R7$(4),A.R50("ngModel",c.channel_opening_feeRate),A.R7$(),A.Y8G("ngIf",!c.channel_opening_feeRate),A.R7$(3),A.Y8G("icon",c.faUsers),A.R7$(7),A.R50("ngModel",c.selFilterBy),A.R7$(2),A.Y8G("ngForOf",A.lJ4(22,_E).concat(c.displayedColumns.slice(0,-1))),A.R7$(4),A.R50("ngModel",c.selFilter),A.R7$(2),A.Y8G("ngIf",c.listNodesCallStatus===c.apiCallStatusEnum.INITIATED),A.R7$(),A.Y8G("matSortActive",c.tableSetting.sortBy)("matSortDirection",c.tableSetting.sortOrder)("dataSource",c.liquidityNodes)("ngClass",A.eq3(23,$E,""!==c.errorMessage)),A.R7$(31),A.Y8G("matFooterRowDef",A.lJ4(25,AC)),A.R7$(),A.Y8G("matHeaderRowDef",c.displayedColumns),A.R7$(),A.Y8G("matRowDefColumns",c.displayedColumns),A.R7$(),A.Y8G("pageSize",c.pageSize)("pageSizeOptions",c.pageSizeOptions)("showFirstLastButtons",c.screenSize!==c.screenSizeEnum.XS))},dependencies:[st.YU,st.Sq,st.bT,st.B3,iA.qT,iA.me,iA.Q0,iA.BC,iA.cb,iA.YS,iA.vS,iA.cV,Q.aY,n.DJ,n.sA,n.UI,I.PW,I.eI,p.RN,p.m2,y.An,wA.fg,IA.rl,IA.nJ,IA.TL,u.HM,qE.Jl,$.VO,$.$2,FA.wT,z.B4,z.aE,F.Zl,F.tL,F.ji,F.cC,F.YV,F.iL,F.Zq,F.xW,F.KS,F.$R,F.Qo,F.YZ,F.NB,F.iF,HA.oV,S.iy,cA.ZF,cA.Ld,J.N,st.QX,st.vh]})}}return i})();const bC=[{path:"",component:s,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:lo,canActivate:[(0,ze.Wz)()]},{path:"onchain",component:qo,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:V0,canActivate:[(0,ze.Wz)()]},{path:"send/:selTab",component:$r,data:{sweepAll:!1},canActivate:[(0,ze.Wz)()]},{path:"sweep/:selTab",component:$r,data:{sweepAll:!0},canActivate:[(0,ze.Wz)()]}]},{path:"connections",component:A0,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:gl,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:_t,canActivate:[(0,ze.Wz)()]},{path:"pending",component:as,canActivate:[(0,ze.Wz)()]},{path:"activehtlcs",component:wf,canActivate:[(0,ze.Wz)()]}]},{path:"peers",component:xc,data:{sweepAll:!1},canActivate:[(0,ze.Wz)()]}]},{path:"liquidityads",component:NC,canActivate:[(0,ze.Wz)()]},{path:"transactions",component:e0,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:ga,canActivate:[(0,ze.Wz)()]},{path:"invoices",component:Ue,canActivate:[(0,ze.Wz)()]},{path:"offers",component:mh,canActivate:[(0,ze.Wz)()]},{path:"offrBookmarks",component:Xh,canActivate:[(0,ze.Wz)()]}]},{path:"messages",component:j0,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:$c,canActivate:[(0,ze.Wz)()]},{path:"verify",component:sg,canActivate:[(0,ze.Wz)()]}]},{path:"routing",component:Jr,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:Ol,canActivate:[(0,ze.Wz)()]},{path:"failedtransactions",component:NB,canActivate:[(0,ze.Wz)()]},{path:"localfail",component:YE,canActivate:[(0,ze.Wz)()]},{path:"routingpeers",component:Du,canActivate:[(0,ze.Wz)()]}]},{path:"reports",component:Qf,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:yf,canActivate:[(0,ze.Wz)()]},{path:"transactions",component:Lf,canActivate:[(0,ze.Wz)()]}]},{path:"graph",component:Gf,canActivate:[(0,ze.Wz)()],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:La,canActivate:[(0,ze.Wz)()]},{path:"queryroutes",component:qc,canActivate:[(0,ze.Wz)()]}]},{path:"rates",component:H0,canActivate:[(0,ze.Wz)()]},{path:"**",component:Pf.X},{path:"network",redirectTo:"rates"},{path:"wallet",redirectTo:"home"},{path:"backup",redirectTo:"home"}]}],RC=le.iI.forChild(bC);var TC=Pt(9029);let UC=(()=>{class i{static{this.\u0275fac=function(l){return new(l||i)}}static{this.\u0275mod=A.$C({type:i,bootstrap:[s]})}static{this.\u0275inj=A.G2t({imports:[st.MD,TC.G,RC]})}}return i})()},2643:function(Gl){typeof self<"u"&&self,Gl.exports=function(){var Nr={41783:function(b,A){"use strict";A.OP=0,A.CL=1,A.CP=2,A.QU=3,A.GL=4,A.NS=5,A.EX=6,A.SY=7,A.IS=8,A.PR=9,A.PO=10,A.NU=11,A.AL=12,A.HL=13,A.ID=14,A.IN=15,A.HY=16,A.BA=17,A.BB=18,A.B2=19,A.ZW=20,A.CM=21,A.WJ=22,A.H2=23,A.H3=24,A.JL=25,A.JV=26,A.JT=27,A.RI=28,A.EB=29,A.EM=30,A.ZWJ=31,A.CB=32,A.AI=33,A.BK=34,A.CJ=35,A.CR=36,A.LF=37,A.NL=38,A.SA=39,A.SG=40,A.SP=41,A.XX=42},98282:function(b,A){"use strict";A.DI_BRK=0,A.IN_BRK=1,A.CI_BRK=2,A.CP_BRK=3,A.PR_BRK=4,A.pairTable=[[4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3,4,4,4,4,4,4,4,4,4,4,4],[0,4,4,1,1,4,4,4,4,1,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,4,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[4,4,4,1,1,1,4,4,4,1,1,1,1,1,1,1,1,1,1,1,4,2,4,1,1,1,1,1,1,1,1,1,1],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,1,1,1,1,1,1,4,2,4,1,1,1,1,1,1,1,1,1,1],[0,4,4,1,1,1,4,4,4,0,0,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,0,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,0,1,0,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,0,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,0,0,1,1,1,1,1,1,1,0,0,4,2,4,1,1,1,1,1,0,1,1,1,0],[1,4,4,1,1,1,4,4,4,0,0,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,0,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,0,1,4,4,4,0,0,1,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,0,1,4,4,4,0,0,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,1,1,1,1,1,1,4,2,4,1,1,1,1,1,1,1,1,1,0],[0,4,4,1,1,1,4,4,4,0,0,0,0,0,0,1,1,1,0,4,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,1,1,1,1,1,1,4,2,4,1,1,1,1,1,1,1,1,1,1],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,1,1,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,1,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,1,1,1,1,0,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,1,1,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,1,0,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,0,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,1,0,0,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,1,1,0],[0,4,4,1,1,1,4,4,4,0,1,0,0,0,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[1,4,4,1,1,1,4,4,4,1,1,1,1,1,0,1,1,1,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0],[0,4,4,1,1,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,4,2,4,0,0,0,0,0,0,0,0,1,0]]},57013:function(b,A,n){"use strict";n(18756),A.EncodeStream=n(16176),A.DecodeStream=n(78984),A.Array=n(38637),A.LazyArray=n(88687),A.Bitfield=n(72959),A.Boolean=n(64888),A.Buffer=n(77324),A.Enum=n(71499),A.Optional=n(72526),A.Reserved=n(10298),A.String=n(36291),A.Struct=n(2731),A.VersionedStruct=n(48084);var u=n(76949),a=n(63787),s=n(41545);Object.assign(A,u,a,s)},38637:function(b,A,n){"use strict";function u(B,r){var d=typeof Symbol<"u"&&B[Symbol.iterator]||B["@@iterator"];if(d)return(d=d.call(B)).next.bind(d);if(Array.isArray(B)||(d=function a(B,r){if(B){if("string"==typeof B)return s(B,r);var d=Object.prototype.toString.call(B).slice(8,-1);if("Object"===d&&B.constructor&&(d=B.constructor.name),"Map"===d||"Set"===d)return Array.from(B);if("Arguments"===d||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(d))return s(B,r)}}(B))||r&&B&&"number"==typeof B.length){d&&(B=d);var E=0;return function(){return E>=B.length?{done:!0}:{done:!1,value:B[E++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(B,r){(null==r||r>B.length)&&(r=B.length);for(var d=0,E=new Array(r);dthis.buffer.length)return this.flush()},C.flush=function(){if(this.bufferOffset>0)return this.push(u.from(this.buffer.slice(0,this.bufferOffset))),this.bufferOffset=0},C.writeBuffer=function(h){return this.flush(),this.push(h),this.pos+=h.length},C.writeString=function(h,Q){switch(void 0===Q&&(Q="ascii"),Q){case"utf16le":case"ucs2":case"utf8":case"ascii":return this.writeBuffer(u.from(h,Q));case"utf16be":for(var I=u.from(h,"utf16le"),R=0,p=I.length-1;R>>16&255,this.buffer[this.bufferOffset++]=h>>>8&255,this.buffer[this.bufferOffset++]=255&h,this.pos+=3},C.writeUInt24LE=function(h){return this.ensure(3),this.buffer[this.bufferOffset++]=255&h,this.buffer[this.bufferOffset++]=h>>>8&255,this.buffer[this.bufferOffset++]=h>>>16&255,this.pos+=3},C.writeInt24BE=function(h){return this.writeUInt24BE(h>=0?h:h+16777215+1)},C.writeInt24LE=function(h){return this.writeUInt24LE(h>=0?h:h+16777215+1)},C.fill=function(h,Q){if(Q=this.length)){if(null==this.items[h]){var Q=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.ctx)*h,this.items[h]=this.type.decode(this.stream,this.ctx),this.stream.pos=Q}return this.items[h]}},C.toArray=function(){for(var h=[],Q=0,I=this.length;Q>1),(C=f.call(this,"Int"+r,d)||this)._point=1<E)throw new RangeError('The value "'+Z+'" is invalid for option "size"');var k=new Uint8Array(Z);return Object.setPrototypeOf(k,h.prototype),k}function h(Z,k,U){if("number"==typeof Z){if("string"==typeof k)throw new TypeError('The "string" argument must be of type string. Received type number');return p(Z)}return Q(Z,k,U)}function Q(Z,k,U){if("string"==typeof Z)return function m(Z,k){if(("string"!=typeof k||""===k)&&(k="utf8"),!h.isEncoding(k))throw new TypeError("Unknown encoding: "+k);var U=0|F(Z,k),hA=e(U),q=hA.write(Z,k);return q!==U&&(hA=hA.slice(0,q)),hA}(Z,k);if(ArrayBuffer.isView(Z))return function x(Z){if(ht(Z,Uint8Array)){var k=new Uint8Array(Z);return Y(k.buffer,k.byteOffset,k.byteLength)}return y(Z)}(Z);if(null==Z)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Z);if(ht(Z,ArrayBuffer)||Z&&ht(Z.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(ht(Z,SharedArrayBuffer)||Z&&ht(Z.buffer,SharedArrayBuffer)))return Y(Z,k,U);if("number"==typeof Z)throw new TypeError('The "value" argument must not be of type number. Received type number');var hA=Z.valueOf&&Z.valueOf();if(null!=hA&&hA!==Z)return h.from(hA,k,U);var q=function v(Z){if(h.isBuffer(Z)){var k=0|S(Z.length),U=e(k);return 0===U.length||Z.copy(U,0,0,k),U}return void 0!==Z.length?"number"!=typeof Z.length||vt(Z.length)?e(0):y(Z):"Buffer"===Z.type&&Array.isArray(Z.data)?y(Z.data):void 0}(Z);if(q)return q;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof Z[Symbol.toPrimitive])return h.from(Z[Symbol.toPrimitive]("string"),k,U);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Z)}function I(Z){if("number"!=typeof Z)throw new TypeError('"size" argument must be of type number');if(Z<0)throw new RangeError('The value "'+Z+'" is invalid for option "size"')}function p(Z){return I(Z),e(Z<0?0:0|S(Z))}function y(Z){for(var k=Z.length<0?0:0|S(Z.length),U=e(k),hA=0;hA=E)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+E.toString(16)+" bytes");return 0|Z}function F(Z,k){if(h.isBuffer(Z))return Z.length;if(ArrayBuffer.isView(Z)||ht(Z,ArrayBuffer))return Z.byteLength;if("string"!=typeof Z)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Z);var U=Z.length,hA=arguments.length>2&&!0===arguments[2];if(!hA&&0===U)return 0;for(var q=!1;;)switch(k){case"ascii":case"latin1":case"binary":return U;case"utf8":case"utf-8":return pt(Z).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*U;case"hex":return U>>>1;case"base64":return _A(Z).length;default:if(q)return hA?-1:pt(Z).length;k=(""+k).toLowerCase(),q=!0}}function $(Z,k,U){var hA=!1;if((void 0===k||k<0)&&(k=0),k>this.length||((void 0===U||U>this.length)&&(U=this.length),U<=0)||(U>>>=0)<=(k>>>=0))return"";for(Z||(Z="utf8");;)switch(Z){case"hex":return xA(this,k,U);case"utf8":case"utf-8":return J(this,k,U);case"ascii":return eA(this,k,U);case"latin1":case"binary":return EA(this,k,U);case"base64":return HA(this,k,U);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return OA(this,k,U);default:if(hA)throw new TypeError("Unknown encoding: "+Z);Z=(Z+"").toLowerCase(),hA=!0}}function gA(Z,k,U){var hA=Z[k];Z[k]=Z[U],Z[U]=hA}function _(Z,k,U,hA,q){if(0===Z.length)return-1;if("string"==typeof U?(hA=U,U=0):U>2147483647?U=2147483647:U<-2147483648&&(U=-2147483648),vt(U=+U)&&(U=q?0:Z.length-1),U<0&&(U=Z.length+U),U>=Z.length){if(q)return-1;U=Z.length-1}else if(U<0){if(!q)return-1;U=0}if("string"==typeof k&&(k=h.from(k,hA)),h.isBuffer(k))return 0===k.length?-1:fA(Z,k,U,hA,q);if("number"==typeof k)return k&=255,"function"==typeof Uint8Array.prototype.indexOf?q?Uint8Array.prototype.indexOf.call(Z,k,U):Uint8Array.prototype.lastIndexOf.call(Z,k,U):fA(Z,[k],U,hA,q);throw new TypeError("val must be string, number or Buffer")}function fA(Z,k,U,hA,q){var nt,GA=1,At=Z.length,O=k.length;if(void 0!==hA&&("ucs2"===(hA=String(hA).toLowerCase())||"ucs-2"===hA||"utf16le"===hA||"utf-16le"===hA)){if(Z.length<2||k.length<2)return-1;GA=2,At/=2,O/=2,U/=2}function qA(Tt,yt){return 1===GA?Tt[yt]:Tt.readUInt16BE(yt*GA)}if(q){var MA=-1;for(nt=U;ntAt&&(U=At-O),nt=U;nt>=0;nt--){for(var jA=!0,ot=0;otq&&(hA=q):hA=q;var At,GA=k.length;for(hA>GA/2&&(hA=GA/2),At=0;At>8,GA.push(U%256),GA.push(hA);return GA}(k,Z.length-U),Z,U,hA)}function HA(Z,k,U){return B.fromByteArray(0===k&&U===Z.length?Z:Z.slice(k,U))}function J(Z,k,U){U=Math.min(Z.length,U);for(var hA=[],q=k;q239?4:GA>223?3:GA>191?2:1;if(q+O<=U){var qA=void 0,nt=void 0,MA=void 0,jA=void 0;switch(O){case 1:GA<128&&(At=GA);break;case 2:128==(192&(qA=Z[q+1]))&&(jA=(31&GA)<<6|63&qA)>127&&(At=jA);break;case 3:nt=Z[q+2],128==(192&(qA=Z[q+1]))&&128==(192&nt)&&(jA=(15&GA)<<12|(63&qA)<<6|63&nt)>2047&&(jA<55296||jA>57343)&&(At=jA);break;case 4:nt=Z[q+2],MA=Z[q+3],128==(192&(qA=Z[q+1]))&&128==(192&nt)&&128==(192&MA)&&(jA=(15&GA)<<18|(63&qA)<<12|(63&nt)<<6|63&MA)>65535&&jA<1114112&&(At=jA)}}null===At?(At=65533,O=1):At>65535&&(hA.push((At-=65536)>>>10&1023|55296),At=56320|1023&At),hA.push(At),q+=O}return function aA(Z){var k=Z.length;if(k<=BA)return String.fromCharCode.apply(String,Z);for(var U="",hA=0;hAq.length?(h.isBuffer(At)||(At=h.from(At)),At.copy(q,GA)):Uint8Array.prototype.set.call(q,At,GA);else{if(!h.isBuffer(At))throw new TypeError('"list" argument must be an Array of Buffers');At.copy(q,GA)}GA+=At.length}return q},h.byteLength=F,h.prototype._isBuffer=!0,h.prototype.swap16=function(){var k=this.length;if(k%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var U=0;UU&&(k+=" ... "),""},d&&(h.prototype[d]=h.prototype.inspect),h.prototype.compare=function(k,U,hA,q,GA){if(ht(k,Uint8Array)&&(k=h.from(k,k.offset,k.byteLength)),!h.isBuffer(k))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof k);if(void 0===U&&(U=0),void 0===hA&&(hA=k?k.length:0),void 0===q&&(q=0),void 0===GA&&(GA=this.length),U<0||hA>k.length||q<0||GA>this.length)throw new RangeError("out of range index");if(q>=GA&&U>=hA)return 0;if(q>=GA)return-1;if(U>=hA)return 1;if(this===k)return 0;for(var At=(GA>>>=0)-(q>>>=0),O=(hA>>>=0)-(U>>>=0),qA=Math.min(At,O),nt=this.slice(q,GA),MA=k.slice(U,hA),jA=0;jA>>=0,isFinite(hA)?(hA>>>=0,void 0===q&&(q="utf8")):(q=hA,hA=void 0)}var GA=this.length-U;if((void 0===hA||hA>GA)&&(hA=GA),k.length>0&&(hA<0||U<0)||U>this.length)throw new RangeError("Attempt to write outside buffer bounds");q||(q="utf8");for(var At=!1;;)switch(q){case"hex":return iA(this,k,U,hA);case"utf8":case"utf-8":return wA(this,k,U,hA);case"ascii":case"latin1":case"binary":return IA(this,k,U,hA);case"base64":return FA(this,k,U,hA);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return YA(this,k,U,hA);default:if(At)throw new TypeError("Unknown encoding: "+q);q=(""+q).toLowerCase(),At=!0}},h.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var BA=4096;function eA(Z,k,U){var hA="";U=Math.min(Z.length,U);for(var q=k;qhA)&&(U=hA);for(var q="",GA=k;GAU)throw new RangeError("Trying to access beyond buffer length")}function L(Z,k,U,hA,q,GA){if(!h.isBuffer(Z))throw new TypeError('"buffer" argument must be a Buffer instance');if(k>q||kZ.length)throw new RangeError("Index out of range")}function rA(Z,k,U,hA,q){pA(k,hA,q,Z,U,7);var GA=Number(k&BigInt(4294967295));Z[U++]=GA,Z[U++]=GA>>=8,Z[U++]=GA>>=8,Z[U++]=GA>>=8;var At=Number(k>>BigInt(32)&BigInt(4294967295));return Z[U++]=At,Z[U++]=At>>=8,Z[U++]=At>>=8,Z[U++]=At>>=8,U}function AA(Z,k,U,hA,q){pA(k,hA,q,Z,U,7);var GA=Number(k&BigInt(4294967295));Z[U+7]=GA,Z[U+6]=GA>>=8,Z[U+5]=GA>>=8,Z[U+4]=GA>>=8;var At=Number(k>>BigInt(32)&BigInt(4294967295));return Z[U+3]=At,Z[U+2]=At>>=8,Z[U+1]=At>>=8,Z[U]=At>>=8,U+8}function QA(Z,k,U,hA,q,GA){if(U+hA>Z.length)throw new RangeError("Index out of range");if(U<0)throw new RangeError("Index out of range")}function yA(Z,k,U,hA,q){return k=+k,U>>>=0,q||QA(Z,0,U,4),r.write(Z,k,U,hA,23,4),U+4}function cA(Z,k,U,hA,q){return k=+k,U>>>=0,q||QA(Z,0,U,8),r.write(Z,k,U,hA,52,8),U+8}h.prototype.slice=function(k,U){var hA=this.length;(k=~~k)<0?(k+=hA)<0&&(k=0):k>hA&&(k=hA),(U=void 0===U?hA:~~U)<0?(U+=hA)<0&&(U=0):U>hA&&(U=hA),U>>=0,U>>>=0,hA||W(k,U,this.length);for(var q=this[k],GA=1,At=0;++At>>=0,U>>>=0,hA||W(k,U,this.length);for(var q=this[k+--U],GA=1;U>0&&(GA*=256);)q+=this[k+--U]*GA;return q},h.prototype.readUint8=h.prototype.readUInt8=function(k,U){return k>>>=0,U||W(k,1,this.length),this[k]},h.prototype.readUint16LE=h.prototype.readUInt16LE=function(k,U){return k>>>=0,U||W(k,2,this.length),this[k]|this[k+1]<<8},h.prototype.readUint16BE=h.prototype.readUInt16BE=function(k,U){return k>>>=0,U||W(k,2,this.length),this[k]<<8|this[k+1]},h.prototype.readUint32LE=h.prototype.readUInt32LE=function(k,U){return k>>>=0,U||W(k,4,this.length),(this[k]|this[k+1]<<8|this[k+2]<<16)+16777216*this[k+3]},h.prototype.readUint32BE=h.prototype.readUInt32BE=function(k,U){return k>>>=0,U||W(k,4,this.length),16777216*this[k]+(this[k+1]<<16|this[k+2]<<8|this[k+3])},h.prototype.readBigUInt64LE=vA(function(k){JA(k>>>=0,"offset");var U=this[k],hA=this[k+7];(void 0===U||void 0===hA)&&ft(k,this.length-8);var q=U+this[++k]*Math.pow(2,8)+this[++k]*Math.pow(2,16)+this[++k]*Math.pow(2,24),GA=this[++k]+this[++k]*Math.pow(2,8)+this[++k]*Math.pow(2,16)+hA*Math.pow(2,24);return BigInt(q)+(BigInt(GA)<>>=0,"offset");var U=this[k],hA=this[k+7];(void 0===U||void 0===hA)&&ft(k,this.length-8);var q=U*Math.pow(2,24)+this[++k]*Math.pow(2,16)+this[++k]*Math.pow(2,8)+this[++k],GA=this[++k]*Math.pow(2,24)+this[++k]*Math.pow(2,16)+this[++k]*Math.pow(2,8)+hA;return(BigInt(q)<>>=0,U>>>=0,hA||W(k,U,this.length);for(var q=this[k],GA=1,At=0;++At=(GA*=128)&&(q-=Math.pow(2,8*U)),q},h.prototype.readIntBE=function(k,U,hA){k>>>=0,U>>>=0,hA||W(k,U,this.length);for(var q=U,GA=1,At=this[k+--q];q>0&&(GA*=256);)At+=this[k+--q]*GA;return At>=(GA*=128)&&(At-=Math.pow(2,8*U)),At},h.prototype.readInt8=function(k,U){return k>>>=0,U||W(k,1,this.length),128&this[k]?-1*(255-this[k]+1):this[k]},h.prototype.readInt16LE=function(k,U){k>>>=0,U||W(k,2,this.length);var hA=this[k]|this[k+1]<<8;return 32768&hA?4294901760|hA:hA},h.prototype.readInt16BE=function(k,U){k>>>=0,U||W(k,2,this.length);var hA=this[k+1]|this[k]<<8;return 32768&hA?4294901760|hA:hA},h.prototype.readInt32LE=function(k,U){return k>>>=0,U||W(k,4,this.length),this[k]|this[k+1]<<8|this[k+2]<<16|this[k+3]<<24},h.prototype.readInt32BE=function(k,U){return k>>>=0,U||W(k,4,this.length),this[k]<<24|this[k+1]<<16|this[k+2]<<8|this[k+3]},h.prototype.readBigInt64LE=vA(function(k){JA(k>>>=0,"offset");var U=this[k],hA=this[k+7];(void 0===U||void 0===hA)&&ft(k,this.length-8);var q=this[k+4]+this[k+5]*Math.pow(2,8)+this[k+6]*Math.pow(2,16)+(hA<<24);return(BigInt(q)<>>=0,"offset");var U=this[k],hA=this[k+7];(void 0===U||void 0===hA)&&ft(k,this.length-8);var q=(U<<24)+this[++k]*Math.pow(2,16)+this[++k]*Math.pow(2,8)+this[++k];return(BigInt(q)<>>=0,U||W(k,4,this.length),r.read(this,k,!0,23,4)},h.prototype.readFloatBE=function(k,U){return k>>>=0,U||W(k,4,this.length),r.read(this,k,!1,23,4)},h.prototype.readDoubleLE=function(k,U){return k>>>=0,U||W(k,8,this.length),r.read(this,k,!0,52,8)},h.prototype.readDoubleBE=function(k,U){return k>>>=0,U||W(k,8,this.length),r.read(this,k,!1,52,8)},h.prototype.writeUintLE=h.prototype.writeUIntLE=function(k,U,hA,q){k=+k,U>>>=0,hA>>>=0,q||L(this,k,U,hA,Math.pow(2,8*hA)-1,0);var At=1,O=0;for(this[U]=255&k;++O>>=0,hA>>>=0,q||L(this,k,U,hA,Math.pow(2,8*hA)-1,0);var At=hA-1,O=1;for(this[U+At]=255&k;--At>=0&&(O*=256);)this[U+At]=k/O&255;return U+hA},h.prototype.writeUint8=h.prototype.writeUInt8=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,1,255,0),this[U]=255&k,U+1},h.prototype.writeUint16LE=h.prototype.writeUInt16LE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,2,65535,0),this[U]=255&k,this[U+1]=k>>>8,U+2},h.prototype.writeUint16BE=h.prototype.writeUInt16BE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,2,65535,0),this[U]=k>>>8,this[U+1]=255&k,U+2},h.prototype.writeUint32LE=h.prototype.writeUInt32LE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,4,4294967295,0),this[U+3]=k>>>24,this[U+2]=k>>>16,this[U+1]=k>>>8,this[U]=255&k,U+4},h.prototype.writeUint32BE=h.prototype.writeUInt32BE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,4,4294967295,0),this[U]=k>>>24,this[U+1]=k>>>16,this[U+2]=k>>>8,this[U+3]=255&k,U+4},h.prototype.writeBigUInt64LE=vA(function(k,U){return void 0===U&&(U=0),rA(this,k,U,BigInt(0),BigInt("0xffffffffffffffff"))}),h.prototype.writeBigUInt64BE=vA(function(k,U){return void 0===U&&(U=0),AA(this,k,U,BigInt(0),BigInt("0xffffffffffffffff"))}),h.prototype.writeIntLE=function(k,U,hA,q){if(k=+k,U>>>=0,!q){var GA=Math.pow(2,8*hA-1);L(this,k,U,hA,GA-1,-GA)}var At=0,O=1,qA=0;for(this[U]=255&k;++At>>=0,!q){var GA=Math.pow(2,8*hA-1);L(this,k,U,hA,GA-1,-GA)}var At=hA-1,O=1,qA=0;for(this[U+At]=255&k;--At>=0&&(O*=256);)k<0&&0===qA&&0!==this[U+At+1]&&(qA=1),this[U+At]=(k/O|0)-qA&255;return U+hA},h.prototype.writeInt8=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,1,127,-128),k<0&&(k=255+k+1),this[U]=255&k,U+1},h.prototype.writeInt16LE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,2,32767,-32768),this[U]=255&k,this[U+1]=k>>>8,U+2},h.prototype.writeInt16BE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,2,32767,-32768),this[U]=k>>>8,this[U+1]=255&k,U+2},h.prototype.writeInt32LE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,4,2147483647,-2147483648),this[U]=255&k,this[U+1]=k>>>8,this[U+2]=k>>>16,this[U+3]=k>>>24,U+4},h.prototype.writeInt32BE=function(k,U,hA){return k=+k,U>>>=0,hA||L(this,k,U,4,2147483647,-2147483648),k<0&&(k=4294967295+k+1),this[U]=k>>>24,this[U+1]=k>>>16,this[U+2]=k>>>8,this[U+3]=255&k,U+4},h.prototype.writeBigInt64LE=vA(function(k,U){return void 0===U&&(U=0),rA(this,k,U,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),h.prototype.writeBigInt64BE=vA(function(k,U){return void 0===U&&(U=0),AA(this,k,U,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),h.prototype.writeFloatLE=function(k,U,hA){return yA(this,k,U,!0,hA)},h.prototype.writeFloatBE=function(k,U,hA){return yA(this,k,U,!1,hA)},h.prototype.writeDoubleLE=function(k,U,hA){return cA(this,k,U,!0,hA)},h.prototype.writeDoubleBE=function(k,U,hA){return cA(this,k,U,!1,hA)},h.prototype.copy=function(k,U,hA,q){if(!h.isBuffer(k))throw new TypeError("argument should be a Buffer");if(hA||(hA=0),!q&&0!==q&&(q=this.length),U>=k.length&&(U=k.length),U||(U=0),q>0&&q=this.length)throw new RangeError("Index out of range");if(q<0)throw new RangeError("sourceEnd out of bounds");q>this.length&&(q=this.length),k.length-U>>=0,hA=void 0===hA?this.length:hA>>>0,k||(k=0),"number"==typeof k)for(At=U;At=hA+4;U-=3)k="_"+Z.slice(U-3,U)+k;return""+Z.slice(0,U)+k}function pA(Z,k,U,hA,q,GA){if(Z>U||Z3?0===k||k===BigInt(0)?">= 0"+At+" and < 2"+At+" ** "+8*(GA+1)+At:">= -(2"+At+" ** "+(8*(GA+1)-1)+At+") and < 2 ** "+(8*(GA+1)-1)+At:">= "+k+At+" and <= "+U+At,new CA.ERR_OUT_OF_RANGE("value",O,Z)}!function zA(Z,k,U){JA(k,"offset"),(void 0===Z[k]||void 0===Z[k+U])&&ft(k,Z.length-(U+1))}(hA,q,GA)}function JA(Z,k){if("number"!=typeof Z)throw new CA.ERR_INVALID_ARG_TYPE(k,"number",Z)}function ft(Z,k,U){throw Math.floor(Z)!==Z?(JA(Z,U),new CA.ERR_OUT_OF_RANGE(U||"offset","an integer",Z)):k<0?new CA.ERR_BUFFER_OUT_OF_BOUNDS:new CA.ERR_OUT_OF_RANGE(U||"offset",">= "+(U?1:0)+" and <= "+k,Z)}DA("ERR_BUFFER_OUT_OF_BOUNDS",function(Z){return Z?Z+" is outside of buffer bounds":"Attempt to access memory outside buffer bounds"},RangeError),DA("ERR_INVALID_ARG_TYPE",function(Z,k){return'The "'+Z+'" argument must be of type number. Received type '+typeof k},TypeError),DA("ERR_OUT_OF_RANGE",function(Z,k,U){var hA='The value of "'+Z+'" is out of range.',q=U;return Number.isInteger(U)&&Math.abs(U)>Math.pow(2,32)?q=NA(String(U)):"bigint"==typeof U&&(q=String(U),(U>Math.pow(BigInt(2),BigInt(32))||U<-Math.pow(BigInt(2),BigInt(32)))&&(q=NA(q)),q+="n"),hA+" It must be "+k+". Received "+q},RangeError);var wt=/[^+/0-9A-Za-z-_]/g;function pt(Z,k){k=k||1/0;for(var U,hA=Z.length,q=null,GA=[],At=0;At55295&&U<57344){if(!q){if(U>56319){(k-=3)>-1&&GA.push(239,191,189);continue}if(At+1===hA){(k-=3)>-1&&GA.push(239,191,189);continue}q=U;continue}if(U<56320){(k-=3)>-1&&GA.push(239,191,189),q=U;continue}U=65536+(q-55296<<10|U-56320)}else q&&(k-=3)>-1&&GA.push(239,191,189);if(q=null,U<128){if((k-=1)<0)break;GA.push(U)}else if(U<2048){if((k-=2)<0)break;GA.push(U>>6|192,63&U|128)}else if(U<65536){if((k-=3)<0)break;GA.push(U>>12|224,U>>6&63|128,63&U|128)}else{if(!(U<1114112))throw new Error("Invalid code point");if((k-=4)<0)break;GA.push(U>>18|240,U>>12&63|128,U>>6&63|128,63&U|128)}}return GA}function _A(Z){return B.toByteArray(function gt(Z){if((Z=(Z=Z.split("=")[0]).trim().replace(wt,"")).length<2)return"";for(;Z.length%4!=0;)Z+="=";return Z}(Z))}function Qt(Z,k,U,hA){var q;for(q=0;q=k.length||q>=Z.length);++q)k[q+U]=Z[q];return q}function ht(Z,k){return Z instanceof k||null!=Z&&null!=Z.constructor&&null!=Z.constructor.name&&Z.constructor.name===k.name}function vt(Z){return Z!=Z}var Nt=function(){for(var Z="0123456789abcdef",k=new Array(256),U=0;U<16;++U)for(var hA=16*U,q=0;q<16;++q)k[hA+q]=Z[U]+Z[q];return k}();function vA(Z){return typeof BigInt>"u"?Bt:Z}function Bt(){throw new Error("BigInt not supported")}},38719:function(b,A,n){"use strict";n(10720),n(14032),b.exports=typeof ArrayBuffer<"u"&&typeof DataView<"u"},36597:function(b,A,n){"use strict";var fA,iA,wA,u=n(38719),a=n(15567),s=n(32010),o=n(94578),g=n(24517),f=n(20340),w=n(52564),B=n(68664),r=n(48914),d=n(13711),E=n(95892).f,C=n(70176),e=n(69548),h=n(3840),Q=n(38688),I=n(46859),R=s.Int8Array,p=R&&R.prototype,m=s.Uint8ClampedArray,y=m&&m.prototype,x=R&&e(R),Y=p&&e(p),v=Object.prototype,S=s.TypeError,z=Q("toStringTag"),F=I("TYPED_ARRAY_TAG"),$=I("TYPED_ARRAY_CONSTRUCTOR"),gA=u&&!!h&&"Opera"!==w(s.opera),_=!1,IA={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},FA={BigInt64Array:8,BigUint64Array:8},HA=function(xA){if(!g(xA))return!1;var OA=w(xA);return f(IA,OA)||f(FA,OA)};for(fA in IA)(wA=(iA=s[fA])&&iA.prototype)?r(wA,$,iA):gA=!1;for(fA in FA)(wA=(iA=s[fA])&&iA.prototype)&&r(wA,$,iA);if((!gA||!o(x)||x===Function.prototype)&&(x=function(){throw S("Incorrect invocation")},gA))for(fA in IA)s[fA]&&h(s[fA],x);if((!gA||!Y||Y===v)&&(Y=x.prototype,gA))for(fA in IA)s[fA]&&h(s[fA].prototype,Y);if(gA&&e(y)!==Y&&h(y,Y),a&&!f(Y,z))for(fA in _=!0,E(Y,z,{get:function(){return g(this)?this[F]:void 0}}),IA)s[fA]&&r(s[fA],F,fA);b.exports={NATIVE_ARRAY_BUFFER_VIEWS:gA,TYPED_ARRAY_CONSTRUCTOR:$,TYPED_ARRAY_TAG:_&&F,aTypedArray:function(xA){if(HA(xA))return xA;throw S("Target is not a typed array")},aTypedArrayConstructor:function(xA){if(o(xA)&&(!h||C(x,xA)))return xA;throw S(B(xA)+" is not a typed array constructor")},exportTypedArrayMethod:function(xA,OA,W){if(a){if(W)for(var L in IA){var rA=s[L];if(rA&&f(rA.prototype,xA))try{delete rA.prototype[xA]}catch{}}(!Y[xA]||W)&&d(Y,xA,W?OA:gA&&p[xA]||OA)}},exportTypedArrayStaticMethod:function(xA,OA,W){var L,rA;if(a){if(h){if(W)for(L in IA)if((rA=s[L])&&f(rA,xA))try{delete rA[xA]}catch{}if(x[xA]&&!W)return;try{return d(x,xA,W?OA:gA&&x[xA]||OA)}catch{}}for(L in IA)(rA=s[L])&&(!rA[xA]||W)&&d(rA,xA,OA)}},isView:function(xA){if(!g(xA))return!1;var OA=w(xA);return"DataView"===OA||f(IA,OA)||f(FA,OA)},isTypedArray:HA,TypedArray:x,TypedArrayPrototype:Y}},89987:function(b,A,n){"use strict";n(24863);var u=n(32010),a=n(38347),s=n(15567),o=n(38719),g=n(7081),f=n(48914),w=n(15341),B=n(47044),r=n(2868),d=n(26882),E=n(23417),C=n(71265),e=n(64397),h=n(69548),Q=n(3840),I=n(6611).f,R=n(95892).f,p=n(72864),m=n(73163),y=n(15216),x=n(70172),Y=g.PROPER,v=g.CONFIGURABLE,S=x.get,z=x.set,F="ArrayBuffer",$="DataView",gA="prototype",fA="Wrong index",iA=u[F],wA=iA,IA=wA&&wA[gA],FA=u[$],YA=FA&&FA[gA],HA=Object.prototype,J=u.Array,BA=u.RangeError,aA=a(p),eA=a([].reverse),EA=e.pack,xA=e.unpack,OA=function(gt){return[255>]},W=function(gt){return[255>,gt>>8&255]},L=function(gt){return[255>,gt>>8&255,gt>>16&255,gt>>24&255]},rA=function(gt){return gt[3]<<24|gt[2]<<16|gt[1]<<8|gt[0]},AA=function(gt){return EA(gt,23,4)},QA=function(gt){return EA(gt,52,8)},yA=function(gt,pt){R(gt[gA],pt,{get:function(){return S(this)[pt]}})},cA=function(gt,pt,Yt,VA){var _A=C(Yt),Qt=S(gt);if(_A+pt>Qt.byteLength)throw BA(fA);var ht=S(Qt.buffer).bytes,vt=_A+Qt.byteOffset,Nt=m(ht,vt,vt+pt);return VA?Nt:eA(Nt)},CA=function(gt,pt,Yt,VA,_A,Qt){var ht=C(Yt),vt=S(gt);if(ht+pt>vt.byteLength)throw BA(fA);for(var Nt=S(vt.buffer).bytes,vA=ht+vt.byteOffset,Bt=VA(+_A),Z=0;ZzA;)(pA=NA[zA++])in wA||f(wA,pA,iA[pA]);IA.constructor=wA}Q&&h(YA)!==HA&&Q(YA,HA);var JA=new FA(new wA(2)),ft=a(YA.setInt8);JA.setInt8(0,2147483648),JA.setInt8(1,2147483649),(JA.getInt8(0)||!JA.getInt8(1))&&w(YA,{setInt8:function(gt,pt){ft(this,gt,pt<<24>>24)},setUint8:function(gt,pt){ft(this,gt,pt<<24>>24)}},{unsafe:!0})}else IA=(wA=function(gt){r(this,IA);var pt=C(gt);z(this,{bytes:aA(J(pt),0),byteLength:pt}),s||(this.byteLength=pt)})[gA],YA=(FA=function(gt,pt,Yt){r(this,YA),r(gt,IA);var VA=S(gt).byteLength,_A=d(pt);if(_A<0||_A>VA)throw BA("Wrong offset");if(_A+(Yt=void 0===Yt?VA-_A:E(Yt))>VA)throw BA("Wrong length");z(this,{buffer:gt,byteLength:Yt,byteOffset:_A}),s||(this.buffer=gt,this.byteLength=Yt,this.byteOffset=_A)})[gA],s&&(yA(wA,"byteLength"),yA(FA,"buffer"),yA(FA,"byteLength"),yA(FA,"byteOffset")),w(YA,{getInt8:function(gt){return cA(this,1,gt)[0]<<24>>24},getUint8:function(gt){return cA(this,1,gt)[0]},getInt16:function(gt){var pt=cA(this,2,gt,arguments.length>1?arguments[1]:void 0);return(pt[1]<<8|pt[0])<<16>>16},getUint16:function(gt){var pt=cA(this,2,gt,arguments.length>1?arguments[1]:void 0);return pt[1]<<8|pt[0]},getInt32:function(gt){return rA(cA(this,4,gt,arguments.length>1?arguments[1]:void 0))},getUint32:function(gt){return rA(cA(this,4,gt,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(gt){return xA(cA(this,4,gt,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(gt){return xA(cA(this,8,gt,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(gt,pt){CA(this,1,gt,OA,pt)},setUint8:function(gt,pt){CA(this,1,gt,OA,pt)},setInt16:function(gt,pt){CA(this,2,gt,W,pt,arguments.length>2?arguments[2]:void 0)},setUint16:function(gt,pt){CA(this,2,gt,W,pt,arguments.length>2?arguments[2]:void 0)},setInt32:function(gt,pt){CA(this,4,gt,L,pt,arguments.length>2?arguments[2]:void 0)},setUint32:function(gt,pt){CA(this,4,gt,L,pt,arguments.length>2?arguments[2]:void 0)},setFloat32:function(gt,pt){CA(this,4,gt,AA,pt,arguments.length>2?arguments[2]:void 0)},setFloat64:function(gt,pt){CA(this,8,gt,QA,pt,arguments.length>2?arguments[2]:void 0)}});y(wA,F),y(FA,$),b.exports={ArrayBuffer:wA,DataView:FA}},10720:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(89987),o=n(51334),g="ArrayBuffer",f=s[g];u({global:!0,forced:a[g]!==f},{ArrayBuffer:f}),o(g)},6993:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),n(49300),n(72342),n(36572),n(28395),function(){var a=u,o=a.lib.BlockCipher,g=a.algo,f=[],w=[],B=[],r=[],d=[],E=[],C=[],e=[],h=[],Q=[];!function(){for(var p=[],m=0;m<256;m++)p[m]=m<128?m<<1:m<<1^283;var y=0,x=0;for(m=0;m<256;m++){var Y=x^x<<1^x<<2^x<<3^x<<4;f[y]=Y=Y>>>8^255&Y^99,w[Y]=y;var F,v=p[y],S=p[v],z=p[S];B[y]=(F=257*p[Y]^16843008*Y)<<24|F>>>8,r[y]=F<<16|F>>>16,d[y]=F<<8|F>>>24,E[y]=F,C[Y]=(F=16843009*z^65537*S^257*v^16843008*y)<<24|F>>>8,e[Y]=F<<16|F>>>16,h[Y]=F<<8|F>>>24,Q[Y]=F,y?(y=v^p[p[p[z^v]]],x^=p[p[x]]):y=x=1}}();var I=[0,1,2,4,8,16,32,64,128,27,54],R=g.AES=o.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var y=this._keyPriorReset=this._key,x=y.words,Y=y.sigBytes/4,S=4*((this._nRounds=Y+6)+1),z=this._keySchedule=[],F=0;F6&&F%Y==4&&(m=f[m>>>24]<<24|f[m>>>16&255]<<16|f[m>>>8&255]<<8|f[255&m]):(m=f[(m=m<<8|m>>>24)>>>24]<<24|f[m>>>16&255]<<16|f[m>>>8&255]<<8|f[255&m],m^=I[F/Y|0]<<24),z[F]=z[F-Y]^m);for(var $=this._invKeySchedule=[],gA=0;gA>>24]]^e[f[m>>>16&255]]^h[f[m>>>8&255]]^Q[f[255&m]]}}},encryptBlock:function(m,y){this._doCryptBlock(m,y,this._keySchedule,B,r,d,E,f)},decryptBlock:function(m,y){var x=m[y+1];m[y+1]=m[y+3],m[y+3]=x,this._doCryptBlock(m,y,this._invKeySchedule,C,e,h,Q,w),x=m[y+1],m[y+1]=m[y+3],m[y+3]=x},_doCryptBlock:function(m,y,x,Y,v,S,z,F){for(var $=this._nRounds,gA=m[y]^x[0],_=m[y+1]^x[1],fA=m[y+2]^x[2],iA=m[y+3]^x[3],wA=4,IA=1;IA<$;IA++){var FA=Y[gA>>>24]^v[_>>>16&255]^S[fA>>>8&255]^z[255&iA]^x[wA++],YA=Y[_>>>24]^v[fA>>>16&255]^S[iA>>>8&255]^z[255&gA]^x[wA++],HA=Y[fA>>>24]^v[iA>>>16&255]^S[gA>>>8&255]^z[255&_]^x[wA++],J=Y[iA>>>24]^v[gA>>>16&255]^S[_>>>8&255]^z[255&fA]^x[wA++];gA=FA,_=YA,fA=HA,iA=J}FA=(F[gA>>>24]<<24|F[_>>>16&255]<<16|F[fA>>>8&255]<<8|F[255&iA])^x[wA++],YA=(F[_>>>24]<<24|F[fA>>>16&255]<<16|F[iA>>>8&255]<<8|F[255&gA])^x[wA++],HA=(F[fA>>>24]<<24|F[iA>>>16&255]<<16|F[gA>>>8&255]<<8|F[255&_])^x[wA++],J=(F[iA>>>24]<<24|F[gA>>>16&255]<<16|F[_>>>8&255]<<8|F[255&fA])^x[wA++],m[y]=FA,m[y+1]=YA,m[y+2]=HA,m[y+3]=J},keySize:8});a.AES=o._createHelper(R)}(),u.AES)},83122:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),n(49300),n(72342),n(36572),n(28395),function(){var a=u,o=a.lib.BlockCipher,f=16,w=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],B=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]],r={pbox:[],sbox:[]};function d(Q,I){var x=Q.sbox[0][I>>24&255]+Q.sbox[1][I>>16&255];return(x^=Q.sbox[2][I>>8&255])+Q.sbox[3][255&I]}function E(Q,I,R){for(var y,p=I,m=R,x=0;x=R&&(y=0);for(var Y=0,v=0,S=0,z=0;z1;--x)y=p^=Q.pbox[x],p=m=d(Q,p)^m,m=y;return y=p,p=m,m=y,{left:p^=Q.pbox[0],right:m^=Q.pbox[1]}}(r,I[R],I[R+1]);I[R]=p.left,I[R+1]=p.right},blockSize:2,keySize:4,ivSize:2});a.Blowfish=o._createHelper(h)}(),u.Blowfish)},28395:function(b,A,n){"use strict";var u,s,o,g,f,w,d,C,e,Q,I,R,m,x,v,S,F,$;n(39081),n(20731),n(23913),n(14032),n(57114),b.exports=(u=n(34559),n(36572),void(u.lib.Cipher||(f=(o=(s=u).lib).WordArray,d=s.enc.Base64,C=s.algo.EvpKDF,e=o.Cipher=(w=o.BufferedBlockAlgorithm).extend({cfg:(g=o.Base).extend(),createEncryptor:function(_,fA){return this.create(this._ENC_XFORM_MODE,_,fA)},createDecryptor:function(_,fA){return this.create(this._DEC_XFORM_MODE,_,fA)},init:function(_,fA,iA){this.cfg=this.cfg.extend(iA),this._xformMode=_,this._key=fA,this.reset()},reset:function(){w.reset.call(this),this._doReset()},process:function(_){return this._append(_),this._process()},finalize:function(_){return _&&this._append(_),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function gA(_){return"string"==typeof _?$:S}return function(_){return{encrypt:function(iA,wA,IA){return gA(wA).encrypt(_,iA,wA,IA)},decrypt:function(iA,wA,IA){return gA(wA).decrypt(_,iA,wA,IA)}}}}()}),o.StreamCipher=e.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),Q=s.mode={},I=o.BlockCipherMode=g.extend({createEncryptor:function(_,fA){return this.Encryptor.create(_,fA)},createDecryptor:function(_,fA){return this.Decryptor.create(_,fA)},init:function(_,fA){this._cipher=_,this._iv=fA}}),R=Q.CBC=function(){var gA=I.extend();function _(fA,iA,wA){var IA,FA=this._iv;FA?(IA=FA,this._iv=void 0):IA=this._prevBlock;for(var YA=0;YA>>2]}},o.BlockCipher=e.extend({cfg:e.cfg.extend({mode:R,padding:m}),reset:function(){var _;e.reset.call(this);var fA=this.cfg,iA=fA.iv,wA=fA.mode;this._xformMode==this._ENC_XFORM_MODE?_=wA.createEncryptor:(_=wA.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==_?this._mode.init(this,iA&&iA.words):(this._mode=_.call(wA,this,iA&&iA.words),this._mode.__creator=_)},_doProcessBlock:function(_,fA){this._mode.processBlock(_,fA)},_doFinalize:function(){var _,fA=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(fA.pad(this._data,this.blockSize),_=this._process(!0)):(_=this._process(!0),fA.unpad(_)),_},blockSize:4}),x=o.CipherParams=g.extend({init:function(_){this.mixIn(_)},toString:function(_){return(_||this.formatter).stringify(this)}}),v=(s.format={}).OpenSSL={stringify:function(_){var iA=_.ciphertext,wA=_.salt;return(wA?f.create([1398893684,1701076831]).concat(wA).concat(iA):iA).toString(d)},parse:function(_){var fA,iA=d.parse(_),wA=iA.words;return 1398893684==wA[0]&&1701076831==wA[1]&&(fA=f.create(wA.slice(2,4)),wA.splice(0,4),iA.sigBytes-=16),x.create({ciphertext:iA,salt:fA})}},S=o.SerializableCipher=g.extend({cfg:g.extend({format:v}),encrypt:function(_,fA,iA,wA){wA=this.cfg.extend(wA);var IA=_.createEncryptor(iA,wA),FA=IA.finalize(fA),YA=IA.cfg;return x.create({ciphertext:FA,key:iA,iv:YA.iv,algorithm:_,mode:YA.mode,padding:YA.padding,blockSize:_.blockSize,formatter:wA.format})},decrypt:function(_,fA,iA,wA){return wA=this.cfg.extend(wA),fA=this._parse(fA,wA.format),_.createDecryptor(iA,wA).finalize(fA.ciphertext)},_parse:function(_,fA){return"string"==typeof _?fA.parse(_,this):_}}),F=(s.kdf={}).OpenSSL={execute:function(_,fA,iA,wA,IA){if(wA||(wA=f.random(8)),IA)var FA=C.create({keySize:fA+iA,hasher:IA}).compute(_,wA);else FA=C.create({keySize:fA+iA}).compute(_,wA);var YA=f.create(FA.words.slice(fA),4*iA);return FA.sigBytes=4*fA,x.create({key:FA,iv:YA,salt:wA})}},$=o.PasswordBasedCipher=S.extend({cfg:S.cfg.extend({kdf:F}),encrypt:function(_,fA,iA,wA){var IA=(wA=this.cfg.extend(wA)).kdf.execute(iA,_.keySize,_.ivSize,wA.salt,wA.hasher);wA.iv=IA.iv;var FA=S.encrypt.call(this,_,fA,IA.key,wA);return FA.mixIn(IA),FA},decrypt:function(_,fA,iA,wA){wA=this.cfg.extend(wA),fA=this._parse(fA,wA.format);var IA=wA.kdf.execute(iA,_.keySize,_.ivSize,fA.salt,wA.hasher);return wA.iv=IA.iv,S.decrypt.call(this,_,fA,IA.key,wA)}}))))},34559:function(b,A,n){"use strict";var a;n(39081),n(81755),n(94845),n(20731),n(23913),n(14032),n(57114),n(59735),n(73663),n(29883),n(35471),n(21012),n(88997),n(97464),n(2857),n(94715),n(13624),n(91132),n(62514),n(24597),n(88042),n(4660),n(92451),n(44206),n(66288),n(13250),n(3858),n(84538),n(64793),n(74202),n(52529),n(49109),a=function(){var u=u||function(a,s){var o;if(typeof window<"u"&&window.crypto&&(o=window.crypto),typeof self<"u"&&self.crypto&&(o=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(o=globalThis.crypto),!o&&typeof window<"u"&&window.msCrypto&&(o=window.msCrypto),!o&&typeof n.g<"u"&&n.g.crypto&&(o=n.g.crypto),!o)try{o=n(50477)}catch{}var g=function(){if(o){if("function"==typeof o.getRandomValues)try{return o.getRandomValues(new Uint32Array(1))[0]}catch{}if("function"==typeof o.randomBytes)try{return o.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},f=Object.create||function(){function p(){}return function(m){var y;return p.prototype=m,y=new p,p.prototype=null,y}}(),w={},B=w.lib={},r=B.Base=function(){return{extend:function(m){var y=f(this);return m&&y.mixIn(m),(!y.hasOwnProperty("init")||this.init===y.init)&&(y.init=function(){y.$super.init.apply(this,arguments)}),y.init.prototype=y,y.$super=this,y},create:function(){var m=this.extend();return m.init.apply(m,arguments),m},init:function(){},mixIn:function(m){for(var y in m)m.hasOwnProperty(y)&&(this[y]=m[y]);m.hasOwnProperty("toString")&&(this.toString=m.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),d=B.WordArray=r.extend({init:function(m,y){m=this.words=m||[],this.sigBytes=null!=y?y:4*m.length},toString:function(m){return(m||C).stringify(this)},concat:function(m){var y=this.words,x=m.words,Y=this.sigBytes,v=m.sigBytes;if(this.clamp(),Y%4)for(var S=0;S>>2]|=(x[S>>>2]>>>24-S%4*8&255)<<24-(Y+S)%4*8;else for(var F=0;F>>2]=x[F>>>2];return this.sigBytes+=v,this},clamp:function(){var m=this.words,y=this.sigBytes;m[y>>>2]&=4294967295<<32-y%4*8,m.length=a.ceil(y/4)},clone:function(){var m=r.clone.call(this);return m.words=this.words.slice(0),m},random:function(m){for(var y=[],x=0;x>>2]>>>24-v%4*8&255;Y.push((S>>>4).toString(16)),Y.push((15&S).toString(16))}return Y.join("")},parse:function(m){for(var y=m.length,x=[],Y=0;Y>>3]|=parseInt(m.substr(Y,2),16)<<24-Y%8*4;return new d.init(x,y/2)}},e=E.Latin1={stringify:function(m){for(var y=m.words,x=m.sigBytes,Y=[],v=0;v>>2]>>>24-v%4*8&255));return Y.join("")},parse:function(m){for(var y=m.length,x=[],Y=0;Y>>2]|=(255&m.charCodeAt(Y))<<24-Y%4*8;return new d.init(x,y)}},h=E.Utf8={stringify:function(m){try{return decodeURIComponent(escape(e.stringify(m)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(m){return e.parse(unescape(encodeURIComponent(m)))}},Q=B.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new d.init,this._nDataBytes=0},_append:function(m){"string"==typeof m&&(m=h.parse(m)),this._data.concat(m),this._nDataBytes+=m.sigBytes},_process:function(m){var y,x=this._data,Y=x.words,v=x.sigBytes,S=this.blockSize,F=v/(4*S),$=(F=m?a.ceil(F):a.max((0|F)-this._minBufferSize,0))*S,gA=a.min(4*$,v);if($){for(var _=0;_<$;_+=S)this._doProcessBlock(Y,_);y=Y.splice(0,$),x.sigBytes-=gA}return new d.init(y,gA)},clone:function(){var m=r.clone.call(this);return m._data=this._data.clone(),m},_minBufferSize:0}),R=(B.Hasher=Q.extend({cfg:r.extend(),init:function(m){this.cfg=this.cfg.extend(m),this.reset()},reset:function(){Q.reset.call(this),this._doReset()},update:function(m){return this._append(m),this._process(),this},finalize:function(m){return m&&this._append(m),this._doFinalize()},blockSize:16,_createHelper:function(m){return function(y,x){return new m.init(x).finalize(y)}},_createHmacHelper:function(m){return function(y,x){return new R.HMAC.init(m,x).finalize(y)}}}),w.algo={});return w}(Math);return u},b.exports=a()},49300:function(b,A,n){"use strict";var u,o;n(94845),b.exports=(u=n(34559),o=u.lib.WordArray,u.enc.Base64={stringify:function(r){var d=r.words,E=r.sigBytes,C=this._map;r.clamp();for(var e=[],h=0;h>>2]>>>24-h%4*8&255)<<16|(d[h+1>>>2]>>>24-(h+1)%4*8&255)<<8|d[h+2>>>2]>>>24-(h+2)%4*8&255,m=0;m<4&&h+.75*m>>6*(3-m)&63));var y=C.charAt(64);if(y)for(;e.length%4;)e.push(y);return e.join("")},parse:function(r){var d=r.length,E=this._map,C=this._reverseMap;if(!C){C=this._reverseMap=[];for(var e=0;e>>6-e%4*2;E[C>>>2]|=(h|Q)<<24-C%4*8,C++}return o.create(E,C)}(r,d,C)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},u.enc.Base64)},375:function(b,A,n){"use strict";var u,o;n(94845),b.exports=(u=n(34559),o=u.lib.WordArray,u.enc.Base64url={stringify:function(r,d){void 0===d&&(d=!0);var E=r.words,C=r.sigBytes,e=d?this._safe_map:this._map;r.clamp();for(var h=[],Q=0;Q>>2]>>>24-Q%4*8&255)<<16|(E[Q+1>>>2]>>>24-(Q+1)%4*8&255)<<8|E[Q+2>>>2]>>>24-(Q+2)%4*8&255,y=0;y<4&&Q+.75*y>>6*(3-y)&63));var x=e.charAt(64);if(x)for(;h.length%4;)h.push(x);return h.join("")},parse:function(r,d){void 0===d&&(d=!0);var E=r.length,C=d?this._safe_map:this._map,e=this._reverseMap;if(!e){e=this._reverseMap=[];for(var h=0;h>>6-e%4*2;E[C>>>2]|=(h|Q)<<24-C%4*8,C++}return o.create(E,C)}(r,E,e)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"},u.enc.Base64url)},56217:function(b,A,n){"use strict";var u;n(94845),b.exports=(u=n(34559),function(){var o=u.lib.WordArray,g=u.enc;function w(B){return B<<8&4278255360|B>>>8&16711935}g.Utf16=g.Utf16BE={stringify:function(r){for(var d=r.words,E=r.sigBytes,C=[],e=0;e>>2]>>>16-e%4*8&65535));return C.join("")},parse:function(r){for(var d=r.length,E=[],C=0;C>>1]|=r.charCodeAt(C)<<16-C%2*16;return o.create(E,2*d)}},g.Utf16LE={stringify:function(r){for(var d=r.words,E=r.sigBytes,C=[],e=0;e>>2]>>>16-e%4*8&65535);C.push(String.fromCharCode(h))}return C.join("")},parse:function(r){for(var d=r.length,E=[],C=0;C>>1]|=w(r.charCodeAt(C)<<16-C%2*16);return o.create(E,2*d)}}}(),u.enc.Utf16)},36572:function(b,A,n){"use strict";var u,a,s,o,g,f,B;n(39081),b.exports=(u=n(34559),n(76289),n(30443),g=(s=(a=u).lib).WordArray,B=(f=a.algo).EvpKDF=(o=s.Base).extend({cfg:o.extend({keySize:4,hasher:f.MD5,iterations:1}),init:function(d){this.cfg=this.cfg.extend(d)},compute:function(d,E){for(var C,e=this.cfg,h=e.hasher.create(),Q=g.create(),I=Q.words,R=e.keySize,p=e.iterations;I.lengthe&&(E=d.finalize(E)),E.clamp();for(var h=this._oKey=E.clone(),Q=this._iKey=E.clone(),I=h.words,R=Q.words,p=0;p>>2]|=w[d]<<24-d%4*8;g.call(this,r,B)}else g.apply(this,arguments)};f.prototype=o}}(),u.lib.WordArray},b.exports=a(n(34559))},72342:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),function(a){var s=u,o=s.lib,g=o.WordArray,f=o.Hasher,w=s.algo,B=[];!function(){for(var h=0;h<64;h++)B[h]=4294967296*a.abs(a.sin(h+1))|0}();var r=w.MD5=f.extend({_doReset:function(){this._hash=new g.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(Q,I){for(var R=0;R<16;R++){var p=I+R,m=Q[p];Q[p]=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8)}var y=this._hash.words,x=Q[I+0],Y=Q[I+1],v=Q[I+2],S=Q[I+3],z=Q[I+4],F=Q[I+5],$=Q[I+6],gA=Q[I+7],_=Q[I+8],fA=Q[I+9],iA=Q[I+10],wA=Q[I+11],IA=Q[I+12],FA=Q[I+13],YA=Q[I+14],HA=Q[I+15],J=y[0],BA=y[1],aA=y[2],eA=y[3];J=d(J,BA,aA,eA,x,7,B[0]),eA=d(eA,J,BA,aA,Y,12,B[1]),aA=d(aA,eA,J,BA,v,17,B[2]),BA=d(BA,aA,eA,J,S,22,B[3]),J=d(J,BA,aA,eA,z,7,B[4]),eA=d(eA,J,BA,aA,F,12,B[5]),aA=d(aA,eA,J,BA,$,17,B[6]),BA=d(BA,aA,eA,J,gA,22,B[7]),J=d(J,BA,aA,eA,_,7,B[8]),eA=d(eA,J,BA,aA,fA,12,B[9]),aA=d(aA,eA,J,BA,iA,17,B[10]),BA=d(BA,aA,eA,J,wA,22,B[11]),J=d(J,BA,aA,eA,IA,7,B[12]),eA=d(eA,J,BA,aA,FA,12,B[13]),aA=d(aA,eA,J,BA,YA,17,B[14]),J=E(J,BA=d(BA,aA,eA,J,HA,22,B[15]),aA,eA,Y,5,B[16]),eA=E(eA,J,BA,aA,$,9,B[17]),aA=E(aA,eA,J,BA,wA,14,B[18]),BA=E(BA,aA,eA,J,x,20,B[19]),J=E(J,BA,aA,eA,F,5,B[20]),eA=E(eA,J,BA,aA,iA,9,B[21]),aA=E(aA,eA,J,BA,HA,14,B[22]),BA=E(BA,aA,eA,J,z,20,B[23]),J=E(J,BA,aA,eA,fA,5,B[24]),eA=E(eA,J,BA,aA,YA,9,B[25]),aA=E(aA,eA,J,BA,S,14,B[26]),BA=E(BA,aA,eA,J,_,20,B[27]),J=E(J,BA,aA,eA,FA,5,B[28]),eA=E(eA,J,BA,aA,v,9,B[29]),aA=E(aA,eA,J,BA,gA,14,B[30]),J=C(J,BA=E(BA,aA,eA,J,IA,20,B[31]),aA,eA,F,4,B[32]),eA=C(eA,J,BA,aA,_,11,B[33]),aA=C(aA,eA,J,BA,wA,16,B[34]),BA=C(BA,aA,eA,J,YA,23,B[35]),J=C(J,BA,aA,eA,Y,4,B[36]),eA=C(eA,J,BA,aA,z,11,B[37]),aA=C(aA,eA,J,BA,gA,16,B[38]),BA=C(BA,aA,eA,J,iA,23,B[39]),J=C(J,BA,aA,eA,FA,4,B[40]),eA=C(eA,J,BA,aA,x,11,B[41]),aA=C(aA,eA,J,BA,S,16,B[42]),BA=C(BA,aA,eA,J,$,23,B[43]),J=C(J,BA,aA,eA,fA,4,B[44]),eA=C(eA,J,BA,aA,IA,11,B[45]),aA=C(aA,eA,J,BA,HA,16,B[46]),J=e(J,BA=C(BA,aA,eA,J,v,23,B[47]),aA,eA,x,6,B[48]),eA=e(eA,J,BA,aA,gA,10,B[49]),aA=e(aA,eA,J,BA,YA,15,B[50]),BA=e(BA,aA,eA,J,F,21,B[51]),J=e(J,BA,aA,eA,IA,6,B[52]),eA=e(eA,J,BA,aA,S,10,B[53]),aA=e(aA,eA,J,BA,iA,15,B[54]),BA=e(BA,aA,eA,J,Y,21,B[55]),J=e(J,BA,aA,eA,_,6,B[56]),eA=e(eA,J,BA,aA,HA,10,B[57]),aA=e(aA,eA,J,BA,$,15,B[58]),BA=e(BA,aA,eA,J,FA,21,B[59]),J=e(J,BA,aA,eA,z,6,B[60]),eA=e(eA,J,BA,aA,wA,10,B[61]),aA=e(aA,eA,J,BA,v,15,B[62]),BA=e(BA,aA,eA,J,fA,21,B[63]),y[0]=y[0]+J|0,y[1]=y[1]+BA|0,y[2]=y[2]+aA|0,y[3]=y[3]+eA|0},_doFinalize:function(){var Q=this._data,I=Q.words,R=8*this._nDataBytes,p=8*Q.sigBytes;I[p>>>5]|=128<<24-p%32;var m=a.floor(R/4294967296),y=R;I[15+(p+64>>>9<<4)]=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8),I[14+(p+64>>>9<<4)]=16711935&(y<<8|y>>>24)|4278255360&(y<<24|y>>>8),Q.sigBytes=4*(I.length+1),this._process();for(var x=this._hash,Y=x.words,v=0;v<4;v++){var S=Y[v];Y[v]=16711935&(S<<8|S>>>24)|4278255360&(S<<24|S>>>8)}return x},clone:function(){var Q=f.clone.call(this);return Q._hash=this._hash.clone(),Q}});function d(h,Q,I,R,p,m,y){var x=h+(Q&I|~Q&R)+p+y;return(x<>>32-m)+Q}function E(h,Q,I,R,p,m,y){var x=h+(Q&R|I&~R)+p+y;return(x<>>32-m)+Q}function C(h,Q,I,R,p,m,y){var x=h+(Q^I^R)+p+y;return(x<>>32-m)+Q}function e(h,Q,I,R,p,m,y){var x=h+(I^(Q|~R))+p+y;return(x<>>32-m)+Q}s.MD5=f._createHelper(r),s.HmacMD5=f._createHmacHelper(r)}(Math),u.MD5)},2727:function(b,A,n){"use strict";var u;n(20731),b.exports=(u=n(34559),n(28395),u.mode.CFB=function(){var a=u.lib.BlockCipherMode.extend();function s(o,g,f,w){var B,r=this._iv;r?(B=r.slice(0),this._iv=void 0):B=this._prevBlock,w.encryptBlock(B,0);for(var d=0;d>24))f+=16777216;else{var w=f>>16&255,B=f>>8&255,r=255&f;255===w?(w=0,255===B?(B=0,255===r?r=0:++r):++B):++w,f=0,f+=w<<16,f+=B<<8,f+=r}return f}var g=a.Encryptor=a.extend({processBlock:function(w,B){var r=this._cipher,d=r.blockSize,E=this._iv,C=this._counter;E&&(C=this._counter=E.slice(0),this._iv=void 0),function o(f){return 0===(f[0]=s(f[0]))&&(f[1]=s(f[1])),f}(C);var e=C.slice(0);r.encryptBlock(e,0);for(var h=0;h>>2]|=w<<24-B%4*8,s.sigBytes+=w},unpad:function(s){s.sigBytes-=255&s.words[s.sigBytes-1>>>2]}},u.pad.Ansix923)},99215:function(b,A,n){"use strict";var u;n(39081),b.exports=(u=n(34559),n(28395),u.pad.Iso10126={pad:function(s,o){var g=4*o,f=g-s.sigBytes%g;s.concat(u.lib.WordArray.random(f-1)).concat(u.lib.WordArray.create([f<<24],1))},unpad:function(s){s.sigBytes-=255&s.words[s.sigBytes-1>>>2]}},u.pad.Iso10126)},43960:function(b,A,n){"use strict";var u;n(39081),b.exports=(u=n(34559),n(28395),u.pad.Iso97971={pad:function(s,o){s.concat(u.lib.WordArray.create([2147483648],1)),u.pad.ZeroPadding.pad(s,o)},unpad:function(s){u.pad.ZeroPadding.unpad(s),s.sigBytes--}},u.pad.Iso97971)},16934:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),n(28395),u.pad.NoPadding={pad:function(){},unpad:function(){}},u.pad.NoPadding)},40681:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),n(28395),u.pad.ZeroPadding={pad:function(s,o){var g=4*o;s.clamp(),s.sigBytes+=g-(s.sigBytes%g||g)},unpad:function(s){var o=s.words,g=s.sigBytes-1;for(g=s.sigBytes-1;g>=0;g--)if(o[g>>>2]>>>24-g%4*8&255){s.sigBytes=g+1;break}}},u.pad.ZeroPadding)},95729:function(b,A,n){"use strict";var u,a,s,o,g,f,B,r;n(39081),b.exports=(u=n(34559),n(26739),n(30443),g=(s=(a=u).lib).WordArray,B=(f=a.algo).HMAC,r=f.PBKDF2=(o=s.Base).extend({cfg:o.extend({keySize:4,hasher:f.SHA256,iterations:25e4}),init:function(E){this.cfg=this.cfg.extend(E)},compute:function(E,C){for(var e=this.cfg,h=B.create(e.hasher,E),Q=g.create(),I=g.create([1]),R=Q.words,p=I.words,m=e.keySize,y=e.iterations;R.length>>16,C[1],C[0]<<16|C[3]>>>16,C[2],C[1]<<16|C[0]>>>16,C[3],C[2]<<16|C[1]>>>16],Q=this._C=[C[2]<<16|C[2]>>>16,4294901760&C[0]|65535&C[1],C[3]<<16|C[3]>>>16,4294901760&C[1]|65535&C[2],C[0]<<16|C[0]>>>16,4294901760&C[2]|65535&C[3],C[1]<<16|C[1]>>>16,4294901760&C[3]|65535&C[0]];this._b=0;for(var I=0;I<4;I++)d.call(this);for(I=0;I<8;I++)Q[I]^=h[I+4&7];if(e){var R=e.words,p=R[0],m=R[1],y=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),x=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8),Y=y>>>16|4294901760&x,v=x<<16|65535&y;for(Q[0]^=y,Q[1]^=Y,Q[2]^=x,Q[3]^=v,Q[4]^=y,Q[5]^=Y,Q[6]^=x,Q[7]^=v,I=0;I<4;I++)d.call(this)}},_doProcessBlock:function(C,e){var h=this._X;d.call(this),f[0]=h[0]^h[5]>>>16^h[3]<<16,f[1]=h[2]^h[7]>>>16^h[5]<<16,f[2]=h[4]^h[1]>>>16^h[7]<<16,f[3]=h[6]^h[3]>>>16^h[1]<<16;for(var Q=0;Q<4;Q++)f[Q]=16711935&(f[Q]<<8|f[Q]>>>24)|4278255360&(f[Q]<<24|f[Q]>>>8),C[e+Q]^=f[Q]},blockSize:4,ivSize:2});function d(){for(var E=this._X,C=this._C,e=0;e<8;e++)w[e]=C[e];for(C[0]=C[0]+1295307597+this._b|0,C[1]=C[1]+3545052371+(C[0]>>>0>>0?1:0)|0,C[2]=C[2]+886263092+(C[1]>>>0>>0?1:0)|0,C[3]=C[3]+1295307597+(C[2]>>>0>>0?1:0)|0,C[4]=C[4]+3545052371+(C[3]>>>0>>0?1:0)|0,C[5]=C[5]+886263092+(C[4]>>>0>>0?1:0)|0,C[6]=C[6]+1295307597+(C[5]>>>0>>0?1:0)|0,C[7]=C[7]+3545052371+(C[6]>>>0>>0?1:0)|0,this._b=C[7]>>>0>>0?1:0,e=0;e<8;e++){var h=E[e]+C[e],Q=65535&h,I=h>>>16;B[e]=((Q*Q>>>17)+Q*I>>>15)+I*I^((4294901760&h)*h|0)+((65535&h)*h|0)}E[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,E[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,E[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,E[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,E[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,E[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,E[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,E[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}a.RabbitLegacy=o._createHelper(r)}(),u.RabbitLegacy)},55380:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),n(49300),n(72342),n(36572),n(28395),function(){var a=u,o=a.lib.StreamCipher,f=[],w=[],B=[],r=a.algo.Rabbit=o.extend({_doReset:function(){for(var C=this._key.words,e=this.cfg.iv,h=0;h<4;h++)C[h]=16711935&(C[h]<<8|C[h]>>>24)|4278255360&(C[h]<<24|C[h]>>>8);var Q=this._X=[C[0],C[3]<<16|C[2]>>>16,C[1],C[0]<<16|C[3]>>>16,C[2],C[1]<<16|C[0]>>>16,C[3],C[2]<<16|C[1]>>>16],I=this._C=[C[2]<<16|C[2]>>>16,4294901760&C[0]|65535&C[1],C[3]<<16|C[3]>>>16,4294901760&C[1]|65535&C[2],C[0]<<16|C[0]>>>16,4294901760&C[2]|65535&C[3],C[1]<<16|C[1]>>>16,4294901760&C[3]|65535&C[0]];for(this._b=0,h=0;h<4;h++)d.call(this);for(h=0;h<8;h++)I[h]^=Q[h+4&7];if(e){var R=e.words,p=R[0],m=R[1],y=16711935&(p<<8|p>>>24)|4278255360&(p<<24|p>>>8),x=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8),Y=y>>>16|4294901760&x,v=x<<16|65535&y;for(I[0]^=y,I[1]^=Y,I[2]^=x,I[3]^=v,I[4]^=y,I[5]^=Y,I[6]^=x,I[7]^=v,h=0;h<4;h++)d.call(this)}},_doProcessBlock:function(C,e){var h=this._X;d.call(this),f[0]=h[0]^h[5]>>>16^h[3]<<16,f[1]=h[2]^h[7]>>>16^h[5]<<16,f[2]=h[4]^h[1]>>>16^h[7]<<16,f[3]=h[6]^h[3]>>>16^h[1]<<16;for(var Q=0;Q<4;Q++)f[Q]=16711935&(f[Q]<<8|f[Q]>>>24)|4278255360&(f[Q]<<24|f[Q]>>>8),C[e+Q]^=f[Q]},blockSize:4,ivSize:2});function d(){for(var E=this._X,C=this._C,e=0;e<8;e++)w[e]=C[e];for(C[0]=C[0]+1295307597+this._b|0,C[1]=C[1]+3545052371+(C[0]>>>0>>0?1:0)|0,C[2]=C[2]+886263092+(C[1]>>>0>>0?1:0)|0,C[3]=C[3]+1295307597+(C[2]>>>0>>0?1:0)|0,C[4]=C[4]+3545052371+(C[3]>>>0>>0?1:0)|0,C[5]=C[5]+886263092+(C[4]>>>0>>0?1:0)|0,C[6]=C[6]+1295307597+(C[5]>>>0>>0?1:0)|0,C[7]=C[7]+3545052371+(C[6]>>>0>>0?1:0)|0,this._b=C[7]>>>0>>0?1:0,e=0;e<8;e++){var h=E[e]+C[e],Q=65535&h,I=h>>>16;B[e]=((Q*Q>>>17)+Q*I>>>15)+I*I^((4294901760&h)*h|0)+((65535&h)*h|0)}E[0]=B[0]+(B[7]<<16|B[7]>>>16)+(B[6]<<16|B[6]>>>16)|0,E[1]=B[1]+(B[0]<<8|B[0]>>>24)+B[7]|0,E[2]=B[2]+(B[1]<<16|B[1]>>>16)+(B[0]<<16|B[0]>>>16)|0,E[3]=B[3]+(B[2]<<8|B[2]>>>24)+B[1]|0,E[4]=B[4]+(B[3]<<16|B[3]>>>16)+(B[2]<<16|B[2]>>>16)|0,E[5]=B[5]+(B[4]<<8|B[4]>>>24)+B[3]|0,E[6]=B[6]+(B[5]<<16|B[5]>>>16)+(B[4]<<16|B[4]>>>16)|0,E[7]=B[7]+(B[6]<<8|B[6]>>>24)+B[5]|0}a.Rabbit=o._createHelper(r)}(),u.Rabbit)},76635:function(b,A,n){"use strict";var u;n(14032),n(68067),b.exports=(u=n(34559),n(49300),n(72342),n(36572),n(28395),function(){var a=u,o=a.lib.StreamCipher,g=a.algo,f=g.RC4=o.extend({_doReset:function(){for(var d=this._key,E=d.words,C=d.sigBytes,e=this._S=[],h=0;h<256;h++)e[h]=h;h=0;for(var Q=0;h<256;h++){var I=h%C,p=e[h];e[h]=e[Q=(Q+e[h]+(E[I>>>2]>>>24-I%4*8&255))%256],e[Q]=p}this._i=this._j=0},_doProcessBlock:function(d,E){d[E]^=w.call(this)},keySize:8,ivSize:0});function w(){for(var r=this._S,d=this._i,E=this._j,C=0,e=0;e<4;e++){var h=r[d=(d+1)%256];r[d]=r[E=(E+r[d])%256],r[E]=h,C|=r[(r[d]+r[E])%256]<<24-8*e}return this._i=d,this._j=E,C}a.RC4=o._createHelper(f);var B=g.RC4Drop=f.extend({cfg:f.cfg.extend({drop:192}),_doReset:function(){f._doReset.call(this);for(var d=this.cfg.drop;d>0;d--)w.call(this)}});a.RC4Drop=o._createHelper(B)}(),u.RC4)},76930:function(b,A,n){"use strict";var u;b.exports=(u=n(34559),function(a){var s=u,o=s.lib,g=o.WordArray,f=o.Hasher,w=s.algo,B=g.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),r=g.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),d=g.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),E=g.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),C=g.create([0,1518500249,1859775393,2400959708,2840853838]),e=g.create([1352829926,1548603684,1836072691,2053994217,0]),h=w.RIPEMD160=f.extend({_doReset:function(){this._hash=g.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(Y,v){for(var S=0;S<16;S++){var z=v+S,F=Y[z];Y[z]=16711935&(F<<8|F>>>24)|4278255360&(F<<24|F>>>8)}var FA,YA,HA,J,BA,aA,eA,EA,xA,OA,W,$=this._hash.words,gA=C.words,_=e.words,fA=B.words,iA=r.words,wA=d.words,IA=E.words;for(aA=FA=$[0],eA=YA=$[1],EA=HA=$[2],xA=J=$[3],OA=BA=$[4],S=0;S<80;S+=1)W=FA+Y[v+fA[S]]|0,W+=S<16?Q(YA,HA,J)+gA[0]:S<32?I(YA,HA,J)+gA[1]:S<48?R(YA,HA,J)+gA[2]:S<64?p(YA,HA,J)+gA[3]:m(YA,HA,J)+gA[4],W=(W=y(W|=0,wA[S]))+BA|0,FA=BA,BA=J,J=y(HA,10),HA=YA,YA=W,W=aA+Y[v+iA[S]]|0,W+=S<16?m(eA,EA,xA)+_[0]:S<32?p(eA,EA,xA)+_[1]:S<48?R(eA,EA,xA)+_[2]:S<64?I(eA,EA,xA)+_[3]:Q(eA,EA,xA)+_[4],W=(W=y(W|=0,IA[S]))+OA|0,aA=OA,OA=xA,xA=y(EA,10),EA=eA,eA=W;W=$[1]+HA+xA|0,$[1]=$[2]+J+OA|0,$[2]=$[3]+BA+aA|0,$[3]=$[4]+FA+eA|0,$[4]=$[0]+YA+EA|0,$[0]=W},_doFinalize:function(){var Y=this._data,v=Y.words,S=8*this._nDataBytes,z=8*Y.sigBytes;v[z>>>5]|=128<<24-z%32,v[14+(z+64>>>9<<4)]=16711935&(S<<8|S>>>24)|4278255360&(S<<24|S>>>8),Y.sigBytes=4*(v.length+1),this._process();for(var F=this._hash,$=F.words,gA=0;gA<5;gA++){var _=$[gA];$[gA]=16711935&(_<<8|_>>>24)|4278255360&(_<<24|_>>>8)}return F},clone:function(){var Y=f.clone.call(this);return Y._hash=this._hash.clone(),Y}});function Q(x,Y,v){return x^Y^v}function I(x,Y,v){return x&Y|~x&v}function R(x,Y,v){return(x|~Y)^v}function p(x,Y,v){return x&v|Y&~v}function m(x,Y,v){return x^(Y|~v)}function y(x,Y){return x<>>32-Y}s.RIPEMD160=f._createHelper(h),s.HmacRIPEMD160=f._createHmacHelper(h)}(Math),u.RIPEMD160)},76289:function(b,A,n){"use strict";var u,a,s,o,g,w,B;b.exports=(u=n(34559),o=(s=(a=u).lib).WordArray,w=[],B=a.algo.SHA1=(g=s.Hasher).extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(d,E){for(var C=this._hash.words,e=C[0],h=C[1],Q=C[2],I=C[3],R=C[4],p=0;p<80;p++){if(p<16)w[p]=0|d[E+p];else{var m=w[p-3]^w[p-8]^w[p-14]^w[p-16];w[p]=m<<1|m>>>31}var y=(e<<5|e>>>27)+R+w[p];y+=p<20?1518500249+(h&Q|~h&I):p<40?1859775393+(h^Q^I):p<60?(h&Q|h&I|Q&I)-1894007588:(h^Q^I)-899497514,R=I,I=Q,Q=h<<30|h>>>2,h=e,e=y}C[0]=C[0]+e|0,C[1]=C[1]+h|0,C[2]=C[2]+Q|0,C[3]=C[3]+I|0,C[4]=C[4]+R|0},_doFinalize:function(){var d=this._data,E=d.words,C=8*this._nDataBytes,e=8*d.sigBytes;return E[e>>>5]|=128<<24-e%32,E[14+(e+64>>>9<<4)]=Math.floor(C/4294967296),E[15+(e+64>>>9<<4)]=C,d.sigBytes=4*E.length,this._process(),this._hash},clone:function(){var d=g.clone.call(this);return d._hash=this._hash.clone(),d}}),a.SHA1=g._createHelper(B),a.HmacSHA1=g._createHmacHelper(B),u.SHA1)},75230:function(b,A,n){"use strict";var u,a,o,g,f,w;b.exports=(u=n(34559),n(26739),o=(a=u).lib.WordArray,w=(g=a.algo).SHA224=(f=g.SHA256).extend({_doReset:function(){this._hash=new o.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var r=f._doFinalize.call(this);return r.sigBytes-=4,r}}),a.SHA224=f._createHelper(w),a.HmacSHA224=f._createHmacHelper(w),u.SHA224)},26739:function(b,A,n){"use strict";var u;n(20731),b.exports=(u=n(34559),function(a){var s=u,o=s.lib,g=o.WordArray,f=o.Hasher,w=s.algo,B=[],r=[];!function(){function C(I){for(var R=a.sqrt(I),p=2;p<=R;p++)if(!(I%p))return!1;return!0}function e(I){return 4294967296*(I-(0|I))|0}for(var h=2,Q=0;Q<64;)C(h)&&(Q<8&&(B[Q]=e(a.pow(h,.5))),r[Q]=e(a.pow(h,.3333333333333333)),Q++),h++}();var d=[],E=w.SHA256=f.extend({_doReset:function(){this._hash=new g.init(B.slice(0))},_doProcessBlock:function(e,h){for(var Q=this._hash.words,I=Q[0],R=Q[1],p=Q[2],m=Q[3],y=Q[4],x=Q[5],Y=Q[6],v=Q[7],S=0;S<64;S++){if(S<16)d[S]=0|e[h+S];else{var z=d[S-15],$=d[S-2];d[S]=((z<<25|z>>>7)^(z<<14|z>>>18)^z>>>3)+d[S-7]+(($<<15|$>>>17)^($<<13|$>>>19)^$>>>10)+d[S-16]}var fA=I&R^I&p^R&p,IA=v+((y<<26|y>>>6)^(y<<21|y>>>11)^(y<<7|y>>>25))+(y&x^~y&Y)+r[S]+d[S];v=Y,Y=x,x=y,y=m+IA|0,m=p,p=R,R=I,I=IA+(((I<<30|I>>>2)^(I<<19|I>>>13)^(I<<10|I>>>22))+fA)|0}Q[0]=Q[0]+I|0,Q[1]=Q[1]+R|0,Q[2]=Q[2]+p|0,Q[3]=Q[3]+m|0,Q[4]=Q[4]+y|0,Q[5]=Q[5]+x|0,Q[6]=Q[6]+Y|0,Q[7]=Q[7]+v|0},_doFinalize:function(){var e=this._data,h=e.words,Q=8*this._nDataBytes,I=8*e.sigBytes;return h[I>>>5]|=128<<24-I%32,h[14+(I+64>>>9<<4)]=a.floor(Q/4294967296),h[15+(I+64>>>9<<4)]=Q,e.sigBytes=4*h.length,this._process(),this._hash},clone:function(){var e=f.clone.call(this);return e._hash=this._hash.clone(),e}});s.SHA256=f._createHelper(E),s.HmacSHA256=f._createHmacHelper(E)}(Math),u.SHA256)},80767:function(b,A,n){"use strict";var u;n(20731),b.exports=(u=n(34559),n(26478),function(a){var s=u,o=s.lib,g=o.WordArray,f=o.Hasher,B=s.x64.Word,r=s.algo,d=[],E=[],C=[];!function(){for(var Q=1,I=0,R=0;R<24;R++){d[Q+5*I]=(R+1)*(R+2)/2%64;var m=(2*Q+3*I)%5;Q=I%5,I=m}for(Q=0;Q<5;Q++)for(I=0;I<5;I++)E[Q+5*I]=I+(2*Q+3*I)%5*5;for(var y=1,x=0;x<24;x++){for(var Y=0,v=0,S=0;S<7;S++){if(1&y){var z=(1<>>24)|4278255360&(x<<24|x>>>8),(v=p[y]).high^=Y=16711935&(Y<<8|Y>>>24)|4278255360&(Y<<24|Y>>>8),v.low^=x}for(var S=0;S<24;S++){for(var z=0;z<5;z++){for(var F=0,$=0,gA=0;gA<5;gA++)F^=(v=p[z+5*gA]).high,$^=v.low;var _=e[z];_.high=F,_.low=$}for(z=0;z<5;z++){var fA=e[(z+4)%5],iA=e[(z+1)%5],wA=iA.high,IA=iA.low;for(F=fA.high^(wA<<1|IA>>>31),$=fA.low^(IA<<1|wA>>>31),gA=0;gA<5;gA++)(v=p[z+5*gA]).high^=F,v.low^=$}for(var FA=1;FA<25;FA++){var YA=(v=p[FA]).high,HA=v.low,J=d[FA];J<32?(F=YA<>>32-J,$=HA<>>32-J):(F=HA<>>64-J,$=YA<>>64-J);var BA=e[E[FA]];BA.high=F,BA.low=$}var aA=e[0],eA=p[0];for(aA.high=eA.high,aA.low=eA.low,z=0;z<5;z++)for(gA=0;gA<5;gA++){var EA=e[FA=z+5*gA],xA=e[(z+1)%5+5*gA],OA=e[(z+2)%5+5*gA];(v=p[FA]).high=EA.high^~xA.high&OA.high,v.low=EA.low^~xA.low&OA.low}var v,W=C[S];(v=p[0]).high^=W.high,v.low^=W.low}},_doFinalize:function(){var I=this._data,R=I.words,m=8*I.sigBytes,y=32*this.blockSize;R[m>>>5]|=1<<24-m%32,R[(a.ceil((m+1)/y)*y>>>5)-1]|=128,I.sigBytes=4*R.length,this._process();for(var x=this._state,Y=this.cfg.outputLength/8,v=Y/8,S=[],z=0;z>>24)|4278255360&($<<24|$>>>8),S.push(gA=16711935&(gA<<8|gA>>>24)|4278255360&(gA<<24|gA>>>8)),S.push($)}return new g.init(S,Y)},clone:function(){for(var I=f.clone.call(this),R=I._state=this._state.slice(0),p=0;p<25;p++)R[p]=R[p].clone();return I}});s.SHA3=f._createHelper(h),s.HmacSHA3=f._createHmacHelper(h)}(Math),u.SHA3)},371:function(b,A,n){"use strict";var u,a,s,o,g,f,w,B;b.exports=(u=n(34559),n(26478),n(97074),o=(s=(a=u).x64).Word,g=s.WordArray,B=(f=a.algo).SHA384=(w=f.SHA512).extend({_doReset:function(){this._hash=new g.init([new o.init(3418070365,3238371032),new o.init(1654270250,914150663),new o.init(2438529370,812702999),new o.init(355462360,4144912697),new o.init(1731405415,4290775857),new o.init(2394180231,1750603025),new o.init(3675008525,1694076839),new o.init(1203062813,3204075428)])},_doFinalize:function(){var d=w._doFinalize.call(this);return d.sigBytes-=16,d}}),a.SHA384=w._createHelper(B),a.HmacSHA384=w._createHmacHelper(B),u.SHA384)},97074:function(b,A,n){"use strict";var a;a=function(u){return function(){var a=u,o=a.lib.Hasher,g=a.x64,f=g.Word,w=g.WordArray,B=a.algo;function r(){return f.create.apply(f,arguments)}var d=[r(1116352408,3609767458),r(1899447441,602891725),r(3049323471,3964484399),r(3921009573,2173295548),r(961987163,4081628472),r(1508970993,3053834265),r(2453635748,2937671579),r(2870763221,3664609560),r(3624381080,2734883394),r(310598401,1164996542),r(607225278,1323610764),r(1426881987,3590304994),r(1925078388,4068182383),r(2162078206,991336113),r(2614888103,633803317),r(3248222580,3479774868),r(3835390401,2666613458),r(4022224774,944711139),r(264347078,2341262773),r(604807628,2007800933),r(770255983,1495990901),r(1249150122,1856431235),r(1555081692,3175218132),r(1996064986,2198950837),r(2554220882,3999719339),r(2821834349,766784016),r(2952996808,2566594879),r(3210313671,3203337956),r(3336571891,1034457026),r(3584528711,2466948901),r(113926993,3758326383),r(338241895,168717936),r(666307205,1188179964),r(773529912,1546045734),r(1294757372,1522805485),r(1396182291,2643833823),r(1695183700,2343527390),r(1986661051,1014477480),r(2177026350,1206759142),r(2456956037,344077627),r(2730485921,1290863460),r(2820302411,3158454273),r(3259730800,3505952657),r(3345764771,106217008),r(3516065817,3606008344),r(3600352804,1432725776),r(4094571909,1467031594),r(275423344,851169720),r(430227734,3100823752),r(506948616,1363258195),r(659060556,3750685593),r(883997877,3785050280),r(958139571,3318307427),r(1322822218,3812723403),r(1537002063,2003034995),r(1747873779,3602036899),r(1955562222,1575990012),r(2024104815,1125592928),r(2227730452,2716904306),r(2361852424,442776044),r(2428436474,593698344),r(2756734187,3733110249),r(3204031479,2999351573),r(3329325298,3815920427),r(3391569614,3928383900),r(3515267271,566280711),r(3940187606,3454069534),r(4118630271,4000239992),r(116418474,1914138554),r(174292421,2731055270),r(289380356,3203993006),r(460393269,320620315),r(685471733,587496836),r(852142971,1086792851),r(1017036298,365543100),r(1126000580,2618297676),r(1288033470,3409855158),r(1501505948,4234509866),r(1607167915,987167468),r(1816402316,1246189591)],E=[];!function(){for(var e=0;e<80;e++)E[e]=r()}();var C=B.SHA512=o.extend({_doReset:function(){this._hash=new w.init([new f.init(1779033703,4089235720),new f.init(3144134277,2227873595),new f.init(1013904242,4271175723),new f.init(2773480762,1595750129),new f.init(1359893119,2917565137),new f.init(2600822924,725511199),new f.init(528734635,4215389547),new f.init(1541459225,327033209)])},_doProcessBlock:function(h,Q){for(var I=this._hash.words,R=I[0],p=I[1],m=I[2],y=I[3],x=I[4],Y=I[5],v=I[6],S=I[7],z=R.high,F=R.low,$=p.high,gA=p.low,_=m.high,fA=m.low,iA=y.high,wA=y.low,IA=x.high,FA=x.low,YA=Y.high,HA=Y.low,J=v.high,BA=v.low,aA=S.high,eA=S.low,EA=z,xA=F,OA=$,W=gA,L=_,rA=fA,AA=iA,QA=wA,yA=IA,cA=FA,CA=YA,DA=HA,NA=J,zA=BA,pA=aA,JA=eA,ft=0;ft<80;ft++){var wt,gt,pt=E[ft];if(ft<16)gt=pt.high=0|h[Q+2*ft],wt=pt.low=0|h[Q+2*ft+1];else{var Yt=E[ft-15],VA=Yt.high,_A=Yt.low,ht=(_A>>>1|VA<<31)^(_A>>>8|VA<<24)^(_A>>>7|VA<<25),vt=E[ft-2],Nt=vt.high,vA=vt.low,Z=(vA>>>19|Nt<<13)^(vA<<3|Nt>>>29)^(vA>>>6|Nt<<26),k=E[ft-7],q=E[ft-16],At=q.low;pt.high=gt=(gt=(gt=((VA>>>1|_A<<31)^(VA>>>8|_A<<24)^VA>>>7)+k.high+((wt=ht+k.low)>>>0>>0?1:0))+((Nt>>>19|vA<<13)^(Nt<<3|vA>>>29)^Nt>>>6)+((wt+=Z)>>>0>>0?1:0))+q.high+((wt+=At)>>>0>>0?1:0),pt.low=wt}var $t,O=yA&CA^~yA&NA,qA=cA&DA^~cA&zA,nt=EA&OA^EA&L^OA&L,ot=(xA>>>28|EA<<4)^(xA<<30|EA>>>2)^(xA<<25|EA>>>7),Ut=d[ft],sn=Ut.low,Kt=pA+((yA>>>14|cA<<18)^(yA>>>18|cA<<14)^(yA<<23|cA>>>9))+(($t=JA+((cA>>>14|yA<<18)^(cA>>>18|yA<<14)^(cA<<23|yA>>>9)))>>>0>>0?1:0),Me=ot+(xA&W^xA&rA^W&rA);pA=NA,JA=zA,NA=CA,zA=DA,CA=yA,DA=cA,yA=AA+(Kt=(Kt=(Kt=Kt+O+(($t+=qA)>>>0>>0?1:0))+Ut.high+(($t+=sn)>>>0>>0?1:0))+gt+(($t+=wt)>>>0>>0?1:0))+((cA=QA+$t|0)>>>0>>0?1:0)|0,AA=L,QA=rA,L=OA,rA=W,OA=EA,W=xA,EA=Kt+(((EA>>>28|xA<<4)^(EA<<30|xA>>>2)^(EA<<25|xA>>>7))+nt+(Me>>>0>>0?1:0))+((xA=$t+Me|0)>>>0<$t>>>0?1:0)|0}F=R.low=F+xA,R.high=z+EA+(F>>>0>>0?1:0),gA=p.low=gA+W,p.high=$+OA+(gA>>>0>>0?1:0),fA=m.low=fA+rA,m.high=_+L+(fA>>>0>>0?1:0),wA=y.low=wA+QA,y.high=iA+AA+(wA>>>0>>0?1:0),FA=x.low=FA+cA,x.high=IA+yA+(FA>>>0>>0?1:0),HA=Y.low=HA+DA,Y.high=YA+CA+(HA>>>0>>0?1:0),BA=v.low=BA+zA,v.high=J+NA+(BA>>>0>>0?1:0),eA=S.low=eA+JA,S.high=aA+pA+(eA>>>0>>0?1:0)},_doFinalize:function(){var h=this._data,Q=h.words,I=8*this._nDataBytes,R=8*h.sigBytes;return Q[R>>>5]|=128<<24-R%32,Q[30+(R+128>>>10<<5)]=Math.floor(I/4294967296),Q[31+(R+128>>>10<<5)]=I,h.sigBytes=4*Q.length,this._process(),this._hash.toX32()},clone:function(){var h=o.clone.call(this);return h._hash=this._hash.clone(),h},blockSize:32});a.SHA512=o._createHelper(C),a.HmacSHA512=o._createHmacHelper(C)}(),u.SHA512},b.exports=a(n(34559),n(26478))},64390:function(b,A,n){"use strict";var u;n(20731),b.exports=(u=n(34559),n(49300),n(72342),n(36572),n(28395),function(){var a=u,s=a.lib,o=s.WordArray,g=s.BlockCipher,f=a.algo,w=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],B=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],r=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],d=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],E=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],C=f.DES=g.extend({_doReset:function(){for(var p=this._key.words,m=[],y=0;y<56;y++){var x=w[y]-1;m[y]=p[x>>>5]>>>31-x%32&1}for(var Y=this._subKeys=[],v=0;v<16;v++){var S=Y[v]=[],z=r[v];for(y=0;y<24;y++)S[y/6|0]|=m[(B[y]-1+z)%28]<<31-y%6,S[4+(y/6|0)]|=m[28+(B[y+24]-1+z)%28]<<31-y%6;for(S[0]=S[0]<<1|S[0]>>>31,y=1;y<7;y++)S[y]=S[y]>>>4*(y-1)+3;S[7]=S[7]<<5|S[7]>>>27}var F=this._invSubKeys=[];for(y=0;y<16;y++)F[y]=Y[15-y]},encryptBlock:function(R,p){this._doCryptBlock(R,p,this._subKeys)},decryptBlock:function(R,p){this._doCryptBlock(R,p,this._invSubKeys)},_doCryptBlock:function(R,p,m){this._lBlock=R[p],this._rBlock=R[p+1],e.call(this,4,252645135),e.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),e.call(this,1,1431655765);for(var y=0;y<16;y++){for(var x=m[y],Y=this._lBlock,v=this._rBlock,S=0,z=0;z<8;z++)S|=d[z][((v^x[z])&E[z])>>>0];this._lBlock=v,this._rBlock=Y^S}var F=this._lBlock;this._lBlock=this._rBlock,this._rBlock=F,e.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),e.call(this,16,65535),e.call(this,4,252645135),R[p]=this._lBlock,R[p+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function e(I,R){var p=(this._lBlock>>>I^this._rBlock)&R;this._rBlock^=p,this._lBlock^=p<>>I^this._lBlock)&R;this._lBlock^=p,this._rBlock^=p<192.");var m=p.slice(0,2),y=p.length<4?p.slice(0,2):p.slice(2,4),x=p.length<6?p.slice(0,2):p.slice(4,6);this._des1=C.createEncryptor(o.create(m)),this._des2=C.createEncryptor(o.create(y)),this._des3=C.createEncryptor(o.create(x))},encryptBlock:function(R,p){this._des1.encryptBlock(R,p),this._des2.decryptBlock(R,p),this._des3.encryptBlock(R,p)},decryptBlock:function(R,p){this._des3.decryptBlock(R,p),this._des2.encryptBlock(R,p),this._des1.decryptBlock(R,p)},keySize:6,ivSize:2,blockSize:2});a.TripleDES=g._createHelper(Q)}(),u.TripleDES)},26478:function(b,A,n){"use strict";var u,o,g,f,w;n(20731),b.exports=(u=n(34559),g=(o=u.lib).Base,f=o.WordArray,(w=u.x64={}).Word=g.extend({init:function(E,C){this.high=E,this.low=C}}),w.WordArray=g.extend({init:function(E,C){E=this.words=E||[],this.sigBytes=null!=C?C:8*E.length},toX32:function(){for(var E=this.words,C=E.length,e=[],h=0;h=B.length?{done:!0}:{done:!1,value:B[E++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(B,r){(null==r||r>B.length)&&(r=B.length);for(var d=0,E=new Array(r);d=0;--W){var L=this.tryEntries[W],rA=L.completion;if("root"===L.tryLoc)return OA("end");if(L.tryLoc<=this.prev){var AA=E.call(L,"catchLoc"),QA=E.call(L,"finallyLoc");if(AA&&QA){if(this.prev=0;--OA){var W=this.tryEntries[OA];if(W.tryLoc<=this.prev&&E.call(W,"finallyLoc")&&this.prev=0;--xA){var OA=this.tryEntries[xA];if(OA.finallyLoc===EA)return this.complete(OA.completion,OA.afterLoc),J(OA),S}},catch:function(EA){for(var xA=this.tryEntries.length-1;xA>=0;--xA){var OA=this.tryEntries[xA];if(OA.tryLoc===EA){var W=OA.completion;if("throw"===W.type){var L=W.arg;J(OA)}return L}}throw new Error("illegal catch attempt")},delegateYield:function(EA,xA,OA){return this.delegate={iterator:aA(EA),resultName:xA,nextLoc:OA},"next"===this.method&&(this.arg=B),S}},r}n(35877),n(38178),n(11765),n(24863),n(43448),n(63956),n(71950),n(68067),n(57114),n(42437),n(65292),n(73844),n(69330),n(81755),n(20731),n(14032),n(61726),n(58281),n(6422),n(94712);b.exports=function(){function B(d){this.stateTable=d.stateTable,this.accepting=d.accepting,this.tags=d.tags}var r=B.prototype;return r.match=function(E){var C,e=this;return(C={})[Symbol.iterator]=o().mark(function h(){var Q,I,R,p,m,y;return o().wrap(function(Y){for(;;)switch(Y.prev=Y.next){case 0:Q=1,I=null,R=null,p=null,m=0;case 5:if(!(m=I)){Y.next=13;break}return Y.next=13,[I,R,e.tags[p]];case 13:Q=e.stateTable[1][y],I=null;case 15:0!==Q&&null==I&&(I=m),e.accepting[Q]&&(R=m),0===Q&&(Q=1);case 18:m++,Y.next=5;break;case 21:if(!(null!=I&&null!=R&&R>=I)){Y.next=24;break}return Y.next=24,[I,R,e.tags[Q]];case 24:case"end":return Y.stop()}},h)}),C},r.apply=function(E,C){for(var h,e=u(this.match(E));!(h=e()).done;)for(var y,Q=h.value,I=Q[0],R=Q[1],m=u(Q[2]);!(y=m()).done;){var x=y.value;"function"==typeof C[x]&&C[x](I,R,E.slice(I,R+1))}},B}()},80646:function(b,A,n){"use strict";var u=n(50621).Buffer;n(58028),n(20731),n(14032),n(68067);var a=n(48181),s=n(6729);b.exports=function(){function o(f){var w;for(this.data=f,this.pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){var B=this.readUInt32(),r="";for(w=0;w<4;w++)r+=String.fromCharCode(this.data[this.pos++]);switch(r){case"IHDR":this.width=this.readUInt32(),this.height=this.readUInt32(),this.bits=this.data[this.pos++],this.colorType=this.data[this.pos++],this.compressionMethod=this.data[this.pos++],this.filterMethod=this.data[this.pos++],this.interlaceMethod=this.data[this.pos++];break;case"PLTE":this.palette=this.read(B);break;case"IDAT":for(w=0;w0)for(w=0;wthis.data.length)throw new Error("Incomplete or corrupt PNG file")}}o.decode=function(w,B){return a.readFile(w,function(r,d){return new o(d).decode(function(C){return B(C)})})},o.load=function(w){return new o(a.readFileSync(w))};var g=o.prototype;return g.read=function(w){for(var B=new Array(w),r=0;r"u")throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof w);return s(w,B,r)}),f.alloc||(f.alloc=function(w,B,r){if("number"!=typeof w)throw new TypeError('The "size" argument must be of type number. Received type '+typeof w);if(w<0||w>=2147483648)throw new RangeError('The value "'+w+'" is invalid for option "size"');var d=s(w);return B&&0!==B.length?"string"==typeof r?d.fill(B,r):d.fill(B):d.fill(0),d}),!o.kStringMaxLength)try{o.kStringMaxLength=u.binding("buffer").kStringMaxLength}catch{}o.constants||(o.constants={MAX_LENGTH:o.kMaxLength},o.kStringMaxLength&&(o.constants.MAX_STRING_LENGTH=o.kStringMaxLength)),b.exports=o},57540:function(b,A,n){"use strict";function u(Q,I){var R=Object.keys(Q);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(Q);I&&(p=p.filter(function(m){return Object.getOwnPropertyDescriptor(Q,m).enumerable})),R.push.apply(R,p)}return R}function a(Q){for(var I=1;I0?this.tail.next=p:this.head=p,this.tail=p,++this.length}},{key:"unshift",value:function(R){var p={data:R,next:this.head};0===this.length&&(this.tail=p),this.head=p,++this.length}},{key:"shift",value:function(){if(0!==this.length){var R=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,R}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(R){if(0===this.length)return"";for(var p=this.head,m=""+p.data;p=p.next;)m+=R+p.data;return m}},{key:"concat",value:function(R){if(0===this.length)return d.alloc(0);for(var p=d.allocUnsafe(R>>>0),m=this.head,y=0;m;)h(m.data,p,y),y+=m.data.length,m=m.next;return p}},{key:"consume",value:function(R,p){var m;return Rx.length?x.length:R;if(y+=Y===x.length?x:x.slice(0,R),0==(R-=Y)){Y===x.length?(++m,this.head=p.next?p.next:this.tail=null):(this.head=p,p.data=x.slice(Y));break}++m}return this.length-=m,y}},{key:"_getBuffer",value:function(R){var p=d.allocUnsafe(R),m=this.head,y=1;for(m.data.copy(p),R-=m.data.length;m=m.next;){var x=m.data,Y=R>x.length?x.length:R;if(x.copy(p,p.length-R,0,Y),0==(R-=Y)){Y===x.length?(++y,this.head=m.next?m.next:this.tail=null):(this.head=m,m.data=x.slice(Y));break}++y}return this.length-=y,p}},{key:e,value:function(R,p){return C(this,a(a({},p),{},{depth:0,customInspect:!1}))}}]),Q}()},72361:function(b,A,n){"use strict";n(41584);var u=n(50621),a=u.Buffer;function s(g,f){for(var w in g)f[w]=g[w]}function o(g,f,w){return a(g,f,w)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?b.exports=u:(s(u,A),A.Buffer=o),s(a,o),o.from=function(g,f,w){if("number"==typeof g)throw new TypeError("Argument must not be a number");return a(g,f,w)},o.alloc=function(g,f,w){if("number"!=typeof g)throw new TypeError("Argument must be a number");var B=a(g);return void 0!==f?"string"==typeof w?B.fill(f,w):B.fill(f):B.fill(0),B},o.allocUnsafe=function(g){if("number"!=typeof g)throw new TypeError("Argument must be a number");return a(g)},o.allocUnsafeSlow=function(g){if("number"!=typeof g)throw new TypeError("Argument must be a number");return u.SlowBuffer(g)}},41209:function(b,A,n){"use strict";n(81755),n(20731),n(14032),n(56912),n(59735),n(73663),n(29883),n(35471),n(21012),n(88997),n(97464),n(2857),n(94715),n(13624),n(91132),n(62514),n(24597),n(88042),n(4660),n(92451),n(44206),n(66288),n(13250),n(3858),n(84538),n(64793),n(74202),n(52529);var u=n(3483),s=n(51014).swap32LE;b.exports=function(){function x(v){var S="function"==typeof v.readUInt32BE&&"function"==typeof v.slice;if(S||v instanceof Uint8Array){var z;if(S)this.highStart=v.readUInt32LE(0),this.errorValue=v.readUInt32LE(4),z=v.readUInt32LE(8),v=v.slice(12);else{var F=new DataView(v.buffer);this.highStart=F.getUint32(0,!0),this.errorValue=F.getUint32(4,!0),z=F.getUint32(8,!0),v=v.subarray(12)}v=u(v,new Uint8Array(z)),v=u(v,new Uint8Array(z)),s(v),this.data=new Uint32Array(v.buffer)}else{var $=v;this.data=$.data,this.highStart=$.highStart,this.errorValue=$.errorValue}}return x.prototype.get=function(S){return S<0||S>1114111?this.errorValue:S<55296||S>56319&&S<=65535?this.data[(this.data[S>>5]<<2)+(31&S)]:S<=65535?this.data[(this.data[2048+(S-55296>>5)]<<2)+(31&S)]:S>11)]+(S>>5&63)]<<2)+(31&S)]:this.data[this.data.length-4]},x}()},51014:function(b,A,n){"use strict";n(81755),n(14032),n(56912),n(59735),n(73663),n(29883),n(35471),n(21012),n(88997),n(97464),n(2857),n(94715),n(13624),n(91132),n(62514),n(24597),n(88042),n(4660),n(92451),n(44206),n(66288),n(13250),n(3858),n(84538),n(64793),n(74202),n(52529);var u=18===new Uint8Array(new Uint32Array([305419896]).buffer)[0],a=function(f,w,B){var r=f[w];f[w]=f[B],f[B]=r};b.exports={swap32LE:function(f){u&&function(f){for(var w=f.length,B=0;B/)){for(;at=et();)XA.childNodes.push(at),at.parentNode=XA,XA.textContent+=3===at.nodeType||4===at.nodeType?at.nodeValue:at.textContent;return(LA=it.match(/^<\/([\w:.-]+)\s*>/,!0))?(LA[1]===XA.nodeName||(ee('parseXml: tag not matching, opening "'+XA.nodeName+'" & closing "'+LA[1]+'"'),UA=!0),XA):(ee('parseXml: tag not matching, opening "'+XA.nodeName+'" & not closing'),UA=!0,XA)}if(it.match(/^\/>/))return XA;ee('parseXml: tag could not be parsed "'+XA.nodeName+'"'),UA=!0}else{if(LA=it.match(/^/))return new SA(null,8,LA,UA);if(LA=it.match(/^<\?[\s\S]*?\?>/))return new SA(null,7,LA,UA);if(LA=it.match(/^/))return new SA(null,10,LA,UA);if(LA=it.match(/^/,!0))return new SA("#cdata-section",4,LA[1],UA);if(LA=it.match(/^([^<]+)/,!0))return new SA("#text",3,_(LA[1]),UA)}};TA=kA();)1!==TA.nodeType||RA?(1===TA.nodeType||3===TA.nodeType&&""!==TA.nodeValue.trim())&&ee("parseXml: data after document end has been discarded"):RA=TA;return it.matchAll()&&ee("parseXml: parsing error"),RA}function _(ZA){return ZA.replace(/&(?:#([0-9]+)|#[xX]([0-9A-Fa-f]+)|([0-9A-Za-z]+));/g,function(SA,it,RA,TA){return it?String.fromCharCode(parseInt(it,10)):RA?String.fromCharCode(parseInt(RA,16)):TA&&d[TA]?String.fromCharCode(d[TA]):SA})}function fA(ZA){var SA,it;return ZA=(ZA||"").trim(),(SA=B[ZA])?it=[SA.slice(),1]:(SA=ZA.match(/^rgba\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9.]+)\s*\)$/i))?(SA[1]=parseInt(SA[1]),SA[2]=parseInt(SA[2]),SA[3]=parseInt(SA[3]),SA[4]=parseFloat(SA[4]),SA[1]<256&&SA[2]<256&&SA[3]<256&&SA[4]<=1&&(it=[SA.slice(1,4),SA[4]])):(SA=ZA.match(/^rgb\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*\)$/i))?(SA[1]=parseInt(SA[1]),SA[2]=parseInt(SA[2]),SA[3]=parseInt(SA[3]),SA[1]<256&&SA[2]<256&&SA[3]<256&&(it=[SA.slice(1,4),1])):(SA=ZA.match(/^rgb\(\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*,\s*([0-9.]+)%\s*\)$/i))?(SA[1]=2.55*parseFloat(SA[1]),SA[2]=2.55*parseFloat(SA[2]),SA[3]=2.55*parseFloat(SA[3]),SA[1]<256&&SA[2]<256&&SA[3]<256&&(it=[SA.slice(1,4),1])):(SA=ZA.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i))?it=[[parseInt(SA[1],16),parseInt(SA[2],16),parseInt(SA[3],16)],1]:(SA=ZA.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(it=[[17*parseInt(SA[1],16),17*parseInt(SA[2],16),17*parseInt(SA[3],16)],1]),Fe?Fe(it,ZA):it}function iA(ZA,SA,it){var RA=ZA[0].slice(),TA=ZA[1]*SA;if(it){for(var UA=0;UA=0;SA--)ZA=wA(wn[SA].savedMatrix,ZA);return ZA}function YA(){return(new Yt).M(0,0).L(s.page.width,0).L(s.page.width,s.page.height).L(0,s.page.height).transform(HA(FA())).getBoundingBox()}function HA(ZA){var SA=ZA[0]*ZA[3]-ZA[1]*ZA[2];return[ZA[3]/SA,-ZA[1]/SA,-ZA[2]/SA,ZA[0]/SA,(ZA[2]*ZA[5]-ZA[3]*ZA[4])/SA,(ZA[1]*ZA[4]-ZA[0]*ZA[5])/SA]}function J(ZA){var SA=xA(ZA[0]),it=xA(ZA[1]),RA=xA(ZA[2]),TA=xA(ZA[3]),UA=xA(ZA[4]),kA=xA(ZA[5]);if(EA(SA*TA-it*RA,0))return[SA,it,RA,TA,UA,kA]}function BA(ZA){var SA=ZA[2]||0,it=ZA[1]||0,RA=ZA[0]||0;if(eA(SA,0)&&eA(it,0))return[];if(eA(SA,0))return[-RA/it];var TA=it*it-4*SA*RA;return EA(TA,0)&&TA>0?[(-it+Math.sqrt(TA))/(2*SA),(-it-Math.sqrt(TA))/(2*SA)]:eA(TA,0)?[-it/(2*SA)]:[]}function aA(ZA,SA){return(SA[0]||0)+(SA[1]||0)*ZA+(SA[2]||0)*ZA*ZA+(SA[3]||0)*ZA*ZA*ZA}function eA(ZA,SA){return Math.abs(ZA-SA)<1e-10}function EA(ZA,SA){return Math.abs(ZA-SA)>=1e-10}function xA(ZA){return ZA>-1e21&&ZA<1e21?Math.round(1e6*ZA)/1e6:0}function W(ZA){for(var RA,SA=new wt((ZA||"").trim()),it=[1,0,0,1,0,0];RA=SA.match(/^([A-Za-z]+)\s*[(]([^(]+)[)]/,!0);){for(var TA=RA[1],UA=[],kA=new wt(RA[2].trim()),et=void 0;et=kA.matchNumber();)UA.push(Number(et)),kA.matchSeparator();if("matrix"===TA&&6===UA.length)it=wA(it,[UA[0],UA[1],UA[2],UA[3],UA[4],UA[5]]);else if("translate"===TA&&2===UA.length)it=wA(it,[1,0,0,1,UA[0],UA[1]]);else if("translate"===TA&&1===UA.length)it=wA(it,[1,0,0,1,UA[0],0]);else if("scale"===TA&&2===UA.length)it=wA(it,[UA[0],0,0,UA[1],0,0]);else if("scale"===TA&&1===UA.length)it=wA(it,[UA[0],0,0,UA[0],0,0]);else if("rotate"===TA&&3===UA.length){var LA=UA[0]*Math.PI/180;it=wA(it,[1,0,0,1,UA[1],UA[2]],[Math.cos(LA),Math.sin(LA),-Math.sin(LA),Math.cos(LA),0,0],[1,0,0,1,-UA[1],-UA[2]])}else if("rotate"===TA&&1===UA.length){var at=UA[0]*Math.PI/180;it=wA(it,[Math.cos(at),Math.sin(at),-Math.sin(at),Math.cos(at),0,0])}else if("skewX"===TA&&1===UA.length){var XA=UA[0]*Math.PI/180;it=wA(it,[1,0,Math.tan(XA),1,0,0])}else{if("skewY"!==TA||1!==UA.length)return;var dt=UA[0]*Math.PI/180;it=wA(it,[1,Math.tan(dt),0,1,0,0])}SA.matchSeparator()}if(!SA.matchAll())return it}function L(ZA,SA,it,RA,TA,UA){var kA=(ZA||"").trim().match(/^(none)$|^x(Min|Mid|Max)Y(Min|Mid|Max)(?:\s+(meet|slice))?$/)||[],et=kA[1]||kA[4]||"meet",XA=SA/RA,dt=it/TA,xt={Min:0,Mid:.5,Max:1}[kA[2]||"Mid"]-(UA||0),St={Min:0,Mid:.5,Max:1}[kA[3]||"Mid"]-(UA||0);return"slice"===et?dt=XA=Math.max(XA,dt):"meet"===et&&(dt=XA=Math.min(XA,dt)),[XA,0,0,dt,xt*(SA-RA*XA),St*(it-TA*dt)]}function rA(ZA){var SA=Object.create(null);ZA=(ZA||"").trim().split(/;/);for(var it=0;itue&&(Ht=ue,ue=ie,ie=Ht),Jt>se&&(Ht=se,se=Jt,Jt=Ht);for(var ve=BA(xt),Oe=0;Oe=0&&ve[Oe]<=1){var ge=aA(ve[Oe],XA);geue&&(ue=ge)}for(var xe=BA(St),be=0;be=0&&xe[be]<=1){var Ze=aA(xe[be],dt);Zese&&(se=Ze)}return[ie,Jt,ue,se]},this.getPointAtLength=function(Ht){if(eA(Ht,0))return this.startPoint;if(eA(Ht,this.totalLength))return this.endPoint;if(!(Ht<0||Ht>this.totalLength))for(var ie=1;ie<=at;ie++){var Jt=jt[ie-1],ue=jt[ie];if(Jt<=Ht&&Ht<=ue){var se=(ie-(ue-Ht)/(ue-Jt))/at,ve=aA(se,XA),Oe=aA(se,dt),ge=aA(se,xt),xe=aA(se,St);return[ve,Oe,Math.atan2(xe,ge)]}}}},pt=function(SA,it,RA,TA){this.totalLength=Math.sqrt((RA-SA)*(RA-SA)+(TA-it)*(TA-it)),this.startPoint=[SA,it,Math.atan2(TA-it,RA-SA)],this.endPoint=[RA,TA,Math.atan2(TA-it,RA-SA)],this.getBoundingBox=function(){return[Math.min(this.startPoint[0],this.endPoint[0]),Math.min(this.startPoint[1],this.endPoint[1]),Math.max(this.startPoint[0],this.endPoint[0]),Math.max(this.startPoint[1],this.endPoint[1])]},this.getPointAtLength=function(UA){if(UA>=0&&UA<=this.totalLength){var kA=UA/this.totalLength||0;return[this.startPoint[0]+kA*(this.endPoint[0]-this.startPoint[0]),this.startPoint[1]+kA*(this.endPoint[1]-this.startPoint[1]),this.startPoint[2]]}}},Yt=function ZA(){this.pathCommands=[],this.pathSegments=[],this.startPoint=null,this.endPoint=null,this.totalLength=0;var UA,kA,et,SA=0,it=0,RA=0,TA=0;this.move=function(LA,at){return SA=RA=LA,it=TA=at,null},this.line=function(LA,at){var XA=new pt(RA,TA,LA,at);return RA=LA,TA=at,XA},this.curve=function(LA,at,XA,dt,xt,St){var jt=new gt(RA,TA,LA,at,XA,dt,xt,St);return RA=xt,TA=St,jt},this.close=function(){var LA=new pt(RA,TA,SA,it);return RA=SA,TA=it,LA},this.addCommand=function(LA){this.pathCommands.push(LA);var at=this[LA[0]].apply(this,LA.slice(3));at&&(at.hasStart=LA[1],at.hasEnd=LA[2],this.startPoint=this.startPoint||at.startPoint,this.endPoint=at.endPoint,this.pathSegments.push(at),this.totalLength+=at.totalLength)},this.M=function(LA,at){return this.addCommand(["move",!0,!0,LA,at]),UA="M",this},this.m=function(LA,at){return this.M(RA+LA,TA+at)},this.Z=this.z=function(){return this.addCommand(["close",!0,!0]),UA="Z",this},this.L=function(LA,at){return this.addCommand(["line",!0,!0,LA,at]),UA="L",this},this.l=function(LA,at){return this.L(RA+LA,TA+at)},this.H=function(LA){return this.L(LA,TA)},this.h=function(LA){return this.L(RA+LA,TA)},this.V=function(LA){return this.L(RA,LA)},this.v=function(LA){return this.L(RA,TA+LA)},this.C=function(LA,at,XA,dt,xt,St){return this.addCommand(["curve",!0,!0,LA,at,XA,dt,xt,St]),UA="C",kA=XA,et=dt,this},this.c=function(LA,at,XA,dt,xt,St){return this.C(RA+LA,TA+at,RA+XA,TA+dt,RA+xt,TA+St)},this.S=function(LA,at,XA,dt){return this.C(RA+("C"===UA?RA-kA:0),TA+("C"===UA?TA-et:0),LA,at,XA,dt)},this.s=function(LA,at,XA,dt){return this.C(RA+("C"===UA?RA-kA:0),TA+("C"===UA?TA-et:0),RA+LA,TA+at,RA+XA,TA+dt)},this.Q=function(LA,at,XA,dt){return this.addCommand(["curve",!0,!0,RA+.6666666666666666*(LA-RA),TA+2/3*(at-TA),XA+2/3*(LA-XA),dt+2/3*(at-dt),XA,dt]),UA="Q",kA=LA,et=at,this},this.q=function(LA,at,XA,dt){return this.Q(RA+LA,TA+at,RA+XA,TA+dt)},this.T=function(LA,at){return this.Q(RA+("Q"===UA?RA-kA:0),TA+("Q"===UA?TA-et:0),LA,at)},this.t=function(LA,at){return this.Q(RA+("Q"===UA?RA-kA:0),TA+("Q"===UA?TA-et:0),RA+LA,TA+at)},this.A=function(LA,at,XA,dt,xt,St,jt){if(eA(LA,0)||eA(at,0))this.addCommand(["line",!0,!0,St,jt]);else{XA*=Math.PI/180,LA=Math.abs(LA),at=Math.abs(at),dt=1*!!dt,xt=1*!!xt;var Xt=Math.cos(XA)*(RA-St)/2+Math.sin(XA)*(TA-jt)/2,ne=Math.cos(XA)*(TA-jt)/2-Math.sin(XA)*(RA-St)/2,Et=Xt*Xt/(LA*LA)+ne*ne/(at*at);Et>1&&(LA*=Math.sqrt(Et),at*=Math.sqrt(Et));var Rt=Math.sqrt(Math.max(0,LA*LA*at*at-LA*LA*ne*ne-at*at*Xt*Xt)/(LA*LA*ne*ne+at*at*Xt*Xt)),Zt=(dt===xt?-1:1)*Rt*LA*ne/at,Ht=(dt===xt?1:-1)*Rt*at*Xt/LA,ie=Math.cos(XA)*Zt-Math.sin(XA)*Ht+(RA+St)/2,Jt=Math.sin(XA)*Zt+Math.cos(XA)*Ht+(TA+jt)/2,ue=Math.atan2((ne-Ht)/at,(Xt-Zt)/LA),se=Math.atan2((-ne-Ht)/at,(-Xt-Zt)/LA);0===xt&&se-ue>0?se-=2*Math.PI:1===xt&&se-ue<0&&(se+=2*Math.PI);for(var ve=Math.ceil(Math.abs(se-ue)/(Math.PI/Dn)),Oe=0;OeLA[2]&&(LA[2]=dt[2]),dt[1]LA[3]&&(LA[3]=dt[3]);return LA[0]===1/0&&(LA[0]=0),LA[1]===1/0&&(LA[1]=0),LA[2]===-1/0&&(LA[2]=0),LA[3]===-1/0&&(LA[3]=0),LA},this.getPointAtLength=function(LA){if(LA>=0&&LA<=this.totalLength){for(var at,XA=0;XATA.selector.specificity||(SA[UA]=TA.css[UA],it[UA]=TA.selector.specificity)}return SA}(SA),this.allowedChildren=[],this.attr=function(UA){if("function"==typeof SA.getAttribute)return SA.getAttribute(UA)},this.resolveUrl=function(UA){var kA=(UA||"").match(/^\s*(?:url\("(.*)#(.*)"\)|url\('(.*)#(.*)'\)|url\((.*)#(.*)\)|(.*)#(.*))\s*$/)||[],et=kA[1]||kA[3]||kA[5]||kA[7],LA=kA[2]||kA[4]||kA[6]||kA[8];if(LA){if(!et){var at=o.getElementById(LA);if(at)return-1===this.stack.indexOf(at)?at:void ee('SVGtoPDF: loop of circular references for id "'+LA+'"')}if(we){var XA=kt[et];if(!XA){(function OA(ZA){return"object"==typeof ZA&&null!==ZA&&"number"==typeof ZA.length})(XA=we(et))||(XA=[XA]);for(var dt=0;dt=0&&et[3]>=0?et:kA},this.getPercent=function(UA,kA){var et=this.attr(UA),LA=new wt((et||"").trim()),dt=LA.matchNumber();return!dt||(LA.match("%")&&(dt*=.01),LA.matchAll())?kA:Math.max(0,Math.min(1,dt))},this.chooseValue=function(UA){for(var kA=0;kA=0&&(LA=XA);break;case"stroke-miterlimit":null!=(XA=parseFloat(et))&&XA>=1&&(LA=XA);break;case"word-spacing":case"letter-spacing":LA=this.computeLength(et,this.getViewport());break;case"stroke-dashoffset":if(null!=(LA=this.computeLength(et,this.getViewport()))&&LA<0)for(var ne=this.get("stroke-dasharray"),Et=0;Et0?kA:this.ref?this.ref.getChildren():[]},this.getPaint=function(kA,et,LA,at){var XA="userSpaceOnUse"!==this.attr("patternUnits"),dt="objectBoundingBox"===this.attr("patternContentUnits"),xt=this.getLength("x",XA?1:this.getParentVWidth(),0),St=this.getLength("y",XA?1:this.getParentVHeight(),0),jt=this.getLength("width",XA?1:this.getParentVWidth(),0),Xt=this.getLength("height",XA?1:this.getParentVHeight(),0);dt&&!XA?(xt=(xt-kA[0])/(kA[2]-kA[0])||0,St=(St-kA[1])/(kA[3]-kA[1])||0,jt=jt/(kA[2]-kA[0])||0,Xt=Xt/(kA[3]-kA[1])||0):!dt&&XA&&(xt=kA[0]+xt*(kA[2]-kA[0]),St=kA[1]+St*(kA[3]-kA[1]),jt*=kA[2]-kA[0],Xt*=kA[3]-kA[1]);var ne=this.getViewbox("viewBox",[0,0,jt,Xt]),Rt=wA(L((this.attr("preserveAspectRatio")||"").trim(),jt,Xt,ne[2],ne[3],0),[1,0,0,1,-ne[0],-ne[1]]),Zt=W(this.attr("patternTransform"));if(dt&&(Zt=wA([kA[2]-kA[0],0,0,kA[3]-kA[1],kA[0],kA[1]],Zt)),(Zt=J(Zt=wA(Zt,[1,0,0,1,xt,St])))&&(Rt=J(Rt))&&(jt=xA(jt))&&(Xt=xA(Xt))){var Ht=h([0,0,jt,Xt]);return s.transform.apply(s,Rt),this.drawChildren(LA,at),Q(Ht),[p(Ht,jt,Xt,Zt),et]}return RA?[RA[0],RA[1]*et]:void 0},this.getVWidth=function(){var kA="userSpaceOnUse"!==this.attr("patternUnits"),et=this.getLength("width",kA?1:this.getParentVWidth(),0);return this.getViewbox("viewBox",[0,0,et,0])[2]},this.getVHeight=function(){var kA="userSpaceOnUse"!==this.attr("patternUnits"),et=this.getLength("height",kA?1:this.getParentVHeight(),0);return this.getViewbox("viewBox",[0,0,0,et])[3]}},hA=function ZA(SA,it,RA){VA.call(this,SA,it),this.allowedChildren=["stop"],this.ref=function(){var kA=this.getUrl("href")||this.getUrl("xlink:href");if(kA&&kA.nodeName===SA.nodeName)return new ZA(kA,it,RA)}.call(this);var TA=this.attr;this.attr=function(kA){var et=TA.call(this,kA);return null!=et||"href"===kA||"xlink:href"===kA?et:this.ref?this.ref.attr(kA):null};var UA=this.getChildren;this.getChildren=function(){var kA=UA.call(this);return kA.length>0?kA:this.ref?this.ref.getChildren():[]},this.getPaint=function(kA,et,LA,at){var XA=this.getChildren();if(0!==XA.length){if(1===XA.length){var dt=XA[0],xt=dt.get("stop-color");return"none"===xt?void 0:iA(xt,dt.get("stop-opacity")*et,at)}var ne,Et,Rt,Zt,Ht,ie,St="userSpaceOnUse"!==this.attr("gradientUnits"),jt=W(this.attr("gradientTransform")),Xt=this.attr("spreadMethod"),Jt=0,ue=0,se=1;if(St&&(jt=wA([kA[2]-kA[0],0,0,kA[3]-kA[1],kA[0],kA[1]],jt)),jt=J(jt)){if("linearGradient"===this.name)Et=this.getLength("x1",St?1:this.getVWidth(),0),Rt=this.getLength("x2",St?1:this.getVWidth(),St?1:this.getVWidth()),Zt=this.getLength("y1",St?1:this.getVHeight(),0),Ht=this.getLength("y2",St?1:this.getVHeight(),0);else{Rt=this.getLength("cx",St?1:this.getVWidth(),St?.5:.5*this.getVWidth()),Ht=this.getLength("cy",St?1:this.getVHeight(),St?.5:.5*this.getVHeight()),ie=this.getLength("r",St?1:this.getViewport(),St?.5:.5*this.getViewport()),Et=this.getLength("fx",St?1:this.getVWidth(),Rt),Zt=this.getLength("fy",St?1:this.getVHeight(),Ht),ie<0&&ee("SvgElemGradient: negative r value");var ve=Math.sqrt(Math.pow(Rt-Et,2)+Math.pow(Ht-Zt,2)),Oe=1;ve>ie&&(Et=Rt+(Et-Rt)*(Oe=ie/ve),Zt=Ht+(Zt-Ht)*Oe),ie=Math.max(ie,ve*Oe*1.000001)}if("reflect"===Xt||"repeat"===Xt){var ge=HA(jt),xe=IA([kA[0],kA[1]],ge),be=IA([kA[2],kA[1]],ge),Ze=IA([kA[2],kA[3]],ge),vn=IA([kA[0],kA[3]],ge);"linearGradient"===this.name?(Jt=Math.max((xe[0]-Rt)*(Rt-Et)+(xe[1]-Ht)*(Ht-Zt),(be[0]-Rt)*(Rt-Et)+(be[1]-Ht)*(Ht-Zt),(Ze[0]-Rt)*(Rt-Et)+(Ze[1]-Ht)*(Ht-Zt),(vn[0]-Rt)*(Rt-Et)+(vn[1]-Ht)*(Ht-Zt))/(Math.pow(Rt-Et,2)+Math.pow(Ht-Zt,2)),ue=Math.max((xe[0]-Et)*(Et-Rt)+(xe[1]-Zt)*(Zt-Ht),(be[0]-Et)*(Et-Rt)+(be[1]-Zt)*(Zt-Ht),(Ze[0]-Et)*(Et-Rt)+(Ze[1]-Zt)*(Zt-Ht),(vn[0]-Et)*(Et-Rt)+(vn[1]-Zt)*(Zt-Ht))/(Math.pow(Rt-Et,2)+Math.pow(Ht-Zt,2))):Jt=Math.sqrt(Math.max(Math.pow(xe[0]-Rt,2)+Math.pow(xe[1]-Ht,2),Math.pow(be[0]-Rt,2)+Math.pow(be[1]-Ht,2),Math.pow(Ze[0]-Rt,2)+Math.pow(Ze[1]-Ht,2),Math.pow(vn[0]-Rt,2)+Math.pow(vn[1]-Ht,2)))/ie-1,Jt=Math.ceil(Jt+.5),se=(ue=Math.ceil(ue+.5))+1+Jt}ne="linearGradient"===this.name?s.linearGradient(Et-ue*(Rt-Et),Zt-ue*(Ht-Zt),Rt+Jt*(Rt-Et),Ht+Jt*(Ht-Zt)):s.radialGradient(Et,Zt,0,Rt,Ht,ie+Jt*ie);for(var en=0;en0&&ne.stop((en+0)/se,on[0],on[1]),ne.stop((en+Qn)/(Jt+ue+1),on[0],on[1]),nn===XA.length-1&&Qn<1&&ne.stop((en+1)/se,on[0],on[1])}return ne.setTransform.apply(ne,jt),[ne,1]}return RA?[RA[0],RA[1]*et]:void 0}}},q=function(SA,it){_A.call(this,SA,it),this.dashScale=1,this.getBoundingShape=function(){return this.shape},this.getTransformation=function(){return this.get("transform")},this.drawInDocument=function(RA,TA){if("hidden"!==this.get("visibility")&&this.shape){if(s.save(),this.transform(),this.clip(),RA)this.shape.insertInDocument(),z(r.white),s.fill(this.get("clip-rule"));else{var kA;this.mask()&&(kA=h(YA()));var et=this.shape.getSubPaths(),LA=this.getFill(RA,TA),at=this.getStroke(RA,TA),XA=this.get("stroke-width"),dt=this.get("stroke-linecap");if(LA||at){if(LA&&z(LA),at){for(var xt=0;xt0&&et[xt].startPoint&&et[xt].startPoint.length>1){var St=et[xt].startPoint[0],jt=et[xt].startPoint[1];z(at),"square"===dt?s.rect(St-.5*XA,jt-.5*XA,XA,XA):"round"===dt&&s.circle(St,jt,.5*XA),s.fill()}var Xt=this.get("stroke-dasharray"),ne=this.get("stroke-dashoffset");if(EA(this.dashScale,1)){for(var Et=0;Et0&&et[Rt].insertInDocument();LA&&at?s.fillAndStroke(this.get("fill-rule")):LA?s.fill(this.get("fill-rule")):at&&s.stroke()}var Zt=this.get("marker-start"),Ht=this.get("marker-mid"),ie=this.get("marker-end");if("none"!==Zt||"none"!==Ht||"none"!==ie){var Jt=this.shape.getMarkers();if("none"!==Zt&&new ot(Zt,null).drawMarker(!1,TA,Jt[0],XA),"none"!==Ht)for(var se=1;se0&&kA>0?et&&LA?(et=Math.min(et,.5*UA),LA=Math.min(LA,.5*kA),this.shape=(new Yt).M(RA+et,TA).L(RA+UA-et,TA).A(et,LA,0,0,1,RA+UA,TA+LA).L(RA+UA,TA+kA-LA).A(et,LA,0,0,1,RA+UA-et,TA+kA).L(RA+et,TA+kA).A(et,LA,0,0,1,RA,TA+kA-LA).L(RA,TA+LA).A(et,LA,0,0,1,RA+et,TA).Z()):this.shape=(new Yt).M(RA,TA).L(RA+UA,TA).L(RA+UA,TA+kA).L(RA,TA+kA).Z():this.shape=new Yt},At=function(SA,it){q.call(this,SA,it);var RA=this.getLength("cx",this.getVWidth(),0),TA=this.getLength("cy",this.getVHeight(),0),UA=this.getLength("r",this.getViewport(),0);this.shape=UA>0?(new Yt).M(RA+UA,TA).A(UA,UA,0,0,1,RA-UA,TA).A(UA,UA,0,0,1,RA+UA,TA).Z():new Yt},O=function(SA,it){q.call(this,SA,it);var RA=this.getLength("cx",this.getVWidth(),0),TA=this.getLength("cy",this.getVHeight(),0),UA=this.getLength("rx",this.getVWidth(),0),kA=this.getLength("ry",this.getVHeight(),0);this.shape=UA>0&&kA>0?(new Yt).M(RA+UA,TA).A(UA,kA,0,0,1,RA-UA,TA).A(UA,kA,0,0,1,RA+UA,TA).Z():new Yt},qA=function(SA,it){q.call(this,SA,it);var RA=this.getLength("x1",this.getVWidth(),0),TA=this.getLength("y1",this.getVHeight(),0),UA=this.getLength("x2",this.getVWidth(),0),kA=this.getLength("y2",this.getVHeight(),0);this.shape=(new Yt).M(RA,TA).L(UA,kA)},nt=function(SA,it){q.call(this,SA,it);var RA=this.getNumberList("points");this.shape=new Yt;for(var TA=0;TA0?RA:void 0,this.dashScale=void 0!==this.pathLength?this.shape.totalLength/this.pathLength:1},ot=function(SA,it){Qt.call(this,SA,it);var RA=this.getLength("markerWidth",this.getParentVWidth(),3),TA=this.getLength("markerHeight",this.getParentVHeight(),3),UA=this.getViewbox("viewBox",[0,0,RA,TA]);this.getVWidth=function(){return UA[2]},this.getVHeight=function(){return UA[3]},this.drawMarker=function(kA,et,LA,at){s.save();var XA=this.attr("orient"),dt=this.attr("markerUnits"),xt="auto"===XA?LA[2]:(parseFloat(XA)||0)*Math.PI/180,St="userSpaceOnUse"===dt?1:at;s.transform(Math.cos(xt)*St,Math.sin(xt)*St,-Math.sin(xt)*St,Math.cos(xt)*St,LA[0],LA[1]);var Et,jt=this.getLength("refX",this.getVWidth(),0),Xt=this.getLength("refY",this.getVHeight(),0),ne=L(this.attr("preserveAspectRatio"),RA,TA,UA[2],UA[3],.5);"hidden"===this.get("overflow")&&s.rect(ne[0]*(UA[0]+UA[2]/2-jt)-RA/2,ne[3]*(UA[1]+UA[3]/2-Xt)-TA/2,RA,TA).clip(),s.transform.apply(s,ne),s.translate(-jt,-Xt),this.get("opacity")<1&&!kA&&(Et=h(YA())),this.drawChildren(kA,et),Et&&(Q(Et),s.fillOpacity(this.get("opacity")),I(Et)),s.restore()}},Tt=function(SA,it){Qt.call(this,SA,it),this.useMask=function(RA){var TA=h(YA());s.save(),"objectBoundingBox"===this.attr("clipPathUnits")&&s.transform(RA[2]-RA[0],0,0,RA[3]-RA[1],RA[0],RA[1]),this.clip(),this.drawChildren(!0,!1),s.restore(),Q(TA),R(TA,!0)}},yt=function(SA,it){Qt.call(this,SA,it),this.useMask=function(RA){var UA,kA,et,LA,TA=h(YA());s.save(),"userSpaceOnUse"===this.attr("maskUnits")?(UA=this.getLength("x",this.getVWidth(),-.1*(RA[2]-RA[0])+RA[0]),kA=this.getLength("y",this.getVHeight(),-.1*(RA[3]-RA[1])+RA[1]),et=this.getLength("width",this.getVWidth(),1.2*(RA[2]-RA[0])),LA=this.getLength("height",this.getVHeight(),1.2*(RA[3]-RA[1]))):(UA=this.getLength("x",this.getVWidth(),-.1)*(RA[2]-RA[0])+RA[0],kA=this.getLength("y",this.getVHeight(),-.1)*(RA[3]-RA[1])+RA[1],et=this.getLength("width",this.getVWidth(),1.2)*(RA[2]-RA[0]),LA=this.getLength("height",this.getVHeight(),1.2)*(RA[3]-RA[1])),s.rect(UA,kA,et,LA).clip(),"objectBoundingBox"===this.attr("maskContentUnits")&&s.transform(RA[2]-RA[0],0,0,RA[3]-RA[1],RA[0],RA[1]),this.clip(),this.drawChildren(!1,!0),s.restore(),Q(TA),R(TA,!0)}},Ut=function(SA,it){_A.call(this,SA,it),this.allowedChildren=["tspan","#text","#cdata-section","a"],this.isText=!0,this.getBoundingShape=function(){for(var RA=new Yt,TA=0;TA Tj")}s.addContent("ET")}}}"line-through"===this.get("text-decoration")&&this.decorate(.05*this._font.size,.5*(DA(this._font.font,this._font.size)+NA(this._font.font,this._font.size)),RA,TA)},this.decorate=function(RA,TA,UA,kA){var et=this.getFill(UA,kA),LA=this.getStroke(UA,kA);et&&z(et),LA&&(F(LA),s.lineWidth(this.get("stroke-width")).miterLimit(this.get("stroke-miterlimit")).lineJoin(this.get("stroke-linejoin")).lineCap(this.get("stroke-linecap")).dash(this.get("stroke-dasharray"),{phase:this.get("stroke-dashoffset")}));for(var at=0,XA=this._pos;at0?kA:this.pathObject.totalLength,this.pathScale=this.pathObject.totalLength/this.pathLength}else if((UA=this.getUrl("href")||this.getUrl("xlink:href"))&&"path"===UA.nodeName){var et=new jA(UA,this);this.pathObject=et.shape.clone().transform(et.get("transform")),this.pathLength=this.chooseValue(et.pathLength,this.pathObject.totalLength),this.pathScale=this.pathObject.totalLength/this.pathLength}},Kt=function(SA,it){Ut.call(this,SA,it),this.allowedChildren=["textPath","tspan","#text","#cdata-section","a"],function(RA){var LA,at,TA="",UA=SA.textContent,kA=[],et=[],XA=0,dt=0;function xt(){if(et.length)for(var Et=et[et.length-1],Ht={startltr:0,middleltr:.5,endltr:1,startrtl:1,middlertl:.5,endrtl:0}[LA+at]*(Et.x+Et.width-et[0].x)||0,ie=0;ieZt||ue<0)Et._pos[Jt].hidden=!0;else{var se=Rt.getPointAtLength(ue*Ht);EA(Ht,1)&&(Et._pos[Jt].scale*=Ht,Et._pos[Jt].width*=Ht),Et._pos[Jt].x=se[0]-.5*Et._pos[Jt].width*Math.cos(se[2])-Et._pos[Jt].y*Math.sin(se[2]),Et._pos[Jt].y=se[1]-.5*Et._pos[Jt].width*Math.sin(se[2])+Et._pos[Jt].y*Math.cos(se[2]),Et._pos[Jt].rotate=se[2]+Et._pos[Jt].rotate,Et._pos[Jt].continuous=!1}}else for(var ve=0;ve0&&se<1/0)for(var ve=0;ve=2)for(var Oe=(Rt-(ue-Jt))/(Et.length-1),ge=0;ge"u"||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}();return function(){var V,X=m(dA);if(H){var uA=m(this).constructor;V=Reflect.construct(X,arguments,uA)}else V=X.apply(this,arguments);return function v(dA,H){return!H||"object"!=typeof H&&"function"!=typeof H?Y(dA):H}(this,V)}}function z(dA,H){return function gA(dA){if(Array.isArray(dA))return dA}(dA)||function fA(dA,H){if(!(typeof Symbol>"u")&&Symbol.iterator in Object(dA)){var T=[],X=!0,V=!1,uA=void 0;try{for(var tt,mA=dA[Symbol.iterator]();!(X=(tt=mA.next()).done)&&(T.push(tt.value),!H||T.length!==H);X=!0);}catch(rt){V=!0,uA=rt}finally{try{!X&&null!=mA.return&&mA.return()}finally{if(V)throw uA}}return T}}(dA,H)||iA(dA,H)||function FA(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function F(dA){return function $(dA){if(Array.isArray(dA))return wA(dA)}(dA)||function _(dA){if(typeof Symbol<"u"&&Symbol.iterator in Object(dA))return Array.from(dA)}(dA)||iA(dA)||function IA(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function iA(dA,H){if(dA){if("string"==typeof dA)return wA(dA,H);var T=Object.prototype.toString.call(dA).slice(8,-1);if("Object"===T&&dA.constructor&&(T=dA.constructor.name),"Map"===T||"Set"===T)return Array.from(dA);if("Arguments"===T||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return wA(dA,H)}}function wA(dA,H){(null==H||H>dA.length)&&(H=dA.length);for(var T=0,X=new Array(H);T"u"||null==dA[Symbol.iterator]){if(Array.isArray(dA)||(T=iA(dA))||H&&dA&&"number"==typeof dA.length){T&&(dA=T);var X=0,V=function(){};return{s:V,n:function(){return X>=dA.length?{done:!0}:{done:!1,value:dA[X++]}},e:function(ut){throw ut},f:V}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var tt,uA=!0,mA=!1;return{s:function(){T=dA[Symbol.iterator]()},n:function(){var ut=T.next();return uA=ut.done,ut},e:function(ut){mA=!0,tt=ut},f:function(){try{!uA&&null!=T.return&&T.return()}finally{if(mA)throw tt}}}}var HA=function(){function dA(){C(this,dA)}return h(dA,[{key:"toString",value:function(){throw new Error("Must be implemented by subclasses")}}]),dA}(),J=function(){function dA(){var H=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};C(this,dA),this._items={},this.limits="boolean"!=typeof H.limits||H.limits}return h(dA,[{key:"add",value:function(T,X){return this._items[T]=X}},{key:"get",value:function(T){return this._items[T]}},{key:"toString",value:function(){var T=this,X=Object.keys(this._items).sort(function(Ct,Mt){return T._compareKeys(Ct,Mt)}),V=["<<"];if(this.limits&&X.length>1){var mA=X[X.length-1];V.push(" /Limits ".concat(xA.convert([this._dataForKey(X[0]),this._dataForKey(mA)])))}V.push(" /".concat(this._keysName()," ["));var rt,tt=YA(X);try{for(tt.s();!(rt=tt.n()).done;){var ut=rt.value;V.push(" ".concat(xA.convert(this._dataForKey(ut))," ").concat(xA.convert(this._items[ut])))}}catch(Ct){tt.e(Ct)}finally{tt.f()}return V.push("]"),V.push(">>"),V.join("\n")}},{key:"_compareKeys",value:function(){throw new Error("Must be implemented by subclasses")}},{key:"_keysName",value:function(){throw new Error("Must be implemented by subclasses")}},{key:"_dataForKey",value:function(){throw new Error("Must be implemented by subclasses")}}]),dA}(),BA=function(H,T){return(Array(T+1).join("0")+H).slice(-T)},aA=/[\n\r\t\b\f()\\]/g,eA={"\n":"\\n","\r":"\\r","\t":"\\t","\b":"\\b","\f":"\\f","\\":"\\\\","(":"\\(",")":"\\)"},xA=function(){function dA(){C(this,dA)}return h(dA,null,[{key:"convert",value:function(T){var X=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("string"==typeof T)return"/".concat(T);if(T instanceof String){for(var V=T,uA=!1,mA=0,tt=V.length;mA127){uA=!0;break}var rt;return rt=uA?function(H){var T=H.length;if(1&T)throw new Error("Buffer length must be even");for(var X=0,V=T-1;X");if(T instanceof HA||T instanceof J)return T.toString();if(T instanceof Date){var ut="D:".concat(BA(T.getUTCFullYear(),4))+BA(T.getUTCMonth()+1,2)+BA(T.getUTCDate(),2)+BA(T.getUTCHours(),2)+BA(T.getUTCMinutes(),2)+BA(T.getUTCSeconds(),2)+"Z";return X&&(ut=(ut=X(a.from(ut,"ascii")).toString("binary")).replace(aA,function(Ot){return eA[Ot]})),"(".concat(ut,")")}if(Array.isArray(T)){var Ct=T.map(function(Ot){return dA.convert(Ot,X)}).join(" ");return"[".concat(Ct,"]")}if("[object Object]"==={}.toString.call(T)){var Mt=["<<"];for(var Dt in T){var Ft=T[Dt];Mt.push("/".concat(Dt," ").concat(dA.convert(Ft,X)))}return Mt.push(">>"),Mt.join("\n")}return"number"==typeof T?dA.number(T):"".concat(T)}},{key:"number",value:function(T){if(T>-1e21&&T<1e21)return Math.round(1e6*T)/1e6;throw new Error("unsupported number: ".concat(T))}}]),dA}(),OA=function(dA){p(T,dA);var H=S(T);function T(X,V){var uA,mA=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return C(this,T),(uA=H.call(this)).document=X,uA.id=V,uA.data=mA,uA.gen=0,uA.compress=uA.document.compress&&!uA.data.Filter,uA.uncompressedLength=0,uA.buffer=[],uA}return h(T,[{key:"write",value:function(V){if(a.isBuffer(V)||(V=a.from(V+"\n","binary")),this.uncompressedLength+=V.length,null==this.data.Length&&(this.data.Length=0),this.buffer.push(V),this.data.Length+=V.length,this.compress)return this.data.Filter="FlateDecode"}},{key:"end",value:function(V){return V&&this.write(V),this.finalize()}},{key:"finalize",value:function(){this.offset=this.document._offset;var V=this.document._security?this.document._security.getEncryptFn(this.id,this.gen):null;this.buffer.length&&(this.buffer=a.concat(this.buffer),this.compress&&(this.buffer=o.default.deflateSync(this.buffer)),V&&(this.buffer=V(this.buffer)),this.data.Length=this.buffer.length),this.document._write("".concat(this.id," ").concat(this.gen," obj")),this.document._write(xA.convert(this.data,V)),this.buffer.length&&(this.document._write("stream"),this.document._write(this.buffer),this.buffer=[],this.document._write("\nendstream")),this.document._write("endobj"),this.document._refEnd(this)}},{key:"toString",value:function(){return"".concat(this.id," ").concat(this.gen," R")}}]),T}(HA),W={top:72,left:72,bottom:72,right:72},L={"4A0":[4767.87,6740.79],"2A0":[3370.39,4767.87],A0:[2383.94,3370.39],A1:[1683.78,2383.94],A2:[1190.55,1683.78],A3:[841.89,1190.55],A4:[595.28,841.89],A5:[419.53,595.28],A6:[297.64,419.53],A7:[209.76,297.64],A8:[147.4,209.76],A9:[104.88,147.4],A10:[73.7,104.88],B0:[2834.65,4008.19],B1:[2004.09,2834.65],B2:[1417.32,2004.09],B3:[1000.63,1417.32],B4:[708.66,1000.63],B5:[498.9,708.66],B6:[354.33,498.9],B7:[249.45,354.33],B8:[175.75,249.45],B9:[124.72,175.75],B10:[87.87,124.72],C0:[2599.37,3676.54],C1:[1836.85,2599.37],C2:[1298.27,1836.85],C3:[918.43,1298.27],C4:[649.13,918.43],C5:[459.21,649.13],C6:[323.15,459.21],C7:[229.61,323.15],C8:[161.57,229.61],C9:[113.39,161.57],C10:[79.37,113.39],RA0:[2437.8,3458.27],RA1:[1729.13,2437.8],RA2:[1218.9,1729.13],RA3:[864.57,1218.9],RA4:[609.45,864.57],SRA0:[2551.18,3628.35],SRA1:[1814.17,2551.18],SRA2:[1275.59,1814.17],SRA3:[907.09,1275.59],SRA4:[637.8,907.09],EXECUTIVE:[521.86,756],FOLIO:[612,936],LEGAL:[612,1008],LETTER:[612,792],TABLOID:[792,1224]},rA=function(){function dA(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};C(this,dA),this.document=H,this.size=T.size||"letter",this.layout=T.layout||"portrait",this.margins="number"==typeof T.margin?{top:T.margin,left:T.margin,bottom:T.margin,right:T.margin}:T.margins||W;var X=Array.isArray(this.size)?this.size:L[this.size.toUpperCase()];this.width=X["portrait"===this.layout?0:1],this.height=X["portrait"===this.layout?1:0],this.content=this.document.ref(),this.resources=this.document.ref({ProcSet:["PDF","Text","ImageB","ImageC","ImageI"]}),this.dictionary=this.document.ref({Type:"Page",Parent:this.document._root.data.Pages,MediaBox:[0,0,this.width,this.height],Contents:this.content,Resources:this.resources}),this.markings=[]}return h(dA,[{key:"maxY",value:function(){return this.height-this.margins.bottom}},{key:"write",value:function(T){return this.content.write(T)}},{key:"end",value:function(){return this.dictionary.end(),this.resources.end(),this.content.end()}},{key:"fonts",get:function(){var T=this.resources.data;return null!=T.Font?T.Font:T.Font={}}},{key:"xobjects",get:function(){var T=this.resources.data;return null!=T.XObject?T.XObject:T.XObject={}}},{key:"ext_gstates",get:function(){var T=this.resources.data;return null!=T.ExtGState?T.ExtGState:T.ExtGState={}}},{key:"patterns",get:function(){var T=this.resources.data;return null!=T.Pattern?T.Pattern:T.Pattern={}}},{key:"colorSpaces",get:function(){var T=this.resources.data;return T.ColorSpace||(T.ColorSpace={})}},{key:"annotations",get:function(){var T=this.dictionary.data;return null!=T.Annots?T.Annots:T.Annots=[]}},{key:"structParentTreeKey",get:function(){var T=this.dictionary.data;return null!=T.StructParents?T.StructParents:T.StructParents=this.document.createStructParentTreeNextKey()}}]),dA}(),AA=function(dA){p(T,dA);var H=S(T);function T(){return C(this,T),H.apply(this,arguments)}return h(T,[{key:"_compareKeys",value:function(V,uA){return V.localeCompare(uA)}},{key:"_keysName",value:function(){return"Names"}},{key:"_dataForKey",value:function(V){return new String(V)}}]),T}(J);function QA(dA,H){if(dA=H[uA]&&dA<=H[uA+1])return!0;dA>H[uA+1]?T=V+1:X=V-1}return!1}var yA=[545,545,564,591,686,687,751,767,848,863,880,883,886,889,891,893,895,899,907,907,909,909,930,930,975,975,1015,1023,1159,1159,1231,1231,1270,1271,1274,1279,1296,1328,1367,1368,1376,1376,1416,1416,1419,1424,1442,1442,1466,1466,1477,1487,1515,1519,1525,1547,1549,1562,1564,1566,1568,1568,1595,1599,1622,1631,1774,1775,1791,1791,1806,1806,1837,1839,1867,1919,1970,2304,2308,2308,2362,2363,2382,2383,2389,2391,2417,2432,2436,2436,2445,2446,2449,2450,2473,2473,2481,2481,2483,2485,2490,2491,2493,2493,2501,2502,2505,2506,2510,2518,2520,2523,2526,2526,2532,2533,2555,2561,2563,2564,2571,2574,2577,2578,2601,2601,2609,2609,2612,2612,2615,2615,2618,2619,2621,2621,2627,2630,2633,2634,2638,2648,2653,2653,2655,2661,2677,2688,2692,2692,2700,2700,2702,2702,2706,2706,2729,2729,2737,2737,2740,2740,2746,2747,2758,2758,2762,2762,2766,2767,2769,2783,2785,2789,2800,2816,2820,2820,2829,2830,2833,2834,2857,2857,2865,2865,2868,2869,2874,2875,2884,2886,2889,2890,2894,2901,2904,2907,2910,2910,2914,2917,2929,2945,2948,2948,2955,2957,2961,2961,2966,2968,2971,2971,2973,2973,2976,2978,2981,2983,2987,2989,2998,2998,3002,3005,3011,3013,3017,3017,3022,3030,3032,3046,3059,3072,3076,3076,3085,3085,3089,3089,3113,3113,3124,3124,3130,3133,3141,3141,3145,3145,3150,3156,3159,3167,3170,3173,3184,3201,3204,3204,3213,3213,3217,3217,3241,3241,3252,3252,3258,3261,3269,3269,3273,3273,3278,3284,3287,3293,3295,3295,3298,3301,3312,3329,3332,3332,3341,3341,3345,3345,3369,3369,3386,3389,3396,3397,3401,3401,3406,3414,3416,3423,3426,3429,3440,3457,3460,3460,3479,3481,3506,3506,3516,3516,3518,3519,3527,3529,3531,3534,3541,3541,3543,3543,3552,3569,3573,3584,3643,3646,3676,3712,3715,3715,3717,3718,3721,3721,3723,3724,3726,3731,3736,3736,3744,3744,3748,3748,3750,3750,3752,3753,3756,3756,3770,3770,3774,3775,3781,3781,3783,3783,3790,3791,3802,3803,3806,3839,3912,3912,3947,3952,3980,3983,3992,3992,4029,4029,4045,4046,4048,4095,4130,4130,4136,4136,4139,4139,4147,4149,4154,4159,4186,4255,4294,4303,4345,4346,4348,4351,4442,4446,4515,4519,4602,4607,4615,4615,4679,4679,4681,4681,4686,4687,4695,4695,4697,4697,4702,4703,4743,4743,4745,4745,4750,4751,4783,4783,4785,4785,4790,4791,4799,4799,4801,4801,4806,4807,4815,4815,4823,4823,4847,4847,4879,4879,4881,4881,4886,4887,4895,4895,4935,4935,4955,4960,4989,5023,5109,5120,5751,5759,5789,5791,5873,5887,5901,5901,5909,5919,5943,5951,5972,5983,5997,5997,6001,6001,6004,6015,6109,6111,6122,6143,6159,6159,6170,6175,6264,6271,6314,7679,7836,7839,7930,7935,7958,7959,7966,7967,8006,8007,8014,8015,8024,8024,8026,8026,8028,8028,8030,8030,8062,8063,8117,8117,8133,8133,8148,8149,8156,8156,8176,8177,8181,8181,8191,8191,8275,8278,8280,8286,8292,8297,8306,8307,8335,8351,8370,8399,8427,8447,8507,8508,8524,8530,8580,8591,9167,9215,9255,9279,9291,9311,9471,9471,9748,9749,9752,9752,9854,9855,9866,9984,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10079,10080,10133,10135,10160,10160,10175,10191,10220,10223,11008,11903,11930,11930,12020,12031,12246,12271,12284,12287,12352,12352,12439,12440,12544,12548,12589,12592,12687,12687,12728,12783,12829,12831,12868,12880,12924,12926,13004,13007,13055,13055,13175,13178,13278,13279,13311,13311,19894,19967,40870,40959,42125,42127,42183,44031,55204,55295,64046,64047,64107,64255,64263,64274,64280,64284,64311,64311,64317,64317,64319,64319,64322,64322,64325,64325,64434,64466,64832,64847,64912,64913,64968,64975,65021,65023,65040,65055,65060,65071,65095,65096,65107,65107,65127,65127,65132,65135,65141,65141,65277,65278,65280,65280,65471,65473,65480,65481,65488,65489,65496,65497,65501,65503,65511,65511,65519,65528,65536,66303,66335,66335,66340,66351,66379,66559,66598,66599,66638,118783,119030,119039,119079,119081,119262,119807,119893,119893,119965,119965,119968,119969,119971,119972,119975,119976,119981,119981,119994,119994,119996,119996,120001,120001,120004,120004,120070,120070,120075,120076,120085,120085,120093,120093,120122,120122,120127,120127,120133,120133,120135,120137,120145,120145,120484,120487,120778,120781,120832,131069,173783,194559,195102,196605,196608,262141,262144,327677,327680,393213,393216,458749,458752,524285,524288,589821,589824,655357,655360,720893,720896,786429,786432,851965,851968,917501,917504,917504,917506,917535,917632,983037],cA=function(H){return QA(H,yA)},CA=[173,173,847,847,6150,6150,6155,6155,6156,6156,6157,6157,8203,8203,8204,8204,8205,8205,8288,8288,65024,65024,65025,65025,65026,65026,65027,65027,65028,65028,65029,65029,65030,65030,65031,65031,65032,65032,65033,65033,65034,65034,65035,65035,65036,65036,65037,65037,65038,65038,65039,65039,65279,65279],NA=[160,160,5760,5760,8192,8192,8193,8193,8194,8194,8195,8195,8196,8196,8197,8197,8198,8198,8199,8199,8200,8200,8201,8201,8202,8202,8203,8203,8239,8239,8287,8287,12288,12288],pA=[128,159,1757,1757,1807,1807,6158,6158,8204,8204,8205,8205,8232,8232,8233,8233,8288,8288,8289,8289,8290,8290,8291,8291,8298,8303,65279,65279,65529,65532,119155,119162],JA=[64976,65007,65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1114110,1114111],ft=[0,31,127,127,832,832,833,833,8206,8206,8207,8207,8234,8234,8235,8235,8236,8236,8237,8237,8238,8238,8298,8298,8299,8299,8300,8300,8301,8301,8302,8302,8303,8303,12272,12283,55296,57343,57344,63743,65529,65529,65530,65530,65531,65531,65532,65532,65533,65533,917505,917505,917536,917631,983040,1048573,1048576,1114109],wt=function(H){return QA(H,NA)||QA(H,ft)||QA(H,pA)||QA(H,JA)},gt=[1470,1470,1472,1472,1475,1475,1488,1514,1520,1524,1563,1563,1567,1567,1569,1594,1600,1610,1645,1647,1649,1749,1757,1757,1765,1766,1786,1790,1792,1805,1808,1808,1810,1836,1920,1957,1969,1969,8207,8207,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65020,65136,65140,65142,65276],pt=function(H){return QA(H,gt)},Yt=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,544,546,563,592,685,688,696,699,705,720,721,736,740,750,750,890,890,902,902,904,906,908,908,910,929,931,974,976,1013,1024,1154,1162,1230,1232,1269,1272,1273,1280,1295,1329,1366,1369,1375,1377,1415,1417,1417,2307,2307,2309,2361,2365,2368,2377,2380,2384,2384,2392,2401,2404,2416,2434,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2494,2496,2503,2504,2507,2508,2519,2519,2524,2525,2527,2529,2534,2545,2548,2554,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2622,2624,2649,2652,2654,2654,2662,2671,2674,2676,2691,2691,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2752,2761,2761,2763,2764,2768,2768,2784,2784,2790,2799,2818,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2877,2878,2880,2880,2887,2888,2891,2892,2903,2903,2908,2909,2911,2913,2918,2928,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3006,3007,3009,3010,3014,3016,3018,3020,3031,3031,3047,3058,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3137,3140,3168,3169,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3262,3262,3264,3268,3271,3272,3274,3275,3285,3286,3294,3294,3296,3297,3302,3311,3330,3331,3333,3340,3342,3344,3346,3368,3370,3385,3390,3392,3398,3400,3402,3404,3415,3415,3424,3425,3430,3439,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3535,3537,3544,3551,3570,3572,3585,3632,3634,3635,3648,3654,3663,3675,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3792,3801,3804,3805,3840,3863,3866,3892,3894,3894,3896,3896,3902,3911,3913,3946,3967,3967,3973,3973,3976,3979,4030,4037,4039,4044,4047,4047,4096,4129,4131,4135,4137,4138,4140,4140,4145,4145,4152,4152,4160,4183,4256,4293,4304,4344,4347,4347,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,4961,4988,5024,5108,5121,5750,5761,5786,5792,5872,5888,5900,5902,5905,5920,5937,5941,5942,5952,5969,5984,5996,5998,6e3,6016,6070,6078,6085,6087,6088,6100,6106,6108,6108,6112,6121,6160,6169,6176,6263,6272,6312,7680,7835,7840,7929,7936,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8206,8206,8305,8305,8319,8319,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8509,8511,8517,8521,8544,8579,9014,9082,9109,9109,9372,9449,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12445,12447,12449,12538,12540,12543,12549,12588,12593,12686,12688,12727,12784,12828,12832,12867,12896,12923,12927,12976,12992,13003,13008,13054,13056,13174,13179,13277,13280,13310,13312,19893,19968,40869,40960,42124,44032,55203,55296,64045,64048,64106,64256,64262,64275,64279,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,66304,66334,66336,66339,66352,66378,66560,66597,66600,66637,118784,119029,119040,119078,119082,119142,119146,119154,119171,119172,119180,119209,119214,119261,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,12e4,120002,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120483,120488,120777,131072,173782,194560,195101,983040,1048573,1048576,1114109],VA=function(H){return QA(H,Yt)},_A=function(H){return QA(H,NA)},Qt=function(H){return QA(H,CA)},ht=function(H){return H.codePointAt(0)},vt=function(H){return H[0]},Nt=function(H){return H[H.length-1]};function vA(dA){for(var H=[],T=dA.length,X=0;X=55296&&V<=56319&&T>X+1){var uA=dA.charCodeAt(X+1);if(uA>=56320&&uA<=57343){H.push(1024*(V-55296)+uA-56320+65536),X+=1;continue}}H.push(V)}return H}var Z=function(){function dA(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(C(this,dA),!T.ownerPassword&&!T.userPassword)throw new Error("None of owner password and user password is defined.");this.document=H,this._setupEncryption(T)}return h(dA,null,[{key:"generateFileID",value:function(){var T=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},X="".concat(T.CreationDate.getTime(),"\n");for(var V in T)T.hasOwnProperty(V)&&(X+="".concat(V,": ").concat(T[V].valueOf(),"\n"));return Lt(g.default.MD5(X))}},{key:"generateRandomWordArray",value:function(T){return g.default.lib.WordArray.random(T)}},{key:"create",value:function(T){var X=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return X.ownerPassword||X.userPassword?new dA(T,X):null}}]),h(dA,[{key:"_setupEncryption",value:function(T){switch(T.pdfVersion){case"1.4":case"1.5":this.version=2;break;case"1.6":case"1.7":this.version=4;break;case"1.7ext3":this.version=5;break;default:this.version=1}var X={Filter:"Standard"};switch(this.version){case 1:case 2:case 4:this._setupEncryptionV1V2V4(this.version,X,T);break;case 5:this._setupEncryptionV5(X,T)}this.dictionary=this.document.ref(X)}},{key:"_setupEncryptionV1V2V4",value:function(T,X,V){var uA,mA;switch(T){case 1:uA=2,this.keyBits=40,mA=function k(){var dA=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},H=-64;return dA.printing&&(H|=4),dA.modifying&&(H|=8),dA.copying&&(H|=16),dA.annotating&&(H|=32),H}(V.permissions);break;case 2:uA=3,this.keyBits=128,mA=U(V.permissions);break;case 4:uA=4,this.keyBits=128,mA=U(V.permissions)}var Ct,tt=Tt(V.userPassword),rt=V.ownerPassword?Tt(V.ownerPassword):tt,ut=function GA(dA,H,T,X){for(var V=X,uA=dA>=3?51:1,mA=0;mA=3?20:1;for(var ut=0;ut=3?51:1,rt=0;rt=2&&(X.Length=this.keyBits),4===T&&(X.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV2",Length:this.keyBits/8}},X.StmF="StdCF",X.StrF="StdCF"),X.R=uA,X.O=Lt(ut),X.U=Lt(Ct),X.P=mA}},{key:"_setupEncryptionV5",value:function(T,X){this.keyBits=256;var V=U(X.permissions),uA=yt(X.userPassword),mA=X.ownerPassword?yt(X.ownerPassword):uA;this.encryptionKey=function jA(dA){return dA(32)}(dA.generateRandomWordArray);var tt=function O(dA,H){var T=H(8),X=H(8);return g.default.SHA256(dA.clone().concat(T)).concat(T).concat(X)}(uA,dA.generateRandomWordArray),ut=function qA(dA,H,T){var X=g.default.SHA256(dA.clone().concat(H)),V={mode:g.default.mode.CBC,padding:g.default.pad.NoPadding,iv:g.default.lib.WordArray.create(null,16)};return g.default.AES.encrypt(T,X,V).ciphertext}(uA,g.default.lib.WordArray.create(tt.words.slice(10,12),8),this.encryptionKey),Ct=function nt(dA,H,T){var X=T(8),V=T(8);return g.default.SHA256(dA.clone().concat(X).concat(H)).concat(X).concat(V)}(mA,tt,dA.generateRandomWordArray),Dt=function MA(dA,H,T,X){var V=g.default.SHA256(dA.clone().concat(H).concat(T)),uA={mode:g.default.mode.CBC,padding:g.default.pad.NoPadding,iv:g.default.lib.WordArray.create(null,16)};return g.default.AES.encrypt(X,V,uA).ciphertext}(mA,g.default.lib.WordArray.create(Ct.words.slice(10,12),8),tt,this.encryptionKey),Ft=function ot(dA,H,T){var X=g.default.lib.WordArray.create([Ut(dA),4294967295,1415668834],12).concat(T(4));return g.default.AES.encrypt(X,H,{mode:g.default.mode.ECB,padding:g.default.pad.NoPadding}).ciphertext}(V,this.encryptionKey,dA.generateRandomWordArray);T.V=5,T.Length=this.keyBits,T.CF={StdCF:{AuthEvent:"DocOpen",CFM:"AESV3",Length:this.keyBits/8}},T.StmF="StdCF",T.StrF="StdCF",T.R=5,T.O=Lt(Ct),T.OE=Lt(Dt),T.U=Lt(tt),T.UE=Lt(ut),T.P=V,T.Perms=Lt(Ft)}},{key:"getEncryptFn",value:function(T,X){var V,mA;if(this.version<5&&(V=this.encryptionKey.clone().concat(g.default.lib.WordArray.create([(255&T)<<24|(65280&T)<<8|T>>8&65280|255&X,(65280&X)<<16],5))),1===this.version||2===this.version){var uA=g.default.MD5(V);return uA.sigBytes=Math.min(16,this.keyBits/8+5),function(ut){return Lt(g.default.RC4.encrypt(g.default.lib.WordArray.create(ut),uA).ciphertext)}}mA=4===this.version?g.default.MD5(V.concat(g.default.lib.WordArray.create([1933667412],4))):this.encryptionKey;var tt=dA.generateRandomWordArray(16),rt={mode:g.default.mode.CBC,padding:g.default.pad.Pkcs7,iv:tt};return function(ut){return Lt(tt.clone().concat(g.default.AES.encrypt(g.default.lib.WordArray.create(ut),mA,rt).ciphertext))}}},{key:"end",value:function(){this.dictionary.end()}}]),dA}();function U(){var dA=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},H=-3904;return"lowResolution"===dA.printing&&(H|=4),"highResolution"===dA.printing&&(H|=2052),dA.modifying&&(H|=8),dA.copying&&(H|=16),dA.annotating&&(H|=32),dA.fillingForms&&(H|=256),dA.contentAccessibility&&(H|=512),dA.documentAssembly&&(H|=1024),H}function Tt(){for(var dA=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",H=a.alloc(32),T=dA.length,X=0;X255)throw new Error("Password contains one or more invalid characters.");H[X]=V,X++}for(;X<32;)H[X]=sn[X-T],X++;return g.default.lib.WordArray.create(H)}function yt(){var dA=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";dA=unescape(encodeURIComponent(function Bt(dA){var H=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof dA)throw new TypeError("Expected string.");if(0===dA.length)return"";var T=vA(dA).map(function(Mt){return _A(Mt)?32:Mt}).filter(function(Mt){return!Qt(Mt)}),X=String.fromCodePoint.apply(null,T).normalize("NFKC"),V=vA(X);if(V.some(wt))throw new Error("Prohibited character, see https://tools.ietf.org/html/rfc4013#section-2.3");if(!0!==H.allowUnassigned&&V.some(cA))throw new Error("Unassigned code point, see https://tools.ietf.org/html/rfc4013#section-2.5");var tt=V.some(pt),rt=V.some(VA);if(tt&&rt)throw new Error("String must not contain RandALCat and LCat at the same time, see https://tools.ietf.org/html/rfc3454#section-6");var ut=pt(ht(vt(X))),Ct=pt(ht(Nt(X)));if(tt&&(!ut||!Ct))throw new Error("Bidirectional RandALCat character must be the first and the last character of the string, see https://tools.ietf.org/html/rfc3454#section-6");return X}(dA)));for(var H=Math.min(127,dA.length),T=a.alloc(H),X=0;X>8&65280|dA>>24&255}function Lt(dA){for(var H=[],T=0;T>8*(3-T%4)&255);return a.from(H)}var kt,zt,Wt,ae,mn,dn,sn=[40,191,78,94,78,117,138,65,100,0,78,86,255,250,1,8,46,46,0,182,208,104,62,128,47,12,169,254,100,83,105,122],$t=xA.number,Kt=function(){function dA(H){C(this,dA),this.doc=H,this.stops=[],this.embedded=!1,this.transform=[1,0,0,1,0,0]}return h(dA,[{key:"stop",value:function(T,X,V){if(null==V&&(V=1),X=this.doc._normalizeColor(X),0===this.stops.length)if(3===X.length)this._colorSpace="DeviceRGB";else if(4===X.length)this._colorSpace="DeviceCMYK";else{if(1!==X.length)throw new Error("Unknown color space");this._colorSpace="DeviceGray"}else if("DeviceRGB"===this._colorSpace&&3!==X.length||"DeviceCMYK"===this._colorSpace&&4!==X.length||"DeviceGray"===this._colorSpace&&1!==X.length)throw new Error("All gradient stops must use the same color space");return V=Math.max(0,Math.min(1,V)),this.stops.push([T,X,V]),this}},{key:"setTransform",value:function(T,X,V,uA,mA,tt){return this.transform=[T,X,V,uA,mA,tt],this}},{key:"embed",value:function(T){var X,V=this.stops.length;if(0!==V){this.embedded=!0,this.matrix=T;var uA=this.stops[V-1];uA[0]<1&&this.stops.push([1,uA[1],uA[2]]);for(var mA=[],tt=[],rt=[],ut=0;ut>16,T>>8&255,255&T]}else wn[H]&&(H=wn[H]);return Array.isArray(H)?(3===H.length?H=H.map(function(X){return X/255}):4===H.length&&(H=H.map(function(X){return X/100})),H):null},_setColor:function(H,T){return H instanceof tn?(H.apply(T),!0):Array.isArray(H)&&H[0]instanceof we?(H[0].apply(T,H[1]),!0):this._setColorCore(H,T)},_setColorCore:function(H,T){if(!(H=this._normalizeColor(H)))return!1;var X=T?"SCN":"scn",V=this._getColorSpace(H);return this._setColorSpace(V,T),H=H.join(" "),this.addContent("".concat(H," ").concat(X)),!0},_setColorSpace:function(H,T){var X=T?"CS":"cs";return this.addContent("/".concat(H," ").concat(X))},_getColorSpace:function(H){return 4===H.length?"DeviceCMYK":"DeviceRGB"},fillColor:function(H,T){return this._setColor(H,!1)&&this.fillOpacity(T),this._fillColor=[H,T],this},strokeColor:function(H,T){return this._setColor(H,!0)&&this.strokeOpacity(T),this},opacity:function(H){return this._doOpacity(H,H),this},fillOpacity:function(H){return this._doOpacity(H,null),this},strokeOpacity:function(H){return this._doOpacity(null,H),this},_doOpacity:function(H,T){var X,V;if(null!=H||null!=T){null!=H&&(H=Math.max(0,Math.min(1,H))),null!=T&&(T=Math.max(0,Math.min(1,T)));var uA="".concat(H,"_").concat(T);if(this._opacityRegistry[uA]){var mA=z(this._opacityRegistry[uA],2);X=mA[0],V=mA[1]}else{X={Type:"ExtGState"},null!=H&&(X.ca=H),null!=T&&(X.CA=T),(X=this.ref(X)).end();var tt=++this._opacityCount;V="Gs".concat(tt),this._opacityRegistry[uA]=[X,V]}return this.page.ext_gstates[V]=X,this.addContent("/".concat(V," gs"))}},linearGradient:function(H,T,X,V){return new Ue(this,H,T,X,V)},radialGradient:function(H,T,X,V,uA,mA){return new Fe(this,H,T,X,V,uA,mA)},pattern:function(H,T,X,V){return new we(this,H,T,X,V)}},wn={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],grey:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};kt=zt=Wt=ae=mn=dn=0;var Tn={A:7,a:7,C:6,c:6,H:1,h:1,L:2,l:2,M:2,m:2,Q:4,q:4,S:4,s:4,T:2,t:2,V:1,v:1,Z:0,z:0},Yn={M:function(H,T){return Wt=ae=null,mn=kt=T[0],dn=zt=T[1],H.moveTo(kt,zt)},m:function(H,T){return Wt=ae=null,mn=kt+=T[0],dn=zt+=T[1],H.moveTo(kt,zt)},C:function(H,T){return kt=T[4],zt=T[5],Wt=T[2],ae=T[3],H.bezierCurveTo.apply(H,F(T))},c:function(H,T){return H.bezierCurveTo(T[0]+kt,T[1]+zt,T[2]+kt,T[3]+zt,T[4]+kt,T[5]+zt),Wt=kt+T[2],ae=zt+T[3],kt+=T[4],zt+=T[5]},S:function(H,T){return null===Wt&&(Wt=kt,ae=zt),H.bezierCurveTo(kt-(Wt-kt),zt-(ae-zt),T[0],T[1],T[2],T[3]),Wt=T[0],ae=T[1],kt=T[2],zt=T[3]},s:function(H,T){return null===Wt&&(Wt=kt,ae=zt),H.bezierCurveTo(kt-(Wt-kt),zt-(ae-zt),kt+T[0],zt+T[1],kt+T[2],zt+T[3]),Wt=kt+T[0],ae=zt+T[1],kt+=T[2],zt+=T[3]},Q:function(H,T){return Wt=T[0],ae=T[1],H.quadraticCurveTo(T[0],T[1],kt=T[2],zt=T[3])},q:function(H,T){return H.quadraticCurveTo(T[0]+kt,T[1]+zt,T[2]+kt,T[3]+zt),Wt=kt+T[0],ae=zt+T[1],kt+=T[2],zt+=T[3]},T:function(H,T){return null===Wt?(Wt=kt,ae=zt):(Wt=kt-(Wt-kt),ae=zt-(ae-zt)),H.quadraticCurveTo(Wt,ae,T[0],T[1]),Wt=kt-(Wt-kt),ae=zt-(ae-zt),kt=T[0],zt=T[1]},t:function(H,T){return null===Wt?(Wt=kt,ae=zt):(Wt=kt-(Wt-kt),ae=zt-(ae-zt)),H.quadraticCurveTo(Wt,ae,kt+T[0],zt+T[1]),kt+=T[0],zt+=T[1]},A:function(H,T){return ZA(H,kt,zt,T),kt=T[5],zt=T[6]},a:function(H,T){return T[5]+=kt,T[6]+=zt,ZA(H,kt,zt,T),kt=T[5],zt=T[6]},L:function(H,T){return Wt=ae=null,H.lineTo(kt=T[0],zt=T[1])},l:function(H,T){return Wt=ae=null,H.lineTo(kt+=T[0],zt+=T[1])},H:function(H,T){return Wt=ae=null,H.lineTo(kt=T[0],zt)},h:function(H,T){return Wt=ae=null,H.lineTo(kt+=T[0],zt)},V:function(H,T){return Wt=ae=null,H.lineTo(kt,zt=T[0])},v:function(H,T){return Wt=ae=null,H.lineTo(kt,zt+=T[0])},Z:function(H){return H.closePath(),kt=mn,zt=dn},z:function(H){return H.closePath(),kt=mn,zt=dn}},ZA=function(H,T,X,V){var Vt,uA=z(V,7),Ot=YA(SA(uA[5],uA[6],uA[0],uA[1],uA[3],uA[4],uA[2],T,X));try{for(Ot.s();!(Vt=Ot.n()).done;){var Be=it.apply(void 0,F(Vt.value));H.bezierCurveTo.apply(H,F(Be))}}catch(Ye){Ot.e(Ye)}finally{Ot.f()}},SA=function(H,T,X,V,uA,mA,tt,rt,ut){var Ct=tt*(Math.PI/180),Mt=Math.sin(Ct),Dt=Math.cos(Ct);X=Math.abs(X),V=Math.abs(V);var Ft=(Wt=Dt*(rt-H)*.5+Mt*(ut-T)*.5)*Wt/(X*X)+(ae=Dt*(ut-T)*.5-Mt*(rt-H)*.5)*ae/(V*V);Ft>1&&(X*=Ft=Math.sqrt(Ft),V*=Ft);var Ot=Dt/X,Vt=Mt/X,Ae=-Mt/V,Be=Dt/V,Ye=Ot*rt+Vt*ut,Xe=Ae*rt+Be*ut,me=Ot*H+Vt*T,Je=Ae*H+Be*T,Ve=1/((me-Ye)*(me-Ye)+(Je-Xe)*(Je-Xe))-.25;Ve<0&&(Ve=0);var En=Math.sqrt(Ve);mA===uA&&(En=-En);var Fn=.5*(Ye+me)-En*(Je-Xe),Xn=.5*(Xe+Je)+En*(me-Ye),On=Math.atan2(Xe-Xn,Ye-Fn),Jn=Math.atan2(Je-Xn,me-Fn)-On;Jn<0&&1===mA?Jn+=2*Math.PI:Jn>0&&0===mA&&(Jn-=2*Math.PI);for(var ii=Math.ceil(Math.abs(Jn/(.5*Math.PI+.001))),Zn=[],qn=0;qn0&&(V[V.length]=+uA),X[X.length]={cmd:T,args:V},V=[],uA="",mA=!1),T=Ct;else if([" ",","].includes(Ct)||"-"===Ct&&uA.length>0&&"e"!==uA[uA.length-1]||"."===Ct&&mA){if(0===uA.length)continue;V.length===tt?(X[X.length]={cmd:T,args:V},V=[+uA],"M"===T&&(T="L"),"m"===T&&(T="l")):V[V.length]=+uA,mA="."===Ct,uA=["-","."].includes(Ct)?Ct:""}else uA+=Ct,"."===Ct&&(mA=!0)}}catch(Mt){rt.e(Mt)}finally{rt.f()}return uA.length>0&&(V.length===tt?(X[X.length]={cmd:T,args:V},V=[+uA],"M"===T&&(T="L"),"m"===T&&(T="l")):V[V.length]=+uA),X[X.length]={cmd:T,args:V},X}(X);!function(H,T){kt=zt=Wt=ae=mn=dn=0;for(var X=0;X1&&void 0!==arguments[1]?arguments[1]:{},X=H;if(Array.isArray(H)||(H=[H,T.space||H]),!H.every(function(uA){return Number.isFinite(uA)&&uA>0}))throw new Error("dash(".concat(JSON.stringify(X),", ").concat(JSON.stringify(T),") invalid, lengths must be numeric and greater than zero"));return H=H.map(TA).join(" "),this.addContent("[".concat(H,"] ").concat(TA(T.phase||0)," d"))},undash:function(){return this.addContent("[] 0 d")},moveTo:function(H,T){return this.addContent("".concat(TA(H)," ").concat(TA(T)," m"))},lineTo:function(H,T){return this.addContent("".concat(TA(H)," ").concat(TA(T)," l"))},bezierCurveTo:function(H,T,X,V,uA,mA){return this.addContent("".concat(TA(H)," ").concat(TA(T)," ").concat(TA(X)," ").concat(TA(V)," ").concat(TA(uA)," ").concat(TA(mA)," c"))},quadraticCurveTo:function(H,T,X,V){return this.addContent("".concat(TA(H)," ").concat(TA(T)," ").concat(TA(X)," ").concat(TA(V)," v"))},rect:function(H,T,X,V){return this.addContent("".concat(TA(H)," ").concat(TA(T)," ").concat(TA(X)," ").concat(TA(V)," re"))},roundedRect:function(H,T,X,V,uA){null==uA&&(uA=0);var mA=(uA=Math.min(uA,.5*X,.5*V))*(1-UA);return this.moveTo(H+uA,T),this.lineTo(H+X-uA,T),this.bezierCurveTo(H+X-mA,T,H+X,T+mA,H+X,T+uA),this.lineTo(H+X,T+V-uA),this.bezierCurveTo(H+X,T+V-mA,H+X-mA,T+V,H+X-uA,T+V),this.lineTo(H+uA,T+V),this.bezierCurveTo(H+mA,T+V,H,T+V-mA,H,T+V-uA),this.lineTo(H,T+uA),this.bezierCurveTo(H,T+mA,H+mA,T,H+uA,T),this.closePath()},ellipse:function(H,T,X,V){null==V&&(V=X);var uA=X*UA,mA=V*UA,tt=(H-=X)+2*X,rt=(T-=V)+2*V,ut=H+X,Ct=T+V;return this.moveTo(H,Ct),this.bezierCurveTo(H,Ct-mA,ut-uA,T,ut,T),this.bezierCurveTo(ut+uA,T,tt,Ct-mA,tt,Ct),this.bezierCurveTo(tt,Ct+mA,ut+uA,rt,ut,rt),this.bezierCurveTo(ut-uA,rt,H,Ct+mA,H,Ct),this.closePath()},circle:function(H,T,X){return this.ellipse(H,T,X)},arc:function(H,T,X,V,uA,mA){null==mA&&(mA=!1);var tt=2*Math.PI,rt=.5*Math.PI,ut=uA-V;Math.abs(ut)>tt?ut=tt:0!==ut&&mA!==ut<0&&(ut=(mA?-1:1)*tt+ut);var Mt=Math.ceil(Math.abs(ut)/rt),Dt=ut/Mt,Ft=Dt/rt*UA*X,Ot=V,Vt=-Math.sin(Ot)*Ft,Ae=Math.cos(Ot)*Ft,Be=H+Math.cos(Ot)*X,Ye=T+Math.sin(Ot)*X;this.moveTo(Be,Ye);for(var Xe=0;Xe1&&void 0!==arguments[1]?arguments[1]:{},V=H*Math.PI/180,uA=Math.cos(V),mA=Math.sin(V),tt=X=0;if(null!=T.origin){var rt=z(T.origin,2),Ct=(tt=rt[0])*mA+(X=rt[1])*uA;tt-=tt*uA-X*mA,X-=Ct}return this.transform(uA,mA,-mA,uA,tt,X)},scale:function(H,T){var V,X=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};null==T&&(T=H),"object"==typeof T&&(X=T,T=H);var uA=V=0;if(null!=X.origin){var mA=z(X.origin,2);uA=mA[0],V=mA[1],uA-=H*uA,V-=T*V}return this.transform(H,0,0,T,uA,V)}},et={402:131,8211:150,8212:151,8216:145,8217:146,8218:130,8220:147,8221:148,8222:132,8224:134,8225:135,8226:149,8230:133,8364:128,8240:137,8249:139,8250:155,710:136,8482:153,338:140,339:156,732:152,352:138,353:154,376:159,381:142,382:158},LA=".notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n.notdef .notdef .notdef .notdef\n \nspace exclam quotedbl numbersign\ndollar percent ampersand quotesingle\nparenleft parenright asterisk plus\ncomma hyphen period slash\nzero one two three\nfour five six seven\neight nine colon semicolon\nless equal greater question\n \nat A B C\nD E F G\nH I J K\nL M N O\nP Q R S\nT U V W\nX Y Z bracketleft\nbackslash bracketright asciicircum underscore\n \ngrave a b c\nd e f g\nh i j k\nl m n o\np q r s\nt u v w\nx y z braceleft\nbar braceright asciitilde .notdef\n \nEuro .notdef quotesinglbase florin\nquotedblbase ellipsis dagger daggerdbl\ncircumflex perthousand Scaron guilsinglleft\nOE .notdef Zcaron .notdef\n.notdef quoteleft quoteright quotedblleft\nquotedblright bullet endash emdash\ntilde trademark scaron guilsinglright\noe .notdef zcaron ydieresis\n \nspace exclamdown cent sterling\ncurrency yen brokenbar section\ndieresis copyright ordfeminine guillemotleft\nlogicalnot hyphen registered macron\ndegree plusminus twosuperior threesuperior\nacute mu paragraph periodcentered\ncedilla onesuperior ordmasculine guillemotright\nonequarter onehalf threequarters questiondown\n \nAgrave Aacute Acircumflex Atilde\nAdieresis Aring AE Ccedilla\nEgrave Eacute Ecircumflex Edieresis\nIgrave Iacute Icircumflex Idieresis\nEth Ntilde Ograve Oacute\nOcircumflex Otilde Odieresis multiply\nOslash Ugrave Uacute Ucircumflex\nUdieresis Yacute Thorn germandbls\n \nagrave aacute acircumflex atilde\nadieresis aring ae ccedilla\negrave eacute ecircumflex edieresis\nigrave iacute icircumflex idieresis\neth ntilde ograve oacute\nocircumflex otilde odieresis divide\noslash ugrave uacute ucircumflex\nudieresis yacute thorn ydieresis".split(/\s+/),at=function(){function dA(H){C(this,dA),this.contents=H,this.attributes={},this.glyphWidths={},this.boundingBoxes={},this.kernPairs={},this.parse(),this.charWidths=new Array(256);for(var T=0;T<=255;T++)this.charWidths[T]=this.glyphWidths[LA[T]];this.bbox=this.attributes.FontBBox.split(/\s+/).map(function(X){return+X}),this.ascender=+(this.attributes.Ascender||0),this.descender=+(this.attributes.Descender||0),this.xHeight=+(this.attributes.XHeight||0),this.capHeight=+(this.attributes.CapHeight||0),this.lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.descender)}return h(dA,null,[{key:"open",value:function(T){return new dA(E.readFileSync(T,"utf8"))}}]),h(dA,[{key:"parse",value:function(){var V,T="",X=YA(this.contents.split("\n"));try{for(X.s();!(V=X.n()).done;){var mA,tt,uA=V.value;if(mA=uA.match(/^Start(\w+)/))T=mA[1];else if(mA=uA.match(/^End(\w+)/))T="";else switch(T){case"FontMetrics":var rt=(mA=uA.match(/(^\w+)\s+(.*)/))[1],ut=mA[2];(tt=this.attributes[rt])?(Array.isArray(tt)||(tt=this.attributes[rt]=[tt]),tt.push(ut)):this.attributes[rt]=ut;break;case"CharMetrics":if(!/^CH?\s/.test(uA))continue;var Ct=uA.match(/\bN\s+(\.?\w+)\s*;/)[1];this.glyphWidths[Ct]=+uA.match(/\bWX\s+(\d+)\s*;/)[1];break;case"KernPairs":(mA=uA.match(/^KPX\s+(\.?\w+)\s+(\.?\w+)\s+(-?\d+)/))&&(this.kernPairs[mA[1]+"\0"+mA[2]]=parseInt(mA[3]))}}}catch(Mt){X.e(Mt)}finally{X.f()}}},{key:"encodeText",value:function(T){for(var X=[],V=0,uA=T.length;V>8,rt=0;this.font.post.isFixedPitch&&(rt|=1),1<=tt&&tt<=7&&(rt|=2),rt|=4,10===tt&&(rt|=8),this.font.head.macStyle.italic&&(rt|=64);var Ct=[1,2,3,4,5,6].map(function(Be){return String.fromCharCode((V.id.charCodeAt(Be)||73)+17)}).join("")+"+"+this.font.postscriptName,Mt=this.font.bbox,Dt=this.document.ref({Type:"FontDescriptor",FontName:Ct,Flags:rt,FontBBox:[Mt.minX*this.scale,Mt.minY*this.scale,Mt.maxX*this.scale,Mt.maxY*this.scale],ItalicAngle:this.font.italicAngle,Ascent:this.ascender,Descent:this.descender,CapHeight:(this.font.capHeight||this.font.ascent)*this.scale,XHeight:(this.font.xHeight||0)*this.scale,StemV:0});if(uA?Dt.data.FontFile3=mA:Dt.data.FontFile2=mA,this.document.subset){var Ft=a.from("FFFFFFFFC0","hex"),Ot=this.document.ref();Ot.write(Ft),Ot.end(),Dt.data.CIDSet=Ot}Dt.end();var Vt={Type:"Font",Subtype:"CIDFontType0",BaseFont:Ct,CIDSystemInfo:{Registry:new String("Adobe"),Ordering:new String("Identity"),Supplement:0},FontDescriptor:Dt,W:[0,this.widths]};uA||(Vt.Subtype="CIDFontType2",Vt.CIDToGIDMap="Identity");var Ae=this.document.ref(Vt);return Ae.end(),this.dictionary.data={Type:"Font",Subtype:"Type0",BaseFont:Ct,Encoding:"Identity-H",DescendantFonts:[Ae],ToUnicode:this.toUnicodeCmap()},this.dictionary.end()}},{key:"toUnicodeCmap",value:function(){var tt,V=this.document.ref(),uA=[],mA=YA(this.unicode);try{for(mA.s();!(tt=mA.n()).done;){var Mt,ut=[],Ct=YA(tt.value);try{for(Ct.s();!(Mt=Ct.n()).done;){var Dt=Mt.value;Dt>65535&&(ut.push(St((Dt-=65536)>>>10&1023|55296)),Dt=56320|1023&Dt),ut.push(St(Dt))}}catch(Ft){Ct.e(Ft)}finally{Ct.f()}uA.push("<".concat(ut.join(" "),">"))}}catch(Ft){mA.e(Ft)}finally{mA.f()}return V.end("/CIDInit /ProcSet findresource begin\n12 dict begin\nbegincmap\n/CIDSystemInfo <<\n /Registry (Adobe)\n /Ordering (UCS)\n /Supplement 0\n>> def\n/CMapName /Adobe-Identity-UCS def\n/CMapType 2 def\n1 begincodespacerange\n<0000>\nendcodespacerange\n1 beginbfrange\n<0000> <".concat(St(uA.length-1),"> [").concat(uA.join(" "),"]\nendbfrange\nendcmap\nCMapName currentdict /CMap defineresource pop\nend\nend")),V}}]),T}(XA),Xt=function(){function dA(){C(this,dA)}return h(dA,null,[{key:"open",value:function(T,X,V,uA){var mA;if("string"==typeof X){if(xt.isStandardFont(X))return new xt(T,X,uA);X=E.readFileSync(X)}if(a.isBuffer(X)?mA=f.default.create(X,V):X instanceof Uint8Array?mA=f.default.create(a.from(X),V):X instanceof ArrayBuffer&&(mA=f.default.create(a.from(new Uint8Array(X)),V)),null==mA)throw new Error("Not a supported font format or standard PDF font.");return new jt(T,mA,uA)}}]),dA}(),ne={initFonts:function(){var H=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Helvetica";this._fontFamilies={},this._fontCount=0,this._fontSize=12,this._font=null,this._registeredFonts={},H&&this.font(H)},font:function(H,T,X){var V,uA;if("number"==typeof T&&(X=T,T=null),"string"==typeof H&&this._registeredFonts[H]){V=H;var mA=this._registeredFonts[H];H=mA.src,T=mA.family}else"string"!=typeof(V=T||H)&&(V=null);if(null!=X&&this.fontSize(X),uA=this._fontFamilies[V])return this._font=uA,this;var tt="F".concat(++this._fontCount);return this._font=Xt.open(this,H,T,tt),(uA=this._fontFamilies[this._font.name])?(this._font=uA,this):(V&&(this._fontFamilies[V]=this._font),this._font.name&&(this._fontFamilies[this._font.name]=this._font),this)},fontSize:function(H){return this._fontSize=H,this},currentLineHeight:function(H){return null==H&&(H=!1),this._font.lineHeight(this._fontSize,H)},registerFont:function(H,T,X){return this._registeredFonts[H]={src:T,family:X},this}},Et=function(dA){p(T,dA);var H=S(T);function T(X,V){var uA;return C(this,T),(uA=H.call(this)).document=X,uA.indent=V.indent||0,uA.characterSpacing=V.characterSpacing||0,uA.wordSpacing=0===V.wordSpacing,uA.columns=V.columns||1,uA.columnGap=null!=V.columnGap?V.columnGap:18,uA.lineWidth=(V.width-uA.columnGap*(uA.columns-1))/uA.columns,uA.spaceLeft=uA.lineWidth,uA.startX=uA.document.x,uA.startY=uA.document.y,uA.column=1,uA.ellipsis=V.ellipsis,uA.continuedX=0,uA.features=V.features,null!=V.height?(uA.height=V.height,uA.maxY=uA.startY+V.height):uA.maxY=uA.document.page.maxY(),uA.on("firstLine",function(mA){var tt=uA.continuedX||uA.indent;return uA.document.x+=tt,uA.lineWidth-=tt,uA.once("line",function(){if(uA.document.x-=tt,uA.lineWidth+=tt,mA.continued&&!uA.continuedX&&(uA.continuedX=uA.indent),!mA.continued)return uA.continuedX=0})}),uA.on("lastLine",function(mA){var tt=mA.align;return"justify"===tt&&(mA.align="left"),uA.lastLine=!0,uA.once("line",function(){return uA.document.y+=mA.paragraphGap||0,mA.align=tt,uA.lastLine=!1})}),uA}return h(T,[{key:"wordWidth",value:function(V){return this.document.widthOfString(V,this)+this.characterSpacing+this.wordSpacing}},{key:"eachWord",value:function(V,uA){for(var mA,tt=new B.default(V),rt=null,ut=Object.create(null);mA=tt.nextBreak();){var Ct,Mt=V.slice(rt?.position||0,mA.position),Dt=null!=ut[Mt]?ut[Mt]:ut[Mt]=this.wordWidth(Mt);if(Dt>this.lineWidth+this.continuedX)for(var Ft=rt,Ot={};Mt.length;){var Vt,Ae;Dt>this.spaceLeft?(Vt=Math.ceil(this.spaceLeft/(Dt/Mt.length)),Ae=(Dt=this.wordWidth(Mt.slice(0,Vt)))<=this.spaceLeft&&Vtthis.spaceLeft&&Vt>0;Be||Ae;)Be?Be=(Dt=this.wordWidth(Mt.slice(0,--Vt)))>this.spaceLeft&&Vt>0:(Be=(Dt=this.wordWidth(Mt.slice(0,++Vt)))>this.spaceLeft&&Vt>0,Ae=Dt<=this.spaceLeft&&Vtthis.maxY||tt>this.maxY)&&this.nextSection();var rt="",ut=0,Ct=0,Mt=0,Dt=this.document.y,Ft=function(){return uA.textWidth=ut+mA.wordSpacing*(Ct-1),uA.wordCount=Ct,uA.lineWidth=mA.lineWidth,Dt=mA.document.y,mA.emit("line",rt,uA,mA),Mt++};return this.emit("sectionStart",uA,this),this.eachWord(V,function(Ot,Vt,Ae,Be){if((null==Be||Be.required)&&(mA.emit("firstLine",uA,mA),mA.spaceLeft=mA.lineWidth),Vt<=mA.spaceLeft&&(rt+=Ot,ut+=Vt,Ct++),Ae.required||Vt>mA.spaceLeft){var Ye=mA.document.currentLineHeight(!0);if(null!=mA.height&&mA.ellipsis&&mA.document.y+2*Ye>mA.maxY&&mA.column>=mA.columns){for(!0===mA.ellipsis&&(mA.ellipsis="\u2026"),rt=rt.replace(/\s+$/,""),ut=mA.wordWidth(rt+mA.ellipsis);rt&&ut>mA.lineWidth;)rt=rt.slice(0,-1).replace(/\s+$/,""),ut=mA.wordWidth(rt+mA.ellipsis);ut<=mA.lineWidth&&(rt+=mA.ellipsis),ut=mA.wordWidth(rt)}return Ae.required&&(Vt>mA.spaceLeft&&(Ft(),rt=Ot,ut=Vt,Ct=1),mA.emit("lastLine",uA,mA)),Ft(),mA.document.y+Ye>mA.maxY&&!mA.nextSection()?(Ct=0,rt="",!1):Ae.required?(mA.spaceLeft=mA.lineWidth,rt="",ut=0,Ct=0):(mA.spaceLeft=mA.lineWidth-Vt,rt=Ot,ut=Vt,Ct=1)}return mA.spaceLeft-=Vt}),Ct>0&&(this.emit("lastLine",uA,this),Ft()),this.emit("sectionEnd",uA,this),!0===uA.continued?(Mt>1&&(this.continuedX=0),this.continuedX+=uA.textWidth||0,this.document.y=Dt):this.document.x=this.startX}},{key:"nextSection",value:function(V){if(this.emit("sectionEnd",V,this),++this.column>this.columns){if(null!=this.height)return!1;var uA;this.document.continueOnNewPage(),this.column=1,this.startY=this.document.page.margins.top,this.maxY=this.document.page.maxY(),this.document.x=this.startX,this.document._fillColor&&(uA=this.document).fillColor.apply(uA,F(this.document._fillColor)),this.emit("pageBreak",V,this)}else this.document.x+=this.lineWidth+this.columnGap,this.document.y=this.startY,this.emit("columnBreak",V,this);return this.emit("sectionStart",V,this),!0}}]),T}(w.EventEmitter),Rt=xA.number,Zt={initText:function(){return this._line=this._line.bind(this),this.x=0,this.y=0,this._lineGap=0},lineGap:function(H){return this._lineGap=H,this},moveDown:function(H){return null==H&&(H=1),this.y+=this.currentLineHeight(!0)*H+this._lineGap,this},moveUp:function(H){return null==H&&(H=1),this.y-=this.currentLineHeight(!0)*H+this._lineGap,this},_text:function(H,T,X,V,uA){var mA=this;V=this._initOptions(T,X,V),H=null==H?"":"".concat(H),V.wordSpacing&&(H=H.replace(/\s{2,}/g," "));var tt=function(){V.structParent&&V.structParent.add(mA.struct(V.structType||"P",[mA.markStructureContent(V.structType||"P")]))};if(V.width){var rt=this._wrapper;rt||((rt=new Et(this,V)).on("line",uA),rt.on("firstLine",tt)),this._wrapper=V.continued?rt:null,this._textOptions=V.continued?V:null,rt.wrap(H,V)}else{var Ct,ut=YA(H.split("\n"));try{for(ut.s();!(Ct=ut.n()).done;){var Mt=Ct.value;tt(),uA(Mt,V)}}catch(Dt){ut.e(Dt)}finally{ut.f()}}return this},text:function(H,T,X,V){return this._text(H,T,X,V,this._line)},widthOfString:function(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this._font.widthOfString(H,this._fontSize,T.features)+(T.characterSpacing||0)*(H.length-1)},heightOfString:function(H,T){var X=this,V=this.x,uA=this.y;(T=this._initOptions(T)).height=1/0;var mA=T.lineGap||this._lineGap||0;this._text(H,this.x,this.y,T,function(){return X.y+=X.currentLineHeight(!0)+mA});var tt=this.y-uA;return this.x=V,this.y=uA,tt},list:function(H,T,X,V,uA){var mA=this,tt=(V=this._initOptions(T,X,V)).listType||"bullet",rt=Math.round(this._font.ascender/1e3*this._fontSize),ut=rt/2,Ct=V.bulletRadius||rt/3,Mt=V.textIndent||("bullet"===tt?5*Ct:2*rt),Dt=V.bulletIndent||("bullet"===tt?8*Ct:2*rt),Ft=1,Ot=[],Vt=[],Ae=[];!function me(Je){for(var hn=1,Ve=0;Ve0&&void 0!==arguments[0]?arguments[0]:{},T=arguments.length>1?arguments[1]:void 0,X=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};"object"==typeof H&&(X=H,H=null);var V=Object.assign({},X);if(this._textOptions)for(var uA in this._textOptions)"continued"!==uA&&void 0===V[uA]&&(V[uA]=this._textOptions[uA]);return null!=H&&(this.x=H),null!=T&&(this.y=T),!1!==V.lineBreak&&(null==V.width&&(V.width=this.page.width-this.x-this.page.margins.right),V.width=Math.max(V.width,0)),V.columns||(V.columns=0),null==V.columnGap&&(V.columnGap=18),V},_line:function(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},X=arguments.length>2?arguments[2]:void 0;this._fragment(H,this.x,this.y,T);var V=T.lineGap||this._lineGap||0;return X?this.y+=this.currentLineHeight(!0)+V:this.x+=this.widthOfString(H)},_fragment:function(H,T,X,V){var mA,tt,rt,ut,Ct,Mt,uA=this;if(0!==(H="".concat(H).replace(/\n/g,"")).length){var Ft=V.wordSpacing||0,Ot=V.characterSpacing||0;if(V.width)switch(V.align||"left"){case"right":Ct=this.widthOfString(H.replace(/\s+$/,""),V),T+=V.lineWidth-Ct;break;case"center":T+=V.lineWidth/2-V.textWidth/2;break;case"justify":Mt=H.trim().split(/\s+/),Ct=this.widthOfString(H.replace(/\s+/g,""),V);var Vt=this.widthOfString(" ")+Ot;Ft=Math.max(0,(V.lineWidth-Ct)/Math.max(1,Mt.length-1)-Vt)}if("number"==typeof V.baseline)mA=-V.baseline;else{switch(V.baseline){case"svg-middle":mA=.5*this._font.xHeight;break;case"middle":case"svg-central":mA=.5*(this._font.descender+this._font.ascender);break;case"bottom":case"ideographic":mA=this._font.descender;break;case"alphabetic":mA=0;break;case"mathematical":mA=.5*this._font.ascender;break;case"hanging":mA=.8*this._font.ascender;break;default:mA=this._font.ascender}mA=mA/1e3*this._fontSize}var Je,Ae=V.textWidth+Ft*(V.wordCount-1)+Ot*(H.length-1);if(null!=V.link&&this.link(T,X,Ae,this.currentLineHeight(),V.link),null!=V.goTo&&this.goTo(T,X,Ae,this.currentLineHeight(),V.goTo),null!=V.destination&&this.addNamedDestination(V.destination,"XYZ",T,X,null),V.underline){this.save(),V.stroke||this.strokeColor.apply(this,F(this._fillColor||[]));var Be=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(Be);var Ye=X+this.currentLineHeight()-Be;this.moveTo(T,Ye),this.lineTo(T+Ae,Ye),this.stroke(),this.restore()}if(V.strike){this.save(),V.stroke||this.strokeColor.apply(this,F(this._fillColor||[]));var Xe=this._fontSize<10?.5:Math.floor(this._fontSize/10);this.lineWidth(Xe);var me=X+this.currentLineHeight()/2;this.moveTo(T,me),this.lineTo(T+Ae,me),this.stroke(),this.restore()}this.save(),V.oblique&&(Je="number"==typeof V.oblique?-Math.tan(V.oblique*Math.PI/180):-.25,this.transform(1,0,0,1,T,X),this.transform(1,0,Je,1,-Je*mA,0),this.transform(1,0,0,1,-T,-X)),this.transform(1,0,0,-1,0,this.page.height),X=this.page.height-X-mA,null==this.page.fonts[this._font.id]&&(this.page.fonts[this._font.id]=this._font.ref()),this.addContent("BT"),this.addContent("1 0 0 1 ".concat(Rt(T)," ").concat(Rt(X)," Tm")),this.addContent("/".concat(this._font.id," ").concat(Rt(this._fontSize)," Tf"));var hn=V.fill&&V.stroke?2:V.stroke?1:0;if(hn&&this.addContent("".concat(hn," Tr")),Ot&&this.addContent("".concat(Rt(Ot)," Tc")),Ft){Mt=H.trim().split(/\s+/),Ft+=this.widthOfString(" ")+Ot,Ft*=1e3/this._fontSize,tt=[],ut=[];var En,Ve=YA(Mt);try{for(Ve.s();!(En=Ve.n()).done;){var On=z(this._font.encode(En.value,V.features),2),Jn=On[1];tt=tt.concat(On[0]),ut=ut.concat(Jn);var ii={},Zn=ut[ut.length-1];for(var qn in Zn)ii[qn]=Zn[qn];ii.xAdvance+=Ft,ut[ut.length-1]=ii}}catch(zi){Ve.e(zi)}finally{Ve.f()}}else{var Ri=z(this._font.encode(H,V.features),2);tt=Ri[0],ut=Ri[1]}var Ti=this._fontSize/1e3,Fi=[],Ui=0,Li=!1,rr=function(ri){if(Ui ").concat(Rt(-Rr)))}return Ui=ri},Pi=function(ri){if(rr(ri),Fi.length>0)return uA.addContent("[".concat(Fi.join(" "),"] TJ")),Fi.length=0};for(rt=0;rt3&&void 0!==arguments[3]?arguments[3]:{};"object"==typeof T&&(V=T,T=null),T=null!=(Ct=T??V.x)?Ct:this.x,X=null!=(Mt=X??V.y)?Mt:this.y,"string"==typeof H&&(rt=this._imageRegistry[H]),rt||(rt=H.width&&H.height?H:this.openImage(H)),rt.obj||rt.embed(this),null==this.page.xobjects[rt.label]&&(this.page.xobjects[rt.label]=rt.obj);var Dt=V.width||rt.width,Ft=V.height||rt.height;if(V.width&&!V.height){var Ot=Dt/rt.width;Dt=rt.width*Ot,Ft=rt.height*Ot}else if(V.height&&!V.width){var Vt=Ft/rt.height;Dt=rt.width*Vt,Ft=rt.height*Vt}else if(V.scale)Dt=rt.width*V.scale,Ft=rt.height*V.scale;else if(V.fit){var Ae=z(V.fit,2);(ut=rt.width/rt.height)>(tt=Ae[0])/(uA=Ae[1])?(Dt=tt,Ft=tt/ut):(Ft=uA,Dt=uA*ut)}else if(V.cover){var Be=z(V.cover,2);(ut=rt.width/rt.height)>(tt=Be[0])/(uA=Be[1])?(Ft=uA,Dt=uA*ut):(Dt=tt,Ft=tt/ut)}return(V.fit||V.cover)&&("center"===V.align?T=T+tt/2-Dt/2:"right"===V.align&&(T=T+tt-Dt),"center"===V.valign?X=X+uA/2-Ft/2:"bottom"===V.valign&&(X=X+uA-Ft)),null!=V.link&&this.link(T,X,Dt,Ft,V.link),null!=V.goTo&&this.goTo(T,X,Dt,Ft,V.goTo),null!=V.destination&&this.addNamedDestination(V.destination,"XYZ",T,X,null),this.y===X&&(this.y+=Ft),this.save(),this.transform(Dt,0,0,-Ft,T,X+Ft),this.addContent("/".concat(rt.label," Do")),this.restore(),this},openImage:function(H){var T;return"string"==typeof H&&(T=this._imageRegistry[H]),T||(T=se.open(H,"I".concat(++this._imageCount)),"string"==typeof H&&(this._imageRegistry[H]=T)),T}},Oe={annotate:function(H,T,X,V,uA){for(var mA in uA.Type="Annot",uA.Rect=this._convertRect(H,T,X,V),uA.Border=[0,0,0],"Link"===uA.Subtype&&typeof uA.F>"u"&&(uA.F=4),"Link"!==uA.Subtype&&null==uA.C&&(uA.C=this._normalizeColor(uA.color||[0,0,0])),delete uA.color,"string"==typeof uA.Dest&&(uA.Dest=new String(uA.Dest)),uA){var tt=uA[mA];uA[mA[0].toUpperCase()+mA.slice(1)]=tt}var rt=this.ref(uA);return this.page.annotations.push(rt),rt.end(),this},note:function(H,T,X,V,uA){var mA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return mA.Subtype="Text",mA.Contents=new String(uA),mA.Name="Comment",null==mA.color&&(mA.color=[243,223,92]),this.annotate(H,T,X,V,mA)},goTo:function(H,T,X,V,uA){var mA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return mA.Subtype="Link",mA.A=this.ref({S:"GoTo",D:new String(uA)}),mA.A.end(),this.annotate(H,T,X,V,mA)},link:function(H,T,X,V,uA){var mA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};if(mA.Subtype="Link","number"==typeof uA){var tt=this._root.data.Pages.data;if(!(uA>=0&&uA4&&void 0!==arguments[4]?arguments[4]:{},tt=z(this._convertRect(H,T,X,V),4),rt=tt[0],ut=tt[1],Ct=tt[2],Mt=tt[3];return uA.QuadPoints=[rt,Mt,Ct,Mt,rt,ut,Ct,ut],uA.Contents=new String,this.annotate(H,T,X,V,uA)},highlight:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="Highlight",null==uA.color&&(uA.color=[241,238,148]),this._markup(H,T,X,V,uA)},underline:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="Underline",this._markup(H,T,X,V,uA)},strike:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="StrikeOut",this._markup(H,T,X,V,uA)},lineAnnotation:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="Line",uA.Contents=new String,uA.L=[H,this.page.height-T,X,this.page.height-V],this.annotate(H,T,X,V,uA)},rectAnnotation:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="Square",uA.Contents=new String,this.annotate(H,T,X,V,uA)},ellipseAnnotation:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return uA.Subtype="Circle",uA.Contents=new String,this.annotate(H,T,X,V,uA)},textAnnotation:function(H,T,X,V,uA){var mA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};return mA.Subtype="FreeText",mA.Contents=new String(uA),mA.DA=new String,this.annotate(H,T,X,V,mA)},fileAnnotation:function(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},mA=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},tt=this.file(uA.src,Object.assign({hidden:!0},uA));return mA.Subtype="FileAttachment",mA.FS=tt,mA.Contents?mA.Contents=new String(mA.Contents):tt.data.Desc&&(mA.Contents=tt.data.Desc),this.annotate(H,T,X,V,mA)},_convertRect:function(H,T,X,V){var uA=T;T+=V;var mA=H+X,tt=z(this._ctm,6),rt=tt[0],ut=tt[1],Ct=tt[2],Mt=tt[3],Dt=tt[4],Ft=tt[5];return[H=rt*H+Ct*T+Dt,T=ut*H+Mt*T+Ft,mA=rt*mA+Ct*uA+Dt,uA=ut*mA+Mt*uA+Ft]}},ge=function(){function dA(H,T,X,V){var uA=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{expanded:!1};C(this,dA),this.document=H,this.options=uA,this.outlineData={},null!==V&&(this.outlineData.Dest=[V.dictionary,"Fit"]),null!==T&&(this.outlineData.Parent=T),null!==X&&(this.outlineData.Title=new String(X)),this.dictionary=this.document.ref(this.outlineData),this.children=[]}return h(dA,[{key:"addItem",value:function(T){var V=new dA(this.document,this.dictionary,T,this.document.page,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{expanded:!1});return this.children.push(V),V}},{key:"endOutline",value:function(){if(this.children.length>0){this.options.expanded&&(this.outlineData.Count=this.children.length);var X=this.children[this.children.length-1];this.outlineData.First=this.children[0].dictionary,this.outlineData.Last=X.dictionary;for(var V=0,uA=this.children.length;V0&&(mA.outlineData.Prev=this.children[V-1].dictionary),V0)return this._root.data.Outlines=this.outline.dictionary,this._root.data.PageMode="UseOutlines"}},be=function(){function dA(H,T){C(this,dA),this.refs=[{pageRef:H,mcid:T}]}return h(dA,[{key:"push",value:function(T){var X=this;T.refs.forEach(function(V){return X.refs.push(V)})}}]),dA}(),Ze=function(){function dA(H,T){var X=this,V=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},uA=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;C(this,dA),this.document=H,this._attached=!1,this._ended=!1,this._flushed=!1,this.dictionary=H.ref({S:T});var mA=this.dictionary.data;(Array.isArray(V)||this._isValidChild(V))&&(uA=V,V={}),typeof V.title<"u"&&(mA.T=new String(V.title)),typeof V.lang<"u"&&(mA.Lang=new String(V.lang)),typeof V.alt<"u"&&(mA.Alt=new String(V.alt)),typeof V.expanded<"u"&&(mA.E=new String(V.expanded)),typeof V.actual<"u"&&(mA.ActualText=new String(V.actual)),this._children=[],uA&&(Array.isArray(uA)||(uA=[uA]),uA.forEach(function(tt){return X.add(tt)}),this.end())}return h(dA,[{key:"add",value:function(T){if(this._ended)throw new Error("Cannot add child to already-ended structure element");if(!this._isValidChild(T))throw new Error("Invalid structure element child");return T instanceof dA&&(T.setParent(this.dictionary),this._attached&&T.setAttached()),T instanceof be&&this._addContentToParentTree(T),"function"==typeof T&&this._attached&&(T=this._contentForClosure(T)),this._children.push(T),this}},{key:"_addContentToParentTree",value:function(T){var X=this;T.refs.forEach(function(V){var uA=V.pageRef,mA=V.mcid;X.document.getStructParentTree().get(uA.data.StructParents)[mA]=X.dictionary})}},{key:"setParent",value:function(T){if(this.dictionary.data.P)throw new Error("Structure element added to more than one parent");this.dictionary.data.P=T,this._flush()}},{key:"setAttached",value:function(){var T=this;this._attached||(this._children.forEach(function(X,V){X instanceof dA&&X.setAttached(),"function"==typeof X&&(T._children[V]=T._contentForClosure(X))}),this._attached=!0,this._flush())}},{key:"end",value:function(){this._ended||(this._children.filter(function(T){return T instanceof dA}).forEach(function(T){return T.end()}),this._ended=!0,this._flush())}},{key:"_isValidChild",value:function(T){return T instanceof dA||T instanceof be||"function"==typeof T}},{key:"_contentForClosure",value:function(T){var X=this.document.markStructureContent(this.dictionary.data.S);return T(),this.document.endMarkedContent(),this._addContentToParentTree(X),X}},{key:"_isFlushable",value:function(){return!(!this.dictionary.data.P||!this._ended)&&this._children.every(function(T){return"function"!=typeof T&&(!(T instanceof dA)||T._isFlushable())})}},{key:"_flush",value:function(){var T=this;this._flushed||!this._isFlushable()||(this.dictionary.data.K=[],this._children.forEach(function(X){return T._flushChild(X)}),this.dictionary.end(),this._children=[],this.dictionary.data.K=null,this._flushed=!0)}},{key:"_flushChild",value:function(T){var X=this;T instanceof dA&&this.dictionary.data.K.push(T.dictionary),T instanceof be&&T.refs.forEach(function(V){var uA=V.pageRef,mA=V.mcid;X.dictionary.data.Pg||(X.dictionary.data.Pg=uA),X.dictionary.data.K.push(X.dictionary.data.Pg===uA?mA:{Type:"MCR",Pg:uA,MCID:mA})})}}]),dA}(),vn=function(dA){p(T,dA);var H=S(T);function T(){return C(this,T),H.apply(this,arguments)}return h(T,[{key:"_compareKeys",value:function(V,uA){return parseInt(V)-parseInt(uA)}},{key:"_keysName",value:function(){return"Nums"}},{key:"_dataForKey",value:function(V){return parseInt(V)}}]),T}(J),en={initMarkings:function(H){this.structChildren=[],H.tagged&&(this.getMarkInfoDictionary().data.Marked=!0,this.getStructTreeRoot())},markContent:function(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("Artifact"===H||T&&T.mcid){var X=0;for(this.page.markings.forEach(function(uA){(X||uA.structContent||"Artifact"===uA.tag)&&X++});X--;)this.endMarkedContent()}if(!T)return this.page.markings.push({tag:H}),this.addContent("/".concat(H," BMC")),this;this.page.markings.push({tag:H,options:T});var V={};return typeof T.mcid<"u"&&(V.MCID=T.mcid),"Artifact"===H&&("string"==typeof T.type&&(V.Type=T.type),Array.isArray(T.bbox)&&(V.BBox=[T.bbox[0],this.page.height-T.bbox[3],T.bbox[2],this.page.height-T.bbox[1]]),Array.isArray(T.attached)&&T.attached.every(function(uA){return"string"==typeof uA})&&(V.Attached=T.attached)),"Span"===H&&(T.lang&&(V.Lang=new String(T.lang)),T.alt&&(V.Alt=new String(T.alt)),T.expanded&&(V.E=new String(T.expanded)),T.actual&&(V.ActualText=new String(T.actual))),this.addContent("/".concat(H," ").concat(xA.convert(V)," BDC")),this},markStructureContent:function(H){var T=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},X=this.getStructParentTree().get(this.page.structParentTreeKey),V=X.length;X.push(null),this.markContent(H,R(R({},T),{},{mcid:V}));var uA=new be(this.page.dictionary,V);return this.page.markings.slice(-1)[0].structContent=uA,uA},endMarkedContent:function(){return this.page.markings.pop(),this.addContent("EMC"),this},struct:function(H){return new Ze(this,H,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},arguments.length>2&&void 0!==arguments[2]?arguments[2]:null)},addStructure:function(H){var T=this.getStructTreeRoot();return H.setParent(T),H.setAttached(),this.structChildren.push(H),T.data.K||(T.data.K=[]),T.data.K.push(H.dictionary),this},initPageMarkings:function(H){var T=this;H.forEach(function(X){if(X.structContent){var V=X.structContent,uA=T.markStructureContent(X.tag,X.options);V.push(uA),T.page.markings.slice(-1)[0].structContent=V}else T.markContent(X.tag,X.options)})},endPageMarkings:function(H){var T=H.markings;return T.forEach(function(){return H.write("EMC")}),H.markings=[],T},getMarkInfoDictionary:function(){return this._root.data.MarkInfo||(this._root.data.MarkInfo=this.ref({})),this._root.data.MarkInfo},getStructTreeRoot:function(){return this._root.data.StructTreeRoot||(this._root.data.StructTreeRoot=this.ref({Type:"StructTreeRoot",ParentTree:new vn,ParentTreeNextKey:0})),this._root.data.StructTreeRoot},getStructParentTree:function(){return this.getStructTreeRoot().data.ParentTree},createStructParentTreeNextKey:function(){this.getMarkInfoDictionary();var H=this.getStructTreeRoot(),T=H.data.ParentTreeNextKey++;return H.data.ParentTree.add(T,[]),T},endMarkings:function(){var H=this._root.data.StructTreeRoot;H&&(H.end(),this.structChildren.forEach(function(T){return T.end()})),this._root.data.MarkInfo&&this._root.data.MarkInfo.end()}},Qn={readOnly:1,required:2,noExport:4,multiline:4096,password:8192,toggleToOffButton:16384,radioButton:32768,pushButton:65536,combo:131072,edit:262144,sort:524288,multiSelect:2097152,noSpell:4194304},Sn={left:0,center:1,right:2},nn={value:"V",defaultValue:"DV"},gn={zip:"0",zipPlus4:"1",zip4:"1",phone:"2",ssn:"3"},on_number={nDec:0,sepComma:!1,negStyle:"MinusBlack",currency:"",currencyPrepend:!0},on_percent={nDec:0,sepComma:!1},Mi={initForm:function(){if(!this._font)throw new Error("Must set a font before calling initForm method");this._acroform={fonts:{},defaultFont:this._font.name},this._acroform.fonts[this._font.id]=this._font.ref();var H={Fields:[],NeedAppearances:!0,DA:new String("/".concat(this._font.id," 0 Tf 0 g")),DR:{Font:{}}};H.DR.Font[this._font.id]=this._font.ref();var T=this.ref(H);return this._root.data.AcroForm=T,this},endAcroForm:function(){var H=this;if(this._root.data.AcroForm){if(!Object.keys(this._acroform.fonts).length&&!this._acroform.defaultFont)throw new Error("No fonts specified for PDF form");var T=this._root.data.AcroForm.data.DR.Font;Object.keys(this._acroform.fonts).forEach(function(X){T[X]=H._acroform.fonts[X]}),this._root.data.AcroForm.data.Fields.forEach(function(X){H._endChild(X)}),this._root.data.AcroForm.end()}return this},_endChild:function(H){var T=this;return Array.isArray(H.data.Kids)&&(H.data.Kids.forEach(function(X){T._endChild(X)}),H.end()),this},formField:function(H){var X=this._fieldDict(H,null,arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}),V=this.ref(X);return this._addToParent(V),V},formAnnotation:function(H,T,X,V,uA,mA){var rt=this._fieldDict(H,T,arguments.length>6&&void 0!==arguments[6]?arguments[6]:{});return rt.Subtype="Widget",void 0===rt.F&&(rt.F=4),this.annotate(X,V,uA,mA,rt),this._addToParent(this.page.annotations[this.page.annotations.length-1])},formText:function(H,T,X,V,uA){return this.formAnnotation(H,"text",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formPushButton:function(H,T,X,V,uA){return this.formAnnotation(H,"pushButton",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formCombo:function(H,T,X,V,uA){return this.formAnnotation(H,"combo",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formList:function(H,T,X,V,uA){return this.formAnnotation(H,"list",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formRadioButton:function(H,T,X,V,uA){return this.formAnnotation(H,"radioButton",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},formCheckbox:function(H,T,X,V,uA){return this.formAnnotation(H,"checkbox",T,X,V,uA,arguments.length>5&&void 0!==arguments[5]?arguments[5]:{})},_addToParent:function(H){var T=H.data.Parent;return T?(T.data.Kids||(T.data.Kids=[]),T.data.Kids.push(H)):this._root.data.AcroForm.data.Fields.push(H),this},_fieldDict:function(H,T){var X=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!this._acroform)throw new Error("Call document.initForms() method before adding form elements to document");var V=Object.assign({},X);return null!==T&&(V=this._resolveType(T,X)),V=this._resolveFlags(V),V=this._resolveJustify(V),V=this._resolveFont(V),V=this._resolveStrings(V),V=this._resolveColors(V),(V=this._resolveFormat(V)).T=new String(H),V.parent&&(V.Parent=V.parent,delete V.parent),V},_resolveType:function(H,T){if("text"===H)T.FT="Tx";else if("pushButton"===H)T.FT="Btn",T.pushButton=!0;else if("radioButton"===H)T.FT="Btn",T.radioButton=!0;else if("checkbox"===H)T.FT="Btn";else if("combo"===H)T.FT="Ch",T.combo=!0;else{if("list"!==H)throw new Error("Invalid form annotation type '".concat(H,"'"));T.FT="Ch"}return T},_resolveFormat:function(H){var T=H.format;if(T&&T.type){var X,V,uA="";if(void 0!==gn[T.type])X="AFSpecial_Keystroke",V="AFSpecial_Format",uA=gn[T.type];else{var mA=T.type.charAt(0).toUpperCase()+T.type.slice(1);if(X="AF".concat(mA,"_Keystroke"),V="AF".concat(mA,"_Format"),"date"===T.type)X+="Ex",uA=String(T.param);else if("time"===T.type)uA=String(T.param);else if("number"===T.type){var tt=Object.assign({},on_number,T);uA=String([String(tt.nDec),tt.sepComma?"0":"1",'"'+tt.negStyle+'"',"null",'"'+tt.currency+'"',String(tt.currencyPrepend)].join(","))}else if("percent"===T.type){var rt=Object.assign({},on_percent,T);uA=String([String(rt.nDec),rt.sepComma?"0":"1"].join(","))}}H.AA=H.AA?H.AA:{},H.AA.K={S:"JavaScript",JS:new String("".concat(X,"(").concat(uA,");"))},H.AA.F={S:"JavaScript",JS:new String("".concat(V,"(").concat(uA,");"))}}return delete H.format,H},_resolveColors:function(H){var T=this._normalizeColor(H.backgroundColor);return T&&(H.MK||(H.MK={}),H.MK.BG=T),(T=this._normalizeColor(H.borderColor))&&(H.MK||(H.MK={}),H.MK.BC=T),delete H.backgroundColor,delete H.borderColor,H},_resolveFlags:function(H){var T=0;return Object.keys(H).forEach(function(X){Qn[X]&&(T|=Qn[X],delete H[X])}),0!==T&&(H.Ff=H.Ff?H.Ff:0,H.Ff|=T),H},_resolveJustify:function(H){var T=0;return void 0!==H.align&&("number"==typeof Sn[H.align]&&(T=Sn[H.align]),delete H.align),0!==T&&(H.Q=T),H},_resolveFont:function(H){if(null===this._acroform.fonts[this._font.id]&&(this._acroform.fonts[this._font.id]=this._font.ref()),this._acroform.defaultFont!==this._font.name){H.DR={Font:{}};var T=H.fontSize||0;H.DR.Font[this._font.id]=this._font.ref(),H.DA=new String("/".concat(this._font.id," ").concat(T," Tf 0 g"))}return H},_resolveStrings:function(H){var T=[];function X(V){if(Array.isArray(V))for(var uA=0;uA1&&void 0!==arguments[1]?arguments[1]:{};T.name=T.name||H;var V,X={Type:"EmbeddedFile",Params:{}};if(!H)throw new Error("No src specified");if(a.isBuffer(H))V=H;else if(H instanceof ArrayBuffer)V=a.from(new Uint8Array(H));else{var uA;if(uA=/^data:(.*);base64,(.*)$/.exec(H))uA[1]&&(X.Subtype=uA[1].replace("/","#2F")),V=a.from(uA[2],"base64");else{if(!(V=E.readFileSync(H)))throw new Error("Could not read contents of file at filepath ".concat(H));var mA=E.statSync(H),rt=mA.ctime;X.Params.CreationDate=mA.birthtime,X.Params.ModDate=rt}}T.creationDate instanceof Date&&(X.Params.CreationDate=T.creationDate),T.modifiedDate instanceof Date&&(X.Params.ModDate=T.modifiedDate),T.type&&(X.Subtype=T.type.replace("/","#2F"));var Ct,ut=g.default.MD5(g.default.lib.WordArray.create(new Uint8Array(V)));X.Params.CheckSum=new String(ut),X.Params.Size=V.byteLength,this._fileRegistry||(this._fileRegistry={});var Mt=this._fileRegistry[T.name];Mt&&function Kn(dA,H){return dA.Subtype===H.Subtype&&dA.Params.CheckSum.toString()===H.Params.CheckSum.toString()&&dA.Params.Size===H.Params.Size&&dA.Params.CreationDate===H.Params.CreationDate&&dA.Params.ModDate===H.Params.ModDate}(X,Mt)?Ct=Mt.ref:((Ct=this.ref(X)).end(V),this._fileRegistry[T.name]=R(R({},X),{},{ref:Ct}));var Dt={Type:"Filespec",F:new String(T.name),EF:{F:Ct},UF:new String(T.name)};T.description&&(Dt.Desc=new String(T.description));var Ft=this.ref(Dt);return Ft.end(),T.hidden||this.addNamedEmbeddedFile(T.name,Ft),Ft}};var Di={initPDFA:function(H){"-"===H.charAt(H.length-3)?(this.subset_conformance=H.charAt(H.length-1).toUpperCase(),this.subset=parseInt(H.charAt(H.length-2))):(this.subset_conformance="B",this.subset=parseInt(H.charAt(H.length-1)))},endSubset:function(){this._addPdfaMetadata();var H="".concat(u,"/data/sRGB_IEC61966_2_1.icc"),T="".concat(u,"/../color_profiles/sRGB_IEC61966_2_1.icc");this._addColorOutputIntent(E.existsSync(H)?H:T)},_addColorOutputIntent:function(H){var T=E.readFileSync(H),X=this.ref({Length:T.length,N:3});X.write(T),X.end();var V=this.ref({Type:"OutputIntent",S:"GTS_PDFA1",Info:new String("sRGB IEC61966-2.1"),OutputConditionIdentifier:new String("sRGB IEC61966-2.1"),DestOutputProfile:X});V.end(),this._root.data.OutputIntents=[V]},_getPdfaid:function(){return'\n \n '.concat(this.subset,"\n ").concat(this.subset_conformance,"\n \n ")},_addPdfaMetadata:function(){this.appendXML(this._getPdfaid())}},vi={_importSubset:function(H){Object.assign(this,H)},initSubset:function(H){switch(H.subset){case"PDF/A-1":case"PDF/A-1a":case"PDF/A-1b":case"PDF/A-2":case"PDF/A-2a":case"PDF/A-2b":case"PDF/A-3":case"PDF/A-3a":case"PDF/A-3b":this._importSubset(Di),this.initPDFA(H.subset)}}},jn=function(){function dA(){C(this,dA),this._metadata='\n \n \n \n '}return h(dA,[{key:"_closeTags",value:function(){this._metadata=this._metadata.concat('\n \n \n \n ')}},{key:"append",value:function(T){var X=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this._metadata=this._metadata.concat(T),X&&(this._metadata=this._metadata.concat("\n"))}},{key:"getXML",value:function(){return this._metadata}},{key:"getLength",value:function(){return this._metadata.length}},{key:"end",value:function(){this._closeTags(),this._metadata=this._metadata.trim()}}]),dA}(),Ci={initMetadata:function(){this.metadata=new jn},appendXML:function(H){this.metadata.append(H,!(arguments.length>1&&void 0!==arguments[1])||arguments[1])},_addInfo:function(){this.appendXML('\n \n '.concat(this.info.CreationDate.toISOString().split(".")[0]+"Z","\n ").concat(this.info.Creator,"\n \n ")),(this.info.Title||this.info.Author||this.info.Subject)&&(this.appendXML('\n \n '),this.info.Title&&this.appendXML('\n \n \n '.concat(this.info.Title,"\n \n \n ")),this.info.Author&&this.appendXML("\n \n \n ".concat(this.info.Author,"\n \n \n ")),this.info.Subject&&this.appendXML('\n \n \n '.concat(this.info.Subject,"\n \n \n ")),this.appendXML("\n \n ")),this.appendXML('\n \n '.concat(this.info.Creator,""),!1),this.info.Keywords&&this.appendXML("\n ".concat(this.info.Keywords,""),!1),this.appendXML("\n \n ")},endMetadata:function(){this._addInfo(),this.metadata.end(),1.3!=this.version&&(this.metadataRef=this.ref({length:this.metadata.getLength(),Type:"Metadata",Subtype:"XML"}),this.metadataRef.compress=!1,this.metadataRef.write(a.from(this.metadata.getXML(),"utf-8")),this.metadataRef.end(),this._root.data.Metadata=this.metadataRef)}},ni=function(dA){p(T,dA);var H=S(T);function T(){var X,V=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};switch(C(this,T),(X=H.call(this,V)).options=V,V.pdfVersion){case"1.4":X.version=1.4;break;case"1.5":X.version=1.5;break;case"1.6":X.version=1.6;break;case"1.7":case"1.7ext3":X.version=1.7;break;default:X.version=1.3}X.compress=null==X.options.compress||X.options.compress,X._pageBuffer=[],X._pageBufferStart=0,X._offsets=[],X._waiting=0,X._ended=!1,X._offset=0;var uA=X.ref({Type:"Pages",Count:0,Kids:[]}),mA=X.ref({Dests:new AA});if(X._root=X.ref({Type:"Catalog",Pages:uA,Names:mA}),X.options.lang&&(X._root.data.Lang=new String(X.options.lang)),X.page=null,X.initMetadata(),X.initColor(),X.initVector(),X.initFonts(V.font),X.initText(),X.initImages(),X.initOutline(),X.initMarkings(V),X.initSubset(V),X.info={Producer:"PDFKit",Creator:"PDFKit",CreationDate:new Date},X.options.info)for(var tt in X.options.info)X.info[tt]=X.options.info[tt];return X.options.displayTitle&&(X._root.data.ViewerPreferences=X.ref({DisplayDocTitle:!0})),X._id=Z.generateFileID(X.info),X._security=Z.create(Y(X),V),X._write("%PDF-".concat(X.version)),X._write("%\xff\xff\xff\xff"),!1!==X.options.autoFirstPage&&X.addPage(),X}return h(T,[{key:"addPage",value:function(V){null==V&&(V=this.options),this.options.bufferPages||this.flushPages(),this.page=new rA(this,V),this._pageBuffer.push(this.page);var uA=this._root.data.Pages.data;return uA.Kids.push(this.page.dictionary),uA.Count++,this.x=this.page.margins.left,this.y=this.page.margins.top,this._ctm=[1,0,0,1,0,0],this.transform(1,0,0,-1,0,this.page.height),this.emit("pageAdded"),this}},{key:"continueOnNewPage",value:function(V){var uA=this.endPageMarkings(this.page);return this.addPage(V),this.initPageMarkings(uA),this}},{key:"bufferedPageRange",value:function(){return{start:this._pageBufferStart,count:this._pageBuffer.length}}},{key:"switchToPage",value:function(V){var uA;if(!(uA=this._pageBuffer[V-this._pageBufferStart]))throw new Error("switchToPage(".concat(V,") out of bounds, current buffer covers pages ").concat(this._pageBufferStart," to ").concat(this._pageBufferStart+this._pageBuffer.length-1));return this.page=uA}},{key:"flushPages",value:function(){var V=this._pageBuffer;this._pageBuffer=[],this._pageBufferStart+=V.length;var mA,uA=YA(V);try{for(uA.s();!(mA=uA.n()).done;){var tt=mA.value;this.endPageMarkings(tt),tt.end()}}catch(rt){uA.e(rt)}finally{uA.f()}}},{key:"addNamedDestination",value:function(V){for(var uA=arguments.length,mA=new Array(uA>1?uA-1:0),tt=1;tt"u"&&(a.pdfMake=u),b.exports=u},80182:function(b,A,n){"use strict";var u=n(9964);function a(DA){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(NA){return typeof NA}:function(NA){return NA&&"function"==typeof Symbol&&NA.constructor===Symbol&&NA!==Symbol.prototype?"symbol":typeof NA})(DA)}function s(DA,NA){for(var zA=0;zA1?zA-1:0),JA=1;JA1?zA-1:0),JA=1;JA1?zA-1:0),JA=1;JA1?zA-1:0),JA=1;JA"u"||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function p(J,BA){return(p=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(eA,EA){return eA.__proto__=EA,eA})(J,BA)}function m(J){return(m=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(aA){return aA.__proto__||Object.getPrototypeOf(aA)})(J)}function y(J){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(BA){return typeof BA}:function(BA){return BA&&"function"==typeof Symbol&&BA.constructor===Symbol&&BA!==Symbol.prototype?"symbol":typeof BA})(J)}var Y=n(7187).inspect,S=n(35403).codes.ERR_INVALID_ARG_TYPE;function z(J,BA,aA){return(void 0===aA||aA>J.length)&&(aA=J.length),J.substring(aA-BA.length,aA)===BA}var $="",gA="",_="",fA="",iA={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function IA(J){var BA=Object.keys(J),aA=Object.create(Object.getPrototypeOf(J));return BA.forEach(function(eA){aA[eA]=J[eA]}),Object.defineProperty(aA,"message",{value:J.message}),aA}function FA(J){return Y(J,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}function YA(J,BA,aA){var eA="",EA="",xA=0,OA="",W=!1,L=FA(J),rA=L.split("\n"),AA=FA(BA).split("\n"),QA=0,yA="";if("strictEqual"===aA&&"object"===y(J)&&"object"===y(BA)&&null!==J&&null!==BA&&(aA="strictEqualObject"),1===rA.length&&1===AA.length&&rA[0]!==AA[0]){var cA=rA[0].length+AA[0].length;if(cA<=10){if(!("object"===y(J)&&null!==J||"object"===y(BA)&&null!==BA||0===J&&0===BA))return"".concat(iA[aA],"\n\n")+"".concat(rA[0]," !== ").concat(AA[0],"\n")}else if("strictEqualObject"!==aA&&cA<(u.stderr&&u.stderr.isTTY?u.stderr.columns:80)){for(;rA[0][QA]===AA[0][QA];)QA++;QA>2&&(yA="\n ".concat(function F(J,BA){if(BA=Math.floor(BA),0==J.length||0==BA)return"";var aA=J.length*BA;for(BA=Math.floor(Math.log(BA)/Math.log(2));BA;)J+=J,BA--;return J+J.substring(0,aA-J.length)}(" ",QA),"^"),QA=0)}}for(var DA=rA[rA.length-1],NA=AA[AA.length-1];DA===NA&&(QA++<2?OA="\n ".concat(DA).concat(OA):eA=DA,rA.pop(),AA.pop(),0!==rA.length&&0!==AA.length);)DA=rA[rA.length-1],NA=AA[AA.length-1];var zA=Math.max(rA.length,AA.length);if(0===zA){var pA=L.split("\n");if(pA.length>30)for(pA[26]="".concat($,"...").concat(fA);pA.length>27;)pA.pop();return"".concat(iA.notIdentical,"\n\n").concat(pA.join("\n"),"\n")}QA>3&&(OA="\n".concat($,"...").concat(fA).concat(OA),W=!0),""!==eA&&(OA="\n ".concat(eA).concat(OA),eA="");var JA=0,ft=iA[aA]+"\n".concat(gA,"+ actual").concat(fA," ").concat(_,"- expected").concat(fA),wt=" ".concat($,"...").concat(fA," Lines skipped");for(QA=0;QA1&&QA>2&&(gt>4?(EA+="\n".concat($,"...").concat(fA),W=!0):gt>3&&(EA+="\n ".concat(AA[QA-2]),JA++),EA+="\n ".concat(AA[QA-1]),JA++),xA=QA,eA+="\n".concat(_,"-").concat(fA," ").concat(AA[QA]),JA++;else if(AA.length1&&QA>2&&(gt>4?(EA+="\n".concat($,"...").concat(fA),W=!0):gt>3&&(EA+="\n ".concat(rA[QA-2]),JA++),EA+="\n ".concat(rA[QA-1]),JA++),xA=QA,EA+="\n".concat(gA,"+").concat(fA," ").concat(rA[QA]),JA++;else{var pt=AA[QA],Yt=rA[QA],VA=Yt!==pt&&(!z(Yt,",")||Yt.slice(0,-1)!==pt);VA&&z(pt,",")&&pt.slice(0,-1)===Yt&&(VA=!1,Yt+=","),VA?(gt>1&&QA>2&&(gt>4?(EA+="\n".concat($,"...").concat(fA),W=!0):gt>3&&(EA+="\n ".concat(rA[QA-2]),JA++),EA+="\n ".concat(rA[QA-1]),JA++),xA=QA,EA+="\n".concat(gA,"+").concat(fA," ").concat(Yt),eA+="\n".concat(_,"-").concat(fA," ").concat(pt),JA+=2):(EA+=eA,eA="",(1===gt||0===QA)&&(EA+="\n ".concat(Yt),JA++))}if(JA>20&&QA30)for(cA[26]="".concat($,"...").concat(fA);cA.length>27;)cA.pop();xA=aA.call(this,1===cA.length?"".concat(yA," ").concat(cA[0]):"".concat(yA,"\n\n").concat(cA.join("\n"),"\n"))}else{var CA=FA(rA),DA="",NA=iA[W];"notDeepEqual"===W||"notEqual"===W?(CA="".concat(iA[W],"\n\n").concat(CA)).length>1024&&(CA="".concat(CA.slice(0,1021),"...")):(DA="".concat(FA(AA)),CA.length>512&&(CA="".concat(CA.slice(0,509),"...")),DA.length>512&&(DA="".concat(DA.slice(0,509),"...")),"deepEqual"===W||"equal"===W?CA="".concat(NA,"\n\n").concat(CA,"\n\nshould equal\n\n"):DA=" ".concat(W," ").concat(DA)),xA=aA.call(this,"".concat(CA).concat(DA))}return Error.stackTraceLimit=QA,xA.generatedMessage=!OA,Object.defineProperty(e(xA),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),xA.code="ERR_ASSERTION",xA.actual=rA,xA.expected=AA,xA.operator=W,Error.captureStackTrace&&Error.captureStackTrace(e(xA),L),xA.name="AssertionError",C(xA)}return function w(J,BA,aA){return BA&&f(J.prototype,BA),aA&&f(J,aA),Object.defineProperty(J,"prototype",{writable:!1}),J}(eA,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:BA,value:function(xA,OA){return Y(this,s(s({},OA),{},{customInspect:!1,depth:0}))}}]),eA}(h(Error),Y.custom);b.exports=HA},35403:function(b,A,n){"use strict";function u(Y){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(v){return typeof v}:function(v){return v&&"function"==typeof Symbol&&v.constructor===Symbol&&v!==Symbol.prototype?"symbol":typeof v})(Y)}function a(Y,v){for(var S=0;S"u"||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}();return function(){var F,z=e(Y);if(v){var $=e(this).constructor;F=Reflect.construct(z,arguments,$)}else F=z.apply(this,arguments);return function d(Y,v){if(v&&("object"===u(v)||"function"==typeof v))return v;if(void 0!==v)throw new TypeError("Derived constructors may only return object or undefined");return function E(Y){if(void 0===Y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Y}(Y)}(this,F)}}function e(Y){return(e=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(S){return S.__proto__||Object.getPrototypeOf(S)})(Y)}var Q,I,h={};function R(Y,v,S){S||(S=Error),h[Y]=function($){!function w(Y,v){if("function"!=typeof v&&null!==v)throw new TypeError("Super expression must either be null or a function");Y.prototype=Object.create(v&&v.prototype,{constructor:{value:Y,writable:!0,configurable:!0}}),Object.defineProperty(Y,"prototype",{writable:!1}),v&&B(Y,v)}(_,$);var gA=r(_);function _(fA,iA,wA){var IA;return function f(Y,v){if(!(Y instanceof v))throw new TypeError("Cannot call a class as a function")}(this,_),(IA=gA.call(this,function z($,gA,_){return"string"==typeof v?v:v($,gA,_)}(fA,iA,wA))).code=Y,IA}return function s(Y,v,S){return v&&a(Y.prototype,v),S&&a(Y,S),Object.defineProperty(Y,"prototype",{writable:!1}),Y}(_)}(S)}function p(Y,v){if(Array.isArray(Y)){var S=Y.length;return Y=Y.map(function(z){return String(z)}),S>2?"one of ".concat(v," ").concat(Y.slice(0,S-1).join(", "),", or ")+Y[S-1]:2===S?"one of ".concat(v," ").concat(Y[0]," or ").concat(Y[1]):"of ".concat(v," ").concat(Y[0])}return"of ".concat(v," ").concat(String(Y))}R("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),R("ERR_INVALID_ARG_TYPE",function(Y,v,S){var z,F;if(void 0===Q&&(Q=n(80182)),Q("string"==typeof Y,"'name' must be a string"),"string"==typeof v&&function m(Y,v,S){return Y.substr(!S||S<0?0:+S,v.length)===v}(v,"not ")?(z="must not be",v=v.replace(/^not /,"")):z="must be",function y(Y,v,S){return(void 0===S||S>Y.length)&&(S=Y.length),Y.substring(S-v.length,S)===v}(Y," argument"))F="The ".concat(Y," ").concat(z," ").concat(p(v,"type"));else{var $=function x(Y,v,S){return"number"!=typeof S&&(S=0),!(S+v.length>Y.length)&&-1!==Y.indexOf(v,S)}(Y,".")?"property":"argument";F='The "'.concat(Y,'" ').concat($," ").concat(z," ").concat(p(v,"type"))}return F+". Received type ".concat(u(S))},TypeError),R("ERR_INVALID_ARG_VALUE",function(Y,v){var S=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===I&&(I=n(7187));var z=I.inspect(v);return z.length>128&&(z="".concat(z.slice(0,128),"...")),"The argument '".concat(Y,"' ").concat(S,". Received ").concat(z)},TypeError,RangeError),R("ERR_INVALID_RETURN_VALUE",function(Y,v,S){var z;return z=S&&S.constructor&&S.constructor.name?"instance of ".concat(S.constructor.name):"type ".concat(u(S)),"Expected ".concat(Y,' to be returned from the "').concat(v,'"')+" function but got ".concat(z,".")},TypeError),R("ERR_MISSING_ARGS",function(){for(var Y=arguments.length,v=new Array(Y),S=0;S0,"At least one arg needs to be specified");var z="The ",F=v.length;switch(v=v.map(function($){return'"'.concat($,'"')}),F){case 1:z+="".concat(v[0]," argument");break;case 2:z+="".concat(v[0]," and ").concat(v[1]," arguments");break;default:z+=v.slice(0,F-1).join(", "),z+=", and ".concat(v[F-1]," arguments")}return"".concat(z," must be specified")},TypeError),b.exports.codes=h},86781:function(b,A,n){"use strict";function u(VA,_A){return function f(VA){if(Array.isArray(VA))return VA}(VA)||function g(VA,_A){var Qt=null==VA?null:typeof Symbol<"u"&&VA[Symbol.iterator]||VA["@@iterator"];if(null!=Qt){var ht,vt,Nt,vA,Bt=[],Z=!0,k=!1;try{if(Nt=(Qt=Qt.call(VA)).next,0===_A){if(Object(Qt)!==Qt)return;Z=!1}else for(;!(Z=(ht=Nt.call(Qt)).done)&&(Bt.push(ht.value),Bt.length!==_A);Z=!0);}catch(U){k=!0,vt=U}finally{try{if(!Z&&null!=Qt.return&&(vA=Qt.return(),Object(vA)!==vA))return}finally{if(k)throw vt}}return Bt}}(VA,_A)||function s(VA,_A){if(VA){if("string"==typeof VA)return o(VA,_A);var Qt=Object.prototype.toString.call(VA).slice(8,-1);if("Object"===Qt&&VA.constructor&&(Qt=VA.constructor.name),"Map"===Qt||"Set"===Qt)return Array.from(VA);if("Arguments"===Qt||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Qt))return o(VA,_A)}}(VA,_A)||function a(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(VA,_A){(null==_A||_A>VA.length)&&(_A=VA.length);for(var Qt=0,ht=new Array(_A);Qt<_A;Qt++)ht[Qt]=VA[Qt];return ht}function w(VA){return(w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(_A){return typeof _A}:function(_A){return _A&&"function"==typeof Symbol&&_A.constructor===Symbol&&_A!==Symbol.prototype?"symbol":typeof _A})(VA)}var B=void 0!==/a/g.flags,r=function(_A){var Qt=[];return _A.forEach(function(ht){return Qt.push(ht)}),Qt},d=function(_A){var Qt=[];return _A.forEach(function(ht,vt){return Qt.push([vt,ht])}),Qt},E=Object.is?Object.is:n(98527),C=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},e=Number.isNaN?Number.isNaN:n(7051);function h(VA){return VA.call.bind(VA)}var Q=h(Object.prototype.hasOwnProperty),I=h(Object.prototype.propertyIsEnumerable),R=h(Object.prototype.toString),p=n(7187).types,m=p.isAnyArrayBuffer,y=p.isArrayBufferView,x=p.isDate,Y=p.isMap,v=p.isRegExp,S=p.isSet,z=p.isNativeError,F=p.isBoxedPrimitive,$=p.isNumberObject,gA=p.isStringObject,_=p.isBooleanObject,fA=p.isBigIntObject,iA=p.isSymbolObject,wA=p.isFloat32Array,IA=p.isFloat64Array;function FA(VA){if(0===VA.length||VA.length>10)return!0;for(var _A=0;_A57)return!0}return 10===VA.length&&VA>=Math.pow(2,32)}function YA(VA){return Object.keys(VA).filter(FA).concat(C(VA).filter(Object.prototype.propertyIsEnumerable.bind(VA)))}function HA(VA,_A){if(VA===_A)return 0;for(var Qt=VA.length,ht=_A.length,vt=0,Nt=Math.min(Qt,ht);vt0?I-4:I;for(x=0;x>16&255,p[m++]=h>>8&255,p[m++]=255&h;return 2===R&&(h=u[e.charCodeAt(x)]<<2|u[e.charCodeAt(x+1)]>>4,p[m++]=255&h),1===R&&(h=u[e.charCodeAt(x)]<<10|u[e.charCodeAt(x+1)]<<4|u[e.charCodeAt(x+2)]>>2,p[m++]=h>>8&255,p[m++]=255&h),p},A.fromByteArray=function C(e){for(var h,Q=e.length,I=Q%3,R=[],p=16383,m=0,y=Q-I;my?y:m+p));return 1===I?R.push(n[(h=e[Q-1])>>2]+n[h<<4&63]+"=="):2===I&&R.push(n[(h=(e[Q-2]<<8)+e[Q-1])>>10]+n[h>>4&63]+n[h<<2&63]+"="),R.join("")};for(var n=[],u=[],a=typeof Uint8Array<"u"?Uint8Array:Array,s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0;o<64;++o)n[o]=s[o],u[s.charCodeAt(o)]=o;function f(e){var h=e.length;if(h%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var Q=e.indexOf("=");return-1===Q&&(Q=h),[Q,Q===h?0:4-Q%4]}function d(e){return n[e>>18&63]+n[e>>12&63]+n[e>>6&63]+n[63&e]}function E(e,h,Q){for(var R=[],p=h;p0},s.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var o=this.buf_ptr_,g=this.input_.read(this.buf_,o,A);if(g<0)throw new Error("Unexpected end of input");if(g=8;)this.val_>>>=8,this.val_|=this.buf_[8191&this.pos_]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},s.prototype.readBits=function(o){32-this.bit_pos_>>this.bit_pos_&a[o];return this.bit_pos_+=o,g},b.exports=s},7043:function(b,A){A.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),A.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])},20980:function(b,A,n){var a=n(98197).z,s=n(98197).y,o=n(34097),g=n(80614),f=n(81561).z,w=n(81561).u,B=n(7043),r=n(42210),d=n(87984),E=8,C=16,e=256,h=704,Q=26,I=6,R=2,p=8,m=255,y=1080,x=18,Y=new Uint8Array([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),v=16,S=new Uint8Array([3,2,1,0,3,3,3,3,3,3,2,2,2,2,2,2]),z=new Int8Array([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),F=new Uint16Array([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]);function $(rA){var AA;return 0===rA.readBits(1)?16:(AA=rA.readBits(3))>0?17+AA:(AA=rA.readBits(3))>0?8+AA:17}function gA(rA){if(rA.readBits(1)){var AA=rA.readBits(3);return 0===AA?1:rA.readBits(AA)+(1<1&&0===CA)throw new Error("Invalid size byte");AA.meta_block_length|=CA<<8*cA}}else for(cA=0;cA4&&0===DA)throw new Error("Invalid size nibble");AA.meta_block_length|=DA<<4*cA}return++AA.meta_block_length,!AA.input_end&&!AA.is_metadata&&(AA.is_uncompressed=rA.readBits(1)),AA}function iA(rA,AA,QA){var cA;return QA.fillBitWindow(),(cA=rA[AA+=QA.val_>>>QA.bit_pos_&m].bits-p)>0&&(QA.bit_pos_+=p,AA+=rA[AA].value,AA+=QA.val_>>>QA.bit_pos_&(1<>=1,++pA;for(NA=0;NA0;++NA){var Qt,VA=Y[NA],_A=0;yA.fillBitWindow(),yA.bit_pos_+=Yt[_A+=yA.val_>>>yA.bit_pos_&15].bits,wt[VA]=Qt=Yt[_A].value,0!==Qt&&(gt-=32>>Qt,++pt)}if(1!==pt&&0!==gt)throw new Error("[ReadHuffmanCode] invalid num_codes or space");!function wA(rA,AA,QA,yA){for(var cA=0,CA=E,DA=0,NA=0,zA=32768,pA=[],JA=0;JA<32;JA++)pA.push(new f(0,0));for(w(pA,0,5,rA,x);cA0;){var wt,ft=0;if(yA.readMoreInput(),yA.fillBitWindow(),yA.bit_pos_+=pA[ft+=yA.val_>>>yA.bit_pos_&31].bits,(wt=255&pA[ft].value)>wt);else{var pt,Yt,gt=wt-14,VA=0;if(wt===C&&(VA=CA),NA!==VA&&(DA=0,NA=VA),pt=DA,DA>0&&(DA-=2,DA<<=gt),cA+(Yt=(DA+=yA.readBits(gt)+3)-pt)>AA)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var _A=0;_A>>5]),this.htrees=new Uint32Array(AA)}function aA(rA,AA){var CA,DA,QA={num_htrees:null,context_map:null},cA=0;AA.readMoreInput();var NA=QA.num_htrees=gA(AA)+1,zA=QA.context_map=new Uint8Array(rA);if(NA<=1)return QA;for(AA.readBits(1)&&(cA=AA.readBits(4)+1),CA=[],DA=0;DA=rA)throw new Error("[DecodeContextMap] i >= context_map_size");zA[DA]=0,++DA}else zA[DA]=pA-cA,++DA}return AA.readBits(1)&&function J(rA,AA){var yA,QA=new Uint8Array(256);for(yA=0;yA<256;++yA)QA[yA]=yA;for(yA=0;yA=rA&&(JA-=rA),yA[QA]=JA,cA[NA+(1&CA[zA])]=JA,++CA[zA]}function EA(rA,AA,QA,yA,cA,CA){var pA,DA=cA+1,NA=QA&cA,zA=CA.pos_&o.IBUF_MASK;if(AA<8||CA.bit_pos_+(AA<<3)0;)CA.readMoreInput(),yA[NA++]=CA.readBits(8),NA===DA&&(rA.write(yA,DA),NA=0);else{if(CA.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;CA.bit_pos_<32;)yA[NA]=CA.val_>>>CA.bit_pos_,CA.bit_pos_+=8,++NA,--AA;if(zA+(pA=CA.bit_end_pos_-CA.bit_pos_>>3)>o.IBUF_MASK){for(var JA=o.IBUF_MASK+1-zA,ft=0;ft=DA)for(rA.write(yA,DA),NA-=DA,ft=0;ft=DA;){if(CA.input_.read(yA,NA,pA=DA-NA)AA.buffer.length){var ee=new Uint8Array(yA+vA);ee.set(AA.buffer),AA.buffer=ee}if(cA=In.input_end,Bt=In.is_uncompressed,In.is_metadata)for(xA(ht);vA>0;--vA)ht.readMoreInput(),ht.readBits(8);else if(0!==vA){if(Bt){ht.bit_pos_=ht.bit_pos_+7&-8,EA(AA,vA,yA,JA,pA,ht),yA+=vA;continue}for(QA=0;QA<3;++QA)U[QA]=gA(ht)+1,U[QA]>=2&&(IA(U[QA]+2,_A,QA*y,ht),IA(Q,Qt,QA*y,ht),Z[QA]=FA(Qt,QA*y,ht),q[QA]=1);for(ht.readMoreInput(),O=(1<<(GA=ht.readBits(2)))-1,qA=(At=v+(ht.readBits(4)<0;){var Fe,we,Dn,wn,kt,zt,Wt,ae,dn,Tn,Wn,ei;for(ht.readMoreInput(),0===Z[1]&&(eA(U[1],_A,1,k,hA,q,ht),Z[1]=FA(Qt,y,ht),xn=VA[1].htrees[k[1]]),--Z[1],(we=(Fe=iA(VA[1].codes,xn,ht))>>6)>=2?(we-=2,Wt=-1):Wt=0,wn=r.kCopyRangeLut[we]+(7&Fe),kt=r.kInsertLengthPrefixCode[Dn=r.kInsertRangeLut[we]+(Fe>>3&7)].offset+ht.readBits(r.kInsertLengthPrefixCode[Dn].nbits),zt=r.kCopyLengthPrefixCode[wn].offset+ht.readBits(r.kCopyLengthPrefixCode[wn].nbits),pt=JA[yA-1&pA],Yt=JA[yA-2&pA],dn=0;dn4?3:zt-2))]],ht))>=At&&(ei=(Wt-=At)&O,Wt=At+((Yn=(2+(1&(Wt>>=GA))<<(Wn=1+(Wt>>1)))-4)+ht.readBits(Wn)<(NA=yA=g.minDictionaryWordLength&&zt<=g.maxDictionaryWordLength))throw new Error("Invalid backward reference. pos: "+yA+" distance: "+ae+" len: "+zt+" bytes left: "+vA);var Yn=g.offsetsByLength[zt],ZA=ae-NA-1,SA=g.sizeBitsByLength[zt],TA=ZA>>SA;if(Yn+=(ZA&(1<=ft){AA.write(JA,zA);for(var kA=0;kA0&&(wt[3>]=ae,++gt),zt>vA)throw new Error("Invalid backward reference. pos: "+yA+" distance: "+ae+" len: "+zt+" bytes left: "+vA);for(dn=0;dn>=1;return(g&w-1)+w}function s(g,f,w,B,r){do{g[f+(B-=w)]=new n(r.bits,r.value)}while(B>0)}function o(g,f,w){for(var B=1<0;--Y[C])s(g,f+h,Q,m,new n(255&C,65535&x[e++])),h=a(h,C);for(R=y-1,I=-1,C=w+1,Q=2;C<=u;++C,Q<<=1)for(;Y[C]>0;--Y[C])(h&R)!==I&&(f+=m,y+=m=1<<(p=o(Y,C,w)),g[d+(I=h&R)]=new n(p+w&255,f-d-I&65535)),s(g,f+(h>>w),Q,m,new n(C-w&255,65535&x[e++])),h=a(h,C);return y}},42210:function(b,A){function n(u,a){this.offset=u,this.nbits=a}A.kBlockLengthPrefixCode=[new n(1,2),new n(5,2),new n(9,2),new n(13,2),new n(17,3),new n(25,3),new n(33,3),new n(41,3),new n(49,4),new n(65,4),new n(81,4),new n(97,4),new n(113,5),new n(145,5),new n(177,5),new n(209,5),new n(241,6),new n(305,6),new n(369,7),new n(497,8),new n(753,9),new n(1265,10),new n(2289,11),new n(4337,12),new n(8433,13),new n(16625,24)],A.kInsertLengthPrefixCode=[new n(0,0),new n(1,0),new n(2,0),new n(3,0),new n(4,0),new n(5,0),new n(6,1),new n(8,1),new n(10,2),new n(14,2),new n(18,3),new n(26,3),new n(34,4),new n(50,4),new n(66,5),new n(98,5),new n(130,6),new n(194,7),new n(322,8),new n(578,9),new n(1090,10),new n(2114,12),new n(6210,14),new n(22594,24)],A.kCopyLengthPrefixCode=[new n(2,0),new n(3,0),new n(4,0),new n(5,0),new n(6,0),new n(7,0),new n(8,0),new n(9,0),new n(10,1),new n(12,1),new n(14,2),new n(18,2),new n(22,3),new n(30,3),new n(38,4),new n(54,4),new n(70,5),new n(102,5),new n(134,6),new n(198,7),new n(326,8),new n(582,9),new n(1094,10),new n(2118,24)],A.kInsertRangeLut=[0,0,8,8,0,16,8,16,16],A.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]},98197:function(b,A){function n(a){this.buffer=a,this.pos=0}function u(a){this.buffer=a,this.pos=0}n.prototype.read=function(a,s,o){this.pos+o>this.buffer.length&&(o=this.buffer.length-this.pos);for(var g=0;gthis.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(a.subarray(0,s),this.pos),this.pos+=s,s},A.y=u},87984:function(b,A,n){var u=n(80614),C=10,e=11;function v(F,$,gA){this.prefix=new Uint8Array(F.length),this.transform=$,this.suffix=new Uint8Array(gA.length);for(var _=0;_'),new v("",0,"\n"),new v("",3,""),new v("",0,"]"),new v("",0," for "),new v("",14,""),new v("",2,""),new v("",0," a "),new v("",0," that "),new v(" ",C,""),new v("",0,". "),new v(".",0,""),new v(" ",0,", "),new v("",15,""),new v("",0," with "),new v("",0,"'"),new v("",0," from "),new v("",0," by "),new v("",16,""),new v("",17,""),new v(" the ",0,""),new v("",4,""),new v("",0,". The "),new v("",e,""),new v("",0," on "),new v("",0," as "),new v("",0," is "),new v("",7,""),new v("",1,"ing "),new v("",0,"\n\t"),new v("",0,":"),new v(" ",0,". "),new v("",0,"ed "),new v("",20,""),new v("",18,""),new v("",6,""),new v("",0,"("),new v("",C,", "),new v("",8,""),new v("",0," at "),new v("",0,"ly "),new v(" the ",0," of "),new v("",5,""),new v("",9,""),new v(" ",C,", "),new v("",C,'"'),new v(".",0,"("),new v("",e," "),new v("",C,'">'),new v("",0,'="'),new v(" ",0,"."),new v(".com/",0,""),new v(" the ",0," of the "),new v("",C,"'"),new v("",0,". This "),new v("",0,","),new v(".",0," "),new v("",C,"("),new v("",C,"."),new v("",0," not "),new v(" ",0,'="'),new v("",0,"er "),new v(" ",e," "),new v("",0,"al "),new v(" ",e,""),new v("",0,"='"),new v("",e,'"'),new v("",C,". "),new v(" ",0,"("),new v("",0,"ful "),new v(" ",C,". "),new v("",0,"ive "),new v("",0,"less "),new v("",e,"'"),new v("",0,"est "),new v(" ",C,"."),new v("",e,'">'),new v(" ",0,"='"),new v("",C,","),new v("",0,"ize "),new v("",e,"."),new v("\xc2\xa0",0,""),new v(" ",0,","),new v("",C,'="'),new v("",e,'="'),new v("",0,"ous "),new v("",e,", "),new v("",C,"='"),new v(" ",C,","),new v(" ",e,'="'),new v(" ",e,", "),new v("",e,","),new v("",e,"("),new v("",e,". "),new v(" ",e,"."),new v("",e,"='"),new v(" ",e,". "),new v(" ",C,'="'),new v(" ",e,"='"),new v(" ",C,"='")];function z(F,$){return F[$]<192?(F[$]>=97&&F[$]<=122&&(F[$]^=32),1):F[$]<224?(F[$+1]^=32,2):(F[$+2]^=5,3)}A.kTransforms=S,A.kNumTransforms=S.length,A.transformDictionaryWord=function(F,$,gA,_,fA){var J,iA=S[fA].prefix,wA=S[fA].suffix,IA=S[fA].transform,FA=IA<12?0:IA-11,YA=0,HA=$;FA>_&&(FA=_);for(var BA=0;BA0;){var aA=z(F,J);J+=aA,_-=aA}for(var eA=0;eAA.UNZIP)throw new TypeError("Bad argument");this.dictionary=null,this.err=0,this.flush=0,this.init_done=!1,this.level=0,this.memLevel=0,this.mode=C,this.strategy=0,this.windowBits=0,this.write_in_progress=!1,this.pending_close=!1,this.gzip_id_bytes_read=0}E.prototype.close=function(){this.write_in_progress?this.pending_close=!0:(this.pending_close=!1,s(this.init_done,"close before init"),s(this.mode<=A.UNZIP),this.mode===A.DEFLATE||this.mode===A.GZIP||this.mode===A.DEFLATERAW?g.deflateEnd(this.strm):(this.mode===A.INFLATE||this.mode===A.GUNZIP||this.mode===A.INFLATERAW||this.mode===A.UNZIP)&&f.inflateEnd(this.strm),this.mode=A.NONE,this.dictionary=null)},E.prototype.write=function(C,e,h,Q,I,R,p){return this._write(!0,C,e,h,Q,I,R,p)},E.prototype.writeSync=function(C,e,h,Q,I,R,p){return this._write(!1,C,e,h,Q,I,R,p)},E.prototype._write=function(C,e,h,Q,I,R,p,m){if(s.equal(arguments.length,8),s(this.init_done,"write before init"),s(this.mode!==A.NONE,"already finalized"),s.equal(!1,this.write_in_progress,"write already in progress"),s.equal(!1,this.pending_close,"close is pending"),this.write_in_progress=!0,s.equal(!1,void 0===e,"must provide flush value"),this.write_in_progress=!0,e!==A.Z_NO_FLUSH&&e!==A.Z_PARTIAL_FLUSH&&e!==A.Z_SYNC_FLUSH&&e!==A.Z_FULL_FLUSH&&e!==A.Z_FINISH&&e!==A.Z_BLOCK)throw new Error("Invalid flush value");if(null==h&&(h=u.alloc(0),I=0,Q=0),this.strm.avail_in=I,this.strm.input=h,this.strm.next_in=Q,this.strm.avail_out=m,this.strm.output=R,this.strm.next_out=p,this.flush=e,!C)return this._process(),this._checkError()?this._afterSync():void 0;var y=this;return a.nextTick(function(){y._process(),y._after()}),this},E.prototype._afterSync=function(){var C=this.strm.avail_out,e=this.strm.avail_in;return this.write_in_progress=!1,[e,C]},E.prototype._process=function(){var C=null;switch(this.mode){case A.DEFLATE:case A.GZIP:case A.DEFLATERAW:this.err=g.deflate(this.strm,this.flush);break;case A.UNZIP:switch(this.strm.avail_in>0&&(C=this.strm.next_in),this.gzip_id_bytes_read){case 0:if(null===C)break;if(31!==this.strm.input[C]){this.mode=A.INFLATE;break}if(this.gzip_id_bytes_read=1,C++,1===this.strm.avail_in)break;case 1:if(null===C)break;139===this.strm.input[C]?(this.gzip_id_bytes_read=2,this.mode=A.GUNZIP):this.mode=A.INFLATE;break;default:throw new Error("invalid number of gzip magic number bytes read")}case A.INFLATE:case A.GUNZIP:case A.INFLATERAW:for(this.err=f.inflate(this.strm,this.flush),this.err===A.Z_NEED_DICT&&this.dictionary&&(this.err=f.inflateSetDictionary(this.strm,this.dictionary),this.err===A.Z_OK?this.err=f.inflate(this.strm,this.flush):this.err===A.Z_DATA_ERROR&&(this.err=A.Z_NEED_DICT));this.strm.avail_in>0&&this.mode===A.GUNZIP&&this.err===A.Z_STREAM_END&&0!==this.strm.next_in[0];)this.reset(),this.err=f.inflate(this.strm,this.flush);break;default:throw new Error("Unknown mode "+this.mode)}},E.prototype._checkError=function(){switch(this.err){case A.Z_OK:case A.Z_BUF_ERROR:if(0!==this.strm.avail_out&&this.flush===A.Z_FINISH)return this._error("unexpected end of file"),!1;break;case A.Z_STREAM_END:break;case A.Z_NEED_DICT:return this._error(null==this.dictionary?"Missing dictionary":"Bad dictionary"),!1;default:return this._error("Zlib error"),!1}return!0},E.prototype._after=function(){if(this._checkError()){var C=this.strm.avail_out,e=this.strm.avail_in;this.write_in_progress=!1,this.callback(e,C),this.pending_close&&this.close()}},E.prototype._error=function(C){this.strm.msg&&(C=this.strm.msg),this.onerror(C,this.err),this.write_in_progress=!1,this.pending_close&&this.close()},E.prototype.init=function(C,e,h,Q,I){s(4===arguments.length||5===arguments.length,"init(windowBits, level, memLevel, strategy, [dictionary])"),s(C>=8&&C<=15,"invalid windowBits"),s(e>=-1&&e<=9,"invalid compression level"),s(h>=1&&h<=9,"invalid memlevel"),s(Q===A.Z_FILTERED||Q===A.Z_HUFFMAN_ONLY||Q===A.Z_RLE||Q===A.Z_FIXED||Q===A.Z_DEFAULT_STRATEGY,"invalid strategy"),this._init(e,C,h,Q,I),this._setDictionary()},E.prototype.params=function(){throw new Error("deflateParams Not supported")},E.prototype.reset=function(){this._reset(),this._setDictionary()},E.prototype._init=function(C,e,h,Q,I){switch(this.level=C,this.windowBits=e,this.memLevel=h,this.strategy=Q,this.flush=A.Z_NO_FLUSH,this.err=A.Z_OK,(this.mode===A.GZIP||this.mode===A.GUNZIP)&&(this.windowBits+=16),this.mode===A.UNZIP&&(this.windowBits+=32),(this.mode===A.DEFLATERAW||this.mode===A.INFLATERAW)&&(this.windowBits=-1*this.windowBits),this.strm=new o,this.mode){case A.DEFLATE:case A.GZIP:case A.DEFLATERAW:this.err=g.deflateInit2(this.strm,this.level,A.Z_DEFLATED,this.windowBits,this.memLevel,this.strategy);break;case A.INFLATE:case A.GUNZIP:case A.INFLATERAW:case A.UNZIP:this.err=f.inflateInit2(this.strm,this.windowBits);break;default:throw new Error("Unknown mode "+this.mode)}this.err!==A.Z_OK&&this._error("Init error"),this.dictionary=I,this.write_in_progress=!1,this.init_done=!0},E.prototype._setDictionary=function(){if(null!=this.dictionary){switch(this.err=A.Z_OK,this.mode){case A.DEFLATE:case A.DEFLATERAW:this.err=g.deflateSetDictionary(this.strm,this.dictionary)}this.err!==A.Z_OK&&this._error("Failed to set dictionary")}},E.prototype._reset=function(){switch(this.err=A.Z_OK,this.mode){case A.DEFLATE:case A.DEFLATERAW:case A.GZIP:this.err=g.deflateReset(this.strm);break;case A.INFLATE:case A.INFLATERAW:case A.GUNZIP:this.err=f.inflateReset(this.strm)}this.err!==A.Z_OK&&this._error("Failed to reset stream")},A.Zlib=E},6729:function(b,A,n){"use strict";var u=n(9964),a=n(50621).Buffer,s=n(9760).Transform,o=n(72908),g=n(7187),f=n(80182).ok,w=n(50621).kMaxLength,B="Cannot create final Buffer. It would be larger than 0x"+w.toString(16)+" bytes";o.Z_MIN_WINDOWBITS=8,o.Z_MAX_WINDOWBITS=15,o.Z_DEFAULT_WINDOWBITS=15,o.Z_MIN_CHUNK=64,o.Z_MAX_CHUNK=1/0,o.Z_DEFAULT_CHUNK=16384,o.Z_MIN_MEMLEVEL=1,o.Z_MAX_MEMLEVEL=9,o.Z_DEFAULT_MEMLEVEL=8,o.Z_MIN_LEVEL=-1,o.Z_MAX_LEVEL=9,o.Z_DEFAULT_LEVEL=o.Z_DEFAULT_COMPRESSION;for(var r=Object.keys(o),d=0;d=w?BA=new RangeError(B):J=a.concat(wA,IA),wA=[],_.close(),iA(BA,J)}_.on("error",function YA(J){_.removeListener("end",HA),_.removeListener("readable",FA),iA(J)}),_.on("end",HA),_.end(fA),FA()}function R(_,fA){if("string"==typeof fA&&(fA=a.from(fA)),!a.isBuffer(fA))throw new TypeError("Not a string or buffer");return _._processChunk(fA,_._finishFlushFlag)}function p(_){if(!(this instanceof p))return new p(_);F.call(this,_,o.DEFLATE)}function m(_){if(!(this instanceof m))return new m(_);F.call(this,_,o.INFLATE)}function y(_){if(!(this instanceof y))return new y(_);F.call(this,_,o.GZIP)}function x(_){if(!(this instanceof x))return new x(_);F.call(this,_,o.GUNZIP)}function Y(_){if(!(this instanceof Y))return new Y(_);F.call(this,_,o.DEFLATERAW)}function v(_){if(!(this instanceof v))return new v(_);F.call(this,_,o.INFLATERAW)}function S(_){if(!(this instanceof S))return new S(_);F.call(this,_,o.UNZIP)}function z(_){return _===o.Z_NO_FLUSH||_===o.Z_PARTIAL_FLUSH||_===o.Z_SYNC_FLUSH||_===o.Z_FULL_FLUSH||_===o.Z_FINISH||_===o.Z_BLOCK}function F(_,fA){var iA=this;if(this._opts=_=_||{},this._chunkSize=_.chunkSize||A.Z_DEFAULT_CHUNK,s.call(this,_),_.flush&&!z(_.flush))throw new Error("Invalid flush flag: "+_.flush);if(_.finishFlush&&!z(_.finishFlush))throw new Error("Invalid flush flag: "+_.finishFlush);if(this._flushFlag=_.flush||o.Z_NO_FLUSH,this._finishFlushFlag=typeof _.finishFlush<"u"?_.finishFlush:o.Z_FINISH,_.chunkSize&&(_.chunkSizeA.Z_MAX_CHUNK))throw new Error("Invalid chunk size: "+_.chunkSize);if(_.windowBits&&(_.windowBitsA.Z_MAX_WINDOWBITS))throw new Error("Invalid windowBits: "+_.windowBits);if(_.level&&(_.levelA.Z_MAX_LEVEL))throw new Error("Invalid compression level: "+_.level);if(_.memLevel&&(_.memLevelA.Z_MAX_MEMLEVEL))throw new Error("Invalid memLevel: "+_.memLevel);if(_.strategy&&_.strategy!=A.Z_FILTERED&&_.strategy!=A.Z_HUFFMAN_ONLY&&_.strategy!=A.Z_RLE&&_.strategy!=A.Z_FIXED&&_.strategy!=A.Z_DEFAULT_STRATEGY)throw new Error("Invalid strategy: "+_.strategy);if(_.dictionary&&!a.isBuffer(_.dictionary))throw new Error("Invalid dictionary: it should be a Buffer instance");this._handle=new o.Zlib(fA);var wA=this;this._hadError=!1,this._handle.onerror=function(YA,HA){$(wA),wA._hadError=!0;var J=new Error(YA);J.errno=HA,J.code=A.codes[HA],wA.emit("error",J)};var IA=A.Z_DEFAULT_COMPRESSION;"number"==typeof _.level&&(IA=_.level);var FA=A.Z_DEFAULT_STRATEGY;"number"==typeof _.strategy&&(FA=_.strategy),this._handle.init(_.windowBits||A.Z_DEFAULT_WINDOWBITS,IA,_.memLevel||A.Z_DEFAULT_MEMLEVEL,FA,_.dictionary),this._buffer=a.allocUnsafe(this._chunkSize),this._offset=0,this._level=IA,this._strategy=FA,this.once("end",this.close),Object.defineProperty(this,"_closed",{get:function(){return!iA._handle},configurable:!0,enumerable:!0})}function $(_,fA){fA&&u.nextTick(fA),_._handle&&(_._handle.close(),_._handle=null)}function gA(_){_.emit("close")}Object.defineProperty(A,"codes",{enumerable:!0,value:Object.freeze(C),writable:!1}),A.Deflate=p,A.Inflate=m,A.Gzip=y,A.Gunzip=x,A.DeflateRaw=Y,A.InflateRaw=v,A.Unzip=S,A.createDeflate=function(_){return new p(_)},A.createInflate=function(_){return new m(_)},A.createDeflateRaw=function(_){return new Y(_)},A.createInflateRaw=function(_){return new v(_)},A.createGzip=function(_){return new y(_)},A.createGunzip=function(_){return new x(_)},A.createUnzip=function(_){return new S(_)},A.deflate=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new p(fA),_,iA)},A.deflateSync=function(_,fA){return R(new p(fA),_)},A.gzip=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new y(fA),_,iA)},A.gzipSync=function(_,fA){return R(new y(fA),_)},A.deflateRaw=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new Y(fA),_,iA)},A.deflateRawSync=function(_,fA){return R(new Y(fA),_)},A.unzip=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new S(fA),_,iA)},A.unzipSync=function(_,fA){return R(new S(fA),_)},A.inflate=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new m(fA),_,iA)},A.inflateSync=function(_,fA){return R(new m(fA),_)},A.gunzip=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new x(fA),_,iA)},A.gunzipSync=function(_,fA){return R(new x(fA),_)},A.inflateRaw=function(_,fA,iA){return"function"==typeof fA&&(iA=fA,fA={}),I(new v(fA),_,iA)},A.inflateRawSync=function(_,fA){return R(new v(fA),_)},g.inherits(F,s),F.prototype.params=function(_,fA,iA){if(_A.Z_MAX_LEVEL)throw new RangeError("Invalid compression level: "+_);if(fA!=A.Z_FILTERED&&fA!=A.Z_HUFFMAN_ONLY&&fA!=A.Z_RLE&&fA!=A.Z_FIXED&&fA!=A.Z_DEFAULT_STRATEGY)throw new TypeError("Invalid strategy: "+fA);if(this._level!==_||this._strategy!==fA){var wA=this;this.flush(o.Z_SYNC_FLUSH,function(){f(wA._handle,"zlib binding closed"),wA._handle.params(_,fA),wA._hadError||(wA._level=_,wA._strategy=fA,iA&&iA())})}else u.nextTick(iA)},F.prototype.reset=function(){return f(this._handle,"zlib binding closed"),this._handle.reset()},F.prototype._flush=function(_){this._transform(a.alloc(0),"",_)},F.prototype.flush=function(_,fA){var iA=this,wA=this._writableState;("function"==typeof _||void 0===_&&!fA)&&(fA=_,_=o.Z_FULL_FLUSH),wA.ended?fA&&u.nextTick(fA):wA.ending?fA&&this.once("end",fA):wA.needDrain?fA&&this.once("drain",function(){return iA.flush(_,fA)}):(this._flushFlag=_,this.write(a.alloc(0),"",fA))},F.prototype.close=function(_){$(this,_),u.nextTick(gA,this)},F.prototype._transform=function(_,fA,iA){var wA,IA=this._writableState,YA=(IA.ending||IA.ended)&&(!_||IA.length===_.length);return null===_||a.isBuffer(_)?this._handle?(YA?wA=this._finishFlushFlag:(wA=this._flushFlag,_.length>=IA.length&&(this._flushFlag=this._opts.flush||o.Z_NO_FLUSH)),void this._processChunk(_,wA,iA)):iA(new Error("zlib binding closed")):iA(new Error("invalid input"))},F.prototype._processChunk=function(_,fA,iA){var wA=_&&_.length,IA=this._chunkSize-this._offset,FA=0,YA=this,HA="function"==typeof iA;if(!HA){var aA,J=[],BA=0;this.on("error",function(W){aA=W}),f(this._handle,"zlib binding closed");do{var eA=this._handle.writeSync(fA,_,FA,wA,this._buffer,this._offset,IA)}while(!this._hadError&&OA(eA[0],eA[1]));if(this._hadError)throw aA;if(BA>=w)throw $(this),new RangeError(B);var EA=a.concat(J,BA);return $(this),EA}f(this._handle,"zlib binding closed");var xA=this._handle.write(fA,_,FA,wA,this._buffer,this._offset,IA);function OA(W,L){if(this&&(this.buffer=null,this.callback=null),!YA._hadError){var rA=IA-L;if(f(rA>=0,"have should not go down"),rA>0){var AA=YA._buffer.slice(YA._offset,YA._offset+rA);YA._offset+=rA,HA?YA.push(AA):(J.push(AA),BA+=AA.length)}if((0===L||YA._offset>=YA._chunkSize)&&(IA=YA._chunkSize,YA._offset=0,YA._buffer=a.allocUnsafe(YA._chunkSize)),0===L){if(FA+=wA-W,wA=W,!HA)return!0;var QA=YA._handle.write(fA,_,FA,wA,YA._buffer,YA._offset,YA._chunkSize);return QA.callback=OA,void(QA.buffer=_)}if(!HA)return!1;iA()}}xA.buffer=_,xA.callback=OA},g.inherits(p,F),g.inherits(m,F),g.inherits(y,F),g.inherits(x,F),g.inherits(Y,F),g.inherits(v,F),g.inherits(S,F)},67913:function(b,A,n){"use strict";var u=n(28651),a=n(26601),s=a(u("String.prototype.indexOf"));b.exports=function(g,f){var w=u(g,!!f);return"function"==typeof w&&s(g,".prototype.")>-1?a(w):w}},26601:function(b,A,n){"use strict";var u=n(5049),a=n(28651),s=n(86255),o=n(96785),g=a("%Function.prototype.apply%"),f=a("%Function.prototype.call%"),w=a("%Reflect.apply%",!0)||u.call(f,g),B=n(56649),r=a("%Math.max%");b.exports=function(C){if("function"!=typeof C)throw new o("a function is required");var e=w(u,f,arguments);return s(e,1+r(0,C.length-(arguments.length-1)),!0)};var d=function(){return w(u,g,arguments)};B?B(b.exports,"apply",{value:d}):b.exports.apply=d},41613:function(b,A,n){var u=n(50621).Buffer,a=function(){"use strict";function s(r,d,E,C){"object"==typeof d&&(E=d.depth,C=d.prototype,d=d.circular);var h=[],Q=[],I=typeof u<"u";return typeof d>"u"&&(d=!0),typeof E>"u"&&(E=1/0),function R(p,m){if(null===p)return null;if(0==m)return p;var y,x;if("object"!=typeof p)return p;if(s.__isArray(p))y=[];else if(s.__isRegExp(p))y=new RegExp(p.source,B(p)),p.lastIndex&&(y.lastIndex=p.lastIndex);else if(s.__isDate(p))y=new Date(p.getTime());else{if(I&&u.isBuffer(p))return y=u.allocUnsafe?u.allocUnsafe(p.length):new u(p.length),p.copy(y),y;typeof C>"u"?(x=Object.getPrototypeOf(p),y=Object.create(x)):(y=Object.create(C),x=C)}if(d){var Y=h.indexOf(p);if(-1!=Y)return Q[Y];h.push(p),Q.push(y)}for(var v in p){var S;x&&(S=Object.getOwnPropertyDescriptor(x,v)),(!S||null!=S.set)&&(y[v]=R(p[v],m-1))}return y}(r,E)}function o(r){return Object.prototype.toString.call(r)}function B(r){var d="";return r.global&&(d+="g"),r.ignoreCase&&(d+="i"),r.multiline&&(d+="m"),d}return s.clonePrototype=function(d){if(null===d)return null;var E=function(){};return E.prototype=d,new E},s.__objToStr=o,s.__isDate=function g(r){return"object"==typeof r&&"[object Date]"===o(r)},s.__isArray=function f(r){return"object"==typeof r&&"[object Array]"===o(r)},s.__isRegExp=function w(r){return"object"==typeof r&&"[object RegExp]"===o(r)},s.__getRegExpFlags=B,s}();b.exports&&(b.exports=a)},83043:function(b,A,n){n(59883);var u=n(11206);b.exports=u.Object.values},42075:function(b,A,n){n(94910),n(81755),n(14032),n(68067),n(77074),n(44455),n(58605),n(58281);var u=n(11206);b.exports=u.Promise},98168:function(b,A,n){var u=n(90780);n(84151),n(98443),n(49261),n(67858),b.exports=u},32631:function(b,A,n){var u=n(32010),a=n(94578),s=n(68664),o=u.TypeError;b.exports=function(g){if(a(g))return g;throw o(s(g)+" is not a function")}},69075:function(b,A,n){var u=n(32010),a=n(20884),s=n(68664),o=u.TypeError;b.exports=function(g){if(a(g))return g;throw o(s(g)+" is not a constructor")}},58659:function(b,A,n){var u=n(32010),a=n(94578),s=u.String,o=u.TypeError;b.exports=function(g){if("object"==typeof g||a(g))return g;throw o("Can't set "+s(g)+" as a prototype")}},71156:function(b,A,n){var u=n(38688),a=n(10819),s=n(95892),o=u("unscopables"),g=Array.prototype;null==g[o]&&s.f(g,o,{configurable:!0,value:a(null)}),b.exports=function(f){g[o][f]=!0}},36352:function(b,A,n){"use strict";var u=n(69510).charAt;b.exports=function(a,s,o){return s+(o?u(a,s).length:1)}},2868:function(b,A,n){var u=n(32010),a=n(70176),s=u.TypeError;b.exports=function(o,g){if(a(g,o))return o;throw s("Incorrect invocation")}},34984:function(b,A,n){var u=n(32010),a=n(24517),s=u.String,o=u.TypeError;b.exports=function(g){if(a(g))return g;throw o(s(g)+" is not an object")}},92642:function(b,A,n){"use strict";var u=n(43162),a=n(74841),s=n(45495),o=Math.min;b.exports=[].copyWithin||function(f,w){var B=u(this),r=s(B),d=a(f,r),E=a(w,r),C=arguments.length>2?arguments[2]:void 0,e=o((void 0===C?r:a(C,r))-E,r-d),h=1;for(E0;)E in B?B[d]=B[E]:delete B[d],d+=h,E+=h;return B}},72864:function(b,A,n){"use strict";var u=n(43162),a=n(74841),s=n(45495);b.exports=function(g){for(var f=u(this),w=s(f),B=arguments.length,r=a(B>1?arguments[1]:void 0,w),d=B>2?arguments[2]:void 0,E=void 0===d?w:a(d,w);E>r;)f[r++]=g;return f}},82938:function(b,A,n){"use strict";var u=n(91102).forEach,s=n(81007)("forEach");b.exports=s?[].forEach:function(g){return u(this,g,arguments.length>1?arguments[1]:void 0)}},34269:function(b){b.exports=function(A,n){for(var u=0,a=n.length,s=new A(a);a>u;)s[u]=n[u++];return s}},95717:function(b,A,n){"use strict";var u=n(32010),a=n(25567),s=n(2834),o=n(43162),g=n(97738),f=n(89564),w=n(20884),B=n(45495),r=n(38639),d=n(15892),E=n(13872),C=u.Array;b.exports=function(h){var Q=o(h),I=w(this),R=arguments.length,p=R>1?arguments[1]:void 0,m=void 0!==p;m&&(p=a(p,R>2?arguments[2]:void 0));var Y,v,S,z,F,$,y=E(Q),x=0;if(!y||this==C&&f(y))for(Y=B(Q),v=I?new this(Y):C(Y);Y>x;x++)$=m?p(Q[x],x):Q[x],r(v,x,$);else for(F=(z=d(Q,y)).next,v=I?new this:[];!(S=s(F,z)).done;x++)$=m?g(z,p,[S.value,x],!0):S.value,r(v,x,$);return v.length=x,v}},12636:function(b,A,n){var u=n(98086),a=n(74841),s=n(45495),o=function(g){return function(f,w,B){var C,r=u(f),d=s(r),E=a(B,d);if(g&&w!=w){for(;d>E;)if((C=r[E++])!=C)return!0}else for(;d>E;E++)if((g||E in r)&&r[E]===w)return g||E||0;return!g&&-1}};b.exports={includes:o(!0),indexOf:o(!1)}},91102:function(b,A,n){var u=n(25567),a=n(38347),s=n(7514),o=n(43162),g=n(45495),f=n(45744),w=a([].push),B=function(r){var d=1==r,E=2==r,C=3==r,e=4==r,h=6==r,Q=7==r,I=5==r||h;return function(R,p,m,y){for(var gA,_,x=o(R),Y=s(x),v=u(p,m),S=g(Y),z=0,F=y||f,$=d?F(R,S):E||Q?F(R,0):void 0;S>z;z++)if((I||z in Y)&&(_=v(gA=Y[z],z,x),r))if(d)$[z]=_;else if(_)switch(r){case 3:return!0;case 5:return gA;case 6:return z;case 2:w($,gA)}else switch(r){case 4:return!1;case 7:w($,gA)}return h?-1:C||e?e:$}};b.exports={forEach:B(0),map:B(1),filter:B(2),some:B(3),every:B(4),find:B(5),findIndex:B(6),filterReject:B(7)}},84320:function(b,A,n){"use strict";var u=n(58448),a=n(98086),s=n(26882),o=n(45495),g=n(81007),f=Math.min,w=[].lastIndexOf,B=!!w&&1/[1].lastIndexOf(1,-0)<0,r=g("lastIndexOf");b.exports=B||!r?function(C){if(B)return u(w,this,arguments)||0;var e=a(this),h=o(e),Q=h-1;for(arguments.length>1&&(Q=f(Q,s(arguments[1]))),Q<0&&(Q=h+Q);Q>=0;Q--)if(Q in e&&e[Q]===C)return Q||0;return-1}:w},56280:function(b,A,n){var u=n(47044),a=n(38688),s=n(70091),o=a("species");b.exports=function(g){return s>=51||!u(function(){var f=[];return(f.constructor={})[o]=function(){return{foo:1}},1!==f[g](Boolean).foo})}},81007:function(b,A,n){"use strict";var u=n(47044);b.exports=function(a,s){var o=[][a];return!!o&&u(function(){o.call(null,s||function(){throw 1},1)})}},32843:function(b,A,n){var u=n(32010),a=n(32631),s=n(43162),o=n(7514),g=n(45495),f=u.TypeError,w=function(B){return function(r,d,E,C){a(d);var e=s(r),h=o(e),Q=g(e),I=B?Q-1:0,R=B?-1:1;if(E<2)for(;;){if(I in h){C=h[I],I+=R;break}if(I+=R,B?I<0:Q<=I)throw f("Reduce of empty array with no initial value")}for(;B?I>=0:Q>I;I+=R)I in h&&(C=d(C,h[I],I,e));return C}};b.exports={left:w(!1),right:w(!0)}},73163:function(b,A,n){var u=n(38347);b.exports=u([].slice)},43977:function(b,A,n){var u=n(73163),a=Math.floor,s=function(f,w){var B=f.length,r=a(B/2);return B<8?o(f,w):g(f,s(u(f,0,r),w),s(u(f,r),w),w)},o=function(f,w){for(var d,E,B=f.length,r=1;r0;)f[E]=f[--E];E!==r++&&(f[E]=d)}return f},g=function(f,w,B,r){for(var d=w.length,E=B.length,C=0,e=0;C1?arguments[1]:void 0);$=$?$.next:z.first;)for(F($.value,$.key,this);$&&$.removed;)$=$.previous},has:function(S){return!!Y(this,S)}}),s(m,I?{get:function(S){var z=Y(this,S);return z&&z.value},set:function(S,z){return x(this,0===S?0:S,z)}}:{add:function(S){return x(this,S=0===S?0:S,S)}}),r&&u(m,"size",{get:function(){return y(this).size}}),p},setStrong:function(h,Q,I){var R=Q+" Iterator",p=e(Q),m=e(R);w(h,Q,function(y,x){C(this,{type:R,target:y,state:p(y),kind:x,last:void 0})},function(){for(var y=m(this),x=y.kind,Y=y.last;Y&&Y.removed;)Y=Y.previous;return y.target&&(y.last=Y=Y?Y.next:y.state.first)?"keys"==x?{value:Y.key,done:!1}:"values"==x?{value:Y.value,done:!1}:{value:[Y.key,Y.value],done:!1}:(y.target=void 0,{value:void 0,done:!0})},I?"entries":"values",!I,!0),B(Q)}}},36673:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(38347),o=n(39599),g=n(13711),f=n(62148),w=n(80383),B=n(2868),r=n(94578),d=n(24517),E=n(47044),C=n(46769),e=n(15216),h=n(51868);b.exports=function(Q,I,R){var p=-1!==Q.indexOf("Map"),m=-1!==Q.indexOf("Weak"),y=p?"set":"add",x=a[Q],Y=x&&x.prototype,v=x,S={},z=function(wA){var IA=s(Y[wA]);g(Y,wA,"add"==wA?function(YA){return IA(this,0===YA?0:YA),this}:"delete"==wA?function(FA){return!(m&&!d(FA))&&IA(this,0===FA?0:FA)}:"get"==wA?function(YA){return m&&!d(YA)?void 0:IA(this,0===YA?0:YA)}:"has"==wA?function(YA){return!(m&&!d(YA))&&IA(this,0===YA?0:YA)}:function(YA,HA){return IA(this,0===YA?0:YA,HA),this})};if(o(Q,!r(x)||!(m||Y.forEach&&!E(function(){(new x).entries().next()}))))v=R.getConstructor(I,Q,p,y),f.enable();else if(o(Q,!0)){var $=new v,gA=$[y](m?{}:-0,1)!=$,_=E(function(){$.has(1)}),fA=C(function(wA){new x(wA)}),iA=!m&&E(function(){for(var wA=new x,IA=5;IA--;)wA[y](IA,IA);return!wA.has(-0)});fA||((v=I(function(wA,IA){B(wA,Y);var FA=h(new x,wA,v);return null!=IA&&w(IA,FA[y],{that:FA,AS_ENTRIES:p}),FA})).prototype=Y,Y.constructor=v),(_||iA)&&(z("delete"),z("has"),p&&z("get")),(iA||gA)&&z(y),m&&Y.clear&&delete Y.clear}return S[Q]=v,u({global:!0,forced:v!=x},S),e(v,Q),m||R.setStrong(v,Q,p),v}},2675:function(b,A,n){var u=n(20340),a=n(21594),s=n(72062),o=n(95892);b.exports=function(g,f){for(var w=a(f),B=o.f,r=s.f,d=0;d"+d+""}},13945:function(b,A,n){"use strict";var u=n(5844).IteratorPrototype,a=n(10819),s=n(97841),o=n(15216),g=n(15366),f=function(){return this};b.exports=function(w,B,r){var d=B+" Iterator";return w.prototype=a(u,{next:s(1,r)}),o(w,d,!1,!0),g[d]=f,w}},48914:function(b,A,n){var u=n(15567),a=n(95892),s=n(97841);b.exports=u?function(o,g,f){return a.f(o,g,s(1,f))}:function(o,g,f){return o[g]=f,o}},97841:function(b){b.exports=function(A,n){return{enumerable:!(1&A),configurable:!(2&A),writable:!(4&A),value:n}}},38639:function(b,A,n){"use strict";var u=n(63918),a=n(95892),s=n(97841);b.exports=function(o,g,f){var w=u(g);w in o?a.f(o,w,s(0,f)):o[w]=f}},53087:function(b,A,n){"use strict";var u=n(32010),a=n(34984),s=n(39629),o=u.TypeError;b.exports=function(g){if(a(this),"string"===g||"default"===g)g="string";else if("number"!==g)throw o("Incorrect hint");return s(this,g)}},97001:function(b,A,n){"use strict";var u=n(56475),a=n(2834),s=n(63432),o=n(7081),g=n(94578),f=n(13945),w=n(69548),B=n(3840),r=n(15216),d=n(48914),E=n(13711),C=n(38688),e=n(15366),h=n(5844),Q=o.PROPER,I=o.CONFIGURABLE,R=h.IteratorPrototype,p=h.BUGGY_SAFARI_ITERATORS,m=C("iterator"),y="keys",x="values",Y="entries",v=function(){return this};b.exports=function(S,z,F,$,gA,_,fA){f(F,z,$);var BA,aA,eA,iA=function(EA){if(EA===gA&&HA)return HA;if(!p&&EA in FA)return FA[EA];switch(EA){case y:case x:case Y:return function(){return new F(this,EA)}}return function(){return new F(this)}},wA=z+" Iterator",IA=!1,FA=S.prototype,YA=FA[m]||FA["@@iterator"]||gA&&FA[gA],HA=!p&&YA||iA(gA),J="Array"==z&&FA.entries||YA;if(J&&(BA=w(J.call(new S)))!==Object.prototype&&BA.next&&(!s&&w(BA)!==R&&(B?B(BA,R):g(BA[m])||E(BA,m,v)),r(BA,wA,!0,!0),s&&(e[wA]=v)),Q&&gA==x&&YA&&YA.name!==x&&(!s&&I?d(FA,"name",x):(IA=!0,HA=function(){return a(YA,this)})),gA)if(aA={values:iA(x),keys:_?HA:iA(y),entries:iA(Y)},fA)for(eA in aA)(p||IA||!(eA in FA))&&E(FA,eA,aA[eA]);else u({target:z,proto:!0,forced:p||IA},aA);return(!s||fA)&&FA[m]!==HA&&E(FA,m,HA,{name:gA}),e[z]=HA,aA}},46042:function(b,A,n){var u=n(11206),a=n(20340),s=n(75960),o=n(95892).f;b.exports=function(g){var f=u.Symbol||(u.Symbol={});a(f,g)||o(f,g,{value:s.f(g)})}},15567:function(b,A,n){var u=n(47044);b.exports=!u(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},12072:function(b,A,n){var u=n(32010),a=n(24517),s=u.document,o=a(s)&&a(s.createElement);b.exports=function(g){return o?s.createElement(g):{}}},23327:function(b){b.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},67797:function(b,A,n){var a=n(12072)("span").classList,s=a&&a.constructor&&a.constructor.prototype;b.exports=s===Object.prototype?void 0:s},3809:function(b,A,n){var a=n(40715).match(/firefox\/(\d+)/i);b.exports=!!a&&+a[1]},3157:function(b){b.exports="object"==typeof window},21983:function(b,A,n){var u=n(40715);b.exports=/MSIE|Trident/.test(u)},70573:function(b,A,n){var u=n(40715),a=n(32010);b.exports=/ipad|iphone|ipod/i.test(u)&&void 0!==a.Pebble},17716:function(b,A,n){var u=n(40715);b.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(u)},95053:function(b,A,n){var u=n(93975),a=n(32010);b.exports="process"==u(a.process)},664:function(b,A,n){var u=n(40715);b.exports=/web0s(?!.*chrome)/i.test(u)},40715:function(b,A,n){var u=n(38486);b.exports=u("navigator","userAgent")||""},70091:function(b,A,n){var w,B,u=n(32010),a=n(40715),s=u.process,o=u.Deno,g=s&&s.versions||o&&o.version,f=g&&g.v8;f&&(B=(w=f.split("."))[0]>0&&w[0]<4?1:+(w[0]+w[1])),!B&&a&&(!(w=a.match(/Edge\/(\d+)/))||w[1]>=74)&&(w=a.match(/Chrome\/(\d+)/))&&(B=+w[1]),b.exports=B},41731:function(b,A,n){var a=n(40715).match(/AppleWebKit\/(\d+)\./);b.exports=!!a&&+a[1]},2416:function(b){b.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},45144:function(b,A,n){var u=n(47044),a=n(97841);b.exports=!u(function(){var s=Error("a");return!("stack"in s)||(Object.defineProperty(s,"stack",a(1,7)),7!==s.stack)})},56475:function(b,A,n){var u=n(32010),a=n(72062).f,s=n(48914),o=n(13711),g=n(7421),f=n(2675),w=n(39599);b.exports=function(B,r){var h,Q,I,R,p,d=B.target,E=B.global,C=B.stat;if(h=E?u:C?u[d]||g(d,{}):(u[d]||{}).prototype)for(Q in r){if(R=r[Q],I=B.noTargetGet?(p=a(h,Q))&&p.value:h[Q],!w(E?Q:d+(C?".":"#")+Q,B.forced)&&void 0!==I){if(typeof R==typeof I)continue;f(R,I)}(B.sham||I&&I.sham)&&s(R,"sham",!0),o(h,Q,R,B)}}},47044:function(b){b.exports=function(A){try{return!!A()}catch{return!0}}},11813:function(b,A,n){"use strict";n(61726);var u=n(38347),a=n(13711),s=n(49820),o=n(47044),g=n(38688),f=n(48914),w=g("species"),B=RegExp.prototype;b.exports=function(r,d,E,C){var e=g(r),h=!o(function(){var p={};return p[e]=function(){return 7},7!=""[r](p)}),Q=h&&!o(function(){var p=!1,m=/a/;return"split"===r&&((m={}).constructor={},m.constructor[w]=function(){return m},m.flags="",m[e]=/./[e]),m.exec=function(){return p=!0,null},m[e](""),!p});if(!h||!Q||E){var I=u(/./[e]),R=d(e,""[r],function(p,m,y,x,Y){var v=u(p),S=m.exec;return S===s||S===B.exec?h&&!Y?{done:!0,value:I(m,y,x)}:{done:!0,value:v(y,m,x)}:{done:!1}});a(String.prototype,r,R[0]),a(B,e,R[1])}C&&f(B[e],"sham",!0)}},55481:function(b,A,n){var u=n(47044);b.exports=!u(function(){return Object.isExtensible(Object.preventExtensions({}))})},58448:function(b){var A=Function.prototype,n=A.apply,a=A.call;b.exports="object"==typeof Reflect&&Reflect.apply||(A.bind?a.bind(n):function(){return a.apply(n,arguments)})},25567:function(b,A,n){var u=n(38347),a=n(32631),s=u(u.bind);b.exports=function(o,g){return a(o),void 0===g?o:s?s(o,g):function(){return o.apply(g,arguments)}}},5481:function(b,A,n){"use strict";var u=n(32010),a=n(38347),s=n(32631),o=n(24517),g=n(20340),f=n(73163),w=u.Function,B=a([].concat),r=a([].join),d={};b.exports=w.bind||function(e){var h=s(this),Q=h.prototype,I=f(arguments,1),R=function(){var m=B(I,f(arguments));return this instanceof R?function(C,e,h){if(!g(d,e)){for(var Q=[],I=0;I]*>)/g,B=/\$([$&'`]|\d{1,2})/g;b.exports=function(r,d,E,C,e,h){var Q=E+r.length,I=C.length,R=B;return void 0!==e&&(e=a(e),R=w),g(h,R,function(p,m){var y;switch(o(m,0)){case"$":return"$";case"&":return r;case"`":return f(d,0,E);case"'":return f(d,Q);case"<":y=e[f(m,1,-1)];break;default:var x=+m;if(0===x)return p;if(x>I){var Y=s(x/10);return 0===Y?p:Y<=I?void 0===C[Y-1]?o(m,1):C[Y-1]+o(m,1):p}y=C[x-1]}return void 0===y?"":y})}},32010:function(b,A,n){var u=function(a){return a&&a.Math==Math&&a};b.exports=u("object"==typeof globalThis&&globalThis)||u("object"==typeof window&&window)||u("object"==typeof self&&self)||u("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},20340:function(b,A,n){var u=n(38347),a=n(43162),s=u({}.hasOwnProperty);b.exports=Object.hasOwn||function(g,f){return s(a(g),f)}},90682:function(b){b.exports={}},61144:function(b,A,n){var u=n(32010);b.exports=function(a,s){var o=u.console;o&&o.error&&(1==arguments.length?o.error(a):o.error(a,s))}},520:function(b,A,n){var u=n(38486);b.exports=u("document","documentElement")},18904:function(b,A,n){var u=n(15567),a=n(47044),s=n(12072);b.exports=!u&&!a(function(){return 7!=Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a})},64397:function(b,A,n){var a=n(32010).Array,s=Math.abs,o=Math.pow,g=Math.floor,f=Math.log,w=Math.LN2;b.exports={pack:function(d,E,C){var y,x,Y,e=a(C),h=8*C-E-1,Q=(1<>1,R=23===E?o(2,-24)-o(2,-77):0,p=d<0||0===d&&1/d<0?1:0,m=0;for((d=s(d))!=d||d===1/0?(x=d!=d?1:0,y=Q):(y=g(f(d)/w),d*(Y=o(2,-y))<1&&(y--,Y*=2),(d+=y+I>=1?R/Y:R*o(2,1-I))*Y>=2&&(y++,Y/=2),y+I>=Q?(x=0,y=Q):y+I>=1?(x=(d*Y-1)*o(2,E),y+=I):(x=d*o(2,I-1)*o(2,E),y=0));E>=8;e[m++]=255&x,x/=256,E-=8);for(y=y<0;e[m++]=255&y,y/=256,h-=8);return e[--m]|=128*p,e},unpack:function(d,E){var y,C=d.length,e=8*C-E-1,h=(1<>1,I=e-7,R=C-1,p=d[R--],m=127&p;for(p>>=7;I>0;m=256*m+d[R],R--,I-=8);for(y=m&(1<<-I)-1,m>>=-I,I+=E;I>0;y=256*y+d[R],R--,I-=8);if(0===m)m=1-Q;else{if(m===h)return y?NaN:p?-1/0:1/0;y+=o(2,E),m-=Q}return(p?-1:1)*y*o(2,m-E)}}},7514:function(b,A,n){var u=n(32010),a=n(38347),s=n(47044),o=n(93975),g=u.Object,f=a("".split);b.exports=s(function(){return!g("z").propertyIsEnumerable(0)})?function(w){return"String"==o(w)?f(w,""):g(w)}:g},51868:function(b,A,n){var u=n(94578),a=n(24517),s=n(3840);b.exports=function(o,g,f){var w,B;return s&&u(w=g.constructor)&&w!==f&&a(B=w.prototype)&&B!==f.prototype&&s(o,B),o}},10447:function(b,A,n){var u=n(38347),a=n(94578),s=n(55480),o=u(Function.toString);a(s.inspectSource)||(s.inspectSource=function(g){return o(g)}),b.exports=s.inspectSource},87811:function(b,A,n){var u=n(24517),a=n(48914);b.exports=function(s,o){u(o)&&"cause"in o&&a(s,"cause",o.cause)}},62148:function(b,A,n){var u=n(56475),a=n(38347),s=n(90682),o=n(24517),g=n(20340),f=n(95892).f,w=n(6611),B=n(8807),r=n(46859),d=n(55481),E=!1,C=r("meta"),e=0,h=Object.isExtensible||function(){return!0},Q=function(x){f(x,C,{value:{objectID:"O"+e++,weakData:{}}})},y=b.exports={enable:function(){y.enable=function(){},E=!0;var x=w.f,Y=a([].splice),v={};v[C]=1,x(v).length&&(w.f=function(S){for(var z=x(S),F=0,$=z.length;F<$;F++)if(z[F]===C){Y(z,F,1);break}return z},u({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:B.f}))},fastKey:function(x,Y){if(!o(x))return"symbol"==typeof x?x:("string"==typeof x?"S":"P")+x;if(!g(x,C)){if(!h(x))return"F";if(!Y)return"E";Q(x)}return x[C].objectID},getWeakData:function(x,Y){if(!g(x,C)){if(!h(x))return!0;if(!Y)return!1;Q(x)}return x[C].weakData},onFreeze:function(x){return d&&E&&h(x)&&!g(x,C)&&Q(x),x}};s[C]=!0},70172:function(b,A,n){var e,h,Q,u=n(26168),a=n(32010),s=n(38347),o=n(24517),g=n(48914),f=n(20340),w=n(55480),B=n(82194),r=n(90682),d="Object already initialized",E=a.TypeError;if(u||w.state){var p=w.state||(w.state=new(0,a.WeakMap)),m=s(p.get),y=s(p.has),x=s(p.set);e=function(v,S){if(y(p,v))throw new E(d);return S.facade=v,x(p,v,S),S},h=function(v){return m(p,v)||{}},Q=function(v){return y(p,v)}}else{var Y=B("state");r[Y]=!0,e=function(v,S){if(f(v,Y))throw new E(d);return S.facade=v,g(v,Y,S),S},h=function(v){return f(v,Y)?v[Y]:{}},Q=function(v){return f(v,Y)}}b.exports={set:e,get:h,has:Q,enforce:function(v){return Q(v)?h(v):e(v,{})},getterFor:function(v){return function(S){var z;if(!o(S)||(z=h(S)).type!==v)throw E("Incompatible receiver, "+v+" required");return z}}}},89564:function(b,A,n){var u=n(38688),a=n(15366),s=u("iterator"),o=Array.prototype;b.exports=function(g){return void 0!==g&&(a.Array===g||o[s]===g)}},59113:function(b,A,n){var u=n(93975);b.exports=Array.isArray||function(s){return"Array"==u(s)}},94578:function(b){b.exports=function(A){return"function"==typeof A}},20884:function(b,A,n){var u=n(38347),a=n(47044),s=n(94578),o=n(52564),g=n(38486),f=n(10447),w=function(){},B=[],r=g("Reflect","construct"),d=/^\s*(?:class|function)\b/,E=u(d.exec),C=!d.exec(w),e=function(Q){if(!s(Q))return!1;try{return r(w,B,Q),!0}catch{return!1}};b.exports=!r||a(function(){var Q;return e(e.call)||!e(Object)||!e(function(){Q=!0})||Q})?function(Q){if(!s(Q))return!1;switch(o(Q)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return C||!!E(d,f(Q))}:e},39599:function(b,A,n){var u=n(47044),a=n(94578),s=/#|\.prototype\./,o=function(r,d){var E=f[g(r)];return E==B||E!=w&&(a(d)?u(d):!!d)},g=o.normalize=function(r){return String(r).replace(s,".").toLowerCase()},f=o.data={},w=o.NATIVE="N",B=o.POLYFILL="P";b.exports=o},17506:function(b,A,n){var u=n(24517),a=Math.floor;b.exports=Number.isInteger||function(o){return!u(o)&&isFinite(o)&&a(o)===o}},24517:function(b,A,n){var u=n(94578);b.exports=function(a){return"object"==typeof a?null!==a:u(a)}},63432:function(b){b.exports=!1},28831:function(b,A,n){var u=n(24517),a=n(93975),o=n(38688)("match");b.exports=function(g){var f;return u(g)&&(void 0!==(f=g[o])?!!f:"RegExp"==a(g))}},46290:function(b,A,n){var u=n(32010),a=n(38486),s=n(94578),o=n(70176),g=n(9567),f=u.Object;b.exports=g?function(w){return"symbol"==typeof w}:function(w){var B=a("Symbol");return s(B)&&o(B.prototype,f(w))}},80383:function(b,A,n){var u=n(32010),a=n(25567),s=n(2834),o=n(34984),g=n(68664),f=n(89564),w=n(45495),B=n(70176),r=n(15892),d=n(13872),E=n(50194),C=u.TypeError,e=function(Q,I){this.stopped=Q,this.result=I},h=e.prototype;b.exports=function(Q,I,R){var v,S,z,F,$,gA,_,m=!(!R||!R.AS_ENTRIES),y=!(!R||!R.IS_ITERATOR),x=!(!R||!R.INTERRUPTED),Y=a(I,R&&R.that),fA=function(wA){return v&&E(v,"normal",wA),new e(!0,wA)},iA=function(wA){return m?(o(wA),x?Y(wA[0],wA[1],fA):Y(wA[0],wA[1])):x?Y(wA,fA):Y(wA)};if(y)v=Q;else{if(!(S=d(Q)))throw C(g(Q)+" is not iterable");if(f(S)){for(z=0,F=w(Q);F>z;z++)if(($=iA(Q[z]))&&B(h,$))return $;return new e(!1)}v=r(Q,S)}for(gA=v.next;!(_=s(gA,v)).done;){try{$=iA(_.value)}catch(wA){E(v,"throw",wA)}if("object"==typeof $&&$&&B(h,$))return $}return new e(!1)}},50194:function(b,A,n){var u=n(2834),a=n(34984),s=n(51839);b.exports=function(o,g,f){var w,B;a(o);try{if(!(w=s(o,"return"))){if("throw"===g)throw f;return f}w=u(w,o)}catch(r){B=!0,w=r}if("throw"===g)throw f;if(B)throw w;return a(w),f}},5844:function(b,A,n){"use strict";var d,E,C,u=n(47044),a=n(94578),s=n(10819),o=n(69548),g=n(13711),f=n(38688),w=n(63432),B=f("iterator"),r=!1;[].keys&&("next"in(C=[].keys())?(E=o(o(C)))!==Object.prototype&&(d=E):r=!0),null==d||u(function(){var h={};return d[B].call(h)!==h})?d={}:w&&(d=s(d)),a(d[B])||g(d,B,function(){return this}),b.exports={IteratorPrototype:d,BUGGY_SAFARI_ITERATORS:r}},15366:function(b){b.exports={}},45495:function(b,A,n){var u=n(23417);b.exports=function(a){return u(a.length)}},59804:function(b,A,n){var Q,I,R,p,m,y,x,Y,u=n(32010),a=n(25567),s=n(72062).f,o=n(6616).set,g=n(17716),f=n(70573),w=n(664),B=n(95053),r=u.MutationObserver||u.WebKitMutationObserver,d=u.document,E=u.process,C=u.Promise,e=s(u,"queueMicrotask"),h=e&&e.value;h||(Q=function(){var v,S;for(B&&(v=E.domain)&&v.exit();I;){S=I.fn,I=I.next;try{S()}catch(z){throw I?p():R=void 0,z}}R=void 0,v&&v.enter()},g||B||w||!r||!d?!f&&C&&C.resolve?((x=C.resolve(void 0)).constructor=C,Y=a(x.then,x),p=function(){Y(Q)}):B?p=function(){E.nextTick(Q)}:(o=a(o,u),p=function(){o(Q)}):(m=!0,y=d.createTextNode(""),new r(Q).observe(y,{characterData:!0}),p=function(){y.data=m=!m})),b.exports=h||function(v){var S={fn:v,next:void 0};R&&(R.next=S),I||(I=S,p()),R=S}},5155:function(b,A,n){var u=n(32010);b.exports=u.Promise},46887:function(b,A,n){var u=n(70091),a=n(47044);b.exports=!!Object.getOwnPropertySymbols&&!a(function(){var s=Symbol();return!String(s)||!(Object(s)instanceof Symbol)||!Symbol.sham&&u&&u<41})},26168:function(b,A,n){var u=n(32010),a=n(94578),s=n(10447),o=u.WeakMap;b.exports=a(o)&&/native code/.test(s(o))},56614:function(b,A,n){"use strict";var u=n(32631),a=function(s){var o,g;this.promise=new s(function(f,w){if(void 0!==o||void 0!==g)throw TypeError("Bad Promise constructor");o=f,g=w}),this.resolve=u(o),this.reject=u(g)};b.exports.f=function(s){return new a(s)}},86392:function(b,A,n){var u=n(25096);b.exports=function(a,s){return void 0===a?arguments.length<2?"":s:u(a)}},93666:function(b,A,n){var u=n(32010),a=n(28831),s=u.TypeError;b.exports=function(o){if(a(o))throw s("The method doesn't accept regular expressions");return o}},59805:function(b,A,n){var a=n(32010).isFinite;b.exports=Number.isFinite||function(o){return"number"==typeof o&&a(o)}},87146:function(b,A,n){"use strict";var u=n(15567),a=n(38347),s=n(2834),o=n(47044),g=n(84675),f=n(61146),w=n(55574),B=n(43162),r=n(7514),d=Object.assign,E=Object.defineProperty,C=a([].concat);b.exports=!d||o(function(){if(u&&1!==d({b:1},d(E({},"a",{enumerable:!0,get:function(){E(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},h={},Q=Symbol(),I="abcdefghijklmnopqrst";return e[Q]=7,I.split("").forEach(function(R){h[R]=R}),7!=d({},e)[Q]||g(d({},h)).join("")!=I})?function(h,Q){for(var I=B(h),R=arguments.length,p=1,m=f.f,y=w.f;R>p;)for(var z,x=r(arguments[p++]),Y=m?C(g(x),m(x)):g(x),v=Y.length,S=0;v>S;)z=Y[S++],(!u||s(y,x,z))&&(I[z]=x[z]);return I}:d},10819:function(b,A,n){var R,u=n(34984),a=n(10196),s=n(2416),o=n(90682),g=n(520),f=n(12072),w=n(82194),d="prototype",E="script",C=w("IE_PROTO"),e=function(){},h=function(m){return"<"+E+">"+m+""},Q=function(m){m.write(h("")),m.close();var y=m.parentWindow.Object;return m=null,y},p=function(){try{R=new ActiveXObject("htmlfile")}catch{}p=typeof document<"u"?document.domain&&R?Q(R):function(){var x,m=f("iframe"),y="java"+E+":";return m.style.display="none",g.appendChild(m),m.src=String(y),(x=m.contentWindow.document).open(),x.write(h("document.F=Object")),x.close(),x.F}():Q(R);for(var m=s.length;m--;)delete p[d][s[m]];return p()};o[C]=!0,b.exports=Object.create||function(y,x){var Y;return null!==y?(e[d]=u(y),Y=new e,e[d]=null,Y[C]=y):Y=p(),void 0===x?Y:a(Y,x)}},10196:function(b,A,n){var u=n(15567),a=n(95892),s=n(34984),o=n(98086),g=n(84675);b.exports=u?Object.defineProperties:function(w,B){s(w);for(var e,r=o(B),d=g(B),E=d.length,C=0;E>C;)a.f(w,e=d[C++],r[e]);return w}},95892:function(b,A,n){var u=n(32010),a=n(15567),s=n(18904),o=n(34984),g=n(63918),f=u.TypeError,w=Object.defineProperty;A.f=a?w:function(r,d,E){if(o(r),d=g(d),o(E),s)try{return w(r,d,E)}catch{}if("get"in E||"set"in E)throw f("Accessors not supported");return"value"in E&&(r[d]=E.value),r}},72062:function(b,A,n){var u=n(15567),a=n(2834),s=n(55574),o=n(97841),g=n(98086),f=n(63918),w=n(20340),B=n(18904),r=Object.getOwnPropertyDescriptor;A.f=u?r:function(E,C){if(E=g(E),C=f(C),B)try{return r(E,C)}catch{}if(w(E,C))return o(!a(s.f,E,C),E[C])}},8807:function(b,A,n){var u=n(93975),a=n(98086),s=n(6611).f,o=n(73163),g="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];b.exports.f=function(B){return g&&"Window"==u(B)?function(w){try{return s(w)}catch{return o(g)}}(B):s(a(B))}},6611:function(b,A,n){var u=n(64429),s=n(2416).concat("length","prototype");A.f=Object.getOwnPropertyNames||function(g){return u(g,s)}},61146:function(b,A){A.f=Object.getOwnPropertySymbols},69548:function(b,A,n){var u=n(32010),a=n(20340),s=n(94578),o=n(43162),g=n(82194),f=n(68494),w=g("IE_PROTO"),B=u.Object,r=B.prototype;b.exports=f?B.getPrototypeOf:function(d){var E=o(d);if(a(E,w))return E[w];var C=E.constructor;return s(C)&&E instanceof C?C.prototype:E instanceof B?r:null}},70176:function(b,A,n){var u=n(38347);b.exports=u({}.isPrototypeOf)},64429:function(b,A,n){var u=n(38347),a=n(20340),s=n(98086),o=n(12636).indexOf,g=n(90682),f=u([].push);b.exports=function(w,B){var C,r=s(w),d=0,E=[];for(C in r)!a(g,C)&&a(r,C)&&f(E,C);for(;B.length>d;)a(r,C=B[d++])&&(~o(E,C)||f(E,C));return E}},84675:function(b,A,n){var u=n(64429),a=n(2416);b.exports=Object.keys||function(o){return u(o,a)}},55574:function(b,A){"use strict";var n={}.propertyIsEnumerable,u=Object.getOwnPropertyDescriptor,a=u&&!n.call({1:2},1);A.f=a?function(o){var g=u(this,o);return!!g&&g.enumerable}:n},3840:function(b,A,n){var u=n(38347),a=n(34984),s=n(58659);b.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var f,o=!1,g={};try{(f=u(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(g,[]),o=g instanceof Array}catch{}return function(B,r){return a(B),s(r),o?f(B,r):B.__proto__=r,B}}():void 0)},80754:function(b,A,n){var u=n(15567),a=n(38347),s=n(84675),o=n(98086),f=a(n(55574).f),w=a([].push),B=function(r){return function(d){for(var I,E=o(d),C=s(E),e=C.length,h=0,Q=[];e>h;)I=C[h++],(!u||f(E,I))&&w(Q,r?[I,E[I]]:E[I]);return Q}};b.exports={entries:B(!0),values:B(!1)}},52598:function(b,A,n){"use strict";var u=n(24663),a=n(52564);b.exports=u?{}.toString:function(){return"[object "+a(this)+"]"}},39629:function(b,A,n){var u=n(32010),a=n(2834),s=n(94578),o=n(24517),g=u.TypeError;b.exports=function(f,w){var B,r;if("string"===w&&s(B=f.toString)&&!o(r=a(B,f))||s(B=f.valueOf)&&!o(r=a(B,f))||"string"!==w&&s(B=f.toString)&&!o(r=a(B,f)))return r;throw g("Can't convert object to primitive value")}},21594:function(b,A,n){var u=n(38486),a=n(38347),s=n(6611),o=n(61146),g=n(34984),f=a([].concat);b.exports=u("Reflect","ownKeys")||function(B){var r=s.f(g(B)),d=o.f;return d?f(r,d(B)):r}},11206:function(b,A,n){var u=n(32010);b.exports=u},61900:function(b){b.exports=function(A){try{return{error:!1,value:A()}}catch(n){return{error:!0,value:n}}}},28617:function(b,A,n){var u=n(34984),a=n(24517),s=n(56614);b.exports=function(o,g){if(u(o),a(g)&&g.constructor===o)return g;var f=s.f(o);return(0,f.resolve)(g),f.promise}},15341:function(b,A,n){var u=n(13711);b.exports=function(a,s,o){for(var g in s)u(a,g,s[g],o);return a}},13711:function(b,A,n){var u=n(32010),a=n(94578),s=n(20340),o=n(48914),g=n(7421),f=n(10447),w=n(70172),B=n(7081).CONFIGURABLE,r=w.get,d=w.enforce,E=String(String).split("String");(b.exports=function(C,e,h,Q){var y,I=!!Q&&!!Q.unsafe,R=!!Q&&!!Q.enumerable,p=!!Q&&!!Q.noTargetGet,m=Q&&void 0!==Q.name?Q.name:e;a(h)&&("Symbol("===String(m).slice(0,7)&&(m="["+String(m).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!s(h,"name")||B&&h.name!==m)&&o(h,"name",m),(y=d(h)).source||(y.source=E.join("string"==typeof m?m:""))),C!==u?(I?!p&&C[e]&&(R=!0):delete C[e],R?C[e]=h:o(C,e,h)):R?C[e]=h:g(e,h)})(Function.prototype,"toString",function(){return a(this)&&r(this).source||f(this)})},66723:function(b,A,n){var u=n(32010),a=n(2834),s=n(34984),o=n(94578),g=n(93975),f=n(49820),w=u.TypeError;b.exports=function(B,r){var d=B.exec;if(o(d)){var E=a(d,B,r);return null!==E&&s(E),E}if("RegExp"===g(B))return a(f,B,r);throw w("RegExp#exec called on incompatible receiver")}},49820:function(b,A,n){"use strict";var Y,v,u=n(2834),a=n(38347),s=n(25096),o=n(21182),g=n(74846),f=n(464),w=n(10819),B=n(70172).get,r=n(84030),d=n(97739),E=f("native-string-replace",String.prototype.replace),C=RegExp.prototype.exec,e=C,h=a("".charAt),Q=a("".indexOf),I=a("".replace),R=a("".slice),p=(v=/b*/g,u(C,Y=/a/,"a"),u(C,v,"a"),0!==Y.lastIndex||0!==v.lastIndex),m=g.UNSUPPORTED_Y||g.BROKEN_CARET,y=void 0!==/()??/.exec("")[1];(p||y||m||r||d)&&(e=function(v){var gA,_,fA,iA,wA,IA,FA,S=this,z=B(S),F=s(v),$=z.raw;if($)return $.lastIndex=S.lastIndex,gA=u(e,$,F),S.lastIndex=$.lastIndex,gA;var YA=z.groups,HA=m&&S.sticky,J=u(o,S),BA=S.source,aA=0,eA=F;if(HA&&(J=I(J,"y",""),-1===Q(J,"g")&&(J+="g"),eA=R(F,S.lastIndex),S.lastIndex>0&&(!S.multiline||S.multiline&&"\n"!==h(F,S.lastIndex-1))&&(BA="(?: "+BA+")",eA=" "+eA,aA++),_=new RegExp("^(?:"+BA+")",J)),y&&(_=new RegExp("^"+BA+"$(?!\\s)",J)),p&&(fA=S.lastIndex),iA=u(C,HA?_:S,eA),HA?iA?(iA.input=R(iA.input,aA),iA[0]=R(iA[0],aA),iA.index=S.lastIndex,S.lastIndex+=iA[0].length):S.lastIndex=0:p&&iA&&(S.lastIndex=S.global?iA.index+iA[0].length:fA),y&&iA&&iA.length>1&&u(E,iA[0],_,function(){for(wA=1;wAb)","g");return"b"!==o.exec("b").groups.a||"bc"!=="b".replace(o,"$c")})},83943:function(b,A,n){var a=n(32010).TypeError;b.exports=function(s){if(null==s)throw a("Can't call method on "+s);return s}},7421:function(b,A,n){var u=n(32010),a=Object.defineProperty;b.exports=function(s,o){try{a(u,s,{value:o,configurable:!0,writable:!0})}catch{u[s]=o}return o}},51334:function(b,A,n){"use strict";var u=n(38486),a=n(95892),s=n(38688),o=n(15567),g=s("species");b.exports=function(f){var w=u(f);o&&w&&!w[g]&&(0,a.f)(w,g,{configurable:!0,get:function(){return this}})}},15216:function(b,A,n){var u=n(95892).f,a=n(20340),o=n(38688)("toStringTag");b.exports=function(g,f,w){g&&!a(g=w?g:g.prototype,o)&&u(g,o,{configurable:!0,value:f})}},82194:function(b,A,n){var u=n(464),a=n(46859),s=u("keys");b.exports=function(o){return s[o]||(s[o]=a(o))}},55480:function(b,A,n){var u=n(32010),a=n(7421),s="__core-js_shared__",o=u[s]||a(s,{});b.exports=o},464:function(b,A,n){var u=n(63432),a=n(55480);(b.exports=function(s,o){return a[s]||(a[s]=void 0!==o?o:{})})("versions",[]).push({version:"3.19.0",mode:u?"pure":"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})},27754:function(b,A,n){var u=n(34984),a=n(69075),o=n(38688)("species");b.exports=function(g,f){var B,w=u(g).constructor;return void 0===w||null==(B=u(w)[o])?f:a(B)}},7452:function(b,A,n){var u=n(47044);b.exports=function(a){return u(function(){var s=""[a]('"');return s!==s.toLowerCase()||s.split('"').length>3})}},69510:function(b,A,n){var u=n(38347),a=n(26882),s=n(25096),o=n(83943),g=u("".charAt),f=u("".charCodeAt),w=u("".slice),B=function(r){return function(d,E){var Q,I,C=s(o(d)),e=a(E),h=C.length;return e<0||e>=h?r?"":void 0:(Q=f(C,e))<55296||Q>56319||e+1===h||(I=f(C,e+1))<56320||I>57343?r?g(C,e):Q:r?w(C,e,e+2):I-56320+(Q-55296<<10)+65536}};b.exports={codeAt:B(!1),charAt:B(!0)}},34858:function(b,A,n){"use strict";var u=n(32010),a=n(26882),s=n(25096),o=n(83943),g=u.RangeError;b.exports=function(w){var B=s(o(this)),r="",d=a(w);if(d<0||d==1/0)throw g("Wrong number of repetitions");for(;d>0;(d>>>=1)&&(B+=B))1&d&&(r+=B);return r}},68899:function(b,A,n){var u=n(7081).PROPER,a=n(47044),s=n(43187);b.exports=function(g){return a(function(){return!!s[g]()||"\u200b\x85\u180e"!=="\u200b\x85\u180e"[g]()||u&&s[g].name!==g})}},29841:function(b,A,n){var u=n(38347),a=n(83943),s=n(25096),o=n(43187),g=u("".replace),f="["+o+"]",w=RegExp("^"+f+f+"*"),B=RegExp(f+f+"*$"),r=function(d){return function(E){var C=s(a(E));return 1&d&&(C=g(C,w,"")),2&d&&(C=g(C,B,"")),C}};b.exports={start:r(1),end:r(2),trim:r(3)}},6616:function(b,A,n){var Y,v,S,z,u=n(32010),a=n(58448),s=n(25567),o=n(94578),g=n(20340),f=n(47044),w=n(520),B=n(73163),r=n(12072),d=n(17716),E=n(95053),C=u.setImmediate,e=u.clearImmediate,h=u.process,Q=u.Dispatch,I=u.Function,R=u.MessageChannel,p=u.String,m=0,y={},x="onreadystatechange";try{Y=u.location}catch{}var F=function(fA){if(g(y,fA)){var iA=y[fA];delete y[fA],iA()}},$=function(fA){return function(){F(fA)}},gA=function(fA){F(fA.data)},_=function(fA){u.postMessage(p(fA),Y.protocol+"//"+Y.host)};(!C||!e)&&(C=function(iA){var wA=B(arguments,1);return y[++m]=function(){a(o(iA)?iA:I(iA),void 0,wA)},v(m),m},e=function(iA){delete y[iA]},E?v=function(fA){h.nextTick($(fA))}:Q&&Q.now?v=function(fA){Q.now($(fA))}:R&&!d?(z=(S=new R).port2,S.port1.onmessage=gA,v=s(z.postMessage,z)):u.addEventListener&&o(u.postMessage)&&!u.importScripts&&Y&&"file:"!==Y.protocol&&!f(_)?(v=_,u.addEventListener("message",gA,!1)):v=x in r("script")?function(fA){w.appendChild(r("script"))[x]=function(){w.removeChild(this),F(fA)}}:function(fA){setTimeout($(fA),0)}),b.exports={set:C,clear:e}},16679:function(b,A,n){var u=n(38347);b.exports=u(1..valueOf)},74841:function(b,A,n){var u=n(26882),a=Math.max,s=Math.min;b.exports=function(o,g){var f=u(o);return f<0?a(f+g,0):s(f,g)}},71265:function(b,A,n){var u=n(32010),a=n(26882),s=n(23417),o=u.RangeError;b.exports=function(g){if(void 0===g)return 0;var f=a(g),w=s(f);if(f!==w)throw o("Wrong length or index");return w}},98086:function(b,A,n){var u=n(7514),a=n(83943);b.exports=function(s){return u(a(s))}},26882:function(b){var A=Math.ceil,n=Math.floor;b.exports=function(u){var a=+u;return a!=a||0===a?0:(a>0?n:A)(a)}},23417:function(b,A,n){var u=n(26882),a=Math.min;b.exports=function(s){return s>0?a(u(s),9007199254740991):0}},43162:function(b,A,n){var u=n(32010),a=n(83943),s=u.Object;b.exports=function(o){return s(a(o))}},80670:function(b,A,n){var u=n(32010),a=n(64913),s=u.RangeError;b.exports=function(o,g){var f=a(o);if(f%g)throw s("Wrong offset");return f}},64913:function(b,A,n){var u=n(32010),a=n(26882),s=u.RangeError;b.exports=function(o){var g=a(o);if(g<0)throw s("The argument can't be less than 0");return g}},2644:function(b,A,n){var u=n(32010),a=n(2834),s=n(24517),o=n(46290),g=n(51839),f=n(39629),w=n(38688),B=u.TypeError,r=w("toPrimitive");b.exports=function(d,E){if(!s(d)||o(d))return d;var e,C=g(d,r);if(C){if(void 0===E&&(E="default"),e=a(C,d,E),!s(e)||o(e))return e;throw B("Can't convert object to primitive value")}return void 0===E&&(E="number"),f(d,E)}},63918:function(b,A,n){var u=n(2644),a=n(46290);b.exports=function(s){var o=u(s,"string");return a(o)?o:o+""}},24663:function(b,A,n){var s={};s[n(38688)("toStringTag")]="z",b.exports="[object z]"===String(s)},25096:function(b,A,n){var u=n(32010),a=n(52564),s=u.String;b.exports=function(o){if("Symbol"===a(o))throw TypeError("Cannot convert a Symbol value to a string");return s(o)}},68664:function(b,A,n){var a=n(32010).String;b.exports=function(s){try{return a(s)}catch{return"Object"}}},98828:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(2834),o=n(15567),g=n(28834),f=n(36597),w=n(89987),B=n(2868),r=n(97841),d=n(48914),E=n(17506),C=n(23417),e=n(71265),h=n(80670),Q=n(63918),I=n(20340),R=n(52564),p=n(24517),m=n(46290),y=n(10819),x=n(70176),Y=n(3840),v=n(6611).f,S=n(83590),z=n(91102).forEach,F=n(51334),$=n(95892),gA=n(72062),_=n(70172),fA=n(51868),iA=_.get,wA=_.set,IA=$.f,FA=gA.f,YA=Math.round,HA=a.RangeError,J=w.ArrayBuffer,BA=J.prototype,aA=w.DataView,eA=f.NATIVE_ARRAY_BUFFER_VIEWS,EA=f.TYPED_ARRAY_CONSTRUCTOR,xA=f.TYPED_ARRAY_TAG,OA=f.TypedArray,W=f.TypedArrayPrototype,L=f.aTypedArrayConstructor,rA=f.isTypedArray,AA="BYTES_PER_ELEMENT",QA="Wrong length",yA=function(pA,JA){L(pA);for(var ft=0,wt=JA.length,gt=new pA(wt);wt>ft;)gt[ft]=JA[ft++];return gt},cA=function(pA,JA){IA(pA,JA,{get:function(){return iA(this)[JA]}})},CA=function(pA){var JA;return x(BA,pA)||"ArrayBuffer"==(JA=R(pA))||"SharedArrayBuffer"==JA},DA=function(pA,JA){return rA(pA)&&!m(JA)&&JA in pA&&E(+JA)&&JA>=0},NA=function(JA,ft){return ft=Q(ft),DA(JA,ft)?r(2,JA[ft]):FA(JA,ft)},zA=function(JA,ft,wt){return ft=Q(ft),!(DA(JA,ft)&&p(wt)&&I(wt,"value"))||I(wt,"get")||I(wt,"set")||wt.configurable||I(wt,"writable")&&!wt.writable||I(wt,"enumerable")&&!wt.enumerable?IA(JA,ft,wt):(JA[ft]=wt.value,JA)};o?(eA||(gA.f=NA,$.f=zA,cA(W,"buffer"),cA(W,"byteOffset"),cA(W,"byteLength"),cA(W,"length")),u({target:"Object",stat:!0,forced:!eA},{getOwnPropertyDescriptor:NA,defineProperty:zA}),b.exports=function(pA,JA,ft){var wt=pA.match(/\d+$/)[0]/8,gt=pA+(ft?"Clamped":"")+"Array",pt="get"+pA,Yt="set"+pA,VA=a[gt],_A=VA,Qt=_A&&_A.prototype,ht={},vA=function(Bt,Z){IA(Bt,Z,{get:function(){return function(Bt,Z){var k=iA(Bt);return k.view[pt](Z*wt+k.byteOffset,!0)}(this,Z)},set:function(k){return function(Bt,Z,k){var U=iA(Bt);ft&&(k=(k=YA(k))<0?0:k>255?255:255&k),U.view[Yt](Z*wt+U.byteOffset,k,!0)}(this,Z,k)},enumerable:!0})};eA?g&&(_A=JA(function(Bt,Z,k,U){return B(Bt,Qt),fA(p(Z)?CA(Z)?void 0!==U?new VA(Z,h(k,wt),U):void 0!==k?new VA(Z,h(k,wt)):new VA(Z):rA(Z)?yA(_A,Z):s(S,_A,Z):new VA(e(Z)),Bt,_A)}),Y&&Y(_A,OA),z(v(VA),function(Bt){Bt in _A||d(_A,Bt,VA[Bt])}),_A.prototype=Qt):(_A=JA(function(Bt,Z,k,U){B(Bt,Qt);var GA,At,O,hA=0,q=0;if(p(Z)){if(!CA(Z))return rA(Z)?yA(_A,Z):s(S,_A,Z);GA=Z,q=h(k,wt);var qA=Z.byteLength;if(void 0===U){if(qA%wt||(At=qA-q)<0)throw HA(QA)}else if((At=C(U)*wt)+q>qA)throw HA(QA);O=At/wt}else O=e(Z),GA=new J(At=O*wt);for(wA(Bt,{buffer:GA,byteOffset:q,byteLength:At,length:O,view:new aA(GA)});hA1?arguments[1]:void 0,I=void 0!==Q,R=w(e);if(R&&!B(R))for(v=(Y=f(e,R)).next,e=[];!(x=a(v,Y)).done;)e.push(x.value);for(I&&h>2&&(Q=u(Q,arguments[2])),m=g(e),y=new(r(C))(m),p=0;m>p;p++)y[p]=I?Q(e[p],p):e[p];return y}},34815:function(b,A,n){var u=n(36597),a=n(27754),s=u.TYPED_ARRAY_CONSTRUCTOR,o=u.aTypedArrayConstructor;b.exports=function(g){return o(a(g,g[s]))}},46859:function(b,A,n){var u=n(38347),a=0,s=Math.random(),o=u(1..toString);b.exports=function(g){return"Symbol("+(void 0===g?"":g)+")_"+o(++a+s,36)}},9567:function(b,A,n){var u=n(46887);b.exports=u&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},75960:function(b,A,n){var u=n(38688);A.f=u},38688:function(b,A,n){var u=n(32010),a=n(464),s=n(20340),o=n(46859),g=n(46887),f=n(9567),w=a("wks"),B=u.Symbol,r=B&&B.for,d=f?B:B&&B.withoutSetter||o;b.exports=function(E){if(!s(w,E)||!g&&"string"!=typeof w[E]){var C="Symbol."+E;w[E]=g&&s(B,E)?B[E]:f&&r?r(C):d(C)}return w[E]}},43187:function(b){b.exports="\t\n\v\f\r \xa0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000\u2028\u2029\ufeff"},94910:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(70176),o=n(69548),g=n(3840),f=n(2675),w=n(10819),B=n(48914),r=n(97841),d=n(34074),E=n(87811),C=n(80383),e=n(86392),h=n(45144),Q=a.Error,I=[].push,R=function(y,x){var Y=s(p,this)?this:w(p),v=arguments.length>2?arguments[2]:void 0;g&&(Y=g(new Q(void 0),o(Y))),B(Y,"message",e(x,"")),h&&B(Y,"stack",d(Y.stack,1)),E(Y,v);var S=[];return C(y,I,{that:S}),B(Y,"errors",S),Y};g?g(R,Q):f(R,Q);var p=R.prototype=w(Q.prototype,{constructor:r(1,R),message:r(1,""),name:r(1,"AggregateError")});u({global:!0},{AggregateError:R})},39081:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(47044),o=n(59113),g=n(24517),f=n(43162),w=n(45495),B=n(38639),r=n(45744),d=n(56280),E=n(38688),C=n(70091),e=E("isConcatSpreadable"),h=9007199254740991,Q="Maximum allowed index exceeded",I=a.TypeError,R=C>=51||!s(function(){var x=[];return x[e]=!1,x.concat()[0]!==x}),p=d("concat"),m=function(x){if(!g(x))return!1;var Y=x[e];return void 0!==Y?!!Y:o(x)};u({target:"Array",proto:!0,forced:!R||!p},{concat:function(Y){var F,$,gA,_,fA,v=f(this),S=r(v,0),z=0;for(F=-1,gA=arguments.length;Fh)throw I(Q);for($=0;$<_;$++,z++)$ in fA&&B(S,z,fA[$])}else{if(z>=h)throw I(Q);B(S,z++,fA)}return S.length=z,S}})},68626:function(b,A,n){var u=n(56475),a=n(92642),s=n(71156);u({target:"Array",proto:!0},{copyWithin:a}),s("copyWithin")},41584:function(b,A,n){var u=n(56475),a=n(72864),s=n(71156);u({target:"Array",proto:!0},{fill:a}),s("fill")},49063:function(b,A,n){"use strict";var u=n(56475),a=n(91102).filter;u({target:"Array",proto:!0,forced:!n(56280)("filter")},{filter:function(f){return a(this,f,arguments.length>1?arguments[1]:void 0)}})},11765:function(b,A,n){var u=n(56475),a=n(95717);u({target:"Array",stat:!0,forced:!n(46769)(function(g){Array.from(g)})},{from:a})},58028:function(b,A,n){"use strict";var u=n(56475),a=n(12636).includes,s=n(71156);u({target:"Array",proto:!0},{includes:function(g){return a(this,g,arguments.length>1?arguments[1]:void 0)}}),s("includes")},81755:function(b,A,n){"use strict";var u=n(98086),a=n(71156),s=n(15366),o=n(70172),g=n(97001),f="Array Iterator",w=o.set,B=o.getterFor(f);b.exports=g(Array,"Array",function(r,d){w(this,{type:f,target:u(r),index:0,kind:d})},function(){var r=B(this),d=r.target,E=r.kind,C=r.index++;return!d||C>=d.length?(r.target=void 0,{value:void 0,done:!0}):"keys"==E?{value:C,done:!1}:"values"==E?{value:d[C],done:!1}:{value:[C,d[C]],done:!1}},"values"),s.Arguments=s.Array,a("keys"),a("values"),a("entries")},94845:function(b,A,n){"use strict";var u=n(56475),a=n(38347),s=n(7514),o=n(98086),g=n(81007),f=a([].join),w=s!=Object,B=g("join",",");u({target:"Array",proto:!0,forced:w||!B},{join:function(d){return f(o(this),void 0===d?",":d)}})},80055:function(b,A,n){"use strict";var u=n(56475),a=n(91102).map;u({target:"Array",proto:!0,forced:!n(56280)("map")},{map:function(f){return a(this,f,arguments.length>1?arguments[1]:void 0)}})},20731:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(59113),o=n(20884),g=n(24517),f=n(74841),w=n(45495),B=n(98086),r=n(38639),d=n(38688),E=n(56280),C=n(73163),e=E("slice"),h=d("species"),Q=a.Array,I=Math.max;u({target:"Array",proto:!0,forced:!e},{slice:function(p,m){var S,z,F,y=B(this),x=w(y),Y=f(p,x),v=f(void 0===m?x:m,x);if(s(y)&&((o(S=y.constructor)&&(S===Q||s(S.prototype))||g(S)&&null===(S=S[h]))&&(S=void 0),S===Q||void 0===S))return C(y,Y,v);for(z=new(void 0===S?Q:S)(I(v-Y,0)),F=0;Y3)){if(E)return!0;if(e)return e<603;var S,z,F,$,v="";for(S=65;S<76;S++){switch(z=String.fromCharCode(S),S){case 66:case 69:case 70:case 72:F=3;break;case 68:case 71:F=4;break;default:F=2}for($=0;$<47;$++)h.push({k:z+$,v:F})}for(h.sort(function(gA,_){return _.v-gA.v}),$=0;$f(z)?1:-1}}(S)),gA=F.length,_=0;_9007199254740991)throw E("Maximum allowed length exceeded");for(z=w(m,S),F=0;Fy-S+v;F--)delete m[F-1]}else if(v>S)for(F=y-S;F>x;F--)gA=F+v-1,($=F+S-1)in m?m[gA]=m[$]:delete m[gA];for(F=0;F2)if(fA=I(fA),43===(iA=Y(fA,0))||45===iA){if(88===(wA=Y(fA,2))||120===wA)return NaN}else if(48===iA){switch(Y(fA,1)){case 66:case 98:IA=2,FA=49;break;case 79:case 111:IA=8,FA=55;break;default:return+fA}for(HA=(YA=x(fA,2)).length,J=0;JFA)return NaN;return parseInt(YA,IA)}return+fA};if(o(R,!p(" 0o1")||!p("0b1")||p("+0x1"))){for(var gA,z=function(fA){var iA=arguments.length<1?0:p(function(_){var fA=d(_,"number");return"bigint"==typeof fA?fA:S(fA)}(fA)),wA=this;return B(m,wA)&&E(function(){Q(wA)})?w(Object(iA),wA,z):iA},F=u?C(p):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),$=0;F.length>$;$++)f(p,gA=F[$])&&!f(z,gA)&&h(z,gA,e(p,gA));z.prototype=m,m.constructor=z,g(a,R,z)}},58549:function(b,A,n){n(56475)({target:"Number",stat:!0},{EPSILON:Math.pow(2,-52)})},70095:function(b,A,n){n(56475)({target:"Number",stat:!0},{isFinite:n(59805)})},2876:function(b,A,n){n(56475)({target:"Number",stat:!0},{isInteger:n(17506)})},10849:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(38347),o=n(26882),g=n(16679),f=n(34858),w=n(47044),B=a.RangeError,r=a.String,d=Math.floor,E=s(f),C=s("".slice),e=s(1..toFixed),h=function(y,x,Y){return 0===x?Y:x%2==1?h(y,x-1,Y*y):h(y*y,x/2,Y)},I=function(y,x,Y){for(var v=-1,S=Y;++v<6;)y[v]=(S+=x*y[v])%1e7,S=d(S/1e7)},R=function(y,x){for(var Y=6,v=0;--Y>=0;)y[Y]=d((v+=y[Y])/x),v=v%x*1e7},p=function(y){for(var x=6,Y="";--x>=0;)if(""!==Y||0===x||0!==y[x]){var v=r(y[x]);Y=""===Y?v:Y+E("0",7-v.length)+v}return Y};u({target:"Number",proto:!0,forced:w(function(){return"0.000"!==e(8e-5,3)||"1"!==e(.9,0)||"1.25"!==e(1.255,2)||"1000000000000000128"!==e(0xde0b6b3a7640080,0)})||!w(function(){e({})})},{toFixed:function(x){var $,gA,_,fA,Y=g(this),v=o(x),S=[0,0,0,0,0,0],z="",F="0";if(v<0||v>20)throw B("Incorrect fraction digits");if(Y!=Y)return"NaN";if(Y<=-1e21||Y>=1e21)return r(Y);if(Y<0&&(z="-",Y=-Y),Y>1e-21)if(gA=($=function(y){for(var x=0,Y=y;Y>=4096;)x+=12,Y/=4096;for(;Y>=2;)x+=1,Y/=2;return x}(Y*h(2,69,1))-69)<0?Y*h(2,-$,1):Y/h(2,$,1),gA*=4503599627370496,($=52-$)>0){for(I(S,0,gA),_=v;_>=7;)I(S,1e7,0),_-=7;for(I(S,h(10,_,1),0),_=$-1;_>=23;)R(S,8388608),_-=23;R(S,1<<_),I(S,1,1),R(S,2),F=p(S)}else I(S,0,gA),I(S,1<<-$,0),F=p(S)+E("0",v);return v>0?z+((fA=F.length)<=v?"0."+E("0",v-fA)+F:C(F,0,fA-v)+"."+C(F,fA-v)):z+F}})},18756:function(b,A,n){var u=n(56475),a=n(87146);u({target:"Object",stat:!0,forced:Object.assign!==a},{assign:a})},75174:function(b,A,n){var u=n(56475),a=n(55481),s=n(47044),o=n(24517),g=n(62148).onFreeze,f=Object.freeze;u({target:"Object",stat:!0,forced:s(function(){f(1)}),sham:!a},{freeze:function(r){return f&&o(r)?f(g(r)):r}})},57444:function(b,A,n){var u=n(56475),a=n(47044),s=n(98086),o=n(72062).f,g=n(15567),f=a(function(){o(1)});u({target:"Object",stat:!0,forced:!g||f,sham:!g},{getOwnPropertyDescriptor:function(r,d){return o(s(r),d)}})},28331:function(b,A,n){var u=n(56475),a=n(15567),s=n(21594),o=n(98086),g=n(72062),f=n(38639);u({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(B){for(var h,Q,r=o(B),d=g.f,E=s(r),C={},e=0;E.length>e;)void 0!==(Q=d(r,h=E[e++]))&&f(C,h,Q);return C}})},71950:function(b,A,n){var u=n(56475),a=n(47044),s=n(43162),o=n(69548),g=n(68494);u({target:"Object",stat:!0,forced:a(function(){o(1)}),sham:!g},{getPrototypeOf:function(B){return o(s(B))}})},37309:function(b,A,n){var u=n(56475),a=n(43162),s=n(84675);u({target:"Object",stat:!0,forced:n(47044)(function(){s(1)})},{keys:function(w){return s(a(w))}})},14032:function(b,A,n){var u=n(24663),a=n(13711),s=n(52598);u||a(Object.prototype,"toString",s,{unsafe:!0})},59883:function(b,A,n){var u=n(56475),a=n(80754).values;u({target:"Object",stat:!0},{values:function(o){return a(o)}})},77074:function(b,A,n){"use strict";var u=n(56475),a=n(2834),s=n(32631),o=n(56614),g=n(61900),f=n(80383);u({target:"Promise",stat:!0},{allSettled:function(B){var r=this,d=o.f(r),E=d.resolve,C=d.reject,e=g(function(){var h=s(r.resolve),Q=[],I=0,R=1;f(B,function(p){var m=I++,y=!1;R++,a(h,r,p).then(function(x){y||(y=!0,Q[m]={status:"fulfilled",value:x},--R||E(Q))},function(x){y||(y=!0,Q[m]={status:"rejected",reason:x},--R||E(Q))})}),--R||E(Q)});return e.error&&C(e.value),d.promise}})},44455:function(b,A,n){"use strict";var u=n(56475),a=n(32631),s=n(38486),o=n(2834),g=n(56614),f=n(61900),w=n(80383),B="No one promise resolved";u({target:"Promise",stat:!0},{any:function(d){var E=this,C=s("AggregateError"),e=g.f(E),h=e.resolve,Q=e.reject,I=f(function(){var R=a(E.resolve),p=[],m=0,y=1,x=!1;w(d,function(Y){var v=m++,S=!1;y++,o(R,E,Y).then(function(z){S||x||(x=!0,h(z))},function(z){S||x||(S=!0,p[v]=z,--y||Q(new C(p,B)))})}),--y||Q(new C(p,B))});return I.error&&Q(I.value),e.promise}})},58605:function(b,A,n){"use strict";var u=n(56475),a=n(63432),s=n(5155),o=n(47044),g=n(38486),f=n(94578),w=n(27754),B=n(28617),r=n(13711);if(u({target:"Promise",proto:!0,real:!0,forced:!!s&&o(function(){s.prototype.finally.call({then:function(){}},function(){})})},{finally:function(C){var e=w(this,g("Promise")),h=f(C);return this.then(h?function(Q){return B(e,C()).then(function(){return Q})}:C,h?function(Q){return B(e,C()).then(function(){throw Q})}:C)}}),!a&&f(s)){var E=g("Promise").prototype.finally;s.prototype.finally!==E&&r(s.prototype,"finally",E,{unsafe:!0})}},68067:function(b,A,n){"use strict";var pA,JA,ft,wt,u=n(56475),a=n(63432),s=n(32010),o=n(38486),g=n(2834),f=n(5155),w=n(13711),B=n(15341),r=n(3840),d=n(15216),E=n(51334),C=n(32631),e=n(94578),h=n(24517),Q=n(2868),I=n(10447),R=n(80383),p=n(46769),m=n(27754),y=n(6616).set,x=n(59804),Y=n(28617),v=n(61144),S=n(56614),z=n(61900),F=n(70172),$=n(39599),gA=n(38688),_=n(3157),fA=n(95053),iA=n(70091),wA=gA("species"),IA="Promise",FA=F.get,YA=F.set,HA=F.getterFor(IA),J=f&&f.prototype,BA=f,aA=J,eA=s.TypeError,EA=s.document,xA=s.process,OA=S.f,W=OA,L=!!(EA&&EA.createEvent&&s.dispatchEvent),rA=e(s.PromiseRejectionEvent),AA="unhandledrejection",zA=!1,gt=$(IA,function(){var Z=I(BA),k=Z!==String(BA);if(!k&&66===iA||a&&!aA.finally)return!0;if(iA>=51&&/native code/.test(Z))return!1;var U=new BA(function(GA){GA(1)}),hA=function(GA){GA(function(){},function(){})};return(U.constructor={})[wA]=hA,!(zA=U.then(function(){})instanceof hA)||!k&&_&&!rA}),pt=gt||!p(function(Z){BA.all(Z).catch(function(){})}),Yt=function(Z){var k;return!(!h(Z)||!e(k=Z.then))&&k},VA=function(Z,k){if(!Z.notified){Z.notified=!0;var U=Z.reactions;x(function(){for(var hA=Z.value,q=1==Z.state,GA=0;U.length>GA;){var jA,ot,Tt,At=U[GA++],O=q?At.ok:At.fail,qA=At.resolve,nt=At.reject,MA=At.domain;try{O?(q||(2===Z.rejection&&vt(Z),Z.rejection=1),!0===O?jA=hA:(MA&&MA.enter(),jA=O(hA),MA&&(MA.exit(),Tt=!0)),jA===At.promise?nt(eA("Promise-chain cycle")):(ot=Yt(jA))?g(ot,jA,qA,nt):qA(jA)):nt(hA)}catch(yt){MA&&!Tt&&MA.exit(),nt(yt)}}Z.reactions=[],Z.notified=!1,k&&!Z.rejection&&Qt(Z)})}},_A=function(Z,k,U){var hA,q;L?((hA=EA.createEvent("Event")).promise=k,hA.reason=U,hA.initEvent(Z,!1,!0),s.dispatchEvent(hA)):hA={promise:k,reason:U},!rA&&(q=s["on"+Z])?q(hA):Z===AA&&v("Unhandled promise rejection",U)},Qt=function(Z){g(y,s,function(){var q,k=Z.facade,U=Z.value;if(ht(Z)&&(q=z(function(){fA?xA.emit("unhandledRejection",U,k):_A(AA,k,U)}),Z.rejection=fA||ht(Z)?2:1,q.error))throw q.value})},ht=function(Z){return 1!==Z.rejection&&!Z.parent},vt=function(Z){g(y,s,function(){var k=Z.facade;fA?xA.emit("rejectionHandled",k):_A("rejectionhandled",k,Z.value)})},Nt=function(Z,k,U){return function(hA){Z(k,hA,U)}},vA=function(Z,k,U){Z.done||(Z.done=!0,U&&(Z=U),Z.value=k,Z.state=2,VA(Z,!0))},Bt=function(Z,k,U){if(!Z.done){Z.done=!0,U&&(Z=U);try{if(Z.facade===k)throw eA("Promise can't be resolved itself");var hA=Yt(k);hA?x(function(){var q={done:!1};try{g(hA,k,Nt(Bt,q,Z),Nt(vA,q,Z))}catch(GA){vA(q,GA,Z)}}):(Z.value=k,Z.state=1,VA(Z,!1))}catch(q){vA({done:!1},q,Z)}}};if(gt&&(BA=function(k){Q(this,aA),C(k),g(pA,this);var U=FA(this);try{k(Nt(Bt,U),Nt(vA,U))}catch(hA){vA(U,hA)}},(pA=function(k){YA(this,{type:IA,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=B(aA=BA.prototype,{then:function(k,U){var hA=HA(this),q=hA.reactions,GA=OA(m(this,BA));return GA.ok=!e(k)||k,GA.fail=e(U)&&U,GA.domain=fA?xA.domain:void 0,hA.parent=!0,q[q.length]=GA,0!=hA.state&&VA(hA,!1),GA.promise},catch:function(Z){return this.then(void 0,Z)}}),JA=function(){var Z=new pA,k=FA(Z);this.promise=Z,this.resolve=Nt(Bt,k),this.reject=Nt(vA,k)},S.f=OA=function(Z){return Z===BA||Z===ft?new JA(Z):W(Z)},!a&&e(f)&&J!==Object.prototype)){wt=J.then,zA||(w(J,"then",function(k,U){var hA=this;return new BA(function(q,GA){g(wt,hA,q,GA)}).then(k,U)},{unsafe:!0}),w(J,"catch",aA.catch,{unsafe:!0}));try{delete J.constructor}catch{}r&&r(J,aA)}u({global:!0,wrap:!0,forced:gt},{Promise:BA}),d(BA,IA,!1,!0),E(IA),ft=o(IA),u({target:IA,stat:!0,forced:gt},{reject:function(k){var U=OA(this);return g(U.reject,void 0,k),U.promise}}),u({target:IA,stat:!0,forced:a||gt},{resolve:function(k){return Y(a&&this===ft?BA:this,k)}}),u({target:IA,stat:!0,forced:pt},{all:function(k){var U=this,hA=OA(U),q=hA.resolve,GA=hA.reject,At=z(function(){var O=C(U.resolve),qA=[],nt=0,MA=1;R(k,function(jA){var ot=nt++,Tt=!1;MA++,g(O,U,jA).then(function(yt){Tt||(Tt=!0,qA[ot]=yt,--MA||q(qA))},GA)}),--MA||q(qA)});return At.error&&GA(At.value),hA.promise},race:function(k){var U=this,hA=OA(U),q=hA.reject,GA=z(function(){var At=C(U.resolve);R(k,function(O){g(At,U,O).then(hA.resolve,q)})});return GA.error&&q(GA.value),hA.promise}})},73228:function(b,A,n){var u=n(56475),a=n(38486),s=n(58448),o=n(5481),g=n(69075),f=n(34984),w=n(24517),B=n(10819),r=n(47044),d=a("Reflect","construct"),E=Object.prototype,C=[].push,e=r(function(){function I(){}return!(d(function(){},[],I)instanceof I)}),h=!r(function(){d(function(){})}),Q=e||h;u({target:"Reflect",stat:!0,forced:Q,sham:Q},{construct:function(R,p){g(R),f(p);var m=arguments.length<3?R:g(arguments[2]);if(h&&!e)return d(R,p,m);if(R==m){switch(p.length){case 0:return new R;case 1:return new R(p[0]);case 2:return new R(p[0],p[1]);case 3:return new R(p[0],p[1],p[2]);case 4:return new R(p[0],p[1],p[2],p[3])}var y=[null];return s(C,y,p),new(s(o,R,y))}var x=m.prototype,Y=B(w(x)?x:E),v=s(R,Y,p);return w(v)?v:Y}})},61726:function(b,A,n){"use strict";var u=n(56475),a=n(49820);u({target:"RegExp",proto:!0,forced:/./.exec!==a},{exec:a})},74516:function(b,A,n){var u=n(15567),a=n(95892),s=n(21182),o=n(47044),g=RegExp.prototype;u&&o(function(){return"sy"!==Object.getOwnPropertyDescriptor(g,"flags").get.call({dotAll:!0,sticky:!0})})&&a.f(g,"flags",{configurable:!0,get:s})},57114:function(b,A,n){"use strict";var u=n(38347),a=n(7081).PROPER,s=n(13711),o=n(34984),g=n(70176),f=n(25096),w=n(47044),B=n(21182),r="toString",d=RegExp.prototype,E=d[r],C=u(B);(w(function(){return"/a/b"!=E.call({source:"a",flags:"b"})})||a&&E.name!=r)&&s(RegExp.prototype,r,function(){var I=o(this),R=f(I.source),p=I.flags;return"/"+R+"/"+f(void 0===p&&g(d,I)&&!("flags"in d)?C(I):p)},{unsafe:!0})},76014:function(b,A,n){"use strict";n(36673)("Set",function(s){return function(){return s(this,arguments.length?arguments[0]:void 0)}},n(9649))},26663:function(b,A,n){"use strict";var u=n(56475),a=n(69510).codeAt;u({target:"String",proto:!0},{codePointAt:function(o){return a(this,o)}})},65578:function(b,A,n){var u=n(56475),a=n(32010),s=n(38347),o=n(74841),g=a.RangeError,f=String.fromCharCode,w=String.fromCodePoint,B=s([].join);u({target:"String",stat:!0,forced:!!w&&1!=w.length},{fromCodePoint:function(E){for(var Q,C=[],e=arguments.length,h=0;e>h;){if(Q=+arguments[h++],o(Q,1114111)!==Q)throw g(Q+" is not a valid code point");C[h]=Q<65536?f(Q):f(55296+((Q-=65536)>>10),Q%1024+56320)}return B(C,"")}})},47458:function(b,A,n){"use strict";var u=n(56475),a=n(38347),s=n(93666),o=n(83943),g=n(25096),f=n(91151),w=a("".indexOf);u({target:"String",proto:!0,forced:!f("includes")},{includes:function(r){return!!~w(g(o(this)),g(s(r)),arguments.length>1?arguments[1]:void 0)}})},62046:function(b,A,n){"use strict";var u=n(56475),a=n(91159);u({target:"String",proto:!0,forced:n(7452)("italics")},{italics:function(){return a(this,"i","","")}})},58281:function(b,A,n){"use strict";var u=n(69510).charAt,a=n(25096),s=n(70172),o=n(97001),g="String Iterator",f=s.set,w=s.getterFor(g);o(String,"String",function(B){f(this,{type:g,string:a(B),index:0})},function(){var C,r=w(this),d=r.string,E=r.index;return E>=d.length?{value:void 0,done:!0}:(C=u(d,E),r.index+=C.length,{value:C,done:!1})})},47259:function(b,A,n){"use strict";var u=n(56475),a=n(91159);u({target:"String",proto:!0,forced:n(7452)("link")},{link:function(g){return a(this,"a","href",g)}})},71768:function(b,A,n){"use strict";var u=n(56475),a=n(32010),s=n(2834),o=n(38347),g=n(13945),f=n(83943),w=n(23417),B=n(25096),r=n(34984),d=n(93975),E=n(70176),C=n(28831),e=n(21182),h=n(51839),Q=n(13711),I=n(47044),R=n(38688),p=n(27754),m=n(36352),y=n(66723),x=n(70172),Y=n(63432),v=R("matchAll"),S="RegExp String",z=S+" Iterator",F=x.set,$=x.getterFor(z),gA=RegExp.prototype,_=a.TypeError,fA=o(e),iA=o("".indexOf),wA=o("".matchAll),IA=!!wA&&!I(function(){wA("a",/./)}),FA=g(function(J,BA,aA,eA){F(this,{type:z,regexp:J,string:BA,global:aA,unicode:eA,done:!1})},S,function(){var J=$(this);if(J.done)return{value:void 0,done:!0};var BA=J.regexp,aA=J.string,eA=y(BA,aA);return null===eA?{value:void 0,done:J.done=!0}:J.global?(""===B(eA[0])&&(BA.lastIndex=m(aA,w(BA.lastIndex),J.unicode)),{value:eA,done:!1}):(J.done=!0,{value:eA,done:!1})}),YA=function(HA){var aA,eA,EA,xA,OA,W,J=r(this),BA=B(HA);return aA=p(J,RegExp),void 0===(eA=J.flags)&&E(gA,J)&&!("flags"in gA)&&(eA=fA(J)),EA=void 0===eA?"":B(eA),xA=new aA(aA===RegExp?J.source:J,EA),OA=!!~iA(EA,"g"),W=!!~iA(EA,"u"),xA.lastIndex=w(J.lastIndex),new FA(xA,BA,OA,W)};u({target:"String",proto:!0,forced:IA},{matchAll:function(J){var aA,eA,EA,xA,BA=f(this);if(null!=J){if(C(J)&&(aA=B(f("flags"in gA?J.flags:fA(J))),!~iA(aA,"g")))throw _("`.matchAll` does not allow non-global regexes");if(IA)return wA(BA,J);if(void 0===(EA=h(J,v))&&Y&&"RegExp"==d(J)&&(EA=YA),EA)return s(EA,J,BA)}else if(IA)return wA(BA,J);return eA=B(BA),xA=new RegExp(J,"g"),Y?s(YA,xA,eA):xA[v](eA)}}),Y||v in gA||Q(gA,v,YA)},6422:function(b,A,n){"use strict";var u=n(2834),a=n(11813),s=n(34984),o=n(23417),g=n(25096),f=n(83943),w=n(51839),B=n(36352),r=n(66723);a("match",function(d,E,C){return[function(h){var Q=f(this),I=null==h?void 0:w(h,d);return I?u(I,h,Q):new RegExp(h)[d](g(Q))},function(e){var h=s(this),Q=g(e),I=C(E,h,Q);if(I.done)return I.value;if(!h.global)return r(h,Q);var R=h.unicode;h.lastIndex=0;for(var y,p=[],m=0;null!==(y=r(h,Q));){var x=g(y[0]);p[m]=x,""===x&&(h.lastIndex=B(Q,o(h.lastIndex),R)),m++}return 0===m?null:p}]})},28264:function(b,A,n){n(56475)({target:"String",proto:!0},{repeat:n(34858)})},46467:function(b,A,n){"use strict";var u=n(58448),a=n(2834),s=n(38347),o=n(11813),g=n(47044),f=n(34984),w=n(94578),B=n(26882),r=n(23417),d=n(25096),E=n(83943),C=n(36352),e=n(51839),h=n(29519),Q=n(66723),R=n(38688)("replace"),p=Math.max,m=Math.min,y=s([].concat),x=s([].push),Y=s("".indexOf),v=s("".slice),S=function(gA){return void 0===gA?gA:String(gA)},z="$0"==="a".replace(/./,"$0"),F=!!/./[R]&&""===/./[R]("a","$0");o("replace",function(gA,_,fA){var iA=F?"$":"$0";return[function(IA,FA){var YA=E(this),HA=null==IA?void 0:e(IA,R);return HA?a(HA,IA,YA,FA):a(_,d(YA),IA,FA)},function(wA,IA){var FA=f(this),YA=d(wA);if("string"==typeof IA&&-1===Y(IA,iA)&&-1===Y(IA,"$<")){var HA=fA(_,FA,YA,IA);if(HA.done)return HA.value}var J=w(IA);J||(IA=d(IA));var BA=FA.global;if(BA){var aA=FA.unicode;FA.lastIndex=0}for(var eA=[];;){var EA=Q(FA,YA);if(null===EA||(x(eA,EA),!BA))break;""===d(EA[0])&&(FA.lastIndex=C(YA,r(FA.lastIndex),aA))}for(var OA="",W=0,L=0;L=W&&(OA+=v(YA,W,AA)+DA,W=AA+rA.length)}return OA+v(YA,W)}]},!!g(function(){var gA=/./;return gA.exec=function(){var _=[];return _.groups={a:"7"},_},"7"!=="".replace(gA,"$")})||!z||F)},7851:function(b,A,n){"use strict";var u=n(58448),a=n(2834),s=n(38347),o=n(11813),g=n(28831),f=n(34984),w=n(83943),B=n(27754),r=n(36352),d=n(23417),E=n(25096),C=n(51839),e=n(73163),h=n(66723),Q=n(49820),I=n(74846),R=n(47044),p=I.UNSUPPORTED_Y,m=4294967295,y=Math.min,x=[].push,Y=s(/./.exec),v=s(x),S=s("".slice),z=!R(function(){var F=/(?:)/,$=F.exec;F.exec=function(){return $.apply(this,arguments)};var gA="ab".split(F);return 2!==gA.length||"a"!==gA[0]||"b"!==gA[1]});o("split",function(F,$,gA){var _;return _="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(fA,iA){var wA=E(w(this)),IA=void 0===iA?m:iA>>>0;if(0===IA)return[];if(void 0===fA)return[wA];if(!g(fA))return a($,wA,fA,IA);for(var BA,aA,eA,FA=[],HA=0,J=new RegExp(fA.source,(fA.ignoreCase?"i":"")+(fA.multiline?"m":"")+(fA.unicode?"u":"")+(fA.sticky?"y":"")+"g");(BA=a(Q,J,wA))&&!((aA=J.lastIndex)>HA&&(v(FA,S(wA,HA,BA.index)),BA.length>1&&BA.index=IA));)J.lastIndex===BA.index&&J.lastIndex++;return HA===wA.length?(eA||!Y(J,""))&&v(FA,""):v(FA,S(wA,HA)),FA.length>IA?e(FA,0,IA):FA}:"0".split(void 0,0).length?function(fA,iA){return void 0===fA&&0===iA?[]:a($,this,fA,iA)}:$,[function(iA,wA){var IA=w(this),FA=null==iA?void 0:C(iA,F);return FA?a(FA,iA,IA,wA):a(_,E(IA),iA,wA)},function(fA,iA){var wA=f(this),IA=E(fA),FA=gA(_,wA,IA,iA,_!==$);if(FA.done)return FA.value;var YA=B(wA,RegExp),HA=wA.unicode,BA=new YA(p?"^(?:"+wA.source+")":wA,(wA.ignoreCase?"i":"")+(wA.multiline?"m":"")+(wA.unicode?"u":"")+(p?"g":"y")),aA=void 0===iA?m:iA>>>0;if(0===aA)return[];if(0===IA.length)return null===h(BA,IA)?[IA]:[];for(var eA=0,EA=0,xA=[];EA2?arguments[2]:void 0)})},29883:function(b,A,n){"use strict";var u=n(36597),a=n(91102).every,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("every",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},35471:function(b,A,n){"use strict";var u=n(36597),a=n(2834),s=n(72864),o=u.aTypedArray;(0,u.exportTypedArrayMethod)("fill",function(w){var B=arguments.length;return a(s,o(this),w,B>1?arguments[1]:void 0,B>2?arguments[2]:void 0)})},21012:function(b,A,n){"use strict";var u=n(36597),a=n(91102).filter,s=n(59610),o=u.aTypedArray;(0,u.exportTypedArrayMethod)("filter",function(w){var B=a(o(this),w,arguments.length>1?arguments[1]:void 0);return s(this,B)})},97464:function(b,A,n){"use strict";var u=n(36597),a=n(91102).findIndex,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("findIndex",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},88997:function(b,A,n){"use strict";var u=n(36597),a=n(91102).find,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("find",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},3131:function(b,A,n){n(98828)("Float32",function(a){return function(o,g,f){return a(this,o,g,f)}})},90868:function(b,A,n){n(98828)("Float64",function(a){return function(o,g,f){return a(this,o,g,f)}})},2857:function(b,A,n){"use strict";var u=n(36597),a=n(91102).forEach,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("forEach",function(f){a(s(this),f,arguments.length>1?arguments[1]:void 0)})},83326:function(b,A,n){"use strict";var u=n(28834);(0,n(36597).exportTypedArrayStaticMethod)("from",n(83590),u)},94715:function(b,A,n){"use strict";var u=n(36597),a=n(12636).includes,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("includes",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},13624:function(b,A,n){"use strict";var u=n(36597),a=n(12636).indexOf,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("indexOf",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},75626:function(b,A,n){n(98828)("Int16",function(a){return function(o,g,f){return a(this,o,g,f)}})},95756:function(b,A,n){n(98828)("Int32",function(a){return function(o,g,f){return a(this,o,g,f)}})},65553:function(b,A,n){n(98828)("Int8",function(a){return function(o,g,f){return a(this,o,g,f)}})},91132:function(b,A,n){"use strict";var u=n(32010),a=n(38347),s=n(7081).PROPER,o=n(36597),g=n(81755),w=n(38688)("iterator"),B=u.Uint8Array,r=a(g.values),d=a(g.keys),E=a(g.entries),C=o.aTypedArray,e=o.exportTypedArrayMethod,h=B&&B.prototype[w],Q=!!h&&"values"===h.name,I=function(){return r(C(this))};e("entries",function(){return E(C(this))}),e("keys",function(){return d(C(this))}),e("values",I,s&&!Q),e(w,I,s&&!Q)},62514:function(b,A,n){"use strict";var u=n(36597),a=n(38347),s=u.aTypedArray,o=u.exportTypedArrayMethod,g=a([].join);o("join",function(w){return g(s(this),w)})},24597:function(b,A,n){"use strict";var u=n(36597),a=n(58448),s=n(84320),o=u.aTypedArray;(0,u.exportTypedArrayMethod)("lastIndexOf",function(w){var B=arguments.length;return a(s,o(this),B>1?[w,arguments[1]]:[w])})},88042:function(b,A,n){"use strict";var u=n(36597),a=n(91102).map,s=n(34815),o=u.aTypedArray;(0,u.exportTypedArrayMethod)("map",function(w){return a(o(this),w,arguments.length>1?arguments[1]:void 0,function(B,r){return new(s(B))(r)})})},92451:function(b,A,n){"use strict";var u=n(36597),a=n(32843).right,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("reduceRight",function(f){var w=arguments.length;return a(s(this),f,w,w>1?arguments[1]:void 0)})},4660:function(b,A,n){"use strict";var u=n(36597),a=n(32843).left,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("reduce",function(f){var w=arguments.length;return a(s(this),f,w,w>1?arguments[1]:void 0)})},44206:function(b,A,n){"use strict";var u=n(36597),a=u.aTypedArray,o=Math.floor;(0,u.exportTypedArrayMethod)("reverse",function(){for(var d,f=this,w=a(f).length,B=o(w/2),r=0;r1?arguments[1]:void 0,1),h=this.length,Q=g(C),I=s(Q),R=0;if(I+e>h)throw w("Wrong length");for(;Re;)Q[e]=E[e++];return Q},s(function(){new Int8Array(1).slice()}))},3858:function(b,A,n){"use strict";var u=n(36597),a=n(91102).some,s=u.aTypedArray;(0,u.exportTypedArrayMethod)("some",function(f){return a(s(this),f,arguments.length>1?arguments[1]:void 0)})},84538:function(b,A,n){"use strict";var u=n(32010),a=n(38347),s=n(47044),o=n(32631),g=n(43977),f=n(36597),w=n(3809),B=n(21983),r=n(70091),d=n(41731),E=u.Array,C=f.aTypedArray,e=f.exportTypedArrayMethod,h=u.Uint16Array,Q=h&&a(h.prototype.sort),I=!(!Q||s(function(){Q(new h(2),null)})&&s(function(){Q(new h(2),{})})),R=!!Q&&!s(function(){if(r)return r<74;if(w)return w<67;if(B)return!0;if(d)return d<602;var x,Y,m=new h(516),y=E(516);for(x=0;x<516;x++)Y=x%4,m[x]=515-x,y[x]=x-2*Y+3;for(Q(m,function(v,S){return(v/4|0)-(S/4|0)}),x=0;x<516;x++)if(m[x]!==y[x])return!0});e("sort",function(y){return void 0!==y&&o(y),R?Q(this,y):g(C(this),(m=y,function(y,x){return void 0!==m?+m(y,x)||0:x!=x?-1:y!=y?1:0===y&&0===x?1/y>0&&1/x<0?1:-1:y>x}));var m},!R||I)},64793:function(b,A,n){"use strict";var u=n(36597),a=n(23417),s=n(74841),o=n(34815),g=u.aTypedArray;(0,u.exportTypedArrayMethod)("subarray",function(B,r){var d=g(this),E=d.length,C=s(B,E);return new(o(d))(d.buffer,d.byteOffset+C*d.BYTES_PER_ELEMENT,a((void 0===r?E:s(r,E))-C))})},74202:function(b,A,n){"use strict";var u=n(32010),a=n(58448),s=n(36597),o=n(47044),g=n(73163),f=u.Int8Array,w=s.aTypedArray,B=s.exportTypedArrayMethod,r=[].toLocaleString,d=!!f&&o(function(){r.call(new f(1))});B("toLocaleString",function(){return a(r,d?g(w(this)):w(this),g(arguments))},o(function(){return[1,2].toLocaleString()!=new f([1,2]).toLocaleString()})||!o(function(){f.prototype.toLocaleString.call([1,2])}))},52529:function(b,A,n){"use strict";var u=n(36597).exportTypedArrayMethod,a=n(47044),s=n(32010),o=n(38347),g=s.Uint8Array,f=g&&g.prototype||{},w=[].toString,B=o([].join);a(function(){w.call({})})&&(w=function(){return B(this)}),u("toString",w,f.toString!=w)},47969:function(b,A,n){n(98828)("Uint16",function(a){return function(o,g,f){return a(this,o,g,f)}})},59735:function(b,A,n){n(98828)("Uint32",function(a){return function(o,g,f){return a(this,o,g,f)}})},56912:function(b,A,n){n(98828)("Uint8",function(a){return function(o,g,f){return a(this,o,g,f)}})},58099:function(b,A,n){n(98828)("Uint8",function(a){return function(o,g,f){return a(this,o,g,f)}},!0)},84151:function(b,A,n){n(94910)},49109:function(b,A,n){n(64384)},98443:function(b,A,n){n(77074)},67858:function(b,A,n){n(44455)},49261:function(b,A,n){"use strict";var u=n(56475),a=n(56614),s=n(61900);u({target:"Promise",stat:!0},{try:function(o){var g=a.f(this),f=s(o);return(f.error?g.reject:g.resolve)(f.value),g.promise}})},1083:function(b,A,n){n(71768)},42437:function(b,A,n){var u=n(32010),a=n(23327),s=n(67797),o=n(82938),g=n(48914),f=function(B){if(B&&B.forEach!==o)try{g(B,"forEach",o)}catch{B.forEach=o}};for(var w in a)a[w]&&f(u[w]&&u[w].prototype);f(s)},94712:function(b,A,n){var u=n(32010),a=n(23327),s=n(67797),o=n(81755),g=n(48914),f=n(38688),w=f("iterator"),B=f("toStringTag"),r=o.values,d=function(C,e){if(C){if(C[w]!==r)try{g(C,w,r)}catch{C[w]=r}if(C[B]||g(C,B,e),a[e])for(var h in o)if(C[h]!==o[h])try{g(C,h,o[h])}catch{C[h]=o[h]}}};for(var E in a)d(u[E]&&u[E].prototype,E);d(s,"DOMTokenList")},41863:function(b,A,n){"use strict";var u=n(56475),a=n(2834);u({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return a(URL.prototype.toString,this)}})},90780:function(b,A,n){var u=n(42075);n(94712),b.exports=u},45728:function(b,A,n){var u=n(35643),a=n(67906),s=n(98527),o=n(71689),g=n(64607),f=n(71230),w=Date.prototype.getTime;function B(C,e,h){var Q=h||{};return!!(Q.strict?s(C,e):C===e)||(!C||!e||"object"!=typeof C&&"object"!=typeof e?Q.strict?s(C,e):C==e:function E(C,e,h){var Q,I;if(typeof C!=typeof e||r(C)||r(e)||C.prototype!==e.prototype||a(C)!==a(e))return!1;var R=o(C),p=o(e);if(R!==p)return!1;if(R||p)return C.source===e.source&&g(C)===g(e);if(f(C)&&f(e))return w.call(C)===w.call(e);var m=d(C),y=d(e);if(m!==y)return!1;if(m||y){if(C.length!==e.length)return!1;for(Q=0;Q=0;Q--)if(x[Q]!=Y[Q])return!1;for(Q=x.length-1;Q>=0;Q--)if(!B(C[I=x[Q]],e[I],h))return!1;return!0}(C,e,Q))}function r(C){return null==C}function d(C){return!(!C||"object"!=typeof C||"number"!=typeof C.length||"function"!=typeof C.copy||"function"!=typeof C.slice||C.length>0&&"number"!=typeof C[0])}b.exports=B},89295:function(b,A,n){"use strict";var u=n(56649),a=n(57770),s=n(96785),o=n(68109);b.exports=function(f,w,B){if(!f||"object"!=typeof f&&"function"!=typeof f)throw new s("`obj` must be an object or a function`");if("string"!=typeof w&&"symbol"!=typeof w)throw new s("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new s("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new s("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new s("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new s("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,d=arguments.length>4?arguments[4]:null,E=arguments.length>5?arguments[5]:null,C=arguments.length>6&&arguments[6],e=!!o&&o(f,w);if(u)u(f,w,{configurable:null===E&&e?e.configurable:!E,enumerable:null===r&&e?e.enumerable:!r,value:B,writable:null===d&&e?e.writable:!d});else{if(!C&&(r||d||E))throw new a("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");f[w]=B}}},77802:function(b,A,n){"use strict";var u=n(35643),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),s=Object.prototype.toString,o=Array.prototype.concat,g=n(89295),w=n(18890)(),B=function(d,E,C,e){if(E in d)if(!0===e){if(d[E]===C)return}else if(!function(d){return"function"==typeof d&&"[object Function]"===s.call(d)}(e)||!e())return;w?g(d,E,C,!0):g(d,E,C)},r=function(d,E){var C=arguments.length>2?arguments[2]:{},e=u(E);a&&(e=o.call(e,Object.getOwnPropertySymbols(E)));for(var h=0;h0&&z.length>v&&!z.warned){z.warned=!0;var F=new Error("Possible EventEmitter memory leak detected. "+z.length+" "+String(y)+" listeners added. Use emitter.setMaxListeners() to increase limit");F.name="MaxListenersExceededWarning",F.emitter=m,F.type=y,F.count=z.length,function a(m){console&&console.warn&&console.warn(m)}(F)}return m}function r(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(m,y,x){var Y={fired:!1,wrapFn:void 0,target:m,type:y,listener:x},v=r.bind(Y);return v.listener=x,Y.wrapFn=v,v}function E(m,y,x){var Y=m._events;if(void 0===Y)return[];var v=Y[y];return void 0===v?[]:"function"==typeof v?x?[v.listener||v]:[v]:x?function Q(m){for(var y=new Array(m.length),x=0;x0&&(z=x[0]),z instanceof Error)throw z;var F=new Error("Unhandled error."+(z?" ("+z.message+")":""));throw F.context=z,F}var $=S[y];if(void 0===$)return!1;if("function"==typeof $)n($,this,x);else{var gA=$.length,_=e($,gA);for(Y=0;Y=0;z--)if(Y[z]===x||Y[z].listener===x){F=Y[z].listener,S=z;break}if(S<0)return this;0===S?Y.shift():function h(m,y){for(;y+1=0;v--)this.removeListener(y,x[v]);return this},o.prototype.listeners=function(y){return E(this,y,!0)},o.prototype.rawListeners=function(y){return E(this,y,!1)},o.listenerCount=function(m,y){return"function"==typeof m.listenerCount?m.listenerCount(y):C.call(m,y)},o.prototype.listenerCount=C,o.prototype.eventNames=function(){return this._eventsCount>0?u(this._events):[]}},72022:function(b,A,n){"use strict";b.exports=function(){if("object"==typeof globalThis)return globalThis;var u;try{u=this||new Function("return this")()}catch{if("object"==typeof window)return window;if("object"==typeof self)return self;if(typeof n.g<"u")return n.g}return u}()},68404:function(b,A,n){"use strict";var u=n(3746),a=Object.prototype.toString,s=Object.prototype.hasOwnProperty;b.exports=function(r,d,E){if(!u(d))throw new TypeError("iterator must be a function");var C;arguments.length>=3&&(C=E),"[object Array]"===a.call(r)?function(r,d,E){for(var C=0,e=r.length;C"u"||!I?u:I(Uint8Array),m={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?u:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?u:ArrayBuffer,"%ArrayIteratorPrototype%":h&&I?I([][Symbol.iterator]()):u,"%AsyncFromSyncIteratorPrototype%":u,"%AsyncFunction%":R,"%AsyncGenerator%":R,"%AsyncGeneratorFunction%":R,"%AsyncIteratorPrototype%":R,"%Atomics%":typeof Atomics>"u"?u:Atomics,"%BigInt%":typeof BigInt>"u"?u:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?u:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?u:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?u:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":s,"%Float32Array%":typeof Float32Array>"u"?u:Float32Array,"%Float64Array%":typeof Float64Array>"u"?u:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?u:FinalizationRegistry,"%Function%":r,"%GeneratorFunction%":R,"%Int8Array%":typeof Int8Array>"u"?u:Int8Array,"%Int16Array%":typeof Int16Array>"u"?u:Int16Array,"%Int32Array%":typeof Int32Array>"u"?u:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":h&&I?I(I([][Symbol.iterator]())):u,"%JSON%":"object"==typeof JSON?JSON:u,"%Map%":typeof Map>"u"?u:Map,"%MapIteratorPrototype%":typeof Map>"u"||!h||!I?u:I((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?u:Promise,"%Proxy%":typeof Proxy>"u"?u:Proxy,"%RangeError%":o,"%ReferenceError%":g,"%Reflect%":typeof Reflect>"u"?u:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?u:Set,"%SetIteratorPrototype%":typeof Set>"u"||!h||!I?u:I((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?u:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":h&&I?I(""[Symbol.iterator]()):u,"%Symbol%":h?Symbol:u,"%SyntaxError%":f,"%ThrowTypeError%":e,"%TypedArray%":p,"%TypeError%":w,"%Uint8Array%":typeof Uint8Array>"u"?u:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?u:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?u:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?u:Uint32Array,"%URIError%":B,"%WeakMap%":typeof WeakMap>"u"?u:WeakMap,"%WeakRef%":typeof WeakRef>"u"?u:WeakRef,"%WeakSet%":typeof WeakSet>"u"?u:WeakSet};if(I)try{null.error}catch(FA){var y=I(I(FA));m["%Error.prototype%"]=y}var x=function FA(YA){var HA;if("%AsyncFunction%"===YA)HA=d("async function () {}");else if("%GeneratorFunction%"===YA)HA=d("function* () {}");else if("%AsyncGeneratorFunction%"===YA)HA=d("async function* () {}");else if("%AsyncGenerator%"===YA){var J=FA("%AsyncGeneratorFunction%");J&&(HA=J.prototype)}else if("%AsyncIteratorPrototype%"===YA){var BA=FA("%AsyncGenerator%");BA&&I&&(HA=I(BA.prototype))}return m[YA]=HA,HA},Y={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},v=n(5049),S=n(55215),z=v.call(Function.call,Array.prototype.concat),F=v.call(Function.apply,Array.prototype.splice),$=v.call(Function.call,String.prototype.replace),gA=v.call(Function.call,String.prototype.slice),_=v.call(Function.call,RegExp.prototype.exec),fA=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,iA=/\\(\\)?/g,IA=function(YA,HA){var BA,J=YA;if(S(Y,J)&&(J="%"+(BA=Y[J])[0]+"%"),S(m,J)){var aA=m[J];if(aA===R&&(aA=x(J)),typeof aA>"u"&&!HA)throw new w("intrinsic "+YA+" exists, but is not available. Please file an issue!");return{alias:BA,name:J,value:aA}}throw new f("intrinsic "+YA+" does not exist!")};b.exports=function(YA,HA){if("string"!=typeof YA||0===YA.length)throw new w("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof HA)throw new w('"allowMissing" argument must be a boolean');if(null===_(/^%?[^%]*%?$/,YA))throw new f("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var J=function(YA){var HA=gA(YA,0,1),J=gA(YA,-1);if("%"===HA&&"%"!==J)throw new f("invalid intrinsic syntax, expected closing `%`");if("%"===J&&"%"!==HA)throw new f("invalid intrinsic syntax, expected opening `%`");var BA=[];return $(YA,fA,function(aA,eA,EA,xA){BA[BA.length]=EA?$(xA,iA,"$1"):eA||aA}),BA}(YA),BA=J.length>0?J[0]:"",aA=IA("%"+BA+"%",HA),eA=aA.name,EA=aA.value,xA=!1,OA=aA.alias;OA&&(BA=OA[0],F(J,z([0,1],OA)));for(var W=1,L=!0;W=J.length){var yA=E(EA,rA);EA=(L=!!yA)&&"get"in yA&&!("originalValue"in yA.get)?yA.get:EA[rA]}else L=S(EA,rA),EA=EA[rA];L&&!xA&&(m[eA]=EA)}}return EA}},68109:function(b,A,n){"use strict";var a=n(28651)("%Object.getOwnPropertyDescriptor%",!0);if(a)try{a([],"length")}catch{a=null}b.exports=a},18890:function(b,A,n){"use strict";var u=n(56649),a=function(){return!!u};a.hasArrayLengthDefineBug=function(){if(!u)return null;try{return 1!==u([],"length",{value:1}).length}catch{return!0}},b.exports=a},85726:function(b){"use strict";var A={__proto__:null,foo:{}},n=Object;b.exports=function(){return{__proto__:A}.foo===A.foo&&!(A instanceof n)}},73257:function(b,A,n){"use strict";var u=typeof Symbol<"u"&&Symbol,a=n(12843);b.exports=function(){return"function"==typeof u&&"function"==typeof Symbol&&"symbol"==typeof u("foo")&&"symbol"==typeof Symbol("bar")&&a()}},12843:function(b){"use strict";b.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var n={},u=Symbol("test"),a=Object(u);if("string"==typeof u||"[object Symbol]"!==Object.prototype.toString.call(u)||"[object Symbol]"!==Object.prototype.toString.call(a))return!1;for(u in n[u]=42,n)return!1;if("function"==typeof Object.keys&&0!==Object.keys(n).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(n).length)return!1;var o=Object.getOwnPropertySymbols(n);if(1!==o.length||o[0]!==u||!Object.prototype.propertyIsEnumerable.call(n,u))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var g=Object.getOwnPropertyDescriptor(n,u);if(42!==g.value||!0!==g.enumerable)return!1}return!0}},26626:function(b,A,n){"use strict";var u=n(12843);b.exports=function(){return u()&&!!Symbol.toStringTag}},55215:function(b,A,n){"use strict";var u=Function.prototype.call,a=Object.prototype.hasOwnProperty,s=n(5049);b.exports=s.call(u,a)},35143:function(b,A,n){"use strict";var u=n(16696).Buffer;A._dbcs=r;for(var a=-1,s=-2,o=-10,g=-1e3,f=new Array(256),B=0;B<256;B++)f[B]=a;function r(e,h){if(this.encodingName=e.encodingName,!e)throw new Error("DBCS codec is called without the data.");if(!e.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var Q=e.table();this.decodeTables=[],this.decodeTables[0]=f.slice(0),this.decodeTableSeq=[];for(var I=0;Ig)throw new Error("gb18030 decode tables conflict at byte 2");for(var Y=this.decodeTables[g-y[x]],v=129;v<=254;v++){if(Y[v]===a)Y[v]=g-p;else{if(Y[v]===g-p)continue;if(Y[v]>g)throw new Error("gb18030 decode tables conflict at byte 3")}for(var S=this.decodeTables[g-Y[v]],z=48;z<=57;z++)S[z]===a&&(S[z]=s)}}}this.defaultCharUnicode=h.defaultCharUnicode,this.encodeTable=[],this.encodeTableSeq=[];var F={};if(e.encodeSkipVals)for(I=0;Ih)return-1;for(var Q=0,I=e.length;Q>1);e[R]<=h?Q=R:I=R}return Q}r.prototype.encoder=d,r.prototype.decoder=E,r.prototype._getDecodeTrieNode=function(e){for(var h=[];e>0;e>>>=8)h.push(255&e);0==h.length&&h.push(0);for(var Q=this.decodeTables[0],I=h.length-1;I>0;I--){var R=Q[h[I]];if(R==a)Q[h[I]]=g-this.decodeTables.length,this.decodeTables.push(Q=f.slice(0));else{if(!(R<=g))throw new Error("Overwrite byte in "+this.encodingName+", addr: "+e.toString(16));Q=this.decodeTables[g-R]}}return Q},r.prototype._addDecodeChunk=function(e){var h=parseInt(e[0],16),Q=this._getDecodeTrieNode(h);h&=255;for(var I=1;I255)throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+e[0]+": too long"+h)},r.prototype._getEncodeBucket=function(e){var h=e>>8;return void 0===this.encodeTable[h]&&(this.encodeTable[h]=f.slice(0)),this.encodeTable[h]},r.prototype._setEncodeChar=function(e,h){var Q=this._getEncodeBucket(e),I=255&e;Q[I]<=o?this.encodeTableSeq[o-Q[I]][-1]=h:Q[I]==a&&(Q[I]=h)},r.prototype._setEncodeSequence=function(e,h){var p,Q=e[0],I=this._getEncodeBucket(Q),R=255&Q;I[R]<=o?p=this.encodeTableSeq[o-I[R]]:(p={},I[R]!==a&&(p[-1]=I[R]),I[R]=o-this.encodeTableSeq.length,this.encodeTableSeq.push(p));for(var m=1;m=0)this._setEncodeChar(y,x),R=!0;else if(y<=g){var Y=g-y;p[Y]||(this._fillEncodeTable(Y,x<<8>>>0,Q)?R=!0:p[Y]=!0)}else y<=o&&(this._setEncodeSequence(this.decodeTableSeq[o-y],x),R=!0)}return R},d.prototype.write=function(e){for(var h=u.alloc(e.length*(this.gb18030?4:3)),Q=this.leadSurrogate,I=this.seqObj,R=-1,p=0,m=0;;){if(-1===R){if(p==e.length)break;var y=e.charCodeAt(p++)}else y=R,R=-1;if(55296<=y&&y<57344)if(y<56320){if(-1===Q){Q=y;continue}Q=y,y=a}else-1!==Q?(y=65536+1024*(Q-55296)+(y-56320),Q=-1):y=a;else-1!==Q&&(R=y,y=a,Q=-1);var x=a;if(void 0!==I&&y!=a){var Y=I[y];if("object"==typeof Y){I=Y;continue}"number"==typeof Y?x=Y:null==Y&&void 0!==(Y=I[-1])&&(x=Y,R=y),I=void 0}else if(y>=0){var v=this.encodeTable[y>>8];if(void 0!==v&&(x=v[255&y]),x<=o){I=this.encodeTableSeq[o-x];continue}if(x==a&&this.gb18030){var S=C(this.gb18030.uChars,y);if(-1!=S){x=this.gb18030.gbChars[S]+(y-this.gb18030.uChars[S]),h[m++]=129+Math.floor(x/12600),x%=12600,h[m++]=48+Math.floor(x/1260),x%=1260,h[m++]=129+Math.floor(x/10),h[m++]=48+(x%=10);continue}}}x===a&&(x=this.defaultCharSingleByte),x<256?h[m++]=x:x<65536?(h[m++]=x>>8,h[m++]=255&x):x<16777216?(h[m++]=x>>16,h[m++]=x>>8&255,h[m++]=255&x):(h[m++]=x>>>24,h[m++]=x>>>16&255,h[m++]=x>>>8&255,h[m++]=255&x)}return this.seqObj=I,this.leadSurrogate=Q,h.slice(0,m)},d.prototype.end=function(){if(-1!==this.leadSurrogate||void 0!==this.seqObj){var e=u.alloc(10),h=0;if(this.seqObj){var Q=this.seqObj[-1];void 0!==Q&&(Q<256?e[h++]=Q:(e[h++]=Q>>8,e[h++]=255&Q)),this.seqObj=void 0}return-1!==this.leadSurrogate&&(e[h++]=this.defaultCharSingleByte,this.leadSurrogate=-1),e.slice(0,h)}},d.prototype.findIdx=C,E.prototype.write=function(e){for(var h=u.alloc(2*e.length),Q=this.nodeIdx,I=this.prevBytes,R=this.prevBytes.length,p=-this.prevBytes.length,y=0,x=0;y=0?e[y]:I[y+R];if(!((m=this.decodeTables[Q][Y])>=0))if(m===a)m=this.defaultCharUnicode.charCodeAt(0),y=p;else if(m===s){if(y>=3)var v=12600*(e[y-3]-129)+1260*(e[y-2]-48)+10*(e[y-1]-129)+(Y-48);else v=12600*(I[y-3+R]-129)+1260*((y-2>=0?e[y-2]:I[y-2+R])-48)+10*((y-1>=0?e[y-1]:I[y-1+R])-129)+(Y-48);var S=C(this.gb18030.gbChars,v);m=this.gb18030.uChars[S]+v-this.gb18030.gbChars[S]}else{if(m<=g){Q=g-m;continue}if(!(m<=o))throw new Error("iconv-lite internal error: invalid decoding table value "+m+" at "+Q+"/"+Y);for(var z=this.decodeTableSeq[o-m],F=0;F>8;m=z[z.length-1]}if(m>=65536){var $=55296|(m-=65536)>>10;h[x++]=255&$,h[x++]=$>>8,m=56320|1023&m}h[x++]=255&m,h[x++]=m>>8,Q=0,p=y+1}return this.nodeIdx=Q,this.prevBytes=p>=0?Array.prototype.slice.call(e,p):I.slice(p+R).concat(Array.prototype.slice.call(e)),h.slice(0,x).toString("ucs2")},E.prototype.end=function(){for(var e="";this.prevBytes.length>0;){e+=this.defaultCharUnicode;var h=this.prevBytes.slice(1);this.prevBytes=[],this.nodeIdx=0,h.length>0&&(e+=this.write(h))}return this.prevBytes=[],this.nodeIdx=0,e}},90481:function(b,A,n){"use strict";b.exports={shiftjis:{type:"_dbcs",table:function(){return n(40679)},encodeAdd:{"\xa5":92,"\u203e":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return n(56406)},encodeAdd:{"\xa5":92,"\u203e":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return n(74488)}},gbk:{type:"_dbcs",table:function(){return n(74488).concat(n(55914))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return n(74488).concat(n(55914))},gb18030:function(){return n(99129)},encodeSkipVals:[128],encodeAdd:{"\u20ac":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return n(21166)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return n(72324)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return n(72324).concat(n(43267))},encodeSkipVals:[36457,36463,36478,36523,36532,36557,36560,36695,36713,36718,36811,36862,36973,36986,37060,37084,37105,37311,37551,37552,37553,37554,37585,37959,38090,38361,38652,39285,39798,39800,39803,39878,39902,39916,39926,40002,40019,40034,40040,40043,40055,40124,40125,40144,40279,40282,40388,40431,40443,40617,40687,40701,40800,40907,41079,41180,41183,36812,37576,38468,38637,41636,41637,41639,41638,41676,41678]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},26326:function(b,A,n){"use strict";for(var u=[n(16793),n(24162),n(17100),n(11326),n(99948),n(99900),n(81492),n(35143),n(90481)],a=0;a>>6),d[E++]=128+(63&e)):(d[E++]=224+(e>>>12),d[E++]=128+(e>>>6&63),d[E++]=128+(63&e))}return d.slice(0,E)},w.prototype.end=function(){},B.prototype.write=function(r){for(var d=this.acc,E=this.contBytes,C=this.accBytes,e="",h=0;h0&&(e+=this.defaultCharUnicode,E=0),Q<128?e+=String.fromCharCode(Q):Q<224?(d=31&Q,E=1,C=1):Q<240?(d=15&Q,E=2,C=1):e+=this.defaultCharUnicode):E>0?(d=d<<6|63&Q,C++,0==--E&&(e+=2===C&&d<128&&d>0||3===C&&d<2048?this.defaultCharUnicode:String.fromCharCode(d))):e+=this.defaultCharUnicode}return this.acc=d,this.contBytes=E,this.accBytes=C,e},B.prototype.end=function(){var r=0;return this.contBytes>0&&(r+=this.defaultCharUnicode),r}},99948:function(b,A,n){"use strict";var u=n(16696).Buffer;function a(g,f){if(!g)throw new Error("SBCS codec is called without the data.");if(!g.chars||128!==g.chars.length&&256!==g.chars.length)throw new Error("Encoding '"+g.type+"' has incorrect 'chars' (must be of len 128 or 256)");if(128===g.chars.length){for(var w="",B=0;B<128;B++)w+=String.fromCharCode(B);g.chars=w+g.chars}this.decodeBuf=u.from(g.chars,"ucs2");var r=u.alloc(65536,f.defaultCharSingleByte.charCodeAt(0));for(B=0;B?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f\xb0\xb7\u2219\u221a\u2592\u2500\u2502\u253c\u2524\u252c\u251c\u2534\u2510\u250c\u2514\u2518\u03b2\u221e\u03c6\xb1\xbd\xbc\u2248\xab\xbb\ufef7\ufef8\ufffd\ufffd\ufefb\ufefc\ufffd\xa0\xad\ufe82\xa3\xa4\ufe84\ufffd\ufffd\ufe8e\ufe8f\ufe95\ufe99\u060c\ufe9d\ufea1\ufea5\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\ufed1\u061b\ufeb1\ufeb5\ufeb9\u061f\xa2\ufe80\ufe81\ufe83\ufe85\ufeca\ufe8b\ufe8d\ufe91\ufe93\ufe97\ufe9b\ufe9f\ufea3\ufea7\ufea9\ufeab\ufead\ufeaf\ufeb3\ufeb7\ufebb\ufebf\ufec1\ufec5\ufecb\ufecf\xa6\xac\xf7\xd7\ufec9\u0640\ufed3\ufed7\ufedb\ufedf\ufee3\ufee7\ufeeb\ufeed\ufeef\ufef3\ufebd\ufecc\ufece\ufecd\ufee1\ufe7d\u0651\ufee5\ufee9\ufeec\ufef0\ufef2\ufed0\ufed5\ufef5\ufef6\ufedd\ufed9\ufef1\u25a0\ufffd"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"\xc7\xfc\xe9\xe2\xe4\xe0\xe5\xe7\xea\xeb\xe8\xef\xee\xec\xc4\xc5\xc9\xe6\xc6\xf4\xf6\xf2\xfb\xf9\xff\xd6\xdc\xf8\xa3\xd8\u20a7\u0192\xe1\xed\xf3\xfa\xf1\xd1\xaa\xba\xbf\u2310\xac\xbd\xbc\xa1\xab\xa4\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\xdf\u0393\u03c0\u03a3\u03c3\xb5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\xb1\u2265\u2264\u2320\u2321\xf7\u2248\xb0\u2219\xb7\u221a\u207f\xb2\u25a0\xa0"},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0404\u0454\u0407\u0457\u040e\u045e\xb0\u2219\xb7\u221a\u2116\xa4\u25a0\xa0"},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0386\ufffd\xb7\xac\xa6\u2018\u2019\u0388\u2015\u0389\u038a\u03aa\u038c\ufffd\ufffd\u038e\u03ab\xa9\u038f\xb2\xb3\u03ac\xa3\u03ad\u03ae\u03af\u03ca\u0390\u03cc\u03cd\u0391\u0392\u0393\u0394\u0395\u0396\u0397\xbd\u0398\u0399\xab\xbb\u2591\u2592\u2593\u2502\u2524\u039a\u039b\u039c\u039d\u2563\u2551\u2557\u255d\u039e\u039f\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u03a0\u03a1\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u03a3\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u2518\u250c\u2588\u2584\u03b4\u03b5\u2580\u03b6\u03b7\u03b8\u03b9\u03ba\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c3\u03c2\u03c4\u0384\xad\xb1\u03c5\u03c6\u03c7\xa7\u03c8\u0385\xb0\xa8\u03c9\u03cb\u03b0\u03ce\u25a0\xa0"},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\u203e\xb0\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf\u0160\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\u017d\xdf\xe0\xe1\xe2\xe3\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\u0161\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\u017e\xff"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"\ufe88\xd7\xf7\uf8f6\uf8f5\uf8f4\uf8f7\ufe71\x88\u25a0\u2502\u2500\u2510\u250c\u2514\u2518\ufe79\ufe7b\ufe7d\ufe7f\ufe77\ufe8a\ufef0\ufef3\ufef2\ufece\ufecf\ufed0\ufef6\ufef8\ufefa\ufefc\xa0\uf8fa\uf8f9\uf8f8\xa4\uf8fb\ufe8b\ufe91\ufe97\ufe9b\ufe9f\ufea3\u060c\xad\ufea7\ufeb3\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\ufeb7\u061b\ufebb\ufebf\ufeca\u061f\ufecb\u0621\u0622\u0623\u0624\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\u0636\u0637\ufec7\u0639\u063a\ufecc\ufe82\ufe84\ufe8e\ufed3\u0640\u0641\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0652\ufed7\ufedb\ufedf\uf8fc\ufef5\ufef7\ufef9\ufefb\ufee3\ufee7\ufeec\ufee9\ufffd"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\u0401\u0402\u0490\u0404\u0405\u0406\u0407\u0408\u0409\u040a\u040b\u040c\xad\u040e\u040f\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u2116\u0451\u0452\u0491\u0454\u0455\u0456\u0457\u0458\u0459\u045a\u045b\u045c\xa7\u045e\u045f"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0490\u0491\u0404\u0454\u0406\u0456\u0407\u0457\xb7\u221a\u2116\xa4\u25a0\xa0"},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\u0153\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\u0178\xb5\xb6\xb7\u0152\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\u0102\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\u0300\xcd\xce\xcf\u0110\xd1\u0309\xd3\xd4\u01a0\xd6\xd7\xd8\xd9\xda\xdb\xdc\u01af\u0303\xdf\xe0\xe1\xe2\u0103\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\u0301\xed\xee\xef\u0111\xf1\u0323\xf3\xf4\u01a1\xf6\xf7\xf8\xf9\xfa\xfb\xfc\u01b0\u20ab\xff"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\u0e81\u0e82\u0e84\u0e87\u0e88\u0eaa\u0e8a\u0e8d\u0e94\u0e95\u0e96\u0e97\u0e99\u0e9a\u0e9b\u0e9c\u0e9d\u0e9e\u0e9f\u0ea1\u0ea2\u0ea3\u0ea5\u0ea7\u0eab\u0ead\u0eae\ufffd\ufffd\ufffd\u0eaf\u0eb0\u0eb2\u0eb3\u0eb4\u0eb5\u0eb6\u0eb7\u0eb8\u0eb9\u0ebc\u0eb1\u0ebb\u0ebd\ufffd\ufffd\ufffd\u0ec0\u0ec1\u0ec2\u0ec3\u0ec4\u0ec8\u0ec9\u0eca\u0ecb\u0ecc\u0ecd\u0ec6\ufffd\u0edc\u0edd\u20ad\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0ed0\u0ed1\u0ed2\u0ed3\u0ed4\u0ed5\u0ed6\u0ed7\u0ed8\u0ed9\ufffd\ufffd\xa2\xac\xa6\ufffd"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0e48\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\u0e49\u0e4a\u0e4b\u20ac\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\xa2\xac\xa6\xa0"},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"\u20ac\x81\x82\x83\x84\u2026\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\u2018\u2019\u201c\u201d\u2022\u2013\u2014\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xa1\xa2\xa3\u20ac\xa5\xa6\xa7\u0153\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\u0178\xb5\xb6\xb7\u0152\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\u0102\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\u0300\xcd\xce\xcf\u0110\xd1\u0309\xd3\xd4\u01a0\xd6\xd7\xd8\xd9\xda\xdb\xdc\u01af\u0303\xdf\xe0\xe1\xe2\u0103\xe4\xe5\xe6\xe7\xe8\xe9\xea\xeb\u0301\xed\xee\xef\u0111\xf1\u0323\xf3\xf4\u01a1\xf6\xf7\xf8\xf9\xfa\xfb\xfc\u01b0\u20ab\xff"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\u0160\u2122\xb4\xa8\u2260\u017d\xd8\u221e\xb1\u2264\u2265\u2206\xb5\u2202\u2211\u220f\u0161\u222b\xaa\xba\u2126\u017e\xf8\xbf\xa1\xac\u221a\u0192\u2248\u0106\xab\u010c\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u0110\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\ufffd\xa9\u2044\xa4\u2039\u203a\xc6\xbb\u2013\xb7\u201a\u201e\u2030\xc2\u0107\xc1\u010d\xc8\xcd\xce\xcf\xcc\xd3\xd4\u0111\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u03c0\xcb\u02da\xb8\xca\xe6\u02c7"},maccyrillic:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u2020\xb0\xa2\xa3\xa7\u2022\xb6\u0406\xae\xa9\u2122\u0402\u0452\u2260\u0403\u0453\u221e\xb1\u2264\u2265\u0456\xb5\u2202\u0408\u0404\u0454\u0407\u0457\u0409\u0459\u040a\u045a\u0458\u0405\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\u040b\u045b\u040c\u045c\u0455\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u201e\u040e\u045e\u040f\u045f\u2116\u0401\u0451\u044f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\xa4"},macgreek:{type:"_sbcs",chars:"\xc4\xb9\xb2\xc9\xb3\xd6\xdc\u0385\xe0\xe2\xe4\u0384\xa8\xe7\xe9\xe8\xea\xeb\xa3\u2122\xee\xef\u2022\xbd\u2030\xf4\xf6\xa6\xad\xf9\xfb\xfc\u2020\u0393\u0394\u0398\u039b\u039e\u03a0\xdf\xae\xa9\u03a3\u03aa\xa7\u2260\xb0\u0387\u0391\xb1\u2264\u2265\xa5\u0392\u0395\u0396\u0397\u0399\u039a\u039c\u03a6\u03ab\u03a8\u03a9\u03ac\u039d\xac\u039f\u03a1\u2248\u03a4\xab\xbb\u2026\xa0\u03a5\u03a7\u0386\u0388\u0153\u2013\u2015\u201c\u201d\u2018\u2019\xf7\u0389\u038a\u038c\u038e\u03ad\u03ae\u03af\u03cc\u038f\u03cd\u03b1\u03b2\u03c8\u03b4\u03b5\u03c6\u03b3\u03b7\u03b9\u03be\u03ba\u03bb\u03bc\u03bd\u03bf\u03c0\u03ce\u03c1\u03c3\u03c4\u03b8\u03c9\u03c2\u03c7\u03c5\u03b6\u03ca\u03cb\u0390\u03b0\ufffd"},maciceland:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\xdd\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u2126\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\xa4\xd0\xf0\xde\xfe\xfd\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\ufffd\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},macroman:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u2126\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\xa4\u2039\u203a\ufb01\ufb02\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\ufffd\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},macromania:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\u0102\u015e\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u2126\u0103\u015f\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\xa4\u2039\u203a\u0162\u0163\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\ufffd\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},macthai:{type:"_sbcs",chars:"\xab\xbb\u2026\uf88c\uf88f\uf892\uf895\uf898\uf88b\uf88e\uf891\uf894\uf897\u201c\u201d\uf899\ufffd\u2022\uf884\uf889\uf885\uf886\uf887\uf888\uf88a\uf88d\uf890\uf893\uf896\u2018\u2019\ufffd\xa0\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufeff\u200b\u2013\u2014\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u2122\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\xae\xa9\ufffd\ufffd\ufffd\ufffd"},macturkish:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u2126\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u011e\u011f\u0130\u0131\u015e\u015f\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\ufffd\xd2\xda\xdb\xd9\ufffd\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},macukraine:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u2020\xb0\u0490\xa3\xa7\u2022\xb6\u0406\xae\xa9\u2122\u0402\u0452\u2260\u0403\u0453\u221e\xb1\u2264\u2265\u0456\xb5\u0491\u0408\u0404\u0454\u0407\u0457\u0409\u0459\u040a\u045a\u0458\u0405\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\u040b\u045b\u040c\u045c\u0455\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u201e\u040e\u045e\u040f\u045f\u2116\u0401\u0451\u044f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\xa4"},koi8r:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\xa0\u2321\xb0\xb2\xb7\xf7\u2550\u2551\u2552\u0451\u2553\u2554\u2555\u2556\u2557\u2558\u2559\u255a\u255b\u255c\u255d\u255e\u255f\u2560\u2561\u0401\u2562\u2563\u2564\u2565\u2566\u2567\u2568\u2569\u256a\u256b\u256c\xa9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8u:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\xa0\u2321\xb0\xb2\xb7\xf7\u2550\u2551\u2552\u0451\u0454\u2554\u0456\u0457\u2557\u2558\u2559\u255a\u255b\u0491\u255d\u255e\u255f\u2560\u2561\u0401\u0404\u2563\u0406\u0407\u2566\u2567\u2568\u2569\u256a\u0490\u256c\xa9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8ru:{type:"_sbcs",chars:"\u2500\u2502\u250c\u2510\u2514\u2518\u251c\u2524\u252c\u2534\u253c\u2580\u2584\u2588\u258c\u2590\u2591\u2592\u2593\u2320\u25a0\u2219\u221a\u2248\u2264\u2265\xa0\u2321\xb0\xb2\xb7\xf7\u2550\u2551\u2552\u0451\u0454\u2554\u0456\u0457\u2557\u2558\u2559\u255a\u255b\u0491\u045e\u255e\u255f\u2560\u2561\u0401\u0404\u2563\u0406\u0407\u2566\u2567\u2568\u2569\u256a\u0490\u040e\xa9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},koi8t:{type:"_sbcs",chars:"\u049b\u0493\u201a\u0492\u201e\u2026\u2020\u2021\ufffd\u2030\u04b3\u2039\u04b2\u04b7\u04b6\ufffd\u049a\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\ufffd\u203a\ufffd\ufffd\ufffd\ufffd\ufffd\u04ef\u04ee\u0451\xa4\u04e3\xa6\xa7\ufffd\ufffd\ufffd\xab\xac\xad\xae\ufffd\xb0\xb1\xb2\u0401\ufffd\u04e2\xb6\xb7\ufffd\u2116\ufffd\xbb\ufffd\ufffd\ufffd\xa9\u044e\u0430\u0431\u0446\u0434\u0435\u0444\u0433\u0445\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u044f\u0440\u0441\u0442\u0443\u0436\u0432\u044c\u044b\u0437\u0448\u044d\u0449\u0447\u044a\u042e\u0410\u0411\u0426\u0414\u0415\u0424\u0413\u0425\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u042f\u0420\u0421\u0422\u0423\u0416\u0412\u042c\u042b\u0417\u0428\u042d\u0429\u0427\u042a"},armscii8:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\ufffd\u0587\u0589)(\xbb\xab\u2014.\u055d,-\u058a\u2026\u055c\u055b\u055e\u0531\u0561\u0532\u0562\u0533\u0563\u0534\u0564\u0535\u0565\u0536\u0566\u0537\u0567\u0538\u0568\u0539\u0569\u053a\u056a\u053b\u056b\u053c\u056c\u053d\u056d\u053e\u056e\u053f\u056f\u0540\u0570\u0541\u0571\u0542\u0572\u0543\u0573\u0544\u0574\u0545\u0575\u0546\u0576\u0547\u0577\u0548\u0578\u0549\u0579\u054a\u057a\u054b\u057b\u054c\u057c\u054d\u057d\u054e\u057e\u054f\u057f\u0550\u0580\u0551\u0581\u0552\u0582\u0553\u0583\u0554\u0584\u0555\u0585\u0556\u0586\u055a\ufffd"},rk1048:{type:"_sbcs",chars:"\u0402\u0403\u201a\u0453\u201e\u2026\u2020\u2021\u20ac\u2030\u0409\u2039\u040a\u049a\u04ba\u040f\u0452\u2018\u2019\u201c\u201d\u2022\u2013\u2014\ufffd\u2122\u0459\u203a\u045a\u049b\u04bb\u045f\xa0\u04b0\u04b1\u04d8\xa4\u04e8\xa6\xa7\u0401\xa9\u0492\xab\xac\xad\xae\u04ae\xb0\xb1\u0406\u0456\u04e9\xb5\xb6\xb7\u0451\u2116\u0493\xbb\u04d9\u04a2\u04a3\u04af\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f"},tcvn:{type:"_sbcs",chars:"\0\xda\u1ee4\x03\u1eea\u1eec\u1eee\x07\b\t\n\v\f\r\x0e\x0f\x10\u1ee8\u1ef0\u1ef2\u1ef6\u1ef8\xdd\u1ef4\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f\xc0\u1ea2\xc3\xc1\u1ea0\u1eb6\u1eac\xc8\u1eba\u1ebc\xc9\u1eb8\u1ec6\xcc\u1ec8\u0128\xcd\u1eca\xd2\u1ece\xd5\xd3\u1ecc\u1ed8\u1edc\u1ede\u1ee0\u1eda\u1ee2\xd9\u1ee6\u0168\xa0\u0102\xc2\xca\xd4\u01a0\u01af\u0110\u0103\xe2\xea\xf4\u01a1\u01b0\u0111\u1eb0\u0300\u0309\u0303\u0301\u0323\xe0\u1ea3\xe3\xe1\u1ea1\u1eb2\u1eb1\u1eb3\u1eb5\u1eaf\u1eb4\u1eae\u1ea6\u1ea8\u1eaa\u1ea4\u1ec0\u1eb7\u1ea7\u1ea9\u1eab\u1ea5\u1ead\xe8\u1ec2\u1ebb\u1ebd\xe9\u1eb9\u1ec1\u1ec3\u1ec5\u1ebf\u1ec7\xec\u1ec9\u1ec4\u1ebe\u1ed2\u0129\xed\u1ecb\xf2\u1ed4\u1ecf\xf5\xf3\u1ecd\u1ed3\u1ed5\u1ed7\u1ed1\u1ed9\u1edd\u1edf\u1ee1\u1edb\u1ee3\xf9\u1ed6\u1ee7\u0169\xfa\u1ee5\u1eeb\u1eed\u1eef\u1ee9\u1ef1\u1ef3\u1ef7\u1ef9\xfd\u1ef5\u1ed0"},georgianacademy:{type:"_sbcs",chars:"\x80\x81\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\x8d\x8e\x8f\x90\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\x9d\x9e\u0178\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10e3\u10e4\u10e5\u10e6\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10ef\u10f0\u10f1\u10f2\u10f3\u10f4\u10f5\u10f6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff"},georgianps:{type:"_sbcs",chars:"\x80\x81\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\x8d\x8e\x8f\x90\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\x9d\x9e\u0178\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\u10d0\u10d1\u10d2\u10d3\u10d4\u10d5\u10d6\u10f1\u10d7\u10d8\u10d9\u10da\u10db\u10dc\u10f2\u10dd\u10de\u10df\u10e0\u10e1\u10e2\u10f3\u10e3\u10e4\u10e5\u10e6\u10e7\u10e8\u10e9\u10ea\u10eb\u10ec\u10ed\u10ee\u10f4\u10ef\u10f0\u10f5\xe6\xe7\xe8\xe9\xea\xeb\xec\xed\xee\xef\xf0\xf1\xf2\xf3\xf4\xf5\xf6\xf7\xf8\xf9\xfa\xfb\xfc\xfd\xfe\xff"},pt154:{type:"_sbcs",chars:"\u0496\u0492\u04ee\u0493\u201e\u2026\u04b6\u04ae\u04b2\u04af\u04a0\u04e2\u04a2\u049a\u04ba\u04b8\u0497\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u04b3\u04b7\u04a1\u04e3\u04a3\u049b\u04bb\u04b9\xa0\u040e\u045e\u0408\u04e8\u0498\u04b0\xa7\u0401\xa9\u04d8\xab\xac\u04ef\xae\u049c\xb0\u04b1\u0406\u0456\u0499\u04e9\xb6\xb7\u0451\u2116\u04d9\xbb\u0458\u04aa\u04ab\u049d\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f"},viscii:{type:"_sbcs",chars:"\0\x01\u1eb2\x03\x04\u1eb4\u1eaa\x07\b\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\u1ef6\x15\x16\x17\x18\u1ef8\x1a\x1b\x1c\x1d\u1ef4\x1f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\x7f\u1ea0\u1eae\u1eb0\u1eb6\u1ea4\u1ea6\u1ea8\u1eac\u1ebc\u1eb8\u1ebe\u1ec0\u1ec2\u1ec4\u1ec6\u1ed0\u1ed2\u1ed4\u1ed6\u1ed8\u1ee2\u1eda\u1edc\u1ede\u1eca\u1ece\u1ecc\u1ec8\u1ee6\u0168\u1ee4\u1ef2\xd5\u1eaf\u1eb1\u1eb7\u1ea5\u1ea7\u1ea9\u1ead\u1ebd\u1eb9\u1ebf\u1ec1\u1ec3\u1ec5\u1ec7\u1ed1\u1ed3\u1ed5\u1ed7\u1ee0\u01a0\u1ed9\u1edd\u1edf\u1ecb\u1ef0\u1ee8\u1eea\u1eec\u01a1\u1edb\u01af\xc0\xc1\xc2\xc3\u1ea2\u0102\u1eb3\u1eb5\xc8\xc9\xca\u1eba\xcc\xcd\u0128\u1ef3\u0110\u1ee9\xd2\xd3\xd4\u1ea1\u1ef7\u1eeb\u1eed\xd9\xda\u1ef9\u1ef5\xdd\u1ee1\u01b0\xe0\xe1\xe2\xe3\u1ea3\u0103\u1eef\u1eab\xe8\xe9\xea\u1ebb\xec\xed\u0129\u1ec9\u0111\u1ef1\xf2\xf3\xf4\xf5\u1ecf\u1ecd\u1ee5\xf9\xfa\u0169\u1ee7\xfd\u1ee3\u1eee"},iso646cn:{type:"_sbcs",chars:"\0\x01\x02\x03\x04\x05\x06\x07\b\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !\"#\xa5%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}\u203e\x7f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},iso646jp:{type:"_sbcs",chars:"\0\x01\x02\x03\x04\x05\x06\x07\b\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\xa5]^_`abcdefghijklmnopqrstuvwxyz{|}\u203e\x7f\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},hproman8:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8a\x8b\x8c\x8d\x8e\x8f\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9a\x9b\x9c\x9d\x9e\x9f\xa0\xc0\xc2\xc8\xca\xcb\xce\xcf\xb4\u02cb\u02c6\xa8\u02dc\xd9\xdb\u20a4\xaf\xdd\xfd\xb0\xc7\xe7\xd1\xf1\xa1\xbf\xa4\xa3\xa5\xa7\u0192\xa2\xe2\xea\xf4\xfb\xe1\xe9\xf3\xfa\xe0\xe8\xf2\xf9\xe4\xeb\xf6\xfc\xc5\xee\xd8\xc6\xe5\xed\xf8\xe6\xc4\xec\xd6\xdc\xc9\xef\xdf\xd4\xc1\xc3\xe3\xd0\xf0\xcd\xcc\xd3\xd2\xd5\xf5\u0160\u0161\xda\u0178\xff\xde\xfe\xb7\xb5\xb6\xbe\u2014\xbc\xbd\xaa\xba\xab\u25a0\xbb\xb1\ufffd"},macintosh:{type:"_sbcs",chars:"\xc4\xc5\xc7\xc9\xd1\xd6\xdc\xe1\xe0\xe2\xe4\xe3\xe5\xe7\xe9\xe8\xea\xeb\xed\xec\xee\xef\xf1\xf3\xf2\xf4\xf6\xf5\xfa\xf9\xfb\xfc\u2020\xb0\xa2\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\xb4\xa8\u2260\xc6\xd8\u221e\xb1\u2264\u2265\xa5\xb5\u2202\u2211\u220f\u03c0\u222b\xaa\xba\u2126\xe6\xf8\xbf\xa1\xac\u221a\u0192\u2248\u2206\xab\xbb\u2026\xa0\xc0\xc3\xd5\u0152\u0153\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\xff\u0178\u2044\xa4\u2039\u203a\ufb01\ufb02\u2021\xb7\u201a\u201e\u2030\xc2\xca\xc1\xcb\xc8\xcd\xce\xcf\xcc\xd3\xd4\ufffd\xd2\xda\xdb\xd9\u0131\u02c6\u02dc\xaf\u02d8\u02d9\u02da\xb8\u02dd\u02db\u02c7"},ascii:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"},tis620:{type:"_sbcs",chars:"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0e01\u0e02\u0e03\u0e04\u0e05\u0e06\u0e07\u0e08\u0e09\u0e0a\u0e0b\u0e0c\u0e0d\u0e0e\u0e0f\u0e10\u0e11\u0e12\u0e13\u0e14\u0e15\u0e16\u0e17\u0e18\u0e19\u0e1a\u0e1b\u0e1c\u0e1d\u0e1e\u0e1f\u0e20\u0e21\u0e22\u0e23\u0e24\u0e25\u0e26\u0e27\u0e28\u0e29\u0e2a\u0e2b\u0e2c\u0e2d\u0e2e\u0e2f\u0e30\u0e31\u0e32\u0e33\u0e34\u0e35\u0e36\u0e37\u0e38\u0e39\u0e3a\ufffd\ufffd\ufffd\ufffd\u0e3f\u0e40\u0e41\u0e42\u0e43\u0e44\u0e45\u0e46\u0e47\u0e48\u0e49\u0e4a\u0e4b\u0e4c\u0e4d\u0e4e\u0e4f\u0e50\u0e51\u0e52\u0e53\u0e54\u0e55\u0e56\u0e57\u0e58\u0e59\u0e5a\u0e5b\ufffd\ufffd\ufffd\ufffd"}}},99900:function(b){"use strict";b.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"\xc4\u0100\u0101\xc9\u0104\xd6\xdc\xe1\u0105\u010c\xe4\u010d\u0106\u0107\xe9\u0179\u017a\u010e\xed\u010f\u0112\u0113\u0116\xf3\u0117\xf4\xf6\xf5\xfa\u011a\u011b\xfc\u2020\xb0\u0118\xa3\xa7\u2022\xb6\xdf\xae\xa9\u2122\u0119\xa8\u2260\u0123\u012e\u012f\u012a\u2264\u2265\u012b\u0136\u2202\u2211\u0142\u013b\u013c\u013d\u013e\u0139\u013a\u0145\u0146\u0143\xac\u221a\u0144\u0147\u2206\xab\xbb\u2026\xa0\u0148\u0150\xd5\u0151\u014c\u2013\u2014\u201c\u201d\u2018\u2019\xf7\u25ca\u014d\u0154\u0155\u0158\u2039\u203a\u0159\u0156\u0157\u0160\u201a\u201e\u0161\u015a\u015b\xc1\u0164\u0165\xcd\u017d\u017e\u016a\xd3\xd4\u016b\u016e\xda\u016f\u0170\u0171\u0172\u0173\xdd\xfd\u0137\u017b\u0141\u017c\u0122\u02c7"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0401\u0451\u0404\u0454\u0407\u0457\u040e\u045e\xb0\u2219\xb7\u221a\u2116\u20ac\u25a0\xa0"},mik:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u2514\u2534\u252c\u251c\u2500\u253c\u2563\u2551\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2510\u2591\u2592\u2593\u2502\u2524\u2116\xa7\u2557\u255d\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u03b1\xdf\u0393\u03c0\u03a3\u03c3\xb5\u03c4\u03a6\u0398\u03a9\u03b4\u221e\u03c6\u03b5\u2229\u2261\xb1\u2265\u2264\u2320\u2321\xf7\u2248\xb0\u2219\xb7\u221a\u207f\xb2\u25a0\xa0"},cp720:{type:"_sbcs",chars:"\x80\x81\xe9\xe2\x84\xe0\x86\xe7\xea\xeb\xe8\xef\xee\x8d\x8e\x8f\x90\u0651\u0652\xf4\xa4\u0640\xfb\xf9\u0621\u0622\u0623\u0624\xa3\u0625\u0626\u0627\u0628\u0629\u062a\u062b\u062c\u062d\u062e\u062f\u0630\u0631\u0632\u0633\u0634\u0635\xab\xbb\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580\u0636\u0637\u0638\u0639\u063a\u0641\xb5\u0642\u0643\u0644\u0645\u0646\u0647\u0648\u0649\u064a\u2261\u064b\u064c\u064d\u064e\u064f\u0650\u2248\xb0\u2219\xb7\u221a\u207f\xb2\u25a0\xa0"},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},17100:function(b,A,n){"use strict";var u=n(16696).Buffer;function a(){}function s(){}function o(){this.overflowByte=-1}function g(r,d){this.iconv=d}function f(r,d){void 0===(r=r||{}).addBOM&&(r.addBOM=!0),this.encoder=d.iconv.getEncoder("utf-16le",r)}function w(r,d){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=r||{},this.iconv=d.iconv}function B(r,d){var E=[],C=0,e=0,h=0;A:for(var Q=0;Q=100)break A}return h>e?"utf-16be":h1114111)&&(C=e),C>=65536){var h=55296|(C-=65536)>>10;d[E++]=255&h,d[E++]=h>>8,C=56320|1023&C}return d[E++]=255&C,d[E++]=C>>8,E}function f(d,E){this.iconv=E}function w(d,E){void 0===(d=d||{}).addBOM&&(d.addBOM=!0),this.encoder=E.iconv.getEncoder(d.defaultEncoding||"utf-32le",d)}function B(d,E){this.decoder=null,this.initialBufs=[],this.initialBufsLen=0,this.options=d||{},this.iconv=E.iconv}function r(d,E){var C=[],e=0,h=0,Q=0,I=0,R=0;A:for(var p=0;p16)&&Q++,(0!==C[3]||C[2]>16)&&h++,0===C[0]&&0===C[1]&&(0!==C[2]||0!==C[3])&&R++,(0!==C[0]||0!==C[1])&&0===C[2]&&0===C[3]&&I++,C.length=0,++e>=100)break A}return R-Q>I-h?"utf-32be":R-Q0){for(;E0&&(I=this.iconv.decode(u.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",I},A.utf7imap=C,C.prototype.encoder=e,C.prototype.decoder=h,C.prototype.bomAware=!0,e.prototype.write=function(I){for(var R=this.inBase64,p=this.base64Accum,m=this.base64AccumIdx,y=u.alloc(5*I.length+10),x=0,Y=0;Y0&&(x+=y.write(p.slice(0,m).toString("base64").replace(/\//g,",").replace(/=+$/,""),x),m=0),y[x++]=d,R=!1),R||(y[x++]=v,38===v&&(y[x++]=d))):(R||(y[x++]=38,R=!0),R&&(p[m++]=v>>8,p[m++]=255&v,m==p.length&&(x+=y.write(p.toString("base64").replace(/\//g,","),x),m=0)))}return this.inBase64=R,this.base64AccumIdx=m,y.slice(0,x)},e.prototype.end=function(){var I=u.alloc(10),R=0;return this.inBase64&&(this.base64AccumIdx>0&&(R+=I.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),R),this.base64AccumIdx=0),I[R++]=d,this.inBase64=!1),I.slice(0,R)};var Q=w.slice();Q[44]=!0,h.prototype.write=function(I){for(var R="",p=0,m=this.inBase64,y=this.base64Accum,x=0;x0&&(I=this.iconv.decode(u.from(this.base64Accum,"base64"),"utf16-be")),this.inBase64=!1,this.base64Accum="",I}},52331:function(b,A){"use strict";function u(s,o){this.encoder=s,this.addBOM=!0}function a(s,o){this.decoder=s,this.pass=!1,this.options=o||{}}A.PrependBOM=u,u.prototype.write=function(s){return this.addBOM&&(s="\ufeff"+s,this.addBOM=!1),this.encoder.write(s)},u.prototype.end=function(){return this.encoder.end()},A.StripBOM=a,a.prototype.write=function(s){var o=this.decoder.write(s);return this.pass||!o||("\ufeff"===o[0]&&(o=o.slice(1),"function"==typeof this.options.stripBOM&&this.options.stripBOM()),this.pass=!0),o},a.prototype.end=function(){return this.decoder.end()}},54171:function(b,A,n){"use strict";var o,u=n(16696).Buffer,a=n(52331),s=b.exports;s.encodings=null,s.defaultCharUnicode="\ufffd",s.defaultCharSingleByte="?",s.encode=function(f,w,B){f=""+(f||"");var r=s.getEncoder(w,B),d=r.write(f),E=r.end();return E&&E.length>0?u.concat([d,E]):d},s.decode=function(f,w,B){"string"==typeof f&&(s.skipDecodeWarning||(console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding"),s.skipDecodeWarning=!0),f=u.from(""+(f||""),"binary"));var r=s.getDecoder(w,B),d=r.write(f),E=r.end();return E?d+E:d},s.encodingExists=function(f){try{return s.getCodec(f),!0}catch{return!1}},s.toEncoding=s.encode,s.fromEncoding=s.decode,s._codecDataCache={},s.getCodec=function(f){s.encodings||(s.encodings=n(26326));for(var w=s._canonicalizeEncoding(f),B={};;){var r=s._codecDataCache[w];if(r)return r;var d=s.encodings[w];switch(typeof d){case"string":w=d;break;case"object":for(var E in d)B[E]=d[E];B.encodingName||(B.encodingName=w),w=d.type;break;case"function":return B.encodingName||(B.encodingName=w),r=new d(B,s),s._codecDataCache[B.encodingName]=r,r;default:throw new Error("Encoding not recognized: '"+f+"' (searched as: '"+w+"')")}}},s._canonicalizeEncoding=function(g){return(""+g).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")},s.getEncoder=function(f,w){var B=s.getCodec(f),r=new B.encoder(w,B);return B.bomAware&&w&&w.addBOM&&(r=new a.PrependBOM(r,w)),r},s.getDecoder=function(f,w){var B=s.getCodec(f),r=new B.decoder(w,B);return B.bomAware&&!(w&&!1===w.stripBOM)&&(r=new a.StripBOM(r,w)),r},s.enableStreamingAPI=function(f){if(!s.supportsStreams){var w=n(34506)(f);s.IconvLiteEncoderStream=w.IconvLiteEncoderStream,s.IconvLiteDecoderStream=w.IconvLiteDecoderStream,s.encodeStream=function(r,d){return new s.IconvLiteEncoderStream(s.getEncoder(r,d),d)},s.decodeStream=function(r,d){return new s.IconvLiteDecoderStream(s.getDecoder(r,d),d)},s.supportsStreams=!0}};try{o=n(16403)}catch{}o&&o.Transform?s.enableStreamingAPI(o):s.encodeStream=s.decodeStream=function(){throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it.")}},34506:function(b,A,n){"use strict";var u=n(16696).Buffer;b.exports=function(a){var s=a.Transform;function o(f,w){this.conv=f,(w=w||{}).decodeStrings=!1,s.call(this,w)}function g(f,w){this.conv=f,(w=w||{}).encoding=this.encoding="utf8",s.call(this,w)}return(o.prototype=Object.create(s.prototype,{constructor:{value:o}}))._transform=function(f,w,B){if("string"!=typeof f)return B(new Error("Iconv encoding stream needs strings as its input."));try{var r=this.conv.write(f);r&&r.length&&this.push(r),B()}catch(d){B(d)}},o.prototype._flush=function(f){try{var w=this.conv.end();w&&w.length&&this.push(w),f()}catch(B){f(B)}},o.prototype.collect=function(f){var w=[];return this.on("error",f),this.on("data",function(B){w.push(B)}),this.on("end",function(){f(null,u.concat(w))}),this},(g.prototype=Object.create(s.prototype,{constructor:{value:g}}))._transform=function(f,w,B){if(!(u.isBuffer(f)||f instanceof Uint8Array))return B(new Error("Iconv decoding stream needs buffers as its input."));try{var r=this.conv.write(f);r&&r.length&&this.push(r,this.encoding),B()}catch(d){B(d)}},g.prototype._flush=function(f){try{var w=this.conv.end();w&&w.length&&this.push(w,this.encoding),f()}catch(B){f(B)}},g.prototype.collect=function(f){var w="";return this.on("error",f),this.on("data",function(B){w+=B}),this.on("end",function(){f(null,w)}),this},{IconvLiteEncoderStream:o,IconvLiteDecoderStream:g}}},89029:function(b,A){A.read=function(n,u,a,s,o){var g,f,w=8*o-s-1,B=(1<>1,d=-7,E=a?o-1:0,C=a?-1:1,e=n[u+E];for(E+=C,g=e&(1<<-d)-1,e>>=-d,d+=w;d>0;g=256*g+n[u+E],E+=C,d-=8);for(f=g&(1<<-d)-1,g>>=-d,d+=s;d>0;f=256*f+n[u+E],E+=C,d-=8);if(0===g)g=1-r;else{if(g===B)return f?NaN:1/0*(e?-1:1);f+=Math.pow(2,s),g-=r}return(e?-1:1)*f*Math.pow(2,g-s)},A.write=function(n,u,a,s,o,g){var f,w,B,r=8*g-o-1,d=(1<>1,C=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,e=s?0:g-1,h=s?1:-1,Q=u<0||0===u&&1/u<0?1:0;for(u=Math.abs(u),isNaN(u)||u===1/0?(w=isNaN(u)?1:0,f=d):(f=Math.floor(Math.log(u)/Math.LN2),u*(B=Math.pow(2,-f))<1&&(f--,B*=2),(u+=f+E>=1?C/B:C*Math.pow(2,1-E))*B>=2&&(f++,B/=2),f+E>=d?(w=0,f=d):f+E>=1?(w=(u*B-1)*Math.pow(2,o),f+=E):(w=u*Math.pow(2,E-1)*Math.pow(2,o),f=0));o>=8;n[a+e]=255&w,e+=h,w/=256,o-=8);for(f=f<0;n[a+e]=255&f,e+=h,f/=256,r-=8);n[a+e-h]|=128*Q}},89784:function(b){b.exports="function"==typeof Object.create?function(n,u){u&&(n.super_=u,n.prototype=Object.create(u.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}))}:function(n,u){if(u){n.super_=u;var a=function(){};a.prototype=u.prototype,n.prototype=new a,n.prototype.constructor=n}}},67906:function(b,A,n){"use strict";var u=n(26626)(),s=n(67913)("Object.prototype.toString"),o=function(B){return!(u&&B&&"object"==typeof B&&Symbol.toStringTag in B)&&"[object Arguments]"===s(B)},g=function(B){return!!o(B)||null!==B&&"object"==typeof B&&"number"==typeof B.length&&B.length>=0&&"[object Array]"!==s(B)&&"[object Function]"===s(B.callee)},f=function(){return o(arguments)}();o.isLegacyArguments=g,b.exports=f?o:g},3746:function(b){"use strict";var u,a,A=Function.prototype.toString,n="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof n&&"function"==typeof Object.defineProperty)try{u=Object.defineProperty({},"length",{get:function(){throw a}}),a={},n(function(){throw 42},null,u)}catch(R){R!==a&&(n=null)}else n=null;var s=/^\s*class\b/,o=function(p){try{var m=A.call(p);return s.test(m)}catch{return!1}},g=function(p){try{return!o(p)&&(A.call(p),!0)}catch{return!1}},f=Object.prototype.toString,e="function"==typeof Symbol&&!!Symbol.toStringTag,h=!(0 in[,]),Q=function(){return!1};if("object"==typeof document){var I=document.all;f.call(I)===f.call(document.all)&&(Q=function(p){if((h||!p)&&(typeof p>"u"||"object"==typeof p))try{var m=f.call(p);return("[object HTMLAllCollection]"===m||"[object HTML document.all class]"===m||"[object HTMLCollection]"===m||"[object Object]"===m)&&null==p("")}catch{}return!1})}b.exports=n?function(p){if(Q(p))return!0;if(!p||"function"!=typeof p&&"object"!=typeof p)return!1;try{n(p,null,u)}catch(m){if(m!==a)return!1}return!o(p)&&g(p)}:function(p){if(Q(p))return!0;if(!p||"function"!=typeof p&&"object"!=typeof p)return!1;if(e)return g(p);if(o(p))return!1;var m=f.call(p);return!("[object Function]"!==m&&"[object GeneratorFunction]"!==m&&!/^\[object HTML/.test(m))&&g(p)}},71230:function(b,A,n){"use strict";var u=Date.prototype.getDay,s=Object.prototype.toString,g=n(26626)();b.exports=function(w){return"object"==typeof w&&null!==w&&(g?function(w){try{return u.call(w),!0}catch{return!1}}(w):"[object Date]"===s.call(w))}},44610:function(b,A,n){"use strict";var w,u=Object.prototype.toString,a=Function.prototype.toString,s=/^\s*(?:function)?\*/,o=n(26626)(),g=Object.getPrototypeOf;b.exports=function(r){if("function"!=typeof r)return!1;if(s.test(a.call(r)))return!0;if(!o)return"[object GeneratorFunction]"===u.call(r);if(!g)return!1;if(typeof w>"u"){var E=function(){if(!o)return!1;try{return Function("return function*() {}")()}catch{}}();w=!!E&&g(E)}return g(r)===w}},82621:function(b){"use strict";b.exports=function(n){return n!=n}},7051:function(b,A,n){"use strict";var u=n(26601),a=n(77802),s=n(82621),o=n(61320),g=n(35074),f=u(o(),Number);a(f,{getPolyfill:o,implementation:s,shim:g}),b.exports=f},61320:function(b,A,n){"use strict";var u=n(82621);b.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:u}},35074:function(b,A,n){"use strict";var u=n(77802),a=n(61320);b.exports=function(){var o=a();return u(Number,{isNaN:o},{isNaN:function(){return Number.isNaN!==o}}),o}},71689:function(b,A,n){"use strict";var s,o,g,f,u=n(67913),a=n(26626)();if(a){s=u("Object.prototype.hasOwnProperty"),o=u("RegExp.prototype.exec"),g={};var w=function(){throw g};f={toString:w,valueOf:w},"symbol"==typeof Symbol.toPrimitive&&(f[Symbol.toPrimitive]=w)}var B=u("Object.prototype.toString"),r=Object.getOwnPropertyDescriptor;b.exports=a?function(C){if(!C||"object"!=typeof C)return!1;var e=r(C,"lastIndex");if(!e||!s(e,"value"))return!1;try{o(C,f)}catch(Q){return Q===g}}:function(C){return!(!C||"object"!=typeof C&&"function"!=typeof C)&&"[object RegExp]"===B(C)}},46094:function(b,A,n){"use strict";var u=n(43381);b.exports=function(s){return!!u(s)}},63249:function(b){"use strict";var A=function(n){return n!=n};b.exports=function(u,a){return 0===u&&0===a?1/u==1/a:!!(u===a||A(u)&&A(a))}},98527:function(b,A,n){"use strict";var u=n(77802),a=n(26601),s=n(63249),o=n(89636),g=n(3534),f=a(o(),Object);u(f,{getPolyfill:o,implementation:s,shim:g}),b.exports=f},89636:function(b,A,n){"use strict";var u=n(63249);b.exports=function(){return"function"==typeof Object.is?Object.is:u}},3534:function(b,A,n){"use strict";var u=n(89636),a=n(77802);b.exports=function(){var o=u();return a(Object,{is:o},{is:function(){return Object.is!==o}}),o}},48461:function(b,A,n){"use strict";var u;if(!Object.keys){var a=Object.prototype.hasOwnProperty,s=Object.prototype.toString,o=n(76515),g=Object.prototype.propertyIsEnumerable,f=!g.call({toString:null},"toString"),w=g.call(function(){},"prototype"),B=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],r=function(e){var h=e.constructor;return h&&h.prototype===e},d={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},E=function(){if(typeof window>"u")return!1;for(var e in window)try{if(!d["$"+e]&&a.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{r(window[e])}catch{return!0}}catch{return!0}return!1}();u=function(h){var Q=null!==h&&"object"==typeof h,I="[object Function]"===s.call(h),R=o(h),p=Q&&"[object String]"===s.call(h),m=[];if(!Q&&!I&&!R)throw new TypeError("Object.keys called on a non-object");var y=w&&I;if(p&&h.length>0&&!a.call(h,0))for(var x=0;x0)for(var Y=0;Y"u"||!E)return r(e);try{return r(e)}catch{return!1}}(h),z=0;z=0&&"[object Function]"===A.call(u.callee)),s}},36521:function(b,A,n){"use strict";var u=n(35643),a=n(12843)(),s=n(67913),o=Object,g=s("Array.prototype.push"),f=s("Object.prototype.propertyIsEnumerable"),w=a?Object.getOwnPropertySymbols:null;b.exports=function(r,d){if(null==r)throw new TypeError("target must be an object");var E=o(r);if(1===arguments.length)return E;for(var C=1;C>>16&65535,f=0;0!==a;){a-=f=a>2e3?2e3:a;do{g=g+(o=o+u[s++]|0)|0}while(--f);o%=65521,g%=65521}return o|g<<16}},81607:function(b){"use strict";b.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},99049:function(b){"use strict";var n=function A(){for(var a,s=[],o=0;o<256;o++){a=o;for(var g=0;g<8;g++)a=1&a?3988292384^a>>>1:a>>>1;s[o]=a}return s}();b.exports=function u(a,s,o,g){var f=n,w=g+o;a^=-1;for(var B=g;B>>8^f[255&(a^s[B])];return~a}},22925:function(b,A,n){"use strict";var vt,u=n(72519),a=n(22367),s=n(46911),o=n(99049),g=n(56228),f=0,r=4,E=0,e=-2,I=-1,y=4,Y=2,v=8,S=9,_=286,fA=30,iA=19,wA=2*_+1,IA=15,FA=3,YA=258,HA=YA+FA+1,BA=42,OA=113,W=666,L=1,rA=2,AA=3,QA=4;function cA(O,qA){return O.msg=g[qA],qA}function CA(O){return(O<<1)-(O>4?9:0)}function DA(O){for(var qA=O.length;--qA>=0;)O[qA]=0}function NA(O){var qA=O.state,nt=qA.pending;nt>O.avail_out&&(nt=O.avail_out),0!==nt&&(u.arraySet(O.output,qA.pending_buf,qA.pending_out,nt,O.next_out),O.next_out+=nt,qA.pending_out+=nt,O.total_out+=nt,O.avail_out-=nt,qA.pending-=nt,0===qA.pending&&(qA.pending_out=0))}function zA(O,qA){a._tr_flush_block(O,O.block_start>=0?O.block_start:-1,O.strstart-O.block_start,qA),O.block_start=O.strstart,NA(O.strm)}function pA(O,qA){O.pending_buf[O.pending++]=qA}function JA(O,qA){O.pending_buf[O.pending++]=qA>>>8&255,O.pending_buf[O.pending++]=255&qA}function ft(O,qA,nt,MA){var jA=O.avail_in;return jA>MA&&(jA=MA),0===jA?0:(O.avail_in-=jA,u.arraySet(qA,O.input,O.next_in,jA,nt),1===O.state.wrap?O.adler=s(O.adler,qA,jA,nt):2===O.state.wrap&&(O.adler=o(O.adler,qA,jA,nt)),O.next_in+=jA,O.total_in+=jA,jA)}function wt(O,qA){var jA,ot,nt=O.max_chain_length,MA=O.strstart,Tt=O.prev_length,yt=O.nice_match,Ut=O.strstart>O.w_size-HA?O.strstart-(O.w_size-HA):0,Lt=O.window,sn=O.w_mask,$t=O.prev,Kt=O.strstart+YA,Me=Lt[MA+Tt-1],Ge=Lt[MA+Tt];O.prev_length>=O.good_match&&(nt>>=2),yt>O.lookahead&&(yt=O.lookahead);do{if(Lt[(jA=qA)+Tt]===Ge&&Lt[jA+Tt-1]===Me&&Lt[jA]===Lt[MA]&&Lt[++jA]===Lt[MA+1]){MA+=2,jA++;do{}while(Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&Lt[++MA]===Lt[++jA]&&MATt){if(O.match_start=qA,Tt=ot,ot>=yt)break;Me=Lt[MA+Tt-1],Ge=Lt[MA+Tt]}}}while((qA=$t[qA&sn])>Ut&&0!=--nt);return Tt<=O.lookahead?Tt:O.lookahead}function gt(O){var nt,MA,jA,ot,Tt,qA=O.w_size;do{if(ot=O.window_size-O.lookahead-O.strstart,O.strstart>=qA+(qA-HA)){u.arraySet(O.window,O.window,qA,qA,0),O.match_start-=qA,O.strstart-=qA,O.block_start-=qA,nt=MA=O.hash_size;do{jA=O.head[--nt],O.head[nt]=jA>=qA?jA-qA:0}while(--MA);nt=MA=qA;do{jA=O.prev[--nt],O.prev[nt]=jA>=qA?jA-qA:0}while(--MA);ot+=qA}if(0===O.strm.avail_in)break;if(MA=ft(O.strm,O.window,O.strstart+O.lookahead,ot),O.lookahead+=MA,O.lookahead+O.insert>=FA)for(O.ins_h=O.window[Tt=O.strstart-O.insert],O.ins_h=(O.ins_h<=FA&&(O.ins_h=(O.ins_h<=FA)if(MA=a._tr_tally(O,O.strstart-O.match_start,O.match_length-FA),O.lookahead-=O.match_length,O.match_length<=O.max_lazy_match&&O.lookahead>=FA){O.match_length--;do{O.strstart++,O.ins_h=(O.ins_h<=FA&&(O.ins_h=(O.ins_h<4096)&&(O.match_length=FA-1)),O.prev_length>=FA&&O.match_length<=O.prev_length){jA=O.strstart+O.lookahead-FA,MA=a._tr_tally(O,O.strstart-1-O.prev_match,O.prev_length-FA),O.lookahead-=O.prev_length-1,O.prev_length-=2;do{++O.strstart<=jA&&(O.ins_h=(O.ins_h<15&&(Tt=2,MA-=16),jA<1||jA>S||nt!==v||MA<8||MA>15||qA<0||qA>9||ot<0||ot>y)return cA(O,e);8===MA&&(MA=9);var yt=new vA;return O.state=yt,yt.strm=O,yt.wrap=Tt,yt.gzhead=null,yt.w_bits=MA,yt.w_size=1<O.pending_buf_size-5&&(nt=O.pending_buf_size-5);;){if(O.lookahead<=1){if(gt(O),0===O.lookahead&&qA===f)return L;if(0===O.lookahead)break}O.strstart+=O.lookahead,O.lookahead=0;var MA=O.block_start+nt;if((0===O.strstart||O.strstart>=MA)&&(O.lookahead=O.strstart-MA,O.strstart=MA,zA(O,!1),0===O.strm.avail_out)||O.strstart-O.block_start>=O.w_size-HA&&(zA(O,!1),0===O.strm.avail_out))return L}return O.insert=0,qA===r?(zA(O,!0),0===O.strm.avail_out?AA:QA):(O.strstart>O.block_start&&zA(O,!1),L)}),new ht(4,4,8,4,Yt),new ht(4,5,16,8,Yt),new ht(4,6,32,32,Yt),new ht(4,4,16,16,VA),new ht(8,16,32,32,VA),new ht(8,16,128,128,VA),new ht(8,32,128,256,VA),new ht(32,128,258,1024,VA),new ht(32,258,258,4096,VA)],A.deflateInit=function hA(O,qA){return U(O,qA,v,15,8,0)},A.deflateInit2=U,A.deflateReset=Z,A.deflateResetKeep=Bt,A.deflateSetHeader=function k(O,qA){return O&&O.state&&2===O.state.wrap?(O.state.gzhead=qA,E):e},A.deflate=function q(O,qA){var nt,MA,jA,ot;if(!O||!O.state||qA>5||qA<0)return O?cA(O,e):e;if(MA=O.state,!O.output||!O.input&&0!==O.avail_in||MA.status===W&&qA!==r)return cA(O,0===O.avail_out?-5:e);if(MA.strm=O,nt=MA.last_flush,MA.last_flush=qA,MA.status===BA)if(2===MA.wrap)O.adler=0,pA(MA,31),pA(MA,139),pA(MA,8),MA.gzhead?(pA(MA,(MA.gzhead.text?1:0)+(MA.gzhead.hcrc?2:0)+(MA.gzhead.extra?4:0)+(MA.gzhead.name?8:0)+(MA.gzhead.comment?16:0)),pA(MA,255&MA.gzhead.time),pA(MA,MA.gzhead.time>>8&255),pA(MA,MA.gzhead.time>>16&255),pA(MA,MA.gzhead.time>>24&255),pA(MA,9===MA.level?2:MA.strategy>=2||MA.level<2?4:0),pA(MA,255&MA.gzhead.os),MA.gzhead.extra&&MA.gzhead.extra.length&&(pA(MA,255&MA.gzhead.extra.length),pA(MA,MA.gzhead.extra.length>>8&255)),MA.gzhead.hcrc&&(O.adler=o(O.adler,MA.pending_buf,MA.pending,0)),MA.gzindex=0,MA.status=69):(pA(MA,0),pA(MA,0),pA(MA,0),pA(MA,0),pA(MA,0),pA(MA,9===MA.level?2:MA.strategy>=2||MA.level<2?4:0),pA(MA,3),MA.status=OA);else{var Tt=v+(MA.w_bits-8<<4)<<8;Tt|=(MA.strategy>=2||MA.level<2?0:MA.level<6?1:6===MA.level?2:3)<<6,0!==MA.strstart&&(Tt|=32),Tt+=31-Tt%31,MA.status=OA,JA(MA,Tt),0!==MA.strstart&&(JA(MA,O.adler>>>16),JA(MA,65535&O.adler)),O.adler=1}if(69===MA.status)if(MA.gzhead.extra){for(jA=MA.pending;MA.gzindex<(65535&MA.gzhead.extra.length)&&(MA.pending!==MA.pending_buf_size||(MA.gzhead.hcrc&&MA.pending>jA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),NA(O),jA=MA.pending,MA.pending!==MA.pending_buf_size));)pA(MA,255&MA.gzhead.extra[MA.gzindex]),MA.gzindex++;MA.gzhead.hcrc&&MA.pending>jA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),MA.gzindex===MA.gzhead.extra.length&&(MA.gzindex=0,MA.status=73)}else MA.status=73;if(73===MA.status)if(MA.gzhead.name){jA=MA.pending;do{if(MA.pending===MA.pending_buf_size&&(MA.gzhead.hcrc&&MA.pending>jA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),NA(O),jA=MA.pending,MA.pending===MA.pending_buf_size)){ot=1;break}ot=MA.gzindexjA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),0===ot&&(MA.gzindex=0,MA.status=91)}else MA.status=91;if(91===MA.status)if(MA.gzhead.comment){jA=MA.pending;do{if(MA.pending===MA.pending_buf_size&&(MA.gzhead.hcrc&&MA.pending>jA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),NA(O),jA=MA.pending,MA.pending===MA.pending_buf_size)){ot=1;break}ot=MA.gzindexjA&&(O.adler=o(O.adler,MA.pending_buf,MA.pending-jA,jA)),0===ot&&(MA.status=103)}else MA.status=103;if(103===MA.status&&(MA.gzhead.hcrc?(MA.pending+2>MA.pending_buf_size&&NA(O),MA.pending+2<=MA.pending_buf_size&&(pA(MA,255&O.adler),pA(MA,O.adler>>8&255),O.adler=0,MA.status=OA)):MA.status=OA),0!==MA.pending){if(NA(O),0===O.avail_out)return MA.last_flush=-1,E}else if(0===O.avail_in&&CA(qA)<=CA(nt)&&qA!==r)return cA(O,-5);if(MA.status===W&&0!==O.avail_in)return cA(O,-5);if(0!==O.avail_in||0!==MA.lookahead||qA!==f&&MA.status!==W){var Ut=2===MA.strategy?function Qt(O,qA){for(var nt;;){if(0===O.lookahead&&(gt(O),0===O.lookahead)){if(qA===f)return L;break}if(O.match_length=0,nt=a._tr_tally(O,0,O.window[O.strstart]),O.lookahead--,O.strstart++,nt&&(zA(O,!1),0===O.strm.avail_out))return L}return O.insert=0,qA===r?(zA(O,!0),0===O.strm.avail_out?AA:QA):O.last_lit&&(zA(O,!1),0===O.strm.avail_out)?L:rA}(MA,qA):3===MA.strategy?function _A(O,qA){for(var nt,MA,jA,ot,Tt=O.window;;){if(O.lookahead<=YA){if(gt(O),O.lookahead<=YA&&qA===f)return L;if(0===O.lookahead)break}if(O.match_length=0,O.lookahead>=FA&&O.strstart>0&&(MA=Tt[jA=O.strstart-1])===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]){ot=O.strstart+YA;do{}while(MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&MA===Tt[++jA]&&jAO.lookahead&&(O.match_length=O.lookahead)}if(O.match_length>=FA?(nt=a._tr_tally(O,1,O.match_length-FA),O.lookahead-=O.match_length,O.strstart+=O.match_length,O.match_length=0):(nt=a._tr_tally(O,0,O.window[O.strstart]),O.lookahead--,O.strstart++),nt&&(zA(O,!1),0===O.strm.avail_out))return L}return O.insert=0,qA===r?(zA(O,!0),0===O.strm.avail_out?AA:QA):O.last_lit&&(zA(O,!1),0===O.strm.avail_out)?L:rA}(MA,qA):vt[MA.level].func(MA,qA);if((Ut===AA||Ut===QA)&&(MA.status=W),Ut===L||Ut===AA)return 0===O.avail_out&&(MA.last_flush=-1),E;if(Ut===rA&&(1===qA?a._tr_align(MA):5!==qA&&(a._tr_stored_block(MA,0,0,!1),3===qA&&(DA(MA.head),0===MA.lookahead&&(MA.strstart=0,MA.block_start=0,MA.insert=0))),NA(O),0===O.avail_out))return MA.last_flush=-1,E}return qA!==r?E:MA.wrap<=0?1:(2===MA.wrap?(pA(MA,255&O.adler),pA(MA,O.adler>>8&255),pA(MA,O.adler>>16&255),pA(MA,O.adler>>24&255),pA(MA,255&O.total_in),pA(MA,O.total_in>>8&255),pA(MA,O.total_in>>16&255),pA(MA,O.total_in>>24&255)):(JA(MA,O.adler>>>16),JA(MA,65535&O.adler)),NA(O),MA.wrap>0&&(MA.wrap=-MA.wrap),0!==MA.pending?E:1)},A.deflateEnd=function GA(O){var qA;return O&&O.state?(qA=O.state.status)!==BA&&69!==qA&&73!==qA&&91!==qA&&103!==qA&&qA!==OA&&qA!==W?cA(O,e):(O.state=null,qA===OA?cA(O,-3):E):e},A.deflateSetDictionary=function At(O,qA){var MA,jA,ot,Tt,yt,Ut,Lt,sn,nt=qA.length;if(!O||!O.state||2===(Tt=(MA=O.state).wrap)||1===Tt&&MA.status!==BA||MA.lookahead)return e;for(1===Tt&&(O.adler=s(O.adler,qA,nt,0)),MA.wrap=0,nt>=MA.w_size&&(0===Tt&&(DA(MA.head),MA.strstart=0,MA.block_start=0,MA.insert=0),sn=new u.Buf8(MA.w_size),u.arraySet(sn,qA,nt-MA.w_size,MA.w_size,0),qA=sn,nt=MA.w_size),yt=O.avail_in,Ut=O.next_in,Lt=O.input,O.avail_in=nt,O.next_in=0,O.input=qA,gt(MA);MA.lookahead>=FA;){jA=MA.strstart,ot=MA.lookahead-(FA-1);do{MA.ins_h=(MA.ins_h<>>=Y=x>>>24,I-=Y,0==(Y=x>>>16&255))gA[w++]=65535&x;else{if(!(16&Y)){if(64&Y){if(32&Y){o.mode=12;break A}a.msg="invalid literal/length code",o.mode=30;break A}x=R[(65535&x)+(Q&(1<>>=Y,I-=Y),I<15&&(Q+=$[g++]<>>=Y=x>>>24,I-=Y,16&(Y=x>>>16&255)){if(S=65535&x,I<(Y&=15)&&(Q+=$[g++]<d){a.msg="invalid distance too far back",o.mode=30;break A}if(Q>>>=Y,I-=Y,S>(Y=w-B)){if((Y=S-Y)>C&&o.sane){a.msg="invalid distance too far back",o.mode=30;break A}if(z=0,F=h,0===e){if(z+=E-Y,Y2;)gA[w++]=F[z++],gA[w++]=F[z++],gA[w++]=F[z++],v-=3;v&&(gA[w++]=F[z++],v>1&&(gA[w++]=F[z++]))}else{z=w-S;do{gA[w++]=gA[z++],gA[w++]=gA[z++],gA[w++]=gA[z++],v-=3}while(v>2);v&&(gA[w++]=gA[z++],v>1&&(gA[w++]=gA[z++]))}break}if(64&Y){a.msg="invalid distance code",o.mode=30;break A}x=p[(65535&x)+(Q&(1<>3)<<3))-1,a.next_in=g-=v,a.next_out=w,a.avail_in=g>>24&255)+(U>>>8&65280)+((65280&U)<<8)+((255&U)<<24)}function ft(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new u.Buf16(320),this.work=new u.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function wt(U){var hA;return U&&U.state?(U.total_in=U.total_out=(hA=U.state).total=0,U.msg="",hA.wrap&&(U.adler=1&hA.wrap),hA.mode=y,hA.last=0,hA.havedict=0,hA.dmax=32768,hA.head=null,hA.hold=0,hA.bits=0,hA.lencode=hA.lendyn=new u.Buf32(DA),hA.distcode=hA.distdyn=new u.Buf32(NA),hA.sane=1,hA.back=-1,C):Q}function gt(U){var hA;return U&&U.state?((hA=U.state).wsize=0,hA.whave=0,hA.wnext=0,wt(U)):Q}function pt(U,hA){var q,GA;return!U||!U.state||(GA=U.state,hA<0?(q=0,hA=-hA):(q=1+(hA>>4),hA<48&&(hA&=15)),hA&&(hA<8||hA>15))?Q:(null!==GA.window&&GA.wbits!==hA&&(GA.window=null),GA.wrap=q,GA.wbits=hA,gt(U))}function Yt(U,hA){var q,GA;return U?(GA=new ft,U.state=GA,GA.window=null,(q=pt(U,hA))!==C&&(U.state=null),q):Q}var Qt,ht,_A=!0;function vt(U){if(_A){var hA;for(Qt=new u.Buf32(512),ht=new u.Buf32(32),hA=0;hA<144;)U.lens[hA++]=8;for(;hA<256;)U.lens[hA++]=9;for(;hA<280;)U.lens[hA++]=7;for(;hA<288;)U.lens[hA++]=8;for(g(w,U.lens,0,288,Qt,0,U.work,{bits:9}),hA=0;hA<32;)U.lens[hA++]=5;g(B,U.lens,0,32,ht,0,U.work,{bits:5}),_A=!1}U.lencode=Qt,U.lenbits=9,U.distcode=ht,U.distbits=5}function Nt(U,hA,q,GA){var At,O=U.state;return null===O.window&&(O.wsize=1<=O.wsize?(u.arraySet(O.window,hA,q-O.wsize,O.wsize,0),O.wnext=0,O.whave=O.wsize):((At=O.wsize-O.wnext)>GA&&(At=GA),u.arraySet(O.window,hA,q-GA,At,O.wnext),(GA-=At)?(u.arraySet(O.window,hA,q-GA,GA,0),O.wnext=GA,O.whave=O.wsize):(O.wnext+=At,O.wnext===O.wsize&&(O.wnext=0),O.whave>>8&255,q.check=s(q.check,Ue,2,0),jA=0,ot=0,q.mode=2;break}if(q.flags=0,q.head&&(q.head.done=!1),!(1&q.wrap)||(((255&jA)<<8)+(jA>>8))%31){U.msg="incorrect header check",q.mode=30;break}if(8!=(15&jA)){U.msg="unknown compression method",q.mode=30;break}if(ot-=4,ee=8+(15&(jA>>>=4)),0===q.wbits)q.wbits=ee;else if(ee>q.wbits){U.msg="invalid window size",q.mode=30;break}q.dmax=1<>8&1),512&q.flags&&(Ue[0]=255&jA,Ue[1]=jA>>>8&255,q.check=s(q.check,Ue,2,0)),jA=0,ot=0,q.mode=3;case 3:for(;ot<32;){if(0===nt)break A;nt--,jA+=GA[O++]<>>8&255,Ue[2]=jA>>>16&255,Ue[3]=jA>>>24&255,q.check=s(q.check,Ue,4,0)),jA=0,ot=0,q.mode=4;case 4:for(;ot<16;){if(0===nt)break A;nt--,jA+=GA[O++]<>8),512&q.flags&&(Ue[0]=255&jA,Ue[1]=jA>>>8&255,q.check=s(q.check,Ue,2,0)),jA=0,ot=0,q.mode=5;case 5:if(1024&q.flags){for(;ot<16;){if(0===nt)break A;nt--,jA+=GA[O++]<>>8&255,q.check=s(q.check,Ue,2,0)),jA=0,ot=0}else q.head&&(q.head.extra=null);q.mode=6;case 6:if(1024&q.flags&&((Ut=q.length)>nt&&(Ut=nt),Ut&&(q.head&&(ee=q.head.extra_len-q.length,q.head.extra||(q.head.extra=new Array(q.head.extra_len)),u.arraySet(q.head.extra,GA,O,Ut,ee)),512&q.flags&&(q.check=s(q.check,GA,Ut,O)),nt-=Ut,O+=Ut,q.length-=Ut),q.length))break A;q.length=0,q.mode=7;case 7:if(2048&q.flags){if(0===nt)break A;Ut=0;do{ee=GA[O+Ut++],q.head&&ee&&q.length<65536&&(q.head.name+=String.fromCharCode(ee))}while(ee&&Ut>9&1,q.head.done=!0),U.adler=q.check=0,q.mode=12;break;case 10:for(;ot<32;){if(0===nt)break A;nt--,jA+=GA[O++]<>>=7&ot,ot-=7&ot,q.mode=27;break}for(;ot<3;){if(0===nt)break A;nt--,jA+=GA[O++]<>>=1)){case 0:q.mode=14;break;case 1:if(vt(q),q.mode=20,6===hA){jA>>>=2,ot-=2;break A}break;case 2:q.mode=17;break;case 3:U.msg="invalid block type",q.mode=30}jA>>>=2,ot-=2;break;case 14:for(jA>>>=7&ot,ot-=7&ot;ot<32;){if(0===nt)break A;nt--,jA+=GA[O++]<>>16^65535)){U.msg="invalid stored block lengths",q.mode=30;break}if(q.length=65535&jA,jA=0,ot=0,q.mode=15,6===hA)break A;case 15:q.mode=16;case 16:if(Ut=q.length){if(Ut>nt&&(Ut=nt),Ut>MA&&(Ut=MA),0===Ut)break A;u.arraySet(At,GA,O,Ut,qA),nt-=Ut,O+=Ut,MA-=Ut,qA+=Ut,q.length-=Ut;break}q.mode=12;break;case 17:for(;ot<14;){if(0===nt)break A;nt--,jA+=GA[O++]<>>=5)),ot-=5,q.ncode=4+(15&(jA>>>=5)),jA>>>=4,ot-=4,q.nlen>286||q.ndist>30){U.msg="too many length or distance symbols",q.mode=30;break}q.have=0,q.mode=18;case 18:for(;q.have>>=3,ot-=3}for(;q.have<19;)q.lens[Dn[q.have++]]=0;if(q.lencode=q.lendyn,q.lenbits=7,tn=g(0,q.lens,0,19,q.lencode,0,q.work,Fe={bits:q.lenbits}),q.lenbits=Fe.bits,tn){U.msg="invalid code lengths set",q.mode=30;break}q.have=0,q.mode=19;case 19:for(;q.have>>16&255,Ge=65535&$t,!((Kt=$t>>>24)<=ot);){if(0===nt)break A;nt--,jA+=GA[O++]<>>=Kt,ot-=Kt,q.lens[q.have++]=Ge;else{if(16===Ge){for(we=Kt+2;ot>>=Kt,ot-=Kt,0===q.have){U.msg="invalid bit length repeat",q.mode=30;break}ee=q.lens[q.have-1],Ut=3+(3&jA),jA>>>=2,ot-=2}else if(17===Ge){for(we=Kt+3;ot>>=Kt)),jA>>>=3,ot-=3}else{for(we=Kt+7;ot>>=Kt)),jA>>>=7,ot-=7}if(q.have+Ut>q.nlen+q.ndist){U.msg="invalid bit length repeat",q.mode=30;break}for(;Ut--;)q.lens[q.have++]=ee}}if(30===q.mode)break;if(0===q.lens[256]){U.msg="invalid code -- missing end-of-block",q.mode=30;break}if(q.lenbits=9,tn=g(w,q.lens,0,q.nlen,q.lencode,0,q.work,Fe={bits:q.lenbits}),q.lenbits=Fe.bits,tn){U.msg="invalid literal/lengths set",q.mode=30;break}if(q.distbits=6,q.distcode=q.distdyn,tn=g(B,q.lens,q.nlen,q.ndist,q.distcode,0,q.work,Fe={bits:q.distbits}),q.distbits=Fe.bits,tn){U.msg="invalid distances set",q.mode=30;break}if(q.mode=20,6===hA)break A;case 20:q.mode=21;case 21:if(nt>=6&&MA>=258){U.next_out=qA,U.avail_out=MA,U.next_in=O,U.avail_in=nt,q.hold=jA,q.bits=ot,o(U,yt),qA=U.next_out,At=U.output,MA=U.avail_out,O=U.next_in,GA=U.input,nt=U.avail_in,jA=q.hold,ot=q.bits,12===q.mode&&(q.back=-1);break}for(q.back=0;Me=($t=q.lencode[jA&(1<>>16&255,Ge=65535&$t,!((Kt=$t>>>24)<=ot);){if(0===nt)break A;nt--,jA+=GA[O++]<>Te)])>>>16&255,Ge=65535&$t,!(Te+(Kt=$t>>>24)<=ot);){if(0===nt)break A;nt--,jA+=GA[O++]<>>=Te,ot-=Te,q.back+=Te}if(jA>>>=Kt,ot-=Kt,q.back+=Kt,q.length=Ge,0===Me){q.mode=26;break}if(32&Me){q.back=-1,q.mode=12;break}if(64&Me){U.msg="invalid literal/length code",q.mode=30;break}q.extra=15&Me,q.mode=22;case 22:if(q.extra){for(we=q.extra;ot>>=q.extra,ot-=q.extra,q.back+=q.extra}q.was=q.length,q.mode=23;case 23:for(;Me=($t=q.distcode[jA&(1<>>16&255,Ge=65535&$t,!((Kt=$t>>>24)<=ot);){if(0===nt)break A;nt--,jA+=GA[O++]<>Te)])>>>16&255,Ge=65535&$t,!(Te+(Kt=$t>>>24)<=ot);){if(0===nt)break A;nt--,jA+=GA[O++]<>>=Te,ot-=Te,q.back+=Te}if(jA>>>=Kt,ot-=Kt,q.back+=Kt,64&Me){U.msg="invalid distance code",q.mode=30;break}q.offset=Ge,q.extra=15&Me,q.mode=24;case 24:if(q.extra){for(we=q.extra;ot>>=q.extra,ot-=q.extra,q.back+=q.extra}if(q.offset>q.dmax){U.msg="invalid distance too far back",q.mode=30;break}q.mode=25;case 25:if(0===MA)break A;if(q.offset>(Ut=yt-MA)){if((Ut=q.offset-Ut)>q.whave&&q.sane){U.msg="invalid distance too far back",q.mode=30;break}Lt=Ut>q.wnext?q.wsize-(Ut-=q.wnext):q.wnext-Ut,Ut>q.length&&(Ut=q.length),sn=q.window}else sn=At,Lt=qA-q.offset,Ut=q.length;Ut>MA&&(Ut=MA),MA-=Ut,q.length-=Ut;do{At[qA++]=sn[Lt++]}while(--Ut);0===q.length&&(q.mode=21);break;case 26:if(0===MA)break A;At[qA++]=q.length,MA--,q.mode=21;break;case 27:if(q.wrap){for(;ot<32;){if(0===nt)break A;nt--,jA|=GA[O++]<=1&&0===eA[z];z--);if(F>z&&(F=z),0===z)return R[p++]=20971520,R[p++]=20971520,y.bits=1,0;for(S=1;S0&&(0===e||1!==z))return-1;for(EA[1]=0,Y=1;Y852||2===e&&fA>592)return 1;for(;;){W=Y-gA,m[v]aA?(L=xA[OA+m[v]],rA=J[BA+m[v]]):(L=96,rA=0),wA=1<>gA)+(IA-=wA)]=W<<24|L<<16|rA}while(0!==IA);for(wA=1<>=1;if(0!==wA?(iA&=wA-1,iA+=wA):iA=0,v++,0==--eA[Y]){if(Y===z)break;Y=h[Q+m[v]]}if(Y>F&&(iA&YA)!==FA){for(0===gA&&(gA=F),HA+=S,_=1<<($=Y-gA);$+gA852||2===e&&fA>592)return 1;R[FA=iA&YA]=F<<24|$<<16|HA-p}}return 0!==iA&&(R[HA+iA]=4194304|Y-gA<<24),y.bits=F,0}},56228:function(b){"use strict";b.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},22367:function(b,A,n){"use strict";var u=n(72519),s=0,o=1;function f(vA){for(var Bt=vA.length;--Bt>=0;)vA[Bt]=0}var w=0,C=29,e=256,h=e+1+C,Q=30,I=19,R=2*h+1,p=15,m=16,y=7,x=256,Y=16,v=17,S=18,z=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],F=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],$=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],gA=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],fA=new Array(2*(h+2));f(fA);var iA=new Array(2*Q);f(iA);var wA=new Array(512);f(wA);var IA=new Array(256);f(IA);var FA=new Array(C);f(FA);var J,BA,aA,YA=new Array(Q);function HA(vA,Bt,Z,k,U){this.static_tree=vA,this.extra_bits=Bt,this.extra_base=Z,this.elems=k,this.max_length=U,this.has_stree=vA&&vA.length}function eA(vA,Bt){this.dyn_tree=vA,this.max_code=0,this.stat_desc=Bt}function EA(vA){return vA<256?wA[vA]:wA[256+(vA>>>7)]}function xA(vA,Bt){vA.pending_buf[vA.pending++]=255&Bt,vA.pending_buf[vA.pending++]=Bt>>>8&255}function OA(vA,Bt,Z){vA.bi_valid>m-Z?(vA.bi_buf|=Bt<>m-vA.bi_valid,vA.bi_valid+=Z-m):(vA.bi_buf|=Bt<>>=1,Z<<=1}while(--Bt>0);return Z>>>1}function QA(vA,Bt,Z){var hA,q,k=new Array(p+1),U=0;for(hA=1;hA<=p;hA++)k[hA]=U=U+Z[hA-1]<<1;for(q=0;q<=Bt;q++){var GA=vA[2*q+1];0!==GA&&(vA[2*q]=L(k[GA]++,GA))}}function cA(vA){var Bt;for(Bt=0;Bt8?xA(vA,vA.bi_buf):vA.bi_valid>0&&(vA.pending_buf[vA.pending++]=vA.bi_buf),vA.bi_buf=0,vA.bi_valid=0}function NA(vA,Bt,Z,k){var U=2*Bt,hA=2*Z;return vA[U]>1;q>=1;q--)zA(vA,Z,q);O=hA;do{q=vA.heap[1],vA.heap[1]=vA.heap[vA.heap_len--],zA(vA,Z,1),GA=vA.heap[1],vA.heap[--vA.heap_max]=q,vA.heap[--vA.heap_max]=GA,Z[2*O]=Z[2*q]+Z[2*GA],vA.depth[O]=(vA.depth[q]>=vA.depth[GA]?vA.depth[q]:vA.depth[GA])+1,Z[2*q+1]=Z[2*GA+1]=O,vA.heap[1]=O++,zA(vA,Z,1)}while(vA.heap_len>=2);vA.heap[--vA.heap_max]=vA.heap[1],function AA(vA,Bt){var O,qA,nt,MA,jA,ot,Z=Bt.dyn_tree,k=Bt.max_code,U=Bt.stat_desc.static_tree,hA=Bt.stat_desc.has_stree,q=Bt.stat_desc.extra_bits,GA=Bt.stat_desc.extra_base,At=Bt.stat_desc.max_length,Tt=0;for(MA=0;MA<=p;MA++)vA.bl_count[MA]=0;for(Z[2*vA.heap[vA.heap_max]+1]=0,O=vA.heap_max+1;OAt&&(MA=At,Tt++),Z[2*qA+1]=MA,!(qA>k)&&(vA.bl_count[MA]++,jA=0,qA>=GA&&(jA=q[qA-GA]),vA.opt_len+=(ot=Z[2*qA])*(MA+jA),hA&&(vA.static_len+=ot*(U[2*qA+1]+jA)));if(0!==Tt){do{for(MA=At-1;0===vA.bl_count[MA];)MA--;vA.bl_count[MA]--,vA.bl_count[MA+1]+=2,vA.bl_count[At]--,Tt-=2}while(Tt>0);for(MA=At;0!==MA;MA--)for(qA=vA.bl_count[MA];0!==qA;)!((nt=vA.heap[--O])>k)&&(Z[2*nt+1]!==MA&&(vA.opt_len+=(MA-Z[2*nt+1])*Z[2*nt],Z[2*nt+1]=MA),qA--)}}(vA,Bt),QA(Z,At,vA.bl_count)}function ft(vA,Bt,Z){var k,hA,U=-1,q=Bt[1],GA=0,At=7,O=4;for(0===q&&(At=138,O=3),Bt[2*(Z+1)+1]=65535,k=0;k<=Z;k++)hA=q,q=Bt[2*(k+1)+1],!(++GA>=7;k0?(2===vA.strm.data_type&&(vA.strm.data_type=function Yt(vA){var Z,Bt=4093624447;for(Z=0;Z<=31;Z++,Bt>>>=1)if(1&Bt&&0!==vA.dyn_ltree[2*Z])return s;if(0!==vA.dyn_ltree[18]||0!==vA.dyn_ltree[20]||0!==vA.dyn_ltree[26])return o;for(Z=32;Z=3&&0===vA.bl_tree[2*gA[Bt]+1];Bt--);return vA.opt_len+=3*(Bt+1)+5+5+4,Bt}(vA),(hA=vA.static_len+3+7>>>3)<=(U=vA.opt_len+3+7>>>3)&&(U=hA)):U=hA=Z+5,Z+4<=U&&-1!==Bt?Qt(vA,Bt,Z,k):4===vA.strategy||hA===U?(OA(vA,2+(k?1:0),3),pA(vA,fA,iA)):(OA(vA,4+(k?1:0),3),function pt(vA,Bt,Z,k){var U;for(OA(vA,Bt-257,5),OA(vA,Z-1,5),OA(vA,k-4,4),U=0;U>>8&255,vA.pending_buf[vA.d_buf+2*vA.last_lit+1]=255&Bt,vA.pending_buf[vA.l_buf+vA.last_lit]=255&Z,vA.last_lit++,0===Bt?vA.dyn_ltree[2*Z]++:(vA.matches++,Bt--,vA.dyn_ltree[2*(IA[Z]+e+1)]++,vA.dyn_dtree[2*EA(Bt)]++),vA.last_lit===vA.lit_bufsize-1},A._tr_align=function ht(vA){OA(vA,2,3),W(vA,x,fA),function rA(vA){16===vA.bi_valid?(xA(vA,vA.bi_buf),vA.bi_buf=0,vA.bi_valid=0):vA.bi_valid>=8&&(vA.pending_buf[vA.pending++]=255&vA.bi_buf,vA.bi_buf>>=8,vA.bi_valid-=8)}(vA)}},37468:function(b){"use strict";b.exports=function A(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},10884:function(b){"use strict";b.exports=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},9964:function(b){var n,u,A=b.exports={};function a(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function o(h){if(n===setTimeout)return setTimeout(h,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(h,0);try{return n(h,0)}catch{try{return n.call(null,h,0)}catch{return n.call(this,h,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch{n=a}try{u="function"==typeof clearTimeout?clearTimeout:s}catch{u=s}}();var B,f=[],w=!1,r=-1;function d(){!w||!B||(w=!1,B.length?f=B.concat(f):r=-1,f.length&&E())}function E(){if(!w){var h=o(d);w=!0;for(var Q=f.length;Q;){for(B=f,f=[];++r1)for(var I=1;I"===AA?(_(L,"onsgmldeclaration",L.sgmlDecl),L.sgmlDecl="",L.state=F.TEXT):(Y(AA)&&(L.state=F.SGML_DECL_QUOTED),L.sgmlDecl+=AA);continue;case F.SGML_DECL_QUOTED:AA===L.q&&(L.state=F.SGML_DECL,L.q=""),L.sgmlDecl+=AA;continue;case F.DOCTYPE:">"===AA?(L.state=F.TEXT,_(L,"ondoctype",L.doctype),L.doctype=!0):(L.doctype+=AA,"["===AA?L.state=F.DOCTYPE_DTD:Y(AA)&&(L.state=F.DOCTYPE_QUOTED,L.q=AA));continue;case F.DOCTYPE_QUOTED:L.doctype+=AA,AA===L.q&&(L.q="",L.state=F.DOCTYPE);continue;case F.DOCTYPE_DTD:L.doctype+=AA,"]"===AA?L.state=F.DOCTYPE:Y(AA)&&(L.state=F.DOCTYPE_DTD_QUOTED,L.q=AA);continue;case F.DOCTYPE_DTD_QUOTED:L.doctype+=AA,AA===L.q&&(L.state=F.DOCTYPE_DTD,L.q="");continue;case F.COMMENT:"-"===AA?L.state=F.COMMENT_ENDING:L.comment+=AA;continue;case F.COMMENT_ENDING:"-"===AA?(L.state=F.COMMENT_ENDED,L.comment=iA(L.opt,L.comment),L.comment&&_(L,"oncomment",L.comment),L.comment=""):(L.comment+="-"+AA,L.state=F.COMMENT);continue;case F.COMMENT_ENDED:">"!==AA?(FA(L,"Malformed comment"),L.comment+="--"+AA,L.state=F.COMMENT):L.state=F.TEXT;continue;case F.CDATA:"]"===AA?L.state=F.CDATA_ENDING:L.cdata+=AA;continue;case F.CDATA_ENDING:"]"===AA?L.state=F.CDATA_ENDING_2:(L.cdata+="]"+AA,L.state=F.CDATA);continue;case F.CDATA_ENDING_2:">"===AA?(L.cdata&&_(L,"oncdata",L.cdata),_(L,"onclosecdata"),L.cdata="",L.state=F.TEXT):"]"===AA?L.cdata+="]":(L.cdata+="]]"+AA,L.state=F.CDATA);continue;case F.PROC_INST:"?"===AA?L.state=F.PROC_INST_ENDING:x(AA)?L.state=F.PROC_INST_BODY:L.procInstName+=AA;continue;case F.PROC_INST_BODY:if(!L.procInstBody&&x(AA))continue;"?"===AA?L.state=F.PROC_INST_ENDING:L.procInstBody+=AA;continue;case F.PROC_INST_ENDING:">"===AA?(_(L,"onprocessinginstruction",{name:L.procInstName,body:L.procInstBody}),L.procInstName=L.procInstBody="",L.state=F.TEXT):(L.procInstBody+="?"+AA,L.state=F.PROC_INST_BODY);continue;case F.OPEN_TAG:S(p,AA)?L.tagName+=AA:(YA(L),">"===AA?BA(L):"/"===AA?L.state=F.OPEN_TAG_SLASH:(x(AA)||FA(L,"Invalid character in tag name"),L.state=F.ATTRIB));continue;case F.OPEN_TAG_SLASH:">"===AA?(BA(L,!0),aA(L)):(FA(L,"Forward-slash in opening tag not followed by >"),L.state=F.ATTRIB);continue;case F.ATTRIB:if(x(AA))continue;">"===AA?BA(L):"/"===AA?L.state=F.OPEN_TAG_SLASH:S(R,AA)?(L.attribName=AA,L.attribValue="",L.state=F.ATTRIB_NAME):FA(L,"Invalid attribute name");continue;case F.ATTRIB_NAME:"="===AA?L.state=F.ATTRIB_VALUE:">"===AA?(FA(L,"Attribute without value"),L.attribValue=L.attribName,J(L),BA(L)):x(AA)?L.state=F.ATTRIB_NAME_SAW_WHITE:S(p,AA)?L.attribName+=AA:FA(L,"Invalid attribute name");continue;case F.ATTRIB_NAME_SAW_WHITE:if("="===AA)L.state=F.ATTRIB_VALUE;else{if(x(AA))continue;FA(L,"Attribute without value"),L.tag.attributes[L.attribName]="",L.attribValue="",_(L,"onattribute",{name:L.attribName,value:""}),L.attribName="",">"===AA?BA(L):S(R,AA)?(L.attribName=AA,L.state=F.ATTRIB_NAME):(FA(L,"Invalid attribute name"),L.state=F.ATTRIB)}continue;case F.ATTRIB_VALUE:if(x(AA))continue;Y(AA)?(L.q=AA,L.state=F.ATTRIB_VALUE_QUOTED):(FA(L,"Unquoted attribute value"),L.state=F.ATTRIB_VALUE_UNQUOTED,L.attribValue=AA);continue;case F.ATTRIB_VALUE_QUOTED:if(AA!==L.q){"&"===AA?L.state=F.ATTRIB_VALUE_ENTITY_Q:L.attribValue+=AA;continue}J(L),L.q="",L.state=F.ATTRIB_VALUE_CLOSED;continue;case F.ATTRIB_VALUE_CLOSED:x(AA)?L.state=F.ATTRIB:">"===AA?BA(L):"/"===AA?L.state=F.OPEN_TAG_SLASH:S(R,AA)?(FA(L,"No whitespace between attributes"),L.attribName=AA,L.attribValue="",L.state=F.ATTRIB_NAME):FA(L,"Invalid attribute name");continue;case F.ATTRIB_VALUE_UNQUOTED:if(!v(AA)){"&"===AA?L.state=F.ATTRIB_VALUE_ENTITY_U:L.attribValue+=AA;continue}J(L),">"===AA?BA(L):L.state=F.ATTRIB;continue;case F.CLOSE_TAG:if(L.tagName)">"===AA?aA(L):S(p,AA)?L.tagName+=AA:L.script?(L.script+=""===AA?aA(L):FA(L,"Invalid characters in closing tag");continue;case F.TEXT_ENTITY:case F.ATTRIB_VALUE_ENTITY_Q:case F.ATTRIB_VALUE_ENTITY_U:var cA,CA;switch(L.state){case F.TEXT_ENTITY:cA=F.TEXT,CA="textNode";break;case F.ATTRIB_VALUE_ENTITY_Q:cA=F.ATTRIB_VALUE_QUOTED,CA="attribValue";break;case F.ATTRIB_VALUE_ENTITY_U:cA=F.ATTRIB_VALUE_UNQUOTED,CA="attribValue"}if(";"===AA)if(L.opt.unparsedEntities){var DA=eA(L);L.entity="",L.state=cA,L.write(DA)}else L[CA]+=eA(L),L.entity="",L.state=cA;else S(L.entity.length?y:m,AA)?L.entity+=AA:(FA(L,"Invalid character in entity name"),L[CA]+="&"+L.entity+AA,L.entity="",L.state=cA);continue;default:throw new Error(L,"Unknown state: "+L.state)}return L.position>=L.bufferCheckPosition&&function g(W){for(var L=Math.max(a.MAX_BUFFER_LENGTH,10),rA=0,AA=0,QA=s.length;AAL)switch(s[AA]){case"textNode":fA(W);break;case"cdata":_(W,"oncdata",W.cdata),W.cdata="";break;case"script":_(W,"onscript",W.script),W.script="";break;default:wA(W,"Max buffer length exceeded: "+s[AA])}rA=Math.max(rA,yA)}W.bufferCheckPosition=a.MAX_BUFFER_LENGTH-rA+W.position}(L),L},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){!function w(W){fA(W),""!==W.cdata&&(_(W,"oncdata",W.cdata),W.cdata=""),""!==W.script&&(_(W,"onscript",W.script),W.script="")}(this)}};try{B=n(9760).Stream}catch{B=function(){}}B||(B=function(){});var r=a.EVENTS.filter(function(W){return"error"!==W&&"end"!==W});function E(W,L){if(!(this instanceof E))return new E(W,L);B.apply(this),this._parser=new o(W,L),this.writable=!0,this.readable=!0;var rA=this;this._parser.onend=function(){rA.emit("end")},this._parser.onerror=function(AA){rA.emit("error",AA),rA._parser.error=null},this._decoder=null,r.forEach(function(AA){Object.defineProperty(rA,"on"+AA,{get:function(){return rA._parser["on"+AA]},set:function(QA){if(!QA)return rA.removeAllListeners(AA),rA._parser["on"+AA]=QA,QA;rA.on(AA,QA)},enumerable:!0,configurable:!1})})}(E.prototype=Object.create(B.prototype,{constructor:{value:E}})).write=function(W){if("function"==typeof u&&"function"==typeof u.isBuffer&&u.isBuffer(W)){if(!this._decoder){var L=n(43143).I;this._decoder=new L("utf8")}W=this._decoder.write(W)}return this._parser.write(W.toString()),this.emit("data",W),!0},E.prototype.end=function(W){return W&&W.length&&this.write(W),this._parser.end(),!0},E.prototype.on=function(W,L){var rA=this;return!rA._parser["on"+W]&&-1!==r.indexOf(W)&&(rA._parser["on"+W]=function(){var AA=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);AA.splice(0,0,W),rA.emit.apply(rA,AA)}),B.prototype.on.call(rA,W,L)};var C="[CDATA[",e="DOCTYPE",h="http://www.w3.org/XML/1998/namespace",Q="http://www.w3.org/2000/xmlns/",I={xml:h,xmlns:Q},R=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,m=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,y=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function x(W){return" "===W||"\n"===W||"\r"===W||"\t"===W}function Y(W){return'"'===W||"'"===W}function v(W){return">"===W||x(W)}function S(W,L){return W.test(L)}function z(W,L){return!S(W,L)}var W,L,rA,F=0;for(var $ in a.STATE={BEGIN:F++,BEGIN_WHITESPACE:F++,TEXT:F++,TEXT_ENTITY:F++,OPEN_WAKA:F++,SGML_DECL:F++,SGML_DECL_QUOTED:F++,DOCTYPE:F++,DOCTYPE_QUOTED:F++,DOCTYPE_DTD:F++,DOCTYPE_DTD_QUOTED:F++,COMMENT_STARTING:F++,COMMENT:F++,COMMENT_ENDING:F++,COMMENT_ENDED:F++,CDATA:F++,CDATA_ENDING:F++,CDATA_ENDING_2:F++,PROC_INST:F++,PROC_INST_BODY:F++,PROC_INST_ENDING:F++,OPEN_TAG:F++,OPEN_TAG_SLASH:F++,ATTRIB:F++,ATTRIB_NAME:F++,ATTRIB_NAME_SAW_WHITE:F++,ATTRIB_VALUE:F++,ATTRIB_VALUE_QUOTED:F++,ATTRIB_VALUE_CLOSED:F++,ATTRIB_VALUE_UNQUOTED:F++,ATTRIB_VALUE_ENTITY_Q:F++,ATTRIB_VALUE_ENTITY_U:F++,CLOSE_TAG:F++,CLOSE_TAG_SAW_WHITE:F++,SCRIPT:F++,SCRIPT_ENDING:F++},a.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},a.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(a.ENTITIES).forEach(function(W){var L=a.ENTITIES[W],rA="number"==typeof L?String.fromCharCode(L):L;a.ENTITIES[W]=rA}),a.STATE)a.STATE[a.STATE[$]]=$;function gA(W,L,rA){W[L]&&W[L](rA)}function _(W,L,rA){W.textNode&&fA(W),gA(W,L,rA)}function fA(W){W.textNode=iA(W.opt,W.textNode),W.textNode&&gA(W,"ontext",W.textNode),W.textNode=""}function iA(W,L){return W.trim&&(L=L.trim()),W.normalize&&(L=L.replace(/\s+/g," ")),L}function wA(W,L){return fA(W),W.trackPosition&&(L+="\nLine: "+W.line+"\nColumn: "+W.column+"\nChar: "+W.c),L=new Error(L),W.error=L,gA(W,"onerror",L),W}function IA(W){return W.sawRoot&&!W.closedRoot&&FA(W,"Unclosed root tag"),W.state!==F.BEGIN&&W.state!==F.BEGIN_WHITESPACE&&W.state!==F.TEXT&&wA(W,"Unexpected end"),fA(W),W.c="",W.closed=!0,gA(W,"onend"),o.call(W,W.strict,W.opt),W}function FA(W,L){if("object"!=typeof W||!(W instanceof o))throw new Error("bad call to strictFail");W.strict&&wA(W,L)}function YA(W){W.strict||(W.tagName=W.tagName[W.looseCase]());var L=W.tags[W.tags.length-1]||W,rA=W.tag={name:W.tagName,attributes:{}};W.opt.xmlns&&(rA.ns=L.ns),W.attribList.length=0,_(W,"onopentagstart",rA)}function HA(W,L){var AA=W.indexOf(":")<0?["",W]:W.split(":"),QA=AA[0],yA=AA[1];return L&&"xmlns"===W&&(QA="xmlns",yA=""),{prefix:QA,local:yA}}function J(W){if(W.strict||(W.attribName=W.attribName[W.looseCase]()),-1!==W.attribList.indexOf(W.attribName)||W.tag.attributes.hasOwnProperty(W.attribName))W.attribName=W.attribValue="";else{if(W.opt.xmlns){var L=HA(W.attribName,!0),AA=L.local;if("xmlns"===L.prefix)if("xml"===AA&&W.attribValue!==h)FA(W,"xml: prefix must be bound to "+h+"\nActual: "+W.attribValue);else if("xmlns"===AA&&W.attribValue!==Q)FA(W,"xmlns: prefix must be bound to "+Q+"\nActual: "+W.attribValue);else{var QA=W.tag,yA=W.tags[W.tags.length-1]||W;QA.ns===yA.ns&&(QA.ns=Object.create(yA.ns)),QA.ns[AA]=W.attribValue}W.attribList.push([W.attribName,W.attribValue])}else W.tag.attributes[W.attribName]=W.attribValue,_(W,"onattribute",{name:W.attribName,value:W.attribValue});W.attribName=W.attribValue=""}}function BA(W,L){if(W.opt.xmlns){var rA=W.tag,AA=HA(W.tagName);rA.prefix=AA.prefix,rA.local=AA.local,rA.uri=rA.ns[AA.prefix]||"",rA.prefix&&!rA.uri&&(FA(W,"Unbound namespace prefix: "+JSON.stringify(W.tagName)),rA.uri=AA.prefix),rA.ns&&(W.tags[W.tags.length-1]||W).ns!==rA.ns&&Object.keys(rA.ns).forEach(function(gt){_(W,"onopennamespace",{prefix:gt,uri:rA.ns[gt]})});for(var yA=0,cA=W.attribList.length;yA",W.tagName="",void(W.state=F.SCRIPT);_(W,"onscript",W.script),W.script=""}var L=W.tags.length,rA=W.tagName;W.strict||(rA=rA[W.looseCase]());for(var AA=rA;L--&&W.tags[L].name!==AA;)FA(W,"Unexpected close tag");if(L<0)return FA(W,"Unmatched closing tag: "+W.tagName),W.textNode+="",void(W.state=F.TEXT);W.tagName=rA;for(var yA=W.tags.length;yA-- >L;){var cA=W.tag=W.tags.pop();W.tagName=W.tag.name,_(W,"onclosetag",W.tagName);var CA={};for(var DA in cA.ns)CA[DA]=cA.ns[DA];W.opt.xmlns&&cA.ns!==(W.tags[W.tags.length-1]||W).ns&&Object.keys(cA.ns).forEach(function(zA){_(W,"onclosenamespace",{prefix:zA,uri:cA.ns[zA]})})}0===L&&(W.closedRoot=!0),W.tagName=W.attribValue=W.attribName="",W.attribList.length=0,W.state=F.TEXT}function eA(W){var AA,L=W.entity,rA=L.toLowerCase(),QA="";return W.ENTITIES[L]?W.ENTITIES[L]:W.ENTITIES[rA]?W.ENTITIES[rA]:("#"===(L=rA).charAt(0)&&("x"===L.charAt(1)?(L=L.slice(2),QA=(AA=parseInt(L,16)).toString(16)):(L=L.slice(1),QA=(AA=parseInt(L,10)).toString(10))),L=L.replace(/^0+/,""),isNaN(AA)||QA.toLowerCase()!==L?(FA(W,"Invalid character entity"),"&"+W.entity+";"):String.fromCodePoint(AA))}function EA(W,L){"<"===L?(W.state=F.OPEN_WAKA,W.startTagPosition=W.position):x(L)||(FA(W,"Non-whitespace before first tag."),W.textNode=L,W.state=F.TEXT)}function xA(W,L){var rA="";return L1114111||L(zA)!==zA)throw RangeError("Invalid code point: "+zA);zA<=65535?QA.push(zA):QA.push(55296+((zA-=65536)>>10),zA%1024+56320),(CA+1===DA||QA.length>16384)&&(NA+=W.apply(null,QA),QA.length=0)}return NA},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:rA,configurable:!0,writable:!0}):String.fromCodePoint=rA)}(A)},86255:function(b,A,n){"use strict";var u=n(28651),a=n(89295),s=n(18890)(),o=n(68109),g=n(96785),f=u("%Math.floor%");b.exports=function(B,r){if("function"!=typeof B)throw new g("`fn` is not a function");if("number"!=typeof r||r<0||r>4294967295||f(r)!==r)throw new g("`length` must be a positive 32-bit integer");var d=arguments.length>2&&!!arguments[2],E=!0,C=!0;if("length"in B&&o){var e=o(B,"length");e&&!e.configurable&&(E=!1),e&&!e.writable&&(C=!1)}return(E||C||!d)&&(s?a(B,"length",r,!0,!0):a(B,"length",r)),B}},95304:function(b,A,n){"use strict";var u=n(89295),a=n(18890)(),s=n(61084).functionsHaveConfigurableNames(),o=n(96785);b.exports=function(f,w){if("function"!=typeof f)throw new o("`fn` is not a function");return(!(arguments.length>2&&arguments[2])||s)&&(a?u(f,"name",w,!0,!0):u(f,"name",w)),f}},9760:function(b,A,n){b.exports=s;var u=n(64785).EventEmitter;function s(){u.call(this)}n(89784)(s,u),s.Readable=n(88261),s.Writable=n(29781),s.Duplex=n(14903),s.Transform=n(48569),s.PassThrough=n(17723),s.finished=n(12167),s.pipeline=n(43765),s.Stream=s,s.prototype.pipe=function(o,g){var f=this;function w(h){o.writable&&!1===o.write(h)&&f.pause&&f.pause()}function B(){f.readable&&f.resume&&f.resume()}f.on("data",w),o.on("drain",B),!o._isStdio&&(!g||!1!==g.end)&&(f.on("end",d),f.on("close",E));var r=!1;function d(){r||(r=!0,o.end())}function E(){r||(r=!0,"function"==typeof o.destroy&&o.destroy())}function C(h){if(e(),0===u.listenerCount(this,"error"))throw h}function e(){f.removeListener("data",w),o.removeListener("drain",B),f.removeListener("end",d),f.removeListener("close",E),f.removeListener("error",C),o.removeListener("error",C),f.removeListener("end",e),f.removeListener("close",e),o.removeListener("close",e)}return f.on("error",C),o.on("error",C),f.on("end",e),f.on("close",e),o.on("close",e),o.emit("pipe",f),o}},83797:function(b){"use strict";var n={};function u(f,w,B){B||(B=Error);var d=function(E){function C(e,h,Q){return E.call(this,function r(E,C,e){return"string"==typeof w?w:w(E,C,e)}(e,h,Q))||this}return function A(f,w){f.prototype=Object.create(w.prototype),f.prototype.constructor=f,f.__proto__=w}(C,E),C}(B);d.prototype.name=B.name,d.prototype.code=f,n[f]=d}function a(f,w){if(Array.isArray(f)){var B=f.length;return f=f.map(function(r){return String(r)}),B>2?"one of ".concat(w," ").concat(f.slice(0,B-1).join(", "),", or ")+f[B-1]:2===B?"one of ".concat(w," ").concat(f[0]," or ").concat(f[1]):"of ".concat(w," ").concat(f[0])}return"of ".concat(w," ").concat(String(f))}u("ERR_INVALID_OPT_VALUE",function(f,w){return'The value "'+w+'" is invalid for option "'+f+'"'},TypeError),u("ERR_INVALID_ARG_TYPE",function(f,w,B){var r,d;if("string"==typeof w&&function s(f,w,B){return f.substr(!B||B<0?0:+B,w.length)===w}(w,"not ")?(r="must not be",w=w.replace(/^not /,"")):r="must be",function o(f,w,B){return(void 0===B||B>f.length)&&(B=f.length),f.substring(B-w.length,B)===w}(f," argument"))d="The ".concat(f," ").concat(r," ").concat(a(w,"type"));else{var E=function g(f,w,B){return"number"!=typeof B&&(B=0),!(B+w.length>f.length)&&-1!==f.indexOf(w,B)}(f,".")?"property":"argument";d='The "'.concat(f,'" ').concat(E," ").concat(r," ").concat(a(w,"type"))}return d+". Received type ".concat(typeof B)},TypeError),u("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),u("ERR_METHOD_NOT_IMPLEMENTED",function(f){return"The "+f+" method is not implemented"}),u("ERR_STREAM_PREMATURE_CLOSE","Premature close"),u("ERR_STREAM_DESTROYED",function(f){return"Cannot call "+f+" after a stream was destroyed"}),u("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),u("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),u("ERR_STREAM_WRITE_AFTER_END","write after end"),u("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),u("ERR_UNKNOWN_ENCODING",function(f){return"Unknown encoding: "+f},TypeError),u("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),b.exports.F=n},14903:function(b,A,n){"use strict";var u=n(9964),a=Object.keys||function(E){var C=[];for(var e in E)C.push(e);return C};b.exports=B;var s=n(88261),o=n(29781);n(89784)(B,s);for(var g=a(o.prototype),f=0;f0)if("string"!=typeof CA&&!pA.objectMode&&Object.getPrototypeOf(CA)!==f.prototype&&(CA=function B(cA){return f.from(cA)}(CA)),NA)pA.endEmitted?S(cA,new y):fA(cA,pA,CA,!0);else if(pA.ended)S(cA,new p);else{if(pA.destroyed)return!1;pA.reading=!1,pA.decoder&&!DA?(CA=pA.decoder.write(CA),pA.objectMode||0!==CA.length?fA(cA,pA,CA,!1):BA(cA,pA)):fA(cA,pA,CA,!1)}else NA||(pA.reading=!1,BA(cA,pA));return!pA.ended&&(pA.lengthCA.highWaterMark&&(CA.highWaterMark=function IA(cA){return cA>=wA?cA=wA:(cA--,cA|=cA>>>1,cA|=cA>>>2,cA|=cA>>>4,cA|=cA>>>8,cA|=cA>>>16,cA++),cA}(cA)),cA<=CA.length?cA:CA.ended?CA.length:(CA.needReadable=!0,0))}function HA(cA){var CA=cA._readableState;E("emitReadable",CA.needReadable,CA.emittedReadable),CA.needReadable=!1,CA.emittedReadable||(E("emitReadable",CA.flowing),CA.emittedReadable=!0,u.nextTick(J,cA))}function J(cA){var CA=cA._readableState;E("emitReadable_",CA.destroyed,CA.length,CA.ended),!CA.destroyed&&(CA.length||CA.ended)&&(cA.emit("readable"),CA.emittedReadable=!1),CA.needReadable=!CA.flowing&&!CA.ended&&CA.length<=CA.highWaterMark,L(cA)}function BA(cA,CA){CA.readingMore||(CA.readingMore=!0,u.nextTick(aA,cA,CA))}function aA(cA,CA){for(;!CA.reading&&!CA.ended&&(CA.length0,CA.resumeScheduled&&!CA.paused?CA.flowing=!0:cA.listenerCount("data")>0&&cA.resume()}function xA(cA){E("readable nexttick read 0"),cA.read(0)}function W(cA,CA){E("resume",CA.reading),CA.reading||cA.read(0),CA.resumeScheduled=!1,cA.emit("resume"),L(cA),CA.flowing&&!CA.reading&&cA.read(0)}function L(cA){var CA=cA._readableState;for(E("flow",CA.flowing);CA.flowing&&null!==cA.read(););}function rA(cA,CA){return 0===CA.length?null:(CA.objectMode?DA=CA.buffer.shift():!cA||cA>=CA.length?(DA=CA.decoder?CA.buffer.join(""):1===CA.buffer.length?CA.buffer.first():CA.buffer.concat(CA.length),CA.buffer.clear()):DA=CA.buffer.consume(cA,CA.decoder),DA);var DA}function AA(cA){var CA=cA._readableState;E("endReadable",CA.endEmitted),CA.endEmitted||(CA.ended=!0,u.nextTick(QA,CA,cA))}function QA(cA,CA){if(E("endReadableNT",cA.endEmitted,cA.length),!cA.endEmitted&&0===cA.length&&(cA.endEmitted=!0,CA.readable=!1,CA.emit("end"),cA.autoDestroy)){var DA=CA._writableState;(!DA||DA.autoDestroy&&DA.finished)&&CA.destroy()}}function yA(cA,CA){for(var DA=0,NA=cA.length;DA=CA.highWaterMark:CA.length>0)||CA.ended))return E("read: emitReadable",CA.length,CA.ended),0===CA.length&&CA.ended?AA(this):HA(this),null;if(0===(cA=FA(cA,CA))&&CA.ended)return 0===CA.length&&AA(this),null;var zA,NA=CA.needReadable;return E("need readable",NA),(0===CA.length||CA.length-cA0?rA(cA,CA):null)?(CA.needReadable=CA.length<=CA.highWaterMark,cA=0):(CA.length-=cA,CA.awaitDrain=0),0===CA.length&&(CA.ended||(CA.needReadable=!0),DA!==cA&&CA.ended&&AA(this)),null!==zA&&this.emit("data",zA),zA},gA.prototype._read=function(cA){S(this,new m("_read()"))},gA.prototype.pipe=function(cA,CA){var DA=this,NA=this._readableState;switch(NA.pipesCount){case 0:NA.pipes=cA;break;case 1:NA.pipes=[NA.pipes,cA];break;default:NA.pipes.push(cA)}NA.pipesCount+=1,E("pipe count=%d opts=%j",NA.pipesCount,CA);var pA=CA&&!1===CA.end||cA===u.stdout||cA===u.stderr?ht:ft;function JA(vt,Nt){E("onunpipe"),vt===DA&&Nt&&!1===Nt.hasUnpiped&&(Nt.hasUnpiped=!0,function pt(){E("cleanup"),cA.removeListener("close",_A),cA.removeListener("finish",Qt),cA.removeListener("drain",wt),cA.removeListener("error",VA),cA.removeListener("unpipe",JA),DA.removeListener("end",ft),DA.removeListener("end",ht),DA.removeListener("data",Yt),gt=!0,NA.awaitDrain&&(!cA._writableState||cA._writableState.needDrain)&&wt()}())}function ft(){E("onend"),cA.end()}NA.endEmitted?u.nextTick(pA):DA.once("end",pA),cA.on("unpipe",JA);var wt=function eA(cA){return function(){var DA=cA._readableState;E("pipeOnDrain",DA.awaitDrain),DA.awaitDrain&&DA.awaitDrain--,0===DA.awaitDrain&&o(cA,"data")&&(DA.flowing=!0,L(cA))}}(DA);cA.on("drain",wt);var gt=!1;function Yt(vt){E("ondata");var Nt=cA.write(vt);E("dest.write",Nt),!1===Nt&&((1===NA.pipesCount&&NA.pipes===cA||NA.pipesCount>1&&-1!==yA(NA.pipes,cA))&&!gt&&(E("false write response, pause",NA.awaitDrain),NA.awaitDrain++),DA.pause())}function VA(vt){E("onerror",vt),ht(),cA.removeListener("error",VA),0===o(cA,"error")&&S(cA,vt)}function _A(){cA.removeListener("finish",Qt),ht()}function Qt(){E("onfinish"),cA.removeListener("close",_A),ht()}function ht(){E("unpipe"),DA.unpipe(cA)}return DA.on("data",Yt),function F(cA,CA,DA){if("function"==typeof cA.prependListener)return cA.prependListener(CA,DA);cA._events&&cA._events[CA]?Array.isArray(cA._events[CA])?cA._events[CA].unshift(DA):cA._events[CA]=[DA,cA._events[CA]]:cA.on(CA,DA)}(cA,"error",VA),cA.once("close",_A),cA.once("finish",Qt),cA.emit("pipe",DA),NA.flowing||(E("pipe resume"),DA.resume()),cA},gA.prototype.unpipe=function(cA){var CA=this._readableState,DA={hasUnpiped:!1};if(0===CA.pipesCount)return this;if(1===CA.pipesCount)return cA&&cA!==CA.pipes||(cA||(cA=CA.pipes),CA.pipes=null,CA.pipesCount=0,CA.flowing=!1,cA&&cA.emit("unpipe",this,DA)),this;if(!cA){var NA=CA.pipes,zA=CA.pipesCount;CA.pipes=null,CA.pipesCount=0,CA.flowing=!1;for(var pA=0;pA0,!1!==NA.flowing&&this.resume()):"readable"===cA&&!NA.endEmitted&&!NA.readableListening&&(NA.readableListening=NA.needReadable=!0,NA.flowing=!1,NA.emittedReadable=!1,E("on readable",NA.length,NA.reading),NA.length?HA(this):NA.reading||u.nextTick(xA,this)),DA},gA.prototype.removeListener=function(cA,CA){var DA=g.prototype.removeListener.call(this,cA,CA);return"readable"===cA&&u.nextTick(EA,this),DA},gA.prototype.removeAllListeners=function(cA){var CA=g.prototype.removeAllListeners.apply(this,arguments);return("readable"===cA||void 0===cA)&&u.nextTick(EA,this),CA},gA.prototype.resume=function(){var cA=this._readableState;return cA.flowing||(E("resume"),cA.flowing=!cA.readableListening,function OA(cA,CA){CA.resumeScheduled||(CA.resumeScheduled=!0,u.nextTick(W,cA,CA))}(this,cA)),cA.paused=!1,this},gA.prototype.pause=function(){return E("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(E("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},gA.prototype.wrap=function(cA){var CA=this,DA=this._readableState,NA=!1;for(var zA in cA.on("end",function(){if(E("wrapped end"),DA.decoder&&!DA.ended){var JA=DA.decoder.end();JA&&JA.length&&CA.push(JA)}CA.push(null)}),cA.on("data",function(JA){E("wrapped data"),DA.decoder&&(JA=DA.decoder.write(JA)),DA.objectMode&&null==JA||!(DA.objectMode||JA&&JA.length)||CA.push(JA)||(NA=!0,cA.pause())}),cA)void 0===this[zA]&&"function"==typeof cA[zA]&&(this[zA]=function(ft){return function(){return cA[ft].apply(cA,arguments)}}(zA));for(var pA=0;pA-1))throw new Y(rA);return this._writableState.defaultEncoding=rA,this},Object.defineProperty($.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty($.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),$.prototype._write=function(L,rA,AA){AA(new I("_write()"))},$.prototype._writev=null,$.prototype.end=function(L,rA,AA){var QA=this._writableState;return"function"==typeof L?(AA=L,L=null,rA=null):"function"==typeof rA&&(AA=rA,rA=null),null!=L&&this.write(L,rA),QA.corked&&(QA.corked=1,this.uncork()),QA.ending||function OA(L,rA,AA){rA.ending=!0,xA(L,rA),AA&&(rA.finished?u.nextTick(AA):L.once("finish",AA)),rA.ended=!0,L.writable=!1}(this,QA,AA),this},Object.defineProperty($.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty($.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(rA){this._writableState&&(this._writableState.destroyed=rA)}}),$.prototype.destroy=E.destroy,$.prototype._undestroy=E.undestroy,$.prototype._destroy=function(L,rA){rA(L)}},79676:function(b,A,n){"use strict";var a,u=n(9964);function s(x,Y,v){return(Y=function o(x){var Y=function g(x,Y){if("object"!=typeof x||null===x)return x;var v=x[Symbol.toPrimitive];if(void 0!==v){var S=v.call(x,Y||"default");if("object"!=typeof S)return S;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===Y?String:Number)(x)}(x,"string");return"symbol"==typeof Y?Y:String(Y)}(Y))in x?Object.defineProperty(x,Y,{value:v,enumerable:!0,configurable:!0,writable:!0}):x[Y]=v,x}var f=n(12167),w=Symbol("lastResolve"),B=Symbol("lastReject"),r=Symbol("error"),d=Symbol("ended"),E=Symbol("lastPromise"),C=Symbol("handlePromise"),e=Symbol("stream");function h(x,Y){return{value:x,done:Y}}function Q(x){var Y=x[w];if(null!==Y){var v=x[e].read();null!==v&&(x[E]=null,x[w]=null,x[B]=null,Y(h(v,!1)))}}function I(x){u.nextTick(Q,x)}var p=Object.getPrototypeOf(function(){}),m=Object.setPrototypeOf((s(a={get stream(){return this[e]},next:function(){var Y=this,v=this[r];if(null!==v)return Promise.reject(v);if(this[d])return Promise.resolve(h(void 0,!0));if(this[e].destroyed)return new Promise(function($,gA){u.nextTick(function(){Y[r]?gA(Y[r]):$(h(void 0,!0))})});var z,S=this[E];if(S)z=new Promise(function R(x,Y){return function(v,S){x.then(function(){Y[d]?v(h(void 0,!0)):Y[C](v,S)},S)}}(S,this));else{var F=this[e].read();if(null!==F)return Promise.resolve(h(F,!1));z=new Promise(this[C])}return this[E]=z,z}},Symbol.asyncIterator,function(){return this}),s(a,"return",function(){var Y=this;return new Promise(function(v,S){Y[e].destroy(null,function(z){z?S(z):v(h(void 0,!0))})})}),a),p);b.exports=function(Y){var v,S=Object.create(m,(s(v={},e,{value:Y,writable:!0}),s(v,w,{value:null,writable:!0}),s(v,B,{value:null,writable:!0}),s(v,r,{value:null,writable:!0}),s(v,d,{value:Y._readableState.endEmitted,writable:!0}),s(v,C,{value:function(F,$){var gA=S[e].read();gA?(S[E]=null,S[w]=null,S[B]=null,F(h(gA,!1))):(S[w]=F,S[B]=$)},writable:!0}),v));return S[E]=null,f(Y,function(z){if(z&&"ERR_STREAM_PREMATURE_CLOSE"!==z.code){var F=S[B];return null!==F&&(S[E]=null,S[w]=null,S[B]=null,F(z)),void(S[r]=z)}var $=S[w];null!==$&&(S[E]=null,S[w]=null,S[B]=null,$(h(void 0,!0))),S[d]=!0}),Y.on("readable",I.bind(null,S)),S}},37385:function(b,A,n){"use strict";var u=n(9964);function s(B,r){f(B,r),o(B)}function o(B){B._writableState&&!B._writableState.emitClose||B._readableState&&!B._readableState.emitClose||B.emit("close")}function f(B,r){B.emit("error",r)}b.exports={destroy:function a(B,r){var d=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(r?r(B):B&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,u.nextTick(f,this,B)):u.nextTick(f,this,B)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(B||null,function(e){!r&&e?d._writableState?d._writableState.errorEmitted?u.nextTick(o,d):(d._writableState.errorEmitted=!0,u.nextTick(s,d,e)):u.nextTick(s,d,e):r?(u.nextTick(o,d),r(e)):u.nextTick(o,d)}),this)},undestroy:function g(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function w(B,r){var d=B._readableState,E=B._writableState;d&&d.autoDestroy||E&&E.autoDestroy?B.destroy(r):B.emit("error",r)}}},12167:function(b,A,n){"use strict";var u=n(83797).F.ERR_STREAM_PREMATURE_CLOSE;function s(){}b.exports=function g(f,w,B){if("function"==typeof w)return g(f,null,w);w||(w={}),B=function a(f){var w=!1;return function(){if(!w){w=!0;for(var B=arguments.length,r=new Array(B),d=0;d0,function(v){R||(R=v),v&&p.forEach(r),!x&&(p.forEach(r),I(R))})});return h.reduce(d)}},68130:function(b,A,n){"use strict";var u=n(83797).F.ERR_INVALID_OPT_VALUE;b.exports={getHighWaterMark:function s(o,g,f,w){var B=function a(o,g,f){return null!=o.highWaterMark?o.highWaterMark:g?o[f]:null}(g,w,f);if(null!=B){if(!isFinite(B)||Math.floor(B)!==B||B<0)throw new u(w?f:"highWaterMark",B);return Math.floor(B)}return o.objectMode?16:16384}}},99018:function(b,A,n){b.exports=n(64785).EventEmitter},43143:function(b,A,n){"use strict";var u=n(72361).Buffer,a=u.isEncoding||function(p){switch((p=""+p)&&p.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function g(p){var m;switch(this.encoding=function o(p){var m=function s(p){if(!p)return"utf8";for(var m;;)switch(p){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return p;default:if(m)return;p=(""+p).toLowerCase(),m=!0}}(p);if("string"!=typeof m&&(u.isEncoding===a||!a(p)))throw new Error("Unknown encoding: "+p);return m||p}(p),this.encoding){case"utf16le":this.text=C,this.end=e,m=4;break;case"utf8":this.fillLast=r,m=4;break;case"base64":this.text=h,this.end=Q,m=3;break;default:return this.write=I,void(this.end=R)}this.lastNeed=0,this.lastTotal=0,this.lastChar=u.allocUnsafe(m)}function f(p){return p<=127?0:p>>5==6?2:p>>4==14?3:p>>3==30?4:p>>6==2?-1:-2}function r(p){var m=this.lastTotal-this.lastNeed,y=function B(p,m,y){if(128!=(192&m[0]))return p.lastNeed=0,"\ufffd";if(p.lastNeed>1&&m.length>1){if(128!=(192&m[1]))return p.lastNeed=1,"\ufffd";if(p.lastNeed>2&&m.length>2&&128!=(192&m[2]))return p.lastNeed=2,"\ufffd"}}(this,p);return void 0!==y?y:this.lastNeed<=p.length?(p.copy(this.lastChar,m,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(p.copy(this.lastChar,m,0,p.length),void(this.lastNeed-=p.length))}function C(p,m){if((p.length-m)%2==0){var y=p.toString("utf16le",m);if(y){var x=y.charCodeAt(y.length-1);if(x>=55296&&x<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1],y.slice(0,-1)}return y}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=p[p.length-1],p.toString("utf16le",m,p.length-1)}function e(p){var m=p&&p.length?this.write(p):"";return this.lastNeed?m+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):m}function h(p,m){var y=(p.length-m)%3;return 0===y?p.toString("base64",m):(this.lastNeed=3-y,this.lastTotal=3,1===y?this.lastChar[0]=p[p.length-1]:(this.lastChar[0]=p[p.length-2],this.lastChar[1]=p[p.length-1]),p.toString("base64",m,p.length-y))}function Q(p){var m=p&&p.length?this.write(p):"";return this.lastNeed?m+this.lastChar.toString("base64",0,3-this.lastNeed):m}function I(p){return p.toString(this.encoding)}function R(p){return p&&p.length?this.write(p):""}A.I=g,g.prototype.write=function(p){if(0===p.length)return"";var m,y;if(this.lastNeed){if(void 0===(m=this.fillLast(p)))return"";y=this.lastNeed,this.lastNeed=0}else y=0;return y=0?(Y>0&&(p.lastNeed=Y-1),Y):--x=0?(Y>0&&(p.lastNeed=Y-2),Y):--x=0?(Y>0&&(2===Y?Y=0:p.lastNeed=Y-3),Y):0}(this,p,m);if(!this.lastNeed)return p.toString("utf8",m);this.lastTotal=y;var x=p.length-(y-this.lastNeed);return p.copy(this.lastChar,0,x),p.toString("utf8",m,x)},g.prototype.fillLast=function(p){if(this.lastNeed<=p.length)return p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);p.copy(this.lastChar,this.lastTotal-this.lastNeed,0,p.length),this.lastNeed-=p.length}},3483:function(b){var A=0,n=-3;function u(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function a(v,S){this.source=v,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=S,this.destLen=0,this.ltree=new u,this.dtree=new u}var s=new u,o=new u,g=new Uint8Array(30),f=new Uint16Array(30),w=new Uint8Array(30),B=new Uint16Array(30),r=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),d=new u,E=new Uint8Array(320);function C(v,S,z,F){var $,gA;for($=0;$>>=1,S}function R(v,S,z){if(!S)return z;for(;v.bitcount<24;)v.tag|=v.source[v.sourceIndex++]<>>16-S;return v.tag>>>=S,v.bitcount-=S,F+z}function p(v,S){for(;v.bitcount<24;)v.tag|=v.source[v.sourceIndex++]<>>=1,++$,z+=S.table[$],F-=S.table[$]}while(F>=0);return v.tag=gA,v.bitcount-=$,S.trans[z+F]}function m(v,S,z){var F,$,gA,_,fA,iA;for(F=R(v,5,257),$=R(v,5,1),gA=R(v,4,4),_=0;_<19;++_)E[_]=0;for(_=0;_8;)v.sourceIndex--,v.bitcount-=8;if((S=256*(S=v.source[v.sourceIndex+1])+v.source[v.sourceIndex])!==(65535&~(256*v.source[v.sourceIndex+3]+v.source[v.sourceIndex+2])))return n;for(v.sourceIndex+=4,F=S;F;--F)v.dest[v.destLen++]=v.source[v.sourceIndex++];return v.bitcount=0,A}(function e(v,S){var z;for(z=0;z<7;++z)v.table[z]=0;for(v.table[7]=24,v.table[8]=152,v.table[9]=112,z=0;z<24;++z)v.trans[z]=256+z;for(z=0;z<144;++z)v.trans[24+z]=z;for(z=0;z<8;++z)v.trans[168+z]=280+z;for(z=0;z<112;++z)v.trans[176+z]=144+z;for(z=0;z<5;++z)S.table[z]=0;for(S.table[5]=32,z=0;z<32;++z)S.trans[z]=z})(s,o),C(g,f,4,3),C(w,B,2,1),g[28]=0,f[28]=258,b.exports=function Y(v,S){var F,gA,z=new a(v,S);do{switch(F=I(z),R(z,2,0)){case 0:gA=x(z);break;case 1:gA=y(z,s,o);break;case 2:m(z,z.ltree,z.dtree),gA=y(z,z.ltree,z.dtree);break;default:gA=n}if(gA!==A)throw new Error("Data error")}while(!F);return z.destLen"u")&&(HA.working?HA(pA):pA instanceof ArrayBuffer)}function BA(pA){return"[object DataView]"===B(pA)}function aA(pA){return!(typeof DataView>"u")&&(BA.working?BA(pA):pA instanceof DataView)}A.isArgumentsObject=u,A.isGeneratorFunction=a,A.isTypedArray=o,A.isPromise=function Q(pA){return typeof Promise<"u"&&pA instanceof Promise||null!==pA&&"object"==typeof pA&&"function"==typeof pA.then&&"function"==typeof pA.catch},A.isArrayBufferView=function I(pA){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(pA):o(pA)||aA(pA)},A.isUint8Array=function R(pA){return"Uint8Array"===s(pA)},A.isUint8ClampedArray=function p(pA){return"Uint8ClampedArray"===s(pA)},A.isUint16Array=function m(pA){return"Uint16Array"===s(pA)},A.isUint32Array=function y(pA){return"Uint32Array"===s(pA)},A.isInt8Array=function x(pA){return"Int8Array"===s(pA)},A.isInt16Array=function Y(pA){return"Int16Array"===s(pA)},A.isInt32Array=function v(pA){return"Int32Array"===s(pA)},A.isFloat32Array=function S(pA){return"Float32Array"===s(pA)},A.isFloat64Array=function z(pA){return"Float64Array"===s(pA)},A.isBigInt64Array=function F(pA){return"BigInt64Array"===s(pA)},A.isBigUint64Array=function $(pA){return"BigUint64Array"===s(pA)},gA.working=typeof Map<"u"&&gA(new Map),A.isMap=function _(pA){return!(typeof Map>"u")&&(gA.working?gA(pA):pA instanceof Map)},fA.working=typeof Set<"u"&&fA(new Set),A.isSet=function iA(pA){return!(typeof Set>"u")&&(fA.working?fA(pA):pA instanceof Set)},wA.working=typeof WeakMap<"u"&&wA(new WeakMap),A.isWeakMap=function IA(pA){return!(typeof WeakMap>"u")&&(wA.working?wA(pA):pA instanceof WeakMap)},FA.working=typeof WeakSet<"u"&&FA(new WeakSet),A.isWeakSet=function YA(pA){return FA(pA)},HA.working=typeof ArrayBuffer<"u"&&HA(new ArrayBuffer),A.isArrayBuffer=J,BA.working=typeof ArrayBuffer<"u"&&typeof DataView<"u"&&BA(new DataView(new ArrayBuffer(1),0,1)),A.isDataView=aA;var eA=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:void 0;function EA(pA){return"[object SharedArrayBuffer]"===B(pA)}function xA(pA){return!(typeof eA>"u")&&(typeof EA.working>"u"&&(EA.working=EA(new eA)),EA.working?EA(pA):pA instanceof eA)}function QA(pA){return h(pA,r)}function yA(pA){return h(pA,d)}function cA(pA){return h(pA,E)}function CA(pA){return f&&h(pA,C)}function DA(pA){return w&&h(pA,e)}A.isSharedArrayBuffer=xA,A.isAsyncFunction=function OA(pA){return"[object AsyncFunction]"===B(pA)},A.isMapIterator=function W(pA){return"[object Map Iterator]"===B(pA)},A.isSetIterator=function L(pA){return"[object Set Iterator]"===B(pA)},A.isGeneratorObject=function rA(pA){return"[object Generator]"===B(pA)},A.isWebAssemblyCompiledModule=function AA(pA){return"[object WebAssembly.Module]"===B(pA)},A.isNumberObject=QA,A.isStringObject=yA,A.isBooleanObject=cA,A.isBigIntObject=CA,A.isSymbolObject=DA,A.isBoxedPrimitive=function NA(pA){return QA(pA)||yA(pA)||cA(pA)||CA(pA)||DA(pA)},A.isAnyArrayBuffer=function zA(pA){return typeof Uint8Array<"u"&&(J(pA)||xA(pA))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(pA){Object.defineProperty(A,pA,{enumerable:!1,value:function(){throw new Error(pA+" is not supported in userland")}})})},7187:function(b,A,n){var u=n(9964),a=Object.getOwnPropertyDescriptors||function(eA){for(var EA=Object.keys(eA),xA={},OA=0;OA=OA)return rA;switch(rA){case"%s":return String(xA[EA++]);case"%d":return Number(xA[EA++]);case"%j":try{return JSON.stringify(xA[EA++])}catch{return"[Circular]"}default:return rA}}),L=xA[EA];EA"u")return function(){return A.deprecate(aA,eA).apply(this,arguments)};var EA=!1;return function xA(){if(!EA){if(u.throwDeprecation)throw new Error(eA);u.traceDeprecation?console.trace(eA):console.error(eA),EA=!0}return aA.apply(this,arguments)}};var o={},g=/^$/;if(u.env.NODE_DEBUG){var f=u.env.NODE_DEBUG;f=f.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase(),g=new RegExp("^"+f+"$","i")}function w(aA,eA){var EA={seen:[],stylize:r};return arguments.length>=3&&(EA.depth=arguments[2]),arguments.length>=4&&(EA.colors=arguments[3]),p(eA)?EA.showHidden=eA:eA&&A._extend(EA,eA),S(EA.showHidden)&&(EA.showHidden=!1),S(EA.depth)&&(EA.depth=2),S(EA.colors)&&(EA.colors=!1),S(EA.customInspect)&&(EA.customInspect=!0),EA.colors&&(EA.stylize=B),E(EA,aA,EA.depth)}function B(aA,eA){var EA=w.styles[eA];return EA?"\x1b["+w.colors[EA][0]+"m"+aA+"\x1b["+w.colors[EA][1]+"m":aA}function r(aA,eA){return aA}function E(aA,eA,EA){if(aA.customInspect&&eA&&_(eA.inspect)&&eA.inspect!==A.inspect&&(!eA.constructor||eA.constructor.prototype!==eA)){var xA=eA.inspect(EA,aA);return Y(xA)||(xA=E(aA,xA,EA)),xA}var OA=function C(aA,eA){if(S(eA))return aA.stylize("undefined","undefined");if(Y(eA)){var EA="'"+JSON.stringify(eA).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return aA.stylize(EA,"string")}return x(eA)?aA.stylize(""+eA,"number"):p(eA)?aA.stylize(""+eA,"boolean"):m(eA)?aA.stylize("null","null"):void 0}(aA,eA);if(OA)return OA;var W=Object.keys(eA),L=function d(aA){var eA={};return aA.forEach(function(EA,xA){eA[EA]=!0}),eA}(W);if(aA.showHidden&&(W=Object.getOwnPropertyNames(eA)),gA(eA)&&(W.indexOf("message")>=0||W.indexOf("description")>=0))return e(eA);if(0===W.length){if(_(eA))return aA.stylize("[Function"+(eA.name?": "+eA.name:"")+"]","special");if(z(eA))return aA.stylize(RegExp.prototype.toString.call(eA),"regexp");if($(eA))return aA.stylize(Date.prototype.toString.call(eA),"date");if(gA(eA))return e(eA)}var CA,AA="",QA=!1,yA=["{","}"];return R(eA)&&(QA=!0,yA=["[","]"]),_(eA)&&(AA=" [Function"+(eA.name?": "+eA.name:"")+"]"),z(eA)&&(AA=" "+RegExp.prototype.toString.call(eA)),$(eA)&&(AA=" "+Date.prototype.toUTCString.call(eA)),gA(eA)&&(AA=" "+e(eA)),0!==W.length||QA&&0!=eA.length?EA<0?z(eA)?aA.stylize(RegExp.prototype.toString.call(eA),"regexp"):aA.stylize("[Object]","special"):(aA.seen.push(eA),CA=QA?function h(aA,eA,EA,xA,OA){for(var W=[],L=0,rA=eA.length;L60?EA[0]+(""===eA?"":eA+"\n ")+" "+aA.join(",\n ")+" "+EA[1]:EA[0]+eA+" "+aA.join(", ")+" "+EA[1]}(CA,AA,yA)):yA[0]+AA+yA[1]}function e(aA){return"["+Error.prototype.toString.call(aA)+"]"}function Q(aA,eA,EA,xA,OA,W){var L,rA,AA;if((AA=Object.getOwnPropertyDescriptor(eA,OA)||{value:eA[OA]}).get?rA=aA.stylize(AA.set?"[Getter/Setter]":"[Getter]","special"):AA.set&&(rA=aA.stylize("[Setter]","special")),YA(xA,OA)||(L="["+OA+"]"),rA||(aA.seen.indexOf(AA.value)<0?(rA=m(EA)?E(aA,AA.value,null):E(aA,AA.value,EA-1)).indexOf("\n")>-1&&(rA=W?rA.split("\n").map(function(QA){return" "+QA}).join("\n").slice(2):"\n"+rA.split("\n").map(function(QA){return" "+QA}).join("\n")):rA=aA.stylize("[Circular]","special")),S(L)){if(W&&OA.match(/^\d+$/))return rA;(L=JSON.stringify(""+OA)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(L=L.slice(1,-1),L=aA.stylize(L,"name")):(L=L.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),L=aA.stylize(L,"string"))}return L+": "+rA}function R(aA){return Array.isArray(aA)}function p(aA){return"boolean"==typeof aA}function m(aA){return null===aA}function x(aA){return"number"==typeof aA}function Y(aA){return"string"==typeof aA}function S(aA){return void 0===aA}function z(aA){return F(aA)&&"[object RegExp]"===iA(aA)}function F(aA){return"object"==typeof aA&&null!==aA}function $(aA){return F(aA)&&"[object Date]"===iA(aA)}function gA(aA){return F(aA)&&("[object Error]"===iA(aA)||aA instanceof Error)}function _(aA){return"function"==typeof aA}function iA(aA){return Object.prototype.toString.call(aA)}function wA(aA){return aA<10?"0"+aA.toString(10):aA.toString(10)}A.debuglog=function(aA){if(aA=aA.toUpperCase(),!o[aA])if(g.test(aA)){var eA=u.pid;o[aA]=function(){var EA=A.format.apply(A,arguments);console.error("%s %d: %s",aA,eA,EA)}}else o[aA]=function(){};return o[aA]},A.inspect=w,w.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},w.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},A.types=n(29490),A.isArray=R,A.isBoolean=p,A.isNull=m,A.isNullOrUndefined=function y(aA){return null==aA},A.isNumber=x,A.isString=Y,A.isSymbol=function v(aA){return"symbol"==typeof aA},A.isUndefined=S,A.isRegExp=z,A.types.isRegExp=z,A.isObject=F,A.isDate=$,A.types.isDate=$,A.isError=gA,A.types.isNativeError=gA,A.isFunction=_,A.isPrimitive=function fA(aA){return null===aA||"boolean"==typeof aA||"number"==typeof aA||"string"==typeof aA||"symbol"==typeof aA||typeof aA>"u"},A.isBuffer=n(41201);var IA=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function YA(aA,eA){return Object.prototype.hasOwnProperty.call(aA,eA)}A.log=function(){console.log("%s - %s",function FA(){var aA=new Date,eA=[wA(aA.getHours()),wA(aA.getMinutes()),wA(aA.getSeconds())].join(":");return[aA.getDate(),IA[aA.getMonth()],eA].join(" ")}(),A.format.apply(A,arguments))},A.inherits=n(89784),A._extend=function(aA,eA){if(!eA||!F(eA))return aA;for(var EA=Object.keys(eA),xA=EA.length;xA--;)aA[EA[xA]]=eA[EA[xA]];return aA};var HA=typeof Symbol<"u"?Symbol("util.promisify.custom"):void 0;function J(aA,eA){if(!aA){var EA=new Error("Promise was rejected with a falsy value");EA.reason=aA,aA=EA}return eA(aA)}A.promisify=function(eA){if("function"!=typeof eA)throw new TypeError('The "original" argument must be of type Function');if(HA&&eA[HA]){var EA;if("function"!=typeof(EA=eA[HA]))throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(EA,HA,{value:EA,enumerable:!1,writable:!1,configurable:!0}),EA}function EA(){for(var xA,OA,W=new Promise(function(AA,QA){xA=AA,OA=QA}),L=[],rA=0;rA"u"?n.g:globalThis,r=a(),d=o("String.prototype.slice"),E=Object.getPrototypeOf,C=o("Array.prototype.indexOf",!0)||function(R,p){for(var m=0;m-1?p:"Object"===p&&function(R){var p=!1;return u(e,function(m,y){if(!p)try{m(R),p=d(y,1)}catch{}}),p}(R)}return g?function(R){var p=!1;return u(e,function(m,y){if(!p)try{"$"+m(R)===y&&(p=d(y,1))}catch{}}),p}(R):null}},52242:function(b,A,n){b.exports=n(45349)},45349:function(b,A,n){!function(){var u;if(b.exports&&!n.g.xmldocAssumeBrowser)u=n(61733);else if(!(u=this.sax))throw new Error("Expected sax to be defined. Make sure you're including sax.js before this file.");function a(m,y){if(!y){var x=w[w.length-1];x.parser&&(y=x.parser)}this.name=m.name,this.attr=m.attributes,this.val="",this.children=[],this.firstChild=null,this.lastChild=null,this.line=y?y.line:null,this.column=y?y.column:null,this.position=y?y.position:null,this.startTagPosition=y?y.startTagPosition:null}function s(m){this.text=m}function o(m){this.cdata=m}function g(m){this.comment=m}function f(m){if(m&&(m=m.toString().trim()),!m)throw new Error("No XML to parse!");this.doctype="",this.parser=u.parser(!0),function B(m){m.onopentag=r,m.onclosetag=d,m.ontext=E,m.oncdata=C,m.oncomment=e,m.ondoctype=h,m.onerror=Q}(this.parser),w=[this];try{this.parser.write(m)}finally{delete this.parser}}a.prototype._addChild=function(m){this.children.push(m),this.firstChild||(this.firstChild=m),this.lastChild=m},a.prototype._opentag=function(m){var y=new a(m);this._addChild(y),w.unshift(y)},a.prototype._closetag=function(){w.shift()},a.prototype._text=function(m){typeof this.children>"u"||(this.val+=m,this._addChild(new s(m)))},a.prototype._cdata=function(m){this.val+=m,this._addChild(new o(m))},a.prototype._comment=function(m){typeof this.children>"u"||this._addChild(new g(m))},a.prototype._error=function(m){throw m},a.prototype.eachChild=function(m,y){for(var x=0,Y=this.children.length;x1?x.attr[y[1]]:x.val},a.prototype.toString=function(m){return this.toStringWithIndent("",m)},a.prototype.toStringWithIndent=function(m,y){var x=m+"<"+this.name,Y=y&&y.compressed?"":"\n";for(var S in this.attr)Object.prototype.hasOwnProperty.call(this.attr,S)&&(x+=" "+S+'="'+R(this.attr[S])+'"');if(1===this.children.length&&"element"!==this.children[0].type)x+=">"+this.children[0].toString(y)+"";else if(this.children.length){x+=">"+Y;for(var z=m+(y&&y.compressed?"":" "),F=0,$=this.children.length;F<$;F++)x+=this.children[F].toStringWithIndent(z,y)+Y;x+=m+""}else y&&y.html?-1!==["area","base","br","col","embed","frame","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"].indexOf(this.name)?x+="/>":x+=">":x+="/>";return x},s.prototype.toString=function(m){return p(R(this.text),m)},s.prototype.toStringWithIndent=function(m,y){return m+this.toString(y)},o.prototype.toString=function(m){return""},o.prototype.toStringWithIndent=function(m,y){return m+this.toString(y)},g.prototype.toString=function(m){return"\x3c!--"+p(R(this.comment),m)+"--\x3e"},g.prototype.toStringWithIndent=function(m,y){return m+this.toString(y)},a.prototype.type="element",s.prototype.type="text",o.prototype.type="cdata",g.prototype.type="comment",function I(m,y){for(var x in y)y.hasOwnProperty(x)&&(m[x]=y[x])}(f.prototype,a.prototype),f.prototype._opentag=function(m){typeof this.children>"u"?a.call(this,m):a.prototype._opentag.apply(this,arguments)},f.prototype._doctype=function(m){this.doctype+=m};var w=null;function r(){w[0]&&w[0]._opentag.apply(w[0],arguments)}function d(){w[0]&&w[0]._closetag.apply(w[0],arguments)}function E(){w[0]&&w[0]._text.apply(w[0],arguments)}function C(){w[0]&&w[0]._cdata.apply(w[0],arguments)}function e(){w[0]&&w[0]._comment.apply(w[0],arguments)}function h(){w[0]&&w[0]._doctype.apply(w[0],arguments)}function Q(){w[0]&&w[0]._error.apply(w[0],arguments)}function R(m){return m.toString().replace(/&/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")}function p(m,y){var x=m;return y&&y.trimmed&&m.length>25&&(x=x.substring(0,25).trim()+"\u2026"),y&&y.preserveWhitespace||(x=x.trim()),x}b.exports&&!n.g.xmldocAssumeBrowser?(b.exports.XmlDocument=f,b.exports.XmlElement=a,b.exports.XmlTextNode=s,b.exports.XmlCDataNode=o,b.exports.XmlCommentNode=g):(this.XmlDocument=f,this.XmlElement=a,this.XmlTextNode=s,this.XmlCDataNode=o,this.XmlCommentNode=g)}()},7785:function(b,A,n){"use strict";typeof window<"u"&&!window.Promise&&n(98168),n(83043);function a(s){this.fs=s,this.resolving={}}a.prototype.resolve=function(s,o){if(!this.resolving[s]){var g=this;this.resolving[s]=new Promise(function(f,w){0===s.toLowerCase().indexOf("https://")||0===s.toLowerCase().indexOf("http://")?g.fs.existsSync(s)?f():function(s,o){return new Promise(function(g,f){var w=new XMLHttpRequest;for(var B in w.open("GET",s,!0),o)w.setRequestHeader(B,o[B]);w.responseType="arraybuffer",w.onreadystatechange=function(){4===w.readyState&&(w.status>=200&&w.status<300||setTimeout(function(){f(new TypeError('Failed to fetch (url: "'+s+'")'))},0))},w.onload=function(){w.status>=200&&w.status<300&&g(w.response)},w.onerror=function(){setTimeout(function(){f(new TypeError('Network request failed (url: "'+s+'")'))},0)},w.ontimeout=function(){setTimeout(function(){f(new TypeError('Network request failed (url: "'+s+'")'))},0)},w.send()})}(s,o).then(function(B){g.fs.writeFileSync(s,B),f()},function(B){w(B)}):f()})}return this.resolving[s]},a.prototype.resolved=function(){var s=this;return new Promise(function(o,g){Promise.all(Object.values(s.resolving)).then(function(){o()},function(f){g(f)})})},b.exports=a},45314:function(b,A,n){"use strict";var u=n(50621).Buffer,a=n(91867).isFunction,s=n(91867).isUndefined,f=(n(91867),n(44134).saveAs),w={Roboto:{normal:"Roboto-Regular.ttf",bold:"Roboto-Medium.ttf",italics:"Roboto-Italic.ttf",bolditalics:"Roboto-MediumItalic.ttf"}};function B(d,E,C,e){this.docDefinition=d,this.tableLayouts=E||null,this.fonts=C||w,this.vfs=e}B.prototype._createDoc=function(d,E){var C=function(Y){return"object"==typeof Y?{url:Y.url,headers:Y.headers}:{url:Y,headers:{}}};d=d||{},this.tableLayouts&&(d.tableLayouts=this.tableLayouts);var h=new(n(81566))(this.fonts);if(n(48181).bindFS(this.vfs),!a(E))return h.createPdfKitDocument(this.docDefinition,d);var R=new(n(7785))(n(48181));for(var p in this.fonts)if(this.fonts.hasOwnProperty(p)){if(this.fonts[p].normal)if(Array.isArray(this.fonts[p].normal)){var m=C(this.fonts[p].normal[0]);R.resolve(m.url,m.headers),this.fonts[p].normal[0]=m.url}else m=C(this.fonts[p].normal),R.resolve(m.url,m.headers),this.fonts[p].normal=m.url;this.fonts[p].bold&&(Array.isArray(this.fonts[p].bold)?(m=C(this.fonts[p].bold[0]),R.resolve(m.url,m.headers),this.fonts[p].bold[0]=m.url):(m=C(this.fonts[p].bold),R.resolve(m.url,m.headers),this.fonts[p].bold=m.url)),this.fonts[p].italics&&(Array.isArray(this.fonts[p].italics)?(m=C(this.fonts[p].italics[0]),R.resolve(m.url,m.headers),this.fonts[p].italics[0]=m.url):(m=C(this.fonts[p].italics),R.resolve(m.url,m.headers),this.fonts[p].italics=m.url)),this.fonts[p].bolditalics&&(Array.isArray(this.fonts[p].bolditalics)?(m=C(this.fonts[p].bolditalics[0]),R.resolve(m.url,m.headers),this.fonts[p].bolditalics[0]=m.url):(m=C(this.fonts[p].bolditalics),R.resolve(m.url,m.headers),this.fonts[p].bolditalics=m.url))}if(this.docDefinition.images)for(var y in this.docDefinition.images)this.docDefinition.images.hasOwnProperty(y)&&(m=C(this.docDefinition.images[y]),R.resolve(m.url,m.headers),this.docDefinition.images[y]=m.url);var x=this;R.resolved().then(function(){var Y=h.createPdfKitDocument(x.docDefinition,d);E(Y)},function(Y){throw Y})},B.prototype._flushDoc=function(d,E){var e,C=[];d.on("readable",function(){for(var h;null!==(h=d.read(9007199254740991));)C.push(h)}),d.on("end",function(){e=u.concat(C),E(e,d._pdfMakePages)}),d.end()},B.prototype._getPages=function(d,E){if(!E)throw"_getPages is an async method and needs a callback argument";var C=this;this._createDoc(d,function(e){C._flushDoc(e,function(h,Q){E(Q)})})},B.prototype._bufferToBlob=function(d){var E;try{E=new Blob([d],{type:"application/pdf"})}catch(e){if("InvalidStateError"===e.name){var C=new Uint8Array(d);E=new Blob([C.buffer],{type:"application/pdf"})}}if(!E)throw"Could not generate blob";return E},B.prototype._openWindow=function(){var d=window.open("","_blank");if(null===d)throw"Open PDF in new window blocked by browser";return d},B.prototype._openPdf=function(d,E){E||(E=this._openWindow());try{this.getBlob(function(C){var h=(window.URL||window.webkitURL).createObjectURL(C);E.location.href=h},d)}catch(C){throw E.close(),C}},B.prototype.open=function(d,E){(d=d||{}).autoPrint=!1,this._openPdf(d,E=E||null)},B.prototype.print=function(d,E){(d=d||{}).autoPrint=!0,this._openPdf(d,E=E||null)},B.prototype.download=function(d,E,C){a(d)&&(s(E)||(C=E),E=d,d=null),d=d||"file.pdf",this.getBlob(function(e){f(e,d),a(E)&&E()},C)},B.prototype.getBase64=function(d,E){if(!d)throw"getBase64 is an async method and needs a callback argument";this.getBuffer(function(C){d(C.toString("base64"))},E)},B.prototype.getDataUrl=function(d,E){if(!d)throw"getDataUrl is an async method and needs a callback argument";this.getBuffer(function(C){d("data:application/pdf;base64,"+C.toString("base64"))},E)},B.prototype.getBlob=function(d,E){if(!d)throw"getBlob is an async method and needs a callback argument";var C=this;this.getBuffer(function(e){var h=C._bufferToBlob(e);d(h)},E)},B.prototype.getBuffer=function(d,E){if(!d)throw"getBuffer is an async method and needs a callback argument";var C=this;this._createDoc(E,function(e){C._flushDoc(e,function(h){d(h)})})},B.prototype.getStream=function(d,E){if(!a(E))return this._createDoc(d);this._createDoc(d,function(e){E(e)})},b.exports={createPdf:function(d,E,C,e){if(!function r(){try{var d=new Uint8Array(1),E={foo:function(){return 42}};return Object.setPrototypeOf(E,Uint8Array.prototype),Object.setPrototypeOf(d,E),42===d.foo()}catch{return!1}}())throw"Your browser does not provide the level of support needed";return new B(d,E||n.g.pdfMake.tableLayouts,C||n.g.pdfMake.fonts,e||n.g.pdfMake.vfs)}}},48181:function(b,A,n){"use strict";var a=n(50621).Buffer;function s(){this.fileSystem={},this.dataSystem={}}function o(g){return 0===g.indexOf("/")&&(g=g.substring(1)),0===g.indexOf("/")&&(g=g.substring(1)),g}s.prototype.existsSync=function(g){return g=o(g),typeof this.fileSystem[g]<"u"||typeof this.dataSystem[g]<"u"},s.prototype.readFileSync=function(g,f){g=o(g);var w=this.dataSystem[g];if("string"==typeof w&&"utf8"===f)return w;if(w)return new a(w,"string"==typeof w?"base64":void 0);var B=this.fileSystem[g];if(B)return B;throw"File '"+g+"' not found in virtual file system"},s.prototype.writeFileSync=function(g,f){this.fileSystem[o(g)]=f},s.prototype.bindFS=function(g){this.dataSystem=g||{}},b.exports=new s},77530:function(b,A,n){"use strict";var u=n(91867).isString;function s(f){return"auto"===f.width}function o(f){return null==f.width||"*"===f.width||"star"===f.width}b.exports={buildColumnWidths:function a(f,w){var B=[],r=0,d=0,E=[],C=0,e=0,h=[],Q=w;f.forEach(function(x){s(x)?(B.push(x),r+=x._minWidth,d+=x._maxWidth):o(x)?(E.push(x),C=Math.max(C,x._minWidth),e=Math.max(e,x._maxWidth)):h.push(x)}),h.forEach(function(x){u(x.width)&&/\d+%/.test(x.width)&&(x.width=parseFloat(x.width)*Q/100),x._calcWidth=x.width=w)B.forEach(function(x){x._calcWidth=x._minWidth}),E.forEach(function(x){x._calcWidth=C});else{if(R0){var y=w/E.length;E.forEach(function(x){x._calcWidth=y})}}},measureMinMax:function g(f){for(var w={min:0,max:0},B={min:0,max:0},r=0,d=0,E=f.length;d=0;z--){var $=h.styleStack.styleDictionary[v[z]];for(var gA in $)$.hasOwnProperty(gA)&&(S[gA]=$[gA])}return S}function m(v){return g(v)?v=[v,v,v,v]:w(v)&&2===v.length&&(v=[v[0],v[1],v[0],v[1]]),v}var y=[void 0,void 0,void 0,void 0];if(e.style){var Y=p(w(e.style)?e.style:[e.style]);Y&&(y=R(Y,y)),Y.margin&&(y=m(Y.margin))}return y=R(e,y),e.margin&&(y=m(e.margin)),void 0===y[0]&&void 0===y[1]&&void 0===y[2]&&void 0===y[3]?null:y}(),e.columns)return Q(h.measureColumns(e));if(e.stack)return Q(h.measureVerticalContainer(e));if(e.ul)return Q(h.measureUnorderedList(e));if(e.ol)return Q(h.measureOrderedList(e));if(e.table)return Q(h.measureTable(e));if(void 0!==e.text)return Q(h.measureLeaf(e));if(e.toc)return Q(h.measureToc(e));if(e.image)return Q(h.measureImage(e));if(e.svg)return Q(h.measureSVG(e));if(e.canvas)return Q(h.measureCanvas(e));if(e.qr)return Q(h.measureQr(e));throw"Unrecognized document structure: "+JSON.stringify(e,B)});function Q(R){var p=R._margin;return p&&(R._minWidth+=p[0]+p[2],R._maxWidth+=p[0]+p[2]),R}},C.prototype.convertIfBase64Image=function(e){if(/^data:image\/(jpeg|jpg|png);base64,/.test(e.image)){var h="$$pdfmake$$"+this.autoImageIndex++;this.images[h]=e.image,e.image=h}},C.prototype.measureImageWithDimensions=function(e,h){if(e.fit){var Q=h.width/h.height>e.fit[0]/e.fit[1]?e.fit[0]/h.width:e.fit[1]/h.height;e._width=e._minWidth=e._maxWidth=h.width*Q,e._height=h.height*Q}else e.cover?(e._width=e._minWidth=e._maxWidth=e.cover.width,e._height=e._minHeight=e._maxHeight=e.cover.height):(e._width=e._minWidth=e._maxWidth=e.width||h.width,e._height=e.height||h.height*e._width/h.width,g(e.maxWidth)&&e.maxWidthe._width&&(e._width=e._minWidth=e._maxWidth=e.minWidth,e._height=e._width*h.height/h.width),g(e.minHeight)&&e.minHeight>e._height&&(e._height=e.minHeight,e._width=e._minWidth=e._maxWidth=e._height*h.width/h.height));e._alignment=this.styleStack.getProperty("alignment")},C.prototype.measureImage=function(e){this.images&&this.convertIfBase64Image(e);var h=this.imageMeasure.measureImage(e.image);return this.measureImageWithDimensions(e,h),e},C.prototype.measureSVG=function(e){var h=this.svgMeasure.measureSVG(e.svg);return this.measureImageWithDimensions(e,h),e.font=this.styleStack.getProperty("font"),e.svg=this.svgMeasure.writeDimensions(e.svg,{width:e._width,height:e._height}),e},C.prototype.measureLeaf=function(e){e._textRef&&e._textRef._textNodeRef.text&&(e.text=e._textRef._textNodeRef.text);var h=this.styleStack.clone();h.push(e);var Q=this.textTools.buildInlines(e.text,h);return e._inlines=Q.items,e._minWidth=Q.minWidth,e._maxWidth=Q.maxWidth,e},C.prototype.measureToc=function(e){if(e.toc.title&&(e.toc.title=this.measureNode(e.toc.title)),e.toc._items.length>0){for(var h=[],Q=e.toc.textStyle||{},I=e.toc.numberStyle||Q,R=e.toc.textMargin||[0,0,0,0],p=0,m=e.toc._items.length;p=26?S((z/26|0)-1):"")+"abcdefghijklmnopqrstuvwxyz"[z%26|0]}(v-1)}function p(v){if(v<1||v>4999)return v.toString();var $,S=v,z={M:1e3,CM:900,D:500,CD:400,C:100,XC:90,L:50,XL:40,X:10,IX:9,V:5,IV:4,I:1},F="";for($ in z)for(;S>=z[$];)F+=$,S-=z[$];return F}var y;switch(Q){case"none":y=null;break;case"upper-alpha":y=R(e).toUpperCase();break;case"lower-alpha":y=R(e);break;case"upper-roman":y=p(e);break;case"lower-roman":y=p(e).toLowerCase();break;default:y=function m(v){return v.toString()}(e)}if(null===y)return{};I&&(w(I)?(I[0]&&(y=I[0]+y),I[1]&&(y+=I[1]),y+=" "):y+=I+" ");var x={text:y},Y=h.getProperty("markerColor");return Y&&(x.color=Y),{_inlines:this.textTools.buildInlines(x,h).items}},C.prototype.measureUnorderedList=function(e){var h=this.styleStack.clone(),Q=e.ul;e.type=e.type||"disc",e._gapSize=this.gapSizeForList(),e._minWidth=0,e._maxWidth=0;for(var I=0,R=Q.length;I0?h.length-1:0;return e._minWidth=R.min+e._gap*p,e._maxWidth=R.max+e._gap*p,e},C.prototype.measureTable=function(e){(function fA(iA){if(iA.table.widths||(iA.table.widths="auto"),o(iA.table.widths))for(iA.table.widths=[iA.table.widths];iA.table.widths.length1?(gA(y,Q,x.colSpan),h.push({col:Q,span:x.colSpan,minWidth:x._minWidth,maxWidth:x._maxWidth})):(m._minWidth=Math.max(m._minWidth,x._minWidth),m._maxWidth=Math.max(m._maxWidth,x._maxWidth))),x.rowSpan&&x.rowSpan>1&&_(e.table,I,Q,x.rowSpan)}}!function F(){for(var iA,wA,IA=0,FA=h.length;IA0)for(iA=J/YA.span,wA=0;wA0)for(iA=BA/YA.span,wA=0;wAB.page?w:B.page>w.page?B:w.y>B.y?w:B).page,x:r.x,y:r.y,availableHeight:r.availableHeight,availableWidth:r.availableWidth}}(this,w.bottomMost)},s.prototype.markEnding=function(w){this.page=w._columnEndingContext.page,this.x=w._columnEndingContext.x,this.y=w._columnEndingContext.y,this.availableWidth=w._columnEndingContext.availableWidth,this.availableHeight=w._columnEndingContext.availableHeight,this.lastColumnWidth=w._columnEndingContext.lastColumnWidth},s.prototype.saveContextInEndingCell=function(w){w._columnEndingContext={page:this.page,x:this.x,y:this.y,availableHeight:this.availableHeight,availableWidth:this.availableWidth,lastColumnWidth:this.lastColumnWidth}},s.prototype.completeColumnGroup=function(w){var B=this.snapshots.pop();this.calculateBottomMost(B),this.endingCell=null,this.x=B.x;var r=B.bottomMost.y;w&&(B.page===B.bottomMost.page?B.y+w>r&&(r=B.y+w):r+=w),this.y=r,this.page=B.bottomMost.page,this.availableWidth=B.availableWidth,this.availableHeight=B.bottomMost.availableHeight,w&&(this.availableHeight-=r-B.bottomMost.y),this.lastColumnWidth=B.lastColumnWidth},s.prototype.addMargin=function(w,B){this.x+=w,this.availableWidth-=w+(B||0)},s.prototype.moveDown=function(w){return this.y+=w,this.availableHeight-=w,this.availableHeight>0},s.prototype.initializePage=function(){this.y=this.pageMargins.top,this.availableHeight=this.getCurrentPage().pageSize.height-this.pageMargins.top-this.pageMargins.bottom,this.pageSnapshot().availableWidth=this.getCurrentPage().pageSize.width-this.pageMargins.left-this.pageMargins.right},s.prototype.pageSnapshot=function(){return this.snapshots[0]?this.snapshots[0]:this},s.prototype.moveTo=function(w,B){null!=w&&(this.x=w,this.availableWidth=this.getCurrentPage().pageSize.width-this.x-this.pageMargins.right),null!=B&&(this.y=B,this.availableHeight=this.getCurrentPage().pageSize.height-this.y-this.pageMargins.bottom)},s.prototype.moveToRelative=function(w,B){null!=w&&(this.x=this.x+w),null!=B&&(this.y=this.y+B)},s.prototype.beginDetachedBlock=function(){this.snapshots.push({x:this.x,y:this.y,availableHeight:this.availableHeight,availableWidth:this.availableWidth,page:this.page,endingCell:this.endingCell,lastColumnWidth:this.lastColumnWidth})},s.prototype.endDetachedBlock=function(){var w=this.snapshots.pop();this.x=w.x,this.y=w.y,this.availableWidth=w.availableWidth,this.availableHeight=w.availableHeight,this.page=w.page,this.endingCell=w.endingCell,this.lastColumnWidth=w.lastColumnWidth};var g=function(w,B){return(B=function o(w,B){return void 0===w?B:a(w)&&"landscape"===w.toLowerCase()?"landscape":"portrait"}(B,w.pageSize.orientation))!==w.pageSize.orientation?{orientation:B,width:w.pageSize.height,height:w.pageSize.width}:{orientation:w.pageSize.orientation,width:w.pageSize.width,height:w.pageSize.height}};s.prototype.moveToNextPage=function(w){var B=this.page+1,r=this.page,d=this.y,E=B>=this.pages.length;if(E){var C=this.availableWidth,e=this.getCurrentPage().pageSize.orientation,h=g(this.getCurrentPage(),w);this.addPage(h),e===h.orientation&&(this.availableWidth=C)}else this.page=B,this.initializePage();return{newPageCreated:E,prevPage:r,prevY:d,y:this.y}},s.prototype.addPage=function(w){var B={items:[],pageSize:w};return this.pages.push(B),this.backgroundLength.push(0),this.page=this.pages.length-1,this.initializePage(),this.tracker.emit("pageAdded"),B},s.prototype.getCurrentPage=function(){return this.page<0||this.page>=this.pages.length?null:this.pages[this.page]},s.prototype.getCurrentPosition=function(){var w=this.getCurrentPage().pageSize,B=w.height-this.pageMargins.top-this.pageMargins.bottom,r=w.width-this.pageMargins.left-this.pageMargins.right;return{pageNumber:this.page+1,pageOrientation:w.orientation,pageInnerHeight:B,pageInnerWidth:r,left:this.x,top:this.y,verticalRatio:(this.y-this.pageMargins.top)/B,horizontalRatio:(this.x-this.pageMargins.left)/r}},b.exports=s},54861:function(b,A,n){"use strict";var u=n(70770),a=n(91867).isNumber,s=n(91867).pack,o=n(91867).offsetVector,g=n(79178);function f(r,d){this.context=r,this.contextStack=[],this.tracker=d}function w(r,d,E){null==E||E<0||E>r.items.length?r.items.push(d):r.items.splice(E,0,d)}f.prototype.addLine=function(r,d,E){var C=r.getHeight(),e=this.context,h=e.getCurrentPage(),Q=this.getCurrentPositionOnPage();return!(e.availableHeight0&&r.inlines[0].alignment,e=0;switch(C){case"right":e=d-E;break;case"center":e=(d-E)/2}if(e&&(r.x=(r.x||0)+e),"justify"===C&&!r.newLineForced&&!r.lastLineInParagraph&&r.inlines.length>1)for(var h=(d-E)/(r.inlines.length-1),Q=1,I=r.inlines.length;Q0)&&(void 0===r._x&&(r._x=r.x||0),r.x=C.x+r._x,r.y=C.y,this.alignImage(r),w(e,{type:E||"image",item:r},d),C.moveDown(r._height),h)},f.prototype.addSVG=function(r,d){return this.addImage(r,d,"svg")},f.prototype.addQr=function(r,d){var E=this.context,C=E.getCurrentPage(),e=this.getCurrentPositionOnPage();if(!C||void 0===r.absolutePosition&&E.availableHeighte.availableHeight||(r.items.forEach(function(Q){switch(Q.type){case"line":var I=function B(r){var d=new u(r.maxWidth);for(var E in r)r.hasOwnProperty(E)&&(d[E]=r[E]);return d}(Q.item);I._node&&(I._node.positions[0].pageNumber=e.page+1),I.x=(I.x||0)+(d?r.xOffset||0:e.x),I.y=(I.y||0)+(E?r.yOffset||0:e.y),h.items.push({type:"line",item:I});break;case"vector":var R=s(Q.item);o(R,d?r.xOffset||0:e.x,E?r.yOffset||0:e.y),h.items.push({type:"vector",item:R});break;case"image":case"svg":var p=s(Q.item);p.x=(p.x||0)+(d?r.xOffset||0:e.x),p.y=(p.y||0)+(E?r.yOffset||0:e.y),h.items.push({type:Q.type,item:p})}}),C||e.moveDown(r.height),0))},f.prototype.pushContext=function(r,d){void 0===r&&(d=this.context.getCurrentPage().height-this.context.pageMargins.top-this.context.pageMargins.bottom,r=this.context.availableWidth),a(r)&&(r=new g({width:r,height:d},{left:0,right:0,top:0,bottom:0})),this.contextStack.push(this.context),this.context=r},f.prototype.popContext=function(){this.context=this.contextStack.pop()},f.prototype.getCurrentPositionOnPage=function(){return(this.contextStack[0]||this.context).getCurrentPosition()},b.exports=f},28284:function(b,A,n){"use strict";var u=n(91867).isArray;function s(o,g){for(var f in this.fonts={},this.pdfKitDoc=g,this.fontCache={},o)if(o.hasOwnProperty(f)){var w=o[f];this.fonts[f]={normal:w.normal,bold:w.bold,italics:w.italics,bolditalics:w.bolditalics}}}s.prototype.getFontType=function(o,g){return function a(o,g){var f="normal";return o&&g?f="bolditalics":o?f="bold":g&&(f="italics"),f}(o,g)},s.prototype.getFontFile=function(o,g,f){var w=this.getFontType(g,f);return this.fonts[o]&&this.fonts[o][w]?this.fonts[o][w]:null},s.prototype.provideFont=function(o,g,f){var w=this.getFontType(g,f);if(null===this.getFontFile(o,g,f))throw new Error("Font '"+o+"' in style '"+w+"' is not defined in the font section of the document definition.");if(this.fontCache[o]=this.fontCache[o]||{},!this.fontCache[o][w]){var B=this.fonts[o][w];u(B)||(B=[B]),this.fontCache[o][w]=this.pdfKitDoc.font.apply(this.pdfKitDoc,B)._font}return this.fontCache[o][w]},b.exports=s},91867:function(b){"use strict";function a(e){return Array.isArray(e)}b.exports={isString:function A(e){return"string"==typeof e||e instanceof String},isNumber:function n(e){return"number"==typeof e||e instanceof Number},isBoolean:function u(e){return"boolean"==typeof e},isArray:a,isFunction:function s(e){return"function"==typeof e},isObject:function o(e){return null!==e&&"object"==typeof e},isNull:function g(e){return null===e},isUndefined:function f(e){return void 0===e},pack:function w(){for(var e={},h=0,Q=arguments.length;h0})).forEach(function(AA){var QA={};["id","text","ul","ol","table","image","qr","canvas","svg","columns","headlineLevel","style","pageBreak","pageOrientation","width","height"].forEach(function(yA){void 0!==AA[yA]&&(QA[yA]=AA[yA])}),QA.startPosition=AA.positions[0],QA.pageNumbers=Array.from(new Set(AA.positions.map(function(yA){return yA.pageNumber}))),QA.pages=BA.length,QA.stack=d(AA.stack),AA.nodeInfo=QA});for(var aA=0;aA1)for(var L=aA+1,rA=J.length;L-1&&xA.push(J[L].nodeInfo),IA.length>2&&J[L].nodeInfo.pageNumbers.indexOf(EA+1)>-1&&OA.push(J[L].nodeInfo);if(IA.length>3)for(L=0;L-1&&W.push(J[L].nodeInfo);if(IA(eA.nodeInfo,xA,OA,W))return eA.pageBreak="before",!0}}return!1}this.docPreprocessor=new a,this.docMeasure=new s(z,F,$,this.imageMeasure,this.svgMeasure,this.tableLayouts,iA);for(var HA=this.tryLayoutDocument(S,z,F,$,gA,_,fA,iA,wA);FA(HA.linearNodeList,HA.pages);)HA.linearNodeList.forEach(function(BA){BA.resetXY()}),HA=this.tryLayoutDocument(S,z,F,$,gA,_,fA,iA,wA);return HA.pages},Y.prototype.tryLayoutDocument=function(S,z,F,$,gA,_,fA,iA,wA,IA){this.linearNodeList=[],S=this.docPreprocessor.preprocessDocument(S),S=this.docMeasure.measureDocument(S),this.writer=new g(new o(this.pageSize,this.pageMargins),this.tracker);var FA=this;return this.writer.context().tracker.startTracking("pageAdded",function(){FA.addBackground(gA)}),this.addBackground(gA),this.processNode(S),this.addHeadersAndFooters(_,fA),null!=wA&&this.addWatermark(wA,z,$),{pages:this.writer.context().pages,linearNodeList:this.linearNodeList}},Y.prototype.addBackground=function(S){var z=R(S)?S:function(){return S},F=this.writer.context(),$=F.getCurrentPage().pageSize,gA=z(F.page+1,$);gA&&(this.writer.beginUnbreakableBlock($.width,$.height),gA=this.docPreprocessor.preprocessDocument(gA),this.processNode(this.docMeasure.measureDocument(gA)),this.writer.commitUnbreakableBlock(0,0),F.backgroundLength[F.page]+=gA.positions.length)},Y.prototype.addStaticRepeatable=function(S,z){this.addDynamicRepeatable(function(){return JSON.parse(JSON.stringify(S))},z)},Y.prototype.addDynamicRepeatable=function(S,z){for(var $=0,gA=this.writer.context().pages.length;$1;)J.push({fontSize:EA}),(BA=HA.sizeOfRotatedText(FA.text,FA.angle,J)).width>IA.width?EA=(aA+(eA=EA))/2:BA.widthIA.height?(aA+(eA=EA))/2:((aA=EA)+eA)/2),J.pop();return EA}(this.pageSize,S,z));var $={text:S.text,font:z.provideFont(S.font,S.bold,S.italics),fontSize:S.fontSize,color:S.color,opacity:S.opacity,angle:S.angle};$._size=function iA(IA,FA){var YA=new p(FA),HA=new m(null,{font:IA.font,bold:IA.bold,italics:IA.italics});return HA.push({fontSize:IA.fontSize}),{size:YA.sizeOfString(IA.text,HA),rotatedSize:YA.sizeOfRotatedText(IA.text,IA.angle,HA)}}(S,z);for(var gA=this.writer.context().pages,_=0,fA=gA.length;_0;wA--)iA.push(fA);return iA}(S._gap);$&&(F-=($.length-1)*S._gap),f.buildColumnWidths(z,F);var gA=this.processRow(z,z,$);x(S.positions,gA.positions)},Y.prototype.processRow=function(S,z,F,$,gA,_){var fA=this,iA=[],wA=[];return this.tracker.auto("pageChanged",function IA(HA){for(var J,BA=0,aA=iA.length;BA1)for(var EA=1;EAHA?F[HA]:0}function YA(HA,J){if(HA.rowSpan&&HA.rowSpan>1){var BA=gA+HA.rowSpan-1;if(BA>=$.length)throw"Row span for column "+J+" (with indexes starting from 0) exceeded row count";return $[BA][J]}return null}},Y.prototype.processList=function(S,z){var _,F=this,$=S?z.ol:z.ul,gA=z._gapSize;this.writer.context().addMargin(gA.width),this.tracker.auto("lineAdded",function fA(iA){if(_){var wA=_;if(_=null,wA.canvas){var IA=wA.canvas[0];h(IA,-wA._minWidth,0),F.writer.addVector(IA)}else if(wA._inlines){var FA=new B(F.pageSize.width);FA.addInline(wA._inlines[0]),FA.x=-wA._minWidth,FA.y=iA.getAscenderHeight()-FA.getAscenderHeight(),F.writer.addLine(FA,!0)}}},function(){$.forEach(function(iA){_=iA.listMarker,F.processNode(iA),x(z.positions,iA.positions)})}),this.writer.context().addMargin(-gA.width)},Y.prototype.processTable=function(S){var z=new w(S);z.beginTable(this.writer);for(var F=S.table.heights,$=0,gA=S.table.body.length;$0&&(F.hasEnoughSpaceForInline(S._inlines[0],S._inlines.slice(1))||gA);){var _=!1,fA=S._inlines.shift();if(gA=!1,!fA.noWrap&&fA.text.length>1&&fA.width>F.getAvailableWidth()){var iA=fA.width/fA.text.length,wA=Math.floor(F.getAvailableWidth()/iA);if(wA<1&&(wA=1),wA0){var r=w.pages[0];if(r.xOffset=g,r.yOffset=f,B>1)if(void 0!==g||void 0!==f)r.height=w.getCurrentPage().pageSize.height-w.pageMargins.top-w.pageMargins.bottom;else{r.height=this.writer.context.getCurrentPage().pageSize.height-this.writer.context.pageMargins.top-this.writer.context.pageMargins.bottom;for(var d=0,E=this.repeatables.length;dOA.item.y2?OA.item.y1:OA.item.y2:OA.item.h:0}(OA)}var EA=v(BA||40),xA=EA.top;return J.forEach(function(OA){OA.items.forEach(function(W){var L=eA(W);L>xA&&(xA=L)})}),xA+=EA.bottom}function Y(J,BA){J&&"auto"===J.height&&(J.height=1/0);var eA=function z(J){if(d(J)){var BA=o[J.toUpperCase()];if(!BA)throw"Page size "+J+" not recognized";return{width:BA[0],height:BA[1]}}return J}(J||"A4");return function aA(EA){return!!d(EA)&&("portrait"===(EA=EA.toLowerCase())&&eA.width>eA.height||"landscape"===EA&&eA.widtheA.height?"landscape":"portrait",eA}function v(J){if(E(J))J={left:J,right:J,top:J,bottom:J};else if(e(J))if(2===J.length)J={left:J[0],top:J[1],right:J[0],bottom:J[1]};else{if(4!==J.length)throw"Invalid pageMargins definition";J={left:J[0],top:J[1],right:J[2],bottom:J[3]}}return J}function F(J,BA){J.pageSize.orientation!==(BA.options.size[0]>BA.options.size[1]?"landscape":"portrait")&&(BA.options.size=[BA.options.size[1],BA.options.size[0]])}function gA(J,BA){var aA=J;return BA.sup&&(aA-=.75*BA.fontSize),BA.sub&&(aA+=.35*BA.fontSize),aA}function _(J,BA,aA,eA,EA){function xA(zA,pA){var JA,ft,wt=new B(null);if(h(zA.positions))throw"Page reference id not found";var gt=zA.positions[0].pageNumber.toString();switch(pA.text=gt,JA=wt.widthOfString(pA.text,pA.font,pA.fontSize,pA.characterSpacing,pA.fontFeatures),ft=pA.width-JA,pA.width=JA,pA.alignment){case"right":pA.x+=ft;break;case"center":pA.x+=ft/2}}J._pageNodeRef&&xA(J._pageNodeRef,J.inlines[0]),BA=BA||0,aA=aA||0;var OA=J.getHeight(),L=OA-J.getAscenderHeight();w.drawBackground(J,BA,aA,eA,EA);for(var rA=0,AA=J.inlines.length;rA1){var OA=J.points[0],W=J.points[J.points.length-1];(J.closePath||OA.x===W.x&&OA.y===W.y)&&aA.closePath()}break;case"path":aA.path(J.d)}if(J.linearGradient&&eA){var L=1/(J.linearGradient.length-1);for(EA=0;EA-1&&(xA=xA.slice(0,OA)),aA.height===1/0){var W=x(xA,J.pageMargins);this.pdfKitDoc.options.size=[aA.width,W]}var L=function HA(J,BA){var aA={};return Object.keys(J).forEach(function(eA){var EA=J[eA];aA[eA]=BA.pattern(EA.boundingBox,EA.xStep,EA.yStep,EA.pattern,EA.colored)}),aA}(J.patterns||{},this.pdfKitDoc);if(function $(J,BA,aA,eA,EA){aA._pdfMakePages=J,aA.addPage();var xA=0;EA&&J.forEach(function(yA){xA+=yA.items.length});var OA=0;EA=EA||function(){};for(var W=0;W0&&(F(J[W],aA),aA.addPage(aA.options));for(var L=J[W],rA=0,AA=L.items.length;rA=128?285:0);var I=[[]];for(h=0;h<30;++h){for(var R=I[h],p=[],m=0;m<=h;++m)p.push(e[(m6},$=function(W,L){var rA=-8&function(W){var L=A[W],rA=16*W*W+128*W+64;return S(W)&&(rA-=36),L[2].length&&(rA-=25*L[2].length*L[2].length-10*L[2].length-55),rA}(W),AA=A[W];return rA-8*AA[0][L]*AA[1][L]},gA=function(W,L){switch(L){case u:return W<10?10:W<27?12:14;case a:return W<10?9:W<27?11:13;case s:return W<10?8:16;case 8:return W<10?8:W<27?10:12}},_=function(W,L,rA){var AA=$(W,rA)-4-gA(W,L);switch(L){case u:return 3*(AA/10|0)+(AA%10<4?0:AA%10<7?1:2);case a:return 2*(AA/11|0)+(AA%11<6?0:1);case s:return AA/8|0;case 8:return AA/13|0}},fA=function(W,L){switch(W){case u:return L.match(g)?L:null;case a:return L.match(f)?L.toUpperCase():null;case s:if("string"==typeof L){for(var rA=[],AA=0;AA>6,128|63&QA):QA<65536?rA.push(224|QA>>12,128|QA>>6&63,128|63&QA):rA.push(240|QA>>18,128|QA>>12&63,128|QA>>6&63,128|63&QA)}return rA}return L}},wA=function(W,L){for(var rA=W.slice(0),AA=W.length,QA=L.length,yA=0;yA=0)for(var CA=0;CA=0;--yA)QA>>AA+yA&1&&(QA^=rA<>cA&1;return W},aA=function(W){for(var yA=function(pt){for(var Yt=0,VA=0;VA=5&&(Yt+=pt[VA]-5+3);for(VA=5;VA=4*_A||pt[VA+1]>=4*_A)&&(Yt+=40)}return Yt},cA=W.length,CA=0,DA=0,NA=0;NA=cA){for(QA.push(yA|pA>>(JA-=cA));JA>=8;)QA.push(pA>>(JA-=8)&255);yA=0,cA=8}JA>0&&(yA|=(pA&(1<>3);cA=function(W,L,rA){for(var AA=[],QA=W.length/L|0,yA=0,cA=L-W.length%L,CA=0;CA>Qt&1,QA[wt+_A][gt+Qt]=1};for(cA(0,0,9,9,[127,65,93,93,93,65,383,0,64]),cA(rA-8,0,8,9,[256,127,65,93,93,93,65,127]),cA(0,rA-8,9,8,[254,130,186,186,186,130,254,0,0]),yA=9;yA>ft++&1,QA[yA][rA-11+pA]=QA[rA-11+pA][yA]=1}return{matrix:AA,reserved:QA}}(L),DA=CA.matrix,NA=CA.reserved;if(function(W,L,rA){for(var AA=W.length,QA=0,yA=-1,cA=AA-1;cA>=0;cA-=2){6==cA&&--cA;for(var CA=yA<0?AA-1:0,DA=0;DAcA-2;--NA)L[CA][NA]||(W[CA][NA]=rA[QA>>3]>>(7&~QA)&1,++QA);CA+=yA}yA=-yA}}(DA,NA,cA),QA<0){J(DA,NA,0),BA(DA,0,AA,0);var zA=0,pA=aA(DA);for(J(DA,NA,0),QA=1;QA<8;++QA){J(DA,NA,QA),BA(DA,0,AA,QA);var JA=aA(DA);pA>JA&&(pA=JA,zA=QA),J(DA,NA,QA)}QA=zA}return J(DA,NA,QA),BA(DA,0,AA,QA),DA};function xA(W,L){var rA=[],AA=L.background||"#fff",QA=L.foreground||"#000",yA=L.padding||0,cA=function EA(W,L){var rA={numeric:u,alphanumeric:a,octet:s},QA=(L=L||{}).version||-1,yA={L:B,M:r,Q:d,H:E}[(L.eccLevel||"L").toUpperCase()],cA=L.mode?rA[L.mode.toLowerCase()]:-1,CA="mask"in L?L.mask:-1;if(cA<0)cA="string"==typeof W?W.match(g)?u:W.match(w)?a:s:s;else if(cA!=u&&cA!=a&&cA!=s)throw"invalid or unsupported mode";if(null===(W=fA(cA,W)))throw"invalid data format";if(yA<0||yA>3)throw"invalid ECC level";if(QA<0){for(QA=1;QA<=40&&!(W.length<=_(QA,cA,yA));++QA);if(QA>40)throw"too large data for the Qr format"}else if(QA<1||QA>40)throw"invalid Qr version! should be between 1 and 40";if(-1!=CA&&(CA<0||CA>8))throw"invalid mask";return eA(W,QA,cA,yA,CA)}(W,L),CA=cA.length,DA=Math.floor(L.fit?L.fit/CA:5),NA=CA*DA+DA*yA*2,zA=DA*yA;rA.push({type:"rect",x:0,y:0,w:NA,h:NA,lineWidth:0,color:AA});for(var pA=0;pA0;)this.styleOverrides.pop()},g.prototype.autopush=function(f){if(u(f))return 0;var w=[];f.style&&(w=a(f.style)?f.style:[f.style]);for(var B=0,r=w.length;B0&&this.pop(B),r},g.prototype.getProperty=function(f){if(this.styleOverrides)for(var w=this.styleOverrides.length-1;w>=0;w--){var B=this.styleOverrides[w];if(u(B)){var r=this.styleDictionary[B];if(r&&!s(r[f])&&!o(r[f]))return r[f]}else if(!s(B[f])&&!o(B[f]))return B[f]}return this.defaultStyle&&this.defaultStyle[f]},b.exports=g},89638:function(b,A,n){"use strict";var u=n(52242);function a(g){var f=parseFloat(g);if("number"==typeof f&&!isNaN(f))return f}function s(g){var f;try{f=new u.XmlDocument(g)}catch(w){throw new Error("SVGMeasure: "+w)}if("svg"!==f.name)throw new Error("SVGMeasure: expected document");return f}function o(){}o.prototype.measureSVG=function(g){var f=s(g),w=a(f.attr.width),B=a(f.attr.height);if((null==w||null==B)&&"string"==typeof f.attr.viewBox){var r=f.attr.viewBox.split(/[,\s]+/);if(4!==r.length)throw new Error("Unexpected svg viewbox format, should have 4 entries but found: '"+f.attr.viewBox+"'");null==w&&(w=a(r[2])),null==B&&(B=a(r[3]))}return{width:w,height:B}},o.prototype.writeDimensions=function(g,f){var w=s(g);return w.attr.width=""+f.width,w.attr.height=""+f.height,w.toString()},b.exports=o},89836:function(b,A,n){"use strict";var u=n(77530),a=n(91867).isFunction,s=n(91867).isNumber;function o(g){this.tableNode=g}o.prototype.beginTable=function(g){var f,w,B=this;if(this.offsets=(f=this.tableNode)._offsets,this.layout=f._layout,w=g.context().availableWidth-this.offsets.total,u.buildColumnWidths(f.table.widths,w),this.tableWidth=f._offsets.total+function r(){var C=0;return f.table.widths.forEach(function(e){C+=e._calcWidth}),C}(),this.rowSpanData=function d(){var C=[],e=0,h=0;C.push({left:0,rowSpan:0});for(var Q=0,I=B.tableNode.table.body[0].length;Qf.table.body.length)throw new Error(`Too few rows in the table. Property headerRows requires at least ${this.headerRows}, contains only ${f.table.body.length}`);this.rowsWithoutPageBreak=this.headerRows+(f.table.keepWithHeaderRows||0),this.dontBreakRows=f.table.dontBreakRows||!1,this.rowsWithoutPageBreak&&g.beginUnbreakableBlock(),function E(C){for(var e=0;e0&&x(e+m,Q,0,I.border[0]),void 0!==I.border[2]&&x(e+m,Q+p-1,2,I.border[2]);for(var y=0;y0&&x(e,Q+y,1,I.border[1]),void 0!==I.border[3]&&x(e+R-1,Q+y,3,I.border[3])}}function x(Y,v,S,z){var F=C[Y][v];F.border=F.border||{},F.border[S]=z}}(this.tableNode.table.body),this.drawHorizontalLine(0,g)},o.prototype.onRowBreak=function(g,f){var w=this;return function(){var B=w.rowPaddingTop+(w.headerRows?0:w.topLineWidth);f.context().availableHeight-=w.reservedAtBottom,f.context().moveDown(B)}},o.prototype.beginRow=function(g,f){this.topLineWidth=this.layout.hLineWidth(g,this.tableNode),this.rowPaddingTop=this.layout.paddingTop(g,this.tableNode),this.bottomLineWidth=this.layout.hLineWidth(g+1,this.tableNode),this.rowPaddingBottom=this.layout.paddingBottom(g,this.tableNode),this.rowCallback=this.onRowBreak(g,f),f.tracker.startTracking("pageChanged",this.rowCallback),this.dontBreakRows&&f.beginUnbreakableBlock(),this.rowTopY=f.context().y,this.reservedAtBottom=this.bottomLineWidth+this.rowPaddingBottom,f.context().availableHeight-=this.reservedAtBottom,f.context().moveDown(this.rowPaddingTop)},o.prototype.drawHorizontalLine=function(g,f,w){var B=this.layout.hLineWidth(g,this.tableNode);if(B){var d,r=this.layout.hLineStyle(g,this.tableNode);r&&r.dash&&(d=r.dash);for(var h,Q,I,E=B/2,C=null,e=this.tableNode.table.body,R=0,p=this.rowSpanData.length;R0&&(v=(h=e[g-1][R]).border?h.border[3]:this.layout.defaultBorder)&&h.borderColor&&(x=h.borderColor[3]),gz;)C.width+=this.rowSpanData[R+z++].width||0;R+=z-1}else if(h&&h.colSpan&&v){for(;h.colSpan>z;)C.width+=this.rowSpanData[R+z++].width||0;R+=z-1}else if(Q&&Q.colSpan&&Y){for(;Q.colSpan>z;)C.width+=this.rowSpanData[R+z++].width||0;R+=z-1}else C.width+=this.rowSpanData[R].width||0}var F=(w||0)+E;y&&C&&C.width&&(f.addVector({type:"line",x1:C.left,x2:C.left+C.width,y1:F,y2:F,lineWidth:B,dash:d,lineColor:x},!1,w),C=null,x=null,h=null,Q=null,I=null)}f.context().moveDown(B)}},o.prototype.drawVerticalLine=function(g,f,w,B,r,d,E){var C=this.layout.vLineWidth(B,this.tableNode);if(0!==C){var h,e=this.layout.vLineStyle(B,this.tableNode);e&&e.dash&&(h=e.dash);var I,R,p,Q=this.tableNode.table.body;if(B>0&&(I=Q[d][E])&&I.borderColor&&(I.border?I.border[2]:this.layout.defaultBorder)&&(p=I.borderColor[2]),null==p&&B0&&rA--}return L.push({x:d.rowSpanData[d.rowSpanData.length-1].left,index:d.rowSpanData.length-1}),L}(),h=[],Q=w&&w.length>0,I=this.tableNode.table.body;if(h.push({y0:this.rowTopY,page:Q?w[0].prevPage:E}),Q)for(r=0,B=w.length;r0&&!this.headerRows,v=Y?0:this.topLineWidth,S=h[m].y0,z=h[m].y1;for(x&&(z+=this.rowPaddingBottom),f.context().page!=h[m].page&&(f.context().page=h[m].page,this.reservedAtBottom=0),r=0,B=e.length;r0&&!F&&(F=(_=I[g][gA-1]).border?_.border[2]:this.layout.defaultBorder),gA+11)for(var OA=1;OA1)for(OA=1;OA0&&this.rowSpanData[r].rowSpan--}this.drawHorizontalLine(g+1,f),this.headerRows&&g===this.headerRows-1&&(this.headerRepeatable=f.currentBlockToRepeatable()),this.dontBreakRows&&f.tracker.auto("pageChanged",function(){!d.headerRows&&!1!==d.layout.hLineWhenBroken&&d.drawHorizontalLine(g,f)},function(){f.commitUnbreakableBlock()}),this.headerRepeatable&&(g===this.rowsWithoutPageBreak-1||g===this.tableNode.table.body.length-1)&&(f.commitUnbreakableBlock(),f.pushToRepeatables(this.headerRepeatable),this.cleanUpRepeatables=!0,this.headerRepeatable=null)},b.exports=o},84786:function(b,A,n){"use strict";var u=n(91867).isArray,a=n(91867).isPattern,s=n(91867).getPattern;function g(B,r,d,E){var h=B.inlines[0],Q=function C(){for(var FA=0,YA=0,HA=B.inlines.length;YAFA?YA:FA;return B.inlines[FA]}(),I=function e(){for(var FA=0,YA=0,HA=B.inlines.length;YA=0&&a.splice(s,1)}},A.prototype.emit=function(n){var u=Array.prototype.slice.call(arguments,1),a=this.events[n];a&&a.forEach(function(s){s.apply(this,u)})},A.prototype.auto=function(n,u,a){this.startTracking(n,u),a(),this.stopTracking(n,u)},b.exports=A},44134:function(b,A,n){var u,s;void 0!==(s="function"==typeof(u=function(){"use strict";function g(E,C,e){var h=new XMLHttpRequest;h.open("GET",E),h.responseType="blob",h.onload=function(){d(h.response,C,e)},h.onerror=function(){console.error("could not download file")},h.send()}function f(E){var C=new XMLHttpRequest;C.open("HEAD",E,!1);try{C.send()}catch{}return 200<=C.status&&299>=C.status}function w(E){try{E.dispatchEvent(new MouseEvent("click"))}catch{var C=document.createEvent("MouseEvents");C.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),E.dispatchEvent(C)}}var B="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,r=B.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),d=B.saveAs||("object"!=typeof window||window!==B?function(){}:typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!r?function(E,C,e){var h=B.URL||B.webkitURL,Q=document.createElement("a");Q.download=C=C||E.name||"download",Q.rel="noopener","string"==typeof E?(Q.href=E,Q.origin===location.origin?w(Q):f(Q.href)?g(E,C,e):w(Q,Q.target="_blank")):(Q.href=h.createObjectURL(E),setTimeout(function(){h.revokeObjectURL(Q.href)},4e4),setTimeout(function(){w(Q)},0))}:"msSaveOrOpenBlob"in navigator?function(E,C,e){if(C=C||E.name||"download","string"!=typeof E)navigator.msSaveOrOpenBlob(function o(E,C){return typeof C>"u"?C={autoBom:!1}:"object"!=typeof C&&(console.warn("Deprecated: Expected third argument to be a object"),C={autoBom:!C}),C.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(E.type)?new Blob(["\ufeff",E],{type:E.type}):E}(E,e),C);else if(f(E))g(E,C,e);else{var h=document.createElement("a");h.href=E,h.target="_blank",setTimeout(function(){w(h)})}}:function(E,C,e,h){if((h=h||open("","_blank"))&&(h.document.title=h.document.body.innerText="downloading..."),"string"==typeof E)return g(E,C,e);var Q="application/octet-stream"===E.type,I=/constructor/i.test(B.HTMLElement)||B.safari,R=/CriOS\/[\d]+/.test(navigator.userAgent);if((R||Q&&I||r)&&typeof FileReader<"u"){var p=new FileReader;p.onloadend=function(){var x=p.result;x=R?x:x.replace(/^data:[^;]*;/,"data:attachment/file;"),h?h.location.href=x:location=x,h=null},p.readAsDataURL(E)}else{var m=B.URL||B.webkitURL,y=m.createObjectURL(E);h?h.location=y:location.href=y,h=null,setTimeout(function(){m.revokeObjectURL(y)},4e4)}});B.saveAs=d.saveAs=d,b.exports=d})?u.apply(A,[]):u)&&(b.exports=s)},60421:function(b,A,n){"use strict";var a,u=n(50621).Buffer;function s(tA,G){for(var K=0;K=tA.length?{done:!0}:{done:!1,value:tA[M++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function E(tA,G){(null==G||G>tA.length)&&(G=tA.length);for(var K=0,M=new Array(G);K0?sA[0]:"value";if(nA.has(WA))return nA.get(WA);var lt=N.apply(this,sA);return nA.set(WA,lt),lt}return Object.defineProperty(this,G,{value:oA}),oA}}}}v.registerFormat=function(tA){S.push(tA)},v.openSync=function(tA,G){var K=Y.readFileSync(tA);return v.create(K,G)},v.open=function(tA,G,K){"function"==typeof G&&(K=G,G=null),Y.readFile(tA,function(M,N){if(M)return K(M);try{var P=v.create(N,G)}catch(nA){return K(nA)}return K(null,P)})},v.create=function(tA,G){for(var K=0;K>1},searchRange:e.uint16,entrySelector:e.uint16,rangeShift:e.uint16,endCode:new e.LazyArray(e.uint16,"segCount"),reservedPad:new e.Reserved(e.uint16),startCode:new e.LazyArray(e.uint16,"segCount"),idDelta:new e.LazyArray(e.int16,"segCount"),idRangeOffset:new e.LazyArray(e.uint16,"segCount"),glyphIndexArray:new e.LazyArray(e.uint16,function(tA){return(tA.length-tA._currentOffset)/2})},6:{length:e.uint16,language:e.uint16,firstCode:e.uint16,entryCount:e.uint16,glyphIndices:new e.LazyArray(e.uint16,"entryCount")},8:{reserved:new e.Reserved(e.uint16),length:e.uint32,language:e.uint16,is32:new e.LazyArray(e.uint8,8192),nGroups:e.uint32,groups:new e.LazyArray(_,"nGroups")},10:{reserved:new e.Reserved(e.uint16),length:e.uint32,language:e.uint32,firstCode:e.uint32,entryCount:e.uint32,glyphIndices:new e.LazyArray(e.uint16,"numChars")},12:{reserved:new e.Reserved(e.uint16),length:e.uint32,language:e.uint32,nGroups:e.uint32,groups:new e.LazyArray(_,"nGroups")},13:{reserved:new e.Reserved(e.uint16),length:e.uint32,language:e.uint32,nGroups:e.uint32,groups:new e.LazyArray(_,"nGroups")},14:{length:e.uint32,numRecords:e.uint32,varSelectors:new e.LazyArray(FA,"numRecords")}}),HA=new e.Struct({platformID:e.uint16,encodingID:e.uint16,table:new e.Pointer(e.uint32,YA,{type:"parent",lazy:!0})}),J=new e.Struct({version:e.uint16,numSubtables:e.uint16,tables:new e.Array(HA,"numSubtables")}),BA=new e.Struct({version:e.int32,revision:e.int32,checkSumAdjustment:e.uint32,magicNumber:e.uint32,flags:e.uint16,unitsPerEm:e.uint16,created:new e.Array(e.int32,2),modified:new e.Array(e.int32,2),xMin:e.int16,yMin:e.int16,xMax:e.int16,yMax:e.int16,macStyle:new e.Bitfield(e.uint16,["bold","italic","underline","outline","shadow","condensed","extended"]),lowestRecPPEM:e.uint16,fontDirectionHint:e.int16,indexToLocFormat:e.int16,glyphDataFormat:e.int16}),aA=new e.Struct({version:e.int32,ascent:e.int16,descent:e.int16,lineGap:e.int16,advanceWidthMax:e.uint16,minLeftSideBearing:e.int16,minRightSideBearing:e.int16,xMaxExtent:e.int16,caretSlopeRise:e.int16,caretSlopeRun:e.int16,caretOffset:e.int16,reserved:new e.Reserved(e.int16,4),metricDataFormat:e.int16,numberOfMetrics:e.uint16}),eA=new e.Struct({advance:e.uint16,bearing:e.int16}),EA=new e.Struct({metrics:new e.LazyArray(eA,function(tA){return tA.parent.hhea.numberOfMetrics}),bearings:new e.LazyArray(e.int16,function(tA){return tA.parent.maxp.numGlyphs-tA.parent.hhea.numberOfMetrics})}),xA=new e.Struct({version:e.int32,numGlyphs:e.uint16,maxPoints:e.uint16,maxContours:e.uint16,maxComponentPoints:e.uint16,maxComponentContours:e.uint16,maxZones:e.uint16,maxTwilightPoints:e.uint16,maxStorage:e.uint16,maxFunctionDefs:e.uint16,maxInstructionDefs:e.uint16,maxStackElements:e.uint16,maxSizeOfInstructions:e.uint16,maxComponentElements:e.uint16,maxComponentDepth:e.uint16});function OA(tA,G,K){return void 0===K&&(K=0),1===tA&&L[K]?L[K]:W[tA][G]}var W=[["utf16be","utf16be","utf16be","utf16be","utf16be","utf16be"],["macroman","shift-jis","big5","euc-kr","iso-8859-6","iso-8859-8","macgreek","maccyrillic","symbol","Devanagari","Gurmukhi","Gujarati","Oriya","Bengali","Tamil","Telugu","Kannada","Malayalam","Sinhalese","Burmese","Khmer","macthai","Laotian","Georgian","Armenian","gb-2312-80","Tibetan","Mongolian","Geez","maccenteuro","Vietnamese","Sindhi"],["ascii"],["symbol","utf16be","shift-jis","gb18030","big5","wansung","johab",null,null,null,"utf16be"]],L={15:"maciceland",17:"macturkish",18:"maccroatian",24:"maccenteuro",25:"maccenteuro",26:"maccenteuro",27:"maccenteuro",28:"maccenteuro",30:"maciceland",37:"macromania",38:"maccenteuro",39:"maccenteuro",40:"maccenteuro",143:"macinuit",146:"macgaelic"},rA=[[],{0:"en",30:"fo",60:"ks",90:"rw",1:"fr",31:"fa",61:"ku",91:"rn",2:"de",32:"ru",62:"sd",92:"ny",3:"it",33:"zh",63:"bo",93:"mg",4:"nl",34:"nl-BE",64:"ne",94:"eo",5:"sv",35:"ga",65:"sa",128:"cy",6:"es",36:"sq",66:"mr",129:"eu",7:"da",37:"ro",67:"bn",130:"ca",8:"pt",38:"cz",68:"as",131:"la",9:"no",39:"sk",69:"gu",132:"qu",10:"he",40:"si",70:"pa",133:"gn",11:"ja",41:"yi",71:"or",134:"ay",12:"ar",42:"sr",72:"ml",135:"tt",13:"fi",43:"mk",73:"kn",136:"ug",14:"el",44:"bg",74:"ta",137:"dz",15:"is",45:"uk",75:"te",138:"jv",16:"mt",46:"be",76:"si",139:"su",17:"tr",47:"uz",77:"my",140:"gl",18:"hr",48:"kk",78:"km",141:"af",19:"zh-Hant",49:"az-Cyrl",79:"lo",142:"br",20:"ur",50:"az-Arab",80:"vi",143:"iu",21:"hi",51:"hy",81:"id",144:"gd",22:"th",52:"ka",82:"tl",145:"gv",23:"ko",53:"mo",83:"ms",146:"ga",24:"lt",54:"ky",84:"ms-Arab",147:"to",25:"pl",55:"tg",85:"am",148:"el-polyton",26:"hu",56:"tk",86:"ti",149:"kl",27:"es",57:"mn-CN",87:"om",150:"az",28:"lv",58:"mn",88:"so",151:"nn",29:"se",59:"ps",89:"sw"},[],{1078:"af",16393:"en-IN",1159:"rw",1074:"tn",1052:"sq",6153:"en-IE",1089:"sw",1115:"si",1156:"gsw",8201:"en-JM",1111:"kok",1051:"sk",1118:"am",17417:"en-MY",1042:"ko",1060:"sl",5121:"ar-DZ",5129:"en-NZ",1088:"ky",11274:"es-AR",15361:"ar-BH",13321:"en-PH",1108:"lo",16394:"es-BO",3073:"ar",18441:"en-SG",1062:"lv",13322:"es-CL",2049:"ar-IQ",7177:"en-ZA",1063:"lt",9226:"es-CO",11265:"ar-JO",11273:"en-TT",2094:"dsb",5130:"es-CR",13313:"ar-KW",2057:"en-GB",1134:"lb",7178:"es-DO",12289:"ar-LB",1033:"en",1071:"mk",12298:"es-EC",4097:"ar-LY",12297:"en-ZW",2110:"ms-BN",17418:"es-SV",6145:"ary",1061:"et",1086:"ms",4106:"es-GT",8193:"ar-OM",1080:"fo",1100:"ml",18442:"es-HN",16385:"ar-QA",1124:"fil",1082:"mt",2058:"es-MX",1025:"ar-SA",1035:"fi",1153:"mi",19466:"es-NI",10241:"ar-SY",2060:"fr-BE",1146:"arn",6154:"es-PA",7169:"aeb",3084:"fr-CA",1102:"mr",15370:"es-PY",14337:"ar-AE",1036:"fr",1148:"moh",10250:"es-PE",9217:"ar-YE",5132:"fr-LU",1104:"mn",20490:"es-PR",1067:"hy",6156:"fr-MC",2128:"mn-CN",3082:"es",1101:"as",4108:"fr-CH",1121:"ne",1034:"es",2092:"az-Cyrl",1122:"fy",1044:"nb",21514:"es-US",1068:"az",1110:"gl",2068:"nn",14346:"es-UY",1133:"ba",1079:"ka",1154:"oc",8202:"es-VE",1069:"eu",3079:"de-AT",1096:"or",2077:"sv-FI",1059:"be",1031:"de",1123:"ps",1053:"sv",2117:"bn",5127:"de-LI",1045:"pl",1114:"syr",1093:"bn-IN",4103:"de-LU",1046:"pt",1064:"tg",8218:"bs-Cyrl",2055:"de-CH",2070:"pt-PT",2143:"tzm",5146:"bs",1032:"el",1094:"pa",1097:"ta",1150:"br",1135:"kl",1131:"qu-BO",1092:"tt",1026:"bg",1095:"gu",2155:"qu-EC",1098:"te",1027:"ca",1128:"ha",3179:"qu",1054:"th",3076:"zh-HK",1037:"he",1048:"ro",1105:"bo",5124:"zh-MO",1081:"hi",1047:"rm",1055:"tr",2052:"zh",1038:"hu",1049:"ru",1090:"tk",4100:"zh-SG",1039:"is",9275:"smn",1152:"ug",1028:"zh-TW",1136:"ig",4155:"smj-NO",1058:"uk",1155:"co",1057:"id",5179:"smj",1070:"hsb",1050:"hr",1117:"iu",3131:"se-FI",1056:"ur",4122:"hr-BA",2141:"iu-Latn",1083:"se",2115:"uz-Cyrl",1029:"cs",2108:"ga",2107:"se-SE",1091:"uz",1030:"da",1076:"xh",8251:"sms",1066:"vi",1164:"prs",1077:"zu",6203:"sma-NO",1106:"cy",1125:"dv",1040:"it",7227:"sms",1160:"wo",2067:"nl-BE",2064:"it-CH",1103:"sa",1157:"sah",1043:"nl",1041:"ja",7194:"sr-Cyrl-BA",1144:"ii",3081:"en-AU",1099:"kn",3098:"sr",1130:"yo",10249:"en-BZ",1087:"kk",6170:"sr-Latn-BA",4105:"en-CA",1107:"km",2074:"sr-Latn",9225:"en-029",1158:"quc",1132:"nso"}],AA=new e.Struct({platformID:e.uint16,encodingID:e.uint16,languageID:e.uint16,nameID:e.uint16,length:e.uint16,string:new e.Pointer(e.uint16,new e.String("length",function(tA){return OA(tA.platformID,tA.encodingID,tA.languageID)}),{type:"parent",relativeTo:function(G){return G.parent.stringOffset},allowNull:!1})}),QA=new e.Struct({length:e.uint16,tag:new e.Pointer(e.uint16,new e.String("length","utf16be"),{type:"parent",relativeTo:function(G){return G.stringOffset}})}),yA=new e.VersionedStruct(e.uint16,{0:{count:e.uint16,stringOffset:e.uint16,records:new e.Array(AA,"count")},1:{count:e.uint16,stringOffset:e.uint16,records:new e.Array(AA,"count"),langTagCount:e.uint16,langTags:new e.Array(QA,"langTagCount")}}),cA=["copyright","fontFamily","fontSubfamily","uniqueSubfamily","fullName","version","postscriptName","trademark","manufacturer","designer","description","vendorURL","designerURL","license","licenseURL",null,"preferredFamily","preferredSubfamily","compatibleFull","sampleText","postscriptCIDFontName","wwsFamilyName","wwsSubfamilyName"];yA.process=function(tA){for(var M,G={},K=r(this.records);!(M=K()).done;){var N=M.value,P=rA[N.platformID][N.languageID];null==P&&null!=this.langTags&&N.languageID>=32768&&(P=this.langTags[N.languageID-32768].tag),null==P&&(P=N.platformID+"-"+N.languageID);var nA=N.nameID>=256?"fontFeatures":cA[N.nameID]||N.nameID;null==G[nA]&&(G[nA]={});var oA=G[nA];N.nameID>=256&&(oA=oA[N.nameID]||(oA[N.nameID]={})),("string"==typeof N.string||"string"!=typeof oA[P])&&(oA[P]=N.string)}this.records=G},yA.preEncode=function(){if(!Array.isArray(this.records)){this.version=0;var tA=[];for(var G in this.records){var K=this.records[G];"fontFeatures"!==G&&(tA.push({platformID:3,encodingID:1,languageID:1033,nameID:cA.indexOf(G),length:u.byteLength(K.en,"utf16le"),string:K.en}),"postscriptName"===G&&tA.push({platformID:1,encodingID:0,languageID:0,nameID:cA.indexOf(G),length:K.en.length,string:K.en}))}this.records=tA,this.count=tA.length,this.stringOffset=yA.size(this,null,!1)}};var CA=new e.VersionedStruct(e.uint16,{header:{xAvgCharWidth:e.int16,usWeightClass:e.uint16,usWidthClass:e.uint16,fsType:new e.Bitfield(e.uint16,[null,"noEmbedding","viewOnly","editable",null,null,null,null,"noSubsetting","bitmapOnly"]),ySubscriptXSize:e.int16,ySubscriptYSize:e.int16,ySubscriptXOffset:e.int16,ySubscriptYOffset:e.int16,ySuperscriptXSize:e.int16,ySuperscriptYSize:e.int16,ySuperscriptXOffset:e.int16,ySuperscriptYOffset:e.int16,yStrikeoutSize:e.int16,yStrikeoutPosition:e.int16,sFamilyClass:e.int16,panose:new e.Array(e.uint8,10),ulCharRange:new e.Array(e.uint32,4),vendorID:new e.String(4),fsSelection:new e.Bitfield(e.uint16,["italic","underscore","negative","outlined","strikeout","bold","regular","useTypoMetrics","wws","oblique"]),usFirstCharIndex:e.uint16,usLastCharIndex:e.uint16},0:{},1:{typoAscender:e.int16,typoDescender:e.int16,typoLineGap:e.int16,winAscent:e.uint16,winDescent:e.uint16,codePageRange:new e.Array(e.uint32,2)},2:{typoAscender:e.int16,typoDescender:e.int16,typoLineGap:e.int16,winAscent:e.uint16,winDescent:e.uint16,codePageRange:new e.Array(e.uint32,2),xHeight:e.int16,capHeight:e.int16,defaultChar:e.uint16,breakChar:e.uint16,maxContent:e.uint16},5:{typoAscender:e.int16,typoDescender:e.int16,typoLineGap:e.int16,winAscent:e.uint16,winDescent:e.uint16,codePageRange:new e.Array(e.uint32,2),xHeight:e.int16,capHeight:e.int16,defaultChar:e.uint16,breakChar:e.uint16,maxContent:e.uint16,usLowerOpticalPointSize:e.uint16,usUpperOpticalPointSize:e.uint16}}),DA=CA.versions;DA[3]=DA[4]=DA[2];var NA=new e.VersionedStruct(e.fixed32,{header:{italicAngle:e.fixed32,underlinePosition:e.int16,underlineThickness:e.int16,isFixedPitch:e.uint32,minMemType42:e.uint32,maxMemType42:e.uint32,minMemType1:e.uint32,maxMemType1:e.uint32},1:{},2:{numberOfGlyphs:e.uint16,glyphNameIndex:new e.Array(e.uint16,"numberOfGlyphs"),names:new e.Array(new e.String(e.uint8))},2.5:{numberOfGlyphs:e.uint16,offsets:new e.Array(e.uint8,"numberOfGlyphs")},3:{},4:{map:new e.Array(e.uint32,function(tA){return tA.parent.maxp.numGlyphs})}}),zA=new e.Struct({controlValues:new e.Array(e.int16)}),pA=new e.Struct({instructions:new e.Array(e.uint8)}),JA=new e.VersionedStruct("head.indexToLocFormat",{0:{offsets:new e.Array(e.uint16)},1:{offsets:new e.Array(e.uint32)}});JA.process=function(){if(0===this.version)for(var tA=0;tA>>=1};var ft=new e.Struct({controlValueProgram:new e.Array(e.uint8)}),wt=new e.Array(new e.Buffer),gt=function(){function tA(K){this.type=K}var G=tA.prototype;return G.getCFFVersion=function(M){for(;M&&!M.hdrSize;)M=M.parent;return M?M.version:-1},G.decode=function(M,N){var nA=this.getCFFVersion(N)>=2?M.readUInt32BE():M.readUInt16BE();if(0===nA)return[];var lA,oA=M.readUInt8();if(1===oA)lA=e.uint8;else if(2===oA)lA=e.uint16;else if(3===oA)lA=e.uint24;else{if(4!==oA)throw new Error("Bad offset size in CFFIndex: ".concat(oA," ").concat(M.pos));lA=e.uint32}for(var sA=[],bA=M.pos+(nA+1)*oA-1,WA=lA.decode(M),lt=0;lt>4;if(15===nA)break;N+=Yt[nA];var oA=15&P;if(15===oA)break;N+=Yt[oA]}return parseFloat(N)}return null},tA.size=function(K){return K.forceLarge&&(K=32768),(0|K)!==K?1+Math.ceil(((""+K).length+1)/2):-107<=K&&K<=107?1:108<=K&&K<=1131||-1131<=K&&K<=-108?2:-32768<=K&&K<=32767?3:5},tA.encode=function(K,M){var N=Number(M);if(M.forceLarge)return K.writeUInt8(29),K.writeInt32BE(N);if((0|N)===N)return-107<=N&&N<=107?K.writeUInt8(N+139):108<=N&&N<=1131?(K.writeUInt8(247+((N-=108)>>8)),K.writeUInt8(255&N)):-1131<=N&&N<=-108?(K.writeUInt8(251+((N=-N-108)>>8)),K.writeUInt8(255&N)):-32768<=N&&N<=32767?(K.writeUInt8(28),K.writeInt16BE(N)):(K.writeUInt8(29),K.writeInt32BE(N));K.writeUInt8(30);for(var P=""+N,nA=0;nAP;)N.pop()},tA}(),null],[19,"Subrs",new ht(new gt,{type:"local"}),null]]),Bt=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"],Z=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],U=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron"],GA=new e.Struct({reserved:new e.Reserved(e.uint16),reqFeatureIndex:e.uint16,featureCount:e.uint16,featureIndexes:new e.Array(e.uint16,"featureCount")}),At=new e.Struct({tag:new e.String(4),langSys:new e.Pointer(e.uint16,GA,{type:"parent"})}),O=new e.Struct({defaultLangSys:new e.Pointer(e.uint16,GA),count:e.uint16,langSysRecords:new e.Array(At,"count")}),qA=new e.Struct({tag:new e.String(4),script:new e.Pointer(e.uint16,O,{type:"parent"})}),nt=new e.Array(qA,e.uint16),MA=new e.Struct({featureParams:e.uint16,lookupCount:e.uint16,lookupListIndexes:new e.Array(e.uint16,"lookupCount")}),jA=new e.Struct({tag:new e.String(4),feature:new e.Pointer(e.uint16,MA,{type:"parent"})}),ot=new e.Array(jA,e.uint16),Tt=new e.Struct({markAttachmentType:e.uint8,flags:new e.Bitfield(e.uint8,["rightToLeft","ignoreBaseGlyphs","ignoreLigatures","ignoreMarks","useMarkFilteringSet"])});function yt(tA){var G=new e.Struct({lookupType:e.uint16,flags:Tt,subTableCount:e.uint16,subTables:new e.Array(new e.Pointer(e.uint16,tA),"subTableCount"),markFilteringSet:new e.Optional(e.uint16,function(K){return K.flags.flags.useMarkFilteringSet})});return new e.LazyArray(new e.Pointer(e.uint16,G),e.uint16)}var Ut=new e.Struct({start:e.uint16,end:e.uint16,startCoverageIndex:e.uint16}),Lt=new e.VersionedStruct(e.uint16,{1:{glyphCount:e.uint16,glyphs:new e.Array(e.uint16,"glyphCount")},2:{rangeCount:e.uint16,rangeRecords:new e.Array(Ut,"rangeCount")}}),sn=new e.Struct({start:e.uint16,end:e.uint16,class:e.uint16}),$t=new e.VersionedStruct(e.uint16,{1:{startGlyph:e.uint16,glyphCount:e.uint16,classValueArray:new e.Array(e.uint16,"glyphCount")},2:{classRangeCount:e.uint16,classRangeRecord:new e.Array(sn,"classRangeCount")}}),Kt=new e.Struct({a:e.uint16,b:e.uint16,deltaFormat:e.uint16}),Me=new e.Struct({sequenceIndex:e.uint16,lookupListIndex:e.uint16}),Ge=new e.Struct({glyphCount:e.uint16,lookupCount:e.uint16,input:new e.Array(e.uint16,function(tA){return tA.glyphCount-1}),lookupRecords:new e.Array(Me,"lookupCount")}),Te=new e.Array(new e.Pointer(e.uint16,Ge),e.uint16),xn=new e.Struct({glyphCount:e.uint16,lookupCount:e.uint16,classes:new e.Array(e.uint16,function(tA){return tA.glyphCount-1}),lookupRecords:new e.Array(Me,"lookupCount")}),In=new e.Array(new e.Pointer(e.uint16,xn),e.uint16),ee=new e.VersionedStruct(e.uint16,{1:{coverage:new e.Pointer(e.uint16,Lt),ruleSetCount:e.uint16,ruleSets:new e.Array(new e.Pointer(e.uint16,Te),"ruleSetCount")},2:{coverage:new e.Pointer(e.uint16,Lt),classDef:new e.Pointer(e.uint16,$t),classSetCnt:e.uint16,classSet:new e.Array(new e.Pointer(e.uint16,In),"classSetCnt")},3:{glyphCount:e.uint16,lookupCount:e.uint16,coverages:new e.Array(new e.Pointer(e.uint16,Lt),"glyphCount"),lookupRecords:new e.Array(Me,"lookupCount")}}),tn=new e.Struct({backtrackGlyphCount:e.uint16,backtrack:new e.Array(e.uint16,"backtrackGlyphCount"),inputGlyphCount:e.uint16,input:new e.Array(e.uint16,function(tA){return tA.inputGlyphCount-1}),lookaheadGlyphCount:e.uint16,lookahead:new e.Array(e.uint16,"lookaheadGlyphCount"),lookupCount:e.uint16,lookupRecords:new e.Array(Me,"lookupCount")}),Ue=new e.Array(new e.Pointer(e.uint16,tn),e.uint16),Fe=new e.VersionedStruct(e.uint16,{1:{coverage:new e.Pointer(e.uint16,Lt),chainCount:e.uint16,chainRuleSets:new e.Array(new e.Pointer(e.uint16,Ue),"chainCount")},2:{coverage:new e.Pointer(e.uint16,Lt),backtrackClassDef:new e.Pointer(e.uint16,$t),inputClassDef:new e.Pointer(e.uint16,$t),lookaheadClassDef:new e.Pointer(e.uint16,$t),chainCount:e.uint16,chainClassSet:new e.Array(new e.Pointer(e.uint16,Ue),"chainCount")},3:{backtrackGlyphCount:e.uint16,backtrackCoverage:new e.Array(new e.Pointer(e.uint16,Lt),"backtrackGlyphCount"),inputGlyphCount:e.uint16,inputCoverage:new e.Array(new e.Pointer(e.uint16,Lt),"inputGlyphCount"),lookaheadGlyphCount:e.uint16,lookaheadCoverage:new e.Array(new e.Pointer(e.uint16,Lt),"lookaheadGlyphCount"),lookupCount:e.uint16,lookupRecords:new e.Array(Me,"lookupCount")}}),we=new e.Fixed(16,"BE",14),Dn=new e.Struct({startCoord:we,peakCoord:we,endCoord:we}),wn=new e.Struct({axisCount:e.uint16,regionCount:e.uint16,variationRegions:new e.Array(new e.Array(Dn,"axisCount"),"regionCount")}),kt=new e.Struct({shortDeltas:new e.Array(e.int16,function(tA){return tA.parent.shortDeltaCount}),regionDeltas:new e.Array(e.int8,function(tA){return tA.parent.regionIndexCount-tA.parent.shortDeltaCount}),deltas:function(G){return G.shortDeltas.concat(G.regionDeltas)}}),zt=new e.Struct({itemCount:e.uint16,shortDeltaCount:e.uint16,regionIndexCount:e.uint16,regionIndexes:new e.Array(e.uint16,"regionIndexCount"),deltaSets:new e.Array(kt,"itemCount")}),Wt=new e.Struct({format:e.uint16,variationRegionList:new e.Pointer(e.uint32,wn),variationDataCount:e.uint16,itemVariationData:new e.Array(new e.Pointer(e.uint32,zt),"variationDataCount")}),ae=new e.VersionedStruct(e.uint16,{1:(a={axisIndex:e.uint16},a.axisIndex=e.uint16,a.filterRangeMinValue=we,a.filterRangeMaxValue=we,a)}),mn=new e.Struct({conditionCount:e.uint16,conditionTable:new e.Array(new e.Pointer(e.uint32,ae),"conditionCount")}),dn=new e.Struct({featureIndex:e.uint16,alternateFeatureTable:new e.Pointer(e.uint32,MA,{type:"parent"})}),Tn=new e.Struct({version:e.fixed32,substitutionCount:e.uint16,substitutions:new e.Array(dn,"substitutionCount")}),Wn=new e.Struct({conditionSet:new e.Pointer(e.uint32,mn,{type:"parent"}),featureTableSubstitution:new e.Pointer(e.uint32,Tn,{type:"parent"})}),ei=new e.Struct({majorVersion:e.uint16,minorVersion:e.uint16,featureVariationRecordCount:e.uint32,featureVariationRecords:new e.Array(Wn,"featureVariationRecordCount")}),Yn=function(){function tA(K,M){this.predefinedOps=K,this.type=M}var G=tA.prototype;return G.decode=function(M,N,P){return this.predefinedOps[P[0]]?this.predefinedOps[P[0]]:this.type.decode(M,N,P)},G.size=function(M,N){return this.type.size(M,N)},G.encode=function(M,N,P){var nA=this.predefinedOps.indexOf(N);return-1!==nA?nA:this.type.encode(M,N,P)},tA}(),ZA=function(tA){function G(){return tA.call(this,"UInt8")||this}return w(G,tA),G.prototype.decode=function(N){return 127&e.uint8.decode(N)},G}(e.Number),SA=new e.Struct({first:e.uint16,nLeft:e.uint8}),it=new e.Struct({first:e.uint16,nLeft:e.uint16}),TA=new Yn([Z,["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"]],new ht(new e.VersionedStruct(new ZA,{0:{nCodes:e.uint8,codes:new e.Array(e.uint8,"nCodes")},1:{nRanges:e.uint8,ranges:new e.Array(SA,"nRanges")}}),{lazy:!0})),UA=function(tA){function G(){return tA.apply(this,arguments)||this}return w(G,tA),G.prototype.decode=function(N,P){for(var nA=h.resolveLength(this.length,N,P),oA=0,lA=[];oA=2?null:M=2||this.isCIDFont)return null;var N=this.topDict.charset;if(Array.isArray(N))return N[M];if(0===M)return".notdef";switch(M-=1,N.version){case 0:return this.string(N.glyphs[M]);case 1:case 2:for(var P=0;P>1;if(M=N[oA+1].first))return N[oA].fd;P=oA+1}}default:throw new Error("Unknown FDSelect version: ".concat(this.topDict.FDSelect.version))}},G.privateDictForGlyph=function(M){if(this.topDict.FDSelect){var N=this.fdForGlyph(M);return this.topDict.FDArray[N]?this.topDict.FDArray[N].Private:null}return this.version<2?this.topDict.Private:this.topDict.FDArray[0].Private},o(tA,[{key:"postscriptName",get:function(){return this.version<2?this.nameIndex[0]:null}},{key:"fullName",get:function(){return this.string(this.topDict.FullName)}},{key:"familyName",get:function(){return this.string(this.topDict.FamilyName)}}]),tA}(),Zt=new e.Struct({glyphIndex:e.uint16,vertOriginY:e.int16}),Ht=new e.Struct({majorVersion:e.uint16,minorVersion:e.uint16,defaultVertOriginY:e.int16,numVertOriginYMetrics:e.uint16,metrics:new e.Array(Zt,"numVertOriginYMetrics")}),ie=new e.Struct({height:e.uint8,width:e.uint8,horiBearingX:e.int8,horiBearingY:e.int8,horiAdvance:e.uint8,vertBearingX:e.int8,vertBearingY:e.int8,vertAdvance:e.uint8}),Jt=new e.Struct({height:e.uint8,width:e.uint8,bearingX:e.int8,bearingY:e.int8,advance:e.uint8}),ue=new e.Struct({glyph:e.uint16,xOffset:e.int8,yOffset:e.int8}),se=function(){},ve=function(){},ge=(new e.VersionedStruct("version",{1:{metrics:Jt,data:se},2:{metrics:Jt,data:ve},5:{data:ve},6:{metrics:ie,data:se},7:{metrics:ie,data:ve},8:{metrics:Jt,pad:new e.Reserved(e.uint8),numComponents:e.uint16,components:new e.Array(ue,"numComponents")},9:{metrics:ie,pad:new e.Reserved(e.uint8),numComponents:e.uint16,components:new e.Array(ue,"numComponents")},17:{metrics:Jt,dataLen:e.uint32,data:new e.Buffer("dataLen")},18:{metrics:ie,dataLen:e.uint32,data:new e.Buffer("dataLen")},19:{dataLen:e.uint32,data:new e.Buffer("dataLen")}}),new e.Struct({ascender:e.int8,descender:e.int8,widthMax:e.uint8,caretSlopeNumerator:e.int8,caretSlopeDenominator:e.int8,caretOffset:e.int8,minOriginSB:e.int8,minAdvanceSB:e.int8,maxBeforeBL:e.int8,minAfterBL:e.int8,pad:new e.Reserved(e.int8,2)})),xe=new e.Struct({glyphCode:e.uint16,offset:e.uint16}),be=new e.VersionedStruct(e.uint16,{header:{imageFormat:e.uint16,imageDataOffset:e.uint32},1:{offsetArray:new e.Array(e.uint32,function(tA){return tA.parent.lastGlyphIndex-tA.parent.firstGlyphIndex+1})},2:{imageSize:e.uint32,bigMetrics:ie},3:{offsetArray:new e.Array(e.uint16,function(tA){return tA.parent.lastGlyphIndex-tA.parent.firstGlyphIndex+1})},4:{numGlyphs:e.uint32,glyphArray:new e.Array(xe,function(tA){return tA.numGlyphs+1})},5:{imageSize:e.uint32,bigMetrics:ie,numGlyphs:e.uint32,glyphCodeArray:new e.Array(e.uint16,"numGlyphs")}}),Ze=new e.Struct({firstGlyphIndex:e.uint16,lastGlyphIndex:e.uint16,subtable:new e.Pointer(e.uint32,be)}),vn=new e.Struct({indexSubTableArray:new e.Pointer(e.uint32,new e.Array(Ze,1),{type:"parent"}),indexTablesSize:e.uint32,numberOfIndexSubTables:e.uint32,colorRef:e.uint32,hori:ge,vert:ge,startGlyphIndex:e.uint16,endGlyphIndex:e.uint16,ppemX:e.uint8,ppemY:e.uint8,bitDepth:e.uint8,flags:new e.Bitfield(e.uint8,["horizontal","vertical"])}),en=new e.Struct({version:e.uint32,numSizes:e.uint32,sizes:new e.Array(vn,"numSizes")}),Qn=new e.Struct({ppem:e.uint16,resolution:e.uint16,imageOffsets:new e.Array(new e.Pointer(e.uint32,"void"),function(tA){return tA.parent.parent.maxp.numGlyphs+1})}),Sn=new e.Struct({version:e.uint16,flags:new e.Bitfield(e.uint16,["renderOutlines"]),numImgTables:e.uint32,imageTables:new e.Array(new e.Pointer(e.uint32,Qn),"numImgTables")}),nn=new e.Struct({gid:e.uint16,paletteIndex:e.uint16}),gn=new e.Struct({gid:e.uint16,firstLayerIndex:e.uint16,numLayers:e.uint16}),on=new e.Struct({version:e.uint16,numBaseGlyphRecords:e.uint16,baseGlyphRecord:new e.Pointer(e.uint32,new e.Array(gn,"numBaseGlyphRecords")),layerRecords:new e.Pointer(e.uint32,new e.Array(nn,"numLayerRecords"),{lazy:!0}),numLayerRecords:e.uint16}),Mi=new e.Struct({blue:e.uint8,green:e.uint8,red:e.uint8,alpha:e.uint8}),Ii=new e.VersionedStruct(e.uint16,{header:{numPaletteEntries:e.uint16,numPalettes:e.uint16,numColorRecords:e.uint16,colorRecords:new e.Pointer(e.uint32,new e.Array(Mi,"numColorRecords")),colorRecordIndices:new e.Array(e.uint16,"numPalettes")},0:{},1:{offsetPaletteTypeArray:new e.Pointer(e.uint32,new e.Array(e.uint32,"numPalettes")),offsetPaletteLabelArray:new e.Pointer(e.uint32,new e.Array(e.uint16,"numPalettes")),offsetPaletteEntryLabelArray:new e.Pointer(e.uint32,new e.Array(e.uint16,"numPaletteEntries"))}}),Kn=new e.VersionedStruct(e.uint16,{1:{coordinate:e.int16},2:{coordinate:e.int16,referenceGlyph:e.uint16,baseCoordPoint:e.uint16},3:{coordinate:e.int16,deviceTable:new e.Pointer(e.uint16,Kt)}}),Di=new e.Struct({defaultIndex:e.uint16,baseCoordCount:e.uint16,baseCoords:new e.Array(new e.Pointer(e.uint16,Kn),"baseCoordCount")}),vi=new e.Struct({tag:new e.String(4),minCoord:new e.Pointer(e.uint16,Kn,{type:"parent"}),maxCoord:new e.Pointer(e.uint16,Kn,{type:"parent"})}),jn=new e.Struct({minCoord:new e.Pointer(e.uint16,Kn),maxCoord:new e.Pointer(e.uint16,Kn),featMinMaxCount:e.uint16,featMinMaxRecords:new e.Array(vi,"featMinMaxCount")}),Ci=new e.Struct({tag:new e.String(4),minMax:new e.Pointer(e.uint16,jn,{type:"parent"})}),ni=new e.Struct({baseValues:new e.Pointer(e.uint16,Di),defaultMinMax:new e.Pointer(e.uint16,jn),baseLangSysCount:e.uint16,baseLangSysRecords:new e.Array(Ci,"baseLangSysCount")}),Nn=new e.Struct({tag:new e.String(4),script:new e.Pointer(e.uint16,ni,{type:"parent"})}),sa=new e.Array(Nn,e.uint16),dA=new e.Array(new e.String(4),e.uint16),H=new e.Struct({baseTagList:new e.Pointer(e.uint16,dA),baseScriptList:new e.Pointer(e.uint16,sa)}),T=new e.VersionedStruct(e.uint32,{header:{horizAxis:new e.Pointer(e.uint16,H),vertAxis:new e.Pointer(e.uint16,H)},65536:{},65537:{itemVariationStore:new e.Pointer(e.uint32,Wt)}}),X=new e.Array(e.uint16,e.uint16),V=new e.Struct({coverage:new e.Pointer(e.uint16,Lt),glyphCount:e.uint16,attachPoints:new e.Array(new e.Pointer(e.uint16,X),"glyphCount")}),uA=new e.VersionedStruct(e.uint16,{1:{coordinate:e.int16},2:{caretValuePoint:e.uint16},3:{coordinate:e.int16,deviceTable:new e.Pointer(e.uint16,Kt)}}),mA=new e.Array(new e.Pointer(e.uint16,uA),e.uint16),tt=new e.Struct({coverage:new e.Pointer(e.uint16,Lt),ligGlyphCount:e.uint16,ligGlyphs:new e.Array(new e.Pointer(e.uint16,mA),"ligGlyphCount")}),rt=new e.Struct({markSetTableFormat:e.uint16,markSetCount:e.uint16,coverage:new e.Array(new e.Pointer(e.uint32,Lt),"markSetCount")}),ut=new e.VersionedStruct(e.uint32,{header:{glyphClassDef:new e.Pointer(e.uint16,$t),attachList:new e.Pointer(e.uint16,V),ligCaretList:new e.Pointer(e.uint16,tt),markAttachClassDef:new e.Pointer(e.uint16,$t)},65536:{},65538:{markGlyphSetsDef:new e.Pointer(e.uint16,rt)},65539:{markGlyphSetsDef:new e.Pointer(e.uint16,rt),itemVariationStore:new e.Pointer(e.uint32,Wt)}}),Ct=new e.Bitfield(e.uint16,["xPlacement","yPlacement","xAdvance","yAdvance","xPlaDevice","yPlaDevice","xAdvDevice","yAdvDevice"]),Mt={xPlacement:e.int16,yPlacement:e.int16,xAdvance:e.int16,yAdvance:e.int16,xPlaDevice:new e.Pointer(e.uint16,Kt,{type:"global",relativeTo:function(G){return G.rel}}),yPlaDevice:new e.Pointer(e.uint16,Kt,{type:"global",relativeTo:function(G){return G.rel}}),xAdvDevice:new e.Pointer(e.uint16,Kt,{type:"global",relativeTo:function(G){return G.rel}}),yAdvDevice:new e.Pointer(e.uint16,Kt,{type:"global",relativeTo:function(G){return G.rel}})},Dt=function(){function tA(K){void 0===K&&(K="valueFormat"),this.key=K}var G=tA.prototype;return G.buildStruct=function(M){for(var N=M;!N[this.key]&&N.parent;)N=N.parent;if(N[this.key]){var P={rel:function(){return N._startOffset}},nA=N[this.key];for(var oA in nA)nA[oA]&&(P[oA]=Mt[oA]);return new e.Struct(P)}},G.size=function(M,N){return this.buildStruct(N).size(M,N)},G.decode=function(M,N){var P=this.buildStruct(N).decode(M,N);return delete P.rel,P},tA}(),Ft=new e.Struct({secondGlyph:e.uint16,value1:new Dt("valueFormat1"),value2:new Dt("valueFormat2")}),Ot=new e.Array(Ft,e.uint16),Vt=new e.Struct({value1:new Dt("valueFormat1"),value2:new Dt("valueFormat2")}),Ae=new e.VersionedStruct(e.uint16,{1:{xCoordinate:e.int16,yCoordinate:e.int16},2:{xCoordinate:e.int16,yCoordinate:e.int16,anchorPoint:e.uint16},3:{xCoordinate:e.int16,yCoordinate:e.int16,xDeviceTable:new e.Pointer(e.uint16,Kt),yDeviceTable:new e.Pointer(e.uint16,Kt)}}),Be=new e.Struct({entryAnchor:new e.Pointer(e.uint16,Ae,{type:"parent"}),exitAnchor:new e.Pointer(e.uint16,Ae,{type:"parent"})}),Ye=new e.Struct({class:e.uint16,markAnchor:new e.Pointer(e.uint16,Ae,{type:"parent"})}),Xe=new e.Array(Ye,e.uint16),me=new e.Array(new e.Pointer(e.uint16,Ae),function(tA){return tA.parent.classCount}),Je=new e.Array(me,e.uint16),hn=new e.Array(new e.Pointer(e.uint16,Ae),function(tA){return tA.parent.parent.classCount}),Ve=new e.Array(hn,e.uint16),En=new e.Array(new e.Pointer(e.uint16,Ve),e.uint16),Fn=new e.VersionedStruct("lookupType",{1:new e.VersionedStruct(e.uint16,{1:{coverage:new e.Pointer(e.uint16,Lt),valueFormat:Ct,value:new Dt},2:{coverage:new e.Pointer(e.uint16,Lt),valueFormat:Ct,valueCount:e.uint16,values:new e.LazyArray(new Dt,"valueCount")}}),2:new e.VersionedStruct(e.uint16,{1:{coverage:new e.Pointer(e.uint16,Lt),valueFormat1:Ct,valueFormat2:Ct,pairSetCount:e.uint16,pairSets:new e.LazyArray(new e.Pointer(e.uint16,Ot),"pairSetCount")},2:{coverage:new e.Pointer(e.uint16,Lt),valueFormat1:Ct,valueFormat2:Ct,classDef1:new e.Pointer(e.uint16,$t),classDef2:new e.Pointer(e.uint16,$t),class1Count:e.uint16,class2Count:e.uint16,classRecords:new e.LazyArray(new e.LazyArray(Vt,"class2Count"),"class1Count")}}),3:{format:e.uint16,coverage:new e.Pointer(e.uint16,Lt),entryExitCount:e.uint16,entryExitRecords:new e.Array(Be,"entryExitCount")},4:{format:e.uint16,markCoverage:new e.Pointer(e.uint16,Lt),baseCoverage:new e.Pointer(e.uint16,Lt),classCount:e.uint16,markArray:new e.Pointer(e.uint16,Xe),baseArray:new e.Pointer(e.uint16,Je)},5:{format:e.uint16,markCoverage:new e.Pointer(e.uint16,Lt),ligatureCoverage:new e.Pointer(e.uint16,Lt),classCount:e.uint16,markArray:new e.Pointer(e.uint16,Xe),ligatureArray:new e.Pointer(e.uint16,En)},6:{format:e.uint16,mark1Coverage:new e.Pointer(e.uint16,Lt),mark2Coverage:new e.Pointer(e.uint16,Lt),classCount:e.uint16,mark1Array:new e.Pointer(e.uint16,Xe),mark2Array:new e.Pointer(e.uint16,Je)},7:ee,8:Fe,9:{posFormat:e.uint16,lookupType:e.uint16,extension:new e.Pointer(e.uint32,Fn)}});Fn.versions[9].extension.type=Fn;var Xn=new e.VersionedStruct(e.uint32,{header:{scriptList:new e.Pointer(e.uint16,nt),featureList:new e.Pointer(e.uint16,ot),lookupList:new e.Pointer(e.uint16,new yt(Fn))},65536:{},65537:{featureVariations:new e.Pointer(e.uint32,ei)}}),On=new e.Array(e.uint16,e.uint16),Ni=On,Jn=new e.Struct({glyph:e.uint16,compCount:e.uint16,components:new e.Array(e.uint16,function(tA){return tA.compCount-1})}),ii=new e.Array(new e.Pointer(e.uint16,Jn),e.uint16),Zn=new e.VersionedStruct("lookupType",{1:new e.VersionedStruct(e.uint16,{1:{coverage:new e.Pointer(e.uint16,Lt),deltaGlyphID:e.int16},2:{coverage:new e.Pointer(e.uint16,Lt),glyphCount:e.uint16,substitute:new e.LazyArray(e.uint16,"glyphCount")}}),2:{substFormat:e.uint16,coverage:new e.Pointer(e.uint16,Lt),count:e.uint16,sequences:new e.LazyArray(new e.Pointer(e.uint16,On),"count")},3:{substFormat:e.uint16,coverage:new e.Pointer(e.uint16,Lt),count:e.uint16,alternateSet:new e.LazyArray(new e.Pointer(e.uint16,Ni),"count")},4:{substFormat:e.uint16,coverage:new e.Pointer(e.uint16,Lt),count:e.uint16,ligatureSets:new e.LazyArray(new e.Pointer(e.uint16,ii),"count")},5:ee,6:Fe,7:{substFormat:e.uint16,lookupType:e.uint16,extension:new e.Pointer(e.uint32,Zn)},8:{substFormat:e.uint16,coverage:new e.Pointer(e.uint16,Lt),backtrackCoverage:new e.Array(new e.Pointer(e.uint16,Lt),"backtrackGlyphCount"),lookaheadGlyphCount:e.uint16,lookaheadCoverage:new e.Array(new e.Pointer(e.uint16,Lt),"lookaheadGlyphCount"),glyphCount:e.uint16,substitutes:new e.Array(e.uint16,"glyphCount")}});Zn.versions[7].extension.type=Zn;var qn=new e.VersionedStruct(e.uint32,{header:{scriptList:new e.Pointer(e.uint16,nt),featureList:new e.Pointer(e.uint16,ot),lookupList:new e.Pointer(e.uint16,new yt(Zn))},65536:{},65537:{featureVariations:new e.Pointer(e.uint32,ei)}}),Hn=new e.Array(e.uint16,e.uint16),bi=new e.Struct({shrinkageEnableGSUB:new e.Pointer(e.uint16,Hn),shrinkageDisableGSUB:new e.Pointer(e.uint16,Hn),shrinkageEnableGPOS:new e.Pointer(e.uint16,Hn),shrinkageDisableGPOS:new e.Pointer(e.uint16,Hn),shrinkageJstfMax:new e.Pointer(e.uint16,new yt(Fn)),extensionEnableGSUB:new e.Pointer(e.uint16,Hn),extensionDisableGSUB:new e.Pointer(e.uint16,Hn),extensionEnableGPOS:new e.Pointer(e.uint16,Hn),extensionDisableGPOS:new e.Pointer(e.uint16,Hn),extensionJstfMax:new e.Pointer(e.uint16,new yt(Fn))}),Ri=new e.Array(new e.Pointer(e.uint16,bi),e.uint16),Ti=new e.Struct({tag:new e.String(4),jstfLangSys:new e.Pointer(e.uint16,Ri)}),Fi=new e.Struct({extenderGlyphs:new e.Pointer(e.uint16,new e.Array(e.uint16,e.uint16)),defaultLangSys:new e.Pointer(e.uint16,Ri),langSysCount:e.uint16,langSysRecords:new e.Array(Ti,"langSysCount")}),Ui=new e.Struct({tag:new e.String(4),script:new e.Pointer(e.uint16,Fi,{type:"parent"})}),Li=new e.Struct({version:e.uint32,scriptCount:e.uint16,scriptList:new e.Array(Ui,"scriptCount")}),Pi=new e.Struct({entry:new(function(){function tA(K){this._size=K}var G=tA.prototype;return G.decode=function(M,N){switch(this.size(0,N)){case 1:return M.readUInt8();case 2:return M.readUInt16BE();case 3:return M.readUInt24BE();case 4:return M.readUInt32BE()}},G.size=function(M,N){return h.resolveLength(this._size,null,N)},tA}())(function(tA){return 1+((48&tA.parent.entryFormat)>>4)}),outerIndex:function(G){return G.entry>>1+(15&G.parent.entryFormat)},innerIndex:function(G){return G.entry&(1<<1+(15&G.parent.entryFormat))-1}}),Vn=new e.Struct({entryFormat:e.uint16,mapCount:e.uint16,mapData:new e.Array(Pi,"mapCount")}),zi=new e.Struct({majorVersion:e.uint16,minorVersion:e.uint16,itemVariationStore:new e.Pointer(e.uint32,Wt),advanceWidthMapping:new e.Pointer(e.uint32,Vn),LSBMapping:new e.Pointer(e.uint32,Vn),RSBMapping:new e.Pointer(e.uint32,Vn)}),ri=new e.Struct({format:e.uint32,length:e.uint32,offset:e.uint32}),br=new e.Struct({reserved:new e.Reserved(e.uint16,2),cbSignature:e.uint32,signature:new e.Buffer("cbSignature")}),Rr=new e.Struct({ulVersion:e.uint32,usNumSigs:e.uint16,usFlag:e.uint16,signatures:new e.Array(ri,"usNumSigs"),signatureBlocks:new e.Array(br,"usNumSigs")}),ls=new e.Struct({rangeMaxPPEM:e.uint16,rangeGaspBehavior:new e.Bitfield(e.uint16,["grayscale","gridfit","symmetricSmoothing","symmetricGridfit"])}),cs=new e.Struct({version:e.uint16,numRanges:e.uint16,gaspRanges:new e.Array(ls,"numRanges")}),gs=new e.Struct({pixelSize:e.uint8,maximumWidth:e.uint8,widths:new e.Array(e.uint8,function(tA){return tA.parent.parent.maxp.numGlyphs})}),Bs=new e.Struct({version:e.uint16,numRecords:e.int16,sizeDeviceRecord:e.int32,records:new e.Array(gs,"numRecords")}),us=new e.Struct({left:e.uint16,right:e.uint16,value:e.int16}),oa=new e.Struct({firstGlyph:e.uint16,nGlyphs:e.uint16,offsets:new e.Array(e.uint16,"nGlyphs"),max:function(G){return G.offsets.length&&Math.max.apply(Math,G.offsets)}}),fs=new e.Struct({off:function(G){return G._startOffset-G.parent.parent._startOffset},len:function(G){return G.parent.rowWidth/2*((G.parent.leftTable.max-G.off)/G.parent.rowWidth+1)},values:new e.LazyArray(e.int16,"len")}),la=new e.VersionedStruct("format",{0:{nPairs:e.uint16,searchRange:e.uint16,entrySelector:e.uint16,rangeShift:e.uint16,pairs:new e.Array(us,"nPairs")},2:{rowWidth:e.uint16,leftTable:new e.Pointer(e.uint16,oa,{type:"parent"}),rightTable:new e.Pointer(e.uint16,oa,{type:"parent"}),array:new e.Pointer(e.uint16,fs,{type:"parent"})},3:{glyphCount:e.uint16,kernValueCount:e.uint8,leftClassCount:e.uint8,rightClassCount:e.uint8,flags:e.uint8,kernValue:new e.Array(e.int16,"kernValueCount"),leftClass:new e.Array(e.uint8,"glyphCount"),rightClass:new e.Array(e.uint8,"glyphCount"),kernIndex:new e.Array(e.uint8,function(tA){return tA.leftClassCount*tA.rightClassCount})}}),ca=new e.VersionedStruct("version",{0:{subVersion:e.uint16,length:e.uint16,format:e.uint8,coverage:new e.Bitfield(e.uint8,["horizontal","minimum","crossStream","override"]),subtable:la,padding:new e.Reserved(e.uint8,function(tA){return tA.length-tA._currentOffset})},1:{length:e.uint32,coverage:new e.Bitfield(e.uint8,[null,null,null,null,null,"variation","crossStream","vertical"]),format:e.uint8,tupleIndex:e.uint16,subtable:la,padding:new e.Reserved(e.uint8,function(tA){return tA.length-tA._currentOffset})}}),hs=new e.VersionedStruct(e.uint16,{0:{nTables:e.uint16,tables:new e.Array(ca,"nTables")},1:{reserved:new e.Reserved(e.uint16),nTables:e.uint32,tables:new e.Array(ca,"nTables")}}),Es=new e.Struct({version:e.uint16,numGlyphs:e.uint16,yPels:new e.Array(e.uint8,"numGlyphs")}),Cs=new e.Struct({version:e.uint16,fontNumber:e.uint32,pitch:e.uint16,xHeight:e.uint16,style:e.uint16,typeFamily:e.uint16,capHeight:e.uint16,symbolSet:e.uint16,typeface:new e.String(16),characterComplement:new e.String(8),fileName:new e.String(6),strokeWeight:new e.String(1),widthType:new e.String(1),serifStyle:e.uint8,reserved:new e.Reserved(e.uint8)}),ga=new e.Struct({bCharSet:e.uint8,xRatio:e.uint8,yStartRatio:e.uint8,yEndRatio:e.uint8}),Ba=new e.Struct({yPelHeight:e.uint16,yMax:e.int16,yMin:e.int16}),ws=new e.Struct({recs:e.uint16,startsz:e.uint8,endsz:e.uint8,entries:new e.Array(Ba,"recs")}),ds=new e.Struct({version:e.uint16,numRecs:e.uint16,numRatios:e.uint16,ratioRanges:new e.Array(ga,"numRatios"),offsets:new e.Array(e.uint16,"numRatios"),groups:new e.Array(ws,"numRecs")}),Qs=new e.Struct({version:e.uint16,ascent:e.int16,descent:e.int16,lineGap:e.int16,advanceHeightMax:e.int16,minTopSideBearing:e.int16,minBottomSideBearing:e.int16,yMaxExtent:e.int16,caretSlopeRise:e.int16,caretSlopeRun:e.int16,caretOffset:e.int16,reserved:new e.Reserved(e.int16,4),metricDataFormat:e.int16,numberOfMetrics:e.uint16}),ua=new e.Struct({advance:e.uint16,bearing:e.int16}),ms=new e.Struct({metrics:new e.LazyArray(ua,function(tA){return tA.parent.vhea.numberOfMetrics}),bearings:new e.LazyArray(e.int16,function(tA){return tA.parent.maxp.numGlyphs-tA.parent.vhea.numberOfMetrics})}),fa=new e.Fixed(16,"BE",14),ps=new e.Struct({fromCoord:fa,toCoord:fa}),Ms=new e.Struct({pairCount:e.uint16,correspondence:new e.Array(ps,"pairCount")}),Is=new e.Struct({version:e.fixed32,axisCount:e.uint32,segment:new e.Array(Ms,"axisCount")}),Ds=function(){function tA(K,M,N){this.type=K,this.stream=M,this.parent=N,this.base=this.stream.pos,this._items=[]}var G=tA.prototype;return G.getItem=function(M){if(null==this._items[M]){var N=this.stream.pos;this.stream.pos=this.base+this.type.size(null,this.parent)*M,this._items[M]=this.type.decode(this.stream,this.parent),this.stream.pos=N}return this._items[M]},G.inspect=function(){return"[UnboundedArray ".concat(this.type.constructor.name,"]")},tA}(),_n=function(tA){function G(M){return tA.call(this,M,0)||this}return w(G,tA),G.prototype.decode=function(N,P){return new Ds(this.type,N,P)},G}(e.Array),gi=function(G){void 0===G&&(G=e.uint16),G=new(function(){function oA(sA){this.type=sA}var lA=oA.prototype;return lA.decode=function(bA,WA){return this.type.decode(bA,WA=WA.parent.parent)},lA.size=function(bA,WA){return this.type.size(bA,WA=WA.parent.parent)},lA.encode=function(bA,WA,lt){return this.type.encode(bA,WA,lt=lt.parent.parent)},oA}())(G);var M=new e.Struct({unitSize:e.uint16,nUnits:e.uint16,searchRange:e.uint16,entrySelector:e.uint16,rangeShift:e.uint16}),N=new e.Struct({lastGlyph:e.uint16,firstGlyph:e.uint16,value:G}),P=new e.Struct({lastGlyph:e.uint16,firstGlyph:e.uint16,values:new e.Pointer(e.uint16,new e.Array(G,function(oA){return oA.lastGlyph-oA.firstGlyph+1}),{type:"parent"})}),nA=new e.Struct({glyph:e.uint16,value:G});return new e.VersionedStruct(e.uint16,{0:{values:new _n(G)},2:{binarySearchHeader:M,segments:new e.Array(N,function(oA){return oA.binarySearchHeader.nUnits})},4:{binarySearchHeader:M,segments:new e.Array(P,function(oA){return oA.binarySearchHeader.nUnits})},6:{binarySearchHeader:M,segments:new e.Array(nA,function(oA){return oA.binarySearchHeader.nUnits})},8:{firstGlyph:e.uint16,count:e.uint16,values:new e.Array(G,"count")}})};function Gi(tA,G){void 0===tA&&(tA={}),void 0===G&&(G=e.uint16);var K=Object.assign({newState:e.uint16,flags:e.uint16},tA),M=new e.Struct(K),N=new _n(new e.Array(e.uint16,function(nA){return nA.nClasses}));return new e.Struct({nClasses:e.uint32,classTable:new e.Pointer(e.uint32,new gi(G)),stateArray:new e.Pointer(e.uint32,N),entryTable:new e.Pointer(e.uint32,new _n(M))})}var Fs=new e.VersionedStruct("format",{0:{deltas:new e.Array(e.int16,32)},1:{deltas:new e.Array(e.int16,32),mappingData:new gi(e.uint16)},2:{standardGlyph:e.uint16,controlPoints:new e.Array(e.uint16,32)},3:{standardGlyph:e.uint16,controlPoints:new e.Array(e.uint16,32),mappingData:new gi(e.uint16)}}),ha=new e.Struct({version:e.fixed32,format:e.uint16,defaultBaseline:e.uint16,subtable:Fs}),ai=new e.Struct({setting:e.uint16,nameIndex:e.int16,name:function(G){return G.parent.parent.parent.name.records.fontFeatures[G.nameIndex]}}),ys=new e.Struct({feature:e.uint16,nSettings:e.uint16,settingTable:new e.Pointer(e.uint32,new e.Array(ai,"nSettings"),{type:"parent"}),featureFlags:new e.Bitfield(e.uint8,[null,null,null,null,null,null,"hasDefault","exclusive"]),defaultSetting:e.uint8,nameIndex:e.int16,name:function(G){return G.parent.parent.name.records.fontFeatures[G.nameIndex]}}),xs=new e.Struct({version:e.fixed32,featureNameCount:e.uint16,reserved1:new e.Reserved(e.uint16),reserved2:new e.Reserved(e.uint32),featureNames:new e.Array(ys,"featureNameCount")}),Ys=new e.Struct({axisTag:new e.String(4),minValue:e.fixed32,defaultValue:e.fixed32,maxValue:e.fixed32,flags:e.uint16,nameID:e.uint16,name:function(G){return G.parent.parent.name.records.fontFeatures[G.nameID]}}),Ss=new e.Struct({nameID:e.uint16,name:function(G){return G.parent.parent.name.records.fontFeatures[G.nameID]},flags:e.uint16,coord:new e.Array(e.fixed32,function(tA){return tA.parent.axisCount}),postscriptNameID:new e.Optional(e.uint16,function(tA){return tA.parent.instanceSize-tA._currentOffset>0})}),Ns=new e.Struct({version:e.fixed32,offsetToData:e.uint16,countSizePairs:e.uint16,axisCount:e.uint16,axisSize:e.uint16,instanceCount:e.uint16,instanceSize:e.uint16,axis:new e.Array(Ys,"axisCount"),instance:new e.Array(Ss,"instanceCount")}),bs=new e.Fixed(16,"BE",14),Rs=function(){function tA(){}return tA.decode=function(K,M){return M.flags?K.readUInt32BE():2*K.readUInt16BE()},tA}(),Ts=new e.Struct({version:e.uint16,reserved:new e.Reserved(e.uint16),axisCount:e.uint16,globalCoordCount:e.uint16,globalCoords:new e.Pointer(e.uint32,new e.Array(new e.Array(bs,"axisCount"),"globalCoordCount")),glyphCount:e.uint16,flags:e.uint16,offsetToData:e.uint32,offsets:new e.Array(new e.Pointer(Rs,"void",{relativeTo:function(G){return G.offsetToData},allowNull:!1}),function(tA){return tA.glyphCount+1})}),Us=new e.Struct({length:e.uint16,coverage:e.uint16,subFeatureFlags:e.uint32,stateTable:new function vs(tA,G){void 0===tA&&(tA={}),void 0===G&&(G=e.uint16);var K=new e.Struct({version:function(){return 8},firstGlyph:e.uint16,values:new e.Array(e.uint8,e.uint16)}),M=Object.assign({newStateOffset:e.uint16,newState:function(lA){return(lA.newStateOffset-(lA.parent.stateArray.base-lA.parent._startOffset))/lA.parent.nClasses},flags:e.uint16},tA),N=new e.Struct(M),P=new _n(new e.Array(e.uint8,function(oA){return oA.nClasses}));return new e.Struct({nClasses:e.uint16,classTable:new e.Pointer(e.uint16,K),stateArray:new e.Pointer(e.uint16,P),entryTable:new e.Pointer(e.uint16,new _n(N))})}}),Ls=new e.Struct({justClass:e.uint32,beforeGrowLimit:e.fixed32,beforeShrinkLimit:e.fixed32,afterGrowLimit:e.fixed32,afterShrinkLimit:e.fixed32,growFlags:e.uint16,shrinkFlags:e.uint16}),Ps=new e.Array(Ls,e.uint32),zs=new e.VersionedStruct("actionType",{0:{lowerLimit:e.fixed32,upperLimit:e.fixed32,order:e.uint16,glyphs:new e.Array(e.uint16,e.uint16)},1:{addGlyph:e.uint16},2:{substThreshold:e.fixed32,addGlyph:e.uint16,substGlyph:e.uint16},3:{},4:{variationAxis:e.uint32,minimumLimit:e.fixed32,noStretchValue:e.fixed32,maximumLimit:e.fixed32},5:{flags:e.uint16,glyph:e.uint16}}),Gs=new e.Struct({actionClass:e.uint16,actionType:e.uint16,actionLength:e.uint32,actionData:zs,padding:new e.Reserved(e.uint8,function(tA){return tA.actionLength-tA._currentOffset})}),Hs=new e.Array(Gs,e.uint32),ks=new e.Struct({lookupTable:new gi(new e.Pointer(e.uint16,Hs))}),Ea=new e.Struct({classTable:new e.Pointer(e.uint16,Us,{type:"parent"}),wdcOffset:e.uint16,postCompensationTable:new e.Pointer(e.uint16,ks,{type:"parent"}),widthDeltaClusters:new gi(new e.Pointer(e.uint16,Ps,{type:"parent",relativeTo:function(G){return G.wdcOffset}}))}),js=new e.Struct({version:e.uint32,format:e.uint16,horizontal:new e.Pointer(e.uint16,Ea),vertical:new e.Pointer(e.uint16,Ea)}),Os={action:e.uint16},Js={markIndex:e.uint16,currentIndex:e.uint16},Vs={currentInsertIndex:e.uint16,markedInsertIndex:e.uint16},Ws=new e.Struct({items:new _n(new e.Pointer(e.uint32,new gi))}),Ks=new e.VersionedStruct("type",{0:{stateTable:new Gi},1:{stateTable:new Gi(Js),substitutionTable:new e.Pointer(e.uint32,Ws)},2:{stateTable:new Gi(Os),ligatureActions:new e.Pointer(e.uint32,new _n(e.uint32)),components:new e.Pointer(e.uint32,new _n(e.uint16)),ligatureList:new e.Pointer(e.uint32,new _n(e.uint16))},4:{lookupTable:new gi},5:{stateTable:new Gi(Vs),insertionActions:new e.Pointer(e.uint32,new _n(e.uint16))}}),Ca=new e.Struct({length:e.uint32,coverage:e.uint24,type:e.uint8,subFeatureFlags:e.uint32,table:Ks,padding:new e.Reserved(e.uint8,function(tA){return tA.length-tA._currentOffset})}),Xs=new e.Struct({featureType:e.uint16,featureSetting:e.uint16,enableFlags:e.uint32,disableFlags:e.uint32}),Zs=new e.Struct({defaultFlags:e.uint32,chainLength:e.uint32,nFeatureEntries:e.uint32,nSubtables:e.uint32,features:new e.Array(Xs,"nFeatureEntries"),subtables:new e.Array(Ca,"nSubtables")}),qs=new e.Struct({version:e.uint16,unused:new e.Reserved(e.uint16),nChains:e.uint32,chains:new e.Array(Zs,"nChains")}),_s=new e.Struct({left:e.int16,top:e.int16,right:e.int16,bottom:e.int16}),$s=new e.Struct({version:e.fixed32,format:e.uint16,lookupTable:new gi(_s)}),oe={};oe.cmap=J,oe.head=BA,oe.hhea=aA,oe.hmtx=EA,oe.maxp=xA,oe.name=yA,oe["OS/2"]=CA,oe.post=NA,oe.fpgm=pA,oe.loca=JA,oe.prep=ft,oe["cvt "]=zA,oe.glyf=wt,oe["CFF "]=Rt,oe.CFF2=Rt,oe.VORG=Ht,oe.EBLC=en,oe.CBLC=oe.EBLC,oe.sbix=Sn,oe.COLR=on,oe.CPAL=Ii,oe.BASE=T,oe.GDEF=ut,oe.GPOS=Xn,oe.GSUB=qn,oe.JSTF=Li,oe.HVAR=zi,oe.DSIG=Rr,oe.gasp=cs,oe.hdmx=Bs,oe.kern=hs,oe.LTSH=Es,oe.PCLT=Cs,oe.VDMX=ds,oe.vhea=Qs,oe.vmtx=ms,oe.avar=Is,oe.bsln=ha,oe.feat=xs,oe.fvar=Ns,oe.gvar=Ts,oe.just=js,oe.morx=qs,oe.opbd=$s;var Bi,Ao=new e.Struct({tag:new e.String(4),checkSum:e.uint32,offset:new e.Pointer(e.uint32,"void",{type:"global"}),length:e.uint32}),ar=new e.Struct({tag:new e.String(4),numTables:e.uint16,searchRange:e.uint16,entrySelector:e.uint16,rangeShift:e.uint16,tables:new e.Array(Ao,"numTables")});function sr(tA,G){for(var K=0,M=tA.length-1;K<=M;){var N=K+M>>1,P=G(tA[N]);if(P<0)M=N-1;else{if(!(P>0))return N;K=N+1}}return-1}function yi(tA,G){for(var K=[];tA>1;if(MlA.endCode.get(WA))){var lt=lA.idRangeOffset.get(WA),$A=void 0;if(0===lt)$A=M+lA.idDelta.get(WA);else{var ct=lt/2+(M-lA.startCode.get(WA))-(lA.segCount-WA);0!==($A=lA.glyphIndexArray.get(ct)||0)&&($A+=lA.idDelta.get(WA))}return 65535&$A}sA=WA+1}}return 0;case 8:throw new Error("TODO: cmap format 8");case 6:case 10:return lA.glyphIndices.get(M-lA.firstCode)||0;case 12:case 13:for(var mt=0,It=lA.nGroups-1;mt<=It;){var Gt=mt+It>>1,_t=lA.groups.get(Gt);if(M<_t.startCharCode)It=Gt-1;else{if(!(M>_t.endCharCode))return 12===lA.version?_t.glyphID+(M-_t.startCharCode):_t.glyphID;mt=Gt+1}}return 0;case 14:throw new Error("TODO: cmap format 14");default:throw new Error("Unknown cmap format ".concat(lA.version))}},G.getVariationSelector=function(M,N){if(!this.uvs)return 0;var P=this.uvs.varSelectors.toArray(),nA=sr(P,function(lA){return N-lA.varSelector}),oA=P[nA];return-1!==nA&&oA.defaultUVS&&(nA=sr(oA.defaultUVS,function(lA){return MlA.startUnicodeValue+lA.additionalCount?1:0})),-1!==nA&&oA.nonDefaultUVS&&-1!==(nA=sr(oA.nonDefaultUVS,function(lA){return M-lA.unicodeValue}))?oA.nonDefaultUVS[nA].glyphID:0},G.getCharacterSet=function(){var M=this.cmap;switch(M.version){case 0:return yi(0,M.codeMap.length);case 4:for(var N=[],P=M.endCode.toArray(),nA=0;nA=qt.glyphID&&M<=qt.glyphID+(qt.endCharCode-qt.startCharCode)&&It.push(qt.startCharCode+(M-qt.glyphID))}return It;case 13:for(var Ce,re=[],ce=r(N.groups.toArray());!(Ce=ce()).done;){var Qe=Ce.value;M===Qe.glyphID&&re.push.apply(re,yi(Qe.startCharCode,Qe.endCharCode+1))}return re;default:throw new Error("Unknown cmap format ".concat(N.version))}},tA}()).prototype,"getCharacterSet",[$],Object.getOwnPropertyDescriptor(Bi.prototype,"getCharacterSet"),Bi.prototype),F(Bi.prototype,"codePointsForGlyph",[$],Object.getOwnPropertyDescriptor(Bi.prototype,"codePointsForGlyph"),Bi.prototype),Bi),eo=function(){function tA(K){this.kern=K.kern}var G=tA.prototype;return G.process=function(M,N){for(var P=0;P=0&&(sA=bA.pairs[WA].value);break;case 2:var $A=0;N>=bA.rightTable.firstGlyph&&N=bA.leftTable.firstGlyph&&M=bA.glyphCount||N>=bA.glyphCount)return 0;sA=bA.kernValue[bA.kernIndex[bA.leftClass[M]*bA.rightClassCount+bA.rightClass[N]]];break;default:throw new Error("Unsupported kerning sub-table format ".concat(lA.format))}lA.coverage.override?P=sA:P+=sA}}return P},tA}(),no=function(){function tA(K){this.font=K}var G=tA.prototype;return G.positionGlyphs=function(M,N){for(var P=0,nA=0,oA=0;oA1&&(lA.minX+=(oA.codePoints.length-1)*lA.width/oA.codePoints.length);for(var sA=-N[P].xAdvance,bA=0,WA=this.font.unitsPerEm/16,lt=P+1;lt<=nA;lt++){var $A=M[lt],ct=$A.cbox,mt=N[lt],It=this.getCombiningClass($A.codePoints[0]);if("Not_Reordered"!==It){switch(mt.xOffset=mt.yOffset=0,It){case"Double_Above":case"Double_Below":mt.xOffset+=lA.minX-ct.width/2-ct.minX;break;case"Attached_Below_Left":case"Below_Left":case"Above_Left":mt.xOffset+=lA.minX-ct.minX;break;case"Attached_Above_Right":case"Below_Right":case"Above_Right":mt.xOffset+=lA.maxX-ct.width-ct.minX;break;default:mt.xOffset+=lA.minX+(lA.width-ct.width)/2-ct.minX}switch(It){case"Double_Below":case"Below_Left":case"Below":case"Below_Right":case"Attached_Below_Left":case"Attached_Below":("Attached_Below_Left"===It||"Attached_Below"===It)&&(lA.minY+=WA),mt.yOffset=-lA.minY-ct.maxY,lA.minY+=ct.height;break;case"Double_Above":case"Above_Left":case"Above":case"Above_Right":case"Attached_Above":case"Attached_Above_Right":("Attached_Above"===It||"Attached_Above_Right"===It)&&(lA.maxY+=WA),mt.yOffset=lA.maxY-ct.minY,lA.maxY+=ct.height}mt.xAdvance=mt.yAdvance=0,mt.xOffset+=sA,mt.yOffset+=bA}else sA-=mt.xAdvance,bA-=mt.yAdvance}},G.getCombiningClass=function(M){var N=I.getCombiningClass(M);if(3584==(-256&M))if("Not_Reordered"===N)switch(M){case 3633:case 3636:case 3637:case 3638:case 3639:case 3655:case 3660:case 3645:case 3662:return"Above_Right";case 3761:case 3764:case 3765:case 3766:case 3767:case 3771:case 3788:case 3789:return"Above";case 3772:return"Below"}else if(3642===M)return"Below_Right";switch(N){case"CCC10":case"CCC11":case"CCC12":case"CCC13":case"CCC14":case"CCC15":case"CCC16":case"CCC17":case"CCC18":case"CCC20":case"CCC22":case"CCC29":case"CCC32":case"CCC118":case"CCC129":case"CCC132":return"Below";case"CCC23":return"Attached_Above";case"CCC24":case"CCC107":return"Above_Right";case"CCC25":case"CCC19":return"Above_Left";case"CCC26":case"CCC27":case"CCC28":case"CCC30":case"CCC31":case"CCC33":case"CCC34":case"CCC35":case"CCC36":case"CCC122":case"CCC130":return"Above";case"CCC21":break;case"CCC103":return"Below_Right"}return N},tA}(),xi=function(){function tA(K,M,N,P){void 0===K&&(K=1/0),void 0===M&&(M=1/0),void 0===N&&(N=-1/0),void 0===P&&(P=-1/0),this.minX=K,this.minY=M,this.maxX=N,this.maxY=P}var G=tA.prototype;return G.addPoint=function(M,N){Math.abs(M)!==1/0&&(Mthis.maxX&&(this.maxX=M)),Math.abs(N)!==1/0&&(Nthis.maxY&&(this.maxY=N))},G.copy=function(){return new tA(this.minX,this.minY,this.maxX,this.maxY)},o(tA,[{key:"width",get:function(){return this.maxX-this.minX}},{key:"height",get:function(){return this.maxY-this.minY}}]),tA}(),Yi={Caucasian_Albanian:"aghb",Arabic:"arab",Imperial_Aramaic:"armi",Armenian:"armn",Avestan:"avst",Balinese:"bali",Bamum:"bamu",Bassa_Vah:"bass",Batak:"batk",Bengali:["bng2","beng"],Bopomofo:"bopo",Brahmi:"brah",Braille:"brai",Buginese:"bugi",Buhid:"buhd",Chakma:"cakm",Canadian_Aboriginal:"cans",Carian:"cari",Cham:"cham",Cherokee:"cher",Coptic:"copt",Cypriot:"cprt",Cyrillic:"cyrl",Devanagari:["dev2","deva"],Deseret:"dsrt",Duployan:"dupl",Egyptian_Hieroglyphs:"egyp",Elbasan:"elba",Ethiopic:"ethi",Georgian:"geor",Glagolitic:"glag",Gothic:"goth",Grantha:"gran",Greek:"grek",Gujarati:["gjr2","gujr"],Gurmukhi:["gur2","guru"],Hangul:"hang",Han:"hani",Hanunoo:"hano",Hebrew:"hebr",Hiragana:"hira",Pahawh_Hmong:"hmng",Katakana_Or_Hiragana:"hrkt",Old_Italic:"ital",Javanese:"java",Kayah_Li:"kali",Katakana:"kana",Kharoshthi:"khar",Khmer:"khmr",Khojki:"khoj",Kannada:["knd2","knda"],Kaithi:"kthi",Tai_Tham:"lana",Lao:"lao ",Latin:"latn",Lepcha:"lepc",Limbu:"limb",Linear_A:"lina",Linear_B:"linb",Lisu:"lisu",Lycian:"lyci",Lydian:"lydi",Mahajani:"mahj",Mandaic:"mand",Manichaean:"mani",Mende_Kikakui:"mend",Meroitic_Cursive:"merc",Meroitic_Hieroglyphs:"mero",Malayalam:["mlm2","mlym"],Modi:"modi",Mongolian:"mong",Mro:"mroo",Meetei_Mayek:"mtei",Myanmar:["mym2","mymr"],Old_North_Arabian:"narb",Nabataean:"nbat",Nko:"nko ",Ogham:"ogam",Ol_Chiki:"olck",Old_Turkic:"orkh",Oriya:["ory2","orya"],Osmanya:"osma",Palmyrene:"palm",Pau_Cin_Hau:"pauc",Old_Permic:"perm",Phags_Pa:"phag",Inscriptional_Pahlavi:"phli",Psalter_Pahlavi:"phlp",Phoenician:"phnx",Miao:"plrd",Inscriptional_Parthian:"prti",Rejang:"rjng",Runic:"runr",Samaritan:"samr",Old_South_Arabian:"sarb",Saurashtra:"saur",Shavian:"shaw",Sharada:"shrd",Siddham:"sidd",Khudawadi:"sind",Sinhala:"sinh",Sora_Sompeng:"sora",Sundanese:"sund",Syloti_Nagri:"sylo",Syriac:"syrc",Tagbanwa:"tagb",Takri:"takr",Tai_Le:"tale",New_Tai_Lue:"talu",Tamil:["tml2","taml"],Tai_Viet:"tavt",Telugu:["tel2","telu"],Tifinagh:"tfng",Tagalog:"tglg",Thaana:"thaa",Thai:"thai",Tibetan:"tibt",Tirhuta:"tirh",Ugaritic:"ugar",Vai:"vai ",Warang_Citi:"wara",Old_Persian:"xpeo",Cuneiform:"xsux",Yi:"yi ",Inherited:"zinh",Common:"zyyy",Unknown:"zzzz"},Ur={};for(var Lr in Yi){var Pr=Yi[Lr];if(Array.isArray(Pr))for(var wa,io=r(Pr);!(wa=io()).done;)Ur[wa.value]=Lr;else Ur[Pr]=Lr}var lo={arab:!0,hebr:!0,syrc:!0,thaa:!0,cprt:!0,khar:!0,phnx:!0,"nko ":!0,lydi:!0,avst:!0,armi:!0,phli:!0,prti:!0,sarb:!0,orkh:!0,samr:!0,mand:!0,merc:!0,mero:!0,mani:!0,mend:!0,nbat:!0,narb:!0,palm:!0,phlp:!0};function zr(tA){return lo[tA]?"rtl":"ltr"}for(var co=function(){function tA(G,K,M,N,P){if(this.glyphs=G,this.positions=null,this.script=M,this.language=N||null,this.direction=P||zr(M),this.features={},Array.isArray(K))for(var oA,nA=r(K);!(oA=nA()).done;)this.features[oA.value]=!0;else"object"==typeof K&&(this.features=K)}return o(tA,[{key:"advanceWidth",get:function(){for(var N,K=0,M=r(this.positions);!(N=M()).done;)K+=N.value.xAdvance;return K}},{key:"advanceHeight",get:function(){for(var N,K=0,M=r(this.positions);!(N=M()).done;)K+=N.value.yAdvance;return K}},{key:"bbox",get:function(){for(var K=new xi,M=0,N=0,P=0;P>1]).firstGlyph)return null;if(MoA.lastGlyph))return 2===this.table.version?oA.value:oA.values[M-oA.firstGlyph];N=nA+1}}return null;case 6:for(var lA=0,sA=this.table.binarySearchHeader.nUnits-1;lA<=sA;){var nA,oA;if(65535===(oA=this.table.segments[nA=lA+sA>>1]).glyph)return null;if(MoA.glyph))return oA.value;lA=nA+1}}return null;case 8:return this.table.values[M-this.table.firstGlyph];default:throw new Error("Unknown lookup table format: ".concat(this.table.version))}},G.glyphsForValue=function(M){var N=[];switch(this.table.version){case 2:case 4:for(var nA,P=r(this.table.segments);!(nA=P()).done;){var oA=nA.value;if(2===this.table.version&&oA.value===M)N.push.apply(N,yi(oA.firstGlyph,oA.lastGlyph+1));else for(var lA=0;lA=-1;){var sA=null,bA=1,WA=!0;oA===M.length||-1===oA?bA=0:65535===(sA=M[oA]).id?bA=2:null==(bA=this.lookupTable.lookup(sA.id))&&(bA=1);var lt=this.stateTable.stateArray.getItem(nA),ct=this.stateTable.entryTable.getItem(lt[bA]);0!==bA&&2!==bA&&(P(sA,ct,oA),WA=!(16384&ct.flags)),nA=ct.newState,WA&&(oA+=lA)}return M},G.traverse=function(M,N,P){if(void 0===N&&(N=0),void 0===P&&(P=new Set),!P.has(N)){P.add(N);for(var nA=this.stateTable,oA=nA.nClasses,sA=nA.entryTable,bA=nA.stateArray.getItem(N),WA=4;WA=0;)65535===M[It].id&&M.splice(It,1),It--;return M},G.processSubtable=function(M,N){if(this.subtable=M,this.glyphs=N,4!==this.subtable.type){this.ligatureStack=[],this.markedGlyph=null,this.firstGlyph=null,this.lastGlyph=null,this.markedIndex=null;var P=this.getStateMachine(M),nA=this.getProcessor();return P.process(this.glyphs,!!(4194304&this.subtable.coverage),nA)}this.processNoncontextualSubstitutions(this.subtable,this.glyphs)},G.getStateMachine=function(M){return new ho(M.table.stateTable)},G.getProcessor=function(){switch(this.subtable.type){case 0:return this.processIndicRearragement;case 1:return this.processContextualSubstitution;case 2:return this.processLigature;case 4:return this.processNoncontextualSubstitutions;case 5:return this.processGlyphInsertion;default:throw new Error("Invalid morx subtable type: ".concat(this.subtable.type))}},G.processIndicRearragement=function(M,N,P){32768&N.flags&&(this.firstGlyph=P),8192&N.flags&&(this.lastGlyph=P),function yo(tA,G,K,M){switch(G){case 0:return tA;case 1:return pn(tA,[K,1],[M,0]);case 2:return pn(tA,[K,0],[M,1]);case 3:return pn(tA,[K,1],[M,1]);case 4:return pn(tA,[K,2],[M,0]);case 5:return pn(tA,[K,2],[M,0],!0,!1);case 6:return pn(tA,[K,0],[M,2]);case 7:return pn(tA,[K,0],[M,2],!1,!0);case 8:return pn(tA,[K,1],[M,2]);case 9:return pn(tA,[K,1],[M,2],!1,!0);case 10:return pn(tA,[K,2],[M,1]);case 11:return pn(tA,[K,2],[M,1],!0,!1);case 12:return pn(tA,[K,2],[M,2]);case 13:return pn(tA,[K,2],[M,2],!0,!1);case 14:return pn(tA,[K,2],[M,2],!1,!0);case 15:return pn(tA,[K,2],[M,2],!0,!0);default:throw new Error("Unknown verb: ".concat(G))}}(this.glyphs,15&N.flags,this.firstGlyph,this.lastGlyph)},G.processContextualSubstitution=function(M,N,P){var nA=this.subtable.table.substitutionTable.items;if(65535!==N.markIndex){var oA=nA.getItem(N.markIndex);(sA=new gr(oA).lookup((M=this.glyphs[this.markedGlyph]).id))&&(this.glyphs[this.markedGlyph]=this.font.getGlyph(sA,M.codePoints))}if(65535!==N.currentIndex){var sA,bA=nA.getItem(N.currentIndex);(sA=new gr(bA).lookup((M=this.glyphs[P]).id))&&(this.glyphs[P]=this.font.getGlyph(sA,M.codePoints))}32768&N.flags&&(this.markedGlyph=P)},G.processLigature=function(M,N,P){if(32768&N.flags&&this.ligatureStack.push(P),8192&N.flags){for(var nA,oA=this.subtable.table.ligatureActions,lA=this.subtable.table.components,sA=this.subtable.table.ligatureList,bA=N.action,WA=!1,lt=0,$A=[],ct=[];!WA;){var mt,It=this.ligatureStack.pop();(mt=$A).unshift.apply(mt,this.glyphs[It].codePoints);var Gt=oA.getItem(bA++);WA=!!(2147483648&Gt);var _t=!!(1073741824&Gt),qt=(1073741823&Gt)<<2>>2;if(lt+=lA.getItem(qt+=this.glyphs[It].id),WA||_t){var ce=sA.getItem(lt);this.glyphs[It]=this.font.getGlyph(ce,$A),ct.push(It),lt=0,$A=[]}else this.glyphs[It]=this.font.getGlyph(65535)}(nA=this.ligatureStack).push.apply(nA,ct)}},G.processNoncontextualSubstitutions=function(M,N,P){var nA=new gr(M.table.lookupTable);for(P=0;P>>5,!!(1024&N.flags)),65535!==N.currentInsertIndex&&this._insertGlyphs(P,N.currentInsertIndex,(992&N.flags)>>>5,!!(2048&N.flags))},G.getSupportedFeatures=function(){for(var P,M=[],N=r(this.morx.chains);!(P=N()).done;)for(var lA,oA=r(P.value.features);!(lA=oA()).done;){var sA=lA.value;M.push([sA.featureType,sA.featureSetting])}return M},G.generateInputs=function(M){return this.inputCache||this.generateInputCache(),this.inputCache[M]||[]},G.generateInputCache=function(){this.inputCache={};for(var N,M=r(this.morx.chains);!(N=M()).done;)for(var lA,P=N.value,nA=P.defaultFlags,oA=r(P.subtables);!(lA=oA()).done;){var sA=lA.value;sA.subFeatureFlags&nA&&this.generateInputsForSubtable(sA)}},G.generateInputsForSubtable=function(M){var N=this;if(2===M.type){if(4194304&M.coverage)throw new Error("Reverse subtable, not supported.");this.subtable=M,this.ligatureStack=[];var nA=this.getStateMachine(M),oA=this.getProcessor(),lA=[],sA=[];this.glyphs=[],nA.traverse({enter:function(WA,lt){var $A=N.glyphs;sA.push({glyphs:$A.slice(),ligatureStack:N.ligatureStack.slice()});var ct=N.font.getGlyph(WA);lA.push(ct),$A.push(lA[lA.length-1]),oA($A[$A.length-1],lt,$A.length-1);for(var mt=0,It=0,Gt=0;Gt<$A.length&&mt<=1;Gt++)65535!==$A[Gt].id&&(mt++,It=$A[Gt].id);if(1===mt){var _t=lA.map(function(re){return re.id}),qt=N.inputCache[It];qt?qt.push(_t):N.inputCache[It]=[_t]}},exit:function(){var WA=sA.pop();N.glyphs=WA.glyphs,N.ligatureStack=WA.ligatureStack,lA.pop()}})}},tA}()).prototype,"getStateMachine",[$],Object.getOwnPropertyDescriptor(ji.prototype,"getStateMachine"),ji.prototype),ji);function pn(tA,G,K,M,N){void 0===M&&(M=!1),void 0===N&&(N=!1);var P=tA.splice(K[0]-(K[1]-1),K[1]);N&&P.reverse();var nA=tA.splice.apply(tA,[G[0],G[1]].concat(P));return M&&nA.reverse(),tA.splice.apply(tA,[K[0]-(G[1]-1),0].concat(nA)),tA}var xo=function(){function tA(K){this.font=K,this.morxProcessor=new Hr(K),this.fallbackPosition=!1}var G=tA.prototype;return G.substitute=function(M){"rtl"===M.direction&&M.glyphs.reverse(),this.morxProcessor.process(M.glyphs,function go(tA){var G={};for(var K in tA){var M;(M=or[K])&&(null==G[M[0]]&&(G[M[0]]={}),G[M[0]][M[1]]=tA[K])}return G}(M.features))},G.getAvailableFeatures=function(M,N){return function Bo(tA){var G={};if(Array.isArray(tA))for(var K=0;K0&&M.applyFeatures(lA,N,P)}},tA}(),kr=["rvrn"],So=["ccmp","locl","rlig","mark","mkmk"],No=["frac","numr","dnom"],bo=["calt","clig","liga","rclt","curs","kern"],Ro={ltr:["ltra","ltrm"],rtl:["rtla","rtlm"]},ui=function(){function tA(){}return tA.plan=function(K,M,N){this.planPreprocessing(K),this.planFeatures(K),this.planPostprocessing(K,N),K.assignGlobalFeatures(M),this.assignFeatures(K,M)},tA.planPreprocessing=function(K){K.add({global:[].concat(kr,Ro[K.direction]),local:No})},tA.planFeatures=function(K){},tA.planPostprocessing=function(K,M){K.add([].concat(So,bo)),K.setFeatureOverrides(M)},tA.assignFeatures=function(K,M){for(var N=0;N0&&I.isDigit(M[nA-1].codePoints[0]);)M[nA-1].features.numr=!0,M[nA-1].features.frac=!0,nA--;for(;oAthis.index||this.index>=this.glyphs.length?null:this.glyphs[this.index]},G.next=function(){return this.move(1)},G.prev=function(){return this.move(-1)},G.peek=function(M){void 0===M&&(M=1);var N=this.index,P=this.increment(M);return this.index=N,P},G.peekIndex=function(M){void 0===M&&(M=1);var N=this.index;this.increment(M);var P=this.index;return this.index=N,P},G.increment=function(M){void 0===M&&(M=1);var N=M<0?-1:1;for(M=Math.abs(M);M--;)this.move(N);return this.glyphs[this.index]},o(tA,[{key:"cur",get:function(){return this.glyphs[this.index]||null}}]),tA}(),Go=["DFLT","dflt","latn"],hr=function(){function tA(K,M){this.font=K,this.table=M,this.script=null,this.scriptTag=null,this.language=null,this.languageTag=null,this.features={},this.lookups={},this.variationsIndex=K._variationProcessor?this.findVariationsIndex(K._variationProcessor.normalizedCoords):-1,this.selectScript(),this.glyphs=[],this.positions=[],this.ligatureID=1,this.currentFeature=null}var G=tA.prototype;return G.findScript=function(M){if(null==this.table.scriptList)return null;Array.isArray(M)||(M=[M]);for(var P,N=r(M);!(P=N()).done;)for(var lA,nA=P.value,oA=r(this.table.scriptList);!(lA=oA()).done;){var sA=lA.value;if(sA.tag===nA)return sA}return null},G.selectScript=function(M,N,P){var oA,nA=!1;if(!this.script||M!==this.scriptTag){if((oA=this.findScript(M))||(oA=this.findScript(Go)),!oA)return this.scriptTag;this.scriptTag=oA.tag,this.script=oA.script,this.language=null,this.languageTag=null,nA=!0}if((!P||P!==this.direction)&&(this.direction=P||zr(M)),N&&N.length<4&&(N+=" ".repeat(4-N.length)),!N||N!==this.languageTag){this.language=null;for(var sA,lA=r(this.script.langSysRecords);!(sA=lA()).done;){var bA=sA.value;if(bA.tag===N){this.language=bA.langSys,this.languageTag=bA.tag;break}}this.language||(this.language=this.script.defaultLangSys,this.languageTag=null),nA=!0}if(nA&&(this.features={},this.language))for(var lt,WA=r(this.language.featureIndexes);!(lt=WA()).done;){var $A=lt.value,ct=this.table.featureList[$A],mt=this.substituteFeatureForVariations($A);this.features[ct.tag]=mt||ct.feature}return this.scriptTag},G.lookupsForFeatures=function(M,N){void 0===M&&(M=[]);for(var oA,P=[],nA=r(M);!(oA=nA()).done;){var lA=oA.value,sA=this.features[lA];if(sA)for(var WA,bA=r(sA.lookupListIndexes);!(WA=bA()).done;){var lt=WA.value;N&&-1!==N.indexOf(lt)||P.push({feature:lA,index:lt,lookup:this.table.lookupList.get(lt)})}}return P.sort(function($A,ct){return $A.index-ct.index}),P},G.substituteFeatureForVariations=function(M){if(-1===this.variationsIndex)return null;for(var oA,nA=r(this.table.featureVariations.featureVariationRecords[this.variationsIndex].featureTableSubstitution.substitutions);!(oA=nA()).done;){var lA=oA.value;if(lA.featureIndex===M)return lA.alternateFeatureTable}return null},G.findVariationsIndex=function(M){var N=this.table.featureVariations;if(!N)return-1;for(var P=N.featureVariationRecords,nA=0;nA=0})},G.getClassID=function(M,N){switch(N.version){case 1:var P=M-N.startGlyph;if(P>=0&&P0&&this.codePoints.every(I.isMark),this.isBase=!this.isMark,this.isLigature=this.codePoints.length>1,this.markAttachmentType=0}}]),tA}(),Fa=function(tA){function G(){return tA.apply(this,arguments)||this}return w(G,tA),G.planFeatures=function(M){M.add(["ljmo","vjmo","tjmo"],!1)},G.assignFeatures=function(M,N){for(var P=0,nA=0;nAdi){var lt=Ji(K,nA,M.features);lt.features.tjmo=!0,WA.push(lt)}return tA.splice.apply(tA,[G,1].concat(WA)),G+WA.length-1}function r0(tA,G,K){var lA,sA,bA,WA,M=tA[G],P=mr(tA[G].codePoints[0]),nA=tA[G-1].codePoints[0],oA=mr(nA);if(oA===Qr&&P===Jr)lA=nA,WA=M;else{P===dr?(sA=tA[G-1],bA=M):(sA=tA[G-2],bA=tA[G-1],WA=M);var lt=sA.codePoints[0],$A=bA.codePoints[0];_o(lt)&&$o($A)&&(lA=Si+((lt-Er)*wr+($A-Cr))*Oi)}var ct=WA&&WA.codePoints[0]||di;if(null!=lA&&(ct===di||A0(ct))){var mt=lA+(ct-di);if(K.hasGlyphForCodePoint(mt)){var It=oA===dr?3:2;return tA.splice(G-It+1,It,Ji(K,mt,M.features)),G-It+1}}return sA&&(sA.features.ljmo=!0),bA&&(bA.features.vjmo=!0),WA&&(WA.features.tjmo=!0),oA===Qr?(Sa(tA,G-1,K),G+1):G}function s0(tA,G,K){var M=tA[G];if(0!==K.glyphForCodePoint(tA[G].codePoints[0]).advanceWidth){var nA=function a0(tA){switch(mr(tA)){case Qr:case Ya:return 1;case dr:return 2;case Jr:return 3}}(tA[G-1].codePoints[0]);return tA.splice(G,1),tA.splice(G-nA,0,M)}}function o0(tA,G,K){var M=tA[G],N=tA[G].codePoints[0];if(K.hasGlyphForCodePoint(xa)){var P=Ji(K,xa,M.features),nA=0===K.glyphForCodePoint(N).advanceWidth?G:G+1;tA.splice(nA,0,P),G++}return G}var Mr={categories:["O","IND","S","GB","B","FM","CGJ","VMAbv","VMPst","VAbv","VPst","CMBlw","VPre","VBlw","H","VMBlw","CMAbv","MBlw","CS","R","SUB","MPst","MPre","FAbv","FPst","FBlw","null","SMAbv","SMBlw","VMPre","ZWNJ","ZWJ","WJ","M","VS","N","HN","MAbv"],decompositions:{2507:[2503,2494],2508:[2503,2519],2888:[2887,2902],2891:[2887,2878],2892:[2887,2903],3018:[3014,3006],3019:[3015,3006],3020:[3014,3031],3144:[3142,3158],3264:[3263,3285],3271:[3270,3285],3272:[3270,3286],3274:[3270,3266],3275:[3270,3266,3285],3402:[3398,3390],3403:[3399,3390],3404:[3398,3415],3546:[3545,3530],3548:[3545,3535],3549:[3545,3535,3530],3550:[3545,3551],3635:[3661,3634],3763:[3789,3762],3955:[3953,3954],3957:[3953,3956],3958:[4018,3968],3959:[4018,3953,3968],3960:[4019,3968],3961:[4019,3953,3968],3969:[3953,3968],6971:[6970,6965],6973:[6972,6965],6976:[6974,6965],6977:[6975,6965],6979:[6978,6965],69934:[69937,69927],69935:[69938,69927],70475:[70471,70462],70476:[70471,70487],70843:[70841,70842],70844:[70841,70832],70846:[70841,70845],71098:[71096,71087],71099:[71097,71087]},stateTable:[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[2,2,3,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,17,18,11,19,20,21,22,0,0,0,23,0,0,2,0,0,24,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,27,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,39,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,9,0,0,12,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,0,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,4,4,5,0,6,7,8,9,10,11,12,13,14,15,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,49,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,0,0,0,0,0,0,14,0,0,0,0,0,0,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0],[0,0,0,0,0,5,0,6,7,8,9,0,11,12,0,14,0,16,0,0,0,11,0,20,21,22,0,0,0,23,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,33,0,0,36,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,34,35,36,37,38,39,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,0,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,53,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,45,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,0,0,0,0,0,0,38,0,0,0,0,0,0,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,29,0,30,31,32,33,0,35,36,0,38,0,40,0,0,0,35,0,43,44,45,0,0,0,46,0,0,0,0,0,0,0,0],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,0,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,5,0,6,7,8,9,48,11,12,13,14,48,16,0,0,18,11,19,20,21,22,0,0,0,23,0,0,0,0,0,0,0,25],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,0,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,29,0,30,31,32,33,52,35,36,37,38,52,40,0,0,41,35,42,43,44,45,0,0,0,46,0,0,0,0,0,0,0,47],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,51,0]],accepting:[!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0],tags:[[],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["broken_cluster"],["independent_cluster"],["symbol_cluster"],["symbol_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["virama_terminated_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["standard_cluster"],["broken_cluster"],["broken_cluster"],["numeral_cluster"],["number_joiner_terminated_cluster"],["standard_cluster"],["standard_cluster"],["numeral_cluster"]]},Ie_X=1,Ie_N=8,Ie_H=16,Ie_ZWNJ=32,Ie_ZWJ=64,Ie_M=128,Ie_RS=8192,Ie_Repha=32768,Ie_Ra=65536,Ie_CM=1<<17,te={Start:1,Ra_To_Become_Reph:2,Pre_M:4,Pre_C:8,Base_C:16,After_Main:32,Above_C:64,Before_Sub:128,Below_C:256,After_Sub:512,Before_Post:1024,Post_C:2048,After_Post:4096,Final_C:8192,SMVD:16384,End:32768},E0=2|Ie_Ra|Ie_CM|4|2048|4096,ba=Ie_ZWJ|Ie_ZWNJ,Vi=Ie_H|16384,Ra={Default:{hasOldSpec:!1,virama:0,basePos:"Last",rephPos:te.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Devanagari:{hasOldSpec:!0,virama:2381,basePos:"Last",rephPos:te.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Bengali:{hasOldSpec:!0,virama:2509,basePos:"Last",rephPos:te.After_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gurmukhi:{hasOldSpec:!0,virama:2637,basePos:"Last",rephPos:te.Before_Sub,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Gujarati:{hasOldSpec:!0,virama:2765,basePos:"Last",rephPos:te.Before_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Oriya:{hasOldSpec:!0,virama:2893,basePos:"Last",rephPos:te.After_Main,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Tamil:{hasOldSpec:!0,virama:3021,basePos:"Last",rephPos:te.After_Post,rephMode:"Implicit",blwfMode:"Pre_And_Post"},Telugu:{hasOldSpec:!0,virama:3149,basePos:"Last",rephPos:te.After_Post,rephMode:"Explicit",blwfMode:"Post_Only"},Kannada:{hasOldSpec:!0,virama:3277,basePos:"Last",rephPos:te.After_Post,rephMode:"Implicit",blwfMode:"Post_Only"},Malayalam:{hasOldSpec:!0,virama:3405,basePos:"Last",rephPos:te.After_Main,rephMode:"Log_Repha",blwfMode:"Pre_And_Post"},Khmer:{hasOldSpec:!1,virama:6098,basePos:"First",rephPos:te.Ra_To_Become_Reph,rephMode:"Vis_Repha",blwfMode:"Pre_And_Post"}},C0={6078:[6081,6078],6079:[6081,6079],6080:[6081,6080],6084:[6081,6084],6085:[6081,6085]},w0=Mr.decompositions,Ta=new R(u("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","base64")),d0=new p({stateTable:[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,14,15,16,17],[0,0,0,18,19,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,28,29,30,31,32,33,0,34,0,0,35,36,0,0,37,0],[0,0,0,38,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,39,0,0,0,40,41,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,12,43,0,0,0,0],[0,0,0,0,43,44,44,8,9,0,0,0,0,0,43,0,0,0,0],[0,0,0,45,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,50,0,0,51,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0],[0,0,0,53,54,55,56,57,58,0,59,0,0,60,61,0,0,62,0],[0,0,0,4,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,63,64,0,0,40,41,0,9,0,10,0,0,0,42,0,63,0,0],[0,2,3,4,5,6,7,8,9,0,10,11,11,12,13,0,2,16,0],[0,0,0,18,65,20,21,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,0,0],[0,0,0,69,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,73,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,75,0,0,0,76,77,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,25,79,0,0,0,0],[0,0,0,18,19,20,74,22,23,0,24,0,0,25,26,0,0,27,0],[0,0,0,81,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,86,0,0,87,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,88,0,0,0,0,0,0,0,0],[0,0,0,18,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,89,90,0,0,76,77,0,23,0,24,0,0,0,78,0,89,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,0,0],[0,0,0,94,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,96,0,0,0,97,98,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,35,100,0,0,0,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,102,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,107,0,0,108,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0],[0,0,0,28,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,110,111,0,0,97,98,0,33,0,34,0,0,0,99,0,110,0,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,0,0],[0,0,0,0,5,7,7,8,9,0,10,0,0,0,13,0,0,16,0],[0,0,0,115,116,117,118,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,39,0,122,0,123,123,8,9,0,10,0,0,0,42,0,39,0,0],[0,124,64,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0],[0,39,0,0,0,121,125,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,126,126,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,46,47,48,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,47,47,49,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,128,127,127,49,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,129,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,50,0,0,0,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0],[0,0,0,135,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,136,0,0,0,137,138,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,60,140,0,0,0,0],[0,0,0,0,140,141,141,57,58,0,0,0,0,0,140,0,0,0,0],[0,0,0,142,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,147,0,0,148,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0],[0,0,0,53,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,150,151,0,0,137,138,0,58,0,59,0,0,0,139,0,150,0,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,0,0],[0,0,0,155,116,156,157,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,0,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,75,3,4,5,159,160,8,161,0,162,0,11,12,163,0,75,16,0],[0,0,0,0,0,40,164,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,0,165,0,0,0,0],[0,124,64,0,0,40,164,0,9,0,10,0,0,0,42,0,124,0,0],[0,0,0,0,0,70,70,0,71,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,167,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0],[0,0,0,0,19,74,74,22,23,0,24,0,0,0,26,0,0,27,0],[0,0,0,0,79,80,80,22,23,0,0,0,0,0,79,0,0,0,0],[0,0,0,169,170,171,172,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,75,0,176,0,177,177,22,23,0,24,0,0,0,78,0,75,0,0],[0,178,90,0,0,0,0,0,0,0,0,0,0,0,0,0,178,0,0],[0,75,0,0,0,175,179,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,180,180,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,82,83,84,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,83,83,85,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,182,181,181,85,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,183,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,86,0,0,0,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,188,0,0,0,0,0,0,0,0],[0,0,0,189,170,190,191,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,0,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,76,193,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,0,194,0,0,0,0],[0,178,90,0,0,76,193,0,23,0,24,0,0,0,78,0,178,0,0],[0,0,0,0,29,95,31,32,33,0,34,0,0,0,36,0,0,37,0],[0,0,0,0,100,101,101,32,33,0,0,0,0,0,100,0,0,0,0],[0,0,0,195,196,197,198,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,96,0,202,0,203,203,32,33,0,34,0,0,0,99,0,96,0,0],[0,204,111,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,0],[0,96,0,0,0,201,205,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,206,206,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,103,104,105,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,104,104,106,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,208,207,207,106,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,209,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,107,0,0,0,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,214,0,0,0,0,0,0,0,0],[0,0,0,215,196,216,217,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,0,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,97,219,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,0,220,0,0,0,0],[0,204,111,0,0,97,219,0,33,0,34,0,0,0,99,0,204,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,223,0,0,0,40,224,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,119,225,0,0,0,0],[0,0,0,115,116,117,222,8,9,0,10,0,0,119,120,0,0,16,0],[0,0,0,115,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,226,64,0,0,40,224,0,9,0,10,0,0,0,42,0,226,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,39,0,0,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,44,44,8,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,227,0,228,229,0,9,0,10,0,0,230,0,0,0,0,0],[0,39,0,122,0,121,121,0,9,0,10,0,0,0,42,0,39,0,0],[0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,231,231,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,232,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,130,131,132,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,131,131,133,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,234,233,233,133,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,235,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,54,56,56,57,58,0,59,0,0,0,61,0,0,62,0],[0,0,0,240,241,242,243,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,136,0,247,0,248,248,57,58,0,59,0,0,0,139,0,136,0,0],[0,249,151,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0],[0,136,0,0,0,246,250,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,251,251,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,143,144,145,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,144,144,146,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,253,252,252,146,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,254,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,147,0,0,0,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,259,0,0,0,0,0,0,0,0],[0,0,0,260,241,261,262,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,0,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,137,264,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,0,265,0,0,0,0],[0,249,151,0,0,137,264,0,58,0,59,0,0,0,139,0,249,0,0],[0,0,0,221,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,158,225,0,0,0,0],[0,0,0,155,116,156,222,8,9,0,10,0,0,158,120,0,0,16,0],[0,0,0,155,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,43,266,266,8,161,0,24,0,0,12,267,0,0,0,0],[0,75,0,176,43,268,268,269,161,0,24,0,0,0,267,0,75,0,0],[0,0,0,0,0,270,0,0,271,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,272,0,0,0,0,0,0,0,0],[0,273,274,0,0,40,41,0,9,0,10,0,0,0,42,0,273,0,0],[0,0,0,40,0,123,123,8,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,121,275,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,166,0,0,0,0,72,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,279,0,0,0,76,280,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,173,281,0,0,0,0],[0,0,0,169,170,171,278,22,23,0,24,0,0,173,174,0,0,27,0],[0,0,0,169,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,282,90,0,0,76,280,0,23,0,24,0,0,0,78,0,282,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,75,0,0,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,80,80,22,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,283,0,284,285,0,23,0,24,0,0,286,0,0,0,0,0],[0,75,0,176,0,175,175,0,23,0,24,0,0,0,78,0,75,0,0],[0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,287,287,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,288,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,184,185,186,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,185,185,187,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,290,289,289,187,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,291,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,277,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,192,281,0,0,0,0],[0,0,0,189,170,190,278,22,23,0,24,0,0,192,174,0,0,27,0],[0,0,0,189,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,76,0,177,177,22,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,175,296,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,299,0,0,0,97,300,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,199,301,0,0,0,0],[0,0,0,195,196,197,298,32,33,0,34,0,0,199,200,0,0,37,0],[0,0,0,195,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,302,111,0,0,97,300,0,33,0,34,0,0,0,99,0,302,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,96,0,0,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,101,101,32,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,303,0,304,305,0,33,0,34,0,0,306,0,0,0,0,0],[0,96,0,202,0,201,201,0,33,0,34,0,0,0,99,0,96,0,0],[0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,307,307,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,210,211,212,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,211,211,213,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,310,309,309,213,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,311,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,297,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,218,301,0,0,0,0],[0,0,0,215,196,216,298,32,33,0,34,0,0,218,200,0,0,37,0],[0,0,0,215,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,97,0,203,203,32,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,201,316,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,116,222,222,8,9,0,10,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,9,0,0,0,0,0,225,0,0,0,0],[0,0,0,317,318,319,320,8,9,0,10,0,0,321,322,0,0,16,0],[0,223,0,323,0,123,123,8,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,0,0,121,324,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,325,318,326,327,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,64,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,9,0,0,0,0,230,0,0,0,0,0],[0,0,0,227,0,228,121,0,9,0,10,0,0,230,0,0,0,0,0],[0,0,0,227,0,121,121,0,9,0,10,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0],[0,0,0,0,0,329,329,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,236,237,238,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,237,237,239,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,332,331,331,239,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,333,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,337,0,0,0,137,338,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,244,339,0,0,0,0],[0,0,0,240,241,242,336,57,58,0,59,0,0,244,245,0,0,62,0],[0,0,0,240,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,340,151,0,0,137,338,0,58,0,59,0,0,0,139,0,340,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,136,0,0,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,141,141,57,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,341,0,342,343,0,58,0,59,0,0,344,0,0,0,0,0],[0,136,0,247,0,246,246,0,58,0,59,0,0,0,139,0,136,0,0],[0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,345,345,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,346,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,255,256,257,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,256,256,258,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,348,347,347,258,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,349,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,335,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,263,339,0,0,0,0],[0,0,0,260,241,261,336,57,58,0,59,0,0,263,245,0,0,62,0],[0,0,0,260,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,137,0,248,248,57,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,246,354,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,126,126,8,23,0,0,0,0,0,0,0,0,0,0],[0,355,90,0,0,121,125,0,9,0,10,0,0,0,42,0,355,0,0],[0,0,0,0,0,356,356,269,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,357,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,270,0,0,0,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,363,0,0,0,0,0,0,0,0],[0,0,0,364,116,365,366,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,40,0,121,121,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,170,278,278,22,23,0,24,0,0,0,174,0,0,27,0],[0,0,0,0,281,80,80,22,23,0,0,0,0,0,281,0,0,0,0],[0,0,0,369,370,371,372,22,23,0,24,0,0,373,374,0,0,27,0],[0,279,0,375,0,177,177,22,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,0,0,175,376,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,377,370,378,379,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,90,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,23,0,0,0,0,286,0,0,0,0,0],[0,0,0,283,0,284,175,0,23,0,24,0,0,286,0,0,0,0,0],[0,0,0,283,0,175,175,0,23,0,24,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0],[0,0,0,0,0,381,381,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,382,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,292,293,294,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,293,293,295,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,0,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,384,383,383,295,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,385,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,76,0,175,175,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,196,298,298,32,33,0,34,0,0,0,200,0,0,37,0],[0,0,0,0,301,101,101,32,33,0,0,0,0,0,301,0,0,0,0],[0,0,0,387,388,389,390,32,33,0,34,0,0,391,392,0,0,37,0],[0,299,0,393,0,203,203,32,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,0,0,201,394,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,395,388,396,397,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,111,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,33,0,0,0,0,306,0,0,0,0,0],[0,0,0,303,0,304,201,0,33,0,34,0,0,306,0,0,0,0,0],[0,0,0,303,0,201,201,0,33,0,34,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0],[0,0,0,0,0,399,399,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,312,313,314,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,313,313,315,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,0,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,402,401,401,315,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,403,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,97,0,201,201,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,407,0,0,0,40,408,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,321,409,0,0,0,0],[0,0,0,317,318,319,406,8,9,0,10,0,0,321,322,0,0,16,0],[0,0,0,317,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,410,64,0,0,40,408,0,9,0,10,0,0,0,42,0,410,0,0],[0,223,0,0,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,223,0,323,0,121,121,0,9,0,10,0,0,0,42,0,223,0,0],[0,0,0,405,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,328,409,0,0,0,0],[0,0,0,325,318,326,406,8,9,0,10,0,0,328,322,0,0,16,0],[0,0,0,325,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0],[0,0,0,0,0,411,411,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,40,121,334,0,9,0,10,0,0,0,42,0,0,0,0],[0,0,0,0,413,0,0,0,9,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,241,336,336,57,58,0,59,0,0,0,245,0,0,62,0],[0,0,0,0,339,141,141,57,58,0,0,0,0,0,339,0,0,0,0],[0,0,0,414,415,416,417,57,58,0,59,0,0,418,419,0,0,62,0],[0,337,0,420,0,248,248,57,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,0,0,246,421,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,422,415,423,424,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,151,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,58,0,0,0,0,344,0,0,0,0,0],[0,0,0,341,0,342,246,0,58,0,59,0,0,344,0,0,0,0,0],[0,0,0,341,0,246,246,0,58,0,59,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0],[0,0,0,0,0,426,426,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,350,351,352,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,351,351,353,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,0,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,429,428,428,353,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,430,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,137,0,246,246,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,432,116,433,434,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,0,0,180,180,269,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,358,359,360,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,359,359,361,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,437,436,436,361,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,438,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,443,274,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,367,225,0,0,0,0],[0,0,0,364,116,365,445,8,161,0,162,0,0,367,120,0,0,16,0],[0,0,0,364,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,448,0,0,0,76,449,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,373,450,0,0,0,0],[0,0,0,369,370,371,447,22,23,0,24,0,0,373,374,0,0,27,0],[0,0,0,369,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,451,90,0,0,76,449,0,23,0,24,0,0,0,78,0,451,0,0],[0,279,0,0,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,279,0,375,0,175,175,0,23,0,24,0,0,0,78,0,279,0,0],[0,0,0,446,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,380,450,0,0,0,0],[0,0,0,377,370,378,447,22,23,0,24,0,0,380,374,0,0,27,0],[0,0,0,377,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0],[0,0,0,0,0,452,452,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,453,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,76,175,386,0,23,0,24,0,0,0,78,0,0,0,0],[0,0,0,0,454,0,0,0,23,0,0,0,0,0,0,0,0,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,457,0,0,0,97,458,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,391,459,0,0,0,0],[0,0,0,387,388,389,456,32,33,0,34,0,0,391,392,0,0,37,0],[0,0,0,387,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,460,111,0,0,97,458,0,33,0,34,0,0,0,99,0,460,0,0],[0,299,0,0,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,299,0,393,0,201,201,0,33,0,34,0,0,0,99,0,299,0,0],[0,0,0,455,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,398,459,0,0,0,0],[0,0,0,395,388,396,456,32,33,0,34,0,0,398,392,0,0,37,0],[0,0,0,395,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,0,0,0,213,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0],[0,0,0,0,0,461,461,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,97,201,404,0,33,0,34,0,0,0,99,0,0,0,0],[0,0,0,0,463,0,0,0,33,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,318,406,406,8,9,0,10,0,0,0,322,0,0,16,0],[0,0,0,0,409,44,44,8,9,0,0,0,0,0,409,0,0,0,0],[0,0,0,464,465,466,467,8,9,0,10,0,0,468,469,0,0,16,0],[0,407,0,470,0,123,123,8,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,0,0,121,471,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,472,465,473,474,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,0,0],[0,0,0,0,0,0,476,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,479,0,0,0,137,480,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,418,481,0,0,0,0],[0,0,0,414,415,416,478,57,58,0,59,0,0,418,419,0,0,62,0],[0,0,0,414,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,482,151,0,0,137,480,0,58,0,59,0,0,0,139,0,482,0,0],[0,337,0,0,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,337,0,420,0,246,246,0,58,0,59,0,0,0,139,0,337,0,0],[0,0,0,477,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,425,481,0,0,0,0],[0,0,0,422,415,423,478,57,58,0,59,0,0,425,419,0,0,62,0],[0,0,0,422,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0],[0,0,0,0,0,483,483,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,137,246,431,0,58,0,59,0,0,0,139,0,0,0,0],[0,0,0,0,485,0,0,0,58,0,0,0,0,0,0,0,0,0,0],[0,0,0,444,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,435,225,0,0,0,0],[0,0,0,432,116,433,445,8,161,0,162,0,0,435,120,0,0,16,0],[0,0,0,432,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,0,486,486,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,487,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,439,440,441,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,440,440,442,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,489,488,488,442,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,490,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,495,0,496,497,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,0,116,445,445,8,161,0,162,0,0,0,120,0,0,16,0],[0,0,0,0,225,44,44,8,161,0,0,0,0,0,225,0,0,0,0],[0,0,0,0,370,447,447,22,23,0,24,0,0,0,374,0,0,27,0],[0,0,0,0,450,80,80,22,23,0,0,0,0,0,450,0,0,0,0],[0,0,0,499,500,501,502,22,23,0,24,0,0,503,504,0,0,27,0],[0,448,0,505,0,177,177,22,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,0,0,175,506,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,507,500,508,509,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,0,0,0,0,295,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0],[0,0,0,0,0,0,511,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,388,456,456,32,33,0,34,0,0,0,392,0,0,37,0],[0,0,0,0,459,101,101,32,33,0,0,0,0,0,459,0,0,0,0],[0,0,0,512,513,514,515,32,33,0,34,0,0,516,517,0,0,37,0],[0,457,0,518,0,203,203,32,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,0,0,201,519,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,520,513,521,522,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0],[0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,527,0,0,0,40,528,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,468,529,0,0,0,0],[0,0,0,464,465,466,526,8,9,0,10,0,0,468,469,0,0,16,0],[0,0,0,464,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,530,64,0,0,40,528,0,9,0,10,0,0,0,42,0,530,0,0],[0,407,0,0,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,407,0,470,0,121,121,0,9,0,10,0,0,0,42,0,407,0,0],[0,0,0,525,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,475,529,0,0,0,0],[0,0,0,472,465,473,526,8,9,0,10,0,0,475,469,0,0,16,0],[0,0,0,472,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0],[0,0,0,0,415,478,478,57,58,0,59,0,0,0,419,0,0,62,0],[0,0,0,0,481,141,141,57,58,0,0,0,0,0,481,0,0,0,0],[0,0,0,531,532,533,534,57,58,0,59,0,0,535,536,0,0,62,0],[0,479,0,537,0,248,248,57,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,0,0,246,538,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,539,532,540,541,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,0,0,0,0,353,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0],[0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,361,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0],[0,0,0,0,0,544,544,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,545,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,491,492,493,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,492,492,494,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,547,546,546,494,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,548,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,274,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,161,0,0,0,0,498,0,0,0,0,0],[0,0,0,495,0,496,368,0,161,0,162,0,0,498,0,0,0,0,0],[0,0,0,495,0,368,368,0,161,0,162,0,0,0,0,0,0,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,553,0,0,0,76,554,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,503,555,0,0,0,0],[0,0,0,499,500,501,552,22,23,0,24,0,0,503,504,0,0,27,0],[0,0,0,499,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,556,90,0,0,76,554,0,23,0,24,0,0,0,78,0,556,0,0],[0,448,0,0,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,448,0,505,0,175,175,0,23,0,24,0,0,0,78,0,448,0,0],[0,0,0,551,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,510,555,0,0,0,0],[0,0,0,507,500,508,552,22,23,0,24,0,0,510,504,0,0,27,0],[0,0,0,507,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,559,0,0,0,97,560,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,516,561,0,0,0,0],[0,0,0,512,513,514,558,32,33,0,34,0,0,516,517,0,0,37,0],[0,0,0,512,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,562,111,0,0,97,560,0,33,0,34,0,0,0,99,0,562,0,0],[0,457,0,0,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,457,0,518,0,201,201,0,33,0,34,0,0,0,99,0,457,0,0],[0,0,0,557,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,523,561,0,0,0,0],[0,0,0,520,513,521,558,32,33,0,34,0,0,523,517,0,0,37,0],[0,0,0,520,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0],[0,0,0,0,465,526,526,8,9,0,10,0,0,0,469,0,0,16,0],[0,0,0,0,529,44,44,8,9,0,0,0,0,0,529,0,0,0,0],[0,0,0,563,66,564,565,8,9,0,10,0,0,566,68,0,0,16,0],[0,527,0,567,0,123,123,8,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,0,0,121,568,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,569,66,570,571,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,575,0,0,0,137,576,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,535,577,0,0,0,0],[0,0,0,531,532,533,574,57,58,0,59,0,0,535,536,0,0,62,0],[0,0,0,531,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,578,151,0,0,137,576,0,58,0,59,0,0,0,139,0,578,0,0],[0,479,0,0,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,479,0,537,0,246,246,0,58,0,59,0,0,0,139,0,479,0,0],[0,0,0,573,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,542,577,0,0,0,0],[0,0,0,539,532,540,574,57,58,0,59,0,0,542,536,0,0,62,0],[0,0,0,539,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0],[0,0,0,0,0,0,0,442,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0],[0,0,0,0,0,579,579,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,580,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,549,368,550,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,0,368,368,0,161,0,162,0,0,0,362,0,0,0,0],[0,0,0,0,581,0,0,0,161,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,500,552,552,22,23,0,24,0,0,0,504,0,0,27,0],[0,0,0,0,555,80,80,22,23,0,0,0,0,0,555,0,0,0,0],[0,0,0,582,91,583,584,22,23,0,24,0,0,585,93,0,0,27,0],[0,553,0,586,0,177,177,22,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,0,0,175,587,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,588,91,589,590,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,0,513,558,558,32,33,0,34,0,0,0,517,0,0,37,0],[0,0,0,0,561,101,101,32,33,0,0,0,0,0,561,0,0,0,0],[0,0,0,592,112,593,594,32,33,0,34,0,0,595,114,0,0,37,0],[0,559,0,596,0,203,203,32,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,0,0,201,597,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,598,112,599,600,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,566,165,0,0,0,0],[0,0,0,563,66,564,67,8,9,0,10,0,0,566,68,0,0,16,0],[0,0,0,563,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,527,0,0,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,527,0,567,0,121,121,0,9,0,10,0,0,0,42,0,527,0,0],[0,0,0,602,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,165,44,44,8,9,0,0,0,0,572,165,0,0,0,0],[0,0,0,569,66,570,67,8,9,0,10,0,0,572,68,0,0,16,0],[0,0,0,569,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,0,532,574,574,57,58,0,59,0,0,0,536,0,0,62,0],[0,0,0,0,577,141,141,57,58,0,0,0,0,0,577,0,0,0,0],[0,0,0,603,152,604,605,57,58,0,59,0,0,606,154,0,0,62,0],[0,575,0,607,0,248,248,57,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,0,0,246,608,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,609,152,610,611,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0],[0,0,0,0,0,0,613,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,585,194,0,0,0,0],[0,0,0,582,91,583,92,22,23,0,24,0,0,585,93,0,0,27,0],[0,0,0,582,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,553,0,0,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,553,0,586,0,175,175,0,23,0,24,0,0,0,78,0,553,0,0],[0,0,0,614,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,194,80,80,22,23,0,0,0,0,591,194,0,0,0,0],[0,0,0,588,91,589,92,22,23,0,24,0,0,591,93,0,0,27,0],[0,0,0,588,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,595,220,0,0,0,0],[0,0,0,592,112,593,113,32,33,0,34,0,0,595,114,0,0,37,0],[0,0,0,592,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,559,0,0,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,559,0,596,0,201,201,0,33,0,34,0,0,0,99,0,559,0,0],[0,0,0,615,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,220,101,101,32,33,0,0,0,0,601,220,0,0,0,0],[0,0,0,598,112,599,113,32,33,0,34,0,0,601,114,0,0,37,0],[0,0,0,598,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,66,67,67,8,9,0,10,0,0,0,68,0,0,16,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,606,265,0,0,0,0],[0,0,0,603,152,604,153,57,58,0,59,0,0,606,154,0,0,62,0],[0,0,0,603,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,575,0,0,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,575,0,607,0,246,246,0,58,0,59,0,0,0,139,0,575,0,0],[0,0,0,616,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,265,141,141,57,58,0,0,0,0,612,265,0,0,0,0],[0,0,0,609,152,610,153,57,58,0,59,0,0,612,154,0,0,62,0],[0,0,0,609,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0],[0,0,0,0,91,92,92,22,23,0,24,0,0,0,93,0,0,27,0],[0,0,0,0,112,113,113,32,33,0,34,0,0,0,114,0,0,37,0],[0,0,0,0,152,153,153,57,58,0,59,0,0,0,154,0,0,62,0]],accepting:[!1,!0,!0,!0,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!0,!1,!0,!1,!0,!0,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!0,!0,!1,!0,!1,!0,!0,!0,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!1,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!0,!1,!1,!0,!1,!0,!0,!1,!0,!0,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!1,!0,!1,!0,!0,!0,!0,!1,!1,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!0,!1,!0,!1,!0,!0,!1,!1,!0,!0,!1,!1,!0,!0,!0,!1,!0,!1,!0,!0,!0,!0,!1,!1,!1,!0,!1,!0,!0,!0,!0,!1,!1,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!1,!0,!0,!0,!0,!1,!1,!1,!1,!1,!1,!1,!0,!0,!1,!1,!0,!0,!1,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!0,!1,!0,!0,!1,!1,!1,!1,!1,!0,!0,!1,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!1,!0,!0,!0,!0,!1,!1,!1,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!0,!0,!1,!0,!0,!0,!0,!0,!1,!0,!0,!1,!0,!0,!0],tags:[[],["broken_cluster"],["consonant_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["broken_cluster"],["broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],[],["broken_cluster"],["symbol_cluster"],[],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["symbol_cluster"],["symbol_cluster"],["symbol_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],["broken_cluster"],[],[],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["broken_cluster"],["symbol_cluster"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],["consonant_syllable"],[],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],["vowel_syllable"],[],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],[],[],[],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],["standalone_cluster"],[],[],["standalone_cluster"],["standalone_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],[],[],[],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],[],[],[],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],[],[],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],["standalone_cluster"],[],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],[],[],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],[],[],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],[],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],[],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],[],[],[],[],["consonant_syllable","broken_cluster"],["consonant_syllable","broken_cluster"],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],["broken_cluster"],[],["broken_cluster"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],[],[],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],["consonant_syllable"],[],["consonant_syllable"],["consonant_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],["vowel_syllable"],[],["vowel_syllable"],["vowel_syllable"],["broken_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],["standalone_cluster"],[],["standalone_cluster"],["standalone_cluster"],[],["consonant_syllable"],["vowel_syllable"],["standalone_cluster"]]}),Bn=function(tA){function G(){return tA.apply(this,arguments)||this}return w(G,tA),G.planFeatures=function(M){M.addStage(Q0),M.addStage(["locl","ccmp"]),M.addStage(p0),M.addStage("nukt"),M.addStage("akhn"),M.addStage("rphf",!1),M.addStage("rkrf"),M.addStage("pref",!1),M.addStage("blwf",!1),M.addStage("abvf",!1),M.addStage("half",!1),M.addStage("pstf",!1),M.addStage("vatu"),M.addStage("cjct"),M.addStage("cfar",!1),M.addStage(M0),M.addStage({local:["init"],global:["pres","abvs","blws","psts","haln","dist","abvm","blwm","calt","clig"]}),M.unicodeScript=function ao(tA){return Ur[tA]}(M.script),M.indicConfig=Ra[M.unicodeScript]||Ra.Default,M.isOldSpec=M.indicConfig.hasOldSpec&&"2"!==M.script[M.script.length-1]},G.assignFeatures=function(M,N){for(var P=function(lA){var sA=N[lA].codePoints[0],bA=C0[sA]||w0[sA];if(bA){var WA=bA.map(function(lt){var $A=M.font.glyphForCodePoint(lt);return new si(M.font,$A.id,[lt],N[lA].features)});N.splice.apply(N,[lA,1].concat(WA))}},nA=N.length-1;nA>=0;nA--)P(nA)},G}(ui);function Xr(tA){return Ta.get(tA.codePoints[0])>>8}function Ua(tA){return 1<<(255&Ta.get(tA.codePoints[0]))}z(Bn,"zeroMarkWidths","NONE");var Ir=function(G,K,M,N){this.category=G,this.position=K,this.syllableType=M,this.syllable=N};function Q0(tA,G){for(var P,K=0,M=0,N=r(d0.match(G.map(Xr)));!(P=N()).done;){var nA=P.value,oA=nA[0],lA=nA[1],sA=nA[2];if(oA>M){++K;for(var bA=M;bAGt);break;case"First":for(var Qe=(It=sA)+1;QeNe&&!(Qi(G[ke])||_e&&G[ke].shaperInfo.category===Ie_H);ke--);if(G[ke].shaperInfo.category!==Ie_H&&ke>Ne){var pe=G[Ne];G.splice.apply(G,[Ne,0].concat(G.splice(Ne+1,ke-Ne))),G[ke]=pe}break}for(var Pe=te.Start,$e=sA;$esA;An--)if(G[An-1].shaperInfo.position!==te.Pre_M){Ee.position=G[An-1].shaperInfo.position;break}}else Ee.position!==te.SMVD&&(Pe=Ee.position)}for(var Ln=It,fn=It+1;fnsA&&!Qi(G[Gn]))}}}}function M0(tA,G,K){for(var M=K.indicConfig,N=tA._layoutEngine.engine.GSUBProcessor.features,P=0,nA=Dr(G,0);P=te.Base_C){if(oA&&lA+1te.Base_C&&lA--;break}if(lA===nA&&PP&&!(G[WA].shaperInfo.category&(Ie_M|Vi));)WA--;li(G[WA])&&G[WA].shaperInfo.position!==te.Pre_M?WA+1P;lt--)if(G[lt-1].shaperInfo.position===te.Pre_M){var $A=lt-1;$AP&&G[mt].shaperInfo.position===te.SMVD;)mt--;if(li(G[mt]))for(var _t=lA+1;_tP&&!(G[ce-1].shaperInfo.category&(Ie_M|Vi));)ce--;if(ce>P&&G[ce-1].shaperInfo.category===Ie_M)for(var Ce=re,Qe=lA+1;QeP&&li(G[ce-1])&&ce=tA.length)return G;for(var K=tA[G].shaperInfo.syllable;++G=0;nA--)P(nA)},G}(ui);function Pa(tA){return Zr.get(tA.codePoints[0])}z(de,"zeroMarkWidths","BEFORE_GPOS");var v0=function(G,K,M){this.category=G,this.syllableType=K,this.syllable=M};function F0(tA,G){for(var N,K=0,M=r(D0.match(G.map(Pa)));!(N=M()).done;){var P=N.value,nA=P[0],oA=P[1],lA=P[2];++K;for(var sA=nA;sA<=oA;sA++)G[sA].shaperInfo=new v0(I0[Pa(G[sA])],lA[0],K);for(var bA="R"===G[nA].shaperInfo.category?1:Math.min(3,oA-nA),WA=nA;WA1)for(P=M+1;P=tA.length)return G;for(var K=tA[G].shaperInfo.syllable;++G=0;Pn--)this.glyphs.splice(ce[Pn],1);return this.glyphs[this.glyphIterator.index]=_e,!0}}return!1;case 5:return this.applyContext(P);case 6:return this.applyChainingContext(P);case 7:return this.applyLookup(P.lookupType,P.extension);default:throw new Error("GSUB lookupType ".concat(N," is not supported"))}},G}(hr),R0=function(tA){function G(){return tA.apply(this,arguments)||this}w(G,tA);var K=G.prototype;return K.applyPositionValue=function(N,P){var nA=this.positions[this.glyphIterator.peekIndex(N)];null!=P.xAdvance&&(nA.xAdvance+=P.xAdvance),null!=P.yAdvance&&(nA.yAdvance+=P.yAdvance),null!=P.xPlacement&&(nA.xOffset+=P.xPlacement),null!=P.yPlacement&&(nA.yOffset+=P.yPlacement);var oA=this.font._variationProcessor,lA=this.font.GDEF&&this.font.GDEF.itemVariationStore;oA&&lA&&(P.xPlaDevice&&(nA.xOffset+=oA.getDelta(lA,P.xPlaDevice.a,P.xPlaDevice.b)),P.yPlaDevice&&(nA.yOffset+=oA.getDelta(lA,P.yPlaDevice.a,P.yPlaDevice.b)),P.xAdvDevice&&(nA.xAdvance+=oA.getDelta(lA,P.xAdvDevice.a,P.xAdvDevice.b)),P.yAdvDevice&&(nA.yAdvance+=oA.getDelta(lA,P.yAdvDevice.a,P.yAdvDevice.b)))},K.applyLookup=function(N,P){switch(N){case 1:var nA=this.coverageIndex(P.coverage);if(-1===nA)return!1;switch(P.version){case 1:this.applyPositionValue(0,P.value);break;case 2:this.applyPositionValue(0,P.values.get(nA))}return!0;case 2:var oA=this.glyphIterator.peek();if(!oA)return!1;var lA=this.coverageIndex(P.coverage);if(-1===lA)return!1;switch(P.version){case 1:for(var WA,bA=r(P.pairSets.get(lA));!(WA=bA()).done;){var lt=WA.value;if(lt.secondGlyph===oA.id)return this.applyPositionValue(0,lt.value1),this.applyPositionValue(1,lt.value2),!0}return!1;case 2:var $A=this.getClassID(this.glyphIterator.cur.id,P.classDef1),ct=this.getClassID(oA.id,P.classDef2);if(-1===$A||-1===ct)return!1;var mt=P.classRecords.get($A).get(ct);return this.applyPositionValue(0,mt.value1),this.applyPositionValue(1,mt.value2),!0}case 3:var It=this.glyphIterator.peekIndex(),Gt=this.glyphs[It];if(!Gt)return!1;var _t=P.entryExitRecords[this.coverageIndex(P.coverage)];if(!_t||!_t.exitAnchor)return!1;var qt=P.entryExitRecords[this.coverageIndex(P.coverage,Gt.id)];if(!qt||!qt.entryAnchor)return!1;var re=this.getAnchor(qt.entryAnchor),ce=this.getAnchor(_t.exitAnchor),Ce=this.positions[this.glyphIterator.index],Qe=this.positions[It];switch(this.direction){case"ltr":Ce.xAdvance=ce.x+Ce.xOffset;var He=re.x+Qe.xOffset;Qe.xAdvance-=He,Qe.xOffset-=He;break;case"rtl":Ce.xAdvance-=He=ce.x+Ce.xOffset,Ce.xOffset-=He,Qe.xAdvance=re.x+Qe.xOffset}return this.glyphIterator.flags.rightToLeft?(this.glyphIterator.cur.cursiveAttachment=It,Ce.yOffset=re.y-ce.y):(Gt.cursiveAttachment=this.glyphIterator.index,Ce.yOffset=ce.y-re.y),!0;case 4:var rn=this.coverageIndex(P.markCoverage);if(-1===rn)return!1;for(var Le=this.glyphIterator.index;--Le>=0&&(this.glyphs[Le].isMark||this.glyphs[Le].ligatureComponent>0););if(Le<0)return!1;var he=this.coverageIndex(P.baseCoverage,this.glyphs[Le].id);if(-1===he)return!1;var _e=P.markArray[rn];return this.applyAnchor(_e,P.baseArray[he][_e.class],Le),!0;case 5:var ke=this.coverageIndex(P.markCoverage);if(-1===ke)return!1;for(var pe=this.glyphIterator.index;--pe>=0&&this.glyphs[pe].isMark;);if(pe<0)return!1;var Pe=this.coverageIndex(P.ligatureCoverage,this.glyphs[pe].id);if(-1===Pe)return!1;var $e=P.ligatureArray[Pe],Ee=this.glyphIterator.cur,An=this.glyphs[pe],Ln=An.ligatureID&&An.ligatureID===Ee.ligatureID&&Ee.ligatureComponent>0?Math.min(Ee.ligatureComponent,An.codePoints.length)-1:An.codePoints.length-1,fn=P.markArray[ke];return this.applyAnchor(fn,$e[Ln][fn.class],pe),!0;case 6:var Rn=this.coverageIndex(P.mark1Coverage);if(-1===Rn)return!1;var Pn=this.glyphIterator.peekIndex(-1),Mn=this.glyphs[Pn];if(!Mn||!Mn.isMark)return!1;var zn=this.glyphIterator.cur,Cn=!1;if(zn.ligatureID===Mn.ligatureID?zn.ligatureID?zn.ligatureComponent===Mn.ligatureComponent&&(Cn=!0):Cn=!0:(zn.ligatureID&&!zn.ligatureComponent||Mn.ligatureID&&!Mn.ligatureComponent)&&(Cn=!0),!Cn)return!1;var kn=this.coverageIndex(P.mark2Coverage,Mn.id);if(-1===kn)return!1;var De=P.mark1Array[Rn];return this.applyAnchor(De,P.mark2Array[kn][De.class],Pn),!0;case 7:return this.applyContext(P);case 8:return this.applyChainingContext(P);case 9:return this.applyLookup(P.lookupType,P.extension);default:throw new Error("Unsupported GPOS table: ".concat(N))}},K.applyAnchor=function(N,P,nA){var oA=this.getAnchor(P),lA=this.getAnchor(N.markAnchor),bA=this.positions[this.glyphIterator.index];bA.xOffset=oA.x-lA.x,bA.yOffset=oA.y-lA.y,this.glyphIterator.cur.markAttachment=nA},K.getAnchor=function(N){var P=N.xCoordinate,nA=N.yCoordinate,oA=this.font._variationProcessor,lA=this.font.GDEF&&this.font.GDEF.itemVariationStore;return oA&&lA&&(N.xDeviceTable&&(P+=oA.getDelta(lA,N.xDeviceTable.a,N.xDeviceTable.b)),N.yDeviceTable&&(nA+=oA.getDelta(lA,N.yDeviceTable.a,N.yDeviceTable.b))),{x:P,y:nA}},K.applyFeatures=function(N,P,nA){tA.prototype.applyFeatures.call(this,N,P,nA);for(var oA=0;oA>16;if(0===N)switch(M>>8){case 0:return 173===M;case 3:return 847===M;case 6:return 1564===M;case 23:return 6068<=M&&M<=6069;case 24:return 6155<=M&&M<=6158;case 32:return 8203<=M&&M<=8207||8234<=M&&M<=8238||8288<=M&&M<=8303;case 254:return 65024<=M&&M<=65039||65279===M;case 255:return 65520<=M&&M<=65528;default:return!1}else switch(N){case 1:return 113824<=M&&M<=113827||119155<=M&&M<=119162;case 14:return 917504<=M&&M<=921599;default:return!1}},G.getAvailableFeatures=function(M,N){var P=[];return this.engine&&P.push.apply(P,this.engine.getAvailableFeatures(M,N)),this.font.kern&&-1===P.indexOf("kern")&&P.push("kern"),P},G.stringsForGlyph=function(M){for(var oA,N=new Set,nA=r(this.font._cmapProcessor.codePointsForGlyph(M));!(oA=nA()).done;)N.add(String.fromCodePoint(oA.value));if(this.engine&&this.engine.stringsForGlyph)for(var bA,sA=r(this.engine.stringsForGlyph(M));!(bA=sA()).done;)N.add(bA.value);return Array.from(N)},tA}(),L0={moveTo:"M",lineTo:"L",quadraticCurveTo:"Q",bezierCurveTo:"C",closePath:"Z"},vr=function(){function tA(){this.commands=[],this._bbox=null,this._cbox=null}var G=tA.prototype;return G.toFunction=function(){var M=this;return function(N){M.commands.forEach(function(P){return N[P.command].apply(N,P.args)})}},G.toSVG=function(){return this.commands.map(function(N){var P=N.args.map(function(nA){return Math.round(100*nA)/100});return"".concat(L0[N.command]).concat(P.join(" "))}).join("")},G.mapPoints=function(M){for(var nA,N=new tA,P=r(this.commands);!(nA=P()).done;){for(var oA=nA.value,lA=[],sA=0;sA0&&this.codePoints.every(I.isMark),this.isLigature=this.codePoints.length>1}var G=tA.prototype;return G._getPath=function(){return new vr},G._getCBox=function(){return this.path.cbox},G._getBBox=function(){return this.path.bbox},G._getTableMetrics=function(M){if(this.id"u"||null===M)&&(M=this.cbox),(bA=this._font["OS/2"])&&bA.version>0)lA=Math.abs(bA.typoAscender-bA.typoDescender),sA=bA.typoAscender-M.maxY;else{var WA=this._font.hhea;lA=Math.abs(WA.ascent-WA.descent),sA=WA.ascent-M.maxY}return this._font._variationProcessor&&this._font.HVAR&&(P+=this._font._variationProcessor.getAdvanceAdjustment(this.id,this._font.HVAR)),this._metrics={advanceWidth:P,advanceHeight:lA,leftBearing:nA,topBearing:sA}},G.getScaledPath=function(M){return this.path.scale(1/this._font.unitsPerEm*M)},G._getName=function(){var M=this._font.post;if(!M)return null;switch(M.version){case 1:return Ki[this.id];case 2:var N=M.glyphNameIndex[this.id];return N0?this._decodeSimple(lA,nA):lA.numberOfContours<0&&this._decodeComposite(lA,nA,oA),lA},K._decodeSimple=function(N,P){N.points=[];var nA=new e.Array(e.uint16,N.numberOfContours).decode(P);N.instructions=new e.Array(e.uint8,e.uint16).decode(P);for(var oA=[],lA=nA[nA.length-1]+1;oA.length=0,0,0);N.points.push($A)}var ct=0;for(lt=0;lt>1,sA.length=0}function _e(ke,pe){Gt&&lA.closePath(),lA.moveTo(ke,pe),Gt=!0}return function ke(){for(;P.pos1&&Le(),ct+=sA.shift(),_e($A,ct);break;case 5:for(;sA.length>=2;)$A+=sA.shift(),ct+=sA.shift(),lA.lineTo($A,ct);break;case 6:case 7:for(var Pe=6===pe;sA.length>=1;)Pe?$A+=sA.shift():ct+=sA.shift(),lA.lineTo($A,ct),Pe=!Pe;break;case 8:for(;sA.length>0;){var De=$A+sA.shift(),Re=ct+sA.shift(),Se=De+sA.shift(),Ke=Re+sA.shift();$A=Se+sA.shift(),ct=Ke+sA.shift(),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct)}break;case 10:var $e=sA.pop()+Ce,Ee=ce[$e];if(Ee){It[$e]=!0;var An=P.pos,Ln=oA;P.pos=Ee.offset,oA=Ee.offset+Ee.length,ke(),P.pos=An,oA=Ln}break;case 11:if(N.version>=2)break;return;case 14:if(N.version>=2)break;sA.length>0&&Le(),Gt&&(lA.closePath(),Gt=!1);break;case 15:if(N.version<2)throw new Error("vsindex operator not supported in CFF v1");He=sA.pop();break;case 16:if(N.version<2)throw new Error("blend operator not supported in CFF v1");if(!rn)throw new Error("blend operator in non-variation font");for(var fn=rn.getBlendVector(Qe,He),yn=sA.pop(),Rn=yn*fn.length,Pn=sA.length-Rn,Mn=Pn-yn,zn=0;zn>3;break;case 21:sA.length>2&&Le(),$A+=sA.shift(),ct+=sA.shift(),_e($A,ct);break;case 22:sA.length>1&&Le(),_e($A+=sA.shift(),ct);break;case 24:for(;sA.length>=8;)De=$A+sA.shift(),Re=ct+sA.shift(),Se=De+sA.shift(),Ke=Re+sA.shift(),$A=Se+sA.shift(),ct=Ke+sA.shift(),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct);$A+=sA.shift(),ct+=sA.shift(),lA.lineTo($A,ct);break;case 25:for(;sA.length>=8;)$A+=sA.shift(),ct+=sA.shift(),lA.lineTo($A,ct);De=$A+sA.shift(),Re=ct+sA.shift(),Se=De+sA.shift(),Ke=Re+sA.shift(),$A=Se+sA.shift(),ct=Ke+sA.shift(),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct);break;case 26:for(sA.length%2&&($A+=sA.shift());sA.length>=4;)De=$A,Re=ct+sA.shift(),Se=De+sA.shift(),Ke=Re+sA.shift(),$A=Se,ct=Ke+sA.shift(),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct);break;case 27:for(sA.length%2&&(ct+=sA.shift());sA.length>=4;)De=$A+sA.shift(),Re=ct,Se=De+sA.shift(),Ke=Re+sA.shift(),$A=Se+sA.shift(),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct=Ke);break;case 28:sA.push(P.readInt16BE());break;case 29:$e=sA.pop()+qt,(Ee=_t[$e])&&(mt[$e]=!0,An=P.pos,Ln=oA,P.pos=Ee.offset,oA=Ee.offset+Ee.length,ke(),P.pos=An,oA=Ln);break;case 30:case 31:for(Pe=31===pe;sA.length>=4;)Pe?(De=$A+sA.shift(),Re=ct,Se=De+sA.shift(),Ke=Re+sA.shift(),ct=Ke+sA.shift(),$A=Se+(1===sA.length?sA.shift():0)):(De=$A,Re=ct+sA.shift(),Se=De+sA.shift(),Ke=Re+sA.shift(),$A=Se+sA.shift(),ct=Ke+(1===sA.length?sA.shift():0)),lA.bezierCurveTo(De,Re,Se,Ke,$A,ct),Pe=!Pe;break;case 12:switch(pe=P.readUInt8()){case 3:var je=sA.pop(),ln=sA.pop();sA.push(je&&ln?1:0);break;case 4:je=sA.pop(),ln=sA.pop(),sA.push(je||ln?1:0);break;case 5:je=sA.pop(),sA.push(je?0:1);break;case 9:je=sA.pop(),sA.push(Math.abs(je));break;case 10:je=sA.pop(),ln=sA.pop(),sA.push(je+ln);break;case 11:je=sA.pop(),ln=sA.pop(),sA.push(je-ln);break;case 12:je=sA.pop(),ln=sA.pop(),sA.push(je/ln);break;case 14:je=sA.pop(),sA.push(-je);break;case 15:je=sA.pop(),ln=sA.pop(),sA.push(je===ln?1:0);break;case 18:sA.pop();break;case 20:var ea=sA.pop(),Gn=sA.pop();bA[Gn]=ea;break;case 21:Gn=sA.pop(),sA.push(bA[Gn]||0);break;case 22:var na=sA.pop(),ia=sA.pop(),Tl=sA.pop(),Ul=sA.pop();sA.push(Tl<=Ul?na:ia);break;case 23:sA.push(Math.random());break;case 24:je=sA.pop(),ln=sA.pop(),sA.push(je*ln);break;case 26:je=sA.pop(),sA.push(Math.sqrt(je));break;case 27:je=sA.pop(),sA.push(je,je);break;case 28:je=sA.pop(),ln=sA.pop(),sA.push(ln,je);break;case 29:(Gn=sA.pop())<0?Gn=0:Gn>sA.length-1&&(Gn=sA.length-1),sA.push(sA[Gn]);break;case 30:var xr=sA.pop(),Zi=sA.pop();if(Zi>=0)for(;Zi>0;){for(var ra=sA[xr-1],Yr=xr-2;Yr>=0;Yr--)sA[Yr+1]=sA[Yr];sA[0]=ra,Zi--}else for(;Zi<0;){ra=sA[0];for(var Sr=0;Sr<=xr;Sr++)sA[Sr]=sA[Sr+1];sA[xr-1]=ra,Zi++}break;case 34:De=$A+sA.shift(),Re=ct,Se=De+sA.shift(),Ke=Re+sA.shift();var qi=Se+sA.shift(),_i=Ke,$i=qi+sA.shift(),Ar=_i,tr=$i+sA.shift(),er=Ar,nr=tr+sA.shift(),ir=er;$A=nr,ct=ir,lA.bezierCurveTo(De,Re,Se,Ke,qi,_i),lA.bezierCurveTo($i,Ar,tr,er,nr,ir);break;case 35:for(var Ei=[],is=0;is<=5;is++)$A+=sA.shift(),ct+=sA.shift(),Ei.push($A,ct);lA.bezierCurveTo.apply(lA,Ei.slice(0,6)),lA.bezierCurveTo.apply(lA,Ei.slice(6)),sA.shift();break;case 36:De=$A+sA.shift(),Re=ct+sA.shift(),Se=De+sA.shift(),Ar=_i=Ke=Re+sA.shift(),tr=($i=(qi=Se+sA.shift())+sA.shift())+sA.shift(),er=Ar+sA.shift(),nr=tr+sA.shift(),$A=nr,ct=ir=er,lA.bezierCurveTo(De,Re,Se,Ke,qi,_i),lA.bezierCurveTo($i,Ar,tr,er,nr,ir);break;case 37:var rs=$A,as=ct;Ei=[];for(var ss=0;ss<=4;ss++)$A+=sA.shift(),ct+=sA.shift(),Ei.push($A,ct);Math.abs($A-rs)>Math.abs(ct-as)?($A+=sA.shift(),ct=as):($A=rs,ct+=sA.shift()),Ei.push($A,ct),lA.bezierCurveTo.apply(lA,Ei.slice(0,6)),lA.bezierCurveTo.apply(lA,Ei.slice(6));break;default:throw new Error("Unknown op: 12 ".concat(pe))}break;default:throw new Error("Unknown op: ".concat(pe))}else if(pe<247)sA.push(pe-139);else if(pe<251){var aa=P.readUInt8();sA.push(256*(pe-247)+aa+108)}else pe<255?(aa=P.readUInt8(),sA.push(256*-(pe-251)-aa-108)):sA.push(P.readInt32BE()/65536)}}(),Gt&&lA.closePath(),lA},G}(Fr),Z0=new e.Struct({originX:e.uint16,originY:e.uint16,type:new e.String(4),data:new e.Buffer(function(tA){return tA.parent.buflen-tA._currentOffset})}),q0=function(tA){function G(){return tA.apply(this,arguments)||this}w(G,tA);var K=G.prototype;return K.getImageForSize=function(N){for(var P=0;P=N)break}var oA=nA.imageOffsets,lA=oA[this.id],sA=oA[this.id+1];return lA===sA?null:(this._font.stream.pos=lA,Z0.decode(this._font.stream,{buflen:sA-lA}))},K.render=function(N,P){var nA=this.getImageForSize(P);null!=nA&&N.image(nA.data,{height:P,x:nA.originX,y:P/this._font.unitsPerEm*(this.bbox.minY-nA.originY)}),this._font.sbix.flags.renderOutlines&&tA.prototype.render.call(this,N,P)},G}(yr),Va=function(G,K){this.glyph=G,this.color=K},_0=function(tA){function G(){return tA.apply(this,arguments)||this}w(G,tA);var K=G.prototype;return K._getBBox=function(){for(var N=new xi,P=0;P>1;if(this.id<(sA=P.baseGlyphRecord[lA]).gid)oA=lA-1;else{if(!(this.id>sA.gid)){var bA=sA;break}nA=lA+1}}if(null==bA){var WA=this._font._getBaseGlyph(this.id);return[new Va(WA,lt={red:0,green:0,blue:0,alpha:255})]}for(var $A=[],ct=bA.firstLayerIndex;ct=1&&N[P]=P.glyphCount)){var nA=P.offsets[M];if(nA!==P.offsets[M+1]){var oA=this.font.stream;if(oA.pos=nA,!(oA.pos>=oA.length)){var lA=oA.readUInt16BE(),sA=nA+oA.readUInt16BE();if(32768&lA){var bA=oA.pos;oA.pos=sA;var WA=this.decodePoints();sA=oA.pos,oA.pos=bA}var lt=N.map(function(fn){return fn.copy()});lA&=4095;for(var $A=0;$A=P.globalCoordCount)throw new Error("Invalid gvar table");It=P.globalCoords[4095&mt]}if(16384&mt){for(var _t=[],qt=0;qtnA[bA])return 0;sA=oA[bA]Math.max(0,N[bA]))return 0;sA=(sA*oA[bA]+Number.EPSILON)/(N[bA]+Number.EPSILON)}}return sA},G.interpolateMissingDeltas=function(M,N,P){if(0!==M.length)for(var nA=0;nAlA)){var bA=nA,WA=nA;for(nA++;nA<=lA;)P[nA]&&(this.deltaInterpolate(WA+1,nA-1,WA,nA,N,M),WA=nA),nA++;WA===bA?this.deltaShift(oA,lA,WA,N,M):(this.deltaInterpolate(WA+1,lA,WA,bA,N,M),bA>0&&this.deltaInterpolate(oA,bA-1,WA,bA,N,M)),nA=lA+1}}},G.deltaInterpolate=function(M,N,P,nA,oA,lA){if(!(M>N))for(var sA=["x","y"],bA=0;bAoA[nA][WA]){var lt=P;P=nA,nA=lt}var $A=oA[P][WA],ct=oA[nA][WA],mt=lA[P][WA],It=lA[nA][WA];if($A!==ct||mt===It)for(var Gt=$A===ct?0:(It-mt)/(ct-$A),_t=M;_t<=N;_t++){var qt=oA[_t][WA];qt<=$A?qt+=mt-$A:qt>=ct?qt+=It-ct:qt=mt+(qt-$A)*Gt,lA[_t][WA]=qt}}},G.deltaShift=function(M,N,P,nA,oA){var lA=oA[P].x-nA[P].x,sA=oA[P].y-nA[P].y;if(0!==lA||0!==sA)for(var bA=M;bA<=N;bA++)bA!==P&&(oA[bA].x+=lA,oA[bA].y+=sA)},G.getAdvanceAdjustment=function(M,N){var P,nA;if(N.advanceWidthMapping){var oA=M;oA>=N.advanceWidthMapping.mapCount&&(oA=N.advanceWidthMapping.mapCount-1);var sA=N.advanceWidthMapping.mapData[oA];P=sA.outerIndex,nA=sA.innerIndex}else P=0,nA=M;return this.getDelta(N.itemVariationStore,P,nA)},G.getDelta=function(M,N,P){if(N>=M.itemVariationData.length)return 0;var nA=M.itemVariationData[N];if(P>=nA.deltaSets.length)return 0;for(var oA=nA.deltaSets[P],lA=this.getBlendVector(M,N),sA=0,bA=0;bA$A.peakCoord||$A.peakCoord>$A.endCoord||$A.startCoord<0&&$A.endCoord>0&&0!==$A.peakCoord||0===$A.peakCoord?1:nA[lt]<$A.startCoord||nA[lt]>$A.endCoord?0:nA[lt]===$A.peakCoord?1:nA[lt]<$A.peakCoord?(nA[lt]-$A.startCoord+Number.EPSILON)/($A.peakCoord-$A.startCoord+Number.EPSILON):($A.endCoord-nA[lt]+Number.EPSILON)/($A.endCoord-$A.peakCoord+Number.EPSILON)}oA[lA]=sA}return this.blendVectors.set(P,oA),oA},tA}(),sl=Promise.resolve(),Aa=function(){function tA(K){this.font=K,this.glyphs=[],this.mapping={},this.includeGlyph(0)}var G=tA.prototype;return G.includeGlyph=function(M){return"object"==typeof M&&(M=M.id),null==this.mapping[M]&&(this.glyphs.push(M),this.mapping[M]=this.glyphs.length-1),this.mapping[M]},G.encodeStream=function(){var M=this,N=new e.EncodeStream;return sl.then(function(){return M.encode(N),N.end()}),N},tA}(),qa=function(){function tA(){}return tA.size=function(K){return K>=0&&K<=255?1:2},tA.encode=function(K,M){M>=0&&M<=255?K.writeUInt8(M):K.writeInt16BE(M)},tA}(),_a=new e.Struct({numberOfContours:e.int16,xMin:e.int16,yMin:e.int16,xMax:e.int16,yMax:e.int16,endPtsOfContours:new e.Array(e.uint16,"numberOfContours"),instructions:new e.Array(e.uint8,e.uint16),flags:new e.Array(e.uint8,0),xPoints:new e.Array(qa,0),yPoints:new e.Array(qa,0)}),fl=function(){function tA(){}var G=tA.prototype;return G.encodeSimple=function(M,N){void 0===N&&(N=[]);for(var P=[],nA=[],oA=[],lA=[],sA=0,bA=0,WA=0,lt=0,$A=0,ct=0;ct0&&(lA.push(sA),sA=0),lA.push(qt),lt=qt),bA=Gt,WA=_t,$A++}"closePath"===mt.command&&P.push($A-1)}M.commands.length>1&&"closePath"!==M.commands[M.commands.length-1].command&&P.push($A-1);var Qe=M.bbox,He={numberOfContours:P.length,xMin:Qe.minX,yMin:Qe.minY,xMax:Qe.maxX,yMax:Qe.maxY,endPtsOfContours:P,instructions:N,flags:lA,xPoints:nA,yPoints:oA},rn=_a.size(He),Le=4-rn%4,he=new e.EncodeStream(rn+Le);return _a.encode(he,He),0!==Le&&he.fill(0,Le),he.buffer},G._encodePoint=function(M,N,P,nA,oA,lA){var sA=M-N;return M===N?nA|=lA:(-255<=sA&&sA<=255&&(nA|=oA,sA<0?sA=-sA:nA|=lA),P.push(sA)),nA},tA}(),hl=function(tA){function G(M){var N;return(N=tA.call(this,M)||this).glyphEncoder=new fl,N}w(G,tA);var K=G.prototype;return K._addGlyph=function(N){var P=this.font.getGlyph(N),nA=P._decode(),oA=this.font.loca.offsets[N],lA=this.font.loca.offsets[N+1],sA=this.font._getTableStream("glyf");sA.pos+=oA;var bA=sA.readBuffer(lA-oA);if(nA&&nA.numberOfContours<0){bA=u.from(bA);for(var lt,WA=r(nA.components);!(lt=WA()).done;){var $A=lt.value;N=this.includeGlyph($A.glyphID),bA.writeUInt16BE(N,$A.pos)}}else nA&&this.font._variationProcessor&&(bA=this.glyphEncoder.encodeSimple(P.path,nA.instructions));return this.glyf.push(bA),this.loca.offsets.push(this.offset),this.hmtx.metrics.push({advance:P.advanceWidth,bearing:P._getMetrics().leftBearing}),this.offset+=bA.length,this.glyf.length-1},K.encode=function(N){this.glyf=[],this.offset=0,this.loca={offsets:[],version:this.font.loca.version},this.hmtx={metrics:[],bearings:[]};for(var P=0;P255?2:1,ranges:[{first:1,nLeft:this.charstrings.length-2}]},nA=Object.assign({},this.cff.topDict);nA.Private=null,nA.charset=P,nA.Encoding=null,nA.CharStrings=this.charstrings;for(var oA=0,lA=["version","Notice","Copyright","FullName","FamilyName","Weight","PostScript","BaseFontName","FontName"];oA0&&Object.defineProperty(this,N,{get:this._getTable.bind(this,P)})}}tA.probe=function(M){var N=M.toString("ascii",0,4);return"true"===N||"OTTO"===N||"\0\x01\0\0"===N};var G=tA.prototype;return G.setDefaultLanguage=function(M){void 0===M&&(M=null),this.defaultLanguage=M},G._getTable=function(M){if(!(M.tag in this._tables))try{this._tables[M.tag]=this._decodeTable(M)}catch(N){v.logErrors&&(console.error("Error decoding table ".concat(M.tag)),console.error(N.stack))}return this._tables[M.tag]},G._getTableStream=function(M){var N=this.directory.tables[M];return N?(this.stream.pos=N.offset,this.stream):null},G._decodeDirectory=function(){return this.directory=ar.decode(this.stream,{_startOffset:0})},G._decodeTable=function(M){var N=this.stream.pos,P=this._getTableStream(M.tag),nA=oe[M.tag].decode(P,this,M.length);return this.stream.pos=N,nA},G.getName=function(M,N){void 0===N&&(N=this.defaultLanguage||v.defaultLanguage);var P=this.name&&this.name.records[M];return P&&(P[N]||P[this.defaultLanguage]||P[v.defaultLanguage]||P.en||P[Object.keys(P)[0]])||null},G.hasGlyphForCodePoint=function(M){return!!this._cmapProcessor.lookup(M)},G.glyphForCodePoint=function(M){return this.getGlyph(this._cmapProcessor.lookup(M),[M])},G.glyphsForString=function(M){for(var N=[],P=M.length,nA=0,oA=-1,lA=-1;nA<=P;){var sA=0,bA=0;if(nA>>6&3},transformed:function(G){return"glyf"===G.tag||"loca"===G.tag?0===G.transformVersion:0!==G.transformVersion},transformLength:new e.Optional(As,function(tA){return tA.transformed})}),ts=new e.Struct({tag:new e.String(4),flavor:e.uint32,length:e.uint32,numTables:e.uint16,reserved:new e.Reserved(e.uint16),totalSfntSize:e.uint32,totalCompressedSize:e.uint32,majorVersion:e.uint16,minorVersion:e.uint16,metaOffset:e.uint32,metaLength:e.uint32,metaOrigLength:e.uint32,privOffset:e.uint32,privLength:e.uint32,tables:new e.Array(Ql,"numTables")});ts.process=function(){for(var tA={},G=0;G0){for(var sA=[],bA=0,WA=0;WA>7);if((sA&=127)<10)oA=0,lA=ti(sA,((14&sA)<<7)+G.readUInt8());else if(sA<20)oA=ti(sA,((sA-10&14)<<7)+G.readUInt8()),lA=0;else if(sA<84)oA=ti(sA,1+(48&(WA=sA-20))+((lt=G.readUInt8())>>4)),lA=ti(sA>>1,1+((12&WA)<<2)+(15<));else if(sA<120){var WA;oA=ti(sA,1+((WA=sA-84)/12<<8)+G.readUInt8()),lA=ti(sA>>1,1+(WA%12>>2<<8)+G.readUInt8())}else if(sA<124){var lt=G.readUInt8(),$A=G.readUInt8();oA=ti(sA,(lt<<4)+($A>>4)),lA=ti(sA>>1,((15&$A)<<8)+G.readUInt8())}else oA=ti(sA,G.readUInt16BE()),lA=ti(sA>>1,G.readUInt16BE());P.push(new Ai(bA,!1,N+=oA,M+=lA))}return P}var Fl=new e.VersionedStruct(e.uint32,{65536:{numFonts:e.uint32,offsets:new e.Array(e.uint32,"numFonts")},131072:{numFonts:e.uint32,offsets:new e.Array(e.uint32,"numFonts"),dsigTag:e.uint32,dsigLength:e.uint32,dsigOffset:e.uint32}}),yl=function(){function tA(K){if(this.stream=K,"ttcf"!==K.readString(4))throw new Error("Not a TrueType collection");this.header=Fl.decode(K)}return tA.probe=function(M){return"ttcf"===M.toString("ascii",0,4)},tA.prototype.getFont=function(M){for(var P,N=r(this.header.offsets);!(P=N()).done;){var nA=P.value,oA=new e.DecodeStream(this.stream.buffer);oA.pos=nA;var lA=new mi(oA);if(lA.postscriptName===M)return lA}return null},o(tA,[{key:"fonts",get:function(){for(var P,M=[],N=r(this.header.offsets);!(P=N()).done;){var nA=P.value,oA=new e.DecodeStream(this.stream.buffer);oA.pos=nA,M.push(new mi(oA))}return M}}]),tA}(),xl=new e.String(e.uint8),Yl=(new e.Struct({len:e.uint32,buf:new e.Buffer("len")}),new e.Struct({id:e.uint16,nameOffset:e.int16,attr:e.uint8,dataOffset:e.uint24,handle:e.uint32})),Sl=new e.Struct({name:new e.String(4),maxTypeIndex:e.uint16,refList:new e.Pointer(e.uint16,new e.Array(Yl,function(tA){return tA.maxTypeIndex+1}),{type:"parent"})}),Nl=new e.Struct({length:e.uint16,types:new e.Array(Sl,function(tA){return tA.length+1})}),bl=new e.Struct({reserved:new e.Reserved(e.uint8,24),typeList:new e.Pointer(e.uint16,Nl),nameListOffset:new e.Pointer(e.uint16,"void")}),ns=new e.Struct({dataOffset:e.uint32,map:new e.Pointer(e.uint32,bl),dataLength:e.uint32,mapLength:e.uint32}),Rl=function(){function tA(K){this.stream=K,this.header=ns.decode(this.stream);for(var N,M=r(this.header.map.typeList.types);!(N=M()).done;){for(var oA,P=N.value,nA=r(P.refList);!(oA=nA()).done;){var lA=oA.value;lA.nameOffset>=0?(this.stream.pos=lA.nameOffset+this.header.map.nameListOffset,lA.name=xl.decode(this.stream)):lA.name=null}"sfnt"===P.name&&(this.sfnt=P)}}return tA.probe=function(M){var N=new e.DecodeStream(M);try{var P=ns.decode(N)}catch{return!1}for(var oA,nA=r(P.map.typeList.types);!(oA=nA()).done;)if("sfnt"===oA.value.name)return!0;return!1},tA.prototype.getFont=function(M){if(!this.sfnt)return null;for(var P,N=r(this.sfnt.refList);!(P=N()).done;){var lA=new e.DecodeStream(this.stream.buffer.slice(this.header.dataOffset+P.value.dataOffset+4)),sA=new mi(lA);if(sA.postscriptName===M)return sA}return null},o(tA,[{key:"fonts",get:function(){for(var P,M=[],N=r(this.sfnt.refList);!(P=N()).done;){var lA=new e.DecodeStream(this.stream.buffer.slice(this.header.dataOffset+P.value.dataOffset+4));M.push(new mi(lA))}return M}}]),tA}();v.registerFormat(mi),v.registerFormat(Xi),v.registerFormat(ml),v.registerFormat(yl),v.registerFormat(Rl),b.exports=v},19304:function(b,A,n){"use strict";var u=n(41209),a=n(32504),s=n(41783),o=s.BK,g=s.CR,f=s.LF,w=s.NL,B=s.SG,r=s.WJ,d=s.SP,E=s.ZWJ,C=s.BA,e=s.HY,h=s.NS,Q=s.AI,I=s.AL,R=s.CJ,p=s.HL,m=s.RI,y=s.SA,x=s.XX,Y=n(98282),v=Y.DI_BRK,S=Y.IN_BRK,z=Y.CI_BRK,F=Y.CP_BRK,gA=Y.pairTable,fA=new u(a.toByteArray("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")),iA=function(HA){switch(HA){case Q:case y:case B:case x:return I;case R:return h;default:return HA}},wA=function(HA){switch(HA){case f:case w:return o;case d:return r;default:return HA}},IA=function(HA,J){void 0===J&&(J=!1),this.position=HA,this.required=J};b.exports=function(){function YA(J){this.string=J,this.pos=0,this.lastPos=0,this.curClass=null,this.nextClass=null,this.LB8a=!1,this.LB21a=!1,this.LB30a=0}var HA=YA.prototype;return HA.nextCodePoint=function(){var BA=this.string.charCodeAt(this.pos++),aA=this.string.charCodeAt(this.pos);return 55296<=BA&&BA<=56319&&56320<=aA&&aA<=57343?(this.pos++,1024*(BA-55296)+(aA-56320)+65536):BA},HA.nextCharClass=function(){return iA(fA.get(this.nextCodePoint()))},HA.getSimpleBreak=function(){switch(this.nextClass){case d:return!1;case o:case f:case w:return this.curClass=o,!1;case g:return this.curClass=g,!1}return null},HA.getPairTableBreak=function(BA){var aA=!1;switch(gA[this.curClass][this.nextClass]){case v:aA=!0;break;case S:aA=BA===d;break;case z:if(!(aA=BA===d))return!1;break;case F:if(BA!==d)return aA}return this.LB8a&&(aA=!1),!this.LB21a||this.curClass!==e&&this.curClass!==C?this.LB21a=this.curClass===p:(aA=!1,this.LB21a=!1),this.curClass===m?(this.LB30a++,2==this.LB30a&&this.nextClass===m&&(aA=!0,this.LB30a=0)):this.LB30a=0,this.curClass=this.nextClass,aA},HA.nextBreak=function(){if(null==this.curClass){var BA=this.nextCharClass();this.curClass=wA(BA),this.nextClass=BA,this.LB8a=BA===E,this.LB30a=0}for(;this.pos"u"?n.g:globalThis;b.exports=function(){for(var o=[],g=0;gS),g(b.exports,"getCombiningClass",()=>z),g(b.exports,"getScript",()=>F),g(b.exports,"getEastAsianWidth",()=>$),g(b.exports,"getNumericValue",()=>gA),g(b.exports,"isAlphabetic",()=>_),g(b.exports,"isDigit",()=>fA),g(b.exports,"isPunctuation",()=>iA),g(b.exports,"isLowerCase",()=>wA),g(b.exports,"isUpperCase",()=>IA),g(b.exports,"isTitleCase",()=>FA),g(b.exports,"isWhiteSpace",()=>YA),g(b.exports,"isBaseForm",()=>HA),g(b.exports,"isMark",()=>J),g(b.exports,"default",()=>BA);var f={};f=JSON.parse('{"categories":["Cc","Zs","Po","Sc","Ps","Pe","Sm","Pd","Nd","Lu","Sk","Pc","Ll","So","Lo","Pi","Cf","No","Pf","Lt","Lm","Mn","Me","Mc","Nl","Zl","Zp","Cs","Co"],"combiningClasses":["Not_Reordered","Above","Above_Right","Below","Attached_Above_Right","Attached_Below","Overlay","Iota_Subscript","Double_Below","Double_Above","Below_Right","Above_Left","CCC10","CCC11","CCC12","CCC13","CCC14","CCC15","CCC16","CCC17","CCC18","CCC19","CCC20","CCC21","CCC22","CCC23","CCC24","CCC25","CCC30","CCC31","CCC32","CCC27","CCC28","CCC29","CCC33","CCC34","CCC35","CCC36","Nukta","Virama","CCC84","CCC91","CCC103","CCC107","CCC118","CCC122","CCC129","CCC130","CCC132","Attached_Above","Below_Left","Left","Kana_Voicing","CCC26","Right"],"scripts":["Common","Latin","Bopomofo","Inherited","Greek","Coptic","Cyrillic","Armenian","Hebrew","Arabic","Syriac","Thaana","Nko","Samaritan","Mandaic","Devanagari","Bengali","Gurmukhi","Gujarati","Oriya","Tamil","Telugu","Kannada","Malayalam","Sinhala","Thai","Lao","Tibetan","Myanmar","Georgian","Hangul","Ethiopic","Cherokee","Canadian_Aboriginal","Ogham","Runic","Tagalog","Hanunoo","Buhid","Tagbanwa","Khmer","Mongolian","Limbu","Tai_Le","New_Tai_Lue","Buginese","Tai_Tham","Balinese","Sundanese","Batak","Lepcha","Ol_Chiki","Braille","Glagolitic","Tifinagh","Han","Hiragana","Katakana","Yi","Lisu","Vai","Bamum","Syloti_Nagri","Phags_Pa","Saurashtra","Kayah_Li","Rejang","Javanese","Cham","Tai_Viet","Meetei_Mayek","null","Linear_B","Lycian","Carian","Old_Italic","Gothic","Old_Permic","Ugaritic","Old_Persian","Deseret","Shavian","Osmanya","Osage","Elbasan","Caucasian_Albanian","Linear_A","Cypriot","Imperial_Aramaic","Palmyrene","Nabataean","Hatran","Phoenician","Lydian","Meroitic_Hieroglyphs","Meroitic_Cursive","Kharoshthi","Old_South_Arabian","Old_North_Arabian","Manichaean","Avestan","Inscriptional_Parthian","Inscriptional_Pahlavi","Psalter_Pahlavi","Old_Turkic","Old_Hungarian","Hanifi_Rohingya","Old_Sogdian","Sogdian","Elymaic","Brahmi","Kaithi","Sora_Sompeng","Chakma","Mahajani","Sharada","Khojki","Multani","Khudawadi","Grantha","Newa","Tirhuta","Siddham","Modi","Takri","Ahom","Dogra","Warang_Citi","Nandinagari","Zanabazar_Square","Soyombo","Pau_Cin_Hau","Bhaiksuki","Marchen","Masaram_Gondi","Gunjala_Gondi","Makasar","Cuneiform","Egyptian_Hieroglyphs","Anatolian_Hieroglyphs","Mro","Bassa_Vah","Pahawh_Hmong","Medefaidrin","Miao","Tangut","Nushu","Duployan","SignWriting","Nyiakeng_Puachue_Hmong","Wancho","Mende_Kikakui","Adlam"],"eaw":["N","Na","A","W","H","F"]}');const w=new(s(a))(s(u).toByteArray("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")),B=Math.log2||(aA=>Math.log(aA)/Math.LN2),r=aA=>B(aA)+1|0,d=r(s(f).categories.length-1),E=r(s(f).combiningClasses.length-1),C=r(s(f).scripts.length-1),e=r(s(f).eaw.length-1),Q=E+C+e+10,I=C+e+10,R=e+10,p=10,m=(1<>Q&m]}function z(aA){const eA=w.get(aA);return s(f).combiningClasses[eA>>I&y]}function F(aA){const eA=w.get(aA);return s(f).scripts[eA>>R&x]}function $(aA){const eA=w.get(aA);return s(f).eaw[eA>>p&Y]}function gA(aA){let eA=w.get(aA),EA=eA&v;if(0===EA)return null;if(EA<=50)return EA-1;if(EA<480)return((EA>>4)-12)/(1+(15&EA));if(EA<768){eA=(EA>>5)-14;let xA=2+(31&EA);for(;xA>0;)eA*=10,xA--;return eA}{eA=(EA>>2)-191;let xA=1+(3&EA);for(;xA>0;)eA*=60,xA--;return eA}}function _(aA){const eA=S(aA);return"Lu"===eA||"Ll"===eA||"Lt"===eA||"Lm"===eA||"Lo"===eA||"Nl"===eA}function fA(aA){return"Nd"===S(aA)}function iA(aA){const eA=S(aA);return"Pc"===eA||"Pd"===eA||"Pe"===eA||"Pf"===eA||"Pi"===eA||"Po"===eA||"Ps"===eA}function wA(aA){return"Ll"===S(aA)}function IA(aA){return"Lu"===S(aA)}function FA(aA){return"Lt"===S(aA)}function YA(aA){const eA=S(aA);return"Zs"===eA||"Zl"===eA||"Zp"===eA}function HA(aA){const eA=S(aA);return"Nd"===eA||"No"===eA||"Nl"===eA||"Lu"===eA||"Ll"===eA||"Lt"===eA||"Lm"===eA||"Lo"===eA||"Me"===eA||"Mc"===eA}function J(aA){const eA=S(aA);return"Mn"===eA||"Me"===eA||"Mc"===eA}var BA={getCategory:S,getCombiningClass:z,getScript:F,getEastAsianWidth:$,getNumericValue:gA,isAlphabetic:_,isDigit:fA,isPunctuation:iA,isLowerCase:wA,isUpperCase:IA,isTitleCase:FA,isWhiteSpace:YA,isBaseForm:HA,isMark:J}},43267:function(b){"use strict";b.exports=JSON.parse('[["8740","\u43f0\u4c32\u4603\u45a6\u4578\u{27267}\u4d77\u45b3\u{27cb1}\u4ce2\u{27cc5}\u3b95\u4736\u4744\u4c47\u4c40\u{242bf}\u{23617}\u{27352}\u{26e8b}\u{270d2}\u4c57\u{2a351}\u474f\u45da\u4c85\u{27c6c}\u4d07\u4aa4\u46a1\u{26b23}\u7225\u{25a54}\u{21a63}\u{23e06}\u{23f61}\u664d\u56fb"],["8767","\u7d95\u591d\u{28bb9}\u3df4\u9734\u{27bef}\u5bdb\u{21d5e}\u5aa4\u3625\u{29eb0}\u5ad1\u5bb7\u5cfc\u676e\u8593\u{29945}\u7461\u749d\u3875\u{21d53}\u{2369e}\u{26021}\u3eec"],["87a1","\u{258de}\u3af5\u7afc\u9f97\u{24161}\u{2890d}\u{231ea}\u{20a8a}\u{2325e}\u430a\u8484\u9f96\u942f\u4930\u8613\u5896\u974a\u9218\u79d0\u7a32\u6660\u6a29\u889d\u744c\u7bc5\u6782\u7a2c\u524f\u9046\u34e6\u73c4\u{25db9}\u74c6\u9fc7\u57b3\u492f\u544c\u4131\u{2368e}\u5818\u7a72\u{27b65}\u8b8f\u46ae\u{26e88}\u4181\u{25d99}\u7bae\u{224bc}\u9fc8\u{224c1}\u{224c9}\u{224cc}\u9fc9\u8504\u{235bb}\u40b4\u9fca\u44e1\u{2adff}\u62c1\u706e\u9fcb"],["8840","\u31c0",4,"\u{2010c}\u31c5\u{200d1}\u{200cd}\u31c6\u31c7\u{200cb}\u{21fe8}\u31c8\u{200ca}\u31c9\u31ca\u31cb\u31cc\u{2010e}\u31cd\u31ce\u0100\xc1\u01cd\xc0\u0112\xc9\u011a\xc8\u014c\xd3\u01d1\xd2\u0fff\xca\u0304\u1ebe\u0fff\xca\u030c\u1ec0\xca\u0101\xe1\u01ce\xe0\u0251\u0113\xe9\u011b\xe8\u012b\xed\u01d0\xec\u014d\xf3\u01d2\xf2\u016b\xfa\u01d4\xf9\u01d6\u01d8\u01da"],["88a1","\u01dc\xfc\u0fff\xea\u0304\u1ebf\u0fff\xea\u030c\u1ec1\xea\u0261\u23da\u23db"],["8940","\u{2a3a9}\u{21145}"],["8943","\u650a"],["8946","\u4e3d\u6edd\u9d4e\u91df"],["894c","\u{27735}\u6491\u4f1a\u4f28\u4fa8\u5156\u5174\u519c\u51e4\u52a1\u52a8\u533b\u534e\u53d1\u53d8\u56e2\u58f0\u5904\u5907\u5932\u5934\u5b66\u5b9e\u5b9f\u5c9a\u5e86\u603b\u6589\u67fe\u6804\u6865\u6d4e\u70bc\u7535\u7ea4\u7eac\u7eba\u7ec7\u7ecf\u7edf\u7f06\u7f37\u827a\u82cf\u836f\u89c6\u8bbe\u8be2\u8f66\u8f67\u8f6e"],["89a1","\u7411\u7cfc\u7dcd\u6946\u7ac9\u5227"],["89ab","\u918c\u78b8\u915e\u80bc"],["89b0","\u8d0b\u80f6\u{209e7}"],["89b5","\u809f\u9ec7\u4ccd\u9dc9\u9e0c\u4c3e\u{29df6}\u{2700e}\u9e0a\u{2a133}\u35c1"],["89c1","\u6e9a\u823e\u7519"],["89c5","\u4911\u9a6c\u9a8f\u9f99\u7987\u{2846c}\u{21dca}\u{205d0}\u{22ae6}\u4e24\u4e81\u4e80\u4e87\u4ebf\u4eeb\u4f37\u344c\u4fbd\u3e48\u5003\u5088\u347d\u3493\u34a5\u5186\u5905\u51db\u51fc\u5205\u4e89\u5279\u5290\u5327\u35c7\u53a9\u3551\u53b0\u3553\u53c2\u5423\u356d\u3572\u3681\u5493\u54a3\u54b4\u54b9\u54d0\u54ef\u5518\u5523\u5528\u3598\u553f\u35a5\u35bf\u55d7\u35c5"],["8a40","\u{27d84}\u5525"],["8a43","\u{20c42}\u{20d15}\u{2512b}\u5590\u{22cc6}\u39ec\u{20341}\u8e46\u{24db8}\u{294e5}\u4053\u{280be}\u777a\u{22c38}\u3a34\u47d5\u{2815d}\u{269f2}\u{24dea}\u64dd\u{20d7c}\u{20fb4}\u{20cd5}\u{210f4}\u648d\u8e7e\u{20e96}\u{20c0b}\u{20f64}\u{22ca9}\u{28256}\u{244d3}"],["8a64","\u{20d46}\u{29a4d}\u{280e9}\u47f4\u{24ea7}\u{22cc2}\u9ab2\u3a67\u{295f4}\u3fed\u3506\u{252c7}\u{297d4}\u{278c8}\u{22d44}\u9d6e\u9815"],["8a76","\u43d9\u{260a5}\u64b4\u54e3\u{22d4c}\u{22bca}\u{21077}\u39fb\u{2106f}"],["8aa1","\u{266da}\u{26716}\u{279a0}\u64ea\u{25052}\u{20c43}\u8e68\u{221a1}\u{28b4c}\u{20731}"],["8aac","\u480b\u{201a9}\u3ffa\u5873\u{22d8d}"],["8ab2","\u{245c8}\u{204fc}\u{26097}\u{20f4c}\u{20d96}\u5579\u40bb\u43ba"],["8abb","\u4ab4\u{22a66}\u{2109d}\u81aa\u98f5\u{20d9c}\u6379\u39fe\u{22775}\u8dc0\u56a1\u647c\u3e43"],["8ac9","\u{2a601}\u{20e09}\u{22acf}\u{22cc9}"],["8ace","\u{210c8}\u{239c2}\u3992\u3a06\u{2829b}\u3578\u{25e49}\u{220c7}\u5652\u{20f31}\u{22cb2}\u{29720}\u34bc\u6c3d\u{24e3b}"],["8adf","\u{27574}\u{22e8b}\u{22208}\u{2a65b}\u{28ccd}\u{20e7a}\u{20c34}\u{2681c}\u7f93\u{210cf}\u{22803}\u{22939}\u35fb\u{251e3}\u{20e8c}\u{20f8d}\u{20eaa}\u3f93\u{20f30}\u{20d47}\u{2114f}\u{20e4c}"],["8af6","\u{20eab}\u{20ba9}\u{20d48}\u{210c0}\u{2113d}\u3ff9\u{22696}\u6432\u{20fad}"],["8b40","\u{233f4}\u{27639}\u{22bce}\u{20d7e}\u{20d7f}\u{22c51}\u{22c55}\u3a18\u{20e98}\u{210c7}\u{20f2e}\u{2a632}\u{26b50}\u{28cd2}\u{28d99}\u{28cca}\u95aa\u54cc\u82c4\u55b9"],["8b55","\u{29ec3}\u9c26\u9ab6\u{2775e}\u{22dee}\u7140\u816d\u80ec\u5c1c\u{26572}\u8134\u3797\u535f\u{280bd}\u91b6\u{20efa}\u{20e0f}\u{20e77}\u{20efb}\u35dd\u{24deb}\u3609\u{20cd6}\u56af\u{227b5}\u{210c9}\u{20e10}\u{20e78}\u{21078}\u{21148}\u{28207}\u{21455}\u{20e79}\u{24e50}\u{22da4}\u5a54\u{2101d}\u{2101e}\u{210f5}\u{210f6}\u579c\u{20e11}"],["8ba1","\u{27694}\u{282cd}\u{20fb5}\u{20e7b}\u{2517e}\u3703\u{20fb6}\u{21180}\u{252d8}\u{2a2bd}\u{249da}\u{2183a}\u{24177}\u{2827c}\u5899\u5268\u361a\u{2573d}\u7bb2\u5b68\u4800\u4b2c\u9f27\u49e7\u9c1f\u9b8d\u{25b74}\u{2313d}\u55fb\u35f2\u5689\u4e28\u5902\u{21bc1}\u{2f878}\u9751\u{20086}\u4e5b\u4ebb\u353e\u5c23\u5f51\u5fc4\u38fa\u624c\u6535\u6b7a\u6c35\u6c3a\u706c\u722b\u4e2c\u72ad\u{248e9}\u7f52\u793b\u7cf9\u7f53\u{2626a}\u34c1"],["8bde","\u{2634b}\u8002\u8080\u{26612}\u{26951}\u535d\u8864\u89c1\u{278b2}\u8ba0\u8d1d\u9485\u9578\u957f\u95e8\u{28e0f}\u97e6\u9875\u98ce\u98de\u9963\u{29810}\u9c7c\u9e1f\u9ec4\u6b6f\uf907\u4e37\u{20087}\u961d\u6237\u94a2"],["8c40","\u503b\u6dfe\u{29c73}\u9fa6\u3dc9\u888f\u{2414e}\u7077\u5cf5\u4b20\u{251cd}\u3559\u{25d30}\u6122\u{28a32}\u8fa7\u91f6\u7191\u6719\u73ba\u{23281}\u{2a107}\u3c8b\u{21980}\u4b10\u78e4\u7402\u51ae\u{2870f}\u4009\u6a63\u{2a2ba}\u4223\u860f\u{20a6f}\u7a2a\u{29947}\u{28aea}\u9755\u704d\u5324\u{2207e}\u93f4\u76d9\u{289e3}\u9fa7\u77dd\u4ea3\u4ff0\u50bc\u4e2f\u4f17\u9fa8\u5434\u7d8b\u5892\u58d0\u{21db6}\u5e92\u5e99\u5fc2\u{22712}\u658b"],["8ca1","\u{233f9}\u6919\u6a43\u{23c63}\u6cff"],["8ca7","\u7200\u{24505}\u738c\u3edb\u{24a13}\u5b15\u74b9\u8b83\u{25ca4}\u{25695}\u7a93\u7bec\u7cc3\u7e6c\u82f8\u8597\u9fa9\u8890\u9faa\u8eb9\u9fab\u8fcf\u855f\u99e0\u9221\u9fac\u{28db9}\u{2143f}\u4071\u42a2\u5a1a"],["8cc9","\u9868\u676b\u4276\u573d"],["8cce","\u85d6\u{2497b}\u82bf\u{2710d}\u4c81\u{26d74}\u5d7b\u{26b15}\u{26fbe}\u9fad\u9fae\u5b96\u9faf\u66e7\u7e5b\u6e57\u79ca\u3d88\u44c3\u{23256}\u{22796}\u439a\u4536"],["8ce6","\u5cd5\u{23b1a}\u8af9\u5c78\u3d12\u{23551}\u5d78\u9fb2\u7157\u4558\u{240ec}\u{21e23}\u4c77\u3978\u344a\u{201a4}\u{26c41}\u8acc\u4fb4\u{20239}\u59bf\u816c\u9856\u{298fa}\u5f3b"],["8d40","\u{20b9f}"],["8d42","\u{221c1}\u{2896d}\u4102\u46bb\u{29079}\u3f07\u9fb3\u{2a1b5}\u40f8\u37d6\u46f7\u{26c46}\u417c\u{286b2}\u{273ff}\u456d\u38d4\u{2549a}\u4561\u451b\u4d89\u4c7b\u4d76\u45ea\u3fc8\u{24b0f}\u3661\u44de\u44bd\u41ed\u5d3e\u5d48\u5d56\u3dfc\u380f\u5da4\u5db9\u3820\u3838\u5e42\u5ebd\u5f25\u5f83\u3908\u3914\u393f\u394d\u60d7\u613d\u5ce5\u3989\u61b7\u61b9\u61cf\u39b8\u622c\u6290\u62e5\u6318\u39f8\u56b1"],["8da1","\u3a03\u63e2\u63fb\u6407\u645a\u3a4b\u64c0\u5d15\u5621\u9f9f\u3a97\u6586\u3abd\u65ff\u6653\u3af2\u6692\u3b22\u6716\u3b42\u67a4\u6800\u3b58\u684a\u6884\u3b72\u3b71\u3b7b\u6909\u6943\u725c\u6964\u699f\u6985\u3bbc\u69d6\u3bdd\u6a65\u6a74\u6a71\u6a82\u3bec\u6a99\u3bf2\u6aab\u6ab5\u6ad4\u6af6\u6b81\u6bc1\u6bea\u6c75\u6caa\u3ccb\u6d02\u6d06\u6d26\u6d81\u3cef\u6da4\u6db1\u6e15\u6e18\u6e29\u6e86\u{289c0}\u6ebb\u6ee2\u6eda\u9f7f\u6ee8\u6ee9\u6f24\u6f34\u3d46\u{23f41}\u6f81\u6fbe\u3d6a\u3d75\u71b7\u5c99\u3d8a\u702c\u3d91\u7050\u7054\u706f\u707f\u7089\u{20325}\u43c1\u35f1\u{20ed8}"],["8e40","\u{23ed7}\u57be\u{26ed3}\u713e\u{257e0}\u364e\u69a2\u{28be9}\u5b74\u7a49\u{258e1}\u{294d9}\u7a65\u7a7d\u{259ac}\u7abb\u7ab0\u7ac2\u7ac3\u71d1\u{2648d}\u41ca\u7ada\u7add\u7aea\u41ef\u54b2\u{25c01}\u7b0b\u7b55\u7b29\u{2530e}\u{25cfe}\u7ba2\u7b6f\u839c\u{25bb4}\u{26c7f}\u7bd0\u8421\u7b92\u7bb8\u{25d20}\u3dad\u{25c65}\u8492\u7bfa\u7c06\u7c35\u{25cc1}\u7c44\u7c83\u{24882}\u7ca6\u667d\u{24578}\u7cc9\u7cc7\u7ce6\u7c74\u7cf3\u7cf5\u7cce"],["8ea1","\u7e67\u451d\u{26e44}\u7d5d\u{26ed6}\u748d\u7d89\u7dab\u7135\u7db3\u7dd2\u{24057}\u{26029}\u7de4\u3d13\u7df5\u{217f9}\u7de5\u{2836d}\u7e1d\u{26121}\u{2615a}\u7e6e\u7e92\u432b\u946c\u7e27\u7f40\u7f41\u7f47\u7936\u{262d0}\u99e1\u7f97\u{26351}\u7fa3\u{21661}\u{20068}\u455c\u{23766}\u4503\u{2833a}\u7ffa\u{26489}\u8005\u8008\u801d\u8028\u802f\u{2a087}\u{26cc3}\u803b\u803c\u8061\u{22714}\u4989\u{26626}\u{23de3}\u{266e8}\u6725\u80a7\u{28a48}\u8107\u811a\u58b0\u{226f6}\u6c7f\u{26498}\u{24fb8}\u64e7\u{2148a}\u8218\u{2185e}\u6a53\u{24a65}\u{24a95}\u447a\u8229\u{20b0d}\u{26a52}\u{23d7e}\u4ff9\u{214fd}\u84e2\u8362\u{26b0a}\u{249a7}\u{23530}\u{21773}\u{23df8}\u82aa\u691b\u{2f994}\u41db"],["8f40","\u854b\u82d0\u831a\u{20e16}\u{217b4}\u36c1\u{2317d}\u{2355a}\u827b\u82e2\u8318\u{23e8b}\u{26da3}\u{26b05}\u{26b97}\u{235ce}\u3dbf\u831d\u55ec\u8385\u450b\u{26da5}\u83ac\u83c1\u83d3\u347e\u{26ed4}\u6a57\u855a\u3496\u{26e42}\u{22eef}\u8458\u{25be4}\u8471\u3dd3\u44e4\u6aa7\u844a\u{23cb5}\u7958\u84a8\u{26b96}\u{26e77}\u{26e43}\u84de\u840f\u8391\u44a0\u8493\u84e4\u{25c91}\u4240\u{25cc0}\u4543\u8534\u5af2\u{26e99}\u4527\u8573\u4516\u67bf\u8616"],["8fa1","\u{28625}\u{2863b}\u85c1\u{27088}\u8602\u{21582}\u{270cd}\u{2f9b2}\u456a\u8628\u3648\u{218a2}\u53f7\u{2739a}\u867e\u8771\u{2a0f8}\u87ee\u{22c27}\u87b1\u87da\u880f\u5661\u866c\u6856\u460f\u8845\u8846\u{275e0}\u{23db9}\u{275e4}\u885e\u889c\u465b\u88b4\u88b5\u63c1\u88c5\u7777\u{2770f}\u8987\u898a\u89a6\u89a9\u89a7\u89bc\u{28a25}\u89e7\u{27924}\u{27abd}\u8a9c\u7793\u91fe\u8a90\u{27a59}\u7ae9\u{27b3a}\u{23f8f}\u4713\u{27b38}\u717c\u8b0c\u8b1f\u{25430}\u{25565}\u8b3f\u8b4c\u8b4d\u8aa9\u{24a7a}\u8b90\u8b9b\u8aaf\u{216df}\u4615\u884f\u8c9b\u{27d54}\u{27d8f}\u{2f9d4}\u3725\u{27d53}\u8cd6\u{27d98}\u{27dbd}\u8d12\u8d03\u{21910}\u8cdb\u705c\u8d11\u{24cc9}\u3ed0\u8d77"],["9040","\u8da9\u{28002}\u{21014}\u{2498a}\u3b7c\u{281bc}\u{2710c}\u7ae7\u8ead\u8eb6\u8ec3\u92d4\u8f19\u8f2d\u{28365}\u{28412}\u8fa5\u9303\u{2a29f}\u{20a50}\u8fb3\u492a\u{289de}\u{2853d}\u{23dbb}\u5ef8\u{23262}\u8ff9\u{2a014}\u{286bc}\u{28501}\u{22325}\u3980\u{26ed7}\u9037\u{2853c}\u{27abe}\u9061\u{2856c}\u{2860b}\u90a8\u{28713}\u90c4\u{286e6}\u90ae\u90fd\u9167\u3af0\u91a9\u91c4\u7cac\u{28933}\u{21e89}\u920e\u6c9f\u9241\u9262\u{255b9}\u92b9\u{28ac6}\u{23c9b}\u{28b0c}\u{255db}"],["90a1","\u{20d31}\u932c\u936b\u{28ae1}\u{28beb}\u708f\u5ac3\u{28ae2}\u{28ae5}\u4965\u9244\u{28bec}\u{28c39}\u{28bff}\u9373\u945b\u8ebc\u9585\u95a6\u9426\u95a0\u6ff6\u42b9\u{2267a}\u{286d8}\u{2127c}\u{23e2e}\u49df\u6c1c\u967b\u9696\u416c\u96a3\u{26ed5}\u61da\u96b6\u78f5\u{28ae0}\u96bd\u53cc\u49a1\u{26cb8}\u{20274}\u{26410}\u{290af}\u{290e5}\u{24ad1}\u{21915}\u{2330a}\u9731\u8642\u9736\u4a0f\u453d\u4585\u{24ae9}\u7075\u5b41\u971b\u975c\u{291d5}\u9757\u5b4a\u{291eb}\u975f\u9425\u50d0\u{230b7}\u{230bc}\u9789\u979f\u97b1\u97be\u97c0\u97d2\u97e0\u{2546c}\u97ee\u741c\u{29433}\u97ff\u97f5\u{2941d}\u{2797a}\u4ad1\u9834\u9833\u984b\u9866\u3b0e\u{27175}\u3d51\u{20630}\u{2415c}"],["9140","\u{25706}\u98ca\u98b7\u98c8\u98c7\u4aff\u{26d27}\u{216d3}\u55b0\u98e1\u98e6\u98ec\u9378\u9939\u{24a29}\u4b72\u{29857}\u{29905}\u99f5\u9a0c\u9a3b\u9a10\u9a58\u{25725}\u36c4\u{290b1}\u{29bd5}\u9ae0\u9ae2\u{29b05}\u9af4\u4c0e\u9b14\u9b2d\u{28600}\u5034\u9b34\u{269a8}\u38c3\u{2307d}\u9b50\u9b40\u{29d3e}\u5a45\u{21863}\u9b8e\u{2424b}\u9c02\u9bff\u9c0c\u{29e68}\u9dd4\u{29fb7}\u{2a192}\u{2a1ab}\u{2a0e1}\u{2a123}\u{2a1df}\u9d7e\u9d83\u{2a134}\u9e0e\u6888"],["91a1","\u9dc4\u{2215b}\u{2a193}\u{2a220}\u{2193b}\u{2a233}\u9d39\u{2a0b9}\u{2a2b4}\u9e90\u9e95\u9e9e\u9ea2\u4d34\u9eaa\u9eaf\u{24364}\u9ec1\u3b60\u39e5\u3d1d\u4f32\u37be\u{28c2b}\u9f02\u9f08\u4b96\u9424\u{26da2}\u9f17\u9f16\u9f39\u569f\u568a\u9f45\u99b8\u{2908b}\u97f2\u847f\u9f62\u9f69\u7adc\u9f8e\u7216\u4bbe\u{24975}\u{249bb}\u7177\u{249f8}\u{24348}\u{24a51}\u739e\u{28bda}\u{218fa}\u799f\u{2897e}\u{28e36}\u9369\u93f3\u{28a44}\u92ec\u9381\u93cb\u{2896c}\u{244b9}\u7217\u3eeb\u7772\u7a43\u70d0\u{24473}\u{243f8}\u717e\u{217ef}\u70a3\u{218be}\u{23599}\u3ec7\u{21885}\u{2542f}\u{217f8}\u3722\u{216fb}\u{21839}\u36e1\u{21774}\u{218d1}\u{25f4b}\u3723\u{216c0}\u575b\u{24a25}\u{213fe}\u{212a8}"],["9240","\u{213c6}\u{214b6}\u8503\u{236a6}\u8503\u8455\u{24994}\u{27165}\u{23e31}\u{2555c}\u{23efb}\u{27052}\u44f4\u{236ee}\u{2999d}\u{26f26}\u67f9\u3733\u3c15\u3de7\u586c\u{21922}\u6810\u4057\u{2373f}\u{240e1}\u{2408b}\u{2410f}\u{26c21}\u54cb\u569e\u{266b1}\u5692\u{20fdf}\u{20ba8}\u{20e0d}\u93c6\u{28b13}\u939c\u4ef8\u512b\u3819\u{24436}\u4ebc\u{20465}\u{2037f}\u4f4b\u4f8a\u{25651}\u5a68\u{201ab}\u{203cb}\u3999\u{2030a}\u{20414}\u3435\u4f29\u{202c0}\u{28eb3}\u{20275}\u8ada\u{2020c}\u4e98"],["92a1","\u50cd\u510d\u4fa2\u4f03\u{24a0e}\u{23e8a}\u4f42\u502e\u506c\u5081\u4fcc\u4fe5\u5058\u50fc\u5159\u515b\u515d\u515e\u6e76\u{23595}\u{23e39}\u{23ebf}\u6d72\u{21884}\u{23e89}\u51a8\u51c3\u{205e0}\u44dd\u{204a3}\u{20492}\u{20491}\u8d7a\u{28a9c}\u{2070e}\u5259\u52a4\u{20873}\u52e1\u936e\u467a\u718c\u{2438c}\u{20c20}\u{249ac}\u{210e4}\u69d1\u{20e1d}\u7479\u3ede\u7499\u7414\u7456\u7398\u4b8e\u{24abc}\u{2408d}\u53d0\u3584\u720f\u{240c9}\u55b4\u{20345}\u54cd\u{20bc6}\u571d\u925d\u96f4\u9366\u57dd\u578d\u577f\u363e\u58cb\u5a99\u{28a46}\u{216fa}\u{2176f}\u{21710}\u5a2c\u59b8\u928f\u5a7e\u5acf\u5a12\u{25946}\u{219f3}\u{21861}\u{24295}\u36f5\u6d05\u7443\u5a21\u{25e83}"],["9340","\u5a81\u{28bd7}\u{20413}\u93e0\u748c\u{21303}\u7105\u4972\u9408\u{289fb}\u93bd\u37a0\u5c1e\u5c9e\u5e5e\u5e48\u{21996}\u{2197c}\u{23aee}\u5ecd\u5b4f\u{21903}\u{21904}\u3701\u{218a0}\u36dd\u{216fe}\u36d3\u812a\u{28a47}\u{21dba}\u{23472}\u{289a8}\u5f0c\u5f0e\u{21927}\u{217ab}\u5a6b\u{2173b}\u5b44\u8614\u{275fd}\u8860\u607e\u{22860}\u{2262b}\u5fdb\u3eb8\u{225af}\u{225be}\u{29088}\u{26f73}\u61c0\u{2003e}\u{20046}\u{2261b}\u6199\u6198\u6075\u{22c9b}\u{22d07}\u{246d4}\u{2914d}"],["93a1","\u6471\u{24665}\u{22b6a}\u3a29\u{22b22}\u{23450}\u{298ea}\u{22e78}\u6337\u{2a45b}\u64b6\u6331\u63d1\u{249e3}\u{22d67}\u62a4\u{22ca1}\u643b\u656b\u6972\u3bf4\u{2308e}\u{232ad}\u{24989}\u{232ab}\u550d\u{232e0}\u{218d9}\u{2943f}\u66ce\u{23289}\u{231b3}\u3ae0\u4190\u{25584}\u{28b22}\u{2558f}\u{216fc}\u{2555b}\u{25425}\u78ee\u{23103}\u{2182a}\u{23234}\u3464\u{2320f}\u{23182}\u{242c9}\u668e\u{26d24}\u666b\u4b93\u6630\u{27870}\u{21deb}\u6663\u{232d2}\u{232e1}\u661e\u{25872}\u38d1\u{2383a}\u{237bc}\u3b99\u{237a2}\u{233fe}\u74d0\u3b96\u678f\u{2462a}\u68b6\u681e\u3bc4\u6abe\u3863\u{237d5}\u{24487}\u6a33\u6a52\u6ac9\u6b05\u{21912}\u6511\u6898\u6a4c\u3bd7\u6a7a\u6b57\u{23fc0}\u{23c9a}\u93a0\u92f2\u{28bea}\u{28acb}"],["9440","\u9289\u{2801e}\u{289dc}\u9467\u6da5\u6f0b\u{249ec}\u6d67\u{23f7f}\u3d8f\u6e04\u{2403c}\u5a3d\u6e0a\u5847\u6d24\u7842\u713b\u{2431a}\u{24276}\u70f1\u7250\u7287\u7294\u{2478f}\u{24725}\u5179\u{24aa4}\u{205eb}\u747a\u{23ef8}\u{2365f}\u{24a4a}\u{24917}\u{25fe1}\u3f06\u3eb1\u{24adf}\u{28c23}\u{23f35}\u60a7\u3ef3\u74cc\u743c\u9387\u7437\u449f\u{26dea}\u4551\u7583\u3f63\u{24cd9}\u{24d06}\u3f58\u7555\u7673\u{2a5c6}\u3b19\u7468\u{28acc}\u{249ab}\u{2498e}\u3afb"],["94a1","\u3dcd\u{24a4e}\u3eff\u{249c5}\u{248f3}\u91fa\u5732\u9342\u{28ae3}\u{21864}\u50df\u{25221}\u{251e7}\u7778\u{23232}\u770e\u770f\u777b\u{24697}\u{23781}\u3a5e\u{248f0}\u7438\u749b\u3ebf\u{24aba}\u{24ac7}\u40c8\u{24a96}\u{261ae}\u9307\u{25581}\u781e\u788d\u7888\u78d2\u73d0\u7959\u{27741}\u{256e3}\u410e\u799b\u8496\u79a5\u6a2d\u{23efa}\u7a3a\u79f4\u416e\u{216e6}\u4132\u9235\u79f1\u{20d4c}\u{2498c}\u{20299}\u{23dba}\u{2176e}\u3597\u556b\u3570\u36aa\u{201d4}\u{20c0d}\u7ae2\u5a59\u{226f5}\u{25aaf}\u{25a9c}\u5a0d\u{2025b}\u78f0\u5a2a\u{25bc6}\u7afe\u41f9\u7c5d\u7c6d\u4211\u{25bb3}\u{25ebc}\u{25ea6}\u7ccd\u{249f9}\u{217b0}\u7c8e\u7c7c\u7cae\u6ab2\u7ddc\u7e07\u7dd3\u7f4e\u{26261}"],["9540","\u{2615c}\u{27b48}\u7d97\u{25e82}\u426a\u{26b75}\u{20916}\u67d6\u{2004e}\u{235cf}\u57c4\u{26412}\u{263f8}\u{24962}\u7fdd\u7b27\u{2082c}\u{25ae9}\u{25d43}\u7b0c\u{25e0e}\u99e6\u8645\u9a63\u6a1c\u{2343f}\u39e2\u{249f7}\u{265ad}\u9a1f\u{265a0}\u8480\u{27127}\u{26cd1}\u44ea\u8137\u4402\u80c6\u8109\u8142\u{267b4}\u98c3\u{26a42}\u8262\u8265\u{26a51}\u8453\u{26da7}\u8610\u{2721b}\u5a86\u417f\u{21840}\u5b2b\u{218a1}\u5ae4\u{218d8}\u86a0\u{2f9bc}\u{23d8f}\u882d\u{27422}\u5a02"],["95a1","\u886e\u4f45\u8887\u88bf\u88e6\u8965\u894d\u{25683}\u8954\u{27785}\u{27784}\u{28bf5}\u{28bd9}\u{28b9c}\u{289f9}\u3ead\u84a3\u46f5\u46cf\u37f2\u8a3d\u8a1c\u{29448}\u5f4d\u922b\u{24284}\u65d4\u7129\u70c4\u{21845}\u9d6d\u8c9f\u8ce9\u{27ddc}\u599a\u77c3\u59f0\u436e\u36d4\u8e2a\u8ea7\u{24c09}\u8f30\u8f4a\u42f4\u6c58\u6fbb\u{22321}\u489b\u6f79\u6e8b\u{217da}\u9be9\u36b5\u{2492f}\u90bb\u9097\u5571\u4906\u91bb\u9404\u{28a4b}\u4062\u{28afc}\u9427\u{28c1d}\u{28c3b}\u84e5\u8a2b\u9599\u95a7\u9597\u9596\u{28d34}\u7445\u3ec2\u{248ff}\u{24a42}\u{243ea}\u3ee7\u{23225}\u968f\u{28ee7}\u{28e66}\u{28e65}\u3ecc\u{249ed}\u{24a78}\u{23fee}\u7412\u746b\u3efc\u9741\u{290b0}"],["9640","\u6847\u4a1d\u{29093}\u{257df}\u975d\u9368\u{28989}\u{28c26}\u{28b2f}\u{263be}\u92ba\u5b11\u8b69\u493c\u73f9\u{2421b}\u979b\u9771\u9938\u{20f26}\u5dc1\u{28bc5}\u{24ab2}\u981f\u{294da}\u92f6\u{295d7}\u91e5\u44c0\u{28b50}\u{24a67}\u{28b64}\u98dc\u{28a45}\u3f00\u922a\u4925\u8414\u993b\u994d\u{27b06}\u3dfd\u999b\u4b6f\u99aa\u9a5c\u{28b65}\u{258c8}\u6a8f\u9a21\u5afe\u9a2f\u{298f1}\u4b90\u{29948}\u99bc\u4bbd\u4b97\u937d\u5872\u{21302}\u5822\u{249b8}"],["96a1","\u{214e8}\u7844\u{2271f}\u{23db8}\u68c5\u3d7d\u9458\u3927\u6150\u{22781}\u{2296b}\u6107\u9c4f\u9c53\u9c7b\u9c35\u9c10\u9b7f\u9bcf\u{29e2d}\u9b9f\u{2a1f5}\u{2a0fe}\u9d21\u4cae\u{24104}\u9e18\u4cb0\u9d0c\u{2a1b4}\u{2a0ed}\u{2a0f3}\u{2992f}\u9da5\u84bd\u{26e12}\u{26fdf}\u{26b82}\u85fc\u4533\u{26da4}\u{26e84}\u{26df0}\u8420\u85ee\u{26e00}\u{237d7}\u{26064}\u79e2\u{2359c}\u{23640}\u492d\u{249de}\u3d62\u93db\u92be\u9348\u{202bf}\u78b9\u9277\u944d\u4fe4\u3440\u9064\u{2555d}\u783d\u7854\u78b6\u784b\u{21757}\u{231c9}\u{24941}\u369a\u4f72\u6fda\u6fd9\u701e\u701e\u5414\u{241b5}\u57bb\u58f3\u578a\u9d16\u57d7\u7134\u34af\u{241ac}\u71eb\u{26c40}\u{24f97}\u5b28\u{217b5}\u{28a49}"],["9740","\u610c\u5ace\u5a0b\u42bc\u{24488}\u372c\u4b7b\u{289fc}\u93bb\u93b8\u{218d6}\u{20f1d}\u8472\u{26cc0}\u{21413}\u{242fa}\u{22c26}\u{243c1}\u5994\u{23db7}\u{26741}\u7da8\u{2615b}\u{260a4}\u{249b9}\u{2498b}\u{289fa}\u92e5\u73e2\u3ee9\u74b4\u{28b63}\u{2189f}\u3ee1\u{24ab3}\u6ad8\u73f3\u73fb\u3ed6\u{24a3e}\u{24a94}\u{217d9}\u{24a66}\u{203a7}\u{21424}\u{249e5}\u7448\u{24916}\u70a5\u{24976}\u9284\u73e6\u935f\u{204fe}\u9331\u{28ace}\u{28a16}\u9386\u{28be7}\u{255d5}\u4935\u{28a82}\u716b"],["97a1","\u{24943}\u{20cff}\u56a4\u{2061a}\u{20beb}\u{20cb8}\u5502\u79c4\u{217fa}\u7dfe\u{216c2}\u{24a50}\u{21852}\u452e\u9401\u370a\u{28ac0}\u{249ad}\u59b0\u{218bf}\u{21883}\u{27484}\u5aa1\u36e2\u{23d5b}\u36b0\u925f\u5a79\u{28a81}\u{21862}\u9374\u3ccd\u{20ab4}\u4a96\u398a\u50f4\u3d69\u3d4c\u{2139c}\u7175\u42fb\u{28218}\u6e0f\u{290e4}\u44eb\u6d57\u{27e4f}\u7067\u6caf\u3cd6\u{23fed}\u{23e2d}\u6e02\u6f0c\u3d6f\u{203f5}\u7551\u36bc\u34c8\u4680\u3eda\u4871\u59c4\u926e\u493e\u8f41\u{28c1c}\u{26bc0}\u5812\u57c8\u36d6\u{21452}\u70fe\u{24362}\u{24a71}\u{22fe3}\u{212b0}\u{223bd}\u68b9\u6967\u{21398}\u{234e5}\u{27bf4}\u{236df}\u{28a83}\u{237d6}\u{233fa}\u{24c9f}\u6a1a\u{236ad}\u{26cb7}\u843e\u44df\u44ce"],["9840","\u{26d26}\u{26d51}\u{26c82}\u{26fde}\u6f17\u{27109}\u833d\u{2173a}\u83ed\u{26c80}\u{27053}\u{217db}\u5989\u5a82\u{217b3}\u5a61\u5a71\u{21905}\u{241fc}\u372d\u59ef\u{2173c}\u36c7\u718e\u9390\u669a\u{242a5}\u5a6e\u5a2b\u{24293}\u6a2b\u{23ef9}\u{27736}\u{2445b}\u{242ca}\u711d\u{24259}\u{289e1}\u4fb0\u{26d28}\u5cc2\u{244ce}\u{27e4d}\u{243bd}\u6a0c\u{24256}\u{21304}\u70a6\u7133\u{243e9}\u3da5\u6cdf\u{2f825}\u{24a4f}\u7e65\u59eb\u5d2f\u3df3\u5f5c\u{24a5d}\u{217df}\u7da4\u8426"],["98a1","\u5485\u{23afa}\u{23300}\u{20214}\u577e\u{208d5}\u{20619}\u3fe5\u{21f9e}\u{2a2b6}\u7003\u{2915b}\u5d70\u738f\u7cd3\u{28a59}\u{29420}\u4fc8\u7fe7\u72cd\u7310\u{27af4}\u7338\u7339\u{256f6}\u7341\u7348\u3ea9\u{27b18}\u906c\u71f5\u{248f2}\u73e1\u81f6\u3eca\u770c\u3ed1\u6ca2\u56fd\u7419\u741e\u741f\u3ee2\u3ef0\u3ef4\u3efa\u74d3\u3f0e\u3f53\u7542\u756d\u7572\u758d\u3f7c\u75c8\u75dc\u3fc0\u764d\u3fd7\u7674\u3fdc\u767a\u{24f5c}\u7188\u5623\u8980\u5869\u401d\u7743\u4039\u6761\u4045\u35db\u7798\u406a\u406f\u5c5e\u77be\u77cb\u58f2\u7818\u70b9\u781c\u40a8\u7839\u7847\u7851\u7866\u8448\u{25535}\u7933\u6803\u7932\u4103"],["9940","\u4109\u7991\u7999\u8fbb\u7a06\u8fbc\u4167\u7a91\u41b2\u7abc\u8279\u41c4\u7acf\u7adb\u41cf\u4e21\u7b62\u7b6c\u7b7b\u7c12\u7c1b\u4260\u427a\u7c7b\u7c9c\u428c\u7cb8\u4294\u7ced\u8f93\u70c0\u{20ccf}\u7dcf\u7dd4\u7dd0\u7dfd\u7fae\u7fb4\u729f\u4397\u8020\u8025\u7b39\u802e\u8031\u8054\u3dcc\u57b4\u70a0\u80b7\u80e9\u43ed\u810c\u732a\u810e\u8112\u7560\u8114\u4401\u3b39\u8156\u8159\u815a"],["99a1","\u4413\u583a\u817c\u8184\u4425\u8193\u442d\u81a5\u57ef\u81c1\u81e4\u8254\u448f\u82a6\u8276\u82ca\u82d8\u82ff\u44b0\u8357\u9669\u698a\u8405\u70f5\u8464\u60e3\u8488\u4504\u84be\u84e1\u84f8\u8510\u8538\u8552\u453b\u856f\u8570\u85e0\u4577\u8672\u8692\u86b2\u86ef\u9645\u878b\u4606\u4617\u88ae\u88ff\u8924\u8947\u8991\u{27967}\u8a29\u8a38\u8a94\u8ab4\u8c51\u8cd4\u8cf2\u8d1c\u4798\u585f\u8dc3\u47ed\u4eee\u8e3a\u55d8\u5754\u8e71\u55f5\u8eb0\u4837\u8ece\u8ee2\u8ee4\u8eed\u8ef2\u8fb7\u8fc1\u8fca\u8fcc\u9033\u99c4\u48ad\u98e0\u9213\u491e\u9228\u9258\u926b\u92b1\u92ae\u92bf"],["9a40","\u92e3\u92eb\u92f3\u92f4\u92fd\u9343\u9384\u93ad\u4945\u4951\u9ebf\u9417\u5301\u941d\u942d\u943e\u496a\u9454\u9479\u952d\u95a2\u49a7\u95f4\u9633\u49e5\u67a0\u4a24\u9740\u4a35\u97b2\u97c2\u5654\u4ae4\u60e8\u98b9\u4b19\u98f1\u5844\u990e\u9919\u51b4\u991c\u9937\u9942\u995d\u9962\u4b70\u99c5\u4b9d\u9a3c\u9b0f\u7a83\u9b69\u9b81\u9bdd\u9bf1\u9bf4\u4c6d\u9c20\u376f\u{21bc2}\u9d49\u9c3a"],["9aa1","\u9efe\u5650\u9d93\u9dbd\u9dc0\u9dfc\u94f6\u8fb6\u9e7b\u9eac\u9eb1\u9ebd\u9ec6\u94dc\u9ee2\u9ef1\u9ef8\u7ac8\u9f44\u{20094}\u{202b7}\u{203a0}\u691a\u94c3\u59ac\u{204d7}\u5840\u94c1\u37b9\u{205d5}\u{20615}\u{20676}\u{216ba}\u5757\u7173\u{20ac2}\u{20acd}\u{20bbf}\u546a\u{2f83b}\u{20bcb}\u549e\u{20bfb}\u{20c3b}\u{20c53}\u{20c65}\u{20c7c}\u60e7\u{20c8d}\u567a\u{20cb5}\u{20cdd}\u{20ced}\u{20d6f}\u{20db2}\u{20dc8}\u6955\u9c2f\u87a5\u{20e04}\u{20e0e}\u{20ed7}\u{20f90}\u{20f2d}\u{20e73}\u5c20\u{20fbc}\u5e0b\u{2105c}\u{2104f}\u{21076}\u671e\u{2107b}\u{21088}\u{21096}\u3647\u{210bf}\u{210d3}\u{2112f}\u{2113b}\u5364\u84ad\u{212e3}\u{21375}\u{21336}\u8b81\u{21577}\u{21619}\u{217c3}\u{217c7}\u4e78\u70bb\u{2182d}\u{2196a}"],["9b40","\u{21a2d}\u{21a45}\u{21c2a}\u{21c70}\u{21cac}\u{21ec8}\u62c3\u{21ed5}\u{21f15}\u7198\u6855\u{22045}\u69e9\u36c8\u{2227c}\u{223d7}\u{223fa}\u{2272a}\u{22871}\u{2294f}\u82fd\u{22967}\u{22993}\u{22ad5}\u89a5\u{22ae8}\u8fa0\u{22b0e}\u97b8\u{22b3f}\u9847\u9abd\u{22c4c}"],["9b62","\u{22c88}\u{22cb7}\u{25be8}\u{22d08}\u{22d12}\u{22db7}\u{22d95}\u{22e42}\u{22f74}\u{22fcc}\u{23033}\u{23066}\u{2331f}\u{233de}\u5fb1\u6648\u66bf\u{27a79}\u{23567}\u{235f3}\u7201\u{249ba}\u77d7\u{2361a}\u{23716}\u7e87\u{20346}\u58b5\u670e"],["9ba1","\u6918\u{23aa7}\u{27657}\u{25fe2}\u{23e11}\u{23eb9}\u{275fe}\u{2209a}\u48d0\u4ab8\u{24119}\u{28a9a}\u{242ee}\u{2430d}\u{2403b}\u{24334}\u{24396}\u{24a45}\u{205ca}\u51d2\u{20611}\u599f\u{21ea8}\u3bbe\u{23cff}\u{24404}\u{244d6}\u5788\u{24674}\u399b\u{2472f}\u{285e8}\u{299c9}\u3762\u{221c3}\u8b5e\u{28b4e}\u99d6\u{24812}\u{248fb}\u{24a15}\u7209\u{24ac0}\u{20c78}\u5965\u{24ea5}\u{24f86}\u{20779}\u8eda\u{2502c}\u528f\u573f\u7171\u{25299}\u{25419}\u{23f4a}\u{24aa7}\u55bc\u{25446}\u{2546e}\u{26b52}\u91d4\u3473\u{2553f}\u{27632}\u{2555e}\u4718\u{25562}\u{25566}\u{257c7}\u{2493f}\u{2585d}\u5066\u34fb\u{233cc}\u60de\u{25903}\u477c\u{28948}\u{25aae}\u{25b89}\u{25c06}\u{21d90}\u57a1\u7151\u6fb6\u{26102}\u{27c12}\u9056\u{261b2}\u{24f9a}\u8b62\u{26402}\u{2644a}"],["9c40","\u5d5b\u{26bf7}\u8f36\u{26484}\u{2191c}\u8aea\u{249f6}\u{26488}\u{23fef}\u{26512}\u4bc0\u{265bf}\u{266b5}\u{2271b}\u9465\u{257e1}\u6195\u5a27\u{2f8cd}\u4fbb\u56b9\u{24521}\u{266fc}\u4e6a\u{24934}\u9656\u6d8f\u{26cbd}\u3618\u8977\u{26799}\u{2686e}\u{26411}\u{2685e}\u71df\u{268c7}\u7b42\u{290c0}\u{20a11}\u{26926}\u9104\u{26939}\u7a45\u9df0\u{269fa}\u9a26\u{26a2d}\u365f\u{26469}\u{20021}\u7983\u{26a34}\u{26b5b}\u5d2c\u{23519}\u83cf\u{26b9d}\u46d0\u{26ca4}\u753b\u8865\u{26dae}\u58b6"],["9ca1","\u371c\u{2258d}\u{2704b}\u{271cd}\u3c54\u{27280}\u{27285}\u9281\u{2217a}\u{2728b}\u9330\u{272e6}\u{249d0}\u6c39\u949f\u{27450}\u{20ef8}\u8827\u88f5\u{22926}\u{28473}\u{217b1}\u6eb8\u{24a2a}\u{21820}\u39a4\u36b9\u5c10\u79e3\u453f\u66b6\u{29cad}\u{298a4}\u8943\u{277cc}\u{27858}\u56d6\u40df\u{2160a}\u39a1\u{2372f}\u{280e8}\u{213c5}\u71ad\u8366\u{279dd}\u{291a8}\u5a67\u4cb7\u{270af}\u{289ab}\u{279fd}\u{27a0a}\u{27b0b}\u{27d66}\u{2417a}\u7b43\u797e\u{28009}\u6fb5\u{2a2df}\u6a03\u{28318}\u53a2\u{26e07}\u93bf\u6836\u975d\u{2816f}\u{28023}\u{269b5}\u{213ed}\u{2322f}\u{28048}\u5d85\u{28c30}\u{28083}\u5715\u9823\u{28949}\u5dab\u{24988}\u65be\u69d5\u53d2\u{24aa5}\u{23f81}\u3c11\u6736\u{28090}\u{280f4}\u{2812e}\u{21fa1}\u{2814f}"],["9d40","\u{28189}\u{281af}\u{2821a}\u{28306}\u{2832f}\u{2838a}\u35ca\u{28468}\u{286aa}\u48fa\u63e6\u{28956}\u7808\u9255\u{289b8}\u43f2\u{289e7}\u43df\u{289e8}\u{28b46}\u{28bd4}\u59f8\u{28c09}\u8f0b\u{28fc5}\u{290ec}\u7b51\u{29110}\u{2913c}\u3df7\u{2915e}\u{24aca}\u8fd0\u728f\u568b\u{294e7}\u{295e9}\u{295b0}\u{295b8}\u{29732}\u{298d1}\u{29949}\u{2996a}\u{299c3}\u{29a28}\u{29b0e}\u{29d5a}\u{29d9b}\u7e9f\u{29ef8}\u{29f23}\u4ca4\u9547\u{2a293}\u71a2\u{2a2ff}\u4d91\u9012\u{2a5cb}\u4d9c\u{20c9c}\u8fbe\u55c1"],["9da1","\u8fba\u{224b0}\u8fb9\u{24a93}\u4509\u7e7f\u6f56\u6ab1\u4eea\u34e4\u{28b2c}\u{2789d}\u373a\u8e80\u{217f5}\u{28024}\u{28b6c}\u{28b99}\u{27a3e}\u{266af}\u3deb\u{27655}\u{23cb7}\u{25635}\u{25956}\u4e9a\u{25e81}\u{26258}\u56bf\u{20e6d}\u8e0e\u5b6d\u{23e88}\u{24c9e}\u63de\u62d0\u{217f6}\u{2187b}\u6530\u562d\u{25c4a}\u541a\u{25311}\u3dc6\u{29d98}\u4c7d\u5622\u561e\u7f49\u{25ed8}\u5975\u{23d40}\u8770\u4e1c\u{20fea}\u{20d49}\u{236ba}\u8117\u9d5e\u8d18\u763b\u9c45\u764e\u77b9\u9345\u5432\u8148\u82f7\u5625\u8132\u8418\u80bd\u55ea\u7962\u5643\u5416\u{20e9d}\u35ce\u5605\u55f1\u66f1\u{282e2}\u362d\u7534\u55f0\u55ba\u5497\u5572\u{20c41}\u{20c96}\u5ed0\u{25148}\u{20e76}\u{22c62}"],["9e40","\u{20ea2}\u9eab\u7d5a\u55de\u{21075}\u629d\u976d\u5494\u8ccd\u71f6\u9176\u63fc\u63b9\u63fe\u5569\u{22b43}\u9c72\u{22eb3}\u519a\u34df\u{20da7}\u51a7\u544d\u551e\u5513\u7666\u8e2d\u{2688a}\u75b1\u80b6\u8804\u8786\u88c7\u81b6\u841c\u{210c1}\u44ec\u7304\u{24706}\u5b90\u830b\u{26893}\u567b\u{226f4}\u{27d2f}\u{241a3}\u{27d73}\u{26ed0}\u{272b6}\u9170\u{211d9}\u9208\u{23cfc}\u{2a6a9}\u{20eac}\u{20ef9}\u7266\u{21ca2}\u474e\u{24fc2}\u{27ff9}\u{20feb}\u40fa"],["9ea1","\u9c5d\u651f\u{22da0}\u48f3\u{247e0}\u{29d7c}\u{20fec}\u{20e0a}\u6062\u{275a3}\u{20fed}"],["9ead","\u{26048}\u{21187}\u71a3\u7e8e\u9d50\u4e1a\u4e04\u3577\u5b0d\u6cb2\u5367\u36ac\u39dc\u537d\u36a5\u{24618}\u589a\u{24b6e}\u822d\u544b\u57aa\u{25a95}\u{20979}"],["9ec5","\u3a52\u{22465}\u7374\u{29eac}\u4d09\u9bed\u{23cfe}\u{29f30}\u4c5b\u{24fa9}\u{2959e}\u{29fde}\u845c\u{23db6}\u{272b2}\u{267b3}\u{23720}\u632e\u7d25\u{23ef7}\u{23e2c}\u3a2a\u9008\u52cc\u3e74\u367a\u45e9\u{2048e}\u7640\u5af0\u{20eb6}\u787a\u{27f2e}\u58a7\u40bf\u567c\u9b8b\u5d74\u7654\u{2a434}\u9e85\u4ce1\u75f9\u37fb\u6119\u{230da}\u{243f2}"],["9ef5","\u565d\u{212a9}\u57a7\u{24963}\u{29e06}\u5234\u{270ae}\u35ad\u6c4a\u9d7c"],["9f40","\u7c56\u9b39\u57de\u{2176c}\u5c53\u64d3\u{294d0}\u{26335}\u{27164}\u86ad\u{20d28}\u{26d22}\u{24ae2}\u{20d71}"],["9f4f","\u51fe\u{21f0f}\u5d8e\u9703\u{21dd1}\u9e81\u904c\u7b1f\u9b02\u5cd1\u7ba3\u6268\u6335\u9aff\u7bcf\u9b2a\u7c7e\u9b2e\u7c42\u7c86\u9c15\u7bfc\u9b09\u9f17\u9c1b\u{2493e}\u9f5a\u5573\u5bc3\u4ffd\u9e98\u4ff2\u5260\u3e06\u52d1\u5767\u5056\u59b7\u5e12\u97c8\u9dab\u8f5c\u5469\u97b4\u9940\u97ba\u532c\u6130"],["9fa1","\u692c\u53da\u9c0a\u9d02\u4c3b\u9641\u6980\u50a6\u7546\u{2176d}\u99da\u5273"],["9fae","\u9159\u9681\u915c"],["9fb2","\u9151\u{28e97}\u637f\u{26d23}\u6aca\u5611\u918e\u757a\u6285\u{203fc}\u734f\u7c70\u{25c21}\u{23cfd}"],["9fc1","\u{24919}\u76d6\u9b9d\u4e2a\u{20cd4}\u83be\u8842"],["9fc9","\u5c4a\u69c0\u50ed\u577a\u521f\u5df5\u4ece\u6c31\u{201f2}\u4f39\u549c\u54da\u529a\u8d82\u35fe\u5f0c\u35f3"],["9fdb","\u6b52\u917c\u9fa5\u9b97\u982e\u98b4\u9aba\u9ea8\u9e84\u717a\u7b14"],["9fe7","\u6bfa\u8818\u7f78"],["9feb","\u5620\u{2a64a}\u8e77\u9f53"],["9ff0","\u8dd4\u8e4f\u9e1c\u8e01\u6282\u{2837d}\u8e28\u8e75\u7ad3\u{24a77}\u7a3e\u78d8\u6cea\u8a67\u7607"],["a040","\u{28a5a}\u9f26\u6cce\u87d6\u75c3\u{2a2b2}\u7853\u{2f840}\u8d0c\u72e2\u7371\u8b2d\u7302\u74f1\u8ceb\u{24abb}\u862f\u5fba\u88a0\u44b7"],["a055","\u{2183b}\u{26e05}"],["a058","\u8a7e\u{2251b}"],["a05b","\u60fd\u7667\u9ad7\u9d44\u936e\u9b8f\u87f5"],["a063","\u880f\u8cf7\u732c\u9721\u9bb0\u35d6\u72b2\u4c07\u7c51\u994a\u{26159}\u6159\u4c04\u9e96\u617d"],["a073","\u575f\u616f\u62a6\u6239\u62ce\u3a5c\u61e2\u53aa\u{233f5}\u6364\u6802\u35d2"],["a0a1","\u5d57\u{28bc2}\u8fda\u{28e39}"],["a0a6","\u50d9\u{21d46}\u7906\u5332\u9638\u{20f3b}\u4065"],["a0ae","\u77fe"],["a0b0","\u7cc2\u{25f1a}\u7cda\u7a2d\u8066\u8063\u7d4d\u7505\u74f2\u8994\u821a\u670c\u8062\u{27486}\u805b\u74f0\u8103\u7724\u8989\u{267cc}\u7553\u{26ed1}\u87a9\u87ce\u81c8\u878c\u8a49\u8cad\u8b43\u772b\u74f8\u84da\u3635\u69b2\u8da6"],["a0d4","\u89a9\u7468\u6db9\u87c1\u{24011}\u74e7\u3ddb\u7176\u60a4\u619c\u3cd1\u7162\u6077"],["a0e2","\u7f71\u{28b2d}\u7250\u60e9\u4b7e\u5220\u3c18\u{23cc7}\u{25ed7}\u{27656}\u{25531}\u{21944}\u{212fe}\u{29903}\u{26ddc}\u{270ad}\u5cc1\u{261ad}\u{28a0f}\u{23677}\u{200ee}\u{26846}\u{24f0e}\u4562\u5b1f\u{2634c}\u9f50\u9ea6\u{2626b}"],["a3c0","\u2400",31,"\u2421"],["c6a1","\u2460",9,"\u2474",9,"\u2170",9,"\u4e36\u4e3f\u4e85\u4ea0\u5182\u5196\u51ab\u52f9\u5338\u5369\u53b6\u590a\u5b80\u5ddb\u2f33\u5e7f\u5ef4\u5f50\u5f61\u6534\u65e0\u7592\u7676\u8fb5\u96b6\xa8\u02c6\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\uff3b\uff3d\u273d\u3041",23],["c740","\u3059",58,"\u30a1\u30a2\u30a3\u30a4"],["c7a1","\u30a5",81,"\u0410",5,"\u0401\u0416",4],["c840","\u041b",26,"\u0451\u0436",25,"\u21e7\u21b8\u21b9\u31cf\u{200cc}\u4e5a\u{2008a}\u5202\u4491"],["c8a1","\u9fb0\u5188\u9fb1\u{27607}"],["c8cd","\uffe2\uffe4\uff07\uff02\u3231\u2116\u2121\u309b\u309c\u2e80\u2e84\u2e86\u2e87\u2e88\u2e8a\u2e8c\u2e8d\u2e95\u2e9c\u2e9d\u2ea5\u2ea7\u2eaa\u2eac\u2eae\u2eb6\u2ebc\u2ebe\u2ec6\u2eca\u2ecc\u2ecd\u2ecf\u2ed6\u2ed7\u2ede\u2ee3"],["c8f5","\u0283\u0250\u025b\u0254\u0275\u0153\xf8\u014b\u028a\u026a"],["f9fe","\uffed"],["fa40","\u{20547}\u92db\u{205df}\u{23fc5}\u854c\u42b5\u73ef\u51b5\u3649\u{24942}\u{289e4}\u9344\u{219db}\u82ee\u{23cc8}\u783c\u6744\u62df\u{24933}\u{289aa}\u{202a0}\u{26bb3}\u{21305}\u4fab\u{224ed}\u5008\u{26d29}\u{27a84}\u{23600}\u{24ab1}\u{22513}\u5029\u{2037e}\u5fa4\u{20380}\u{20347}\u6edb\u{2041f}\u507d\u5101\u347a\u510e\u986c\u3743\u8416\u{249a4}\u{20487}\u5160\u{233b4}\u516a\u{20bff}\u{220fc}\u{202e5}\u{22530}\u{2058e}\u{23233}\u{21983}\u5b82\u877d\u{205b3}\u{23c99}\u51b2\u51b8"],["faa1","\u9d34\u51c9\u51cf\u51d1\u3cdc\u51d3\u{24aa6}\u51b3\u51e2\u5342\u51ed\u83cd\u693e\u{2372d}\u5f7b\u520b\u5226\u523c\u52b5\u5257\u5294\u52b9\u52c5\u7c15\u8542\u52e0\u860d\u{26b13}\u5305\u{28ade}\u5549\u6ed9\u{23f80}\u{20954}\u{23fec}\u5333\u5344\u{20be2}\u6ccb\u{21726}\u681b\u73d5\u604a\u3eaa\u38cc\u{216e8}\u71dd\u44a2\u536d\u5374\u{286ab}\u537e\u537f\u{21596}\u{21613}\u77e6\u5393\u{28a9b}\u53a0\u53ab\u53ae\u73a7\u{25772}\u3f59\u739c\u53c1\u53c5\u6c49\u4e49\u57fe\u53d9\u3aab\u{20b8f}\u53e0\u{23feb}\u{22da3}\u53f6\u{20c77}\u5413\u7079\u552b\u6657\u6d5b\u546d\u{26b53}\u{20d74}\u555d\u548f\u54a4\u47a6\u{2170d}\u{20edd}\u3db4\u{20d4d}"],["fb40","\u{289bc}\u{22698}\u5547\u4ced\u542f\u7417\u5586\u55a9\u5605\u{218d7}\u{2403a}\u4552\u{24435}\u66b3\u{210b4}\u5637\u66cd\u{2328a}\u66a4\u66ad\u564d\u564f\u78f1\u56f1\u9787\u53fe\u5700\u56ef\u56ed\u{28b66}\u3623\u{2124f}\u5746\u{241a5}\u6c6e\u708b\u5742\u36b1\u{26c7e}\u57e6\u{21416}\u5803\u{21454}\u{24363}\u5826\u{24bf5}\u585c\u58aa\u3561\u58e0\u58dc\u{2123c}\u58fb\u5bff\u5743\u{2a150}\u{24278}\u93d3\u35a1\u591f\u68a6\u36c3\u6e59"],["fba1","\u{2163e}\u5a24\u5553\u{21692}\u8505\u59c9\u{20d4e}\u{26c81}\u{26d2a}\u{217dc}\u59d9\u{217fb}\u{217b2}\u{26da6}\u6d71\u{21828}\u{216d5}\u59f9\u{26e45}\u5aab\u5a63\u36e6\u{249a9}\u5a77\u3708\u5a96\u7465\u5ad3\u{26fa1}\u{22554}\u3d85\u{21911}\u3732\u{216b8}\u5e83\u52d0\u5b76\u6588\u5b7c\u{27a0e}\u4004\u485d\u{20204}\u5bd5\u6160\u{21a34}\u{259cc}\u{205a5}\u5bf3\u5b9d\u4d10\u5c05\u{21b44}\u5c13\u73ce\u5c14\u{21ca5}\u{26b28}\u5c49\u48dd\u5c85\u5ce9\u5cef\u5d8b\u{21df9}\u{21e37}\u5d10\u5d18\u5d46\u{21ea4}\u5cba\u5dd7\u82fc\u382d\u{24901}\u{22049}\u{22173}\u8287\u3836\u3bc2\u5e2e\u6a8a\u5e75\u5e7a\u{244bc}\u{20cd3}\u53a6\u4eb7\u5ed0\u53a8\u{21771}\u5e09\u5ef4\u{28482}"],["fc40","\u5ef9\u5efb\u38a0\u5efc\u683e\u941b\u5f0d\u{201c1}\u{2f894}\u3ade\u48ae\u{2133a}\u5f3a\u{26888}\u{223d0}\u5f58\u{22471}\u5f63\u97bd\u{26e6e}\u5f72\u9340\u{28a36}\u5fa7\u5db6\u3d5f\u{25250}\u{21f6a}\u{270f8}\u{22668}\u91d6\u{2029e}\u{28a29}\u6031\u6685\u{21877}\u3963\u3dc7\u3639\u5790\u{227b4}\u7971\u3e40\u609e\u60a4\u60b3\u{24982}\u{2498f}\u{27a53}\u74a4\u50e1\u5aa0\u6164\u8424\u6142\u{2f8a6}\u{26ed2}\u6181\u51f4\u{20656}\u6187\u5baa\u{23fb7}"],["fca1","\u{2285f}\u61d3\u{28b9d}\u{2995d}\u61d0\u3932\u{22980}\u{228c1}\u6023\u615c\u651e\u638b\u{20118}\u62c5\u{21770}\u62d5\u{22e0d}\u636c\u{249df}\u3a17\u6438\u63f8\u{2138e}\u{217fc}\u6490\u6f8a\u{22e36}\u9814\u{2408c}\u{2571d}\u64e1\u64e5\u947b\u3a66\u643a\u3a57\u654d\u6f16\u{24a28}\u{24a23}\u6585\u656d\u655f\u{2307e}\u65b5\u{24940}\u4b37\u65d1\u40d8\u{21829}\u65e0\u65e3\u5fdf\u{23400}\u6618\u{231f7}\u{231f8}\u6644\u{231a4}\u{231a5}\u664b\u{20e75}\u6667\u{251e6}\u6673\u6674\u{21e3d}\u{23231}\u{285f4}\u{231c8}\u{25313}\u77c5\u{228f7}\u99a4\u6702\u{2439c}\u{24a21}\u3b2b\u69fa\u{237c2}\u675e\u6767\u6762\u{241cd}\u{290ed}\u67d7\u44e9\u6822\u6e50\u923c\u6801\u{233e6}\u{26da0}\u685d"],["fd40","\u{2346f}\u69e1\u6a0b\u{28adf}\u6973\u68c3\u{235cd}\u6901\u6900\u3d32\u3a01\u{2363c}\u3b80\u67ac\u6961\u{28a4a}\u42fc\u6936\u6998\u3ba1\u{203c9}\u8363\u5090\u69f9\u{23659}\u{2212a}\u6a45\u{23703}\u6a9d\u3bf3\u67b1\u6ac8\u{2919c}\u3c0d\u6b1d\u{20923}\u60de\u6b35\u6b74\u{227cd}\u6eb5\u{23adb}\u{203b5}\u{21958}\u3740\u5421\u{23b5a}\u6be1\u{23efc}\u6bdc\u6c37\u{2248b}\u{248f1}\u{26b51}\u6c5a\u8226\u6c79\u{23dbc}\u44c5\u{23dbd}\u{241a4}\u{2490c}\u{24900}"],["fda1","\u{23cc9}\u36e5\u3ceb\u{20d32}\u9b83\u{231f9}\u{22491}\u7f8f\u6837\u{26d25}\u{26da1}\u{26deb}\u6d96\u6d5c\u6e7c\u6f04\u{2497f}\u{24085}\u{26e72}\u8533\u{26f74}\u51c7\u6c9c\u6e1d\u842e\u{28b21}\u6e2f\u{23e2f}\u7453\u{23f82}\u79cc\u6e4f\u5a91\u{2304b}\u6ff8\u370d\u6f9d\u{23e30}\u6efa\u{21497}\u{2403d}\u4555\u93f0\u6f44\u6f5c\u3d4e\u6f74\u{29170}\u3d3b\u6f9f\u{24144}\u6fd3\u{24091}\u{24155}\u{24039}\u{23ff0}\u{23fb4}\u{2413f}\u51df\u{24156}\u{24157}\u{24140}\u{261dd}\u704b\u707e\u70a7\u7081\u70cc\u70d5\u70d6\u70df\u4104\u3de8\u71b4\u7196\u{24277}\u712b\u7145\u5a88\u714a\u716e\u5c9c\u{24365}\u714f\u9362\u{242c1}\u712c\u{2445a}\u{24a27}\u{24a22}\u71ba\u{28be8}\u70bd\u720e"],["fe40","\u9442\u7215\u5911\u9443\u7224\u9341\u{25605}\u722e\u7240\u{24974}\u68bd\u7255\u7257\u3e55\u{23044}\u680d\u6f3d\u7282\u732a\u732b\u{24823}\u{2882b}\u48ed\u{28804}\u7328\u732e\u73cf\u73aa\u{20c3a}\u{26a2e}\u73c9\u7449\u{241e2}\u{216e7}\u{24a24}\u6623\u36c5\u{249b7}\u{2498d}\u{249fb}\u73f7\u7415\u6903\u{24a26}\u7439\u{205c3}\u3ed7\u745c\u{228ad}\u7460\u{28eb2}\u7447\u73e4\u7476\u83b9\u746c\u3730\u7474\u93f1\u6a2c\u7482\u4953\u{24a8c}"],["fea1","\u{2415f}\u{24a79}\u{28b8f}\u5b46\u{28c03}\u{2189e}\u74c8\u{21988}\u750e\u74e9\u751e\u{28ed9}\u{21a4b}\u5bd7\u{28eac}\u9385\u754d\u754a\u7567\u756e\u{24f82}\u3f04\u{24d13}\u758e\u745d\u759e\u75b4\u7602\u762c\u7651\u764f\u766f\u7676\u{263f5}\u7690\u81ef\u37f8\u{26911}\u{2690e}\u76a1\u76a5\u76b7\u76cc\u{26f9f}\u8462\u{2509d}\u{2517d}\u{21e1c}\u771e\u7726\u7740\u64af\u{25220}\u7758\u{232ac}\u77af\u{28964}\u{28968}\u{216c1}\u77f4\u7809\u{21376}\u{24a12}\u68ca\u78af\u78c7\u78d3\u96a5\u792e\u{255e0}\u78d7\u7934\u78b1\u{2760c}\u8fb8\u8884\u{28b2b}\u{26083}\u{2261c}\u7986\u8900\u6902\u7980\u{25857}\u799d\u{27b39}\u793c\u79a9\u6e2a\u{27126}\u3ea8\u79c6\u{2910d}\u79d4"]]')},74488:function(b){"use strict";b.exports=JSON.parse('[["0","\\u0000",127,"\u20ac"],["8140","\u4e02\u4e04\u4e05\u4e06\u4e0f\u4e12\u4e17\u4e1f\u4e20\u4e21\u4e23\u4e26\u4e29\u4e2e\u4e2f\u4e31\u4e33\u4e35\u4e37\u4e3c\u4e40\u4e41\u4e42\u4e44\u4e46\u4e4a\u4e51\u4e55\u4e57\u4e5a\u4e5b\u4e62\u4e63\u4e64\u4e65\u4e67\u4e68\u4e6a",5,"\u4e72\u4e74",9,"\u4e7f",6,"\u4e87\u4e8a"],["8180","\u4e90\u4e96\u4e97\u4e99\u4e9c\u4e9d\u4e9e\u4ea3\u4eaa\u4eaf\u4eb0\u4eb1\u4eb4\u4eb6\u4eb7\u4eb8\u4eb9\u4ebc\u4ebd\u4ebe\u4ec8\u4ecc\u4ecf\u4ed0\u4ed2\u4eda\u4edb\u4edc\u4ee0\u4ee2\u4ee6\u4ee7\u4ee9\u4eed\u4eee\u4eef\u4ef1\u4ef4\u4ef8\u4ef9\u4efa\u4efc\u4efe\u4f00\u4f02",6,"\u4f0b\u4f0c\u4f12",4,"\u4f1c\u4f1d\u4f21\u4f23\u4f28\u4f29\u4f2c\u4f2d\u4f2e\u4f31\u4f33\u4f35\u4f37\u4f39\u4f3b\u4f3e",4,"\u4f44\u4f45\u4f47",5,"\u4f52\u4f54\u4f56\u4f61\u4f62\u4f66\u4f68\u4f6a\u4f6b\u4f6d\u4f6e\u4f71\u4f72\u4f75\u4f77\u4f78\u4f79\u4f7a\u4f7d\u4f80\u4f81\u4f82\u4f85\u4f86\u4f87\u4f8a\u4f8c\u4f8e\u4f90\u4f92\u4f93\u4f95\u4f96\u4f98\u4f99\u4f9a\u4f9c\u4f9e\u4f9f\u4fa1\u4fa2"],["8240","\u4fa4\u4fab\u4fad\u4fb0",4,"\u4fb6",8,"\u4fc0\u4fc1\u4fc2\u4fc6\u4fc7\u4fc8\u4fc9\u4fcb\u4fcc\u4fcd\u4fd2",4,"\u4fd9\u4fdb\u4fe0\u4fe2\u4fe4\u4fe5\u4fe7\u4feb\u4fec\u4ff0\u4ff2\u4ff4\u4ff5\u4ff6\u4ff7\u4ff9\u4ffb\u4ffc\u4ffd\u4fff",11],["8280","\u500b\u500e\u5010\u5011\u5013\u5015\u5016\u5017\u501b\u501d\u501e\u5020\u5022\u5023\u5024\u5027\u502b\u502f",10,"\u503b\u503d\u503f\u5040\u5041\u5042\u5044\u5045\u5046\u5049\u504a\u504b\u504d\u5050",4,"\u5056\u5057\u5058\u5059\u505b\u505d",7,"\u5066",5,"\u506d",8,"\u5078\u5079\u507a\u507c\u507d\u5081\u5082\u5083\u5084\u5086\u5087\u5089\u508a\u508b\u508c\u508e",20,"\u50a4\u50a6\u50aa\u50ab\u50ad",4,"\u50b3",6,"\u50bc"],["8340","\u50bd",17,"\u50d0",5,"\u50d7\u50d8\u50d9\u50db",10,"\u50e8\u50e9\u50ea\u50eb\u50ef\u50f0\u50f1\u50f2\u50f4\u50f6",4,"\u50fc",9,"\u5108"],["8380","\u5109\u510a\u510c",5,"\u5113",13,"\u5122",28,"\u5142\u5147\u514a\u514c\u514e\u514f\u5150\u5152\u5153\u5157\u5158\u5159\u515b\u515d",4,"\u5163\u5164\u5166\u5167\u5169\u516a\u516f\u5172\u517a\u517e\u517f\u5183\u5184\u5186\u5187\u518a\u518b\u518e\u518f\u5190\u5191\u5193\u5194\u5198\u519a\u519d\u519e\u519f\u51a1\u51a3\u51a6",4,"\u51ad\u51ae\u51b4\u51b8\u51b9\u51ba\u51be\u51bf\u51c1\u51c2\u51c3\u51c5\u51c8\u51ca\u51cd\u51ce\u51d0\u51d2",5],["8440","\u51d8\u51d9\u51da\u51dc\u51de\u51df\u51e2\u51e3\u51e5",5,"\u51ec\u51ee\u51f1\u51f2\u51f4\u51f7\u51fe\u5204\u5205\u5209\u520b\u520c\u520f\u5210\u5213\u5214\u5215\u521c\u521e\u521f\u5221\u5222\u5223\u5225\u5226\u5227\u522a\u522c\u522f\u5231\u5232\u5234\u5235\u523c\u523e\u5244",5,"\u524b\u524e\u524f\u5252\u5253\u5255\u5257\u5258"],["8480","\u5259\u525a\u525b\u525d\u525f\u5260\u5262\u5263\u5264\u5266\u5268\u526b\u526c\u526d\u526e\u5270\u5271\u5273",9,"\u527e\u5280\u5283",4,"\u5289",6,"\u5291\u5292\u5294",6,"\u529c\u52a4\u52a5\u52a6\u52a7\u52ae\u52af\u52b0\u52b4",9,"\u52c0\u52c1\u52c2\u52c4\u52c5\u52c6\u52c8\u52ca\u52cc\u52cd\u52ce\u52cf\u52d1\u52d3\u52d4\u52d5\u52d7\u52d9",5,"\u52e0\u52e1\u52e2\u52e3\u52e5",10,"\u52f1",7,"\u52fb\u52fc\u52fd\u5301\u5302\u5303\u5304\u5307\u5309\u530a\u530b\u530c\u530e"],["8540","\u5311\u5312\u5313\u5314\u5318\u531b\u531c\u531e\u531f\u5322\u5324\u5325\u5327\u5328\u5329\u532b\u532c\u532d\u532f",9,"\u533c\u533d\u5340\u5342\u5344\u5346\u534b\u534c\u534d\u5350\u5354\u5358\u5359\u535b\u535d\u5365\u5368\u536a\u536c\u536d\u5372\u5376\u5379\u537b\u537c\u537d\u537e\u5380\u5381\u5383\u5387\u5388\u538a\u538e\u538f"],["8580","\u5390",4,"\u5396\u5397\u5399\u539b\u539c\u539e\u53a0\u53a1\u53a4\u53a7\u53aa\u53ab\u53ac\u53ad\u53af",6,"\u53b7\u53b8\u53b9\u53ba\u53bc\u53bd\u53be\u53c0\u53c3",4,"\u53ce\u53cf\u53d0\u53d2\u53d3\u53d5\u53da\u53dc\u53dd\u53de\u53e1\u53e2\u53e7\u53f4\u53fa\u53fe\u53ff\u5400\u5402\u5405\u5407\u540b\u5414\u5418\u5419\u541a\u541c\u5422\u5424\u5425\u542a\u5430\u5433\u5436\u5437\u543a\u543d\u543f\u5441\u5442\u5444\u5445\u5447\u5449\u544c\u544d\u544e\u544f\u5451\u545a\u545d",4,"\u5463\u5465\u5467\u5469",7,"\u5474\u5479\u547a\u547e\u547f\u5481\u5483\u5485\u5487\u5488\u5489\u548a\u548d\u5491\u5493\u5497\u5498\u549c\u549e\u549f\u54a0\u54a1"],["8640","\u54a2\u54a5\u54ae\u54b0\u54b2\u54b5\u54b6\u54b7\u54b9\u54ba\u54bc\u54be\u54c3\u54c5\u54ca\u54cb\u54d6\u54d8\u54db\u54e0",4,"\u54eb\u54ec\u54ef\u54f0\u54f1\u54f4",5,"\u54fb\u54fe\u5500\u5502\u5503\u5504\u5505\u5508\u550a",4,"\u5512\u5513\u5515",5,"\u551c\u551d\u551e\u551f\u5521\u5525\u5526"],["8680","\u5528\u5529\u552b\u552d\u5532\u5534\u5535\u5536\u5538\u5539\u553a\u553b\u553d\u5540\u5542\u5545\u5547\u5548\u554b",4,"\u5551\u5552\u5553\u5554\u5557",4,"\u555d\u555e\u555f\u5560\u5562\u5563\u5568\u5569\u556b\u556f",5,"\u5579\u557a\u557d\u557f\u5585\u5586\u558c\u558d\u558e\u5590\u5592\u5593\u5595\u5596\u5597\u559a\u559b\u559e\u55a0",6,"\u55a8",8,"\u55b2\u55b4\u55b6\u55b8\u55ba\u55bc\u55bf",4,"\u55c6\u55c7\u55c8\u55ca\u55cb\u55ce\u55cf\u55d0\u55d5\u55d7",4,"\u55de\u55e0\u55e2\u55e7\u55e9\u55ed\u55ee\u55f0\u55f1\u55f4\u55f6\u55f8",4,"\u55ff\u5602\u5603\u5604\u5605"],["8740","\u5606\u5607\u560a\u560b\u560d\u5610",7,"\u5619\u561a\u561c\u561d\u5620\u5621\u5622\u5625\u5626\u5628\u5629\u562a\u562b\u562e\u562f\u5630\u5633\u5635\u5637\u5638\u563a\u563c\u563d\u563e\u5640",11,"\u564f",4,"\u5655\u5656\u565a\u565b\u565d",4],["8780","\u5663\u5665\u5666\u5667\u566d\u566e\u566f\u5670\u5672\u5673\u5674\u5675\u5677\u5678\u5679\u567a\u567d",7,"\u5687",6,"\u5690\u5691\u5692\u5694",14,"\u56a4",10,"\u56b0",6,"\u56b8\u56b9\u56ba\u56bb\u56bd",12,"\u56cb",8,"\u56d5\u56d6\u56d8\u56d9\u56dc\u56e3\u56e5",5,"\u56ec\u56ee\u56ef\u56f2\u56f3\u56f6\u56f7\u56f8\u56fb\u56fc\u5700\u5701\u5702\u5705\u5707\u570b",6],["8840","\u5712",9,"\u571d\u571e\u5720\u5721\u5722\u5724\u5725\u5726\u5727\u572b\u5731\u5732\u5734",4,"\u573c\u573d\u573f\u5741\u5743\u5744\u5745\u5746\u5748\u5749\u574b\u5752",4,"\u5758\u5759\u5762\u5763\u5765\u5767\u576c\u576e\u5770\u5771\u5772\u5774\u5775\u5778\u5779\u577a\u577d\u577e\u577f\u5780"],["8880","\u5781\u5787\u5788\u5789\u578a\u578d",4,"\u5794",6,"\u579c\u579d\u579e\u579f\u57a5\u57a8\u57aa\u57ac\u57af\u57b0\u57b1\u57b3\u57b5\u57b6\u57b7\u57b9",8,"\u57c4",6,"\u57cc\u57cd\u57d0\u57d1\u57d3\u57d6\u57d7\u57db\u57dc\u57de\u57e1\u57e2\u57e3\u57e5",7,"\u57ee\u57f0\u57f1\u57f2\u57f3\u57f5\u57f6\u57f7\u57fb\u57fc\u57fe\u57ff\u5801\u5803\u5804\u5805\u5808\u5809\u580a\u580c\u580e\u580f\u5810\u5812\u5813\u5814\u5816\u5817\u5818\u581a\u581b\u581c\u581d\u581f\u5822\u5823\u5825",4,"\u582b",4,"\u5831\u5832\u5833\u5834\u5836",7],["8940","\u583e",5,"\u5845",6,"\u584e\u584f\u5850\u5852\u5853\u5855\u5856\u5857\u5859",4,"\u585f",5,"\u5866",4,"\u586d",16,"\u587f\u5882\u5884\u5886\u5887\u5888\u588a\u588b\u588c"],["8980","\u588d",4,"\u5894",4,"\u589b\u589c\u589d\u58a0",7,"\u58aa",17,"\u58bd\u58be\u58bf\u58c0\u58c2\u58c3\u58c4\u58c6",10,"\u58d2\u58d3\u58d4\u58d6",13,"\u58e5",5,"\u58ed\u58ef\u58f1\u58f2\u58f4\u58f5\u58f7\u58f8\u58fa",7,"\u5903\u5905\u5906\u5908",4,"\u590e\u5910\u5911\u5912\u5913\u5917\u5918\u591b\u591d\u591e\u5920\u5921\u5922\u5923\u5926\u5928\u592c\u5930\u5932\u5933\u5935\u5936\u593b"],["8a40","\u593d\u593e\u593f\u5940\u5943\u5945\u5946\u594a\u594c\u594d\u5950\u5952\u5953\u5959\u595b",4,"\u5961\u5963\u5964\u5966",12,"\u5975\u5977\u597a\u597b\u597c\u597e\u597f\u5980\u5985\u5989\u598b\u598c\u598e\u598f\u5990\u5991\u5994\u5995\u5998\u599a\u599b\u599c\u599d\u599f\u59a0\u59a1\u59a2\u59a6"],["8a80","\u59a7\u59ac\u59ad\u59b0\u59b1\u59b3",5,"\u59ba\u59bc\u59bd\u59bf",6,"\u59c7\u59c8\u59c9\u59cc\u59cd\u59ce\u59cf\u59d5\u59d6\u59d9\u59db\u59de",4,"\u59e4\u59e6\u59e7\u59e9\u59ea\u59eb\u59ed",11,"\u59fa\u59fc\u59fd\u59fe\u5a00\u5a02\u5a0a\u5a0b\u5a0d\u5a0e\u5a0f\u5a10\u5a12\u5a14\u5a15\u5a16\u5a17\u5a19\u5a1a\u5a1b\u5a1d\u5a1e\u5a21\u5a22\u5a24\u5a26\u5a27\u5a28\u5a2a",6,"\u5a33\u5a35\u5a37",4,"\u5a3d\u5a3e\u5a3f\u5a41",4,"\u5a47\u5a48\u5a4b",9,"\u5a56\u5a57\u5a58\u5a59\u5a5b",5],["8b40","\u5a61\u5a63\u5a64\u5a65\u5a66\u5a68\u5a69\u5a6b",8,"\u5a78\u5a79\u5a7b\u5a7c\u5a7d\u5a7e\u5a80",17,"\u5a93",6,"\u5a9c",13,"\u5aab\u5aac"],["8b80","\u5aad",4,"\u5ab4\u5ab6\u5ab7\u5ab9",4,"\u5abf\u5ac0\u5ac3",5,"\u5aca\u5acb\u5acd",4,"\u5ad3\u5ad5\u5ad7\u5ad9\u5ada\u5adb\u5add\u5ade\u5adf\u5ae2\u5ae4\u5ae5\u5ae7\u5ae8\u5aea\u5aec",4,"\u5af2",22,"\u5b0a",11,"\u5b18",25,"\u5b33\u5b35\u5b36\u5b38",7,"\u5b41",6],["8c40","\u5b48",7,"\u5b52\u5b56\u5b5e\u5b60\u5b61\u5b67\u5b68\u5b6b\u5b6d\u5b6e\u5b6f\u5b72\u5b74\u5b76\u5b77\u5b78\u5b79\u5b7b\u5b7c\u5b7e\u5b7f\u5b82\u5b86\u5b8a\u5b8d\u5b8e\u5b90\u5b91\u5b92\u5b94\u5b96\u5b9f\u5ba7\u5ba8\u5ba9\u5bac\u5bad\u5bae\u5baf\u5bb1\u5bb2\u5bb7\u5bba\u5bbb\u5bbc\u5bc0\u5bc1\u5bc3\u5bc8\u5bc9\u5bca\u5bcb\u5bcd\u5bce\u5bcf"],["8c80","\u5bd1\u5bd4",8,"\u5be0\u5be2\u5be3\u5be6\u5be7\u5be9",4,"\u5bef\u5bf1",6,"\u5bfd\u5bfe\u5c00\u5c02\u5c03\u5c05\u5c07\u5c08\u5c0b\u5c0c\u5c0d\u5c0e\u5c10\u5c12\u5c13\u5c17\u5c19\u5c1b\u5c1e\u5c1f\u5c20\u5c21\u5c23\u5c26\u5c28\u5c29\u5c2a\u5c2b\u5c2d\u5c2e\u5c2f\u5c30\u5c32\u5c33\u5c35\u5c36\u5c37\u5c43\u5c44\u5c46\u5c47\u5c4c\u5c4d\u5c52\u5c53\u5c54\u5c56\u5c57\u5c58\u5c5a\u5c5b\u5c5c\u5c5d\u5c5f\u5c62\u5c64\u5c67",6,"\u5c70\u5c72",6,"\u5c7b\u5c7c\u5c7d\u5c7e\u5c80\u5c83",4,"\u5c89\u5c8a\u5c8b\u5c8e\u5c8f\u5c92\u5c93\u5c95\u5c9d",4,"\u5ca4",4],["8d40","\u5caa\u5cae\u5caf\u5cb0\u5cb2\u5cb4\u5cb6\u5cb9\u5cba\u5cbb\u5cbc\u5cbe\u5cc0\u5cc2\u5cc3\u5cc5",5,"\u5ccc",5,"\u5cd3",5,"\u5cda",6,"\u5ce2\u5ce3\u5ce7\u5ce9\u5ceb\u5cec\u5cee\u5cef\u5cf1",9,"\u5cfc",4],["8d80","\u5d01\u5d04\u5d05\u5d08",5,"\u5d0f",4,"\u5d15\u5d17\u5d18\u5d19\u5d1a\u5d1c\u5d1d\u5d1f",4,"\u5d25\u5d28\u5d2a\u5d2b\u5d2c\u5d2f",4,"\u5d35",7,"\u5d3f",7,"\u5d48\u5d49\u5d4d",10,"\u5d59\u5d5a\u5d5c\u5d5e",10,"\u5d6a\u5d6d\u5d6e\u5d70\u5d71\u5d72\u5d73\u5d75",12,"\u5d83",21,"\u5d9a\u5d9b\u5d9c\u5d9e\u5d9f\u5da0"],["8e40","\u5da1",21,"\u5db8",12,"\u5dc6",6,"\u5dce",12,"\u5ddc\u5ddf\u5de0\u5de3\u5de4\u5dea\u5dec\u5ded"],["8e80","\u5df0\u5df5\u5df6\u5df8",4,"\u5dff\u5e00\u5e04\u5e07\u5e09\u5e0a\u5e0b\u5e0d\u5e0e\u5e12\u5e13\u5e17\u5e1e",7,"\u5e28",4,"\u5e2f\u5e30\u5e32",4,"\u5e39\u5e3a\u5e3e\u5e3f\u5e40\u5e41\u5e43\u5e46",5,"\u5e4d",6,"\u5e56",4,"\u5e5c\u5e5d\u5e5f\u5e60\u5e63",14,"\u5e75\u5e77\u5e79\u5e7e\u5e81\u5e82\u5e83\u5e85\u5e88\u5e89\u5e8c\u5e8d\u5e8e\u5e92\u5e98\u5e9b\u5e9d\u5ea1\u5ea2\u5ea3\u5ea4\u5ea8",4,"\u5eae",4,"\u5eb4\u5eba\u5ebb\u5ebc\u5ebd\u5ebf",6],["8f40","\u5ec6\u5ec7\u5ec8\u5ecb",5,"\u5ed4\u5ed5\u5ed7\u5ed8\u5ed9\u5eda\u5edc",11,"\u5ee9\u5eeb",8,"\u5ef5\u5ef8\u5ef9\u5efb\u5efc\u5efd\u5f05\u5f06\u5f07\u5f09\u5f0c\u5f0d\u5f0e\u5f10\u5f12\u5f14\u5f16\u5f19\u5f1a\u5f1c\u5f1d\u5f1e\u5f21\u5f22\u5f23\u5f24"],["8f80","\u5f28\u5f2b\u5f2c\u5f2e\u5f30\u5f32",6,"\u5f3b\u5f3d\u5f3e\u5f3f\u5f41",14,"\u5f51\u5f54\u5f59\u5f5a\u5f5b\u5f5c\u5f5e\u5f5f\u5f60\u5f63\u5f65\u5f67\u5f68\u5f6b\u5f6e\u5f6f\u5f72\u5f74\u5f75\u5f76\u5f78\u5f7a\u5f7d\u5f7e\u5f7f\u5f83\u5f86\u5f8d\u5f8e\u5f8f\u5f91\u5f93\u5f94\u5f96\u5f9a\u5f9b\u5f9d\u5f9e\u5f9f\u5fa0\u5fa2",5,"\u5fa9\u5fab\u5fac\u5faf",5,"\u5fb6\u5fb8\u5fb9\u5fba\u5fbb\u5fbe",4,"\u5fc7\u5fc8\u5fca\u5fcb\u5fce\u5fd3\u5fd4\u5fd5\u5fda\u5fdb\u5fdc\u5fde\u5fdf\u5fe2\u5fe3\u5fe5\u5fe6\u5fe8\u5fe9\u5fec\u5fef\u5ff0\u5ff2\u5ff3\u5ff4\u5ff6\u5ff7\u5ff9\u5ffa\u5ffc\u6007"],["9040","\u6008\u6009\u600b\u600c\u6010\u6011\u6013\u6017\u6018\u601a\u601e\u601f\u6022\u6023\u6024\u602c\u602d\u602e\u6030",4,"\u6036",4,"\u603d\u603e\u6040\u6044",6,"\u604c\u604e\u604f\u6051\u6053\u6054\u6056\u6057\u6058\u605b\u605c\u605e\u605f\u6060\u6061\u6065\u6066\u606e\u6071\u6072\u6074\u6075\u6077\u607e\u6080"],["9080","\u6081\u6082\u6085\u6086\u6087\u6088\u608a\u608b\u608e\u608f\u6090\u6091\u6093\u6095\u6097\u6098\u6099\u609c\u609e\u60a1\u60a2\u60a4\u60a5\u60a7\u60a9\u60aa\u60ae\u60b0\u60b3\u60b5\u60b6\u60b7\u60b9\u60ba\u60bd",7,"\u60c7\u60c8\u60c9\u60cc",4,"\u60d2\u60d3\u60d4\u60d6\u60d7\u60d9\u60db\u60de\u60e1",4,"\u60ea\u60f1\u60f2\u60f5\u60f7\u60f8\u60fb",4,"\u6102\u6103\u6104\u6105\u6107\u610a\u610b\u610c\u6110",4,"\u6116\u6117\u6118\u6119\u611b\u611c\u611d\u611e\u6121\u6122\u6125\u6128\u6129\u612a\u612c",18,"\u6140",6],["9140","\u6147\u6149\u614b\u614d\u614f\u6150\u6152\u6153\u6154\u6156",6,"\u615e\u615f\u6160\u6161\u6163\u6164\u6165\u6166\u6169",6,"\u6171\u6172\u6173\u6174\u6176\u6178",18,"\u618c\u618d\u618f",4,"\u6195"],["9180","\u6196",6,"\u619e",8,"\u61aa\u61ab\u61ad",9,"\u61b8",5,"\u61bf\u61c0\u61c1\u61c3",4,"\u61c9\u61cc",4,"\u61d3\u61d5",16,"\u61e7",13,"\u61f6",8,"\u6200",5,"\u6207\u6209\u6213\u6214\u6219\u621c\u621d\u621e\u6220\u6223\u6226\u6227\u6228\u6229\u622b\u622d\u622f\u6230\u6231\u6232\u6235\u6236\u6238",4,"\u6242\u6244\u6245\u6246\u624a"],["9240","\u624f\u6250\u6255\u6256\u6257\u6259\u625a\u625c",6,"\u6264\u6265\u6268\u6271\u6272\u6274\u6275\u6277\u6278\u627a\u627b\u627d\u6281\u6282\u6283\u6285\u6286\u6287\u6288\u628b",5,"\u6294\u6299\u629c\u629d\u629e\u62a3\u62a6\u62a7\u62a9\u62aa\u62ad\u62ae\u62af\u62b0\u62b2\u62b3\u62b4\u62b6\u62b7\u62b8\u62ba\u62be\u62c0\u62c1"],["9280","\u62c3\u62cb\u62cf\u62d1\u62d5\u62dd\u62de\u62e0\u62e1\u62e4\u62ea\u62eb\u62f0\u62f2\u62f5\u62f8\u62f9\u62fa\u62fb\u6300\u6303\u6304\u6305\u6306\u630a\u630b\u630c\u630d\u630f\u6310\u6312\u6313\u6314\u6315\u6317\u6318\u6319\u631c\u6326\u6327\u6329\u632c\u632d\u632e\u6330\u6331\u6333",5,"\u633b\u633c\u633e\u633f\u6340\u6341\u6344\u6347\u6348\u634a\u6351\u6352\u6353\u6354\u6356",7,"\u6360\u6364\u6365\u6366\u6368\u636a\u636b\u636c\u636f\u6370\u6372\u6373\u6374\u6375\u6378\u6379\u637c\u637d\u637e\u637f\u6381\u6383\u6384\u6385\u6386\u638b\u638d\u6391\u6393\u6394\u6395\u6397\u6399",6,"\u63a1\u63a4\u63a6\u63ab\u63af\u63b1\u63b2\u63b5\u63b6\u63b9\u63bb\u63bd\u63bf\u63c0"],["9340","\u63c1\u63c2\u63c3\u63c5\u63c7\u63c8\u63ca\u63cb\u63cc\u63d1\u63d3\u63d4\u63d5\u63d7",6,"\u63df\u63e2\u63e4",4,"\u63eb\u63ec\u63ee\u63ef\u63f0\u63f1\u63f3\u63f5\u63f7\u63f9\u63fa\u63fb\u63fc\u63fe\u6403\u6404\u6406",4,"\u640d\u640e\u6411\u6412\u6415",5,"\u641d\u641f\u6422\u6423\u6424"],["9380","\u6425\u6427\u6428\u6429\u642b\u642e",5,"\u6435",4,"\u643b\u643c\u643e\u6440\u6442\u6443\u6449\u644b",6,"\u6453\u6455\u6456\u6457\u6459",4,"\u645f",7,"\u6468\u646a\u646b\u646c\u646e",9,"\u647b",6,"\u6483\u6486\u6488",8,"\u6493\u6494\u6497\u6498\u649a\u649b\u649c\u649d\u649f",4,"\u64a5\u64a6\u64a7\u64a8\u64aa\u64ab\u64af\u64b1\u64b2\u64b3\u64b4\u64b6\u64b9\u64bb\u64bd\u64be\u64bf\u64c1\u64c3\u64c4\u64c6",6,"\u64cf\u64d1\u64d3\u64d4\u64d5\u64d6\u64d9\u64da"],["9440","\u64db\u64dc\u64dd\u64df\u64e0\u64e1\u64e3\u64e5\u64e7",24,"\u6501",7,"\u650a",7,"\u6513",4,"\u6519",8],["9480","\u6522\u6523\u6524\u6526",4,"\u652c\u652d\u6530\u6531\u6532\u6533\u6537\u653a\u653c\u653d\u6540",4,"\u6546\u6547\u654a\u654b\u654d\u654e\u6550\u6552\u6553\u6554\u6557\u6558\u655a\u655c\u655f\u6560\u6561\u6564\u6565\u6567\u6568\u6569\u656a\u656d\u656e\u656f\u6571\u6573\u6575\u6576\u6578",14,"\u6588\u6589\u658a\u658d\u658e\u658f\u6592\u6594\u6595\u6596\u6598\u659a\u659d\u659e\u65a0\u65a2\u65a3\u65a6\u65a8\u65aa\u65ac\u65ae\u65b1",7,"\u65ba\u65bb\u65be\u65bf\u65c0\u65c2\u65c7\u65c8\u65c9\u65ca\u65cd\u65d0\u65d1\u65d3\u65d4\u65d5\u65d8",7,"\u65e1\u65e3\u65e4\u65ea\u65eb"],["9540","\u65f2\u65f3\u65f4\u65f5\u65f8\u65f9\u65fb",4,"\u6601\u6604\u6605\u6607\u6608\u6609\u660b\u660d\u6610\u6611\u6612\u6616\u6617\u6618\u661a\u661b\u661c\u661e\u6621\u6622\u6623\u6624\u6626\u6629\u662a\u662b\u662c\u662e\u6630\u6632\u6633\u6637",4,"\u663d\u663f\u6640\u6642\u6644",6,"\u664d\u664e\u6650\u6651\u6658"],["9580","\u6659\u665b\u665c\u665d\u665e\u6660\u6662\u6663\u6665\u6667\u6669",4,"\u6671\u6672\u6673\u6675\u6678\u6679\u667b\u667c\u667d\u667f\u6680\u6681\u6683\u6685\u6686\u6688\u6689\u668a\u668b\u668d\u668e\u668f\u6690\u6692\u6693\u6694\u6695\u6698",4,"\u669e",8,"\u66a9",4,"\u66af",4,"\u66b5\u66b6\u66b7\u66b8\u66ba\u66bb\u66bc\u66bd\u66bf",25,"\u66da\u66de",7,"\u66e7\u66e8\u66ea",5,"\u66f1\u66f5\u66f6\u66f8\u66fa\u66fb\u66fd\u6701\u6702\u6703"],["9640","\u6704\u6705\u6706\u6707\u670c\u670e\u670f\u6711\u6712\u6713\u6716\u6718\u6719\u671a\u671c\u671e\u6720",5,"\u6727\u6729\u672e\u6730\u6732\u6733\u6736\u6737\u6738\u6739\u673b\u673c\u673e\u673f\u6741\u6744\u6745\u6747\u674a\u674b\u674d\u6752\u6754\u6755\u6757",4,"\u675d\u6762\u6763\u6764\u6766\u6767\u676b\u676c\u676e\u6771\u6774\u6776"],["9680","\u6778\u6779\u677a\u677b\u677d\u6780\u6782\u6783\u6785\u6786\u6788\u678a\u678c\u678d\u678e\u678f\u6791\u6792\u6793\u6794\u6796\u6799\u679b\u679f\u67a0\u67a1\u67a4\u67a6\u67a9\u67ac\u67ae\u67b1\u67b2\u67b4\u67b9",7,"\u67c2\u67c5",9,"\u67d5\u67d6\u67d7\u67db\u67df\u67e1\u67e3\u67e4\u67e6\u67e7\u67e8\u67ea\u67eb\u67ed\u67ee\u67f2\u67f5",7,"\u67fe\u6801\u6802\u6803\u6804\u6806\u680d\u6810\u6812\u6814\u6815\u6818",4,"\u681e\u681f\u6820\u6822",6,"\u682b",6,"\u6834\u6835\u6836\u683a\u683b\u683f\u6847\u684b\u684d\u684f\u6852\u6856",5],["9740","\u685c\u685d\u685e\u685f\u686a\u686c",7,"\u6875\u6878",8,"\u6882\u6884\u6887",7,"\u6890\u6891\u6892\u6894\u6895\u6896\u6898",9,"\u68a3\u68a4\u68a5\u68a9\u68aa\u68ab\u68ac\u68ae\u68b1\u68b2\u68b4\u68b6\u68b7\u68b8"],["9780","\u68b9",6,"\u68c1\u68c3",5,"\u68ca\u68cc\u68ce\u68cf\u68d0\u68d1\u68d3\u68d4\u68d6\u68d7\u68d9\u68db",4,"\u68e1\u68e2\u68e4",9,"\u68ef\u68f2\u68f3\u68f4\u68f6\u68f7\u68f8\u68fb\u68fd\u68fe\u68ff\u6900\u6902\u6903\u6904\u6906",4,"\u690c\u690f\u6911\u6913",11,"\u6921\u6922\u6923\u6925",7,"\u692e\u692f\u6931\u6932\u6933\u6935\u6936\u6937\u6938\u693a\u693b\u693c\u693e\u6940\u6941\u6943",16,"\u6955\u6956\u6958\u6959\u695b\u695c\u695f"],["9840","\u6961\u6962\u6964\u6965\u6967\u6968\u6969\u696a\u696c\u696d\u696f\u6970\u6972",4,"\u697a\u697b\u697d\u697e\u697f\u6981\u6983\u6985\u698a\u698b\u698c\u698e",5,"\u6996\u6997\u6999\u699a\u699d",9,"\u69a9\u69aa\u69ac\u69ae\u69af\u69b0\u69b2\u69b3\u69b5\u69b6\u69b8\u69b9\u69ba\u69bc\u69bd"],["9880","\u69be\u69bf\u69c0\u69c2",7,"\u69cb\u69cd\u69cf\u69d1\u69d2\u69d3\u69d5",5,"\u69dc\u69dd\u69de\u69e1",11,"\u69ee\u69ef\u69f0\u69f1\u69f3",9,"\u69fe\u6a00",9,"\u6a0b",11,"\u6a19",5,"\u6a20\u6a22",5,"\u6a29\u6a2b\u6a2c\u6a2d\u6a2e\u6a30\u6a32\u6a33\u6a34\u6a36",6,"\u6a3f",4,"\u6a45\u6a46\u6a48",7,"\u6a51",6,"\u6a5a"],["9940","\u6a5c",4,"\u6a62\u6a63\u6a64\u6a66",10,"\u6a72",6,"\u6a7a\u6a7b\u6a7d\u6a7e\u6a7f\u6a81\u6a82\u6a83\u6a85",8,"\u6a8f\u6a92",4,"\u6a98",7,"\u6aa1",5],["9980","\u6aa7\u6aa8\u6aaa\u6aad",114,"\u6b25\u6b26\u6b28",6],["9a40","\u6b2f\u6b30\u6b31\u6b33\u6b34\u6b35\u6b36\u6b38\u6b3b\u6b3c\u6b3d\u6b3f\u6b40\u6b41\u6b42\u6b44\u6b45\u6b48\u6b4a\u6b4b\u6b4d",11,"\u6b5a",7,"\u6b68\u6b69\u6b6b",13,"\u6b7a\u6b7d\u6b7e\u6b7f\u6b80\u6b85\u6b88"],["9a80","\u6b8c\u6b8e\u6b8f\u6b90\u6b91\u6b94\u6b95\u6b97\u6b98\u6b99\u6b9c",4,"\u6ba2",7,"\u6bab",7,"\u6bb6\u6bb8",6,"\u6bc0\u6bc3\u6bc4\u6bc6",4,"\u6bcc\u6bce\u6bd0\u6bd1\u6bd8\u6bda\u6bdc",4,"\u6be2",7,"\u6bec\u6bed\u6bee\u6bf0\u6bf1\u6bf2\u6bf4\u6bf6\u6bf7\u6bf8\u6bfa\u6bfb\u6bfc\u6bfe",6,"\u6c08",4,"\u6c0e\u6c12\u6c17\u6c1c\u6c1d\u6c1e\u6c20\u6c23\u6c25\u6c2b\u6c2c\u6c2d\u6c31\u6c33\u6c36\u6c37\u6c39\u6c3a\u6c3b\u6c3c\u6c3e\u6c3f\u6c43\u6c44\u6c45\u6c48\u6c4b",4,"\u6c51\u6c52\u6c53\u6c56\u6c58"],["9b40","\u6c59\u6c5a\u6c62\u6c63\u6c65\u6c66\u6c67\u6c6b",4,"\u6c71\u6c73\u6c75\u6c77\u6c78\u6c7a\u6c7b\u6c7c\u6c7f\u6c80\u6c84\u6c87\u6c8a\u6c8b\u6c8d\u6c8e\u6c91\u6c92\u6c95\u6c96\u6c97\u6c98\u6c9a\u6c9c\u6c9d\u6c9e\u6ca0\u6ca2\u6ca8\u6cac\u6caf\u6cb0\u6cb4\u6cb5\u6cb6\u6cb7\u6cba\u6cc0\u6cc1\u6cc2\u6cc3\u6cc6\u6cc7\u6cc8\u6ccb\u6ccd\u6cce\u6ccf\u6cd1\u6cd2\u6cd8"],["9b80","\u6cd9\u6cda\u6cdc\u6cdd\u6cdf\u6ce4\u6ce6\u6ce7\u6ce9\u6cec\u6ced\u6cf2\u6cf4\u6cf9\u6cff\u6d00\u6d02\u6d03\u6d05\u6d06\u6d08\u6d09\u6d0a\u6d0d\u6d0f\u6d10\u6d11\u6d13\u6d14\u6d15\u6d16\u6d18\u6d1c\u6d1d\u6d1f",5,"\u6d26\u6d28\u6d29\u6d2c\u6d2d\u6d2f\u6d30\u6d34\u6d36\u6d37\u6d38\u6d3a\u6d3f\u6d40\u6d42\u6d44\u6d49\u6d4c\u6d50\u6d55\u6d56\u6d57\u6d58\u6d5b\u6d5d\u6d5f\u6d61\u6d62\u6d64\u6d65\u6d67\u6d68\u6d6b\u6d6c\u6d6d\u6d70\u6d71\u6d72\u6d73\u6d75\u6d76\u6d79\u6d7a\u6d7b\u6d7d",4,"\u6d83\u6d84\u6d86\u6d87\u6d8a\u6d8b\u6d8d\u6d8f\u6d90\u6d92\u6d96",4,"\u6d9c\u6da2\u6da5\u6dac\u6dad\u6db0\u6db1\u6db3\u6db4\u6db6\u6db7\u6db9",5,"\u6dc1\u6dc2\u6dc3\u6dc8\u6dc9\u6dca"],["9c40","\u6dcd\u6dce\u6dcf\u6dd0\u6dd2\u6dd3\u6dd4\u6dd5\u6dd7\u6dda\u6ddb\u6ddc\u6ddf\u6de2\u6de3\u6de5\u6de7\u6de8\u6de9\u6dea\u6ded\u6def\u6df0\u6df2\u6df4\u6df5\u6df6\u6df8\u6dfa\u6dfd",7,"\u6e06\u6e07\u6e08\u6e09\u6e0b\u6e0f\u6e12\u6e13\u6e15\u6e18\u6e19\u6e1b\u6e1c\u6e1e\u6e1f\u6e22\u6e26\u6e27\u6e28\u6e2a\u6e2c\u6e2e\u6e30\u6e31\u6e33\u6e35"],["9c80","\u6e36\u6e37\u6e39\u6e3b",7,"\u6e45",7,"\u6e4f\u6e50\u6e51\u6e52\u6e55\u6e57\u6e59\u6e5a\u6e5c\u6e5d\u6e5e\u6e60",10,"\u6e6c\u6e6d\u6e6f",14,"\u6e80\u6e81\u6e82\u6e84\u6e87\u6e88\u6e8a",4,"\u6e91",6,"\u6e99\u6e9a\u6e9b\u6e9d\u6e9e\u6ea0\u6ea1\u6ea3\u6ea4\u6ea6\u6ea8\u6ea9\u6eab\u6eac\u6ead\u6eae\u6eb0\u6eb3\u6eb5\u6eb8\u6eb9\u6ebc\u6ebe\u6ebf\u6ec0\u6ec3\u6ec4\u6ec5\u6ec6\u6ec8\u6ec9\u6eca\u6ecc\u6ecd\u6ece\u6ed0\u6ed2\u6ed6\u6ed8\u6ed9\u6edb\u6edc\u6edd\u6ee3\u6ee7\u6eea",5],["9d40","\u6ef0\u6ef1\u6ef2\u6ef3\u6ef5\u6ef6\u6ef7\u6ef8\u6efa",7,"\u6f03\u6f04\u6f05\u6f07\u6f08\u6f0a",4,"\u6f10\u6f11\u6f12\u6f16",9,"\u6f21\u6f22\u6f23\u6f25\u6f26\u6f27\u6f28\u6f2c\u6f2e\u6f30\u6f32\u6f34\u6f35\u6f37",6,"\u6f3f\u6f40\u6f41\u6f42"],["9d80","\u6f43\u6f44\u6f45\u6f48\u6f49\u6f4a\u6f4c\u6f4e",9,"\u6f59\u6f5a\u6f5b\u6f5d\u6f5f\u6f60\u6f61\u6f63\u6f64\u6f65\u6f67",5,"\u6f6f\u6f70\u6f71\u6f73\u6f75\u6f76\u6f77\u6f79\u6f7b\u6f7d",6,"\u6f85\u6f86\u6f87\u6f8a\u6f8b\u6f8f",12,"\u6f9d\u6f9e\u6f9f\u6fa0\u6fa2",4,"\u6fa8",10,"\u6fb4\u6fb5\u6fb7\u6fb8\u6fba",5,"\u6fc1\u6fc3",5,"\u6fca",6,"\u6fd3",10,"\u6fdf\u6fe2\u6fe3\u6fe4\u6fe5"],["9e40","\u6fe6",7,"\u6ff0",32,"\u7012",7,"\u701c",6,"\u7024",6],["9e80","\u702b",9,"\u7036\u7037\u7038\u703a",17,"\u704d\u704e\u7050",13,"\u705f",11,"\u706e\u7071\u7072\u7073\u7074\u7077\u7079\u707a\u707b\u707d\u7081\u7082\u7083\u7084\u7086\u7087\u7088\u708b\u708c\u708d\u708f\u7090\u7091\u7093\u7097\u7098\u709a\u709b\u709e",12,"\u70b0\u70b2\u70b4\u70b5\u70b6\u70ba\u70be\u70bf\u70c4\u70c5\u70c6\u70c7\u70c9\u70cb",12,"\u70da"],["9f40","\u70dc\u70dd\u70de\u70e0\u70e1\u70e2\u70e3\u70e5\u70ea\u70ee\u70f0",6,"\u70f8\u70fa\u70fb\u70fc\u70fe",10,"\u710b",4,"\u7111\u7112\u7114\u7117\u711b",10,"\u7127",7,"\u7132\u7133\u7134"],["9f80","\u7135\u7137",13,"\u7146\u7147\u7148\u7149\u714b\u714d\u714f",12,"\u715d\u715f",4,"\u7165\u7169",4,"\u716f\u7170\u7171\u7174\u7175\u7176\u7177\u7179\u717b\u717c\u717e",5,"\u7185",4,"\u718b\u718c\u718d\u718e\u7190\u7191\u7192\u7193\u7195\u7196\u7197\u719a",4,"\u71a1",6,"\u71a9\u71aa\u71ab\u71ad",5,"\u71b4\u71b6\u71b7\u71b8\u71ba",8,"\u71c4",9,"\u71cf",4],["a040","\u71d6",9,"\u71e1\u71e2\u71e3\u71e4\u71e6\u71e8",5,"\u71ef",9,"\u71fa",11,"\u7207",19],["a080","\u721b\u721c\u721e",9,"\u7229\u722b\u722d\u722e\u722f\u7232\u7233\u7234\u723a\u723c\u723e\u7240",6,"\u7249\u724a\u724b\u724e\u724f\u7250\u7251\u7253\u7254\u7255\u7257\u7258\u725a\u725c\u725e\u7260\u7263\u7264\u7265\u7268\u726a\u726b\u726c\u726d\u7270\u7271\u7273\u7274\u7276\u7277\u7278\u727b\u727c\u727d\u7282\u7283\u7285",4,"\u728c\u728e\u7290\u7291\u7293",11,"\u72a0",11,"\u72ae\u72b1\u72b2\u72b3\u72b5\u72ba",6,"\u72c5\u72c6\u72c7\u72c9\u72ca\u72cb\u72cc\u72cf\u72d1\u72d3\u72d4\u72d5\u72d6\u72d8\u72da\u72db"],["a1a1","\u3000\u3001\u3002\xb7\u02c9\u02c7\xa8\u3003\u3005\u2014\uff5e\u2016\u2026\u2018\u2019\u201c\u201d\u3014\u3015\u3008",7,"\u3016\u3017\u3010\u3011\xb1\xd7\xf7\u2236\u2227\u2228\u2211\u220f\u222a\u2229\u2208\u2237\u221a\u22a5\u2225\u2220\u2312\u2299\u222b\u222e\u2261\u224c\u2248\u223d\u221d\u2260\u226e\u226f\u2264\u2265\u221e\u2235\u2234\u2642\u2640\xb0\u2032\u2033\u2103\uff04\xa4\uffe0\uffe1\u2030\xa7\u2116\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u203b\u2192\u2190\u2191\u2193\u3013"],["a2a1","\u2170",9],["a2b1","\u2488",19,"\u2474",19,"\u2460",9],["a2e5","\u3220",9],["a2f1","\u2160",11],["a3a1","\uff01\uff02\uff03\uffe5\uff05",88,"\uffe3"],["a4a1","\u3041",82],["a5a1","\u30a1",85],["a6a1","\u0391",16,"\u03a3",6],["a6c1","\u03b1",16,"\u03c3",6],["a6e0","\ufe35\ufe36\ufe39\ufe3a\ufe3f\ufe40\ufe3d\ufe3e\ufe41\ufe42\ufe43\ufe44"],["a6ee","\ufe3b\ufe3c\ufe37\ufe38\ufe31"],["a6f4","\ufe33\ufe34"],["a7a1","\u0410",5,"\u0401\u0416",25],["a7d1","\u0430",5,"\u0451\u0436",25],["a840","\u02ca\u02cb\u02d9\u2013\u2015\u2025\u2035\u2105\u2109\u2196\u2197\u2198\u2199\u2215\u221f\u2223\u2252\u2266\u2267\u22bf\u2550",35,"\u2581",6],["a880","\u2588",7,"\u2593\u2594\u2595\u25bc\u25bd\u25e2\u25e3\u25e4\u25e5\u2609\u2295\u3012\u301d\u301e"],["a8a1","\u0101\xe1\u01ce\xe0\u0113\xe9\u011b\xe8\u012b\xed\u01d0\xec\u014d\xf3\u01d2\xf2\u016b\xfa\u01d4\xf9\u01d6\u01d8\u01da\u01dc\xfc\xea\u0251"],["a8bd","\u0144\u0148"],["a8c0","\u0261"],["a8c5","\u3105",36],["a940","\u3021",8,"\u32a3\u338e\u338f\u339c\u339d\u339e\u33a1\u33c4\u33ce\u33d1\u33d2\u33d5\ufe30\uffe2\uffe4"],["a959","\u2121\u3231"],["a95c","\u2010"],["a960","\u30fc\u309b\u309c\u30fd\u30fe\u3006\u309d\u309e\ufe49",9,"\ufe54\ufe55\ufe56\ufe57\ufe59",8],["a980","\ufe62",4,"\ufe68\ufe69\ufe6a\ufe6b"],["a996","\u3007"],["a9a4","\u2500",75],["aa40","\u72dc\u72dd\u72df\u72e2",5,"\u72ea\u72eb\u72f5\u72f6\u72f9\u72fd\u72fe\u72ff\u7300\u7302\u7304",5,"\u730b\u730c\u730d\u730f\u7310\u7311\u7312\u7314\u7318\u7319\u731a\u731f\u7320\u7323\u7324\u7326\u7327\u7328\u732d\u732f\u7330\u7332\u7333\u7335\u7336\u733a\u733b\u733c\u733d\u7340",8],["aa80","\u7349\u734a\u734b\u734c\u734e\u734f\u7351\u7353\u7354\u7355\u7356\u7358",7,"\u7361",10,"\u736e\u7370\u7371"],["ab40","\u7372",11,"\u737f",4,"\u7385\u7386\u7388\u738a\u738c\u738d\u738f\u7390\u7392\u7393\u7394\u7395\u7397\u7398\u7399\u739a\u739c\u739d\u739e\u73a0\u73a1\u73a3",5,"\u73aa\u73ac\u73ad\u73b1\u73b4\u73b5\u73b6\u73b8\u73b9\u73bc\u73bd\u73be\u73bf\u73c1\u73c3",4],["ab80","\u73cb\u73cc\u73ce\u73d2",6,"\u73da\u73db\u73dc\u73dd\u73df\u73e1\u73e2\u73e3\u73e4\u73e6\u73e8\u73ea\u73eb\u73ec\u73ee\u73ef\u73f0\u73f1\u73f3",4],["ac40","\u73f8",10,"\u7404\u7407\u7408\u740b\u740c\u740d\u740e\u7411",8,"\u741c",5,"\u7423\u7424\u7427\u7429\u742b\u742d\u742f\u7431\u7432\u7437",4,"\u743d\u743e\u743f\u7440\u7442",11],["ac80","\u744e",6,"\u7456\u7458\u745d\u7460",12,"\u746e\u746f\u7471",4,"\u7478\u7479\u747a"],["ad40","\u747b\u747c\u747d\u747f\u7482\u7484\u7485\u7486\u7488\u7489\u748a\u748c\u748d\u748f\u7491",10,"\u749d\u749f",7,"\u74aa",15,"\u74bb",12],["ad80","\u74c8",9,"\u74d3",8,"\u74dd\u74df\u74e1\u74e5\u74e7",6,"\u74f0\u74f1\u74f2"],["ae40","\u74f3\u74f5\u74f8",6,"\u7500\u7501\u7502\u7503\u7505",7,"\u750e\u7510\u7512\u7514\u7515\u7516\u7517\u751b\u751d\u751e\u7520",4,"\u7526\u7527\u752a\u752e\u7534\u7536\u7539\u753c\u753d\u753f\u7541\u7542\u7543\u7544\u7546\u7547\u7549\u754a\u754d\u7550\u7551\u7552\u7553\u7555\u7556\u7557\u7558"],["ae80","\u755d",7,"\u7567\u7568\u7569\u756b",6,"\u7573\u7575\u7576\u7577\u757a",4,"\u7580\u7581\u7582\u7584\u7585\u7587"],["af40","\u7588\u7589\u758a\u758c\u758d\u758e\u7590\u7593\u7595\u7598\u759b\u759c\u759e\u75a2\u75a6",4,"\u75ad\u75b6\u75b7\u75ba\u75bb\u75bf\u75c0\u75c1\u75c6\u75cb\u75cc\u75ce\u75cf\u75d0\u75d1\u75d3\u75d7\u75d9\u75da\u75dc\u75dd\u75df\u75e0\u75e1\u75e5\u75e9\u75ec\u75ed\u75ee\u75ef\u75f2\u75f3\u75f5\u75f6\u75f7\u75f8\u75fa\u75fb\u75fd\u75fe\u7602\u7604\u7606\u7607"],["af80","\u7608\u7609\u760b\u760d\u760e\u760f\u7611\u7612\u7613\u7614\u7616\u761a\u761c\u761d\u761e\u7621\u7623\u7627\u7628\u762c\u762e\u762f\u7631\u7632\u7636\u7637\u7639\u763a\u763b\u763d\u7641\u7642\u7644"],["b040","\u7645",6,"\u764e",5,"\u7655\u7657",4,"\u765d\u765f\u7660\u7661\u7662\u7664",6,"\u766c\u766d\u766e\u7670",7,"\u7679\u767a\u767c\u767f\u7680\u7681\u7683\u7685\u7689\u768a\u768c\u768d\u768f\u7690\u7692\u7694\u7695\u7697\u7698\u769a\u769b"],["b080","\u769c",7,"\u76a5",8,"\u76af\u76b0\u76b3\u76b5",9,"\u76c0\u76c1\u76c3\u554a\u963f\u57c3\u6328\u54ce\u5509\u54c0\u7691\u764c\u853c\u77ee\u827e\u788d\u7231\u9698\u978d\u6c28\u5b89\u4ffa\u6309\u6697\u5cb8\u80fa\u6848\u80ae\u6602\u76ce\u51f9\u6556\u71ac\u7ff1\u8884\u50b2\u5965\u61ca\u6fb3\u82ad\u634c\u6252\u53ed\u5427\u7b06\u516b\u75a4\u5df4\u62d4\u8dcb\u9776\u628a\u8019\u575d\u9738\u7f62\u7238\u767d\u67cf\u767e\u6446\u4f70\u8d25\u62dc\u7a17\u6591\u73ed\u642c\u6273\u822c\u9881\u677f\u7248\u626e\u62cc\u4f34\u74e3\u534a\u529e\u7eca\u90a6\u5e2e\u6886\u699c\u8180\u7ed1\u68d2\u78c5\u868c\u9551\u508d\u8c24\u82de\u80de\u5305\u8912\u5265"],["b140","\u76c4\u76c7\u76c9\u76cb\u76cc\u76d3\u76d5\u76d9\u76da\u76dc\u76dd\u76de\u76e0",4,"\u76e6",7,"\u76f0\u76f3\u76f5\u76f6\u76f7\u76fa\u76fb\u76fd\u76ff\u7700\u7702\u7703\u7705\u7706\u770a\u770c\u770e",10,"\u771b\u771c\u771d\u771e\u7721\u7723\u7724\u7725\u7727\u772a\u772b"],["b180","\u772c\u772e\u7730",4,"\u7739\u773b\u773d\u773e\u773f\u7742\u7744\u7745\u7746\u7748",7,"\u7752",7,"\u775c\u8584\u96f9\u4fdd\u5821\u9971\u5b9d\u62b1\u62a5\u66b4\u8c79\u9c8d\u7206\u676f\u7891\u60b2\u5351\u5317\u8f88\u80cc\u8d1d\u94a1\u500d\u72c8\u5907\u60eb\u7119\u88ab\u5954\u82ef\u672c\u7b28\u5d29\u7ef7\u752d\u6cf5\u8e66\u8ff8\u903c\u9f3b\u6bd4\u9119\u7b14\u5f7c\u78a7\u84d6\u853d\u6bd5\u6bd9\u6bd6\u5e01\u5e87\u75f9\u95ed\u655d\u5f0a\u5fc5\u8f9f\u58c1\u81c2\u907f\u965b\u97ad\u8fb9\u7f16\u8d2c\u6241\u4fbf\u53d8\u535e\u8fa8\u8fa9\u8fab\u904d\u6807\u5f6a\u8198\u8868\u9cd6\u618b\u522b\u762a\u5f6c\u658c\u6fd2\u6ee8\u5bbe\u6448\u5175\u51b0\u67c4\u4e19\u79c9\u997c\u70b3"],["b240","\u775d\u775e\u775f\u7760\u7764\u7767\u7769\u776a\u776d",11,"\u777a\u777b\u777c\u7781\u7782\u7783\u7786",5,"\u778f\u7790\u7793",11,"\u77a1\u77a3\u77a4\u77a6\u77a8\u77ab\u77ad\u77ae\u77af\u77b1\u77b2\u77b4\u77b6",4],["b280","\u77bc\u77be\u77c0",12,"\u77ce",8,"\u77d8\u77d9\u77da\u77dd",4,"\u77e4\u75c5\u5e76\u73bb\u83e0\u64ad\u62e8\u94b5\u6ce2\u535a\u52c3\u640f\u94c2\u7b94\u4f2f\u5e1b\u8236\u8116\u818a\u6e24\u6cca\u9a73\u6355\u535c\u54fa\u8865\u57e0\u4e0d\u5e03\u6b65\u7c3f\u90e8\u6016\u64e6\u731c\u88c1\u6750\u624d\u8d22\u776c\u8e29\u91c7\u5f69\u83dc\u8521\u9910\u53c2\u8695\u6b8b\u60ed\u60e8\u707f\u82cd\u8231\u4ed3\u6ca7\u85cf\u64cd\u7cd9\u69fd\u66f9\u8349\u5395\u7b56\u4fa7\u518c\u6d4b\u5c42\u8e6d\u63d2\u53c9\u832c\u8336\u67e5\u78b4\u643d\u5bdf\u5c94\u5dee\u8be7\u62c6\u67f4\u8c7a\u6400\u63ba\u8749\u998b\u8c17\u7f20\u94f2\u4ea7\u9610\u98a4\u660c\u7316"],["b340","\u77e6\u77e8\u77ea\u77ef\u77f0\u77f1\u77f2\u77f4\u77f5\u77f7\u77f9\u77fa\u77fb\u77fc\u7803",5,"\u780a\u780b\u780e\u780f\u7810\u7813\u7815\u7819\u781b\u781e\u7820\u7821\u7822\u7824\u7828\u782a\u782b\u782e\u782f\u7831\u7832\u7833\u7835\u7836\u783d\u783f\u7841\u7842\u7843\u7844\u7846\u7848\u7849\u784a\u784b\u784d\u784f\u7851\u7853\u7854\u7858\u7859\u785a"],["b380","\u785b\u785c\u785e",11,"\u786f",7,"\u7878\u7879\u787a\u787b\u787d",6,"\u573a\u5c1d\u5e38\u957f\u507f\u80a0\u5382\u655e\u7545\u5531\u5021\u8d85\u6284\u949e\u671d\u5632\u6f6e\u5de2\u5435\u7092\u8f66\u626f\u64a4\u63a3\u5f7b\u6f88\u90f4\u81e3\u8fb0\u5c18\u6668\u5ff1\u6c89\u9648\u8d81\u886c\u6491\u79f0\u57ce\u6a59\u6210\u5448\u4e58\u7a0b\u60e9\u6f84\u8bda\u627f\u901e\u9a8b\u79e4\u5403\u75f4\u6301\u5319\u6c60\u8fdf\u5f1b\u9a70\u803b\u9f7f\u4f88\u5c3a\u8d64\u7fc5\u65a5\u70bd\u5145\u51b2\u866b\u5d07\u5ba0\u62bd\u916c\u7574\u8e0c\u7a20\u6101\u7b79\u4ec7\u7ef8\u7785\u4e11\u81ed\u521d\u51fa\u6a71\u53a8\u8e87\u9504\u96cf\u6ec1\u9664\u695a"],["b440","\u7884\u7885\u7886\u7888\u788a\u788b\u788f\u7890\u7892\u7894\u7895\u7896\u7899\u789d\u789e\u78a0\u78a2\u78a4\u78a6\u78a8",7,"\u78b5\u78b6\u78b7\u78b8\u78ba\u78bb\u78bc\u78bd\u78bf\u78c0\u78c2\u78c3\u78c4\u78c6\u78c7\u78c8\u78cc\u78cd\u78ce\u78cf\u78d1\u78d2\u78d3\u78d6\u78d7\u78d8\u78da",9],["b480","\u78e4\u78e5\u78e6\u78e7\u78e9\u78ea\u78eb\u78ed",4,"\u78f3\u78f5\u78f6\u78f8\u78f9\u78fb",5,"\u7902\u7903\u7904\u7906",6,"\u7840\u50a8\u77d7\u6410\u89e6\u5904\u63e3\u5ddd\u7a7f\u693d\u4f20\u8239\u5598\u4e32\u75ae\u7a97\u5e62\u5e8a\u95ef\u521b\u5439\u708a\u6376\u9524\u5782\u6625\u693f\u9187\u5507\u6df3\u7eaf\u8822\u6233\u7ef0\u75b5\u8328\u78c1\u96cc\u8f9e\u6148\u74f7\u8bcd\u6b64\u523a\u8d50\u6b21\u806a\u8471\u56f1\u5306\u4ece\u4e1b\u51d1\u7c97\u918b\u7c07\u4fc3\u8e7f\u7be1\u7a9c\u6467\u5d14\u50ac\u8106\u7601\u7cb9\u6dec\u7fe0\u6751\u5b58\u5bf8\u78cb\u64ae\u6413\u63aa\u632b\u9519\u642d\u8fbe\u7b54\u7629\u6253\u5927\u5446\u6b79\u50a3\u6234\u5e26\u6b86\u4ee3\u8d37\u888b\u5f85\u902e"],["b540","\u790d",5,"\u7914",9,"\u791f",4,"\u7925",14,"\u7935",4,"\u793d\u793f\u7942\u7943\u7944\u7945\u7947\u794a",8,"\u7954\u7955\u7958\u7959\u7961\u7963"],["b580","\u7964\u7966\u7969\u796a\u796b\u796c\u796e\u7970",6,"\u7979\u797b",4,"\u7982\u7983\u7986\u7987\u7988\u7989\u798b\u798c\u798d\u798e\u7990\u7991\u7992\u6020\u803d\u62c5\u4e39\u5355\u90f8\u63b8\u80c6\u65e6\u6c2e\u4f46\u60ee\u6de1\u8bde\u5f39\u86cb\u5f53\u6321\u515a\u8361\u6863\u5200\u6363\u8e48\u5012\u5c9b\u7977\u5bfc\u5230\u7a3b\u60bc\u9053\u76d7\u5fb7\u5f97\u7684\u8e6c\u706f\u767b\u7b49\u77aa\u51f3\u9093\u5824\u4f4e\u6ef4\u8fea\u654c\u7b1b\u72c4\u6da4\u7fdf\u5ae1\u62b5\u5e95\u5730\u8482\u7b2c\u5e1d\u5f1f\u9012\u7f14\u98a0\u6382\u6ec7\u7898\u70b9\u5178\u975b\u57ab\u7535\u4f43\u7538\u5e97\u60e6\u5960\u6dc0\u6bbf\u7889\u53fc\u96d5\u51cb\u5201\u6389\u540a\u9493\u8c03\u8dcc\u7239\u789f\u8776\u8fed\u8c0d\u53e0"],["b640","\u7993",6,"\u799b",11,"\u79a8",10,"\u79b4",4,"\u79bc\u79bf\u79c2\u79c4\u79c5\u79c7\u79c8\u79ca\u79cc\u79ce\u79cf\u79d0\u79d3\u79d4\u79d6\u79d7\u79d9",5,"\u79e0\u79e1\u79e2\u79e5\u79e8\u79ea"],["b680","\u79ec\u79ee\u79f1",6,"\u79f9\u79fa\u79fc\u79fe\u79ff\u7a01\u7a04\u7a05\u7a07\u7a08\u7a09\u7a0a\u7a0c\u7a0f",4,"\u7a15\u7a16\u7a18\u7a19\u7a1b\u7a1c\u4e01\u76ef\u53ee\u9489\u9876\u9f0e\u952d\u5b9a\u8ba2\u4e22\u4e1c\u51ac\u8463\u61c2\u52a8\u680b\u4f97\u606b\u51bb\u6d1e\u515c\u6296\u6597\u9661\u8c46\u9017\u75d8\u90fd\u7763\u6bd2\u728a\u72ec\u8bfb\u5835\u7779\u8d4c\u675c\u9540\u809a\u5ea6\u6e21\u5992\u7aef\u77ed\u953b\u6bb5\u65ad\u7f0e\u5806\u5151\u961f\u5bf9\u58a9\u5428\u8e72\u6566\u987f\u56e4\u949d\u76fe\u9041\u6387\u54c6\u591a\u593a\u579b\u8eb2\u6735\u8dfa\u8235\u5241\u60f0\u5815\u86fe\u5ce8\u9e45\u4fc4\u989d\u8bb9\u5a25\u6076\u5384\u627c\u904f\u9102\u997f\u6069\u800c\u513f\u8033\u5c14\u9975\u6d31\u4e8c"],["b740","\u7a1d\u7a1f\u7a21\u7a22\u7a24",14,"\u7a34\u7a35\u7a36\u7a38\u7a3a\u7a3e\u7a40",5,"\u7a47",9,"\u7a52",4,"\u7a58",16],["b780","\u7a69",6,"\u7a71\u7a72\u7a73\u7a75\u7a7b\u7a7c\u7a7d\u7a7e\u7a82\u7a85\u7a87\u7a89\u7a8a\u7a8b\u7a8c\u7a8e\u7a8f\u7a90\u7a93\u7a94\u7a99\u7a9a\u7a9b\u7a9e\u7aa1\u7aa2\u8d30\u53d1\u7f5a\u7b4f\u4f10\u4e4f\u9600\u6cd5\u73d0\u85e9\u5e06\u756a\u7ffb\u6a0a\u77fe\u9492\u7e41\u51e1\u70e6\u53cd\u8fd4\u8303\u8d29\u72af\u996d\u6cdb\u574a\u82b3\u65b9\u80aa\u623f\u9632\u59a8\u4eff\u8bbf\u7eba\u653e\u83f2\u975e\u5561\u98de\u80a5\u532a\u8bfd\u5420\u80ba\u5e9f\u6cb8\u8d39\u82ac\u915a\u5429\u6c1b\u5206\u7eb7\u575f\u711a\u6c7e\u7c89\u594b\u4efd\u5fff\u6124\u7caa\u4e30\u5c01\u67ab\u8702\u5cf0\u950b\u98ce\u75af\u70fd\u9022\u51af\u7f1d\u8bbd\u5949\u51e4\u4f5b\u5426\u592b\u6577\u80a4\u5b75\u6276\u62c2\u8f90\u5e45\u6c1f\u7b26\u4f0f\u4fd8\u670d"],["b840","\u7aa3\u7aa4\u7aa7\u7aa9\u7aaa\u7aab\u7aae",4,"\u7ab4",10,"\u7ac0",10,"\u7acc",9,"\u7ad7\u7ad8\u7ada\u7adb\u7adc\u7add\u7ae1\u7ae2\u7ae4\u7ae7",5,"\u7aee\u7af0\u7af1\u7af2\u7af3"],["b880","\u7af4",4,"\u7afb\u7afc\u7afe\u7b00\u7b01\u7b02\u7b05\u7b07\u7b09\u7b0c\u7b0d\u7b0e\u7b10\u7b12\u7b13\u7b16\u7b17\u7b18\u7b1a\u7b1c\u7b1d\u7b1f\u7b21\u7b22\u7b23\u7b27\u7b29\u7b2d\u6d6e\u6daa\u798f\u88b1\u5f17\u752b\u629a\u8f85\u4fef\u91dc\u65a7\u812f\u8151\u5e9c\u8150\u8d74\u526f\u8986\u8d4b\u590d\u5085\u4ed8\u961c\u7236\u8179\u8d1f\u5bcc\u8ba3\u9644\u5987\u7f1a\u5490\u5676\u560e\u8be5\u6539\u6982\u9499\u76d6\u6e89\u5e72\u7518\u6746\u67d1\u7aff\u809d\u8d76\u611f\u79c6\u6562\u8d63\u5188\u521a\u94a2\u7f38\u809b\u7eb2\u5c97\u6e2f\u6760\u7bd9\u768b\u9ad8\u818f\u7f94\u7cd5\u641e\u9550\u7a3f\u544a\u54e5\u6b4c\u6401\u6208\u9e3d\u80f3\u7599\u5272\u9769\u845b\u683c\u86e4\u9601\u9694\u94ec\u4e2a\u5404\u7ed9\u6839\u8ddf\u8015\u66f4\u5e9a\u7fb9"],["b940","\u7b2f\u7b30\u7b32\u7b34\u7b35\u7b36\u7b37\u7b39\u7b3b\u7b3d\u7b3f",5,"\u7b46\u7b48\u7b4a\u7b4d\u7b4e\u7b53\u7b55\u7b57\u7b59\u7b5c\u7b5e\u7b5f\u7b61\u7b63",10,"\u7b6f\u7b70\u7b73\u7b74\u7b76\u7b78\u7b7a\u7b7c\u7b7d\u7b7f\u7b81\u7b82\u7b83\u7b84\u7b86",6,"\u7b8e\u7b8f"],["b980","\u7b91\u7b92\u7b93\u7b96\u7b98\u7b99\u7b9a\u7b9b\u7b9e\u7b9f\u7ba0\u7ba3\u7ba4\u7ba5\u7bae\u7baf\u7bb0\u7bb2\u7bb3\u7bb5\u7bb6\u7bb7\u7bb9",7,"\u7bc2\u7bc3\u7bc4\u57c2\u803f\u6897\u5de5\u653b\u529f\u606d\u9f9a\u4f9b\u8eac\u516c\u5bab\u5f13\u5de9\u6c5e\u62f1\u8d21\u5171\u94a9\u52fe\u6c9f\u82df\u72d7\u57a2\u6784\u8d2d\u591f\u8f9c\u83c7\u5495\u7b8d\u4f30\u6cbd\u5b64\u59d1\u9f13\u53e4\u86ca\u9aa8\u8c37\u80a1\u6545\u987e\u56fa\u96c7\u522e\u74dc\u5250\u5be1\u6302\u8902\u4e56\u62d0\u602a\u68fa\u5173\u5b98\u51a0\u89c2\u7ba1\u9986\u7f50\u60ef\u704c\u8d2f\u5149\u5e7f\u901b\u7470\u89c4\u572d\u7845\u5f52\u9f9f\u95fa\u8f68\u9b3c\u8be1\u7678\u6842\u67dc\u8dea\u8d35\u523d\u8f8a\u6eda\u68cd\u9505\u90ed\u56fd\u679c\u88f9\u8fc7\u54c8"],["ba40","\u7bc5\u7bc8\u7bc9\u7bca\u7bcb\u7bcd\u7bce\u7bcf\u7bd0\u7bd2\u7bd4",4,"\u7bdb\u7bdc\u7bde\u7bdf\u7be0\u7be2\u7be3\u7be4\u7be7\u7be8\u7be9\u7beb\u7bec\u7bed\u7bef\u7bf0\u7bf2",4,"\u7bf8\u7bf9\u7bfa\u7bfb\u7bfd\u7bff",7,"\u7c08\u7c09\u7c0a\u7c0d\u7c0e\u7c10",5,"\u7c17\u7c18\u7c19"],["ba80","\u7c1a",4,"\u7c20",5,"\u7c28\u7c29\u7c2b",12,"\u7c39",5,"\u7c42\u9ab8\u5b69\u6d77\u6c26\u4ea5\u5bb3\u9a87\u9163\u61a8\u90af\u97e9\u542b\u6db5\u5bd2\u51fd\u558a\u7f55\u7ff0\u64bc\u634d\u65f1\u61be\u608d\u710a\u6c57\u6c49\u592f\u676d\u822a\u58d5\u568e\u8c6a\u6beb\u90dd\u597d\u8017\u53f7\u6d69\u5475\u559d\u8377\u83cf\u6838\u79be\u548c\u4f55\u5408\u76d2\u8c89\u9602\u6cb3\u6db8\u8d6b\u8910\u9e64\u8d3a\u563f\u9ed1\u75d5\u5f88\u72e0\u6068\u54fc\u4ea8\u6a2a\u8861\u6052\u8f70\u54c4\u70d8\u8679\u9e3f\u6d2a\u5b8f\u5f18\u7ea2\u5589\u4faf\u7334\u543c\u539a\u5019\u540e\u547c\u4e4e\u5ffd\u745a\u58f6\u846b\u80e1\u8774\u72d0\u7cca\u6e56"],["bb40","\u7c43",9,"\u7c4e",36,"\u7c75",5,"\u7c7e",9],["bb80","\u7c88\u7c8a",6,"\u7c93\u7c94\u7c96\u7c99\u7c9a\u7c9b\u7ca0\u7ca1\u7ca3\u7ca6\u7ca7\u7ca8\u7ca9\u7cab\u7cac\u7cad\u7caf\u7cb0\u7cb4",4,"\u7cba\u7cbb\u5f27\u864e\u552c\u62a4\u4e92\u6caa\u6237\u82b1\u54d7\u534e\u733e\u6ed1\u753b\u5212\u5316\u8bdd\u69d0\u5f8a\u6000\u6dee\u574f\u6b22\u73af\u6853\u8fd8\u7f13\u6362\u60a3\u5524\u75ea\u8c62\u7115\u6da3\u5ba6\u5e7b\u8352\u614c\u9ec4\u78fa\u8757\u7c27\u7687\u51f0\u60f6\u714c\u6643\u5e4c\u604d\u8c0e\u7070\u6325\u8f89\u5fbd\u6062\u86d4\u56de\u6bc1\u6094\u6167\u5349\u60e0\u6666\u8d3f\u79fd\u4f1a\u70e9\u6c47\u8bb3\u8bf2\u7ed8\u8364\u660f\u5a5a\u9b42\u6d51\u6df7\u8c41\u6d3b\u4f19\u706b\u83b7\u6216\u60d1\u970d\u8d27\u7978\u51fb\u573e\u57fa\u673a\u7578\u7a3d\u79ef\u7b95"],["bc40","\u7cbf\u7cc0\u7cc2\u7cc3\u7cc4\u7cc6\u7cc9\u7ccb\u7cce",6,"\u7cd8\u7cda\u7cdb\u7cdd\u7cde\u7ce1",6,"\u7ce9",5,"\u7cf0",7,"\u7cf9\u7cfa\u7cfc",13,"\u7d0b",5],["bc80","\u7d11",14,"\u7d21\u7d23\u7d24\u7d25\u7d26\u7d28\u7d29\u7d2a\u7d2c\u7d2d\u7d2e\u7d30",6,"\u808c\u9965\u8ff9\u6fc0\u8ba5\u9e21\u59ec\u7ee9\u7f09\u5409\u6781\u68d8\u8f91\u7c4d\u96c6\u53ca\u6025\u75be\u6c72\u5373\u5ac9\u7ea7\u6324\u51e0\u810a\u5df1\u84df\u6280\u5180\u5b63\u4f0e\u796d\u5242\u60b8\u6d4e\u5bc4\u5bc2\u8ba1\u8bb0\u65e2\u5fcc\u9645\u5993\u7ee7\u7eaa\u5609\u67b7\u5939\u4f73\u5bb6\u52a0\u835a\u988a\u8d3e\u7532\u94be\u5047\u7a3c\u4ef7\u67b6\u9a7e\u5ac1\u6b7c\u76d1\u575a\u5c16\u7b3a\u95f4\u714e\u517c\u80a9\u8270\u5978\u7f04\u8327\u68c0\u67ec\u78b1\u7877\u62e3\u6361\u7b80\u4fed\u526a\u51cf\u8350\u69db\u9274\u8df5\u8d31\u89c1\u952e\u7bad\u4ef6"],["bd40","\u7d37",54,"\u7d6f",7],["bd80","\u7d78",32,"\u5065\u8230\u5251\u996f\u6e10\u6e85\u6da7\u5efa\u50f5\u59dc\u5c06\u6d46\u6c5f\u7586\u848b\u6868\u5956\u8bb2\u5320\u9171\u964d\u8549\u6912\u7901\u7126\u80f6\u4ea4\u90ca\u6d47\u9a84\u5a07\u56bc\u6405\u94f0\u77eb\u4fa5\u811a\u72e1\u89d2\u997a\u7f34\u7ede\u527f\u6559\u9175\u8f7f\u8f83\u53eb\u7a96\u63ed\u63a5\u7686\u79f8\u8857\u9636\u622a\u52ab\u8282\u6854\u6770\u6377\u776b\u7aed\u6d01\u7ed3\u89e3\u59d0\u6212\u85c9\u82a5\u754c\u501f\u4ecb\u75a5\u8beb\u5c4a\u5dfe\u7b4b\u65a4\u91d1\u4eca\u6d25\u895f\u7d27\u9526\u4ec5\u8c28\u8fdb\u9773\u664b\u7981\u8fd1\u70ec\u6d78"],["be40","\u7d99",12,"\u7da7",6,"\u7daf",42],["be80","\u7dda",32,"\u5c3d\u52b2\u8346\u5162\u830e\u775b\u6676\u9cb8\u4eac\u60ca\u7cbe\u7cb3\u7ecf\u4e95\u8b66\u666f\u9888\u9759\u5883\u656c\u955c\u5f84\u75c9\u9756\u7adf\u7ade\u51c0\u70af\u7a98\u63ea\u7a76\u7ea0\u7396\u97ed\u4e45\u7078\u4e5d\u9152\u53a9\u6551\u65e7\u81fc\u8205\u548e\u5c31\u759a\u97a0\u62d8\u72d9\u75bd\u5c45\u9a79\u83ca\u5c40\u5480\u77e9\u4e3e\u6cae\u805a\u62d2\u636e\u5de8\u5177\u8ddd\u8e1e\u952f\u4ff1\u53e5\u60e7\u70ac\u5267\u6350\u9e43\u5a1f\u5026\u7737\u5377\u7ee2\u6485\u652b\u6289\u6398\u5014\u7235\u89c9\u51b3\u8bc0\u7edd\u5747\u83cc\u94a7\u519b\u541b\u5cfb"],["bf40","\u7dfb",62],["bf80","\u7e3a\u7e3c",4,"\u7e42",4,"\u7e48",21,"\u4fca\u7ae3\u6d5a\u90e1\u9a8f\u5580\u5496\u5361\u54af\u5f00\u63e9\u6977\u51ef\u6168\u520a\u582a\u52d8\u574e\u780d\u770b\u5eb7\u6177\u7ce0\u625b\u6297\u4ea2\u7095\u8003\u62f7\u70e4\u9760\u5777\u82db\u67ef\u68f5\u78d5\u9897\u79d1\u58f3\u54b3\u53ef\u6e34\u514b\u523b\u5ba2\u8bfe\u80af\u5543\u57a6\u6073\u5751\u542d\u7a7a\u6050\u5b54\u63a7\u62a0\u53e3\u6263\u5bc7\u67af\u54ed\u7a9f\u82e6\u9177\u5e93\u88e4\u5938\u57ae\u630e\u8de8\u80ef\u5757\u7b77\u4fa9\u5feb\u5bbd\u6b3e\u5321\u7b50\u72c2\u6846\u77ff\u7736\u65f7\u51b5\u4e8f\u76d4\u5cbf\u7aa5\u8475\u594e\u9b41\u5080"],["c040","\u7e5e",35,"\u7e83",23,"\u7e9c\u7e9d\u7e9e"],["c080","\u7eae\u7eb4\u7ebb\u7ebc\u7ed6\u7ee4\u7eec\u7ef9\u7f0a\u7f10\u7f1e\u7f37\u7f39\u7f3b",6,"\u7f43\u7f46",9,"\u7f52\u7f53\u9988\u6127\u6e83\u5764\u6606\u6346\u56f0\u62ec\u6269\u5ed3\u9614\u5783\u62c9\u5587\u8721\u814a\u8fa3\u5566\u83b1\u6765\u8d56\u84dd\u5a6a\u680f\u62e6\u7bee\u9611\u5170\u6f9c\u8c30\u63fd\u89c8\u61d2\u7f06\u70c2\u6ee5\u7405\u6994\u72fc\u5eca\u90ce\u6717\u6d6a\u635e\u52b3\u7262\u8001\u4f6c\u59e5\u916a\u70d9\u6d9d\u52d2\u4e50\u96f7\u956d\u857e\u78ca\u7d2f\u5121\u5792\u64c2\u808b\u7c7b\u6cea\u68f1\u695e\u51b7\u5398\u68a8\u7281\u9ece\u7bf1\u72f8\u79bb\u6f13\u7406\u674e\u91cc\u9ca4\u793c\u8389\u8354\u540f\u6817\u4e3d\u5389\u52b1\u783e\u5386\u5229\u5088\u4f8b\u4fd0"],["c140","\u7f56\u7f59\u7f5b\u7f5c\u7f5d\u7f5e\u7f60\u7f63",4,"\u7f6b\u7f6c\u7f6d\u7f6f\u7f70\u7f73\u7f75\u7f76\u7f77\u7f78\u7f7a\u7f7b\u7f7c\u7f7d\u7f7f\u7f80\u7f82",7,"\u7f8b\u7f8d\u7f8f",4,"\u7f95",4,"\u7f9b\u7f9c\u7fa0\u7fa2\u7fa3\u7fa5\u7fa6\u7fa8",6,"\u7fb1"],["c180","\u7fb3",4,"\u7fba\u7fbb\u7fbe\u7fc0\u7fc2\u7fc3\u7fc4\u7fc6\u7fc7\u7fc8\u7fc9\u7fcb\u7fcd\u7fcf",4,"\u7fd6\u7fd7\u7fd9",5,"\u7fe2\u7fe3\u75e2\u7acb\u7c92\u6ca5\u96b6\u529b\u7483\u54e9\u4fe9\u8054\u83b2\u8fde\u9570\u5ec9\u601c\u6d9f\u5e18\u655b\u8138\u94fe\u604b\u70bc\u7ec3\u7cae\u51c9\u6881\u7cb1\u826f\u4e24\u8f86\u91cf\u667e\u4eae\u8c05\u64a9\u804a\u50da\u7597\u71ce\u5be5\u8fbd\u6f66\u4e86\u6482\u9563\u5ed6\u6599\u5217\u88c2\u70c8\u52a3\u730e\u7433\u6797\u78f7\u9716\u4e34\u90bb\u9cde\u6dcb\u51db\u8d41\u541d\u62ce\u73b2\u83f1\u96f6\u9f84\u94c3\u4f36\u7f9a\u51cc\u7075\u9675\u5cad\u9886\u53e6\u4ee4\u6e9c\u7409\u69b4\u786b\u998f\u7559\u5218\u7624\u6d41\u67f3\u516d\u9f99\u804b\u5499\u7b3c\u7abf"],["c240","\u7fe4\u7fe7\u7fe8\u7fea\u7feb\u7fec\u7fed\u7fef\u7ff2\u7ff4",6,"\u7ffd\u7ffe\u7fff\u8002\u8007\u8008\u8009\u800a\u800e\u800f\u8011\u8013\u801a\u801b\u801d\u801e\u801f\u8021\u8023\u8024\u802b",5,"\u8032\u8034\u8039\u803a\u803c\u803e\u8040\u8041\u8044\u8045\u8047\u8048\u8049\u804e\u804f\u8050\u8051\u8053\u8055\u8056\u8057"],["c280","\u8059\u805b",13,"\u806b",5,"\u8072",11,"\u9686\u5784\u62e2\u9647\u697c\u5a04\u6402\u7bd3\u6f0f\u964b\u82a6\u5362\u9885\u5e90\u7089\u63b3\u5364\u864f\u9c81\u9e93\u788c\u9732\u8def\u8d42\u9e7f\u6f5e\u7984\u5f55\u9646\u622e\u9a74\u5415\u94dd\u4fa3\u65c5\u5c65\u5c61\u7f15\u8651\u6c2f\u5f8b\u7387\u6ee4\u7eff\u5ce6\u631b\u5b6a\u6ee6\u5375\u4e71\u63a0\u7565\u62a1\u8f6e\u4f26\u4ed1\u6ca6\u7eb6\u8bba\u841d\u87ba\u7f57\u903b\u9523\u7ba9\u9aa1\u88f8\u843d\u6d1b\u9a86\u7edc\u5988\u9ebb\u739b\u7801\u8682\u9a6c\u9a82\u561b\u5417\u57cb\u4e70\u9ea6\u5356\u8fc8\u8109\u7792\u9992\u86ee\u6ee1\u8513\u66fc\u6162\u6f2b"],["c340","\u807e\u8081\u8082\u8085\u8088\u808a\u808d",5,"\u8094\u8095\u8097\u8099\u809e\u80a3\u80a6\u80a7\u80a8\u80ac\u80b0\u80b3\u80b5\u80b6\u80b8\u80b9\u80bb\u80c5\u80c7",4,"\u80cf",6,"\u80d8\u80df\u80e0\u80e2\u80e3\u80e6\u80ee\u80f5\u80f7\u80f9\u80fb\u80fe\u80ff\u8100\u8101\u8103\u8104\u8105\u8107\u8108\u810b"],["c380","\u810c\u8115\u8117\u8119\u811b\u811c\u811d\u811f",12,"\u812d\u812e\u8130\u8133\u8134\u8135\u8137\u8139",4,"\u813f\u8c29\u8292\u832b\u76f2\u6c13\u5fd9\u83bd\u732b\u8305\u951a\u6bdb\u77db\u94c6\u536f\u8302\u5192\u5e3d\u8c8c\u8d38\u4e48\u73ab\u679a\u6885\u9176\u9709\u7164\u6ca1\u7709\u5a92\u9541\u6bcf\u7f8e\u6627\u5bd0\u59b9\u5a9a\u95e8\u95f7\u4eec\u840c\u8499\u6aac\u76df\u9530\u731b\u68a6\u5b5f\u772f\u919a\u9761\u7cdc\u8ff7\u8c1c\u5f25\u7c73\u79d8\u89c5\u6ccc\u871c\u5bc6\u5e42\u68c9\u7720\u7ef5\u5195\u514d\u52c9\u5a29\u7f05\u9762\u82d7\u63cf\u7784\u85d0\u79d2\u6e3a\u5e99\u5999\u8511\u706d\u6c11\u62bf\u76bf\u654f\u60af\u95fd\u660e\u879f\u9e23\u94ed\u540d\u547d\u8c2c\u6478"],["c440","\u8140",5,"\u8147\u8149\u814d\u814e\u814f\u8152\u8156\u8157\u8158\u815b",4,"\u8161\u8162\u8163\u8164\u8166\u8168\u816a\u816b\u816c\u816f\u8172\u8173\u8175\u8176\u8177\u8178\u8181\u8183",4,"\u8189\u818b\u818c\u818d\u818e\u8190\u8192",5,"\u8199\u819a\u819e",4,"\u81a4\u81a5"],["c480","\u81a7\u81a9\u81ab",7,"\u81b4",5,"\u81bc\u81bd\u81be\u81bf\u81c4\u81c5\u81c7\u81c8\u81c9\u81cb\u81cd",6,"\u6479\u8611\u6a21\u819c\u78e8\u6469\u9b54\u62b9\u672b\u83ab\u58a8\u9ed8\u6cab\u6f20\u5bde\u964c\u8c0b\u725f\u67d0\u62c7\u7261\u4ea9\u59c6\u6bcd\u5893\u66ae\u5e55\u52df\u6155\u6728\u76ee\u7766\u7267\u7a46\u62ff\u54ea\u5450\u94a0\u90a3\u5a1c\u7eb3\u6c16\u4e43\u5976\u8010\u5948\u5357\u7537\u96be\u56ca\u6320\u8111\u607c\u95f9\u6dd6\u5462\u9981\u5185\u5ae9\u80fd\u59ae\u9713\u502a\u6ce5\u5c3c\u62df\u4f60\u533f\u817b\u9006\u6eba\u852b\u62c8\u5e74\u78be\u64b5\u637b\u5ff5\u5a18\u917f\u9e1f\u5c3f\u634f\u8042\u5b7d\u556e\u954a\u954d\u6d85\u60a8\u67e0\u72de\u51dd\u5b81"],["c540","\u81d4",14,"\u81e4\u81e5\u81e6\u81e8\u81e9\u81eb\u81ee",4,"\u81f5",5,"\u81fd\u81ff\u8203\u8207",4,"\u820e\u820f\u8211\u8213\u8215",5,"\u821d\u8220\u8224\u8225\u8226\u8227\u8229\u822e\u8232\u823a\u823c\u823d\u823f"],["c580","\u8240\u8241\u8242\u8243\u8245\u8246\u8248\u824a\u824c\u824d\u824e\u8250",7,"\u8259\u825b\u825c\u825d\u825e\u8260",7,"\u8269\u62e7\u6cde\u725b\u626d\u94ae\u7ebd\u8113\u6d53\u519c\u5f04\u5974\u52aa\u6012\u5973\u6696\u8650\u759f\u632a\u61e6\u7cef\u8bfa\u54e6\u6b27\u9e25\u6bb4\u85d5\u5455\u5076\u6ca4\u556a\u8db4\u722c\u5e15\u6015\u7436\u62cd\u6392\u724c\u5f98\u6e43\u6d3e\u6500\u6f58\u76d8\u78d0\u76fc\u7554\u5224\u53db\u4e53\u5e9e\u65c1\u802a\u80d6\u629b\u5486\u5228\u70ae\u888d\u8dd1\u6ce1\u5478\u80da\u57f9\u88f4\u8d54\u966a\u914d\u4f69\u6c9b\u55b7\u76c6\u7830\u62a8\u70f9\u6f8e\u5f6d\u84ec\u68da\u787c\u7bf7\u81a8\u670b\u9e4f\u6367\u78b0\u576f\u7812\u9739\u6279\u62ab\u5288\u7435\u6bd7"],["c640","\u826a\u826b\u826c\u826d\u8271\u8275\u8276\u8277\u8278\u827b\u827c\u8280\u8281\u8283\u8285\u8286\u8287\u8289\u828c\u8290\u8293\u8294\u8295\u8296\u829a\u829b\u829e\u82a0\u82a2\u82a3\u82a7\u82b2\u82b5\u82b6\u82ba\u82bb\u82bc\u82bf\u82c0\u82c2\u82c3\u82c5\u82c6\u82c9\u82d0\u82d6\u82d9\u82da\u82dd\u82e2\u82e7\u82e8\u82e9\u82ea\u82ec\u82ed\u82ee\u82f0\u82f2\u82f3\u82f5\u82f6\u82f8"],["c680","\u82fa\u82fc",4,"\u830a\u830b\u830d\u8310\u8312\u8313\u8316\u8318\u8319\u831d",9,"\u8329\u832a\u832e\u8330\u8332\u8337\u833b\u833d\u5564\u813e\u75b2\u76ae\u5339\u75de\u50fb\u5c41\u8b6c\u7bc7\u504f\u7247\u9a97\u98d8\u6f02\u74e2\u7968\u6487\u77a5\u62fc\u9891\u8d2b\u54c1\u8058\u4e52\u576a\u82f9\u840d\u5e73\u51ed\u74f6\u8bc4\u5c4f\u5761\u6cfc\u9887\u5a46\u7834\u9b44\u8feb\u7c95\u5256\u6251\u94fa\u4ec6\u8386\u8461\u83e9\u84b2\u57d4\u6734\u5703\u666e\u6d66\u8c31\u66dd\u7011\u671f\u6b3a\u6816\u621a\u59bb\u4e03\u51c4\u6f06\u67d2\u6c8f\u5176\u68cb\u5947\u6b67\u7566\u5d0e\u8110\u9f50\u65d7\u7948\u7941\u9a91\u8d77\u5c82\u4e5e\u4f01\u542f\u5951\u780c\u5668\u6c14\u8fc4\u5f03\u6c7d\u6ce3\u8bab\u6390"],["c740","\u833e\u833f\u8341\u8342\u8344\u8345\u8348\u834a",4,"\u8353\u8355",4,"\u835d\u8362\u8370",6,"\u8379\u837a\u837e",6,"\u8387\u8388\u838a\u838b\u838c\u838d\u838f\u8390\u8391\u8394\u8395\u8396\u8397\u8399\u839a\u839d\u839f\u83a1",6,"\u83ac\u83ad\u83ae"],["c780","\u83af\u83b5\u83bb\u83be\u83bf\u83c2\u83c3\u83c4\u83c6\u83c8\u83c9\u83cb\u83cd\u83ce\u83d0\u83d1\u83d2\u83d3\u83d5\u83d7\u83d9\u83da\u83db\u83de\u83e2\u83e3\u83e4\u83e6\u83e7\u83e8\u83eb\u83ec\u83ed\u6070\u6d3d\u7275\u6266\u948e\u94c5\u5343\u8fc1\u7b7e\u4edf\u8c26\u4e7e\u9ed4\u94b1\u94b3\u524d\u6f5c\u9063\u6d45\u8c34\u5811\u5d4c\u6b20\u6b49\u67aa\u545b\u8154\u7f8c\u5899\u8537\u5f3a\u62a2\u6a47\u9539\u6572\u6084\u6865\u77a7\u4e54\u4fa8\u5de7\u9798\u64ac\u7fd8\u5ced\u4fcf\u7a8d\u5207\u8304\u4e14\u602f\u7a83\u94a6\u4fb5\u4eb2\u79e6\u7434\u52e4\u82b9\u64d2\u79bd\u5bdd\u6c81\u9752\u8f7b\u6c22\u503e\u537f\u6e05\u64ce\u6674\u6c30\u60c5\u9877\u8bf7\u5e86\u743c\u7a77\u79cb\u4e18\u90b1\u7403\u6c42\u56da\u914b\u6cc5\u8d8b\u533a\u86c6\u66f2\u8eaf\u5c48\u9a71\u6e20"],["c840","\u83ee\u83ef\u83f3",4,"\u83fa\u83fb\u83fc\u83fe\u83ff\u8400\u8402\u8405\u8407\u8408\u8409\u840a\u8410\u8412",5,"\u8419\u841a\u841b\u841e",5,"\u8429",7,"\u8432",5,"\u8439\u843a\u843b\u843e",7,"\u8447\u8448\u8449"],["c880","\u844a",6,"\u8452",4,"\u8458\u845d\u845e\u845f\u8460\u8462\u8464",4,"\u846a\u846e\u846f\u8470\u8472\u8474\u8477\u8479\u847b\u847c\u53d6\u5a36\u9f8b\u8da3\u53bb\u5708\u98a7\u6743\u919b\u6cc9\u5168\u75ca\u62f3\u72ac\u5238\u529d\u7f3a\u7094\u7638\u5374\u9e4a\u69b7\u786e\u96c0\u88d9\u7fa4\u7136\u71c3\u5189\u67d3\u74e4\u58e4\u6518\u56b7\u8ba9\u9976\u6270\u7ed5\u60f9\u70ed\u58ec\u4ec1\u4eba\u5fcd\u97e7\u4efb\u8ba4\u5203\u598a\u7eab\u6254\u4ecd\u65e5\u620e\u8338\u84c9\u8363\u878d\u7194\u6eb6\u5bb9\u7ed2\u5197\u63c9\u67d4\u8089\u8339\u8815\u5112\u5b7a\u5982\u8fb1\u4e73\u6c5d\u5165\u8925\u8f6f\u962e\u854a\u745e\u9510\u95f0\u6da6\u82e5\u5f31\u6492\u6d12\u8428\u816e\u9cc3\u585e\u8d5b\u4e09\u53c1"],["c940","\u847d",4,"\u8483\u8484\u8485\u8486\u848a\u848d\u848f",7,"\u8498\u849a\u849b\u849d\u849e\u849f\u84a0\u84a2",12,"\u84b0\u84b1\u84b3\u84b5\u84b6\u84b7\u84bb\u84bc\u84be\u84c0\u84c2\u84c3\u84c5\u84c6\u84c7\u84c8\u84cb\u84cc\u84ce\u84cf\u84d2\u84d4\u84d5\u84d7"],["c980","\u84d8",4,"\u84de\u84e1\u84e2\u84e4\u84e7",4,"\u84ed\u84ee\u84ef\u84f1",10,"\u84fd\u84fe\u8500\u8501\u8502\u4f1e\u6563\u6851\u55d3\u4e27\u6414\u9a9a\u626b\u5ac2\u745f\u8272\u6da9\u68ee\u50e7\u838e\u7802\u6740\u5239\u6c99\u7eb1\u50bb\u5565\u715e\u7b5b\u6652\u73ca\u82eb\u6749\u5c71\u5220\u717d\u886b\u95ea\u9655\u64c5\u8d61\u81b3\u5584\u6c55\u6247\u7f2e\u5892\u4f24\u5546\u8d4f\u664c\u4e0a\u5c1a\u88f3\u68a2\u634e\u7a0d\u70e7\u828d\u52fa\u97f6\u5c11\u54e8\u90b5\u7ecd\u5962\u8d4a\u86c7\u820c\u820d\u8d66\u6444\u5c04\u6151\u6d89\u793e\u8bbe\u7837\u7533\u547b\u4f38\u8eab\u6df1\u5a20\u7ec5\u795e\u6c88\u5ba1\u5a76\u751a\u80be\u614e\u6e17\u58f0\u751f\u7525\u7272\u5347\u7ef3"],["ca40","\u8503",8,"\u850d\u850e\u850f\u8510\u8512\u8514\u8515\u8516\u8518\u8519\u851b\u851c\u851d\u851e\u8520\u8522",8,"\u852d",9,"\u853e",4,"\u8544\u8545\u8546\u8547\u854b",10],["ca80","\u8557\u8558\u855a\u855b\u855c\u855d\u855f",4,"\u8565\u8566\u8567\u8569",8,"\u8573\u8575\u8576\u8577\u8578\u857c\u857d\u857f\u8580\u8581\u7701\u76db\u5269\u80dc\u5723\u5e08\u5931\u72ee\u65bd\u6e7f\u8bd7\u5c38\u8671\u5341\u77f3\u62fe\u65f6\u4ec0\u98df\u8680\u5b9e\u8bc6\u53f2\u77e2\u4f7f\u5c4e\u9a76\u59cb\u5f0f\u793a\u58eb\u4e16\u67ff\u4e8b\u62ed\u8a93\u901d\u52bf\u662f\u55dc\u566c\u9002\u4ed5\u4f8d\u91ca\u9970\u6c0f\u5e02\u6043\u5ba4\u89c6\u8bd5\u6536\u624b\u9996\u5b88\u5bff\u6388\u552e\u53d7\u7626\u517d\u852c\u67a2\u68b3\u6b8a\u6292\u8f93\u53d4\u8212\u6dd1\u758f\u4e66\u8d4e\u5b70\u719f\u85af\u6691\u66d9\u7f72\u8700\u9ecd\u9f20\u5c5e\u672f\u8ff0\u6811\u675f\u620d\u7ad6\u5885\u5eb6\u6570\u6f31"],["cb40","\u8582\u8583\u8586\u8588",6,"\u8590",10,"\u859d",6,"\u85a5\u85a6\u85a7\u85a9\u85ab\u85ac\u85ad\u85b1",5,"\u85b8\u85ba",6,"\u85c2",6,"\u85ca",4,"\u85d1\u85d2"],["cb80","\u85d4\u85d6",5,"\u85dd",6,"\u85e5\u85e6\u85e7\u85e8\u85ea",14,"\u6055\u5237\u800d\u6454\u8870\u7529\u5e05\u6813\u62f4\u971c\u53cc\u723d\u8c01\u6c34\u7761\u7a0e\u542e\u77ac\u987a\u821c\u8bf4\u7855\u6714\u70c1\u65af\u6495\u5636\u601d\u79c1\u53f8\u4e1d\u6b7b\u8086\u5bfa\u55e3\u56db\u4f3a\u4f3c\u9972\u5df3\u677e\u8038\u6002\u9882\u9001\u5b8b\u8bbc\u8bf5\u641c\u8258\u64de\u55fd\u82cf\u9165\u4fd7\u7d20\u901f\u7c9f\u50f3\u5851\u6eaf\u5bbf\u8bc9\u8083\u9178\u849c\u7b97\u867d\u968b\u968f\u7ee5\u9ad3\u788e\u5c81\u7a57\u9042\u96a7\u795f\u5b59\u635f\u7b0b\u84d1\u68ad\u5506\u7f29\u7410\u7d22\u9501\u6240\u584c\u4ed6\u5b83\u5979\u5854"],["cc40","\u85f9\u85fa\u85fc\u85fd\u85fe\u8600",4,"\u8606",10,"\u8612\u8613\u8614\u8615\u8617",15,"\u8628\u862a",13,"\u8639\u863a\u863b\u863d\u863e\u863f\u8640"],["cc80","\u8641",11,"\u8652\u8653\u8655",4,"\u865b\u865c\u865d\u865f\u8660\u8661\u8663",7,"\u736d\u631e\u8e4b\u8e0f\u80ce\u82d4\u62ac\u53f0\u6cf0\u915e\u592a\u6001\u6c70\u574d\u644a\u8d2a\u762b\u6ee9\u575b\u6a80\u75f0\u6f6d\u8c2d\u8c08\u5766\u6bef\u8892\u78b3\u63a2\u53f9\u70ad\u6c64\u5858\u642a\u5802\u68e0\u819b\u5510\u7cd6\u5018\u8eba\u6dcc\u8d9f\u70eb\u638f\u6d9b\u6ed4\u7ee6\u8404\u6843\u9003\u6dd8\u9676\u8ba8\u5957\u7279\u85e4\u817e\u75bc\u8a8a\u68af\u5254\u8e22\u9511\u63d0\u9898\u8e44\u557c\u4f53\u66ff\u568f\u60d5\u6d95\u5243\u5c49\u5929\u6dfb\u586b\u7530\u751c\u606c\u8214\u8146\u6311\u6761\u8fe2\u773a\u8df3\u8d34\u94c1\u5e16\u5385\u542c\u70c3"],["cd40","\u866d\u866f\u8670\u8672",6,"\u8683",6,"\u868e",4,"\u8694\u8696",5,"\u869e",4,"\u86a5\u86a6\u86ab\u86ad\u86ae\u86b2\u86b3\u86b7\u86b8\u86b9\u86bb",4,"\u86c1\u86c2\u86c3\u86c5\u86c8\u86cc\u86cd\u86d2\u86d3\u86d5\u86d6\u86d7\u86da\u86dc"],["cd80","\u86dd\u86e0\u86e1\u86e2\u86e3\u86e5\u86e6\u86e7\u86e8\u86ea\u86eb\u86ec\u86ef\u86f5\u86f6\u86f7\u86fa\u86fb\u86fc\u86fd\u86ff\u8701\u8704\u8705\u8706\u870b\u870c\u870e\u870f\u8710\u8711\u8714\u8716\u6c40\u5ef7\u505c\u4ead\u5ead\u633a\u8247\u901a\u6850\u916e\u77b3\u540c\u94dc\u5f64\u7ae5\u6876\u6345\u7b52\u7edf\u75db\u5077\u6295\u5934\u900f\u51f8\u79c3\u7a81\u56fe\u5f92\u9014\u6d82\u5c60\u571f\u5410\u5154\u6e4d\u56e2\u63a8\u9893\u817f\u8715\u892a\u9000\u541e\u5c6f\u81c0\u62d6\u6258\u8131\u9e35\u9640\u9a6e\u9a7c\u692d\u59a5\u62d3\u553e\u6316\u54c7\u86d9\u6d3c\u5a03\u74e6\u889c\u6b6a\u5916\u8c4c\u5f2f\u6e7e\u73a9\u987d\u4e38\u70f7\u5b8c\u7897\u633d\u665a\u7696\u60cb\u5b9b\u5a49\u4e07\u8155\u6c6a\u738b\u4ea1\u6789\u7f51\u5f80\u65fa\u671b\u5fd8\u5984\u5a01"],["ce40","\u8719\u871b\u871d\u871f\u8720\u8724\u8726\u8727\u8728\u872a\u872b\u872c\u872d\u872f\u8730\u8732\u8733\u8735\u8736\u8738\u8739\u873a\u873c\u873d\u8740",6,"\u874a\u874b\u874d\u874f\u8750\u8751\u8752\u8754\u8755\u8756\u8758\u875a",5,"\u8761\u8762\u8766",7,"\u876f\u8771\u8772\u8773\u8775"],["ce80","\u8777\u8778\u8779\u877a\u877f\u8780\u8781\u8784\u8786\u8787\u8789\u878a\u878c\u878e",4,"\u8794\u8795\u8796\u8798",6,"\u87a0",4,"\u5dcd\u5fae\u5371\u97e6\u8fdd\u6845\u56f4\u552f\u60df\u4e3a\u6f4d\u7ef4\u82c7\u840e\u59d4\u4f1f\u4f2a\u5c3e\u7eac\u672a\u851a\u5473\u754f\u80c3\u5582\u9b4f\u4f4d\u6e2d\u8c13\u5c09\u6170\u536b\u761f\u6e29\u868a\u6587\u95fb\u7eb9\u543b\u7a33\u7d0a\u95ee\u55e1\u7fc1\u74ee\u631d\u8717\u6da1\u7a9d\u6211\u65a1\u5367\u63e1\u6c83\u5deb\u545c\u94a8\u4e4c\u6c61\u8bec\u5c4b\u65e0\u829c\u68a7\u543e\u5434\u6bcb\u6b66\u4e94\u6342\u5348\u821e\u4f0d\u4fae\u575e\u620a\u96fe\u6664\u7269\u52ff\u52a1\u609f\u8bef\u6614\u7199\u6790\u897f\u7852\u77fd\u6670\u563b\u5438\u9521\u727a"],["cf40","\u87a5\u87a6\u87a7\u87a9\u87aa\u87ae\u87b0\u87b1\u87b2\u87b4\u87b6\u87b7\u87b8\u87b9\u87bb\u87bc\u87be\u87bf\u87c1",4,"\u87c7\u87c8\u87c9\u87cc",4,"\u87d4",6,"\u87dc\u87dd\u87de\u87df\u87e1\u87e2\u87e3\u87e4\u87e6\u87e7\u87e8\u87e9\u87eb\u87ec\u87ed\u87ef",9],["cf80","\u87fa\u87fb\u87fc\u87fd\u87ff\u8800\u8801\u8802\u8804",5,"\u880b",7,"\u8814\u8817\u8818\u8819\u881a\u881c",4,"\u8823\u7a00\u606f\u5e0c\u6089\u819d\u5915\u60dc\u7184\u70ef\u6eaa\u6c50\u7280\u6a84\u88ad\u5e2d\u4e60\u5ab3\u559c\u94e3\u6d17\u7cfb\u9699\u620f\u7ec6\u778e\u867e\u5323\u971e\u8f96\u6687\u5ce1\u4fa0\u72ed\u4e0b\u53a6\u590f\u5413\u6380\u9528\u5148\u4ed9\u9c9c\u7ea4\u54b8\u8d24\u8854\u8237\u95f2\u6d8e\u5f26\u5acc\u663e\u9669\u73b0\u732e\u53bf\u817a\u9985\u7fa1\u5baa\u9677\u9650\u7ebf\u76f8\u53a2\u9576\u9999\u7bb1\u8944\u6e58\u4e61\u7fd4\u7965\u8be6\u60f3\u54cd\u4eab\u9879\u5df7\u6a61\u50cf\u5411\u8c61\u8427\u785d\u9704\u524a\u54ee\u56a3\u9500\u6d88\u5bb5\u6dc6\u6653"],["d040","\u8824",13,"\u8833",5,"\u883a\u883b\u883d\u883e\u883f\u8841\u8842\u8843\u8846",5,"\u884e",5,"\u8855\u8856\u8858\u885a",6,"\u8866\u8867\u886a\u886d\u886f\u8871\u8873\u8874\u8875\u8876\u8878\u8879\u887a"],["d080","\u887b\u887c\u8880\u8883\u8886\u8887\u8889\u888a\u888c\u888e\u888f\u8890\u8891\u8893\u8894\u8895\u8897",4,"\u889d",4,"\u88a3\u88a5",5,"\u5c0f\u5b5d\u6821\u8096\u5578\u7b11\u6548\u6954\u4e9b\u6b47\u874e\u978b\u534f\u631f\u643a\u90aa\u659c\u80c1\u8c10\u5199\u68b0\u5378\u87f9\u61c8\u6cc4\u6cfb\u8c22\u5c51\u85aa\u82af\u950c\u6b23\u8f9b\u65b0\u5ffb\u5fc3\u4fe1\u8845\u661f\u8165\u7329\u60fa\u5174\u5211\u578b\u5f62\u90a2\u884c\u9192\u5e78\u674f\u6027\u59d3\u5144\u51f6\u80f8\u5308\u6c79\u96c4\u718a\u4f11\u4fee\u7f9e\u673d\u55c5\u9508\u79c0\u8896\u7ee3\u589f\u620c\u9700\u865a\u5618\u987b\u5f90\u8bb8\u84c4\u9157\u53d9\u65ed\u5e8f\u755c\u6064\u7d6e\u5a7f\u7eea\u7eed\u8f69\u55a7\u5ba3\u60ac\u65cb\u7384"],["d140","\u88ac\u88ae\u88af\u88b0\u88b2",4,"\u88b8\u88b9\u88ba\u88bb\u88bd\u88be\u88bf\u88c0\u88c3\u88c4\u88c7\u88c8\u88ca\u88cb\u88cc\u88cd\u88cf\u88d0\u88d1\u88d3\u88d6\u88d7\u88da",4,"\u88e0\u88e1\u88e6\u88e7\u88e9",6,"\u88f2\u88f5\u88f6\u88f7\u88fa\u88fb\u88fd\u88ff\u8900\u8901\u8903",5],["d180","\u8909\u890b",4,"\u8911\u8914",4,"\u891c",4,"\u8922\u8923\u8924\u8926\u8927\u8928\u8929\u892c\u892d\u892e\u892f\u8931\u8932\u8933\u8935\u8937\u9009\u7663\u7729\u7eda\u9774\u859b\u5b66\u7a74\u96ea\u8840\u52cb\u718f\u5faa\u65ec\u8be2\u5bfb\u9a6f\u5de1\u6b89\u6c5b\u8bad\u8baf\u900a\u8fc5\u538b\u62bc\u9e26\u9e2d\u5440\u4e2b\u82bd\u7259\u869c\u5d16\u8859\u6daf\u96c5\u54d1\u4e9a\u8bb6\u7109\u54bd\u9609\u70df\u6df9\u76d0\u4e25\u7814\u8712\u5ca9\u5ef6\u8a00\u989c\u960e\u708e\u6cbf\u5944\u63a9\u773c\u884d\u6f14\u8273\u5830\u71d5\u538c\u781a\u96c1\u5501\u5f66\u7130\u5bb4\u8c1a\u9a8c\u6b83\u592e\u9e2f\u79e7\u6768\u626c\u4f6f\u75a1\u7f8a\u6d0b\u9633\u6c27\u4ef0\u75d2\u517b\u6837\u6f3e\u9080\u8170\u5996\u7476"],["d240","\u8938",8,"\u8942\u8943\u8945",24,"\u8960",5,"\u8967",19,"\u897c"],["d280","\u897d\u897e\u8980\u8982\u8984\u8985\u8987",26,"\u6447\u5c27\u9065\u7a91\u8c23\u59da\u54ac\u8200\u836f\u8981\u8000\u6930\u564e\u8036\u7237\u91ce\u51b6\u4e5f\u9875\u6396\u4e1a\u53f6\u66f3\u814b\u591c\u6db2\u4e00\u58f9\u533b\u63d6\u94f1\u4f9d\u4f0a\u8863\u9890\u5937\u9057\u79fb\u4eea\u80f0\u7591\u6c82\u5b9c\u59e8\u5f5d\u6905\u8681\u501a\u5df2\u4e59\u77e3\u4ee5\u827a\u6291\u6613\u9091\u5c79\u4ebf\u5f79\u81c6\u9038\u8084\u75ab\u4ea6\u88d4\u610f\u6bc5\u5fc6\u4e49\u76ca\u6ea2\u8be3\u8bae\u8c0a\u8bd1\u5f02\u7ffc\u7fcc\u7ece\u8335\u836b\u56e0\u6bb7\u97f3\u9634\u59fb\u541f\u94f6\u6deb\u5bc5\u996e\u5c39\u5f15\u9690"],["d340","\u89a2",30,"\u89c3\u89cd\u89d3\u89d4\u89d5\u89d7\u89d8\u89d9\u89db\u89dd\u89df\u89e0\u89e1\u89e2\u89e4\u89e7\u89e8\u89e9\u89ea\u89ec\u89ed\u89ee\u89f0\u89f1\u89f2\u89f4",6],["d380","\u89fb",4,"\u8a01",5,"\u8a08",21,"\u5370\u82f1\u6a31\u5a74\u9e70\u5e94\u7f28\u83b9\u8424\u8425\u8367\u8747\u8fce\u8d62\u76c8\u5f71\u9896\u786c\u6620\u54df\u62e5\u4f63\u81c3\u75c8\u5eb8\u96cd\u8e0a\u86f9\u548f\u6cf3\u6d8c\u6c38\u607f\u52c7\u7528\u5e7d\u4f18\u60a0\u5fe7\u5c24\u7531\u90ae\u94c0\u72b9\u6cb9\u6e38\u9149\u6709\u53cb\u53f3\u4f51\u91c9\u8bf1\u53c8\u5e7c\u8fc2\u6de4\u4e8e\u76c2\u6986\u865e\u611a\u8206\u4f59\u4fde\u903e\u9c7c\u6109\u6e1d\u6e14\u9685\u4e88\u5a31\u96e8\u4e0e\u5c7f\u79b9\u5b87\u8bed\u7fbd\u7389\u57df\u828b\u90c1\u5401\u9047\u55bb\u5cea\u5fa1\u6108\u6b32\u72f1\u80b2\u8a89"],["d440","\u8a1e",31,"\u8a3f",8,"\u8a49",21],["d480","\u8a5f",25,"\u8a7a",6,"\u6d74\u5bd3\u88d5\u9884\u8c6b\u9a6d\u9e33\u6e0a\u51a4\u5143\u57a3\u8881\u539f\u63f4\u8f95\u56ed\u5458\u5706\u733f\u6e90\u7f18\u8fdc\u82d1\u613f\u6028\u9662\u66f0\u7ea6\u8d8a\u8dc3\u94a5\u5cb3\u7ca4\u6708\u60a6\u9605\u8018\u4e91\u90e7\u5300\u9668\u5141\u8fd0\u8574\u915d\u6655\u97f5\u5b55\u531d\u7838\u6742\u683d\u54c9\u707e\u5bb0\u8f7d\u518d\u5728\u54b1\u6512\u6682\u8d5e\u8d43\u810f\u846c\u906d\u7cdf\u51ff\u85fb\u67a3\u65e9\u6fa1\u86a4\u8e81\u566a\u9020\u7682\u7076\u71e5\u8d23\u62e9\u5219\u6cfd\u8d3c\u600e\u589e\u618e\u66fe\u8d60\u624e\u55b3\u6e23\u672d\u8f67"],["d540","\u8a81",7,"\u8a8b",7,"\u8a94",46],["d580","\u8ac3",32,"\u94e1\u95f8\u7728\u6805\u69a8\u548b\u4e4d\u70b8\u8bc8\u6458\u658b\u5b85\u7a84\u503a\u5be8\u77bb\u6be1\u8a79\u7c98\u6cbe\u76cf\u65a9\u8f97\u5d2d\u5c55\u8638\u6808\u5360\u6218\u7ad9\u6e5b\u7efd\u6a1f\u7ae0\u5f70\u6f33\u5f20\u638c\u6da8\u6756\u4e08\u5e10\u8d26\u4ed7\u80c0\u7634\u969c\u62db\u662d\u627e\u6cbc\u8d75\u7167\u7f69\u5146\u8087\u53ec\u906e\u6298\u54f2\u86f0\u8f99\u8005\u9517\u8517\u8fd9\u6d59\u73cd\u659f\u771f\u7504\u7827\u81fb\u8d1e\u9488\u4fa6\u6795\u75b9\u8bca\u9707\u632f\u9547\u9635\u84b8\u6323\u7741\u5f81\u72f0\u4e89\u6014\u6574\u62ef\u6b63\u653f"],["d640","\u8ae4",34,"\u8b08",27],["d680","\u8b24\u8b25\u8b27",30,"\u5e27\u75c7\u90d1\u8bc1\u829d\u679d\u652f\u5431\u8718\u77e5\u80a2\u8102\u6c41\u4e4b\u7ec7\u804c\u76f4\u690d\u6b96\u6267\u503c\u4f84\u5740\u6307\u6b62\u8dbe\u53ea\u65e8\u7eb8\u5fd7\u631a\u63b7\u81f3\u81f4\u7f6e\u5e1c\u5cd9\u5236\u667a\u79e9\u7a1a\u8d28\u7099\u75d4\u6ede\u6cbb\u7a92\u4e2d\u76c5\u5fe0\u949f\u8877\u7ec8\u79cd\u80bf\u91cd\u4ef2\u4f17\u821f\u5468\u5dde\u6d32\u8bcc\u7ca5\u8f74\u8098\u5e1a\u5492\u76b1\u5b99\u663c\u9aa4\u73e0\u682a\u86db\u6731\u732a\u8bf8\u8bdb\u9010\u7af9\u70db\u716e\u62c4\u77a9\u5631\u4e3b\u8457\u67f1\u52a9\u86c0\u8d2e\u94f8\u7b51"],["d740","\u8b46",31,"\u8b67",4,"\u8b6d",25],["d780","\u8b87",24,"\u8bac\u8bb1\u8bbb\u8bc7\u8bd0\u8bea\u8c09\u8c1e\u4f4f\u6ce8\u795d\u9a7b\u6293\u722a\u62fd\u4e13\u7816\u8f6c\u64b0\u8d5a\u7bc6\u6869\u5e84\u88c5\u5986\u649e\u58ee\u72b6\u690e\u9525\u8ffd\u8d58\u5760\u7f00\u8c06\u51c6\u6349\u62d9\u5353\u684c\u7422\u8301\u914c\u5544\u7740\u707c\u6d4a\u5179\u54a8\u8d44\u59ff\u6ecb\u6dc4\u5b5c\u7d2b\u4ed4\u7c7d\u6ed3\u5b50\u81ea\u6e0d\u5b57\u9b03\u68d5\u8e2a\u5b97\u7efc\u603b\u7eb5\u90b9\u8d70\u594f\u63cd\u79df\u8db3\u5352\u65cf\u7956\u8bc5\u963b\u7ec4\u94bb\u7e82\u5634\u9189\u6700\u7f6a\u5c0a\u9075\u6628\u5de6\u4f50\u67de\u505a\u4f5c\u5750\u5ea7"],["d840","\u8c38",8,"\u8c42\u8c43\u8c44\u8c45\u8c48\u8c4a\u8c4b\u8c4d",7,"\u8c56\u8c57\u8c58\u8c59\u8c5b",5,"\u8c63",6,"\u8c6c",6,"\u8c74\u8c75\u8c76\u8c77\u8c7b",6,"\u8c83\u8c84\u8c86\u8c87"],["d880","\u8c88\u8c8b\u8c8d",6,"\u8c95\u8c96\u8c97\u8c99",20,"\u4e8d\u4e0c\u5140\u4e10\u5eff\u5345\u4e15\u4e98\u4e1e\u9b32\u5b6c\u5669\u4e28\u79ba\u4e3f\u5315\u4e47\u592d\u723b\u536e\u6c10\u56df\u80e4\u9997\u6bd3\u777e\u9f17\u4e36\u4e9f\u9f10\u4e5c\u4e69\u4e93\u8288\u5b5b\u556c\u560f\u4ec4\u538d\u539d\u53a3\u53a5\u53ae\u9765\u8d5d\u531a\u53f5\u5326\u532e\u533e\u8d5c\u5366\u5363\u5202\u5208\u520e\u522d\u5233\u523f\u5240\u524c\u525e\u5261\u525c\u84af\u527d\u5282\u5281\u5290\u5293\u5182\u7f54\u4ebb\u4ec3\u4ec9\u4ec2\u4ee8\u4ee1\u4eeb\u4ede\u4f1b\u4ef3\u4f22\u4f64\u4ef5\u4f25\u4f27\u4f09\u4f2b\u4f5e\u4f67\u6538\u4f5a\u4f5d"],["d940","\u8cae",62],["d980","\u8ced",32,"\u4f5f\u4f57\u4f32\u4f3d\u4f76\u4f74\u4f91\u4f89\u4f83\u4f8f\u4f7e\u4f7b\u4faa\u4f7c\u4fac\u4f94\u4fe6\u4fe8\u4fea\u4fc5\u4fda\u4fe3\u4fdc\u4fd1\u4fdf\u4ff8\u5029\u504c\u4ff3\u502c\u500f\u502e\u502d\u4ffe\u501c\u500c\u5025\u5028\u507e\u5043\u5055\u5048\u504e\u506c\u507b\u50a5\u50a7\u50a9\u50ba\u50d6\u5106\u50ed\u50ec\u50e6\u50ee\u5107\u510b\u4edd\u6c3d\u4f58\u4f65\u4fce\u9fa0\u6c46\u7c74\u516e\u5dfd\u9ec9\u9998\u5181\u5914\u52f9\u530d\u8a07\u5310\u51eb\u5919\u5155\u4ea0\u5156\u4eb3\u886e\u88a4\u4eb5\u8114\u88d2\u7980\u5b34\u8803\u7fb8\u51ab\u51b1\u51bd\u51bc"],["da40","\u8d0e",14,"\u8d20\u8d51\u8d52\u8d57\u8d5f\u8d65\u8d68\u8d69\u8d6a\u8d6c\u8d6e\u8d6f\u8d71\u8d72\u8d78",8,"\u8d82\u8d83\u8d86\u8d87\u8d88\u8d89\u8d8c",4,"\u8d92\u8d93\u8d95",9,"\u8da0\u8da1"],["da80","\u8da2\u8da4",12,"\u8db2\u8db6\u8db7\u8db9\u8dbb\u8dbd\u8dc0\u8dc1\u8dc2\u8dc5\u8dc7\u8dc8\u8dc9\u8dca\u8dcd\u8dd0\u8dd2\u8dd3\u8dd4\u51c7\u5196\u51a2\u51a5\u8ba0\u8ba6\u8ba7\u8baa\u8bb4\u8bb5\u8bb7\u8bc2\u8bc3\u8bcb\u8bcf\u8bce\u8bd2\u8bd3\u8bd4\u8bd6\u8bd8\u8bd9\u8bdc\u8bdf\u8be0\u8be4\u8be8\u8be9\u8bee\u8bf0\u8bf3\u8bf6\u8bf9\u8bfc\u8bff\u8c00\u8c02\u8c04\u8c07\u8c0c\u8c0f\u8c11\u8c12\u8c14\u8c15\u8c16\u8c19\u8c1b\u8c18\u8c1d\u8c1f\u8c20\u8c21\u8c25\u8c27\u8c2a\u8c2b\u8c2e\u8c2f\u8c32\u8c33\u8c35\u8c36\u5369\u537a\u961d\u9622\u9621\u9631\u962a\u963d\u963c\u9642\u9649\u9654\u965f\u9667\u966c\u9672\u9674\u9688\u968d\u9697\u96b0\u9097\u909b\u909d\u9099\u90ac\u90a1\u90b4\u90b3\u90b6\u90ba"],["db40","\u8dd5\u8dd8\u8dd9\u8ddc\u8de0\u8de1\u8de2\u8de5\u8de6\u8de7\u8de9\u8ded\u8dee\u8df0\u8df1\u8df2\u8df4\u8df6\u8dfc\u8dfe",6,"\u8e06\u8e07\u8e08\u8e0b\u8e0d\u8e0e\u8e10\u8e11\u8e12\u8e13\u8e15",7,"\u8e20\u8e21\u8e24",4,"\u8e2b\u8e2d\u8e30\u8e32\u8e33\u8e34\u8e36\u8e37\u8e38\u8e3b\u8e3c\u8e3e"],["db80","\u8e3f\u8e43\u8e45\u8e46\u8e4c",4,"\u8e53",5,"\u8e5a",11,"\u8e67\u8e68\u8e6a\u8e6b\u8e6e\u8e71\u90b8\u90b0\u90cf\u90c5\u90be\u90d0\u90c4\u90c7\u90d3\u90e6\u90e2\u90dc\u90d7\u90db\u90eb\u90ef\u90fe\u9104\u9122\u911e\u9123\u9131\u912f\u9139\u9143\u9146\u520d\u5942\u52a2\u52ac\u52ad\u52be\u54ff\u52d0\u52d6\u52f0\u53df\u71ee\u77cd\u5ef4\u51f5\u51fc\u9b2f\u53b6\u5f01\u755a\u5def\u574c\u57a9\u57a1\u587e\u58bc\u58c5\u58d1\u5729\u572c\u572a\u5733\u5739\u572e\u572f\u575c\u573b\u5742\u5769\u5785\u576b\u5786\u577c\u577b\u5768\u576d\u5776\u5773\u57ad\u57a4\u578c\u57b2\u57cf\u57a7\u57b4\u5793\u57a0\u57d5\u57d8\u57da\u57d9\u57d2\u57b8\u57f4\u57ef\u57f8\u57e4\u57dd"],["dc40","\u8e73\u8e75\u8e77",4,"\u8e7d\u8e7e\u8e80\u8e82\u8e83\u8e84\u8e86\u8e88",6,"\u8e91\u8e92\u8e93\u8e95",6,"\u8e9d\u8e9f",11,"\u8ead\u8eae\u8eb0\u8eb1\u8eb3",6,"\u8ebb",7],["dc80","\u8ec3",10,"\u8ecf",21,"\u580b\u580d\u57fd\u57ed\u5800\u581e\u5819\u5844\u5820\u5865\u586c\u5881\u5889\u589a\u5880\u99a8\u9f19\u61ff\u8279\u827d\u827f\u828f\u828a\u82a8\u8284\u828e\u8291\u8297\u8299\u82ab\u82b8\u82be\u82b0\u82c8\u82ca\u82e3\u8298\u82b7\u82ae\u82cb\u82cc\u82c1\u82a9\u82b4\u82a1\u82aa\u829f\u82c4\u82ce\u82a4\u82e1\u8309\u82f7\u82e4\u830f\u8307\u82dc\u82f4\u82d2\u82d8\u830c\u82fb\u82d3\u8311\u831a\u8306\u8314\u8315\u82e0\u82d5\u831c\u8351\u835b\u835c\u8308\u8392\u833c\u8334\u8331\u839b\u835e\u832f\u834f\u8347\u8343\u835f\u8340\u8317\u8360\u832d\u833a\u8333\u8366\u8365"],["dd40","\u8ee5",62],["dd80","\u8f24",32,"\u8368\u831b\u8369\u836c\u836a\u836d\u836e\u83b0\u8378\u83b3\u83b4\u83a0\u83aa\u8393\u839c\u8385\u837c\u83b6\u83a9\u837d\u83b8\u837b\u8398\u839e\u83a8\u83ba\u83bc\u83c1\u8401\u83e5\u83d8\u5807\u8418\u840b\u83dd\u83fd\u83d6\u841c\u8438\u8411\u8406\u83d4\u83df\u840f\u8403\u83f8\u83f9\u83ea\u83c5\u83c0\u8426\u83f0\u83e1\u845c\u8451\u845a\u8459\u8473\u8487\u8488\u847a\u8489\u8478\u843c\u8446\u8469\u8476\u848c\u848e\u8431\u846d\u84c1\u84cd\u84d0\u84e6\u84bd\u84d3\u84ca\u84bf\u84ba\u84e0\u84a1\u84b9\u84b4\u8497\u84e5\u84e3\u850c\u750d\u8538\u84f0\u8539\u851f\u853a"],["de40","\u8f45",32,"\u8f6a\u8f80\u8f8c\u8f92\u8f9d\u8fa0\u8fa1\u8fa2\u8fa4\u8fa5\u8fa6\u8fa7\u8faa\u8fac\u8fad\u8fae\u8faf\u8fb2\u8fb3\u8fb4\u8fb5\u8fb7\u8fb8\u8fba\u8fbb\u8fbc\u8fbf\u8fc0\u8fc3\u8fc6"],["de80","\u8fc9",4,"\u8fcf\u8fd2\u8fd6\u8fd7\u8fda\u8fe0\u8fe1\u8fe3\u8fe7\u8fec\u8fef\u8ff1\u8ff2\u8ff4\u8ff5\u8ff6\u8ffa\u8ffb\u8ffc\u8ffe\u8fff\u9007\u9008\u900c\u900e\u9013\u9015\u9018\u8556\u853b\u84ff\u84fc\u8559\u8548\u8568\u8564\u855e\u857a\u77a2\u8543\u8572\u857b\u85a4\u85a8\u8587\u858f\u8579\u85ae\u859c\u8585\u85b9\u85b7\u85b0\u85d3\u85c1\u85dc\u85ff\u8627\u8605\u8629\u8616\u863c\u5efe\u5f08\u593c\u5941\u8037\u5955\u595a\u5958\u530f\u5c22\u5c25\u5c2c\u5c34\u624c\u626a\u629f\u62bb\u62ca\u62da\u62d7\u62ee\u6322\u62f6\u6339\u634b\u6343\u63ad\u63f6\u6371\u637a\u638e\u63b4\u636d\u63ac\u638a\u6369\u63ae\u63bc\u63f2\u63f8\u63e0\u63ff\u63c4\u63de\u63ce\u6452\u63c6\u63be\u6445\u6441\u640b\u641b\u6420\u640c\u6426\u6421\u645e\u6484\u646d\u6496"],["df40","\u9019\u901c\u9023\u9024\u9025\u9027",5,"\u9030",4,"\u9037\u9039\u903a\u903d\u903f\u9040\u9043\u9045\u9046\u9048",4,"\u904e\u9054\u9055\u9056\u9059\u905a\u905c",5,"\u9064\u9066\u9067\u9069\u906a\u906b\u906c\u906f",4,"\u9076",6,"\u907e\u9081"],["df80","\u9084\u9085\u9086\u9087\u9089\u908a\u908c",4,"\u9092\u9094\u9096\u9098\u909a\u909c\u909e\u909f\u90a0\u90a4\u90a5\u90a7\u90a8\u90a9\u90ab\u90ad\u90b2\u90b7\u90bc\u90bd\u90bf\u90c0\u647a\u64b7\u64b8\u6499\u64ba\u64c0\u64d0\u64d7\u64e4\u64e2\u6509\u6525\u652e\u5f0b\u5fd2\u7519\u5f11\u535f\u53f1\u53fd\u53e9\u53e8\u53fb\u5412\u5416\u5406\u544b\u5452\u5453\u5454\u5456\u5443\u5421\u5457\u5459\u5423\u5432\u5482\u5494\u5477\u5471\u5464\u549a\u549b\u5484\u5476\u5466\u549d\u54d0\u54ad\u54c2\u54b4\u54d2\u54a7\u54a6\u54d3\u54d4\u5472\u54a3\u54d5\u54bb\u54bf\u54cc\u54d9\u54da\u54dc\u54a9\u54aa\u54a4\u54dd\u54cf\u54de\u551b\u54e7\u5520\u54fd\u5514\u54f3\u5522\u5523\u550f\u5511\u5527\u552a\u5567\u558f\u55b5\u5549\u556d\u5541\u5555\u553f\u5550\u553c"],["e040","\u90c2\u90c3\u90c6\u90c8\u90c9\u90cb\u90cc\u90cd\u90d2\u90d4\u90d5\u90d6\u90d8\u90d9\u90da\u90de\u90df\u90e0\u90e3\u90e4\u90e5\u90e9\u90ea\u90ec\u90ee\u90f0\u90f1\u90f2\u90f3\u90f5\u90f6\u90f7\u90f9\u90fa\u90fb\u90fc\u90ff\u9100\u9101\u9103\u9105",19,"\u911a\u911b\u911c"],["e080","\u911d\u911f\u9120\u9121\u9124",10,"\u9130\u9132",6,"\u913a",8,"\u9144\u5537\u5556\u5575\u5576\u5577\u5533\u5530\u555c\u558b\u55d2\u5583\u55b1\u55b9\u5588\u5581\u559f\u557e\u55d6\u5591\u557b\u55df\u55bd\u55be\u5594\u5599\u55ea\u55f7\u55c9\u561f\u55d1\u55eb\u55ec\u55d4\u55e6\u55dd\u55c4\u55ef\u55e5\u55f2\u55f3\u55cc\u55cd\u55e8\u55f5\u55e4\u8f94\u561e\u5608\u560c\u5601\u5624\u5623\u55fe\u5600\u5627\u562d\u5658\u5639\u5657\u562c\u564d\u5662\u5659\u565c\u564c\u5654\u5686\u5664\u5671\u566b\u567b\u567c\u5685\u5693\u56af\u56d4\u56d7\u56dd\u56e1\u56f5\u56eb\u56f9\u56ff\u5704\u570a\u5709\u571c\u5e0f\u5e19\u5e14\u5e11\u5e31\u5e3b\u5e3c"],["e140","\u9145\u9147\u9148\u9151\u9153\u9154\u9155\u9156\u9158\u9159\u915b\u915c\u915f\u9160\u9166\u9167\u9168\u916b\u916d\u9173\u917a\u917b\u917c\u9180",4,"\u9186\u9188\u918a\u918e\u918f\u9193",6,"\u919c",5,"\u91a4",5,"\u91ab\u91ac\u91b0\u91b1\u91b2\u91b3\u91b6\u91b7\u91b8\u91b9\u91bb"],["e180","\u91bc",10,"\u91c8\u91cb\u91d0\u91d2",9,"\u91dd",8,"\u5e37\u5e44\u5e54\u5e5b\u5e5e\u5e61\u5c8c\u5c7a\u5c8d\u5c90\u5c96\u5c88\u5c98\u5c99\u5c91\u5c9a\u5c9c\u5cb5\u5ca2\u5cbd\u5cac\u5cab\u5cb1\u5ca3\u5cc1\u5cb7\u5cc4\u5cd2\u5ce4\u5ccb\u5ce5\u5d02\u5d03\u5d27\u5d26\u5d2e\u5d24\u5d1e\u5d06\u5d1b\u5d58\u5d3e\u5d34\u5d3d\u5d6c\u5d5b\u5d6f\u5d5d\u5d6b\u5d4b\u5d4a\u5d69\u5d74\u5d82\u5d99\u5d9d\u8c73\u5db7\u5dc5\u5f73\u5f77\u5f82\u5f87\u5f89\u5f8c\u5f95\u5f99\u5f9c\u5fa8\u5fad\u5fb5\u5fbc\u8862\u5f61\u72ad\u72b0\u72b4\u72b7\u72b8\u72c3\u72c1\u72ce\u72cd\u72d2\u72e8\u72ef\u72e9\u72f2\u72f4\u72f7\u7301\u72f3\u7303\u72fa"],["e240","\u91e6",62],["e280","\u9225",32,"\u72fb\u7317\u7313\u7321\u730a\u731e\u731d\u7315\u7322\u7339\u7325\u732c\u7338\u7331\u7350\u734d\u7357\u7360\u736c\u736f\u737e\u821b\u5925\u98e7\u5924\u5902\u9963\u9967",5,"\u9974\u9977\u997d\u9980\u9984\u9987\u998a\u998d\u9990\u9991\u9993\u9994\u9995\u5e80\u5e91\u5e8b\u5e96\u5ea5\u5ea0\u5eb9\u5eb5\u5ebe\u5eb3\u8d53\u5ed2\u5ed1\u5edb\u5ee8\u5eea\u81ba\u5fc4\u5fc9\u5fd6\u5fcf\u6003\u5fee\u6004\u5fe1\u5fe4\u5ffe\u6005\u6006\u5fea\u5fed\u5ff8\u6019\u6035\u6026\u601b\u600f\u600d\u6029\u602b\u600a\u603f\u6021\u6078\u6079\u607b\u607a\u6042"],["e340","\u9246",45,"\u9275",16],["e380","\u9286",7,"\u928f",24,"\u606a\u607d\u6096\u609a\u60ad\u609d\u6083\u6092\u608c\u609b\u60ec\u60bb\u60b1\u60dd\u60d8\u60c6\u60da\u60b4\u6120\u6126\u6115\u6123\u60f4\u6100\u610e\u612b\u614a\u6175\u61ac\u6194\u61a7\u61b7\u61d4\u61f5\u5fdd\u96b3\u95e9\u95eb\u95f1\u95f3\u95f5\u95f6\u95fc\u95fe\u9603\u9604\u9606\u9608\u960a\u960b\u960c\u960d\u960f\u9612\u9615\u9616\u9617\u9619\u961a\u4e2c\u723f\u6215\u6c35\u6c54\u6c5c\u6c4a\u6ca3\u6c85\u6c90\u6c94\u6c8c\u6c68\u6c69\u6c74\u6c76\u6c86\u6ca9\u6cd0\u6cd4\u6cad\u6cf7\u6cf8\u6cf1\u6cd7\u6cb2\u6ce0\u6cd6\u6cfa\u6ceb\u6cee\u6cb1\u6cd3\u6cef\u6cfe"],["e440","\u92a8",5,"\u92af",24,"\u92c9",31],["e480","\u92e9",32,"\u6d39\u6d27\u6d0c\u6d43\u6d48\u6d07\u6d04\u6d19\u6d0e\u6d2b\u6d4d\u6d2e\u6d35\u6d1a\u6d4f\u6d52\u6d54\u6d33\u6d91\u6d6f\u6d9e\u6da0\u6d5e\u6d93\u6d94\u6d5c\u6d60\u6d7c\u6d63\u6e1a\u6dc7\u6dc5\u6dde\u6e0e\u6dbf\u6de0\u6e11\u6de6\u6ddd\u6dd9\u6e16\u6dab\u6e0c\u6dae\u6e2b\u6e6e\u6e4e\u6e6b\u6eb2\u6e5f\u6e86\u6e53\u6e54\u6e32\u6e25\u6e44\u6edf\u6eb1\u6e98\u6ee0\u6f2d\u6ee2\u6ea5\u6ea7\u6ebd\u6ebb\u6eb7\u6ed7\u6eb4\u6ecf\u6e8f\u6ec2\u6e9f\u6f62\u6f46\u6f47\u6f24\u6f15\u6ef9\u6f2f\u6f36\u6f4b\u6f74\u6f2a\u6f09\u6f29\u6f89\u6f8d\u6f8c\u6f78\u6f72\u6f7c\u6f7a\u6fd1"],["e540","\u930a",51,"\u933f",10],["e580","\u934a",31,"\u936b\u6fc9\u6fa7\u6fb9\u6fb6\u6fc2\u6fe1\u6fee\u6fde\u6fe0\u6fef\u701a\u7023\u701b\u7039\u7035\u704f\u705e\u5b80\u5b84\u5b95\u5b93\u5ba5\u5bb8\u752f\u9a9e\u6434\u5be4\u5bee\u8930\u5bf0\u8e47\u8b07\u8fb6\u8fd3\u8fd5\u8fe5\u8fee\u8fe4\u8fe9\u8fe6\u8ff3\u8fe8\u9005\u9004\u900b\u9026\u9011\u900d\u9016\u9021\u9035\u9036\u902d\u902f\u9044\u9051\u9052\u9050\u9068\u9058\u9062\u905b\u66b9\u9074\u907d\u9082\u9088\u9083\u908b\u5f50\u5f57\u5f56\u5f58\u5c3b\u54ab\u5c50\u5c59\u5b71\u5c63\u5c66\u7fbc\u5f2a\u5f29\u5f2d\u8274\u5f3c\u9b3b\u5c6e\u5981\u5983\u598d\u59a9\u59aa\u59a3"],["e640","\u936c",34,"\u9390",27],["e680","\u93ac",29,"\u93cb\u93cc\u93cd\u5997\u59ca\u59ab\u599e\u59a4\u59d2\u59b2\u59af\u59d7\u59be\u5a05\u5a06\u59dd\u5a08\u59e3\u59d8\u59f9\u5a0c\u5a09\u5a32\u5a34\u5a11\u5a23\u5a13\u5a40\u5a67\u5a4a\u5a55\u5a3c\u5a62\u5a75\u80ec\u5aaa\u5a9b\u5a77\u5a7a\u5abe\u5aeb\u5ab2\u5ad2\u5ad4\u5ab8\u5ae0\u5ae3\u5af1\u5ad6\u5ae6\u5ad8\u5adc\u5b09\u5b17\u5b16\u5b32\u5b37\u5b40\u5c15\u5c1c\u5b5a\u5b65\u5b73\u5b51\u5b53\u5b62\u9a75\u9a77\u9a78\u9a7a\u9a7f\u9a7d\u9a80\u9a81\u9a85\u9a88\u9a8a\u9a90\u9a92\u9a93\u9a96\u9a98\u9a9b\u9a9c\u9a9d\u9a9f\u9aa0\u9aa2\u9aa3\u9aa5\u9aa7\u7e9f\u7ea1\u7ea3\u7ea5\u7ea8\u7ea9"],["e740","\u93ce",7,"\u93d7",54],["e780","\u940e",32,"\u7ead\u7eb0\u7ebe\u7ec0\u7ec1\u7ec2\u7ec9\u7ecb\u7ecc\u7ed0\u7ed4\u7ed7\u7edb\u7ee0\u7ee1\u7ee8\u7eeb\u7eee\u7eef\u7ef1\u7ef2\u7f0d\u7ef6\u7efa\u7efb\u7efe\u7f01\u7f02\u7f03\u7f07\u7f08\u7f0b\u7f0c\u7f0f\u7f11\u7f12\u7f17\u7f19\u7f1c\u7f1b\u7f1f\u7f21",6,"\u7f2a\u7f2b\u7f2c\u7f2d\u7f2f",4,"\u7f35\u5e7a\u757f\u5ddb\u753e\u9095\u738e\u7391\u73ae\u73a2\u739f\u73cf\u73c2\u73d1\u73b7\u73b3\u73c0\u73c9\u73c8\u73e5\u73d9\u987c\u740a\u73e9\u73e7\u73de\u73ba\u73f2\u740f\u742a\u745b\u7426\u7425\u7428\u7430\u742e\u742c"],["e840","\u942f",14,"\u943f",43,"\u946c\u946d\u946e\u946f"],["e880","\u9470",20,"\u9491\u9496\u9498\u94c7\u94cf\u94d3\u94d4\u94da\u94e6\u94fb\u951c\u9520\u741b\u741a\u7441\u745c\u7457\u7455\u7459\u7477\u746d\u747e\u749c\u748e\u7480\u7481\u7487\u748b\u749e\u74a8\u74a9\u7490\u74a7\u74d2\u74ba\u97ea\u97eb\u97ec\u674c\u6753\u675e\u6748\u6769\u67a5\u6787\u676a\u6773\u6798\u67a7\u6775\u67a8\u679e\u67ad\u678b\u6777\u677c\u67f0\u6809\u67d8\u680a\u67e9\u67b0\u680c\u67d9\u67b5\u67da\u67b3\u67dd\u6800\u67c3\u67b8\u67e2\u680e\u67c1\u67fd\u6832\u6833\u6860\u6861\u684e\u6862\u6844\u6864\u6883\u681d\u6855\u6866\u6841\u6867\u6840\u683e\u684a\u6849\u6829\u68b5\u688f\u6874\u6877\u6893\u686b\u68c2\u696e\u68fc\u691f\u6920\u68f9"],["e940","\u9527\u9533\u953d\u9543\u9548\u954b\u9555\u955a\u9560\u956e\u9574\u9575\u9577",7,"\u9580",42],["e980","\u95ab",32,"\u6924\u68f0\u690b\u6901\u6957\u68e3\u6910\u6971\u6939\u6960\u6942\u695d\u6984\u696b\u6980\u6998\u6978\u6934\u69cc\u6987\u6988\u69ce\u6989\u6966\u6963\u6979\u699b\u69a7\u69bb\u69ab\u69ad\u69d4\u69b1\u69c1\u69ca\u69df\u6995\u69e0\u698d\u69ff\u6a2f\u69ed\u6a17\u6a18\u6a65\u69f2\u6a44\u6a3e\u6aa0\u6a50\u6a5b\u6a35\u6a8e\u6a79\u6a3d\u6a28\u6a58\u6a7c\u6a91\u6a90\u6aa9\u6a97\u6aab\u7337\u7352\u6b81\u6b82\u6b87\u6b84\u6b92\u6b93\u6b8d\u6b9a\u6b9b\u6ba1\u6baa\u8f6b\u8f6d\u8f71\u8f72\u8f73\u8f75\u8f76\u8f78\u8f77\u8f79\u8f7a\u8f7c\u8f7e\u8f81\u8f82\u8f84\u8f87\u8f8b"],["ea40","\u95cc",27,"\u95ec\u95ff\u9607\u9613\u9618\u961b\u961e\u9620\u9623",6,"\u962b\u962c\u962d\u962f\u9630\u9637\u9638\u9639\u963a\u963e\u9641\u9643\u964a\u964e\u964f\u9651\u9652\u9653\u9656\u9657"],["ea80","\u9658\u9659\u965a\u965c\u965d\u965e\u9660\u9663\u9665\u9666\u966b\u966d",4,"\u9673\u9678",12,"\u9687\u9689\u968a\u8f8d\u8f8e\u8f8f\u8f98\u8f9a\u8ece\u620b\u6217\u621b\u621f\u6222\u6221\u6225\u6224\u622c\u81e7\u74ef\u74f4\u74ff\u750f\u7511\u7513\u6534\u65ee\u65ef\u65f0\u660a\u6619\u6772\u6603\u6615\u6600\u7085\u66f7\u661d\u6634\u6631\u6636\u6635\u8006\u665f\u6654\u6641\u664f\u6656\u6661\u6657\u6677\u6684\u668c\u66a7\u669d\u66be\u66db\u66dc\u66e6\u66e9\u8d32\u8d33\u8d36\u8d3b\u8d3d\u8d40\u8d45\u8d46\u8d48\u8d49\u8d47\u8d4d\u8d55\u8d59\u89c7\u89ca\u89cb\u89cc\u89ce\u89cf\u89d0\u89d1\u726e\u729f\u725d\u7266\u726f\u727e\u727f\u7284\u728b\u728d\u728f\u7292\u6308\u6332\u63b0"],["eb40","\u968c\u968e\u9691\u9692\u9693\u9695\u9696\u969a\u969b\u969d",9,"\u96a8",7,"\u96b1\u96b2\u96b4\u96b5\u96b7\u96b8\u96ba\u96bb\u96bf\u96c2\u96c3\u96c8\u96ca\u96cb\u96d0\u96d1\u96d3\u96d4\u96d6",9,"\u96e1",6,"\u96eb"],["eb80","\u96ec\u96ed\u96ee\u96f0\u96f1\u96f2\u96f4\u96f5\u96f8\u96fa\u96fb\u96fc\u96fd\u96ff\u9702\u9703\u9705\u970a\u970b\u970c\u9710\u9711\u9712\u9714\u9715\u9717",4,"\u971d\u971f\u9720\u643f\u64d8\u8004\u6bea\u6bf3\u6bfd\u6bf5\u6bf9\u6c05\u6c07\u6c06\u6c0d\u6c15\u6c18\u6c19\u6c1a\u6c21\u6c29\u6c24\u6c2a\u6c32\u6535\u6555\u656b\u724d\u7252\u7256\u7230\u8662\u5216\u809f\u809c\u8093\u80bc\u670a\u80bd\u80b1\u80ab\u80ad\u80b4\u80b7\u80e7\u80e8\u80e9\u80ea\u80db\u80c2\u80c4\u80d9\u80cd\u80d7\u6710\u80dd\u80eb\u80f1\u80f4\u80ed\u810d\u810e\u80f2\u80fc\u6715\u8112\u8c5a\u8136\u811e\u812c\u8118\u8132\u8148\u814c\u8153\u8174\u8159\u815a\u8171\u8160\u8169\u817c\u817d\u816d\u8167\u584d\u5ab5\u8188\u8182\u8191\u6ed5\u81a3\u81aa\u81cc\u6726\u81ca\u81bb"],["ec40","\u9721",8,"\u972b\u972c\u972e\u972f\u9731\u9733",4,"\u973a\u973b\u973c\u973d\u973f",18,"\u9754\u9755\u9757\u9758\u975a\u975c\u975d\u975f\u9763\u9764\u9766\u9767\u9768\u976a",7],["ec80","\u9772\u9775\u9777",4,"\u977d",7,"\u9786",4,"\u978c\u978e\u978f\u9790\u9793\u9795\u9796\u9797\u9799",4,"\u81c1\u81a6\u6b24\u6b37\u6b39\u6b43\u6b46\u6b59\u98d1\u98d2\u98d3\u98d5\u98d9\u98da\u6bb3\u5f40\u6bc2\u89f3\u6590\u9f51\u6593\u65bc\u65c6\u65c4\u65c3\u65cc\u65ce\u65d2\u65d6\u7080\u709c\u7096\u709d\u70bb\u70c0\u70b7\u70ab\u70b1\u70e8\u70ca\u7110\u7113\u7116\u712f\u7131\u7173\u715c\u7168\u7145\u7172\u714a\u7178\u717a\u7198\u71b3\u71b5\u71a8\u71a0\u71e0\u71d4\u71e7\u71f9\u721d\u7228\u706c\u7118\u7166\u71b9\u623e\u623d\u6243\u6248\u6249\u793b\u7940\u7946\u7949\u795b\u795c\u7953\u795a\u7962\u7957\u7960\u796f\u7967\u797a\u7985\u798a\u799a\u79a7\u79b3\u5fd1\u5fd0"],["ed40","\u979e\u979f\u97a1\u97a2\u97a4",6,"\u97ac\u97ae\u97b0\u97b1\u97b3\u97b5",46],["ed80","\u97e4\u97e5\u97e8\u97ee",4,"\u97f4\u97f7",23,"\u603c\u605d\u605a\u6067\u6041\u6059\u6063\u60ab\u6106\u610d\u615d\u61a9\u619d\u61cb\u61d1\u6206\u8080\u807f\u6c93\u6cf6\u6dfc\u77f6\u77f8\u7800\u7809\u7817\u7818\u7811\u65ab\u782d\u781c\u781d\u7839\u783a\u783b\u781f\u783c\u7825\u782c\u7823\u7829\u784e\u786d\u7856\u7857\u7826\u7850\u7847\u784c\u786a\u789b\u7893\u789a\u7887\u789c\u78a1\u78a3\u78b2\u78b9\u78a5\u78d4\u78d9\u78c9\u78ec\u78f2\u7905\u78f4\u7913\u7924\u791e\u7934\u9f9b\u9ef9\u9efb\u9efc\u76f1\u7704\u770d\u76f9\u7707\u7708\u771a\u7722\u7719\u772d\u7726\u7735\u7738\u7750\u7751\u7747\u7743\u775a\u7768"],["ee40","\u980f",62],["ee80","\u984e",32,"\u7762\u7765\u777f\u778d\u777d\u7780\u778c\u7791\u779f\u77a0\u77b0\u77b5\u77bd\u753a\u7540\u754e\u754b\u7548\u755b\u7572\u7579\u7583\u7f58\u7f61\u7f5f\u8a48\u7f68\u7f74\u7f71\u7f79\u7f81\u7f7e\u76cd\u76e5\u8832\u9485\u9486\u9487\u948b\u948a\u948c\u948d\u948f\u9490\u9494\u9497\u9495\u949a\u949b\u949c\u94a3\u94a4\u94ab\u94aa\u94ad\u94ac\u94af\u94b0\u94b2\u94b4\u94b6",4,"\u94bc\u94bd\u94bf\u94c4\u94c8",6,"\u94d0\u94d1\u94d2\u94d5\u94d6\u94d7\u94d9\u94d8\u94db\u94de\u94df\u94e0\u94e2\u94e4\u94e5\u94e7\u94e8\u94ea"],["ef40","\u986f",5,"\u988b\u988e\u9892\u9895\u9899\u98a3\u98a8",37,"\u98cf\u98d0\u98d4\u98d6\u98d7\u98db\u98dc\u98dd\u98e0",4],["ef80","\u98e5\u98e6\u98e9",30,"\u94e9\u94eb\u94ee\u94ef\u94f3\u94f4\u94f5\u94f7\u94f9\u94fc\u94fd\u94ff\u9503\u9502\u9506\u9507\u9509\u950a\u950d\u950e\u950f\u9512",4,"\u9518\u951b\u951d\u951e\u951f\u9522\u952a\u952b\u9529\u952c\u9531\u9532\u9534\u9536\u9537\u9538\u953c\u953e\u953f\u9542\u9535\u9544\u9545\u9546\u9549\u954c\u954e\u954f\u9552\u9553\u9554\u9556\u9557\u9558\u9559\u955b\u955e\u955f\u955d\u9561\u9562\u9564",8,"\u956f\u9571\u9572\u9573\u953a\u77e7\u77ec\u96c9\u79d5\u79ed\u79e3\u79eb\u7a06\u5d47\u7a03\u7a02\u7a1e\u7a14"],["f040","\u9908",4,"\u990e\u990f\u9911",28,"\u992f",26],["f080","\u994a",9,"\u9956",12,"\u9964\u9966\u9973\u9978\u9979\u997b\u997e\u9982\u9983\u9989\u7a39\u7a37\u7a51\u9ecf\u99a5\u7a70\u7688\u768e\u7693\u7699\u76a4\u74de\u74e0\u752c\u9e20\u9e22\u9e28",4,"\u9e32\u9e31\u9e36\u9e38\u9e37\u9e39\u9e3a\u9e3e\u9e41\u9e42\u9e44\u9e46\u9e47\u9e48\u9e49\u9e4b\u9e4c\u9e4e\u9e51\u9e55\u9e57\u9e5a\u9e5b\u9e5c\u9e5e\u9e63\u9e66",6,"\u9e71\u9e6d\u9e73\u7592\u7594\u7596\u75a0\u759d\u75ac\u75a3\u75b3\u75b4\u75b8\u75c4\u75b1\u75b0\u75c3\u75c2\u75d6\u75cd\u75e3\u75e8\u75e6\u75e4\u75eb\u75e7\u7603\u75f1\u75fc\u75ff\u7610\u7600\u7605\u760c\u7617\u760a\u7625\u7618\u7615\u7619"],["f140","\u998c\u998e\u999a",10,"\u99a6\u99a7\u99a9",47],["f180","\u99d9",32,"\u761b\u763c\u7622\u7620\u7640\u762d\u7630\u763f\u7635\u7643\u763e\u7633\u764d\u765e\u7654\u765c\u7656\u766b\u766f\u7fca\u7ae6\u7a78\u7a79\u7a80\u7a86\u7a88\u7a95\u7aa6\u7aa0\u7aac\u7aa8\u7aad\u7ab3\u8864\u8869\u8872\u887d\u887f\u8882\u88a2\u88c6\u88b7\u88bc\u88c9\u88e2\u88ce\u88e3\u88e5\u88f1\u891a\u88fc\u88e8\u88fe\u88f0\u8921\u8919\u8913\u891b\u890a\u8934\u892b\u8936\u8941\u8966\u897b\u758b\u80e5\u76b2\u76b4\u77dc\u8012\u8014\u8016\u801c\u8020\u8022\u8025\u8026\u8027\u8029\u8028\u8031\u800b\u8035\u8043\u8046\u804d\u8052\u8069\u8071\u8983\u9878\u9880\u9883"],["f240","\u99fa",62],["f280","\u9a39",32,"\u9889\u988c\u988d\u988f\u9894\u989a\u989b\u989e\u989f\u98a1\u98a2\u98a5\u98a6\u864d\u8654\u866c\u866e\u867f\u867a\u867c\u867b\u86a8\u868d\u868b\u86ac\u869d\u86a7\u86a3\u86aa\u8693\u86a9\u86b6\u86c4\u86b5\u86ce\u86b0\u86ba\u86b1\u86af\u86c9\u86cf\u86b4\u86e9\u86f1\u86f2\u86ed\u86f3\u86d0\u8713\u86de\u86f4\u86df\u86d8\u86d1\u8703\u8707\u86f8\u8708\u870a\u870d\u8709\u8723\u873b\u871e\u8725\u872e\u871a\u873e\u8748\u8734\u8731\u8729\u8737\u873f\u8782\u8722\u877d\u877e\u877b\u8760\u8770\u874c\u876e\u878b\u8753\u8763\u877c\u8764\u8759\u8765\u8793\u87af\u87a8\u87d2"],["f340","\u9a5a",17,"\u9a72\u9a83\u9a89\u9a8d\u9a8e\u9a94\u9a95\u9a99\u9aa6\u9aa9",6,"\u9ab2\u9ab3\u9ab4\u9ab5\u9ab9\u9abb\u9abd\u9abe\u9abf\u9ac3\u9ac4\u9ac6",4,"\u9acd\u9ace\u9acf\u9ad0\u9ad2\u9ad4\u9ad5\u9ad6\u9ad7\u9ad9\u9ada\u9adb\u9adc"],["f380","\u9add\u9ade\u9ae0\u9ae2\u9ae3\u9ae4\u9ae5\u9ae7\u9ae8\u9ae9\u9aea\u9aec\u9aee\u9af0",8,"\u9afa\u9afc",6,"\u9b04\u9b05\u9b06\u87c6\u8788\u8785\u87ad\u8797\u8783\u87ab\u87e5\u87ac\u87b5\u87b3\u87cb\u87d3\u87bd\u87d1\u87c0\u87ca\u87db\u87ea\u87e0\u87ee\u8816\u8813\u87fe\u880a\u881b\u8821\u8839\u883c\u7f36\u7f42\u7f44\u7f45\u8210\u7afa\u7afd\u7b08\u7b03\u7b04\u7b15\u7b0a\u7b2b\u7b0f\u7b47\u7b38\u7b2a\u7b19\u7b2e\u7b31\u7b20\u7b25\u7b24\u7b33\u7b3e\u7b1e\u7b58\u7b5a\u7b45\u7b75\u7b4c\u7b5d\u7b60\u7b6e\u7b7b\u7b62\u7b72\u7b71\u7b90\u7ba6\u7ba7\u7bb8\u7bac\u7b9d\u7ba8\u7b85\u7baa\u7b9c\u7ba2\u7bab\u7bb4\u7bd1\u7bc1\u7bcc\u7bdd\u7bda\u7be5\u7be6\u7bea\u7c0c\u7bfe\u7bfc\u7c0f\u7c16\u7c0b"],["f440","\u9b07\u9b09",5,"\u9b10\u9b11\u9b12\u9b14",10,"\u9b20\u9b21\u9b22\u9b24",10,"\u9b30\u9b31\u9b33",7,"\u9b3d\u9b3e\u9b3f\u9b40\u9b46\u9b4a\u9b4b\u9b4c\u9b4e\u9b50\u9b52\u9b53\u9b55",5],["f480","\u9b5b",32,"\u7c1f\u7c2a\u7c26\u7c38\u7c41\u7c40\u81fe\u8201\u8202\u8204\u81ec\u8844\u8221\u8222\u8223\u822d\u822f\u8228\u822b\u8238\u823b\u8233\u8234\u823e\u8244\u8249\u824b\u824f\u825a\u825f\u8268\u887e\u8885\u8888\u88d8\u88df\u895e\u7f9d\u7f9f\u7fa7\u7faf\u7fb0\u7fb2\u7c7c\u6549\u7c91\u7c9d\u7c9c\u7c9e\u7ca2\u7cb2\u7cbc\u7cbd\u7cc1\u7cc7\u7ccc\u7ccd\u7cc8\u7cc5\u7cd7\u7ce8\u826e\u66a8\u7fbf\u7fce\u7fd5\u7fe5\u7fe1\u7fe6\u7fe9\u7fee\u7ff3\u7cf8\u7d77\u7da6\u7dae\u7e47\u7e9b\u9eb8\u9eb4\u8d73\u8d84\u8d94\u8d91\u8db1\u8d67\u8d6d\u8c47\u8c49\u914a\u9150\u914e\u914f\u9164"],["f540","\u9b7c",62],["f580","\u9bbb",32,"\u9162\u9161\u9170\u9169\u916f\u917d\u917e\u9172\u9174\u9179\u918c\u9185\u9190\u918d\u9191\u91a2\u91a3\u91aa\u91ad\u91ae\u91af\u91b5\u91b4\u91ba\u8c55\u9e7e\u8db8\u8deb\u8e05\u8e59\u8e69\u8db5\u8dbf\u8dbc\u8dba\u8dc4\u8dd6\u8dd7\u8dda\u8dde\u8dce\u8dcf\u8ddb\u8dc6\u8dec\u8df7\u8df8\u8de3\u8df9\u8dfb\u8de4\u8e09\u8dfd\u8e14\u8e1d\u8e1f\u8e2c\u8e2e\u8e23\u8e2f\u8e3a\u8e40\u8e39\u8e35\u8e3d\u8e31\u8e49\u8e41\u8e42\u8e51\u8e52\u8e4a\u8e70\u8e76\u8e7c\u8e6f\u8e74\u8e85\u8e8f\u8e94\u8e90\u8e9c\u8e9e\u8c78\u8c82\u8c8a\u8c85\u8c98\u8c94\u659b\u89d6\u89de\u89da\u89dc"],["f640","\u9bdc",62],["f680","\u9c1b",32,"\u89e5\u89eb\u89ef\u8a3e\u8b26\u9753\u96e9\u96f3\u96ef\u9706\u9701\u9708\u970f\u970e\u972a\u972d\u9730\u973e\u9f80\u9f83\u9f85",5,"\u9f8c\u9efe\u9f0b\u9f0d\u96b9\u96bc\u96bd\u96ce\u96d2\u77bf\u96e0\u928e\u92ae\u92c8\u933e\u936a\u93ca\u938f\u943e\u946b\u9c7f\u9c82\u9c85\u9c86\u9c87\u9c88\u7a23\u9c8b\u9c8e\u9c90\u9c91\u9c92\u9c94\u9c95\u9c9a\u9c9b\u9c9e",5,"\u9ca5",4,"\u9cab\u9cad\u9cae\u9cb0",7,"\u9cba\u9cbb\u9cbc\u9cbd\u9cc4\u9cc5\u9cc6\u9cc7\u9cca\u9ccb"],["f740","\u9c3c",62],["f780","\u9c7b\u9c7d\u9c7e\u9c80\u9c83\u9c84\u9c89\u9c8a\u9c8c\u9c8f\u9c93\u9c96\u9c97\u9c98\u9c99\u9c9d\u9caa\u9cac\u9caf\u9cb9\u9cbe",4,"\u9cc8\u9cc9\u9cd1\u9cd2\u9cda\u9cdb\u9ce0\u9ce1\u9ccc",4,"\u9cd3\u9cd4\u9cd5\u9cd7\u9cd8\u9cd9\u9cdc\u9cdd\u9cdf\u9ce2\u977c\u9785\u9791\u9792\u9794\u97af\u97ab\u97a3\u97b2\u97b4\u9ab1\u9ab0\u9ab7\u9e58\u9ab6\u9aba\u9abc\u9ac1\u9ac0\u9ac5\u9ac2\u9acb\u9acc\u9ad1\u9b45\u9b43\u9b47\u9b49\u9b48\u9b4d\u9b51\u98e8\u990d\u992e\u9955\u9954\u9adf\u9ae1\u9ae6\u9aef\u9aeb\u9afb\u9aed\u9af9\u9b08\u9b0f\u9b13\u9b1f\u9b23\u9ebd\u9ebe\u7e3b\u9e82\u9e87\u9e88\u9e8b\u9e92\u93d6\u9e9d\u9e9f\u9edb\u9edc\u9edd\u9ee0\u9edf\u9ee2\u9ee9\u9ee7\u9ee5\u9eea\u9eef\u9f22\u9f2c\u9f2f\u9f39\u9f37\u9f3d\u9f3e\u9f44"],["f840","\u9ce3",62],["f880","\u9d22",32],["f940","\u9d43",62],["f980","\u9d82",32],["fa40","\u9da3",62],["fa80","\u9de2",32],["fb40","\u9e03",27,"\u9e24\u9e27\u9e2e\u9e30\u9e34\u9e3b\u9e3c\u9e40\u9e4d\u9e50\u9e52\u9e53\u9e54\u9e56\u9e59\u9e5d\u9e5f\u9e60\u9e61\u9e62\u9e65\u9e6e\u9e6f\u9e72\u9e74",9,"\u9e80"],["fb80","\u9e81\u9e83\u9e84\u9e85\u9e86\u9e89\u9e8a\u9e8c",5,"\u9e94",8,"\u9e9e\u9ea0",5,"\u9ea7\u9ea8\u9ea9\u9eaa"],["fc40","\u9eab",8,"\u9eb5\u9eb6\u9eb7\u9eb9\u9eba\u9ebc\u9ebf",4,"\u9ec5\u9ec6\u9ec7\u9ec8\u9eca\u9ecb\u9ecc\u9ed0\u9ed2\u9ed3\u9ed5\u9ed6\u9ed7\u9ed9\u9eda\u9ede\u9ee1\u9ee3\u9ee4\u9ee6\u9ee8\u9eeb\u9eec\u9eed\u9eee\u9ef0",8,"\u9efa\u9efd\u9eff",6],["fc80","\u9f06",4,"\u9f0c\u9f0f\u9f11\u9f12\u9f14\u9f15\u9f16\u9f18\u9f1a",5,"\u9f21\u9f23",8,"\u9f2d\u9f2e\u9f30\u9f31"],["fd40","\u9f32",4,"\u9f38\u9f3a\u9f3c\u9f3f",4,"\u9f45",10,"\u9f52",38],["fd80","\u9f79",5,"\u9f81\u9f82\u9f8d",11,"\u9f9c\u9f9d\u9f9e\u9fa1",4,"\uf92c\uf979\uf995\uf9e7\uf9f1"],["fe40","\ufa0c\ufa0d\ufa0e\ufa0f\ufa11\ufa13\ufa14\ufa18\ufa1f\ufa20\ufa21\ufa23\ufa24\ufa27\ufa28\ufa29"]]')},21166:function(b){"use strict";b.exports=JSON.parse('[["0","\\u0000",127],["8141","\uac02\uac03\uac05\uac06\uac0b",4,"\uac18\uac1e\uac1f\uac21\uac22\uac23\uac25",6,"\uac2e\uac32\uac33\uac34"],["8161","\uac35\uac36\uac37\uac3a\uac3b\uac3d\uac3e\uac3f\uac41",9,"\uac4c\uac4e",5,"\uac55"],["8181","\uac56\uac57\uac59\uac5a\uac5b\uac5d",18,"\uac72\uac73\uac75\uac76\uac79\uac7b",4,"\uac82\uac87\uac88\uac8d\uac8e\uac8f\uac91\uac92\uac93\uac95",6,"\uac9e\uaca2",5,"\uacab\uacad\uacae\uacb1",6,"\uacba\uacbe\uacbf\uacc0\uacc2\uacc3\uacc5\uacc6\uacc7\uacc9\uacca\uaccb\uaccd",7,"\uacd6\uacd8",7,"\uace2\uace3\uace5\uace6\uace9\uaceb\uaced\uacee\uacf2\uacf4\uacf7",4,"\uacfe\uacff\uad01\uad02\uad03\uad05\uad07",4,"\uad0e\uad10\uad12\uad13"],["8241","\uad14\uad15\uad16\uad17\uad19\uad1a\uad1b\uad1d\uad1e\uad1f\uad21",7,"\uad2a\uad2b\uad2e",5],["8261","\uad36\uad37\uad39\uad3a\uad3b\uad3d",6,"\uad46\uad48\uad4a",5,"\uad51\uad52\uad53\uad55\uad56\uad57"],["8281","\uad59",7,"\uad62\uad64",7,"\uad6e\uad6f\uad71\uad72\uad77\uad78\uad79\uad7a\uad7e\uad80\uad83",4,"\uad8a\uad8b\uad8d\uad8e\uad8f\uad91",10,"\uad9e",5,"\uada5",17,"\uadb8",7,"\uadc2\uadc3\uadc5\uadc6\uadc7\uadc9",6,"\uadd2\uadd4",7,"\uaddd\uadde\uaddf\uade1\uade2\uade3\uade5",18],["8341","\uadfa\uadfb\uadfd\uadfe\uae02",5,"\uae0a\uae0c\uae0e",5,"\uae15",7],["8361","\uae1d",18,"\uae32\uae33\uae35\uae36\uae39\uae3b\uae3c"],["8381","\uae3d\uae3e\uae3f\uae42\uae44\uae47\uae48\uae49\uae4b\uae4f\uae51\uae52\uae53\uae55\uae57",4,"\uae5e\uae62\uae63\uae64\uae66\uae67\uae6a\uae6b\uae6d\uae6e\uae6f\uae71",6,"\uae7a\uae7e",5,"\uae86",5,"\uae8d",46,"\uaebf\uaec1\uaec2\uaec3\uaec5",6,"\uaece\uaed2",5,"\uaeda\uaedb\uaedd",8],["8441","\uaee6\uaee7\uaee9\uaeea\uaeec\uaeee",5,"\uaef5\uaef6\uaef7\uaef9\uaefa\uaefb\uaefd",8],["8461","\uaf06\uaf09\uaf0a\uaf0b\uaf0c\uaf0e\uaf0f\uaf11",18],["8481","\uaf24",7,"\uaf2e\uaf2f\uaf31\uaf33\uaf35",6,"\uaf3e\uaf40\uaf44\uaf45\uaf46\uaf47\uaf4a",5,"\uaf51",10,"\uaf5e",5,"\uaf66",18,"\uaf7a",5,"\uaf81\uaf82\uaf83\uaf85\uaf86\uaf87\uaf89",6,"\uaf92\uaf93\uaf94\uaf96",5,"\uaf9d",26,"\uafba\uafbb\uafbd\uafbe"],["8541","\uafbf\uafc1",5,"\uafca\uafcc\uafcf",4,"\uafd5",6,"\uafdd",4],["8561","\uafe2",5,"\uafea",5,"\uaff2\uaff3\uaff5\uaff6\uaff7\uaff9",6,"\ub002\ub003"],["8581","\ub005",6,"\ub00d\ub00e\ub00f\ub011\ub012\ub013\ub015",6,"\ub01e",9,"\ub029",26,"\ub046\ub047\ub049\ub04b\ub04d\ub04f\ub050\ub051\ub052\ub056\ub058\ub05a\ub05b\ub05c\ub05e",29,"\ub07e\ub07f\ub081\ub082\ub083\ub085",6,"\ub08e\ub090\ub092",5,"\ub09b\ub09d\ub09e\ub0a3\ub0a4"],["8641","\ub0a5\ub0a6\ub0a7\ub0aa\ub0b0\ub0b2\ub0b6\ub0b7\ub0b9\ub0ba\ub0bb\ub0bd",6,"\ub0c6\ub0ca",5,"\ub0d2"],["8661","\ub0d3\ub0d5\ub0d6\ub0d7\ub0d9",6,"\ub0e1\ub0e2\ub0e3\ub0e4\ub0e6",10],["8681","\ub0f1",22,"\ub10a\ub10d\ub10e\ub10f\ub111\ub114\ub115\ub116\ub117\ub11a\ub11e",4,"\ub126\ub127\ub129\ub12a\ub12b\ub12d",6,"\ub136\ub13a",5,"\ub142\ub143\ub145\ub146\ub147\ub149",6,"\ub152\ub153\ub156\ub157\ub159\ub15a\ub15b\ub15d\ub15e\ub15f\ub161",22,"\ub17a\ub17b\ub17d\ub17e\ub17f\ub181\ub183",4,"\ub18a\ub18c\ub18e\ub18f\ub190\ub191\ub195\ub196\ub197\ub199\ub19a\ub19b\ub19d"],["8741","\ub19e",9,"\ub1a9",15],["8761","\ub1b9",18,"\ub1cd\ub1ce\ub1cf\ub1d1\ub1d2\ub1d3\ub1d5"],["8781","\ub1d6",5,"\ub1de\ub1e0",7,"\ub1ea\ub1eb\ub1ed\ub1ee\ub1ef\ub1f1",7,"\ub1fa\ub1fc\ub1fe",5,"\ub206\ub207\ub209\ub20a\ub20d",6,"\ub216\ub218\ub21a",5,"\ub221",18,"\ub235",6,"\ub23d",26,"\ub259\ub25a\ub25b\ub25d\ub25e\ub25f\ub261",6,"\ub26a",4],["8841","\ub26f",4,"\ub276",5,"\ub27d",6,"\ub286\ub287\ub288\ub28a",4],["8861","\ub28f\ub292\ub293\ub295\ub296\ub297\ub29b",4,"\ub2a2\ub2a4\ub2a7\ub2a8\ub2a9\ub2ab\ub2ad\ub2ae\ub2af\ub2b1\ub2b2\ub2b3\ub2b5\ub2b6\ub2b7"],["8881","\ub2b8",15,"\ub2ca\ub2cb\ub2cd\ub2ce\ub2cf\ub2d1\ub2d3",4,"\ub2da\ub2dc\ub2de\ub2df\ub2e0\ub2e1\ub2e3\ub2e7\ub2e9\ub2ea\ub2f0\ub2f1\ub2f2\ub2f6\ub2fc\ub2fd\ub2fe\ub302\ub303\ub305\ub306\ub307\ub309",6,"\ub312\ub316",5,"\ub31d",54,"\ub357\ub359\ub35a\ub35d\ub360\ub361\ub362\ub363"],["8941","\ub366\ub368\ub36a\ub36c\ub36d\ub36f\ub372\ub373\ub375\ub376\ub377\ub379",6,"\ub382\ub386",5,"\ub38d"],["8961","\ub38e\ub38f\ub391\ub392\ub393\ub395",10,"\ub3a2",5,"\ub3a9\ub3aa\ub3ab\ub3ad"],["8981","\ub3ae",21,"\ub3c6\ub3c7\ub3c9\ub3ca\ub3cd\ub3cf\ub3d1\ub3d2\ub3d3\ub3d6\ub3d8\ub3da\ub3dc\ub3de\ub3df\ub3e1\ub3e2\ub3e3\ub3e5\ub3e6\ub3e7\ub3e9",18,"\ub3fd",18,"\ub411",6,"\ub419\ub41a\ub41b\ub41d\ub41e\ub41f\ub421",6,"\ub42a\ub42c",7,"\ub435",15],["8a41","\ub445",10,"\ub452\ub453\ub455\ub456\ub457\ub459",6,"\ub462\ub464\ub466"],["8a61","\ub467",4,"\ub46d",18,"\ub481\ub482"],["8a81","\ub483",4,"\ub489",19,"\ub49e",5,"\ub4a5\ub4a6\ub4a7\ub4a9\ub4aa\ub4ab\ub4ad",7,"\ub4b6\ub4b8\ub4ba",5,"\ub4c1\ub4c2\ub4c3\ub4c5\ub4c6\ub4c7\ub4c9",6,"\ub4d1\ub4d2\ub4d3\ub4d4\ub4d6",5,"\ub4de\ub4df\ub4e1\ub4e2\ub4e5\ub4e7",4,"\ub4ee\ub4f0\ub4f2",5,"\ub4f9",26,"\ub516\ub517\ub519\ub51a\ub51d"],["8b41","\ub51e",5,"\ub526\ub52b",4,"\ub532\ub533\ub535\ub536\ub537\ub539",6,"\ub542\ub546"],["8b61","\ub547\ub548\ub549\ub54a\ub54e\ub54f\ub551\ub552\ub553\ub555",6,"\ub55e\ub562",8],["8b81","\ub56b",52,"\ub5a2\ub5a3\ub5a5\ub5a6\ub5a7\ub5a9\ub5ac\ub5ad\ub5ae\ub5af\ub5b2\ub5b6",4,"\ub5be\ub5bf\ub5c1\ub5c2\ub5c3\ub5c5",6,"\ub5ce\ub5d2",5,"\ub5d9",18,"\ub5ed",18],["8c41","\ub600",15,"\ub612\ub613\ub615\ub616\ub617\ub619",4],["8c61","\ub61e",6,"\ub626",5,"\ub62d",6,"\ub635",5],["8c81","\ub63b",12,"\ub649",26,"\ub665\ub666\ub667\ub669",50,"\ub69e\ub69f\ub6a1\ub6a2\ub6a3\ub6a5",5,"\ub6ad\ub6ae\ub6af\ub6b0\ub6b2",16],["8d41","\ub6c3",16,"\ub6d5",8],["8d61","\ub6de",17,"\ub6f1\ub6f2\ub6f3\ub6f5\ub6f6\ub6f7\ub6f9\ub6fa"],["8d81","\ub6fb",4,"\ub702\ub703\ub704\ub706",33,"\ub72a\ub72b\ub72d\ub72e\ub731",6,"\ub73a\ub73c",7,"\ub745\ub746\ub747\ub749\ub74a\ub74b\ub74d",6,"\ub756",9,"\ub761\ub762\ub763\ub765\ub766\ub767\ub769",6,"\ub772\ub774\ub776",5,"\ub77e\ub77f\ub781\ub782\ub783\ub785",6,"\ub78e\ub793\ub794\ub795\ub79a\ub79b\ub79d\ub79e"],["8e41","\ub79f\ub7a1",6,"\ub7aa\ub7ae",5,"\ub7b6\ub7b7\ub7b9",8],["8e61","\ub7c2",4,"\ub7c8\ub7ca",19],["8e81","\ub7de",13,"\ub7ee\ub7ef\ub7f1\ub7f2\ub7f3\ub7f5",6,"\ub7fe\ub802",4,"\ub80a\ub80b\ub80d\ub80e\ub80f\ub811",6,"\ub81a\ub81c\ub81e",5,"\ub826\ub827\ub829\ub82a\ub82b\ub82d",6,"\ub836\ub83a",5,"\ub841\ub842\ub843\ub845",11,"\ub852\ub854",7,"\ub85e\ub85f\ub861\ub862\ub863\ub865",6,"\ub86e\ub870\ub872",5,"\ub879\ub87a\ub87b\ub87d",7],["8f41","\ub885",7,"\ub88e",17],["8f61","\ub8a0",7,"\ub8a9",6,"\ub8b1\ub8b2\ub8b3\ub8b5\ub8b6\ub8b7\ub8b9",4],["8f81","\ub8be\ub8bf\ub8c2\ub8c4\ub8c6",5,"\ub8cd\ub8ce\ub8cf\ub8d1\ub8d2\ub8d3\ub8d5",7,"\ub8de\ub8e0\ub8e2",5,"\ub8ea\ub8eb\ub8ed\ub8ee\ub8ef\ub8f1",6,"\ub8fa\ub8fc\ub8fe",5,"\ub905",18,"\ub919",6,"\ub921",26,"\ub93e\ub93f\ub941\ub942\ub943\ub945",6,"\ub94d\ub94e\ub950\ub952",5],["9041","\ub95a\ub95b\ub95d\ub95e\ub95f\ub961",6,"\ub96a\ub96c\ub96e",5,"\ub976\ub977\ub979\ub97a\ub97b\ub97d"],["9061","\ub97e",5,"\ub986\ub988\ub98b\ub98c\ub98f",15],["9081","\ub99f",12,"\ub9ae\ub9af\ub9b1\ub9b2\ub9b3\ub9b5",6,"\ub9be\ub9c0\ub9c2",5,"\ub9ca\ub9cb\ub9cd\ub9d3",4,"\ub9da\ub9dc\ub9df\ub9e0\ub9e2\ub9e6\ub9e7\ub9e9\ub9ea\ub9eb\ub9ed",6,"\ub9f6\ub9fb",4,"\uba02",5,"\uba09",11,"\uba16",33,"\uba3a\uba3b\uba3d\uba3e\uba3f\uba41\uba43\uba44\uba45\uba46"],["9141","\uba47\uba4a\uba4c\uba4f\uba50\uba51\uba52\uba56\uba57\uba59\uba5a\uba5b\uba5d",6,"\uba66\uba6a",5],["9161","\uba72\uba73\uba75\uba76\uba77\uba79",9,"\uba86\uba88\uba89\uba8a\uba8b\uba8d",5],["9181","\uba93",20,"\ubaaa\ubaad\ubaae\ubaaf\ubab1\ubab3",4,"\ubaba\ubabc\ubabe",5,"\ubac5\ubac6\ubac7\ubac9",14,"\ubada",33,"\ubafd\ubafe\ubaff\ubb01\ubb02\ubb03\ubb05",7,"\ubb0e\ubb10\ubb12",5,"\ubb19\ubb1a\ubb1b\ubb1d\ubb1e\ubb1f\ubb21",6],["9241","\ubb28\ubb2a\ubb2c",7,"\ubb37\ubb39\ubb3a\ubb3f",4,"\ubb46\ubb48\ubb4a\ubb4b\ubb4c\ubb4e\ubb51\ubb52"],["9261","\ubb53\ubb55\ubb56\ubb57\ubb59",7,"\ubb62\ubb64",7,"\ubb6d",4],["9281","\ubb72",21,"\ubb89\ubb8a\ubb8b\ubb8d\ubb8e\ubb8f\ubb91",18,"\ubba5\ubba6\ubba7\ubba9\ubbaa\ubbab\ubbad",6,"\ubbb5\ubbb6\ubbb8",7,"\ubbc1\ubbc2\ubbc3\ubbc5\ubbc6\ubbc7\ubbc9",6,"\ubbd1\ubbd2\ubbd4",35,"\ubbfa\ubbfb\ubbfd\ubbfe\ubc01"],["9341","\ubc03",4,"\ubc0a\ubc0e\ubc10\ubc12\ubc13\ubc19\ubc1a\ubc20\ubc21\ubc22\ubc23\ubc26\ubc28\ubc2a\ubc2b\ubc2c\ubc2e\ubc2f\ubc32\ubc33\ubc35"],["9361","\ubc36\ubc37\ubc39",6,"\ubc42\ubc46\ubc47\ubc48\ubc4a\ubc4b\ubc4e\ubc4f\ubc51",8],["9381","\ubc5a\ubc5b\ubc5c\ubc5e",37,"\ubc86\ubc87\ubc89\ubc8a\ubc8d\ubc8f",4,"\ubc96\ubc98\ubc9b",4,"\ubca2\ubca3\ubca5\ubca6\ubca9",6,"\ubcb2\ubcb6",5,"\ubcbe\ubcbf\ubcc1\ubcc2\ubcc3\ubcc5",7,"\ubcce\ubcd2\ubcd3\ubcd4\ubcd6\ubcd7\ubcd9\ubcda\ubcdb\ubcdd",22,"\ubcf7\ubcf9\ubcfa\ubcfb\ubcfd"],["9441","\ubcfe",5,"\ubd06\ubd08\ubd0a",5,"\ubd11\ubd12\ubd13\ubd15",8],["9461","\ubd1e",5,"\ubd25",6,"\ubd2d",12],["9481","\ubd3a",5,"\ubd41",6,"\ubd4a\ubd4b\ubd4d\ubd4e\ubd4f\ubd51",6,"\ubd5a",9,"\ubd65\ubd66\ubd67\ubd69",22,"\ubd82\ubd83\ubd85\ubd86\ubd8b",4,"\ubd92\ubd94\ubd96\ubd97\ubd98\ubd9b\ubd9d",6,"\ubda5",10,"\ubdb1",6,"\ubdb9",24],["9541","\ubdd2\ubdd3\ubdd6\ubdd7\ubdd9\ubdda\ubddb\ubddd",11,"\ubdea",5,"\ubdf1"],["9561","\ubdf2\ubdf3\ubdf5\ubdf6\ubdf7\ubdf9",6,"\ube01\ube02\ube04\ube06",5,"\ube0e\ube0f\ube11\ube12\ube13"],["9581","\ube15",6,"\ube1e\ube20",35,"\ube46\ube47\ube49\ube4a\ube4b\ube4d\ube4f",4,"\ube56\ube58\ube5c\ube5d\ube5e\ube5f\ube62\ube63\ube65\ube66\ube67\ube69\ube6b",4,"\ube72\ube76",4,"\ube7e\ube7f\ube81\ube82\ube83\ube85",6,"\ube8e\ube92",5,"\ube9a",13,"\ubea9",14],["9641","\ubeb8",23,"\ubed2\ubed3"],["9661","\ubed5\ubed6\ubed9",6,"\ubee1\ubee2\ubee6",5,"\ubeed",8],["9681","\ubef6",10,"\ubf02",5,"\ubf0a",13,"\ubf1a\ubf1e",33,"\ubf42\ubf43\ubf45\ubf46\ubf47\ubf49",6,"\ubf52\ubf53\ubf54\ubf56",44],["9741","\ubf83",16,"\ubf95",8],["9761","\ubf9e",17,"\ubfb1",7],["9781","\ubfb9",11,"\ubfc6",5,"\ubfce\ubfcf\ubfd1\ubfd2\ubfd3\ubfd5",6,"\ubfdd\ubfde\ubfe0\ubfe2",89,"\uc03d\uc03e\uc03f"],["9841","\uc040",16,"\uc052",5,"\uc059\uc05a\uc05b"],["9861","\uc05d\uc05e\uc05f\uc061",6,"\uc06a",15],["9881","\uc07a",21,"\uc092\uc093\uc095\uc096\uc097\uc099",6,"\uc0a2\uc0a4\uc0a6",5,"\uc0ae\uc0b1\uc0b2\uc0b7",4,"\uc0be\uc0c2\uc0c3\uc0c4\uc0c6\uc0c7\uc0ca\uc0cb\uc0cd\uc0ce\uc0cf\uc0d1",6,"\uc0da\uc0de",5,"\uc0e6\uc0e7\uc0e9\uc0ea\uc0eb\uc0ed",6,"\uc0f6\uc0f8\uc0fa",5,"\uc101\uc102\uc103\uc105\uc106\uc107\uc109",6,"\uc111\uc112\uc113\uc114\uc116",5,"\uc121\uc122\uc125\uc128\uc129\uc12a\uc12b\uc12e"],["9941","\uc132\uc133\uc134\uc135\uc137\uc13a\uc13b\uc13d\uc13e\uc13f\uc141",6,"\uc14a\uc14e",5,"\uc156\uc157"],["9961","\uc159\uc15a\uc15b\uc15d",6,"\uc166\uc16a",5,"\uc171\uc172\uc173\uc175\uc176\uc177\uc179\uc17a\uc17b"],["9981","\uc17c",8,"\uc186",5,"\uc18f\uc191\uc192\uc193\uc195\uc197",4,"\uc19e\uc1a0\uc1a2\uc1a3\uc1a4\uc1a6\uc1a7\uc1aa\uc1ab\uc1ad\uc1ae\uc1af\uc1b1",11,"\uc1be",5,"\uc1c5\uc1c6\uc1c7\uc1c9\uc1ca\uc1cb\uc1cd",6,"\uc1d5\uc1d6\uc1d9",6,"\uc1e1\uc1e2\uc1e3\uc1e5\uc1e6\uc1e7\uc1e9",6,"\uc1f2\uc1f4",7,"\uc1fe\uc1ff\uc201\uc202\uc203\uc205",6,"\uc20e\uc210\uc212",5,"\uc21a\uc21b\uc21d\uc21e\uc221\uc222\uc223"],["9a41","\uc224\uc225\uc226\uc227\uc22a\uc22c\uc22e\uc230\uc233\uc235",16],["9a61","\uc246\uc247\uc249",6,"\uc252\uc253\uc255\uc256\uc257\uc259",6,"\uc261\uc262\uc263\uc264\uc266"],["9a81","\uc267",4,"\uc26e\uc26f\uc271\uc272\uc273\uc275",6,"\uc27e\uc280\uc282",5,"\uc28a",5,"\uc291",6,"\uc299\uc29a\uc29c\uc29e",5,"\uc2a6\uc2a7\uc2a9\uc2aa\uc2ab\uc2ae",5,"\uc2b6\uc2b8\uc2ba",33,"\uc2de\uc2df\uc2e1\uc2e2\uc2e5",5,"\uc2ee\uc2f0\uc2f2\uc2f3\uc2f4\uc2f5\uc2f7\uc2fa\uc2fd\uc2fe\uc2ff\uc301",6,"\uc30a\uc30b\uc30e\uc30f"],["9b41","\uc310\uc311\uc312\uc316\uc317\uc319\uc31a\uc31b\uc31d",6,"\uc326\uc327\uc32a",8],["9b61","\uc333",17,"\uc346",7],["9b81","\uc34e",25,"\uc36a\uc36b\uc36d\uc36e\uc36f\uc371\uc373",4,"\uc37a\uc37b\uc37e",5,"\uc385\uc386\uc387\uc389\uc38a\uc38b\uc38d",50,"\uc3c1",22,"\uc3da"],["9c41","\uc3db\uc3dd\uc3de\uc3e1\uc3e3",4,"\uc3ea\uc3eb\uc3ec\uc3ee",5,"\uc3f6\uc3f7\uc3f9",5],["9c61","\uc3ff",8,"\uc409",6,"\uc411",9],["9c81","\uc41b",8,"\uc425",6,"\uc42d\uc42e\uc42f\uc431\uc432\uc433\uc435",6,"\uc43e",9,"\uc449",26,"\uc466\uc467\uc469\uc46a\uc46b\uc46d",6,"\uc476\uc477\uc478\uc47a",5,"\uc481",18,"\uc495",6,"\uc49d",12],["9d41","\uc4aa",13,"\uc4b9\uc4ba\uc4bb\uc4bd",8],["9d61","\uc4c6",25],["9d81","\uc4e0",8,"\uc4ea",5,"\uc4f2\uc4f3\uc4f5\uc4f6\uc4f7\uc4f9\uc4fb\uc4fc\uc4fd\uc4fe\uc502",9,"\uc50d\uc50e\uc50f\uc511\uc512\uc513\uc515",6,"\uc51d",10,"\uc52a\uc52b\uc52d\uc52e\uc52f\uc531",6,"\uc53a\uc53c\uc53e",5,"\uc546\uc547\uc54b\uc54f\uc550\uc551\uc552\uc556\uc55a\uc55b\uc55c\uc55f\uc562\uc563\uc565\uc566\uc567\uc569",6,"\uc572\uc576",5,"\uc57e\uc57f\uc581\uc582\uc583\uc585\uc586\uc588\uc589\uc58a\uc58b\uc58e\uc590\uc592\uc593\uc594"],["9e41","\uc596\uc599\uc59a\uc59b\uc59d\uc59e\uc59f\uc5a1",7,"\uc5aa",9,"\uc5b6"],["9e61","\uc5b7\uc5ba\uc5bf",4,"\uc5cb\uc5cd\uc5cf\uc5d2\uc5d3\uc5d5\uc5d6\uc5d7\uc5d9",6,"\uc5e2\uc5e4\uc5e6\uc5e7"],["9e81","\uc5e8\uc5e9\uc5ea\uc5eb\uc5ef\uc5f1\uc5f2\uc5f3\uc5f5\uc5f8\uc5f9\uc5fa\uc5fb\uc602\uc603\uc604\uc609\uc60a\uc60b\uc60d\uc60e\uc60f\uc611",6,"\uc61a\uc61d",6,"\uc626\uc627\uc629\uc62a\uc62b\uc62f\uc631\uc632\uc636\uc638\uc63a\uc63c\uc63d\uc63e\uc63f\uc642\uc643\uc645\uc646\uc647\uc649",6,"\uc652\uc656",5,"\uc65e\uc65f\uc661",10,"\uc66d\uc66e\uc670\uc672",5,"\uc67a\uc67b\uc67d\uc67e\uc67f\uc681",6,"\uc68a\uc68c\uc68e",5,"\uc696\uc697\uc699\uc69a\uc69b\uc69d",6,"\uc6a6"],["9f41","\uc6a8\uc6aa",5,"\uc6b2\uc6b3\uc6b5\uc6b6\uc6b7\uc6bb",4,"\uc6c2\uc6c4\uc6c6",5,"\uc6ce"],["9f61","\uc6cf\uc6d1\uc6d2\uc6d3\uc6d5",6,"\uc6de\uc6df\uc6e2",5,"\uc6ea\uc6eb\uc6ed\uc6ee\uc6ef\uc6f1\uc6f2"],["9f81","\uc6f3",4,"\uc6fa\uc6fb\uc6fc\uc6fe",5,"\uc706\uc707\uc709\uc70a\uc70b\uc70d",6,"\uc716\uc718\uc71a",5,"\uc722\uc723\uc725\uc726\uc727\uc729",6,"\uc732\uc734\uc736\uc738\uc739\uc73a\uc73b\uc73e\uc73f\uc741\uc742\uc743\uc745",4,"\uc74b\uc74e\uc750\uc759\uc75a\uc75b\uc75d\uc75e\uc75f\uc761",6,"\uc769\uc76a\uc76c",7,"\uc776\uc777\uc779\uc77a\uc77b\uc77f\uc780\uc781\uc782\uc786\uc78b\uc78c\uc78d\uc78f\uc792\uc793\uc795\uc799\uc79b",4,"\uc7a2\uc7a7",4,"\uc7ae\uc7af\uc7b1\uc7b2\uc7b3\uc7b5\uc7b6\uc7b7"],["a041","\uc7b8\uc7b9\uc7ba\uc7bb\uc7be\uc7c2",5,"\uc7ca\uc7cb\uc7cd\uc7cf\uc7d1",6,"\uc7d9\uc7da\uc7db\uc7dc"],["a061","\uc7de",5,"\uc7e5\uc7e6\uc7e7\uc7e9\uc7ea\uc7eb\uc7ed",13],["a081","\uc7fb",4,"\uc802\uc803\uc805\uc806\uc807\uc809\uc80b",4,"\uc812\uc814\uc817",4,"\uc81e\uc81f\uc821\uc822\uc823\uc825",6,"\uc82e\uc830\uc832",5,"\uc839\uc83a\uc83b\uc83d\uc83e\uc83f\uc841",6,"\uc84a\uc84b\uc84e",5,"\uc855",26,"\uc872\uc873\uc875\uc876\uc877\uc879\uc87b",4,"\uc882\uc884\uc888\uc889\uc88a\uc88e",5,"\uc895",7,"\uc89e\uc8a0\uc8a2\uc8a3\uc8a4"],["a141","\uc8a5\uc8a6\uc8a7\uc8a9",18,"\uc8be\uc8bf\uc8c0\uc8c1"],["a161","\uc8c2\uc8c3\uc8c5\uc8c6\uc8c7\uc8c9\uc8ca\uc8cb\uc8cd",6,"\uc8d6\uc8d8\uc8da",5,"\uc8e2\uc8e3\uc8e5"],["a181","\uc8e6",14,"\uc8f6",5,"\uc8fe\uc8ff\uc901\uc902\uc903\uc907",4,"\uc90e\u3000\u3001\u3002\xb7\u2025\u2026\xa8\u3003\xad\u2015\u2225\uff3c\u223c\u2018\u2019\u201c\u201d\u3014\u3015\u3008",9,"\xb1\xd7\xf7\u2260\u2264\u2265\u221e\u2234\xb0\u2032\u2033\u2103\u212b\uffe0\uffe1\uffe5\u2642\u2640\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\xa7\u203b\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u2192\u2190\u2191\u2193\u2194\u3013\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229\u2227\u2228\uffe2"],["a241","\uc910\uc912",5,"\uc919",18],["a261","\uc92d",6,"\uc935",18],["a281","\uc948",7,"\uc952\uc953\uc955\uc956\uc957\uc959",6,"\uc962\uc964",7,"\uc96d\uc96e\uc96f\u21d2\u21d4\u2200\u2203\xb4\uff5e\u02c7\u02d8\u02dd\u02da\u02d9\xb8\u02db\xa1\xbf\u02d0\u222e\u2211\u220f\xa4\u2109\u2030\u25c1\u25c0\u25b7\u25b6\u2664\u2660\u2661\u2665\u2667\u2663\u2299\u25c8\u25a3\u25d0\u25d1\u2592\u25a4\u25a5\u25a8\u25a7\u25a6\u25a9\u2668\u260f\u260e\u261c\u261e\xb6\u2020\u2021\u2195\u2197\u2199\u2196\u2198\u266d\u2669\u266a\u266c\u327f\u321c\u2116\u33c7\u2122\u33c2\u33d8\u2121\u20ac\xae"],["a341","\uc971\uc972\uc973\uc975",6,"\uc97d",10,"\uc98a\uc98b\uc98d\uc98e\uc98f"],["a361","\uc991",6,"\uc99a\uc99c\uc99e",16],["a381","\uc9af",16,"\uc9c2\uc9c3\uc9c5\uc9c6\uc9c9\uc9cb",4,"\uc9d2\uc9d4\uc9d7\uc9d8\uc9db\uff01",58,"\uffe6\uff3d",32,"\uffe3"],["a441","\uc9de\uc9df\uc9e1\uc9e3\uc9e5\uc9e6\uc9e8\uc9e9\uc9ea\uc9eb\uc9ee\uc9f2",5,"\uc9fa\uc9fb\uc9fd\uc9fe\uc9ff\uca01\uca02\uca03\uca04"],["a461","\uca05\uca06\uca07\uca0a\uca0e",5,"\uca15\uca16\uca17\uca19",12],["a481","\uca26\uca27\uca28\uca2a",28,"\u3131",93],["a541","\uca47",4,"\uca4e\uca4f\uca51\uca52\uca53\uca55",6,"\uca5e\uca62",5,"\uca69\uca6a"],["a561","\uca6b",17,"\uca7e",5,"\uca85\uca86"],["a581","\uca87",16,"\uca99",14,"\u2170",9],["a5b0","\u2160",9],["a5c1","\u0391",16,"\u03a3",6],["a5e1","\u03b1",16,"\u03c3",6],["a641","\ucaa8",19,"\ucabe\ucabf\ucac1\ucac2\ucac3\ucac5"],["a661","\ucac6",5,"\ucace\ucad0\ucad2\ucad4\ucad5\ucad6\ucad7\ucada",5,"\ucae1",6],["a681","\ucae8\ucae9\ucaea\ucaeb\ucaed",6,"\ucaf5",18,"\ucb09\ucb0a\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542\u2512\u2511\u251a\u2519\u2516\u2515\u250e\u250d\u251e\u251f\u2521\u2522\u2526\u2527\u2529\u252a\u252d\u252e\u2531\u2532\u2535\u2536\u2539\u253a\u253d\u253e\u2540\u2541\u2543",7],["a741","\ucb0b",4,"\ucb11\ucb12\ucb13\ucb15\ucb16\ucb17\ucb19",6,"\ucb22",7],["a761","\ucb2a",22,"\ucb42\ucb43\ucb44"],["a781","\ucb45\ucb46\ucb47\ucb4a\ucb4b\ucb4d\ucb4e\ucb4f\ucb51",6,"\ucb5a\ucb5b\ucb5c\ucb5e",5,"\ucb65",7,"\u3395\u3396\u3397\u2113\u3398\u33c4\u33a3\u33a4\u33a5\u33a6\u3399",9,"\u33ca\u338d\u338e\u338f\u33cf\u3388\u3389\u33c8\u33a7\u33a8\u33b0",9,"\u3380",4,"\u33ba",5,"\u3390",4,"\u2126\u33c0\u33c1\u338a\u338b\u338c\u33d6\u33c5\u33ad\u33ae\u33af\u33db\u33a9\u33aa\u33ab\u33ac\u33dd\u33d0\u33d3\u33c3\u33c9\u33dc\u33c6"],["a841","\ucb6d",10,"\ucb7a",14],["a861","\ucb89",18,"\ucb9d",6],["a881","\ucba4",19,"\ucbb9",11,"\xc6\xd0\xaa\u0126"],["a8a6","\u0132"],["a8a8","\u013f\u0141\xd8\u0152\xba\xde\u0166\u014a"],["a8b1","\u3260",27,"\u24d0",25,"\u2460",14,"\xbd\u2153\u2154\xbc\xbe\u215b\u215c\u215d\u215e"],["a941","\ucbc5",14,"\ucbd5",10],["a961","\ucbe0\ucbe1\ucbe2\ucbe3\ucbe5\ucbe6\ucbe8\ucbea",18],["a981","\ucbfd",14,"\ucc0e\ucc0f\ucc11\ucc12\ucc13\ucc15",6,"\ucc1e\ucc1f\ucc20\ucc23\ucc24\xe6\u0111\xf0\u0127\u0131\u0133\u0138\u0140\u0142\xf8\u0153\xdf\xfe\u0167\u014b\u0149\u3200",27,"\u249c",25,"\u2474",14,"\xb9\xb2\xb3\u2074\u207f\u2081\u2082\u2083\u2084"],["aa41","\ucc25\ucc26\ucc2a\ucc2b\ucc2d\ucc2f\ucc31",6,"\ucc3a\ucc3f",4,"\ucc46\ucc47\ucc49\ucc4a\ucc4b\ucc4d\ucc4e"],["aa61","\ucc4f",4,"\ucc56\ucc5a",5,"\ucc61\ucc62\ucc63\ucc65\ucc67\ucc69",6,"\ucc71\ucc72"],["aa81","\ucc73\ucc74\ucc76",29,"\u3041",82],["ab41","\ucc94\ucc95\ucc96\ucc97\ucc9a\ucc9b\ucc9d\ucc9e\ucc9f\ucca1",6,"\uccaa\uccae",5,"\uccb6\uccb7\uccb9"],["ab61","\uccba\uccbb\uccbd",6,"\uccc6\uccc8\uccca",5,"\uccd1\uccd2\uccd3\uccd5",5],["ab81","\uccdb",8,"\ucce5",6,"\ucced\uccee\uccef\uccf1",12,"\u30a1",85],["ac41","\uccfe\uccff\ucd00\ucd02",5,"\ucd0a\ucd0b\ucd0d\ucd0e\ucd0f\ucd11",6,"\ucd1a\ucd1c\ucd1e\ucd1f\ucd20"],["ac61","\ucd21\ucd22\ucd23\ucd25\ucd26\ucd27\ucd29\ucd2a\ucd2b\ucd2d",11,"\ucd3a",4],["ac81","\ucd3f",28,"\ucd5d\ucd5e\ucd5f\u0410",5,"\u0401\u0416",25],["acd1","\u0430",5,"\u0451\u0436",25],["ad41","\ucd61\ucd62\ucd63\ucd65",6,"\ucd6e\ucd70\ucd72",5,"\ucd79",7],["ad61","\ucd81",6,"\ucd89",10,"\ucd96\ucd97\ucd99\ucd9a\ucd9b\ucd9d\ucd9e\ucd9f"],["ad81","\ucda0\ucda1\ucda2\ucda3\ucda6\ucda8\ucdaa",5,"\ucdb1",18,"\ucdc5"],["ae41","\ucdc6",5,"\ucdcd\ucdce\ucdcf\ucdd1",16],["ae61","\ucde2",5,"\ucde9\ucdea\ucdeb\ucded\ucdee\ucdef\ucdf1",6,"\ucdfa\ucdfc\ucdfe",4],["ae81","\uce03\uce05\uce06\uce07\uce09\uce0a\uce0b\uce0d",6,"\uce15\uce16\uce17\uce18\uce1a",5,"\uce22\uce23\uce25\uce26\uce27\uce29\uce2a\uce2b"],["af41","\uce2c\uce2d\uce2e\uce2f\uce32\uce34\uce36",19],["af61","\uce4a",13,"\uce5a\uce5b\uce5d\uce5e\uce62",5,"\uce6a\uce6c"],["af81","\uce6e",5,"\uce76\uce77\uce79\uce7a\uce7b\uce7d",6,"\uce86\uce88\uce8a",5,"\uce92\uce93\uce95\uce96\uce97\uce99"],["b041","\uce9a",5,"\ucea2\ucea6",5,"\uceae",12],["b061","\ucebb",5,"\ucec2",19],["b081","\uced6",13,"\ucee6\ucee7\ucee9\uceea\uceed",6,"\ucef6\ucefa",5,"\uac00\uac01\uac04\uac07\uac08\uac09\uac0a\uac10",7,"\uac19",4,"\uac20\uac24\uac2c\uac2d\uac2f\uac30\uac31\uac38\uac39\uac3c\uac40\uac4b\uac4d\uac54\uac58\uac5c\uac70\uac71\uac74\uac77\uac78\uac7a\uac80\uac81\uac83\uac84\uac85\uac86\uac89\uac8a\uac8b\uac8c\uac90\uac94\uac9c\uac9d\uac9f\uaca0\uaca1\uaca8\uaca9\uacaa\uacac\uacaf\uacb0\uacb8\uacb9\uacbb\uacbc\uacbd\uacc1\uacc4\uacc8\uaccc\uacd5\uacd7\uace0\uace1\uace4\uace7\uace8\uacea\uacec\uacef\uacf0\uacf1\uacf3\uacf5\uacf6\uacfc\uacfd\uad00\uad04\uad06"],["b141","\ucf02\ucf03\ucf05\ucf06\ucf07\ucf09",6,"\ucf12\ucf14\ucf16",5,"\ucf1d\ucf1e\ucf1f\ucf21\ucf22\ucf23"],["b161","\ucf25",6,"\ucf2e\ucf32",5,"\ucf39",11],["b181","\ucf45",14,"\ucf56\ucf57\ucf59\ucf5a\ucf5b\ucf5d",6,"\ucf66\ucf68\ucf6a\ucf6b\ucf6c\uad0c\uad0d\uad0f\uad11\uad18\uad1c\uad20\uad29\uad2c\uad2d\uad34\uad35\uad38\uad3c\uad44\uad45\uad47\uad49\uad50\uad54\uad58\uad61\uad63\uad6c\uad6d\uad70\uad73\uad74\uad75\uad76\uad7b\uad7c\uad7d\uad7f\uad81\uad82\uad88\uad89\uad8c\uad90\uad9c\uad9d\uada4\uadb7\uadc0\uadc1\uadc4\uadc8\uadd0\uadd1\uadd3\uaddc\uade0\uade4\uadf8\uadf9\uadfc\uadff\uae00\uae01\uae08\uae09\uae0b\uae0d\uae14\uae30\uae31\uae34\uae37\uae38\uae3a\uae40\uae41\uae43\uae45\uae46\uae4a\uae4c\uae4d\uae4e\uae50\uae54\uae56\uae5c\uae5d\uae5f\uae60\uae61\uae65\uae68\uae69\uae6c\uae70\uae78"],["b241","\ucf6d\ucf6e\ucf6f\ucf72\ucf73\ucf75\ucf76\ucf77\ucf79",6,"\ucf81\ucf82\ucf83\ucf84\ucf86",5,"\ucf8d"],["b261","\ucf8e",18,"\ucfa2",5,"\ucfa9"],["b281","\ucfaa",5,"\ucfb1",18,"\ucfc5",6,"\uae79\uae7b\uae7c\uae7d\uae84\uae85\uae8c\uaebc\uaebd\uaebe\uaec0\uaec4\uaecc\uaecd\uaecf\uaed0\uaed1\uaed8\uaed9\uaedc\uaee8\uaeeb\uaeed\uaef4\uaef8\uaefc\uaf07\uaf08\uaf0d\uaf10\uaf2c\uaf2d\uaf30\uaf32\uaf34\uaf3c\uaf3d\uaf3f\uaf41\uaf42\uaf43\uaf48\uaf49\uaf50\uaf5c\uaf5d\uaf64\uaf65\uaf79\uaf80\uaf84\uaf88\uaf90\uaf91\uaf95\uaf9c\uafb8\uafb9\uafbc\uafc0\uafc7\uafc8\uafc9\uafcb\uafcd\uafce\uafd4\uafdc\uafe8\uafe9\uaff0\uaff1\uaff4\uaff8\ub000\ub001\ub004\ub00c\ub010\ub014\ub01c\ub01d\ub028\ub044\ub045\ub048\ub04a\ub04c\ub04e\ub053\ub054\ub055\ub057\ub059"],["b341","\ucfcc",19,"\ucfe2\ucfe3\ucfe5\ucfe6\ucfe7\ucfe9"],["b361","\ucfea",5,"\ucff2\ucff4\ucff6",5,"\ucffd\ucffe\ucfff\ud001\ud002\ud003\ud005",5],["b381","\ud00b",5,"\ud012",5,"\ud019",19,"\ub05d\ub07c\ub07d\ub080\ub084\ub08c\ub08d\ub08f\ub091\ub098\ub099\ub09a\ub09c\ub09f\ub0a0\ub0a1\ub0a2\ub0a8\ub0a9\ub0ab",4,"\ub0b1\ub0b3\ub0b4\ub0b5\ub0b8\ub0bc\ub0c4\ub0c5\ub0c7\ub0c8\ub0c9\ub0d0\ub0d1\ub0d4\ub0d8\ub0e0\ub0e5\ub108\ub109\ub10b\ub10c\ub110\ub112\ub113\ub118\ub119\ub11b\ub11c\ub11d\ub123\ub124\ub125\ub128\ub12c\ub134\ub135\ub137\ub138\ub139\ub140\ub141\ub144\ub148\ub150\ub151\ub154\ub155\ub158\ub15c\ub160\ub178\ub179\ub17c\ub180\ub182\ub188\ub189\ub18b\ub18d\ub192\ub193\ub194\ub198\ub19c\ub1a8\ub1cc\ub1d0\ub1d4\ub1dc\ub1dd"],["b441","\ud02e",5,"\ud036\ud037\ud039\ud03a\ud03b\ud03d",6,"\ud046\ud048\ud04a",5],["b461","\ud051\ud052\ud053\ud055\ud056\ud057\ud059",6,"\ud061",10,"\ud06e\ud06f"],["b481","\ud071\ud072\ud073\ud075",6,"\ud07e\ud07f\ud080\ud082",18,"\ub1df\ub1e8\ub1e9\ub1ec\ub1f0\ub1f9\ub1fb\ub1fd\ub204\ub205\ub208\ub20b\ub20c\ub214\ub215\ub217\ub219\ub220\ub234\ub23c\ub258\ub25c\ub260\ub268\ub269\ub274\ub275\ub27c\ub284\ub285\ub289\ub290\ub291\ub294\ub298\ub299\ub29a\ub2a0\ub2a1\ub2a3\ub2a5\ub2a6\ub2aa\ub2ac\ub2b0\ub2b4\ub2c8\ub2c9\ub2cc\ub2d0\ub2d2\ub2d8\ub2d9\ub2db\ub2dd\ub2e2\ub2e4\ub2e5\ub2e6\ub2e8\ub2eb",4,"\ub2f3\ub2f4\ub2f5\ub2f7",4,"\ub2ff\ub300\ub301\ub304\ub308\ub310\ub311\ub313\ub314\ub315\ub31c\ub354\ub355\ub356\ub358\ub35b\ub35c\ub35e\ub35f\ub364\ub365"],["b541","\ud095",14,"\ud0a6\ud0a7\ud0a9\ud0aa\ud0ab\ud0ad",5],["b561","\ud0b3\ud0b6\ud0b8\ud0ba",5,"\ud0c2\ud0c3\ud0c5\ud0c6\ud0c7\ud0ca",5,"\ud0d2\ud0d6",4],["b581","\ud0db\ud0de\ud0df\ud0e1\ud0e2\ud0e3\ud0e5",6,"\ud0ee\ud0f2",5,"\ud0f9",11,"\ub367\ub369\ub36b\ub36e\ub370\ub371\ub374\ub378\ub380\ub381\ub383\ub384\ub385\ub38c\ub390\ub394\ub3a0\ub3a1\ub3a8\ub3ac\ub3c4\ub3c5\ub3c8\ub3cb\ub3cc\ub3ce\ub3d0\ub3d4\ub3d5\ub3d7\ub3d9\ub3db\ub3dd\ub3e0\ub3e4\ub3e8\ub3fc\ub410\ub418\ub41c\ub420\ub428\ub429\ub42b\ub434\ub450\ub451\ub454\ub458\ub460\ub461\ub463\ub465\ub46c\ub480\ub488\ub49d\ub4a4\ub4a8\ub4ac\ub4b5\ub4b7\ub4b9\ub4c0\ub4c4\ub4c8\ub4d0\ub4d5\ub4dc\ub4dd\ub4e0\ub4e3\ub4e4\ub4e6\ub4ec\ub4ed\ub4ef\ub4f1\ub4f8\ub514\ub515\ub518\ub51b\ub51c\ub524\ub525\ub527\ub528\ub529\ub52a\ub530\ub531\ub534\ub538"],["b641","\ud105",7,"\ud10e",17],["b661","\ud120",15,"\ud132\ud133\ud135\ud136\ud137\ud139\ud13b\ud13c\ud13d\ud13e"],["b681","\ud13f\ud142\ud146",5,"\ud14e\ud14f\ud151\ud152\ud153\ud155",6,"\ud15e\ud160\ud162",5,"\ud169\ud16a\ud16b\ud16d\ub540\ub541\ub543\ub544\ub545\ub54b\ub54c\ub54d\ub550\ub554\ub55c\ub55d\ub55f\ub560\ub561\ub5a0\ub5a1\ub5a4\ub5a8\ub5aa\ub5ab\ub5b0\ub5b1\ub5b3\ub5b4\ub5b5\ub5bb\ub5bc\ub5bd\ub5c0\ub5c4\ub5cc\ub5cd\ub5cf\ub5d0\ub5d1\ub5d8\ub5ec\ub610\ub611\ub614\ub618\ub625\ub62c\ub634\ub648\ub664\ub668\ub69c\ub69d\ub6a0\ub6a4\ub6ab\ub6ac\ub6b1\ub6d4\ub6f0\ub6f4\ub6f8\ub700\ub701\ub705\ub728\ub729\ub72c\ub72f\ub730\ub738\ub739\ub73b\ub744\ub748\ub74c\ub754\ub755\ub760\ub764\ub768\ub770\ub771\ub773\ub775\ub77c\ub77d\ub780\ub784\ub78c\ub78d\ub78f\ub790\ub791\ub792\ub796\ub797"],["b741","\ud16e",13,"\ud17d",6,"\ud185\ud186\ud187\ud189\ud18a"],["b761","\ud18b",20,"\ud1a2\ud1a3\ud1a5\ud1a6\ud1a7"],["b781","\ud1a9",6,"\ud1b2\ud1b4\ud1b6\ud1b7\ud1b8\ud1b9\ud1bb\ud1bd\ud1be\ud1bf\ud1c1",14,"\ub798\ub799\ub79c\ub7a0\ub7a8\ub7a9\ub7ab\ub7ac\ub7ad\ub7b4\ub7b5\ub7b8\ub7c7\ub7c9\ub7ec\ub7ed\ub7f0\ub7f4\ub7fc\ub7fd\ub7ff\ub800\ub801\ub807\ub808\ub809\ub80c\ub810\ub818\ub819\ub81b\ub81d\ub824\ub825\ub828\ub82c\ub834\ub835\ub837\ub838\ub839\ub840\ub844\ub851\ub853\ub85c\ub85d\ub860\ub864\ub86c\ub86d\ub86f\ub871\ub878\ub87c\ub88d\ub8a8\ub8b0\ub8b4\ub8b8\ub8c0\ub8c1\ub8c3\ub8c5\ub8cc\ub8d0\ub8d4\ub8dd\ub8df\ub8e1\ub8e8\ub8e9\ub8ec\ub8f0\ub8f8\ub8f9\ub8fb\ub8fd\ub904\ub918\ub920\ub93c\ub93d\ub940\ub944\ub94c\ub94f\ub951\ub958\ub959\ub95c\ub960\ub968\ub969"],["b841","\ud1d0",7,"\ud1d9",17],["b861","\ud1eb",8,"\ud1f5\ud1f6\ud1f7\ud1f9",13],["b881","\ud208\ud20a",5,"\ud211",24,"\ub96b\ub96d\ub974\ub975\ub978\ub97c\ub984\ub985\ub987\ub989\ub98a\ub98d\ub98e\ub9ac\ub9ad\ub9b0\ub9b4\ub9bc\ub9bd\ub9bf\ub9c1\ub9c8\ub9c9\ub9cc\ub9ce",4,"\ub9d8\ub9d9\ub9db\ub9dd\ub9de\ub9e1\ub9e3\ub9e4\ub9e5\ub9e8\ub9ec\ub9f4\ub9f5\ub9f7\ub9f8\ub9f9\ub9fa\uba00\uba01\uba08\uba15\uba38\uba39\uba3c\uba40\uba42\uba48\uba49\uba4b\uba4d\uba4e\uba53\uba54\uba55\uba58\uba5c\uba64\uba65\uba67\uba68\uba69\uba70\uba71\uba74\uba78\uba83\uba84\uba85\uba87\uba8c\ubaa8\ubaa9\ubaab\ubaac\ubab0\ubab2\ubab8\ubab9\ubabb\ubabd\ubac4\ubac8\ubad8\ubad9\ubafc"],["b941","\ud22a\ud22b\ud22e\ud22f\ud231\ud232\ud233\ud235",6,"\ud23e\ud240\ud242",5,"\ud249\ud24a\ud24b\ud24c"],["b961","\ud24d",14,"\ud25d",6,"\ud265\ud266\ud267\ud268"],["b981","\ud269",22,"\ud282\ud283\ud285\ud286\ud287\ud289\ud28a\ud28b\ud28c\ubb00\ubb04\ubb0d\ubb0f\ubb11\ubb18\ubb1c\ubb20\ubb29\ubb2b\ubb34\ubb35\ubb36\ubb38\ubb3b\ubb3c\ubb3d\ubb3e\ubb44\ubb45\ubb47\ubb49\ubb4d\ubb4f\ubb50\ubb54\ubb58\ubb61\ubb63\ubb6c\ubb88\ubb8c\ubb90\ubba4\ubba8\ubbac\ubbb4\ubbb7\ubbc0\ubbc4\ubbc8\ubbd0\ubbd3\ubbf8\ubbf9\ubbfc\ubbff\ubc00\ubc02\ubc08\ubc09\ubc0b\ubc0c\ubc0d\ubc0f\ubc11\ubc14",4,"\ubc1b",4,"\ubc24\ubc25\ubc27\ubc29\ubc2d\ubc30\ubc31\ubc34\ubc38\ubc40\ubc41\ubc43\ubc44\ubc45\ubc49\ubc4c\ubc4d\ubc50\ubc5d\ubc84\ubc85\ubc88\ubc8b\ubc8c\ubc8e\ubc94\ubc95\ubc97"],["ba41","\ud28d\ud28e\ud28f\ud292\ud293\ud294\ud296",5,"\ud29d\ud29e\ud29f\ud2a1\ud2a2\ud2a3\ud2a5",6,"\ud2ad"],["ba61","\ud2ae\ud2af\ud2b0\ud2b2",5,"\ud2ba\ud2bb\ud2bd\ud2be\ud2c1\ud2c3",4,"\ud2ca\ud2cc",5],["ba81","\ud2d2\ud2d3\ud2d5\ud2d6\ud2d7\ud2d9\ud2da\ud2db\ud2dd",6,"\ud2e6",9,"\ud2f2\ud2f3\ud2f5\ud2f6\ud2f7\ud2f9\ud2fa\ubc99\ubc9a\ubca0\ubca1\ubca4\ubca7\ubca8\ubcb0\ubcb1\ubcb3\ubcb4\ubcb5\ubcbc\ubcbd\ubcc0\ubcc4\ubccd\ubccf\ubcd0\ubcd1\ubcd5\ubcd8\ubcdc\ubcf4\ubcf5\ubcf6\ubcf8\ubcfc\ubd04\ubd05\ubd07\ubd09\ubd10\ubd14\ubd24\ubd2c\ubd40\ubd48\ubd49\ubd4c\ubd50\ubd58\ubd59\ubd64\ubd68\ubd80\ubd81\ubd84\ubd87\ubd88\ubd89\ubd8a\ubd90\ubd91\ubd93\ubd95\ubd99\ubd9a\ubd9c\ubda4\ubdb0\ubdb8\ubdd4\ubdd5\ubdd8\ubddc\ubde9\ubdf0\ubdf4\ubdf8\ube00\ube03\ube05\ube0c\ube0d\ube10\ube14\ube1c\ube1d\ube1f\ube44\ube45\ube48\ube4c\ube4e\ube54\ube55\ube57\ube59\ube5a\ube5b\ube60\ube61\ube64"],["bb41","\ud2fb",4,"\ud302\ud304\ud306",5,"\ud30f\ud311\ud312\ud313\ud315\ud317",4,"\ud31e\ud322\ud323"],["bb61","\ud324\ud326\ud327\ud32a\ud32b\ud32d\ud32e\ud32f\ud331",6,"\ud33a\ud33e",5,"\ud346\ud347\ud348\ud349"],["bb81","\ud34a",31,"\ube68\ube6a\ube70\ube71\ube73\ube74\ube75\ube7b\ube7c\ube7d\ube80\ube84\ube8c\ube8d\ube8f\ube90\ube91\ube98\ube99\ubea8\ubed0\ubed1\ubed4\ubed7\ubed8\ubee0\ubee3\ubee4\ubee5\ubeec\ubf01\ubf08\ubf09\ubf18\ubf19\ubf1b\ubf1c\ubf1d\ubf40\ubf41\ubf44\ubf48\ubf50\ubf51\ubf55\ubf94\ubfb0\ubfc5\ubfcc\ubfcd\ubfd0\ubfd4\ubfdc\ubfdf\ubfe1\uc03c\uc051\uc058\uc05c\uc060\uc068\uc069\uc090\uc091\uc094\uc098\uc0a0\uc0a1\uc0a3\uc0a5\uc0ac\uc0ad\uc0af\uc0b0\uc0b3\uc0b4\uc0b5\uc0b6\uc0bc\uc0bd\uc0bf\uc0c0\uc0c1\uc0c5\uc0c8\uc0c9\uc0cc\uc0d0\uc0d8\uc0d9\uc0db\uc0dc\uc0dd\uc0e4"],["bc41","\ud36a",17,"\ud37e\ud37f\ud381\ud382\ud383\ud385\ud386\ud387"],["bc61","\ud388\ud389\ud38a\ud38b\ud38e\ud392",5,"\ud39a\ud39b\ud39d\ud39e\ud39f\ud3a1",6,"\ud3aa\ud3ac\ud3ae"],["bc81","\ud3af",4,"\ud3b5\ud3b6\ud3b7\ud3b9\ud3ba\ud3bb\ud3bd",6,"\ud3c6\ud3c7\ud3ca",5,"\ud3d1",5,"\uc0e5\uc0e8\uc0ec\uc0f4\uc0f5\uc0f7\uc0f9\uc100\uc104\uc108\uc110\uc115\uc11c",4,"\uc123\uc124\uc126\uc127\uc12c\uc12d\uc12f\uc130\uc131\uc136\uc138\uc139\uc13c\uc140\uc148\uc149\uc14b\uc14c\uc14d\uc154\uc155\uc158\uc15c\uc164\uc165\uc167\uc168\uc169\uc170\uc174\uc178\uc185\uc18c\uc18d\uc18e\uc190\uc194\uc196\uc19c\uc19d\uc19f\uc1a1\uc1a5\uc1a8\uc1a9\uc1ac\uc1b0\uc1bd\uc1c4\uc1c8\uc1cc\uc1d4\uc1d7\uc1d8\uc1e0\uc1e4\uc1e8\uc1f0\uc1f1\uc1f3\uc1fc\uc1fd\uc200\uc204\uc20c\uc20d\uc20f\uc211\uc218\uc219\uc21c\uc21f\uc220\uc228\uc229\uc22b\uc22d"],["bd41","\ud3d7\ud3d9",7,"\ud3e2\ud3e4",7,"\ud3ee\ud3ef\ud3f1\ud3f2\ud3f3\ud3f5\ud3f6\ud3f7"],["bd61","\ud3f8\ud3f9\ud3fa\ud3fb\ud3fe\ud400\ud402",5,"\ud409",13],["bd81","\ud417",5,"\ud41e",25,"\uc22f\uc231\uc232\uc234\uc248\uc250\uc251\uc254\uc258\uc260\uc265\uc26c\uc26d\uc270\uc274\uc27c\uc27d\uc27f\uc281\uc288\uc289\uc290\uc298\uc29b\uc29d\uc2a4\uc2a5\uc2a8\uc2ac\uc2ad\uc2b4\uc2b5\uc2b7\uc2b9\uc2dc\uc2dd\uc2e0\uc2e3\uc2e4\uc2eb\uc2ec\uc2ed\uc2ef\uc2f1\uc2f6\uc2f8\uc2f9\uc2fb\uc2fc\uc300\uc308\uc309\uc30c\uc30d\uc313\uc314\uc315\uc318\uc31c\uc324\uc325\uc328\uc329\uc345\uc368\uc369\uc36c\uc370\uc372\uc378\uc379\uc37c\uc37d\uc384\uc388\uc38c\uc3c0\uc3d8\uc3d9\uc3dc\uc3df\uc3e0\uc3e2\uc3e8\uc3e9\uc3ed\uc3f4\uc3f5\uc3f8\uc408\uc410\uc424\uc42c\uc430"],["be41","\ud438",7,"\ud441\ud442\ud443\ud445",14],["be61","\ud454",7,"\ud45d\ud45e\ud45f\ud461\ud462\ud463\ud465",7,"\ud46e\ud470\ud471\ud472"],["be81","\ud473",4,"\ud47a\ud47b\ud47d\ud47e\ud481\ud483",4,"\ud48a\ud48c\ud48e",5,"\ud495",8,"\uc434\uc43c\uc43d\uc448\uc464\uc465\uc468\uc46c\uc474\uc475\uc479\uc480\uc494\uc49c\uc4b8\uc4bc\uc4e9\uc4f0\uc4f1\uc4f4\uc4f8\uc4fa\uc4ff\uc500\uc501\uc50c\uc510\uc514\uc51c\uc528\uc529\uc52c\uc530\uc538\uc539\uc53b\uc53d\uc544\uc545\uc548\uc549\uc54a\uc54c\uc54d\uc54e\uc553\uc554\uc555\uc557\uc558\uc559\uc55d\uc55e\uc560\uc561\uc564\uc568\uc570\uc571\uc573\uc574\uc575\uc57c\uc57d\uc580\uc584\uc587\uc58c\uc58d\uc58f\uc591\uc595\uc597\uc598\uc59c\uc5a0\uc5a9\uc5b4\uc5b5\uc5b8\uc5b9\uc5bb\uc5bc\uc5bd\uc5be\uc5c4",6,"\uc5cc\uc5ce"],["bf41","\ud49e",10,"\ud4aa",14],["bf61","\ud4b9",18,"\ud4cd\ud4ce\ud4cf\ud4d1\ud4d2\ud4d3\ud4d5"],["bf81","\ud4d6",5,"\ud4dd\ud4de\ud4e0",7,"\ud4e9\ud4ea\ud4eb\ud4ed\ud4ee\ud4ef\ud4f1",6,"\ud4f9\ud4fa\ud4fc\uc5d0\uc5d1\uc5d4\uc5d8\uc5e0\uc5e1\uc5e3\uc5e5\uc5ec\uc5ed\uc5ee\uc5f0\uc5f4\uc5f6\uc5f7\uc5fc",5,"\uc605\uc606\uc607\uc608\uc60c\uc610\uc618\uc619\uc61b\uc61c\uc624\uc625\uc628\uc62c\uc62d\uc62e\uc630\uc633\uc634\uc635\uc637\uc639\uc63b\uc640\uc641\uc644\uc648\uc650\uc651\uc653\uc654\uc655\uc65c\uc65d\uc660\uc66c\uc66f\uc671\uc678\uc679\uc67c\uc680\uc688\uc689\uc68b\uc68d\uc694\uc695\uc698\uc69c\uc6a4\uc6a5\uc6a7\uc6a9\uc6b0\uc6b1\uc6b4\uc6b8\uc6b9\uc6ba\uc6c0\uc6c1\uc6c3\uc6c5\uc6cc\uc6cd\uc6d0\uc6d4\uc6dc\uc6dd\uc6e0\uc6e1\uc6e8"],["c041","\ud4fe",5,"\ud505\ud506\ud507\ud509\ud50a\ud50b\ud50d",6,"\ud516\ud518",5],["c061","\ud51e",25],["c081","\ud538\ud539\ud53a\ud53b\ud53e\ud53f\ud541\ud542\ud543\ud545",6,"\ud54e\ud550\ud552",5,"\ud55a\ud55b\ud55d\ud55e\ud55f\ud561\ud562\ud563\uc6e9\uc6ec\uc6f0\uc6f8\uc6f9\uc6fd\uc704\uc705\uc708\uc70c\uc714\uc715\uc717\uc719\uc720\uc721\uc724\uc728\uc730\uc731\uc733\uc735\uc737\uc73c\uc73d\uc740\uc744\uc74a\uc74c\uc74d\uc74f\uc751",7,"\uc75c\uc760\uc768\uc76b\uc774\uc775\uc778\uc77c\uc77d\uc77e\uc783\uc784\uc785\uc787\uc788\uc789\uc78a\uc78e\uc790\uc791\uc794\uc796\uc797\uc798\uc79a\uc7a0\uc7a1\uc7a3\uc7a4\uc7a5\uc7a6\uc7ac\uc7ad\uc7b0\uc7b4\uc7bc\uc7bd\uc7bf\uc7c0\uc7c1\uc7c8\uc7c9\uc7cc\uc7ce\uc7d0\uc7d8\uc7dd\uc7e4\uc7e8\uc7ec\uc800\uc801\uc804\uc808\uc80a"],["c141","\ud564\ud566\ud567\ud56a\ud56c\ud56e",5,"\ud576\ud577\ud579\ud57a\ud57b\ud57d",6,"\ud586\ud58a\ud58b"],["c161","\ud58c\ud58d\ud58e\ud58f\ud591",19,"\ud5a6\ud5a7"],["c181","\ud5a8",31,"\uc810\uc811\uc813\uc815\uc816\uc81c\uc81d\uc820\uc824\uc82c\uc82d\uc82f\uc831\uc838\uc83c\uc840\uc848\uc849\uc84c\uc84d\uc854\uc870\uc871\uc874\uc878\uc87a\uc880\uc881\uc883\uc885\uc886\uc887\uc88b\uc88c\uc88d\uc894\uc89d\uc89f\uc8a1\uc8a8\uc8bc\uc8bd\uc8c4\uc8c8\uc8cc\uc8d4\uc8d5\uc8d7\uc8d9\uc8e0\uc8e1\uc8e4\uc8f5\uc8fc\uc8fd\uc900\uc904\uc905\uc906\uc90c\uc90d\uc90f\uc911\uc918\uc92c\uc934\uc950\uc951\uc954\uc958\uc960\uc961\uc963\uc96c\uc970\uc974\uc97c\uc988\uc989\uc98c\uc990\uc998\uc999\uc99b\uc99d\uc9c0\uc9c1\uc9c4\uc9c7\uc9c8\uc9ca\uc9d0\uc9d1\uc9d3"],["c241","\ud5ca\ud5cb\ud5cd\ud5ce\ud5cf\ud5d1\ud5d3",4,"\ud5da\ud5dc\ud5de",5,"\ud5e6\ud5e7\ud5e9\ud5ea\ud5eb\ud5ed\ud5ee"],["c261","\ud5ef",4,"\ud5f6\ud5f8\ud5fa",5,"\ud602\ud603\ud605\ud606\ud607\ud609",6,"\ud612"],["c281","\ud616",5,"\ud61d\ud61e\ud61f\ud621\ud622\ud623\ud625",7,"\ud62e",9,"\ud63a\ud63b\uc9d5\uc9d6\uc9d9\uc9da\uc9dc\uc9dd\uc9e0\uc9e2\uc9e4\uc9e7\uc9ec\uc9ed\uc9ef\uc9f0\uc9f1\uc9f8\uc9f9\uc9fc\uca00\uca08\uca09\uca0b\uca0c\uca0d\uca14\uca18\uca29\uca4c\uca4d\uca50\uca54\uca5c\uca5d\uca5f\uca60\uca61\uca68\uca7d\uca84\uca98\ucabc\ucabd\ucac0\ucac4\ucacc\ucacd\ucacf\ucad1\ucad3\ucad8\ucad9\ucae0\ucaec\ucaf4\ucb08\ucb10\ucb14\ucb18\ucb20\ucb21\ucb41\ucb48\ucb49\ucb4c\ucb50\ucb58\ucb59\ucb5d\ucb64\ucb78\ucb79\ucb9c\ucbb8\ucbd4\ucbe4\ucbe7\ucbe9\ucc0c\ucc0d\ucc10\ucc14\ucc1c\ucc1d\ucc21\ucc22\ucc27\ucc28\ucc29\ucc2c\ucc2e\ucc30\ucc38\ucc39\ucc3b"],["c341","\ud63d\ud63e\ud63f\ud641\ud642\ud643\ud644\ud646\ud647\ud64a\ud64c\ud64e\ud64f\ud650\ud652\ud653\ud656\ud657\ud659\ud65a\ud65b\ud65d",4],["c361","\ud662",4,"\ud668\ud66a",5,"\ud672\ud673\ud675",11],["c381","\ud681\ud682\ud684\ud686",5,"\ud68e\ud68f\ud691\ud692\ud693\ud695",7,"\ud69e\ud6a0\ud6a2",5,"\ud6a9\ud6aa\ucc3c\ucc3d\ucc3e\ucc44\ucc45\ucc48\ucc4c\ucc54\ucc55\ucc57\ucc58\ucc59\ucc60\ucc64\ucc66\ucc68\ucc70\ucc75\ucc98\ucc99\ucc9c\ucca0\ucca8\ucca9\uccab\uccac\uccad\uccb4\uccb5\uccb8\uccbc\uccc4\uccc5\uccc7\uccc9\uccd0\uccd4\ucce4\uccec\uccf0\ucd01\ucd08\ucd09\ucd0c\ucd10\ucd18\ucd19\ucd1b\ucd1d\ucd24\ucd28\ucd2c\ucd39\ucd5c\ucd60\ucd64\ucd6c\ucd6d\ucd6f\ucd71\ucd78\ucd88\ucd94\ucd95\ucd98\ucd9c\ucda4\ucda5\ucda7\ucda9\ucdb0\ucdc4\ucdcc\ucdd0\ucde8\ucdec\ucdf0\ucdf8\ucdf9\ucdfb\ucdfd\uce04\uce08\uce0c\uce14\uce19\uce20\uce21\uce24\uce28\uce30\uce31\uce33\uce35"],["c441","\ud6ab\ud6ad\ud6ae\ud6af\ud6b1",7,"\ud6ba\ud6bc",7,"\ud6c6\ud6c7\ud6c9\ud6ca\ud6cb"],["c461","\ud6cd\ud6ce\ud6cf\ud6d0\ud6d2\ud6d3\ud6d5\ud6d6\ud6d8\ud6da",5,"\ud6e1\ud6e2\ud6e3\ud6e5\ud6e6\ud6e7\ud6e9",4],["c481","\ud6ee\ud6ef\ud6f1\ud6f2\ud6f3\ud6f4\ud6f6",5,"\ud6fe\ud6ff\ud701\ud702\ud703\ud705",11,"\ud712\ud713\ud714\uce58\uce59\uce5c\uce5f\uce60\uce61\uce68\uce69\uce6b\uce6d\uce74\uce75\uce78\uce7c\uce84\uce85\uce87\uce89\uce90\uce91\uce94\uce98\ucea0\ucea1\ucea3\ucea4\ucea5\uceac\ucead\ucec1\ucee4\ucee5\ucee8\uceeb\uceec\ucef4\ucef5\ucef7\ucef8\ucef9\ucf00\ucf01\ucf04\ucf08\ucf10\ucf11\ucf13\ucf15\ucf1c\ucf20\ucf24\ucf2c\ucf2d\ucf2f\ucf30\ucf31\ucf38\ucf54\ucf55\ucf58\ucf5c\ucf64\ucf65\ucf67\ucf69\ucf70\ucf71\ucf74\ucf78\ucf80\ucf85\ucf8c\ucfa1\ucfa8\ucfb0\ucfc4\ucfe0\ucfe1\ucfe4\ucfe8\ucff0\ucff1\ucff3\ucff5\ucffc\ud000\ud004\ud011\ud018\ud02d\ud034\ud035\ud038\ud03c"],["c541","\ud715\ud716\ud717\ud71a\ud71b\ud71d\ud71e\ud71f\ud721",6,"\ud72a\ud72c\ud72e",5,"\ud736\ud737\ud739"],["c561","\ud73a\ud73b\ud73d",6,"\ud745\ud746\ud748\ud74a",5,"\ud752\ud753\ud755\ud75a",4],["c581","\ud75f\ud762\ud764\ud766\ud767\ud768\ud76a\ud76b\ud76d\ud76e\ud76f\ud771\ud772\ud773\ud775",6,"\ud77e\ud77f\ud780\ud782",5,"\ud78a\ud78b\ud044\ud045\ud047\ud049\ud050\ud054\ud058\ud060\ud06c\ud06d\ud070\ud074\ud07c\ud07d\ud081\ud0a4\ud0a5\ud0a8\ud0ac\ud0b4\ud0b5\ud0b7\ud0b9\ud0c0\ud0c1\ud0c4\ud0c8\ud0c9\ud0d0\ud0d1\ud0d3\ud0d4\ud0d5\ud0dc\ud0dd\ud0e0\ud0e4\ud0ec\ud0ed\ud0ef\ud0f0\ud0f1\ud0f8\ud10d\ud130\ud131\ud134\ud138\ud13a\ud140\ud141\ud143\ud144\ud145\ud14c\ud14d\ud150\ud154\ud15c\ud15d\ud15f\ud161\ud168\ud16c\ud17c\ud184\ud188\ud1a0\ud1a1\ud1a4\ud1a8\ud1b0\ud1b1\ud1b3\ud1b5\ud1ba\ud1bc\ud1c0\ud1d8\ud1f4\ud1f8\ud207\ud209\ud210\ud22c\ud22d\ud230\ud234\ud23c\ud23d\ud23f\ud241\ud248\ud25c"],["c641","\ud78d\ud78e\ud78f\ud791",6,"\ud79a\ud79c\ud79e",5],["c6a1","\ud264\ud280\ud281\ud284\ud288\ud290\ud291\ud295\ud29c\ud2a0\ud2a4\ud2ac\ud2b1\ud2b8\ud2b9\ud2bc\ud2bf\ud2c0\ud2c2\ud2c8\ud2c9\ud2cb\ud2d4\ud2d8\ud2dc\ud2e4\ud2e5\ud2f0\ud2f1\ud2f4\ud2f8\ud300\ud301\ud303\ud305\ud30c\ud30d\ud30e\ud310\ud314\ud316\ud31c\ud31d\ud31f\ud320\ud321\ud325\ud328\ud329\ud32c\ud330\ud338\ud339\ud33b\ud33c\ud33d\ud344\ud345\ud37c\ud37d\ud380\ud384\ud38c\ud38d\ud38f\ud390\ud391\ud398\ud399\ud39c\ud3a0\ud3a8\ud3a9\ud3ab\ud3ad\ud3b4\ud3b8\ud3bc\ud3c4\ud3c5\ud3c8\ud3c9\ud3d0\ud3d8\ud3e1\ud3e3\ud3ec\ud3ed\ud3f0\ud3f4\ud3fc\ud3fd\ud3ff\ud401"],["c7a1","\ud408\ud41d\ud440\ud444\ud45c\ud460\ud464\ud46d\ud46f\ud478\ud479\ud47c\ud47f\ud480\ud482\ud488\ud489\ud48b\ud48d\ud494\ud4a9\ud4cc\ud4d0\ud4d4\ud4dc\ud4df\ud4e8\ud4ec\ud4f0\ud4f8\ud4fb\ud4fd\ud504\ud508\ud50c\ud514\ud515\ud517\ud53c\ud53d\ud540\ud544\ud54c\ud54d\ud54f\ud551\ud558\ud559\ud55c\ud560\ud565\ud568\ud569\ud56b\ud56d\ud574\ud575\ud578\ud57c\ud584\ud585\ud587\ud588\ud589\ud590\ud5a5\ud5c8\ud5c9\ud5cc\ud5d0\ud5d2\ud5d8\ud5d9\ud5db\ud5dd\ud5e4\ud5e5\ud5e8\ud5ec\ud5f4\ud5f5\ud5f7\ud5f9\ud600\ud601\ud604\ud608\ud610\ud611\ud613\ud614\ud615\ud61c\ud620"],["c8a1","\ud624\ud62d\ud638\ud639\ud63c\ud640\ud645\ud648\ud649\ud64b\ud64d\ud651\ud654\ud655\ud658\ud65c\ud667\ud669\ud670\ud671\ud674\ud683\ud685\ud68c\ud68d\ud690\ud694\ud69d\ud69f\ud6a1\ud6a8\ud6ac\ud6b0\ud6b9\ud6bb\ud6c4\ud6c5\ud6c8\ud6cc\ud6d1\ud6d4\ud6d7\ud6d9\ud6e0\ud6e4\ud6e8\ud6f0\ud6f5\ud6fc\ud6fd\ud700\ud704\ud711\ud718\ud719\ud71c\ud720\ud728\ud729\ud72b\ud72d\ud734\ud735\ud738\ud73c\ud744\ud747\ud749\ud750\ud751\ud754\ud756\ud757\ud758\ud759\ud760\ud761\ud763\ud765\ud769\ud76c\ud770\ud774\ud77c\ud77d\ud781\ud788\ud789\ud78c\ud790\ud798\ud799\ud79b\ud79d"],["caa1","\u4f3d\u4f73\u5047\u50f9\u52a0\u53ef\u5475\u54e5\u5609\u5ac1\u5bb6\u6687\u67b6\u67b7\u67ef\u6b4c\u73c2\u75c2\u7a3c\u82db\u8304\u8857\u8888\u8a36\u8cc8\u8dcf\u8efb\u8fe6\u99d5\u523b\u5374\u5404\u606a\u6164\u6bbc\u73cf\u811a\u89ba\u89d2\u95a3\u4f83\u520a\u58be\u5978\u59e6\u5e72\u5e79\u61c7\u63c0\u6746\u67ec\u687f\u6f97\u764e\u770b\u78f5\u7a08\u7aff\u7c21\u809d\u826e\u8271\u8aeb\u9593\u4e6b\u559d\u66f7\u6e34\u78a3\u7aed\u845b\u8910\u874e\u97a8\u52d8\u574e\u582a\u5d4c\u611f\u61be\u6221\u6562\u67d1\u6a44\u6e1b\u7518\u75b3\u76e3\u77b0\u7d3a\u90af\u9451\u9452\u9f95"],["cba1","\u5323\u5cac\u7532\u80db\u9240\u9598\u525b\u5808\u59dc\u5ca1\u5d17\u5eb7\u5f3a\u5f4a\u6177\u6c5f\u757a\u7586\u7ce0\u7d73\u7db1\u7f8c\u8154\u8221\u8591\u8941\u8b1b\u92fc\u964d\u9c47\u4ecb\u4ef7\u500b\u51f1\u584f\u6137\u613e\u6168\u6539\u69ea\u6f11\u75a5\u7686\u76d6\u7b87\u82a5\u84cb\uf900\u93a7\u958b\u5580\u5ba2\u5751\uf901\u7cb3\u7fb9\u91b5\u5028\u53bb\u5c45\u5de8\u62d2\u636e\u64da\u64e7\u6e20\u70ac\u795b\u8ddd\u8e1e\uf902\u907d\u9245\u92f8\u4e7e\u4ef6\u5065\u5dfe\u5efa\u6106\u6957\u8171\u8654\u8e47\u9375\u9a2b\u4e5e\u5091\u6770\u6840\u5109\u528d\u5292\u6aa2"],["cca1","\u77bc\u9210\u9ed4\u52ab\u602f\u8ff2\u5048\u61a9\u63ed\u64ca\u683c\u6a84\u6fc0\u8188\u89a1\u9694\u5805\u727d\u72ac\u7504\u7d79\u7e6d\u80a9\u898b\u8b74\u9063\u9d51\u6289\u6c7a\u6f54\u7d50\u7f3a\u8a23\u517c\u614a\u7b9d\u8b19\u9257\u938c\u4eac\u4fd3\u501e\u50be\u5106\u52c1\u52cd\u537f\u5770\u5883\u5e9a\u5f91\u6176\u61ac\u64ce\u656c\u666f\u66bb\u66f4\u6897\u6d87\u7085\u70f1\u749f\u74a5\u74ca\u75d9\u786c\u78ec\u7adf\u7af6\u7d45\u7d93\u8015\u803f\u811b\u8396\u8b66\u8f15\u9015\u93e1\u9803\u9838\u9a5a\u9be8\u4fc2\u5553\u583a\u5951\u5b63\u5c46\u60b8\u6212\u6842\u68b0"],["cda1","\u68e8\u6eaa\u754c\u7678\u78ce\u7a3d\u7cfb\u7e6b\u7e7c\u8a08\u8aa1\u8c3f\u968e\u9dc4\u53e4\u53e9\u544a\u5471\u56fa\u59d1\u5b64\u5c3b\u5eab\u62f7\u6537\u6545\u6572\u66a0\u67af\u69c1\u6cbd\u75fc\u7690\u777e\u7a3f\u7f94\u8003\u80a1\u818f\u82e6\u82fd\u83f0\u85c1\u8831\u88b4\u8aa5\uf903\u8f9c\u932e\u96c7\u9867\u9ad8\u9f13\u54ed\u659b\u66f2\u688f\u7a40\u8c37\u9d60\u56f0\u5764\u5d11\u6606\u68b1\u68cd\u6efe\u7428\u889e\u9be4\u6c68\uf904\u9aa8\u4f9b\u516c\u5171\u529f\u5b54\u5de5\u6050\u606d\u62f1\u63a7\u653b\u73d9\u7a7a\u86a3\u8ca2\u978f\u4e32\u5be1\u6208\u679c\u74dc"],["cea1","\u79d1\u83d3\u8a87\u8ab2\u8de8\u904e\u934b\u9846\u5ed3\u69e8\u85ff\u90ed\uf905\u51a0\u5b98\u5bec\u6163\u68fa\u6b3e\u704c\u742f\u74d8\u7ba1\u7f50\u83c5\u89c0\u8cab\u95dc\u9928\u522e\u605d\u62ec\u9002\u4f8a\u5149\u5321\u58d9\u5ee3\u66e0\u6d38\u709a\u72c2\u73d6\u7b50\u80f1\u945b\u5366\u639b\u7f6b\u4e56\u5080\u584a\u58de\u602a\u6127\u62d0\u69d0\u9b41\u5b8f\u7d18\u80b1\u8f5f\u4ea4\u50d1\u54ac\u55ac\u5b0c\u5da0\u5de7\u652a\u654e\u6821\u6a4b\u72e1\u768e\u77ef\u7d5e\u7ff9\u81a0\u854e\u86df\u8f03\u8f4e\u90ca\u9903\u9a55\u9bab\u4e18\u4e45\u4e5d\u4ec7\u4ff1\u5177\u52fe"],["cfa1","\u5340\u53e3\u53e5\u548e\u5614\u5775\u57a2\u5bc7\u5d87\u5ed0\u61fc\u62d8\u6551\u67b8\u67e9\u69cb\u6b50\u6bc6\u6bec\u6c42\u6e9d\u7078\u72d7\u7396\u7403\u77bf\u77e9\u7a76\u7d7f\u8009\u81fc\u8205\u820a\u82df\u8862\u8b33\u8cfc\u8ec0\u9011\u90b1\u9264\u92b6\u99d2\u9a45\u9ce9\u9dd7\u9f9c\u570b\u5c40\u83ca\u97a0\u97ab\u9eb4\u541b\u7a98\u7fa4\u88d9\u8ecd\u90e1\u5800\u5c48\u6398\u7a9f\u5bae\u5f13\u7a79\u7aae\u828e\u8eac\u5026\u5238\u52f8\u5377\u5708\u62f3\u6372\u6b0a\u6dc3\u7737\u53a5\u7357\u8568\u8e76\u95d5\u673a\u6ac3\u6f70\u8a6d\u8ecc\u994b\uf906\u6677\u6b78\u8cb4"],["d0a1","\u9b3c\uf907\u53eb\u572d\u594e\u63c6\u69fb\u73ea\u7845\u7aba\u7ac5\u7cfe\u8475\u898f\u8d73\u9035\u95a8\u52fb\u5747\u7547\u7b60\u83cc\u921e\uf908\u6a58\u514b\u524b\u5287\u621f\u68d8\u6975\u9699\u50c5\u52a4\u52e4\u61c3\u65a4\u6839\u69ff\u747e\u7b4b\u82b9\u83eb\u89b2\u8b39\u8fd1\u9949\uf909\u4eca\u5997\u64d2\u6611\u6a8e\u7434\u7981\u79bd\u82a9\u887e\u887f\u895f\uf90a\u9326\u4f0b\u53ca\u6025\u6271\u6c72\u7d1a\u7d66\u4e98\u5162\u77dc\u80af\u4f01\u4f0e\u5176\u5180\u55dc\u5668\u573b\u57fa\u57fc\u5914\u5947\u5993\u5bc4\u5c90\u5d0e\u5df1\u5e7e\u5fcc\u6280\u65d7\u65e3"],["d1a1","\u671e\u671f\u675e\u68cb\u68c4\u6a5f\u6b3a\u6c23\u6c7d\u6c82\u6dc7\u7398\u7426\u742a\u7482\u74a3\u7578\u757f\u7881\u78ef\u7941\u7947\u7948\u797a\u7b95\u7d00\u7dba\u7f88\u8006\u802d\u808c\u8a18\u8b4f\u8c48\u8d77\u9321\u9324\u98e2\u9951\u9a0e\u9a0f\u9a65\u9e92\u7dca\u4f76\u5409\u62ee\u6854\u91d1\u55ab\u513a\uf90b\uf90c\u5a1c\u61e6\uf90d\u62cf\u62ff\uf90e",5,"\u90a3\uf914",4,"\u8afe\uf919\uf91a\uf91b\uf91c\u6696\uf91d\u7156\uf91e\uf91f\u96e3\uf920\u634f\u637a\u5357\uf921\u678f\u6960\u6e73\uf922\u7537\uf923\uf924\uf925"],["d2a1","\u7d0d\uf926\uf927\u8872\u56ca\u5a18\uf928",4,"\u4e43\uf92d\u5167\u5948\u67f0\u8010\uf92e\u5973\u5e74\u649a\u79ca\u5ff5\u606c\u62c8\u637b\u5be7\u5bd7\u52aa\uf92f\u5974\u5f29\u6012\uf930\uf931\uf932\u7459\uf933",5,"\u99d1\uf939",10,"\u6fc3\uf944\uf945\u81bf\u8fb2\u60f1\uf946\uf947\u8166\uf948\uf949\u5c3f\uf94a",7,"\u5ae9\u8a25\u677b\u7d10\uf952",5,"\u80fd\uf958\uf959\u5c3c\u6ce5\u533f\u6eba\u591a\u8336"],["d3a1","\u4e39\u4eb6\u4f46\u55ae\u5718\u58c7\u5f56\u65b7\u65e6\u6a80\u6bb5\u6e4d\u77ed\u7aef\u7c1e\u7dde\u86cb\u8892\u9132\u935b\u64bb\u6fbe\u737a\u75b8\u9054\u5556\u574d\u61ba\u64d4\u66c7\u6de1\u6e5b\u6f6d\u6fb9\u75f0\u8043\u81bd\u8541\u8983\u8ac7\u8b5a\u931f\u6c93\u7553\u7b54\u8e0f\u905d\u5510\u5802\u5858\u5e62\u6207\u649e\u68e0\u7576\u7cd6\u87b3\u9ee8\u4ee3\u5788\u576e\u5927\u5c0d\u5cb1\u5e36\u5f85\u6234\u64e1\u73b3\u81fa\u888b\u8cb8\u968a\u9edb\u5b85\u5fb7\u60b3\u5012\u5200\u5230\u5716\u5835\u5857\u5c0e\u5c60\u5cf6\u5d8b\u5ea6\u5f92\u60bc\u6311\u6389\u6417\u6843"],["d4a1","\u68f9\u6ac2\u6dd8\u6e21\u6ed4\u6fe4\u71fe\u76dc\u7779\u79b1\u7a3b\u8404\u89a9\u8ced\u8df3\u8e48\u9003\u9014\u9053\u90fd\u934d\u9676\u97dc\u6bd2\u7006\u7258\u72a2\u7368\u7763\u79bf\u7be4\u7e9b\u8b80\u58a9\u60c7\u6566\u65fd\u66be\u6c8c\u711e\u71c9\u8c5a\u9813\u4e6d\u7a81\u4edd\u51ac\u51cd\u52d5\u540c\u61a7\u6771\u6850\u68df\u6d1e\u6f7c\u75bc\u77b3\u7ae5\u80f4\u8463\u9285\u515c\u6597\u675c\u6793\u75d8\u7ac7\u8373\uf95a\u8c46\u9017\u982d\u5c6f\u81c0\u829a\u9041\u906f\u920d\u5f97\u5d9d\u6a59\u71c8\u767b\u7b49\u85e4\u8b04\u9127\u9a30\u5587\u61f6\uf95b\u7669\u7f85"],["d5a1","\u863f\u87ba\u88f8\u908f\uf95c\u6d1b\u70d9\u73de\u7d61\u843d\uf95d\u916a\u99f1\uf95e\u4e82\u5375\u6b04\u6b12\u703e\u721b\u862d\u9e1e\u524c\u8fa3\u5d50\u64e5\u652c\u6b16\u6feb\u7c43\u7e9c\u85cd\u8964\u89bd\u62c9\u81d8\u881f\u5eca\u6717\u6d6a\u72fc\u7405\u746f\u8782\u90de\u4f86\u5d0d\u5fa0\u840a\u51b7\u63a0\u7565\u4eae\u5006\u5169\u51c9\u6881\u6a11\u7cae\u7cb1\u7ce7\u826f\u8ad2\u8f1b\u91cf\u4fb6\u5137\u52f5\u5442\u5eec\u616e\u623e\u65c5\u6ada\u6ffe\u792a\u85dc\u8823\u95ad\u9a62\u9a6a\u9e97\u9ece\u529b\u66c6\u6b77\u701d\u792b\u8f62\u9742\u6190\u6200\u6523\u6f23"],["d6a1","\u7149\u7489\u7df4\u806f\u84ee\u8f26\u9023\u934a\u51bd\u5217\u52a3\u6d0c\u70c8\u88c2\u5ec9\u6582\u6bae\u6fc2\u7c3e\u7375\u4ee4\u4f36\u56f9\uf95f\u5cba\u5dba\u601c\u73b2\u7b2d\u7f9a\u7fce\u8046\u901e\u9234\u96f6\u9748\u9818\u9f61\u4f8b\u6fa7\u79ae\u91b4\u96b7\u52de\uf960\u6488\u64c4\u6ad3\u6f5e\u7018\u7210\u76e7\u8001\u8606\u865c\u8def\u8f05\u9732\u9b6f\u9dfa\u9e75\u788c\u797f\u7da0\u83c9\u9304\u9e7f\u9e93\u8ad6\u58df\u5f04\u6727\u7027\u74cf\u7c60\u807e\u5121\u7028\u7262\u78ca\u8cc2\u8cda\u8cf4\u96f7\u4e86\u50da\u5bee\u5ed6\u6599\u71ce\u7642\u77ad\u804a\u84fc"],["d7a1","\u907c\u9b27\u9f8d\u58d8\u5a41\u5c62\u6a13\u6dda\u6f0f\u763b\u7d2f\u7e37\u851e\u8938\u93e4\u964b\u5289\u65d2\u67f3\u69b4\u6d41\u6e9c\u700f\u7409\u7460\u7559\u7624\u786b\u8b2c\u985e\u516d\u622e\u9678\u4f96\u502b\u5d19\u6dea\u7db8\u8f2a\u5f8b\u6144\u6817\uf961\u9686\u52d2\u808b\u51dc\u51cc\u695e\u7a1c\u7dbe\u83f1\u9675\u4fda\u5229\u5398\u540f\u550e\u5c65\u60a7\u674e\u68a8\u6d6c\u7281\u72f8\u7406\u7483\uf962\u75e2\u7c6c\u7f79\u7fb8\u8389\u88cf\u88e1\u91cc\u91d0\u96e2\u9bc9\u541d\u6f7e\u71d0\u7498\u85fa\u8eaa\u96a3\u9c57\u9e9f\u6797\u6dcb\u7433\u81e8\u9716\u782c"],["d8a1","\u7acb\u7b20\u7c92\u6469\u746a\u75f2\u78bc\u78e8\u99ac\u9b54\u9ebb\u5bde\u5e55\u6f20\u819c\u83ab\u9088\u4e07\u534d\u5a29\u5dd2\u5f4e\u6162\u633d\u6669\u66fc\u6eff\u6f2b\u7063\u779e\u842c\u8513\u883b\u8f13\u9945\u9c3b\u551c\u62b9\u672b\u6cab\u8309\u896a\u977a\u4ea1\u5984\u5fd8\u5fd9\u671b\u7db2\u7f54\u8292\u832b\u83bd\u8f1e\u9099\u57cb\u59b9\u5a92\u5bd0\u6627\u679a\u6885\u6bcf\u7164\u7f75\u8cb7\u8ce3\u9081\u9b45\u8108\u8c8a\u964c\u9a40\u9ea5\u5b5f\u6c13\u731b\u76f2\u76df\u840c\u51aa\u8993\u514d\u5195\u52c9\u68c9\u6c94\u7704\u7720\u7dbf\u7dec\u9762\u9eb5\u6ec5"],["d9a1","\u8511\u51a5\u540d\u547d\u660e\u669d\u6927\u6e9f\u76bf\u7791\u8317\u84c2\u879f\u9169\u9298\u9cf4\u8882\u4fae\u5192\u52df\u59c6\u5e3d\u6155\u6478\u6479\u66ae\u67d0\u6a21\u6bcd\u6bdb\u725f\u7261\u7441\u7738\u77db\u8017\u82bc\u8305\u8b00\u8b28\u8c8c\u6728\u6c90\u7267\u76ee\u7766\u7a46\u9da9\u6b7f\u6c92\u5922\u6726\u8499\u536f\u5893\u5999\u5edf\u63cf\u6634\u6773\u6e3a\u732b\u7ad7\u82d7\u9328\u52d9\u5deb\u61ae\u61cb\u620a\u62c7\u64ab\u65e0\u6959\u6b66\u6bcb\u7121\u73f7\u755d\u7e46\u821e\u8302\u856a\u8aa3\u8cbf\u9727\u9d61\u58a8\u9ed8\u5011\u520e\u543b\u554f\u6587"],["daa1","\u6c76\u7d0a\u7d0b\u805e\u868a\u9580\u96ef\u52ff\u6c95\u7269\u5473\u5a9a\u5c3e\u5d4b\u5f4c\u5fae\u672a\u68b6\u6963\u6e3c\u6e44\u7709\u7c73\u7f8e\u8587\u8b0e\u8ff7\u9761\u9ef4\u5cb7\u60b6\u610d\u61ab\u654f\u65fb\u65fc\u6c11\u6cef\u739f\u73c9\u7de1\u9594\u5bc6\u871c\u8b10\u525d\u535a\u62cd\u640f\u64b2\u6734\u6a38\u6cca\u73c0\u749e\u7b94\u7c95\u7e1b\u818a\u8236\u8584\u8feb\u96f9\u99c1\u4f34\u534a\u53cd\u53db\u62cc\u642c\u6500\u6591\u69c3\u6cee\u6f58\u73ed\u7554\u7622\u76e4\u76fc\u78d0\u78fb\u792c\u7d46\u822c\u87e0\u8fd4\u9812\u98ef\u52c3\u62d4\u64a5\u6e24\u6f51"],["dba1","\u767c\u8dcb\u91b1\u9262\u9aee\u9b43\u5023\u508d\u574a\u59a8\u5c28\u5e47\u5f77\u623f\u653e\u65b9\u65c1\u6609\u678b\u699c\u6ec2\u78c5\u7d21\u80aa\u8180\u822b\u82b3\u84a1\u868c\u8a2a\u8b17\u90a6\u9632\u9f90\u500d\u4ff3\uf963\u57f9\u5f98\u62dc\u6392\u676f\u6e43\u7119\u76c3\u80cc\u80da\u88f4\u88f5\u8919\u8ce0\u8f29\u914d\u966a\u4f2f\u4f70\u5e1b\u67cf\u6822\u767d\u767e\u9b44\u5e61\u6a0a\u7169\u71d4\u756a\uf964\u7e41\u8543\u85e9\u98dc\u4f10\u7b4f\u7f70\u95a5\u51e1\u5e06\u68b5\u6c3e\u6c4e\u6cdb\u72af\u7bc4\u8303\u6cd5\u743a\u50fb\u5288\u58c1\u64d8\u6a97\u74a7\u7656"],["dca1","\u78a7\u8617\u95e2\u9739\uf965\u535e\u5f01\u8b8a\u8fa8\u8faf\u908a\u5225\u77a5\u9c49\u9f08\u4e19\u5002\u5175\u5c5b\u5e77\u661e\u663a\u67c4\u68c5\u70b3\u7501\u75c5\u79c9\u7add\u8f27\u9920\u9a08\u4fdd\u5821\u5831\u5bf6\u666e\u6b65\u6d11\u6e7a\u6f7d\u73e4\u752b\u83e9\u88dc\u8913\u8b5c\u8f14\u4f0f\u50d5\u5310\u535c\u5b93\u5fa9\u670d\u798f\u8179\u832f\u8514\u8907\u8986\u8f39\u8f3b\u99a5\u9c12\u672c\u4e76\u4ff8\u5949\u5c01\u5cef\u5cf0\u6367\u68d2\u70fd\u71a2\u742b\u7e2b\u84ec\u8702\u9022\u92d2\u9cf3\u4e0d\u4ed8\u4fef\u5085\u5256\u526f\u5426\u5490\u57e0\u592b\u5a66"],["dda1","\u5b5a\u5b75\u5bcc\u5e9c\uf966\u6276\u6577\u65a7\u6d6e\u6ea5\u7236\u7b26\u7c3f\u7f36\u8150\u8151\u819a\u8240\u8299\u83a9\u8a03\u8ca0\u8ce6\u8cfb\u8d74\u8dba\u90e8\u91dc\u961c\u9644\u99d9\u9ce7\u5317\u5206\u5429\u5674\u58b3\u5954\u596e\u5fff\u61a4\u626e\u6610\u6c7e\u711a\u76c6\u7c89\u7cde\u7d1b\u82ac\u8cc1\u96f0\uf967\u4f5b\u5f17\u5f7f\u62c2\u5d29\u670b\u68da\u787c\u7e43\u9d6c\u4e15\u5099\u5315\u532a\u5351\u5983\u5a62\u5e87\u60b2\u618a\u6249\u6279\u6590\u6787\u69a7\u6bd4\u6bd6\u6bd7\u6bd8\u6cb8\uf968\u7435\u75fa\u7812\u7891\u79d5\u79d8\u7c83\u7dcb\u7fe1\u80a5"],["dea1","\u813e\u81c2\u83f2\u871a\u88e8\u8ab9\u8b6c\u8cbb\u9119\u975e\u98db\u9f3b\u56ac\u5b2a\u5f6c\u658c\u6ab3\u6baf\u6d5c\u6ff1\u7015\u725d\u73ad\u8ca7\u8cd3\u983b\u6191\u6c37\u8058\u9a01\u4e4d\u4e8b\u4e9b\u4ed5\u4f3a\u4f3c\u4f7f\u4fdf\u50ff\u53f2\u53f8\u5506\u55e3\u56db\u58eb\u5962\u5a11\u5beb\u5bfa\u5c04\u5df3\u5e2b\u5f99\u601d\u6368\u659c\u65af\u67f6\u67fb\u68ad\u6b7b\u6c99\u6cd7\u6e23\u7009\u7345\u7802\u793e\u7940\u7960\u79c1\u7be9\u7d17\u7d72\u8086\u820d\u838e\u84d1\u86c7\u88df\u8a50\u8a5e\u8b1d\u8cdc\u8d66\u8fad\u90aa\u98fc\u99df\u9e9d\u524a\uf969\u6714\uf96a"],["dfa1","\u5098\u522a\u5c71\u6563\u6c55\u73ca\u7523\u759d\u7b97\u849c\u9178\u9730\u4e77\u6492\u6bba\u715e\u85a9\u4e09\uf96b\u6749\u68ee\u6e17\u829f\u8518\u886b\u63f7\u6f81\u9212\u98af\u4e0a\u50b7\u50cf\u511f\u5546\u55aa\u5617\u5b40\u5c19\u5ce0\u5e38\u5e8a\u5ea0\u5ec2\u60f3\u6851\u6a61\u6e58\u723d\u7240\u72c0\u76f8\u7965\u7bb1\u7fd4\u88f3\u89f4\u8a73\u8c61\u8cde\u971c\u585e\u74bd\u8cfd\u55c7\uf96c\u7a61\u7d22\u8272\u7272\u751f\u7525\uf96d\u7b19\u5885\u58fb\u5dbc\u5e8f\u5eb6\u5f90\u6055\u6292\u637f\u654d\u6691\u66d9\u66f8\u6816\u68f2\u7280\u745e\u7b6e\u7d6e\u7dd6\u7f72"],["e0a1","\u80e5\u8212\u85af\u897f\u8a93\u901d\u92e4\u9ecd\u9f20\u5915\u596d\u5e2d\u60dc\u6614\u6673\u6790\u6c50\u6dc5\u6f5f\u77f3\u78a9\u84c6\u91cb\u932b\u4ed9\u50ca\u5148\u5584\u5b0b\u5ba3\u6247\u657e\u65cb\u6e32\u717d\u7401\u7444\u7487\u74bf\u766c\u79aa\u7dda\u7e55\u7fa8\u817a\u81b3\u8239\u861a\u87ec\u8a75\u8de3\u9078\u9291\u9425\u994d\u9bae\u5368\u5c51\u6954\u6cc4\u6d29\u6e2b\u820c\u859b\u893b\u8a2d\u8aaa\u96ea\u9f67\u5261\u66b9\u6bb2\u7e96\u87fe\u8d0d\u9583\u965d\u651d\u6d89\u71ee\uf96e\u57ce\u59d3\u5bac\u6027\u60fa\u6210\u661f\u665f\u7329\u73f9\u76db\u7701\u7b6c"],["e1a1","\u8056\u8072\u8165\u8aa0\u9192\u4e16\u52e2\u6b72\u6d17\u7a05\u7b39\u7d30\uf96f\u8cb0\u53ec\u562f\u5851\u5bb5\u5c0f\u5c11\u5de2\u6240\u6383\u6414\u662d\u68b3\u6cbc\u6d88\u6eaf\u701f\u70a4\u71d2\u7526\u758f\u758e\u7619\u7b11\u7be0\u7c2b\u7d20\u7d39\u852c\u856d\u8607\u8a34\u900d\u9061\u90b5\u92b7\u97f6\u9a37\u4fd7\u5c6c\u675f\u6d91\u7c9f\u7e8c\u8b16\u8d16\u901f\u5b6b\u5dfd\u640d\u84c0\u905c\u98e1\u7387\u5b8b\u609a\u677e\u6dde\u8a1f\u8aa6\u9001\u980c\u5237\uf970\u7051\u788e\u9396\u8870\u91d7\u4fee\u53d7\u55fd\u56da\u5782\u58fd\u5ac2\u5b88\u5cab\u5cc0\u5e25\u6101"],["e2a1","\u620d\u624b\u6388\u641c\u6536\u6578\u6a39\u6b8a\u6c34\u6d19\u6f31\u71e7\u72e9\u7378\u7407\u74b2\u7626\u7761\u79c0\u7a57\u7aea\u7cb9\u7d8f\u7dac\u7e61\u7f9e\u8129\u8331\u8490\u84da\u85ea\u8896\u8ab0\u8b90\u8f38\u9042\u9083\u916c\u9296\u92b9\u968b\u96a7\u96a8\u96d6\u9700\u9808\u9996\u9ad3\u9b1a\u53d4\u587e\u5919\u5b70\u5bbf\u6dd1\u6f5a\u719f\u7421\u74b9\u8085\u83fd\u5de1\u5f87\u5faa\u6042\u65ec\u6812\u696f\u6a53\u6b89\u6d35\u6df3\u73e3\u76fe\u77ac\u7b4d\u7d14\u8123\u821c\u8340\u84f4\u8563\u8a62\u8ac4\u9187\u931e\u9806\u99b4\u620c\u8853\u8ff0\u9265\u5d07\u5d27"],["e3a1","\u5d69\u745f\u819d\u8768\u6fd5\u62fe\u7fd2\u8936\u8972\u4e1e\u4e58\u50e7\u52dd\u5347\u627f\u6607\u7e69\u8805\u965e\u4f8d\u5319\u5636\u59cb\u5aa4\u5c38\u5c4e\u5c4d\u5e02\u5f11\u6043\u65bd\u662f\u6642\u67be\u67f4\u731c\u77e2\u793a\u7fc5\u8494\u84cd\u8996\u8a66\u8a69\u8ae1\u8c55\u8c7a\u57f4\u5bd4\u5f0f\u606f\u62ed\u690d\u6b96\u6e5c\u7184\u7bd2\u8755\u8b58\u8efe\u98df\u98fe\u4f38\u4f81\u4fe1\u547b\u5a20\u5bb8\u613c\u65b0\u6668\u71fc\u7533\u795e\u7d33\u814e\u81e3\u8398\u85aa\u85ce\u8703\u8a0a\u8eab\u8f9b\uf971\u8fc5\u5931\u5ba4\u5be6\u6089\u5be9\u5c0b\u5fc3\u6c81"],["e4a1","\uf972\u6df1\u700b\u751a\u82af\u8af6\u4ec0\u5341\uf973\u96d9\u6c0f\u4e9e\u4fc4\u5152\u555e\u5a25\u5ce8\u6211\u7259\u82bd\u83aa\u86fe\u8859\u8a1d\u963f\u96c5\u9913\u9d09\u9d5d\u580a\u5cb3\u5dbd\u5e44\u60e1\u6115\u63e1\u6a02\u6e25\u9102\u9354\u984e\u9c10\u9f77\u5b89\u5cb8\u6309\u664f\u6848\u773c\u96c1\u978d\u9854\u9b9f\u65a1\u8b01\u8ecb\u95bc\u5535\u5ca9\u5dd6\u5eb5\u6697\u764c\u83f4\u95c7\u58d3\u62bc\u72ce\u9d28\u4ef0\u592e\u600f\u663b\u6b83\u79e7\u9d26\u5393\u54c0\u57c3\u5d16\u611b\u66d6\u6daf\u788d\u827e\u9698\u9744\u5384\u627c\u6396\u6db2\u7e0a\u814b\u984d"],["e5a1","\u6afb\u7f4c\u9daf\u9e1a\u4e5f\u503b\u51b6\u591c\u60f9\u63f6\u6930\u723a\u8036\uf974\u91ce\u5f31\uf975\uf976\u7d04\u82e5\u846f\u84bb\u85e5\u8e8d\uf977\u4f6f\uf978\uf979\u58e4\u5b43\u6059\u63da\u6518\u656d\u6698\uf97a\u694a\u6a23\u6d0b\u7001\u716c\u75d2\u760d\u79b3\u7a70\uf97b\u7f8a\uf97c\u8944\uf97d\u8b93\u91c0\u967d\uf97e\u990a\u5704\u5fa1\u65bc\u6f01\u7600\u79a6\u8a9e\u99ad\u9b5a\u9f6c\u5104\u61b6\u6291\u6a8d\u81c6\u5043\u5830\u5f66\u7109\u8a00\u8afa\u5b7c\u8616\u4ffa\u513c\u56b4\u5944\u63a9\u6df9\u5daa\u696d\u5186\u4e88\u4f59\uf97f\uf980\uf981\u5982\uf982"],["e6a1","\uf983\u6b5f\u6c5d\uf984\u74b5\u7916\uf985\u8207\u8245\u8339\u8f3f\u8f5d\uf986\u9918\uf987\uf988\uf989\u4ea6\uf98a\u57df\u5f79\u6613\uf98b\uf98c\u75ab\u7e79\u8b6f\uf98d\u9006\u9a5b\u56a5\u5827\u59f8\u5a1f\u5bb4\uf98e\u5ef6\uf98f\uf990\u6350\u633b\uf991\u693d\u6c87\u6cbf\u6d8e\u6d93\u6df5\u6f14\uf992\u70df\u7136\u7159\uf993\u71c3\u71d5\uf994\u784f\u786f\uf995\u7b75\u7de3\uf996\u7e2f\uf997\u884d\u8edf\uf998\uf999\uf99a\u925b\uf99b\u9cf6\uf99c\uf99d\uf99e\u6085\u6d85\uf99f\u71b1\uf9a0\uf9a1\u95b1\u53ad\uf9a2\uf9a3\uf9a4\u67d3\uf9a5\u708e\u7130\u7430\u8276\u82d2"],["e7a1","\uf9a6\u95bb\u9ae5\u9e7d\u66c4\uf9a7\u71c1\u8449\uf9a8\uf9a9\u584b\uf9aa\uf9ab\u5db8\u5f71\uf9ac\u6620\u668e\u6979\u69ae\u6c38\u6cf3\u6e36\u6f41\u6fda\u701b\u702f\u7150\u71df\u7370\uf9ad\u745b\uf9ae\u74d4\u76c8\u7a4e\u7e93\uf9af\uf9b0\u82f1\u8a60\u8fce\uf9b1\u9348\uf9b2\u9719\uf9b3\uf9b4\u4e42\u502a\uf9b5\u5208\u53e1\u66f3\u6c6d\u6fca\u730a\u777f\u7a62\u82ae\u85dd\u8602\uf9b6\u88d4\u8a63\u8b7d\u8c6b\uf9b7\u92b3\uf9b8\u9713\u9810\u4e94\u4f0d\u4fc9\u50b2\u5348\u543e\u5433\u55da\u5862\u58ba\u5967\u5a1b\u5be4\u609f\uf9b9\u61ca\u6556\u65ff\u6664\u68a7\u6c5a\u6fb3"],["e8a1","\u70cf\u71ac\u7352\u7b7d\u8708\u8aa4\u9c32\u9f07\u5c4b\u6c83\u7344\u7389\u923a\u6eab\u7465\u761f\u7a69\u7e15\u860a\u5140\u58c5\u64c1\u74ee\u7515\u7670\u7fc1\u9095\u96cd\u9954\u6e26\u74e6\u7aa9\u7aaa\u81e5\u86d9\u8778\u8a1b\u5a49\u5b8c\u5b9b\u68a1\u6900\u6d63\u73a9\u7413\u742c\u7897\u7de9\u7feb\u8118\u8155\u839e\u8c4c\u962e\u9811\u66f0\u5f80\u65fa\u6789\u6c6a\u738b\u502d\u5a03\u6b6a\u77ee\u5916\u5d6c\u5dcd\u7325\u754f\uf9ba\uf9bb\u50e5\u51f9\u582f\u592d\u5996\u59da\u5be5\uf9bc\uf9bd\u5da2\u62d7\u6416\u6493\u64fe\uf9be\u66dc\uf9bf\u6a48\uf9c0\u71ff\u7464\uf9c1"],["e9a1","\u7a88\u7aaf\u7e47\u7e5e\u8000\u8170\uf9c2\u87ef\u8981\u8b20\u9059\uf9c3\u9080\u9952\u617e\u6b32\u6d74\u7e1f\u8925\u8fb1\u4fd1\u50ad\u5197\u52c7\u57c7\u5889\u5bb9\u5eb8\u6142\u6995\u6d8c\u6e67\u6eb6\u7194\u7462\u7528\u752c\u8073\u8338\u84c9\u8e0a\u9394\u93de\uf9c4\u4e8e\u4f51\u5076\u512a\u53c8\u53cb\u53f3\u5b87\u5bd3\u5c24\u611a\u6182\u65f4\u725b\u7397\u7440\u76c2\u7950\u7991\u79b9\u7d06\u7fbd\u828b\u85d5\u865e\u8fc2\u9047\u90f5\u91ea\u9685\u96e8\u96e9\u52d6\u5f67\u65ed\u6631\u682f\u715c\u7a36\u90c1\u980a\u4e91\uf9c5\u6a52\u6b9e\u6f90\u7189\u8018\u82b8\u8553"],["eaa1","\u904b\u9695\u96f2\u97fb\u851a\u9b31\u4e90\u718a\u96c4\u5143\u539f\u54e1\u5713\u5712\u57a3\u5a9b\u5ac4\u5bc3\u6028\u613f\u63f4\u6c85\u6d39\u6e72\u6e90\u7230\u733f\u7457\u82d1\u8881\u8f45\u9060\uf9c6\u9662\u9858\u9d1b\u6708\u8d8a\u925e\u4f4d\u5049\u50de\u5371\u570d\u59d4\u5a01\u5c09\u6170\u6690\u6e2d\u7232\u744b\u7def\u80c3\u840e\u8466\u853f\u875f\u885b\u8918\u8b02\u9055\u97cb\u9b4f\u4e73\u4f91\u5112\u516a\uf9c7\u552f\u55a9\u5b7a\u5ba5\u5e7c\u5e7d\u5ebe\u60a0\u60df\u6108\u6109\u63c4\u6538\u6709\uf9c8\u67d4\u67da\uf9c9\u6961\u6962\u6cb9\u6d27\uf9ca\u6e38\uf9cb"],["eba1","\u6fe1\u7336\u7337\uf9cc\u745c\u7531\uf9cd\u7652\uf9ce\uf9cf\u7dad\u81fe\u8438\u88d5\u8a98\u8adb\u8aed\u8e30\u8e42\u904a\u903e\u907a\u9149\u91c9\u936e\uf9d0\uf9d1\u5809\uf9d2\u6bd3\u8089\u80b2\uf9d3\uf9d4\u5141\u596b\u5c39\uf9d5\uf9d6\u6f64\u73a7\u80e4\u8d07\uf9d7\u9217\u958f\uf9d8\uf9d9\uf9da\uf9db\u807f\u620e\u701c\u7d68\u878d\uf9dc\u57a0\u6069\u6147\u6bb7\u8abe\u9280\u96b1\u4e59\u541f\u6deb\u852d\u9670\u97f3\u98ee\u63d6\u6ce3\u9091\u51dd\u61c9\u81ba\u9df9\u4f9d\u501a\u5100\u5b9c\u610f\u61ff\u64ec\u6905\u6bc5\u7591\u77e3\u7fa9\u8264\u858f\u87fb\u8863\u8abc"],["eca1","\u8b70\u91ab\u4e8c\u4ee5\u4f0a\uf9dd\uf9de\u5937\u59e8\uf9df\u5df2\u5f1b\u5f5b\u6021\uf9e0\uf9e1\uf9e2\uf9e3\u723e\u73e5\uf9e4\u7570\u75cd\uf9e5\u79fb\uf9e6\u800c\u8033\u8084\u82e1\u8351\uf9e7\uf9e8\u8cbd\u8cb3\u9087\uf9e9\uf9ea\u98f4\u990c\uf9eb\uf9ec\u7037\u76ca\u7fca\u7fcc\u7ffc\u8b1a\u4eba\u4ec1\u5203\u5370\uf9ed\u54bd\u56e0\u59fb\u5bc5\u5f15\u5fcd\u6e6e\uf9ee\uf9ef\u7d6a\u8335\uf9f0\u8693\u8a8d\uf9f1\u976d\u9777\uf9f2\uf9f3\u4e00\u4f5a\u4f7e\u58f9\u65e5\u6ea2\u9038\u93b0\u99b9\u4efb\u58ec\u598a\u59d9\u6041\uf9f4\uf9f5\u7a14\uf9f6\u834f\u8cc3\u5165\u5344"],["eda1","\uf9f7\uf9f8\uf9f9\u4ecd\u5269\u5b55\u82bf\u4ed4\u523a\u54a8\u59c9\u59ff\u5b50\u5b57\u5b5c\u6063\u6148\u6ecb\u7099\u716e\u7386\u74f7\u75b5\u78c1\u7d2b\u8005\u81ea\u8328\u8517\u85c9\u8aee\u8cc7\u96cc\u4f5c\u52fa\u56bc\u65ab\u6628\u707c\u70b8\u7235\u7dbd\u828d\u914c\u96c0\u9d72\u5b71\u68e7\u6b98\u6f7a\u76de\u5c91\u66ab\u6f5b\u7bb4\u7c2a\u8836\u96dc\u4e08\u4ed7\u5320\u5834\u58bb\u58ef\u596c\u5c07\u5e33\u5e84\u5f35\u638c\u66b2\u6756\u6a1f\u6aa3\u6b0c\u6f3f\u7246\uf9fa\u7350\u748b\u7ae0\u7ca7\u8178\u81df\u81e7\u838a\u846c\u8523\u8594\u85cf\u88dd\u8d13\u91ac\u9577"],["eea1","\u969c\u518d\u54c9\u5728\u5bb0\u624d\u6750\u683d\u6893\u6e3d\u6ed3\u707d\u7e21\u88c1\u8ca1\u8f09\u9f4b\u9f4e\u722d\u7b8f\u8acd\u931a\u4f47\u4f4e\u5132\u5480\u59d0\u5e95\u62b5\u6775\u696e\u6a17\u6cae\u6e1a\u72d9\u732a\u75bd\u7bb8\u7d35\u82e7\u83f9\u8457\u85f7\u8a5b\u8caf\u8e87\u9019\u90b8\u96ce\u9f5f\u52e3\u540a\u5ae1\u5bc2\u6458\u6575\u6ef4\u72c4\uf9fb\u7684\u7a4d\u7b1b\u7c4d\u7e3e\u7fdf\u837b\u8b2b\u8cca\u8d64\u8de1\u8e5f\u8fea\u8ff9\u9069\u93d1\u4f43\u4f7a\u50b3\u5168\u5178\u524d\u526a\u5861\u587c\u5960\u5c08\u5c55\u5edb\u609b\u6230\u6813\u6bbf\u6c08\u6fb1"],["efa1","\u714e\u7420\u7530\u7538\u7551\u7672\u7b4c\u7b8b\u7bad\u7bc6\u7e8f\u8a6e\u8f3e\u8f49\u923f\u9293\u9322\u942b\u96fb\u985a\u986b\u991e\u5207\u622a\u6298\u6d59\u7664\u7aca\u7bc0\u7d76\u5360\u5cbe\u5e97\u6f38\u70b9\u7c98\u9711\u9b8e\u9ede\u63a5\u647a\u8776\u4e01\u4e95\u4ead\u505c\u5075\u5448\u59c3\u5b9a\u5e40\u5ead\u5ef7\u5f81\u60c5\u633a\u653f\u6574\u65cc\u6676\u6678\u67fe\u6968\u6a89\u6b63\u6c40\u6dc0\u6de8\u6e1f\u6e5e\u701e\u70a1\u738e\u73fd\u753a\u775b\u7887\u798e\u7a0b\u7a7d\u7cbe\u7d8e\u8247\u8a02\u8aea\u8c9e\u912d\u914a\u91d8\u9266\u92cc\u9320\u9706\u9756"],["f0a1","\u975c\u9802\u9f0e\u5236\u5291\u557c\u5824\u5e1d\u5f1f\u608c\u63d0\u68af\u6fdf\u796d\u7b2c\u81cd\u85ba\u88fd\u8af8\u8e44\u918d\u9664\u969b\u973d\u984c\u9f4a\u4fce\u5146\u51cb\u52a9\u5632\u5f14\u5f6b\u63aa\u64cd\u65e9\u6641\u66fa\u66f9\u671d\u689d\u68d7\u69fd\u6f15\u6f6e\u7167\u71e5\u722a\u74aa\u773a\u7956\u795a\u79df\u7a20\u7a95\u7c97\u7cdf\u7d44\u7e70\u8087\u85fb\u86a4\u8a54\u8abf\u8d99\u8e81\u9020\u906d\u91e3\u963b\u96d5\u9ce5\u65cf\u7c07\u8db3\u93c3\u5b58\u5c0a\u5352\u62d9\u731d\u5027\u5b97\u5f9e\u60b0\u616b\u68d5\u6dd9\u742e\u7a2e\u7d42\u7d9c\u7e31\u816b"],["f1a1","\u8e2a\u8e35\u937e\u9418\u4f50\u5750\u5de6\u5ea7\u632b\u7f6a\u4e3b\u4f4f\u4f8f\u505a\u59dd\u80c4\u546a\u5468\u55fe\u594f\u5b99\u5dde\u5eda\u665d\u6731\u67f1\u682a\u6ce8\u6d32\u6e4a\u6f8d\u70b7\u73e0\u7587\u7c4c\u7d02\u7d2c\u7da2\u821f\u86db\u8a3b\u8a85\u8d70\u8e8a\u8f33\u9031\u914e\u9152\u9444\u99d0\u7af9\u7ca5\u4fca\u5101\u51c6\u57c8\u5bef\u5cfb\u6659\u6a3d\u6d5a\u6e96\u6fec\u710c\u756f\u7ae3\u8822\u9021\u9075\u96cb\u99ff\u8301\u4e2d\u4ef2\u8846\u91cd\u537d\u6adb\u696b\u6c41\u847a\u589e\u618e\u66fe\u62ef\u70dd\u7511\u75c7\u7e52\u84b8\u8b49\u8d08\u4e4b\u53ea"],["f2a1","\u54ab\u5730\u5740\u5fd7\u6301\u6307\u646f\u652f\u65e8\u667a\u679d\u67b3\u6b62\u6c60\u6c9a\u6f2c\u77e5\u7825\u7949\u7957\u7d19\u80a2\u8102\u81f3\u829d\u82b7\u8718\u8a8c\uf9fc\u8d04\u8dbe\u9072\u76f4\u7a19\u7a37\u7e54\u8077\u5507\u55d4\u5875\u632f\u6422\u6649\u664b\u686d\u699b\u6b84\u6d25\u6eb1\u73cd\u7468\u74a1\u755b\u75b9\u76e1\u771e\u778b\u79e6\u7e09\u7e1d\u81fb\u852f\u8897\u8a3a\u8cd1\u8eeb\u8fb0\u9032\u93ad\u9663\u9673\u9707\u4f84\u53f1\u59ea\u5ac9\u5e19\u684e\u74c6\u75be\u79e9\u7a92\u81a3\u86ed\u8cea\u8dcc\u8fed\u659f\u6715\uf9fd\u57f7\u6f57\u7ddd\u8f2f"],["f3a1","\u93f6\u96c6\u5fb5\u61f2\u6f84\u4e14\u4f98\u501f\u53c9\u55df\u5d6f\u5dee\u6b21\u6b64\u78cb\u7b9a\uf9fe\u8e49\u8eca\u906e\u6349\u643e\u7740\u7a84\u932f\u947f\u9f6a\u64b0\u6faf\u71e6\u74a8\u74da\u7ac4\u7c12\u7e82\u7cb2\u7e98\u8b9a\u8d0a\u947d\u9910\u994c\u5239\u5bdf\u64e6\u672d\u7d2e\u50ed\u53c3\u5879\u6158\u6159\u61fa\u65ac\u7ad9\u8b92\u8b96\u5009\u5021\u5275\u5531\u5a3c\u5ee0\u5f70\u6134\u655e\u660c\u6636\u66a2\u69cd\u6ec4\u6f32\u7316\u7621\u7a93\u8139\u8259\u83d6\u84bc\u50b5\u57f0\u5bc0\u5be8\u5f69\u63a1\u7826\u7db5\u83dc\u8521\u91c7\u91f5\u518a\u67f5\u7b56"],["f4a1","\u8cac\u51c4\u59bb\u60bd\u8655\u501c\uf9ff\u5254\u5c3a\u617d\u621a\u62d3\u64f2\u65a5\u6ecc\u7620\u810a\u8e60\u965f\u96bb\u4edf\u5343\u5598\u5929\u5ddd\u64c5\u6cc9\u6dfa\u7394\u7a7f\u821b\u85a6\u8ce4\u8e10\u9077\u91e7\u95e1\u9621\u97c6\u51f8\u54f2\u5586\u5fb9\u64a4\u6f88\u7db4\u8f1f\u8f4d\u9435\u50c9\u5c16\u6cbe\u6dfb\u751b\u77bb\u7c3d\u7c64\u8a79\u8ac2\u581e\u59be\u5e16\u6377\u7252\u758a\u776b\u8adc\u8cbc\u8f12\u5ef3\u6674\u6df8\u807d\u83c1\u8acb\u9751\u9bd6\ufa00\u5243\u66ff\u6d95\u6eef\u7de0\u8ae6\u902e\u905e\u9ad4\u521d\u527f\u54e8\u6194\u6284\u62db\u68a2"],["f5a1","\u6912\u695a\u6a35\u7092\u7126\u785d\u7901\u790e\u79d2\u7a0d\u8096\u8278\u82d5\u8349\u8549\u8c82\u8d85\u9162\u918b\u91ae\u4fc3\u56d1\u71ed\u77d7\u8700\u89f8\u5bf8\u5fd6\u6751\u90a8\u53e2\u585a\u5bf5\u60a4\u6181\u6460\u7e3d\u8070\u8525\u9283\u64ae\u50ac\u5d14\u6700\u589c\u62bd\u63a8\u690e\u6978\u6a1e\u6e6b\u76ba\u79cb\u82bb\u8429\u8acf\u8da8\u8ffd\u9112\u914b\u919c\u9310\u9318\u939a\u96db\u9a36\u9c0d\u4e11\u755c\u795d\u7afa\u7b51\u7bc9\u7e2e\u84c4\u8e59\u8e74\u8ef8\u9010\u6625\u693f\u7443\u51fa\u672e\u9edc\u5145\u5fe0\u6c96\u87f2\u885d\u8877\u60b4\u81b5\u8403"],["f6a1","\u8d05\u53d6\u5439\u5634\u5a36\u5c31\u708a\u7fe0\u805a\u8106\u81ed\u8da3\u9189\u9a5f\u9df2\u5074\u4ec4\u53a0\u60fb\u6e2c\u5c64\u4f88\u5024\u55e4\u5cd9\u5e5f\u6065\u6894\u6cbb\u6dc4\u71be\u75d4\u75f4\u7661\u7a1a\u7a49\u7dc7\u7dfb\u7f6e\u81f4\u86a9\u8f1c\u96c9\u99b3\u9f52\u5247\u52c5\u98ed\u89aa\u4e03\u67d2\u6f06\u4fb5\u5be2\u6795\u6c88\u6d78\u741b\u7827\u91dd\u937c\u87c4\u79e4\u7a31\u5feb\u4ed6\u54a4\u553e\u58ae\u59a5\u60f0\u6253\u62d6\u6736\u6955\u8235\u9640\u99b1\u99dd\u502c\u5353\u5544\u577c\ufa01\u6258\ufa02\u64e2\u666b\u67dd\u6fc1\u6fef\u7422\u7438\u8a17"],["f7a1","\u9438\u5451\u5606\u5766\u5f48\u619a\u6b4e\u7058\u70ad\u7dbb\u8a95\u596a\u812b\u63a2\u7708\u803d\u8caa\u5854\u642d\u69bb\u5b95\u5e11\u6e6f\ufa03\u8569\u514c\u53f0\u592a\u6020\u614b\u6b86\u6c70\u6cf0\u7b1e\u80ce\u82d4\u8dc6\u90b0\u98b1\ufa04\u64c7\u6fa4\u6491\u6504\u514e\u5410\u571f\u8a0e\u615f\u6876\ufa05\u75db\u7b52\u7d71\u901a\u5806\u69cc\u817f\u892a\u9000\u9839\u5078\u5957\u59ac\u6295\u900f\u9b2a\u615d\u7279\u95d6\u5761\u5a46\u5df4\u628a\u64ad\u64fa\u6777\u6ce2\u6d3e\u722c\u7436\u7834\u7f77\u82ad\u8ddb\u9817\u5224\u5742\u677f\u7248\u74e3\u8ca9\u8fa6\u9211"],["f8a1","\u962a\u516b\u53ed\u634c\u4f69\u5504\u6096\u6557\u6c9b\u6d7f\u724c\u72fd\u7a17\u8987\u8c9d\u5f6d\u6f8e\u70f9\u81a8\u610e\u4fbf\u504f\u6241\u7247\u7bc7\u7de8\u7fe9\u904d\u97ad\u9a19\u8cb6\u576a\u5e73\u67b0\u840d\u8a55\u5420\u5b16\u5e63\u5ee2\u5f0a\u6583\u80ba\u853d\u9589\u965b\u4f48\u5305\u530d\u530f\u5486\u54fa\u5703\u5e03\u6016\u629b\u62b1\u6355\ufa06\u6ce1\u6d66\u75b1\u7832\u80de\u812f\u82de\u8461\u84b2\u888d\u8912\u900b\u92ea\u98fd\u9b91\u5e45\u66b4\u66dd\u7011\u7206\ufa07\u4ff5\u527d\u5f6a\u6153\u6753\u6a19\u6f02\u74e2\u7968\u8868\u8c79\u98c7\u98c4\u9a43"],["f9a1","\u54c1\u7a1f\u6953\u8af7\u8c4a\u98a8\u99ae\u5f7c\u62ab\u75b2\u76ae\u88ab\u907f\u9642\u5339\u5f3c\u5fc5\u6ccc\u73cc\u7562\u758b\u7b46\u82fe\u999d\u4e4f\u903c\u4e0b\u4f55\u53a6\u590f\u5ec8\u6630\u6cb3\u7455\u8377\u8766\u8cc0\u9050\u971e\u9c15\u58d1\u5b78\u8650\u8b14\u9db4\u5bd2\u6068\u608d\u65f1\u6c57\u6f22\u6fa3\u701a\u7f55\u7ff0\u9591\u9592\u9650\u97d3\u5272\u8f44\u51fd\u542b\u54b8\u5563\u558a\u6abb\u6db5\u7dd8\u8266\u929c\u9677\u9e79\u5408\u54c8\u76d2\u86e4\u95a4\u95d4\u965c\u4ea2\u4f09\u59ee\u5ae6\u5df7\u6052\u6297\u676d\u6841\u6c86\u6e2f\u7f38\u809b\u822a"],["faa1","\ufa08\ufa09\u9805\u4ea5\u5055\u54b3\u5793\u595a\u5b69\u5bb3\u61c8\u6977\u6d77\u7023\u87f9\u89e3\u8a72\u8ae7\u9082\u99ed\u9ab8\u52be\u6838\u5016\u5e78\u674f\u8347\u884c\u4eab\u5411\u56ae\u73e6\u9115\u97ff\u9909\u9957\u9999\u5653\u589f\u865b\u8a31\u61b2\u6af6\u737b\u8ed2\u6b47\u96aa\u9a57\u5955\u7200\u8d6b\u9769\u4fd4\u5cf4\u5f26\u61f8\u665b\u6ceb\u70ab\u7384\u73b9\u73fe\u7729\u774d\u7d43\u7d62\u7e23\u8237\u8852\ufa0a\u8ce2\u9249\u986f\u5b51\u7a74\u8840\u9801\u5acc\u4fe0\u5354\u593e\u5cfd\u633e\u6d79\u72f9\u8105\u8107\u83a2\u92cf\u9830\u4ea8\u5144\u5211\u578b"],["fba1","\u5f62\u6cc2\u6ece\u7005\u7050\u70af\u7192\u73e9\u7469\u834a\u87a2\u8861\u9008\u90a2\u93a3\u99a8\u516e\u5f57\u60e0\u6167\u66b3\u8559\u8e4a\u91af\u978b\u4e4e\u4e92\u547c\u58d5\u58fa\u597d\u5cb5\u5f27\u6236\u6248\u660a\u6667\u6beb\u6d69\u6dcf\u6e56\u6ef8\u6f94\u6fe0\u6fe9\u705d\u72d0\u7425\u745a\u74e0\u7693\u795c\u7cca\u7e1e\u80e1\u82a6\u846b\u84bf\u864e\u865f\u8774\u8b77\u8c6a\u93ac\u9800\u9865\u60d1\u6216\u9177\u5a5a\u660f\u6df7\u6e3e\u743f\u9b42\u5ffd\u60da\u7b0f\u54c4\u5f18\u6c5e\u6cd3\u6d2a\u70d8\u7d05\u8679\u8a0c\u9d3b\u5316\u548c\u5b05\u6a3a\u706b\u7575"],["fca1","\u798d\u79be\u82b1\u83ef\u8a71\u8b41\u8ca8\u9774\ufa0b\u64f4\u652b\u78ba\u78bb\u7a6b\u4e38\u559a\u5950\u5ba6\u5e7b\u60a3\u63db\u6b61\u6665\u6853\u6e19\u7165\u74b0\u7d08\u9084\u9a69\u9c25\u6d3b\u6ed1\u733e\u8c41\u95ca\u51f0\u5e4c\u5fa8\u604d\u60f6\u6130\u614c\u6643\u6644\u69a5\u6cc1\u6e5f\u6ec9\u6f62\u714c\u749c\u7687\u7bc1\u7c27\u8352\u8757\u9051\u968d\u9ec3\u532f\u56de\u5efb\u5f8a\u6062\u6094\u61f7\u6666\u6703\u6a9c\u6dee\u6fae\u7070\u736a\u7e6a\u81be\u8334\u86d4\u8aa8\u8cc4\u5283\u7372\u5b96\u6a6b\u9404\u54ee\u5686\u5b5d\u6548\u6585\u66c9\u689f\u6d8d\u6dc6"],["fda1","\u723b\u80b4\u9175\u9a4d\u4faf\u5019\u539a\u540e\u543c\u5589\u55c5\u5e3f\u5f8c\u673d\u7166\u73dd\u9005\u52db\u52f3\u5864\u58ce\u7104\u718f\u71fb\u85b0\u8a13\u6688\u85a8\u55a7\u6684\u714a\u8431\u5349\u5599\u6bc1\u5f59\u5fbd\u63ee\u6689\u7147\u8af1\u8f1d\u9ebe\u4f11\u643a\u70cb\u7566\u8667\u6064\u8b4e\u9df8\u5147\u51f6\u5308\u6d36\u80f8\u9ed1\u6615\u6b23\u7098\u75d5\u5403\u5c79\u7d07\u8a16\u6b20\u6b3d\u6b46\u5438\u6070\u6d3d\u7fd5\u8208\u50d6\u51de\u559c\u566b\u56cd\u59ec\u5b09\u5e0c\u6199\u6198\u6231\u665e\u66e6\u7199\u71b9\u71ba\u72a7\u79a7\u7a00\u7fb2\u8a70"]]')},72324:function(b){"use strict";b.exports=JSON.parse('[["0","\\u0000",127],["a140","\u3000\uff0c\u3001\u3002\uff0e\u2027\uff1b\uff1a\uff1f\uff01\ufe30\u2026\u2025\ufe50\ufe51\ufe52\xb7\ufe54\ufe55\ufe56\ufe57\uff5c\u2013\ufe31\u2014\ufe33\u2574\ufe34\ufe4f\uff08\uff09\ufe35\ufe36\uff5b\uff5d\ufe37\ufe38\u3014\u3015\ufe39\ufe3a\u3010\u3011\ufe3b\ufe3c\u300a\u300b\ufe3d\ufe3e\u3008\u3009\ufe3f\ufe40\u300c\u300d\ufe41\ufe42\u300e\u300f\ufe43\ufe44\ufe59\ufe5a"],["a1a1","\ufe5b\ufe5c\ufe5d\ufe5e\u2018\u2019\u201c\u201d\u301d\u301e\u2035\u2032\uff03\uff06\uff0a\u203b\xa7\u3003\u25cb\u25cf\u25b3\u25b2\u25ce\u2606\u2605\u25c7\u25c6\u25a1\u25a0\u25bd\u25bc\u32a3\u2105\xaf\uffe3\uff3f\u02cd\ufe49\ufe4a\ufe4d\ufe4e\ufe4b\ufe4c\ufe5f\ufe60\ufe61\uff0b\uff0d\xd7\xf7\xb1\u221a\uff1c\uff1e\uff1d\u2266\u2267\u2260\u221e\u2252\u2261\ufe62",4,"\uff5e\u2229\u222a\u22a5\u2220\u221f\u22bf\u33d2\u33d1\u222b\u222e\u2235\u2234\u2640\u2642\u2295\u2299\u2191\u2193\u2190\u2192\u2196\u2197\u2199\u2198\u2225\u2223\uff0f"],["a240","\uff3c\u2215\ufe68\uff04\uffe5\u3012\uffe0\uffe1\uff05\uff20\u2103\u2109\ufe69\ufe6a\ufe6b\u33d5\u339c\u339d\u339e\u33ce\u33a1\u338e\u338f\u33c4\xb0\u5159\u515b\u515e\u515d\u5161\u5163\u55e7\u74e9\u7cce\u2581",7,"\u258f\u258e\u258d\u258c\u258b\u258a\u2589\u253c\u2534\u252c\u2524\u251c\u2594\u2500\u2502\u2595\u250c\u2510\u2514\u2518\u256d"],["a2a1","\u256e\u2570\u256f\u2550\u255e\u256a\u2561\u25e2\u25e3\u25e5\u25e4\u2571\u2572\u2573\uff10",9,"\u2160",9,"\u3021",8,"\u5341\u5344\u5345\uff21",25,"\uff41",21],["a340","\uff57\uff58\uff59\uff5a\u0391",16,"\u03a3",6,"\u03b1",16,"\u03c3",6,"\u3105",10],["a3a1","\u3110",25,"\u02d9\u02c9\u02ca\u02c7\u02cb"],["a3e1","\u20ac"],["a440","\u4e00\u4e59\u4e01\u4e03\u4e43\u4e5d\u4e86\u4e8c\u4eba\u513f\u5165\u516b\u51e0\u5200\u5201\u529b\u5315\u5341\u535c\u53c8\u4e09\u4e0b\u4e08\u4e0a\u4e2b\u4e38\u51e1\u4e45\u4e48\u4e5f\u4e5e\u4e8e\u4ea1\u5140\u5203\u52fa\u5343\u53c9\u53e3\u571f\u58eb\u5915\u5927\u5973\u5b50\u5b51\u5b53\u5bf8\u5c0f\u5c22\u5c38\u5c71\u5ddd\u5de5\u5df1\u5df2\u5df3\u5dfe\u5e72\u5efe\u5f0b\u5f13\u624d"],["a4a1","\u4e11\u4e10\u4e0d\u4e2d\u4e30\u4e39\u4e4b\u5c39\u4e88\u4e91\u4e95\u4e92\u4e94\u4ea2\u4ec1\u4ec0\u4ec3\u4ec6\u4ec7\u4ecd\u4eca\u4ecb\u4ec4\u5143\u5141\u5167\u516d\u516e\u516c\u5197\u51f6\u5206\u5207\u5208\u52fb\u52fe\u52ff\u5316\u5339\u5348\u5347\u5345\u535e\u5384\u53cb\u53ca\u53cd\u58ec\u5929\u592b\u592a\u592d\u5b54\u5c11\u5c24\u5c3a\u5c6f\u5df4\u5e7b\u5eff\u5f14\u5f15\u5fc3\u6208\u6236\u624b\u624e\u652f\u6587\u6597\u65a4\u65b9\u65e5\u66f0\u6708\u6728\u6b20\u6b62\u6b79\u6bcb\u6bd4\u6bdb\u6c0f\u6c34\u706b\u722a\u7236\u723b\u7247\u7259\u725b\u72ac\u738b\u4e19"],["a540","\u4e16\u4e15\u4e14\u4e18\u4e3b\u4e4d\u4e4f\u4e4e\u4ee5\u4ed8\u4ed4\u4ed5\u4ed6\u4ed7\u4ee3\u4ee4\u4ed9\u4ede\u5145\u5144\u5189\u518a\u51ac\u51f9\u51fa\u51f8\u520a\u52a0\u529f\u5305\u5306\u5317\u531d\u4edf\u534a\u5349\u5361\u5360\u536f\u536e\u53bb\u53ef\u53e4\u53f3\u53ec\u53ee\u53e9\u53e8\u53fc\u53f8\u53f5\u53eb\u53e6\u53ea\u53f2\u53f1\u53f0\u53e5\u53ed\u53fb\u56db\u56da\u5916"],["a5a1","\u592e\u5931\u5974\u5976\u5b55\u5b83\u5c3c\u5de8\u5de7\u5de6\u5e02\u5e03\u5e73\u5e7c\u5f01\u5f18\u5f17\u5fc5\u620a\u6253\u6254\u6252\u6251\u65a5\u65e6\u672e\u672c\u672a\u672b\u672d\u6b63\u6bcd\u6c11\u6c10\u6c38\u6c41\u6c40\u6c3e\u72af\u7384\u7389\u74dc\u74e6\u7518\u751f\u7528\u7529\u7530\u7531\u7532\u7533\u758b\u767d\u76ae\u76bf\u76ee\u77db\u77e2\u77f3\u793a\u79be\u7a74\u7acb\u4e1e\u4e1f\u4e52\u4e53\u4e69\u4e99\u4ea4\u4ea6\u4ea5\u4eff\u4f09\u4f19\u4f0a\u4f15\u4f0d\u4f10\u4f11\u4f0f\u4ef2\u4ef6\u4efb\u4ef0\u4ef3\u4efd\u4f01\u4f0b\u5149\u5147\u5146\u5148\u5168"],["a640","\u5171\u518d\u51b0\u5217\u5211\u5212\u520e\u5216\u52a3\u5308\u5321\u5320\u5370\u5371\u5409\u540f\u540c\u540a\u5410\u5401\u540b\u5404\u5411\u540d\u5408\u5403\u540e\u5406\u5412\u56e0\u56de\u56dd\u5733\u5730\u5728\u572d\u572c\u572f\u5729\u5919\u591a\u5937\u5938\u5984\u5978\u5983\u597d\u5979\u5982\u5981\u5b57\u5b58\u5b87\u5b88\u5b85\u5b89\u5bfa\u5c16\u5c79\u5dde\u5e06\u5e76\u5e74"],["a6a1","\u5f0f\u5f1b\u5fd9\u5fd6\u620e\u620c\u620d\u6210\u6263\u625b\u6258\u6536\u65e9\u65e8\u65ec\u65ed\u66f2\u66f3\u6709\u673d\u6734\u6731\u6735\u6b21\u6b64\u6b7b\u6c16\u6c5d\u6c57\u6c59\u6c5f\u6c60\u6c50\u6c55\u6c61\u6c5b\u6c4d\u6c4e\u7070\u725f\u725d\u767e\u7af9\u7c73\u7cf8\u7f36\u7f8a\u7fbd\u8001\u8003\u800c\u8012\u8033\u807f\u8089\u808b\u808c\u81e3\u81ea\u81f3\u81fc\u820c\u821b\u821f\u826e\u8272\u827e\u866b\u8840\u884c\u8863\u897f\u9621\u4e32\u4ea8\u4f4d\u4f4f\u4f47\u4f57\u4f5e\u4f34\u4f5b\u4f55\u4f30\u4f50\u4f51\u4f3d\u4f3a\u4f38\u4f43\u4f54\u4f3c\u4f46\u4f63"],["a740","\u4f5c\u4f60\u4f2f\u4f4e\u4f36\u4f59\u4f5d\u4f48\u4f5a\u514c\u514b\u514d\u5175\u51b6\u51b7\u5225\u5224\u5229\u522a\u5228\u52ab\u52a9\u52aa\u52ac\u5323\u5373\u5375\u541d\u542d\u541e\u543e\u5426\u544e\u5427\u5446\u5443\u5433\u5448\u5442\u541b\u5429\u544a\u5439\u543b\u5438\u542e\u5435\u5436\u5420\u543c\u5440\u5431\u542b\u541f\u542c\u56ea\u56f0\u56e4\u56eb\u574a\u5751\u5740\u574d"],["a7a1","\u5747\u574e\u573e\u5750\u574f\u573b\u58ef\u593e\u599d\u5992\u59a8\u599e\u59a3\u5999\u5996\u598d\u59a4\u5993\u598a\u59a5\u5b5d\u5b5c\u5b5a\u5b5b\u5b8c\u5b8b\u5b8f\u5c2c\u5c40\u5c41\u5c3f\u5c3e\u5c90\u5c91\u5c94\u5c8c\u5deb\u5e0c\u5e8f\u5e87\u5e8a\u5ef7\u5f04\u5f1f\u5f64\u5f62\u5f77\u5f79\u5fd8\u5fcc\u5fd7\u5fcd\u5ff1\u5feb\u5ff8\u5fea\u6212\u6211\u6284\u6297\u6296\u6280\u6276\u6289\u626d\u628a\u627c\u627e\u6279\u6273\u6292\u626f\u6298\u626e\u6295\u6293\u6291\u6286\u6539\u653b\u6538\u65f1\u66f4\u675f\u674e\u674f\u6750\u6751\u675c\u6756\u675e\u6749\u6746\u6760"],["a840","\u6753\u6757\u6b65\u6bcf\u6c42\u6c5e\u6c99\u6c81\u6c88\u6c89\u6c85\u6c9b\u6c6a\u6c7a\u6c90\u6c70\u6c8c\u6c68\u6c96\u6c92\u6c7d\u6c83\u6c72\u6c7e\u6c74\u6c86\u6c76\u6c8d\u6c94\u6c98\u6c82\u7076\u707c\u707d\u7078\u7262\u7261\u7260\u72c4\u72c2\u7396\u752c\u752b\u7537\u7538\u7682\u76ef\u77e3\u79c1\u79c0\u79bf\u7a76\u7cfb\u7f55\u8096\u8093\u809d\u8098\u809b\u809a\u80b2\u826f\u8292"],["a8a1","\u828b\u828d\u898b\u89d2\u8a00\u8c37\u8c46\u8c55\u8c9d\u8d64\u8d70\u8db3\u8eab\u8eca\u8f9b\u8fb0\u8fc2\u8fc6\u8fc5\u8fc4\u5de1\u9091\u90a2\u90aa\u90a6\u90a3\u9149\u91c6\u91cc\u9632\u962e\u9631\u962a\u962c\u4e26\u4e56\u4e73\u4e8b\u4e9b\u4e9e\u4eab\u4eac\u4f6f\u4f9d\u4f8d\u4f73\u4f7f\u4f6c\u4f9b\u4f8b\u4f86\u4f83\u4f70\u4f75\u4f88\u4f69\u4f7b\u4f96\u4f7e\u4f8f\u4f91\u4f7a\u5154\u5152\u5155\u5169\u5177\u5176\u5178\u51bd\u51fd\u523b\u5238\u5237\u523a\u5230\u522e\u5236\u5241\u52be\u52bb\u5352\u5354\u5353\u5351\u5366\u5377\u5378\u5379\u53d6\u53d4\u53d7\u5473\u5475"],["a940","\u5496\u5478\u5495\u5480\u547b\u5477\u5484\u5492\u5486\u547c\u5490\u5471\u5476\u548c\u549a\u5462\u5468\u548b\u547d\u548e\u56fa\u5783\u5777\u576a\u5769\u5761\u5766\u5764\u577c\u591c\u5949\u5947\u5948\u5944\u5954\u59be\u59bb\u59d4\u59b9\u59ae\u59d1\u59c6\u59d0\u59cd\u59cb\u59d3\u59ca\u59af\u59b3\u59d2\u59c5\u5b5f\u5b64\u5b63\u5b97\u5b9a\u5b98\u5b9c\u5b99\u5b9b\u5c1a\u5c48\u5c45"],["a9a1","\u5c46\u5cb7\u5ca1\u5cb8\u5ca9\u5cab\u5cb1\u5cb3\u5e18\u5e1a\u5e16\u5e15\u5e1b\u5e11\u5e78\u5e9a\u5e97\u5e9c\u5e95\u5e96\u5ef6\u5f26\u5f27\u5f29\u5f80\u5f81\u5f7f\u5f7c\u5fdd\u5fe0\u5ffd\u5ff5\u5fff\u600f\u6014\u602f\u6035\u6016\u602a\u6015\u6021\u6027\u6029\u602b\u601b\u6216\u6215\u623f\u623e\u6240\u627f\u62c9\u62cc\u62c4\u62bf\u62c2\u62b9\u62d2\u62db\u62ab\u62d3\u62d4\u62cb\u62c8\u62a8\u62bd\u62bc\u62d0\u62d9\u62c7\u62cd\u62b5\u62da\u62b1\u62d8\u62d6\u62d7\u62c6\u62ac\u62ce\u653e\u65a7\u65bc\u65fa\u6614\u6613\u660c\u6606\u6602\u660e\u6600\u660f\u6615\u660a"],["aa40","\u6607\u670d\u670b\u676d\u678b\u6795\u6771\u679c\u6773\u6777\u6787\u679d\u6797\u676f\u6770\u677f\u6789\u677e\u6790\u6775\u679a\u6793\u677c\u676a\u6772\u6b23\u6b66\u6b67\u6b7f\u6c13\u6c1b\u6ce3\u6ce8\u6cf3\u6cb1\u6ccc\u6ce5\u6cb3\u6cbd\u6cbe\u6cbc\u6ce2\u6cab\u6cd5\u6cd3\u6cb8\u6cc4\u6cb9\u6cc1\u6cae\u6cd7\u6cc5\u6cf1\u6cbf\u6cbb\u6ce1\u6cdb\u6cca\u6cac\u6cef\u6cdc\u6cd6\u6ce0"],["aaa1","\u7095\u708e\u7092\u708a\u7099\u722c\u722d\u7238\u7248\u7267\u7269\u72c0\u72ce\u72d9\u72d7\u72d0\u73a9\u73a8\u739f\u73ab\u73a5\u753d\u759d\u7599\u759a\u7684\u76c2\u76f2\u76f4\u77e5\u77fd\u793e\u7940\u7941\u79c9\u79c8\u7a7a\u7a79\u7afa\u7cfe\u7f54\u7f8c\u7f8b\u8005\u80ba\u80a5\u80a2\u80b1\u80a1\u80ab\u80a9\u80b4\u80aa\u80af\u81e5\u81fe\u820d\u82b3\u829d\u8299\u82ad\u82bd\u829f\u82b9\u82b1\u82ac\u82a5\u82af\u82b8\u82a3\u82b0\u82be\u82b7\u864e\u8671\u521d\u8868\u8ecb\u8fce\u8fd4\u8fd1\u90b5\u90b8\u90b1\u90b6\u91c7\u91d1\u9577\u9580\u961c\u9640\u963f\u963b\u9644"],["ab40","\u9642\u96b9\u96e8\u9752\u975e\u4e9f\u4ead\u4eae\u4fe1\u4fb5\u4faf\u4fbf\u4fe0\u4fd1\u4fcf\u4fdd\u4fc3\u4fb6\u4fd8\u4fdf\u4fca\u4fd7\u4fae\u4fd0\u4fc4\u4fc2\u4fda\u4fce\u4fde\u4fb7\u5157\u5192\u5191\u51a0\u524e\u5243\u524a\u524d\u524c\u524b\u5247\u52c7\u52c9\u52c3\u52c1\u530d\u5357\u537b\u539a\u53db\u54ac\u54c0\u54a8\u54ce\u54c9\u54b8\u54a6\u54b3\u54c7\u54c2\u54bd\u54aa\u54c1"],["aba1","\u54c4\u54c8\u54af\u54ab\u54b1\u54bb\u54a9\u54a7\u54bf\u56ff\u5782\u578b\u57a0\u57a3\u57a2\u57ce\u57ae\u5793\u5955\u5951\u594f\u594e\u5950\u59dc\u59d8\u59ff\u59e3\u59e8\u5a03\u59e5\u59ea\u59da\u59e6\u5a01\u59fb\u5b69\u5ba3\u5ba6\u5ba4\u5ba2\u5ba5\u5c01\u5c4e\u5c4f\u5c4d\u5c4b\u5cd9\u5cd2\u5df7\u5e1d\u5e25\u5e1f\u5e7d\u5ea0\u5ea6\u5efa\u5f08\u5f2d\u5f65\u5f88\u5f85\u5f8a\u5f8b\u5f87\u5f8c\u5f89\u6012\u601d\u6020\u6025\u600e\u6028\u604d\u6070\u6068\u6062\u6046\u6043\u606c\u606b\u606a\u6064\u6241\u62dc\u6316\u6309\u62fc\u62ed\u6301\u62ee\u62fd\u6307\u62f1\u62f7"],["ac40","\u62ef\u62ec\u62fe\u62f4\u6311\u6302\u653f\u6545\u65ab\u65bd\u65e2\u6625\u662d\u6620\u6627\u662f\u661f\u6628\u6631\u6624\u66f7\u67ff\u67d3\u67f1\u67d4\u67d0\u67ec\u67b6\u67af\u67f5\u67e9\u67ef\u67c4\u67d1\u67b4\u67da\u67e5\u67b8\u67cf\u67de\u67f3\u67b0\u67d9\u67e2\u67dd\u67d2\u6b6a\u6b83\u6b86\u6bb5\u6bd2\u6bd7\u6c1f\u6cc9\u6d0b\u6d32\u6d2a\u6d41\u6d25\u6d0c\u6d31\u6d1e\u6d17"],["aca1","\u6d3b\u6d3d\u6d3e\u6d36\u6d1b\u6cf5\u6d39\u6d27\u6d38\u6d29\u6d2e\u6d35\u6d0e\u6d2b\u70ab\u70ba\u70b3\u70ac\u70af\u70ad\u70b8\u70ae\u70a4\u7230\u7272\u726f\u7274\u72e9\u72e0\u72e1\u73b7\u73ca\u73bb\u73b2\u73cd\u73c0\u73b3\u751a\u752d\u754f\u754c\u754e\u754b\u75ab\u75a4\u75a5\u75a2\u75a3\u7678\u7686\u7687\u7688\u76c8\u76c6\u76c3\u76c5\u7701\u76f9\u76f8\u7709\u770b\u76fe\u76fc\u7707\u77dc\u7802\u7814\u780c\u780d\u7946\u7949\u7948\u7947\u79b9\u79ba\u79d1\u79d2\u79cb\u7a7f\u7a81\u7aff\u7afd\u7c7d\u7d02\u7d05\u7d00\u7d09\u7d07\u7d04\u7d06\u7f38\u7f8e\u7fbf\u8004"],["ad40","\u8010\u800d\u8011\u8036\u80d6\u80e5\u80da\u80c3\u80c4\u80cc\u80e1\u80db\u80ce\u80de\u80e4\u80dd\u81f4\u8222\u82e7\u8303\u8305\u82e3\u82db\u82e6\u8304\u82e5\u8302\u8309\u82d2\u82d7\u82f1\u8301\u82dc\u82d4\u82d1\u82de\u82d3\u82df\u82ef\u8306\u8650\u8679\u867b\u867a\u884d\u886b\u8981\u89d4\u8a08\u8a02\u8a03\u8c9e\u8ca0\u8d74\u8d73\u8db4\u8ecd\u8ecc\u8ff0\u8fe6\u8fe2\u8fea\u8fe5"],["ada1","\u8fed\u8feb\u8fe4\u8fe8\u90ca\u90ce\u90c1\u90c3\u914b\u914a\u91cd\u9582\u9650\u964b\u964c\u964d\u9762\u9769\u97cb\u97ed\u97f3\u9801\u98a8\u98db\u98df\u9996\u9999\u4e58\u4eb3\u500c\u500d\u5023\u4fef\u5026\u5025\u4ff8\u5029\u5016\u5006\u503c\u501f\u501a\u5012\u5011\u4ffa\u5000\u5014\u5028\u4ff1\u5021\u500b\u5019\u5018\u4ff3\u4fee\u502d\u502a\u4ffe\u502b\u5009\u517c\u51a4\u51a5\u51a2\u51cd\u51cc\u51c6\u51cb\u5256\u525c\u5254\u525b\u525d\u532a\u537f\u539f\u539d\u53df\u54e8\u5510\u5501\u5537\u54fc\u54e5\u54f2\u5506\u54fa\u5514\u54e9\u54ed\u54e1\u5509\u54ee\u54ea"],["ae40","\u54e6\u5527\u5507\u54fd\u550f\u5703\u5704\u57c2\u57d4\u57cb\u57c3\u5809\u590f\u5957\u5958\u595a\u5a11\u5a18\u5a1c\u5a1f\u5a1b\u5a13\u59ec\u5a20\u5a23\u5a29\u5a25\u5a0c\u5a09\u5b6b\u5c58\u5bb0\u5bb3\u5bb6\u5bb4\u5bae\u5bb5\u5bb9\u5bb8\u5c04\u5c51\u5c55\u5c50\u5ced\u5cfd\u5cfb\u5cea\u5ce8\u5cf0\u5cf6\u5d01\u5cf4\u5dee\u5e2d\u5e2b\u5eab\u5ead\u5ea7\u5f31\u5f92\u5f91\u5f90\u6059"],["aea1","\u6063\u6065\u6050\u6055\u606d\u6069\u606f\u6084\u609f\u609a\u608d\u6094\u608c\u6085\u6096\u6247\u62f3\u6308\u62ff\u634e\u633e\u632f\u6355\u6342\u6346\u634f\u6349\u633a\u6350\u633d\u632a\u632b\u6328\u634d\u634c\u6548\u6549\u6599\u65c1\u65c5\u6642\u6649\u664f\u6643\u6652\u664c\u6645\u6641\u66f8\u6714\u6715\u6717\u6821\u6838\u6848\u6846\u6853\u6839\u6842\u6854\u6829\u68b3\u6817\u684c\u6851\u683d\u67f4\u6850\u6840\u683c\u6843\u682a\u6845\u6813\u6818\u6841\u6b8a\u6b89\u6bb7\u6c23\u6c27\u6c28\u6c26\u6c24\u6cf0\u6d6a\u6d95\u6d88\u6d87\u6d66\u6d78\u6d77\u6d59\u6d93"],["af40","\u6d6c\u6d89\u6d6e\u6d5a\u6d74\u6d69\u6d8c\u6d8a\u6d79\u6d85\u6d65\u6d94\u70ca\u70d8\u70e4\u70d9\u70c8\u70cf\u7239\u7279\u72fc\u72f9\u72fd\u72f8\u72f7\u7386\u73ed\u7409\u73ee\u73e0\u73ea\u73de\u7554\u755d\u755c\u755a\u7559\u75be\u75c5\u75c7\u75b2\u75b3\u75bd\u75bc\u75b9\u75c2\u75b8\u768b\u76b0\u76ca\u76cd\u76ce\u7729\u771f\u7720\u7728\u77e9\u7830\u7827\u7838\u781d\u7834\u7837"],["afa1","\u7825\u782d\u7820\u781f\u7832\u7955\u7950\u7960\u795f\u7956\u795e\u795d\u7957\u795a\u79e4\u79e3\u79e7\u79df\u79e6\u79e9\u79d8\u7a84\u7a88\u7ad9\u7b06\u7b11\u7c89\u7d21\u7d17\u7d0b\u7d0a\u7d20\u7d22\u7d14\u7d10\u7d15\u7d1a\u7d1c\u7d0d\u7d19\u7d1b\u7f3a\u7f5f\u7f94\u7fc5\u7fc1\u8006\u8018\u8015\u8019\u8017\u803d\u803f\u80f1\u8102\u80f0\u8105\u80ed\u80f4\u8106\u80f8\u80f3\u8108\u80fd\u810a\u80fc\u80ef\u81ed\u81ec\u8200\u8210\u822a\u822b\u8228\u822c\u82bb\u832b\u8352\u8354\u834a\u8338\u8350\u8349\u8335\u8334\u834f\u8332\u8339\u8336\u8317\u8340\u8331\u8328\u8343"],["b040","\u8654\u868a\u86aa\u8693\u86a4\u86a9\u868c\u86a3\u869c\u8870\u8877\u8881\u8882\u887d\u8879\u8a18\u8a10\u8a0e\u8a0c\u8a15\u8a0a\u8a17\u8a13\u8a16\u8a0f\u8a11\u8c48\u8c7a\u8c79\u8ca1\u8ca2\u8d77\u8eac\u8ed2\u8ed4\u8ecf\u8fb1\u9001\u9006\u8ff7\u9000\u8ffa\u8ff4\u9003\u8ffd\u9005\u8ff8\u9095\u90e1\u90dd\u90e2\u9152\u914d\u914c\u91d8\u91dd\u91d7\u91dc\u91d9\u9583\u9662\u9663\u9661"],["b0a1","\u965b\u965d\u9664\u9658\u965e\u96bb\u98e2\u99ac\u9aa8\u9ad8\u9b25\u9b32\u9b3c\u4e7e\u507a\u507d\u505c\u5047\u5043\u504c\u505a\u5049\u5065\u5076\u504e\u5055\u5075\u5074\u5077\u504f\u500f\u506f\u506d\u515c\u5195\u51f0\u526a\u526f\u52d2\u52d9\u52d8\u52d5\u5310\u530f\u5319\u533f\u5340\u533e\u53c3\u66fc\u5546\u556a\u5566\u5544\u555e\u5561\u5543\u554a\u5531\u5556\u554f\u5555\u552f\u5564\u5538\u552e\u555c\u552c\u5563\u5533\u5541\u5557\u5708\u570b\u5709\u57df\u5805\u580a\u5806\u57e0\u57e4\u57fa\u5802\u5835\u57f7\u57f9\u5920\u5962\u5a36\u5a41\u5a49\u5a66\u5a6a\u5a40"],["b140","\u5a3c\u5a62\u5a5a\u5a46\u5a4a\u5b70\u5bc7\u5bc5\u5bc4\u5bc2\u5bbf\u5bc6\u5c09\u5c08\u5c07\u5c60\u5c5c\u5c5d\u5d07\u5d06\u5d0e\u5d1b\u5d16\u5d22\u5d11\u5d29\u5d14\u5d19\u5d24\u5d27\u5d17\u5de2\u5e38\u5e36\u5e33\u5e37\u5eb7\u5eb8\u5eb6\u5eb5\u5ebe\u5f35\u5f37\u5f57\u5f6c\u5f69\u5f6b\u5f97\u5f99\u5f9e\u5f98\u5fa1\u5fa0\u5f9c\u607f\u60a3\u6089\u60a0\u60a8\u60cb\u60b4\u60e6\u60bd"],["b1a1","\u60c5\u60bb\u60b5\u60dc\u60bc\u60d8\u60d5\u60c6\u60df\u60b8\u60da\u60c7\u621a\u621b\u6248\u63a0\u63a7\u6372\u6396\u63a2\u63a5\u6377\u6367\u6398\u63aa\u6371\u63a9\u6389\u6383\u639b\u636b\u63a8\u6384\u6388\u6399\u63a1\u63ac\u6392\u638f\u6380\u637b\u6369\u6368\u637a\u655d\u6556\u6551\u6559\u6557\u555f\u654f\u6558\u6555\u6554\u659c\u659b\u65ac\u65cf\u65cb\u65cc\u65ce\u665d\u665a\u6664\u6668\u6666\u665e\u66f9\u52d7\u671b\u6881\u68af\u68a2\u6893\u68b5\u687f\u6876\u68b1\u68a7\u6897\u68b0\u6883\u68c4\u68ad\u6886\u6885\u6894\u689d\u68a8\u689f\u68a1\u6882\u6b32\u6bba"],["b240","\u6beb\u6bec\u6c2b\u6d8e\u6dbc\u6df3\u6dd9\u6db2\u6de1\u6dcc\u6de4\u6dfb\u6dfa\u6e05\u6dc7\u6dcb\u6daf\u6dd1\u6dae\u6dde\u6df9\u6db8\u6df7\u6df5\u6dc5\u6dd2\u6e1a\u6db5\u6dda\u6deb\u6dd8\u6dea\u6df1\u6dee\u6de8\u6dc6\u6dc4\u6daa\u6dec\u6dbf\u6de6\u70f9\u7109\u710a\u70fd\u70ef\u723d\u727d\u7281\u731c\u731b\u7316\u7313\u7319\u7387\u7405\u740a\u7403\u7406\u73fe\u740d\u74e0\u74f6"],["b2a1","\u74f7\u751c\u7522\u7565\u7566\u7562\u7570\u758f\u75d4\u75d5\u75b5\u75ca\u75cd\u768e\u76d4\u76d2\u76db\u7737\u773e\u773c\u7736\u7738\u773a\u786b\u7843\u784e\u7965\u7968\u796d\u79fb\u7a92\u7a95\u7b20\u7b28\u7b1b\u7b2c\u7b26\u7b19\u7b1e\u7b2e\u7c92\u7c97\u7c95\u7d46\u7d43\u7d71\u7d2e\u7d39\u7d3c\u7d40\u7d30\u7d33\u7d44\u7d2f\u7d42\u7d32\u7d31\u7f3d\u7f9e\u7f9a\u7fcc\u7fce\u7fd2\u801c\u804a\u8046\u812f\u8116\u8123\u812b\u8129\u8130\u8124\u8202\u8235\u8237\u8236\u8239\u838e\u839e\u8398\u8378\u83a2\u8396\u83bd\u83ab\u8392\u838a\u8393\u8389\u83a0\u8377\u837b\u837c"],["b340","\u8386\u83a7\u8655\u5f6a\u86c7\u86c0\u86b6\u86c4\u86b5\u86c6\u86cb\u86b1\u86af\u86c9\u8853\u889e\u8888\u88ab\u8892\u8896\u888d\u888b\u8993\u898f\u8a2a\u8a1d\u8a23\u8a25\u8a31\u8a2d\u8a1f\u8a1b\u8a22\u8c49\u8c5a\u8ca9\u8cac\u8cab\u8ca8\u8caa\u8ca7\u8d67\u8d66\u8dbe\u8dba\u8edb\u8edf\u9019\u900d\u901a\u9017\u9023\u901f\u901d\u9010\u9015\u901e\u9020\u900f\u9022\u9016\u901b\u9014"],["b3a1","\u90e8\u90ed\u90fd\u9157\u91ce\u91f5\u91e6\u91e3\u91e7\u91ed\u91e9\u9589\u966a\u9675\u9673\u9678\u9670\u9674\u9676\u9677\u966c\u96c0\u96ea\u96e9\u7ae0\u7adf\u9802\u9803\u9b5a\u9ce5\u9e75\u9e7f\u9ea5\u9ebb\u50a2\u508d\u5085\u5099\u5091\u5080\u5096\u5098\u509a\u6700\u51f1\u5272\u5274\u5275\u5269\u52de\u52dd\u52db\u535a\u53a5\u557b\u5580\u55a7\u557c\u558a\u559d\u5598\u5582\u559c\u55aa\u5594\u5587\u558b\u5583\u55b3\u55ae\u559f\u553e\u55b2\u559a\u55bb\u55ac\u55b1\u557e\u5589\u55ab\u5599\u570d\u582f\u582a\u5834\u5824\u5830\u5831\u5821\u581d\u5820\u58f9\u58fa\u5960"],["b440","\u5a77\u5a9a\u5a7f\u5a92\u5a9b\u5aa7\u5b73\u5b71\u5bd2\u5bcc\u5bd3\u5bd0\u5c0a\u5c0b\u5c31\u5d4c\u5d50\u5d34\u5d47\u5dfd\u5e45\u5e3d\u5e40\u5e43\u5e7e\u5eca\u5ec1\u5ec2\u5ec4\u5f3c\u5f6d\u5fa9\u5faa\u5fa8\u60d1\u60e1\u60b2\u60b6\u60e0\u611c\u6123\u60fa\u6115\u60f0\u60fb\u60f4\u6168\u60f1\u610e\u60f6\u6109\u6100\u6112\u621f\u6249\u63a3\u638c\u63cf\u63c0\u63e9\u63c9\u63c6\u63cd"],["b4a1","\u63d2\u63e3\u63d0\u63e1\u63d6\u63ed\u63ee\u6376\u63f4\u63ea\u63db\u6452\u63da\u63f9\u655e\u6566\u6562\u6563\u6591\u6590\u65af\u666e\u6670\u6674\u6676\u666f\u6691\u667a\u667e\u6677\u66fe\u66ff\u671f\u671d\u68fa\u68d5\u68e0\u68d8\u68d7\u6905\u68df\u68f5\u68ee\u68e7\u68f9\u68d2\u68f2\u68e3\u68cb\u68cd\u690d\u6912\u690e\u68c9\u68da\u696e\u68fb\u6b3e\u6b3a\u6b3d\u6b98\u6b96\u6bbc\u6bef\u6c2e\u6c2f\u6c2c\u6e2f\u6e38\u6e54\u6e21\u6e32\u6e67\u6e4a\u6e20\u6e25\u6e23\u6e1b\u6e5b\u6e58\u6e24\u6e56\u6e6e\u6e2d\u6e26\u6e6f\u6e34\u6e4d\u6e3a\u6e2c\u6e43\u6e1d\u6e3e\u6ecb"],["b540","\u6e89\u6e19\u6e4e\u6e63\u6e44\u6e72\u6e69\u6e5f\u7119\u711a\u7126\u7130\u7121\u7136\u716e\u711c\u724c\u7284\u7280\u7336\u7325\u7334\u7329\u743a\u742a\u7433\u7422\u7425\u7435\u7436\u7434\u742f\u741b\u7426\u7428\u7525\u7526\u756b\u756a\u75e2\u75db\u75e3\u75d9\u75d8\u75de\u75e0\u767b\u767c\u7696\u7693\u76b4\u76dc\u774f\u77ed\u785d\u786c\u786f\u7a0d\u7a08\u7a0b\u7a05\u7a00\u7a98"],["b5a1","\u7a97\u7a96\u7ae5\u7ae3\u7b49\u7b56\u7b46\u7b50\u7b52\u7b54\u7b4d\u7b4b\u7b4f\u7b51\u7c9f\u7ca5\u7d5e\u7d50\u7d68\u7d55\u7d2b\u7d6e\u7d72\u7d61\u7d66\u7d62\u7d70\u7d73\u5584\u7fd4\u7fd5\u800b\u8052\u8085\u8155\u8154\u814b\u8151\u814e\u8139\u8146\u813e\u814c\u8153\u8174\u8212\u821c\u83e9\u8403\u83f8\u840d\u83e0\u83c5\u840b\u83c1\u83ef\u83f1\u83f4\u8457\u840a\u83f0\u840c\u83cc\u83fd\u83f2\u83ca\u8438\u840e\u8404\u83dc\u8407\u83d4\u83df\u865b\u86df\u86d9\u86ed\u86d4\u86db\u86e4\u86d0\u86de\u8857\u88c1\u88c2\u88b1\u8983\u8996\u8a3b\u8a60\u8a55\u8a5e\u8a3c\u8a41"],["b640","\u8a54\u8a5b\u8a50\u8a46\u8a34\u8a3a\u8a36\u8a56\u8c61\u8c82\u8caf\u8cbc\u8cb3\u8cbd\u8cc1\u8cbb\u8cc0\u8cb4\u8cb7\u8cb6\u8cbf\u8cb8\u8d8a\u8d85\u8d81\u8dce\u8ddd\u8dcb\u8dda\u8dd1\u8dcc\u8ddb\u8dc6\u8efb\u8ef8\u8efc\u8f9c\u902e\u9035\u9031\u9038\u9032\u9036\u9102\u90f5\u9109\u90fe\u9163\u9165\u91cf\u9214\u9215\u9223\u9209\u921e\u920d\u9210\u9207\u9211\u9594\u958f\u958b\u9591"],["b6a1","\u9593\u9592\u958e\u968a\u968e\u968b\u967d\u9685\u9686\u968d\u9672\u9684\u96c1\u96c5\u96c4\u96c6\u96c7\u96ef\u96f2\u97cc\u9805\u9806\u9808\u98e7\u98ea\u98ef\u98e9\u98f2\u98ed\u99ae\u99ad\u9ec3\u9ecd\u9ed1\u4e82\u50ad\u50b5\u50b2\u50b3\u50c5\u50be\u50ac\u50b7\u50bb\u50af\u50c7\u527f\u5277\u527d\u52df\u52e6\u52e4\u52e2\u52e3\u532f\u55df\u55e8\u55d3\u55e6\u55ce\u55dc\u55c7\u55d1\u55e3\u55e4\u55ef\u55da\u55e1\u55c5\u55c6\u55e5\u55c9\u5712\u5713\u585e\u5851\u5858\u5857\u585a\u5854\u586b\u584c\u586d\u584a\u5862\u5852\u584b\u5967\u5ac1\u5ac9\u5acc\u5abe\u5abd\u5abc"],["b740","\u5ab3\u5ac2\u5ab2\u5d69\u5d6f\u5e4c\u5e79\u5ec9\u5ec8\u5f12\u5f59\u5fac\u5fae\u611a\u610f\u6148\u611f\u60f3\u611b\u60f9\u6101\u6108\u614e\u614c\u6144\u614d\u613e\u6134\u6127\u610d\u6106\u6137\u6221\u6222\u6413\u643e\u641e\u642a\u642d\u643d\u642c\u640f\u641c\u6414\u640d\u6436\u6416\u6417\u6406\u656c\u659f\u65b0\u6697\u6689\u6687\u6688\u6696\u6684\u6698\u668d\u6703\u6994\u696d"],["b7a1","\u695a\u6977\u6960\u6954\u6975\u6930\u6982\u694a\u6968\u696b\u695e\u6953\u6979\u6986\u695d\u6963\u695b\u6b47\u6b72\u6bc0\u6bbf\u6bd3\u6bfd\u6ea2\u6eaf\u6ed3\u6eb6\u6ec2\u6e90\u6e9d\u6ec7\u6ec5\u6ea5\u6e98\u6ebc\u6eba\u6eab\u6ed1\u6e96\u6e9c\u6ec4\u6ed4\u6eaa\u6ea7\u6eb4\u714e\u7159\u7169\u7164\u7149\u7167\u715c\u716c\u7166\u714c\u7165\u715e\u7146\u7168\u7156\u723a\u7252\u7337\u7345\u733f\u733e\u746f\u745a\u7455\u745f\u745e\u7441\u743f\u7459\u745b\u745c\u7576\u7578\u7600\u75f0\u7601\u75f2\u75f1\u75fa\u75ff\u75f4\u75f3\u76de\u76df\u775b\u776b\u7766\u775e\u7763"],["b840","\u7779\u776a\u776c\u775c\u7765\u7768\u7762\u77ee\u788e\u78b0\u7897\u7898\u788c\u7889\u787c\u7891\u7893\u787f\u797a\u797f\u7981\u842c\u79bd\u7a1c\u7a1a\u7a20\u7a14\u7a1f\u7a1e\u7a9f\u7aa0\u7b77\u7bc0\u7b60\u7b6e\u7b67\u7cb1\u7cb3\u7cb5\u7d93\u7d79\u7d91\u7d81\u7d8f\u7d5b\u7f6e\u7f69\u7f6a\u7f72\u7fa9\u7fa8\u7fa4\u8056\u8058\u8086\u8084\u8171\u8170\u8178\u8165\u816e\u8173\u816b"],["b8a1","\u8179\u817a\u8166\u8205\u8247\u8482\u8477\u843d\u8431\u8475\u8466\u846b\u8449\u846c\u845b\u843c\u8435\u8461\u8463\u8469\u846d\u8446\u865e\u865c\u865f\u86f9\u8713\u8708\u8707\u8700\u86fe\u86fb\u8702\u8703\u8706\u870a\u8859\u88df\u88d4\u88d9\u88dc\u88d8\u88dd\u88e1\u88ca\u88d5\u88d2\u899c\u89e3\u8a6b\u8a72\u8a73\u8a66\u8a69\u8a70\u8a87\u8a7c\u8a63\u8aa0\u8a71\u8a85\u8a6d\u8a62\u8a6e\u8a6c\u8a79\u8a7b\u8a3e\u8a68\u8c62\u8c8a\u8c89\u8cca\u8cc7\u8cc8\u8cc4\u8cb2\u8cc3\u8cc2\u8cc5\u8de1\u8ddf\u8de8\u8def\u8df3\u8dfa\u8dea\u8de4\u8de6\u8eb2\u8f03\u8f09\u8efe\u8f0a"],["b940","\u8f9f\u8fb2\u904b\u904a\u9053\u9042\u9054\u903c\u9055\u9050\u9047\u904f\u904e\u904d\u9051\u903e\u9041\u9112\u9117\u916c\u916a\u9169\u91c9\u9237\u9257\u9238\u923d\u9240\u923e\u925b\u924b\u9264\u9251\u9234\u9249\u924d\u9245\u9239\u923f\u925a\u9598\u9698\u9694\u9695\u96cd\u96cb\u96c9\u96ca\u96f7\u96fb\u96f9\u96f6\u9756\u9774\u9776\u9810\u9811\u9813\u980a\u9812\u980c\u98fc\u98f4"],["b9a1","\u98fd\u98fe\u99b3\u99b1\u99b4\u9ae1\u9ce9\u9e82\u9f0e\u9f13\u9f20\u50e7\u50ee\u50e5\u50d6\u50ed\u50da\u50d5\u50cf\u50d1\u50f1\u50ce\u50e9\u5162\u51f3\u5283\u5282\u5331\u53ad\u55fe\u5600\u561b\u5617\u55fd\u5614\u5606\u5609\u560d\u560e\u55f7\u5616\u561f\u5608\u5610\u55f6\u5718\u5716\u5875\u587e\u5883\u5893\u588a\u5879\u5885\u587d\u58fd\u5925\u5922\u5924\u596a\u5969\u5ae1\u5ae6\u5ae9\u5ad7\u5ad6\u5ad8\u5ae3\u5b75\u5bde\u5be7\u5be1\u5be5\u5be6\u5be8\u5be2\u5be4\u5bdf\u5c0d\u5c62\u5d84\u5d87\u5e5b\u5e63\u5e55\u5e57\u5e54\u5ed3\u5ed6\u5f0a\u5f46\u5f70\u5fb9\u6147"],["ba40","\u613f\u614b\u6177\u6162\u6163\u615f\u615a\u6158\u6175\u622a\u6487\u6458\u6454\u64a4\u6478\u645f\u647a\u6451\u6467\u6434\u646d\u647b\u6572\u65a1\u65d7\u65d6\u66a2\u66a8\u669d\u699c\u69a8\u6995\u69c1\u69ae\u69d3\u69cb\u699b\u69b7\u69bb\u69ab\u69b4\u69d0\u69cd\u69ad\u69cc\u69a6\u69c3\u69a3\u6b49\u6b4c\u6c33\u6f33\u6f14\u6efe\u6f13\u6ef4\u6f29\u6f3e\u6f20\u6f2c\u6f0f\u6f02\u6f22"],["baa1","\u6eff\u6eef\u6f06\u6f31\u6f38\u6f32\u6f23\u6f15\u6f2b\u6f2f\u6f88\u6f2a\u6eec\u6f01\u6ef2\u6ecc\u6ef7\u7194\u7199\u717d\u718a\u7184\u7192\u723e\u7292\u7296\u7344\u7350\u7464\u7463\u746a\u7470\u746d\u7504\u7591\u7627\u760d\u760b\u7609\u7613\u76e1\u76e3\u7784\u777d\u777f\u7761\u78c1\u789f\u78a7\u78b3\u78a9\u78a3\u798e\u798f\u798d\u7a2e\u7a31\u7aaa\u7aa9\u7aed\u7aef\u7ba1\u7b95\u7b8b\u7b75\u7b97\u7b9d\u7b94\u7b8f\u7bb8\u7b87\u7b84\u7cb9\u7cbd\u7cbe\u7dbb\u7db0\u7d9c\u7dbd\u7dbe\u7da0\u7dca\u7db4\u7db2\u7db1\u7dba\u7da2\u7dbf\u7db5\u7db8\u7dad\u7dd2\u7dc7\u7dac"],["bb40","\u7f70\u7fe0\u7fe1\u7fdf\u805e\u805a\u8087\u8150\u8180\u818f\u8188\u818a\u817f\u8182\u81e7\u81fa\u8207\u8214\u821e\u824b\u84c9\u84bf\u84c6\u84c4\u8499\u849e\u84b2\u849c\u84cb\u84b8\u84c0\u84d3\u8490\u84bc\u84d1\u84ca\u873f\u871c\u873b\u8722\u8725\u8734\u8718\u8755\u8737\u8729\u88f3\u8902\u88f4\u88f9\u88f8\u88fd\u88e8\u891a\u88ef\u8aa6\u8a8c\u8a9e\u8aa3\u8a8d\u8aa1\u8a93\u8aa4"],["bba1","\u8aaa\u8aa5\u8aa8\u8a98\u8a91\u8a9a\u8aa7\u8c6a\u8c8d\u8c8c\u8cd3\u8cd1\u8cd2\u8d6b\u8d99\u8d95\u8dfc\u8f14\u8f12\u8f15\u8f13\u8fa3\u9060\u9058\u905c\u9063\u9059\u905e\u9062\u905d\u905b\u9119\u9118\u911e\u9175\u9178\u9177\u9174\u9278\u9280\u9285\u9298\u9296\u927b\u9293\u929c\u92a8\u927c\u9291\u95a1\u95a8\u95a9\u95a3\u95a5\u95a4\u9699\u969c\u969b\u96cc\u96d2\u9700\u977c\u9785\u97f6\u9817\u9818\u98af\u98b1\u9903\u9905\u990c\u9909\u99c1\u9aaf\u9ab0\u9ae6\u9b41\u9b42\u9cf4\u9cf6\u9cf3\u9ebc\u9f3b\u9f4a\u5104\u5100\u50fb\u50f5\u50f9\u5102\u5108\u5109\u5105\u51dc"],["bc40","\u5287\u5288\u5289\u528d\u528a\u52f0\u53b2\u562e\u563b\u5639\u5632\u563f\u5634\u5629\u5653\u564e\u5657\u5674\u5636\u562f\u5630\u5880\u589f\u589e\u58b3\u589c\u58ae\u58a9\u58a6\u596d\u5b09\u5afb\u5b0b\u5af5\u5b0c\u5b08\u5bee\u5bec\u5be9\u5beb\u5c64\u5c65\u5d9d\u5d94\u5e62\u5e5f\u5e61\u5ee2\u5eda\u5edf\u5edd\u5ee3\u5ee0\u5f48\u5f71\u5fb7\u5fb5\u6176\u6167\u616e\u615d\u6155\u6182"],["bca1","\u617c\u6170\u616b\u617e\u61a7\u6190\u61ab\u618e\u61ac\u619a\u61a4\u6194\u61ae\u622e\u6469\u646f\u6479\u649e\u64b2\u6488\u6490\u64b0\u64a5\u6493\u6495\u64a9\u6492\u64ae\u64ad\u64ab\u649a\u64ac\u6499\u64a2\u64b3\u6575\u6577\u6578\u66ae\u66ab\u66b4\u66b1\u6a23\u6a1f\u69e8\u6a01\u6a1e\u6a19\u69fd\u6a21\u6a13\u6a0a\u69f3\u6a02\u6a05\u69ed\u6a11\u6b50\u6b4e\u6ba4\u6bc5\u6bc6\u6f3f\u6f7c\u6f84\u6f51\u6f66\u6f54\u6f86\u6f6d\u6f5b\u6f78\u6f6e\u6f8e\u6f7a\u6f70\u6f64\u6f97\u6f58\u6ed5\u6f6f\u6f60\u6f5f\u719f\u71ac\u71b1\u71a8\u7256\u729b\u734e\u7357\u7469\u748b\u7483"],["bd40","\u747e\u7480\u757f\u7620\u7629\u761f\u7624\u7626\u7621\u7622\u769a\u76ba\u76e4\u778e\u7787\u778c\u7791\u778b\u78cb\u78c5\u78ba\u78ca\u78be\u78d5\u78bc\u78d0\u7a3f\u7a3c\u7a40\u7a3d\u7a37\u7a3b\u7aaf\u7aae\u7bad\u7bb1\u7bc4\u7bb4\u7bc6\u7bc7\u7bc1\u7ba0\u7bcc\u7cca\u7de0\u7df4\u7def\u7dfb\u7dd8\u7dec\u7ddd\u7de8\u7de3\u7dda\u7dde\u7de9\u7d9e\u7dd9\u7df2\u7df9\u7f75\u7f77\u7faf"],["bda1","\u7fe9\u8026\u819b\u819c\u819d\u81a0\u819a\u8198\u8517\u853d\u851a\u84ee\u852c\u852d\u8513\u8511\u8523\u8521\u8514\u84ec\u8525\u84ff\u8506\u8782\u8774\u8776\u8760\u8766\u8778\u8768\u8759\u8757\u874c\u8753\u885b\u885d\u8910\u8907\u8912\u8913\u8915\u890a\u8abc\u8ad2\u8ac7\u8ac4\u8a95\u8acb\u8af8\u8ab2\u8ac9\u8ac2\u8abf\u8ab0\u8ad6\u8acd\u8ab6\u8ab9\u8adb\u8c4c\u8c4e\u8c6c\u8ce0\u8cde\u8ce6\u8ce4\u8cec\u8ced\u8ce2\u8ce3\u8cdc\u8cea\u8ce1\u8d6d\u8d9f\u8da3\u8e2b\u8e10\u8e1d\u8e22\u8e0f\u8e29\u8e1f\u8e21\u8e1e\u8eba\u8f1d\u8f1b\u8f1f\u8f29\u8f26\u8f2a\u8f1c\u8f1e"],["be40","\u8f25\u9069\u906e\u9068\u906d\u9077\u9130\u912d\u9127\u9131\u9187\u9189\u918b\u9183\u92c5\u92bb\u92b7\u92ea\u92ac\u92e4\u92c1\u92b3\u92bc\u92d2\u92c7\u92f0\u92b2\u95ad\u95b1\u9704\u9706\u9707\u9709\u9760\u978d\u978b\u978f\u9821\u982b\u981c\u98b3\u990a\u9913\u9912\u9918\u99dd\u99d0\u99df\u99db\u99d1\u99d5\u99d2\u99d9\u9ab7\u9aee\u9aef\u9b27\u9b45\u9b44\u9b77\u9b6f\u9d06\u9d09"],["bea1","\u9d03\u9ea9\u9ebe\u9ece\u58a8\u9f52\u5112\u5118\u5114\u5110\u5115\u5180\u51aa\u51dd\u5291\u5293\u52f3\u5659\u566b\u5679\u5669\u5664\u5678\u566a\u5668\u5665\u5671\u566f\u566c\u5662\u5676\u58c1\u58be\u58c7\u58c5\u596e\u5b1d\u5b34\u5b78\u5bf0\u5c0e\u5f4a\u61b2\u6191\u61a9\u618a\u61cd\u61b6\u61be\u61ca\u61c8\u6230\u64c5\u64c1\u64cb\u64bb\u64bc\u64da\u64c4\u64c7\u64c2\u64cd\u64bf\u64d2\u64d4\u64be\u6574\u66c6\u66c9\u66b9\u66c4\u66c7\u66b8\u6a3d\u6a38\u6a3a\u6a59\u6a6b\u6a58\u6a39\u6a44\u6a62\u6a61\u6a4b\u6a47\u6a35\u6a5f\u6a48\u6b59\u6b77\u6c05\u6fc2\u6fb1\u6fa1"],["bf40","\u6fc3\u6fa4\u6fc1\u6fa7\u6fb3\u6fc0\u6fb9\u6fb6\u6fa6\u6fa0\u6fb4\u71be\u71c9\u71d0\u71d2\u71c8\u71d5\u71b9\u71ce\u71d9\u71dc\u71c3\u71c4\u7368\u749c\u74a3\u7498\u749f\u749e\u74e2\u750c\u750d\u7634\u7638\u763a\u76e7\u76e5\u77a0\u779e\u779f\u77a5\u78e8\u78da\u78ec\u78e7\u79a6\u7a4d\u7a4e\u7a46\u7a4c\u7a4b\u7aba\u7bd9\u7c11\u7bc9\u7be4\u7bdb\u7be1\u7be9\u7be6\u7cd5\u7cd6\u7e0a"],["bfa1","\u7e11\u7e08\u7e1b\u7e23\u7e1e\u7e1d\u7e09\u7e10\u7f79\u7fb2\u7ff0\u7ff1\u7fee\u8028\u81b3\u81a9\u81a8\u81fb\u8208\u8258\u8259\u854a\u8559\u8548\u8568\u8569\u8543\u8549\u856d\u856a\u855e\u8783\u879f\u879e\u87a2\u878d\u8861\u892a\u8932\u8925\u892b\u8921\u89aa\u89a6\u8ae6\u8afa\u8aeb\u8af1\u8b00\u8adc\u8ae7\u8aee\u8afe\u8b01\u8b02\u8af7\u8aed\u8af3\u8af6\u8afc\u8c6b\u8c6d\u8c93\u8cf4\u8e44\u8e31\u8e34\u8e42\u8e39\u8e35\u8f3b\u8f2f\u8f38\u8f33\u8fa8\u8fa6\u9075\u9074\u9078\u9072\u907c\u907a\u9134\u9192\u9320\u9336\u92f8\u9333\u932f\u9322\u92fc\u932b\u9304\u931a"],["c040","\u9310\u9326\u9321\u9315\u932e\u9319\u95bb\u96a7\u96a8\u96aa\u96d5\u970e\u9711\u9716\u970d\u9713\u970f\u975b\u975c\u9766\u9798\u9830\u9838\u983b\u9837\u982d\u9839\u9824\u9910\u9928\u991e\u991b\u9921\u991a\u99ed\u99e2\u99f1\u9ab8\u9abc\u9afb\u9aed\u9b28\u9b91\u9d15\u9d23\u9d26\u9d28\u9d12\u9d1b\u9ed8\u9ed4\u9f8d\u9f9c\u512a\u511f\u5121\u5132\u52f5\u568e\u5680\u5690\u5685\u5687"],["c0a1","\u568f\u58d5\u58d3\u58d1\u58ce\u5b30\u5b2a\u5b24\u5b7a\u5c37\u5c68\u5dbc\u5dba\u5dbd\u5db8\u5e6b\u5f4c\u5fbd\u61c9\u61c2\u61c7\u61e6\u61cb\u6232\u6234\u64ce\u64ca\u64d8\u64e0\u64f0\u64e6\u64ec\u64f1\u64e2\u64ed\u6582\u6583\u66d9\u66d6\u6a80\u6a94\u6a84\u6aa2\u6a9c\u6adb\u6aa3\u6a7e\u6a97\u6a90\u6aa0\u6b5c\u6bae\u6bda\u6c08\u6fd8\u6ff1\u6fdf\u6fe0\u6fdb\u6fe4\u6feb\u6fef\u6f80\u6fec\u6fe1\u6fe9\u6fd5\u6fee\u6ff0\u71e7\u71df\u71ee\u71e6\u71e5\u71ed\u71ec\u71f4\u71e0\u7235\u7246\u7370\u7372\u74a9\u74b0\u74a6\u74a8\u7646\u7642\u764c\u76ea\u77b3\u77aa\u77b0\u77ac"],["c140","\u77a7\u77ad\u77ef\u78f7\u78fa\u78f4\u78ef\u7901\u79a7\u79aa\u7a57\u7abf\u7c07\u7c0d\u7bfe\u7bf7\u7c0c\u7be0\u7ce0\u7cdc\u7cde\u7ce2\u7cdf\u7cd9\u7cdd\u7e2e\u7e3e\u7e46\u7e37\u7e32\u7e43\u7e2b\u7e3d\u7e31\u7e45\u7e41\u7e34\u7e39\u7e48\u7e35\u7e3f\u7e2f\u7f44\u7ff3\u7ffc\u8071\u8072\u8070\u806f\u8073\u81c6\u81c3\u81ba\u81c2\u81c0\u81bf\u81bd\u81c9\u81be\u81e8\u8209\u8271\u85aa"],["c1a1","\u8584\u857e\u859c\u8591\u8594\u85af\u859b\u8587\u85a8\u858a\u8667\u87c0\u87d1\u87b3\u87d2\u87c6\u87ab\u87bb\u87ba\u87c8\u87cb\u893b\u8936\u8944\u8938\u893d\u89ac\u8b0e\u8b17\u8b19\u8b1b\u8b0a\u8b20\u8b1d\u8b04\u8b10\u8c41\u8c3f\u8c73\u8cfa\u8cfd\u8cfc\u8cf8\u8cfb\u8da8\u8e49\u8e4b\u8e48\u8e4a\u8f44\u8f3e\u8f42\u8f45\u8f3f\u907f\u907d\u9084\u9081\u9082\u9080\u9139\u91a3\u919e\u919c\u934d\u9382\u9328\u9375\u934a\u9365\u934b\u9318\u937e\u936c\u935b\u9370\u935a\u9354\u95ca\u95cb\u95cc\u95c8\u95c6\u96b1\u96b8\u96d6\u971c\u971e\u97a0\u97d3\u9846\u98b6\u9935\u9a01"],["c240","\u99ff\u9bae\u9bab\u9baa\u9bad\u9d3b\u9d3f\u9e8b\u9ecf\u9ede\u9edc\u9edd\u9edb\u9f3e\u9f4b\u53e2\u5695\u56ae\u58d9\u58d8\u5b38\u5f5d\u61e3\u6233\u64f4\u64f2\u64fe\u6506\u64fa\u64fb\u64f7\u65b7\u66dc\u6726\u6ab3\u6aac\u6ac3\u6abb\u6ab8\u6ac2\u6aae\u6aaf\u6b5f\u6b78\u6baf\u7009\u700b\u6ffe\u7006\u6ffa\u7011\u700f\u71fb\u71fc\u71fe\u71f8\u7377\u7375\u74a7\u74bf\u7515\u7656\u7658"],["c2a1","\u7652\u77bd\u77bf\u77bb\u77bc\u790e\u79ae\u7a61\u7a62\u7a60\u7ac4\u7ac5\u7c2b\u7c27\u7c2a\u7c1e\u7c23\u7c21\u7ce7\u7e54\u7e55\u7e5e\u7e5a\u7e61\u7e52\u7e59\u7f48\u7ff9\u7ffb\u8077\u8076\u81cd\u81cf\u820a\u85cf\u85a9\u85cd\u85d0\u85c9\u85b0\u85ba\u85b9\u85a6\u87ef\u87ec\u87f2\u87e0\u8986\u89b2\u89f4\u8b28\u8b39\u8b2c\u8b2b\u8c50\u8d05\u8e59\u8e63\u8e66\u8e64\u8e5f\u8e55\u8ec0\u8f49\u8f4d\u9087\u9083\u9088\u91ab\u91ac\u91d0\u9394\u938a\u9396\u93a2\u93b3\u93ae\u93ac\u93b0\u9398\u939a\u9397\u95d4\u95d6\u95d0\u95d5\u96e2\u96dc\u96d9\u96db\u96de\u9724\u97a3\u97a6"],["c340","\u97ad\u97f9\u984d\u984f\u984c\u984e\u9853\u98ba\u993e\u993f\u993d\u992e\u99a5\u9a0e\u9ac1\u9b03\u9b06\u9b4f\u9b4e\u9b4d\u9bca\u9bc9\u9bfd\u9bc8\u9bc0\u9d51\u9d5d\u9d60\u9ee0\u9f15\u9f2c\u5133\u56a5\u58de\u58df\u58e2\u5bf5\u9f90\u5eec\u61f2\u61f7\u61f6\u61f5\u6500\u650f\u66e0\u66dd\u6ae5\u6add\u6ada\u6ad3\u701b\u701f\u7028\u701a\u701d\u7015\u7018\u7206\u720d\u7258\u72a2\u7378"],["c3a1","\u737a\u74bd\u74ca\u74e3\u7587\u7586\u765f\u7661\u77c7\u7919\u79b1\u7a6b\u7a69\u7c3e\u7c3f\u7c38\u7c3d\u7c37\u7c40\u7e6b\u7e6d\u7e79\u7e69\u7e6a\u7f85\u7e73\u7fb6\u7fb9\u7fb8\u81d8\u85e9\u85dd\u85ea\u85d5\u85e4\u85e5\u85f7\u87fb\u8805\u880d\u87f9\u87fe\u8960\u895f\u8956\u895e\u8b41\u8b5c\u8b58\u8b49\u8b5a\u8b4e\u8b4f\u8b46\u8b59\u8d08\u8d0a\u8e7c\u8e72\u8e87\u8e76\u8e6c\u8e7a\u8e74\u8f54\u8f4e\u8fad\u908a\u908b\u91b1\u91ae\u93e1\u93d1\u93df\u93c3\u93c8\u93dc\u93dd\u93d6\u93e2\u93cd\u93d8\u93e4\u93d7\u93e8\u95dc\u96b4\u96e3\u972a\u9727\u9761\u97dc\u97fb\u985e"],["c440","\u9858\u985b\u98bc\u9945\u9949\u9a16\u9a19\u9b0d\u9be8\u9be7\u9bd6\u9bdb\u9d89\u9d61\u9d72\u9d6a\u9d6c\u9e92\u9e97\u9e93\u9eb4\u52f8\u56a8\u56b7\u56b6\u56b4\u56bc\u58e4\u5b40\u5b43\u5b7d\u5bf6\u5dc9\u61f8\u61fa\u6518\u6514\u6519\u66e6\u6727\u6aec\u703e\u7030\u7032\u7210\u737b\u74cf\u7662\u7665\u7926\u792a\u792c\u792b\u7ac7\u7af6\u7c4c\u7c43\u7c4d\u7cef\u7cf0\u8fae\u7e7d\u7e7c"],["c4a1","\u7e82\u7f4c\u8000\u81da\u8266\u85fb\u85f9\u8611\u85fa\u8606\u860b\u8607\u860a\u8814\u8815\u8964\u89ba\u89f8\u8b70\u8b6c\u8b66\u8b6f\u8b5f\u8b6b\u8d0f\u8d0d\u8e89\u8e81\u8e85\u8e82\u91b4\u91cb\u9418\u9403\u93fd\u95e1\u9730\u98c4\u9952\u9951\u99a8\u9a2b\u9a30\u9a37\u9a35\u9c13\u9c0d\u9e79\u9eb5\u9ee8\u9f2f\u9f5f\u9f63\u9f61\u5137\u5138\u56c1\u56c0\u56c2\u5914\u5c6c\u5dcd\u61fc\u61fe\u651d\u651c\u6595\u66e9\u6afb\u6b04\u6afa\u6bb2\u704c\u721b\u72a7\u74d6\u74d4\u7669\u77d3\u7c50\u7e8f\u7e8c\u7fbc\u8617\u862d\u861a\u8823\u8822\u8821\u881f\u896a\u896c\u89bd\u8b74"],["c540","\u8b77\u8b7d\u8d13\u8e8a\u8e8d\u8e8b\u8f5f\u8faf\u91ba\u942e\u9433\u9435\u943a\u9438\u9432\u942b\u95e2\u9738\u9739\u9732\u97ff\u9867\u9865\u9957\u9a45\u9a43\u9a40\u9a3e\u9acf\u9b54\u9b51\u9c2d\u9c25\u9daf\u9db4\u9dc2\u9db8\u9e9d\u9eef\u9f19\u9f5c\u9f66\u9f67\u513c\u513b\u56c8\u56ca\u56c9\u5b7f\u5dd4\u5dd2\u5f4e\u61ff\u6524\u6b0a\u6b61\u7051\u7058\u7380\u74e4\u758a\u766e\u766c"],["c5a1","\u79b3\u7c60\u7c5f\u807e\u807d\u81df\u8972\u896f\u89fc\u8b80\u8d16\u8d17\u8e91\u8e93\u8f61\u9148\u9444\u9451\u9452\u973d\u973e\u97c3\u97c1\u986b\u9955\u9a55\u9a4d\u9ad2\u9b1a\u9c49\u9c31\u9c3e\u9c3b\u9dd3\u9dd7\u9f34\u9f6c\u9f6a\u9f94\u56cc\u5dd6\u6200\u6523\u652b\u652a\u66ec\u6b10\u74da\u7aca\u7c64\u7c63\u7c65\u7e93\u7e96\u7e94\u81e2\u8638\u863f\u8831\u8b8a\u9090\u908f\u9463\u9460\u9464\u9768\u986f\u995c\u9a5a\u9a5b\u9a57\u9ad3\u9ad4\u9ad1\u9c54\u9c57\u9c56\u9de5\u9e9f\u9ef4\u56d1\u58e9\u652c\u705e\u7671\u7672\u77d7\u7f50\u7f88\u8836\u8839\u8862\u8b93\u8b92"],["c640","\u8b96\u8277\u8d1b\u91c0\u946a\u9742\u9748\u9744\u97c6\u9870\u9a5f\u9b22\u9b58\u9c5f\u9df9\u9dfa\u9e7c\u9e7d\u9f07\u9f77\u9f72\u5ef3\u6b16\u7063\u7c6c\u7c6e\u883b\u89c0\u8ea1\u91c1\u9472\u9470\u9871\u995e\u9ad6\u9b23\u9ecc\u7064\u77da\u8b9a\u9477\u97c9\u9a62\u9a65\u7e9c\u8b9c\u8eaa\u91c5\u947d\u947e\u947c\u9c77\u9c78\u9ef7\u8c54\u947f\u9e1a\u7228\u9a6a\u9b31\u9e1b\u9e1e\u7c72"],["c940","\u4e42\u4e5c\u51f5\u531a\u5382\u4e07\u4e0c\u4e47\u4e8d\u56d7\ufa0c\u5c6e\u5f73\u4e0f\u5187\u4e0e\u4e2e\u4e93\u4ec2\u4ec9\u4ec8\u5198\u52fc\u536c\u53b9\u5720\u5903\u592c\u5c10\u5dff\u65e1\u6bb3\u6bcc\u6c14\u723f\u4e31\u4e3c\u4ee8\u4edc\u4ee9\u4ee1\u4edd\u4eda\u520c\u531c\u534c\u5722\u5723\u5917\u592f\u5b81\u5b84\u5c12\u5c3b\u5c74\u5c73\u5e04\u5e80\u5e82\u5fc9\u6209\u6250\u6c15"],["c9a1","\u6c36\u6c43\u6c3f\u6c3b\u72ae\u72b0\u738a\u79b8\u808a\u961e\u4f0e\u4f18\u4f2c\u4ef5\u4f14\u4ef1\u4f00\u4ef7\u4f08\u4f1d\u4f02\u4f05\u4f22\u4f13\u4f04\u4ef4\u4f12\u51b1\u5213\u5209\u5210\u52a6\u5322\u531f\u534d\u538a\u5407\u56e1\u56df\u572e\u572a\u5734\u593c\u5980\u597c\u5985\u597b\u597e\u5977\u597f\u5b56\u5c15\u5c25\u5c7c\u5c7a\u5c7b\u5c7e\u5ddf\u5e75\u5e84\u5f02\u5f1a\u5f74\u5fd5\u5fd4\u5fcf\u625c\u625e\u6264\u6261\u6266\u6262\u6259\u6260\u625a\u6265\u65ef\u65ee\u673e\u6739\u6738\u673b\u673a\u673f\u673c\u6733\u6c18\u6c46\u6c52\u6c5c\u6c4f\u6c4a\u6c54\u6c4b"],["ca40","\u6c4c\u7071\u725e\u72b4\u72b5\u738e\u752a\u767f\u7a75\u7f51\u8278\u827c\u8280\u827d\u827f\u864d\u897e\u9099\u9097\u9098\u909b\u9094\u9622\u9624\u9620\u9623\u4f56\u4f3b\u4f62\u4f49\u4f53\u4f64\u4f3e\u4f67\u4f52\u4f5f\u4f41\u4f58\u4f2d\u4f33\u4f3f\u4f61\u518f\u51b9\u521c\u521e\u5221\u52ad\u52ae\u5309\u5363\u5372\u538e\u538f\u5430\u5437\u542a\u5454\u5445\u5419\u541c\u5425\u5418"],["caa1","\u543d\u544f\u5441\u5428\u5424\u5447\u56ee\u56e7\u56e5\u5741\u5745\u574c\u5749\u574b\u5752\u5906\u5940\u59a6\u5998\u59a0\u5997\u598e\u59a2\u5990\u598f\u59a7\u59a1\u5b8e\u5b92\u5c28\u5c2a\u5c8d\u5c8f\u5c88\u5c8b\u5c89\u5c92\u5c8a\u5c86\u5c93\u5c95\u5de0\u5e0a\u5e0e\u5e8b\u5e89\u5e8c\u5e88\u5e8d\u5f05\u5f1d\u5f78\u5f76\u5fd2\u5fd1\u5fd0\u5fed\u5fe8\u5fee\u5ff3\u5fe1\u5fe4\u5fe3\u5ffa\u5fef\u5ff7\u5ffb\u6000\u5ff4\u623a\u6283\u628c\u628e\u628f\u6294\u6287\u6271\u627b\u627a\u6270\u6281\u6288\u6277\u627d\u6272\u6274\u6537\u65f0\u65f4\u65f3\u65f2\u65f5\u6745\u6747"],["cb40","\u6759\u6755\u674c\u6748\u675d\u674d\u675a\u674b\u6bd0\u6c19\u6c1a\u6c78\u6c67\u6c6b\u6c84\u6c8b\u6c8f\u6c71\u6c6f\u6c69\u6c9a\u6c6d\u6c87\u6c95\u6c9c\u6c66\u6c73\u6c65\u6c7b\u6c8e\u7074\u707a\u7263\u72bf\u72bd\u72c3\u72c6\u72c1\u72ba\u72c5\u7395\u7397\u7393\u7394\u7392\u753a\u7539\u7594\u7595\u7681\u793d\u8034\u8095\u8099\u8090\u8092\u809c\u8290\u828f\u8285\u828e\u8291\u8293"],["cba1","\u828a\u8283\u8284\u8c78\u8fc9\u8fbf\u909f\u90a1\u90a5\u909e\u90a7\u90a0\u9630\u9628\u962f\u962d\u4e33\u4f98\u4f7c\u4f85\u4f7d\u4f80\u4f87\u4f76\u4f74\u4f89\u4f84\u4f77\u4f4c\u4f97\u4f6a\u4f9a\u4f79\u4f81\u4f78\u4f90\u4f9c\u4f94\u4f9e\u4f92\u4f82\u4f95\u4f6b\u4f6e\u519e\u51bc\u51be\u5235\u5232\u5233\u5246\u5231\u52bc\u530a\u530b\u533c\u5392\u5394\u5487\u547f\u5481\u5491\u5482\u5488\u546b\u547a\u547e\u5465\u546c\u5474\u5466\u548d\u546f\u5461\u5460\u5498\u5463\u5467\u5464\u56f7\u56f9\u576f\u5772\u576d\u576b\u5771\u5770\u5776\u5780\u5775\u577b\u5773\u5774\u5762"],["cc40","\u5768\u577d\u590c\u5945\u59b5\u59ba\u59cf\u59ce\u59b2\u59cc\u59c1\u59b6\u59bc\u59c3\u59d6\u59b1\u59bd\u59c0\u59c8\u59b4\u59c7\u5b62\u5b65\u5b93\u5b95\u5c44\u5c47\u5cae\u5ca4\u5ca0\u5cb5\u5caf\u5ca8\u5cac\u5c9f\u5ca3\u5cad\u5ca2\u5caa\u5ca7\u5c9d\u5ca5\u5cb6\u5cb0\u5ca6\u5e17\u5e14\u5e19\u5f28\u5f22\u5f23\u5f24\u5f54\u5f82\u5f7e\u5f7d\u5fde\u5fe5\u602d\u6026\u6019\u6032\u600b"],["cca1","\u6034\u600a\u6017\u6033\u601a\u601e\u602c\u6022\u600d\u6010\u602e\u6013\u6011\u600c\u6009\u601c\u6214\u623d\u62ad\u62b4\u62d1\u62be\u62aa\u62b6\u62ca\u62ae\u62b3\u62af\u62bb\u62a9\u62b0\u62b8\u653d\u65a8\u65bb\u6609\u65fc\u6604\u6612\u6608\u65fb\u6603\u660b\u660d\u6605\u65fd\u6611\u6610\u66f6\u670a\u6785\u676c\u678e\u6792\u6776\u677b\u6798\u6786\u6784\u6774\u678d\u678c\u677a\u679f\u6791\u6799\u6783\u677d\u6781\u6778\u6779\u6794\u6b25\u6b80\u6b7e\u6bde\u6c1d\u6c93\u6cec\u6ceb\u6cee\u6cd9\u6cb6\u6cd4\u6cad\u6ce7\u6cb7\u6cd0\u6cc2\u6cba\u6cc3\u6cc6\u6ced\u6cf2"],["cd40","\u6cd2\u6cdd\u6cb4\u6c8a\u6c9d\u6c80\u6cde\u6cc0\u6d30\u6ccd\u6cc7\u6cb0\u6cf9\u6ccf\u6ce9\u6cd1\u7094\u7098\u7085\u7093\u7086\u7084\u7091\u7096\u7082\u709a\u7083\u726a\u72d6\u72cb\u72d8\u72c9\u72dc\u72d2\u72d4\u72da\u72cc\u72d1\u73a4\u73a1\u73ad\u73a6\u73a2\u73a0\u73ac\u739d\u74dd\u74e8\u753f\u7540\u753e\u758c\u7598\u76af\u76f3\u76f1\u76f0\u76f5\u77f8\u77fc\u77f9\u77fb\u77fa"],["cda1","\u77f7\u7942\u793f\u79c5\u7a78\u7a7b\u7afb\u7c75\u7cfd\u8035\u808f\u80ae\u80a3\u80b8\u80b5\u80ad\u8220\u82a0\u82c0\u82ab\u829a\u8298\u829b\u82b5\u82a7\u82ae\u82bc\u829e\u82ba\u82b4\u82a8\u82a1\u82a9\u82c2\u82a4\u82c3\u82b6\u82a2\u8670\u866f\u866d\u866e\u8c56\u8fd2\u8fcb\u8fd3\u8fcd\u8fd6\u8fd5\u8fd7\u90b2\u90b4\u90af\u90b3\u90b0\u9639\u963d\u963c\u963a\u9643\u4fcd\u4fc5\u4fd3\u4fb2\u4fc9\u4fcb\u4fc1\u4fd4\u4fdc\u4fd9\u4fbb\u4fb3\u4fdb\u4fc7\u4fd6\u4fba\u4fc0\u4fb9\u4fec\u5244\u5249\u52c0\u52c2\u533d\u537c\u5397\u5396\u5399\u5398\u54ba\u54a1\u54ad\u54a5\u54cf"],["ce40","\u54c3\u830d\u54b7\u54ae\u54d6\u54b6\u54c5\u54c6\u54a0\u5470\u54bc\u54a2\u54be\u5472\u54de\u54b0\u57b5\u579e\u579f\u57a4\u578c\u5797\u579d\u579b\u5794\u5798\u578f\u5799\u57a5\u579a\u5795\u58f4\u590d\u5953\u59e1\u59de\u59ee\u5a00\u59f1\u59dd\u59fa\u59fd\u59fc\u59f6\u59e4\u59f2\u59f7\u59db\u59e9\u59f3\u59f5\u59e0\u59fe\u59f4\u59ed\u5ba8\u5c4c\u5cd0\u5cd8\u5ccc\u5cd7\u5ccb\u5cdb"],["cea1","\u5cde\u5cda\u5cc9\u5cc7\u5cca\u5cd6\u5cd3\u5cd4\u5ccf\u5cc8\u5cc6\u5cce\u5cdf\u5cf8\u5df9\u5e21\u5e22\u5e23\u5e20\u5e24\u5eb0\u5ea4\u5ea2\u5e9b\u5ea3\u5ea5\u5f07\u5f2e\u5f56\u5f86\u6037\u6039\u6054\u6072\u605e\u6045\u6053\u6047\u6049\u605b\u604c\u6040\u6042\u605f\u6024\u6044\u6058\u6066\u606e\u6242\u6243\u62cf\u630d\u630b\u62f5\u630e\u6303\u62eb\u62f9\u630f\u630c\u62f8\u62f6\u6300\u6313\u6314\u62fa\u6315\u62fb\u62f0\u6541\u6543\u65aa\u65bf\u6636\u6621\u6632\u6635\u661c\u6626\u6622\u6633\u662b\u663a\u661d\u6634\u6639\u662e\u670f\u6710\u67c1\u67f2\u67c8\u67ba"],["cf40","\u67dc\u67bb\u67f8\u67d8\u67c0\u67b7\u67c5\u67eb\u67e4\u67df\u67b5\u67cd\u67b3\u67f7\u67f6\u67ee\u67e3\u67c2\u67b9\u67ce\u67e7\u67f0\u67b2\u67fc\u67c6\u67ed\u67cc\u67ae\u67e6\u67db\u67fa\u67c9\u67ca\u67c3\u67ea\u67cb\u6b28\u6b82\u6b84\u6bb6\u6bd6\u6bd8\u6be0\u6c20\u6c21\u6d28\u6d34\u6d2d\u6d1f\u6d3c\u6d3f\u6d12\u6d0a\u6cda\u6d33\u6d04\u6d19\u6d3a\u6d1a\u6d11\u6d00\u6d1d\u6d42"],["cfa1","\u6d01\u6d18\u6d37\u6d03\u6d0f\u6d40\u6d07\u6d20\u6d2c\u6d08\u6d22\u6d09\u6d10\u70b7\u709f\u70be\u70b1\u70b0\u70a1\u70b4\u70b5\u70a9\u7241\u7249\u724a\u726c\u7270\u7273\u726e\u72ca\u72e4\u72e8\u72eb\u72df\u72ea\u72e6\u72e3\u7385\u73cc\u73c2\u73c8\u73c5\u73b9\u73b6\u73b5\u73b4\u73eb\u73bf\u73c7\u73be\u73c3\u73c6\u73b8\u73cb\u74ec\u74ee\u752e\u7547\u7548\u75a7\u75aa\u7679\u76c4\u7708\u7703\u7704\u7705\u770a\u76f7\u76fb\u76fa\u77e7\u77e8\u7806\u7811\u7812\u7805\u7810\u780f\u780e\u7809\u7803\u7813\u794a\u794c\u794b\u7945\u7944\u79d5\u79cd\u79cf\u79d6\u79ce\u7a80"],["d040","\u7a7e\u7ad1\u7b00\u7b01\u7c7a\u7c78\u7c79\u7c7f\u7c80\u7c81\u7d03\u7d08\u7d01\u7f58\u7f91\u7f8d\u7fbe\u8007\u800e\u800f\u8014\u8037\u80d8\u80c7\u80e0\u80d1\u80c8\u80c2\u80d0\u80c5\u80e3\u80d9\u80dc\u80ca\u80d5\u80c9\u80cf\u80d7\u80e6\u80cd\u81ff\u8221\u8294\u82d9\u82fe\u82f9\u8307\u82e8\u8300\u82d5\u833a\u82eb\u82d6\u82f4\u82ec\u82e1\u82f2\u82f5\u830c\u82fb\u82f6\u82f0\u82ea"],["d0a1","\u82e4\u82e0\u82fa\u82f3\u82ed\u8677\u8674\u867c\u8673\u8841\u884e\u8867\u886a\u8869\u89d3\u8a04\u8a07\u8d72\u8fe3\u8fe1\u8fee\u8fe0\u90f1\u90bd\u90bf\u90d5\u90c5\u90be\u90c7\u90cb\u90c8\u91d4\u91d3\u9654\u964f\u9651\u9653\u964a\u964e\u501e\u5005\u5007\u5013\u5022\u5030\u501b\u4ff5\u4ff4\u5033\u5037\u502c\u4ff6\u4ff7\u5017\u501c\u5020\u5027\u5035\u502f\u5031\u500e\u515a\u5194\u5193\u51ca\u51c4\u51c5\u51c8\u51ce\u5261\u525a\u5252\u525e\u525f\u5255\u5262\u52cd\u530e\u539e\u5526\u54e2\u5517\u5512\u54e7\u54f3\u54e4\u551a\u54ff\u5504\u5508\u54eb\u5511\u5505\u54f1"],["d140","\u550a\u54fb\u54f7\u54f8\u54e0\u550e\u5503\u550b\u5701\u5702\u57cc\u5832\u57d5\u57d2\u57ba\u57c6\u57bd\u57bc\u57b8\u57b6\u57bf\u57c7\u57d0\u57b9\u57c1\u590e\u594a\u5a19\u5a16\u5a2d\u5a2e\u5a15\u5a0f\u5a17\u5a0a\u5a1e\u5a33\u5b6c\u5ba7\u5bad\u5bac\u5c03\u5c56\u5c54\u5cec\u5cff\u5cee\u5cf1\u5cf7\u5d00\u5cf9\u5e29\u5e28\u5ea8\u5eae\u5eaa\u5eac\u5f33\u5f30\u5f67\u605d\u605a\u6067"],["d1a1","\u6041\u60a2\u6088\u6080\u6092\u6081\u609d\u6083\u6095\u609b\u6097\u6087\u609c\u608e\u6219\u6246\u62f2\u6310\u6356\u632c\u6344\u6345\u6336\u6343\u63e4\u6339\u634b\u634a\u633c\u6329\u6341\u6334\u6358\u6354\u6359\u632d\u6347\u6333\u635a\u6351\u6338\u6357\u6340\u6348\u654a\u6546\u65c6\u65c3\u65c4\u65c2\u664a\u665f\u6647\u6651\u6712\u6713\u681f\u681a\u6849\u6832\u6833\u683b\u684b\u684f\u6816\u6831\u681c\u6835\u682b\u682d\u682f\u684e\u6844\u6834\u681d\u6812\u6814\u6826\u6828\u682e\u684d\u683a\u6825\u6820\u6b2c\u6b2f\u6b2d\u6b31\u6b34\u6b6d\u8082\u6b88\u6be6\u6be4"],["d240","\u6be8\u6be3\u6be2\u6be7\u6c25\u6d7a\u6d63\u6d64\u6d76\u6d0d\u6d61\u6d92\u6d58\u6d62\u6d6d\u6d6f\u6d91\u6d8d\u6def\u6d7f\u6d86\u6d5e\u6d67\u6d60\u6d97\u6d70\u6d7c\u6d5f\u6d82\u6d98\u6d2f\u6d68\u6d8b\u6d7e\u6d80\u6d84\u6d16\u6d83\u6d7b\u6d7d\u6d75\u6d90\u70dc\u70d3\u70d1\u70dd\u70cb\u7f39\u70e2\u70d7\u70d2\u70de\u70e0\u70d4\u70cd\u70c5\u70c6\u70c7\u70da\u70ce\u70e1\u7242\u7278"],["d2a1","\u7277\u7276\u7300\u72fa\u72f4\u72fe\u72f6\u72f3\u72fb\u7301\u73d3\u73d9\u73e5\u73d6\u73bc\u73e7\u73e3\u73e9\u73dc\u73d2\u73db\u73d4\u73dd\u73da\u73d7\u73d8\u73e8\u74de\u74df\u74f4\u74f5\u7521\u755b\u755f\u75b0\u75c1\u75bb\u75c4\u75c0\u75bf\u75b6\u75ba\u768a\u76c9\u771d\u771b\u7710\u7713\u7712\u7723\u7711\u7715\u7719\u771a\u7722\u7727\u7823\u782c\u7822\u7835\u782f\u7828\u782e\u782b\u7821\u7829\u7833\u782a\u7831\u7954\u795b\u794f\u795c\u7953\u7952\u7951\u79eb\u79ec\u79e0\u79ee\u79ed\u79ea\u79dc\u79de\u79dd\u7a86\u7a89\u7a85\u7a8b\u7a8c\u7a8a\u7a87\u7ad8\u7b10"],["d340","\u7b04\u7b13\u7b05\u7b0f\u7b08\u7b0a\u7b0e\u7b09\u7b12\u7c84\u7c91\u7c8a\u7c8c\u7c88\u7c8d\u7c85\u7d1e\u7d1d\u7d11\u7d0e\u7d18\u7d16\u7d13\u7d1f\u7d12\u7d0f\u7d0c\u7f5c\u7f61\u7f5e\u7f60\u7f5d\u7f5b\u7f96\u7f92\u7fc3\u7fc2\u7fc0\u8016\u803e\u8039\u80fa\u80f2\u80f9\u80f5\u8101\u80fb\u8100\u8201\u822f\u8225\u8333\u832d\u8344\u8319\u8351\u8325\u8356\u833f\u8341\u8326\u831c\u8322"],["d3a1","\u8342\u834e\u831b\u832a\u8308\u833c\u834d\u8316\u8324\u8320\u8337\u832f\u8329\u8347\u8345\u834c\u8353\u831e\u832c\u834b\u8327\u8348\u8653\u8652\u86a2\u86a8\u8696\u868d\u8691\u869e\u8687\u8697\u8686\u868b\u869a\u8685\u86a5\u8699\u86a1\u86a7\u8695\u8698\u868e\u869d\u8690\u8694\u8843\u8844\u886d\u8875\u8876\u8872\u8880\u8871\u887f\u886f\u8883\u887e\u8874\u887c\u8a12\u8c47\u8c57\u8c7b\u8ca4\u8ca3\u8d76\u8d78\u8db5\u8db7\u8db6\u8ed1\u8ed3\u8ffe\u8ff5\u9002\u8fff\u8ffb\u9004\u8ffc\u8ff6\u90d6\u90e0\u90d9\u90da\u90e3\u90df\u90e5\u90d8\u90db\u90d7\u90dc\u90e4\u9150"],["d440","\u914e\u914f\u91d5\u91e2\u91da\u965c\u965f\u96bc\u98e3\u9adf\u9b2f\u4e7f\u5070\u506a\u5061\u505e\u5060\u5053\u504b\u505d\u5072\u5048\u504d\u5041\u505b\u504a\u5062\u5015\u5045\u505f\u5069\u506b\u5063\u5064\u5046\u5040\u506e\u5073\u5057\u5051\u51d0\u526b\u526d\u526c\u526e\u52d6\u52d3\u532d\u539c\u5575\u5576\u553c\u554d\u5550\u5534\u552a\u5551\u5562\u5536\u5535\u5530\u5552\u5545"],["d4a1","\u550c\u5532\u5565\u554e\u5539\u5548\u552d\u553b\u5540\u554b\u570a\u5707\u57fb\u5814\u57e2\u57f6\u57dc\u57f4\u5800\u57ed\u57fd\u5808\u57f8\u580b\u57f3\u57cf\u5807\u57ee\u57e3\u57f2\u57e5\u57ec\u57e1\u580e\u57fc\u5810\u57e7\u5801\u580c\u57f1\u57e9\u57f0\u580d\u5804\u595c\u5a60\u5a58\u5a55\u5a67\u5a5e\u5a38\u5a35\u5a6d\u5a50\u5a5f\u5a65\u5a6c\u5a53\u5a64\u5a57\u5a43\u5a5d\u5a52\u5a44\u5a5b\u5a48\u5a8e\u5a3e\u5a4d\u5a39\u5a4c\u5a70\u5a69\u5a47\u5a51\u5a56\u5a42\u5a5c\u5b72\u5b6e\u5bc1\u5bc0\u5c59\u5d1e\u5d0b\u5d1d\u5d1a\u5d20\u5d0c\u5d28\u5d0d\u5d26\u5d25\u5d0f"],["d540","\u5d30\u5d12\u5d23\u5d1f\u5d2e\u5e3e\u5e34\u5eb1\u5eb4\u5eb9\u5eb2\u5eb3\u5f36\u5f38\u5f9b\u5f96\u5f9f\u608a\u6090\u6086\u60be\u60b0\u60ba\u60d3\u60d4\u60cf\u60e4\u60d9\u60dd\u60c8\u60b1\u60db\u60b7\u60ca\u60bf\u60c3\u60cd\u60c0\u6332\u6365\u638a\u6382\u637d\u63bd\u639e\u63ad\u639d\u6397\u63ab\u638e\u636f\u6387\u6390\u636e\u63af\u6375\u639c\u636d\u63ae\u637c\u63a4\u633b\u639f"],["d5a1","\u6378\u6385\u6381\u6391\u638d\u6370\u6553\u65cd\u6665\u6661\u665b\u6659\u665c\u6662\u6718\u6879\u6887\u6890\u689c\u686d\u686e\u68ae\u68ab\u6956\u686f\u68a3\u68ac\u68a9\u6875\u6874\u68b2\u688f\u6877\u6892\u687c\u686b\u6872\u68aa\u6880\u6871\u687e\u689b\u6896\u688b\u68a0\u6889\u68a4\u6878\u687b\u6891\u688c\u688a\u687d\u6b36\u6b33\u6b37\u6b38\u6b91\u6b8f\u6b8d\u6b8e\u6b8c\u6c2a\u6dc0\u6dab\u6db4\u6db3\u6e74\u6dac\u6de9\u6de2\u6db7\u6df6\u6dd4\u6e00\u6dc8\u6de0\u6ddf\u6dd6\u6dbe\u6de5\u6ddc\u6ddd\u6ddb\u6df4\u6dca\u6dbd\u6ded\u6df0\u6dba\u6dd5\u6dc2\u6dcf\u6dc9"],["d640","\u6dd0\u6df2\u6dd3\u6dfd\u6dd7\u6dcd\u6de3\u6dbb\u70fa\u710d\u70f7\u7117\u70f4\u710c\u70f0\u7104\u70f3\u7110\u70fc\u70ff\u7106\u7113\u7100\u70f8\u70f6\u710b\u7102\u710e\u727e\u727b\u727c\u727f\u731d\u7317\u7307\u7311\u7318\u730a\u7308\u72ff\u730f\u731e\u7388\u73f6\u73f8\u73f5\u7404\u7401\u73fd\u7407\u7400\u73fa\u73fc\u73ff\u740c\u740b\u73f4\u7408\u7564\u7563\u75ce\u75d2\u75cf"],["d6a1","\u75cb\u75cc\u75d1\u75d0\u768f\u7689\u76d3\u7739\u772f\u772d\u7731\u7732\u7734\u7733\u773d\u7725\u773b\u7735\u7848\u7852\u7849\u784d\u784a\u784c\u7826\u7845\u7850\u7964\u7967\u7969\u796a\u7963\u796b\u7961\u79bb\u79fa\u79f8\u79f6\u79f7\u7a8f\u7a94\u7a90\u7b35\u7b47\u7b34\u7b25\u7b30\u7b22\u7b24\u7b33\u7b18\u7b2a\u7b1d\u7b31\u7b2b\u7b2d\u7b2f\u7b32\u7b38\u7b1a\u7b23\u7c94\u7c98\u7c96\u7ca3\u7d35\u7d3d\u7d38\u7d36\u7d3a\u7d45\u7d2c\u7d29\u7d41\u7d47\u7d3e\u7d3f\u7d4a\u7d3b\u7d28\u7f63\u7f95\u7f9c\u7f9d\u7f9b\u7fca\u7fcb\u7fcd\u7fd0\u7fd1\u7fc7\u7fcf\u7fc9\u801f"],["d740","\u801e\u801b\u8047\u8043\u8048\u8118\u8125\u8119\u811b\u812d\u811f\u812c\u811e\u8121\u8115\u8127\u811d\u8122\u8211\u8238\u8233\u823a\u8234\u8232\u8274\u8390\u83a3\u83a8\u838d\u837a\u8373\u83a4\u8374\u838f\u8381\u8395\u8399\u8375\u8394\u83a9\u837d\u8383\u838c\u839d\u839b\u83aa\u838b\u837e\u83a5\u83af\u8388\u8397\u83b0\u837f\u83a6\u8387\u83ae\u8376\u839a\u8659\u8656\u86bf\u86b7"],["d7a1","\u86c2\u86c1\u86c5\u86ba\u86b0\u86c8\u86b9\u86b3\u86b8\u86cc\u86b4\u86bb\u86bc\u86c3\u86bd\u86be\u8852\u8889\u8895\u88a8\u88a2\u88aa\u889a\u8891\u88a1\u889f\u8898\u88a7\u8899\u889b\u8897\u88a4\u88ac\u888c\u8893\u888e\u8982\u89d6\u89d9\u89d5\u8a30\u8a27\u8a2c\u8a1e\u8c39\u8c3b\u8c5c\u8c5d\u8c7d\u8ca5\u8d7d\u8d7b\u8d79\u8dbc\u8dc2\u8db9\u8dbf\u8dc1\u8ed8\u8ede\u8edd\u8edc\u8ed7\u8ee0\u8ee1\u9024\u900b\u9011\u901c\u900c\u9021\u90ef\u90ea\u90f0\u90f4\u90f2\u90f3\u90d4\u90eb\u90ec\u90e9\u9156\u9158\u915a\u9153\u9155\u91ec\u91f4\u91f1\u91f3\u91f8\u91e4\u91f9\u91ea"],["d840","\u91eb\u91f7\u91e8\u91ee\u957a\u9586\u9588\u967c\u966d\u966b\u9671\u966f\u96bf\u976a\u9804\u98e5\u9997\u509b\u5095\u5094\u509e\u508b\u50a3\u5083\u508c\u508e\u509d\u5068\u509c\u5092\u5082\u5087\u515f\u51d4\u5312\u5311\u53a4\u53a7\u5591\u55a8\u55a5\u55ad\u5577\u5645\u55a2\u5593\u5588\u558f\u55b5\u5581\u55a3\u5592\u55a4\u557d\u558c\u55a6\u557f\u5595\u55a1\u558e\u570c\u5829\u5837"],["d8a1","\u5819\u581e\u5827\u5823\u5828\u57f5\u5848\u5825\u581c\u581b\u5833\u583f\u5836\u582e\u5839\u5838\u582d\u582c\u583b\u5961\u5aaf\u5a94\u5a9f\u5a7a\u5aa2\u5a9e\u5a78\u5aa6\u5a7c\u5aa5\u5aac\u5a95\u5aae\u5a37\u5a84\u5a8a\u5a97\u5a83\u5a8b\u5aa9\u5a7b\u5a7d\u5a8c\u5a9c\u5a8f\u5a93\u5a9d\u5bea\u5bcd\u5bcb\u5bd4\u5bd1\u5bca\u5bce\u5c0c\u5c30\u5d37\u5d43\u5d6b\u5d41\u5d4b\u5d3f\u5d35\u5d51\u5d4e\u5d55\u5d33\u5d3a\u5d52\u5d3d\u5d31\u5d59\u5d42\u5d39\u5d49\u5d38\u5d3c\u5d32\u5d36\u5d40\u5d45\u5e44\u5e41\u5f58\u5fa6\u5fa5\u5fab\u60c9\u60b9\u60cc\u60e2\u60ce\u60c4\u6114"],["d940","\u60f2\u610a\u6116\u6105\u60f5\u6113\u60f8\u60fc\u60fe\u60c1\u6103\u6118\u611d\u6110\u60ff\u6104\u610b\u624a\u6394\u63b1\u63b0\u63ce\u63e5\u63e8\u63ef\u63c3\u649d\u63f3\u63ca\u63e0\u63f6\u63d5\u63f2\u63f5\u6461\u63df\u63be\u63dd\u63dc\u63c4\u63d8\u63d3\u63c2\u63c7\u63cc\u63cb\u63c8\u63f0\u63d7\u63d9\u6532\u6567\u656a\u6564\u655c\u6568\u6565\u658c\u659d\u659e\u65ae\u65d0\u65d2"],["d9a1","\u667c\u666c\u667b\u6680\u6671\u6679\u666a\u6672\u6701\u690c\u68d3\u6904\u68dc\u692a\u68ec\u68ea\u68f1\u690f\u68d6\u68f7\u68eb\u68e4\u68f6\u6913\u6910\u68f3\u68e1\u6907\u68cc\u6908\u6970\u68b4\u6911\u68ef\u68c6\u6914\u68f8\u68d0\u68fd\u68fc\u68e8\u690b\u690a\u6917\u68ce\u68c8\u68dd\u68de\u68e6\u68f4\u68d1\u6906\u68d4\u68e9\u6915\u6925\u68c7\u6b39\u6b3b\u6b3f\u6b3c\u6b94\u6b97\u6b99\u6b95\u6bbd\u6bf0\u6bf2\u6bf3\u6c30\u6dfc\u6e46\u6e47\u6e1f\u6e49\u6e88\u6e3c\u6e3d\u6e45\u6e62\u6e2b\u6e3f\u6e41\u6e5d\u6e73\u6e1c\u6e33\u6e4b\u6e40\u6e51\u6e3b\u6e03\u6e2e\u6e5e"],["da40","\u6e68\u6e5c\u6e61\u6e31\u6e28\u6e60\u6e71\u6e6b\u6e39\u6e22\u6e30\u6e53\u6e65\u6e27\u6e78\u6e64\u6e77\u6e55\u6e79\u6e52\u6e66\u6e35\u6e36\u6e5a\u7120\u711e\u712f\u70fb\u712e\u7131\u7123\u7125\u7122\u7132\u711f\u7128\u713a\u711b\u724b\u725a\u7288\u7289\u7286\u7285\u728b\u7312\u730b\u7330\u7322\u7331\u7333\u7327\u7332\u732d\u7326\u7323\u7335\u730c\u742e\u742c\u7430\u742b\u7416"],["daa1","\u741a\u7421\u742d\u7431\u7424\u7423\u741d\u7429\u7420\u7432\u74fb\u752f\u756f\u756c\u75e7\u75da\u75e1\u75e6\u75dd\u75df\u75e4\u75d7\u7695\u7692\u76da\u7746\u7747\u7744\u774d\u7745\u774a\u774e\u774b\u774c\u77de\u77ec\u7860\u7864\u7865\u785c\u786d\u7871\u786a\u786e\u7870\u7869\u7868\u785e\u7862\u7974\u7973\u7972\u7970\u7a02\u7a0a\u7a03\u7a0c\u7a04\u7a99\u7ae6\u7ae4\u7b4a\u7b3b\u7b44\u7b48\u7b4c\u7b4e\u7b40\u7b58\u7b45\u7ca2\u7c9e\u7ca8\u7ca1\u7d58\u7d6f\u7d63\u7d53\u7d56\u7d67\u7d6a\u7d4f\u7d6d\u7d5c\u7d6b\u7d52\u7d54\u7d69\u7d51\u7d5f\u7d4e\u7f3e\u7f3f\u7f65"],["db40","\u7f66\u7fa2\u7fa0\u7fa1\u7fd7\u8051\u804f\u8050\u80fe\u80d4\u8143\u814a\u8152\u814f\u8147\u813d\u814d\u813a\u81e6\u81ee\u81f7\u81f8\u81f9\u8204\u823c\u823d\u823f\u8275\u833b\u83cf\u83f9\u8423\u83c0\u83e8\u8412\u83e7\u83e4\u83fc\u83f6\u8410\u83c6\u83c8\u83eb\u83e3\u83bf\u8401\u83dd\u83e5\u83d8\u83ff\u83e1\u83cb\u83ce\u83d6\u83f5\u83c9\u8409\u840f\u83de\u8411\u8406\u83c2\u83f3"],["dba1","\u83d5\u83fa\u83c7\u83d1\u83ea\u8413\u83c3\u83ec\u83ee\u83c4\u83fb\u83d7\u83e2\u841b\u83db\u83fe\u86d8\u86e2\u86e6\u86d3\u86e3\u86da\u86ea\u86dd\u86eb\u86dc\u86ec\u86e9\u86d7\u86e8\u86d1\u8848\u8856\u8855\u88ba\u88d7\u88b9\u88b8\u88c0\u88be\u88b6\u88bc\u88b7\u88bd\u88b2\u8901\u88c9\u8995\u8998\u8997\u89dd\u89da\u89db\u8a4e\u8a4d\u8a39\u8a59\u8a40\u8a57\u8a58\u8a44\u8a45\u8a52\u8a48\u8a51\u8a4a\u8a4c\u8a4f\u8c5f\u8c81\u8c80\u8cba\u8cbe\u8cb0\u8cb9\u8cb5\u8d84\u8d80\u8d89\u8dd8\u8dd3\u8dcd\u8dc7\u8dd6\u8ddc\u8dcf\u8dd5\u8dd9\u8dc8\u8dd7\u8dc5\u8eef\u8ef7\u8efa"],["dc40","\u8ef9\u8ee6\u8eee\u8ee5\u8ef5\u8ee7\u8ee8\u8ef6\u8eeb\u8ef1\u8eec\u8ef4\u8ee9\u902d\u9034\u902f\u9106\u912c\u9104\u90ff\u90fc\u9108\u90f9\u90fb\u9101\u9100\u9107\u9105\u9103\u9161\u9164\u915f\u9162\u9160\u9201\u920a\u9225\u9203\u921a\u9226\u920f\u920c\u9200\u9212\u91ff\u91fd\u9206\u9204\u9227\u9202\u921c\u9224\u9219\u9217\u9205\u9216\u957b\u958d\u958c\u9590\u9687\u967e\u9688"],["dca1","\u9689\u9683\u9680\u96c2\u96c8\u96c3\u96f1\u96f0\u976c\u9770\u976e\u9807\u98a9\u98eb\u9ce6\u9ef9\u4e83\u4e84\u4eb6\u50bd\u50bf\u50c6\u50ae\u50c4\u50ca\u50b4\u50c8\u50c2\u50b0\u50c1\u50ba\u50b1\u50cb\u50c9\u50b6\u50b8\u51d7\u527a\u5278\u527b\u527c\u55c3\u55db\u55cc\u55d0\u55cb\u55ca\u55dd\u55c0\u55d4\u55c4\u55e9\u55bf\u55d2\u558d\u55cf\u55d5\u55e2\u55d6\u55c8\u55f2\u55cd\u55d9\u55c2\u5714\u5853\u5868\u5864\u584f\u584d\u5849\u586f\u5855\u584e\u585d\u5859\u5865\u585b\u583d\u5863\u5871\u58fc\u5ac7\u5ac4\u5acb\u5aba\u5ab8\u5ab1\u5ab5\u5ab0\u5abf\u5ac8\u5abb\u5ac6"],["dd40","\u5ab7\u5ac0\u5aca\u5ab4\u5ab6\u5acd\u5ab9\u5a90\u5bd6\u5bd8\u5bd9\u5c1f\u5c33\u5d71\u5d63\u5d4a\u5d65\u5d72\u5d6c\u5d5e\u5d68\u5d67\u5d62\u5df0\u5e4f\u5e4e\u5e4a\u5e4d\u5e4b\u5ec5\u5ecc\u5ec6\u5ecb\u5ec7\u5f40\u5faf\u5fad\u60f7\u6149\u614a\u612b\u6145\u6136\u6132\u612e\u6146\u612f\u614f\u6129\u6140\u6220\u9168\u6223\u6225\u6224\u63c5\u63f1\u63eb\u6410\u6412\u6409\u6420\u6424"],["dda1","\u6433\u6443\u641f\u6415\u6418\u6439\u6437\u6422\u6423\u640c\u6426\u6430\u6428\u6441\u6435\u642f\u640a\u641a\u6440\u6425\u6427\u640b\u63e7\u641b\u642e\u6421\u640e\u656f\u6592\u65d3\u6686\u668c\u6695\u6690\u668b\u668a\u6699\u6694\u6678\u6720\u6966\u695f\u6938\u694e\u6962\u6971\u693f\u6945\u696a\u6939\u6942\u6957\u6959\u697a\u6948\u6949\u6935\u696c\u6933\u693d\u6965\u68f0\u6978\u6934\u6969\u6940\u696f\u6944\u6976\u6958\u6941\u6974\u694c\u693b\u694b\u6937\u695c\u694f\u6951\u6932\u6952\u692f\u697b\u693c\u6b46\u6b45\u6b43\u6b42\u6b48\u6b41\u6b9b\ufa0d\u6bfb\u6bfc"],["de40","\u6bf9\u6bf7\u6bf8\u6e9b\u6ed6\u6ec8\u6e8f\u6ec0\u6e9f\u6e93\u6e94\u6ea0\u6eb1\u6eb9\u6ec6\u6ed2\u6ebd\u6ec1\u6e9e\u6ec9\u6eb7\u6eb0\u6ecd\u6ea6\u6ecf\u6eb2\u6ebe\u6ec3\u6edc\u6ed8\u6e99\u6e92\u6e8e\u6e8d\u6ea4\u6ea1\u6ebf\u6eb3\u6ed0\u6eca\u6e97\u6eae\u6ea3\u7147\u7154\u7152\u7163\u7160\u7141\u715d\u7162\u7172\u7178\u716a\u7161\u7142\u7158\u7143\u714b\u7170\u715f\u7150\u7153"],["dea1","\u7144\u714d\u715a\u724f\u728d\u728c\u7291\u7290\u728e\u733c\u7342\u733b\u733a\u7340\u734a\u7349\u7444\u744a\u744b\u7452\u7451\u7457\u7440\u744f\u7450\u744e\u7442\u7446\u744d\u7454\u74e1\u74ff\u74fe\u74fd\u751d\u7579\u7577\u6983\u75ef\u760f\u7603\u75f7\u75fe\u75fc\u75f9\u75f8\u7610\u75fb\u75f6\u75ed\u75f5\u75fd\u7699\u76b5\u76dd\u7755\u775f\u7760\u7752\u7756\u775a\u7769\u7767\u7754\u7759\u776d\u77e0\u7887\u789a\u7894\u788f\u7884\u7895\u7885\u7886\u78a1\u7883\u7879\u7899\u7880\u7896\u787b\u797c\u7982\u797d\u7979\u7a11\u7a18\u7a19\u7a12\u7a17\u7a15\u7a22\u7a13"],["df40","\u7a1b\u7a10\u7aa3\u7aa2\u7a9e\u7aeb\u7b66\u7b64\u7b6d\u7b74\u7b69\u7b72\u7b65\u7b73\u7b71\u7b70\u7b61\u7b78\u7b76\u7b63\u7cb2\u7cb4\u7caf\u7d88\u7d86\u7d80\u7d8d\u7d7f\u7d85\u7d7a\u7d8e\u7d7b\u7d83\u7d7c\u7d8c\u7d94\u7d84\u7d7d\u7d92\u7f6d\u7f6b\u7f67\u7f68\u7f6c\u7fa6\u7fa5\u7fa7\u7fdb\u7fdc\u8021\u8164\u8160\u8177\u815c\u8169\u815b\u8162\u8172\u6721\u815e\u8176\u8167\u816f"],["dfa1","\u8144\u8161\u821d\u8249\u8244\u8240\u8242\u8245\u84f1\u843f\u8456\u8476\u8479\u848f\u848d\u8465\u8451\u8440\u8486\u8467\u8430\u844d\u847d\u845a\u8459\u8474\u8473\u845d\u8507\u845e\u8437\u843a\u8434\u847a\u8443\u8478\u8432\u8445\u8429\u83d9\u844b\u842f\u8442\u842d\u845f\u8470\u8439\u844e\u844c\u8452\u846f\u84c5\u848e\u843b\u8447\u8436\u8433\u8468\u847e\u8444\u842b\u8460\u8454\u846e\u8450\u870b\u8704\u86f7\u870c\u86fa\u86d6\u86f5\u874d\u86f8\u870e\u8709\u8701\u86f6\u870d\u8705\u88d6\u88cb\u88cd\u88ce\u88de\u88db\u88da\u88cc\u88d0\u8985\u899b\u89df\u89e5\u89e4"],["e040","\u89e1\u89e0\u89e2\u89dc\u89e6\u8a76\u8a86\u8a7f\u8a61\u8a3f\u8a77\u8a82\u8a84\u8a75\u8a83\u8a81\u8a74\u8a7a\u8c3c\u8c4b\u8c4a\u8c65\u8c64\u8c66\u8c86\u8c84\u8c85\u8ccc\u8d68\u8d69\u8d91\u8d8c\u8d8e\u8d8f\u8d8d\u8d93\u8d94\u8d90\u8d92\u8df0\u8de0\u8dec\u8df1\u8dee\u8dd0\u8de9\u8de3\u8de2\u8de7\u8df2\u8deb\u8df4\u8f06\u8eff\u8f01\u8f00\u8f05\u8f07\u8f08\u8f02\u8f0b\u9052\u903f"],["e0a1","\u9044\u9049\u903d\u9110\u910d\u910f\u9111\u9116\u9114\u910b\u910e\u916e\u916f\u9248\u9252\u9230\u923a\u9266\u9233\u9265\u925e\u9283\u922e\u924a\u9246\u926d\u926c\u924f\u9260\u9267\u926f\u9236\u9261\u9270\u9231\u9254\u9263\u9250\u9272\u924e\u9253\u924c\u9256\u9232\u959f\u959c\u959e\u959b\u9692\u9693\u9691\u9697\u96ce\u96fa\u96fd\u96f8\u96f5\u9773\u9777\u9778\u9772\u980f\u980d\u980e\u98ac\u98f6\u98f9\u99af\u99b2\u99b0\u99b5\u9aad\u9aab\u9b5b\u9cea\u9ced\u9ce7\u9e80\u9efd\u50e6\u50d4\u50d7\u50e8\u50f3\u50db\u50ea\u50dd\u50e4\u50d3\u50ec\u50f0\u50ef\u50e3\u50e0"],["e140","\u51d8\u5280\u5281\u52e9\u52eb\u5330\u53ac\u5627\u5615\u560c\u5612\u55fc\u560f\u561c\u5601\u5613\u5602\u55fa\u561d\u5604\u55ff\u55f9\u5889\u587c\u5890\u5898\u5886\u5881\u587f\u5874\u588b\u587a\u5887\u5891\u588e\u5876\u5882\u5888\u587b\u5894\u588f\u58fe\u596b\u5adc\u5aee\u5ae5\u5ad5\u5aea\u5ada\u5aed\u5aeb\u5af3\u5ae2\u5ae0\u5adb\u5aec\u5ade\u5add\u5ad9\u5ae8\u5adf\u5b77\u5be0"],["e1a1","\u5be3\u5c63\u5d82\u5d80\u5d7d\u5d86\u5d7a\u5d81\u5d77\u5d8a\u5d89\u5d88\u5d7e\u5d7c\u5d8d\u5d79\u5d7f\u5e58\u5e59\u5e53\u5ed8\u5ed1\u5ed7\u5ece\u5edc\u5ed5\u5ed9\u5ed2\u5ed4\u5f44\u5f43\u5f6f\u5fb6\u612c\u6128\u6141\u615e\u6171\u6173\u6152\u6153\u6172\u616c\u6180\u6174\u6154\u617a\u615b\u6165\u613b\u616a\u6161\u6156\u6229\u6227\u622b\u642b\u644d\u645b\u645d\u6474\u6476\u6472\u6473\u647d\u6475\u6466\u64a6\u644e\u6482\u645e\u645c\u644b\u6453\u6460\u6450\u647f\u643f\u646c\u646b\u6459\u6465\u6477\u6573\u65a0\u66a1\u66a0\u669f\u6705\u6704\u6722\u69b1\u69b6\u69c9"],["e240","\u69a0\u69ce\u6996\u69b0\u69ac\u69bc\u6991\u6999\u698e\u69a7\u698d\u69a9\u69be\u69af\u69bf\u69c4\u69bd\u69a4\u69d4\u69b9\u69ca\u699a\u69cf\u69b3\u6993\u69aa\u69a1\u699e\u69d9\u6997\u6990\u69c2\u69b5\u69a5\u69c6\u6b4a\u6b4d\u6b4b\u6b9e\u6b9f\u6ba0\u6bc3\u6bc4\u6bfe\u6ece\u6ef5\u6ef1\u6f03\u6f25\u6ef8\u6f37\u6efb\u6f2e\u6f09\u6f4e\u6f19\u6f1a\u6f27\u6f18\u6f3b\u6f12\u6eed\u6f0a"],["e2a1","\u6f36\u6f73\u6ef9\u6eee\u6f2d\u6f40\u6f30\u6f3c\u6f35\u6eeb\u6f07\u6f0e\u6f43\u6f05\u6efd\u6ef6\u6f39\u6f1c\u6efc\u6f3a\u6f1f\u6f0d\u6f1e\u6f08\u6f21\u7187\u7190\u7189\u7180\u7185\u7182\u718f\u717b\u7186\u7181\u7197\u7244\u7253\u7297\u7295\u7293\u7343\u734d\u7351\u734c\u7462\u7473\u7471\u7475\u7472\u7467\u746e\u7500\u7502\u7503\u757d\u7590\u7616\u7608\u760c\u7615\u7611\u760a\u7614\u76b8\u7781\u777c\u7785\u7782\u776e\u7780\u776f\u777e\u7783\u78b2\u78aa\u78b4\u78ad\u78a8\u787e\u78ab\u789e\u78a5\u78a0\u78ac\u78a2\u78a4\u7998\u798a\u798b\u7996\u7995\u7994\u7993"],["e340","\u7997\u7988\u7992\u7990\u7a2b\u7a4a\u7a30\u7a2f\u7a28\u7a26\u7aa8\u7aab\u7aac\u7aee\u7b88\u7b9c\u7b8a\u7b91\u7b90\u7b96\u7b8d\u7b8c\u7b9b\u7b8e\u7b85\u7b98\u5284\u7b99\u7ba4\u7b82\u7cbb\u7cbf\u7cbc\u7cba\u7da7\u7db7\u7dc2\u7da3\u7daa\u7dc1\u7dc0\u7dc5\u7d9d\u7dce\u7dc4\u7dc6\u7dcb\u7dcc\u7daf\u7db9\u7d96\u7dbc\u7d9f\u7da6\u7dae\u7da9\u7da1\u7dc9\u7f73\u7fe2\u7fe3\u7fe5\u7fde"],["e3a1","\u8024\u805d\u805c\u8189\u8186\u8183\u8187\u818d\u818c\u818b\u8215\u8497\u84a4\u84a1\u849f\u84ba\u84ce\u84c2\u84ac\u84ae\u84ab\u84b9\u84b4\u84c1\u84cd\u84aa\u849a\u84b1\u84d0\u849d\u84a7\u84bb\u84a2\u8494\u84c7\u84cc\u849b\u84a9\u84af\u84a8\u84d6\u8498\u84b6\u84cf\u84a0\u84d7\u84d4\u84d2\u84db\u84b0\u8491\u8661\u8733\u8723\u8728\u876b\u8740\u872e\u871e\u8721\u8719\u871b\u8743\u872c\u8741\u873e\u8746\u8720\u8732\u872a\u872d\u873c\u8712\u873a\u8731\u8735\u8742\u8726\u8727\u8738\u8724\u871a\u8730\u8711\u88f7\u88e7\u88f1\u88f2\u88fa\u88fe\u88ee\u88fc\u88f6\u88fb"],["e440","\u88f0\u88ec\u88eb\u899d\u89a1\u899f\u899e\u89e9\u89eb\u89e8\u8aab\u8a99\u8a8b\u8a92\u8a8f\u8a96\u8c3d\u8c68\u8c69\u8cd5\u8ccf\u8cd7\u8d96\u8e09\u8e02\u8dff\u8e0d\u8dfd\u8e0a\u8e03\u8e07\u8e06\u8e05\u8dfe\u8e00\u8e04\u8f10\u8f11\u8f0e\u8f0d\u9123\u911c\u9120\u9122\u911f\u911d\u911a\u9124\u9121\u911b\u917a\u9172\u9179\u9173\u92a5\u92a4\u9276\u929b\u927a\u92a0\u9294\u92aa\u928d"],["e4a1","\u92a6\u929a\u92ab\u9279\u9297\u927f\u92a3\u92ee\u928e\u9282\u9295\u92a2\u927d\u9288\u92a1\u928a\u9286\u928c\u9299\u92a7\u927e\u9287\u92a9\u929d\u928b\u922d\u969e\u96a1\u96ff\u9758\u977d\u977a\u977e\u9783\u9780\u9782\u977b\u9784\u9781\u977f\u97ce\u97cd\u9816\u98ad\u98ae\u9902\u9900\u9907\u999d\u999c\u99c3\u99b9\u99bb\u99ba\u99c2\u99bd\u99c7\u9ab1\u9ae3\u9ae7\u9b3e\u9b3f\u9b60\u9b61\u9b5f\u9cf1\u9cf2\u9cf5\u9ea7\u50ff\u5103\u5130\u50f8\u5106\u5107\u50f6\u50fe\u510b\u510c\u50fd\u510a\u528b\u528c\u52f1\u52ef\u5648\u5642\u564c\u5635\u5641\u564a\u5649\u5646\u5658"],["e540","\u565a\u5640\u5633\u563d\u562c\u563e\u5638\u562a\u563a\u571a\u58ab\u589d\u58b1\u58a0\u58a3\u58af\u58ac\u58a5\u58a1\u58ff\u5aff\u5af4\u5afd\u5af7\u5af6\u5b03\u5af8\u5b02\u5af9\u5b01\u5b07\u5b05\u5b0f\u5c67\u5d99\u5d97\u5d9f\u5d92\u5da2\u5d93\u5d95\u5da0\u5d9c\u5da1\u5d9a\u5d9e\u5e69\u5e5d\u5e60\u5e5c\u7df3\u5edb\u5ede\u5ee1\u5f49\u5fb2\u618b\u6183\u6179\u61b1\u61b0\u61a2\u6189"],["e5a1","\u619b\u6193\u61af\u61ad\u619f\u6192\u61aa\u61a1\u618d\u6166\u61b3\u622d\u646e\u6470\u6496\u64a0\u6485\u6497\u649c\u648f\u648b\u648a\u648c\u64a3\u649f\u6468\u64b1\u6498\u6576\u657a\u6579\u657b\u65b2\u65b3\u66b5\u66b0\u66a9\u66b2\u66b7\u66aa\u66af\u6a00\u6a06\u6a17\u69e5\u69f8\u6a15\u69f1\u69e4\u6a20\u69ff\u69ec\u69e2\u6a1b\u6a1d\u69fe\u6a27\u69f2\u69ee\u6a14\u69f7\u69e7\u6a40\u6a08\u69e6\u69fb\u6a0d\u69fc\u69eb\u6a09\u6a04\u6a18\u6a25\u6a0f\u69f6\u6a26\u6a07\u69f4\u6a16\u6b51\u6ba5\u6ba3\u6ba2\u6ba6\u6c01\u6c00\u6bff\u6c02\u6f41\u6f26\u6f7e\u6f87\u6fc6\u6f92"],["e640","\u6f8d\u6f89\u6f8c\u6f62\u6f4f\u6f85\u6f5a\u6f96\u6f76\u6f6c\u6f82\u6f55\u6f72\u6f52\u6f50\u6f57\u6f94\u6f93\u6f5d\u6f00\u6f61\u6f6b\u6f7d\u6f67\u6f90\u6f53\u6f8b\u6f69\u6f7f\u6f95\u6f63\u6f77\u6f6a\u6f7b\u71b2\u71af\u719b\u71b0\u71a0\u719a\u71a9\u71b5\u719d\u71a5\u719e\u71a4\u71a1\u71aa\u719c\u71a7\u71b3\u7298\u729a\u7358\u7352\u735e\u735f\u7360\u735d\u735b\u7361\u735a\u7359"],["e6a1","\u7362\u7487\u7489\u748a\u7486\u7481\u747d\u7485\u7488\u747c\u7479\u7508\u7507\u757e\u7625\u761e\u7619\u761d\u761c\u7623\u761a\u7628\u761b\u769c\u769d\u769e\u769b\u778d\u778f\u7789\u7788\u78cd\u78bb\u78cf\u78cc\u78d1\u78ce\u78d4\u78c8\u78c3\u78c4\u78c9\u799a\u79a1\u79a0\u799c\u79a2\u799b\u6b76\u7a39\u7ab2\u7ab4\u7ab3\u7bb7\u7bcb\u7bbe\u7bac\u7bce\u7baf\u7bb9\u7bca\u7bb5\u7cc5\u7cc8\u7ccc\u7ccb\u7df7\u7ddb\u7dea\u7de7\u7dd7\u7de1\u7e03\u7dfa\u7de6\u7df6\u7df1\u7df0\u7dee\u7ddf\u7f76\u7fac\u7fb0\u7fad\u7fed\u7feb\u7fea\u7fec\u7fe6\u7fe8\u8064\u8067\u81a3\u819f"],["e740","\u819e\u8195\u81a2\u8199\u8197\u8216\u824f\u8253\u8252\u8250\u824e\u8251\u8524\u853b\u850f\u8500\u8529\u850e\u8509\u850d\u851f\u850a\u8527\u851c\u84fb\u852b\u84fa\u8508\u850c\u84f4\u852a\u84f2\u8515\u84f7\u84eb\u84f3\u84fc\u8512\u84ea\u84e9\u8516\u84fe\u8528\u851d\u852e\u8502\u84fd\u851e\u84f6\u8531\u8526\u84e7\u84e8\u84f0\u84ef\u84f9\u8518\u8520\u8530\u850b\u8519\u852f\u8662"],["e7a1","\u8756\u8763\u8764\u8777\u87e1\u8773\u8758\u8754\u875b\u8752\u8761\u875a\u8751\u875e\u876d\u876a\u8750\u874e\u875f\u875d\u876f\u876c\u877a\u876e\u875c\u8765\u874f\u877b\u8775\u8762\u8767\u8769\u885a\u8905\u890c\u8914\u890b\u8917\u8918\u8919\u8906\u8916\u8911\u890e\u8909\u89a2\u89a4\u89a3\u89ed\u89f0\u89ec\u8acf\u8ac6\u8ab8\u8ad3\u8ad1\u8ad4\u8ad5\u8abb\u8ad7\u8abe\u8ac0\u8ac5\u8ad8\u8ac3\u8aba\u8abd\u8ad9\u8c3e\u8c4d\u8c8f\u8ce5\u8cdf\u8cd9\u8ce8\u8cda\u8cdd\u8ce7\u8da0\u8d9c\u8da1\u8d9b\u8e20\u8e23\u8e25\u8e24\u8e2e\u8e15\u8e1b\u8e16\u8e11\u8e19\u8e26\u8e27"],["e840","\u8e14\u8e12\u8e18\u8e13\u8e1c\u8e17\u8e1a\u8f2c\u8f24\u8f18\u8f1a\u8f20\u8f23\u8f16\u8f17\u9073\u9070\u906f\u9067\u906b\u912f\u912b\u9129\u912a\u9132\u9126\u912e\u9185\u9186\u918a\u9181\u9182\u9184\u9180\u92d0\u92c3\u92c4\u92c0\u92d9\u92b6\u92cf\u92f1\u92df\u92d8\u92e9\u92d7\u92dd\u92cc\u92ef\u92c2\u92e8\u92ca\u92c8\u92ce\u92e6\u92cd\u92d5\u92c9\u92e0\u92de\u92e7\u92d1\u92d3"],["e8a1","\u92b5\u92e1\u92c6\u92b4\u957c\u95ac\u95ab\u95ae\u95b0\u96a4\u96a2\u96d3\u9705\u9708\u9702\u975a\u978a\u978e\u9788\u97d0\u97cf\u981e\u981d\u9826\u9829\u9828\u9820\u981b\u9827\u98b2\u9908\u98fa\u9911\u9914\u9916\u9917\u9915\u99dc\u99cd\u99cf\u99d3\u99d4\u99ce\u99c9\u99d6\u99d8\u99cb\u99d7\u99cc\u9ab3\u9aec\u9aeb\u9af3\u9af2\u9af1\u9b46\u9b43\u9b67\u9b74\u9b71\u9b66\u9b76\u9b75\u9b70\u9b68\u9b64\u9b6c\u9cfc\u9cfa\u9cfd\u9cff\u9cf7\u9d07\u9d00\u9cf9\u9cfb\u9d08\u9d05\u9d04\u9e83\u9ed3\u9f0f\u9f10\u511c\u5113\u5117\u511a\u5111\u51de\u5334\u53e1\u5670\u5660\u566e"],["e940","\u5673\u5666\u5663\u566d\u5672\u565e\u5677\u571c\u571b\u58c8\u58bd\u58c9\u58bf\u58ba\u58c2\u58bc\u58c6\u5b17\u5b19\u5b1b\u5b21\u5b14\u5b13\u5b10\u5b16\u5b28\u5b1a\u5b20\u5b1e\u5bef\u5dac\u5db1\u5da9\u5da7\u5db5\u5db0\u5dae\u5daa\u5da8\u5db2\u5dad\u5daf\u5db4\u5e67\u5e68\u5e66\u5e6f\u5ee9\u5ee7\u5ee6\u5ee8\u5ee5\u5f4b\u5fbc\u619d\u61a8\u6196\u61c5\u61b4\u61c6\u61c1\u61cc\u61ba"],["e9a1","\u61bf\u61b8\u618c\u64d7\u64d6\u64d0\u64cf\u64c9\u64bd\u6489\u64c3\u64db\u64f3\u64d9\u6533\u657f\u657c\u65a2\u66c8\u66be\u66c0\u66ca\u66cb\u66cf\u66bd\u66bb\u66ba\u66cc\u6723\u6a34\u6a66\u6a49\u6a67\u6a32\u6a68\u6a3e\u6a5d\u6a6d\u6a76\u6a5b\u6a51\u6a28\u6a5a\u6a3b\u6a3f\u6a41\u6a6a\u6a64\u6a50\u6a4f\u6a54\u6a6f\u6a69\u6a60\u6a3c\u6a5e\u6a56\u6a55\u6a4d\u6a4e\u6a46\u6b55\u6b54\u6b56\u6ba7\u6baa\u6bab\u6bc8\u6bc7\u6c04\u6c03\u6c06\u6fad\u6fcb\u6fa3\u6fc7\u6fbc\u6fce\u6fc8\u6f5e\u6fc4\u6fbd\u6f9e\u6fca\u6fa8\u7004\u6fa5\u6fae\u6fba\u6fac\u6faa\u6fcf\u6fbf\u6fb8"],["ea40","\u6fa2\u6fc9\u6fab\u6fcd\u6faf\u6fb2\u6fb0\u71c5\u71c2\u71bf\u71b8\u71d6\u71c0\u71c1\u71cb\u71d4\u71ca\u71c7\u71cf\u71bd\u71d8\u71bc\u71c6\u71da\u71db\u729d\u729e\u7369\u7366\u7367\u736c\u7365\u736b\u736a\u747f\u749a\u74a0\u7494\u7492\u7495\u74a1\u750b\u7580\u762f\u762d\u7631\u763d\u7633\u763c\u7635\u7632\u7630\u76bb\u76e6\u779a\u779d\u77a1\u779c\u779b\u77a2\u77a3\u7795\u7799"],["eaa1","\u7797\u78dd\u78e9\u78e5\u78ea\u78de\u78e3\u78db\u78e1\u78e2\u78ed\u78df\u78e0\u79a4\u7a44\u7a48\u7a47\u7ab6\u7ab8\u7ab5\u7ab1\u7ab7\u7bde\u7be3\u7be7\u7bdd\u7bd5\u7be5\u7bda\u7be8\u7bf9\u7bd4\u7bea\u7be2\u7bdc\u7beb\u7bd8\u7bdf\u7cd2\u7cd4\u7cd7\u7cd0\u7cd1\u7e12\u7e21\u7e17\u7e0c\u7e1f\u7e20\u7e13\u7e0e\u7e1c\u7e15\u7e1a\u7e22\u7e0b\u7e0f\u7e16\u7e0d\u7e14\u7e25\u7e24\u7f43\u7f7b\u7f7c\u7f7a\u7fb1\u7fef\u802a\u8029\u806c\u81b1\u81a6\u81ae\u81b9\u81b5\u81ab\u81b0\u81ac\u81b4\u81b2\u81b7\u81a7\u81f2\u8255\u8256\u8257\u8556\u8545\u856b\u854d\u8553\u8561\u8558"],["eb40","\u8540\u8546\u8564\u8541\u8562\u8544\u8551\u8547\u8563\u853e\u855b\u8571\u854e\u856e\u8575\u8555\u8567\u8560\u858c\u8566\u855d\u8554\u8565\u856c\u8663\u8665\u8664\u879b\u878f\u8797\u8793\u8792\u8788\u8781\u8796\u8798\u8779\u8787\u87a3\u8785\u8790\u8791\u879d\u8784\u8794\u879c\u879a\u8789\u891e\u8926\u8930\u892d\u892e\u8927\u8931\u8922\u8929\u8923\u892f\u892c\u891f\u89f1\u8ae0"],["eba1","\u8ae2\u8af2\u8af4\u8af5\u8add\u8b14\u8ae4\u8adf\u8af0\u8ac8\u8ade\u8ae1\u8ae8\u8aff\u8aef\u8afb\u8c91\u8c92\u8c90\u8cf5\u8cee\u8cf1\u8cf0\u8cf3\u8d6c\u8d6e\u8da5\u8da7\u8e33\u8e3e\u8e38\u8e40\u8e45\u8e36\u8e3c\u8e3d\u8e41\u8e30\u8e3f\u8ebd\u8f36\u8f2e\u8f35\u8f32\u8f39\u8f37\u8f34\u9076\u9079\u907b\u9086\u90fa\u9133\u9135\u9136\u9193\u9190\u9191\u918d\u918f\u9327\u931e\u9308\u931f\u9306\u930f\u937a\u9338\u933c\u931b\u9323\u9312\u9301\u9346\u932d\u930e\u930d\u92cb\u931d\u92fa\u9325\u9313\u92f9\u92f7\u9334\u9302\u9324\u92ff\u9329\u9339\u9335\u932a\u9314\u930c"],["ec40","\u930b\u92fe\u9309\u9300\u92fb\u9316\u95bc\u95cd\u95be\u95b9\u95ba\u95b6\u95bf\u95b5\u95bd\u96a9\u96d4\u970b\u9712\u9710\u9799\u9797\u9794\u97f0\u97f8\u9835\u982f\u9832\u9924\u991f\u9927\u9929\u999e\u99ee\u99ec\u99e5\u99e4\u99f0\u99e3\u99ea\u99e9\u99e7\u9ab9\u9abf\u9ab4\u9abb\u9af6\u9afa\u9af9\u9af7\u9b33\u9b80\u9b85\u9b87\u9b7c\u9b7e\u9b7b\u9b82\u9b93\u9b92\u9b90\u9b7a\u9b95"],["eca1","\u9b7d\u9b88\u9d25\u9d17\u9d20\u9d1e\u9d14\u9d29\u9d1d\u9d18\u9d22\u9d10\u9d19\u9d1f\u9e88\u9e86\u9e87\u9eae\u9ead\u9ed5\u9ed6\u9efa\u9f12\u9f3d\u5126\u5125\u5122\u5124\u5120\u5129\u52f4\u5693\u568c\u568d\u5686\u5684\u5683\u567e\u5682\u567f\u5681\u58d6\u58d4\u58cf\u58d2\u5b2d\u5b25\u5b32\u5b23\u5b2c\u5b27\u5b26\u5b2f\u5b2e\u5b7b\u5bf1\u5bf2\u5db7\u5e6c\u5e6a\u5fbe\u5fbb\u61c3\u61b5\u61bc\u61e7\u61e0\u61e5\u61e4\u61e8\u61de\u64ef\u64e9\u64e3\u64eb\u64e4\u64e8\u6581\u6580\u65b6\u65da\u66d2\u6a8d\u6a96\u6a81\u6aa5\u6a89\u6a9f\u6a9b\u6aa1\u6a9e\u6a87\u6a93\u6a8e"],["ed40","\u6a95\u6a83\u6aa8\u6aa4\u6a91\u6a7f\u6aa6\u6a9a\u6a85\u6a8c\u6a92\u6b5b\u6bad\u6c09\u6fcc\u6fa9\u6ff4\u6fd4\u6fe3\u6fdc\u6fed\u6fe7\u6fe6\u6fde\u6ff2\u6fdd\u6fe2\u6fe8\u71e1\u71f1\u71e8\u71f2\u71e4\u71f0\u71e2\u7373\u736e\u736f\u7497\u74b2\u74ab\u7490\u74aa\u74ad\u74b1\u74a5\u74af\u7510\u7511\u7512\u750f\u7584\u7643\u7648\u7649\u7647\u76a4\u76e9\u77b5\u77ab\u77b2\u77b7\u77b6"],["eda1","\u77b4\u77b1\u77a8\u77f0\u78f3\u78fd\u7902\u78fb\u78fc\u78f2\u7905\u78f9\u78fe\u7904\u79ab\u79a8\u7a5c\u7a5b\u7a56\u7a58\u7a54\u7a5a\u7abe\u7ac0\u7ac1\u7c05\u7c0f\u7bf2\u7c00\u7bff\u7bfb\u7c0e\u7bf4\u7c0b\u7bf3\u7c02\u7c09\u7c03\u7c01\u7bf8\u7bfd\u7c06\u7bf0\u7bf1\u7c10\u7c0a\u7ce8\u7e2d\u7e3c\u7e42\u7e33\u9848\u7e38\u7e2a\u7e49\u7e40\u7e47\u7e29\u7e4c\u7e30\u7e3b\u7e36\u7e44\u7e3a\u7f45\u7f7f\u7f7e\u7f7d\u7ff4\u7ff2\u802c\u81bb\u81c4\u81cc\u81ca\u81c5\u81c7\u81bc\u81e9\u825b\u825a\u825c\u8583\u8580\u858f\u85a7\u8595\u85a0\u858b\u85a3\u857b\u85a4\u859a\u859e"],["ee40","\u8577\u857c\u8589\u85a1\u857a\u8578\u8557\u858e\u8596\u8586\u858d\u8599\u859d\u8581\u85a2\u8582\u8588\u8585\u8579\u8576\u8598\u8590\u859f\u8668\u87be\u87aa\u87ad\u87c5\u87b0\u87ac\u87b9\u87b5\u87bc\u87ae\u87c9\u87c3\u87c2\u87cc\u87b7\u87af\u87c4\u87ca\u87b4\u87b6\u87bf\u87b8\u87bd\u87de\u87b2\u8935\u8933\u893c\u893e\u8941\u8952\u8937\u8942\u89ad\u89af\u89ae\u89f2\u89f3\u8b1e"],["eea1","\u8b18\u8b16\u8b11\u8b05\u8b0b\u8b22\u8b0f\u8b12\u8b15\u8b07\u8b0d\u8b08\u8b06\u8b1c\u8b13\u8b1a\u8c4f\u8c70\u8c72\u8c71\u8c6f\u8c95\u8c94\u8cf9\u8d6f\u8e4e\u8e4d\u8e53\u8e50\u8e4c\u8e47\u8f43\u8f40\u9085\u907e\u9138\u919a\u91a2\u919b\u9199\u919f\u91a1\u919d\u91a0\u93a1\u9383\u93af\u9364\u9356\u9347\u937c\u9358\u935c\u9376\u9349\u9350\u9351\u9360\u936d\u938f\u934c\u936a\u9379\u9357\u9355\u9352\u934f\u9371\u9377\u937b\u9361\u935e\u9363\u9367\u9380\u934e\u9359\u95c7\u95c0\u95c9\u95c3\u95c5\u95b7\u96ae\u96b0\u96ac\u9720\u971f\u9718\u971d\u9719\u979a\u97a1\u979c"],["ef40","\u979e\u979d\u97d5\u97d4\u97f1\u9841\u9844\u984a\u9849\u9845\u9843\u9925\u992b\u992c\u992a\u9933\u9932\u992f\u992d\u9931\u9930\u9998\u99a3\u99a1\u9a02\u99fa\u99f4\u99f7\u99f9\u99f8\u99f6\u99fb\u99fd\u99fe\u99fc\u9a03\u9abe\u9afe\u9afd\u9b01\u9afc\u9b48\u9b9a\u9ba8\u9b9e\u9b9b\u9ba6\u9ba1\u9ba5\u9ba4\u9b86\u9ba2\u9ba0\u9baf\u9d33\u9d41\u9d67\u9d36\u9d2e\u9d2f\u9d31\u9d38\u9d30"],["efa1","\u9d45\u9d42\u9d43\u9d3e\u9d37\u9d40\u9d3d\u7ff5\u9d2d\u9e8a\u9e89\u9e8d\u9eb0\u9ec8\u9eda\u9efb\u9eff\u9f24\u9f23\u9f22\u9f54\u9fa0\u5131\u512d\u512e\u5698\u569c\u5697\u569a\u569d\u5699\u5970\u5b3c\u5c69\u5c6a\u5dc0\u5e6d\u5e6e\u61d8\u61df\u61ed\u61ee\u61f1\u61ea\u61f0\u61eb\u61d6\u61e9\u64ff\u6504\u64fd\u64f8\u6501\u6503\u64fc\u6594\u65db\u66da\u66db\u66d8\u6ac5\u6ab9\u6abd\u6ae1\u6ac6\u6aba\u6ab6\u6ab7\u6ac7\u6ab4\u6aad\u6b5e\u6bc9\u6c0b\u7007\u700c\u700d\u7001\u7005\u7014\u700e\u6fff\u7000\u6ffb\u7026\u6ffc\u6ff7\u700a\u7201\u71ff\u71f9\u7203\u71fd\u7376"],["f040","\u74b8\u74c0\u74b5\u74c1\u74be\u74b6\u74bb\u74c2\u7514\u7513\u765c\u7664\u7659\u7650\u7653\u7657\u765a\u76a6\u76bd\u76ec\u77c2\u77ba\u78ff\u790c\u7913\u7914\u7909\u7910\u7912\u7911\u79ad\u79ac\u7a5f\u7c1c\u7c29\u7c19\u7c20\u7c1f\u7c2d\u7c1d\u7c26\u7c28\u7c22\u7c25\u7c30\u7e5c\u7e50\u7e56\u7e63\u7e58\u7e62\u7e5f\u7e51\u7e60\u7e57\u7e53\u7fb5\u7fb3\u7ff7\u7ff8\u8075\u81d1\u81d2"],["f0a1","\u81d0\u825f\u825e\u85b4\u85c6\u85c0\u85c3\u85c2\u85b3\u85b5\u85bd\u85c7\u85c4\u85bf\u85cb\u85ce\u85c8\u85c5\u85b1\u85b6\u85d2\u8624\u85b8\u85b7\u85be\u8669\u87e7\u87e6\u87e2\u87db\u87eb\u87ea\u87e5\u87df\u87f3\u87e4\u87d4\u87dc\u87d3\u87ed\u87d8\u87e3\u87a4\u87d7\u87d9\u8801\u87f4\u87e8\u87dd\u8953\u894b\u894f\u894c\u8946\u8950\u8951\u8949\u8b2a\u8b27\u8b23\u8b33\u8b30\u8b35\u8b47\u8b2f\u8b3c\u8b3e\u8b31\u8b25\u8b37\u8b26\u8b36\u8b2e\u8b24\u8b3b\u8b3d\u8b3a\u8c42\u8c75\u8c99\u8c98\u8c97\u8cfe\u8d04\u8d02\u8d00\u8e5c\u8e62\u8e60\u8e57\u8e56\u8e5e\u8e65\u8e67"],["f140","\u8e5b\u8e5a\u8e61\u8e5d\u8e69\u8e54\u8f46\u8f47\u8f48\u8f4b\u9128\u913a\u913b\u913e\u91a8\u91a5\u91a7\u91af\u91aa\u93b5\u938c\u9392\u93b7\u939b\u939d\u9389\u93a7\u938e\u93aa\u939e\u93a6\u9395\u9388\u9399\u939f\u938d\u93b1\u9391\u93b2\u93a4\u93a8\u93b4\u93a3\u93a5\u95d2\u95d3\u95d1\u96b3\u96d7\u96da\u5dc2\u96df\u96d8\u96dd\u9723\u9722\u9725\u97ac\u97ae\u97a8\u97ab\u97a4\u97aa"],["f1a1","\u97a2\u97a5\u97d7\u97d9\u97d6\u97d8\u97fa\u9850\u9851\u9852\u98b8\u9941\u993c\u993a\u9a0f\u9a0b\u9a09\u9a0d\u9a04\u9a11\u9a0a\u9a05\u9a07\u9a06\u9ac0\u9adc\u9b08\u9b04\u9b05\u9b29\u9b35\u9b4a\u9b4c\u9b4b\u9bc7\u9bc6\u9bc3\u9bbf\u9bc1\u9bb5\u9bb8\u9bd3\u9bb6\u9bc4\u9bb9\u9bbd\u9d5c\u9d53\u9d4f\u9d4a\u9d5b\u9d4b\u9d59\u9d56\u9d4c\u9d57\u9d52\u9d54\u9d5f\u9d58\u9d5a\u9e8e\u9e8c\u9edf\u9f01\u9f00\u9f16\u9f25\u9f2b\u9f2a\u9f29\u9f28\u9f4c\u9f55\u5134\u5135\u5296\u52f7\u53b4\u56ab\u56ad\u56a6\u56a7\u56aa\u56ac\u58da\u58dd\u58db\u5912\u5b3d\u5b3e\u5b3f\u5dc3\u5e70"],["f240","\u5fbf\u61fb\u6507\u6510\u650d\u6509\u650c\u650e\u6584\u65de\u65dd\u66de\u6ae7\u6ae0\u6acc\u6ad1\u6ad9\u6acb\u6adf\u6adc\u6ad0\u6aeb\u6acf\u6acd\u6ade\u6b60\u6bb0\u6c0c\u7019\u7027\u7020\u7016\u702b\u7021\u7022\u7023\u7029\u7017\u7024\u701c\u702a\u720c\u720a\u7207\u7202\u7205\u72a5\u72a6\u72a4\u72a3\u72a1\u74cb\u74c5\u74b7\u74c3\u7516\u7660\u77c9\u77ca\u77c4\u77f1\u791d\u791b"],["f2a1","\u7921\u791c\u7917\u791e\u79b0\u7a67\u7a68\u7c33\u7c3c\u7c39\u7c2c\u7c3b\u7cec\u7cea\u7e76\u7e75\u7e78\u7e70\u7e77\u7e6f\u7e7a\u7e72\u7e74\u7e68\u7f4b\u7f4a\u7f83\u7f86\u7fb7\u7ffd\u7ffe\u8078\u81d7\u81d5\u8264\u8261\u8263\u85eb\u85f1\u85ed\u85d9\u85e1\u85e8\u85da\u85d7\u85ec\u85f2\u85f8\u85d8\u85df\u85e3\u85dc\u85d1\u85f0\u85e6\u85ef\u85de\u85e2\u8800\u87fa\u8803\u87f6\u87f7\u8809\u880c\u880b\u8806\u87fc\u8808\u87ff\u880a\u8802\u8962\u895a\u895b\u8957\u8961\u895c\u8958\u895d\u8959\u8988\u89b7\u89b6\u89f6\u8b50\u8b48\u8b4a\u8b40\u8b53\u8b56\u8b54\u8b4b\u8b55"],["f340","\u8b51\u8b42\u8b52\u8b57\u8c43\u8c77\u8c76\u8c9a\u8d06\u8d07\u8d09\u8dac\u8daa\u8dad\u8dab\u8e6d\u8e78\u8e73\u8e6a\u8e6f\u8e7b\u8ec2\u8f52\u8f51\u8f4f\u8f50\u8f53\u8fb4\u9140\u913f\u91b0\u91ad\u93de\u93c7\u93cf\u93c2\u93da\u93d0\u93f9\u93ec\u93cc\u93d9\u93a9\u93e6\u93ca\u93d4\u93ee\u93e3\u93d5\u93c4\u93ce\u93c0\u93d2\u93e7\u957d\u95da\u95db\u96e1\u9729\u972b\u972c\u9728\u9726"],["f3a1","\u97b3\u97b7\u97b6\u97dd\u97de\u97df\u985c\u9859\u985d\u9857\u98bf\u98bd\u98bb\u98be\u9948\u9947\u9943\u99a6\u99a7\u9a1a\u9a15\u9a25\u9a1d\u9a24\u9a1b\u9a22\u9a20\u9a27\u9a23\u9a1e\u9a1c\u9a14\u9ac2\u9b0b\u9b0a\u9b0e\u9b0c\u9b37\u9bea\u9beb\u9be0\u9bde\u9be4\u9be6\u9be2\u9bf0\u9bd4\u9bd7\u9bec\u9bdc\u9bd9\u9be5\u9bd5\u9be1\u9bda\u9d77\u9d81\u9d8a\u9d84\u9d88\u9d71\u9d80\u9d78\u9d86\u9d8b\u9d8c\u9d7d\u9d6b\u9d74\u9d75\u9d70\u9d69\u9d85\u9d73\u9d7b\u9d82\u9d6f\u9d79\u9d7f\u9d87\u9d68\u9e94\u9e91\u9ec0\u9efc\u9f2d\u9f40\u9f41\u9f4d\u9f56\u9f57\u9f58\u5337\u56b2"],["f440","\u56b5\u56b3\u58e3\u5b45\u5dc6\u5dc7\u5eee\u5eef\u5fc0\u5fc1\u61f9\u6517\u6516\u6515\u6513\u65df\u66e8\u66e3\u66e4\u6af3\u6af0\u6aea\u6ae8\u6af9\u6af1\u6aee\u6aef\u703c\u7035\u702f\u7037\u7034\u7031\u7042\u7038\u703f\u703a\u7039\u7040\u703b\u7033\u7041\u7213\u7214\u72a8\u737d\u737c\u74ba\u76ab\u76aa\u76be\u76ed\u77cc\u77ce\u77cf\u77cd\u77f2\u7925\u7923\u7927\u7928\u7924\u7929"],["f4a1","\u79b2\u7a6e\u7a6c\u7a6d\u7af7\u7c49\u7c48\u7c4a\u7c47\u7c45\u7cee\u7e7b\u7e7e\u7e81\u7e80\u7fba\u7fff\u8079\u81db\u81d9\u820b\u8268\u8269\u8622\u85ff\u8601\u85fe\u861b\u8600\u85f6\u8604\u8609\u8605\u860c\u85fd\u8819\u8810\u8811\u8817\u8813\u8816\u8963\u8966\u89b9\u89f7\u8b60\u8b6a\u8b5d\u8b68\u8b63\u8b65\u8b67\u8b6d\u8dae\u8e86\u8e88\u8e84\u8f59\u8f56\u8f57\u8f55\u8f58\u8f5a\u908d\u9143\u9141\u91b7\u91b5\u91b2\u91b3\u940b\u9413\u93fb\u9420\u940f\u9414\u93fe\u9415\u9410\u9428\u9419\u940d\u93f5\u9400\u93f7\u9407\u940e\u9416\u9412\u93fa\u9409\u93f8\u940a\u93ff"],["f540","\u93fc\u940c\u93f6\u9411\u9406\u95de\u95e0\u95df\u972e\u972f\u97b9\u97bb\u97fd\u97fe\u9860\u9862\u9863\u985f\u98c1\u98c2\u9950\u994e\u9959\u994c\u994b\u9953\u9a32\u9a34\u9a31\u9a2c\u9a2a\u9a36\u9a29\u9a2e\u9a38\u9a2d\u9ac7\u9aca\u9ac6\u9b10\u9b12\u9b11\u9c0b\u9c08\u9bf7\u9c05\u9c12\u9bf8\u9c40\u9c07\u9c0e\u9c06\u9c17\u9c14\u9c09\u9d9f\u9d99\u9da4\u9d9d\u9d92\u9d98\u9d90\u9d9b"],["f5a1","\u9da0\u9d94\u9d9c\u9daa\u9d97\u9da1\u9d9a\u9da2\u9da8\u9d9e\u9da3\u9dbf\u9da9\u9d96\u9da6\u9da7\u9e99\u9e9b\u9e9a\u9ee5\u9ee4\u9ee7\u9ee6\u9f30\u9f2e\u9f5b\u9f60\u9f5e\u9f5d\u9f59\u9f91\u513a\u5139\u5298\u5297\u56c3\u56bd\u56be\u5b48\u5b47\u5dcb\u5dcf\u5ef1\u61fd\u651b\u6b02\u6afc\u6b03\u6af8\u6b00\u7043\u7044\u704a\u7048\u7049\u7045\u7046\u721d\u721a\u7219\u737e\u7517\u766a\u77d0\u792d\u7931\u792f\u7c54\u7c53\u7cf2\u7e8a\u7e87\u7e88\u7e8b\u7e86\u7e8d\u7f4d\u7fbb\u8030\u81dd\u8618\u862a\u8626\u861f\u8623\u861c\u8619\u8627\u862e\u8621\u8620\u8629\u861e\u8625"],["f640","\u8829\u881d\u881b\u8820\u8824\u881c\u882b\u884a\u896d\u8969\u896e\u896b\u89fa\u8b79\u8b78\u8b45\u8b7a\u8b7b\u8d10\u8d14\u8daf\u8e8e\u8e8c\u8f5e\u8f5b\u8f5d\u9146\u9144\u9145\u91b9\u943f\u943b\u9436\u9429\u943d\u943c\u9430\u9439\u942a\u9437\u942c\u9440\u9431\u95e5\u95e4\u95e3\u9735\u973a\u97bf\u97e1\u9864\u98c9\u98c6\u98c0\u9958\u9956\u9a39\u9a3d\u9a46\u9a44\u9a42\u9a41\u9a3a"],["f6a1","\u9a3f\u9acd\u9b15\u9b17\u9b18\u9b16\u9b3a\u9b52\u9c2b\u9c1d\u9c1c\u9c2c\u9c23\u9c28\u9c29\u9c24\u9c21\u9db7\u9db6\u9dbc\u9dc1\u9dc7\u9dca\u9dcf\u9dbe\u9dc5\u9dc3\u9dbb\u9db5\u9dce\u9db9\u9dba\u9dac\u9dc8\u9db1\u9dad\u9dcc\u9db3\u9dcd\u9db2\u9e7a\u9e9c\u9eeb\u9eee\u9eed\u9f1b\u9f18\u9f1a\u9f31\u9f4e\u9f65\u9f64\u9f92\u4eb9\u56c6\u56c5\u56cb\u5971\u5b4b\u5b4c\u5dd5\u5dd1\u5ef2\u6521\u6520\u6526\u6522\u6b0b\u6b08\u6b09\u6c0d\u7055\u7056\u7057\u7052\u721e\u721f\u72a9\u737f\u74d8\u74d5\u74d9\u74d7\u766d\u76ad\u7935\u79b4\u7a70\u7a71\u7c57\u7c5c\u7c59\u7c5b\u7c5a"],["f740","\u7cf4\u7cf1\u7e91\u7f4f\u7f87\u81de\u826b\u8634\u8635\u8633\u862c\u8632\u8636\u882c\u8828\u8826\u882a\u8825\u8971\u89bf\u89be\u89fb\u8b7e\u8b84\u8b82\u8b86\u8b85\u8b7f\u8d15\u8e95\u8e94\u8e9a\u8e92\u8e90\u8e96\u8e97\u8f60\u8f62\u9147\u944c\u9450\u944a\u944b\u944f\u9447\u9445\u9448\u9449\u9446\u973f\u97e3\u986a\u9869\u98cb\u9954\u995b\u9a4e\u9a53\u9a54\u9a4c\u9a4f\u9a48\u9a4a"],["f7a1","\u9a49\u9a52\u9a50\u9ad0\u9b19\u9b2b\u9b3b\u9b56\u9b55\u9c46\u9c48\u9c3f\u9c44\u9c39\u9c33\u9c41\u9c3c\u9c37\u9c34\u9c32\u9c3d\u9c36\u9ddb\u9dd2\u9dde\u9dda\u9dcb\u9dd0\u9ddc\u9dd1\u9ddf\u9de9\u9dd9\u9dd8\u9dd6\u9df5\u9dd5\u9ddd\u9eb6\u9ef0\u9f35\u9f33\u9f32\u9f42\u9f6b\u9f95\u9fa2\u513d\u5299\u58e8\u58e7\u5972\u5b4d\u5dd8\u882f\u5f4f\u6201\u6203\u6204\u6529\u6525\u6596\u66eb\u6b11\u6b12\u6b0f\u6bca\u705b\u705a\u7222\u7382\u7381\u7383\u7670\u77d4\u7c67\u7c66\u7e95\u826c\u863a\u8640\u8639\u863c\u8631\u863b\u863e\u8830\u8832\u882e\u8833\u8976\u8974\u8973\u89fe"],["f840","\u8b8c\u8b8e\u8b8b\u8b88\u8c45\u8d19\u8e98\u8f64\u8f63\u91bc\u9462\u9455\u945d\u9457\u945e\u97c4\u97c5\u9800\u9a56\u9a59\u9b1e\u9b1f\u9b20\u9c52\u9c58\u9c50\u9c4a\u9c4d\u9c4b\u9c55\u9c59\u9c4c\u9c4e\u9dfb\u9df7\u9def\u9de3\u9deb\u9df8\u9de4\u9df6\u9de1\u9dee\u9de6\u9df2\u9df0\u9de2\u9dec\u9df4\u9df3\u9de8\u9ded\u9ec2\u9ed0\u9ef2\u9ef3\u9f06\u9f1c\u9f38\u9f37\u9f36\u9f43\u9f4f"],["f8a1","\u9f71\u9f70\u9f6e\u9f6f\u56d3\u56cd\u5b4e\u5c6d\u652d\u66ed\u66ee\u6b13\u705f\u7061\u705d\u7060\u7223\u74db\u74e5\u77d5\u7938\u79b7\u79b6\u7c6a\u7e97\u7f89\u826d\u8643\u8838\u8837\u8835\u884b\u8b94\u8b95\u8e9e\u8e9f\u8ea0\u8e9d\u91be\u91bd\u91c2\u946b\u9468\u9469\u96e5\u9746\u9743\u9747\u97c7\u97e5\u9a5e\u9ad5\u9b59\u9c63\u9c67\u9c66\u9c62\u9c5e\u9c60\u9e02\u9dfe\u9e07\u9e03\u9e06\u9e05\u9e00\u9e01\u9e09\u9dff\u9dfd\u9e04\u9ea0\u9f1e\u9f46\u9f74\u9f75\u9f76\u56d4\u652e\u65b8\u6b18\u6b19\u6b17\u6b1a\u7062\u7226\u72aa\u77d8\u77d9\u7939\u7c69\u7c6b\u7cf6\u7e9a"],["f940","\u7e98\u7e9b\u7e99\u81e0\u81e1\u8646\u8647\u8648\u8979\u897a\u897c\u897b\u89ff\u8b98\u8b99\u8ea5\u8ea4\u8ea3\u946e\u946d\u946f\u9471\u9473\u9749\u9872\u995f\u9c68\u9c6e\u9c6d\u9e0b\u9e0d\u9e10\u9e0f\u9e12\u9e11\u9ea1\u9ef5\u9f09\u9f47\u9f78\u9f7b\u9f7a\u9f79\u571e\u7066\u7c6f\u883c\u8db2\u8ea6\u91c3\u9474\u9478\u9476\u9475\u9a60\u9c74\u9c73\u9c71\u9c75\u9e14\u9e13\u9ef6\u9f0a"],["f9a1","\u9fa4\u7068\u7065\u7cf7\u866a\u883e\u883d\u883f\u8b9e\u8c9c\u8ea9\u8ec9\u974b\u9873\u9874\u98cc\u9961\u99ab\u9a64\u9a66\u9a67\u9b24\u9e15\u9e17\u9f48\u6207\u6b1e\u7227\u864c\u8ea8\u9482\u9480\u9481\u9a69\u9a68\u9b2e\u9e19\u7229\u864b\u8b9f\u9483\u9c79\u9eb7\u7675\u9a6b\u9c7a\u9e1d\u7069\u706a\u9ea4\u9f7e\u9f49\u9f98\u7881\u92b9\u88cf\u58bb\u6052\u7ca7\u5afa\u2554\u2566\u2557\u2560\u256c\u2563\u255a\u2569\u255d\u2552\u2564\u2555\u255e\u256a\u2561\u2558\u2567\u255b\u2553\u2565\u2556\u255f\u256b\u2562\u2559\u2568\u255c\u2551\u2550\u256d\u256e\u2570\u256f\u2593"]]')},56406:function(b){"use strict";b.exports=JSON.parse('[["0","\\u0000",127],["8ea1","\uff61",62],["a1a1","\u3000\u3001\u3002\uff0c\uff0e\u30fb\uff1a\uff1b\uff1f\uff01\u309b\u309c\xb4\uff40\xa8\uff3e\uffe3\uff3f\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\u2015\u2010\uff0f\uff3c\uff5e\u2225\uff5c\u2026\u2025\u2018\u2019\u201c\u201d\uff08\uff09\u3014\u3015\uff3b\uff3d\uff5b\uff5d\u3008",9,"\uff0b\uff0d\xb1\xd7\xf7\uff1d\u2260\uff1c\uff1e\u2266\u2267\u221e\u2234\u2642\u2640\xb0\u2032\u2033\u2103\uffe5\uff04\uffe0\uffe1\uff05\uff03\uff06\uff0a\uff20\xa7\u2606\u2605\u25cb\u25cf\u25ce\u25c7"],["a2a1","\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u203b\u3012\u2192\u2190\u2191\u2193\u3013"],["a2ba","\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229"],["a2ca","\u2227\u2228\uffe2\u21d2\u21d4\u2200\u2203"],["a2dc","\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c"],["a2f2","\u212b\u2030\u266f\u266d\u266a\u2020\u2021\xb6"],["a2fe","\u25ef"],["a3b0","\uff10",9],["a3c1","\uff21",25],["a3e1","\uff41",25],["a4a1","\u3041",82],["a5a1","\u30a1",85],["a6a1","\u0391",16,"\u03a3",6],["a6c1","\u03b1",16,"\u03c3",6],["a7a1","\u0410",5,"\u0401\u0416",25],["a7d1","\u0430",5,"\u0451\u0436",25],["a8a1","\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542"],["ada1","\u2460",19,"\u2160",9],["adc0","\u3349\u3314\u3322\u334d\u3318\u3327\u3303\u3336\u3351\u3357\u330d\u3326\u3323\u332b\u334a\u333b\u339c\u339d\u339e\u338e\u338f\u33c4\u33a1"],["addf","\u337b\u301d\u301f\u2116\u33cd\u2121\u32a4",4,"\u3231\u3232\u3239\u337e\u337d\u337c\u2252\u2261\u222b\u222e\u2211\u221a\u22a5\u2220\u221f\u22bf\u2235\u2229\u222a"],["b0a1","\u4e9c\u5516\u5a03\u963f\u54c0\u611b\u6328\u59f6\u9022\u8475\u831c\u7a50\u60aa\u63e1\u6e25\u65ed\u8466\u82a6\u9bf5\u6893\u5727\u65a1\u6271\u5b9b\u59d0\u867b\u98f4\u7d62\u7dbe\u9b8e\u6216\u7c9f\u88b7\u5b89\u5eb5\u6309\u6697\u6848\u95c7\u978d\u674f\u4ee5\u4f0a\u4f4d\u4f9d\u5049\u56f2\u5937\u59d4\u5a01\u5c09\u60df\u610f\u6170\u6613\u6905\u70ba\u754f\u7570\u79fb\u7dad\u7def\u80c3\u840e\u8863\u8b02\u9055\u907a\u533b\u4e95\u4ea5\u57df\u80b2\u90c1\u78ef\u4e00\u58f1\u6ea2\u9038\u7a32\u8328\u828b\u9c2f\u5141\u5370\u54bd\u54e1\u56e0\u59fb\u5f15\u98f2\u6deb\u80e4\u852d"],["b1a1","\u9662\u9670\u96a0\u97fb\u540b\u53f3\u5b87\u70cf\u7fbd\u8fc2\u96e8\u536f\u9d5c\u7aba\u4e11\u7893\u81fc\u6e26\u5618\u5504\u6b1d\u851a\u9c3b\u59e5\u53a9\u6d66\u74dc\u958f\u5642\u4e91\u904b\u96f2\u834f\u990c\u53e1\u55b6\u5b30\u5f71\u6620\u66f3\u6804\u6c38\u6cf3\u6d29\u745b\u76c8\u7a4e\u9834\u82f1\u885b\u8a60\u92ed\u6db2\u75ab\u76ca\u99c5\u60a6\u8b01\u8d8a\u95b2\u698e\u53ad\u5186\u5712\u5830\u5944\u5bb4\u5ef6\u6028\u63a9\u63f4\u6cbf\u6f14\u708e\u7114\u7159\u71d5\u733f\u7e01\u8276\u82d1\u8597\u9060\u925b\u9d1b\u5869\u65bc\u6c5a\u7525\u51f9\u592e\u5965\u5f80\u5fdc"],["b2a1","\u62bc\u65fa\u6a2a\u6b27\u6bb4\u738b\u7fc1\u8956\u9d2c\u9d0e\u9ec4\u5ca1\u6c96\u837b\u5104\u5c4b\u61b6\u81c6\u6876\u7261\u4e59\u4ffa\u5378\u6069\u6e29\u7a4f\u97f3\u4e0b\u5316\u4eee\u4f55\u4f3d\u4fa1\u4f73\u52a0\u53ef\u5609\u590f\u5ac1\u5bb6\u5be1\u79d1\u6687\u679c\u67b6\u6b4c\u6cb3\u706b\u73c2\u798d\u79be\u7a3c\u7b87\u82b1\u82db\u8304\u8377\u83ef\u83d3\u8766\u8ab2\u5629\u8ca8\u8fe6\u904e\u971e\u868a\u4fc4\u5ce8\u6211\u7259\u753b\u81e5\u82bd\u86fe\u8cc0\u96c5\u9913\u99d5\u4ecb\u4f1a\u89e3\u56de\u584a\u58ca\u5efb\u5feb\u602a\u6094\u6062\u61d0\u6212\u62d0\u6539"],["b3a1","\u9b41\u6666\u68b0\u6d77\u7070\u754c\u7686\u7d75\u82a5\u87f9\u958b\u968e\u8c9d\u51f1\u52be\u5916\u54b3\u5bb3\u5d16\u6168\u6982\u6daf\u788d\u84cb\u8857\u8a72\u93a7\u9ab8\u6d6c\u99a8\u86d9\u57a3\u67ff\u86ce\u920e\u5283\u5687\u5404\u5ed3\u62e1\u64b9\u683c\u6838\u6bbb\u7372\u78ba\u7a6b\u899a\u89d2\u8d6b\u8f03\u90ed\u95a3\u9694\u9769\u5b66\u5cb3\u697d\u984d\u984e\u639b\u7b20\u6a2b\u6a7f\u68b6\u9c0d\u6f5f\u5272\u559d\u6070\u62ec\u6d3b\u6e07\u6ed1\u845b\u8910\u8f44\u4e14\u9c39\u53f6\u691b\u6a3a\u9784\u682a\u515c\u7ac3\u84b2\u91dc\u938c\u565b\u9d28\u6822\u8305\u8431"],["b4a1","\u7ca5\u5208\u82c5\u74e6\u4e7e\u4f83\u51a0\u5bd2\u520a\u52d8\u52e7\u5dfb\u559a\u582a\u59e6\u5b8c\u5b98\u5bdb\u5e72\u5e79\u60a3\u611f\u6163\u61be\u63db\u6562\u67d1\u6853\u68fa\u6b3e\u6b53\u6c57\u6f22\u6f97\u6f45\u74b0\u7518\u76e3\u770b\u7aff\u7ba1\u7c21\u7de9\u7f36\u7ff0\u809d\u8266\u839e\u89b3\u8acc\u8cab\u9084\u9451\u9593\u9591\u95a2\u9665\u97d3\u9928\u8218\u4e38\u542b\u5cb8\u5dcc\u73a9\u764c\u773c\u5ca9\u7feb\u8d0b\u96c1\u9811\u9854\u9858\u4f01\u4f0e\u5371\u559c\u5668\u57fa\u5947\u5b09\u5bc4\u5c90\u5e0c\u5e7e\u5fcc\u63ee\u673a\u65d7\u65e2\u671f\u68cb\u68c4"],["b5a1","\u6a5f\u5e30\u6bc5\u6c17\u6c7d\u757f\u7948\u5b63\u7a00\u7d00\u5fbd\u898f\u8a18\u8cb4\u8d77\u8ecc\u8f1d\u98e2\u9a0e\u9b3c\u4e80\u507d\u5100\u5993\u5b9c\u622f\u6280\u64ec\u6b3a\u72a0\u7591\u7947\u7fa9\u87fb\u8abc\u8b70\u63ac\u83ca\u97a0\u5409\u5403\u55ab\u6854\u6a58\u8a70\u7827\u6775\u9ecd\u5374\u5ba2\u811a\u8650\u9006\u4e18\u4e45\u4ec7\u4f11\u53ca\u5438\u5bae\u5f13\u6025\u6551\u673d\u6c42\u6c72\u6ce3\u7078\u7403\u7a76\u7aae\u7b08\u7d1a\u7cfe\u7d66\u65e7\u725b\u53bb\u5c45\u5de8\u62d2\u62e0\u6319\u6e20\u865a\u8a31\u8ddd\u92f8\u6f01\u79a6\u9b5a\u4ea8\u4eab\u4eac"],["b6a1","\u4f9b\u4fa0\u50d1\u5147\u7af6\u5171\u51f6\u5354\u5321\u537f\u53eb\u55ac\u5883\u5ce1\u5f37\u5f4a\u602f\u6050\u606d\u631f\u6559\u6a4b\u6cc1\u72c2\u72ed\u77ef\u80f8\u8105\u8208\u854e\u90f7\u93e1\u97ff\u9957\u9a5a\u4ef0\u51dd\u5c2d\u6681\u696d\u5c40\u66f2\u6975\u7389\u6850\u7c81\u50c5\u52e4\u5747\u5dfe\u9326\u65a4\u6b23\u6b3d\u7434\u7981\u79bd\u7b4b\u7dca\u82b9\u83cc\u887f\u895f\u8b39\u8fd1\u91d1\u541f\u9280\u4e5d\u5036\u53e5\u533a\u72d7\u7396\u77e9\u82e6\u8eaf\u99c6\u99c8\u99d2\u5177\u611a\u865e\u55b0\u7a7a\u5076\u5bd3\u9047\u9685\u4e32\u6adb\u91e7\u5c51\u5c48"],["b7a1","\u6398\u7a9f\u6c93\u9774\u8f61\u7aaa\u718a\u9688\u7c82\u6817\u7e70\u6851\u936c\u52f2\u541b\u85ab\u8a13\u7fa4\u8ecd\u90e1\u5366\u8888\u7941\u4fc2\u50be\u5211\u5144\u5553\u572d\u73ea\u578b\u5951\u5f62\u5f84\u6075\u6176\u6167\u61a9\u63b2\u643a\u656c\u666f\u6842\u6e13\u7566\u7a3d\u7cfb\u7d4c\u7d99\u7e4b\u7f6b\u830e\u834a\u86cd\u8a08\u8a63\u8b66\u8efd\u981a\u9d8f\u82b8\u8fce\u9be8\u5287\u621f\u6483\u6fc0\u9699\u6841\u5091\u6b20\u6c7a\u6f54\u7a74\u7d50\u8840\u8a23\u6708\u4ef6\u5039\u5026\u5065\u517c\u5238\u5263\u55a7\u570f\u5805\u5acc\u5efa\u61b2\u61f8\u62f3\u6372"],["b8a1","\u691c\u6a29\u727d\u72ac\u732e\u7814\u786f\u7d79\u770c\u80a9\u898b\u8b19\u8ce2\u8ed2\u9063\u9375\u967a\u9855\u9a13\u9e78\u5143\u539f\u53b3\u5e7b\u5f26\u6e1b\u6e90\u7384\u73fe\u7d43\u8237\u8a00\u8afa\u9650\u4e4e\u500b\u53e4\u547c\u56fa\u59d1\u5b64\u5df1\u5eab\u5f27\u6238\u6545\u67af\u6e56\u72d0\u7cca\u88b4\u80a1\u80e1\u83f0\u864e\u8a87\u8de8\u9237\u96c7\u9867\u9f13\u4e94\u4e92\u4f0d\u5348\u5449\u543e\u5a2f\u5f8c\u5fa1\u609f\u68a7\u6a8e\u745a\u7881\u8a9e\u8aa4\u8b77\u9190\u4e5e\u9bc9\u4ea4\u4f7c\u4faf\u5019\u5016\u5149\u516c\u529f\u52b9\u52fe\u539a\u53e3\u5411"],["b9a1","\u540e\u5589\u5751\u57a2\u597d\u5b54\u5b5d\u5b8f\u5de5\u5de7\u5df7\u5e78\u5e83\u5e9a\u5eb7\u5f18\u6052\u614c\u6297\u62d8\u63a7\u653b\u6602\u6643\u66f4\u676d\u6821\u6897\u69cb\u6c5f\u6d2a\u6d69\u6e2f\u6e9d\u7532\u7687\u786c\u7a3f\u7ce0\u7d05\u7d18\u7d5e\u7db1\u8015\u8003\u80af\u80b1\u8154\u818f\u822a\u8352\u884c\u8861\u8b1b\u8ca2\u8cfc\u90ca\u9175\u9271\u783f\u92fc\u95a4\u964d\u9805\u9999\u9ad8\u9d3b\u525b\u52ab\u53f7\u5408\u58d5\u62f7\u6fe0\u8c6a\u8f5f\u9eb9\u514b\u523b\u544a\u56fd\u7a40\u9177\u9d60\u9ed2\u7344\u6f09\u8170\u7511\u5ffd\u60da\u9aa8\u72db\u8fbc"],["baa1","\u6b64\u9803\u4eca\u56f0\u5764\u58be\u5a5a\u6068\u61c7\u660f\u6606\u6839\u68b1\u6df7\u75d5\u7d3a\u826e\u9b42\u4e9b\u4f50\u53c9\u5506\u5d6f\u5de6\u5dee\u67fb\u6c99\u7473\u7802\u8a50\u9396\u88df\u5750\u5ea7\u632b\u50b5\u50ac\u518d\u6700\u54c9\u585e\u59bb\u5bb0\u5f69\u624d\u63a1\u683d\u6b73\u6e08\u707d\u91c7\u7280\u7815\u7826\u796d\u658e\u7d30\u83dc\u88c1\u8f09\u969b\u5264\u5728\u6750\u7f6a\u8ca1\u51b4\u5742\u962a\u583a\u698a\u80b4\u54b2\u5d0e\u57fc\u7895\u9dfa\u4f5c\u524a\u548b\u643e\u6628\u6714\u67f5\u7a84\u7b56\u7d22\u932f\u685c\u9bad\u7b39\u5319\u518a\u5237"],["bba1","\u5bdf\u62f6\u64ae\u64e6\u672d\u6bba\u85a9\u96d1\u7690\u9bd6\u634c\u9306\u9bab\u76bf\u6652\u4e09\u5098\u53c2\u5c71\u60e8\u6492\u6563\u685f\u71e6\u73ca\u7523\u7b97\u7e82\u8695\u8b83\u8cdb\u9178\u9910\u65ac\u66ab\u6b8b\u4ed5\u4ed4\u4f3a\u4f7f\u523a\u53f8\u53f2\u55e3\u56db\u58eb\u59cb\u59c9\u59ff\u5b50\u5c4d\u5e02\u5e2b\u5fd7\u601d\u6307\u652f\u5b5c\u65af\u65bd\u65e8\u679d\u6b62\u6b7b\u6c0f\u7345\u7949\u79c1\u7cf8\u7d19\u7d2b\u80a2\u8102\u81f3\u8996\u8a5e\u8a69\u8a66\u8a8c\u8aee\u8cc7\u8cdc\u96cc\u98fc\u6b6f\u4e8b\u4f3c\u4f8d\u5150\u5b57\u5bfa\u6148\u6301\u6642"],["bca1","\u6b21\u6ecb\u6cbb\u723e\u74bd\u75d4\u78c1\u793a\u800c\u8033\u81ea\u8494\u8f9e\u6c50\u9e7f\u5f0f\u8b58\u9d2b\u7afa\u8ef8\u5b8d\u96eb\u4e03\u53f1\u57f7\u5931\u5ac9\u5ba4\u6089\u6e7f\u6f06\u75be\u8cea\u5b9f\u8500\u7be0\u5072\u67f4\u829d\u5c61\u854a\u7e1e\u820e\u5199\u5c04\u6368\u8d66\u659c\u716e\u793e\u7d17\u8005\u8b1d\u8eca\u906e\u86c7\u90aa\u501f\u52fa\u5c3a\u6753\u707c\u7235\u914c\u91c8\u932b\u82e5\u5bc2\u5f31\u60f9\u4e3b\u53d6\u5b88\u624b\u6731\u6b8a\u72e9\u73e0\u7a2e\u816b\u8da3\u9152\u9996\u5112\u53d7\u546a\u5bff\u6388\u6a39\u7dac\u9700\u56da\u53ce\u5468"],["bda1","\u5b97\u5c31\u5dde\u4fee\u6101\u62fe\u6d32\u79c0\u79cb\u7d42\u7e4d\u7fd2\u81ed\u821f\u8490\u8846\u8972\u8b90\u8e74\u8f2f\u9031\u914b\u916c\u96c6\u919c\u4ec0\u4f4f\u5145\u5341\u5f93\u620e\u67d4\u6c41\u6e0b\u7363\u7e26\u91cd\u9283\u53d4\u5919\u5bbf\u6dd1\u795d\u7e2e\u7c9b\u587e\u719f\u51fa\u8853\u8ff0\u4fca\u5cfb\u6625\u77ac\u7ae3\u821c\u99ff\u51c6\u5faa\u65ec\u696f\u6b89\u6df3\u6e96\u6f64\u76fe\u7d14\u5de1\u9075\u9187\u9806\u51e6\u521d\u6240\u6691\u66d9\u6e1a\u5eb6\u7dd2\u7f72\u66f8\u85af\u85f7\u8af8\u52a9\u53d9\u5973\u5e8f\u5f90\u6055\u92e4\u9664\u50b7\u511f"],["bea1","\u52dd\u5320\u5347\u53ec\u54e8\u5546\u5531\u5617\u5968\u59be\u5a3c\u5bb5\u5c06\u5c0f\u5c11\u5c1a\u5e84\u5e8a\u5ee0\u5f70\u627f\u6284\u62db\u638c\u6377\u6607\u660c\u662d\u6676\u677e\u68a2\u6a1f\u6a35\u6cbc\u6d88\u6e09\u6e58\u713c\u7126\u7167\u75c7\u7701\u785d\u7901\u7965\u79f0\u7ae0\u7b11\u7ca7\u7d39\u8096\u83d6\u848b\u8549\u885d\u88f3\u8a1f\u8a3c\u8a54\u8a73\u8c61\u8cde\u91a4\u9266\u937e\u9418\u969c\u9798\u4e0a\u4e08\u4e1e\u4e57\u5197\u5270\u57ce\u5834\u58cc\u5b22\u5e38\u60c5\u64fe\u6761\u6756\u6d44\u72b6\u7573\u7a63\u84b8\u8b72\u91b8\u9320\u5631\u57f4\u98fe"],["bfa1","\u62ed\u690d\u6b96\u71ed\u7e54\u8077\u8272\u89e6\u98df\u8755\u8fb1\u5c3b\u4f38\u4fe1\u4fb5\u5507\u5a20\u5bdd\u5be9\u5fc3\u614e\u632f\u65b0\u664b\u68ee\u699b\u6d78\u6df1\u7533\u75b9\u771f\u795e\u79e6\u7d33\u81e3\u82af\u85aa\u89aa\u8a3a\u8eab\u8f9b\u9032\u91dd\u9707\u4eba\u4ec1\u5203\u5875\u58ec\u5c0b\u751a\u5c3d\u814e\u8a0a\u8fc5\u9663\u976d\u7b25\u8acf\u9808\u9162\u56f3\u53a8\u9017\u5439\u5782\u5e25\u63a8\u6c34\u708a\u7761\u7c8b\u7fe0\u8870\u9042\u9154\u9310\u9318\u968f\u745e\u9ac4\u5d07\u5d69\u6570\u67a2\u8da8\u96db\u636e\u6749\u6919\u83c5\u9817\u96c0\u88fe"],["c0a1","\u6f84\u647a\u5bf8\u4e16\u702c\u755d\u662f\u51c4\u5236\u52e2\u59d3\u5f81\u6027\u6210\u653f\u6574\u661f\u6674\u68f2\u6816\u6b63\u6e05\u7272\u751f\u76db\u7cbe\u8056\u58f0\u88fd\u897f\u8aa0\u8a93\u8acb\u901d\u9192\u9752\u9759\u6589\u7a0e\u8106\u96bb\u5e2d\u60dc\u621a\u65a5\u6614\u6790\u77f3\u7a4d\u7c4d\u7e3e\u810a\u8cac\u8d64\u8de1\u8e5f\u78a9\u5207\u62d9\u63a5\u6442\u6298\u8a2d\u7a83\u7bc0\u8aac\u96ea\u7d76\u820c\u8749\u4ed9\u5148\u5343\u5360\u5ba3\u5c02\u5c16\u5ddd\u6226\u6247\u64b0\u6813\u6834\u6cc9\u6d45\u6d17\u67d3\u6f5c\u714e\u717d\u65cb\u7a7f\u7bad\u7dda"],["c1a1","\u7e4a\u7fa8\u817a\u821b\u8239\u85a6\u8a6e\u8cce\u8df5\u9078\u9077\u92ad\u9291\u9583\u9bae\u524d\u5584\u6f38\u7136\u5168\u7985\u7e55\u81b3\u7cce\u564c\u5851\u5ca8\u63aa\u66fe\u66fd\u695a\u72d9\u758f\u758e\u790e\u7956\u79df\u7c97\u7d20\u7d44\u8607\u8a34\u963b\u9061\u9f20\u50e7\u5275\u53cc\u53e2\u5009\u55aa\u58ee\u594f\u723d\u5b8b\u5c64\u531d\u60e3\u60f3\u635c\u6383\u633f\u63bb\u64cd\u65e9\u66f9\u5de3\u69cd\u69fd\u6f15\u71e5\u4e89\u75e9\u76f8\u7a93\u7cdf\u7dcf\u7d9c\u8061\u8349\u8358\u846c\u84bc\u85fb\u88c5\u8d70\u9001\u906d\u9397\u971c\u9a12\u50cf\u5897\u618e"],["c2a1","\u81d3\u8535\u8d08\u9020\u4fc3\u5074\u5247\u5373\u606f\u6349\u675f\u6e2c\u8db3\u901f\u4fd7\u5c5e\u8cca\u65cf\u7d9a\u5352\u8896\u5176\u63c3\u5b58\u5b6b\u5c0a\u640d\u6751\u905c\u4ed6\u591a\u592a\u6c70\u8a51\u553e\u5815\u59a5\u60f0\u6253\u67c1\u8235\u6955\u9640\u99c4\u9a28\u4f53\u5806\u5bfe\u8010\u5cb1\u5e2f\u5f85\u6020\u614b\u6234\u66ff\u6cf0\u6ede\u80ce\u817f\u82d4\u888b\u8cb8\u9000\u902e\u968a\u9edb\u9bdb\u4ee3\u53f0\u5927\u7b2c\u918d\u984c\u9df9\u6edd\u7027\u5353\u5544\u5b85\u6258\u629e\u62d3\u6ca2\u6fef\u7422\u8a17\u9438\u6fc1\u8afe\u8338\u51e7\u86f8\u53ea"],["c3a1","\u53e9\u4f46\u9054\u8fb0\u596a\u8131\u5dfd\u7aea\u8fbf\u68da\u8c37\u72f8\u9c48\u6a3d\u8ab0\u4e39\u5358\u5606\u5766\u62c5\u63a2\u65e6\u6b4e\u6de1\u6e5b\u70ad\u77ed\u7aef\u7baa\u7dbb\u803d\u80c6\u86cb\u8a95\u935b\u56e3\u58c7\u5f3e\u65ad\u6696\u6a80\u6bb5\u7537\u8ac7\u5024\u77e5\u5730\u5f1b\u6065\u667a\u6c60\u75f4\u7a1a\u7f6e\u81f4\u8718\u9045\u99b3\u7bc9\u755c\u7af9\u7b51\u84c4\u9010\u79e9\u7a92\u8336\u5ae1\u7740\u4e2d\u4ef2\u5b99\u5fe0\u62bd\u663c\u67f1\u6ce8\u866b\u8877\u8a3b\u914e\u92f3\u99d0\u6a17\u7026\u732a\u82e7\u8457\u8caf\u4e01\u5146\u51cb\u558b\u5bf5"],["c4a1","\u5e16\u5e33\u5e81\u5f14\u5f35\u5f6b\u5fb4\u61f2\u6311\u66a2\u671d\u6f6e\u7252\u753a\u773a\u8074\u8139\u8178\u8776\u8abf\u8adc\u8d85\u8df3\u929a\u9577\u9802\u9ce5\u52c5\u6357\u76f4\u6715\u6c88\u73cd\u8cc3\u93ae\u9673\u6d25\u589c\u690e\u69cc\u8ffd\u939a\u75db\u901a\u585a\u6802\u63b4\u69fb\u4f43\u6f2c\u67d8\u8fbb\u8526\u7db4\u9354\u693f\u6f70\u576a\u58f7\u5b2c\u7d2c\u722a\u540a\u91e3\u9db4\u4ead\u4f4e\u505c\u5075\u5243\u8c9e\u5448\u5824\u5b9a\u5e1d\u5e95\u5ead\u5ef7\u5f1f\u608c\u62b5\u633a\u63d0\u68af\u6c40\u7887\u798e\u7a0b\u7de0\u8247\u8a02\u8ae6\u8e44\u9013"],["c5a1","\u90b8\u912d\u91d8\u9f0e\u6ce5\u6458\u64e2\u6575\u6ef4\u7684\u7b1b\u9069\u93d1\u6eba\u54f2\u5fb9\u64a4\u8f4d\u8fed\u9244\u5178\u586b\u5929\u5c55\u5e97\u6dfb\u7e8f\u751c\u8cbc\u8ee2\u985b\u70b9\u4f1d\u6bbf\u6fb1\u7530\u96fb\u514e\u5410\u5835\u5857\u59ac\u5c60\u5f92\u6597\u675c\u6e21\u767b\u83df\u8ced\u9014\u90fd\u934d\u7825\u783a\u52aa\u5ea6\u571f\u5974\u6012\u5012\u515a\u51ac\u51cd\u5200\u5510\u5854\u5858\u5957\u5b95\u5cf6\u5d8b\u60bc\u6295\u642d\u6771\u6843\u68bc\u68df\u76d7\u6dd8\u6e6f\u6d9b\u706f\u71c8\u5f53\u75d8\u7977\u7b49\u7b54\u7b52\u7cd6\u7d71\u5230"],["c6a1","\u8463\u8569\u85e4\u8a0e\u8b04\u8c46\u8e0f\u9003\u900f\u9419\u9676\u982d\u9a30\u95d8\u50cd\u52d5\u540c\u5802\u5c0e\u61a7\u649e\u6d1e\u77b3\u7ae5\u80f4\u8404\u9053\u9285\u5ce0\u9d07\u533f\u5f97\u5fb3\u6d9c\u7279\u7763\u79bf\u7be4\u6bd2\u72ec\u8aad\u6803\u6a61\u51f8\u7a81\u6934\u5c4a\u9cf6\u82eb\u5bc5\u9149\u701e\u5678\u5c6f\u60c7\u6566\u6c8c\u8c5a\u9041\u9813\u5451\u66c7\u920d\u5948\u90a3\u5185\u4e4d\u51ea\u8599\u8b0e\u7058\u637a\u934b\u6962\u99b4\u7e04\u7577\u5357\u6960\u8edf\u96e3\u6c5d\u4e8c\u5c3c\u5f10\u8fe9\u5302\u8cd1\u8089\u8679\u5eff\u65e5\u4e73\u5165"],["c7a1","\u5982\u5c3f\u97ee\u4efb\u598a\u5fcd\u8a8d\u6fe1\u79b0\u7962\u5be7\u8471\u732b\u71b1\u5e74\u5ff5\u637b\u649a\u71c3\u7c98\u4e43\u5efc\u4e4b\u57dc\u56a2\u60a9\u6fc3\u7d0d\u80fd\u8133\u81bf\u8fb2\u8997\u86a4\u5df4\u628a\u64ad\u8987\u6777\u6ce2\u6d3e\u7436\u7834\u5a46\u7f75\u82ad\u99ac\u4ff3\u5ec3\u62dd\u6392\u6557\u676f\u76c3\u724c\u80cc\u80ba\u8f29\u914d\u500d\u57f9\u5a92\u6885\u6973\u7164\u72fd\u8cb7\u58f2\u8ce0\u966a\u9019\u877f\u79e4\u77e7\u8429\u4f2f\u5265\u535a\u62cd\u67cf\u6cca\u767d\u7b94\u7c95\u8236\u8584\u8feb\u66dd\u6f20\u7206\u7e1b\u83ab\u99c1\u9ea6"],["c8a1","\u51fd\u7bb1\u7872\u7bb8\u8087\u7b48\u6ae8\u5e61\u808c\u7551\u7560\u516b\u9262\u6e8c\u767a\u9197\u9aea\u4f10\u7f70\u629c\u7b4f\u95a5\u9ce9\u567a\u5859\u86e4\u96bc\u4f34\u5224\u534a\u53cd\u53db\u5e06\u642c\u6591\u677f\u6c3e\u6c4e\u7248\u72af\u73ed\u7554\u7e41\u822c\u85e9\u8ca9\u7bc4\u91c6\u7169\u9812\u98ef\u633d\u6669\u756a\u76e4\u78d0\u8543\u86ee\u532a\u5351\u5426\u5983\u5e87\u5f7c\u60b2\u6249\u6279\u62ab\u6590\u6bd4\u6ccc\u75b2\u76ae\u7891\u79d8\u7dcb\u7f77\u80a5\u88ab\u8ab9\u8cbb\u907f\u975e\u98db\u6a0b\u7c38\u5099\u5c3e\u5fae\u6787\u6bd8\u7435\u7709\u7f8e"],["c9a1","\u9f3b\u67ca\u7a17\u5339\u758b\u9aed\u5f66\u819d\u83f1\u8098\u5f3c\u5fc5\u7562\u7b46\u903c\u6867\u59eb\u5a9b\u7d10\u767e\u8b2c\u4ff5\u5f6a\u6a19\u6c37\u6f02\u74e2\u7968\u8868\u8a55\u8c79\u5edf\u63cf\u75c5\u79d2\u82d7\u9328\u92f2\u849c\u86ed\u9c2d\u54c1\u5f6c\u658c\u6d5c\u7015\u8ca7\u8cd3\u983b\u654f\u74f6\u4e0d\u4ed8\u57e0\u592b\u5a66\u5bcc\u51a8\u5e03\u5e9c\u6016\u6276\u6577\u65a7\u666e\u6d6e\u7236\u7b26\u8150\u819a\u8299\u8b5c\u8ca0\u8ce6\u8d74\u961c\u9644\u4fae\u64ab\u6b66\u821e\u8461\u856a\u90e8\u5c01\u6953\u98a8\u847a\u8557\u4f0f\u526f\u5fa9\u5e45\u670d"],["caa1","\u798f\u8179\u8907\u8986\u6df5\u5f17\u6255\u6cb8\u4ecf\u7269\u9b92\u5206\u543b\u5674\u58b3\u61a4\u626e\u711a\u596e\u7c89\u7cde\u7d1b\u96f0\u6587\u805e\u4e19\u4f75\u5175\u5840\u5e63\u5e73\u5f0a\u67c4\u4e26\u853d\u9589\u965b\u7c73\u9801\u50fb\u58c1\u7656\u78a7\u5225\u77a5\u8511\u7b86\u504f\u5909\u7247\u7bc7\u7de8\u8fba\u8fd4\u904d\u4fbf\u52c9\u5a29\u5f01\u97ad\u4fdd\u8217\u92ea\u5703\u6355\u6b69\u752b\u88dc\u8f14\u7a42\u52df\u5893\u6155\u620a\u66ae\u6bcd\u7c3f\u83e9\u5023\u4ff8\u5305\u5446\u5831\u5949\u5b9d\u5cf0\u5cef\u5d29\u5e96\u62b1\u6367\u653e\u65b9\u670b"],["cba1","\u6cd5\u6ce1\u70f9\u7832\u7e2b\u80de\u82b3\u840c\u84ec\u8702\u8912\u8a2a\u8c4a\u90a6\u92d2\u98fd\u9cf3\u9d6c\u4e4f\u4ea1\u508d\u5256\u574a\u59a8\u5e3d\u5fd8\u5fd9\u623f\u66b4\u671b\u67d0\u68d2\u5192\u7d21\u80aa\u81a8\u8b00\u8c8c\u8cbf\u927e\u9632\u5420\u982c\u5317\u50d5\u535c\u58a8\u64b2\u6734\u7267\u7766\u7a46\u91e6\u52c3\u6ca1\u6b86\u5800\u5e4c\u5954\u672c\u7ffb\u51e1\u76c6\u6469\u78e8\u9b54\u9ebb\u57cb\u59b9\u6627\u679a\u6bce\u54e9\u69d9\u5e55\u819c\u6795\u9baa\u67fe\u9c52\u685d\u4ea6\u4fe3\u53c8\u62b9\u672b\u6cab\u8fc4\u4fad\u7e6d\u9ebf\u4e07\u6162\u6e80"],["cca1","\u6f2b\u8513\u5473\u672a\u9b45\u5df3\u7b95\u5cac\u5bc6\u871c\u6e4a\u84d1\u7a14\u8108\u5999\u7c8d\u6c11\u7720\u52d9\u5922\u7121\u725f\u77db\u9727\u9d61\u690b\u5a7f\u5a18\u51a5\u540d\u547d\u660e\u76df\u8ff7\u9298\u9cf4\u59ea\u725d\u6ec5\u514d\u68c9\u7dbf\u7dec\u9762\u9eba\u6478\u6a21\u8302\u5984\u5b5f\u6bdb\u731b\u76f2\u7db2\u8017\u8499\u5132\u6728\u9ed9\u76ee\u6762\u52ff\u9905\u5c24\u623b\u7c7e\u8cb0\u554f\u60b6\u7d0b\u9580\u5301\u4e5f\u51b6\u591c\u723a\u8036\u91ce\u5f25\u77e2\u5384\u5f79\u7d04\u85ac\u8a33\u8e8d\u9756\u67f3\u85ae\u9453\u6109\u6108\u6cb9\u7652"],["cda1","\u8aed\u8f38\u552f\u4f51\u512a\u52c7\u53cb\u5ba5\u5e7d\u60a0\u6182\u63d6\u6709\u67da\u6e67\u6d8c\u7336\u7337\u7531\u7950\u88d5\u8a98\u904a\u9091\u90f5\u96c4\u878d\u5915\u4e88\u4f59\u4e0e\u8a89\u8f3f\u9810\u50ad\u5e7c\u5996\u5bb9\u5eb8\u63da\u63fa\u64c1\u66dc\u694a\u69d8\u6d0b\u6eb6\u7194\u7528\u7aaf\u7f8a\u8000\u8449\u84c9\u8981\u8b21\u8e0a\u9065\u967d\u990a\u617e\u6291\u6b32\u6c83\u6d74\u7fcc\u7ffc\u6dc0\u7f85\u87ba\u88f8\u6765\u83b1\u983c\u96f7\u6d1b\u7d61\u843d\u916a\u4e71\u5375\u5d50\u6b04\u6feb\u85cd\u862d\u89a7\u5229\u540f\u5c65\u674e\u68a8\u7406\u7483"],["cea1","\u75e2\u88cf\u88e1\u91cc\u96e2\u9678\u5f8b\u7387\u7acb\u844e\u63a0\u7565\u5289\u6d41\u6e9c\u7409\u7559\u786b\u7c92\u9686\u7adc\u9f8d\u4fb6\u616e\u65c5\u865c\u4e86\u4eae\u50da\u4e21\u51cc\u5bee\u6599\u6881\u6dbc\u731f\u7642\u77ad\u7a1c\u7ce7\u826f\u8ad2\u907c\u91cf\u9675\u9818\u529b\u7dd1\u502b\u5398\u6797\u6dcb\u71d0\u7433\u81e8\u8f2a\u96a3\u9c57\u9e9f\u7460\u5841\u6d99\u7d2f\u985e\u4ee4\u4f36\u4f8b\u51b7\u52b1\u5dba\u601c\u73b2\u793c\u82d3\u9234\u96b7\u96f6\u970a\u9e97\u9f62\u66a6\u6b74\u5217\u52a3\u70c8\u88c2\u5ec9\u604b\u6190\u6f23\u7149\u7c3e\u7df4\u806f"],["cfa1","\u84ee\u9023\u932c\u5442\u9b6f\u6ad3\u7089\u8cc2\u8def\u9732\u52b4\u5a41\u5eca\u5f04\u6717\u697c\u6994\u6d6a\u6f0f\u7262\u72fc\u7bed\u8001\u807e\u874b\u90ce\u516d\u9e93\u7984\u808b\u9332\u8ad6\u502d\u548c\u8a71\u6b6a\u8cc4\u8107\u60d1\u67a0\u9df2\u4e99\u4e98\u9c10\u8a6b\u85c1\u8568\u6900\u6e7e\u7897\u8155"],["d0a1","\u5f0c\u4e10\u4e15\u4e2a\u4e31\u4e36\u4e3c\u4e3f\u4e42\u4e56\u4e58\u4e82\u4e85\u8c6b\u4e8a\u8212\u5f0d\u4e8e\u4e9e\u4e9f\u4ea0\u4ea2\u4eb0\u4eb3\u4eb6\u4ece\u4ecd\u4ec4\u4ec6\u4ec2\u4ed7\u4ede\u4eed\u4edf\u4ef7\u4f09\u4f5a\u4f30\u4f5b\u4f5d\u4f57\u4f47\u4f76\u4f88\u4f8f\u4f98\u4f7b\u4f69\u4f70\u4f91\u4f6f\u4f86\u4f96\u5118\u4fd4\u4fdf\u4fce\u4fd8\u4fdb\u4fd1\u4fda\u4fd0\u4fe4\u4fe5\u501a\u5028\u5014\u502a\u5025\u5005\u4f1c\u4ff6\u5021\u5029\u502c\u4ffe\u4fef\u5011\u5006\u5043\u5047\u6703\u5055\u5050\u5048\u505a\u5056\u506c\u5078\u5080\u509a\u5085\u50b4\u50b2"],["d1a1","\u50c9\u50ca\u50b3\u50c2\u50d6\u50de\u50e5\u50ed\u50e3\u50ee\u50f9\u50f5\u5109\u5101\u5102\u5116\u5115\u5114\u511a\u5121\u513a\u5137\u513c\u513b\u513f\u5140\u5152\u514c\u5154\u5162\u7af8\u5169\u516a\u516e\u5180\u5182\u56d8\u518c\u5189\u518f\u5191\u5193\u5195\u5196\u51a4\u51a6\u51a2\u51a9\u51aa\u51ab\u51b3\u51b1\u51b2\u51b0\u51b5\u51bd\u51c5\u51c9\u51db\u51e0\u8655\u51e9\u51ed\u51f0\u51f5\u51fe\u5204\u520b\u5214\u520e\u5227\u522a\u522e\u5233\u5239\u524f\u5244\u524b\u524c\u525e\u5254\u526a\u5274\u5269\u5273\u527f\u527d\u528d\u5294\u5292\u5271\u5288\u5291\u8fa8"],["d2a1","\u8fa7\u52ac\u52ad\u52bc\u52b5\u52c1\u52cd\u52d7\u52de\u52e3\u52e6\u98ed\u52e0\u52f3\u52f5\u52f8\u52f9\u5306\u5308\u7538\u530d\u5310\u530f\u5315\u531a\u5323\u532f\u5331\u5333\u5338\u5340\u5346\u5345\u4e17\u5349\u534d\u51d6\u535e\u5369\u536e\u5918\u537b\u5377\u5382\u5396\u53a0\u53a6\u53a5\u53ae\u53b0\u53b6\u53c3\u7c12\u96d9\u53df\u66fc\u71ee\u53ee\u53e8\u53ed\u53fa\u5401\u543d\u5440\u542c\u542d\u543c\u542e\u5436\u5429\u541d\u544e\u548f\u5475\u548e\u545f\u5471\u5477\u5470\u5492\u547b\u5480\u5476\u5484\u5490\u5486\u54c7\u54a2\u54b8\u54a5\u54ac\u54c4\u54c8\u54a8"],["d3a1","\u54ab\u54c2\u54a4\u54be\u54bc\u54d8\u54e5\u54e6\u550f\u5514\u54fd\u54ee\u54ed\u54fa\u54e2\u5539\u5540\u5563\u554c\u552e\u555c\u5545\u5556\u5557\u5538\u5533\u555d\u5599\u5580\u54af\u558a\u559f\u557b\u557e\u5598\u559e\u55ae\u557c\u5583\u55a9\u5587\u55a8\u55da\u55c5\u55df\u55c4\u55dc\u55e4\u55d4\u5614\u55f7\u5616\u55fe\u55fd\u561b\u55f9\u564e\u5650\u71df\u5634\u5636\u5632\u5638\u566b\u5664\u562f\u566c\u566a\u5686\u5680\u568a\u56a0\u5694\u568f\u56a5\u56ae\u56b6\u56b4\u56c2\u56bc\u56c1\u56c3\u56c0\u56c8\u56ce\u56d1\u56d3\u56d7\u56ee\u56f9\u5700\u56ff\u5704\u5709"],["d4a1","\u5708\u570b\u570d\u5713\u5718\u5716\u55c7\u571c\u5726\u5737\u5738\u574e\u573b\u5740\u574f\u5769\u57c0\u5788\u5761\u577f\u5789\u5793\u57a0\u57b3\u57a4\u57aa\u57b0\u57c3\u57c6\u57d4\u57d2\u57d3\u580a\u57d6\u57e3\u580b\u5819\u581d\u5872\u5821\u5862\u584b\u5870\u6bc0\u5852\u583d\u5879\u5885\u58b9\u589f\u58ab\u58ba\u58de\u58bb\u58b8\u58ae\u58c5\u58d3\u58d1\u58d7\u58d9\u58d8\u58e5\u58dc\u58e4\u58df\u58ef\u58fa\u58f9\u58fb\u58fc\u58fd\u5902\u590a\u5910\u591b\u68a6\u5925\u592c\u592d\u5932\u5938\u593e\u7ad2\u5955\u5950\u594e\u595a\u5958\u5962\u5960\u5967\u596c\u5969"],["d5a1","\u5978\u5981\u599d\u4f5e\u4fab\u59a3\u59b2\u59c6\u59e8\u59dc\u598d\u59d9\u59da\u5a25\u5a1f\u5a11\u5a1c\u5a09\u5a1a\u5a40\u5a6c\u5a49\u5a35\u5a36\u5a62\u5a6a\u5a9a\u5abc\u5abe\u5acb\u5ac2\u5abd\u5ae3\u5ad7\u5ae6\u5ae9\u5ad6\u5afa\u5afb\u5b0c\u5b0b\u5b16\u5b32\u5ad0\u5b2a\u5b36\u5b3e\u5b43\u5b45\u5b40\u5b51\u5b55\u5b5a\u5b5b\u5b65\u5b69\u5b70\u5b73\u5b75\u5b78\u6588\u5b7a\u5b80\u5b83\u5ba6\u5bb8\u5bc3\u5bc7\u5bc9\u5bd4\u5bd0\u5be4\u5be6\u5be2\u5bde\u5be5\u5beb\u5bf0\u5bf6\u5bf3\u5c05\u5c07\u5c08\u5c0d\u5c13\u5c20\u5c22\u5c28\u5c38\u5c39\u5c41\u5c46\u5c4e\u5c53"],["d6a1","\u5c50\u5c4f\u5b71\u5c6c\u5c6e\u4e62\u5c76\u5c79\u5c8c\u5c91\u5c94\u599b\u5cab\u5cbb\u5cb6\u5cbc\u5cb7\u5cc5\u5cbe\u5cc7\u5cd9\u5ce9\u5cfd\u5cfa\u5ced\u5d8c\u5cea\u5d0b\u5d15\u5d17\u5d5c\u5d1f\u5d1b\u5d11\u5d14\u5d22\u5d1a\u5d19\u5d18\u5d4c\u5d52\u5d4e\u5d4b\u5d6c\u5d73\u5d76\u5d87\u5d84\u5d82\u5da2\u5d9d\u5dac\u5dae\u5dbd\u5d90\u5db7\u5dbc\u5dc9\u5dcd\u5dd3\u5dd2\u5dd6\u5ddb\u5deb\u5df2\u5df5\u5e0b\u5e1a\u5e19\u5e11\u5e1b\u5e36\u5e37\u5e44\u5e43\u5e40\u5e4e\u5e57\u5e54\u5e5f\u5e62\u5e64\u5e47\u5e75\u5e76\u5e7a\u9ebc\u5e7f\u5ea0\u5ec1\u5ec2\u5ec8\u5ed0\u5ecf"],["d7a1","\u5ed6\u5ee3\u5edd\u5eda\u5edb\u5ee2\u5ee1\u5ee8\u5ee9\u5eec\u5ef1\u5ef3\u5ef0\u5ef4\u5ef8\u5efe\u5f03\u5f09\u5f5d\u5f5c\u5f0b\u5f11\u5f16\u5f29\u5f2d\u5f38\u5f41\u5f48\u5f4c\u5f4e\u5f2f\u5f51\u5f56\u5f57\u5f59\u5f61\u5f6d\u5f73\u5f77\u5f83\u5f82\u5f7f\u5f8a\u5f88\u5f91\u5f87\u5f9e\u5f99\u5f98\u5fa0\u5fa8\u5fad\u5fbc\u5fd6\u5ffb\u5fe4\u5ff8\u5ff1\u5fdd\u60b3\u5fff\u6021\u6060\u6019\u6010\u6029\u600e\u6031\u601b\u6015\u602b\u6026\u600f\u603a\u605a\u6041\u606a\u6077\u605f\u604a\u6046\u604d\u6063\u6043\u6064\u6042\u606c\u606b\u6059\u6081\u608d\u60e7\u6083\u609a"],["d8a1","\u6084\u609b\u6096\u6097\u6092\u60a7\u608b\u60e1\u60b8\u60e0\u60d3\u60b4\u5ff0\u60bd\u60c6\u60b5\u60d8\u614d\u6115\u6106\u60f6\u60f7\u6100\u60f4\u60fa\u6103\u6121\u60fb\u60f1\u610d\u610e\u6147\u613e\u6128\u6127\u614a\u613f\u613c\u612c\u6134\u613d\u6142\u6144\u6173\u6177\u6158\u6159\u615a\u616b\u6174\u616f\u6165\u6171\u615f\u615d\u6153\u6175\u6199\u6196\u6187\u61ac\u6194\u619a\u618a\u6191\u61ab\u61ae\u61cc\u61ca\u61c9\u61f7\u61c8\u61c3\u61c6\u61ba\u61cb\u7f79\u61cd\u61e6\u61e3\u61f6\u61fa\u61f4\u61ff\u61fd\u61fc\u61fe\u6200\u6208\u6209\u620d\u620c\u6214\u621b"],["d9a1","\u621e\u6221\u622a\u622e\u6230\u6232\u6233\u6241\u624e\u625e\u6263\u625b\u6260\u6268\u627c\u6282\u6289\u627e\u6292\u6293\u6296\u62d4\u6283\u6294\u62d7\u62d1\u62bb\u62cf\u62ff\u62c6\u64d4\u62c8\u62dc\u62cc\u62ca\u62c2\u62c7\u629b\u62c9\u630c\u62ee\u62f1\u6327\u6302\u6308\u62ef\u62f5\u6350\u633e\u634d\u641c\u634f\u6396\u638e\u6380\u63ab\u6376\u63a3\u638f\u6389\u639f\u63b5\u636b\u6369\u63be\u63e9\u63c0\u63c6\u63e3\u63c9\u63d2\u63f6\u63c4\u6416\u6434\u6406\u6413\u6426\u6436\u651d\u6417\u6428\u640f\u6467\u646f\u6476\u644e\u652a\u6495\u6493\u64a5\u64a9\u6488\u64bc"],["daa1","\u64da\u64d2\u64c5\u64c7\u64bb\u64d8\u64c2\u64f1\u64e7\u8209\u64e0\u64e1\u62ac\u64e3\u64ef\u652c\u64f6\u64f4\u64f2\u64fa\u6500\u64fd\u6518\u651c\u6505\u6524\u6523\u652b\u6534\u6535\u6537\u6536\u6538\u754b\u6548\u6556\u6555\u654d\u6558\u655e\u655d\u6572\u6578\u6582\u6583\u8b8a\u659b\u659f\u65ab\u65b7\u65c3\u65c6\u65c1\u65c4\u65cc\u65d2\u65db\u65d9\u65e0\u65e1\u65f1\u6772\u660a\u6603\u65fb\u6773\u6635\u6636\u6634\u661c\u664f\u6644\u6649\u6641\u665e\u665d\u6664\u6667\u6668\u665f\u6662\u6670\u6683\u6688\u668e\u6689\u6684\u6698\u669d\u66c1\u66b9\u66c9\u66be\u66bc"],["dba1","\u66c4\u66b8\u66d6\u66da\u66e0\u663f\u66e6\u66e9\u66f0\u66f5\u66f7\u670f\u6716\u671e\u6726\u6727\u9738\u672e\u673f\u6736\u6741\u6738\u6737\u6746\u675e\u6760\u6759\u6763\u6764\u6789\u6770\u67a9\u677c\u676a\u678c\u678b\u67a6\u67a1\u6785\u67b7\u67ef\u67b4\u67ec\u67b3\u67e9\u67b8\u67e4\u67de\u67dd\u67e2\u67ee\u67b9\u67ce\u67c6\u67e7\u6a9c\u681e\u6846\u6829\u6840\u684d\u6832\u684e\u68b3\u682b\u6859\u6863\u6877\u687f\u689f\u688f\u68ad\u6894\u689d\u689b\u6883\u6aae\u68b9\u6874\u68b5\u68a0\u68ba\u690f\u688d\u687e\u6901\u68ca\u6908\u68d8\u6922\u6926\u68e1\u690c\u68cd"],["dca1","\u68d4\u68e7\u68d5\u6936\u6912\u6904\u68d7\u68e3\u6925\u68f9\u68e0\u68ef\u6928\u692a\u691a\u6923\u6921\u68c6\u6979\u6977\u695c\u6978\u696b\u6954\u697e\u696e\u6939\u6974\u693d\u6959\u6930\u6961\u695e\u695d\u6981\u696a\u69b2\u69ae\u69d0\u69bf\u69c1\u69d3\u69be\u69ce\u5be8\u69ca\u69dd\u69bb\u69c3\u69a7\u6a2e\u6991\u69a0\u699c\u6995\u69b4\u69de\u69e8\u6a02\u6a1b\u69ff\u6b0a\u69f9\u69f2\u69e7\u6a05\u69b1\u6a1e\u69ed\u6a14\u69eb\u6a0a\u6a12\u6ac1\u6a23\u6a13\u6a44\u6a0c\u6a72\u6a36\u6a78\u6a47\u6a62\u6a59\u6a66\u6a48\u6a38\u6a22\u6a90\u6a8d\u6aa0\u6a84\u6aa2\u6aa3"],["dda1","\u6a97\u8617\u6abb\u6ac3\u6ac2\u6ab8\u6ab3\u6aac\u6ade\u6ad1\u6adf\u6aaa\u6ada\u6aea\u6afb\u6b05\u8616\u6afa\u6b12\u6b16\u9b31\u6b1f\u6b38\u6b37\u76dc\u6b39\u98ee\u6b47\u6b43\u6b49\u6b50\u6b59\u6b54\u6b5b\u6b5f\u6b61\u6b78\u6b79\u6b7f\u6b80\u6b84\u6b83\u6b8d\u6b98\u6b95\u6b9e\u6ba4\u6baa\u6bab\u6baf\u6bb2\u6bb1\u6bb3\u6bb7\u6bbc\u6bc6\u6bcb\u6bd3\u6bdf\u6bec\u6beb\u6bf3\u6bef\u9ebe\u6c08\u6c13\u6c14\u6c1b\u6c24\u6c23\u6c5e\u6c55\u6c62\u6c6a\u6c82\u6c8d\u6c9a\u6c81\u6c9b\u6c7e\u6c68\u6c73\u6c92\u6c90\u6cc4\u6cf1\u6cd3\u6cbd\u6cd7\u6cc5\u6cdd\u6cae\u6cb1\u6cbe"],["dea1","\u6cba\u6cdb\u6cef\u6cd9\u6cea\u6d1f\u884d\u6d36\u6d2b\u6d3d\u6d38\u6d19\u6d35\u6d33\u6d12\u6d0c\u6d63\u6d93\u6d64\u6d5a\u6d79\u6d59\u6d8e\u6d95\u6fe4\u6d85\u6df9\u6e15\u6e0a\u6db5\u6dc7\u6de6\u6db8\u6dc6\u6dec\u6dde\u6dcc\u6de8\u6dd2\u6dc5\u6dfa\u6dd9\u6de4\u6dd5\u6dea\u6dee\u6e2d\u6e6e\u6e2e\u6e19\u6e72\u6e5f\u6e3e\u6e23\u6e6b\u6e2b\u6e76\u6e4d\u6e1f\u6e43\u6e3a\u6e4e\u6e24\u6eff\u6e1d\u6e38\u6e82\u6eaa\u6e98\u6ec9\u6eb7\u6ed3\u6ebd\u6eaf\u6ec4\u6eb2\u6ed4\u6ed5\u6e8f\u6ea5\u6ec2\u6e9f\u6f41\u6f11\u704c\u6eec\u6ef8\u6efe\u6f3f\u6ef2\u6f31\u6eef\u6f32\u6ecc"],["dfa1","\u6f3e\u6f13\u6ef7\u6f86\u6f7a\u6f78\u6f81\u6f80\u6f6f\u6f5b\u6ff3\u6f6d\u6f82\u6f7c\u6f58\u6f8e\u6f91\u6fc2\u6f66\u6fb3\u6fa3\u6fa1\u6fa4\u6fb9\u6fc6\u6faa\u6fdf\u6fd5\u6fec\u6fd4\u6fd8\u6ff1\u6fee\u6fdb\u7009\u700b\u6ffa\u7011\u7001\u700f\u6ffe\u701b\u701a\u6f74\u701d\u7018\u701f\u7030\u703e\u7032\u7051\u7063\u7099\u7092\u70af\u70f1\u70ac\u70b8\u70b3\u70ae\u70df\u70cb\u70dd\u70d9\u7109\u70fd\u711c\u7119\u7165\u7155\u7188\u7166\u7162\u714c\u7156\u716c\u718f\u71fb\u7184\u7195\u71a8\u71ac\u71d7\u71b9\u71be\u71d2\u71c9\u71d4\u71ce\u71e0\u71ec\u71e7\u71f5\u71fc"],["e0a1","\u71f9\u71ff\u720d\u7210\u721b\u7228\u722d\u722c\u7230\u7232\u723b\u723c\u723f\u7240\u7246\u724b\u7258\u7274\u727e\u7282\u7281\u7287\u7292\u7296\u72a2\u72a7\u72b9\u72b2\u72c3\u72c6\u72c4\u72ce\u72d2\u72e2\u72e0\u72e1\u72f9\u72f7\u500f\u7317\u730a\u731c\u7316\u731d\u7334\u732f\u7329\u7325\u733e\u734e\u734f\u9ed8\u7357\u736a\u7368\u7370\u7378\u7375\u737b\u737a\u73c8\u73b3\u73ce\u73bb\u73c0\u73e5\u73ee\u73de\u74a2\u7405\u746f\u7425\u73f8\u7432\u743a\u7455\u743f\u745f\u7459\u7441\u745c\u7469\u7470\u7463\u746a\u7476\u747e\u748b\u749e\u74a7\u74ca\u74cf\u74d4\u73f1"],["e1a1","\u74e0\u74e3\u74e7\u74e9\u74ee\u74f2\u74f0\u74f1\u74f8\u74f7\u7504\u7503\u7505\u750c\u750e\u750d\u7515\u7513\u751e\u7526\u752c\u753c\u7544\u754d\u754a\u7549\u755b\u7546\u755a\u7569\u7564\u7567\u756b\u756d\u7578\u7576\u7586\u7587\u7574\u758a\u7589\u7582\u7594\u759a\u759d\u75a5\u75a3\u75c2\u75b3\u75c3\u75b5\u75bd\u75b8\u75bc\u75b1\u75cd\u75ca\u75d2\u75d9\u75e3\u75de\u75fe\u75ff\u75fc\u7601\u75f0\u75fa\u75f2\u75f3\u760b\u760d\u7609\u761f\u7627\u7620\u7621\u7622\u7624\u7634\u7630\u763b\u7647\u7648\u7646\u765c\u7658\u7661\u7662\u7668\u7669\u766a\u7667\u766c\u7670"],["e2a1","\u7672\u7676\u7678\u767c\u7680\u7683\u7688\u768b\u768e\u7696\u7693\u7699\u769a\u76b0\u76b4\u76b8\u76b9\u76ba\u76c2\u76cd\u76d6\u76d2\u76de\u76e1\u76e5\u76e7\u76ea\u862f\u76fb\u7708\u7707\u7704\u7729\u7724\u771e\u7725\u7726\u771b\u7737\u7738\u7747\u775a\u7768\u776b\u775b\u7765\u777f\u777e\u7779\u778e\u778b\u7791\u77a0\u779e\u77b0\u77b6\u77b9\u77bf\u77bc\u77bd\u77bb\u77c7\u77cd\u77d7\u77da\u77dc\u77e3\u77ee\u77fc\u780c\u7812\u7926\u7820\u792a\u7845\u788e\u7874\u7886\u787c\u789a\u788c\u78a3\u78b5\u78aa\u78af\u78d1\u78c6\u78cb\u78d4\u78be\u78bc\u78c5\u78ca\u78ec"],["e3a1","\u78e7\u78da\u78fd\u78f4\u7907\u7912\u7911\u7919\u792c\u792b\u7940\u7960\u7957\u795f\u795a\u7955\u7953\u797a\u797f\u798a\u799d\u79a7\u9f4b\u79aa\u79ae\u79b3\u79b9\u79ba\u79c9\u79d5\u79e7\u79ec\u79e1\u79e3\u7a08\u7a0d\u7a18\u7a19\u7a20\u7a1f\u7980\u7a31\u7a3b\u7a3e\u7a37\u7a43\u7a57\u7a49\u7a61\u7a62\u7a69\u9f9d\u7a70\u7a79\u7a7d\u7a88\u7a97\u7a95\u7a98\u7a96\u7aa9\u7ac8\u7ab0\u7ab6\u7ac5\u7ac4\u7abf\u9083\u7ac7\u7aca\u7acd\u7acf\u7ad5\u7ad3\u7ad9\u7ada\u7add\u7ae1\u7ae2\u7ae6\u7aed\u7af0\u7b02\u7b0f\u7b0a\u7b06\u7b33\u7b18\u7b19\u7b1e\u7b35\u7b28\u7b36\u7b50"],["e4a1","\u7b7a\u7b04\u7b4d\u7b0b\u7b4c\u7b45\u7b75\u7b65\u7b74\u7b67\u7b70\u7b71\u7b6c\u7b6e\u7b9d\u7b98\u7b9f\u7b8d\u7b9c\u7b9a\u7b8b\u7b92\u7b8f\u7b5d\u7b99\u7bcb\u7bc1\u7bcc\u7bcf\u7bb4\u7bc6\u7bdd\u7be9\u7c11\u7c14\u7be6\u7be5\u7c60\u7c00\u7c07\u7c13\u7bf3\u7bf7\u7c17\u7c0d\u7bf6\u7c23\u7c27\u7c2a\u7c1f\u7c37\u7c2b\u7c3d\u7c4c\u7c43\u7c54\u7c4f\u7c40\u7c50\u7c58\u7c5f\u7c64\u7c56\u7c65\u7c6c\u7c75\u7c83\u7c90\u7ca4\u7cad\u7ca2\u7cab\u7ca1\u7ca8\u7cb3\u7cb2\u7cb1\u7cae\u7cb9\u7cbd\u7cc0\u7cc5\u7cc2\u7cd8\u7cd2\u7cdc\u7ce2\u9b3b\u7cef\u7cf2\u7cf4\u7cf6\u7cfa\u7d06"],["e5a1","\u7d02\u7d1c\u7d15\u7d0a\u7d45\u7d4b\u7d2e\u7d32\u7d3f\u7d35\u7d46\u7d73\u7d56\u7d4e\u7d72\u7d68\u7d6e\u7d4f\u7d63\u7d93\u7d89\u7d5b\u7d8f\u7d7d\u7d9b\u7dba\u7dae\u7da3\u7db5\u7dc7\u7dbd\u7dab\u7e3d\u7da2\u7daf\u7ddc\u7db8\u7d9f\u7db0\u7dd8\u7ddd\u7de4\u7dde\u7dfb\u7df2\u7de1\u7e05\u7e0a\u7e23\u7e21\u7e12\u7e31\u7e1f\u7e09\u7e0b\u7e22\u7e46\u7e66\u7e3b\u7e35\u7e39\u7e43\u7e37\u7e32\u7e3a\u7e67\u7e5d\u7e56\u7e5e\u7e59\u7e5a\u7e79\u7e6a\u7e69\u7e7c\u7e7b\u7e83\u7dd5\u7e7d\u8fae\u7e7f\u7e88\u7e89\u7e8c\u7e92\u7e90\u7e93\u7e94\u7e96\u7e8e\u7e9b\u7e9c\u7f38\u7f3a"],["e6a1","\u7f45\u7f4c\u7f4d\u7f4e\u7f50\u7f51\u7f55\u7f54\u7f58\u7f5f\u7f60\u7f68\u7f69\u7f67\u7f78\u7f82\u7f86\u7f83\u7f88\u7f87\u7f8c\u7f94\u7f9e\u7f9d\u7f9a\u7fa3\u7faf\u7fb2\u7fb9\u7fae\u7fb6\u7fb8\u8b71\u7fc5\u7fc6\u7fca\u7fd5\u7fd4\u7fe1\u7fe6\u7fe9\u7ff3\u7ff9\u98dc\u8006\u8004\u800b\u8012\u8018\u8019\u801c\u8021\u8028\u803f\u803b\u804a\u8046\u8052\u8058\u805a\u805f\u8062\u8068\u8073\u8072\u8070\u8076\u8079\u807d\u807f\u8084\u8086\u8085\u809b\u8093\u809a\u80ad\u5190\u80ac\u80db\u80e5\u80d9\u80dd\u80c4\u80da\u80d6\u8109\u80ef\u80f1\u811b\u8129\u8123\u812f\u814b"],["e7a1","\u968b\u8146\u813e\u8153\u8151\u80fc\u8171\u816e\u8165\u8166\u8174\u8183\u8188\u818a\u8180\u8182\u81a0\u8195\u81a4\u81a3\u815f\u8193\u81a9\u81b0\u81b5\u81be\u81b8\u81bd\u81c0\u81c2\u81ba\u81c9\u81cd\u81d1\u81d9\u81d8\u81c8\u81da\u81df\u81e0\u81e7\u81fa\u81fb\u81fe\u8201\u8202\u8205\u8207\u820a\u820d\u8210\u8216\u8229\u822b\u8238\u8233\u8240\u8259\u8258\u825d\u825a\u825f\u8264\u8262\u8268\u826a\u826b\u822e\u8271\u8277\u8278\u827e\u828d\u8292\u82ab\u829f\u82bb\u82ac\u82e1\u82e3\u82df\u82d2\u82f4\u82f3\u82fa\u8393\u8303\u82fb\u82f9\u82de\u8306\u82dc\u8309\u82d9"],["e8a1","\u8335\u8334\u8316\u8332\u8331\u8340\u8339\u8350\u8345\u832f\u832b\u8317\u8318\u8385\u839a\u83aa\u839f\u83a2\u8396\u8323\u838e\u8387\u838a\u837c\u83b5\u8373\u8375\u83a0\u8389\u83a8\u83f4\u8413\u83eb\u83ce\u83fd\u8403\u83d8\u840b\u83c1\u83f7\u8407\u83e0\u83f2\u840d\u8422\u8420\u83bd\u8438\u8506\u83fb\u846d\u842a\u843c\u855a\u8484\u8477\u846b\u84ad\u846e\u8482\u8469\u8446\u842c\u846f\u8479\u8435\u84ca\u8462\u84b9\u84bf\u849f\u84d9\u84cd\u84bb\u84da\u84d0\u84c1\u84c6\u84d6\u84a1\u8521\u84ff\u84f4\u8517\u8518\u852c\u851f\u8515\u8514\u84fc\u8540\u8563\u8558\u8548"],["e9a1","\u8541\u8602\u854b\u8555\u8580\u85a4\u8588\u8591\u858a\u85a8\u856d\u8594\u859b\u85ea\u8587\u859c\u8577\u857e\u8590\u85c9\u85ba\u85cf\u85b9\u85d0\u85d5\u85dd\u85e5\u85dc\u85f9\u860a\u8613\u860b\u85fe\u85fa\u8606\u8622\u861a\u8630\u863f\u864d\u4e55\u8654\u865f\u8667\u8671\u8693\u86a3\u86a9\u86aa\u868b\u868c\u86b6\u86af\u86c4\u86c6\u86b0\u86c9\u8823\u86ab\u86d4\u86de\u86e9\u86ec\u86df\u86db\u86ef\u8712\u8706\u8708\u8700\u8703\u86fb\u8711\u8709\u870d\u86f9\u870a\u8734\u873f\u8737\u873b\u8725\u8729\u871a\u8760\u875f\u8778\u874c\u874e\u8774\u8757\u8768\u876e\u8759"],["eaa1","\u8753\u8763\u876a\u8805\u87a2\u879f\u8782\u87af\u87cb\u87bd\u87c0\u87d0\u96d6\u87ab\u87c4\u87b3\u87c7\u87c6\u87bb\u87ef\u87f2\u87e0\u880f\u880d\u87fe\u87f6\u87f7\u880e\u87d2\u8811\u8816\u8815\u8822\u8821\u8831\u8836\u8839\u8827\u883b\u8844\u8842\u8852\u8859\u885e\u8862\u886b\u8881\u887e\u889e\u8875\u887d\u88b5\u8872\u8882\u8897\u8892\u88ae\u8899\u88a2\u888d\u88a4\u88b0\u88bf\u88b1\u88c3\u88c4\u88d4\u88d8\u88d9\u88dd\u88f9\u8902\u88fc\u88f4\u88e8\u88f2\u8904\u890c\u890a\u8913\u8943\u891e\u8925\u892a\u892b\u8941\u8944\u893b\u8936\u8938\u894c\u891d\u8960\u895e"],["eba1","\u8966\u8964\u896d\u896a\u896f\u8974\u8977\u897e\u8983\u8988\u898a\u8993\u8998\u89a1\u89a9\u89a6\u89ac\u89af\u89b2\u89ba\u89bd\u89bf\u89c0\u89da\u89dc\u89dd\u89e7\u89f4\u89f8\u8a03\u8a16\u8a10\u8a0c\u8a1b\u8a1d\u8a25\u8a36\u8a41\u8a5b\u8a52\u8a46\u8a48\u8a7c\u8a6d\u8a6c\u8a62\u8a85\u8a82\u8a84\u8aa8\u8aa1\u8a91\u8aa5\u8aa6\u8a9a\u8aa3\u8ac4\u8acd\u8ac2\u8ada\u8aeb\u8af3\u8ae7\u8ae4\u8af1\u8b14\u8ae0\u8ae2\u8af7\u8ade\u8adb\u8b0c\u8b07\u8b1a\u8ae1\u8b16\u8b10\u8b17\u8b20\u8b33\u97ab\u8b26\u8b2b\u8b3e\u8b28\u8b41\u8b4c\u8b4f\u8b4e\u8b49\u8b56\u8b5b\u8b5a\u8b6b"],["eca1","\u8b5f\u8b6c\u8b6f\u8b74\u8b7d\u8b80\u8b8c\u8b8e\u8b92\u8b93\u8b96\u8b99\u8b9a\u8c3a\u8c41\u8c3f\u8c48\u8c4c\u8c4e\u8c50\u8c55\u8c62\u8c6c\u8c78\u8c7a\u8c82\u8c89\u8c85\u8c8a\u8c8d\u8c8e\u8c94\u8c7c\u8c98\u621d\u8cad\u8caa\u8cbd\u8cb2\u8cb3\u8cae\u8cb6\u8cc8\u8cc1\u8ce4\u8ce3\u8cda\u8cfd\u8cfa\u8cfb\u8d04\u8d05\u8d0a\u8d07\u8d0f\u8d0d\u8d10\u9f4e\u8d13\u8ccd\u8d14\u8d16\u8d67\u8d6d\u8d71\u8d73\u8d81\u8d99\u8dc2\u8dbe\u8dba\u8dcf\u8dda\u8dd6\u8dcc\u8ddb\u8dcb\u8dea\u8deb\u8ddf\u8de3\u8dfc\u8e08\u8e09\u8dff\u8e1d\u8e1e\u8e10\u8e1f\u8e42\u8e35\u8e30\u8e34\u8e4a"],["eda1","\u8e47\u8e49\u8e4c\u8e50\u8e48\u8e59\u8e64\u8e60\u8e2a\u8e63\u8e55\u8e76\u8e72\u8e7c\u8e81\u8e87\u8e85\u8e84\u8e8b\u8e8a\u8e93\u8e91\u8e94\u8e99\u8eaa\u8ea1\u8eac\u8eb0\u8ec6\u8eb1\u8ebe\u8ec5\u8ec8\u8ecb\u8edb\u8ee3\u8efc\u8efb\u8eeb\u8efe\u8f0a\u8f05\u8f15\u8f12\u8f19\u8f13\u8f1c\u8f1f\u8f1b\u8f0c\u8f26\u8f33\u8f3b\u8f39\u8f45\u8f42\u8f3e\u8f4c\u8f49\u8f46\u8f4e\u8f57\u8f5c\u8f62\u8f63\u8f64\u8f9c\u8f9f\u8fa3\u8fad\u8faf\u8fb7\u8fda\u8fe5\u8fe2\u8fea\u8fef\u9087\u8ff4\u9005\u8ff9\u8ffa\u9011\u9015\u9021\u900d\u901e\u9016\u900b\u9027\u9036\u9035\u9039\u8ff8"],["eea1","\u904f\u9050\u9051\u9052\u900e\u9049\u903e\u9056\u9058\u905e\u9068\u906f\u9076\u96a8\u9072\u9082\u907d\u9081\u9080\u908a\u9089\u908f\u90a8\u90af\u90b1\u90b5\u90e2\u90e4\u6248\u90db\u9102\u9112\u9119\u9132\u9130\u914a\u9156\u9158\u9163\u9165\u9169\u9173\u9172\u918b\u9189\u9182\u91a2\u91ab\u91af\u91aa\u91b5\u91b4\u91ba\u91c0\u91c1\u91c9\u91cb\u91d0\u91d6\u91df\u91e1\u91db\u91fc\u91f5\u91f6\u921e\u91ff\u9214\u922c\u9215\u9211\u925e\u9257\u9245\u9249\u9264\u9248\u9295\u923f\u924b\u9250\u929c\u9296\u9293\u929b\u925a\u92cf\u92b9\u92b7\u92e9\u930f\u92fa\u9344\u932e"],["efa1","\u9319\u9322\u931a\u9323\u933a\u9335\u933b\u935c\u9360\u937c\u936e\u9356\u93b0\u93ac\u93ad\u9394\u93b9\u93d6\u93d7\u93e8\u93e5\u93d8\u93c3\u93dd\u93d0\u93c8\u93e4\u941a\u9414\u9413\u9403\u9407\u9410\u9436\u942b\u9435\u9421\u943a\u9441\u9452\u9444\u945b\u9460\u9462\u945e\u946a\u9229\u9470\u9475\u9477\u947d\u945a\u947c\u947e\u9481\u947f\u9582\u9587\u958a\u9594\u9596\u9598\u9599\u95a0\u95a8\u95a7\u95ad\u95bc\u95bb\u95b9\u95be\u95ca\u6ff6\u95c3\u95cd\u95cc\u95d5\u95d4\u95d6\u95dc\u95e1\u95e5\u95e2\u9621\u9628\u962e\u962f\u9642\u964c\u964f\u964b\u9677\u965c\u965e"],["f0a1","\u965d\u965f\u9666\u9672\u966c\u968d\u9698\u9695\u9697\u96aa\u96a7\u96b1\u96b2\u96b0\u96b4\u96b6\u96b8\u96b9\u96ce\u96cb\u96c9\u96cd\u894d\u96dc\u970d\u96d5\u96f9\u9704\u9706\u9708\u9713\u970e\u9711\u970f\u9716\u9719\u9724\u972a\u9730\u9739\u973d\u973e\u9744\u9746\u9748\u9742\u9749\u975c\u9760\u9764\u9766\u9768\u52d2\u976b\u9771\u9779\u9785\u977c\u9781\u977a\u9786\u978b\u978f\u9790\u979c\u97a8\u97a6\u97a3\u97b3\u97b4\u97c3\u97c6\u97c8\u97cb\u97dc\u97ed\u9f4f\u97f2\u7adf\u97f6\u97f5\u980f\u980c\u9838\u9824\u9821\u9837\u983d\u9846\u984f\u984b\u986b\u986f\u9870"],["f1a1","\u9871\u9874\u9873\u98aa\u98af\u98b1\u98b6\u98c4\u98c3\u98c6\u98e9\u98eb\u9903\u9909\u9912\u9914\u9918\u9921\u991d\u991e\u9924\u9920\u992c\u992e\u993d\u993e\u9942\u9949\u9945\u9950\u994b\u9951\u9952\u994c\u9955\u9997\u9998\u99a5\u99ad\u99ae\u99bc\u99df\u99db\u99dd\u99d8\u99d1\u99ed\u99ee\u99f1\u99f2\u99fb\u99f8\u9a01\u9a0f\u9a05\u99e2\u9a19\u9a2b\u9a37\u9a45\u9a42\u9a40\u9a43\u9a3e\u9a55\u9a4d\u9a5b\u9a57\u9a5f\u9a62\u9a65\u9a64\u9a69\u9a6b\u9a6a\u9aad\u9ab0\u9abc\u9ac0\u9acf\u9ad1\u9ad3\u9ad4\u9ade\u9adf\u9ae2\u9ae3\u9ae6\u9aef\u9aeb\u9aee\u9af4\u9af1\u9af7"],["f2a1","\u9afb\u9b06\u9b18\u9b1a\u9b1f\u9b22\u9b23\u9b25\u9b27\u9b28\u9b29\u9b2a\u9b2e\u9b2f\u9b32\u9b44\u9b43\u9b4f\u9b4d\u9b4e\u9b51\u9b58\u9b74\u9b93\u9b83\u9b91\u9b96\u9b97\u9b9f\u9ba0\u9ba8\u9bb4\u9bc0\u9bca\u9bb9\u9bc6\u9bcf\u9bd1\u9bd2\u9be3\u9be2\u9be4\u9bd4\u9be1\u9c3a\u9bf2\u9bf1\u9bf0\u9c15\u9c14\u9c09\u9c13\u9c0c\u9c06\u9c08\u9c12\u9c0a\u9c04\u9c2e\u9c1b\u9c25\u9c24\u9c21\u9c30\u9c47\u9c32\u9c46\u9c3e\u9c5a\u9c60\u9c67\u9c76\u9c78\u9ce7\u9cec\u9cf0\u9d09\u9d08\u9ceb\u9d03\u9d06\u9d2a\u9d26\u9daf\u9d23\u9d1f\u9d44\u9d15\u9d12\u9d41\u9d3f\u9d3e\u9d46\u9d48"],["f3a1","\u9d5d\u9d5e\u9d64\u9d51\u9d50\u9d59\u9d72\u9d89\u9d87\u9dab\u9d6f\u9d7a\u9d9a\u9da4\u9da9\u9db2\u9dc4\u9dc1\u9dbb\u9db8\u9dba\u9dc6\u9dcf\u9dc2\u9dd9\u9dd3\u9df8\u9de6\u9ded\u9def\u9dfd\u9e1a\u9e1b\u9e1e\u9e75\u9e79\u9e7d\u9e81\u9e88\u9e8b\u9e8c\u9e92\u9e95\u9e91\u9e9d\u9ea5\u9ea9\u9eb8\u9eaa\u9ead\u9761\u9ecc\u9ece\u9ecf\u9ed0\u9ed4\u9edc\u9ede\u9edd\u9ee0\u9ee5\u9ee8\u9eef\u9ef4\u9ef6\u9ef7\u9ef9\u9efb\u9efc\u9efd\u9f07\u9f08\u76b7\u9f15\u9f21\u9f2c\u9f3e\u9f4a\u9f52\u9f54\u9f63\u9f5f\u9f60\u9f61\u9f66\u9f67\u9f6c\u9f6a\u9f77\u9f72\u9f76\u9f95\u9f9c\u9fa0"],["f4a1","\u582f\u69c7\u9059\u7464\u51dc\u7199"],["f9a1","\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7"],["faa1","\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1"],["fba1","\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da"],["fca1","\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"],["fcf1","\u2170",9,"\uffe2\uffe4\uff07\uff02"],["8fa2af","\u02d8\u02c7\xb8\u02d9\u02dd\xaf\u02db\u02da\uff5e\u0384\u0385"],["8fa2c2","\xa1\xa6\xbf"],["8fa2eb","\xba\xaa\xa9\xae\u2122\xa4\u2116"],["8fa6e1","\u0386\u0388\u0389\u038a\u03aa"],["8fa6e7","\u038c"],["8fa6e9","\u038e\u03ab"],["8fa6ec","\u038f"],["8fa6f1","\u03ac\u03ad\u03ae\u03af\u03ca\u0390\u03cc\u03c2\u03cd\u03cb\u03b0\u03ce"],["8fa7c2","\u0402",10,"\u040e\u040f"],["8fa7f2","\u0452",10,"\u045e\u045f"],["8fa9a1","\xc6\u0110"],["8fa9a4","\u0126"],["8fa9a6","\u0132"],["8fa9a8","\u0141\u013f"],["8fa9ab","\u014a\xd8\u0152"],["8fa9af","\u0166\xde"],["8fa9c1","\xe6\u0111\xf0\u0127\u0131\u0133\u0138\u0142\u0140\u0149\u014b\xf8\u0153\xdf\u0167\xfe"],["8faaa1","\xc1\xc0\xc4\xc2\u0102\u01cd\u0100\u0104\xc5\xc3\u0106\u0108\u010c\xc7\u010a\u010e\xc9\xc8\xcb\xca\u011a\u0116\u0112\u0118"],["8faaba","\u011c\u011e\u0122\u0120\u0124\xcd\xcc\xcf\xce\u01cf\u0130\u012a\u012e\u0128\u0134\u0136\u0139\u013d\u013b\u0143\u0147\u0145\xd1\xd3\xd2\xd6\xd4\u01d1\u0150\u014c\xd5\u0154\u0158\u0156\u015a\u015c\u0160\u015e\u0164\u0162\xda\xd9\xdc\xdb\u016c\u01d3\u0170\u016a\u0172\u016e\u0168\u01d7\u01db\u01d9\u01d5\u0174\xdd\u0178\u0176\u0179\u017d\u017b"],["8faba1","\xe1\xe0\xe4\xe2\u0103\u01ce\u0101\u0105\xe5\xe3\u0107\u0109\u010d\xe7\u010b\u010f\xe9\xe8\xeb\xea\u011b\u0117\u0113\u0119\u01f5\u011d\u011f"],["8fabbd","\u0121\u0125\xed\xec\xef\xee\u01d0"],["8fabc5","\u012b\u012f\u0129\u0135\u0137\u013a\u013e\u013c\u0144\u0148\u0146\xf1\xf3\xf2\xf6\xf4\u01d2\u0151\u014d\xf5\u0155\u0159\u0157\u015b\u015d\u0161\u015f\u0165\u0163\xfa\xf9\xfc\xfb\u016d\u01d4\u0171\u016b\u0173\u016f\u0169\u01d8\u01dc\u01da\u01d6\u0175\xfd\xff\u0177\u017a\u017e\u017c"],["8fb0a1","\u4e02\u4e04\u4e05\u4e0c\u4e12\u4e1f\u4e23\u4e24\u4e28\u4e2b\u4e2e\u4e2f\u4e30\u4e35\u4e40\u4e41\u4e44\u4e47\u4e51\u4e5a\u4e5c\u4e63\u4e68\u4e69\u4e74\u4e75\u4e79\u4e7f\u4e8d\u4e96\u4e97\u4e9d\u4eaf\u4eb9\u4ec3\u4ed0\u4eda\u4edb\u4ee0\u4ee1\u4ee2\u4ee8\u4eef\u4ef1\u4ef3\u4ef5\u4efd\u4efe\u4eff\u4f00\u4f02\u4f03\u4f08\u4f0b\u4f0c\u4f12\u4f15\u4f16\u4f17\u4f19\u4f2e\u4f31\u4f60\u4f33\u4f35\u4f37\u4f39\u4f3b\u4f3e\u4f40\u4f42\u4f48\u4f49\u4f4b\u4f4c\u4f52\u4f54\u4f56\u4f58\u4f5f\u4f63\u4f6a\u4f6c\u4f6e\u4f71\u4f77\u4f78\u4f79\u4f7a\u4f7d\u4f7e\u4f81\u4f82\u4f84"],["8fb1a1","\u4f85\u4f89\u4f8a\u4f8c\u4f8e\u4f90\u4f92\u4f93\u4f94\u4f97\u4f99\u4f9a\u4f9e\u4f9f\u4fb2\u4fb7\u4fb9\u4fbb\u4fbc\u4fbd\u4fbe\u4fc0\u4fc1\u4fc5\u4fc6\u4fc8\u4fc9\u4fcb\u4fcc\u4fcd\u4fcf\u4fd2\u4fdc\u4fe0\u4fe2\u4ff0\u4ff2\u4ffc\u4ffd\u4fff\u5000\u5001\u5004\u5007\u500a\u500c\u500e\u5010\u5013\u5017\u5018\u501b\u501c\u501d\u501e\u5022\u5027\u502e\u5030\u5032\u5033\u5035\u5040\u5041\u5042\u5045\u5046\u504a\u504c\u504e\u5051\u5052\u5053\u5057\u5059\u505f\u5060\u5062\u5063\u5066\u5067\u506a\u506d\u5070\u5071\u503b\u5081\u5083\u5084\u5086\u508a\u508e\u508f\u5090"],["8fb2a1","\u5092\u5093\u5094\u5096\u509b\u509c\u509e",4,"\u50aa\u50af\u50b0\u50b9\u50ba\u50bd\u50c0\u50c3\u50c4\u50c7\u50cc\u50ce\u50d0\u50d3\u50d4\u50d8\u50dc\u50dd\u50df\u50e2\u50e4\u50e6\u50e8\u50e9\u50ef\u50f1\u50f6\u50fa\u50fe\u5103\u5106\u5107\u5108\u510b\u510c\u510d\u510e\u50f2\u5110\u5117\u5119\u511b\u511c\u511d\u511e\u5123\u5127\u5128\u512c\u512d\u512f\u5131\u5133\u5134\u5135\u5138\u5139\u5142\u514a\u514f\u5153\u5155\u5157\u5158\u515f\u5164\u5166\u517e\u5183\u5184\u518b\u518e\u5198\u519d\u51a1\u51a3\u51ad\u51b8\u51ba\u51bc\u51be\u51bf\u51c2"],["8fb3a1","\u51c8\u51cf\u51d1\u51d2\u51d3\u51d5\u51d8\u51de\u51e2\u51e5\u51ee\u51f2\u51f3\u51f4\u51f7\u5201\u5202\u5205\u5212\u5213\u5215\u5216\u5218\u5222\u5228\u5231\u5232\u5235\u523c\u5245\u5249\u5255\u5257\u5258\u525a\u525c\u525f\u5260\u5261\u5266\u526e\u5277\u5278\u5279\u5280\u5282\u5285\u528a\u528c\u5293\u5295\u5296\u5297\u5298\u529a\u529c\u52a4\u52a5\u52a6\u52a7\u52af\u52b0\u52b6\u52b7\u52b8\u52ba\u52bb\u52bd\u52c0\u52c4\u52c6\u52c8\u52cc\u52cf\u52d1\u52d4\u52d6\u52db\u52dc\u52e1\u52e5\u52e8\u52e9\u52ea\u52ec\u52f0\u52f1\u52f4\u52f6\u52f7\u5300\u5303\u530a\u530b"],["8fb4a1","\u530c\u5311\u5313\u5318\u531b\u531c\u531e\u531f\u5325\u5327\u5328\u5329\u532b\u532c\u532d\u5330\u5332\u5335\u533c\u533d\u533e\u5342\u534c\u534b\u5359\u535b\u5361\u5363\u5365\u536c\u536d\u5372\u5379\u537e\u5383\u5387\u5388\u538e\u5393\u5394\u5399\u539d\u53a1\u53a4\u53aa\u53ab\u53af\u53b2\u53b4\u53b5\u53b7\u53b8\u53ba\u53bd\u53c0\u53c5\u53cf\u53d2\u53d3\u53d5\u53da\u53dd\u53de\u53e0\u53e6\u53e7\u53f5\u5402\u5413\u541a\u5421\u5427\u5428\u542a\u542f\u5431\u5434\u5435\u5443\u5444\u5447\u544d\u544f\u545e\u5462\u5464\u5466\u5467\u5469\u546b\u546d\u546e\u5474\u547f"],["8fb5a1","\u5481\u5483\u5485\u5488\u5489\u548d\u5491\u5495\u5496\u549c\u549f\u54a1\u54a6\u54a7\u54a9\u54aa\u54ad\u54ae\u54b1\u54b7\u54b9\u54ba\u54bb\u54bf\u54c6\u54ca\u54cd\u54ce\u54e0\u54ea\u54ec\u54ef\u54f6\u54fc\u54fe\u54ff\u5500\u5501\u5505\u5508\u5509\u550c\u550d\u550e\u5515\u552a\u552b\u5532\u5535\u5536\u553b\u553c\u553d\u5541\u5547\u5549\u554a\u554d\u5550\u5551\u5558\u555a\u555b\u555e\u5560\u5561\u5564\u5566\u557f\u5581\u5582\u5586\u5588\u558e\u558f\u5591\u5592\u5593\u5594\u5597\u55a3\u55a4\u55ad\u55b2\u55bf\u55c1\u55c3\u55c6\u55c9\u55cb\u55cc\u55ce\u55d1\u55d2"],["8fb6a1","\u55d3\u55d7\u55d8\u55db\u55de\u55e2\u55e9\u55f6\u55ff\u5605\u5608\u560a\u560d",5,"\u5619\u562c\u5630\u5633\u5635\u5637\u5639\u563b\u563c\u563d\u563f\u5640\u5641\u5643\u5644\u5646\u5649\u564b\u564d\u564f\u5654\u565e\u5660\u5661\u5662\u5663\u5666\u5669\u566d\u566f\u5671\u5672\u5675\u5684\u5685\u5688\u568b\u568c\u5695\u5699\u569a\u569d\u569e\u569f\u56a6\u56a7\u56a8\u56a9\u56ab\u56ac\u56ad\u56b1\u56b3\u56b7\u56be\u56c5\u56c9\u56ca\u56cb\u56cf\u56d0\u56cc\u56cd\u56d9\u56dc\u56dd\u56df\u56e1\u56e4",4,"\u56f1\u56eb\u56ed"],["8fb7a1","\u56f6\u56f7\u5701\u5702\u5707\u570a\u570c\u5711\u5715\u571a\u571b\u571d\u5720\u5722\u5723\u5724\u5725\u5729\u572a\u572c\u572e\u572f\u5733\u5734\u573d\u573e\u573f\u5745\u5746\u574c\u574d\u5752\u5762\u5765\u5767\u5768\u576b\u576d",4,"\u5773\u5774\u5775\u5777\u5779\u577a\u577b\u577c\u577e\u5781\u5783\u578c\u5794\u5797\u5799\u579a\u579c\u579d\u579e\u579f\u57a1\u5795\u57a7\u57a8\u57a9\u57ac\u57b8\u57bd\u57c7\u57c8\u57cc\u57cf\u57d5\u57dd\u57de\u57e4\u57e6\u57e7\u57e9\u57ed\u57f0\u57f5\u57f6\u57f8\u57fd\u57fe\u57ff\u5803\u5804\u5808\u5809\u57e1"],["8fb8a1","\u580c\u580d\u581b\u581e\u581f\u5820\u5826\u5827\u582d\u5832\u5839\u583f\u5849\u584c\u584d\u584f\u5850\u5855\u585f\u5861\u5864\u5867\u5868\u5878\u587c\u587f\u5880\u5881\u5887\u5888\u5889\u588a\u588c\u588d\u588f\u5890\u5894\u5896\u589d\u58a0\u58a1\u58a2\u58a6\u58a9\u58b1\u58b2\u58c4\u58bc\u58c2\u58c8\u58cd\u58ce\u58d0\u58d2\u58d4\u58d6\u58da\u58dd\u58e1\u58e2\u58e9\u58f3\u5905\u5906\u590b\u590c\u5912\u5913\u5914\u8641\u591d\u5921\u5923\u5924\u5928\u592f\u5930\u5933\u5935\u5936\u593f\u5943\u5946\u5952\u5953\u5959\u595b\u595d\u595e\u595f\u5961\u5963\u596b\u596d"],["8fb9a1","\u596f\u5972\u5975\u5976\u5979\u597b\u597c\u598b\u598c\u598e\u5992\u5995\u5997\u599f\u59a4\u59a7\u59ad\u59ae\u59af\u59b0\u59b3\u59b7\u59ba\u59bc\u59c1\u59c3\u59c4\u59c8\u59ca\u59cd\u59d2\u59dd\u59de\u59df\u59e3\u59e4\u59e7\u59ee\u59ef\u59f1\u59f2\u59f4\u59f7\u5a00\u5a04\u5a0c\u5a0d\u5a0e\u5a12\u5a13\u5a1e\u5a23\u5a24\u5a27\u5a28\u5a2a\u5a2d\u5a30\u5a44\u5a45\u5a47\u5a48\u5a4c\u5a50\u5a55\u5a5e\u5a63\u5a65\u5a67\u5a6d\u5a77\u5a7a\u5a7b\u5a7e\u5a8b\u5a90\u5a93\u5a96\u5a99\u5a9c\u5a9e\u5a9f\u5aa0\u5aa2\u5aa7\u5aac\u5ab1\u5ab2\u5ab3\u5ab5\u5ab8\u5aba\u5abb\u5abf"],["8fbaa1","\u5ac4\u5ac6\u5ac8\u5acf\u5ada\u5adc\u5ae0\u5ae5\u5aea\u5aee\u5af5\u5af6\u5afd\u5b00\u5b01\u5b08\u5b17\u5b34\u5b19\u5b1b\u5b1d\u5b21\u5b25\u5b2d\u5b38\u5b41\u5b4b\u5b4c\u5b52\u5b56\u5b5e\u5b68\u5b6e\u5b6f\u5b7c\u5b7d\u5b7e\u5b7f\u5b81\u5b84\u5b86\u5b8a\u5b8e\u5b90\u5b91\u5b93\u5b94\u5b96\u5ba8\u5ba9\u5bac\u5bad\u5baf\u5bb1\u5bb2\u5bb7\u5bba\u5bbc\u5bc0\u5bc1\u5bcd\u5bcf\u5bd6",4,"\u5be0\u5bef\u5bf1\u5bf4\u5bfd\u5c0c\u5c17\u5c1e\u5c1f\u5c23\u5c26\u5c29\u5c2b\u5c2c\u5c2e\u5c30\u5c32\u5c35\u5c36\u5c59\u5c5a\u5c5c\u5c62\u5c63\u5c67\u5c68\u5c69"],["8fbba1","\u5c6d\u5c70\u5c74\u5c75\u5c7a\u5c7b\u5c7c\u5c7d\u5c87\u5c88\u5c8a\u5c8f\u5c92\u5c9d\u5c9f\u5ca0\u5ca2\u5ca3\u5ca6\u5caa\u5cb2\u5cb4\u5cb5\u5cba\u5cc9\u5ccb\u5cd2\u5cdd\u5cd7\u5cee\u5cf1\u5cf2\u5cf4\u5d01\u5d06\u5d0d\u5d12\u5d2b\u5d23\u5d24\u5d26\u5d27\u5d31\u5d34\u5d39\u5d3d\u5d3f\u5d42\u5d43\u5d46\u5d48\u5d55\u5d51\u5d59\u5d4a\u5d5f\u5d60\u5d61\u5d62\u5d64\u5d6a\u5d6d\u5d70\u5d79\u5d7a\u5d7e\u5d7f\u5d81\u5d83\u5d88\u5d8a\u5d92\u5d93\u5d94\u5d95\u5d99\u5d9b\u5d9f\u5da0\u5da7\u5dab\u5db0\u5db4\u5db8\u5db9\u5dc3\u5dc7\u5dcb\u5dd0\u5dce\u5dd8\u5dd9\u5de0\u5de4"],["8fbca1","\u5de9\u5df8\u5df9\u5e00\u5e07\u5e0d\u5e12\u5e14\u5e15\u5e18\u5e1f\u5e20\u5e2e\u5e28\u5e32\u5e35\u5e3e\u5e4b\u5e50\u5e49\u5e51\u5e56\u5e58\u5e5b\u5e5c\u5e5e\u5e68\u5e6a",4,"\u5e70\u5e80\u5e8b\u5e8e\u5ea2\u5ea4\u5ea5\u5ea8\u5eaa\u5eac\u5eb1\u5eb3\u5ebd\u5ebe\u5ebf\u5ec6\u5ecc\u5ecb\u5ece\u5ed1\u5ed2\u5ed4\u5ed5\u5edc\u5ede\u5ee5\u5eeb\u5f02\u5f06\u5f07\u5f08\u5f0e\u5f19\u5f1c\u5f1d\u5f21\u5f22\u5f23\u5f24\u5f28\u5f2b\u5f2c\u5f2e\u5f30\u5f34\u5f36\u5f3b\u5f3d\u5f3f\u5f40\u5f44\u5f45\u5f47\u5f4d\u5f50\u5f54\u5f58\u5f5b\u5f60\u5f63\u5f64\u5f67"],["8fbda1","\u5f6f\u5f72\u5f74\u5f75\u5f78\u5f7a\u5f7d\u5f7e\u5f89\u5f8d\u5f8f\u5f96\u5f9c\u5f9d\u5fa2\u5fa7\u5fab\u5fa4\u5fac\u5faf\u5fb0\u5fb1\u5fb8\u5fc4\u5fc7\u5fc8\u5fc9\u5fcb\u5fd0",4,"\u5fde\u5fe1\u5fe2\u5fe8\u5fe9\u5fea\u5fec\u5fed\u5fee\u5fef\u5ff2\u5ff3\u5ff6\u5ffa\u5ffc\u6007\u600a\u600d\u6013\u6014\u6017\u6018\u601a\u601f\u6024\u602d\u6033\u6035\u6040\u6047\u6048\u6049\u604c\u6051\u6054\u6056\u6057\u605d\u6061\u6067\u6071\u607e\u607f\u6082\u6086\u6088\u608a\u608e\u6091\u6093\u6095\u6098\u609d\u609e\u60a2\u60a4\u60a5\u60a8\u60b0\u60b1\u60b7"],["8fbea1","\u60bb\u60be\u60c2\u60c4\u60c8\u60c9\u60ca\u60cb\u60ce\u60cf\u60d4\u60d5\u60d9\u60db\u60dd\u60de\u60e2\u60e5\u60f2\u60f5\u60f8\u60fc\u60fd\u6102\u6107\u610a\u610c\u6110",4,"\u6116\u6117\u6119\u611c\u611e\u6122\u612a\u612b\u6130\u6131\u6135\u6136\u6137\u6139\u6141\u6145\u6146\u6149\u615e\u6160\u616c\u6172\u6178\u617b\u617c\u617f\u6180\u6181\u6183\u6184\u618b\u618d\u6192\u6193\u6197\u6198\u619c\u619d\u619f\u61a0\u61a5\u61a8\u61aa\u61ad\u61b8\u61b9\u61bc\u61c0\u61c1\u61c2\u61ce\u61cf\u61d5\u61dc\u61dd\u61de\u61df\u61e1\u61e2\u61e7\u61e9\u61e5"],["8fbfa1","\u61ec\u61ed\u61ef\u6201\u6203\u6204\u6207\u6213\u6215\u621c\u6220\u6222\u6223\u6227\u6229\u622b\u6239\u623d\u6242\u6243\u6244\u6246\u624c\u6250\u6251\u6252\u6254\u6256\u625a\u625c\u6264\u626d\u626f\u6273\u627a\u627d\u628d\u628e\u628f\u6290\u62a6\u62a8\u62b3\u62b6\u62b7\u62ba\u62be\u62bf\u62c4\u62ce\u62d5\u62d6\u62da\u62ea\u62f2\u62f4\u62fc\u62fd\u6303\u6304\u630a\u630b\u630d\u6310\u6313\u6316\u6318\u6329\u632a\u632d\u6335\u6336\u6339\u633c\u6341\u6342\u6343\u6344\u6346\u634a\u634b\u634e\u6352\u6353\u6354\u6358\u635b\u6365\u6366\u636c\u636d\u6371\u6374\u6375"],["8fc0a1","\u6378\u637c\u637d\u637f\u6382\u6384\u6387\u638a\u6390\u6394\u6395\u6399\u639a\u639e\u63a4\u63a6\u63ad\u63ae\u63af\u63bd\u63c1\u63c5\u63c8\u63ce\u63d1\u63d3\u63d4\u63d5\u63dc\u63e0\u63e5\u63ea\u63ec\u63f2\u63f3\u63f5\u63f8\u63f9\u6409\u640a\u6410\u6412\u6414\u6418\u641e\u6420\u6422\u6424\u6425\u6429\u642a\u642f\u6430\u6435\u643d\u643f\u644b\u644f\u6451\u6452\u6453\u6454\u645a\u645b\u645c\u645d\u645f\u6460\u6461\u6463\u646d\u6473\u6474\u647b\u647d\u6485\u6487\u648f\u6490\u6491\u6498\u6499\u649b\u649d\u649f\u64a1\u64a3\u64a6\u64a8\u64ac\u64b3\u64bd\u64be\u64bf"],["8fc1a1","\u64c4\u64c9\u64ca\u64cb\u64cc\u64ce\u64d0\u64d1\u64d5\u64d7\u64e4\u64e5\u64e9\u64ea\u64ed\u64f0\u64f5\u64f7\u64fb\u64ff\u6501\u6504\u6508\u6509\u650a\u650f\u6513\u6514\u6516\u6519\u651b\u651e\u651f\u6522\u6526\u6529\u652e\u6531\u653a\u653c\u653d\u6543\u6547\u6549\u6550\u6552\u6554\u655f\u6560\u6567\u656b\u657a\u657d\u6581\u6585\u658a\u6592\u6595\u6598\u659d\u65a0\u65a3\u65a6\u65ae\u65b2\u65b3\u65b4\u65bf\u65c2\u65c8\u65c9\u65ce\u65d0\u65d4\u65d6\u65d8\u65df\u65f0\u65f2\u65f4\u65f5\u65f9\u65fe\u65ff\u6600\u6604\u6608\u6609\u660d\u6611\u6612\u6615\u6616\u661d"],["8fc2a1","\u661e\u6621\u6622\u6623\u6624\u6626\u6629\u662a\u662b\u662c\u662e\u6630\u6631\u6633\u6639\u6637\u6640\u6645\u6646\u664a\u664c\u6651\u664e\u6657\u6658\u6659\u665b\u665c\u6660\u6661\u66fb\u666a\u666b\u666c\u667e\u6673\u6675\u667f\u6677\u6678\u6679\u667b\u6680\u667c\u668b\u668c\u668d\u6690\u6692\u6699\u669a\u669b\u669c\u669f\u66a0\u66a4\u66ad\u66b1\u66b2\u66b5\u66bb\u66bf\u66c0\u66c2\u66c3\u66c8\u66cc\u66ce\u66cf\u66d4\u66db\u66df\u66e8\u66eb\u66ec\u66ee\u66fa\u6705\u6707\u670e\u6713\u6719\u671c\u6720\u6722\u6733\u673e\u6745\u6747\u6748\u674c\u6754\u6755\u675d"],["8fc3a1","\u6766\u676c\u676e\u6774\u6776\u677b\u6781\u6784\u678e\u678f\u6791\u6793\u6796\u6798\u6799\u679b\u67b0\u67b1\u67b2\u67b5\u67bb\u67bc\u67bd\u67f9\u67c0\u67c2\u67c3\u67c5\u67c8\u67c9\u67d2\u67d7\u67d9\u67dc\u67e1\u67e6\u67f0\u67f2\u67f6\u67f7\u6852\u6814\u6819\u681d\u681f\u6828\u6827\u682c\u682d\u682f\u6830\u6831\u6833\u683b\u683f\u6844\u6845\u684a\u684c\u6855\u6857\u6858\u685b\u686b\u686e",4,"\u6875\u6879\u687a\u687b\u687c\u6882\u6884\u6886\u6888\u6896\u6898\u689a\u689c\u68a1\u68a3\u68a5\u68a9\u68aa\u68ae\u68b2\u68bb\u68c5\u68c8\u68cc\u68cf"],["8fc4a1","\u68d0\u68d1\u68d3\u68d6\u68d9\u68dc\u68dd\u68e5\u68e8\u68ea\u68eb\u68ec\u68ed\u68f0\u68f1\u68f5\u68f6\u68fb\u68fc\u68fd\u6906\u6909\u690a\u6910\u6911\u6913\u6916\u6917\u6931\u6933\u6935\u6938\u693b\u6942\u6945\u6949\u694e\u6957\u695b\u6963\u6964\u6965\u6966\u6968\u6969\u696c\u6970\u6971\u6972\u697a\u697b\u697f\u6980\u698d\u6992\u6996\u6998\u69a1\u69a5\u69a6\u69a8\u69ab\u69ad\u69af\u69b7\u69b8\u69ba\u69bc\u69c5\u69c8\u69d1\u69d6\u69d7\u69e2\u69e5\u69ee\u69ef\u69f1\u69f3\u69f5\u69fe\u6a00\u6a01\u6a03\u6a0f\u6a11\u6a15\u6a1a\u6a1d\u6a20\u6a24\u6a28\u6a30\u6a32"],["8fc5a1","\u6a34\u6a37\u6a3b\u6a3e\u6a3f\u6a45\u6a46\u6a49\u6a4a\u6a4e\u6a50\u6a51\u6a52\u6a55\u6a56\u6a5b\u6a64\u6a67\u6a6a\u6a71\u6a73\u6a7e\u6a81\u6a83\u6a86\u6a87\u6a89\u6a8b\u6a91\u6a9b\u6a9d\u6a9e\u6a9f\u6aa5\u6aab\u6aaf\u6ab0\u6ab1\u6ab4\u6abd\u6abe\u6abf\u6ac6\u6ac9\u6ac8\u6acc\u6ad0\u6ad4\u6ad5\u6ad6\u6adc\u6add\u6ae4\u6ae7\u6aec\u6af0\u6af1\u6af2\u6afc\u6afd\u6b02\u6b03\u6b06\u6b07\u6b09\u6b0f\u6b10\u6b11\u6b17\u6b1b\u6b1e\u6b24\u6b28\u6b2b\u6b2c\u6b2f\u6b35\u6b36\u6b3b\u6b3f\u6b46\u6b4a\u6b4d\u6b52\u6b56\u6b58\u6b5d\u6b60\u6b67\u6b6b\u6b6e\u6b70\u6b75\u6b7d"],["8fc6a1","\u6b7e\u6b82\u6b85\u6b97\u6b9b\u6b9f\u6ba0\u6ba2\u6ba3\u6ba8\u6ba9\u6bac\u6bad\u6bae\u6bb0\u6bb8\u6bb9\u6bbd\u6bbe\u6bc3\u6bc4\u6bc9\u6bcc\u6bd6\u6bda\u6be1\u6be3\u6be6\u6be7\u6bee\u6bf1\u6bf7\u6bf9\u6bff\u6c02\u6c04\u6c05\u6c09\u6c0d\u6c0e\u6c10\u6c12\u6c19\u6c1f\u6c26\u6c27\u6c28\u6c2c\u6c2e\u6c33\u6c35\u6c36\u6c3a\u6c3b\u6c3f\u6c4a\u6c4b\u6c4d\u6c4f\u6c52\u6c54\u6c59\u6c5b\u6c5c\u6c6b\u6c6d\u6c6f\u6c74\u6c76\u6c78\u6c79\u6c7b\u6c85\u6c86\u6c87\u6c89\u6c94\u6c95\u6c97\u6c98\u6c9c\u6c9f\u6cb0\u6cb2\u6cb4\u6cc2\u6cc6\u6ccd\u6ccf\u6cd0\u6cd1\u6cd2\u6cd4\u6cd6"],["8fc7a1","\u6cda\u6cdc\u6ce0\u6ce7\u6ce9\u6ceb\u6cec\u6cee\u6cf2\u6cf4\u6d04\u6d07\u6d0a\u6d0e\u6d0f\u6d11\u6d13\u6d1a\u6d26\u6d27\u6d28\u6c67\u6d2e\u6d2f\u6d31\u6d39\u6d3c\u6d3f\u6d57\u6d5e\u6d5f\u6d61\u6d65\u6d67\u6d6f\u6d70\u6d7c\u6d82\u6d87\u6d91\u6d92\u6d94\u6d96\u6d97\u6d98\u6daa\u6dac\u6db4\u6db7\u6db9\u6dbd\u6dbf\u6dc4\u6dc8\u6dca\u6dce\u6dcf\u6dd6\u6ddb\u6ddd\u6ddf\u6de0\u6de2\u6de5\u6de9\u6def\u6df0\u6df4\u6df6\u6dfc\u6e00\u6e04\u6e1e\u6e22\u6e27\u6e32\u6e36\u6e39\u6e3b\u6e3c\u6e44\u6e45\u6e48\u6e49\u6e4b\u6e4f\u6e51\u6e52\u6e53\u6e54\u6e57\u6e5c\u6e5d\u6e5e"],["8fc8a1","\u6e62\u6e63\u6e68\u6e73\u6e7b\u6e7d\u6e8d\u6e93\u6e99\u6ea0\u6ea7\u6ead\u6eae\u6eb1\u6eb3\u6ebb\u6ebf\u6ec0\u6ec1\u6ec3\u6ec7\u6ec8\u6eca\u6ecd\u6ece\u6ecf\u6eeb\u6eed\u6eee\u6ef9\u6efb\u6efd\u6f04\u6f08\u6f0a\u6f0c\u6f0d\u6f16\u6f18\u6f1a\u6f1b\u6f26\u6f29\u6f2a\u6f2f\u6f30\u6f33\u6f36\u6f3b\u6f3c\u6f2d\u6f4f\u6f51\u6f52\u6f53\u6f57\u6f59\u6f5a\u6f5d\u6f5e\u6f61\u6f62\u6f68\u6f6c\u6f7d\u6f7e\u6f83\u6f87\u6f88\u6f8b\u6f8c\u6f8d\u6f90\u6f92\u6f93\u6f94\u6f96\u6f9a\u6f9f\u6fa0\u6fa5\u6fa6\u6fa7\u6fa8\u6fae\u6faf\u6fb0\u6fb5\u6fb6\u6fbc\u6fc5\u6fc7\u6fc8\u6fca"],["8fc9a1","\u6fda\u6fde\u6fe8\u6fe9\u6ff0\u6ff5\u6ff9\u6ffc\u6ffd\u7000\u7005\u7006\u7007\u700d\u7017\u7020\u7023\u702f\u7034\u7037\u7039\u703c\u7043\u7044\u7048\u7049\u704a\u704b\u7054\u7055\u705d\u705e\u704e\u7064\u7065\u706c\u706e\u7075\u7076\u707e\u7081\u7085\u7086\u7094",4,"\u709b\u70a4\u70ab\u70b0\u70b1\u70b4\u70b7\u70ca\u70d1\u70d3\u70d4\u70d5\u70d6\u70d8\u70dc\u70e4\u70fa\u7103",4,"\u710b\u710c\u710f\u711e\u7120\u712b\u712d\u712f\u7130\u7131\u7138\u7141\u7145\u7146\u7147\u714a\u714b\u7150\u7152\u7157\u715a\u715c\u715e\u7160"],["8fcaa1","\u7168\u7179\u7180\u7185\u7187\u718c\u7192\u719a\u719b\u71a0\u71a2\u71af\u71b0\u71b2\u71b3\u71ba\u71bf\u71c0\u71c1\u71c4\u71cb\u71cc\u71d3\u71d6\u71d9\u71da\u71dc\u71f8\u71fe\u7200\u7207\u7208\u7209\u7213\u7217\u721a\u721d\u721f\u7224\u722b\u722f\u7234\u7238\u7239\u7241\u7242\u7243\u7245\u724e\u724f\u7250\u7253\u7255\u7256\u725a\u725c\u725e\u7260\u7263\u7268\u726b\u726e\u726f\u7271\u7277\u7278\u727b\u727c\u727f\u7284\u7289\u728d\u728e\u7293\u729b\u72a8\u72ad\u72ae\u72b1\u72b4\u72be\u72c1\u72c7\u72c9\u72cc\u72d5\u72d6\u72d8\u72df\u72e5\u72f3\u72f4\u72fa\u72fb"],["8fcba1","\u72fe\u7302\u7304\u7305\u7307\u730b\u730d\u7312\u7313\u7318\u7319\u731e\u7322\u7324\u7327\u7328\u732c\u7331\u7332\u7335\u733a\u733b\u733d\u7343\u734d\u7350\u7352\u7356\u7358\u735d\u735e\u735f\u7360\u7366\u7367\u7369\u736b\u736c\u736e\u736f\u7371\u7377\u7379\u737c\u7380\u7381\u7383\u7385\u7386\u738e\u7390\u7393\u7395\u7397\u7398\u739c\u739e\u739f\u73a0\u73a2\u73a5\u73a6\u73aa\u73ab\u73ad\u73b5\u73b7\u73b9\u73bc\u73bd\u73bf\u73c5\u73c6\u73c9\u73cb\u73cc\u73cf\u73d2\u73d3\u73d6\u73d9\u73dd\u73e1\u73e3\u73e6\u73e7\u73e9\u73f4\u73f5\u73f7\u73f9\u73fa\u73fb\u73fd"],["8fcca1","\u73ff\u7400\u7401\u7404\u7407\u740a\u7411\u741a\u741b\u7424\u7426\u7428",9,"\u7439\u7440\u7443\u7444\u7446\u7447\u744b\u744d\u7451\u7452\u7457\u745d\u7462\u7466\u7467\u7468\u746b\u746d\u746e\u7471\u7472\u7480\u7481\u7485\u7486\u7487\u7489\u748f\u7490\u7491\u7492\u7498\u7499\u749a\u749c\u749f\u74a0\u74a1\u74a3\u74a6\u74a8\u74a9\u74aa\u74ab\u74ae\u74af\u74b1\u74b2\u74b5\u74b9\u74bb\u74bf\u74c8\u74c9\u74cc\u74d0\u74d3\u74d8\u74da\u74db\u74de\u74df\u74e4\u74e8\u74ea\u74eb\u74ef\u74f4\u74fa\u74fb\u74fc\u74ff\u7506"],["8fcda1","\u7512\u7516\u7517\u7520\u7521\u7524\u7527\u7529\u752a\u752f\u7536\u7539\u753d\u753e\u753f\u7540\u7543\u7547\u7548\u754e\u7550\u7552\u7557\u755e\u755f\u7561\u756f\u7571\u7579",5,"\u7581\u7585\u7590\u7592\u7593\u7595\u7599\u759c\u75a2\u75a4\u75b4\u75ba\u75bf\u75c0\u75c1\u75c4\u75c6\u75cc\u75ce\u75cf\u75d7\u75dc\u75df\u75e0\u75e1\u75e4\u75e7\u75ec\u75ee\u75ef\u75f1\u75f9\u7600\u7602\u7603\u7604\u7607\u7608\u760a\u760c\u760f\u7612\u7613\u7615\u7616\u7619\u761b\u761c\u761d\u761e\u7623\u7625\u7626\u7629\u762d\u7632\u7633\u7635\u7638\u7639"],["8fcea1","\u763a\u763c\u764a\u7640\u7641\u7643\u7644\u7645\u7649\u764b\u7655\u7659\u765f\u7664\u7665\u766d\u766e\u766f\u7671\u7674\u7681\u7685\u768c\u768d\u7695\u769b\u769c\u769d\u769f\u76a0\u76a2",6,"\u76aa\u76ad\u76bd\u76c1\u76c5\u76c9\u76cb\u76cc\u76ce\u76d4\u76d9\u76e0\u76e6\u76e8\u76ec\u76f0\u76f1\u76f6\u76f9\u76fc\u7700\u7706\u770a\u770e\u7712\u7714\u7715\u7717\u7719\u771a\u771c\u7722\u7728\u772d\u772e\u772f\u7734\u7735\u7736\u7739\u773d\u773e\u7742\u7745\u7746\u774a\u774d\u774e\u774f\u7752\u7756\u7757\u775c\u775e\u775f\u7760\u7762"],["8fcfa1","\u7764\u7767\u776a\u776c\u7770\u7772\u7773\u7774\u777a\u777d\u7780\u7784\u778c\u778d\u7794\u7795\u7796\u779a\u779f\u77a2\u77a7\u77aa\u77ae\u77af\u77b1\u77b5\u77be\u77c3\u77c9\u77d1\u77d2\u77d5\u77d9\u77de\u77df\u77e0\u77e4\u77e6\u77ea\u77ec\u77f0\u77f1\u77f4\u77f8\u77fb\u7805\u7806\u7809\u780d\u780e\u7811\u781d\u7821\u7822\u7823\u782d\u782e\u7830\u7835\u7837\u7843\u7844\u7847\u7848\u784c\u784e\u7852\u785c\u785e\u7860\u7861\u7863\u7864\u7868\u786a\u786e\u787a\u787e\u788a\u788f\u7894\u7898\u78a1\u789d\u789e\u789f\u78a4\u78a8\u78ac\u78ad\u78b0\u78b1\u78b2\u78b3"],["8fd0a1","\u78bb\u78bd\u78bf\u78c7\u78c8\u78c9\u78cc\u78ce\u78d2\u78d3\u78d5\u78d6\u78e4\u78db\u78df\u78e0\u78e1\u78e6\u78ea\u78f2\u78f3\u7900\u78f6\u78f7\u78fa\u78fb\u78ff\u7906\u790c\u7910\u791a\u791c\u791e\u791f\u7920\u7925\u7927\u7929\u792d\u7931\u7934\u7935\u793b\u793d\u793f\u7944\u7945\u7946\u794a\u794b\u794f\u7951\u7954\u7958\u795b\u795c\u7967\u7969\u796b\u7972\u7979\u797b\u797c\u797e\u798b\u798c\u7991\u7993\u7994\u7995\u7996\u7998\u799b\u799c\u79a1\u79a8\u79a9\u79ab\u79af\u79b1\u79b4\u79b8\u79bb\u79c2\u79c4\u79c7\u79c8\u79ca\u79cf\u79d4\u79d6\u79da\u79dd\u79de"],["8fd1a1","\u79e0\u79e2\u79e5\u79ea\u79eb\u79ed\u79f1\u79f8\u79fc\u7a02\u7a03\u7a07\u7a09\u7a0a\u7a0c\u7a11\u7a15\u7a1b\u7a1e\u7a21\u7a27\u7a2b\u7a2d\u7a2f\u7a30\u7a34\u7a35\u7a38\u7a39\u7a3a\u7a44\u7a45\u7a47\u7a48\u7a4c\u7a55\u7a56\u7a59\u7a5c\u7a5d\u7a5f\u7a60\u7a65\u7a67\u7a6a\u7a6d\u7a75\u7a78\u7a7e\u7a80\u7a82\u7a85\u7a86\u7a8a\u7a8b\u7a90\u7a91\u7a94\u7a9e\u7aa0\u7aa3\u7aac\u7ab3\u7ab5\u7ab9\u7abb\u7abc\u7ac6\u7ac9\u7acc\u7ace\u7ad1\u7adb\u7ae8\u7ae9\u7aeb\u7aec\u7af1\u7af4\u7afb\u7afd\u7afe\u7b07\u7b14\u7b1f\u7b23\u7b27\u7b29\u7b2a\u7b2b\u7b2d\u7b2e\u7b2f\u7b30"],["8fd2a1","\u7b31\u7b34\u7b3d\u7b3f\u7b40\u7b41\u7b47\u7b4e\u7b55\u7b60\u7b64\u7b66\u7b69\u7b6a\u7b6d\u7b6f\u7b72\u7b73\u7b77\u7b84\u7b89\u7b8e\u7b90\u7b91\u7b96\u7b9b\u7b9e\u7ba0\u7ba5\u7bac\u7baf\u7bb0\u7bb2\u7bb5\u7bb6\u7bba\u7bbb\u7bbc\u7bbd\u7bc2\u7bc5\u7bc8\u7bca\u7bd4\u7bd6\u7bd7\u7bd9\u7bda\u7bdb\u7be8\u7bea\u7bf2\u7bf4\u7bf5\u7bf8\u7bf9\u7bfa\u7bfc\u7bfe\u7c01\u7c02\u7c03\u7c04\u7c06\u7c09\u7c0b\u7c0c\u7c0e\u7c0f\u7c19\u7c1b\u7c20\u7c25\u7c26\u7c28\u7c2c\u7c31\u7c33\u7c34\u7c36\u7c39\u7c3a\u7c46\u7c4a\u7c55\u7c51\u7c52\u7c53\u7c59",5],["8fd3a1","\u7c61\u7c63\u7c67\u7c69\u7c6d\u7c6e\u7c70\u7c72\u7c79\u7c7c\u7c7d\u7c86\u7c87\u7c8f\u7c94\u7c9e\u7ca0\u7ca6\u7cb0\u7cb6\u7cb7\u7cba\u7cbb\u7cbc\u7cbf\u7cc4\u7cc7\u7cc8\u7cc9\u7ccd\u7ccf\u7cd3\u7cd4\u7cd5\u7cd7\u7cd9\u7cda\u7cdd\u7ce6\u7ce9\u7ceb\u7cf5\u7d03\u7d07\u7d08\u7d09\u7d0f\u7d11\u7d12\u7d13\u7d16\u7d1d\u7d1e\u7d23\u7d26\u7d2a\u7d2d\u7d31\u7d3c\u7d3d\u7d3e\u7d40\u7d41\u7d47\u7d48\u7d4d\u7d51\u7d53\u7d57\u7d59\u7d5a\u7d5c\u7d5d\u7d65\u7d67\u7d6a\u7d70\u7d78\u7d7a\u7d7b\u7d7f\u7d81\u7d82\u7d83\u7d85\u7d86\u7d88\u7d8b\u7d8c\u7d8d\u7d91\u7d96\u7d97\u7d9d"],["8fd4a1","\u7d9e\u7da6\u7da7\u7daa\u7db3\u7db6\u7db7\u7db9\u7dc2",4,"\u7dcc\u7dcd\u7dce\u7dd7\u7dd9\u7e00\u7de2\u7de5\u7de6\u7dea\u7deb\u7ded\u7df1\u7df5\u7df6\u7df9\u7dfa\u7e08\u7e10\u7e11\u7e15\u7e17\u7e1c\u7e1d\u7e20\u7e27\u7e28\u7e2c\u7e2d\u7e2f\u7e33\u7e36\u7e3f\u7e44\u7e45\u7e47\u7e4e\u7e50\u7e52\u7e58\u7e5f\u7e61\u7e62\u7e65\u7e6b\u7e6e\u7e6f\u7e73\u7e78\u7e7e\u7e81\u7e86\u7e87\u7e8a\u7e8d\u7e91\u7e95\u7e98\u7e9a\u7e9d\u7e9e\u7f3c\u7f3b\u7f3d\u7f3e\u7f3f\u7f43\u7f44\u7f47\u7f4f\u7f52\u7f53\u7f5b\u7f5c\u7f5d\u7f61\u7f63\u7f64\u7f65\u7f66\u7f6d"],["8fd5a1","\u7f71\u7f7d\u7f7e\u7f7f\u7f80\u7f8b\u7f8d\u7f8f\u7f90\u7f91\u7f96\u7f97\u7f9c\u7fa1\u7fa2\u7fa6\u7faa\u7fad\u7fb4\u7fbc\u7fbf\u7fc0\u7fc3\u7fc8\u7fce\u7fcf\u7fdb\u7fdf\u7fe3\u7fe5\u7fe8\u7fec\u7fee\u7fef\u7ff2\u7ffa\u7ffd\u7ffe\u7fff\u8007\u8008\u800a\u800d\u800e\u800f\u8011\u8013\u8014\u8016\u801d\u801e\u801f\u8020\u8024\u8026\u802c\u802e\u8030\u8034\u8035\u8037\u8039\u803a\u803c\u803e\u8040\u8044\u8060\u8064\u8066\u806d\u8071\u8075\u8081\u8088\u808e\u809c\u809e\u80a6\u80a7\u80ab\u80b8\u80b9\u80c8\u80cd\u80cf\u80d2\u80d4\u80d5\u80d7\u80d8\u80e0\u80ed\u80ee"],["8fd6a1","\u80f0\u80f2\u80f3\u80f6\u80f9\u80fa\u80fe\u8103\u810b\u8116\u8117\u8118\u811c\u811e\u8120\u8124\u8127\u812c\u8130\u8135\u813a\u813c\u8145\u8147\u814a\u814c\u8152\u8157\u8160\u8161\u8167\u8168\u8169\u816d\u816f\u8177\u8181\u8190\u8184\u8185\u8186\u818b\u818e\u8196\u8198\u819b\u819e\u81a2\u81ae\u81b2\u81b4\u81bb\u81cb\u81c3\u81c5\u81ca\u81ce\u81cf\u81d5\u81d7\u81db\u81dd\u81de\u81e1\u81e4\u81eb\u81ec\u81f0\u81f1\u81f2\u81f5\u81f6\u81f8\u81f9\u81fd\u81ff\u8200\u8203\u820f\u8213\u8214\u8219\u821a\u821d\u8221\u8222\u8228\u8232\u8234\u823a\u8243\u8244\u8245\u8246"],["8fd7a1","\u824b\u824e\u824f\u8251\u8256\u825c\u8260\u8263\u8267\u826d\u8274\u827b\u827d\u827f\u8280\u8281\u8283\u8284\u8287\u8289\u828a\u828e\u8291\u8294\u8296\u8298\u829a\u829b\u82a0\u82a1\u82a3\u82a4\u82a7\u82a8\u82a9\u82aa\u82ae\u82b0\u82b2\u82b4\u82b7\u82ba\u82bc\u82be\u82bf\u82c6\u82d0\u82d5\u82da\u82e0\u82e2\u82e4\u82e8\u82ea\u82ed\u82ef\u82f6\u82f7\u82fd\u82fe\u8300\u8301\u8307\u8308\u830a\u830b\u8354\u831b\u831d\u831e\u831f\u8321\u8322\u832c\u832d\u832e\u8330\u8333\u8337\u833a\u833c\u833d\u8342\u8343\u8344\u8347\u834d\u834e\u8351\u8355\u8356\u8357\u8370\u8378"],["8fd8a1","\u837d\u837f\u8380\u8382\u8384\u8386\u838d\u8392\u8394\u8395\u8398\u8399\u839b\u839c\u839d\u83a6\u83a7\u83a9\u83ac\u83be\u83bf\u83c0\u83c7\u83c9\u83cf\u83d0\u83d1\u83d4\u83dd\u8353\u83e8\u83ea\u83f6\u83f8\u83f9\u83fc\u8401\u8406\u840a\u840f\u8411\u8415\u8419\u83ad\u842f\u8439\u8445\u8447\u8448\u844a\u844d\u844f\u8451\u8452\u8456\u8458\u8459\u845a\u845c\u8460\u8464\u8465\u8467\u846a\u8470\u8473\u8474\u8476\u8478\u847c\u847d\u8481\u8485\u8492\u8493\u8495\u849e\u84a6\u84a8\u84a9\u84aa\u84af\u84b1\u84b4\u84ba\u84bd\u84be\u84c0\u84c2\u84c7\u84c8\u84cc\u84cf\u84d3"],["8fd9a1","\u84dc\u84e7\u84ea\u84ef\u84f0\u84f1\u84f2\u84f7\u8532\u84fa\u84fb\u84fd\u8502\u8503\u8507\u850c\u850e\u8510\u851c\u851e\u8522\u8523\u8524\u8525\u8527\u852a\u852b\u852f\u8533\u8534\u8536\u853f\u8546\u854f",4,"\u8556\u8559\u855c",6,"\u8564\u856b\u856f\u8579\u857a\u857b\u857d\u857f\u8581\u8585\u8586\u8589\u858b\u858c\u858f\u8593\u8598\u859d\u859f\u85a0\u85a2\u85a5\u85a7\u85b4\u85b6\u85b7\u85b8\u85bc\u85bd\u85be\u85bf\u85c2\u85c7\u85ca\u85cb\u85ce\u85ad\u85d8\u85da\u85df\u85e0\u85e6\u85e8\u85ed\u85f3\u85f6\u85fc"],["8fdaa1","\u85ff\u8600\u8604\u8605\u860d\u860e\u8610\u8611\u8612\u8618\u8619\u861b\u861e\u8621\u8627\u8629\u8636\u8638\u863a\u863c\u863d\u8640\u8642\u8646\u8652\u8653\u8656\u8657\u8658\u8659\u865d\u8660",4,"\u8669\u866c\u866f\u8675\u8676\u8677\u867a\u868d\u8691\u8696\u8698\u869a\u869c\u86a1\u86a6\u86a7\u86a8\u86ad\u86b1\u86b3\u86b4\u86b5\u86b7\u86b8\u86b9\u86bf\u86c0\u86c1\u86c3\u86c5\u86d1\u86d2\u86d5\u86d7\u86da\u86dc\u86e0\u86e3\u86e5\u86e7\u8688\u86fa\u86fc\u86fd\u8704\u8705\u8707\u870b\u870e\u870f\u8710\u8713\u8714\u8719\u871e\u871f\u8721\u8723"],["8fdba1","\u8728\u872e\u872f\u8731\u8732\u8739\u873a\u873c\u873d\u873e\u8740\u8743\u8745\u874d\u8758\u875d\u8761\u8764\u8765\u876f\u8771\u8772\u877b\u8783",6,"\u878b\u878c\u8790\u8793\u8795\u8797\u8798\u8799\u879e\u87a0\u87a3\u87a7\u87ac\u87ad\u87ae\u87b1\u87b5\u87be\u87bf\u87c1\u87c8\u87c9\u87ca\u87ce\u87d5\u87d6\u87d9\u87da\u87dc\u87df\u87e2\u87e3\u87e4\u87ea\u87eb\u87ed\u87f1\u87f3\u87f8\u87fa\u87ff\u8801\u8803\u8806\u8809\u880a\u880b\u8810\u8819\u8812\u8813\u8814\u8818\u881a\u881b\u881c\u881e\u881f\u8828\u882d\u882e\u8830\u8832\u8835"],["8fdca1","\u883a\u883c\u8841\u8843\u8845\u8848\u8849\u884a\u884b\u884e\u8851\u8855\u8856\u8858\u885a\u885c\u885f\u8860\u8864\u8869\u8871\u8879\u887b\u8880\u8898\u889a\u889b\u889c\u889f\u88a0\u88a8\u88aa\u88ba\u88bd\u88be\u88c0\u88ca",4,"\u88d1\u88d2\u88d3\u88db\u88de\u88e7\u88ef\u88f0\u88f1\u88f5\u88f7\u8901\u8906\u890d\u890e\u890f\u8915\u8916\u8918\u8919\u891a\u891c\u8920\u8926\u8927\u8928\u8930\u8931\u8932\u8935\u8939\u893a\u893e\u8940\u8942\u8945\u8946\u8949\u894f\u8952\u8957\u895a\u895b\u895c\u8961\u8962\u8963\u896b\u896e\u8970\u8973\u8975\u897a"],["8fdda1","\u897b\u897c\u897d\u8989\u898d\u8990\u8994\u8995\u899b\u899c\u899f\u89a0\u89a5\u89b0\u89b4\u89b5\u89b6\u89b7\u89bc\u89d4",4,"\u89e5\u89e9\u89eb\u89ed\u89f1\u89f3\u89f6\u89f9\u89fd\u89ff\u8a04\u8a05\u8a07\u8a0f\u8a11\u8a12\u8a14\u8a15\u8a1e\u8a20\u8a22\u8a24\u8a26\u8a2b\u8a2c\u8a2f\u8a35\u8a37\u8a3d\u8a3e\u8a40\u8a43\u8a45\u8a47\u8a49\u8a4d\u8a4e\u8a53\u8a56\u8a57\u8a58\u8a5c\u8a5d\u8a61\u8a65\u8a67\u8a75\u8a76\u8a77\u8a79\u8a7a\u8a7b\u8a7e\u8a7f\u8a80\u8a83\u8a86\u8a8b\u8a8f\u8a90\u8a92\u8a96\u8a97\u8a99\u8a9f\u8aa7\u8aa9\u8aae\u8aaf\u8ab3"],["8fdea1","\u8ab6\u8ab7\u8abb\u8abe\u8ac3\u8ac6\u8ac8\u8ac9\u8aca\u8ad1\u8ad3\u8ad4\u8ad5\u8ad7\u8add\u8adf\u8aec\u8af0\u8af4\u8af5\u8af6\u8afc\u8aff\u8b05\u8b06\u8b0b\u8b11\u8b1c\u8b1e\u8b1f\u8b0a\u8b2d\u8b30\u8b37\u8b3c\u8b42",4,"\u8b48\u8b52\u8b53\u8b54\u8b59\u8b4d\u8b5e\u8b63\u8b6d\u8b76\u8b78\u8b79\u8b7c\u8b7e\u8b81\u8b84\u8b85\u8b8b\u8b8d\u8b8f\u8b94\u8b95\u8b9c\u8b9e\u8b9f\u8c38\u8c39\u8c3d\u8c3e\u8c45\u8c47\u8c49\u8c4b\u8c4f\u8c51\u8c53\u8c54\u8c57\u8c58\u8c5b\u8c5d\u8c59\u8c63\u8c64\u8c66\u8c68\u8c69\u8c6d\u8c73\u8c75\u8c76\u8c7b\u8c7e\u8c86"],["8fdfa1","\u8c87\u8c8b\u8c90\u8c92\u8c93\u8c99\u8c9b\u8c9c\u8ca4\u8cb9\u8cba\u8cc5\u8cc6\u8cc9\u8ccb\u8ccf\u8cd6\u8cd5\u8cd9\u8cdd\u8ce1\u8ce8\u8cec\u8cef\u8cf0\u8cf2\u8cf5\u8cf7\u8cf8\u8cfe\u8cff\u8d01\u8d03\u8d09\u8d12\u8d17\u8d1b\u8d65\u8d69\u8d6c\u8d6e\u8d7f\u8d82\u8d84\u8d88\u8d8d\u8d90\u8d91\u8d95\u8d9e\u8d9f\u8da0\u8da6\u8dab\u8dac\u8daf\u8db2\u8db5\u8db7\u8db9\u8dbb\u8dc0\u8dc5\u8dc6\u8dc7\u8dc8\u8dca\u8dce\u8dd1\u8dd4\u8dd5\u8dd7\u8dd9\u8de4\u8de5\u8de7\u8dec\u8df0\u8dbc\u8df1\u8df2\u8df4\u8dfd\u8e01\u8e04\u8e05\u8e06\u8e0b\u8e11\u8e14\u8e16\u8e20\u8e21\u8e22"],["8fe0a1","\u8e23\u8e26\u8e27\u8e31\u8e33\u8e36\u8e37\u8e38\u8e39\u8e3d\u8e40\u8e41\u8e4b\u8e4d\u8e4e\u8e4f\u8e54\u8e5b\u8e5c\u8e5d\u8e5e\u8e61\u8e62\u8e69\u8e6c\u8e6d\u8e6f\u8e70\u8e71\u8e79\u8e7a\u8e7b\u8e82\u8e83\u8e89\u8e90\u8e92\u8e95\u8e9a\u8e9b\u8e9d\u8e9e\u8ea2\u8ea7\u8ea9\u8ead\u8eae\u8eb3\u8eb5\u8eba\u8ebb\u8ec0\u8ec1\u8ec3\u8ec4\u8ec7\u8ecf\u8ed1\u8ed4\u8edc\u8ee8\u8eee\u8ef0\u8ef1\u8ef7\u8ef9\u8efa\u8eed\u8f00\u8f02\u8f07\u8f08\u8f0f\u8f10\u8f16\u8f17\u8f18\u8f1e\u8f20\u8f21\u8f23\u8f25\u8f27\u8f28\u8f2c\u8f2d\u8f2e\u8f34\u8f35\u8f36\u8f37\u8f3a\u8f40\u8f41"],["8fe1a1","\u8f43\u8f47\u8f4f\u8f51",4,"\u8f58\u8f5d\u8f5e\u8f65\u8f9d\u8fa0\u8fa1\u8fa4\u8fa5\u8fa6\u8fb5\u8fb6\u8fb8\u8fbe\u8fc0\u8fc1\u8fc6\u8fca\u8fcb\u8fcd\u8fd0\u8fd2\u8fd3\u8fd5\u8fe0\u8fe3\u8fe4\u8fe8\u8fee\u8ff1\u8ff5\u8ff6\u8ffb\u8ffe\u9002\u9004\u9008\u900c\u9018\u901b\u9028\u9029\u902f\u902a\u902c\u902d\u9033\u9034\u9037\u903f\u9043\u9044\u904c\u905b\u905d\u9062\u9066\u9067\u906c\u9070\u9074\u9079\u9085\u9088\u908b\u908c\u908e\u9090\u9095\u9097\u9098\u9099\u909b\u90a0\u90a1\u90a2\u90a5\u90b0\u90b2\u90b3\u90b4\u90b6\u90bd\u90cc\u90be\u90c3"],["8fe2a1","\u90c4\u90c5\u90c7\u90c8\u90d5\u90d7\u90d8\u90d9\u90dc\u90dd\u90df\u90e5\u90d2\u90f6\u90eb\u90ef\u90f0\u90f4\u90fe\u90ff\u9100\u9104\u9105\u9106\u9108\u910d\u9110\u9114\u9116\u9117\u9118\u911a\u911c\u911e\u9120\u9125\u9122\u9123\u9127\u9129\u912e\u912f\u9131\u9134\u9136\u9137\u9139\u913a\u913c\u913d\u9143\u9147\u9148\u914f\u9153\u9157\u9159\u915a\u915b\u9161\u9164\u9167\u916d\u9174\u9179\u917a\u917b\u9181\u9183\u9185\u9186\u918a\u918e\u9191\u9193\u9194\u9195\u9198\u919e\u91a1\u91a6\u91a8\u91ac\u91ad\u91ae\u91b0\u91b1\u91b2\u91b3\u91b6\u91bb\u91bc\u91bd\u91bf"],["8fe3a1","\u91c2\u91c3\u91c5\u91d3\u91d4\u91d7\u91d9\u91da\u91de\u91e4\u91e5\u91e9\u91ea\u91ec",5,"\u91f7\u91f9\u91fb\u91fd\u9200\u9201\u9204\u9205\u9206\u9207\u9209\u920a\u920c\u9210\u9212\u9213\u9216\u9218\u921c\u921d\u9223\u9224\u9225\u9226\u9228\u922e\u922f\u9230\u9233\u9235\u9236\u9238\u9239\u923a\u923c\u923e\u9240\u9242\u9243\u9246\u9247\u924a\u924d\u924e\u924f\u9251\u9258\u9259\u925c\u925d\u9260\u9261\u9265\u9267\u9268\u9269\u926e\u926f\u9270\u9275",4,"\u927b\u927c\u927d\u927f\u9288\u9289\u928a\u928d\u928e\u9292\u9297"],["8fe4a1","\u9299\u929f\u92a0\u92a4\u92a5\u92a7\u92a8\u92ab\u92af\u92b2\u92b6\u92b8\u92ba\u92bb\u92bc\u92bd\u92bf",4,"\u92c5\u92c6\u92c7\u92c8\u92cb\u92cc\u92cd\u92ce\u92d0\u92d3\u92d5\u92d7\u92d8\u92d9\u92dc\u92dd\u92df\u92e0\u92e1\u92e3\u92e5\u92e7\u92e8\u92ec\u92ee\u92f0\u92f9\u92fb\u92ff\u9300\u9302\u9308\u930d\u9311\u9314\u9315\u931c\u931d\u931e\u931f\u9321\u9324\u9325\u9327\u9329\u932a\u9333\u9334\u9336\u9337\u9347\u9348\u9349\u9350\u9351\u9352\u9355\u9357\u9358\u935a\u935e\u9364\u9365\u9367\u9369\u936a\u936d\u936f\u9370\u9371\u9373\u9374\u9376"],["8fe5a1","\u937a\u937d\u937f\u9380\u9381\u9382\u9388\u938a\u938b\u938d\u938f\u9392\u9395\u9398\u939b\u939e\u93a1\u93a3\u93a4\u93a6\u93a8\u93ab\u93b4\u93b5\u93b6\u93ba\u93a9\u93c1\u93c4\u93c5\u93c6\u93c7\u93c9",4,"\u93d3\u93d9\u93dc\u93de\u93df\u93e2\u93e6\u93e7\u93f9\u93f7\u93f8\u93fa\u93fb\u93fd\u9401\u9402\u9404\u9408\u9409\u940d\u940e\u940f\u9415\u9416\u9417\u941f\u942e\u942f\u9431\u9432\u9433\u9434\u943b\u943f\u943d\u9443\u9445\u9448\u944a\u944c\u9455\u9459\u945c\u945f\u9461\u9463\u9468\u946b\u946d\u946e\u946f\u9471\u9472\u9484\u9483\u9578\u9579"],["8fe6a1","\u957e\u9584\u9588\u958c\u958d\u958e\u959d\u959e\u959f\u95a1\u95a6\u95a9\u95ab\u95ac\u95b4\u95b6\u95ba\u95bd\u95bf\u95c6\u95c8\u95c9\u95cb\u95d0\u95d1\u95d2\u95d3\u95d9\u95da\u95dd\u95de\u95df\u95e0\u95e4\u95e6\u961d\u961e\u9622\u9624\u9625\u9626\u962c\u9631\u9633\u9637\u9638\u9639\u963a\u963c\u963d\u9641\u9652\u9654\u9656\u9657\u9658\u9661\u966e\u9674\u967b\u967c\u967e\u967f\u9681\u9682\u9683\u9684\u9689\u9691\u9696\u969a\u969d\u969f\u96a4\u96a5\u96a6\u96a9\u96ae\u96af\u96b3\u96ba\u96ca\u96d2\u5db2\u96d8\u96da\u96dd\u96de\u96df\u96e9\u96ef\u96f1\u96fa\u9702"],["8fe7a1","\u9703\u9705\u9709\u971a\u971b\u971d\u9721\u9722\u9723\u9728\u9731\u9733\u9741\u9743\u974a\u974e\u974f\u9755\u9757\u9758\u975a\u975b\u9763\u9767\u976a\u976e\u9773\u9776\u9777\u9778\u977b\u977d\u977f\u9780\u9789\u9795\u9796\u9797\u9799\u979a\u979e\u979f\u97a2\u97ac\u97ae\u97b1\u97b2\u97b5\u97b6\u97b8\u97b9\u97ba\u97bc\u97be\u97bf\u97c1\u97c4\u97c5\u97c7\u97c9\u97ca\u97cc\u97cd\u97ce\u97d0\u97d1\u97d4\u97d7\u97d8\u97d9\u97dd\u97de\u97e0\u97db\u97e1\u97e4\u97ef\u97f1\u97f4\u97f7\u97f8\u97fa\u9807\u980a\u9819\u980d\u980e\u9814\u9816\u981c\u981e\u9820\u9823\u9826"],["8fe8a1","\u982b\u982e\u982f\u9830\u9832\u9833\u9835\u9825\u983e\u9844\u9847\u984a\u9851\u9852\u9853\u9856\u9857\u9859\u985a\u9862\u9863\u9865\u9866\u986a\u986c\u98ab\u98ad\u98ae\u98b0\u98b4\u98b7\u98b8\u98ba\u98bb\u98bf\u98c2\u98c5\u98c8\u98cc\u98e1\u98e3\u98e5\u98e6\u98e7\u98ea\u98f3\u98f6\u9902\u9907\u9908\u9911\u9915\u9916\u9917\u991a\u991b\u991c\u991f\u9922\u9926\u9927\u992b\u9931",4,"\u9939\u993a\u993b\u993c\u9940\u9941\u9946\u9947\u9948\u994d\u994e\u9954\u9958\u9959\u995b\u995c\u995e\u995f\u9960\u999b\u999d\u999f\u99a6\u99b0\u99b1\u99b2\u99b5"],["8fe9a1","\u99b9\u99ba\u99bd\u99bf\u99c3\u99c9\u99d3\u99d4\u99d9\u99da\u99dc\u99de\u99e7\u99ea\u99eb\u99ec\u99f0\u99f4\u99f5\u99f9\u99fd\u99fe\u9a02\u9a03\u9a04\u9a0b\u9a0c\u9a10\u9a11\u9a16\u9a1e\u9a20\u9a22\u9a23\u9a24\u9a27\u9a2d\u9a2e\u9a33\u9a35\u9a36\u9a38\u9a47\u9a41\u9a44\u9a4a\u9a4b\u9a4c\u9a4e\u9a51\u9a54\u9a56\u9a5d\u9aaa\u9aac\u9aae\u9aaf\u9ab2\u9ab4\u9ab5\u9ab6\u9ab9\u9abb\u9abe\u9abf\u9ac1\u9ac3\u9ac6\u9ac8\u9ace\u9ad0\u9ad2\u9ad5\u9ad6\u9ad7\u9adb\u9adc\u9ae0\u9ae4\u9ae5\u9ae7\u9ae9\u9aec\u9af2\u9af3\u9af5\u9af9\u9afa\u9afd\u9aff",4],["8feaa1","\u9b04\u9b05\u9b08\u9b09\u9b0b\u9b0c\u9b0d\u9b0e\u9b10\u9b12\u9b16\u9b19\u9b1b\u9b1c\u9b20\u9b26\u9b2b\u9b2d\u9b33\u9b34\u9b35\u9b37\u9b39\u9b3a\u9b3d\u9b48\u9b4b\u9b4c\u9b55\u9b56\u9b57\u9b5b\u9b5e\u9b61\u9b63\u9b65\u9b66\u9b68\u9b6a",4,"\u9b73\u9b75\u9b77\u9b78\u9b79\u9b7f\u9b80\u9b84\u9b85\u9b86\u9b87\u9b89\u9b8a\u9b8b\u9b8d\u9b8f\u9b90\u9b94\u9b9a\u9b9d\u9b9e\u9ba6\u9ba7\u9ba9\u9bac\u9bb0\u9bb1\u9bb2\u9bb7\u9bb8\u9bbb\u9bbc\u9bbe\u9bbf\u9bc1\u9bc7\u9bc8\u9bce\u9bd0\u9bd7\u9bd8\u9bdd\u9bdf\u9be5\u9be7\u9bea\u9beb\u9bef\u9bf3\u9bf7\u9bf8"],["8feba1","\u9bf9\u9bfa\u9bfd\u9bff\u9c00\u9c02\u9c0b\u9c0f\u9c11\u9c16\u9c18\u9c19\u9c1a\u9c1c\u9c1e\u9c22\u9c23\u9c26",4,"\u9c31\u9c35\u9c36\u9c37\u9c3d\u9c41\u9c43\u9c44\u9c45\u9c49\u9c4a\u9c4e\u9c4f\u9c50\u9c53\u9c54\u9c56\u9c58\u9c5b\u9c5d\u9c5e\u9c5f\u9c63\u9c69\u9c6a\u9c5c\u9c6b\u9c68\u9c6e\u9c70\u9c72\u9c75\u9c77\u9c7b\u9ce6\u9cf2\u9cf7\u9cf9\u9d0b\u9d02\u9d11\u9d17\u9d18\u9d1c\u9d1d\u9d1e\u9d2f\u9d30\u9d32\u9d33\u9d34\u9d3a\u9d3c\u9d45\u9d3d\u9d42\u9d43\u9d47\u9d4a\u9d53\u9d54\u9d5f\u9d63\u9d62\u9d65\u9d69\u9d6a\u9d6b\u9d70\u9d76\u9d77\u9d7b"],["8feca1","\u9d7c\u9d7e\u9d83\u9d84\u9d86\u9d8a\u9d8d\u9d8e\u9d92\u9d93\u9d95\u9d96\u9d97\u9d98\u9da1\u9daa\u9dac\u9dae\u9db1\u9db5\u9db9\u9dbc\u9dbf\u9dc3\u9dc7\u9dc9\u9dca\u9dd4\u9dd5\u9dd6\u9dd7\u9dda\u9dde\u9ddf\u9de0\u9de5\u9de7\u9de9\u9deb\u9dee\u9df0\u9df3\u9df4\u9dfe\u9e0a\u9e02\u9e07\u9e0e\u9e10\u9e11\u9e12\u9e15\u9e16\u9e19\u9e1c\u9e1d\u9e7a\u9e7b\u9e7c\u9e80\u9e82\u9e83\u9e84\u9e85\u9e87\u9e8e\u9e8f\u9e96\u9e98\u9e9b\u9e9e\u9ea4\u9ea8\u9eac\u9eae\u9eaf\u9eb0\u9eb3\u9eb4\u9eb5\u9ec6\u9ec8\u9ecb\u9ed5\u9edf\u9ee4\u9ee7\u9eec\u9eed\u9eee\u9ef0\u9ef1\u9ef2\u9ef5"],["8feda1","\u9ef8\u9eff\u9f02\u9f03\u9f09\u9f0f\u9f10\u9f11\u9f12\u9f14\u9f16\u9f17\u9f19\u9f1a\u9f1b\u9f1f\u9f22\u9f26\u9f2a\u9f2b\u9f2f\u9f31\u9f32\u9f34\u9f37\u9f39\u9f3a\u9f3c\u9f3d\u9f3f\u9f41\u9f43",4,"\u9f53\u9f55\u9f56\u9f57\u9f58\u9f5a\u9f5d\u9f5e\u9f68\u9f69\u9f6d",4,"\u9f73\u9f75\u9f7a\u9f7d\u9f8f\u9f90\u9f91\u9f92\u9f94\u9f96\u9f97\u9f9e\u9fa1\u9fa2\u9fa3\u9fa5"]]')},99129:function(b){"use strict";b.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},55914:function(b){"use strict";b.exports=JSON.parse('[["a140","\ue4c6",62],["a180","\ue505",32],["a240","\ue526",62],["a280","\ue565",32],["a2ab","\ue766",5],["a2e3","\u20ac\ue76d"],["a2ef","\ue76e\ue76f"],["a2fd","\ue770\ue771"],["a340","\ue586",62],["a380","\ue5c5",31,"\u3000"],["a440","\ue5e6",62],["a480","\ue625",32],["a4f4","\ue772",10],["a540","\ue646",62],["a580","\ue685",32],["a5f7","\ue77d",7],["a640","\ue6a6",62],["a680","\ue6e5",32],["a6b9","\ue785",7],["a6d9","\ue78d",6],["a6ec","\ue794\ue795"],["a6f3","\ue796"],["a6f6","\ue797",8],["a740","\ue706",62],["a780","\ue745",32],["a7c2","\ue7a0",14],["a7f2","\ue7af",12],["a896","\ue7bc",10],["a8bc","\u1e3f"],["a8bf","\u01f9"],["a8c1","\ue7c9\ue7ca\ue7cb\ue7cc"],["a8ea","\ue7cd",20],["a958","\ue7e2"],["a95b","\ue7e3"],["a95d","\ue7e4\ue7e5\ue7e6"],["a989","\u303e\u2ff0",11],["a997","\ue7f4",12],["a9f0","\ue801",14],["aaa1","\ue000",93],["aba1","\ue05e",93],["aca1","\ue0bc",93],["ada1","\ue11a",93],["aea1","\ue178",93],["afa1","\ue1d6",93],["d7fa","\ue810",4],["f8a1","\ue234",93],["f9a1","\ue292",93],["faa1","\ue2f0",93],["fba1","\ue34e",93],["fca1","\ue3ac",93],["fda1","\ue40a",93],["fe50","\u2e81\ue816\ue817\ue818\u2e84\u3473\u3447\u2e88\u2e8b\ue81e\u359e\u361a\u360e\u2e8c\u2e97\u396e\u3918\ue826\u39cf\u39df\u3a73\u39d0\ue82b\ue82c\u3b4e\u3c6e\u3ce0\u2ea7\ue831\ue832\u2eaa\u4056\u415f\u2eae\u4337\u2eb3\u2eb6\u2eb7\ue83b\u43b1\u43ac\u2ebb\u43dd\u44d6\u4661\u464c\ue843"],["fe80","\u4723\u4729\u477c\u478d\u2eca\u4947\u497a\u497d\u4982\u4983\u4985\u4986\u499f\u499b\u49b7\u49b6\ue854\ue855\u4ca3\u4c9f\u4ca0\u4ca1\u4c77\u4ca2\u4d13",6,"\u4dae\ue864\ue468",93],["8135f437","\ue7c7"]]')},40679:function(b){"use strict";b.exports=JSON.parse('[["0","\\u0000",128],["a1","\uff61",62],["8140","\u3000\u3001\u3002\uff0c\uff0e\u30fb\uff1a\uff1b\uff1f\uff01\u309b\u309c\xb4\uff40\xa8\uff3e\uffe3\uff3f\u30fd\u30fe\u309d\u309e\u3003\u4edd\u3005\u3006\u3007\u30fc\u2015\u2010\uff0f\uff3c\uff5e\u2225\uff5c\u2026\u2025\u2018\u2019\u201c\u201d\uff08\uff09\u3014\u3015\uff3b\uff3d\uff5b\uff5d\u3008",9,"\uff0b\uff0d\xb1\xd7"],["8180","\xf7\uff1d\u2260\uff1c\uff1e\u2266\u2267\u221e\u2234\u2642\u2640\xb0\u2032\u2033\u2103\uffe5\uff04\uffe0\uffe1\uff05\uff03\uff06\uff0a\uff20\xa7\u2606\u2605\u25cb\u25cf\u25ce\u25c7\u25c6\u25a1\u25a0\u25b3\u25b2\u25bd\u25bc\u203b\u3012\u2192\u2190\u2191\u2193\u3013"],["81b8","\u2208\u220b\u2286\u2287\u2282\u2283\u222a\u2229"],["81c8","\u2227\u2228\uffe2\u21d2\u21d4\u2200\u2203"],["81da","\u2220\u22a5\u2312\u2202\u2207\u2261\u2252\u226a\u226b\u221a\u223d\u221d\u2235\u222b\u222c"],["81f0","\u212b\u2030\u266f\u266d\u266a\u2020\u2021\xb6"],["81fc","\u25ef"],["824f","\uff10",9],["8260","\uff21",25],["8281","\uff41",25],["829f","\u3041",82],["8340","\u30a1",62],["8380","\u30e0",22],["839f","\u0391",16,"\u03a3",6],["83bf","\u03b1",16,"\u03c3",6],["8440","\u0410",5,"\u0401\u0416",25],["8470","\u0430",5,"\u0451\u0436",7],["8480","\u043e",17],["849f","\u2500\u2502\u250c\u2510\u2518\u2514\u251c\u252c\u2524\u2534\u253c\u2501\u2503\u250f\u2513\u251b\u2517\u2523\u2533\u252b\u253b\u254b\u2520\u252f\u2528\u2537\u253f\u251d\u2530\u2525\u2538\u2542"],["8740","\u2460",19,"\u2160",9],["875f","\u3349\u3314\u3322\u334d\u3318\u3327\u3303\u3336\u3351\u3357\u330d\u3326\u3323\u332b\u334a\u333b\u339c\u339d\u339e\u338e\u338f\u33c4\u33a1"],["877e","\u337b"],["8780","\u301d\u301f\u2116\u33cd\u2121\u32a4",4,"\u3231\u3232\u3239\u337e\u337d\u337c\u2252\u2261\u222b\u222e\u2211\u221a\u22a5\u2220\u221f\u22bf\u2235\u2229\u222a"],["889f","\u4e9c\u5516\u5a03\u963f\u54c0\u611b\u6328\u59f6\u9022\u8475\u831c\u7a50\u60aa\u63e1\u6e25\u65ed\u8466\u82a6\u9bf5\u6893\u5727\u65a1\u6271\u5b9b\u59d0\u867b\u98f4\u7d62\u7dbe\u9b8e\u6216\u7c9f\u88b7\u5b89\u5eb5\u6309\u6697\u6848\u95c7\u978d\u674f\u4ee5\u4f0a\u4f4d\u4f9d\u5049\u56f2\u5937\u59d4\u5a01\u5c09\u60df\u610f\u6170\u6613\u6905\u70ba\u754f\u7570\u79fb\u7dad\u7def\u80c3\u840e\u8863\u8b02\u9055\u907a\u533b\u4e95\u4ea5\u57df\u80b2\u90c1\u78ef\u4e00\u58f1\u6ea2\u9038\u7a32\u8328\u828b\u9c2f\u5141\u5370\u54bd\u54e1\u56e0\u59fb\u5f15\u98f2\u6deb\u80e4\u852d"],["8940","\u9662\u9670\u96a0\u97fb\u540b\u53f3\u5b87\u70cf\u7fbd\u8fc2\u96e8\u536f\u9d5c\u7aba\u4e11\u7893\u81fc\u6e26\u5618\u5504\u6b1d\u851a\u9c3b\u59e5\u53a9\u6d66\u74dc\u958f\u5642\u4e91\u904b\u96f2\u834f\u990c\u53e1\u55b6\u5b30\u5f71\u6620\u66f3\u6804\u6c38\u6cf3\u6d29\u745b\u76c8\u7a4e\u9834\u82f1\u885b\u8a60\u92ed\u6db2\u75ab\u76ca\u99c5\u60a6\u8b01\u8d8a\u95b2\u698e\u53ad\u5186"],["8980","\u5712\u5830\u5944\u5bb4\u5ef6\u6028\u63a9\u63f4\u6cbf\u6f14\u708e\u7114\u7159\u71d5\u733f\u7e01\u8276\u82d1\u8597\u9060\u925b\u9d1b\u5869\u65bc\u6c5a\u7525\u51f9\u592e\u5965\u5f80\u5fdc\u62bc\u65fa\u6a2a\u6b27\u6bb4\u738b\u7fc1\u8956\u9d2c\u9d0e\u9ec4\u5ca1\u6c96\u837b\u5104\u5c4b\u61b6\u81c6\u6876\u7261\u4e59\u4ffa\u5378\u6069\u6e29\u7a4f\u97f3\u4e0b\u5316\u4eee\u4f55\u4f3d\u4fa1\u4f73\u52a0\u53ef\u5609\u590f\u5ac1\u5bb6\u5be1\u79d1\u6687\u679c\u67b6\u6b4c\u6cb3\u706b\u73c2\u798d\u79be\u7a3c\u7b87\u82b1\u82db\u8304\u8377\u83ef\u83d3\u8766\u8ab2\u5629\u8ca8\u8fe6\u904e\u971e\u868a\u4fc4\u5ce8\u6211\u7259\u753b\u81e5\u82bd\u86fe\u8cc0\u96c5\u9913\u99d5\u4ecb\u4f1a\u89e3\u56de\u584a\u58ca\u5efb\u5feb\u602a\u6094\u6062\u61d0\u6212\u62d0\u6539"],["8a40","\u9b41\u6666\u68b0\u6d77\u7070\u754c\u7686\u7d75\u82a5\u87f9\u958b\u968e\u8c9d\u51f1\u52be\u5916\u54b3\u5bb3\u5d16\u6168\u6982\u6daf\u788d\u84cb\u8857\u8a72\u93a7\u9ab8\u6d6c\u99a8\u86d9\u57a3\u67ff\u86ce\u920e\u5283\u5687\u5404\u5ed3\u62e1\u64b9\u683c\u6838\u6bbb\u7372\u78ba\u7a6b\u899a\u89d2\u8d6b\u8f03\u90ed\u95a3\u9694\u9769\u5b66\u5cb3\u697d\u984d\u984e\u639b\u7b20\u6a2b"],["8a80","\u6a7f\u68b6\u9c0d\u6f5f\u5272\u559d\u6070\u62ec\u6d3b\u6e07\u6ed1\u845b\u8910\u8f44\u4e14\u9c39\u53f6\u691b\u6a3a\u9784\u682a\u515c\u7ac3\u84b2\u91dc\u938c\u565b\u9d28\u6822\u8305\u8431\u7ca5\u5208\u82c5\u74e6\u4e7e\u4f83\u51a0\u5bd2\u520a\u52d8\u52e7\u5dfb\u559a\u582a\u59e6\u5b8c\u5b98\u5bdb\u5e72\u5e79\u60a3\u611f\u6163\u61be\u63db\u6562\u67d1\u6853\u68fa\u6b3e\u6b53\u6c57\u6f22\u6f97\u6f45\u74b0\u7518\u76e3\u770b\u7aff\u7ba1\u7c21\u7de9\u7f36\u7ff0\u809d\u8266\u839e\u89b3\u8acc\u8cab\u9084\u9451\u9593\u9591\u95a2\u9665\u97d3\u9928\u8218\u4e38\u542b\u5cb8\u5dcc\u73a9\u764c\u773c\u5ca9\u7feb\u8d0b\u96c1\u9811\u9854\u9858\u4f01\u4f0e\u5371\u559c\u5668\u57fa\u5947\u5b09\u5bc4\u5c90\u5e0c\u5e7e\u5fcc\u63ee\u673a\u65d7\u65e2\u671f\u68cb\u68c4"],["8b40","\u6a5f\u5e30\u6bc5\u6c17\u6c7d\u757f\u7948\u5b63\u7a00\u7d00\u5fbd\u898f\u8a18\u8cb4\u8d77\u8ecc\u8f1d\u98e2\u9a0e\u9b3c\u4e80\u507d\u5100\u5993\u5b9c\u622f\u6280\u64ec\u6b3a\u72a0\u7591\u7947\u7fa9\u87fb\u8abc\u8b70\u63ac\u83ca\u97a0\u5409\u5403\u55ab\u6854\u6a58\u8a70\u7827\u6775\u9ecd\u5374\u5ba2\u811a\u8650\u9006\u4e18\u4e45\u4ec7\u4f11\u53ca\u5438\u5bae\u5f13\u6025\u6551"],["8b80","\u673d\u6c42\u6c72\u6ce3\u7078\u7403\u7a76\u7aae\u7b08\u7d1a\u7cfe\u7d66\u65e7\u725b\u53bb\u5c45\u5de8\u62d2\u62e0\u6319\u6e20\u865a\u8a31\u8ddd\u92f8\u6f01\u79a6\u9b5a\u4ea8\u4eab\u4eac\u4f9b\u4fa0\u50d1\u5147\u7af6\u5171\u51f6\u5354\u5321\u537f\u53eb\u55ac\u5883\u5ce1\u5f37\u5f4a\u602f\u6050\u606d\u631f\u6559\u6a4b\u6cc1\u72c2\u72ed\u77ef\u80f8\u8105\u8208\u854e\u90f7\u93e1\u97ff\u9957\u9a5a\u4ef0\u51dd\u5c2d\u6681\u696d\u5c40\u66f2\u6975\u7389\u6850\u7c81\u50c5\u52e4\u5747\u5dfe\u9326\u65a4\u6b23\u6b3d\u7434\u7981\u79bd\u7b4b\u7dca\u82b9\u83cc\u887f\u895f\u8b39\u8fd1\u91d1\u541f\u9280\u4e5d\u5036\u53e5\u533a\u72d7\u7396\u77e9\u82e6\u8eaf\u99c6\u99c8\u99d2\u5177\u611a\u865e\u55b0\u7a7a\u5076\u5bd3\u9047\u9685\u4e32\u6adb\u91e7\u5c51\u5c48"],["8c40","\u6398\u7a9f\u6c93\u9774\u8f61\u7aaa\u718a\u9688\u7c82\u6817\u7e70\u6851\u936c\u52f2\u541b\u85ab\u8a13\u7fa4\u8ecd\u90e1\u5366\u8888\u7941\u4fc2\u50be\u5211\u5144\u5553\u572d\u73ea\u578b\u5951\u5f62\u5f84\u6075\u6176\u6167\u61a9\u63b2\u643a\u656c\u666f\u6842\u6e13\u7566\u7a3d\u7cfb\u7d4c\u7d99\u7e4b\u7f6b\u830e\u834a\u86cd\u8a08\u8a63\u8b66\u8efd\u981a\u9d8f\u82b8\u8fce\u9be8"],["8c80","\u5287\u621f\u6483\u6fc0\u9699\u6841\u5091\u6b20\u6c7a\u6f54\u7a74\u7d50\u8840\u8a23\u6708\u4ef6\u5039\u5026\u5065\u517c\u5238\u5263\u55a7\u570f\u5805\u5acc\u5efa\u61b2\u61f8\u62f3\u6372\u691c\u6a29\u727d\u72ac\u732e\u7814\u786f\u7d79\u770c\u80a9\u898b\u8b19\u8ce2\u8ed2\u9063\u9375\u967a\u9855\u9a13\u9e78\u5143\u539f\u53b3\u5e7b\u5f26\u6e1b\u6e90\u7384\u73fe\u7d43\u8237\u8a00\u8afa\u9650\u4e4e\u500b\u53e4\u547c\u56fa\u59d1\u5b64\u5df1\u5eab\u5f27\u6238\u6545\u67af\u6e56\u72d0\u7cca\u88b4\u80a1\u80e1\u83f0\u864e\u8a87\u8de8\u9237\u96c7\u9867\u9f13\u4e94\u4e92\u4f0d\u5348\u5449\u543e\u5a2f\u5f8c\u5fa1\u609f\u68a7\u6a8e\u745a\u7881\u8a9e\u8aa4\u8b77\u9190\u4e5e\u9bc9\u4ea4\u4f7c\u4faf\u5019\u5016\u5149\u516c\u529f\u52b9\u52fe\u539a\u53e3\u5411"],["8d40","\u540e\u5589\u5751\u57a2\u597d\u5b54\u5b5d\u5b8f\u5de5\u5de7\u5df7\u5e78\u5e83\u5e9a\u5eb7\u5f18\u6052\u614c\u6297\u62d8\u63a7\u653b\u6602\u6643\u66f4\u676d\u6821\u6897\u69cb\u6c5f\u6d2a\u6d69\u6e2f\u6e9d\u7532\u7687\u786c\u7a3f\u7ce0\u7d05\u7d18\u7d5e\u7db1\u8015\u8003\u80af\u80b1\u8154\u818f\u822a\u8352\u884c\u8861\u8b1b\u8ca2\u8cfc\u90ca\u9175\u9271\u783f\u92fc\u95a4\u964d"],["8d80","\u9805\u9999\u9ad8\u9d3b\u525b\u52ab\u53f7\u5408\u58d5\u62f7\u6fe0\u8c6a\u8f5f\u9eb9\u514b\u523b\u544a\u56fd\u7a40\u9177\u9d60\u9ed2\u7344\u6f09\u8170\u7511\u5ffd\u60da\u9aa8\u72db\u8fbc\u6b64\u9803\u4eca\u56f0\u5764\u58be\u5a5a\u6068\u61c7\u660f\u6606\u6839\u68b1\u6df7\u75d5\u7d3a\u826e\u9b42\u4e9b\u4f50\u53c9\u5506\u5d6f\u5de6\u5dee\u67fb\u6c99\u7473\u7802\u8a50\u9396\u88df\u5750\u5ea7\u632b\u50b5\u50ac\u518d\u6700\u54c9\u585e\u59bb\u5bb0\u5f69\u624d\u63a1\u683d\u6b73\u6e08\u707d\u91c7\u7280\u7815\u7826\u796d\u658e\u7d30\u83dc\u88c1\u8f09\u969b\u5264\u5728\u6750\u7f6a\u8ca1\u51b4\u5742\u962a\u583a\u698a\u80b4\u54b2\u5d0e\u57fc\u7895\u9dfa\u4f5c\u524a\u548b\u643e\u6628\u6714\u67f5\u7a84\u7b56\u7d22\u932f\u685c\u9bad\u7b39\u5319\u518a\u5237"],["8e40","\u5bdf\u62f6\u64ae\u64e6\u672d\u6bba\u85a9\u96d1\u7690\u9bd6\u634c\u9306\u9bab\u76bf\u6652\u4e09\u5098\u53c2\u5c71\u60e8\u6492\u6563\u685f\u71e6\u73ca\u7523\u7b97\u7e82\u8695\u8b83\u8cdb\u9178\u9910\u65ac\u66ab\u6b8b\u4ed5\u4ed4\u4f3a\u4f7f\u523a\u53f8\u53f2\u55e3\u56db\u58eb\u59cb\u59c9\u59ff\u5b50\u5c4d\u5e02\u5e2b\u5fd7\u601d\u6307\u652f\u5b5c\u65af\u65bd\u65e8\u679d\u6b62"],["8e80","\u6b7b\u6c0f\u7345\u7949\u79c1\u7cf8\u7d19\u7d2b\u80a2\u8102\u81f3\u8996\u8a5e\u8a69\u8a66\u8a8c\u8aee\u8cc7\u8cdc\u96cc\u98fc\u6b6f\u4e8b\u4f3c\u4f8d\u5150\u5b57\u5bfa\u6148\u6301\u6642\u6b21\u6ecb\u6cbb\u723e\u74bd\u75d4\u78c1\u793a\u800c\u8033\u81ea\u8494\u8f9e\u6c50\u9e7f\u5f0f\u8b58\u9d2b\u7afa\u8ef8\u5b8d\u96eb\u4e03\u53f1\u57f7\u5931\u5ac9\u5ba4\u6089\u6e7f\u6f06\u75be\u8cea\u5b9f\u8500\u7be0\u5072\u67f4\u829d\u5c61\u854a\u7e1e\u820e\u5199\u5c04\u6368\u8d66\u659c\u716e\u793e\u7d17\u8005\u8b1d\u8eca\u906e\u86c7\u90aa\u501f\u52fa\u5c3a\u6753\u707c\u7235\u914c\u91c8\u932b\u82e5\u5bc2\u5f31\u60f9\u4e3b\u53d6\u5b88\u624b\u6731\u6b8a\u72e9\u73e0\u7a2e\u816b\u8da3\u9152\u9996\u5112\u53d7\u546a\u5bff\u6388\u6a39\u7dac\u9700\u56da\u53ce\u5468"],["8f40","\u5b97\u5c31\u5dde\u4fee\u6101\u62fe\u6d32\u79c0\u79cb\u7d42\u7e4d\u7fd2\u81ed\u821f\u8490\u8846\u8972\u8b90\u8e74\u8f2f\u9031\u914b\u916c\u96c6\u919c\u4ec0\u4f4f\u5145\u5341\u5f93\u620e\u67d4\u6c41\u6e0b\u7363\u7e26\u91cd\u9283\u53d4\u5919\u5bbf\u6dd1\u795d\u7e2e\u7c9b\u587e\u719f\u51fa\u8853\u8ff0\u4fca\u5cfb\u6625\u77ac\u7ae3\u821c\u99ff\u51c6\u5faa\u65ec\u696f\u6b89\u6df3"],["8f80","\u6e96\u6f64\u76fe\u7d14\u5de1\u9075\u9187\u9806\u51e6\u521d\u6240\u6691\u66d9\u6e1a\u5eb6\u7dd2\u7f72\u66f8\u85af\u85f7\u8af8\u52a9\u53d9\u5973\u5e8f\u5f90\u6055\u92e4\u9664\u50b7\u511f\u52dd\u5320\u5347\u53ec\u54e8\u5546\u5531\u5617\u5968\u59be\u5a3c\u5bb5\u5c06\u5c0f\u5c11\u5c1a\u5e84\u5e8a\u5ee0\u5f70\u627f\u6284\u62db\u638c\u6377\u6607\u660c\u662d\u6676\u677e\u68a2\u6a1f\u6a35\u6cbc\u6d88\u6e09\u6e58\u713c\u7126\u7167\u75c7\u7701\u785d\u7901\u7965\u79f0\u7ae0\u7b11\u7ca7\u7d39\u8096\u83d6\u848b\u8549\u885d\u88f3\u8a1f\u8a3c\u8a54\u8a73\u8c61\u8cde\u91a4\u9266\u937e\u9418\u969c\u9798\u4e0a\u4e08\u4e1e\u4e57\u5197\u5270\u57ce\u5834\u58cc\u5b22\u5e38\u60c5\u64fe\u6761\u6756\u6d44\u72b6\u7573\u7a63\u84b8\u8b72\u91b8\u9320\u5631\u57f4\u98fe"],["9040","\u62ed\u690d\u6b96\u71ed\u7e54\u8077\u8272\u89e6\u98df\u8755\u8fb1\u5c3b\u4f38\u4fe1\u4fb5\u5507\u5a20\u5bdd\u5be9\u5fc3\u614e\u632f\u65b0\u664b\u68ee\u699b\u6d78\u6df1\u7533\u75b9\u771f\u795e\u79e6\u7d33\u81e3\u82af\u85aa\u89aa\u8a3a\u8eab\u8f9b\u9032\u91dd\u9707\u4eba\u4ec1\u5203\u5875\u58ec\u5c0b\u751a\u5c3d\u814e\u8a0a\u8fc5\u9663\u976d\u7b25\u8acf\u9808\u9162\u56f3\u53a8"],["9080","\u9017\u5439\u5782\u5e25\u63a8\u6c34\u708a\u7761\u7c8b\u7fe0\u8870\u9042\u9154\u9310\u9318\u968f\u745e\u9ac4\u5d07\u5d69\u6570\u67a2\u8da8\u96db\u636e\u6749\u6919\u83c5\u9817\u96c0\u88fe\u6f84\u647a\u5bf8\u4e16\u702c\u755d\u662f\u51c4\u5236\u52e2\u59d3\u5f81\u6027\u6210\u653f\u6574\u661f\u6674\u68f2\u6816\u6b63\u6e05\u7272\u751f\u76db\u7cbe\u8056\u58f0\u88fd\u897f\u8aa0\u8a93\u8acb\u901d\u9192\u9752\u9759\u6589\u7a0e\u8106\u96bb\u5e2d\u60dc\u621a\u65a5\u6614\u6790\u77f3\u7a4d\u7c4d\u7e3e\u810a\u8cac\u8d64\u8de1\u8e5f\u78a9\u5207\u62d9\u63a5\u6442\u6298\u8a2d\u7a83\u7bc0\u8aac\u96ea\u7d76\u820c\u8749\u4ed9\u5148\u5343\u5360\u5ba3\u5c02\u5c16\u5ddd\u6226\u6247\u64b0\u6813\u6834\u6cc9\u6d45\u6d17\u67d3\u6f5c\u714e\u717d\u65cb\u7a7f\u7bad\u7dda"],["9140","\u7e4a\u7fa8\u817a\u821b\u8239\u85a6\u8a6e\u8cce\u8df5\u9078\u9077\u92ad\u9291\u9583\u9bae\u524d\u5584\u6f38\u7136\u5168\u7985\u7e55\u81b3\u7cce\u564c\u5851\u5ca8\u63aa\u66fe\u66fd\u695a\u72d9\u758f\u758e\u790e\u7956\u79df\u7c97\u7d20\u7d44\u8607\u8a34\u963b\u9061\u9f20\u50e7\u5275\u53cc\u53e2\u5009\u55aa\u58ee\u594f\u723d\u5b8b\u5c64\u531d\u60e3\u60f3\u635c\u6383\u633f\u63bb"],["9180","\u64cd\u65e9\u66f9\u5de3\u69cd\u69fd\u6f15\u71e5\u4e89\u75e9\u76f8\u7a93\u7cdf\u7dcf\u7d9c\u8061\u8349\u8358\u846c\u84bc\u85fb\u88c5\u8d70\u9001\u906d\u9397\u971c\u9a12\u50cf\u5897\u618e\u81d3\u8535\u8d08\u9020\u4fc3\u5074\u5247\u5373\u606f\u6349\u675f\u6e2c\u8db3\u901f\u4fd7\u5c5e\u8cca\u65cf\u7d9a\u5352\u8896\u5176\u63c3\u5b58\u5b6b\u5c0a\u640d\u6751\u905c\u4ed6\u591a\u592a\u6c70\u8a51\u553e\u5815\u59a5\u60f0\u6253\u67c1\u8235\u6955\u9640\u99c4\u9a28\u4f53\u5806\u5bfe\u8010\u5cb1\u5e2f\u5f85\u6020\u614b\u6234\u66ff\u6cf0\u6ede\u80ce\u817f\u82d4\u888b\u8cb8\u9000\u902e\u968a\u9edb\u9bdb\u4ee3\u53f0\u5927\u7b2c\u918d\u984c\u9df9\u6edd\u7027\u5353\u5544\u5b85\u6258\u629e\u62d3\u6ca2\u6fef\u7422\u8a17\u9438\u6fc1\u8afe\u8338\u51e7\u86f8\u53ea"],["9240","\u53e9\u4f46\u9054\u8fb0\u596a\u8131\u5dfd\u7aea\u8fbf\u68da\u8c37\u72f8\u9c48\u6a3d\u8ab0\u4e39\u5358\u5606\u5766\u62c5\u63a2\u65e6\u6b4e\u6de1\u6e5b\u70ad\u77ed\u7aef\u7baa\u7dbb\u803d\u80c6\u86cb\u8a95\u935b\u56e3\u58c7\u5f3e\u65ad\u6696\u6a80\u6bb5\u7537\u8ac7\u5024\u77e5\u5730\u5f1b\u6065\u667a\u6c60\u75f4\u7a1a\u7f6e\u81f4\u8718\u9045\u99b3\u7bc9\u755c\u7af9\u7b51\u84c4"],["9280","\u9010\u79e9\u7a92\u8336\u5ae1\u7740\u4e2d\u4ef2\u5b99\u5fe0\u62bd\u663c\u67f1\u6ce8\u866b\u8877\u8a3b\u914e\u92f3\u99d0\u6a17\u7026\u732a\u82e7\u8457\u8caf\u4e01\u5146\u51cb\u558b\u5bf5\u5e16\u5e33\u5e81\u5f14\u5f35\u5f6b\u5fb4\u61f2\u6311\u66a2\u671d\u6f6e\u7252\u753a\u773a\u8074\u8139\u8178\u8776\u8abf\u8adc\u8d85\u8df3\u929a\u9577\u9802\u9ce5\u52c5\u6357\u76f4\u6715\u6c88\u73cd\u8cc3\u93ae\u9673\u6d25\u589c\u690e\u69cc\u8ffd\u939a\u75db\u901a\u585a\u6802\u63b4\u69fb\u4f43\u6f2c\u67d8\u8fbb\u8526\u7db4\u9354\u693f\u6f70\u576a\u58f7\u5b2c\u7d2c\u722a\u540a\u91e3\u9db4\u4ead\u4f4e\u505c\u5075\u5243\u8c9e\u5448\u5824\u5b9a\u5e1d\u5e95\u5ead\u5ef7\u5f1f\u608c\u62b5\u633a\u63d0\u68af\u6c40\u7887\u798e\u7a0b\u7de0\u8247\u8a02\u8ae6\u8e44\u9013"],["9340","\u90b8\u912d\u91d8\u9f0e\u6ce5\u6458\u64e2\u6575\u6ef4\u7684\u7b1b\u9069\u93d1\u6eba\u54f2\u5fb9\u64a4\u8f4d\u8fed\u9244\u5178\u586b\u5929\u5c55\u5e97\u6dfb\u7e8f\u751c\u8cbc\u8ee2\u985b\u70b9\u4f1d\u6bbf\u6fb1\u7530\u96fb\u514e\u5410\u5835\u5857\u59ac\u5c60\u5f92\u6597\u675c\u6e21\u767b\u83df\u8ced\u9014\u90fd\u934d\u7825\u783a\u52aa\u5ea6\u571f\u5974\u6012\u5012\u515a\u51ac"],["9380","\u51cd\u5200\u5510\u5854\u5858\u5957\u5b95\u5cf6\u5d8b\u60bc\u6295\u642d\u6771\u6843\u68bc\u68df\u76d7\u6dd8\u6e6f\u6d9b\u706f\u71c8\u5f53\u75d8\u7977\u7b49\u7b54\u7b52\u7cd6\u7d71\u5230\u8463\u8569\u85e4\u8a0e\u8b04\u8c46\u8e0f\u9003\u900f\u9419\u9676\u982d\u9a30\u95d8\u50cd\u52d5\u540c\u5802\u5c0e\u61a7\u649e\u6d1e\u77b3\u7ae5\u80f4\u8404\u9053\u9285\u5ce0\u9d07\u533f\u5f97\u5fb3\u6d9c\u7279\u7763\u79bf\u7be4\u6bd2\u72ec\u8aad\u6803\u6a61\u51f8\u7a81\u6934\u5c4a\u9cf6\u82eb\u5bc5\u9149\u701e\u5678\u5c6f\u60c7\u6566\u6c8c\u8c5a\u9041\u9813\u5451\u66c7\u920d\u5948\u90a3\u5185\u4e4d\u51ea\u8599\u8b0e\u7058\u637a\u934b\u6962\u99b4\u7e04\u7577\u5357\u6960\u8edf\u96e3\u6c5d\u4e8c\u5c3c\u5f10\u8fe9\u5302\u8cd1\u8089\u8679\u5eff\u65e5\u4e73\u5165"],["9440","\u5982\u5c3f\u97ee\u4efb\u598a\u5fcd\u8a8d\u6fe1\u79b0\u7962\u5be7\u8471\u732b\u71b1\u5e74\u5ff5\u637b\u649a\u71c3\u7c98\u4e43\u5efc\u4e4b\u57dc\u56a2\u60a9\u6fc3\u7d0d\u80fd\u8133\u81bf\u8fb2\u8997\u86a4\u5df4\u628a\u64ad\u8987\u6777\u6ce2\u6d3e\u7436\u7834\u5a46\u7f75\u82ad\u99ac\u4ff3\u5ec3\u62dd\u6392\u6557\u676f\u76c3\u724c\u80cc\u80ba\u8f29\u914d\u500d\u57f9\u5a92\u6885"],["9480","\u6973\u7164\u72fd\u8cb7\u58f2\u8ce0\u966a\u9019\u877f\u79e4\u77e7\u8429\u4f2f\u5265\u535a\u62cd\u67cf\u6cca\u767d\u7b94\u7c95\u8236\u8584\u8feb\u66dd\u6f20\u7206\u7e1b\u83ab\u99c1\u9ea6\u51fd\u7bb1\u7872\u7bb8\u8087\u7b48\u6ae8\u5e61\u808c\u7551\u7560\u516b\u9262\u6e8c\u767a\u9197\u9aea\u4f10\u7f70\u629c\u7b4f\u95a5\u9ce9\u567a\u5859\u86e4\u96bc\u4f34\u5224\u534a\u53cd\u53db\u5e06\u642c\u6591\u677f\u6c3e\u6c4e\u7248\u72af\u73ed\u7554\u7e41\u822c\u85e9\u8ca9\u7bc4\u91c6\u7169\u9812\u98ef\u633d\u6669\u756a\u76e4\u78d0\u8543\u86ee\u532a\u5351\u5426\u5983\u5e87\u5f7c\u60b2\u6249\u6279\u62ab\u6590\u6bd4\u6ccc\u75b2\u76ae\u7891\u79d8\u7dcb\u7f77\u80a5\u88ab\u8ab9\u8cbb\u907f\u975e\u98db\u6a0b\u7c38\u5099\u5c3e\u5fae\u6787\u6bd8\u7435\u7709\u7f8e"],["9540","\u9f3b\u67ca\u7a17\u5339\u758b\u9aed\u5f66\u819d\u83f1\u8098\u5f3c\u5fc5\u7562\u7b46\u903c\u6867\u59eb\u5a9b\u7d10\u767e\u8b2c\u4ff5\u5f6a\u6a19\u6c37\u6f02\u74e2\u7968\u8868\u8a55\u8c79\u5edf\u63cf\u75c5\u79d2\u82d7\u9328\u92f2\u849c\u86ed\u9c2d\u54c1\u5f6c\u658c\u6d5c\u7015\u8ca7\u8cd3\u983b\u654f\u74f6\u4e0d\u4ed8\u57e0\u592b\u5a66\u5bcc\u51a8\u5e03\u5e9c\u6016\u6276\u6577"],["9580","\u65a7\u666e\u6d6e\u7236\u7b26\u8150\u819a\u8299\u8b5c\u8ca0\u8ce6\u8d74\u961c\u9644\u4fae\u64ab\u6b66\u821e\u8461\u856a\u90e8\u5c01\u6953\u98a8\u847a\u8557\u4f0f\u526f\u5fa9\u5e45\u670d\u798f\u8179\u8907\u8986\u6df5\u5f17\u6255\u6cb8\u4ecf\u7269\u9b92\u5206\u543b\u5674\u58b3\u61a4\u626e\u711a\u596e\u7c89\u7cde\u7d1b\u96f0\u6587\u805e\u4e19\u4f75\u5175\u5840\u5e63\u5e73\u5f0a\u67c4\u4e26\u853d\u9589\u965b\u7c73\u9801\u50fb\u58c1\u7656\u78a7\u5225\u77a5\u8511\u7b86\u504f\u5909\u7247\u7bc7\u7de8\u8fba\u8fd4\u904d\u4fbf\u52c9\u5a29\u5f01\u97ad\u4fdd\u8217\u92ea\u5703\u6355\u6b69\u752b\u88dc\u8f14\u7a42\u52df\u5893\u6155\u620a\u66ae\u6bcd\u7c3f\u83e9\u5023\u4ff8\u5305\u5446\u5831\u5949\u5b9d\u5cf0\u5cef\u5d29\u5e96\u62b1\u6367\u653e\u65b9\u670b"],["9640","\u6cd5\u6ce1\u70f9\u7832\u7e2b\u80de\u82b3\u840c\u84ec\u8702\u8912\u8a2a\u8c4a\u90a6\u92d2\u98fd\u9cf3\u9d6c\u4e4f\u4ea1\u508d\u5256\u574a\u59a8\u5e3d\u5fd8\u5fd9\u623f\u66b4\u671b\u67d0\u68d2\u5192\u7d21\u80aa\u81a8\u8b00\u8c8c\u8cbf\u927e\u9632\u5420\u982c\u5317\u50d5\u535c\u58a8\u64b2\u6734\u7267\u7766\u7a46\u91e6\u52c3\u6ca1\u6b86\u5800\u5e4c\u5954\u672c\u7ffb\u51e1\u76c6"],["9680","\u6469\u78e8\u9b54\u9ebb\u57cb\u59b9\u6627\u679a\u6bce\u54e9\u69d9\u5e55\u819c\u6795\u9baa\u67fe\u9c52\u685d\u4ea6\u4fe3\u53c8\u62b9\u672b\u6cab\u8fc4\u4fad\u7e6d\u9ebf\u4e07\u6162\u6e80\u6f2b\u8513\u5473\u672a\u9b45\u5df3\u7b95\u5cac\u5bc6\u871c\u6e4a\u84d1\u7a14\u8108\u5999\u7c8d\u6c11\u7720\u52d9\u5922\u7121\u725f\u77db\u9727\u9d61\u690b\u5a7f\u5a18\u51a5\u540d\u547d\u660e\u76df\u8ff7\u9298\u9cf4\u59ea\u725d\u6ec5\u514d\u68c9\u7dbf\u7dec\u9762\u9eba\u6478\u6a21\u8302\u5984\u5b5f\u6bdb\u731b\u76f2\u7db2\u8017\u8499\u5132\u6728\u9ed9\u76ee\u6762\u52ff\u9905\u5c24\u623b\u7c7e\u8cb0\u554f\u60b6\u7d0b\u9580\u5301\u4e5f\u51b6\u591c\u723a\u8036\u91ce\u5f25\u77e2\u5384\u5f79\u7d04\u85ac\u8a33\u8e8d\u9756\u67f3\u85ae\u9453\u6109\u6108\u6cb9\u7652"],["9740","\u8aed\u8f38\u552f\u4f51\u512a\u52c7\u53cb\u5ba5\u5e7d\u60a0\u6182\u63d6\u6709\u67da\u6e67\u6d8c\u7336\u7337\u7531\u7950\u88d5\u8a98\u904a\u9091\u90f5\u96c4\u878d\u5915\u4e88\u4f59\u4e0e\u8a89\u8f3f\u9810\u50ad\u5e7c\u5996\u5bb9\u5eb8\u63da\u63fa\u64c1\u66dc\u694a\u69d8\u6d0b\u6eb6\u7194\u7528\u7aaf\u7f8a\u8000\u8449\u84c9\u8981\u8b21\u8e0a\u9065\u967d\u990a\u617e\u6291\u6b32"],["9780","\u6c83\u6d74\u7fcc\u7ffc\u6dc0\u7f85\u87ba\u88f8\u6765\u83b1\u983c\u96f7\u6d1b\u7d61\u843d\u916a\u4e71\u5375\u5d50\u6b04\u6feb\u85cd\u862d\u89a7\u5229\u540f\u5c65\u674e\u68a8\u7406\u7483\u75e2\u88cf\u88e1\u91cc\u96e2\u9678\u5f8b\u7387\u7acb\u844e\u63a0\u7565\u5289\u6d41\u6e9c\u7409\u7559\u786b\u7c92\u9686\u7adc\u9f8d\u4fb6\u616e\u65c5\u865c\u4e86\u4eae\u50da\u4e21\u51cc\u5bee\u6599\u6881\u6dbc\u731f\u7642\u77ad\u7a1c\u7ce7\u826f\u8ad2\u907c\u91cf\u9675\u9818\u529b\u7dd1\u502b\u5398\u6797\u6dcb\u71d0\u7433\u81e8\u8f2a\u96a3\u9c57\u9e9f\u7460\u5841\u6d99\u7d2f\u985e\u4ee4\u4f36\u4f8b\u51b7\u52b1\u5dba\u601c\u73b2\u793c\u82d3\u9234\u96b7\u96f6\u970a\u9e97\u9f62\u66a6\u6b74\u5217\u52a3\u70c8\u88c2\u5ec9\u604b\u6190\u6f23\u7149\u7c3e\u7df4\u806f"],["9840","\u84ee\u9023\u932c\u5442\u9b6f\u6ad3\u7089\u8cc2\u8def\u9732\u52b4\u5a41\u5eca\u5f04\u6717\u697c\u6994\u6d6a\u6f0f\u7262\u72fc\u7bed\u8001\u807e\u874b\u90ce\u516d\u9e93\u7984\u808b\u9332\u8ad6\u502d\u548c\u8a71\u6b6a\u8cc4\u8107\u60d1\u67a0\u9df2\u4e99\u4e98\u9c10\u8a6b\u85c1\u8568\u6900\u6e7e\u7897\u8155"],["989f","\u5f0c\u4e10\u4e15\u4e2a\u4e31\u4e36\u4e3c\u4e3f\u4e42\u4e56\u4e58\u4e82\u4e85\u8c6b\u4e8a\u8212\u5f0d\u4e8e\u4e9e\u4e9f\u4ea0\u4ea2\u4eb0\u4eb3\u4eb6\u4ece\u4ecd\u4ec4\u4ec6\u4ec2\u4ed7\u4ede\u4eed\u4edf\u4ef7\u4f09\u4f5a\u4f30\u4f5b\u4f5d\u4f57\u4f47\u4f76\u4f88\u4f8f\u4f98\u4f7b\u4f69\u4f70\u4f91\u4f6f\u4f86\u4f96\u5118\u4fd4\u4fdf\u4fce\u4fd8\u4fdb\u4fd1\u4fda\u4fd0\u4fe4\u4fe5\u501a\u5028\u5014\u502a\u5025\u5005\u4f1c\u4ff6\u5021\u5029\u502c\u4ffe\u4fef\u5011\u5006\u5043\u5047\u6703\u5055\u5050\u5048\u505a\u5056\u506c\u5078\u5080\u509a\u5085\u50b4\u50b2"],["9940","\u50c9\u50ca\u50b3\u50c2\u50d6\u50de\u50e5\u50ed\u50e3\u50ee\u50f9\u50f5\u5109\u5101\u5102\u5116\u5115\u5114\u511a\u5121\u513a\u5137\u513c\u513b\u513f\u5140\u5152\u514c\u5154\u5162\u7af8\u5169\u516a\u516e\u5180\u5182\u56d8\u518c\u5189\u518f\u5191\u5193\u5195\u5196\u51a4\u51a6\u51a2\u51a9\u51aa\u51ab\u51b3\u51b1\u51b2\u51b0\u51b5\u51bd\u51c5\u51c9\u51db\u51e0\u8655\u51e9\u51ed"],["9980","\u51f0\u51f5\u51fe\u5204\u520b\u5214\u520e\u5227\u522a\u522e\u5233\u5239\u524f\u5244\u524b\u524c\u525e\u5254\u526a\u5274\u5269\u5273\u527f\u527d\u528d\u5294\u5292\u5271\u5288\u5291\u8fa8\u8fa7\u52ac\u52ad\u52bc\u52b5\u52c1\u52cd\u52d7\u52de\u52e3\u52e6\u98ed\u52e0\u52f3\u52f5\u52f8\u52f9\u5306\u5308\u7538\u530d\u5310\u530f\u5315\u531a\u5323\u532f\u5331\u5333\u5338\u5340\u5346\u5345\u4e17\u5349\u534d\u51d6\u535e\u5369\u536e\u5918\u537b\u5377\u5382\u5396\u53a0\u53a6\u53a5\u53ae\u53b0\u53b6\u53c3\u7c12\u96d9\u53df\u66fc\u71ee\u53ee\u53e8\u53ed\u53fa\u5401\u543d\u5440\u542c\u542d\u543c\u542e\u5436\u5429\u541d\u544e\u548f\u5475\u548e\u545f\u5471\u5477\u5470\u5492\u547b\u5480\u5476\u5484\u5490\u5486\u54c7\u54a2\u54b8\u54a5\u54ac\u54c4\u54c8\u54a8"],["9a40","\u54ab\u54c2\u54a4\u54be\u54bc\u54d8\u54e5\u54e6\u550f\u5514\u54fd\u54ee\u54ed\u54fa\u54e2\u5539\u5540\u5563\u554c\u552e\u555c\u5545\u5556\u5557\u5538\u5533\u555d\u5599\u5580\u54af\u558a\u559f\u557b\u557e\u5598\u559e\u55ae\u557c\u5583\u55a9\u5587\u55a8\u55da\u55c5\u55df\u55c4\u55dc\u55e4\u55d4\u5614\u55f7\u5616\u55fe\u55fd\u561b\u55f9\u564e\u5650\u71df\u5634\u5636\u5632\u5638"],["9a80","\u566b\u5664\u562f\u566c\u566a\u5686\u5680\u568a\u56a0\u5694\u568f\u56a5\u56ae\u56b6\u56b4\u56c2\u56bc\u56c1\u56c3\u56c0\u56c8\u56ce\u56d1\u56d3\u56d7\u56ee\u56f9\u5700\u56ff\u5704\u5709\u5708\u570b\u570d\u5713\u5718\u5716\u55c7\u571c\u5726\u5737\u5738\u574e\u573b\u5740\u574f\u5769\u57c0\u5788\u5761\u577f\u5789\u5793\u57a0\u57b3\u57a4\u57aa\u57b0\u57c3\u57c6\u57d4\u57d2\u57d3\u580a\u57d6\u57e3\u580b\u5819\u581d\u5872\u5821\u5862\u584b\u5870\u6bc0\u5852\u583d\u5879\u5885\u58b9\u589f\u58ab\u58ba\u58de\u58bb\u58b8\u58ae\u58c5\u58d3\u58d1\u58d7\u58d9\u58d8\u58e5\u58dc\u58e4\u58df\u58ef\u58fa\u58f9\u58fb\u58fc\u58fd\u5902\u590a\u5910\u591b\u68a6\u5925\u592c\u592d\u5932\u5938\u593e\u7ad2\u5955\u5950\u594e\u595a\u5958\u5962\u5960\u5967\u596c\u5969"],["9b40","\u5978\u5981\u599d\u4f5e\u4fab\u59a3\u59b2\u59c6\u59e8\u59dc\u598d\u59d9\u59da\u5a25\u5a1f\u5a11\u5a1c\u5a09\u5a1a\u5a40\u5a6c\u5a49\u5a35\u5a36\u5a62\u5a6a\u5a9a\u5abc\u5abe\u5acb\u5ac2\u5abd\u5ae3\u5ad7\u5ae6\u5ae9\u5ad6\u5afa\u5afb\u5b0c\u5b0b\u5b16\u5b32\u5ad0\u5b2a\u5b36\u5b3e\u5b43\u5b45\u5b40\u5b51\u5b55\u5b5a\u5b5b\u5b65\u5b69\u5b70\u5b73\u5b75\u5b78\u6588\u5b7a\u5b80"],["9b80","\u5b83\u5ba6\u5bb8\u5bc3\u5bc7\u5bc9\u5bd4\u5bd0\u5be4\u5be6\u5be2\u5bde\u5be5\u5beb\u5bf0\u5bf6\u5bf3\u5c05\u5c07\u5c08\u5c0d\u5c13\u5c20\u5c22\u5c28\u5c38\u5c39\u5c41\u5c46\u5c4e\u5c53\u5c50\u5c4f\u5b71\u5c6c\u5c6e\u4e62\u5c76\u5c79\u5c8c\u5c91\u5c94\u599b\u5cab\u5cbb\u5cb6\u5cbc\u5cb7\u5cc5\u5cbe\u5cc7\u5cd9\u5ce9\u5cfd\u5cfa\u5ced\u5d8c\u5cea\u5d0b\u5d15\u5d17\u5d5c\u5d1f\u5d1b\u5d11\u5d14\u5d22\u5d1a\u5d19\u5d18\u5d4c\u5d52\u5d4e\u5d4b\u5d6c\u5d73\u5d76\u5d87\u5d84\u5d82\u5da2\u5d9d\u5dac\u5dae\u5dbd\u5d90\u5db7\u5dbc\u5dc9\u5dcd\u5dd3\u5dd2\u5dd6\u5ddb\u5deb\u5df2\u5df5\u5e0b\u5e1a\u5e19\u5e11\u5e1b\u5e36\u5e37\u5e44\u5e43\u5e40\u5e4e\u5e57\u5e54\u5e5f\u5e62\u5e64\u5e47\u5e75\u5e76\u5e7a\u9ebc\u5e7f\u5ea0\u5ec1\u5ec2\u5ec8\u5ed0\u5ecf"],["9c40","\u5ed6\u5ee3\u5edd\u5eda\u5edb\u5ee2\u5ee1\u5ee8\u5ee9\u5eec\u5ef1\u5ef3\u5ef0\u5ef4\u5ef8\u5efe\u5f03\u5f09\u5f5d\u5f5c\u5f0b\u5f11\u5f16\u5f29\u5f2d\u5f38\u5f41\u5f48\u5f4c\u5f4e\u5f2f\u5f51\u5f56\u5f57\u5f59\u5f61\u5f6d\u5f73\u5f77\u5f83\u5f82\u5f7f\u5f8a\u5f88\u5f91\u5f87\u5f9e\u5f99\u5f98\u5fa0\u5fa8\u5fad\u5fbc\u5fd6\u5ffb\u5fe4\u5ff8\u5ff1\u5fdd\u60b3\u5fff\u6021\u6060"],["9c80","\u6019\u6010\u6029\u600e\u6031\u601b\u6015\u602b\u6026\u600f\u603a\u605a\u6041\u606a\u6077\u605f\u604a\u6046\u604d\u6063\u6043\u6064\u6042\u606c\u606b\u6059\u6081\u608d\u60e7\u6083\u609a\u6084\u609b\u6096\u6097\u6092\u60a7\u608b\u60e1\u60b8\u60e0\u60d3\u60b4\u5ff0\u60bd\u60c6\u60b5\u60d8\u614d\u6115\u6106\u60f6\u60f7\u6100\u60f4\u60fa\u6103\u6121\u60fb\u60f1\u610d\u610e\u6147\u613e\u6128\u6127\u614a\u613f\u613c\u612c\u6134\u613d\u6142\u6144\u6173\u6177\u6158\u6159\u615a\u616b\u6174\u616f\u6165\u6171\u615f\u615d\u6153\u6175\u6199\u6196\u6187\u61ac\u6194\u619a\u618a\u6191\u61ab\u61ae\u61cc\u61ca\u61c9\u61f7\u61c8\u61c3\u61c6\u61ba\u61cb\u7f79\u61cd\u61e6\u61e3\u61f6\u61fa\u61f4\u61ff\u61fd\u61fc\u61fe\u6200\u6208\u6209\u620d\u620c\u6214\u621b"],["9d40","\u621e\u6221\u622a\u622e\u6230\u6232\u6233\u6241\u624e\u625e\u6263\u625b\u6260\u6268\u627c\u6282\u6289\u627e\u6292\u6293\u6296\u62d4\u6283\u6294\u62d7\u62d1\u62bb\u62cf\u62ff\u62c6\u64d4\u62c8\u62dc\u62cc\u62ca\u62c2\u62c7\u629b\u62c9\u630c\u62ee\u62f1\u6327\u6302\u6308\u62ef\u62f5\u6350\u633e\u634d\u641c\u634f\u6396\u638e\u6380\u63ab\u6376\u63a3\u638f\u6389\u639f\u63b5\u636b"],["9d80","\u6369\u63be\u63e9\u63c0\u63c6\u63e3\u63c9\u63d2\u63f6\u63c4\u6416\u6434\u6406\u6413\u6426\u6436\u651d\u6417\u6428\u640f\u6467\u646f\u6476\u644e\u652a\u6495\u6493\u64a5\u64a9\u6488\u64bc\u64da\u64d2\u64c5\u64c7\u64bb\u64d8\u64c2\u64f1\u64e7\u8209\u64e0\u64e1\u62ac\u64e3\u64ef\u652c\u64f6\u64f4\u64f2\u64fa\u6500\u64fd\u6518\u651c\u6505\u6524\u6523\u652b\u6534\u6535\u6537\u6536\u6538\u754b\u6548\u6556\u6555\u654d\u6558\u655e\u655d\u6572\u6578\u6582\u6583\u8b8a\u659b\u659f\u65ab\u65b7\u65c3\u65c6\u65c1\u65c4\u65cc\u65d2\u65db\u65d9\u65e0\u65e1\u65f1\u6772\u660a\u6603\u65fb\u6773\u6635\u6636\u6634\u661c\u664f\u6644\u6649\u6641\u665e\u665d\u6664\u6667\u6668\u665f\u6662\u6670\u6683\u6688\u668e\u6689\u6684\u6698\u669d\u66c1\u66b9\u66c9\u66be\u66bc"],["9e40","\u66c4\u66b8\u66d6\u66da\u66e0\u663f\u66e6\u66e9\u66f0\u66f5\u66f7\u670f\u6716\u671e\u6726\u6727\u9738\u672e\u673f\u6736\u6741\u6738\u6737\u6746\u675e\u6760\u6759\u6763\u6764\u6789\u6770\u67a9\u677c\u676a\u678c\u678b\u67a6\u67a1\u6785\u67b7\u67ef\u67b4\u67ec\u67b3\u67e9\u67b8\u67e4\u67de\u67dd\u67e2\u67ee\u67b9\u67ce\u67c6\u67e7\u6a9c\u681e\u6846\u6829\u6840\u684d\u6832\u684e"],["9e80","\u68b3\u682b\u6859\u6863\u6877\u687f\u689f\u688f\u68ad\u6894\u689d\u689b\u6883\u6aae\u68b9\u6874\u68b5\u68a0\u68ba\u690f\u688d\u687e\u6901\u68ca\u6908\u68d8\u6922\u6926\u68e1\u690c\u68cd\u68d4\u68e7\u68d5\u6936\u6912\u6904\u68d7\u68e3\u6925\u68f9\u68e0\u68ef\u6928\u692a\u691a\u6923\u6921\u68c6\u6979\u6977\u695c\u6978\u696b\u6954\u697e\u696e\u6939\u6974\u693d\u6959\u6930\u6961\u695e\u695d\u6981\u696a\u69b2\u69ae\u69d0\u69bf\u69c1\u69d3\u69be\u69ce\u5be8\u69ca\u69dd\u69bb\u69c3\u69a7\u6a2e\u6991\u69a0\u699c\u6995\u69b4\u69de\u69e8\u6a02\u6a1b\u69ff\u6b0a\u69f9\u69f2\u69e7\u6a05\u69b1\u6a1e\u69ed\u6a14\u69eb\u6a0a\u6a12\u6ac1\u6a23\u6a13\u6a44\u6a0c\u6a72\u6a36\u6a78\u6a47\u6a62\u6a59\u6a66\u6a48\u6a38\u6a22\u6a90\u6a8d\u6aa0\u6a84\u6aa2\u6aa3"],["9f40","\u6a97\u8617\u6abb\u6ac3\u6ac2\u6ab8\u6ab3\u6aac\u6ade\u6ad1\u6adf\u6aaa\u6ada\u6aea\u6afb\u6b05\u8616\u6afa\u6b12\u6b16\u9b31\u6b1f\u6b38\u6b37\u76dc\u6b39\u98ee\u6b47\u6b43\u6b49\u6b50\u6b59\u6b54\u6b5b\u6b5f\u6b61\u6b78\u6b79\u6b7f\u6b80\u6b84\u6b83\u6b8d\u6b98\u6b95\u6b9e\u6ba4\u6baa\u6bab\u6baf\u6bb2\u6bb1\u6bb3\u6bb7\u6bbc\u6bc6\u6bcb\u6bd3\u6bdf\u6bec\u6beb\u6bf3\u6bef"],["9f80","\u9ebe\u6c08\u6c13\u6c14\u6c1b\u6c24\u6c23\u6c5e\u6c55\u6c62\u6c6a\u6c82\u6c8d\u6c9a\u6c81\u6c9b\u6c7e\u6c68\u6c73\u6c92\u6c90\u6cc4\u6cf1\u6cd3\u6cbd\u6cd7\u6cc5\u6cdd\u6cae\u6cb1\u6cbe\u6cba\u6cdb\u6cef\u6cd9\u6cea\u6d1f\u884d\u6d36\u6d2b\u6d3d\u6d38\u6d19\u6d35\u6d33\u6d12\u6d0c\u6d63\u6d93\u6d64\u6d5a\u6d79\u6d59\u6d8e\u6d95\u6fe4\u6d85\u6df9\u6e15\u6e0a\u6db5\u6dc7\u6de6\u6db8\u6dc6\u6dec\u6dde\u6dcc\u6de8\u6dd2\u6dc5\u6dfa\u6dd9\u6de4\u6dd5\u6dea\u6dee\u6e2d\u6e6e\u6e2e\u6e19\u6e72\u6e5f\u6e3e\u6e23\u6e6b\u6e2b\u6e76\u6e4d\u6e1f\u6e43\u6e3a\u6e4e\u6e24\u6eff\u6e1d\u6e38\u6e82\u6eaa\u6e98\u6ec9\u6eb7\u6ed3\u6ebd\u6eaf\u6ec4\u6eb2\u6ed4\u6ed5\u6e8f\u6ea5\u6ec2\u6e9f\u6f41\u6f11\u704c\u6eec\u6ef8\u6efe\u6f3f\u6ef2\u6f31\u6eef\u6f32\u6ecc"],["e040","\u6f3e\u6f13\u6ef7\u6f86\u6f7a\u6f78\u6f81\u6f80\u6f6f\u6f5b\u6ff3\u6f6d\u6f82\u6f7c\u6f58\u6f8e\u6f91\u6fc2\u6f66\u6fb3\u6fa3\u6fa1\u6fa4\u6fb9\u6fc6\u6faa\u6fdf\u6fd5\u6fec\u6fd4\u6fd8\u6ff1\u6fee\u6fdb\u7009\u700b\u6ffa\u7011\u7001\u700f\u6ffe\u701b\u701a\u6f74\u701d\u7018\u701f\u7030\u703e\u7032\u7051\u7063\u7099\u7092\u70af\u70f1\u70ac\u70b8\u70b3\u70ae\u70df\u70cb\u70dd"],["e080","\u70d9\u7109\u70fd\u711c\u7119\u7165\u7155\u7188\u7166\u7162\u714c\u7156\u716c\u718f\u71fb\u7184\u7195\u71a8\u71ac\u71d7\u71b9\u71be\u71d2\u71c9\u71d4\u71ce\u71e0\u71ec\u71e7\u71f5\u71fc\u71f9\u71ff\u720d\u7210\u721b\u7228\u722d\u722c\u7230\u7232\u723b\u723c\u723f\u7240\u7246\u724b\u7258\u7274\u727e\u7282\u7281\u7287\u7292\u7296\u72a2\u72a7\u72b9\u72b2\u72c3\u72c6\u72c4\u72ce\u72d2\u72e2\u72e0\u72e1\u72f9\u72f7\u500f\u7317\u730a\u731c\u7316\u731d\u7334\u732f\u7329\u7325\u733e\u734e\u734f\u9ed8\u7357\u736a\u7368\u7370\u7378\u7375\u737b\u737a\u73c8\u73b3\u73ce\u73bb\u73c0\u73e5\u73ee\u73de\u74a2\u7405\u746f\u7425\u73f8\u7432\u743a\u7455\u743f\u745f\u7459\u7441\u745c\u7469\u7470\u7463\u746a\u7476\u747e\u748b\u749e\u74a7\u74ca\u74cf\u74d4\u73f1"],["e140","\u74e0\u74e3\u74e7\u74e9\u74ee\u74f2\u74f0\u74f1\u74f8\u74f7\u7504\u7503\u7505\u750c\u750e\u750d\u7515\u7513\u751e\u7526\u752c\u753c\u7544\u754d\u754a\u7549\u755b\u7546\u755a\u7569\u7564\u7567\u756b\u756d\u7578\u7576\u7586\u7587\u7574\u758a\u7589\u7582\u7594\u759a\u759d\u75a5\u75a3\u75c2\u75b3\u75c3\u75b5\u75bd\u75b8\u75bc\u75b1\u75cd\u75ca\u75d2\u75d9\u75e3\u75de\u75fe\u75ff"],["e180","\u75fc\u7601\u75f0\u75fa\u75f2\u75f3\u760b\u760d\u7609\u761f\u7627\u7620\u7621\u7622\u7624\u7634\u7630\u763b\u7647\u7648\u7646\u765c\u7658\u7661\u7662\u7668\u7669\u766a\u7667\u766c\u7670\u7672\u7676\u7678\u767c\u7680\u7683\u7688\u768b\u768e\u7696\u7693\u7699\u769a\u76b0\u76b4\u76b8\u76b9\u76ba\u76c2\u76cd\u76d6\u76d2\u76de\u76e1\u76e5\u76e7\u76ea\u862f\u76fb\u7708\u7707\u7704\u7729\u7724\u771e\u7725\u7726\u771b\u7737\u7738\u7747\u775a\u7768\u776b\u775b\u7765\u777f\u777e\u7779\u778e\u778b\u7791\u77a0\u779e\u77b0\u77b6\u77b9\u77bf\u77bc\u77bd\u77bb\u77c7\u77cd\u77d7\u77da\u77dc\u77e3\u77ee\u77fc\u780c\u7812\u7926\u7820\u792a\u7845\u788e\u7874\u7886\u787c\u789a\u788c\u78a3\u78b5\u78aa\u78af\u78d1\u78c6\u78cb\u78d4\u78be\u78bc\u78c5\u78ca\u78ec"],["e240","\u78e7\u78da\u78fd\u78f4\u7907\u7912\u7911\u7919\u792c\u792b\u7940\u7960\u7957\u795f\u795a\u7955\u7953\u797a\u797f\u798a\u799d\u79a7\u9f4b\u79aa\u79ae\u79b3\u79b9\u79ba\u79c9\u79d5\u79e7\u79ec\u79e1\u79e3\u7a08\u7a0d\u7a18\u7a19\u7a20\u7a1f\u7980\u7a31\u7a3b\u7a3e\u7a37\u7a43\u7a57\u7a49\u7a61\u7a62\u7a69\u9f9d\u7a70\u7a79\u7a7d\u7a88\u7a97\u7a95\u7a98\u7a96\u7aa9\u7ac8\u7ab0"],["e280","\u7ab6\u7ac5\u7ac4\u7abf\u9083\u7ac7\u7aca\u7acd\u7acf\u7ad5\u7ad3\u7ad9\u7ada\u7add\u7ae1\u7ae2\u7ae6\u7aed\u7af0\u7b02\u7b0f\u7b0a\u7b06\u7b33\u7b18\u7b19\u7b1e\u7b35\u7b28\u7b36\u7b50\u7b7a\u7b04\u7b4d\u7b0b\u7b4c\u7b45\u7b75\u7b65\u7b74\u7b67\u7b70\u7b71\u7b6c\u7b6e\u7b9d\u7b98\u7b9f\u7b8d\u7b9c\u7b9a\u7b8b\u7b92\u7b8f\u7b5d\u7b99\u7bcb\u7bc1\u7bcc\u7bcf\u7bb4\u7bc6\u7bdd\u7be9\u7c11\u7c14\u7be6\u7be5\u7c60\u7c00\u7c07\u7c13\u7bf3\u7bf7\u7c17\u7c0d\u7bf6\u7c23\u7c27\u7c2a\u7c1f\u7c37\u7c2b\u7c3d\u7c4c\u7c43\u7c54\u7c4f\u7c40\u7c50\u7c58\u7c5f\u7c64\u7c56\u7c65\u7c6c\u7c75\u7c83\u7c90\u7ca4\u7cad\u7ca2\u7cab\u7ca1\u7ca8\u7cb3\u7cb2\u7cb1\u7cae\u7cb9\u7cbd\u7cc0\u7cc5\u7cc2\u7cd8\u7cd2\u7cdc\u7ce2\u9b3b\u7cef\u7cf2\u7cf4\u7cf6\u7cfa\u7d06"],["e340","\u7d02\u7d1c\u7d15\u7d0a\u7d45\u7d4b\u7d2e\u7d32\u7d3f\u7d35\u7d46\u7d73\u7d56\u7d4e\u7d72\u7d68\u7d6e\u7d4f\u7d63\u7d93\u7d89\u7d5b\u7d8f\u7d7d\u7d9b\u7dba\u7dae\u7da3\u7db5\u7dc7\u7dbd\u7dab\u7e3d\u7da2\u7daf\u7ddc\u7db8\u7d9f\u7db0\u7dd8\u7ddd\u7de4\u7dde\u7dfb\u7df2\u7de1\u7e05\u7e0a\u7e23\u7e21\u7e12\u7e31\u7e1f\u7e09\u7e0b\u7e22\u7e46\u7e66\u7e3b\u7e35\u7e39\u7e43\u7e37"],["e380","\u7e32\u7e3a\u7e67\u7e5d\u7e56\u7e5e\u7e59\u7e5a\u7e79\u7e6a\u7e69\u7e7c\u7e7b\u7e83\u7dd5\u7e7d\u8fae\u7e7f\u7e88\u7e89\u7e8c\u7e92\u7e90\u7e93\u7e94\u7e96\u7e8e\u7e9b\u7e9c\u7f38\u7f3a\u7f45\u7f4c\u7f4d\u7f4e\u7f50\u7f51\u7f55\u7f54\u7f58\u7f5f\u7f60\u7f68\u7f69\u7f67\u7f78\u7f82\u7f86\u7f83\u7f88\u7f87\u7f8c\u7f94\u7f9e\u7f9d\u7f9a\u7fa3\u7faf\u7fb2\u7fb9\u7fae\u7fb6\u7fb8\u8b71\u7fc5\u7fc6\u7fca\u7fd5\u7fd4\u7fe1\u7fe6\u7fe9\u7ff3\u7ff9\u98dc\u8006\u8004\u800b\u8012\u8018\u8019\u801c\u8021\u8028\u803f\u803b\u804a\u8046\u8052\u8058\u805a\u805f\u8062\u8068\u8073\u8072\u8070\u8076\u8079\u807d\u807f\u8084\u8086\u8085\u809b\u8093\u809a\u80ad\u5190\u80ac\u80db\u80e5\u80d9\u80dd\u80c4\u80da\u80d6\u8109\u80ef\u80f1\u811b\u8129\u8123\u812f\u814b"],["e440","\u968b\u8146\u813e\u8153\u8151\u80fc\u8171\u816e\u8165\u8166\u8174\u8183\u8188\u818a\u8180\u8182\u81a0\u8195\u81a4\u81a3\u815f\u8193\u81a9\u81b0\u81b5\u81be\u81b8\u81bd\u81c0\u81c2\u81ba\u81c9\u81cd\u81d1\u81d9\u81d8\u81c8\u81da\u81df\u81e0\u81e7\u81fa\u81fb\u81fe\u8201\u8202\u8205\u8207\u820a\u820d\u8210\u8216\u8229\u822b\u8238\u8233\u8240\u8259\u8258\u825d\u825a\u825f\u8264"],["e480","\u8262\u8268\u826a\u826b\u822e\u8271\u8277\u8278\u827e\u828d\u8292\u82ab\u829f\u82bb\u82ac\u82e1\u82e3\u82df\u82d2\u82f4\u82f3\u82fa\u8393\u8303\u82fb\u82f9\u82de\u8306\u82dc\u8309\u82d9\u8335\u8334\u8316\u8332\u8331\u8340\u8339\u8350\u8345\u832f\u832b\u8317\u8318\u8385\u839a\u83aa\u839f\u83a2\u8396\u8323\u838e\u8387\u838a\u837c\u83b5\u8373\u8375\u83a0\u8389\u83a8\u83f4\u8413\u83eb\u83ce\u83fd\u8403\u83d8\u840b\u83c1\u83f7\u8407\u83e0\u83f2\u840d\u8422\u8420\u83bd\u8438\u8506\u83fb\u846d\u842a\u843c\u855a\u8484\u8477\u846b\u84ad\u846e\u8482\u8469\u8446\u842c\u846f\u8479\u8435\u84ca\u8462\u84b9\u84bf\u849f\u84d9\u84cd\u84bb\u84da\u84d0\u84c1\u84c6\u84d6\u84a1\u8521\u84ff\u84f4\u8517\u8518\u852c\u851f\u8515\u8514\u84fc\u8540\u8563\u8558\u8548"],["e540","\u8541\u8602\u854b\u8555\u8580\u85a4\u8588\u8591\u858a\u85a8\u856d\u8594\u859b\u85ea\u8587\u859c\u8577\u857e\u8590\u85c9\u85ba\u85cf\u85b9\u85d0\u85d5\u85dd\u85e5\u85dc\u85f9\u860a\u8613\u860b\u85fe\u85fa\u8606\u8622\u861a\u8630\u863f\u864d\u4e55\u8654\u865f\u8667\u8671\u8693\u86a3\u86a9\u86aa\u868b\u868c\u86b6\u86af\u86c4\u86c6\u86b0\u86c9\u8823\u86ab\u86d4\u86de\u86e9\u86ec"],["e580","\u86df\u86db\u86ef\u8712\u8706\u8708\u8700\u8703\u86fb\u8711\u8709\u870d\u86f9\u870a\u8734\u873f\u8737\u873b\u8725\u8729\u871a\u8760\u875f\u8778\u874c\u874e\u8774\u8757\u8768\u876e\u8759\u8753\u8763\u876a\u8805\u87a2\u879f\u8782\u87af\u87cb\u87bd\u87c0\u87d0\u96d6\u87ab\u87c4\u87b3\u87c7\u87c6\u87bb\u87ef\u87f2\u87e0\u880f\u880d\u87fe\u87f6\u87f7\u880e\u87d2\u8811\u8816\u8815\u8822\u8821\u8831\u8836\u8839\u8827\u883b\u8844\u8842\u8852\u8859\u885e\u8862\u886b\u8881\u887e\u889e\u8875\u887d\u88b5\u8872\u8882\u8897\u8892\u88ae\u8899\u88a2\u888d\u88a4\u88b0\u88bf\u88b1\u88c3\u88c4\u88d4\u88d8\u88d9\u88dd\u88f9\u8902\u88fc\u88f4\u88e8\u88f2\u8904\u890c\u890a\u8913\u8943\u891e\u8925\u892a\u892b\u8941\u8944\u893b\u8936\u8938\u894c\u891d\u8960\u895e"],["e640","\u8966\u8964\u896d\u896a\u896f\u8974\u8977\u897e\u8983\u8988\u898a\u8993\u8998\u89a1\u89a9\u89a6\u89ac\u89af\u89b2\u89ba\u89bd\u89bf\u89c0\u89da\u89dc\u89dd\u89e7\u89f4\u89f8\u8a03\u8a16\u8a10\u8a0c\u8a1b\u8a1d\u8a25\u8a36\u8a41\u8a5b\u8a52\u8a46\u8a48\u8a7c\u8a6d\u8a6c\u8a62\u8a85\u8a82\u8a84\u8aa8\u8aa1\u8a91\u8aa5\u8aa6\u8a9a\u8aa3\u8ac4\u8acd\u8ac2\u8ada\u8aeb\u8af3\u8ae7"],["e680","\u8ae4\u8af1\u8b14\u8ae0\u8ae2\u8af7\u8ade\u8adb\u8b0c\u8b07\u8b1a\u8ae1\u8b16\u8b10\u8b17\u8b20\u8b33\u97ab\u8b26\u8b2b\u8b3e\u8b28\u8b41\u8b4c\u8b4f\u8b4e\u8b49\u8b56\u8b5b\u8b5a\u8b6b\u8b5f\u8b6c\u8b6f\u8b74\u8b7d\u8b80\u8b8c\u8b8e\u8b92\u8b93\u8b96\u8b99\u8b9a\u8c3a\u8c41\u8c3f\u8c48\u8c4c\u8c4e\u8c50\u8c55\u8c62\u8c6c\u8c78\u8c7a\u8c82\u8c89\u8c85\u8c8a\u8c8d\u8c8e\u8c94\u8c7c\u8c98\u621d\u8cad\u8caa\u8cbd\u8cb2\u8cb3\u8cae\u8cb6\u8cc8\u8cc1\u8ce4\u8ce3\u8cda\u8cfd\u8cfa\u8cfb\u8d04\u8d05\u8d0a\u8d07\u8d0f\u8d0d\u8d10\u9f4e\u8d13\u8ccd\u8d14\u8d16\u8d67\u8d6d\u8d71\u8d73\u8d81\u8d99\u8dc2\u8dbe\u8dba\u8dcf\u8dda\u8dd6\u8dcc\u8ddb\u8dcb\u8dea\u8deb\u8ddf\u8de3\u8dfc\u8e08\u8e09\u8dff\u8e1d\u8e1e\u8e10\u8e1f\u8e42\u8e35\u8e30\u8e34\u8e4a"],["e740","\u8e47\u8e49\u8e4c\u8e50\u8e48\u8e59\u8e64\u8e60\u8e2a\u8e63\u8e55\u8e76\u8e72\u8e7c\u8e81\u8e87\u8e85\u8e84\u8e8b\u8e8a\u8e93\u8e91\u8e94\u8e99\u8eaa\u8ea1\u8eac\u8eb0\u8ec6\u8eb1\u8ebe\u8ec5\u8ec8\u8ecb\u8edb\u8ee3\u8efc\u8efb\u8eeb\u8efe\u8f0a\u8f05\u8f15\u8f12\u8f19\u8f13\u8f1c\u8f1f\u8f1b\u8f0c\u8f26\u8f33\u8f3b\u8f39\u8f45\u8f42\u8f3e\u8f4c\u8f49\u8f46\u8f4e\u8f57\u8f5c"],["e780","\u8f62\u8f63\u8f64\u8f9c\u8f9f\u8fa3\u8fad\u8faf\u8fb7\u8fda\u8fe5\u8fe2\u8fea\u8fef\u9087\u8ff4\u9005\u8ff9\u8ffa\u9011\u9015\u9021\u900d\u901e\u9016\u900b\u9027\u9036\u9035\u9039\u8ff8\u904f\u9050\u9051\u9052\u900e\u9049\u903e\u9056\u9058\u905e\u9068\u906f\u9076\u96a8\u9072\u9082\u907d\u9081\u9080\u908a\u9089\u908f\u90a8\u90af\u90b1\u90b5\u90e2\u90e4\u6248\u90db\u9102\u9112\u9119\u9132\u9130\u914a\u9156\u9158\u9163\u9165\u9169\u9173\u9172\u918b\u9189\u9182\u91a2\u91ab\u91af\u91aa\u91b5\u91b4\u91ba\u91c0\u91c1\u91c9\u91cb\u91d0\u91d6\u91df\u91e1\u91db\u91fc\u91f5\u91f6\u921e\u91ff\u9214\u922c\u9215\u9211\u925e\u9257\u9245\u9249\u9264\u9248\u9295\u923f\u924b\u9250\u929c\u9296\u9293\u929b\u925a\u92cf\u92b9\u92b7\u92e9\u930f\u92fa\u9344\u932e"],["e840","\u9319\u9322\u931a\u9323\u933a\u9335\u933b\u935c\u9360\u937c\u936e\u9356\u93b0\u93ac\u93ad\u9394\u93b9\u93d6\u93d7\u93e8\u93e5\u93d8\u93c3\u93dd\u93d0\u93c8\u93e4\u941a\u9414\u9413\u9403\u9407\u9410\u9436\u942b\u9435\u9421\u943a\u9441\u9452\u9444\u945b\u9460\u9462\u945e\u946a\u9229\u9470\u9475\u9477\u947d\u945a\u947c\u947e\u9481\u947f\u9582\u9587\u958a\u9594\u9596\u9598\u9599"],["e880","\u95a0\u95a8\u95a7\u95ad\u95bc\u95bb\u95b9\u95be\u95ca\u6ff6\u95c3\u95cd\u95cc\u95d5\u95d4\u95d6\u95dc\u95e1\u95e5\u95e2\u9621\u9628\u962e\u962f\u9642\u964c\u964f\u964b\u9677\u965c\u965e\u965d\u965f\u9666\u9672\u966c\u968d\u9698\u9695\u9697\u96aa\u96a7\u96b1\u96b2\u96b0\u96b4\u96b6\u96b8\u96b9\u96ce\u96cb\u96c9\u96cd\u894d\u96dc\u970d\u96d5\u96f9\u9704\u9706\u9708\u9713\u970e\u9711\u970f\u9716\u9719\u9724\u972a\u9730\u9739\u973d\u973e\u9744\u9746\u9748\u9742\u9749\u975c\u9760\u9764\u9766\u9768\u52d2\u976b\u9771\u9779\u9785\u977c\u9781\u977a\u9786\u978b\u978f\u9790\u979c\u97a8\u97a6\u97a3\u97b3\u97b4\u97c3\u97c6\u97c8\u97cb\u97dc\u97ed\u9f4f\u97f2\u7adf\u97f6\u97f5\u980f\u980c\u9838\u9824\u9821\u9837\u983d\u9846\u984f\u984b\u986b\u986f\u9870"],["e940","\u9871\u9874\u9873\u98aa\u98af\u98b1\u98b6\u98c4\u98c3\u98c6\u98e9\u98eb\u9903\u9909\u9912\u9914\u9918\u9921\u991d\u991e\u9924\u9920\u992c\u992e\u993d\u993e\u9942\u9949\u9945\u9950\u994b\u9951\u9952\u994c\u9955\u9997\u9998\u99a5\u99ad\u99ae\u99bc\u99df\u99db\u99dd\u99d8\u99d1\u99ed\u99ee\u99f1\u99f2\u99fb\u99f8\u9a01\u9a0f\u9a05\u99e2\u9a19\u9a2b\u9a37\u9a45\u9a42\u9a40\u9a43"],["e980","\u9a3e\u9a55\u9a4d\u9a5b\u9a57\u9a5f\u9a62\u9a65\u9a64\u9a69\u9a6b\u9a6a\u9aad\u9ab0\u9abc\u9ac0\u9acf\u9ad1\u9ad3\u9ad4\u9ade\u9adf\u9ae2\u9ae3\u9ae6\u9aef\u9aeb\u9aee\u9af4\u9af1\u9af7\u9afb\u9b06\u9b18\u9b1a\u9b1f\u9b22\u9b23\u9b25\u9b27\u9b28\u9b29\u9b2a\u9b2e\u9b2f\u9b32\u9b44\u9b43\u9b4f\u9b4d\u9b4e\u9b51\u9b58\u9b74\u9b93\u9b83\u9b91\u9b96\u9b97\u9b9f\u9ba0\u9ba8\u9bb4\u9bc0\u9bca\u9bb9\u9bc6\u9bcf\u9bd1\u9bd2\u9be3\u9be2\u9be4\u9bd4\u9be1\u9c3a\u9bf2\u9bf1\u9bf0\u9c15\u9c14\u9c09\u9c13\u9c0c\u9c06\u9c08\u9c12\u9c0a\u9c04\u9c2e\u9c1b\u9c25\u9c24\u9c21\u9c30\u9c47\u9c32\u9c46\u9c3e\u9c5a\u9c60\u9c67\u9c76\u9c78\u9ce7\u9cec\u9cf0\u9d09\u9d08\u9ceb\u9d03\u9d06\u9d2a\u9d26\u9daf\u9d23\u9d1f\u9d44\u9d15\u9d12\u9d41\u9d3f\u9d3e\u9d46\u9d48"],["ea40","\u9d5d\u9d5e\u9d64\u9d51\u9d50\u9d59\u9d72\u9d89\u9d87\u9dab\u9d6f\u9d7a\u9d9a\u9da4\u9da9\u9db2\u9dc4\u9dc1\u9dbb\u9db8\u9dba\u9dc6\u9dcf\u9dc2\u9dd9\u9dd3\u9df8\u9de6\u9ded\u9def\u9dfd\u9e1a\u9e1b\u9e1e\u9e75\u9e79\u9e7d\u9e81\u9e88\u9e8b\u9e8c\u9e92\u9e95\u9e91\u9e9d\u9ea5\u9ea9\u9eb8\u9eaa\u9ead\u9761\u9ecc\u9ece\u9ecf\u9ed0\u9ed4\u9edc\u9ede\u9edd\u9ee0\u9ee5\u9ee8\u9eef"],["ea80","\u9ef4\u9ef6\u9ef7\u9ef9\u9efb\u9efc\u9efd\u9f07\u9f08\u76b7\u9f15\u9f21\u9f2c\u9f3e\u9f4a\u9f52\u9f54\u9f63\u9f5f\u9f60\u9f61\u9f66\u9f67\u9f6c\u9f6a\u9f77\u9f72\u9f76\u9f95\u9f9c\u9fa0\u582f\u69c7\u9059\u7464\u51dc\u7199"],["ed40","\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f"],["ed80","\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1"],["ee40","\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559"],["ee80","\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"],["eeef","\u2170",9,"\uffe2\uffe4\uff07\uff02"],["f040","\ue000",62],["f080","\ue03f",124],["f140","\ue0bc",62],["f180","\ue0fb",124],["f240","\ue178",62],["f280","\ue1b7",124],["f340","\ue234",62],["f380","\ue273",124],["f440","\ue2f0",62],["f480","\ue32f",124],["f540","\ue3ac",62],["f580","\ue3eb",124],["f640","\ue468",62],["f680","\ue4a7",124],["f740","\ue524",62],["f780","\ue563",124],["f840","\ue5e0",62],["f880","\ue61f",124],["f940","\ue69c"],["fa40","\u2170",9,"\u2160",9,"\uffe2\uffe4\uff07\uff02\u3231\u2116\u2121\u2235\u7e8a\u891c\u9348\u9288\u84dc\u4fc9\u70bb\u6631\u68c8\u92f9\u66fb\u5f45\u4e28\u4ee1\u4efc\u4f00\u4f03\u4f39\u4f56\u4f92\u4f8a\u4f9a\u4f94\u4fcd\u5040\u5022\u4fff\u501e\u5046\u5070\u5042\u5094\u50f4\u50d8\u514a"],["fa80","\u5164\u519d\u51be\u51ec\u5215\u529c\u52a6\u52c0\u52db\u5300\u5307\u5324\u5372\u5393\u53b2\u53dd\ufa0e\u549c\u548a\u54a9\u54ff\u5586\u5759\u5765\u57ac\u57c8\u57c7\ufa0f\ufa10\u589e\u58b2\u590b\u5953\u595b\u595d\u5963\u59a4\u59ba\u5b56\u5bc0\u752f\u5bd8\u5bec\u5c1e\u5ca6\u5cba\u5cf5\u5d27\u5d53\ufa11\u5d42\u5d6d\u5db8\u5db9\u5dd0\u5f21\u5f34\u5f67\u5fb7\u5fde\u605d\u6085\u608a\u60de\u60d5\u6120\u60f2\u6111\u6137\u6130\u6198\u6213\u62a6\u63f5\u6460\u649d\u64ce\u654e\u6600\u6615\u663b\u6609\u662e\u661e\u6624\u6665\u6657\u6659\ufa12\u6673\u6699\u66a0\u66b2\u66bf\u66fa\u670e\uf929\u6766\u67bb\u6852\u67c0\u6801\u6844\u68cf\ufa13\u6968\ufa14\u6998\u69e2\u6a30\u6a6b\u6a46\u6a73\u6a7e\u6ae2\u6ae4\u6bd6\u6c3f\u6c5c\u6c86\u6c6f\u6cda\u6d04\u6d87\u6d6f"],["fb40","\u6d96\u6dac\u6dcf\u6df8\u6df2\u6dfc\u6e39\u6e5c\u6e27\u6e3c\u6ebf\u6f88\u6fb5\u6ff5\u7005\u7007\u7028\u7085\u70ab\u710f\u7104\u715c\u7146\u7147\ufa15\u71c1\u71fe\u72b1\u72be\u7324\ufa16\u7377\u73bd\u73c9\u73d6\u73e3\u73d2\u7407\u73f5\u7426\u742a\u7429\u742e\u7462\u7489\u749f\u7501\u756f\u7682\u769c\u769e\u769b\u76a6\ufa17\u7746\u52af\u7821\u784e\u7864\u787a\u7930\ufa18\ufa19"],["fb80","\ufa1a\u7994\ufa1b\u799b\u7ad1\u7ae7\ufa1c\u7aeb\u7b9e\ufa1d\u7d48\u7d5c\u7db7\u7da0\u7dd6\u7e52\u7f47\u7fa1\ufa1e\u8301\u8362\u837f\u83c7\u83f6\u8448\u84b4\u8553\u8559\u856b\ufa1f\u85b0\ufa20\ufa21\u8807\u88f5\u8a12\u8a37\u8a79\u8aa7\u8abe\u8adf\ufa22\u8af6\u8b53\u8b7f\u8cf0\u8cf4\u8d12\u8d76\ufa23\u8ecf\ufa24\ufa25\u9067\u90de\ufa26\u9115\u9127\u91da\u91d7\u91de\u91ed\u91ee\u91e4\u91e5\u9206\u9210\u920a\u923a\u9240\u923c\u924e\u9259\u9251\u9239\u9267\u92a7\u9277\u9278\u92e7\u92d7\u92d9\u92d0\ufa27\u92d5\u92e0\u92d3\u9325\u9321\u92fb\ufa28\u931e\u92ff\u931d\u9302\u9370\u9357\u93a4\u93c6\u93de\u93f8\u9431\u9445\u9448\u9592\uf9dc\ufa29\u969d\u96af\u9733\u973b\u9743\u974d\u974f\u9751\u9755\u9857\u9865\ufa2a\ufa2b\u9927\ufa2c\u999e\u9a4e\u9ad9"],["fc40","\u9adc\u9b75\u9b72\u9b8f\u9bb1\u9bbb\u9c00\u9d70\u9d6b\ufa2d\u9e19\u9ed1"]]')}},Pt={};function st(b){var A=Pt[b];if(void 0!==A)return A.exports;var n=Pt[b]={id:b,loaded:!1,exports:{}};return Nr[b].call(n.exports,n,n.exports,st),n.loaded=!0,n.exports}return st.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch{if("object"==typeof window)return window}}(),st.nmd=function(b){return b.paths=[],b.children||(b.children=[]),b},st(36164)}()},7235:function(){this.b=this.b||{},this.b.vfs={"Roboto-Italic.ttf":"AAEAAAARAQAABAAQR0RFRqbzo4gAAddgAAACWEdQT1N/jKrdAAHZuAAAWMBHU1VCm18k/AACMngAABX2T1MvMpeDsUwAAAGYAAAAYGNtYXDTfF9iAAAWnAAABoJjdnQgO/gmfQAAL3gAAAD+ZnBnbagFhDIAAB0gAAAPhmdhc3AACAAZAAHXVAAAAAxnbHlmNN3JWAAAOswAAZmmaGVhZAh9pEIAAAEcAAAANmhoZWEMnBKkAAABVAAAACRobXR4VUzdowAAAfgAABSkbG9jYV8SwLgAADB4AAAKVG1heHAI2RDGAAABeAAAACBuYW1lOSJt5gAB1HQAAALAcG9zdP9hAGQAAdc0AAAAIHByZXB5WM7TAAAsqAAAAs4AAQAAAAMCDJn8J2NfDzz1ABsIAAAAAADE8BEuAAAAAODgRcL6N/3VCUMIcwACAAkAAgAAAAAAAAABAAAHbP4MAAAJA/o3/mwJQwgAAbMAAAAAAAAAAAAAAAAFKQABAAAFKQCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEiQGQAAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAAQAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA5YAZAAAAAAAAAAAAfcAAAH3AAACAABEAnwAyQTHAFIEXABJBa8AugTUADkBWwCsAqgAbQK0/5ADWABrBGcATAGH/48CJQAaAgwANAM0/5AEXABqBFwA+gRcABgEXAA1BFwABQRcAHIEXABtBFwAnQRcAEAEXACUAesAKQGu/5sD8gBCBEIAcAQPADsDqwClBvgAQQUQ/68E1gA7BQ0AcAUYADsEaQA7BEoAOwVJAHQFiQA7AhwASQRIAAcE3gA7BC4AOwbGADsFiQA7BVcAcwTlADsFVwBrBMgAOwScACkEoQCpBQgAYwTxAKUG4gDDBN3/1ASpAKgEpv/sAg8AAAMwAMACD/97Az4ATwOA/4ECZgDQBDkAMQRcAB8EEABGBGAARwQdAEUCswB1BFwAAwRGACAB4wAvAdv/EwPvACAB4wAvBs4AHgRJACAEbQBGBFz/1wRpAEYCoQAgBAEALgKKAEMERwBbA8IAbgXVAIAD2v/FA6z/qgPa/+4CoAA3AeUAIgKg/40FRwBpAeX/8QQ/AFAEg//zBYkAEgQUAEMB3f/4BML/2gM/ANoGGQBeA3kAwwOuAFYETACBBhoAXQOPAPgC5gDoBCYAJgLiAF0C4gBvAm8A1QRm/+YDzAB4AgcApQHt/8gC4gDgA4gAvwOtABEFuQC6Bg8AtQYTAJ4Drf/RB0H/gwQkACgFVwAgBJYAOQSdAB8GjgATBI0AXARvAEQEZgA6BHn/4ASjAEYFcAA2AewALwRSAC4ELgAjAhkAJAVgADUEZgAlB2YAVQcMAEcB7QA0BV0AUgKl/0cFVQBmBHAAQwVlAGMEzQBbAfX/CQQYAD8DpwEYA3MBKAOZAPgDUQEHAeMBDgKZAQECGv+uA6kA3gLlAMMCSP/pAAD9agAA/eoAAP0LAAD99AAA/NsAAPy6Af4BIwPtAPQCEQClBFEARAV5/7IFSABnBRf/xARvAAwFiQBEBG//2wWPAFYFXgCFBSkACgRjAEgEmf/xA+QAhQRmAEUEMAApBAUAigRmACUEawB1AoQAhARN/7gDzgBABKAAYARm/90ELQBKBGUASAQMAIcEPABoBXgAQAVvAE4GZABnBH4AUgQiAGcGGABoBdIAogU8AHMIUP/NCGMARAZRALQFiABCBO4ANgXW/4wHC/+rBJwAJQWJAEQFf//LBOEAlAX+AFsFrQBBBVAAywdNAEIHhABCBeMAigbAAEQE3gA2BTwAdgb6AEkE8f/pBEsARwRwADEDQgAuBK//jQXy/6cD8QAgBHsAMAQyADAEfP/IBcEAMQR6ADAEewAwA7sAYAWhAEkEmgAwBDkAeQZHADAGbAAlBNEAVgYQADEENwAxBC0AMgZWADEEQv+/BEYAIAQtAE4Glf/DBq8AMARwACAEewAwBtMAbgX9AE8ENgAvBvUASgXLAC0Erv+6BCb/ogbWAFsF3gBPBp4AJgW1ACoIwABJB5UALwQE/80Dvf/JBUgAZwRpAEME5ACtA+UAhQVIAGcEZgBDBssAdAX1AFIG0wBuBf0ATwUKAGkEJwBMBNgAQAAA/OcAAP0KAAD+FgAA/jsAAPo3AAD6TgXlAEQE0QAwBDYALwT0ADsEZ//XBEIANQN2ACUEwABEA+cAJQdx/6sGOv+nBXkARASeADAE4wA2BFwALgZaALwFWgB2BdsAOwS+ADAHkwA7BYgAJQf8AEIGvwAlBcEAawSvAFwE+//UBBT/xQb2AKwFNABXBZoAywR9AHkFRgDKBEkAlAVGABwGAACIBJoABATjADYEOQAuBdr/ywTT/8gFhwBEBGYAJQXtADsE0AAwByEAOwYYADEFXQBSBIQAPASE//0Env/5A5n/6QUQ/9QEKf/FBNEALgZiADEGsABIBiYArQUEAGgEKQCwA+kAoAeG/+AGRP/aB74APAZvACME0QBlA/4ATQWCAJsE+gB9BTwAaAXe/8sE1//IAwkA8wP/AAAH9AAAA/8AAAf0AAACrgAAAgQAAAFcAAAEZgAAAikAAAGfAAABAgAAANUAAAAAAAACLQAaAi0AGgUiAKYGGQCYA4r/XgGOALABjgCJAYz/lwGOANICyAC4AtAAlQKt/5QESAB3BG3/9gKeAKEDsQA4BTsAOAF0AFIHbwCWAlUAXQJVAAQDh//wAuIAjwLiAGQC4gCKAuIAkALiAKIC4gB7AuIAqgMfAIgC4QCJAuEAcwHiAI8B4gA+A0cAfgLi/9wC4gAtAuL/qwLi/7wC4v+yAuL/2ALi/94C4v/wAuL/yQLi//gDKf/cAuv/3QLr/8cB4v/oAeL/nQSD//MGJQAKBl8AOQg/ADsFvgAJBfwAHwRcAFEFrQBDBAMASgRSAAsFH//yBSb/5QW7AMwDsQBLB/sANQTbAOsE8QB/BgEAtgasAJIGpQCQBkMAvgRtAE0FZAAkBIv/rQRwAKsEoABBB/sASwH9/xUEXwAzBEIAcAP8/9MEGQAYA+kAQgJEAHcCfABxAfX/5ATXAHUETQBZBGgAdQagAHUGoAB1BMgAdQZoACgAAAAAB/X/qwg1AFwC2P/qAtgAbALYABwD8QBpA/EAJwPxAHAD8ABLA/EASgPx//cD8QAXA/H//QPxAL0D8QBGBAP/3QQLAHUEM/+3BeYAlARGAHkEWwBCBAcAbgQAABIEKQAdBJgARgQ7AB4EmABMBL0AHgXUAB4DmQAeBDQAHgOy//YB2gArBL4AHgSIAEwDrwAeBAAAEgQUAAYDhQAZA5MAHgRG/7AEmABMBEb/sANu/9MEqgAeA9L/1gU+AFIE8AB9BM0ADgVJAG0EWgBIBwr/wwcYAB4FSgBuBKkAHgQ5ACAE/f+JBd3/rwQfABIExgAgBC0AHwSc/8QEAABaBQEAHgRIAFYGIAAeBnkAHgT2AFEFzQAgBC4AIARaACAGRQAeBGT/4APz//oGGP+vBFcAHwTjAB8FDwBqBZcAUARHAHUEhP+3BjEAbQRIAFUESAAeBZgALgSmAEAEHwASBJwARgQUAAADxgAfB+QAHgSH/94C2P/7Atj/8QLYABcC2AAdAtgALwLYAAgC2AA3A3sAkwKgAQsDyAAeBBr/mQSfAEgFIwBEBP0ARAP1ACYFFQBEA/AAJgRdAB4EWgBIBDAAHgRj/6YB7wD8A4kBEgAA/SoD0gDTA9YAIgPwAM4D1wDNA5MAHgOEARIDgwETAuIAjwLiAGQC4gCKAuIAkALiAKIC4gB7AuIAqgVYAIAFgwCBBWgARAWzAIMFtgCDA7gAvARfADkEN/+BBKr/0wRJ/9UEDgArA4kBFAGG/74GcQBMBJYAPgHt/w8EZv+sBGb/4wRm/7gEZgAsBGYAVgRmACQEZgBmBGYAGwRmAEAEZgENAgD/CQH//wkB9gAvAfb/eAH2AC8EMAAeBNoAZAQBAGIEXAAfBBMARARwAEMEaQAjBHwAQgRr/9cEeQBCBB0ARgRcADUETv+/A2gAqQSxACwDmf/pBgr/mgPaAB4EmP/0BL0AHgS9AB4B9wAAAiUAGgU2AC8FNgAvBGQAPgShAKkCiv/0BRD/rwUQ/68FEP+vBRD/rwUQ/68FEP+vBRD/rwUNAHAEaQA7BGkAOwRpADsEaQA7AhwASQIcAEkCHABJAhwASQWJADsFVwBzBVcAcwVXAHMFVwBzBVcAcwUIAGMFCABjBQgAYwUIAGMEqQCoBDkAMQQ5ADEEOQAxBDkAMQQ5ADEEOQAxBDkAMQQQAEYEHQBFBB0ARQQdAEUEHQBFAewALwHsAC8B7AAvAewALwRJACAEbQBGBG0ARgRtAEYEbQBGBG0ARgRHAFsERwBbBEcAWwRHAFsDrP+qA6z/qgUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUNAHAEEABGBQ0AcAQQAEYFDQBwBBAARgUNAHAEEABGBRgAOwT2AEcEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFBUkAdARcAAMFSQB0BFwAAwVJAHQEXAADBUkAdARcAAMFiQA7BEYAIAIcAEkB7AARAhwASQHsAC4CHABJAewALwIc/4sB4/9tAhwASQZkAEkDvgAvBEgABwH1/wkE3gA7A+8AIAQuADsB4wAvBC4AOwHj/6IELgA7AnkALwQuADsCvwAvBYkAOwRJACAFiQA7BEkAIAWJADsESQAgBEkAIAVXAHMEbQBGBVcAcwRtAEYFVwBzBG0ARgTIADsCoQAgBMgAOwKh/58EyAA7AqEAIAScACkEAQAuBJwAKQQBAC4EnAApBAEALgScACkEAQAuBJwAKQQBAC4EoQCpAooAQwShAKkCigBDBKEAqQKyAEMFCABjBEcAWwUIAGMERwBbBQgAYwRHAFsFCABjBEcAWwUIAGMERwBbBQgAYwRHAFsG4gDDBdUAgASpAKgDrP+qBKkAqASm/+wD2v/uBKb/7APa/+4Epv/sA9r/7gdB/4MGjgATBVcAIARmADoEXf+vBF3/rwQHAG4EY/+mBGP/pgRj/6YEY/+mBGP/pgRj/6YEY/+mBFoASAPIAB4DyAAeA8gAHgPIAB4B2gArAdoAKwHaACsB2gArBL0AHgSYAEwEmABMBJgATASYAEwEmABMBFsAQgRbAEIEWwBCBFsAQgQLAHUEY/+mBGP/pgRj/6YEWgBIBFoASARaAEgEWgBIBF0AHgPIAB4DyAAeA8gAHgPIAB4DyAAeBIgATASIAEwEiABMBIgATAS+AB4B2gAOAdoAKwHaACsB5P+CAdoAKwOy//YENAAeA5kAHgOZAB4DmQAeA5kAHgS9AB4EvQAeBL0AHgSYAEwEmABMBJgATAQpAB0EKQAdBCkAHQQAABIEAAASBAAAEgQAABIEBwBuBAcAbgQHAG4EWwBCBFsAQgRbAEIEWwBCBFsAQgRbAEIF5gCUBAsAdQQLAHUEA//dBAP/3QQD/90FEP+vBM0AAwXtABECgAAXBWsAawUN/+0FPQAeAoQAIAUQ/68E1gA7BGkAOwSm/+wFiQA7AhwASQTeADsGxgA7BYkAOwVXAHME5QA7BKEAqQSpAKgE3f/UAhwASQSpAKgEYwBIBDAAKQRmACUChACEBDwAaARSAC4EbQBGBGb/5gPCAG4ETv+/AoQAZQQ8AGgEbQBGBDwAaAZkAGcEaQA7BFEARAScACkCHABJAhwASQRIAAcE/QBEBN4AOwThAJQFEP+vBNYAOwRRAEQEaQA7BYkARAbGADsFiQA7BVcAcwWJAEQE5QA7BQ0AcAShAKkE3f/UBDkAMQQdAEUEewAwBG0ARgRc/9cEEABGA6z/qgPa/8UEHQBFA0IALgQBAC4B4wAvAewALwHb/xMEMgAwA6z/qgbiAMMF1QCABuIAwwXVAIAG4gDDBdUAgASpAKgDrP+qAVsArAJ8AMkEAABEAfX/CQGOAIkGxgA7Bs4AHgUQ/68EOQAxBGkAOwWJAEQEHQBFBHsAMAVeAIUFbwBOBOQArQPlAIUIGQBGCQMAcwScACUD8QAgBQ0AcAQQAEYEqQCoA+QAhQIcAEkHC/+rBfL/pwIcAEkFEP+vBDkAMQUQ/68EOQAxB0H/gwaOABMEaQA7BB0ARQVdAFIEGAA/BBgAPwcL/6sF8v+nBJwAJQPxACAFiQBEBHsAMAWJAEQEewAwBVcAcwRtAEYFSABnBGkAQwVIAGcEaQBDBTwAdgQtADIE4QCUA6z/qgThAJQDrP+qBOEAlAOs/6oFUADLBDkAeQbAAEQGEAAxBGAARwUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQUQ/68EOQAxBRD/rwQ5ADEFEP+vBDkAMQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUEaQA7BB0ARQRpADsEHQBFBGkAOwQdAEUCHABJAewALwIcAA0B4//wBVcAcwRtAEYFVwBzBG0ARgVXAHMEbQBGBVcAcwRtAEYFVwBzBG0ARgVXAHMEbQBGBVcAcwRtAEYFVQBmBHAAQwVVAGYEcABDBVUAZgRwAEMFVQBmBHAAQwVVAGYEcABDBQgAYwRHAFsFCABjBEcAWwVlAGMEzQBbBWUAYwTNAFsFZQBjBM0AWwVlAGMEzQBbBWUAYwTNAFsEqQCoA6z/qgSpAKgDrP+qBKkAqAOs/6oEfgAABKEAqQO7AGAFUADLBDkAeQRRAEQDQgAuBgAAiASaAAQERgAgBN4ALATeACwEUQARA0L/5wURAFgECQA6BKkAqAPkAF4E3f/UA9r/xQQwACkESv/XBhkAmARcABgEXAA1BFwABQRcAHIEcACBBIQAVARwAJQEhAB+BUkAdARcAAMFiQA7BEkAIAUQ/68EOQAxBGkAOwQdAEUCHP/gAez/jQVXAHMEbQBGBMgAOwKhACAFCABjBEcAWwSG/7EE1gA7BFwAHwUYADsEYABHBRgAOwRgAEcFiQA7BEYAIATeADsD7wAgBN4AOwPvACAELgA7AeP/8AbGADsGzgAeBYkAOwRJACAFVwBzBOUAOwRc/9cEyAA7AqH/7gScACkEAQAuBKEAqQKKAEMFCABjBPEApQPCAG4E8QClA8IAbgbiAMMF1QCABKb/7APa/+4Fnf8MBGP/pgQE/+IE+v/9AhYAAgSiAB4ER/+aBNcAGARj/6YEMAAeA8gAHgQD/90EvgAeAdoAKwQ0AB4F1AAeBL0AHgSYAEwEOwAeBAcAbgQLAHUEM/+3AdoAKwQLAHUDyAAeA5MAHgQAABIB2gArAdoAKwOy//YENAAeBAAAWgRj/6YEMAAeA5MAHgPIAB4ExgAgBdQAHgS+AB4EmABMBKoAHgQ7AB4EWgBIBAcAbgQz/7cEHwASBL4AHgRaAEgECwB1BZgALgTGACAEAABaBT4AUgWMACsGCv+aBJj/9AQAABIF5gCUBeYAlAXmAJQECwB1BRD/rwQ5ADEEaQA7BB0ARQRj/6YDyAAeAez/8AAAAAIAAAADAAAAFAADAAEAAAAUAAQGbgAAAPQAgAAGAHQAAAACAA0AfgCgAKwArQC/AMYAzwDmAO8A/gEPAREBJQEnATABUwFfAWcBfgF/AY8BkgGhAbAB8AH/AhsCNwJZArwCxwLJAt0C8wMBAwMDCQMPAyMDigOMA5IDoQOwA7kDyQPOA9ID1gQlBC8ERQRPBGIEbwR5BIYEnwSpBLEEugTOBNcE4QT1BQEFEAUTHgEePx6FHvEe8x75H00gCSALIBEgFSAeICIgJyAwIDMgOiA8IEQgcCCOIKQgqiCsILEguiC9IQUhEyEWISIhJiEuIV4iAiIGIg8iEiIaIh4iKyJIImAiZSXK7gL2w/sE/v///f//AAAAAAACAA0AIACgAKEArQCuAMAAxwDQAOcA8AD/ARABEgEmASgBMQFUAWABaAF/AY8BkgGgAa8B8AH6AhgCNwJZArwCxgLJAtgC8wMAAwMDCQMPAyMDhAOMA44DkwOjA7EDugPKA9ED1gQABCYEMARGBFAEYwRwBHoEiASgBKoEsgS7BM8E2ATiBPYFAgURHgAePh6AHqAe8h70H00gACAKIBAgEyAXICAgJSAwIDIgOSA8IEQgcCB0IKMgpiCrILEguSC8IQUhEyEWISIhJiEuIVsiAiIGIg8iESIaIh4iKyJIImAiZCXK7gH2w/sB/v///P//AAEAAP/2/+QB8//CAef/wQAAAdoAAAHVAAAB0QAAAc8AAAHNAAABxQAAAcf/Fv8H/wX++P7rAgkAAAAA/mX+RAE+/dj91/3J/bT9qP2n/aL9nf2KAAAAGQAYAAAAAP0KAAD/+fz+/PsAAPy6AAD8sgAA/KcAAPyhAAD8mQAA/JEAAP9DAAD/QAAA/F4AAOX95b3lbuWZ5QLll+WY4XLhc+FvAADhbOFr4WnhYePE4VnjvOFQ4SXhIgAA4QwAAOEH4QDg/+C44KvgqeCe35Tgk+Bn38TerN+437ffsN+t36Hfhd9u32vcBxPRCxEG1QLdAeEAAQAAAAAAAAAAAAAAAAAAAAAA5AAAAO4AAAEYAAABMgAAATIAAAEyAAABdAAAAAAAAAAAAAAAAAAAAXQBfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFsAAAAAAF0AZAAAAGoAAAAAAAAAcAAAAIIAAACMAAAAlIAAAJiAAACjgAAApoAAAK+AAACzgAAAuIAAAAAAAAAAAAAAAAAAAAAAAAAAALSAAAAAAAAAAAAAAAAAAAAAAAAAAACwgAAAsIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmgKbApwCnQKeAp8AgQKWAqoCqwKsAq0CrgKvAIIAgwKwArECsgKzArQAhACFArUCtgK3ArgCuQK6AIYAhwLFAsYCxwLIAskCygCIAIkCywLMAs0CzgLPAIoClQCLAIwClwCNAv4C/wMAAwEDAgMDAI4DBAMFAwYDBwMIAwkDCgMLAI8AkAMMAw0DDgMPAxADEQMSAJEAkgMTAxQDFQMWAxcDGACTAJQDJwMoAysDLAMtAy4CmAKZAqACuwNGA0cDSANJAyUDJgMpAyoArgCvA6EAsAOiA6MDpACxALIDqwOsA60AswOuA68AtAOwA7EAtQOyALYDswC3A7QDtQC4A7YAuQC6A7cDuAO5A7oDuwO8A70DvgDEA8ADwQDFA78AxgDHAMgAyQDKAMsAzAPCAM0AzgP/A8gA0gPJANMDygPLA8wDzQDUANUA1gPPBAAD0ADXA9EA2APSA9MA2QPUANoA2wDcA9UDzgDdA9YD1wPYA9kD2gPbA9wA3gDfA90D3gDqAOsA7ADtA98A7gDvAPAD4ADxAPIA8wD0A+EA9QPiA+MA9gPkAPcD5QQBA+YBAgPnAQMD6APpA+oD6wEEAQUBBgPsBAID7QEHAQgBCQScBAMEBAEXARgBGQEaBAUEBgQIBAcBKAEpASoBKwSbASwBLQEuAS8BMASdBJ4BMQEyATMBNAQJBAoBNQE2ATcBOASfBKAECwQMBJIEkwQNBA4EoQSiBJoBTAFNBJgEmQQPBBAEEQFOAU8BUAFRAVIBUwFUAVUElASVAVYBVwFYBBwEGwQdBB4EHwQgBCEBWQFaBJYElwQ2BDcBWwFcAV0BXgSjBKQBXwQ4BKUBbwFwAYEBggSnBKYBsQSRAbcAAEBKmZiXloeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUVBPTk1MS0pJSEdGKB8QCgksAbELCkMjQ2UKLSwAsQoLQyNDCy0sAbAGQ7AHQ2UKLSywTysgsEBRWCFLUlhFRBshIVkbIyGwQLAEJUWwBCVFYWSKY1JYRUQbISFZWS0sALAHQ7AGQwstLEtTI0tRWlggRYpgRBshIVktLEtUWCBFimBEGyEhWS0sS1MjS1FaWDgbISFZLSxLVFg4GyEhWS0ssAJDVFiwRisbISEhIVktLLACQ1RYsEcrGyEhIVktLLACQ1RYsEgrGyEhISFZLSywAkNUWLBJKxshISFZLSwjILAAUIqKZLEAAyVUWLBAG7EBAyVUWLAFQ4tZsE8rWSOwYisjISNYZVktLLEIAAwhVGBDLSyxDAAMIVRgQy0sASBHsAJDILgQAGK4EABjVyO4AQBiuBAAY1daWLAgYGZZSC0ssQACJbACJbACJVO4ADUjeLACJbACJWCwIGMgILAGJSNiUFiKIbABYCMbICCwBiUjYlJYIyGwAWEbiiEjISBZWbj/wRxgsCBjIyEtLLECAEKxIwGIUbFAAYhTWli4EACwIIhUWLICAQJDYEJZsSQBiFFYuCAAsECIVFiyAgICQ2BCsSQBiFRYsgIgAkNgQgBLAUtSWLICCAJDYEJZG7hAALCAiFRYsgIEAkNgQlm4QACwgGO4AQCIVFiyAggCQ2BCWblAAAEAY7gCAIhUWLICEAJDYEJZsSYBiFFYuUAAAgBjuAQAiFRYsgJAAkNgQlm5QAAEAGO4CACIVFiyAoACQ2BCWbEoAYhRWLlAAAgAY7gQAIhUWLkAAgEAsAJDYEJZWVlZWVlZsQACQ1RYQAoFQAhACUAMAg0CG7EBAkNUWLIFQAi6AQAACQEAswwBDQEbsYACQ1JYsgVACLgBgLEJQBu4AQCwAkNSWLIFQAi6AYAACQFAG7gBgLACQ1JYsgVACLgCALEJQBuyBUAIugEAAAkBAFlZWbhAALCAiFW5QAACAGO4BACIVVpYswwADQEbswwADQFZWVlCQkJCQi0sRbECTisjsE8rILBAUVghS1FYsAIlRbEBTitgWRsjS1FYsAMlRSBkimOwQFNYsQJOK2AbIVkbIVlZRC0sILAAUCBYI2UbI1mxFBSKcEWwTysjsWEGJmAriliwBUOLWSNYZVkjEDotLLADJUljI0ZgsE8rI7AEJbAEJUmwAyVjViBgsGJgK7ADJSAQRopGYLAgY2E6LSywABaxAgMlsQEEJQE+AD6xAQIGDLAKI2VCsAsjQrECAyWxAQQlAT8AP7EBAgYMsAYjZUKwByNCsAEWsQACQ1RYRSNFIBhpimMjYiAgsEBQWGcbZllhsCBjsEAjYbAEI0IbsQQAQiEhWRgBLSwgRbEATitELSxLUbFATytQW1ggRbEBTisgiopEILFABCZhY2GxAU4rRCEbIyGKRbEBTisgiiNERFktLEtRsUBPK1BbWEUgirBAYWNgGyMhRVmxAU4rRC0sI0UgikUjYSBksEBRsAQlILAAUyOwQFFaWrFATytUWliKDGQjZCNTWLFAQIphIGNhGyBjWRuKWWOxAk4rYEQtLAEtLAAtLAWxCwpDI0NlCi0ssQoLQyNDCwItLLACJWNmsAIluCAAYmAjYi0ssAIlY7AgYGawAiW4IABiYCNiLSywAiVjZ7ACJbggAGJgI2ItLLACJWNmsCBgsAIluCAAYmAjYi0sI0qxAk4rLSwjSrEBTistLCOKSiNFZLACJWSwAiVhZLADQ1JYISBkWbECTisjsABQWGVZLSwjikojRWSwAiVksAIlYWSwA0NSWCEgZFmxAU4rI7AAUFhlWS0sILADJUqxAk4rihA7LSwgsAMlSrEBTiuKEDstLLADJbADJYqwZyuKEDstLLADJbADJYqwaCuKEDstLLADJUawAyVGYLAEJS6wBCWwBCWwBCYgsABQWCGwahuwbFkrsAMlRrADJUZgYbCAYiCKIBAjOiMgECM6LSywAyVHsAMlR2CwBSVHsIBjYbACJbAGJUljI7AFJUqwgGMgWGIbIVmwBCZGYIpGikZgsCBjYS0ssAQmsAQlsAQlsAQmsG4rIIogECM6IyAQIzotLCMgsAFUWCGwAiWxAk4rsIBQIGBZIGBgILABUVghIRsgsAVRWCEgZmGwQCNhsQADJVCwAyWwAyVQWlggsAMlYYpTWCGwAFkbIVkbsAdUWCBmYWUjIRshIbAAWVlZsQJOKy0ssAIlsAQlSrAAU1iwABuKiiOKsAFZsAQlRiBmYSCwBSawBiZJsAUmsAUmsHArI2FlsCBgIGZhsCBhZS0ssAIlRiCKILAAUFghsQJOKxtFIyFZYWWwAiUQOy0ssAQmILgCAGIguAIAY4ojYSCwXWArsAUlEYoSiiA5ili5AF0QALAEJmNWYCsjISAQIEYgsQJOKyNhGyMhIIogEEmxAk4rWTstLLkAXRAAsAklY1ZgK7AFJbAFJbAFJrBtK7FdByVgK7AFJbAFJbAFJbAFJbBvK7kAXRAAsAgmY1ZgKyCwAFJYsFArsAUlsAUlsAclsAclsAUlsHErsAIXOLAAUrACJbABUlpYsAQlsAYlSbADJbAFJUlgILBAUlghG7AAUlggsAJUWLAEJbAEJbAHJbAHJUmwAhc4G7AEJbAEJbAEJbAGJUmwAhc4WVlZWVkhISEhIS0suQBdEACwCyVjVmArsAclsAclsAYlsAYlsAwlsAwlsAklsAglsG4rsAQXOLAHJbAHJbAHJrBtK7AEJbAEJbAEJrBtK7BQK7AGJbAGJbADJbBxK7AFJbAFJbADJbACFzggsAYlsAYlsAUlsHErYLAGJbAGJbAEJWWwAhc4sAIlsAIlYCCwQFNYIbBAYSOwQGEjG7j/wFBYsEBgI7BAYCNZWbAIJbAIJbAEJrACFziwBSWwBSWKsAIXOCCwAFJYsAYlsAglSbADJbAFJUlgILBAUlghG7AAUliwBiWwBiWwBiWwBiWwCyWwCyVJsAQXOLAGJbAGJbAGJbAGJbAKJbAKJbAHJbBxK7AEFziwBCWwBCWwBSWwByWwBSWwcSuwAhc4G7AEJbAEJbj/wLACFzhZWVkhISEhISEhIS0ssAQlsAMlh7ADJbADJYogsABQWCGwZRuwaFkrZLAEJbAEJQawBCWwBCVJICBjsAMlIGNRsQADJVRbWCEhIyEHGyBjsAIlIGNhILBTK4pjsAUlsAUlh7AEJbAEJkqwAFBYZVmwBCYgAUYjAEawBSYgAUYjAEawABYAsAAjSAGwACNIACCwASNIsAIjSAEgsAEjSLACI0gjsgIAAQgjOLICAAEJIzixAgEHsAEWWS0sIxANDIpjI4pjYGS5QAAEAGNQWLAAOBs8WS0ssAYlsAklsAklsAcmsHYrI7AAVFgFGwRZsAQlsAYmsHcrsAUlsAUmsAUlsAUmsHYrsABUWAUbBFmwdystLLAHJbAKJbAKJbAIJrB2K4qwAFRYBRsEWbAFJbAHJrB3K7AGJbAGJrAGJbAGJrB2KwiwdystLLAHJbAKJbAKJbAIJrB2K4qKCLAEJbAGJrB3K7AFJbAFJrAFJbAFJrB2K7AAVFgFGwRZsHcrLSywCCWwCyWwCyWwCSawdiuwBCawBCYIsAUlsAcmsHcrsAYlsAYmsAYlsAYmsHYrCLB3Ky0sA7ADJbADJUqwBCWwAyVKArAFJbAFJkqwBSawBSZKsAQmY4qKY2EtLLFdDiVgK7AMJhGwBSYSsAolObAHJTmwCiWwCiWwCSWwfCuwAFCwCyWwCCWwCiWwfCuwAFBUWLAHJbALJYewBCWwBCULsAolELAJJcGwAiWwAiULsAclELAGJcEbsAclsAslsAsluP//sHYrsAQlsAQlC7AHJbAKJbB3K7AKJbAIJbAIJbj//7B2K7ACJbACJQuwCiWwByWwdytZsAolRrAKJUZgsAglRrAIJUZgsAYlsAYlC7AMJbAMJbAMJiCwAFBYIbBqG7BsWSuwBCWwBCULsAklsAklsAkmILAAUFghsGobsGxZKyOwCiVGsAolRmBhsCBjI7AIJUawCCVGYGGwIGOxAQwlVFgEGwVZsAomIBCwAyU6sAYmsAYmC7AHJiAQijqxAQcmVFgEGwVZsAUmIBCwAiU6iooLIyAQIzotLCOwAVRYuQAAQAAbuEAAsABZirABVFi5AABAABu4QACwAFmwfSstLIqKCA2KsAFUWLkAAEAAG7hAALAAWbB9Ky0sCLABVFi5AABAABu4QACwAFkNsH0rLSywBCawBCYIDbAEJrAEJggNsH0rLSwgAUYjAEawCkOwC0OKYyNiYS0ssAkrsAYlLrAFJX3FsAYlsAUlsAQlILAAUFghsGobsGxZK7AFJbAEJbADJSCwAFBYIbBqG7BsWSsYsAglsAclsAYlsAolsG8rsAYlsAUlsAQmILAAUFghsGYbsGhZK7AFJbAEJbAEJiCwAFBYIbBmG7BoWStUWH2wBCUQsAMlxbACJRCwASXFsAUmIbAFJiEbsAYmsAQlsAMlsAgmsG8rWbEAAkNUWH2wAiWwgiuwBSWwgisgIGlhsARDASNhsGBgIGlhsCBhILAIJrAIJoqwAhc4iophIGlhYbACFzgbISEhIVkYLSxLUrEBAkNTWlgjECABPAA8GyEhWS0sI7ACJbACJVNYILAEJVg8GzlZsAFguP/pHFkhISEtLLACJUewAiVHVIogIBARsAFgiiASsAFhsIUrLSywBCVHsAIlR1QjIBKwAWEjILAGJiAgEBGwAWCwBiawhSuKirCFKy0ssAJDVFgMAopLU7AEJktRWlgKOBsKISFZGyEhISFZLSywmCtYDAKKS1OwBCZLUVpYCjgbCiEhWRshISEhWS0sILACQ1SwASO4AGgjeCGxAAJDuABeI3khsAJDI7AgIFxYISEhsAC4AE0cWYqKIIogiiO4EABjVli4EABjVlghISGwAbgAMBxZGyFZsIBiIFxYISEhsAC4AB0cWSOwgGIgXFghISGwALgADBxZirABYbj/qxwjIS0sILACQ1SwASO4AIEjeCGxAAJDuAB3I3khsQACQ4qwICBcWCEhIbgAZxxZioogiiCKI7gQAGNWWLgQAGNWWLAEJrABW7AEJrAEJrAEJhshISEhuAA4sAAjHFkbIVmwBCYjsIBiIFxYilyKWiMhIyG4AB4cWYqwgGIgXFghISMhuAAOHFmwBCawAWG4/5McIyEtAABA/340fVV8Pv8fezv/H3o9/x95O0AfeDz/H3c8PR92NQcfdTr/H3Q6Zx9zOU8fcjn/H3E2/x9wOM0fbzj/H243Xh9tN80fbDf/H2s3LR9qNxgfaTT/H2gy/x9nMs0fZjP/H2Ux/x9kMP8fYzCrH2IwZx9hLv8fYC6AH18v/x9eL5MfXS3/H1ws/x9bK/8fWirNH1kq/x9YKg0fVyn/H1Yo/x9VJyQfVCctH1MlXh9SJf8fUSWrH1Am/x9PJoAfTiT/H00jKx9MI6sfSyP/H0ojVh9JIysfSCL/H0cg/x9GIHIfRSH/H0Qhch9DH/8fQh6TH0Ee/x9AHf8fPxz/Hz07k0DqHzw7NB86NQ4fOTZyHzg2Tx83NiIfNjWTHzMyQB8xMHIfLy5KHysqQB8nGQQfJiUoHyUzGxlcJBoSHyMFGhlcIhn/HyEgPR8gOBgWXB8YLR8eF/8fHRb/HxwWBx8bMxkcWxg0FhxbGjMZHFsXNBYcWxUZPhamWhMxElURMRBVElkQWQ00DFUFNARVDFkEWR8EXwQCDwR/BO8EAw9eDlULNApVBzQGVQExAFUOWQpZBll/BgEvBk8GbwYDPwZfBn8GAwBZLwABLwBvAO8AAwk0CFUDNAJVCFkCWR8CXwICDwJ/Au8CAwNAQAUBuAGQsFQrS7gH/1JLsAlQW7ABiLAlU7ABiLBAUVqwBoiwAFVaW1ixAQGOWYWNjQAdQkuwkFNYsgMAAB1CWbECAkNRWLEEA45Zc3QAKwArKytzdAArc3R1ACsAKwArKysrK3N0ACsAKysrACsAKysrASsBKwErASsBKwErKwArKwErKwErACsAKwErKysrKwErKwArKysrKysrASsrACsrKysrKysBKwArKysrKysrKysrKysrASsrACsrKysrKysrKysBKysrKysrKwArKysrKysrKysrKysrKysrKysrKysYAAAGAAAVBbAAFAWwABQEOgAUAAD/7AAA/+wAAP/s/mD/9QWwABUAAP/rAAAAvQDAAJ0AnQC6AJcAlwAnAMAAnQCGALwAqwC6AJoA0wCzAJkB4ACWALoAmgCpAQsAggCuAKAAjACVALkAqQAXAJMAmgB7AIsAoQDeAKAAjACdALYAJwDAAJ0ApACGAKIAqwC2AL8AugCCAI4AmgCiALIA0wCRAJkArQCzAL4ByQH9AJYAugBHAJgAnQCpAQsAggCZAJ8AqQCwAIEAhQCLAJQAqQC1ALoAFwBQAGMAeAB9AIMAiwCQAJgAogCuANQA3gEmAHsAiQCTAJ0ApQC0BI0AEAAAAAAAMgAyADIAMgAyAF0AfwC2ATUBxAI/AlUCiAK7AugDBwMiAzQDUQNlA7sD1QQZBIsEuAUKBWwFigYEBmUGcQZ9BqQGwQboB0AH8wgqCJII3AkhCVYJggnWCgEKFgpFCnkKmgrPCvQLQwt8C9cMIAyIDKgM2g0ADUENbg2TDcMN3w3zDg8ONA5FDlkOyw8lD3APyhAfEFIQwxEAESkRZhGbEbESFRJTEqAS+xNWE4wT6xQeFFoUfxTCFO4VKhVYFaUVuRYIFksWchbTFyMXiRfTF+8YjRjAGUUZohmuGc0adRqHGr4a5hsiG4gbnBvgHAEcHhxJHGIcpxyzHMQc1RzmHT0djh2sHgoeSR6vH1sfwyACIF0guiEeIVMhaCGbIcgh6iIqIn0i8iOJI7EkBSRZJMElISVmJbYl3iYwJlEmcCZ4Jp4mvCbuJxsnWid5J6knvSfSJ9soCSglKEIoViiXKJ8ouCjoKUcpbSmXKbYp7ipJKo0q9itqK9YsBCx3LOktPi18LeAuCS5cLtUvES9nL7cwEjBFMIIw2jEgMZEx+zJUMtEzIDN3M9o0KTRtNJQ03TU0NYA18jYWNlE2jjbnNxM3TTd1N6k37DgxOGs4wjkpOW055DpQOmk6sDr/O287kzvGPAE8MjxdPIY8pD1EPW89qD3PPgM+Rz6MPsY/HD+DP8hAK0CAQOJBMkF4QZ9B/UJcQqJDA0NlQ6FD2kQuRIBE6EVORcxGSkbTR1hHwkgYSE5IhkjySVpKEUrHSzlLrEv2TD5MbEyKTLpM0EzlTZhN7E4ITiROZ06vTxtPP09jT6NP4U/0UAdQE1AmUGVQo1DfURtRLlFBUXZRq1HvUjxSs1MmUzlTTFOCU7hTy1PeVCdUb1SpVRJVelXHVhFWJFY3VnJWr1bCVtVW6Fb7V09Xn1fvV/5YDVgZWCVYXFi5WTZZtFowWqZbG1t8W+BcL1yDXNRdJF1pXa5eIl4uXjpeZV5lXmVeZV5lXmVeZV5lXmVeZV5lXmVeZV5lXm1edV6HXpletV7RXu1fCF8jXy9fO19pX4pfuF/XX+Nf82AQYNhg+2EbYTJhO2FEYU1hVmFfYWhhcWGSYaRhwGHtYhpiU2JcYmVibmJ3YoBiiWKSYptipGKtYrZiv2LIYvFjGmNyY61kDmQaZHRkwWUbZWxlwWYEZkVmhmcRZ2Rnz2gNaFtocWiCaJhormkcaTlpcGmCaa5qSGqFauRrE2tHa3xrr2u8a9pr9mwCbD5sfmzhbUttrm5mbmZvhG/KcARwKXBscMVxQHFbcbNx/HIlcpNy0nLrczhzZnOXc8F0BHQmdFZ0dHTXdRp1dnWudft2HXZPdmx2nXbJdtx3BndWd4J3/nhPeI54q3jbeTN5VXl+eaR53XowenZ633sse39723wnfGl8nHzffSl9en3ofhR+R36Bfrt+8H8nf1l/m3/bf+eAHYBwgNSBIYFMgaiB5oImgmGC1ILggxiDVoObg9GEMYSChNGFM4WPheeGVIaXhvOHHIddh6+HyYg1iIeImYjWiQmJtooWinSKqIrbiwyLQYuCi8qMMYxhjH6MrIzrjRCNN414jcCN7I4bjmyOdY5+joeOkI6ZjqKOq474j0+PkY/kkEaQZZCpkO+RGZFmkYKR2JHqkmSSyZLukvaS/pMGkw6TFpMekyaTLpM2kz6TRpNOk1aTaJNwk9mUJZRDlJ2U6JVClbOWAJZblraXB5d3l8aXzphCmG+YwJj5mVWZh5nLmcuZ05okmnWau5rjmyObNptJm1ybb5uDm5ebrZvAm9Ob5pv5nA2cIJwznEacWpxtnICck5ymnLmczZzgnPOdBp0anS2dQJ1TnWWdd52LnZ+dtZ3Indud7p4AnhSeJp44nkueX55xnoSel56pnruez57invWfB58bny6fQZ9Un2afeZ+Mn+WgeKCLoJ6gsaDDoNag6aD8oQ6hIaE0oUehWaFsoX+hkqGlogGieaKMop6isaLDotai6aL8ow+jI6M2o0mjXKNvo4KjlaOoo7ujzqPgo/KkBaQRpB2kMKRDpFeka6R+pJGkpaS5pMyk36TrpPelCqUdpTGlRaVYpWqlfaWQpaKltaXIpdyl8KYDphamKqY+plGmY6Z2pommnKaupsGm1KbopvynD6chpzWnSadcp2+ngqeWp6mnu6fOp+Cn86gGqBqoLqhCqFaorakQqSOpNqlJqVupb6mCqZWpqKm7qc6p4KnzqgaqGaosqjiqRKpPqmKqdaqHqpmqrarBqs2q2arsqv+rEaskqzarSKtbq2+rgquVq6iru6vOq+Kr9awIrBqsLqxBrFOsZqy6rM2s36zyrQWtF60prTutTq2mrbityq3drfCuBK4XriquPa5Qrluuba6Aroyunq6yrr6uyq7drumu/K8PryKvNq9Jr1WvZ696r4yvmK+qr76v0K/cr+6wALATsCewO7CRsKSwtrDJsNyw77EBsRSxKLE0sUixXLFvsYOxmLGgsaixsLG4scCxyLHQsdix4LHosfCx+LIAsgiyHLIwskOyVrJpsnuyj7KXsp+yp7KvsreyyrLdsvCzA7MWsyqzPbOjs6uzv7PHs8+z4rP1s/20BbQNtBW0KLQwtDi0QLRItFC0WLRgtGi0cLR4tIu0k7SbtOO067TztQe1GrUitSq1PrVGtVm1a7V+tZG1pLW3tcu137XytgW2DbYVtiG2NLY8tk+2YrZ3toy2n7aytsW22Lbgtui2/LcQtxy3KLc7t063Ybd0t3y3hLeMt5+3sre6t8234Lf0uAi4ELgYuCu4PrhSuFq4briCuJa4qri9uNC44rj2uQq5HrkyuTq5QrlWuWq5frmSuaW5t7nLud658roGuhq6LbpBulW6XbpxuoW6mLqrur+60rrmuvm7DbsguzS7R7tku4C7lLuou7y70Lvku/i8DLwgvD28WrxuvIK8lbyovLu8zbzhvPS9CL0bvS+9Qr1WvWm9hr2ivbW9yL3cvfC+BL4Yviu+Pr5SvmW+eb6MvqC+s77Hvtq+978Tvya/Ob9Mv1+/cr+Fv5i/qr++v9K/5r/6wA3AIMAzwEbAWcBswH/AksClwLfAy8DfwPPBB8EawS3BQMFSwW/BgsGVwajBu8HOweHB9MIHwg/CUsKUwrnC3sMfw2LDksPHw/7ENcQ9xFHEWcRhxGnEccR5xIHEicSRxJnErMS/xNLE5cT5xQ3FIcU1xUnFXcVxxYXFmcWtxcHF1cXhxfXGCcYdxjHGRcZZxm3GgcaUxqfGu8bPxuPG98cLxx/HM8dHx1vHbseBx5XHqce9x9HH5cf5yA3IIMgyyEbIWshuyILIlsiqyL7IysjWyOLI7sj6yQbJEskaySLJKskyyTrJQslKyVLJWsliyWrJcsl6yYLJlsmpybzJz8nXyd/J88n7yg7KIMooyjDKOMpAylPKW8pjymvKc8p7yoPKi8qTyw/LQ8uWy57Lqsu9y8/L18vjy/bMCcwVzCjMO8xPzFvMbsyBzJTMp8yzzL/M0wAGAGQAAAMoBbAAAwAHAAsADwATABcAAEEVITUzESMRIREjERMVITUBASMBEQEzAQMJ/XYbNgLENhf9dgKK/a86AlH9rzoCUQWwNjb6UAWw+lAFsPqGNjYFXPqMBXT6jAV0+owAAgBE//IB9AWwAAMADwATQAkCAgcNC3IAAnIAKyvdzi8wMUEDIxMDNjY3NhYHFAYHBiYB9MKkqPIBOy8uPQE9Li48BbD76wQV+qovPwEBPC4uPgEBOgACAMkEEwKnBgAABQALAAyzCQMLBQAvM80yMDFBBwMjEzchBwMjEzcBoRdTbjcXAZAXU244FgYAkv6lAVyRkv6lAWOKAAQAUgAABPsFsAADAAcACwAPACNAEQQABQ0ODgAKCQkAAgJyABJyACsrETkvMxE5LzMyETMwMXMBMwEzATMBASE3IQMhNyGkAg+S/e/7AhCQ/fACJPwOGAPytvwNGAPzBbD6UAWw+lADhYv9iooAAwBJ/zAELgacAAMABwA9ADZAHAQHOjoIKxAjBBQvNTUGLw1yAQIfHxQaGgMUBXIAK80zLxEzEjk5K80zLxESFzkzEjk5MDFBAyMTAwMjEwE2JiYnLgI3PgIXHgMHIzYuAicmBgYHBhYWFx4CBw4CJy4DNzMGHgIXFjY2AzoxkzF+KpIqAYQJPmw8ZJ9XCAmAzHxnkVciBrQEDSpQP0t1SAkIPW4/Y51VCAqO3YBlmWUvBrYEFTVZQE2HWgac/s8BMfmf/vUBCwFDSWRDFyZuonV+uGIDAkyBqF40a1o4AgI6bEpNZEIZJ22hdIe2WwICQ3mjYjtnTy0CATVtAAAFALr/6AUxBcgAEQAjADUARwBLACNAEUkySwU7RCkyFw4gBQVyMg1yACsrMsQyEMQyMxEzETMwMVM3PgIXHgIHBw4CJy4CNwcGFhYXFjY2Nzc2JiYnJgYGATc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYBAScBvwcJVotZVXc7BgYJVotYVHg8lgkDFjoyNEwtBwkDFTkzNE0uAYsHCFeLWFV3OwUHCVWLWFV3PJYHAxU5MjVMLQcJAxY6MjVMLgFd/JBjA3EES0xVi1ECAlOIUU1ViVACAlKHnk8rUTQCATNTL04sUjYBATNU/E9NVYtQAgJTh1FOVYpQAgJTh59RK1E1AQIzVDBPLFI1AQEzUwNF+5dIBGgAAQA5/+oEgQXHAEIAJEAUIxIADyIBBhowMCsRETsTcgcaA3IAKzIrMi8yMi8RFzkwMUE3NjY3NiYnIgYGBwYWFhcBIwEuAjc+AhceAgcOAgcFDgIHBhYWFxY+AjczDgIHBgYHBgYnLgI3PgIBpew9XggHVkE5VzUGByQ8HAIby/5GLFw7BQhnrG5VjlEFBENmOf7FK1Q9Bwo2bktssYVSDqALPGJCCQ8JSudtdr5qCQhvngMomyhiTUJSATpeNjZnXyv8xgKkQYuYU22lWgMCSoVaSnZeKNceS1w3THA/AgNfocFfZKeVSQoXClNPAgNis3xnmXYAAQCsBCIBigYAAAUACLEDBQAvxjAxQQcDIxM3AYoTTH88EAYAdf6XAXhmAAABAG3+KgMUBmwAFwAIsQYTAC8vMDFTNzYSEjY3Fw4CAgcHBgISFhcHJiYCAn8CFmCb2Y0cbqJxSBQCEAweXVoud5BECAJBC5MBOAEj7EZ8UdTz/vuCD2v+/v7851FvUvgBIwEoAAAB/5D+KQI3BmsAFwAIsRMGAC8vMDFBBwYCAgYHJz4CEjc3NhICJic3FhYSEgIlAhVhmtmOHG2ickgUAw8LIFxYL3aPRQgCVQuT/sf+3exGclPW9wEHgw9qAQABBudQcFP4/t7+2QABAGsCYAOLBbEADgAUQAoNAQcEBA4MBgJyACvEMhc5MDFTEyU3BRMzAyUXBRMHAwOP8f7rRQEWM5VGATAT/sWSgILfAswBEFqPcAFc/qdtoFv+7VcBIf7qAAACAEwAkgQ0BLYAAwAHABC1BwcDAwYCAC/GMxDGLzAxQQchNwEDIxMENB78Nh8Cibi1uAMNrq4BqfvcBCQAAAH/j/7dAOsA3AAKAAixBAAAL80wMXcHBgYHJz4CNzfrGBF4V2QjOikLGtyUbbxCSytZYjaYAAEAGgIfAhACtwADAAixAwIALzMwMUEHITcCEBv+JRsCt5iYAAEANP/yARUA1AALAAqzAwkLcgArMjAxdzQ2NzYWBxQGBwYmNT8xMT8BPzEwQF8xQgEBPjExQAEBPAAB/5D/gwOTBbAAAwAJsgACAQAvPzAxQQEjAQOT/KGkA2AFsPnTBi0AAgBq/+gEIAXIABcALwATQAkrBh8SBXIGDXIAKysyETMwMUEHDgMnLgM2Nzc+AxceAwYDEzY2LgInJg4CBwMGBh4CFxY+AgQUIhJFe8GMa4xRIQELIRFHe8GKa41RIgHmKwYJCSdSRV18TSoLKgYJCSZRRV59TCoDTN1257xuBAJPhKSzVt525LdrBAJMgKKx/q0BHTJ2dWM+AwRTiaBL/uQweHlnQQMEVo2kAAEA+gAAA1QFuAAGAAy1BgRyAQxyACsrMDFBAyMTBTclA1T4tdb+fSACGgW4+kgEzIevxAABABgAAAQnBccAHwAZQAwQEAwVBXIDHx8CDHIAKzIRMysyMi8wMWUHITcBPgI3NiYmJyYGBgcHPgIXHgIHDgMHAQPOGPxiFgIaN3xeCwgqYEhdiFMNsg2L3ohxtGELBkJhcDb+Q5iYjQIMN36QU0RxRQIDTIhXAYjMbwMCW6p3To+DdDP+WQAAAgA1/+oEGgXHABwAOwAqQBYbHB4fBAAAHR0SMy8vKQ1yDQ0JEgVyACsyMi8rMi8yETkvMxIXOTAxQRc+Ajc2JiYnJgYGBwc+AhceAgcOAyMnBzcXHgMHDgMnLgM3FwYWFhcWNjY3NiYmJwGdeVGNXQkIKGBNTntPDLMMidJ5eLJaCQdai6RRpQYSjlaZczwHCFOHrWNalm04BLQFNGlNVoZRCAk7dVADMwIBOXJWSm9AAgE+cksBe7ZjAgJltXpbiFwuAShvAQIsV4hfZKJyOwICOmmVXAFLcEACAkR+VlRwOgIAAgAFAAAEHgWwAAcACwAdQA4DBwcGAgIFCQxyCwUEcgArMisSOS85MxI5MDFBByE3ATMDAQEDIxMEHhv8AhUDIJ/U/e4DDfy1/QHqmHcD5/7V/WUDxvpQBbAAAQBy/+gEawWwACkAHUAOJwkJAh0ZGRMNcgUCBHIAKzIrMi8yETkvMzAxQScTIQchAzY2Fx4DBw4DJy4DJzMeAhcWPgI3Ni4CJyYGAXGVuALXG/3FcDZ5P2WPWCIICU6DtG5bj2U4BKoFM2RNSXBQLgcGFDZcQkhxArYoAtKr/nMgIAEBUYirW2q1hkoDAT1sk1hIcUICATdge0I7b1k2AgIxAAABAG3/6QPyBbMANgAbQA0OLBgiIiwDAARyLA1yACsrMhE5LzMRMzAxQTMHIyYOAgcHBh4CFxY+Ajc2LgInJgYGByc+AxceAwcOAycuAzc3NhI2JAOjFRAMf8qWXhIeBwkrWEpHb04tBwYNLlRBT4lhFGAUTnOaYmKKVSEICkyBsG1vnF0hDAsZc8EBFwWznQFTl8t31ziHfFICAzpjez82cmI+AgJJe0kBWJp0PwMDUYemWGa3jU8DAmWkw2FXqgEt5oQAAQCdAAAEjQWwAAYAE0AJAQUFBgRyAwxyACsrMhEzMDFBBwEjASE3BI0S/OnHAxT9CBgFsHL6wgUYmAAABABA/+kEKwXHABAAIAAwAEAAIUAQDT09JS0VFQQ1LQVyHQQNcgArMisyEjkvEjkzEjkwMUEOAicuAjc+AxceAgc2JiYnJgYGBwYWFhcWNjYBDgInLgI3PgIXHgIHNiYmJyYGBgcGFhYXFjY2A8sKjt6Bd7lkCgdZjK1bcLtrvAcwaExUiFYJCC9oTlSIVQEVCYnOcWitYgcJgc57cqtZvgYpW0RMeEkIByhbRUx3SwGThsBkAwJktHxgmWo2AgJgrnJJeEkCAkuDUUxzQgICRH4C+natXgMCW6NtfrpjAwJir3ZAbUQBAkV4SUFtQgECRXcAAAEAlP/9BBAFxwA4ABtADQA4FiEhOAwrBXI4DHIAKysyETkvMxEzMDF3MxY+Ajc3Ni4CJyYOAgcGHgIXFj4CNzcOAycuAzc+AxceAwcHDgQjI94PgsmRWhIfBwcpWEtHb08uBgYNLVNCQHJbPw5WC05+oV1iilMgCAlNgLFud5xUGAwIEk5+s+6YF5oBS4zGe+A3i4BWAgM8Zn0/NnNlQAICMVZtOwFXpINMAgNUiqhXZrqQUQMDa6zMZEWK+M2WUwD//wAp//IBpARHBCYAEvUAAAcAEgCPA3P///+b/t0BjQRHBCcAEgB4A3MABgAQDAAAAgBCAMkDuARPAAQACQAWQAwBAwcGAAQIBQgCCQIALy8SFzkwMVMBBwE3JQEHNwHEAngh/ScTAz/9PIoVA10CoP7kuwF7bNL+6A96AXoAAgBwAY8D/wPPAAMABwAOtQYHEgMCEAA/Mz8zMDFBByE3AQchNwP/HfzWHALjHfzWHAPPoaH+YaGhAAIAOwDAA9UESAAEAAkAFUALBQgEAAYDAQcCCQIALy8SFzkwMUEBNwEHBQE3BwEDRP10IQL8FPyeAtmZFvyAAngBGbf+hW7XARcXe/6FAAIApf/yA7wFxwAgACwAG0ANAQEkJCoLchERDRYDcgArMjIvKzIRMy8wMUEHPgI3PgI3NiYmJyYGBgcHPgIXHgIHDgIHBgYBNjY3NhYHFAYHBiYB87IJN1pAMF9FCQceTj9BaEUNtA58v3Fvn08KCV+JRj0//vsBOy8vPAE8Ly48AZoBVoRwOStYaUU7YDoCAjBbPwFzpFUCA12mb2Gcgjoyfv5zLz8BATwvLj0BAToAAgBB/joGoAWZAEEAaAAnQBISBQVHUhNyYWRkC11dHR08KTAALzMvMxEzLzMzETMrMjIRMzAxQQ4DJy4DNxMzAwYGFhYXFj4CNzY2LgInJg4DBwYGHgIXFjY3FwYGJy4DAjc2EjY2JBceAxIFBgYWFhcWPgI3Fw4DJy4CNjc+BBcWFhcHJiYnJg4CBogPR3Oia0pbLQYLjZKLBggKKitNb0wtCxQCNHXAjIvswJJhGBUCM3K8iFirTxxQw12f55hPCxgbdK7kARWgnuaVTQv79wcKDDI2MlE/LxE5F0Vbc0dVXyYCCw04VnORWFKDP1ojVjNUfFU0AfxbvZ5fAwI/Zno9Aiz91B5NSTICA1GDkDt25ciaWQICWqHU8n1w4s2hXgEBKCZ0MiYBAmi06wELipEBGfW6ZwICaLTq/vbrJGBcQAICNFJcJkg5d2M7AgNWhJQ/SaGZfEgCATszXyQoAQNZjp4AAAP/rwAABIsFsAAEAAkADQApQBQEBwcKDQ0GAAsMDAIIAwJyBQIIcgArMisyETkvMzk5MxEzMhEzMDFBASMBMxMDNzMBAwchNwMs/UzJAxiBivETeAEfdhz85RwFJPrcBbD6UAU6dvpQAhuengAAAgA7//8EmgWwABkAMAApQBQZKSYCJycBJiYODA8CchwbGw4IcgArMhEzKzIROS8zMxEzEjk5MDFBITcFMjY2NzYmJiclAyMTBR4DBw4CBwMhNwUyNjY3NiYmJyU3BRceAgcOAgK0/o8ZATtNiV0KCjRrSP7i4b39AcNbm3A5CAh3s2DJ/kaFATpVkF8LCSpmT/7pHQFjH1p7OQYLlegCqZsBNmxSTl8rAgH67gWwAQItW45ja5JTDf0pnQE+eFhOcD0DAZsBOA5jlVmPv18AAAEAcP/oBPkFxwAnABVAChkVEANyJAAFCXIAK8wzK8wzMDFBNw4CJy4DNzc+AxceAhcjLgInJg4CBwcGHgIXFjY2A9y5HqX5moq7aSEQFRRpqeeTk8ZnBLoDNHZlbqV0Rg8WCwY1d2ZwnmgBzgKW3HYEA3jE7HiRhPXAbgMDftqNXJRYAwNYl7pflE+xnWUDBE6VAAACADsAAATPBbAAGgAeABtADQIBAR0ODw8eAnIdCHIAKysyETMRMxEzMDFhITcFMjY2Nzc2LgInJTcFHgMHBw4CBAMDIxMBxv7NHQEbn+mOFw0MEUqOcP62HAEyktGBLxAMFXzC/wBr/b39nQGL75ZaYLiVWwMBngEDcb70hleU+7hlBbD6UAWwAAAEADsAAASxBbAAAwAHAAsADwAdQA4LCgoGDw4HAnIDAgYIcgArMjIrMjIROS8zMDFlByE3AQMjEwEHITcBByE3A9oc/RMbAQn9vf0Csxv9dRwDUBz9HRydnZ0FE/pQBbD9jp2dAnKengAAAwA7AAAEpAWwAAMABwALABtADQcGBgIKCwsDAnICCHIAKysyETMROS8zMDFBAyMTAQchNwEHITcB9f29/QKbHP2GHANLHP0nHAWw+lAFsP1xnp4Cj56eAAEAdP/rBQUFxwArABtADSsqKgUZFRADciQFCXIAKzIrzDMSOS8zMDFBAw4CJy4DNzc+AxceAhcjLgInJg4CBwcGHgIXFjY2NxMhNwTOVjuvyF+Rx3QnERAUZafqmYvHcQq6B0F5WnKncUQPEQsLP4JrPXdsLzv+uBwC1f3rUl0mAQJ4xvSAcYn7w28DA27GiFaASAMEW5u/YnRVuaBlAgESLioBRpwAAAMAOwAABXcFsAADAAcACwAbQA0JBggDAgIGBwJyBghyACsrETkvMzIRMzAxQQchNxMDIxMhAyMTBGgc/QIci/29/QQ//bv8Az6dnQJy+lAFsPpQBbAAAQBJAAACAgWwAAMADLUAAnIBCHIAKyswMUEDIxMCAv28/QWw+lAFsAAAAQAH/+gERAWwABMAE0AJEAwMBwlyAgJyACsrMi8yMDFBEzMDDgInLgI3MwYWFhcWNjYC2bC7rxOI2IuBtVoJvAYoYlFXg1EBqAQI+/mHy28CA2i9gUx2RgIDTYQAAAMAOwAABVEFsAADAAkADQAcQBAGBwsFDAgGAgQDAnIKAghyACsyKzISFzkwMUEDIxMhAQE3AQEDATcBAfX9vf0EGf09/nMGASYCMsD+aYMB5QWw+lAFsP1X/pvdARcCGvpQAs+Q/KEAAgA7AAADsQWwAAMABwAVQAoDAgIGBwJyBghyACsrETMRMzAxZQchNwEDIxMDsRz9PRsBCP29/Z2dnQUT+lAFsAAAAwA7AAAGtwWwAAYACwAQABtADQIHDgULCHIMBAAHAnIAKzIyMisyMhE5MDFBMwEBMwEjATMDAyMBMwMjEwF3rgEBApvA/MWP/oGhgGK8Bdqi/btkBbD7XwSh+lAFsPyC/c4FsPpQAkIAAAEAOwAABXgFsAAJABdACwMIBQkHAnICBQhyACsyKzISOTkwMUEDIwEDIxMzARMFeP23/fjEvf22AgrFBbD6UARr+5UFsPuSBG4AAgBz/+kFEAXHABUAKwATQAknBhwRA3IGCXIAKysyETMwMUEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CBQAMFGeo6peQwWshEA0TaanqlZLBah/XDQsGN3xtb6h1Rg4NCwc4fGtyqHNFAwZbhv7KdAMDfcz2fFuG/cp1AwN8zPbZX1W4oWYEA12fwGBfU7miaQQDXZ7CAAABADsAAATvBbAAFwAXQAsCAQEODA8Ccg4IcgArKzIROS8zMDFBJTcFMjY2NzYmJiclAyMTBR4CBw4CArT+ehwBb16dZwwLN3ZU/qjhvf0B/oLLbAwNnfUCOgGdAUCAY1V7RAMB+u4FsAEDZ8CJmshgAAADAGv/CgUIBccAAwAZAC8AGUAMIBUDcgArKwMKCXICAC8rMjIRMysyMDFlAQcBAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgIDJQE9iv7IAlgNE2io6paRwWsgDw0TaanrlZHBax/YDQsFN31scKd1Rw4NCgY5fGtyqHNEp/7TcAEpAtNbh/7JdAMDfcz2fFyF/cp1AwN8y/fZX1W4oWYEA12fwGBfU7miaQQDXZ/BAAIAOwAABLwFsAAYAB0AI0ASGxoJAwwMCwsAHBkYCHIWAAJyACsyKzIyEjkvMxIXOTAxQQUeAgcOAgcHITcFMjY2NzYmJiclAyMhAzcTBwE4AciFzGsMCmuoZjj+PBoBQVibaQwLOHdU/t3hvQM/5br0AQWwAQNgu45xo20gFJ0BQH1cWHY+AgH67gKUAf14DQAAAQAp/+oEowXGADkAH0APCiYPNjExKwlyGBQUDwNyACsyLzIrMi8yETk5MDFBNi4CJy4DNz4DFx4CByc2JiYnJgYGBwYeAhceAwcOAycuAzcXBh4CFxY2NgNsCSxUaDRLkXRBBwhimLZdgcxyB7wHOnlYUJFkCwgwVWUuUJVzPQgJZJy6XmKvhkgFuwUoUXBDT5dqAXdCWT0pEhpGY4hbZZlmMgIDbcSFAVd9RAICNG1VO1Q6KA8bSWeOYGiYYS4CAT1yo2gBRmpHJQECMGoAAAIAqQAABQkFsAADAAcAFUAKAAMDBgcCcgEIcgArKzIyETMwMUEDIxMhByE3A0P8uv0Cfxz7vBwFsPpQBbCengABAGP/6AUcBbAAFQATQAkBEQYLAnIGCXIAKysRMzIwMUEzAw4CJy4CNxMzAwYWFhcWNjY3BGC8qBai+ZmR0WURqLqnCzF7ZGqjZxAFsPwpmOB5AwN825ID2fwmX5RXAwNRmGgAAgClAAAFYQWwAAQACQAXQAsABggBCQJyAwgIcgArMisyEjk5MDFlATMBIwMTFyMBAjECXdP9EZdx3RCM/trmBMr6UAWw+yXVBbAAAAQAwwAAB0EFsAAFAAoADwAVABtADRAMAQoCchMSDgQJCHIAKzIyMjIrMjIyMDFBATMDASMTEwMjAwEBMwEjAxMTIwMDAf8BtI6Q/jCNJkQFg3MESgFzwf3HjCxzHYN+EQHBA+/+bfvjBbD8Ev4+BbD8JgPa+lAFsPv//lEELgGCAAAB/9QAAAUrBbAACwAaQA4HBAoBBAkDCwJyBgkIcgArMisyEhc5MDFBEwEzAQEjAQEjAQEBnvwBquf9yQFT0v79/kvpAkT+tgWw/dMCLf0m/SoCOP3IAugCyAABAKgAAAUzBbAACAAXQAwEBwEDBgMIAnIGCHIAKysyEhc5MDFBEwEzAQMjEwEBde8B7uH9c128Yf66BbD9JgLa/Gb96gIrA4UAAAP/7AAABM4FsAADAAkADQAfQA8EDAwJDQJyBwMDAgIGCHIAKzIRMxEzKzIyETMwMWUHITcBASM3ATMjByE3BAwc/EMbBGb7s3sbBEt8Txz8dhydnZ0EfvrlmgUWnp4AAAEAAP7IAqMGgAAHAA60AwYCBwYALy8zETMwMUEHIwEzByEBAqMZuf77uhj+kgE0BoCY+XiYB7gAAQDA/4MCnwWwAAMACbIBAgAALz8wMUUBMwEB/P7EpAE7fQYt+dMAAAH/e/7IAiAGgAAHAA60BQQAAQQALy8zETMwMVM3IQEhNzMBlxkBcP7L/pAYugEFBeiY+EiYBogAAgBPAtkDEAWwAAQACQAWQAkIBwcGAAUCAwIAP80yOTkzETMwMUEBIwEzEwM3MxMCGP7osQGhdA1uAmijBND+CQLX/SkCC8z9KQAB/4H/aAMXAAAAAwAIsQIDAC8zMDFhByE3Axcb/IUbmJgAAQDQBNoCKwYAAAMACrIDgAIALxrNMDFBEyMDAZ6Njs0GAP7aASYAAAIAMf/pA8cEUAAbADoAKUAVKyweJx46Og8nMQtyGBkKcgkFDwdyACsyMisyKzISOS8zERI5OTAxZRM2JiYnJgYGBwc+AxceAgcDBgYXBwcmNhMHJyIOAgcGFhYXFjY2NxcOAycuAjc+AzMCrloHJVVAOGtODLQHWISYSG2hUgtTCQMOArcLAXUVqzZ4bEoIBidQNUWGZBNCE1Z1hkNbk1UGBmCXtFi5Ai8+XjQCASZMOgFReVEnAQJZoHD+CDdvNREBLl4CBYIBECxTQjZPLAEBOGhEWUJvUCwBAk6NXmeMVCUAAAMAH//oBAIGAAAEABoALwAZQA4hFgdyKwsLcgQKcgAAcgArKysyKzIwMUEzAwcjAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYWFhcWPgIBKrboMqcD2QINRXerc2iOUh4GCxFOfKpub4tIE8IDBwQnWU8/b1o/ECcCPG9KU3hRLwYA+sfHAiwVY8akYgMCXJW1W1xhupZXAwNmob5vFjyGdksCAi1RaTrzSH9PAwNHd5AAAAEARv/qA+IEUQAnABlADB0ZGRQHcgQEAAkLcgArMjIvKzIvMjAxZRY2Njc3DgInLgM3Nz4DFx4CFScuAicmDgIHBwYeAgHjQnJQEawQicVrcp9gJAoEDFKJvHVyqFyqATBeRVN7VTEJBQYJLmCDATRgPwFtpFsCAluYv2UrbcWZVgMCZ7BwAUBsQgMCQnOMSCpAhnNIAAMAR//oBHYGAAAEABoALwAZQA0hBAQWC3IrCwdyAQByACsrMisyLzIwMWUTMwEjATc+AxceAwcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgIC3OS2/vWl/YoCDUd6rnRojFEdBgsRTnurbmqLTRfDAgcFKFpNUoxkFicDID9bOFR6UzDdBSP6AAIJFWTIpmIDA1yXtFtcYbqVVgMEZqG7bxU8hXVLAwJOgkzzN2VQMQEDR3eQAAEARf/rA9oEUQArAB9AEGcTAQYTEhIAGQsHciQAC3IAKzIrMhE5LzNfXTAxRS4DNzc+AxceAwcHITcFNzYmJicmDgIHBwYeAhcWNjcXDgIB6m+jZywJBApSibtycZZVGgsL/O8YAlcDCiRfUFN6Ui8JBAYUOWZLW5E8Zy+CmhQCVZG6ZitoyaJfAwJcl7tiU5cBEEiGVwIDSXuRRSpAgmtDAgJTQFhFXi4AAgB1AAADUQYZABEAFQAVQAsUFQZyDQYBcgEKcgArKzIrMjAxYSMTPgIXFhYXByYmJyIGBgcXByE3AS21zA5kpnIhQiAWFzEYQF45Cs4Z/cYaBKttpVwBAQkHmAUGATVdPXKOjgAAAwAD/lEEKQRRABMAKQA+ABtADzAlC3I6GgdyDgYPcgAGcgArKzIrMisyMDFBMwMOAicuAic3FhYXFjY2NxMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgODprUTh9mLSYx2KGgvgVNbjVkOjv0HAwxHeK50aYxRHQYLEU58q21ri0wWwgMHBihZTVKMZBYnAyA/WjlUelMwBDr73ofOcgMCLlQ9bENPAwJHhFkDR/60FmTIpWECA1yXtFtcYbqVVgMEZqG7bxY8hHVLAgNOgkzzN2ZQMAEDR3iQAAIAIAAAA9oGAAADABoAF0AMEQIWCgdyAwByAgpyACsrKzIRMzAxQQEjAQMnPgMXHgMHAyMTNiYmJyYOAgHg/vW1AQsYSg5Le6tuV3VCFgl2tngHF01ITHpbOQYA+gAGAPxGAmG7llcDAj9sjU/9OwLIQWk/AgI+a4MAAgAvAAAB5QXGAAMADwAQtwcNAwZyAgpyACsrzjIwMUEDIxMTNDY3NhYHFAYHBiYBoLy1vCQ7Ly89AT0uLjwEOvvGBDoBHC8/AQE8Li49AQE5AAL/E/5GAdYFxgARAB0AE0AJDQYPchUbAAZyACvOMisyMDFTMwMOAicmJic3FhYzMjY2NxM0Njc2FhUGBgcGJuG2zQxLhWIfPB4RFSoVMD8kB+87Ly88ATwuLj0EOvtFW45QAgEKCJUFBylGLAXXLz8BATwuLzwBATkAAwAgAAAEGwYAAAMACQANAB1AEQYHCwUMCAYCCQYDAHIKAgpyACsyKz8SFzkwMUEBIwkDNzcBAwE3AQHh/vW2AQsC8P3o/r0W2AGBdf7ccwF3BgD6AAYA/jr+EP7d1twBYfvGAg6b/VcAAAEALwAAAe8GAAADAAy1AwByAgpyACsrMDFBASMBAe/+9bUBCgYA+gAGAAAAAwAeAAAGYARRAAQAGwAyACFAESkSAi4iIhcLAwZyCwdyAgpyACsrKxEzMxEzETMzMDFBAyMTMwMnPgMXHgMHAyMTNiYmJyYOAiUHPgMXHgMHAyMTNiYmJyYOAgFolLa8rG9SDkh5rHFUdEcZB3m1eAgfVEhRd08wArCCDE18pGNYekkZCXe2eAgdVEo7YkgvA1j8qAQ6/gwCZbyUVAMCPWmITf0vAslEaD0CAjxphSAmXaaASAICPWqNUv05AspFaDsBAihJYAACACAAAAPaBFEABAAbABlADRICFwsDBnILB3ICCnIAKysrETMRMzAxQQMjEzMDJz4DFx4DBwMjEzYmJicmDgIBZ5K1vKt0Sg5Le6tuV3VCFgl2tngHF01ITHpbOQNI/LgEOv4MAmG7llcDAj9sjU/9OwLIQWk/AgI+a4MAAgBG/+kEFwRRABUAKwAQtxwRC3InBgdyACsyKzIwMVM3PgMXHgMHBw4DJy4DNwcGHgIXFj4CNzc2LgInJg4CTwMMVYzAdnKjZSgKAg1WjcB1caNkKMACBw0zYk5Tflk1CQIHDTNiTlN/WDUCCxdtyp5aAwJem8JnF23InFkDAl2awH0YP4h0SgICRXaQRxc/iXdLAgNHeJEAAAP/1/5gBAAEUQAEABoALwAZQA4hFgdyKwsLcgMGcgIOcgArKysyKzIwMUEDIwEzAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHAwYWFhcWPgIBa962AQSmAnUCDUV2q3NlkFglBg4RUX6tbm+LSRLCAwcHK1tOPm9aQA8rAUBvR1N7VDIDX/sBBdr98hVix6RiAwJVja9cb2K7llUDA2WhvXAWPIZ1TAICLVFpOv77R3lKAgJHeZEAAwBG/mAEJwRRAAQAGgAvABlADiEWC3IrCwdyBA5yAwZyACsrKzIrMjAxQRM3MwEBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgJt4TGo/vv9LgMMSHmwdWiOUx8GCxFQfqxubI1NF8QDBwYqWk1Tj2YXJwIhQVw5VHtUMv5gBRXF+iYDqhVlyaRgAgNclrVbXGK6lVUDBGWgvG8VPIZ2TQMCUIVM8zdnUTIBA0h5kgACACAAAALRBFQABAAWABlADQYJCQUUB3IDBnICCnIAKysrMjIRMzAxQQMjEzMlByYmIyYOAgcHPgMXMhYBcp21vLABRREVKxVBZ083EDkLM1uLYhYrA4j8eAQ6Ca4EBgEpSmQ6HlGqkFgDCAABAC7/6wOzBE8ANQAXQAsbAA4yKQtyFw4HcgArMisyETk5MDFBNiYmJy4DNz4DFx4CByc2JiYnJgYGBwYeAhceAgcOAycuAjcXFBYWFxY2NgK8CT9lMDx6ZTsDBE17kkhmp2IDswIyWDg1ZkgIBiZDSx9SoGQFBFF/mExptWwDtTdiPzVvUQElPkYlDA8sRWdKUHpSKAECUJZrATlSLQEBI0k6KzchFQgXRntkVX1RJgECU51xAUFZLgEBHkcAAgBD/+0ClQVBAAMAFQATQAkKEQtyBAIDBnIAKzIvKzIwMUEHITcTMwMGFhYXMjY3BwYGJy4CNwKVGf3HGe60twMKJicWKxYNIEMhU14iBwQ6jo4BB/vJIzghAQcDmAkJAQFSgkoAAgBb/+gEFAQ6AAQAGwAVQAoBEQZyGAMDCwtyACsyLzIrMjAxQRMzAyMTNw4DJy4DNxMzAwYeAhcWNjYC0I62vK1pSg1CcadyWXdEFgh1tXUEBh4/NGyWWAEEAzb7xgHeA2a3jU8DA0JwkFACuv1DLFVGKwIEWZ4AAgBuAAAD7gQ6AAQACQAXQAsABggBCQZyAwgKcgArMisyEjk5MDFlATMBIwMTByMDAYUBqr/93X8rmgV01LADivvGBDr8X5kEOgAEAIAAAAX+BDoABQAKAA8AFQAkQBQHCwARAxQGCRAMAQoGchIOBAkKcgArMjIyKzIyMhIXOTAxZQEzBwEjExMHIwMBATMBIwMTByMDNwFMAaR9Ov5WeiBLD3Z1A1MBcbr+FH8RcgZvfgfJA3G7/IEEOvxxqwQ6/I0Dc/vGBDr8isQDlqQAAAH/xQAAA/UEOgALABpADgcECgEECQMLBnIGCQpyACsyKzISFzkwMUETATMBASMDASMBAwFJpwEm3/5OAQjFs/7P3QG+/wQ6/ncBif3h/eUBlf5rAi0CDQAC/6r+RwPsBDoAEwAYABlADRcWFQMIAhgGcg8ID3IAKzIrMhIXOTAxZQEzAQ4DIyYmJzcWFhcWNjY3ExMXBwMBXAHIyP2FGUNVakAbNxoLDBgLQ2FHHD+BDIfEewO/+x41Yk4sAQoGmAIDAQIqUjkEnfyuv0IEUwAD/+4AAAPPBDoAAwAJAA0AHEANBAwMCQ0GcgcDAwYCEgA/MzMRMysyMhEzMDFlByE3AQEjNwEzIwchNwNKG/0EGwNp/Kx1GQNOek8b/TEcmJiYAxb8UpEDqZmZAAIAN/6TAxYGPwARACUAGUAKHQkKChwcEhMBAAAvMi8zOS8zEjk5MDFBFwYGBwcOAgc3NjY3Nz4CAwcuAjc3NiYmJzceAgcHBhYWAvocengRHA94vXYLb3oPHBFprXsqbIg3DBwHGExHCmyeUAsbCQxFBj90Kbx6z3udTgN6BIBrz3y4ffjncSSFuG/PQmc+BXoEVZ5wz0iKbgABACL+8gHCBbAAAwAJsgACAQAvPzAxQQEjAQHC/vKSAQ4FsPlCBr4AAv+N/pACbAY8ABMAJgAbQAseCwoKHx8BFRQAAQAvMy8zEjkvMxI5OTAxUzceAgcHBhYWFwcuAjc3NiYmASc+Ajc3PgI3BwYGBwcOApwqbIc4DRsIGE1GCWqfUQsbCQ1E/sIcUWs8DBsQeLx1Cm95EBwQaa0FzHAjhrhv0EJmPgRyBFGZb9BIi2744nUbZ4tRznuZSQNwBIFrzny4fQABAGkBkATdAyYAHwAbQAsMAAAWBoAcBhAQBgAvMy8RMxoQzTIvMjAxQTcOAycmJicmJicmBgYHBz4DFxYWFxYWFzI2NgRPjgY0WHxPVIY6JFE2O04rCJwHNVl8T1SGOSRSNj1RMAMIA0eIbT8BAlE5JD8BATpeMwNHhWo8AQJSOSRAAT5jAAL/8f6XAaEETwADAA8ADLMBBw0AAC8v3c4wMUMTMwMTFAYHBiY1NjY3NhYPw6On8DsvLj0BPC8uPP6XBBX76wVQLz4BATsuLz0BAToAAAMAUP8LA/IFJgADAAcALwAlQBICASUlIQMcB3IHBAgIDAYRDXIAK83MMxI5OSvNzDMSOTkwMUEDIxMDAyMTNxY2Njc3DgInLgM3Nz4DFx4CByM0JiYnJg4CBwcGHgIDCDO2MycztjNyQ3NSEawRisdrcp5dIgoFDVWLvnVyp1oBqy5cRVN9VzMKBQgILF4FJv7gASD7BP7hAR9ZAjVgPwFtpVsCA1uYv2UrbcaYVgMDZ69wQWxDAgJCco1IKj+Gc0kAA//zAAAEiAXHAAMABwAiACFAEAYFBQEfFgVyDA0NAgIBDHIAKzIRMxEzKzIROS8zMDFhITchASE3IQEDBgYHJz4CNxM+AhceAgcnNiYmJyYGBgPf/BQcA+z+7v1zGwKO/upSCkFGsSw2HAZVEIXUhHSiUQa8BSZXRlF2R50B0p0BBP2EVaM2NxFUZSoCfoHIbwMDY65yAUJoPgICUIIAAAYAEv/lBY0E8QATACcAKwAvADMANwAOtQ8ZBSMNcgArMi8zMDFBBh4CFxY+Ajc2LgInJg4CBz4DFx4DBw4DJy4DAQcnNwEHJzcBJzcXASc3FwEyCyFThFhfqIRUDAsgVINYYKeEVbUOcrXng33AfjYNDnK06IN9v382BRHfcOD8QuBu3wNdqZCo/I2ojqgCV1CdgU8CA0yFqVpQnIBPAgNMhKhZfuazZgIDabDbdH7ntGcDA2qx2wJ7xZLF+7rFkcT+qtaA1gM113/XAAUAQwAABJ8FsQADAAcADAARABUALUAWCxAQBgcSFRUIDgMDAgIRFAxyCREEcgArMisSOS8zEjk5MhEzzjIzETMwMUEHITcBByE3JQEzAQcDEwcHAQEDIxMDtxb81RYC+Rb81BcBhAHn2v3GdoHmIXr+7wHahryHAuF9ff7dfHzdAxX8rAEDVvzgNAEDVP1W/PoDBgAC//j+8gHZBbAAAwAHAA20AQIGBwIAP93ezTAxUyMTMxMDIxOttYq1ooS1hP7yAxgDpv0KAvYAAAL/2v4PBJkFxwAvAGEAHkATUz8AAQUrXTUxMA8hDE9EHRQRcgArMi8zFzkwMWU3PgI3Ni4CJy4DNz4DFx4CByM2JiYnJgYGBwYeAhceAwcOAwMHDgIHBh4CFx4DBw4DJy4DNzcGHgIXFjY2NzYuAicuAzc+AwJVDEJ+WAsIM11qLk6QcDsHB2KWs1mFw2QJtAY3clRIkmgMCTBYajFPk3I9BwdbjaZ9DEN1TwoJMFlrMk6RcDwHB2CVs1pkqnxABboFI0lqQUeSaQsJM1xpLU6ScjwHBleHoGt2AixcST1UOSYPGkFdhV9kj1sqAgJmv4hRfEgCASphUUBTNSQPGkFfh2Bff0shAv94AyxbSEBVNiQQGkBdhl5mj1opAQI4bKBqAkNoRyYBAStiTz1SNyUPGkJfh2Bcfk0jAAACANoE7wNSBcgACwAXAA60AwkJDxUALzMzLzMwMVM2Njc2FhUGBgcGJiU0Njc2FgcUBgcGJtoBOy8vPAE9Li09AaI7Ly89AT0uLjwFWS4/AQE8Ly48AQE6LC4/AQE8Ly48AQE5AAADAF7/6AXeBccAHwAzAEcAH0AOHQQEJSVDFA0NLy85A3IAKzIRMxEzLzMRMxEzMDFBNwYGJy4CNzc+AhcWFgcnNiYnJgYGBwcGFhYXFjYlBh4CFxY+Ajc2LgInJg4CBzYSNiQXHgISBwYCBgQnLgICA6+MDriYbIY5CAwMX6JxkZoHjgVFW0liNwkNBRNGRl5h/T4PMXq9fYTot3UQDzB6vH2E6bd1ghGG1gERnJXnmUIQEYXW/u+cleeZQgJVAZWqBQNvr2JzaLJsAgOpjwFVZAECTHhBdTl1UgIEZtR03LJsAgNntud9c9uyawIDZrTnfZUBEdV6AwJ+0/76jJT+7tZ7AwJ/1AEHAAIAwwKyA0oFyAAXADEAGrUxGhoNFiq4AQCyCA0DAD8zGtzEEjkvMzAxQRM2JiYnJgYHJz4CFx4CBwMGBhcjJhMHIw4CBwYWMzI2NjcXDgIjJiY3PgIzAnE0Aw0qKDlWD5wIX4tMU3I4BzEHAwebDWEThihYQQYHQCsmU0MPBhlNXjVjfgMDcKJQA14BViQ7JAECMjgMUmgyAgFHe1L+xi5aLlABbG8BFzUvMScfNiVxLkEiAXVmYGgo//8AVgCWA40DsgQmAZL5/QAHAZIBOv/9AAIAgQF4A8UDIQADAAcAErYGBwMGAgIDAC8zETMSOS8wMUEHITcFAyMTA8Uc/NgdAxo9tT4DIaKiS/6iAV4ABABd/+gF3QXHAB4ALwBDAFcANUAbHxsYIAQCAgEBDykNDTU1UwwPD0lTE3I/SQNyACsyKxI5LzMRMxEzLzMSOX0vMxIXOTAxQSM3Fz4CNzYmJicjAyMTBR4CBw4CBwYGBw4CBzcWFgcHBhYXByMmNjc3NiYlBh4CFxY+Ajc2LgInJg4CBzYSNiQXHgISBwYCBgQnLgICAzXeErwoTzoHCCVHLY1xioUBAk2ETgUDSGk1BAcEChASHxdvfggGAwMCAYsFBQQGBzf9dQ8xer19hOm2dRAPMHq8fYTpt3WCEYbWARGcleeZQhAQhtb+75yV55lCAo+AAQIbNyw0NhQC/S8DUAECM2xWS00wHQIIAwcIBQFaA250NyE9IRElSCU1Rz5KdNyybAMCZ7bnfXPcsWsCA2a0532VARHVegMCftP++oyU/u7WewIDf9MBCAAAAQD4BRcDmwWlAAMACLEDAgAvMzAxQQchNwObF/10FwWljo4AAgDoA74C1wXHAA8AGwAPtRMMwBkEAwA/MxrMMjAxUz4CFx4CBw4CJy4CNwYWMzI2NzYmJyIG6wJKeElDZTcCA0d2SUNnOnsFOzM4UgYGNzQ4VgS4R3xMAQFJckBHeksBAUZxQzFKUzYwTQFVAAADACYAAQQABPMAAwAHAAsAErcLAgMDBAoScgArLzkvMzIwMUEHITcBAyMTAQchNwQAGfyGGQJamaSZAS0Y/NUYA1eYmAGc/C4D0vull5cAAAEAXQKbAuYFvgAcABOxHAK4AQCzCxMDcgArMhrMMjAxQQchNwE+Ajc2JiciBgcHPgIXHgIHDgIHBwK5F/27FAE8HEEyBgc1L0JQDpsJV4hSRnZGBARIZC/EAxuAdAEJGDtFKC83AUs9AVN2PwEBM2VMQWxZJZIAAAIAbwKOAuwFvgAZADMALEAMHBgAABoaECwpKSQQuAEAtQsLCBADcgArMjIvGhDMMi8yETkvMxI5OTAxQTM+Ajc2JiMmBgcjPgIXHgIHDgIHIwc3Fx4CBw4CJy4CNTMGFhcyNjc2JiYnAVxJJUg0BgdCLjJND5wIVoFIQ3xNAwJdhT54Bw5fQHlNAwJhkEpJekmXAUg1N2IIBiI9JARlAhcyKjMvAS4wS2QwAQEuYExKWScBJE4BAiFTTFRqMgIBNWdONzIBOTwqLhMBAAEA1QTaAqYGAAADAAqyAYAAAC8azTAxUxMzAdXr5v7OBNoBJv7aAAAD/+b+YAQlBDoABAAaAB4AGUAMHQUAFgsTcgMSchwAAC8yKysyETkvMDFBMwMjEzc3DgMnLgInEzMGFBYWFxY+AgEzASMDcLW8oxtEPAwvWJJtPHdXDAttBBtGQlh6Tiz9zrT++7MEOvvGAQX2Ali8oGIDASlUQgEiM3FjQQIDO2uKAov6JgAAAQB4AAADvQWxAAwADrYDCwJyABJyACsrzTAxYSMTJy4CNz4CMwUCwbZbSIjAXg4PluyRARUCCAEDdcyHlNV0AQAAAQClAmoBhQNLAAsACLEDCQAvMzAxUzY2NzYWFQYGBwYmpgE9MjE+AT8xMD8C1jFCAQE+MTE/AQE8AAH/yP5LAREAAAATABG2CwqAEwIAEgA/MjIazDIwMXMzBxYWBw4DBzc+Ajc2JiYnJoEVP0ACAj5hcTUEJE88BwYuRhs4DlVAQVQvFAJsAhEtKycjCgQAAQDgApsCcAWwAAYACrMGAnIBAC8rMDFBAyMTBzclAnCEmWncGAFiBbD86wJVOIhwAAACAL8CsANvBcgAEQAjABC2Fw4gBQNyDgAvKzIRMzAxUzc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgbHBwtjoWpkhj4ICAthoGpkhz+xCQUUQDw+VjIICQUVPzs+VzMEE1Bko14CA2GfX1Fkol0CA2GesFMzYEABAj1jOFIyYT8CAjxjAP//ABEAmQNaA7UEJgGTDQAABwGTAV8AAP//ALoAAAU0Ba0EJwHgAE4CmAAnAZQBEQAIAAcCOgLAAAD//wC1AAAFeQWtBCcBlADmAAgAJwHgAEkCmAAHAd8DBgAA//8AngAABY0FvgQnAZQBjAAIACcCOgMZAAAABwI5AKMCmwAC/9H+ewLwBFAAIQAtABhACgAAJSUrEBERDRYALzMzLz8zLzMvMDFBNw4CBw4CBwYWFhcWNjY3Nw4CJy4CNz4CNz4CARQGBwYmNTY2NzYWAZCyCTZZPi9dQwgIIVJCQWhFDLQNfL9yb6RSCghdh0UoNR8BADsvLj0BPC4vPAKoAVWCbjosWWpFPmE4AQIzXT8Bc6ZYAgNapXJhnoQ7IkxZAXIvPgEBOy4vPQEBOgAG/4MAAAd5BbAABAAIAAwAEAAUABgAMUAYABcXCAcUEwcTBxMCDQMYAnIMCwsOAghyACsyMhEzKzIyETk5Ly8RMxEzMhEzMDFBASMBMwMHITcBByE3EwMjEwEHITcBByE3BCf8RekEVHskH/0uHwV3G/04G8nBtcICnxv9mxsDHxv9ORsFEfrvBbD8YK+v/oiYmAUY+lAFsP2SmJgCbpiYAAACACgAzQQCBGQAAwAHAAyzBAYCAAAvLzMyMDF3JwEXAwE3AY5mA3Vl8f2OgQJxzoQDEoX87gMkc/zcAAADACD/owWcBewAAwAbADMAF0ALAQAvCiMWA3IKCXIAKysyETMyMzAxQQEjAQMHDgMnLgQ3Nz4DFx4EBzc2Ni4CJyYOAgcHBhQeAhcWPgIFnPscmATnBwwUZ6jql3OqcD0QDQ0TaanqlXWpcD0O1A0JARtBclZwqHVGDg0JHEJxVXKoc0UF7Pm3Bkn9GluG/sp0AwJTjLLHZFyF/cp1AwJTi7PHwF9Ek4pwRQMDXp7BYF9DkotyRQMEXZ/BAAIAOQAABF4FsAADABkAHUAODw4OAxkEBAMAAnIDCHIAKysROS8zETkvMzAxQTMDIwEFHgIHDgIjJTcFMjY2NzYmJiclATa1/bUBKgFWfMFoCwyZ6ob+vRsBK1eXZAwKNHBP/usFsPpQBIsBA2O4go/BYQGXAUF9WlB2QgMBAAEAH//pBBoGFQA5ABlADSMbNggCCnIIAXIbC3IAKysrETMRMzAxQQMjEz4DFx4CBw4DBwYeAwcOAicuAic3FhYXFjY2NzYuAzc+Azc2JiYnJgYGAZC9tL4MQ26aZGSWTggGMkA2CgkuTlE2BAZ0uG0wZWEqNy9yOzxsSQkIMVBRNAUFNUQ4CAccRThWbDoEWfunBFhbonxEAgNNkmc/Zl5iOjldVVdkP3KdTgEBDyAZnCErAQEpUz87XlZYZ0I6YVtfOjRXNgIDVokAAAMAE//qBlcEUQAUADIAXgA3QBxXMzMyF0ZFFCUAAykXRRdFDx8pC3JMPj4FDwdyACsyMhEzKzISOTkvLxIXOREzETMyETMwMWUTNiYmJyYGBgcnPgMXHgIHAwMHJyIGBgcGFhYzFj4CNxcOAicuAjc+AzMBLgM3Nz4DFx4DBwchNyE3NiYmJyYOAgcHBh4CFxY2NxcOAgKNWgYbTEM9cE8MsQlUgJlNcptIDFM9GfRAg14JBytQMS5sZ0wNTC6Zs1ZfjkoGBliJplQCcnWkYyYKBQxShrdwaZRYHgsS/PMZAlIGCx9dUk55VjMJBgcONmhRW5xLMzJ/iLUCHTxmQAICK1Y+EVR8USUBA2OrcP4KAaSMASpaSTZIJQEeOE4vkU1gKwECTY1hYYNPIv1vAViWwGotZsOcWgMCUIetYHaOIEp9TgIDRXWLQyxFh29FAgI+LoorNhgAAgBc/+gESgYtADQAOAAZQAs2IBYWASoMC3I4AQAvMysyEjkvMzMwMUE3HgISBwcOAycuAzc+AxceAgcnNi4CJyYOAgcGHgIXFj4CNzc2LgIlAScBAYlEpvGSNBYOD1SIuXVjmmYuCQlOg7FtY6BdBEkFJkdZLlB+WjYIBxQ3W0FQd1IyCg4UJXPFAjX9wTsCPwWNoCy2/f7QpWJoyKFeAwNPhateZL2UVQMEY6NjATRONRwBAjpohUo5cmA7AwJKfI9CZYv6z5Uc/pltAWYAAAMARACqBC4EvAADAA8AGwATtxkTAgcNAwISAD/dxjIQxjIwMUEHITcBNjY3NhYHBgYHBiYDNjY3NhYHBgYHBiYELiD8NiEBsQE+MTE/AQE/MDA/jQE9MjE/AQE/MTA/AxC4uAE3MUIBAT4xMT8BATz9ADFCAQE+MTFAAQE9AAMAOv95BCkEuQADABkALwAZQAwgAQEVC3IrAAAKB3IAKzIvMisyLzIwMUEBIwEBNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgQp/JSDA238pgMOV4/BeHGhYiULAg5Yj8F2caFjJcMDBwowYU5TgFo3CwIICzBhTlSAWjYEufrABUD9UBhty59aAwNenMFmGG3JnFkDA12ZwH0XP4d1SgIDRXeQRxc/iHdMAwJGeJIAA//g/mAECQYAAAMAGQAvABtADysKIBUHcgoLcgMAcgIOcgArKysrMhEzMDFBASMBAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHAwYeAhcWPgIB6P6utgFTAswCDUV2q3NmkFgkBg4RUX6tbm+LSBPCAwcHK1tOPm9bPw8rASRCWjZTe1QyBgD4YAeg/CwVY8akYgMCVY2vXG9iu5ZWAwNmob5uFT2FdksCAi1RaTr++zZfSiwBA0h5kQAABABG/+gFEgYAAAQAGgAvADMAHUAPIQQEFgtyMzIrCwdyAQByACsrMs4yKzIvMjAxZRMzASMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgEHITcC3OS2/vWl/YoCDEh6rnRojFEdBgsRTXyrbmqLTRjEAgcFKFpNUoxkFicCHz9bOFR6UzAD/hv9lRvdBSP6AAIIFmPJpmMDA12XtFtcYbqWVQMEZqC7cRY8hXVMAgNOg0zzN2VQMQEDRniQAwKYmAAEADYAAAXCBbAAAwAHAAsADwAfQA8DAoAHBgYKDAsCcg0KCHIAKzIrMhE5LzMazDIwMUEHITcBByE3EwMjEyEDIxMFwhn6vRkD4xz9AhyL/bz9BD/9vPwEj4+P/q+dnQJy+lAFsPpQBbAAAQAvAAABnwQ6AAMADLUDBnICCnIAKyswMUEDIxMBn7y0vAQ6+8YEOgAAAwAuAAAEWQQ6AAMACQANAB9ADwwHBwsGBgIJAwZyCgIKcgArMisyETkvMzMRMzAxQQMjEyEBIzczAQMBNwEBn7y1vANv/Y3vAacB0JP+rIMBpgQ6+8YEOv2UogHK+8YB8339kAAAAwAjAAADsQWwAAMABwALABtADQIKAAcGBgoLAnIKCHIAKysRMxEzMhEzMDFBBwU3AQchNwEDIxMCmBf9ohgDdhz9PBwBB/28/QOjg7yF/bSdnQUT+lAFsAAAAgAkAAACNwYAAAMABwATQAkCBgAHAHIGCnIAKysyETMwMUEHBTcBASMBAjcX/gQXAcn+9rUBCwOmgruCAxX6AAYAAAADADX+RwVhBbMAAwAHABkAHUAOFQ4GBwcDCHIJBQQAAnIAKzIyMisyETMvMzAxQTMDIwE3AQcTMwEOAiciJic3FhYzMjY2NwExvf28ASOOAleO9b3++Q5am24fOx4eGDAZN0cnBwWw+lAFRm36t2oFsPn9Z6JdAgoJmQcJPFwvAAIAJf5IA+cEUQAEACoAGUAOHBUPciYLB3IDBnICCnIAKysrMisyMDFBAyMTMwMHPgMXHgMHAw4CJyImJzcWFjMWNjY3EzYuAicmDgIBa5G1vKF9JA1DcKRvXHxFFgl9DlmZbB87HR4YMxg3RyYIfQcJJkw9U39ZOQNI/LgEOv4GAl6+m1wCAkV1llP8/WafWgEKCZwHCAE4VzADATZfSisCAjxqhwAFAFX/7AdfBccAIwAnACsALwAzADNAGi8uLiYyKDMCciknJghyFRISFhkJBAcHAwADAD8yMhEzPzMzETMrMjIrMjIROS8zMDFBMhYXByYmIyYOAgcDBh4CFxY2NwcGBicuAzcTPgMBByE3AQMjEwEHITcBByE3AwpJkkkRRYxGY5ltRQ8wCg08dF1JkkgORo5GfLZyKw8vE2ei2AQAG/0SHAEI/L39ArMc/XYcA1Ac/RwcBcYOCJ4OEAFHfKJa/s1Om39PAgIODJ8ICwEDY6fTcwEwe9mmXfrWnZ0FE/pQBbD9jp2dAnKengADAEf/6AbYBFIAKgBAAFYAJ0ATJAAARzwTEhI8UhkLCzEHcjwLcgArKzIRMzIROS8zETMzETMwMUUuAzc3PgMXHgMHByE3BTc2JiYnJg4CBwcGHgIXFjY3FwYGATc+AxceAwcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgIE3XGeYCQKBAxUibZuaJNYIAwT/P4aAkkFCyNfTUx1VDIJBQcLLl5NWJ9FPUvO+w8DDVWMvndyn18iCgMOVoy+dnGfXyPFAwcILV1OU35XNAoDBwkuXk9TfVYzFAJbmb5lLWTCnlwDA0+FrGB6lwEcR3xOAgNId4pAKz6Fc0kCAzg0f0g9AiAXbcqfWgMCX5zBZRhtyJ1ZAgNem798Fz6HdUwCA0Z3kEgWPol3TAMCR3mRAAEANAAAAwsGGQARAA62DQYBcgEKcgArKzIwMXMjEz4CFxYWFwcmJiciBgYH6LTLDV6fcCVJJCIWLBdAWzYKBKxppl4BAQ0IjwYHATlhOwAAAQBS/+kFGgXEACwAG0ANDwAGCQkAGiIDcgAJcgArKzIROS8zETMwMUUuAzc3IQchBwYeAhcWPgI3NzYuAicmBgcnPgIXHgMHBw4DAkeQyXUnEhQEHxv8owcPFUqFY26re0wPDg4STZV0YbdYIziMkkOX2YMuEg0TcLLuFAJsuO2EfJUjWZ96SAMCX6DCX19jvpteAgEtJ5EoKxABAXLE+4teg/vLdgAAAf9H/kYDOAYZACcAKUAVFAICFScGch8iIh4bAXILDg4KBw9yACsyMhEzKzIyETMrMjIRMzAxQQcjAw4CJyImJzcWFjMyNjY3EyM3Mzc+AhcyFhcHJiYjIgYGBwcCmhbFnQxWl2wfOh0dFzAZN0UmBp6mFqYODVyecCZJJCQYMBhAVjEJDwQ6jvv7ZqBbAgsJkwcJPVwvBAWOcmmmXgIOCZEGBjddO3IAAwBm/+kGFAY6AAkAIQA5AB1ADgUGBikpAAAcA3I1EAlyACsyKzIvMhE5ETMwMUE3DgIHNz4CAwcOAycuBDc3PgMXHgQHNzY2LgInJg4CBwcGFB4CFxY+AgV5mwxltYIOVGc4fQ0TZ6nqlnSpcD4PDQwUaKrqlXSqcD0O1Q4IARtBcVdwp3VGDg0JHEFxVnKoc0QGOAKBtWEDhwJJev0aW4f+yXQDAlOMs8djXIX9ynUDAlOLssjAX0STinBEAwRen8BgX0OSi3JGAgRdnsIAAAMAQ//pBPUEsgAJAB8ANQAVQAomGwtyMQAAEAdyACsyLzIrMjAxQTcOAgc3PgIBNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAgRrigpQl3YMS1Qo++0CDlePwXdyoWIlCwIOWI/BdnGhYibDAwcKMGFOU4BaNwoDCAswYU5UgFo2BLEBcZ5UA3QDQWv9mxdty55aAwJenMFmGG3JnFgCA12av30XP4d1SgIDRXeQRxc/iHdMAwJGeJIAAAIAY//pBooGAwAJAB8AGUAMBQoKAAAVAnIbEAlyACsyKzIvMhEzMDFBNw4CBzc+AiUzAw4CJy4CNxMzAwYWFhcWNjY3BfWVDm/GkQ5jfET+ebyoF6H5mZHRZRGouqcLMXxkaqNmEAYCAZC+YQOHAkeEC/wol+B4AwJ825ID2fwmX5VXAwNSmWcAAAMAW//oBUcEkQAJAA4AJQAdQA4FCwsAABsGciIODhULcgArMi8yKzIvMhEzMDFBMw4CBzc+AgETMwMjEzcOAycuAzcTMwMGHgIXFjY2BMCHC1SadgxQVyr+G462vK1pSg1BcqdzWXdDFgh1tXUFBx8/NGuXWASRdJFGAnICL2D8vQM2+8YB3gNmuIxPAwJDcJBQArr9QyxVRisCBFmdAAAB/wn+RwGwBDoAEQAOtg0GD3IBBnIAKysyMDFTMwMOAicmJic3FhYzMjY2N/u1xw1YmW0eOh0eFzAZN0cnBwQ6+25moFsBAQoJkwcJPF0vAAEAP//qA80EUQAqABlADBEUFAAZCwtyJAAHcgArMisyEjkvMzAxQR4DBwcOAycuAzc3IQclBwYWFhcWPgI3NzYuAicmBgcnNjYCOnGeYCQKBQtUibdtaJRYHwwSAwMb/bgFDCReTUx1VDIJBQcKL15MWJ9GPEvOBE8CXJi+ZS1kwp1cAwJPhaxgepgBG0d8TwICSHeKPyw+hHNKAgM4NH9IPQAAAQEYBOMDZQYAAAgAFLcHBQUEAQOACAAvGs0yOTIRMzAxQRMVJycHBycBApfOk3KwlwEBFQYA/vEOAqinAw8BDgAAAQEoBOMDggYBAAgAErYBBoAHBAIAAC8yMjIazTkwMUEXNzcXASMDNQG9c7GgAf7ib80F/6moAw3+7wEQDv//APgFFwObBaUGBgBwAAAAAQEHBMoDSwXYAA4AELUBAQmADAUALzMazDIvMDFBNw4CJyYmNxcGFhcWNgK6kQhTh1R5lQKSAzhGR1EF1gFUeUACApB6AUBVAQFVAAEBDgTtAeQFxAALAAmyAwkQAD8zMDFBNDY3NhYVBgYHBiYBDzsvLj0BPC4vPAVVLz4BATsuLz0BAToAAAIBAQS0AqQGUgANABkADrQXBIARCwAvMxrMMjAxQT4CMzIWBw4CIyImNwYWMzI2NzYmIyIGAQIBPGQ7VHIBATxkO1RyYQQ0LTFNBQY0LjJMBXk8Yjt2UzxhOHFWK0JJMCxETAAB/67+TgEVADoAFQAOtAgPgAEAAC8yGswyMDF3Fw4CBwYWFzI2NxcGBiMmJjc+AspLJVdCBgQdIBoyGAQjTClRWwICWYE6PRtCUzIgIQEQCnsVFQFnUE51VAABAN4E2wOwBecAGQAnQBMAAAEBChJADxpIEgWADQ0ODhcFAC8zMy8zLxoQzSsyMi8zLzAxQRcOAicuAwcGBgcnPgIXHgMzNjYDOHgGN2JGJj47PCQxNwx6BzdiRyQ+Oz0lMTgF5wo/ckYBAR8oHQIBQysFP3RIAQEfJx0CRAACAMME0AO+Bf8AAwAHAA60AQWAAAQALzMazTIwMUEBMwEhEzMBAdIBFNj+x/4+2s7+9wTQAS/+0QEv/tEAAAL/6f5oATf/tgALABcADrQPCYAVAwAvMxrMMjAxRzQ2MzYWBxQGBwYmNwYWMzI2NzYmIyIGFmZIQ1wBYkdDYVUEKCAiOgUEIyEkPPpIZwFgQ0ZjAQFaRh8vNiIeNDgAAAH9agTa/r4GAAADAAqyA4ACAC8azTAxQRMjA/42iIzIBgD+2gEmAAAB/eoE2v/BBgAAAwAKsgGAAAAvGs0wMUETFwH96vDn/skE2gEmAf7bAP///QsE2//dBecEBwCl/C0AAAAB/fQE2f80BnMAFAAQtRQCAIALDAAvMxrMMjIwMUEnNz4CNzYuAic3HgMHBgYH/n+LFhxGNwUEHzIzEQ8qXlMzAgNjQgTZAZgCCyAkGh0MAwFpARAnRTZKSgwAAAL82wTk/4UF7gADAAcADrQHA4AEAAAvMhrNMjAxQSMDMwEjAzP+ibP76gHAn8HXBOQBCv72AQoAAfy6/qD9kf93AAsACLEDCQAvMzAxRTQ2NzYWBwYGBwYm/Ls7Ly89AQE8Li49+S8/AQE8Li88AQE5AAEBIwTvAkIGPwADAAqyAIABAC8azTAxQRMzAwEjb7CsBO8BUP6wAAADAPQE7wPvBokAAwAPABsAGUAKExkZDQGAAAAHDQAvMzMvGs0RMxEzMDFBEzMDBTY2NzYWBxQGBwYmJTQ2NzYWBwYGBwYmAi1evY/+OwE6MC49AT0uLjwCJTsvLz0BATwuLj0FgQEI/vgpLz8BATwuLzwBATksLz8BATsvLzwBATn//wClAmoBhQNLBgYAeAAAAAEARAAABKUFsAAFAA62AgUCcgQIcgArKzIwMUEHIQMjEwSlHP1Y4bz9BbCe+u4FsAAAA/+yAAAE3wWwAAQACQANABtADQYCBwMCcg0MDAUCEnIAKzIyETMrMhI5MDFBASMBMxMBNzMBJwchNwNn/RXKA1F6qf71GnQBNnQc+/UcBR364wWw+lAFO3X6UJ2dnQAAAwBn/+kE/gXHAAMAGwAzABtADS8KAwICCiMWA3IKCXIAKysyETkvMxEzMDFBByE3BQcOAycuBDc3PgMXHgQHNzY2LgInJg4CBwcGFB4CFxY+AgPJG/4KGwMeDRNnqeqWdKlwPg8NDBRoquqVdKpwPA/VDQkBG0FxV3CndUYODggcQnBWcqhzRAMrl5clW4f+yXQDAlOMs8djXIX9ynUDAlKMs8fAX0STinBEAwNdn8BgX0OSi3JGAwNdnsIAAAL/xAAABHIFsAAEAAkAF0ALBgACBwMCcgUCCHIAKzIrMhI5OTAxQQEjATMTAzczAQMt/WnSAwB/bd8ieQEGBQj6+AWw+lAFIo76UAADAAwAAASHBbAAAwAHAAsAG0ANAQAFBAQACAkCcgAIcgArKzIROS8zETMwMXM3IQcBNyEHATchBwwcA48c/TocAtwb/T4dA3ocnZ0Cop2dAnCengABAEQAAAVwBbAABwATQAkCBgQHAnIGCHIAKysyETMwMUEDIxMhAyMTBXD9u+H9SeG9/QWw+lAFEvruBbAAAAP/2wAABIoFsAADAAcAEAAhQBAOBgYHBw8CcgwDAwICCwhyACsyETMRMysyETMRMzAxZQchNwEHITcBBwEjNwEBNzMD2Bz8aBwEShz8exwB8AP9YnkbAjn+kRhrnp6eBRKenv03Gf0ymAJLAkeGAAADAFYAAAVrBbAAEwAnACsAIUAQFBUVAQApCHIfHh4KCygCcgArzTIyETMrzTIyETMwMWUnLgM3NjYkMxceAwcGBgQlFzI2Njc2LgInJyYGBgcGHgIBAyMTAtyedLt/OgwRsgEWpaZzuX86DBG0/uj+waF8wHYQCRhId1SpfL92DwoaSXkB0v29/a8CA1CPw3Sn/IwCA1KRw3Kp+4mhAmCze1CIZjsDAgFjtHpRiGQ6BF36UAWwAAIAhQAABZAFsAAZAB0AGUAMFAcHDRwIch0BDQJyACsyMisROREzMDFBMwMGAgQnJy4DNxMzAwYeAhcXFjY2NwMDIxME071ZG7n+4rIefMB/NQ5YvFkKGkp9VxyAy4IU5P29/QWw/fKw/v6LAgEEVpfOewIO/fFSkXFDBAECZ7t9Ag76UAWwAAADAAoAAATeBccALQAxADUAJUASKBISLykpNBERMy4yEnIGHQNyACsyKzIyMhEzMxEzMhEzMDFBNzYuAicmDgIHBwYGFhYXBy4DNzc+AxceAwcHDgMHNz4DATchByE3IQcEABEKCDVzYWaYakANEQkIHllYDXSaVhkOEBJloduJgrdtJg8QEl+WzH8PYYhaNf5vHAHWHPvRHAHeHALWdk6kjVoDA1GLrVh1Ra+pfhaNFpPP4mVye+e1aAMDb7bgdHJ168mHEo4Vc6C1/YGdnZ2dAAADAEj/5wQmBFIAFgAsAEEAGkANLgY0OzsdEgtyKAYHcgArMisyMhEzPzAxUzc+AxceBAcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgIBMwMGBhYWFxY2NxcGBicuAzcTUgINQ3aveFJ3TisOBQoQSXambWmLTBjDAgcGKlhLSXlePxAJAxQ1XUVXfFAuAnebhgEFBBUZCBEICho3ID1DHAEEXAHtFmTSsGkDA0BrhZFGU167mVkDA12WtHAWO35tRAMCQnCEQEA6g3VNAgRRhZoB8PzrDzAvIgEBBAGMEQ8BAT9hay4CNAAAAv/x/oAESAXHABwAOgAeQA41ACYnJxwcMB0DEwkLcgArMj8zOS8zEjk5LzAxQRceAgcOAicuAzc3BhYWFxY2Njc2JiYnJxMeAgcOAiMjNzMyNjY3NiYmJyYGBgcDIxM+AgIcg3KsWQkLhtqIVIxlNAZOB0yFT1qOWQoIIlhJl8xwqlsJCI7Oa2MVSUx7TgkHK1tBSn5VDPq1+RGP0wM4AQRgrXWHz3MDAjZjilUqVHdAAgJOiFdCe1MEAQMCAmGscXedT3g3ak8/Zz0CAkN0R/pOBbF2uGgAAwCF/l8EGwQ6AAMACAANABlADggMAwQKBQEFDQZyAQ5yACsrMhIXOTAxZQMjEzcBMwEjAxMHIwMCAmC1YGoBo8H9v38lkQRzy4T92wIlgQM1+8YEOvy17wQ6AAACAEX/6QQJBiAALABCABlADRQoPgMEMx4LcgsEAXIAKzIrMhIXOTAxQT4CFzIWFwcmJgciBgYHBh4CFx4CBwcOAycuAzc3PgI3Ny4CAwcGHgIXFj4CNzc2LgInJg4CAUsGeLRhRYFADzuDQi5bQgkGIjxDG3eaQQ0DDVaMvXNvn2EmCQMNaatyAjNHJEADBwswXkxQe1Y0CwIHEzRYQFB9WjUE7WuIQAEfGaIbIwEePzImOSsfDDKg1oAXbMGWUwMCWZS6ZRdww4cVDRhNYv1YFj+AbkUCA0FwiUcVNntyTgkKRHmPAAIAKf/qA+AETwAfAD8AH0APACE+PgMDFjUrB3IMFgtyACsyKzISOS8zEjk5MDFBFwcnIgYGBwYeAhcWNjY3Nw4DJy4DNz4DBScuAzc+AxceAwcnNiYmJyYGBgcGHgIXFwHw4hS8P31ZCAYoRVIlPnxcDrQJWYiiU0iQd0QEBVaGmQEeyTp/bUIDA1SFnk1Jim9AArICP2M0N3hZCQYeOUkk0wJMAWwBH09KLkAnEgEBKVVCAVuCUyYCASVLeFRYcUAaRwECHTxjR1p8TCICAihPd1EBOkskAQEhTD8tOiIPAQEAAAIAiv5/BD0FsAAoACwAFUAJFQIsLCkpAAJyACsyLzMRMy8wMUEzBwEOAgcGHgIXFx4CBw4CByc+Ajc2JiYnJy4DNz4CNwEhByED41oX/mpKimIPBQQWLSR3Omc9BAU/XC9cGDQoBQUnORdRRWVAGQgNcqBO/v8DBhr8+QWwgf5fTKG4biU/NSgOJxMqTkk+cV8kWho6QiUfJhYHGRU/V3NJc9/FTwHUlwAAAgAl/mED6ARRAAQAHAAXQAwYCwMGcgIKcgsHchEALysrKxEzMDFBAyMTMwMHPgMXHgMHAyMTNi4CJyYOAgFskrW8oWhEC0R2qXBdfEUWCbu1uwcKJ0w8UnlUMwNI/LgEOv4GBGO+mloCAkBuk1b7qwRTN11GKAEDP22IAAMAdf/pBCMFxwAZACcANgAdQBANKGowIGowMA0AGmoADQtyACsvKxI5LysrMDFBHgMUBwcOBCcuAzY3Nz4EFyYOAgcHITc2Ni4CARY+Azc3IQcGBh4CArxpi1EiCxwOM1N5pm5pi1AiAQsbDjNTeaZkW31PKwsIAhIJBggJJ1D+7kltTTQfCAb97QYGCAkmUQXEA1KIqLNTuFu9rYdMAwNUjKu0Urlbu6qESpkEW5OlRzc5L3h8a0P7WAM8aYGFOCcoLnmAbkcAAQCE//QB6AQ6ABEADrYGDQtyAAZyACsrMjAxQTMDBhYWFzI2NwcGBicuAjcBEbWIBAonJxUsFQwgQyJTXiIHBDr82CM4IgEHA5cKCQEBUoNKAAL/uP/xA8AF7AAEACYAHkAQABsEAwQCIAUAcg8WFgIKcgArMi8zKzISFzkwMUEBIwEXATIeAhcTHgIXFjY3BwYGIyImJicDAy4CJyYGIzc2NgIu/lrQAliD/vstSDcnC+MGER0ZCRIJBhEiEkJSMBCnQAcVJR4MGA0MFiwDHfzjBE0MAasWLEEq+6oWJRgCAQEBmgUFNFs7AyMBExsrGwEBAY8EBgACAED+dgQABcYAHgBGABlACx8RDw8hITMFGwNyACsyLzkvMxI5OTAxQQcuAiMiBgYHBh4CFxcHJy4DNz4DFzIWFgEXByciBgYHBhYWFxceAgcOAgcnPgI3NiYmJycuAzc+AwQAKSJISCVBk24LCSpRZjOVFYFInopSBQZhlrFVK1VU/tyZFH9uwIANCTBjRWY4aUAFBEBcLWQaOCoGBSc6GDVYjmMuCApzsdMFnJMLEQoiVk0+US8UAQF0AQEjS3pZY4hSJAEKEv3GAXABQpN3SnVRFBsQK1BFPW9fI1ccOkIoISMSBw8YSWmTYnioZzAAAAMAYP/0BKQEOgADAAcAGQAZQA0OFQtyBgpyCQcCAwZyACsyMjIrKzIwMUEHITchAyMTITMDBhYWMzI2NwcGBiMuAjcEpBv71xsBWry2vAI5tYgECyYnFSsUCSFDIVReIgYEOpmZ+8YEOvzYIzgiBgSYCgkCUoNKAAH/3f5gA/8EUQAvABdADB4pBhELcgYHcgAOcgArKysRMzIwMUMTPgMXHgMHBw4DJy4DNR4CFx4CFxY+Ajc3NjYmJicmDgIHAyOqD05/sXF4mVIXCwMMRnWnb2qOVCUMGRoNCjdmUE94UzEKAgcBIlhRSW5NLwqr/mAD4mW+llYDA2ioymUWYbyYWAIDVY2vXQ0aGQxHeUoDAj5sh0UVO5CGWAMCRnOEPfwgAAABAEr+iQPfBFEALQAOtRsJBQAHcgArzDMvMDFBHgIHJzYmJicmDgIHBwYWFhceAgcOAgcnPgI3NiYmJy4CNzc+AwJzdKVTBqsFKFpIT3hWMwkGCz+BWDtvRQUEQFsuXBozJQUFJDoagrdZDgQMVIq6BE4CZa9zAUNrQQICRXWMQyphj2IdEy5TTDxwXyNZGzlBKCIlEwckic2LK2nEm1kAAwBI/+kErgRIABgALgAyABNACSoGMgZyHxQLcgArMisyMjAxUzc+AxceAhceAgcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgIBByE3UgMNVo6+dB08OhpWYyQJAwxajrtucZ9fIsIDBwktXk9TfVczCgMHCy9fTFF8VzUDmxv91hsCChdlyaJXDQMnLg0qmLdYF2i8kFECAl6bv3wXPod1SwMCRnaQRxc+gm9HAgJBcYoB0pmZAAACAIf/6wQRBDoAAwAVABVACgUKEQIDBnIRC3IAKysyETMyMDFBByE3ITMDBhYWMzI2NxcGBicuAjcEERr8kBsBUrSJAwUgJRgsFh4nVDBWWhwHBDqWlvzSHjsnDgmGGhgBAleISwABAGj/5wPiBDwAHgATQAkQBxkABnIZC3IAKysRMzIwMVMzAwYeAhcWPgI3NgInFxYWBgcOAycuAzfftW0FARk/OlJ/WTUKExEjtxkVAwwOUYi/e2OESxgJBDr9bStkWjsBA1OImkSAAQd9AlKsr1Vt1KxkAwJKfaBZAAEAQP4iBSUEPQAvABlADCsFBRkYBnIiDwtyAAAvKzIrMjIRMzAxQRM+AhceAwcOAycuAzc+AjcXDgIHBh4CFxY2Njc2LgInBgYHAwGf4QhKdEhpnmYqCg97wvKHg86KOxANUoddWTxePw0QIluOXIHhlxAHDjJeRx8mCeb+IgU1SGc3AQJemrxfi9iSSgICU5jThG7CoT2IMnuOTVqackECA2W+hT2Bb0kFCBwh+sQAAgBO/icFJAQ8AB4AIgAVQAohBxkLciAQAAZyACsyMisyLzAxUzMDBh4CFxY+Ajc2AicXFhYGBw4DJy4DNwEzASOwtVIMFUqIZmayjFwQExYlthsXAQsTdrryjY3Nfy8RAka1/vK1BDr+FlylgEsCAj52pWV+AQZ6AlGrrFWN3ptPAgJbpOGIAeb57QACAGf/5wXvBDwAHgA/ABlADAEXCgopNh8GcjYLcgArKxEzMxEzMjAxQRceAgcOAycuAzcTMwMGBhYWFxY+Ajc2AiUXBgIHBgYeAhcWPgI3EzMDDgMnLgM0Nz4CBPu0IB4CCww9baZ2ZHg7CwowgDAGARpGQU5nPiEIERr8HsNGhRYGCQQeQDdGYj8kCDB/MQw5YZVpWnhGHwgNOVcEPAJSrK9WYdCzbAMCXpSrUAEp/tQvc2pGAgNbjZY6ggEHegF8/v2PJGpyZUEDBD5oejgBLP7XWLGTVgMCTHuWnEZhtaoAAQBS/+cEawXLADgAHUANHR4XNgQEDSMXC3ItDQAvMysyETkvMxDMMjAxQQcGBicuAjc3PgIXHgMHAw4CJy4DNxM3AwYWFhcWNjY3EzYuAicmBgYHBwYWFhcyNgRrAjBnM5vygwwBCl+daFBxRBkIbRJ7y4xhlGAoCza1NgkgXlVaeUUMawQCFDIsN0knBgEIUZ9uMmQDCZYSEQEBgOigEWOgXQMCPmiFSf1igtJ5BAJJfaRdAU0C/rBLhlcDA1OLUAKgI0pAKQECOFowEm6gWAIPAAADAGcAAATdBcEAAwAWACkAHkAOEAkJHyYDchoYFgMDAhIAPzMRMzMzKzIyETMwMUEDIxM3AT4CFzIWFwcmJiMiBgYHAScDExcHAy4CJyYGByc2NjMeAgKBeLt3ZwEuHUVeQSM/IDQMGA0cKyMO/l+LKIoFfbgHFiAXDhsOFBw6HzpRNAKv/VECr1MCATVXMgIQDpUEBhYmFf1ZAgLh/efIAgKmFSIUAQEFBJoMDQEyUwAAAwBo/+YGQQQ8AAMAJABFACFAECYFAxwPLzwLcjwPAgMGcg8ALysyETkrMhEzETMzMDFBByE3JRceAgcOBCcuAzc3MwcGBhYWFxY+Azc2AiUXBgIHDgIWFhcWPgI3NzMHDgMnLgM2Nz4CBkEb+lsbBBq1IB4BCwkmP1+HWmN5OgsKKH8nBgEbRkE5UDUiEgURG/xmxEaGFgQLARU0MUVhPyMIJ4ApDDhilWhWbjwXAggNOlcEOpiYAgJSrK9WSKKdf0sDAl+Uq1D5/C90a0YBAT9oeHAoggEHegF8/v2PHWZzakYDBj9qezb8+Veyk1cDA1CAmJg/YbWqAAMAov/xBXYFsAAbAB8AIwAhQBEfIxgFBQ4iIx4IciMCcg4JcgArKysRMxI5LzMRMzAxQTc+AhceAgcOAwc3PgM3NiYmJyYGBhMDIxMhByE3AjoLOXp+PYrPagwLXJS/bgtJels5CAo3ellAfXqX/bv8Arcc+7ccAoqoFyESAQJqyJB0qm44ApkBJ0xxSlp9QgECEyIDEPpQBbCengAAAgBz/+kE/gXHAAMALAAdQA4DAgIJHRkUA3IpBAkJcgArzDMrzDMSOS8zMDFBByE3ATcOAicuAzc3PgMXHgIXIy4CJyYOAgcHBhQeAhcWNjYDghz9uxwCorsepviai7tqIRAVFGmp6JOUxmcEuwQ0dWVupXNGDxYJGj5sUm+fZwMunZ3+oAKW3HUDA3fE7XiQhfXBbQMDf9qMXJNYAwRYmLpfkz+Mhm5EAgROlQAAA//N//8H7QWwABEAFQAuACdAEyQhIQkuFhYACgkIchQVFSMAAnIAKzIyETMrMhI5LzMRMxEzMDFBMwMOBCcjNzc+BDcBByE3AQUeAgcOAychEzMDBTI2Njc2JiYnJQIBu5sTL0dxqXk4EiRXdUotHAwDUBz9ghwCjwF1gsJlDApclbxo/eP9veIBSluXYgwKMW5S/nMFsP03X8/CnFwBnAIGWIihoEICqZ6e/cwBBGvChW6pdDsBBbD67QFJhl1Qe0cDAQAAAwBE//8H+gWwAAMABwAgACNAEQggIAMCAgYVBwJyFhMTBghyACsyETMrMhE5LzMzLzMwMUEHITcTAyMTAQUeAgcOAychEzMDBT4CNzYmJiclBGIc/Q8cjPy9/QOYAXV7xmsLCF6Vu2b95P284AFJVpZlDAo5cUz+cwM5nZ0Cd/pQBbD9nwEEXrSEbKVuNgEFsPr2AQE9elpPbjoDAQADALQAAAWcBbAAFQAZAB0AHUAOGQEYBhERGBwdAnIYCHIAKysyETkvMxEzMjAxYSMTNiYmJyYOAgc3PgMXHgIHAQMjEyEHITcFQLxMCyZsXzlubmw2EDRqa203jsNbEf2O/b39Ar0c+7ccAcpcgEMCAQoSGg+gEBoQCAECZsaSA+j6UAWwnp4AAgBC/pkFbwWwAAcACwAXQAsJBgECcgsDAwAIcgArMhI5KzIvMDFzEzMDIRMzAyUDIxNC/b3hArbivP3+ZVa8VwWw+u0FE/pQiv4PAfEAAgA2//8ElwWwAAUAHgAhQBAGHh4EAhMTBQJyFBERBAhyACsyETMrMhEzETkvMzAxQQchAyMTEwUeAgcOAychEzMDBTI2Njc2JiYnJQSXHP1X4bv8KAF1f8VpDAldlbto/eT8veIBSlmXYgwKNXBP/nMFsJ767gWw/a8BA2K4hm6mcDgBBbD67QFEgVxRcj0DAQAG/4z+mgV6BbAAAwAHAAsADwATACUAJ0ATCxERIAMDBx4Icg4PDxAUAnIJBQAvMysyMhEzKzIyETMyETMwMWUHITczAyMTIQMjExMHITchAyMTITMDDgUHIzcXPgM3BK8c+9IcH1q6WAVuW7tZRBz9lBwDDf28/f1uv4UNKTxQaoZSYhY9THBQNxSdnZ39/QID/f4CAgUTnp76UAWw/bc9qb65nGUJnQJDp7vFYQAF/6sAAAd1BbAABQAJAA0AEwAXACdAExYRCQMDAAAPDxQMCAhyDgoBAnIAKzIyKzIyMi8zETMRMzMzMDFBATMBIQcnASMBAQMjEyEBISczAQMBNwECSv6Q0AELARI74f339wKhAjb8u/0Drf19/r4B+AHl2P7YjQF4ApkDF/2JoAX9YgNOAmL6UAWw/OmgAnf6UAKynfyxAAIAJf/qBI4FxgAeAD4AI0ARACACAj4+FTQwKglyDwsVA3IAKzLMK8wzEjkvMxI5OTAxQSc3FzI2Njc2JiYnJgYGBwc+AxceAwcOAycXHgMHDgMnLgM3FwYWFhcWNjY3Ni4CJycCcrUWl1SYZwsKRoBMTo1jDrsKYJS0Xl6nf0EICGadtPqcV6aBRwgIaaTHZmClekAFuwVDek9Xp3YLCCFJaD2tAroBewEyb1xUbDUCATlwTwFkmGYzAQIyY5hoYo1aK1YBAihWjGVwpmszAgI5bJ1lAVF2QgMCO3teQ188HQEBAAEARAAABW8FsAAJABdACwUABgIIAnIEBghyACsyKzISOTkwMUEBMwMjEwEjEzMBOwNxw/28wfyPwv27AVoEVvpQBFf7qQWwAAP/y//+BWYFsAADAAcAGQAZQAwSBREIcgIDAwQIAnIAKzIyETMrMjIwMUEHITchAyMTITMDDgQnIzc3PgQ3BMUc/XkcAyj8vf39VbubFC5Hcal5OBIkWHVKLBwNBbCenvpQBbD9N17Qw51bAp0CBleIoKBDAAACAJT/6AVABbAAEwAYABpADhcWABUECAIYAnIPCAlyACsyKzISFzkwMUEBMwEOAyMmJic3FhYzPgI3AxMXBwECRgIZ4f09IEpackkaNhoXFSwWNEk3GCHuD5n+0wHtA8P7QTtiRyUBBQSaAwQBK0cpBI/8bKsMBEsAAAMAW//EBdgF7AAVACkALQAbQAwfDAwrFgAAKyoDcisALysROS8zETkvMzAxQRceAwcOAyMnLgM3PgMXJgYGBwYeAhcXMjY2NzYuAicTASMBAv7peL+AOg0NcbTkgul6vYA4DQ1xs+R9hsx9EQoYSn9c7IbLfhALGUp+XBf+77UBEQUgAgNcns91gdqhWQICXJ/PdYHZolmYAXPJglSXdkYDAnPKgVSXdUYDAWb52AYoAAACAEH+oQVuBbAABQANABlADAwHAnIFBAQJBghyAQAvKzIyETMrMjAxZQMjEyM3BRMzAyETMwMFI2uqPosc/GT9veECtuK8/aL9/wFfoqIFsPrtBRP6UAAAAgDLAAAFOgWwABUAGQAXQAsXBhERGAACchgIcgArKxE5LzMyMDFBMwMGFhYXFj4CNwcOAycuAjcBMwMjASe8SwokbGA3b21sNQ41amxtN47DWRADor39vQWw/jhdf0QCAQoSGg6fERoRCAECZ8eSAcf6UAABAEIAAAc5BbAACwAZQAwFCQYCAgsAAnILCHIAKysRMxEzMjIwMUEzAyETMwMhEzMDIQE/veEB5OG84gHh4b39+gYFsPrtBRP67QUT+lAAAAIAQv6hBzkFsAAFABEAHUAODAUICAQRCHIPCwYCcgEALysyMisyMhEzMzAxZQMjEyM3ATMDIRMzAyETMwMhBuZpoz2JG/uWveEB5OG84gHh4b39+gaY/gkBX5gFGPrtBRP67QUT+lAAAgCK//8FfAWwAAMAHAAdQA4REg8EHBwPAAECcg8IcgArKzIROS8zETMyMDFTNyEHEwUeAgcOAychEzMDBTI2Njc2JiYnJYobAbwbFAF0f8ZpDAldlbxo/eX8vOIBSlqWYgwKNHFO/nMFGJiY/kcBA2G5hm6mcDgBBbD67QFFgF1Qcj0DAQACAET//waXBbAAGAAcAB1ADhoZDgsAGBgLDAJyCwhyACsrETkvMxEzMjMwMUEFHgIHDgMnIRMzAwUyNjY3NiYmJyUBAyMTAWkBdX/FaAsKXZS8aP3k/bzhAUlalmMLCzVwT/5zBUr9vPwDXwEDYriGbqZwOAEFsPrtAUSBXFFyPQMBAu/6UAWwAAABADb//wR8BbAAGAAZQAwOCwAYGAsMAnILCHIAKysROS8zETMwMUEFHgIHDgMnIRMzAwUyNjY3NiYmJyUBWgF1f8VpDAldlbto/eT8veIBSlmXYgwKNXBP/nMDXwEDYriGbqZwOAEFsPrtAUSBXFFyPQMBAAIAdv/pBP8FxwADACwAHUAOAwICHgkFKQlyGRUeA3IAKzLMK8wzEjkvMzAxQQchNwEzHgIXFj4CNzc2LgMnJgYGBwc+AhceAwcHDgMnLgIEUBz9uxz+a7oFOXxqa59vQw4WCQEeQnFUbJpjHLsen/KZjcFvIxAVE2ak44+Vzm4DJZ6e/qtikVIDA1yauVuTQ46Fa0EDBFSXYgGT3nkDAnbC73yQgfPCcAMDedgAAAQASf/pBtMFxwADAAcAHQAzACNAEy8HBgYOJBkDAnICCHIZA3IOCXIAKysrKxEzEjkvMzIwMUEDIxMBByE3BQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgICAv28/QGIE/6vEwVGDBRnqOqXkMFrIRANE2mp6pWSwWof1w0LBjd8bHCodUYODQsHOHxrcqhzRQWw+lAFsP1lmJgPW4b+ynQDA33M9nxbhv3KdQMDfMz22V9VuKFmBANdn8BgX1O5omkEA12ewgAAAv/pAAAE2QWxABYAGgAfQA8XFhYAAAkMDBkIcg4JAnIAKzIrMhESOS8zEjkwMUEhJyYmNz4CMwUDIxMnBgYHBhYWFwUFASMBA6/+fVWDiw0NoPeOAdH9veL+jNMSCjVzVAFI/rz+NNMB1QI3KDjGlJjGYgH6UAUSAgGOk1R9SAMBOv1lApsAAAMAR//oBEwGEgAWAC8ARAAZQAw6IjAXFyIAAXIiC3IAKysROS8zETMwMUE3DgMHDgMHByM3NhI2Njc+AgEeAwcHDgMnLgM3Nz4CNz4CFyYGBgcHBh4CFxY+Ajc3Ni4CA7uRCD9nhU59qWs6DQ2VDRNQic+RNnRZ/ttnlF0mCAMLVYq8cm+gZCkKAgQZHw0ykblGY5FWDAIHDjFgTVB6VTMJAgYSN2AGEQFZcUMmDxhypc11XFyEAQHalxoKGj7+KwJSia1eFmzBlVQDAliVumUXHTMxGV2cW5gCX55bFj+Cb0YCAkFviEYWPndgOwACADH//wQKBDoAGwAzAC1AFgIBGyspKSgBKAEoDw0QBnIeHR0PCnIAKzIRMysyETk5Ly8RMxI5OREzMDFBITcFPgI3Ni4CIycDIxMFHgMHDgMHAyE3BT4CNzYmJiclNwUXHgIHDgMCav6dGAEPOH9gCgYlRFAk8aK0vAGNRo92RQUEPGBxOaH+VHMBPDpxUQkIM1ox/uMcAUw2Q2w8AwRQgJoB3JQBARZERTA6HgwB/FwEOgEBHD9vVUJePiMG/e6WAQEeSkI7Qh0BAZQBOAlAakhaekkgAAABAC4AAAOEBDoABQAOtgIFBnIECnIAKysyMDFBByEDIxMDhBz+HKG1vAQ6mfxfBDoAAAP/jf7BBD8EOgAPABUAHQAhQBAdGAkWFhsTCApyFRAQAAZyACsyETMrMjIyETMvMzAxQTMDDgMHIzczPgM3EyEDIxMhASEDIxMhAyMBmbZWFEBijWNmHCQ7W0MvD4ICeby1nv48/jgERFK1OP0lOLUEOv5saMeykjOWOXZ/j1IBlfvGA4/9Cf4pAT/+wQAF/6cAAAYOBDoABQAJAA0AEwAXADBAFxUQEAAWEREJAwMGAAAUBwwSEw0NAgZyACsyETM/MzM5LzMzETMzETMRMxEzMDFBATMTMwcnASMBAQMjEyEBITUzAQMDNwEBt/7czcLaN6/+gfACDgHvvLW8Ax/+CP7pygFeluKEATUB1wJj/kCjCv4fAnAByvvGBDr9naMBwPvGAfN+/Y8AAAIAIP/qA6QEUAAdADsAI0ARAB8CAjs7FDIuKQtyDwsUB3IAKzLMK8wzEjkvMxI5OTAxQSc3Fz4CNzYmJicmBgYHBz4CFx4DBw4DJRceAwcOAycuAjcXBhYWFxY2Njc2JiYnJwIOzRSoOGZFBwcxVjE4aEwNtAuEwGZHg2U3BAVNdon+/rVCf2U5BAVRgZtOZ69nBLICOF86OXJRCAgsVza/AgQBcgEBHkc+OEUhAQEnTDkBbo9GAgElSnNQTGpCH0cBAR0+aE1Yf1ImAgJOlm8BPFQtAQEmUT8+Rh0BAQAAAQAwAAAEOAQ6AAkAF0ALBQAGAggGcgQGCnIAKzIrMhI5OTAxQQEzAyMTASMTMwEYAmS8vLaI/Zy6vLMBMQMJ+8YDCfz3BDoAAwAwAAAEWAQ6AAMACQANAB9ADwwHBwsGBgIJAwZyCgIKcgArMisyETkvMzMRMzAxQQMjEyEBITczAQMBNwEBoLy0vANs/aP+/gHFAa+T/syDAYcEOvvGBDr9lKIByvvGAfN+/Y8AA//I//8EOQQ6AAMABwAZABlADBIFEQpyAgMDBAgGcgArMjIRMysyMjAxQQchNyEDIxMhMwMOBCcjNzc+BDcDmxv+AxsCm7y1vP3ut3QPJzpbhl89EiVCWDkiFQkEOpmZ+8YEOv32TJ+Sc0EBogIEQGN2dzIAAAMAMQAABX8EOgAGAAoADgAbQA0ACQwGAQoGcgsDCQpyACsyMisyMjISOTAxZQEzASMBMyMDIxMBEzMDAqIB9rf9cX7+6qUwvLS8AyC8trz3A0P7xgQ6+8YEOvvGBDr7xgAAAwAwAAAENwQ6AAMABwALABtADQkGCAMCAgYHBnIGCnIAKysROS8zMhEzMDFBByE3EwMjEyEDIxMDVBr90xt4vLS8A0u8trwCZZaWAdX7xgQ6+8YEOgADADAAAAQ4BDoAAwAHAAsAGUAMCQYIAgMDBwZyBgpyACsrMhEzMhEzMDFBByE3MwMjEyEDIxMDmRv97BsbvLS8A0y8trwEOpmZ+8YEOvvGBDoAAgBgAAAD6QQ6AAMABwAQtwMGBwZyAgpyACsrMjIwMUEDIxMhByE3Aom8tbwCFRr8kRoEOvvGBDqWlgAABQBJ/mAFOgYAABYAKwBCAFYAWgAnQBUnBgZJHhERUjM+C3IzB3JYAHJXDnIAKysrKxEzMxEzMjIRMzAxQQcOAycuAzcTPgMXHgQHNzY2LgInJgYGBwMeAjMWPgIlNz4EFx4DBwMOAycuAzcHBhQWFhcWNjY3Ey4CJyYOAhMBMwEFMgIMP2ygbkNtTicDSg0+X31MWXZFHgK+AwUEDCdLPixNQBZuDzdEI05xTC373gIKKkdoj11Fa0ciA0YNPV17TGiBQxDCAgYfTkgsTD8ZagszRCdUc0gnqwFTtv6tAg8VXb2cXQMCL1NxRAHgSHtbMAICTHyWm1kWK21xXzwBARUwJf2LIyQPAkNwhjUVTKWbe0cDAjVbdkP+M0d7WzICA2GasmsWNH1wSQEBFi4kAmMoLRQBAlSGmfwaB6D4YAACADD+vwQ4BDoABwANABtADQYBAw0MDAAKcgEGcgkALysrMhEzMhEzMDFzEzMDIRMzAzcDIxMjNzC8tKEB4qG2vJdkoTiJGgQ6/F4DovvGmP4nAUGYAAIAeQAAA/UEPAADABcAF0ALDxQJCQEABnIBCnIAKysROS8zMjAxQQMjExMHDgInLgI3EzMDBhYWFxY2NgP1vLW8HA07enxAeqNIDTK1MwgZUE1AfXoEOvvGBDr+D5kXIBABAme1eAE8/sNFcEQCAhIhAAEAMAAABggEOgALABlADAUJBgICCwAGcgsKcgArKxEzETMyMjAxUzMDIRMzAyETMwMh7LShAX+htqIBfqK1vPrkBDr8XgOi/F4DovvGAAIAJf6/Bf0EOgAFABEAHUAODAUICAQRCnIPCwYGcgEALysyMisyMhEzMzAxZQMjEyM3ATMDIRMzAyETMwMhBfBkojiJG/wttaIBf6K1oQF+obW8+uSY/icBQZgDovxeA6L8XgOi+8YAAgBW//8EeQQ6AAMAHAAdQA4REg8cBAQPAgMGcg8KcgArKzIROS8zETMyMDFBByE3AQUeAgcOAychEzMDBT4CNzYmJiclAj8b/jIbAXoBMGWhWAgGS3qaVP40vLaiAQBBbUgJByNOOf64BDqYmP6MAQRQlmxZil4vAQQ6/F4BATBdRDlWMgMBAAIAMf//BaoEOgAYABwAHUAOGhkOCxgAAAsMBnILCnIAKysROS8zETMyMzAxQQUeAgcOAychEzMDBT4CNzYmJiclAQMjEwEvAS9moVgIBkt6mlT+Nby0oQEAQW1JCQcjTzn+uASWvLW8AsYBA1GWbFmKXi8BBDr8XgEBMF1DOlYyAwECDPvGBDoAAAEAMf//A70EOgAYABlADA4LGAAACwwGcgsKcgArKxE5LzMRMzAxQQUeAgcOAychEzMDBT4CNzYmJiclAS8BL2ahWAgGS3qaVP41vLShAQBBbUkJByNPOf64AsYBA1GWbFmKXi8BBDr8XgEBMF1DOlYyAwEAAgAy/+gDxARRACcAKwAdQA4rKioJHRkUC3IEAAkHcgArMswrzDMSOS8zMDFBJgYGBwc+AhceAwcHDgMnLgI3FwYWFhcWPgI3NzYuAhMHITcCNkBxTw2sC4jGaW6aXCEJBQ1Uibpzb6ZYBa0EK1tDT3lWMwkGBggrW+wb/hsbA7cCNmA/AWylXQMCXpu9YStpxZtZAwJpsG4BP2xDAwJGdYxDKjuEdkz+vpeXAAQAMf/oBgMEUgADAAcAHQAzACNAEyQDAgIZLw4HBnIGCnIOB3IZC3IAKysrKxEzEjkvMzIwMUEHITcTAyMTATc+AxceAwcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgIC5Bv90RrtvLS8AUwDDlePwXdyomIlCwMNWY/BdnGhYibEAwcKMGBOU4BbNwoDCAsxYU9Tf1o2Am+XlwHL+8YEOv3PGG3LnlsDA16cwWYYbsicWQMDXZq/fRc/h3RLAgNFdpBIFz+JdkwDAkZ5kQAAAv+/AAAD/wQ7AAMAHQAdQA4BEhITEwMJBAZyBwMKcgArMisyEjkvMxI5MDFBMwEjAQUDIxMnDgIHBhYWFwUHJS4DNz4DAUnP/nbPAn0Bw7y1ovg8cE8JByVLMgFVG/7DSH1cMAUFUH6aAgT9/AQ7AfvGA6QBASlUQTRKKAIBmAECLFF3TFiAUygABAAg/kcD2QYAABEAFQAsADAAHUAQMC8oHAdyFQByFApyDQYPcgArMisrKzLMMjAxQTMDDgInIiYnNxYWMzI2NjcDASMBAyc+AxceAwcDIxM2JiYnJg4CAQchNwL0tloNWZlsHzseHhgzGThGJQi6/vW1AQsYSg5Le6tuV3VCFQh2tngHF0xITXpbOQG5G/2VGwHG/eJloFwCCgmTCAk9XS8GWfoABgD8RgJhu5ZXAwI/bYxP/TsCyEFpQAICPmuEAsiYmAAAAgBO/+kD7wRRAAMAKwAbQA0EDQMCAg0hGAdyDQtyACsrMhE5LzMRMzAxQQchNwEWNjY3Nw4CJy4DNzc+AxceAgcjLgInJg4CBwcGHgICphv95hoBWkNzUhGrEIrHa3KeXSIKBQ1Vi711c6ZaAakBLl1FU31XMwoFBwcsXwJomJj+GwI1YD8BbaVbAgNbmL9lK23FmVYDAmivcEFsQgMCQnKNSCo/hnNJAAAD/8P//wYtBDoAEQAVAC4AJUASFi4uACQhIQoJCnIUFRUjAAZyACsyMhEzKzIyETMROS8zMDFBMwMOBCcjNzc+BDcBByE3AQUeAgcOAychEzMDBT4CNzYmJiclAW62cw8mO1uGXz4TJUFYOSMVCQJqG/4cHAIIAS9ho10HBU17mFH+Nby1ogEAPm1JCQgqUjT+uQQ6/fZMn5JzQQGiAgQ/ZXZ3MQHQmZn+ZAEDSI1qWINWKwEEOvxcAQEuWEE4SiUCAQAAAwAw//8GTgQ6AAMABwAgACVAEhUWExMGCAMgAwICBgcGcgYKcgArKxE5LzMzETMRMxEzMjAxQQchNxMDIxMBBR4CBw4DJyETMwMFPgI3NiYmJyUDXxv91BpuvLS8AtEBMGGiXgcFTXuZUP40vLaiAQA+bEoICCpRNP64AqGWlgGZ+8YEOv5kAQNIjWpXg1crAQQ6/FwBAS5YQThKJQIBAAMAIAAAA9oGAAADABoAHgAZQA0eHRYKB3IDAHIRAgpyACsyKysyzDIwMUEBIwEDJz4DFx4DBwMjEzYmJicmDgIBByE3AeD+9bUBCxhKDkt7q25XdUIWCXa2eAcXTUhMels5Ac8b/ZQbBgD6AAYA/EYCYbuWVwMCP2yNT/07AshBaT8CAj5rgwLNmJgAAgAw/pwEOAQ6AAMACwAXQAsABgYLCnIJBAZyAgAvKzIrMhI5MDFlMwMjAzMDIRMzAyEBmLZZtVS0oQHioba8/LSY/gQFnvxeA6L7xgAAAgBu/+UG2gWwABgAMAAbQA4sHwlyFAcJciYaDgACcgArMjIyKzIrMjAxQTMDDgMnLgM3EzMDBh4CFxY2NjcBMwMOAicuAzcTMwMGHgIXFjY2NwOimbQMR3GbYVuGVSMKtL20BQgiQjZQd0kMAy+9tBF5xoNZgE4dCbSYswYMKEk3Tm9DCgWw+95bm3Q+AwJDc5ZXBCL73S1aTDACA0V5SgQj+99+wGwEAkZ1lVMEIvvdMFxKLQIDSHpGAAACAE//5wXXBDoAGAAxABtADiwfC3IUBwtyJhoOAAZyACsyMjIrMisyMDFBMwMOAycuAzcTMwMGHgIXFjY2NwEzAw4CJy4DNxMzAwYeAhcWPgI3AviTegs+ZYpXUXhLHwh6tXoEBhs3LURlPgoCpLV6D2ywdlByRRsIepN6BAkhPi8yTTgiBwQ6/SlSi2c3AgM7ZodNAtj9JyVNQSoCAzxnPwLZ/SlxrF8EAj5ohUoC2P0nKU5AJwIBI0BRLQAAAgAv//4DvwYWABcAGwAhQBANCgAXFwoaGxsKCwFyCgpyACsrETkvMxE5LzMRMzAxQQUeAgcOAichATMDBT4CNzYmJiclAQchNwE0AS9qn1MICXzDdf41AQ619AEARW9GCQcfTD3+uQHZG/1YGwLqAQRYn214rl0CBhb6ggEBOGVGOl87AwECf5iYAAADAEr/6ga0BcgAAwAsADAAIEARAwICLzACci8IHRQDcikJCXIAKzIrMj8rEjkvMzAxQQchNwE3DgInLgM3Nz4DFx4CFyMuAicmDgIHBwYGHgIXFjY2AQMjEwUgG/wuGwRJuR6m+JuKu2khEBUUaanokpPHZwS7AzR1ZW6lc0YPFggBGj5rUnCeaPyK/bz9A0GYmP6OAZbbdQMDeMPteJGE9cBuAwN/2Y1clFgDA1iXul+UP4yGbkQCBE+UBEf6UAWwAAMALf/pBYwEUQADACsALwAkQBMDAgIuLwZyLgohHRgHcggEDQtyACsyzCvMMz8rEjkvMzAxQQchNwEWNjY3Nw4CJy4DNzc+AxceAgcjNCYmJyYOAgcHBh4CAQMjEwRjG/ypGwJ3QnNSEasQisdrcp5dIgsEDVWLvnVyp1kBqS5dRVN9VjQKBQcHLF7+a7y1vAJomJj+GwI1YD8BbaVbAgNbmb5lK23FmVYDA2evcEFsQwICQnKNSCo/hnNJA7X7xgQ6AAAE/7oAAARUBbAABAAJAA0AEQAkQBERDQwMAgAGBgcDAnIPBQUCCAA/MxEzKzIyETMROS8zMzAxQQEjATMTAzczEwMHITcFAyMTAxb9bckC+3xqzxx194od/VIdAadguWAFCfr3BbD6UAUnifpQAlqjozP92QInAAAE/6IAAAOaBDoABAAJAA0AEQAeQA4RDQwMAQcDBnIQBQUBCgA/MxEzKzISOS8zMzAxQQEjATMTAwMzEwMHITcFAyMTAgz+WMICaZJNrRqE84Mb/b0bAXJItEgC9P0MBDr7xgMGATT7xgHBmJgm/mUBmwAGAFsAAAZWBbAAAwAIAA0AEQAVABkANEAaCRQUBgYYFREREBADAgIYCBYCcgQKCgsHAnIAKzIyETMrPzkvMzMRMxEzETMRMxEzMDFBByE3AQEjATMTAzczEwMHITcFAyMTAQMjEwNDHf3sHQPo/W3JAvt8as8cdfiLHf1SHQGnYLlg/gr9vf0CWqGhArD69gWw+lAFJ4n6UAJao6Mz/dkCJwOJ+lAFsAAGAE8AAAVLBDoAAwAIAA0AEQAVABkALkAXFREREBADAgIYGQZyCRQUBgYYCgsHBnIAKzI/MxEzETMrEjkvMzMRMxEzMDFBByE3AQEjATMTAwMzEwMHITcFAyMTAQMjEwK4G/45GwLN/lfCAmqSTa4ahPODG/2+GwFxSLNH/n28tbwBwZiYATP9DAQ6+8YDBgE0+8YBwZiYJv5lAZsCn/vGBDoAAAUAJgAABjkFsQAWABoAHwAkACgANEAZGRoaJBsfHyMjEygGBhMTARwkAnINJycBCAA/MxEzKzISOS8zETMRMxEzETMRMxEzMDFzIxM+AjMFHgIHAyMTNiYmJyUmBgcBByE3EwEzASMDAQcjAQEDIxPjvT0WjOOWAdSMv1gQPL09CyJoXf4slq0WBFQc/PccvgIu4v17ecsBNyp1/qECJ4e8iAFymcNdAQNjwZH+jgFzWntCAgMBhpgEPp6e/QoC9vyyA0/890YDTv1d/PMDDQAFACoAAAULBDsAFwAbACAAJQApADBAFxobGyUgJCQTKQYGExMBHSUGcg0oKAEKAD8zETMrMhI5LzMRMxEzETMRMxEzMDFzIzc+AjMFHgIHByM3NiYmJyUmBgYHAQchNxMBMwEjAxMHIwEBAyMT37UZFXvRkwExiKxHDxm1GQoUVlr+zmKCSQ4Dmxv9YhunAZnW/g5vheIma/7zAcxltWajkcVkAgNrw4akpVF/TAMDAUOCXwOXmZn9xAI7/W0ClP21SQKT/gv9uwJFAAAHAEkAAAhbBbEAAwAHAB4AIgAnACwAMAA8QB4hIiIkLAJyJysrGzAODhsbAwICBQcCchUvLwkJBQgAPzMRMxEzKxI5LzMzETMRMxEzETMrMjIRMzAxQQchNxMDIxMBIxM+AjcFHgIHAyMTNiYmJyUmBgcBByE3EwEzASMDAQcjAQEDIxME8Bv8iRuJ/bz9Ab+9PRWM45YB1Y2/VhA8vD0LImde/iuWrBYEVBz89xy+Ai/h/Xp4ywE3KnX+oQInh72IAyyXlwKE+lAFsPpQAXGaw1wBAQNjwZH+jgFzWntCAgMBh5cEPp6e/QoC9vyyA0/8+UgDTv1d/PMDDQAHAC8AAAbsBDsAAwAHAB8AIwAoAC0AMQA+QB4lIiMjLS0HKCwsGzEODhsbAwICBgcGchUwMAkJBgoAPzMRMxEzKxI5LzMzETMRMxEzETMRMxEzETMzMDFBByE3EwMjEwEjNz4CMwUeAgcHIzc2JiYnJSYGBgcBByE3EwEzASMDEwcjAQEDIxMEvBv8OhupvLS8AdW1GhR80JMBMYmrRw8ZtRkKFFZa/s5igkkOA5sb/WIbpwGZ1v4PcIXiJWz+8wHNZrRlAlyXlwHe+8YEOvvGpJHEZAIDa8OGpKVRf0wDAwFDgl8Dl5mZ/cQCO/1tApT9s0cCk/4L/bsCRQAD/83+SAQhB4gAFwBAAEkAK0AUGA0MQEAAKywJRUNDQkhBgEcXAAIAPzLeGs0yOTIRMz8zEjkvMzMzMDFBBR4DBw4DIyc3FzI2Njc2JiYnJRMXHgMHDgMjJwYGBwYWFhcHLgI3PgIzFz4DNzYuAicnARc3NxUBIwM1ARQBHVaZdD0GCGadtFSZFH9UmmgMCTpvRv7LNIFXpYJGCAhakbZkNTxqCQcjPiRSO2M6AwRpoFctQHRdPAkIIUlpP5UBRXSwoP7jb84FsAECM2COXWKLVygBcwEyb1xMYzMCAf34AQEpVoxlaaNuOAEBNUMuQjETeB5adkZkczEBASVHaEJFYT8fAQEE5qmoAw3+7wEQDgAAA//J/kgDmAYzABgAQQBKACZAEQ0ZDEFBAC1DSUZEQoBIGAAGAD8y3hrNMjIyOS8SOS8zMzMwMVMFHgMHDgMjJzcXPgI3Ni4CIyUTFx4DBw4DIycGBgcGFhYXBy4CNz4CMzMyPgI3Ni4CJyMTFzc3FQEjAzXRARdEinNCBARjk59CmRV+OoRjCQYkQEsh/s9MgT+VhFEEBFeJoE4xPGoKBiI/JFI7YzoDBGmhVikrXVI5BwgsTlkmledzsaD+4m/OBDoBAiJHcVFTbT4ZAXMBARhIRyw4Hw0B/qEBARU4aFNaf08kAQI0Qy5CMRN4Hlp2RmN0MRIoRDI0PiALAQRfqagDDv7vAREOAAADAGf/6QT+BccAFwAoADkAH0ASDClqMiBqMjIMABhqAANyDAlyACsrKxI5LysrMDFBHgQHBw4DJy4ENzc+AxcmDgIHBgYHITY2NzYuAgEWPgI3NjY3IQYUBwYeAgMldKpwPQ4NDRNoqOqWdKlxPQ8NDBRoquqMaaF0SREBAwEC+QEBAQgNO3r+yWmgcUkSAQIB/QcBAQYRPXkFxAJTi7PHZFuH/cp0AwJTjLPHY1yF/cp1pgNTj7JbBwwHBwwHU6qQXPtxBE+LrlsFCwUFCwZQpY1ZAAMAQ//oBBYEUgAVACAAKwAfQBILIWonG2onJwsAFmoAB3ILC3IAKysrEjkvKyswMUEeAwcHDgMnLgM3Nz4DFyYOAgchNi4CAxY+AjchBh4CAn1yoWElCwIOWI/BdnCiYiYLAg5Xj8FvSXNXOxECRgEVNVrTSnZZOxD9tgMTNFwETwNenMFmGG3JnFkDA12av2UYbsqeW5sCNl54PzpyYDv8zgM4YnxBO3djPQACAK0AAAVLBcYADgATABlADQ4SCAUTAnIFA3ISCHIAKysrETMRMzAxQQE+AhcXByciBgYHASMDExMjAwJMAX4hVXxcMxQKLUAuEv3BmDeXHovvAX0DI0yHUwEBqgEqQyX7dwWw+8D+kAWwAAACAIUAAAQ9BFIAEgAXABVACxcGchIWCnIMBQdyACsyKzIrMDFBEz4CFzIWFwcmJiMOAgcBIwMTEyMDAcfxGEtpSCA2GyQKFQscLyQM/k9+D2URcrUBOQIjPHFJAQ4OkgQGARwsF/yzBDr8+f7NBDoABABn/3ME/gY1AAMABwAfADcAJEAQAgInJwMaA3IHBzMzBg4JcgArzTMRM3wvKxjNMxEzfS8wMUEDIxMDAyMTAQcOAycuBDc3PgMXHgQHNzY2LgInJg4CBwcGFB4CFxY+AgOrRLRDMkW1RQLiDRNnqOuWdKlxPQ8NDBRoquqVdKpwPA/VDQkBG0FxV3CndUYODggcQnBWcqhzRAY1/n4BgvrJ/nUBiwIIW4f+yXQDA1KMs8ZkXIX9ynUDAlOLs8fAX0STinBFAwNen8BgX0OSi3JFAwRdn8EABABD/4kEFgS2AAMABwAdADMAJEAQBwckJAYZC3ICAi8vAw4HcgArzTMRM30vKxjNMxEzfC8wMUEDIxMTAyMTATc+AxceAwcHDgMnLgM3BwYeAhcWPgI3NzYuAicmDgIC+EC2QBBAtkD+sgIOV4/BeHGhYiULAg5Yj8F2caFiJsMDBwowYU5TgFo3CwIICzBhTlSAWjYEtv6QAXD8Qv6RAW8BERhty59aAwNenMFmGG3JnFkDA12ZwH0XP4d1SgIDRXeQRxc/iHdMAwJGeJIAAAQAdP/nBooHVwAVACAAQQBlADNAGVtOCXJUMTEsOAlyQkNDEQgIGxsWFiIhAnIAKzIyfC8zGC8zETMyETMrMjIvMysyMDFBMwcnLgMjIgYHByc3NjYXHgMBJzY2NzcXBw4CJQcOAgcDBh4CFxY2NjcTMwMOAycuAzcTPgIFNx4DBwMOAycuAzcTMwMGHgIXFj4CNxM2LgIFsysKJzxua2s5NEYKAn0DCYZsPG5scP5gTR4zChGaDQg1Sf61ElNsPAxbBQMdQjpQd0gMR5hGDUZym2Bgh1AcClsTdMUDDQtfhE8bClsORXGfZluEVCAJR5hGBg8uTjk+Wj0kCFwGAxxCBtWBAQEnMiY7NBIBJGtzAgEmMib+VDwhRixfAWUtSztzngJXh0r9xS1kWjoDBEZ6SgGt/lRbm3M+AwJNf6FXAjqFzHSfoARNfqBX/cZdpn9HAwJDc5ZWAaz+UzRdSSsCAjRZajQCPDBjVTkAAAQAUv/nBZEF9gAVACAAQgBmADNAGVxPC3JVMjIsOQtyQ0REEQgIGxsWFiIhBnIAKzIyfC8zGC8zETMyETMrMjIvMysyMDFBMwcnLgMjIgYHByc3NjYXHgMBJzY2NzcXBw4CJQcOAgcDBh4CFxY+Ajc3MwcOAycuAzcTPgIFNx4DBwMOAycuAzc3MwcGHgIXFj4CNxM2NiYmBSAtCik7b2prODVHCQJ9AgqHbDxua3D+WkkeMwkSmg8HN0r+xRBIWzEKKgQBFzYxM1I9JwglkSQLPmSLVld4RhkIKhBmsAK1ClV2RRgIKgs8ZY1dUXdLHggkkSQFDihCMTVMMh0GKwQBFTYFdIEBASczJTo1EgEkbHICASYyJv5MOyBHLF8BZS5KOnCXAk53P/7dJFhQNgIDIj5TL+vqUotnNwMCR3SSTgEiebhpmJkER3OPTv7eU5h0QQMCPGeGTerrLE8/JQECME5dLAElJ1ZMMwADAG7/5QbaBwQABwAgADgAK0AVNCcJcgUCAQEHBy0hCAgVAnIcDwlyACsyKzIRMzMzfC8zGC8zMysyMDFBITchByEHIwczAw4DJy4DNxMzAwYeAhcWNjY3ATMDDgInLgM3EzMDBh4CFxY2NjcD1f7QEwMUEv6/FqQdmbQMR3GbYVuGViIKtL20BQgiQzVQd0kMAy+9tBF5xoJagE4dCbSYswYMKEk3Tm9DCgaYbGx9a/veW5t0PgICQ3SXVgQi+90tWkwwAgNFeUoEI/vffcFsAwJGdZZTBCL73TBcSi0CA0l5RgADAE//5wXXBbEABwAgADkAK0AVNCcLcgUCAQEHBy0hCAgVBnIcDwtyACsyKzIRMzMzfC8zGC8zMysyMDFBITchByEHIwczAw4DJy4DNxMzAwYeAhcWNjY3ATMDDgInLgM3EzMDBh4CFxY+AjcDLv7PFAMTEP6+F6Qfk3oLPWWKV1J4TB4He7V6BAYbNy1EZT4KAqS1eg9ssHZQckYaCHqTegQJIT0wMU44IgcFRWxsf4z9KVKMZjgDAjxmh00C2P0nJU1BKgICO2c/Atn9KXGsXwMCPmiGSgLY/ScpTj8nAgIjP1ItAAIAaf6EBOcFyAAhACUAGUAMFhINA3IlAAAkAQlyACvNMxEzK8wzMDFlBy4ENzc+AxceAgcjNiYmJyYOAgcHBh4DFwMjEwI6CmWcb0IVDCcTZ6PahZPSagm7Bzd+ZWCXbUUNKQkEH0BmvVq7WomfBUh6nLJc+nrisWYDAnrZkl+TVgIDUYinVP09gHZfOwX9/AIEAAACAEz+ggPeBFEAHwAjABlADBURDAdyIAAAIgELcgArzTMRMyvMMzAxZQcuAzc3PgMXHgIHJzYmJicmDgIHBwYeAhcDIxMB1w1smFogCgQNVIq6cnClWAaqBCtbQ095VjQJBgcHKlqzWrVahZoGX5m7YStpxJtZAwNosG4BP2xDAwNGdYxDKj6DcUoH/f8CAQABAEAAAAS4BT4AEwAIsQ8FAC8vMDFBARcHJwMjASc3FwEnNxcTMwEXBwM8/vH8U/zqsAEl+1L+AQ39VPzyrP7V/1YDLP6MrHOp/r4BlatyqgF1q3SqAUz+YqtyAAH85wSm/9AF/AAHABW3BgYEBAECAgEALzMvETMRM3wvMDFDIQcnNyE3F1b99heiKgIMEqEFJH4B6WwBAAH9CgUW/+sGFAAVABK2ARQUDwaACwAvGswyMxEzMDFBFz4DFxYWBwcnNzYmJyYOAgcj/RYlQHZydT5kcQYDegIDKTI7dHR3PjAFlwEBJzElAQFwZScBFC84AQIkMicBAAH+FgUW/uQGWAAFAAqyAIACAC8azTAxQSc3MwcX/peBFLAcJgUWz3OXcgAAAf47BRj/UAZYAAUACrIBgAQALxrNMDFDByc3NzPItkdOFrEF07tJdYIACPo3/sIBlAWxAA0AGwApADcARQBTAGEAbwAAQQc2NhcWFhUnNiYjJgYBBzY2FxYWFSc2JiMmBhMHNjYXFhYVJzYmIyIGAQc2NhcWFhUnNiYjIgYBBzY2FxYWFSc2JiMmBgEHNjYXFhYVJzYmIyYGAQc2NhcWFhUnNiYjIgYTBzY2FxYWFSc2JiMiBv4CcApyWlhpbAMfMDA0AgNwCXNZWGpsAh4xLzRSbQlxWlhoawIeMDA0/tttCXFaV2lrAh4wMDT9lG8Jc1pXaWsCHjAwNP6ncAlzWlhpbAMeMTA0/vJtCXFaV2lrAh4xLzQ8bglxWldqbAIeMS80BPQBWGYBAWdXASo8ATv+wQFYZgEBZ1cBKjwBPP3gAVdmAQFmVwEqPDv90AFXZgEBZlcBKjw7/rsBWGYBAWdXASo8ATsE8AFYZgEBZ1cBKjwBO/3fAVdmAQFmVwEqPDv90AFXZgEBZlcBKjw7AAj6Tv5jAVMFxgAEAAkADgATABgAHQAiACcAAEU3FwMjAQcnEzMBNzcFByUHByU3ASc3JRcBFwcFJwEHJwM3ATcXEwf9P4UNrGQBo4QNq2UBHw8LATcR+l0QCv7JEQVmWQMBTT363FgD/rU+AgZpEV1DAt5oE11FPQMS/q8GBAIQAVH8JowKf1yVjAp/WwEIYhGZTfwwYhKZTgQDXwIBTz37V2AC/rE+//8ARP6ZBW8HGgQmANwAAAAnAKEBXwFCAQcAEARR/7wAFUAOAiMEAACYVgEPAQEBXlYAKzQrNAD//wAw/pkERgXDBCYA8AAAACcAoQCZ/+sBBwAQA1v/vAAVQA4CIwQBAJhWAQ8BAQF9VgArNCs0AAACAC///gO/BnIAFwAbABpADBoLGwJyABcXDQ0KEgA/MxEzLzMrzjMwMUEFHgIHDgInIQEzAQU+Ajc2JiYnJQEHITcBNAEvap9TCAl8w3X+NQEetf78AQBFb0YICB9MPf65AgAb/VcbAuoBBFiebnmuXAIGcvomAQE4ZkU6XzsDAQNdmJgAAAIAOwAABO4FsAADABsAI0ARAQIFAAMGBgUFEhATAnISCHIAKysyETkvMxEzMxEzMzAxQQEHAQMlNwUyNjY3NiYmJyUDIxMFHgIHDgIDiAEmdP7cYv56HAFvXp1nDAs3dlT+p+G8/QH9g8psDA2c9QPV/mJeAZz+xQGdAUCBYlV7RAMB+u4FsAEDZ8GImshgAAT/1/5gBAAEUgADAAgAHgA0ACVAFAADMAECMCUaDwtyBwZyGgdyBg5yACsrKysRMzIyMhEzMzAxQQEHAQMDIwEzAQcOAycuAzc3PgMXHgMHNzYuAicmDgIHAwYeAhcWPgIClwEGc/75uN62AQSmAnUCDUV2q3Nmj1kkBg4RUX6tbm+LSRLBAgcHK1tOPm9aQA8rASRDWTZTe1UxAYb+gF4BfwI4+wEF2v3yFWLHpGIDAlWNr1xvYruWVgQDZaG9cBY8hnVMAgItUWk6/vs2X0orAgJHeZEAAAIANQAABNQHAAADAAkAFUAKAgYGAwkCcggIcgArK84zETMwMUEDIxMTByEDIxME1FW2VXkc/VfhvPwHAP4YAej+sJ767gWwAAIAJQAAA7YFdwADAAkAFUAKAgYGAwkGcggKcgArK84zETMwMUEDIxMTByEDIxMDtlK2Unsb/huhtbwFd/4qAdb+w5n8XwQ6AAIARP7dBKUFsAAFAB0AGUAMBgcHExICBQJyBAhyACsrMi8zOS8zMDFBByEDIxMTNxceAwcOAwc3PgM3Ni4CJwSlHP1Y4bz9EhzEgMN/NQ0NUIjBfg9YflMuCQoZTIFdBbCe+u4FsPzwoQECVJbPfnjJlVMBkgJEc5FPWJNsPgIAAgAl/uEDewQ6ABQAGgAbQA0AAQELFxoGchkKcgwLAC8zKysyETkvMzAxUzcXHgIHDgMHJz4CNzYmJicBByEDIxOdHPWGzGgPCU15mVUhUH5PCgo0dlkB0hv+G6G1vAHkogEDd9CKWZp5UhKVFlR+VVeHTwMCV5n8XwQ6////q/6ZB3UFsAQmANoAAAEHAmsGMAAAAAu2BRsMAACaVgArNAD///+n/pkGDgQ6BCYA7gAAAQcCawT1AAAAC7YFGwwAAJpWACs0AP//AET+lgVqBbAEJgJGAAAABwJrBAP//f//ADD+mQRYBDoEJgDxAAABBwJrA0YAAAALtgMRAgEAmlYAKzQAAAQANgAABUkFsAADAAcADQARAC9AFw8ODgsMBAQMDAsHBwsLABADCHIIAAJyACsyKzISOS8zLxEzETMvERI5ETMwMUEzAyMBMwMjATMBITUhBzcBIwEzvP28AdqSc5ICxOj9sf4gAZ4ZhAFJ4AWw+lAEMP1rBBX836B9nfyxAAQALgAABJQEOgADAAcADQARAC1AFg8ODgsEBAwMCwcHCwsAEAMKcgkABnIAKzIrMhI5LzMvETMRMy8RMxEzMDFTMwMjATMDIwEzASE3IQc3ASPqtby1AaeSZJICPeb+CP5bAQFrGYMBI9kEOvvGA0X9xgMv/ZSifH39jwAEALwAAAbNBbAAAwAHAA0AEQAjQBEQDw8LCgoDDgYIcg0HAgMCcgArMjIyKzISOS8zMxEzMDFBByE3IQMjEyEBITUzAQMBNwEC3Rv9+hsCiPy8/QQp/Q/+ru8CXML+XX8B/AWwmJj6UAWw/N+gAoH6UAKyn/yvAAAEAHYAAAWMBDoAAwAHAA0AEQAjQBEQDw8LCgoDDgYKcg0HAgMGcgArMjIyKzISOS8zMxEzMDFBByE3IQMjEyEBITczAQMBNwECfhv+ExsCRLy2vANt/aP+/gHEAbCT/s2CAYYEOpiY+8YEOv2UogHK+8YB8379j///ADv+mQV3BbAEJgAsAAABBwJrBGUAAAALtgMPCgAAmlYAKzQA//8AMP6ZBDcEOgQmAPQAAAEHAmsDZgAAAAu2Aw8KAACaVgArNAAABAA7AAAH4AWwAAMABwALAA8AH0APBwYGCgIDAwwLAnINCghyACsyKzIyETMROS8zMDFBByEnAwchNxMDIxMhAyMTB+Ab/ZBZlRz9AxyL/b39BD/9vPwFsJiY/Y6dnQJy+lAFsPpQBbAAAAQAJQAABZUEOgADAAcACwAPAB9ADwcGBgoCAwMMCwZyDQoKcgArMisyMhEzETkvMzAxQQchNwMHITcTAyMTIQMjEwWVG/47G4Ub/dMaeby1vANLvLW8BDqZmf4rlpYB1fvGBDr7xgQ6AAACAEL+3QdiBbAABwAfABlADAgJCRQEBwJyBghyAgAvKysyLzkvMzAxQQMjEyEDIxMBNxceAwcOAwc3PgM3Ni4CJwVu/bvh/Unhvf0DSx3EgMN+Ng4MUIjBfg5YflMvCQoaS4FeBbD6UAUS+u4FsPzwoQECVJbPfnjJlVMBkgJEc5FPWJNsPgIABAAl/uAGQQQ6ABQAGAAcACAAI0ARHhcYGAABAQsdHAZyGwpyDAsALzMrKzIROS8zMhEzLzAxQTcXHgIHDgMHJz4CNzYmJicDByE3MwMjEyEDIxMDXR39iNNvDghMeJdVJFB9TwoLPIBa5Bv97BscvLW8A0y8tbwB5KIBA3PQjlmaeVMSlhZUf1Rbh0sDAleZmfvGBDr7xgQ6AAEAa//jBa0FxwBDAB1ADjkMDCMiA3IAAQEuFwlyACsyMhEzKzIyETMwMWUHJiQmAjc3PgMXHgMHBwYCBgQnLgM3Nz4DNwcOAwcHBh4CFxY+Ajc3NjYmJicmDgIHBwYeAgUjDp7+8cNbFyMORnWmbmuHRxMLJheHz/72mo7LeywRGhFSh8B/ElZ5UC4LGgwQRYVqdseZZBInBQQXQ0JGYkAkCCQTPI7QhqMFZ7sBCajjXMOlZAQDa6a+VvOT/v/BagMDecj1f6xw3bhwA6QCXY+fRa9WuJ5lAwRTlsVv+Sx/fVYDA056hjXphs+PTAABAFz/5wRaBFQAQwAdQA45DAwjIgdyAAEBLhcLcgArMjIvMysyMhEzMDFlBy4DNzc+AxceAwcHDgMnLgM3Nz4DNwcOAwcHBh4CFxY+Ajc3NjYmJicmDgIHBwYeAgQnCn/dok8QDQozV4FXVWk2DQcOEGOdznt1oFwfCwcLPWeUYhI5TzMdBwcHBixfUVeNaEELDgMFCycrLj0kEwQNDTJun5KfBFKX1YhnSZmBTQMDWYqZQ2ly0aFbBANrrM1lO1ioiFMDnQNBY2wuOj6ShVcEA0V4lk5tGV5jRgIDOlpdIG1mnGs4////1P6ZBSsFsAQmADwAAAEHAmsDugAAAAu2AQ8GAACaVgArNAD////F/pkD9QQ6BCYAXAAAAQcCawLPAAAAC7YBDwYAAJpWACs0AAADAKz+oQZjBbAAAwAJABEAHUAOCQ0NCAoIcgUQDAIDAnIAKzIyMi8rMjIRMzAxQQchNwEDIxMjNwUTMwMhEzMDBGQb/GMbBVBrqT2LHfxk/L7iArjhvP0FsJiY+vL9/wFfoqIFsPrtBRP6UAADAFf+vwTIBDsAAwALABEAH0APAgMDDQoFBnIIBwcQBApyACsyMhEzKzIvOS8zMDFBByE3ExMzAyETMwM3AyMTIzcDIhv9UBtNvLaiAeKitbyYZKM4iRsEO5iY+8UEOvxeA6L7xpj+JwFBmP//AMv+mQU6BbAEJgDhAAABBwJrBCUAAAALtgIdGQAAmlYAKzQA//8Aef6ZA/UEPAQmAPkAAAEHAmsDJQAAAAu2AhsCAACaVgArNAAAAwDKAAAFOgWwAAMAGQAdACNAEQMDCgoVAgIVFQQcCHIbBAJyACsyKxE5LzMvETMRMy8wMUEDIxMBMwMGFhYXFj4CNwcOAycuAjcBMwMjA0l6knr+cLxKCyVrYDhubWw1DjVqbG03jsRZEQOivf29A/v9QwK9AbX+OF1/RAIBChIaDp8RGhEIAQJnx5IBx/pQAAADAJQAAAQQBDwAAwAHABsAI0AQAAAYGA0BAQ0NBQpyEgQGcgArMisyLzN9LxEzETMYLzAxQQMjEwEDIxMTBw4CJy4CNxMzAwYWFhcWNjYClmOSYwIMvLW8HA07eX0/e6JJDTO0MggYUE1AfXsDG/3KAjYBH/vGBDr+D5oXIA8BAme1eAE8/sNFcEQCAhIhAAACABwAAASLBbAAFQAZABlADAEXBhERFxgCchcIcgArKxE5LzMRMzAxYSMTNiYmJyYOAgc3PgMXHgIHASMTMwQvvEsLJGtgOG9tbTUPNGprbTeOxFkQ/F69/b0ByVyAQwIBCRMZD58RGREIAQJmx5L+OQWwAAIAiP/pBcUFxgAJADYAJUASBR0BAR0dBhwcCiQVA3IvCglyACsyKzIROS8zMxEzLxEzMDFTFwYWFhcHLgIBLgM3Nz4DFx4DBwchNyE3Ni4CJyYOAgcHBh4CFxY2NxcOAo+UByVbSwxzmUcC5YjLgjMRJxJloNWDi7VgGRAR/FEZAu0GDQg1cV5fkmlBDigMFUuIZl2tUyI0hY0EOgFKaToFjARhqfwhAWKr4oH5duGzaAMDdcDpeHGLIk2bglICA1GKplL6WqWCTQICLiaQKCsQAAIABP/qBEkEUQAIADUAJUASBBwBARwcBRsbCSMUB3IuCQtyACsyKzISOS8zMxEzLxEzMDFTFwYWFwcuAgEuAzc3PgMXHgMHByE3BTc2LgInJg4CBwcGHgIXFjY3Fw4CCpEJR2QNaYY9AkluoWUpCQULVYu8c3CVUxkNDPzuGgJXBAgOMFM8U3tVMQkFBxI3ZEtckjxoMIObA1oBYG8HiARbm/z3AlaRuWYraMqiXgMDW5e7YlOXAhI1Z1UzAwNJe5JGKUCBbEMCAlNAWUReLwADADb+0wVFBbAAAwAJACEAIUAQCgYGCwgHBxcWCQMCcgIIcgArKzIvMzkvMzMzETMwMUEDIxMhASE3MwEBNxceAwcOAwc3PgM3Ni4CJwHv/bz9BBL8+f7dAeACXv08HcqAw381DQxRicJ9C1d9UjAIChhKf10FsPpQBbD85aoCcfzlpwECVJfPfnjKlVQDmgFEco9OVpFsPgIAAwAu/voEVwQ6AAMACQAeACFAEBYVCQZyBgoKBwsLAQMGcgEALysSOS8zMxEzKy8zMDFBAyMTIQEjNzMBATcFHgIHDgMHJz4CNzYmJicBn7y1vANt/YbmAacBzf1fHQEBhNZ1DglNepdSIUx9UQkLQYJXBDr7xgQ6/ZSiAcr9lKEBA2TBj1iUc00RlRRNd1JdeD0C////y/6ZBWYFsAQmAN0AAAEHABAERv+8AAu2AyQGAACYVgArNAD////I/pkERwQ6BCYA8gAAAQcAEANc/7wAC7YDJAYBAJhWACs0AAABAET+SAVuBbAAGQAZQAwZCHIXAgIRCgUAAnIAKzIvMzkvMyswMUEzAyETMwEOAiciJic3FhYzMjY2NxMhAyMBQbxyArRzvP75Dlqabh87HR4XMRg4RicHev1Mb70FsP1vApH5/GeiWwELCJkHCTxcLwLW/X4AAQAl/kgELAQ6ABkAHUAPGQpyFwICABEKD3IFAAZyACsyKzISOS8zKzAxUzMDIRMzAw4CJyImJzcWFjMWNjY3EyEDI+G1UgHhUrXHDVmYbB86Hh8XMBk3RyYIXP4fULUEOv4rAdX7bWafWgEKCZMHCQE9XDACKP4xAP//ADv+mQV3BbAEJgAsAAABBwAQBFn/vAALtgMWCgEAmFYAKzQA//8AMP6ZBEUEOgQmAPQAAAEHABADWv+8AAu2AxYKAQCYVgArNAD//wA7/pkGtwWwBCYAMQAAAQcAEAWN/7wAC7YDGw8AAJhWACs0AP//ADH+mQWNBDoEJgDzAAABBwAQBKL/vAALtgMZCwEAmFYAKzQAAAEAUv/pBRoFxAAsABtADRoLERQUCyUAA3ILCXIAKysyETkvMxEzMDFBHgMHBw4DJy4DNzchByEHBh4CFxY+Ajc3Ni4CJyYGByc+AgL5l9mDLhINE3Cy7pGQyXUnEhQEHxv8owcPFUqFY26re0wPDg4STZV0YbdYIziMkgXDAXLE+4teg/zKdgMDa7jthHyVI1mfekgDAl+gwl9fY76bXgIBLSeRKCsQAAIAPP/oBHYFsAAHACUAH0APBQgIBCUlABwSCXIHAAJyACsyKzIROREzMxEzMDFBIQcBIzcBIRMzHgIHDgMnLgM3MwYWFhcWNjY3NiYmJycBJANSF/28dxcBu/2SsYaGymgMCV2UuWVfmGs1BrsFMWhNVJJiCgszeFuWBbCF/bV9AbX+QQJmwYxqpHA4AgI+cZteSXdJAgNCfFZcgEQDAQAC//3+cwQvBDoABwAlAB9ADggFBQQlJQAcGBIHAAZyACsyL8wzEjkvMzMRMzAxUyEHASM3ASETFx4CBw4DJy4DNzMGFhYXFjY2NzYmJicn4wNMFP3IgBYBrf2ir4CFy2sLCVyUuWRemGo0BrMFMmpOVpRjCgs1el2VBDp//a59Abv+NwEDYr2NaaRwOAICPnCbXUp6SQIDQn5YXn9DAgH////5/kcE5wWwBCYAsUIAACYCQLhAAAcCbgDqAAD////p/kcD0QQ6BCYA7E0AACYCQJqNAAcCbgDaAAD////U/kcFKwWwBCYAPAAAAAcCbgOLAAD////F/kcD9QQ6BCYAXAAAAAcCbgKgAAAAAQAuAAAE2QWwABgAErcDAAALEA0CcgArLzM5LzMwMUEFByUiBgYHBhYWFwUTMwMlLgI3PgMCWQGNHP6KWZZjCwsxbVIBX+G9/f38gcRlDAldlbwDdAGeAUN/XFB9SQQBBRP6UAEEar+HbqdxOQACADH//wYgBbAAGAAtAB9ADhsLCxAlJQMAABoQDQJyACsvMzkvMzMvETMRMzAxQQUHJSIGBgcGFhYXBRMzAyUuAjc+AwEjNxc+Ajc2NiYmJxceAgcOAgJcAY4c/olZlmIMCjBtUgFg4bz9/fyCw2ULCl2VvAJMlRyAUXRGDQcGAgoKrwoOAwcRfMkDdAGeAUN/XFB9SgMBBRP6UAEEacCHbqdxOfyMnAEBTH1MKFJSUigBNmxsNn/FbwADAEj/5wY+BhgAFgArAEcAHUAQM0QLcjstAXIdEgtyJwYHcgArMisyKy8rMjAxUzc+AxceBAcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgIFEzMDBhYWFxY+Ajc2NiczFhYHDgMnLgJSAg1Ddq93U3ZOLA4ECxBKd6VsaYtMGMMCBwcpWEtSjGQWJwIfP1s4V3tRLgHXzrbPBRE6OlN6UzILEAUQqQ0GDhBSiLt4bok6Ae0WZNGwagMDP2mEkEZbX7qXWAMDXZa0cBY8fGtDAgJOg0zzN2VQMQICT4KZ8gS/+0AwYEIDBEh6kURkyGNkx2NtyZ1bAgFgpAAAAgCt/+kFpwWwACAARgAhQBAoJycCAQEOMkMJcjoNDgJyACsyLysyETkvMzMRMzAxQSM3FzI2Njc2LgInJTcFHgMHDgQHDgIHBgYTJzc2JiYnNx4DBwcGFhYXFj4CNzY2JzMWFgcOAycuAgHGyhyCW5xmDAcdQF46/pgcAVBfoXU6CAcyT2NtNwQHBwUONaMBCAclXEsaWI1fLAkHAxM1Lk1uSCsJEAUQsAwGDg5MfrJ1ZoI7AnmeATJ0Yz5aOx0CAZ4BAjFjlmZPZ0QwLx8DCgoDCAn+twJDSXFDBWwBL1qIXEYpSzICBE18jTxjyWNkx2Nnx6JeAQJRkgAAAgBo/+MErgQ6AB0AQgAlQBI+PT0bAgEBDSoqIjMLcgwNBnIAKzIrMjIvETkvMzMzETMwMUEnNxc+Ajc2JiYnJTcXHgIHDgMHDgIHBgYFNwYWFxY+Ajc2JicXFhYHDgMnLgM3NzYmJic3HgIHAVjwGaw6dFQJCTVeNf72FPhisGoGBUFfaS0GBQQGCTQBKQUEHDFAYUQqCQwGFKkPEQoMSnahZDtdQB8DCQQwVDIqVpVWCQG5AZYBAR1KQz5JIQIBlQECP4dwUE8nJCQFEREEBwfuFCwzAwUyWm42TqBNAU6dTl6lfUcCAR07Wz1OOj4bA2kBL3BjAAADALD+1gOWBbAAHwA0AD8AH0AOOjk/LAwNAnIhICABAQIALzMRMxEzKzIvMy8zMDFBIzcXMjY2NzYmJiclNxceAgcOBAcOAgcOAgc3HgIHBwYGFhcHIyYmNjc3NiYmAQcGBgcnPgI3NwGR4RuTXKBqDAo3clD+6Rv/f8RpCwcxTWFtNwUHCAUJHh8WGHatVQ4TBgIQFwOxGRAFBRMKKWIBwxgReVdjIjoqChsCeZgBMnZkVG43AgGYAQNZsohMZ0UzLh0DCQkCBgcFAm0DUaJ8iSRJRR4aIVBVJ4ZMcUP+YpRtvEJLK1liNpgAAAMAoP7FA3cEOgAeADMAPgAeQA44IB8fAgEBPisKDA0GcgArMj8zOS8zMxEzLzAxQSU3Fz4CNzYmJiclNwUeAwcOAwcGBgcOAiM3HgIHBwYWFhcHIyYmNjc3NiYmBQcGBgcnPgI3NwGt/vMbwzt3VAoINF02/t8cAQhJiWs7BQVAXmovCQUIBhscLChallIKDQQBERQCsxUQAQQNBipSAbYYEXVWaCM6KQobAbgBlgEBHUpFPkkgAQGWAQIjSnZTT1ApJCMHHAcFBgRqATd5ZWIcNTAWFBc6Ph5hPEgj8JRtvENMK1liNpgAAAP/4P/mBzcFsAARABUAMgAdQA4mJh4vCXIXFAAVAnILCAAvMysyMjIrMjIvMDFBMwMOBCMjNzc+BDcBByE3ARMzAwYeAhcWPgI3NjYnMxYWBw4DJy4CAhO7mxMvR3CpejcRJVZ1Si0cDQNBHP2THAGLvL28BAccNCtReFExCxAFEbEMBQ0PVIi8eHCMOgWw/TdgzsKbXJ0CBViJoKBCAqmenvurBFX7qiNIPicCBEh4j0NjyWNjyGNsy59bAwNfpAAAA//a/+YGAgQ6ABEAFQAzAB9AECcnHi8LchcUABUGcgsICnIAKzIrMjIyKzIyLzAxQTMDDgQnIzc3PgQ3AQchNwETMwMGHgIXFj4CNzY2JzcWFgcOAycuAwGFtnQPJjtbhl89EyZBWDkiFQkCZxv+IhsBQ3u1ewMHGzYqR2VCJwkOAxCoDAoNDUd2pmxTeEkdBDr99kyfknNBAaICBD9kd3cxAdCZmf0fAuH9HiRJPygBA0Nvfzhevl0BXr1eX7mVVwMCN2OEAAADADz/5wc4BbAAAwAHACMAIEARFhYOHwlyCAJyAAMDBggEAnIAKz85LzMrKzIyLzAxQSEHIQMzAyMBMwMGFhYXFj4CNzY2JzMWFgcOAycuAjcBZQLjHP0dELz9vARhu7oEEDk4UXhSMQsQBBGwDAcOEFOIvHhuijoIAx+eAy/6UAWw+6guX0EDA0h5jkNjyWNjyGNtyZ9bAgJhpWoAAAMAI//oBhQEOgADAAcAJQAiQBIZGRAhC3IJBnIDAgIFBwZyBQoAPysSOS8zKysyMi8wMUEHITcTAyMTARMzAwYeAhcWPgI3NjYnNxYWBw4DJy4DA0cb/dUaery2vAIje7Z7BAcbNitHZUInCQ8BEKgNCg0NR3ambVJ2SR0CZJaWAdb7xgQ6/R8C4f0eJEk/JwIDQ29/OF6+XQFevV5guJRWAQE4Y4YAAAEAZf/oBIIFyAArABVAChILA3IlJR0ACXIAKzIyLysyMDFFLgM3Ez4DFzIWFwcmJicmDgIHAwYeAhcWNjY3NjYnMxYWBw4CAkiAvXguDykUbarfh1urTkVAjElhnnVLDyoLE0N6XFyQXA8PAQuzBwcMEpbmFQNnrtx2AQZ+4axiAigvjCQiAQFMhKVZ/vdOoIhVAgJLhllYtFhZsliMzm4AAAEATf/oA4YEUQArABVACiEaB3IHBwAPC3IAKzIyLysyMDFlFjY2NzY2JzMWFgcOAicuAzc3PgMXFhYXByYmIyYOAgcHBh4CAfE6XDsJCQMEqQQDBw1yr2lwoGImCwUMVIq6ckiNPjoyczpQelY0CgUHDTJhgwEmTjo6djo6dTlslEoCA1yZvmUrasSaWQEBHCiOHx0BRnSLRSo/hnRJAAACAJv/5gUfBbAAAwAgABdACxQUDB0JcgUCAwJyACsyMisyMi8wMUEHITcBEzMDBh4CFxY+Ajc2NiczFhYHDgMnLgIFFhz7oRwBEby8vAMGGzUqUndSMQsQBBCwDQYPD1OHvHluijsFsJ6e+6sEVfuqI0k+JwIDSHmOQ2PJY2THY23Kn1sDAmGlAAACAH3/6ASABDoAAwAgABdACxMTCxwLcgUCAwZyACsyMisyMi8wMUEHITcTEzMDBhYWFxY+Ajc2JicXFhYHDgMnLgMECBr8jxrhfLR7BRE8OUBgRSkJDQYSpw4RCg1Jd6JlUndJHgQ6lpb9HwLh/R4wYEIDAjNZbTdQok8BT6BQXqZ/RwEBOGOFAAACAGj/6QUfBccAIAA/ACNAEQAiPz8CAhc1MSwDchENFwlyACsyzCvMMxI5LzMSOTkwMUEXByciDgIHBh4CFxY2Njc3DgMnLgM3PgMFJy4DNz4DFx4CByc2JiYnJgYGBwYeAhcXAsLGFalGinVOCQg0YHc7V6l8ELsMbafIZ1+5k1EICHKuygEXrk2ojlQGCG2qy2d52IMFugRRhkpVr30MCSpUaznAAxEBeQEZPGlQRmM9HAECOnhcAXCiaDECATJlnW5zllYkVgECKFSGXnSjZS0CA1uyhQFSbDYCAjJ0YENaNRkBAQD////L/kcFZgWwBCYA3QAAAAcCbgQkAAD////I/kcESgQ6BCYA8gAAAAcCbgM6AAAAAgDzBHMDTAXXAAUADwAStgUFDQcCAgcALzMvEM0yLzAxQTcTMwcBJTczBwYWFwcmJgHqAaO+Af71/rwMpA4KEiRGSEkEgxMBQRb+w/5VUD5tNDUtjP//ABoCHwIQArcEBgARAAD//wAaAh8CEAK3BAYAEQAAAAEApgKLBJQDIwADAAixAwIALzMwMUEHITcElCD8MiEDI5iYAAEAmAKLBdYDIwADAAixAwIALzMwMUEHITcF1iv67SwDI5iYAAL/Xv5qAx4AAAADAAcADrQCA4AGBwAvMxrOMjAxRQchNyUHITcC8hv8hxsDpRv8hxv+mJj+mJgAAQCwBDECBQYVAAoACLEFAAAvzTAxUzc+AjcXBgYHB7ASCz1bOWczSw8WBDF4SYRyLUxAi1F8AAABAIkEFQHhBgAACgAIsQUAAC/NMDFBBw4CByc2Njc3AeEUCz1bOGk0Sw8XBgB/SYRyLUxAi1GDAAH/l/7kAOsAtgAKAAixBQAAL80wMXcHDgIHJzY2NzfrEAs9WjlpNEoPE7ZmSYRyLUtAjFFqAAEA0gQXAbkGAAAKAAixBgAAL80wMVMzBwYWFwcuAjfvtBcMFCVoLTsXCAYAhE2ORUUvdoNB//8AuAQxAz4GFQQmAYQIAAAHAYQBOQAA//8AlQQVAxYGAAQmAYUMAAAHAYUBNQAAAAL/lP7SAhUA9gAKABUADLMQBQsAAC8yzTIwMXcHDgIHJzY2NzchBw4CByc2Njc39hsMPl07ZTVLEB4B0xsMPl07ZDRLEB72pkyKeDBLRZRWqqZMingwS0WUVqoAAgB3AAAEUQWwAAMABwAVQAoGBwcCAwJyAhJyACsrETkvMzAxQQMjEwEHITcDA+S15AIDGfw/GAWw+lAFsP6KmZkAA//2/mAEYAWwAAMABwALAB1ADgsKBgcHAQMKEnIDAnIBAC8rKxESOS8zETMwMUEBIwEBByE3AQchNwMR/tu1ASUCBBj8PxgDMBj8PxgFsPiwB1D+ipmZ/F6YmAABAKECFQItA8wADQAIsQQLAC/NMDFTNzY2MxYWFQcGBiciJqECBXBbV2MCBXJaVGUC1CpZdQFvVCtYcAFr//8AOP/yAsEA1AQmABIEAAAHABIBrAAA//8AOP/yBFMA1AQmABIEAAAnABIBrAAAAAcAEgM+AAAAAQBSAgABKQLYAAsACLEDCQAvzTAxUzQ2NzYWBwYGBwYmUzsvLz0BATwuLj0CaC8/AQE7Ly89AQE6AAcAlv/oBvcFyAARACMANQBHAFkAawBvAClAE19WVjJoTU1EKSk7Mg0XDg4gBQUAPzMzLzM/MzMvMzMvMxEzLzMwMVM3PgIXHgIHBw4CJy4CNwcGFhYXFjY2Nzc2JiYnJgYGATc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYFNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBgMBJwGbBwlWi1lVdzsGBglWi1hUeDyWCAQWOjI0TC4HCAQVOjM0TS0BtwYJVotZU240BQcJToJWVXg8lwgDFjkyNUwtBwgEFjozNEwuATcHCE+DV1V3OwUHCVWLWFNvNYQJAxY6MjRMLgcJAxY6MjVMLnj8j2MDcQRLTFWLUQICU4hRTVWJUAICUoeeTytRNQEBMlMwTixSNgEBM1T8T01Vi1ACAlaITU5Ri1MCAlOHn1ErUTUBAjNUME8sUjUBATNTfk1SilQCAlOHUU5VilACAlaIm1ArUjUBAjRTME8sUjUBATNTA0X7l0gEaAACAF0AmQJTA7UABAAJABJACQEFAwkCCAYGAAAvLxc5MDFBAQc1AQMTIwM1AlP+v68BWrW2fuMDtP5wAhABg/53/m0BhBAAAgAEAJkB+wO1AAQACQAOtAIICAUAAC8vOS8zMDF3ATcVAQMzEwcnBAFCr/6mAX3kAaqaAZACEP59Axz+fBABAAH/8ABxA8MFIQADAA6zAAMCAQB8LzMYLzMwMUEBJwEDw/yPYgNxBNn7mEgEaP//AI8CjALpBb8GBwHhAHMCm///AGQCmwLnBbAGBwI6AHMCm///AIoCjgMDBbAGBwI7AHMCm///AJACjgLTBbwGBwI8AHMCm///AKICmwMnBbAGBwI9AHMCm///AHsCjgLrBb0GBwI+AHMCm///AKoCkgLjBb0GBwI/AHMCmwACAIgCjwMlBVAAAwAHABW3BgYCAgMHBwMALzMvETMRM30vMDFBByE3AQMjEwMlF/16FwG2e4J7BDCCggEg/T8CwQABAIkDsgLnBDQAAwAIsQMCAC8zMDFBByE3AucX/bkXBDSCggACAHMDNgL7BKUAAwAHAAyzAgMHBgAvM84yMDFBByE3JQchNwLSF/24GAJwF/24GAO4goLtgoIAAAEAjwGQAjAGTwAVAAyzEBEGBQAvMy8zMDFTNz4CNxcOAgcHBgYWFhcHLgOXAhBYmXAmSWU8DgIIBwwqKjpCUCYGA94Rdu7EOHY/ma1fEzyCgXcxay+Mo6YAAAEAPgGNAeAGTAAVAAyzEBEGBQAvMy8zMDFBBw4CByc+Ajc3NjYmJic3HgMB2AIQWJhxJ0pkPQ4CCAcMKio7QVAmBgP9EXbuxDdxQpesYxM6gYF3LnIwjKOmAAIAfgKLA0YFvQAEABkAE7cWCwQECwIRAgAvMz8zLxEzMDFBAyMTMwMHPgMXHgIHAyMTNiYmJyYGBgGQa6eMezAoCSpIb09YZCQIUqZNBQkwNkVVLgT0/ZcDIP6LAUCKdkgCAliLT/4EAd0sWT0CAUxz////3P6BAjYBtAYHAeH/wP6Q//8ALf6RAb0BpgYHAeD/wf6R////q/6RAjQBtAYHAd//wf6R////vP6EAjkBtAYHAjn/wf6R////sv6RAjUBpgYHAjr/wf6R////2P6EAlEBpgYHAjv/wf6R////3v6EAiEBsgYHAjz/wf6R////8P6RAnUBpgYHAj3/wf6R////yf6EAjkBswYHAj7/wf6R////+P6IAjEBswYHAj//wf6R////3P6pAnkBagYHAZz/VPwa////3f/MAjsATgYHAZ3/VPwa////x/9QAk8AvwYHAZ7/VPwaAAH/6P3oAYMCaAAUAAixBRAALy8wMWc3PgI3Fw4CBwcGBhYXBy4DEAIOWJhtJkdjPAwCCgIqODtBUCgJFhJy4rg0djmOo1oTTaSZPWwtg5meAAAB/5395wE5AmUAFAAIsRAFAC8vMDFlBw4CByc+Ajc3NjYmJzceAwEyAg9Yl24nSGM8DQMIASo4OkBRKglCEnTluzVyPo+lXxNHoZY3cyuAlpwABP/zAAAEiAXHAAMAHgAiACYAIkAQIiElJiYBGxcSBXIJAgIBDAA/MxEzK8wzEjkvM84yMDFhITchAQMGBgcnPgI3Ez4CFx4CByc2JiYnJgYGAQchNwEHITcD3/wUHAPs/fRSCkFGsSw2HAZVEIXUhHSiUQa8BSZXRlF2RwEyFv1YFwJ6F/1ZFp0Dc/2EVaM2OBBUZSoCfoHIbwMDY61zAUJoPgICUIL/AH19/vp9fQADAAoAAAZEBbAAAwAHABEAIkAQAwIGCw4QBwcNEQ4EcgoNDAA/MysyEjkvORI5M84yMDFBByE3AQchNwEDIwEDIxMzARMGRBv6FRsFtxv6FRsFn/22/fjEvf22AgrFA62YmP7UmJgDL/pQBGv7lQWw+5IEbgAAAwA5/+0GJQWwABcAGwAtACNAEiIpDRwZGAZyAgEBDgwPBHIODAA/KzISOS8zKzLMPzMwMUEnNxcyNjY3NiYmJycDIxMFHgIHDgIBByE3EzMDBhYWMxY2NwcGBicuAjcCF/Ab2WGLUQwKHWFaxeO1/QFjhrNSDA6H3QN/Gv3JGe20twQKJycVKxUMIEMhU14hBwI0AZgBSIZeUn9LAwH66AWwAQRswYSRy2sCB46OAQf7ySM4IQEHBJkJCQEBUoJKAP//ADv/6wfnBbAEJgA2AAAABwBXBDQAAAAGAAkAAAYXBbAAAwAHAA0AEgAXAB0AKkAUHRUKChIGBwMCAhESBHITGxsIEQwAPzMzETMrEjkvM84yETMRMzMwMUEHITcBByE3ARMBMwMBAxMDIwMBEwEzAQMTAyMTEwXjG/p9GwVHG/p9GwEPlQFUhJX+qSsLHnUvAqWIAVfB/dciAhV/AhQD1JeX/qaXl/2GAeAD0P4f/DEFsPwi/i4FsPpQAeYDyvpQBbD8IP4wA9IB3gACAB///gXJBDoAEQAiACBADxYTExEUCBQIEQocDwAGcgArMjI/OTkvLxEzETMwMVMFHgMHAyMTNi4CJyUDIyEhEzMDBTI2NjcTMwMOA9sCEVlzPxIINbY2BgUfQjf+wqK2A6j91oC1ZQEpUm4/DHO1cgs4YI0EOgICQm+PUP63AUwwV0UpAgL8XgLe/boCPXFOAqj9WlmVbTsAAwBR/+0EiQXGACMAJwArAB1ADiorJyYmBxkSBXIABw1yACsyKzISOS8zzjIwMWUWNjcXBgYnLgM3Ez4DFzIWFwcmJicmDgIHAwYeAgEHITcBByE3Ar84bTYFOXU6frJqJg40E1+a0oU8djshMmg0YJFnPw01CQs2bQEMFv0iFwKwFv0iF4oBEg+hDg4BAl2gz3QBTXzWn1gBEgyjERQBAUN3m1f+sEqTekwDE319/vt8fAAAAwBDAAAF+wWwAAMABwAfAClAEwYHAwICFAoUFwkKChYXBHIWDHIAKysSOX0vMxEzERI5GC8zzjIwMUEHITcFByE3ASU3BTI2Njc2JiYnJQMjEwUeAgcOAgX7G/qNGwVJG/qNGwKQ/nocAW9enWcMCzd1Vf6o4bz8Af6Cy2wMDZ30BL2YmPWYmP5yAZ0BQIBjVXtEAwH67gWwAQNnwYmax2EAAwBKAAAEcwWwAAMAHAAgAC1AFR8gIBEDAgUGBhoCGgIaBBARBHIEDAA/KzISOTl9Ly8RMxEzETMRMxEzMDFBByE3AQE3FzI2Njc2JiYnJTcXHgIHDgIHAQcBByE3BDZJ/HRJATz+ZBTiWJxqDAs2eFf+8UnKi8xmDQ2W7JABewEBtEj9IkkETJ6e+7QCc3MBPntdWXpBAgGeAQNiwpCavVgD/cgOBbCengAEAAv/5wQVBbAAAwAUABgAHAAVQAkEBAMPAQsNAwQAPz8zMxI5LzAxQQMjEwEzBw4DJyYmJzc+AzcDBwE3BQcBNwJc/Lz9Abq6CxJoqeuXMF8wxHOrdUUOFyL9LiECmSH9LSIFsPpQBbD9U1eH/st1AwEPBo8DWpfAaAJ9vP7GvBK7/sa7AAL/8gAABIoEOgAbAB8AGEALCBUVHh8Gcg4BHgoAPzMzKxI5LzMwMWEjNzY2LgInJg4CBwcjNz4DFx4EBwEDIxMEXrUfCgEcQ3NXcah1Rw8eth8UaKfplnSpcDwODv7CvLa8vkWTinBEAgRensFhvLqE/ct2BAJSjLPHZAOA+8YEOgAC/+UAAAUwBbAAFwAbABpADBkYAwAADgwPBHIODAA/KzISOS8zzjIwMUElNwUyNjY3NiYmJyUDIxMFHgIHDgIHByE3Avj9IBwCyGCcZQwLOHVS/qbhvP0B/oLKawsOm/O/HP03HAI6AZ0BQYJjU3pEAwH67gWwAQNmv4mZyWKInp4ABADM/+gFMQXJACEAMwBFAEkAJUASQicwR0c5MA1yHwUOSUkWDgVyACsyMi8QzDIrMjIvEMwyMDFBNw4CJy4CNzc+AhceAgcjNiYnJgYGBwcGFhYXMjYTNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBgEBJwECWoQHTHxOU240BQcIT4NXTHE8AYgDNj8zRSgGCQMOMS89TZQGCVeLWFV3OwUHCVWLWFV4O5YHAxU5MjVMLQcIBBY6MjVMLgFc/JBjA3EEHQJNdUACAlaITE1RjFQCAkN0SjpPAQE2VSxOJlI6AU79Mk1WilADAVOHUU5VilACAlOHn1ErUjQCATNUME8sUjYBATNUA0X7l0gEaAABAEv/6wO+BhcALgAUtxkYGAEkDAABAC8zLzMSOS8zMDFlBy4DNxM+AxceAwcHDgQHNz4DNzc2NiYmJyYOAgcDBhQWFgJkC2CGTxoKegkuT3VQQFo2FQQFDmuo1vR/FHzkuXgPBgECCBscJzIdDgN4BxxGi6AES32fWQLpRYhwQgMCN1puOSqC6cKOUAKwAl6l2n0qEjUzIwICL0pMHP0VNWRSNAAABAA1AAAH6wXDAAMAFQAnADEAJUARKzAuKgIDGxIkCQkxLgQqLQwAPzM/MzMvM9wyzjIREjk5MDFBByE3Ezc+AhceAgcHDgInLgI3BwYWFhcWNjY3NzYmJicmBgYBAyMBAyMTMwETB2Qa/aoZMwkLZKJoY4ZACAoLYqBoY4hBswsEFkE7PlUxCAsFF0A7PlYy/vr9wf6Dx7X8wgF+xwIrjo4B2mNknlkCA12aX2NknlgCA1yawmU0WzsBAjhfOGQ0XDsBAjhfARD6UAR2+4oFsPuHBHkAAAIA6wOWBK0FsAAMABQAJEARCQQBAwYKBwcTFAIAAwMGBhEALzMRMxEzPzMzETMSFzkwMUETAwcDAyMTMxMTMwMBByMDIxMjNwP3Q8I0RkdZXmpG0HFe/iIPj1BZT44OA5cBfP6FAgGS/m8CGf50AYz95wIZUf44AchRAAACAH//6wRxBFEAHQAmABdACiIXFwQeDgcbBAsAPzM/MxI5LzMwMWUHBgYnLgM3PgMXHgMHBgYHIQMWFhcWNgMmBgcDIRMmJgOsA1O/ZG2obzAKC2Wiy3Fvn2IqBgECAf0SOy95Rmi/dVORPjMCCzMseMVoNT0CAmCewmVrzaZfAwNem79iDBcM/rYyNwIDSANeAkky/uoBHzQ7AP//ALb/8wV0BZsEJwHgAEoChgAnAZQA3wAAAQcCPgL8AAAAB7EGBAA/MDEA//8Akv/zBhAFtwQnAjkAlwKUACcBlAGYAAAABwI+A5gAAP//AJD/8wYGBaQEJwI7AHkCjwAnAZQBdwAAAQcCPgOOAAAAB7ECBAA/MDEA//8Avv/zBbwFpAQnAj0AjwKPACcBlAEXAAABBwI+A0QAAAAHsQYEAD8wMQAAAgBN/+gENAXsACkAPwAZQAwqAAASNR8LcgkSAHIAKzIrMhE5LzMwMUEWFhc2LgMnJgYGByc+AhceAwYHBw4EJy4DNzc+AxcmDgIHBwYeAhcWPgI3NzYuAgJmVZgzBQgiP2NGMmFfLwExZmo3gaZbIwUNCA07XYKpam6fYCYKAwxViLZ1S3lZOAkDBwsvXUxchFczDAoBLUtZA/4CSkU4f3xnPwMBDxoQlxcfDgECbrPZ3mA7WbqqhUwDAlmUu2QXaLWJS5oCNmF9RRY+gm9GAwNWjqRKRDJMNhwAAAEAJP8rBUcFsAAHAA61BAcCcgIGAC8zKzIwMUEBIxMhAyMBBUf++7bu/U3ttgEFBbD5ewXt+hMGhQAD/63+8wTTBbAAAwAHABAAH0AODgYGBwcPAnIMAwMKAgsALzMzMxEzKzIRMxEzMDFFByE3AQchNwEHASM3AQE3MwQNG/wBGwTFG/wrGwJTA/zGZxoCyv4vGFl2l5cGJpeX/Ksa/LKWAs4C04YAAAEAqwKLA/EDIwADAAixAwIALzMwMUEHITcD8Rv81RsDI5iYAAMAQf//BQ8FsAAEAAkADQAWQAoJCwsKBAgIAQJyACs/My8zETMwMUEBMwEjExMHIwMHNyEHAdYCeMH89X4FZANxoJocASsbAQAEsPpPAw/93u0DD5mZmQAEAEv/6AeRBFEAFwAvAEcAXwAdQA5bNjYeEwtyTkNDKwYHcgArMjIRMysyMhEzMDFTNz4DFx4EFwcOBCcuAzcHBh4CFxY+Azc3Ni4DJyYOAgUHDgMnLgQnNz4EFx4DBzc2LgInJg4DBwcGHgMXFj4CVQMNWI6+c1iEXkArEAYUUHGKnFJtnWInwgQGCi9eTDtuYVA7EAcDGTJIWzRSfVk1BnEDDViPv3NYg15AKw8GFFByipxTbZxiJsIEBgovXEw7bmJROxEHAxkySFo0Un5ZNgIIG2jJoF0DA0JtiJVJK0ycjW8/AgJgnb57GzyGdkwCAS9TZ28zKjBpZFAyAgNHeZE3G2nIoVwDA0JtiZVJK0ycjW4/AgJhnb56GzuGdk0CAS9SZ280KTBpZFEyAgNHeZAAAAH/Ff5GAwcGGQAfABC3GxQBcgsED3IAKzIrMjAxVw4CJyYmJzcWFjMWNjY3Ez4CFzIWFwcmJiMiBgYH8gxXlmogPB4hEycUN00rCMUNW55wJUgkIRYrF0BZNQlrZpdSAgEMCZEGCQIxUzMFGWmkXgEOCI8GBzdgOwAAAgAzARYELQP1ABkAMwAbQAsXBIAKEUAxHoAkKwAvMxrdMhreMhrNMjAxUzc2NjM2FhcWFjMyNjcHBgYnIiYnJiYjIgYDNzY2MzYWFxYWMzI2NwcGBiciJicmJiMGBnwQM4FJQGY1MV46TH81FDF6RjtgMTVkQE2EfxAzgUhAZjYxXjpMfzQUMHtGO18yNWQ/TYQCyrwyPAEsHxwrTTK8MT0BKR0fK0z+LLwyOwEsHxwqTTK9MT0BKR0fLAFLAAMAcACeA/8E0wADAAcACwAfQA0CAQEKCgsAAwMHBwYLAC/OMhEzETMRMxEzETMwMUEBJwETByE3AQchNwPa/RFaAu6AHfzWHALjHfzWHASS/AxBA/T+/KGh/mGhoQAD/9MAAQPJBEsABAAJAA0AIkAQAwcGAAQIBgUJCQECAg0NDAAvM3wQzi8yMhgvMxc5MDFTAQcBNyUFBzcBAwchN9UCeCH9JhQDPv09ixYDXbAb/NUbAsP+/qoBWWK+/g1uAVj8TpiYAAMAGAAAA+kEVgAEAAkADQAiQBADBwYABAgGAQICBQkJDQ0MAC8zfBDOLzIyGC8zFzkwMUEBNwEHBSU3BwEFByE3A1j9dCEC/BT8ngLZmRb8gAMPG/zVGwKxAQCl/qhjxP0Vb/6oipiYAAACAEIAAAPVBbAABwAPAB1ADgUICA4HEnIDCgoLAQJyACsyMhEzKzIyETMwMVMBMwcBEwcjNwEDNzMBASNCAfuAK/5m0glxMwGb0gpxAQ7+BH8C4QLPjv2r/a16jQJUAlV6/R39M///AHcApAHwBPgEJwASAEMAsgAHABIA2wQkAAIAcQJ5AncEOgADAAcAELYGAgIHAwZyACsyMhEzMDFBAyMTIQMjEwFITolOAbhPiU8EOv4/AcH+PwHBAAH/5P9eAQ8A7wAJAAqyBIAJAC8azTAxZQcGBgcnNjY3NwEPDA9hTGMpOw0O705gpzxLOHhFUQD//wB1AAAFbAYZBCYASgAAAAcASgIbAAAAAwBZAAAEBQYZABAAFAAYABtADxgGFwpyExQGcg0GAXIBCgA/KzIrMis/MDFhIxM+AhcWFhcHJiYjJgYHFwchNyEDIxMBEbXJEHK5ekeJQyw1cTpvhxHKGv3PGgOSvLW8BJd3rl0CAiUWnhgeAm9tXo6O+8YEOgAAAwB1AAAEaAYaABIAFgAaABtADxkaBnIUAHIOBgFyEwEKcgArMisyKysyMDFhIxM+AhceAhcHJiYjIgYGBxMBMwEDByE3AS21zA9prXVBhYM/YEeSSEJiPQq2AQS0/v2dGf3GGgSqcaZZAwEVHQ6DDhoyXT/7UwXY+igEOo6OAAAFAHUAAAZYBhoAEQAVACYAKgAuACVAFCMcAXIuKhQVBnINBgFyLRcXAQpyACsyETMrMisyMjIrMjAxYSMTPgIXFhYXByYmIyIGBgcXByE3ASMTPgIXFhYXByYmIyYGBxcHITchAyMTAS21zA5kp3IhQSAWGDAZQF05CtgZ/bwaAta1yBByuXpIiEQtNXE7boYRyRn9zxkDkry1vASrbaZcAQEKBpkFBzVdPXKOjvvGBJZ4rV4CASYXnRgdAm5tXo6O+8YEOgAFAHUAAAagBhoAEQAVACgALAAwAClAFysAciQcAXIuFBQtFQZyDQYBcikXAQpyACsyMisyKzIyETMrMiswMWEjEz4CFxYWFwcmJiMiBgYHFwchNwEjEz4CFx4CFwcmJiMmBgYHEwEzAQMHITcBLbTLDmSnciFBIBYYMRlAXTkJ2Rn9uxoC1rXMEGisdEKFg0BgR5JIQmI+CrYBBLX+/JwZ/cYZBKttplwBAQoHmAUGNF09co6O+8YErHGjWAEBFR0Ogw0aATJdP/tTBdj6KAQ6jo4AAAQAdf/tBMgGGgADABcAGwAtACVAFCIpC3ITCnIJHBwNDQQBchgCAwZyACsyMisyETMRMysrMjAxQQchNwEWFhcHJzcmJiMiBgYHAyMTPgIBByE3EzMDBhYWFzI2NwcGBicuAjcByxn+wxoCL2TEWiC0FiddLEBaNQrMtcwOXZ8Cehr9xxrttbcECyYnFSsUCyBBIVNeIwcEOo6OAd4COyvQAXoUEjlgO/tTBKxppl/+II6OAQf7ySI4IQEGBJkJCQEBUoJKAAQAKP/qBnMGEwAbAB8AMQBnADFAGzsyQGRgWwtyAUVJQAdyJi0Lch4QHwZyFAoBcgArMisyMisyKzLMMivMMxI5OTAxQQcuAjc+AxceAwcjNiYmJyYGBwYeAgEHITc3MwMGFhYXFjY3BwYGJy4CNwU2JiYnLgM3PgMXHgIHJzYmJicmBgYHBh4CFx4CBw4DJy4CNxcUFhYXFjY2A7ZhDjMjCAhFa4JEWYFSIwW2BBZHRU12DAkIEgwCuBn90RnGtJIEBiQpFSsUDCBDIldaHAf+Pwo9ZDA7emQ6BAVOe5NJZadgA7QCMFc3NmZKCAclQUogUp1iBgVRgJlNabNqBLU1YUA1b1MC/AFRpaZTSW9MJQECOmeMUzppQwEBVk47dXZ3AQOOjlj8lCFFMQEBBwSZCQkBAmGQSQQ9RiUMDyxFZkpQe1IoAQJQlmsBOFMtAQEjSjkrNyEVCBdGe2NWfVEnAgJTnXEBQVkuAQEeRwAAFf+r/nIIRgWuAAUACwARABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcAVwBzAIwAmgCoAABBIxMhByMhIzchAyMBIRMzBzMFITczNzMBITchBSE3IQEhNyEBByM3EwcjNwEhNyEBByM3ASE3IQUhNyEBByM3EwcjNwEHIzcFEzMDBgYjIiYnFwYWNzI2JSM3FzY2NzYmJycDIxMXHgIHDgIHBgYHBiIHJzczNjY3NiYnJzc3MhYXFgYXHgIHBgYBBwYGJyYmNzc2NhcWFgc3NiYnJgYHBwYWFxY2ASlvMgEtFL4GfsEUAS4ybfkx/tM3byS/Bhn+0hTAJG3+J/7xFAEP/OT+8xQBDQEY/vMVAQ0D4SxtLPAtbS38TP7yFAEO/J8tby0E6P7yFQEOAW/+8RUBD/ovLW8tsCxvLAcZLG0s/vc6YTsJaVBRZwFZAiYwLDn98JkGbSxVCAhBImRRXmCrLVk5AgMyRiAEAgMEEC68NYArSQgGLiR6B4wFEwQCAgQYNCMBAoH+xgkJh2RgcgQJCoZjX3NqDQUyQENQCg4FMkFETwSRAR10dP7j+eEBO8pxccr+xXFxcQZXdPt0+fkC8vr6+l5xAj/5+QQYdHR0/O78/AF4+vr+iPz89AF7/oVOXFJVAiszATpwRgECIjIsFAEB/i8CJQEBGT43OCcRGAMPAwT1A0gDKC8pIwMBRgECBQMPAxgSIjJXSQFHcGF+AgJ8X3BifAICfM5yOlcCAVg9cjtXAgFYAAAFAFz91QfXCHMAAwAeACIAJgAqAABTCQIDMzQ2NzY2NTQmIyIGBzM2NjMyFhUUBgcOAhM1IxUTNTMVAzUzFVwDvAO//EF3yhkpRGKnlX+xAssCPic4OTUoLz0dycp/BAYEAoMDz/wx/DEC3jM+GyWBUoCXfY03MEA0NE0aITpO/ruqqv1IBAQKmgQEAAH/6gAAAnMDIwAcABC1AxwcCxMCAC/MMjMRMzAxZQchNwE+Ajc2JiciBgcHPgIXHgIHDgIHBwJGF/27FAE8HEEyBgY0L0JQDpsJV4hSRXdGBARIZS/DgIB0AQkYO0UoLzcBSz0BU3Y/AQEzZUxBbFklkgAAAQBsAAAB/AMVAAYAI0AVBAUFAwMvAH8AAg8AXwCvAP8ABAABAC/NXXEyETMRMzAxQQMjEwc3JQH8g5lo3BgBYwMV/OsCVTiIcAACABz/8QJ2AyQAEQAjAAyzFw4gBQAvM8QyMDFBBw4CJy4CNzc+AhceAgc3NiYmJyYGBgcHBhYWFxY2NgJvDwpNiWZhcSwHDwtMimZgcSy0EgQHLTQ3QyIGEwQILjU4QiEB0ItcnFwDA1+XWItdm1wDA1+Y8KooWD8BAjtbLqgpWj8CAjxdAAEAaf/4A5gEoAAyABdAChQeHiYBMQoMJn4APzM/MxI5LzMwMXczFj4CNzc2LgInJgYGBwYWFhcWPgI3Fw4CJy4CNz4CFx4DBwcOAyMjtg9irIZZEB4FCydLOUpyRggGIVNDMltMNw0nE26XUm+TRQkKfMZ7ZYxSHAoIE3C195sYkgEuYZRlyzBkVTYBAkh4RjxtRgECHztPL2RTdj0BAmmuaHm+awMCT4SnW0aW8KlZAAAEACf/7gOoBKAAEgAiADQARAAdQA0oFxdBDg4FOTF+HwULAD8zPzMSOS8zMxEzMDFBDgMnLgI3PgMXHgMHNiYmJyYGBgcGFhYXFjY2Ew4DJy4DNz4CFx4CBzYmJicmBgYHBhYWFzI2NgNgBVCBnE9irmgGBVOCmkxFh20+twc0Xjc/c04HBzNeOT5zTv0FTXiPR0B+ZTkDBXq7Zl6hX7wGLlIxOWNCBgYrUTM4ZUMBRViCVSgCAUiPbVV9UicCASdNdUU8VCsBAS9bQz5RKQEBLVoCV091TiUBAiVJbUlvlEoCAkiKbjVMKAEBLVM7NkwoASxVAAABAHAAAAQGBI0ABgAOtQUBBn0DCgA/PzMzMDFBBwEjASE3BAYU/UjKArf9YBsEjXP75gP0mQABAEv/7AOBBJUAMQAVQAkWHx8OJwsDAH4APzI/MzkvMzAxQTMHIyYOAgcHBh4CFxY2Njc2JiYnJgYGByc+AhceAgcOAicuAzc3PgMDMBkRDWWviVsQGAYLJ0s8SXJGCAYjVERBdlUSJxVzmlBtkkMICnrFel+OWiQKCxVytvgElZ0BM2iaZqkwaFo5AgJDc0U/akICATVfP2ZPdT8BAmmsZ3m6ZwMDSn+hWlSW8KpbAAEASv/rA9kEjQAjABdACiEJCQIZEQsFAn0APzM/MxI5LzMwMUEnEyEHIQM2NhcyFhYHDgInLgInMxYWFxY2Njc2JiYnJgYBMZanApcd/gdfMGk3b5tLCAl8yHtko2MFrAduV0tzRgcHLl9DPWQCHycCR6L+3hgZAWSsbHy1YQMCT5NnWVcBAUFySUJkOQEBJAAAAv/3AAADqASNAAcACwAVQAkAAQEKBAt9ChIAPz8zEjkvMzAxQQchNwEzAwEBAyMTA6gb/GoTArGa1P5WAqjKtcsBnph8Awv+1/46Au/7cwSNAAIAF//uA6IEoAAdAD0AHUANHwAAHR4eEjQqCwkSfgA/Mz8zEjkvMzMRMzAxQRcyNjY3NiYmJyYGBgcHPgIXHgMHDgMjJwc3Fx4DBw4DJy4DNxcGFhYXFjY2NzYuAicBYW4+elUJBy1VNzhnSQy2C4K/ZUqEZDYFBVF+kUWlBxOLR4drOwYFUYGdUkyIaDoDswM2XDk/dE8IBx8+Ui0CnAElVEY7TCUBASRLOgFtj0YCAihQeFFRcUYhASxpAQIdQm9SWYVXKgIBKlN7UgE8TyYBAipYRDRHKhQBAAAB//0AAAOoBKAAHgAStwsUfgMeHgISAD8zETM/MzAxZQchNwE+Ajc2JicmBgYHBz4CFx4CBw4DBwEDYhv8thkB3C5sUwkLYlBKdUwMtQyIzXRgolwIBT1aZi7+jZiYiwGWJ1xvQFNfAgIxZEkBeahVAgJMkGhBeGxdJ/7pAAABAL0AAALoBJAABgAKswZ9AgoAPz8wMUEDIxMFNyUC6MW2o/6tHgHvBJD7cAOrYaWhAAIARv/tA6MEoAAVACsADrUcEX4nBgsAPzM/MzAxQQcOAycuAzc3PgMXHgMDNzYuAicmDgIHBwYeAhcWPgIDmBcORXSpcmyMTBULGA5FdKlxbYxMFNwgBwIfS0JHZUImCSAGASBKQkhlQiYCn61lu5NSAwJak7RermW5kVIDAlmRtP7a5jNxY0ACAzlidzzlM3NlQwIDO2R5AAAD/90AAAQOBI0AAwAJAA0AHEAMBAwMDQ0IfQcDAwYCAC8zMxEzPzMvMxEzMDFlByE3AQEjNwEzIwchNwN3G/y+GwPC/GN9GAOfekcb/OkbmJiYA3T79IUECJiYAAMAdQAABGUEjgAEAAkADQAbQBAIBwMEBgAKDQgBDApyBQF9AD8zKxEXOTAxQQEzASMDEwcjAQEDIxMBvAHT1v3VcZn5KWr+3wHeX7RfAfACnf0AAwH9U1QDAP2S/eECHwAAAf+3AAAEbgSNAAsAFUAKBwoEAQQJBQMAfQA/Mi8zFzkwMUETATMBASMDASMBAQFfyQFh5f4UASLK1P6U4wH4/ugEjf5OAbL9tP2/Abr+RgJVAjgABACUAAAGKQSNAAUACgAPABUAIEAOEgQQAQ4EDAEIBAYBfQQALz8zETMRMxEzETMRMzAxQQEzAwEjExMDIwMBATMBIwMTEyMDJwGFAYaDW/5hgS8rCnhXA4sBUbn+FYERUwx2XgIBIANt/wD8cwSN/I/+5ASN/KYDWvtzBI38fv71A6DtAAACAHkAAASaBI0ABAAJAA+1BwMFAX0DAC8/MxEzMDFBATMBIwMTEyMDAggBycn9epJOnxuD8gEsA2H7cwSN/I3+5gSNAAEAQv/rBE8EjQAVAA+1DBEGAH0GAC8/ETMyMDFBMwMOAicuAjcTMwMGFhYXFjY2NwOZtoMSj9h/eLlhDoOzhAkvaE1ShFUNBI389IG2XwMCYbN9Awz8801uPAICOHFSAAIAbgAABEIEjQADAAcAEbYGBwcBAH0BAC8/ETkvMzAxQQMjEyEHITcCvsq0ywI3HPxIHASN+3MEjZmZAAEAEv/uA+sEngA5ABhACgomDzYxKxgUD34AP8wzL8wzEjk5MDFBNi4CJy4DNz4DFx4CByc2JiYnIgYGBwYeAhceAwcOAycuAzcXBh4CFzI2NgLXCCVEUiZBg2s9BQVWhp5Ma7RqBLUFN2VCOnZWCQcvTlciQn1jNwUGWImgTVOZeEMDtQQkRVw0OnpaATEyQiwcCxM3UXNPV35QJAECU51yAUVaLAEhTUEwQCobCxM6U3VOWX1NIwIBL1uIWwE5UTMZAR5LAAIAHQAAA/0EjQAZAB4AGEAKGw0NDAwaGBcAfQA/Mi8zOS8zEjkwMVMFHgMHDgIHByE3BTI2Njc2JiYnJwMjIQM3ExXoAZFRj2w4BgdbjlU5/nUZARdDflgKCDJiP/OwtgLEyLPXBI0BAipTgVlkgVQfGpgBLF1KRFgqAgH8DAIHAf4EDAAAAwBG/zYEQgSgAAMAGQAvABxADAADAysrCgoCIBV+AgAvPzMSOS8zEjkRMzAxZQUHJQEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CAqYBGYP+7wILBw9blMh9d6ZlJAsIDluUyXx4qGMkyAgHCzJnVFmHYDoKCQgLMmdVWolfOJT4ZvgCOUF0z55YAwJfnsdrRHPQn1kDAmCfyadERox1SQMDRHaVTkVFjnlMAwNFeZgAAAEAHgAABCYEjQAYABO3AgEBDQwPfQ0ALz8zEjkvMzAxQSU3BTI2Njc2JiYnJQMjEwUeAgcOAwI8/rEbAThGgVkKCDNiPv7ksLXLAblssmYIB1WHpgG1AZkBK15NQ1svAgH8DASNAQNRnXVijFkqAAACAEz/7QRGBKAAFQArABC2JwYcEX4GCwA/PzMRMzAxQQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgIEOgcPWZPJfXenZCQLCA5blMh8d6dkJMYIBwsyZ1RZh2A6CgkICzNnVFuIXzgCbkN00aBZAwJfnsdrRHPPoFkDAl6dx61ERox1SQMDRHaVTkVFjnlMAwNFeZgAAQAeAAAEmwSNAAkAEbYDCAUBBwB9AD8yLzM5OTAxQQMjAQMjEzMBEwSby67+S5q1y60BtpoEjftzA3T8jASN/IwDdAADAB4AAAWxBI0ABgALABAAFkAJAg4KBQwHBAB9AD8yMjIvMzM5MDFBMxMBMwEjATMDAyMBMwMjEwEsod0CGLP9U4P+pJlsRLQE+JvKtUcEjfxzA437cwSN/Pv+eASN+3MBmAAAAgAeAAADIwSNAAMABwAPtQYDAgR9AgAvPxEzMzAxZQchNxMDIxMDIxv9nhvcyrXLmJiYA/X7cwSNAAMAHgAABIAEjQADAAkADQAXQAwGBwsFDAgGCgEEAH0APzIvMxc5MDFBAyMTIQEBJzcBAwE3AQGdyrXLA5f9qP61AvMBxJf+rIcBmQSN+3MEjf3P/ujL5gGY+3MCNXz9TwAAAf/2/+0DlwSNABMADbQQDAcBfQA/L8wzMDFBEzMDDgInLgI3FwYWFhcWNjYCVYy2jA91tm9rp1oFtQQpV0A/Yj4BUgM7/MZvoVYCA1CZcQFAVy0BAjVdAAEAKwAAAaoEjQADAAmyAH0BAC8/MDFBAyMTAarKtcoEjftzBI0AAwAeAAAEmwSNAAMABwALABhACgIDAwQJBQgEfQUALz8zETMSOS8zMDFBByE3EwMjEyEDIxMDrRv9cht+yrXLA7LLtMoCi5mZAgL7cwSN+3MEjQAAAQBM/+8EPASgACoAFkAJKSoqBRkQfiQFAC8zPzMSOS8zMDFBAw4CJy4DNzc+AxceAhcnLgInJg4CBwcGHgIXFjY3NyE3BBVFNZusUHesayoNChBZkch+dbFpCrAHO2ZHWodeOQsMCA45bFRJijst/u8ZAlD+RkNIHAIBW5vHblR1zJlVAwNVo3cBRmAxAwJAcpNQV0eOdUgCAR8s7pAAAAMAHgAAA+IEjQADAAcACwAaQAsHBgYBCgsLAQB9AQAvPxE5LzMROS8zMDFBAyMTAQchNwEHITcBncq1ywJUG/3cGwLJG/2PGwSN+3MEjf3/mJgCAZmZAAADABL/EwPrBXMAAwAHAEEAKUATBz4+JAgXMwYGMwsCICAXAAAXfgA/My8RMxEzPzMvERI5OTMRMzAxQQMjEwMDIxMlNi4CJy4DNz4DFx4CByc2JiYnJgYGBwYeAhceAwcOAycuAzcXBh4CFzI2NgLpNZI2VTWSNgFlCCVEUiZBg2s9BQVWhp1Na7RqBLUFN2VCOnZVCgcvTlciQn1jNwUGWImgTVOZeEMDtQQkRVw1OXpbBXP+zwEx+tH+zwEx7TJCLBwLEzdQdE9Xfk8lAQJTnXIBRVosAQEiTUEvQSobCxM6U3VOWX1NIwECL1uIWwE5UTMZAR5LAAMABgAAA9UEoAADAAcAJgAdQA0EBQUBIhl+DgICDQEKAD8zMxEzPzMSOS8zMDFhITchAwchNyUDDgIHJz4DNxM+AxceAgcnNiYmJyYOAgNp/J0bA2N6Ff0pFQFdJAkePTamKDMeEAUiCj5rlmJ0lkQGtgUYR0Q7VDcfmAHWeXl7/upEjYAwRw9JXl8kARZZoHpFAwJmrW8BOmpEAgIyVGYAAAUAGQAAA98EjgADAAcADAARABUAG0ALBgcDAgIRFAoJEX0APzM/Ejl8LzMYzjIwMUEHITcFByE3JQEzASMDEwcjAwEDIxMDGRb9OBUCpxb9OBUBVwGSyP4Xcly1IWreAZxftF8CGnp6xHh4mgKd/QADAf1UVQMA/ZL94QIfAAIAHgAAA80EjQADAAcADrUHBgN9AgoAPz8zMzAxQQMjEyEHITcBncq1ywLkG/2kGwSN+3MEjZmZAAAD/7AAAAPPBI0AAwAIAA0AG0AMCAx9AAUFCQIDAwkKAD8zETMRMxEzPzMwMWE3IQcBEzMDIwEBEyMBAzcb/QcbAi2dx/KP/hsB0X2B/XqYmANf/KEEjftzA3QBGftzAAADAEz/7QRGBKAAAwAZAC8AF0AKAwICCiAVfisKCwA/Mz8zEjkvMzAxQQchNwUHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CA0cb/i0bAsYHD1mTyX13p2QkCwgOW5TIfHenZCTGCAcLMmdUWYdgOgoJCAszZ1RbiV84ApKYmCVCdNGgWQMCX57Ha0Rz0J9ZAgNencetRUWMdUkDA0R2lU5FRY55TAMDRXmYAAL/sAAAA88EjQAEAAkADrUBCQoECH0APzM/MzAxQRMzAyMBARMjAQJrncfyj/4bAdF9gf16A1/8oQSN+3MDdAEZ+3MAA//TAAADlQSNAAMABwALABdACgcGBgIKC30DAgoAPzM/MxI5LzMwMWUHITcBByE3AQchNwLlG/0JGwMTHP2KGwMLG/0JG5iYmAIUmZkB4ZiYAAMAHgAABIYEjQADAAcACwATtwoFCwcCAAN9AD8zMzMzLzMwMUEHITczAyMTIQMjEwP1G/2BGyfKtcsDncq2ywSNmJj7cwSN+3MEjQAD/9YAAQPfBI0AAwAHABAAJUASDQgJAwoGEBAOB30KAgwDAwIKAD8zETMRMz8zMxEzEhc5MDFlByE3AQchNwEHASM3AQM3MwNgG/zYGwOnG/znGwGXAv3scRoBk/sYYpmYmAP0mJj9yRr9xZcBuQG2hgADAFIAAATlBI0AFQAnACsAFUAJFgAAK30eDCoKAD/NMj8zLzMwMUEXHgMHDgMjJy4DNz4DFyYGBgcGFhYXFxY2Njc2JiYnEwMjEwK1VmaxgkEJCmuo0G9WZ7GAQAkKaqjPa2y0dQ4LP4liWW20dQ0MQIpiVMu2ywQYAQI+dKhud7R5PQICPnapbXe0eDybAUKPc2aGRAMBAUSQc2eEQgMBEPtzBI0AAgB9AAAE9QSNABkAHQAfQA4VFBQGBwcNHA4AHR0NfQA/MxEzPxI5ETMzETMwMUEzAwYCBCcjLgM3EzMDBh4CFxcWNjY3AwMjEwRAtTUZn/77shV8sWsnDzS0MwoMN29YFIK2bBPXy7TKBI3+yar+/5ACBFqay3UBOP7HTZF1SAQBA22+eQE4+3MEjQADAA4AAARqBKAALAAwADQAJ0ATLTQKLjMKKBISKRERMjIxCgYdfgA/Mz8zETMRMzMRMz8zPzMwMUE3Ni4CJyYOAgcHBgYWFhcHLgM3Nz4DFx4DBwcOAwc3PgIBNyEHITchBwOlBQcQOGhQVYZiPAoFBwEgUUoMbJBPGQsEDV+XxnZxqGssCgQOUYW4dg1xiUb+pxsBthv8GhsBtRsCbyZHgWY+AgI5aIpOJkGMgmIXehNuoL5iJXLDkVADAlSRvWolcsecZBB6HYzA/fyYmJiYAAADAG3/6wTmBI0AAwAHACMAHEANFxYLIA0NAwQKBQIDfQA/MzM/EjkvMz8zMDFBByE3ExMzAxM3PgIXHgIHDgMHNz4DNzYmJicmBgYD9xv8kRuOyrbLIgo7e31Ae6xVCghVia5hEDxpUDMICCNbTEF+fASNmJj7cwSN+3MCHJoXIBACAl6wfGuUWykBmAEaOFpASms8AQITIQAAAgBI/+0EMwSgAAMAKwAXQAoAAQEJHRR+KAkLAD8zPzMSOS8zMDFBByE3ATcOAicuAzc3PgMXHgIXIy4CJyYOAgcHBh4CFxY2NgLPG/4EGwJetBmR14B0omIkDA4PW5LFeXuzYwa0AzJlUFeGXjkLDgkJL2JTVoFWApSZmf7kAYCyWgMCXJvCaGZxyZhVAwNhsnlNbTsDAj9wkU5oQ4l0SQMDNm4AAAP/w///BqUEjQARACkALQAgQA8oKSkcLB0BLX0fHAoLCAoAPzM/Mz8zMzMSOS8zMDFBMwMOBCcjNzM+BDclHgIHDgMnIRMzAwU2Njc2JiYnJTcDByE3AYC4cg8mPGCQaDoWJkJaOSIVCAQbaqxhCAdSgqNY/jPKtrABAWqmDggvXDz+thsgG/3TGwSN/edRsKSDTQGkAUFoe3kxZANQm3JfjV4uAQSN/AsBAXNvQFUtAgGZAbWYmAADAB7//wazBI0AFwAbAB8AIUAPFxYWGxoaHgsffQ0KCh4KAD8zETM/MxI5LzMzLzMwMUEeAgcOAychEzMDBTY2NzYmJiclNwcHITcTAyMTBTtqrWEIBlKDo1j+Msu1sAECaqUOCC5cPP62G28b/YUbfsq1ywLXA1Cbcl6OXi4BBI38CwEBc29AVS0CAZlNmZkCAvtzBI0AAAMAbgAABOYEjQADAAcAGwAZQAsYDQ0DEwQKBQIDfQA/MzM/MxI5LzMwMUEHITcTEzMDEzc+AhceAgcDIxM2JiYnJgYGA/gb/JEcjsq1yyMKO3t9QHytUQ06tTsJH1lQQH58BI2ZmftzBI37cwIcmhcgDwECYrR+/psBZktwPwICEyEAAAQAHv6aBIUEjQADAAcACwAPABtADA8LfQMHBw4KAgIKCgA/My8RMzMRMz8zMDFlAyMTJQchNxMDIxMhAyMTAmBWtVUBmxv9ghvWyrXLA5zKtcuE/hYB6hSYmAP1+3MEjftzBI0AAAIAIP/8A9sEjQAXABsAG0AMAgEBDQsOChsaGg19AD8zETM/MxI5LzMwMUElBwUeAgcGBgclEyMDBRY+Ajc2JiYTNyEHAmn+uBsBMTxjOQIEnGj+57CyygG0WaaIWQwOVabuGv2YGwLXAZkBAitWQm5zAQED9ftzAgIwYI9ccZtRASOWlgAAA/+J/qwEmwSNABAAFgAeACNAEBodHQkXCgocFAkKFhERAH0APzIRMz8zMzMRMxEzLzMwMUEzAw4EByM3Fz4DNxMhAyMTIQEhAyMTIQMjAam1XREtQlx+VGYcJkBfRC4QhALHy7Sw/e3+JwSWVrY8/NU7twSN/ktXrKKQeCuXAT6CjpxZAbT7cwP1/KP+FAFU/q0AAAX/rwAABgUEjQADAAkADQATABcANUAZFBcXEQwLCwcHEREGDg4PCgICFQoJAwMPfQA/MxEzPzMRMxI5LzMzETMRMxEzETMRMzAxQQMjEyEBISczAQMDNwkCMxMzBycBIwEDq8q1ygMP/fb+5gHDAXuk7ZMBMfx1/uPPytM2p/5p8gIbBI37cwSN/WqZAf37cwIcfv1mAfcClv4DmRP99gKYAAIAEv/uA9gEnwAeAD4AHUANHwICAT4+FTQqCwsVfgA/Mz8zEjkvMzMRMzAxQSc3FzI2Njc2JiYnJgYGBwc+AxceAwcOAycXHgMHDgMnLgM3Mx4CFxY2Njc2LgInJwIEmhWAP3xYCQhDazY8bE8NtQlTf5hOSZB1QwUEWoqe1oJFj3hGBQVdkKpUTo5sPAOyATlhPUCIYwoHHz9VLpYCKwF0ASBQSUFLHwEBIUs+AVV7UCUBASJIdlZWeUojRgEBHkNwVGCFUiUCASpSflZCTyQBAiJUSjZJKxQBAQADACAAAASiBI0AAwAHAAsAG0AMAAMKBwsKAQIFBQh9AD8zETMzPzMzMzMwMXcBFwEBMwMjATMDI2IDlGf8bgMks8qz/cWyyrJUBDlU+8cEjftzBI37cwAAAwAfAAAEWASNAAMACQANAB9ADgwLCwcHBgYCCQN9CgIKAD8zPzMSOS8zETMRMzAxQQMjEyEBIyczAQMBNwEBnsq1ywNu/YfvAbAB0Kz+vnoBowSN+3MEjf1qmQH9+3MCHH39ZwAAA//E//8EegSNAAMABwAZABhACxMQCgcCAwMIfQYKAD8/MxEzMz8zMDFBByE3IQMjEyEzAw4EJyM3Nz4ENwPbG/3TGwLMy7XK/by2cg8nPV+OZzkWJkFZOSIUCQSNmJj7cwSN/eZQrqWETQGkAgRBZXh4MgACAFr/6QRUBI0AEgAXABdACgEXfRUWFg4OBwsAPzMRMxEzPzMwMUEBMwEOAiMiJic3FhY3MjY2NwMTEwcDAfYBhtj92ytggl8bNBoRFi0WMUg2FzuPOJvzAcECzPxkTXhDAwSWAwQBLEYmA3X9m/7fLQOzAAQAHv6sBIYEjQAFAAkADQARAB1ADRENfQUJCRALCAICCAoAPzMvETMzMxEzPzMwMWUDIxMjNzMHITcTAyMTIQMjEwSAZ6M7jBsFG/2CG9bKtcsDncq2y5j+FAFUmJiYA/X7cwSN+3MEjQACAFYAAAQlBI0AAwAXABO3FAkJAgMOfQIALz8zEjkvMzAxQQMjEwMHDgInLgI3EzMDBhYWFxY2NgQlyrbLIgo8e31AfaxRDTq2OwgeWlBAfnsEjftzBI395poXIBACAmK0fgFj/pxLbz8DARIhAAQAHgAABf4EjQADAAcACwAPABlACwsHBw8QCgYGAw59AD8zMxEzPzMRMzAxZQchNwEDIxMhAyMTIQMjEwS9G/vlGwMryrXKAubLtcr8Vcq1y5iYmAP1+3MEjftzBI37cwSNAAAFAB7+rAX/BI0ABQAJAA0AEQAVACdAEhENDRV9BBACAhAQDAwTEwkICgA/MzMRMxEzETMvETM/MxEzMDFlAyMTIzczByE3AQMjEyEDIxMhAyMTBfdnojyMGwQb++UbAyvKtcoC58u2yvxVyrXLmP4UAVSYmJgD9ftzBI37cwSN+3MEjQACAFH//ASWBI0AAwAaABdACgYFBQ8SChEBAH0APzIyPzM5LzMwMVMHITcBJQcFHgIHBgYHJRMjAwUWNjY3NiYmbBsBphsBH/64GwEwPWM6AgSeZ/7nsLLLAbV21ZEQDlWmBI2YmP5KAZkBAitWQm9yAQED9ftzAgJWqntxm1EA//8AIP/8BaEEjQQmAiIAAAAHAf0D9wAAAAEAIP/8A88EjQAWABVACRUWFgoMCQoKfQA/PzMSOS8zMDFBHgIHDgInJRMzAwU2Njc2JiYnJTcCaWqmVg8QkdV2/kzKsrABGWicBAI5Yzz+zxsC1wNRm3F7qlYDAQSN/AsBAXJvQlUsAgGZAAIAIP/tBAwEoAADACsAF0AKAgEBHAgnCxMcfgA/Mz8zEjkvMzAxQSE3IQEeAhcWPgI3NzYuAicmBgYHBz4CFx4DBwcOAycuAicDgf4GGwH6/TgFNmpRV4FbNgsOCQsyZlNVflQWthmO04B1pmUmDA4PWY7BeXu3aQcB+5n+5k9rOAICQXKQTGhFiXNHAwM6cE8Bf7ReAwJbmsJrZm/ImVYDA16uewAEAB7/7QXzBKAAAwAHAB0AMwAdQA4kGX4vDgsDAgIGB30GCgA/PxI5LzM/Mz8zMDFBByE3EwMjEwEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwcGHgIXFj4CAn4b/nkcpcq1ywT/CA5Zk8l9d6hkJQwID1uUyHx3p2MkxwkHCjJnVViJYDoLCAgMM2dUWohfOAKXmZkB9vtzBI394EJ10KBZAwJgn8hsQnLPn1kCA16dx7RGRY53SwMDRHeWTkRFjnhMAwNDd5YAAAL/4AAABEEEjgADACMAGUALIwAEBBkbFn0ZAQoAPzM/MxI5LzMzMDFBASMBBSUuAicuAicuAjc+AzMFAyMTJwYGBwYWFhcFAj3+bssBnAHR/pQKFRYIBgkKBURmNQUGUIKfVQHJyraw/WagDggvWzoBSAJG/boCRmYBAQYIBAIHBwIgSm1TXoVUJwH7cwP1AQFdbUFMIwIBAAAD//oAAAQtBI0AAwAHAAsAG0AMCwoKAwIGBwcDfQIKAD8/MxEzERI5LzMwMUEDIxMhByE3EwchNwH8yrXLAuUb/aMbsBv9lRsEjftzBI2Zmf4ImJgAAAb/r/6sBgUEjQADAAcADQARABcAGwA7QBwCDgEBDg4GGxgYFRISEA8MCQkTBgYZCg0HBxN9AD8zETM/MxESOS8zMzMzETMzETMRMxEzLxEzMDFBIxMzAQMjEyEBISczAQMDNwkCMxMzBycBIwEFUqVWpP4EyrXKAw/99v7mAcMBe6TtkwEx/HX+48/K0zan/mnyAhv+rAHrA/b7cwSN/WqZAf37cwIcfv1mAfcClv4DmRP99gKYAAAEAB/+rARYBI0AAwAHAA0AEQAnQBIQDw8LCgoGDQd9Ag4BAQ4OBgoAPzMRMy8RMz8zEjkvMzMRMzAxQSMTMwEDIxMhASMnMwEDATcBA4ukVqP9vsq1ywNu/YfvAbAB0Kz+vnoBo/6sAesD9vtzBI39apkB/ftzAhx9/WcABAAfAAAFDgSNAAMABwANABEAKUATEA8PCgALCwoDAwoKBg0HfQ4GCgA/Mz8zEjkvMy8RMxEzETMRMzAxQTMDIxMDIxMhASEnIQEDATcBAbmSZpJLyrXLBCT9h/5bAQFlAdKs/r16AaMDdf20A2T7cwSN/WqZAf37cwIcff1nAAAEAGoAAAU6BI0AAwAHAA0AEQAhQA8QDw8LCgoOBgoNBwcDAH0APzIyETM/MzkvMzMRMzAxUyEHISUDIxMhASMnMwEDATcBhQGpG/5XAhbKtcsDbv2H7wGwAdCs/r95AaMEjZiY+3MEjf1qmQH9+3MCHH39ZwAAAQBQ/+gFLAShAEQAG0AMAAEBLxgLJCMjOg1+AD8zMxEzPzMzLzMwMWUHLgQ3Nz4DFx4DBwcOAycuAzc3PgM3ByIOAgcHBh4CFxY+Ajc3NjYmJicmDgIHBwYeAgTfDnzar3c1DQUKP2yeameBQxIJBxN8w/qRicN2LQ4DDk+Eu3oRVHdPLQkEChJEgmZwuo1ZDwcFBRVAQERcOB4HBQ49icmLoAM4ap3ThSddtJBTAgNZj6xWO47wsGADAmGn3n8gcsmZWQKeRnSNSCFZo4BMAgNIhrVrPi1xaUYDAj9oeDYrhr55Ov//AHUAAARlBI4EJgHtAAAABwJAABD+3QAC/7f+rARuBI0AAwAPACJAEQsOCAUECgYPfQIKAQEKCg0KAD8zETMvETM/MxIXOTAxQSMTMwETATMBASMDASMBAQOtpFaj/V3JAWHl/hQBIsrU/pTjAfj+6P6sAesD9v5OAbL9tP2/Abr+RgJVAjgABQBt/qwFfwSNAAUACQANABEAFQAiQBARDQ0UFX0QEgwJBAgCAggSAD8zLxEzMzM/PzMzETMwMWUDIxMjNzMHITcTAyMTIQMjEyMHITcFeWejPIwaBhv9gBvYy7XKA57LtMrTG/yRG5j+FAFUmJiYA/X7cwSN+3MEjZiYAAMAVQAABCUEjQADAAcAGwAfQA4AGBgNAwMNDQYHEn0GCgA/PzMSOS8zLxEzETMwMUEzAyMBAyMTAwcOAicuAjcTMwMGFhYXFjY2AdqRZpECscq2yyIKPHt+P32tUQ46tjoJH1lQQH57Axz9tAO9+3MEjf3mmhcgEAICYrR+AWP+nEtvPwMBEiEAAAIAHgAAA+0EjQADABcAFEAJDxIUCQkBfQASAD8/OS8zPzAxcxMzAxM3PgIXHgIHAyMTNiYmJyYGBh7LtMojCjt7fT99rVENOrU7CR9ZUEF+ewSN+3MCHJoXIA8BAmK0fv6bAWZLb0ACAhMhAAEALv/wBVcEnwA0ABtADBgYHR0RESILfi0ACwA/Mj8zOS8zETMvMDFFLgM3Nz4DFx4DBwclLgM3FwYWFhcFNzYmJicmDgIHBwYeAhcWNjcXDgIDGnS4ezcNEg9hmMd1dq1sKQ4U/E9Wg1YnBZUFJVhHAw4FDzF+Y1KGYz8MEwoZR3hUTpFGLTJzeQ8BT47Bc4NvxJRSAgJSj79xhgEDNmOJVQFFYzcDAh1flFcCAj1sikyET4ViNwECKB+TISUQAAEAQP/tBFwEnAArABVACREUFBkLCyQAfgA/Mj8zOS8zMDFBHgMHBw4DJy4DNzchByUHBhYWFxY+Ajc3Ni4CJyYGByc+AgKOc7N2Mg0SEGGXxnZ2rWwqDxQDdRv9RwUPMn1jU4VjPgwTChlHeFRPkEcqNHh+BJwCUZDAcIJvxJRTAwJRj8BxhpgBHF+UVgMCPWyKTINPhmI4AQEoIJQhJQ8AAAIAEv/oA+8EjQAHACYAG0AMCAUFBCYmHRMLBwB9AD8yPzM5LzMzETMwMVMhBwEjNwEhExceAwcOAycuAzczHgIXFjY2NzYmJicnzgMhFf4RbhYBTP3U3HVMkHE+BQdajq1YT41tOwOyAThhPUiIXwkIOmk9igSNfv5BfAEp/sACAixUgFZijlopAgIrVX9WQVInAQIpYFBGUyUCAQAAAwBG/+0EPwShABUAJAA0ABtADgslai0dai0tCwAWagALAC8vKxI5LysrMDFBHgMHBw4DJy4DNzc+AxcmBgYHBgYHITY0NTYmJgEWNjY3NjY3IRQGFQYeAgKad6djJAsHD1mTyH53p2QkCwgOW5TIc2mYYBYBAwICcQEEJ23+/2uYXxUCAwH9jgECFDdiBJ4DXp3HbEJ00aBZAwJfnsdrRHPPoFqeBGCfXAcMBwYMBlWbZvyJA1+fXQcMBwUKBT97ZD4AAAQAAAAAA9UEoAADAAcACwAqACFADwYHAwICCSYdfhIKChEJEgA/MzMRMz8zEjkvM84yMDFBByE3BQchNwEhNyEBAw4CByc+AzcTPgMXHgIHJzYmJicmDgIDFBX9KRYCrhX9KRYDU/ydGwNj/gwkCR49NqYoMx4QBSIKPmuWYnSWRAa2BRhHRDtUNx8CqXp653l5/j6YAlH+6kSNgDBHD0leXyQBFlmgekUDAmatbwE6akQCAjJUZgADAB//8QPgBJ8AIwAnACsAHUANJyYmKisrBxkSfgAHCwA/Mz8zEjkvMzMvMzAxZRY2NxcGBicuAzc3PgMXMhYXByYmIyYOAgcHBh4CAQchNwUHITcCTjRkMg03bjhvn2AjDBoQVIi6dzpzOSQxZDNSe1Y0CxsICS1dATIW/SgWArAW/SkViQEQDZcODwECToe0abxwu4lJARQNkxAOATZhgky/QXpjPAJqeXnmeXkAAAQAHgAAB6IEoAADABUAJwAxAClAEiswLi0kCQkxLn0qLQobEhICAwAvMzN8LzMYPzM/MzMvMxESOTkwMUEHITcTNz4CFx4CBwcOAicuAjcHBhYWFxY2Njc3NiYmJyYGBgEDIwEDIxMzARMHCRr94xkOCAtloWVhh0MICAtjoGVhiESwCQQZQTk7VjMHCQUZQTg7VzP+8cuu/kuatcutAbaaAUuOjgGwUmOaVgIDWZZeU2KaVQIDWJaxVTNYNwECNVs3VDJYOAECNVoBCPtzA3T8jASN/IwDdAAAAv/eAAAEbwSNABgAHAAbQAsbHAIBAQ4MD30OCgA/PzMSOXwvMxjOMjAxQSU3BTI2Njc2JiYnJQMjEwUeAgcOAwcHITcCj/14GwJxRnxTCQgrWj/+6bC1ywG0a6xgCQZShKODG/2VGgGkAZgBNWVJQV01AgH8CwSNAQNWoHJej2AwWJeXAAAC//v/8wJ4AyMAGQAzABlAChsAABkaGggQLCQALzPMMjkvMzMRMzAxUzM+Ajc2JiMmBgcjPgIXHgIHDgIHIwc3Fx4CBw4CJy4CNzMUFhcyNjc2JiYn6UgmSDQGB0IvMU0QnAlWgUdEe00CAl2FPnkGDl9AeUwCA2CQS0l6SQGWSDU3YggGIj4jAcoCFzIqMy8BLjBLZDABAS5gTEpZJwEkTgECIVNMVGoyAgE1Z043MgE5PCouEwEAAv/xAAACdAMVAAcACwAXQAkDBwcBAQYFCAoAL8wyMjkvMxEzMDFBByE3ATMHBwEDIxMCdBf9lAwBwIax8QG/iZqKASyCcAH76/4B6fzrAxUAAAEAF//zApADFQAhABK2HwkJBAMZEQAvM8wyOS8zMDFTJxMhByEHNjYzMhYWBw4CJy4CJxcWFjcyNjc2JiciBsiBdQHUGP6wPB9CIktrNwMEVYpURndLA5QFPjVDUwgGQDwlPwFlIgGOg6wNED9xSVZ9RAIBNWZJATUvAVVBO0gBFwABAB3/8wJgAyEALQATthMcHAMADCQALzPMMjl9LzMwMUEXBycmBgYHBwYWFjcyNjY3NiYjIgYGByc+AjMyFhYHDgInLgI3Nz4DAhwbDQhakl8ODgQRMzApQyoEBzs6JkQ0DiYMSmk6SmYyAwRViVNbeDgGBQxQgq0DIQGDAQI5eFx1KE0zASlDKDlKHDMjLzpYMEZ0R1R/RgECVY5WN2mkcjsAAAEALwAAArQDFQAGAAyzBQEGAgAvzDIyMDFBBwEjASE3ArQS/jqtAcf+TRcDFWT9TwKUgQAEAAj/8wJ4AyIADwAfAC8APQAXQAoMJDsDFBQ0LBwEAC8zzDI5LxczMDFlDgInLgI3PgIXHgIHNiYmIyYGBgcGFhYzMjY2Ew4CIy4CNz4CFx4CBzYmJiMiBgcGFhYzMjYCSAJbi0lDfU8CAl6MRkB8UZYEHzggJEMuBQQfNyAkQy/IAleBQjx1TAEBVIJGQXRIngQZLh0xTwYEGS8dME7gU2kxAQEuYUxQZjABAS1ePyQuFwEbNSYkLxYaNQGHSl8tASpYRE5mMgEBL15THiwWOTMfKxY6AAABADf/9wJwAyIALgATthIbGwojAS0ALzPMMjl8LzMwMXcXFjY2Nzc2JiYjIgYGBwYWFhcyNjY3Fw4CIy4CNz4CFx4CBwcOAyMncwtViVkNEwQQMC4rQikEAxYzJyVBMQwsDEVlOUxnNAQDVYpUXXIwBgULTX6raRV3AQEwbViTJkoxLkkoJT4kARwyIy44VTABRHVIVIRLAgFaklUzaqJvOQEAAAEAkwKLAxkDIwADAAixAwIALzMwMUEHITcDGRv9lRsDI5iYAAMBCwQ+AxwGcQADAA8AGwAZQAkTDQ0HAQMDGQcALzMzfC8YzREzETMwMUE3MwcFNDY3NhYHFAYjBiY3FhYzMjY3NiYjIgYBpq7I9v7mY0hDWwFhR0NeUgIdJCQ5BQUjIikwBby1td9HZgEBX0NGZQFbRR8wNiMfNDoABAAeAAAD8ASNAAMABwALAA8AG0AMCwoKBg8OB30DAgYKAD8zMz8zMxI5LzMwMWUHITcTAyMTAQchNwEHITcDRhv9exvcyrXLAmQb/c8bAtQb/YAbmJiYA/X7cwSN/hmXlwHnmZkABP+Z/kkERARRABIAJABbAF8AM0AaXV8GciUmGBgPQEFBLlNTDw8FSjcPciEFB3IAKzIrMhE5LzkRMzMRMxEzEjk5KzIwMVM3PgIXHgIHBw4DJy4CNwcGFhYXFjY2Nzc2JiYnJgYGAxcGBgcGFhYXFx4CBw4DJy4DNz4CNxcOAgcGHgIzMj4CNzYmJicnLgI3PgIBByE3cQIKiMtwaK1jBwEIVIKdUWWtZrwDBDVeOT51UgoCBTNeO0B1USBeJz8HBBsvGaZcq2gHBXawvUw8kYNSBARfkE8xLk40BwYrS1UkLnh1VAoJN1suyTVqRgICNFMDYxj+jw8CyhZ2plUDAlWdbxdWiF0wAgJWm4IWPFkyAQE0YEAVPVszAQE0Yf6tNhdDMB4gDAEBAjR7bV+GUiUBARk8Z09Zf1ASUgs3UDEwPCEOEi1MOjo5EwIBASBJPzxbRgKGkpIAAAQASP/nBIgEUgAVACsALwAzABdADDAKLQYcEQtyJwYHcgArMisyPz8wMVM3PgMXHgMHBw4DJy4DNwcGHgIXFj4CNzc2LgInJg4CBRMzAwMTMxNRAwxEdq94aotPHAYJEU17qm9pi00XwwIHBylZS0hyVTgOBQMOLFNCV3tQLgIZqrHFngyNEAHtFmXRsGkDA1+at1pKYr2ZWQMDXZa0cBY7fm1FAgJNe4o7JDODe1IDBFCGmi4CHv3i/eQCHP3kAAIARAAABOAFsAAZAC4AH0APJggbGhoCAQEODA8Ccg4IAD8rMhI5LzMzETM/MDFBITcFMjY2NzYmJiclAyMTBR4CBw4CDwI3HgIHBwYGFhcHIyYmNjc3NiYmAtn+ZxkBU1ueaAwJNnFP/rbhvf0B8n7GaQsJdbFiHF8ddq5WDhQFAxAYA7kZDwUFEwkoYQJ1nQEydGNSbDcCAfruBbABA1myiG6WXBcbE28CUqJ8hiRKRR4aIVFVJ4NMcUEAAwBEAAAFagWwAAMACQANACBAEAoICQIMCwsHBgYCAwJyAggAPysSOS8zMxEzPz8wMUEDIxMhASEnMwEDATcBAf38vf0EKf0Q/q4B8AJcwv5dfwH7BbD6UAWw/N+gAoH6UAKyn/yvAAADACYAAAQfBgAAAwAJAA0AHEAOCwcGBgIJBnIDAHIKAgoAPzMrKxI5LzMzMDFBASMJAiE3MwEDATcBAeX+9rUBCwLu/ev+6AbHAXt7/up2AWkGAPoABgD+Ov27mgGr+8YCDJv9WQADAEQAAAVKBbAAAwAJAA0AGkAOBgsHCAwFAgkDAnIKAggAPzMrMhIXOTAxQQMjEyEBITczAQMBNwEB/fy9/QQJ/Ob+7wVrAsHC/cWkAm8FsPpQBbD9H1sChvpQAu9f/LIAAAMAJgAABAcGGAADAAkADQAgQBAMCwsHBgYCCQZyAwFyCgIKAD8zKysSOS8zMxEzMDFBASMJAiM3MwEDATcBAer+8bUBDwLS/YecBU0ByXj+mXoBvQYY+egGGP4i/bqZAa37xgIJiv1tAAACAB7//wQMBI0AGQAdABZACRsaDwIBDg99AQAvPzMRMxEzMjAxYSE3FxY2Njc3Ni4CJyU3BR4DBwcGBgQDAyMTAXz+9Bz0fr53EQkJE0B0WP7iGwEGd7N2MgwHFa7+74jKtcuYAQFis3tDT4xtPwMBmQEDVZTEckKp+IgEjvtzBI0AAQBI/+0EMwSgACcAEbYZFRB+JAAFAC/MMz/MMzAxQTcOAicuAzc3PgMXHgIXIy4CJyYOAgcHBh4CFxY2NgMxtBmR14Bzo2IkDA4PW5LFenuyYwa0AzJlUFeGXjkLDgkJL2JTVoFWAXgBgLJaAwJcm8JoZnHJmFUDA2GyeU1tOwMCP3GQTmhDiXRJAwM2bgAAAgAe//8D4wSNABkAMQAoQBMcGykZAgIBGyYBASYbAw0MD30NAC8/MxIXOS8vLxEzEjk5ETMwMUEhNwU+Ajc2JiYnJwMjEwUeAwcOAgcDITcFPgI3NiYmJyc3BRceAgcOAwI+/sAXAQo6c1IJCDZfNuGwtcsBfkmLbDwFBmmbUKn+gXcBDT91UgoIKVU69BoBLR5LcDsFBVCBngITjAEBIU1CQEYdAQH8DASNAQIhSHVVXHQ9CP2+mAEBJlRFPlEqAgGMATUISHZNXYNRJgAD/6YAAAPjBI0ABAAJAA0AHEAMDQAGAwwMAQcDfQUBAC8zPzMSOS8SOTkzMDFBASMBMxMDNzMBAwchNwKR/dfCApx8dtIOcwEAgRv9YBsD4fwfBI37cwP5lPtzAa+YmAABAPwEjwInBj0ACgAKsgWAAAAvGs0wMVM3PgI3FwYGBwf8EwkySS1nIzILFgSPgDttYCZWNW0+eAAAAgESBN0DXAaLAA8AEwAStRITCgANBQAvM3zcMtYYzTAxQTcOAicuAicXBhYXMjYnJzMXAsaWCF6IRkN/UwGSAkY7PViTfYlLBa8BTl0oAgEqXEwCPTYBOFDHxwAC/SoEv/9mBpQAFwAbAB1ADAAVFQUZGxsJEREMBQAvMzMRMzMvMxEzETMwMUMXDgIHBiYmBwYGByc+AjMyFhY3NjYnNxcH800GKUc0KUFAJyguDVIGLEo0KEFCJygt9qe02QWXFy5TNQEBKSgCAjQiFC5VNSkoAgI2P+EB4AACANME4gT7BpUABgAKABS3CAcHBQGABAYALzMazTkzL80wMVMBMxMjJwclEzMD0wFIlO6visAB0bbQ8QTiAQb++p2dsQEC/v4AAAIAIgTPA5MGgwAGAAoAF0AJB0AICAMGgAIEAC8zGs05My8azTAxQRMjJwcjASUTIwMCpu2vir/RAUj+xl19lgXW/vmengEHrf7+AQIAAAIAzgTkBHkGzwAGABoAH0ANERIIQBoJCAgDBoACBAAvMxrNOTMRMzMaEMwyMDFBEyMnBwcBBSc3PgI3NiYmJzceAwcGBgcCu9yVoN23ATYB2HkUFzwvBQQvPhMPI1FILAIDVTkF6/75ubgBAQd+AYQCCBsfHhkFAVwBDiI7LkA/CwACAM0E5AOXBtQABgAeACVAEAgHBxAYDEAUExMcDAwGgAQALxrNMhEzMxEzGhDNMjIRMzAxQRcjJwcHJSUXDgIjIiYmBwYGByc+AhcyFhY3NjYCnPuUpdi5AU8BIE4HLEYtJj06JSIxDU8HLEcuJTw8JCMwBdj0nZwB9PsVK0gsJiYCASwdEypKLgEmJAIBKgADAB4AAAQDBcQAAwAHAAsAG0AMAgoKCwsHAwMHfQYKAD8/My8RMxEzETMwMUEDIxMBAyMTIQchNwQDUbVR/k/KtcsC5Bv9pBsFxP4wAdD+yftzBI2ZmQAAAgESBN0DXAaLAA8AEwAStRETAAoNBQAvM3zcMhjWzTAxQTcOAicuAicXBhYXMjYnNxcHAsaWCF6IRkN/UwGSAkY7PVi7kaPDBa8BTl0oAgEqXEwCPTYBOFHGAcUAAAIBEwTfA0YHBAAPACUAKEARGxwcESUSEhERCQ0FAAkJBRAAPzN8LzMRMxEzGC8zETMRMy8zMDFBNw4CJy4CNRcGFhcyNicnNz4CNzYuAiM3HgMHDgIHAriOB1mDRUN6TowDQjs7ViuGEhZEOQQCIjMwDAwfWlc5AQIxSCMFrwJMXSkBAStbSwI7OAE5SwF9AQYZHhYWCAFTAQkcNi4rMRgG//8AjwKJAukFvAYHAeEAcwKY//8AZAKYAucFrQYHAjoAcwKY//8AigKLAwMFrQYHAjsAcwKY//8AkAKLAtMFuQYHAjwAcwKY//8AogKYAycFrQYHAj0AcwKY//8AewKLAusFugYHAj4AcwKY//8AqgKPAuMFugYHAj8AcwKYAAEAgP/oBT0FyAApABVAChoWEQNyJgAFCXIAK8wzK8wzMDFBNw4CJy4ENzc2EjY2Fx4CFyMuAicmDgIHBwYeAxcWNjYEHroeqPuYdbF8RxYNCBNxtfaYk9R1BbwEQoFlc7KATw8JCQUlTHlXb6BrAc4Cldx3AwJTjrbLZz6LAQTOdwMDfNqQX5NWAwRipcljQEaZkXZIAwNQlgABAIH/6gVFBcgALQAbQA0tLCwFGhYRA3ImBQlyACsyK8wzEjkvMzAxQQMOAicuBDc3NhI2NhceAhcjLgInJg4CBwcGHgMXFjY2NxMhNwUOVjq4z116uoFMGA4DE3C1+JuP0nsMuglKhF51tIFODgQKBylRgFw9fnQuPP65HALT/exRXiYBAlOPutJsHI0BCdR7AwNpx41cgEQCBGetzmQdS5+Ud0gCARIvKgFFmwACAEQAAAUSBbAAGwAfABK3HA8QAnICHQAALzIyKzIyMDFhITcFMj4CNzc2LgInJTcFHgMHBwYCBgQDAyMTAeX+tR4BMXrNnWMRBg0aVpt0/qAcAUqV3Yw5EAUUhtL+8YX8vf2dAVOWyXcsZsCaXQMBngEDc8P7iy2a/v2+aAWw+lAFsAACAIP/6AVaBcgAGQAxABC3IRQDci0HCXIAKzIrMjAxQQcOBCcuBDc3PgQXHgQHNzYuAycmDgIHBwYeAxcWPgIFTwYOT36pz3p0r3lHFgwFD1CAqc53dbB5RhXLBgkGJUt4V3C1hlMOBggGJkt4V3O2g1AC9S1u1r2PUAMCV5K5zGQtbdS8j1ADAlWRt8yRLkaXj3VHAwNkqclhLkSZkXhKAgRkqs0AAwCD/wQFWgXIAAMAHQA1ABtADSUYA3IAAwMxCwlyAQIALzMrMjIRMysyMDFlAQcBAQcOBCcuBDc3PgQXHgQHNzYuAycmDgIHBwYeAxcWPgIDOAE/i/7HApsFDlB+qNB5dLB5RhYMBQ5Rf6nPd3WweUYVywYJBiRLeFdxtYZTDgYIBiZLeFd0tYNQn/7VcAEpAsYrbta9j1ADAleSuM1kK23VvJBQAwJWkLnMjyxGmI91SAMDZanKYitFmJJ3SgIEZKrNAAEAvAAAAxEEjQAGABVACQMEBAUFBn0CCgA/PzMvMxEzMDFBAyMTBTclAxHFtKH+gx8CFASN+3MDooqvxgAAAQA5AAAD+ASjACAAF0AKEBAMFX4DICACEgA/MxEzPzMzLzAxZQchNwE+Ajc2JiYnJgYGBwc+AhceAwcOAwcBA7Qb/KAZAh4tVz4IBy5XOFF/Ug6yDY7XekmFZjYHBC5GVSv+X5iYjAGxJVFhPTtRLAEDQ3dNAXy7ZwICK1J5UTppXFEj/rMAAAH/gf6hBBEEjQAfABpACwYAHh4DFg8FAgN9AD8zMy8zEjkvMzMwMUEBITchBwEeAgcOAycmJic3FhYXFjY2NzYmJicnAWgBpv2OGwNaFv5Ea5JFCQtoqNl9aMFdP0ihVHPDgA4OP49pPwJrAYqYff5wFH+4an7Mkk4CATksjCsvAQJdq3Rsj0oCAQAAAv/T/rYEMASNAAcACwAWQAkGBAt9CgMHBwIALzMRMy8/MzMwMWUHITcBMwMJAiMBBDAb+74VA3GZ1P2rA1f+/bUBBJeYdwQX/sn9QQP2+ikF1wAAAf/V/p0ERASMACcAFkAJJAkJAhoTBQJ9AD8zLzMSOS8zMDFTJxMhByEDNjYXMh4CBw4DJyYmJzcWFhcWPgI3Ni4CJyYGBvef7QL/Hv2VgzqCQ2aRVyIJDGGezXdnvVZFQKZUU4tqQgoHFTleQT1kTwFkEgMWq/50Ih8BUIisXHbFkE0BAjs2izguAQE8aotQO3BZNgICGj8AAAEAK/62BDcEjQAGAA+1AQUFBn0DAC8/MxEzMDFBBwEjASE3BDcU/MjAAy79NhsEjXP6nAU/mAAAAgEUBNcDdAbPAA8AJwApQBEREBAZISEVHRwcJRUVAAkNBQAvM80yMnwvMzMRMxEzGC8zMxEzMDFBNw4CJy4CNRcGFhcyNhMXDgIjBiYmBwYGByc+AjMyFhY3NjYCvJEHWoVHQ3tOkAM/PD1VeU0FK0k0KUFBJyguDVIGLEo0KEJCJygvBa0CTl8rAgEsX0sCOzsBOwFdFS9UNAEqKAICNCMVLlU1KSgCAjQAAAH/vv6ZAMwAmgADAAixAQAAL80wMXcDIxPMWbVamv3/AgEAAAUATP/wBpkEnwApAC0AMQA1ADkAMUAYODk5MX0WLS0XMAo1NDQmGwEGBiZ+ERsLAD8zPzMRMxESOS8zPzMzETM/MxEzMDFBBy4DJyYOAgcHBh4CFxY+AjcXDgInLgM3Nz4DMx4CAQchNxMDIxMBByE3AQchNwQzMyxZWVktWYlhOwsJCAoxZVMsWVlYLRxAg4JAd6VjJAsID1uUyH1DhYYB/xv9exvcyrXLAmQb/c8bAtQb/YAbBIyaAQUHBgEBRHWVUEVEjXdMAwICBAUBlwQHBQIDXp3Ga0R1zp5ZAQgJ/AuYmAP1+3MEjf4Zl5cB55mZAAABAD7+pgQuBKQAOwAUtwAVHx81Cyk1AC8vMxI5LzMyMDFFFj4CNxM2LgInJg4CBwYeAhcWPgI3Nw4CJy4DNz4DFx4DBwcOBCcmJic3FhYBQHizfkwRKAgHLmJRTnZSLwgGDzJZQz90YEEMZQ59yYFpmF8mCQpQhrZxeaZfHg0mEEpyncl7R4lANDJmwgJip8xnAQlDiHRIAwJBbodEOHdlQQICJEZkPwJ9wGoDA1KKr2Fpv5RUAgNen8lt8m3TuYxPAgEfHowWHQAAAf8P/kcBEACZABEACrINBgAAL8wyMDF3MwcOAiMmJic3FhYzMjY2N1u1JA1YmGweOR0bFzEYNkYnB5nxZaBcAQkInwYJN1gvAP///6z+oQQ8BI0EBgJmKwD////j/p0EUgSMBAYCaA4A////uP62BBUEjQQGAmflAP//ACwAAAPrBKMEBgJl8wD//wBW/rYEYgSNBAYCaSsA//8AJP/oBDAEpAQGAn/AAP//AGb/6QPrBbMEBgAa+QD//wAb/qYECwSkBAYCbd0A//8AQP/pBCsFxwYGABwAAP//AQ0AAANiBI0EBgJkUQD///8J/kcBsAQ6BAYAnAAA////Cf5HAbAEOgYGAJwAAP//AC8AAAGfBDoGBgCNAAD///94/lgBnwQ6BiYAjQAAAQYApMoKAAu2AQQCAABDVgArNAD//wAvAAABnwQ6BgYAjQAAAAMAHv/mA9UEoQADABYAMQApQBQPJiYNIyMJGy8LcgQAAAITCX4CCgA/PzMSOS8zKzIROS8zMxEzMDFBAyMTFwc+AhcWFhcBIzcBJiYnJgYGAzcWFjMyNjY3NiYmJyc3Fx4DBw4CJyImAVWDtIO2qwtluYpztU7+YW4UARghTy1UaTg9QSRQK0RpQQcIPWo7XRhmSIdqOgUIdL50Om0C8f0PAvECAoLFbQMDaU/+U3IBJB4eAQJRgvzlmRkcPmlBR0obAQGKAQEkSHRTdrBgAh0AAAIAZP/oBHAEpAAVACsADrUcEX4nBgsAPzM/MzAxQQcOAycuAzc3PgMXHgMHNzYuAicmDgIHBwYeAhcWPgIEZAIPWpTPg32rZCMMAg9cls6CfatjIsQFBwszaVZcjWM8CgYHCzRqVl2NYzkCVxR52qlfAwNkqNBvFXjZp14DAmSl0I8vRpJ7TgMDSH2cUC5GlH5RAwNJgJ4AAQBiAAAESwWwAAYAE0AJAQUFBgRyAwxyACsrMhEzMDFBBwEjASE3BEsU/OvAAxL9PhsFsHP6wwUYmAAAAwAf/+gEFgYAAAQAGgAvABlADiEWB3IrCwtyBApyAAByACsrKzIrMjAxQTMDByMBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBhYWFxY+AgEqtug6nwPtAwxMfrFzaY1SHgYLEU58q21vkVAZwgIHCi5fTz5vWz8PKAI8b0lUflg1BgD6x8cCLRVkyKNhAwNblbVbXGG7lVcDA2SfvnEVP4Z0SQICLVFpOvNIf08DA0Z3kAAAAQBE/+kD5wRRACcAGUAMHRkZFAdyBAQACQtyACsyMi8rMi8yMDFlFjY2NzcOAicuAzc3PgMXHgIHIzQmJicmDgIHBwYeAgHdQnNSEqsQi8drcp5eIgsFDVWLvnZyploBqS9cRlN9WDQKBQcHLV+CAjVhPwFtpVsCA1uYv2UrbcaYVgMDZ69wQWxCAwNDco1IKj+Hc0kAAwBD/+gEhgYAAAQAGgAvABlADSEEBBYLcisLB3IBAHIAKysyKzIvMjAxZRMzASMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgLs5Lb+9Zz9bQMMToG0c2mMUB4GCxFOfKtuapFUHcMDBwsxX01SjGQWKAIfP1o5VIFaNt0FI/oAAgkVZcqkYQMDXZa0W1xhu5VVAwRkoLtyFT+FdEkDAk6CTPM3ZVAwAgNFdpEAAwAj/lEENwRRABMAKQA+ABtADzAlC3I6GgdyDgYPcgAGcgArKzIrMisyMDFBMwMOAycmJic3FhYXFjY2NxMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgOcm6wQUoS4dlquTEI8kEprj1EOhvzzAg1MgLR0aYxRHgYLEU98rG1rkVMcwwMHCzBfTVOLZBYoAh8/WjlUgFo2BDr8FW67iksCAjgwiywwAQNdnmIDE/6xFmbJo2ADAl2WtFtbYrqVVgMDZaC8cBU+hXRJAgNOgkzzN2VQMAIDRXeRAAIAQv/pBCYEUQAVACsAELccEQtyJwYHcgArMisyMDFTNz4DFx4DBwcOAycuAzcHBh4CFxY+Ajc3Ni4CJyYOAkwDDlqSw3dyo2YoCgMOW5PEdnCjZijCAwgONGNOU4JeOgoDBw00Y05Ugl45AgoXbsueWQMCXpvBZxhuyZtYAwJdmcB9GD+IdEkDA0V3kEkWQIl2SwMCRniSAAAD/9f+YAQUBFIABAAaAC8AGUAOIRYHcisLC3IDBnICDnIAKysrMisyMDFBAyMBMwEHDgMnLgM3Nz4DFx4DBzc2LgInJg4CBwMGFhYXFj4CAWvetgEEmgKVAwxLfrFzZo9ZJAYOEVF/rW1vkk8ZwwMHCzJhTz5wWkAPKwE/b0dTgVw3A1/7AQXa/fIVZMejYQMDVYyvXG9iu5ZWAwNkoL5xFUCGdEkCAi1RaTr++0d5SgMCR3iRAAMAQv5gBDYEUgAEABoALwAZQA4hFgtyKwsHcgQOcgMGcgArKysyKzIwMUETNzMBATc+AxceAwcHDgMnLgM3BwYeAhcWNjY3NzYuAicmDgICfOI5n/78/RoDDE2BtnVpjlIfBQwQUH6tbmyTVB3EAwcLMWBOU49nFigCIUFcOFWCWzf+YAUVxfomA6gWZ8qjYAMDXJa1W1xiu5RVAwNjn7xyFT6HdUsDAlCFTfM3Z1ExAgNGeZMAAQBG/+wD4QRRACoAGUAMExISABkLB3IkAAtyACsyKzIROS8zMDFFLgM3Nz4DFx4DBwchNwU3NiYmJyYOAgcHBh4CFxY2NxcGBgICc6xvLgkFDFWLunFrlVgeDBP87xsCVwUMIl9RUXlVMwkFCBZBblFNkEAtRbgTAVaUwWwtaMObWQMCUYivYnmXARxKf1ADA0RzjEUsR4huQwIBMCqBPjIAAwA1/lEEKQRRABIAKAA9ABtADy8kC3I5GQdyDQYPcgAGcgArKzIrMisyMDFBMwMOAicmJic3FhYXFjY2NxMBNz4DFx4DBwcOAycuAzcHBh4CFxY2Njc3Ni4CJyYOAgOOm68Vhd6ZUJ5GQjd+QWeOUw+I/QYDDEd4rnRpjFEdBgsRTnyrbWuLTBbCAwcGKFlNUoxkFicDID9aOVV6UjAEOvwDkOB8AgItKIwkJgECVJZgAyX+sBZkyKZhAgNcl7RbXGG6lVYDBGWhu24VPIR0SwIDToJM8zdmUDABA0d4kAAC/7/+SwRRBEcAAwAlABlADA4VAQEVHwQHcgMGcgArKzIvMy8RMzAxQQEjASUeAxcTHgIXFjY3BwYGBwYuAicDLgInJgYHNzY2BFH8OMoD0f1zO1I5Jw7yCBkpIxcwFz4OGg86UTclDusKHjUuECEQCxcvBDr6JgXaDQIuS14w/EwcQjEEAgICngYHAQIxUWAuA5kkUjsCAQMBlwUH//8AqQAAAwMFuAQGABWvAAABACz/7gQjBJ8AQQAXQAs4OBAifhkKMwALcgArMj8/MzkvMDFFLgM3PgI3JTY2NzYmBwYGBwYWFhcBIwEuAjc+AhceAgcOAgcFDgIHBhYWFxY+Ajc3BgYHBgYHBgYBfj96YjcEBD5gOAElJEAHB0EzN1YHBiI2FgH/vv5AJEYtBAZhllNIgE4FAy9KK/63HDMiBQgwVTFmqH5QDqEPaFALFAxU7Q8BJEVqSEhuWCa/GkkvNT4BAUo2KUhBHv1NAlYvYGo/WXo+AQI9cE83XU0d2RQwOyQ4RCABA0iCqV8Be8pcDBoLUkcAA//pAAADIwSNAAMABwALAB1ADQgJCQsKCgYHfQMCBgoAPzMzPxI5LzMzLzMwMWUHITcTAyMTAQcFNwMjG/2eG9zKtcsBdRj9oxiYmJgD9ftzBI3+hYS6hAAABv+aAAAGAASNAAMABwALABAAFAAYADNAGAoLCxgYDwcGFBMGEwYTDQ99AwICFxcNCgA/MxEzETM/Ejk5Ly8RMxEzETMRMxEzMDFlByE3AQchNwEHITcHASMBMxMHITcBAyMTBXgb/dQaAiMa/h8bAnIb/dQblP0ozgNOegsb/bYbAsyks6OWlpYCFZWVAeKWlnr77QSN/TeWlgLJ+3MEjQAAAgAeAAADogSNAAMAGQAXQAoPEBABfQUEBAAKAD8yLzM/My8zMDFzEzMDJzcXMjY2NzYmJicnNxceAgcOAicey7TKCRvYRoFYCggzYj7sHNNssmYICozVdwSN+3PsmQErXk1EWi8CAZkBA1GddYOjTAEAA//0/8YEowS3ABUAKwAvABtACy8vHBF+LS0nBgtyACsyMnwvGD8zM3wvMDFBBw4DJy4DNzc+AxceAwc3Ni4CJyYOAgcHBh4CFxY+AgEBIwEEOgcPWZPJfXenZCQLCA5blMh8d6dkJMYIBwozZ1RZh2A6CgkICzNnVFuJXzgBLfvwnwQQAm1CddCgWQMCX57Ha0Rz0J9ZAgNensatRUaMdEkDA0R2lU5FRY55TAMDRXmYAtv7DwTxAAQAHgAABNUEjQADAAcACwAPABtADAIDgA4PDwsHfQoGCgA/Mz8zMy8zGswyMDFBByE3EwMjEyEDIxMXByE3A60b/XIbfsq1ywOyy7TK7xv7nxsCi5mZAgL7cwSN+3MEjaaYmAACAB7+RwSbBI0ACQAbAB9ADxcQD3IJAwZ9CAoKAgIFCgA/MxEzETM/MzMrMjAxQQMjAQMjEzMBEwMzBw4CJyYmJzcWFjMyNjY3BJvLrv5LmrXLrQG2msC0FA1ZmG0fOR4fGDAYN0YnCASN+3MDdPyMBI38jAN0+6iNZqBbAQEKCZwGCTdXMAD//wAaAh8CEAK3BgYAEQAAAAMALwAABO0FsAAaAB4AIgAjQBECAQEdIiEhHQ4PDx4Cch0IcgArKzIRMxE5LzMRMxEzMDFhITcFMjY2Nzc2LgInJTcFHgMHBw4CBAMDIxMBByE3AeT+zR0BG5/pjhcNDBFKjnD+thwBMpLRgS8QDBV8wv8Aa/29/QFgG/2UG50Bi++WWmC4lVsDAZ4BA3G+9IZXlPu4ZQWw+lAFsP2BmJgAAAMALwAABO0FsAAaAB4AIgAjQBECAQEdIiEhHQ4PDx4Cch0IcgArKzIRMxE5LzMRMxEzMDFhITcFMjY2Nzc2LgInJTcFHgMHBw4CBAMDIxMBByE3AeT+zR0BG5/pjhcNDBFKjnD+thwBMpLRgS8QDBV8wv8Aa/29/QFgG/2UG50Bi++WWmC4lVsDAZ4BA3G+9IZXlPu4ZQWw+lAFsP2BmJgAAAMAPgAAA/gGAAADABoAHgAZQA0eHRYKB3IDAHIRAgpyACsyKysyxDIwMUEBIwEDJz4DFx4DBwMjEzYmJicmDgIBByE3Af7+9bUBCxhKDkt7q25XdUIWCXa2eAcXTUhMels5Abkb/ZUbBgD6AAYA/EYCYbuWVwMCP2yNT/07AshBaT8CAj5rgwLgmJgAAwCpAAAFCQWwAAMABwALABVACgMKCwYHAnIBCHIAKysyLzMyMDFBAyMTIQchNwEHITcDQ/y6/QJ/HPu8HAMMG/2VGwWw+lAFsJ6e/h6YmAAD//T/7QKVBUEAAwAVABkAHUAOChELchgZGQICBAQDBnIAKzIvMhEzLzMrMjAxQQchNxMzAwYWFhcyNjcHBgYnLgI3AQchNwKVGf3HGe60twMKJicWKxYNIEMhU14iBwHlG/2VGwQ6jo4BB/vJIzghAQcDmAkJAQFSgkoB5ZiY////rwAABIsHNwYmACUAAAEHAEQBZwE3AAu2AxAHAQFhVgArNAD///+vAAAEmQc3BiYAJQAAAQcAdQHzATcAC7YDDgMBAWFWACs0AP///68AAASLBzcGJgAlAAABBwCeAPkBNwALtgMRBwEBbFYAKzQA////rwAABLAHIgYmACUAAAEHAKUBAAE7AAu2AxwDAQFrVgArNAD///+vAAAEiwb/BiYAJQAAAQcAagEzATcADbcEAyMHAQF4VgArNDQA////rwAABIsHlAYmACUAAAEHAKMBfgFCAA23BAMZBwEBR1YAKzQ0AP///68AAASdB5MGJgAlAAABBwJBAYEBIgAStgUEAxsHAQC4/7KwVgArNDQ0//8AcP5BBPkFxwYmACcAAAEHAHkBw//2AAu2ASgFAAAKVgArNAD//wA7AAAEsQdCBiYAKQAAAQcARAE2AUIAC7YEEgcBAWxWACs0AP//ADsAAASxB0IGJgApAAABBwB1AcIBQgALtgQQBwEBbFYAKzQA//8AOwAABLEHQgYmACkAAAEHAJ4AxwFCAAu2BBMHAQF3VgArNAD//wA7AAAEsQcKBiYAKQAAAQcAagEBAUIADbcFBCUHAQGDVgArNDQA//8ASQAAAhcHQgYmAC0AAAEHAET/7AFCAAu2AQYDAQFsVgArNAD//wBJAAADHgdCBiYALQAAAQcAdQB4AUIAC7YBBAMBAWxWACs0AP//AEkAAALiB0IGJgAtAAABBwCe/30BQgALtgEHAwEBd1YAKzQA//8ASQAAAwoHCgYmAC0AAAEHAGr/uAFCAA23AgEZAwEBg1YAKzQ0AP//ADsAAAV4ByIGJgAyAAABBwClATUBOwALtgEYBgEBa1YAKzQA//8Ac//pBRAHOQYmADMAAAEHAEQBigE5AAu2Ai4RAQFPVgArNAD//wBz/+kFEAc5BiYAMwAAAQcAdQIVATkAC7YCLBEBAU9WACs0AP//AHP/6QUQBzkGJgAzAAABBwCeARsBOQALtgIvEQEBWlYAKzQA//8Ac//pBRAHJAYmADMAAAEHAKUBIgE9AAu2AjoRAQFZVgArNAD//wBz/+kFEAcBBiYAMwAAAQcAagFVATkADbcDAkERAQFmVgArNDQA//8AY//oBRwHNwYmADkAAAEHAEQBYwE3AAu2ARgAAQFhVgArNAD//wBj/+gFHAc3BiYAOQAAAQcAdQHuATcAC7YBFgsBAWFWACs0AP//AGP/6AUcBzcGJgA5AAABBwCeAPQBNwALtgEZAAEBbFYAKzQA//8AY//oBRwG/wYmADkAAAEHAGoBLgE3AA23AgErAAEBeFYAKzQ0AP//AKgAAAUzBzYGJgA9AAABBwB1Ab4BNgALtgEJAgEBYFYAKzQA//8AMf/pA8cGAAYmAEUAAAEHAEQA2gAAAAu2Aj0PAQGMVgArNAD//wAx/+kEDAYABiYARQAAAQcAdQFmAAAAC7YCOw8BAYxWACs0AP//ADH/6QPRBgAGJgBFAAABBgCebAAAC7YCPg8BAZdWACs0AP//ADH/6QQjBesGJgBFAAABBgClcwQAC7YCSQ8BAZZWACs0AP//ADH/6QP4BcgGJgBFAAABBwBqAKYAAAANtwMCUA8BAaNWACs0NAD//wAx/+kDxwZdBiYARQAAAQcAowDxAAsADbcDAkYPAQFyVgArNDQA//8AMf/pBBAGXAYmAEUAAAEHAkEA9P/rABK2BAMCSA8AALj/3bBWACs0NDT//wBG/kED4gRRBiYARwAAAQcAeQE///YAC7YBKAkAAApWACs0AP//AEX/6wPaBgAGJgBJAAABBwBEAL4AAAALtgEuCwEBjFYAKzQA//8ARf/rA/AGAAYmAEkAAAEHAHUBSgAAAAu2ASwLAQGMVgArNAD//wBF/+sD2gYABiYASQAAAQYAnk8AAAu2AS8LAQGXVgArNAD//wBF/+sD3AXIBiYASQAAAQcAagCKAAAADbcCAUELAQGjVgArNDQA//8ALwAAAcUF/gYmAI0AAAEGAESa/gALtgEGAwEBnlYAKzQA//8ALwAAAswF/gYmAI0AAAEGAHUm/gALtgEEAwEBnlYAKzQA//8ALwAAApAF/gYmAI0AAAEHAJ7/K//+AAu2AQcDAQGpVgArNAD//wAvAAACuAXGBiYAjQAAAQcAav9m//4ADbcCARkDAQG1VgArNDQA//8AIAAABBoF6wYmAFIAAAEGAKVqBAALtgIqAwEBqlYAKzQA//8ARv/pBBcGAAYmAFMAAAEHAEQAyAAAAAu2Ai4GAQGMVgArNAD//wBG/+kEFwYABiYAUwAAAQcAdQFUAAAAC7YCLAYBAYxWACs0AP//AEb/6QQXBgAGJgBTAAABBgCeWQAAC7YCLwYBAZdWACs0AP//AEb/6QQXBesGJgBTAAABBgClYQQAC7YCOgYBAZZWACs0AP//AEb/6QQXBcgGJgBTAAABBwBqAJMAAAANtwMCQQYBAaNWACs0NAD//wBb/+gEFAYABiYAWQAAAQcARADMAAAAC7YCHhEBAaBWACs0AP//AFv/6AQUBgAGJgBZAAABBwB1AVcAAAALtgIcEQEBoFYAKzQA//8AW//oBBQGAAYmAFkAAAEGAJ5dAAALtgIfEQEBq1YAKzQA//8AW//oBBQFyAYmAFkAAAEHAGoAlwAAAA23AwIxEQEBt1YAKzQ0AP///6r+RwPsBgAGJgBdAAABBwB1AR4AAAALtgIZAQEBoFYAKzQA////qv5HA+wFyAYmAF0AAAEGAGpeAAANtwMCLgEBAbdWACs0NAD///+vAAAEnwbkBiYAJQAAAQcAcAEEAT8AC7YDEAMBAaZWACs0AP//ADH/6QQSBa0GJgBFAAABBgBwdwgAC7YCPQ8BAdFWACs0AP///68AAASLBw8GJgAlAAABBwChAS0BNwALtgMTBwEBU1YAKzQA//8AMf/pA+sF2AYmAEUAAAEHAKEAoAAAAAu2AkAPAQF+VgArNAAABP+v/k4EiwWwAAQACQANACMAK0AVDQwMAxYdBgACBwMCcg4PDwUFAghyACsyETMRMysyEjk5LzMSOS8zMDFBASMBMxMDNzMBAwchNwEXDgIHBhYXMjY3FwYGIyYmNz4CAyz9TMkDGIGK8RN4AR92HPzlHAMlSyVXQgYDHCAaMxcEIk0pUVsCAlmBBST63AWw+lAFOnb6UAIbnp7+Hz0bQlMyICEBEAp7FRUBZ1BOdVQAAAMAMf5OA8cEUAAbADoAUAArQBceOjoPQ0oPcicxC3I7PDwZCnIJBQ8HcgArMjIrMhEzKzIrMhI5LzMwMWUTNiYmJyYGBgcHPgMXHgIHAwYGFwcHJjYTByciDgIHBhYWFxY2NjcXDgMnLgI3PgMzExcOAgcGFhcyNjcXBgYjJiY3PgICrloHJVVAOGtODLQHWISYSG2hUgtTCQMOArcLAXUVqzZ4bEoIBidQNUWGZBNCE1Z1hkNbk1UGBmCXtFi7SiVXQgYDHCEaMhcEIk0pUVsCAlmBuQIvPl40AgEmTDoBUXlRJwECWaBw/gg3bzURAS5eAgWCARAsU0I2TywBAThoRFlCb1AsAQJOjV5njFQl/ak9G0JTMiAhARAKexUVAWdQTnVU//8AcP/oBPkHVwYmACcAAAEHAHUCAAFXAAu2ASgQAQFtVgArNAD//wBG/+oD4gYABiYARwAAAQcAdQErAAAAC7YBKBQBAYxWACs0AP//AHD/6AT5B1cGJgAnAAABBwCeAQYBVwALtgErEAEBeFYAKzQA//8ARv/qA+IGAAYmAEcAAAEGAJ4wAAALtgErFAEBl1YAKzQA//8AcP/oBPkHGwYmACcAAAEHAKIB2wFXAAu2ATEQAQGCVgArNAD//wBG/+oD4gXEBiYARwAAAQcAogEGAAAAC7YBMRQBAaFWACs0AP//AHD/6AT5B1gGJgAnAAABBwCfARoBVwALtgEuEAEBdlYAKzQA//8ARv/qA+IGAQYmAEcAAAEGAJ9FAAALtgEuFAEBlVYAKzQA//8AOwAABM8HQwYmACgAAAEHAJ8A0gFCAAu2AiUeAQF1VgArNAD//wBH/+gFpwYCBCYASAAAAQcB1ASYBRMAC7YDOQEBAABWACs0AP//ADsAAASxBu8GJgApAAABBwBwANIBSgALtgQSBwEBsVYAKzQA//8ARf/rA/UFrQYmAEkAAAEGAHBaCAALtgEuCwEB0VYAKzQA//8AOwAABLEHGgYmACkAAAEHAKEA/AFCAAu2BBUHAQFeVgArNAD//wBF/+sD2gXYBiYASQAAAQcAoQCEAAAAC7YBMQsBAX5WACs0AP//ADsAAASxBwYGJgApAAABBwCiAZ0BQgALtgQZBwEBgVYAKzQA//8ARf/rA9oFxAYmAEkAAAEHAKIBJQAAAAu2ATULAQGhVgArNAAABQA7/k4EsQWwAAMABwALAA8AJQApQBQKCwsYHw4PDwcCchAREQMCAgYIcgArMhEzMhEzKzIRMy8zOS8zMDFlByE3AQMjEwEHITcBByE3ARcOAgcGFhcyNjcXBgYjJiY3PgID2hz9ExsBCf29/QKzG/11HANQHP0dHAFfSyZXQgUEHSAaMhcEIk0oUVsCAliBnZ2dBRP6UAWw/Y6dnQJynp76ij0bQlMyICEBEAp7FRUBZ1BOdVQAAAIARf5oA9oEUQArAEEAJUATEhMTCzQ7DnIZCwdyLC0kJAALcgArMhE5OSsyKzISOS8zMDFFLgM3Nz4DFx4DBwchNwU3NiYmJyYOAgcHBh4CFxY2NxcOAjcXDgIHBhYXMjY3FwYGIyYmNz4CAepvo2csCQQKUom7cnGWVRoLC/zvGAJXAwokX1BTelIvCQQGFDlmS1uRPGcvgpozSiVXQgYDHCEZMxcEIk0pUVsCAlmBFAJVkbpmK2jJol8DAlyXu2JTlwEQSIZXAgNJe5FFKkCCa0MCAlNAWEVeLmk9G0JTMiAhARAKexUVAWdQTnVU//8AOwAABLEHQwYmACkAAAEHAJ8A3AFCAAu2BBYHAQF1VgArNAD//wBF/+sD5gYBBiYASQAAAQYAn2QAAAu2ATILAQGVVgArNAD//wB0/+sFBQdXBiYAKwAAAQcAngD+AVcAC7YBLxABAXhWACs0AP//AAP+UQQpBgAGJgBLAAABBgCeUgAAC7YDQhoBAZdWACs0AP//AHT/6wUFBy8GJgArAAABBwChATMBVwALtgExEAEBX1YAKzQA//8AA/5RBCkF2AYmAEsAAAEHAKEAhwAAAAu2A0QaAQF+VgArNAD//wB0/+sFBQcbBiYAKwAAAQcAogHUAVcAC7YBNRABAYJWACs0AP//AAP+UQQpBcQEJgBLAAABBwCiASgAAAALtgNIGgEBoVYAKzQA//8AdP3zBQUFxwYmACsAAAEHAdQBjf6VAA60ATUFAQG4/5iwVgArNP//AAP+UQQpBpQEJgBLAAABBwJOATEAVwALtgM/GgEBmFYAKzQA//8AOwAABXcHQgYmACwAAAEHAJ4BIQFCAAu2Aw8LAQF3VgArNAD//wAgAAAD2gdBBiYATAAAAQcAngBVAUEAC7YCHgMBASZWACs0AP//AEkAAAM1By0GJgAtAAABBwCl/4UBRgALtgESAwEBdlYAKzQA//8AEQAAAuMF6QYmAI0AAAEHAKX/MwACAAu2ARIDAQGoVgArNAD//wBJAAADIwbvBiYALQAAAQcAcP+IAUoAC7YBBgMBAbFWACs0AP//AC4AAALRBasGJgCNAAABBwBw/zYABgALtgEGAwEB41YAKzQA//8ASQAAAv0HGgYmAC0AAAEHAKH/sgFCAAu2AQkDAQFeVgArNAD//wAvAAACqwXWBiYAjQAAAQcAof9g//4AC7YBCQMBAZBWACs0AP///4v+VwICBbAGJgAtAAABBgCk3QkAC7YBBQIAAABWACs0AP///23+TgHlBcYGJgBNAAABBgCkvwAAC7YCEQIAAABWACs0AP//AEkAAAI3BwYGJgAtAAABBwCiAFMBQgALtgENAwEBgVYAKzQA//8ASf/oBmAFsAQmAC0AAAAHAC4CHAAA//8AL/5GA7kFxgQmAE0AAAAHAE4B4wAA//8AB//oBQwHNQYmAC4AAAEHAJ4BpwE1AAu2ARcBAQFqVgArNAD///8J/kcClwXXBiYAnAAAAQcAnv8y/9cAC7YBFQABAYJWACs0AP//ADv+VgVRBbAEJgAvAAABBwHUAVr++AAOtAMXAgEAuP/nsFYAKzT//wAg/kMEGwYABiYATwAAAQcB1ADY/uUADrQDFwIBAbj/1LBWACs0//8AOwAAA7EHMgYmADAAAAEHAHUAZgEyAAu2AggHAQFcVgArNAD//wAvAAADDweXBiYAUAAAAQcAdQBpAZcAC7YBBAMBAXFWACs0AP//ADv+BgOxBbAEJgAwAAABBwHUASb+qAAOtAIRAgEBuP+XsFYAKzT///+i/gYB7wYABCYAUAAAAQcB1P++/qgADrQBDQIBAbj/l7BWACs0//8AOwAAA7EFsQYmADAAAAEHAdQCmgTCAAu2AhEHAAABVgArNAD//wAvAAADOwYCBCYAUAAAAQcB1AIsBRMAC7YBDQMAAAJWACs0AP//ADsAAAOxBbAGJgAwAAAABwCiAUz9xP//AC8AAAKuBgAEJgBQAAAABwCiAMr9tf//ADsAAAV4BzcGJgAyAAABBwB1AicBNwALtgEKBgEBYVYAKzQA//8AIAAABAMGAAYmAFIAAAEHAHUBXQAAAAu2AhwDAQGgVgArNAD//wA7/gYFeAWwBCYAMgAAAQcB1AGH/qgADrQBEwUBAbj/l7BWACs0//8AIP4GA9oEUQQmAFIAAAEHAdQA7v6oAA60AiUCAQG4/5ewVgArNP//ADsAAAV4BzgGJgAyAAABBwCfAUEBNwALtgEQCQEBalYAKzQA//8AIAAAA/kGAQYmAFIAAAEGAJ93AAALtgIiAwEBqVYAKzQA//8AIAAAA9oGBQYmAFIAAAEHAdQARAUWAAu2AiADAQE6VgArNAD//wBz/+kFEAbmBiYAMwAAAQcAcAEmAUEAC7YCLhEBAZRWACs0AP//AEb/6QQXBa0GJgBTAAABBgBwZAgAC7YCLgYBAdFWACs0AP//AHP/6QUQBxEGJgAzAAABBwChAU8BOQALtgIxEQEBQVYAKzQA//8ARv/pBBcF2AYmAFMAAAEHAKEAjgAAAAu2AjEGAQF+VgArNAD//wBz/+kFVAc4BiYAMwAAAQcApgGWATkADbcDAiwRAQFFVgArNDQA//8ARv/pBJIF/wYmAFMAAAEHAKYA1AAAAA23AwIsBgEBglYAKzQ0AP//ADsAAAS8BzcGJgA2AAABBwB1AbcBNwALtgIeAAEBYVYAKzQA//8AIAAAA2MGAAYmAFYAAAEHAHUAvQAAAAu2AhcDAQGgVgArNAD//wA7/gYEvAWwBCYANgAAAQcB1AEd/qgADrQCJxgBAbj/l7BWACs0////n/4HAtEEVAQmAFYAAAEHAdT/u/6pAA60AiACAQG4/5iwVgArNP//ADsAAAS8BzgGJgA2AAABBwCfANEBNwALtgIkAAEBalYAKzQA//8AIAAAA1kGAQYmAFYAAAEGAJ/XAAALtgIdAwEBqVYAKzQA//8AKf/qBKMHOQYmADcAAAEHAHUBwwE5AAu2AToPAQFPVgArNAD//wAu/+sD7QYABiYAVwAAAQcAdQFHAAAAC7YBNg4BAYxWACs0AP//ACn/6gSjBzkGJgA3AAABBwCeAMkBOQALtgE9DwEBWlYAKzQA//8ALv/rA7MGAAYmAFcAAAEGAJ5NAAALtgE5DgEBl1YAKzQA//8AKf5KBKMFxgYmADcAAAEHAHkBkv//AAu2ATorAAATVgArNAD//wAu/kEDswRPBiYAVwAAAQcAeQFb//YAC7YBNikAAApWACs0AP//ACn9+wSjBcYGJgA3AAABBwHUASz+nQAOtAFDKwEBuP+gsFYAKzT//wAu/fIDswRPBiYAVwAAAQcB1AD0/pQADrQBPykBAbj/l7BWACs0//8AKf/qBKMHOgYmADcAAAEHAJ8A3QE5AAu2AUAPAQFYVgArNAD//wAu/+sD4wYBBiYAVwAAAQYAn2EAAAu2ATwOAQGVVgArNAD//wCp/fwFCQWwBiYAOAAAAQcB1AEe/p4ADrQCEQIBAbj/jbBWACs0//8AQ/38ApUFQQYmAFgAAAEHAdQAgv6eAA60Ah8RAQG4/6GwVgArNP//AKn+SwUJBbAGJgA4AAABBwB5AYUAAAALtgIIAgEAAFYAKzQA//8AQ/5LApUFQQYmAFgAAAEHAHkA6QAAAAu2AhYRAAAUVgArNAD//wCpAAAFCQc3BiYAOAAAAQcAnwDTATYAC7YCDgMBAWlWACs0AP//AEP/7QONBnoEJgBYAAABBwHUAn4FiwAOtAIaBAEAuP+osFYAKzT//wBj/+gFHAciBiYAOQAAAQcApQD7ATsAC7YBJAsBAWtWACs0AP//AFv/6AQVBesGJgBZAAABBgClZQQAC7YCKhEBAapWACs0AP//AGP/6AUcBuQGJgA5AAABBwBwAP8BPwALtgEYCwEBplYAKzQA//8AW//oBBQFrQYmAFkAAAEGAHBoCAALtgIeEQEB5VYAKzQA//8AY//oBRwHDwYmADkAAAEHAKEBKAE3AAu2ARsAAQFTVgArNAD//wBb/+gEFAXYBiYAWQAAAQcAoQCSAAAAC7YCIREBAZJWACs0AP//AGP/6AUcB5QGJgA5AAABBwCjAXkBQgANtwIBIQABAUdWACs0NAD//wBb/+gEFAZdBiYAWQAAAQcAowDiAAsADbcDAicRAQGGVgArNDQA//8AY//oBS0HNgYmADkAAAEHAKYBbwE3AA23AgEWAAEBV1YAKzQ0AP//AFv/6ASWBf8GJgBZAAABBwCmANgAAAANtwMCHBEBAZZWACs0NAAAAgBj/noFHAWwABUAKwAbQA0eJQELAnIXFhERBglyACsyEjk5KzIvMzAxQTMDDgInLgI3EzMDBhYWFxY2NjcDFw4CBwYWFzI2NxcGBiMmJjc+AgRgvKgWovmZkdFlEai6pwsxe2Rqo2cQ0ksmV0IFBB0gGjIXBCJNKFFbAgJYgQWw/CmY4HkDA3zbkgPZ/CZflFcDA1GYaP6PPRtCUzIgIQEQCnsVFQFnUE51VAAAAwBb/k4EFAQ6AAQAGwAxACFAESQrD3IBEQZyHB0dBAQYCwtyACsyMhEzETMrMisyMDFBEzMDIxM3DgMnLgM3EzMDBh4CFxY2NgMXDgIHBhYXMjY3FwYGIyYmNz4CAtCOtrytaUoNQnGncll3RBYIdbV1BAYePzRsllgCSyVXQgYEHSAaMhgEI0wpUVsCAlmBAQQDNvvGAd4DZreNTwMDQnCQUAK6/UMsVUYrAgRZnv6+PRtCUzIgIQEQCnsVFQFnUE51VAD//wDDAAAHQQc3BiYAOwAAAQcAngHcATcAC7YEGRUBAWxWACs0AP//AIAAAAX+BgAGJgBbAAABBwCeARsAAAALtgQZFQEBq1YAKzQA//8AqAAABTMHNgYmAD0AAAEHAJ4AxAE2AAu2AQwCAQFrVgArNAD///+q/kcD7AYABiYAXQAAAQYAniQAAAu2AhwBAQGrVgArNAD//wCoAAAFMwb+BiYAPQAAAQcAagD+ATYADbcCAR4CAQF3VgArNDQA////7AAABM4HNwYmAD4AAAEHAHUBvQE3AAu2Aw4NAQFhVgArNAD////uAAADzwYABiYAXgAAAQcAdQElAAAAC7YDDg0BAaBWACs0AP///+wAAATOBvsGJgA+AAABBwCiAZgBNwALtgMXCAEBdlYAKzQA////7gAAA88FxAYmAF4AAAEHAKIBAAAAAAu2AxcIAQG1VgArNAD////sAAAEzgc4BiYAPgAAAQcAnwDXATcAC7YDFAgBAWpWACs0AP///+4AAAPPBgEGJgBeAAABBgCfPwAAC7YDFAgBAalWACs0AP///4MAAAd5B0IGJgCBAAABBwB1AvgBQgALtgYZAwEBbFYAKzQA//8AE//qBlcGAQYmAIYAAAEHAHUCcwABAAu2A18PAQGNVgArNAD//wAg/6MFnAeABiYAgwAAAQcAdQIpAYAAC7YDNBYBAZZWACs0AP//ADr/eQQpBf8GJgCJAAABBwB1ATr//wALtgMwCgEBi1YAKzQA////r///BAwEjQYmAkoAAAAHAkD/HP92////r///BAwEjQYmAkoAAAAHAkD/HP92//8AbgAABEIEjQYmAfIAAAAGAkA+3////6YAAAPjBh4GJgJNAAABBwBEAN8AHgALtgMQBwEBa1YAKzQA////pgAABBAGHgYmAk0AAAEHAHUBagAeAAu2Aw4DAQFrVgArNAD///+mAAAD4wYeBiYCTQAAAQYAnnAeAAu2AxMDAQFrVgArNAD///+mAAAEJwYJBiYCTQAAAQYApXciAAu2AxsDAQFrVgArNAD///+mAAAD/AXmBiYCTQAAAQcAagCqAB4ADbcEAxcDAQFrVgArNDQA////pgAAA+MGewYmAk0AAAEHAKMA9QApAA23BAMZAwEBUVYAKzQ0AP///6YAAAQUBnoGJgJNAAAABwJBAPgACf//AEj+RwQzBKAGJgJLAAAABwB5AWn//P//AB4AAAPwBh4GJgJCAAABBwBEALQAHgALtgQSBwEBbFYAKzQA//8AHgAAA/AGHgYmAkIAAAEHAHUBQAAeAAu2BBAHAQFsVgArNAD//wAeAAAD8AYeBiYCQgAAAQYAnkUeAAu2BBYHAQFsVgArNAD//wAeAAAD8AXmBiYCQgAAAQYAan8eAA23BQQZBwEBhFYAKzQ0AP//ACsAAAHDBh4GJgH9AAABBgBEmB4AC7YBBgMBAWtWACs0AP//ACsAAALJBh4GJgH9AAABBgB1Ix4AC7YBBAMBAWtWACs0AP//ACsAAAKOBh4GJgH9AAABBwCe/ykAHgALtgEJAwEBdlYAKzQA//8AKwAAArUF5gYmAf0AAAEHAGr/YwAeAA23AgENAwEBhFYAKzQ0AP//AB4AAASbBgkGJgH4AAABBwClAKEAIgALtgEYBgEBdlYAKzQA//8ATP/tBEYGHgYmAfcAAAEHAEQA9wAeAAu2Ai4RAQFbVgArNAD//wBM/+0ERgYeBiYB9wAAAQcAdQGCAB4AC7YCLBEBAVtWACs0AP//AEz/7QRGBh4GJgH3AAABBwCeAIgAHgALtgIxEQEBW1YAKzQA//8ATP/tBEYGCQYmAfcAAAEHAKUAkAAiAAu2AjERAQFvVgArNAD//wBM/+0ERgXmBiYB9wAAAQcAagDCAB4ADbcDAjURAQF0VgArNDQA//8AQv/rBE8GHgYmAfEAAAEHAEQA2gAeAAu2ARgLAQFrVgArNAD//wBC/+sETwYeBiYB8QAAAQcAdQFlAB4AC7YBFgsBAWtWACs0AP//AEL/6wRPBh4GJgHxAAABBgCeax4AC7YBGwsBAWtWACs0AP//AEL/6wRPBeYGJgHxAAABBwBqAKUAHgANtwIBHwsBAYRWACs0NAD//wB1AAAEZQYeBiYB7QAAAQcAdQE8AB4AC7YDDgkBAWtWACs0AP///6YAAAQWBcsGJgJNAAABBgBweyYAC7YDEAMBAbBWACs0AP///6YAAAPvBfYGJgJNAAABBwChAKQAHgALtgMTAwEBXVYAKzQAAAT/pv5OA+MEjQAEAAkADQAjACFADw0MDAMWHQgDfQ8OBQUBEgA/MxEzMz8zLzMSOS8zMDFBASMBMxMDNzMBAwchNwEXDgIHBhYXMjY3FwYGIyYmNz4CApH918ICnHx20g5zAQCBG/1gGwK1SyZXQgYDHSAaMhcEIk0oUlsCAlmBA+H8HwSN+3MD+ZT7cwGvmJj+iz0bQlMyICEBEAp7FRUBZ1BOdVQA//8ASP/tBDMGHgYmAksAAAEHAHUBcAAeAAu2ASgQAQFbVgArNAD//wBI/+0EMwYeBiYCSwAAAQYAnnYeAAu2AS0QAQFbVgArNAD//wBI/+0EMwXiBiYCSwAAAQcAogFLAB4AC7YBMRABAXBWACs0AP//AEj/7QQzBh8GJgJLAAABBwCfAIoAHgALtgEuEAEBZFYAKzQA//8AHv//BAwGHwYmAkoAAAEGAJ82HgALtgIkHQEBdFYAKzQA//8AHgAAA/AFywYmAkIAAAEGAHBQJgALtgQSBwEBsFYAKzQA//8AHgAAA/AF9gYmAkIAAAEGAKF6HgALtgQVBwEBXlYAKzQA//8AHgAAA/AF4gYmAkIAAAEHAKIBGwAeAAu2BBkHAQGAVgArNAAABQAe/k4D8ASNAAMABwALAA8AJQAjQBAYHwsKCgYPDgd9ERAQBQYSAD8zMxEzPzMzEjkvMy8zMDFlByE3EwMjEwEHITcBByE3ARcOAgcGFhcyNjcXBgYjJiY3PgIDRhv9exvcyrXLAmQb/c8bAtQb/YAbATVLJVhCBQQdIBoyGAQjTClRWwICWYGYmJgD9ftzBI3+GZeXAeeZmfutPRtCUzIgIQEQCnsVFQFnUE51VP//AB4AAAPwBh8GJgJCAAABBgCfWh4AC7YEFgcBAXRWACs0AP//AEz/7wQ8Bh4GJgH/AAABBgCecx4AC7YBMBABAWZWACs0AP//AEz/7wQ8BfYGJgH/AAABBwChAKcAHgALtgEwEAEBTVYAKzQA//8ATP/vBDwF4gYmAf8AAAEHAKIBSAAeAAu2ATQQAQFwVgArNAD//wBM/fgEPASgBiYB/wAAAQcB1AEH/poADrQBNAUBAbj/mbBWACs0//8AHgAABJsGHgYmAf4AAAEHAJ4AkQAeAAu2AxEHAQF2VgArNAD//wAOAAAC4AYJBiYB/QAAAQcApf8wACIAC7YBCQMBAX9WACs0AP//ACsAAALPBcsGJgH9AAABBwBw/zQAJgALtgEGAwEBsFYAKzQA//8AKwAAAqgF9gYmAf0AAAEHAKH/XQAeAAu2AQkDAQFdVgArNAD///+C/k4BqgSNBiYB/QAAAAYApNQA//8AKwAAAeIF4gYmAf0AAAEGAKL+HgALtgENAwEBgFYAKzQA////9v/tBGkGHgYmAfwAAAEHAJ4BBAAeAAu2ARkBAQF2VgArNAD//wAe/gIEgASNBiYB+wAAAAcB1ADQ/qT//wAeAAADIwYeBiYB+gAAAQYAdRkeAAu2AggHAQFrVgArNAD//wAe/gQDIwSNBiYB+gAAAQcB1ADL/qYADrQCEQYBAbj/lbBWACs0//8AHgAAAyMEjwYmAfoAAAAHAdQCEwOg//8AHgAAAyMEjQYmAfoAAAAHAKIA4P01//8AHgAABJsGHgYmAfgAAAEHAHUBlAAeAAu2AQoGAQFrVgArNAD//wAe/gAEmwSNBiYB+AAAAAcB1AEk/qL//wAeAAAEmwYfBiYB+AAAAQcAnwCuAB4AC7YBEAYBAXRWACs0AP//AEz/7QRGBcsGJgH3AAABBwBwAJMAJgALtgIuEQEBoFYAKzQA//8ATP/tBEYF9gYmAfcAAAEHAKEAvQAeAAu2AjERAQFNVgArNAD//wBM/+0EwQYdBiYB9wAAAQcApgEDAB4ADbcDAjARAQFRVgArNDQA//8AHQAAA/0GHgYmAfQAAAEHAHUBLwAeAAu2Ah8AAQFrVgArNAD//wAd/gQD/QSNBiYB9AAAAAcB1ADJ/qb//wAdAAAD/QYfBiYB9AAAAQYAn0keAAu2AiUAAQF0VgArNAD//wAS/+4D6wYeBiYB8wAAAQcAdQFFAB4AC7YBOg8BAVtWACs0AP//ABL/7gPrBh4GJgHzAAABBgCeSx4AC7YBPw8BAWZWACs0AP//ABL+SwPrBJ4GJgHzAAAABwB5AUkAAP//ABL/7gPrBh8GJgHzAAABBgCfXx4AC7YBQA8BAWZWACs0AP//AG79/wRCBI0GJgHyAAABBwHUAM7+oQAOtAIRAgEBuP+QsFYAKzT//wBuAAAEQgYfBiYB8gAAAQYAn1MeAAu2Ag4HAQF0VgArNAD//wBu/k4EQgSNBiYB8gAAAAcAeQE1AAP//wBC/+sETwYJBiYB8QAAAQYApXMiAAu2ARsLAQF/VgArNAD//wBC/+sETwXLBiYB8QAAAQYAcHYmAAu2ARgLAQGwVgArNAD//wBC/+sETwX2BiYB8QAAAQcAoQCfAB4AC7YBGwsBAV1WACs0AP//AEL/6wRPBnsGJgHxAAABBwCjAPAAKQANtwIBIQsBAVFWACs0NAD//wBC/+sEpAYdBiYB8QAAAQcApgDmAB4ADbcCARoLAQFhVgArNDQAAAIAQv5zBE8EjQAVACsAGkAMHiUXFhYRBgtyDAB9AD8yKzIyETMvMzAxQTMDDgInLgI3EzMDBhYWFxY2NjcDFw4CBwYWFzI2NxcGBiMmJjc+AgOZtoMSj9h/eLlhDoOzhAkvaE1ShFUNqUolV0IGAxwhGjIXBCJNKFJbAgJZgQSN/PSBtl8DAmGzfQMM/PNNbjwCAjhxUv7fPRtCUzIgIQEQCnsVFQFnUE51VP//AJQAAAYpBh4GJgHvAAABBwCeATcAHgALtgQbCgEBdlYAKzQA//8AdQAABGUGHgYmAe0AAAEGAJ5BHgALtgMTCQEBdlYAKzQA//8AdQAABGUF5gYmAe0AAAEGAGp8HgANtwQDFwkBAYRWACs0NAD////dAAAEDgYeBiYB7AAAAQcAdQE8AB4AC7YDDg0BAWtWACs0AP///90AAAQOBeIGJgHsAAABBwCiARcAHgALtgMXDQEBgFYAKzQA////3QAABA4GHwYmAewAAAEGAJ9WHgALtgMUDQEBdFYAKzQA////rwAABIsGPgYmACUAAAEGAK4D/wAOtAMOAwAAuP8+sFYAKzT//wADAAAFFQY/BCYAKWQAAQcArv7gAAAADrQEEAcAALj/P7BWACs0//8AEQAABdsGQQQmACxkAAAHAK7+7gAC//8AFwAAAmYGQQQmAC1kAAEHAK7+9AACAA60AQQDAAC4/0GwVgArNP//AGv/6QUkBj4EJgAzFAABBwCu/0j//wAOtAIsEQAAuP8qsFYAKzT////tAAAFlwY+BCYAPWQAAQcArv7K//8AC7YBCggAAI5WACs0AP//AB4AAATyBj4EJgC6FAABBwCu/0r//wAOtAM2HQAAuP8qsFYAKzT//wAg//QDGwZ0BiYAwwAAAQcAr/8s/+sAEEAJAwIBKwABAaJWACs0NDT///+vAAAEiwWwBgYAJQAA//8AO///BJoFsAYGACYAAP//ADsAAASxBbAGBgApAAD////sAAAEzgWwBgYAPgAA//8AOwAABXcFsAYGACwAAP//AEkAAAICBbAGBgAtAAD//wA7AAAFUQWwBgYALwAA//8AOwAABrcFsAYGADEAAP//ADsAAAV4BbAGBgAyAAD//wBz/+kFEAXHBgYAMwAA//8AOwAABO8FsAYGADQAAP//AKkAAAUJBbAGBgA4AAD//wCoAAAFMwWwBgYAPQAA////1AAABSsFsAYGADwAAP//AEkAAAMKBwoGJgAtAAABBwBq/7gBQgANtwIBGQMBAYNWACs0NAD//wCoAAAFMwb+BiYAPQAAAQcAagD+ATYADbcCAR4CAQF3VgArNDQA//8ASP/nBCYGOAYmALsAAAEHAK4Baf/5AAu2A0IGAQGaVgArNAD//wAp/+oD4AY3BiYAvwAAAQcArgEh//gAC7YCQCsBAZpWACs0AP//ACX+YQPoBjgGJgDBAAABBwCuATv/+QALtgIdAwEBrlYAKzQA//8AhP/0AmYGIwYmAMMAAAEGAK4k5AALtgESAAEBmVYAKzQA//8AaP/nBAwGdAYmAMsAAAEGAK8d6wAQQAkDAgE4DwEBolYAKzQ0NP//AC4AAARZBDoGBgCOAAD//wBG/+kEFwRRBgYAUwAA////5v5gBCUEOgYGAHYAAP//AG4AAAPuBDoGBgBaAAD///+//ksEUQRHBgYCigAA//8AZf/0At0FswYmAMMAAAEGAGqL6wANtwIBJwABAaJWACs0NAD//wBo/+cD4gWzBiYAywAAAQYAanzrAA23AgE0DwEBolYAKzQ0AP//AEb/6QQXBjgGJgBTAAABBwCuASz/+QALtgIsBgEBmlYAKzQA//8AaP/nA+IGIwYmAMsAAAEHAK4BFf/kAAu2AR8PAQGZVgArNAD//wBn/+cF7wYgBiYAzgAAAQcArgI9/+EAC7YCQB8BAZZWACs0AP//ADsAAASxBwoGJgApAAABBwBqAQEBQgANtwUEJQcBAYNWACs0NAD//wBEAAAEpQdCBiYAsQAAAQcAdQHHAUIAC7YBBgUBAWxWACs0AAABACn/6gSjBcYAOQAbQA0KJg82MSsJchgUDwNyACvMMyvMMxI5OTAxQTYuAicuAzc+AxceAgcnNiYmJyYGBgcGHgIXHgMHDgMnLgM3FwYeAhcWNjYDbAksVGg0S5F0QQcIYpi2XYHMcge8Bzp5WFCRZAsIMFVlLlCVcz0ICWScul5ir4ZIBbsFKFFwQ0+XagF3Qlk9KRIaRmOIW2WZZjICA23EhQFXfUQCAjRtVTtUOigPG0lnjmBomGEuAgE9cqNoAUZqRyUBAjBqAP//AEkAAAICBbAGBgAtAAD//wBJAAADCgcKBiYALQAAAQcAav+4AUIADbcCARkDAQGDVgArNDQA//8AB//oBEQFsAYGAC4AAP//AEQAAAVqBbAGBgJGAAD//wA7AAAFUQcxBiYALwAAAQcAdQGxATEAC7YDDgMBAVtWACs0AP//AJT/6AVABxoGJgDeAAABBwChARYBQgALtgIeAQEBXlYAKzQA////rwAABIsFsAYGACUAAP//ADv//wSaBbAGBgAmAAD//wBEAAAEpQWwBgYAsQAA//8AOwAABLEFsAYGACkAAP//AEQAAAVvBxoGJgDcAAABBwChAWoBQgALtgEPAQEBXlYAKzQA//8AOwAABrcFsAYGADEAAP//ADsAAAV3BbAGBgAsAAD//wBz/+kFEAXHBgYAMwAA//8ARAAABXAFsAYGALYAAP//ADsAAATvBbAGBgA0AAD//wBw/+gE+QXHBgYAJwAA//8AqQAABQkFsAYGADgAAP///9QAAAUrBbAGBgA8AAD//wAx/+kDxwRQBgYARQAA//8ARf/rA9oEUQYGAEkAAP//ADAAAAQ4BcMGJgDwAAABBwChAKT/6wALtgEPAQEBfVYAKzQA//8ARv/pBBcEUQYGAFMAAP///9f+YAQABFEGBgBUAAAAAQBG/+oD4gRRACcAE0AJAAkdFAdyCQtyACsrMhEzMDFlFjY2NzcOAicuAzc3PgMXHgIVJy4CJyYOAgcHBh4CAeNCclARrBCJxWtyn2AkCgQMUom8dXKoXKoBMF5FU3tVMQkFBgkuYIMBNGA/AW2kWwICW5i/ZSttxZlWAwJnsHABQGxCAwJCc4xIKkCGc0j///+q/kcD7AQ6BgYAXQAA////xQAAA/UEOgYGAFwAAP//AEX/6wPcBcgGJgBJAAABBwBqAIoAAAANtwIBQQsBAaNWACs0NAD//wAuAAADhAXrBiYA7AAAAQcAdQDQ/+sAC7YBBgUBAYtWACs0AP//AC7/6wOzBE8GBgBXAAD//wAvAAAB5QXGBgYATQAA//8ALwAAArgFxgYmAI0AAAEHAGr/Zv/+AA23AgEZAwEBtVYAKzQ0AP///xP+RgHWBcYGBgBOAAD//wAwAAAEWAXqBiYA8QAAAQcAdQE6/+oAC7YDDgMBAYpWACs0AP///6r+RwPsBdgGJgBdAAABBgChWAAAC7YCHgEBAZJWACs0AP//AMMAAAdBBzcGJgA7AAABBwBEAksBNwALtgQYFQEBYVYAKzQA//8AgAAABf4GAAYmAFsAAAEHAEQBigAAAAu2BBgVAQGgVgArNAD//wDDAAAHQQc3BiYAOwAAAQcAdQLWATcAC7YEFgEBAWFWACs0AP//AIAAAAX+BgAGJgBbAAABBwB1AhYAAAALtgQWAQEBoFYAKzQA//8AwwAAB0EG/wYmADsAAAEHAGoCFgE3AA23BQQrFQEBeFYAKzQ0AP//AIAAAAX+BcgGJgBbAAABBwBqAVYAAAANtwUEKxUBAbdWACs0NAD//wCoAAAFMwc2BiYAPQAAAQcARAEzATYAC7YBCwIBAWBWACs0AP///6r+RwPsBgAGJgBdAAABBwBEAJMAAAALtgIbAQEBoFYAKzQA//8ArAQiAYoGAAYGAAsAAP//AMkEEwKnBgAGBgAGAAD//wBE//ID9AWwBCYABQAAAAcABQIAAAD///8J/kcCyAXYBiYAnAAAAQcAn/9G/9cAC7YBGAABAYBWACs0AP//AIkEFQHhBgAGBgGFAAD//wA7AAAGtwc3BiYAMQAAAQcAdQLHATcAC7YDEQABAWFWACs0AP//AB4AAAZgBgAGJgBRAAABBwB1AqUAAAALtgMzAwEBoFYAKzQA////r/5pBIsFsAYmACUAAAEHAKcBdQABABC1BAMRBQEBuP+1sFYAKzQ0//8AMf5pA8cEUAYmAEUAAAEHAKcAwgABABC1AwI+MQEBuP/JsFYAKzQ0//8AOwAABLEHQgYmACkAAAEHAEQBNgFCAAu2BBIHAQFsVgArNAD//wBEAAAFbwdCBiYA3AAAAQcARAGkAUIAC7YBDAEBAWxWACs0AP//AEX/6wPaBgAGJgBJAAABBwBEAL4AAAALtgEuCwEBjFYAKzQA//8AMAAABDgF6wYmAPAAAAEHAEQA3v/rAAu2AQwBAQGLVgArNAD//wCFAAAFkAWwBgYAuQAA//8ATv4nBSQEPAYGAM0AAP//AK0AAAVLBucGJgEZAAABBwCsBEUA+QANtwMCFRMBAS1WACs0NAD//wCFAAAEPQW/BiYBGgAAAQcArAOu/9EADbcDAhkXAQF7VgArNDQA//8ARv5HCFkEUQQmAFMAAAAHAF0EbQAA//8Ac/5HCUMFxwQmADMAAAAHAF0FVwAA//8AJf5PBI4FxgYmANsAAAEHAmsBgv+2AAu2AkIqAABkVgArNAD//wAg/lADpARQBiYA7wAAAQcCawEt/7cAC7YCPykAAGVWACs0AP//AHD+TwT5BccGJgAnAAABBwJrAcr/tgALtgErBQAAZFYAKzQA//8ARv5PA+IEUQYmAEcAAAEHAmsBRf+2AAu2ASsJAABkVgArNAD//wCoAAAFMwWwBgYAPQAA//8Ahf5fBBsEOgYGAL0AAP//AEkAAAICBbAGBgAtAAD///+rAAAHdQcaBiYA2gAAAQcAoQIsAUIAC7YFHQ0BAV5WACs0AP///6cAAAYOBcMGJgDuAAABBwChAV3/6wALtgUdDQEBfVYAKzQA//8ASQAAAgIFsAYGAC0AAP///68AAASLBw8GJgAlAAABBwChAS0BNwALtgMTBwEBU1YAKzQA//8AMf/pA+sF2AYmAEUAAAEHAKEAoAAAAAu2AkAPAQF+VgArNAD///+vAAAEiwb/BiYAJQAAAQcAagEzATcADbcEAyMHAQF4VgArNDQA//8AMf/pA/gFyAYmAEUAAAEHAGoApgAAAA23AwJQDwEBo1YAKzQ0AP///4MAAAd5BbAGBgCBAAD//wAT/+oGVwRRBgYAhgAA//8AOwAABLEHGgYmACkAAAEHAKEA/AFCAAu2BBUHAQFeVgArNAD//wBF/+sD2gXYBiYASQAAAQcAoQCEAAAAC7YBMQsBAX5WACs0AP//AFL/6QUaBtwGJgFYAAABBwBqAQkBFAANtwIBQgABAUFWACs0NAD//wA//+oDzQRRBgYAnQAA//8AP//qA+IFyQYmAJ0AAAEHAGoAkAABAA23AgFAAAEBolYAKzQ0AP///6sAAAd1BwoGJgDaAAABBwBqAjIBQgANtwYFLQ0BAYNWACs0NAD///+nAAAGDgWzBiYA7gAAAQcAagFi/+sADbcGBS0NAQGiVgArNDQA//8AJf/qBI4HHwYmANsAAAEHAGoA+AFXAA23AwJUFQEBhFYAKzQ0AP//ACD/6gO6BccGJgDvAAABBgBqaP8ADbcDAlEUAQGjVgArNDQA//8ARAAABW8G7wYmANwAAAEHAHABQQFKAAu2AQwIAQGxVgArNAD//wAwAAAEOAWYBiYA8AAAAQYAcHvzAAu2AQwIAQHQVgArNAD//wBEAAAFbwcKBiYA3AAAAQcAagFwAUIADbcCAR8BAQGDVgArNDQA//8AMAAABDgFswYmAPAAAAEHAGoAqv/rAA23AgEfAQEBolYAKzQ0AP//AHP/6QUQBwEGJgAzAAABBwBqAVUBOQANtwMCQREBAWZWACs0NAD//wBG/+kEFwXIBiYAUwAAAQcAagCTAAAADbcDAkEGAQGjVgArNDQA//8AZ//pBP4FxwYGARcAAP//AEP/6AQWBFIGBgEYAAD//wBn/+kE/gcFBiYBFwAAAQcAagFiAT0ADbcEA08AAQFqVgArNDQA//8AQ//oBBYFygYmARgAAAEHAGoAkAACAA23BANBAAEBpVYAKzQ0AP//AHb/6QT/ByAGJgDnAAABBwBqAUwBWAANtwMCQh4BAYVWACs0NAD//wAy/+gD1gXIBiYA/wAAAQcAagCEAAAADbcDAkEJAQGjVgArNDQA//8AlP/oBUAG7wYmAN4AAAEHAHAA7AFKAAu2AhsYAQGxVgArNAD///+q/kcD7AWtBiYAXQAAAQYAcC8IAAu2AhsYAQHlVgArNAD//wCU/+gFQAcKBiYA3gAAAQcAagEcAUIADbcDAi4BAQGDVgArNDQA////qv5HA+wFyAYmAF0AAAEGAGpeAAANtwMCLgEBAbdWACs0NAD//wCU/+gFQAdBBiYA3gAAAQcApgFdAUIADbcDAhkBAQFiVgArNDQA////qv5HBF0F/wYmAF0AAAEHAKYAnwAAAA23AwIZAQEBllYAKzQ0AP//AMsAAAU6BwoGJgDhAAABBwBqAUQBQgANtwMCLxYBAYNWACs0NAD//wB5AAAD9QWzBiYA+QAAAQYAamrrAA23AwItAwEBolYAKzQ0AP//AET//waXBwoGJgDlAAABBwBqAggBQgANtwMCMhwBAYNWACs0NAD//wAx//8FqgWzBiYA/QAAAQcAagFq/+sADbcDAjIcAQGiVgArNDQA//8AR//oBHYGAAYGAEgAAP///6/+oASLBbAGJgAlAAABBwCtBN0AAAAOtAMRBQEBuP91sFYAKzT//wAx/qADxwRQBiYARQAAAQcArQQqAAAADrQCPjEBAbj/ibBWACs0////rwAABIsHugYmACUAAAEHAKsFAQFHAAu2Aw8HAQFxVgArNAD//wAx/+kDxwaDBiYARQAAAQcAqwR0ABAAC7YCPA8BAZxWACs0AP///68AAAXsB8QGJgAlAAABBwJRAPEBLwANtwQDEgcBAWFWACs0NAD//wAx/+kFXgaNBiYARQAAAQYCUWP4AA23AwJBDwEBjFYAKzQ0AP///68AAASLB8AGJgAlAAABBwJSAPcBPQANtwQDEAcBAVxWACs0NAD//wAx/+kD/QaJBiYARQAAAQYCUmoGAA23AwI9DwEBh1YAKzQ0AP///68AAAVrB+sGJgAlAAABBwJTAPIBHAANtwQDEwMBAVBWACs0NAD//wAx/+kE3ga0BiYARQAAAQYCU2XlAA23AwJADwEBe1YAKzQ0AP///68AAASLB9oGJgAlAAABBwJUAO4BBgANtwQDEAcBATpWACs0NAD//wAx/+kD+AajBiYARQAAAQYCVGHPAA23AwI9DwEBZVYAKzQ0AP///6/+oASLBzcGJgAlAAAAJwCeAPkBNwEHAK0E3QAAABe0BBoFAQG4/3W3VgMRBwEBbFYAKzQrNAD//wAx/qAD0QYABiYARQAAACYAnmwAAQcArQQqAAAAF7QDRzEBAbj/ibdWAj4PAQGXVgArNCs0AP///68AAASLB7gGJgAlAAABBwJWARcBLQANtwQDEwcBAVxWACs0NAD//wAx/+kD5gaBBiYARQAAAQcCVgCK//YADbcDAkAPAQGHVgArNDQA////rwAABIsHuAYmACUAAAEHAk8BFwEtAA23BAMTBwEBXFYAKzQ0AP//ADH/6QPmBoEGJgBFAAABBwJPAIr/9gANtwMCQA8BAYdWACs0NAD///+vAAAEiwhCBiYAJQAAAQcCVwEeAT4ADbcEAxMHAQFuVgArNDQA//8AMf/pA9cHCwYmAEUAAAEHAlcAkQAHAA23AwJADwEBmVYAKzQ0AP///68AAASTCBUGJgAlAAABBwJqAR8BRgANtwQDEwcBAW9WACs0NAD//wAx/+kEBgbeBiYARQAAAQcCagCSAA8ADbcDAkAPAQGaVgArNDQA////r/6gBIsHDwYmACUAAAAnAKEBLQE3AQcArQTdAAAAF7QEIAUBAbj/dbdWAxMHAQFTVgArNCs0AP//ADH+oAPrBdgGJgBFAAAAJwChAKAAAAEHAK0EKgAAABe0A00xAQG4/4m3VgJADwEBflYAKzQrNAD//wA7/qoEsQWwBiYAKQAAAQcArQSdAAoADrQEEwIBAbj/f7BWACs0//8ARf6gA9oEUQYmAEkAAAEHAK0EdAAAAA60AS8AAQG4/4mwVgArNP//ADsAAASxB8UGJgApAAABBwCrBM8BUgALtgQRBwEBfFYAKzQA//8ARf/rA9oGgwYmAEkAAAEHAKsEVwAQAAu2AS0LAQGcVgArNAD//wA7AAAEsQctBiYAKQAAAQcApQDPAUYAC7YEHgcBAXZWACs0AP//AEX/6wQHBesGJgBJAAABBgClVwQAC7YBOgsBAZZWACs0AP//ADsAAAW6B88GJgApAAABBwJRAL8BOgANtwUEFAcBAWxWACs0NAD//wBF/+sFQgaNBiYASQAAAQYCUUf4AA23AgEwCwEBjFYAKzQ0AP//ADsAAASxB8sGJgApAAABBwJSAMUBSAANtwUEEgcBAWdWACs0NAD//wBF/+sD4QaJBiYASQAAAQYCUk4GAA23AgEuCwEBh1YAKzQ0AP//ADsAAAU6B/YGJgApAAABBwJTAMEBJwANtwUEFQcBAVtWACs0NAD//wBF/+sEwga0BiYASQAAAQYCU0nlAA23AgExCwEBe1YAKzQ0AP//ADsAAASxB+UGJgApAAABBwJUAL0BEQANtwUEEgcBAUVWACs0NAD//wBF/+sD3AajBiYASQAAAQYCVEXPAA23AgEuCwEBZVYAKzQ0AP//ADv+qgSxB0IGJgApAAAAJwCeAMcBQgEHAK0EnQAKABe0BRwCAQG4/3+3VgQTBwEBd1YAKzQrNAD//wBF/qAD2gYABiYASQAAACYAnk8AAQcArQR0AAAAF7QCOAABAbj/ibdWAS8LAQGXVgArNCs0AP//AEkAAAK5B8UGJgAtAAABBwCrA4UBUgALtgEFAwEBfFYAKzQA//8ALwAAAmcGgQYmAI0AAAEHAKsDMwAOAAu2AQUDAQGuVgArNAD//wAN/qkCAgWwBiYALQAAAQcArQNTAAkADrQBBwIBAbj/frBWACs0////8P6qAeUFxgYmAE0AAAEHAK0DNgAKAA60AhMCAQG4/3+wVgArNP//AHP+oAUQBccGJgAzAAABBwCtBPEAAAAOtAIvBgEBuP+JsFYAKzT//wBG/p8EFwRRBiYAUwAAAQcArQSE//8ADrQCLxEBAbj/iLBWACs0//8Ac//pBRAHvAYmADMAAAEHAKsFIwFJAAu2Ai0RAQFfVgArNAD//wBG/+kEFwaDBiYAUwAAAQcAqwRhABAAC7YCLQYBAZxWACs0AP//AHP/6QYOB8YGJgAzAAABBwJRARMBMQANtwMCMBEBAU9WACs0NAD//wBG/+kFTAaNBiYAUwAAAQYCUVH4AA23AwIwBgEBjFYAKzQ0AP//AHP/6QUQB8IGJgAzAAABBwJSARkBPwANtwMCLhEBAUpWACs0NAD//wBG/+kEFwaJBiYAUwAAAQYCUlcGAA23AwIuBgEBh1YAKzQ0AP//AHP/6QWNB+0GJgAzAAABBwJTARQBHgANtwMCMREBAT5WACs0NAD//wBG/+kEzAa0BiYAUwAAAQYCU1PlAA23AwIxBgEBe1YAKzQ0AP//AHP/6QUQB9wGJgAzAAABBwJUAREBCAANtwMCLhEBAShWACs0NAD//wBG/+kEFwajBiYAUwAAAQYCVE/PAA23AwIuBgEBZVYAKzQ0AP//AHP+oAUQBzkGJgAzAAAAJwCeARsBOQEHAK0E8QAAABe0AzgGAQG4/4m3VgIvEQEBWlYAKzQrNAD//wBG/p8EFwYABiYAUwAAACYAnlkAAQcArQSE//8AF7QDOBEBAbj/iLdWAi8GAQGXVgArNCs0AP//AGb/6QYUBzEGJgCYAAABBwB1AhABMQALtgM6HAEBR1YAKzQA//8AQ//pBPUGAAYmAJkAAAEHAHUBZgAAAAu2AzYQAQGMVgArNAD//wBm/+kGFAcxBiYAmAAAAQcARAGEATEAC7YDPBwBAUdWACs0AP//AEP/6QT1BgAGJgCZAAABBwBEANoAAAALtgM4EAEBjFYAKzQA//8AZv/pBhQHtAYmAJgAAAEHAKsFHgFBAAu2AzscAQFXVgArNAD//wBD/+kE9QaDBiYAmQAAAQcAqwR0ABAAC7YDNxABAZxWACs0AP//AGb/6QYUBxwGJgCYAAABBwClAR0BNQALtgNIHAEBUVYAKzQA//8AQ//pBPUF6wYmAJkAAAEGAKVzBAALtgNEEAEBllYAKzQA//8AZv6gBhQGOgYmAJgAAAEHAK0E4gAAAA60Az0QAQG4/4mwVgArNP//AEP+lgT1BLIGJgCZAAABBwCtBHb/9gAOtAM5GwEBuP9/sFYAKzT//wBj/qAFHAWwBiYAOQAAAQcArQTJAAAADrQBGQYBAbj/ibBWACs0//8AW/6gBBQEOgYmAFkAAAEHAK0EMQAAAA60Ah8LAQG4/4mwVgArNP//AGP/6AUcB7oGJgA5AAABBwCrBPwBRwALtgEXAAEBcVYAKzQA//8AW//oBBQGgwYmAFkAAAEHAKsEZQAQAAu2Ah0RAQGwVgArNAD//wBj/+kGigdCBiYAmgAAAQcAdQIKAUIAC7YCIAoBAWxWACs0AP//AFv/6AVHBesGJgCbAAABBwB1AWD/6wALtgMmGwEBi1YAKzQA//8AY//pBooHQgYmAJoAAAEHAEQBfwFCAAu2AiIKAQFsVgArNAD//wBb/+gFRwXrBiYAmwAAAQcARADV/+sAC7YDKBsBAYtWACs0AP//AGP/6QaKB8UGJgCaAAABBwCrBRgBUgALtgIhCgEBfFYAKzQA//8AW//oBUcGbgYmAJsAAAEHAKsEbv/7AAu2AycbAQGbVgArNAD//wBj/+kGigctBiYAmgAAAQcApQEXAUYAC7YCLhUBAXZWACs0AP//AFv/6AVHBdYGJgCbAAABBgClbu8AC7YDNBsBAZVWACs0AP//AGP+lwaKBgMGJgCaAAABBwCtBOH/9wAOtAIjEAEBuP+AsFYAKzT//wBb/qAFRwSRBiYAmwAAAQcArQRlAAAADrQDKRUBAbj/ibBWACs0//8AqP6hBTMFsAYmAD0AAAEHAK0EmAABAA60AQwGAQG4/3awVgArNP///6r+AgPsBDoGJgBdAAABBwCtBNr/YgAOtAIiCAAAuP+5sFYAKzT//wCoAAAFMwe5BiYAPQAAAQcAqwTMAUYAC7YBCgIBAXBWACs0AP///6r+RwPsBoMGJgBdAAABBwCrBCwAEAALtgIaAQEBsFYAKzQA//8AqAAABTMHIQYmAD0AAAEHAKUAzAE6AAu2ARcIAQFqVgArNAD///+q/kcD7AXrBiYAXQAAAQYApSsEAAu2AicYAQGqVgArNAD//wAA/ssFEgYABCYASAAAACcCQAH5AkYBBwBDAH//YwAXtAQ3FgEBuP93t1YDMgsBAYNWACs0KzQA//8Aqf6ZBQkFsAYmADgAAAEHAmsCLwAAAAu2AgsCAACaVgArNAD//wBg/pkD6QQ6BiYA9gAAAQcCawG5AAAAC7YCCwIAAJpWACs0AP//AMv+mQU6BbAGJgDhAAABBwJrAucAAAALtgIdGQEAmlYAKzQA//8Aef6ZA/UEPAYmAPkAAAEHAmsB5wAAAAu2AhsCAQCaVgArNAD//wBE/pkEpQWwBiYAsQAAAQcCawDpAAAAC7YBCQQAAJpWACs0AP//AC7+mQOEBDoGJgDsAAABBwJrAM8AAAALtgEJBAAAmlYAKzQA//8AiP5TBcUFxgYmAUwAAAEHAmsC4/+6AAu2AjoKAABrVgArNAD//wAE/lYESQRRBiYBTQAAAQcCawHl/70AC7YCOQkAAGtWACs0AP//ACAAAAPaBgAGBgBMAAAAAgAs//8EfAWwABgAHAAaQAwcGxgAAAsMAnIOCwgAPzMrEjkvM8wyMDFBBR4CBw4DJyETMwMFMjY2NzYmJiclAQchNwFaAXV/xWkMCV2Vu2j95Py94gFKWZdiDAo1cE/+cwF0G/2VGwNfAQNiuIZupnA4AQWw+u0BRIFcUXI9AwECJpiYAAACACz//wR8BbAAGAAcABlACxwbGAAACwwCDgsIAD8zPxI5LzPMMjAxQQUeAgcOAychEzMDBTI2Njc2JiYnJQEHITcBWgF1f8VpDAldlbto/eT8veIBSlmXYgwKNXBP/nMBdBv9lRsDXwEDYriGbqZwOAEFsPrtAUSBXFFyPQMBAiaYmAACABEAAASlBbAABQAJABZACgYHBwQCBQJyBAgAPysyEjkvMzAxQQchAyMTAQchNwSlHP1Y4bz9AVYb/ZUbBbCe+u4FsP2TmJgAAAL/5wAAA4QEOgAFAAkAFkAKCQgIBAIFBnIECgA/KzISOS8zMDFBByEDIxMBByE3A4Qc/hyhtbwBhBv9lBsEOpn8XwQ6/jyYmAAABABYAAAFfgWwAAMACQANABEAK0AVDAsLBwcGEBEGEQYRAgkDAnIKAghyACsyKzIROTkvLxEzETMSOREzMDFBAyMTIQEhJzMBAwE3AQEHITcCEfy9/QQp/RD+rgHwAlzC/l1/Afv+Rxv9lRsFsPpQBbD836ACgfpQArKf/K8EzpiYAAQAOgAABDMGAAADAAkADQARAC1AFwQGcgwLCwcHBhARBhEGEQIDAHIKAgpyACsyKxE5OS8vETMRMxI5ETMrMDFBASMJAiE3MwEDATcBAwchNwH5/va1AQsC7v3r/ugGxwF7e/7qdgFp1xv9lRsGAPoABgD+Ov27mgGr+8YCDJv9WQVYmJgAAgCoAAAFMwWwAAgADAAdQA8MAQQHAwsLBgMIAnIGCHIAKysyETkvFzkzMDFBEwEzAQMjEwEBByE3AXXvAe7h/XNdvGH+ugLyG/2VGwWw/SYC2vxm/eoCKwOF/PCYmAAABABe/l8EGwQ6AAMACAANABEAF0ALERAQAgUNBnICDnIAKysyEjkvMzAxZQMjEzcBMwEjAxMHIwMBByE3AgJgtWBqAaPB/b9/JZEEc8sCYBv9lBuE/dsCJYEDNfvGBDr8te8EOvxSmJgAAAL/1AAABSsFsAALAA8AH0APDwcFAQQKAw4OCQUDAAJyACsyLzM5Lxc5EjkzMDFBEwEzAQEjAQEjCQIHITcBnvwBquf9yQFT0v79/kvpAkT+tgMAG/2VGwWw/dMCLf0m/SoCOP3IAugCyP2FmJgAAv/FAAAD9QQ6AAsADwAfQA8PBwUBCgQDDg4JBQMABnIAKzIvMzkvFzkSOTMwMUETATMBASMDASMBAwEHITcBSacBJt/+TgEIxbP+z90Bvv8CqBv9lRsEOv53AYn94f3lAZX+awItAg3+PpiYAP//ACn/6gPgBE8GBgC/AAD////XAAAEpAWwBiYAKgAAAQcCQP9E/n0ADrQDDgICALgBCLBWACs0//8AmAKLBdYDIwYGAYIAAP//ABgAAAQnBccGBgAWAAD//wA1/+oEGgXHBgYAFwAA//8ABQAABB4FsAYGABgAAP//AHL/6ARrBbAGBgAZAAD//wCB/+kEBgWzBAYAGhQA//8AVP/pBD8FxwQGABwUAP//AJT//QQQBccEBgAdAAD//wB+/+gENAXIBAYAFBQA//8AdP/rBQUHVwYmACsAAAEHAHUB+QFXAAu2ASwQAQFtVgArNAD//wAD/lEEKQYABiYASwAAAQcAdQFNAAAAC7YDPxoBAYxWACs0AP//ADsAAAV4BzcGJgAyAAABBwBEAZwBNwALtgEMCQEBYVYAKzQA//8AIAAAA9oGAAYmAFIAAAEHAEQA0gAAAAu2Ah4DAQGgVgArNAD///+vAAAEiwcgBiYAJQAAAQcArASAATIADbcEAw4DAQFmVgArNDQA//8AMf/pA8cF6QYmAEUAAAEHAKwD8//7AA23AwI8DwEBkVYAKzQ0AP//ADsAAASxBysGJgApAAABBwCsBE4BPQANtwUEEQcBAXFWACs0NAD//wBF/+sD2gXpBiYASQAAAQcArAPX//sADbcCAS0LAQGRVgArNDQA////4AAAAooHKwYmAC0AAAEHAKwDBQE9AA23AgEFAwEBcVYAKzQ0AP///40AAAI3BecGJgCNAAABBwCsArL/+QANtwIBBQMBAaNWACs0NAD//wBz/+kFEAciBiYAMwAAAQcArASiATQADbcDAi0RAQFUVgArNDQA//8ARv/pBBcF6QYmAFMAAAEHAKwD4P/7AA23AwItBgEBkVYAKzQ0AP//ADsAAAS8ByAGJgA2AAABBwCsBEQBMgANtwMCHwABAWZWACs0NAD//wAgAAAC0QXpBiYAVgAAAQcArANK//sADbcDAhgDAQGlVgArNDQA//8AY//oBRwHIAYmADkAAAEHAKwEewEyAA23AgEXCwEBZlYAKzQ0AP//AFv/6AQUBekGJgBZAAABBwCsA+T/+wANtwMCHREBAaVWACs0NAD///+xAAAFQQY+BCYA0GQAAAcArv6O/////wA7/qoEmgWwBiYAJgAAAQcArQSXAAoADrQCNBsBAbj/f7BWACs0//8AH/6WBAIGAAYmAEYAAAEHAK0Ehf/2AA60AzMEAQG4/2uwVgArNP//ADv+qgTPBbAGJgAoAAABBwCtBJcACgAOtAIiHQEBuP9/sFYAKzT//wBH/qAEdgYABiYASAAAAQcArQSaAAAADrQDMxYBAbj/ibBWACs0//8AO/4GBM8FsAYmACgAAAEHAdQBH/6oAA60AigdAQG4/5ewVgArNP//AEf9/AR2BgAGJgBIAAABBwHUASH+ngAOtAM5FgEBuP+hsFYAKzT//wA7/qoFdwWwBiYALAAAAQcArQT5AAoADrQDDwoBAbj/f7BWACs0//8AIP6qA9oGAAYmAEwAAAEHAK0EfwAKAA60Ah4CAQG4/3+wVgArNP//ADsAAAVRBzEGJgAvAAABBwB1AbEBMQALtgMOAwEBW1YAKzQA//8AIAAABCMHQQYmAE8AAAEHAHUBfQFBAAu2Aw4DAQAbVgArNAD//wA7/voFUQWwBiYALwAAAQcArQTTAFoADrQDEQIBAbj/z7BWACs0//8AIP7nBBsGAAYmAE8AAAEHAK0EUABHAA60AxECAQG4/7ywVgArNP//ADv+qgOxBbAGJgAwAAABBwCtBJ4ACgAOtAILAgEBuP9/sFYAKzT////w/qoB7wYABiYAUAAAAQcArQM2AAoADrQBBwIBAbj/f7BWACs0//8AO/6qBrcFsAYmADEAAAEHAK0FpwAKAA60AxQGAQG4/3+wVgArNP//AB7+qgZgBFEGJgBRAAABBwCtBasACgAOtAM2AgEBuP9/sFYAKzT//wA7/qoFeAWwBiYAMgAAAQcArQT/AAoADrQBDQIBAbj/f7BWACs0//8AIP6qA9oEUQYmAFIAAAEHAK0EZwAKAA60Ah8CAQG4/3+wVgArNP//AHP/6QUQB+gGJgAzAAABBwJQBSABVAANtwMCMREBAVpWACs0NAD//wA7AAAE7wdCBiYANAAAAQcAdQG1AUIAC7YBGA8BAWxWACs0AP///9f+YAQ4BfYGJgBUAAABBwB1AZL/9gALtgMwAwEBllYAKzQA//8AO/6qBLwFsAYmADYAAAEHAK0ElQAKAA60AiEYAQG4/3+wVgArNP///+7+qwLRBFQGJgBWAAABBwCtAzQACwAOtAIaAgEBuP+AsFYAKzT//wAp/p8EowXGBiYANwAAAQcArQSk//8ADrQBPSsBAbj/iLBWACs0//8ALv6WA7METwYmAFcAAAEHAK0Ebf/2AA60ATkpAQG4/3+wVgArNP//AKn+oAUJBbAGJgA4AAABBwCtBJcAAAAOtAILAgEBuP91sFYAKzT//wBD/qAClQVBBiYAWAAAAQcArQP7AAAADrQCGREBAbj/ibBWACs0//8AY//oBRwH5gYmADkAAAEHAlAE+QFSAA23AgEbAAEBbFYAKzQ0AP//AKUAAAVhBy0GJgA6AAABBwClAOABRgALtgIYCQEBdlYAKzQA//8AbgAAA+4F4QYmAFoAAAEGAKUb+gALtgIYCQEBoFYAKzQA//8Apf6qBWEFsAYmADoAAAEHAK0EygAKAA60Ag0EAQG4/3+wVgArNP//AG7+qgPuBDoGJgBaAAABBwCtBDgACgAOtAINBAEBuP9/sFYAKzT//wDD/qoHQQWwBiYAOwAAAQcArQXNAAoADrQEGRMBAbj/f7BWACs0//8AgP6qBf4EOgYmAFsAAAEHAK0FLAAKAA60BBkTAQG4/3+wVgArNP///+z+qgTOBbAGJgA+AAABBwCtBJcACgAOtAMRAgEBuP9/sFYAKzT////u/qoDzwQ6BiYAXgAAAQcArQRDAAoADrQDEQIBAbj/f7BWACs0////DP/pBVYF1gQmADNGAAEHAXH+Gf//AA23AwIuEQAAElYAKzQ0AP///6YAAAPjBRsGJgJNAAAABwCu/6r+3P///+IAAAQsBR4EJgJCPAAABwCu/r/+3/////0AAATXBRsEJgH+PAAABwCu/tr+3P//AAIAAAHmBR4EJgH9PAAABwCu/t/+3///AB7/7QRQBRsEJgH3CgAABwCu/vv+3P///5oAAAShBRsEJgHtPAAABwCu/nf+3P//ABgAAAR0BRoEJgINCgAABwCu/xL+2////6YAAAPjBI0GBgJNAAD//wAe//8D4wSNBgYCTAAA//8AHgAAA/AEjQYGAkIAAP///90AAAQOBI0GBgHsAAD//wAeAAAEmwSNBgYB/gAA//8AKwAAAaoEjQYGAf0AAP//AB4AAASABI0GBgH7AAD//wAeAAAFsQSNBgYB+QAA//8AHgAABJsEjQYGAfgAAP//AEz/7QRGBKAGBgH3AAD//wAeAAAEJgSNBgYB9gAA//8AbgAABEIEjQYGAfIAAP//AHUAAARlBI4GBgHtAAD///+3AAAEbgSNBgYB7gAA//8AKwAAArUF5gYmAf0AAAEHAGr/YwAeAA23AgENAwEBhFYAKzQ0AP//AHUAAARlBeYGJgHtAAABBgBqfB4ADbcEAxcJAQGDVgArNDQA//8AHgAAA/AF5gYmAkIAAAEGAGp/HgANtwUEGQcBAYNWACs0NAD//wAeAAAD4wYeBiYCBAAAAQcAdQE9AB4AC7YCCAMBAYNWACs0AP//ABL/7gPrBJ4GBgHzAAD//wArAAABqgSNBgYB/QAA//8AKwAAArUF5gYmAf0AAAEHAGr/YwAeAA23AgENAwEBhFYAKzQ0AP////b/7QOXBI0GBgH8AAD//wAeAAAEgAYeBiYB+wAAAQcAdQEtAB4AC7YDDgMBAYRWACs0AP//AFr/6QRUBfYGJgIbAAABBgChdR4AC7YCHRcBAYRWACs0AP///6YAAAPjBI0GBgJNAAD//wAe//8D4wSNBgYCTAAA//8AHgAAA80EjQYGAgQAAP//AB4AAAPwBI0GBgJCAAD//wAgAAAEogX2BiYCGAAAAQcAoQDUAB4AC7YDEQgBAYRWACs0AP//AB4AAAWxBI0GBgH5AAD//wAeAAAEmwSNBgYB/gAA//8ATP/tBEYEoAYGAfcAAP//AB4AAASGBI0GBgIJAAD//wAeAAAEJgSNBgYB9gAA//8ASP/tBDMEoAYGAksAAP//AG4AAARCBI0GBgHyAAD///+3AAAEbgSNBgYB7gAAAAMAEv5PA9gEnwAeAD4AQgAoQBMfAQICPj4VPzQ0QDAqC3IPCxV+AD8zzCvMzTMSORI5LzMSOTkwMUEnNxcyNjY3NiYmJyYGBgcHPgMXHgMHDgMnFx4DBw4DJy4DNzMeAhcWNjY3Ni4CJycTAyMTAgSaFYA/fFgJCENrNjxsTw21CVN/mE5JkHVDBQRaip7WgkWPeEYFBV2QqlROjmw8A7IBOWE9QIhjCgcfP1UulotZtVkCKwF0ASBQSUFLHwEBIUs+AVV7UCUBASJIdlZWeUojRgEBHkNwVGCFUiUCASpSflZCTyQBAiJUSjZJKxQBAf5H/f8CAQAABAAe/pkEmwSNAAMABwALAA8AHUANAwICBgsHfQ8OCgoGEgA/MxDOMz8zEjkvMzAxQQchNxMDIxMhAyMTEwMjEwOtG/1yG37KtcsDssu0yqNatVoCi5mZAgL7cwSN+3MEjfwN/f8CAQACAEj+VQQzBKAAJwArABhACxkQfigkJCoqBQtyACsyLzIRMz8zMDFBNw4CJy4DNzc+AxceAhcjLgInJg4CBwcGHgIXFjY2BwMjEwMxtBmR14Bzo2IkDA4PW5LFenuyYwa0AzJlUFeGXjkLDgkJL2JTVoFW3Vq0WQF4AYCyWgMCXJvCaGZxyZhVAwNhsnlNbTsDAj9xkE5oQ4l0SQMDNm7R/f8CAQD//wB1AAAEZQSOBgYB7QAA//8ALv5PBVcEnwYmAjEAAAAHAmsCmf+2//8AIAAABKIFywYmAhgAAAEHAHAAqgAmAAu2Aw4IAQGwVgArNAD//wBa/+kEVAXLBiYCGwAAAQYAcEsmAAu2AhoXAQGwVgArNAD//wBSAAAE5QSNBgYCCwAA//8AK//tBXEEjQQmAf0AAAAHAfwB2gAA////mgAABgAGAAYmAo4AAAEHAHUClwAAAAu2BhkPAQFNVgArNAD////0/8YEowYeBiYCkAAAAQcAdQGCAB4AC7YDMBEBAVtWACs0AP//ABL9/APrBJ4GJgHzAAAABwHUAOL+nv//AJQAAAYpBh4GJgHvAAABBwBEAaUAHgALtgQYCgEBa1YAKzQA//8AlAAABikGHgYmAe8AAAEHAHUCMQAeAAu2BBYKAQFrVgArNAD//wCUAAAGKQXmBiYB7wAAAQcAagFxAB4ADbcFBB8KAQGEVgArNDQA//8AdQAABGUGHgYmAe0AAAAHAEQAsAAe////r/5OBIsFsAYmACUAAAEHAKQBZgAAAAu2Aw4FAQE5VgArNAD//wAx/k4DxwRQBiYARQAAAQcApAC0AAAAC7YCOzEAAE1WACs0AP//ADv+WASxBbAGJgApAAABBwCkAScACgALtgQQAgAAQ1YAKzQA//8ARf5OA9oEUQYmAEkAAAEHAKQA/gAAAAu2ASwAAABNVgArNAD///+m/k4D4wSNBiYCTQAAAAcApAELAAD//wAe/lYD8ASNBiYCQgAAAAcApADXAAj////w/qoBnwQ6BiYAjQAAAQcArQM2AAoADrQBBwIBAbj/f7BWACs0AAAAAAAPALoAAwABBAkAAABeAAAAAwABBAkAAQAMAF4AAwABBAkAAgAMAGoAAwABBAkAAwAaAHYAAwABBAkABAAaAHYAAwABBAkABQAmAJAAAwABBAkABgAaALYAAwABBAkABwBAANAAAwABBAkACAAMARAAAwABBAkACQAmARwAAwABBAkACwAUAUIAAwABBAkADAAUAUIAAwABBAkADQBcAVYAAwABBAkADgBUAbIAAwABBAkAGQAMAF4AQwBvAHAAeQByAGkAZwBoAHQAIAAyADAAMQAxACAARwBvAG8AZwBsAGUAIABJAG4AYwAuACAAQQBsAGwAIABSAGkAZwBoAHQAcwAgAFIAZQBzAGUAcgB2AGUAZAAuAFIAbwBiAG8AdABvAEkAdABhAGwAaQBjAFIAbwBiAG8AdABvACAASQB0AGEAbABpAGMAVgBlAHIAcwBpAG8AbgAgADMALgAwADAAOAA7ACAAMgAwADIAMwBSAG8AYgBvAHQAbwAtAEkAdABhAGwAaQBjAFIAbwBiAG8AdABvACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAARwBvAG8AZwBsAGUALgBHAG8AbwBnAGwAZQBDAGgAcgBpAHMAdABpAGEAbgAgAFIAbwBiAGUAcgB0AHMAbwBuAEcAbwBvAGcAbABlAC4AYwBvAG0ATABpAGMAZQBuAHMAZQBkACAAdQBuAGQAZQByACAAdABoAGUAIABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAGEAYwBoAGUALgBvAHIAZwAvAGwAaQBjAGUAbgBzAGUAcwAvAEwASQBDAEUATgBTAEUALQAyAC4AMAADAAD/9AAA/2oAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAgAIAAj//wAPAAEAAgAOAAAAAAAAAigAAgBZACUAPgABAEQAXgABAGoAagABAHAAcAABAHUAdQABAIEAgQABAIMAgwABAIYAhgABAIkAiQABAIsAlgABAJgAnwABAKEAowABAKUApgABAKgArQADALEAsQABALoAuwABAL8AvwABAMEAwQABAMMAxAABAMcAxwABAMsAywABAM0AzgABANAA0QABANMA0wABANoA3gABAOEA4QABAOUA5QABAOcA6QABAOsA+wABAP0A/QABAP8BAQABAQMBAwABAQgBCQABARYBGgABARwBHAABASABIgABASQBJwADASoBKwABATMBNAABATYBNgABATsBPAABAUEBRAABAUcBSAABAUsBTQABAVEBUQABAVQBWAABAV0BXgABAWIBYgABAWQBZAABAWgBaAABAWoBbAABAW4BbgABAXABcAABAdUB2wACAewCAAABAgQCBAABAg0CDQABAg8CDwABAhYCGAABAhoCGwABAh0CHQABAiECIQABAiMCJQABAisCKwABAjACMgABAjQCNAABAkICQgABAkUCRQABAkcCRwABAkoCTQABAnkCfQABAo0CkgABApUC/QABAwADvwABA8EDwQABA8MDzQABA88D2AABA9oD9QABA/kD+QABA/sEAgABBAQEBgABBAkEDQABBA8EmgABBJ0EngABBKAEoQABBKMEpgABBLAFDAABBQ4FGAABBRsFKAABAAEAAwAAABAAAAAWAAAAIAABAAEArQACAAEAqACsAAAAAgACAKgArAAAASQBJwAFAAEAAAAWADAACgAFAEYATgBYAGIAbAAEREZMVABqY3lybABuZ3JlawBybGF0bgB2AAVjcHNwAGBrZXJuAGxrZXJuAGZrZXJuAHRrZXJuAHwAAQAAAAEAZAACAAgAAgEyCAgAAgAIAAIAzAQuAAIACAACAjIP/AACAAgAAgBIAIAATgAAAFQAAABaAAAAYAAAAAAAAQAAAAAAAQAEAAAAAgAEAAMAAAACAAQAAQAAAAIABAACAAErTAAFACQASAABGRIABAAAAAMZBhkcGQwAAP//AAIAAAACAAD//wACAAAAAwAA//8AAgAAAAQAAP//AAIAAAABAAIZDgAEAAAZVBt4AAQABQAA/5UAAAAA/4gAAP9WAAAAAAAAAAAAAAAAAAAAAAAA/4gAAAAAAAAAARv2AAQAAAApGXwZihlKGtgZ2BmmGgQZtBnuGlYafBj+GcYZBByiGRYdBBukGqoZChkQHWoZVBoaGgQZphxMGgQZXhloGaYZmBsKHEwaNBxMGRYZchnGGXIZpgABLrQABAAAAIUeQh4IHYwdkh3QHwYgAjbCMNQ08ih8Hn4x6izCH9AlEB5+Hn4hHB5+Hn4efimMJBQefh+mJJIjJB5cJ9IiZB28JzQdmB98I5ovwh4sIN4lkiG4HyweLCIOH1IhZiA4HywgpB7CHewdsh98HiwmHB28H9AdmCBuIG4gbh5+H9AdmB5+Hn4d+h28H9AdmCLCJhwefh5+IG4gbiEcIKQdniYcHn4efh36Hd4eGiamH9AeoB2oHsIeLB2yHZgdqB28HbIdqB3sHbIeGh7kHbIefh/QHZgefiCkHqAgpB6gHagdqB2oH9AdmB36HsIewh4sIRwdsiEcHbIhHB2yJqYmHB28HcYfpiYcIG4e5AABOcYABAAAAPQswChIKEgy9CzWK2goTit2PCArhCzsKE4objUkMi4tMiyuLQIoWjHwK6AycBemN8IXpjccF6YXphemK5IzOihULRgoVDKyKE4ziCycKEg4nChIKEgoSChCLVQteig8KGQoNitaKDYraChOKE4oTihOLTIs1izWLNYs1izWLNYs1itoK3Yrdit2K3YoTihOKE4oTihOMfAXphemF6YXphemF6YXphemF6YXpihUKFQs1izWLNYraCtoK2graChOK3YXpit2F6YrdhemK3YXpit2F6YXpiuELOws7CzsLOwXphemF6YXpihOF6YoThemKE4XpiuSK5Irki0yLTItMi0CMfAoVDHwK6AroCugKDwoPChCKDYoNig2KDYoNig2KDYoPCg8KDwoPCg8KDYoNig2KDwoZChkKGQoZCg8KDwoPChCLQItAi0CMfAoVChIKEgoSBemLNYs1izWLNYs1izWLNYs1izWLNYs1izWLNYrdhemK3YXpit2F6YrdhemK3YXpit2F6YrdhemK3YXpihOF6YoThemKE4XpihOF6YoThemKE4XpihOF6YXpjHwKFQx8ChUMfAoVBemLNYrdihO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/58AOgCyAA8A0v/mANQADgDW/+YA2QATANoADgDdAA4A3gALAOH/5QDm/+YA5//0AO0AEgDyAA8A9v/nAPn/6AD+AAABBAAPAQ0ADwEZ/+YBMwAOATn/5gE6/+cBQwAOAUX/5gFH/+UBSP/oAUn/5QFK/+gBTP/kAVAADgFRAA8BXQAOAWL/5gFk/+YBZgAOAWz/5gFt/+cBbwAOAXAADwPQAAsD0QAPA9z/5gPdAA4EBf/mBA3/5gQQAA4EEwAPBBUADwQeAA4ELgALBDAACwQyAAsENP/lBDX/6ASS/+YElP/lBJX/6ASh/+YAAQD6AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBlAGcAgQCDAIQAjACPAJEAkwCxALIAswC0ALUAtgC3ALgAuQC6ANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAS8BMwE1ATcBOQE7AUEBQwFFAUkBSwFMAVgBWQGxAbcBvAG/ApUClgKYApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0AtEC0wLVAtcC2QLbAt0C3wLhAuMC5QLnAukC6wLtAu8C8QLzAvUC9wL5AvsC/QL+AwADAgMEAwYDCAMKAwwDDgMQAxMDFQMXAxkDGwMdAx8DIQMjAyUDJwMpAysDLQMvAzEDMwM1AzcDOQM7Az0DPwNAA0IDRANGA0gDoQOiA6MDpAOlA6YDpwOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D7gPwA/ID9AQJBAsEDQQiBCgELgSYBJ0EoQUiBSQAAwHv//UB8P/uA5v/9QADAA3/5gBB//QAYf/vAAMASv/uAFv/6gHw//AAAwBb/8EB///mAkv/6AADAEoADwBYADIAWwARAAMAW//lAf//6wJL/+0AOwCyABAA0v/gANP/6ADUABAA1v/gANkAFADdABAA4f/hAOb/4ADtABMA8gAQAPn/4AEEABABCP/oAQ0AEAEX/+gBGf/gARv/6AEd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/8oBif/KA9D/7QPc/9ID3f/0A+D/0QPi/9ED5P/mA+X/7wPn/9ED7P/RA+3/5gP2/8oD9//KA/r/ygQC/9EEBf/UBAb/5gQN/9MEDv/mBBD/9AQR/+8EHv/0BB//7wQj/9EEJf/RBC7/7QQv/+YEMP/tBDH/5gQy/+0EM//mBDT/4QQ3/9EEkv/SBJT/4QSX/9EEof/TACkAR//sAEj/7ABJ/+wAS//sAFX/7ACU/+wAmf/sArz/7AK9/+wCvv/sAr//7ALA/+wC2P/sAtr/7ALc/+wC3v/sAuD/7ALi/+wC5P/sAub/7ALo/+wC6v/sAuz/7ALu/+wC8P/sAvL/7ARS/+wEVP/sBFb/7ARY/+wEWv/sBFz/7ARe/+wEYP/sBHT/7AR2/+wEeP/sBHz/7AS3/+wExP/sBMb/7AA2AAYAEAALABAADQAUAEEAEgBH/+gASP/oAEn/6ABL/+gAVf/oAGEAEwCU/+gAmf/oAYQAEAGFABABhwAQAYgAEAGJABACvP/oAr3/6AK+/+gCv//oAsD/6ALY/+gC2v/oAtz/6ALe/+gC4P/oAuL/6ALk/+gC5v/oAuj/6ALq/+gC7P/oAu7/6ALw/+gC8v/oA/YAEAP3ABAD+gAQBFL/6ARU/+gEVv/oBFj/6ARa/+gEXP/oBF7/6ARg/+gEdP/oBHb/6AR4/+gEfP/oBLf/6ATE/+gExv/oAEoAR//FAEj/xQBJ/8UAS//FAEwAIABPACAAUAAgAFP/gABV/8UAV/+QAFsACwCU/8UAmf/FAdv/kAK8/8UCvf/FAr7/xQK//8UCwP/FAsb/gALH/4ACyP+AAsn/gALK/4AC2P/FAtr/xQLc/8UC3v/FAuD/xQLi/8UC5P/FAub/xQLo/8UC6v/FAuz/xQLu/8UC8P/FAvL/xQMU/4ADFv+AAxj/gAMg/5ADIv+QAyT/kAMm/5ADKP+QBFL/xQRU/8UEVv/FBFj/xQRa/8UEXP/FBF7/xQRg/8UEZv+ABGj/gARq/4AEbP+ABG7/gARw/4AEcv+ABHT/xQR2/8UEeP/FBHr/gAR8/8UEt//FBLv/gATE/8UExv/FBMgAIATKACAEzAAgBNn/kAABAPQABAAGAAsADAAlACcAKAApACoALwAwADMANAA1ADYAOAA6ADsAPAA9AD4APwBJAEoATABPAFEAUgBTAFYAWABaAFsAXQBfAJYAnQCyAYQBhQGHAYgBiQHyAfQB9QH3AfoCBQJKAk0CXwJhAmIClQKWApgCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCqwKsAq0CrgKvArQCvQK+Ar8CwALFAsYCxwLIAskCygLPAtAC0QLTAtUC1wLZAtsC3QLfAuEC4gLjAuQC5QLmAucC6ALpAuoC9AMCAwQDBgMIAwoDDQMPAxEDEgMTAxQDFQMWAxcDGAMaAxwDHgMpAysDLQM7Az0DPgM/A0ADQgNEA0oDSwNMA00DTgNPA1ADUQNSA1MDXgNfA2ADYQNiA2gDaQNqA28DgQOCA4MDhAOIA4kDigOTA+4D8APyA/QD9QP2A/cD+gP8A/0EOQQ7BD0EPwRBBEMERQRHBEkESwRNBE8EUQRSBFMEVARVBFYEVwRYBFkEWgRbBFwEXQReBF8EYARlBGYEZwRoBGkEagRrBGwEbQRuBG8EcARxBHIEegSLBIwEjQSOBI8EkASzBLQEtgS6BLsEvQTDBMUEyATJBMsEzQTQBNIE0wTUBNcE2gTdBN4E3wTgBOEE4wABADUABgALAJYAsQCyALMAtAC9AMEAxwGEAYUBhwGIAYkCBQIGAgcDoQOiA6MDpAOlA6YDqQOqA6sDrAOtA64DrwOwA7EDsgOzA7QDtQO2A7cDuAO7A78DwQPFA/YD9wP6BOUE5gTqBO0E8wT4AKcAEP8WABL/FgAl/1YALv74ADgAFABF/94AR//rAEj/6wBJ/+sAS//rAFP/6wBV/+sAVv/mAFn/6gBa/+gAXf/oAJT/6wCZ/+sAm//qALL/VgGG/xYBiv8WAY7/FgGP/xYCBf/AAk3/wAKa/1YCm/9WApz/VgKd/1YCnv9WAp//VgKg/1YCtf/eArb/3gK3/94CuP/eArn/3gK6/94Cu//eArz/6wK9/+sCvv/rAr//6wLA/+sCxv/rAsf/6wLI/+sCyf/rAsr/6wLL/+oCzP/qAs3/6gLO/+oCz//oAtD/6ALR/1YC0v/eAtP/VgLU/94C1f9WAtb/3gLY/+sC2v/rAtz/6wLe/+sC4P/rAuL/6wLk/+sC5v/rAuj/6wLq/+sC7P/rAu7/6wLw/+sC8v/rAwD++AMU/+sDFv/rAxj/6wMpABQDKwAUAy0AFAMw/+oDMv/qAzT/6gM2/+oDOP/qAzr/6gM+/+gDTf/A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AiQCJQIOAg8CEAIRAhICEwJVAicCKAIpAioFEwIrAi0CLgIvAjECMwKRA0wDTQNOA08DUANRA1IDUwNUA1UDVgNXA1gDWQNaA1sDXANdA14DXwNgA2EDYgNjA2QDZQNmA2cDnQNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9BRoDfwOAA4EDggODA4QDhQOGA4cDiAOJA4oDiwOMA40DjgOPA5AFHQORA5IDlAOTA5UDlgOXA5gDmQOaA5sDnAOeA58DoAUbBRwE5gTnBOgE6QTzBPYE9AT1BPoE+wT8BOoE6wTsBQUFCAUJBQwFDgUPAhsFEQT9BP4E/wUABQEFAgUDBQQFHgUfBSAFIQUSBRQFFQIyBRcCNAUYBRYCMAImAiwFJgUnAAIHAAD6AgECjAHrAeoB6QHoAecB5gHlAeQB4wHiAk0CTAJLAkoCQgIAAf8B/gH9AfwB+wH6AfkB+AH3AfYB9QH0AfMB8gHxAfAB7wHuAe0B7AICAgMCjgKQAo8CkQKNApICbAIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIaAhsFGQIcAh0CHgIfAiACIQIiAiMCJAIlAlUCJwIoAikCKgUTAisCLQIuAi8CMAIxAjICMwI1AjYCOAI3A0oDSwNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA2gDaQNqA2sDbANtA24DbwNwA3EDcgNzA3QDdQN2A3cDeAN5A3oDewN8A30DfgUaA38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQBR0DkQOSA5QDkwOVA5YDlwOYA5kDmgObA5wDnQOeA58DoAUbBRwE5gTnBOgE6QTqBOsE7ATtBO4E7wTwBPEE8gTzBPQE9QT2BPcE+AT5BPoE+wT8BP0E/gT/BQAFAQUCAhkFAwUEBQUFBgUHBQgFCQUKBQsFDAUNBQ4FDwUQBREFHgUfBSAFIQUSBRQFFQUXAjQFGAUWAiYCLAUmBScAAQABAXsAAQABAEsAAQABALsAAQABADYAAQABABMAAQACAyMDJAACBuQG2AACBuYG2AABBu4AAQbwAAEG8gACAAEAFAAdAAAAAQACAC8ATwABAAMASQBLAoQAAgAAAAEG3gABAAYC1QLWAucC6ANqA3MAAQAGAE0ATgL8A+kD6wRkAAIAAwGUAZQAAAHfAeEAAQI5Aj8ABAACAAIAqACsAAEBJAEnAAEAAQAMACcAKAArADMANQBGAEcASABLAFMAVABVAAIAAgAUAB0AAAJvAngACgACAAYATQBNAAYATgBOAAQC/AL8AAUD6QPpAAMD6wPrAAIEZARkAAEAAgAEABQAHQAAAoACgAAKAosCiwALBKgErwAMAAIABgAaABoAAAAcABwAAQJkAmkAAgJtAm0ACAJvAngACQJ/An8AEwABABQAGgAcAmQCZQJmAmcCaAJpAm0CfwKAAosEqASpBKoEqwSsBK0ErgSvAAEF3gABBeAAAQXiAAEF5AABBeYAAQXoAAEF6gABBewAAQXuAAEF8AABBfIAAQX0AAEF9gABBfgAAQX6AAIF/AYCAAIGAgYIAAIGCAYOAAIGDgYUAAIGFAYaAAIGGgYgAAIGIAYmAAIGJgYsAAIGLAYyAAIGMgY4AAIGOAY+AAMGPgZEBkoAAwZIBk4GVAADBlIGWAZeAAMGXAZiBmgAAwZmBmwGcgADBnAGdgZ8AAMGegaABoYAAwaEBooGkAAEBo4GlAaaBqAABAacBqIGqAauAAUGqgawBrYGvAbCAAUGvAbCBsgGzgbUAAUGzgbUBtoG4AbmAAUG4AbmBuwG8gb4AAUG8gb4Bv4HBAcKAAUHBAcKBxAHFgccAAUHFgccByIHKAcuAAUHKAcuBzQHOgdAAAUHOgdAB0YHTAdSAAYHTAdSB1gHXgdkB2oABgdiB2gHbgd0B3oHgAAGB3gHfgeEB4oHkAeWAAYHjgeUB5oHoAemB6wABgekB6oHsAe2B7wHwgAGB7oHwAfGB8wH0gfYAAYH0AfWB9wH4gfoB+4ABwguB+YH7AfyB/gH/ggEAAcIJgf6CAAIBggMCBIIGAABAOsACgBFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AhQCGAIcAiQCKAIsAjQCQAJIAlAC7ALwAvQC+AL8AwADBAMIAwwDEAMUAxgDHAMgAyQDKAMsAzADNAM4A6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBMAE0ATYBOAE6ATwBQgFEAUYBSgFNAVoClwKZArUCtgK3ArgCuQK6ArsCvAK9Ar4CvwLAAsECwgLDAsQCxQLGAscCyALJAsoCywLMAs0CzgLPAtAC0gLUAtYC2ALaAtwC3gLgAuIC5ALmAugC6gLsAu4C8ALyAvQC9gL4AvoC/AL/AwEDAwMFAwcDCQMLAw0DDwMRAxQDFgMYAxoDHAMeAyADIgMkAyYDKAMqAywDLgMwAzIDNAM2AzgDOgM8Az4DQQNDA0UDRwNJA7kDugO7A7wDvgO/A8ADwQPCA8MDxAPFA8YDxwPeA98D4APhA+ID4wPkA+UD5gPnA+gD6QPqA+sD7APtA+8D8QPzA/UECgQMBA4EHAQjBCkELwSZBJoEngSiBSMFJQABAPoACAAKABQAFQAWABcAGAAZABoAGwAcAB0AJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AGUAZwCBAIMAhACMAI8AkQCTALEAsgCzALQAtQC2ALcAuAC5ALoA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5ADlAOYA5wDoAOkBLwEzATUBNwE5ATsBQQFDAUUBSQFLAUwBWAFZAbEBtwG8Ab8ClQKWApgCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQC0QLTAtUC1wLZAtsC3QLfAuEC4wLlAucC6QLrAu0C7wLxAvMC9QL3AvkC+wL9Av4DAAMCAwQDBgMIAwoDDAMOAxADEwMVAxcDGQMbAx0DHwMhAyMDJQMnAykDKwMtAy8DMQMzAzUDNwM5AzsDPQM/A0ADQgNEA0YDSAOhA6IDowOkA6UDpgOnA6kDqgOrA6wDrQOuA68DsAOxA7IDswO0A7UDtgO3A7gDyAPJA8oDywPMA80DzgPPA9AD0QPSA9MD1APVA9YD1wPYA9kD2gPbA9wD3QPuA/AD8gP0BAkECwQNBCIEKAQuBJgEnQShBSIFJAHWAAIATQHXAAIAUAHYAAMASgBNAdkAAwBKAFAAAQABAEoB1QACAEoB2wACAFgB2gACAFgAAQADAEoAVwCVAAAAAQABAAEAAQAAAAMEwQACAK0C1wACAKkExwACAK0E1AACAKkEwgACAK0C2AACAKkEsQACAKkEyAACAK0EZAACAK0E1QACAKkDRgACAKkDSAACAKkDRwACAKkDSQACAKkEwAACAKkExQACAdQEwwACAK0EsAACAKkC8QACAdQD+wACAKkEzwACAK0DKQACAdQE2gACAK0E3wACAK0E3QACAKoDQAACAKkE4wACAK0ExgACAdQExAACAK0D/AACAKkE0AACAK0DKgACAdQE2wACAK0E4AACAK0E3gACAKoDQQACAKkE5AACAK0EyQACAKkDAgACAdQEywACAK0DBAACAKkDBgACAdQEzQACAK0DHwACAKkDJQACAdQE2AACAK0D8AACAKkE4QACAK0D7gACAKgEygACAKkDAwACAdQEzAACAK0DBQACAKkDBwACAdQEzgACAK0DIAACAKkDJgACAdQE2QACAK0D8QACAKkE4gACAK0D7wACAKgDGQACAKkDGwACAdQE1gACAK0EvAACAKwDGgACAKkDHAACAdQE1wACAK0EvQACAKwDDAACAKkDDgACAdQE0QACAK0EsgACAKgCqgACAKoCtAACAKkEiwACAK0D9AACAKgEjQACAKsEjwACAKoDDQACAKkDDwACAdQE0gACAK0EswACAKgCxQACAKoCzwACAKkEjAACAK0D9QACAKgEjgACAKsEkAACAKoCwgACAKkCwQACAKgEYgACAKsC9gACAKoEuQACAKwEcwACAKkEewACAK0EdQACAKgEdwACAKsEeQACAKoEdAACAKkEfAACAK0EdgACAKgEeAACAKsEegACAKoEgQACAKkEiQACAK0EgwACAKgEhQACAKsEhwACAKoEggACAKkEigACAK0EhAACAKgEhgACAKsEiAACAKoCmwACAKkEOQACAK0CmgACAKgEOwACAKsCnQACAKoEtAACAKwCowACAKkEUQACAK0CogACAKgEUwACAKsEVQACAKoEtgACAKwCpwACAKkEYwACAK0CpgACAKgEYQACAKsC9QACAKoEuAACAKwCtgACAKkEOgACAK0CtQACAKgEPAACAKsCuAACAKoEtQACAKwCvgACAKkEUgACAK0CvQACAKgEVAACAKsEVgACAKoEtwACAKwCxwACAKkEZgACAK0CxgACAKgEaAACAKsCyQACAKoEuwACAKwCzAACAKkEfgACAK0CywACAKgEgAACAKsDMAACAKoEvwACAKwCrAACAKkEZQACAK0CqwACAKgEZwACAKsCrgACAKoEugACAKwCsQACAKkEfQACAK0CsAACAKgEfwACAKsDLwACAKoEvgACAKwE0wADAKoAqQTcAAMAqgCpAAIAEQAlACkAAAArAC0ABQAvADQACAA2ADsADgA9AD4AFABFAEkAFgBLAE0AGwBPAFQAHgBWAFsAJABdAF4AKgCBAIEALACDAIMALQCGAIYALgCJAIkALwCNAI0AMACYAJsAMQDQANAANQAA","Roboto-Medium.ttf":"AAEAAAARAQAABAAQR0RFRqbzo4gAAcGUAAACWEdQT1OYN0PaAAHD7AAAWPxHU1VCm18k/AACHOgAABX2T1MvMpfnsYsAAAGYAAAAYGNtYXDTfF9iAAAWnAAABoJjdnQgO/gmfQAAL3gAAAD+ZnBnbagFhDIAAB0gAAAPhmdhc3AACAAZAAHBiAAAAAxnbHlml3ag9QAAOswAAYOyaGVhZAiGpEQAAAEcAAAANmhoZWEK9griAAABVAAAACRobXR4QNtY9AAAAfgAABSkbG9jYcJrHvoAADB4AAAKVG1heHAI2RDGAAABeAAAACBuYW1lQmB1PgABvoAAAALmcG9zdP9tAGQAAcFoAAAAIHByZXB5WM7TAAAsqAAAAs4AAQAAAAMCDPWGK6FfDzz1ABkIAAAAAADE8BEuAAAAAODgRcT6Jv3VCWEIcwAAAAkAAgAAAAAAAAABAAAHbP4MAAAJbvom/j4JYQABAAAAAAAAAAAAAAAAAAAFKQABAAAFKQCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEiQH0AAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAQAAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA4wAZAAAAAAAAAAAAf0AAAH9AAACHgCMAo4AYATTAFYEjABkBeQAZAUhAFUBVwBSAsUAgQLMACcDjAAcBHEAQgHKACICuABQAjkAhgMfAAEEjABoBIwAqgSMAFIEjABOBIwANwSMAH8EjABzBIwARASMAGcEjABdAhwAfwHrADMEEgA+BIAAjwQoAH4D5AA7By0AWwVOABEFDQCUBTkAZgU5AJQEhQCUBGgAlAVzAGsFrQCUAkQApQRyAC8FDgCUBFIAlAb/AJQFrQCUBYMAZQUbAJQFgwBgBQkAlATYAEsE4AAtBTwAgAUqABEHCwAvBQ0AJgTjAAgE0wBQAiwAhQNVABICLAALA24ANgOVAAICkAA4BFAAVgR/AH0ELQBOBIIAUARJAFEC0wArBIkAUgRyAHoCCgB8AgL/qwQsAH0CCgCMBvgAfAR0AHoEigBOBH8AfQSHAFAC1AB9BB4ASQKqAAoEcwB3A/gAFgXwACMEBgAfA+sADAQGAFECqwA4Af0ArwKrABwFTQB1Ah8AhQSCAGcEtQBfBZ4AXARAAA0B+ACJBPkAXAOSAGMGSQBaA5AAjgPjAFcEawB/BkoAWQPaAJ0DDwCBBEoAXAL1AD0C9QA3ApQAbwTBAJMD6gBJAkQAkAITAGwC9QCCA6cAeQPjAF4FygBfBiIAUwZcAGYD5QBGB37//ARCAEwFgQBpBM8AlQTrAIoGwgBIBKQAaASRAEMEhgBOBJEAgQTsAFAFsAAfAhcAkASaAI0EZAAgAlIAIAWXAJAEhgB9B7AAZQc+AFkCBwCJBY0AVQLQ/94FkQBbBJ0ATQWjAIAE5gB3AiX/rgQ5AFcD3gCQA6oAbgPaAJ0DfgB1AgoAgQKqAHgCTAApA84AdwMoAEsCcwCJAAD8kwAA/WIAAPx0AAD9OgAA/AgAAP0eAmsAzQQ7AG4CRACQBHQAmQXCABoFegBcBTUAIASMAGoFrgCZBIwARwX5AEwFsQBGBVkAbASEAFYEyACXBA0AHgSGAFEEZQBiBA8AWQSGAH0EpwB2AqUAowRoABUEGgBnBPwAMASGAIAEMwBQBI4AUAQqADwEXQB/BdEARgXMAFIGlABlBLQAeASH/+EGeQArBf0AJAVTAGcIgQAtCIwAmQZRAC0FpQCPBQcAkAX9ACYHqQAVBNsASQWmAJIFqAAsBQsAMgZfAE4F+ACOBYUAkQeaAJUH+gCVBiEAFQbwAJkFAgCQBUgAYwdiAKEE6AAXBIAAWgSLAI8DWwCDBPIAJwaHACAEFwBOBJIAhARsAI8ElAAgBgIAjwSRAIQEkgCEA/oAIwXUAFMEzwCEBGUAYAaNAIQG8QB9BSEAIAZvAI8EaQCPBDkAUAaCAJIEcAAuBHL/1wQ5AFIG1gAdBuQAhASG/+gEkgCEB1gAiAZqAHIEaP/hBygAmAYCAIYFFgAaBGMACwdLAKwGPQCaBuUAfgXdAIEJKgClB+4AkAQgACgD9QAyBXoAYASIAE0FGAAQBA0AHgV6AGAEhgBOB1QAiAZWAHUHWACIBmoAcgUQAGcERwBdBPsAcAAA/HAAAPx1AAD9gQAA/aYAAPomAAD6UQYgAJIFEwCEBGj/4QUQAJQEhgB9BGsAjwOjAH0E6gCZBCQAfQgjABUG4AAgBckAmQT7AI8FLgCRBKwAjQaUADQFoAA8BiAAlAUHAIQH3QCUBa0AfQhJAJcG7wB9BjcAZwUEAGAFOQAmBEEAHwcoACkFbwAnBfIAkQTcAGAFcACBBHQAdQWFAIkGGwAKBMT/ywUgAJEEeACNBh8ALAUUACAFrQCZBIYAfQYqAJQFEQCEB3UAlAZ0AI8FjQBVBKMAWwSkAF0EwwAsA6oAJAVpACYEcQAfBPkATwbzAGgG2wBfBlEAPQUoAC8EgwBKBEgAcwe8AEIGpAA/B/UAlAaeAHQFBgBcBC8AVQWoACEFHQBEBU4AfQZGACwFOwAgAxsAZAQUAAAIKQAABBQAAAgpAAACuQAAAgoAAAFcAAAEfwAAAjAAAAGiAAABAAAAANEAAAAAAAACtwBQArcAUAUjAJwGKgB7A5oACAG/AGUBugA3Ac4ANQGjAEsDCwBtAxMAQwMAADUEWwA/BJoAXQLMAIoD/QCNBaoAjQHPAF4HrgBQAnQAbAJpAFUDmQArAvUATAL1ADYC9QBQAvUATgL1ADcC9QBLAvUARwM5AFAC8wBQAvMAUAIDAFMCAwBQA1wAZwL1AEwC9QCCAvUAPQL1ADcC9QA2AvUAUAL1AE4C9QA3AvUASwL1AEcDOQBQAvMAUALzAFACAwBTAgMAUAS1AGIGbgAjBr8AmQiVAJQGOwAjBpsAfQSMAFwF6gAjBC0AKgSbACQFYgBPBX4AKwXkAG4D4wBFCCkAkAUIAG8FFACWBjcAXAbeAFYG0ABeBqwAXASTAGEFigCmBN4APwSAAJwEnQA7CFIAYQIy/6cEkQBlBIAAjwQSAD0EKAB9BA4AJQJRAJwCjgBkAekARwUZACsErQAaBL0AKwcoACsHKAArBQ8AKwa3AEkAAAAACDAAWQg1AFwC9QA9AvUAggL1AEwEHQBPBB0AVwQdADgEHQBfBB0AZgQdADMEHQA9BB0AQwQdAJgEHQBYBCsAQQQ+AAYEXAATBgkAJwR5AAgEiABpBD8AJQQ3AD8EZAB1BL0ATQRrAHYEvQBOBNwAdgYFAHYDtwB2BF4AdgPWACYB/gCGBN0AdgSnAFYDyAB2BDcAPwRoADoDpQAKA7wAdgR5AAgEvQBOBHkACAOdAEYE2QB2BB4ARAWmAE8FWABPBOAAXgWSACMEgABPB1YAJAdYAHYFmQAlBNgAdgRyAHYFXgAnBkUAGwRGAEME4gB2BF0AdgTLACQETAAfBWIAdgSNAEMGhAB2Bw4AdgVhAAkGFgB2BGcAdgSAAD0GjwB2BIQAQgQoAAsGowAbBKAAdgUNAHYFdAAhBfgATgRWAAYExAATBpcAIwSNAEMEjQB2BgAADgTOAE0ERwBDBL0ATgRoADoD9ABFCC0AdgT0ACgC9QA3AvUANgL1AFAC9QBOAvUANwL1AEsC9QBHA7YAjQKuAJgD4AB2BDoADAS2AFYFQQCZBSgAmQQwAIEFNQCZBCgAgQR6AHYEgABPBGAAdgSaAAgB/gCQA6EAdQAA/J4D9wB6A/r/UQQLAHkD+gB5A7wAdgOdAHUDnQB1AvUATAL1ADYC9QBQAvUATgL1ADcC9QBLAvUARwVzAGkFngBpBX8AmQXZAGkF2gBpBCgAlgSCAGsEWAAPBLsANARrAGcELgBCA6EAdgG6AGIGmABOBK8AbgIM/6cEjAA4BIwAaASMACwEjABiBIwAXwSMADQEjABsBIwAWQSMAGcEjADmAib/rgIl/64CFwCQAhf/+gIXAJAEYAB2BOYAYAQwADkEiAB9BD4ATwSVAE4EkQBOBJ0ASQSSAH0EmgBOBEkAUQSJAFAEWQA0A60AYQUMAF8DxAAFBkb/7AQHAHYEvQBOBQ4ANATcAHYB/QAAArgAUAVXABcFVwAXBJD/9QTgAC0Cqv/rBU4AEQVOABEFTgARBU4AEQVOABEFTgARBU4AEQU5AGYEhQCUBIUAlASFAJQEhQCUAkT/ywJEAKUCRP/KAkT/vgWtAJQFgwBlBYMAZQWDAGUFgwBlBYMAZQU8AIAFPACABTwAgAU8AIAE4wAIBFAAVgRQAFYEUABWBFAAVgRQAFYEUABWBFAAVgQtAE4ESQBRBEkAUQRJAFEESQBRAhf/tQIXAJACF/+zAhf/qAR0AHoEigBOBIoATgSKAE4EigBOBIoATgRzAHcEcwB3BHMAdwRzAHcD6wAMA+sADAVOABEEUABWBU4AEQRQAFYFTgARBFAAVgU5AGYELQBOBTkAZgQtAE4FOQBmBC0ATgU5AGYELQBOBTkAlAUYAFAEhQCUBEkAUQSFAJQESQBRBIUAlARJAFEEhQCUBEkAUQSFAJQESQBRBXMAawSJAFIFcwBrBIkAUgVzAGsEiQBSBXMAawSJAFIFrQCUBHIAegJE/7QCF/+dAkT/0QIX/7sCRP/dAhf/xgJEABgCCv//AkQAnwa1AKUECwB8BHIALwIl/64FDgCUBCwAfQRSAJQCCgCMBFIAlAIKAFkEUgCUAqAAjARSAJQC5gCMBa0AlAR0AHoFrQCUBHQAegWtAJQEdAB6BHT/owWDAGUEigBOBYMAZQSKAE4FgwBlBIoATgUJAJQC1AB9BQkAlALUAFIFCQCUAtQANwTYAEsEHgBJBNgASwQeAEkE2ABLBB4ASQTYAEsEHgBJBNgASwQeAEkE4AAtAqoACgTgAC0CqgAKBOAALQLSAAoFPACABHMAdwU8AIAEcwB3BTwAgARzAHcFPACABHMAdwU8AIAEcwB3BTwAgARzAHcHCwAvBfAAIwTjAAgD6wAMBOMACATTAFAEBgBRBNMAUAQGAFEE0wBQBAYAUQd+//wGwgBIBYEAaQSGAE4Eev+lBHr/pQQ/ACUEmgAIBJoACASaAAgEmgAIBJoACASaAAgEmgAIBIAATwPgAHYD4AB2A+AAdgPgAHYB/v+pAf4AhgH+/6cB/v+cBNwAdgS9AE4EvQBOBL0ATgS9AE4EvQBOBIgAaQSIAGkEiABpBIgAaQQ+AAYEmgAIBJoACASaAAgEgABPBIAATwSAAE8EgABPBHoAYQPgAHYD4AB2A+AAdgPgAHYD4AB2BKcAVgSnAFYEpwBWBKcAVgTdAHYB/v+RAf7/rwH+/7oB/gAXAf4AfQPWACYEXgB2A7cAdgO3AHYDtwB2A7cAdgTcAHYE3AB2BNwAdgS9AE4EvQBOBL0ATgRkAHUEZAB1BGQAdQQ3AD8ENwA/BDcAPwQ3AD8EPwAlBD8AJQQ/ACUEiABpBIgAaQSIAGkEiABpBIgAaQSIAGkGCQAnBD4ABgQ+AAYEKwBBBCsAQQQrAEEFTgARBOn/QgYR/0oCqP9OBZf/tAVH/0EFbf/CAqX/hQVOABEFDQCUBIUAlATTAFAFrQCUAkQApQUOAJQG/wCUBa0AlAWDAGUFGwCUBOAALQTjAAgFDQAmAkT/vgTjAAgEhABWBGUAYgSGAH0CpQCjBF0AfwSaAI0EigBOBMEAkwP4ABYEWQA0AqX/wwRdAH8EigBOBF0AfwaUAGUEhQCUBHQAmQTYAEsCRAClAkT/vgRyAC8FKACZBQ4AlAULADIFTgARBQ0AlAR0AJkEhQCUBaYAkgb/AJQFrQCUBYMAZQWuAJkFGwCUBTkAZgTgAC0FDQAmBFAAVgRJAFEEkgCEBIoATgR/AH0ELQBOA+sADAQGAB8ESQBR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ALoAuwABAL8AvwABAMEAwQABAMMAxAABAMcAxwABAMsAywABAM0AzgABANAA0QABANMA0wABANoA3gABAOEA4QABAOUA5QABAOcA6QABAOsA+wABAP0A/QABAP8BAQABAQMBAwABAQgBCQABARYBGgABARwBHAABASABIgABASQBJwADASoBKwABATMBNAABATYBNgABATsBPAABAUEBRAABAUcBSAABAUsBTQABAVEBUQABAVQBWAABAV0BXgABAWIBYgABAWQBZAABAWgBaAABAWoBbAABAW4BbgABAXABcAABAdUB2wACAewCAAABAgQCBAABAg0CDQABAg8CDwABAhYCGAABAhoCGwABAh0CHQABAiECIQABAiMCJQABAisCKwABAjACMgABAjQCNAABAkICQgABAkUCRQABAkcCRwABAkoCTQABAnkCfQABAo0CkgABApUC/QABAwADvwABA8EDwQABA8MDzQABA88D2AABA9oD9QABA/kD+QABA/sEAgABBAQEBgABBAkEDQABBA8EmgABBJ0EngABBKAEoQABBKMEpgABBLAFDAABBQ4FGAABBRsFKAABAAEAAwAAABAAAAAWAAAAIAABAAEArQACAAEAqACsAAAAAgACAKgArAAAASQBJwAFAAEAAAAWADAACgAFAEYATgBYAGIAbAAEREZMVABqY3lybABuZ3JlawBybGF0bgB2AAVjcHNwAGBrZXJuAGxrZXJuAGZrZXJuAHRrZXJuAHwAAQAAAAEAZAACAAgAAgEyCAgAAgAIAAIAzAQuAAIACAACAjIP/AACAAgAAgBIAIAATgAAAFQAAABaAAAAYAAAAAAAAQAAAAAAAQAEAAAAAgAEAAMAAAACAAQAAQAAAAIABAACAAEriAAFACQASAABGRIABAAAAAMZBhkcGQwAAP//AAIAAAACAAD//wACAAAAAwAA//8AAgAAAAQAAP//AAIAAAABAAIZDgAEAAAZVBt4AAQABQAA/68AAAAA/4gAAP8sAAAAAAAAAAAAAAAAAAAAAAAA/4gAAAAAAAAAARv2AAQAAAApGXwZihlKGtgZ2BmmGgQZtBnuGlYafBj+GcYZBByiGRYdBBukGqoZChkQHWoZVBoaGgQZphxMGgQZXhloGaYZmBsKHEwaNBxMGRYZchnGGXIZpgABLvAABAAAAIUeQh4I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AVAADgFRAA8BXQAOAWL/5gFk/+YBZgAOAWz/5gFt/+cBbwAOAXAADwPQAAsD0QAPA9z/5gPdAA4EBf/mBA3/5gQQAA4EEwAPBBUADwQeAA4ELgALBDAACwQyAAsENP/lBDX/6ASS/+YElP/lBJX/6ASh/+YAAQD6AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBlAGcAgQCDAIQAjACPAJEAkwCxALIAswC0ALUAtgC3ALgAuQC6ANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAS8BMwE1ATcBOQE7AUEBQwFFAUkBSwFMAVgBWQGxAbcBvAG/ApUClgKYApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0AtEC0wLVAtcC2QLbAt0C3wLhAuMC5QLnAukC6wLtAu8C8QLzAvUC9wL5AvsC/QL+AwADAgMEAwYDCAMKAwwDDgMQAxMDFQMXAxkDGwMdAx8DIQMjAyUDJwMpAysDLQMvAzEDMwM1AzcDOQM7Az0DPwNAA0IDRANGA0gDoQOiA6MDpAOlA6YDpwOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D7gPwA/ID9AQJBAsEDQQiBCgELgSYBJ0EoQUiBSQAAwHv//UB8P/uA5v/9QADAA3/5gBB//QAYf/vAAMASv/uAFv/6gHw//AAAwBb/8EB///mAkv/6AADAEoAEQBYADIAWwARAAMAW//lAf//6wJL/+0AOwCyABAA0v/gANP/6ADUABAA1v/gANkAFADdABAA4f/hAOb/4ADtABMA8gAQAPn/4AEEABABCP/oAQ0AEAEX/+gBGf/gARv/6AEd/+gBH//oASH/6AE5/+ABQf/oAUX/4AFH/+EBSP/gAUn/4QFK/+ABTf/hAVAAEAFRABABWP/pAWL/3wFk/94BZgAQAWr/6AFs/98Bbv/yAW8AEAFwABAD0QAQA9j/6APb/+gD3P/gBAX/4AQI/+gEC//oBA3/3wQT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/+0EM//mBDT/4QQ3/+IEkv/SBJT/4QSX/+IEof/TACkAR//sAEj/7ABJ/+wAS//sAFX/7ACU/+wAmf/sArz/7AK9/+wCvv/sAr//7ALA/+wC2P/sAtr/7ALc/+wC3v/sAuD/7ALi/+wC5P/sAub/7ALo/+wC6v/sAuz/7ALu/+wC8P/sAvL/7ARS/+wEVP/sBFb/7ARY/+wEWv/sBFz/7ARe/+wEYP/sBHT/7AR2/+wEeP/sBHz/7AS3/+wExP/sBMb/7AA2AAYAEAALABAADQAUAEEAEgBH/+gASP/oAEn/6ABL/+gAVf/oAGEAEwCU/+gAmf/oAYQAEAGFABABhwAQAYgAEAGJABACvP/oAr3/6AK+/+gCv//oAsD/6ALY/+gC2v/oAtz/6ALe/+gC4P/oAuL/6ALk/+gC5v/oAuj/6ALq/+gC7P/oAu7/6ALw/+gC8v/oA/YAEAP3ABAD+gAQBFL/6ARU/+gEVv/oBFj/6ARa/+gEXP/oBF7/6ARg/+gEdP/oBHb/6AR4/+gEfP/oBLf/6ATE/+gExv/oAEoAR/+0AEj/tABJ/7QAS/+0AEwAFABPABQAUAAUAFP/egBV/7QAV/9kAFsACwCU/7QAmf+0Adv/ZAK8/7QCvf+0Ar7/tAK//7QCwP+0Asb/egLH/3oCyP96Asn/egLK/3oC2P+0Atr/tALc/7QC3v+0AuD/tALi/7QC5P+0Aub/tALo/7QC6v+0Auz/tALu/7QC8P+0AvL/tAMU/3oDFv96Axj/egMg/2QDIv9kAyT/ZAMm/2QDKP9kBFL/tARU/7QEVv+0BFj/tARa/7QEXP+0BF7/tARg/7QEZv96BGj/egRq/3oEbP96BG7/egRw/3oEcv96BHT/tAR2/7QEeP+0BHr/egR8/7QEt/+0BLv/egTE/7QExv+0BMgAFATKABQEzAAUBNn/ZAABAPQABAAGAAsADAAlACcAKAApACoALwAwADMANAA1ADYAOAA6ADsAPAA9AD4APwBJAEoATABPAFEAUgBTAFYAWABaAFsAXQBfAJYAnQCyAYQBhQGHAYgBiQHyAfQB9QH3AfoCBQJKAk0CXwJhAmIClQKWApgCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCqwKsAq0CrgKvArQCvQK+Ar8CwALFAsYCxwLIAskCygLPAtAC0QLTAtUC1wLZAtsC3QLfAuEC4gLjAuQC5QLmAucC6ALpAuoC9AMCAwQDBgMIAwoDDQMPAxEDEgMTAxQDFQMWAxcDGAMaAxwDHgMpAysDLQM7Az0DPgM/A0ADQgNEA0oDSwNMA00DTgNPA1ADUQNSA1MDXgNfA2ADYQNiA2gDaQNqA28DgQOCA4MDhAOIA4kDigOTA+4D8APyA/QD9QP2A/cD+gP8A/0EOQQ7BD0EPwRBBEMERQRHBEkESwRNBE8EUQRSBFMEVARVBFYEVwRYBFkEWgRbBFwEXQReBF8EYARlBGYEZwRoBGkEagRrBGwEbQRuBG8EcARxBHIEegSLBIwEjQSOBI8EkASzBLQEtgS6BLsEvQTDBMUEyATJBMsEzQTQBNIE0wTUBNcE2gTdBN4E3wTgBOEE4wABADUABgALAJYAsQCyALMAtAC9AMEAxwGEAYUBhwGIAYkCBQIGAgcDoQOiA6MDpAOlA6YDqQOqA6sDrAOtA64DrwOwA7EDsgOzA7QDtQO2A7cDuAO7A78DwQPFA/YD9wP6BOUE5gTqBO0E8wT4AKcAEP8HABL/BwAl/04ALv8NADgAFABF/94AR//rAEj/6wBJ/+sAS//rAFP/6wBV/+sAVv/mAFn/6gBa/+gAXf/oAJT/6wCZ/+sAm//qALL/TgGG/wcBiv8HAY7/BwGP/wcCBf/AAk3/wAKa/04Cm/9OApz/TgKd/04Cnv9OAp//TgKg/04Ctf/eArb/3gK3/94CuP/eArn/3gK6/94Cu//eArz/6wK9/+sCvv/rAr//6wLA/+sCxv/rAsf/6wLI/+sCyf/rAsr/6wLL/+oCzP/qAs3/6gLO/+oCz//oAtD/6ALR/04C0v/eAtP/TgLU/94C1f9OAtb/3gLY/+sC2v/rAtz/6wLe/+sC4P/rAuL/6wLk/+sC5v/rAuj/6wLq/+sC7P/rAu7/6wLw/+sC8v/rAwD/DQMU/+sDFv/rAxj/6wMpABQDKwAUAy0AFAMw/+oDMv/qAzT/6gM2/+oDOP/qAzr/6gM+/+gDTf/AA07/wANP/8ADUP/AA1H/wANS/8ADU//AA2j/wANp/8ADav/AA/X/6AP9/04D/v/eBDn/TgQ6/94EO/9OBDz/3gQ9/04EPv/eBD//TgRA/94EQf9OBEL/3gRD/04ERP/eBEX/TgRG/94ER/9OBEj/3gRJ/04ESv/e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AK0E3wACAK0E3QACAKoDQAACAKkE4wACAK0ExgACAdQExAACAK0D/AACAKkE0AACAK0DKgACAdQE2wACAK0E4AACAK0E3gACAKoDQQACAKkE5AACAK0EyQACAKkDAgACAdQEywACAK0DBAACAKkDBgACAdQEzQACAK0DHwACAKkDJQACAdQE2AACAK0D8AACAKkE4QACAK0D7gACAKgEygACAKkDAwACAdQEzAACAK0DBQACAKkDBwACAdQEzgACAK0DIAACAKkDJgACAdQE2QACAK0D8QACAKkE4gACAK0D7wACAKgDGQACAKkDGwACAdQE1gACAK0EvAACAKwDGgACAKkDHAACAdQE1wACAK0EvQACAKwDDAACAKkDDgACAdQE0QACAK0EsgACAKgCqgACAKoCtAACAKkEiwACAK0D9AACAKgEjQACAKsEjwACAKoDDQACAKkDDwACAdQE0gACAK0EswACAKgCxQACAKoCzwACAKkEjAACAK0D9QACAKgEjgACAKsEkAACAKoCwgACAKkCwQACAKgEYgACAKsC9gACAKoEuQACAKwEcwACAKkEewACAK0EdQACAKgEdwACAKsEeQACAKoEdAACAKkEfAACAK0EdgACAKgEeAACAKsEegACAKoEgQACAKkEiQACAK0EgwACAKgEhQACAKsEhwACAKoEggACAKkEigACAK0EhAACAKgEhgACAKsEiAACAKoCmwACAKkEOQACAK0CmgACAKgEOwACAKsCnQACAKoEtAACAKwCowACAKkEUQACAK0CogACAKgEUwACAKsEVQACAKoEtgACAKwCpwACAKkEYwACAK0CpgACAKgEYQACAKsC9QACAKoEuAACAKwCtgACAKkEOgACAK0CtQACAKgEPAACAKsCuAACAKoEtQACAKwCvgACAKkEUgACAK0CvQACAKgEVAACAKsEVgACAKoEtwACAKwCxwACAKkEZgACAK0CxgACAKgEaAACAKsCyQACAKoEuwACAKwCzAACAKkEfgACAK0CywACAKgEgAACAKsDMAACAKoEvwACAKwCrAACAKkEZQACAK0CqwACAKgEZwACAKsCrgACAKoEugACAKwCsQACAKkEfQACAK0CsAACAKgEfwACAKsDLwACAKoEvgACAKwE0wADAKoAqQTcAAMAqgCpAAIAEQAlACkAAAArAC0ABQAvADQACAA2ADsADgA9AD4AFABFAEkAFgBLAE0AGwBPAFQAHgBWAFsAJABdAF4AKgCBAIEALACDAIMALQCGAIYALgCJAIkALwCNAI0AMACYAJsAMQDQANAANQAA","Roboto-MediumItalic.ttf":"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BGH/0QQI//YGcP+qBHwACgTmAAoFSgBgBcoAPgQ/AGwEn/+iBmUAYgRqAFsEagAJBdIAOwSpADIEJgAOBJwANARGAAcD1gAeB+8ACQTO/9oC3v/1At7/8wLeAAsC3gAWAt4AJQLeAAUC3gA0A5kAkQKaAQgDwgAJBBr/hwSSADsFGQArBQAAKwQQABQFDQArBAkAFARXAAkEXgA5BD8ACQR2/5oB7wDoA4UBBAAA/ScD2QDcA9sAFgPsANwD3ADbA58ACQOBAQQDgQEFAugAiQLoAGYC6AB+AugAiQLoAJgC6AB4AugApwVKAGwFcwBrBVUAKwWsAG4FrgBtBAkAqwRfABwEN/+BBJf/0QRJ/9gEDgAxA4UBBQGt/7gGZgA7BIsARQH8/wAEc/+pBHP/2QRz/8kEcwATBHMATARzACIEcwBXBHMAMQRzADcEcwD4Ah//BAIf/wQCEQAjAhH/fAIRACMEPwAJBMEATAQQAFYEZgAQBB4ANgRyADcEbgAtBHoAMgRv/8gEdwA2BCgAOgRmAC4EOP+fA5sAqwTmACQDp//vBhX/fgPoAAkEmf/bBOcAIgS2AAkB+AAAAqMAQAUvACAFLwAgBG4AKwS6AJ0Clv/lBSX/owUl/6MFJf+jBSX/owUl/6MFJf+jBSX/owURAF8EYwAmBGMAJgRjACYEYwAmAjIANwIyADcCMgA3AjIANwWBACYFWQBiBVkAYgVZAGIFWQBiBVkAYgUUAFgFFABYBRQAWAUUAFgEvQChBC8AHAQvABwELwAcBC8AHAQvABwELwAcBC8AHAQNADcEKAA6BCgAOgQoADoEKAA6AgcAIwIHACMCBwAjAgcAIwRSAA0EZwA4BGcAOARnADgEZwA4BGcAOARRAEoEUQBKBFEASgRRAEoDzf+8A83/vAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAURAF8EDQA3BREAXwQNADcFEQBfBA0ANwURAF8EDQA3BREAJgT1ADgEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6BUkAZgRm//kFSQBmBGb/+QVJAGYEZv/5BUkAZgRm//kFgQAmBFAADQIyADcCBwATAjIANwIHACMCMgA3AgcAIwIy/44B+v91AjIANwaCADcD7AAgBE8ABAIV/wQE5wAmBAwAEQQxACYB+gAgBDEAJgH6/6YEMQAmApAAIAQxACYC1gAgBYEAJgRSAA0FgQAmBFIADQWBACYEUgANBFIADQVZAGIEZwA4BVkAYgRnADgFWQBiBGcAOATiACYCvgARBOIAJgK+/58E4gAmAr4AEQS0ACYD/wAbBLQAJgP/ABsEtAAmA/8AGwS0ACYD/wAbBLQAJgP/ABsEugCdApYAPwS6AJ0ClgA/BLoAnQK+AD8FFABYBFEASgUUAFgEUQBKBRQAWARRAEoFFABYBFEASgUUAFgEUQBKBRQAWARRAEoG1QC1BcIAeQS9AKEDzf+8BL0AoQSu/+UD6P/mBK7/5QPo/+YErv/lA+j/5gdF/40GjgAOBVcAFgRjACoEV/+WBFf/lgQeAGMEdv+aBHb/mgR2/5oEdv+aBHb/mgR2/5oEdv+aBF4AOQPCAAkDwgAJA8IACQPCAAkB7wAaAe8AGgHvABoB7wAaBLYACQSZADsEmQA7BJkAOwSZADsEmQA7BGYAOARmADgEZgA4BGYAOAQeAGwEdv+aBHb/mgR2/5oEXgA5BF4AOQReADkEXgA5BFcACQPCAAkDwgAJA8IACQPCAAkDwgAJBIMAPwSDAD8EgwA/BIMAPwS3AAkB7wAOAe8AGgHvABoB+f+XAe8AGgO5//MEPAAJA5sACQObAAkDmwAJA5sACQS2AAkEtgAJBLYACQSZADsEmQA7BJkAOwRDAAkEQwAJBEMACQQWAA8EFgAPBBYADwQWAA8EHgBjBB4AYwQeAGMEZgA4BGYAOARmADgEZgA4BGYAOARmADgF2gCLBB4AbAQeAGwEC//WBAv/1gQL/9YFJf+jBMf/ugXl/8IClv/GBW0AJgUh/7gFRAAeApAACQUl/6ME5gAmBGMAJgSu/+UFgQAmAjIANwTnACYGyQAmBYEAJgVZAGIE9AAmBLoAnQS9AKEE5v/AAjIANwS9AKEEYQA7BEMAKARjABECkABmBDwAVwR3ACEEZwA4BJ3/3gPaAGQEOP+fApAARAQ8AFcEZwA4BDwAVwZhAFIEYwAmBFIAKwS0ACYCMgA3AjIANwRPAAQFAAArBOcAJgTkAJkFJf+jBOYAJgRSACsEYwAmBXoAJQbJACYFgQAmBVkAYgWCACsE9AAmBREAXwS6AJ0E5v/ABC8AHAQoADoEbwAXBGcAOARd/8gEDQA3A83/vAPo/7oEKAA6A0EAFgP/ABsB+gAgAgcAIwHy/wIESgAiA83/vAbVALUFwgB5BtUAtQXCAHkG1QC1BcIAeQS9AKEDzf+8AUwAkQJ6AJ0EGwAzAhX/BAGtAI0GyQAmBsMADwUl/6MELwAcBGMAJgV6ACUEKAA6BG8AFwWFAHYFnwA/BPEAqAPuAHUINAA4CSYAYgS2AB8D+AAXBREAXwQNADcEvQChA+0AdQIyADcHbv+kBlX/sAIyADcFJf+jBC8AHAUl/6MELwAcB0X/jQaOAA4EYwAmBCgAOgViAEsEGQA0BBkANAdu/6QGVf+wBLYAHwP4ABcFegAlBG8AFwV6ACUEbwAXBVkAYgRnADgFUABhBGUANAVQAGEEZQA0BSAASAQZACAE5ACZA83/vATkAJkDzf+8BOQAmQPN/7wFWgDEBEMAbQbFACwGSAAjBF8AOAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHAUl/6MELwAcBSX/owQvABwFJf+jBC8AHARjACYEKAA6BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoEYwAmBCgAOgRjACYEKAA6BGMAJgQoADoCMgA3AgcAIwIy//8B+v/jBVkAYgRnADgFWQBiBGcAOAVZAGIEZwA4BVkAYgRnADgFWQBiBGcAOAVZAGIEZwA4BVkAYgRnADgFZgBcBHoANAVmAFwEegA0BWYAXAR6ADQFZgBcBHoANAVmAFwEegA0BRQAWARRAEoFFABYBFEASgV3AFgEwABKBXcAWATAAEoFdwBYBMAASgV3AFgEwABKBXcAWATAAEoEvQChA83/vAS9AKEDzf+8BL0AoQPN/7wEff/0BLoAnQPbAFQFWgDEBEMAbQRSACsDQQAWBewAVQSg//IEUAANBNsAJATbACQEUgAAA0H/xwUUAD8EJAAoBL0AoQPtAFIE5v/AA+j/ugRDACgERv/CBgQAfARpAA0EaQAmBGkADQRpAFgEfQBxBJEASwR9AIwEkQBzBUkAZgRm//kFgQAmBFIADQUl/6MELwAcBGMAJgQoADoCMv/PAgf/gAVZAGIEZwA4BOIAJgK+AAwFFABYBFEASgTI/4UE5gAmBF0AEAURACYEXwA4BREAJgRfADgFgQAm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BiYB7QAAAAcARACXAB7///+j/lgEqwWwBiYAJQAAAQcApAFrAAMAC7YDDgUBATlWACs0AP//ABz+XQPRBFAGJgBFAAABBwCkAKYACAALtgI7MQAATVYAKzQA//8AJv5fBLwFsAYmACkAAAEHAKQBMAAKAAu2BBACAABDVgArNAD//wA6/lUD8ARRBiYASQAAAQcApAD9AAAAC7YBLAAAAE1WACs0AP///5r+VQQBBI0GJgJNAAAABwCkAQ8AAP//AAn+XQP7BI0GJgJCAAAABwCkAOAACP///+P+nwHKBDoGJgCNAAABBwCtA0IACgAOtAEHAgEBuP9/sFYAKzQAAAAAABEA0gADAAEECQAAAF4AAAADAAEECQABABoAXgADAAEECQACAAwAeAADAAEECQADACgAhAADAAEECQAEACgAhAADAAEECQAFACYArAADAAEECQAGACYA0gADAAEECQAHAEAA+AADAAEECQAIAAwBOAADAAEECQAJACYBRAADAAEECQALABQBagADAAEECQAMABQBagADAAEECQANAFwBfgADAAEECQAOAFQB2gADAAEECQAQAAwCLgADAAEECQARABoCOgADAAEECQAZAAwCLgBDAG8AcAB5AHIAaQBnAGgAdAAgADIAMAAxADEAIABHAG8AbwBnAGwAZQAgAEkAbgBjAC4AIABBAGwAbAAgAFIAaQBnAGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4AUgBvAGIAbwB0AG8AIABNAGUAZABpAHUAbQBJAHQAYQBsAGkAYwBSAG8AYgBvAHQAbwAgAE0AZQBkAGkAdQBtACAASQB0AGEAbABpAGMAVgBlAHIAcwBpAG8AbgAgADMALgAwADAAOAA7ACAAMgAwADIAMwBSAG8AYgBvAHQAbwAtAE0AZQBkAGkAdQBtAEkAdABhAGwAaQBjAFIAbwBiAG8AdABvACAAaQBzACAAYQAgAHQAcgBhAGQAZQBtAGEAcgBrACAAbwBmACAARwBvAG8AZwBsAGUALgBHAG8AbwBnAGwAZQBDAGgAcgBpAHMAdABpAGEAbgAgAFIAbwBiAGUAcgB0AHMAbwBuAEcAbwBvAGcAbABlAC4AYwBvAG0ATABpAGMAZQBuAHMAZQBkACAAdQBuAGQAZQByACAAdABoAGUAIABBAHAAYQBjAGgAZQAg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//QA3v/tAOH/4QDm/9QA7P/iAO7/7wDw/+IA8f/iAPP/4gD0/+IA9f/iAPb/yQD4/+IA+v/iAPv/4gD+/9EBAP/iAQX/4gEJ/+UBGf/UARr/5gEg/+MBK//iATP/9AE0/+8BNv/iATn/0gE6/8QBPP/iAT7/4gFD//QBRP/vAUX/0gFH/+EBSf/hAVP/4gFV/+IBV//iAVz/4gFd//QBXv/vAWL/1AFj//UBZP/nAWz/qgFt/8kBhP/KAYX/ygGH/8oBiP/KAYn/ygPQ/+0D3P/SA93/9APg/+ID4v/iA+T/5gPl/+8D5//iA+z/4gPt/+YD9v/KA/f/ygP6/8oEAv/iBAX/1AQG/+YEDf/TBA7/5gQQ//QEEf/vBB7/9AQf/+8EI//iBCX/4gQu/+0EL//mBDD/7QQx/+YEMv/tBDP/5gQ0/+EEN//iBJL/0gSU/+EEl//iBKH/0wApAEf/7ABI/+wASf/sAEv/7ABV/+wAlP/sAJn/7AK8/+wCvf/sAr7/7AK//+wCwP/sAtj/7ALa/+wC3P/sAt7/7ALg/+wC4v/sAuT/7ALm/+wC6P/sAur/7ALs/+wC7v/sAvD/7ALy/+wEUv/sBFT/7ARW/+wEWP/sBFr/7ARc/+wEXv/sBGD/7AR0/+wEdv/sBHj/7AR8/+wEt//sBMT/7ATG/+wANgAGABAACwAQAA0AFABBABIAR//oAEj/6ABJ/+gAS//oAFX/6ABhABMAlP/oAJn/6AGEABABhQAQAYcAEAGIABABiQAQArz/6AK9/+gCvv/oAr//6ALA/+gC2P/oAtr/6ALc/+gC3v/oAuD/6ALi/+gC5P/oAub/6ALo/+gC6v/oAuz/6ALu/+gC8P/oAvL/6AP2ABAD9wAQA/oAEARS/+gEVP/oBFb/6ARY/+gEWv/oBFz/6ARe/+gEYP/oBHT/6AR2/+gEeP/oBHz/6AS3/+gExP/oBMb/6ABKAEf/tABI/7QASf+0AEv/tABMABQATwAUAFAAFABT/3oAVf+0AFf/ZABbAAsAlP+0AJn/tAHb/2QCvP+0Ar3/tAK+/7QCv/+0AsD/tALG/3oCx/96Asj/egLJ/3oCyv96Atj/tALa/7QC3P+0At7/tALg/7QC4v+0AuT/tALm/7QC6P+0Aur/tALs/7QC7v+0AvD/tALy/7QDFP96Axb/egMY/3oDIP9kAyL/ZAMk/2QDJv9kAyj/ZARS/7QEVP+0BFb/tARY/7QEWv+0BFz/tARe/7QEYP+0BGb/egRo/3oEav96BGz/egRu/3oEcP96BHL/egR0/7QEdv+0BHj/tAR6/3oEfP+0BLf/tAS7/3oExP+0BMb/tATIABQEygAUBMwAFATZ/2QAAQD0AAQABgALAAwAJQAnACgAKQAqAC8AMAAzADQANQA2ADgAOgA7ADwAPQA+AD8ASQBKAEwATwBRAFIAUwBWAFgAWgBbAF0AXwCWAJ0AsgGEAYUBhwGIAYkB8gH0AfUB9wH6AgUCSgJNAl8CYQJiApUClgKYApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqsCrAKtAq4CrwK0Ar0CvgK/AsACxQLGAscCyALJAsoCzwLQAtEC0wLVAtcC2QLbAt0C3wLhAuIC4wLkAuUC5gLnAugC6QLqAvQDAgMEAwYDCAMKAw0DDwMRAxIDEwMUAxUDFgMXAxgDGgMcAx4DKQMrAy0DOwM9Az4DPwNAA0IDRANKA0sDTANNA04DTwNQA1EDUgNTA14DXwNgA2EDYgNoA2kDagNvA4EDggODA4QDiAOJA4oDkwPuA/AD8gP0A/UD9gP3A/oD/AP9BDkEOwQ9BD8EQQRDBEUERwRJBEsETQRPBFEEUgRTBFQEVQRWBFcEWARZBFoEWwRcBF0EXgRfBGAEZQRmBGcEaARpBGoEawRsBG0EbgRvBHAEcQRyBHoEiwSMBI0EjgSPBJAEswS0BLYEugS7BL0EwwTFBMgEyQTLBM0E0ATSBNME1ATXBNoE3QTeBN8E4AThBOMAAQA1AAYACwCWALEAsgCzALQAvQDBAMcBhAGFAYcBiAGJAgUCBgIHA6EDogOjA6QDpQOmA6kDqgOrA6wDrQOuA68DsAOxA7IDswO0A7UDtgO3A7gDuwO/A8EDxQP2A/cD+gTlBOYE6gTtBPME+ACnABD/BwAS/wcAJf9OAC7/DQA4ABQARf/eAEf/6wBI/+sASf/rAEv/6wBT/+sAVf/rAFb/5gBZ/+oAWv/oAF3/6ACU/+sAmf/rAJv/6gCy/04Bhv8HAYr/BwGO/wcBj/8HAgX/wAJN/8ACmv9OApv/TgKc/04Cnf9OAp7/TgKf/04CoP9OArX/3gK2/94Ct//eArj/3gK5/94Cuv/eArv/3gK8/+sCvf/r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ARgBGAATARkBGQAXARoBGgAFARsBGwADAR0BHQADAR4BHgACAR8BHwADASEBIQADASIBIgACASsBKwABATMBMwAGATQBNAAHATYBNgABATkBOQAKATwBPAABAT4BPgABAUEBQQADAUIBQgACAUMBQwAGAUQBRAAHAUUBRQAKAUcBRwARAUgBSAAUAVABUAANAVEBUQASAVMBUwABAVUBVQABAVcBVwABAVwBXAABAV0BXQAGAV4BXgAHAWABYQACAWYBZgANAWoBagADAWsBawACAW8BbwANAXABcAASAYEBggALAYQBhQAEAYYBhgAIAYcBiQAEAYoBigAIAY4BjwAIAgUCBQAZAg4CDgAMAg8CDwAJAhICEgAMAhYCFgAPAicCJwAPAioCKgAMAisCKwAJAiwCLAAWAi0CLQAPAi4CLgAMAjQCNAAJApQClAALA80DzQAcA9AD0AAOA9ED0QAQA9gD2AADA9sD2wADA9wD3AAKA90D3QAGA94D3gAVA98D3wACA+AD4AABA+ED4QATA+ID4gABA+MD4wACA+QD5AAFA+UD5QAHA+YD5gACA+cD5wABA+gD6AAdA+wD7AABA+0D7QAFA/YD9wAEA/oD+gAEBAEEAQACBAIEAgABBAUEBQAXBAYEBgAFBAcEBwACBAgECAADBAsECwADBAwEDAACBA0EDQAYBA4EDgAFBBAEEAAGBBEEEQAHBBMEEwAQBBQEFAAVBBUEFQAQBBYEFgAVBBoEGgACBBwEHQACBB4EHgAGBB8EHwAHBCMEIwABBCUEJQABBCYEJgADBCcEJwATBCgEKAADBCkEKQACBCoEKgADBCsEKwATBC4ELgAOBC8ELwAFBDAEMAAOBDEEMQAFBDIEMgAOBDMEMwAFBDQENAARBDUENQAUBDcENwABBDgEOAACBJIEkgAKBJQElAARBJUElQAUBJcElwABBKEEoQAYBKcEpwALBQUFBQAaBQwFDAAJBQ8FDwAJBRAFEAAMBREFEQAPBRQFFAAJBRUFFQAWAAIA7AAGAAYADAALAAsADAAlACUAAgAmACYAGwAnACcADgApACkABAAsAC0AAQAuAC4ABwAvAC8AGAAwADAADwAxADIAAQA0ADQAHAA4ADgAEAA5ADkABwA6ADoAGQA7ADsAEQA8ADwAHgA9AD0ADQA+AD4AFABFAEUAAwBG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BiAHRgYmBmoGqgYsBdwF4AXkBegGtgbCBs4G2gbmBewAAgcCAOsCjAJNAkwCSwJKAkICAAH/Af4B/QH8AfsB+gH5AfgB9wH2AfUB9AHzAfIB8QHwAe8B7gHtAewCfgKOA0sCkAKPA0oB/QKNApICbATtBO4CBAIFBO8E8ATxAgYE8gIHAggCCQT3AgoCCgT4BPkCCwIMAg0CFAUGBQcCFQIWAhcCGAIZAhoFCgULBQ0FEAUZAhwCHQIeAh8CIAIhAiICIwIkAiUCDgIPAhACEQISAhMCVQInAigCKQIqBRMCKwItAi4CLwIxAjMCkQNMA00DTgNPA1ADUQNSA1MDVANVA1YDVwNYA1kDWgNbA1wDXQNeA18DYANhA2IDYwNkA2UDZgNnA50DaANpA2oDawNsA20DbgNvA3ADcQNyA3MDdAN1A3YDdwN4A3kDegN7A3wDfQUaA38DgAOBA4IDgwOEA4UDhgOHA4gDiQOKA4sDjAONA44DjwOQBR0DkQOSA5QDkwOVA5YDlwOYA5kDmgObA5wDngOfA6AFGwUcBOYE5wToBOkE8wT2BPQE9QT6BPsE/ATqBOsE7AUFBQgFCQUMBQ4FDwIbBREE/QT+BP8FAAUBBQIFAwUEBR4FHwUgBSEFEgUUBRUCMgUXAjQFGAUWAjACJgIsBSYFJwACBwAA+gIBAowB6wHqAekB6AHnAeYB5QHkAeMB4gJNAkwCSwJKAkICAAH/Af4B/QH8AfsB+gH5AfgB9wH2AfUB9AHzAfIB8QHwAe8B7gHtAewCAgIDAo4CkAKPApECjQKSAmwCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGgIbBRkCHAIdAh4CHwIgAiECIgIjAiQCJQJVAicCKAIpAioFEwIrAi0CLgIvAjACMQIyAjMCNQI2AjgCNwNKA0sDTANNA04DTwNQA1EDUgNTA1QDVQNWA1cDWANZA1oDWwNcA10DXgNfA2ADYQNiA2MDZANlA2YDZwNoA2kDagNrA2wDbQNuA28DcANxA3IDcwN0A3UDdgN3A3gDeQN6A3sDfAN9A34FGgN/A4ADgQOCA4MDhAOFA4YDhwOIA4kDigOLA4wDjQOOA48DkAUdA5EDkgOUA5MDlQOWA5cDmAOZA5oDmwOcA50DngOfA6AFGwUcBOYE5wToBOkE6gTrBOwE7QTuBO8E8ATxBPIE8wT0BPUE9gT3BPgE+QT6BPsE/AT9BP4E/wUABQEFAgIZBQMFBAUFBQYFBwUIBQkFCgULBQwFDQUOBQ8FEAURBR4FHwUgBSEFEgUUBRUFFwI0BRgFFgImAiwFJgUnAAEAAQF7AAEAAQBLAAEAAQC7AAEAAQA2AAEAAQATAAEAAgMjAyQAAgbkBtgAAgbmBtgAAQbuAAEG8AABBvIAAgABABQAHQAAAAEAAgAvAE8AAQADAEkASwKEAAIAAAABBt4AAQAGAtUC1gLnAugDagNzAAEABgBNAE4C/APpA+sEZAACAAMBlAGUAAAB3wHhAAECOQI/AAQAAgACAKgArAABASQBJwABAAEADAAnACgAKwAzADUARgBHAEgASwBTAFQAVQACAAIAFAAdAAACbwJ4AAoAAgAGAE0ATQAGAE4ATgAEAvwC/AAFA+kD6QADA+sD6wACBGQEZAABAAIABAAUAB0AAAKAAoAACgKLAosACwSoBK8ADAACAAYAGgAaAAAAHAAcAAECZAJpAAICbQJtAAgCbwJ4AAkCfwJ/ABMAAQAUABoAHAJkAmUCZgJnAmgCaQJtAn8CgAKLBKgEqQSqBKsErAStBK4ErwABBd4AAQXgAAEF4gABBeQAAQXmAAEF6AABBeoAAQXsAAEF7gABBfAAAQXyAAEF9AABBfYAAQX4AAEF+gACBfwGAgACBgIGCAACBggGDgACBg4GFAACBhQGGgACBhoGIAACBiAGJgACBiYGLAACBiwGMgACBjIGOAACBjgGPgADBj4GRAZKAAMGSAZOBlQAAwZSBlgGXgADBlwGYgZoAAMGZgZsBnIAAwZwBnYGfAADBnoGgAaGAAMGhAaKBpAABAaOBpQGmgagAAQGnAaiBqgGrgAFBqoGsAa2BrwGwgAFBrwGwgbIBs4G1AAFBs4G1AbaBuAG5gAFBuAG5gbsBvIG+AAFBvIG+Ab+BwQHCgAFBwQHCgcQBxYHHAAFBxYHHAciBygHLgAFBygHLgc0BzoHQAAFBzoHQAdGB0wHUgAGB0wHUgdYB14HZAdqAAYHYgdoB24HdAd6B4AABgd4B34HhAeKB5AHlgAGB44HlAeaB6AHpgesAAYHpAeqB7AHtge8B8IABge6B8AHxgfMB9IH2AAGB9AH1gfcB+IH6AfuAAcILgfmB+wH8gf4B/4IBAAHCCYH+ggACAYIDAgSCBgAAQDrAAoARQBGAEcASABJAEoASwBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwBYAFkAWgBbAFwAXQBeAIUAhgCHAIkAigCLAI0AkACSAJQAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHATABNAE2ATgBOgE8AUIBRAFGAUoBTQFaApcCmQK1ArYCtwK4ArkCugK7ArwCvQK+Ar8CwALBAsICwwLEAsUCxgLHAsgCyQLKAssCzALNAs4CzwLQAtIC1ALWAtgC2gLcAt4C4ALiAuQC5gLoAuoC7ALuAvAC8gL0AvYC+AL6AvwC/wMBAwMDBQMHAwkDCwMNAw8DEQMUAxYDGAMaAxwDHgMgAyIDJAMmAygDKgMsAy4DMAMyAzQDNgM4AzoDPAM+A0EDQwNFA0cDSQO5A7oDuwO8A74DvwPAA8EDwgPDA8QDxQPGA8cD3gPfA+AD4QPiA+MD5APlA+YD5wPoA+kD6gPrA+wD7QPvA/ED8wP1BAoEDAQOBBwEIwQpBC8EmQSaBJ4EogUjBSUAAQD6AAgACgAUABUAFgAXABgAGQAaABsAHAAdACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgBlAGcAgQCDAIQAjACPAJEAkwCxALIAswC0ALUAtgC3ALgAuQC6ANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gDjAOQA5QDmAOcA6ADpAS8BMwE1ATcBOQE7AUEBQwFFAUkBSwFMAVgBWQGxAbcBvAG/ApUClgKYApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0AtEC0wLVAtcC2QLbAt0C3wLhAuMC5QLnAukC6wLtAu8C8QLzAvUC9wL5AvsC/QL+AwADAgMEAwYDCAMKAwwDDgMQAxMDFQMXAxkDGwMdAx8DIQMjAyUDJwMpAysDLQMvAzEDMwM1AzcDOQM7Az0DPwNAA0IDRANGA0gDoQOiA6MDpAOlA6YDpwOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A8gDyQPKA8sDzAPNA84DzwPQA9ED0gPTA9QD1QPWA9cD2APZA9oD2wPcA90D7gPwA/ID9AQJBAsEDQQiBCgELgSYBJ0EoQUiBSQB1gACAE0B1wACAFAB2AADAEoATQHZAAMASgBQAAEAAQBKAdUAAgBKAdsAAgBYAdoAAgBYAAEAAwBKAFcAlQAAAAEAAQABAAEAAAADBMEAAgCtAtcAAgCpBMcAAgCtBNQAAgCpBMIAAgCtAtgAAgCpBLEAAgCpBMgAAgCtBGQAAgCtBNUAAgCpA0YAAgCpA0gAAgCpA0cAAgCpA0kAAgCpBMAAAgCpBMUAAgHUBMMAAgCtBLAAAgCpAvEAAgHUA/sAAgCpBM8AAgCtAykAAgHUBNoAAgCtBN8AAgCtBN0AAgCqA0AAAgCpBOMAAgCtBMYAAgHUBMQAAgCtA/wAAgCpBNAAAgCtAyoAAgHUBNsAAgCtBOAAAgCtBN4AAgCqA0EAAgCpBOQAAgCtBMkAAgCpAwIAAgHUBMsAAgCtAwQAAgCpAwYAAgHUBM0AAgCtAx8AAgCpAyUAAgHUBNgAAgCtA/AAAgCpBOEAAgCtA+4AAgCoBMoAAgCpAwMAAgHUBMwAAgCtAwUAAgCpAwcAAgHUBM4AAgCtAyAAAgCpAyYAAgHUBNkAAgCtA/EAAgCpBOIAAgCtA+8AAgCoAxkAAgCpAxsAAgHUBNYAAgCtBLwAAgCsAxoAAgCpAxwAAgHUBNcAAgCtBL0AAgCsAwwAAgCpAw4AAgHUBNEAAgCtBLIAAgCoAqoAAgCqArQAAgCpBIsAAgCtA/QAAgCoBI0AAgCrBI8AAgCqAw0AAgCpAw8AAgHUBNIAAgCtBLMAAgCoAsUAAgCqAs8AAgCpBIwAAgCtA/UAAgCoBI4AAgCrBJAAAgCqAsIAAgCpAsEAAgCoBGIAAgCrAvYAAgCqBLkAAgCsBHMAAgCpBHsAAgCtBHUAAgCoBHcAAgCrBHkAAgCqBHQAAgCpBHwAAgCtBHYAAgCoBHgAAgCrBHoAAgCqBIEAAgCpBIkAAgCtBIMAAgCoBIUAAgCrBIcAAgCqBIIAAgCpBIoAAgCtBIQAAgCoBIYAAgCrBIgAAgCqApsAAgCpBDkAAgCtApoAAgCoBDsAAgCrAp0AAgCqBLQAAgCsAqMAAgCpBFEAAgCtAqIAAgCoBFMAAgCrBFUAAgCqBLYAAgCsAqcAAgCpBGMAAgCtAqYAAgCoBGEAAgCrAvUAAgCqBLgAAgCsArYAAgCpBDoAAgCtArUAAgCoBDwAAgCrArgAAgCqBLUAAgCsAr4AAgCpBFIAAgCtAr0AAgCoBFQAAgCrBFYAAgCqBLcAAgCsAscAAgCpBGYAAgCtAsYAAgCoBGgAAgCrAskAAgCqBLsAAgCsAswAAgCpBH4AAgCtAssAAgCoBIAAAgCrAzAAAgCqBL8AAgCsAqwAAgCpBGUAAgCtAqsAAgCoBGcAAgCrAq4AAgCqBLoAAgCsArEAAgCpBH0AAgCtArAAAgCoBH8AAgCrAy8AAgCqBL4AAgCsBNMAAwCqAKkE3AADAKoAqQACABEAJQApAAAAKwAtAAUALwA0AAgANgA7AA4APQA+ABQARQBJABYASwBNABsATwBUAB4AVgBbACQAXQBeACoAgQCBACwAgwCDAC0AhgCGAC4AiQCJAC8AjQCNADAAmACbADEA0ADQADUAAA==","Roboto-Regular.ttf":"AAEAAAARAQAABAAQR0RFRqbzo4gAAcFUAAACWEdQT1N/jKrdAAHDrAAAWMBHU1VCm18k/AACHGwAABX2T1MvMpeDsYsAAAGYAAAAYGNtYXDTfF9iAAAWnAAABoJjdnQgO/gmfQAAL3gAAAD+ZnBnbagFhDIAAB0gAAAPhmdhc3AACAAZAAHBSAAAAAxnbHlm5vV0AgAAOswAAYOwaGVhZAhMpEUAAAEcAAAANmhoZWEKugrKAAABVAAAACRobXR4//meUgAAAfgAABSkbG9jYadOA+EAADB4AAAKVG1heHAI2RDGAAABeAAAACBuYW1lOEJpwQABvnwAAAKqcG9zdP9tAGQAAcEoAAAAIHByZXB5WM7TAAAsqAAAAs4AAQAAAAMCDFXLfBlfDzz1ABsIAAAAAADE8BEuAAAAAODgRcX6Gv3VCTEIcwAAAAkAAgAAAAAAAAABAAAHbP4MAAAJSvoa/koJMQABAAAAAAAAAAAAAAAAAAAFKQABAAAFKQCpABUAdgAHAAIAEAAvAJoAAALmD3UAAwABAAQEiQGQAAUAAAWaBTMAAAEfBZoFMwAAA9EAZgIAAAACAAAAAAAAAAAA4AAC/1AAIFsAAAAgAAAAAEdPT0cAQAAA//0GAP4AAGYHmgIAIAABnwAAAAAEOgWwAAAAIAADA4wAZAAAAAAAAAAAAfwAAAH8AAACEAChApAAiQTtAHcEfwBuBdwAaQT6AGYBZgBoAr0AhgLJACcDcgAcBIoATgGTAB0CNgAmAhwAkANNABMEfwBzBH8AqwR/AF4EfwBfBH8ANQR/AJoEfwCFBH8ATgR/AHEEfwBkAfAAhQGxACkEEQBIBGQAmAQvAIcDyABLBy8AbQU4AB0E/ACpBTUAeAVAAKkEjACpBGwAqQVzAHoFtQCpAi0AtwRqADUFBQCpBE8AqQb8AKkFtQCpBYEAdwUMAKkFgQBuBO4AqQTAAFEExgAyBTAAjAUYAB0HGQA9BQQAOgTOAA8EywBXAh8AkwNJACkCHwAKA1gAQAOcAAQCeQA5BFoAbQR+AIwEMABdBIMAXwQ+AF0CyAA9BH4AYQRoAI0B8gCOAer/vgQOAI0B8gCcBwQAiwRrAI0EkABcBH4AjASMAF8CtgCNBCEAXwKeAAkEaQCJA+AAIQYDACsD+AAqA8kAFgP4AFkCtQBAAfQAsAK1ABQFcQCDAfQAiwRhAGkEpwBbBbUAaQQ0AA8B7ACUBOgAWwNZAGUGSQBcA5QAkwPBAGUEbgB/BkoAWwOrAI8C/QCDBEcAYQLvAEIC7wA/AoIAewSJAJsD6gBEAhcAlAH8AHQC7wB7A6QAewPAAGcF3ABVBjUAUAY5AHADygBEB3r/8QRFAFkFgQB3BLoApwTCAIwGwgBPBLEAfgSSAEcEiQBcBJwAlQTIAF8FmwAeAfsAnAR0AJsETwAjAioAIwWLAKIEiQCSB6EAaQdEAGEB/AChBYcAXgK6/+MFfwBmBJMAXAWQAIwE8wCJAgT/tAQ4AGMDxACqA44AjgOrAI8DawCCAfIAjgKuAHkCKwAyA8YAewL8AF8CWgB/AAD8pwAA/W4AAPyKAAD9XQAA/CcAAP04Ag4AuAQMAHICFwCUBHMAsgWkACAFcgBnBT8AMgSSAHgFtQCyBJIARgW7AE4FiQBaBVIAcgSGAGQEvQChBAMALwSJAGEEUQBkBCUAbQSJAJIEjwB7ApgAwwRvACYD7ABmBMUAKQSJAJIETgBlBIgAYQQsAFEEXgCQBaMAWAWaAGAGlwB6BKIAegRD/9oGSABLBgAAKwVlAHsIkgAyCKUAsgaDAD4FtACwBQsAowYEADMHQwAbBMAAUAW1ALIFqgAwBQgATQYtAFQF2gCvBXoAlweHALAHwACwBhIAEQbrALIFBQCjBWUAlAcnALcFGABaBG0AYgSTAJ4DXACbBNQALgYhABYEEABYBJ4AnQRTAJ0EoAAsBe8AngSdAJ0EngCdA9kAKAXOAGQEvgCdBFoAaAZ5AJ0GnwCSBPcAHgY2AJ4EWACeBE4AZAaIAJ4EZAAvBGj/5wROAGcGyQAnBuQAnQSJ//0EngCdBwkAnAYsAIEEV//bBywAuAX5AJoE0wAoBEcADwcMAMoGDAC9BtIAkwXiAJcJBQC3B9EAnAQkAFAD2wBMBXIAZwSMAFwFCwAWBAQALwVyAGcEiQBcBwEAnAYkAH4HCQCcBiwAgQUyAHYESABkBP4AdAAA/GYAAPxwAAD9ZQAA/aQAAPoaAAD6KwYJALIE7QCdBFf/2wUbAKkEigCMBGQAogORAJIE2wCyBAYAkgeiABsGYQAWBZoAsgS4AJ0FCgCkBH4AmwaMAEUFhAA/Bf8AqQTZAJ0HzwCpBbQAkggxALAG9ACSBe8AcQTUAG4FGAA6BCoAKgctADQFXQAfBbwAlwSWAGgFcACXBGsAhAVwAIkGMAA/BL7/3QUKAKQEWgCbBf4AMATvACwFswCyBIkAkgYSAKkE7ACdB08AqQY+AJ4FhwBeBKgAaASoAGoEuAA5A6sAOgUuADoEQAAqBPcAVwaVAFoG5QBkBlcANgUsADEESgBTBAgAeQfCAEUGdgA/B/sAqgaiAJAE9wB2BB4AZgWuACQFIQBGBWUAlwYCADAE8wAsAyEAcAQUAAAIKQAABBQAAAgpAAACuQAAAgoAAAFcAAAEfwAAAjAAAAGiAAABAAAAANEAAAAAAAACNAAmAjQAJgVAAKIGPwCQA6YADQGaAGEBmgAwAZgAJAGaAE8C1ABpAtwAPALCACQEagBGBJAAVwKzAIsDxACUBVoAlAF/AFIHqgBEAmcAbAJnAFoDowA8Au8AUQLvADYC7wBcAu8AVgLvADsC7wBPAu8ASgM4AFAC+ABQAvgAUAHxAFQB8QBQA2EAegLvAFEC7wB7Au8AQgLvAD8C7wA2Au8AXALvAFYC7wA7Au8ATwLvAEoDOABQAvgAUAL4AFAB8QBUAfEAUASnAFsGVgAfBpEApwh2AKkF6wAfBisAjAR/AF8F2gAfBCMAKwR0ACEFSABdBU8AHwXoAHsDzgBoCDoAogUBAGgFGACYBiYAVAbXAGUGzwBkBmoAWgSQAGoFjwCpBK8ARgSTAKgExQA/CDoAYwIN/68EggBlBGQAmAQRAD0ELwCEBAgALAJMALUCkABvAgQAXQTzAD0EbwAgBIsAPQbUAD0G1AA9BO4APQabAF8AAAAACDQAWwg1AFwC7wBCAu8AewLvAFEEEABWBBAAYQQQAEIEDwByBBAAgQQQADEEEABPBBAATwQQAJkEEABjBCMASAQrAA4EVAAnBhUAMQRoABQEfQB1BCcAKQQgAEQESgCKBLwAWgRdAIsEvABgBOMAiwYCAIsDtQCLBFUAiwPPACwB6QCYBOQAiwSsAGQDzACLBCAARAQ0ADEDoQAOA68AiwRoABQEvABgBGgAFAOJAD4EzwCLA/AAQAVnAGEFFwBhBPMAdgVzACcEfABhB0IAKAdQAIsFdAApBM4AiwRaAIsFJQAuBgsAHwRAAEgE7ACLBE4AjATBACgEIAAjBSkAiwRqAD0GUQCLBqwAiwUdAAkF8QCLBE8AiwR8AEsGdwCLBIcAUAQSAAsGSAAfBHkAjAUKAIwFNwAkBcMAYARfAA4EqAAnBmIAJwRqAD0EagCLBcQAAgTLAF4EQABIBLwAYAQ0ADED5ABDCCIAiwSrACgC7wA/Au8ANgLvAFwC7wBWAu8AOwLvAE8C7wBKA5cAjwK1AJ8D5gCLBDoAHwTEAGQFTACyBSQAsgQUAJMFPQCyBA8AkwSAAIsEfABhBFEAiwSGABQB/gCfA6UAggAA/KMD8ABvA/T/XQQPAGkD9QBpA68AiwOgAIIDnwCCAu8AUQLvADYC7wBcAu8AVgLvADsC7wBPAu8ASgWCAH4FrwB+BZMAsgXgAH4F4wB+A9UAoASCAIMEWAAPBM8APgRrAGUELgBKA6UAhAGSAGgGpABgBLoAggH8/7YEfwA7BH8AcwR/ACIEfwB2BH8AdgR/ADYEfwB+BH8AXgR/AHEEfwD0Agb/tAIE/7QB+wCcAfv/+QH7AJwEUQCLBQAAeAQhADsEfgCMBDMAXQSTAFsEjABbBJ8AWgSOAIwEnABbBD4AXQR+AGEEcABaA3kAVwTWAGgDtQABBjoACQP5AIsEvABgBOMAMATjAIsB/AAAAjYAJgVeACUFXgAlBIYAAQTGADICnv/0BTgAHQU4AB0FOAAdBTgAHQU4AB0FOAAdBTgAHQU1AHgEjACpBIwAqQSMAKkEjACpAi3/3wItALECLf/qAi3/1QW1AKkFgQB3BYEAdwWBAHcFgQB3BYEAdwUwAIwFMACMBTAAjAUwAIwEzgAPBFoAbQRaAG0EWgBtBFoAbQRaAG0EWgBtBFoAbQQwAF0EPgBdBD4AXQQ+AF0EPgBdAfv/xAH7AJYB+//PAfv/ugRrAI0EkABcBJAAXASQAFwEkABcBJAAXARpAIkEaQCJBGkAiQRpAIkDyQAWA8kAFgU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQU1AHgEMABdBTUAeAQwAF0FNQB4BDAAXQU1AHgEMABdBUAAqQUZAF8EjACpBD4AXQSMAKkEPgBdBIwAqQQ+AF0EjACpBD4AXQSMAKkEPgBdBXMAegR+AGEFcwB6BH4AYQVzAHoEfgBhBXMAegR+AGEFtQCpBGgAjQIt/7YB+/+bAi3/zQH7/7ICLf/sAfv/0QItABcB8v/6Ai0AqgaXALcD3ACOBGoANQIE/7QFBQCpBA4AjQRPAKIB8gCTBE8AqQHyAFYETwCpAogAnARPAKkCzgCcBbUAqQRrAI0FtQCpBGsAjQW1AKkEawCNBGv/uwWBAHcEkABcBYEAdwSQAFwFgQB3BJAAXATuAKkCtgCNBO4AqQK2AFME7gCpArYAZATAAFEEIQBfBMAAUQQhAF8EwABRBCEAXwTAAFEEIQBfBMAAUQQhAF8ExgAyAp4ACQTGADICngAJBMYAMgLGAAkFMACMBGkAiQUwAIwEaQCJBTAAjARpAIkFMACMBGkAiQUwAIwEaQCJBTAAjARpAIkHGQA9BgMAKwTOAA8DyQAWBM4ADwTLAFcD+ABZBMsAVwP4AFkEywBXA/gAWQd6//EGwgBPBYEAdwSJAFwEgP+9BID/vQQnACkEhgAUBIYAFASGABQEhgAUBIYAFASGABQEhgAUBHwAYQPmAIsD5gCLA+YAiwPmAIsB6f+8AekAjgHp/8cB6f+yBOMAiwS8AGAEvABgBLwAYAS8AGAEvABgBH0AdQR9AHUEfQB1BH0AdQQrAA4EhgAUBIYAFASGABQEfABhBHwAYQR8AGEEfABhBIAAiwPmAIsD5gCLA+YAiwPmAIsD5gCLBKwAZASsAGQErABkBKwAZATkAIsB6f+TAen/qgHp/8kB6QAFAekAhwPPACwEVQCLA7UAgwO1AIsDtQCLA7UAiwTjAIsE4wCLBOMAiwS8AGAEvABgBLwAYARKAIoESgCKBEoAigQgAEQEIABEBCAARAQgAEQEJwApBCcAKQQnACkEfQB1BH0AdQR9AHUEfQB1BH0AdQR9AHUGFQAxBCsADgQrAA4EIwBIBCMASAQjAEgFOAAdBPD/jAYZ/5oCkf+gBZX/+gUy/3YFZv/8Apj/mwU4AB0E/ACpBIwAqQTLAFcFtQCpAi0AtwUFAKkG/ACpBbUAqQWBAHcFDACpBMYAMgTOAA8FBAA6Ai3/1QTOAA8EhgBkBFEAZASJAJICmADDBF4AkAR0AJsEkABcBIkAmwPgACEEcABaApj/5AReAJAEkABcBF4AkAaXAHoEjACpBHMAsgTAAFECLQC3Ai3/1QRqADUFJACyBQUAqQUIAE0FOAAdBPwAqQRzALIEjACpBbUAsgb8AKkFtQCpBYEAdwW1ALIFDACpBTUAeATGADIFBAA6BFoAbQQ+AF0EngCdBJAAXAR+AIwEMABdA8kAFgP4ACoEPgBdA1wAmwQhAF8B8gCOAfv/ugHq/74EUwCdA8kAFgcZAD0GAwArBxkAPQYDACsHGQA9BgMAKwTOAA8DyQAWAWYAaAKQAIkEIAChAgT/tAGaADAG/ACpBwQAiwU4AB0EWgBtBIwAqQW1ALIEPgBdBJ4AnQWJAFoFmgBgBQsAFgQE//sIWQBcCUoAdwTAAFAEEABYBTUAeAQwAF0EzgAPBAMALwItALcHQwAbBiEAFgItALcFOAAdBFoAbQU4AB0EWgBtB3r/8QbCAE8EjACpBD4AXQWHAF4EOABjBDgAYwdDABsGIQAWBMAAUAQQAFgFtQCyBJ4AnQW1ALIEngCdBYEAdwSQAFwFcgBnBIwAXAVyAGcEjABcBWUAlAROAGQFCABNA8kAFgUIAE0DyQAWBQgATQPJABYFegCXBFoAaAbrALIGNgCeBIMAXwU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQU4AB0EWv/JBTgAHQRaAG0FOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQU4AB0EWgBtBTgAHQRaAG0FOAAdBFoAbQSMAKkEPgBdBIwAqQQ+AF0EjACpBD4AXQSMAKkEPgBdBIz/7gQ+/7gEjACpBD4AXQSMAKkEPgBdBIwAqQQ+AF0CLQC3AfsAnAItAKQB8gCGBYEAdwSQAFwFgQB3BJAAXAWBAHcEkABcBYEARgSQ/8IFgQB3BJAAXAWBAHcEkABcBYEAdwSQAFwFfwBmBJMAXAV/AGYEkwBcBX8AZgSTAFwFfwBmBJMAXAV/AGYEkwBcBTAAjARpAIkFMACMBGkAiQWQAIwE8wCJBZAAjATzAIkFkACMBPMAiQWQAIwE8wCJBZAAjATzAIkEzgAPA8kAFgTOAA8DyQAWBM4ADwPJABYEoQBfBMYAMgPZACgFegCXBFoAaARzALIDXACbBjAAPwS+/90EaACNBQX/1AUF/9QEcwADA1z//QU4AAsEKP/TBM4ADwQDAC8FBAA6A/gAKgRRAGQEbAASBj8AkAR/AF4EfwBfBH8ANQR/AJoEkwCZBKcAhQSTAGQEpwCHBXMAegR+AGEFtQCpBGsAjQU4AB0EWgA6BIwAXwQ+ACkCLf8LAfv+8AWBAHcEkAAzBO4AVgK2/4wFMACMBGkAKwSn/zgE/ACpBH4AjAVAAKkEgwBfBUAAqQSDAF8FtQCp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ABQAFQAWABcAGAAZABoAGwAcAB0AJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AGUAZwCBAIMAhACMAI8AkQCTALEAsgCzALQAtQC2ALcAuAC5ALoA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5ADlAOYA5wDoAOkBLwEzATUBNwE5ATsBQQFDAUUBSQFLAUwBWAFZAbEBtwG8Ab8ClQKWApgCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQC0QLTAtUC1wLZAtsC3QLfAuEC4wLlAucC6QLrAu0C7wLxAvMC9QL3AvkC+wL9Av4DAAMCAwQDBgMIAwoDDAMOAxADEwMVAxcDGQMbAx0DHwMhAyMDJQMnAykDKwMtAy8DMQMzAzUDNwM5AzsDPQM/A0ADQgNEA0YDSAOhA6IDowOkA6UDpgOnA6kDqgOrA6wDrQOuA68DsAOxA7IDswO0A7UDtgO3A7gDyAPJA8oDywPMA80DzgPPA9AD0QPSA9MD1APVA9YD1wPYA9kD2gPbA9wD3QPuA/AD8gP0BAkECwQNBCIEKAQuBJgEnQShBSIFJAADAe//9QHw/+4Dm//1AAMADf/mAEH/9ABh/+8AAwBK/+4AW//qAfD/8AADAFv/wQH//+YCS//oAAMASgAPAFgAMgBbABEAAwBb/+UB///rAkv/7QA7ALIAEADS/+AA0//oANQAEADW/+AA2QAUAN0AEADh/+EA5v/gAO0AEwDyABAA+f/gAQQAEAEI/+gBDQAQARf/6AEZ/+ABG//oAR3/6AEf/+gBIf/oATn/4AFB/+gBRf/gAUf/4QFI/+ABSf/hAUr/4AFN/+EBUAAQAVEAEAFY/+kBYv/fAWT/3gFmABABav/oAWz/3wFu//IBbwAQAXAAEAPRABAD2P/oA9v/6APc/+AEBf/gBAj/6AQL/+gEDf/fBBMAEAQVABAEJv/oBCj/6AQq/+gENP/hBDX/4ASS/+AElP/hBJX/4ASh/98ABABY/+8AW//fAJr/7gHw/80ABAANABQAQQARAFb/4gBhABMABQA4/9gDKf/YAyv/2AMt/9gE2v/YAAUAI//DAFj/7wBb/98Amv/uAfD/zQAF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Au7/7ALw/+wC8v/sBFL/7ARU/+wEVv/sBFj/7ARa/+wEXP/sBF7/7ARg/+wEdP/sBHb/7AR4/+wEfP/sBLf/7ATE/+wExv/sADYABgAQAAsAEAANABQAQQASAEf/6ABI/+gASf/oAEv/6ABV/+gAYQATAJT/6ACZ/+gBhAAQAYUAEAGHABABiAAQAYkAEAK8/+gCvf/oAr7/6AK//+gCwP/oAtj/6ALa/+gC3P/oAt7/6ALg/+gC4v/oAuT/6ALm/+gC6P/oAur/6ALs/+gC7v/oAvD/6ALy/+gD9gAQA/cAEAP6ABAEUv/oBFT/6ARW/+gEWP/oBFr/6ARc/+gEXv/oBGD/6AR0/+gEdv/oBHj/6AR8/+gEt//oBMT/6ATG/+gASgBH/8UASP/FAEn/xQBL/8UATAAgAE8AIABQACAAU/+AAFX/xQBX/5AAWwALAJT/xQCZ/8UB2/+QArz/xQK9/8UCvv/FAr//xQLA/8UCxv+AAsf/gALI/4ACyf+AAsr/gALY/8UC2v/FAtz/xQLe/8UC4P/FAuL/xQLk/8UC5v/FAuj/xQLq/8UC7P/FAu7/xQLw/8UC8v/FAxT/gAMW/4ADGP+AAyD/kAMi/5ADJP+QAyb/kAMo/5AEUv/FBFT/xQRW/8UEWP/FBFr/xQRc/8UEXv/FBGD/xQRm/4AEaP+ABGr/gARs/4AEbv+ABHD/gARy/4AEdP/FBHb/xQR4/8UEev+ABHz/xQS3/8UEu/+ABMT/xQTG/8UEyAAgBMoAIATMACAE2f+QAAEA9AAEAAYACwAMACUAJwAoACkAKgAvADAAMwA0ADUANgA4ADoAOwA8AD0APgA/AEkASgBMAE8AUQBSAFMAVgBYAFoAWwBdAF8AlgCdALIBhAGFAYcBiAGJAfIB9AH1AfcB+gIFAkoCTQJfAmECYgKVApYCmAKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKrAqwCrQKuAq8CtAK9Ar4CvwLAAsUCxgLHAsgCyQLKAs8C0ALRAtMC1QLXAtkC2wLdAt8C4QLiAuMC5ALlAuYC5wLoAukC6gL0AwIDBAMGAwgDCgMNAw8DEQMSAxMDFAMVAxYDFwMYAxoDHAMeAykDKwMtAzsDPQM+Az8DQANCA0QDSgNLA0wDTQNOA08DUANRA1IDUwNeA18DYANhA2IDaANpA2oDbwOBA4IDgwOEA4gDiQOKA5MD7gPwA/ID9AP1A/YD9wP6A/wD/QQ5BDsEPQQ/BEEEQwRFBEcESQRLBE0ETwRRBFIEUwRUBFUEVgRXBFgEWQRaBFsEXARdBF4EXwRgBGUEZgRnBGgEaQRqBGsEbARtBG4EbwRwBHEEcgR6BIsEjASNBI4EjwSQBLMEtAS2BLoEuwS9BMMExQTIBMkEywTNBNAE0gTTBNQE1wTaBN0E3gTfBOAE4QTjAAEANQAGAAsAlgCxALIAswC0AL0AwQDHAYQBhQGHAYgBiQIFAgYCBwOhA6IDowOkA6UDpgOpA6oDqwOsA60DrgOvA7ADsQOyA7MDtAO1A7YDtwO4A7sDvwPBA8UD9gP3A/oE5QTmBOoE7QTzBPgApwAQ/xYAEv8WACX/VgAu/vgAOAAUAEX/3gBH/+sASP/rAEn/6wBL/+sAU//rAFX/6wBW/+YAWf/qAFr/6ABd/+gAlP/rAJn/6wCb/+oAsv9WAYb/FgGK/xYBjv8WAY//FgIF/8ACTf/AApr/VgKb/1YCnP9WAp3/VgKe/1YCn/9WAqD/VgK1/94Ctv/eArf/3gK4/94Cuf/eArr/3gK7/94CvP/rAr3/6wK+/+sCv//rAsD/6wLG/+sCx//rAsj/6wLJ/+sCyv/rAsv/6gLM/+oCzf/qAs7/6gLP/+gC0P/oAtH/VgLS/94C0/9WAtT/3gLV/1YC1v/eAtj/6wLa/+sC3P/rAt7/6wLg/+sC4v/rAuT/6wLm/+sC6P/rAur/6wLs/+sC7v/rAvD/6wLy/+sDAP74AxT/6wMW/+sDGP/rAykAFAMrABQDLQAUAzD/6gMy/+oDNP/qAzb/6gM4/+oDOv/qAz7/6ANN/8ADTv/AA0//wANQ/8ADUf/AA1L/wANT/8ADaP/AA2n/wANq/8AD9f/oA/3/VgP+/94EOf9WBDr/3gQ7/1YEPP/eBD3/VgQ+/94EP/9WBED/3gRB/1YEQv/eBEP/VgRE/94ERf9WBEb/3gRH/1YESP/eBEn/VgRK/94ES/9WBEz/3gRN/1YETv/eBE//VgRQ/94EUv/rBFT/6wRW/+sEWP/rBFr/6wRc/+sEXv/rBGD/6wRm/+sEaP/rBGr/6wRs/+sEbv/rBHD/6wRy/+sEdP/rBHb/6wR4/+sEev/rBHz/6wR+/+oEgP/qBIL/6gSE/+oEhv/q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"}}}]); \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index df00bcc2..898e9e47 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,5 +1,5 @@ - + RTL @@ -12,8 +12,8 @@ - + - + diff --git a/frontend/main.21af7ffc26e16ae4.js b/frontend/main.21af7ffc26e16ae4.js deleted file mode 100644 index 733e2eaf..00000000 --- a/frontend/main.21af7ffc26e16ae4.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[792],{8430:(Ve,ee,p)=>{"use strict";p.d(ee,{$6:()=>ne,$J:()=>r,$Q:()=>D,Aw:()=>R,C2:()=>y,CK:()=>ie,Db:()=>Nt,Do:()=>N,Dq:()=>Ye,ED:()=>ke,EM:()=>_e,Eb:()=>We,Ew:()=>de,Fd:()=>ae,GZ:()=>pe,Gy:()=>F,Gz:()=>Ke,Hm:()=>be,Jx:()=>at,Ml:()=>Ct,N4:()=>ye,NS:()=>x,NU:()=>Je,Qj:()=>V,Qv:()=>_t,Sn:()=>m,T4:()=>ue,Uj:()=>ve,VK:()=>Ie,We:()=>Y,XT:()=>T,Yi:()=>_,Zi:()=>Z,a5:()=>rt,aB:()=>re,cR:()=>M,dv:()=>n,ed:()=>$,fy:()=>c,g6:()=>oe,gf:()=>S,ij:()=>O,jQ:()=>et,kQ:()=>he,kX:()=>w,kv:()=>z,lg:()=>l,no:()=>C,qw:()=>se,sq:()=>U,uK:()=>v,vL:()=>f,w0:()=>h,x1:()=>d,y0:()=>fe,zU:()=>L});var t=p(9640),e=p(4416);const C=(0,t.VP)(e.TC.UPDATE_API_CALL_STATUS_CLN,(0,t.xk)()),S=(0,t.VP)(e.TC.RESET_CLN_STORE),l=(0,t.VP)(e.TC.FETCH_PAGE_SETTINGS_CLN),x=(0,t.VP)(e.TC.SET_PAGE_SETTINGS_CLN,(0,t.xk)()),m=(0,t.VP)(e.TC.SAVE_PAGE_SETTINGS_CLN,(0,t.xk)()),R=(0,t.VP)(e.TC.FETCH_INFO_CLN,(0,t.xk)()),d=(0,t.VP)(e.TC.SET_INFO_CLN,(0,t.xk)()),w=(0,t.VP)(e.TC.FETCH_FEE_RATES_CLN,(0,t.xk)()),y=(0,t.VP)(e.TC.SET_FEE_RATES_CLN,(0,t.xk)()),T=(0,t.VP)(e.TC.GET_NEW_ADDRESS_CLN,(0,t.xk)()),F=((0,t.VP)(e.TC.SET_NEW_ADDRESS_CLN,(0,t.xk)()),(0,t.VP)(e.TC.FETCH_PEERS_CLN)),V=(0,t.VP)(e.TC.SET_PEERS_CLN,(0,t.xk)()),U=(0,t.VP)(e.TC.SAVE_NEW_PEER_CLN,(0,t.xk)()),Y=((0,t.VP)(e.TC.NEWLY_ADDED_PEER_CLN,(0,t.xk)()),(0,t.VP)(e.TC.ADD_PEER_CLN,(0,t.xk)())),$=(0,t.VP)(e.TC.DETACH_PEER_CLN,(0,t.xk)()),Z=(0,t.VP)(e.TC.REMOVE_PEER_CLN,(0,t.xk)()),ie=(0,t.VP)(e.TC.FETCH_PAYMENTS_CLN),ve=(0,t.VP)(e.TC.SET_PAYMENTS_CLN,(0,t.xk)()),ae=(0,t.VP)(e.TC.SEND_PAYMENT_CLN,(0,t.xk)()),ye=(0,t.VP)(e.TC.SEND_PAYMENT_STATUS_CLN,(0,t.xk)()),ue=(0,t.VP)(e.TC.GET_QUERY_ROUTES_CLN,(0,t.xk)()),be=(0,t.VP)(e.TC.SET_QUERY_ROUTES_CLN,(0,t.xk)()),D=(0,t.VP)(e.TC.FETCH_CHANNELS_CLN),n=(0,t.VP)(e.TC.SET_CHANNELS_CLN,(0,t.xk)()),c=(0,t.VP)(e.TC.UPDATE_CHANNEL_CLN,(0,t.xk)()),f=(0,t.VP)(e.TC.SAVE_NEW_CHANNEL_CLN,(0,t.xk)()),h=(0,t.VP)(e.TC.CLOSE_CHANNEL_CLN,(0,t.xk)()),M=(0,t.VP)(e.TC.REMOVE_CHANNEL_CLN,(0,t.xk)()),L=(0,t.VP)(e.TC.PEER_LOOKUP_CLN,(0,t.xk)()),O=(0,t.VP)(e.TC.CHANNEL_LOOKUP_CLN,(0,t.xk)()),_=(0,t.VP)(e.TC.INVOICE_LOOKUP_CLN,(0,t.xk)()),r=(0,t.VP)(e.TC.SET_LOOKUP_CLN,(0,t.xk)()),v=(0,t.VP)(e.TC.GET_FORWARDING_HISTORY_CLN,(0,t.xk)()),z=(0,t.VP)(e.TC.SET_FORWARDING_HISTORY_CLN,(0,t.xk)()),N=(0,t.VP)(e.TC.FETCH_INVOICES_CLN),ne=(0,t.VP)(e.TC.SET_INVOICES_CLN,(0,t.xk)()),Ie=(0,t.VP)(e.TC.SAVE_NEW_INVOICE_CLN,(0,t.xk)()),at=(0,t.VP)(e.TC.ADD_INVOICE_CLN,(0,t.xk)()),Ye=(0,t.VP)(e.TC.UPDATE_INVOICE_CLN,(0,t.xk)()),rt=(0,t.VP)(e.TC.DELETE_EXPIRED_INVOICE_CLN,(0,t.xk)()),re=(0,t.VP)(e.TC.SET_CHANNEL_TRANSACTION_CLN,(0,t.xk)()),oe=((0,t.VP)(e.TC.SET_CHANNEL_TRANSACTION_RES_CLN,(0,t.xk)()),(0,t.VP)(e.TC.FETCH_UTXO_BALANCES_CLN)),_e=(0,t.VP)(e.TC.SET_UTXO_BALANCES_CLN,(0,t.xk)()),de=(0,t.VP)(e.TC.FETCH_OFFER_INVOICE_CLN,(0,t.xk)()),pe=(0,t.VP)(e.TC.SET_OFFER_INVOICE_CLN,(0,t.xk)()),We=(0,t.VP)(e.TC.FETCH_OFFERS_CLN),se=(0,t.VP)(e.TC.SET_OFFERS_CLN,(0,t.xk)()),fe=(0,t.VP)(e.TC.SAVE_NEW_OFFER_CLN,(0,t.xk)()),he=(0,t.VP)(e.TC.ADD_OFFER_CLN,(0,t.xk)()),et=(0,t.VP)(e.TC.DISABLE_OFFER_CLN,(0,t.xk)()),Ke=(0,t.VP)(e.TC.UPDATE_OFFER_CLN,(0,t.xk)()),Ct=(0,t.VP)(e.TC.FETCH_OFFER_BOOKMARKS_CLN),_t=(0,t.VP)(e.TC.SET_OFFER_BOOKMARKS_CLN,(0,t.xk)()),Nt=(0,t.VP)(e.TC.ADD_UPDATE_OFFER_BOOKMARK_CLN,(0,t.xk)()),ke=(0,t.VP)(e.TC.DELETE_OFFER_BOOKMARK_CLN,(0,t.xk)()),Je=(0,t.VP)(e.TC.REMOVE_OFFER_BOOKMARK_CLN,(0,t.xk)())},283:(Ve,ee,p)=>{"use strict";p.d(ee,{i:()=>ye});var t=p(4054),e=p(1413),C=p(7673),S=p(1397),l=p(6977),x=p(6354),m=p(9437),R=p(2462),d=p(8321),w=p(4416),y=p(1771),T=p(8430),k=p(9584),F=p(2142),V=p(4438),U=p(1626),G=p(9640),Y=p(3202),$=p(2571),Z=p(8570),ie=p(1188),ve=p(7879),ae=p(177);let ye=(()=>{class ue{constructor(D,n,c,f,h,M,L,O,_){this.actions=D,this.httpClient=n,this.store=c,this.sessionService=f,this.commonService=h,this.logger=M,this.router=L,this.wsService=O,this.location=_,this.CHILD_API_URL=w.H$+"/cln",this.CLN_VERISON="",this.flgInitialized=!1,this.unSubs=[new e.B,new e.B,new e.B],this.infoFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_INFO_CLN),(0,S.Z)(r=>(this.flgInitialized=!1,this.store.dispatch((0,y.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,T.no)({payload:{action:"FetchInfo",status:w.wn.INITIATED}})),this.store.dispatch((0,y.mt)({payload:w.MZ.GET_NODE_INFO})),this.httpClient.get(this.CHILD_API_URL+w.rl.GETINFO_API).pipe((0,l.Q)(this.actions.pipe((0,t.gp)(w.aU.SET_SELECTED_NODE))),(0,x.T)(v=>(this.logger.info(v),this.CLN_VERISON=v.version||"",v.chains&&v.chains.length&&v.chains[0]&&"object"==typeof v.chains[0]&&v.chains[0].hasOwnProperty("chain")&&v?.chains[0].chain&&v?.chains[0].chain.toLowerCase().indexOf("bitcoin")<0&&v?.chains[0].chain.toLowerCase().indexOf("liquid")<0?(this.store.dispatch((0,T.no)({payload:{action:"FetchInfo",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.GET_NODE_INFO})),this.store.dispatch((0,y.Jh)()),setTimeout(()=>{this.store.dispatch((0,y.xO)({payload:{data:{type:w.A$.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}}))},500),{type:w.aU.LOGOUT,payload:"Sorry Not Sorry, RTL is Bitcoin Only!"}):(this.initializeRemainingData(v,r.payload.loadPage),this.store.dispatch((0,T.no)({payload:{action:"FetchInfo",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.GET_NODE_INFO})),{type:w.TC.SET_INFO_CLN,payload:v||{}}))),(0,m.W)(v=>{const z=this.commonService.extractErrorCode(v),N=503===z?"Unable to Connect to Core Lightning Server.":this.commonService.extractErrorMessage(v);return this.router.navigate(["/error"],{state:{errorCode:z,errorMessage:N}}),this.handleErrorWithoutAlert("FetchInfo",w.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:z,error:N}),(0,C.of)({type:w.aU.VOID})})))))),this.fetchFeeRatesCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_FEE_RATES_CLN),(0,S.Z)(r=>(this.store.dispatch((0,T.no)({payload:{action:"FetchFeeRates"+r.payload,status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/feeRates",{style:r.payload}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"FetchFeeRates"+r.payload,status:w.wn.COMPLETED}})),{type:w.TC.SET_FEE_RATES_CLN,payload:v||{}})),(0,m.W)(v=>(this.handleErrorWithoutAlert("FetchFeeRates"+r.payload,w.MZ.NO_SPINNER,"Fetching Fee Rates Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.getNewAddressCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.GET_NEW_ADDRESS_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.post(this.CHILD_API_URL+w.rl.ON_CHAIN_API+"/newaddr",{addresstype:r.payload.addressCode}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,y.y0)({payload:w.MZ.GENERATE_NEW_ADDRESS})),{type:w.TC.SET_NEW_ADDRESS_CLN,payload:v&&v[r.payload.addressCode]?v[r.payload.addressCode]:{}})),(0,m.W)(v=>(this.handleErrorWithAlert("GenerateNewAddress",w.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+w.rl.ON_CHAIN_API,v),(0,C.of)({type:w.aU.VOID})))))))),this.setNewAddressCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SET_NEW_ADDRESS_CLN),(0,x.T)(r=>(this.logger.info(r.payload),r.payload))),{dispatch:!1}),this.peersFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_PEERS_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchPeers",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.PEERS_API).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchPeers",status:w.wn.COMPLETED}})),{type:w.TC.SET_PEERS_CLN,payload:r||[]})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchPeers",w.MZ.NO_SPINNER,"Fetching Peers Failed.",r),(0,C.of)({type:w.aU.VOID})))))))),this.saveNewPeerCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SAVE_NEW_PEER_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.CONNECT_PEER})),this.store.dispatch((0,T.no)({payload:{action:"SaveNewPeer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.PEERS_API,{id:r.payload.id}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SaveNewPeer",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.CONNECT_PEER})),this.store.dispatch((0,T.Qj)({payload:v||[]})),{type:w.TC.NEWLY_ADDED_PEER_CLN,payload:{peer:v.find(z=>0===r.payload.id.indexOf(z.id?z.id:""))}})),(0,m.W)(v=>(this.handleErrorWithoutAlert("SaveNewPeer",w.MZ.CONNECT_PEER,"Peer Connection Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.detachPeerCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.DETACH_PEER_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.DISCONNECT_PEER})),this.httpClient.post(this.CHILD_API_URL+w.rl.PEERS_API+"/disconnect",{id:r.payload.id,force:r.payload.force}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,y.y0)({payload:w.MZ.DISCONNECT_PEER})),this.store.dispatch((0,y.UI)({payload:"Peer Disconnected Successfully!"})),{type:w.TC.REMOVE_PEER_CLN,payload:{id:r.payload.id}})),(0,m.W)(v=>(this.handleErrorWithAlert("PeerDisconnect",w.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+w.rl.PEERS_API+"/"+r.payload.id,v),(0,C.of)({type:w.aU.VOID})))))))),this.channelsFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_CHANNELS_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchChannels",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.CHANNELS_API+"/listPeerChannels"))),(0,x.T)(r=>{this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchChannels",status:w.wn.COMPLETED}}));const v={activeChannels:[],pendingChannels:[],inactiveChannels:[]};return r.forEach(z=>{"CHANNELD_NORMAL"===z.state?z.peer_connected?v.activeChannels.push(z):v.inactiveChannels.push(z):v.pendingChannels.push(z)}),{type:w.TC.SET_CHANNELS_CLN,payload:v}}),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchChannels",w.MZ.NO_SPINNER,"Fetching Channels Failed.",r),(0,C.of)({type:w.aU.VOID}))))),this.openNewChannelCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SAVE_NEW_CHANNEL_CLN),(0,S.Z)(r=>{this.store.dispatch((0,y.mt)({payload:w.MZ.OPEN_CHANNEL})),this.store.dispatch((0,T.no)({payload:{action:"SaveNewChannel",status:w.wn.INITIATED}}));const v={id:r.payload.peerId,amount:r.payload.amount,feerate:r.payload.feeRate,announce:r.payload.announce};return r.payload.minconf&&(v.minconf=r.payload.minconf),r.payload.utxos&&(v.utxos=r.payload.utxos),r.payload.requestAmount&&(v.request_amt=r.payload.requestAmount),r.payload.compactLease&&(v.compact_lease=r.payload.compactLease),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API,v).pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,T.no)({payload:{action:"SaveNewChannel",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.OPEN_CHANNEL})),this.store.dispatch((0,y.UI)({payload:"Channel Added Successfully!"})),this.store.dispatch((0,T.g6)()),{type:w.TC.FETCH_CHANNELS_CLN})),(0,m.W)(z=>(this.handleErrorWithoutAlert("SaveNewChannel",w.MZ.OPEN_CHANNEL,"Opening Channel Failed.",z),(0,C.of)({type:w.aU.VOID}))))}))),this.updateChannelCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.UPDATE_CHANNEL_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/setChannelFee",r.payload).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,y.y0)({payload:w.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,y.UI)("all"===r.payload.id?{payload:{message:"All Channels Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}}:{payload:{message:"Channel Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}})),{type:w.TC.FETCH_CHANNELS_CLN})),(0,m.W)(v=>(this.handleErrorWithAlert("UpdateChannel",w.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+w.rl.CHANNELS_API,v),(0,C.of)({type:w.aU.VOID})))))))),this.closeChannelCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.CLOSE_CHANNEL_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:r.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/close",{id:r.payload.channelId,unilateraltimeout:r.payload.force?1:null}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,y.y0)({payload:r.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,T.$Q)()),this.store.dispatch((0,T.g6)()),this.store.dispatch((0,y.UI)({payload:"Channel Closed Successfully!"})),{type:w.TC.REMOVE_CHANNEL_CLN,payload:r.payload})),(0,m.W)(v=>(this.handleErrorWithAlert("CloseChannel",r.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+w.rl.CHANNELS_API,v),(0,C.of)({type:w.aU.VOID})))))))),this.paymentsFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_PAYMENTS_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchPayments",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.PAYMENTS_API))),(0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchPayments",status:w.wn.COMPLETED}})),{type:w.TC.SET_PAYMENTS_CLN,payload:r||[]})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchPayments",w.MZ.NO_SPINNER,"Fetching Payments Failed.",r),(0,C.of)({type:w.aU.VOID}))))),this.fetchOfferInvoiceCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_OFFER_INVOICE_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.FETCH_INVOICE})),this.store.dispatch((0,T.no)({payload:{action:"FetchOfferInvoice",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/fetchOfferInvoice",r.payload).pipe((0,x.T)(v=>{this.logger.info(v),setTimeout(()=>{this.store.dispatch((0,T.no)({payload:{action:"FetchOfferInvoice",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.FETCH_INVOICE})),this.store.dispatch((0,T.GZ)({payload:v||{}}))},500)}),(0,m.W)(v=>(this.handleErrorWithoutAlert("FetchOfferInvoice",w.MZ.FETCH_INVOICE,"Offer Invoice Fetch Failed",v),(0,C.of)({type:w.aU.VOID}))))))),{dispatch:!1}),this.setOfferInvoiceCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SET_OFFER_INVOICE_CLN),(0,x.T)(r=>(this.logger.info(r.payload),r.payload))),{dispatch:!1}),this.sendPaymentCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SEND_PAYMENT_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:r.payload.uiMessage})),this.store.dispatch((0,T.no)({payload:{action:"SendPayment",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.PAYMENTS_API,r.payload).pipe((0,x.T)(v=>{this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SendPayment",status:w.wn.COMPLETED}}));let z="Payment Sent Successfully!";v.saveToDBError&&(z="Payment Sent Successfully but Offer Saving to Database Failed."),v.saveToDBResponse&&"NA"!==v.saveToDBResponse&&(this.store.dispatch((0,T.Db)({payload:v.saveToDBResponse})),z="Payment Sent Successfully and Offer Saved to Database."),setTimeout(()=>{this.store.dispatch((0,T.$Q)()),this.store.dispatch((0,T.g6)()),this.store.dispatch((0,T.CK)()),this.store.dispatch((0,y.y0)({payload:r.payload.uiMessage})),this.store.dispatch((0,y.UI)({payload:z})),this.store.dispatch((0,T.N4)({payload:v.paymentResponse}))},1e3)}),(0,m.W)(v=>(this.logger.error("Error: "+JSON.stringify(v)),r.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",r.payload.uiMessage,"Send Payment Failed.",v):this.handleErrorWithAlert("SendPayment",r.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+w.rl.PAYMENTS_API,v),(0,C.of)({type:w.aU.VOID}))))))),{dispatch:!1}),this.queryRoutesFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.GET_QUERY_ROUTES_CLN),(0,S.Z)(r=>(this.store.dispatch((0,T.no)({payload:{action:"GetQueryRoutes",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/getRoute",{id:r.payload.destPubkey,amount_msat:r.payload.amount,riskfactor:0}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"GetQueryRoutes",status:w.wn.COMPLETED}})),{type:w.TC.SET_QUERY_ROUTES_CLN,payload:v})),(0,m.W)(v=>(this.store.dispatch((0,T.Hm)({payload:{route:[]}})),this.handleErrorWithAlert("GetQueryRoutes",w.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/getRoute",v),(0,C.of)({type:w.aU.VOID})))))))),this.setQueryRoutesCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SET_QUERY_ROUTES_CLN),(0,x.T)(r=>r.payload)),{dispatch:!1}),this.peerLookupCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.PEER_LOOKUP_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.SEARCHING_NODE})),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/listNodes",{id:r.payload}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.SEARCHING_NODE})),{type:w.TC.SET_LOOKUP_CLN,payload:v})),(0,m.W)(v=>(this.handleErrorWithAlert("Lookup",w.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/listNodes/"+r.payload,v),(0,C.of)({type:w.aU.VOID})))))))),this.channelLookupCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.CHANNEL_LOOKUP_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:r.payload.uiMessage})),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/listChannels",{short_channel_id:r.payload.shortChannelID}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:r.payload.uiMessage})),{type:w.TC.SET_LOOKUP_CLN,payload:v})),(0,m.W)(v=>(r.payload.showError?this.handleErrorWithAlert("Lookup",r.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/listChannels/"+r.payload.shortChannelID,v):this.store.dispatch((0,y.y0)({payload:r.payload.uiMessage})),this.store.dispatch((0,T.$J)({payload:[]})),(0,C.of)({type:w.aU.VOID})))))))),this.invoiceLookupCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.INVOICE_LOOKUP_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/lookup",{label:r.payload}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.SEARCHING_INVOICE})),v.invoices&&v.invoices.length&&v.invoices.length>0&&this.store.dispatch((0,T.Dq)({payload:v.invoices[0]})),{type:w.TC.SET_LOOKUP_CLN,payload:v.invoices&&v.invoices.length&&v.invoices.length>0?v.invoices[0]:v})),(0,m.W)(v=>(this.handleErrorWithoutAlert("Lookup",w.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",v),this.store.dispatch((0,y.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,C.of)({type:w.aU.VOID})))))))),this.setLookupCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SET_LOOKUP_CLN),(0,x.T)(r=>(this.logger.info(r.payload),r.payload))),{dispatch:!1}),this.fetchForwardingHistoryCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.GET_FORWARDING_HISTORY_CLN),(0,S.Z)(r=>{const v=r.payload.status.charAt(0).toUpperCase();return this.store.dispatch((0,T.no)({payload:{action:"FetchForwardingHistory"+v,status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/listForwards",r.payload).pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,T.no)({payload:{action:"FetchForwardingHistory"+v,status:w.wn.COMPLETED}})),r.payload.status===w.xk.FAILED?this.store.dispatch((0,T.kv)({payload:{status:w.xk.FAILED,totalForwards:z.length,listForwards:z}})):r.payload.status===w.xk.LOCAL_FAILED?this.store.dispatch((0,T.kv)({payload:{status:w.xk.LOCAL_FAILED,totalForwards:z.length,listForwards:z}})):r.payload.status===w.xk.SETTLED&&this.store.dispatch((0,T.kv)({payload:{status:w.xk.SETTLED,totalForwards:z.length,listForwards:z}})),{type:w.aU.VOID})),(0,m.W)(z=>(this.handleErrorWithAlert("FetchForwardingHistory"+v,w.MZ.NO_SPINNER,"Get "+r.payload.status+" Forwarding History Failed",this.CHILD_API_URL+w.rl.CHANNELS_API+"/listForwards",z),(0,C.of)({type:w.aU.VOID}))))}))),this.deleteExpiredInvoiceCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.DELETE_EXPIRED_INVOICE_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.DELETE_INVOICE})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/delete",{subsystem:"expiredinvoices",age:w.NG}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,y.y0)({payload:w.MZ.DELETE_INVOICE})),this.store.dispatch((0,y.UI)({payload:v.status})),{type:w.TC.FETCH_INVOICES_CLN})),(0,m.W)(v=>(this.handleErrorWithAlert("DeleteInvoices",w.MZ.DELETE_INVOICE,"Delete Invoice Failed",this.CHILD_API_URL+w.rl.INVOICES_API,v),(0,C.of)({type:w.aU.VOID})))))))),this.saveNewInvoiceCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SAVE_NEW_INVOICE_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.ADD_INVOICE})),this.store.dispatch((0,T.no)({payload:{action:"SaveNewInvoice",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API,r.payload).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SaveNewInvoice",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.ADD_INVOICE})),v.amount_msat=r.payload.amount_msat,v.label=r.payload.label,v.expires_at=Math.round((new Date).getTime()/1e3+r.payload.expiry),v.description=r.payload.description,v.status="unpaid",setTimeout(()=>{this.store.dispatch((0,y.xO)({payload:{data:{invoice:v,newlyAdded:!0,component:d.y}}}))},200),{type:w.TC.ADD_INVOICE_CLN,payload:v})),(0,m.W)(v=>(this.handleErrorWithoutAlert("SaveNewInvoice",w.MZ.ADD_INVOICE,"Add Invoice Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.saveNewOfferCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SAVE_NEW_OFFER_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.CREATE_OFFER})),this.store.dispatch((0,T.no)({payload:{action:"SaveNewOffer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API,r.payload).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SaveNewOffer",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.CREATE_OFFER})),setTimeout(()=>{this.store.dispatch((0,y.xO)({payload:{data:{offer:v,newlyAdded:!0,component:F.f}}}))},100),{type:w.TC.ADD_OFFER_CLN,payload:v})),(0,m.W)(v=>(this.handleErrorWithoutAlert("SaveNewOffer",w.MZ.CREATE_OFFER,"Create Offer Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.invoicesFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_INVOICES_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchInvoices",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/lookup",null))),(0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchInvoices",status:w.wn.COMPLETED}})),{type:w.TC.SET_INVOICES_CLN,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchInvoices",w.MZ.NO_SPINNER,"Fetching Invoices Failed.",r),(0,C.of)({type:w.aU.VOID}))))),this.offersFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_OFFERS_CLN),(0,S.Z)(r=>(this.store.dispatch((0,T.no)({payload:{action:"FetchOffers",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.OFFERS_API).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"FetchOffers",status:w.wn.COMPLETED}})),{type:w.TC.SET_OFFERS_CLN,payload:v.offers?v.offers:[]})),(0,m.W)(v=>(this.handleErrorWithoutAlert("FetchOffers",w.MZ.NO_SPINNER,"Fetching Offers Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.offersDisableCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.DISABLE_OFFER_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.DISABLE_OFFER})),this.store.dispatch((0,T.no)({payload:{action:"DisableOffer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/disableOffer",{offer_id:r.payload.offer_id}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"DisableOffer",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.DISABLE_OFFER})),this.store.dispatch((0,y.UI)({payload:"Offer Disabled Successfully!"})),{type:w.TC.UPDATE_OFFER_CLN,payload:{offer:v}})),(0,m.W)(v=>(this.handleErrorWithoutAlert("DisableOffer",w.MZ.DISABLE_OFFER,"Disabling Offer Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.offerBookmarksFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_OFFER_BOOKMARKS_CLN),(0,S.Z)(r=>(this.store.dispatch((0,T.no)({payload:{action:"FetchOfferBookmarks",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmarks").pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"FetchOfferBookmarks",status:w.wn.COMPLETED}})),{type:w.TC.SET_OFFER_BOOKMARKS_CLN,payload:v||[]})),(0,m.W)(v=>(this.handleErrorWithoutAlert("FetchOfferBookmarks",w.MZ.NO_SPINNER,"Fetching Offer Bookmarks Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.peidOffersDeleteCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.DELETE_OFFER_BOOKMARK_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,T.no)({payload:{action:"DeleteOfferBookmark",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmark/delete",{offer_str:r.payload.bolt12}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"DeleteOfferBookmark",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,y.UI)({payload:"Offer Bookmark Deleted Successfully!"})),{type:w.TC.REMOVE_OFFER_BOOKMARK_CLN,payload:{bolt12:r.payload.bolt12}})),(0,m.W)(v=>(this.handleErrorWithAlert("DeleteOfferBookmark",w.MZ.DELETE_OFFER_BOOKMARK,"Deleting Offer Bookmark Failed.",this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmark/"+r.payload.bolt12,v),(0,C.of)({type:w.aU.VOID})))))))),this.SetChannelTransactionCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SET_CHANNEL_TRANSACTION_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.SEND_FUNDS})),this.store.dispatch((0,T.no)({payload:{action:"SetChannelTransaction",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.ON_CHAIN_API,r.payload).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SetChannelTransaction",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.SEND_FUNDS})),this.store.dispatch((0,T.g6)()),{type:w.TC.SET_CHANNEL_TRANSACTION_RES_CLN,payload:v})),(0,m.W)(v=>(this.handleErrorWithoutAlert("SetChannelTransaction",w.MZ.SEND_FUNDS,"Sending Fund Failed.",v),(0,C.of)({type:w.aU.VOID})))))))),this.utxoBalancesFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_UTXO_BALANCES_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchUTXOBalances",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.ON_CHAIN_API+"/utxos"))),(0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchUTXOBalances",status:w.wn.COMPLETED}})),{type:w.TC.SET_UTXO_BALANCES_CLN,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchUTXOBalances",w.MZ.NO_SPINNER,"Fetching UTXO and Balances Failed.",r),(0,C.of)({type:w.aU.VOID}))))),this.pageSettingsFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.FETCH_PAGE_SETTINGS_CLN),(0,S.Z)(()=>(this.store.dispatch((0,T.no)({payload:{action:"FetchPageSettings",status:w.wn.INITIATED}})),this.httpClient.get(w.rl.PAGE_SETTINGS_API).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.no)({payload:{action:"FetchPageSettings",status:w.wn.COMPLETED}})),{type:w.TC.SET_PAGE_SETTINGS_CLN,payload:r||[]})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchPageSettings",w.MZ.NO_SPINNER,"Fetching Page Settings Failed.",r),(0,C.of)({type:w.aU.VOID})))))))),this.savePageSettingsCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(w.TC.SAVE_PAGE_SETTINGS_CLN),(0,S.Z)(r=>(this.store.dispatch((0,y.mt)({payload:w.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,T.no)({payload:{action:"SavePageSettings",status:w.wn.INITIATED}})),this.httpClient.post(w.rl.PAGE_SETTINGS_API,r.payload).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.no)({payload:{action:"SavePageSettings",status:w.wn.COMPLETED}})),this.store.dispatch((0,y.y0)({payload:w.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,y.UI)({payload:"Page Layout Updated Successfully!"})),{type:w.TC.SET_PAGE_SETTINGS_CLN,payload:v||[]})),(0,m.W)(v=>(this.handleErrorWithAlert("SavePageSettings",w.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",w.rl.PAGE_SETTINGS_API,v),(0,C.of)({type:w.aU.VOID})))))))),this.store.select(k.ru).pipe((0,l.Q)(this.unSubs[0])).subscribe(r=>{r.FetchInfo.status!==w.wn.COMPLETED&&r.FetchInfo.status!==w.wn.ERROR||r.FetchChannels.status!==w.wn.COMPLETED&&r.FetchChannels.status!==w.wn.ERROR||r.FetchUTXOBalances.status!==w.wn.COMPLETED&&r.FetchUTXOBalances.status!==w.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,y.y0)({payload:w.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.clWSMessages.pipe((0,l.Q)(this.unSubs[1])).subscribe(r=>{this.logger.info("Received new message from the service: "+JSON.stringify(r)),r&&r.data&&r.data[w.Jr.INVOICE_PAYMENT]&&r.data[w.Jr.INVOICE_PAYMENT].label&&this.store.dispatch((0,T.Dq)({payload:r.data[w.Jr.INVOICE_PAYMENT]}))})}initializeRemainingData(D,n){this.sessionService.setItem("clnUnlocked","true");const c={identity_pubkey:D.id,alias:D.alias,testnet:"testnet"===D.network.toLowerCase(),chains:D.chains,uris:D.uris,version:D.version,api_version:D.api_version,numberOfPendingChannels:D.num_pending_channels};this.store.dispatch((0,y.mt)({payload:w.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,y.Fl)({payload:c}));let f=this.location.path();f.includes("/lnd/")?f=f?.replace("/lnd/","/cln/"):f.includes("/ecl/")&&(f=f?.replace("/ecl/","/cln/")),(f.includes("/login")||f.includes("/error")||""===f||"HOME"===n||f.includes("?access-key="))&&(f="/cln/home"),this.router.navigate([f]),this.store.dispatch((0,T.Do)()),this.store.dispatch((0,T.$Q)()),this.store.dispatch((0,T.g6)()),this.store.dispatch((0,T.kX)({payload:"perkw"})),this.store.dispatch((0,T.kX)({payload:"perkb"})),this.store.dispatch((0,T.Gy)()),this.store.dispatch((0,T.CK)())}handleErrorWithoutAlert(D,n,c,f){if(this.logger.error("ERROR IN: "+D+"\n"+JSON.stringify(f)),401===f.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,y.Jh)()),this.store.dispatch((0,y.ri)({payload:"Authentication Failed: "+JSON.stringify(f.error)}));else{this.store.dispatch((0,y.y0)({payload:n}));const h=this.commonService.extractErrorMessage(f,c);this.store.dispatch((0,T.no)({payload:{action:D,status:w.wn.ERROR,statusCode:f.status.toString(),message:h}}))}}handleErrorWithAlert(D,n,c,f,h){if(this.logger.error(h),401===h.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,y.Jh)()),this.store.dispatch((0,y.ri)({payload:"Authentication Failed: "+JSON.stringify(h.error)})),this.store.dispatch((0,y.UI)({payload:"Authentication Failed: "+h.error}));else{this.store.dispatch((0,y.y0)({payload:n}));const M=this.commonService.extractErrorMessage(h);this.store.dispatch((0,y.xO)({payload:{data:{type:"ERROR",alertTitle:c,message:{code:h.status,message:M,URL:f},component:R.f}}})),this.store.dispatch((0,T.no)({payload:{action:D,status:w.wn.ERROR,statusCode:h.status.toString(),message:M,URL:f}}))}}ngOnDestroy(){this.unSubs.forEach(D=>{D.next(null),D.complete()})}static{this.\u0275fac=function(n){return new(n||ue)(V.KVO(t.En),V.KVO(U.Qq),V.KVO(G.il),V.KVO(Y.Q),V.KVO($.h),V.KVO(Z.gP),V.KVO(ie.Ix),V.KVO(ve.I),V.KVO(ae.aZ))}}static{this.\u0275prov=V.jDH({token:ue,factory:ue.\u0275fac})}}return ue})()},9584:(Ve,ee,p)=>{"use strict";p.d(ee,{Al:()=>T,BM:()=>k,Dv:()=>V,GX:()=>G,Ie:()=>F,KT:()=>m,O5:()=>Z,Pj:()=>y,RB:()=>w,RQ:()=>$,aJ:()=>U,av:()=>C,ip:()=>ie,kQ:()=>Y,kr:()=>d,mH:()=>S,os:()=>R,ru:()=>x});var t=p(9640);const e=(0,t.UX)("cln"),C=(0,t.Mz)(e,ae=>({pageSettings:ae.pageSettings,apiCallStatus:ae.apisCallStatus.FetchPageSettings})),S=(0,t.Mz)(e,ae=>ae.information),x=((0,t.Mz)(e,ae=>ae.apisCallStatus.FetchInfo),(0,t.Mz)(e,ae=>ae.apisCallStatus)),m=(0,t.Mz)(e,ae=>({payments:ae.payments,apiCallStatus:ae.apisCallStatus.FetchPayments})),R=(0,t.Mz)(e,ae=>({peers:ae.peers,apiCallStatus:ae.apisCallStatus.FetchPeers})),d=(0,t.Mz)(e,ae=>({feeRatesPerKB:ae.feeRatesPerKB,apiCallStatus:ae.apisCallStatus.FetchFeeRatesperkb})),w=(0,t.Mz)(e,ae=>({feeRatesPerKW:ae.feeRatesPerKW,apiCallStatus:ae.apisCallStatus.FetchFeeRatesperkw})),y=(0,t.Mz)(e,ae=>({listInvoices:ae.invoices,apiCallStatus:ae.apisCallStatus.FetchInvoices})),T=(0,t.Mz)(e,ae=>({utxos:ae.utxos,balance:ae.balance,localRemoteBalance:ae.localRemoteBalance,apiCallStatus:ae.apisCallStatus.FetchUTXOBalances})),k=(0,t.Mz)(e,ae=>({activeChannels:ae.activeChannels,pendingChannels:ae.pendingChannels,inactiveChannels:ae.inactiveChannels,apiCallStatus:ae.apisCallStatus.FetchChannels})),F=(0,t.Mz)(e,ae=>({forwardingHistory:ae.forwardingHistory,apiCallStatus:ae.apisCallStatus.FetchForwardingHistoryS})),V=(0,t.Mz)(e,ae=>({failedForwardingHistory:ae.failedForwardingHistory,apiCallStatus:ae.apisCallStatus.FetchForwardingHistoryF})),U=(0,t.Mz)(e,ae=>({localFailedForwardingHistory:ae.localFailedForwardingHistory,apiCallStatus:ae.apisCallStatus.FetchForwardingHistoryL})),G=(0,t.Mz)(e,ae=>({information:ae.information,balance:ae.balance,numPeers:ae.peers.length})),Y=(0,t.Mz)(e,ae=>({information:ae.information,balance:ae.balance})),$=(0,t.Mz)(e,ae=>({information:ae.information,fees:ae.fees,apisCallStatus:[ae.apisCallStatus.FetchInfo,ae.apisCallStatus.FetchForwardingHistoryS]})),Z=(0,t.Mz)(e,ae=>({offers:ae.offers,apiCallStatus:ae.apisCallStatus.FetchOffers})),ie=(0,t.Mz)(e,ae=>({offersBookmarks:ae.offersBookmarks,apiCallStatus:ae.apisCallStatus.FetchOfferBookmarks}))},8321:(Ve,ee,p)=>{"use strict";p.d(ee,{y:()=>We});var t=p(5351),e=p(5383),C=p(1413),S=p(6977),l=p(4416),x=p(9584),m=p(4438),R=p(8570),d=p(2571),w=p(5416),y=p(9640),T=p(177),k=p(60),F=p(2920),V=p(6038),U=p(8834),G=p(5596),Y=p(1997),$=p(9183),Z=p(4823),ie=p(8288),ve=p(9157),ae=p(9587);const ye=se=>({"display-none":se}),ue=se=>({"xs-scroll-y":se}),be=(se,fe)=>({"mt-2":se,"mt-1":fe}),D=se=>({"mr-0":se}),n=()=>[];function c(se,fe){if(1&se&&m.nrm(0,"qr-code",33),2&se){const he=m.XpG();m.Y8G("value",(null==he.invoice?null:he.invoice.bolt11)||(null==he.invoice?null:he.invoice.bolt12))("size",he.qrWidth)("errorCorrectionLevel","L")}}function f(se,fe){1&se&&(m.j41(0,"span",34),m.EFF(1,"N/A"),m.k0s())}function h(se,fe){if(1&se&&m.nrm(0,"span",35),2&se){const he=m.XpG();m.Y8G("ngClass",m.eq3(1,D,he.screenSize===he.screenSizeEnum.XS))}}function M(se,fe){if(1&se&&m.nrm(0,"span",36),2&se){const he=m.XpG();m.Y8G("ngClass",m.eq3(1,D,he.screenSize===he.screenSizeEnum.XS))}}function L(se,fe){if(1&se&&m.nrm(0,"span",37),2&se){const he=m.XpG();m.Y8G("ngClass",m.eq3(1,D,he.screenSize===he.screenSizeEnum.XS))}}function O(se,fe){if(1&se&&m.nrm(0,"qr-code",33),2&se){const he=m.XpG();m.Y8G("value",(null==he.invoice?null:he.invoice.bolt11)||(null==he.invoice?null:he.invoice.bolt12))("size",he.qrWidth)("errorCorrectionLevel","L")}}function _(se,fe){1&se&&(m.j41(0,"span",38),m.EFF(1,"QR Code Not Applicable"),m.k0s())}function r(se,fe){1&se&&m.nrm(0,"mat-divider",39)}function v(se,fe){if(1&se&&(m.j41(0,"div",20)(1,"div",40),m.nrm(2,"fa-icon",41),m.j41(3,"span"),m.EFF(4),m.k0s()()()),2&se){const he=m.XpG();m.R7$(2),m.Y8G("icon",he.faExclamationTriangle),m.R7$(2),m.JRh(null==he.invoice?null:he.invoice.warning_capacity)}}function z(se,fe){1&se&&(m.qex(0),m.EFF(1," (zero amount) "),m.bVm())}function N(se,fe){1&se&&m.nrm(0,"span",47)}function ne(se,fe){if(1&se&&(m.j41(0,"div",43)(1,"div",44)(2,"span",45),m.EFF(3),m.nI1(4,"number"),m.k0s(),m.DNE(5,N,1,0,"span",46),m.k0s()()),2&se){const he=m.XpG(2);m.R7$(3),m.SpI("",m.bMT(4,2,(null==he.invoice?null:he.invoice.amount_received_msat)/1e3)," Sats"),m.R7$(2),m.Y8G("ngForOf",m.lJ4(4,n).constructor(35))}}function Ie(se,fe){if(1&se&&(m.j41(0,"div"),m.EFF(1),m.nI1(2,"number"),m.k0s()),2&se){const he=m.XpG(2);m.R7$(),m.SpI("",m.bMT(2,1,(null==he.invoice?null:he.invoice.amount_received_msat)/1e3)," Sats")}}function at(se,fe){if(1&se&&(m.qex(0),m.DNE(1,ne,6,5,"div",42)(2,Ie,3,3,"div",24),m.bVm()),2&se){const he=m.XpG();m.R7$(),m.Y8G("ngIf",he.flgInvoicePaid),m.R7$(),m.Y8G("ngIf",!he.flgInvoicePaid)}}function Ye(se,fe){1&se&&(m.j41(0,"span"),m.EFF(1,"-"),m.k0s())}function rt(se,fe){1&se&&m.nrm(0,"mat-spinner",49),2&se&&m.Y8G("diameter",20)}function re(se,fe){if(1&se&&(m.qex(0),m.DNE(1,Ye,2,0,"span",24)(2,rt,1,1,"mat-spinner",48),m.bVm()),2&se){const he=m.XpG();m.R7$(),m.Y8G("ngIf","unpaid"!==(null==he.invoice?null:he.invoice.status)),m.R7$(),m.Y8G("ngIf","unpaid"===(null==he.invoice?null:he.invoice.status))}}function te(se,fe){if(1&se&&(m.j41(0,"div"),m.nrm(1,"mat-divider",26),m.j41(2,"div",20)(3,"div",27)(4,"h4",22),m.EFF(5,"Payment Hash"),m.k0s(),m.j41(6,"span",25),m.EFF(7),m.k0s()()(),m.nrm(8,"mat-divider",26),m.j41(9,"div",20)(10,"div",27)(11,"h4",22),m.EFF(12,"Label"),m.k0s(),m.j41(13,"span",25),m.EFF(14),m.k0s()()(),m.nrm(15,"mat-divider",26),m.k0s()),2&se){const he=m.XpG();m.R7$(7),m.JRh(null==he.invoice?null:he.invoice.payment_hash),m.R7$(7),m.JRh(null==he.invoice?null:he.invoice.label)}}function oe(se,fe){1&se&&(m.j41(0,"p"),m.EFF(1,"Show Advanced"),m.k0s())}function _e(se,fe){1&se&&(m.j41(0,"p"),m.EFF(1,"Hide Advanced"),m.k0s())}function de(se,fe){if(1&se){const he=m.RV6();m.j41(0,"button",50),m.bIt("copied",function(Ke){m.eBV(he);const Ct=m.XpG();return m.Njj(Ct.onCopyPayment(Ke))}),m.EFF(1,"Copy Invoice"),m.k0s()}if(2&se){const he=m.XpG();m.Y8G("payload",(null==he.invoice?null:he.invoice.bolt11)||(null==he.invoice?null:he.invoice.bolt12))}}function pe(se,fe){if(1&se){const he=m.RV6();m.j41(0,"button",51),m.bIt("click",function(){m.eBV(he);const Ke=m.XpG();return m.Njj(Ke.onClose())}),m.EFF(1,"OK"),m.k0s()}}let We=(()=>{class se{constructor(he,et,Ke,Ct,_t,Nt){this.dialogRef=he,this.data=et,this.logger=Ke,this.commonService=Ct,this.snackBar=_t,this.store=Nt,this.faReceipt=e.Mf0,this.faExclamationTriangle=e.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.invoiceStatus="",this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.f7,this.flgInvoicePaid=!1,this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B]}ngOnInit(){this.invoice=this.data.invoice,this.invoiceStatus=this.invoice.status,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS&&(this.qrWidth=220),this.store.select(x.Pj).pipe((0,S.Q)(this.unSubs[1])).subscribe(he=>{const Ke=(he.listInvoices.invoices||[])?.find(Ct=>Ct.payment_hash===this.invoice.payment_hash)||null;Ke&&(this.invoice=Ke),this.invoiceStatus!==this.invoice.status&&"paid"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(this.invoice),this.logger.info(this.invoiceStatus),this.logger.info(Ke),this.logger.info(he)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(he){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+he)}ngOnDestroy(){this.unSubs.forEach(he=>{he.next(null),he.complete()})}static{this.\u0275fac=function(et){return new(et||se)(m.rXU(t.CP),m.rXU(t.Vh),m.rXU(R.gP),m.rXU(d.h),m.rXU(w.UG),m.rXU(y.il))}}static{this.\u0275cmp=m.VBU({type:se,selectors:[["rtl-cln-invoice-information"]],decls:72,vars:49,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","dot green ml-1","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow ml-1","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red ml-1","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green","ml-1",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow","ml-1",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red","ml-1",3,"ngClass"],[1,"font-size-120"],[1,"my-1"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(et,Ke){if(1&et){const Ct=m.RV6();m.j41(0,"div",1)(1,"div",2),m.DNE(2,c,1,3,"qr-code",3)(3,f,2,0,"span",4),m.k0s(),m.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),m.nrm(7,"fa-icon",8),m.j41(8,"span",9),m.EFF(9),m.DNE(10,h,1,3,"span",10)(11,M,1,3,"span",11)(12,L,1,3,"span",12),m.k0s()(),m.j41(13,"button",13),m.bIt("click",function(){return m.eBV(Ct),m.Njj(Ke.onClose())}),m.EFF(14,"X"),m.k0s()(),m.j41(15,"mat-card-content",14)(16,"div",15)(17,"div",16),m.DNE(18,O,1,3,"qr-code",3)(19,_,2,0,"span",17),m.k0s(),m.DNE(20,r,1,0,"mat-divider",18)(21,v,5,2,"div",19),m.j41(22,"div",20)(23,"div",21)(24,"h4",22),m.EFF(25),m.k0s(),m.j41(26,"span",23),m.EFF(27),m.nI1(28,"number"),m.DNE(29,z,2,0,"ng-container",24),m.k0s()(),m.j41(30,"div",21)(31,"h4",22),m.EFF(32,"Amount Received"),m.k0s(),m.j41(33,"span",25),m.DNE(34,at,3,2,"ng-container",24)(35,re,3,2,"ng-container",24),m.k0s()()(),m.nrm(36,"mat-divider",26),m.j41(37,"div",20)(38,"div",21)(39,"h4",22),m.EFF(40,"Date Expiry"),m.k0s(),m.j41(41,"span",23),m.EFF(42),m.nI1(43,"date"),m.k0s()(),m.j41(44,"div",21)(45,"h4",22),m.EFF(46,"Date Settled"),m.k0s(),m.j41(47,"span",23),m.EFF(48),m.nI1(49,"date"),m.k0s()()(),m.nrm(50,"mat-divider",26),m.j41(51,"div",20)(52,"div",27)(53,"h4",22),m.EFF(54,"Description"),m.k0s(),m.j41(55,"span",23),m.EFF(56),m.k0s()()(),m.nrm(57,"mat-divider",26),m.j41(58,"div",20)(59,"div",27)(60,"h4",22),m.EFF(61),m.k0s(),m.j41(62,"span",25),m.EFF(63),m.k0s()()(),m.DNE(64,te,16,2,"div",24),m.j41(65,"div",28)(66,"button",29),m.bIt("click",function(){return m.eBV(Ct),m.Njj(Ke.onShowAdvanced())}),m.DNE(67,oe,2,0,"p",30)(68,_e,2,0,"ng-template",null,0,m.C5r),m.k0s(),m.DNE(70,de,2,1,"button",31)(71,pe,2,0,"button",32),m.k0s()()()()()}if(2&et){const Ct=m.sdS(69);m.R7$(),m.Y8G("fxLayoutAlign",null!=Ke.invoice&&Ke.invoice.bolt11&&""!==(null==Ke.invoice?null:Ke.invoice.bolt11)||null!=Ke.invoice&&Ke.invoice.bolt12&&""!==(null==Ke.invoice?null:Ke.invoice.bolt12)?"center start":"center center")("ngClass",m.eq3(40,ye,Ke.screenSize===Ke.screenSizeEnum.XS||Ke.screenSize===Ke.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==Ke.invoice?null:Ke.invoice.bolt11)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt11)||(null==Ke.invoice?null:Ke.invoice.bolt12)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt12)),m.R7$(),m.Y8G("ngIf",!(null!=Ke.invoice&&Ke.invoice.bolt11||null!=Ke.invoice&&Ke.invoice.bolt12)),m.R7$(4),m.Y8G("icon",Ke.faReceipt),m.R7$(2),m.SpI(" ",Ke.screenSize===Ke.screenSizeEnum.XS?Ke.newlyAdded?"Created":"Invoice":Ke.newlyAdded?"Invoice Created":"Invoice Information"," "),m.R7$(),m.Y8G("ngIf","paid"===(null==Ke.invoice?null:Ke.invoice.status)),m.R7$(),m.Y8G("ngIf","unpaid"===(null==Ke.invoice?null:Ke.invoice.status)),m.R7$(),m.Y8G("ngIf","expired"===(null==Ke.invoice?null:Ke.invoice.status)),m.R7$(3),m.Y8G("ngClass",m.eq3(42,ue,Ke.screenSize===Ke.screenSizeEnum.XS)),m.R7$(2),m.Y8G("fxLayoutAlign",null!=Ke.invoice&&Ke.invoice.bolt11&&""!==(null==Ke.invoice?null:Ke.invoice.bolt11)||null!=Ke.invoice&&Ke.invoice.bolt12&&""!==(null==Ke.invoice?null:Ke.invoice.bolt12)?"center start":"center center")("ngClass",m.eq3(44,ye,Ke.screenSize!==Ke.screenSizeEnum.XS&&Ke.screenSize!==Ke.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==Ke.invoice?null:Ke.invoice.bolt11)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt11)||(null==Ke.invoice?null:Ke.invoice.bolt12)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt12)),m.R7$(),m.Y8G("ngIf",!(null!=Ke.invoice&&Ke.invoice.bolt11||null!=Ke.invoice&&Ke.invoice.bolt12)),m.R7$(),m.Y8G("ngIf",Ke.screenSize===Ke.screenSizeEnum.XS||Ke.screenSize===Ke.screenSizeEnum.SM),m.R7$(),m.Y8G("ngIf",null==Ke.invoice?null:Ke.invoice.warning_capacity),m.R7$(4),m.JRh(Ke.screenSize===Ke.screenSizeEnum.XS?"Amount":"Amount Requested"),m.R7$(2),m.SpI(" ",m.bMT(28,32,(null==Ke.invoice?null:Ke.invoice.amount_msat)/1e3||0)," Sats"),m.R7$(2),m.Y8G("ngIf",!(null!=Ke.invoice&&Ke.invoice.amount_msat)||"0"===(null==Ke.invoice?null:Ke.invoice.amount_msat)||"any"===(null==Ke.invoice?null:Ke.invoice.amount_msat)),m.R7$(5),m.Y8G("ngIf","paid"===(null==Ke.invoice?null:Ke.invoice.status)),m.R7$(),m.Y8G("ngIf","paid"!==(null==Ke.invoice?null:Ke.invoice.status)),m.R7$(7),m.JRh(m.i5U(43,34,1e3*(null==Ke.invoice?null:Ke.invoice.expires_at),"dd/MMM/y HH:mm")),m.R7$(6),m.JRh(m.i5U(49,37,1e3*(null==Ke.invoice?null:Ke.invoice.paid_at),"dd/MMM/y HH:mm")||"-"),m.R7$(8),m.JRh((null==Ke.invoice?null:Ke.invoice.description)||"-"),m.R7$(5),m.SpI("",null!=Ke.invoice&&Ke.invoice.bolt12?"Bolt12":null!=Ke.invoice&&Ke.invoice.bolt11&&!Ke.invoice.label.includes("keysend-")?"Bolt11":"Keysend"," Invoice"),m.R7$(2),m.JRh((null==Ke.invoice?null:Ke.invoice.bolt11)||(null==Ke.invoice?null:Ke.invoice.bolt12)),m.R7$(),m.Y8G("ngIf",Ke.showAdvanced),m.R7$(),m.Y8G("ngClass",m.l_i(46,be,!Ke.showAdvanced,Ke.showAdvanced)),m.R7$(2),m.Y8G("ngIf",!Ke.showAdvanced)("ngIfElse",Ct),m.R7$(3),m.Y8G("ngIf",(null==Ke.invoice?null:Ke.invoice.bolt11)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt11)||(null==Ke.invoice?null:Ke.invoice.bolt12)&&""!==(null==Ke.invoice?null:Ke.invoice.bolt12)),m.R7$(),m.Y8G("ngIf",!(null!=Ke.invoice&&Ke.invoice.bolt11||null!=Ke.invoice&&Ke.invoice.bolt12))}},dependencies:[T.YU,T.Sq,T.bT,k.aY,F.DJ,F.sA,F.UI,V.PW,U.$z,G.m2,G.MM,Y.q,$.LG,Z.oV,ie.Um,ve.U,ae.N,T.QX,T.vh]})}}return se})()},2142:(Ve,ee,p)=>{"use strict";p.d(ee,{f:()=>ne});var t=p(5351),e=p(5383),C=p(1413),S=p(6977),l=p(4416),x=p(4438),m=p(8570),R=p(2571),d=p(5416),w=p(1534),y=p(177),T=p(60),k=p(2920),F=p(6038),V=p(8834),U=p(5596),G=p(1997),Y=p(8288),$=p(9157),Z=p(9587);const ie=Ie=>({"display-none":Ie}),ve=Ie=>({"xs-scroll-y":Ie}),ae=(Ie,at)=>({"mt-2":Ie,"mt-1":at});function ye(Ie,at){if(1&Ie&&x.nrm(0,"qr-code",28),2&Ie){const Ye=x.XpG();x.Y8G("value",null==Ye.offer?null:Ye.offer.bolt12)("size",Ye.qrWidth)("errorCorrectionLevel","L")}}function ue(Ie,at){1&Ie&&(x.j41(0,"span",29),x.EFF(1,"N/A"),x.k0s())}function be(Ie,at){if(1&Ie&&x.nrm(0,"qr-code",28),2&Ie){const Ye=x.XpG();x.Y8G("value",null==Ye.offer?null:Ye.offer.bolt12)("size",Ye.qrWidth)("errorCorrectionLevel","L")}}function D(Ie,at){1&Ie&&(x.j41(0,"span",30),x.EFF(1,"QR Code Not Applicable"),x.k0s())}function n(Ie,at){1&Ie&&x.nrm(0,"mat-divider",31),2&Ie&&x.Y8G("inset",!0)}function c(Ie,at){1&Ie&&x.nrm(0,"mat-divider",20)}function f(Ie,at){if(1&Ie&&(x.j41(0,"div",16)(1,"div",17)(2,"h4",18),x.EFF(3,"Used"),x.k0s(),x.j41(4,"span",19),x.EFF(5),x.k0s()(),x.j41(6,"div",17)(7,"h4",18),x.EFF(8,"Single Use"),x.k0s(),x.j41(9,"span",19),x.EFF(10),x.k0s()()()),2&Ie){const Ye=x.XpG(2);x.R7$(5),x.SpI(" ",null!=Ye.offer&&Ye.offer.used?null!=Ye.offer&&Ye.offer.used?"Yes":"No":"N/K"," "),x.R7$(5),x.SpI(" ",null!=Ye.offer&&Ye.offer.single_use?null!=Ye.offer&&Ye.offer.single_use?"Yes":"No":"N/K"," ")}}function h(Ie,at){1&Ie&&x.nrm(0,"mat-divider",20)}function M(Ie,at){if(1&Ie&&(x.j41(0,"div",16)(1,"div",21)(2,"h4",18),x.EFF(3,"Issuer"),x.k0s(),x.j41(4,"span",34),x.EFF(5),x.k0s()()()),2&Ie){const Ye=x.XpG(2);x.R7$(5),x.JRh(null==Ye.offerDecoded?null:Ye.offerDecoded.offer_issuer)}}function L(Ie,at){1&Ie&&x.nrm(0,"mat-divider",20)}function O(Ie,at){if(1&Ie&&(x.j41(0,"div",16)(1,"div",21)(2,"h4",18),x.EFF(3,"Label"),x.k0s(),x.j41(4,"span",19),x.EFF(5),x.k0s()()()),2&Ie){const Ye=x.XpG(2);x.R7$(5),x.JRh(Ye.offer.label)}}function _(Ie,at){if(1&Ie&&(x.j41(0,"div"),x.DNE(1,c,1,0,"mat-divider",32)(2,f,11,2,"div",33)(3,h,1,0,"mat-divider",32)(4,M,6,1,"div",33)(5,L,1,0,"mat-divider",32)(6,O,6,1,"div",33),x.nrm(7,"mat-divider",20),x.j41(8,"div",16)(9,"div",21)(10,"h4",18),x.EFF(11,"Offer ID"),x.k0s(),x.j41(12,"span",19),x.EFF(13),x.k0s()()(),x.nrm(14,"mat-divider",20),x.j41(15,"div",16)(16,"div",21)(17,"h4",18),x.EFF(18,"Offer Node ID"),x.k0s(),x.j41(19,"span",19),x.EFF(20),x.k0s()()(),x.nrm(21,"mat-divider",20),x.k0s()),2&Ie){const Ye=x.XpG();x.R7$(),x.Y8G("ngIf",(null==Ye.offer?null:Ye.offer.used)||(null==Ye.offer?null:Ye.offer.single_use)),x.R7$(),x.Y8G("ngIf",(null==Ye.offer?null:Ye.offer.used)||(null==Ye.offer?null:Ye.offer.single_use)),x.R7$(),x.Y8G("ngIf",null==Ye.offerDecoded?null:Ye.offerDecoded.issuer),x.R7$(),x.Y8G("ngIf",null==Ye.offerDecoded?null:Ye.offerDecoded.issuer),x.R7$(),x.Y8G("ngIf",Ye.offer.label),x.R7$(),x.Y8G("ngIf",Ye.offer.label),x.R7$(7),x.JRh(Ye.offerDecoded.offer_id),x.R7$(7),x.JRh(null==Ye.offerDecoded?null:Ye.offerDecoded.offer_node_id)}}function r(Ie,at){1&Ie&&(x.j41(0,"p"),x.EFF(1,"Show Advanced"),x.k0s())}function v(Ie,at){1&Ie&&(x.j41(0,"p"),x.EFF(1,"Hide Advanced"),x.k0s())}function z(Ie,at){if(1&Ie){const Ye=x.RV6();x.j41(0,"button",35),x.bIt("copied",function(re){x.eBV(Ye);const te=x.XpG();return x.Njj(te.onCopyOffer(re))}),x.EFF(1,"Copy Offer"),x.k0s()}if(2&Ie){const Ye=x.XpG();x.Y8G("payload",null==Ye.offer?null:Ye.offer.bolt12)}}function N(Ie,at){if(1&Ie){const Ye=x.RV6();x.j41(0,"button",36),x.bIt("click",function(){x.eBV(Ye);const re=x.XpG();return x.Njj(re.onClose())}),x.EFF(1,"OK"),x.k0s()}}let ne=(()=>{class Ie{constructor(Ye,rt,re,te,oe,_e){this.dialogRef=Ye,this.data=rt,this.logger=re,this.commonService=te,this.snackBar=oe,this.dataService=_e,this.faReceipt=e.Mf0,this.faExclamationTriangle=e.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.offerDecoded={},this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.f7,this.flgOfferPaid=!1,this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B]}ngOnInit(){this.offer=this.data.offer,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS&&(this.qrWidth=220),this.dataService.decodePayment(this.offer.bolt12,!0).pipe((0,S.Q)(this.unSubs[1])).subscribe(Ye=>{this.offerDecoded=Ye,this.offerDecoded.offer_id&&!this.offerDecoded.offer_amount_msat&&(this.offerDecoded.offer_amount_msat=0)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyOffer(Ye){this.snackBar.open("Offer copied."),this.logger.info("Copied Text: "+Ye)}ngOnDestroy(){this.unSubs.forEach(Ye=>{Ye.next(null),Ye.complete()})}static{this.\u0275fac=function(rt){return new(rt||Ie)(x.rXU(t.CP),x.rXU(t.Vh),x.rXU(m.gP),x.rXU(R.h),x.rXU(d.UG),x.rXU(w.u))}}static{this.\u0275cmp=x.VBU({type:Ie,selectors:[["rtl-cln-offer-information"]],decls:52,vars:33,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(rt,re){if(1&rt){const te=x.RV6();x.j41(0,"div",1)(1,"div",2),x.DNE(2,ye,1,3,"qr-code",3)(3,ue,2,0,"span",4),x.k0s(),x.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),x.nrm(7,"fa-icon",8),x.j41(8,"span",9),x.EFF(9),x.k0s()(),x.j41(10,"button",10),x.bIt("click",function(){return x.eBV(te),x.Njj(re.onClose())}),x.EFF(11,"X"),x.k0s()(),x.j41(12,"mat-card-content",11)(13,"div",12)(14,"div",13),x.DNE(15,be,1,3,"qr-code",3)(16,D,2,0,"span",14),x.k0s(),x.DNE(17,n,1,1,"mat-divider",15),x.j41(18,"div",16)(19,"div",17)(20,"h4",18),x.EFF(21,"Amount Requested (Sats)"),x.k0s(),x.j41(22,"span",19),x.EFF(23),x.nI1(24,"number"),x.k0s()(),x.j41(25,"div",17)(26,"h4",18),x.EFF(27,"Valid"),x.k0s(),x.j41(28,"span",19),x.EFF(29),x.k0s()()(),x.nrm(30,"mat-divider",20),x.j41(31,"div",16)(32,"div",21)(33,"h4",18),x.EFF(34,"Description"),x.k0s(),x.j41(35,"span",19),x.EFF(36),x.k0s()()(),x.nrm(37,"mat-divider",20),x.j41(38,"div",16)(39,"div",21)(40,"h4",18),x.EFF(41,"Offer"),x.k0s(),x.j41(42,"span",19),x.EFF(43),x.k0s()()(),x.DNE(44,_,22,8,"div",22),x.j41(45,"div",23)(46,"button",24),x.bIt("click",function(){return x.eBV(te),x.Njj(re.onShowAdvanced())}),x.DNE(47,r,2,0,"p",25)(48,v,2,0,"ng-template",null,0,x.C5r),x.k0s(),x.DNE(50,z,2,1,"button",26)(51,N,2,0,"button",27),x.k0s()()()()()}if(2&rt){const te=x.sdS(49);x.R7$(),x.Y8G("fxLayoutAlign",null!=re.offer&&re.offer.bolt12&&""!==(null==re.offer?null:re.offer.bolt12)?"center start":"center center")("ngClass",x.eq3(24,ie,re.screenSize===re.screenSizeEnum.XS||re.screenSize===re.screenSizeEnum.SM)),x.R7$(),x.Y8G("ngIf",(null==re.offer?null:re.offer.bolt12)&&""!==(null==re.offer?null:re.offer.bolt12)),x.R7$(),x.Y8G("ngIf",!(null!=re.offer&&re.offer.bolt12)||""===(null==re.offer?null:re.offer.bolt12)),x.R7$(4),x.Y8G("icon",re.faReceipt),x.R7$(2),x.JRh(re.screenSize===re.screenSizeEnum.XS?re.newlyAdded?"Created":"Offer":re.newlyAdded?"Offer Created":"Offer Information"),x.R7$(3),x.Y8G("ngClass",x.eq3(26,ve,re.screenSize===re.screenSizeEnum.XS)),x.R7$(2),x.Y8G("fxLayoutAlign",null!=re.offer&&re.offer.bolt12&&""!==(null==re.offer?null:re.offer.bolt12)?"center start":"center center")("ngClass",x.eq3(28,ie,re.screenSize!==re.screenSizeEnum.XS&&re.screenSize!==re.screenSizeEnum.SM)),x.R7$(),x.Y8G("ngIf",(null==re.offer?null:re.offer.bolt12)&&""!==(null==re.offer?null:re.offer.bolt12)),x.R7$(),x.Y8G("ngIf",!(null!=re.offer&&re.offer.bolt12)||""===(null==re.offer?null:re.offer.bolt12)),x.R7$(),x.Y8G("ngIf",re.screenSize===re.screenSizeEnum.XS||re.screenSize===re.screenSizeEnum.SM),x.R7$(6),x.SpI(" ",null!=re.offerDecoded&&re.offerDecoded.offer_amount_msat&&0!==(null==re.offerDecoded?null:re.offerDecoded.offer_amount_msat)?x.bMT(24,22,(null==re.offerDecoded?null:re.offerDecoded.offer_amount_msat)/1e3):"Open Offer"," "),x.R7$(6),x.SpI(" ",null!=re.offerDecoded&&re.offerDecoded.valid?null!=re.offerDecoded&&re.offerDecoded.valid?"Yes":"No":"N/K"," "),x.R7$(7),x.SpI(" ",null==re.offerDecoded?null:re.offerDecoded.offer_description," "),x.R7$(7),x.JRh(null==re.offer?null:re.offer.bolt12),x.R7$(),x.Y8G("ngIf",re.showAdvanced),x.R7$(),x.Y8G("ngClass",x.l_i(30,ae,!re.showAdvanced,re.showAdvanced)),x.R7$(2),x.Y8G("ngIf",!re.showAdvanced)("ngIfElse",te),x.R7$(3),x.Y8G("ngIf",(null==re.offer?null:re.offer.bolt12)&&""!==(null==re.offer?null:re.offer.bolt12)),x.R7$(),x.Y8G("ngIf",!(null!=re.offer&&re.offer.bolt12)||""===(null==re.offer?null:re.offer.bolt12))}},dependencies:[y.YU,y.bT,T.aY,k.DJ,k.sA,k.UI,F.PW,V.$z,U.m2,U.MM,G.q,Y.Um,$.U,Z.N,y.QX]})}}return Ie})()},5428:(Ve,ee,p)=>{"use strict";p.d(ee,{$6:()=>rt,$Q:()=>T,As:()=>ne,CK:()=>L,Do:()=>Ye,Dq:()=>oe,Fd:()=>v,Gy:()=>Z,Hh:()=>S,Hm:()=>r,I6:()=>V,Jx:()=>te,Lc:()=>ue,Lz:()=>Ie,N4:()=>z,N8:()=>Y,NS:()=>x,Qj:()=>ie,Sn:()=>m,T4:()=>_,Tp:()=>k,Uj:()=>O,Uo:()=>y,XT:()=>D,Xx:()=>G,Yi:()=>de,ZE:()=>$,Zi:()=>be,cR:()=>M,cU:()=>F,fy:()=>f,gZ:()=>We,iO:()=>re,jJ:()=>U,lg:()=>l,mh:()=>N,sq:()=>ve,uL:()=>C,vL:()=>c,w0:()=>h,x1:()=>d,yn:()=>se,yp:()=>w,zR:()=>R,zU:()=>_e});var t=p(9640),e=p(4416);const C=(0,t.VP)(e.Uu.UPDATE_API_CALL_STATUS_ECL,(0,t.xk)()),S=(0,t.VP)(e.Uu.RESET_ECL_STORE),l=(0,t.VP)(e.Uu.FETCH_PAGE_SETTINGS_ECL),x=(0,t.VP)(e.Uu.SET_PAGE_SETTINGS_ECL,(0,t.xk)()),m=(0,t.VP)(e.Uu.SAVE_PAGE_SETTINGS_ECL,(0,t.xk)()),R=(0,t.VP)(e.Uu.FETCH_INFO_ECL,(0,t.xk)()),d=(0,t.VP)(e.Uu.SET_INFO_ECL,(0,t.xk)()),w=(0,t.VP)(e.Uu.FETCH_FEES_ECL),y=(0,t.VP)(e.Uu.SET_FEES_ECL,(0,t.xk)()),T=(0,t.VP)(e.Uu.FETCH_CHANNELS_ECL),k=(0,t.VP)(e.Uu.SET_ACTIVE_CHANNELS_ECL,(0,t.xk)()),F=(0,t.VP)(e.Uu.SET_PENDING_CHANNELS_ECL,(0,t.xk)()),V=(0,t.VP)(e.Uu.SET_INACTIVE_CHANNELS_ECL,(0,t.xk)()),U=(0,t.VP)(e.Uu.FETCH_ONCHAIN_BALANCE_ECL),G=(0,t.VP)(e.Uu.SET_ONCHAIN_BALANCE_ECL,(0,t.xk)()),Y=(0,t.VP)(e.Uu.SET_LIGHTNING_BALANCE_ECL,(0,t.xk)()),$=(0,t.VP)(e.Uu.SET_CHANNELS_STATUS_ECL,(0,t.xk)()),Z=(0,t.VP)(e.Uu.FETCH_PEERS_ECL),ie=(0,t.VP)(e.Uu.SET_PEERS_ECL,(0,t.xk)()),ve=(0,t.VP)(e.Uu.SAVE_NEW_PEER_ECL,(0,t.xk)()),ue=((0,t.VP)(e.Uu.NEWLY_ADDED_PEER_ECL,(0,t.xk)()),(0,t.VP)(e.Uu.ADD_PEER_ECL,(0,t.xk)()),(0,t.VP)(e.Uu.DETACH_PEER_ECL,(0,t.xk)())),be=(0,t.VP)(e.Uu.REMOVE_PEER_ECL,(0,t.xk)()),D=(0,t.VP)(e.Uu.GET_NEW_ADDRESS_ECL),c=((0,t.VP)(e.Uu.SET_NEW_ADDRESS_ECL,(0,t.xk)()),(0,t.VP)(e.Uu.SAVE_NEW_CHANNEL_ECL,(0,t.xk)())),f=(0,t.VP)(e.Uu.UPDATE_CHANNEL_ECL,(0,t.xk)()),h=(0,t.VP)(e.Uu.CLOSE_CHANNEL_ECL,(0,t.xk)()),M=(0,t.VP)(e.Uu.REMOVE_CHANNEL_ECL,(0,t.xk)()),L=(0,t.VP)(e.Uu.FETCH_PAYMENTS_ECL,(0,t.xk)()),O=(0,t.VP)(e.Uu.SET_PAYMENTS_ECL,(0,t.xk)()),_=(0,t.VP)(e.Uu.GET_QUERY_ROUTES_ECL,(0,t.xk)()),r=(0,t.VP)(e.Uu.SET_QUERY_ROUTES_ECL,(0,t.xk)()),v=(0,t.VP)(e.Uu.SEND_PAYMENT_ECL,(0,t.xk)()),z=(0,t.VP)(e.Uu.SEND_PAYMENT_STATUS_ECL,(0,t.xk)()),N=(0,t.VP)(e.Uu.FETCH_TRANSACTIONS_ECL,(0,t.xk)()),ne=(0,t.VP)(e.Uu.SET_TRANSACTIONS_ECL,(0,t.xk)()),Ie=(0,t.VP)(e.Uu.SEND_ONCHAIN_FUNDS_ECL,(0,t.xk)()),Ye=((0,t.VP)(e.Uu.SEND_ONCHAIN_FUNDS_RES_ECL,(0,t.xk)()),(0,t.VP)(e.Uu.FETCH_INVOICES_ECL,(0,t.xk)())),rt=(0,t.VP)(e.Uu.SET_INVOICES_ECL,(0,t.xk)()),re=(0,t.VP)(e.Uu.CREATE_INVOICE_ECL,(0,t.xk)()),te=(0,t.VP)(e.Uu.ADD_INVOICE_ECL,(0,t.xk)()),oe=(0,t.VP)(e.Uu.UPDATE_INVOICE_ECL,(0,t.xk)()),_e=(0,t.VP)(e.Uu.PEER_LOOKUP_ECL,(0,t.xk)()),de=(0,t.VP)(e.Uu.INVOICE_LOOKUP_ECL,(0,t.xk)()),We=((0,t.VP)(e.Uu.SET_LOOKUP_ECL,(0,t.xk)()),(0,t.VP)(e.Uu.UPDATE_CHANNEL_STATE_ECL,(0,t.xk)())),se=(0,t.VP)(e.Uu.UPDATE_RELAYED_PAYMENT_ECL,(0,t.xk)())},3017:(Ve,ee,p)=>{"use strict";p.d(ee,{B:()=>ae});var t=p(4054),e=p(1413),C=p(7673),S=p(1397),l=p(6977),x=p(6354),m=p(9437),R=p(2462),d=p(4416),w=p(1771),y=p(6439),T=p(5428),k=p(2730),F=p(4438),V=p(1626),U=p(9640),G=p(3202),Y=p(2571),$=p(8570),Z=p(1188),ie=p(7879),ve=p(177);let ae=(()=>{class ye{constructor(be,D,n,c,f,h,M,L,O){this.actions=be,this.httpClient=D,this.store=n,this.sessionService=c,this.commonService=f,this.logger=h,this.router=M,this.wsService=L,this.location=O,this.CHILD_API_URL=d.H$+"/ecl",this.invoicesPageSettings=d.X8.find(_=>"transactions"===_.pageId)?.tables.find(_=>"invoices"===_.tableId),this.paymentsPageSettings=d.X8.find(_=>"transactions"===_.pageId)?.tables.find(_=>"payments"===_.tableId),this.flgInitialized=!1,this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.rawChannelsList=[],this.unSubs=[new e.B,new e.B,new e.B],this.infoFetchECL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_INFO_ECL),(0,S.Z)(_=>(this.flgInitialized=!1,this.store.dispatch((0,w.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,w.mt)({payload:d.MZ.GET_NODE_INFO})),this.store.dispatch((0,T.uL)({payload:{action:"FetchInfo",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.GETINFO_API).pipe((0,l.Q)(this.actions.pipe((0,t.gp)(d.aU.SET_SELECTED_NODE))),(0,x.T)(r=>(this.logger.info(r),this.initializeRemainingData(r,_.payload.loadPage),this.store.dispatch((0,T.uL)({payload:{action:"FetchInfo",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.GET_NODE_INFO})),{type:d.Uu.SET_INFO_ECL,payload:r||{}})),(0,m.W)(r=>{const v=this.commonService.extractErrorCode(r),z=503===v?"Unable to Connect to Eclair Server.":this.commonService.extractErrorMessage(r);return this.router.navigate(["/error"],{state:{errorCode:v,errorMessage:z}}),this.handleErrorWithoutAlert("FetchInfo",d.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:v,error:z}),(0,C.of)({type:d.aU.VOID})})))))),this.fetchFees=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_FEES_ECL),(0,S.Z)(()=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchFees",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.FEES_API+"/fees").pipe((0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,T.uL)({payload:{action:"FetchFees",status:d.wn.COMPLETED}})),{type:d.Uu.SET_FEES_ECL,payload:_||{}})),(0,m.W)(_=>(this.handleErrorWithoutAlert("FetchFees",d.MZ.NO_SPINNER,"Fetching Fees Failed.",_),(0,C.of)({type:d.aU.VOID})))))))),this.fetchPayments=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_PAYMENTS_ECL),(0,S.Z)(_=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchPayments",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.FEES_API+"/payments?count="+_.payload.count+"&skip="+_.payload.skip).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"FetchPayments",status:d.wn.COMPLETED}})),{type:d.Uu.SET_PAYMENTS_ECL,payload:r||{}})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchPayments",d.MZ.NO_SPINNER,"Fetching Payments Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.channelsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_CHANNELS_ECL),(0,S.Z)(_=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchChannels",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.CHANNELS_API).pipe((0,x.T)(r=>(this.logger.info(r),this.rawChannelsList=r,this.setChannelsAndStatusAndBalances(),this.store.dispatch((0,T.uL)({payload:{action:"FetchChannels",status:d.wn.COMPLETED}})),{type:d.aU.VOID})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchChannels",d.MZ.NO_SPINNER,"Fetching Channels Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.fetchOnchainBalance=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_ONCHAIN_BALANCE_ECL),(0,S.Z)(()=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchOnchainBalance",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API+"/balance"))),(0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,T.uL)({payload:{action:"FetchOnchainBalance",status:d.wn.COMPLETED}})),{type:d.Uu.SET_ONCHAIN_BALANCE_ECL,payload:_||{}})),(0,m.W)(_=>(this.handleErrorWithoutAlert("FetchOnchainBalance",d.MZ.NO_SPINNER,"Fetching Onchain Balances Failed.",_),(0,C.of)({type:d.aU.VOID}))))),this.peersFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_PEERS_ECL),(0,S.Z)(()=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchPeers",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.PEERS_API).pipe((0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,T.uL)({payload:{action:"FetchPeers",status:d.wn.COMPLETED}})),{type:d.Uu.SET_PEERS_ECL,payload:_||[]})),(0,m.W)(_=>(this.handleErrorWithoutAlert("FetchPeers",d.MZ.NO_SPINNER,"Fetching Peers Failed.",_),(0,C.of)({type:d.aU.VOID})))))))),this.getNewAddress=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.GET_NEW_ADDRESS_ECL),(0,S.Z)(()=>(this.store.dispatch((0,w.mt)({payload:d.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API).pipe((0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,w.y0)({payload:d.MZ.GENERATE_NEW_ADDRESS})),{type:d.Uu.SET_NEW_ADDRESS_ECL,payload:_})),(0,m.W)(_=>(this.handleErrorWithAlert("GetNewAddress",d.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+d.rl.ON_CHAIN_API,_),(0,C.of)({type:d.aU.VOID})))))))),this.setNewAddress=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SET_NEW_ADDRESS_ECL),(0,x.T)(_=>(this.logger.info(_.payload),_.payload))),{dispatch:!1}),this.saveNewPeer=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SAVE_NEW_PEER_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.CONNECT_PEER})),this.store.dispatch((0,T.uL)({payload:{action:"SaveNewPeer",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.PEERS_API+(_.payload.id.includes("@")?"?uri=":"?nodeId=")+_.payload.id,{}).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"SaveNewPeer",status:d.wn.COMPLETED}})),r=r||[],this.store.dispatch((0,w.y0)({payload:d.MZ.CONNECT_PEER})),this.store.dispatch((0,T.Qj)({payload:r})),{type:d.Uu.NEWLY_ADDED_PEER_ECL,payload:{peer:r.find(v=>v.nodeId===(_.payload.id.includes("@")?_.payload.id.substring(0,_.payload.id.indexOf("@")):_.payload.id))}})),(0,m.W)(r=>(this.handleErrorWithoutAlert("SaveNewPeer",d.MZ.CONNECT_PEER,"Peer Connection Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.detachPeer=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.DETACH_PEER_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+d.rl.PEERS_API+"/"+_.payload.nodeId).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,w.y0)({payload:d.MZ.DISCONNECT_PEER})),this.store.dispatch((0,w.UI)({payload:"Disconnecting Peer!"})),{type:d.Uu.REMOVE_PEER_ECL,payload:{nodeId:_.payload.nodeId}})),(0,m.W)(r=>(this.handleErrorWithAlert("DisconnectPeer",d.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+d.rl.PEERS_API+"/"+_.payload.nodeId,r),(0,C.of)({type:d.aU.VOID})))))))),this.openNewChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SAVE_NEW_CHANNEL_ECL),(0,S.Z)(_=>{this.store.dispatch((0,w.mt)({payload:d.MZ.OPEN_CHANNEL})),this.store.dispatch((0,T.uL)({payload:{action:"SaveNewChannel",status:d.wn.INITIATED}}));const r={nodeId:_.payload.nodeId,fundingSatoshis:_.payload.amount,announceChannel:!_.payload.private};return _.payload.feeRate&&_.payload.feeRate>0&&(r.fundingFeerateSatByte=_.payload.feeRate),this.httpClient.post(this.CHILD_API_URL+d.rl.CHANNELS_API,r).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,T.uL)({payload:{action:"SaveNewChannel",status:d.wn.COMPLETED}})),this.store.dispatch((0,T.Gy)()),this.store.dispatch((0,T.jJ)()),this.store.dispatch((0,w.y0)({payload:d.MZ.OPEN_CHANNEL})),this.store.dispatch((0,w.UI)({payload:"Channel Added Successfully!"})),{type:d.Uu.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,m.W)(v=>(this.handleErrorWithoutAlert("SaveNewChannel",d.MZ.OPEN_CHANNEL,"Opening Channel Failed.",v),(0,C.of)({type:d.aU.VOID}))))}))),this.updateChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.UPDATE_CHANNEL_ECL),(0,S.Z)(_=>{this.store.dispatch((0,w.mt)({payload:d.MZ.UPDATE_CHAN_POLICY}));let r="?feeBaseMsat="+_.payload.baseFeeMsat+"&feeProportionalMillionths="+_.payload.feeRate;return r=_.payload.nodeIds?r+"&nodeIds="+_.payload.nodeIds:_.payload.nodeId?r+"&nodeId="+_.payload.nodeId:_.payload.channelIds?r+"&channelIds="+_.payload.channelIds:r+"&channelId="+_.payload.channelId,this.httpClient.post(this.CHILD_API_URL+d.rl.CHANNELS_API+"/updateRelayFee"+r,{}).pipe((0,x.T)(v=>(this.logger.info(v),this.store.dispatch((0,w.y0)({payload:d.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,w.UI)(_.payload.nodeIds||_.payload.channelIds?{payload:"Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:d.Uu.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,m.W)(v=>(this.handleErrorWithAlert("UpdateChannels",d.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+d.rl.CHANNELS_API,v),(0,C.of)({type:d.aU.VOID}))))}))),this.closeChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.CLOSE_CHANNEL_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:_.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+d.rl.CHANNELS_API+"?channelId="+_.payload.channelId+"&force="+_.payload.force).pipe((0,x.T)(r=>(this.logger.info(r),setTimeout(()=>{this.store.dispatch((0,w.y0)({payload:_.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,w.UI)({payload:_.payload.force?"Channel Force Closed Successfully!":"Channel Closed Successfully!"}))},2e3),{type:d.aU.VOID})),(0,m.W)(r=>(this.handleErrorWithAlert("CloseChannel",_.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+d.rl.CHANNELS_API,r),(0,C.of)({type:d.aU.VOID})))))))),this.queryRoutesFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.GET_QUERY_ROUTES_ECL),(0,S.Z)(_=>this.httpClient.get(this.CHILD_API_URL+d.rl.PAYMENTS_API+"/route?nodeId="+_.payload.nodeId+"&amountMsat="+_.payload.amount).pipe((0,x.T)(r=>(this.logger.info(r),{type:d.Uu.SET_QUERY_ROUTES_ECL,payload:r})),(0,m.W)(r=>(this.store.dispatch((0,T.Hm)({payload:[]})),this.handleErrorWithAlert("GetQueryRoutes",d.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+d.rl.PAYMENTS_API+"/route?nodeId="+_.payload.nodeId+"&amountMsat="+_.payload.amount,r),(0,C.of)({type:d.aU.VOID}))))))),this.setQueryRoutes=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SET_QUERY_ROUTES_ECL),(0,x.T)(_=>_.payload)),{dispatch:!1}),this.sendPayment=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SEND_PAYMENT_ECL),(0,S.Z)(_=>(this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.store.dispatch((0,w.mt)({payload:d.MZ.SEND_PAYMENT})),this.store.dispatch((0,T.uL)({payload:{action:"SendPayment",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.PAYMENTS_API,_.payload).pipe((0,x.T)(r=>(this.logger.info(r),this.latestPaymentRes=r,setTimeout(()=>{this.flgReceivedPaymentUpdateFromWS||this.handleSendPaymentStatus("Payment Submitted!")},3e3),{type:d.aU.VOID})),(0,m.W)(r=>(this.logger.error("Error: "+JSON.stringify(r)),_.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",d.MZ.SEND_PAYMENT,"Send Payment Failed.",r):this.handleErrorWithAlert("SendPayment",d.MZ.SEND_PAYMENT,"Send Payment Failed",this.CHILD_API_URL+d.rl.PAYMENTS_API,r),(0,C.of)({type:d.aU.VOID})))))))),this.transactionsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_TRANSACTIONS_ECL),(0,S.Z)(_=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchTransactions",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API+"/transactions?count="+_.payload.count+"&skip="+_.payload.skip))),(0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,T.uL)({payload:{action:"FetchTransactions",status:d.wn.COMPLETED}})),{type:d.Uu.SET_TRANSACTIONS_ECL,payload:_||[]})),(0,m.W)(_=>(this.handleErrorWithoutAlert("FetchTransactions",d.MZ.NO_SPINNER,"Fetching Transactions Failed.",_),(0,C.of)({type:d.aU.VOID}))))),this.SendOnchainFunds=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SEND_ONCHAIN_FUNDS_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEND_FUNDS})),this.store.dispatch((0,T.uL)({payload:{action:"SendOnchainFunds",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.ON_CHAIN_API,_.payload).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"SendOnchainFunds",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEND_FUNDS})),this.store.dispatch((0,T.jJ)()),{type:d.Uu.SEND_ONCHAIN_FUNDS_RES_ECL,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("SendOnchainFunds",d.MZ.SEND_FUNDS,"Sending Fund Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.createInvoice=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.CREATE_INVOICE_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.CREATE_INVOICE})),this.store.dispatch((0,T.uL)({payload:{action:"CreateInvoice",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.INVOICES_API,_.payload).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"CreateInvoice",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.CREATE_INVOICE})),r.timestamp=Math.round((new Date).getTime()/1e3),r.expiresAt=Math.round(r.timestamp+_.payload.expireIn),r.description=_.payload.description,r.status="unpaid",setTimeout(()=>{this.store.dispatch((0,w.xO)({payload:{data:{invoice:r,newlyAdded:!0,component:y.Z}}}))},200),{type:d.Uu.ADD_INVOICE_ECL,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("CreateInvoice",d.MZ.CREATE_INVOICE,"Create Invoice Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.invoicesFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_INVOICES_ECL),(0,S.Z)(_=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchInvoices",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.INVOICES_API+"?count="+_.payload.count+"&skip="+_.payload.skip).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"FetchInvoices",status:d.wn.COMPLETED}})),{type:d.Uu.SET_INVOICES_ECL,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("FetchInvoices",d.MZ.NO_SPINNER,"Fetching Invoices Failed.",r),(0,C.of)({type:d.aU.VOID})))))))),this.peerLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.PEER_LOOKUP_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEARCHING_NODE})),this.store.dispatch((0,T.uL)({payload:{action:"Lookup",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.NETWORK_API+"/nodes/"+_.payload).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"Lookup",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEARCHING_NODE})),{type:d.Uu.SET_LOOKUP_ECL,payload:r})),(0,m.W)(r=>(this.handleErrorWithAlert("Lookup",d.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+d.rl.NETWORK_API+"/nodes/"+_.payload,r),(0,C.of)({type:d.aU.VOID})))))))),this.invoiceLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.INVOICE_LOOKUP_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,T.uL)({payload:{action:"Lookup",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.INVOICES_API+"/"+_.payload).pipe((0,x.T)(r=>(this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"Lookup",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,T.Dq)({payload:r})),{type:d.Uu.SET_LOOKUP_ECL,payload:r})),(0,m.W)(r=>(this.handleErrorWithoutAlert("Lookup",d.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",r),this.store.dispatch((0,w.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,C.of)({type:d.aU.VOID})))))))),this.setLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SET_LOOKUP_ECL),(0,x.T)(_=>(this.logger.info(_.payload),_.payload))),{dispatch:!1}),this.pageSettingsFetchCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.FETCH_PAGE_SETTINGS_ECL),(0,S.Z)(()=>(this.store.dispatch((0,T.uL)({payload:{action:"FetchPageSettings",status:d.wn.INITIATED}})),this.httpClient.get(d.rl.PAGE_SETTINGS_API).pipe((0,x.T)(_=>(this.logger.info(_),this.store.dispatch((0,T.uL)({payload:{action:"FetchPageSettings",status:d.wn.COMPLETED}})),this.invoicesPageSettings=_&&Object.keys(_).length>0?_.find(r=>"transactions"===r.pageId)?.tables.find(r=>"invoices"===r.tableId):d.X8.find(r=>"transactions"===r.pageId)?.tables.find(r=>"invoices"===r.tableId),this.paymentsPageSettings=_&&Object.keys(_).length>0?_.find(r=>"transactions"===r.pageId)?.tables.find(r=>"payments"===r.tableId):d.X8.find(r=>"transactions"===r.pageId)?.tables.find(r=>"payments"===r.tableId),{type:d.Uu.SET_PAGE_SETTINGS_ECL,payload:_||[]})),(0,m.W)(_=>(this.handleErrorWithoutAlert("FetchPageSettings",d.MZ.NO_SPINNER,"Fetching Page Settings Failed.",_),(0,C.of)({type:d.aU.VOID})))))))),this.savePageSettingsCL=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(d.Uu.SAVE_PAGE_SETTINGS_ECL),(0,S.Z)(_=>(this.store.dispatch((0,w.mt)({payload:d.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,T.uL)({payload:{action:"SavePageSettings",status:d.wn.INITIATED}})),this.httpClient.post(d.rl.PAGE_SETTINGS_API,_.payload).pipe((0,x.T)(r=>{this.logger.info(r),this.store.dispatch((0,T.uL)({payload:{action:"SavePageSettings",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,w.UI)({payload:"Page Layout Updated Successfully!"}));const v=(r.find(N=>"transactions"===N.pageId)?.tables.find(N=>"invoices"===N.tableId)||d.X8.find(N=>"transactions"===N.pageId)?.tables.find(N=>"invoices"===N.tableId))?.recordsPerPage,z=(r.find(N=>"transactions"===N.pageId)?.tables.find(N=>"payments"===N.tableId)||d.X8.find(N=>"transactions"===N.pageId)?.tables.find(N=>"payments"===N.tableId))?.recordsPerPage;return this.invoicesPageSettings&&v!==this.invoicesPageSettings?.recordsPerPage&&(this.invoicesPageSettings.recordsPerPage=v),this.paymentsPageSettings&&z!==this.paymentsPageSettings?.recordsPerPage&&(this.paymentsPageSettings.recordsPerPage=z),{type:d.Uu.SET_PAGE_SETTINGS_ECL,payload:r||[]}}),(0,m.W)(r=>(this.handleErrorWithAlert("SavePageSettings",d.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",d.rl.PAGE_SETTINGS_API,r),(0,C.of)({type:d.aU.VOID})))))))),this.handleSendPaymentStatus=_=>{this.store.dispatch((0,T.uL)({payload:{action:"SendPayment",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEND_PAYMENT})),this.store.dispatch((0,T.N4)({payload:this.latestPaymentRes})),this.store.dispatch((0,w.UI)({payload:_}))},this.store.select(k.ru).pipe((0,l.Q)(this.unSubs[0])).subscribe(_=>{_.FetchInfo.status!==d.wn.COMPLETED&&_.FetchInfo.status!==d.wn.ERROR||_.FetchFees.status!==d.wn.COMPLETED&&_.FetchFees.status!==d.wn.ERROR||_.FetchOnchainBalance.status!==d.wn.COMPLETED&&_.FetchOnchainBalance.status!==d.wn.ERROR||_.FetchChannels.status!==d.wn.COMPLETED&&_.FetchChannels.status!==d.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,w.y0)({payload:d.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.eclWSMessages.pipe((0,l.Q)(this.unSubs[1])).subscribe(_=>{this.logger.info("Received new message from the service: "+JSON.stringify(_));let r="";if(_)switch(_.type){case d.ck.PAYMENT_SENT:_&&_.id&&this.latestPaymentRes===_.id&&(this.flgReceivedPaymentUpdateFromWS=!0,r="Payment Sent: "+(_.paymentHash?"with payment hash "+_.paymentHash:JSON.stringify(_)),this.handleSendPaymentStatus(r));break;case d.ck.PAYMENT_FAILED:_&&_.id&&this.latestPaymentRes===_.id&&(this.flgReceivedPaymentUpdateFromWS=!0,r="Payment Failed: "+(_.failures&&_.failures.length&&_.failures.length>0&&_.failures[0].t?_.failures[0].t:_.failures&&_.failures.length&&_.failures.length>0&&_.failures[0].e&&_.failures[0].e.failureMessage?_.failures[0].e.failureMessage:JSON.stringify(_)),this.handleSendPaymentStatus(r));break;case d.ck.PAYMENT_RECEIVED:this.store.dispatch((0,T.Dq)({payload:_}));break;case d.ck.PAYMENT_RELAYED:delete _.source,_.amountIn=Math.round((_.amountIn||0)/1e3),_.amountOut=Math.round((_.amountOut||0)/1e3),_.timestamp.unix&&(_.timestamp=1e3*_.timestamp.unix),this.store.dispatch((0,T.yn)({payload:_}));break;case d.ck.CHANNEL_STATE_CHANGED:"NORMAL"===_.currentState||"CLOSED"===_.currentState?(this.rawChannelsList=this.rawChannelsList?.map(v=>(v.channelId===_.channelId&&v.nodeId===_.remoteNodeId&&(v.state=_.currentState),v)),this.setChannelsAndStatusAndBalances()):this.store.dispatch((0,T.gZ)({payload:_}));break;default:this.logger.info("Received Event from WS: "+JSON.stringify(_))}})}setChannelsAndStatusAndBalances(){let be=0,D=0,n=0,c={localBalance:0,remoteBalance:0},f=[];const h=[],M=[],L={active:{channels:0,capacity:0},inactive:{channels:0,capacity:0},pending:{channels:0,capacity:0}};this.rawChannelsList.forEach((O,_)=>{O&&("NORMAL"===O.state?(be=(O.toLocal||0)+(O.toRemote||0),D+=O.toLocal||0,n+=O.toRemote||0,O.balancedness=0===be?1:+(1-Math.abs(((O.toLocal||0)-(O.toRemote||0))/be)).toFixed(3),f.push(O),L.active.channels=L.active.channels+1,L.active.capacity=L.active.capacity+(O.toLocal||0)):O.state?.includes("WAIT")||O.state?.includes("CLOSING")||O.state?.includes("SYNCING")?(O.state=O.state?.replace(/_/g," "),h.push(O),L.pending.channels=L.pending.channels+1,L.pending.capacity=L.pending.capacity+(O.toLocal||0)):(O.state=O.state?.replace(/_/g," "),M.push(O),L.inactive.channels=L.inactive.channels+1,L.inactive.capacity=L.inactive.capacity+(O.toLocal||0)))}),c={localBalance:D,remoteBalance:n},f=this.commonService.sortDescByKey(f,"balancedness"),this.logger.info("Active Channels: "+JSON.stringify(f)),this.logger.info("Pending Channels: "+JSON.stringify(h)),this.logger.info("Inactive Channels: "+JSON.stringify(M)),this.logger.info("Lightning Balances: "+JSON.stringify(c)),this.logger.info("Channels Status: "+JSON.stringify(L)),this.logger.info("Channel, status and balances: "+JSON.stringify({active:f,pending:h,inactive:M,balances:c,status:L})),this.store.dispatch((0,T.Tp)({payload:f})),this.store.dispatch((0,T.cU)({payload:h})),this.store.dispatch((0,T.I6)({payload:M})),this.store.dispatch((0,T.N8)({payload:c})),this.store.dispatch((0,T.ZE)({payload:L}))}initializeRemainingData(be,D){this.sessionService.setItem("eclUnlocked","true");const n={identity_pubkey:be.nodeId,alias:be.alias,testnet:"testnet"===be.network,chains:be.publicAddresses,uris:be.uris,version:be.version,numberOfPendingChannels:0};this.store.dispatch((0,w.mt)({payload:d.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,w.Fl)({payload:n}));let c=this.location.path();c.includes("/lnd/")?c=c?.replace("/lnd/","/ecl/"):c.includes("/cln/")&&(c=c?.replace("/cln/","/ecl/")),(c.includes("/login")||c.includes("/error")||""===c||"HOME"===D||c.includes("?access-key="))&&(c="/ecl/home"),this.router.navigate([c]),this.store.dispatch((0,T.$Q)()),this.store.dispatch((0,T.yp)()),this.store.dispatch((0,T.jJ)()),this.store.dispatch((0,T.Gy)())}handleErrorWithoutAlert(be,D,n,c){this.logger.error("ERROR IN: "+be+"\n"+JSON.stringify(c)),401===c.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.Jh)()),this.store.dispatch((0,w.ri)({payload:"Authentication Failed: "+JSON.stringify(c.error)}))):(this.store.dispatch((0,w.y0)({payload:D})),this.store.dispatch((0,T.uL)({payload:{action:be,status:d.wn.ERROR,statusCode:c.status.toString(),message:this.commonService.extractErrorMessage(c,n)}})))}handleErrorWithAlert(be,D,n,c,f){if(this.logger.error(f),401===f.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.Jh)()),this.store.dispatch((0,w.ri)({payload:"Authentication Failed: "+JSON.stringify(f.error)}));else{this.store.dispatch((0,w.y0)({payload:D}));const h=this.commonService.extractErrorMessage(f);this.store.dispatch((0,w.xO)({payload:{data:{type:"ERROR",alertTitle:n,message:{code:f.status,message:h,URL:c},component:R.f}}})),this.store.dispatch((0,T.uL)({payload:{action:be,status:d.wn.ERROR,statusCode:f.status.toString(),message:h,URL:c}}))}}ngOnDestroy(){this.unSubs.forEach(be=>{be.next(null),be.complete()})}static{this.\u0275fac=function(D){return new(D||ye)(F.KVO(t.En),F.KVO(V.Qq),F.KVO(U.il),F.KVO(G.Q),F.KVO(Y.h),F.KVO($.gP),F.KVO(Z.Ix),F.KVO(ie.I),F.KVO(ve.aZ))}}static{this.\u0275prov=F.jDH({token:ye,factory:ye.\u0275fac})}}return ye})()},2730:(Ve,ee,p)=>{"use strict";p.d(ee,{DW:()=>G,KT:()=>R,Ou:()=>k,b_:()=>l,gN:()=>F,jZ:()=>C,oR:()=>d,os:()=>U,p3:()=>S,rN:()=>V,ru:()=>m});var t=p(9640);const e=(0,t.UX)("ecl"),C=(0,t.Mz)(e,Y=>({pageSettings:Y.pageSettings,apiCallStatus:Y.apisCallStatus.FetchPageSettings})),S=(0,t.Mz)(e,Y=>Y.information),l=(0,t.Mz)(e,Y=>({information:Y.information,apiCallStatus:Y.apisCallStatus.FetchInfo})),m=((0,t.Mz)(e,Y=>Y.apisCallStatus.FetchInfo),(0,t.Mz)(e,Y=>Y.apisCallStatus)),R=(0,t.Mz)(e,Y=>({payments:Y.payments,apiCallStatus:Y.apisCallStatus.FetchPayments})),d=(0,t.Mz)(e,Y=>({fees:Y.fees,apiCallStatus:Y.apisCallStatus.FetchFees})),k=((0,t.Mz)(e,Y=>({activeChannels:Y.activeChannels,apiCallStatus:Y.apisCallStatus.FetchChannels})),(0,t.Mz)(e,Y=>({pendingChannels:Y.pendingChannels,apiCallStatus:Y.apisCallStatus.FetchChannels})),(0,t.Mz)(e,Y=>({inactiveChannels:Y.inactiveChannels,apiCallStatus:Y.apisCallStatus.FetchChannels})),(0,t.Mz)(e,Y=>({activeChannels:Y.activeChannels,pendingChannels:Y.pendingChannels,inactiveChannels:Y.inactiveChannels,lightningBalance:Y.lightningBalance,channelsStatus:Y.channelsStatus,apiCallStatus:Y.apisCallStatus.FetchChannels}))),F=(0,t.Mz)(e,Y=>({transactions:Y.transactions,apiCallStatus:Y.apisCallStatus.FetchTransactions})),V=(0,t.Mz)(e,Y=>({invoices:Y.invoices,apiCallStatus:Y.apisCallStatus.FetchInvoices})),U=(0,t.Mz)(e,Y=>({peers:Y.peers,apiCallStatus:Y.apisCallStatus.FetchPeers})),G=(0,t.Mz)(e,Y=>({onchainBalance:Y.onchainBalance,apiCallStatus:Y.apisCallStatus.FetchOnchainBalance}))},6439:(Ve,ee,p)=>{"use strict";p.d(ee,{Z:()=>re});var t=p(5351),e=p(5383),C=p(1413),S=p(6977),l=p(4416),x=p(2730),m=p(4438),R=p(8570),d=p(2571),w=p(5416),y=p(9640),T=p(177),k=p(60),F=p(2920),V=p(6038),U=p(8834),G=p(5596),Y=p(1997),$=p(9183),Z=p(8288),ie=p(9157),ve=p(9587);const ae=te=>({"display-none":te}),ye=te=>({"xs-scroll-y":te}),ue=(te,oe)=>({"mt-2":te,"mt-1":oe}),be=()=>[];function D(te,oe){if(1&te&&m.nrm(0,"qr-code",29),2&te){const _e=m.XpG();m.Y8G("value",null==_e.invoice?null:_e.invoice.serialized)("size",_e.qrWidth)("errorCorrectionLevel","L")}}function n(te,oe){1&te&&(m.j41(0,"span",30),m.EFF(1,"N/A"),m.k0s())}function c(te,oe){if(1&te&&m.nrm(0,"qr-code",29),2&te){const _e=m.XpG();m.Y8G("value",null==_e.invoice?null:_e.invoice.serialized)("size",_e.qrWidth)("errorCorrectionLevel","L")}}function f(te,oe){1&te&&(m.j41(0,"span",31),m.EFF(1,"QR Code Not Applicable"),m.k0s())}function h(te,oe){1&te&&m.nrm(0,"mat-divider",32),2&te&&m.Y8G("inset",!0)}function M(te,oe){1&te&&(m.qex(0),m.EFF(1," (zero amount) "),m.bVm())}function L(te,oe){1&te&&m.nrm(0,"span",38)}function O(te,oe){if(1&te&&(m.j41(0,"div",34)(1,"div",35)(2,"span",36),m.EFF(3),m.nI1(4,"number"),m.k0s(),m.DNE(5,L,1,0,"span",37),m.k0s()()),2&te){const _e=m.XpG(2);m.R7$(3),m.SpI("",m.bMT(4,2,null==_e.invoice?null:_e.invoice.amountSettled)," Sats"),m.R7$(2),m.Y8G("ngForOf",m.lJ4(4,be).constructor(35))}}function _(te,oe){if(1&te&&(m.j41(0,"div"),m.EFF(1),m.nI1(2,"number"),m.k0s()),2&te){const _e=m.XpG(2);m.R7$(),m.SpI("",m.bMT(2,1,null==_e.invoice?null:_e.invoice.amountSettled)," Sats")}}function r(te,oe){if(1&te&&(m.qex(0),m.DNE(1,O,6,5,"div",33)(2,_,3,3,"div",20),m.bVm()),2&te){const _e=m.XpG();m.R7$(),m.Y8G("ngIf",_e.flgInvoicePaid),m.R7$(),m.Y8G("ngIf",!_e.flgInvoicePaid)}}function v(te,oe){1&te&&(m.j41(0,"span"),m.EFF(1,"-"),m.k0s())}function z(te,oe){1&te&&m.nrm(0,"mat-spinner",40),2&te&&m.Y8G("diameter",20)}function N(te,oe){if(1&te&&(m.qex(0),m.DNE(1,v,2,0,"span",20)(2,z,1,1,"mat-spinner",39),m.bVm()),2&te){const _e=m.XpG();m.R7$(),m.Y8G("ngIf","unpaid"!==(null==_e.invoice?null:_e.invoice.status)||!_e.flgVersionCompatible),m.R7$(),m.Y8G("ngIf","unpaid"===(null==_e.invoice?null:_e.invoice.status)&&_e.flgVersionCompatible)}}function ne(te,oe){if(1&te&&(m.j41(0,"div"),m.nrm(1,"mat-divider",21),m.j41(2,"div",16)(3,"div",41)(4,"h4",18),m.EFF(5,"Date Expiry"),m.k0s(),m.j41(6,"span",19),m.EFF(7),m.nI1(8,"date"),m.k0s()(),m.j41(9,"div",42)(10,"h4",18),m.EFF(11,"Date Settled"),m.k0s(),m.j41(12,"span",22),m.EFF(13),m.nI1(14,"date"),m.k0s()()(),m.nrm(15,"mat-divider",21),m.j41(16,"div",16)(17,"div",23)(18,"h4",18),m.EFF(19,"Payment Hash"),m.k0s(),m.j41(20,"span",22),m.EFF(21),m.k0s()()(),m.nrm(22,"mat-divider",21),m.j41(23,"div",16)(24,"div",23)(25,"h4",18),m.EFF(26,"Node ID"),m.k0s(),m.j41(27,"span",22),m.EFF(28),m.k0s()()(),m.nrm(29,"mat-divider",21),m.k0s()),2&te){const _e=m.XpG();m.R7$(7),m.JRh(m.i5U(8,4,1e3*(null==_e.invoice?null:_e.invoice.expiresAt),"dd/MMM/y HH:mm")),m.R7$(6),m.JRh(m.i5U(14,7,1e3*(null==_e.invoice?null:_e.invoice.receivedAt),"dd/MMM/y HH:mm")),m.R7$(8),m.JRh(null==_e.invoice?null:_e.invoice.paymentHash),m.R7$(7),m.JRh(null==_e.invoice?null:_e.invoice.nodeId)}}function Ie(te,oe){1&te&&(m.j41(0,"p"),m.EFF(1,"Show Advanced"),m.k0s())}function at(te,oe){1&te&&(m.j41(0,"p"),m.EFF(1,"Hide Advanced"),m.k0s())}function Ye(te,oe){if(1&te){const _e=m.RV6();m.j41(0,"button",43),m.bIt("copied",function(pe){m.eBV(_e);const We=m.XpG();return m.Njj(We.onCopyPayment(pe))}),m.EFF(1,"Copy Invoice"),m.k0s()}if(2&te){const _e=m.XpG();m.Y8G("payload",null==_e.invoice?null:_e.invoice.serialized)}}function rt(te,oe){if(1&te){const _e=m.RV6();m.j41(0,"button",44),m.bIt("click",function(){m.eBV(_e);const pe=m.XpG();return m.Njj(pe.onClose())}),m.EFF(1,"OK"),m.k0s()}}let re=(()=>{class te{constructor(_e,de,pe,We,se,fe){this.dialogRef=_e,this.data=de,this.logger=pe,this.commonService=We,this.snackBar=se,this.store=fe,this.faReceipt=e.Mf0,this.faExclamationTriangle=e.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.f7,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS&&(this.qrWidth=220),this.store.select(x.p3).pipe((0,S.Q)(this.unSubs[0])).subscribe(_e=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(_e.version,"0.5.0")}),this.store.select(x.rN).pipe((0,S.Q)(this.unSubs[1])).subscribe(_e=>{const de=this.invoice.status,We=(_e.invoices&&_e.invoices.length>0?_e.invoices:[])?.find(se=>se.paymentHash===this.invoice.paymentHash)||null;We&&(this.invoice=We),de!==this.invoice.status&&"received"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(_e)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(_e){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+_e)}ngOnDestroy(){this.unSubs.forEach(_e=>{_e.next(null),_e.complete()})}static{this.\u0275fac=function(de){return new(de||te)(m.rXU(t.CP),m.rXU(t.Vh),m.rXU(R.gP),m.rXU(d.h),m.rXU(w.UG),m.rXU(y.il))}}static{this.\u0275cmp=m.VBU({type:te,selectors:[["rtl-ecl-invoice-information"]],decls:68,vars:42,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","40"],["fxFlex","60"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(de,pe){if(1&de){const We=m.RV6();m.j41(0,"div",1)(1,"div",2),m.DNE(2,D,1,3,"qr-code",3)(3,n,2,0,"span",4),m.k0s(),m.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),m.nrm(7,"fa-icon",8),m.j41(8,"span",9),m.EFF(9),m.k0s()(),m.j41(10,"button",10),m.bIt("click",function(){return m.eBV(We),m.Njj(pe.onClose())}),m.EFF(11,"X"),m.k0s()(),m.j41(12,"mat-card-content",11)(13,"div",12)(14,"div",13),m.DNE(15,c,1,3,"qr-code",3)(16,f,2,0,"span",14),m.k0s(),m.DNE(17,h,1,1,"mat-divider",15),m.j41(18,"div",16)(19,"div",17)(20,"h4",18),m.EFF(21,"Amount Requested"),m.k0s(),m.j41(22,"span",19),m.EFF(23),m.nI1(24,"number"),m.DNE(25,M,2,0,"ng-container",20),m.k0s()(),m.j41(26,"div",17)(27,"h4",18),m.EFF(28,"Amount Settled"),m.k0s(),m.j41(29,"span",19),m.DNE(30,r,3,2,"ng-container",20)(31,N,3,2,"ng-container",20),m.k0s()()(),m.nrm(32,"mat-divider",21),m.j41(33,"div",16)(34,"div",17)(35,"h4",18),m.EFF(36,"Date Created"),m.k0s(),m.j41(37,"span",22),m.EFF(38),m.nI1(39,"date"),m.k0s()(),m.j41(40,"div",17)(41,"h4",18),m.EFF(42,"Status"),m.k0s(),m.j41(43,"span",22),m.EFF(44),m.nI1(45,"titlecase"),m.k0s()()(),m.nrm(46,"mat-divider",21),m.j41(47,"div",16)(48,"div",23)(49,"h4",18),m.EFF(50,"Description"),m.k0s(),m.j41(51,"span",19),m.EFF(52),m.k0s()()(),m.nrm(53,"mat-divider",21),m.j41(54,"div",16)(55,"div",23)(56,"h4",18),m.EFF(57,"Invoice"),m.k0s(),m.j41(58,"span",22),m.EFF(59),m.k0s()()(),m.DNE(60,ne,30,10,"div",20),m.j41(61,"div",24)(62,"button",25),m.bIt("click",function(){return m.eBV(We),m.Njj(pe.onShowAdvanced())}),m.DNE(63,Ie,2,0,"p",26)(64,at,2,0,"ng-template",null,0,m.C5r),m.k0s(),m.DNE(66,Ye,2,1,"button",27)(67,rt,2,0,"button",28),m.k0s()()()()()}if(2&de){const We=m.sdS(65);m.R7$(),m.Y8G("fxLayoutAlign",null!=pe.invoice&&pe.invoice.serialized&&""!==(null==pe.invoice?null:pe.invoice.serialized)?"center start":"center center")("ngClass",m.eq3(33,ae,pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==pe.invoice?null:pe.invoice.serialized)&&""!==(null==pe.invoice?null:pe.invoice.serialized)),m.R7$(),m.Y8G("ngIf",!(null!=pe.invoice&&pe.invoice.serialized)||""===(null==pe.invoice?null:pe.invoice.serialized)),m.R7$(4),m.Y8G("icon",pe.faReceipt),m.R7$(2),m.JRh(pe.screenSize===pe.screenSizeEnum.XS?pe.newlyAdded?"Created":"Invoice":pe.newlyAdded?"Invoice Created":"Invoice Information"),m.R7$(3),m.Y8G("ngClass",m.eq3(35,ye,pe.screenSize===pe.screenSizeEnum.XS)),m.R7$(2),m.Y8G("fxLayoutAlign",null!=pe.invoice&&pe.invoice.serialized&&""!==(null==pe.invoice?null:pe.invoice.serialized)?"center start":"center center")("ngClass",m.eq3(37,ae,pe.screenSize!==pe.screenSizeEnum.XS&&pe.screenSize!==pe.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==pe.invoice?null:pe.invoice.serialized)&&""!==(null==pe.invoice?null:pe.invoice.serialized)),m.R7$(),m.Y8G("ngIf",!(null!=pe.invoice&&pe.invoice.serialized)||""===(null==pe.invoice?null:pe.invoice.serialized)),m.R7$(),m.Y8G("ngIf",pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM),m.R7$(6),m.SpI("",m.bMT(24,26,(null==pe.invoice?null:pe.invoice.amount)||0)," Sats"),m.R7$(2),m.Y8G("ngIf",!(null!=pe.invoice&&pe.invoice.amount)||"0"===(null==pe.invoice?null:pe.invoice.amount)),m.R7$(5),m.Y8G("ngIf",null==pe.invoice?null:pe.invoice.amountSettled),m.R7$(),m.Y8G("ngIf",!(null!=pe.invoice&&pe.invoice.amountSettled)),m.R7$(7),m.JRh(m.i5U(39,28,1e3*(null==pe.invoice?null:pe.invoice.timestamp),"dd/MMM/y HH:mm")),m.R7$(6),m.JRh(m.bMT(45,31,null==pe.invoice?null:pe.invoice.status)),m.R7$(8),m.JRh((null==pe.invoice?null:pe.invoice.description)||"-"),m.R7$(7),m.JRh((null==pe.invoice?null:pe.invoice.serialized)||"N/A"),m.R7$(),m.Y8G("ngIf",pe.showAdvanced),m.R7$(),m.Y8G("ngClass",m.l_i(39,ue,!pe.showAdvanced,pe.showAdvanced)),m.R7$(2),m.Y8G("ngIf",!pe.showAdvanced)("ngIfElse",We),m.R7$(3),m.Y8G("ngIf",(null==pe.invoice?null:pe.invoice.serialized)&&""!==(null==pe.invoice?null:pe.invoice.serialized)),m.R7$(),m.Y8G("ngIf",!(null!=pe.invoice&&pe.invoice.serialized)||""===(null==pe.invoice?null:pe.invoice.serialized))}},dependencies:[T.YU,T.Sq,T.bT,k.aY,F.DJ,F.sA,F.UI,V.PW,U.$z,G.m2,G.MM,Y.q,$.LG,Z.Um,ie.U,ve.N,T.QX,T.PV,T.vh]})}}return te})()},190:(Ve,ee,p)=>{"use strict";p.d(ee,{$6:()=>re,$J:()=>ne,$Q:()=>be,As:()=>de,Br:()=>d,CK:()=>se,DI:()=>ae,DY:()=>ve,Do:()=>rt,Dq:()=>te,Fd:()=>he,GZ:()=>Ue,Gy:()=>y,H2:()=>r,Hm:()=>Vt,J9:()=>ue,Jx:()=>$,L:()=>v,Lf:()=>at,NS:()=>m,O8:()=>We,Qj:()=>T,SM:()=>pe,Sn:()=>R,T4:()=>Le,Uj:()=>fe,Uo:()=>ie,VK:()=>G,WE:()=>tt,X9:()=>x,XT:()=>_t,Yi:()=>vt,Zi:()=>U,_$:()=>oe,aB:()=>ke,ar:()=>n,b1:()=>Et,cR:()=>_,cU:()=>c,dv:()=>D,e8:()=>C,ed:()=>V,fy:()=>M,ij:()=>ut,jk:()=>Ze,kv:()=>dt,lg:()=>l,mh:()=>_e,oX:()=>Qe,p1:()=>S,pL:()=>f,sq:()=>k,t0:()=>Ke,t5:()=>Ie,tG:()=>Zt,tf:()=>ye,uK:()=>qe,vL:()=>L,w0:()=>O,x1:()=>w,yp:()=>Z,z2:()=>h,zU:()=>wt});var t=p(9640),e=p(4416);const C=(0,t.VP)(e.QP.UPDATE_API_CALL_STATUS_LND,(0,t.xk)()),S=(0,t.VP)(e.QP.RESET_LND_STORE),l=(0,t.VP)(e.QP.FETCH_PAGE_SETTINGS_LND),x=(0,t.VP)(e.QP.UPDATE_SELECTED_NODE_OPTIONS),m=(0,t.VP)(e.QP.SET_PAGE_SETTINGS_LND,(0,t.xk)()),R=(0,t.VP)(e.QP.SAVE_PAGE_SETTINGS_LND,(0,t.xk)()),d=(0,t.VP)(e.QP.FETCH_INFO_LND,(0,t.xk)()),w=(0,t.VP)(e.QP.SET_INFO_LND,(0,t.xk)()),y=(0,t.VP)(e.QP.FETCH_PEERS_LND),T=(0,t.VP)(e.QP.SET_PEERS_LND,(0,t.xk)()),k=(0,t.VP)(e.QP.SAVE_NEW_PEER_LND,(0,t.xk)()),V=((0,t.VP)(e.QP.NEWLY_ADDED_PEER_LND,(0,t.xk)()),(0,t.VP)(e.QP.DETACH_PEER_LND,(0,t.xk)())),U=(0,t.VP)(e.QP.REMOVE_PEER_LND,(0,t.xk)()),G=(0,t.VP)(e.QP.SAVE_NEW_INVOICE_LND,(0,t.xk)()),$=((0,t.VP)(e.QP.NEWLY_SAVED_INVOICE_LND,(0,t.xk)()),(0,t.VP)(e.QP.ADD_INVOICE_LND,(0,t.xk)())),Z=(0,t.VP)(e.QP.FETCH_FEES_LND),ie=(0,t.VP)(e.QP.SET_FEES_LND,(0,t.xk)()),ve=(0,t.VP)(e.QP.FETCH_BLOCKCHAIN_BALANCE_LND),ae=(0,t.VP)(e.QP.SET_BLOCKCHAIN_BALANCE_LND,(0,t.xk)()),ye=(0,t.VP)(e.QP.FETCH_NETWORK_LND),ue=(0,t.VP)(e.QP.SET_NETWORK_LND,(0,t.xk)()),be=(0,t.VP)(e.QP.FETCH_CHANNELS_LND),D=(0,t.VP)(e.QP.SET_CHANNELS_LND,(0,t.xk)()),n=(0,t.VP)(e.QP.FETCH_PENDING_CHANNELS_LND),c=(0,t.VP)(e.QP.SET_PENDING_CHANNELS_LND,(0,t.xk)()),f=(0,t.VP)(e.QP.FETCH_CLOSED_CHANNELS_LND),h=(0,t.VP)(e.QP.SET_CLOSED_CHANNELS_LND,(0,t.xk)()),M=(0,t.VP)(e.QP.UPDATE_CHANNEL_LND,(0,t.xk)()),L=(0,t.VP)(e.QP.SAVE_NEW_CHANNEL_LND,(0,t.xk)()),O=(0,t.VP)(e.QP.CLOSE_CHANNEL_LND,(0,t.xk)()),_=(0,t.VP)(e.QP.REMOVE_CHANNEL_LND,(0,t.xk)()),r=(0,t.VP)(e.QP.BACKUP_CHANNELS_LND,(0,t.xk)()),v=(0,t.VP)(e.QP.VERIFY_CHANNEL_LND,(0,t.xk)()),ne=((0,t.VP)(e.QP.BACKUP_CHANNELS_RES_LND,(0,t.xk)()),(0,t.VP)(e.QP.VERIFY_CHANNEL_RES_LND,(0,t.xk)()),(0,t.VP)(e.QP.RESTORE_CHANNELS_LIST_LND)),Ie=(0,t.VP)(e.QP.SET_RESTORE_CHANNELS_LIST_LND,(0,t.xk)()),at=(0,t.VP)(e.QP.RESTORE_CHANNELS_LND,(0,t.xk)()),rt=((0,t.VP)(e.QP.RESTORE_CHANNELS_RES_LND,(0,t.xk)()),(0,t.VP)(e.QP.FETCH_INVOICES_LND,(0,t.xk)())),re=(0,t.VP)(e.QP.SET_INVOICES_LND,(0,t.xk)()),te=(0,t.VP)(e.QP.UPDATE_INVOICE_LND,(0,t.xk)()),oe=(0,t.VP)(e.QP.UPDATE_PAYMENT_LND,(0,t.xk)()),_e=(0,t.VP)(e.QP.FETCH_TRANSACTIONS_LND),de=(0,t.VP)(e.QP.SET_TRANSACTIONS_LND,(0,t.xk)()),pe=(0,t.VP)(e.QP.FETCH_UTXOS_LND),We=(0,t.VP)(e.QP.SET_UTXOS_LND,(0,t.xk)()),se=(0,t.VP)(e.QP.FETCH_PAYMENTS_LND,(0,t.xk)()),fe=(0,t.VP)(e.QP.SET_PAYMENTS_LND,(0,t.xk)()),he=(0,t.VP)(e.QP.SEND_PAYMENT_LND,(0,t.xk)()),Ke=((0,t.VP)(e.QP.SEND_PAYMENT_STATUS_LND,(0,t.xk)()),(0,t.VP)(e.QP.FETCH_GRAPH_NODE_LND,(0,t.xk)())),_t=((0,t.VP)(e.QP.SET_GRAPH_NODE_LND,(0,t.xk)()),(0,t.VP)(e.QP.GET_NEW_ADDRESS_LND,(0,t.xk)())),ke=((0,t.VP)(e.QP.SET_NEW_ADDRESS_LND,(0,t.xk)()),(0,t.VP)(e.QP.SET_CHANNEL_TRANSACTION_LND,(0,t.xk)())),Qe=((0,t.VP)(e.QP.SET_CHANNEL_TRANSACTION_RES_LND,(0,t.xk)()),(0,t.VP)(e.QP.GEN_SEED_LND,(0,t.xk)())),Ue=((0,t.VP)(e.QP.GEN_SEED_RESPONSE_LND,(0,t.xk)()),(0,t.VP)(e.QP.INIT_WALLET_LND,(0,t.xk)())),tt=((0,t.VP)(e.QP.INIT_WALLET_RESPONSE_LND,(0,t.xk)()),(0,t.VP)(e.QP.UNLOCK_WALLET_LND,(0,t.xk)())),wt=(0,t.VP)(e.QP.PEER_LOOKUP_LND,(0,t.xk)()),ut=(0,t.VP)(e.QP.CHANNEL_LOOKUP_LND,(0,t.xk)()),vt=(0,t.VP)(e.QP.INVOICE_LOOKUP_LND,(0,t.xk)()),Ze=(0,t.VP)(e.QP.PAYMENT_LOOKUP_LND,(0,t.xk)()),qe=((0,t.VP)(e.QP.SET_LOOKUP_LND,(0,t.xk)()),(0,t.VP)(e.QP.GET_FORWARDING_HISTORY_LND,(0,t.xk)())),dt=(0,t.VP)(e.QP.SET_FORWARDING_HISTORY_LND,(0,t.xk)()),Le=(0,t.VP)(e.QP.GET_QUERY_ROUTES_LND,(0,t.xk)()),Vt=(0,t.VP)(e.QP.SET_QUERY_ROUTES_LND,(0,t.xk)()),Zt=(0,t.VP)(e.QP.GET_ALL_LIGHTNING_TRANSATIONS_LND),Et=(0,t.VP)(e.QP.SET_ALL_LIGHTNING_TRANSATIONS_LND,(0,t.xk)())},9579:(Ve,ee,p)=>{"use strict";p.d(ee,{L:()=>ue});var t=p(4054),e=p(1413),C=p(7673),S=p(1397),l=p(6977),x=p(6354),m=p(9437),R=p(3993),d=p(6391),w=p(2462),y=p(4416),T=p(1771),k=p(190),F=p(3536),V=p(4438),U=p(1626),G=p(9640),Y=p(8570),$=p(2571),Z=p(3202),ie=p(5351),ve=p(1188),ae=p(7879),ye=p(177);let ue=(()=>{class be{constructor(n,c,f,h,M,L,O,_,r,v){this.actions=n,this.httpClient=c,this.store=f,this.logger=h,this.commonService=M,this.sessionService=L,this.dialog=O,this.router=_,this.wsService=r,this.location=v,this.CHILD_API_URL=y.H$+"/lnd",this.invoicesPageSettings=y.ZC.find(z=>"transactions"===z.pageId)?.tables.find(z=>"invoices"===z.tableId),this.paymentsPageSettings=y.ZC.find(z=>"transactions"===z.pageId)?.tables.find(z=>"payments"===z.tableId),this.flgInitialized=!1,this.unSubs=[new e.B,new e.B],this.infoFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_INFO_LND),(0,S.Z)(z=>(this.flgInitialized=!1,this.store.dispatch((0,T.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,T.Jh)()),this.store.dispatch((0,T.mt)({payload:y.MZ.GET_NODE_INFO})),this.store.dispatch((0,k.e8)({payload:{action:"FetchInfo",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.GETINFO_API).pipe((0,l.Q)(this.actions.pipe((0,t.gp)(y.aU.SET_SELECTED_NODE))),(0,x.T)(N=>(this.logger.info(N),N.chains&&N.chains.length&&N.chains[0]&&("string"==typeof N.chains[0]&&N.chains[0].toLowerCase().indexOf("bitcoin")<0||"object"==typeof N.chains[0]&&N.chains[0].hasOwnProperty("chain")&&N.chains[0].chain&&N.chains[0].chain.toLowerCase().indexOf("bitcoin")<0)?(this.store.dispatch((0,k.e8)({payload:{action:"FetchInfo",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.Jh)()),this.store.dispatch((0,T.xO)({payload:{data:{type:y.A$.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}})),{type:y.aU.LOGOUT}):N.identity_pubkey?(N.lnImplementation="LND",this.initializeRemainingData(N,z.payload.loadPage),this.store.dispatch((0,k.e8)({payload:{action:"FetchInfo",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.Jh)()),{type:y.QP.SET_INFO_LND,payload:N||{}}):(this.store.dispatch((0,k.e8)({payload:{action:"FetchInfo",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.Jh)()),this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),{type:y.QP.SET_INFO_LND,payload:{}}))),(0,m.W)(N=>{if("string"==typeof N.error.error&&N.error.error.includes("Not Found")||"string"==typeof N.error.error&&N.error.error.includes("wallet locked")||502===N.status&&!N.error.message.includes("Bad or Missing Macaroon"))this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),this.handleErrorWithoutAlert("FetchInfo",y.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",N);else if("string"==typeof N.error.error&&N.error.error.includes("starting up")&&500===N.status)setTimeout(()=>{this.store.dispatch((0,k.Br)({payload:{loadPage:"HOME"}}))},2e3);else{const ne=this.commonService.extractErrorCode(N),Ie=503===ne?"Unable to Connect to LND Server.":this.commonService.extractErrorMessage(N);this.router.navigate(["/error"],{state:{errorCode:ne,errorMessage:Ie}}),this.handleErrorWithoutAlert("FetchInfo",y.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:ne,error:Ie})}return(0,C.of)({type:y.aU.VOID})})))))),this.peersFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_PEERS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchPeers",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.PEERS_API).pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchPeers",status:y.wn.COMPLETED}})),{type:y.QP.SET_PEERS_LND,payload:z||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchPeers",y.MZ.NO_SPINNER,"Fetching Peers Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.saveNewPeer=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SAVE_NEW_PEER_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.CONNECT_PEER})),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewPeer",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.PEERS_API,{pubkey:z.payload.pubkey,host:z.payload.host,perm:z.payload.perm}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewPeer",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.CONNECT_PEER})),this.store.dispatch((0,k.Qj)({payload:N||[]})),{type:y.QP.NEWLY_ADDED_PEER_LND,payload:{peer:N[0]}})),(0,m.W)(N=>(this.handleErrorWithoutAlert("SaveNewPeer",y.MZ.CONNECT_PEER,"Peer Connection Failed.",N),(0,C.of)({type:y.aU.VOID})))))))),this.detachPeer=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.DETACH_PEER_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+y.rl.PEERS_API+"/"+z.payload.pubkey).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.DISCONNECT_PEER})),this.store.dispatch((0,T.UI)({payload:"Peer Disconnected Successfully."})),{type:y.QP.REMOVE_PEER_LND,payload:{pubkey:z.payload.pubkey}})),(0,m.W)(N=>(this.handleErrorWithAlert("DetachPeer",y.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+y.rl.PEERS_API+"/"+z.payload.pubkey,N),(0,C.of)({type:y.aU.VOID})))))))),this.saveNewInvoice=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SAVE_NEW_INVOICE_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewInvoice",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.INVOICES_API,{memo:z.payload.memo,value:z.payload.value,private:z.payload.private,expiry:z.payload.expiry,is_amp:z.payload.is_amp}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewInvoice",status:y.wn.COMPLETED}})),this.store.dispatch((0,k.Do)({payload:{num_max_invoices:z.payload.pageSize,reversed:!0}})),z.payload.openModal?(N.memo=z.payload.memo,N.value=z.payload.value,N.expiry=z.payload.expiry,N.private=z.payload.private,N.is_amp=z.payload.is_amp,N.cltv_expiry="144",N.creation_date=Math.round((new Date).getTime()/1e3).toString(),setTimeout(()=>{this.store.dispatch((0,T.xO)({payload:{data:{invoice:N,newlyAdded:!0,component:d.H}}}))},200),{type:y.aU.CLOSE_SPINNER,payload:z.payload.uiMessage}):{type:y.QP.NEWLY_SAVED_INVOICE_LND,payload:{paymentRequest:N.payment_request}})),(0,m.W)(N=>(this.handleErrorWithoutAlert("SaveNewInvoice",z.payload.uiMessage,"Add Invoice Failed.",N),(0,C.of)({type:y.aU.VOID})))))))),this.openNewChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SAVE_NEW_CHANNEL_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.OPEN_CHANNEL})),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewChannel",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.CHANNELS_API,{node_pubkey:z.payload.selectedPeerPubkey,local_funding_amount:z.payload.fundingAmount,private:z.payload.private,trans_type:z.payload.transType,trans_type_value:z.payload.transTypeValue,spend_unconfirmed:z.payload.spendUnconfirmed,commitment_type:z.payload.commitmentType}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"SaveNewChannel",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.OPEN_CHANNEL})),this.store.dispatch((0,k.DY)()),this.store.dispatch((0,k.$Q)()),this.store.dispatch((0,k.H2)({payload:{uiMessage:y.MZ.NO_SPINNER,channelPoint:"ALL",showMessage:"Channel Added Successfully!"}})),{type:y.QP.FETCH_PENDING_CHANNELS_LND})),(0,m.W)(N=>(this.handleErrorWithoutAlert("SaveNewChannel",y.MZ.OPEN_CHANNEL,"Opening Channel Failed.",N),(0,C.of)({type:y.aU.VOID})))))))),this.updateChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.UPDATE_CHANNEL_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+y.rl.CHANNELS_API+"/chanPolicy",{baseFeeMsat:z.payload.baseFeeMsat,feeRate:z.payload.feeRate,timeLockDelta:z.payload.timeLockDelta,max_htlc_msat:z.payload.maxHtlcMsat,min_htlc_msat:z.payload.minHtlcMsat,chanPoint:z.payload.chanPoint}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,T.UI)("all"===z.payload.chanPoint?{payload:"All Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:y.QP.FETCH_CHANNELS_LND})),(0,m.W)(N=>(this.handleErrorWithAlert("UpdateChannels",y.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+y.rl.CHANNELS_API+"/chanPolicy",N),(0,C.of)({type:y.aU.VOID})))))))),this.closeChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.CLOSE_CHANNEL_LND),(0,S.Z)(z=>{this.store.dispatch((0,T.mt)({payload:z.payload.forcibly?y.MZ.FORCE_CLOSE_CHANNEL:y.MZ.CLOSE_CHANNEL}));let N=this.CHILD_API_URL+y.rl.CHANNELS_API+"/"+z.payload.channelPoint+"?force="+z.payload.forcibly;return z.payload.targetConf&&(N=N+"&target_conf="+z.payload.targetConf),z.payload.satPerByte&&(N=N+"&sat_per_byte="+z.payload.satPerByte),this.httpClient.delete(N).pipe((0,x.T)(ne=>(this.logger.info(ne),this.store.dispatch((0,T.y0)({payload:z.payload.forcibly?y.MZ.FORCE_CLOSE_CHANNEL:y.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,k.$Q)()),this.store.dispatch((0,k.ar)()),this.store.dispatch((0,k.H2)({payload:{uiMessage:y.MZ.NO_SPINNER,channelPoint:"ALL",showMessage:ne.message}})),{type:y.aU.VOID})),(0,m.W)(ne=>(this.handleErrorWithAlert("CloseChannel",z.payload.forcibly?y.MZ.FORCE_CLOSE_CHANNEL:y.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+y.rl.CHANNELS_API+"/"+z.payload.channelPoint+"?force="+z.payload.forcibly,ne),(0,C.of)({type:y.aU.VOID}))))}))),this.backupChannels=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.BACKUP_CHANNELS_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"BackupChannels",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/"+z.payload.channelPoint).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"BackupChannels",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:z.payload.uiMessage})),this.store.dispatch((0,T.UI)({payload:z.payload.showMessage+" "+N.message})),{type:y.QP.BACKUP_CHANNELS_RES_LND,payload:N.message})),(0,m.W)(N=>(this.handleErrorWithAlert("BackupChannels",z.payload.uiMessage,z.payload.showMessage+" Unable to Backup Channel. Try again later.",this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/"+z.payload.channelPoint,N),(0,C.of)({type:y.aU.VOID})))))))),this.verifyChannel=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.VERIFY_CHANNEL_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.VERIFY_CHANNEL})),this.store.dispatch((0,k.e8)({payload:{action:"VerifyChannel",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/verify/"+z.payload.channelPoint,{}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"VerifyChannel",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.VERIFY_CHANNEL})),this.store.dispatch((0,T.UI)({payload:N.message})),{type:y.QP.VERIFY_CHANNEL_RES_LND,payload:N.message})),(0,m.W)(N=>(this.handleErrorWithAlert("VerifyChannel",y.MZ.VERIFY_CHANNEL,"Unable to Verify Channel. Try again later.",this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/verify/"+z.payload.channelPoint,N),(0,C.of)({type:y.aU.VOID})))))))),this.restoreChannels=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.RESTORE_CHANNELS_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.RESTORE_CHANNEL})),this.store.dispatch((0,k.e8)({payload:{action:"RestoreChannels",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/restore/"+z.payload.channelPoint,{}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"RestoreChannels",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.RESTORE_CHANNEL})),this.store.dispatch((0,T.UI)({payload:N.message})),this.store.dispatch((0,k.t5)({payload:N.list})),{type:y.QP.RESTORE_CHANNELS_RES_LND,payload:N.message})),(0,m.W)(N=>(this.handleErrorWithAlert("RestoreChannels",y.MZ.RESTORE_CHANNEL,"Unable to Restore Channel. Try again later.",this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/restore/"+z.payload.channelPoint,N),(0,C.of)({type:y.aU.VOID})))))))),this.fetchFees=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_FEES_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchFees",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.FEES_API))),(0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchFees",status:y.wn.COMPLETED}})),z.forwarding_events_history&&(this.store.dispatch((0,k.kv)({payload:z.forwarding_events_history})),delete z.forwarding_events_history),{type:y.QP.SET_FEES_LND,payload:z||{}})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchFees",y.MZ.NO_SPINNER,"Fetching Fees Failed.",z),(0,C.of)({type:y.aU.VOID}))))),this.balanceBlockchainFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_BLOCKCHAIN_BALANCE_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchBalance",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.BALANCE_API))),(0,x.T)(z=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchBalance",status:y.wn.COMPLETED}})),this.logger.info(z),{type:y.QP.SET_BLOCKCHAIN_BALANCE_LND,payload:z||{total_balance:""}})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchBalance",y.MZ.NO_SPINNER,"Fetching Blockchain Balance Failed.",z),(0,C.of)({type:y.aU.VOID}))))),this.networkInfoFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_NETWORK_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchNetwork",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.NETWORK_API+"/info"))),(0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchNetwork",status:y.wn.COMPLETED}})),{type:y.QP.SET_NETWORK_LND,payload:z||{}})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchNetwork",y.MZ.NO_SPINNER,"Fetching Network Failed.",z),(0,C.of)({type:y.aU.VOID}))))),this.channelsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_CHANNELS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchChannels",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.CHANNELS_API).pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchChannels",status:y.wn.COMPLETED}})),{type:y.QP.SET_CHANNELS_LND,payload:z.channels||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchChannels",y.MZ.NO_SPINNER,"Fetching Channels Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.channelsPendingFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_PENDING_CHANNELS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchPendingChannels",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.CHANNELS_API+"/pending").pipe((0,x.T)(z=>{this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchPendingChannels",status:y.wn.COMPLETED}}));const N={open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0};return z&&(N.total_limbo_balance=z.total_limbo_balance,z.pending_closing_channels&&(N.closing.num_channels=z.pending_closing_channels.length,N.total_channels=N.total_channels+z.pending_closing_channels.length,z.pending_closing_channels.forEach(ne=>{N.closing.limbo_balance=+N.closing.limbo_balance+(ne.channel.local_balance?+ne.channel.local_balance:0)})),z.pending_force_closing_channels&&(N.force_closing.num_channels=z.pending_force_closing_channels.length,N.total_channels=N.total_channels+z.pending_force_closing_channels.length,z.pending_force_closing_channels.forEach(ne=>{N.force_closing.limbo_balance=+N.force_closing.limbo_balance+(ne.channel.local_balance?+ne.channel.local_balance:0)})),z.pending_open_channels&&(N.open.num_channels=z.pending_open_channels.length,N.total_channels=N.total_channels+z.pending_open_channels.length,z.pending_open_channels.forEach(ne=>{N.open.limbo_balance=+N.open.limbo_balance+(ne.channel.local_balance?+ne.channel.local_balance:0)})),z.waiting_close_channels&&(N.waiting_close.num_channels=z.waiting_close_channels.length,N.total_channels=N.total_channels+z.waiting_close_channels.length,z.waiting_close_channels.forEach(ne=>{N.waiting_close.limbo_balance=+N.waiting_close.limbo_balance+(ne.channel.local_balance?+ne.channel.local_balance:0)}))),{type:y.QP.SET_PENDING_CHANNELS_LND,payload:z?{pendingChannels:z,pendingChannelsSummary:N}:{pendingChannels:{},pendingChannelsSummary:N}}}),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchPendingChannels",y.MZ.NO_SPINNER,"Fetching Pending Channels Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.channelsClosedFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_CLOSED_CHANNELS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchClosedChannels",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.CHANNELS_API+"/closed").pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchClosedChannels",status:y.wn.COMPLETED}})),{type:y.QP.SET_CLOSED_CHANNELS_LND,payload:z.channels||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchClosedChannels",y.MZ.NO_SPINNER,"Fetching Closed Channels Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.invoicesFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_INVOICES_LND),(0,S.Z)(z=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchInvoices",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.INVOICES_API+"?num_max_invoices="+(z.payload.num_max_invoices?z.payload.num_max_invoices:100)+"&index_offset="+(z.payload.index_offset?z.payload.index_offset:0)+"&reversed="+(!!z.payload.reversed&&z.payload.reversed)).pipe((0,x.T)(at=>(this.logger.info(at),this.store.dispatch((0,k.e8)({payload:{action:"FetchInvoices",status:y.wn.COMPLETED}})),z.payload.reversed&&!z.payload.index_offset&&(at.total_invoices=+(at.last_index_offset||0)),{type:y.QP.SET_INVOICES_LND,payload:at})),(0,m.W)(at=>(this.handleErrorWithoutAlert("FetchInvoices",y.MZ.NO_SPINNER,"Fetching Invoices Failed.",at),(0,C.of)({type:y.aU.VOID})))))))),this.transactionsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_TRANSACTIONS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchTransactions",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.TRANSACTIONS_API))),(0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchTransactions",status:y.wn.COMPLETED}})),{type:y.QP.SET_TRANSACTIONS_LND,payload:z||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchTransactions",y.MZ.NO_SPINNER,"Fetching Transactions Failed.",z),(0,C.of)({type:y.aU.VOID}))))),this.utxosFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_UTXOS_LND),(0,R.E)(this.store.select(F.pI)),(0,S.Z)(([z,N])=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchUTXOs",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.WALLET_API+"/getUTXOs?max_confs="+(N&&N.block_height?N.block_height:1e9)))),(0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchUTXOs",status:y.wn.COMPLETED}})),{type:y.QP.SET_UTXOS_LND,payload:z||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchUTXOs",y.MZ.NO_SPINNER,"Fetching UTXOs Failed.",z),(0,C.of)({type:y.aU.VOID}))))),this.paymentsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_PAYMENTS_LND),(0,S.Z)(z=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchPayments",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.PAYMENTS_API+"?max_payments="+(z.payload.max_payments?z.payload.max_payments:100)+"&index_offset="+(z.payload.index_offset?z.payload.index_offset:0)+"&reversed="+(!!z.payload.reversed&&z.payload.reversed)).pipe((0,x.T)(at=>(this.logger.info(at),this.store.dispatch((0,k.e8)({payload:{action:"FetchPayments",status:y.wn.COMPLETED}})),this.commonService.sortByKey(at.payments||[],this.paymentsPageSettings?.sortBy||"creation_date","number",this.paymentsPageSettings?.sortOrder),{type:y.QP.SET_PAYMENTS_LND,payload:at})),(0,m.W)(at=>(this.handleErrorWithoutAlert("FetchPayments",y.MZ.NO_SPINNER,"Fetching Payments Failed.",at),(0,C.of)({type:y.QP.SET_PAYMENTS_LND,payload:{payments:[]}})))))))),this.sendPayment=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SEND_PAYMENT_LND),(0,S.Z)(z=>{this.store.dispatch((0,T.mt)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"SendPayment",status:y.wn.INITIATED}}));const N=JSON.parse(JSON.stringify(z.payload));return delete N.uiMessage,delete N.fromDialog,this.httpClient.post(this.CHILD_API_URL+y.rl.PAYMENTS_API+"/send",N).pipe((0,x.T)(ne=>{if(this.logger.info(ne),this.store.dispatch((0,T.y0)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"SendPayment",status:y.wn.COMPLETED}})),ne.payment_error)return z.payload.allow_self_payment?(this.store.dispatch((0,k.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}})),{type:y.QP.SEND_PAYMENT_STATUS_LND,payload:ne}):(z.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",z.payload.uiMessage,"Send Payment Failed.",ne.payment_error):this.handleErrorWithAlert("SendPayment",z.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+y.rl.CHANNELS_API+"/transactions",ne.payment_error),{type:y.aU.VOID});if(this.store.dispatch((0,T.y0)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"SendPayment",status:y.wn.COMPLETED}})),this.store.dispatch((0,k.$Q)()),this.store.dispatch((0,k.CK)({payload:{max_payments:this.paymentsPageSettings?.recordsPerPage,reversed:!0}})),z.payload.allow_self_payment)this.store.dispatch((0,k.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}));else{let Ie="Payment Sent Successfully.";ne.payment_route&&ne.payment_route.total_fees_msat&&(Ie="Payment sent successfully with the total fee "+ne.payment_route.total_fees_msat+" (mSats)."),this.store.dispatch((0,T.UI)({payload:Ie}))}return{type:y.QP.SEND_PAYMENT_STATUS_LND,payload:ne}}),(0,m.W)(ne=>(this.logger.error("Error: "+JSON.stringify(ne)),z.payload.allow_self_payment?(this.handleErrorWithoutAlert("SendPayment",z.payload.uiMessage,"Send Payment Failed.",ne),this.store.dispatch((0,k.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}})),(0,C.of)({type:y.QP.SEND_PAYMENT_STATUS_LND,payload:{error:this.commonService.extractErrorMessage(ne)}})):(z.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",z.payload.uiMessage,"Send Payment Failed.",ne):this.handleErrorWithAlert("SendPayment",z.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+y.rl.CHANNELS_API+"/transactions",ne),(0,C.of)({type:y.aU.VOID})))))}))),this.graphNodeFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_GRAPH_NODE_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.GET_NODE_ADDRESS})),this.store.dispatch((0,k.e8)({payload:{action:"FetchGraphNode",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.NETWORK_API+"/node/"+z.payload.pubkey).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.GET_NODE_ADDRESS})),this.store.dispatch((0,k.e8)({payload:{action:"FetchGraphNode",status:y.wn.COMPLETED}})),{type:y.QP.SET_GRAPH_NODE_LND,payload:N&&N.node?{node:N.node}:{node:null}})),(0,m.W)(N=>(this.handleErrorWithoutAlert("FetchGraphNode",y.MZ.GET_NODE_ADDRESS,"Fetching Graph Node Failed.",N),(0,C.of)({type:y.aU.VOID})))))))),this.setGraphNode=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_GRAPH_NODE_LND),(0,x.T)(z=>(this.logger.info(z.payload),z.payload))),{dispatch:!1}),this.getNewAddress=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GET_NEW_ADDRESS_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+y.rl.NEW_ADDRESS_API+"?type="+z.payload.addressId).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.GENERATE_NEW_ADDRESS})),{type:y.QP.SET_NEW_ADDRESS_LND,payload:N&&N.address?N.address:{}})),(0,m.W)(N=>(this.handleErrorWithAlert("GetNewAddress",y.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+y.rl.NEW_ADDRESS_API+"?type="+z.payload.addressId,N),(0,C.of)({type:y.aU.VOID})))))))),this.setNewAddress=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_NEW_ADDRESS_LND),(0,x.T)(z=>(this.logger.info(z.payload),z.payload))),{dispatch:!1}),this.SetChannelTransaction=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_CHANNEL_TRANSACTION_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.SEND_FUNDS})),this.store.dispatch((0,k.e8)({payload:{action:"SetChannelTransaction",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.TRANSACTIONS_API,{amount:z.payload.amount,address:z.payload.address,sendAll:z.payload.sendAll,fees:z.payload.fees,blocks:z.payload.blocks}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"SetChannelTransaction",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.SEND_FUNDS})),this.store.dispatch((0,k.mh)()),this.store.dispatch((0,k.DY)()),this.store.dispatch((0,k.$Q)()),{type:y.QP.SET_CHANNEL_TRANSACTION_RES_LND,payload:N})),(0,m.W)(N=>(this.handleErrorWithoutAlert("SetChannelTransaction",y.MZ.SEND_FUNDS,"Sending Fund Failed.",N),(0,C.of)({type:y.aU.VOID})))))))),this.fetchForwardingHistory=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GET_FORWARDING_HISTORY_LND),(0,S.Z)(z=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchForwardingHistory",status:y.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+y.rl.SWITCH_API,{num_max_events:z.payload.num_max_events,index_offset:z.payload.index_offset,end_time:z.payload.end_time,start_time:z.payload.start_time}).pipe((0,x.T)(ne=>(this.logger.info(ne),this.store.dispatch((0,k.e8)({payload:{action:"FetchForwardingHistory",status:y.wn.COMPLETED}})),{type:y.QP.SET_FORWARDING_HISTORY_LND,payload:ne})),(0,m.W)(ne=>(this.handleErrorWithAlert("FetchForwardingHistory",y.MZ.NO_SPINNER,"Get Forwarding History Failed",this.CHILD_API_URL+y.rl.SWITCH_API,ne),(0,C.of)({type:y.aU.VOID})))))))),this.queryRoutesFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GET_QUERY_ROUTES_LND),(0,S.Z)(z=>{let N=this.CHILD_API_URL+y.rl.NETWORK_API+"/routes/"+z.payload.destPubkey+"/"+z.payload.amount;return z.payload.outgoingChanId&&(N=N+"?outgoing_chan_id="+z.payload.outgoingChanId),this.httpClient.get(N).pipe((0,x.T)(ne=>(this.logger.info(ne),{type:y.QP.SET_QUERY_ROUTES_LND,payload:ne})),(0,m.W)(ne=>(this.store.dispatch((0,k.Hm)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",y.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+y.rl.NETWORK_API,ne),(0,C.of)({type:y.aU.VOID}))))}))),this.setQueryRoutes=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_QUERY_ROUTES_LND),(0,x.T)(z=>z.payload)),{dispatch:!1}),this.genSeed=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GEN_SEED_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.GEN_SEED})),this.httpClient.get(this.CHILD_API_URL+y.rl.WALLET_API+"/genseed/"+z.payload).pipe((0,x.T)(N=>(this.logger.info("Generated GenSeed!"),this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.GEN_SEED})),{type:y.QP.GEN_SEED_RESPONSE_LND,payload:N.cipher_seed_mnemonic})),(0,m.W)(N=>(this.handleErrorWithAlert("GenSeed",y.MZ.GEN_SEED,"Genseed Generation Failed",this.CHILD_API_URL+y.rl.WALLET_API+"/genseed/"+z.payload,N),(0,C.of)({type:y.aU.VOID})))))))),this.updateSelNodeOptions=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.UPDATE_SELECTED_NODE_OPTIONS),(0,S.Z)(()=>this.httpClient.get(this.CHILD_API_URL+y.rl.WALLET_API+"/updateSelNodeOptions").pipe((0,x.T)(z=>(this.logger.info("Update Sel Node Successfull"),this.logger.info(z),{type:y.aU.VOID})),(0,m.W)(z=>(this.handleErrorWithAlert("UpdateSelectedNodeOptions",y.MZ.NO_SPINNER,"Update macaroon for newly initialized node failed! Please check the macaroon path and restart the server!","Update Macaroon",z),(0,C.of)({type:y.aU.VOID}))))))),this.genSeedResponse=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GEN_SEED_RESPONSE_LND),(0,x.T)(z=>z.payload)),{dispatch:!1}),this.initWalletRes=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.INIT_WALLET_RESPONSE_LND),(0,x.T)(z=>z.payload)),{dispatch:!1}),this.initWallet=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.INIT_WALLET_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.INITIALIZE_WALLET})),this.httpClient.post(this.CHILD_API_URL+y.rl.WALLET_API+"/wallet/initwallet",{wallet_password:z.payload.pwd,cipher_seed_mnemonic:z.payload.cipher?z.payload.cipher:"",aezeed_passphrase:z.payload.passphrase?z.payload.passphrase:""}).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.INITIALIZE_WALLET})),{type:y.QP.INIT_WALLET_RESPONSE_LND,payload:N})),(0,m.W)(N=>(this.handleErrorWithAlert("InitWallet",y.MZ.INITIALIZE_WALLET,"Wallet Initialization Failed",this.CHILD_API_URL+y.rl.WALLET_API+"/initwallet",N),(0,C.of)({type:y.aU.VOID})))))))),this.unlockWallet=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.UNLOCK_WALLET_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.UNLOCK_WALLET})),this.httpClient.post(this.CHILD_API_URL+y.rl.WALLET_API+"/wallet/unlockwallet",{wallet_password:z.payload.pwd}).pipe((0,x.T)(N=>(this.logger.info(N),this.logger.info("Successfully Unlocked!"),this.sessionService.setItem("lndUnlocked","true"),this.store.dispatch((0,T.y0)({payload:y.MZ.UNLOCK_WALLET})),this.store.dispatch((0,T.mt)({payload:y.MZ.WAIT_SYNC_NODE})),setTimeout(()=>{this.store.dispatch((0,T.y0)({payload:y.MZ.WAIT_SYNC_NODE})),this.store.dispatch((0,k.Br)({payload:{loadPage:"HOME"}}))},5e3),{type:y.aU.VOID})),(0,m.W)(N=>(this.handleErrorWithAlert("UnlockWallet",y.MZ.UNLOCK_WALLET,"Unlock Wallet Failed",this.CHILD_API_URL+y.rl.WALLET_API+"/unlockwallet",N),(0,C.of)({type:y.aU.VOID}))))))),{dispatch:!1}),this.peerLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.PEER_LOOKUP_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.SEARCHING_NODE})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.NETWORK_API+"/node/"+z.payload).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.SEARCHING_NODE})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.COMPLETED}})),{type:y.QP.SET_LOOKUP_LND,payload:N})),(0,m.W)(N=>(this.handleErrorWithAlert("Lookup",y.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+y.rl.NETWORK_API+"/node/"+z.payload,N),(0,C.of)({type:y.aU.VOID})))))))),this.channelLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.CHANNEL_LOOKUP_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.NETWORK_API+"/edge/"+z.payload.channelID).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:z.payload.uiMessage})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.COMPLETED}})),{type:y.QP.SET_LOOKUP_LND,payload:N})),(0,m.W)(N=>(this.handleErrorWithAlert("Lookup",z.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+y.rl.NETWORK_API+"/edge/"+z.payload.channelID,N),(0,C.of)({type:y.aU.VOID})))))))),this.invoiceLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.INVOICE_LOOKUP_LND),(0,S.Z)(z=>{this.store.dispatch((0,T.mt)({payload:y.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.INITIATED}}));let N=this.CHILD_API_URL+y.rl.INVOICES_API+"/lookup";return N=z.payload.paymentAddress&&""!==z.payload.paymentAddress?N+"?payment_addr="+z.payload.paymentAddress:N+"?payment_hash="+z.payload.paymentHash,this.httpClient.get(N).pipe((0,x.T)(ne=>(this.logger.info(ne),this.store.dispatch((0,T.y0)({payload:y.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.COMPLETED}})),this.store.dispatch((0,k.Dq)({payload:ne})),{type:y.QP.SET_LOOKUP_LND,payload:ne})),(0,m.W)(ne=>(this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.ERROR}})),this.handleErrorWithoutAlert("Lookup",y.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",ne),z.payload.openSnackBar&&this.store.dispatch((0,T.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,C.of)({type:y.QP.SET_LOOKUP_LND,payload:{error:ne}}))))}))),this.paymentLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.PAYMENT_LOOKUP_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.SEARCHING_PAYMENT})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.PAYMENTS_API+"/lookup/"+z.payload).pipe((0,x.T)(N=>(this.logger.info(N),this.store.dispatch((0,T.y0)({payload:y.MZ.SEARCHING_PAYMENT})),this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.COMPLETED}})),this.store.dispatch((0,k._$)({payload:N})),{type:y.QP.SET_LOOKUP_LND,payload:N})),(0,m.W)(N=>(this.store.dispatch((0,k.e8)({payload:{action:"Lookup",status:y.wn.ERROR}})),this.handleErrorWithoutAlert("Lookup",y.MZ.SEARCHING_PAYMENT,"Payment Lookup Failed",N),(0,C.of)({type:y.QP.SET_LOOKUP_LND,payload:{error:N}})))))))),this.setLookup=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_LOOKUP_LND),(0,x.T)(z=>(this.logger.info(z.payload),z.payload))),{dispatch:!1}),this.getRestoreChannelList=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.RESTORE_CHANNELS_LIST_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"RestoreChannelsList",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API+"/restore/list").pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"RestoreChannelsList",status:y.wn.COMPLETED}})),{type:y.QP.SET_RESTORE_CHANNELS_LIST_LND,payload:z||{all_restore_exists:!1,files:[]}})),(0,m.W)(z=>(this.handleErrorWithAlert("RestoreChannelsList",y.MZ.NO_SPINNER,"Restore Channels List Failed",this.CHILD_API_URL+y.rl.CHANNELS_BACKUP_API,z),(0,C.of)({type:y.aU.VOID})))))))),this.setRestoreChannelList=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SET_RESTORE_CHANNELS_LIST_LND),(0,x.T)(z=>(this.logger.info(z.payload),z.payload))),{dispatch:!1}),this.allLightningTransactionsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.GET_ALL_LIGHTNING_TRANSATIONS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchLightningTransactions",status:y.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+y.rl.PAYMENTS_API+"/alltransactions").pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchLightningTransactions",status:y.wn.COMPLETED}})),{type:y.QP.SET_ALL_LIGHTNING_TRANSATIONS_LND,payload:z})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchLightningTransactions",y.MZ.NO_SPINNER,"Fetching All Lightning Transaction Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.pageSettingsFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.FETCH_PAGE_SETTINGS_LND),(0,S.Z)(()=>(this.store.dispatch((0,k.e8)({payload:{action:"FetchPageSettings",status:y.wn.INITIATED}})),this.httpClient.get(y.rl.PAGE_SETTINGS_API).pipe((0,x.T)(z=>(this.logger.info(z),this.store.dispatch((0,k.e8)({payload:{action:"FetchPageSettings",status:y.wn.COMPLETED}})),this.invoicesPageSettings=z&&Object.keys(z).length>0?z.find(N=>"transactions"===N.pageId)?.tables.find(N=>"invoices"===N.tableId):y.ZC.find(N=>"transactions"===N.pageId)?.tables.find(N=>"invoices"===N.tableId),this.paymentsPageSettings=z&&Object.keys(z).length>0?z.find(N=>"transactions"===N.pageId)?.tables.find(N=>"payments"===N.tableId):y.ZC.find(N=>"transactions"===N.pageId)?.tables.find(N=>"payments"===N.tableId),{type:y.QP.SET_PAGE_SETTINGS_LND,payload:z||[]})),(0,m.W)(z=>(this.handleErrorWithoutAlert("FetchPageSettings",y.MZ.NO_SPINNER,"Fetching Page Settings Failed.",z),(0,C.of)({type:y.aU.VOID})))))))),this.savePageSettings=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(y.QP.SAVE_PAGE_SETTINGS_LND),(0,S.Z)(z=>(this.store.dispatch((0,T.mt)({payload:y.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,k.e8)({payload:{action:"SavePageSettings",status:y.wn.INITIATED}})),this.httpClient.post(y.rl.PAGE_SETTINGS_API,z.payload).pipe((0,x.T)(N=>{this.logger.info(N),this.store.dispatch((0,k.e8)({payload:{action:"SavePageSettings",status:y.wn.COMPLETED}})),this.store.dispatch((0,T.y0)({payload:y.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,T.UI)({payload:"Page Layout Updated Successfully!"}));const ne=(N.find(at=>"transactions"===at.pageId)?.tables.find(at=>"invoices"===at.tableId)||y.ZC.find(at=>"transactions"===at.pageId)?.tables.find(at=>"invoices"===at.tableId)).recordsPerPage,Ie=(N.find(at=>"transactions"===at.pageId)?.tables.find(at=>"payments"===at.tableId)||y.ZC.find(at=>"transactions"===at.pageId)?.tables.find(at=>"payments"===at.tableId)).recordsPerPage;return this.invoicesPageSettings&&ne!==this.invoicesPageSettings?.recordsPerPage&&(this.invoicesPageSettings.recordsPerPage=ne,this.store.dispatch((0,k.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}))),this.paymentsPageSettings&&Ie!==this.paymentsPageSettings?.recordsPerPage&&(this.paymentsPageSettings.recordsPerPage=Ie),{type:y.QP.SET_PAGE_SETTINGS_LND,payload:N||[]}}),(0,m.W)(N=>(this.handleErrorWithAlert("SavePageSettings",y.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",y.rl.PAGE_SETTINGS_API,N),(0,C.of)({type:y.aU.VOID})))))))),this.store.select(F.ru).pipe((0,l.Q)(this.unSubs[0])).subscribe(z=>{z.FetchInfo.status!==y.wn.COMPLETED&&z.FetchInfo.status!==y.wn.ERROR||z.FetchFees.status!==y.wn.COMPLETED&&z.FetchFees.status!==y.wn.ERROR||z.FetchBalanceBlockchain.status!==y.wn.COMPLETED&&z.FetchBalanceBlockchain.status!==y.wn.ERROR||z.FetchAllChannels.status!==y.wn.COMPLETED&&z.FetchAllChannels.status!==y.wn.ERROR||z.FetchPendingChannels.status!==y.wn.COMPLETED&&z.FetchPendingChannels.status!==y.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,T.y0)({payload:y.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.lndWSMessages.pipe((0,l.Q)(this.unSubs[1])).subscribe(z=>{this.logger.info("Received new message from the service: "+JSON.stringify(z)),z&&(z.type===y.o1.INVOICE?(this.logger.info(z),z&&z.result&&z.result.payment_request&&this.store.dispatch((0,k.Dq)({payload:z.result}))):this.logger.info("Received Event from WS: "+JSON.stringify(z)))})}initializeRemainingData(n,c){this.sessionService.setItem("lndUnlocked","true");const f={identity_pubkey:n.identity_pubkey,alias:n.alias,testnet:n.testnet,chains:n.chains,uris:n.uris,version:n.version?n.version.split(" ")[0]:""};this.store.dispatch((0,T.mt)({payload:y.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,T.Fl)({payload:f}));let h=this.location.path();h.includes("/cln/")?h=h?.replace("/cln/","/lnd/"):h.includes("/ecl/")&&(h=h?.replace("/ecl/","/lnd/")),(h.includes("/unlock")||h.includes("/login")||h.includes("/error")||""===h||"HOME"===c||h.includes("?access-key="))&&(h="/lnd/home"),this.router.navigate([h]),this.store.dispatch((0,k.DY)()),this.store.dispatch((0,k.$Q)()),this.store.dispatch((0,k.ar)()),this.store.dispatch((0,k.pL)()),this.store.dispatch((0,k.Gy)()),this.store.dispatch((0,k.tf)()),this.store.dispatch((0,k.yp)()),this.store.dispatch((0,k.CK)({payload:{max_payments:1e5,reversed:!0}})),this.store.dispatch((0,k.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}))}handleErrorWithoutAlert(n,c,f,h){this.logger.error("ERROR IN: "+n+"\n"+JSON.stringify(h)),401===h.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,T.Jh)()),this.store.dispatch((0,T.ri)({payload:"Authentication Failed: "+JSON.stringify(h.error)}))):(this.store.dispatch((0,T.y0)({payload:c})),this.store.dispatch((0,k.e8)({payload:{action:n,status:y.wn.ERROR,statusCode:h.status.toString(),message:this.commonService.extractErrorMessage(h,f)}})))}handleErrorWithAlert(n,c,f,h,M){if(this.logger.error(M),401===M.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,T.Jh)()),this.store.dispatch((0,T.ri)({payload:"Authentication Failed: "+JSON.stringify(M.error)}));else{this.store.dispatch((0,T.y0)({payload:c}));const L=this.commonService.extractErrorMessage(M);this.store.dispatch((0,T.xO)({payload:{data:{type:"ERROR",alertTitle:f,message:{code:M.status,message:L,URL:h},component:w.f}}})),this.store.dispatch((0,k.e8)({payload:{action:n,status:y.wn.ERROR,statusCode:M.status.toString(),message:L,URL:h}}))}}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static{this.\u0275fac=function(c){return new(c||be)(V.KVO(t.En),V.KVO(U.Qq),V.KVO(G.il),V.KVO(Y.gP),V.KVO($.h),V.KVO(Z.Q),V.KVO(ie.bZ),V.KVO(ve.Ix),V.KVO(ae.I),V.KVO(ye.aZ))}}static{this.\u0275prov=V.jDH({token:be,factory:be.\u0275fac})}}return be})()},3536:(Ve,ee,p)=>{"use strict";p.d(ee,{$7:()=>G,$G:()=>C,BM:()=>k,Bw:()=>U,Ie:()=>m,KT:()=>R,Uv:()=>V,ah:()=>$,eO:()=>ve,gN:()=>y,gj:()=>ae,n_:()=>ie,oR:()=>d,os:()=>w,pI:()=>S,rN:()=>T,ru:()=>x,tA:()=>Z});var t=p(9640);const e=(0,t.UX)("lnd"),C=(0,t.Mz)(e,ye=>({pageSettings:ye.pageSettings,apiCallStatus:ye.apisCallStatus.FetchPageSettings})),S=(0,t.Mz)(e,ye=>ye.information),x=((0,t.Mz)(e,ye=>({information:ye.information,apiCallStatus:ye.apisCallStatus.FetchInfo})),(0,t.Mz)(e,ye=>ye.apisCallStatus)),m=(0,t.Mz)(e,ye=>({forwardingHistory:ye.forwardingHistory,apiCallStatus:ye.apisCallStatus.FetchForwardingHistory})),R=(0,t.Mz)(e,ye=>({listPayments:ye.listPayments,apiCallStatus:ye.apisCallStatus.FetchPayments})),d=(0,t.Mz)(e,ye=>({fees:ye.fees,apiCallStatus:ye.apisCallStatus.FetchFees})),w=(0,t.Mz)(e,ye=>({peers:ye.peers,apiCallStatus:ye.apisCallStatus.FetchPeers})),y=(0,t.Mz)(e,ye=>({transactions:ye.transactions,apiCallStatus:ye.apisCallStatus.FetchTransactions})),T=(0,t.Mz)(e,ye=>({listInvoices:ye.listInvoices,apiCallStatus:ye.apisCallStatus.FetchInvoices})),k=(0,t.Mz)(e,ye=>({channels:ye.channels,channelsSummary:ye.channelsSummary,lightningBalance:ye.lightningBalance,apiCallStatus:ye.apisCallStatus.FetchAllChannels})),V=((0,t.Mz)(e,ye=>({channelsSummary:ye.channelsSummary,pendingChannels:ye.pendingChannels,closedChannels:ye.closedChannels,apiCallStatus:ye.apisCallStatus.FetchAllChannels})),(0,t.Mz)(e,ye=>({pendingChannels:ye.pendingChannels,pendingChannelsSummary:ye.pendingChannelsSummary,apiCallStatus:ye.apisCallStatus.FetchPendingChannels}))),U=(0,t.Mz)(e,ye=>({closedChannels:ye.closedChannels,apiCallStatus:ye.apisCallStatus.FetchClosedChannels})),G=(0,t.Mz)(e,ye=>({blockchainBalance:ye.blockchainBalance,apiCallStatus:ye.apisCallStatus.FetchBalanceBlockchain})),$=((0,t.Mz)(e,ye=>({lightningBalance:ye.lightningBalance,apiCallStatus:ye.apisCallStatus.FetchAllChannels})),(0,t.Mz)(e,ye=>({utxos:ye.utxos,apiCallStatus:ye.apisCallStatus.FetchUTXOs}))),Z=(0,t.Mz)(e,ye=>({networkInfo:ye.networkInfo,apiCallStatus:ye.apisCallStatus.FetchNetwork})),ie=(0,t.Mz)(e,ye=>({allLightningTransactions:ye.allLightningTransactions,apiCallStatus:ye.apisCallStatus.FetchLightningTransactions})),ve=(0,t.Mz)(e,ye=>({channels:ye.channels,pendingChannels:ye.pendingChannels,closedChannels:ye.closedChannels})),ae=(0,t.Mz)(e,ye=>({information:ye.information,apiCallStatus:ye.apisCallStatus.FetchInfo}))},6391:(Ve,ee,p)=>{"use strict";p.d(ee,{H:()=>Nt});var t=p(5351),e=p(5383),C=p(1413),S=p(6977),l=p(4416),x=p(3536),m=p(4438),R=p(8570),d=p(2571),w=p(5416),y=p(9640),T=p(177),k=p(60),F=p(2920),V=p(6038),U=p(8834),G=p(5596),Y=p(9454),$=p(9213),Z=p(1997),ie=p(9183),ve=p(4823),ae=p(8288),ye=p(9157),ue=p(9587);const be=["scrollContainer"],D=ke=>({"display-none":ke}),n=ke=>({"xs-scroll-y":ke}),c=ke=>({"h-50":ke}),f=()=>[],h=ke=>({"mr-0":ke});function M(ke,Je){if(1&ke&&m.nrm(0,"qr-code",33),2&ke){const Qe=m.XpG();m.Y8G("value",null==Qe.invoice?null:Qe.invoice.payment_request)("size",Qe.qrWidth)("errorCorrectionLevel","L")}}function L(ke,Je){1&ke&&(m.j41(0,"span",34),m.EFF(1,"N/A"),m.k0s())}function O(ke,Je){if(1&ke&&m.nrm(0,"qr-code",33),2&ke){const Qe=m.XpG();m.Y8G("value",null==Qe.invoice?null:Qe.invoice.payment_request)("size",Qe.qrWidth)("errorCorrectionLevel","L")}}function _(ke,Je){1&ke&&(m.j41(0,"span",35),m.EFF(1,"QR Code Not Applicable"),m.k0s())}function r(ke,Je){1&ke&&m.nrm(0,"mat-divider",24),2&ke&&m.Y8G("inset",!0)}function v(ke,Je){1&ke&&(m.qex(0),m.EFF(1," (zero amount) "),m.bVm())}function z(ke,Je){1&ke&&m.nrm(0,"span",41)}function N(ke,Je){if(1&ke&&(m.j41(0,"div",37)(1,"div",38)(2,"span",39),m.EFF(3),m.nI1(4,"number"),m.k0s(),m.DNE(5,z,1,0,"span",40),m.k0s()()),2&ke){const Qe=m.XpG(2);m.R7$(3),m.SpI("",m.bMT(4,2,null==Qe.invoice?null:Qe.invoice.amt_paid_sat)," Sats"),m.R7$(2),m.Y8G("ngForOf",m.lJ4(4,f).constructor(35))}}function ne(ke,Je){if(1&ke&&(m.j41(0,"div"),m.EFF(1),m.nI1(2,"number"),m.k0s()),2&ke){const Qe=m.XpG(2);m.R7$(),m.SpI("",m.bMT(2,1,null==Qe.invoice?null:Qe.invoice.amt_paid_sat)," Sats")}}function Ie(ke,Je){if(1&ke&&(m.qex(0),m.DNE(1,N,6,5,"div",36)(2,ne,3,3,"div",23),m.bVm()),2&ke){const Qe=m.XpG();m.R7$(),m.Y8G("ngIf",Qe.flgInvoicePaid),m.R7$(),m.Y8G("ngIf",!Qe.flgInvoicePaid)}}function at(ke,Je){1&ke&&(m.j41(0,"span"),m.EFF(1,"-"),m.k0s())}function Ye(ke,Je){1&ke&&m.nrm(0,"mat-spinner",43),2&ke&&m.Y8G("diameter",20)}function rt(ke,Je){if(1&ke&&(m.qex(0),m.DNE(1,at,2,0,"span",23)(2,Ye,1,1,"mat-spinner",42),m.bVm()),2&ke){const Qe=m.XpG();m.R7$(),m.Y8G("ngIf","OPEN"!==(null==Qe.invoice?null:Qe.invoice.state)||!Qe.flgVersionCompatible),m.R7$(),m.Y8G("ngIf","OPEN"===(null==Qe.invoice?null:Qe.invoice.state)&&Qe.flgVersionCompatible)}}function re(ke,Je){1&ke&&m.eu8(0)}function te(ke,Je){if(1&ke&&(m.j41(0,"div"),m.DNE(1,re,1,0,"ng-container",44),m.k0s()),2&ke){m.XpG();const Qe=m.sdS(79);m.R7$(),m.Y8G("ngTemplateOutlet",Qe)}}function oe(ke,Je){if(1&ke){const Qe=m.RV6();m.j41(0,"div",45)(1,"button",46),m.bIt("click",function(){m.eBV(Qe);const Ue=m.XpG();return m.Njj(Ue.onScrollDown())}),m.j41(2,"mat-icon",47),m.EFF(3,"arrow_downward"),m.k0s()()()}}function _e(ke,Je){1&ke&&(m.j41(0,"p"),m.EFF(1,"Show Advanced"),m.k0s())}function de(ke,Je){1&ke&&(m.j41(0,"p"),m.EFF(1,"Hide Advanced"),m.k0s())}function pe(ke,Je){if(1&ke){const Qe=m.RV6();m.j41(0,"button",48),m.bIt("copied",function(Ue){m.eBV(Qe);const ht=m.XpG();return m.Njj(ht.onCopyPayment(Ue))}),m.EFF(1),m.k0s()}if(2&ke){const Qe=m.XpG();m.Y8G("payload",null==Qe.invoice?null:Qe.invoice.payment_request),m.R7$(),m.JRh(Qe.screenSize===Qe.screenSizeEnum.XS?"Copy Payment":"Copy Payment Request")}}function We(ke,Je){if(1&ke){const Qe=m.RV6();m.j41(0,"button",49),m.bIt("click",function(){m.eBV(Qe);const Ue=m.XpG();return m.Njj(Ue.onClose())}),m.EFF(1,"OK"),m.k0s()}}function se(ke,Je){if(1&ke&&m.nrm(0,"span",64),2&ke){const Qe=m.XpG(4);m.Y8G("ngClass",m.eq3(1,h,Qe.screenSize===Qe.screenSizeEnum.XS))}}function fe(ke,Je){if(1&ke&&m.nrm(0,"span",65),2&ke){const Qe=m.XpG(4);m.Y8G("ngClass",m.eq3(1,h,Qe.screenSize===Qe.screenSizeEnum.XS))}}function he(ke,Je){if(1&ke&&m.nrm(0,"span",66),2&ke){const Qe=m.XpG(4);m.Y8G("ngClass",m.eq3(1,h,Qe.screenSize===Qe.screenSizeEnum.XS))}}function et(ke,Je){if(1&ke&&(m.j41(0,"div",53)(1,"div",58)(2,"span",59),m.DNE(3,se,1,3,"span",60)(4,fe,1,3,"span",61)(5,he,1,3,"span",62),m.EFF(6),m.k0s(),m.j41(7,"span",63),m.EFF(8),m.nI1(9,"number"),m.k0s()(),m.nrm(10,"mat-divider",24),m.k0s()),2&ke){const Qe=Je.$implicit,nt=m.XpG(3);m.R7$(3),m.Y8G("ngIf","SETTLED"===Qe.state),m.R7$(),m.Y8G("ngIf","ACCEPTED"===Qe.state),m.R7$(),m.Y8G("ngIf","CANCELED"===Qe.state),m.R7$(),m.SpI(" ",Qe.chan_id," "),m.R7$(2),m.JRh(m.i5U(9,6,+Qe.amt_msat/1e3||0,nt.getDecimalFormat(Qe))),m.R7$(2),m.Y8G("inset",!0)}}function Ke(ke,Je){if(1&ke){const Qe=m.RV6();m.j41(0,"div",19)(1,"mat-expansion-panel",51),m.bIt("opened",function(){m.eBV(Qe);const Ue=m.XpG(2);return m.Njj(Ue.flgOpened=!0)})("closed",function(){m.eBV(Qe);const Ue=m.XpG(2);return m.Njj(Ue.onExpansionClosed())}),m.j41(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",52),m.EFF(5,"HTLCs"),m.k0s()()(),m.j41(6,"div",53)(7,"div",54)(8,"span",55),m.EFF(9,"Channel ID"),m.k0s(),m.j41(10,"span",56),m.EFF(11,"Amount (Sats)"),m.k0s()(),m.nrm(12,"mat-divider",24),m.DNE(13,et,11,9,"div",57),m.k0s()()()}if(2&ke){const Qe=m.XpG(2);m.R7$(12),m.Y8G("inset",!0),m.R7$(),m.Y8G("ngForOf",null==Qe.invoice?null:Qe.invoice.htlcs)}}function Ct(ke,Je){1&ke&&m.nrm(0,"mat-divider",24),2&ke&&m.Y8G("inset",!0)}function _t(ke,Je){if(1&ke&&(m.nrm(0,"mat-divider",24),m.j41(1,"div",19)(2,"div",25)(3,"h4",21),m.EFF(4,"Preimage"),m.k0s(),m.j41(5,"span",26),m.EFF(6),m.k0s()()(),m.nrm(7,"mat-divider",24),m.j41(8,"div",19)(9,"div",20)(10,"h4",21),m.EFF(11,"State"),m.k0s(),m.j41(12,"span",26),m.EFF(13),m.k0s()(),m.j41(14,"div",20)(15,"h4",21),m.EFF(16,"Expiry"),m.k0s(),m.j41(17,"span",26),m.EFF(18),m.nI1(19,"date"),m.k0s()()(),m.nrm(20,"mat-divider",24),m.j41(21,"div",19)(22,"div",20)(23,"h4",21),m.EFF(24,"Private Routing Hints"),m.k0s(),m.j41(25,"span",26),m.EFF(26),m.k0s()(),m.j41(27,"div",20)(28,"h4",21),m.EFF(29,"AMP Invoice"),m.k0s(),m.j41(30,"span",26),m.EFF(31),m.k0s()()(),m.nrm(32,"mat-divider",24),m.DNE(33,Ke,14,2,"div",50)(34,Ct,1,1,"mat-divider",17)),2&ke){const Qe=m.XpG();m.Y8G("inset",!0),m.R7$(6),m.JRh((null==Qe.invoice?null:Qe.invoice.r_preimage)||"-"),m.R7$(),m.Y8G("inset",!0),m.R7$(6),m.JRh(null==Qe.invoice?null:Qe.invoice.state),m.R7$(5),m.JRh(m.i5U(19,11,1e3*(+(null==Qe.invoice?null:Qe.invoice.creation_date)+ +(null==Qe.invoice?null:Qe.invoice.expiry)),"dd/MMM/y HH:mm")),m.R7$(2),m.Y8G("inset",!0),m.R7$(6),m.JRh(null!=Qe.invoice&&Qe.invoice.private?"Yes":"No"),m.R7$(5),m.JRh(null!=Qe.invoice&&Qe.invoice.is_amp?"Yes":"No"),m.R7$(),m.Y8G("inset",!0),m.R7$(),m.Y8G("ngIf",(null==Qe.invoice?null:Qe.invoice.htlcs)&&(null==Qe.invoice?null:Qe.invoice.htlcs.length)>0),m.R7$(),m.Y8G("ngIf",(null==Qe.invoice?null:Qe.invoice.htlcs)&&(null==Qe.invoice?null:Qe.invoice.htlcs.length)>0)}}let Nt=(()=>{class ke{set container(Qe){Qe&&(this.scrollContainer=Qe)}constructor(Qe,nt,Ue,ht,tt,wt){this.dialogRef=Qe,this.data=nt,this.logger=Ue,this.commonService=ht,this.snackBar=tt,this.store=wt,this.faReceipt=e.Mf0,this.showAdvanced=!1,this.newlyAdded=!1,this.invoice=null,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.f7,this.flgOpened=!1,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B]}ngOnInit(){this.invoice=JSON.parse(JSON.stringify(this.data.invoice)),this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.f7.XS&&(this.qrWidth=220),this.store.select(x.pI).pipe((0,S.Q)(this.unSubs[0])).subscribe(nt=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(nt.version,"0.11.0")});const Qe=JSON.parse(JSON.stringify(this.invoice));this.store.select(x.rN).pipe((0,S.Q)(this.unSubs[1])).subscribe(nt=>{const Ue=this.invoice?.state,tt=(nt.listInvoices.invoices||[]).find(wt=>wt.r_hash===Qe.r_hash)||null;tt&&(this.invoice=tt),Ue!==this.invoice?.state&&"SETTLED"===this.invoice?.state&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(nt)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced,this.flgOpened=!1}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+60}onExpansionClosed(){this.flgOpened=!1,this.scrollContainer.nativeElement.scrollTop=0}onCopyPayment(Qe){this.snackBar.open("Payment request copied."),this.logger.info("Copied Text: "+Qe)}getDecimalFormat(Qe){return Qe.amt_msat<1e3?"1.0-4":"1.0-0"}ngOnDestroy(){this.unSubs.forEach(Qe=>{Qe.next(null),Qe.complete()})}static{this.\u0275fac=function(nt){return new(nt||ke)(m.rXU(t.CP),m.rXU(t.Vh),m.rXU(R.gP),m.rXU(d.h),m.rXU(w.UG),m.rXU(y.il))}}static{this.\u0275cmp=m.VBU({type:ke,selectors:[["rtl-invoice-information"]],viewQuery:function(nt,Ue){if(1&nt&&m.GBs(be,5),2&nt){let ht;m.mGM(ht=m.lsd())&&(Ue.container=ht.first)}},decls:80,vars:49,consts:[["scrollContainer",""],["hideAdvancedText",""],["advancedBlock",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"ngClass"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],[4,"ngTemplateOutlet"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(nt,Ue){if(1&nt){const ht=m.RV6();m.j41(0,"div",3)(1,"div",4),m.DNE(2,M,1,3,"qr-code",5)(3,L,2,0,"span",6),m.k0s(),m.j41(4,"div",7)(5,"mat-card-header",8)(6,"div",9),m.nrm(7,"fa-icon",10),m.j41(8,"span",11),m.EFF(9),m.k0s()(),m.j41(10,"button",12),m.bIt("click",function(){return m.eBV(ht),m.Njj(Ue.onClose())}),m.EFF(11,"X"),m.k0s()(),m.j41(12,"mat-card-content",13)(13,"div",14)(14,"div",15),m.DNE(15,O,1,3,"qr-code",5)(16,_,2,0,"span",16),m.k0s(),m.DNE(17,r,1,1,"mat-divider",17),m.j41(18,"div",18,0)(20,"div",19)(21,"div",20)(22,"h4",21),m.EFF(23),m.k0s(),m.j41(24,"span",22),m.EFF(25),m.nI1(26,"number"),m.DNE(27,v,2,0,"ng-container",23),m.k0s()(),m.j41(28,"div",20)(29,"h4",21),m.EFF(30,"Amount Settled"),m.k0s(),m.j41(31,"span",22),m.DNE(32,Ie,3,2,"ng-container",23)(33,rt,3,2,"ng-container",23),m.k0s()()(),m.nrm(34,"mat-divider",24),m.j41(35,"div",19)(36,"div",20)(37,"h4",21),m.EFF(38,"Date Created"),m.k0s(),m.j41(39,"span",22),m.EFF(40),m.nI1(41,"date"),m.k0s()(),m.j41(42,"div",20)(43,"h4",21),m.EFF(44,"Date Settled"),m.k0s(),m.j41(45,"span",22),m.EFF(46),m.nI1(47,"date"),m.k0s()()(),m.nrm(48,"mat-divider",24),m.j41(49,"div",19)(50,"div",25)(51,"h4",21),m.EFF(52,"Memo"),m.k0s(),m.j41(53,"span",22),m.EFF(54),m.k0s()()(),m.nrm(55,"mat-divider",24),m.j41(56,"div",19)(57,"div",25)(58,"h4",21),m.EFF(59,"Payment Request"),m.k0s(),m.j41(60,"span",26),m.EFF(61),m.k0s()()(),m.nrm(62,"mat-divider",24),m.j41(63,"div",19)(64,"div",25)(65,"h4",21),m.EFF(66,"Payment Hash"),m.k0s(),m.j41(67,"span",26),m.EFF(68),m.k0s()()(),m.DNE(69,te,2,1,"div",23),m.k0s()()(),m.DNE(70,oe,4,0,"div",27),m.j41(71,"div",28)(72,"button",29),m.bIt("click",function(){return m.eBV(ht),m.Njj(Ue.onShowAdvanced())}),m.DNE(73,_e,2,0,"p",30)(74,de,2,0,"ng-template",null,1,m.C5r),m.k0s(),m.DNE(76,pe,2,2,"button",31)(77,We,2,0,"button",32),m.k0s()()(),m.DNE(78,_t,35,14,"ng-template",null,2,m.C5r)}if(2&nt){const ht=m.sdS(75);m.R7$(),m.Y8G("fxLayoutAlign",null!=Ue.invoice&&Ue.invoice.payment_request&&""!==(null==Ue.invoice?null:Ue.invoice.payment_request)?"center start":"center center")("ngClass",m.eq3(41,D,Ue.screenSize===Ue.screenSizeEnum.XS||Ue.screenSize===Ue.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==Ue.invoice?null:Ue.invoice.payment_request)&&""!==(null==Ue.invoice?null:Ue.invoice.payment_request)),m.R7$(),m.Y8G("ngIf",!(null!=Ue.invoice&&Ue.invoice.payment_request)||""===(null==Ue.invoice?null:Ue.invoice.payment_request)),m.R7$(4),m.Y8G("icon",Ue.faReceipt),m.R7$(2),m.JRh(Ue.screenSize===Ue.screenSizeEnum.XS?Ue.newlyAdded?"Created":"Invoice":Ue.newlyAdded?"Invoice Created":"Invoice Information"),m.R7$(3),m.Y8G("ngClass",m.eq3(43,n,Ue.screenSize===Ue.screenSizeEnum.XS)),m.R7$(2),m.Y8G("fxLayoutAlign",null!=Ue.invoice&&Ue.invoice.payment_request&&""!==(null==Ue.invoice?null:Ue.invoice.payment_request)?"center start":"center center")("ngClass",m.eq3(45,D,Ue.screenSize!==Ue.screenSizeEnum.XS&&Ue.screenSize!==Ue.screenSizeEnum.SM)),m.R7$(),m.Y8G("ngIf",(null==Ue.invoice?null:Ue.invoice.payment_request)&&""!==(null==Ue.invoice?null:Ue.invoice.payment_request)),m.R7$(),m.Y8G("ngIf",!(null!=Ue.invoice&&Ue.invoice.payment_request)||""===(null==Ue.invoice?null:Ue.invoice.payment_request)),m.R7$(),m.Y8G("ngIf",Ue.screenSize===Ue.screenSizeEnum.XS||Ue.screenSize===Ue.screenSizeEnum.SM),m.R7$(),m.Y8G("ngClass",m.eq3(47,c,(null==Ue.invoice?null:Ue.invoice.htlcs)&&(null==Ue.invoice?null:Ue.invoice.htlcs.length)>0&&Ue.showAdvanced)),m.R7$(5),m.JRh(Ue.screenSize===Ue.screenSizeEnum.XS?"Amount":"Amount Requested"),m.R7$(2),m.SpI("",m.bMT(26,33,(null==Ue.invoice?null:Ue.invoice.value)||0)," Sats"),m.R7$(2),m.Y8G("ngIf",!(null!=Ue.invoice&&Ue.invoice.value)||"0"===(null==Ue.invoice?null:Ue.invoice.value)),m.R7$(5),m.Y8G("ngIf",(null==Ue.invoice?null:Ue.invoice.amt_paid_sat)&&"OPEN"!==(null==Ue.invoice?null:Ue.invoice.state)),m.R7$(),m.Y8G("ngIf",!(null!=Ue.invoice&&Ue.invoice.amt_paid_sat)||"0"===(null==Ue.invoice?null:Ue.invoice.amt_paid_sat)),m.R7$(),m.Y8G("inset",!0),m.R7$(6),m.JRh(m.i5U(41,35,1e3*(null==Ue.invoice?null:Ue.invoice.creation_date),"dd/MMM/y HH:mm")),m.R7$(6),m.JRh(0!=+(null==Ue.invoice?null:Ue.invoice.settle_date)?m.i5U(47,38,1e3*+(null==Ue.invoice?null:Ue.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),m.R7$(2),m.Y8G("inset",!0),m.R7$(6),m.JRh(null==Ue.invoice?null:Ue.invoice.memo),m.R7$(),m.Y8G("inset",!0),m.R7$(6),m.JRh((null==Ue.invoice?null:Ue.invoice.payment_request)||"N/A"),m.R7$(),m.Y8G("inset",!0),m.R7$(6),m.JRh((null==Ue.invoice?null:Ue.invoice.r_hash)||""),m.R7$(),m.Y8G("ngIf",Ue.showAdvanced),m.R7$(),m.Y8G("ngIf",(null==Ue.invoice?null:Ue.invoice.htlcs)&&(null==Ue.invoice?null:Ue.invoice.htlcs.length)>0&&Ue.showAdvanced&&Ue.flgOpened),m.R7$(3),m.Y8G("ngIf",!Ue.showAdvanced)("ngIfElse",ht),m.R7$(3),m.Y8G("ngIf",(null==Ue.invoice?null:Ue.invoice.payment_request)&&""!==(null==Ue.invoice?null:Ue.invoice.payment_request)),m.R7$(),m.Y8G("ngIf",!(null!=Ue.invoice&&Ue.invoice.payment_request)||""===(null==Ue.invoice?null:Ue.invoice.payment_request))}},dependencies:[T.YU,T.Sq,T.bT,T.T3,k.aY,F.DJ,F.sA,F.UI,V.PW,U.$z,U.$0,G.m2,G.MM,Y.GK,Y.Z2,Y.WN,$.An,Z.q,ie.LG,ve.oV,ae.Um,ye.U,ue.N,T.QX,T.vh]})}}return ke})()},1001:(Ve,ee,p)=>{"use strict";p.d(ee,{C:()=>e,q:()=>C});var t=p(9969);const e=[(0,t.hZ)("opacityAnimation",[(0,t.kY)(":enter",[(0,t.iF)({opacity:0}),(0,t.i0)("1000ms ease-in",(0,t.iF)({opacity:1}))]),(0,t.kY)(":leave",[(0,t.i0)("0ms",(0,t.iF)({opacity:0}))])])],C=[(0,t.hZ)("fadeIn",[(0,t.kY)("void => *",[]),(0,t.kY)("* => void",[]),(0,t.kY)("* => *",[(0,t.i0)(800,(0,t.i7)([(0,t.iF)({opacity:0,transform:"translateY(100%)"}),(0,t.iF)({opacity:1,transform:"translateY(0%)"})]))])])]},9881:(Ve,ee,p)=>{"use strict";p.d(ee,{E:()=>e});var t=p(9969);const e=(0,t.hZ)("routeAnimation",[(0,t.kY)("* => *",[(0,t.P)(":enter, :leave",(0,t.iF)({position:"fixed",width:"100%"}),{optional:!0}),(0,t.Os)([(0,t.P)(":enter",[(0,t.iF)({transform:"translateX(100%)"}),(0,t.i0)("1000ms ease-in-out",(0,t.iF)({transform:"translateX(0%)"}))],{optional:!0}),(0,t.P)(":leave",[(0,t.iF)({transform:"translateX(0%)"}),(0,t.i0)("1000ms ease-in-out",(0,t.iF)({transform:"translateX(-100%)"}))],{optional:!0})])])])},6949:(Ve,ee,p)=>{"use strict";p.d(ee,{k:()=>e});var t=p(9969);const e=[(0,t.hZ)("sliderAnimation",[(0,t.wk)("*",(0,t.iF)({transform:"translateX(0)"})),(0,t.kY)("void => backward",[(0,t.iF)({transform:"translateX(-100%"}),(0,t.i0)("800ms")]),(0,t.kY)("backward => void",[(0,t.i0)("0ms",(0,t.iF)({transform:"translateX(100%)"}))]),(0,t.kY)("void => forward",[(0,t.iF)({transform:"translateX(100%"}),(0,t.i0)("800ms")]),(0,t.kY)("forward => void",[(0,t.i0)("0ms",(0,t.iF)({transform:"translateX(-100%)"}))])])]},2462:(Ve,ee,p)=>{"use strict";p.d(ee,{f:()=>y});var t=p(5351),e=p(4438),C=p(8570),S=p(177),l=p(2920),x=p(8834),m=p(5596),R=p(1997),d=p(9587);function w(T,k){if(1&T&&(e.j41(0,"p",14),e.EFF(1),e.k0s()),2&T){const F=e.XpG();e.R7$(),e.JRh(F.data.titleMessage)}}let y=(()=>{class T{constructor(F,V,U){this.dialogRef=F,this.data=V,this.logger=U,this.errorMessage=""}ngOnInit(){this.errorMessage=this.data.message&&this.data.message.message&&"object"==typeof this.data.message.message?JSON.stringify(this.data.message.message):this.data.message&&this.data.message.message?this.data.message.message:"",!this.data.message&&!this.data.titleMessage&&!this.data.message&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.data.message)}onClose(){this.dialogRef.close(!1)}static{this.\u0275fac=function(V){return new(V||T)(e.rXU(t.CP),e.rXU(t.Vh),e.rXU(C.gP))}}static{this.\u0275cmp=e.VBU({type:T,selectors:[["rtl-error-message"]],decls:29,vars:6,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large","error-alert-block"],["fxLayout","column"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],[1,"word-break"],["fxLayout","row","fxLayoutAlign","end center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","start center",1,"pb-1"]],template:function(V,U){1&V&&(e.j41(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e.EFF(5),e.k0s()(),e.j41(6,"button",5),e.bIt("click",function(){return U.onClose()}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",6)(9,"div",7),e.DNE(10,w,2,1,"p",8),e.j41(11,"h4",9),e.EFF(12,"Error Code"),e.k0s(),e.j41(13,"span"),e.EFF(14),e.k0s(),e.nrm(15,"mat-divider",10),e.j41(16,"h4",9),e.EFF(17,"Error Message"),e.k0s(),e.j41(18,"span",11),e.EFF(19),e.k0s(),e.nrm(20,"mat-divider",10),e.j41(21,"h4",9),e.EFF(22,"API URL"),e.k0s(),e.j41(23,"span",11),e.EFF(24),e.k0s(),e.nrm(25,"mat-divider",10),e.j41(26,"div",12)(27,"button",13),e.EFF(28,"OK"),e.k0s()()()()()()),2&V&&(e.R7$(5),e.JRh(U.data.alertTitle||"ERROR"),e.R7$(5),e.Y8G("ngIf",U.data.titleMessage),e.R7$(4),e.JRh(U.data.message.code),e.R7$(5),e.JRh(U.errorMessage),e.R7$(5),e.JRh(U.data.message.URL),e.R7$(3),e.Y8G("mat-dialog-close",!1))},dependencies:[S.bT,l.DJ,l.sA,l.UI,t.tx,x.$z,m.m2,m.MM,R.q,d.N],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]})}}return T})()},8711:(Ve,ee,p)=>{"use strict";p.d(ee,{D:()=>nn});var t=p(9417),e=p(1413),C=p(6977),S=p(5351),l=p(5383),x=p(1001),m=p(4416),R=p(3536),d=p(4438),w=p(9640),y=p(4104),T=p(177),k=p(8570),F=p(1188),V=p(2571),U=p(2920),G=p(6038),Y=p(8834),$=p(5596),Z=p(9454),ie=p(9213),ve=p(9631),ae=p(6467),ye=p(7575),ue=p(5951),be=p(450),D=p(4823),n=p(6013),c=p(9587),f=p(1997);const h=st=>({"h-5":st});function M(st,ii){1&st&&d.eu8(0)}function L(st,ii){1&st&&d.eu8(0)}function O(st,ii){if(1&st&&(d.j41(0,"mat-expansion-panel",3)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",4),d.EFF(4),d.nI1(5,"number"),d.k0s()()(),d.DNE(6,L,1,0,"ng-container",2),d.k0s()),2&st){const Se=d.XpG(),Mt=d.sdS(4);d.Y8G("expanded",Se.panelExpanded)("ngClass",d.eq3(7,h,!Se.flgShowPanel)),d.R7$(4),d.Lme("Quote for ",Se.termCaption," amount (",d.bMT(5,5,Se.quote.amount)," Sats)"),d.R7$(2),d.Y8G("ngTemplateOutlet",Mt)}}function _(st,ii){if(1&st&&(d.j41(0,"div",19)(1,"h4",8),d.EFF(2," Prepay Amount (Sats) "),d.j41(3,"mat-icon",20),d.EFF(4,"info_outline"),d.k0s()(),d.j41(5,"span",10),d.EFF(6),d.nI1(7,"number"),d.k0s()()),2&st){const Se=d.XpG(2);d.R7$(6),d.JRh(d.bMT(7,1,null==Se.quote?null:Se.quote.prepay_amt_sat))}}function r(st,ii){1&st&&d.nrm(0,"mat-divider",13)}function v(st,ii){if(1&st&&(d.j41(0,"div",6)(1,"div",21)(2,"h4",8),d.EFF(3," Swap Server Node Pubkey "),d.j41(4,"mat-icon",22),d.EFF(5,"info_outline"),d.k0s()(),d.j41(6,"span",10),d.EFF(7),d.k0s()()()),2&st){const Se=d.XpG(2);d.R7$(7),d.JRh(null==Se.quote?null:Se.quote.swap_payment_dest)}}function z(st,ii){if(1&st&&(d.j41(0,"div",5)(1,"div",6)(2,"div",7)(3,"h4",8),d.EFF(4," Swap Fee (Sats) "),d.j41(5,"mat-icon",9),d.EFF(6,"info_outline"),d.k0s()(),d.j41(7,"span",10),d.EFF(8),d.nI1(9,"number"),d.k0s()(),d.j41(10,"div",7)(11,"h4",8),d.EFF(12),d.j41(13,"mat-icon",11),d.EFF(14,"info_outline"),d.k0s()(),d.j41(15,"span",10),d.EFF(16),d.nI1(17,"number"),d.k0s()(),d.DNE(18,_,8,3,"div",12),d.k0s(),d.nrm(19,"mat-divider",13),d.j41(20,"div",6)(21,"div",14)(22,"h4",8),d.EFF(23," Max Off-chain Swap Routing Fee (Sats) "),d.j41(24,"mat-icon",15),d.EFF(25,"info_outline"),d.k0s()(),d.j41(26,"span",10),d.EFF(27),d.nI1(28,"number"),d.k0s()(),d.j41(29,"div",14)(30,"h4",8),d.EFF(31," Max Off-chain Prepay Routing Fee (Sats) "),d.j41(32,"mat-icon",16),d.EFF(33,"info_outline"),d.k0s()(),d.j41(34,"span",10),d.EFF(35,"36"),d.k0s()()(),d.DNE(36,r,1,0,"mat-divider",17)(37,v,8,1,"div",18),d.k0s()),2&st){const Se=d.XpG();d.R7$(2),d.Y8G("fxFlex",null!=Se.quote&&Se.quote.prepay_amt_sat?"30":"50"),d.R7$(6),d.JRh(d.bMT(9,9,null==Se.quote?null:Se.quote.swap_fee_sat)),d.R7$(2),d.Y8G("fxFlex",null!=Se.quote&&Se.quote.prepay_amt_sat?"35":"50"),d.R7$(2),d.SpI(" ",null!=Se.quote&&Se.quote.htlc_sweep_fee_sat?"HTLC Sweep Fee (Sats)":null!=Se.quote&&Se.quote.htlc_publish_fee_sat?"HTLC Publish Fee (Sats)":""," "),d.R7$(4),d.JRh(d.bMT(17,11,null!=Se.quote&&Se.quote.htlc_sweep_fee_sat?Se.quote.htlc_sweep_fee_sat:null!=Se.quote&&Se.quote.htlc_publish_fee_sat?Se.quote.htlc_publish_fee_sat:0)),d.R7$(2),d.Y8G("ngIf",null==Se.quote?null:Se.quote.prepay_amt_sat),d.R7$(9),d.JRh(d.bMT(28,13,(null==Se.quote?null:Se.quote.amount)*((null!=Se.quote&&Se.quote.off_chain_swap_routing_fee_percentage?null==Se.quote?null:Se.quote.off_chain_swap_routing_fee_percentage:2)/100))),d.R7$(9),d.Y8G("ngIf",""!==(null==Se.quote?null:Se.quote.swap_payment_dest)),d.R7$(),d.Y8G("ngIf",""!==(null==Se.quote?null:Se.quote.swap_payment_dest))}}let N=(()=>{class st{constructor(){this.quote={},this.termCaption="",this.showPanel=!0,this.panelExpanded=!1,this.flgShowPanel=!1}ngOnInit(){setTimeout(()=>{this.flgShowPanel=!0},1200)}static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275cmp=d.VBU({type:st,selectors:[["rtl-loop-quote"]],inputs:{quote:"quote",termCaption:"termCaption",showPanel:"showPanel",panelExpanded:"panelExpanded"},decls:5,vars:1,consts:[["informationBlock",""],["quoteDetailsBlock",""],[4,"ngTemplateOutlet"],["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded","ngClass"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],[3,"fxFlex"],["fxLayoutAlign","start center",1,"font-bold-500"],["matTooltip","Estimated fee charged by the loop server for the swap",1,"info-icon","info-icon-text"],[1,"foreground-secondary-text"],["matTooltip","An estimate of the on-chain fee that needs to be paid to sweep the HTLC",1,"info-icon","info-icon-text"],["fxFlex","35",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","50"],["matTooltip","Maximum off-chain fee that may be paid for routing the payment amount to the server",1,"info-icon","info-icon-text"],["matTooltip","Maximum off-chain fee that may be paid for routing the pre-payment amount to the server","matTooltipPosition","before",1,"info-icon","info-icon-text"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxFlex","35"],["matTooltip","The part of the swap fee that is requested as a prepayment","matTooltipPosition","before",1,"info-icon","info-icon-text"],["fxFlex","100"],["matTooltip","The node pubkey, where the swap payments will be sent",1,"info-icon","info-icon-text"]],template:function(Mt,Pt){if(1&Mt&&d.DNE(0,M,1,0,"ng-container",2)(1,O,7,9,"ng-template",null,0,d.C5r)(3,z,38,15,"ng-template",null,1,d.C5r),2&Mt){const ai=d.sdS(2),Ei=d.sdS(4);d.Y8G("ngTemplateOutlet",Pt.showPanel?ai:Ei)}},dependencies:[T.YU,T.bT,T.T3,U.DJ,U.sA,U.UI,G.PW,Z.GK,Z.Z2,Z.WN,ie.An,f.q,D.oV,T.QX]})}}return st})();function ne(st,ii){1&st&&d.eu8(0)}function Ie(st,ii){if(1&st&&(d.j41(0,"div",3)(1,"span",4),d.EFF(2),d.k0s()()),2&st){const Se=d.XpG();d.R7$(2),d.JRh(null!=Se.loopStatus&&Se.loopStatus.error?null==Se.loopStatus?null:Se.loopStatus.error:"Unknown Error.")}}function at(st,ii){if(1&st&&(d.j41(0,"div",3)(1,"div",5)(2,"div",6)(3,"h4",7),d.EFF(4,"ID"),d.k0s(),d.j41(5,"span",4),d.EFF(6),d.k0s()()(),d.nrm(7,"mat-divider",8),d.j41(8,"div",5)(9,"div",6)(10,"h4",7),d.EFF(11,"HTLC Address"),d.k0s(),d.j41(12,"span",4),d.EFF(13),d.k0s()()()()),2&st){const Se=d.XpG();d.R7$(6),d.JRh(null==Se.loopStatus?null:Se.loopStatus.id_bytes),d.R7$(7),d.JRh(null==Se.loopStatus?null:Se.loopStatus.htlc_address)}}let Ye=(()=>{class st{constructor(){}static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275cmp=d.VBU({type:st,selectors:[["rtl-loop-status"]],inputs:{loopStatus:"loopStatus"},decls:5,vars:1,consts:[["loopFailedBlock",""],["loopSuccessfulBlock",""],[4,"ngTemplateOutlet"],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"]],template:function(Mt,Pt){if(1&Mt&&d.DNE(0,ne,1,0,"ng-container",2)(1,Ie,3,1,"ng-template",null,0,d.C5r)(3,at,14,2,"ng-template",null,1,d.C5r),2&Mt){const ai=d.sdS(2),Ei=d.sdS(4);d.Y8G("ngTemplateOutlet",null!=Pt.loopStatus&&Pt.loopStatus.error?ai:Ei)}},dependencies:[T.T3,U.DJ,U.sA,U.UI,f.q]})}}return st})();var rt=p(6949);const re=(st,ii)=>({"small-svg":st,"large-svg":ii});function te(st,ii){1&st&&d.eu8(0)}function oe(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",7)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),d.nrm(8,"circle",12)(9,"path",13),d.k0s(),d.j41(10,"g",14),d.nrm(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),d.k0s()()()()(),d.joV(),d.j41(26,"div",30)(27,"mat-card-title"),d.EFF(28,"Loop In explained."),d.k0s()(),d.j41(29,"div",31)(30,"mat-card-subtitle",32),d.EFF(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,re,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function _e(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",33)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40),d.nrm(13,"rect",41)(14,"rect",42)(15,"rect",43)(16,"circle",44)(17,"rect",45)(18,"rect",46)(19,"circle",47)(20,"rect",48)(21,"rect",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"circle",53)(26,"circle",54)(27,"circle",55),d.k0s(),d.j41(28,"g",56)(29,"g",57)(30,"g",58),d.nrm(31,"path",59)(32,"rect",60)(33,"polygon",61),d.j41(34,"g",62),d.nrm(35,"path",63),d.k0s(),d.nrm(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"rect",69)(42,"rect",70)(43,"path",71)(44,"path",72),d.k0s(),d.j41(45,"g",73),d.nrm(46,"path",74)(47,"path",75)(48,"path",76)(49,"path",77)(50,"path",78)(51,"path",79)(52,"path",80)(53,"path",81)(54,"path",82)(55,"path",83)(56,"path",84)(57,"circle",85)(58,"circle",86),d.k0s(),d.nrm(59,"path",87),d.k0s()()()()()(),d.joV(),d.j41(60,"div",30)(61,"mat-card-title"),d.EFF(62,"Step 1: Deciding to Loop In"),d.k0s()(),d.j41(63,"div",31)(64,"mat-card-subtitle",32),d.EFF(65," Your outgoing capacity is depleted and you want to regain it without opening new channels. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,re,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function de(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",88)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",89),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",90)(10,"g",91)(11,"g",92)(12,"g",93)(13,"g",94),d.nrm(14,"circle",95)(15,"path",96),d.j41(16,"g",97),d.nrm(17,"polygon",98)(18,"polygon",99)(19,"path",100),d.k0s(),d.j41(20,"g",101),d.nrm(21,"polygon",102)(22,"path",103)(23,"rect",104)(24,"path",105)(25,"rect",106)(26,"rect",107)(27,"rect",108)(28,"rect",109)(29,"circle",110)(30,"path",111),d.j41(31,"g",112)(32,"g",113),d.nrm(33,"g",114),d.k0s(),d.nrm(34,"g",115),d.k0s()()(),d.j41(35,"g",116)(36,"g",40),d.nrm(37,"rect",117)(38,"rect",42)(39,"rect",43)(40,"circle",118)(41,"rect",45)(42,"rect",46)(43,"circle",119)(44,"rect",48)(45,"rect",49)(46,"rect",50)(47,"rect",51)(48,"rect",52)(49,"circle",120)(50,"circle",54)(51,"circle",55)(52,"circle",121),d.k0s(),d.j41(53,"g",56)(54,"g",57)(55,"g",58),d.nrm(56,"path",59)(57,"rect",60)(58,"polygon",61),d.j41(59,"g",122),d.nrm(60,"path",63),d.k0s(),d.nrm(61,"rect",123)(62,"rect",124)(63,"rect",125)(64,"rect",126)(65,"rect",127)(66,"rect",128)(67,"rect",129)(68,"path",130)(69,"path",72),d.k0s(),d.j41(70,"g",73),d.nrm(71,"path",131)(72,"path",132)(73,"path",133)(74,"path",134)(75,"path",135)(76,"path",136)(77,"path",80)(78,"path",81)(79,"path",137)(80,"path",83)(81,"path",138)(82,"circle",85)(83,"circle",86),d.k0s(),d.nrm(84,"path",139),d.k0s()()()(),d.nrm(85,"path",140)(86,"path",141),d.k0s()()()(),d.joV(),d.j41(87,"div",30)(88,"mat-card-title"),d.EFF(89,"Step 2: Send payment out"),d.k0s()(),d.j41(90,"div",31)(91,"mat-card-subtitle",32),d.EFF(92," Your node sends funds on-chain to loop server to be swapped with off-chain liquidity. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,re,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function pe(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",142)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",90)(5,"g",143)(6,"g",144)(7,"g")(8,"g",145)(9,"g",146),d.nrm(10,"circle",12)(11,"path",147),d.k0s(),d.j41(12,"g",14),d.nrm(13,"ellipse",148)(14,"ellipse",16)(15,"rect",17)(16,"rect",18)(17,"rect",19)(18,"rect",20)(19,"rect",21)(20,"rect",22)(21,"rect",23)(22,"rect",24)(23,"rect",25)(24,"rect",26)(25,"rect",27)(26,"rect",28)(27,"rect",29),d.k0s()(),d.j41(28,"g",149),d.nrm(29,"polygon",150)(30,"polygon",99)(31,"path",151),d.k0s(),d.j41(32,"g",152),d.nrm(33,"polygon",102)(34,"path",103)(35,"rect",104)(36,"path",105)(37,"rect",106)(38,"rect",107)(39,"rect",108)(40,"rect",109)(41,"circle",110)(42,"path",111),d.j41(43,"g",112)(44,"g",113),d.nrm(45,"g",114),d.k0s(),d.nrm(46,"g",115),d.k0s()()(),d.nrm(47,"path",153),d.k0s()()()(),d.joV(),d.j41(48,"div",30)(49,"mat-card-title"),d.EFF(50,"Step 3: Recieve Funds Off-chain"),d.k0s()(),d.j41(51,"div",31)(52,"mat-card-subtitle",32),d.EFF(53," Loop server sends equivalent funds off-chain to your node by making a lightning payment to you. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,re,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function We(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",154)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",90)(10,"g",155)(11,"g",156)(12,"g",157)(13,"g",158)(14,"g",40),d.nrm(15,"rect",159)(16,"rect",160)(17,"rect",161)(18,"circle",162)(19,"rect",163)(20,"rect",164)(21,"circle",165)(22,"rect",166)(23,"rect",167)(24,"rect",168)(25,"rect",169)(26,"circle",170)(27,"circle",171),d.k0s(),d.j41(28,"g",172),d.nrm(29,"path",173)(30,"rect",174)(31,"polygon",175)(32,"circle",176)(33,"path",177)(34,"rect",178)(35,"rect",179)(36,"rect",180)(37,"rect",181)(38,"rect",182)(39,"rect",183)(40,"rect",184)(41,"path",185)(42,"path",186),d.k0s(),d.nrm(43,"path",187),d.k0s()(),d.nrm(44,"circle",188),d.k0s()()()(),d.joV(),d.j41(45,"div",30)(46,"mat-card-title"),d.EFF(47,"Done!"),d.k0s()(),d.j41(48,"div",31)(49,"mat-card-subtitle",32),d.EFF(50," You send the payment on-chain from your wallet and also move remote balance to the local side of the node, gaining outgoing capacity. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,re,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}let se=(()=>{class st{constructor(Se){this.commonService=Se,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new d.bkB,this.screenSize="",this.screenSizeEnum=m.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(Se){2===Se.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===Se.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(Mt){return new(Mt||st)(d.rXU(V.h))}}static{this.\u0275cmp=d.VBU({type:st,selectors:[["rtl-loop-in-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopIn_Step02","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(542.000000, 210.000000)"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"],["fxFlex","30","viewBox","0 0 364 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","Loopv0.3","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step03","transform","translate(-1127.000000, -164.000000)"],["id","LoopIn_Step03","transform","translate(1127.000000, 164.000000)"],["id","Group-21"],["id","Group-35","transform","translate(107.000000, 10.000000)"],["id","Oval","fill-rule","nonzero","cx","214.487742","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M232.082742,28.5000036 C236.446821,28.5000036 239.999928,25.1343958 239.999928,21.0000215 C239.999928,16.8656472 236.446821,13.5000393 232.082742,13.5000393 C228.98433,13.5000393 226.560889,15.4359631 224.999964,17.1843872 C223.43904,15.4359631 221.015599,13.5000393 217.917187,13.5000393 C213.553107,13.5000393 210,16.8656472 210,21.0000215 C210,25.1343958 213.553107,28.5000036 217.917187,28.5000036 C221.015599,28.5000036 223.43904,26.5640798 224.999964,24.8156557 C226.560889,26.5640798 228.98433,28.5000036 232.082742,28.5000036 Z M217.917187,24.0000143 C216.032807,24.0000143 214.499989,22.6546959 214.499989,21.0000286 C214.499989,19.3453471 216.032807,18.0000286 217.917187,18.0000286 C219.707771,18.0000286 221.357776,19.6921938 222.323426,21.0000286 C221.36716,22.2937501 219.703102,24.0000143 217.917187,24.0000143 Z M232.082742,24.0000143 C230.292157,24.0000143 228.642152,22.3078492 227.676502,21.0000286 C228.632768,19.7062929 230.296827,18.0000286 232.082742,18.0000286 C233.967121,18.0000286 235.499939,19.3453471 235.499939,21.0000286 C235.499939,22.6546959 233.967121,24.0000143 232.082742,24.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(0.000000, 64.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-20"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-20"],["id","Group-43","transform","translate(152.000000, 35.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["id","LoopIn_Step03","fill-rule","nonzero"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-10"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","15.8607624","r","7.93434243"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.35996418",1,"fill-color-31"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-4"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-20"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-20"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-16"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-9"],["d","M93.2292414,91.9116485 L93.2292414,89.7922708 C93.647506,89.8022089 94.0558324,89.8022089 94.4442517,89.8022089 L94.4442517,91.9116485 L95.9779294,91.9116485 L95.9779294,89.7623948 C98.5473303,89.6229527 100.264986,88.975618 100.494057,86.5555973 C100.673282,84.6136241 99.757032,83.7471573 98.3030443,83.3986138 C99.1794183,82.9504733 99.7371558,82.1537275 99.6076827,80.8291821 C99.4383337,79.0166511 97.9497787,78.4091306 95.9778985,78.2398742 L95.9778985,75.7301945 L94.4442208,75.7301945 L94.4442208,78.1701531 C94.0458325,78.1701531 93.6375061,78.1800912 93.2292106,78.1900602 L93.2292106,75.7301945 L91.695502,75.7301945 L91.695502,78.2398742 C91.1316227,78.2569109 90.4748746,78.2485777 88.6181777,78.2398742 L88.6181777,79.8731181 C89.8290831,79.8516987 90.4644118,79.7738914 90.6099957,80.5502979 L90.6099957,87.4220333 C90.517559,88.0380413 90.0245427,87.9493391 88.926907,87.9299259 L88.6181777,89.7524258 L89.5798445,89.7528809 C91.4824304,89.7548325 91.6955329,89.7623948 91.6955329,89.7623948 L91.6955329,91.9116485 L93.2292414,91.9116485 Z M93.2591175,83.0400705 L93.2591175,79.9826533 C94.1255534,79.9826533 96.8343964,79.7137998 96.8343964,81.5163618 C96.8343964,83.2392647 94.1255843,83.0400705 93.2591175,83.0400705 Z M93.2591175,87.9398948 L93.2591175,84.5737791 C94.2948407,84.5737791 97.4665153,84.2849568 97.4665153,86.2568678 C97.4665153,88.1589961 94.2948407,87.9398948 93.2591175,87.9398948 Z","id","b","fill-rule","nonzero","transform","translate(94.567271, 83.820921) rotate(14.000000) translate(-94.567271, -83.820921) ",1,"fill-color-9"],["d","M305.611064,96.181454 L305.611064,94.0620763 C306.029328,94.0720144 306.437655,94.0720144 306.826074,94.0720144 L306.826074,96.181454 L308.359752,96.181454 L308.359752,94.0322003 C310.929153,93.8927582 312.646809,93.2454235 312.875879,90.8254028 C313.055104,88.8834296 312.138854,88.0169628 310.684867,87.6684193 C311.561241,87.2202788 312.118978,86.423533 311.989505,85.0989876 C311.820156,83.2864566 310.331601,82.678936 308.359721,82.5096797 L308.359721,80 L306.826043,80 L306.826043,82.4399586 C306.427655,82.4399586 306.019328,82.4498967 305.611033,82.4598657 L305.611033,80 L304.077324,80 L304.077324,82.5096797 C303.513445,82.5267164 302.856697,82.5183832 301,82.5096797 L301,84.1429236 C302.210905,84.1215042 302.846234,84.0436969 302.991818,84.8201034 L302.991818,91.6918387 C302.899381,92.3078468 302.406365,92.2191446 301.308729,92.1997314 L301,94.0222313 L301.961667,94.0226864 C303.864253,94.024638 304.077355,94.0322003 304.077355,94.0322003 L304.077355,96.181454 L305.611064,96.181454 Z M305.64094,87.309876 L305.64094,84.2524587 C306.507376,84.2524587 309.216219,83.9836053 309.216219,85.7861673 C309.216219,87.5090702 306.507407,87.309876 305.64094,87.309876 Z M305.64094,92.2097003 L305.64094,88.8435846 C306.676663,88.8435846 309.848338,88.5547623 309.848338,90.5266733 C309.848338,92.4288016 306.676663,92.2097003 305.64094,92.2097003 Z","id","b","fill-rule","nonzero","transform","translate(306.949093, 88.090727) rotate(14.000000) translate(-306.949093, -88.090727) ",1,"fill-color-26"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step04","transform","translate(-1799.000000, -756.000000)"],["id","LoopIn_Step04","transform","translate(1799.000000, 756.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["d","M225.805162,92.2474279 C226.071703,92.2474279 226.325569,92.1077892 226.465207,91.8666288 L232.050261,82.2197185 C232.345374,81.7151473 231.980441,81.0773212 231.393376,81.0773212 L227.731346,81.0773212 L229.083201,76.9583506 C229.210134,76.4759989 228.845202,76 228.346983,76 L223.777394,76 C223.396595,76 223.07291,76.2824384 223.022149,76.6600456 L222.006685,84.2760274 C221.946379,84.7329987 222.301798,85.1391782 222.76193,85.1391782 L226.528674,85.1391782 L225.065752,91.3112968 C224.951525,91.7936485 225.319618,92.2474279 225.805162,92.2474279 Z","id","b","fill-rule","nonzero","transform","translate(227.077378, 84.123714) rotate(14.000000) translate(-227.077378, -84.123714) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step05","transform","translate(-2386.000000, -764.000000)","fill-rule","nonzero"],["id","LoopIn_Step05","transform","translate(2386.000000, 764.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"]],template:function(Mt,Pt){if(1&Mt&&d.DNE(0,te,1,0,"ng-container",5)(1,oe,32,5,"ng-template",null,0,d.C5r)(3,_e,66,5,"ng-template",null,1,d.C5r)(5,de,93,5,"ng-template",null,2,d.C5r)(7,pe,54,5,"ng-template",null,3,d.C5r)(9,We,51,5,"ng-template",null,4,d.C5r),2&Mt){const ai=d.sdS(2),Ei=d.sdS(4),Hi=d.sdS(6),$i=d.sdS(8),hn=d.sdS(10);d.Y8G("ngTemplateOutlet",1===Pt.stepNumber?ai:2===Pt.stepNumber?Ei:3===Pt.stepNumber?Hi:4===Pt.stepNumber?$i:hn)}},dependencies:[T.YU,T.T3,U.DJ,U.sA,U.UI,G.PW,$.Lc,$.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[rt.k]}})}}return st})();const fe=(st,ii)=>({"small-svg":st,"large-svg":ii});function he(st,ii){1&st&&d.eu8(0)}function et(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",7)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),d.nrm(8,"circle",12)(9,"path",13),d.k0s(),d.j41(10,"g",14),d.nrm(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),d.k0s()()()()(),d.joV(),d.j41(26,"div",30)(27,"mat-card-title"),d.EFF(28,"Loop Out explained."),d.k0s()(),d.j41(29,"div",31)(30,"mat-card-subtitle",32),d.EFF(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,fe,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function Ke(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",33)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40)(13,"g",41)(14,"g",42),d.nrm(15,"rect",43)(16,"rect",44)(17,"rect",45)(18,"circle",46)(19,"rect",47)(20,"rect",48)(21,"circle",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"rect",53)(26,"circle",54)(27,"circle",55),d.k0s(),d.j41(28,"g",56),d.nrm(29,"path",57)(30,"rect",58)(31,"polygon",59)(32,"circle",60)(33,"path",61)(34,"rect",62)(35,"rect",63)(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"path",69)(42,"path",70),d.k0s(),d.nrm(43,"path",71),d.k0s()(),d.nrm(44,"circle",72),d.k0s()()()(),d.joV(),d.j41(45,"div",30)(46,"mat-card-title"),d.EFF(47,"Step 1: Deciding to Loop Out"),d.k0s()(),d.j41(48,"div",31)(49,"mat-card-subtitle",32),d.EFF(50," You have a channel with a local balance amount and you want to gain inbound liquidity. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,fe,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function Ct(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",73)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",74),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",75)(11,"g",76),d.nrm(12,"circle",77)(13,"path",78),d.j41(14,"g",79),d.nrm(15,"polygon",80)(16,"polygon",81)(17,"path",82),d.k0s(),d.j41(18,"g",83),d.nrm(19,"polygon",84)(20,"path",85)(21,"rect",86)(22,"path",87)(23,"rect",88)(24,"rect",89)(25,"rect",90)(26,"rect",91)(27,"circle",92)(28,"path",93),d.j41(29,"g",94)(30,"g",95),d.nrm(31,"g",96),d.k0s(),d.nrm(32,"g",97),d.k0s(),d.nrm(33,"path",98),d.k0s(),d.j41(34,"g",99)(35,"g",41)(36,"g",42),d.nrm(37,"rect",43)(38,"rect",44)(39,"rect",45)(40,"circle",46)(41,"rect",47)(42,"rect",48)(43,"circle",49)(44,"rect",50)(45,"rect",51)(46,"rect",52)(47,"rect",53)(48,"circle",100)(49,"circle",54)(50,"circle",55)(51,"circle",101),d.k0s(),d.j41(52,"g",56),d.nrm(53,"path",57)(54,"rect",102)(55,"polygon",103)(56,"circle",104)(57,"path",61)(58,"rect",105)(59,"rect",106)(60,"rect",107)(61,"rect",108)(62,"rect",109)(63,"rect",110)(64,"rect",68)(65,"path",69)(66,"path",70),d.k0s(),d.nrm(67,"path",111),d.k0s()()()()()(),d.joV(),d.j41(68,"div",30)(69,"mat-card-title"),d.EFF(70,"Step 2: Send lightning payment"),d.k0s()(),d.j41(71,"div",31)(72,"mat-card-subtitle",32),d.EFF(73," Your node pays a lightning invoice for the amount requested via the loop service. This moves the local balance, for the amount paid, to the remote side of the channel. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,fe,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function _t(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",112)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",113)(6,"g",114)(7,"g",115)(8,"g",116),d.nrm(9,"circle",12)(10,"path",117),d.k0s(),d.j41(11,"g",14),d.nrm(12,"ellipse",118)(13,"ellipse",16)(14,"rect",17)(15,"rect",18)(16,"rect",19)(17,"rect",20)(18,"rect",21)(19,"rect",22)(20,"rect",23)(21,"rect",24)(22,"rect",25)(23,"rect",26)(24,"rect",27)(25,"rect",28)(26,"rect",29),d.k0s()(),d.j41(27,"g",119),d.nrm(28,"polygon",80)(29,"polygon",120)(30,"path",82),d.k0s(),d.j41(31,"g",121),d.nrm(32,"polygon",84)(33,"path",85)(34,"rect",86)(35,"path",87)(36,"rect",88)(37,"rect",89)(38,"rect",90)(39,"rect",91)(40,"circle",122)(41,"path",93),d.j41(42,"g",94)(43,"g",95),d.nrm(44,"g",96),d.k0s(),d.nrm(45,"g",97),d.k0s(),d.nrm(46,"path",123),d.k0s()()()()(),d.joV(),d.j41(47,"div",30)(48,"mat-card-title"),d.EFF(49,"Step 3: Receive funds back"),d.k0s()(),d.j41(50,"div",31)(51,"mat-card-subtitle",32),d.EFF(52," Loop service then sends you a payment on-chain for the amount same as the lightning payment minus the fee. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,fe,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}function Nt(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.onSwipe(Pt))}),d.qSk(),d.j41(1,"svg",124)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",125)(11,"g",126)(12,"g",42),d.nrm(13,"rect",127)(14,"rect",128)(15,"rect",129)(16,"circle",130)(17,"rect",131)(18,"rect",132)(19,"circle",133)(20,"rect",134)(21,"rect",135)(22,"rect",136)(23,"rect",137)(24,"rect",138)(25,"circle",139)(26,"circle",140)(27,"circle",141),d.k0s(),d.j41(28,"g",142)(29,"g",143)(30,"g",144),d.nrm(31,"path",145)(32,"rect",146)(33,"polygon",147),d.j41(34,"g",148),d.nrm(35,"path",149),d.k0s(),d.nrm(36,"rect",150)(37,"rect",151)(38,"rect",152)(39,"rect",153)(40,"rect",154)(41,"rect",155)(42,"rect",156)(43,"path",157)(44,"path",158),d.k0s(),d.j41(45,"g",159),d.nrm(46,"path",160)(47,"path",161)(48,"path",162)(49,"path",163)(50,"path",164)(51,"path",165)(52,"path",166)(53,"path",167)(54,"path",168)(55,"path",169)(56,"path",170)(57,"circle",171)(58,"circle",172),d.k0s(),d.nrm(59,"path",173),d.k0s()()()()()(),d.joV(),d.j41(60,"div",30)(61,"mat-card-title"),d.EFF(62,"Done!"),d.k0s()(),d.j41(63,"div",31)(64,"mat-card-subtitle",32),d.EFF(65," Final settlement occurs when your node sweeps the on-chain payment and the loop server settles the lightning invoice. You receive the payment on-chain in your wallet and also move local balance to the remote side of the channel, gaining inbound capacity. "),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@sliderAnimation",Se.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,fe,Se.screenSize===Se.screenSizeEnum.XS,Se.screenSize!==Se.screenSizeEnum.XS))}}let ke=(()=>{class st{constructor(Se){this.commonService=Se,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new d.bkB,this.screenSize="",this.screenSizeEnum=m.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(Se){2===Se.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===Se.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(Mt){return new(Mt||st)(d.rXU(V.h))}}static{this.\u0275cmp=d.VBU({type:st,selectors:[["rtl-loop-out-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopOut_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopOut_Step02","transform","translate(-540.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(540.000000, 210.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["fxFlex","30","viewBox","0 0 373 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","LoopOut_Step03","transform","translate(-460.000000, -210.000000)"],["id","Loop_Step03","transform","translate(460.000000, 210.000000)"],["id","Oval","fill-rule","nonzero","cx","330.487742","cy","57.4877419","r","42.4877419",1,"fill-color-2"],["d","M345.082742,43.5000036 C349.446821,43.5000036 352.999928,40.1343958 352.999928,36.0000215 C352.999928,31.8656472 349.446821,28.5000393 345.082742,28.5000393 C341.98433,28.5000393 339.560889,30.4359631 337.999964,32.1843872 C336.43904,30.4359631 334.015599,28.5000393 330.917187,28.5000393 C326.553107,28.5000393 323,31.8656472 323,36.0000215 C323,40.1343958 326.553107,43.5000036 330.917187,43.5000036 C334.015599,43.5000036 336.43904,41.5640798 337.999964,39.8156557 C339.560889,41.5640798 341.98433,43.5000036 345.082742,43.5000036 Z M330.917187,39.0000143 C329.032807,39.0000143 327.499989,37.6546959 327.499989,36.0000286 C327.499989,34.3453471 329.032807,33.0000286 330.917187,33.0000286 C332.707771,33.0000286 334.357776,34.6921938 335.323426,36.0000286 C334.36716,37.2937501 332.703102,39.0000143 330.917187,39.0000143 Z M345.082742,39.0000143 C343.292157,39.0000143 341.642152,37.3078492 340.676502,36.0000286 C341.632768,34.7062929 343.296827,33.0000286 345.082742,33.0000286 C346.967121,33.0000286 348.499939,34.3453471 348.499939,36.0000286 C348.499939,37.6546959 346.967121,39.0000143 345.082742,39.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(113.000000, 79.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-22"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(265.000000, 50.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-3"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["d","M46.60483,51.432122 C46.8713708,51.432122 47.1252368,51.2924832 47.2648756,51.0513229 L52.8499289,41.4044125 C53.145042,40.8998413 52.7801095,40.2620153 52.1930443,40.2620153 L48.5310139,40.2620153 L49.8828693,36.1430446 C50.0098023,35.6606929 49.6448699,35.184694 49.1466515,35.184694 L44.5770624,35.184694 C44.1962633,35.184694 43.8725779,35.4671324 43.8218171,35.8447396 L42.8063528,43.4607214 C42.7460473,43.9176927 43.1014659,44.3238722 43.5615982,44.3238722 L47.3283421,44.3238722 L45.8654203,50.4959909 C45.751193,50.9783426 46.1192864,51.432122 46.60483,51.432122 Z","id","b","fill-rule","nonzero","transform","translate(47.877046, 43.308408) rotate(14.000000) translate(-47.877046, -43.308408) ",1,"fill-color-12"],["id","Group-34","fill-rule","nonzero"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","17.5648113","r","8.78679245"],["id","Oval","cx","76.317438","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-8"],["id","Path","opacity","0.222721354","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-18"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-8"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-14"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step04","transform","translate(-503.000000, -212.000000)"],["id","Loop_Step04","transform","translate(503.000000, 212.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M46.519593,50.6740439 L46.519593,48.5460252 C46.9395628,48.5560039 47.349554,48.5560039 47.739557,48.5560039 L47.739557,50.6740439 L49.2794877,50.6740439 L49.2794877,48.5160274 C51.8593644,48.3760168 53.5840235,47.7260428 53.8140277,45.2961554 C53.9939838,43.3462645 53.0739982,42.476265 51.6140824,42.1263004 C52.4940295,41.6763328 53.054041,40.8763386 52.92404,39.5463928 C52.7540005,37.7264719 51.2593765,37.1164744 49.2794567,36.9465279 L49.2794567,34.4266159 L47.739526,34.4266159 L47.739526,36.8765226 C47.3395134,36.8765226 46.9295222,36.8865012 46.519562,36.8965108 L46.519562,34.4266159 L44.9796003,34.4266159 L44.9796003,36.9465279 C44.413422,36.9636341 43.7539962,36.9552669 41.8897293,36.9465279 L41.8897293,38.5864308 C43.1055717,38.564924 43.7434908,38.4867995 43.8896683,39.2663716 L43.8896683,46.1661239 C43.7968547,46.7846435 43.3018283,46.6955796 42.1997174,46.6760872 L41.8897293,48.5060178 C44.6975648,48.5060178 44.9796313,48.5160274 44.9796313,48.5160274 L44.9796313,50.6740439 L46.519593,50.6740439 Z M46.5495908,41.7662953 L46.5495908,38.6964125 C47.4195593,38.6964125 50.1394466,38.4264629 50.1394466,40.2363742 C50.1394466,41.9663016 47.4195903,41.7662953 46.5495908,41.7662953 Z M46.5495908,46.6860969 L46.5495908,43.306257 C47.5895368,43.306257 50.7741427,43.0162572 50.7741427,44.9962079 C50.7741427,46.9060914 47.5895368,46.6860969 46.5495908,46.6860969 Z","id","B","fill-rule","nonzero","transform","translate(47.863077, 42.550330) rotate(14.000000) translate(-47.863077, -42.550330) ",1,"fill-color-29"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step05","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step05","transform","translate(542.000000, 210.000000)"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"]],template:function(Mt,Pt){if(1&Mt&&d.DNE(0,he,1,0,"ng-container",5)(1,et,32,5,"ng-template",null,0,d.C5r)(3,Ke,51,5,"ng-template",null,1,d.C5r)(5,Ct,74,5,"ng-template",null,2,d.C5r)(7,_t,53,5,"ng-template",null,3,d.C5r)(9,Nt,66,5,"ng-template",null,4,d.C5r),2&Mt){const ai=d.sdS(2),Ei=d.sdS(4),Hi=d.sdS(6),$i=d.sdS(8),hn=d.sdS(10);d.Y8G("ngTemplateOutlet",1===Pt.stepNumber?ai:2===Pt.stepNumber?Ei:3===Pt.stepNumber?Hi:4===Pt.stepNumber?$i:hn)}},dependencies:[T.YU,T.T3,U.DJ,U.sA,U.UI,G.PW,$.Lc,$.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[rt.k]}})}}return st})();const Je=["stepper"],Qe=()=>[1,2,3,4,5],nt=(st,ii)=>({"dot-primary":st,"dot-primary-lighter":ii});function Ue(st,ii){if(1&st&&(d.j41(0,"div",48)(1,"p",49)(2,"strong"),d.EFF(3,"Channel Peer:\xa0"),d.k0s(),d.EFF(4),d.nI1(5,"titlecase"),d.k0s(),d.j41(6,"p",50)(7,"strong"),d.EFF(8,"Channel ID:\xa0"),d.k0s(),d.EFF(9),d.k0s(),d.nrm(10,"p",50),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(4),d.JRh(d.bMT(5,2,Se.channel.remote_alias)),d.R7$(5),d.JRh(Se.channel.chan_id)}}function ht(st,ii){if(1&st&&d.EFF(0),2&st){const Se=d.XpG(2);d.JRh(Se.inputFormLabel)}}function tt(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Amount is required."),d.k0s())}function wt(st,ii){if(1&st&&(d.j41(0,"mat-error"),d.EFF(1),d.nI1(2,"number"),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(),d.SpI("Amount must be greater than or equal to ",d.bMT(2,1,Se.minQuote.amount),".")}}function ut(st,ii){if(1&st&&(d.j41(0,"mat-error"),d.EFF(1),d.nI1(2,"number"),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(),d.SpI("Amount must be less than or equal to ",d.bMT(2,1,Se.maxQuote.amount),".")}}function vt(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Confirmation target is required."),d.k0s())}function Ze(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Confirmation target must be a positive number."),d.k0s())}function jt(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Percentage is required."),d.k0s())}function qe(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Percentage must be a positive number."),d.k0s())}function dt(st,ii){if(1&st&&(d.j41(0,"mat-form-field",50)(1,"mat-label"),d.EFF(2,"Max Off-chain Routing Fee (%)"),d.k0s(),d.nrm(3,"input",51),d.DNE(4,jt,2,0,"mat-error",25)(5,qe,2,0,"mat-error",25),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(3),d.Y8G("step",1),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.routingFeePercent.errors?null:Se.inputFormGroup.controls.routingFeePercent.errors.required),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.routingFeePercent.errors?null:Se.inputFormGroup.controls.routingFeePercent.errors.min)}}function Le(st,ii){1&st&&(d.j41(0,"div",52)(1,"mat-slide-toggle",53),d.EFF(2,"Fast"),d.k0s(),d.j41(3,"mat-icon",54),d.EFF(4,"info_outline"),d.k0s()())}function Vt(st,ii){if(1&st&&d.EFF(0),2&st){const Se=d.XpG(2);d.JRh(Se.quoteFormLabel)}}function Zt(st,ii){1&st&&(d.j41(0,"p",55)(1,"mat-icon",56),d.EFF(2,"close"),d.k0s(),d.EFF(3,"Local balance amount is insufficient for swap."),d.k0s())}function Et(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",57),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onValidateAmount())}),d.EFF(1,"Next"),d.k0s()}}function je(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",58),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onLoop())}),d.EFF(1),d.k0s()}if(2&st){const Se=d.XpG(2);d.R7$(),d.SpI("Initiate ",Se.loopDirectionCaption,"")}}function me(st,ii){if(1&st&&d.EFF(0),2&st){const Se=d.XpG(3);d.JRh(Se.addressFormLabel)}}function xe(st,ii){1&st&&(d.j41(0,"mat-error"),d.EFF(1,"Address is required."),d.k0s())}function ce(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"mat-step",16)(1,"form",17),d.DNE(2,me,1,1,"ng-template",18),d.j41(3,"div",59)(4,"mat-radio-group",60),d.bIt("change",function(Pt){d.eBV(Se);const ai=d.XpG(2);return d.Njj(ai.onAddressTypeChange(Pt))}),d.j41(5,"mat-radio-button",61),d.EFF(6,"Node Local Address"),d.k0s(),d.j41(7,"mat-radio-button",62),d.EFF(8,"External Address"),d.k0s()(),d.j41(9,"mat-form-field",63)(10,"mat-label"),d.EFF(11,"Address"),d.k0s(),d.nrm(12,"input",64),d.DNE(13,xe,2,0,"mat-error",25),d.k0s()(),d.j41(14,"div",29)(15,"button",65),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onLoop())}),d.EFF(16),d.k0s()()()()}if(2&st){const Se=d.XpG(2);d.Y8G("stepControl",Se.addressFormGroup)("editable",Se.flgEditable),d.R7$(),d.Y8G("formGroup",Se.addressFormGroup),d.R7$(11),d.Y8G("required","external"===Se.addressFormGroup.controls.addressType.value),d.R7$(),d.Y8G("ngIf",null==Se.addressFormGroup.controls.address.errors?null:Se.addressFormGroup.controls.address.errors.required),d.R7$(3),d.SpI("Initiate ",Se.loopDirectionCaption,"")}}function Me(st,ii){if(1&st&&d.EFF(0),2&st){const Se=d.XpG(2);d.SpI("",Se.loopDirectionCaption," Status")}}function Xe(st,ii){if(1&st&&(d.j41(0,"mat-icon",66),d.EFF(1),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(),d.JRh(Se.loopStatus&&null!=Se.loopStatus&&Se.loopStatus.id_bytes?"check":"close")}}function Pe(st,ii){1&st&&d.nrm(0,"div")}function Oe(st,ii){1&st&&d.nrm(0,"mat-progress-bar",67)}function we(st,ii){if(1&st&&(d.j41(0,"h4",68),d.EFF(1),d.k0s()),2&st){const Se=d.XpG(2);d.R7$(),d.JRh(Se.loopStatus&&Se.loopStatus.error?Se.loopDirectionCaption+" failed.":Se.loopStatus&&Se.loopStatus.id_bytes&&Se.channel?Se.loopDirectionCaption+" request placed successfully. You can check the status of the request on the 'Loop' menu.":Se.loopDirectionCaption+" request placed successfully.")}}function De(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",69),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.goToLoop())}),d.EFF(1,"Check Status"),d.k0s()}}function $e(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",70),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onRestart())}),d.EFF(1,"Start Again"),d.k0s()}}function $t(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),d.EFF(5),d.k0s()(),d.j41(6,"div",9)(7,"button",10),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG();return d.Njj(Pt.showInfo())}),d.EFF(8,"?"),d.k0s(),d.j41(9,"button",11),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG();return d.Njj(Pt.onClose())}),d.EFF(10,"X"),d.k0s()()(),d.j41(11,"mat-card-content",12)(12,"div",13),d.DNE(13,Ue,11,4,"div",14),d.j41(14,"mat-vertical-stepper",15,1),d.bIt("selectionChange",function(Pt){d.eBV(Se);const ai=d.XpG();return d.Njj(ai.stepSelectionChanged(Pt))}),d.j41(16,"mat-step",16)(17,"form",17),d.DNE(18,ht,1,1,"ng-template",18),d.j41(19,"div",19),d.nrm(20,"rtl-loop-quote",20)(21,"rtl-loop-quote",20),d.k0s(),d.j41(22,"div",21)(23,"mat-form-field",22)(24,"mat-label"),d.EFF(25,"Amount"),d.k0s(),d.nrm(26,"input",23),d.j41(27,"mat-hint"),d.EFF(28),d.nI1(29,"number"),d.nI1(30,"number"),d.k0s(),d.j41(31,"span",24),d.EFF(32,"Sats"),d.k0s(),d.DNE(33,tt,2,0,"mat-error",25)(34,wt,3,3,"mat-error",25)(35,ut,3,3,"mat-error",25),d.k0s(),d.j41(36,"mat-form-field",22)(37,"mat-label"),d.EFF(38,"Sweep Confirmation Target"),d.k0s(),d.nrm(39,"input",26),d.DNE(40,vt,2,0,"mat-error",25)(41,Ze,2,0,"mat-error",25),d.k0s(),d.DNE(42,dt,6,3,"mat-form-field",27),d.k0s(),d.DNE(43,Le,5,0,"div",28),d.j41(44,"div",29)(45,"button",30),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG();return d.Njj(Pt.onEstimateQuote())}),d.EFF(46,"Estimate Quote"),d.k0s()()()(),d.j41(47,"mat-step",16)(48,"form",17),d.DNE(49,Vt,1,1,"ng-template",18),d.nrm(50,"rtl-loop-quote",31),d.DNE(51,Zt,4,0,"p",32),d.j41(52,"div",29),d.DNE(53,Et,2,0,"button",33)(54,je,2,1,"button",34),d.k0s()()(),d.DNE(55,ce,17,6,"mat-step",35),d.j41(56,"mat-step",36)(57,"form",17),d.DNE(58,Me,1,1,"ng-template",18),d.j41(59,"div",37)(60,"mat-expansion-panel",38)(61,"mat-expansion-panel-header")(62,"mat-panel-title")(63,"span",39),d.EFF(64),d.DNE(65,Xe,2,1,"mat-icon",40),d.k0s()()(),d.DNE(66,Pe,1,0,"div",41),d.k0s(),d.DNE(67,Oe,1,0,"mat-progress-bar",42),d.k0s(),d.DNE(68,we,2,1,"h4",43),d.j41(69,"div",29),d.DNE(70,De,2,0,"button",44)(71,$e,2,0,"button",45),d.k0s()()()(),d.j41(72,"div",46)(73,"button",47),d.EFF(74,"Close"),d.k0s()()()()()()}if(2&st){const Se=d.XpG(),Mt=d.sdS(2);d.Y8G("@opacityAnimation",void 0),d.R7$(3),d.Y8G("fxFlex",Se.screenSize===Se.screenSizeEnum.XS||Se.screenSize===Se.screenSizeEnum.SM?"83":"91"),d.R7$(2),d.JRh(Se.channel?"Channel "+Se.loopDirectionCaption:Se.loopDirectionCaption),d.R7$(),d.Y8G("fxFlex",Se.screenSize===Se.screenSizeEnum.XS||Se.screenSize===Se.screenSizeEnum.SM?"17":"9"),d.R7$(7),d.Y8G("ngIf",Se.channel),d.R7$(),d.Y8G("linear",!0),d.R7$(2),d.Y8G("stepControl",Se.inputFormGroup)("editable",Se.flgEditable),d.R7$(),d.Y8G("formGroup",Se.inputFormGroup),d.R7$(3),d.Y8G("quote",Se.minQuote)("termCaption","min")("panelExpanded",!1)("showPanel",!0),d.R7$(),d.Y8G("quote",Se.maxQuote)("termCaption","max")("panelExpanded",!1)("showPanel",!0),d.R7$(2),d.Y8G("fxFlex",Se.direction===Se.LoopTypeEnum.LOOP_OUT?"35":"48"),d.R7$(3),d.Y8G("step",1e3),d.R7$(2),d.Lme("Range: ",d.bMT(29,51,Se.minQuote.amount),"-",d.bMT(30,53,Se.maxQuote.amount),""),d.R7$(5),d.Y8G("ngIf",null==Se.inputFormGroup.controls.amount.errors?null:Se.inputFormGroup.controls.amount.errors.required),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.amount.errors?null:Se.inputFormGroup.controls.amount.errors.min),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.amount.errors?null:Se.inputFormGroup.controls.amount.errors.max),d.R7$(),d.Y8G("fxFlex",Se.direction===Se.LoopTypeEnum.LOOP_OUT?"30":"48"),d.R7$(3),d.Y8G("step",1),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.sweepConfTarget.errors?null:Se.inputFormGroup.controls.sweepConfTarget.errors.required),d.R7$(),d.Y8G("ngIf",null==Se.inputFormGroup.controls.sweepConfTarget.errors?null:Se.inputFormGroup.controls.sweepConfTarget.errors.min),d.R7$(),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_OUT),d.R7$(4),d.Y8G("stepControl",Se.quoteFormGroup)("editable",Se.flgEditable),d.R7$(),d.Y8G("formGroup",Se.quoteFormGroup),d.R7$(2),d.Y8G("quote",Se.quote)("showPanel",!1),d.R7$(),d.Y8G("ngIf",Se.inputFormGroup.controls.amount.value>Se.localBalanceToCompare),d.R7$(2),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_IN),d.R7$(),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("stepControl",Se.statusFormGroup),d.R7$(),d.Y8G("formGroup",Se.statusFormGroup),d.R7$(3),d.Y8G("expanded",!!Se.loopStatus),d.R7$(4),d.JRh(Se.loopStatus?Se.loopStatus.id_bytes?Se.loopDirectionCaption+" request details":Se.loopDirectionCaption+" error details":"Waiting for "+Se.loopDirectionCaption+" request..."),d.R7$(),d.Y8G("ngIf",Se.loopStatus),d.R7$(),d.Y8G("ngIf",!Se.loopStatus)("ngIfElse",Mt),d.R7$(),d.Y8G("ngIf",!Se.loopStatus),d.R7$(),d.Y8G("ngIf",Se.loopStatus),d.R7$(2),d.Y8G("ngIf",Se.loopStatus&&Se.loopStatus.id_bytes&&Se.channel),d.R7$(),d.Y8G("ngIf",Se.loopStatus&&(Se.loopStatus.error||!Se.loopStatus.id_bytes)),d.R7$(2),d.Y8G("mat-dialog-close",!1)}}function Ft(st,ii){if(1&st&&d.nrm(0,"rtl-loop-status",71),2&st){const Se=d.XpG();d.Y8G("loopStatus",Se.loopStatus)}}function Kt(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"rtl-loop-out-info-graphics",87),d.mxI("stepNumberChange",function(Pt){d.eBV(Se);const ai=d.XpG(2);return d.DH7(ai.stepNumber,Pt)||(ai.stepNumber=Pt),d.Njj(Pt)}),d.k0s()}if(2&st){const Se=d.XpG(2);d.Y8G("animationDirection",Se.animationDirection),d.R50("stepNumber",Se.stepNumber)}}function fi(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"rtl-loop-in-info-graphics",87),d.mxI("stepNumberChange",function(Pt){d.eBV(Se);const ai=d.XpG(2);return d.DH7(ai.stepNumber,Pt)||(ai.stepNumber=Pt),d.Njj(Pt)}),d.k0s()}if(2&st){const Se=d.XpG(2);d.Y8G("animationDirection",Se.animationDirection),d.R50("stepNumber",Se.stepNumber)}}function Qt(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"span",88),d.bIt("click",function(){const Pt=d.eBV(Se).$implicit,ai=d.XpG(2);return d.Njj(ai.onStepChanged(Pt))}),d.nrm(1,"p",89),d.k0s()}if(2&st){const Se=ii.$implicit,Mt=d.XpG(2);d.R7$(),d.Y8G("ngClass",d.l_i(1,nt,Mt.stepNumber===Se,Mt.stepNumber!==Se))}}function zt(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",90),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onReadMore())}),d.EFF(1,"Read More"),d.k0s()}}function Xi(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",91),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onStepChanged(4))}),d.EFF(1,"Back"),d.k0s()}}function ci(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",92),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return Pt.flgShowInfo=!1,d.Njj(Pt.stepNumber=1)}),d.EFF(1,"Close"),d.k0s()}}function ui(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",93),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return Pt.flgShowInfo=!1,d.Njj(Pt.stepNumber=1)}),d.EFF(1,"Close"),d.k0s()}}function bn(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",94),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onStepChanged(Pt.stepNumber-1))}),d.EFF(1,"Back"),d.k0s()}}function Qi(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"button",95),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG(2);return d.Njj(Pt.onStepChanged(Pt.stepNumber+1))}),d.EFF(1,"Next"),d.k0s()}}function Li(st,ii){if(1&st){const Se=d.RV6();d.j41(0,"div",72)(1,"div",19)(2,"mat-card-header",73)(3,"div",74),d.nrm(4,"span",8),d.k0s(),d.j41(5,"div",75)(6,"button",11),d.bIt("click",function(){d.eBV(Se);const Pt=d.XpG();return Pt.flgShowInfo=!1,d.Njj(Pt.stepNumber=1)}),d.EFF(7,"X"),d.k0s()()(),d.j41(8,"mat-card-content",76),d.DNE(9,Kt,1,2,"rtl-loop-out-info-graphics",77)(10,fi,1,2,"rtl-loop-in-info-graphics",77),d.k0s(),d.j41(11,"div",78),d.DNE(12,Qt,2,4,"span",79),d.k0s(),d.j41(13,"div",80),d.DNE(14,zt,2,0,"button",81)(15,Xi,2,0,"button",82)(16,ci,2,0,"button",83)(17,ui,2,0,"button",84)(18,bn,2,0,"button",85)(19,Qi,2,0,"button",86),d.k0s()()()}if(2&st){const Se=d.XpG();d.Y8G("@opacityAnimation",void 0),d.R7$(9),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Se.direction===Se.LoopTypeEnum.LOOP_IN),d.R7$(2),d.Y8G("ngForOf",d.lJ4(10,Qe)),d.R7$(2),d.Y8G("ngIf",5===Se.stepNumber),d.R7$(),d.Y8G("ngIf",5===Se.stepNumber),d.R7$(),d.Y8G("ngIf",5===Se.stepNumber),d.R7$(),d.Y8G("ngIf",Se.stepNumber<5),d.R7$(),d.Y8G("ngIf",Se.stepNumber>1&&Se.stepNumber<5),d.R7$(),d.Y8G("ngIf",Se.stepNumber<5)}}let nn=(()=>{class st{constructor(Se,Mt,Pt,ai,Ei,Hi,$i,hn,Fi){this.dialogRef=Se,this.data=Mt,this.store=Pt,this.loopService=ai,this.formBuilder=Ei,this.decimalPipe=Hi,this.logger=$i,this.router=hn,this.commonService=Fi,this.faInfoCircle=l.iW_,this.LoopTypeEnum=m.C7,this.direction=m.C7.LOOP_OUT,this.loopDirectionCaption="Loop out",this.loopStatus=null,this.inputFormLabel="Amount to loop out",this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address",this.prepayRoutingFee=36,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=m.f7,this.animationDirection="forward",this.flgEditable=!0,this.localBalanceToCompare=null,this.unSubs=[new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.channel=this.data.channel,this.minQuote=this.data.minQuote?this.data.minQuote:{},this.maxQuote=this.data.maxQuote?this.data.maxQuote:{},this.direction=this.data.direction||m.C7.LOOP_OUT,this.loopDirectionCaption=this.direction===m.C7.LOOP_IN?"Loop in":"Loop out",this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.minQuote.amount,[t.k0.required,t.k0.min(this.minQuote.amount||0),t.k0.max(this.maxQuote.amount||0)]],sweepConfTarget:[6,[t.k0.required,t.k0.min(1)]],routingFeePercent:[2,[t.k0.required,t.k0.min(0)]],fast:[!1,[t.k0.required]]}),this.inputFormGroup.setErrors({Invalid:!0}),this.quoteFormGroup=this.formBuilder.group({}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[t.k0.required]],address:[{value:"",disabled:!0}]}),this.direction===m.C7.LOOP_OUT&&this.addressFormGroup.setErrors({Invalid:!0}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.store.select(R.BM).pipe((0,C.Q)(this.unSubs[6])).subscribe(Se=>{this.localBalanceToCompare=this.channel&&this.channel.local_balance?+this.channel.local_balance:Se.lightningBalance&&Se.lightningBalance.local?+Se.lightningBalance.local:null})}onFormValueChanges(){this.inputFormGroup.valueChanges.pipe((0,C.Q)(this.unSubs[4])).subscribe(Se=>{this.inputFormGroup.setErrors({Invalid:!0})}),this.direction===m.C7.LOOP_OUT&&this.addressFormGroup.valueChanges.pipe((0,C.Q)(this.unSubs[5])).subscribe(Se=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(Se){"external"===Se.value?(this.addressFormGroup.controls.address.setValidators([t.k0.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onValidateAmount(){this.localBalanceToCompare&&this.inputFormGroup.controls.amount.value<=this.localBalanceToCompare&&this.stepper.next()}onLoop(){if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2||this.direction===m.C7.LOOP_OUT&&(!this.inputFormGroup.controls.routingFeePercent.value||this.inputFormGroup.controls.routingFeePercent.value<0)||this.direction===m.C7.LOOP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,this.stepper.selected?.stepControl.setErrors(null),this.stepper.next(),this.direction===m.C7.LOOP_IN)this.loopService.loopIn(this.inputFormGroup.controls.amount.value,+(this.quote.swap_fee_sat||0),+(this.quote.htlc_publish_fee_sat||0),"",!0).pipe((0,C.Q)(this.unSubs[0])).subscribe({next:Se=>{this.loopStatus=Se,this.loopService.listSwaps(),this.flgEditable=!0},error:Se=>{this.loopStatus={error:Se},this.flgEditable=!0,this.logger.error(Se)}});else{const Se=Math.ceil(this.inputFormGroup.controls.amount.value*(this.inputFormGroup.controls.routingFeePercent.value/100)),Mt="external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",Pt=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.loopService.loopOut(this.inputFormGroup.controls.amount.value,this.channel&&this.channel.chan_id?this.channel.chan_id:"",this.inputFormGroup.controls.sweepConfTarget.value,Se,+(this.quote.htlc_sweep_fee_sat||0),this.prepayRoutingFee,+(this.quote.prepay_amt_sat||0),+(this.quote.swap_fee_sat||0),Pt,Mt).pipe((0,C.Q)(this.unSubs[1])).subscribe({next:ai=>{this.loopStatus=ai,this.loopService.listSwaps(),this.flgEditable=!0},error:ai=>{this.loopStatus={error:ai},this.flgEditable=!0,this.logger.error(ai)}})}}onEstimateQuote(){if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2)return!0;const Se=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.direction===m.C7.LOOP_IN?this.loopService.getLoopInQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,Se).pipe((0,C.Q)(this.unSubs[2])).subscribe(Mt=>{this.quote=Mt,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}):this.loopService.getLoopOutQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,Se).pipe((0,C.Q)(this.unSubs[3])).subscribe(Mt=>{this.quote=Mt,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}),this.stepper.selected?.stepControl.setErrors(null),this.stepper.next()}stepSelectionChanged(Se){switch(Se.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===m.C7.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Percentage: "+(this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:"2")+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===m.C7.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel=this.quote&&this.quote.swap_fee_sat&&(this.quote.htlc_sweep_fee_sat||this.quote.htlc_publish_fee_sat)&&this.quote.prepay_amt_sat?"Quote confirmed | Estimated Fees: "+this.decimalPipe.transform(+this.quote.swap_fee_sat+ +(this.quote.htlc_sweep_fee_sat?this.quote.htlc_sweep_fee_sat:this.quote.htlc_publish_fee_sat?this.quote.htlc_publish_fee_sat:0))+" Sats":"Quote confirmed",this.addressFormLabel=this.addressFormGroup.controls.addressType.value?"Withdrawal Address | Type: "+this.addressFormGroup.controls.addressType.value:"Withdrawal Address"}(this.direction===m.C7.LOOP_OUT&&1!==Se.selectedIndex&&Se.selectedIndex{Se.next(null),Se.complete()})}static{this.\u0275fac=function(Mt){return new(Mt||st)(d.rXU(S.CP),d.rXU(S.Vh),d.rXU(w.il),d.rXU(y.Q),d.rXU(t.ze),d.rXU(T.QX),d.rXU(k.gP),d.rXU(F.Ix),d.rXU(V.h))}}static{this.\u0275cmp=d.VBU({type:st,selectors:[["rtl-loop-modal"]],viewQuery:function(Mt,Pt){if(1&Mt&&d.GBs(Je,5),2&Mt){let ai;d.mGM(ai=d.lsd())&&(Pt.stepper=ai.first)}},decls:4,vars:2,consts:[["loopStatusBlock",""],["stepper",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["class","padding-gap-large","fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngIf"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"quote","termCaption","panelExpanded","showPanel"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],[3,"fxFlex"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["matInput","","type","number","tabindex","2","formControlName","sweepConfTarget","required","",3,"step"],["fxFlex","30",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","class","mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","5","type","button",3,"click"],[3,"quote","showPanel"],["fxFlex","100","class","color-warn mt-2","fxLayoutAlign","start center",4,"ngIf"],["mat-button","","color","primary","tabindex","6","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","7","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","12","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","40"],["fxFlex","30"],["matInput","","type","number","tabindex","3","formControlName","routingFeePercent","required","",3,"step"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","formControlName","fast","fxFlex","none"],["matTooltip","Swap immediately (Might end up paying a higher on-chain fee)","matTooltipPosition","above","fxFlex","none",1,"info-icon"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","mt-2"],[1,"mr-1","icon-small"],["mat-button","","color","primary","tabindex","6","type","button",3,"click"],["mat-button","","color","primary","tabindex","7","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxLayout","column","fxFlex","100",1,"mt-1"],["matInput","","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","12","type","button",3,"click"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"loopStatus"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"animationDirection","stepNumber","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(Mt,Pt){1&Mt&&d.DNE(0,$t,75,55,"div",2)(1,Ft,1,1,"ng-template",null,0,d.C5r)(3,Li,20,11,"div",3),2&Mt&&(d.Y8G("ngIf",!Pt.flgShowInfo),d.R7$(3),d.Y8G("ngIf",Pt.flgShowInfo))},dependencies:[T.YU,T.Sq,T.bT,t.qT,t.me,t.Q0,t.BC,t.cb,t.YS,t.j4,t.JD,U.DJ,U.sA,U.UI,G.PW,S.tx,Y.$z,$.m2,$.MM,Z.GK,Z.Z2,Z.WN,ie.An,ve.fg,ae.rl,ae.nJ,ae.MV,ae.TL,ae.yw,ye.HM,ue.VT,ue._g,be.sG,D.oV,n.V5,n.Ti,n.M6,c.N,N,Ye,se,ke,T.QX,T.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[x.C]}})}}return st})()},13:(Ve,ee,p)=>{"use strict";p.d(ee,{X:()=>R});var t=p(5383),e=p(4438),C=p(1188),S=p(60),l=p(2920),x=p(8834),m=p(5596);let R=(()=>{class d{constructor(y){this.router=y,this.faTimes=t.GRI}goToHelp(){this.router.navigate(["/help"])}static{this.\u0275fac=function(T){return new(T||d)(e.rXU(C.Ix))}}static{this.\u0275cmp=e.VBU({type:d,selectors:[["rtl-not-found"]],decls:13,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(T,k){1&T&&(e.j41(0,"div",0),e.nrm(1,"fa-icon",1),e.j41(2,"span",2),e.EFF(3,"Page Not Found"),e.k0s()(),e.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"div",5)(8,"div",6),e.EFF(9,"This page does not exist!"),e.k0s(),e.j41(10,"span",7)(11,"button",8),e.bIt("click",function(){return k.goToHelp()}),e.EFF(12,"Go To Help"),e.k0s()()()()()()),2&T&&(e.R7$(),e.Y8G("icon",k.faTimes))},dependencies:[S.aY,l.DJ,l.sA,l.UI,x.$z,m.RN,m.m2],encapsulation:2})}}return d})()},9587:(Ve,ee,p)=>{"use strict";p.d(ee,{N:()=>e});var t=p(4438);let e=(()=>{class C{constructor(l){this.el=l}ngAfterContentInit(){setTimeout(()=>{this.el.nativeElement.focus()},500)}static{this.\u0275fac=function(x){return new(x||C)(t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:C,selectors:[["","autoFocus",""]],inputs:{appAutoFocus:"appAutoFocus"}})}}return C})()},9157:(Ve,ee,p)=>{"use strict";p.d(ee,{U:()=>e});var t=p(4438);let e=(()=>{class C{constructor(){this.copied=new t.bkB}onClick(l){l.preventDefault(),this.payload&&(navigator.clipboard?this.copyUsingClipboardAPI():this.copyUsingFallbackMethod())}copyUsingFallbackMethod(){const l=document.createElement("textarea");l.value=this.payload,document.body.appendChild(l),l.select();try{document.execCommand("copy")?this.copied.emit(this.payload.toString()):this.copied.emit("Error could not copy text.")}finally{document.body.removeChild(l)}}copyUsingClipboardAPI(){navigator.clipboard.writeText(this.payload.toString()).then(()=>{this.copied.emit(this.payload.toString())}).catch(l=>{this.copied.emit("Error could not copy text: "+JSON.stringify(l))})}static{this.\u0275fac=function(x){return new(x||C)}}static{this.\u0275dir=t.FsC({type:C,selectors:[["","rtlClipboard",""]],hostBindings:function(x,m){1&x&&t.bIt("click",function(d){return m.onClick(d)})},inputs:{payload:"payload"},outputs:{copied:"copied"}})}}return C})()},92:(Ve,ee,p)=>{"use strict";p.d(ee,{z:()=>C});var t=p(9417),e=p(4438);let C=(()=>{class S{validate(x){return this.max?t.k0.max(+this.max)(x):null}static{this.\u0275fac=function(m){return new(m||S)}}static{this.\u0275dir=e.FsC({type:S,selectors:[["input","max",""]],inputs:{max:"max"},features:[e.Jv_([{provide:t.cz,useExisting:S,multi:!0}])]})}}return S})()},6114:(Ve,ee,p)=>{"use strict";p.d(ee,{V:()=>C});var t=p(9417),e=p(4438);let C=(()=>{class S{validate(x){return this.min?t.k0.min(+this.min)(x):null}static{this.\u0275fac=function(m){return new(m||S)}}static{this.\u0275dir=e.FsC({type:S,selectors:[["input","min",""]],inputs:{min:"min"},features:[e.Jv_([{provide:t.cz,useExisting:S,multi:!0}])]})}}return S})()},2929:(Ve,ee,p)=>{"use strict";p.d(ee,{Qu:()=>S,VD:()=>l,ZE:()=>C,gZ:()=>e});var t=p(4438);let e=(()=>{class x{transform(R,d){return R?.replace(/^[0]+/g,"")}static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275pipe=t.EJ8({name:"removeleadingzeros",type:x,pure:!0})}}return x})(),C=(()=>{class x{transform(R,d){return R?.replace(/(?:^\w|[A-Z]|\b\w)/g,(w,y)=>w.toUpperCase())?.replace(/\s+/g,"")?.replace(/-/g," ")}static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275pipe=t.EJ8({name:"camelcase",type:x,pure:!0})}}return x})(),S=(()=>{class x{transform(R,d,w){return R.replace(/(?:^\w|[A-Z]|\b\w)/g,(y,T)=>" "+y.toUpperCase())}static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275pipe=t.EJ8({name:"camelCaseWithSpaces",type:x,pure:!0})}}return x})(),l=(()=>{class x{transform(R,d,w){return R=R?R.toLowerCase().replace(/\s+/g,"")?.replace(/-/g," "):"",d&&(R=R.replace(new RegExp(d,"g")," ")),w&&(R=R.replace(new RegExp(w,"g")," ")),R.replace(/(?:^\w|[A-Z]|\b\w)/g,(y,T)=>y.toUpperCase())}static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275pipe=t.EJ8({name:"camelcaseWithReplace",type:x,pure:!0})}}return x})()},7186:(Ve,ee,p)=>{"use strict";p.d(ee,{Wz:()=>m,fe:()=>R,jn:()=>x,q_:()=>l});var t=p(4438),e=p(1188),C=p(3202),S=p(6354);function l(){return()=>{const d=(0,t.WQX)(e.Ix),w=(0,t.WQX)(e.nX),y=(0,t.WQX)(C.Q);return!(!y.getItem("token")||w.snapshot.url&&w.snapshot.url.length&&"settings"!==w.snapshot.url[0].path&&"auth"!==w.snapshot.url[0].path&&"true"===y.getItem("defaultPassword")&&(d.navigate(["/settings/auth"]),1))}}function x(){return()=>!!(0,t.WQX)(C.Q).watchSession().pipe((0,S.T)(w=>w.lndUnlocked))}function m(){return()=>!!(0,t.WQX)(C.Q).watchSession().pipe((0,S.T)(w=>w.clnUnlocked))}function R(){return()=>!!(0,t.WQX)(C.Q).watchSession().pipe((0,S.T)(w=>w.eclUnlocked))}},2571:(Ve,ee,p)=>{"use strict";p.d(ee,{h:()=>F});var t=p(4412),e=p(1413),C=p(7673),S=p(8810),l=p(6977),x=p(5558),m=p(9437),R=p(4416),d=p(4438),w=p(1534),y=p(8570),T=p(177),k=p(345);let F=(()=>{class V{constructor(G,Y,$,Z){this.dataService=G,this.logger=Y,this.datePipe=$,this.sanitizer=Z,this.currencyUnits=[],this.CurrencyUnitEnum=R.BQ,this.conversionData={data:null,last_fetched:null},this.ratesAPIStatus=R.wn.UN_INITIATED,this.screenSize=R.f7.MD,this.containerSize={width:0,height:0},this.containerSizeUpdated=new t.t(this.containerSize),this.unSubs=[new e.B,new e.B,new e.B]}getScreenSize(){return this.screenSize}setScreenSize(G){this.screenSize=G}getContainerSize(){return this.containerSize}setContainerSize(G,Y){this.containerSize={width:G,height:Y},this.logger.info("Container Size: "+JSON.stringify(this.containerSize)),this.containerSizeUpdated.next(this.containerSize)}sortByKey(G,Y,$,Z="asc"){return G.sort("number"===$?"desc"===Z?(ie,ve)=>+ie[Y]>+ve[Y]?-1:1:(ie,ve)=>+ie[Y]>+ve[Y]?1:-1:"desc"===Z?(ie,ve)=>ie[Y]>ve[Y]?-1:1:(ie,ve)=>ie[Y]>ve[Y]?1:-1)}sortDescByKey(G,Y){return G.sort(($,Z)=>{const ie=+$[Y],ve=+Z[Y];return ie>ve?-1:ie{const ie=+$[Y],ve=+Z[Y];return ieve?1:0})}camelCase(G){return G?.replace(/(?:^\w|[A-Z]|\b\w)/g,(Y,$)=>Y.toUpperCase())?.replace(/\s+/g,"")?.replace(/-/g," ")}titleCase(G,Y,$){return Y&&$&&""!==Y&&""!==$&&(G=G?.replace(new RegExp(Y,"g"),$)),G.indexOf("!\n")>0||G.indexOf(".\n")>0?G.split("\n")?.reduce((Z,ie)=>Z+ie.charAt(0).toUpperCase()+ie.substring(1).toLowerCase()+"\n",""):G.indexOf(" ")>0?G.split(" ")?.reduce((Z,ie)=>Z+ie.charAt(0).toUpperCase()+ie.substring(1).toLowerCase()+" ",""):G.charAt(0).toUpperCase()+G.substring(1).toLowerCase()}convertCurrency(G,Y,$,Z,ie){const ve=(new Date).valueOf();try{return ie&&Z&&(Y===R.BQ.OTHER||$===R.BQ.OTHER)?this.ratesAPIStatus!==R.wn.INITIATED?this.conversionData.data&&this.conversionData.last_fetched&&ve(this.ratesAPIStatus=R.wn.COMPLETED,this.conversionData.data=ae&&"object"==typeof ae?ae:ae&&"string"==typeof ae?JSON.parse(ae):{},this.conversionData.last_fetched=ve,(0,C.of)(this.convertWithFiat(G,Y,Z)))),(0,m.W)(ae=>(this.ratesAPIStatus=R.wn.ERROR,(0,S.$)(()=>"Currency Conversion Error."))))):(0,C.of)(this.conversionData.data&&this.conversionData.last_fetched&&ve"Currency Conversion Error.")}}convertWithoutFiat(G,Y){const $={};switch($[R.BQ.SATS]=0,$[R.BQ.BTC]=0,Y){case R.BQ.SATS:$[R.BQ.SATS]=G,$[R.BQ.BTC]=1e-8*G;break;case R.BQ.BTC:$[R.BQ.SATS]=1e8*G,$[R.BQ.BTC]=G}return $}convertWithFiat(G,Y,$){const Z={unit:$,iconType:"FA",symbol:null};if($){const ie=(0,R.Zo)(this.conversionData.data[$].symbol);Z.iconType=ie.iconType,Z.symbol=ie&&"SVG"===ie.iconType&&ie.symbol&&"string"==typeof ie.symbol?this.sanitizer.bypassSecurityTrustHtml(ie.symbol):ie.symbol}switch(Z[R.BQ.SATS]=0,Z[R.BQ.BTC]=0,Z[R.BQ.OTHER]=0,Y){case R.BQ.SATS:Z[R.BQ.SATS]=G,Z[R.BQ.BTC]=1e-8*G,Z[R.BQ.OTHER]=1e-8*G*this.conversionData.data[$].last;break;case R.BQ.BTC:Z[R.BQ.SATS]=1e8*G,Z[R.BQ.BTC]=G,Z[R.BQ.OTHER]=G*this.conversionData.data[$].last;break;case R.BQ.OTHER:Z[R.BQ.SATS]=G/this.conversionData.data[$].last*1e8,Z[R.BQ.BTC]=G/this.conversionData.data[$].last,Z[R.BQ.OTHER]=G}return Z}convertTime(G,Y,$){switch(Y){case R.F7.SECS:switch($){case R.F7.MINS:G/=60;break;case R.F7.HOURS:G/=R.bz;break;case R.F7.DAYS:G/=24*R.bz}break;case R.F7.MINS:switch($){case R.F7.SECS:G*=60;break;case R.F7.HOURS:G/=60;break;case R.F7.DAYS:G/=1440}break;case R.F7.HOURS:switch($){case R.F7.SECS:G*=R.bz;break;case R.F7.MINS:G*=60;break;case R.F7.DAYS:G/=24}break;case R.F7.DAYS:switch($){case R.F7.SECS:G=G*R.bz*24;break;case R.F7.MINS:G=60*G*24;break;case R.F7.HOURS:G*=24}}return G}downloadFile(G,Y,$=".json",Z=".csv"){let ie=new Blob;ie=".json"===$?new Blob(["\ufeff"+this.convertToCSV(G)],{type:"text/csv;charset=utf-8;"}):new Blob([G.toString()],{type:"text/plain;charset=utf-8"});const ve=document.createElement("a"),ae=URL.createObjectURL(ie);-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&ve.setAttribute("target","_blank"),ve.setAttribute("href",ae),ve.setAttribute("download",Y+Z),ve.style.visibility="hidden",document.body.appendChild(ve),ve.click(),document.body.removeChild(ve)}convertToCSV(G){const Y=[];let $="",Z="",ie="";return"object"!=typeof G&&(G=JSON.parse(G)),G.forEach((ae,ye)=>{for(const ue in ae)Y.findIndex(be=>be===ue)<0&&Y.push(ue)}),ie=Y.join(",")+"\r\n",G.forEach(ae=>{$="",Y.forEach(ye=>{if(ae.hasOwnProperty(ye))if(Array.isArray(ae[ye]))Z="",ae[ye].forEach((ue,be)=>{Z+="object"==typeof ue?"("+JSON.stringify(ue)?.replace(/\,/g,";")+")":"("+ue+")"}),$+=Z+",";else if("object"==typeof ae[ye])$+=JSON.stringify(ae[ye])?.replace(/\,/g,";")+",";else if(ye.includes("timestamp")||ye.includes("date"))try{switch(ae[ye].toString().length){case 10:$+=this.datePipe.transform(new Date(1e3*ae[ye]),"dd/MMM/y HH:mm")+",";break;case 13:$+=this.datePipe.transform(new Date(ae[ye]),"dd/MMM/y HH:mm")+",";break;default:$+=ae[ye]+","}}catch{$+=ae[ye]+","}else $+=ae[ye]+",";else $+=","}),ie+=$.slice(0,-1)+"\r\n"}),ie}isVersionCompatible(G,Y){if(G){const $=G.match(/v?(?\d+(?:\.\d+)*)/);if($&&$.groups&&$.groups.version){this.logger.info("Current Version: "+$.groups.version),this.logger.info("Checking Compatiblility with Version: "+Y);const Z=$.groups.version.split(".")||[],ie=Y.split(".");return+Z[0]>+ie[0]||+Z[0]==+ie[0]&&+Z[1]>+ie[1]||+Z[0]==+ie[0]&&+Z[1]==+ie[1]&&+Z[2]>=+ie[2]}return this.logger.error("Invalid Version String: "+G),!1}return!1}extractErrorMessage(G,Y="Unknown Error."){const $=this.titleCase(G.error&&G.error.text&&"string"==typeof G.error.text&&G.error.text.includes('')?"API Route Does Not Exist.":G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&G.error.error.error.error.error&&"string"==typeof G.error.error.error.error.error?G.error.error.error.error.error:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&"string"==typeof G.error.error.error.error?G.error.error.error.error:G.error&&G.error.error&&G.error.error.error&&"string"==typeof G.error.error.error?G.error.error.error:G.error&&G.error.error&&"string"==typeof G.error.error?G.error.error:G.error&&"string"==typeof G.error?G.error:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&G.error.error.error.error.message&&"string"==typeof G.error.error.error.error.message?G.error.error.error.error.message:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.message&&"string"==typeof G.error.error.error.message?G.error.error.error.message:G.error&&G.error.error&&G.error.error.message&&"string"==typeof G.error.error.message?G.error.error.message:G.error&&G.error.message&&"string"==typeof G.error.message?G.error.message:G.message&&"string"==typeof G.message?G.message:Y);return this.logger.info("Error Message: "+$),$}extractErrorCode(G,Y=500){const $=G.error&&G.error.error&&G.error.error.message&&G.error.error.message.code?G.error.error.message.code:G.error&&G.error.error&&G.error.error.code?G.error.error.code:G.error&&G.error.code?G.error.code:G.code?G.code:G.status?G.status:Y;return this.logger.info("Error Code: "+$),$}extractErrorNumber(G,Y=500){const $=G.error&&G.error.error&&G.error.error.errno?G.error.error.errno:G.error&&G.error.errno?G.error.errno:G.errno?G.errno:G.status?G.status:Y;return this.logger.info("Error Number: "+$),$}ngOnDestroy(){this.containerSizeUpdated.next(null),this.containerSizeUpdated.complete()}static{this.\u0275fac=function(Y){return new(Y||V)(d.KVO(w.u),d.KVO(y.gP),d.KVO(T.vh),d.KVO(k.up))}}static{this.\u0275prov=d.jDH({token:V,factory:V.\u0275fac})}}return V})()},4416:(Ve,ee,p)=>{"use strict";p.d(ee,{A$:()=>be,A0:()=>y,Ah:()=>rt,BQ:()=>f,Bd:()=>N,Bv:()=>ie,C6:()=>dt,C7:()=>z,F7:()=>n,G:()=>Z,H$:()=>d,HW:()=>ue,Hx:()=>v,It:()=>m,Jd:()=>ht,Jr:()=>ae,KR:()=>Ie,Ld:()=>G,MZ:()=>te,NG:()=>x,QP:()=>pe,SY:()=>k,TC:()=>We,TH:()=>fe,U1:()=>D,UN:()=>h,Uq:()=>he,Uu:()=>se,WW:()=>vt,X8:()=>ut,XG:()=>Y,Y0:()=>oe,ZC:()=>tt,Zb:()=>r,Zi:()=>jt,Zo:()=>qe,_1:()=>wt,_U:()=>et,aG:()=>O,aR:()=>_e,aU:()=>de,bz:()=>l,ck:()=>ve,f7:()=>M,iI:()=>_,jG:()=>nt,k:()=>T,md:()=>V,mu:()=>Ue,nv:()=>$,o1:()=>ye,oi:()=>Qe,on:()=>S,q9:()=>ne,rl:()=>w,rs:()=>at,tj:()=>L,ul:()=>Ke,wn:()=>re,xk:()=>Ct,xp:()=>U,xv:()=>R});var t=p(4438),e=p(6695),C=p(5383);function S(Le){const Vt=new e.xX;return Vt.itemsPerPageLabel=Le+" per page:",Vt}const l=3600,x=31536e3,m=24*l*7,R="0.15.6-beta",d=(0,t.naY)()?"http://localhost:3000/rtl/api":"./api",w={AUTHENTICATE_API:d+"/authenticate",CONF_API:d+"/conf",PAGE_SETTINGS_API:d+"/pagesettings",BALANCE_API:"/balance",FEES_API:"/fees",PEERS_API:"/peers",CHANNELS_API:"/channels",CHANNELS_BACKUP_API:"/channels/backup",GETINFO_API:"/getinfo",WALLET_API:"/wallet",NETWORK_API:"/network",NEW_ADDRESS_API:"/newaddress",TRANSACTIONS_API:"/transactions",PAYMENTS_API:"/payments",INVOICES_API:"/invoices",SWITCH_API:"/switch",ON_CHAIN_API:"/onchain",MESSAGE_API:"/message",OFFERS_API:"/offers",UTILITY_API:"/utility",LOOP_API:"/loop",BOLTZ_API:"/boltz",Web_SOCKET_API:"/ws"},y=["Sats","BTC"],T={Sats:"1.0-0",BTC:"1.6-6",OTHER:"1.2-2"},k=["SECS","MINS","HOURS","DAYS"],V=10,U=[5,10,25,100],G=[{addressId:"0",addressCode:"bech32",addressTp:"Bech32 (P2WKH)",addressDetails:"Pay to witness key hash"},{addressId:"1",addressCode:"p2sh-segwit",addressTp:"P2SH (NP2WKH)",addressDetails:"Pay to nested witness key hash (default)"},{addressId:"4",addressCode:"p2tr",addressTp:"Taproot (P2TR)",addressDetails:"Pay to taproot pubkey"}],Y=[{id:"0",name:"Priority (Default)"},{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],$=[{id:"none",name:"No Fee Limit",placeholder:"No Limit"},{id:"fixed",name:"Fixed Limit (Sats)",placeholder:"Fixed Limit in Sats"},{id:"percent",name:"Percentage of Amount",placeholder:"Percentage Limit"}],Z=[{feeRateId:"urgent",feeRateType:"Urgent"},{feeRateId:"normal",feeRateType:"Normal"},{feeRateId:"slow",feeRateType:"Slow"},{feeRateId:"customperkb",feeRateType:"Custom"}],ie={themes:[{id:"PURPLE",name:"Diogo"},{id:"TEAL",name:"My2Sats"},{id:"INDIGO",name:"RTL"},{id:"PINK",name:"BK"},{id:"YELLOW",name:"Gold"}],modes:[{id:"DAY",name:"Day"},{id:"NIGHT",name:"Night"}]};var ve=function(Le){return Le.PAYMENT_RECEIVED="payment-received",Le.PAYMENT_RELAYED="payment-relayed",Le.PAYMENT_SENT="payment-sent",Le.PAYMENT_SETTLING_ONCHAIN="payment-settling-onchain",Le.PAYMENT_FAILED="payment-failed",Le.CHANNEL_OPENED="channel-opened",Le.CHANNEL_STATE_CHANGED="channel-state-changed",Le.CHANNEL_CLOSED="channel-closed",Le}(ve||{}),ae=function(Le){return Le.CONNECT="connect",Le.DISCONNECT="disconnect",Le.WARNING="warning",Le.INVOICE_PAYMENT="invoice_payment",Le.INVOICE_CREATION="invoice_creation",Le.CHANNEL_OPENED="channel_opened",Le.CHANNEL_STATE_CHANGED="channel_state_changed",Le.SENDPAY_SUCCESS="sendpay_success",Le.SENDPAY_FAILURE="sendpay_failure",Le.COIN_MOVEMENT="coin_movement",Le.BALANCE_SNAPSHOT="balance_snapshot",Le.BLOCK_ADDED="block_added",Le.OPENCHANNEL_PEER_SIGS="openchannel_peer_sigs",Le.CHANNEL_OPEN_FAILED="channel_open_failed",Le}(ae||{}),ye=function(Le){return Le.INVOICE="invoice",Le}(ye||{}),ue=function(Le){return Le.OPERATOR="OPERATOR",Le.MERCHANT="MERCHANT",Le.ALL="ALL",Le}(ue||{}),be=function(Le){return Le.INFORMATION="Information",Le.WARNING="Warning",Le.ERROR="Error",Le.SUCCESS="Success",Le.CONFIRM="Confirm",Le}(be||{}),D=function(Le){return Le.JWT="JWT",Le.PASSWORD="PASSWORD",Le}(D||{}),n=function(Le){return Le.SECS="SECS",Le.MINS="MINS",Le.HOURS="HOURS",Le.DAYS="DAYS",Le}(n||{}),f=function(Le){return Le.SATS="Sats",Le.BTC="BTC",Le.OTHER="OTHER",Le}(f||{}),h=function(Le){return Le.ARRAY="ARRAY",Le.NUMBER="NUMBER",Le.STRING="STRING",Le.BOOLEAN="BOOLEAN",Le.PASSWORD="PASSWORD",Le.DATE="DATE",Le.DATE_TIME="DATE_TIME",Le}(h||{}),M=function(Le){return Le.XS="XS",Le.SM="SM",Le.MD="MD",Le.LG="LG",Le.XL="XL",Le}(M||{});const L={COOPERATIVE_CLOSE:{name:"Co-operative Close",tooltip:"Channel closed cooperatively"},LOCAL_FORCE_CLOSE:{name:"Local Force Close",tooltip:"Channel force-closed by the local node"},REMOTE_FORCE_CLOSE:{name:"Remote Force Close",tooltip:"Channel force-closed by the remote node"},BREACH_CLOSE:{name:"Breach Close",tooltip:"Remote node attempted to broadcast a prior revoked channel state"},FUNDING_CANCELED:{name:"Funding Canceled",tooltip:"Channel never fully opened"},ABANDONED:{name:"Abandoned",tooltip:"Channel abandoned by the local node"}},O={WITNESS_PUBKEY_HASH:{name:"Witness Pubkey Hash",tooltip:""},NESTED_PUBKEY_HASH:{name:"Nested Pubkey Hash",tooltip:""},UNUSED_WITNESS_PUBKEY_HASH:{name:"Unused Witness Pubkey Hash",tooltip:""},UNUSED_NESTED_PUBKEY_HASH:{name:"Unused Nested Pubkey Hash",tooltip:""},TAPROOT_PUBKEY:{name:"Taproot Pubkey Hash",tooltip:""}};var _=function(Le){return Le.WIRE_INVALID_ONION_VERSION="Invalid Onion Version",Le.WIRE_INVALID_ONION_HMAC="Invalid Onion HMAC",Le.WIRE_INVALID_ONION_KEY="Invalid Onion Key",Le.WIRE_TEMPORARY_CHANNEL_FAILURE="Temporary Channel Failure",Le.WIRE_PERMANENT_CHANNEL_FAILURE="Permanent Channel Failure",Le.WIRE_REQUIRED_CHANNEL_FEATURE_MISSING="Missing Required Channel Feature",Le.WIRE_UNKNOWN_NEXT_PEER="Unknown Next Peer",Le.WIRE_AMOUNT_BELOW_MINIMUM="Amount Below Minimum",Le.WIRE_FEE_INSUFFICIENT="Insufficient Fee",Le.WIRE_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",Le.WIRE_EXPIRY_TOO_FAR="Expiry Too Far",Le.WIRE_EXPIRY_TOO_SOON="Expiry Too Soon",Le.WIRE_CHANNEL_DISABLED="Channel Disabled",Le.WIRE_INVALID_ONION_PAYLOAD="Invalid Onion Payload",Le.WIRE_INVALID_REALM="Invalid Realm",Le.WIRE_PERMANENT_NODE_FAILURE="Permanent Node Failure",Le.WIRE_TEMPORARY_NODE_FAILURE="Temporary Node Failure",Le.WIRE_REQUIRED_NODE_FEATURE_MISSING="Missing Required Node Feature",Le.WIRE_INVALID_ONION_BLINDING="Invalid Onion Binding",Le.WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS="Incorrect or Unknow Payment Details",Le.WIRE_MPP_TIMEOUT="MPP Timeout",Le.WIRE_FINAL_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",Le.WIRE_FINAL_INCORRECT_HTLC_AMOUNT="Incorrect HTLC Amount",Le}(_||{}),r=function(Le){return Le.CHANNELD_NORMAL="Active",Le.OPENINGD="Opening",Le.CHANNELD_AWAITING_LOCKIN="Pending Open",Le.CHANNELD_SHUTTING_DOWN="Shutting Down",Le.CLOSINGD_SIGEXCHANGE="Closing: Sig Exchange",Le.CLOSINGD_COMPLETE="Closed",Le.AWAITING_UNILATERAL="Awaiting Unilateral Close",Le.FUNDING_SPEND_SEEN="Funding Spend Seen",Le.ONCHAIN="Onchain",Le.DUALOPEND_OPEN_INIT="Dual Open Initialized",Le.DUALOPEND_AWAITING_LOCKIN="Dual Pending Open",Le}(r||{}),v=function(Le){return Le.INITIATED="Initiated",Le.PREIMAGE_REVEALED="Preimage Revealed",Le.HTLC_PUBLISHED="HTLC Published",Le.SUCCESS="Successful",Le.FAILED="Failed",Le.INVOICE_SETTLED="Invoice Settled",Le}(v||{}),z=function(Le){return Le.LOOP_OUT="LOOP_OUT",Le.LOOP_IN="LOOP_IN",Le}(z||{}),N=function(Le){return Le.SWAP_OUT="SWAP_OUT",Le.SWAP_IN="SWAP_IN",Le}(N||{}),ne=function(Le){return Le["swap.created"]="Swap Created",Le["swap.expired"]="Swap Expired",Le["invoice.set"]="Invoice Set",Le["invoice.paid"]="Invoice Paid",Le["invoice.pending"]="Invoice Pending",Le["invoice.settled"]="Invoice Settled",Le["invoice.failedToPay"]="Invoice Failed To Pay",Le["channel.created"]="Channel Created",Le["transaction.failed"]="Transaction Failed",Le["transaction.mempool"]="Transaction Mempool",Le["transaction.claimed"]="Transaction Claimed",Le["transaction.refunded"]="Transaction Refunded",Le["transaction.confirmed"]="Transaction Confirmed",Le["transaction.lockupFailed"]="Lockup Transaction Failed",Le["swap.refunded"]="Swap Refunded",Le["swap.abandoned"]="Swap Abandoned",Le}(ne||{});const Ie=[{name:"Jan",days:31},{name:"Feb",days:28},{name:"Mar",days:31},{name:"Apr",days:30},{name:"May",days:31},{name:"Jun",days:30},{name:"Jul",days:31},{name:"Aug",days:31},{name:"Sep",days:30},{name:"Oct",days:31},{name:"Nov",days:30},{name:"Dec",days:31}],at=["MONTHLY","YEARLY"],rt=["password","changeme","moneyprintergobrrr"];var re=function(Le){return Le.UN_INITIATED="UN_INITIATED",Le.INITIATED="INITIATED",Le.COMPLETED="COMPLETED",Le.ERROR="ERROR",Le}(re||{});const te={NO_SPINNER:"No Spinner...",GET_NODE_INFO:"Getting Node Information...",INITALIZE_NODE_DATA:"Initializing Node Data...",GENERATE_NEW_ADDRESS:"Getting New Address...",SEND_FUNDS:"Sending Funds...",UPDATE_CHAN_POLICY:"Updating Channel Policy...",GET_CHAN_POLICY:"Fetching Channel Policy...",GET_REMOTE_POLICY:"Fetching Remote Policy...",CLOSE_CHANNEL:"Closing Channel...",FORCE_CLOSE_CHANNEL:"Force Closing Channel...",OPEN_CHANNEL:"Opening Channel...",CONNECT_PEER:"Connecting Peer...",DISCONNECT_PEER:"Disconnecting Peer...",ADD_INVOICE:"Adding Invoice...",CREATE_INVOICE:"Creating Invoice...",DELETE_INVOICE:"Deleting Invoices...",DECODE_PAYMENT:"Decoding Payment...",DECODE_OFFER:"Decoding Offer...",DECODE_PAYMENTS:"Decoding Payments...",FETCH_INVOICE:"Fetching Invoice...",GET_SENT_PAYMENTS:"Getting Sent Payments...",SEND_PAYMENT:"Sending Payment...",SEND_KEYSEND:"Sending Keysend Payment...",SEARCHING_NODE:"Searching Node...",SEARCHING_CHANNEL:"Searching Channel...",SEARCHING_INVOICE:"Searching Invoice...",SEARCHING_PAYMENT:"Searching Payment...",BACKUP_CHANNEL:"Backup Channels...",VERIFY_CHANNEL:"Verify Channel...",DOWNLOAD_BACKUP_FILE:"Downloading Backup File...",RESTORE_CHANNEL:"Restoring Channels...",GET_TERMS_QUOTES:"Getting Terms and Quotes...",LABEL_UTXO:"Labelling UTXO...",GET_NODE_ADDRESS:"Getting Node Address...",GEN_SEED:"Generating Seed...",INITIALIZE_WALLET:"Initializing Wallet...",UNLOCK_WALLET:"Unlocking Wallet...",WAIT_SYNC_NODE:"Waiting for Node Sync...",UPDATE_BOLTZ_SETTINGS:"Updating Boltz Service Settings...",UPDATE_LOOP_SETTINGS:"Updating Loop Service Settings...",UPDATE_PEERSWAP_SETTINGS:"Updating Peerswap Service Settings...",UPDATE_SETTING:"Updating Setting...",UPDATE_APPLICATION_SETTINGS:"Updating Application Settings...",UPDATE_NODE_SETTINGS:"Updating Node Settings...",UPDATE_SELECTED_NODE:"Updating Selected Node...",OPEN_CONFIG_FILE:"Opening Config File...",GET_BOLTZ_INFO:"Getting Boltz Info...",GET_SERVICE_INFO:"Getting Service Info...",GET_QUOTE:"Getting Quotes...",UPDATE_DEFAULT_NODE_SETTING:"Updating Defaule Node Settings...",GET_BOLTZ_SWAPS:"Getting Boltz Swaps...",SIGN_MESSAGE:"Signing Message...",VERIFY_MESSAGE:"Verifying Message...",BUMP_FEE:"Bumping Fee...",LEASE_UTXO:"Leasing UTXO...",GET_LOOP_INFO:"Getting Loop Info...",GET_LOOP_SWAPS:"Getting List Swaps...",GET_FORWARDING_HISTORY:"Getting Forwarding History...",GET_LOOKUP_DETAILS:"Getting Lookup Details...",GET_RTL_CONFIG:"Getting RTL Config...",VERIFY_TOKEN:"Verify Token...",DISABLE_OFFER:"Disabling Offer...",CREATE_OFFER:"Creating Offer...",DELETE_OFFER_BOOKMARK:"Deleting Bookmark...",GET_FUNDER_POLICY:"Getting Or Updating Funder Policy...",GET_LIST_CONFIGS:"Getting Configurations List...",LIST_NETWORK_NODES:"Getting Network Nodes List...",GET_PAGE_SETTINGS:"Getting Page Settings...",SET_PAGE_SETTINGS:"Setting Page Settings...",UPDATE_PAGE_SETTINGS:"Updating Page Layout...",REBALANCE_CHANNEL:"Rebalancing Channel...",LOG_OUT:"Logging Out..."};var oe=function(Le){return Le.INVOICE="INVOICE",Le.OFFER="OFFER",Le.KEYSEND="KEYSEND",Le}(oe||{}),_e=function(Le){return Le.FEES="FEES",Le.EVENTS="EVENTS",Le}(_e||{}),de=function(Le){return Le.VOID="VOID",Le.SET_API_URL_ECL="SET_API_URL_ECL",Le.UPDATE_API_CALL_STATUS_ROOT="UPDATE_API_CALL_STATUS_ROOT",Le.RESET_ROOT_STORE="RESET_ROOT_STORE",Le.CLOSE_ALL_DIALOGS="CLOSE_ALL_DIALOGS",Le.OPEN_SNACK_BAR="OPEN_SNACKBAR",Le.OPEN_SPINNER="OPEN_SPINNER",Le.CLOSE_SPINNER="CLOSE_SPINNER",Le.OPEN_ALERT="OPEN_ALERT",Le.CLOSE_ALERT="CLOSE_ALERT",Le.OPEN_CONFIRMATION="OPEN_CONFIRMATION",Le.CLOSE_CONFIRMATION="CLOSE_CONFIRMATION",Le.SHOW_PUBKEY="SHOW_PUBKEY",Le.FETCH_CONFIG="FETCH_CONFIG",Le.SHOW_CONFIG="SHOW_CONFIG",Le.FETCH_STORE="FETCH_STORE",Le.SET_STORE="SET_STORE",Le.FETCH_APPLICATION_SETTINGS="FETCH_APPLICATION_SETTINGS",Le.SET_APPLICATION_SETTINGS="SET_APPLICATION_SETTINGS",Le.SAVE_SETTINGS="SAVE_SETTINGS",Le.SET_SELECTED_NODE="SET_SELECTED_NODE",Le.UPDATE_ROOT_NODE_SETTINGS="UPDATE_ROOT_NODE_SETTINGS",Le.UPDATE_APPLICATION_SETTINGS="UPDATE_APPLICATION_SETTINGS",Le.UPDATE_NODE_SETTINGS="UPDATE_NODE_SETTINGS",Le.SET_SELECTED_NODE_SETTINGS="SET_SELECTED_NODE_SETTINGS",Le.SET_NODE_DATA="SET_NODE_DATA",Le.IS_AUTHORIZED="IS_AUTHORIZED",Le.IS_AUTHORIZED_RES="IS_AUTHORIZED_RES",Le.LOGIN="LOGIN",Le.VERIFY_TWO_FA="VERIFY_TWO_FA",Le.LOGOUT="LOGOUT",Le.RESET_PASSWORD="RESET_PASSWORD",Le.RESET_PASSWORD_RES="RESET_PASSWORD_RES",Le.FETCH_FILE="FETCH_FILE",Le.SHOW_FILE="SHOW_FILE",Le}(de||{}),pe=function(Le){return Le.RESET_LND_STORE="RESET_LND_STORE",Le.UPDATE_API_CALL_STATUS_LND="UPDATE_API_CALL_STATUS_LND",Le.SET_CHILD_NODE_SETTINGS_LND="SET_CHILD_NODE_SETTINGS_LND",Le.UPDATE_SELECTED_NODE_OPTIONS="UPDATE_SELECTED_NODE_OPTIONS",Le.FETCH_PAGE_SETTINGS_LND="FETCH_PAGE_SETTINGS_LND",Le.SET_PAGE_SETTINGS_LND="SET_PAGE_SETTINGS_LND",Le.SAVE_PAGE_SETTINGS_LND="SAVE_PAGE_SETTINGS_LND",Le.FETCH_INFO_LND="FETCH_INFO_LND",Le.SET_INFO_LND="SET_INFO_LND",Le.FETCH_PEERS_LND="FETCH_PEERS_LND",Le.SET_PEERS_LND="SET_PEERS_LND",Le.SAVE_NEW_PEER_LND="SAVE_NEW_PEER_LND",Le.NEWLY_ADDED_PEER_LND="NEWLY_ADDED_PEER_LND",Le.DETACH_PEER_LND="DETACH_PEER_LND",Le.REMOVE_PEER_LND="REMOVE_PEER_LND",Le.SAVE_NEW_INVOICE_LND="SAVE_NEW_INVOICE_LND",Le.NEWLY_SAVED_INVOICE_LND="NEWLY_SAVED_INVOICE_LND",Le.ADD_INVOICE_LND="ADD_INVOICE_LND",Le.FETCH_FEES_LND="FETCH_FEES_LND",Le.SET_FEES_LND="SET_FEES_LND",Le.FETCH_BLOCKCHAIN_BALANCE_LND="FETCH_BLOCKCHAIN_BALANCE_LND",Le.SET_BLOCKCHAIN_BALANCE_LND="SET_BLOCKCHAIN_BALANCE_LND",Le.FETCH_NETWORK_LND="FETCH_NETWORK_LND",Le.SET_NETWORK_LND="SET_NETWORK_LND",Le.FETCH_CHANNELS_LND="FETCH_CHANNELS_LND",Le.FETCH_PENDING_CHANNELS_LND="FETCH_PENDING_CHANNELS_LND",Le.FETCH_CLOSED_CHANNELS_LND="FETCH_CLOSED_CHANNELS_LND",Le.SET_CHANNELS_LND="SET_CHANNELS_LND",Le.SET_PENDING_CHANNELS_LND="SET_PENDING_CHANNELS_LND",Le.SET_CLOSED_CHANNELS_LND="SET_CLOSED_CHANNELS_LND",Le.UPDATE_CHANNEL_LND="UPDATE_CHANNEL_LND",Le.SAVE_NEW_CHANNEL_LND="SAVE_NEW_CHANNEL_LND",Le.CLOSE_CHANNEL_LND="CLOSE_CHANNEL_LND",Le.REMOVE_CHANNEL_LND="REMOVE_CHANNEL_LND",Le.BACKUP_CHANNELS_LND="BACKUP_CHANNELS_LND",Le.VERIFY_CHANNEL_LND="VERIFY_CHANNEL_LND",Le.BACKUP_CHANNELS_RES_LND="BACKUP_CHANNELS_RES_LND",Le.VERIFY_CHANNEL_RES_LND="VERIFY_CHANNEL_RES_LND",Le.RESTORE_CHANNELS_LIST_LND="RESTORE_CHANNELS_LIST_LND",Le.SET_RESTORE_CHANNELS_LIST_LND="SET_RESTORE_CHANNELS_LIST_LND",Le.RESTORE_CHANNELS_LND="RESTORE_CHANNELS_LND",Le.RESTORE_CHANNELS_RES_LND="RESTORE_CHANNELS_RES_LND",Le.FETCH_INVOICES_LND="FETCH_INVOICES_LND",Le.SET_INVOICES_LND="SET_INVOICES_LND",Le.UPDATE_INVOICE_LND="UPDATE_INVOICE_LND",Le.UPDATE_PAYMENT_LND="UPDATE_PAYMENT_LND",Le.SET_TOTAL_INVOICES_LND="SET_TOTAL_INVOICES_LND",Le.FETCH_TRANSACTIONS_LND="FETCH_TRANSACTIONS_LND",Le.SET_TRANSACTIONS_LND="SET_TRANSACTIONS_LND",Le.FETCH_UTXOS_LND="FETCH_UTXOS_LND",Le.SET_UTXOS_LND="SET_UTXOS_LND",Le.FETCH_PAYMENTS_LND="FETCH_PAYMENTS_LND",Le.SET_PAYMENTS_LND="SET_PAYMENTS_LND",Le.SEND_PAYMENT_LND="SEND_PAYMENT_LND",Le.SEND_PAYMENT_STATUS_LND="SEND_PAYMENT_STATUS_LND",Le.FETCH_GRAPH_NODE_LND="FETCH_GRAPH_NODE_LND",Le.SET_GRAPH_NODE_LND="SET_GRAPH_NODE_LND",Le.GET_NEW_ADDRESS_LND="GET_NEW_ADDRESS_LND",Le.SET_NEW_ADDRESS_LND="SET_NEW_ADDRESS_LND",Le.SET_CHANNEL_TRANSACTION_LND="SET_CHANNEL_TRANSACTION_LND",Le.SET_CHANNEL_TRANSACTION_RES_LND="SET_CHANNEL_TRANSACTION_RES_LND",Le.GEN_SEED_LND="GEN_SEED_LND",Le.GEN_SEED_RESPONSE_LND="GEN_SEED_RESPONSE_LND",Le.INIT_WALLET_LND="INIT_WALLET_LND",Le.INIT_WALLET_RESPONSE_LND="INIT_WALLET_RESPONSE_LND",Le.UNLOCK_WALLET_LND="UNLOCK_WALLET_LND",Le.PEER_LOOKUP_LND="PEER_LOOKUP_LND",Le.CHANNEL_LOOKUP_LND="CHANNEL_LOOKUP_LND",Le.INVOICE_LOOKUP_LND="INVOICE_LOOKUP_LND",Le.PAYMENT_LOOKUP_LND="PAYMENT_LOOKUP_LND",Le.SET_LOOKUP_LND="SET_LOOKUP_LND",Le.GET_FORWARDING_HISTORY_LND="GET_FORWARDING_HISTORY_LND",Le.SET_FORWARDING_HISTORY_LND="SET_FORWARDING_HISTORY_LND",Le.GET_QUERY_ROUTES_LND="GET_QUERY_ROUTES_LND",Le.SET_QUERY_ROUTES_LND="SET_QUERY_ROUTES_LND",Le.GET_ALL_LIGHTNING_TRANSATIONS_LND="GET_ALL_LIGHTNING_TRANSATIONS_LND",Le.SET_ALL_LIGHTNING_TRANSATIONS_LND="SET_ALL_LIGHTNING_TRANSATIONS_LND",Le}(pe||{}),We=function(Le){return Le.RESET_CLN_STORE="RESET_CLN_STORE",Le.UPDATE_API_CALL_STATUS_CLN="UPDATE_API_CALL_STATUS_CLN",Le.SET_CHILD_NODE_SETTINGS_CLN="SET_CHILD_NODE_SETTINGS_CLN",Le.FETCH_PAGE_SETTINGS_CLN="FETCH_PAGE_SETTINGS_CLN",Le.SET_PAGE_SETTINGS_CLN="SET_PAGE_SETTINGS_CLN",Le.SAVE_PAGE_SETTINGS_CLN="SAVE_PAGE_SETTINGS_CLN",Le.FETCH_INFO_CLN="FETCH_INFO_CL_CLN",Le.SET_INFO_CLN="SET_INFO_CLN",Le.FETCH_FEES_CLN="FETCH_FEES_CLN",Le.SET_FEES_CLN="SET_FEES_CLN",Le.FETCH_FEE_RATES_CLN="FETCH_FEE_RATES_CLN",Le.SET_FEE_RATES_CLN="SET_FEE_RATES_CLN",Le.GET_NEW_ADDRESS_CLN="GET_NEW_ADDRESS_CLN",Le.SET_NEW_ADDRESS_CLN="SET_NEW_ADDRESS_CLN",Le.FETCH_UTXO_BALANCES_CLN="FETCH_UTXO_BALANCES_CLN",Le.SET_UTXO_BALANCES_CLN="SET_UTXO_BALANCES_CLN",Le.FETCH_PEERS_CLN="FETCH_PEERS_CLN",Le.SET_PEERS_CLN="SET_PEERS_CLN",Le.SAVE_NEW_PEER_CLN="SAVE_NEW_PEER_CLN",Le.NEWLY_ADDED_PEER_CLN="NEWLY_ADDED_PEER_CLN",Le.ADD_PEER_CLN="ADD_PEER_CLN",Le.DETACH_PEER_CLN="DETACH_PEER_CLN",Le.REMOVE_PEER_CLN="REMOVE_PEER_CLN",Le.FETCH_CHANNELS_CLN="FETCH_CHANNELS_CLN",Le.SET_CHANNELS_CLN="SET_CHANNELS_CLN",Le.UPDATE_CHANNEL_CLN="UPDATE_CHANNEL_CLN",Le.SAVE_NEW_CHANNEL_CLN="SAVE_NEW_CHANNEL_CLN",Le.CLOSE_CHANNEL_CLN="CLOSE_CHANNEL_CLN",Le.REMOVE_CHANNEL_CLN="REMOVE_CHANNEL_CLN",Le.FETCH_PAYMENTS_CLN="FETCH_PAYMENTS_CLN",Le.SET_PAYMENTS_CLN="SET_PAYMENTS_CLN",Le.SEND_PAYMENT_CLN="SEND_PAYMENT_CLN",Le.SEND_PAYMENT_STATUS_CLN="SEND_PAYMENT_STATUS_CLN",Le.GET_QUERY_ROUTES_CLN="GET_QUERY_ROUTES_CLN",Le.SET_QUERY_ROUTES_CLN="SET_QUERY_ROUTES_CLN",Le.PEER_LOOKUP_CLN="PEER_LOOKUP_CLN",Le.CHANNEL_LOOKUP_CLN="CHANNEL_LOOKUP_CLN",Le.INVOICE_LOOKUP_CLN="INVOICE_LOOKUP_CLN",Le.SET_LOOKUP_CLN="SET_LOOKUP_CLN",Le.GET_FORWARDING_HISTORY_CLN="GET_FORWARDING_HISTORY_CLN",Le.SET_FORWARDING_HISTORY_CLN="SET_FORWARDING_HISTORY_CLN",Le.GET_FAILED_FORWARDING_HISTORY_CLN="GET_FAILED_FORWARDING_HISTORY_CLN",Le.SET_FAILED_FORWARDING_HISTORY_CLN="SET_FAILED_FORWARDING_HISTORY_CLN",Le.GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",Le.SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",Le.FETCH_INVOICES_CLN="FETCH_INVOICES_CLN",Le.SET_INVOICES_CLN="SET_INVOICES_CLN",Le.SAVE_NEW_INVOICE_CLN="SAVE_NEW_INVOICE_CLN",Le.ADD_INVOICE_CLN="ADD_INVOICE_CLN",Le.UPDATE_INVOICE_CLN="UPDATE_INVOICE_CLN",Le.DELETE_EXPIRED_INVOICE_CLN="DELETE_EXPIRED_INVOICE_CLN",Le.SET_CHANNEL_TRANSACTION_CLN="SET_CHANNEL_TRANSACTION_CLN",Le.SET_CHANNEL_TRANSACTION_RES_CLN="SET_CHANNEL_TRANSACTION_RES_CLN",Le.FETCH_OFFER_INVOICE_CLN="FETCH_OFFER_INVOICE_CLN",Le.SET_OFFER_INVOICE_CLN="SET_OFFER_INVOICE_CLN",Le.FETCH_OFFERS_CLN="FETCH_OFFERS_CLN",Le.SET_OFFERS_CLN="SET_OFFERS_CLN",Le.SAVE_NEW_OFFER_CLN="SAVE_NEW_OFFER_CLN",Le.ADD_OFFER_CLN="ADD_OFFER_CLN",Le.DISABLE_OFFER_CLN="DISABLE_OFFER_CLN",Le.UPDATE_OFFER_CLN="UPDATE_OFFER_CLN",Le.FETCH_OFFER_BOOKMARKS_CLN="FETCH_OFFER_BOOKMARKS_CLN",Le.SET_OFFER_BOOKMARKS_CLN="SET_OFFER_BOOKMARKS_CLN",Le.ADD_UPDATE_OFFER_BOOKMARK_CLN="ADD_UPDATE_OFFER_BOOKMARK_CLN",Le.DELETE_OFFER_BOOKMARK_CLN="DELETE_OFFER_BOOKMARK_CLN",Le.REMOVE_OFFER_BOOKMARK_CLN="REMOVE_OFFER_BOOKMARK_CL",Le}(We||{}),se=function(Le){return Le.RESET_ECL_STORE="RESET_ECL_STORE",Le.UPDATE_API_CALL_STATUS_ECL="UPDATE_API_CALL_STATUS_ECL",Le.SET_CHILD_NODE_SETTINGS_ECL="SET_CHILD_NODE_SETTINGS_ECL",Le.FETCH_PAGE_SETTINGS_ECL="FETCH_PAGE_SETTINGS_ECL",Le.SET_PAGE_SETTINGS_ECL="SET_PAGE_SETTINGS_ECL",Le.SAVE_PAGE_SETTINGS_ECL="SAVE_PAGE_SETTINGS_ECL",Le.FETCH_INFO_ECL="FETCH_INFO_ECL",Le.SET_INFO_ECL="SET_INFO_ECL",Le.FETCH_FEES_ECL="FETCH_FEES_ECL",Le.SET_FEES_ECL="SET_FEES_ECL",Le.FETCH_CHANNELS_ECL="FETCH_CHANNELS_ECL",Le.SET_ACTIVE_CHANNELS_ECL="SET_ACTIVE_CHANNELS_ECL",Le.SET_PENDING_CHANNELS_ECL="SET_PENDING_CHANNELS_ECL",Le.SET_INACTIVE_CHANNELS_ECL="SET_INACTIVE_CHANNELS_ECL",Le.FETCH_ONCHAIN_BALANCE_ECL="FETCH_ONCHAIN_BALANCE_ECL",Le.SET_ONCHAIN_BALANCE_ECL="SET_ONCHAIN_BALANCE_ECL",Le.FETCH_LIGHTNING_BALANCE_ECL="FETCH_LIGHTNING_BALANCE_ECL",Le.SET_LIGHTNING_BALANCE_ECL="SET_LIGHTNING_BALANCE_ECL",Le.SET_CHANNELS_STATUS_ECL="SET_CHANNELS_STATUS_ECL",Le.FETCH_PEERS_ECL="FETCH_PEERS_ECL",Le.SET_PEERS_ECL="SET_PEERS_ECL",Le.SAVE_NEW_PEER_ECL="SAVE_NEW_PEER_ECL",Le.NEWLY_ADDED_PEER_ECL="NEWLY_ADDED_PEER_ECL",Le.ADD_PEER_ECL="ADD_PEER_ECL",Le.DETACH_PEER_ECL="DETACH_PEER_ECL",Le.REMOVE_PEER_ECL="REMOVE_PEER_ECL",Le.GET_NEW_ADDRESS_ECL="GET_NEW_ADDRESS_ECL",Le.SET_NEW_ADDRESS_ECL="SET_NEW_ADDRESS_ECL",Le.SAVE_NEW_CHANNEL_ECL="SAVE_NEW_CHANNEL_ECL",Le.UPDATE_CHANNEL_ECL="UPDATE_CHANNEL_ECL",Le.CLOSE_CHANNEL_ECL="CLOSE_CHANNEL_ECL",Le.REMOVE_CHANNEL_ECL="REMOVE_CHANNEL_ECL",Le.FETCH_PAYMENTS_ECL="FETCH_PAYMENTS_ECL",Le.SET_PAYMENTS_ECL="SET_PAYMENTS_ECL",Le.GET_QUERY_ROUTES_ECL="GET_QUERY_ROUTES_ECL",Le.SET_QUERY_ROUTES_ECL="SET_QUERY_ROUTES_ECL",Le.SEND_PAYMENT_ECL="SEND_PAYMENT_ECL",Le.SEND_PAYMENT_STATUS_ECL="SEND_PAYMENT_STATUS_ECL",Le.FETCH_TRANSACTIONS_ECL="FETCH_TRANSACTIONS_ECL",Le.SET_TRANSACTIONS_ECL="SET_TRANSACTIONS_ECL",Le.SEND_ONCHAIN_FUNDS_ECL="SEND_ONCHAIN_FUNDS_ECL",Le.SEND_ONCHAIN_FUNDS_RES_ECL="SEND_ONCHAIN_FUNDS_RES_ECL",Le.FETCH_INVOICES_ECL="FETCH_INVOICES_ECL",Le.SET_INVOICES_ECL="SET_INVOICES_ECL",Le.SET_TOTAL_INVOICES_ECL="SET_TOTAL_INVOICES_ECL",Le.CREATE_INVOICE_ECL="CREATE_INVOICE_ECL",Le.ADD_INVOICE_ECL="ADD_INVOICE_ECL",Le.UPDATE_INVOICE_ECL="UPDATE_INVOICE_ECL",Le.PEER_LOOKUP_ECL="PEER_LOOKUP_ECL",Le.INVOICE_LOOKUP_ECL="INVOICE_LOOKUP_ECL",Le.SET_LOOKUP_ECL="SET_LOOKUP_ECL",Le.UPDATE_CHANNEL_STATE_ECL="UPDATE_CHANNEL_STATE_ECL",Le.UPDATE_RELAYED_PAYMENT_ECL="UPDATE_RELAYED_PAYMENT_ECL",Le}(se||{});const fe=[{range:{min:0,max:1},description:"Requires or supports extra channel re-establish fields"},{range:{min:4,max:5},description:"Commits to a shutdown script pubkey when opening channel"},{range:{min:6,max:7},description:"More sophisticated gossip control"},{range:{min:8,max:9},description:"Requires/supports variable-length routing onion payloads"},{range:{min:10,max:11},description:"Gossip queries can include additional information"},{range:{min:12,max:13},description:"Static key for remote output"},{range:{min:14,max:15},description:"Node supports payment secret field"},{range:{min:16,max:17},description:"Node can receive basic multi-part payments"},{range:{min:18,max:19},description:"Node can create large channels"},{range:{min:20,max:21},description:"Anchor outputs"},{range:{min:22,max:23},description:"Anchor commitment type with zero fee HTLC transactions"},{range:{min:26,max:27},description:"Future segwit versions allowed in shutdown"},{range:{min:30,max:31},description:"AMP support"},{range:{min:44,max:45},description:"Explicit commitment type"}];var he=function(Le){return Le.gossip_queries_ex="Gossip queries including additional information",Le.option_anchor_outputs="Anchor outputs",Le.option_data_loss_protect="Extra channel re-establish fields",Le.var_onion_optin="Variable-length routing onion payloads",Le.option_static_remotekey="Static key for remote output",Le.option_support_large_channel="Create large channels",Le.option_anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",Le.payment_secret="Payment secret field",Le.option_shutdown_anysegwit="Future segwit versions allowed in shutdown",Le.basic_mpp="Basic multi-part payments",Le.gossip_queries="More sophisticated gossip control",Le.option_upfront_shutdown_script="Shutdown script pubkey when opening channel",Le.anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",Le.amp="AMP",Le}(he||{}),et=function(Le){return Le["data-loss-protect"]="Extra channel re-establish fields",Le["upfront-shutdown-script"]="Shutdown script pubkey when opening channel",Le["gossip-queries"]="More sophisticated gossip control",Le["tlv-onion"]="Variable-length routing onion payloads",Le["ext-gossip-queries"]="Gossip queries can include additional information",Le["static-remote-key"]="Static key for remote output",Le["payment-addr"]="Payment secret field",Le["multi-path-payments"]="Basic multi-part payments",Le["wumbo-channels"]="Wumbo Channels",Le.anchors="Anchor outputs",Le["anchors-zero-fee-htlc-tx"]="Anchor commitment type with zero fee HTLC transactions",Le.amp="AMP",Le}(et||{});const Ke=[{id:"match",placeholder:"Policy Match (%age)",min:0,max:200},{id:"available",placeholder:"Policy Available (%age)",min:0,max:100},{id:"fixed",placeholder:"Fixed Policy (Sats)",min:0,max:100}];var Ct=function(Le){return Le.OFFERED="offered",Le.SETTLED="settled",Le.FAILED="failed",Le.LOCAL_FAILED="local_failed",Le}(Ct||{}),Qe=function(Le){return Le.ASCENDING="asc",Le.DESCENDING="desc",Le}(Qe||{});const nt=["asc","desc"],Ue=[{pageId:"on_chain",tables:[{tableId:"utxos",recordsPerPage:V,sortBy:"blockheight",sortOrder:Qe.DESCENDING,columnSelectionSM:["txid","value"],columnSelection:["txid","output","value","blockheight"]},{tableId:"dust_utxos",recordsPerPage:V,sortBy:"blockheight",sortOrder:Qe.DESCENDING,columnSelectionSM:["txid","value"],columnSelection:["txid","output","value","blockheight"]}]},{pageId:"peers_channels",tables:[{tableId:"open_channels",recordsPerPage:V,sortBy:"msatoshi_to_us",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","msatoshi_to_us","msatoshi_to_them"],columnSelection:["short_channel_id","alias","msatoshi_to_us","msatoshi_to_them","balancedness"]},{tableId:"pending_inactive_channels",recordsPerPage:V,sortBy:"state",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","state"],columnSelection:["alias","connected","state","msatoshi_total"]},{tableId:"peers",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.ASCENDING,columnSelectionSM:["alias","id"],columnSelection:["alias","id","netaddr"]},{tableId:"active_HTLCs",recordsPerPage:V,sortBy:"expiry",sortOrder:Qe.DESCENDING,columnSelectionSM:["amount_msat","direction","expiry"],columnSelection:["amount_msat","direction","expiry","state"]}]},{pageId:"liquidity_ads",tables:[{tableId:"liquidity_ads",recordsPerPage:V,sortBy:"channel_opening_fee",sortOrder:Qe.ASCENDING,columnSelectionSM:["alias","channel_opening_fee"],columnSelection:["alias","last_timestamp","lease_fee","routing_fee","channel_opening_fee"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:V,sortBy:"created_at",sortOrder:Qe.DESCENDING,columnSelectionSM:["created_at","msatoshi"],columnSelection:["created_at","type","payment_hash","msatoshi_sent","msatoshi"]},{tableId:"invoices",recordsPerPage:V,sortBy:"expires_at",sortOrder:Qe.DESCENDING,columnSelectionSM:["expires_at","msatoshi"],columnSelection:["expires_at","paid_at","type","description","msatoshi","msatoshi_received"]},{tableId:"offers",recordsPerPage:V,sortBy:"offer_id",sortOrder:Qe.DESCENDING,columnSelectionSM:["offer_id","single_use"],columnSelection:["offer_id","single_use","used"]},{tableId:"offer_bookmarks",recordsPerPage:V,sortBy:"lastUpdatedAt",sortOrder:Qe.DESCENDING,columnSelectionSM:["lastUpdatedAt","amountMSat"],columnSelection:["lastUpdatedAt","title","description","amountMSat"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:V,sortBy:"received_time",sortOrder:Qe.DESCENDING,columnSelectionSM:["received_time","in_msatoshi","out_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"routing_peers",recordsPerPage:V,sortBy:"total_fee",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","events","total_fee"],columnSelection:["channel_id","alias","events","total_amount","total_fee"]},{tableId:"failed",recordsPerPage:V,sortBy:"received_time",sortOrder:Qe.DESCENDING,columnSelectionSM:["received_time","in_channel_alias","in_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"local_failed",recordsPerPage:V,sortBy:"received_time",sortOrder:Qe.DESCENDING,columnSelectionSM:["received_time","in_channel_alias","in_msatoshi"],columnSelection:["received_time","in_channel_alias","in_msatoshi","style","failreason"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:V,sortBy:"received_time",sortOrder:Qe.DESCENDING,columnSelectionSM:["received_time","in_msatoshi","out_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"transactions",recordsPerPage:V,sortBy:"date",sortOrder:Qe.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]},{pageId:"graph_lookup",tables:[{tableId:"query_routes",recordsPerPage:V,sortBy:"msatoshi",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","direction","msatoshi"],columnSelection:["alias","channel","direction","delay","msatoshi"]}]}],ht={on_chain:{utxos:{maxColumns:7,allowedColumns:[{column:"txid",label:"Transaction ID"},{column:"address"},{column:"scriptpubkey",label:"Script Pubkey"},{column:"output"},{column:"value"},{column:"blockheight"},{column:"reserved"}]},dust_utxos:{maxColumns:7,allowedColumns:[{column:"txid",label:"Transaction ID"},{column:"address"},{column:"scriptpubkey",label:"Script Pubkey"},{column:"output"},{column:"value"},{column:"blockheight"},{column:"reserved"}]}},peers_channels:{open_channels:{maxColumns:8,allowedColumns:[{column:"short_channel_id"},{column:"alias"},{column:"id"},{column:"channel_id"},{column:"funding_txid",label:"Funding Transaction ID"},{column:"connected"},{column:"our_channel_reserve_satoshis",label:"Local Reserve"},{column:"their_channel_reserve_satoshis",label:"Remote Reserve"},{column:"msatoshi_total",label:"Total"},{column:"spendable_msatoshi",label:"Spendable"},{column:"msatoshi_to_us",label:"Local Balance"},{column:"msatoshi_to_them",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},pending_inactive_channels:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"id"},{column:"channel_id"},{column:"funding_txid",label:"Funding Transaction ID"},{column:"connected"},{column:"state"},{column:"our_channel_reserve_satoshis",label:"Local Reserve"},{column:"their_channel_reserve_satoshis",label:"Remote Reserve"},{column:"msatoshi_total",label:"Total"},{column:"spendable_msatoshi",label:"Spendable"},{column:"msatoshi_to_us",label:"Local Balance"},{column:"msatoshi_to_them",label:"Remote Balance"}]},peers:{maxColumns:3,allowedColumns:[{column:"alias"},{column:"id"},{column:"netaddr",label:"Network Address"}]},active_HTLCs:{maxColumns:7,allowedColumns:[{column:"amount_msat",label:"Amount (Sats)"},{column:"direction"},{column:"id",label:"HTLC ID"},{column:"state"},{column:"expiry"},{column:"payment_hash"},{column:"local_trimmed"}]}},liquidity_ads:{liquidity_ads:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"nodeid",label:"Node ID"},{column:"last_timestamp",label:"Last Announcement At"},{column:"compact_lease"},{column:"lease_fee"},{column:"routing_fee"},{column:"channel_opening_fee"},{column:"funding_weight"}]}},transactions:{payments:{maxColumns:7,allowedColumns:[{column:"created_at",label:"Created At"},{column:"type"},{column:"payment_hash"},{column:"bolt11",label:"Invoice"},{column:"destination"},{column:"memo"},{column:"label"},{column:"msatoshi_sent",label:"Sats Sent"},{column:"msatoshi",label:"Sats Received"}]},invoices:{maxColumns:7,allowedColumns:[{column:"expires_at",label:"Expiry Date"},{column:"paid_at",label:"Date Settled"},{column:"type"},{column:"description"},{column:"label"},{column:"payment_hash"},{column:"bolt11",label:"Invoice"},{column:"msatoshi",label:"Amount"},{column:"msatoshi_received",label:"Amount Settled"}]},offers:{maxColumns:4,allowedColumns:[{column:"offer_id",label:"Offer ID"},{column:"single_use"},{column:"used"},{column:"bolt12",label:"Invoice"}]},offer_bookmarks:{maxColumns:6,allowedColumns:[{column:"lastUpdatedAt",label:"Updated At"},{column:"title"},{column:"description"},{column:"issuer"},{column:"bolt12",label:"Invoice"},{column:"amountMSat",label:"Amount"}]}},routing:{forwarding_history:{maxColumns:8,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"payment_hash"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},routing_peers:{maxColumns:5,allowedColumns:[{column:"channel_id"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"total_amount",label:"Amount"},{column:"total_fee",label:"Fee"}]},failed:{maxColumns:7,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},local_failed:{maxColumns:6,allowedColumns:[{column:"received_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"in_msatoshi",label:"Amount In"},{column:"style"},{column:"failreason",label:"Fail Reason"}]}},reports:{routing:{maxColumns:8,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"payment_hash"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}},graph_lookup:{query_routes:{maxColumns:6,allowedColumns:[{column:"id"},{column:"alias"},{column:"channel"},{column:"direction"},{column:"delay"},{column:"msatoshi",label:"Amount"}]}}},tt=[{pageId:"on_chain",tables:[{tableId:"utxos",recordsPerPage:V,sortBy:"tx_id",sortOrder:Qe.DESCENDING,columnSelectionSM:["output","amount_sat"],columnSelection:["tx_id","output","label","amount_sat","confirmations"]},{tableId:"transactions",recordsPerPage:V,sortBy:"time_stamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["time_stamp","amount","num_confirmations"],columnSelection:["time_stamp","label","amount","total_fees","block_height","num_confirmations"]},{tableId:"dust_utxos",recordsPerPage:V,sortBy:"tx_id",sortOrder:Qe.DESCENDING,columnSelectionSM:["output","amount_sat"],columnSelection:["tx_id","output","label","amount_sat","confirmations"]}]},{pageId:"peers_channels",tables:[{tableId:"open",recordsPerPage:V,sortBy:"balancedness",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","local_balance"],columnSelection:["remote_alias","uptime_str","total_satoshis_sent","total_satoshis_received","local_balance","remote_balance","balancedness"]},{tableId:"pending_open",sortBy:"capacity",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","capacity"],columnSelection:["remote_alias","commit_fee","commit_weight","capacity"]},{tableId:"pending_force_closing",sortBy:"limbo_balance",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","limbo_balance"],columnSelection:["remote_alias","recovered_balance","limbo_balance","capacity"]},{tableId:"pending_closing",sortBy:"capacity",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","capacity"],columnSelection:["remote_alias","local_balance","remote_balance","capacity"]},{tableId:"pending_waiting_close",sortBy:"limbo_balance",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","limbo_balance"],columnSelection:["remote_alias","limbo_balance","local_balance","remote_balance"]},{tableId:"closed",recordsPerPage:V,sortBy:"close_type",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","settled_balance"],columnSelection:["close_type","remote_alias","capacity","close_height","settled_balance"]},{tableId:"active_HTLCs",recordsPerPage:V,sortBy:"incoming",sortOrder:Qe.ASCENDING,columnSelectionSM:["amount","incoming","expiration_height"],columnSelection:["amount","incoming","expiration_height","hash_lock"]},{tableId:"peers",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","sat_sent","sat_recv"],columnSelection:["alias","pub_key","sat_sent","sat_recv","ping_time"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:V,sortBy:"creation_date",sortOrder:Qe.DESCENDING,columnSelectionSM:["creation_date","fee","value"],columnSelection:["creation_date","payment_hash","fee","value","hops"]},{tableId:"invoices",recordsPerPage:V,sortBy:"creation_date",sortOrder:Qe.DESCENDING,columnSelectionSM:["creation_date","settle_date","value"],columnSelection:["creation_date","settle_date","memo","value","amt_paid_sat"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:V,sortBy:"timestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amt_in","amt_out"],columnSelection:["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat"]},{tableId:"routing_peers",recordsPerPage:V,sortBy:"total_amount",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","events","total_amount"],columnSelection:["chan_id","alias","events","total_amount"]},{tableId:"non_routing_peers",recordsPerPage:V,sortBy:"remote_alias",sortOrder:Qe.DESCENDING,columnSelectionSM:["remote_alias","local_balance","remote_balance"],columnSelection:["chan_id","remote_alias","total_satoshis_received","total_satoshis_sent","local_balance","remote_balance"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:V,sortBy:"timestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amt_in","amt_out"],columnSelection:["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat"]},{tableId:"transactions",recordsPerPage:V,sortBy:"date",sortOrder:Qe.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]},{pageId:"graph_lookup",tables:[{tableId:"query_routes",recordsPerPage:V,sortBy:"hop_sequence",sortOrder:Qe.ASCENDING,columnSelectionSM:["hop_sequence","pubkey_alias","fee_msat"],columnSelection:["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat"]}]},{pageId:"loop",tables:[{tableId:"loop",recordsPerPage:V,sortBy:"initiation_time",sortOrder:Qe.DESCENDING,columnSelectionSM:["state","amt"],columnSelection:["state","initiation_time","amt","cost_server","cost_offchain","cost_onchain"]}]},{pageId:"boltz",tables:[{tableId:"swap_out",recordsPerPage:V,sortBy:"status",sortOrder:Qe.DESCENDING,columnSelectionSM:["status","id","onchainAmount"],columnSelection:["status","id","claimAddress","onchainAmount","timeoutBlockHeight"]},{tableId:"swap_in",recordsPerPage:V,sortBy:"status",sortOrder:Qe.DESCENDING,columnSelectionSM:["status","id","expectedAmount"],columnSelection:["status","id","lockupAddress","expectedAmount","timeoutBlockHeight"]}]}],wt={on_chain:{utxos:{maxColumns:7,allowedColumns:[{column:"tx_id",label:"Transaction ID"},{column:"output"},{column:"label"},{column:"address_type"},{column:"address"},{column:"amount_sat",label:"Amount"},{column:"confirmations"}]},transactions:{maxColumns:7,allowedColumns:[{column:"time_stamp",label:"Date/Time"},{column:"label"},{column:"block_hash"},{column:"tx_hash",label:"Transaction Hash"},{column:"amount"},{column:"total_fees",label:"Fees"},{column:"block_height"},{column:"num_confirmations",label:"Confirmations"}]},dust_utxos:{maxColumns:7,allowedColumns:[{column:"tx_id",label:"Transaction ID"},{column:"output"},{column:"label"},{column:"address_type"},{column:"address"},{column:"amount_sat"},{column:"confirmations"}]}},peers_channels:{open:{maxColumns:8,allowedColumns:[{column:"remote_alias",label:"Peer"},{column:"remote_pubkey",label:"Pubkey"},{column:"channel_point"},{column:"chan_id",label:"Channel ID"},{column:"initiator"},{column:"static_remote_key"},{column:"uptime_str",label:"Uptime"},{column:"lifetime_str",label:"Lifetime"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"num_updates",label:"Updates"},{column:"unsettled_balance"},{column:"capacity"},{column:"local_chan_reserve_sat",label:"Local Reserve"},{column:"remote_chan_reserve_sat",label:"Remote Reserve"},{column:"total_satoshis_sent",label:"Sats Sent"},{column:"total_satoshis_received",label:"Sats Received"},{column:"local_balance"},{column:"remote_balance"},{column:"balancedness",label:"Balance Score"}]},pending_open:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"confirmation_height"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_force_closing:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"limbo_balance"},{column:"maturity_height"},{column:"blocks_til_maturity",label:"Blocks till Maturity"},{column:"recovered_balance"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_closing:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_waiting_close:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"limbo_balance"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},closed:{maxColumns:7,allowedColumns:[{column:"close_type"},{column:"remote_alias",label:"Peer"},{column:"remote_pubkey",label:"Pubkey"},{column:"channel_point"},{column:"chan_id",label:"Channel ID"},{column:"closing_tx_hash",label:"Closing Tx Hash"},{column:"chain_hash"},{column:"open_initiator"},{column:"close_initiator"},{column:"time_locked_balance",label:"Timelocked Balance"},{column:"capacity"},{column:"close_height"},{column:"settled_balance"}]},active_HTLCs:{maxColumns:7,allowedColumns:[{column:"amount"},{column:"incoming"},{column:"forwarding_channel"},{column:"htlc_index"},{column:"forwarding_htlc_index"},{column:"expiration_height"},{column:"hash_lock"}]},peers:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"pub_key",label:"Public Key"},{column:"address"},{column:"sync_type"},{column:"inbound"},{column:"bytes_sent"},{column:"bytes_recv",label:"Bytes Received"},{column:"sat_sent",label:"Sats Sent"},{column:"sat_recv",label:"Sats Received"},{column:"ping_time"}]}},transactions:{payments:{maxColumns:8,allowedColumns:[{column:"creation_date"},{column:"payment_hash"},{column:"payment_request"},{column:"payment_preimage"},{column:"description"},{column:"description_hash"},{column:"failure_reason"},{column:"payment_index"},{column:"fee"},{column:"value"},{column:"hops"}]},invoices:{maxColumns:9,allowedColumns:[{column:"private"},{column:"is_keysend",label:"Keysend"},{column:"is_amp",label:"AMP"},{column:"creation_date",label:"Date Created"},{column:"settle_date",label:"Date Settled"},{column:"memo"},{column:"r_preimage",label:"Preimage"},{column:"r_hash",label:"Preimage Hash"},{column:"payment_addr",label:"Payment Address"},{column:"payment_request"},{column:"description_hash"},{column:"expiry"},{column:"cltv_expiry"},{column:"add_index"},{column:"settle_index"},{column:"value",label:"Amount"},{column:"amt_paid_sat",label:"Amount Settled"}]}},routing:{forwarding_history:{maxColumns:6,allowedColumns:[{column:"timestamp"},{column:"alias_in",label:"Inbound Alias"},{column:"chan_id_in",label:"Inbound Channel"},{column:"alias_out",label:"Outbound Alias"},{column:"chan_id_out",label:"Outbound Channel"},{column:"amt_in",label:"Inbound Amount"},{column:"amt_out",label:"Outbound Amount"},{column:"fee_msat",label:"Fee"}]},routing_peers:{maxColumns:4,allowedColumns:[{column:"chan_id",label:"Channel ID"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"total_amount"}]},non_routing_peers:{maxColumns:8,allowedColumns:[{column:"chan_id",label:"Channel ID"},{column:"remote_alias",label:"Peer Alias"},{column:"remote_pubkey",label:"Peer Pubkey"},{column:"channel_point"},{column:"uptime_str",label:"Uptime"},{column:"lifetime_str",label:"Lifetime"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"num_updates",label:"Updates"},{column:"unsettled_balance"},{column:"capacity"},{column:"local_chan_reserve_sat",label:"Local Reserve"},{column:"remote_chan_reserve_sat",label:"Remote Reserve"},{column:"total_satoshis_sent",label:"Sats Sent"},{column:"total_satoshis_received",label:"Sats Received"},{column:"local_balance"},{column:"remote_balance"}]}},reports:{routing:{maxColumns:6,allowedColumns:[{column:"timestamp"},{column:"alias_in",label:"Inbound Alias"},{column:"chan_id_in",label:"Inbound Channel"},{column:"alias_out",label:"Outbound Alias"},{column:"chan_id_out",label:"Outbound Channel"},{column:"amt_in",label:"Inbound Amount"},{column:"amt_out",label:"Outbound Amount"},{column:"fee_msat",label:"Fee"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}},graph_lookup:{query_routes:{maxColumns:8,disablePageSize:!0,allowedColumns:[{column:"hop_sequence",label:"Hop"},{column:"pubkey_alias",label:"Peer"},{column:"pub_key",label:"Peer Pubkey"},{column:"chan_id",label:"Channel ID"},{column:"tlv_payload"},{column:"expiry"},{column:"chan_capacity",label:"Capacity"},{column:"amt_to_forward_msat",label:"Amount To Fwd"},{column:"fee_msat",label:"Fee"}]}},loop:{loop:{maxColumns:8,allowedColumns:[{column:"state"},{column:"initiation_time"},{column:"last_update_time"},{column:"amt",label:"Amount"},{column:"cost_server"},{column:"cost_offchain"},{column:"cost_onchain"},{column:"htlc_address"},{column:"id"},{column:"id_bytes",label:"ID (Bytes)"}]}},boltz:{swap_out:{maxColumns:7,allowedColumns:[{column:"status"},{column:"id",label:"Swap ID"},{column:"claimAddress",label:"Claim Address"},{column:"onchainAmount",label:"Onchain Amount"},{column:"error"},{column:"privateKey",label:"Private Key"},{column:"preimage"},{column:"redeemScript",label:"Redeem Script"},{column:"invoice"},{column:"timeoutBlockHeight",label:"Timeout Block Height"},{column:"lockupTransactionId",label:"Lockup Tx ID"},{column:"claimTransactionId",label:"Claim Tx ID"}]},swap_in:{maxColumns:7,allowedColumns:[{column:"status"},{column:"id",label:"Swap ID"},{column:"lockupAddress",label:"Lockup Address"},{column:"expectedAmount",label:"Expected Amount"},{column:"error"},{column:"privateKey",label:"Private Key"},{column:"preimage"},{column:"redeemScript",label:"Redeem Script"},{column:"invoice"},{column:"timeoutBlockHeight",label:"Timeout Block Height"},{column:"lockupTransactionId",label:"Lockup Tx ID"},{column:"refundTransactionId",label:"Refund Tx ID"}]}}},ut=[{pageId:"on_chain",tables:[{tableId:"transaction",recordsPerPage:V,sortBy:"timestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amount"],columnSelection:["timestamp","address","amount","fees","confirmations"]}]},{pageId:"peers_channels",tables:[{tableId:"open_channels",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","toLocal","toRemote"],columnSelection:["shortChannelId","alias","feeBaseMsat","feeProportionalMillionths","toLocal","toRemote","balancedness"]},{tableId:"pending_channels",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.DESCENDING,columnSelectionSM:["state","alias","toLocal"],columnSelection:["state","alias","toLocal","toRemote"]},{tableId:"inactive_channels",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.DESCENDING,columnSelectionSM:["state","alias","toLocal"],columnSelection:["state","shortChannelId","alias","toLocal","toRemote","balancedness"]},{tableId:"peers",recordsPerPage:V,sortBy:"alias",sortOrder:Qe.ASCENDING,columnSelectionSM:["alias","nodeId"],columnSelection:["alias","nodeId","address","channels"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:V,sortBy:"firstPartTimestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["firstPartTimestamp","recipientAmount"],columnSelection:["firstPartTimestamp","id","recipientNodeAlias","recipientAmount"]},{tableId:"invoices",recordsPerPage:V,sortBy:"receivedAt",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amount","amountSettled"],columnSelection:["timestamp","receivedAt","description","amount","amountSettled"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:V,sortBy:"timestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amountIn","fee"],columnSelection:["timestamp","fromChannelAlias","toChannelAlias","amountIn","amountOut","fee"]},{tableId:"routing_peers",recordsPerPage:V,sortBy:"totalFee",sortOrder:Qe.DESCENDING,columnSelectionSM:["alias","events","totalFee"],columnSelection:["channelId","alias","events","totalAmount","totalFee"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:V,sortBy:"timestamp",sortOrder:Qe.DESCENDING,columnSelectionSM:["timestamp","amountIn","fee"],columnSelection:["timestamp","fromChannelAlias","toChannelAlias","amountIn","amountOut","fee"]},{tableId:"transactions",recordsPerPage:V,sortBy:"date",sortOrder:Qe.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]}],vt={on_chain:{transaction:{maxColumns:6,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"address"},{column:"blockHash"},{column:"txid",label:"Transaction ID"},{column:"amount"},{column:"fees"},{column:"confirmations"}]}},peers_channels:{open_channels:{maxColumns:8,allowedColumns:[{column:"shortChannelId"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"feeBaseMsat",label:"Base Fee"},{column:"feeProportionalMillionths",label:"Fee Rate"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},pending_channels:{maxColumns:7,allowedColumns:[{column:"state"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"}]},inactive_channels:{maxColumns:8,allowedColumns:[{column:"state"},{column:"shortChannelId"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},peers:{maxColumns:4,allowedColumns:[{column:"alias"},{column:"nodeId"},{column:"address",label:"Netwrok Address"},{column:"channels"}]}},transactions:{payments:{maxColumns:7,allowedColumns:[{column:"firstPartTimestamp",label:"Date/Time"},{column:"id"},{column:"recipientNodeId",label:"Destination Node ID"},{column:"recipientNodeAlias",label:"Destination"},{column:"description"},{column:"paymentHash"},{column:"paymentPreimage",label:"Preimage"},{column:"recipientAmount",label:"Amount"}]},invoices:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date Created"},{column:"expiresAt",label:"Date Expiry"},{column:"receivedAt",label:"Date Settled"},{column:"nodeId",label:"Node ID"},{column:"description"},{column:"paymentHash"},{column:"amount"},{column:"amountSettled",label:"Amount Settled"}]}},routing:{forwarding_history:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"fromChannelId",label:"In Channel ID"},{column:"fromShortChannelId",label:"In Channel Short ID"},{column:"fromChannelAlias",label:"In Channel"},{column:"toChannelId",label:"Out Channel ID"},{column:"toShortChannelId",label:"Out Channel Short ID"},{column:"toChannelAlias",label:"Out Channel"},{column:"paymentHash"},{column:"amountIn"},{column:"amountOut"},{column:"fee",label:"Fee Earned"}]},routing_peers:{maxColumns:5,allowedColumns:[{column:"channelId"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"totalAmount",label:"Amount"},{column:"totalFee",label:"Fee"}]}},reports:{routing:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"fromChannelId",label:"In Channel ID"},{column:"fromShortChannelId",label:"In Channel Short ID"},{column:"fromChannelAlias",label:"In Channel"},{column:"toChannelId",label:"Out Channel ID"},{column:"toShortChannelId",label:"Out Channel Short ID"},{column:"toChannelAlias",label:"Out Channel"},{column:"paymentHash"},{column:"amountIn"},{column:"amountOut"},{column:"fee",label:"Fee Earned"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}}},Ze_DKK="\n \n \n \n ",jt=[{id:"USD",name:"United States Dollar",iconType:"FA",symbol:C.Vpi},{id:"ARS",name:"Argentina Peso",iconType:"FA",symbol:C.Vpi},{id:"AUD",name:"Australia Dollar",iconType:"FA",symbol:C.Vpi},{id:"BRL",name:"Brazil Real",iconType:"FA",symbol:C.Tq9},{id:"CAD",name:"Canada Dollar",iconType:"FA",symbol:C.Vpi},{id:"CHF",name:"Switzerland Franc",iconType:"FA",symbol:C.zjW},{id:"CLP",name:"Chile Peso",iconType:"FA",symbol:C.Vpi},{id:"CNY",name:"China Yuan Renminbi",iconType:"FA",symbol:C.zPk},{id:"CZK",name:"Czech Republic Koruna",iconType:"SVG",symbol:"\n \n \n \n \n \n \n \n ",class:"currency-icon-x-large"},{id:"DKK",name:"Denmark Krone",iconType:"SVG",symbol:Ze_DKK,class:"currency-icon-medium"},{id:"EUR",name:"Euro Member Countries",iconType:"FA",symbol:C.s5m},{id:"GBP",name:"United Kingdom Pound",iconType:"FA",symbol:C.vfE},{id:"HKD",name:"Hong Kong Dollar",iconType:"FA",symbol:C.Vpi},{id:"HRK",name:"Croatia Kuna",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/15766/croatia-kuna-currency-symbol --\x3e\n \n \n \n \n \n ',class:"currency-icon-medium"},{id:"HUF",name:"Hungary Forint",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/183602/forint-business-and-finance --\x3e\n \n \n \n \n \n \n ',class:"currency-icon-small"},{id:"INR",name:"India Rupee",iconType:"FA",symbol:C.FYJ},{id:"ISK",name:"Iceland Krona",iconType:"SVG",symbol:Ze_DKK,class:"currency-icon-medium"},{id:"JPY",name:"Japan Yen",iconType:"FA",symbol:C.zPk},{id:"KRW",name:"Korea (South) Won",iconType:"FA",symbol:C.JKM},{id:"NZD",name:"New Zealand Dollar",iconType:"FA",symbol:C.Vpi},{id:"PLN",name:"Poland Zloty",iconType:"SVG",symbol:"\n \n \n \n \n \n \n ",class:"currency-icon-large"},{id:"RON",name:"Romania Leu",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/64526/romania-lei-currency --\x3e\n \n \n \n \n \n ',class:"currency-icon-medium"},{id:"RUB",name:"Russia Ruble",iconType:"FA",symbol:C.f6_},{id:"SEK",name:"Sweden Krona",iconType:"SVG",symbol:Ze_DKK,class:"currency-icon-medium"},{id:"SGD",name:"Singapore Dollar",iconType:"FA",symbol:C.Vpi},{id:"THB",name:"Thailand Baht",iconType:"FA",symbol:C.Kcb},{id:"TRY",name:"Turkey Lira",iconType:"FA",symbol:C.hb3},{id:"TWD",name:"Taiwan New Dollar",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/142061/new-taiwan-dollar --\x3e\n \n \n \n \n \n \n ',class:"currency-icon-small"}];function qe(Le){const Vt=jt.find(Zt=>Zt.id===Le);return"SVG"===Vt.iconType&&"string"==typeof Vt.symbol&&(Vt.symbol=Vt.symbol.replace('{"use strict";p.d(ee,{u:()=>ae});var t=p(1626),e=p(4412),C=p(1413),S=p(8810),l=p(7673),x=p(1594),m=p(1397),R=p(6977),d=p(6354),w=p(9437),y=p(3993),T=p(4416),k=p(2462),F=p(1771),V=p(190),U=p(3536),G=p(9584),Y=p(4438),$=p(9640),Z=p(8570),ie=p(5416),ve=p(177);let ae=(()=>{class ye{constructor(be,D,n,c,f){this.httpClient=be,this.store=D,this.logger=n,this.snackBar=c,this.titleCasePipe=f,this.APIUrl=T.H$,this.lnImplementation="",this.lnImplementationUpdated=new e.t(null),this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B],this.mapAliases=(h,M)=>(h&&h.length>0?h.forEach((L,O)=>{if(M&&M.length>0)for(let _=0;_{let c=this.APIUrl+"/"+n+T.rl.PAYMENTS_API+"/decode/"+be,f="GET",h=null;return"cln"===n&&(c=this.APIUrl+"/"+n+T.rl.UTILITY_API+"/decode",h={string:be},f="POST"),this.store.dispatch((0,F.mt)({payload:T.MZ.DECODE_PAYMENT})),this.httpClient.request(f,c,{body:JSON.stringify(h),headers:{"Content-Type":"application/json"}}).pipe((0,R.Q)(this.unSubs[0]),(0,d.T)(M=>(this.store.dispatch((0,F.y0)({payload:T.MZ.DECODE_PAYMENT})),M)),(0,w.W)(M=>(D?this.handleErrorWithoutAlert("Decode Payment",T.MZ.DECODE_PAYMENT,M):this.handleErrorWithAlert("decodePaymentData",T.MZ.DECODE_PAYMENT,"Decode Payment Failed",c,M),(0,S.$)(()=>new Error(this.extractErrorMessage(M))))))}))}decodePayments(be){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(D=>{let n="",c="",f=null;return"ecl"===D?(n=this.APIUrl+"/"+D+T.rl.PAYMENTS_API+"/getsentinfos",f={payments:be},c=T.MZ.GET_SENT_PAYMENTS):"cln"===D?(n=this.APIUrl+"/"+D+T.rl.UTILITY_API+"/decode",f={string:be},c=T.MZ.DECODE_PAYMENTS):(n=this.APIUrl+"/"+D+T.rl.PAYMENTS_API,f={payments:be},c=T.MZ.DECODE_PAYMENTS),this.store.dispatch((0,F.mt)({payload:c})),this.httpClient.post(n,f).pipe((0,R.Q)(this.unSubs[1]),(0,d.T)(h=>(this.store.dispatch((0,F.y0)({payload:c})),h)),(0,w.W)(h=>(this.handleErrorWithAlert("decodePaymentsData",c,c+" Failed",n,h),(0,S.$)(()=>new Error(this.extractErrorMessage(h))))))}))}getAliasesFromPubkeys(be,D){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(n=>{if(D){const c=(new t.Nl).set("pubkeys",be);return this.httpClient.get(this.APIUrl+"/"+n+T.rl.NETWORK_API+"/nodes",{params:c})}return this.httpClient.get(this.APIUrl+"/"+n+T.rl.NETWORK_API+"/node/"+be)}))}signMessage(be){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(D=>{let n=this.APIUrl+"/"+D+T.rl.MESSAGE_API+"/sign";return"cln"===D&&(n=this.APIUrl+"/"+D+T.rl.UTILITY_API+"/sign"),this.store.dispatch((0,F.mt)({payload:T.MZ.SIGN_MESSAGE})),this.httpClient.post(n,{message:be}).pipe((0,R.Q)(this.unSubs[2]),(0,d.T)(c=>(this.store.dispatch((0,F.y0)({payload:T.MZ.SIGN_MESSAGE})),c)),(0,w.W)(c=>(this.handleErrorWithAlert("signMessageData",T.MZ.SIGN_MESSAGE,"Sign Message Failed",n,c),(0,S.$)(()=>new Error(this.extractErrorMessage(c))))))}))}verifyMessage(be,D){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(n=>{let c="",f=null;return"cln"===n?(c=this.APIUrl+"/"+n+T.rl.UTILITY_API+"/verify",f={message:be,zbase:D}):(c=this.APIUrl+"/"+n+T.rl.MESSAGE_API+"/verify",f={message:be,signature:D}),this.store.dispatch((0,F.mt)({payload:T.MZ.VERIFY_MESSAGE})),this.httpClient.post(c,f).pipe((0,R.Q)(this.unSubs[3]),(0,d.T)(h=>(this.store.dispatch((0,F.y0)({payload:T.MZ.VERIFY_MESSAGE})),h)),(0,w.W)(h=>(this.handleErrorWithAlert("verifyMessageData",T.MZ.VERIFY_MESSAGE,"Verify Message Failed",c,h),(0,S.$)(()=>new Error(this.extractErrorMessage(h))))))}))}bumpFee(be,D,n,c){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(f=>{const h={txid:be,outputIndex:D};return n&&(h.targetConf=n),c&&(h.satPerByte=c),this.store.dispatch((0,F.mt)({payload:T.MZ.BUMP_FEE})),this.httpClient.post(this.APIUrl+"/"+f+T.rl.WALLET_API+"/bumpfee",h).pipe((0,R.Q)(this.unSubs[4]),(0,d.T)(M=>(this.store.dispatch((0,F.y0)({payload:T.MZ.BUMP_FEE})),this.snackBar.open("Successfully bumped the fee. Use the block explorer to verify transaction."),M)),(0,w.W)(M=>(this.handleErrorWithoutAlert("Bump Fee",T.MZ.BUMP_FEE,M),(0,S.$)(()=>new Error(this.extractErrorMessage(M))))))}))}labelUTXO(be,D,n=!0){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(c=>{const f={txid:be,label:D,overwrite:n};return this.store.dispatch((0,F.mt)({payload:T.MZ.LABEL_UTXO})),this.httpClient.post(this.APIUrl+"/"+c+T.rl.WALLET_API+"/label",f).pipe((0,R.Q)(this.unSubs[5]),(0,d.T)(h=>(this.store.dispatch((0,F.y0)({payload:T.MZ.LABEL_UTXO})),h)),(0,w.W)(h=>(this.handleErrorWithoutAlert("Label UTXO",T.MZ.LABEL_UTXO,h),(0,S.$)(()=>new Error(this.extractErrorMessage(h))))))}))}leaseUTXO(be,D){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(n=>{const c={txid:be,outputIndex:D};return this.store.dispatch((0,F.mt)({payload:T.MZ.LEASE_UTXO})),this.httpClient.post(this.APIUrl+"/"+n+T.rl.WALLET_API+"/lease",c).pipe((0,R.Q)(this.unSubs[6]),(0,d.T)(f=>{this.store.dispatch((0,F.y0)({payload:T.MZ.LEASE_UTXO})),this.store.dispatch((0,V.mh)()),this.store.dispatch((0,V.SM)());const h=new Date(1e3*f.expiration);return Math.round(h.getTime())-60*h.getTimezoneOffset()}),(0,w.W)(f=>(this.handleErrorWithoutAlert("Lease UTXO",T.MZ.LEASE_UTXO,f),(0,S.$)(()=>new Error(this.extractErrorMessage(f))))))}))}getForwardingHistory(be,D,n,c){if("LND"===be){const f={end_time:n,start_time:D};return this.store.dispatch((0,F.mt)({payload:T.MZ.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/lnd"+T.rl.SWITCH_API,f).pipe((0,R.Q)(this.unSubs[7]),(0,y.E)(this.store.select(U.eO)),(0,m.Z)(([h,M])=>{if(h.forwarding_events){const L=[...M.channels,...M.closedChannels];h.forwarding_events.forEach(O=>{if(L&&L.length>0)for(let _=0;_(this.handleErrorWithAlert("getForwardingHistoryData",T.MZ.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/lnd"+T.rl.SWITCH_API,h),(0,S.$)(()=>new Error(this.extractErrorMessage(h))))))}return"CLN"===be?(this.store.dispatch((0,F.mt)({payload:T.MZ.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/cln"+T.rl.CHANNELS_API+"/listForwards",{status:c||"settled"}).pipe((0,R.Q)(this.unSubs[8]),(0,y.E)(this.store.select(G.BM)),(0,m.Z)(([f,h])=>{const M=this.mapAliases(f,[...h.activeChannels,...h.pendingChannels,...h.inactiveChannels]);return this.store.dispatch((0,F.y0)({payload:T.MZ.GET_FORWARDING_HISTORY})),(0,l.of)(M)}),(0,w.W)(f=>(this.handleErrorWithAlert("getForwardingHistoryData",T.MZ.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/cln"+T.rl.CHANNELS_API+"/listForwards",f),(0,S.$)(()=>new Error(this.extractErrorMessage(f))))))):(0,l.of)({})}listNetworkNodes(be){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(D=>(this.store.dispatch((0,F.mt)({payload:T.MZ.LIST_NETWORK_NODES})),this.httpClient.post(this.APIUrl+"/"+D+T.rl.NETWORK_API+"/listNodes",be).pipe((0,R.Q)(this.unSubs[9]),(0,m.Z)(n=>(this.store.dispatch((0,F.y0)({payload:T.MZ.LIST_NETWORK_NODES})),(0,l.of)(n))),(0,w.W)(n=>(this.handleErrorWithoutAlert("List Network Nodes",T.MZ.LIST_NETWORK_NODES,n),(0,S.$)(()=>this.extractErrorMessage(n))))))))}listConfigs(){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(be=>(this.store.dispatch((0,F.mt)({payload:T.MZ.GET_LIST_CONFIGS})),this.httpClient.get(this.APIUrl+"/"+be+T.rl.UTILITY_API+"/listConfigs").pipe((0,R.Q)(this.unSubs[10]),(0,m.Z)(D=>(this.store.dispatch((0,F.y0)({payload:T.MZ.GET_LIST_CONFIGS})),(0,l.of)(D))),(0,w.W)(D=>(this.handleErrorWithoutAlert("List Configurations",T.MZ.GET_LIST_CONFIGS,D),(0,S.$)(()=>this.extractErrorMessage(D))))))))}getOrUpdateFunderPolicy(be,D,n,c,f,h){return this.lnImplementationUpdated.pipe((0,x.$)(),(0,m.Z)(M=>{const L=be?{policy:be,policy_mod:D,lease_fee_base_msat:n,lease_fee_basis:c,channel_fee_max_base_msat:f,channel_fee_max_proportional_thousandths:h}:null;return this.store.dispatch((0,F.mt)({payload:T.MZ.GET_FUNDER_POLICY})),this.httpClient.post(this.APIUrl+"/"+M+T.rl.CHANNELS_API+"/funderUpdate",L).pipe((0,R.Q)(this.unSubs[11]),(0,d.T)(O=>(this.store.dispatch((0,F.y0)({payload:T.MZ.GET_FUNDER_POLICY})),L&&this.store.dispatch((0,F.UI)({payload:"Funder Policy Updated Successfully with Compact Lease: "+O.compact_lease+"!"})),O)),(0,w.W)(O=>(this.handleErrorWithoutAlert("Funder Policy",T.MZ.GET_FUNDER_POLICY,O),(0,S.$)(()=>new Error(this.extractErrorMessage(O))))))}))}circularRebalance(be,D="",n="",c="",f="",h=[],M="shortChannelId"){return this.httpClient.post(this.APIUrl+"/"+this.lnImplementation+T.rl.CHANNELS_API+"/circularRebalance",{amountMsat:be,sourceShortChannelId:D,sourceNodeId:n,targetShortChannelId:c,targetNodeId:f,ignoreNodeIds:h,format:M}).pipe((0,R.Q)(this.unSubs[12]),(0,d.T)(_=>_),(0,w.W)(_=>(this.handleErrorWithoutAlert("Rebalance Channel",T.MZ.REBALANCE_CHANNEL,_),(0,S.$)(()=>_.error))))}extractErrorMessage(be,D="Unknown Error."){return this.titleCasePipe.transform(be.error.text&&"string"==typeof be.error.text&&be.error.text.includes('')?"API Route Does Not Exist.":be.error&&be.error.error&&be.error.error.error&&be.error.error.error.error&&be.error.error.error.error.error&&"string"==typeof be.error.error.error.error.error?be.error.error.error.error.error:be.error&&be.error.error&&be.error.error.error&&be.error.error.error.error&&"string"==typeof be.error.error.error.error?be.error.error.error.error:be.error&&be.error.error&&be.error.error.error&&"string"==typeof be.error.error.error?be.error.error.error:be.error&&be.error.error&&"string"==typeof be.error.error?be.error.error:be.error&&"string"==typeof be.error?be.error:be.error&&be.error.error&&be.error.error.error&&be.error.error.error.error&&be.error.error.error.error.message&&"string"==typeof be.error.error.error.error.message?be.error.error.error.error.message:be.error&&be.error.error&&be.error.error.error&&be.error.error.error.message&&"string"==typeof be.error.error.error.message?be.error.error.error.message:be.error&&be.error.error&&be.error.error.message&&"string"==typeof be.error.error.message?be.error.error.message:be.error&&be.error.message&&"string"==typeof be.error.message?be.error.message:be.message&&"string"==typeof be.message?be.message:D)}handleErrorWithoutAlert(be,D,n){n.error.text&&"string"==typeof n.error.text&&n.error.text.includes('')&&(n={status:403,error:{message:"API Route Does Not Exist."}}),this.logger.error("ERROR IN: "+be+"\n"+JSON.stringify(n)),401===n.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,F.Jh)()),this.store.dispatch((0,F.ri)({payload:"Authentication Failed: "+JSON.stringify(n.error)}))):(this.store.dispatch((0,F.y0)({payload:D})),this.store.dispatch((0,F.Gd)({payload:{action:be,status:T.wn.ERROR,statusCode:n.status.toString(),message:this.extractErrorMessage(n)}})))}handleErrorWithAlert(be,D,n,c,f){if(this.logger.error(f),401===f.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,F.Jh)()),this.store.dispatch((0,F.ri)({payload:"Authentication Failed: "+JSON.stringify(f.error)}));else{this.store.dispatch((0,F.y0)({payload:D}));const h=this.extractErrorMessage(f);this.store.dispatch((0,F.xO)({payload:{data:{type:"ERROR",alertTitle:n,message:{code:f.status?f.status:"Unknown Error",message:h,URL:c},component:k.f}}})),this.store.dispatch((0,F.Gd)({payload:{action:be,status:T.wn.ERROR,statusCode:f.status.toString(),message:h,URL:c}}))}}ngOnDestroy(){this.unSubs.forEach(be=>{be.next(null),be.complete()})}static{this.\u0275fac=function(D){return new(D||ye)(Y.KVO(t.Qq),Y.KVO($.il),Y.KVO(Z.gP),Y.KVO(ie.UG),Y.KVO(ve.PV))}}static{this.\u0275prov=Y.jDH({token:ye,factory:ye.\u0275fac})}}return ye})()},8570:(Ve,ee,p)=>{"use strict";p.d(ee,{gP:()=>l,tU:()=>x});var t=p(4438);const e=(0,t.naY)(),C=()=>null;let l=(()=>{class m{invokeConsoleMethod(d,w){}static{this.\u0275fac=function(w){return new(w||m)}}static{this.\u0275prov=t.jDH({token:m,factory:m.\u0275fac})}}return m})(),x=(()=>{class m{get info(){return e?console.log.bind(console):C}get warn(){return e?console.warn.bind(console):C}get error(){return e?console.error.bind(console):C}invokeConsoleMethod(d,w){(console[d]||console.log||C).apply(console,[w])}static{this.\u0275fac=function(w){return new(w||m)}}static{this.\u0275prov=t.jDH({token:m,factory:m.\u0275fac})}}return m})()},4104:(Ve,ee,p)=>{"use strict";p.d(ee,{Q:()=>U});var t=p(1626),e=p(4412),C=p(1413),S=p(7673),l=p(8810),x=p(6977),m=p(9437),R=p(6354),d=p(4416),w=p(2462),y=p(1771),T=p(4438),k=p(8570),F=p(9640),V=p(2571);let U=(()=>{class G{constructor($,Z,ie,ve){this.httpClient=$,this.logger=Z,this.store=ie,this.commonService=ve,this.loopUrl="",this.swaps=[],this.swapsChanged=new e.t([]),this.unSubs=[new C.B,new C.B,new C.B,new C.B,new C.B,new C.B,new C.B]}getLoopInfo(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/info",this.httpClient.get(this.loopUrl)}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,y.mt)({payload:d.MZ.GET_LOOP_SWAPS})),this.loopUrl=d.H$+d.rl.LOOP_API+"/swaps",this.httpClient.get(this.loopUrl).pipe((0,x.Q)(this.unSubs[0])).subscribe({next:$=>{this.store.dispatch((0,y.y0)({payload:d.MZ.GET_LOOP_SWAPS})),this.swaps=$,this.swapsChanged.next(this.swaps)},error:$=>this.swapsChanged.error(this.handleErrorWithAlert(d.MZ.GET_LOOP_SWAPS,this.loopUrl,$))})}loopOut($,Z,ie,ve,ae,ye,ue,be,D,n){const c={amount:$,targetConf:ie,swapRoutingFee:ve,minerFee:ae,prepayRoutingFee:ye,prepayAmt:ue,swapFee:be,swapPublicationDeadline:D,destAddress:n};return""!==Z&&(c.chanId=Z),this.loopUrl=d.H$+d.rl.LOOP_API+"/out",this.httpClient.post(this.loopUrl,c).pipe((0,m.W)(f=>this.handleErrorWithoutAlert("Loop Out for Channel: "+Z,d.MZ.NO_SPINNER,f)))}getLoopOutTerms(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/out/terms",this.httpClient.get(this.loopUrl).pipe((0,m.W)($=>this.handleErrorWithoutAlert("Loop Out Terms",d.MZ.NO_SPINNER,$)))}getLoopOutQuote($,Z,ie){let ve=new t.Nl;return ve=ve.append("targetConf",Z.toString()),ve=ve.append("swapPublicationDeadline",ie.toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/out/quote/"+$,this.store.dispatch((0,y.mt)({payload:d.MZ.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ve}).pipe((0,x.Q)(this.unSubs[1]),(0,R.T)(ae=>(this.store.dispatch((0,y.y0)({payload:d.MZ.GET_QUOTE})),ae)),(0,m.W)(ae=>this.handleErrorWithoutAlert("Loop Out Quote",d.MZ.GET_QUOTE,ae)))}getLoopOutTermsAndQuotes($){let Z=new t.Nl;return Z=Z.append("targetConf",$.toString()),Z=Z.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/out/termsAndQuotes",this.store.dispatch((0,y.mt)({payload:d.MZ.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:Z}).pipe((0,x.Q)(this.unSubs[2]),(0,R.T)(ie=>(this.store.dispatch((0,y.y0)({payload:d.MZ.GET_TERMS_QUOTES})),ie)),(0,m.W)(ie=>(0,S.of)(this.handleErrorWithAlert(d.MZ.GET_TERMS_QUOTES,this.loopUrl,ie))))}loopIn($,Z,ie,ve,ae){const ye={amount:$,swapFee:Z,minerFee:ie,lastHop:ve,externalHtlc:ae};return this.loopUrl=d.H$+d.rl.LOOP_API+"/in",this.httpClient.post(this.loopUrl,ye).pipe((0,m.W)(ue=>this.handleErrorWithoutAlert("Loop In",d.MZ.NO_SPINNER,ue)))}getLoopInTerms(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/in/terms",this.httpClient.get(this.loopUrl).pipe((0,m.W)($=>this.handleErrorWithoutAlert("Loop In Terms",d.MZ.NO_SPINNER,$)))}getLoopInQuote($,Z,ie){let ve=new t.Nl;return ve=ve.append("targetConf",Z.toString()),ve=ve.append("swapPublicationDeadline",ie.toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/in/quote/"+$,this.store.dispatch((0,y.mt)({payload:d.MZ.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ve}).pipe((0,x.Q)(this.unSubs[3]),(0,R.T)(ae=>(this.store.dispatch((0,y.y0)({payload:d.MZ.GET_QUOTE})),ae)),(0,m.W)(ae=>this.handleErrorWithoutAlert("Loop In Qoute",d.MZ.GET_QUOTE,ae)))}getLoopInTermsAndQuotes($){let Z=new t.Nl;return Z=Z.append("targetConf",$.toString()),Z=Z.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/in/termsAndQuotes",this.store.dispatch((0,y.mt)({payload:d.MZ.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:Z}).pipe((0,x.Q)(this.unSubs[4]),(0,R.T)(ie=>(this.store.dispatch((0,y.y0)({payload:d.MZ.GET_TERMS_QUOTES})),ie)),(0,m.W)(ie=>(0,S.of)(this.handleErrorWithAlert(d.MZ.GET_TERMS_QUOTES,this.loopUrl,ie))))}getSwap($){return this.loopUrl=d.H$+d.rl.LOOP_API+"/swap/"+$,this.httpClient.get(this.loopUrl).pipe((0,m.W)(Z=>this.handleErrorWithoutAlert("Loop Get Swap for ID: "+$,d.MZ.NO_SPINNER,Z)))}handleErrorWithoutAlert($,Z,ie){let ve="";return this.logger.error("ERROR IN: "+$+"\n"+JSON.stringify(ie)),this.store.dispatch((0,y.y0)({payload:Z})),401===ie.status?(ve="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,y.ri)({payload:ve}))):503===ie.status?(ve="Unable to Connect to Loop Server.",this.store.dispatch((0,y.xO)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:ie.status,message:"Unable to Connect to Loop Server",URL:$},component:w.f}}}))):ve=this.commonService.extractErrorMessage(ie),(0,l.$)(()=>new Error(ve))}handleErrorWithAlert($,Z,ie){let ve="";if(this.logger.error(ie),this.store.dispatch((0,y.y0)({payload:$})),401===ie.status)ve="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,y.ri)({payload:ve}));else if(503===ie.status)ve="Unable to Connect to Loop Server.",setTimeout(()=>{this.store.dispatch((0,y.xO)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:ie.status,message:"Unable to Connect to Loop Server",URL:Z},component:w.f}}}))},100);else{ve=this.commonService.extractErrorMessage(ie);const ae=ie.error&&ie.error.error&&ie.error.error.code?ie.error.error.code:ie.error&&ie.error.code?ie.error.code:ie.code?ie.code:ie.status;setTimeout(()=>{this.store.dispatch((0,y.xO)({payload:{data:{type:d.A$.ERROR,alertTitle:"ERROR",message:{code:ae,message:ve,URL:Z},component:w.f}}}))},100)}return{message:ve}}ngOnDestroy(){this.unSubs.forEach($=>{$.next(null),$.complete()})}static{this.\u0275fac=function(Z){return new(Z||G)(T.KVO(t.Qq),T.KVO(k.gP),T.KVO(F.il),T.KVO(V.h))}}static{this.\u0275prov=T.jDH({token:G,factory:G.\u0275fac})}}return G})()},3202:(Ve,ee,p)=>{"use strict";p.d(ee,{Q:()=>C});var t=p(1413),e=p(4438);let C=(()=>{class S{constructor(){this.sessionSub=new t.B}watchSession(){return this.sessionSub.asObservable()}getItem(x){return sessionStorage.getItem(x)}getAllItems(){return sessionStorage}setItem(x,m){sessionStorage.setItem(x,m),this.sessionSub.next(sessionStorage)}removeItem(x){sessionStorage.removeItem(x),this.sessionSub.next(sessionStorage)}clearAll(){sessionStorage.clear(),this.sessionSub.next(sessionStorage)}static{this.\u0275fac=function(m){return new(m||S)}}static{this.\u0275prov=e.jDH({token:S,factory:S.\u0275fac})}}return S})()},7879:(Ve,ee,p)=>{"use strict";p.d(ee,{I:()=>F});var t=p(4412),e=p(1413),C=p(6977),S=p(7707),l=p(1985),x=p(8359),m=p(2771);const R={url:"",deserializer:V=>JSON.parse(V.data),serializer:V=>JSON.stringify(V)};class w extends e.k{constructor(U,G){if(super(),this._socket=null,U instanceof l.c)this.destination=G,this.source=U;else{const Y=this._config=Object.assign({},R);if(this._output=new e.B,"string"==typeof U)Y.url=U;else for(const $ in U)U.hasOwnProperty($)&&(Y[$]=U[$]);if(!Y.WebSocketCtor&&WebSocket)Y.WebSocketCtor=WebSocket;else if(!Y.WebSocketCtor)throw new Error("no WebSocket constructor can be found");this.destination=new m.m}}lift(U){const G=new w(this._config,this.destination);return G.operator=U,G.source=this,G}_resetState(){this._socket=null,this.source||(this.destination=new m.m),this._output=new e.B}multiplex(U,G,Y){const $=this;return new l.c(Z=>{try{$.next(U())}catch(ve){Z.error(ve)}const ie=$.subscribe({next:ve=>{try{Y(ve)&&Z.next(ve)}catch(ae){Z.error(ae)}},error:ve=>Z.error(ve),complete:()=>Z.complete()});return()=>{try{$.next(G())}catch(ve){Z.error(ve)}ie.unsubscribe()}})}_connectSocket(){const{WebSocketCtor:U,protocol:G,url:Y,binaryType:$}=this._config,Z=this._output;let ie=null;try{ie=G?new U(Y,G):new U(Y),this._socket=ie,$&&(this._socket.binaryType=$)}catch(ae){return void Z.error(ae)}const ve=new x.yU(()=>{this._socket=null,ie&&1===ie.readyState&&ie.close()});ie.onopen=ae=>{const{_socket:ye}=this;if(!ye)return ie.close(),void this._resetState();const{openObserver:ue}=this._config;ue&&ue.next(ae);const be=this.destination;this.destination=S.vU.create(D=>{if(1===ie.readyState)try{const{serializer:n}=this._config;ie.send(n(D))}catch(n){this.destination.error(n)}},D=>{const{closingObserver:n}=this._config;n&&n.next(void 0),D&&D.code?ie.close(D.code,D.reason):Z.error(new TypeError("WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }")),this._resetState()},()=>{const{closingObserver:D}=this._config;D&&D.next(void 0),ie.close(),this._resetState()}),be&&be instanceof m.m&&ve.add(be.subscribe(this.destination))},ie.onerror=ae=>{this._resetState(),Z.error(ae)},ie.onclose=ae=>{ie===this._socket&&this._resetState();const{closeObserver:ye}=this._config;ye&&ye.next(ae),ae.wasClean?Z.complete():Z.error(ae)},ie.onmessage=ae=>{try{const{deserializer:ye}=this._config;Z.next(ye(ae))}catch(ye){Z.error(ye)}}}_subscribe(U){const{source:G}=this;return G?G.subscribe(U):(this._socket||this._connectSocket(),this._output.subscribe(U),U.add(()=>{const{_socket:Y}=this;0===this._output.observers.length&&(Y&&(1===Y.readyState||0===Y.readyState)&&Y.close(),this._resetState())}),U)}unsubscribe(){const{_socket:U}=this;U&&(1===U.readyState||0===U.readyState)&&U.close(),this._resetState(),super.unsubscribe()}}var y=p(4438),T=p(8570),k=p(3202);let F=(()=>{class V{constructor(G,Y){this.logger=G,this.sessionService=Y,this.clWSMessages=new t.t(null),this.eclWSMessages=new t.t(null),this.lndWSMessages=new t.t(null),this.wsUrl="",this.nodeIndex="",this.RETRY_SECONDS=5,this.RECONNECT_TIMEOUT=null,this.unSubs=[new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B,new e.B]}connectWebSocket(G,Y){(!this.socket||this.socket.closed)&&(this.wsUrl=G,this.nodeIndex=Y,this.logger.info("Websocket Url: "+this.wsUrl),this.socket=new w({url:G,protocol:[this.sessionService.getItem("token")||"",Y]}),this.subscribeToMessages())}reconnectOnError(){this.RECONNECT_TIMEOUT||this.socket&&!this.socket.closed||(this.RETRY_SECONDS=this.RETRY_SECONDS>=160?160:2*this.RETRY_SECONDS,this.RECONNECT_TIMEOUT=setTimeout(()=>{this.logger.info("Reconnecting Web Socket."),this.connectWebSocket(this.wsUrl,this.nodeIndex),this.RECONNECT_TIMEOUT=null},1e3*this.RETRY_SECONDS))}closeConnection(){this.socket&&(this.socket.complete(),this.socket=null)}subscribeToMessages(){this.socket?.pipe((0,C.Q)(this.unSubs[1])).subscribe({next:G=>{if((G="string"==typeof G?JSON.parse(G):G).error)this.handleError(G.error);else switch(this.logger.info("Next Message from WS:"+JSON.stringify(G)),G.source){case"LND":this.lndWSMessages.next(G);break;case"CLN":this.clWSMessages.next(G);break;case"ECL":this.eclWSMessages.next(G)}},error:G=>this.handleError(G),complete:()=>{this.logger.info("Web Socket Closed")}})}handleError(G){this.logger.error(G),this.clWSMessages.error(G),this.eclWSMessages.error(G),this.lndWSMessages.error(G),this.reconnectOnError()}ngOnDestroy(){this.closeConnection(),this.clWSMessages.next(null),this.clWSMessages.complete(),this.eclWSMessages.next(null),this.eclWSMessages.complete(),this.lndWSMessages.next(null),this.lndWSMessages.complete()}static{this.\u0275fac=function(Y){return new(Y||V)(y.KVO(T.gP),y.KVO(k.Q))}}static{this.\u0275prov=y.jDH({token:V,factory:V.\u0275fac})}}return V})()},9029:(Ve,ee,p)=>{"use strict";p.d(ee,{G:()=>Kn});var t=p(177),e=p(1188),C=p(9417),S=p(1626),l=p(60),x=p(4438),m=p(9340),R=p(6038),d=p(2920);p(4085);let Mt=(()=>{class Ht{}return Ht.\u0275fac=function(xt){return new(xt||Ht)},Ht.\u0275mod=x.$C({type:Ht}),Ht.\u0275inj=x.G2t({imports:[m.Ui]}),Ht})(),ai=(()=>{class Ht{constructor(xt,ni){(0,t.Vy)(ni)&&!xt&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(xt,ni=[]){return{ngModule:Ht,providers:xt.serverLoaded?[{provide:m.EA,useValue:{...m.PV,...xt}},{provide:m.SL,useValue:ni,multi:!0},{provide:m.Ce,useValue:!0}]:[{provide:m.EA,useValue:{...m.PV,...xt}},{provide:m.SL,useValue:ni,multi:!0}]}}}return Ht.\u0275fac=function(xt){return new(xt||Ht)(x.KVO(m.Ce),x.KVO(x.Agw))},Ht.\u0275mod=x.$C({type:Ht}),Ht.\u0275inj=x.G2t({imports:[d.w2,R.Cc,Mt,d.w2,R.Cc,Mt]}),Ht})();var Ei=p(9327),Hi=p(6600),$i=p(5351),hn=p(850),Fi=p(1975),_n=p(8834);p(8617),p(5024);let Dn=(()=>{class Ht{static{this.\u0275fac=function(ni){return new(ni||Ht)}}static{this.\u0275mod=x.$C({type:Ht})}static{this.\u0275inj=x.G2t({imports:[Hi.yE,Hi.pZ,Hi.yE]})}}return Ht})();var Hn=p(5596),On=p(2765),Xn=p(5084),ir=p(9454),Fn=p(6195),pi=p(9213),Oi=p(9631),Yt=p(3902),yi=p(9115),li=p(6695),vi=p(7575),Ni=p(9183),ji=p(5951),en=p(2798),nr=p(882),ar=p(450),tr=p(6860);p(1413);let Ea=(()=>{class Ht{static{this.\u0275fac=function(ni){return new(ni||Ht)}}static{this.\u0275mod=x.$C({type:Ht})}static{this.\u0275inj=x.G2t({imports:[Hi.yE,Hi.pZ]})}}return Ht})();var No=p(5416),Ra=p(2042),wo=p(6013),Lr=p(9159),ma=p(6850),Nr=p(5911),Ua=p(4823),as=p(7358),Ga=p(8852),Oa=p(6064),ja=p(8288),Vo=p(497),jo=p(6969);let Mo=(()=>{class Ht extends jo.Sf{constructor(xt,ni){super(xt,ni)}_createContainer(){super._createContainer(),this._containerElement&&(document.querySelector("#rtl-container")||document.body).appendChild(this._containerElement)}ngOnDestroy(){super.ngOnDestroy()}static{this.\u0275fac=function(ni){return new(ni||Ht)(x.rXU(t.qQ),x.rXU(tr.OD))}}static{this.\u0275dir=x.FsC({type:Ht,features:[x.Vt3]})}}return Ht})();var pa=p(8570),ro=p(4416),wr=p(2929);const ga={suppressScrollX:!1,suppressScrollY:!1};let Wo=(()=>{class Ht extends Hi.xW{constructor(xt){super(xt)}format(xt,ni){if("input"===ni){let ki=xt.getDate().toString();return ki=+ki<10?"0"+ki:ki,ki+"/"+ro.KR[xt.getMonth()].name.toUpperCase()+"/"+xt.getFullYear()}return ro.KR[xt.getMonth()].name.toUpperCase()+" "+xt.getFullYear()}static{this.\u0275fac=function(ni){return new(ni||Ht)(x.KVO(Hi.Ju,8))}}static{this.\u0275prov=x.jDH({token:Ht,factory:Ht.\u0275fac})}}return Ht})();const ra={parse:{dateInput:{day:"numeric",month:"short",year:"numeric"}},display:{dateInput:"input",monthYearLabel:{month:"short",year:"numeric"},dateA11yLabel:{day:"numeric",month:"short",year:"numeric"},monthYearA11yLabel:{month:"short",year:"numeric"}}};let Kn=(()=>{class Ht{static{this.\u0275fac=function(ni){return new(ni||Ht)}}static{this.\u0275mod=x.$C({type:Ht})}static{this.\u0275inj=x.G2t({providers:[{provide:pa.gP,useClass:pa.tU},{provide:Vo.kU,useValue:ga},{provide:No.x6,useValue:{duration:2e3,verticalPosition:"bottom",panelClass:"rtl-snack-bar"}},{provide:$i.di,useValue:{hasBackdrop:!0,autoFocus:!0,disableClose:!0,role:"dialog"}},{provide:Hi.MJ,useClass:Wo},{provide:Hi.de,useValue:ra},{provide:jo.Sf,useClass:Mo},t.QX,t.PV,t.vh,wr.gZ,wr.ZE,wr.VD,wr.Qu],imports:[t.MD,C.YN,C.X1,l.dX,ai,Ei.RH,$i.hM,_n.Hl,Dn,Hn.Hu,On.g7,ir.MY,Fn.Fe,Xn.X6,Hi.WX,pi.m_,Oi.fS,Yt.Fg,yi.Cn,vi.PO,Ni.D6,ji.Wk,as.jH,Ga.YN,en.Ve,nr.vg,ar.mV,Ra.NQ,Lr.tP,Nr.s5,Ua.uc,Fi.Y,li.Ou,wo.aP,Ea,ma.RI,No._T,hn.jL,Oa.dV,ja.XK,e.iI,S.q1,Vo.U$,C.YN,C.X1,l.dX,ai,Ei.RH,$i.hM,_n.Hl,Dn,Hn.Hu,On.g7,ir.MY,Fn.Fe,Xn.X6,Hi.WX,pi.m_,Oi.fS,Yt.Fg,yi.Cn,vi.PO,Ni.D6,ji.Wk,as.jH,Ga.YN,en.Ve,nr.vg,ar.mV,Ra.NQ,Lr.tP,Nr.s5,Ua.uc,Fi.Y,li.Ou,wo.aP,Ea,ma.RI,No._T,hn.jL,Oa.dV,ja.XK,Vo.U$]})}}return Ht})()},1771:(Ve,ee,p)=>{"use strict";p.d(ee,{Dz:()=>V,Fl:()=>ye,Gd:()=>l,I1:()=>T,IK:()=>$,Jh:()=>x,My:()=>S,NU:()=>Y,Np:()=>ve,OP:()=>F,Qi:()=>Z,R$:()=>y,T$:()=>ie,Tn:()=>G,UI:()=>m,iD:()=>f,mt:()=>R,oz:()=>n,rc:()=>ae,ri:()=>ue,t2:()=>M,uP:()=>k,xO:()=>w,xw:()=>be,y0:()=>d});var t=p(9640),e=p(4416);(0,t.VP)(e.aU.VOID);const S=(0,t.VP)(e.aU.SET_API_URL_ECL,(0,t.xk)()),l=(0,t.VP)(e.aU.UPDATE_API_CALL_STATUS_ROOT,(0,t.xk)()),x=(0,t.VP)(e.aU.CLOSE_ALL_DIALOGS),m=(0,t.VP)(e.aU.OPEN_SNACK_BAR,(0,t.xk)()),R=(0,t.VP)(e.aU.OPEN_SPINNER,(0,t.xk)()),d=(0,t.VP)(e.aU.CLOSE_SPINNER,(0,t.xk)()),w=(0,t.VP)(e.aU.OPEN_ALERT,(0,t.xk)()),y=(0,t.VP)(e.aU.CLOSE_ALERT,(0,t.xk)()),T=(0,t.VP)(e.aU.OPEN_CONFIRMATION,(0,t.xk)()),k=(0,t.VP)(e.aU.CLOSE_CONFIRMATION,(0,t.xk)()),F=(0,t.VP)(e.aU.SHOW_PUBKEY),V=(0,t.VP)(e.aU.FETCH_CONFIG,(0,t.xk)()),G=((0,t.VP)(e.aU.SHOW_CONFIG,(0,t.xk)()),(0,t.VP)(e.aU.RESET_ROOT_STORE,(0,t.xk)())),Y=(0,t.VP)(e.aU.FETCH_APPLICATION_SETTINGS),$=(0,t.VP)(e.aU.SET_APPLICATION_SETTINGS,(0,t.xk)()),Z=(0,t.VP)(e.aU.SET_SELECTED_NODE,(0,t.xk)()),ie=(0,t.VP)(e.aU.UPDATE_NODE_SETTINGS,(0,t.xk)()),ve=(0,t.VP)(e.aU.SET_SELECTED_NODE_SETTINGS,(0,t.xk)()),ae=(0,t.VP)(e.aU.UPDATE_APPLICATION_SETTINGS,(0,t.xk)()),ye=(0,t.VP)(e.aU.SET_NODE_DATA,(0,t.xk)()),ue=(0,t.VP)(e.aU.LOGOUT,(0,t.xk)()),be=(0,t.VP)(e.aU.RESET_PASSWORD,(0,t.xk)()),n=((0,t.VP)(e.aU.RESET_PASSWORD_RES,(0,t.xk)()),(0,t.VP)(e.aU.IS_AUTHORIZED,(0,t.xk)())),f=((0,t.VP)(e.aU.IS_AUTHORIZED_RES,(0,t.xk)()),(0,t.VP)(e.aU.LOGIN,(0,t.xk)())),M=((0,t.VP)(e.aU.VERIFY_TWO_FA,(0,t.xk)()),(0,t.VP)(e.aU.FETCH_FILE,(0,t.xk)()));(0,t.VP)(e.aU.SHOW_FILE,(0,t.xk)())},7541:(Ve,ee,p)=>{"use strict";p.d(ee,{H:()=>Bt});var t=p(4438),e=p(4054),C=p(1413),S=p(7673),l=p(6354),x=p(6697),m=p(3993),R=p(1397),d=p(9437),w=p(6977),y=p(4416),T=p(5351),k=p(2920),F=p(9183);let V=(()=>{class q{constructor(Ae,mt){this.dialogRef=Ae,this.data=mt}static{this.\u0275fac=function(mt){return new(mt||q)(t.rXU(T.CP),t.rXU(T.Vh))}}static{this.\u0275cmp=t.VBU({type:q,selectors:[["rtl-spinner-dialog"]],decls:4,vars:1,consts:[["fxLayout","column","fxLayoutAlign","center center",1,"spinner-container"],["color","primary","mode","indeterminate",1,"modal-spinner-message"]],template:function(mt,It){1&mt&&(t.j41(0,"div",0),t.nrm(1,"mat-progress-spinner",1),t.j41(2,"h2"),t.EFF(3),t.k0s()()),2&mt&&(t.R7$(3),t.JRh(It.data.titleMessage))},dependencies:[k.DJ,k.sA,F.LG],styles:["h2[_ngcontent-%COMP%]{text-align:center}"]})}}return q})();var U=p(5383),G=p(9647),Y=p(8570),$=p(5416),Z=p(2571),ie=p(1188),ve=p(9640),ae=p(177),ye=p(60),ue=p(6038),be=p(8834),D=p(5596),n=p(9213),c=p(1997),f=p(4823),h=p(8288),M=p(497),L=p(9157),O=p(9587);const _=["scrollContainer"],r=q=>({"display-none":q}),v=q=>({"h-40":q}),z=q=>({"failed-status":q});function N(q,it){if(1&q&&t.nrm(0,"qr-code",19),2&q){const Ae=t.XpG();t.Y8G("value",Ae.showQRField)("size",200)("errorCorrectionLevel","L")}}function ne(q,it){1&q&&t.eu8(0)}function Ie(q,it){if(1&q&&(t.qex(0),t.j41(1,"mat-card-content",20,1),t.DNE(3,ne,1,0,"ng-container",21),t.k0s(),t.bVm()),2&q){const Ae=t.XpG(),mt=t.sdS(20);t.R7$(),t.Y8G("ngClass",t.eq3(2,v,Ae.data.scrollable)),t.R7$(2),t.Y8G("ngTemplateOutlet",mt)}}function at(q,it){1&q&&t.eu8(0)}function Ye(q,it){if(1&q&&(t.qex(0),t.j41(1,"mat-card-content",22),t.DNE(2,at,1,0,"ng-container",21),t.k0s(),t.bVm()),2&q){t.XpG();const Ae=t.sdS(20);t.R7$(2),t.Y8G("ngTemplateOutlet",Ae)}}function rt(q,it){1&q&&(t.j41(0,"mat-icon",27),t.EFF(1,"arrow_downward"),t.k0s())}function re(q,it){1&q&&(t.j41(0,"mat-icon",28),t.EFF(1,"arrow_upward"),t.k0s())}function te(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"div",23)(1,"button",24),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG();return t.Njj(It.onScroll())}),t.DNE(2,rt,2,0,"mat-icon",25)(3,re,2,0,"mat-icon",26),t.k0s()()}if(2&q){const Ae=t.XpG();t.R7$(2),t.Y8G("ngIf","DOWN"===Ae.scrollDirection),t.R7$(),t.Y8G("ngIf","UP"===Ae.scrollDirection)}}function oe(q,it){1&q&&(t.j41(0,"button",29),t.EFF(1,"OK"),t.k0s()),2&q&&t.Y8G("mat-dialog-close",!1)}function _e(q,it){1&q&&(t.j41(0,"button",30),t.EFF(1,"Close"),t.k0s()),2&q&&t.Y8G("mat-dialog-close",!1)}function de(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"button",31),t.bIt("copied",function(It){t.eBV(Ae);const Ci=t.XpG();return t.Njj(Ci.onCopyField(It))}),t.EFF(1),t.k0s()}if(2&q){const Ae=t.XpG();t.Y8G("payload",Ae.showCopyField),t.R7$(),t.SpI("Copy ",Ae.showCopyName,"")}}function pe(q,it){1&q&&(t.j41(0,"button",30),t.EFF(1,"Close"),t.k0s()),2&q&&t.Y8G("mat-dialog-close",!1)}function We(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"button",31),t.bIt("copied",function(It){t.eBV(Ae);const Ci=t.XpG();return t.Njj(Ci.onCopyField(It))}),t.EFF(1),t.k0s()}if(2&q){const Ae=t.XpG();t.Y8G("payload",Ae.showQRField),t.R7$(),t.SpI("Copy ",Ae.showQRName,"")}}function se(q,it){if(1&q&&t.nrm(0,"qr-code",19),2&q){const Ae=t.XpG(2);t.Y8G("value",Ae.showQRField)("size",200)("errorCorrectionLevel","L")}}function fe(q,it){if(1&q&&(t.j41(0,"p",37),t.EFF(1),t.k0s()),2&q){const Ae=t.XpG(2);t.R7$(),t.JRh(Ae.data.titleMessage)}}function he(q,it){1&q&&t.nrm(0,"span",51),2&q&&t.Y8G("innerHTML",it.$implicit,t.npT)}function et(q,it){if(1&q&&(t.qex(0),t.j41(1,"span",34),t.DNE(2,he,1,1,"span",50),t.k0s(),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(2),t.Y8G("ngForOf",Ae.value)}}function Ke(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.nI1(2,"date"),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*Ae.value,"dd/MMM/y HH:mm"))}}function Ct(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.nI1(2,"number"),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(t.i5U(2,1,Ae.value,Ae.digitsInfo?Ae.digitsInfo:"1.0-3"))}}function _t(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(Ae.value?"True":"False")}}function Nt(q,it){1&q&&(t.j41(0,"mat-icon",55),t.EFF(1,"info"),t.k0s())}function ke(q,it){if(1&q&&(t.j41(0,"p",53),t.EFF(1),t.DNE(2,Nt,2,0,"mat-icon",54),t.k0s()),2&q){const Ae=t.XpG(3).$implicit,mt=t.XpG(4);t.Y8G("ngClass",t.eq3(3,z,Ae.value===mt.LoopStateEnum.FAILED)),t.R7$(),t.SpI(" ",Ae.value," "),t.R7$(),t.Y8G("ngIf",Ae.value===mt.LoopStateEnum.FAILED)}}function Je(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"p",57),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG(8);return t.Njj(It.onGoToLink())}),t.EFF(1),t.k0s()}if(2&q){const Ae=t.XpG(4).$implicit,mt=t.XpG(4);t.FS9("matTooltip","Go To "+mt.goToName),t.R7$(),t.SpI(" ",Ae.value," ")}}function Qe(q,it){if(1&q&&t.EFF(0),2&q){const Ae=t.XpG(4).$implicit;t.SpI(" ",Ae.value," ")}}function nt(q,it){if(1&q&&t.DNE(0,Je,2,2,"p",56)(1,Qe,1,1,"ng-template",null,4,t.C5r),2&q){const Ae=t.sdS(2),mt=t.XpG(3).$implicit,It=t.XpG(4);t.Y8G("ngIf",mt.value===It.goToFieldValue)("ngIfElse",Ae)}}function Ue(q,it){if(1&q&&(t.qex(0),t.DNE(1,ke,3,5,"p",52)(2,nt,3,2,"ng-template",null,3,t.C5r),t.bVm()),2&q){const Ae=t.sdS(3),mt=t.XpG(2).$implicit,It=t.XpG(4);t.R7$(),t.Y8G("ngIf","SWAP"===It.data.openedBy&&"state"===mt.key)("ngIfElse",Ae)}}function ht(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"fa-icon",58),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG(2).$implicit,Ci=t.XpG(4);return t.Njj(Ci.onExplorerClicked(It))}),t.k0s()}if(2&q){const Ae=t.XpG(6);t.FS9("matTooltip","Link to "+Ae.selNode.settings.blockExplorerUrl),t.Y8G("icon",Ae.faUpRightFromSquare)}}function tt(q,it){if(1&q&&(t.j41(0,"span")(1,"span",46),t.DNE(2,et,3,1,"ng-container",47)(3,Ke,3,4,"ng-container",47)(4,Ct,3,4,"ng-container",47)(5,_t,2,1,"ng-container",47)(6,Ue,4,2,"ng-container",48),t.j41(7,"span"),t.DNE(8,ht,1,2,"fa-icon",49),t.k0s()()()),2&q){const Ae=t.XpG().$implicit,mt=t.XpG(4);t.R7$(),t.Y8G("ngSwitch",Ae.type),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.ARRAY),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.DATE_TIME),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.NUMBER),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.BOOLEAN),t.R7$(3),t.Y8G("ngIf",Ae.explorerLink&&""!==Ae.explorerLink)}}function wt(q,it){1&q&&(t.j41(0,"span",59),t.EFF(1,"\xa0"),t.k0s())}function ut(q,it){if(1&q&&(t.j41(0,"div",42)(1,"h4",43),t.EFF(2),t.k0s(),t.DNE(3,tt,9,6,"span",44)(4,wt,2,0,"ng-template",null,2,t.C5r),t.nrm(6,"mat-divider",45),t.k0s()),2&q){const Ae=it.$implicit,mt=t.sdS(5);t.FS9("fxFlex.gt-md",Ae.width),t.R7$(2),t.JRh(Ae.title),t.R7$(),t.Y8G("ngIf",Ae&&(!!Ae.value||0===Ae.value))("ngIfElse",mt)}}function vt(q,it){if(1&q&&(t.j41(0,"div")(1,"div",40),t.DNE(2,ut,7,4,"div",41),t.k0s()()),2&q){const Ae=it.$implicit;t.R7$(2),t.Y8G("ngForOf",Ae)}}function Ze(q,it){if(1&q&&(t.j41(0,"div",38),t.DNE(1,vt,3,1,"div",39),t.k0s()),2&q){const Ae=t.XpG(2);t.R7$(),t.Y8G("ngForOf",Ae.messageObjs)}}function jt(q,it){if(1&q&&(t.j41(0,"div",32)(1,"div",33),t.DNE(2,se,1,3,"qr-code",7),t.k0s(),t.j41(3,"div",34),t.DNE(4,fe,2,1,"p",35)(5,Ze,2,1,"div",36),t.k0s()()),2&q){const Ae=t.XpG();t.R7$(),t.Y8G("ngClass",t.eq3(4,r,""===Ae.showQRField||Ae.screenSize!==Ae.screenSizeEnum.XS&&Ae.screenSize!==Ae.screenSizeEnum.SM)),t.R7$(),t.Y8G("ngIf",""!==Ae.showQRField),t.R7$(2),t.Y8G("ngIf",Ae.data.titleMessage),t.R7$(),t.Y8G("ngIf",(null==Ae.messageObjs?null:Ae.messageObjs.length)>0)}}let qe=(()=>{class q{set container(Ae){Ae&&(this.scrollContainer=Ae,this.scrollContainer&&this.scrollContainer.nativeElement&&(this.unlistenEnd=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-end",mt=>{this.scrollDirection="UP"}),this.unlistenStart=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-start",mt=>{this.scrollDirection="DOWN"})))}constructor(Ae,mt,It,Ci,un,Dn,Hn,On){this.dialogRef=Ae,this.data=mt,this.logger=It,this.snackBar=Ci,this.commonService=un,this.renderer=Dn,this.router=Hn,this.store=On,this.faUpRightFromSquare=U.k02,this.LoopStateEnum=y.Hx,this.goToFieldValue="",this.goToName="",this.goToLink="",this.showQRField="",this.showQRName="",this.showCopyName="",this.showCopyField="",this.errorMessage="",this.messageObjs=[],this.alertTypeEnum=y.A$,this.dataTypeEnum=y.UN,this.screenSize="",this.screenSizeEnum=y.f7,this.scrollDirection="DOWN",this.shouldScroll=!0,this.unSubs=[new C.B,new C.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.messageObjs=this.data.message||[],this.goToFieldValue=this.data.goToFieldValue?this.data.goToFieldValue:"",this.goToName=this.data.goToName?this.data.goToName:"",this.goToLink=this.data.goToLink?this.data.goToLink:"",this.showQRField=this.data.showQRField?this.data.showQRField:"",this.showQRName=this.data.showQRName?this.data.showQRName:"",this.showCopyName=this.data.showCopyName?this.data.showCopyName:"",this.showCopyField=this.data.showCopyField?this.data.showCopyField:"",this.data.type===y.A$.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.messageObjs),this.store.select(G._c).pipe((0,w.Q)(this.unSubs[0])).subscribe(Ae=>{this.selNode=Ae,this.logger.info(this.selNode)})}ngAfterViewChecked(){setTimeout(()=>{this.shouldScroll=this.scrollContainer&&this.scrollContainer.nativeElement&&this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")},500)}onScroll(){this.scrollContainer.nativeElement.scrollTop="DOWN"===this.scrollDirection?this.scrollContainer.nativeElement.scrollTop+62.6:this.scrollContainer.nativeElement.scrollTop-62.6}onCopyField(Ae){this.snackBar.open((this.showQRName?this.showQRName:this.showCopyName)+" copied."),this.logger.info("Copied Text: "+Ae)}onClose(){this.dialogRef.close(!1)}onGoToLink(){this.router.navigateByUrl(this.goToLink,{state:{lookupType:"0",lookupValue:this.goToFieldValue}}),this.onClose()}onExplorerClicked(Ae){window.open(this.selNode.settings.blockExplorerUrl+"/"+Ae.explorerLink+"/"+Ae.value,"_blank")}ngOnDestroy(){this.unlistenStart&&this.unlistenStart(),this.unlistenEnd&&this.unlistenEnd(),this.unSubs.forEach(Ae=>{Ae.next(null),Ae.complete()})}static{this.\u0275fac=function(mt){return new(mt||q)(t.rXU(T.CP),t.rXU(T.Vh),t.rXU(Y.gP),t.rXU($.UG),t.rXU(Z.h),t.rXU(t.sFG),t.rXU(ie.Ix),t.rXU(ve.il))}}static{this.\u0275cmp=t.VBU({type:q,selectors:[["rtl-alert-message"]],viewQuery:function(mt,It){if(1&mt&&t.GBs(_,5),2&mt){let Ci;t.mGM(Ci=t.lsd())&&(It.container=Ci.first)}},decls:21,vars:14,consts:[["contentBlock",""],["scrollContainer",""],["emptyField",""],["noStyleBlock",""],["noStyleChild",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","ml-1",3,"ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],[3,"fxFlex"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close",4,"ngIf"],["class","mr-1","fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",3,"mat-dialog-close",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"padding-gap-x-large",3,"perfectScrollbar","ngClass"],[4,"ngTemplateOutlet"],[1,"padding-gap-x-large"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll","fxLayoutAlign","center center",3,"click"],["class","arrow-downward","fxLayoutAlign","center center",4,"ngIf"],["class","arrow-upward","fxLayoutAlign","center center",4,"ngIf"],["fxLayoutAlign","center center",1,"arrow-downward"],["fxLayoutAlign","center center",1,"arrow-upward"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","mb-1",3,"ngClass"],["fxLayout","column","fxFlex","100"],["fxLayoutAlign","start center","class","pb-2",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayoutAlign","start center",1,"pb-2"],["fxFlex","100"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],[1,"w-100","my-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"foreground-secondary-text",3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","ml-1 fa-icon-primary",3,"matTooltip","icon","click",4,"ngIf"],["class","display-block w-100",3,"innerHTML",4,"ngFor","ngForOf"],[1,"display-block","w-100",3,"innerHTML"],["fxLayout","row",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","row",3,"ngClass"],["fxLayoutAlign","end end","class","icon-failed-status",4,"ngIf"],["fxLayoutAlign","end end",1,"icon-failed-status"],["tabindex","4","fxLayout","row","class","go-to-link",3,"matTooltip","click",4,"ngIf","ngIfElse"],["tabindex","4","fxLayout","row",1,"go-to-link",3,"click","matTooltip"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxFlex","100",1,"foreground-secondary-text"]],template:function(mt,It){if(1&mt){const Ci=t.RV6();t.j41(0,"div",5)(1,"div",6),t.DNE(2,N,1,3,"qr-code",7),t.k0s(),t.j41(3,"div",8)(4,"mat-card-header",9)(5,"div",10)(6,"span",11),t.EFF(7),t.k0s()(),t.j41(8,"button",12),t.bIt("click",function(){return t.eBV(Ci),t.Njj(It.onClose())}),t.EFF(9,"X"),t.k0s()(),t.DNE(10,Ie,4,4,"ng-container",13)(11,Ye,3,1,"ng-container",13)(12,te,4,2,"div",14),t.j41(13,"div",15),t.DNE(14,oe,2,1,"button",16)(15,_e,2,1,"button",17)(16,de,2,2,"button",18)(17,pe,2,1,"button",17)(18,We,2,2,"button",18),t.k0s()()(),t.DNE(19,jt,6,6,"ng-template",null,0,t.C5r)}2&mt&&(t.R7$(),t.Y8G("ngClass",t.eq3(12,r,""===It.showQRField||It.screenSize===It.screenSizeEnum.XS||It.screenSize===It.screenSizeEnum.SM)),t.R7$(),t.Y8G("ngIf",""!==It.showQRField),t.R7$(),t.Y8G("fxFlex",""===It.showQRField||It.screenSize===It.screenSizeEnum.XS||It.screenSize===It.screenSizeEnum.SM?"100":"70"),t.R7$(4),t.JRh(It.data.alertTitle||It.alertTypeEnum[It.data.type]),t.R7$(3),t.Y8G("ngIf",It.data.scrollable),t.R7$(),t.Y8G("ngIf",!It.data.scrollable),t.R7$(),t.Y8G("ngIf",It.data.scrollable&&It.shouldScroll),t.R7$(2),t.Y8G("ngIf",(!It.showQRField||""===It.showQRField)&&""===It.showCopyName),t.R7$(),t.Y8G("ngIf",""!==It.showCopyName),t.R7$(),t.Y8G("ngIf",""!==It.showCopyName),t.R7$(),t.Y8G("ngIf",""!==It.showQRField),t.R7$(),t.Y8G("ngIf",""!==It.showQRField))},dependencies:[ae.YU,ae.Sq,ae.bT,ae.T3,ae.ux,ae.e1,ae.fG,ye.aY,k.DJ,k.sA,k.UI,ue.PW,T.tx,be.$z,be.$0,D.m2,D.MM,n.An,c.q,f.oV,h.Um,M.Ld,L.U,O.N,ae.QX,ae.vh],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]})}}return q})();var dt=p(1771),Le=p(9417),Vt=p(9631),Zt=p(6467),Et=p(6114);function je(q,it){if(1&q&&(t.j41(0,"div",20),t.nrm(1,"fa-icon",21),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&q){const Ae=t.XpG();t.R7$(),t.Y8G("icon",Ae.faExclamationTriangle),t.R7$(2),t.JRh(Ae.warningMessage)}}function me(q,it){if(1&q&&(t.j41(0,"div",22),t.nrm(1,"fa-icon",21),t.j41(2,"span"),t.EFF(3),t.k0s()()),2&q){const Ae=t.XpG();t.R7$(),t.Y8G("icon",Ae.faInfoCircle),t.R7$(2),t.JRh(Ae.informationMessage)}}function xe(q,it){if(1&q&&(t.j41(0,"p",23),t.EFF(1),t.k0s()),2&q){const Ae=t.XpG();t.R7$(),t.JRh(Ae.data.titleMessage)}}function ce(q,it){1&q&&t.nrm(0,"div",37),2&q&&t.Y8G("innerHTML",it.$implicit,t.npT)}function Me(q,it){if(1&q&&(t.qex(0,35),t.DNE(1,ce,1,1,"div",36),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.Y8G("ngForOf",Ae.value)}}function Xe(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.nI1(2,"date"),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(t.i5U(2,1,1e3*Ae.value,"dd/MMM/y HH:mm"))}}function Pe(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.nI1(2,"number"),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(t.i5U(2,1,Ae.value,"1.0-3"))}}function Oe(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(!0===Ae.value?"True":"False")}}function we(q,it){if(1&q&&(t.qex(0),t.EFF(1),t.bVm()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.JRh(Ae.value)}}function De(q,it){if(1&q&&(t.j41(0,"span")(1,"span",31),t.DNE(2,Me,2,1,"ng-container",32)(3,Xe,3,4,"ng-container",33)(4,Pe,3,4,"ng-container",33)(5,Oe,2,1,"ng-container",33)(6,we,2,1,"ng-container",34),t.k0s()()),2&q){const Ae=t.XpG().$implicit,mt=t.XpG(3);t.R7$(),t.Y8G("ngSwitch",Ae.type),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.ARRAY),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.DATE_TIME),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.NUMBER),t.R7$(),t.Y8G("ngSwitchCase",mt.dataTypeEnum.BOOLEAN)}}function $e(q,it){1&q&&(t.j41(0,"span",38),t.EFF(1,"\xa0"),t.k0s())}function $t(q,it){if(1&q&&(t.j41(0,"div",27)(1,"h4",28),t.EFF(2),t.k0s(),t.DNE(3,De,7,5,"span",29)(4,$e,2,0,"ng-template",null,0,t.C5r),t.nrm(6,"mat-divider",30),t.k0s()),2&q){const Ae=it.$implicit,mt=t.sdS(5);t.FS9("fxFlex.gt-md",Ae.width),t.R7$(2),t.JRh(Ae.title),t.R7$(),t.Y8G("ngIf",Ae&&(!!Ae.value||0===Ae.value))("ngIfElse",mt)}}function Ft(q,it){if(1&q&&(t.j41(0,"div")(1,"div",25),t.DNE(2,$t,7,4,"div",26),t.k0s()()),2&q){const Ae=it.$implicit;t.R7$(2),t.Y8G("ngForOf",Ae)}}function Kt(q,it){if(1&q&&(t.j41(0,"div"),t.DNE(1,Ft,3,1,"div",24),t.k0s()),2&q){const Ae=t.XpG();t.R7$(),t.Y8G("ngForOf",Ae.messageObjs)}}function fi(q,it){if(1&q&&(t.j41(0,"p",23),t.EFF(1),t.k0s()),2&q){const Ae=t.XpG(2);t.R7$(),t.JRh(Ae.data.titleMessage)}}function Qt(q,it){if(1&q&&(t.j41(0,"mat-error"),t.EFF(1),t.k0s()),2&q){const Ae=t.XpG(2).$implicit;t.R7$(),t.SpI("",Ae.placeholder," is required.")}}function zt(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"mat-form-field",42)(1,"mat-label"),t.EFF(2),t.k0s(),t.j41(3,"input",43),t.nI1(4,"lowercase"),t.mxI("ngModelChange",function(It){t.eBV(Ae);const Ci=t.XpG().$implicit;return t.DH7(Ci.inputValue,It)||(Ci.inputValue=It),t.Njj(It)}),t.k0s(),t.DNE(5,Qt,2,1,"mat-error",13),t.j41(6,"mat-hint"),t.EFF(7),t.k0s()()}if(2&q){const Ae=t.XpG(),mt=Ae.$implicit,It=Ae.index;t.Y8G("fxFlex",mt.width),t.R7$(2),t.JRh(mt.placeholder),t.R7$(),t.Mz_("name","input",It,""),t.Y8G("autoFocus",0===It)("min",mt.min)("step",mt.step)("type",t.bMT(4,12,mt.inputType))("tabindex",It+1),t.R50("ngModel",mt.inputValue),t.R7$(2),t.Y8G("ngIf",!mt.inputValue),t.R7$(2),t.JRh(mt.hintFunction?mt.hintFunction(mt.inputValue):mt.hintText)}}function Xi(q,it){if(1&q&&(t.qex(0),t.DNE(1,zt,8,14,"mat-form-field",41),t.bVm()),2&q){const Ae=it.$implicit,mt=t.XpG(2);t.R7$(),t.Y8G("ngIf",!Ae.advancedField||mt.showAdvanced)}}function ci(q,it){if(1&q&&(t.j41(0,"div",39),t.DNE(1,fi,2,1,"p",12),t.j41(2,"div",40),t.DNE(3,Xi,2,1,"ng-container",24),t.k0s()()),2&q){const Ae=t.XpG();t.R7$(),t.Y8G("ngIf",Ae.data.titleMessage),t.R7$(2),t.Y8G("ngForOf",Ae.getInputs)}}function ui(q,it){1&q&&(t.j41(0,"p"),t.EFF(1,"Show Advanced"),t.k0s())}function bn(q,it){1&q&&(t.j41(0,"p"),t.EFF(1,"Hide Advanced"),t.k0s())}function Qi(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"button",44),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG();return t.Njj(It.onShowAdvanced())}),t.DNE(1,ui,2,0,"p",29)(2,bn,2,0,"ng-template",null,1,t.C5r),t.k0s()}if(2&q){const Ae=t.sdS(3),mt=t.XpG();t.R7$(),t.Y8G("ngIf",!mt.showAdvanced)("ngIfElse",Ae)}}function Li(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"button",45),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG();return t.Njj(It.onClose(It.getInputs))}),t.EFF(1),t.k0s()}if(2&q){const Ae=t.XpG();t.R7$(),t.JRh(Ae.yesBtnText)}}function nn(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"button",46),t.bIt("click",function(){t.eBV(Ae);const It=t.XpG();return t.Njj(It.onClose(!0))}),t.EFF(1),t.k0s()}if(2&q){const Ae=t.XpG();t.R7$(),t.JRh(Ae.yesBtnText)}}let st=(()=>{class q{constructor(Ae,mt,It,Ci){this.dialogRef=Ae,this.data=mt,this.logger=It,this.store=Ci,this.faInfoCircle=U.iW_,this.faExclamationTriangle=U.zpE,this.informationMessage="",this.warningMessage="",this.noBtnText="No",this.yesBtnText="Yes",this.messageObjs=[],this.flgShowInput=!1,this.hasAdvanced=!1,this.alertTypeEnum=y.A$,this.dataTypeEnum=y.UN,this.getInputs=[{placeholder:"",inputType:y.UN.STRING,inputValue:"",hintText:"",hintFunction:null,advancedField:!1}],this.showAdvanced=!1}ngOnInit(){this.informationMessage=this.data.informationMessage||"",this.warningMessage=this.data.warningMessage||"",this.flgShowInput=!!this.data.flgShowInput,this.getInputs=this.data.getInputs||[],this.noBtnText=this.data.noBtnText?this.data.noBtnText:"No",this.yesBtnText=this.data.yesBtnText?this.data.yesBtnText:"Yes",this.hasAdvanced=!!this.data.hasAdvanced&&this.data.hasAdvanced,this.messageObjs=this.data.message,this.data.type===y.A$.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection")}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onClose(Ae){if(Ae&&this.getInputs&&this.getInputs.some(mt=>typeof mt.inputValue>"u"))return!0;!this.showAdvanced&&Ae.length&&(Ae=Ae?.reduce((mt,It)=>(It.advancedField||mt.push(It),mt),[])),this.store.dispatch((0,dt.uP)({payload:Ae}))}static{this.\u0275fac=function(mt){return new(mt||q)(t.rXU(T.CP),t.rXU(T.Vh),t.rXU(Y.gP),t.rXU(ve.il))}}static{this.\u0275cmp=t.VBU({type:q,selectors:[["rtl-confirmation-message"]],decls:21,vars:10,consts:[["emptyField",""],["hideAdvancedText",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],[4,"ngIf"],["fxLayout","column","class","bordered-box my-2 p-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],["mat-button","","color","primary","type","button","class","mr-1","tabindex","2",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click",4,"ngIf"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayoutAlign","start center",1,"pb-1"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],[1,"w-100","my-1"],[1,"foreground-secondary-text",3,"ngSwitch"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngSwitchCase"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch"],[3,"innerHTML",4,"ngFor","ngForOf"],[3,"innerHTML"],["fxFlex","100",1,"foreground-secondary-text"],["fxLayout","column",1,"bordered-box","my-2","p-2"],["fxLayout","row wrap","fxLayoutAlign","space-between center"],[3,"fxFlex",4,"ngIf"],[3,"fxFlex"],["matInput","","required","",3,"ngModelChange","autoFocus","name","min","step","type","tabindex","ngModel"],["mat-button","","color","primary","type","button","tabindex","2",1,"mr-1",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click"]],template:function(mt,It){1&mt&&(t.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),t.EFF(5),t.k0s()(),t.j41(6,"button",7),t.bIt("click",function(){return It.onClose(!1)}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",8)(9,"form",9),t.DNE(10,je,4,2,"div",10)(11,me,4,2,"div",11)(12,xe,2,1,"p",12)(13,Kt,2,1,"div",13)(14,ci,4,2,"div",14),t.j41(15,"div",15)(16,"button",16),t.bIt("click",function(){return It.onClose(!1)}),t.EFF(17),t.k0s(),t.DNE(18,Qi,4,2,"button",17)(19,Li,2,1,"button",18)(20,nn,2,1,"button",19),t.k0s()()()()()),2&mt&&(t.R7$(5),t.JRh(It.data.alertTitle||It.alertTypeEnum[It.data.type]),t.R7$(5),t.Y8G("ngIf",It.warningMessage&&""!==It.warningMessage),t.R7$(),t.Y8G("ngIf",It.informationMessage&&""!==It.informationMessage),t.R7$(),t.Y8G("ngIf",It.data.titleMessage&&!It.flgShowInput),t.R7$(),t.Y8G("ngIf",(null==It.messageObjs?null:It.messageObjs.length)>0),t.R7$(),t.Y8G("ngIf",It.flgShowInput),t.R7$(3),t.JRh(It.noBtnText),t.R7$(),t.Y8G("ngIf",It.hasAdvanced),t.R7$(),t.Y8G("ngIf",It.flgShowInput),t.R7$(),t.Y8G("ngIf",!It.flgShowInput))},dependencies:[ae.Sq,ae.bT,ae.ux,ae.e1,ae.fG,Le.qT,Le.me,Le.BC,Le.cb,Le.YS,Le.vS,Le.cV,ye.aY,k.DJ,k.sA,k.UI,be.$z,D.m2,D.MM,Vt.fg,Zt.rl,Zt.nJ,Zt.MV,Zt.TL,c.q,O.N,Et.V,ae.GH,ae.QX,ae.vh]})}}return q})();var ii=p(2462),Se=p(2798),Mt=p(6600);const Pt=q=>({"display-none":q});function ai(q,it){if(1&q&&(t.j41(0,"mat-option",23),t.EFF(1),t.k0s()),2&q){const Ae=it.$implicit;t.Y8G("value",Ae),t.R7$(),t.SpI(" ",Ae.infoName," ")}}function Ei(q,it){if(1&q){const Ae=t.RV6();t.j41(0,"div",13)(1,"mat-form-field",20)(2,"mat-select",21),t.mxI("valueChange",function(It){t.eBV(Ae);const Ci=t.XpG();return t.DH7(Ci.selInfoType,It)||(Ci.selInfoType=It),t.Njj(It)}),t.DNE(3,ai,2,2,"mat-option",22),t.k0s()()()}if(2&q){const Ae=t.XpG();t.R7$(2),t.R50("value",Ae.selInfoType),t.R7$(),t.Y8G("ngForOf",Ae.infoTypes)}}let Hi=(()=>{class q{constructor(Ae,mt,It,Ci,un){this.dialogRef=Ae,this.data=mt,this.logger=It,this.snackBar=Ci,this.commonService=un,this.faReceipt=U.Mf0,this.infoTypes=[{infoID:0,infoKey:"node pubkey",infoName:"Node pubkey"}],this.selInfoType=this.infoTypes[0],this.qrWidth=210,this.screenSize="",this.screenSizeEnum=y.f7}ngOnInit(){this.information=this.data.information,this.information.uris&&(1===this.information.uris.length?this.infoTypes.push({infoID:1,infoKey:"node URI",infoName:"Node URI"}):this.information.uris.length>1&&this.information.uris.forEach((Ae,mt)=>{this.infoTypes.push({infoID:mt+1,infoKey:"node URI "+(mt+1),infoName:"Node URI "+(mt+1)})})),this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyPubkey(Ae){this.snackBar.open(this.selInfoType.infoName+" copied."),this.logger.info("Copied Text: "+Ae)}static{this.\u0275fac=function(mt){return new(mt||q)(t.rXU(T.CP),t.rXU(T.Vh),t.rXU(Y.gP),t.rXU($.UG),t.rXU(Z.h))}}static{this.\u0275cmp=t.VBU({type:q,selectors:[["rtl-show-pubkey"]],decls:26,vars:19,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[3,"value","size","errorCorrectionLevel"],["fxFlex","100","fxFlex.gt-sm","70"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayoutAlign","start end"],["tabindex","1",3,"valueChange","value"],[3,"value",4,"ngFor","ngForOf"],[3,"value"]],template:function(mt,It){1&mt&&(t.j41(0,"div",0)(1,"div",1),t.nrm(2,"qr-code",2),t.k0s(),t.j41(3,"div",3)(4,"mat-card-header",4)(5,"div",5),t.nrm(6,"fa-icon",6),t.j41(7,"span",7),t.EFF(8),t.k0s()(),t.j41(9,"button",8),t.bIt("click",function(){return It.onClose()}),t.EFF(10,"X"),t.k0s()(),t.j41(11,"mat-card-content",9)(12,"div",10)(13,"div",11),t.nrm(14,"qr-code",2),t.k0s(),t.DNE(15,Ei,4,2,"div",12),t.j41(16,"div",13)(17,"div",14)(18,"h4",15),t.EFF(19),t.k0s(),t.j41(20,"span",16),t.EFF(21),t.k0s()()(),t.nrm(22,"mat-divider",17),t.j41(23,"div",18)(24,"button",19),t.bIt("copied",function(un){return It.onCopyPubkey(un)}),t.EFF(25),t.k0s()()()()()()),2&mt&&(t.R7$(),t.Y8G("ngClass",t.eq3(15,Pt,It.screenSize===It.screenSizeEnum.XS||It.screenSize===It.screenSizeEnum.SM)),t.R7$(),t.FS9("value",0===It.selInfoType.infoID?It.information.identity_pubkey:It.information.uris[It.selInfoType.infoID-1]),t.Y8G("size",It.qrWidth)("errorCorrectionLevel","L"),t.R7$(4),t.Y8G("icon",It.faReceipt),t.R7$(2),t.JRh(It.selInfoType.infoName),t.R7$(5),t.Y8G("ngClass",t.eq3(17,Pt,It.screenSize!==It.screenSizeEnum.XS&&It.screenSize!==It.screenSizeEnum.SM)),t.R7$(),t.FS9("value",0===It.selInfoType.infoID?It.information.identity_pubkey:It.information.uris[It.selInfoType.infoID-1]),t.Y8G("size",It.qrWidth)("errorCorrectionLevel","L"),t.R7$(),t.Y8G("ngIf",It.information.uris&&It.information.uris.length>0),t.R7$(4),t.JRh(It.selInfoType.infoName),t.R7$(2),t.JRh(0===It.selInfoType.infoID?It.information.identity_pubkey:It.information.uris[It.selInfoType.infoID-1]),t.R7$(3),t.FS9("payload",0===It.selInfoType.infoID?It.information.identity_pubkey:It.information.uris[It.selInfoType.infoID-1]),t.R7$(),t.SpI("Copy ",It.selInfoType.infoKey,""))},dependencies:[ae.YU,ae.Sq,ae.bT,ye.aY,k.DJ,k.sA,k.UI,ue.PW,be.$z,D.m2,D.MM,Zt.rl,c.q,Se.VO,Mt.wT,h.Um,L.U,O.N]})}}return q})();var $i=p(190),hn=p(8430),Fi=p(5428),_n=p(1626),mn=p(7879),Dt=p(3202),ct=p(1534);let Bt=(()=>{class q{constructor(Ae,mt,It,Ci,un,Dn,Hn,On,Xn,ir,Fn){this.actions=Ae,this.httpClient=mt,this.store=It,this.logger=Ci,this.wsService=un,this.sessionService=Dn,this.commonService=Hn,this.dataService=On,this.dialog=Xn,this.snackBar=ir,this.router=Fn,this.screenSize="",this.alertWidth="55%",this.confirmWidth="70%",this.unSubs=[new C.B,new C.B],this.closeAllDialogs=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.CLOSE_ALL_DIALOGS),(0,l.T)(()=>{this.dialog.closeAll()})),{dispatch:!1}),this.openSnackBar=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.OPEN_SNACK_BAR),(0,l.T)(pi=>{"string"==typeof pi.payload?this.snackBar.open(pi.payload):this.snackBar.open(pi.payload.message,"","ERROR"===pi.payload.type?{duration:pi.payload.duration?pi.payload.duration:2e3,panelClass:"rtl-warn-snack-bar"}:"WARN"===pi.payload.type?{duration:pi.payload.duration?pi.payload.duration:2e3,panelClass:"rtl-accent-snack-bar"}:{duration:pi.payload.duration?pi.payload.duration:2e3,panelClass:"rtl-snack-bar"})})),{dispatch:!1}),this.openSpinner=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.OPEN_SPINNER),(0,l.T)(pi=>{pi.payload!==y.MZ.NO_SPINNER&&(this.dialogRef=this.dialog.open(V,{panelClass:"spinner-dialog-panel",data:{titleMessage:pi.payload}}))})),{dispatch:!1}),this.closeSpinner=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.CLOSE_SPINNER),(0,l.T)(pi=>{if(pi.payload!==y.MZ.NO_SPINNER)try{this.dialogRef&&this.dialogRef.componentInstance&&this.dialogRef.componentInstance.data&&this.dialogRef.componentInstance.data.titleMessage&&this.dialogRef.componentInstance.data.titleMessage===pi.payload?this.dialogRef.close():this.dialog.openDialogs.forEach(Oi=>{Oi.componentInstance&&Oi.componentInstance.data&&Oi.componentInstance.data.titleMessage&&Oi.componentInstance.data.titleMessage===pi.payload&&Oi.close()})}catch(Oi){this.logger.error(Oi)}})),{dispatch:!1}),this.openAlert=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.OPEN_ALERT),(0,l.T)(pi=>{const Oi=JSON.parse(JSON.stringify(pi.payload));Oi.width||(Oi.width=this.alertWidth),this.dialogRef=this.dialog.open(pi.payload.data.component?pi.payload.data.component:qe,Oi)})),{dispatch:!1}),this.closeAlert=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.CLOSE_ALERT),(0,l.T)(pi=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(pi.payload),pi.payload))),{dispatch:!1}),this.openConfirm=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.OPEN_CONFIRMATION),(0,l.T)(pi=>{const Oi=JSON.parse(JSON.stringify(pi.payload));Oi.width||(Oi.width=this.confirmWidth),this.dialogRef=this.dialog.open(st,Oi)})),{dispatch:!1}),this.closeConfirm=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.CLOSE_CONFIRMATION),(0,x.s)(1),(0,l.T)(pi=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(pi.payload),pi.payload))),{dispatch:!1}),this.showNodePubkey=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.SHOW_PUBKEY),(0,m.E)(this.store.select(G.N)),(0,R.Z)(([pi,Oi])=>(this.sessionService.getItem("token")&&Oi.identity_pubkey?this.store.dispatch((0,dt.xO)({payload:{data:{information:Oi,component:Hi}}})):this.snackBar.open("Node Pubkey does not exist."),(0,S.of)({type:y.aU.VOID}))))),this.appConfigFetch=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.FETCH_APPLICATION_SETTINGS),(0,R.Z)(()=>(this.screenSize=this.commonService.getScreenSize(),this.screenSize===y.f7.XS||this.screenSize===y.f7.SM?(this.alertWidth="95%",this.confirmWidth="95%"):this.screenSize===y.f7.MD?(this.alertWidth="80%",this.confirmWidth="80%"):(this.alertWidth="50%",this.confirmWidth="53%"),this.store.dispatch((0,dt.mt)({payload:y.MZ.GET_RTL_CONFIG})),this.store.dispatch((0,dt.Gd)({payload:{action:"FetchRTLConfig",status:y.wn.INITIATED}})),this.httpClient.get(y.rl.CONF_API))),(0,l.T)(pi=>{this.logger.info(pi),this.store.dispatch((0,dt.y0)({payload:y.MZ.GET_RTL_CONFIG})),this.store.dispatch((0,dt.Gd)({payload:{action:"FetchRTLConfig",status:y.wn.COMPLETED}}));let Oi=null;return pi.nodes.forEach(Yt=>{Yt.settings.currencyUnits=[...y.A0,Yt.settings?.currencyUnit?Yt.settings?.currencyUnit:""],+(Yt.index||-1)===pi.selectedNodeIndex&&(Oi=Yt)}),Oi?(this.store.dispatch((0,dt.Qi)({payload:{uiMessage:y.MZ.NO_SPINNER,prevLnNodeIndex:-1,currentLnNode:Oi,isInitialSetup:!0}})),{type:y.aU.SET_APPLICATION_SETTINGS,payload:pi}):{type:y.aU.VOID}}),(0,d.W)(pi=>(this.handleErrorWithAlert("FetchRTLConfig",y.MZ.GET_RTL_CONFIG,"Fetch RTL Config Failed!",y.rl.CONF_API,pi),(0,S.of)({type:y.aU.VOID}))))),this.updateNodeSettings=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.UPDATE_NODE_SETTINGS),(0,R.Z)(pi=>(this.store.dispatch((0,dt.mt)({payload:y.MZ.UPDATE_NODE_SETTINGS})),this.store.dispatch((0,dt.Gd)({payload:{action:"updateNodeSettings",status:y.wn.INITIATED}})),pi.payload.settings.fiatConversion||delete pi.payload.settings.currencyUnit,delete pi.payload.settings.currencyUnits,this.httpClient.post(y.rl.CONF_API+"/node",pi.payload).pipe((0,l.T)(Oi=>(this.store.dispatch((0,dt.Gd)({payload:{action:"updateNodeSettings",status:y.wn.COMPLETED}})),this.store.dispatch((0,dt.y0)({payload:y.MZ.UPDATE_NODE_SETTINGS})),Oi.settings.currencyUnits=[...y.A0,Oi.settings?.currencyUnit?Oi.settings?.currencyUnit:""],this.store.dispatch((0,dt.Np)({payload:Oi})),{type:y.aU.OPEN_SNACK_BAR,payload:"Node settings updated successfully!"})),(0,d.W)(Oi=>(this.handleErrorWithAlert("updateNodeSettings",y.MZ.UPDATE_NODE_SETTINGS,"Update Node Settings Failed!",y.rl.CONF_API+"/node",Oi),(0,S.of)({type:y.aU.VOID})))))))),this.updateApplicationSettings=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.UPDATE_APPLICATION_SETTINGS),(0,R.Z)(pi=>(this.store.dispatch((0,dt.mt)({payload:y.MZ.UPDATE_APPLICATION_SETTINGS})),this.store.dispatch((0,dt.Gd)({payload:{action:"updateApplicationSettings",status:y.wn.INITIATED}})),pi.payload.config.nodes.forEach(Oi=>{delete Oi.settings.currencyUnits}),this.httpClient.post(y.rl.CONF_API+"/application",pi.payload.config).pipe((0,l.T)(Oi=>(this.store.dispatch((0,dt.Gd)({payload:{action:"updateApplicationSettings",status:y.wn.COMPLETED}})),this.store.dispatch((0,dt.y0)({payload:y.MZ.UPDATE_APPLICATION_SETTINGS})),pi.payload.showSnackBar&&this.store.dispatch((0,dt.UI)({payload:pi.payload.message})),{type:y.aU.SET_APPLICATION_SETTINGS,payload:Oi})),(0,d.W)(Oi=>(this.handleErrorWithAlert("updateApplicationSettings",y.MZ.UPDATE_APPLICATION_SETTINGS,"Update Application Settings Failed!",y.rl.CONF_API+"/application",Oi),(0,S.of)({type:y.aU.VOID})))))))),this.configFetch=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.FETCH_CONFIG),(0,R.Z)(pi=>(this.store.dispatch((0,dt.mt)({payload:y.MZ.OPEN_CONFIG_FILE})),this.store.dispatch((0,dt.Gd)({payload:{action:"fetchConfig",status:y.wn.INITIATED}})),this.httpClient.get(y.rl.CONF_API+"/config/"+pi.payload).pipe((0,l.T)(Oi=>(this.store.dispatch((0,dt.Gd)({payload:{action:"fetchConfig",status:y.wn.COMPLETED}})),this.store.dispatch((0,dt.y0)({payload:y.MZ.OPEN_CONFIG_FILE})),{type:y.aU.SHOW_CONFIG,payload:Oi})),(0,d.W)(Oi=>(this.handleErrorWithAlert("fetchConfig",y.MZ.OPEN_CONFIG_FILE,"Fetch Config Failed!",y.rl.CONF_API+"/config/"+pi.payload,Oi),(0,S.of)({type:y.aU.VOID})))))))),this.showLnConfig=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.SHOW_CONFIG),(0,l.T)(pi=>pi.payload)),{dispatch:!1}),this.isAuthorized=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.IS_AUTHORIZED),(0,R.Z)(pi=>(this.store.dispatch((0,dt.Gd)({payload:{action:"IsAuthorized",status:y.wn.INITIATED}})),this.httpClient.post(y.rl.AUTHENTICATE_API,{authenticateWith:pi.payload&&""!==pi.payload.trim()?y.U1.PASSWORD:y.U1.JWT,authenticationValue:pi.payload&&""!==pi.payload.trim()?pi.payload:this.sessionService.getItem("token")?this.sessionService.getItem("token"):""}).pipe((0,l.T)(Oi=>(this.logger.info(Oi),this.store.dispatch((0,dt.Gd)({payload:{action:"IsAuthorized",status:y.wn.COMPLETED}})),this.logger.info("Successfully Authorized!"),{type:y.aU.IS_AUTHORIZED_RES,payload:Oi})),(0,d.W)(Oi=>(this.handleErrorWithAlert("IsAuthorized",y.MZ.NO_SPINNER,"Authorization Failed",y.rl.AUTHENTICATE_API,Oi),(0,S.of)({type:y.aU.IS_AUTHORIZED_RES,payload:"ERROR"})))))))),this.isAuthorizedRes=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.IS_AUTHORIZED_RES),(0,l.T)(pi=>pi.payload)),{dispatch:!1}),this.authLogin=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.LOGIN),(0,m.E)(this.store.select(G.qv)),(0,R.Z)(([pi,Oi])=>(this.store.dispatch((0,$i.p1)()),this.store.dispatch((0,hn.gf)()),this.store.dispatch((0,Fi.Hh)()),this.store.dispatch((0,dt.Gd)({payload:{action:"Login",status:y.wn.INITIATED}})),this.httpClient.post(y.rl.AUTHENTICATE_API,{authenticateWith:pi.payload.password?y.U1.PASSWORD:y.U1.JWT,authenticationValue:pi.payload.password?pi.payload.password:this.sessionService.getItem("token")?this.sessionService.getItem("token"):"",twoFAToken:pi.payload.twoFAToken?pi.payload.twoFAToken:""}).pipe((0,l.T)(Yt=>{this.logger.info(Yt),this.store.dispatch((0,dt.Gd)({payload:{action:"Login",status:y.wn.COMPLETED}})),this.setLoggedInDetails(pi.payload.defaultPassword,Yt)}),(0,d.W)(Yt=>(this.logger.info("Redirecting to Login Error Page"),this.handleErrorWithoutAlert("Login",y.MZ.NO_SPINNER,Yt),+Oi.SSO.rtlSSO?this.router.navigate(["/error"],{state:{errorCode:"406",errorMessage:Yt.error&&Yt.error.error?Yt.error.error:"Single Sign On Failed!"}}):this.router.navigate(["./login"],{state:{logoutReason:Yt.error&&Yt.error.error?Yt.error.error:"Single Sign On Failed!"}}),(0,S.of)({type:y.aU.VOID}))))))),{dispatch:!1}),this.tokenVerify=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.VERIFY_TWO_FA),(0,R.Z)(pi=>(this.store.dispatch((0,dt.mt)({payload:y.MZ.VERIFY_TOKEN})),this.store.dispatch((0,dt.Gd)({payload:{action:"VerifyToken",status:y.wn.INITIATED}})),this.httpClient.post(y.rl.AUTHENTICATE_API+"/token",{authentication2FA:pi.payload.token}).pipe((0,l.T)(Oi=>{this.logger.info(Oi),this.store.dispatch((0,dt.y0)({payload:y.MZ.VERIFY_TOKEN})),this.store.dispatch((0,dt.Gd)({payload:{action:"VerifyToken",status:y.wn.COMPLETED}})),this.logger.info("Token Successfully Verified!"),this.setLoggedInDetails(!1,pi.payload.authResponse)}),(0,d.W)(Oi=>(this.handleErrorWithAlert("VerifyToken",y.MZ.VERIFY_TOKEN,"Authorization Failed!",y.rl.AUTHENTICATE_API+"/token",Oi),(0,S.of)({type:y.aU.VOID}))))))),{dispatch:!1}),this.logOut=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.LOGOUT),(0,m.E)(this.store.select(G.qv)),(0,R.Z)(([pi,Oi])=>(this.store.dispatch((0,dt.mt)({payload:y.MZ.LOG_OUT})),Oi.SSO&&+Oi.SSO.rtlSSO?window.location.href=Oi.SSO.logoutRedirectLink:this.router.navigate(["./login"],{state:{logoutReason:pi.payload}}),this.sessionService.clearAll(),this.store.dispatch((0,dt.Fl)({payload:{}})),this.store.dispatch((0,dt.y0)({payload:y.MZ.LOG_OUT})),this.logger.info("Logged out from browser"),this.httpClient.get(y.rl.AUTHENTICATE_API+"/logout").pipe((0,l.T)(Yt=>{this.logger.info(Yt),this.store.dispatch((0,dt.y0)({payload:y.MZ.LOG_OUT})),this.logger.info("Logged out from server")}))))),{dispatch:!1}),this.resetPassword=(0,e.EH)(()=>this.actions.pipe((0,w.Q)(this.unSubs[1]),(0,e.gp)(y.aU.RESET_PASSWORD),(0,R.Z)(pi=>(this.store.dispatch((0,dt.Gd)({payload:{action:"ResetPassword",status:y.wn.INITIATED}})),this.httpClient.post(y.rl.AUTHENTICATE_API+"/reset",{currPassword:pi.payload.currPassword,newPassword:pi.payload.newPassword}).pipe((0,w.Q)(this.unSubs[0]),(0,l.T)(Oi=>(this.logger.info(Oi),this.store.dispatch((0,dt.Gd)({payload:{action:"ResetPassword",status:y.wn.COMPLETED}})),this.sessionService.setItem("defaultPassword",!1),this.logger.info("Password Reset Successful!"),this.store.dispatch((0,dt.UI)({payload:"Password Reset Successful!"})),this.SetToken(Oi.token),{type:y.aU.RESET_PASSWORD_RES,payload:Oi.token})),(0,d.W)(Oi=>(this.handleErrorWithAlert("ResetPassword",y.MZ.NO_SPINNER,"Password Reset Failed!",y.rl.AUTHENTICATE_API+"/reset",Oi),(0,S.of)({type:y.aU.VOID})))))))),this.setSelectedNode=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.SET_SELECTED_NODE),(0,R.Z)(pi=>(this.store.dispatch((0,dt.mt)({payload:pi.payload.uiMessage})),this.store.dispatch((0,dt.Gd)({payload:{action:"UpdateSelNode",status:y.wn.INITIATED}})),this.httpClient.get(y.rl.CONF_API+"/updateSelNode/"+pi.payload.currentLnNode?.index+"/"+pi.payload.prevLnNodeIndex).pipe((0,l.T)(Oi=>(this.logger.info(Oi),this.store.dispatch((0,dt.Gd)({payload:{action:"UpdateSelNode",status:y.wn.COMPLETED}})),this.store.dispatch((0,dt.y0)({payload:pi.payload.uiMessage})),this.initializeNode(Oi,pi.payload.isInitialSetup),{type:y.aU.VOID})),(0,d.W)(Oi=>(this.handleErrorWithAlert("UpdateSelNode",pi.payload.uiMessage,"Update Selected Node Failed!",y.rl.CONF_API+"/updateSelNode",Oi),(0,S.of)({type:y.aU.VOID})))))))),this.fetchFile=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.FETCH_FILE),(0,R.Z)(pi=>{this.store.dispatch((0,dt.mt)({payload:y.MZ.DOWNLOAD_BACKUP_FILE})),this.store.dispatch((0,dt.Gd)({payload:{action:"FetchFile",status:y.wn.INITIATED}}));const Oi="?channel="+pi.payload.channelPoint+(pi.payload.path?"&path="+pi.payload.path:"");return this.httpClient.get(y.rl.CONF_API+"/file"+Oi).pipe((0,l.T)(Yt=>(this.store.dispatch((0,dt.Gd)({payload:{action:"FetchFile",status:y.wn.COMPLETED}})),this.store.dispatch((0,dt.y0)({payload:y.MZ.DOWNLOAD_BACKUP_FILE})),{type:y.aU.SHOW_FILE,payload:Yt})),(0,d.W)(Yt=>(this.handleErrorWithAlert("fetchFile",y.MZ.DOWNLOAD_BACKUP_FILE,"Download Backup File Failed!",y.rl.CONF_API+"/file"+Oi,{status:this.commonService.extractErrorNumber(Yt),error:{error:this.commonService.extractErrorCode(Yt)}}),(0,S.of)({type:y.aU.VOID}))))}))),this.showFile=(0,e.EH)(()=>this.actions.pipe((0,e.gp)(y.aU.SHOW_FILE),(0,l.T)(pi=>pi.payload)),{dispatch:!1})}initializeNode(Ae,mt){this.logger.info("Initializing node from RTL Effects.");const It=mt?"":"HOME";if(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("clnUnlocked"),this.sessionService.removeItem("eclUnlocked"),Ae.settings.currencyUnits=[...y.A0,Ae.settings?.currencyUnit?Ae.settings?.currencyUnit:""],this.store.dispatch((0,dt.Tn)({payload:Ae})),this.store.dispatch((0,$i.p1)()),this.store.dispatch((0,hn.gf)()),this.store.dispatch((0,Fi.Hh)()),this.sessionService.getItem("token")){const Ci=Ae.lnImplementation?Ae.lnImplementation.toUpperCase():"LND";this.dataService.setLnImplementation(Ci);const un=!(0,t.naY)()&&window.location.origin?window.location.origin+"/rtl/api":y.H$;switch(this.wsService.connectWebSocket(un?.replace(/^http/,"ws")+y.rl.Web_SOCKET_API,Ae.index?Ae.index.toString():"-1"),Ci){case"CLN":this.store.dispatch((0,hn.lg)()),this.store.dispatch((0,hn.Aw)({payload:{loadPage:It}}));break;case"ECL":this.store.dispatch((0,Fi.lg)()),this.store.dispatch((0,Fi.zR)({payload:{loadPage:It}}));break;default:this.store.dispatch((0,$i.lg)()),this.store.dispatch((0,$i.Br)({payload:{loadPage:It}}))}}}SetToken(Ae){Ae?(this.sessionService.setItem("lndUnlocked","true"),this.sessionService.setItem("token",Ae)):(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("token"))}setLoggedInDetails(Ae,mt){this.logger.info("Successfully Authorized!"),this.SetToken(mt.token),this.sessionService.setItem("defaultPassword",Ae),Ae?(this.store.dispatch((0,dt.UI)({payload:"Reset your password."})),this.router.navigate(["/settings/auth"])):this.store.dispatch((0,dt.NU)())}handleErrorWithoutAlert(Ae,mt,It){this.logger.error("ERROR IN: "+Ae+"\n"+JSON.stringify(It)),401===It.status&&"Login"!==Ae?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,dt.Jh)()),this.store.dispatch((0,dt.ri)({payload:"Authentication Failed: "+JSON.stringify(It.error)}))):(this.store.dispatch((0,dt.y0)({payload:mt})),this.store.dispatch((0,dt.Gd)({payload:{action:Ae,status:y.wn.ERROR,statusCode:It.status?It.status.toString():"",message:this.commonService.extractErrorMessage(It)}})))}handleErrorWithAlert(Ae,mt,It,Ci,un){if(this.logger.error(un),0===un.status&&un.statusText&&"Unknown Error"===un.statusText&&(un={status:400,error:{message:"Unknown Error / CORS Origin Not Allowed"}}),401===un.status&&"Login"!==Ae)this.logger.info("Redirecting to Login"),this.store.dispatch((0,dt.Jh)()),this.store.dispatch((0,dt.ri)({payload:"Authentication Failed: "+JSON.stringify(un.error)}));else{this.store.dispatch((0,dt.y0)({payload:mt}));const Dn=this.commonService.extractErrorMessage(un);this.store.dispatch((0,dt.xO)({payload:{data:{type:"ERROR",alertTitle:It,message:{code:un.status?un.status:"Unknown Error",message:Dn,URL:Ci},component:ii.f}}})),this.store.dispatch((0,dt.Gd)({payload:{action:Ae,status:y.wn.ERROR,statusCode:un.status?un.status.toString():"",message:Dn,URL:Ci}}))}}ngOnDestroy(){this.unSubs.forEach(Ae=>{Ae.next(null),Ae.complete()})}static{this.\u0275fac=function(mt){return new(mt||q)(t.KVO(e.En),t.KVO(_n.Qq),t.KVO(ve.il),t.KVO(Y.gP),t.KVO(mn.I),t.KVO(Dt.Q),t.KVO(Z.h),t.KVO(ct.u),t.KVO(T.bZ),t.KVO($.UG),t.KVO(ie.Ix))}}static{this.\u0275prov=t.jDH({token:q,factory:q.\u0275fac})}}return q})()},9647:(Ve,ee,p)=>{"use strict";p.d(ee,{Az:()=>d,E2:()=>R,Kq:()=>m,N:()=>x,_c:()=>S,qv:()=>l});var t=p(9640);const e=(0,t.UX)("root"),S=((0,t.Mz)(e,w=>w.apiURL),(0,t.Mz)(e,w=>w.selNode)),l=(0,t.Mz)(e,w=>w.appConfig),x=(0,t.Mz)(e,w=>w.nodeData),m=(0,t.Mz)(e,w=>w.apisCallStatus.Login),R=(0,t.Mz)(e,w=>w.apisCallStatus.IsAuthorized),d=(0,t.Mz)(e,w=>({nodeDate:w.nodeData,selNode:w.selNode}))},3471:(Ve,ee,p)=>{"use strict";var t=p(345),e=p(4438),C=p(9969);function l(P){return new e.wOt(3e3,!1)}function at(P){switch(P.length){case 0:return new C.sf;case 1:return P[0];default:return new C.ui(P)}}function Ye(P,B,b=new Map,W=new Map){const X=[],Fe=[];let Lt=-1,kt=null;if(B.forEach(ri=>{const oi=ri.get("offset"),Bi=oi==Lt,Ti=Bi&&kt||new Map;ri.forEach((dn,vn)=>{let Wi=vn,Yi=dn;if("offset"!==vn)switch(Wi=P.normalizePropertyName(Wi,X),Yi){case C.FX:Yi=b.get(vn);break;case C.kp:Yi=W.get(vn);break;default:Yi=P.normalizeStyleValue(vn,Wi,Yi,X)}Ti.set(Wi,Yi)}),Bi||Fe.push(Ti),kt=Ti,Lt=oi}),X.length)throw function c(P){return new e.wOt(3502,!1)}();return Fe}function rt(P,B,b,W){switch(B){case"start":P.onStart(()=>W(b&&re(b,"start",P)));break;case"done":P.onDone(()=>W(b&&re(b,"done",P)));break;case"destroy":P.onDestroy(()=>W(b&&re(b,"destroy",P)))}}function re(P,B,b){const Fe=te(P.element,P.triggerName,P.fromState,P.toState,B||P.phaseName,b.totalTime??P.totalTime,!!b.disabled),Lt=P._data;return null!=Lt&&(Fe._data=Lt),Fe}function te(P,B,b,W,X="",Fe=0,Lt){return{element:P,triggerName:B,fromState:b,toState:W,phaseName:X,totalTime:Fe,disabled:!!Lt}}function oe(P,B,b){let W=P.get(B);return W||P.set(B,W=b),W}function _e(P){const B=P.indexOf(":");return[P.substring(1,B),P.slice(B+1)]}const de=typeof document>"u"?null:document.documentElement;function pe(P){const B=P.parentNode||P.host||null;return B===de?null:B}let se=null,fe=!1;function Ct(P,B){for(;B;){if(B===P)return!0;B=pe(B)}return!1}function _t(P,B,b){if(b)return Array.from(P.querySelectorAll(B));const W=P.querySelector(B);return W?[W]:[]}let ke=(()=>{class P{validateStyleProperty(b){return function he(P){se||(se=function Ke(){return typeof document<"u"?document.body:null}()||{},fe=!!se.style&&"WebkitAppearance"in se.style);let B=!0;return se.style&&!function We(P){return"ebkit"==P.substring(1,6)}(P)&&(B=P in se.style,!B&&fe&&(B="Webkit"+P.charAt(0).toUpperCase()+P.slice(1)in se.style)),B}(b)}containsElement(b,W){return Ct(b,W)}getParentElement(b){return pe(b)}query(b,W,X){return _t(b,W,X)}computeStyle(b,W,X){return X||""}animate(b,W,X,Fe,Lt,kt=[],ri){return new C.sf(X,Fe)}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();class Je{static{this.NOOP=new ke}}class Qe{}const Ue=1e3,wt="ng-enter",ut="ng-leave",vt="ng-trigger",Ze=".ng-trigger",jt="ng-animating",qe=".ng-animating";function dt(P){if("number"==typeof P)return P;const B=P.match(/^(-?[\.\d]+)(m?s)/);return!B||B.length<2?0:Le(parseFloat(B[1]),B[2])}function Le(P,B){return"s"===B?P*Ue:P}function Vt(P,B,b){return P.hasOwnProperty("duration")?P:function Zt(P,B,b){let X,Fe=0,Lt="";if("string"==typeof P){const kt=P.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===kt)return B.push(l()),{duration:0,delay:0,easing:""};X=Le(parseFloat(kt[1]),kt[2]);const ri=kt[3];null!=ri&&(Fe=Le(parseFloat(ri),kt[4]));const oi=kt[5];oi&&(Lt=oi)}else X=P;if(!b){let kt=!1,ri=B.length;X<0&&(B.push(function x(){return new e.wOt(3100,!1)}()),kt=!0),Fe<0&&(B.push(function m(){return new e.wOt(3101,!1)}()),kt=!0),kt&&B.splice(ri,0,l())}return{duration:X,delay:Fe,easing:Lt}}(P,B,b)}function me(P,B,b){B.forEach((W,X)=>{const Fe=De(X);b&&!b.has(X)&&b.set(X,P.style[Fe]),P.style[Fe]=W})}function xe(P,B){B.forEach((b,W)=>{const X=De(W);P.style[X]=""})}function ce(P){return Array.isArray(P)?1==P.length?P[0]:(0,C.K2)(P):P}const Xe=new RegExp("{{\\s*(.+?)\\s*}}","g");function Pe(P){let B=[];if("string"==typeof P){let b;for(;b=Xe.exec(P);)B.push(b[1]);Xe.lastIndex=0}return B}function Oe(P,B,b){const W=`${P}`,X=W.replace(Xe,(Fe,Lt)=>{let kt=B[Lt];return null==kt&&(b.push(function d(P){return new e.wOt(3003,!1)}()),kt=""),kt.toString()});return X==W?P:X}const we=/-+([a-z0-9])/g;function De(P){return P.replace(we,(...B)=>B[1].toUpperCase())}function Kt(P,B,b){switch(B.type){case C.If.Trigger:return P.visitTrigger(B,b);case C.If.State:return P.visitState(B,b);case C.If.Transition:return P.visitTransition(B,b);case C.If.Sequence:return P.visitSequence(B,b);case C.If.Group:return P.visitGroup(B,b);case C.If.Animate:return P.visitAnimate(B,b);case C.If.Keyframes:return P.visitKeyframes(B,b);case C.If.Style:return P.visitStyle(B,b);case C.If.Reference:return P.visitReference(B,b);case C.If.AnimateChild:return P.visitAnimateChild(B,b);case C.If.AnimateRef:return P.visitAnimateRef(B,b);case C.If.Query:return P.visitQuery(B,b);case C.If.Stagger:return P.visitStagger(B,b);default:throw function w(P){return new e.wOt(3004,!1)}()}}function fi(P,B){return window.getComputedStyle(P)[B]}const Qt=new Set(["width","height","minWidth","minHeight","maxWidth","maxHeight","left","top","bottom","right","fontSize","outlineWidth","outlineOffset","paddingTop","paddingLeft","paddingBottom","paddingRight","marginTop","marginLeft","marginBottom","marginRight","borderRadius","borderWidth","borderTopWidth","borderLeftWidth","borderRightWidth","borderBottomWidth","textIndent","perspective"]);class zt extends Qe{normalizePropertyName(B,b){return De(B)}normalizeStyleValue(B,b,W,X){let Fe="";const Lt=W.toString().trim();if(Qt.has(b)&&0!==W&&"0"!==W)if("number"==typeof W)Fe="px";else{const kt=W.match(/^[+-]?[\d\.]+([a-z]*)$/);kt&&0==kt[1].length&&X.push(function y(P,B){return new e.wOt(3005,!1)}())}return Lt+Fe}}const nn="*";const Mt=new Set(["true","1"]),Pt=new Set(["false","0"]);function ai(P,B){const b=Mt.has(P)||Pt.has(P),W=Mt.has(B)||Pt.has(B);return(X,Fe)=>{let Lt=P==nn||P==X,kt=B==nn||B==Fe;return!Lt&&b&&"boolean"==typeof X&&(Lt=X?Mt.has(P):Pt.has(P)),!kt&&W&&"boolean"==typeof Fe&&(kt=Fe?Mt.has(B):Pt.has(B)),Lt&&kt}}const Hi=new RegExp("s*:selfs*,?","g");function $i(P,B,b,W){return new Fi(P).build(B,b,W)}class Fi{constructor(B){this._driver=B}build(B,b,W){const X=new Dt(b);return this._resetContextStyleTimingState(X),Kt(this,ce(B),X)}_resetContextStyleTimingState(B){B.currentQuerySelector="",B.collectedStyles=new Map,B.collectedStyles.set("",new Map),B.currentTime=0}visitTrigger(B,b){let W=b.queryCount=0,X=b.depCount=0;const Fe=[],Lt=[];return"@"==B.name.charAt(0)&&b.errors.push(function T(){return new e.wOt(3006,!1)}()),B.definitions.forEach(kt=>{if(this._resetContextStyleTimingState(b),kt.type==C.If.State){const ri=kt,oi=ri.name;oi.toString().split(/\s*,\s*/).forEach(Bi=>{ri.name=Bi,Fe.push(this.visitState(ri,b))}),ri.name=oi}else if(kt.type==C.If.Transition){const ri=this.visitTransition(kt,b);W+=ri.queryCount,X+=ri.depCount,Lt.push(ri)}else b.errors.push(function k(){return new e.wOt(3007,!1)}())}),{type:C.If.Trigger,name:B.name,states:Fe,transitions:Lt,queryCount:W,depCount:X,options:null}}visitState(B,b){const W=this.visitStyle(B.styles,b),X=B.options&&B.options.params||null;if(W.containsDynamicStyles){const Fe=new Set,Lt=X||{};W.styles.forEach(kt=>{kt instanceof Map&&kt.forEach(ri=>{Pe(ri).forEach(oi=>{Lt.hasOwnProperty(oi)||Fe.add(oi)})})}),Fe.size&&b.errors.push(function F(P,B){return new e.wOt(3008,!1)}(0,Fe.values()))}return{type:C.If.State,name:B.name,style:W,options:X?{params:X}:null}}visitTransition(B,b){b.queryCount=0,b.depCount=0;const W=Kt(this,ce(B.animation),b),X=function st(P,B){const b=[];return"string"==typeof P?P.split(/\s*,\s*/).forEach(W=>function ii(P,B,b){if(":"==P[0]){const ri=function Se(P,B){switch(P){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(b,W)=>parseFloat(W)>parseFloat(b);case":decrement":return(b,W)=>parseFloat(W) *"}}(P,b);if("function"==typeof ri)return void B.push(ri);P=ri}const W=P.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==W||W.length<4)return b.push(function ye(P){return new e.wOt(3015,!1)}()),B;const X=W[1],Fe=W[2],Lt=W[3];B.push(ai(X,Lt)),"<"==Fe[0]&&(X!=nn||Lt!=nn)&&B.push(ai(Lt,X))}(W,b,B)):b.push(P),b}(B.expr,b.errors);return{type:C.If.Transition,matchers:X,animation:W,queryCount:b.queryCount,depCount:b.depCount,options:q(B.options)}}visitSequence(B,b){return{type:C.If.Sequence,steps:B.steps.map(W=>Kt(this,W,b)),options:q(B.options)}}visitGroup(B,b){const W=b.currentTime;let X=0;const Fe=B.steps.map(Lt=>{b.currentTime=W;const kt=Kt(this,Lt,b);return X=Math.max(X,b.currentTime),kt});return b.currentTime=X,{type:C.If.Group,steps:Fe,options:q(B.options)}}visitAnimate(B,b){const W=function Bt(P,B){if(P.hasOwnProperty("duration"))return P;if("number"==typeof P)return it(Vt(P,B).duration,0,"");const b=P;if(b.split(/\s+/).some(Fe=>"{"==Fe.charAt(0)&&"{"==Fe.charAt(1))){const Fe=it(0,0,"");return Fe.dynamic=!0,Fe.strValue=b,Fe}const X=Vt(b,B);return it(X.duration,X.delay,X.easing)}(B.timings,b.errors);b.currentAnimateTimings=W;let X,Fe=B.styles?B.styles:(0,C.iF)({});if(Fe.type==C.If.Keyframes)X=this.visitKeyframes(Fe,b);else{let Lt=B.styles,kt=!1;if(!Lt){kt=!0;const oi={};W.easing&&(oi.easing=W.easing),Lt=(0,C.iF)(oi)}b.currentTime+=W.duration+W.delay;const ri=this.visitStyle(Lt,b);ri.isEmptyStep=kt,X=ri}return b.currentAnimateTimings=null,{type:C.If.Animate,timings:W,style:X,options:null}}visitStyle(B,b){const W=this._makeStyleAst(B,b);return this._validateStyleAst(W,b),W}_makeStyleAst(B,b){const W=[],X=Array.isArray(B.styles)?B.styles:[B.styles];for(let kt of X)"string"==typeof kt?kt===C.kp?W.push(kt):b.errors.push(new e.wOt(3002,!1)):W.push(new Map(Object.entries(kt)));let Fe=!1,Lt=null;return W.forEach(kt=>{if(kt instanceof Map&&(kt.has("easing")&&(Lt=kt.get("easing"),kt.delete("easing")),!Fe))for(let ri of kt.values())if(ri.toString().indexOf("{{")>=0){Fe=!0;break}}),{type:C.If.Style,styles:W,easing:Lt,offset:B.offset,containsDynamicStyles:Fe,options:null}}_validateStyleAst(B,b){const W=b.currentAnimateTimings;let X=b.currentTime,Fe=b.currentTime;W&&Fe>0&&(Fe-=W.duration+W.delay),B.styles.forEach(Lt=>{"string"!=typeof Lt&&Lt.forEach((kt,ri)=>{const oi=b.collectedStyles.get(b.currentQuerySelector),Bi=oi.get(ri);let Ti=!0;Bi&&(Fe!=X&&Fe>=Bi.startTime&&X<=Bi.endTime&&(b.errors.push(function G(P,B,b,W,X){return new e.wOt(3010,!1)}()),Ti=!1),Fe=Bi.startTime),Ti&&oi.set(ri,{startTime:Fe,endTime:X}),b.options&&function Me(P,B,b){const W=B.params||{},X=Pe(P);X.length&&X.forEach(Fe=>{W.hasOwnProperty(Fe)||b.push(function R(P){return new e.wOt(3001,!1)}())})}(kt,b.options,b.errors)})})}visitKeyframes(B,b){const W={type:C.If.Keyframes,styles:[],options:null};if(!b.currentAnimateTimings)return b.errors.push(function Y(){return new e.wOt(3011,!1)}()),W;let Fe=0;const Lt=[];let kt=!1,ri=!1,oi=0;const Bi=B.steps.map(cr=>{const Br=this._makeStyleAst(cr,b);let ca=null!=Br.offset?Br.offset:function ct(P){if("string"==typeof P)return null;let B=null;if(Array.isArray(P))P.forEach(b=>{if(b instanceof Map&&b.has("offset")){const W=b;B=parseFloat(W.get("offset")),W.delete("offset")}});else if(P instanceof Map&&P.has("offset")){const b=P;B=parseFloat(b.get("offset")),b.delete("offset")}return B}(Br.styles),lr=0;return null!=ca&&(Fe++,lr=Br.offset=ca),ri=ri||lr<0||lr>1,kt=kt||lr0&&Fe{const ca=dn>0?Br==vn?1:dn*Br:Lt[Br],lr=ca*In;b.currentTime=Wi+Yi.delay+lr,Yi.duration=lr,this._validateStyleAst(cr,b),cr.offset=ca,W.styles.push(cr)}),W}visitReference(B,b){return{type:C.If.Reference,animation:Kt(this,ce(B.animation),b),options:q(B.options)}}visitAnimateChild(B,b){return b.depCount++,{type:C.If.AnimateChild,options:q(B.options)}}visitAnimateRef(B,b){return{type:C.If.AnimateRef,animation:this.visitReference(B.animation,b),options:q(B.options)}}visitQuery(B,b){const W=b.currentQuerySelector,X=B.options||{};b.queryCount++,b.currentQuery=B;const[Fe,Lt]=function _n(P){const B=!!P.split(/\s*,\s*/).find(b=>":self"==b);return B&&(P=P.replace(Hi,"")),P=P.replace(/@\*/g,Ze).replace(/@\w+/g,b=>Ze+"-"+b.slice(1)).replace(/:animating/g,qe),[P,B]}(B.selector);b.currentQuerySelector=W.length?W+" "+Fe:Fe,oe(b.collectedStyles,b.currentQuerySelector,new Map);const kt=Kt(this,ce(B.animation),b);return b.currentQuery=null,b.currentQuerySelector=W,{type:C.If.Query,selector:Fe,limit:X.limit||0,optional:!!X.optional,includeSelf:Lt,animation:kt,originalSelector:B.selector,options:q(B.options)}}visitStagger(B,b){b.currentQuery||b.errors.push(function ve(){return new e.wOt(3013,!1)}());const W="full"===B.timings?{duration:0,delay:0,easing:"full"}:Vt(B.timings,b.errors,!0);return{type:C.If.Stagger,animation:Kt(this,ce(B.animation),b),timings:W,options:null}}}class Dt{constructor(B){this.errors=B,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles=new Map,this.options=null,this.unsupportedCSSPropertiesFound=new Set}}function q(P){return P?(P={...P}).params&&(P.params=function mn(P){return P?{...P}:null}(P.params)):P={},P}function it(P,B,b){return{duration:P,delay:B,easing:b}}function Ae(P,B,b,W,X,Fe,Lt=null,kt=!1){return{type:1,element:P,keyframes:B,preStyleProps:b,postStyleProps:W,duration:X,delay:Fe,totalTime:X+Fe,easing:Lt,subTimeline:kt}}class mt{constructor(){this._map=new Map}get(B){return this._map.get(B)||[]}append(B,b){let W=this._map.get(B);W||this._map.set(B,W=[]),W.push(...b)}has(B){return this._map.has(B)}clear(){this._map.clear()}}const un=new RegExp(":enter","g"),Hn=new RegExp(":leave","g");function On(P,B,b,W,X,Fe=new Map,Lt=new Map,kt,ri,oi=[]){return(new Xn).buildKeyframes(P,B,b,W,X,Fe,Lt,kt,ri,oi)}class Xn{buildKeyframes(B,b,W,X,Fe,Lt,kt,ri,oi,Bi=[]){oi=oi||new mt;const Ti=new Fn(B,b,oi,X,Fe,Bi,[]);Ti.options=ri;const dn=ri.delay?dt(ri.delay):0;Ti.currentTimeline.delayNextStep(dn),Ti.currentTimeline.setStyles([Lt],null,Ti.errors,ri),Kt(this,W,Ti);const vn=Ti.timelines.filter(Wi=>Wi.containsAnimation());if(vn.length&&kt.size){let Wi;for(let Yi=vn.length-1;Yi>=0;Yi--){const In=vn[Yi];if(In.element===b){Wi=In;break}}Wi&&!Wi.allowOnlyTimelineStyles()&&Wi.setStyles([kt],null,Ti.errors,ri)}return vn.length?vn.map(Wi=>Wi.buildKeyframes()):[Ae(b,[],[],[],0,dn,"",!1)]}visitTrigger(B,b){}visitState(B,b){}visitTransition(B,b){}visitAnimateChild(B,b){const W=b.subInstructions.get(b.element);if(W){const X=b.createSubContext(B.options),Fe=b.currentTimeline.currentTime,Lt=this._visitSubInstructions(W,X,X.options);Fe!=Lt&&b.transformIntoNewTimeline(Lt)}b.previousNode=B}visitAnimateRef(B,b){const W=b.createSubContext(B.options);W.transformIntoNewTimeline(),this._applyAnimationRefDelays([B.options,B.animation.options],b,W),this.visitReference(B.animation,W),b.transformIntoNewTimeline(W.currentTimeline.currentTime),b.previousNode=B}_applyAnimationRefDelays(B,b,W){for(const X of B){const Fe=X?.delay;if(Fe){const Lt="number"==typeof Fe?Fe:dt(Oe(Fe,X?.params??{},b.errors));W.delayNextStep(Lt)}}}_visitSubInstructions(B,b,W){let Fe=b.currentTimeline.currentTime;const Lt=null!=W.duration?dt(W.duration):null,kt=null!=W.delay?dt(W.delay):null;return 0!==Lt&&B.forEach(ri=>{const oi=b.appendInstructionToTimeline(ri,Lt,kt);Fe=Math.max(Fe,oi.duration+oi.delay)}),Fe}visitReference(B,b){b.updateOptions(B.options,!0),Kt(this,B.animation,b),b.previousNode=B}visitSequence(B,b){const W=b.subContextCount;let X=b;const Fe=B.options;if(Fe&&(Fe.params||Fe.delay)&&(X=b.createSubContext(Fe),X.transformIntoNewTimeline(),null!=Fe.delay)){X.previousNode.type==C.If.Style&&(X.currentTimeline.snapshotCurrentStyles(),X.previousNode=ir);const Lt=dt(Fe.delay);X.delayNextStep(Lt)}B.steps.length&&(B.steps.forEach(Lt=>Kt(this,Lt,X)),X.currentTimeline.applyStylesToKeyframe(),X.subContextCount>W&&X.transformIntoNewTimeline()),b.previousNode=B}visitGroup(B,b){const W=[];let X=b.currentTimeline.currentTime;const Fe=B.options&&B.options.delay?dt(B.options.delay):0;B.steps.forEach(Lt=>{const kt=b.createSubContext(B.options);Fe&&kt.delayNextStep(Fe),Kt(this,Lt,kt),X=Math.max(X,kt.currentTimeline.currentTime),W.push(kt.currentTimeline)}),W.forEach(Lt=>b.currentTimeline.mergeTimelineCollectedStyles(Lt)),b.transformIntoNewTimeline(X),b.previousNode=B}_visitTiming(B,b){if(B.dynamic){const W=B.strValue;return Vt(b.params?Oe(W,b.params,b.errors):W,b.errors)}return{duration:B.duration,delay:B.delay,easing:B.easing}}visitAnimate(B,b){const W=b.currentAnimateTimings=this._visitTiming(B.timings,b),X=b.currentTimeline;W.delay&&(b.incrementTime(W.delay),X.snapshotCurrentStyles());const Fe=B.style;Fe.type==C.If.Keyframes?this.visitKeyframes(Fe,b):(b.incrementTime(W.duration),this.visitStyle(Fe,b),X.applyStylesToKeyframe()),b.currentAnimateTimings=null,b.previousNode=B}visitStyle(B,b){const W=b.currentTimeline,X=b.currentAnimateTimings;!X&&W.hasCurrentStyleProperties()&&W.forwardFrame();const Fe=X&&X.easing||B.easing;B.isEmptyStep?W.applyEmptyStep(Fe):W.setStyles(B.styles,Fe,b.errors,b.options),b.previousNode=B}visitKeyframes(B,b){const W=b.currentAnimateTimings,X=b.currentTimeline.duration,Fe=W.duration,kt=b.createSubContext().currentTimeline;kt.easing=W.easing,B.styles.forEach(ri=>{kt.forwardTime((ri.offset||0)*Fe),kt.setStyles(ri.styles,ri.easing,b.errors,b.options),kt.applyStylesToKeyframe()}),b.currentTimeline.mergeTimelineCollectedStyles(kt),b.transformIntoNewTimeline(X+Fe),b.previousNode=B}visitQuery(B,b){const W=b.currentTimeline.currentTime,X=B.options||{},Fe=X.delay?dt(X.delay):0;Fe&&(b.previousNode.type===C.If.Style||0==W&&b.currentTimeline.hasCurrentStyleProperties())&&(b.currentTimeline.snapshotCurrentStyles(),b.previousNode=ir);let Lt=W;const kt=b.invokeQuery(B.selector,B.originalSelector,B.limit,B.includeSelf,!!X.optional,b.errors);b.currentQueryTotal=kt.length;let ri=null;kt.forEach((oi,Bi)=>{b.currentQueryIndex=Bi;const Ti=b.createSubContext(B.options,oi);Fe&&Ti.delayNextStep(Fe),oi===b.element&&(ri=Ti.currentTimeline),Kt(this,B.animation,Ti),Ti.currentTimeline.applyStylesToKeyframe(),Lt=Math.max(Lt,Ti.currentTimeline.currentTime)}),b.currentQueryIndex=0,b.currentQueryTotal=0,b.transformIntoNewTimeline(Lt),ri&&(b.currentTimeline.mergeTimelineCollectedStyles(ri),b.currentTimeline.snapshotCurrentStyles()),b.previousNode=B}visitStagger(B,b){const W=b.parentContext,X=b.currentTimeline,Fe=B.timings,Lt=Math.abs(Fe.duration),kt=Lt*(b.currentQueryTotal-1);let ri=Lt*b.currentQueryIndex;switch(Fe.duration<0?"reverse":Fe.easing){case"reverse":ri=kt-ri;break;case"full":ri=W.currentStaggerTime}const Bi=b.currentTimeline;ri&&Bi.delayNextStep(ri);const Ti=Bi.currentTime;Kt(this,B.animation,b),b.previousNode=B,W.currentStaggerTime=X.currentTime-Ti+(X.startTime-W.currentTimeline.startTime)}}const ir={};class Fn{constructor(B,b,W,X,Fe,Lt,kt,ri){this._driver=B,this.element=b,this.subInstructions=W,this._enterClassName=X,this._leaveClassName=Fe,this.errors=Lt,this.timelines=kt,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=ir,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=ri||new pi(this._driver,b,0),kt.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(B,b){if(!B)return;const W=B;let X=this.options;null!=W.duration&&(X.duration=dt(W.duration)),null!=W.delay&&(X.delay=dt(W.delay));const Fe=W.params;if(Fe){let Lt=X.params;Lt||(Lt=this.options.params={}),Object.keys(Fe).forEach(kt=>{(!b||!Lt.hasOwnProperty(kt))&&(Lt[kt]=Oe(Fe[kt],Lt,this.errors))})}}_copyOptions(){const B={};if(this.options){const b=this.options.params;if(b){const W=B.params={};Object.keys(b).forEach(X=>{W[X]=b[X]})}}return B}createSubContext(B=null,b,W){const X=b||this.element,Fe=new Fn(this._driver,X,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(X,W||0));return Fe.previousNode=this.previousNode,Fe.currentAnimateTimings=this.currentAnimateTimings,Fe.options=this._copyOptions(),Fe.updateOptions(B),Fe.currentQueryIndex=this.currentQueryIndex,Fe.currentQueryTotal=this.currentQueryTotal,Fe.parentContext=this,this.subContextCount++,Fe}transformIntoNewTimeline(B){return this.previousNode=ir,this.currentTimeline=this.currentTimeline.fork(this.element,B),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(B,b,W){const X={duration:b??B.duration,delay:this.currentTimeline.currentTime+(W??0)+B.delay,easing:""},Fe=new Oi(this._driver,B.element,B.keyframes,B.preStyleProps,B.postStyleProps,X,B.stretchStartingKeyframe);return this.timelines.push(Fe),X}incrementTime(B){this.currentTimeline.forwardTime(this.currentTimeline.duration+B)}delayNextStep(B){B>0&&this.currentTimeline.delayNextStep(B)}invokeQuery(B,b,W,X,Fe,Lt){let kt=[];if(X&&kt.push(this.element),B.length>0){B=(B=B.replace(un,"."+this._enterClassName)).replace(Hn,"."+this._leaveClassName);let oi=this._driver.query(this.element,B,1!=W);0!==W&&(oi=W<0?oi.slice(oi.length+W,oi.length):oi.slice(0,W)),kt.push(...oi)}return!Fe&&0==kt.length&&Lt.push(function ae(P){return new e.wOt(3014,!1)}()),kt}}class pi{constructor(B,b,W,X){this._driver=B,this.element=b,this.startTime=W,this._elementTimelineStylesLookup=X,this.duration=0,this.easing=null,this._previousKeyframe=new Map,this._currentKeyframe=new Map,this._keyframes=new Map,this._styleSummary=new Map,this._localTimelineStyles=new Map,this._pendingStyles=new Map,this._backFill=new Map,this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(b),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(b,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(B){const b=1===this._keyframes.size&&this._pendingStyles.size;this.duration||b?(this.forwardTime(this.currentTime+B),b&&this.snapshotCurrentStyles()):this.startTime+=B}fork(B,b){return this.applyStylesToKeyframe(),new pi(this._driver,B,b||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(B){this.applyStylesToKeyframe(),this.duration=B,this._loadKeyframe()}_updateStyle(B,b){this._localTimelineStyles.set(B,b),this._globalTimelineStyles.set(B,b),this._styleSummary.set(B,{time:this.currentTime,value:b})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(B){B&&this._previousKeyframe.set("easing",B);for(let[b,W]of this._globalTimelineStyles)this._backFill.set(b,W||C.kp),this._currentKeyframe.set(b,C.kp);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(B,b,W,X){b&&this._previousKeyframe.set("easing",b);const Fe=X&&X.params||{},Lt=function yi(P,B){const b=new Map;let W;return P.forEach(X=>{if("*"===X){W??=B.keys();for(let Fe of W)b.set(Fe,C.kp)}else for(let[Fe,Lt]of X)b.set(Fe,Lt)}),b}(B,this._globalTimelineStyles);for(let[kt,ri]of Lt){const oi=Oe(ri,Fe,W);this._pendingStyles.set(kt,oi),this._localTimelineStyles.has(kt)||this._backFill.set(kt,this._globalTimelineStyles.get(kt)??C.kp),this._updateStyle(kt,oi)}}applyStylesToKeyframe(){0!=this._pendingStyles.size&&(this._pendingStyles.forEach((B,b)=>{this._currentKeyframe.set(b,B)}),this._pendingStyles.clear(),this._localTimelineStyles.forEach((B,b)=>{this._currentKeyframe.has(b)||this._currentKeyframe.set(b,B)}))}snapshotCurrentStyles(){for(let[B,b]of this._localTimelineStyles)this._pendingStyles.set(B,b),this._updateStyle(B,b)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const B=[];for(let b in this._currentKeyframe)B.push(b);return B}mergeTimelineCollectedStyles(B){B._styleSummary.forEach((b,W)=>{const X=this._styleSummary.get(W);(!X||b.time>X.time)&&this._updateStyle(W,b.value)})}buildKeyframes(){this.applyStylesToKeyframe();const B=new Set,b=new Set,W=1===this._keyframes.size&&0===this.duration;let X=[];this._keyframes.forEach((kt,ri)=>{const oi=new Map([...this._backFill,...kt]);oi.forEach((Bi,Ti)=>{Bi===C.FX?B.add(Ti):Bi===C.kp&&b.add(Ti)}),W||oi.set("offset",ri/this.duration),X.push(oi)});const Fe=[...B.values()],Lt=[...b.values()];if(W){const kt=X[0],ri=new Map(kt);kt.set("offset",0),ri.set("offset",1),X=[kt,ri]}return Ae(this.element,X,Fe,Lt,this.duration,this.startTime,this.easing,!1)}}class Oi extends pi{constructor(B,b,W,X,Fe,Lt,kt=!1){super(B,b,Lt.delay),this.keyframes=W,this.preStyleProps=X,this.postStyleProps=Fe,this._stretchStartingKeyframe=kt,this.timings={duration:Lt.duration,delay:Lt.delay,easing:Lt.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let B=this.keyframes,{delay:b,duration:W,easing:X}=this.timings;if(this._stretchStartingKeyframe&&b){const Fe=[],Lt=W+b,kt=b/Lt,ri=new Map(B[0]);ri.set("offset",0),Fe.push(ri);const oi=new Map(B[0]);oi.set("offset",Yt(kt)),Fe.push(oi);const Bi=B.length-1;for(let Ti=1;Ti<=Bi;Ti++){let dn=new Map(B[Ti]);const vn=dn.get("offset");dn.set("offset",Yt((b+vn*W)/Lt)),Fe.push(dn)}W=Lt,b=0,X="",B=Fe}return Ae(this.element,B,this.preStyleProps,this.postStyleProps,W,b,X,!0)}}function Yt(P,B=3){const b=Math.pow(10,B-1);return Math.round(P*b)/b}function li(P,B,b,W,X,Fe,Lt,kt,ri,oi,Bi,Ti,dn){return{type:0,element:P,triggerName:B,isRemovalTransition:X,fromState:b,fromStyles:Fe,toState:W,toStyles:Lt,timelines:kt,queriedElements:ri,preStyleProps:oi,postStyleProps:Bi,totalTime:Ti,errors:dn}}const vi={};class Ni{constructor(B,b,W){this._triggerName=B,this.ast=b,this._stateStyles=W}match(B,b,W,X){return function en(P,B,b,W,X){return P.some(Fe=>Fe(B,b,W,X))}(this.ast.matchers,B,b,W,X)}buildStyles(B,b,W){let X=this._stateStyles.get("*");return void 0!==B&&(X=this._stateStyles.get(B?.toString())||X),X?X.buildStyles(b,W):new Map}build(B,b,W,X,Fe,Lt,kt,ri,oi,Bi){const Ti=[],dn=this.ast.options&&this.ast.options.params||vi,Wi=this.buildStyles(W,kt&&kt.params||vi,Ti),Yi=ri&&ri.params||vi,In=this.buildStyles(X,Yi,Ti),cr=new Set,Br=new Map,ca=new Map,lr="void"===X,qr={params:nr(Yi,dn),delay:this.ast.options?.delay},xr=Bi?[]:On(B,b,this.ast.animation,Fe,Lt,Wi,In,qr,oi,Ti);let ha=0;return xr.forEach(ua=>{ha=Math.max(ua.duration+ua.delay,ha)}),Ti.length?li(b,this._triggerName,W,X,lr,Wi,In,[],[],Br,ca,ha,Ti):(xr.forEach(ua=>{const fs=ua.element,$c=oe(Br,fs,new Set);ua.preStyleProps.forEach(bl=>$c.add(bl));const U2=oe(ca,fs,new Set);ua.postStyleProps.forEach(bl=>U2.add(bl)),fs!==b&&cr.add(fs)}),li(b,this._triggerName,W,X,lr,Wi,In,xr,[...cr.values()],Br,ca,ha))}}function nr(P,B){const b={...B};return Object.entries(P).forEach(([W,X])=>{null!=X&&(b[W]=X)}),b}class ar{constructor(B,b,W){this.styles=B,this.defaultParams=b,this.normalizer=W}buildStyles(B,b){const W=new Map,X=nr(B,this.defaultParams);return this.styles.styles.forEach(Fe=>{"string"!=typeof Fe&&Fe.forEach((Lt,kt)=>{Lt&&(Lt=Oe(Lt,X,b));const ri=this.normalizer.normalizePropertyName(kt,b);Lt=this.normalizer.normalizeStyleValue(kt,ri,Lt,b),W.set(kt,Lt)})}),W}}class or{constructor(B,b,W){this.name=B,this.ast=b,this._normalizer=W,this.transitionFactories=[],this.states=new Map,b.states.forEach(X=>{this.states.set(X.name,new ar(X.style,X.options&&X.options.params||{},W))}),Rr(this.states,"true","1"),Rr(this.states,"false","0"),b.transitions.forEach(X=>{this.transitionFactories.push(new Ni(B,X,this.states))}),this.fallbackTransition=function na(P,B,b){return new Ni(P,{type:C.If.Transition,animation:{type:C.If.Sequence,steps:[],options:null},matchers:[(Lt,kt)=>!0],options:null,queryCount:0,depCount:0},B)}(B,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(B,b,W,X){return this.transitionFactories.find(Lt=>Lt.match(B,b,W,X))||null}matchStyles(B,b,W){return this.fallbackTransition.buildStyles(B,b,W)}}function Rr(P,B,b){P.has(B)?P.has(b)||P.set(b,P.get(B)):P.has(b)&&P.set(B,P.get(b))}const Gr=new mt;class Uo{constructor(B,b,W){this.bodyNode=B,this._driver=b,this._normalizer=W,this._animations=new Map,this._playersById=new Map,this.players=[]}register(B,b){const W=[],Fe=$i(this._driver,b,W,[]);if(W.length)throw function f(P){return new e.wOt(3503,!1)}();this._animations.set(B,Fe)}_buildPlayer(B,b,W){const X=B.element,Fe=Ye(this._normalizer,B.keyframes,b,W);return this._driver.animate(X,Fe,B.duration,B.delay,B.easing,[],!0)}create(B,b,W={}){const X=[],Fe=this._animations.get(B);let Lt;const kt=new Map;if(Fe?(Lt=On(this._driver,b,Fe,wt,ut,new Map,new Map,W,Gr,X),Lt.forEach(Bi=>{const Ti=oe(kt,Bi.element,new Map);Bi.postStyleProps.forEach(dn=>Ti.set(dn,null))})):(X.push(function h(){return new e.wOt(3300,!1)}()),Lt=[]),X.length)throw function M(P){return new e.wOt(3504,!1)}();kt.forEach((Bi,Ti)=>{Bi.forEach((dn,vn)=>{Bi.set(vn,this._driver.computeStyle(Ti,vn,C.kp))})});const oi=at(Lt.map(Bi=>{const Ti=kt.get(Bi.element);return this._buildPlayer(Bi,new Map,Ti)}));return this._playersById.set(B,oi),oi.onDestroy(()=>this.destroy(B)),this.players.push(oi),oi}destroy(B){const b=this._getPlayer(B);b.destroy(),this._playersById.delete(B);const W=this.players.indexOf(b);W>=0&&this.players.splice(W,1)}_getPlayer(B){const b=this._playersById.get(B);if(!b)throw function L(P){return new e.wOt(3301,!1)}();return b}listen(B,b,W,X){const Fe=te(b,"","","");return rt(this._getPlayer(B),W,Fe,X),()=>{}}command(B,b,W,X){if("register"==W)return void this.register(B,X[0]);if("create"==W)return void this.create(B,b,X[0]||{});const Fe=this._getPlayer(B);switch(W){case"play":Fe.play();break;case"pause":Fe.pause();break;case"reset":Fe.reset();break;case"restart":Fe.restart();break;case"finish":Fe.finish();break;case"init":Fe.init();break;case"setPosition":Fe.setPosition(parseFloat(X[0]));break;case"destroy":this.destroy(B)}}}const yo="ng-animate-queued",kr="ng-animate-disabled",io=[],vr={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},xo={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},Gn="__ng_removed";class Co{get params(){return this.options.params}constructor(B,b=""){this.namespaceId=b;const W=B&&B.hasOwnProperty("value");if(this.value=function Qr(P){return P??null}(W?B.value:B),W){const{value:Fe,...Lt}=B;this.options=Lt}else this.options={};this.options.params||(this.options.params={})}absorbOptions(B){const b=B.params;if(b){const W=this.options.params;Object.keys(b).forEach(X=>{null==W[X]&&(W[X]=b[X])})}}}const ln="void",$r=new Co(ln);class Ma{constructor(B,b,W){this.id=B,this.hostElement=b,this._engine=W,this.players=[],this._triggers=new Map,this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+B,Lr(b,this._hostClassName)}listen(B,b,W,X){if(!this._triggers.has(b))throw function O(P,B){return new e.wOt(3302,!1)}();if(null==W||0==W.length)throw function _(P){return new e.wOt(3303,!1)}();if(!function Ea(P){return"start"==P||"done"==P}(W))throw function r(P,B){return new e.wOt(3400,!1)}();const Fe=oe(this._elementListeners,B,[]),Lt={name:b,phase:W,callback:X};Fe.push(Lt);const kt=oe(this._engine.statesByElement,B,new Map);return kt.has(b)||(Lr(B,vt),Lr(B,vt+"-"+b),kt.set(b,$r)),()=>{this._engine.afterFlush(()=>{const ri=Fe.indexOf(Lt);ri>=0&&Fe.splice(ri,1),this._triggers.has(b)||kt.delete(b)})}}register(B,b){return!this._triggers.has(B)&&(this._triggers.set(B,b),!0)}_getTrigger(B){const b=this._triggers.get(B);if(!b)throw function v(P){return new e.wOt(3401,!1)}();return b}trigger(B,b,W,X=!0){const Fe=this._getTrigger(b),Lt=new ho(this.id,b,B);let kt=this._engine.statesByElement.get(B);kt||(Lr(B,vt),Lr(B,vt+"-"+b),this._engine.statesByElement.set(B,kt=new Map));let ri=kt.get(b);const oi=new Co(W,this.id);if(!(W&&W.hasOwnProperty("value"))&&ri&&oi.absorbOptions(ri.options),kt.set(b,oi),ri||(ri=$r),oi.value!==ln&&ri.value===oi.value){if(!function Ga(P,B){const b=Object.keys(P),W=Object.keys(B);if(b.length!=W.length)return!1;for(let X=0;X{xe(B,In),me(B,cr)})}return}const dn=oe(this._engine.playersByElement,B,[]);dn.forEach(Yi=>{Yi.namespaceId==this.id&&Yi.triggerName==b&&Yi.queued&&Yi.destroy()});let vn=Fe.matchTransition(ri.value,oi.value,B,oi.params),Wi=!1;if(!vn){if(!X)return;vn=Fe.fallbackTransition,Wi=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:B,triggerName:b,transition:vn,fromState:ri,toState:oi,player:Lt,isFallbackTransition:Wi}),Wi||(Lr(B,yo),Lt.onStart(()=>{ma(B,yo)})),Lt.onDone(()=>{let Yi=this.players.indexOf(Lt);Yi>=0&&this.players.splice(Yi,1);const In=this._engine.playersByElement.get(B);if(In){let cr=In.indexOf(Lt);cr>=0&&In.splice(cr,1)}}),this.players.push(Lt),dn.push(Lt),Lt}deregister(B){this._triggers.delete(B),this._engine.statesByElement.forEach(b=>b.delete(B)),this._elementListeners.forEach((b,W)=>{this._elementListeners.set(W,b.filter(X=>X.name!=B))})}clearElementCache(B){this._engine.statesByElement.delete(B),this._elementListeners.delete(B);const b=this._engine.playersByElement.get(B);b&&(b.forEach(W=>W.destroy()),this._engine.playersByElement.delete(B))}_signalRemovalForInnerTriggers(B,b){const W=this._engine.driver.query(B,Ze,!0);W.forEach(X=>{if(X[Gn])return;const Fe=this._engine.fetchNamespacesByElement(X);Fe.size?Fe.forEach(Lt=>Lt.triggerLeaveAnimation(X,b,!1,!0)):this.clearElementCache(X)}),this._engine.afterFlushAnimationsDone(()=>W.forEach(X=>this.clearElementCache(X)))}triggerLeaveAnimation(B,b,W,X){const Fe=this._engine.statesByElement.get(B),Lt=new Map;if(Fe){const kt=[];if(Fe.forEach((ri,oi)=>{if(Lt.set(oi,ri.value),this._triggers.has(oi)){const Bi=this.trigger(B,oi,ln,X);Bi&&kt.push(Bi)}}),kt.length)return this._engine.markElementAsRemoved(this.id,B,!0,b,Lt),W&&at(kt).onDone(()=>this._engine.processLeaveNode(B)),!0}return!1}prepareLeaveAnimationListeners(B){const b=this._elementListeners.get(B),W=this._engine.statesByElement.get(B);if(b&&W){const X=new Set;b.forEach(Fe=>{const Lt=Fe.name;if(X.has(Lt))return;X.add(Lt);const ri=this._triggers.get(Lt).fallbackTransition,oi=W.get(Lt)||$r,Bi=new Co(ln),Ti=new ho(this.id,Lt,B);this._engine.totalQueuedPlayers++,this._queue.push({element:B,triggerName:Lt,transition:ri,fromState:oi,toState:Bi,player:Ti,isFallbackTransition:!0})})}}removeNode(B,b){const W=this._engine;if(B.childElementCount&&this._signalRemovalForInnerTriggers(B,b),this.triggerLeaveAnimation(B,b,!0))return;let X=!1;if(W.totalAnimations){const Fe=W.players.length?W.playersByQueriedElement.get(B):[];if(Fe&&Fe.length)X=!0;else{let Lt=B;for(;Lt=Lt.parentNode;)if(W.statesByElement.get(Lt)){X=!0;break}}}if(this.prepareLeaveAnimationListeners(B),X)W.markElementAsRemoved(this.id,B,!1,b);else{const Fe=B[Gn];(!Fe||Fe===vr)&&(W.afterFlush(()=>this.clearElementCache(B)),W.destroyInnerAnimations(B),W._onRemovalComplete(B,b))}}insertNode(B,b){Lr(B,this._hostClassName)}drainQueuedTransitions(B){const b=[];return this._queue.forEach(W=>{const X=W.player;if(X.destroyed)return;const Fe=W.element,Lt=this._elementListeners.get(Fe);Lt&&Lt.forEach(kt=>{if(kt.name==W.triggerName){const ri=te(Fe,W.triggerName,W.fromState.value,W.toState.value);ri._data=B,rt(W.player,kt.phase,ri,kt.callback)}}),X.markedForDestroy?this._engine.afterFlush(()=>{X.destroy()}):b.push(W)}),this._queue=[],b.sort((W,X)=>{const Fe=W.transition.ast.depCount,Lt=X.transition.ast.depCount;return 0==Fe||0==Lt?Fe-Lt:this._engine.driver.containsElement(W.element,X.element)?1:-1})}destroy(B){this.players.forEach(b=>b.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,B)}}class lo{_onRemovalComplete(B,b){this.onRemovalComplete(B,b)}constructor(B,b,W){this.bodyNode=B,this.driver=b,this._normalizer=W,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(X,Fe)=>{}}get queuedPlayers(){const B=[];return this._namespaceList.forEach(b=>{b.players.forEach(W=>{W.queued&&B.push(W)})}),B}createNamespace(B,b){const W=new Ma(B,b,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,b)?this._balanceNamespaceList(W,b):(this.newHostElements.set(b,W),this.collectEnterElement(b)),this._namespaceLookup[B]=W}_balanceNamespaceList(B,b){const W=this._namespaceList,X=this.namespacesByHostElement;if(W.length-1>=0){let Lt=!1,kt=this.driver.getParentElement(b);for(;kt;){const ri=X.get(kt);if(ri){const oi=W.indexOf(ri);W.splice(oi+1,0,B),Lt=!0;break}kt=this.driver.getParentElement(kt)}Lt||W.unshift(B)}else W.push(B);return X.set(b,B),B}register(B,b){let W=this._namespaceLookup[B];return W||(W=this.createNamespace(B,b)),W}registerTrigger(B,b,W){let X=this._namespaceLookup[B];X&&X.register(b,W)&&this.totalAnimations++}destroy(B,b){B&&(this.afterFlush(()=>{}),this.afterFlushAnimationsDone(()=>{const W=this._fetchNamespace(B);this.namespacesByHostElement.delete(W.hostElement);const X=this._namespaceList.indexOf(W);X>=0&&this._namespaceList.splice(X,1),W.destroy(b),delete this._namespaceLookup[B]}))}_fetchNamespace(B){return this._namespaceLookup[B]}fetchNamespacesByElement(B){const b=new Set,W=this.statesByElement.get(B);if(W)for(let X of W.values())if(X.namespaceId){const Fe=this._fetchNamespace(X.namespaceId);Fe&&b.add(Fe)}return b}trigger(B,b,W,X){if(no(b)){const Fe=this._fetchNamespace(B);if(Fe)return Fe.trigger(b,W,X),!0}return!1}insertNode(B,b,W,X){if(!no(b))return;const Fe=b[Gn];if(Fe&&Fe.setForRemoval){Fe.setForRemoval=!1,Fe.setForMove=!0;const Lt=this.collectedLeaveElements.indexOf(b);Lt>=0&&this.collectedLeaveElements.splice(Lt,1)}if(B){const Lt=this._fetchNamespace(B);Lt&&Lt.insertNode(b,W)}X&&this.collectEnterElement(b)}collectEnterElement(B){this.collectedEnterElements.push(B)}markElementAsDisabled(B,b){b?this.disabledNodes.has(B)||(this.disabledNodes.add(B),Lr(B,kr)):this.disabledNodes.has(B)&&(this.disabledNodes.delete(B),ma(B,kr))}removeNode(B,b,W){if(no(b)){const X=B?this._fetchNamespace(B):null;X?X.removeNode(b,W):this.markElementAsRemoved(B,b,!1,W);const Fe=this.namespacesByHostElement.get(b);Fe&&Fe.id!==B&&Fe.removeNode(b,W)}else this._onRemovalComplete(b,W)}markElementAsRemoved(B,b,W,X,Fe){this.collectedLeaveElements.push(b),b[Gn]={namespaceId:B,setForRemoval:X,hasAnimation:W,removedBeforeQueried:!1,previousTriggersValues:Fe}}listen(B,b,W,X,Fe){return no(b)?this._fetchNamespace(B).listen(b,W,X,Fe):()=>{}}_buildInstruction(B,b,W,X,Fe){return B.transition.build(this.driver,B.element,B.fromState.value,B.toState.value,W,X,B.fromState.options,B.toState.options,b,Fe)}destroyInnerAnimations(B){let b=this.driver.query(B,Ze,!0);b.forEach(W=>this.destroyActiveAnimationsForElement(W)),0!=this.playersByQueriedElement.size&&(b=this.driver.query(B,qe,!0),b.forEach(W=>this.finishActiveQueriedAnimationOnElement(W)))}destroyActiveAnimationsForElement(B){const b=this.playersByElement.get(B);b&&b.forEach(W=>{W.queued?W.markedForDestroy=!0:W.destroy()})}finishActiveQueriedAnimationOnElement(B){const b=this.playersByQueriedElement.get(B);b&&b.forEach(W=>W.finish())}whenRenderingDone(){return new Promise(B=>{if(this.players.length)return at(this.players).onDone(()=>B());B()})}processLeaveNode(B){const b=B[Gn];if(b&&b.setForRemoval){if(B[Gn]=vr,b.namespaceId){this.destroyInnerAnimations(B);const W=this._fetchNamespace(b.namespaceId);W&&W.clearElementCache(B)}this._onRemovalComplete(B,b.setForRemoval)}B.classList?.contains(kr)&&this.markElementAsDisabled(B,!1),this.driver.query(B,".ng-animate-disabled",!0).forEach(W=>{this.markElementAsDisabled(W,!1)})}flush(B=-1){let b=[];if(this.newHostElements.size&&(this.newHostElements.forEach((W,X)=>this._balanceNamespaceList(W,X)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let W=0;WW()),this._flushFns=[],this._whenQuietFns.length){const W=this._whenQuietFns;this._whenQuietFns=[],b.length?at(b).onDone(()=>{W.forEach(X=>X())}):W.forEach(X=>X())}}reportError(B){throw function z(P){return new e.wOt(3402,!1)}()}_flushAnimations(B,b){const W=new mt,X=[],Fe=new Map,Lt=[],kt=new Map,ri=new Map,oi=new Map,Bi=new Set;this.disabledNodes.forEach(wn=>{Bi.add(wn);const Pn=this.driver.query(wn,".ng-animate-queued",!0);for(let Yn=0;Yn{const Yn=wt+Yi++;Wi.set(Pn,Yn),wn.forEach(Sr=>Lr(Sr,Yn))});const In=[],cr=new Set,Br=new Set;for(let wn=0;wncr.add(Sr)):Br.add(Pn))}const ca=new Map,lr=wo(dn,Array.from(cr));lr.forEach((wn,Pn)=>{const Yn=ut+Yi++;ca.set(Pn,Yn),wn.forEach(Sr=>Lr(Sr,Yn))}),B.push(()=>{vn.forEach((wn,Pn)=>{const Yn=Wi.get(Pn);wn.forEach(Sr=>ma(Sr,Yn))}),lr.forEach((wn,Pn)=>{const Yn=ca.get(Pn);wn.forEach(Sr=>ma(Sr,Yn))}),In.forEach(wn=>{this.processLeaveNode(wn)})});const qr=[],xr=[];for(let wn=this._namespaceList.length-1;wn>=0;wn--)this._namespaceList[wn].drainQueuedTransitions(b).forEach(Yn=>{const Sr=Yn.player,_o=Yn.element;if(qr.push(Sr),this.collectedEnterElements.length){const ko=_o[Gn];if(ko&&ko.setForMove){if(ko.previousTriggersValues&&ko.previousTriggersValues.has(Yn.triggerName)){const c1=ko.previousTriggersValues.get(Yn.triggerName),xs=this.statesByElement.get(Yn.element);if(xs&&xs.has(Yn.triggerName)){const l1=xs.get(Yn.triggerName);l1.value=c1,xs.set(Yn.triggerName,l1)}}return void Sr.destroy()}}const ac=!Ti||!this.driver.containsElement(Ti,_o),Ls=ca.get(_o),Oc=Wi.get(_o),Ca=this._buildInstruction(Yn,W,Oc,Ls,ac);if(Ca.errors&&Ca.errors.length)return void xr.push(Ca);if(ac)return Sr.onStart(()=>xe(_o,Ca.fromStyles)),Sr.onDestroy(()=>me(_o,Ca.toStyles)),void X.push(Sr);if(Yn.isFallbackTransition)return Sr.onStart(()=>xe(_o,Ca.fromStyles)),Sr.onDestroy(()=>me(_o,Ca.toStyles)),void X.push(Sr);const s1=[];Ca.timelines.forEach(ko=>{ko.stretchStartingKeyframe=!0,this.disabledNodes.has(ko.element)||s1.push(ko)}),Ca.timelines=s1,W.append(_o,Ca.timelines),Lt.push({instruction:Ca,player:Sr,element:_o}),Ca.queriedElements.forEach(ko=>oe(kt,ko,[]).push(Sr)),Ca.preStyleProps.forEach((ko,c1)=>{if(ko.size){let xs=ri.get(c1);xs||ri.set(c1,xs=new Set),ko.forEach((l1,I1)=>xs.add(I1))}}),Ca.postStyleProps.forEach((ko,c1)=>{let xs=oi.get(c1);xs||oi.set(c1,xs=new Set),ko.forEach((l1,I1)=>xs.add(I1))})});if(xr.length){const wn=[];xr.forEach(Pn=>{wn.push(function ne(P,B){return new e.wOt(3505,!1)}())}),qr.forEach(Pn=>Pn.destroy()),this.reportError(wn)}const ha=new Map,ua=new Map;Lt.forEach(wn=>{const Pn=wn.element;W.has(Pn)&&(ua.set(Pn,Pn),this._beforeAnimationBuild(wn.player.namespaceId,wn.instruction,ha))}),X.forEach(wn=>{const Pn=wn.element;this._getPreviousPlayers(Pn,!1,wn.namespaceId,wn.triggerName,null).forEach(Sr=>{oe(ha,Pn,[]).push(Sr),Sr.destroy()})});const fs=In.filter(wn=>Oa(wn,ri,oi)),$c=new Map;Ra($c,this.driver,Br,oi,C.kp).forEach(wn=>{Oa(wn,ri,oi)&&fs.push(wn)});const bl=new Map;vn.forEach((wn,Pn)=>{Ra(bl,this.driver,new Set(wn),ri,C.FX)}),fs.forEach(wn=>{const Pn=$c.get(wn),Yn=bl.get(wn);$c.set(wn,new Map([...Pn?.entries()??[],...Yn?.entries()??[]]))});const Qc=[],G2=[],j2={};Lt.forEach(wn=>{const{element:Pn,player:Yn,instruction:Sr}=wn;if(W.has(Pn)){if(Bi.has(Pn))return Yn.onDestroy(()=>me(Pn,Sr.toStyles)),Yn.disabled=!0,Yn.overrideTotalTime(Sr.totalTime),void X.push(Yn);let _o=j2;if(ua.size>1){let Ls=Pn;const Oc=[];for(;Ls=Ls.parentNode;){const Ca=ua.get(Ls);if(Ca){_o=Ca;break}Oc.push(Ls)}Oc.forEach(Ca=>ua.set(Ca,_o))}const ac=this._buildAnimation(Yn.namespaceId,Sr,ha,Fe,bl,$c);if(Yn.setRealPlayer(ac),_o===j2)Qc.push(Yn);else{const Ls=this.playersByElement.get(_o);Ls&&Ls.length&&(Yn.parentPlayer=at(Ls)),X.push(Yn)}}else xe(Pn,Sr.fromStyles),Yn.onDestroy(()=>me(Pn,Sr.toStyles)),G2.push(Yn),Bi.has(Pn)&&X.push(Yn)}),G2.forEach(wn=>{const Pn=Fe.get(wn.element);if(Pn&&Pn.length){const Yn=at(Pn);wn.setRealPlayer(Yn)}}),X.forEach(wn=>{wn.parentPlayer?wn.syncPlayerEvents(wn.parentPlayer):wn.destroy()});for(let wn=0;wn!ac.destroyed);_o.length?Nr(this,Pn,_o):this.processLeaveNode(Pn)}return In.length=0,Qc.forEach(wn=>{this.players.push(wn),wn.onDone(()=>{wn.destroy();const Pn=this.players.indexOf(wn);this.players.splice(Pn,1)}),wn.play()}),Qc}afterFlush(B){this._flushFns.push(B)}afterFlushAnimationsDone(B){this._whenQuietFns.push(B)}_getPreviousPlayers(B,b,W,X,Fe){let Lt=[];if(b){const kt=this.playersByQueriedElement.get(B);kt&&(Lt=kt)}else{const kt=this.playersByElement.get(B);if(kt){const ri=!Fe||Fe==ln;kt.forEach(oi=>{oi.queued||!ri&&oi.triggerName!=X||Lt.push(oi)})}}return(W||X)&&(Lt=Lt.filter(kt=>!(W&&W!=kt.namespaceId||X&&X!=kt.triggerName))),Lt}_beforeAnimationBuild(B,b,W){const Fe=b.element,Lt=b.isRemovalTransition?void 0:B,kt=b.isRemovalTransition?void 0:b.triggerName;for(const ri of b.timelines){const oi=ri.element,Bi=oi!==Fe,Ti=oe(W,oi,[]);this._getPreviousPlayers(oi,Bi,Lt,kt,b.toState).forEach(vn=>{const Wi=vn.getRealPlayer();Wi.beforeDestroy&&Wi.beforeDestroy(),vn.destroy(),Ti.push(vn)})}xe(Fe,b.fromStyles)}_buildAnimation(B,b,W,X,Fe,Lt){const kt=b.triggerName,ri=b.element,oi=[],Bi=new Set,Ti=new Set,dn=b.timelines.map(Wi=>{const Yi=Wi.element;Bi.add(Yi);const In=Yi[Gn];if(In&&In.removedBeforeQueried)return new C.sf(Wi.duration,Wi.delay);const cr=Yi!==ri,Br=function Ua(P){const B=[];return as(P,B),B}((W.get(Yi)||io).map(ha=>ha.getRealPlayer())).filter(ha=>!!ha.element&&ha.element===Yi),ca=Fe.get(Yi),lr=Lt.get(Yi),qr=Ye(this._normalizer,Wi.keyframes,ca,lr),xr=this._buildPlayer(Wi,qr,Br);if(Wi.subTimeline&&X&&Ti.add(Yi),cr){const ha=new ho(B,kt,Yi);ha.setRealPlayer(xr),oi.push(ha)}return xr});oi.forEach(Wi=>{oe(this.playersByQueriedElement,Wi.element,[]).push(Wi),Wi.onDone(()=>function Po(P,B,b){let W=P.get(B);if(W){if(W.length){const X=W.indexOf(b);W.splice(X,1)}0==W.length&&P.delete(B)}return W}(this.playersByQueriedElement,Wi.element,Wi))}),Bi.forEach(Wi=>Lr(Wi,jt));const vn=at(dn);return vn.onDestroy(()=>{Bi.forEach(Wi=>ma(Wi,jt)),me(ri,b.toStyles)}),Ti.forEach(Wi=>{oe(X,Wi,[]).push(vn)}),vn}_buildPlayer(B,b,W){return b.length>0?this.driver.animate(B.element,b,B.duration,B.delay,B.easing,W):new C.sf(B.duration,B.delay)}}class ho{constructor(B,b,W){this.namespaceId=B,this.triggerName=b,this.element=W,this._player=new C.sf,this._containsRealPlayer=!1,this._queuedCallbacks=new Map,this.destroyed=!1,this.parentPlayer=null,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(B){this._containsRealPlayer||(this._player=B,this._queuedCallbacks.forEach((b,W)=>{b.forEach(X=>rt(B,W,void 0,X))}),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(B.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(B){this.totalTime=B}syncPlayerEvents(B){const b=this._player;b.triggerCallback&&B.onStart(()=>b.triggerCallback("start")),B.onDone(()=>this.finish()),B.onDestroy(()=>this.destroy())}_queueEvent(B,b){oe(this._queuedCallbacks,B,[]).push(b)}onDone(B){this.queued&&this._queueEvent("done",B),this._player.onDone(B)}onStart(B){this.queued&&this._queueEvent("start",B),this._player.onStart(B)}onDestroy(B){this.queued&&this._queueEvent("destroy",B),this._player.onDestroy(B)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(B){this.queued||this._player.setPosition(B)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(B){const b=this._player;b.triggerCallback&&b.triggerCallback(B)}}function no(P){return P&&1===P.nodeType}function No(P,B){const b=P.style.display;return P.style.display=B??"none",b}function Ra(P,B,b,W,X){const Fe=[];b.forEach(ri=>Fe.push(No(ri)));const Lt=[];W.forEach((ri,oi)=>{const Bi=new Map;ri.forEach(Ti=>{const dn=B.computeStyle(oi,Ti,X);Bi.set(Ti,dn),(!dn||0==dn.length)&&(oi[Gn]=xo,Lt.push(oi))}),P.set(oi,Bi)});let kt=0;return b.forEach(ri=>No(ri,Fe[kt++])),Lt}function wo(P,B){const b=new Map;if(P.forEach(kt=>b.set(kt,[])),0==B.length)return b;const X=new Set(B),Fe=new Map;function Lt(kt){if(!kt)return 1;let ri=Fe.get(kt);if(ri)return ri;const oi=kt.parentNode;return ri=b.has(oi)?oi:X.has(oi)?1:Lt(oi),Fe.set(kt,ri),ri}return B.forEach(kt=>{const ri=Lt(kt);1!==ri&&b.get(ri).push(kt)}),b}function Lr(P,B){P.classList?.add(B)}function ma(P,B){P.classList?.remove(B)}function Nr(P,B,b){at(b).onDone(()=>P.processLeaveNode(B))}function as(P,B){for(let b=0;bX.add(Fe)):B.set(P,W),b.delete(P),!0}class ja{constructor(B,b,W){this._driver=b,this._normalizer=W,this._triggerCache={},this.onRemovalComplete=(X,Fe)=>{},this._transitionEngine=new lo(B.body,b,W),this._timelineEngine=new Uo(B.body,b,W),this._transitionEngine.onRemovalComplete=(X,Fe)=>this.onRemovalComplete(X,Fe)}registerTrigger(B,b,W,X,Fe){const Lt=B+"-"+X;let kt=this._triggerCache[Lt];if(!kt){const ri=[],Bi=$i(this._driver,Fe,ri,[]);if(ri.length)throw function n(P,B){return new e.wOt(3404,!1)}();kt=function tr(P,B,b){return new or(P,B,b)}(X,Bi,this._normalizer),this._triggerCache[Lt]=kt}this._transitionEngine.registerTrigger(b,X,kt)}register(B,b){this._transitionEngine.register(B,b)}destroy(B,b){this._transitionEngine.destroy(B,b)}onInsert(B,b,W,X){this._transitionEngine.insertNode(B,b,W,X)}onRemove(B,b,W){this._transitionEngine.removeNode(B,b,W)}disableAnimations(B,b){this._transitionEngine.markElementAsDisabled(B,b)}process(B,b,W,X){if("@"==W.charAt(0)){const[Fe,Lt]=_e(W);this._timelineEngine.command(Fe,b,Lt,X)}else this._transitionEngine.trigger(B,b,W,X)}listen(B,b,W,X,Fe){if("@"==W.charAt(0)){const[Lt,kt]=_e(W);return this._timelineEngine.listen(Lt,b,kt,Fe)}return this._transitionEngine.listen(B,b,W,X,Fe)}flush(B=-1){this._transitionEngine.flush(B)}get players(){return[...this._transitionEngine.players,...this._timelineEngine.players]}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}afterFlushAnimationsDone(B){this._transitionEngine.afterFlushAnimationsDone(B)}}class jo{static{this.initialStylesByElement=new WeakMap}constructor(B,b,W){this._element=B,this._startStyles=b,this._endStyles=W,this._state=0;let X=jo.initialStylesByElement.get(B);X||jo.initialStylesByElement.set(B,X=new Map),this._initialStyles=X}start(){this._state<1&&(this._startStyles&&me(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(me(this._element,this._initialStyles),this._endStyles&&(me(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(jo.initialStylesByElement.delete(this._element),this._startStyles&&(xe(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(xe(this._element,this._endStyles),this._endStyles=null),me(this._element,this._initialStyles),this._state=3)}}function Mo(P){let B=null;return P.forEach((b,W)=>{(function pa(P){return"display"===P||"position"===P})(W)&&(B=B||new Map,B.set(W,b))}),B}class ro{constructor(B,b,W,X){this.element=B,this.keyframes=b,this.options=W,this._specialStyles=X,this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._initialized=!1,this._finished=!1,this._started=!1,this._destroyed=!1,this._originalOnDoneFns=[],this._originalOnStartFns=[],this.time=0,this.parentPlayer=null,this.currentSnapshot=new Map,this._duration=W.duration,this._delay=W.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(B=>B()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const B=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,B,this.options),this._finalKeyframe=B.length?B[B.length-1]:new Map;const b=()=>this._onFinish();this.domPlayer.addEventListener("finish",b),this.onDestroy(()=>{this.domPlayer.removeEventListener("finish",b)})}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_convertKeyframesToObject(B){const b=[];return B.forEach(W=>{b.push(Object.fromEntries(W))}),b}_triggerWebAnimation(B,b,W){return B.animate(this._convertKeyframesToObject(b),W)}onStart(B){this._originalOnStartFns.push(B),this._onStartFns.push(B)}onDone(B){this._originalOnDoneFns.push(B),this._onDoneFns.push(B)}onDestroy(B){this._onDestroyFns.push(B)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(B=>B()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(B=>B()),this._onDestroyFns=[])}setPosition(B){void 0===this.domPlayer&&this.init(),this.domPlayer.currentTime=B*this.time}getPosition(){return+(this.domPlayer.currentTime??0)/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const B=new Map;this.hasStarted()&&this._finalKeyframe.forEach((W,X)=>{"offset"!==X&&B.set(X,this._finished?W:fi(this.element,X))}),this.currentSnapshot=B}triggerCallback(B){const b="start"===B?this._onStartFns:this._onDoneFns;b.forEach(W=>W()),b.length=0}}class wr{validateStyleProperty(B){return!0}validateAnimatableStyleProperty(B){return!0}containsElement(B,b){return Ct(B,b)}getParentElement(B){return pe(B)}query(B,b,W){return _t(B,b,W)}computeStyle(B,b,W){return fi(B,b)}animate(B,b,W,X,Fe,Lt=[]){const ri={duration:W,delay:X,fill:0==X?"both":"forwards"};Fe&&(ri.easing=Fe);const oi=new Map,Bi=Lt.filter(vn=>vn instanceof ro);(function $t(P,B){return 0===P||0===B})(W,X)&&Bi.forEach(vn=>{vn.currentSnapshot.forEach((Wi,Yi)=>oi.set(Yi,Wi))});let Ti=function Et(P){return P.length?P[0]instanceof Map?P:P.map(B=>new Map(Object.entries(B))):[]}(b).map(vn=>new Map(vn));Ti=function Ft(P,B,b){if(b.size&&B.length){let W=B[0],X=[];if(b.forEach((Fe,Lt)=>{W.has(Lt)||X.push(Lt),W.set(Lt,Fe)}),X.length)for(let Fe=1;FeLt.set(kt,fi(P,kt)))}}return B}(B,Ti,oi);const dn=function Vo(P,B){let b=null,W=null;return Array.isArray(B)&&B.length?(b=Mo(B[0]),B.length>1&&(W=Mo(B[B.length-1]))):B instanceof Map&&(b=Mo(B)),b||W?new jo(P,b,W):null}(B,Ti);return new ro(B,Ti,ri,dn)}}const Kn="@.disabled";class Ht{constructor(B,b,W,X){this.namespaceId=B,this.delegate=b,this.engine=W,this._onDestroy=X,this.\u0275type=0}get data(){return this.delegate.data}destroyNode(B){this.delegate.destroyNode?.(B)}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.engine.afterFlushAnimationsDone(()=>{queueMicrotask(()=>{this.delegate.destroy()})}),this._onDestroy?.()}createElement(B,b){return this.delegate.createElement(B,b)}createComment(B){return this.delegate.createComment(B)}createText(B){return this.delegate.createText(B)}appendChild(B,b){this.delegate.appendChild(B,b),this.engine.onInsert(this.namespaceId,b,B,!1)}insertBefore(B,b,W,X=!0){this.delegate.insertBefore(B,b,W),this.engine.onInsert(this.namespaceId,b,B,X)}removeChild(B,b,W){this.engine.onRemove(this.namespaceId,b,this.delegate)}selectRootElement(B,b){return this.delegate.selectRootElement(B,b)}parentNode(B){return this.delegate.parentNode(B)}nextSibling(B){return this.delegate.nextSibling(B)}setAttribute(B,b,W,X){this.delegate.setAttribute(B,b,W,X)}removeAttribute(B,b,W){this.delegate.removeAttribute(B,b,W)}addClass(B,b){this.delegate.addClass(B,b)}removeClass(B,b){this.delegate.removeClass(B,b)}setStyle(B,b,W,X){this.delegate.setStyle(B,b,W,X)}removeStyle(B,b,W){this.delegate.removeStyle(B,b,W)}setProperty(B,b,W){"@"==b.charAt(0)&&b==Kn?this.disableAnimations(B,!!W):this.delegate.setProperty(B,b,W)}setValue(B,b){this.delegate.setValue(B,b)}listen(B,b,W){return this.delegate.listen(B,b,W)}disableAnimations(B,b){this.engine.disableAnimations(B,b)}}class Mi extends Ht{constructor(B,b,W,X,Fe){super(b,W,X,Fe),this.factory=B,this.namespaceId=b}setProperty(B,b,W){"@"==b.charAt(0)?"."==b.charAt(1)&&b==Kn?this.disableAnimations(B,W=void 0===W||!!W):this.engine.process(this.namespaceId,B,b.slice(1),W):this.delegate.setProperty(B,b,W)}listen(B,b,W){if("@"==b.charAt(0)){const X=function xt(P){switch(P){case"body":return document.body;case"document":return document;case"window":return window;default:return P}}(B);let Fe=b.slice(1),Lt="";return"@"!=Fe.charAt(0)&&([Fe,Lt]=function ni(P){const B=P.indexOf(".");return[P.substring(0,B),P.slice(B+1)]}(Fe)),this.engine.listen(this.namespaceId,X,Fe,Lt,kt=>{this.factory.scheduleListenerCallback(kt._data||-1,W,kt)})}return this.delegate.listen(B,b,W)}}class ki{constructor(B,b,W){this.delegate=B,this.engine=b,this._zone=W,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,b.onRemovalComplete=(X,Fe)=>{const Lt=Fe?.parentNode(X);Lt&&Fe.removeChild(Lt,X)}}createRenderer(B,b){const X=this.delegate.createRenderer(B,b);if(!B||!b?.data?.animation){const oi=this._rendererCache;let Bi=oi.get(X);return Bi||(Bi=new Ht("",X,this.engine,()=>oi.delete(X)),oi.set(X,Bi)),Bi}const Fe=b.id,Lt=b.id+"-"+this._currentId;this._currentId++,this.engine.register(Lt,B);const kt=oi=>{Array.isArray(oi)?oi.forEach(kt):this.engine.registerTrigger(Fe,Lt,B,oi.name,oi)};return b.data.animation.forEach(kt),new Mi(this,Lt,X,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){queueMicrotask(()=>{this._microtaskId++})}scheduleListenerCallback(B,b,W){if(B>=0&&Bb(W));const X=this._animationCallbacksBuffer;0==X.length&&queueMicrotask(()=>{this._zone.run(()=>{X.forEach(Fe=>{const[Lt,kt]=Fe;Lt(kt)}),this._animationCallbacksBuffer=[]})}),X.push([b,W])}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}var bi=p(177);const Sa=[{provide:Qe,useFactory:function Fa(){return new zt}},{provide:ja,useClass:(()=>{class P extends ja{constructor(b,W,X){super(b,W,X)}ngOnDestroy(){this.flush()}static{this.\u0275fac=function(W){return new(W||P)(e.KVO(bi.qQ),e.KVO(Je),e.KVO(Qe))}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})()},{provide:e._9s,useFactory:function Zr(P,B,b){return new ki(P,B,b)},deps:[t.B7,ja,e.SKi]}],Pa=[{provide:Je,useFactory:()=>new wr},{provide:e.bc$,useValue:"BrowserAnimations"},...Sa],uo=[{provide:Je,useClass:ke},{provide:e.bc$,useValue:"NoopAnimations"},...Sa];let Za=(()=>{class P{static withConfig(b){return{ngModule:P,providers:b.disableAnimations?uo:Pa}}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275mod=e.$C({type:P})}static{this.\u0275inj=e.G2t({providers:Pa,imports:[t.Bb]})}}return P})();var Ms=p(1626),aa=p(9327),Ri=p(9640),ft=p(4054),pt=p(983),Be=p(1985),Tt=p(7673),ti=p(7786),fn=p(7242),Qn=p(2771),Ho=p(7647),br=p(5964),Wa=p(6354),lc=p(274),dc=p(3236),hc=p(8211),Yo=p(9974),Ko=p(8750),fo=p(1853),Rs=p(4360),zn=p(5225);const jr=(0,fo.L)(P=>function(b=null){P(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=b});function ao(P){throw new jr(P)}var Ir=p(152),Ta=p(9437),Qs=p(6697),cn=p(6977),Es=p(5558),uc=p(5245),Ss=p(941),fc=p(3993),_s=p(2816),Dl=p(9079);const vs="PERFORM_ACTION",el="ROLLBACK",Os="TOGGLE_ACTION",pc="JUMP_TO_STATE",qs="JUMP_TO_ACTION",bs="IMPORT_STATE",gc="LOCK_CHANGES",_c="PAUSE_RECORDING";class os{constructor(B,b){if(this.action=B,this.timestamp=b,this.type=vs,typeof B.type>"u")throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?')}}class To{constructor(){this.type="REFRESH"}}class Fs{constructor(B){this.timestamp=B,this.type="RESET"}}class tl{constructor(B){this.timestamp=B,this.type=el}}class Pc{constructor(B){this.timestamp=B,this.type="COMMIT"}}class Ll{constructor(){this.type="SWEEP"}}class il{constructor(B){this.id=B,this.type=Os}}class Ps{constructor(B){this.index=B,this.type=pc}}class lt{constructor(B){this.actionId=B,this.type=qs}}class Rt{constructor(B){this.nextLiftedState=B,this.type=bs}}class At{constructor(B){this.status=B,this.type=gc}}class J{constructor(B){this.status=B,this.type=_c}}const Te=new e.nKC("@ngrx/store-devtools Options"),Ge=new e.nKC("@ngrx/store-devtools Initial Config");function St(){return null}const qt="NgRx Store DevTools";function hi(P){const B={maxAge:!1,monitor:St,actionSanitizer:void 0,stateSanitizer:void 0,name:qt,serialize:!1,logOnly:!1,autoPause:!1,trace:!1,traceLimit:75,features:{pause:!0,lock:!0,persist:!0,export:!0,import:"custom",jump:!0,skip:!0,reorder:!0,dispatch:!0,test:!0},connectInZone:!1},b="function"==typeof P?P():P,X=b.features||!!b.logOnly&&{pause:!0,export:!0,test:!0}||B.features;!0===X.import&&(X.import="custom");const Fe=Object.assign({},B,{features:X},b);if(Fe.maxAge&&Fe.maxAge<2)throw new Error(`Devtools 'maxAge' cannot be less than 2, got ${Fe.maxAge}`);return Fe}function Si(P,B){return P.filter(b=>B.indexOf(b)<0)}function tn(P){const{computedStates:B,currentStateIndex:b}=P;if(b>=B.length){const{state:X}=B[B.length-1];return X}const{state:W}=B[b];return W}function yn(P){return new os(P,+Date.now())}function An(P,B){return Object.keys(B).reduce((b,W)=>{const X=Number(W);return b[X]=hr(P,B[X],X),b},{})}function hr(P,B,b){return{...B,action:P(B.action,b)}}function er(P,B){return B.map((b,W)=>({state:yr(P,b.state,W),error:b.error}))}function yr(P,B,b){return P(B,b)}function gr(P){return P.predicate||P.actionsSafelist||P.actionsBlocklist}function oa(P,B,b,W,X){const Fe=b&&!b(P,B.action),Lt=W&&!B.action.type.match(W.map(ri=>Bn(ri)).join("|")),kt=X&&B.action.type.match(X.map(ri=>Bn(ri)).join("|"));return Fe||Lt||kt}function Bn(P){return P.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function zi(P){return{ngZone:P?(0,e.WQX)(e.SKi):null,connectInZone:P}}let an=(()=>{class P extends Ri.SS{static{this.\u0275fac=(()=>{let b;return function(X){return(b||(b=e.xGo(P)))(X||P)}})()}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();const Wr=new e.nKC("@ngrx/store-devtools Redux Devtools Extension");let da=(()=>{class P{constructor(b,W,X){this.config=W,this.dispatcher=X,this.zoneConfig=zi(this.config.connectInZone),this.devtoolsExtension=b,this.createActionStreams()}notify(b,W){if(this.devtoolsExtension)if(b.type===vs){if(W.isLocked||W.isPaused)return;const X=tn(W);if(gr(this.config)&&oa(X,b,this.config.predicate,this.config.actionsSafelist,this.config.actionsBlocklist))return;const Fe=this.config.stateSanitizer?yr(this.config.stateSanitizer,X,W.currentStateIndex):X,Lt=this.config.actionSanitizer?hr(this.config.actionSanitizer,b,W.nextActionId):b;this.sendToReduxDevtools(()=>this.extensionConnection.send(Lt,Fe))}else{const X={...W,stagedActionIds:W.stagedActionIds,actionsById:this.config.actionSanitizer?An(this.config.actionSanitizer,W.actionsById):W.actionsById,computedStates:this.config.stateSanitizer?er(this.config.stateSanitizer,W.computedStates):W.computedStates};this.sendToReduxDevtools(()=>this.devtoolsExtension.send(null,X,this.getExtensionConfig(this.config)))}}createChangesObservable(){return this.devtoolsExtension?new Be.c(b=>{const W=this.zoneConfig.connectInZone?this.zoneConfig.ngZone.runOutsideAngular(()=>this.devtoolsExtension.connect(this.getExtensionConfig(this.config))):this.devtoolsExtension.connect(this.getExtensionConfig(this.config));return this.extensionConnection=W,W.init(),W.subscribe(X=>b.next(X)),W.unsubscribe}):pt.w}createActionStreams(){const b=this.createChangesObservable().pipe((0,Ho.u)()),W=b.pipe((0,br.p)(oi=>"START"===oi.type)),X=b.pipe((0,br.p)(oi=>"STOP"===oi.type)),Fe=b.pipe((0,br.p)(oi=>"DISPATCH"===oi.type),(0,Wa.T)(oi=>this.unwrapAction(oi.payload)),(0,lc.H)(oi=>oi.type===bs?this.dispatcher.pipe((0,br.p)(Bi=>Bi.type===Ri.q6),function la(P,B){const{first:b,each:W,with:X=ao,scheduler:Fe=B??dc.E,meta:Lt=null}=(0,hc.v)(P)?{first:P}:"number"==typeof P?{each:P}:P;if(null==b&&null==W)throw new TypeError("No timeout provided.");return(0,Yo.N)((kt,ri)=>{let oi,Bi,Ti=null,dn=0;const vn=Wi=>{Bi=(0,zn.N)(ri,Fe,()=>{try{oi.unsubscribe(),(0,Ko.Tg)(X({meta:Lt,lastValue:Ti,seen:dn})).subscribe(ri)}catch(Yi){ri.error(Yi)}},Wi)};oi=kt.subscribe((0,Rs._)(ri,Wi=>{Bi?.unsubscribe(),dn++,ri.next(Ti=Wi),W>0&&vn(W)},void 0,void 0,()=>{Bi?.closed||Bi?.unsubscribe(),Ti=null})),!dn&&vn(null!=b?"number"==typeof b?b:+b-Fe.now():W)})}(1e3),(0,Ir.B)(1e3),(0,Wa.T)(()=>oi),(0,Ta.W)(()=>(0,Tt.of)(oi)),(0,Qs.s)(1)):(0,Tt.of)(oi))),kt=b.pipe((0,br.p)(oi=>"ACTION"===oi.type),(0,Wa.T)(oi=>this.unwrapAction(oi.payload))).pipe((0,cn.Q)(X)),ri=Fe.pipe((0,cn.Q)(X));this.start$=W.pipe((0,cn.Q)(X)),this.actions$=this.start$.pipe((0,Es.n)(()=>kt)),this.liftedActions$=this.start$.pipe((0,Es.n)(()=>ri))}unwrapAction(b){return"string"==typeof b?(0,eval)(`(${b})`):b}getExtensionConfig(b){const W={name:b.name,features:b.features,serialize:b.serialize,autoPause:b.autoPause??!1,trace:b.trace??!1,traceLimit:b.traceLimit??75};return!1!==b.maxAge&&(W.maxAge=b.maxAge),W}sendToReduxDevtools(b){try{b()}catch(W){console.warn("@ngrx/store-devtools: something went wrong inside the redux devtools",W)}}static{this.\u0275fac=function(W){return new(W||P)(e.KVO(Wr),e.KVO(Te),e.KVO(an))}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();const Xa={type:Ri.Zz},Vr={type:"@ngrx/store-devtools/recompute"};function _a(P,B,b,W,X){if(W)return{state:b,error:"Interrupted by an error up the chain"};let Lt,Fe=b;try{Fe=P(b,B)}catch(kt){Lt=kt.toString(),X.handleError(kt)}return{state:Fe,error:Lt}}function cs(P,B,b,W,X,Fe,Lt,kt,ri){if(B>=P.length&&P.length===Fe.length)return P;const oi=P.slice(0,B),Bi=Fe.length-(ri?1:0);for(let Ti=B;Ti-1?Wi:_a(b,vn,Yi,In,kt);oi.push(Br)}return ri&&oi.push(P[P.length-1]),oi}let Il=(()=>{class P{constructor(b,W,X,Fe,Lt,kt,ri,oi){const Bi=function jn(P,B){return{monitorState:B(void 0,{}),nextActionId:1,actionsById:{0:yn(Xa)},stagedActionIds:[0],skippedActionIds:[],committedState:P,currentStateIndex:0,computedStates:[],isLocked:!1,isPaused:!1}}(ri,oi.monitor),Ti=function bc(P,B,b,W,X={}){return Fe=>(Lt,kt)=>{let{monitorState:ri,actionsById:oi,nextActionId:Bi,stagedActionIds:Ti,skippedActionIds:dn,committedState:vn,currentStateIndex:Wi,computedStates:Yi,isLocked:In,isPaused:cr}=Lt||B;function Br(qr){let xr=qr,ha=Ti.slice(1,xr+1);for(let ua=0;ua-1===ha.indexOf(ua)),Ti=[0,...Ti.slice(xr+1)],vn=Yi[xr].state,Yi=Yi.slice(xr),Wi=Wi>xr?Wi-xr:0}function ca(){oi={0:yn(Xa)},Bi=1,Ti=[0],dn=[],vn=Yi[Wi].state,Wi=0,Yi=[]}Lt||(oi=Object.create(oi));let lr=0;switch(kt.type){case gc:In=kt.status,lr=1/0;break;case _c:cr=kt.status,cr?(Ti=[...Ti,Bi],oi[Bi]=new os({type:"@ngrx/devtools/pause"},+Date.now()),Bi++,lr=Ti.length-1,Yi=Yi.concat(Yi[Yi.length-1]),Wi===Ti.length-2&&Wi++,lr=1/0):ca();break;case"RESET":oi={0:yn(Xa)},Bi=1,Ti=[0],dn=[],vn=P,Wi=0,Yi=[];break;case"COMMIT":ca();break;case el:oi={0:yn(Xa)},Bi=1,Ti=[0],dn=[],Wi=0,Yi=[];break;case Os:{const{id:qr}=kt;dn=-1===dn.indexOf(qr)?[qr,...dn]:dn.filter(ha=>ha!==qr),lr=Ti.indexOf(qr);break}case"SET_ACTIONS_ACTIVE":{const{start:qr,end:xr,active:ha}=kt,ua=[];for(let fs=qr;fsX.maxAge&&(Yi=cs(Yi,lr,Fe,vn,oi,Ti,dn,b,cr),Br(Ti.length-X.maxAge),lr=1/0);break;case Ri.q6:if(Yi.filter(xr=>xr.error).length>0)lr=0,X.maxAge&&Ti.length>X.maxAge&&(Yi=cs(Yi,lr,Fe,vn,oi,Ti,dn,b,cr),Br(Ti.length-X.maxAge),lr=1/0);else{if(!cr&&!In){Wi===Ti.length-1&&Wi++;const xr=Bi++;oi[xr]=new os(kt,+Date.now()),Ti=[...Ti,xr],lr=Ti.length-1,Yi=cs(Yi,lr,Fe,vn,oi,Ti,dn,b,cr)}Yi=Yi.map(xr=>({...xr,state:Fe(xr.state,Vr)})),Wi=Ti.length-1,X.maxAge&&Ti.length>X.maxAge&&Br(Ti.length-X.maxAge),lr=1/0}break;default:lr=1/0}return Yi=cs(Yi,lr,Fe,vn,oi,Ti,dn,b,cr),ri=W(ri,kt),{monitorState:ri,actionsById:oi,nextActionId:Bi,stagedActionIds:Ti,skippedActionIds:dn,committedState:vn,currentStateIndex:Wi,computedStates:Yi,isLocked:In,isPaused:cr}}}(ri,Bi,kt,oi.monitor,oi),dn=(0,ti.h)((0,ti.h)(W.asObservable().pipe((0,uc.i)(1)),Fe.actions$).pipe((0,Wa.T)(yn)),b,Fe.liftedActions$).pipe((0,Ss.Q)(fn.T)),vn=X.pipe((0,Wa.T)(Ti)),Wi=zi(oi.connectInZone),Yi=new Qn.m(1);this.liftedStateSubscription=dn.pipe((0,fc.E)(vn),yc(Wi),(0,_s.S)(({state:Br},[ca,lr])=>{let qr=lr(Br,ca);return ca.type!==vs&&gr(oi)&&(qr=function Mr(P,B,b,W){const X=[],Fe={},Lt=[];return P.stagedActionIds.forEach((kt,ri)=>{const oi=P.actionsById[kt];oi&&(ri&&oa(P.computedStates[ri],oi,B,b,W)||(Fe[kt]=oi,X.push(kt),Lt.push(P.computedStates[ri])))}),{...P,stagedActionIds:X,actionsById:Fe,computedStates:Lt}}(qr,oi.predicate,oi.actionsSafelist,oi.actionsBlocklist)),Fe.notify(ca,qr),{state:qr,action:ca}},{state:Bi,action:null})).subscribe(({state:Br,action:ca})=>{Yi.next(Br),ca.type===vs&&Lt.next(ca.action)}),this.extensionStartSubscription=Fe.start$.pipe(yc(Wi)).subscribe(()=>{this.refresh()});const In=Yi.asObservable(),cr=In.pipe((0,Wa.T)(tn));Object.defineProperty(cr,"state",{value:(0,Dl.ot)(cr,{manualCleanup:!0,requireSync:!0})}),this.dispatcher=b,this.liftedState=In,this.state=cr}ngOnDestroy(){this.liftedStateSubscription.unsubscribe(),this.extensionStartSubscription.unsubscribe()}dispatch(b){this.dispatcher.next(b)}next(b){this.dispatcher.next(b)}error(b){}complete(){}performAction(b){this.dispatch(new os(b,+Date.now()))}refresh(){this.dispatch(new To)}reset(){this.dispatch(new Fs(+Date.now()))}rollback(){this.dispatch(new tl(+Date.now()))}commit(){this.dispatch(new Pc(+Date.now()))}sweep(){this.dispatch(new Ll)}toggleAction(b){this.dispatch(new il(b))}jumpToAction(b){this.dispatch(new lt(b))}jumpToState(b){this.dispatch(new Ps(b))}importState(b){this.dispatch(new Rt(b))}lockChanges(b){this.dispatch(new At(b))}pauseRecording(b){this.dispatch(new J(b))}static{this.\u0275fac=function(W){return new(W||P)(e.KVO(an),e.KVO(Ri.SS),e.KVO(Ri.QU),e.KVO(da),e.KVO(Ri.sA),e.KVO(e.zcH),e.KVO(Ri.N_),e.KVO(Te))}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();function yc({ngZone:P,connectInZone:B}){return b=>B?new Be.c(W=>b.subscribe({next:X=>P.run(()=>W.next(X)),error:X=>P.run(()=>W.error(X)),complete:()=>P.run(()=>W.complete())})):b}const Xr=new e.nKC("@ngrx/store-devtools Is Devtools Extension or Monitor Present");function mo(P,B){return!!P||B.monitor!==St}function Ao(){const P="__REDUX_DEVTOOLS_EXTENSION__";return"object"==typeof window&&typeof window[P]<"u"?window[P]:null}function ec(P={}){return(0,e.EmA)([da,an,Il,{provide:Ge,useValue:P},{provide:Xr,deps:[Wr,Te],useFactory:mo},{provide:Wr,useFactory:Ao},{provide:Te,deps:[Ge],useFactory:hi},{provide:Ri.h1,deps:[Il],useFactory:Nc},{provide:Ri.Bh,useExisting:an}])}function Nc(P){return P.state}let Ns=(()=>{class P{static instrument(b={}){return{ngModule:P,providers:[ec(b)]}}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275mod=e.$C({type:P})}static{this.\u0275inj=e.G2t({})}}return P})();var Ui=p(1413),Vc=p(3726),Vs=p(2806),kn=p(1807);function nl(P=0,B=dc.E){return P<0&&(P=0),(0,kn.O)(P,P,B)}var rl=p(8359),$o=p(7908),Rl=p(9326),Jr=p(8141),Ol=p(980),Aa=p(3294);class va{}function Ts(P){return(0,e.EmA)([{provide:va,useValue:P}])}let Hs=(()=>{class P{constructor(b,W){this._ngZone=W,this.timerStart$=new Ui.B,this.idleDetected$=new Ui.B,this.timeout$=new Ui.B,this.idleMillisec=6e5,this.idleSensitivityMillisec=1e3,this.timeout=300,this.pingMillisec=12e4,this.isTimeout=!1,this.isInactivityTimer=!1,this.isIdleDetected=!1,b&&this.setConfig(b)}startWatching(){this.activityEvents$||(this.activityEvents$=(0,ti.h)((0,Vc.R)(window,"mousemove"),(0,Vc.R)(window,"resize"),(0,Vc.R)(document,"keydown"))),this.idle$=(0,Vs.H)(this.activityEvents$),this.idleSubscription&&this.idleSubscription.unsubscribe(),this.idleSubscription=this.idle$.pipe(function Hc(P,...B){var b,W;const X=null!==(b=(0,Rl.lI)(B))&&void 0!==b?b:dc.E,Fe=null!==(W=B[0])&&void 0!==W?W:null,Lt=B[1]||1/0;return(0,Yo.N)((kt,ri)=>{let oi=[],Bi=!1;const Ti=Wi=>{const{buffer:Yi,subs:In}=Wi;In.unsubscribe(),(0,$o.o)(oi,Wi),ri.next(Yi),Bi&&dn()},dn=()=>{if(oi){const Wi=new rl.yU;ri.add(Wi);const In={buffer:[],subs:Wi};oi.push(In),(0,zn.N)(Wi,X,()=>Ti(In),P)}};null!==Fe&&Fe>=0?(0,zn.N)(ri,X,dn,Fe,!0):Bi=!0,dn();const vn=(0,Rs._)(ri,Wi=>{const Yi=oi.slice();for(const In of Yi){const{buffer:cr}=In;cr.push(Wi),Lt<=cr.length&&Ti(In)}},()=>{for(;oi?.length;)ri.next(oi.shift().buffer);vn?.unsubscribe(),ri.complete(),ri.unsubscribe()},void 0,()=>oi=null);kt.subscribe(vn)})}(this.idleSensitivityMillisec),(0,br.p)(b=>!b.length&&!this.isIdleDetected&&!this.isInactivityTimer),(0,Jr.M)(()=>{this.isIdleDetected=!0,this.idleDetected$.next(!0)}),(0,Es.n)(()=>this._ngZone.runOutsideAngular(()=>nl(1e3).pipe((0,cn.Q)((0,ti.h)(this.activityEvents$,(0,kn.O)(this.idleMillisec).pipe((0,Jr.M)(()=>{this.isInactivityTimer=!0,this.timerStart$.next(!0)})))),(0,Ol.j)(()=>{this.isIdleDetected=!1,this.idleDetected$.next(!1)}))))).subscribe(),this.setupTimer(this.timeout),this.setupPing(this.pingMillisec)}stopWatching(){this.stopTimer(),this.idleSubscription&&this.idleSubscription.unsubscribe()}stopTimer(){this.isInactivityTimer=!1,this.timerStart$.next(!1)}resetTimer(){this.stopTimer(),this.isTimeout=!1}onTimerStart(){return this.timerStart$.pipe((0,Aa.F)(),(0,Es.n)(b=>b?this.timer$:(0,Tt.of)(null)))}onIdleStatusChanged(){return this.idleDetected$.asObservable()}onTimeout(){return this.timeout$.pipe((0,br.p)(b=>!!b),(0,Jr.M)(()=>this.isTimeout=!0),(0,Wa.T)(()=>!0))}getConfigValue(){return{idle:this.idleMillisec/1e3,idleSensitivity:this.idleSensitivityMillisec/1e3,timeout:this.timeout,ping:this.pingMillisec/1e3}}setConfigValues(b){!this.idleSubscription||this.idleSubscription.closed?this.setConfig(b):console.error("Call stopWatching() before set config values")}setConfig(b){b.idle&&(this.idleMillisec=1e3*b.idle),b.ping&&(this.pingMillisec=1e3*b.ping),b.idleSensitivity&&(this.idleSensitivityMillisec=1e3*b.idleSensitivity),b.timeout&&(this.timeout=b.timeout)}setCustomActivityEvents(b){!this.idleSubscription||this.idleSubscription.closed?this.activityEvents$=b:console.error("Call stopWatching() before set custom activity events")}setupTimer(b){this._ngZone.runOutsideAngular(()=>{this.timer$=(0,Tt.of)(()=>new Date).pipe((0,Wa.T)(W=>W()),(0,Es.n)(W=>nl(1e3).pipe((0,Wa.T)(()=>Math.round(((new Date).valueOf()-W.valueOf())/1e3)),(0,Jr.M)(X=>{X>=b&&this.timeout$.next(!0)}))))})}setupPing(b){this.ping$=nl(b).pipe((0,br.p)(()=>!this.isTimeout))}}return P.\u0275fac=function(b){return new(b||P)(e.KVO(va,8),e.KVO(e.SKi))},P.\u0275prov=e.jDH({token:P,factory:P.\u0275fac,providedIn:"root"}),P})();var En=p(1188),qi=p(5383),Hr=p(9647),ba=p(60),Ki=p(2920),mr=p(5596),sa=p(6850);const Fl=()=>({initial:!1});function g0(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.activeLink=X.links[1].link)}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[1].link),e.Y8G("active",b.activeLink===b.links[1].link)("state",e.lJ4(4,Fl)),e.R7$(),e.JRh(b.links[1].name)}}function Vu(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.activeLink=X.links[2].link)}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[2].link),e.Y8G("active",b.activeLink===b.links[2].link),e.R7$(),e.JRh(b.links[2].name)}}let _0=(()=>{class P{constructor(b,W){this.store=b,this.router=W,this.faUserCog=qi.McB,this.showBitcoind=!1,this.links=[{link:"app",name:"Application"},{link:"auth",name:"Authentication"},{link:"bconfig",name:"BitcoinD Config"}],this.activeLink="",this.unSubs=[new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){const b=this.links.find(W=>this.router.url.includes(W.link));this.activeLink=b?b.link:this.links[0].link,this.router.events.pipe((0,cn.Q)(this.unSubs[0]),(0,br.p)(W=>W instanceof En.gx)).subscribe({next:W=>{const X=this.links.find(Fe=>W.urlAfterRedirects.includes(Fe.link));this.activeLink=X?X.link:this.links[0].link}}),this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[1])).subscribe(W=>{this.appConfig=W}),this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[2])).subscribe(W=>{this.showBitcoind=!1,this.selNode=W,this.selNode.settings&&this.selNode.settings.bitcoindConfigPath&&""!==this.selNode.settings.bitcoindConfigPath.trim()&&(this.showBitcoind=!0)})}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(En.Ix))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-settings"]],decls:16,vars:7,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","2","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["role","tab","tabindex","3","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink","state"],["role","tab","tabindex","3","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Settings"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6)(8,"div",7),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.activeLink=X.links[0].link)}),e.EFF(9),e.k0s(),e.DNE(10,g0,2,5,"div",8)(11,Vu,2,3,"div",9),e.k0s(),e.nrm(12,"mat-tab-nav-panel",null,0),e.j41(14,"div",10),e.nrm(15,"router-outlet"),e.k0s()()()()}if(2&W){const Fe=e.sdS(13);e.R7$(),e.Y8G("icon",X.faUserCog),e.R7$(6),e.Y8G("tabPanel",Fe),e.R7$(),e.FS9("routerLink",X.links[0].link),e.Y8G("active",X.activeLink===X.links[0].link),e.R7$(),e.JRh(X.links[0].name),e.R7$(),e.Y8G("ngIf",!+X.appConfig.SSO.rtlSSO),e.R7$(),e.Y8G("ngIf",X.showBitcoind)}},dependencies:[bi.bT,ba.aY,Ki.DJ,Ki.sA,Ki.UI,mr.RN,mr.m2,sa.Bu,sa.hQ,sa.Ql,En.n3,En.Wk]})}}return P})();var Cn=p(1771),Qo=p(8570),Gi=p(9417),ge=p(8834),Ne=p(6467),Ce=p(2798),ze=p(6600),gt=p(497),Ot=p(9587);function Jt(P,B){if(1&P&&(e.j41(0,"mat-option",15),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b.index),e.R7$(),e.Lme(" ",b.lnNode," (",b.lnImplementation,") ")}}function wi(P,B){if(1&P){const b=e.RV6();e.j41(0,"form",3,0)(2,"div",4),e.nrm(3,"fa-icon",5),e.j41(4,"span",6),e.EFF(5,"Default Node"),e.k0s()(),e.j41(6,"div",7)(7,"div",8)(8,"mat-form-field",9)(9,"mat-select",10),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG();return e.DH7(Fe.appConfig.defaultNodeIndex,X)||(Fe.appConfig.defaultNodeIndex=X),e.Njj(X)}),e.DNE(10,Jt,2,3,"mat-option",11),e.k0s()()(),e.j41(11,"div",12)(12,"div",8)(13,"button",13),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onResetSettings())}),e.EFF(14,"Reset"),e.k0s(),e.j41(15,"button",14),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onUpdateApplicationSettings())}),e.EFF(16,"Update"),e.k0s()()()()()}if(2&P){const b=e.XpG();e.R7$(3),e.Y8G("icon",b.faWindowRestore),e.R7$(6),e.R50("ngModel",b.appConfig.defaultNodeIndex),e.R7$(),e.Y8G("ngForOf",b.appConfig.nodes)}}let gi=(()=>{class P{constructor(b,W){this.logger=b,this.store=W,this.faWindowRestore=qi.aFw,this.faPlus=qi.QLR,this.previousDefaultNode=0,this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.appConfig=b,this.previousDefaultNode=this.appConfig.defaultNodeIndex,this.logger.info(b)})}onAddNewNode(){this.logger.warn("ADD NEW NODE")}onUpdateApplicationSettings(){this.appConfig.defaultNodeIndex=this.appConfig.defaultNodeIndex?this.appConfig.defaultNodeIndex:this.appConfig&&this.appConfig.nodes&&this.appConfig.nodes.length&&this.appConfig.nodes.length>0&&this.appConfig.nodes[0].index?+this.appConfig.nodes[0].index:-1,this.store.dispatch((0,Cn.rc)({payload:{showSnackBar:!0,message:"Default Node Updated.",config:this.appConfig}}))}onResetSettings(){this.appConfig.defaultNodeIndex=this.previousDefaultNode}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(Ri.il))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-app-settings"]],decls:2,vars:1,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100",1,"padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","settings-container page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"my-2"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start start"],["autoFocus","","tabindex","1","name","defaultNode",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],[3,"value"]],template:function(W,X){1&W&&(e.j41(0,"div",1),e.DNE(1,wi,17,3,"form",2),e.k0s()),2&W&&(e.R7$(),e.Y8G("ngIf",X.appConfig.nodes&&X.appConfig.nodes.length&&X.appConfig.nodes.length>0))},dependencies:[bi.Sq,bi.bT,Gi.qT,Gi.BC,Gi.cb,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,Ne.rl,Ce.VO,ze.wT,gt.Ld,Ot.N]})}}return P})();var rn=p(2852),Sn=p(5351),Zn=p(1264),_r=p(7541),ys=p(5416),Or=p(9631),Ya=p(6013),ls=p(8288),xc=p(9157);const Pl=["stepper"];function Zo(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG();e.JRh(b.passwordFormLabel)}}function As(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function zs(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(2);e.JRh(b.secretFormLabel)}}function Cc(P,B){if(1&P&&e.nrm(0,"qr-code",33),2&P){const b=e.XpG(2);e.Y8G("value",b.otpauth)("size",180)("errorCorrectionLevel","L")}}function Ds(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Secret Code is required."),e.k0s())}function Nl(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-step",10)(1,"form",22),e.DNE(2,zs,1,1,"ng-template",23),e.j41(3,"div",24),e.DNE(4,Cc,1,3,"qr-code",25),e.k0s(),e.j41(5,"div",26),e.nrm(6,"fa-icon",27),e.j41(7,"span"),e.EFF(8,"You can use a compatible authentication app to get an authentication code when you log in to RTL. e.g.: Google Authenticator."),e.k0s()(),e.j41(9,"div",28)(10,"mat-form-field",13)(11,"mat-label"),e.EFF(12,"Secret Code"),e.k0s(),e.nrm(13,"input",29),e.j41(14,"fa-icon",30),e.bIt("copied",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onCopySecret(X))}),e.k0s(),e.DNE(15,Ds,2,0,"mat-error",15),e.k0s()(),e.j41(16,"div",31)(17,"button",32),e.EFF(18,"Next"),e.k0s()()()()}if(2&P){const b=e.XpG();e.Y8G("stepControl",b.secretFormGroup)("editable",b.flgEditable),e.R7$(),e.Y8G("formGroup",b.secretFormGroup),e.R7$(3),e.Y8G("ngIf",b.otpauth),e.R7$(2),e.Y8G("icon",b.faInfoCircle),e.R7$(8),e.Y8G("icon",b.faCopy)("payload",null==b.secretFormGroup||null==b.secretFormGroup.controls||null==b.secretFormGroup.controls.secret?null:b.secretFormGroup.controls.secret.value),e.R7$(),e.Y8G("ngIf",null==b.secretFormGroup||null==b.secretFormGroup.controls||null==b.secretFormGroup.controls.secret||null==b.secretFormGroup.controls.secret.errors?null:b.secretFormGroup.controls.secret.errors.required)}}function H1(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(2);e.JRh(b.tokenFormLabel)}}function Er(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Token is required."),e.k0s())}function m1(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Token is invalid."),e.k0s())}function Da(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",8)(1,"div",28)(2,"mat-form-field",13)(3,"mat-label"),e.EFF(4,"Token"),e.k0s(),e.nrm(5,"input",37),e.DNE(6,Er,2,0,"mat-error",15)(7,m1,2,0,"mat-error",15),e.k0s()(),e.j41(8,"div",31)(9,"button",38),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onVerifyToken())}),e.EFF(10),e.k0s()()()}if(2&P){const b=e.XpG(2);e.R7$(6),e.Y8G("ngIf",null==b.tokenFormGroup||null==b.tokenFormGroup.controls||null==b.tokenFormGroup.controls.token||null==b.tokenFormGroup.controls.token.errors?null:b.tokenFormGroup.controls.token.errors.required),e.R7$(),e.Y8G("ngIf",null==b.tokenFormGroup||null==b.tokenFormGroup.controls||null==b.tokenFormGroup.controls.token||null==b.tokenFormGroup.controls.token.errors?null:b.tokenFormGroup.controls.token.errors.notValid),e.R7$(3),e.JRh(null!=b.tokenFormGroup&&null!=b.tokenFormGroup.controls&&null!=b.tokenFormGroup.controls.token&&null!=b.tokenFormGroup.controls.token.errors&&b.tokenFormGroup.controls.token.errors.notValid?"Retry":"Verify")}}function po(P,B){1&P&&(e.j41(0,"div")(1,"strong"),e.EFF(2,"Success! You are all set."),e.k0s()())}function Hu(P,B){if(1&P&&(e.j41(0,"mat-step",34)(1,"form",35),e.DNE(2,H1,1,1,"ng-template",12)(3,Da,11,3,"div",36)(4,po,3,0,"div",15),e.k0s()()),2&P){const b=e.XpG();e.Y8G("stepControl",b.tokenFormGroup),e.R7$(),e.Y8G("formGroup",b.tokenFormGroup),e.R7$(2),e.Y8G("ngIf",!b.flgValidated||!b.isTokenValid),e.R7$(),e.Y8G("ngIf",b.flgValidated&&b.isTokenValid)}}function tc(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(2);e.JRh(b.disableFormLabel)}}function Vl(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",8)(1,"div",39),e.nrm(2,"fa-icon",27),e.j41(3,"span"),e.EFF(4,"You are about to disable two-factor authentication security from RTL. Are you sure you want to turn it off?"),e.k0s()(),e.j41(5,"div",31)(6,"button",38),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onVerifyToken())}),e.EFF(7,"Disable"),e.k0s()()()}if(2&P){const b=e.XpG(2);e.R7$(2),e.Y8G("icon",b.faExclamationTriangle)}}function Jo(P,B){1&P&&(e.j41(0,"div")(1,"strong"),e.EFF(2,"Two factor authentication removed from RTL."),e.k0s()())}function K3(P,B){if(1&P&&(e.j41(0,"mat-step",34)(1,"form",35),e.DNE(2,tc,1,1,"ng-template",12)(3,Vl,8,1,"div",36)(4,Jo,3,0,"div",15),e.k0s()()),2&P){const b=e.XpG();e.Y8G("stepControl",b.disableFormGroup),e.R7$(),e.Y8G("formGroup",b.disableFormGroup),e.R7$(2),e.Y8G("ngIf",!b.flgValidated||!b.isTokenValid),e.R7$(),e.Y8G("ngIf",b.flgValidated&&b.isTokenValid)}}let z1=(()=>{class P{constructor(b,W,X,Fe,Lt,kt){this.dialogRef=b,this.data=W,this.store=X,this.formBuilder=Fe,this.rtlEffects=Lt,this.snackBar=kt,this.faExclamationTriangle=qi.zpE,this.faCopy=qi.jPR,this.faInfoCircle=qi.iW_,this.flgValidated=!1,this.isTokenValid=!0,this.otpauth="",this.appConfig=null,this.flgEditable=!0,this.showDisableStepper=!1,this.passwordFormLabel="Authenticate with your RTL password",this.secretFormLabel="Scan or copy the secret",this.tokenFormLabel="Verify your authentication is working",this.disableFormLabel="Disable two factor authentication",this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[Gi.k0.required]],password:["",[Gi.k0.required]]}),this.secretFormGroup=this.formBuilder.group({secret:[{value:"",disabled:!0},Gi.k0.required]}),this.tokenFormGroup=this.formBuilder.group({token:["",Gi.k0.required]}),this.disableFormGroup=this.formBuilder.group({}),this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.appConfig=this.data.appConfig||null,this.showDisableStepper=!!this.appConfig?.enable2FA,this.secretFormGroup=this.formBuilder.group({secret:[{value:this.appConfig?.enable2FA?"":this.generateSecret(),disabled:!0},Gi.k0.required]})}generateSecret(){const b=Zn.authenticator.generateSecret();return this.otpauth=Zn.authenticator.keyuri("","Ride The Lightning (RTL)",b),b}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,Cn.oz)({payload:rn(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,Qs.s)(1)).subscribe(b=>{"ERROR"!==b?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onCopySecret(b){this.snackBar.open("Secret code "+this.secretFormGroup.controls.secret.value+" copied.")}onVerifyToken(){if(this.appConfig?.enable2FA)this.appConfig.enable2FA=!1,this.appConfig.secret2FA="",this.store.dispatch((0,Cn.rc)({payload:{showSnackBar:!1,message:"Two factor authentication disabled successfully.",config:this.appConfig}})),this.generateSecret(),this.isTokenValid=!0;else{if(!this.tokenFormGroup.controls.token.value)return!0;if(this.isTokenValid=Zn.authenticator.check(this.tokenFormGroup.controls.token.value,this.secretFormGroup.controls.secret.value),!this.isTokenValid)return this.tokenFormGroup.controls.token.setErrors({notValid:!0}),!0;this.appConfig.enable2FA=!0,this.appConfig.secret2FA=this.secretFormGroup.controls.secret.value,this.store.dispatch((0,Cn.rc)({payload:{showSnackBar:!1,message:"Two factor authentication enabled successfully.",config:this.appConfig}})),this.tokenFormGroup.controls.token.setValue("")}this.flgValidated=!0}stepSelectionChanged(b){switch(b.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password";break;case 1:case 2:this.passwordFormLabel="User authenticated successfully"}b.selectedIndex{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Sn.CP),e.rXU(Sn.Vh),e.rXU(Ri.il),e.rXU(Gi.ze),e.rXU(_r.H),e.rXU(ys.UG))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-two-factor-auth"]],viewQuery:function(W,X){if(1&W&&e.GBs(Pl,5),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.stepper=Fe.first)}},decls:30,vars:11,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","15","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["fxFlex","100",1,"w-100","alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["autoFocus","","matInput","","type","text","tabindex","4","formControlName","secret","required",""],["matSuffix","","rtlClipboard","",3,"copied","icon","payload"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","6","type","button","matStepperNext",""],[3,"value","size","errorCorrectionLevel"],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["fxLayout","column",4,"ngIf"],["autoFocus","","matInput","","type","text","tabindex","7","formControlName","token","required",""],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxFlex","100",1,"w-100","alert","alert-warn"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Setup Two Factor Authentication"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),e.bIt("selectionChange",function(kt){return e.eBV(Fe),e.Njj(X.stepSelectionChanged(kt))}),e.j41(12,"mat-step",10)(13,"form",11),e.DNE(14,Zo,1,1,"ng-template",12),e.j41(15,"div",1)(16,"mat-form-field",13)(17,"mat-label"),e.EFF(18,"Password"),e.k0s(),e.nrm(19,"input",14),e.DNE(20,As,2,0,"mat-error",15),e.k0s()(),e.j41(21,"div",16)(22,"button",17),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onAuthenticate())}),e.EFF(23,"Confirm"),e.k0s()()()(),e.DNE(24,Nl,19,8,"mat-step",18)(25,Hu,5,4,"mat-step",19)(26,K3,5,4,"mat-step",19),e.k0s(),e.j41(27,"div",20)(28,"button",21),e.EFF(29),e.k0s()()()()()()}2&W&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(4),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",X.passwordFormGroup)("editable",X.flgEditable),e.R7$(),e.Y8G("formGroup",X.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==X.passwordFormGroup||null==X.passwordFormGroup.controls||null==X.passwordFormGroup.controls.password||null==X.passwordFormGroup.controls.password.errors?null:X.passwordFormGroup.controls.password.errors.required),e.R7$(4),e.Y8G("ngIf",!X.showDisableStepper),e.R7$(),e.Y8G("ngIf",!X.showDisableStepper),e.R7$(),e.Y8G("ngIf",X.showDisableStepper),e.R7$(2),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(X.flgValidated&&X.isTokenValid?"Close":"Cancel"))},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.j4,Gi.JD,ba.aY,Ki.DJ,Ki.sA,Ki.UI,Sn.tx,ge.$z,mr.m2,mr.MM,Or.fg,Ne.rl,Ne.nJ,Ne.TL,Ne.yw,Ya.V5,Ya.Ti,Ya.M6,Ya.F7,ls.Um,xc.U,Ot.N]})}}return P})();var Xt=p(4416),qa=p(3202),zc=p(1997);const v0=["authForm"];function zu(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Current password is required."),e.k0s())}function al(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.errorMsg)}}function b0(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.errorConfirmMsg)}}function $d(P,B){if(1&P){const b=e.RV6();e.j41(0,"form",12,0)(2,"div",13),e.nrm(3,"fa-icon",6),e.j41(4,"span",7),e.EFF(5,"Password"),e.k0s()(),e.j41(6,"mat-form-field")(7,"mat-label"),e.EFF(8,"Current Password"),e.k0s(),e.j41(9,"input",14),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG();return e.DH7(Fe.currPassword,X)||(Fe.currPassword=X),e.Njj(X)}),e.k0s(),e.DNE(10,zu,2,0,"mat-error",15),e.k0s(),e.j41(11,"mat-form-field")(12,"mat-label"),e.EFF(13,"New Password"),e.k0s(),e.j41(14,"input",16),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG();return e.DH7(Fe.newPassword,X)||(Fe.newPassword=X),e.Njj(X)}),e.k0s(),e.DNE(15,al,2,1,"mat-error",15),e.k0s(),e.j41(16,"mat-form-field")(17,"mat-label"),e.EFF(18,"Confirm New Password"),e.k0s(),e.j41(19,"input",17),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG();return e.DH7(Fe.confirmPassword,X)||(Fe.confirmPassword=X),e.Njj(X)}),e.k0s(),e.DNE(20,b0,2,1,"mat-error",15),e.k0s(),e.j41(21,"div",18)(22,"button",19),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onResetPassword())}),e.EFF(23,"Reset"),e.k0s(),e.j41(24,"button",20),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onChangePassword())}),e.EFF(25,"Change Password"),e.k0s()()()}if(2&P){const b=e.XpG();e.R7$(3),e.Y8G("icon",b.faLock),e.R7$(6),e.R50("ngModel",b.currPassword),e.R7$(),e.Y8G("ngIf",!b.currPassword),e.R7$(4),e.R50("ngModel",b.newPassword),e.R7$(),e.Y8G("ngIf",b.matchOldAndNewPasswords()),e.R7$(4),e.R50("ngModel",b.confirmPassword),e.R7$(),e.Y8G("ngIf",b.matchNewPasswords())}}let B1=(()=>{class P{constructor(b,W,X,Fe,Lt){this.logger=b,this.store=W,this.actions=X,this.router=Fe,this.sessionService=Lt,this.faInfoCircle=qi.iW_,this.faUserLock=qi.aAJ,this.faUserClock=qi.ld_,this.faLock=qi.DW4,this.currPassword="",this.newPassword="",this.confirmPassword="",this.errorMsg="",this.errorConfirmMsg="",this.initializeNodeData=!1,this.unSubs=[new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.initializeNodeData="true"===this.sessionService.getItem("defaultPassword"),this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.appConfig=b,this.logger.info(this.appConfig)}),this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.selNode=b}),this.actions.pipe((0,cn.Q)(this.unSubs[2]),(0,br.p)(b=>b.type===Xt.aU.RESET_PASSWORD_RES)).subscribe(b=>{if(Xt.Ah.includes(this.currPassword.toLowerCase()))switch(this.selNode.lnImplementation?.toUpperCase()){case"CLN":this.router.navigate(["/cln/home"]);break;case"ECL":this.router.navigate(["/ecl/home"]);break;default:this.router.navigate(["/lnd/home"])}this.form&&this.form.resetForm()})}onChangePassword(){if(!this.currPassword||!this.newPassword||!this.confirmPassword||this.currPassword===this.newPassword||this.newPassword!==this.confirmPassword||Xt.Ah.includes(this.newPassword.toLowerCase()))return!0;this.store.dispatch((0,Cn.xw)({payload:{currPassword:rn(this.currPassword).toString(),newPassword:rn(this.newPassword).toString()}}))}matchOldAndNewPasswords(){let b=!1;return this.form&&this.form.controls&&this.form.controls.newpassword&&(this.newPassword?""!==this.currPassword&&""!==this.newPassword&&this.currPassword===this.newPassword?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg="Old and New password cannot be same.",b=!0):Xt.Ah.includes(this.newPassword.toLowerCase())?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg=Xt.Ah?.reduce((W,X,Fe)=>Fe{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(Ri.il),e.rXU(ft.En),e.rXU(En.Ix),e.rXU(qa.Q))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-auth-settings"]],viewQuery:function(W,X){if(1&W&&e.GBs(v0,5),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.form=Fe.first)}},decls:15,vars:4,consts:[["authForm","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container mt-1",4,"ngIf"],[1,"my-2"],["fxLayout","column","fxLayoutAlign","start stretch"],[1,"mb-1","settings-container","page-sub-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],[1,"mt-1"],["mat-flat-button","","color","primary","tabindex","6",1,"mb-2",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row","fxLayoutAlign","start start",1,"mb-2"],["autoFocus","","matInput","","type","password","id","currpassword","name","currpassword","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["matInput","","type","password","id","newpassword","name","newpassword","tabindex","2","required","",3,"ngModelChange","ngModel"],["matInput","","type","password","id","confirmpassword","name","confirmpassword","tabindex","3","required","",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","5","type","submit",3,"click"]],template:function(W,X){1&W&&(e.j41(0,"div",1),e.DNE(1,$d,26,7,"form",2),e.nrm(2,"mat-divider",3),e.j41(3,"div",4)(4,"div",5),e.nrm(5,"fa-icon",6),e.j41(6,"span",7),e.EFF(7,"Two Factor Authentication"),e.k0s()(),e.j41(8,"div",8),e.nrm(9,"fa-icon",9),e.j41(10,"span"),e.EFF(11,"Protect your account from unauthorized access by requiring a second authentication method in addition to your password."),e.k0s()(),e.j41(12,"div",10)(13,"button",11),e.bIt("click",function(){return X.on2FAuth()}),e.EFF(14),e.k0s()()()()),2&W&&(e.R7$(),e.Y8G("ngIf",null==X.appConfig?null:X.appConfig.allowPasswordUpdate),e.R7$(4),e.Y8G("icon",X.faUserClock),e.R7$(4),e.Y8G("icon",X.faInfoCircle),e.R7$(5),e.JRh(X.appConfig.enable2FA?"Disable 2FA":"Enable 2FA"))},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,Or.fg,Ne.rl,Ne.nJ,Ne.TL,zc.q,Ot.N]})}}return P})();var wc=p(3902);function ol(P,B){1&P&&e.nrm(0,"mat-divider",7)}function Nn(P,B){if(1&P&&(e.j41(0,"div",4)(1,"pre",5),e.EFF(2),e.nI1(3,"json"),e.k0s(),e.DNE(4,ol,1,0,"mat-divider",6),e.k0s()),2&P){const b=e.XpG();e.R7$(2),e.JRh(e.bMT(3,2,b.configData)),e.R7$(2),e.Y8G("ngIf",""!==b.configData)}}function Hl(P,B){if(1&P&&(e.j41(0,"h2"),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b)}}function Qd(P,B){if(1&P&&(e.j41(0,"h4",14),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b)}}function y0(P,B){1&P&&e.nrm(0,"mat-divider",15),2&P&&e.Y8G("inset",!0)}function $3(P,B){if(1&P&&(e.j41(0,"mat-list-item")(1,"mat-card-subtitle",7),e.DNE(2,Hl,2,1,"h2",10),e.k0s(),e.j41(3,"mat-card-subtitle",11),e.DNE(4,Qd,2,1,"h4",12),e.k0s(),e.DNE(5,y0,1,1,"mat-divider",13),e.k0s()),2&P){const b=B.$implicit;e.R7$(2),e.Y8G("ngIf",b.indexOf("[")>=0),e.R7$(2),e.Y8G("ngIf",b.indexOf("[")<0),e.R7$(),e.Y8G("ngIf",b.indexOf("[")<0)}}function U1(P,B){if(1&P&&(e.j41(0,"div",8)(1,"mat-list"),e.DNE(2,$3,6,3,"mat-list-item",9),e.k0s()()),2&P){const b=e.XpG();e.R7$(2),e.Y8G("ngForOf",b.configData)}}let Bu=(()=>{class P{constructor(b,W,X){this.store=b,this.rtlEffects=W,this.router=X,this.configData="",this.fileFormat="INI",this.faCog=qi.dB,this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.store.dispatch((0,Cn.Dz)({payload:"bitcoind"})),this.rtlEffects.showLnConfig.pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{const W=b.data;this.fileFormat=b.format,this.configData=""===W||!W||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==W&&W&&"JSON"===this.fileFormat?W:"":W.split("\n")})}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(_r.H),e.rXU(En.Ix))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-bitcoin-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,Nn,5,4,"div",2)(3,U1,3,1,"div",3),e.k0s()()),2&W&&(e.R7$(2),e.Y8G("ngIf",""!==X.configData&&"JSON"===X.fileFormat),e.R7$(),e.Y8G("ngIf",""!==X.configData&&("INI"===X.fileFormat||"HOCON"===X.fileFormat)))},dependencies:[bi.Sq,bi.bT,Ki.DJ,Ki.sA,Ki.UI,mr.Lc,wc.jt,wc.YE,zc.q,bi.TG],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]})}}return P})();function Uu(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}let Gu=(()=>{class P{constructor(b,W,X){this.dialogRef=b,this.store=W,this.rtlEffects=X,this.password="",this.isAuthenticated=!1,this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.rtlEffects.isAuthorizedRes.pipe((0,Qs.s)(1)).subscribe(b=>{"ERROR"!==b?(this.isAuthenticated=!0,this.store.dispatch((0,Cn.R$)({payload:this.isAuthenticated}))):this.isAuthenticated=!1})}onAuthenticate(){if(!this.password)return!0;this.store.dispatch((0,Cn.oz)({payload:rn(this.password)}))}onClose(){this.store.dispatch((0,Cn.R$)({payload:this.isAuthenticated}))}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Sn.CP),e.rXU(Ri.il),e.rXU(_r.H))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-is-authorized"]],decls:18,vars:2,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["autoFocus","","matInput","","type","password","id","password","name","password","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","2","type","submit","default","",3,"click"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e.EFF(5,"Authenticate with your RTL Password"),e.k0s()(),e.j41(6,"button",5),e.bIt("click",function(){return X.onClose()}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",6)(9,"form",7)(10,"mat-form-field")(11,"mat-label"),e.EFF(12,"Password"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(Lt){return e.DH7(X.password,Lt)||(X.password=Lt),Lt}),e.k0s(),e.DNE(14,Uu,2,0,"mat-error",9),e.k0s(),e.j41(15,"div",10)(16,"button",11),e.bIt("click",function(){return X.onAuthenticate()}),e.EFF(17,"Confirm"),e.k0s()()()()()()),2&W&&(e.R7$(13),e.R50("ngModel",X.password),e.R7$(),e.Y8G("ngIf",!X.password))},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,Ki.DJ,Ki.sA,Ki.UI,ge.$z,mr.m2,mr.MM,Or.fg,Ne.rl,Ne.nJ,Ne.TL,Ot.N]})}}return P})();const sl=()=>({initial:!1});function Q3(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.activeLink=X.links[2].link)}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[2].link),e.Y8G("active",b.activeLink===b.links[2].link)("state",e.lJ4(4,sl)),e.R7$(),e.JRh(b.links[2].name)}}function Z3(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",14),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.activeLink=X.links[3].link)}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[3].link),e.Y8G("active",b.activeLink===b.links[3].link),e.R7$(),e.JRh(b.links[3].name)}}function ju(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",15),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.showLnConfigClicked())}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.Y8G("active",b.activeLink===b.links[4].link),e.R7$(),e.JRh(b.links[4].name)}}let J3=(()=>{class P{constructor(b,W,X,Fe){this.store=b,this.router=W,this.rtlEffects=X,this.activatedRoute=Fe,this.faTools=qi.nsx,this.showLnConfig=!1,this.lnImplementationStr="",this.links=[{link:"nodesettings",name:"Node Settings"},{link:"pglayout",name:"Page Layout"},{link:"services",name:"Services"},{link:"experimental",name:"Experimental"},{link:"lnconfig",name:this.lnImplementationStr}],this.activeLink="",this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){const b=this.links.find(W=>this.router.url.includes(W.link));this.activeLink=b?b.link:this.links[0].link,this.router.events.pipe((0,cn.Q)(this.unSubs[0]),(0,br.p)(W=>W instanceof En.gx)).subscribe({next:W=>{const X=this.links.find(Fe=>W.urlAfterRedirects.includes(Fe.link));this.activeLink=X?X.link:this.links[0].link}}),this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[1])).subscribe(W=>{this.appConfig=W}),this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[2])).subscribe(W=>{switch(this.showLnConfig=!1,this.selNode=W,this.selNode.lnImplementation?.toUpperCase()){case"CLN":this.lnImplementationStr="Core Lightning Config";break;case"ECL":this.lnImplementationStr="Eclair Config";break;default:this.lnImplementationStr="LND Config"}this.selNode.authentication&&this.selNode.authentication.configPath&&""!==this.selNode.authentication.configPath.trim()&&(this.links[4].name=this.lnImplementationStr,this.showLnConfig=!0)})}showLnConfigClicked(){this.appConfig.SSO.rtlSSO?(this.activeLink=this.links[4].link,this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute})):(this.store.dispatch((0,Cn.xO)({payload:{maxWidth:"50rem",data:{component:Gu}}})),this.rtlEffects.closeAlert.pipe((0,cn.Q)(this.unSubs[3])).subscribe(b=>{b&&(this.activeLink=this.links[4].link,this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute}))}))}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(En.Ix),e.rXU(_r.H),e.rXU(En.nX))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-node-config"]],decls:19,vars:11,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","3","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["tabindex","4","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["tabindex","5","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["tabindex","3","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink","state"],["tabindex","4","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","5","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Node Config"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6)(8,"div",7),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.activeLink=X.links[0].link)}),e.EFF(9),e.k0s(),e.j41(10,"div",8),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.activeLink=X.links[1].link)}),e.EFF(11),e.k0s(),e.DNE(12,Q3,2,5,"div",9)(13,Z3,2,3,"div",10)(14,ju,2,2,"div",11),e.k0s(),e.nrm(15,"mat-tab-nav-panel",null,0),e.j41(17,"div",12),e.nrm(18,"router-outlet"),e.k0s()()()()}if(2&W){const Fe=e.sdS(16);e.R7$(),e.Y8G("icon",X.faTools),e.R7$(6),e.Y8G("tabPanel",Fe),e.R7$(),e.FS9("routerLink",X.links[0].link),e.Y8G("active",X.activeLink===X.links[0].link),e.R7$(),e.JRh(X.links[0].name),e.R7$(),e.FS9("routerLink",X.links[1].link),e.Y8G("active",X.activeLink===X.links[1].link),e.R7$(),e.JRh(X.links[1].name),e.R7$(),e.Y8G("ngIf","ECL"!==(null==X.selNode||null==X.selNode.lnImplementation?null:X.selNode.lnImplementation.toUpperCase())),e.R7$(),e.Y8G("ngIf","CLN"===(null==X.selNode||null==X.selNode.lnImplementation?null:X.selNode.lnImplementation.toUpperCase())),e.R7$(),e.Y8G("ngIf",X.showLnConfig)}},dependencies:[bi.bT,ba.aY,Ki.DJ,Ki.sA,Ki.UI,mr.RN,mr.m2,sa.Bu,sa.hQ,sa.Ql,En.n3,En.Wk]})}}return P})();function q3(P,B){1&P&&e.nrm(0,"mat-divider",7)}function Ii(P,B){if(1&P&&(e.j41(0,"div",4)(1,"pre",5),e.EFF(2),e.nI1(3,"json"),e.k0s(),e.DNE(4,q3,1,0,"mat-divider",6),e.k0s()),2&P){const b=e.XpG();e.R7$(2),e.JRh(e.bMT(3,2,b.configData)),e.R7$(2),e.Y8G("ngIf",""!==b.configData)}}function ur(P,B){if(1&P&&(e.j41(0,"h2"),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b)}}function x0(P,B){if(1&P&&(e.j41(0,"h4",14),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b)}}function Zd(P,B){1&P&&e.nrm(0,"mat-divider",15),2&P&&e.Y8G("inset",!0)}function zr(P,B){if(1&P&&(e.j41(0,"mat-list-item")(1,"mat-card-subtitle",7),e.DNE(2,ur,2,1,"h2",10),e.k0s(),e.j41(3,"mat-card-subtitle",11),e.DNE(4,x0,2,1,"h4",12),e.k0s(),e.DNE(5,Zd,1,1,"mat-divider",13),e.k0s()),2&P){const b=B.$implicit;e.R7$(2),e.Y8G("ngIf",b.indexOf("[")>=0),e.R7$(2),e.Y8G("ngIf",b.indexOf("[")<0),e.R7$(),e.Y8G("ngIf",b.indexOf("[")<0)}}function C0(P,B){if(1&P&&(e.j41(0,"div",8)(1,"mat-list"),e.DNE(2,zr,6,3,"mat-list-item",9),e.k0s()()),2&P){const b=e.XpG();e.R7$(2),e.Y8G("ngForOf",b.configData)}}let zl=(()=>{class P{constructor(b,W,X){this.store=b,this.rtlEffects=W,this.router=X,this.configData="",this.fileFormat="INI",this.faCog=qi.dB,this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.store.dispatch((0,Cn.Dz)({payload:"ln"})),this.rtlEffects.showLnConfig.pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{const W=b.data;this.fileFormat=b.format,this.configData=""===W||!W||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==W&&W&&"JSON"===this.fileFormat?W:"":W.split("\n")})}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(_r.H),e.rXU(En.Ix))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-lnp-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,Ii,5,4,"div",2)(3,C0,3,1,"div",3),e.k0s()()),2&W&&(e.R7$(2),e.Y8G("ngIf",""!==X.configData&&"JSON"===X.fileFormat),e.R7$(),e.Y8G("ngIf",""!==X.configData&&("INI"===X.fileFormat||"HOCON"===X.fileFormat)))},dependencies:[bi.Sq,bi.bT,Ki.DJ,Ki.sA,Ki.UI,mr.Lc,wc.jt,wc.YE,zc.q,bi.TG],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]})}}return P})();var ka=p(2571),ds=p(6038),La=p(9454),G1=p(5951),Jd=p(450);const Tp=P=>({skin:!0,"selected-color":P});function Wu(P,B){if(1&P&&(e.j41(0,"span",41),e.nrm(1,"fa-icon",42),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.Y8G("icon",b.symbol)}}function Xu(P,B){if(1&P&&(e.j41(0,"span",41),e.nrm(1,"span",43),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.Y8G("innerHTML",b.symbol,e.npT)}}function j1(P,B){if(1&P&&(e.j41(0,"mat-option",39),e.DNE(1,Wu,2,1,"span",40)(2,Xu,2,1,"span",40),e.EFF(3),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b.id),e.R7$(),e.Y8G("ngIf",b&&"FA"===b.iconType),e.R7$(),e.Y8G("ngIf",b&&"SVG"===b.iconType),e.R7$(),e.Lme(" ",b.name," (",b.id,") ")}}function hs(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Currency unit is required."),e.k0s())}function ic(P,B){if(1&P&&(e.j41(0,"mat-radio-button",44),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.Y8G("value",b)("checked",W.selNode.settings.userPersona===b),e.R7$(),e.SpI(" ",e.bMT(2,3,b)," ")}}function Yu(P,B){if(1&P&&(e.j41(0,"mat-radio-button",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b),e.R7$(),e.SpI("",b.name," ")}}function us(P,B){if(1&P){const b=e.RV6();e.j41(0,"span",46)(1,"div",47),e.nI1(2,"lowercase"),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG();return e.Njj(Fe.changeThemeColor(X.id))}),e.k0s(),e.EFF(3),e.k0s()}if(2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.HbH(e.bMT(2,4,b.id)),e.Y8G("ngClass",e.eq3(6,Tp,W.selectedThemeColor===b.id)),e.R7$(2),e.SpI(" ",b.name," ")}}let Mc=(()=>{class P{constructor(b,W,X,Fe){this.logger=b,this.commonService=W,this.store=X,this.sanitizer=Fe,this.faBarsStaggered=qi.o97,this.faExclamationTriangle=qi.zpE,this.faMoneyBillAlt=qi.iy8,this.faPaintBrush=qi._eQ,this.faInfoCircle=qi.iW_,this.faEyeSlash=qi.k6j,this.userPersonas=[Xt.HW.OPERATOR,Xt.HW.MERCHANT],this.currencyUnits=Xt.Zi,this.themeModes=Xt.Bv.modes,this.themeColors=Xt.Bv.themes,this.selectedThemeMode=Xt.Bv.modes[0],this.selectedThemeColor=Xt.Bv.themes[0].id,this.currencyUnit="BTC",this.smallerCurrencyUnit="Sats",this.showSettingOption=!0,this.screenSize="",this.screenSizeEnum=Xt.f7,this.unSubs=[new Ui.B,new Ui.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.currencyUnits.map(b=>("SVG"===b.iconType&&"string"==typeof b.symbol&&(b.symbol=b.symbol.replace('{this.selNode=JSON.parse(JSON.stringify(b)),this.selectedThemeMode=this.themeModes.find(W=>this.selNode.settings.themeMode===W.id)||this.themeModes[0],this.selectedThemeColor=this.selNode.settings.themeColor,this.selNode.settings.fiatConversion||(this.selNode.settings.currencyUnit=""),this.previousSettings=JSON.parse(JSON.stringify(this.selNode.settings)),this.logger.info(b)})}toggleSettings(b,W){this.selNode.settings[b]=!this.selNode.settings[b]}changeThemeColor(b){this.selectedThemeColor=b,this.selNode.settings.themeColor=b}chooseThemeMode(){this.selNode.settings.themeMode=this.selectedThemeMode.id}onFiatConversionChange(b){this.selNode.settings.fiatConversion||delete this.selNode.settings.currencyUnit}onUpdateNodeSettings(){if(this.selNode.settings.fiatConversion&&!this.selNode.settings.currencyUnit)return!0;this.selNode.settings.blockExplorerUrl=this.selNode.settings.blockExplorerUrl.replace(/\/$/,""),this.logger.info(this.selNode.settings),this.store.dispatch((0,Cn.T$)({payload:this.selNode}))}onResetSettings(){const b=this.selNode.index||-1;this.selNode.settings=this.previousSettings,this.selectedThemeMode=this.themeModes.find(W=>W.id===this.previousSettings.themeMode)||this.themeModes[0],this.selectedThemeColor=this.previousSettings.themeColor,this.store.dispatch((0,Cn.Qi)({payload:{uiMessage:Xt.MZ.NO_SPINNER,prevLnNodeIndex:+b,currentLnNode:this.selNode,isInitialSetup:!0}}))}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(Ri.il),e.rXU(t.up))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-node-settings"]],decls:100,vars:21,consts:[["form","ngForm"],["currencyUnit","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container"],["displayMode","flat","multi","false"],["fxLayout","column",1,"flat-expansion-panel","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["href","https://mempool.space/","target","blank"],["fxLayout","row wrap","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["matInput","","name","blockExplorerUrl",3,"ngModelChange","ngModel"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-1"],["tabindex","1","color","primary","name","unannouncedChannels",3,"ngModelChange","change","ngModel"],["href","https://www.blockchain.com/api/exchange_rates_api","target","blank"],["tabindex","2","color","primary","name","fiatConversion",1,"mr-2",3,"ngModelChange","change","ngModel"],["fxFlex","25"],["autoFocus","","tabindex","3","name","currencyUnit",3,"ngModelChange","disabled","required","ngModel"],[3,"value",4,"ngFor","ngForOf"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-0"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100"],["color","primary","tabindex","1","name","userPersona",1,"radio-group",3,"ngModelChange","ngModel"],["class","radio-text mr-4",3,"value","checked",4,"ngFor","ngForOf"],[1,"mt-1"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],["color","primary","name","themeMode",1,"radio-group",3,"ngModelChange","change","ngModel"],["tabindex","5","class","radio-text mr-4",3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-xs","start stretch"],["fxLayout","column","fxFlex.gt-xs","50","fxFlex.gt-md","40","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","row","class","theme-name",4,"ngFor","ngForOf"],["fxLayout","column","fxLayoutAlign","start start",1,"mt-1"],["fxLayout","row"],["mat-stroked-button","","color","primary","tabindex","10",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","11",3,"click"],[3,"value"],["class","mr-1",4,"ngIf"],[1,"mr-1"],[3,"icon"],["fxLayoutAlign","center center",3,"innerHTML"],[1,"radio-text","mr-4",3,"value","checked"],["tabindex","5",1,"radio-text","mr-4",3,"value"],["fxLayout","row",1,"theme-name"],["tabindex","9",3,"click","ngClass"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"mat-accordion",4)(4,"mat-expansion-panel",5)(5,"mat-expansion-panel-header")(6,"mat-panel-title"),e.nrm(7,"fa-icon",6),e.j41(8,"span",7),e.EFF(9,"Block Explorer"),e.k0s()()(),e.j41(10,"div",8)(11,"div",9),e.nrm(12,"fa-icon",10),e.j41(13,"span"),e.EFF(14,"Configure your own blockchain explorer url or "),e.j41(15,"strong")(16,"a",11),e.EFF(17,"mempool.space"),e.k0s()(),e.EFF(18," will be used."),e.k0s()(),e.j41(19,"div",12)(20,"mat-form-field",13)(21,"mat-label"),e.EFF(22,"Block Explorer URL"),e.k0s(),e.j41(23,"input",14),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.blockExplorerUrl,kt)||(X.selNode.settings.blockExplorerUrl=kt),e.Njj(kt)}),e.k0s(),e.j41(24,"mat-hint"),e.EFF(25,"Blockchain explorer URL, eg. https://mempool.space or https://blockstream.info"),e.k0s()()()()(),e.j41(26,"mat-expansion-panel",5)(27,"mat-expansion-panel-header")(28,"mat-panel-title"),e.nrm(29,"fa-icon",6),e.j41(30,"span",7),e.EFF(31,"Open Unannounced Channels"),e.k0s()()(),e.j41(32,"div",8)(33,"div",15),e.nrm(34,"fa-icon",10),e.j41(35,"span"),e.EFF(36,"Use this control to toggle setting which defaults to opening unannounced channels only."),e.k0s()(),e.j41(37,"div",12)(38,"mat-slide-toggle",16),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.unannouncedChannels,kt)||(X.selNode.settings.unannouncedChannels=kt),e.Njj(kt)}),e.bIt("change",function(){return e.eBV(Fe),e.Njj(!X.selNode.settings.unannouncedChannels)}),e.EFF(39,"Open Unannounced Channels"),e.k0s()()()(),e.j41(40,"mat-expansion-panel",5)(41,"mat-expansion-panel-header")(42,"mat-panel-title"),e.nrm(43,"fa-icon",6),e.j41(44,"span",7),e.EFF(45,"Balance Display"),e.k0s()()(),e.j41(46,"div",8)(47,"div",9),e.nrm(48,"fa-icon",10),e.j41(49,"span"),e.EFF(50,"Fiat conversion calls "),e.j41(51,"strong")(52,"a",17),e.EFF(53,"Blockchain.com"),e.k0s()(),e.EFF(54," API to get conversion rates."),e.k0s()(),e.j41(55,"div",12)(56,"mat-slide-toggle",18),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.fiatConversion,kt)||(X.selNode.settings.fiatConversion=kt),e.Njj(kt)}),e.bIt("change",function(kt){return e.eBV(Fe),e.Njj(X.onFiatConversionChange(kt))}),e.EFF(57,"Enable Fiat Conversion"),e.k0s(),e.j41(58,"mat-form-field",19)(59,"mat-label"),e.EFF(60,"Fiat Currency"),e.k0s(),e.j41(61,"mat-select",20,1),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.currencyUnit,kt)||(X.selNode.settings.currencyUnit=kt),e.Njj(kt)}),e.DNE(63,j1,4,5,"mat-option",21),e.k0s(),e.DNE(64,hs,2,0,"mat-error",22),e.k0s()()()(),e.j41(65,"mat-expansion-panel",5)(66,"mat-expansion-panel-header")(67,"mat-panel-title"),e.nrm(68,"fa-icon",6),e.j41(69,"span",7),e.EFF(70,"Customization"),e.k0s()()(),e.j41(71,"div",8)(72,"div",23),e.nrm(73,"fa-icon",10),e.j41(74,"span"),e.EFF(75,"Dashboard layout will be tailored based on the role selected to better serve its needs."),e.k0s()(),e.j41(76,"div",24)(77,"h4"),e.EFF(78,"Dashboard Layout"),e.k0s(),e.j41(79,"mat-radio-group",25),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.userPersona,kt)||(X.selNode.settings.userPersona=kt),e.Njj(kt)}),e.DNE(80,ic,3,5,"mat-radio-button",26),e.k0s()(),e.nrm(81,"mat-divider",27),e.j41(82,"div",28)(83,"h4"),e.EFF(84,"Mode"),e.k0s(),e.j41(85,"mat-radio-group",29),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selectedThemeMode,kt)||(X.selectedThemeMode=kt),e.Njj(kt)}),e.bIt("change",function(){return e.eBV(Fe),e.Njj(X.chooseThemeMode())}),e.DNE(86,Yu,2,2,"mat-radio-button",30),e.k0s()(),e.nrm(87,"mat-divider",27),e.j41(88,"div",31)(89,"div",32)(90,"h4"),e.EFF(91,"Themes"),e.k0s(),e.j41(92,"div",33),e.DNE(93,us,4,8,"span",34),e.k0s()()()()()()(),e.j41(94,"div",35)(95,"div",36)(96,"button",37),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onResetSettings())}),e.EFF(97,"Reset"),e.k0s(),e.j41(98,"button",38),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onUpdateNodeSettings())}),e.EFF(99,"Update"),e.k0s()()()()}2&W&&(e.R7$(7),e.Y8G("icon",X.faBarsStaggered),e.R7$(5),e.Y8G("icon",X.faExclamationTriangle),e.R7$(11),e.R50("ngModel",X.selNode.settings.blockExplorerUrl),e.R7$(6),e.Y8G("icon",X.faEyeSlash),e.R7$(5),e.Y8G("icon",X.faInfoCircle),e.R7$(4),e.R50("ngModel",X.selNode.settings.unannouncedChannels),e.R7$(5),e.Y8G("icon",X.faMoneyBillAlt),e.R7$(5),e.Y8G("icon",X.faExclamationTriangle),e.R7$(8),e.R50("ngModel",X.selNode.settings.fiatConversion),e.R7$(5),e.Y8G("disabled",!X.selNode.settings.fiatConversion)("required",X.selNode.settings.fiatConversion),e.R50("ngModel",X.selNode.settings.currencyUnit),e.R7$(2),e.Y8G("ngForOf",X.currencyUnits),e.R7$(),e.Y8G("ngIf",X.selNode.settings.fiatConversion&&!X.selNode.settings.currencyUnit),e.R7$(4),e.Y8G("icon",X.faPaintBrush),e.R7$(5),e.Y8G("icon",X.faInfoCircle),e.R7$(6),e.R50("ngModel",X.selNode.settings.userPersona),e.R7$(),e.Y8G("ngForOf",X.userPersonas),e.R7$(5),e.R50("ngModel",X.selectedThemeMode),e.R7$(),e.Y8G("ngForOf",X.themeModes),e.R7$(7),e.Y8G("ngForOf",X.themeColors))},dependencies:[bi.YU,bi.Sq,bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ge.$z,La.BS,La.GK,La.Z2,La.WN,Or.fg,Ne.rl,Ne.nJ,Ne.MV,Ne.TL,zc.q,G1.VT,G1._g,Ce.VO,ze.wT,Jd.sG,gt.Ld,Ot.N,bi.GH,bi.PV],styles:["h4[_ngcontent-%COMP%]{margin:.75rem 0 .5rem}.theme-name[_ngcontent-%COMP%]{min-width:10rem}@media only screen and (max-width: 37.5em){.theme-name[_ngcontent-%COMP%]{min-width:unset}}.skin[_ngcontent-%COMP%]{width:1.25rem;height:1.25rem;border-radius:50%;cursor:pointer;margin-right:.5rem}.skin.selected-color[_ngcontent-%COMP%]{width:1rem;height:1rem;border:2px solid}.skin.purple[_ngcontent-%COMP%]{background-color:#5e4ea5}.skin.indigo[_ngcontent-%COMP%]{background-color:#3f51b5}.skin.teal[_ngcontent-%COMP%]{background-color:#00695c}.skin.pink[_ngcontent-%COMP%]{background-color:#d81b60}.skin.yellow[_ngcontent-%COMP%]{background-color:#a1842c}"]})}}return P})();var p1=p(9584),qd=p(3536),ya=p(8430),Na=p(190),e2=p(2730),xa=p(5428),Bc=p(9213),nc=p(4823),Bl=p(2929);const Bs=P=>({error:P}),w0=P=>({"error-border":P}),W1=P=>({"ml-minus-1":P}),Ku=P=>({"error-border p-2":P});function Ul(P,B){if(1&P&&e.eu8(0,14),2&P){const b=e.XpG(),W=e.sdS(18);e.Y8G("ngTemplateOutlet",W)("ngTemplateOutletContext",e.eq3(2,Bs,b.errorMessage))}}function X1(P,B){if(1&P&&(e.j41(0,"mat-option",31),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b),e.R7$(),e.SpI(" ",b," ")}}function M0(P,B){if(1&P&&(e.j41(0,"mat-option",31),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&P){const b=B.$implicit,W=e.XpG(3);e.Y8G("value",b),e.R7$(),e.SpI(" ","ECL"===W.selNode.lnImplementation?e.bMT(2,2,b):e.i5U(3,4,b,"_")," ")}}function $u(P,B){if(1&P&&(e.j41(0,"mat-option",31),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b),e.R7$(),e.SpI(" ","desc"===b?"Descending":"Ascending"," ")}}function Va(P,B){if(1&P&&(e.j41(0,"mat-option",34),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&P){const b=B.$implicit,W=e.XpG(2).$implicit,X=e.XpG(2);e.Y8G("value",b.column)("disabled",W.columnSelection.length<=2&&W.columnSelection.includes(b.column)),e.R7$(),e.SpI(" ",b.label?b.label:"ECL"===X.selNode.lnImplementation?e.bMT(2,3,b.column):e.i5U(3,5,b.column,"_")," ")}}function Uc(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-form-field",32)(1,"mat-label"),e.EFF(2,"Column selection (Desktop Resolution)"),e.k0s(),e.j41(3,"mat-select",33),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG().$implicit;return e.DH7(Fe.columnSelection,X)||(Fe.columnSelection=X),e.Njj(X)}),e.bIt("selectionChange",function(){e.eBV(b);const X=e.XpG().$implicit,Fe=e.XpG(2);return e.Njj(Fe.oncolumnSelectionChange(X))}),e.DNE(4,Va,4,8,"mat-option",28),e.k0s()()}if(2&P){const b=e.XpG().$implicit,W=e.XpG().$implicit,X=e.XpG();e.R7$(3),e.FCK("name","",W.pageId,"",b.tableId,"-columns-selection"),e.R50("ngModel",b.columnSelection),e.R7$(),e.Y8G("ngForOf",X.nodePageDefs[W.pageId][b.tableId].allowedColumns)}}function Fr(P,B){if(1&P&&(e.j41(0,"mat-option",34),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&P){const b=B.$implicit,W=e.XpG().$implicit,X=e.XpG(2);e.Y8G("value",b.column)("disabled",W.columnSelectionSM.length<=1&&W.columnSelectionSM.includes(b.column)||W.columnSelectionSM.length>=3&&!W.columnSelectionSM.includes(b.column)),e.R7$(),e.SpI(" ",b.label?b.label:"ECL"===X.selNode.lnImplementation?e.bMT(2,3,b.column):e.i5U(3,5,b.column,"_")," ")}}function E0(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",17)(1,"div",18)(2,"span",19),e.EFF(3),e.nI1(4,"camelcaseWithReplace"),e.k0s(),e.j41(5,"mat-form-field",20)(6,"mat-label"),e.EFF(7,"Records/Page"),e.k0s(),e.j41(8,"mat-select",21),e.mxI("ngModelChange",function(X){const Fe=e.eBV(b).$implicit;return e.DH7(Fe.recordsPerPage,X)||(Fe.recordsPerPage=X),e.Njj(X)}),e.DNE(9,X1,2,2,"mat-option",22),e.k0s()(),e.j41(10,"mat-form-field",20)(11,"mat-label"),e.EFF(12,"Sort By"),e.k0s(),e.j41(13,"mat-select",23),e.mxI("ngModelChange",function(X){const Fe=e.eBV(b).$implicit;return e.DH7(Fe.sortBy,X)||(Fe.sortBy=X),e.Njj(X)}),e.DNE(14,M0,4,7,"mat-option",22),e.k0s()(),e.j41(15,"mat-form-field",20)(16,"mat-label"),e.EFF(17,"Sort Order"),e.k0s(),e.j41(18,"mat-select",24),e.mxI("ngModelChange",function(X){const Fe=e.eBV(b).$implicit;return e.DH7(Fe.sortOrder,X)||(Fe.sortOrder=X),e.Njj(X)}),e.DNE(19,$u,2,2,"mat-option",22),e.k0s()(),e.DNE(20,Uc,5,5,"mat-form-field",25),e.j41(21,"mat-form-field",26)(22,"mat-label"),e.EFF(23,"Column Selection (Mobile Resolution)"),e.k0s(),e.j41(24,"mat-select",27),e.mxI("ngModelChange",function(X){const Fe=e.eBV(b).$implicit;return e.DH7(Fe.columnSelectionSM,X)||(Fe.columnSelectionSM=X),e.Njj(X)}),e.DNE(25,Fr,4,8,"mat-option",28),e.k0s()(),e.j41(26,"button",29),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG().$implicit,Lt=e.XpG();return e.Njj(Lt.onTableReset(Fe.pageId,X))}),e.j41(27,"mat-icon",30),e.EFF(28,"restore"),e.k0s()()()()}if(2&P){const b=B.$implicit,W=e.XpG().$implicit,X=e.XpG();e.R7$(3),e.SpI("",e.i5U(4,24,b.tableId,"_"),":"),e.R7$(5),e.FCK("name","",W.pageId,"",b.tableId,"-page-size-options"),e.Y8G("disabled",X.nodePageDefs[W.pageId][b.tableId].disablePageSize),e.R50("ngModel",b.recordsPerPage),e.R7$(),e.Y8G("ngForOf",X.pageSizeOptions),e.R7$(4),e.FCK("name","",W.pageId,"",b.tableId,"-sort-by"),e.R50("ngModel",b.sortBy),e.R7$(),e.Y8G("ngForOf",b.columnSelection),e.R7$(4),e.FCK("name","",W.pageId,"",b.tableId,"-sort-order"),e.R50("ngModel",b.sortOrder),e.R7$(),e.Y8G("ngForOf",X.sortOrders),e.R7$(),e.Y8G("ngIf",X.screenSize!==X.screenSizeEnum.XS),e.R7$(4),e.FCK("name","",W.pageId,"",b.tableId,"-columns-selection-sm"),e.R50("ngModel",b.columnSelectionSM),e.R7$(),e.Y8G("ngForOf",X.nodePageDefs[W.pageId][b.tableId].allowedColumns),e.R7$(2),e.Y8G("ngClass",e.eq3(27,W1,X.screenSize===X.screenSizeEnum.XS||X.screenSize===X.screenSizeEnum.SM))}}function S0(P,B){if(1&P&&e.eu8(0,14),2&P){const b=e.XpG(2),W=e.sdS(18);e.Y8G("ngTemplateOutlet",W)("ngTemplateOutletContext",e.eq3(2,Bs,b.errorMessage))}}function cl(P,B){if(1&P&&(e.j41(0,"mat-expansion-panel",15)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e.EFF(3),e.nI1(4,"camelcaseWithReplace"),e.k0s()(),e.DNE(5,E0,29,29,"div",16)(6,S0,1,4,"ng-container",7),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.Y8G("ngClass",e.eq3(7,w0,(null==W.errorMessage?null:W.errorMessage.page)===b.pageId)),e.R7$(3),e.JRh(e.i5U(4,4,b.pageId,"_")),e.R7$(2),e.Y8G("ngForOf",b.tables),e.R7$(),e.Y8G("ngIf",W.errorMessage&&(null==W.errorMessage?null:W.errorMessage.page)===b.pageId)}}function T0(P,B){if(1&P&&(e.j41(0,"mat-panel-title"),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&P){const b=e.XpG().error;e.R7$(),e.SpI("Page ",e.bMT(2,1,b.page),"")}}function A0(P,B){if(1&P&&(e.j41(0,"mat-list-item")(1,"mat-icon",39),e.EFF(2,"close"),e.k0s(),e.j41(3,"span"),e.EFF(4),e.k0s()()),2&P){const b=e.XpG().error;e.R7$(4),e.JRh(b.message)}}function Qu(P,B){if(1&P&&(e.j41(0,"mat-list-item")(1,"mat-icon",39),e.EFF(2,"close"),e.k0s(),e.j41(3,"span"),e.EFF(4),e.nI1(5,"titlecase"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(4),e.Lme("Table ",e.bMT(5,2,b.table)," ",b.message,"")}}function Y1(P,B){if(1&P&&(e.j41(0,"div",35),e.DNE(1,T0,3,3,"mat-panel-title",36),e.j41(2,"mat-list",37),e.DNE(3,A0,5,1,"mat-list-item",36)(4,Qu,6,4,"mat-list-item",38),e.k0s()()),2&P){const b=B.error,W=e.XpG();e.Y8G("ngClass",e.eq3(4,Ku,"unknown"===W.errorMessage.page)),e.R7$(),e.Y8G("ngIf","unknown"===W.errorMessage.page),e.R7$(2),e.Y8G("ngIf",b.message),e.R7$(),e.Y8G("ngForOf",b.tables)}}let Ec=(()=>{class P{constructor(b,W,X,Fe){this.logger=b,this.commonService=W,this.store=X,this.actions=Fe,this.faPenRuler=qi.$$g,this.faExclamationTriangle=qi.zpE,this.screenSize="",this.screenSizeEnum=Xt.f7,this.pageSizeOptions=Xt.xp,this.pageSettings=[],this.initialPageSettings=[],this.defaultSettings=[],this.nodePageDefs={},this.sortOrders=Xt.jG,this.apiCallStatus=null,this.apiCallStatusEnum=Xt.wn,this.errorMessage=null,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{switch(this.selNode=b,this.logger.info(this.selNode),this.selNode.lnImplementation){case"CLN":this.initialPageSettings=Object.assign([],Xt.mu),this.defaultSettings=Object.assign([],Xt.mu),this.nodePageDefs=Xt.Jd,this.store.select(p1.av).pipe((0,cn.Q)(this.unSubs[1]),(0,fc.E)(this.store.select(Hr._c))).subscribe(([W,X])=>{const Fe=JSON.parse(JSON.stringify(W.pageSettings));if(this.errorMessage=null,this.apiCallStatus=W.apiCallStatus,this.apiCallStatus.status===Xt.wn.ERROR)this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=Fe,this.initialPageSettings=Fe;else{if(!X?.settings.enableOffers){const Lt=Fe.find(oi=>"transactions"===oi.pageId),kt=Lt?.tables.findIndex(oi=>"offers"===oi.tableId),ri=Lt?.tables.findIndex(oi=>"offer_bookmarks"===oi.tableId);kt>-1&&Lt?.tables.splice(kt,1),ri>-1&&Lt?.tables.splice(ri,1)}if(!X?.settings.enablePeerswap){const Lt=Fe.findIndex(kt=>"peerswap"===kt.pageId);Lt>-1&&Fe.splice(Lt,1)}this.pageSettings=Fe,this.initialPageSettings=Fe}this.logger.info(Fe)}),this.actions.pipe((0,cn.Q)(this.unSubs[2]),(0,br.p)(W=>W.type===Xt.TC.UPDATE_API_CALL_STATUS_CLN||W.type===Xt.TC.SAVE_PAGE_SETTINGS_CLN)).subscribe(W=>{W.type===Xt.TC.UPDATE_API_CALL_STATUS_CLN&&W.payload.status===Xt.wn.ERROR&&"SavePageSettings"===W.payload.action&&(this.errorMessage=JSON.parse(W.payload.message))});break;case"ECL":this.initialPageSettings=Object.assign([],Xt.X8),this.defaultSettings=Object.assign([],Xt.X8),this.nodePageDefs=Xt.WW,this.store.select(e2.jZ).pipe((0,cn.Q)(this.unSubs[1])).subscribe(W=>{const X=JSON.parse(JSON.stringify(W.pageSettings));this.errorMessage=null,this.apiCallStatus=W.apiCallStatus,this.apiCallStatus.status===Xt.wn.ERROR?(this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=X,this.initialPageSettings=X):(this.pageSettings=X,this.initialPageSettings=X),this.logger.info(X)}),this.actions.pipe((0,cn.Q)(this.unSubs[2]),(0,br.p)(W=>W.type===Xt.Uu.UPDATE_API_CALL_STATUS_ECL||W.type===Xt.Uu.SAVE_PAGE_SETTINGS_ECL)).subscribe(W=>{W.type===Xt.Uu.UPDATE_API_CALL_STATUS_ECL&&W.payload.status===Xt.wn.ERROR&&"SavePageSettings"===W.payload.action&&(this.errorMessage=JSON.parse(W.payload.message))});break;default:this.initialPageSettings=Object.assign([],Xt.ZC),this.defaultSettings=Object.assign([],Xt.ZC),this.nodePageDefs=Xt._1,this.store.select(qd.$G).pipe((0,cn.Q)(this.unSubs[1]),(0,fc.E)(this.store.select(Hr._c))).subscribe(([W,X])=>{const Fe=JSON.parse(JSON.stringify(W.pageSettings));if(this.errorMessage=null,this.apiCallStatus=W.apiCallStatus,this.apiCallStatus.status===Xt.wn.ERROR)this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=Fe,this.initialPageSettings=Fe;else{if(!X?.settings.swapServerUrl||""===X.settings.swapServerUrl.trim()){const Lt=Fe.findIndex(kt=>"loop"===kt.pageId);Lt>-1&&Fe.splice(Lt,1)}if(!X?.settings.boltzServerUrl||""===X.settings.boltzServerUrl.trim()){const Lt=Fe.findIndex(kt=>"boltz"===kt.pageId);Lt>-1&&Fe.splice(Lt,1)}if(!X?.settings.enablePeerswap){const Lt=Fe.findIndex(kt=>"peerswap"===kt.pageId);Lt>-1&&Fe.splice(Lt,1)}this.pageSettings=Fe,this.initialPageSettings=Fe}this.logger.info(Fe)}),this.actions.pipe((0,cn.Q)(this.unSubs[2]),(0,br.p)(W=>W.type===Xt.QP.UPDATE_API_CALL_STATUS_LND||W.type===Xt.QP.SAVE_PAGE_SETTINGS_LND)).subscribe(W=>{W.type===Xt.QP.UPDATE_API_CALL_STATUS_LND&&W.payload.status===Xt.wn.ERROR&&"SavePageSettings"===W.payload.action&&(this.errorMessage=JSON.parse(W.payload.message))})}})}oncolumnSelectionChange(b){b.columnSelection&&(!b.sortBy||!b.columnSelection.includes(b.sortBy))&&(b.sortBy=b.columnSelection[0])}onUpdatePageSettings(){if(this.pageSettings.reduce((b,W)=>b||W.tables.reduce((X,Fe)=>!(Fe.recordsPerPage&&Fe.sortBy&&Fe.sortOrder&&Fe.columnSelection&&Fe.columnSelection.length>=2),!1),!1))return!0;switch(this.errorMessage="",this.selNode.lnImplementation){case"CLN":this.store.dispatch((0,ya.Sn)({payload:this.pageSettings}));break;case"ECL":this.store.dispatch((0,xa.Sn)({payload:this.pageSettings}));break;default:this.store.dispatch((0,Na.Sn)({payload:this.pageSettings}))}}onTableReset(b,W){const X=this.pageSettings.findIndex(kt=>kt.pageId===b),Fe=this.pageSettings[X].tables.findIndex(kt=>kt.tableId===W.tableId),Lt=this.defaultSettings.find(kt=>kt.pageId===b)?.tables.find(kt=>kt.tableId===W.tableId)||this.pageSettings.find(kt=>kt.pageId===b)?.tables.find(kt=>kt.tableId===W.tableId);this.pageSettings[X].tables.splice(Fe,1,Lt)}onResetPageSettings(b){"current"===b?(this.errorMessage=null,this.pageSettings=JSON.parse(JSON.stringify(this.initialPageSettings))):(this.errorMessage=null,this.pageSettings=JSON.parse(JSON.stringify(this.defaultSettings)))}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(Ri.il),e.rXU(ft.En))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-page-settings"]],decls:19,vars:3,consts:[["form","ngForm"],["errorObjectBlock",""],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],["displayMode","flat","multi","false"],["fxLayout","column","class","flat-expansion-panel mt-1","expanded","false",3,"ngClass",4,"ngFor","ngForOf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","8",1,"mr-1",3,"click"],["mat-stroked-button","","color","primary","tabindex","9",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["fxLayout","column","expanded","false",1,"flat-expansion-panel","mt-1",3,"ngClass"],["fxLayout","column","fxLayoutAlign","start stretch","class","padding-gap-x-large table-setting-row",4,"ngFor","ngForOf"],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x-large","table-setting-row"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center"],["fxFlex","10",1,"mb-2"],["fxLayout","column","fxFlex","10"],["tabindex","2","required","",3,"ngModelChange","disabled","name","ngModel"],[3,"value",4,"ngFor","ngForOf"],["tabindex","3","required","",3,"ngModelChange","name","ngModel"],["tabindex","4","required","",3,"ngModelChange","name","ngModel"],["fxFlex","35","matTooltip","Select a minimum of 2 columns",4,"ngIf"],["fxLayout","column","fxFlex","15","matTooltip","Select between 1 and 3 columns"],["tabindex","5","multiple","","required","",3,"ngModelChange","name","ngModel"],[3,"value","disabled",4,"ngFor","ngForOf"],["mat-icon-button","","color","primary","type","button","tabindex","7","matTooltip","Reset to Default",1,"mb-2",3,"click"],["color","primary",3,"ngClass"],[3,"value"],["fxFlex","35","matTooltip","Select a minimum of 2 columns"],["tabindex","6","multiple","","required","",3,"ngModelChange","selectionChange","name","ngModel"],[3,"value","disabled"],[3,"ngClass"],[4,"ngIf"],["role","list"],[4,"ngFor","ngForOf"],[1,"ml-1","icon-small","red"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"div",4),e.nrm(4,"fa-icon",5),e.j41(5,"span",6),e.EFF(6,"Grid Settings"),e.k0s()(),e.DNE(7,Ul,1,4,"ng-container",7),e.j41(8,"mat-accordion",8),e.DNE(9,cl,7,9,"mat-expansion-panel",9),e.k0s()(),e.j41(10,"div",10)(11,"button",11),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onResetPageSettings("current"))}),e.EFF(12,"Reset"),e.k0s(),e.j41(13,"button",12),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onResetPageSettings("default"))}),e.EFF(14,"Reset to Default"),e.k0s(),e.j41(15,"button",13),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onUpdatePageSettings())}),e.EFF(16,"Save"),e.k0s()()(),e.DNE(17,Y1,5,6,"ng-template",null,1,e.C5r)}2&W&&(e.R7$(4),e.Y8G("icon",X.faPenRuler),e.R7$(3),e.Y8G("ngIf",X.errorMessage&&"unknown"===X.errorMessage.page),e.R7$(2),e.Y8G("ngForOf",X.pageSettings))},dependencies:[bi.YU,bi.Sq,bi.bT,bi.T3,Gi.qT,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ge.$z,ge.iY,La.BS,La.GK,La.Z2,La.WN,Bc.An,Ne.rl,Ne.nJ,wc.jt,wc.YE,Ce.VO,ze.wT,nc.oV,gt.Ld,bi.PV,Bl.VD,Bl.Qu],styles:[".table-setting-row[_ngcontent-%COMP%]:not(:first-child){margin:.5rem 0}"]})}}return P})();function e4(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.setActiveLink(X.links[0].link))}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[0].link),e.Y8G("active",b.activeLink===b.links[0].link),e.R7$(),e.JRh(b.links[0].name)}}function t2(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.setActiveLink(X.links[1].link))}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[1].link),e.Y8G("active",b.activeLink===b.links[1].link),e.R7$(),e.JRh(b.links[1].name)}}function n2(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.setActiveLink(X.links[2].link))}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG();e.FS9("routerLink",b.links[2].link),e.Y8G("active",b.activeLink===b.links[2].link),e.R7$(),e.JRh(b.links[2].name)}}let r2=(()=>{class P{constructor(b,W,X){this.store=b,this.router=W,this.activatedRoute=X,this.faLayerGroup=qi.qIE,this.links=[{link:"loop",name:"Loop"},{link:"boltz",name:"Boltz"},{link:"noservice",name:"No Service"}],this.activeLink="",this.unSubs=[new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.setActiveLink(),this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.selNode=b,this.setActiveLink(),this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute})})}setActiveLink(b){if(b&&""!==b)this.activeLink=b;else{const W=this.links.find(X=>this.router.url.includes(X.link));this.activeLink=W?this.selNode&&"CLN"===this.selNode.lnImplementation?this.links[1].link:W.link:this.links[this.links.length-1].link}}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(En.Ix),e.rXU(En.nX))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-services-settings"]],decls:16,vars:5,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-sub-title-container","my-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["tabindex","2","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["tabindex","3","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"],["tabindex","3","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(W,X){if(1&W&&(e.j41(0,"div",1)(1,"div",2),e.nrm(2,"fa-icon",3),e.j41(3,"span",4),e.EFF(4,"Services"),e.k0s()()(),e.j41(5,"div",5)(6,"mat-card")(7,"mat-card-content",5)(8,"nav",6),e.DNE(9,e4,2,3,"div",7)(10,t2,2,3,"div",8)(11,n2,2,3,"div",9),e.k0s(),e.nrm(12,"mat-tab-nav-panel",null,0),e.j41(14,"div",10),e.nrm(15,"router-outlet"),e.k0s()()()()),2&W){const Fe=e.sdS(13);e.R7$(2),e.Y8G("icon",X.faLayerGroup),e.R7$(6),e.Y8G("tabPanel",Fe),e.R7$(),e.Y8G("ngIf","LND"===X.selNode.lnImplementation),e.R7$(),e.Y8G("ngIf","ECL"!==X.selNode.lnImplementation),e.R7$(),e.Y8G("ngIf","ECL"===X.selNode.lnImplementation)}},dependencies:[bi.bT,ba.aY,Ki.DJ,Ki.sA,Ki.UI,mr.RN,mr.m2,sa.Bu,sa.hQ,sa.Ql,En.n3,En.Wk]})}}return P})();const K1=["form"];function a2(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Loop server URL is required."),e.k0s())}function D0(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Specify the loop server url with 'https://'."),e.k0s())}function ll(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Loop macaroon path is required."),e.k0s())}let Gc=(()=>{class P{constructor(b,W){this.logger=b,this.store=W,this.faInfoCircle=qi.iW_,this.enableLoop=!1,this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.selNode=b,this.enableLoop=!(!b.settings.swapServerUrl||""===b.settings.swapServerUrl.trim()),this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(b)})}onEnableServiceChanged(b){this.enableLoop=b.checked,this.enableLoop||(this.selNode.authentication.swapMacaroonPath="",this.selNode.settings.swapServerUrl="")}onUpdateService(){if(this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableLoop&&(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim()||!this.selNode.authentication.swapMacaroonPath||""===this.selNode.authentication.swapMacaroonPath.trim()))return!0;this.enableLoop||(delete this.selNode.settings.swapServerUrl,delete this.selNode.authentication.swapMacaroonPath),this.logger.info(this.selNode),this.store.dispatch((0,Cn.T$)({payload:this.selNode}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.enableLoop=!(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim())}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(Ri.il))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-loop-service-settings"]],viewQuery:function(W,X){if(1&W&&e.GBs(K1,7),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.form=Fe.first)}},decls:38,vars:11,consts:[["form","ngForm"],["srvrUrl","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://github.com/lightninglabs/loop","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","loop",1,"ml-2",3,"ngModelChange","change","ngModel"],[1,"mb-2"],["matInput","","type","text","id","swapServerUrl","name","srvrUrl","tabindex","2",3,"ngModelChange","required","disabled","ngModel"],[4,"ngIf"],["matInput","","type","text","id","swapMacaroonPath","name","swapMacaroonPath","tabindex","3",3,"ngModelChange","required","disabled","ngModel"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"loopd"),e.k0s(),e.EFF(7," is running and accessible to RTL before enabling this service. Click "),e.j41(8,"strong")(9,"a",5),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about the installation."),e.k0s()(),e.j41(12,"form",6,0)(14,"div",7)(15,"mat-slide-toggle",8),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.enableLoop,kt)||(X.enableLoop=kt),e.Njj(kt)}),e.bIt("change",function(kt){return e.eBV(Fe),e.Njj(X.onEnableServiceChanged(kt))}),e.EFF(16,"Enable Loop Service"),e.k0s(),e.j41(17,"mat-form-field",9)(18,"mat-label"),e.EFF(19,"Loop Server URL"),e.k0s(),e.j41(20,"input",10,1),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.settings.swapServerUrl,kt)||(X.selNode.settings.swapServerUrl=kt),e.Njj(kt)}),e.k0s(),e.j41(22,"mat-hint"),e.EFF(23,"Service url for loop server REST APIs, eg. https://127.0.0.1:8081"),e.k0s(),e.DNE(24,a2,2,0,"mat-error",11)(25,D0,2,0,"mat-error",11),e.k0s(),e.j41(26,"mat-form-field")(27,"mat-label"),e.EFF(28,"Loop Macaroon Path"),e.k0s(),e.j41(29,"input",12),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selNode.authentication.swapMacaroonPath,kt)||(X.selNode.authentication.swapMacaroonPath=kt),e.Njj(kt)}),e.k0s(),e.j41(30,"mat-hint"),e.EFF(31,"Path for the folder containing service 'loop.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Local\\\\Loop\\\\testnet"),e.k0s(),e.DNE(32,ll,2,0,"mat-error",11),e.k0s()()(),e.j41(33,"div",13)(34,"button",14),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onReset())}),e.EFF(35,"Reset"),e.k0s(),e.j41(36,"button",15),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onUpdateService())}),e.EFF(37,"Update"),e.k0s()()()}if(2&W){const Fe=e.sdS(21);e.R7$(2),e.Y8G("icon",X.faInfoCircle),e.R7$(13),e.R50("ngModel",X.enableLoop),e.R7$(5),e.Y8G("required",X.enableLoop)("disabled",!X.enableLoop),e.R50("ngModel",X.selNode.settings.swapServerUrl),e.R7$(4),e.Y8G("ngIf",!X.selNode.settings.swapServerUrl&&X.enableLoop),e.R7$(),e.Y8G("ngIf",(null==Fe||null==Fe.errors?null:Fe.errors.invalid)&&X.enableLoop),e.R7$(4),e.Y8G("required",X.enableLoop)("disabled",!X.enableLoop),e.R50("ngModel",X.selNode.authentication.swapMacaroonPath),e.R7$(3),e.Y8G("ngIf",!X.selNode.authentication.swapMacaroonPath&&X.enableLoop)}},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,Or.fg,Ne.rl,Ne.nJ,Ne.MV,Ne.TL,Jd.sG,gt.Ld,Ot.N],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]})}}return P})();const jc=["form"];function k0(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Boltz server URL is required."),e.k0s())}function o2(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Specify the boltz server url with 'https://'."),e.k0s())}function dl(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Boltz macaroon path is required."),e.k0s())}let Zu=(()=>{class P{constructor(b,W){this.logger=b,this.store=W,this.faInfoCircle=qi.iW_,this.enableBoltz=!1,this.serverUrl="",this.macaroonPath="",this.unSubs=[new Ui.B,new Ui.B]}ngOnInit(){this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.selNode=b,this.enableBoltz=!(!b.settings.boltzServerUrl||""===b.settings.boltzServerUrl.trim()),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(b)})}onEnableServiceChanged(b){this.enableBoltz=b.checked,this.enableBoltz||(this.macaroonPath="",this.serverUrl="")}onUpdateService(){if(this.serverUrl&&""!==this.serverUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableBoltz&&(!this.serverUrl||""===this.serverUrl.trim()||!this.serverUrl.includes("https://")||!this.macaroonPath||""===this.macaroonPath.trim()))return!0;this.logger.info(this.selNode),this.enableBoltz?(this.selNode.settings.boltzServerUrl=this.serverUrl,this.selNode.authentication.boltzMacaroonPath=this.macaroonPath):(delete this.selNode.settings.boltzServerUrl,delete this.selNode.authentication.boltzMacaroonPath),this.store.dispatch((0,Cn.T$)({payload:this.selNode}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.enableBoltz=!(!this.serverUrl||""===this.serverUrl.trim())}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(Ri.il))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-service-settings"]],viewQuery:function(W,X){if(1&W&&e.GBs(jc,7),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.form=Fe.first)}},decls:38,vars:11,consts:[["form","ngForm"],["srvrUrl","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://docs.boltz.exchange/v/boltz-client/","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","boltz",1,"ml-2",3,"ngModelChange","change","ngModel"],[1,"mb-2"],["matInput","","type","text","id","boltzServerUrl","name","srvrUrl","tabindex","2",3,"ngModelChange","required","disabled","ngModel"],[4,"ngIf"],["matInput","","type","text","id","boltzMacaroonPath","name","boltzMacaroonPath","tabindex","3",3,"ngModelChange","required","disabled","ngModel"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"boltzd"),e.k0s(),e.EFF(7," is running and accessible to RTL before enabling this service. Click "),e.j41(8,"strong")(9,"a",5),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about the installation."),e.k0s()(),e.j41(12,"form",6,0)(14,"div",7)(15,"mat-slide-toggle",8),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.enableBoltz,kt)||(X.enableBoltz=kt),e.Njj(kt)}),e.bIt("change",function(kt){return e.eBV(Fe),e.Njj(X.onEnableServiceChanged(kt))}),e.EFF(16,"Enable Boltz Service"),e.k0s(),e.j41(17,"mat-form-field",9)(18,"mat-label"),e.EFF(19,"Boltz Server URL"),e.k0s(),e.j41(20,"input",10,1),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.serverUrl,kt)||(X.serverUrl=kt),e.Njj(kt)}),e.k0s(),e.j41(22,"mat-hint"),e.EFF(23,"Service url for boltz server REST APIs, eg. https://127.0.0.1:9003"),e.k0s(),e.DNE(24,k0,2,0,"mat-error",11)(25,o2,2,0,"mat-error",11),e.k0s(),e.j41(26,"mat-form-field")(27,"mat-label"),e.EFF(28,"Boltz Macaroon Path"),e.k0s(),e.j41(29,"input",12),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.macaroonPath,kt)||(X.macaroonPath=kt),e.Njj(kt)}),e.k0s(),e.j41(30,"mat-hint"),e.EFF(31,"Path for the folder containing boltz 'admin.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Boltz\\\\testnet"),e.k0s(),e.DNE(32,dl,2,0,"mat-error",11),e.k0s()()(),e.j41(33,"div",13)(34,"button",14),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onReset())}),e.EFF(35,"Reset"),e.k0s(),e.j41(36,"button",15),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onUpdateService())}),e.EFF(37,"Update"),e.k0s()()()}if(2&W){const Fe=e.sdS(21);e.R7$(2),e.Y8G("icon",X.faInfoCircle),e.R7$(13),e.R50("ngModel",X.enableBoltz),e.R7$(5),e.Y8G("required",X.enableBoltz)("disabled",!X.enableBoltz),e.R50("ngModel",X.serverUrl),e.R7$(4),e.Y8G("ngIf",(!X.serverUrl||""===X.serverUrl.trim())&&X.enableBoltz),e.R7$(),e.Y8G("ngIf",(null==Fe||null==Fe.errors?null:Fe.errors.invalid)&&X.enableBoltz),e.R7$(4),e.Y8G("required",X.enableBoltz)("disabled",!X.enableBoltz),e.R50("ngModel",X.macaroonPath),e.R7$(3),e.Y8G("ngIf",!X.macaroonPath&&X.enableBoltz)}},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,Or.fg,Ne.rl,Ne.nJ,Ne.MV,Ne.TL,Jd.sG,gt.Ld,Ot.N],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]})}}return P})(),Ju=(()=>{class P{constructor(){}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-ln-services"]],decls:1,vars:0,template:function(W,X){1&W&&e.nrm(0,"router-outlet")},dependencies:[En.n3]})}}return P})();var qu=p(8711),ef=p(4104),hl=p(6695),Sc=p(2042),Ar=p(9159),ul=p(7575);const L0=()=>["all"],g1=P=>({"overflow-auto error-border":P,"overflow-auto":!0}),tf=()=>["no_swap"],$1=P=>({width:P}),Q1=P=>({"display-none":P});function Gl(P,B){if(1&P&&(e.j41(0,"mat-option",37),e.EFF(1),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.Y8G("value",b),e.R7$(),e.JRh(W.getLabel(b))}}function Tc(P,B){1&P&&e.nrm(0,"mat-progress-bar",38)}function s2(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"State"),e.k0s())}function Wc(P,B){if(1&P&&(e.j41(0,"td",40),e.EFF(1),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.JRh(W.LoopStateEnum[null==b?null:b.state])}}function I0(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"Initiation Time"),e.k0s())}function Z1(P,B){if(1&P&&(e.j41(0,"td",40),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(e.i5U(2,1,(null==b?null:b.initiation_time)/1e6,"dd/MMM/y HH:mm"))}}function jl(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"Last Update Time"),e.k0s())}function fl(P,B){if(1&P&&(e.j41(0,"td",40),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(e.i5U(2,1,(null==b?null:b.last_update_time)/1e6,"dd/MMM/y HH:mm"))}}function R0(P,B){1&P&&(e.j41(0,"th",41),e.EFF(1,"Amount (Sats)"),e.k0s())}function c2(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.amt))}}function eo(P,B){1&P&&(e.j41(0,"th",41),e.EFF(1,"Cost Server (Sats)"),e.k0s())}function O0(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.cost_server))}}function l2(P,B){1&P&&(e.j41(0,"th",41),e.EFF(1,"Cost Offchain (Sats)"),e.k0s())}function Dr(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.cost_offchain))}}function J1(P,B){1&P&&(e.j41(0,"th",41),e.EFF(1,"Cost Onchain (Sats)"),e.k0s())}function ks(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.SpI(" ",e.bMT(3,1,null==b?null:b.cost_onchain)," ")}}function _1(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"HTLC Address"),e.k0s())}function F0(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,$1,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.htlc_address)}}function d2(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"ID"),e.k0s())}function Wl(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,$1,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.id)}}function Xl(P,B){1&P&&(e.j41(0,"th",39),e.EFF(1,"ID (Bytes)"),e.k0s())}function to(P,B){if(1&P&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,$1,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.id_bytes)}}function P0(P,B){if(1&P){const b=e.RV6();e.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",48),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function h2(P,B){if(1&P){const b=e.RV6();e.j41(0,"td",49)(1,"button",50),e.bIt("click",function(X){const Fe=e.eBV(b).$implicit,Lt=e.XpG();return e.Njj(Lt.onSwapClick(Fe,X))}),e.EFF(2,"View Info"),e.k0s()()}}function u2(P,B){if(1&P&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.emptyTableMessage)}}function N0(P,B){if(1&P&&(e.j41(0,"td",51),e.DNE(1,u2,2,1,"p",52),e.k0s()),2&P){const b=e.XpG();e.R7$(),e.Y8G("ngIf",!(null!=b.listSwaps&&b.listSwaps.data)||(null==b.listSwaps||null==b.listSwaps.data?null:b.listSwaps.data.length)<1)}}function V0(P,B){if(1&P&&e.nrm(0,"tr",53),2&P){const b=e.XpG();e.Y8G("ngClass",e.eq3(1,Q1,(null==b.listSwaps?null:b.listSwaps.data)&&(null==b.listSwaps||null==b.listSwaps.data?null:b.listSwaps.data.length)>0))}}function Yl(P,B){1&P&&e.nrm(0,"tr",54)}function nf(P,B){1&P&&e.nrm(0,"tr",55)}let q1=(()=>{class P{constructor(b,W,X,Fe,Lt,kt){this.logger=b,this.commonService=W,this.store=X,this.loopService=Fe,this.datePipe=Lt,this.camelCaseWithReplace=kt,this.selectedSwapType=Xt.C7.LOOP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.nodePageDefs=Xt._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="loop",this.tableSetting={tableId:"loop",recordsPerPage:Xt.md,sortBy:"initiation_time",sortOrder:Xt.oi.DESCENDING},this.LoopStateEnum=Xt.Hx,this.faHistory=qi.Int,this.swapCaption="Loop Out",this.displayedColumns=[],this.listSwaps=new Ar.I6([]),this.selFilter="",this.pageSize=Xt.md,this.pageSizeOptions=Xt.xp,this.screenSize="",this.screenSizeEnum=Xt.f7,this.unSubs=[new Ui.B,new Ui.B,new Ui.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(b){this.swapCaption=this.selectedSwapType===Xt.C7.LOOP_IN?"Loop In":"Loop Out",this.loadSwapsTable(this.swapsData)}ngOnInit(){this.store.select(qd.$G).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.tableSetting=b.pageSettings.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSetting.tableId)||Xt.ZC.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===Xt.f7.XS||this.screenSize===Xt.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:Xt.md,this.swapsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadSwapsTable(this.swapsData),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)})}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}applyFilter(){this.listSwaps.filter=this.selFilter.trim().toLowerCase()}getLabel(b){const W=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(X=>X.column===b);return W?W.label?W.label:this.camelCaseWithReplace.transform(W.column,"_"):this.commonService.titleCase(b)}setFilterPredicate(){this.listSwaps.filterPredicate=(b,W)=>{let X="";switch(this.selFilterBy){case"all":X=JSON.stringify(b).toLowerCase();break;case"state":X=b?.state?this.LoopStateEnum[b?.state]:"";break;case"initiation_time":case"last_update_time":X=this.datePipe.transform(new Date((b[this.selFilterBy]||0)/1e6),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:X=typeof b[this.selFilterBy]>"u"?"":"string"==typeof b[this.selFilterBy]?b[this.selFilterBy].toLowerCase():"boolean"==typeof b[this.selFilterBy]?b[this.selFilterBy]?"yes":"no":b[this.selFilterBy].toString()}return"state"===this.selFilterBy?0===X.indexOf(W):X.includes(W)}}onSwapClick(b,W){this.loopService.getSwap(b.id_bytes?.replace(/\//g,"_")?.replace(/\+/g,"-")||"").pipe((0,cn.Q)(this.unSubs[1])).subscribe(X=>{this.store.dispatch((0,Cn.xO)({payload:{data:{type:Xt.A$.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"state",value:Xt.Hx[X.state||""],title:"Status",width:50,type:Xt.UN.STRING},{key:"amt",value:X.amt,title:"Amount (Sats)",width:50,type:Xt.UN.NUMBER}],[{key:"initiation_time",value:(X.initiation_time||0)/1e9,title:"Initiation Time",width:50,type:Xt.UN.DATE_TIME},{key:"last_update_time",value:(X.last_update_time||0)/1e9,title:"Last Update Time",width:50,type:Xt.UN.DATE_TIME}],[{key:"cost_server",value:X.cost_server,title:"Server Cost (Sats)",width:33,type:Xt.UN.NUMBER},{key:"cost_offchain",value:X.cost_offchain,title:"Offchain Cost (Sats)",width:33,type:Xt.UN.NUMBER},{key:"cost_onchain",value:X.cost_onchain,title:"Onchain Cost (Sats)",width:34,type:Xt.UN.NUMBER}],[{key:"id_bytes",value:X.id_bytes,title:"ID",width:100,type:Xt.UN.STRING}],[{key:"htlc_address",value:X.htlc_address,title:"HTLC Address",width:100,type:Xt.UN.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(b){this.listSwaps=new Ar.I6([...b]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(W,X)=>W[X]&&isNaN(W[X])?W[X].toLocaleLowerCase():W[X]?+W[X]:null,this.listSwaps.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Xt.C7.LOOP_IN?"Loop in":"Loop out")}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(Ri.il),e.rXU(ef.Q),e.rXU(bi.vh),e.rXU(Bl.VD))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-swaps"]],viewQuery:function(W,X){if(1&W&&(e.GBs(Sc.B4,5),e.GBs(hl.iy,5)),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.sort=Fe.first),e.mGM(Fe=e.lsd())&&(X.paginator=Fe.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e.Jv_([{provide:Ce.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:hl.xX,useValue:(0,Xt.on)("Swaps")}]),e.OA$],decls:61,vars:20,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","initiation_time"],["matColumnDef","last_update_time"],["matColumnDef","amt"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cost_server"],["matColumnDef","cost_offchain"],["matColumnDef","cost_onchain"],["matColumnDef","htlc_address"],["matColumnDef","id"],["matColumnDef","id_bytes"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",8),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selFilterBy,kt)||(X.selFilterBy=kt),e.Njj(kt)}),e.bIt("selectionChange",function(){return e.eBV(Fe),X.selFilter="",e.Njj(X.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,Gl,2,2,"mat-option",9),e.k0s()()(),e.j41(13,"mat-form-field",7)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",10),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selFilter,kt)||(X.selFilter=kt),e.Njj(kt)}),e.bIt("input",function(){return e.eBV(Fe),e.Njj(X.applyFilter())})("keyup",function(){return e.eBV(Fe),e.Njj(X.applyFilter())}),e.k0s()()()(),e.j41(17,"div",11)(18,"div",12),e.DNE(19,Tc,1,0,"mat-progress-bar",13),e.j41(20,"table",14,0),e.qex(22,15),e.DNE(23,s2,2,0,"th",16)(24,Wc,2,1,"td",17),e.bVm(),e.qex(25,18),e.DNE(26,I0,2,0,"th",16)(27,Z1,3,4,"td",17),e.bVm(),e.qex(28,19),e.DNE(29,jl,2,0,"th",16)(30,fl,3,4,"td",17),e.bVm(),e.qex(31,20),e.DNE(32,R0,2,0,"th",21)(33,c2,4,3,"td",17),e.bVm(),e.qex(34,22),e.DNE(35,eo,2,0,"th",21)(36,O0,4,3,"td",17),e.bVm(),e.qex(37,23),e.DNE(38,l2,2,0,"th",21)(39,Dr,4,3,"td",17),e.bVm(),e.qex(40,24),e.DNE(41,J1,2,0,"th",21)(42,ks,4,3,"td",17),e.bVm(),e.qex(43,25),e.DNE(44,_1,2,0,"th",16)(45,F0,4,4,"td",17),e.bVm(),e.qex(46,26),e.DNE(47,d2,2,0,"th",16)(48,Wl,4,4,"td",17),e.bVm(),e.qex(49,27),e.DNE(50,Xl,2,0,"th",16)(51,to,4,4,"td",17),e.bVm(),e.qex(52,28),e.DNE(53,P0,6,0,"th",29)(54,h2,3,0,"td",30),e.bVm(),e.qex(55,31),e.DNE(56,N0,2,1,"td",32),e.bVm(),e.DNE(57,V0,1,3,"tr",33)(58,Yl,1,0,"tr",34)(59,nf,1,0,"tr",35),e.k0s(),e.nrm(60,"mat-paginator",36),e.k0s()()()}2&W&&(e.R7$(3),e.Y8G("icon",X.faHistory),e.R7$(2),e.SpI("",X.swapCaption," History"),e.R7$(5),e.R50("ngModel",X.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,L0).concat(X.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",X.selFilter),e.R7$(3),e.Y8G("ngIf",!0===X.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",X.tableSetting.sortBy)("matSortDirection",X.tableSetting.sortOrder)("dataSource",X.listSwaps)("ngClass",e.eq3(17,g1,"error"===X.flgLoading[0])),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(19,tf)),e.R7$(),e.Y8G("matHeaderRowDef",X.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",X.displayedColumns),e.R7$(),e.Y8G("pageSize",X.pageSize)("pageSizeOptions",X.pageSizeOptions)("showFirstLastButtons",X.screenSize!==X.screenSizeEnum.XS))},dependencies:[bi.YU,bi.Sq,bi.bT,bi.B3,Gi.me,Gi.BC,Gi.vS,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ds.eI,ge.$z,Or.fg,Ne.rl,Ne.nJ,ul.HM,Ce.VO,Ce.$2,ze.wT,Sc.B4,Sc.aE,Ar.Zl,Ar.tL,Ar.ji,Ar.cC,Ar.YV,Ar.iL,Ar.Zq,Ar.xW,Ar.KS,Ar.$R,Ar.Qo,Ar.YZ,Ar.NB,Ar.iF,hl.iy,gt.ZF,gt.Ld,bi.QX,bi.vh]})}}return P})();const f2=P=>["../",P];function ed(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG();return e.Njj(Fe.onSelectedIndexChange(X))}),e.EFF(1),e.k0s()}if(2&P){const b=B.$implicit,W=e.XpG();e.Y8G("active",W.activeTab.link===b.link)("routerLink",e.eq3(3,f2,b.link)),e.R7$(),e.JRh(b.name)}}let H0=(()=>{class P{constructor(b,W,X){this.router=b,this.loopService=W,this.store=X,this.faInfinity=qi.C8j,this.loopInfo=null,this.targetConf=2,this.inAmount=25e4,this.quotes=[],this.LoopTypeEnum=Xt.C7,this.selectedSwapType=Xt.C7.LOOP_OUT,this.storedSwaps=[],this.filteredSwaps=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"loopout",name:"Loop Out"},{link:"loopin",name:"Loop In"}],this.activeTab=this.links[0],this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.store.dispatch((0,Cn.mt)({payload:Xt.MZ.GET_LOOP_INFO})),this.loopService.getLoopInfo().pipe((0,cn.Q)(this.unSubs[4])).subscribe({next:W=>{this.store.dispatch((0,Cn.y0)({payload:Xt.MZ.GET_LOOP_INFO})),this.loopInfo=W,this.loopInfo&&this.loopInfo.version&&(this.loopInfo.version=this.loopInfo.version.split(" ")[0])},error:W=>{this.store.dispatch((0,Cn.y0)({payload:Xt.MZ.GET_LOOP_INFO})),this.loopInfo.version=" Unknown"}}),this.loopService.listSwaps();const b=this.links.find(W=>this.router.url.includes(W.link));this.activeTab=b||this.links[0],this.selectedSwapType=b&&"loopin"===b.link?Xt.C7.LOOP_IN:Xt.C7.LOOP_OUT,this.router.events.pipe((0,cn.Q)(this.unSubs[0]),(0,br.p)(W=>W instanceof En.gx)).subscribe({next:W=>{const X=this.links.find(Fe=>W.urlAfterRedirects.includes(Fe.link));this.activeTab=X||this.links[0],this.selectedSwapType=X&&"loopin"===X.link?Xt.C7.LOOP_IN:Xt.C7.LOOP_OUT}}),this.loopService.swapsChanged.pipe((0,cn.Q)(this.unSubs[1])).subscribe({next:W=>{this.flgLoading[0]=!1,this.storedSwaps=W,this.filteredSwaps=this.storedSwaps?.filter(X=>X.type===this.selectedSwapType)},error:W=>{this.flgLoading[0]="error",this.emptyTableMessage=W.message?W.message:"No loop "+(this.selectedSwapType===Xt.C7.LOOP_IN?"in":"out")+" available."}})}onSelectedIndexChange(b){this.selectedSwapType="loopin"===b.link?Xt.C7.LOOP_IN:Xt.C7.LOOP_OUT,this.filteredSwaps=this.storedSwaps?.filter(W=>W.type===this.selectedSwapType)}onLoop(b){b===Xt.C7.LOOP_IN?this.loopService.getLoopInTermsAndQuotes(this.targetConf).pipe((0,cn.Q)(this.unSubs[2])).subscribe({next:W=>{this.store.dispatch((0,Cn.xO)({payload:{data:{minQuote:W[0],maxQuote:W[1],direction:b,component:qu.D}}}))}}):this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,cn.Q)(this.unSubs[3])).subscribe({next:W=>{this.store.dispatch((0,Cn.xO)({payload:{data:{minQuote:W[0],maxQuote:W[1],direction:b,component:qu.D}}}))}})}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(En.Ix),e.rXU(ef.Q),e.rXU(Ri.il))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-loop"]],decls:15,vars:9,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","2",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,ed,2,5,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8)(12,"button",9),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onLoop(X.selectedSwapType))}),e.EFF(13),e.k0s()(),e.nrm(14,"rtl-swaps",10),e.k0s()()()}if(2&W){const Fe=e.sdS(10);e.R7$(),e.Y8G("icon",X.faInfinity),e.R7$(2),e.SpI("Loop (v",(null==X.loopInfo?null:X.loopInfo.version)||" Unknown",")"),e.R7$(4),e.Y8G("tabPanel",Fe),e.R7$(),e.Y8G("ngForOf",X.links),e.R7$(5),e.SpI("Start ",X.activeTab.name,""),e.R7$(),e.Y8G("selectedSwapType",X.selectedSwapType)("swapsData",X.filteredSwaps)("flgLoading",X.flgLoading)("emptyTableMessage",X.emptyTableMessage)}},dependencies:[bi.Sq,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,mr.RN,mr.m2,sa.Bu,sa.hQ,sa.Ql,En.Wk,q1]})}}return P})();var rf=p(1001),z0=p(4412),B0=p(8810),td=p(2462);let v1=(()=>{class P{constructor(b,W,X,Fe){this.httpClient=b,this.logger=W,this.store=X,this.commonService=Fe,this.swapUrl="",this.swaps={},this.boltzInfo=null,this.boltzInfoChanged=new z0.t(null),this.swapsChanged=new z0.t({}),this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,Cn.mt)({payload:Xt.MZ.GET_BOLTZ_SWAPS})),this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/listSwaps",this.httpClient.get(this.swapUrl).pipe((0,cn.Q)(this.unSubs[0])).subscribe({next:b=>{this.store.dispatch((0,Cn.y0)({payload:Xt.MZ.GET_BOLTZ_SWAPS})),this.swaps=b,this.swapsChanged.next(this.swaps)},error:b=>this.swapsChanged.error(this.handleErrorWithAlert(Xt.MZ.GET_BOLTZ_SWAPS,this.swapUrl,b))})}swapInfo(b){return this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/swapInfo/"+b,this.httpClient.get(this.swapUrl).pipe((0,Ta.W)(W=>(0,Tt.of)(this.handleErrorWithAlert(Xt.MZ.NO_SPINNER,this.swapUrl,W))))}getBoltzInfo(){this.store.dispatch((0,Cn.mt)({payload:Xt.MZ.GET_BOLTZ_INFO})),this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/info",this.httpClient.get(this.swapUrl).pipe((0,cn.Q)(this.unSubs[1])).subscribe({next:b=>{this.store.dispatch((0,Cn.y0)({payload:Xt.MZ.GET_BOLTZ_INFO})),this.boltzInfo=b,this.boltzInfoChanged.next(this.boltzInfo)},error:b=>(this.boltzInfo={version:"2.0.0"},this.boltzInfoChanged.next(this.boltzInfo),(0,Tt.of)(this.handleErrorWithoutAlert(Xt.MZ.GET_BOLTZ_INFO,this.swapUrl,b)))})}serviceInfo(){return this.store.dispatch((0,Cn.mt)({payload:Xt.MZ.GET_SERVICE_INFO})),this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/serviceInfo",this.httpClient.get(this.swapUrl).pipe((0,cn.Q)(this.unSubs[2]),(0,Wa.T)(b=>(this.store.dispatch((0,Cn.y0)({payload:Xt.MZ.GET_SERVICE_INFO})),b)),(0,Ta.W)(b=>(0,Tt.of)(this.handleErrorWithAlert(Xt.MZ.GET_SERVICE_INFO,this.swapUrl,b))))}swapOut(b,W,X){const Fe={amount:b,address:W,acceptZeroConf:X};return this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/createreverseswap",this.httpClient.post(this.swapUrl,Fe).pipe((0,Ta.W)(Lt=>this.handleErrorWithoutAlert("Swap Out for Address: "+W,Xt.MZ.NO_SPINNER,Lt)))}swapIn(b,W,X){const Fe={amount:b,sendFromInternal:W,refundAddress:X};return this.swapUrl=Xt.H$+Xt.rl.BOLTZ_API+"/createswap",this.httpClient.post(this.swapUrl,Fe).pipe((0,Ta.W)(Lt=>this.handleErrorWithoutAlert("Swap In for Amount: "+b,Xt.MZ.NO_SPINNER,Lt)))}handleErrorWithoutAlert(b,W,X){let Fe="";return this.logger.error("ERROR IN: "+b+"\n"+JSON.stringify(X)),this.store.dispatch((0,Cn.y0)({payload:W})),401===X.status?(Fe="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Cn.ri)({payload:Fe}))):503===X.status?(Fe="Unable to Connect to Boltz Server.",this.store.dispatch((0,Cn.xO)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:X.status,message:"Unable to Connect to Boltz Server",URL:b},component:td.f}}}))):Fe=this.commonService.extractErrorMessage(X),(0,B0.$)(()=>new Error(Fe))}handleErrorWithAlert(b,W,X){let Fe="";if(401===X.status&&(this.logger.info("Redirecting to Login"),this.store.dispatch((0,Cn.ri)({payload:"Authentication Failed: "+JSON.stringify(X.error)}))),this.logger.error(X),this.store.dispatch((0,Cn.y0)({payload:b})),401===X.status)Fe="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Cn.ri)({payload:Fe}));else if(503===X.status)Fe="Unable to Connect to Boltz Server.",setTimeout(()=>{this.store.dispatch((0,Cn.xO)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:X.status,message:"Unable to Connect to Boltz Server",URL:W},component:td.f}}}))},100);else{Fe=this.commonService.extractErrorMessage(X);const Lt=X.error&&X.error.error&&X.error.error.code?X.error.error.code:X.error&&X.error.code?X.error.code:X.code?X.code:X.status;setTimeout(()=>{this.store.dispatch((0,Cn.xO)({payload:{data:{type:Xt.A$.ERROR,alertTitle:"ERROR",message:{code:Lt,message:Fe,URL:W},component:td.f}}}))},100)}return{message:Fe}}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.KVO(Ms.Qq),e.KVO(Qo.gP),e.KVO(Ri.il),e.KVO(ka.h))}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();const m2=P=>({"display-none":P});function af(P,B){1&P&&e.eu8(0)}function sf(P,B){if(1&P&&(e.j41(0,"div",4)(1,"span",5),e.EFF(2),e.k0s()()),2&P){const b=e.XpG();e.R7$(2),e.JRh(null!=b.swapStatus&&b.swapStatus.error?null==b.swapStatus?null:b.swapStatus.error:"Unknown Error.")}}function cf(P,B){if(1&P&&(e.j41(0,"div",7)(1,"h4",8),e.EFF(2,"Routing Fee (mSats)"),e.k0s(),e.j41(3,"span",5),e.EFF(4),e.nI1(5,"number"),e.k0s()()),2&P){const b=e.XpG(2);e.R7$(4),e.JRh(e.bMT(5,1,null==b.swapStatus?null:b.swapStatus.routingFeeMilliSat))}}function U0(P,B){if(1&P&&(e.j41(0,"div",7)(1,"h4",8),e.EFF(2,"Claim Transaction ID"),e.k0s(),e.j41(3,"span",5),e.EFF(4),e.k0s()()),2&P){const b=e.XpG(2);e.R7$(4),e.JRh(null==b.swapStatus?null:b.swapStatus.claimTransactionId)}}function G0(P,B){if(1&P&&(e.j41(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e.EFF(4,"ID"),e.k0s(),e.j41(5,"span",5),e.EFF(6),e.k0s()(),e.DNE(7,cf,6,3,"div",9)(8,U0,5,1,"div",9),e.k0s(),e.nrm(9,"mat-divider",10),e.j41(10,"div",6)(11,"div",11)(12,"h4",8),e.EFF(13,"Lockup Address"),e.k0s(),e.j41(14,"span",5),e.EFF(15),e.k0s()()()()),2&P){const b=e.XpG();e.R7$(6),e.JRh(null==b.swapStatus?null:b.swapStatus.id),e.R7$(),e.Y8G("ngIf",b.acceptZeroConf),e.R7$(),e.Y8G("ngIf",b.acceptZeroConf),e.R7$(7),e.JRh(null==b.swapStatus?null:b.swapStatus.lockupAddress)}}function go(P,B){1&P&&(e.j41(0,"span",22),e.EFF(1,"N/A"),e.k0s())}function t4(P,B){1&P&&(e.j41(0,"span",23),e.EFF(1,"QR Code Not Applicable"),e.k0s())}function j0(P,B){1&P&&e.nrm(0,"mat-divider",24),2&P&&e.Y8G("inset",!0)}function n4(P,B){if(1&P&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"Transaction ID"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&P){const b=e.XpG(2);e.R7$(5),e.JRh(null==b.swapStatus?null:b.swapStatus.txId)}}function p2(P,B){if(1&P&&(e.j41(0,"div",6)(1,"div",25)(2,"h4",8),e.EFF(3,"ID"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",25)(7,"h4",8),e.EFF(8,"Expected Amount (Sats)"),e.k0s(),e.j41(9,"span",5),e.EFF(10),e.nI1(11,"number"),e.k0s()()()),2&P){const b=e.XpG(2);e.R7$(5),e.JRh(null==b.swapStatus?null:b.swapStatus.id),e.R7$(5),e.JRh(e.bMT(11,2,null==b.swapStatus?null:b.swapStatus.expectedAmount))}}function r4(P,B){1&P&&e.nrm(0,"mat-divider",10)}function id(P,B){if(1&P&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"Address"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&P){const b=e.XpG(2);e.R7$(5),e.JRh(null==b.swapStatus?null:b.swapStatus.address)}}function Us(P,B){1&P&&e.nrm(0,"mat-divider",10)}function nd(P,B){if(1&P&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"BIP 21"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&P){const b=e.XpG(2);e.R7$(5),e.JRh(null==b.swapStatus?null:b.swapStatus.bip21)}}function ml(P,B){if(1&P&&(e.j41(0,"div",12)(1,"div",13),e.nrm(2,"qr-code",14),e.DNE(3,go,2,0,"span",15),e.k0s(),e.j41(4,"div",16)(5,"div",4)(6,"div",17),e.nrm(7,"qr-code",14),e.DNE(8,t4,2,0,"span",18),e.k0s(),e.DNE(9,j0,1,1,"mat-divider",19)(10,n4,6,1,"div",20)(11,p2,12,4,"div",20)(12,r4,1,0,"mat-divider",21)(13,id,6,1,"div",20)(14,Us,1,0,"mat-divider",21)(15,nd,6,1,"div",20),e.k0s()()()),2&P){const b=e.XpG();e.R7$(),e.Y8G("fxLayoutAlign",""!==((null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))?"center start":"center center")("ngClass",e.eq3(19,m2,b.screenSize===b.screenSizeEnum.XS||b.screenSize===b.screenSizeEnum.SM)),e.R7$(),e.Y8G("value",(null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))("size",b.qrWidth)("errorCorrectionLevel","L"),e.R7$(),e.Y8G("ngIf",""===((null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))),e.R7$(3),e.Y8G("fxLayoutAlign",""!==((null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))?"center start":"center center")("ngClass",e.eq3(21,m2,b.screenSize!==b.screenSizeEnum.XS&&b.screenSize!==b.screenSizeEnum.SM)),e.R7$(),e.Y8G("value",(null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))("size",b.qrWidth)("errorCorrectionLevel","L"),e.R7$(),e.Y8G("ngIf",""===((null==b.swapStatus?null:b.swapStatus.txId)||(null==b.swapStatus?null:b.swapStatus.address))),e.R7$(),e.Y8G("ngIf",b.screenSize===b.screenSizeEnum.XS||b.screenSize===b.screenSizeEnum.SM),e.R7$(),e.Y8G("ngIf",b.sendFromInternal),e.R7$(),e.Y8G("ngIf",!b.sendFromInternal),e.R7$(),e.Y8G("ngIf",!b.sendFromInternal),e.R7$(),e.Y8G("ngIf",!b.sendFromInternal),e.R7$(),e.Y8G("ngIf",!b.sendFromInternal),e.R7$(),e.Y8G("ngIf",!b.sendFromInternal)}}let lf=(()=>{class P{constructor(b){this.commonService=b,this.swapStatus=null,this.direction=Xt.Bd.SWAP_OUT,this.acceptZeroConf=!1,this.sendFromInternal=!0,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=Xt.f7,this.swapTypeEnum=Xt.Bd}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===Xt.f7.XS&&(this.qrWidth=180)}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-swap-status"]],inputs:{swapStatus:"swapStatus",direction:"direction",acceptZeroConf:"acceptZeroConf",sendFromInternal:"sendFromInternal"},decls:7,vars:1,consts:[["swapFailedBlock",""],["swapOutBlock",""],["swapInBlock",""],[4,"ngTemplateOutlet"],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","33"],["fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","33",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["fxFlex","50"]],template:function(W,X){if(1&W&&e.DNE(0,af,1,0,"ng-container",3)(1,sf,3,1,"ng-template",null,0,e.C5r)(3,G0,16,4,"ng-template",null,1,e.C5r)(5,ml,16,23,"ng-template",null,2,e.C5r),2&W){const Fe=e.sdS(2),Lt=e.sdS(4),kt=e.sdS(6);e.Y8G("ngTemplateOutlet",null!=X.swapStatus&&X.swapStatus.error?Fe:X.direction===X.swapTypeEnum.SWAP_OUT?Lt:kt)}},dependencies:[bi.YU,bi.bT,bi.T3,Ki.DJ,Ki.sA,Ki.UI,ds.PW,zc.q,ls.Um,bi.QX]})}}return P})(),W0=(()=>{class P{constructor(){this.serviceInfo={},this.direction=Xt.Bd.SWAP_OUT,this.swapTypeEnum=Xt.Bd}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-service-info"]],inputs:{serviceInfo:"serviceInfo",direction:"direction"},decls:33,vars:13,consts:[["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"]],template:function(W,X){1&W&&(e.j41(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",1),e.EFF(4,"Service Information"),e.k0s()()(),e.j41(5,"div",2)(6,"div",3)(7,"div",4)(8,"h4",5),e.EFF(9,"Minimum Amount (Sats)"),e.k0s(),e.j41(10,"span",6),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div",4)(14,"h4",5),e.EFF(15,"Maximum Amount (Sats)"),e.k0s(),e.j41(16,"span",6),e.EFF(17),e.nI1(18,"number"),e.k0s()()(),e.nrm(19,"mat-divider",7),e.j41(20,"div",3)(21,"div",4)(22,"h4",5),e.EFF(23,"Fee Percentage"),e.k0s(),e.j41(24,"span",6),e.EFF(25),e.nI1(26,"number"),e.k0s()(),e.j41(27,"div",4)(28,"h4",5),e.EFF(29,"Miner Fee (Sats)"),e.k0s(),e.j41(30,"span",6),e.EFF(31),e.nI1(32,"number"),e.k0s()()()()()),2&W&&(e.Y8G("expanded",!0),e.R7$(11),e.JRh(e.bMT(12,5,null==X.serviceInfo||null==X.serviceInfo.limits?null:X.serviceInfo.limits.minimal)),e.R7$(6),e.JRh(e.bMT(18,7,null==X.serviceInfo||null==X.serviceInfo.limits?null:X.serviceInfo.limits.maximal)),e.R7$(8),e.JRh(e.bMT(26,9,null==X.serviceInfo||null==X.serviceInfo.fees?null:X.serviceInfo.fees.percentage)),e.R7$(6),e.JRh(e.bMT(32,11,X.direction===X.swapTypeEnum.SWAP_OUT?null==X.serviceInfo||null==X.serviceInfo.fees||null==X.serviceInfo.fees.miner?null:X.serviceInfo.fees.miner.reverse:null==X.serviceInfo||null==X.serviceInfo.fees||null==X.serviceInfo.fees.miner?null:X.serviceInfo.fees.miner.normal)))},dependencies:[Ki.DJ,Ki.sA,Ki.UI,La.GK,La.Z2,La.WN,zc.q,bi.QX]})}}return P})();var g2=p(6949);const b1=(P,B)=>({"small-svg":P,"large-svg":B});function df(P,B){1&P&&e.eu8(0)}function a4(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.k0s(),e.joV(),e.j41(12,"div",18)(13,"mat-card-title"),e.EFF(14,"Boltz Submarine Swaps explained."),e.k0s()(),e.j41(15,"div",19)(16,"mat-card-subtitle",20),e.EFF(17," Boltz is a privacy-first account free exchange and a Lightning service provider. By doing a Submarine Swap on Boltz, you can swap your on-chain Bitcoin for Lightning Bitcoin. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,b1,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function o4(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",21),e.nrm(2,"path",22)(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.k0s(),e.joV(),e.j41(9,"div",18)(10,"mat-card-title"),e.EFF(11,"Step 1: Deciding to Submarine Swap"),e.k0s()(),e.j41(12,"div",19)(13,"mat-card-subtitle",20),e.EFF(14," You have one or more Lightning channels that are running low on outbound liquidity and you want to fund it using your on-chain Bitcoin. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,b1,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function hf(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",29),e.nrm(2,"path",30)(3,"path",31)(4,"path",32)(5,"path",33)(6,"path",34)(7,"circle",35)(8,"rect",36),e.j41(9,"defs")(10,"pattern",37),e.nrm(11,"use",38),e.k0s(),e.nrm(12,"image",39),e.k0s()(),e.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 2: Sending the on-chain funds"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," You send the on-chain funds to an address which can only be spent by Boltz when it pays a Lightning invoice to your node. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,b1,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function uf(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",40)(2,"g",41),e.nrm(3,"path",42)(4,"path",43)(5,"path",44)(6,"path",45)(7,"path",46),e.k0s(),e.j41(8,"defs")(9,"clipPath",47),e.nrm(10,"rect",48),e.k0s()()(),e.joV(),e.j41(11,"div",18)(12,"mat-card-title"),e.EFF(13,"Step 3: Receiving the funds on Lightning"),e.k0s()(),e.j41(14,"div",19)(15,"mat-card-subtitle",20),e.EFF(16," Boltz pays the Lightning invoice to your node and claims the on-chain funds locked in the previous step. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,b1,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function Kl(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",49),e.nrm(2,"path",50)(3,"path",51)(4,"path",52)(5,"path",53)(6,"path",54),e.k0s(),e.joV(),e.j41(7,"div",18)(8,"mat-card-title"),e.EFF(9,"Done!"),e.k0s()(),e.j41(10,"div",19)(11,"mat-card-subtitle",20),e.EFF(12," You swapped your on-chain Bitcoin for Lightning Bitcoin, while also adding outbound capacity for your channels in the process - all in a non-custodial manner. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,b1,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}let y1=(()=>{class P{constructor(b){this.commonService=b,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=Xt.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(b){2===b.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===b.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-swapin-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","323","height","323","viewBox","0 0 323 323","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M53.8333 134.583H80.75L94.2083 161.5L117.792 134.961C121.616 130.658 125.869 126.602 131.194 124.413C136.45 122.252 142.103 121.125 147.842 121.125H242.25C286.847 121.125 323 157.278 323 201.875C323 246.472 286.847 282.625 242.25 282.625H147.842C142.103 282.625 136.45 281.497 131.194 279.337C125.869 277.149 121.616 273.092 117.792 268.79L94.2083 242.25L80.75 269.167H53.8333L67.2917 228.792L53.8333 201.875L67.2917 174.958L53.8333 134.583Z",1,"fill-color-0"],["d","M26.9167 107.667H53.8333L67.2917 134.583L90.8755 108.044C94.6993 103.741 98.9527 99.6849 104.277 97.4963C109.534 95.3357 115.187 94.2083 120.925 94.2083H215.333C259.93 94.2083 296.083 130.361 296.083 174.958C296.083 219.555 259.93 255.708 215.333 255.708H120.925C115.187 255.708 109.534 254.581 104.277 252.42C98.9527 250.232 94.6993 246.176 90.8755 241.873L67.2917 215.333L53.8333 242.25H26.9167L40.375 201.875L26.9167 174.958L40.375 148.042L26.9167 107.667Z",1,"stroke-color-thick"],["d","M134.583 215.333C142.016 215.333 148.042 209.308 148.042 201.875C148.042 194.442 142.016 188.417 134.583 188.417C127.151 188.417 121.125 194.442 121.125 201.875C121.125 209.308 127.151 215.333 134.583 215.333Z",1,"fill-color-15"],["d","M107.667 188.417C115.1 188.417 121.125 182.391 121.125 174.958C121.125 167.526 115.1 161.5 107.667 161.5C100.234 161.5 94.2083 167.526 94.2083 174.958C94.2083 182.391 100.234 188.417 107.667 188.417Z",1,"stroke-color-thick"],["d","M201.875 215.333C209.308 215.333 215.333 209.308 215.333 201.875C215.333 194.442 209.308 188.417 201.875 188.417C194.442 188.417 188.417 194.442 188.417 201.875C188.417 209.308 194.442 215.333 201.875 215.333Z",1,"fill-color-15"],["d","M174.958 188.417C182.391 188.417 188.417 182.391 188.417 174.958C188.417 167.526 182.391 161.5 174.958 161.5C167.526 161.5 161.5 167.526 161.5 174.958C161.5 182.391 167.526 188.417 174.958 188.417Z",1,"stroke-color-thick"],["d","M269.167 215.333C276.599 215.333 282.625 209.308 282.625 201.875C282.625 194.442 276.599 188.417 269.167 188.417C261.734 188.417 255.708 194.442 255.708 201.875C255.708 209.308 261.734 215.333 269.167 215.333Z",1,"fill-color-15"],["d","M242.25 188.417C249.683 188.417 255.708 182.391 255.708 174.958C255.708 167.526 249.683 161.5 242.25 161.5C234.817 161.5 228.792 167.526 228.792 174.958C228.792 182.391 234.817 188.417 242.25 188.417Z",1,"stroke-color-thick"],["d","M189.321 97C186.935 97 185 98.9345 185 101.321V112.679C185 115.065 186.935 117 189.321 117H237.679C240.065 117 242 115.065 242 112.679V101.321C242 98.9345 240.065 97 237.679 97H189.321Z",1,"fill-color-15"],["d","M161.5 67.2917V94.2083H215.333V67.2917H161.5Z",1,"stroke-color-thick"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","347","height","169","viewBox","0 0 347 169","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M89 157.417V41.5833C89 35.2125 92.75 30 97.3333 30H230.667C235.25 30 239 35.2125 239 41.5833V157.417C239 163.787 235.25 169 230.667 169H97.3333C92.75 169 89 163.787 89 157.417Z",1,"fill-color-0"],["d","M6.25 134.625V18.375C6.25 11.9812 11.4812 6.75 17.875 6.75H203.875C210.269 6.75 215.5 11.9812 215.5 18.375V134.625C215.5 141.019 210.269 146.25 203.875 146.25H17.875C11.4812 146.25 6.25 141.019 6.25 134.625Z",1,"stroke-color-thin"],["d","M256.188 123H238.75V76.5H256.188C259.442 76.5 262 79.0575 262 82.3125V117.188C262 120.443 259.442 123 256.188 123Z",1,"fill-color-15"],["d","M232.938 99.75H215.5V53.25H232.938C236.193 53.25 238.75 55.8075 238.75 59.0625V93.9375C238.75 97.1925 236.193 99.75 232.938 99.75Z",1,"stroke-color-thin"],["d","M146 53V87.875",1,"stroke-color-thin"],["d","M146 122.634V122.749",1,"stroke-color-thin"],["d","M344.698 95.3022C346.74 97.3445 346.74 100.656 344.698 102.698L311.418 135.978C309.376 138.02 306.065 138.02 304.022 135.978C301.98 133.935 301.98 130.624 304.022 128.582L333.604 99L304.022 69.418C301.98 67.3758 301.98 64.0647 304.022 62.0225C306.065 59.9803 309.376 59.9803 311.418 62.0225L344.698 95.3022ZM277 93.7706L341 93.7706V104.229L277 104.229V93.7706Z",1,"fill-color-15"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["fill-rule","evenodd","clip-rule","evenodd","d","M161.033 82.5635C162.307 74.0523 155.826 69.4769 146.965 66.4247L149.84 54.8952L142.822 53.1462L140.023 64.3718C138.178 63.9121 136.283 63.4783 134.4 63.0486L137.219 51.749L130.205 50L127.328 61.5255C125.801 61.1777 124.302 60.8338 122.847 60.4721L122.855 60.4361L113.177 58.0194L111.31 65.5152C111.31 65.5152 116.517 66.7085 116.407 66.7825C119.249 67.4921 119.763 69.373 119.677 70.8641L116.403 83.9987C116.599 84.0487 116.852 84.1206 117.132 84.2326C117.096 84.2236 117.06 84.2146 117.023 84.2054C116.981 84.1948 116.938 84.184 116.894 84.1731C116.732 84.1323 116.563 84.09 116.391 84.0487L111.801 102.448C111.453 103.312 110.572 104.607 108.585 104.115C108.655 104.217 103.484 102.842 103.484 102.842L100 110.875L109.133 113.152C110.152 113.408 111.16 113.67 112.156 113.93L112.158 113.931L112.159 113.931C112.823 114.104 113.481 114.276 114.136 114.443L111.232 126.105L118.242 127.854L121.118 116.316C123.033 116.836 124.892 117.316 126.711 117.768L123.844 129.251L130.862 131L133.767 119.361C145.734 121.625 154.733 120.712 158.521 109.888C161.573 101.173 158.369 96.1458 152.072 92.8677C156.658 91.8103 160.112 88.794 161.033 82.5635ZM144.998 105.049C143.008 113.044 130.493 109.739 124.766 108.226L124.766 108.226C124.251 108.09 123.791 107.969 123.398 107.871L127.252 92.4219C127.73 92.5412 128.314 92.6723 128.976 92.8208L128.976 92.8208C134.899 94.1498 147.037 96.8734 144.998 105.049ZM130.167 85.6513C134.942 86.9255 145.356 89.7047 147.17 82.4376C149.022 75.0044 138.901 72.7637 133.957 71.6694C133.401 71.5463 132.911 71.4377 132.51 71.3379L129.016 85.3499C129.346 85.4322 129.733 85.5356 130.167 85.6513Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","313.615","y","82.836","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,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"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["d","M154.81 93.8059C152.146 100.719 149.483 108.164 146.287 115.608C146.287 115.608 146.287 116.672 147.353 116.672H169.191C169.191 116.672 169.191 117.204 169.723 117.736L137.765 153.364C137.233 152.832 137.233 152.301 137.233 151.769L148.418 127.839V125.712H126.047V123.585L153.212 93.8059H154.81Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["id","clip0"],["width","225.692","height","225.692","transform","translate(0 85.9831) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","300","height","300","viewBox","0 0 300 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M50 237.5V112.5C50 105.625 55.625 100 62.5 100H262.5C269.375 100 275 105.625 275 112.5V237.5C275 244.375 269.375 250 262.5 250H62.5C55.625 250 50 244.375 50 237.5Z",1,"fill-color-0"],["d","M25 212.5V87.5C25 80.625 30.625 75 37.5 75H237.5C244.375 75 250 80.625 250 87.5V212.5C250 219.375 244.375 225 237.5 225H37.5C30.625 225 25 219.375 25 212.5Z",1,"stroke-color"],["d","M293.75 200H275V150H293.75C297.25 150 300 152.75 300 156.25V193.75C300 197.25 297.25 200 293.75 200Z",1,"fill-color-0"],["d","M268.75 175H250V125H268.75C272.25 125 275 127.75 275 131.25V168.75C275 172.25 272.25 175 268.75 175Z",1,"stroke-color"],["d","M137.5 187.5L156.25 150H118.75L137.5 112.5",1,"stroke-color"]],template:function(W,X){if(1&W&&e.DNE(0,df,1,0,"ng-container",5)(1,a4,18,5,"ng-template",null,0,e.C5r)(3,o4,15,5,"ng-template",null,1,e.C5r)(5,hf,19,5,"ng-template",null,2,e.C5r)(7,uf,17,5,"ng-template",null,3,e.C5r)(9,Kl,13,5,"ng-template",null,4,e.C5r),2&W){const Fe=e.sdS(2),Lt=e.sdS(4),kt=e.sdS(6),ri=e.sdS(8),oi=e.sdS(10);e.Y8G("ngTemplateOutlet",1===X.stepNumber?Fe:2===X.stepNumber?Lt:3===X.stepNumber?kt:4===X.stepNumber?ri:oi)}},dependencies:[bi.YU,bi.T3,Ki.DJ,Ki.sA,Ki.UI,ds.PW,mr.Lc,mr.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[g2.k]}})}}return P})();const $l=(P,B)=>({"small-svg":P,"large-svg":B});function ff(P,B){1&P&&e.eu8(0)}function rd(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.k0s(),e.joV(),e.j41(12,"div",18)(13,"mat-card-title"),e.EFF(14,"Boltz Reverse Submarine Swap explained."),e.k0s()(),e.j41(15,"div",19)(16,"mat-card-subtitle",20),e.EFF(17," Boltz is a privacy-first account free exchange and a Lightning Service Provider. By doing a Reverse Submarine Swap on Boltz, you can swap your Lightning Bitcoin for on-chain Bitcoin. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,$l,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function Gs(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",21)(2,"g",22),e.nrm(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.k0s(),e.nrm(9,"path",29),e.j41(10,"defs")(11,"clipPath",30),e.nrm(12,"rect",31),e.k0s()()(),e.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 1: Deciding to Reverse Submarine Swap"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," You have one or more channels that are running low on inbound capacity or you want to move some of your Lightning Bitcoin to your onchain wallet. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,$l,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function X0(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",32),e.nrm(2,"path",33)(3,"path",34)(4,"path",35)(5,"path",36)(6,"path",37)(7,"circle",38)(8,"rect",39),e.j41(9,"defs")(10,"pattern",40),e.nrm(11,"use",41),e.k0s(),e.nrm(12,"image",42),e.k0s()(),e.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 2: Paying the Lightning Invoice"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," Your Boltz client generates a secret which is sent to Boltz. In return Boltz sends a Lightning invoice based on that secret. Your Lightning node pays that invoice which moves some of your local balance to the other side of the channel. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,$l,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function ad(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",43)(2,"g",22),e.nrm(3,"path",44)(4,"path",45)(5,"path",46)(6,"path",47)(7,"path",48),e.k0s(),e.j41(8,"defs")(9,"clipPath",30),e.nrm(10,"rect",49),e.k0s()()(),e.joV(),e.j41(11,"div",18)(12,"mat-card-title"),e.EFF(13,"Step 3: Receiving the funds on-chain"),e.k0s()(),e.j41(14,"div",19)(15,"mat-card-subtitle",20),e.EFF(16," In return for paying the invoice, Boltz locks on-chain BTC. Your node claims that onchain BTC to your wallet and by doing that, reveals the secret. With that secret Boltz can settle the Lightning invoice paid by your node. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,$l,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}function x1(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onSwipe(X))}),e.qSk(),e.j41(1,"svg",50),e.nrm(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55),e.k0s(),e.joV(),e.j41(7,"div",18)(8,"mat-card-title"),e.EFF(9,"Done!"),e.k0s()(),e.j41(10,"div",19)(11,"mat-card-subtitle",20),e.EFF(12," You have now successfully received your funds in your on-chain wallet and also spent your local balance to increase the inbound capacity of your node - all in a non-custodial manner. "),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@sliderAnimation",b.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,$l,b.screenSize===b.screenSizeEnum.XS,b.screenSize!==b.screenSizeEnum.XS))}}let Y0=(()=>{class P{constructor(b){this.commonService=b,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=Xt.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(b){2===b.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===b.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-swapout-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","368","height","368","viewBox","0 0 368 368","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M306.667 153.333H276L260.667 184L233.797 153.763C229.441 148.861 224.595 144.24 218.529 141.746C212.54 139.284 206.099 138 199.561 138H92C41.19 138 1.52588e-05 179.19 1.52588e-05 230C1.52588e-05 280.81 41.19 322 92 322H199.561C206.099 322 212.54 320.715 218.529 318.254C224.595 315.761 229.441 311.139 233.797 306.237L260.667 276L276 306.667H306.667L291.333 260.667L306.667 230L291.333 199.333L306.667 153.333Z",1,"fill-color-0"],["d","M337.333 122.667H306.667L291.333 153.333L264.464 123.097C260.107 118.194 255.261 113.573 249.195 111.079C243.206 108.618 236.766 107.333 230.228 107.333H122.667C71.8566 107.333 30.6667 148.523 30.6667 199.333C30.6667 250.143 71.8566 291.333 122.667 291.333H230.228C236.766 291.333 243.206 290.048 249.195 287.587C255.261 285.094 260.107 280.473 264.464 275.571L291.333 245.333L306.667 276H337.333L322 230L337.333 199.333L322 168.667L337.333 122.667Z",1,"stroke-color-thicker"],["d","M214.667 245.333C206.198 245.333 199.333 238.468 199.333 230C199.333 221.532 206.198 214.667 214.667 214.667C223.135 214.667 230 221.532 230 230C230 238.468 223.135 245.333 214.667 245.333Z",1,"fill-color-15"],["d","M245.333 214.667C236.865 214.667 230 207.802 230 199.333C230 190.865 236.865 184 245.333 184C253.802 184 260.667 190.865 260.667 199.333C260.667 207.802 253.802 214.667 245.333 214.667Z",1,"stroke-color-thicker"],["d","M138 245.333C129.532 245.333 122.667 238.468 122.667 230C122.667 221.532 129.532 214.667 138 214.667C146.468 214.667 153.333 221.532 153.333 230C153.333 238.468 146.468 245.333 138 245.333Z",1,"fill-color-15"],["d","M168.667 214.667C160.198 214.667 153.333 207.802 153.333 199.333C153.333 190.865 160.198 184 168.667 184C177.135 184 184 190.865 184 199.333C184 207.802 177.135 214.667 168.667 214.667Z",1,"stroke-color-thicker"],["d","M61.3334 245.333C52.865 245.333 46 238.468 46 230C46 221.532 52.865 214.667 61.3334 214.667C69.8017 214.667 76.6667 221.532 76.6667 230C76.6667 238.468 69.8017 245.333 61.3334 245.333Z",1,"fill-color-15"],["d","M92 214.667C83.5316 214.667 76.6666 207.802 76.6666 199.333C76.6666 190.865 83.5316 184 92 184C100.468 184 107.333 190.865 107.333 199.333C107.333 207.802 100.468 214.667 92 214.667Z",1,"stroke-color-thicker"],["d","M239.077 111C241.796 111 244 113.204 244 115.923V126.077C244 128.796 241.796 131 239.077 131H191.923C189.204 131 187 128.796 187 126.077V115.923C187 113.204 189.204 111 191.923 111H239.077Z",1,"fill-color-15"],["d","M184 76.6666V107.333H122.667V76.6666H184Z",1,"stroke-color-thicker"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","383","height","279","viewBox","0 0 383 279","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M267.882 220.417V104.583C267.882 98.2125 263.809 93 258.832 93H114.029C109.051 93 104.978 98.2125 104.978 104.583V220.417C104.978 226.787 109.051 232 114.029 232H258.832C263.809 232 267.882 226.787 267.882 220.417Z",1,"fill-color-0"],["d","M357.75 197.625V81.375C357.75 74.9812 352.069 69.75 345.125 69.75H143.125C136.181 69.75 130.5 74.9812 130.5 81.375V197.625C130.5 204.019 136.181 209.25 143.125 209.25H345.125C352.069 209.25 357.75 204.019 357.75 197.625Z",1,"stroke-color-thin"],["d","M86.3125 186H105.25V139.5H86.3125C82.7775 139.5 80 142.057 80 145.312V180.188C80 183.443 82.7775 186 86.3125 186Z",1,"fill-color-15"],["d","M111.562 162.75H130.5V116.25H111.562C108.027 116.25 105.25 118.807 105.25 122.062V156.938C105.25 160.193 108.027 162.75 111.562 162.75Z",1,"stroke-color-thin"],["d","M205.979 116V150.875",1,"stroke-color-thin"],["d","M205.979 185.634V185.749",1,"stroke-color-thin"],["d","M2.44963 159.45C0.488815 161.41 0.488815 164.59 2.44963 166.55L34.403 198.504C36.3638 200.465 39.5429 200.465 41.5037 198.504C43.4645 196.543 43.4645 193.364 41.5037 191.403L13.1007 163L41.5037 134.597C43.4645 132.636 43.4645 129.457 41.5037 127.496C39.5429 125.535 36.3638 125.535 34.403 127.496L2.44963 159.45ZM65 157.979H6V168.021H65V157.979Z",1,"fill-color-15"],["id","clip0"],["width","303","height","279","transform","matrix(-1 0 0 1 383 0)",1,"fill-color-30"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["d","M138.762 67C136.099 73.913 133.436 81.3578 130.24 88.8025C130.24 88.8025 130.24 89.8661 131.305 89.8661H153.143C153.143 89.8661 153.143 90.3979 153.676 90.9296L121.718 126.558C121.185 126.026 121.185 125.495 121.185 124.963L132.371 101.033V98.9062H110V96.7791L137.164 67H138.762Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","317","y","81","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,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"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["fill-rule","evenodd","clip-rule","evenodd","d","M169.522 122.093C171.059 115.241 166.054 111.136 159.022 108.13L162.04 98.916L156.431 97.0797L153.493 106.051C152.019 105.569 150.502 105.104 148.995 104.643L151.953 95.613L146.348 93.7769L143.329 102.988C142.106 102.615 140.906 102.247 139.743 101.867L139.752 101.838L132.017 99.3019L130.057 105.293C130.057 105.293 134.224 106.57 134.131 106.624C136.402 107.369 136.71 108.93 136.552 110.138L133.115 120.635C133.271 120.687 133.473 120.761 133.695 120.869C133.66 120.857 133.626 120.846 133.591 120.834C133.562 120.825 133.534 120.816 133.505 120.806C133.375 120.763 133.24 120.719 133.102 120.675L128.284 135.38C127.95 136.062 127.157 137.065 125.569 136.548C125.62 136.635 121.492 135.211 121.492 135.211L118.184 141.544L125.483 143.935C126.298 144.203 127.103 144.476 127.899 144.746L127.901 144.747C128.431 144.927 128.956 145.105 129.479 145.28L126.429 154.6L132.031 156.436L135.051 147.215C136.579 147.75 138.064 148.25 139.517 148.725L136.509 157.902L142.118 159.739L145.166 150.437C154.773 152.984 162.15 152.77 165.87 144.183C168.867 137.27 166.555 132.99 161.623 129.952C165.417 129.361 168.406 127.109 169.522 122.093ZM155.149 139.449C153.059 145.84 143.068 142.413 138.496 140.845L138.496 140.845C138.085 140.704 137.718 140.578 137.404 140.476L141.449 128.129C141.831 128.254 142.299 128.395 142.829 128.555L142.829 128.555C147.571 129.985 157.289 132.916 155.149 139.449ZM144.22 122.79C148.031 124.108 156.343 126.982 158.247 121.175C160.192 115.234 152.086 112.815 148.127 111.634C147.682 111.501 147.289 111.383 146.969 111.279L143.301 122.477C143.565 122.563 143.874 122.67 144.22 122.79Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["width","225.692","height","225.692","transform","translate(0 85.983) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","298","height","300","viewBox","0 0 298 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M248.333 237.5V112.5C248.333 105.625 242.746 100 235.917 100H37.2501C30.421 100 24.8335 105.625 24.8335 112.5V237.5C24.8335 244.375 30.421 250 37.2501 250H235.917C242.746 250 248.333 244.375 248.333 237.5Z",1,"fill-color-0"],["d","M273.167 212.5V87.5C273.167 80.625 267.579 75 260.75 75H62.0832C55.254 75 49.6665 80.625 49.6665 87.5V212.5C49.6665 219.375 55.254 225 62.0832 225H260.75C267.579 225 273.167 219.375 273.167 212.5Z",1,"stroke-color"],["d","M6.20851 200H24.8335V150H6.20851C2.73185 150 0.000183105 152.75 0.000183105 156.25V193.75C0.000183105 197.25 2.73185 200 6.20851 200Z",1,"fill-color-0"],["d","M31.0415 175H49.6665V125H31.0415C27.5648 125 24.8331 127.75 24.8331 131.25V168.75C24.8331 172.25 27.5648 175 31.0415 175Z",1,"stroke-color"],["d","M161.417 187.5L142.792 150H180.042L161.417 112.5",1,"stroke-color"]],template:function(W,X){if(1&W&&e.DNE(0,ff,1,0,"ng-container",5)(1,rd,18,5,"ng-template",null,0,e.C5r)(3,Gs,19,5,"ng-template",null,1,e.C5r)(5,X0,19,5,"ng-template",null,2,e.C5r)(7,ad,17,5,"ng-template",null,3,e.C5r)(9,x1,13,5,"ng-template",null,4,e.C5r),2&W){const Fe=e.sdS(2),Lt=e.sdS(4),kt=e.sdS(6),ri=e.sdS(8),oi=e.sdS(10);e.Y8G("ngTemplateOutlet",1===X.stepNumber?Fe:2===X.stepNumber?Lt:3===X.stepNumber?kt:4===X.stepNumber?ri:oi)}},dependencies:[bi.YU,bi.T3,Ki.DJ,Ki.sA,Ki.UI,ds.PW,mr.Lc,mr.dh],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[g2.k]}})}}return P})();const K0=["stepper"],$0=()=>[1,2,3,4,5],C1=(P,B)=>({"dot-primary":P,"dot-primary-lighter":B});function od(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(2);e.JRh(b.inputFormLabel)}}function sd(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function Q0(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.SpI("Amount must be greater than or equal to ",e.bMT(2,1,null==b.serviceInfo||null==b.serviceInfo.limits?null:b.serviceInfo.limits.minimal),".")}}function Z0(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.SpI("Amount must be less than or equal to ",e.bMT(2,1,null==b.serviceInfo||null==b.serviceInfo.limits?null:b.serviceInfo.limits.maximal),".")}}function Ql(P,B){1&P&&(e.j41(0,"div",44)(1,"div",45)(2,"mat-slide-toggle",46),e.EFF(3,"Accept Zero Conf"),e.k0s(),e.j41(4,"mat-icon",47),e.EFF(5,"info_outline"),e.k0s()()())}function _2(P,B){1&P&&(e.j41(0,"div",44)(1,"div",45)(2,"mat-slide-toggle",48),e.EFF(3,"Send from Internal Wallet"),e.k0s(),e.j41(4,"mat-icon",49),e.EFF(5,"info_outline"),e.k0s()()())}function mf(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1," Refund address is required when not using internal wallet. "),e.k0s())}function pf(P,B){1&P&&(e.j41(0,"button",50),e.EFF(1,"Next"),e.k0s())}function qo(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",51),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onSwap())}),e.EFF(1),e.k0s()}if(2&P){const b=e.XpG(2);e.R7$(),e.SpI("Initiate ",b.swapDirectionCaption,"")}}function v2(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(3);e.JRh(b.addressFormLabel)}}function cd(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Address is required."),e.k0s())}function b2(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-step",15)(1,"form",16),e.DNE(2,v2,1,1,"ng-template",17),e.j41(3,"div",52)(4,"mat-radio-group",53),e.bIt("change",function(X){e.eBV(b);const Fe=e.XpG(2);return e.Njj(Fe.onAddressTypeChange(X))}),e.j41(5,"mat-radio-button",54),e.EFF(6,"Node Local Address"),e.k0s(),e.j41(7,"mat-radio-button",55),e.EFF(8,"External Address"),e.k0s()(),e.j41(9,"mat-form-field",56)(10,"mat-label"),e.EFF(11,"Address"),e.k0s(),e.nrm(12,"input",57),e.DNE(13,cd,2,0,"mat-error",24),e.k0s()(),e.j41(14,"div",29)(15,"button",58),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onSwap())}),e.EFF(16),e.k0s()()()()}if(2&P){const b=e.XpG(2);e.Y8G("stepControl",b.addressFormGroup)("editable",b.flgEditable),e.R7$(),e.Y8G("formGroup",b.addressFormGroup),e.R7$(11),e.Y8G("required","external"===b.addressFormGroup.controls.addressType.value),e.R7$(),e.Y8G("ngIf",null==b.addressFormGroup.controls.address.errors?null:b.addressFormGroup.controls.address.errors.required),e.R7$(3),e.SpI("Initiate ",b.swapDirectionCaption,"")}}function J0(P,B){if(1&P&&e.EFF(0),2&P){const b=e.XpG(2);e.SpI("",b.swapDirectionCaption," Status")}}function s4(P,B){if(1&P&&(e.j41(0,"mat-icon",59),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.swapStatus&&null!=b.swapStatus&&b.swapStatus.id?"check":"close")}}function es(P,B){1&P&&e.nrm(0,"div")}function pl(P,B){1&P&&e.nrm(0,"mat-progress-bar",60)}function y2(P,B){if(1&P&&(e.j41(0,"h4",61),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.swapStatus&&b.swapStatus.error?b.swapDirectionCaption+" failed.":b.swapStatus&&b.swapStatus.id?b.swapDirectionCaption+" request placed successfully. You can check the status of the request on the 'Boltz' menu.":b.swapDirectionCaption+" request placed successfully.")}}function x2(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",62),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onRestart())}),e.EFF(1,"Start Again"),e.k0s()}}function gf(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),e.EFF(5),e.k0s()(),e.j41(6,"div",9)(7,"button",10),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.showInfo())}),e.EFF(8,"?"),e.k0s(),e.j41(9,"button",11),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onClose())}),e.EFF(10,"X"),e.k0s()()(),e.j41(11,"mat-card-content",12)(12,"div",13)(13,"mat-vertical-stepper",14,1),e.bIt("selectionChange",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.stepSelectionChanged(X))}),e.j41(15,"mat-step",15)(16,"form",16),e.DNE(17,od,1,1,"ng-template",17),e.j41(18,"div",18),e.nrm(19,"rtl-boltz-service-info",19),e.k0s(),e.j41(20,"div",20)(21,"mat-form-field",21)(22,"mat-label"),e.EFF(23,"Amount"),e.k0s(),e.nrm(24,"input",22),e.j41(25,"mat-hint"),e.EFF(26),e.nI1(27,"number"),e.nI1(28,"number"),e.k0s(),e.j41(29,"span",23),e.EFF(30,"Sats"),e.k0s(),e.DNE(31,sd,2,0,"mat-error",24)(32,Q0,3,3,"mat-error",24)(33,Z0,3,3,"mat-error",24),e.k0s(),e.DNE(34,Ql,6,0,"div",25)(35,_2,6,0,"div",25),e.j41(36,"div",26)(37,"mat-form-field",27)(38,"mat-label"),e.EFF(39,"Refund Address"),e.k0s(),e.nrm(40,"input",28),e.j41(41,"mat-hint"),e.EFF(42,"The address where funds will be returned in case of a failed swap"),e.k0s(),e.DNE(43,mf,2,0,"mat-error",24),e.k0s()()(),e.j41(44,"div",29),e.DNE(45,pf,2,0,"button",30)(46,qo,2,1,"button",31),e.k0s()()(),e.DNE(47,b2,17,6,"mat-step",32),e.j41(48,"mat-step",33)(49,"form",16),e.DNE(50,J0,1,1,"ng-template",17),e.j41(51,"div",34)(52,"mat-expansion-panel",35)(53,"mat-expansion-panel-header")(54,"mat-panel-title")(55,"span",36),e.EFF(56),e.DNE(57,s4,2,1,"mat-icon",37),e.k0s()()(),e.DNE(58,es,1,0,"div",38),e.k0s(),e.DNE(59,pl,1,0,"mat-progress-bar",39),e.k0s(),e.DNE(60,y2,2,1,"h4",40),e.j41(61,"div",29),e.DNE(62,x2,2,0,"button",41),e.k0s()()()(),e.j41(63,"div",42)(64,"button",43),e.EFF(65,"Close"),e.k0s()()()()()()}if(2&P){const b=e.XpG(),W=e.sdS(2);e.Y8G("@opacityAnimation",void 0),e.R7$(3),e.Y8G("fxFlex",b.screenSize===b.screenSizeEnum.XS||b.screenSize===b.screenSizeEnum.SM?"83":"91"),e.R7$(2),e.JRh(b.swapDirectionCaption),e.R7$(),e.Y8G("fxFlex",b.screenSize===b.screenSizeEnum.XS||b.screenSize===b.screenSizeEnum.SM?"17":"9"),e.R7$(7),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",b.inputFormGroup)("editable",b.flgEditable),e.R7$(),e.Y8G("formGroup",b.inputFormGroup),e.R7$(3),e.Y8G("serviceInfo",b.serviceInfo)("direction",b.direction),e.R7$(5),e.Y8G("step",1e3),e.R7$(2),e.Lme("Range: ",e.bMT(27,34,null==b.serviceInfo||null==b.serviceInfo.limits?null:b.serviceInfo.limits.minimal),"-",e.bMT(28,36,null==b.serviceInfo||null==b.serviceInfo.limits?null:b.serviceInfo.limits.maximal),""),e.R7$(5),e.Y8G("ngIf",null==b.inputFormGroup||null==b.inputFormGroup.controls||null==b.inputFormGroup.controls.amount||null==b.inputFormGroup.controls.amount.errors?null:b.inputFormGroup.controls.amount.errors.required),e.R7$(),e.Y8G("ngIf",null==b.inputFormGroup||null==b.inputFormGroup.controls||null==b.inputFormGroup.controls.amount||null==b.inputFormGroup.controls.amount.errors?null:b.inputFormGroup.controls.amount.errors.min),e.R7$(),e.Y8G("ngIf",null==b.inputFormGroup||null==b.inputFormGroup.controls||null==b.inputFormGroup.controls.amount||null==b.inputFormGroup.controls.amount.errors?null:b.inputFormGroup.controls.amount.errors.max),e.R7$(),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_IN&&b.isSendFromInternalCompatible),e.R7$(5),e.Y8G("required",!(null!=b.inputFormGroup&&null!=b.inputFormGroup.controls&&b.inputFormGroup.controls.sendFromInternal.value)),e.R7$(3),e.Y8G("ngIf",null==b.inputFormGroup||null==b.inputFormGroup.controls||null==b.inputFormGroup.controls.refundAddress||null==b.inputFormGroup.controls.refundAddress.errors?null:b.inputFormGroup.controls.refundAddress.errors.required),e.R7$(2),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_IN),e.R7$(),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("stepControl",b.statusFormGroup),e.R7$(),e.Y8G("formGroup",b.statusFormGroup),e.R7$(3),e.Y8G("expanded",!!b.swapStatus),e.R7$(4),e.JRh(b.swapStatus?b.swapStatus.id?b.swapDirectionCaption+" request details":b.swapDirectionCaption+" error details":"Waiting for "+b.swapDirectionCaption+" request..."),e.R7$(),e.Y8G("ngIf",b.swapStatus),e.R7$(),e.Y8G("ngIf",!b.swapStatus)("ngIfElse",W),e.R7$(),e.Y8G("ngIf",!b.swapStatus),e.R7$(),e.Y8G("ngIf",b.swapStatus),e.R7$(2),e.Y8G("ngIf",b.swapStatus&&(b.swapStatus.error||!b.swapStatus.id)),e.R7$(2),e.Y8G("mat-dialog-close",!1)}}function q0(P,B){if(1&P&&e.nrm(0,"rtl-boltz-swap-status",63),2&P){const b=e.XpG();e.Y8G("swapStatus",b.swapStatus)("direction",b.direction)("acceptZeroConf",null==b.inputFormGroup||null==b.inputFormGroup.controls?null:b.inputFormGroup.controls.acceptZeroConf.value)("sendFromInternal",null==b.inputFormGroup||null==b.inputFormGroup.controls?null:b.inputFormGroup.controls.sendFromInternal.value)}}function eh(P,B){if(1&P){const b=e.RV6();e.j41(0,"rtl-boltz-swapout-info-graphics",79),e.mxI("stepNumberChange",function(X){e.eBV(b);const Fe=e.XpG(2);return e.DH7(Fe.stepNumber,X)||(Fe.stepNumber=X),e.Njj(X)}),e.k0s()}if(2&P){const b=e.XpG(2);e.Y8G("animationDirection",b.animationDirection),e.R50("stepNumber",b.stepNumber)}}function Xc(P,B){if(1&P){const b=e.RV6();e.j41(0,"rtl-boltz-swapin-info-graphics",79),e.mxI("stepNumberChange",function(X){e.eBV(b);const Fe=e.XpG(2);return e.DH7(Fe.stepNumber,X)||(Fe.stepNumber=X),e.Njj(X)}),e.k0s()}if(2&P){const b=e.XpG(2);e.Y8G("animationDirection",b.animationDirection),e.R50("stepNumber",b.stepNumber)}}function C2(P,B){if(1&P){const b=e.RV6();e.j41(0,"span",80),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG(2);return e.Njj(Fe.onStepChanged(X))}),e.nrm(1,"p",81),e.k0s()}if(2&P){const b=B.$implicit,W=e.XpG(2);e.R7$(),e.Y8G("ngClass",e.l_i(1,C1,W.stepNumber===b,W.stepNumber!==b))}}function th(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",82),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onReadMore())}),e.EFF(1,"Read More"),e.k0s()}}function _f(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",83),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onStepChanged(4))}),e.EFF(1,"Back"),e.k0s()}}function ih(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",84),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return X.flgShowInfo=!1,e.Njj(X.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function w2(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",85),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return X.flgShowInfo=!1,e.Njj(X.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function vf(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",86),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onStepChanged(X.stepNumber-1))}),e.EFF(1,"Back"),e.k0s()}}function M2(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",87),e.bIt("click",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onStepChanged(X.stepNumber+1))}),e.EFF(1,"Next"),e.k0s()}}function Zl(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",64)(1,"div",18)(2,"mat-card-header",65)(3,"div",66),e.nrm(4,"span",8),e.k0s(),e.j41(5,"div",67)(6,"button",11),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return X.flgShowInfo=!1,e.Njj(X.stepNumber=1)}),e.EFF(7,"X"),e.k0s()()(),e.j41(8,"mat-card-content",68),e.DNE(9,eh,1,2,"rtl-boltz-swapout-info-graphics",69)(10,Xc,1,2,"rtl-boltz-swapin-info-graphics",69),e.k0s(),e.j41(11,"div",70),e.DNE(12,C2,2,4,"span",71),e.k0s(),e.j41(13,"div",72),e.DNE(14,th,2,0,"button",73)(15,_f,2,0,"button",74)(16,ih,2,0,"button",75)(17,w2,2,0,"button",76)(18,vf,2,0,"button",77)(19,M2,2,0,"button",78),e.k0s()()()}if(2&P){const b=e.XpG();e.Y8G("@opacityAnimation",void 0),e.R7$(9),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",b.direction===b.swapTypeEnum.SWAP_IN),e.R7$(2),e.Y8G("ngForOf",e.lJ4(10,$0)),e.R7$(2),e.Y8G("ngIf",5===b.stepNumber),e.R7$(),e.Y8G("ngIf",5===b.stepNumber),e.R7$(),e.Y8G("ngIf",5===b.stepNumber),e.R7$(),e.Y8G("ngIf",b.stepNumber<5),e.R7$(),e.Y8G("ngIf",b.stepNumber>1&&b.stepNumber<5),e.R7$(),e.Y8G("ngIf",b.stepNumber<5)}}let bf=(()=>{class P{constructor(b,W,X,Fe,Lt,kt,ri){this.dialogRef=b,this.data=W,this.boltzService=X,this.formBuilder=Fe,this.decimalPipe=Lt,this.logger=kt,this.commonService=ri,this.faInfoCircle=qi.iW_,this.boltzInfo=null,this.serviceInfo={fees:{percentage:null,miner:{normal:null,reverse:null}},limits:{minimal:1e4,maximal:5e7}},this.swapTypeEnum=Xt.Bd,this.direction=Xt.Bd.SWAP_OUT,this.swapDirectionCaption="Swap out",this.swapStatus=null,this.inputFormLabel="Amount to swap out",this.addressFormLabel="Withdrawal Address",this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=Xt.f7,this.animationDirection="forward",this.flgEditable=!0,this.isSendFromInternalCompatible=!0,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.serviceInfo=this.data.serviceInfo,this.direction=this.data.direction||Xt.Bd.SWAP_OUT,this.swapDirectionCaption=this.direction===Xt.Bd.SWAP_OUT?"Swap Out":"Swap in",this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.serviceInfo.limits?.minimal,[Gi.k0.required,Gi.k0.min(this.serviceInfo.limits?.minimal||0),Gi.k0.max(this.serviceInfo.limits?.maximal||0)]],acceptZeroConf:[!1],sendFromInternal:[!0],refundAddress:[{value:"",disabled:!0}]}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[Gi.k0.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.boltzService.boltzInfoChanged.pipe((0,cn.Q)(this.unSubs[0])).subscribe({next:b=>{this.boltzInfo=b,this.isSendFromInternalCompatible=this.commonService.isVersionCompatible(this.boltzInfo.version,"2.0.0")},error:b=>{this.boltzInfo={version:"2.0.0"},this.logger.error(b)}})}ngAfterViewInit(){this.direction===Xt.Bd.SWAP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.direction===Xt.Bd.SWAP_OUT&&this.addressFormGroup.valueChanges.pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.addressFormGroup.setErrors({Invalid:!0})}),this.direction===Xt.Bd.SWAP_IN&&this.inputFormGroup.controls.sendFromInternal.valueChanges.pipe((0,cn.Q)(this.unSubs[4])).subscribe(()=>{this.onSendFromInternalChange()})}onSendFromInternalChange(){this.inputFormGroup.controls.sendFromInternal.value?(this.inputFormGroup.controls.refundAddress.disable(),this.inputFormGroup.controls.refundAddress.clearValidators(),this.inputFormGroup.controls.refundAddress.updateValueAndValidity()):(this.inputFormGroup.controls.refundAddress.enable(),this.inputFormGroup.controls.refundAddress.setValidators([Gi.k0.required]),this.inputFormGroup.controls.refundAddress.updateValueAndValidity())}onAddressTypeChange(b){"external"===b.value?(this.addressFormGroup.controls.address.setValidators([Gi.k0.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onSwap(){if(!this.inputFormGroup.controls.amount.value||this.serviceInfo.limits?.minimal&&this.inputFormGroup.controls.amount.value<+this.serviceInfo.limits.minimal||this.serviceInfo.limits?.maximal&&this.inputFormGroup.controls.amount.value>+this.serviceInfo.limits.maximal||this.direction===Xt.Bd.SWAP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,this.stepper.selected?.stepControl.setErrors(null),this.stepper.next(),this.direction===Xt.Bd.SWAP_IN){const b=this.inputFormGroup.controls.sendFromInternal.value?null:this.inputFormGroup.controls.refundAddress.value,W=this.isSendFromInternalCompatible?this.inputFormGroup.controls.sendFromInternal.value:null;if(!W&&!b)return this.stepper.selected?.stepControl.setErrors({Invalid:!0}),void(this.flgEditable=!0);this.boltzService.swapIn(this.inputFormGroup.controls.amount.value,W,b).pipe((0,cn.Q)(this.unSubs[2])).subscribe({next:X=>{this.swapStatus=X,this.boltzService.listSwaps(),this.flgEditable=!0},error:X=>{this.swapStatus={error:X},this.flgEditable=!0,this.logger.error(X)}})}else this.boltzService.swapOut(this.inputFormGroup.controls.amount.value,"external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",this.inputFormGroup.controls.acceptZeroConf.value).pipe((0,cn.Q)(this.unSubs[3])).subscribe({next:W=>{this.swapStatus=W,this.boltzService.listSwaps(),this.flgEditable=!0},error:W=>{this.swapStatus={error:W},this.flgEditable=!0,this.logger.error(W)}})}stepSelectionChanged(b){switch(b.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address";break;case 1:if(this.inputFormGroup.controls.amount.value)if(this.direction===Xt.Bd.SWAP_IN){let W=this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Send from Internal Wallet: "+(this.inputFormGroup.controls.sendFromInternal.value?"Yes":"No");!this.inputFormGroup.controls.sendFromInternal.value&&this.inputFormGroup.controls.refundAddress.value&&(W+=" | Refund Address: "+this.inputFormGroup.controls.refundAddress.value),this.inputFormLabel=W}else this.inputFormLabel=this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Zero Conf: "+(this.inputFormGroup.controls.acceptZeroConf.value?"Yes":"No");else this.inputFormLabel="Amount to "+this.swapDirectionCaption;this.addressFormLabel="Withdrawal Address"}b.selectedIndex{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Sn.CP),e.rXU(Sn.Vh),e.rXU(v1),e.rXU(Gi.ze),e.rXU(bi.QX),e.rXU(Qo.gP),e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-swap-modal"]],viewQuery:function(W,X){if(1&W&&e.GBs(K0,5),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.stepper=Fe.first)}},decls:4,vars:2,consts:[["swapStatusBlock",""],["stepper",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","end end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"serviceInfo","direction"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start stretch",4,"ngIf"],["disabled","direction === swapTypeEnum.SWAP_IN && isSendFromInternalCompatible && !inputFormGroup?.controls?.sendFromInternal.value","fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-1"],["fxLayout","column","fxFlex","100"],["matInput","","type","text","tabindex","3","formControlName","refundAddress",3,"required"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext","",4,"ngIf"],["mat-button","","color","primary","tabindex","3","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayoutAlign","start center","tabindex","2","color","primary","formControlName","acceptZeroConf","name","acceptZeroConf"],["matTooltip","Only recommended for smaller payments, involves trust in Boltz","matTooltipPosition","above",1,"info-icon","mt-2"],["fxLayoutAlign","start center","tabindex","2","color","primary","formControlName","sendFromInternal","name","sendFromInternal"],["matTooltip","Pay from the node's onchain wallet","matTooltipPosition","above",1,"info-icon","mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext",""],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxLayout","column","fxFlex","100",1,"mt-1"],["matInput","","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"swapStatus","direction","acceptZeroConf","sendFromInternal"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"animationDirection","stepNumber","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(W,X){1&W&&e.DNE(0,gf,66,38,"div",2)(1,q0,1,4,"ng-template",null,0,e.C5r)(3,Zl,20,11,"div",3),2&W&&(e.Y8G("ngIf",!X.flgShowInfo),e.R7$(3),e.Y8G("ngIf",X.flgShowInfo))},dependencies:[bi.YU,bi.Sq,bi.bT,Gi.qT,Gi.me,Gi.Q0,Gi.BC,Gi.cb,Gi.YS,Gi.j4,Gi.JD,Ki.DJ,Ki.sA,Ki.UI,ds.PW,Sn.tx,ge.$z,mr.m2,mr.MM,La.GK,La.Z2,La.WN,Bc.An,Or.fg,Ne.rl,Ne.nJ,Ne.MV,Ne.TL,Ne.yw,ul.HM,G1.VT,G1._g,Jd.sG,nc.oV,Ya.V5,Ya.Ti,Ya.M6,Ya.F7,Ot.N,lf,W0,y1,Y0,bi.QX],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[rf.C]}})}}return P})();const ld=()=>["all"],nh=P=>({"overflow-auto error-border":P,"overflow-auto":!0}),rh=()=>["no_swap"],Ac=P=>({width:P}),ah=P=>({"display-none":P});function yf(P,B){if(1&P&&(e.j41(0,"mat-option",42),e.EFF(1),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.Y8G("value",b),e.R7$(),e.JRh(W.getLabel(b))}}function dd(P,B){1&P&&e.nrm(0,"mat-progress-bar",43)}function E2(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Status"),e.k0s())}function xf(P,B){if(1&P&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.JRh(W.swapStateEnum[null==b?null:b.status])}}function Jl(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Swap ID"),e.k0s())}function w1(P,B){if(1&P&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(null==b?null:b.id)}}function M1(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Claim Address"),e.k0s())}function Cf(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.claimAddress)}}function wf(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Lockup Address"),e.k0s())}function c4(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.lockupAddress)}}function S2(P,B){1&P&&(e.j41(0,"th",48),e.EFF(1,"Onchain Amount (Sats)"),e.k0s())}function oh(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.onchainAmount))}}function hd(P,B){1&P&&(e.j41(0,"th",48),e.EFF(1,"Expected Amount (Sats)"),e.k0s())}function sh(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.expectedAmount))}}function Dc(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Error"),e.k0s())}function ud(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.error)}}function T2(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Private Key"),e.k0s())}function ch(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.privateKey)}}function ql(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Preimage"),e.k0s())}function lh(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.preimage)}}function dh(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Redeem Script"),e.k0s())}function Mf(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.redeemScript)}}function Ef(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Invoice"),e.k0s())}function hh(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ac,W.screenSize===W.screenSizeEnum.XS?"6rem":W.colWidth)),e.R7$(2),e.JRh(null==b?null:b.invoice)}}function l4(P,B){1&P&&(e.j41(0,"th",48),e.EFF(1,"Timeout Block Height"),e.k0s())}function d4(P,B){if(1&P&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&P){const b=B.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==b?null:b.timeoutBlockHeight))}}function js(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Lockup Tx ID"),e.k0s())}function uh(P,B){if(1&P&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(null==b?null:b.lockupTransactionId)}}function fd(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Claim Tx ID"),e.k0s())}function fh(P,B){if(1&P&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(null==b?null:b.claimTransactionId)}}function Ws(P,B){1&P&&(e.j41(0,"th",44),e.EFF(1,"Refund Tx ID"),e.k0s())}function E1(P,B){if(1&P&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.R7$(),e.JRh(null==b?null:b.refundTransactionId)}}function md(P,B){if(1&P){const b=e.RV6();e.j41(0,"th",50)(1,"div",51)(2,"mat-select",52),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",53),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function e1(P,B){if(1&P){const b=e.RV6();e.j41(0,"td",54)(1,"button",55),e.bIt("click",function(X){const Fe=e.eBV(b).$implicit,Lt=e.XpG();return e.Njj(Lt.onSwapClick(Fe,X))}),e.EFF(2,"View Info"),e.k0s()()}}function t1(P,B){if(1&P&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(2);e.R7$(),e.JRh(b.emptyTableMessage)}}function Yc(P,B){if(1&P&&(e.j41(0,"td",56),e.DNE(1,t1,2,1,"p",57),e.k0s()),2&P){const b=e.XpG();e.R7$(),e.Y8G("ngIf",!(null!=b.listSwaps&&b.listSwaps.data)||(null==b.listSwaps||null==b.listSwaps.data?null:b.listSwaps.data.length)<1)}}function kc(P,B){if(1&P&&e.nrm(0,"tr",58),2&P){const b=e.XpG();e.Y8G("ngClass",e.eq3(1,ah,(null==b.listSwaps?null:b.listSwaps.data)&&(null==b.listSwaps||null==b.listSwaps.data?null:b.listSwaps.data.length)>0))}}function S1(P,B){1&P&&e.nrm(0,"tr",59)}function n1(P,B){1&P&&e.nrm(0,"tr",60)}let mh=(()=>{class P{constructor(b,W,X,Fe,Lt){this.logger=b,this.commonService=W,this.store=X,this.boltzService=Fe,this.camelCaseWithReplace=Lt,this.selectedSwapType=Xt.Bd.SWAP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.nodePageDefs=Xt._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="boltz",this.tableSettingSwapOut={tableId:"swap_out",recordsPerPage:Xt.md,sortBy:"status",sortOrder:Xt.oi.DESCENDING},this.tableSettingSwapIn={tableId:"swap_in",recordsPerPage:Xt.md,sortBy:"status",sortOrder:Xt.oi.DESCENDING},this.swapStateEnum=Xt.q9,this.swapTypeEnum=Xt.Bd,this.faHistory=qi.Int,this.swapCaption="Swap Out",this.displayedColumns=[],this.listSwaps=new Ar.I6([]),this.selFilter="",this.pageSize=Xt.md,this.pageSizeOptions=Xt.xp,this.screenSize="",this.screenSizeEnum=Xt.f7,this.unSubs=[new Ui.B,new Ui.B,new Ui.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(b){b.selectedSwapType&&!b.selectedSwapType.firstChange&&this.setTableColumns(),this.swapCaption=this.selectedSwapType===Xt.Bd.SWAP_IN?"Swap In":"Swap Out",this.loadSwapsTable(this.swapsData)}ngOnInit(){this.store.select(qd.$G).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.tableSettingSwapOut=b.pageSettings.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSettingSwapOut.tableId)||Xt.ZC.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSettingSwapOut.tableId),this.tableSettingSwapIn=b.pageSettings.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSettingSwapIn.tableId)||Xt.ZC.find(W=>W.pageId===this.PAGE_ID)?.tables.find(W=>W.tableId===this.tableSettingSwapIn.tableId),this.setTableColumns(),this.swapsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadSwapsTable(this.swapsData),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)})}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}setTableColumns(){this.selectedSwapType===Xt.Bd.SWAP_IN?(this.displayedColumns=this.screenSize===Xt.f7.XS||this.screenSize===Xt.f7.SM?JSON.parse(JSON.stringify(this.tableSettingSwapIn.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSettingSwapIn.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSettingSwapIn.recordsPerPage?+this.tableSettingSwapIn.recordsPerPage:Xt.md):(this.displayedColumns=this.screenSize===Xt.f7.XS||this.screenSize===Xt.f7.SM?JSON.parse(JSON.stringify(this.tableSettingSwapOut.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSettingSwapOut.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSettingSwapOut.recordsPerPage?+this.tableSettingSwapOut.recordsPerPage:Xt.md)}applyFilter(){this.listSwaps&&""!==this.selFilter&&(this.listSwaps.filter=this.selFilter.trim().toLowerCase())}getLabel(b){const X=this.nodePageDefs[this.PAGE_ID][this.selectedSwapType===Xt.Bd.SWAP_IN?this.tableSettingSwapIn.tableId:this.tableSettingSwapOut.tableId].allowedColumns.find(Fe=>Fe.column===b);return X?X.label?X.label:this.camelCaseWithReplace.transform(X.column,"_"):this.commonService.titleCase(b)}setFilterPredicate(){this.listSwaps.filterPredicate=(b,W)=>{let X="";switch(this.selFilterBy){case"all":X=JSON.stringify(b).toLowerCase();break;case"status":X=b?.status?this.swapStateEnum[b?.status]:"";break;default:X=typeof b[this.selFilterBy]>"u"?"":"string"==typeof b[this.selFilterBy]?b[this.selFilterBy].toLowerCase():"boolean"==typeof b[this.selFilterBy]?b[this.selFilterBy]?"yes":"no":b[this.selFilterBy].toString()}return"status"===this.selFilterBy?0===X.indexOf(W):X.includes(W)}}onSwapClick(b,W){this.boltzService.swapInfo(b.id||"").pipe((0,cn.Q)(this.unSubs[1])).subscribe(X=>{this.store.dispatch((0,Cn.xO)({payload:{data:{type:Xt.A$.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"status",value:Xt.q9[(X=this.selectedSwapType===Xt.Bd.SWAP_IN?X.swap:X.reverseSwap).status],title:"Status",width:50,type:Xt.UN.STRING},{key:"id",value:X.id,title:"ID",width:50,type:Xt.UN.STRING}],[{key:"amount",value:X.onchainAmount?X.onchainAmount:X.expectedAmount?X.expectedAmount:0,title:X.onchainAmount?"Onchain Amount (Sats)":X.expectedAmount?"Expected Amount (Sats)":"Amount (Sats)",width:50,type:Xt.UN.NUMBER},{key:"timeoutBlockHeight",value:X.timeoutBlockHeight,title:"Timeout Block Height",width:50,type:Xt.UN.NUMBER}],[{key:"address",value:X.claimAddress?X.claimAddress:X.lockupAddress?X.lockupAddress:"",title:X.claimAddress?"Claim Address":X.lockupAddress?"Lockup Address":"Address",width:100,type:Xt.UN.STRING}],[{key:"invoice",value:X.invoice,title:"Invoice",width:100,type:Xt.UN.STRING}],[{key:"privateKey",value:X.privateKey,title:"Private Key",width:100,type:Xt.UN.STRING}],[{key:"preimage",value:X.preimage,title:"Preimage",width:100,type:Xt.UN.STRING}],[{key:"redeemScript",value:X.redeemScript,title:"Redeem Script",width:100,type:Xt.UN.STRING}],[{key:"lockupTransactionId",value:X.lockupTransactionId,title:"Lockup Transaction ID",width:50,type:Xt.UN.STRING},{key:"transactionId",value:X.claimTransactionId?X.claimTransactionId:X.refundTransactionId?X.refundTransactionId:"",title:X.claimTransactionId?"Claim Transaction ID":X.refundTransactionId?"Refund Transaction ID":"Transaction ID",width:50,type:Xt.UN.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(b){this.listSwaps=new Ar.I6(b?[...b]:[]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(W,X)=>W[X]&&isNaN(W[X])?W[X].toLocaleLowerCase():W[X]?+W[X]:null,this.paginator&&this.paginator.firstPage(),this.listSwaps.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Xt.Bd.SWAP_IN?"Swap in":"Swap out")}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(Ri.il),e.rXU(v1),e.rXU(Bl.VD))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-swaps"]],viewQuery:function(W,X){if(1&W&&(e.GBs(Sc.B4,5),e.GBs(hl.iy,5)),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.sort=Fe.first),e.mGM(Fe=e.lsd())&&(X.paginator=Fe.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e.Jv_([{provide:Ce.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:hl.xX,useValue:(0,Xt.on)("Swaps")}]),e.OA$],decls:76,vars:20,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","claimAddress"],["matColumnDef","lockupAddress"],["matColumnDef","onchainAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","expectedAmount"],["matColumnDef","error"],["matColumnDef","privateKey"],["matColumnDef","preimage"],["matColumnDef","redeemScript"],["matColumnDef","invoice"],["matColumnDef","timeoutBlockHeight"],["matColumnDef","lockupTransactionId"],["matColumnDef","claimTransactionId"],["matColumnDef","refundTransactionId"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",8),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selFilterBy,kt)||(X.selFilterBy=kt),e.Njj(kt)}),e.bIt("selectionChange",function(){return e.eBV(Fe),X.selFilter="",e.Njj(X.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,yf,2,2,"mat-option",9),e.k0s()()(),e.j41(13,"mat-form-field",7)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",10),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.selFilter,kt)||(X.selFilter=kt),e.Njj(kt)}),e.bIt("input",function(){return e.eBV(Fe),e.Njj(X.applyFilter())})("keyup",function(){return e.eBV(Fe),e.Njj(X.applyFilter())}),e.k0s()()()(),e.j41(17,"div",11)(18,"div",12),e.DNE(19,dd,1,0,"mat-progress-bar",13),e.j41(20,"table",14,0),e.qex(22,15),e.DNE(23,E2,2,0,"th",16)(24,xf,2,1,"td",17),e.bVm(),e.qex(25,18),e.DNE(26,Jl,2,0,"th",16)(27,w1,2,1,"td",17),e.bVm(),e.qex(28,19),e.DNE(29,M1,2,0,"th",16)(30,Cf,4,4,"td",17),e.bVm(),e.qex(31,20),e.DNE(32,wf,2,0,"th",16)(33,c4,4,4,"td",17),e.bVm(),e.qex(34,21),e.DNE(35,S2,2,0,"th",22)(36,oh,4,3,"td",17),e.bVm(),e.qex(37,23),e.DNE(38,hd,2,0,"th",22)(39,sh,4,3,"td",17),e.bVm(),e.qex(40,24),e.DNE(41,Dc,2,0,"th",16)(42,ud,4,4,"td",17),e.bVm(),e.qex(43,25),e.DNE(44,T2,2,0,"th",16)(45,ch,4,4,"td",17),e.bVm(),e.qex(46,26),e.DNE(47,ql,2,0,"th",16)(48,lh,4,4,"td",17),e.bVm(),e.qex(49,27),e.DNE(50,dh,2,0,"th",16)(51,Mf,4,4,"td",17),e.bVm(),e.qex(52,28),e.DNE(53,Ef,2,0,"th",16)(54,hh,4,4,"td",17),e.bVm(),e.qex(55,29),e.DNE(56,l4,2,0,"th",22)(57,d4,4,3,"td",17),e.bVm(),e.qex(58,30),e.DNE(59,js,2,0,"th",16)(60,uh,2,1,"td",17),e.bVm(),e.qex(61,31),e.DNE(62,fd,2,0,"th",16)(63,fh,2,1,"td",17),e.bVm(),e.qex(64,32),e.DNE(65,Ws,2,0,"th",16)(66,E1,2,1,"td",17),e.bVm(),e.qex(67,33),e.DNE(68,md,6,0,"th",34)(69,e1,3,0,"td",35),e.bVm(),e.qex(70,36),e.DNE(71,Yc,2,1,"td",37),e.bVm(),e.DNE(72,kc,1,3,"tr",38)(73,S1,1,0,"tr",39)(74,n1,1,0,"tr",40),e.k0s(),e.nrm(75,"mat-paginator",41),e.k0s()()()}2&W&&(e.R7$(3),e.Y8G("icon",X.faHistory),e.R7$(2),e.SpI("",X.swapCaption," History"),e.R7$(5),e.R50("ngModel",X.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,ld).concat(X.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",X.selFilter),e.R7$(3),e.Y8G("ngIf",!0===X.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",X.selectedSwapType===X.swapTypeEnum.SWAP_IN?X.tableSettingSwapIn.sortBy:X.tableSettingSwapOut.sortBy)("matSortDirection",X.selectedSwapType===X.swapTypeEnum.SWAP_IN?X.tableSettingSwapIn.sortOrder:X.tableSettingSwapOut.sortOrder)("dataSource",X.listSwaps)("ngClass",e.eq3(17,nh,"error"===X.flgLoading[0])),e.R7$(52),e.Y8G("matFooterRowDef",e.lJ4(19,rh)),e.R7$(),e.Y8G("matHeaderRowDef",X.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",X.displayedColumns),e.R7$(),e.Y8G("pageSize",X.pageSize)("pageSizeOptions",X.pageSizeOptions)("showFirstLastButtons",X.screenSize!==X.screenSizeEnum.XS))},dependencies:[bi.YU,bi.Sq,bi.bT,bi.B3,Gi.me,Gi.BC,Gi.vS,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ds.eI,ge.$z,Or.fg,Ne.rl,Ne.nJ,ul.HM,Ce.VO,Ce.$2,ze.wT,Sc.B4,Sc.aE,Ar.Zl,Ar.tL,Ar.ji,Ar.cC,Ar.YV,Ar.iL,Ar.Zq,Ar.xW,Ar.KS,Ar.$R,Ar.Qo,Ar.YZ,Ar.NB,Ar.iF,hl.iy,gt.ZF,gt.Ld,bi.QX]})}}return P})();const h4=P=>["../",P];function ph(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",16),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG();return e.Njj(Fe.onSelectedIndexChange(X))}),e.EFF(1),e.k0s()}if(2&P){const b=B.$implicit,W=e.XpG();e.Y8G("active",W.activeTab.link===b.link)("routerLink",e.eq3(3,h4,b.link)),e.R7$(),e.JRh(b.name)}}let r1=(()=>{class P{constructor(b,W,X){this.router=b,this.store=W,this.boltzService=X,this.swapTypeEnum=Xt.Bd,this.selectedSwapType=Xt.Bd.SWAP_OUT,this.swaps={},this.swapsData=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"swapout",name:"Swap Out"},{link:"swapin",name:"Swap In"}],this.activeTab=this.links[0],this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.boltzService.getBoltzInfo(),this.boltzService.listSwaps();const b=this.links.find(W=>this.router.url.includes(W.link));this.activeTab=b||this.links[0],this.selectedSwapType=b&&"swapin"===b.link?Xt.Bd.SWAP_IN:Xt.Bd.SWAP_OUT,this.router.events.pipe((0,cn.Q)(this.unSubs[0]),(0,br.p)(W=>W instanceof En.gx)).subscribe({next:W=>{const X=this.links.find(Fe=>W.urlAfterRedirects.includes(Fe.link));this.activeTab=X||this.links[0],this.selectedSwapType=X&&"swapin"===X.link?Xt.Bd.SWAP_IN:Xt.Bd.SWAP_OUT}}),this.boltzService.swapsChanged.pipe((0,cn.Q)(this.unSubs[1])).subscribe({next:W=>{this.swaps=W,this.swapsData=this.selectedSwapType===Xt.Bd.SWAP_IN&&W.swaps?W.swaps:this.selectedSwapType===Xt.Bd.SWAP_OUT&&W.reverseSwaps?W.reverseSwaps:[],this.flgLoading[0]=!1},error:W=>{this.flgLoading[0]="error",this.emptyTableMessage=W.message?W.message:"No swap "+(this.selectedSwapType===Xt.Bd.SWAP_IN?"in":"out")+" available."}})}onSelectedIndexChange(b){"swapin"===b.link?(this.selectedSwapType=Xt.Bd.SWAP_IN,this.swapsData=this.swaps.swaps||[]):(this.selectedSwapType=Xt.Bd.SWAP_OUT,this.swapsData=this.swaps.reverseSwaps||[])}onSwap(b){this.boltzService.serviceInfo().pipe((0,cn.Q)(this.unSubs[2])).subscribe({next:W=>{this.store.dispatch((0,Cn.xO)({payload:{data:{serviceInfo:W,direction:b,component:bf}}}))}})}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(En.Ix),e.rXU(Ri.il),e.rXU(v1))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-boltz-root"]],decls:20,vars:7,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"botlz-icon-sm","mr-1"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","2",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1),e.qSk(),e.j41(1,"svg",2)(2,"g",3)(3,"g",4),e.nrm(4,"circle",5)(5,"path",6)(6,"path",7),e.k0s()()(),e.joV(),e.j41(7,"span",8),e.EFF(8,"Boltz"),e.k0s()(),e.j41(9,"div",9)(10,"mat-card")(11,"mat-card-content",10)(12,"nav",11),e.DNE(13,ph,2,5,"div",12),e.k0s(),e.nrm(14,"mat-tab-nav-panel",null,0),e.j41(16,"div",13)(17,"button",14),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onSwap(X.selectedSwapType))}),e.EFF(18),e.k0s()(),e.nrm(19,"rtl-boltz-swaps",15),e.k0s()()()}if(2&W){const Fe=e.sdS(15);e.R7$(12),e.Y8G("tabPanel",Fe),e.R7$(),e.Y8G("ngForOf",X.links),e.R7$(5),e.SpI("Start ",X.activeTab.name,""),e.R7$(),e.Y8G("selectedSwapType",X.selectedSwapType)("swapsData",X.swapsData)("flgLoading",X.flgLoading)("emptyTableMessage",X.emptyTableMessage)}},dependencies:[bi.Sq,Ki.DJ,Ki.sA,Ki.UI,ge.$z,mr.RN,mr.m2,sa.Bu,sa.hQ,sa.Ql,En.Wk,mh]})}}return P})();class oo{constructor(B){this.help=B}}function Af(P,B){if(1&P&&(e.j41(0,"mat-expansion-panel",8)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e.EFF(3),e.k0s()(),e.j41(4,"mat-panel-description",9),e.nrm(5,"span",10),e.j41(6,"a",11),e.EFF(7),e.k0s()()()),2&P){const b=e.XpG().$implicit,W=e.XpG();e.R7$(3),e.JRh(b.help.question),e.R7$(2),e.Y8G("innerHTML",b.help.answer,e.npT),e.R7$(),e.Y8G("routerLink",W.flgLoggedIn?b.help.link:"/login"),e.R7$(),e.JRh(W.flgLoggedIn?b.help.linkCaption:"Login to go to the page")}}function _h(P,B){if(1&P&&(e.j41(0,"div",6),e.DNE(1,Af,8,4,"mat-expansion-panel",7),e.k0s()),2&P){const b=B.$implicit,W=e.XpG();e.R7$(),e.Y8G("ngIf","ALL"===b.help.lnImplementation||b.help.lnImplementation===W.selNode.lnImplementation)}}let a1=(()=>{class P{constructor(b,W){this.store=b,this.sessionService=W,this.helpTopics=[],this.faQuestion=qi.EvL,this.LNPLink="/lnd/",this.flgLoggedIn=!1,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{this.selNode=b,this.selNode.lnImplementation&&""!==this.selNode.lnImplementation.trim()&&(this.LNPLink="/"+this.selNode.lnImplementation.toLowerCase()+"/",this.addHelpTopics())}),this.sessionService.watchSession().pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.flgLoggedIn=!!b.token}),this.sessionService.getItem("token")&&(this.flgLoggedIn=!0)}addHelpTopics(){this.helpTopics=[],this.helpTopics.push(new oo({question:"Getting started",answer:'Funding your node is the first step to get started.\nGo to the "On-chain" page of the app:\n1. Generate a new address on the "Recieve" tab.\n2. Send funds to the address.\n3. Wait for the balance to be confirmed on-chain before proceeding further.\n3. Connecting with network peers and opening channels is next.\n',link:this.LNPLink+"onchain/receive/utxos",linkCaption:"On-Chain",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Connect with peers",answer:'Connect with network peers to open channels with them.\nGo to "Peer/Channels" page under the "Lightning" menu :\n1. Get the peer pubkey and host address in the pubkey@ip:port format.\n2. On the "Peers" enter the peer address and connect.\n3. Once the peer is connected, you can open channel with the peer.\n4. A variety of actions can be performed on the connected peers page for each peer:\n a. View Info - View the peer details.\n b. Open Channel - Open channel with the peer.\n c. Disconnect - Disconnect from the peer.\n',link:this.LNPLink+"connections/peers",linkCaption:"Peers",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Opening Channels",answer:'Open channels with a connected peer.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. On the "Channels" section, click on "Open Channel"\n2. On the "Open Channel" modal, select the alias of the connected peer from the drop-down\n2. Specify the amount to commit to the channel and click on "Open Channel".\n3. There are a variety of options available while opening a channel. \n a. Private Channel - When this option is selected, a private channel is opened with the peer. \n b. Priority (advanced option) - Specify either Target confirmation Block or Fee in Sat/vByte. \n c. Spend Unconfirmd Output (advanced option) - Allow channels to be opened with unconfirmed UTXOs.\n4. Track the pending open channels under the "Pending" tab. \n5. Wait for the channel to be confirmed. Only a confimed channel can be used for payments or routing. \n',link:this.LNPLink+"connections/channels/open",linkCaption:"Channels",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Channel Management",answer:'Channel maintenance and balance score.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. A variety of actions can be perfomed on the open channels under the "Open" tab, with the "Actions" button:\n a. View Info - View the channel details.\n b. View Remote Fee - View the fee policy on the channel of the remote peer.\n c. Update Fee Policy - Modify the fee policy on the channel.\n d. Circular Rebalance - Off-chain rebalance channels by making a payment to yourself across a circular path of chained payment channels.\n e. Close Channel - Close the channel.\n2. Balance Score is a "balancedness" metric score for the channel. \n a. It helps measure how balanced the remote and local balances are, on a channel.\n b. A perfectly balanced channel has a score of one, where as a completely lopsided one has a score of zero.\n c. The formula for calculating the score is "1 - abs((local bal - remote bal)/total bal)".\n',link:this.LNPLink+"connections/channels/open",linkCaption:"Channels",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Buying Liquidity",answer:'Buying liquidity for your node.\nGo to "Liquidity Ads" page under the "Lightning" menu:\n 1. Filter ads by liquidity amount and channel opening fee rate.\n 2. Research additionally on liquidity provider nodes before selecting.\n 3. Select the best liquidity node peer for your need and click on "Open Channel" from "Actions" drop-down.\n 4. Confirm amount, rates and total cost on the modal and click on "Execute" to buy liquidity.\n',link:this.LNPLink+"liquidityads",linkCaption:"Liquidity Ads",lnImplementation:"CLN"})),this.helpTopics.push(new oo({question:"Payments",answer:'Sending Payments from your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayments tab is for making payments via your node\n 1. Input a non-expired lightning invoice (Bolt11 format) in the "Payment Request" field and click on "Send Payment" to send.\n 2. Advanced option # 1 (LND only) - Specify a limit on the routing fee which you are willing to pay, for the payment.\n 3. Advanced option # 2 (LND only) - Specify the outgoing channel which you want the payment to go through.\n',link:this.LNPLink+"transactions/payments",linkCaption:"Payments",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Invoices",answer:'Receiving Payments on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nInvoices tab is for receiving payments on your node.\n 1. Memo - Description you want to provide on the invoice.\n 2. Expiry - The time period, after which the invoice will be invalid.\n 3. Private Routing Hints - Generate an invoice with routing hints for private channels.\n',link:this.LNPLink+"transactions/invoices",linkCaption:"Invoices",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Offers",answer:'Send offer payments, create offer invoices and bookmark paid offers on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayment for bolt12 offer invoice can be done on "Payments" tab:\n 1. Click on "Send Payment" button.\n 2. Select "Offer" option on the modal.\n 2. Offer Request - Input offer request (Bolt12 format) in the input box.\n 3. Bookmark - Select the checkbox to bookmark this offer for future use.\nOffers tab is for creating bolt12 offer invoice on your node:\n 1. Click on "Create Offer" button.\n 2. Description - Description you want to provide on the offer invoice.\n 3. Amount - Amount for the offer invoice.\n 4. issuer - issuer of the offer.\nPaid offer bookmarks shows the list of paid offers saved for future payments.\n',link:this.LNPLink+"transactions/offers",linkCaption:"Offers",lnImplementation:"CLN"})),this.helpTopics.push(new oo({question:"Channel Backups",answer:'Channel Backups are important to ensure that you have means to recover funds in case of node failures.\nBackup folder location can be customized in the RTL config file with the channelBackupPath field.\nRTL automatically creates all channel backup on server startup, as well as everytime a channel is opened or closed\nYou can verify the all channel backup file by clicking on "Verify All" Button on the backup page.\nYou can also backup each channel individually and verify them.\n** Keep taking backups of your channels regularly and store them in redundant locations **.\n',link:this.LNPLink+"channelbackup/bckup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new oo({question:"Channel Restore",answer:'Channel Restore is used to recover funds from the channel backup files in case of node failures.\nFollow the below steps to perform fund restoration.\n\nPrerequisite:\n1. The node has been restored with the LND recovery seed.\n2. RTL generated channel backup file/s is available (all channel backup file is channel-all.bak).\n\nRecovery:\n1. Create a restore folder in your folder backup location, as specified in the RTL config file.\n2. Place the channel backup file in the restore folder.\n3. Go to the "Restore" tab under the "Backup" page of RTL.\n4. RTL will list the options to restore funds from the all channel file or individual channel backup file.\n5. Click on the Restore icon on the grid to restore the funds.\n6. Once the restore function is executed successfully, RTL will rename the backup file and it will not be accessible from the UI.\n7. Restore function will force close the channels and recover the funds from them.\n8. The pending close channels can be viewed under the "Pending" tab on the "Peer/Channels" page.\n9. Once the channel is closed, the corresponding pending on-chain transactions can be viewed on the "On-Chain" page.\n10. Once the transactions are confirmed, the channels funds will be restored to your LND Wallet.\n',link:this.LNPLink+"channelbackup/restore",linkCaption:"Channel Restore",lnImplementation:"LND"})),this.helpTopics.push(new oo({question:"Forwarding History",answer:'Transactions routed by the node.\nGo to "Routing" page under the "Lightning" menu :\nTransactions routed by the node are listed on this page along with channels and the fee earned by transaction.\n',link:this.LNPLink+"routing/forwardinghistory",linkCaption:"Forwarding History",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Lightning Reports",answer:'Routing and transactions data reports.\nGo to "Reports" page under the "Lightning" menu :\nReport can be generated on monthly/yearly basis by selecting the reporting period, month, and year.\n',link:this.LNPLink+"reports/routingreport",linkCaption:"Reports",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Graph Lookup",answer:'Querying your node graph for network node and channel information.\nGo to "Graph Lookup" page under the "Lightning" menu :\nEach node maintains a network graph for the information on all the nodes and channels on the network.\nYou can lookup information on nodes and channels from your graph:\n 1. Node Lookup - Enter the pubkey to perform the lookup.\n 2. Channel Lookup - Enter the short channel ID to perform the lookup.\n',link:this.LNPLink+"graph/lookups",linkCaption:"Graph Lookup",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Query Route",answer:'Querying Payment Routes.\nGo to the "Graph Lookup" page under the "Lightning" menu :\nQuery Routes tab is for querying a potential path to a node and a routing fee estimate for a payment amount.\n 1. Destination Pubkey - Pubkey of the node, you want to send the payment to.\n 2. Amount - Amount in Sats, which you want to send to the node.\n',link:this.LNPLink+"graph/queryroutes",linkCaption:"Query Routes",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Sign & Verify Messages",answer:'Messages signing and verification.\nGo to the "Sign/Verify" page under the "Lightning" menu :\n 1. Sign your message on "Sign" tab.\n 2. Go to "Verify" tab to verify a message.\n',link:this.LNPLink+"messages/sign",linkCaption:"Messages",lnImplementation:"LND"})),this.helpTopics.push(new oo({question:"Sign & Verify Messages",answer:'Messages signing and verification.\nGo to the "Sign/Verify" page under the "Lightning" menu :\n 1. Sign your message on "Sign" tab.\n 2. Go to "Verify" tab to verify a message.\n',link:this.LNPLink+"messages/sign",linkCaption:"Messages",lnImplementation:"CLN"})),this.helpTopics.push(new oo({question:"Node Settings",answer:'RTL offers certain customizations on the UI to personalize your experience on the app\nGo to "Node Config" page to access the customization options.\nNode Layout Options\n 1. User Persona - Two options are available to change the dashboard based on the persona.\n 2. Currency Unit - You can choose your preferred fiat currency, to view the onchain and channel balances in the choosen fiat currency.\n 3. Other customizations include day and night mode and a choice of color themes to select from.\nServices Options\n Loop (LND only), Boltz (LND only) & Peerswap (CLN only) services can be configured.\nExperimental Options (CLN only)\n Offers and Liquidity Ads can be enabled/disabled.\nShow LN Config (if configured)\n Shows lightning config file.\n',link:"../config/nodesettings",linkCaption:"Node Settings",lnImplementation:"ALL"})),this.helpTopics.push(new oo({question:"Application Settings",answer:'RTL also offers certain customizations on the application level\nGo to top right menu "Settings" page to access these options.\nDefault Node Option\nIf you are managing multiple nodes via RTL UI, you can select the default node to load upon login.\nAuthentication Option\nPassword and 2FA update options are available here.\nShow Bitcoin Config (if configured)\n Shows bitcoin config file.\n',link:"../settings/app",linkCaption:"Application Settings",lnImplementation:"ALL"}))}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Ri.il),e.rXU(qa.Q))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-help"]],decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxFlex","100",4,"ngFor","ngForOf"],["fxFlex","100"],["class","flat-expansion-panel help-expansion mb-2px",4,"ngIf"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],[1,"pre-wrap",3,"innerHTML"],[1,"mt-2",3,"routerLink"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"div",1),e.nrm(2,"fa-icon",2),e.j41(3,"span",3),e.EFF(4,"Help"),e.k0s()(),e.j41(5,"div",4)(6,"div",0),e.DNE(7,_h,2,1,"div",5),e.k0s()()()),2&W&&(e.R7$(2),e.Y8G("icon",X.faQuestion),e.R7$(5),e.Y8G("ngForOf",X.helpTopics))},dependencies:[bi.Sq,bi.bT,ba.aY,Ki.DJ,Ki.sA,Ki.UI,La.GK,La.Z2,La.WN,La.Q6,En.Wk],styles:[".mat-mdc-card-content[_ngcontent-%COMP%]{margin-bottom:4px}"]})}}return P})();var vh=p(4572);function A2(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Token is required."),e.k0s())}let Df=(()=>{class P{constructor(b,W){this.dialogRef=b,this.store=W,this.token=""}onClose(){this.dialogRef.close(null)}onVerifyToken(){if(!this.token)return!0;this.dialogRef.close(),this.store.dispatch((0,Cn.R$)({payload:{twoFAToken:this.token}}))}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Sn.CP),e.rXU(Ri.il))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-login-token"]],decls:19,vars:2,consts:[["tokenForm","ngForm"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100",3,"ngSubmit"],["autoFocus","","matInput","","type","text","id","token","name","token","tabindex","2","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","submit"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Two Factor Token"),e.k0s()(),e.j41(6,"button",6),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0),e.bIt("ngSubmit",function(){return e.eBV(Fe),e.Njj(X.onVerifyToken())}),e.j41(11,"mat-form-field")(12,"mat-label"),e.EFF(13,"Token"),e.k0s(),e.j41(14,"input",9),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.token,kt)||(X.token=kt),e.Njj(kt)}),e.k0s(),e.DNE(15,A2,2,0,"mat-error",10),e.k0s(),e.j41(16,"div",11)(17,"button",12),e.EFF(18,"Verify Token"),e.k0s()()()()()()}2&W&&(e.R7$(14),e.R50("ngModel",X.token),e.R7$(),e.Y8G("ngIf",!X.token))},dependencies:[bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,Ki.DJ,Ki.sA,Ki.UI,ge.$z,mr.m2,mr.MM,Or.fg,Ne.rl,Ne.nJ,Ne.TL,Ot.N]})}}return P})();const pd=P=>({"padding-gap-large":P}),m4=(P,B)=>({"font-size-200":P,"font-size-300":B});function T1(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function kf(P,B){if(1&P&&(e.j41(0,"p",21)(1,"mat-icon",22),e.EFF(2,"close"),e.k0s(),e.EFF(3),e.k0s()),2&P){const b=e.XpG();e.R7$(3),e.SpI(" ",b.loginErrorMessage," ")}}function gd(P,B){if(1&P&&(e.j41(0,"p",23)(1,"mat-icon",22),e.EFF(2,"close"),e.k0s(),e.EFF(3),e.k0s()),2&P){const b=e.XpG();e.R7$(3),e.SpI(" ",b.logoutReason," ")}}let D2=(()=>{class P{constructor(b,W,X,Fe,Lt){this.actions=b,this.logger=W,this.store=X,this.rtlEffects=Fe,this.commonService=Lt,this.faUnlockAlt=qi.HEq,this.logoutReason="",this.password="",this.rtlSSO=0,this.rtlCookiePath="",this.accessKey="",this.flgShow=!1,this.screenSize="",this.screenSizeEnum=Xt.f7,this.loginErrorMessage="",this.apiCallStatusEnum=Xt.wn,this.unSubs=[new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),(0,vh.z)([this.store.select(Hr.Kq),this.store.select(Hr.E2)]).pipe((0,cn.Q)(this.unSubs[0])).subscribe(([b,W])=>{this.loginErrorMessage="",b.status===Xt.wn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof b.message?JSON.stringify(b.message):b.message),this.logger.error(b.message)),W.status===Xt.wn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof W.message?JSON.stringify(W.message):W.message),this.logger.error(W.message))}),this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.appConfig=b,this.logger.info(b)}),this.actions.pipe((0,br.p)(b=>b.type===Xt.aU.LOGOUT),(0,Qs.s)(1)).subscribe(b=>{this.logoutReason=b.payload})}onLogin(){if(!this.password)return!0;this.loginErrorMessage="",this.logoutReason="",this.appConfig.enable2FA?(this.store.dispatch((0,Cn.xO)({payload:{maxWidth:"35rem",data:{component:Df}}})),this.rtlEffects.closeAlert.pipe((0,Qs.s)(1)).subscribe(b=>{b&&this.store.dispatch((0,Cn.iD)({payload:{password:rn(this.password),defaultPassword:Xt.Ah.includes(this.password.toLowerCase()),twoFAToken:b.twoFAToken}}))})):this.store.dispatch((0,Cn.iD)({payload:{password:rn(this.password),defaultPassword:Xt.Ah.includes(this.password.toLowerCase())}}))}resetData(){this.password="",this.loginErrorMessage="",this.logoutReason="",this.flgShow=!1}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(ft.En),e.rXU(Qo.gP),e.rXU(Ri.il),e.rXU(_r.H),e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-login"]],decls:29,vars:14,consts:[["loginForm","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"login-container"],["fxLayout","row","fxFlex.gt-sm","35","fxLayoutAlign","center center"],["fxLayout","row","fxFlex","45","fxLayoutAlign","center stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxFlex","35","fxLayoutAlign","center center",1,"bg-primary"],["alt","RTL Logo","src","assets/images/RTL-Horse-BY.svg",1,"rtl-logo-svg"],["fxFlex","65","fxLayout","column","fxLayoutAlign","center stretch",3,"ngClass"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","mt-2","p-0"],[1,"font-bold-500",3,"ngClass"],[1,"page-title"],[1,"pb-2"],["fxLayout","column","fxLayoutAlign","start space-between"],["autoFocus","","matInput","","id","password","name","password","tabindex","1","required","",3,"ngModelChange","type","ngModel"],["mat-icon-button","","matSuffix","","tabindex","2","type","button",3,"click"],[4,"ngIf"],["class","color-warn pre-wrap","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","color-warn pre-wrap","fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1","mb-2",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","pre-wrap"],["fxLayoutAlign","center center",1,"mr-3px","icon-small"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"color-warn","pre-wrap"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card",3)(3,"div",4)(4,"div",5),e.nrm(5,"img",6),e.k0s(),e.j41(6,"div",7)(7,"mat-card-header",8)(8,"mat-card-title",9)(9,"span",10),e.EFF(10,"Welcome"),e.k0s()()(),e.j41(11,"mat-card-content",11)(12,"form",12,0)(14,"mat-form-field")(15,"mat-label"),e.EFF(16,"Password"),e.k0s(),e.j41(17,"input",13),e.mxI("ngModelChange",function(kt){return e.eBV(Fe),e.DH7(X.password,kt)||(X.password=kt),e.Njj(kt)}),e.k0s(),e.j41(18,"button",14),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.flgShow=!X.flgShow)}),e.j41(19,"mat-icon"),e.EFF(20),e.k0s()(),e.DNE(21,T1,2,0,"mat-error",15),e.k0s(),e.DNE(22,kf,4,1,"p",16)(23,gd,4,1,"p",17),e.j41(24,"div",18)(25,"button",19),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.resetData())}),e.EFF(26,"Clear"),e.k0s(),e.j41(27,"button",20),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onLogin())}),e.EFF(28,"Login"),e.k0s()()()()()()()()()}2&W&&(e.R7$(6),e.Y8G("ngClass",e.eq3(9,pd,X.screenSize===X.screenSizeEnum.XS)),e.R7$(2),e.Y8G("ngClass",e.l_i(11,m4,X.screenSize===X.screenSizeEnum.XS,X.screenSize!==X.screenSizeEnum.XS)),e.R7$(9),e.Y8G("type",X.flgShow?"text":"password"),e.R50("ngModel",X.password),e.R7$(),e.BMQ("aria-label","Hide password"),e.R7$(2),e.JRh(X.flgShow?"visibility_off":"visibility"),e.R7$(),e.Y8G("ngIf",!X.password),e.R7$(),e.Y8G("ngIf",""!==X.loginErrorMessage),e.R7$(),e.Y8G("ngIf",""!==X.logoutReason))},dependencies:[bi.YU,bi.bT,Gi.qT,Gi.me,Gi.BC,Gi.cb,Gi.YS,Gi.vS,Gi.cV,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ge.$z,ge.iY,mr.RN,mr.m2,mr.MM,mr.dh,Bc.An,Or.fg,Ne.rl,Ne.nJ,Ne.TL,Ne.yw,Ot.N],styles:[".login-container[_ngcontent-%COMP%]{height:60vh;margin-top:15%}.login-container[_ngcontent-%COMP%] .mat-mdc-card[_ngcontent-%COMP%]{height:30rem}.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:100%}@media only screen and (max-width: 56.25em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:37%}}@media only screen and (max-width: 37.5em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:70%}}.login-container[_ngcontent-%COMP%] .material-icons.mat-icon[_ngcontent-%COMP%]{font-size:90%;cursor:pointer}"]})}}return P})();var k2=p(13);let Lf=(()=>{class P{constructor(b,W){this.activatedRoute=b,this.router=W,this.error={errorCode:"",errorMessage:""},this.faTimes=qi.GRI,this.unsubs=[new Ui.B,new Ui.B]}ngOnInit(){this.activatedRoute.paramMap.pipe((0,cn.Q)(this.unsubs[0])).subscribe(b=>{this.error=window.history.state})}goToHelp(){this.router.navigate(["/help"])}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(En.nX),e.rXU(En.Ix))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-error"]],decls:13,vars:3,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","center center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","padding-gap-large"],[1,"font-size-300","font-bold-500"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-large"],[1,"box-text","font-size-120"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"mat-card",1)(2,"mat-card-header",2)(3,"mat-card-title",3),e.nrm(4,"fa-icon",4),e.j41(5,"span",5),e.EFF(6),e.k0s()()(),e.j41(7,"mat-card-content",6)(8,"div",7),e.EFF(9),e.k0s(),e.j41(10,"span",8)(11,"button",9),e.bIt("click",function(){return X.goToHelp()}),e.EFF(12,"Go To Help"),e.k0s()()()()()),2&W&&(e.R7$(4),e.Y8G("icon",X.faTimes),e.R7$(2),e.SpI("Error ",X.error.errorCode,""),e.R7$(3),e.JRh(X.error.errorMessage))},dependencies:[ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.$z,mr.RN,mr.m2,mr.MM,mr.dh],encapsulation:2})}}return P})();var Do=p(7186),_d=p(1534),L2=p(92),A1=p(6114);const bh=(P,B)=>({"alert-danger":P,"alert-info":B});function D1(P,B){1&P&&e.nrm(0,"span",17)}function yh(P,B){1&P&&e.nrm(0,"span",18)}function I2(P,B){if(1&P){const b=e.RV6();e.j41(0,"form",19,0)(2,"div",20),e.nrm(3,"fa-icon",4),e.j41(4,"span"),e.EFF(5,"Please ensure that "),e.j41(6,"strong"),e.EFF(7,"experimental-offers"),e.k0s(),e.EFF(8," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.j41(9,"strong")(10,"a",21),e.EFF(11,"here"),e.k0s()(),e.EFF(12," to learn more about Core Lightning offers."),e.k0s()(),e.j41(13,"h4",22),e.EFF(14,"Description"),e.k0s(),e.j41(15,"span"),e.EFF(16,"Offers is a draft specification (also referred as BOLT12) for Lightning nodes and wallets, with experimental support in Core Lightning."),e.k0s(),e.j41(17,"h4",22),e.EFF(18,"Links"),e.k0s(),e.j41(19,"span")(20,"a",23),e.EFF(21,"Core lightning Bolt12"),e.k0s()(),e.nrm(22,"mat-divider",24),e.j41(23,"div",25),e.nrm(24,"fa-icon",4),e.j41(25,"span"),e.EFF(26,"Do not get an Offer tattoo until spec is fully ratified!"),e.k0s()(),e.j41(27,"mat-slide-toggle",26),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(2);return e.DH7(Fe.enableOffers,X)||(Fe.enableOffers=X),e.Njj(X)}),e.bIt("change",function(){e.eBV(b);const X=e.XpG(2);return e.Njj(X.onUpdateFeature())}),e.EFF(28),e.k0s()()}if(2&P){const b=e.XpG(2);e.R7$(3),e.Y8G("icon",b.faInfoCircle),e.R7$(19),e.Y8G("inset",!0),e.R7$(2),e.Y8G("icon",b.faExclamationTriangle),e.R7$(3),e.R50("ngModel",b.enableOffers),e.R7$(),e.SpI("Enable Offers ",b.enableOffers?"(You can find Offers under Lightning -> Transactions -> Offers)":"","")}}function xh(P,B){if(1&P&&(e.j41(0,"div")(1,"div",29),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"experimental-dual-fund"),e.k0s(),e.EFF(7," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.j41(8,"strong")(9,"a",30),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about Core Lightning Liquidity Ads."),e.k0s()()()),2&P){const b=e.XpG(3);e.R7$(2),e.Y8G("icon",b.faExclamationTriangle)}}function Ch(P,B){if(1&P&&(e.j41(0,"mat-option",47),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b),e.R7$(),e.SpI(" ",e.bMT(2,2,b.id)," ")}}function k1(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(4);e.R7$(),e.SpI("",b.selPolicyType.placeholder," is required.")}}function R2(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(4);e.R7$(),e.Lme("",b.selPolicyType.placeholder," must be greater than or equal to ",b.selPolicyType.min,".")}}function gl(P,B){if(1&P&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&P){const b=e.XpG(4);e.R7$(),e.Lme("",b.selPolicyType.placeholder," must be less than or equal to ",b.selPolicyType.max,".")}}function If(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Lease base fee is required."),e.k0s())}function wh(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Lease base basis is required."),e.k0s())}function p4(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Max channel routing base fee is required."),e.k0s())}function vd(P,B){1&P&&(e.j41(0,"mat-error"),e.EFF(1,"Max channel routing fee rate is required."),e.k0s())}function O2(P,B){if(1&P&&(e.j41(0,"h4",48)(1,"span",49),e.EFF(2),e.k0s()()),2&P){const b=e.XpG(4);e.R7$(),e.Y8G("ngClass",e.l_i(2,bh,!!b.updateMsg.error,!!b.updateMsg.data)),e.R7$(),e.SpI(" ",b.updateMsg.error&&""!==b.updateMsg.error?"Error: "+b.updateMsg.error||0:b.updateMsg.data&&""!==b.updateMsg.data?b.updateMsg.data:"Successfully Updated the Funding Policy!"," ")}}function Mh(P,B){if(1&P){const b=e.RV6();e.j41(0,"div",31)(1,"div",32),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"These config changes should be configured permanently via the config file on your CLN node otherwise the policy would need to be configured again, if your node restarts."),e.k0s()(),e.j41(5,"div",33)(6,"mat-form-field",34)(7,"mat-label"),e.EFF(8,"Policy"),e.k0s(),e.j41(9,"mat-select",35),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.selPolicyType,X)||(Fe.selPolicyType=X),e.Njj(X)}),e.bIt("selectionChange",function(){e.eBV(b);const X=e.XpG(3);return e.Njj(X.policyMod=null)}),e.DNE(10,Ch,3,4,"mat-option",36),e.k0s()(),e.j41(11,"mat-form-field",37)(12,"mat-label"),e.EFF(13),e.k0s(),e.j41(14,"input",38,1),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.policyMod,X)||(Fe.policyMod=X),e.Njj(X)}),e.k0s(),e.j41(16,"mat-hint"),e.EFF(17),e.k0s(),e.DNE(18,k1,2,1,"mat-error",27)(19,R2,2,2,"mat-error",27)(20,gl,2,2,"mat-error",27),e.k0s()(),e.j41(21,"div",33)(22,"mat-form-field",37)(23,"mat-label"),e.EFF(24,"Lease Base Fee (Sats)"),e.k0s(),e.j41(25,"input",39),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.lease_fee_base_sat,X)||(Fe.lease_fee_base_sat=X),e.Njj(X)}),e.k0s(),e.DNE(26,If,2,0,"mat-error",27),e.k0s(),e.j41(27,"mat-form-field",37)(28,"mat-label"),e.EFF(29,"Lease Base Basis (bps)"),e.k0s(),e.j41(30,"input",40),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.lease_fee_basis,X)||(Fe.lease_fee_basis=X),e.Njj(X)}),e.k0s(),e.DNE(31,wh,2,0,"mat-error",27),e.k0s()(),e.j41(32,"div",33)(33,"mat-form-field",37)(34,"mat-label"),e.EFF(35,"Max Channel Routing Base Fee (Sats)"),e.k0s(),e.j41(36,"input",41),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.channelFeeMaxBaseSat,X)||(Fe.channelFeeMaxBaseSat=X),e.Njj(X)}),e.k0s(),e.DNE(37,p4,2,0,"mat-error",27),e.k0s(),e.j41(38,"mat-form-field",37)(39,"mat-label"),e.EFF(40,"Max Channel Routing Fee Rate (ppm)"),e.k0s(),e.j41(41,"input",42),e.mxI("ngModelChange",function(X){e.eBV(b);const Fe=e.XpG(3);return e.DH7(Fe.channelFeeMaxProportional,X)||(Fe.channelFeeMaxProportional=X),e.Njj(X)}),e.k0s(),e.DNE(42,vd,2,0,"mat-error",27),e.k0s()(),e.DNE(43,O2,3,5,"h4",43),e.j41(44,"div",44)(45,"button",45),e.bIt("click",function(){e.eBV(b);const X=e.XpG(3);return e.Njj(X.onResetPolicy())}),e.EFF(46,"Reset"),e.k0s(),e.j41(47,"button",46),e.bIt("click",function(){e.eBV(b);const X=e.XpG(3);return e.Njj(X.onUpdateFundingPolicy())}),e.EFF(48,"Update"),e.k0s()()()}if(2&P){const b=e.XpG(3);e.R7$(2),e.Y8G("icon",b.faExclamationTriangle),e.R7$(7),e.R50("ngModel",b.selPolicyType),e.R7$(),e.Y8G("ngForOf",b.policyTypes),e.R7$(3),e.JRh(b.selPolicyType.placeholder),e.R7$(),e.Y8G("step","fixed"===b.selPolicyType.id?1e3:10)("min",b.selPolicyType.min)("max",b.selPolicyType.max),e.R50("ngModel",b.policyMod),e.R7$(3),e.E5c("",b.selPolicyType.placeholder," should be between ",b.selPolicyType.min," and ",b.selPolicyType.max,""),e.R7$(),e.Y8G("ngIf",!b.policyMod),e.R7$(),e.Y8G("ngIf",b.policyModb.selPolicyType.max),e.R7$(5),e.R50("ngModel",b.lease_fee_base_sat),e.R7$(),e.Y8G("ngIf",!b.lease_fee_base_sat),e.R7$(4),e.R50("ngModel",b.lease_fee_basis),e.R7$(),e.Y8G("ngIf",!b.lease_fee_basis),e.R7$(5),e.R50("ngModel",b.channelFeeMaxBaseSat),e.R7$(),e.Y8G("ngIf",!b.channelFeeMaxBaseSat),e.R7$(4),e.R50("ngModel",b.channelFeeMaxProportional),e.R7$(),e.Y8G("ngIf",!b.channelFeeMaxProportional),e.R7$(),e.Y8G("ngIf",b.flgUpdateCalled)}}function Eh(P,B){if(1&P&&(e.j41(0,"form",19,0),e.DNE(2,xh,12,1,"div",27)(3,Mh,49,23,"div",28),e.k0s()),2&P){const b=e.XpG(2);e.R7$(2),e.Y8G("ngIf",!b.features[1].enabled),e.R7$(),e.Y8G("ngIf",b.features[1].enabled)}}function Sh(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-expansion-panel",10),e.bIt("opened",function(){const X=e.eBV(b).index,Fe=e.XpG();return e.Njj(Fe.onPanelExpanded(X))}),e.j41(1,"mat-expansion-panel-header")(2,"mat-panel-title",11)(3,"h4",12),e.EFF(4),e.k0s(),e.j41(5,"h4",12),e.DNE(6,D1,1,0,"span",13)(7,yh,1,0,"span",14),e.EFF(8),e.k0s()()(),e.j41(9,"div",15),e.DNE(10,I2,29,5,"form",16)(11,Eh,4,2,"form",16),e.k0s()()}if(2&P){const b=B.$implicit,W=B.index;e.Y8G("expanded",!1),e.R7$(4),e.JRh(b.name),e.R7$(2),e.Y8G("ngIf",b.enabled),e.R7$(),e.Y8G("ngIf",!b.enabled),e.R7$(),e.SpI(" ",b.enabled?"Enabled":"Disabled"," "),e.R7$(2),e.Y8G("ngIf",0===W),e.R7$(),e.Y8G("ngIf",1===W)}}let _l=(()=>{class P{constructor(b,W,X,Fe){this.logger=b,this.store=W,this.dataService=X,this.commonService=Fe,this.faInfoCircle=qi.iW_,this.faExclamationTriangle=qi.zpE,this.faCode=qi.jTw,this.features=[{name:"Offers",enabled:!1},{name:"Channel Funding Policy",enabled:!1}],this.enableOffers=!1,this.fundingPolicy={},this.policyTypes=Xt.ul,this.selPolicyType=Xt.ul[0],this.flgUpdateCalled=!1,this.updateMsg={},this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.dataService.listConfigs().pipe((0,cn.Q)(this.unSubs[0])).subscribe({next:b=>{this.logger.info("Received List Configs: "+JSON.stringify(b)),this.features[1].enabled=!!b.configs["experimental-dual-fund"].set},error:b=>{this.logger.error("List Configs Error: "+JSON.stringify(b)),this.features[1].enabled=!1}}),this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.selNode=b,this.enableOffers=this.selNode.settings.enableOffers||!1,this.features[0].enabled=this.enableOffers,this.logger.info(this.selNode)}),this.store.select(p1.Al).pipe((0,cn.Q)(this.unSubs[2])).subscribe(b=>{this.policyTypes[2].max=b.balance.totalBalance||1e3})}onPanelExpanded(b){1===b&&!this.fundingPolicy.policy&&this.dataService.getOrUpdateFunderPolicy().pipe((0,cn.Q)(this.unSubs[3])).subscribe(W=>{this.logger.info("Received Funder Update Policy: "+JSON.stringify(W)),this.fundingPolicy=W,this.fundingPolicy.policy&&(this.selPolicyType=Xt.ul.find(X=>X.id===this.fundingPolicy.policy)||this.policyTypes[0]),this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.lease_fee_base_sat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.lease_fee_basis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null})}onUpdateFeature(){this.logger.info(this.selNode),this.selNode.settings.enableOffers=this.enableOffers,this.features[0].enabled=this.enableOffers,this.store.dispatch((0,Cn.T$)({payload:this.selNode}))}onUpdateFundingPolicy(){this.flgUpdateCalled=!0,this.updateMsg={},this.dataService.getOrUpdateFunderPolicy(this.selPolicyType.id,this.policyMod,1e3*(this.lease_fee_base_sat||0),this.lease_fee_basis,1e3*(this.channelFeeMaxBaseSat||0),this.channelFeeMaxProportional?this.channelFeeMaxProportional/1e3:0).pipe((0,cn.Q)(this.unSubs[4])).subscribe({next:b=>{this.logger.info(b),this.fundingPolicy=b,this.updateMsg={data:"Compact Lease: "+b.compact_lease},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)},error:b=>{this.logger.error(b),this.updateMsg={error:this.commonService.extractErrorMessage(b,"Error in updating funder policy")},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)}})}onResetPolicy(){this.flgUpdateCalled=!1,this.updateMsg={},this.selPolicyType=this.fundingPolicy.policy?Xt.ul.find(b=>b.id===this.fundingPolicy.policy)||this.policyTypes[0]:Xt.ul[0],this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.lease_fee_base_sat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.lease_fee_basis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(Ri.il),e.rXU(_d.u),e.rXU(ka.h))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-experimental-settings"]],decls:13,vars:3,consts:[["form","ngForm"],["plcMod","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","flat-expansion-panel my-1",3,"expanded","opened",4,"ngFor","ngForOf"],[1,"flat-expansion-panel","my-1",3,"opened","expanded"],["fxFlex","100","fxLayoutAlign","space-between center"],[1,"font-bold-500"],["class","dot green",4,"ngIf"],["class","dot yellow",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],[1,"dot","green"],[1,"dot","yellow"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-info"],["href","http://bolt12.org","target","_blank"],[1,"mt-2"],["href","https://github.com/lightningnetwork/lightning-rfc/pull/798 ","target","blank"],[1,"my-2",3,"inset"],[1,"alert","alert-warn"],["autoFocus","","tabindex","1","color","primary","name","enableOfr",1,"my-1",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","column",4,"ngIf"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn"],["href","https://medium.com/blockstream/setting-up-liquidity-ads-in-c-lightning-54e4c59c091d","target","_blank"],["fxLayout","column"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn","mb-2"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start end"],["autofocus","","tabindex","1","name","policy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","49"],["matInput","","type","number","tabindex","2","required","","name","plcMod",3,"ngModelChange","step","min","max","ngModel"],["matInput","","type","number","step","100","min","0","tabindex","3","required","","name","lease_fee_base_sat",3,"ngModelChange","ngModel"],["matInput","","type","number","step","1","min","0","tabindex","4","required","","name","lease_fee_basis",3,"ngModelChange","ngModel"],["matInput","","type","number","step","100","min","0","tabindex","5","required","","name","channelFeeMaxBaseSat",3,"ngModelChange","ngModel"],["matInput","","type","number","step","1000","min","0","tabindex","6","required","","name","channelFeeMaxProportional",3,"ngModelChange","ngModel"],["fxLayoutAlign","start stretch","class","font-bold-500 mt-2",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","7",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],[3,"value"],["fxLayoutAlign","start stretch",1,"font-bold-500","mt-2"],["fxFlex","100",1,"alert",3,"ngClass"]],template:function(W,X){1&W&&(e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Experimental features should be enabled with caution. Many such features may be implementation specific and not ratified for the BOLT spec. Enabling these may still result in a broken experience. Referencing relevant feature documentation is highly advised before enabling."),e.k0s()(),e.j41(5,"form",5,0)(7,"div",6),e.nrm(8,"fa-icon",7),e.j41(9,"span",8),e.EFF(10,"Features"),e.k0s()(),e.j41(11,"mat-accordion"),e.DNE(12,Sh,12,7,"mat-expansion-panel",9),e.k0s()()()),2&W&&(e.R7$(2),e.Y8G("icon",X.faInfoCircle),e.R7$(6),e.Y8G("icon",X.faCode),e.R7$(4),e.Y8G("ngForOf",X.features))},dependencies:[bi.YU,bi.Sq,bi.bT,Gi.qT,Gi.me,Gi.Q0,Gi.BC,Gi.cb,Gi.YS,Gi.VZ,Gi.zX,Gi.vS,Gi.cV,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ge.$z,La.BS,La.GK,La.Z2,La.WN,Or.fg,Ne.rl,Ne.nJ,Ne.MV,Ne.TL,zc.q,Ce.VO,ze.wT,Jd.sG,gt.Ld,Ot.N,L2.z,A1.V,bi.PV],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]})}}return P})(),bd=(()=>{class P{constructor(){}static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-no-service-found"]],decls:6,vars:0,consts:[["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"]],template:function(W,X){1&W&&(e.j41(0,"div",0)(1,"mat-card")(2,"mat-card-content",1)(3,"div",2)(4,"div",3),e.EFF(5,"No Service Found!"),e.k0s()()()()())},dependencies:[Ki.DJ,Ki.sA,mr.RN,mr.m2],encapsulation:2})}}return P})();const Rf=[{path:"",pathMatch:"full",redirectTo:"login"},{path:"lnd",loadChildren:()=>Promise.all([p.e(193),p.e(190)]).then(p.bind(p,9190)).then(P=>P.LNDModule),canActivate:[(0,Do.q_)()]},{path:"cln",loadChildren:()=>Promise.all([p.e(193),p.e(853)]).then(p.bind(p,4853)).then(P=>P.CLNModule),canActivate:[(0,Do.q_)()]},{path:"ecl",loadChildren:()=>Promise.all([p.e(193),p.e(17)]).then(p.bind(p,9017)).then(P=>P.ECLModule),canActivate:[(0,Do.q_)()]},{path:"settings",component:_0,canActivate:[(0,Do.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"app"},{path:"app",component:gi,canActivate:[(0,Do.q_)()]},{path:"auth",component:B1,canActivate:[(0,Do.q_)()]},{path:"bconfig",component:Bu,canActivate:[(0,Do.q_)()]}]},{path:"config",component:J3,canActivate:[(0,Do.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"nodesettings"},{path:"nodesettings",component:Mc,canActivate:[(0,Do.q_)()]},{path:"pglayout",component:Ec,canActivate:[(0,Do.q_)()]},{path:"services",component:r2,canActivate:[(0,Do.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",component:Gc,canActivate:[(0,Do.q_)()]},{path:"boltz",component:Zu,canActivate:[(0,Do.q_)()]},{path:"noservice",component:bd}]},{path:"experimental",component:_l,canActivate:[(0,Do.q_)()]},{path:"lnconfig",component:zl,canActivate:[(0,Do.q_)()]}]},{path:"services",component:Ju,canActivate:[(0,Do.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",pathMatch:"full",redirectTo:"loop/loopout"},{path:"loop/:selTab",component:H0},{path:"boltz",pathMatch:"full",redirectTo:"boltz/swapout"},{path:"boltz/:selTab",component:r1}]},{path:"help",component:a1},{path:"login",component:D2},{path:"error",component:Lf},{path:"**",component:k2.X}],Of=En.iI.forRoot(Rf,{onSameUrlNavigation:"reload",scrollPositionRestoration:"enabled"});var Ff=p(9029),Pf=p(9881),Lc=p(9183),rc=p(882),Nf=p(5911),F2=p(4109),Xs=p(7358);const Ic={LNDChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:qi.xiI,link:"/lnd/home",userPersona:Xt.HW.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:qi.CQO,link:"/lnd/onchain",userPersona:Xt.HW.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:qi.zm_,link:"/lnd/connections",userPersona:Xt.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:qi.gdJ,link:"/lnd/connections",userPersona:Xt.HW.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:qi._qq,link:"/lnd/transactions",userPersona:Xt.HW.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:qi.knH,link:"/lnd/routing",userPersona:Xt.HW.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:qi.$Fj,link:"/lnd/reports",userPersona:Xt.HW.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:qi.MjD,link:"/lnd/graph",userPersona:Xt.HW.ALL},{id:36,parentId:3,name:"Sign/Verify",iconType:"FA",icon:qi.pCJ,link:"/lnd/messages",userPersona:Xt.HW.ALL},{id:37,parentId:3,name:"Backup",iconType:"FA",icon:qi.cbP,link:"/lnd/channelbackup",userPersona:Xt.HW.ALL},{id:38,parentId:3,name:"Network",iconType:"FA",icon:qi.qFF,link:"/lnd/network",userPersona:Xt.HW.OPERATOR},{id:39,parentId:3,name:"Node/Network",iconType:"FA",icon:qi.D6w,link:"/lnd/network",userPersona:Xt.HW.MERCHANT}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:qi.qIE,link:"/services/loop",userPersona:Xt.HW.ALL,children:[{id:41,parentId:4,name:"Loop",iconType:"FA",icon:qi.C8j,link:"/services/loop",userPersona:Xt.HW.ALL},{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:Xt.HW.ALL}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:qi.nsx,link:"/config",userPersona:Xt.HW.ALL},{id:6,parentId:0,name:"Help",iconType:"FA",icon:qi.EvL,link:"/help",userPersona:Xt.HW.ALL}],CLNChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:qi.xiI,link:"/cln/home",userPersona:Xt.HW.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:qi.CQO,link:"/cln/onchain",userPersona:Xt.HW.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:qi.zm_,link:"/cln/connections",userPersona:Xt.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:qi.gdJ,link:"/cln/connections",userPersona:Xt.HW.ALL},{id:32,parentId:3,name:"Liquidity Ads",iconType:"FA",icon:qi.e4L,link:"/cln/liquidityads",userPersona:Xt.HW.ALL},{id:33,parentId:3,name:"Transactions",iconType:"FA",icon:qi._qq,link:"/cln/transactions",userPersona:Xt.HW.ALL},{id:34,parentId:3,name:"Routing",iconType:"FA",icon:qi.knH,link:"/cln/routing",userPersona:Xt.HW.ALL},{id:35,parentId:3,name:"Reports",iconType:"FA",icon:qi.$Fj,link:"/cln/reports",userPersona:Xt.HW.ALL},{id:36,parentId:3,name:"Graph Lookup",iconType:"FA",icon:qi.MjD,link:"/cln/graph",userPersona:Xt.HW.ALL},{id:37,parentId:3,name:"Sign/Verify",iconType:"FA",icon:qi.pCJ,link:"/cln/messages",userPersona:Xt.HW.ALL},{id:38,parentId:3,name:"Fee Rates",iconType:"FA",icon:qi.WKo,link:"/cln/rates",userPersona:Xt.HW.OPERATOR},{id:39,parentId:3,name:"Node/Fee Rates",iconType:"FA",icon:qi.D6w,link:"/cln/rates",userPersona:Xt.HW.MERCHANT}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:qi.qIE,link:"/services/loop",userPersona:Xt.HW.ALL,children:[{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:Xt.HW.ALL}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:qi.nsx,link:"/config",userPersona:Xt.HW.ALL},{id:6,parentId:0,name:"Help",iconType:"FA",icon:qi.EvL,link:"/help",userPersona:Xt.HW.ALL}],ECLChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:qi.xiI,link:"/ecl/home",userPersona:Xt.HW.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:qi.CQO,link:"/ecl/onchain",userPersona:Xt.HW.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:qi.zm_,link:"/ecl/connections",userPersona:Xt.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:qi.gdJ,link:"/ecl/connections",userPersona:Xt.HW.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:qi._qq,link:"/ecl/transactions",userPersona:Xt.HW.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:qi.knH,link:"/ecl/routing",userPersona:Xt.HW.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:qi.$Fj,link:"/ecl/reports",userPersona:Xt.HW.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:qi.MjD,link:"/ecl/graph",userPersona:Xt.HW.ALL}]},{id:4,parentId:0,name:"Node Config",iconType:"FA",icon:qi.nsx,link:"/config",userPersona:Xt.HW.ALL},{id:5,parentId:0,name:"Help",iconType:"FA",icon:qi.EvL,link:"/help",userPersona:Xt.HW.ALL}]};function Th(P,B){if(1&P&&(e.j41(0,"mat-option",12),e.EFF(1),e.k0s()),2&P){const b=B.$implicit;e.Y8G("value",b.index),e.R7$(),e.Lme(" ",b.lnNode," (",b.lnImplementation,") ")}}function Ah(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-select",10),e.bIt("selectionChange",function(X){e.eBV(b);const Fe=e.XpG();return e.Njj(Fe.onNodeSelectionChange(X.value))}),e.j41(1,"perfect-scrollbar"),e.DNE(2,Th,2,3,"mat-option",11),e.k0s()()}if(2&P){const b=e.XpG();e.Y8G("value",b.selConfigNodeIndex),e.R7$(2),e.Y8G("ngForOf",b.appConfig.nodes)}}function Dh(P,B){if(1&P&&(e.j41(0,"span",21),e.eu8(1,22),e.k0s()),2&P){const b=e.XpG().$implicit;e.XpG(2);const W=e.sdS(11);e.R7$(),e.Y8G("ngTemplateOutlet","boltzIconBlock"===b.icon?W:null)}}function Vf(P,B){if(1&P&&e.nrm(0,"fa-icon",23),2&P){const b=e.XpG().$implicit;e.Y8G("icon",b.icon)}}function kh(P,B){if(1&P&&(e.j41(0,"mat-icon",24),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b.icon)}}function yd(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-tree-node",15)(1,"div",16),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG(2);return e.Njj(Fe.onChildNavClicked(X))}),e.j41(2,"div",17),e.DNE(3,Dh,2,1,"span",18)(4,Vf,1,1,"fa-icon",19)(5,kh,2,1,"mat-icon",20),e.j41(6,"span"),e.EFF(7),e.k0s()()()()}if(2&P){const b=B.$implicit;e.FS9("routerLink",b.link),e.R7$(3),e.Y8G("ngIf","SVG"===b.iconType),e.R7$(),e.Y8G("ngIf","FA"===b.iconType),e.R7$(),e.Y8G("ngIf",!b.iconType),e.R7$(2),e.JRh(b.name)}}function Rc(P,B){if(1&P&&(e.j41(0,"span",32),e.eu8(1,22),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",b.icon)}}function L1(P,B){if(1&P&&e.nrm(0,"fa-icon",23),2&P){const b=e.XpG().$implicit;e.Y8G("icon",b.icon)}}function Lh(P,B){if(1&P&&(e.j41(0,"mat-icon",24),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.JRh(b.icon)}}function xd(P,B){if(1&P&&(e.j41(0,"mat-nested-tree-node",25)(1,"div",26)(2,"div",27),e.DNE(3,Rc,2,1,"span",28)(4,L1,1,1,"fa-icon",19)(5,Lh,2,1,"mat-icon",20),e.j41(6,"span"),e.EFF(7),e.k0s()(),e.j41(8,"button",29)(9,"mat-icon"),e.EFF(10),e.k0s()()(),e.j41(11,"div",30),e.eu8(12,31),e.k0s()()),2&P){const b=B.$implicit,W=e.XpG(2);e.R7$(3),e.Y8G("ngIf","SVG"===b.iconType),e.R7$(),e.Y8G("ngIf","FA"===b.iconType),e.R7$(),e.Y8G("ngIf",!b.iconType),e.R7$(2),e.JRh(b.name),e.R7$(),e.BMQ("aria-label","toggle "+b.name),e.R7$(2),e.JRh(W.treeControlNested.isExpanded(b)?"arrow_drop_up":"arrow_drop_down"),e.R7$(),e.AVh("tree-children-invisible",!W.treeControlNested.isExpanded(b))}}function Ih(P,B){if(1&P&&(e.j41(0,"mat-tree",7,1),e.DNE(2,yd,8,5,"mat-tree-node",13)(3,xd,13,8,"mat-nested-tree-node",14),e.k0s()),2&P){const b=e.XpG();e.Y8G("dataSource",b.navMenus)("treeControl",b.treeControlNested),e.R7$(3),e.Y8G("matTreeNodeDefWhen",b.hasChild)}}function v4(P,B){if(1&P&&(e.j41(0,"span",37),e.eu8(1,22),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",b.icon)}}function Rh(P,B){if(1&P&&e.nrm(0,"fa-icon",38),2&P){const b=e.XpG().$implicit;e.FS9("matTooltip",b.name),e.Y8G("icon",b.icon)}}function b4(P,B){if(1&P&&(e.j41(0,"mat-icon",39),e.EFF(1),e.k0s()),2&P){const b=e.XpG().$implicit;e.FS9("matTooltip",b.name),e.R7$(),e.JRh(b.icon)}}function P2(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-tree-node",33),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG();return e.Njj(Fe.onShowData(X))}),e.DNE(1,v4,2,1,"span",34)(2,Rh,1,2,"fa-icon",35)(3,b4,2,2,"mat-icon",36),e.j41(4,"span"),e.EFF(5),e.k0s()()}if(2&P){const b=B.$implicit;e.R7$(),e.Y8G("ngIf","SVG"===b.iconType),e.R7$(),e.Y8G("ngIf","FA"===b.iconType),e.R7$(),e.Y8G("ngIf",!b.iconType),e.R7$(2),e.JRh(b.name)}}function N2(P,B){if(1&P&&(e.j41(0,"span",32),e.eu8(1,22),e.k0s()),2&P){const b=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",b.icon)}}function Hf(P,B){if(1&P&&e.nrm(0,"fa-icon",38),2&P){const b=e.XpG().$implicit;e.FS9("matTooltip",b.name),e.Y8G("icon",b.icon)}}function y4(P,B){if(1&P){const b=e.RV6();e.j41(0,"mat-tree-node",33),e.bIt("click",function(){const X=e.eBV(b).$implicit,Fe=e.XpG(2);return e.Njj(Fe.onClick(X))}),e.DNE(1,N2,2,1,"span",28)(2,Hf,1,2,"fa-icon",35),e.j41(3,"span"),e.EFF(4),e.k0s()()}if(2&P){const b=B.$implicit;e.R7$(),e.Y8G("ngIf","SVG"===b.iconType),e.R7$(),e.Y8G("ngIf","FA"===b.iconType),e.R7$(2),e.JRh(b.name)}}function Oh(P,B){if(1&P&&(e.j41(0,"mat-tree",7),e.DNE(1,y4,5,3,"mat-tree-node",8),e.k0s()),2&P){const b=e.XpG();e.Y8G("dataSource",b.navMenusLogout)("treeControl",b.treeControlLogout)}}function x4(P,B){1&P&&(e.qSk(),e.j41(0,"svg",40)(1,"g",41)(2,"g",42),e.nrm(3,"circle",43)(4,"path",44)(5,"path",45),e.k0s()()())}let V2=(()=>{class P{constructor(b,W,X,Fe,Lt,kt){this.logger=b,this.commonService=W,this.sessionService=X,this.store=Fe,this.actions=Lt,this.rtlEffects=kt,this.ChildNavClicked=new e.bkB,this.faEject=qi.njF,this.faEye=qi.pS3,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.logoutNode=[{id:200,parentId:0,name:"Logout",iconType:"FA",icon:qi.njF}],this.showDataNodes=[{id:1e3,parentId:0,name:"Public Key",iconType:"FA",icon:qi.pS3}],this.showLogout=!1,this.numPendingChannels=0,this.smallScreen=!1,this.childRootRoute="",this.userPersonaEnum=Xt.HW,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B],this.treeControlNested=new F2.XO(ri=>ri.children),this.treeControlLogout=new F2.XO(ri=>ri.children),this.treeControlShowData=new F2.XO(ri=>ri.children),this.navMenus=new Xs.Zh,this.navMenusLogout=new Xs.Zh,this.navMenusShowData=new Xs.Zh,this.hasChild=(ri,oi)=>!!oi.children&&oi.children.length>0,this.version=Xt.xv,Ic.LNDChildren&&200===Ic.LNDChildren[Ic.LNDChildren.length-1].id&&Ic.LNDChildren.pop(),this.navMenus.data=Ic.LNDChildren||[],this.navMenusLogout.data=this.logoutNode,this.navMenusShowData.data=this.showDataNodes}ngOnInit(){const b=this.sessionService.getItem("token");this.showLogout=!!b,this.flgLoading=!!b,this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[0])).subscribe(W=>{this.appConfig=W}),this.store.select(Hr.Az).pipe((0,cn.Q)(this.unSubs[1])).subscribe(W=>{if(this.information=W.nodeDate,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const X=this.information.chains[0];this.informationChain.chain=X.chain,this.informationChain.network=X.network}}else this.informationChain.chain="",this.informationChain.network="";this.flgLoading=!this.information.identity_pubkey,window.innerWidth<=414&&(this.smallScreen=!0),this.selNode=W.selNode,this.selConfigNodeIndex=+(W.selNode?.index||0),this.selNode&&this.selNode.lnImplementation&&this.filterSideMenuNodes(),this.logger.info(W)}),this.sessionService.watchSession().pipe((0,cn.Q)(this.unSubs[2])).subscribe(W=>{this.showLogout=!!W.token,this.flgLoading=!!W.token}),this.actions.pipe((0,cn.Q)(this.unSubs[3]),(0,br.p)(W=>W.type===Xt.aU.LOGOUT)).subscribe(W=>{this.showLogout=!1})}onClick(b){"Logout"===b.name&&(this.store.dispatch((0,Cn.I1)({payload:{data:{type:Xt.A$.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,cn.Q)(this.unSubs[4])).subscribe(W=>{W&&(this.showLogout=!1,this.store.dispatch((0,Cn.ri)({payload:""})))})),this.ChildNavClicked.emit(b)}onChildNavClicked(b){this.ChildNavClicked.emit(b)}filterSideMenuNodes(){switch(this.selNode?.lnImplementation?.toUpperCase()){case"CLN":this.loadCLNMenu();break;case"ECL":this.loadECLMenu();break;default:this.loadLNDMenu()}}loadLNDMenu(){let b=[];b=JSON.parse(JSON.stringify(Ic.LNDChildren)),this.navMenus.data=b?.filter(W=>W.children&&W.children.length?(W.children=W.children?.filter(X=>(X.userPersona===Xt.HW.ALL||X.userPersona===this.selNode.settings.userPersona)&&"/services/loop"!==X.link&&"/services/boltz"!==X.link||"/services/loop"===X.link&&this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()||"/services/boltz"===X.link&&this.selNode.settings.boltzServerUrl&&""!==this.selNode.settings.boltzServerUrl.trim()),W.children.length>0):W.userPersona===Xt.HW.ALL||W.userPersona===this.selNode.settings.userPersona)}loadCLNMenu(){let b=[];b=JSON.parse(JSON.stringify(Ic.CLNChildren)),this.navMenus.data=b?.filter(W=>W.children&&W.children.length?(W.children=W.children?.filter(X=>(X.userPersona===Xt.HW.ALL||X.userPersona===this.selNode.settings.userPersona)&&"/services/peerswap"!==X.link||"/services/peerswap"===X.link&&this.selNode.settings.enablePeerswap||"/services/boltz"===X.link&&this.selNode.settings.boltzServerUrl&&""!==this.selNode.settings.boltzServerUrl.trim()),W.children.length>0):W.userPersona===Xt.HW.ALL||W.userPersona===this.selNode.settings.userPersona)}loadECLMenu(){this.navMenus.data=JSON.parse(JSON.stringify(Ic.ECLChildren))}onShowData(b){this.store.dispatch((0,Cn.OP)()),this.ChildNavClicked.emit("showData")}onNodeSelectionChange(b){const W=this.selConfigNodeIndex;this.selConfigNodeIndex=b;const X=this.appConfig.nodes.find(Fe=>+Fe.index===b);this.store.dispatch((0,Cn.Qi)({payload:{uiMessage:Xt.MZ.UPDATE_SELECTED_NODE,prevLnNodeIndex:+W,currentLnNode:X||null,isInitialSetup:!1}})),this.ChildNavClicked.emit("selectNode")}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(qa.Q),e.rXU(Ri.il),e.rXU(ft.En),e.rXU(_r.H))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-side-navigation"]],viewQuery:function(W,X){if(1&W&&e.GBs(Xs.lQ,5),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.tree=Fe.first)}},outputs:{ChildNavClicked:"ChildNavClicked"},decls:12,vars:5,consts:[["boltzIconBlock",""],["tree",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","90","fxLayoutAlign","start stretch",1,"w-100"],["class","m-2 multi-node-select",3,"value","selectionChange",4,"ngIf"],[1,"w-100"],[3,"dataSource","treeControl",4,"ngIf"],[3,"dataSource","treeControl"],[3,"click",4,"matTreeNodeDef"],["fxLayout","column","fxLayoutAlign","end stretch",1,"w-100"],[1,"m-2","multi-node-select",3,"selectionChange","value"],["tabindex","1",3,"value",4,"ngFor","ngForOf"],["tabindex","1",3,"value"],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink",4,"matTreeNodeDef"],["fxLayout","column","matTreeNodeToggle","",4,"matTreeNodeDef","matTreeNodeDefWhen"],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink"],["tabindex","2",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["class","fa-icon-small mr-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","fa-icon-small mr-2",3,"icon",4,"ngIf"],["class","mat-icon-36",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"fa-icon-small","mr-2"],[3,"ngTemplateOutlet"],[1,"fa-icon-small","mr-2",3,"icon"],[1,"mat-icon-36"],["fxLayout","column","matTreeNodeToggle",""],["fxLayout","row","fxLayoutAlign","start center",1,"mat-nested-tree-node-parent"],["fxFlex","80","fxLayoutAlign","start center"],["class","mr-2",4,"ngIf"],["fxFlex","20","mat-icon-button","","fxLayoutAlign","end center",1,"btn-icon-small"],[1,"mat-nested-tree-node-child"],["matTreeNodeOutlet",""],[1,"mr-2"],[3,"click"],["class","fa-icon-small mr-2",4,"ngIf"],["class","fa-icon-small mr-2","matTooltipPosition","right",3,"icon","matTooltip",4,"ngIf"],["class","mat-icon-36","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],[1,"fa-icon-small","mr-2"],["matTooltipPosition","right",1,"fa-icon-small","mr-2",3,"icon","matTooltip"],["matTooltipPosition","right",1,"mat-icon-36",3,"matTooltip"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"]],template:function(W,X){1&W&&(e.j41(0,"div",2)(1,"div",3),e.DNE(2,Ah,3,2,"mat-select",4),e.nrm(3,"mat-divider",5),e.DNE(4,Ih,4,3,"mat-tree",6),e.nrm(5,"mat-divider",5),e.j41(6,"mat-tree",7),e.DNE(7,P2,6,4,"mat-tree-node",8),e.k0s()(),e.j41(8,"div",9),e.DNE(9,Oh,2,2,"mat-tree",6),e.k0s()(),e.DNE(10,x4,6,0,"ng-template",null,0,e.C5r)),2&W&&(e.R7$(2),e.Y8G("ngIf",X.appConfig.nodes.length>1),e.R7$(2),e.Y8G("ngIf",null==X.selNode.settings?null:X.selNode.settings.lnServerUrl),e.R7$(2),e.Y8G("dataSource",X.navMenusShowData)("treeControl",X.treeControlShowData),e.R7$(3),e.Y8G("ngIf",X.showLogout))},dependencies:[bi.Sq,bi.bT,bi.T3,ba.aY,Ki.DJ,Ki.sA,Ki.UI,ge.iY,Bc.An,zc.q,Xs.q1,Xs.yI,Xs.pO,Xs.lQ,Xs.d6,Xs.wx,Ce.VO,ze.wT,nc.oV,En.Wk,En.wQ,gt.ZF,gt.Ld],styles:[".tree-children-invisible[_ngcontent-%COMP%]{display:none}"]})}}return P})();var Fh=p(9115);function vl(P,B){if(1&P&&(e.j41(0,"p",14),e.nrm(1,"fa-icon",3),e.j41(2,"span"),e.EFF(3),e.k0s()()),2&P){const b=e.XpG();e.R7$(),e.Y8G("icon",b.faCode),e.R7$(2),e.SpI("API Version: ",null==b.information?null:b.information.api_version,"")}}function C4(P,B){if(1&P&&(e.j41(0,"p",15),e.nrm(1,"fa-icon",3),e.j41(2,"span",16),e.EFF(3,"Settings"),e.k0s()()),2&P){const b=e.XpG();e.R7$(),e.Y8G("icon",b.faUserCog)}}function zf(P,B){if(1&P&&(e.j41(0,"p",17),e.nrm(1,"fa-icon",3),e.j41(2,"span",18),e.EFF(3,"Help"),e.k0s()()),2&P){const b=e.XpG();e.R7$(),e.Y8G("icon",b.faQuestion)}}function Ph(P,B){if(1&P){const b=e.RV6();e.j41(0,"p",19),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.onClick())}),e.nrm(1,"fa-icon",3),e.j41(2,"span"),e.EFF(3,"Logout"),e.k0s()()}if(2&P){const b=e.XpG();e.R7$(),e.Y8G("icon",b.faEject)}}let Bf=(()=>{class P{constructor(b,W,X,Fe,Lt){this.logger=b,this.sessionService=W,this.store=X,this.rtlEffects=Fe,this.actions=Lt,this.faUserCog=qi.McB,this.faCodeBranch=qi.Xbc,this.faCode=qi.jTw,this.faCog=qi.dB,this.faQuestion=qi.EvL,this.faEject=qi.njF,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.showLogout=!1,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B],this.version=Xt.xv}ngOnInit(){this.store.select(Hr.N).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{if(this.information=b,this.flgLoading=!this.information.identity_pubkey,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const W=this.information.chains[0];this.informationChain.chain=W.chain,this.informationChain.network=W.network}}else this.informationChain.chain="",this.informationChain.network="";this.logger.info(b)}),this.sessionService.watchSession().pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.showLogout=!!b.token,this.flgLoading=!!b.token}),this.actions.pipe((0,cn.Q)(this.unSubs[2]),(0,br.p)(b=>b.type===Xt.aU.LOGOUT)).subscribe(()=>{this.showLogout=!1})}onClick(){this.store.dispatch((0,Cn.I1)({payload:{data:{type:Xt.A$.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,cn.Q)(this.unSubs[3])).subscribe(b=>{b&&(this.showLogout=!1,this.store.dispatch((0,Cn.ri)({payload:""})))})}onDonate(){window.open("https://www.ridethelightning.info/donate/","_blank")}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(null),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(qa.Q),e.rXU(Ri.il),e.rXU(_r.H),e.rXU(ft.En))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-top-menu"]],decls:20,vars:8,consts:[["topMenu","matMenu"],[1,"top-menu",3,"overlapTrigger"],["tabindex","1","mat-menu-item","",1,"cursor-default"],[1,"fa-icon-small","mr-1",3,"icon"],["tabindex","2","mat-menu-item","","class","cursor-default",4,"ngIf"],["tabindex","3","mat-menu-item","","routerLink","/settings",4,"ngIf"],["tabindex","4","mat-menu-item","","routerLink","/help",4,"ngIf"],["mat-menu-item","","tabindex","5","fxLayoutAlign","start center",3,"click"],["fill","currentColor","version","1.1","viewBox","0 0 64 64",0,"xml","space","preserve","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"svg-donation"],["d","M62.519,17.698l-12-14c-0.659-0.768-1.786-0.923-2.628-0.362l-8.712,5.808l-16.688,4.172 c-2.485,0.622-4.537,2.412-5.487,4.791L12.21,30.09C10.206,32.512,9,35.618,9,39c0,2.974,0.939,5.73,2.527,8H5 c-2.206,0-4,1.794-4,4v6c0,2.206,1.794,4,4,4h36c2.206,0,4-1.794,4-4v-6c0-2.206-1.794-4-4-4h-6.522 c0.375-0.535,0.713-1.1,1.013-1.691l4.291-2.452l3.378-0.965c2.619-0.749,4.903-2.269,6.604-4.395 c1.39-1.736,2.317-3.813,2.682-6.006l0.412-2.472l9.48-8.532C63.145,19.76,63.225,18.523,62.519,17.698z M34.428,30.929 c-1.487-2.094-3.517-3.732-5.842-4.75L29.207,25h7.058l0.588,4.11L34.428,30.929z M31.225,33.331l-0.373,0.28 c-1.772,1.329-2.889,3.273-3.146,5.473c-0.257,2.2,0.382,4.348,1.8,6.048l0.667,0.8C28.315,47.845,25.742,49,23,49 c-5.514,0-10-4.486-10-10s4.486-10,10-10C26.299,29,29.376,30.663,31.225,33.331z M41,57H5v-6h10.826c2.101,1.261,4.55,2,7.174,2 c2.571,0,5.041-0.723,7.176-2H41V57z M49.662,26.513c-0.336,0.303-0.561,0.711-0.635,1.158L48.5,30.833 c-0.253,1.521-0.896,2.96-1.86,4.165c-1.18,1.475-2.763,2.529-4.579,3.048l-3.61,1.031c-0.155,0.044-0.303,0.106-0.443,0.187 l-5.541,3.166c-0.63-0.826-0.909-1.843-0.788-2.882c0.128-1.1,0.687-2.072,1.573-2.737l6.001-4.5 c1.169-0.877,1.767-2.32,1.56-3.766l-0.587-4.11C39.946,22.477,38.244,21,36.266,21h-7.059c-1.489,0-2.845,0.818-3.539,2.136 l-1.037,1.969C24.093,25.041,23.549,25,23,25c-1.685,0-3.294,0.314-4.791,0.862l2.509-6.271c0.476-1.189,1.501-2.084,2.743-2.395 l17.024-4.256c0.223-0.056,0.434-0.149,0.625-0.276l7.525-5.017l9.576,11.172L49.662,26.513z"],["tabindex","6","mat-menu-item","",3,"click",4,"ngIf"],["tabindex","7","mat-icon-button","",3,"matMenuTriggerFor"],["alt","RTL Logo","src","assets/images/RTL-Horse-BY.svg",1,"rtl-log-top"],[1,"rtl-logo-dropdown","color-white"],["tabindex","2","mat-menu-item","",1,"cursor-default"],["tabindex","3","mat-menu-item","","routerLink","/settings"],["routerLink","/settings"],["tabindex","4","mat-menu-item","","routerLink","/help"],["routerLink","/help"],["tabindex","6","mat-menu-item","",3,"click"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"mat-menu",1,0)(2,"p",2),e.nrm(3,"fa-icon",3),e.j41(4,"span"),e.EFF(5),e.k0s()(),e.DNE(6,vl,4,2,"p",4)(7,C4,4,1,"p",5)(8,zf,4,1,"p",6),e.j41(9,"p",7),e.bIt("click",function(){return e.eBV(Fe),e.Njj(X.onDonate())}),e.qSk(),e.j41(10,"svg",8)(11,"g"),e.nrm(12,"path",9),e.k0s()(),e.joV(),e.j41(13,"span"),e.EFF(14,"Donate"),e.k0s()(),e.DNE(15,Ph,4,1,"p",10),e.k0s(),e.j41(16,"button",11),e.nrm(17,"img",12),e.j41(18,"mat-icon",13),e.EFF(19,"arrow_drop_down"),e.k0s()()}if(2&W){const Fe=e.sdS(1);e.Y8G("overlapTrigger",!1),e.R7$(3),e.Y8G("icon",X.faCodeBranch),e.R7$(2),e.SpI("Version: ",X.version,""),e.R7$(),e.Y8G("ngIf",null==X.information?null:X.information.api_version),e.R7$(),e.Y8G("ngIf",X.showLogout),e.R7$(),e.Y8G("ngIf",X.showLogout),e.R7$(7),e.Y8G("ngIf",X.showLogout),e.R7$(),e.Y8G("matMenuTriggerFor",Fe)}},dependencies:[bi.bT,ba.aY,Ki.sA,ge.iY,Bc.An,Fh.kk,Fh.fb,Fh.Cp,En.Wk],styles:[".mat-mdc-icon-button img.rtl-log-top{width:2rem;height:2rem}.mat-icon.material-icons.mat-icon-no-color.rtl-logo-dropdown{height:2rem}\n"],encapsulation:2})}}return P})();const w4=["sideNavigation"],Nh=["sideNavContent"],H2=(P,B)=>[P,B];function z2(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",15),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.sideNavToggle())}),e.j41(1,"mat-icon",16),e.EFF(2,"menu"),e.k0s()()}if(2&P){const b=e.XpG();e.Y8G("matTooltip",b.flgSideNavOpened?"Hide Navigation Menu":"Show Navigation Menu")("matTooltipDisabled",b.smallScreen)}}function Vh(P,B){1&P&&(e.qSk(),e.nrm(0,"path",21))}function M4(P,B){1&P&&(e.qSk(),e.nrm(0,"path",22))}function Kc(P,B){if(1&P){const b=e.RV6();e.j41(0,"button",17),e.bIt("click",function(){e.eBV(b);const X=e.XpG();return e.Njj(X.flgSidenavPinned=!X.flgSidenavPinned)}),e.qSk(),e.j41(1,"svg",18),e.DNE(2,Vh,1,0,"path",19)(3,M4,1,0,"path",20),e.k0s()()}if(2&P){const b=e.XpG();e.Y8G("matTooltip",b.flgSidenavPinned?"Unpin Navigation Menu":"Pin Navigation Menu"),e.R7$(2),e.Y8G("ngIf",!b.flgSidenavPinned),e.R7$(),e.Y8G("ngIf",b.flgSidenavPinned)}}function Uf(P,B){if(1&P&&(e.j41(0,"span",23),e.EFF(1),e.k0s()),2&P){const b=e.XpG();e.R7$(),e.JRh(b.information.alias?"RTL - "+b.information.alias:"RTL")}}function Hh(P,B){if(1&P&&(e.j41(0,"span",24),e.EFF(1),e.k0s()),2&P){const b=e.XpG();e.R7$(),e.JRh(b.information.alias?"Ride The Lightning - "+b.information.alias:"Ride The Lightning")}}function Gf(P,B){1&P&&(e.j41(0,"div",25),e.nrm(1,"mat-spinner",26),e.j41(2,"h4"),e.EFF(3,"Loading RTL..."),e.k0s()())}let Cd=(()=>{class P{constructor(b,W,X,Fe,Lt,kt,ri,oi,Bi){this.logger=b,this.commonService=W,this.store=X,this.actions=Fe,this.userIdle=Lt,this.router=kt,this.sessionService=ri,this.breakpointObserver=oi,this.renderer=Bi,this.information={},this.flgLoading=[!0],this.flgSideNavOpened=!0,this.flgCopied=!1,this.accessKey="",this.xSmallScreen=!1,this.smallScreen=!1,this.flgSidenavPinned=!0,this.flgLoggedIn=!1,this.unSubs=[new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B,new Ui.B]}ngOnInit(){this.router.events.subscribe(b=>{b instanceof En.wF&&document.getElementsByTagName("mat-sidenav-content")[0].scrollTo(0,0)}),this.breakpointObserver.observe([aa.Rp.XSmall,aa.Rp.TabletPortrait,aa.Rp.Small,aa.Rp.Medium,aa.Rp.Large,aa.Rp.XLarge]).pipe((0,cn.Q)(this.unSubs[0])).subscribe(b=>{b.breakpoints[aa.Rp.XSmall]?(this.commonService.setScreenSize(Xt.f7.XS),this.smallScreen=!0):b.breakpoints[aa.Rp.TabletPortrait]?(this.commonService.setScreenSize(Xt.f7.SM),this.smallScreen=!0):b.breakpoints[aa.Rp.Small]||b.breakpoints[aa.Rp.Medium]?(this.commonService.setScreenSize(Xt.f7.MD),this.smallScreen=!1):b.breakpoints[aa.Rp.Large]?(this.commonService.setScreenSize(Xt.f7.LG),this.smallScreen=!1):(this.commonService.setScreenSize(Xt.f7.XL),this.smallScreen=!1)}),this.store.dispatch((0,Cn.NU)()),this.accessKey=this.readAccessKey()||"",this.store.select(Hr._c).pipe((0,cn.Q)(this.unSubs[1])).subscribe(b=>{this.sessionService.getItem("token")?(this.flgLoggedIn=!0,this.userIdle.startWatching()):(this.flgLoggedIn=!1,this.flgLoading[0]=!1),this.selNode=b}),this.store.select(Hr.qv).pipe((0,cn.Q)(this.unSubs[2])).subscribe(b=>{this.appConfig=b}),this.store.select(Hr.N).pipe((0,cn.Q)(this.unSubs[3])).subscribe(b=>{this.information=b,this.flgLoading[0]=!this.information.identity_pubkey,this.logger.info(this.information)}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1),this.actions.pipe((0,cn.Q)(this.unSubs[4]),(0,br.p)(b=>b.type===Xt.aU.SET_APPLICATION_SETTINGS||b.type===Xt.aU.LOGIN||b.type===Xt.aU.LOGOUT)).subscribe(b=>{b.type===Xt.aU.SET_APPLICATION_SETTINGS&&(this.sessionService.getItem("token")||(+b.payload.SSO.rtlSSO?!this.accessKey||this.accessKey.trim().length<32?this.router.navigate(["./error"],{state:{errorCode:"406",errorMessage:"Access key too short. It should be at least 32 characters long."}}):this.store.dispatch((0,Cn.iD)({payload:{password:rn(this.accessKey).toString(),defaultPassword:!1}})):this.router.navigate(["./login"],{state:{logoutReason:"Access key too short. It should be at least 32 characters long."}}))),b.type===Xt.aU.LOGIN&&(this.flgLoggedIn=!0,this.userIdle.startWatching(),this.userIdle.resetTimer(),setTimeout(()=>{this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)},1e3)),b.type===Xt.aU.LOGOUT&&(this.flgLoggedIn=!1,this.userIdle.stopWatching(),this.userIdle.stopTimer())}),this.userIdle.onTimerStart().pipe((0,cn.Q)(this.unSubs[5])).subscribe(b=>{this.logger.info("Counting Down: "+(11-b))}),this.userIdle.onTimeout().pipe((0,cn.Q)(this.unSubs[6])).subscribe(()=>{this.logger.info("Time Out!"),this.sessionService.getItem("token")&&(this.flgLoggedIn=!1,this.logger.warn("Time limit exceeded for session inactivity."),this.store.dispatch((0,Cn.Jh)()),this.store.dispatch((0,Cn.xO)({payload:{data:{type:Xt.A$.WARNING,alertTitle:"Logging out",titleMessage:"Time limit exceeded for session inactivity."}}})),this.store.dispatch((0,Cn.ri)({payload:"Logging Out. Time limit exceeded for session inactivity."})))}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1)}readAccessKey(){const b=window.location.href;return b.includes("access-key=")?b.substring(b.lastIndexOf("access-key=")+11).trim():null}ngAfterViewInit(){(this.smallScreen||!this.flgLoggedIn)&&this.sideNavigation.close(),this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)}sideNavToggle(){this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.toggle()}onNavigationClicked(b){this.smallScreen&&(this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.close())}backdropClicked(){(!this.flgSidenavPinned||this.smallScreen)&&(this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.close())}copiedText(b){this.flgCopied=!0,setTimeout(()=>{this.flgCopied=!1},5e3),this.logger.info("Copied Text: "+b)}ngOnDestroy(){this.unSubs.forEach(b=>{b.next(),b.complete()})}static{this.\u0275fac=function(W){return new(W||P)(e.rXU(Qo.gP),e.rXU(ka.h),e.rXU(Ri.il),e.rXU(ft.En),e.rXU(Hs),e.rXU(En.Ix),e.rXU(qa.Q),e.rXU(aa.QP),e.rXU(e.sFG))}}static{this.\u0275cmp=e.VBU({type:P,selectors:[["rtl-app"]],viewQuery:function(W,X){if(1&W&&(e.GBs(w4,5),e.GBs(Nh,5)),2&W){let Fe;e.mGM(Fe=e.lsd())&&(X.sideNavigation=Fe.first),e.mGM(Fe=e.lsd())&&(X.sideNavContent=Fe.first)}},decls:22,vars:15,consts:[["sideNavigation",""],["sideNavContent",""],["outlet","outlet"],["fxLayout","column","id","rtl-container",1,"rtl-container","medium",3,"ngClass"],["fxLayout","row","fxLayoutAlign","space-between center",1,"bg-primary","rtl-top-toolbar"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","matTooltipDisabled","click",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click",4,"ngIf"],["class","font-weight-500",4,"ngIf"],["class","font-size-120 font-weight-500",4,"ngIf"],[3,"backdropClick"],[1,"sidenav","mat-elevation-z6",3,"perfectScrollbar","opened","mode"],["fxFlex","100",3,"ChildNavClicked"],[3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["class","rtl-spinner",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"click","matTooltip","matTooltipDisabled"],[1,"color-white"],["mat-icon-button","","matTooltipPosition","right",3,"click","matTooltip"],["width","20","height","20","viewBox","0 0 24 24",1,"icon-pinned"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z",4,"ngIf"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z",4,"ngIf"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z"],[1,"font-weight-500"],[1,"font-size-120","font-weight-500"],[1,"rtl-spinner"],["color","accent"]],template:function(W,X){if(1&W){const Fe=e.RV6();e.j41(0,"div",3),e.nI1(1,"lowercase"),e.nI1(2,"lowercase"),e.j41(3,"mat-toolbar",4)(4,"div"),e.DNE(5,z2,3,2,"button",5)(6,Kc,4,3,"button",6),e.k0s(),e.j41(7,"div"),e.DNE(8,Uf,2,1,"span",7)(9,Hh,2,1,"span",8),e.k0s(),e.j41(10,"div"),e.nrm(11,"rtl-top-menu"),e.k0s()(),e.j41(12,"mat-sidenav-container",9),e.bIt("backdropClick",function(){return e.eBV(Fe),e.Njj(X.backdropClicked())}),e.j41(13,"mat-sidenav",10,0)(15,"rtl-side-navigation",11),e.bIt("ChildNavClicked",function(kt){return e.eBV(Fe),e.Njj(X.onNavigationClicked(kt))}),e.k0s()(),e.j41(16,"mat-sidenav-content",12,1)(18,"div",13),e.nrm(19,"router-outlet",null,2),e.k0s()()(),e.DNE(21,Gf,4,0,"div",14),e.k0s()}2&W&&(e.Y8G("ngClass",e.l_i(12,H2,e.bMT(1,8,X.selNode.settings.themeColor),e.bMT(2,10,X.selNode.settings.themeMode))),e.R7$(5),e.Y8G("ngIf",X.flgLoggedIn),e.R7$(),e.Y8G("ngIf",!X.smallScreen&&X.flgLoggedIn),e.R7$(2),e.Y8G("ngIf",X.smallScreen),e.R7$(),e.Y8G("ngIf",!X.smallScreen),e.R7$(4),e.Y8G("opened",X.flgSideNavOpened&&X.flgLoggedIn)("mode",X.flgSidenavPinned&&!X.smallScreen?"side":"over"),e.R7$(8),e.Y8G("ngIf",!X.selNode.settings.themeColor))},dependencies:[bi.YU,bi.bT,Ki.DJ,Ki.sA,Ki.UI,ds.PW,ge.iY,Bc.An,Lc.LG,rc.LG,rc.US,rc.El,Nf.KQ,nc.oV,gt.Ld,V2,Bf,En.n3,bi.GH],styles:[".inline-spinner[_ngcontent-%COMP%]{display:inline-flex!important;top:0!important}"],data:{animation:[Pf.E]}})}}return P})(),E4=(()=>{class P{constructor(b){this.sessionService=b}intercept(b,W){if(this.sessionService.getItem("token")){const X=b.clone({headers:b.headers.set("Authorization","Bearer "+this.sessionService.getItem("token")),withCredentials:!0});return W.handle(X)}return W.handle(b)}static{this.\u0275fac=function(W){return new(W||P)(e.KVO(qa.Q))}}static{this.\u0275prov=e.jDH({token:P,factory:P.\u0275fac})}}return P})();var S4=p(7879),T4=p(9579),zh=p(283),jf=p(3017);const Wf={userPersona:Xt.HW.OPERATOR,themeMode:"DAY",themeColor:"PURPLE",channelBackupPath:"",selCurrencyUnit:"USD",unannouncedChannels:!1,fiatConversion:!1,currencyUnits:["Sats","BTC","USD"],bitcoindConfigPath:"",enableOffers:!1,enablePeerswap:!1,logLevel:"ERROR",lnServerUrl:"",swapServerUrl:"",boltzServerUrl:"",currencyUnit:"USD",blockExplorerUrl:"https://mempool.space"},Bh={configPath:"",swapMacaroonPath:"",boltzMacaroonPath:""},o1={apiURL:"",apisCallStatus:{Login:{status:Xt.wn.UN_INITIATED},IsAuthorized:{status:Xt.wn.UN_INITIATED}},selNode:{index:1,lnNode:"Node 1",settings:Wf,authentication:Bh,lnImplementation:"LND"},appConfig:{defaultNodeIndex:-1,selectedNodeIndex:-1,SSO:{rtlSSO:0,logoutRedirectLink:""},enable2FA:!1,secret2FA:"",allowPasswordUpdate:!0,nodes:[{settings:Wf,authentication:Bh}]},nodeData:{}},Xf=(0,Ri.vy)(o1,(0,Ri.on)(Cn.Gd,(P,{payload:B})=>{const b=JSON.parse(JSON.stringify(P.apisCallStatus));return B.action&&(b[B.action]={status:B.status,statusCode:B.statusCode,message:B.message,URL:B.URL,filePath:B.filePath}),{...P,apisCallStatus:b}}),(0,Ri.on)(Cn.Tn,(P,{payload:B})=>({...o1,apisCallStatus:P.apisCallStatus,appConfig:P.appConfig,selNode:B})),(0,Ri.on)(Cn.Np,(P,{payload:B})=>({...P,selNode:B})),(0,Ri.on)(Cn.Fl,(P,{payload:B})=>({...P,nodeData:B})),(0,Ri.on)(Cn.IK,(P,{payload:B})=>({...P,appConfig:B}))),Uh={apisCallStatus:{FetchPageSettings:{status:Xt.wn.UN_INITIATED},FetchInfo:{status:Xt.wn.UN_INITIATED},FetchFees:{status:Xt.wn.UN_INITIATED},FetchPeers:{status:Xt.wn.UN_INITIATED},FetchClosedChannels:{status:Xt.wn.UN_INITIATED},FetchPendingChannels:{status:Xt.wn.UN_INITIATED},FetchAllChannels:{status:Xt.wn.UN_INITIATED},FetchBalanceBlockchain:{status:Xt.wn.UN_INITIATED},FetchInvoices:{status:Xt.wn.UN_INITIATED},FetchPayments:{status:Xt.wn.UN_INITIATED},FetchForwardingHistory:{status:Xt.wn.UN_INITIATED},FetchUTXOs:{status:Xt.wn.UN_INITIATED},FetchTransactions:{status:Xt.wn.UN_INITIATED},FetchLightningTransactions:{status:Xt.wn.UN_INITIATED},FetchNetwork:{status:Xt.wn.UN_INITIATED}},pageSettings:Xt.ZC,information:{},peers:[],fees:{channel_fees:[],day_fee_sum:0,week_fee_sum:0,month_fee_sum:0,daily_tx_count:0,weekly_tx_count:0,monthly_tx_count:0,forwarding_events_history:{}},networkInfo:{},blockchainBalance:{total_balance:-1},lightningBalance:{local:-1,remote:-1},channels:[],channelsSummary:{active:{num_channels:0,capacity:0},inactive:{num_channels:0,capacity:0}},closedChannels:[],pendingChannels:{},pendingChannelsSummary:{open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0},transactions:[],utxos:[],listPayments:{payments:[]},listInvoices:{invoices:[]},allLightningTransactions:{listPaymentsAll:{payments:[],first_index_offset:"",last_index_offset:""},listInvoicesAll:{invoices:[],total_invoices:0,last_index_offset:"",first_index_offset:""}},forwardingHistory:{last_offset_index:0,total_fee_msat:0,forwarding_events:[]}};let Gh=!1,jh=!1;const Wh=(0,Ri.vy)(Uh,(0,Ri.on)(Na.e8,(P,{payload:B})=>{const b=JSON.parse(JSON.stringify(P.apisCallStatus));return B.action&&(b[B.action]={status:B.status,statusCode:B.statusCode,message:B.message,URL:B.URL,filePath:B.filePath}),{...P,apisCallStatus:b}}),(0,Ri.on)(Na.p1,P=>({...Uh})),(0,Ri.on)(Na.x1,(P,{payload:B})=>({...P,information:B})),(0,Ri.on)(Na.Qj,(P,{payload:B})=>({...P,peers:B})),(0,Ri.on)(Na.Zi,(P,{payload:B})=>{const b=[...P.peers],W=P.peers.findIndex(X=>X.pub_key===B.pubkey);return W>-1&&b.splice(W,1),{...P,peers:b}}),(0,Ri.on)(Na.Jx,(P,{payload:B})=>{const b=P.listInvoices;return b.invoices?.unshift(B),{...P,listInvoices:b}}),(0,Ri.on)(Na.Dq,(P,{payload:B})=>{const b=P.listInvoices;return b.invoices=b.invoices?.map(W=>W.payment_request===B.payment_request?B:W),{...P,listInvoices:b}}),(0,Ri.on)(Na._$,(P,{payload:B})=>{const b=P.listPayments;return b.payments=b.payments?.map(W=>W.payment_hash===B.payment_hash?B:W),{...P,listPayments:b}}),(0,Ri.on)(Na.Uo,(P,{payload:B})=>({...P,fees:B})),(0,Ri.on)(Na.z2,(P,{payload:B})=>({...P,closedChannels:B})),(0,Ri.on)(Na.cU,(P,{payload:B})=>({...P,pendingChannels:B.pendingChannels,pendingChannelsSummary:B.pendingChannelsSummary})),(0,Ri.on)(Na.dv,(P,{payload:B})=>{let b=0,W=0,X=0,Fe=0,Lt=0,kt=0;return B&&B.forEach(ri=>{ri.local_balance||(ri.local_balance=0),!0===ri.active?(Lt+=+ri.local_balance,X+=1,ri.local_balance?b=+b+ +ri.local_balance:ri.local_balance=0,ri.remote_balance?W=+W+ +ri.remote_balance:ri.remote_balance=0):(kt+=+ri.local_balance,Fe+=1)}),{...P,channels:B,channelsSummary:{active:{num_channels:X,capacity:Lt},inactive:{num_channels:Fe,capacity:kt}},lightningBalance:{local:b,remote:W}}}),(0,Ri.on)(Na.cR,(P,{payload:B})=>{const b=[...P.channels],W=P.channels.findIndex(X=>X.channel_point===B.channelPoint);return W>-1&&b.splice(W,1),{...P,channels:b}}),(0,Ri.on)(Na.DI,(P,{payload:B})=>({...P,blockchainBalance:B})),(0,Ri.on)(Na.J9,(P,{payload:B})=>({...P,networkInfo:B})),(0,Ri.on)(Na.$6,(P,{payload:B})=>(B.total_invoices||(B.total_invoices=P.listInvoices.total_invoices),{...P,listInvoices:B})),(0,Ri.on)(Na.As,(P,{payload:B})=>{if(Gh=!0,B.length&&jh){const b=[...P.utxos];return b.forEach(W=>{const X=B.find(Fe=>Fe.tx_hash===W.outpoint?.txid_str);W.label=X&&X.label?X.label:""}),{...P,utxos:b,transactions:B}}return{...P,transactions:B}}),(0,Ri.on)(Na.O8,(P,{payload:B})=>{if(jh=!0,B.length&&Gh){const b=[...P.transactions];B.forEach(W=>{const X=b.find(Fe=>Fe.tx_hash===W.outpoint?.txid_str);W.label=X&&X.label?X.label:""})}return{...P,utxos:B}}),(0,Ri.on)(Na.Uj,(P,{payload:B})=>{const b={listInvoicesAll:P.allLightningTransactions.listInvoicesAll,listPaymentsAll:B};return{...P,listPayments:B,allLightningTransactions:b}}),(0,Ri.on)(Na.b1,(P,{payload:B})=>{const b={listInvoicesAll:B.listInvoicesAll,listPaymentsAll:P.listPayments};return{...P,allLightningTransactions:b}}),(0,Ri.on)(Na.kv,(P,{payload:B})=>{const b=[...P.channels,...P.closedChannels];let W=B.forwarding_events?JSON.parse(JSON.stringify(B)):{};return W.forwarding_events&&(W=A4(W,b)),{...P,forwardingHistory:W}}),(0,Ri.on)(Na.NS,(P,{payload:B})=>{const b=[];return Xt.ZC.forEach(W=>{const X=B&&B.length&&B.length>0?B.find(Fe=>Fe.pageId===W.pageId):null;if(X){const Fe=JSON.parse(JSON.stringify(X.tables));X.tables=[],W.tables.forEach(Lt=>{const kt=Fe.find(ri=>ri.tableId===Lt.tableId)||null;X.tables.push(kt||JSON.parse(JSON.stringify(Lt)))}),b.push(X)}else b.push(JSON.parse(JSON.stringify(W)))}),{...P,pageSettings:b}})),A4=(P,B)=>(P.forwarding_events.forEach(b=>{if(B&&B.length>0)for(let W=0;W{const b=JSON.parse(JSON.stringify(P.apisCallStatus));return B.action&&(b[B.action]={status:B.status,statusCode:B.statusCode,message:B.message,URL:B.URL,filePath:B.filePath}),{...P,apisCallStatus:b}}),(0,Ri.on)(ya.gf,P=>({...Yf})),(0,Ri.on)(ya.x1,(P,{payload:B})=>({...P,information:B,fees:{feeCollected:B.fees_collected_msat}})),(0,Ri.on)(ya.C2,(P,{payload:B})=>B.perkb?{...P,feeRatesPerKB:B}:B.perkw?{...P,feeRatesPerKW:B}:{...P}),(0,Ri.on)(ya.EM,(P,{payload:B})=>({...P,utxos:B.utxos||[],balance:B.balance,localRemoteBalance:B.localRemoteBalance})),(0,Ri.on)(ya.Qj,(P,{payload:B})=>({...P,peers:B})),(0,Ri.on)(ya.We,(P,{payload:B})=>({...P,peers:[...P.peers,B]})),(0,Ri.on)(ya.Zi,(P,{payload:B})=>{const b=[...P.peers],W=P.peers.findIndex(X=>X.id===B.id);return W>-1&&b.splice(W,1),{...P,peers:b}}),(0,Ri.on)(ya.dv,(P,{payload:B})=>({...P,activeChannels:B.activeChannels,pendingChannels:B.pendingChannels,inactiveChannels:B.inactiveChannels})),(0,Ri.on)(ya.cR,(P,{payload:B})=>{const b=[...P.peers];return b.forEach(W=>{W.id===B.id&&(W.connected=!1,delete W.netaddr)}),{...P,peers:b}}),(0,Ri.on)(ya.Uj,(P,{payload:B})=>({...P,payments:B})),(0,Ri.on)(ya.kv,(P,{payload:B})=>{const b=[...P.activeChannels,...P.pendingChannels,...P.inactiveChannels],W=D4(B.listForwards,b);switch(B.listForwards=W,B.status){case Xt.xk.SETTLED:const X=P.fees;return X.totalTxCount=B.totalForwards||0,{...P,fees:X,forwardingHistory:B};case Xt.xk.FAILED:return{...P,failedForwardingHistory:B};case Xt.xk.LOCAL_FAILED:return{...P,localFailedForwardingHistory:B};default:return{...P}}}),(0,Ri.on)(ya.Jx,(P,{payload:B})=>{const b=P.invoices;return b.invoices?.unshift(B),{...P,invoices:b}}),(0,Ri.on)(ya.$6,(P,{payload:B})=>({...P,invoices:B})),(0,Ri.on)(ya.Dq,(P,{payload:B})=>{const b=P.invoices;return b.invoices=b.invoices?.map(W=>(W.label===B.label&&(W.amount_received_msat=B.msat,W.payment_preimage=B.preimage,W.status="paid"),W)),{...P,invoices:b}}),(0,Ri.on)(ya.qw,(P,{payload:B})=>({...P,offers:B})),(0,Ri.on)(ya.kQ,(P,{payload:B})=>{const b=P.offers;return b?.unshift(B),{...P,offers:b}}),(0,Ri.on)(ya.Gz,(P,{payload:B})=>{const b=[...P.offers],W=P.offers.findIndex(X=>X.offer_id===B.offer.offer_id);return W>-1&&b.splice(W,1,B.offer),{...P,offers:b}}),(0,Ri.on)(ya.Qv,(P,{payload:B})=>({...P,offersBookmarks:B})),(0,Ri.on)(ya.Db,(P,{payload:B})=>{const b=[...P.offersBookmarks],W=b.findIndex(X=>X.bolt12===B.bolt12);if(W<0)b?.unshift(B);else{const X={...b[W]};X.title=B.title,X.amountMSat=B.amountMSat,X.lastUpdatedAt=B.lastUpdatedAt,X.description=B.description,X.issuer=B.issuer,b.splice(W,1,X)}return{...P,offersBookmarks:b}}),(0,Ri.on)(ya.NU,(P,{payload:B})=>{const b=[...P.offersBookmarks],W=P.offersBookmarks.findIndex(X=>X.bolt12===B.bolt12);return W>-1&&b.splice(W,1),{...P,offersBookmarks:b}}),(0,Ri.on)(ya.NS,(P,{payload:B})=>{const b=[];return Xt.mu.forEach(W=>{const X=B&&B.length&&B.length>0?B.find(Fe=>Fe.pageId===W.pageId):null;if(X){const Fe=JSON.parse(JSON.stringify(X.tables));X.tables=[],W.tables.forEach(Lt=>{const kt=Fe.find(ri=>ri.tableId===Lt.tableId)||null;X.tables.push(kt||JSON.parse(JSON.stringify(Lt)))}),b.push(X)}else b.push(JSON.parse(JSON.stringify(W)))}),{...P,pageSettings:b}})),D4=(P,B)=>(P&&P.length>0?P.forEach((b,W)=>{if(B&&B.length>0)for(let X=0;X{const b=JSON.parse(JSON.stringify(P.apisCallStatus));return B.action&&(b[B.action]={status:B.status,statusCode:B.statusCode,message:B.message,URL:B.URL,filePath:B.filePath}),{...P,apisCallStatus:b}}),(0,Ri.on)(xa.Hh,P=>({...$f})),(0,Ri.on)(xa.x1,(P,{payload:B})=>({...P,information:B})),(0,Ri.on)(xa.Uo,(P,{payload:B})=>({...P,fees:B})),(0,Ri.on)(xa.Tp,(P,{payload:B})=>({...P,activeChannels:B})),(0,Ri.on)(xa.cU,(P,{payload:B})=>({...P,pendingChannels:B})),(0,Ri.on)(xa.I6,(P,{payload:B})=>({...P,inactiveChannels:B})),(0,Ri.on)(xa.ZE,(P,{payload:B})=>({...P,channelsStatus:B})),(0,Ri.on)(xa.Xx,(P,{payload:B})=>({...P,onchainBalance:B})),(0,Ri.on)(xa.N8,(P,{payload:B})=>({...P,lightningBalance:B})),(0,Ri.on)(xa.Qj,(P,{payload:B})=>({...P,peers:B})),(0,Ri.on)(xa.Zi,(P,{payload:B})=>{const b=[...P.peers],W=P.peers.findIndex(X=>X.nodeId===B.nodeId);return W>-1&&b.splice(W,1),{...P,peers:b}}),(0,Ri.on)(xa.cR,(P,{payload:B})=>{const b=[...P.activeChannels],W=P.activeChannels.findIndex(X=>X.channelId===B.channelId);return W>-1&&b.splice(W,1),{...P,activeChannels:b}}),(0,Ri.on)(xa.Uj,(P,{payload:B})=>{if(B&&B.sent){const b=[...P.activeChannels,...P.pendingChannels,...P.inactiveChannels];B.sent?.map(W=>{const X=P.peers.find(Fe=>Fe.nodeId===W.recipientNodeId);return W.recipientNodeAlias=X?X.alias:W.recipientNodeId,W.parts&&W.parts?.map(Fe=>{const Lt=b.find(kt=>kt.channelId===Fe.toChannelId);return Fe.toChannelAlias=Lt?Lt.alias:Fe.toChannelId,W.parts}),B.sent})}if(B&&B.relayed){const b=[...P.activeChannels,...P.pendingChannels,...P.inactiveChannels];B.relayed.forEach(W=>{W=Xh(W,b)})}return{...P,payments:B}}),(0,Ri.on)(xa.As,(P,{payload:B})=>({...P,transactions:B})),(0,Ri.on)(xa.Jx,(P,{payload:B})=>{const b=P.invoices;return b?.unshift(B),{...P,invoices:b}}),(0,Ri.on)(xa.$6,(P,{payload:B})=>({...P,invoices:B})),(0,Ri.on)(xa.Dq,(P,{payload:B})=>{let b=P.invoices;return b=b?.map(W=>{if(W.paymentHash===B.paymentHash){if(B.hasOwnProperty("type")){const X=JSON.parse(JSON.stringify(W));return X.amountSettled=B.parts&&B.parts.length&&B.parts.length>0&&B.parts[0].amount?(B.parts[0].amount||0)/1e3:0,X.receivedAt=B.parts&&B.parts.length&&B.parts.length>0&&B.parts[0].timestamp?Math.round((B.parts[0].timestamp||0)/1e3):0,X.status="received",X}return B}return W}),{...P,invoices:b}}),(0,Ri.on)(xa.gZ,(P,{payload:B})=>{let b=P.pendingChannels;return b=b?.map(W=>(W.channelId===B.channelId&&W.nodeId===B.remoteNodeId&&(B.currentState=B.currentState?.replace(/_/g," "),W.state=B.currentState),W)),{...P,pendingChannels:b}}),(0,Ri.on)(xa.yn,(P,{payload:B})=>{const b=P.payments,W=Xh(B,[...P.activeChannels,...P.pendingChannels,...P.inactiveChannels]);b.relayed?.unshift(W);const X=(B.amountIn||0)-(B.amountOut||0),Fe={localBalance:P.lightningBalance.localBalance+X,remoteBalance:P.lightningBalance.remoteBalance-X},Lt=P.channelsStatus;Lt.active&&(Lt.active.capacity=(P.channelsStatus?.active?.capacity||0)+X);const kt={daily_fee:(P.fees.daily_fee||0)+X,daily_txs:(P.fees.daily_txs||0)+1,weekly_fee:(P.fees.weekly_fee||0)+X,weekly_txs:(P.fees.weekly_txs||0)+1,monthly_fee:(P.fees.monthly_fee||0)+X,monthly_txs:(P.fees.monthly_txs||0)+1},ri=P.activeChannels;let oi=!1,Bi=!1;for(const Ti of ri){if(Ti.channelId===B.fromChannelId){oi=!0;const dn=(Ti.toLocal||0)+(Ti.toRemote||0);Ti.toLocal=(Ti.toLocal||0)+W.amountIn,Ti.toRemote=(Ti.toRemote||0)-W.amountIn,Ti.balancedness=0===dn?1:+(1-Math.abs((Ti.toLocal-Ti.toRemote)/dn)).toFixed(3)}if(Ti.channelId===B.toChannelId){Bi=!0;const dn=(Ti.toLocal||0)+(Ti.toRemote||0);Ti.toLocal=(Ti.toLocal||0)-W.amountOut,Ti.toRemote=(Ti.toRemote||0)+W.amountOut,Ti.balancedness=0===dn?1:+(1-Math.abs((Ti.toLocal-Ti.toRemote)/dn)).toFixed(3)}if(Bi&&oi)break}return{...P,payments:b,lightningBalance:Fe,channelStatus:Lt,fees:kt,activeChannels:ri}}),(0,Ri.on)(xa.NS,(P,{payload:B})=>{const b=[];return Xt.X8.forEach(W=>{const X=B&&B.length&&B.length>0?B.find(Fe=>Fe.pageId===W.pageId):null;if(X){const Fe=JSON.parse(JSON.stringify(X.tables));X.tables=[],W.tables.forEach(Lt=>{const kt=Fe.find(ri=>ri.tableId===Lt.tableId)||null;X.tables.push(kt||JSON.parse(JSON.stringify(Lt)))}),b.push(X)}else b.push(JSON.parse(JSON.stringify(W)))}),{...P,pageSettings:b}})),Xh=(P,B)=>{if("payment-relayed"===P.type)if(B&&B.length>0)for(let b=0;b0)for(let X=0;X{B[X].channelId?.toString()===Fe.channelId&&(Fe.channelAlias=B[X].alias?B[X].alias:Fe.channelId,Fe.shortChannelId=B[X].shortChannelId?B[X].shortChannelId:"")}),P.outgoing?.forEach(Fe=>{B[X].channelId?.toString()===Fe.channelId&&(Fe.channelAlias=B[X].alias?B[X].alias:Fe.channelId,Fe.shortChannelId=B[X].shortChannelId?B[X].shortChannelId:"")}),X===B.length-1&&(P.incoming&&P.incoming.length&&P.incoming.length>0&&!P.incoming[0].channelAlias&&P.incoming?.forEach(Fe=>{Fe.channelAlias=Fe.channelId?.substring(0,17)+"...",Fe.shortChannelId=""}),P.outgoing&&P.outgoing.length&&P.outgoing.length>0&&!P.outgoing[0].channelAlias&&P.outgoing?.forEach(Fe=>{Fe.channelAlias=Fe.channelId?.substring(0,17)+"...",Fe.shortChannelId=""}));else P.incoming?.forEach(X=>{X.channelAlias=X.channelId?.substring(0,17)+"...",X.shortChannelId=""}),P.outgoing?.forEach(X=>{X.channelAlias=X.channelId?.substring(0,17)+"...",X.shortChannelId=""});const b=P.incoming?.reduce((X,Fe)=>X+Fe.amount,0)||0;P.amountIn=Math.round(b/1e3),P.fromChannelId=P.incoming&&P.incoming.length?P.incoming[0].channelId:"",P.fromChannelAlias=P.incoming&&P.incoming.length?P.incoming[0].channelAlias:"",P.fromShortChannelId=P.incoming&&P.incoming.length?P.incoming[0].shortChannelId:"";const W=P.outgoing?.reduce((X,Fe)=>X+Fe.amount,0)||0;P.amountOut=Math.round(W/1e3),P.toChannelId=P.outgoing&&P.outgoing.length?P.outgoing[0].channelId:"",P.toChannelAlias=P.outgoing&&P.outgoing.length?P.outgoing[0].channelAlias:"",P.toShortChannelId=P.outgoing&&P.outgoing.length?P.outgoing[0].shortChannelId:""}return P};let Qf=!1;(0,e.naY)()&&(Qf=!0);let Yh=(()=>{class P{static{this.\u0275fac=function(W){return new(W||P)}}static{this.\u0275mod=e.$C({type:P,bootstrap:[Cd]})}static{this.\u0275inj=e.G2t({providers:[Ts({idle:Xt.bz-10,timeout:10,ping:12e3}),{provide:Ms.a7,useClass:E4,multi:!0},qa.Q,_d.u,S4.I,ef.Q,ka.h,v1],imports:[Za,Ff.G,Of,aa.RH,t.fM,Ri.md.forRoot({root:Xf,lnd:Wh,cln:Kf,ecl:B2},{runtimeChecks:{strictStateImmutability:!1,strictActionImmutability:!1}}),ft.Vm.forRoot([_r.H,T4.L,zh.i,jf.B]),Qf?Ns.instrument({connectInZone:!0}):[]]})}}return P})();t.sG().bootstrapModule(Yh).catch(P=>console.error(P))},426:(Ve,ee)=>{"use strict";function p(te){return Object.keys(te).map(oe=>te[oe])}var te;Object.defineProperty(ee,"__esModule",{value:!0}),(te=ee.HashAlgorithms||(ee.HashAlgorithms={})).SHA1="sha1",te.SHA256="sha256",te.SHA512="sha512";const t=p(ee.HashAlgorithms);!function(te){te.ASCII="ascii",te.BASE64="base64",te.HEX="hex",te.LATIN1="latin1",te.UTF8="utf8"}(ee.KeyEncodings||(ee.KeyEncodings={}));const e=p(ee.KeyEncodings);!function(te){te.HOTP="hotp",te.TOTP="totp"}(ee.Strategy||(ee.Strategy={}));const C=p(ee.Strategy),S=()=>{throw new Error("Please provide an options.createDigest implementation.")};function l(te){return/^(\d+)$/.test(te)}function x(te,oe,_e){return te.length>=oe?te:`${Array(oe+1).join(_e)}${te}`.slice(-1*oe)}function m(te){const oe=`otpauth://${te.type}/{labelPrefix}:{accountName}?secret={secret}{query}`,_e=[];if(C.indexOf(te.type)<0)throw new Error(`Expecting options.type to be one of ${C.join(", ")}. Received ${te.type}.`);if("hotp"===te.type){if(null==te.counter||"number"!=typeof te.counter)throw new Error('Expecting options.counter to be a number when options.type is "hotp".');_e.push(`&counter=${te.counter}`)}return"totp"===te.type&&te.step&&_e.push(`&period=${te.step}`),te.digits&&_e.push(`&digits=${te.digits}`),te.algorithm&&_e.push(`&algorithm=${te.algorithm.toUpperCase()}`),te.issuer&&_e.push(`&issuer=${encodeURIComponent(te.issuer)}`),oe.replace("{labelPrefix}",encodeURIComponent(te.issuer||te.accountName)).replace("{accountName}",encodeURIComponent(te.accountName)).replace("{secret}",te.secret).replace("{query}",_e.join(""))}class R{constructor(oe={}){this._defaultOptions=Object.freeze({...oe}),this._options=Object.freeze({})}create(oe={}){return new R(oe)}clone(oe={}){const _e=this.create({...this._defaultOptions,...oe});return _e.options=this._options,_e}get options(){return Object.freeze({...this._defaultOptions,...this._options})}set options(oe){this._options=Object.freeze({...this._options,...oe})}allOptions(){return this.options}resetOptions(){this._options=Object.freeze({})}}function d(te){if("function"!=typeof te.createDigest)throw new Error("Expecting options.createDigest to be a function.");if("function"!=typeof te.createHmacKey)throw new Error("Expecting options.createHmacKey to be a function.");if("number"!=typeof te.digits)throw new Error("Expecting options.digits to be a number.");if(!te.algorithm||t.indexOf(te.algorithm)<0)throw new Error(`Expecting options.algorithm to be one of ${t.join(", ")}. Received ${te.algorithm}.`);if(!te.encoding||e.indexOf(te.encoding)<0)throw new Error(`Expecting options.encoding to be one of ${e.join(", ")}. Received ${te.encoding}.`)}const w=(te,oe,_e)=>Buffer.from(oe,_e).toString("hex");function y(){return{algorithm:ee.HashAlgorithms.SHA1,createHmacKey:w,createDigest:S,digits:6,encoding:ee.KeyEncodings.ASCII}}function T(te){const oe={...y(),...te};return d(oe),Object.freeze(oe)}function k(te){return x(te.toString(16),16,"0")}function F(te,oe){const _e=Buffer.from(te,"hex"),de=15&_e[_e.length-1],We=((127&_e[de])<<24|(255&_e[de+1])<<16|(255&_e[de+2])<<8|255&_e[de+3])%Math.pow(10,oe);return x(String(We),oe,"0")}function U(te,oe,_e){const de=_e.digest||function V(te,oe,_e){const de=k(oe),pe=_e.createHmacKey(_e.algorithm,te,_e.encoding);return _e.createDigest(_e.algorithm,pe,de)}(te,oe,_e);return F(de,_e.digits)}function G(te,oe,_e,de){return!!l(te)&&te===U(oe,_e,de)}function Y(te,oe,_e,de,pe){return m({algorithm:pe.algorithm,digits:pe.digits,type:ee.Strategy.HOTP,accountName:te,counter:de,issuer:oe,secret:_e})}class $ extends R{create(oe={}){return new $(oe)}allOptions(){return T(this.options)}generate(oe,_e){return U(oe,_e,this.allOptions())}check(oe,_e,de){return G(oe,_e,de,this.allOptions())}verify(oe){if("object"!=typeof oe)throw new Error("Expecting argument 0 of verify to be an object");return this.check(oe.token,oe.secret,oe.counter)}keyuri(oe,_e,de,pe){return Y(oe,_e,de,pe,this.allOptions())}}function Z(te){if("number"==typeof te)return[Math.abs(te),Math.abs(te)];if(Array.isArray(te)){const[oe,_e]=te;if("number"==typeof oe&&"number"==typeof _e)return[Math.abs(oe),Math.abs(_e)]}throw new Error("Expecting options.window to be an number or [number, number].")}function ie(te){if(d(te),Z(te.window),"number"!=typeof te.epoch)throw new Error("Expecting options.epoch to be a number.");if("number"!=typeof te.step)throw new Error("Expecting options.step to be a number.")}const ve=(te,oe,_e)=>{const de=te.length,pe=Buffer.from(te,oe).toString("hex");if(de<_e){const We=new Array(_e-de+1).join(pe);return Buffer.from(We,"hex").slice(0,_e).toString("hex")}return pe},ae=(te,oe,_e)=>{switch(te){case ee.HashAlgorithms.SHA1:return ve(oe,_e,20);case ee.HashAlgorithms.SHA256:return ve(oe,_e,32);case ee.HashAlgorithms.SHA512:return ve(oe,_e,64);default:throw new Error(`Expecting algorithm to be one of ${t.join(", ")}. Received ${te}.`)}};function ye(){return{algorithm:ee.HashAlgorithms.SHA1,createDigest:S,createHmacKey:ae,digits:6,encoding:ee.KeyEncodings.ASCII,epoch:Date.now(),step:30,window:0}}function ue(te){const oe={...ye(),...te};return ie(oe),Object.freeze(oe)}function be(te,oe){return Math.floor(te/oe/1e3)}function D(te,oe){return U(te,be(oe.epoch,oe.step),oe)}function n(te,oe,_e,de){const pe=[];if(0===de)return pe;for(let We=1;We<=de;We++)pe.push(te+oe*We*_e);return pe}function c(te,oe,_e){const de=Z(_e),pe=1e3*oe;return{current:te,past:n(te,-1,pe,de[0]),future:n(te,1,pe,de[1])}}function f(te,oe,_e){return!!l(te)&&te===D(oe,_e)}function h(te,oe,_e,de){let pe=null;return te.some((We,se)=>!!f(oe,_e,{...de,epoch:We})&&(pe=se+1,!0)),pe}function M(te,oe,_e){if(f(te,oe,_e))return 0;const de=c(_e.epoch,_e.step,_e.window),pe=h(de.past,te,oe,_e);return null!==pe?-1*pe:h(de.future,te,oe,_e)}function L(te,oe){return Math.floor(te/1e3)%oe}function O(te,oe){return oe-L(te,oe)}function _(te,oe,_e,de){return m({algorithm:de.algorithm,digits:de.digits,step:de.step,type:ee.Strategy.TOTP,accountName:te,issuer:oe,secret:_e})}class r extends ${create(oe={}){return new r(oe)}allOptions(){return ue(this.options)}generate(oe){return D(oe,this.allOptions())}checkDelta(oe,_e){return M(oe,_e,this.allOptions())}check(oe,_e){return"number"==typeof this.checkDelta(oe,_e)}verify(oe){if("object"!=typeof oe)throw new Error("Expecting argument 0 of verify to be an object");return this.check(oe.token,oe.secret)}timeRemaining(){const oe=this.allOptions();return O(oe.epoch,oe.step)}timeUsed(){const oe=this.allOptions();return L(oe.epoch,oe.step)}keyuri(oe,_e,de){return _(oe,_e,de,this.allOptions())}}function v(te){if(ie(te),"function"!=typeof te.keyDecoder)throw new Error("Expecting options.keyDecoder to be a function.");if(te.keyEncoder&&"function"!=typeof te.keyEncoder)throw new Error("Expecting options.keyEncoder to be a function.")}function z(){return{algorithm:ee.HashAlgorithms.SHA1,createDigest:S,createHmacKey:ae,digits:6,encoding:ee.KeyEncodings.HEX,epoch:Date.now(),step:30,window:0}}function N(te){const oe={...z(),...te};return v(oe),Object.freeze(oe)}function ne(te,oe){return oe.keyEncoder(te,oe.encoding)}function Ie(te,oe){return oe.keyDecoder(te,oe.encoding)}function at(te,oe){return ne(oe.createRandomBytes(te,oe.encoding),oe)}function Ye(te,oe){return D(Ie(te,oe),oe)}function rt(te,oe,_e){return M(te,Ie(oe,_e),_e)}class re extends r{create(oe={}){return new re(oe)}allOptions(){return N(this.options)}generate(oe){return Ye(oe,this.allOptions())}checkDelta(oe,_e){return rt(oe,_e,this.allOptions())}encode(oe){return ne(oe,this.allOptions())}decode(oe){return Ie(oe,this.allOptions())}generateSecret(oe=10){return at(oe,this.allOptions())}}ee.Authenticator=re,ee.HASH_ALGORITHMS=t,ee.HOTP=$,ee.KEY_ENCODINGS=e,ee.OTP=R,ee.STRATEGY=C,ee.TOTP=r,ee.authenticatorCheckWithWindow=rt,ee.authenticatorDecoder=Ie,ee.authenticatorDefaultOptions=z,ee.authenticatorEncoder=ne,ee.authenticatorGenerateSecret=at,ee.authenticatorOptionValidator=v,ee.authenticatorOptions=N,ee.authenticatorToken=Ye,ee.createDigestPlaceholder=S,ee.hotpCheck=G,ee.hotpCounter=k,ee.hotpCreateHmacKey=w,ee.hotpDefaultOptions=y,ee.hotpDigestToToken=F,ee.hotpKeyuri=Y,ee.hotpOptions=T,ee.hotpOptionsValidator=d,ee.hotpToken=U,ee.isTokenValid=l,ee.keyuri=m,ee.objectValues=p,ee.padStart=x,ee.totpCheck=f,ee.totpCheckByEpoch=h,ee.totpCheckWithWindow=M,ee.totpCounter=be,ee.totpCreateHmacKey=ae,ee.totpDefaultOptions=ye,ee.totpEpochAvailable=c,ee.totpKeyuri=_,ee.totpOptions=ue,ee.totpOptionsValidator=ie,ee.totpPadSecret=ve,ee.totpTimeRemaining=O,ee.totpTimeUsed=L,ee.totpToken=D},7840:(Ve,ee,p)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var e=function t(l){return l&&"object"==typeof l&&"default"in l?l.default:l}(p(1426));ee.createDigest=(l,x,m)=>e.createHmac(l,Buffer.from(x,"hex")).update(Buffer.from(m,"hex")).digest().toString("hex"),ee.createRandomBytes=(l,x)=>e.randomBytes(l).toString(x)},5526:(Ve,ee,p)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var e=function t(l){return l&&"object"==typeof l&&"default"in l?l.default:l}(p(7851));ee.keyDecoder=(l,x)=>e.decode(l).toString(x),ee.keyEncoder=(l,x)=>e.encode(Buffer.from(l,x).toString("ascii")).toString().replace(/=/g,"")},4478:(Ve,ee,p)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var t=p(7840),e=p(5526),C=p(426);const S=new C.HOTP({createDigest:t.createDigest}),l=new C.TOTP({createDigest:t.createDigest}),x=new C.Authenticator({createDigest:t.createDigest,createRandomBytes:t.createRandomBytes,keyDecoder:e.keyDecoder,keyEncoder:e.keyEncoder});ee.authenticator=x,ee.hotp=S,ee.totp=l},1990:(Ve,ee,p)=>{var t=ee;t.bignum=p(6867),t.define=p(6626).define,t.base=p(5066),t.constants=p(7740),t.decoders=p(1558),t.encoders=p(2714)},6626:(Ve,ee,p)=>{var t=p(1990),e=p(1993);function S(l,x){this.name=l,this.body=x,this.decoders={},this.encoders={}}ee.define=function(x,m){return new S(x,m)},S.prototype._createNamed=function(x){var m;try{m=p(8326).runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch{m=function(d){this._initNamed(d)}}return e(m,x),m.prototype._initNamed=function(d){x.call(this,d)},new m(this)},S.prototype._getDecoder=function(x){return this.decoders.hasOwnProperty(x=x||"der")||(this.decoders[x]=this._createNamed(t.decoders[x])),this.decoders[x]},S.prototype.decode=function(x,m,R){return this._getDecoder(m).decode(x,R)},S.prototype._getEncoder=function(x){return this.encoders.hasOwnProperty(x=x||"der")||(this.encoders[x]=this._createNamed(t.encoders[x])),this.encoders[x]},S.prototype.encode=function(x,m,R){return this._getEncoder(m).encode(x,R)}},7290:(Ve,ee,p)=>{var t=p(1993),e=p(5066).Reporter,C=p(3838).Buffer;function S(x,m){e.call(this,m),C.isBuffer(x)?(this.base=x,this.offset=0,this.length=x.length):this.error("Input not Buffer")}function l(x,m){if(Array.isArray(x))this.length=0,this.value=x.map(function(R){return R instanceof l||(R=new l(R,m)),this.length+=R.length,R},this);else if("number"==typeof x){if(!(0<=x&&x<=255))return m.error("non-byte EncoderBuffer value");this.value=x,this.length=1}else if("string"==typeof x)this.value=x,this.length=C.byteLength(x);else{if(!C.isBuffer(x))return m.error("Unsupported type: "+typeof x);this.value=x,this.length=x.length}}t(S,e),ee.t=S,S.prototype.save=function(){return{offset:this.offset,reporter:e.prototype.save.call(this)}},S.prototype.restore=function(m){var R=new S(this.base);return R.offset=m.offset,R.length=this.offset,this.offset=m.offset,e.prototype.restore.call(this,m.reporter),R},S.prototype.isEmpty=function(){return this.offset===this.length},S.prototype.readUInt8=function(m){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(m||"DecoderBuffer overrun")},S.prototype.skip=function(m,R){if(!(this.offset+m<=this.length))return this.error(R||"DecoderBuffer overrun");var d=new S(this.base);return d._reporterState=this._reporterState,d.offset=this.offset,d.length=this.offset+m,this.offset+=m,d},S.prototype.raw=function(m){return this.base.slice(m?m.offset:this.offset,this.length)},ee.d=l,l.prototype.join=function(m,R){return m||(m=new C(this.length)),R||(R=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(d){d.join(m,R),R+=d.length}):("number"==typeof this.value?m[R]=this.value:"string"==typeof this.value?m.write(this.value,R):C.isBuffer(this.value)&&this.value.copy(m,R),R+=this.length)),m}},5066:(Ve,ee,p)=>{var t=ee;t.Reporter=p(5697).a,t.DecoderBuffer=p(7290).t,t.EncoderBuffer=p(7290).d,t.Node=p(4320)},4320:(Ve,ee,p)=>{var t=p(5066).Reporter,e=p(5066).EncoderBuffer,C=p(5066).DecoderBuffer,S=p(9210),l=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],x=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(l);function R(w,y){var T={};this._baseState=T,T.enc=w,T.parent=y||null,T.children=null,T.tag=null,T.args=null,T.reverseArgs=null,T.choice=null,T.optional=!1,T.any=!1,T.obj=!1,T.use=null,T.useDecoder=null,T.key=null,T.default=null,T.explicit=null,T.implicit=null,T.contains=null,T.parent||(T.children=[],this._wrap())}Ve.exports=R;var d=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];R.prototype.clone=function(){var y=this._baseState,T={};d.forEach(function(F){T[F]=y[F]});var k=new this.constructor(T.parent);return k._baseState=T,k},R.prototype._wrap=function(){var y=this._baseState;x.forEach(function(T){this[T]=function(){var F=new this.constructor(this);return y.children.push(F),F[T].apply(F,arguments)}},this)},R.prototype._init=function(y){var T=this._baseState;S(null===T.parent),y.call(this),T.children=T.children.filter(function(k){return k._baseState.parent===this},this),S.equal(T.children.length,1,"Root node can have only one child")},R.prototype._useArgs=function(y){var T=this._baseState,k=y.filter(function(F){return F instanceof this.constructor},this);y=y.filter(function(F){return!(F instanceof this.constructor)},this),0!==k.length&&(S(null===T.children),T.children=k,k.forEach(function(F){F._baseState.parent=this},this)),0!==y.length&&(S(null===T.args),T.args=y,T.reverseArgs=y.map(function(F){if("object"!=typeof F||F.constructor!==Object)return F;var V={};return Object.keys(F).forEach(function(U){U==(0|U)&&(U|=0),V[F[U]]=U}),V}))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach(function(w){R.prototype[w]=function(){throw new Error(w+" not implemented for encoding: "+this._baseState.enc)}}),l.forEach(function(w){R.prototype[w]=function(){var T=this._baseState,k=Array.prototype.slice.call(arguments);return S(null===T.tag),T.tag=w,this._useArgs(k),this}}),R.prototype.use=function(y){S(y);var T=this._baseState;return S(null===T.use),T.use=y,this},R.prototype.optional=function(){return this._baseState.optional=!0,this},R.prototype.def=function(y){var T=this._baseState;return S(null===T.default),T.default=y,T.optional=!0,this},R.prototype.explicit=function(y){var T=this._baseState;return S(null===T.explicit&&null===T.implicit),T.explicit=y,this},R.prototype.implicit=function(y){var T=this._baseState;return S(null===T.explicit&&null===T.implicit),T.implicit=y,this},R.prototype.obj=function(){var y=this._baseState,T=Array.prototype.slice.call(arguments);return y.obj=!0,0!==T.length&&this._useArgs(T),this},R.prototype.key=function(y){var T=this._baseState;return S(null===T.key),T.key=y,this},R.prototype.any=function(){return this._baseState.any=!0,this},R.prototype.choice=function(y){var T=this._baseState;return S(null===T.choice),T.choice=y,this._useArgs(Object.keys(y).map(function(k){return y[k]})),this},R.prototype.contains=function(y){var T=this._baseState;return S(null===T.use),T.contains=y,this},R.prototype._decode=function(y,T){var k=this._baseState;if(null===k.parent)return y.wrapResult(k.children[0]._decode(y,T));var $,F=k.default,V=!0,U=null;if(null!==k.key&&(U=y.enterKey(k.key)),k.optional){var G=null;if(null!==k.explicit?G=k.explicit:null!==k.implicit?G=k.implicit:null!==k.tag&&(G=k.tag),null!==G||k.any){if(V=this._peekTag(y,G,k.any),y.isError(V))return V}else{var Y=y.save();try{null===k.choice?this._decodeGeneric(k.tag,y,T):this._decodeChoice(y,T),V=!0}catch{V=!1}y.restore(Y)}}if(k.obj&&V&&($=y.enterObject()),V){if(null!==k.explicit){var Z=this._decodeTag(y,k.explicit);if(y.isError(Z))return Z;y=Z}var ie=y.offset;if(null===k.use&&null===k.choice){k.any&&(Y=y.save());var ve=this._decodeTag(y,null!==k.implicit?k.implicit:k.tag,k.any);if(y.isError(ve))return ve;k.any?F=y.raw(Y):y=ve}if(T&&T.track&&null!==k.tag&&T.track(y.path(),ie,y.length,"tagged"),T&&T.track&&null!==k.tag&&T.track(y.path(),y.offset,y.length,"content"),k.any||(F=null===k.choice?this._decodeGeneric(k.tag,y,T):this._decodeChoice(y,T)),y.isError(F))return F;if(!k.any&&null===k.choice&&null!==k.children&&k.children.forEach(function(ue){ue._decode(y,T)}),k.contains&&("octstr"===k.tag||"bitstr"===k.tag)){var ae=new C(F);F=this._getUse(k.contains,y._reporterState.obj)._decode(ae,T)}}return k.obj&&V&&(F=y.leaveObject($)),null===k.key||null===F&&!0!==V?null!==U&&y.exitKey(U):y.leaveKey(U,k.key,F),F},R.prototype._decodeGeneric=function(y,T,k){var F=this._baseState;return"seq"===y||"set"===y?null:"seqof"===y||"setof"===y?this._decodeList(T,y,F.args[0],k):/str$/.test(y)?this._decodeStr(T,y,k):"objid"===y&&F.args?this._decodeObjid(T,F.args[0],F.args[1],k):"objid"===y?this._decodeObjid(T,null,null,k):"gentime"===y||"utctime"===y?this._decodeTime(T,y,k):"null_"===y?this._decodeNull(T,k):"bool"===y?this._decodeBool(T,k):"objDesc"===y?this._decodeStr(T,y,k):"int"===y||"enum"===y?this._decodeInt(T,F.args&&F.args[0],k):null!==F.use?this._getUse(F.use,T._reporterState.obj)._decode(T,k):T.error("unknown tag: "+y)},R.prototype._getUse=function(y,T){var k=this._baseState;return k.useDecoder=this._use(y,T),S(null===k.useDecoder._baseState.parent),k.useDecoder=k.useDecoder._baseState.children[0],k.implicit!==k.useDecoder._baseState.implicit&&(k.useDecoder=k.useDecoder.clone(),k.useDecoder._baseState.implicit=k.implicit),k.useDecoder},R.prototype._decodeChoice=function(y,T){var k=this._baseState,F=null,V=!1;return Object.keys(k.choice).some(function(U){var G=y.save(),Y=k.choice[U];try{var $=Y._decode(y,T);if(y.isError($))return!1;F={type:U,value:$},V=!0}catch{return y.restore(G),!1}return!0},this),V?F:y.error("Choice not matched")},R.prototype._createEncoderBuffer=function(y){return new e(y,this.reporter)},R.prototype._encode=function(y,T,k){var F=this._baseState;if(null===F.default||F.default!==y){var V=this._encodeValue(y,T,k);if(void 0!==V&&!this._skipDefault(V,T,k))return V}},R.prototype._encodeValue=function(y,T,k){var F=this._baseState;if(null===F.parent)return F.children[0]._encode(y,T||new t);var Y=null;if(this.reporter=T,F.optional&&void 0===y){if(null===F.default)return;y=F.default}var V=null,U=!1;if(F.any)Y=this._createEncoderBuffer(y);else if(F.choice)Y=this._encodeChoice(y,T);else if(F.contains)V=this._getUse(F.contains,k)._encode(y,T),U=!0;else if(F.children)V=F.children.map(function(ie){if("null_"===ie._baseState.tag)return ie._encode(null,T,y);if(null===ie._baseState.key)return T.error("Child should have a key");var ve=T.enterKey(ie._baseState.key);if("object"!=typeof y)return T.error("Child expected, but input is not object");var ae=ie._encode(y[ie._baseState.key],T,y);return T.leaveKey(ve),ae},this).filter(function(ie){return ie}),V=this._createEncoderBuffer(V);else if("seqof"===F.tag||"setof"===F.tag){if(!F.args||1!==F.args.length)return T.error("Too many args for : "+F.tag);if(!Array.isArray(y))return T.error("seqof/setof, but data is not Array");var G=this.clone();G._baseState.implicit=null,V=this._createEncoderBuffer(y.map(function(ie){return this._getUse(this._baseState.args[0],y)._encode(ie,T)},G))}else null!==F.use?Y=this._getUse(F.use,k)._encode(y,T):(V=this._encodePrimitive(F.tag,y),U=!0);if(!F.any&&null===F.choice){var $=null!==F.implicit?F.implicit:F.tag,Z=null===F.implicit?"universal":"context";null===$?null===F.use&&T.error("Tag could be omitted only for .use()"):null===F.use&&(Y=this._encodeComposite($,U,Z,V))}return null!==F.explicit&&(Y=this._encodeComposite(F.explicit,!1,"context",Y)),Y},R.prototype._encodeChoice=function(y,T){var k=this._baseState,F=k.choice[y.type];return F||S(!1,y.type+" not found in "+JSON.stringify(Object.keys(k.choice))),F._encode(y.value,T)},R.prototype._encodePrimitive=function(y,T){var k=this._baseState;if(/str$/.test(y))return this._encodeStr(T,y);if("objid"===y&&k.args)return this._encodeObjid(T,k.reverseArgs[0],k.args[1]);if("objid"===y)return this._encodeObjid(T,null,null);if("gentime"===y||"utctime"===y)return this._encodeTime(T,y);if("null_"===y)return this._encodeNull();if("int"===y||"enum"===y)return this._encodeInt(T,k.args&&k.reverseArgs[0]);if("bool"===y)return this._encodeBool(T);if("objDesc"===y)return this._encodeStr(T,y);throw new Error("Unsupported tag: "+y)},R.prototype._isNumstr=function(y){return/^[0-9 ]*$/.test(y)},R.prototype._isPrintstr=function(y){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(y)}},5697:(Ve,ee,p)=>{var t=p(1993);function e(S){this._reporterState={obj:null,path:[],options:S||{},errors:[]}}function C(S,l){this.path=S,this.rethrow(l)}ee.a=e,e.prototype.isError=function(l){return l instanceof C},e.prototype.save=function(){var l=this._reporterState;return{obj:l.obj,pathLen:l.path.length}},e.prototype.restore=function(l){var x=this._reporterState;x.obj=l.obj,x.path=x.path.slice(0,l.pathLen)},e.prototype.enterKey=function(l){return this._reporterState.path.push(l)},e.prototype.exitKey=function(l){var x=this._reporterState;x.path=x.path.slice(0,l-1)},e.prototype.leaveKey=function(l,x,m){var R=this._reporterState;this.exitKey(l),null!==R.obj&&(R.obj[x]=m)},e.prototype.path=function(){return this._reporterState.path.join("/")},e.prototype.enterObject=function(){var l=this._reporterState,x=l.obj;return l.obj={},x},e.prototype.leaveObject=function(l){var x=this._reporterState,m=x.obj;return x.obj=l,m},e.prototype.error=function(l){var x,m=this._reporterState,R=l instanceof C;if(x=R?l:new C(m.path.map(function(d){return"["+JSON.stringify(d)+"]"}).join(""),l.message||l,l.stack),!m.options.partial)throw x;return R||m.errors.push(x),x},e.prototype.wrapResult=function(l){var x=this._reporterState;return x.options.partial?{result:this.isError(l)?null:l,errors:x.errors}:l},t(C,Error),C.prototype.rethrow=function(l){if(this.message=l+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,C),!this.stack)try{throw new Error(this.message)}catch(x){this.stack=x.stack}return this}},6283:(Ve,ee,p)=>{var t=p(7740);ee.tagClass={0:"universal",1:"application",2:"context",3:"private"},ee.tagClassByName=t._reverse(ee.tagClass),ee.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},ee.tagByName=t._reverse(ee.tag)},7740:(Ve,ee,p)=>{var t=ee;t._reverse=function(C){var S={};return Object.keys(C).forEach(function(l){(0|l)==l&&(l|=0),S[C[l]]=l}),S},t.der=p(6283)},5941:(Ve,ee,p)=>{var t=p(1993),e=p(1990),C=e.base,S=e.bignum,l=e.constants.der;function x(w){this.enc="der",this.name=w.name,this.entity=w,this.tree=new m,this.tree._init(w.body)}function m(w){C.Node.call(this,"der",w)}function R(w,y){var T=w.readUInt8(y);if(w.isError(T))return T;var k=l.tagClass[T>>6],F=!(32&T);if(31&~T)T&=31;else{var V=T;for(T=0;!(128&~V);){if(V=w.readUInt8(y),w.isError(V))return V;T<<=7,T|=127&V}}return{cls:k,primitive:F,tag:T,tagStr:l.tag[T]}}function d(w,y,T){var k=w.readUInt8(T);if(w.isError(k))return k;if(!y&&128===k)return null;if(!(128&k))return k;var F=127&k;if(F>4)return w.error("length octect is too long");k=0;for(var V=0;V{var t=ee;t.der=p(5941),t.pem=p(9316)},9316:(Ve,ee,p)=>{var t=p(1993),e=p(3838).Buffer,C=p(5941);function S(l){C.call(this,l),this.enc="pem"}t(S,C),Ve.exports=S,S.prototype.decode=function(x,m){for(var R=x.toString().split(/[\r\n]+/g),d=m.label.toUpperCase(),w=/^-----(BEGIN|END) ([^-]+)-----$/,y=-1,T=-1,k=0;k{var t=p(1993),e=p(3838).Buffer,C=p(1990),S=C.base,l=C.constants.der;function x(w){this.enc="der",this.name=w.name,this.entity=w,this.tree=new m,this.tree._init(w.body)}function m(w){S.Node.call(this,"der",w)}function R(w){return w<10?"0"+w:w}Ve.exports=x,x.prototype.encode=function(y,T){return this.tree._encode(y,T).join()},t(m,S.Node),m.prototype._encodeComposite=function(y,T,k,F){var Y,V=function d(w,y,T,k){var F;if("seqof"===w?w="seq":"setof"===w&&(w="set"),l.tagByName.hasOwnProperty(w))F=l.tagByName[w];else{if("number"!=typeof w||(0|w)!==w)return k.error("Unknown tag: "+w);F=w}return F>=31?k.error("Multi-octet tag encoding unsupported"):(y||(F|=32),F|=l.tagClassByName[T||"universal"]<<6)}(y,T,k,this.reporter);if(F.length<128)return(Y=new e(2))[0]=V,Y[1]=F.length,this._createEncoderBuffer([Y,F]);for(var U=1,G=F.length;G>=256;G>>=8)U++;(Y=new e(2+U))[0]=V,Y[1]=128|U,G=1+U;for(var $=F.length;$>0;G--,$>>=8)Y[G]=255&$;return this._createEncoderBuffer([Y,F])},m.prototype._encodeStr=function(y,T){if("bitstr"===T)return this._createEncoderBuffer([0|y.unused,y.data]);if("bmpstr"===T){for(var k=new e(2*y.length),F=0;F=40)return this.reporter.error("Second objid identifier OOB");y.splice(0,2,40*y[0]+y[1])}var V=0;for(F=0;F=128;U>>=7)V++}var G=new e(V),Y=G.length-1;for(F=y.length-1;F>=0;F--)for(G[Y--]=127&(U=y[F]);(U>>=7)>0;)G[Y--]=128|127&U;return this._createEncoderBuffer(G)},m.prototype._encodeTime=function(y,T){var k,F=new Date(y);return"gentime"===T?k=[R(F.getFullYear()),R(F.getUTCMonth()+1),R(F.getUTCDate()),R(F.getUTCHours()),R(F.getUTCMinutes()),R(F.getUTCSeconds()),"Z"].join(""):"utctime"===T?k=[R(F.getFullYear()%100),R(F.getUTCMonth()+1),R(F.getUTCDate()),R(F.getUTCHours()),R(F.getUTCMinutes()),R(F.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+T+" time is not supported yet"),this._encodeStr(k,"octstr")},m.prototype._encodeNull=function(){return this._createEncoderBuffer("")},m.prototype._encodeInt=function(y,T){if("string"==typeof y){if(!T)return this.reporter.error("String int or enum given, but no values map");if(!T.hasOwnProperty(y))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(y));y=T[y]}if("number"!=typeof y&&!e.isBuffer(y)){var k=y.toArray();!y.sign&&128&k[0]&&k.unshift(0),y=new e(k)}if(e.isBuffer(y)){var F=y.length;0===y.length&&F++;var U=new e(F);return y.copy(U),0===y.length&&(U[0]=0),this._createEncoderBuffer(U)}if(y<128)return this._createEncoderBuffer(y);if(y<256)return this._createEncoderBuffer([0,y]);F=1;for(var V=y;V>=256;V>>=8)F++;for(V=(U=new Array(F)).length-1;V>=0;V--)U[V]=255&y,y>>=8;return 128&U[0]&&U.unshift(0),this._createEncoderBuffer(new e(U))},m.prototype._encodeBool=function(y){return this._createEncoderBuffer(y?255:0)},m.prototype._use=function(y,T){return"function"==typeof y&&(y=y(T)),y._getEncoder("der").tree},m.prototype._skipDefault=function(y,T,k){var V,F=this._baseState;if(null===F.default)return!1;var U=y.join();if(void 0===F.defaultBuffer&&(F.defaultBuffer=this._encodeValue(F.default,T,k).join()),U.length!==F.defaultBuffer.length)return!1;for(V=0;V{var t=ee;t.der=p(2193),t.pem=p(4816)},4816:(Ve,ee,p)=>{var t=p(1993),e=p(2193);function C(S){e.call(this,S),this.enc="pem"}t(C,e),Ve.exports=C,C.prototype.encode=function(l,x){for(var R=e.prototype.encode.call(this,l).toString("base64"),d=["-----BEGIN "+x.label+"-----"],w=0;w=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},3981:(Ve,ee)=>{"use strict";ee.byteLength=function m(k){var F=x(k),U=F[1];return 3*(F[0]+U)/4-U},ee.toByteArray=function d(k){var F,ie,V=x(k),U=V[0],G=V[1],Y=new e(function R(k,F,V){return 3*(F+V)/4-V}(0,U,G)),$=0,Z=G>0?U-4:U;for(ie=0;ie>16&255,Y[$++]=F>>8&255,Y[$++]=255&F;return 2===G&&(F=t[k.charCodeAt(ie)]<<2|t[k.charCodeAt(ie+1)]>>4,Y[$++]=255&F),1===G&&(F=t[k.charCodeAt(ie)]<<10|t[k.charCodeAt(ie+1)]<<4|t[k.charCodeAt(ie+2)]>>2,Y[$++]=F>>8&255,Y[$++]=255&F),Y},ee.fromByteArray=function T(k){for(var F,V=k.length,U=V%3,G=[],Y=16383,$=0,Z=V-U;$Z?Z:$+Y));return 1===U?G.push(p[(F=k[V-1])>>2]+p[F<<4&63]+"=="):2===U&&G.push(p[(F=(k[V-2]<<8)+k[V-1])>>10]+p[F>>4&63]+p[F<<2&63]+"="),G.join("")};for(var p=[],t=[],e=typeof Uint8Array<"u"?Uint8Array:Array,C="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",S=0;S<64;++S)p[S]=C[S],t[C.charCodeAt(S)]=S;function x(k){var F=k.length;if(F%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var V=k.indexOf("=");return-1===V&&(V=F),[V,V===F?0:4-V%4]}function w(k){return p[k>>18&63]+p[k>>12&63]+p[k>>6&63]+p[63&k]}function y(k,F,V){for(var G=[],Y=F;Y=48&&M<=57?M-48:M>=65&&M<=70?M-55:M>=97&&M<=102?M-87:void C(!1,"Invalid character in "+f)}function R(f,h,M){var L=m(f,M);return M-1>=h&&(L|=m(f,M-1)<<4),L}function d(f,h,M,L){for(var O=0,_=0,r=Math.min(f.length,M),v=h;v=49?z-49+10:z>=17?z-17+10:z,C(z>=0&&_0?h:M},l.min=function(h,M){return h.cmp(M)<0?h:M},l.prototype._init=function(h,M,L){if("number"==typeof h)return this._initNumber(h,M,L);if("object"==typeof h)return this._initArray(h,M,L);"hex"===M&&(M=16),C(M===(0|M)&&M>=2&&M<=36);var O=0;"-"===(h=h.toString().replace(/\s+/g,""))[0]&&(O++,this.negative=1),O=0;O-=3)this.words[_]|=(r=h[O]|h[O-1]<<8|h[O-2]<<16)<>>26-v&67108863,(v+=24)>=26&&(v-=26,_++);else if("le"===L)for(O=0,_=0;O>>26-v&67108863,(v+=24)>=26&&(v-=26,_++);return this._strip()},l.prototype._parseHex=function(h,M,L){this.length=Math.ceil((h.length-M)/6),this.words=new Array(this.length);for(var O=0;O=M;O-=2)v=R(h,M,O)<<_,this.words[r]|=67108863&v,_>=18?(_-=18,this.words[r+=1]|=v>>>26):_+=8;else for(O=(h.length-M)%2==0?M+1:M;O=18?(_-=18,this.words[r+=1]|=v>>>26):_+=8;this._strip()},l.prototype._parseBase=function(h,M,L){this.words=[0],this.length=1;for(var O=0,_=1;_<=67108863;_*=M)O++;O--,_=_/M|0;for(var r=h.length-L,v=r%O,z=Math.min(r,r-v)+L,N=0,ne=L;ne1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},typeof Symbol<"u"&&"function"==typeof Symbol.for)try{l.prototype[Symbol.for("nodejs.util.inspect.custom")]=y}catch{l.prototype.inspect=y}else l.prototype.inspect=y;function y(){return(this.red?""}var T=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],k=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],F=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function G(f,h,M){M.negative=h.negative^f.negative;var L=f.length+h.length|0;M.length=L,L=L-1|0;var O=0|f.words[0],_=0|h.words[0],r=O*_,z=r/67108864|0;M.words[0]=67108863&r;for(var N=1;N>>26,Ie=67108863&z,at=Math.min(N,h.length-1),Ye=Math.max(0,N-f.length+1);Ye<=at;Ye++)ne+=(r=(O=0|f.words[N-Ye|0])*(_=0|h.words[Ye])+Ie)/67108864|0,Ie=67108863&r;M.words[N]=0|Ie,z=0|ne}return 0!==z?M.words[N]=0|z:M.length--,M._strip()}l.prototype.toString=function(h,M){var L;if(M=0|M||1,16===(h=h||10)||"hex"===h){L="";for(var O=0,_=0,r=0;r>>24-O&16777215,(O+=2)>=26&&(O-=26,r--),L=0!==_||r!==this.length-1?T[6-z.length]+z+L:z+L}for(0!==_&&(L=_.toString(16)+L);L.length%M!=0;)L="0"+L;return 0!==this.negative&&(L="-"+L),L}if(h===(0|h)&&h>=2&&h<=36){var N=k[h],ne=F[h];L="";var Ie=this.clone();for(Ie.negative=0;!Ie.isZero();){var at=Ie.modrn(ne).toString(h);L=(Ie=Ie.idivn(ne)).isZero()?at+L:T[N-at.length]+at+L}for(this.isZero()&&(L="0"+L);L.length%M!=0;)L="0"+L;return 0!==this.negative&&(L="-"+L),L}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var h=this.words[0];return 2===this.length?h+=67108864*this.words[1]:3===this.length&&1===this.words[2]?h+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-h:h},l.prototype.toJSON=function(){return this.toString(16,2)},x&&(l.prototype.toBuffer=function(h,M){return this.toArrayLike(x,h,M)}),l.prototype.toArray=function(h,M){return this.toArrayLike(Array,h,M)},l.prototype.toArrayLike=function(h,M,L){this._strip();var O=this.byteLength(),_=L||Math.max(1,O);C(O<=_,"byte array longer than desired length"),C(_>0,"Requested array length <= 0");var r=function(h,M){return h.allocUnsafe?h.allocUnsafe(M):new h(M)}(h,_);return this["_toArrayLike"+("le"===M?"LE":"BE")](r,O),r},l.prototype._toArrayLikeLE=function(h,M){for(var L=0,O=0,_=0,r=0;_>8&255),L>16&255),6===r?(L>24&255),O=0,r=0):(O=v>>>24,r+=2)}if(L=0&&(h[L--]=v>>8&255),L>=0&&(h[L--]=v>>16&255),6===r?(L>=0&&(h[L--]=v>>24&255),O=0,r=0):(O=v>>>24,r+=2)}if(L>=0)for(h[L--]=O;L>=0;)h[L--]=0},l.prototype._countBits=Math.clz32?function(h){return 32-Math.clz32(h)}:function(h){var M=h,L=0;return M>=4096&&(L+=13,M>>>=13),M>=64&&(L+=7,M>>>=7),M>=8&&(L+=4,M>>>=4),M>=2&&(L+=2,M>>>=2),L+M},l.prototype._zeroBits=function(h){if(0===h)return 26;var M=h,L=0;return 8191&M||(L+=13,M>>>=13),127&M||(L+=7,M>>>=7),15&M||(L+=4,M>>>=4),3&M||(L+=2,M>>>=2),1&M||L++,L},l.prototype.bitLength=function(){var M=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+M},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var h=0,M=0;Mh.length?this.clone().ior(h):h.clone().ior(this)},l.prototype.uor=function(h){return this.length>h.length?this.clone().iuor(h):h.clone().iuor(this)},l.prototype.iuand=function(h){var M;M=this.length>h.length?h:this;for(var L=0;Lh.length?this.clone().iand(h):h.clone().iand(this)},l.prototype.uand=function(h){return this.length>h.length?this.clone().iuand(h):h.clone().iuand(this)},l.prototype.iuxor=function(h){var M,L;this.length>h.length?(M=this,L=h):(M=h,L=this);for(var O=0;Oh.length?this.clone().ixor(h):h.clone().ixor(this)},l.prototype.uxor=function(h){return this.length>h.length?this.clone().iuxor(h):h.clone().iuxor(this)},l.prototype.inotn=function(h){C("number"==typeof h&&h>=0);var M=0|Math.ceil(h/26),L=h%26;this._expand(M),L>0&&M--;for(var O=0;O0&&(this.words[O]=~this.words[O]&67108863>>26-L),this._strip()},l.prototype.notn=function(h){return this.clone().inotn(h)},l.prototype.setn=function(h,M){C("number"==typeof h&&h>=0);var L=h/26|0,O=h%26;return this._expand(L+1),this.words[L]=M?this.words[L]|1<h.length?(L=this,O=h):(L=h,O=this);for(var _=0,r=0;r>>26;for(;0!==_&&r>>26;if(this.length=L.length,0!==_)this.words[this.length]=_,this.length++;else if(L!==this)for(;rh.length?this.clone().iadd(h):h.clone().iadd(this)},l.prototype.isub=function(h){if(0!==h.negative){h.negative=0;var M=this.iadd(h);return h.negative=1,M._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(h),this.negative=1,this._normSign();var O,_,L=this.cmp(h);if(0===L)return this.negative=0,this.length=1,this.words[0]=0,this;L>0?(O=this,_=h):(O=h,_=this);for(var r=0,v=0;v<_.length;v++)r=(M=(0|O.words[v])-(0|_.words[v])+r)>>26,this.words[v]=67108863&M;for(;0!==r&&v>26,this.words[v]=67108863&M;if(0===r&&v>>13,rt=0|O[1],re=8191&rt,te=rt>>>13,oe=0|O[2],_e=8191&oe,de=oe>>>13,pe=0|O[3],We=8191&pe,se=pe>>>13,fe=0|O[4],he=8191&fe,et=fe>>>13,Ke=0|O[5],Ct=8191&Ke,_t=Ke>>>13,Nt=0|O[6],ke=8191&Nt,Je=Nt>>>13,Qe=0|O[7],nt=8191&Qe,Ue=Qe>>>13,ht=0|O[8],tt=8191&ht,wt=ht>>>13,ut=0|O[9],vt=8191&ut,Ze=ut>>>13,jt=0|_[0],qe=8191&jt,dt=jt>>>13,Le=0|_[1],Vt=8191&Le,Zt=Le>>>13,Et=0|_[2],je=8191&Et,me=Et>>>13,xe=0|_[3],ce=8191&xe,Me=xe>>>13,Xe=0|_[4],Pe=8191&Xe,Oe=Xe>>>13,we=0|_[5],De=8191&we,$e=we>>>13,$t=0|_[6],Ft=8191&$t,Kt=$t>>>13,fi=0|_[7],Qt=8191&fi,zt=fi>>>13,Xi=0|_[8],ci=8191&Xi,ui=Xi>>>13,bn=0|_[9],Qi=8191&bn,Li=bn>>>13;L.negative=h.negative^M.negative,L.length=19;var nn=(v+(z=Math.imul(at,qe))|0)+((8191&(N=(N=Math.imul(at,dt))+Math.imul(Ye,qe)|0))<<13)|0;v=((ne=Math.imul(Ye,dt))+(N>>>13)|0)+(nn>>>26)|0,nn&=67108863,z=Math.imul(re,qe),N=(N=Math.imul(re,dt))+Math.imul(te,qe)|0,ne=Math.imul(te,dt);var st=(v+(z=z+Math.imul(at,Vt)|0)|0)+((8191&(N=(N=N+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,Zt)|0)+(N>>>13)|0)+(st>>>26)|0,st&=67108863,z=Math.imul(_e,qe),N=(N=Math.imul(_e,dt))+Math.imul(de,qe)|0,ne=Math.imul(de,dt),z=z+Math.imul(re,Vt)|0,N=(N=N+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,ne=ne+Math.imul(te,Zt)|0;var ii=(v+(z=z+Math.imul(at,je)|0)|0)+((8191&(N=(N=N+Math.imul(at,me)|0)+Math.imul(Ye,je)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,me)|0)+(N>>>13)|0)+(ii>>>26)|0,ii&=67108863,z=Math.imul(We,qe),N=(N=Math.imul(We,dt))+Math.imul(se,qe)|0,ne=Math.imul(se,dt),z=z+Math.imul(_e,Vt)|0,N=(N=N+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,ne=ne+Math.imul(de,Zt)|0,z=z+Math.imul(re,je)|0,N=(N=N+Math.imul(re,me)|0)+Math.imul(te,je)|0,ne=ne+Math.imul(te,me)|0;var Se=(v+(z=z+Math.imul(at,ce)|0)|0)+((8191&(N=(N=N+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,Me)|0)+(N>>>13)|0)+(Se>>>26)|0,Se&=67108863,z=Math.imul(he,qe),N=(N=Math.imul(he,dt))+Math.imul(et,qe)|0,ne=Math.imul(et,dt),z=z+Math.imul(We,Vt)|0,N=(N=N+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,ne=ne+Math.imul(se,Zt)|0,z=z+Math.imul(_e,je)|0,N=(N=N+Math.imul(_e,me)|0)+Math.imul(de,je)|0,ne=ne+Math.imul(de,me)|0,z=z+Math.imul(re,ce)|0,N=(N=N+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,ne=ne+Math.imul(te,Me)|0;var Mt=(v+(z=z+Math.imul(at,Pe)|0)|0)+((8191&(N=(N=N+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,Oe)|0)+(N>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,z=Math.imul(Ct,qe),N=(N=Math.imul(Ct,dt))+Math.imul(_t,qe)|0,ne=Math.imul(_t,dt),z=z+Math.imul(he,Vt)|0,N=(N=N+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,ne=ne+Math.imul(et,Zt)|0,z=z+Math.imul(We,je)|0,N=(N=N+Math.imul(We,me)|0)+Math.imul(se,je)|0,ne=ne+Math.imul(se,me)|0,z=z+Math.imul(_e,ce)|0,N=(N=N+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,ne=ne+Math.imul(de,Me)|0,z=z+Math.imul(re,Pe)|0,N=(N=N+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,ne=ne+Math.imul(te,Oe)|0;var Pt=(v+(z=z+Math.imul(at,De)|0)|0)+((8191&(N=(N=N+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,$e)|0)+(N>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,z=Math.imul(ke,qe),N=(N=Math.imul(ke,dt))+Math.imul(Je,qe)|0,ne=Math.imul(Je,dt),z=z+Math.imul(Ct,Vt)|0,N=(N=N+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,ne=ne+Math.imul(_t,Zt)|0,z=z+Math.imul(he,je)|0,N=(N=N+Math.imul(he,me)|0)+Math.imul(et,je)|0,ne=ne+Math.imul(et,me)|0,z=z+Math.imul(We,ce)|0,N=(N=N+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,ne=ne+Math.imul(se,Me)|0,z=z+Math.imul(_e,Pe)|0,N=(N=N+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,ne=ne+Math.imul(de,Oe)|0,z=z+Math.imul(re,De)|0,N=(N=N+Math.imul(re,$e)|0)+Math.imul(te,De)|0,ne=ne+Math.imul(te,$e)|0;var ai=(v+(z=z+Math.imul(at,Ft)|0)|0)+((8191&(N=(N=N+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,Kt)|0)+(N>>>13)|0)+(ai>>>26)|0,ai&=67108863,z=Math.imul(nt,qe),N=(N=Math.imul(nt,dt))+Math.imul(Ue,qe)|0,ne=Math.imul(Ue,dt),z=z+Math.imul(ke,Vt)|0,N=(N=N+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,ne=ne+Math.imul(Je,Zt)|0,z=z+Math.imul(Ct,je)|0,N=(N=N+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,ne=ne+Math.imul(_t,me)|0,z=z+Math.imul(he,ce)|0,N=(N=N+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,ne=ne+Math.imul(et,Me)|0,z=z+Math.imul(We,Pe)|0,N=(N=N+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,ne=ne+Math.imul(se,Oe)|0,z=z+Math.imul(_e,De)|0,N=(N=N+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,ne=ne+Math.imul(de,$e)|0,z=z+Math.imul(re,Ft)|0,N=(N=N+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,ne=ne+Math.imul(te,Kt)|0;var Ei=(v+(z=z+Math.imul(at,Qt)|0)|0)+((8191&(N=(N=N+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,zt)|0)+(N>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,z=Math.imul(tt,qe),N=(N=Math.imul(tt,dt))+Math.imul(wt,qe)|0,ne=Math.imul(wt,dt),z=z+Math.imul(nt,Vt)|0,N=(N=N+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,ne=ne+Math.imul(Ue,Zt)|0,z=z+Math.imul(ke,je)|0,N=(N=N+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,ne=ne+Math.imul(Je,me)|0,z=z+Math.imul(Ct,ce)|0,N=(N=N+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,ne=ne+Math.imul(_t,Me)|0,z=z+Math.imul(he,Pe)|0,N=(N=N+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,ne=ne+Math.imul(et,Oe)|0,z=z+Math.imul(We,De)|0,N=(N=N+Math.imul(We,$e)|0)+Math.imul(se,De)|0,ne=ne+Math.imul(se,$e)|0,z=z+Math.imul(_e,Ft)|0,N=(N=N+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,ne=ne+Math.imul(de,Kt)|0,z=z+Math.imul(re,Qt)|0,N=(N=N+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,ne=ne+Math.imul(te,zt)|0;var Hi=(v+(z=z+Math.imul(at,ci)|0)|0)+((8191&(N=(N=N+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,ui)|0)+(N>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,z=Math.imul(vt,qe),N=(N=Math.imul(vt,dt))+Math.imul(Ze,qe)|0,ne=Math.imul(Ze,dt),z=z+Math.imul(tt,Vt)|0,N=(N=N+Math.imul(tt,Zt)|0)+Math.imul(wt,Vt)|0,ne=ne+Math.imul(wt,Zt)|0,z=z+Math.imul(nt,je)|0,N=(N=N+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,ne=ne+Math.imul(Ue,me)|0,z=z+Math.imul(ke,ce)|0,N=(N=N+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,ne=ne+Math.imul(Je,Me)|0,z=z+Math.imul(Ct,Pe)|0,N=(N=N+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,ne=ne+Math.imul(_t,Oe)|0,z=z+Math.imul(he,De)|0,N=(N=N+Math.imul(he,$e)|0)+Math.imul(et,De)|0,ne=ne+Math.imul(et,$e)|0,z=z+Math.imul(We,Ft)|0,N=(N=N+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,ne=ne+Math.imul(se,Kt)|0,z=z+Math.imul(_e,Qt)|0,N=(N=N+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,ne=ne+Math.imul(de,zt)|0,z=z+Math.imul(re,ci)|0,N=(N=N+Math.imul(re,ui)|0)+Math.imul(te,ci)|0,ne=ne+Math.imul(te,ui)|0;var $i=(v+(z=z+Math.imul(at,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(at,Li)|0)+Math.imul(Ye,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(Ye,Li)|0)+(N>>>13)|0)+($i>>>26)|0,$i&=67108863,z=Math.imul(vt,Vt),N=(N=Math.imul(vt,Zt))+Math.imul(Ze,Vt)|0,ne=Math.imul(Ze,Zt),z=z+Math.imul(tt,je)|0,N=(N=N+Math.imul(tt,me)|0)+Math.imul(wt,je)|0,ne=ne+Math.imul(wt,me)|0,z=z+Math.imul(nt,ce)|0,N=(N=N+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,ne=ne+Math.imul(Ue,Me)|0,z=z+Math.imul(ke,Pe)|0,N=(N=N+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,ne=ne+Math.imul(Je,Oe)|0,z=z+Math.imul(Ct,De)|0,N=(N=N+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,ne=ne+Math.imul(_t,$e)|0,z=z+Math.imul(he,Ft)|0,N=(N=N+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,ne=ne+Math.imul(et,Kt)|0,z=z+Math.imul(We,Qt)|0,N=(N=N+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,ne=ne+Math.imul(se,zt)|0,z=z+Math.imul(_e,ci)|0,N=(N=N+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0,ne=ne+Math.imul(de,ui)|0;var hn=(v+(z=z+Math.imul(re,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(re,Li)|0)+Math.imul(te,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(te,Li)|0)+(N>>>13)|0)+(hn>>>26)|0,hn&=67108863,z=Math.imul(vt,je),N=(N=Math.imul(vt,me))+Math.imul(Ze,je)|0,ne=Math.imul(Ze,me),z=z+Math.imul(tt,ce)|0,N=(N=N+Math.imul(tt,Me)|0)+Math.imul(wt,ce)|0,ne=ne+Math.imul(wt,Me)|0,z=z+Math.imul(nt,Pe)|0,N=(N=N+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,ne=ne+Math.imul(Ue,Oe)|0,z=z+Math.imul(ke,De)|0,N=(N=N+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,ne=ne+Math.imul(Je,$e)|0,z=z+Math.imul(Ct,Ft)|0,N=(N=N+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,ne=ne+Math.imul(_t,Kt)|0,z=z+Math.imul(he,Qt)|0,N=(N=N+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,ne=ne+Math.imul(et,zt)|0,z=z+Math.imul(We,ci)|0,N=(N=N+Math.imul(We,ui)|0)+Math.imul(se,ci)|0,ne=ne+Math.imul(se,ui)|0;var Fi=(v+(z=z+Math.imul(_e,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(_e,Li)|0)+Math.imul(de,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(de,Li)|0)+(N>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,z=Math.imul(vt,ce),N=(N=Math.imul(vt,Me))+Math.imul(Ze,ce)|0,ne=Math.imul(Ze,Me),z=z+Math.imul(tt,Pe)|0,N=(N=N+Math.imul(tt,Oe)|0)+Math.imul(wt,Pe)|0,ne=ne+Math.imul(wt,Oe)|0,z=z+Math.imul(nt,De)|0,N=(N=N+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,ne=ne+Math.imul(Ue,$e)|0,z=z+Math.imul(ke,Ft)|0,N=(N=N+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,ne=ne+Math.imul(Je,Kt)|0,z=z+Math.imul(Ct,Qt)|0,N=(N=N+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,ne=ne+Math.imul(_t,zt)|0,z=z+Math.imul(he,ci)|0,N=(N=N+Math.imul(he,ui)|0)+Math.imul(et,ci)|0,ne=ne+Math.imul(et,ui)|0;var _n=(v+(z=z+Math.imul(We,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(We,Li)|0)+Math.imul(se,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(se,Li)|0)+(N>>>13)|0)+(_n>>>26)|0,_n&=67108863,z=Math.imul(vt,Pe),N=(N=Math.imul(vt,Oe))+Math.imul(Ze,Pe)|0,ne=Math.imul(Ze,Oe),z=z+Math.imul(tt,De)|0,N=(N=N+Math.imul(tt,$e)|0)+Math.imul(wt,De)|0,ne=ne+Math.imul(wt,$e)|0,z=z+Math.imul(nt,Ft)|0,N=(N=N+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,ne=ne+Math.imul(Ue,Kt)|0,z=z+Math.imul(ke,Qt)|0,N=(N=N+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,ne=ne+Math.imul(Je,zt)|0,z=z+Math.imul(Ct,ci)|0,N=(N=N+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0,ne=ne+Math.imul(_t,ui)|0;var mn=(v+(z=z+Math.imul(he,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(he,Li)|0)+Math.imul(et,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(et,Li)|0)+(N>>>13)|0)+(mn>>>26)|0,mn&=67108863,z=Math.imul(vt,De),N=(N=Math.imul(vt,$e))+Math.imul(Ze,De)|0,ne=Math.imul(Ze,$e),z=z+Math.imul(tt,Ft)|0,N=(N=N+Math.imul(tt,Kt)|0)+Math.imul(wt,Ft)|0,ne=ne+Math.imul(wt,Kt)|0,z=z+Math.imul(nt,Qt)|0,N=(N=N+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,ne=ne+Math.imul(Ue,zt)|0,z=z+Math.imul(ke,ci)|0,N=(N=N+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0,ne=ne+Math.imul(Je,ui)|0;var Dt=(v+(z=z+Math.imul(Ct,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(Ct,Li)|0)+Math.imul(_t,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(_t,Li)|0)+(N>>>13)|0)+(Dt>>>26)|0,Dt&=67108863,z=Math.imul(vt,Ft),N=(N=Math.imul(vt,Kt))+Math.imul(Ze,Ft)|0,ne=Math.imul(Ze,Kt),z=z+Math.imul(tt,Qt)|0,N=(N=N+Math.imul(tt,zt)|0)+Math.imul(wt,Qt)|0,ne=ne+Math.imul(wt,zt)|0,z=z+Math.imul(nt,ci)|0,N=(N=N+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0,ne=ne+Math.imul(Ue,ui)|0;var ct=(v+(z=z+Math.imul(ke,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(ke,Li)|0)+Math.imul(Je,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(Je,Li)|0)+(N>>>13)|0)+(ct>>>26)|0,ct&=67108863,z=Math.imul(vt,Qt),N=(N=Math.imul(vt,zt))+Math.imul(Ze,Qt)|0,ne=Math.imul(Ze,zt),z=z+Math.imul(tt,ci)|0,N=(N=N+Math.imul(tt,ui)|0)+Math.imul(wt,ci)|0,ne=ne+Math.imul(wt,ui)|0;var Bt=(v+(z=z+Math.imul(nt,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(nt,Li)|0)+Math.imul(Ue,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(Ue,Li)|0)+(N>>>13)|0)+(Bt>>>26)|0,Bt&=67108863,z=Math.imul(vt,ci),N=(N=Math.imul(vt,ui))+Math.imul(Ze,ci)|0,ne=Math.imul(Ze,ui);var q=(v+(z=z+Math.imul(tt,Qi)|0)|0)+((8191&(N=(N=N+Math.imul(tt,Li)|0)+Math.imul(wt,Qi)|0))<<13)|0;v=((ne=ne+Math.imul(wt,Li)|0)+(N>>>13)|0)+(q>>>26)|0,q&=67108863;var it=(v+(z=Math.imul(vt,Qi))|0)+((8191&(N=(N=Math.imul(vt,Li))+Math.imul(Ze,Qi)|0))<<13)|0;return v=((ne=Math.imul(Ze,Li))+(N>>>13)|0)+(it>>>26)|0,it&=67108863,r[0]=nn,r[1]=st,r[2]=ii,r[3]=Se,r[4]=Mt,r[5]=Pt,r[6]=ai,r[7]=Ei,r[8]=Hi,r[9]=$i,r[10]=hn,r[11]=Fi,r[12]=_n,r[13]=mn,r[14]=Dt,r[15]=ct,r[16]=Bt,r[17]=q,r[18]=it,0!==v&&(r[19]=v,L.length++),L};function $(f,h,M){M.negative=h.negative^f.negative,M.length=f.length+h.length;for(var L=0,O=0,_=0;_>>26)|0)>>>26,r&=67108863}M.words[_]=v,L=r,r=O}return 0!==L?M.words[_]=L:M.length--,M._strip()}function Z(f,h,M){return $(f,h,M)}function ie(f,h){this.x=f,this.y=h}Math.imul||(Y=G),l.prototype.mulTo=function(h,M){var O=this.length+h.length;return 10===this.length&&10===h.length?Y(this,h,M):O<63?G(this,h,M):O<1024?$(this,h,M):Z(this,h,M)},ie.prototype.makeRBT=function(h){for(var M=new Array(h),L=l.prototype._countBits(h)-1,O=0;O>=1;return O},ie.prototype.permute=function(h,M,L,O,_,r){for(var v=0;v>>=1)_++;return 1<<_+1+O},ie.prototype.conjugate=function(h,M,L){if(!(L<=1))for(var O=0;O>>=13),_>>>=13;for(r=2*M;r>=26,L+=_/67108864|0,L+=r>>>26,this.words[O]=67108863&r}return 0!==L&&(this.words[O]=L,this.length++),this.length=0===h?1:this.length,M?this.ineg():this},l.prototype.muln=function(h){return this.clone().imuln(h)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(h){var M=function U(f){for(var h=new Array(f.bitLength()),M=0;M>>M%26&1;return h}(h);if(0===M.length)return new l(1);for(var L=this,O=0;O=0);var _,M=h%26,L=(h-M)/26,O=67108863>>>26-M<<26-M;if(0!==M){var r=0;for(_=0;_>>26-M}r&&(this.words[_]=r,this.length++)}if(0!==L){for(_=this.length-1;_>=0;_--)this.words[_+L]=this.words[_];for(_=0;_=0),O=M?(M-M%26)/26:0;var _=h%26,r=Math.min((h-_)/26,this.length),v=67108863^67108863>>>_<<_,z=L;if(O-=r,O=Math.max(0,O),z){for(var N=0;Nr)for(this.length-=r,N=0;N=0&&(0!==ne||N>=O);N--){var Ie=0|this.words[N];this.words[N]=ne<<26-_|Ie>>>_,ne=Ie&v}return z&&0!==ne&&(z.words[z.length++]=ne),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},l.prototype.ishrn=function(h,M,L){return C(0===this.negative),this.iushrn(h,M,L)},l.prototype.shln=function(h){return this.clone().ishln(h)},l.prototype.ushln=function(h){return this.clone().iushln(h)},l.prototype.shrn=function(h){return this.clone().ishrn(h)},l.prototype.ushrn=function(h){return this.clone().iushrn(h)},l.prototype.testn=function(h){C("number"==typeof h&&h>=0);var M=h%26,L=(h-M)/26;return!(this.length<=L||!(this.words[L]&1<=0);var M=h%26,L=(h-M)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=L?this:(0!==M&&L++,this.length=Math.min(L,this.length),0!==M&&(this.words[this.length-1]&=67108863^67108863>>>M<=67108864;M++)this.words[M]-=67108864,M===this.length-1?this.words[M+1]=1:this.words[M+1]++;return this.length=Math.max(this.length,M+1),this},l.prototype.isubn=function(h){if(C("number"==typeof h),C(h<67108864),h<0)return this.iaddn(-h);if(0!==this.negative)return this.negative=0,this.iaddn(h),this.negative=1,this;if(this.words[0]-=h,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var M=0;M>26)-(z/67108864|0),this.words[_+L]=67108863&r}for(;_>26,this.words[_+L]=67108863&r;if(0===v)return this._strip();for(C(-1===v),v=0,_=0;_>26,this.words[_]=67108863&r;return this.negative=1,this._strip()},l.prototype._wordDiv=function(h,M){var L,O=this.clone(),_=h,r=0|_.words[_.length-1];0!=(L=26-this._countBits(r))&&(_=_.ushln(L),O.iushln(L),r=0|_.words[_.length-1]);var N,z=O.length-_.length;if("mod"!==M){(N=new l(null)).length=z+1,N.words=new Array(N.length);for(var ne=0;ne=0;at--){var Ye=67108864*(0|O.words[_.length+at])+(0|O.words[_.length+at-1]);for(Ye=Math.min(Ye/r|0,67108863),O._ishlnsubmul(_,Ye,at);0!==O.negative;)Ye--,O.negative=0,O._ishlnsubmul(_,1,at),O.isZero()||(O.negative^=1);N&&(N.words[at]=Ye)}return N&&N._strip(),O._strip(),"div"!==M&&0!==L&&O.iushrn(L),{div:N||null,mod:O}},l.prototype.divmod=function(h,M,L){return C(!h.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===h.negative?(r=this.neg().divmod(h,M),"mod"!==M&&(O=r.div.neg()),"div"!==M&&(_=r.mod.neg(),L&&0!==_.negative&&_.iadd(h)),{div:O,mod:_}):0===this.negative&&0!==h.negative?(r=this.divmod(h.neg(),M),"mod"!==M&&(O=r.div.neg()),{div:O,mod:r.mod}):this.negative&h.negative?(r=this.neg().divmod(h.neg(),M),"div"!==M&&(_=r.mod.neg(),L&&0!==_.negative&&_.isub(h)),{div:r.div,mod:_}):h.length>this.length||this.cmp(h)<0?{div:new l(0),mod:this}:1===h.length?"div"===M?{div:this.divn(h.words[0]),mod:null}:"mod"===M?{div:null,mod:new l(this.modrn(h.words[0]))}:{div:this.divn(h.words[0]),mod:new l(this.modrn(h.words[0]))}:this._wordDiv(h,M);var O,_,r},l.prototype.div=function(h){return this.divmod(h,"div",!1).div},l.prototype.mod=function(h){return this.divmod(h,"mod",!1).mod},l.prototype.umod=function(h){return this.divmod(h,"mod",!0).mod},l.prototype.divRound=function(h){var M=this.divmod(h);if(M.mod.isZero())return M.div;var L=0!==M.div.negative?M.mod.isub(h):M.mod,O=h.ushrn(1),_=h.andln(1),r=L.cmp(O);return r<0||1===_&&0===r?M.div:0!==M.div.negative?M.div.isubn(1):M.div.iaddn(1)},l.prototype.modrn=function(h){var M=h<0;M&&(h=-h),C(h<=67108863);for(var L=(1<<26)%h,O=0,_=this.length-1;_>=0;_--)O=(L*O+(0|this.words[_]))%h;return M?-O:O},l.prototype.modn=function(h){return this.modrn(h)},l.prototype.idivn=function(h){var M=h<0;M&&(h=-h),C(h<=67108863);for(var L=0,O=this.length-1;O>=0;O--){var _=(0|this.words[O])+67108864*L;this.words[O]=_/h|0,L=_%h}return this._strip(),M?this.ineg():this},l.prototype.divn=function(h){return this.clone().idivn(h)},l.prototype.egcd=function(h){C(0===h.negative),C(!h.isZero());var M=this,L=h.clone();M=0!==M.negative?M.umod(h):M.clone();for(var O=new l(1),_=new l(0),r=new l(0),v=new l(1),z=0;M.isEven()&&L.isEven();)M.iushrn(1),L.iushrn(1),++z;for(var N=L.clone(),ne=M.clone();!M.isZero();){for(var Ie=0,at=1;!(M.words[0]&at)&&Ie<26;++Ie,at<<=1);if(Ie>0)for(M.iushrn(Ie);Ie-- >0;)(O.isOdd()||_.isOdd())&&(O.iadd(N),_.isub(ne)),O.iushrn(1),_.iushrn(1);for(var Ye=0,rt=1;!(L.words[0]&rt)&&Ye<26;++Ye,rt<<=1);if(Ye>0)for(L.iushrn(Ye);Ye-- >0;)(r.isOdd()||v.isOdd())&&(r.iadd(N),v.isub(ne)),r.iushrn(1),v.iushrn(1);M.cmp(L)>=0?(M.isub(L),O.isub(r),_.isub(v)):(L.isub(M),r.isub(O),v.isub(_))}return{a:r,b:v,gcd:L.iushln(z)}},l.prototype._invmp=function(h){C(0===h.negative),C(!h.isZero());var Ie,M=this,L=h.clone();M=0!==M.negative?M.umod(h):M.clone();for(var O=new l(1),_=new l(0),r=L.clone();M.cmpn(1)>0&&L.cmpn(1)>0;){for(var v=0,z=1;!(M.words[0]&z)&&v<26;++v,z<<=1);if(v>0)for(M.iushrn(v);v-- >0;)O.isOdd()&&O.iadd(r),O.iushrn(1);for(var N=0,ne=1;!(L.words[0]&ne)&&N<26;++N,ne<<=1);if(N>0)for(L.iushrn(N);N-- >0;)_.isOdd()&&_.iadd(r),_.iushrn(1);M.cmp(L)>=0?(M.isub(L),O.isub(_)):(L.isub(M),_.isub(O))}return(Ie=0===M.cmpn(1)?O:_).cmpn(0)<0&&Ie.iadd(h),Ie},l.prototype.gcd=function(h){if(this.isZero())return h.abs();if(h.isZero())return this.abs();var M=this.clone(),L=h.clone();M.negative=0,L.negative=0;for(var O=0;M.isEven()&&L.isEven();O++)M.iushrn(1),L.iushrn(1);for(;;){for(;M.isEven();)M.iushrn(1);for(;L.isEven();)L.iushrn(1);var _=M.cmp(L);if(_<0){var r=M;M=L,L=r}else if(0===_||0===L.cmpn(1))break;M.isub(L)}return L.iushln(O)},l.prototype.invm=function(h){return this.egcd(h).a.umod(h)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(h){return this.words[0]&h},l.prototype.bincn=function(h){C("number"==typeof h);var M=h%26,L=(h-M)/26,O=1<>>26,this.words[r]=v&=67108863}return 0!==_&&(this.words[r]=_,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(h){var L,M=h<0;if(0!==this.negative&&!M)return-1;if(0===this.negative&&M)return 1;if(this._strip(),this.length>1)L=1;else{M&&(h=-h),C(h<=67108863,"Number is too big");var O=0|this.words[0];L=O===h?0:Oh.length)return 1;if(this.length=0;L--){var O=0|this.words[L],_=0|h.words[L];if(O!==_){O<_?M=-1:O>_&&(M=1);break}}return M},l.prototype.gtn=function(h){return 1===this.cmpn(h)},l.prototype.gt=function(h){return 1===this.cmp(h)},l.prototype.gten=function(h){return this.cmpn(h)>=0},l.prototype.gte=function(h){return this.cmp(h)>=0},l.prototype.ltn=function(h){return-1===this.cmpn(h)},l.prototype.lt=function(h){return-1===this.cmp(h)},l.prototype.lten=function(h){return this.cmpn(h)<=0},l.prototype.lte=function(h){return this.cmp(h)<=0},l.prototype.eqn=function(h){return 0===this.cmpn(h)},l.prototype.eq=function(h){return 0===this.cmp(h)},l.red=function(h){return new n(h)},l.prototype.toRed=function(h){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),h.convertTo(this)._forceRed(h)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(h){return this.red=h,this},l.prototype.forceRed=function(h){return C(!this.red,"Already a number in reduction context"),this._forceRed(h)},l.prototype.redAdd=function(h){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,h)},l.prototype.redIAdd=function(h){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,h)},l.prototype.redSub=function(h){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,h)},l.prototype.redISub=function(h){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,h)},l.prototype.redShl=function(h){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,h)},l.prototype.redMul=function(h){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.mul(this,h)},l.prototype.redIMul=function(h){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.imul(this,h)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(h){return C(this.red&&!h.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,h)};var ve={k256:null,p224:null,p192:null,p25519:null};function ae(f,h){this.name=f,this.p=new l(h,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ye(){ae.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){ae.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function be(){ae.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function D(){ae.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function n(f){if("string"==typeof f){var h=l._prime(f);this.m=h.p,this.prime=h}else C(f.gtn(1),"modulus must be greater than 1"),this.m=f,this.prime=null}function c(f){n.call(this,f),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}ae.prototype._tmp=function(){var h=new l(null);return h.words=new Array(Math.ceil(this.n/13)),h},ae.prototype.ireduce=function(h){var L,M=h;do{this.split(M,this.tmp),L=(M=(M=this.imulK(M)).iadd(this.tmp)).bitLength()}while(L>this.n);var O=L0?M.isub(this.p):void 0!==M.strip?M.strip():M._strip(),M},ae.prototype.split=function(h,M){h.iushrn(this.n,0,M)},ae.prototype.imulK=function(h){return h.imul(this.k)},S(ye,ae),ye.prototype.split=function(h,M){for(var L=4194303,O=Math.min(h.length,9),_=0;_>>22,r=v}h.words[_-10]=r>>>=22,h.length-=0===r&&h.length>10?10:9},ye.prototype.imulK=function(h){h.words[h.length]=0,h.words[h.length+1]=0,h.length+=2;for(var M=0,L=0;L>>=26,h.words[L]=_,M=O}return 0!==M&&(h.words[h.length++]=M),h},l._prime=function(h){if(ve[h])return ve[h];var M;if("k256"===h)M=new ye;else if("p224"===h)M=new ue;else if("p192"===h)M=new be;else{if("p25519"!==h)throw new Error("Unknown prime "+h);M=new D}return ve[h]=M,M},n.prototype._verify1=function(h){C(0===h.negative,"red works only with positives"),C(h.red,"red works only with red numbers")},n.prototype._verify2=function(h,M){C(!(h.negative|M.negative),"red works only with positives"),C(h.red&&h.red===M.red,"red works only with red numbers")},n.prototype.imod=function(h){return this.prime?this.prime.ireduce(h)._forceRed(this):(w(h,h.umod(this.m)._forceRed(this)),h)},n.prototype.neg=function(h){return h.isZero()?h.clone():this.m.sub(h)._forceRed(this)},n.prototype.add=function(h,M){this._verify2(h,M);var L=h.add(M);return L.cmp(this.m)>=0&&L.isub(this.m),L._forceRed(this)},n.prototype.iadd=function(h,M){this._verify2(h,M);var L=h.iadd(M);return L.cmp(this.m)>=0&&L.isub(this.m),L},n.prototype.sub=function(h,M){this._verify2(h,M);var L=h.sub(M);return L.cmpn(0)<0&&L.iadd(this.m),L._forceRed(this)},n.prototype.isub=function(h,M){this._verify2(h,M);var L=h.isub(M);return L.cmpn(0)<0&&L.iadd(this.m),L},n.prototype.shl=function(h,M){return this._verify1(h),this.imod(h.ushln(M))},n.prototype.imul=function(h,M){return this._verify2(h,M),this.imod(h.imul(M))},n.prototype.mul=function(h,M){return this._verify2(h,M),this.imod(h.mul(M))},n.prototype.isqr=function(h){return this.imul(h,h.clone())},n.prototype.sqr=function(h){return this.mul(h,h)},n.prototype.sqrt=function(h){if(h.isZero())return h.clone();var M=this.m.andln(3);if(C(M%2==1),3===M){var L=this.m.add(new l(1)).iushrn(2);return this.pow(h,L)}for(var O=this.m.subn(1),_=0;!O.isZero()&&0===O.andln(1);)_++,O.iushrn(1);C(!O.isZero());var r=new l(1).toRed(this),v=r.redNeg(),z=this.m.subn(1).iushrn(1),N=this.m.bitLength();for(N=new l(2*N*N).toRed(this);0!==this.pow(N,z).cmp(v);)N.redIAdd(v);for(var ne=this.pow(N,O),Ie=this.pow(h,O.addn(1).iushrn(1)),at=this.pow(h,O),Ye=_;0!==at.cmp(r);){for(var rt=at,re=0;0!==rt.cmp(r);re++)rt=rt.redSqr();C(re=0;_--){for(var ne=M.words[_],Ie=N-1;Ie>=0;Ie--){var at=ne>>Ie&1;r!==O[0]&&(r=this.sqr(r)),0!==at||0!==v?(v<<=1,v|=at,(4==++z||0===_&&0===Ie)&&(r=this.mul(r,O[v]),z=0,v=0)):z=0}N=26}return r},n.prototype.convertTo=function(h){var M=h.umod(this.m);return M===h?M.clone():M},n.prototype.convertFrom=function(h){var M=h.clone();return M.red=null,M},l.mont=function(h){return new c(h)},S(c,n),c.prototype.convertTo=function(h){return this.imod(h.ushln(this.shift))},c.prototype.convertFrom=function(h){var M=this.imod(h.mul(this.rinv));return M.red=null,M},c.prototype.imul=function(h,M){if(h.isZero()||M.isZero())return h.words[0]=0,h.length=1,h;var L=h.imul(M),O=L.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=L.isub(O).iushrn(this.shift),r=_;return _.cmp(this.m)>=0?r=_.isub(this.m):_.cmpn(0)<0&&(r=_.iadd(this.m)),r._forceRed(this)},c.prototype.mul=function(h,M){if(h.isZero()||M.isZero())return new l(0)._forceRed(this);var L=h.mul(M),O=L.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=L.isub(O).iushrn(this.shift),r=_;return _.cmp(this.m)>=0?r=_.isub(this.m):_.cmpn(0)<0&&(r=_.iadd(this.m)),r._forceRed(this)},c.prototype.invm=function(h){return this.imod(h._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},5294:(Ve,ee,p)=>{var t;function e(S){this.rand=S}if(Ve.exports=function(l){return t||(t=new e(null)),t.generate(l)},Ve.exports.Rand=e,e.prototype.generate=function(l){return this._rand(l)},e.prototype._rand=function(l){if(this.rand.getBytes)return this.rand.getBytes(l);for(var x=new Uint8Array(l),m=0;m{var t=p(7054).Buffer;function e(R){t.isBuffer(R)||(R=t.from(R));for(var d=R.length/4|0,w=new Array(d),y=0;y>>24]^F[Y>>>16&255]^V[$>>>8&255]^U[255&Z]^d[ue++],ve=k[Y>>>24]^F[$>>>16&255]^V[Z>>>8&255]^U[255&G]^d[ue++],ae=k[$>>>24]^F[Z>>>16&255]^V[G>>>8&255]^U[255&Y]^d[ue++],ye=k[Z>>>24]^F[G>>>16&255]^V[Y>>>8&255]^U[255&$]^d[ue++],G=ie,Y=ve,$=ae,Z=ye;return ie=(y[G>>>24]<<24|y[Y>>>16&255]<<16|y[$>>>8&255]<<8|y[255&Z])^d[ue++],ve=(y[Y>>>24]<<24|y[$>>>16&255]<<16|y[Z>>>8&255]<<8|y[255&G])^d[ue++],ae=(y[$>>>24]<<24|y[Z>>>16&255]<<16|y[G>>>8&255]<<8|y[255&Y])^d[ue++],ye=(y[Z>>>24]<<24|y[G>>>16&255]<<16|y[Y>>>8&255]<<8|y[255&$])^d[ue++],[ie>>>=0,ve>>>=0,ae>>>=0,ye>>>=0]}var l=[0,1,2,4,8,16,32,64,128,27,54],x=function(){for(var R=new Array(256),d=0;d<256;d++)R[d]=d<128?d<<1:d<<1^283;for(var w=[],y=[],T=[[],[],[],[]],k=[[],[],[],[]],F=0,V=0,U=0;U<256;++U){var G=V^V<<1^V<<2^V<<3^V<<4;w[F]=G=G>>>8^255&G^99,y[G]=F;var Y=R[F],$=R[Y],Z=R[$],ie=257*R[G]^16843008*G;T[0][F]=ie<<24|ie>>>8,T[1][F]=ie<<16|ie>>>16,T[2][F]=ie<<8|ie>>>24,T[3][F]=ie,k[0][G]=(ie=16843009*Z^65537*$^257*Y^16843008*F)<<24|ie>>>8,k[1][G]=ie<<16|ie>>>16,k[2][G]=ie<<8|ie>>>24,k[3][G]=ie,0===F?F=V=1:(F=Y^R[R[R[Z^Y]]],V^=R[R[V]])}return{SBOX:w,INV_SBOX:y,SUB_MIX:T,INV_SUB_MIX:k}}();function m(R){this._key=e(R),this._reset()}m.blockSize=16,m.keySize=32,m.prototype.blockSize=m.blockSize,m.prototype.keySize=m.keySize,m.prototype._reset=function(){for(var R=this._key,d=R.length,w=d+6,y=4*(w+1),T=[],k=0;k>>24)>>>24]<<24|x.SBOX[F>>>16&255]<<16|x.SBOX[F>>>8&255]<<8|x.SBOX[255&F],F^=l[k/d|0]<<24):d>6&&k%d==4&&(F=x.SBOX[F>>>24]<<24|x.SBOX[F>>>16&255]<<16|x.SBOX[F>>>8&255]<<8|x.SBOX[255&F]),T[k]=T[k-d]^F}for(var V=[],U=0;U>>24]]^x.INV_SUB_MIX[1][x.SBOX[Y>>>16&255]]^x.INV_SUB_MIX[2][x.SBOX[Y>>>8&255]]^x.INV_SUB_MIX[3][x.SBOX[255&Y]]}this._nRounds=w,this._keySchedule=T,this._invKeySchedule=V},m.prototype.encryptBlockRaw=function(R){return S(R=e(R),this._keySchedule,x.SUB_MIX,x.SBOX,this._nRounds)},m.prototype.encryptBlock=function(R){var d=this.encryptBlockRaw(R),w=t.allocUnsafe(16);return w.writeUInt32BE(d[0],0),w.writeUInt32BE(d[1],4),w.writeUInt32BE(d[2],8),w.writeUInt32BE(d[3],12),w},m.prototype.decryptBlock=function(R){var d=(R=e(R))[1];R[1]=R[3],R[3]=d;var w=S(R,this._invKeySchedule,x.INV_SUB_MIX,x.INV_SBOX,this._nRounds),y=t.allocUnsafe(16);return y.writeUInt32BE(w[0],0),y.writeUInt32BE(w[3],4),y.writeUInt32BE(w[2],8),y.writeUInt32BE(w[1],12),y},m.prototype.scrub=function(){C(this._keySchedule),C(this._invKeySchedule),C(this._key)},Ve.exports.AES=m},9307:(Ve,ee,p)=>{var t=p(2375),e=p(7054).Buffer,C=p(3247),S=p(1993),l=p(5917),x=p(3546),m=p(5725);function w(y,T,k,F){C.call(this);var V=e.alloc(4,0);this._cipher=new t.AES(T);var U=this._cipher.encryptBlock(V);this._ghash=new l(U),k=function d(y,T,k){if(12===T.length)return y._finID=e.concat([T,e.from([0,0,0,1])]),e.concat([T,e.from([0,0,0,2])]);var F=new l(k),V=T.length,U=V%16;F.update(T),U&&F.update(e.alloc(U=16-U,0)),F.update(e.alloc(8,0));var G=8*V,Y=e.alloc(8);Y.writeUIntBE(G,0,8),F.update(Y),y._finID=F.state;var $=e.from(y._finID);return m($),$}(this,k,U),this._prev=e.from(k),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=F,this._alen=0,this._len=0,this._mode=y,this._authTag=null,this._called=!1}S(w,C),w.prototype._update=function(y){if(!this._called&&this._alen){var T=16-this._alen%16;T<16&&(T=e.alloc(T,0),this._ghash.update(T))}this._called=!0;var k=this._mode.encrypt(this,y);return this._ghash.update(this._decrypt?y:k),this._len+=y.length,k},w.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var y=x(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function R(y,T){var k=0;y.length!==T.length&&k++;for(var F=Math.min(y.length,T.length),V=0;V{var t=p(350),e=p(102),C=p(3219);ee.createCipher=ee.Cipher=t.createCipher,ee.createCipheriv=ee.Cipheriv=t.createCipheriv,ee.createDecipher=ee.Decipher=e.createDecipher,ee.createDecipheriv=ee.Decipheriv=e.createDecipheriv,ee.listCiphers=ee.getCiphers=function S(){return Object.keys(C)}},102:(Ve,ee,p)=>{var t=p(9307),e=p(7054).Buffer,C=p(503),S=p(1821),l=p(3247),x=p(2375),m=p(592);function d(F,V,U){l.call(this),this._cache=new w,this._last=void 0,this._cipher=new x.AES(V),this._prev=e.from(U),this._mode=F,this._autopadding=!0}function w(){this.cache=e.allocUnsafe(0)}function T(F,V,U){var G=C[F.toLowerCase()];if(!G)throw new TypeError("invalid suite type");if("string"==typeof U&&(U=e.from(U)),"GCM"!==G.mode&&U.length!==G.iv)throw new TypeError("invalid iv length "+U.length);if("string"==typeof V&&(V=e.from(V)),V.length!==G.key/8)throw new TypeError("invalid key length "+V.length);return"stream"===G.type?new S(G.module,V,U,!0):"auth"===G.type?new t(G.module,V,U,!0):new d(G.module,V,U)}p(1993)(d,l),d.prototype._update=function(F){this._cache.add(F);for(var V,U,G=[];V=this._cache.get(this._autopadding);)U=this._mode.decrypt(this,V),G.push(U);return e.concat(G)},d.prototype._final=function(){var F=this._cache.flush();if(this._autopadding)return function y(F){var V=F[15];if(V<1||V>16)throw new Error("unable to decrypt data");for(var U=-1;++U16)return V=this.cache.slice(0,16),this.cache=this.cache.slice(16),V}else if(this.cache.length>=16)return V=this.cache.slice(0,16),this.cache=this.cache.slice(16),V;return null},w.prototype.flush=function(){if(this.cache.length)return this.cache},ee.createDecipher=function k(F,V){var U=C[F.toLowerCase()];if(!U)throw new TypeError("invalid suite type");var G=m(V,!1,U.key,U.iv);return T(F,G.key,G.iv)},ee.createDecipheriv=T},350:(Ve,ee,p)=>{var t=p(503),e=p(9307),C=p(7054).Buffer,S=p(1821),l=p(3247),x=p(2375),m=p(592);function d(F,V,U){l.call(this),this._cache=new y,this._cipher=new x.AES(V),this._prev=C.from(U),this._mode=F,this._autopadding=!0}p(1993)(d,l),d.prototype._update=function(F){this._cache.add(F);for(var V,U,G=[];V=this._cache.get();)U=this._mode.encrypt(this,V),G.push(U);return C.concat(G)};var w=C.alloc(16,16);function y(){this.cache=C.allocUnsafe(0)}function T(F,V,U){var G=t[F.toLowerCase()];if(!G)throw new TypeError("invalid suite type");if("string"==typeof V&&(V=C.from(V)),V.length!==G.key/8)throw new TypeError("invalid key length "+V.length);if("string"==typeof U&&(U=C.from(U)),"GCM"!==G.mode&&U.length!==G.iv)throw new TypeError("invalid iv length "+U.length);return"stream"===G.type?new S(G.module,V,U):"auth"===G.type?new e(G.module,V,U):new d(G.module,V,U)}d.prototype._final=function(){var F=this._cache.flush();if(this._autopadding)return F=this._mode.encrypt(this,F),this._cipher.scrub(),F;if(!F.equals(w))throw this._cipher.scrub(),new Error("data not multiple of block length")},d.prototype.setAutoPadding=function(F){return this._autopadding=!!F,this},y.prototype.add=function(F){this.cache=C.concat([this.cache,F])},y.prototype.get=function(){if(this.cache.length>15){var F=this.cache.slice(0,16);return this.cache=this.cache.slice(16),F}return null},y.prototype.flush=function(){for(var F=16-this.cache.length,V=C.allocUnsafe(F),U=-1;++U{var t=p(7054).Buffer,e=t.alloc(16,0);function S(x){var m=t.allocUnsafe(16);return m.writeUInt32BE(x[0]>>>0,0),m.writeUInt32BE(x[1]>>>0,4),m.writeUInt32BE(x[2]>>>0,8),m.writeUInt32BE(x[3]>>>0,12),m}function l(x){this.h=x,this.state=t.alloc(16,0),this.cache=t.allocUnsafe(0)}l.prototype.ghash=function(x){for(var m=-1;++m0;R--)x[R]=x[R]>>>1|(1&x[R-1])<<31;x[0]=x[0]>>>1,w&&(x[0]=x[0]^225<<24)}this.state=S(m)},l.prototype.update=function(x){this.cache=t.concat([this.cache,x]);for(var m;this.cache.length>=16;)m=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(m)},l.prototype.final=function(x,m){return this.cache.length&&this.ghash(t.concat([this.cache,e],16)),this.ghash(S([0,x,0,m])),this.state},Ve.exports=l},5725:Ve=>{Ve.exports=function ee(p){for(var e,t=p.length;t--;){if(255!==(e=p.readUInt8(t))){e++,p.writeUInt8(e,t);break}p.writeUInt8(0,t)}}},4133:(Ve,ee,p)=>{var t=p(3546);ee.encrypt=function(e,C){var S=t(C,e._prev);return e._prev=e._cipher.encryptBlock(S),e._prev},ee.decrypt=function(e,C){var S=e._prev;e._prev=C;var l=e._cipher.decryptBlock(C);return t(l,S)}},7090:(Ve,ee,p)=>{var t=p(7054).Buffer,e=p(3546);function C(S,l,x){var m=l.length,R=e(l,S._cache);return S._cache=S._cache.slice(m),S._prev=t.concat([S._prev,x?l:R]),R}ee.encrypt=function(S,l,x){for(var R,m=t.allocUnsafe(0);l.length;){if(0===S._cache.length&&(S._cache=S._cipher.encryptBlock(S._prev),S._prev=t.allocUnsafe(0)),!(S._cache.length<=l.length)){m=t.concat([m,C(S,l,x)]);break}m=t.concat([m,C(S,l.slice(0,R=S._cache.length),x)]),l=l.slice(R)}return m}},1039:(Ve,ee,p)=>{var t=p(7054).Buffer;function e(S,l,x){for(var y,T,R=-1,w=0;++R<8;)w+=(128&(T=S._cipher.encryptBlock(S._prev)[0]^(y=l&1<<7-R?128:0)))>>R%8,S._prev=C(S._prev,x?y:T);return w}function C(S,l){var x=S.length,m=-1,R=t.allocUnsafe(S.length);for(S=t.concat([S,t.from([l])]);++m>7;return R}ee.encrypt=function(S,l,x){for(var m=l.length,R=t.allocUnsafe(m),d=-1;++d{var t=p(7054).Buffer;function e(C,S,l){var m=C._cipher.encryptBlock(C._prev)[0]^S;return C._prev=t.concat([C._prev.slice(1),t.from([l?S:m])]),m}ee.encrypt=function(C,S,l){for(var x=S.length,m=t.allocUnsafe(x),R=-1;++R{var t=p(3546),e=p(7054).Buffer,C=p(5725);function S(x){var m=x._cipher.encryptBlockRaw(x._prev);return C(x._prev),m}ee.encrypt=function(x,m){var R=Math.ceil(m.length/16),d=x._cache.length;x._cache=e.concat([x._cache,e.allocUnsafe(16*R)]);for(var w=0;w{ee.encrypt=function(p,t){return p._cipher.encryptBlock(t)},ee.decrypt=function(p,t){return p._cipher.decryptBlock(t)}},503:(Ve,ee,p)=>{var t={ECB:p(7513),CBC:p(4133),CFB:p(7090),CFB8:p(2576),CFB1:p(1039),OFB:p(6854),CTR:p(336),GCM:p(336)},e=p(3219);for(var C in e)e[C].module=t[e[C].mode];Ve.exports=e},6854:(Ve,ee,p)=>{var t=p(3546);function e(C){return C._prev=C._cipher.encryptBlock(C._prev),C._prev}ee.encrypt=function(C,S){for(;C._cache.length{var t=p(2375),e=p(7054).Buffer,C=p(3247);function l(x,m,R,d){C.call(this),this._cipher=new t.AES(m),this._prev=e.from(R),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=d,this._mode=x}p(1993)(l,C),l.prototype._update=function(x){return this._mode.encrypt(this,x,this._decrypt)},l.prototype._final=function(){this._cipher.scrub()},Ve.exports=l},8862:(Ve,ee,p)=>{var t=p(9799),e=p(3388),C=p(503),S=p(9571),l=p(592);function R(y,T,k){if(y=y.toLowerCase(),C[y])return e.createCipheriv(y,T,k);if(S[y])return new t({key:T,iv:k,mode:y});throw new TypeError("invalid suite type")}function d(y,T,k){if(y=y.toLowerCase(),C[y])return e.createDecipheriv(y,T,k);if(S[y])return new t({key:T,iv:k,mode:y,decrypt:!0});throw new TypeError("invalid suite type")}ee.createCipher=ee.Cipher=function x(y,T){var k,F;if(y=y.toLowerCase(),C[y])k=C[y].key,F=C[y].iv;else{if(!S[y])throw new TypeError("invalid suite type");k=8*S[y].key,F=S[y].iv}var V=l(T,!1,k,F);return R(y,V.key,V.iv)},ee.createCipheriv=ee.Cipheriv=R,ee.createDecipher=ee.Decipher=function m(y,T){var k,F;if(y=y.toLowerCase(),C[y])k=C[y].key,F=C[y].iv;else{if(!S[y])throw new TypeError("invalid suite type");k=8*S[y].key,F=S[y].iv}var V=l(T,!1,k,F);return d(y,V.key,V.iv)},ee.createDecipheriv=ee.Decipheriv=d,ee.listCiphers=ee.getCiphers=function w(){return Object.keys(S).concat(e.getCiphers())}},9799:(Ve,ee,p)=>{var t=p(3247),e=p(1549),C=p(1993),S=p(7054).Buffer,l={"des-ede3-cbc":e.CBC.instantiate(e.EDE),"des-ede3":e.EDE,"des-ede-cbc":e.CBC.instantiate(e.EDE),"des-ede":e.EDE,"des-cbc":e.CBC.instantiate(e.DES),"des-ecb":e.DES};function x(m){t.call(this);var w,R=m.mode.toLowerCase(),d=l[R];w=m.decrypt?"decrypt":"encrypt";var y=m.key;S.isBuffer(y)||(y=S.from(y)),("des-ede"===R||"des-ede-cbc"===R)&&(y=S.concat([y,y.slice(0,8)]));var T=m.iv;S.isBuffer(T)||(T=S.from(T)),this._des=d.create({key:y,iv:T,type:w})}l.des=l["des-cbc"],l.des3=l["des-ede3-cbc"],Ve.exports=x,C(x,t),x.prototype._update=function(m){return S.from(this._des.update(m))},x.prototype._final=function(){return S.from(this._des.final())}},9571:(Ve,ee)=>{ee["des-ecb"]={key:8,iv:0},ee["des-cbc"]=ee.des={key:8,iv:8},ee["des-ede3-cbc"]=ee.des3={key:24,iv:8},ee["des-ede3"]={key:24,iv:0},ee["des-ede-cbc"]={key:16,iv:8},ee["des-ede"]={key:16,iv:0}},4105:(Ve,ee,p)=>{"use strict";var t=p(917),e=p(3342),C=p(7054).Buffer;function S(m){var d,R=m.modulus.byteLength();do{d=new t(e(R))}while(d.cmp(m.modulus)>=0||!d.umod(m.prime1)||!d.umod(m.prime2));return d}function x(m,R){var d=function l(m){var R=S(m);return{blinder:R.toRed(t.mont(m.modulus)).redPow(new t(m.publicExponent)).fromRed(),unblinder:R.invm(m.modulus)}}(R),w=R.modulus.byteLength(),y=new t(m).mul(d.blinder).umod(R.modulus),T=y.toRed(t.mont(R.prime1)),k=y.toRed(t.mont(R.prime2)),F=R.coefficient,V=R.prime1,U=R.prime2,G=T.redPow(R.exponent1).fromRed(),Y=k.redPow(R.exponent2).fromRed(),$=G.isub(Y).imul(F).umod(V).imul(U);return Y.iadd($).imul(d.unblinder).umod(R.modulus).toArrayLike(C,"be",w)}x.getr=S,Ve.exports=x},9560:(Ve,ee,p)=>{"use strict";Ve.exports=p(2951)},9143:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(7211),C=p(5942),S=p(1993),l=p(3150),x=p(4754),m=p(2951);function R(T){C.Writable.call(this);var k=m[T];if(!k)throw new Error("Unknown message digest");this._hashType=k.hash,this._hash=e(k.hash),this._tag=k.id,this._signType=k.sign}function d(T){C.Writable.call(this);var k=m[T];if(!k)throw new Error("Unknown message digest");this._hash=e(k.hash),this._tag=k.id,this._signType=k.sign}function w(T){return new R(T)}function y(T){return new d(T)}Object.keys(m).forEach(function(T){m[T].id=t.from(m[T].id,"hex"),m[T.toLowerCase()]=m[T]}),S(R,C.Writable),R.prototype._write=function(k,F,V){this._hash.update(k),V()},R.prototype.update=function(k,F){return this._hash.update("string"==typeof k?t.from(k,F):k),this},R.prototype.sign=function(k,F){this.end();var V=this._hash.digest(),U=l(V,k,this._hashType,this._signType,this._tag);return F?U.toString(F):U},S(d,C.Writable),d.prototype._write=function(k,F,V){this._hash.update(k),V()},d.prototype.update=function(k,F){return this._hash.update("string"==typeof k?t.from(k,F):k),this},d.prototype.verify=function(k,F,V){var U="string"==typeof F?t.from(F,V):F;this.end();var G=this._hash.digest();return x(U,G,k,this._signType,this._tag)},Ve.exports={Sign:w,Verify:y,createSign:w,createVerify:y}},3150:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(6432),C=p(4105),S=p(518).ec,l=p(917),x=p(5667),m=p(4589);function k(Y,$,Z,ie){if((Y=t.from(Y.toArray())).length<$.byteLength()){var ve=t.alloc($.byteLength()-Y.length);Y=t.concat([ve,Y])}var ae=Z.length,ye=function V(Y,$){Y=(Y=F(Y,$)).mod($);var Z=t.from(Y.toArray());if(Z.length<$.byteLength()){var ie=t.alloc($.byteLength()-Z.length);Z=t.concat([ie,Z])}return Z}(Z,$),ue=t.alloc(ae);ue.fill(1);var be=t.alloc(ae);return be=e(ie,be).update(ue).update(t.from([0])).update(Y).update(ye).digest(),ue=e(ie,be).update(ue).digest(),{k:be=e(ie,be).update(ue).update(t.from([1])).update(Y).update(ye).digest(),v:ue=e(ie,be).update(ue).digest()}}function F(Y,$){var Z=new l(Y),ie=(Y.length<<3)-$.bitLength();return ie>0&&Z.ishrn(ie),Z}function U(Y,$,Z){var ie,ve;do{for(ie=t.alloc(0);8*ie.length{"use strict";var t=p(7054).Buffer,e=p(917),C=p(518).ec,S=p(5667),l=p(4589);function d(w,y){if(w.cmpn(0)<=0)throw new Error("invalid sig");if(w.cmp(y)>=0)throw new Error("invalid sig")}Ve.exports=function x(w,y,T,k,F){var V=S(T);if("ec"===V.type){if("ecdsa"!==k&&"ecdsa/rsa"!==k)throw new Error("wrong public key type");return function m(w,y,T){var k=l[T.data.algorithm.curve.join(".")];if(!k)throw new Error("unknown curve "+T.data.algorithm.curve.join("."));return new C(k).verify(y,w,T.data.subjectPrivateKey.data)}(w,y,V)}if("dsa"===V.type){if("dsa"!==k)throw new Error("wrong public key type");return function R(w,y,T){var k=T.data.p,F=T.data.q,V=T.data.g,U=T.data.pub_key,G=S.signature.decode(w,"der"),Y=G.s,$=G.r;d(Y,F),d($,F);var Z=e.mont(k),ie=Y.invm(F);return 0===V.toRed(Z).redPow(new e(y).mul(ie).mod(F)).fromRed().mul(U.toRed(Z).redPow($.mul(ie).mod(F)).fromRed()).mod(k).mod(F).cmp($)}(w,y,V)}if("rsa"!==k&&"ecdsa/rsa"!==k)throw new Error("wrong public key type");y=t.concat([F,y]);for(var U=V.modulus.byteLength(),G=[1],Y=0;y.length+G.length+2{Ve.exports=function(p,t){for(var e=Math.min(p.length,t.length),C=new Buffer(e),S=0;S{"use strict";var t=p(3981),e=p(2020),C="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;ee.Buffer=m,ee.SlowBuffer=function Y(se){return+se!=se&&(se=0),m.alloc(+se)},ee.INSPECT_MAX_BYTES=50;var S=2147483647;function x(se){if(se>S)throw new RangeError('The value "'+se+'" is invalid for option "size"');var fe=new Uint8Array(se);return Object.setPrototypeOf(fe,m.prototype),fe}function m(se,fe,he){if("number"==typeof se){if("string"==typeof fe)throw new TypeError('The "string" argument must be of type string. Received type number');return y(se)}return R(se,fe,he)}function R(se,fe,he){if("string"==typeof se)return function T(se,fe){if(("string"!=typeof fe||""===fe)&&(fe="utf8"),!m.isEncoding(fe))throw new TypeError("Unknown encoding: "+fe);var he=0|$(se,fe),et=x(he),Ke=et.write(se,fe);return Ke!==he&&(et=et.slice(0,Ke)),et}(se,fe);if(ArrayBuffer.isView(se))return function F(se){if(de(se,Uint8Array)){var fe=new Uint8Array(se);return V(fe.buffer,fe.byteOffset,fe.byteLength)}return k(se)}(se);if(null==se)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof se);if(de(se,ArrayBuffer)||se&&de(se.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(de(se,SharedArrayBuffer)||se&&de(se.buffer,SharedArrayBuffer)))return V(se,fe,he);if("number"==typeof se)throw new TypeError('The "value" argument must not be of type number. Received type number');var et=se.valueOf&&se.valueOf();if(null!=et&&et!==se)return m.from(et,fe,he);var Ke=function U(se){if(m.isBuffer(se)){var fe=0|G(se.length),he=x(fe);return 0===he.length||se.copy(he,0,0,fe),he}return void 0!==se.length?"number"!=typeof se.length||pe(se.length)?x(0):k(se):"Buffer"===se.type&&Array.isArray(se.data)?k(se.data):void 0}(se);if(Ke)return Ke;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof se[Symbol.toPrimitive])return m.from(se[Symbol.toPrimitive]("string"),fe,he);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof se)}function d(se){if("number"!=typeof se)throw new TypeError('"size" argument must be of type number');if(se<0)throw new RangeError('The value "'+se+'" is invalid for option "size"')}function y(se){return d(se),x(se<0?0:0|G(se))}function k(se){for(var fe=se.length<0?0:0|G(se.length),he=x(fe),et=0;et=S)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+S.toString(16)+" bytes");return 0|se}function $(se,fe){if(m.isBuffer(se))return se.length;if(ArrayBuffer.isView(se)||de(se,ArrayBuffer))return se.byteLength;if("string"!=typeof se)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof se);var he=se.length,et=arguments.length>2&&!0===arguments[2];if(!et&&0===he)return 0;for(var Ke=!1;;)switch(fe){case"ascii":case"latin1":case"binary":return he;case"utf8":case"utf-8":return rt(se).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*he;case"hex":return he>>>1;case"base64":return oe(se).length;default:if(Ke)return et?-1:rt(se).length;fe=(""+fe).toLowerCase(),Ke=!0}}function Z(se,fe,he){var et=!1;if((void 0===fe||fe<0)&&(fe=0),fe>this.length||((void 0===he||he>this.length)&&(he=this.length),he<=0)||(he>>>=0)<=(fe>>>=0))return"";for(se||(se="utf8");;)switch(se){case"hex":return _(this,fe,he);case"utf8":case"utf-8":return f(this,fe,he);case"ascii":return L(this,fe,he);case"latin1":case"binary":return O(this,fe,he);case"base64":return c(this,fe,he);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r(this,fe,he);default:if(et)throw new TypeError("Unknown encoding: "+se);se=(se+"").toLowerCase(),et=!0}}function ie(se,fe,he){var et=se[fe];se[fe]=se[he],se[he]=et}function ve(se,fe,he,et,Ke){if(0===se.length)return-1;if("string"==typeof he?(et=he,he=0):he>2147483647?he=2147483647:he<-2147483648&&(he=-2147483648),pe(he=+he)&&(he=Ke?0:se.length-1),he<0&&(he=se.length+he),he>=se.length){if(Ke)return-1;he=se.length-1}else if(he<0){if(!Ke)return-1;he=0}if("string"==typeof fe&&(fe=m.from(fe,et)),m.isBuffer(fe))return 0===fe.length?-1:ae(se,fe,he,et,Ke);if("number"==typeof fe)return fe&=255,"function"==typeof Uint8Array.prototype.indexOf?Ke?Uint8Array.prototype.indexOf.call(se,fe,he):Uint8Array.prototype.lastIndexOf.call(se,fe,he):ae(se,[fe],he,et,Ke);throw new TypeError("val must be string, number or Buffer")}function ae(se,fe,he,et,Ke){var Je,Ct=1,_t=se.length,Nt=fe.length;if(void 0!==et&&("ucs2"===(et=String(et).toLowerCase())||"ucs-2"===et||"utf16le"===et||"utf-16le"===et)){if(se.length<2||fe.length<2)return-1;Ct=2,_t/=2,Nt/=2,he/=2}function ke(ht,tt){return 1===Ct?ht[tt]:ht.readUInt16BE(tt*Ct)}if(Ke){var Qe=-1;for(Je=he;Je<_t;Je++)if(ke(se,Je)===ke(fe,-1===Qe?0:Je-Qe)){if(-1===Qe&&(Qe=Je),Je-Qe+1===Nt)return Qe*Ct}else-1!==Qe&&(Je-=Je-Qe),Qe=-1}else for(he+Nt>_t&&(he=_t-Nt),Je=he;Je>=0;Je--){for(var nt=!0,Ue=0;UeKe&&(et=Ke):et=Ke;var Ct=fe.length;et>Ct/2&&(et=Ct/2);for(var _t=0;_t>8,Ct.push(he%256),Ct.push(et);return Ct}(fe,se.length-he),se,he,et)}function c(se,fe,he){return t.fromByteArray(0===fe&&he===se.length?se:se.slice(fe,he))}function f(se,fe,he){he=Math.min(se.length,he);for(var et=[],Ke=fe;Ke239?4:Ct>223?3:Ct>191?2:1;if(Ke+Nt<=he)switch(Nt){case 1:Ct<128&&(_t=Ct);break;case 2:128==(192&(ke=se[Ke+1]))&&(nt=(31&Ct)<<6|63&ke)>127&&(_t=nt);break;case 3:Je=se[Ke+2],128==(192&(ke=se[Ke+1]))&&128==(192&Je)&&(nt=(15&Ct)<<12|(63&ke)<<6|63&Je)>2047&&(nt<55296||nt>57343)&&(_t=nt);break;case 4:Je=se[Ke+2],Qe=se[Ke+3],128==(192&(ke=se[Ke+1]))&&128==(192&Je)&&128==(192&Qe)&&(nt=(15&Ct)<<18|(63&ke)<<12|(63&Je)<<6|63&Qe)>65535&&nt<1114112&&(_t=nt)}null===_t?(_t=65533,Nt=1):_t>65535&&(et.push((_t-=65536)>>>10&1023|55296),_t=56320|1023&_t),et.push(_t),Ke+=Nt}return function M(se){var fe=se.length;if(fe<=h)return String.fromCharCode.apply(String,se);for(var he="",et=0;etKe.length?m.from(_t).copy(Ke,Ct):Uint8Array.prototype.set.call(Ke,_t,Ct);else{if(!m.isBuffer(_t))throw new TypeError('"list" argument must be an Array of Buffers');_t.copy(Ke,Ct)}Ct+=_t.length}return Ke},m.byteLength=$,m.prototype._isBuffer=!0,m.prototype.swap16=function(){var fe=this.length;if(fe%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var he=0;hehe&&(fe+=" ... "),""},C&&(m.prototype[C]=m.prototype.inspect),m.prototype.compare=function(fe,he,et,Ke,Ct){if(de(fe,Uint8Array)&&(fe=m.from(fe,fe.offset,fe.byteLength)),!m.isBuffer(fe))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof fe);if(void 0===he&&(he=0),void 0===et&&(et=fe?fe.length:0),void 0===Ke&&(Ke=0),void 0===Ct&&(Ct=this.length),he<0||et>fe.length||Ke<0||Ct>this.length)throw new RangeError("out of range index");if(Ke>=Ct&&he>=et)return 0;if(Ke>=Ct)return-1;if(he>=et)return 1;if(this===fe)return 0;for(var _t=(Ct>>>=0)-(Ke>>>=0),Nt=(et>>>=0)-(he>>>=0),ke=Math.min(_t,Nt),Je=this.slice(Ke,Ct),Qe=fe.slice(he,et),nt=0;nt>>=0,isFinite(et)?(et>>>=0,void 0===Ke&&(Ke="utf8")):(Ke=et,et=void 0)}var Ct=this.length-he;if((void 0===et||et>Ct)&&(et=Ct),fe.length>0&&(et<0||he<0)||he>this.length)throw new RangeError("Attempt to write outside buffer bounds");Ke||(Ke="utf8");for(var _t=!1;;)switch(Ke){case"hex":return ye(this,fe,he,et);case"utf8":case"utf-8":return ue(this,fe,he,et);case"ascii":case"latin1":case"binary":return be(this,fe,he,et);case"base64":return D(this,fe,he,et);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n(this,fe,he,et);default:if(_t)throw new TypeError("Unknown encoding: "+Ke);Ke=(""+Ke).toLowerCase(),_t=!0}},m.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var h=4096;function L(se,fe,he){var et="";he=Math.min(se.length,he);for(var Ke=fe;Keet)&&(he=et);for(var Ke="",Ct=fe;Cthe)throw new RangeError("Trying to access beyond buffer length")}function z(se,fe,he,et,Ke,Ct){if(!m.isBuffer(se))throw new TypeError('"buffer" argument must be a Buffer instance');if(fe>Ke||fese.length)throw new RangeError("Index out of range")}function N(se,fe,he,et,Ke,Ct){if(he+et>se.length)throw new RangeError("Index out of range");if(he<0)throw new RangeError("Index out of range")}function ne(se,fe,he,et,Ke){return fe=+fe,he>>>=0,Ke||N(se,0,he,4),e.write(se,fe,he,et,23,4),he+4}function Ie(se,fe,he,et,Ke){return fe=+fe,he>>>=0,Ke||N(se,0,he,8),e.write(se,fe,he,et,52,8),he+8}m.prototype.slice=function(fe,he){var et=this.length;(fe=~~fe)<0?(fe+=et)<0&&(fe=0):fe>et&&(fe=et),(he=void 0===he?et:~~he)<0?(he+=et)<0&&(he=0):he>et&&(he=et),he>>=0,he>>>=0,et||v(fe,he,this.length);for(var Ke=this[fe],Ct=1,_t=0;++_t>>=0,he>>>=0,et||v(fe,he,this.length);for(var Ke=this[fe+--he],Ct=1;he>0&&(Ct*=256);)Ke+=this[fe+--he]*Ct;return Ke},m.prototype.readUint8=m.prototype.readUInt8=function(fe,he){return fe>>>=0,he||v(fe,1,this.length),this[fe]},m.prototype.readUint16LE=m.prototype.readUInt16LE=function(fe,he){return fe>>>=0,he||v(fe,2,this.length),this[fe]|this[fe+1]<<8},m.prototype.readUint16BE=m.prototype.readUInt16BE=function(fe,he){return fe>>>=0,he||v(fe,2,this.length),this[fe]<<8|this[fe+1]},m.prototype.readUint32LE=m.prototype.readUInt32LE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),(this[fe]|this[fe+1]<<8|this[fe+2]<<16)+16777216*this[fe+3]},m.prototype.readUint32BE=m.prototype.readUInt32BE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),16777216*this[fe]+(this[fe+1]<<16|this[fe+2]<<8|this[fe+3])},m.prototype.readIntLE=function(fe,he,et){fe>>>=0,he>>>=0,et||v(fe,he,this.length);for(var Ke=this[fe],Ct=1,_t=0;++_t=(Ct*=128)&&(Ke-=Math.pow(2,8*he)),Ke},m.prototype.readIntBE=function(fe,he,et){fe>>>=0,he>>>=0,et||v(fe,he,this.length);for(var Ke=he,Ct=1,_t=this[fe+--Ke];Ke>0&&(Ct*=256);)_t+=this[fe+--Ke]*Ct;return _t>=(Ct*=128)&&(_t-=Math.pow(2,8*he)),_t},m.prototype.readInt8=function(fe,he){return fe>>>=0,he||v(fe,1,this.length),128&this[fe]?-1*(255-this[fe]+1):this[fe]},m.prototype.readInt16LE=function(fe,he){fe>>>=0,he||v(fe,2,this.length);var et=this[fe]|this[fe+1]<<8;return 32768&et?4294901760|et:et},m.prototype.readInt16BE=function(fe,he){fe>>>=0,he||v(fe,2,this.length);var et=this[fe+1]|this[fe]<<8;return 32768&et?4294901760|et:et},m.prototype.readInt32LE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),this[fe]|this[fe+1]<<8|this[fe+2]<<16|this[fe+3]<<24},m.prototype.readInt32BE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),this[fe]<<24|this[fe+1]<<16|this[fe+2]<<8|this[fe+3]},m.prototype.readFloatLE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),e.read(this,fe,!0,23,4)},m.prototype.readFloatBE=function(fe,he){return fe>>>=0,he||v(fe,4,this.length),e.read(this,fe,!1,23,4)},m.prototype.readDoubleLE=function(fe,he){return fe>>>=0,he||v(fe,8,this.length),e.read(this,fe,!0,52,8)},m.prototype.readDoubleBE=function(fe,he){return fe>>>=0,he||v(fe,8,this.length),e.read(this,fe,!1,52,8)},m.prototype.writeUintLE=m.prototype.writeUIntLE=function(fe,he,et,Ke){fe=+fe,he>>>=0,et>>>=0,Ke||z(this,fe,he,et,Math.pow(2,8*et)-1,0);var _t=1,Nt=0;for(this[he]=255&fe;++Nt>>=0,et>>>=0,Ke||z(this,fe,he,et,Math.pow(2,8*et)-1,0);var _t=et-1,Nt=1;for(this[he+_t]=255&fe;--_t>=0&&(Nt*=256);)this[he+_t]=fe/Nt&255;return he+et},m.prototype.writeUint8=m.prototype.writeUInt8=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,1,255,0),this[he]=255&fe,he+1},m.prototype.writeUint16LE=m.prototype.writeUInt16LE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,2,65535,0),this[he]=255&fe,this[he+1]=fe>>>8,he+2},m.prototype.writeUint16BE=m.prototype.writeUInt16BE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,2,65535,0),this[he]=fe>>>8,this[he+1]=255&fe,he+2},m.prototype.writeUint32LE=m.prototype.writeUInt32LE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,4,4294967295,0),this[he+3]=fe>>>24,this[he+2]=fe>>>16,this[he+1]=fe>>>8,this[he]=255&fe,he+4},m.prototype.writeUint32BE=m.prototype.writeUInt32BE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,4,4294967295,0),this[he]=fe>>>24,this[he+1]=fe>>>16,this[he+2]=fe>>>8,this[he+3]=255&fe,he+4},m.prototype.writeIntLE=function(fe,he,et,Ke){if(fe=+fe,he>>>=0,!Ke){var Ct=Math.pow(2,8*et-1);z(this,fe,he,et,Ct-1,-Ct)}var _t=0,Nt=1,ke=0;for(this[he]=255&fe;++_t>>=0,!Ke){var Ct=Math.pow(2,8*et-1);z(this,fe,he,et,Ct-1,-Ct)}var _t=et-1,Nt=1,ke=0;for(this[he+_t]=255&fe;--_t>=0&&(Nt*=256);)fe<0&&0===ke&&0!==this[he+_t+1]&&(ke=1),this[he+_t]=(fe/Nt|0)-ke&255;return he+et},m.prototype.writeInt8=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,1,127,-128),fe<0&&(fe=255+fe+1),this[he]=255&fe,he+1},m.prototype.writeInt16LE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,2,32767,-32768),this[he]=255&fe,this[he+1]=fe>>>8,he+2},m.prototype.writeInt16BE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,2,32767,-32768),this[he]=fe>>>8,this[he+1]=255&fe,he+2},m.prototype.writeInt32LE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,4,2147483647,-2147483648),this[he]=255&fe,this[he+1]=fe>>>8,this[he+2]=fe>>>16,this[he+3]=fe>>>24,he+4},m.prototype.writeInt32BE=function(fe,he,et){return fe=+fe,he>>>=0,et||z(this,fe,he,4,2147483647,-2147483648),fe<0&&(fe=4294967295+fe+1),this[he]=fe>>>24,this[he+1]=fe>>>16,this[he+2]=fe>>>8,this[he+3]=255&fe,he+4},m.prototype.writeFloatLE=function(fe,he,et){return ne(this,fe,he,!0,et)},m.prototype.writeFloatBE=function(fe,he,et){return ne(this,fe,he,!1,et)},m.prototype.writeDoubleLE=function(fe,he,et){return Ie(this,fe,he,!0,et)},m.prototype.writeDoubleBE=function(fe,he,et){return Ie(this,fe,he,!1,et)},m.prototype.copy=function(fe,he,et,Ke){if(!m.isBuffer(fe))throw new TypeError("argument should be a Buffer");if(et||(et=0),!Ke&&0!==Ke&&(Ke=this.length),he>=fe.length&&(he=fe.length),he||(he=0),Ke>0&&Ke=this.length)throw new RangeError("Index out of range");if(Ke<0)throw new RangeError("sourceEnd out of bounds");Ke>this.length&&(Ke=this.length),fe.length-he>>=0,et=void 0===et?this.length:et>>>0,fe||(fe=0),"number"==typeof fe)for(_t=he;_t55295&&he<57344){if(!Ke){if(he>56319){(fe-=3)>-1&&Ct.push(239,191,189);continue}if(_t+1===et){(fe-=3)>-1&&Ct.push(239,191,189);continue}Ke=he;continue}if(he<56320){(fe-=3)>-1&&Ct.push(239,191,189),Ke=he;continue}he=65536+(Ke-55296<<10|he-56320)}else Ke&&(fe-=3)>-1&&Ct.push(239,191,189);if(Ke=null,he<128){if((fe-=1)<0)break;Ct.push(he)}else if(he<2048){if((fe-=2)<0)break;Ct.push(he>>6|192,63&he|128)}else if(he<65536){if((fe-=3)<0)break;Ct.push(he>>12|224,he>>6&63|128,63&he|128)}else{if(!(he<1114112))throw new Error("Invalid code point");if((fe-=4)<0)break;Ct.push(he>>18|240,he>>12&63|128,he>>6&63|128,63&he|128)}}return Ct}function oe(se){return t.toByteArray(function Ye(se){if((se=(se=se.split("=")[0]).trim().replace(at,"")).length<2)return"";for(;se.length%4!=0;)se+="=";return se}(se))}function _e(se,fe,he,et){for(var Ke=0;Ke=fe.length||Ke>=se.length);++Ke)fe[Ke+he]=se[Ke];return Ke}function de(se,fe){return se instanceof fe||null!=se&&null!=se.constructor&&null!=se.constructor.name&&se.constructor.name===fe.name}function pe(se){return se!=se}var We=function(){for(var se="0123456789abcdef",fe=new Array(256),he=0;he<16;++he)for(var et=16*he,Ke=0;Ke<16;++Ke)fe[et+Ke]=se[he]+se[Ke];return fe}()},5731:(Ve,ee,p)=>{"use strict";var t=p(5992),e=p(9477),C=p(9705),S=p(2910);Ve.exports=S||t.call(C,e)},8910:(Ve,ee,p)=>{"use strict";var t=p(5992),e=p(9477),C=p(5731);Ve.exports=function(){return C(t,e,arguments)}},9477:Ve=>{"use strict";Ve.exports=Function.prototype.apply},9705:Ve=>{"use strict";Ve.exports=Function.prototype.call},1885:(Ve,ee,p)=>{"use strict";var t=p(5992),e=p(6758),C=p(9705),S=p(5731);Ve.exports=function(x){if(x.length<1||"function"!=typeof x[0])throw new e("a function is required");return S(t,C,x)}},2910:Ve=>{"use strict";Ve.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply},8128:(Ve,ee,p)=>{"use strict";var t=p(1358),e=p(4570),C=p(1885),S=p(8910);Ve.exports=function(x){var m=C(arguments),R=x.length-(arguments.length-1);return t(m,1+(R>0?R:0),!0)},e?e(Ve.exports,"apply",{value:S}):Ve.exports.apply=S},2773:(Ve,ee,p)=>{"use strict";var t=p(258),e=p(1885),C=e([t("%String.prototype.indexOf%")]);Ve.exports=function(l,x){var m=t(l,!!x);return"function"==typeof m&&C(l,".prototype.")>-1?e([m]):m}},3247:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(7045).Transform,C=p(8454).I;function l(d){e.call(this),this.hashMode="string"==typeof d,this.hashMode?this[d]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}p(1993)(l,e);var x=typeof Uint8Array<"u",m=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&ArrayBuffer.isView&&(t.prototype instanceof Uint8Array||t.TYPED_ARRAY_SUPPORT);l.prototype.update=function(d,w,y){var T=function R(d,w){if(d instanceof t)return d;if("string"==typeof d)return t.from(d,w);if(m&&ArrayBuffer.isView(d)){if(0===d.byteLength)return t.alloc(0);var y=t.from(d.buffer,d.byteOffset,d.byteLength);if(y.byteLength===d.byteLength)return y}if(x&&d instanceof Uint8Array||t.isBuffer(d)&&d.constructor&&"function"==typeof d.constructor.isBuffer&&d.constructor.isBuffer(d))return t.from(d);throw new TypeError('The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView.')}(d,w),k=this._update(T);return this.hashMode?this:(y&&(k=this._toString(k,y)),k)},l.prototype.setAutoPadding=function(){},l.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},l.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},l.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},l.prototype._transform=function(d,w,y){var T;try{this.hashMode?this._update(d):this.push(this._update(d))}catch(k){T=k}finally{y(T)}},l.prototype._flush=function(d){var w;try{this.push(this.__final())}catch(y){w=y}d(w)},l.prototype._finalOrDigest=function(d){var w=this.__final()||t.alloc(0);return d&&(w=this._toString(w,d,!0)),w},l.prototype._toString=function(d,w,y){if(this._decoder||(this._decoder=new C(w),this._encoding=w),this._encoding!==w)throw new Error("can\u2019t switch encodings");var T=this._decoder.write(d);return y&&(T+=this._decoder.end()),T},Ve.exports=l},4740:function(Ve){!function(ee){"use strict";var p={bytesToHex:function(C){return function t(C){return C.map(function(S){return function e(C,S){return C.length>S?C:Array(S-C.length+1).join("0")+C}(S.toString(16),2)}).join("")}(C)},hexToBytes:function(C){if(C.length%2==1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return 0===C.indexOf("0x")&&(C=C.slice(2)),C.match(/../g).map(function(S){return parseInt(S,16)})}};Ve.exports?Ve.exports=p:ee.convertHex=p}(this)},820:function(Ve){!function(ee){"use strict";var p={bytesToString:function(t){return t.map(function(e){return String.fromCharCode(e)}).join("")},stringToBytes:function(t){return t.split("").map(function(e){return e.charCodeAt(0)})}};p.UTF8={bytesToString:function(t){return decodeURIComponent(escape(p.bytesToString(t)))},stringToBytes:function(t){return p.stringToBytes(unescape(encodeURIComponent(t)))}},Ve.exports?Ve.exports=p:ee.convertString=p}(this)},7637:(Ve,ee,p)=>{function V(U){return Object.prototype.toString.call(U)}ee.isArray=function t(U){return Array.isArray?Array.isArray(U):"[object Array]"===V(U)},ee.isBoolean=function e(U){return"boolean"==typeof U},ee.isNull=function C(U){return null===U},ee.isNullOrUndefined=function S(U){return null==U},ee.isNumber=function l(U){return"number"==typeof U},ee.isString=function x(U){return"string"==typeof U},ee.isSymbol=function m(U){return"symbol"==typeof U},ee.isUndefined=function R(U){return void 0===U},ee.isRegExp=function d(U){return"[object RegExp]"===V(U)},ee.isObject=function w(U){return"object"==typeof U&&null!==U},ee.isDate=function y(U){return"[object Date]"===V(U)},ee.isError=function T(U){return"[object Error]"===V(U)||U instanceof Error},ee.isFunction=function k(U){return"function"==typeof U},ee.isPrimitive=function F(U){return null===U||"boolean"==typeof U||"number"==typeof U||"string"==typeof U||"symbol"==typeof U||typeof U>"u"},ee.isBuffer=p(3838).Buffer.isBuffer},7303:(Ve,ee,p)=>{var t=p(518),e=p(9606);Ve.exports=function(m){return new S(m)};var C={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function S(x){this.curveType=C[x],this.curveType||(this.curveType={name:x}),this.curve=new t.ec(this.curveType.name),this.keys=void 0}function l(x,m,R){Array.isArray(x)||(x=x.toArray());var d=new Buffer(x);if(R&&d.length=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},7211:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(4725),C=p(6636),S=p(5443),l=p(3247);function x(m){l.call(this,"digest"),this._hash=m}t(x,l),x.prototype._update=function(m){this._hash.update(m)},x.prototype._final=function(){return this._hash.digest()},Ve.exports=function(R){return"md5"===(R=R.toLowerCase())?new e:"rmd160"===R||"ripemd160"===R?new C:new x(S(R))}},3407:(Ve,ee,p)=>{var t=p(4725);Ve.exports=function(e){return(new t).update(e).digest()}},6432:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(509),C=p(3247),S=p(7054).Buffer,l=p(3407),x=p(6636),m=p(5443),R=S.alloc(128);function d(w,y){C.call(this,"digest"),"string"==typeof y&&(y=S.from(y));var T="sha512"===w||"sha384"===w?128:64;this._alg=w,this._key=y,y.length>T?y=("rmd160"===w?new x:m(w)).update(y).digest():y.length{"use strict";var t=p(1993),e=p(7054).Buffer,C=p(3247),S=e.alloc(128),l=64;function x(m,R){C.call(this,"digest"),"string"==typeof R&&(R=e.from(R)),this._alg=m,this._key=R,R.length>l?R=m(R):R.length{"use strict";ee.randomBytes=ee.rng=ee.pseudoRandomBytes=ee.prng=p(3342),ee.createHash=ee.Hash=p(7211),ee.createHmac=ee.Hmac=p(6432);var t=p(9560),e=Object.keys(t),C=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(e);ee.getHashes=function(){return C};var S=p(3397);ee.pbkdf2=S.pbkdf2,ee.pbkdf2Sync=S.pbkdf2Sync;var l=p(8862);ee.Cipher=l.Cipher,ee.createCipher=l.createCipher,ee.Cipheriv=l.Cipheriv,ee.createCipheriv=l.createCipheriv,ee.Decipher=l.Decipher,ee.createDecipher=l.createDecipher,ee.Decipheriv=l.Decipheriv,ee.createDecipheriv=l.createDecipheriv,ee.getCiphers=l.getCiphers,ee.listCiphers=l.listCiphers;var x=p(4377);ee.DiffieHellmanGroup=x.DiffieHellmanGroup,ee.createDiffieHellmanGroup=x.createDiffieHellmanGroup,ee.getDiffieHellman=x.getDiffieHellman,ee.createDiffieHellman=x.createDiffieHellman,ee.DiffieHellman=x.DiffieHellman;var m=p(9143);ee.createSign=m.createSign,ee.Sign=m.Sign,ee.createVerify=m.createVerify,ee.Verify=m.Verify,ee.createECDH=p(7303);var R=p(2965);ee.publicEncrypt=R.publicEncrypt,ee.privateEncrypt=R.privateEncrypt,ee.publicDecrypt=R.publicDecrypt,ee.privateDecrypt=R.privateDecrypt;var d=p(9682);ee.randomFill=d.randomFill,ee.randomFillSync=d.randomFillSync,ee.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},ee.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},2736:(Ve,ee,p)=>{"use strict";var t=p(4570),e=p(8413),C=p(6758),S=p(1417);Ve.exports=function(x,m,R){if(!x||"object"!=typeof x&&"function"!=typeof x)throw new C("`obj` must be an object or a function`");if("string"!=typeof m&&"symbol"!=typeof m)throw new C("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new C("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new C("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new C("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new C("`loose`, if provided, must be a boolean");var d=arguments.length>3?arguments[3]:null,w=arguments.length>4?arguments[4]:null,y=arguments.length>5?arguments[5]:null,T=arguments.length>6&&arguments[6],k=!!S&&S(x,m);if(t)t(x,m,{configurable:null===y&&k?k.configurable:!y,enumerable:null===d&&k?k.enumerable:!d,value:R,writable:null===w&&k?k.writable:!w});else{if(!T&&(d||w||y))throw new e("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");x[m]=R}}},1549:(Ve,ee,p)=>{"use strict";ee.utils=p(5671),ee.Cipher=p(219),ee.DES=p(4166),ee.CBC=p(8800),ee.EDE=p(2122)},8800:(Ve,ee,p)=>{"use strict";var t=p(9210),e=p(1993),C={};function S(x){t.equal(x.length,8,"Invalid IV length"),this.iv=new Array(8);for(var m=0;m{"use strict";var t=p(9210);function e(C){this.options=C,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0,this.padding=!1!==C.padding}Ve.exports=e,e.prototype._init=function(){},e.prototype.update=function(S){return 0===S.length?[]:"decrypt"===this.type?this._updateDecrypt(S):this._updateEncrypt(S)},e.prototype._buffer=function(S,l){for(var x=Math.min(this.buffer.length-this.bufferOff,S.length-l),m=0;m0;m--)l+=this._buffer(S,l),x+=this._flushBuffer(R,x);return l+=this._buffer(S,l),R},e.prototype.final=function(S){var l,x;return S&&(l=this.update(S)),x="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),l?l.concat(x):x},e.prototype._pad=function(S,l){if(0===l)return!1;for(;l{"use strict";var t=p(9210),e=p(1993),C=p(5671),S=p(219);function l(){this.tmp=new Array(2),this.keys=null}function x(R){S.call(this,R);var d=new l;this._desState=d,this.deriveKeys(d,R.key)}e(x,S),Ve.exports=x,x.create=function(d){return new x(d)};var m=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];x.prototype.deriveKeys=function(d,w){d.keys=new Array(32),t.equal(w.length,this.blockSize,"Invalid key length");var y=C.readUInt32BE(w,0),T=C.readUInt32BE(w,4);C.pc1(y,T,d.tmp,0),y=d.tmp[0],T=d.tmp[1];for(var k=0;k>>1];y=C.r28shl(y,F),T=C.r28shl(T,F),C.pc2(y,T,d.keys,k)}},x.prototype._update=function(d,w,y,T){var k=this._desState,F=C.readUInt32BE(d,w),V=C.readUInt32BE(d,w+4);C.ip(F,V,k.tmp,0),F=k.tmp[0],V=k.tmp[1],"encrypt"===this.type?this._encrypt(k,F,V,k.tmp,0):this._decrypt(k,F,V,k.tmp,0),V=k.tmp[1],C.writeUInt32BE(y,F=k.tmp[0],T),C.writeUInt32BE(y,V,T+4)},x.prototype._pad=function(d,w){if(!1===this.padding)return!1;for(var y=d.length-w,T=w;T>>0,F=ie}C.rip(V,F,T,k)},x.prototype._decrypt=function(d,w,y,T,k){for(var F=y,V=w,U=d.keys.length-2;U>=0;U-=2){var G=d.keys[U],Y=d.keys[U+1];C.expand(F,d.tmp,0);var $=C.substitute(G^=d.tmp[0],Y^=d.tmp[1]),ie=F;F=(V^C.permute($))>>>0,V=ie}C.rip(F,V,T,k)}},2122:(Ve,ee,p)=>{"use strict";var t=p(9210),e=p(1993),C=p(219),S=p(4166);function l(m,R){t.equal(R.length,24,"Invalid key length");var d=R.slice(0,8),w=R.slice(8,16),y=R.slice(16,24);this.ciphers="encrypt"===m?[S.create({type:"encrypt",key:d}),S.create({type:"decrypt",key:w}),S.create({type:"encrypt",key:y})]:[S.create({type:"decrypt",key:y}),S.create({type:"encrypt",key:w}),S.create({type:"decrypt",key:d})]}function x(m){C.call(this,m);var R=new l(this.type,this.options.key);this._edeState=R}e(x,C),Ve.exports=x,x.create=function(R){return new x(R)},x.prototype._update=function(R,d,w,y){var T=this._edeState;T.ciphers[0]._update(R,d,w,y),T.ciphers[1]._update(w,y,w,y),T.ciphers[2]._update(w,y,w,y)},x.prototype._pad=S.prototype._pad,x.prototype._unpad=S.prototype._unpad},5671:(Ve,ee)=>{"use strict";ee.readUInt32BE=function(S,l){return(S[0+l]<<24|S[1+l]<<16|S[2+l]<<8|S[3+l])>>>0},ee.writeUInt32BE=function(S,l,x){S[0+x]=l>>>24,S[1+x]=l>>>16&255,S[2+x]=l>>>8&255,S[3+x]=255&l},ee.ip=function(S,l,x,m){for(var R=0,d=0,w=6;w>=0;w-=2){for(var y=0;y<=24;y+=8)R<<=1,R|=l>>>y+w&1;for(y=0;y<=24;y+=8)R<<=1,R|=S>>>y+w&1}for(w=6;w>=0;w-=2){for(y=1;y<=25;y+=8)d<<=1,d|=l>>>y+w&1;for(y=1;y<=25;y+=8)d<<=1,d|=S>>>y+w&1}x[m+0]=R>>>0,x[m+1]=d>>>0},ee.rip=function(S,l,x,m){for(var R=0,d=0,w=0;w<4;w++)for(var y=24;y>=0;y-=8)R<<=1,R|=l>>>y+w&1,R<<=1,R|=S>>>y+w&1;for(w=4;w<8;w++)for(y=24;y>=0;y-=8)d<<=1,d|=l>>>y+w&1,d<<=1,d|=S>>>y+w&1;x[m+0]=R>>>0,x[m+1]=d>>>0},ee.pc1=function(S,l,x,m){for(var R=0,d=0,w=7;w>=5;w--){for(var y=0;y<=24;y+=8)R<<=1,R|=l>>y+w&1;for(y=0;y<=24;y+=8)R<<=1,R|=S>>y+w&1}for(y=0;y<=24;y+=8)R<<=1,R|=l>>y+w&1;for(w=1;w<=3;w++){for(y=0;y<=24;y+=8)d<<=1,d|=l>>y+w&1;for(y=0;y<=24;y+=8)d<<=1,d|=S>>y+w&1}for(y=0;y<=24;y+=8)d<<=1,d|=S>>y+w&1;x[m+0]=R>>>0,x[m+1]=d>>>0},ee.r28shl=function(S,l){return S<>>28-l};var p=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];ee.pc2=function(S,l,x,m){for(var R=0,d=0,w=p.length>>>1,y=0;y>>p[y]&1;for(y=w;y>>p[y]&1;x[m+0]=R>>>0,x[m+1]=d>>>0},ee.expand=function(S,l,x){var m=0,R=0;m=(1&S)<<5|S>>>27;for(var d=23;d>=15;d-=4)m<<=6,m|=S>>>d&63;for(d=11;d>=3;d-=4)R|=S>>>d&63,R<<=6;R|=(31&S)<<1|S>>>31,l[x+0]=m>>>0,l[x+1]=R>>>0};var t=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];ee.substitute=function(S,l){for(var x=0,m=0;m<4;m++)x<<=4,x|=t[64*m+(S>>>18-6*m&63)];for(m=0;m<4;m++)x<<=4,x|=t[256+64*m+(l>>>18-6*m&63)];return x>>>0};var e=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];ee.permute=function(S){for(var l=0,x=0;x>>e[x]&1;return l>>>0},ee.padSplit=function(S,l,x){for(var m=S.toString(2);m.length{var t=p(2727),e=p(3241),C=p(4593),l={binary:!0,hex:!0,base64:!0};ee.DiffieHellmanGroup=ee.createDiffieHellmanGroup=ee.getDiffieHellman=function S(m){var R=new Buffer(e[m].prime,"hex"),d=new Buffer(e[m].gen,"hex");return new C(R,d)},ee.createDiffieHellman=ee.DiffieHellman=function x(m,R,d,w){return Buffer.isBuffer(R)||void 0===l[R]?x(m,"binary",R,d):(R=R||"binary",w=w||"binary",d=d||new Buffer([2]),Buffer.isBuffer(d)||(d=new Buffer(d,w)),"number"==typeof m?new C(t(m,d),d,!0):(Buffer.isBuffer(m)||(m=new Buffer(m,R)),new C(m,d,!0)))}},4593:(Ve,ee,p)=>{var t=p(8280),C=new(p(3459)),S=new t(24),l=new t(11),x=new t(10),m=new t(3),R=new t(7),d=p(2727),w=p(3342);function y(G,Y){return Y=Y||"utf8",Buffer.isBuffer(G)||(G=new Buffer(G,Y)),this._pub=new t(G),this}function T(G,Y){return Y=Y||"utf8",Buffer.isBuffer(G)||(G=new Buffer(G,Y)),this._priv=new t(G),this}Ve.exports=V;var k={};function V(G,Y,$){this.setGenerator(Y),this.__prime=new t(G),this._prime=t.mont(this.__prime),this._primeLen=G.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,$?(this.setPublicKey=y,this.setPrivateKey=T):this._primeCode=8}function U(G,Y){var $=new Buffer(G.toArray());return Y?$.toString(Y):$}Object.defineProperty(V.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function F(G,Y){var $=Y.toString("hex"),Z=[$,G.toString(16)].join("_");if(Z in k)return k[Z];var ve,ie=0;if(G.isEven()||!d.simpleSieve||!d.fermatTest(G)||!C.test(G))return ie+=1,k[Z]=ie+="02"===$||"05"===$?8:4,ie;switch(C.test(G.shrn(1))||(ie+=2),$){case"02":G.mod(S).cmp(l)&&(ie+=8);break;case"05":(ve=G.mod(x)).cmp(m)&&ve.cmp(R)&&(ie+=8);break;default:ie+=4}return k[Z]=ie,ie}(this.__prime,this.__gen)),this._primeCode}}),V.prototype.generateKeys=function(){return this._priv||(this._priv=new t(w(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},V.prototype.computeSecret=function(G){var Y=(G=(G=new t(G)).toRed(this._prime)).redPow(this._priv).fromRed(),$=new Buffer(Y.toArray()),Z=this.getPrime();if($.length{var t=p(3342);Ve.exports=ie,ie.simpleSieve=$,ie.fermatTest=Z;var e=p(8280),C=new e(24),l=new(p(3459)),x=new e(1),m=new e(2),R=new e(5),y=(new e(16),new e(8),new e(10)),T=new e(3),F=(new e(7),new e(11)),V=new e(4),G=(new e(12),null);function $(ve){for(var ae=function Y(){if(null!==G)return G;var ae=[];ae[0]=2;for(var ye=1,ue=3;ue<1048576;ue+=2){for(var be=Math.ceil(Math.sqrt(ue)),D=0;Dve;)ye.ishrn(1);if(ye.isEven()&&ye.iadd(x),ye.testn(1)||ye.iadd(m),ae.cmp(m)){if(!ae.cmp(R))for(;ye.mod(y).cmp(T);)ye.iadd(V)}else for(;ye.mod(C).cmp(F);)ye.iadd(V);if($(ue=ye.shrn(1))&&$(ye)&&Z(ue)&&Z(ye)&&l.test(ue)&&l.test(ye))return ye}}},8280:function(Ve,ee,p){!function(t,e){"use strict";function C(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var c=function(){};c.prototype=n.prototype,D.prototype=new c,D.prototype.constructor=D}function l(D,n,c){if(l.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(c=n,n=10),this._init(D||0,n||10,c||"be"))}var x;"object"==typeof t?t.exports=l:e.BN=l,l.BN=l,l.wordSize=26;try{x=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:p(6089).Buffer}catch{}function m(D,n){var c=D.charCodeAt(n);return c>=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},243:Ve=>{"use strict";var ee={single_source_shortest_paths:function(p,t,e){var C={},S={};S[t]=0;var x,m,R,d,w,T,l=ee.PriorityQueue.make();for(l.push(t,0);!l.empty();)for(R in d=(x=l.pop()).cost,w=p[m=x.value]||{})w.hasOwnProperty(R)&&(T=d+w[R],(typeof S[R]>"u"||S[R]>T)&&(S[R]=T,l.push(R,T),C[R]=m));if(typeof e<"u"&&typeof S[e]>"u"){var V=["Could not find a path from ",t," to ",e,"."].join("");throw new Error(V)}return C},extract_shortest_path_from_predecessor_list:function(p,t){for(var e=[],C=t;C;)e.push(C),C=p[C];return e.reverse(),e},find_path:function(p,t,e){var C=ee.single_source_shortest_paths(p,t,e);return ee.extract_shortest_path_from_predecessor_list(C,e)},PriorityQueue:{make:function(p){var C,t=ee.PriorityQueue,e={};for(C in p=p||{},t)t.hasOwnProperty(C)&&(e[C]=t[C]);return e.queue=[],e.sorter=p.sorter||t.default_sorter,e},default_sorter:function(p,t){return p.cost-t.cost},push:function(p,t){this.queue.push({value:p,cost:t}),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};Ve.exports=ee},3361:(Ve,ee,p)=>{"use strict";var C,t=p(1885),e=p(1417);try{C=[].__proto__===Array.prototype}catch(m){if(!m||"object"!=typeof m||!("code"in m)||"ERR_PROTO_ACCESS"!==m.code)throw m}var S=!!C&&e&&e(Object.prototype,"__proto__"),l=Object,x=l.getPrototypeOf;Ve.exports=S&&"function"==typeof S.get?t([S.get]):"function"==typeof x&&function(R){return x(null==R?R:l(R))}},518:(Ve,ee,p)=>{"use strict";var t=ee;t.version=p(1636).rE,t.utils=p(3136),t.rand=p(5294),t.curve=p(8729),t.curves=p(3401),t.ec=p(9042),t.eddsa=p(3045)},8828:(Ve,ee,p)=>{"use strict";var t=p(8723),e=p(3136),C=e.getNAF,S=e.getJSF,l=e.assert;function x(R,d){this.type=R,this.p=new t(d.p,16),this.red=d.prime?t.red(d.prime):t.mont(this.p),this.zero=new t(0).toRed(this.red),this.one=new t(1).toRed(this.red),this.two=new t(2).toRed(this.red),this.n=d.n&&new t(d.n,16),this.g=d.g&&this.pointFromJSON(d.g,d.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var w=this.n&&this.p.div(this.n);!w||w.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function m(R,d){this.curve=R,this.type=d,this.precomputed=null}Ve.exports=x,x.prototype.point=function(){throw new Error("Not implemented")},x.prototype.validate=function(){throw new Error("Not implemented")},x.prototype._fixedNafMul=function(d,w){l(d.precomputed);var y=d._getDoubles(),T=C(w,1,this._bitLength),k=(1<=V;G--)U=(U<<1)+T[G];F.push(U)}for(var Y=this.jpoint(null,null,null),$=this.jpoint(null,null,null),Z=k;Z>0;Z--){for(V=0;V=0;U--){for(var G=0;U>=0&&0===F[U];U--)G++;if(U>=0&&G++,V=V.dblp(G),U<0)break;var Y=F[U];l(0!==Y),V="affine"===d.type?V.mixedAdd(Y>0?k[Y-1>>1]:k[-Y-1>>1].neg()):V.add(Y>0?k[Y-1>>1]:k[-Y-1>>1].neg())}return"affine"===d.type?V.toP():V},x.prototype._wnafMulAdd=function(d,w,y,T,k){var Y,$,Z,F=this._wnafT1,V=this._wnafT2,U=this._wnafT3,G=0;for(Y=0;Y=1;Y-=2){var ve=Y-1,ae=Y;if(1===F[ve]&&1===F[ae]){var ye=[w[ve],null,null,w[ae]];0===w[ve].y.cmp(w[ae].y)?(ye[1]=w[ve].add(w[ae]),ye[2]=w[ve].toJ().mixedAdd(w[ae].neg())):0===w[ve].y.cmp(w[ae].y.redNeg())?(ye[1]=w[ve].toJ().mixedAdd(w[ae]),ye[2]=w[ve].add(w[ae].neg())):(ye[1]=w[ve].toJ().mixedAdd(w[ae]),ye[2]=w[ve].toJ().mixedAdd(w[ae].neg()));var ue=[-3,-1,-5,-7,0,7,5,1,3],be=S(y[ve],y[ae]);for(G=Math.max(be[0].length,G),U[ve]=new Array(G),U[ae]=new Array(G),$=0;$=0;Y--){for(var h=0;Y>=0;){var M=!0;for($=0;$=0&&h++,c=c.dblp(h),Y<0)break;for($=0;$0?Z=V[$][L-1>>1]:L<0&&(Z=V[$][-L-1>>1].neg()),c="affine"===Z.type?c.mixedAdd(Z):c.add(Z))}}for(Y=0;Y=Math.ceil((d.bitLength()+1)/w.step)},m.prototype._getDoubles=function(d,w){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var y=[this],T=this,k=0;k{"use strict";var t=p(3136),e=p(8723),C=p(1993),S=p(8828),l=t.assert;function x(R){this.twisted=1!=(0|R.a),this.mOneA=this.twisted&&-1==(0|R.a),this.extended=this.mOneA,S.call(this,"edwards",R),this.a=new e(R.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new e(R.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new e(R.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),l(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|R.c)}function m(R,d,w,y,T){S.BasePoint.call(this,R,"projective"),null===d&&null===w&&null===y?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new e(d,16),this.y=new e(w,16),this.z=y?new e(y,16):this.curve.one,this.t=T&&new e(T,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}C(x,S),Ve.exports=x,x.prototype._mulA=function(d){return this.mOneA?d.redNeg():this.a.redMul(d)},x.prototype._mulC=function(d){return this.oneC?d:this.c.redMul(d)},x.prototype.jpoint=function(d,w,y,T){return this.point(d,w,y,T)},x.prototype.pointFromX=function(d,w){(d=new e(d,16)).red||(d=d.toRed(this.red));var y=d.redSqr(),T=this.c2.redSub(this.a.redMul(y)),k=this.one.redSub(this.c2.redMul(this.d).redMul(y)),F=T.redMul(k.redInvm()),V=F.redSqrt();if(0!==V.redSqr().redSub(F).cmp(this.zero))throw new Error("invalid point");var U=V.fromRed().isOdd();return(w&&!U||!w&&U)&&(V=V.redNeg()),this.point(d,V)},x.prototype.pointFromY=function(d,w){(d=new e(d,16)).red||(d=d.toRed(this.red));var y=d.redSqr(),T=y.redSub(this.c2),k=y.redMul(this.d).redMul(this.c2).redSub(this.a),F=T.redMul(k.redInvm());if(0===F.cmp(this.zero)){if(w)throw new Error("invalid point");return this.point(this.zero,d)}var V=F.redSqrt();if(0!==V.redSqr().redSub(F).cmp(this.zero))throw new Error("invalid point");return V.fromRed().isOdd()!==w&&(V=V.redNeg()),this.point(V,d)},x.prototype.validate=function(d){if(d.isInfinity())return!0;d.normalize();var w=d.x.redSqr(),y=d.y.redSqr(),T=w.redMul(this.a).redAdd(y),k=this.c2.redMul(this.one.redAdd(this.d.redMul(w).redMul(y)));return 0===T.cmp(k)},C(m,S.BasePoint),x.prototype.pointFromJSON=function(d){return m.fromJSON(this,d)},x.prototype.point=function(d,w,y,T){return new m(this,d,w,y,T)},m.fromJSON=function(d,w){return new m(d,w[0],w[1],w[2])},m.prototype.inspect=function(){return this.isInfinity()?"":""},m.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},m.prototype._extDbl=function(){var d=this.x.redSqr(),w=this.y.redSqr(),y=this.z.redSqr();y=y.redIAdd(y);var T=this.curve._mulA(d),k=this.x.redAdd(this.y).redSqr().redISub(d).redISub(w),F=T.redAdd(w),V=F.redSub(y),U=T.redSub(w),G=k.redMul(V),Y=F.redMul(U),$=k.redMul(U),Z=V.redMul(F);return this.curve.point(G,Y,Z,$)},m.prototype._projDbl=function(){var T,k,F,V,U,G,d=this.x.redAdd(this.y).redSqr(),w=this.x.redSqr(),y=this.y.redSqr();if(this.curve.twisted){var Y=(V=this.curve._mulA(w)).redAdd(y);this.zOne?(T=d.redSub(w).redSub(y).redMul(Y.redSub(this.curve.two)),k=Y.redMul(V.redSub(y)),F=Y.redSqr().redSub(Y).redSub(Y)):(U=this.z.redSqr(),G=Y.redSub(U).redISub(U),T=d.redSub(w).redISub(y).redMul(G),k=Y.redMul(V.redSub(y)),F=Y.redMul(G))}else V=w.redAdd(y),U=this.curve._mulC(this.z).redSqr(),G=V.redSub(U).redSub(U),T=this.curve._mulC(d.redISub(V)).redMul(G),k=this.curve._mulC(V).redMul(w.redISub(y)),F=V.redMul(G);return this.curve.point(T,k,F)},m.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},m.prototype._extAdd=function(d){var w=this.y.redSub(this.x).redMul(d.y.redSub(d.x)),y=this.y.redAdd(this.x).redMul(d.y.redAdd(d.x)),T=this.t.redMul(this.curve.dd).redMul(d.t),k=this.z.redMul(d.z.redAdd(d.z)),F=y.redSub(w),V=k.redSub(T),U=k.redAdd(T),G=y.redAdd(w),Y=F.redMul(V),$=U.redMul(G),Z=F.redMul(G),ie=V.redMul(U);return this.curve.point(Y,$,ie,Z)},m.prototype._projAdd=function(d){var $,Z,w=this.z.redMul(d.z),y=w.redSqr(),T=this.x.redMul(d.x),k=this.y.redMul(d.y),F=this.curve.d.redMul(T).redMul(k),V=y.redSub(F),U=y.redAdd(F),G=this.x.redAdd(this.y).redMul(d.x.redAdd(d.y)).redISub(T).redISub(k),Y=w.redMul(V).redMul(G);return this.curve.twisted?($=w.redMul(U).redMul(k.redSub(this.curve._mulA(T))),Z=V.redMul(U)):($=w.redMul(U).redMul(k.redSub(T)),Z=this.curve._mulC(V).redMul(U)),this.curve.point(Y,$,Z)},m.prototype.add=function(d){return this.isInfinity()?d:d.isInfinity()?this:this.curve.extended?this._extAdd(d):this._projAdd(d)},m.prototype.mul=function(d){return this._hasDoubles(d)?this.curve._fixedNafMul(this,d):this.curve._wnafMul(this,d)},m.prototype.mulAdd=function(d,w,y){return this.curve._wnafMulAdd(1,[this,w],[d,y],2,!1)},m.prototype.jmulAdd=function(d,w,y){return this.curve._wnafMulAdd(1,[this,w],[d,y],2,!0)},m.prototype.normalize=function(){if(this.zOne)return this;var d=this.z.redInvm();return this.x=this.x.redMul(d),this.y=this.y.redMul(d),this.t&&(this.t=this.t.redMul(d)),this.z=this.curve.one,this.zOne=!0,this},m.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},m.prototype.getX=function(){return this.normalize(),this.x.fromRed()},m.prototype.getY=function(){return this.normalize(),this.y.fromRed()},m.prototype.eq=function(d){return this===d||0===this.getX().cmp(d.getX())&&0===this.getY().cmp(d.getY())},m.prototype.eqXToP=function(d){var w=d.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(w))return!0;for(var y=d.clone(),T=this.curve.redN.redMul(this.z);;){if(y.iadd(this.curve.n),y.cmp(this.curve.p)>=0)return!1;if(w.redIAdd(T),0===this.x.cmp(w))return!0}},m.prototype.toP=m.prototype.normalize,m.prototype.mixedAdd=m.prototype.add},8729:(Ve,ee,p)=>{"use strict";var t=ee;t.base=p(8828),t.short=p(8075),t.mont=p(4947),t.edwards=p(5537)},4947:(Ve,ee,p)=>{"use strict";var t=p(8723),e=p(1993),C=p(8828),S=p(3136);function l(m){C.call(this,"mont",m),this.a=new t(m.a,16).toRed(this.red),this.b=new t(m.b,16).toRed(this.red),this.i4=new t(4).toRed(this.red).redInvm(),this.two=new t(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function x(m,R,d){C.BasePoint.call(this,m,"projective"),null===R&&null===d?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new t(R,16),this.z=new t(d,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}e(l,C),Ve.exports=l,l.prototype.validate=function(R){var d=R.normalize().x,w=d.redSqr(),y=w.redMul(d).redAdd(w.redMul(this.a)).redAdd(d);return 0===y.redSqrt().redSqr().cmp(y)},e(x,C.BasePoint),l.prototype.decodePoint=function(R,d){return this.point(S.toArray(R,d),1)},l.prototype.point=function(R,d){return new x(this,R,d)},l.prototype.pointFromJSON=function(R){return x.fromJSON(this,R)},x.prototype.precompute=function(){},x.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},x.fromJSON=function(R,d){return new x(R,d[0],d[1]||R.one)},x.prototype.inspect=function(){return this.isInfinity()?"":""},x.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},x.prototype.dbl=function(){var d=this.x.redAdd(this.z).redSqr(),y=this.x.redSub(this.z).redSqr(),T=d.redSub(y),k=d.redMul(y),F=T.redMul(y.redAdd(this.curve.a24.redMul(T)));return this.curve.point(k,F)},x.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},x.prototype.diffAdd=function(R,d){var w=this.x.redAdd(this.z),y=this.x.redSub(this.z),T=R.x.redAdd(R.z),F=R.x.redSub(R.z).redMul(w),V=T.redMul(y),U=d.z.redMul(F.redAdd(V).redSqr()),G=d.x.redMul(F.redISub(V).redSqr());return this.curve.point(U,G)},x.prototype.mul=function(R){for(var d=R.clone(),w=this,y=this.curve.point(null,null),k=[];0!==d.cmpn(0);d.iushrn(1))k.push(d.andln(1));for(var F=k.length-1;F>=0;F--)0===k[F]?(w=w.diffAdd(y,this),y=y.dbl()):(y=w.diffAdd(y,this),w=w.dbl());return y},x.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},x.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},x.prototype.eq=function(R){return 0===this.getX().cmp(R.getX())},x.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},x.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},8075:(Ve,ee,p)=>{"use strict";var t=p(3136),e=p(8723),C=p(1993),S=p(8828),l=t.assert;function x(d){S.call(this,"short",d),this.a=new e(d.a,16).toRed(this.red),this.b=new e(d.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(d),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function m(d,w,y,T){S.BasePoint.call(this,d,"affine"),null===w&&null===y?(this.x=null,this.y=null,this.inf=!0):(this.x=new e(w,16),this.y=new e(y,16),T&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function R(d,w,y,T){S.BasePoint.call(this,d,"jacobian"),null===w&&null===y&&null===T?(this.x=this.curve.one,this.y=this.curve.one,this.z=new e(0)):(this.x=new e(w,16),this.y=new e(y,16),this.z=new e(T,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}C(x,S),Ve.exports=x,x.prototype._getEndomorphism=function(w){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var y,T;if(w.beta)y=new e(w.beta,16).toRed(this.red);else{var k=this._getEndoRoots(this.p);y=(y=k[0].cmp(k[1])<0?k[0]:k[1]).toRed(this.red)}if(w.lambda)T=new e(w.lambda,16);else{var F=this._getEndoRoots(this.n);0===this.g.mul(F[0]).x.cmp(this.g.x.redMul(y))?T=F[0]:l(0===this.g.mul(T=F[1]).x.cmp(this.g.x.redMul(y)))}return{beta:y,lambda:T,basis:w.basis?w.basis.map(function(U){return{a:new e(U.a,16),b:new e(U.b,16)}}):this._getEndoBasis(T)}}},x.prototype._getEndoRoots=function(w){var y=w===this.p?this.red:e.mont(w),T=new e(2).toRed(y).redInvm(),k=T.redNeg(),F=new e(3).toRed(y).redNeg().redSqrt().redMul(T);return[k.redAdd(F).fromRed(),k.redSub(F).fromRed()]},x.prototype._getEndoBasis=function(w){for(var Y,$,Z,ie,ve,ae,ye,be,D,y=this.n.ushrn(Math.floor(this.n.bitLength()/2)),T=w,k=this.n.clone(),F=new e(1),V=new e(0),U=new e(0),G=new e(1),ue=0;0!==T.cmpn(0);){var n=k.div(T);be=k.sub(n.mul(T)),D=U.sub(n.mul(F));var c=G.sub(n.mul(V));if(!Z&&be.cmp(y)<0)Y=ye.neg(),$=F,Z=be.neg(),ie=D;else if(Z&&2==++ue)break;ye=be,k=T,T=be,U=F,F=D,G=V,V=c}ve=be.neg(),ae=D;var f=Z.sqr().add(ie.sqr());return ve.sqr().add(ae.sqr()).cmp(f)>=0&&(ve=Y,ae=$),Z.negative&&(Z=Z.neg(),ie=ie.neg()),ve.negative&&(ve=ve.neg(),ae=ae.neg()),[{a:Z,b:ie},{a:ve,b:ae}]},x.prototype._endoSplit=function(w){var y=this.endo.basis,T=y[0],k=y[1],F=k.b.mul(w).divRound(this.n),V=T.b.neg().mul(w).divRound(this.n),U=F.mul(T.a),G=V.mul(k.a),Y=F.mul(T.b),$=V.mul(k.b);return{k1:w.sub(U).sub(G),k2:Y.add($).neg()}},x.prototype.pointFromX=function(w,y){(w=new e(w,16)).red||(w=w.toRed(this.red));var T=w.redSqr().redMul(w).redIAdd(w.redMul(this.a)).redIAdd(this.b),k=T.redSqrt();if(0!==k.redSqr().redSub(T).cmp(this.zero))throw new Error("invalid point");var F=k.fromRed().isOdd();return(y&&!F||!y&&F)&&(k=k.redNeg()),this.point(w,k)},x.prototype.validate=function(w){if(w.inf)return!0;var y=w.x,T=w.y,k=this.a.redMul(y),F=y.redSqr().redMul(y).redIAdd(k).redIAdd(this.b);return 0===T.redSqr().redISub(F).cmpn(0)},x.prototype._endoWnafMulAdd=function(w,y,T){for(var k=this._endoWnafT1,F=this._endoWnafT2,V=0;V":""},m.prototype.isInfinity=function(){return this.inf},m.prototype.add=function(w){if(this.inf)return w;if(w.inf)return this;if(this.eq(w))return this.dbl();if(this.neg().eq(w))return this.curve.point(null,null);if(0===this.x.cmp(w.x))return this.curve.point(null,null);var y=this.y.redSub(w.y);0!==y.cmpn(0)&&(y=y.redMul(this.x.redSub(w.x).redInvm()));var T=y.redSqr().redISub(this.x).redISub(w.x),k=y.redMul(this.x.redSub(T)).redISub(this.y);return this.curve.point(T,k)},m.prototype.dbl=function(){if(this.inf)return this;var w=this.y.redAdd(this.y);if(0===w.cmpn(0))return this.curve.point(null,null);var y=this.curve.a,T=this.x.redSqr(),k=w.redInvm(),F=T.redAdd(T).redIAdd(T).redIAdd(y).redMul(k),V=F.redSqr().redISub(this.x.redAdd(this.x)),U=F.redMul(this.x.redSub(V)).redISub(this.y);return this.curve.point(V,U)},m.prototype.getX=function(){return this.x.fromRed()},m.prototype.getY=function(){return this.y.fromRed()},m.prototype.mul=function(w){return w=new e(w,16),this.isInfinity()?this:this._hasDoubles(w)?this.curve._fixedNafMul(this,w):this.curve.endo?this.curve._endoWnafMulAdd([this],[w]):this.curve._wnafMul(this,w)},m.prototype.mulAdd=function(w,y,T){var k=[this,y],F=[w,T];return this.curve.endo?this.curve._endoWnafMulAdd(k,F):this.curve._wnafMulAdd(1,k,F,2)},m.prototype.jmulAdd=function(w,y,T){var k=[this,y],F=[w,T];return this.curve.endo?this.curve._endoWnafMulAdd(k,F,!0):this.curve._wnafMulAdd(1,k,F,2,!0)},m.prototype.eq=function(w){return this===w||this.inf===w.inf&&(this.inf||0===this.x.cmp(w.x)&&0===this.y.cmp(w.y))},m.prototype.neg=function(w){if(this.inf)return this;var y=this.curve.point(this.x,this.y.redNeg());if(w&&this.precomputed){var T=this.precomputed,k=function(F){return F.neg()};y.precomputed={naf:T.naf&&{wnd:T.naf.wnd,points:T.naf.points.map(k)},doubles:T.doubles&&{step:T.doubles.step,points:T.doubles.points.map(k)}}}return y},m.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},C(R,S.BasePoint),x.prototype.jpoint=function(w,y,T){return new R(this,w,y,T)},R.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var w=this.z.redInvm(),y=w.redSqr(),T=this.x.redMul(y),k=this.y.redMul(y).redMul(w);return this.curve.point(T,k)},R.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},R.prototype.add=function(w){if(this.isInfinity())return w;if(w.isInfinity())return this;var y=w.z.redSqr(),T=this.z.redSqr(),k=this.x.redMul(y),F=w.x.redMul(T),V=this.y.redMul(y.redMul(w.z)),U=w.y.redMul(T.redMul(this.z)),G=k.redSub(F),Y=V.redSub(U);if(0===G.cmpn(0))return 0!==Y.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var $=G.redSqr(),Z=$.redMul(G),ie=k.redMul($),ve=Y.redSqr().redIAdd(Z).redISub(ie).redISub(ie),ae=Y.redMul(ie.redISub(ve)).redISub(V.redMul(Z)),ye=this.z.redMul(w.z).redMul(G);return this.curve.jpoint(ve,ae,ye)},R.prototype.mixedAdd=function(w){if(this.isInfinity())return w.toJ();if(w.isInfinity())return this;var y=this.z.redSqr(),T=this.x,k=w.x.redMul(y),F=this.y,V=w.y.redMul(y).redMul(this.z),U=T.redSub(k),G=F.redSub(V);if(0===U.cmpn(0))return 0!==G.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var Y=U.redSqr(),$=Y.redMul(U),Z=T.redMul(Y),ie=G.redSqr().redIAdd($).redISub(Z).redISub(Z),ve=G.redMul(Z.redISub(ie)).redISub(F.redMul($)),ae=this.z.redMul(U);return this.curve.jpoint(ie,ve,ae)},R.prototype.dblp=function(w){if(0===w)return this;if(this.isInfinity())return this;if(!w)return this.dbl();var y;if(this.curve.zeroA||this.curve.threeA){var T=this;for(y=0;y=0)return!1;if(T.redIAdd(F),0===this.x.cmp(T))return!0}},R.prototype.inspect=function(){return this.isInfinity()?"":""},R.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},3401:(Ve,ee,p)=>{"use strict";var R,t=ee,e=p(2529),C=p(8729),l=p(3136).assert;function x(d){this.curve="short"===d.type?new C.short(d):"edwards"===d.type?new C.edwards(d):new C.mont(d),this.g=this.curve.g,this.n=this.curve.n,this.hash=d.hash,l(this.g.validate(),"Invalid curve"),l(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function m(d,w){Object.defineProperty(t,d,{configurable:!0,enumerable:!0,get:function(){var y=new x(w);return Object.defineProperty(t,d,{configurable:!0,enumerable:!0,value:y}),y}})}t.PresetCurve=x,m("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:e.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),m("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:e.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),m("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:e.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),m("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:e.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),m("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:e.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),m("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["9"]}),m("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{R=p(1416)}catch{R=void 0}m("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:e.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",R]})},9042:(Ve,ee,p)=>{"use strict";var t=p(8723),e=p(3556),C=p(3136),S=p(3401),l=p(5294),x=C.assert,m=p(541),R=p(484);function d(w){if(!(this instanceof d))return new d(w);"string"==typeof w&&(x(Object.prototype.hasOwnProperty.call(S,w),"Unknown curve "+w),w=S[w]),w instanceof S.PresetCurve&&(w={curve:w}),this.curve=w.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=w.curve.g,this.g.precompute(w.curve.n.bitLength()+1),this.hash=w.hash||w.curve.hash}Ve.exports=d,d.prototype.keyPair=function(y){return new m(this,y)},d.prototype.keyFromPrivate=function(y,T){return m.fromPrivate(this,y,T)},d.prototype.keyFromPublic=function(y,T){return m.fromPublic(this,y,T)},d.prototype.genKeyPair=function(y){y||(y={});for(var T=new e({hash:this.hash,pers:y.pers,persEnc:y.persEnc||"utf8",entropy:y.entropy||l(this.hash.hmacStrength),entropyEnc:y.entropy&&y.entropyEnc||"utf8",nonce:this.n.toArray()}),k=this.n.byteLength(),F=this.n.sub(new t(2));;){var V=new t(T.generate(k));if(!(V.cmp(F)>0))return V.iaddn(1),this.keyFromPrivate(V)}},d.prototype._truncateToN=function(y,T,k){var F;if(t.isBN(y)||"number"==typeof y)F=(y=new t(y,16)).byteLength();else if("object"==typeof y)F=y.length,y=new t(y,16);else{var V=y.toString();F=V.length+1>>>1,y=new t(V,16)}"number"!=typeof k&&(k=8*F);var U=k-this.n.bitLength();return U>0&&(y=y.ushrn(U)),!T&&y.cmp(this.n)>=0?y.sub(this.n):y},d.prototype.sign=function(y,T,k,F){if("object"==typeof k&&(F=k,k=null),F||(F={}),"string"!=typeof y&&"number"!=typeof y&&!t.isBN(y)){x("object"==typeof y&&y&&"number"==typeof y.length,"Expected message to be an array-like, a hex string, or a BN instance"),x(y.length>>>0===y.length);for(var V=0;V=0)){var ae=this.g.mul(ve);if(!ae.isInfinity()){var ye=ae.getX(),ue=ye.umod(this.n);if(0!==ue.cmpn(0)){var be=ve.invm(this.n).mul(ue.mul(T.getPrivate()).iadd(y));if(0!==(be=be.umod(this.n)).cmpn(0)){var D=(ae.getY().isOdd()?1:0)|(0!==ye.cmp(ue)?2:0);return F.canonical&&be.cmp(this.nh)>0&&(be=this.n.sub(be),D^=1),new R({r:ue,s:be,recoveryParam:D})}}}}}},d.prototype.verify=function(y,T,k,F,V){V||(V={}),y=this._truncateToN(y,!1,V.msgBitLength),k=this.keyFromPublic(k,F);var U=(T=new R(T,"hex")).r,G=T.s;if(U.cmpn(1)<0||U.cmp(this.n)>=0||G.cmpn(1)<0||G.cmp(this.n)>=0)return!1;var ie,Y=G.invm(this.n),$=Y.mul(y).umod(this.n),Z=Y.mul(U).umod(this.n);return this.curve._maxwellTrick?!(ie=this.g.jmulAdd($,k.getPublic(),Z)).isInfinity()&&ie.eqXToP(U):!(ie=this.g.mulAdd($,k.getPublic(),Z)).isInfinity()&&0===ie.getX().umod(this.n).cmp(U)},d.prototype.recoverPubKey=function(w,y,T,k){x((3&T)===T,"The recovery param is more than two bits"),y=new R(y,k);var F=this.n,V=new t(w),U=y.r,G=y.s,Y=1&T,$=T>>1;if(U.cmp(this.curve.p.umod(this.curve.n))>=0&&$)throw new Error("Unable to find sencond key candinate");U=this.curve.pointFromX($?U.add(this.curve.n):U,Y);var Z=y.r.invm(F),ie=F.sub(V).mul(Z).umod(F),ve=G.mul(Z).umod(F);return this.g.mulAdd(ie,U,ve)},d.prototype.getKeyRecoveryParam=function(w,y,T,k){if(null!==(y=new R(y,k)).recoveryParam)return y.recoveryParam;for(var F=0;F<4;F++){var V;try{V=this.recoverPubKey(w,y,F)}catch{continue}if(V.eq(T))return F}throw new Error("Unable to find valid recovery factor")}},541:(Ve,ee,p)=>{"use strict";var t=p(8723),C=p(3136).assert;function S(l,x){this.ec=l,this.priv=null,this.pub=null,x.priv&&this._importPrivate(x.priv,x.privEnc),x.pub&&this._importPublic(x.pub,x.pubEnc)}Ve.exports=S,S.fromPublic=function(x,m,R){return m instanceof S?m:new S(x,{pub:m,pubEnc:R})},S.fromPrivate=function(x,m,R){return m instanceof S?m:new S(x,{priv:m,privEnc:R})},S.prototype.validate=function(){var x=this.getPublic();return x.isInfinity()?{result:!1,reason:"Invalid public key"}:x.validate()?x.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},S.prototype.getPublic=function(x,m){return"string"==typeof x&&(m=x,x=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),m?this.pub.encode(m,x):this.pub},S.prototype.getPrivate=function(x){return"hex"===x?this.priv.toString(16,2):this.priv},S.prototype._importPrivate=function(x,m){this.priv=new t(x,m||16),this.priv=this.priv.umod(this.ec.curve.n)},S.prototype._importPublic=function(x,m){if(x.x||x.y)return"mont"===this.ec.curve.type?C(x.x,"Need x coordinate"):("short"===this.ec.curve.type||"edwards"===this.ec.curve.type)&&C(x.x&&x.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(x.x,x.y));this.pub=this.ec.curve.decodePoint(x,m)},S.prototype.derive=function(x){return x.validate()||C(x.validate(),"public point not validated"),x.mul(this.priv).getX()},S.prototype.sign=function(x,m,R){return this.ec.sign(x,this,m,R)},S.prototype.verify=function(x,m,R){return this.ec.verify(x,m,this,void 0,R)},S.prototype.inspect=function(){return""}},484:(Ve,ee,p)=>{"use strict";var t=p(8723),e=p(3136),C=e.assert;function S(d,w){if(d instanceof S)return d;this._importDER(d,w)||(C(d.r&&d.s,"Signature without r or s"),this.r=new t(d.r,16),this.s=new t(d.s,16),this.recoveryParam=void 0===d.recoveryParam?null:d.recoveryParam)}function l(){this.place=0}function x(d,w){var y=d[w.place++];if(!(128&y))return y;var T=15&y;if(0===T||T>4||0===d[w.place])return!1;for(var k=0,F=0,V=w.place;F>>=0;return!(k<=127)&&(w.place=V,k)}function m(d){for(var w=0,y=d.length-1;!d[w]&&!(128&d[w+1])&&w>>3);for(d.push(128|y);--y;)d.push(w>>>(y<<3)&255);d.push(w)}}Ve.exports=S,S.prototype._importDER=function(w,y){w=e.toArray(w,y);var T=new l;if(48!==w[T.place++])return!1;var k=x(w,T);if(!1===k||k+T.place!==w.length||2!==w[T.place++])return!1;var F=x(w,T);if(!1===F||128&w[T.place])return!1;var V=w.slice(T.place,F+T.place);if(T.place+=F,2!==w[T.place++])return!1;var U=x(w,T);if(!1===U||w.length!==U+T.place||128&w[T.place])return!1;var G=w.slice(T.place,U+T.place);if(0===V[0]){if(!(128&V[1]))return!1;V=V.slice(1)}if(0===G[0]){if(!(128&G[1]))return!1;G=G.slice(1)}return this.r=new t(V),this.s=new t(G),this.recoveryParam=null,!0},S.prototype.toDER=function(w){var y=this.r.toArray(),T=this.s.toArray();for(128&y[0]&&(y=[0].concat(y)),128&T[0]&&(T=[0].concat(T)),y=m(y),T=m(T);!(T[0]||128&T[1]);)T=T.slice(1);var k=[2];R(k,y.length),(k=k.concat(y)).push(2),R(k,T.length);var F=k.concat(T),V=[48];return R(V,F.length),V=V.concat(F),e.encode(V,w)}},3045:(Ve,ee,p)=>{"use strict";var t=p(2529),e=p(3401),C=p(3136),S=C.assert,l=C.parseBytes,x=p(7222),m=p(5451);function R(d){if(S("ed25519"===d,"only tested with ed25519 so far"),!(this instanceof R))return new R(d);this.curve=d=e[d].curve,this.g=d.g,this.g.precompute(d.n.bitLength()+1),this.pointClass=d.point().constructor,this.encodingLength=Math.ceil(d.n.bitLength()/8),this.hash=t.sha512}Ve.exports=R,R.prototype.sign=function(w,y){w=l(w);var T=this.keyFromSecret(y),k=this.hashInt(T.messagePrefix(),w),F=this.g.mul(k),V=this.encodePoint(F),U=this.hashInt(V,T.pubBytes(),w).mul(T.priv()),G=k.add(U).umod(this.curve.n);return this.makeSignature({R:F,S:G,Rencoded:V})},R.prototype.verify=function(w,y,T){if(w=l(w),(y=this.makeSignature(y)).S().gte(y.eddsa.curve.n)||y.S().isNeg())return!1;var k=this.keyFromPublic(T),F=this.hashInt(y.Rencoded(),k.pubBytes(),w),V=this.g.mul(y.S());return y.R().add(k.pub().mul(F)).eq(V)},R.prototype.hashInt=function(){for(var w=this.hash(),y=0;y{"use strict";var t=p(3136),e=t.assert,C=t.parseBytes,S=t.cachedProperty;function l(x,m){this.eddsa=x,this._secret=C(m.secret),x.isPoint(m.pub)?this._pub=m.pub:this._pubBytes=C(m.pub)}l.fromPublic=function(m,R){return R instanceof l?R:new l(m,{pub:R})},l.fromSecret=function(m,R){return R instanceof l?R:new l(m,{secret:R})},l.prototype.secret=function(){return this._secret},S(l,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),S(l,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),S(l,"privBytes",function(){var m=this.eddsa,R=this.hash(),d=m.encodingLength-1,w=R.slice(0,m.encodingLength);return w[0]&=248,w[d]&=127,w[d]|=64,w}),S(l,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),S(l,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),S(l,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),l.prototype.sign=function(m){return e(this._secret,"KeyPair can only verify"),this.eddsa.sign(m,this)},l.prototype.verify=function(m,R){return this.eddsa.verify(m,R,this)},l.prototype.getSecret=function(m){return e(this._secret,"KeyPair is public only"),t.encode(this.secret(),m)},l.prototype.getPublic=function(m){return t.encode(this.pubBytes(),m)},Ve.exports=l},5451:(Ve,ee,p)=>{"use strict";var t=p(8723),e=p(3136),C=e.assert,S=e.cachedProperty,l=e.parseBytes;function x(m,R){this.eddsa=m,"object"!=typeof R&&(R=l(R)),Array.isArray(R)&&(C(R.length===2*m.encodingLength,"Signature has invalid size"),R={R:R.slice(0,m.encodingLength),S:R.slice(m.encodingLength)}),C(R.R&&R.S,"Signature without R or S"),m.isPoint(R.R)&&(this._R=R.R),R.S instanceof t&&(this._S=R.S),this._Rencoded=Array.isArray(R.R)?R.R:R.Rencoded,this._Sencoded=Array.isArray(R.S)?R.S:R.Sencoded}S(x,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),S(x,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),S(x,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),S(x,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),x.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},x.prototype.toHex=function(){return e.encode(this.toBytes(),"hex").toUpperCase()},Ve.exports=x},1416:Ve=>{Ve.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},3136:(Ve,ee,p)=>{"use strict";var t=ee,e=p(8723),C=p(9210),S=p(1832);t.assert=C,t.toArray=S.toArray,t.zero2=S.zero2,t.toHex=S.toHex,t.encode=S.encode,t.getNAF=function l(w,y,T){var F,k=new Array(Math.max(w.bitLength(),T)+1);for(F=0;F(V>>1)-1?(V>>1)-Y:Y):G=0,k[F]=G,U.iushrn(1)}return k},t.getJSF=function x(w,y){var T=[[],[]];w=w.clone(),y=y.clone();for(var V,k=0,F=0;w.cmpn(-k)>0||y.cmpn(-F)>0;){var Y,$,U=w.andln(3)+k&3,G=y.andln(3)+F&3;3===U&&(U=-1),3===G&&(G=-1),Y=1&U?3!=(V=w.andln(7)+k&7)&&5!==V||2!==G?U:-U:0,T[0].push(Y),$=1&G?3!=(V=y.andln(7)+F&7)&&5!==V||2!==U?G:-G:0,T[1].push($),2*k===Y+1&&(k=1-k),2*F===$+1&&(F=1-F),w.iushrn(1),y.iushrn(1)}return T},t.cachedProperty=function m(w,y,T){var k="_"+y;w.prototype[y]=function(){return void 0!==this[k]?this[k]:this[k]=T.call(this)}},t.parseBytes=function R(w){return"string"==typeof w?t.toArray(w,"hex"):w},t.intFromLE=function d(w){return new e(w,"hex","le")}},8723:function(Ve,ee,p){!function(t,e){"use strict";function C(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var c=function(){};c.prototype=n.prototype,D.prototype=new c,D.prototype.constructor=D}function l(D,n,c){if(l.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(c=n,n=10),this._init(D||0,n||10,c||"be"))}var x;"object"==typeof t?t.exports=l:e.BN=l,l.BN=l,l.wordSize=26;try{x=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:p(9368).Buffer}catch{}function m(D,n){var c=D.charCodeAt(n);return c>=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},4570:Ve=>{"use strict";var ee=Object.defineProperty||!1;if(ee)try{ee({},"a",{value:1})}catch{ee=!1}Ve.exports=ee},1756:Ve=>{"use strict";Ve.exports=EvalError},7640:Ve=>{"use strict";Ve.exports=Error},7933:Ve=>{"use strict";Ve.exports=RangeError},6613:Ve=>{"use strict";Ve.exports=ReferenceError},8413:Ve=>{"use strict";Ve.exports=SyntaxError},6758:Ve=>{"use strict";Ve.exports=TypeError},5286:Ve=>{"use strict";Ve.exports=URIError},5891:Ve=>{"use strict";Ve.exports=Object},4356:Ve=>{"use strict";var t,ee="object"==typeof Reflect?Reflect:null,p=ee&&"function"==typeof ee.apply?ee.apply:function(Z,ie,ve){return Function.prototype.apply.call(Z,ie,ve)};t=ee&&"function"==typeof ee.ownKeys?ee.ownKeys:Object.getOwnPropertySymbols?function(Z){return Object.getOwnPropertyNames(Z).concat(Object.getOwnPropertySymbols(Z))}:function(Z){return Object.getOwnPropertyNames(Z)};var C=Number.isNaN||function(Z){return Z!=Z};function S(){S.init.call(this)}Ve.exports=S,Ve.exports.once=function U($,Z){return new Promise(function(ie,ve){function ae(ue){$.removeListener(Z,ye),ve(ue)}function ye(){"function"==typeof $.removeListener&&$.removeListener("error",ae),ie([].slice.call(arguments))}Y($,Z,ye,{once:!0}),"error"!==Z&&function G($,Z,ie){"function"==typeof $.on&&Y($,"error",Z,ie)}($,ae,{once:!0})})},S.EventEmitter=S,S.prototype._events=void 0,S.prototype._eventsCount=0,S.prototype._maxListeners=void 0;var l=10;function x($){if("function"!=typeof $)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof $)}function m($){return void 0===$._maxListeners?S.defaultMaxListeners:$._maxListeners}function R($,Z,ie,ve){var ae,ye,ue;if(x(ie),void 0===(ye=$._events)?(ye=$._events=Object.create(null),$._eventsCount=0):(void 0!==ye.newListener&&($.emit("newListener",Z,ie.listener?ie.listener:ie),ye=$._events),ue=ye[Z]),void 0===ue)ue=ye[Z]=ie,++$._eventsCount;else if("function"==typeof ue?ue=ye[Z]=ve?[ie,ue]:[ue,ie]:ve?ue.unshift(ie):ue.push(ie),(ae=m($))>0&&ue.length>ae&&!ue.warned){ue.warned=!0;var be=new Error("Possible EventEmitter memory leak detected. "+ue.length+" "+String(Z)+" listeners added. Use emitter.setMaxListeners() to increase limit");be.name="MaxListenersExceededWarning",be.emitter=$,be.type=Z,be.count=ue.length,function e($){console&&console.warn&&console.warn($)}(be)}return $}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function w($,Z,ie){var ve={fired:!1,wrapFn:void 0,target:$,type:Z,listener:ie},ae=d.bind(ve);return ae.listener=ie,ve.wrapFn=ae,ae}function y($,Z,ie){var ve=$._events;if(void 0===ve)return[];var ae=ve[Z];return void 0===ae?[]:"function"==typeof ae?ie?[ae.listener||ae]:[ae]:ie?function V($){for(var Z=new Array($.length),ie=0;ie0&&(ue=ie[0]),ue instanceof Error)throw ue;var be=new Error("Unhandled error."+(ue?" ("+ue.message+")":""));throw be.context=ue,be}var D=ye[Z];if(void 0===D)return!1;if("function"==typeof D)p(D,this,ie);else{var n=D.length,c=k(D,n);for(ve=0;ve=0;ue--)if(ve[ue]===ie||ve[ue].listener===ie){be=ve[ue].listener,ye=ue;break}if(ye<0)return this;0===ye?ve.shift():function F($,Z){for(;Z+1<$.length;Z++)$[Z]=$[Z+1];$.pop()}(ve,ye),1===ve.length&&(ae[Z]=ve[0]),void 0!==ae.removeListener&&this.emit("removeListener",Z,be||ie)}return this},S.prototype.removeAllListeners=function(Z){var ie,ve,ae;if(void 0===(ve=this._events))return this;if(void 0===ve.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==ve[Z]&&(0==--this._eventsCount?this._events=Object.create(null):delete ve[Z]),this;if(0===arguments.length){var ue,ye=Object.keys(ve);for(ae=0;ae=0;ae--)this.removeListener(Z,ie[ae]);return this},S.prototype.listeners=function(Z){return y(this,Z,!0)},S.prototype.rawListeners=function(Z){return y(this,Z,!1)},S.listenerCount=function($,Z){return"function"==typeof $.listenerCount?$.listenerCount(Z):T.call($,Z)},S.prototype.listenerCount=T,S.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},592:(Ve,ee,p)=>{var t=p(7054).Buffer,e=p(4725);Ve.exports=function C(S,l,x,m){if(t.isBuffer(S)||(S=t.from(S,"binary")),l&&(t.isBuffer(l)||(l=t.from(l,"binary")),8!==l.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var R=x/8,d=t.alloc(R),w=t.alloc(m||0),y=t.alloc(0);R>0||m>0;){var T=new e;T.update(y),T.update(S),l&&T.update(l),y=T.digest();var k=0;if(R>0){var F=d.length-R;k=Math.min(R,y.length),y.copy(d,F,0,k),R-=k}if(k0){var V=w.length-m,U=Math.min(m,y.length-k);y.copy(w,V,k,k+U),m-=U}}return y.fill(0),{key:d,iv:w}}},9999:(Ve,ee,p)=>{"use strict";var t=p(8239),e=Object.prototype.toString,C=Object.prototype.hasOwnProperty;Ve.exports=function(d,w,y){if(!t(w))throw new TypeError("iterator must be a function");var T;arguments.length>=3&&(T=y),function m(R){return"[object Array]"===e.call(R)}(d)?function(d,w,y){for(var T=0,k=d.length;T{"use strict";var p=Object.prototype.toString,t=Math.max,C=function(m,R){for(var d=[],w=0;w{"use strict";var t=p(9132);Ve.exports=Function.prototype.bind||t},258:(Ve,ee,p)=>{"use strict";var t,e=p(5891),C=p(7640),S=p(1756),l=p(7933),x=p(6613),m=p(8413),R=p(6758),d=p(5286),w=p(837),y=p(3383),T=p(9039),k=p(4981),F=p(975),V=p(5337),U=p(4912),G=Function,Y=function(te){try{return G('"use strict"; return ('+te+").constructor;")()}catch{}},$=p(1417),Z=p(4570),ie=function(){throw new R},ve=$?function(){try{return ie}catch{try{return $(arguments,"callee").get}catch{return ie}}}():ie,ae=p(9900)(),ye=p(1627),ue=p(7203),be=p(7669),D=p(9477),n=p(9705),c={},f=typeof Uint8Array>"u"||!ye?t:ye(Uint8Array),h={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?t:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?t:ArrayBuffer,"%ArrayIteratorPrototype%":ae&&ye?ye([][Symbol.iterator]()):t,"%AsyncFromSyncIteratorPrototype%":t,"%AsyncFunction%":c,"%AsyncGenerator%":c,"%AsyncGeneratorFunction%":c,"%AsyncIteratorPrototype%":c,"%Atomics%":typeof Atomics>"u"?t:Atomics,"%BigInt%":typeof BigInt>"u"?t:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?t:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?t:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?t:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":C,"%eval%":eval,"%EvalError%":S,"%Float16Array%":typeof Float16Array>"u"?t:Float16Array,"%Float32Array%":typeof Float32Array>"u"?t:Float32Array,"%Float64Array%":typeof Float64Array>"u"?t:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?t:FinalizationRegistry,"%Function%":G,"%GeneratorFunction%":c,"%Int8Array%":typeof Int8Array>"u"?t:Int8Array,"%Int16Array%":typeof Int16Array>"u"?t:Int16Array,"%Int32Array%":typeof Int32Array>"u"?t:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ae&&ye?ye(ye([][Symbol.iterator]())):t,"%JSON%":"object"==typeof JSON?JSON:t,"%Map%":typeof Map>"u"?t:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ae||!ye?t:ye((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":e,"%Object.getOwnPropertyDescriptor%":$,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?t:Promise,"%Proxy%":typeof Proxy>"u"?t:Proxy,"%RangeError%":l,"%ReferenceError%":x,"%Reflect%":typeof Reflect>"u"?t:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?t:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ae||!ye?t:ye((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?t:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ae&&ye?ye(""[Symbol.iterator]()):t,"%Symbol%":ae?Symbol:t,"%SyntaxError%":m,"%ThrowTypeError%":ve,"%TypedArray%":f,"%TypeError%":R,"%Uint8Array%":typeof Uint8Array>"u"?t:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?t:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?t:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?t:Uint32Array,"%URIError%":d,"%WeakMap%":typeof WeakMap>"u"?t:WeakMap,"%WeakRef%":typeof WeakRef>"u"?t:WeakRef,"%WeakSet%":typeof WeakSet>"u"?t:WeakSet,"%Function.prototype.call%":n,"%Function.prototype.apply%":D,"%Object.defineProperty%":Z,"%Object.getPrototypeOf%":ue,"%Math.abs%":w,"%Math.floor%":y,"%Math.max%":T,"%Math.min%":k,"%Math.pow%":F,"%Math.round%":V,"%Math.sign%":U,"%Reflect.getPrototypeOf%":be};if(ye)try{null.error}catch(te){var M=ye(ye(te));h["%Error.prototype%"]=M}var L=function te(oe){var _e;if("%AsyncFunction%"===oe)_e=Y("async function () {}");else if("%GeneratorFunction%"===oe)_e=Y("function* () {}");else if("%AsyncGeneratorFunction%"===oe)_e=Y("async function* () {}");else if("%AsyncGenerator%"===oe){var de=te("%AsyncGeneratorFunction%");de&&(_e=de.prototype)}else if("%AsyncIteratorPrototype%"===oe){var pe=te("%AsyncGenerator%");pe&&ye&&(_e=ye(pe.prototype))}return h[oe]=_e,_e},O={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_=p(5992),r=p(8368),v=_.call(n,Array.prototype.concat),z=_.call(D,Array.prototype.splice),N=_.call(n,String.prototype.replace),ne=_.call(n,String.prototype.slice),Ie=_.call(n,RegExp.prototype.exec),at=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ye=/\\(\\)?/g,re=function(oe,_e){var pe,de=oe;if(r(O,de)&&(de="%"+(pe=O[de])[0]+"%"),r(h,de)){var We=h[de];if(We===c&&(We=L(de)),typeof We>"u"&&!_e)throw new R("intrinsic "+oe+" exists, but is not available. Please file an issue!");return{alias:pe,name:de,value:We}}throw new m("intrinsic "+oe+" does not exist!")};Ve.exports=function(oe,_e){if("string"!=typeof oe||0===oe.length)throw new R("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof _e)throw new R('"allowMissing" argument must be a boolean');if(null===Ie(/^%?[^%]*%?$/,oe))throw new m("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var de=function(oe){var _e=ne(oe,0,1),de=ne(oe,-1);if("%"===_e&&"%"!==de)throw new m("invalid intrinsic syntax, expected closing `%`");if("%"===de&&"%"!==_e)throw new m("invalid intrinsic syntax, expected opening `%`");var pe=[];return N(oe,at,function(We,se,fe,he){pe[pe.length]=fe?N(he,Ye,"$1"):se||We}),pe}(oe),pe=de.length>0?de[0]:"",We=re("%"+pe+"%",_e),se=We.name,fe=We.value,he=!1,et=We.alias;et&&(pe=et[0],z(de,v([0,1],et)));for(var Ke=1,Ct=!0;Ke=de.length){var Je=$(fe,_t);fe=(Ct=!!Je)&&"get"in Je&&!("originalValue"in Je.get)?Je.get:fe[_t]}else Ct=r(fe,_t),fe=fe[_t];Ct&&!he&&(h[se]=fe)}}return fe}},7203:(Ve,ee,p)=>{"use strict";var t=p(5891);Ve.exports=t.getPrototypeOf||null},7669:Ve=>{"use strict";Ve.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null},1627:(Ve,ee,p)=>{"use strict";var t=p(7669),e=p(7203),C=p(3361);Ve.exports=t?function(l){return t(l)}:e?function(l){if(!l||"object"!=typeof l&&"function"!=typeof l)throw new TypeError("getProto: not an object");return e(l)}:C?function(l){return C(l)}:null},2786:Ve=>{"use strict";Ve.exports=Object.getOwnPropertyDescriptor},1417:(Ve,ee,p)=>{"use strict";var t=p(2786);if(t)try{t([],"length")}catch{t=null}Ve.exports=t},5861:(Ve,ee,p)=>{"use strict";var t=p(4570),e=function(){return!!t};e.hasArrayLengthDefineBug=function(){if(!t)return null;try{return 1!==t([],"length",{value:1}).length}catch{return!0}},Ve.exports=e},9900:(Ve,ee,p)=>{"use strict";var t=typeof Symbol<"u"&&Symbol,e=p(5310);Ve.exports=function(){return"function"==typeof t&&"function"==typeof Symbol&&"symbol"==typeof t("foo")&&"symbol"==typeof Symbol("bar")&&e()}},5310:Ve=>{"use strict";Ve.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var p={},t=Symbol("test"),e=Object(t);if("string"==typeof t||"[object Symbol]"!==Object.prototype.toString.call(t)||"[object Symbol]"!==Object.prototype.toString.call(e))return!1;for(var S in p[t]=42,p)return!1;if("function"==typeof Object.keys&&0!==Object.keys(p).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(p).length)return!1;var l=Object.getOwnPropertySymbols(p);if(1!==l.length||l[0]!==t||!Object.prototype.propertyIsEnumerable.call(p,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var x=Object.getOwnPropertyDescriptor(p,t);if(42!==x.value||!0!==x.enumerable)return!1}return!0}},8779:(Ve,ee,p)=>{"use strict";var t=p(5310);Ve.exports=function(){return t()&&!!Symbol.toStringTag}},3686:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(7045).Transform;function S(R){e.call(this),this._block=t.allocUnsafe(R),this._blockSize=R,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}p(1993)(S,e),S.prototype._transform=function(R,d,w){var y=null;try{this.update(R,d)}catch(T){y=T}w(y)},S.prototype._flush=function(R){var d=null;try{this.push(this.digest())}catch(w){d=w}R(d)};var l=typeof Uint8Array<"u",x=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&ArrayBuffer.isView&&(t.prototype instanceof Uint8Array||t.TYPED_ARRAY_SUPPORT);S.prototype.update=function(R,d){if(this._finalized)throw new Error("Digest already called");R=function m(R,d){if(R instanceof t)return R;if("string"==typeof R)return t.from(R,d);if(x&&ArrayBuffer.isView(R)){if(0===R.byteLength)return t.alloc(0);var w=t.from(R.buffer,R.byteOffset,R.byteLength);if(w.byteLength===R.byteLength)return w}if(l&&R instanceof Uint8Array||t.isBuffer(R)&&R.constructor&&"function"==typeof R.constructor.isBuffer&&R.constructor.isBuffer(R))return t.from(R);throw new TypeError('The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView.')}(R,d);for(var w=this._block,y=0;this._blockOffset+R.length-y>=this._blockSize;){for(var T=this._blockOffset;T0;++k)this._length[k]+=F,(F=this._length[k]/4294967296|0)>0&&(this._length[k]-=4294967296*F);return this},S.prototype._update=function(){throw new Error("_update is not implemented")},S.prototype.digest=function(R){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var d=this._digest();void 0!==R&&(d=d.toString(R)),this._block.fill(0),this._blockOffset=0;for(var w=0;w<4;++w)this._length[w]=0;return d},S.prototype._digest=function(){throw new Error("_digest is not implemented")},Ve.exports=S},2529:(Ve,ee,p)=>{var t=ee;t.utils=p(8283),t.common=p(2901),t.sha=p(8528),t.ripemd=p(5283),t.hmac=p(7163),t.sha1=t.sha.sha1,t.sha256=t.sha.sha256,t.sha224=t.sha.sha224,t.sha384=t.sha.sha384,t.sha512=t.sha.sha512,t.ripemd160=t.ripemd.ripemd160},2901:(Ve,ee,p)=>{"use strict";var t=p(8283),e=p(9210);function C(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}ee.BlockHash=C,C.prototype.update=function(l,x){if(l=t.toArray(l,x),this.pending=this.pending?this.pending.concat(l):l,this.pendingTotal+=l.length,this.pending.length>=this._delta8){var m=(l=this.pending).length%this._delta8;this.pending=l.slice(l.length-m,l.length),0===this.pending.length&&(this.pending=null),l=t.join32(l,0,l.length-m,this.endian);for(var R=0;R>>24&255,R[d++]=l>>>16&255,R[d++]=l>>>8&255,R[d++]=255&l}else for(R[d++]=255&l,R[d++]=l>>>8&255,R[d++]=l>>>16&255,R[d++]=l>>>24&255,R[d++]=0,R[d++]=0,R[d++]=0,R[d++]=0,w=8;w{"use strict";var t=p(8283),e=p(9210);function C(S,l,x){if(!(this instanceof C))return new C(S,l,x);this.Hash=S,this.blockSize=S.blockSize/8,this.outSize=S.outSize/8,this.inner=null,this.outer=null,this._init(t.toArray(l,x))}Ve.exports=C,C.prototype._init=function(l){l.length>this.blockSize&&(l=(new this.Hash).update(l).digest()),e(l.length<=this.blockSize);for(var x=l.length;x{"use strict";var t=p(8283),e=p(2901),C=t.rotl32,S=t.sum32,l=t.sum32_3,x=t.sum32_4,m=e.BlockHash;function R(){if(!(this instanceof R))return new R;m.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function d(U,G,Y,$){return U<=15?G^Y^$:U<=31?G&Y|~G&$:U<=47?(G|~Y)^$:U<=63?G&$|Y&~$:G^(Y|~$)}function y(U){return U<=15?1352829926:U<=31?1548603684:U<=47?1836072691:U<=63?2053994217:0}t.inherits(R,m),ee.ripemd160=R,R.blockSize=512,R.outSize=160,R.hmacStrength=192,R.padLength=64,R.prototype._update=function(G,Y){for(var $=this.h[0],Z=this.h[1],ie=this.h[2],ve=this.h[3],ae=this.h[4],ye=$,ue=Z,be=ie,D=ve,n=ae,c=0;c<80;c++){var f=S(C(x($,d(c,Z,ie,ve),G[T[c]+Y],(U=c)<=15?0:U<=31?1518500249:U<=47?1859775393:U<=63?2400959708:2840853838),F[c]),ae);$=ae,ae=ve,ve=C(ie,10),ie=Z,Z=f,f=S(C(x(ye,d(79-c,ue,be,D),G[k[c]+Y],y(c)),V[c]),n),ye=n,n=D,D=C(be,10),be=ue,ue=f}var U;f=l(this.h[1],ie,D),this.h[1]=l(this.h[2],ve,n),this.h[2]=l(this.h[3],ae,ye),this.h[3]=l(this.h[4],$,ue),this.h[4]=l(this.h[0],Z,be),this.h[0]=f},R.prototype._digest=function(G){return"hex"===G?t.toHex32(this.h,"little"):t.split32(this.h,"little")};var T=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],k=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],F=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],V=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},8528:(Ve,ee,p)=>{"use strict";ee.sha1=p(3468),ee.sha224=p(5563),ee.sha256=p(7138),ee.sha384=p(3898),ee.sha512=p(827)},3468:(Ve,ee,p)=>{"use strict";var t=p(8283),e=p(2901),C=p(3161),S=t.rotl32,l=t.sum32,x=t.sum32_5,m=C.ft_1,R=e.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function w(){if(!(this instanceof w))return new w;R.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}t.inherits(w,R),Ve.exports=w,w.blockSize=512,w.outSize=160,w.hmacStrength=80,w.padLength=64,w.prototype._update=function(T,k){for(var F=this.W,V=0;V<16;V++)F[V]=T[k+V];for(;V{"use strict";var t=p(8283),e=p(7138);function C(){if(!(this instanceof C))return new C;e.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}t.inherits(C,e),Ve.exports=C,C.blockSize=512,C.outSize=224,C.hmacStrength=192,C.padLength=64,C.prototype._digest=function(l){return"hex"===l?t.toHex32(this.h.slice(0,7),"big"):t.split32(this.h.slice(0,7),"big")}},7138:(Ve,ee,p)=>{"use strict";var t=p(8283),e=p(2901),C=p(3161),S=p(9210),l=t.sum32,x=t.sum32_4,m=t.sum32_5,R=C.ch32,d=C.maj32,w=C.s0_256,y=C.s1_256,T=C.g0_256,k=C.g1_256,F=e.BlockHash,V=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function U(){if(!(this instanceof U))return new U;F.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=V,this.W=new Array(64)}t.inherits(U,F),Ve.exports=U,U.blockSize=512,U.outSize=256,U.hmacStrength=192,U.padLength=64,U.prototype._update=function(Y,$){for(var Z=this.W,ie=0;ie<16;ie++)Z[ie]=Y[$+ie];for(;ie{"use strict";var t=p(8283),e=p(827);function C(){if(!(this instanceof C))return new C;e.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}t.inherits(C,e),Ve.exports=C,C.blockSize=1024,C.outSize=384,C.hmacStrength=192,C.padLength=128,C.prototype._digest=function(l){return"hex"===l?t.toHex32(this.h.slice(0,12),"big"):t.split32(this.h.slice(0,12),"big")}},827:(Ve,ee,p)=>{"use strict";var t=p(8283),e=p(2901),C=p(9210),S=t.rotr64_hi,l=t.rotr64_lo,x=t.shr64_hi,m=t.shr64_lo,R=t.sum64,d=t.sum64_hi,w=t.sum64_lo,y=t.sum64_4_hi,T=t.sum64_4_lo,k=t.sum64_5_hi,F=t.sum64_5_lo,V=e.BlockHash,U=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function G(){if(!(this instanceof G))return new G;V.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=U,this.W=new Array(160)}function Y(f,h,M,L,O){var _=f&M^~f&O;return _<0&&(_+=4294967296),_}function $(f,h,M,L,O,_){var r=h&L^~h&_;return r<0&&(r+=4294967296),r}function Z(f,h,M,L,O){var _=f&M^f&O^M&O;return _<0&&(_+=4294967296),_}function ie(f,h,M,L,O,_){var r=h&L^h&_^L&_;return r<0&&(r+=4294967296),r}function ve(f,h){var _=S(f,h,28)^S(h,f,2)^S(h,f,7);return _<0&&(_+=4294967296),_}function ae(f,h){var _=l(f,h,28)^l(h,f,2)^l(h,f,7);return _<0&&(_+=4294967296),_}function ye(f,h){var _=S(f,h,14)^S(f,h,18)^S(h,f,9);return _<0&&(_+=4294967296),_}function ue(f,h){var _=l(f,h,14)^l(f,h,18)^l(h,f,9);return _<0&&(_+=4294967296),_}function be(f,h){var _=S(f,h,1)^S(f,h,8)^x(f,h,7);return _<0&&(_+=4294967296),_}function D(f,h){var _=l(f,h,1)^l(f,h,8)^m(f,h,7);return _<0&&(_+=4294967296),_}function n(f,h){var _=S(f,h,19)^S(h,f,29)^x(f,h,6);return _<0&&(_+=4294967296),_}function c(f,h){var _=l(f,h,19)^l(h,f,29)^m(f,h,6);return _<0&&(_+=4294967296),_}t.inherits(G,V),Ve.exports=G,G.blockSize=1024,G.outSize=512,G.hmacStrength=192,G.padLength=128,G.prototype._prepareBlock=function(h,M){for(var L=this.W,O=0;O<32;O++)L[O]=h[M+O];for(;O{"use strict";var e=p(8283).rotr32;function S(y,T,k){return y&T^~y&k}function l(y,T,k){return y&T^y&k^T&k}function x(y,T,k){return y^T^k}ee.ft_1=function C(y,T,k,F){return 0===y?S(T,k,F):1===y||3===y?x(T,k,F):2===y?l(T,k,F):void 0},ee.ch32=S,ee.maj32=l,ee.p32=x,ee.s0_256=function m(y){return e(y,2)^e(y,13)^e(y,22)},ee.s1_256=function R(y){return e(y,6)^e(y,11)^e(y,25)},ee.g0_256=function d(y){return e(y,7)^e(y,18)^y>>>3},ee.g1_256=function w(y){return e(y,17)^e(y,19)^y>>>10}},8283:(Ve,ee,p)=>{"use strict";var t=p(9210),e=p(1993);function C(c,f){return!(55296!=(64512&c.charCodeAt(f))||f<0||f+1>=c.length)&&56320==(64512&c.charCodeAt(f+1))}function x(c){return(c>>>24|c>>>8&65280|c<<8&16711680|(255&c)<<24)>>>0}function R(c){return 1===c.length?"0"+c:c}function d(c){return 7===c.length?"0"+c:6===c.length?"00"+c:5===c.length?"000"+c:4===c.length?"0000"+c:3===c.length?"00000"+c:2===c.length?"000000"+c:1===c.length?"0000000"+c:c}ee.inherits=e,ee.toArray=function S(c,f){if(Array.isArray(c))return c.slice();if(!c)return[];var h=[];if("string"==typeof c)if(f){if("hex"===f)for((c=c.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(c="0"+c),L=0;L>6|192,h[M++]=63&O|128):C(c,L)?(O=65536+((1023&O)<<10)+(1023&c.charCodeAt(++L)),h[M++]=O>>18|240,h[M++]=O>>12&63|128,h[M++]=O>>6&63|128,h[M++]=63&O|128):(h[M++]=O>>12|224,h[M++]=O>>6&63|128,h[M++]=63&O|128)}else for(L=0;L>>0;return O},ee.split32=function y(c,f){for(var h=new Array(4*c.length),M=0,L=0;M>>24,h[L+1]=O>>>16&255,h[L+2]=O>>>8&255,h[L+3]=255&O):(h[L+3]=O>>>24,h[L+2]=O>>>16&255,h[L+1]=O>>>8&255,h[L]=255&O)}return h},ee.rotr32=function T(c,f){return c>>>f|c<<32-f},ee.rotl32=function k(c,f){return c<>>32-f},ee.sum32=function F(c,f){return c+f>>>0},ee.sum32_3=function V(c,f,h){return c+f+h>>>0},ee.sum32_4=function U(c,f,h,M){return c+f+h+M>>>0},ee.sum32_5=function G(c,f,h,M,L){return c+f+h+M+L>>>0},ee.sum64=function Y(c,f,h,M){var _=M+c[f+1]>>>0;c[f]=(_>>0,c[f+1]=_},ee.sum64_hi=function $(c,f,h,M){return(f+M>>>0>>0},ee.sum64_lo=function Z(c,f,h,M){return f+M>>>0},ee.sum64_4_hi=function ie(c,f,h,M,L,O,_,r){var v=0,z=f;return v+=(z=z+M>>>0)>>0)>>0)>>0},ee.sum64_4_lo=function ve(c,f,h,M,L,O,_,r){return f+M+O+r>>>0},ee.sum64_5_hi=function ae(c,f,h,M,L,O,_,r,v,z){var N=0,ne=f;return N+=(ne=ne+M>>>0)>>0)>>0)>>0)>>0},ee.sum64_5_lo=function ye(c,f,h,M,L,O,_,r,v,z){return f+M+O+r+z>>>0},ee.rotr64_hi=function ue(c,f,h){return(f<<32-h|c>>>h)>>>0},ee.rotr64_lo=function be(c,f,h){return(c<<32-h|f>>>h)>>>0},ee.shr64_hi=function D(c,f,h){return c>>>h},ee.shr64_lo=function n(c,f,h){return(c<<32-h|f>>>h)>>>0}},8368:(Ve,ee,p)=>{"use strict";var t=Function.prototype.call,e=Object.prototype.hasOwnProperty,C=p(5992);Ve.exports=C.call(t,e)},3556:(Ve,ee,p)=>{"use strict";var t=p(2529),e=p(1832),C=p(9210);function S(l){if(!(this instanceof S))return new S(l);this.hash=l.hash,this.predResist=!!l.predResist,this.outLen=this.hash.outSize,this.minEntropy=l.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var x=e.toArray(l.entropy,l.entropyEnc||"hex"),m=e.toArray(l.nonce,l.nonceEnc||"hex"),R=e.toArray(l.pers,l.persEnc||"hex");C(x.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(x,m,R)}Ve.exports=S,S.prototype._init=function(x,m,R){var d=x.concat(m).concat(R);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var w=0;w=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(x.concat(R||[])),this._reseed=1},S.prototype.generate=function(x,m,R,d){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof m&&(d=R,R=m,m=null),R&&(R=e.toArray(R,d||"hex"),this._update(R));for(var w=[];w.length{ee.read=function(p,t,e,C,S){var l,x,m=8*S-C-1,R=(1<>1,w=-7,y=e?S-1:0,T=e?-1:1,k=p[t+y];for(y+=T,l=k&(1<<-w)-1,k>>=-w,w+=m;w>0;l=256*l+p[t+y],y+=T,w-=8);for(x=l&(1<<-w)-1,l>>=-w,w+=C;w>0;x=256*x+p[t+y],y+=T,w-=8);if(0===l)l=1-d;else{if(l===R)return x?NaN:1/0*(k?-1:1);x+=Math.pow(2,C),l-=d}return(k?-1:1)*x*Math.pow(2,l-C)},ee.write=function(p,t,e,C,S,l){var x,m,R,d=8*l-S-1,w=(1<>1,T=23===S?Math.pow(2,-24)-Math.pow(2,-77):0,k=C?0:l-1,F=C?1:-1,V=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(m=isNaN(t)?1:0,x=w):(x=Math.floor(Math.log(t)/Math.LN2),t*(R=Math.pow(2,-x))<1&&(x--,R*=2),(t+=x+y>=1?T/R:T*Math.pow(2,1-y))*R>=2&&(x++,R/=2),x+y>=w?(m=0,x=w):x+y>=1?(m=(t*R-1)*Math.pow(2,S),x+=y):(m=t*Math.pow(2,y-1)*Math.pow(2,S),x=0));S>=8;p[e+k]=255&m,k+=F,m/=256,S-=8);for(x=x<0;p[e+k]=255&x,k+=F,x/=256,d-=8);p[e+k-F]|=128*V}},1993:Ve=>{Ve.exports="function"==typeof Object.create?function(p,t){t&&(p.super_=t,p.prototype=Object.create(t.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}))}:function(p,t){if(t){p.super_=t;var e=function(){};e.prototype=t.prototype,p.prototype=new e,p.prototype.constructor=p}}},8239:Ve=>{"use strict";var t,e,ee=Function.prototype.toString,p="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof p&&"function"==typeof Object.defineProperty)try{t=Object.defineProperty({},"length",{get:function(){throw e}}),e={},p(function(){throw 42},null,t)}catch(G){G!==e&&(p=null)}else p=null;var C=/^\s*class\b/,S=function(Y){try{var $=ee.call(Y);return C.test($)}catch{return!1}},l=function(Y){try{return!S(Y)&&(ee.call(Y),!0)}catch{return!1}},x=Object.prototype.toString,k="function"==typeof Symbol&&!!Symbol.toStringTag,F=!(0 in[,]),V=function(){return!1};if("object"==typeof document){var U=document.all;x.call(U)===x.call(document.all)&&(V=function(Y){if((F||!Y)&&(typeof Y>"u"||"object"==typeof Y))try{var $=x.call(Y);return("[object HTMLAllCollection]"===$||"[object HTML document.all class]"===$||"[object HTMLCollection]"===$||"[object Object]"===$)&&null==Y("")}catch{}return!1})}Ve.exports=p?function(Y){if(V(Y))return!0;if(!Y||"function"!=typeof Y&&"object"!=typeof Y)return!1;try{p(Y,null,t)}catch($){if($!==e)return!1}return!S(Y)&&l(Y)}:function(Y){if(V(Y))return!0;if(!Y||"function"!=typeof Y&&"object"!=typeof Y)return!1;if(k)return l(Y);if(S(Y))return!1;var $=x.call(Y);return!("[object Function]"!==$&&"[object GeneratorFunction]"!==$&&!/^\[object HTML/.test($))&&l(Y)}},4729:(Ve,ee,p)=>{"use strict";var t=p(4068);Ve.exports=function(C){return!!t(C)}},53:Ve=>{var ee={}.toString;Ve.exports=Array.isArray||function(p){return"[object Array]"==ee.call(p)}},837:Ve=>{"use strict";Ve.exports=Math.abs},3383:Ve=>{"use strict";Ve.exports=Math.floor},5488:Ve=>{"use strict";Ve.exports=Number.isNaN||function(p){return p!=p}},9039:Ve=>{"use strict";Ve.exports=Math.max},4981:Ve=>{"use strict";Ve.exports=Math.min},975:Ve=>{"use strict";Ve.exports=Math.pow},5337:Ve=>{"use strict";Ve.exports=Math.round},4912:(Ve,ee,p)=>{"use strict";var t=p(5488);Ve.exports=function(C){return t(C)||0===C?C:C<0?-1:1}},4725:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(3686),C=p(7054).Buffer,S=new Array(16);function l(){e.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function x(y,T){return y<>>32-T}function m(y,T,k,F,V,U,G){return x(y+(T&k|~T&F)+V+U|0,G)+T|0}function R(y,T,k,F,V,U,G){return x(y+(T&F|k&~F)+V+U|0,G)+T|0}function d(y,T,k,F,V,U,G){return x(y+(T^k^F)+V+U|0,G)+T|0}function w(y,T,k,F,V,U,G){return x(y+(k^(T|~F))+V+U|0,G)+T|0}t(l,e),l.prototype._update=function(){for(var y=S,T=0;T<16;++T)y[T]=this._block.readInt32LE(4*T);var k=this._a,F=this._b,V=this._c,U=this._d;k=m(k,F,V,U,y[0],3614090360,7),U=m(U,k,F,V,y[1],3905402710,12),V=m(V,U,k,F,y[2],606105819,17),F=m(F,V,U,k,y[3],3250441966,22),k=m(k,F,V,U,y[4],4118548399,7),U=m(U,k,F,V,y[5],1200080426,12),V=m(V,U,k,F,y[6],2821735955,17),F=m(F,V,U,k,y[7],4249261313,22),k=m(k,F,V,U,y[8],1770035416,7),U=m(U,k,F,V,y[9],2336552879,12),V=m(V,U,k,F,y[10],4294925233,17),F=m(F,V,U,k,y[11],2304563134,22),k=m(k,F,V,U,y[12],1804603682,7),U=m(U,k,F,V,y[13],4254626195,12),V=m(V,U,k,F,y[14],2792965006,17),k=R(k,F=m(F,V,U,k,y[15],1236535329,22),V,U,y[1],4129170786,5),U=R(U,k,F,V,y[6],3225465664,9),V=R(V,U,k,F,y[11],643717713,14),F=R(F,V,U,k,y[0],3921069994,20),k=R(k,F,V,U,y[5],3593408605,5),U=R(U,k,F,V,y[10],38016083,9),V=R(V,U,k,F,y[15],3634488961,14),F=R(F,V,U,k,y[4],3889429448,20),k=R(k,F,V,U,y[9],568446438,5),U=R(U,k,F,V,y[14],3275163606,9),V=R(V,U,k,F,y[3],4107603335,14),F=R(F,V,U,k,y[8],1163531501,20),k=R(k,F,V,U,y[13],2850285829,5),U=R(U,k,F,V,y[2],4243563512,9),V=R(V,U,k,F,y[7],1735328473,14),k=d(k,F=R(F,V,U,k,y[12],2368359562,20),V,U,y[5],4294588738,4),U=d(U,k,F,V,y[8],2272392833,11),V=d(V,U,k,F,y[11],1839030562,16),F=d(F,V,U,k,y[14],4259657740,23),k=d(k,F,V,U,y[1],2763975236,4),U=d(U,k,F,V,y[4],1272893353,11),V=d(V,U,k,F,y[7],4139469664,16),F=d(F,V,U,k,y[10],3200236656,23),k=d(k,F,V,U,y[13],681279174,4),U=d(U,k,F,V,y[0],3936430074,11),V=d(V,U,k,F,y[3],3572445317,16),F=d(F,V,U,k,y[6],76029189,23),k=d(k,F,V,U,y[9],3654602809,4),U=d(U,k,F,V,y[12],3873151461,11),V=d(V,U,k,F,y[15],530742520,16),k=w(k,F=d(F,V,U,k,y[2],3299628645,23),V,U,y[0],4096336452,6),U=w(U,k,F,V,y[7],1126891415,10),V=w(V,U,k,F,y[14],2878612391,15),F=w(F,V,U,k,y[5],4237533241,21),k=w(k,F,V,U,y[12],1700485571,6),U=w(U,k,F,V,y[3],2399980690,10),V=w(V,U,k,F,y[10],4293915773,15),F=w(F,V,U,k,y[1],2240044497,21),k=w(k,F,V,U,y[8],1873313359,6),U=w(U,k,F,V,y[15],4264355552,10),V=w(V,U,k,F,y[6],2734768916,15),F=w(F,V,U,k,y[13],1309151649,21),k=w(k,F,V,U,y[4],4149444226,6),U=w(U,k,F,V,y[11],3174756917,10),V=w(V,U,k,F,y[2],718787259,15),F=w(F,V,U,k,y[9],3951481745,21),this._a=this._a+k|0,this._b=this._b+F|0,this._c=this._c+V|0,this._d=this._d+U|0},l.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var y=C.allocUnsafe(16);return y.writeInt32LE(this._a,0),y.writeInt32LE(this._b,4),y.writeInt32LE(this._c,8),y.writeInt32LE(this._d,12),y},Ve.exports=l},3459:(Ve,ee,p)=>{var t=p(7223),e=p(5294);function C(S){this.rand=S||new e.Rand}Ve.exports=C,C.create=function(l){return new C(l)},C.prototype._randbelow=function(l){var x=l.bitLength(),m=Math.ceil(x/8);do{var R=new t(this.rand.generate(m))}while(R.cmp(l)>=0);return R},C.prototype._randrange=function(l,x){var m=x.sub(l);return l.add(this._randbelow(m))},C.prototype.test=function(l,x,m){var R=l.bitLength(),d=t.mont(l),w=new t(1).toRed(d);x||(x=Math.max(1,R/48|0));for(var y=l.subn(1),T=0;!y.testn(T);T++);for(var k=l.shrn(T),F=y.toRed(d);x>0;x--){var U=this._randrange(new t(2),y);m&&m(U);var G=U.toRed(d).redPow(k);if(0!==G.cmp(w)&&0!==G.cmp(F)){for(var Y=1;Y0;x--){var F=this._randrange(new t(2),w),V=l.gcd(F);if(0!==V.cmpn(1))return V;var U=F.toRed(R).redPow(T);if(0!==U.cmp(d)&&0!==U.cmp(k)){for(var G=1;G=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},9210:Ve=>{function ee(p,t){if(!p)throw new Error(t||"Assertion failed")}Ve.exports=ee,ee.equal=function(t,e,C){if(t!=e)throw new Error(C||"Assertion failed: "+t+" != "+e)}},1832:(Ve,ee)=>{"use strict";var p=ee;function e(S){return 1===S.length?"0"+S:S}function C(S){for(var l="",x=0;x>8,w=255&R;d?x.push(d,w):x.push(w)}return x},p.zero2=e,p.toHex=C,p.encode=function(l,x){return"hex"===x?C(l):l}},1264:(Ve,ee,p)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var t=p(4478);Object.keys(t).forEach(function(e){"default"!==e&&Object.defineProperty(ee,e,{enumerable:!0,get:function(){return t[e]}})})},3138:(Ve,ee,p)=>{"use strict";var t=p(1990);ee.certificate=p(4772);var e=t.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});ee.RSAPrivateKey=e;var C=t.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});ee.RSAPublicKey=C;var S=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),l=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(S),this.key("subjectPublicKey").bitstr())});ee.PublicKey=l;var x=t.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(S),this.key("subjectPrivateKey").octstr())});ee.PrivateKey=x;var m=t.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});ee.EncryptedPrivateKey=m;var R=t.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});ee.DSAPrivateKey=R,ee.DSAparam=t.define("DSAparam",function(){this.int()});var d=t.define("ECParameters",function(){this.choice({namedCurve:this.objid()})}),w=t.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(d),this.key("publicKey").optional().explicit(1).bitstr())});ee.ECPrivateKey=w,ee.signature=t.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},4772:(Ve,ee,p)=>{"use strict";var t=p(1990),e=t.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),C=t.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),S=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),l=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(S),this.key("subjectPublicKey").bitstr())}),x=t.define("RelativeDistinguishedName",function(){this.setof(C)}),m=t.define("RDNSequence",function(){this.seqof(x)}),R=t.define("Name",function(){this.choice({rdnSequence:this.use(m)})}),d=t.define("Validity",function(){this.seq().obj(this.key("notBefore").use(e),this.key("notAfter").use(e))}),w=t.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),y=t.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(S),this.key("issuer").use(R),this.key("validity").use(d),this.key("subject").use(R),this.key("subjectPublicKeyInfo").use(l),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(w).optional())}),T=t.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(y),this.key("signatureAlgorithm").use(S),this.key("signatureValue").bitstr())});Ve.exports=T},9472:(Ve,ee,p)=>{"use strict";var t=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,e=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,C=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,S=p(592),l=p(3388),x=p(7054).Buffer;Ve.exports=function(m,R){var y,d=m.toString(),w=d.match(t);if(w){var k="aes"+w[1],F=x.from(w[2],"hex"),V=x.from(w[3].replace(/[\r\n]/g,""),"base64"),U=S(R,F.slice(0,8),parseInt(w[1],10)).key,G=[],Y=l.createDecipheriv(k,U,F);G.push(Y.update(V)),G.push(Y.final()),y=x.concat(G)}else{var T=d.match(C);y=x.from(T[2].replace(/[\r\n]/g,""),"base64")}return{tag:d.match(e)[1],data:y}}},5667:(Ve,ee,p)=>{"use strict";var t=p(3138),e=p(5579),C=p(9472),S=p(3388),l=p(3397),x=p(7054).Buffer;function R(d){var w;"object"==typeof d&&!x.isBuffer(d)&&(w=d.passphrase,d=d.key),"string"==typeof d&&(d=x.from(d));var F,V,y=C(d,w),T=y.tag,k=y.data;switch(T){case"CERTIFICATE":V=t.certificate.decode(k,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(V||(V=t.PublicKey.decode(k,"der")),F=V.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPublicKey.decode(V.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return V.subjectPrivateKey=V.subjectPublicKey,{type:"ec",data:V};case"1.2.840.10040.4.1":return V.algorithm.params.pub_key=t.DSAparam.decode(V.subjectPublicKey.data,"der"),{type:"dsa",data:V.algorithm.params};default:throw new Error("unknown key id "+F)}case"ENCRYPTED PRIVATE KEY":k=function m(d,w){var y=d.algorithm.decrypt.kde.kdeparams.salt,T=parseInt(d.algorithm.decrypt.kde.kdeparams.iters.toString(),10),k=e[d.algorithm.decrypt.cipher.algo.join(".")],F=d.algorithm.decrypt.cipher.iv,V=d.subjectPrivateKey,U=parseInt(k.split("-")[1],10)/8,G=l.pbkdf2Sync(w,y,T,U,"sha1"),Y=S.createDecipheriv(k,G,F),$=[];return $.push(Y.update(V)),$.push(Y.final()),x.concat($)}(k=t.EncryptedPrivateKey.decode(k,"der"),w);case"PRIVATE KEY":switch(F=(V=t.PrivateKey.decode(k,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPrivateKey.decode(V.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:V.algorithm.curve,privateKey:t.ECPrivateKey.decode(V.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return V.algorithm.params.priv_key=t.DSAparam.decode(V.subjectPrivateKey,"der"),{type:"dsa",params:V.algorithm.params};default:throw new Error("unknown key id "+F)}case"RSA PUBLIC KEY":return t.RSAPublicKey.decode(k,"der");case"RSA PRIVATE KEY":return t.RSAPrivateKey.decode(k,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:t.DSAPrivateKey.decode(k,"der")};case"EC PRIVATE KEY":return{curve:(k=t.ECPrivateKey.decode(k,"der")).parameters.value,privateKey:k.privateKey};default:throw new Error("unknown key type "+T)}}R.signature=t.signature,Ve.exports=R},3397:(Ve,ee,p)=>{"use strict";ee.pbkdf2=p(2685),ee.pbkdf2Sync=p(9111)},2685:(Ve,ee,p)=>{"use strict";var x,w,t=p(7054).Buffer,e=p(6111),C=p(5392),S=p(9111),l=p(6643),m=global.crypto&&global.crypto.subtle,R={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},d=[];function y(){return w||(w=global.process&&global.process.nextTick?global.process.nextTick:global.queueMicrotask?global.queueMicrotask:global.setImmediate?global.setImmediate:global.setTimeout)}function T(V,U,G,Y,$){return m.importKey("raw",V,{name:"PBKDF2"},!1,["deriveBits"]).then(function(Z){return m.deriveBits({name:"PBKDF2",salt:U,iterations:G,hash:{name:$}},Z,Y<<3)}).then(function(Z){return t.from(Z)})}Ve.exports=function(V,U,G,Y,$,Z){"function"==typeof $&&(Z=$,$=void 0);var ie=R[($=$||"sha1").toLowerCase()];if(ie&&"function"==typeof global.Promise){if(e(G,Y),V=l(V,C,"Password"),U=l(U,C,"Salt"),"function"!=typeof Z)throw new Error("No callback provided to pbkdf2");!function F(V,U){V.then(function(G){y()(function(){U(null,G)})},function(G){y()(function(){U(G)})})}(function k(V){if(global.process&&!global.process.browser||!m||!m.importKey||!m.deriveBits)return Promise.resolve(!1);if(void 0!==d[V])return d[V];var U=T(x=x||t.alloc(8),x,10,128,V).then(function(){return!0},function(){return!1});return d[V]=U,U}(ie).then(function(ve){return ve?T(V,U,G,Y,ie):S(V,U,G,Y,$)}),Z)}else y()(function(){var ve;try{ve=S(V,U,G,Y,$)}catch(ae){return void Z(ae)}Z(null,ve)})}},5392:Ve=>{"use strict";var ee;ee=global.process&&global.process.browser?"utf-8":global.process&&global.process.version?parseInt(process.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary":"utf-8",Ve.exports=ee},6111:Ve=>{"use strict";var ee=Math.pow(2,30)-1;Ve.exports=function(p,t){if("number"!=typeof p)throw new TypeError("Iterations not a number");if(p<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>ee||t!=t)throw new TypeError("Bad key length")}},9111:(Ve,ee,p)=>{"use strict";var t=p(5056),e=p(603),C=p(5443),S=p(7054).Buffer,l=p(6111),x=p(5392),m=p(6643),R=S.alloc(128),d={__proto__:null,md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,"sha512-256":32,ripemd160:20,rmd160:20},w={__proto__:null,"sha-1":"sha1","sha-224":"sha224","sha-256":"sha256","sha-384":"sha384","sha-512":"sha512","ripemd-160":"ripemd160"};function y(V){return(new e).update(V).digest()}function k(V,U,G){var Y=function T(V){return"rmd160"===V||"ripemd160"===V?y:"md5"===V?t:function U(G){return C(V).update(G).digest()}}(V),$="sha512"===V||"sha384"===V?128:64;U.length>$?U=Y(U):U.length<$&&(U=S.concat([U,R],$));for(var Z=S.allocUnsafe($+d[V]),ie=S.allocUnsafe($+d[V]),ve=0;ve<$;ve++)Z[ve]=54^U[ve],ie[ve]=92^U[ve];var ae=S.allocUnsafe($+G+4);Z.copy(ae,0,0,$),this.ipad1=ae,this.ipad2=Z,this.opad=ie,this.alg=V,this.blocksize=$,this.hash=Y,this.size=d[V]}k.prototype.run=function(V,U){return V.copy(U,this.blocksize),this.hash(U).copy(this.opad,this.blocksize),this.hash(this.opad)},Ve.exports=function F(V,U,G,Y,$){l(G,Y),V=m(V,x,"Password"),U=m(U,x,"Salt");var Z=($||"sha1").toLowerCase(),ie=w[Z]||Z,ve=d[ie];if("number"!=typeof ve||!ve)throw new TypeError("Digest algorithm not supported: "+$);var ae=new k(ie,V,U.length),ye=S.allocUnsafe(Y),ue=S.allocUnsafe(U.length+4);U.copy(ue,0,0,U.length);for(var be=0,D=ve,n=Math.ceil(Y/D),c=1;c<=n;c++){ue.writeUInt32BE(c,U.length);for(var f=ae.run(ue,ae.ipad1),h=f,M=1;M{"use strict";var t=p(7054).Buffer,e=p(1090),C=typeof Uint8Array<"u",l=C&&typeof ArrayBuffer<"u"&&ArrayBuffer.isView;Ve.exports=function(x,m,R){if("string"==typeof x||t.isBuffer(x)||C&&x instanceof Uint8Array||l&&l(x))return e(x,m);throw new TypeError(R+" must be a string, a Buffer, a Uint8Array, or a DataView")}},6069:Ve=>{"use strict";var p=new Buffer(4);p.fill(0),Ve.exports=function(l,x){var m=x(function C(S){S.length%4!=0&&(S=Buffer.concat([S,p],S.length+(4-S.length%4)));for(var x=new Array(S.length>>>2),m=0,R=0;m{"use strict";var t=p(6069);function e(w,y){w[y>>5]|=128<>>9<<4)]=y;for(var T=1732584193,k=-271733879,F=-1732584194,V=271733878,U=0;U>>32-y}(R(R(y,w),R(k,V)),F),T)}function S(w,y,T,k,F,V,U){return C(y&T|~y&k,w,y,F,V,U)}function l(w,y,T,k,F,V,U){return C(y&k|T&~k,w,y,F,V,U)}function x(w,y,T,k,F,V,U){return C(y^T^k,w,y,F,V,U)}function m(w,y,T,k,F,V,U){return C(T^(y|~k),w,y,F,V,U)}function R(w,y){var T=(65535&w)+(65535&y);return(w>>16)+(y>>16)+(T>>16)<<16|65535&T}Ve.exports=function(y){return t(y,e)}},3833:(Ve,ee,p)=>{"use strict";var t=p(7045).Transform;function C(S){t.call(this),this._block=new Buffer(S),this._blockSize=S,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}p(1993)(C,t),C.prototype._transform=function(S,l,x){var m=null;try{"buffer"!==l&&(S=new Buffer(S,l)),this.update(S)}catch(R){m=R}x(m)},C.prototype._flush=function(S){var l=null;try{this.push(this._digest())}catch(x){l=x}S(l)},C.prototype.update=function(S,l){if(!Buffer.isBuffer(S)&&"string"!=typeof S)throw new TypeError("Data must be a string or a buffer");if(this._finalized)throw new Error("Digest already called");Buffer.isBuffer(S)||(S=new Buffer(S,l||"binary"));for(var x=this._block,m=0;this._blockOffset+S.length-m>=this._blockSize;){for(var R=this._blockOffset;R0;++d)this._length[d]+=w,(w=this._length[d]/4294967296|0)>0&&(this._length[d]-=4294967296*w);return this},C.prototype._update=function(S){throw new Error("_update is not implemented")},C.prototype.digest=function(S){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var l=this._digest();return void 0!==S&&(l=l.toString(S)),l},C.prototype._digest=function(){throw new Error("_digest is not implemented")},Ve.exports=C},603:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(3833);function C(){e.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function S(w,y){return w<>>32-y}function l(w,y,T,k,F,V,U,G){return S(w+(y^T^k)+V+U|0,G)+F|0}function x(w,y,T,k,F,V,U,G){return S(w+(y&T|~y&k)+V+U|0,G)+F|0}function m(w,y,T,k,F,V,U,G){return S(w+((y|~T)^k)+V+U|0,G)+F|0}function R(w,y,T,k,F,V,U,G){return S(w+(y&k|T&~k)+V+U|0,G)+F|0}function d(w,y,T,k,F,V,U,G){return S(w+(y^(T|~k))+V+U|0,G)+F|0}t(C,e),C.prototype._update=function(){for(var w=new Array(16),y=0;y<16;++y)w[y]=this._block.readInt32LE(4*y);var T=this._a,k=this._b,F=this._c,V=this._d,U=this._e;T=l(T,k,F,V,U,w[0],0,11),U=l(U,T,k,F=S(F,10),V,w[1],0,14),V=l(V,U,T,k=S(k,10),F,w[2],0,15),F=l(F,V,U,T=S(T,10),k,w[3],0,12),k=l(k,F,V,U=S(U,10),T,w[4],0,5),T=l(T,k,F,V=S(V,10),U,w[5],0,8),U=l(U,T,k,F=S(F,10),V,w[6],0,7),V=l(V,U,T,k=S(k,10),F,w[7],0,9),F=l(F,V,U,T=S(T,10),k,w[8],0,11),k=l(k,F,V,U=S(U,10),T,w[9],0,13),T=l(T,k,F,V=S(V,10),U,w[10],0,14),U=l(U,T,k,F=S(F,10),V,w[11],0,15),V=l(V,U,T,k=S(k,10),F,w[12],0,6),F=l(F,V,U,T=S(T,10),k,w[13],0,7),k=l(k,F,V,U=S(U,10),T,w[14],0,9),U=x(U,T=l(T,k,F,V=S(V,10),U,w[15],0,8),k,F=S(F,10),V,w[7],1518500249,7),V=x(V,U,T,k=S(k,10),F,w[4],1518500249,6),F=x(F,V,U,T=S(T,10),k,w[13],1518500249,8),k=x(k,F,V,U=S(U,10),T,w[1],1518500249,13),T=x(T,k,F,V=S(V,10),U,w[10],1518500249,11),U=x(U,T,k,F=S(F,10),V,w[6],1518500249,9),V=x(V,U,T,k=S(k,10),F,w[15],1518500249,7),F=x(F,V,U,T=S(T,10),k,w[3],1518500249,15),k=x(k,F,V,U=S(U,10),T,w[12],1518500249,7),T=x(T,k,F,V=S(V,10),U,w[0],1518500249,12),U=x(U,T,k,F=S(F,10),V,w[9],1518500249,15),V=x(V,U,T,k=S(k,10),F,w[5],1518500249,9),F=x(F,V,U,T=S(T,10),k,w[2],1518500249,11),k=x(k,F,V,U=S(U,10),T,w[14],1518500249,7),T=x(T,k,F,V=S(V,10),U,w[11],1518500249,13),V=m(V,U=x(U,T,k,F=S(F,10),V,w[8],1518500249,12),T,k=S(k,10),F,w[3],1859775393,11),F=m(F,V,U,T=S(T,10),k,w[10],1859775393,13),k=m(k,F,V,U=S(U,10),T,w[14],1859775393,6),T=m(T,k,F,V=S(V,10),U,w[4],1859775393,7),U=m(U,T,k,F=S(F,10),V,w[9],1859775393,14),V=m(V,U,T,k=S(k,10),F,w[15],1859775393,9),F=m(F,V,U,T=S(T,10),k,w[8],1859775393,13),k=m(k,F,V,U=S(U,10),T,w[1],1859775393,15),T=m(T,k,F,V=S(V,10),U,w[2],1859775393,14),U=m(U,T,k,F=S(F,10),V,w[7],1859775393,8),V=m(V,U,T,k=S(k,10),F,w[0],1859775393,13),F=m(F,V,U,T=S(T,10),k,w[6],1859775393,6),k=m(k,F,V,U=S(U,10),T,w[13],1859775393,5),T=m(T,k,F,V=S(V,10),U,w[11],1859775393,12),U=m(U,T,k,F=S(F,10),V,w[5],1859775393,7),F=R(F,V=m(V,U,T,k=S(k,10),F,w[12],1859775393,5),U,T=S(T,10),k,w[1],2400959708,11),k=R(k,F,V,U=S(U,10),T,w[9],2400959708,12),T=R(T,k,F,V=S(V,10),U,w[11],2400959708,14),U=R(U,T,k,F=S(F,10),V,w[10],2400959708,15),V=R(V,U,T,k=S(k,10),F,w[0],2400959708,14),F=R(F,V,U,T=S(T,10),k,w[8],2400959708,15),k=R(k,F,V,U=S(U,10),T,w[12],2400959708,9),T=R(T,k,F,V=S(V,10),U,w[4],2400959708,8),U=R(U,T,k,F=S(F,10),V,w[13],2400959708,9),V=R(V,U,T,k=S(k,10),F,w[3],2400959708,14),F=R(F,V,U,T=S(T,10),k,w[7],2400959708,5),k=R(k,F,V,U=S(U,10),T,w[15],2400959708,6),T=R(T,k,F,V=S(V,10),U,w[14],2400959708,8),U=R(U,T,k,F=S(F,10),V,w[5],2400959708,6),V=R(V,U,T,k=S(k,10),F,w[6],2400959708,5),k=d(k,F=R(F,V,U,T=S(T,10),k,w[2],2400959708,12),V,U=S(U,10),T,w[4],2840853838,9),T=d(T,k,F,V=S(V,10),U,w[0],2840853838,15),U=d(U,T,k,F=S(F,10),V,w[5],2840853838,5),V=d(V,U,T,k=S(k,10),F,w[9],2840853838,11),F=d(F,V,U,T=S(T,10),k,w[7],2840853838,6),k=d(k,F,V,U=S(U,10),T,w[12],2840853838,8),T=d(T,k,F,V=S(V,10),U,w[2],2840853838,13),U=d(U,T,k,F=S(F,10),V,w[10],2840853838,12),V=d(V,U,T,k=S(k,10),F,w[14],2840853838,5),F=d(F,V,U,T=S(T,10),k,w[1],2840853838,12),k=d(k,F,V,U=S(U,10),T,w[3],2840853838,13),T=d(T,k,F,V=S(V,10),U,w[8],2840853838,14),U=d(U,T,k,F=S(F,10),V,w[11],2840853838,11),V=d(V,U,T,k=S(k,10),F,w[6],2840853838,8),F=d(F,V,U,T=S(T,10),k,w[15],2840853838,5),k=d(k,F,V,U=S(U,10),T,w[13],2840853838,6),V=S(V,10);var G=this._a,Y=this._b,$=this._c,Z=this._d,ie=this._e;G=d(G,Y,$,Z,ie,w[5],1352829926,8),ie=d(ie,G,Y,$=S($,10),Z,w[14],1352829926,9),Z=d(Z,ie,G,Y=S(Y,10),$,w[7],1352829926,9),$=d($,Z,ie,G=S(G,10),Y,w[0],1352829926,11),Y=d(Y,$,Z,ie=S(ie,10),G,w[9],1352829926,13),G=d(G,Y,$,Z=S(Z,10),ie,w[2],1352829926,15),ie=d(ie,G,Y,$=S($,10),Z,w[11],1352829926,15),Z=d(Z,ie,G,Y=S(Y,10),$,w[4],1352829926,5),$=d($,Z,ie,G=S(G,10),Y,w[13],1352829926,7),Y=d(Y,$,Z,ie=S(ie,10),G,w[6],1352829926,7),G=d(G,Y,$,Z=S(Z,10),ie,w[15],1352829926,8),ie=d(ie,G,Y,$=S($,10),Z,w[8],1352829926,11),Z=d(Z,ie,G,Y=S(Y,10),$,w[1],1352829926,14),$=d($,Z,ie,G=S(G,10),Y,w[10],1352829926,14),Y=d(Y,$,Z,ie=S(ie,10),G,w[3],1352829926,12),ie=R(ie,G=d(G,Y,$,Z=S(Z,10),ie,w[12],1352829926,6),Y,$=S($,10),Z,w[6],1548603684,9),Z=R(Z,ie,G,Y=S(Y,10),$,w[11],1548603684,13),$=R($,Z,ie,G=S(G,10),Y,w[3],1548603684,15),Y=R(Y,$,Z,ie=S(ie,10),G,w[7],1548603684,7),G=R(G,Y,$,Z=S(Z,10),ie,w[0],1548603684,12),ie=R(ie,G,Y,$=S($,10),Z,w[13],1548603684,8),Z=R(Z,ie,G,Y=S(Y,10),$,w[5],1548603684,9),$=R($,Z,ie,G=S(G,10),Y,w[10],1548603684,11),Y=R(Y,$,Z,ie=S(ie,10),G,w[14],1548603684,7),G=R(G,Y,$,Z=S(Z,10),ie,w[15],1548603684,7),ie=R(ie,G,Y,$=S($,10),Z,w[8],1548603684,12),Z=R(Z,ie,G,Y=S(Y,10),$,w[12],1548603684,7),$=R($,Z,ie,G=S(G,10),Y,w[4],1548603684,6),Y=R(Y,$,Z,ie=S(ie,10),G,w[9],1548603684,15),G=R(G,Y,$,Z=S(Z,10),ie,w[1],1548603684,13),Z=m(Z,ie=R(ie,G,Y,$=S($,10),Z,w[2],1548603684,11),G,Y=S(Y,10),$,w[15],1836072691,9),$=m($,Z,ie,G=S(G,10),Y,w[5],1836072691,7),Y=m(Y,$,Z,ie=S(ie,10),G,w[1],1836072691,15),G=m(G,Y,$,Z=S(Z,10),ie,w[3],1836072691,11),ie=m(ie,G,Y,$=S($,10),Z,w[7],1836072691,8),Z=m(Z,ie,G,Y=S(Y,10),$,w[14],1836072691,6),$=m($,Z,ie,G=S(G,10),Y,w[6],1836072691,6),Y=m(Y,$,Z,ie=S(ie,10),G,w[9],1836072691,14),G=m(G,Y,$,Z=S(Z,10),ie,w[11],1836072691,12),ie=m(ie,G,Y,$=S($,10),Z,w[8],1836072691,13),Z=m(Z,ie,G,Y=S(Y,10),$,w[12],1836072691,5),$=m($,Z,ie,G=S(G,10),Y,w[2],1836072691,14),Y=m(Y,$,Z,ie=S(ie,10),G,w[10],1836072691,13),G=m(G,Y,$,Z=S(Z,10),ie,w[0],1836072691,13),ie=m(ie,G,Y,$=S($,10),Z,w[4],1836072691,7),$=x($,Z=m(Z,ie,G,Y=S(Y,10),$,w[13],1836072691,5),ie,G=S(G,10),Y,w[8],2053994217,15),Y=x(Y,$,Z,ie=S(ie,10),G,w[6],2053994217,5),G=x(G,Y,$,Z=S(Z,10),ie,w[4],2053994217,8),ie=x(ie,G,Y,$=S($,10),Z,w[1],2053994217,11),Z=x(Z,ie,G,Y=S(Y,10),$,w[3],2053994217,14),$=x($,Z,ie,G=S(G,10),Y,w[11],2053994217,14),Y=x(Y,$,Z,ie=S(ie,10),G,w[15],2053994217,6),G=x(G,Y,$,Z=S(Z,10),ie,w[0],2053994217,14),ie=x(ie,G,Y,$=S($,10),Z,w[5],2053994217,6),Z=x(Z,ie,G,Y=S(Y,10),$,w[12],2053994217,9),$=x($,Z,ie,G=S(G,10),Y,w[2],2053994217,12),Y=x(Y,$,Z,ie=S(ie,10),G,w[13],2053994217,9),G=x(G,Y,$,Z=S(Z,10),ie,w[9],2053994217,12),ie=x(ie,G,Y,$=S($,10),Z,w[7],2053994217,5),Z=x(Z,ie,G,Y=S(Y,10),$,w[10],2053994217,15),Y=l(Y,$=x($,Z,ie,G=S(G,10),Y,w[14],2053994217,8),Z,ie=S(ie,10),G,w[12],0,8),G=l(G,Y,$,Z=S(Z,10),ie,w[15],0,5),ie=l(ie,G,Y,$=S($,10),Z,w[10],0,12),Z=l(Z,ie,G,Y=S(Y,10),$,w[4],0,9),$=l($,Z,ie,G=S(G,10),Y,w[1],0,12),Y=l(Y,$,Z,ie=S(ie,10),G,w[5],0,5),G=l(G,Y,$,Z=S(Z,10),ie,w[8],0,14),ie=l(ie,G,Y,$=S($,10),Z,w[7],0,6),Z=l(Z,ie,G,Y=S(Y,10),$,w[6],0,8),$=l($,Z,ie,G=S(G,10),Y,w[2],0,13),Y=l(Y,$,Z,ie=S(ie,10),G,w[13],0,6),G=l(G,Y,$,Z=S(Z,10),ie,w[14],0,5),ie=l(ie,G,Y,$=S($,10),Z,w[0],0,15),Z=l(Z,ie,G,Y=S(Y,10),$,w[3],0,13),$=l($,Z,ie,G=S(G,10),Y,w[9],0,11),Y=l(Y,$,Z,ie=S(ie,10),G,w[11],0,11),Z=S(Z,10);var ve=this._b+F+Z|0;this._b=this._c+V+ie|0,this._c=this._d+U+G|0,this._d=this._e+T+Y|0,this._e=this._a+k+$|0,this._a=ve},C.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var w=new Buffer(20);return w.writeInt32LE(this._a,0),w.writeInt32LE(this._b,4),w.writeInt32LE(this._c,8),w.writeInt32LE(this._d,12),w.writeInt32LE(this._e,16),w},Ve.exports=C},5019:Ve=>{"use strict";Ve.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},9656:Ve=>{"use strict";Ve.exports=typeof process>"u"||!process.version||0===process.version.indexOf("v0.")||0===process.version.indexOf("v1.")&&0!==process.version.indexOf("v1.8.")?{nextTick:function ee(p,t,e,C){if("function"!=typeof p)throw new TypeError('"callback" argument must be a function');var l,x,S=arguments.length;switch(S){case 0:case 1:return process.nextTick(p);case 2:return process.nextTick(function(){p.call(null,t)});case 3:return process.nextTick(function(){p.call(null,t,e)});case 4:return process.nextTick(function(){p.call(null,t,e,C)});default:for(l=new Array(S-1),x=0;x{ee.publicEncrypt=p(7267),ee.privateDecrypt=p(8613),ee.privateEncrypt=function(e,C){return ee.publicEncrypt(e,C,!0)},ee.publicDecrypt=function(e,C){return ee.privateDecrypt(e,C,!0)}},715:(Ve,ee,p)=>{var t=p(7211),e=p(7054).Buffer;function C(S){var l=e.allocUnsafe(4);return l.writeUInt32BE(S,0),l}Ve.exports=function(S,l){for(var R,x=e.alloc(0),m=0;x.length=65&&c<=70?c-55:c>=97&&c<=102?c-87:c-48&15}function R(D,n,c){var f=m(D,c);return c-1>=n&&(f|=m(D,c-1)<<4),f}function d(D,n,c,f){for(var h=0,M=Math.min(D.length,c),L=n;L=49?O-49+10:O>=17?O-17+10:O}return h}l.isBN=function(n){return n instanceof l||null!==n&&"object"==typeof n&&n.constructor.wordSize===l.wordSize&&Array.isArray(n.words)},l.max=function(n,c){return n.cmp(c)>0?n:c},l.min=function(n,c){return n.cmp(c)<0?n:c},l.prototype._init=function(n,c,f){if("number"==typeof n)return this._initNumber(n,c,f);if("object"==typeof n)return this._initArray(n,c,f);"hex"===c&&(c=16),C(c===(0|c)&&c>=2&&c<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[M]|=(L=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);else if("le"===f)for(h=0,M=0;h>>26-O&67108863,(O+=24)>=26&&(O-=26,M++);return this.strip()},l.prototype._parseHex=function(n,c,f){this.length=Math.ceil((n.length-c)/6),this.words=new Array(this.length);for(var h=0;h=c;h-=2)O=R(n,c,h)<=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;else for(h=(n.length-c)%2==0?c+1:c;h=18?(M-=18,this.words[L+=1]|=O>>>26):M+=8;this.strip()},l.prototype._parseBase=function(n,c,f){this.words=[0],this.length=1;for(var h=0,M=1;M<=67108863;M*=c)h++;h--,M=M/c|0;for(var L=n.length-f,O=L%h,_=Math.min(L,L-O)+f,r=0,v=f;v<_;v+=h)r=d(n,v,v+h,c),this.imuln(M),this.words[0]+r<67108864?this.words[0]+=r:this._iaddn(r);if(0!==O){var z=1;for(r=d(n,v,n.length,c),v=0;v1&&0===this.words[this.length-1];)this.length--;return this._normSign()},l.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},l.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],y=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],T=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function F(D,n,c){c.negative=n.negative^D.negative;var f=D.length+n.length|0;c.length=f,f=f-1|0;var h=0|D.words[0],M=0|n.words[0],L=h*M,_=L/67108864|0;c.words[0]=67108863&L;for(var r=1;r>>26,z=67108863&_,N=Math.min(r,n.length-1),ne=Math.max(0,r-D.length+1);ne<=N;ne++)v+=(L=(h=0|D.words[r-ne|0])*(M=0|n.words[ne])+z)/67108864|0,z=67108863&L;c.words[r]=0|z,_=0|v}return 0!==_?c.words[r]=0|_:c.length--,c.strip()}l.prototype.toString=function(n,c){var f;if(c=0|c||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,M=0,L=0;L>>24-h&16777215,(h+=2)>=26&&(h-=26,L--),f=0!==M||L!==this.length-1?w[6-_.length]+_+f:_+f}for(0!==M&&(f=M.toString(16)+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=y[n],v=T[n];f="";var z=this.clone();for(z.negative=0;!z.isZero();){var N=z.modn(v).toString(n);f=(z=z.idivn(v)).isZero()?N+f:w[r-N.length]+N+f}for(this.isZero()&&(f="0"+f);f.length%c!=0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}C(!1,"Base should be between 2 and 36")},l.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&C(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},l.prototype.toJSON=function(){return this.toString(16)},l.prototype.toBuffer=function(n,c){return C(typeof x<"u"),this.toArrayLike(x,n,c)},l.prototype.toArray=function(n,c){return this.toArrayLike(Array,n,c)},l.prototype.toArrayLike=function(n,c,f){var h=this.byteLength(),M=f||Math.max(1,h);C(h<=M,"byte array longer than desired length"),C(M>0,"Requested array length <= 0"),this.strip();var _,r,L="le"===c,O=new n(M),v=this.clone();if(L){for(r=0;!v.isZero();r++)_=v.andln(255),v.iushrn(8),O[r]=_;for(;r=4096&&(f+=13,c>>>=13),c>=64&&(f+=7,c>>>=7),c>=8&&(f+=4,c>>>=4),c>=2&&(f+=2,c>>>=2),f+c},l.prototype._zeroBits=function(n){if(0===n)return 26;var c=n,f=0;return 8191&c||(f+=13,c>>>=13),127&c||(f+=7,c>>>=7),15&c||(f+=4,c>>>=4),3&c||(f+=2,c>>>=2),1&c||f++,f},l.prototype.bitLength=function(){var c=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+c},l.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,c=0;cn.length?this.clone().ior(n):n.clone().ior(this)},l.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},l.prototype.iuand=function(n){var c;c=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},l.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},l.prototype.iuxor=function(n){var c,f;this.length>n.length?(c=this,f=n):(c=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},l.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},l.prototype.inotn=function(n){C("number"==typeof n&&n>=0);var c=0|Math.ceil(n/26),f=n%26;this._expand(c),f>0&&c--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},l.prototype.notn=function(n){return this.clone().inotn(n)},l.prototype.setn=function(n,c){C("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=c?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var M=0,L=0;L>>26;for(;0!==M&&L>>26;if(this.length=f.length,0!==M)this.words[this.length]=M,this.length++;else if(f!==this)for(;Ln.length?this.clone().iadd(n):n.clone().iadd(this)},l.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var c=this.iadd(n);return n.negative=1,c._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,M,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,M=n):(h=n,M=this);for(var L=0,O=0;O>26,this.words[O]=67108863&c;for(;0!==L&&O>26,this.words[O]=67108863&c;if(0===L&&O>>13,Ie=0|h[1],at=8191&Ie,Ye=Ie>>>13,rt=0|h[2],re=8191&rt,te=rt>>>13,oe=0|h[3],_e=8191&oe,de=oe>>>13,pe=0|h[4],We=8191&pe,se=pe>>>13,fe=0|h[5],he=8191&fe,et=fe>>>13,Ke=0|h[6],Ct=8191&Ke,_t=Ke>>>13,Nt=0|h[7],ke=8191&Nt,Je=Nt>>>13,Qe=0|h[8],nt=8191&Qe,Ue=Qe>>>13,ht=0|h[9],tt=8191&ht,wt=ht>>>13,ut=0|M[0],vt=8191&ut,Ze=ut>>>13,jt=0|M[1],qe=8191&jt,dt=jt>>>13,Le=0|M[2],Vt=8191&Le,Zt=Le>>>13,Et=0|M[3],je=8191&Et,me=Et>>>13,xe=0|M[4],ce=8191&xe,Me=xe>>>13,Xe=0|M[5],Pe=8191&Xe,Oe=Xe>>>13,we=0|M[6],De=8191&we,$e=we>>>13,$t=0|M[7],Ft=8191&$t,Kt=$t>>>13,fi=0|M[8],Qt=8191&fi,zt=fi>>>13,Xi=0|M[9],ci=8191&Xi,ui=Xi>>>13;f.negative=n.negative^c.negative,f.length=19;var bn=(O+(_=Math.imul(N,vt))|0)+((8191&(r=(r=Math.imul(N,Ze))+Math.imul(ne,vt)|0))<<13)|0;O=((v=Math.imul(ne,Ze))+(r>>>13)|0)+(bn>>>26)|0,bn&=67108863,_=Math.imul(at,vt),r=(r=Math.imul(at,Ze))+Math.imul(Ye,vt)|0,v=Math.imul(Ye,Ze);var Qi=(O+(_=_+Math.imul(N,qe)|0)|0)+((8191&(r=(r=r+Math.imul(N,dt)|0)+Math.imul(ne,qe)|0))<<13)|0;O=((v=v+Math.imul(ne,dt)|0)+(r>>>13)|0)+(Qi>>>26)|0,Qi&=67108863,_=Math.imul(re,vt),r=(r=Math.imul(re,Ze))+Math.imul(te,vt)|0,v=Math.imul(te,Ze),_=_+Math.imul(at,qe)|0,r=(r=r+Math.imul(at,dt)|0)+Math.imul(Ye,qe)|0,v=v+Math.imul(Ye,dt)|0;var Li=(O+(_=_+Math.imul(N,Vt)|0)|0)+((8191&(r=(r=r+Math.imul(N,Zt)|0)+Math.imul(ne,Vt)|0))<<13)|0;O=((v=v+Math.imul(ne,Zt)|0)+(r>>>13)|0)+(Li>>>26)|0,Li&=67108863,_=Math.imul(_e,vt),r=(r=Math.imul(_e,Ze))+Math.imul(de,vt)|0,v=Math.imul(de,Ze),_=_+Math.imul(re,qe)|0,r=(r=r+Math.imul(re,dt)|0)+Math.imul(te,qe)|0,v=v+Math.imul(te,dt)|0,_=_+Math.imul(at,Vt)|0,r=(r=r+Math.imul(at,Zt)|0)+Math.imul(Ye,Vt)|0,v=v+Math.imul(Ye,Zt)|0;var nn=(O+(_=_+Math.imul(N,je)|0)|0)+((8191&(r=(r=r+Math.imul(N,me)|0)+Math.imul(ne,je)|0))<<13)|0;O=((v=v+Math.imul(ne,me)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,_=Math.imul(We,vt),r=(r=Math.imul(We,Ze))+Math.imul(se,vt)|0,v=Math.imul(se,Ze),_=_+Math.imul(_e,qe)|0,r=(r=r+Math.imul(_e,dt)|0)+Math.imul(de,qe)|0,v=v+Math.imul(de,dt)|0,_=_+Math.imul(re,Vt)|0,r=(r=r+Math.imul(re,Zt)|0)+Math.imul(te,Vt)|0,v=v+Math.imul(te,Zt)|0,_=_+Math.imul(at,je)|0,r=(r=r+Math.imul(at,me)|0)+Math.imul(Ye,je)|0,v=v+Math.imul(Ye,me)|0;var st=(O+(_=_+Math.imul(N,ce)|0)|0)+((8191&(r=(r=r+Math.imul(N,Me)|0)+Math.imul(ne,ce)|0))<<13)|0;O=((v=v+Math.imul(ne,Me)|0)+(r>>>13)|0)+(st>>>26)|0,st&=67108863,_=Math.imul(he,vt),r=(r=Math.imul(he,Ze))+Math.imul(et,vt)|0,v=Math.imul(et,Ze),_=_+Math.imul(We,qe)|0,r=(r=r+Math.imul(We,dt)|0)+Math.imul(se,qe)|0,v=v+Math.imul(se,dt)|0,_=_+Math.imul(_e,Vt)|0,r=(r=r+Math.imul(_e,Zt)|0)+Math.imul(de,Vt)|0,v=v+Math.imul(de,Zt)|0,_=_+Math.imul(re,je)|0,r=(r=r+Math.imul(re,me)|0)+Math.imul(te,je)|0,v=v+Math.imul(te,me)|0,_=_+Math.imul(at,ce)|0,r=(r=r+Math.imul(at,Me)|0)+Math.imul(Ye,ce)|0,v=v+Math.imul(Ye,Me)|0;var ii=(O+(_=_+Math.imul(N,Pe)|0)|0)+((8191&(r=(r=r+Math.imul(N,Oe)|0)+Math.imul(ne,Pe)|0))<<13)|0;O=((v=v+Math.imul(ne,Oe)|0)+(r>>>13)|0)+(ii>>>26)|0,ii&=67108863,_=Math.imul(Ct,vt),r=(r=Math.imul(Ct,Ze))+Math.imul(_t,vt)|0,v=Math.imul(_t,Ze),_=_+Math.imul(he,qe)|0,r=(r=r+Math.imul(he,dt)|0)+Math.imul(et,qe)|0,v=v+Math.imul(et,dt)|0,_=_+Math.imul(We,Vt)|0,r=(r=r+Math.imul(We,Zt)|0)+Math.imul(se,Vt)|0,v=v+Math.imul(se,Zt)|0,_=_+Math.imul(_e,je)|0,r=(r=r+Math.imul(_e,me)|0)+Math.imul(de,je)|0,v=v+Math.imul(de,me)|0,_=_+Math.imul(re,ce)|0,r=(r=r+Math.imul(re,Me)|0)+Math.imul(te,ce)|0,v=v+Math.imul(te,Me)|0,_=_+Math.imul(at,Pe)|0,r=(r=r+Math.imul(at,Oe)|0)+Math.imul(Ye,Pe)|0,v=v+Math.imul(Ye,Oe)|0;var Se=(O+(_=_+Math.imul(N,De)|0)|0)+((8191&(r=(r=r+Math.imul(N,$e)|0)+Math.imul(ne,De)|0))<<13)|0;O=((v=v+Math.imul(ne,$e)|0)+(r>>>13)|0)+(Se>>>26)|0,Se&=67108863,_=Math.imul(ke,vt),r=(r=Math.imul(ke,Ze))+Math.imul(Je,vt)|0,v=Math.imul(Je,Ze),_=_+Math.imul(Ct,qe)|0,r=(r=r+Math.imul(Ct,dt)|0)+Math.imul(_t,qe)|0,v=v+Math.imul(_t,dt)|0,_=_+Math.imul(he,Vt)|0,r=(r=r+Math.imul(he,Zt)|0)+Math.imul(et,Vt)|0,v=v+Math.imul(et,Zt)|0,_=_+Math.imul(We,je)|0,r=(r=r+Math.imul(We,me)|0)+Math.imul(se,je)|0,v=v+Math.imul(se,me)|0,_=_+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,Me)|0)+Math.imul(de,ce)|0,v=v+Math.imul(de,Me)|0,_=_+Math.imul(re,Pe)|0,r=(r=r+Math.imul(re,Oe)|0)+Math.imul(te,Pe)|0,v=v+Math.imul(te,Oe)|0,_=_+Math.imul(at,De)|0,r=(r=r+Math.imul(at,$e)|0)+Math.imul(Ye,De)|0,v=v+Math.imul(Ye,$e)|0;var Mt=(O+(_=_+Math.imul(N,Ft)|0)|0)+((8191&(r=(r=r+Math.imul(N,Kt)|0)+Math.imul(ne,Ft)|0))<<13)|0;O=((v=v+Math.imul(ne,Kt)|0)+(r>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,_=Math.imul(nt,vt),r=(r=Math.imul(nt,Ze))+Math.imul(Ue,vt)|0,v=Math.imul(Ue,Ze),_=_+Math.imul(ke,qe)|0,r=(r=r+Math.imul(ke,dt)|0)+Math.imul(Je,qe)|0,v=v+Math.imul(Je,dt)|0,_=_+Math.imul(Ct,Vt)|0,r=(r=r+Math.imul(Ct,Zt)|0)+Math.imul(_t,Vt)|0,v=v+Math.imul(_t,Zt)|0,_=_+Math.imul(he,je)|0,r=(r=r+Math.imul(he,me)|0)+Math.imul(et,je)|0,v=v+Math.imul(et,me)|0,_=_+Math.imul(We,ce)|0,r=(r=r+Math.imul(We,Me)|0)+Math.imul(se,ce)|0,v=v+Math.imul(se,Me)|0,_=_+Math.imul(_e,Pe)|0,r=(r=r+Math.imul(_e,Oe)|0)+Math.imul(de,Pe)|0,v=v+Math.imul(de,Oe)|0,_=_+Math.imul(re,De)|0,r=(r=r+Math.imul(re,$e)|0)+Math.imul(te,De)|0,v=v+Math.imul(te,$e)|0,_=_+Math.imul(at,Ft)|0,r=(r=r+Math.imul(at,Kt)|0)+Math.imul(Ye,Ft)|0,v=v+Math.imul(Ye,Kt)|0;var Pt=(O+(_=_+Math.imul(N,Qt)|0)|0)+((8191&(r=(r=r+Math.imul(N,zt)|0)+Math.imul(ne,Qt)|0))<<13)|0;O=((v=v+Math.imul(ne,zt)|0)+(r>>>13)|0)+(Pt>>>26)|0,Pt&=67108863,_=Math.imul(tt,vt),r=(r=Math.imul(tt,Ze))+Math.imul(wt,vt)|0,v=Math.imul(wt,Ze),_=_+Math.imul(nt,qe)|0,r=(r=r+Math.imul(nt,dt)|0)+Math.imul(Ue,qe)|0,v=v+Math.imul(Ue,dt)|0,_=_+Math.imul(ke,Vt)|0,r=(r=r+Math.imul(ke,Zt)|0)+Math.imul(Je,Vt)|0,v=v+Math.imul(Je,Zt)|0,_=_+Math.imul(Ct,je)|0,r=(r=r+Math.imul(Ct,me)|0)+Math.imul(_t,je)|0,v=v+Math.imul(_t,me)|0,_=_+Math.imul(he,ce)|0,r=(r=r+Math.imul(he,Me)|0)+Math.imul(et,ce)|0,v=v+Math.imul(et,Me)|0,_=_+Math.imul(We,Pe)|0,r=(r=r+Math.imul(We,Oe)|0)+Math.imul(se,Pe)|0,v=v+Math.imul(se,Oe)|0,_=_+Math.imul(_e,De)|0,r=(r=r+Math.imul(_e,$e)|0)+Math.imul(de,De)|0,v=v+Math.imul(de,$e)|0,_=_+Math.imul(re,Ft)|0,r=(r=r+Math.imul(re,Kt)|0)+Math.imul(te,Ft)|0,v=v+Math.imul(te,Kt)|0,_=_+Math.imul(at,Qt)|0,r=(r=r+Math.imul(at,zt)|0)+Math.imul(Ye,Qt)|0,v=v+Math.imul(Ye,zt)|0;var ai=(O+(_=_+Math.imul(N,ci)|0)|0)+((8191&(r=(r=r+Math.imul(N,ui)|0)+Math.imul(ne,ci)|0))<<13)|0;O=((v=v+Math.imul(ne,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,_=Math.imul(tt,qe),r=(r=Math.imul(tt,dt))+Math.imul(wt,qe)|0,v=Math.imul(wt,dt),_=_+Math.imul(nt,Vt)|0,r=(r=r+Math.imul(nt,Zt)|0)+Math.imul(Ue,Vt)|0,v=v+Math.imul(Ue,Zt)|0,_=_+Math.imul(ke,je)|0,r=(r=r+Math.imul(ke,me)|0)+Math.imul(Je,je)|0,v=v+Math.imul(Je,me)|0,_=_+Math.imul(Ct,ce)|0,r=(r=r+Math.imul(Ct,Me)|0)+Math.imul(_t,ce)|0,v=v+Math.imul(_t,Me)|0,_=_+Math.imul(he,Pe)|0,r=(r=r+Math.imul(he,Oe)|0)+Math.imul(et,Pe)|0,v=v+Math.imul(et,Oe)|0,_=_+Math.imul(We,De)|0,r=(r=r+Math.imul(We,$e)|0)+Math.imul(se,De)|0,v=v+Math.imul(se,$e)|0,_=_+Math.imul(_e,Ft)|0,r=(r=r+Math.imul(_e,Kt)|0)+Math.imul(de,Ft)|0,v=v+Math.imul(de,Kt)|0,_=_+Math.imul(re,Qt)|0,r=(r=r+Math.imul(re,zt)|0)+Math.imul(te,Qt)|0,v=v+Math.imul(te,zt)|0;var Ei=(O+(_=_+Math.imul(at,ci)|0)|0)+((8191&(r=(r=r+Math.imul(at,ui)|0)+Math.imul(Ye,ci)|0))<<13)|0;O=((v=v+Math.imul(Ye,ui)|0)+(r>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,_=Math.imul(tt,Vt),r=(r=Math.imul(tt,Zt))+Math.imul(wt,Vt)|0,v=Math.imul(wt,Zt),_=_+Math.imul(nt,je)|0,r=(r=r+Math.imul(nt,me)|0)+Math.imul(Ue,je)|0,v=v+Math.imul(Ue,me)|0,_=_+Math.imul(ke,ce)|0,r=(r=r+Math.imul(ke,Me)|0)+Math.imul(Je,ce)|0,v=v+Math.imul(Je,Me)|0,_=_+Math.imul(Ct,Pe)|0,r=(r=r+Math.imul(Ct,Oe)|0)+Math.imul(_t,Pe)|0,v=v+Math.imul(_t,Oe)|0,_=_+Math.imul(he,De)|0,r=(r=r+Math.imul(he,$e)|0)+Math.imul(et,De)|0,v=v+Math.imul(et,$e)|0,_=_+Math.imul(We,Ft)|0,r=(r=r+Math.imul(We,Kt)|0)+Math.imul(se,Ft)|0,v=v+Math.imul(se,Kt)|0,_=_+Math.imul(_e,Qt)|0,r=(r=r+Math.imul(_e,zt)|0)+Math.imul(de,Qt)|0,v=v+Math.imul(de,zt)|0;var Hi=(O+(_=_+Math.imul(re,ci)|0)|0)+((8191&(r=(r=r+Math.imul(re,ui)|0)+Math.imul(te,ci)|0))<<13)|0;O=((v=v+Math.imul(te,ui)|0)+(r>>>13)|0)+(Hi>>>26)|0,Hi&=67108863,_=Math.imul(tt,je),r=(r=Math.imul(tt,me))+Math.imul(wt,je)|0,v=Math.imul(wt,me),_=_+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,Me)|0)+Math.imul(Ue,ce)|0,v=v+Math.imul(Ue,Me)|0,_=_+Math.imul(ke,Pe)|0,r=(r=r+Math.imul(ke,Oe)|0)+Math.imul(Je,Pe)|0,v=v+Math.imul(Je,Oe)|0,_=_+Math.imul(Ct,De)|0,r=(r=r+Math.imul(Ct,$e)|0)+Math.imul(_t,De)|0,v=v+Math.imul(_t,$e)|0,_=_+Math.imul(he,Ft)|0,r=(r=r+Math.imul(he,Kt)|0)+Math.imul(et,Ft)|0,v=v+Math.imul(et,Kt)|0,_=_+Math.imul(We,Qt)|0,r=(r=r+Math.imul(We,zt)|0)+Math.imul(se,Qt)|0,v=v+Math.imul(se,zt)|0;var $i=(O+(_=_+Math.imul(_e,ci)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(de,ci)|0))<<13)|0;O=((v=v+Math.imul(de,ui)|0)+(r>>>13)|0)+($i>>>26)|0,$i&=67108863,_=Math.imul(tt,ce),r=(r=Math.imul(tt,Me))+Math.imul(wt,ce)|0,v=Math.imul(wt,Me),_=_+Math.imul(nt,Pe)|0,r=(r=r+Math.imul(nt,Oe)|0)+Math.imul(Ue,Pe)|0,v=v+Math.imul(Ue,Oe)|0,_=_+Math.imul(ke,De)|0,r=(r=r+Math.imul(ke,$e)|0)+Math.imul(Je,De)|0,v=v+Math.imul(Je,$e)|0,_=_+Math.imul(Ct,Ft)|0,r=(r=r+Math.imul(Ct,Kt)|0)+Math.imul(_t,Ft)|0,v=v+Math.imul(_t,Kt)|0,_=_+Math.imul(he,Qt)|0,r=(r=r+Math.imul(he,zt)|0)+Math.imul(et,Qt)|0,v=v+Math.imul(et,zt)|0;var hn=(O+(_=_+Math.imul(We,ci)|0)|0)+((8191&(r=(r=r+Math.imul(We,ui)|0)+Math.imul(se,ci)|0))<<13)|0;O=((v=v+Math.imul(se,ui)|0)+(r>>>13)|0)+(hn>>>26)|0,hn&=67108863,_=Math.imul(tt,Pe),r=(r=Math.imul(tt,Oe))+Math.imul(wt,Pe)|0,v=Math.imul(wt,Oe),_=_+Math.imul(nt,De)|0,r=(r=r+Math.imul(nt,$e)|0)+Math.imul(Ue,De)|0,v=v+Math.imul(Ue,$e)|0,_=_+Math.imul(ke,Ft)|0,r=(r=r+Math.imul(ke,Kt)|0)+Math.imul(Je,Ft)|0,v=v+Math.imul(Je,Kt)|0,_=_+Math.imul(Ct,Qt)|0,r=(r=r+Math.imul(Ct,zt)|0)+Math.imul(_t,Qt)|0,v=v+Math.imul(_t,zt)|0;var Fi=(O+(_=_+Math.imul(he,ci)|0)|0)+((8191&(r=(r=r+Math.imul(he,ui)|0)+Math.imul(et,ci)|0))<<13)|0;O=((v=v+Math.imul(et,ui)|0)+(r>>>13)|0)+(Fi>>>26)|0,Fi&=67108863,_=Math.imul(tt,De),r=(r=Math.imul(tt,$e))+Math.imul(wt,De)|0,v=Math.imul(wt,$e),_=_+Math.imul(nt,Ft)|0,r=(r=r+Math.imul(nt,Kt)|0)+Math.imul(Ue,Ft)|0,v=v+Math.imul(Ue,Kt)|0,_=_+Math.imul(ke,Qt)|0,r=(r=r+Math.imul(ke,zt)|0)+Math.imul(Je,Qt)|0,v=v+Math.imul(Je,zt)|0;var _n=(O+(_=_+Math.imul(Ct,ci)|0)|0)+((8191&(r=(r=r+Math.imul(Ct,ui)|0)+Math.imul(_t,ci)|0))<<13)|0;O=((v=v+Math.imul(_t,ui)|0)+(r>>>13)|0)+(_n>>>26)|0,_n&=67108863,_=Math.imul(tt,Ft),r=(r=Math.imul(tt,Kt))+Math.imul(wt,Ft)|0,v=Math.imul(wt,Kt),_=_+Math.imul(nt,Qt)|0,r=(r=r+Math.imul(nt,zt)|0)+Math.imul(Ue,Qt)|0,v=v+Math.imul(Ue,zt)|0;var mn=(O+(_=_+Math.imul(ke,ci)|0)|0)+((8191&(r=(r=r+Math.imul(ke,ui)|0)+Math.imul(Je,ci)|0))<<13)|0;O=((v=v+Math.imul(Je,ui)|0)+(r>>>13)|0)+(mn>>>26)|0,mn&=67108863,_=Math.imul(tt,Qt),r=(r=Math.imul(tt,zt))+Math.imul(wt,Qt)|0,v=Math.imul(wt,zt);var Dt=(O+(_=_+Math.imul(nt,ci)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ue,ci)|0))<<13)|0;O=((v=v+Math.imul(Ue,ui)|0)+(r>>>13)|0)+(Dt>>>26)|0,Dt&=67108863;var ct=(O+(_=Math.imul(tt,ci))|0)+((8191&(r=(r=Math.imul(tt,ui))+Math.imul(wt,ci)|0))<<13)|0;return O=((v=Math.imul(wt,ui))+(r>>>13)|0)+(ct>>>26)|0,ct&=67108863,L[0]=bn,L[1]=Qi,L[2]=Li,L[3]=nn,L[4]=st,L[5]=ii,L[6]=Se,L[7]=Mt,L[8]=Pt,L[9]=ai,L[10]=Ei,L[11]=Hi,L[12]=$i,L[13]=hn,L[14]=Fi,L[15]=_n,L[16]=mn,L[17]=Dt,L[18]=ct,0!==O&&(L[19]=O,f.length++),f};function G(D,n,c){return(new Y).mulp(D,n,c)}function Y(D,n){this.x=D,this.y=n}Math.imul||(V=F),l.prototype.mulTo=function(n,c){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?V(this,n,c):h<63?F(this,n,c):h<1024?function U(D,n,c){c.negative=n.negative^D.negative,c.length=D.length+n.length;for(var f=0,h=0,M=0;M>>26)|0)>>>26,L&=67108863}c.words[M]=O,f=L,L=h}return 0!==f?c.words[M]=f:c.length--,c.strip()}(this,n,c):G(this,n,c),f},Y.prototype.makeRBT=function(n){for(var c=new Array(n),f=l.prototype._countBits(n)-1,h=0;h>=1;return h},Y.prototype.permute=function(n,c,f,h,M,L){for(var O=0;O>>=1)M++;return 1<>>=13),M>>>=13;for(L=2*c;L>=26,c+=h/67108864|0,c+=M>>>26,this.words[f]=67108863&M}return 0!==c&&(this.words[f]=c,this.length++),this.length=0===n?1:this.length,this},l.prototype.muln=function(n){return this.clone().imuln(n)},l.prototype.sqr=function(){return this.mul(this)},l.prototype.isqr=function(){return this.imul(this.clone())},l.prototype.pow=function(n){var c=function k(D){for(var n=new Array(D.bitLength()),c=0;c>>h}return n}(n);if(0===c.length)return new l(1);for(var f=this,h=0;h=0);var M,c=n%26,f=(n-c)/26,h=67108863>>>26-c<<26-c;if(0!==c){var L=0;for(M=0;M>>26-c}L&&(this.words[M]=L,this.length++)}if(0!==f){for(M=this.length-1;M>=0;M--)this.words[M+f]=this.words[M];for(M=0;M=0),h=c?(c-c%26)/26:0;var M=n%26,L=Math.min((n-M)/26,this.length),O=67108863^67108863>>>M<L)for(this.length-=L,r=0;r=0&&(0!==v||r>=h);r--){var z=0|this.words[r];this.words[r]=v<<26-M|z>>>M,v=z&O}return _&&0!==v&&(_.words[_.length++]=v),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},l.prototype.ishrn=function(n,c,f){return C(0===this.negative),this.iushrn(n,c,f)},l.prototype.shln=function(n){return this.clone().ishln(n)},l.prototype.ushln=function(n){return this.clone().iushln(n)},l.prototype.shrn=function(n){return this.clone().ishrn(n)},l.prototype.ushrn=function(n){return this.clone().iushrn(n)},l.prototype.testn=function(n){C("number"==typeof n&&n>=0);var c=n%26,f=(n-c)/26;return!(this.length<=f||!(this.words[f]&1<=0);var c=n%26,f=(n-c)/26;return C(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==c&&f++,this.length=Math.min(f,this.length),0!==c&&(this.words[this.length-1]&=67108863^67108863>>>c<=67108864;c++)this.words[c]-=67108864,c===this.length-1?this.words[c+1]=1:this.words[c+1]++;return this.length=Math.max(this.length,c+1),this},l.prototype.isubn=function(n){if(C("number"==typeof n),C(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var c=0;c>26)-(_/67108864|0),this.words[M+f]=67108863&L}for(;M>26,this.words[M+f]=67108863&L;if(0===O)return this.strip();for(C(-1===O),O=0,M=0;M>26,this.words[M]=67108863&L;return this.negative=1,this.strip()},l.prototype._wordDiv=function(n,c){var f,h=this.clone(),M=n,L=0|M.words[M.length-1];0!=(f=26-this._countBits(L))&&(M=M.ushln(f),h.iushln(f),L=0|M.words[M.length-1]);var r,_=h.length-M.length;if("mod"!==c){(r=new l(null)).length=_+1,r.words=new Array(r.length);for(var v=0;v=0;N--){var ne=67108864*(0|h.words[M.length+N])+(0|h.words[M.length+N-1]);for(ne=Math.min(ne/L|0,67108863),h._ishlnsubmul(M,ne,N);0!==h.negative;)ne--,h.negative=0,h._ishlnsubmul(M,1,N),h.isZero()||(h.negative^=1);r&&(r.words[N]=ne)}return r&&r.strip(),h.strip(),"div"!==c&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},l.prototype.divmod=function(n,c,f){return C(!n.isZero()),this.isZero()?{div:new l(0),mod:new l(0)}:0!==this.negative&&0===n.negative?(L=this.neg().divmod(n,c),"mod"!==c&&(h=L.div.neg()),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.iadd(n)),{div:h,mod:M}):0===this.negative&&0!==n.negative?(L=this.divmod(n.neg(),c),"mod"!==c&&(h=L.div.neg()),{div:h,mod:L.mod}):this.negative&n.negative?(L=this.neg().divmod(n.neg(),c),"div"!==c&&(M=L.mod.neg(),f&&0!==M.negative&&M.isub(n)),{div:L.div,mod:M}):n.length>this.length||this.cmp(n)<0?{div:new l(0),mod:this}:1===n.length?"div"===c?{div:this.divn(n.words[0]),mod:null}:"mod"===c?{div:null,mod:new l(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new l(this.modn(n.words[0]))}:this._wordDiv(n,c);var h,M,L},l.prototype.div=function(n){return this.divmod(n,"div",!1).div},l.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},l.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},l.prototype.divRound=function(n){var c=this.divmod(n);if(c.mod.isZero())return c.div;var f=0!==c.div.negative?c.mod.isub(n):c.mod,h=n.ushrn(1),M=n.andln(1),L=f.cmp(h);return L<0||1===M&&0===L?c.div:0!==c.div.negative?c.div.isubn(1):c.div.iaddn(1)},l.prototype.modn=function(n){C(n<=67108863);for(var c=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(c*f+(0|this.words[h]))%n;return f},l.prototype.idivn=function(n){C(n<=67108863);for(var c=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*c;this.words[f]=h/n|0,c=h%n}return this.strip()},l.prototype.divn=function(n){return this.clone().idivn(n)},l.prototype.egcd=function(n){C(0===n.negative),C(!n.isZero());var c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=new l(0),O=new l(1),_=0;c.isEven()&&f.isEven();)c.iushrn(1),f.iushrn(1),++_;for(var r=f.clone(),v=c.clone();!c.isZero();){for(var z=0,N=1;!(c.words[0]&N)&&z<26;++z,N<<=1);if(z>0)for(c.iushrn(z);z-- >0;)(h.isOdd()||M.isOdd())&&(h.iadd(r),M.isub(v)),h.iushrn(1),M.iushrn(1);for(var ne=0,Ie=1;!(f.words[0]&Ie)&&ne<26;++ne,Ie<<=1);if(ne>0)for(f.iushrn(ne);ne-- >0;)(L.isOdd()||O.isOdd())&&(L.iadd(r),O.isub(v)),L.iushrn(1),O.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(L),M.isub(O)):(f.isub(c),L.isub(h),O.isub(M))}return{a:L,b:O,gcd:f.iushln(_)}},l.prototype._invmp=function(n){C(0===n.negative),C(!n.isZero());var z,c=this,f=n.clone();c=0!==c.negative?c.umod(n):c.clone();for(var h=new l(1),M=new l(0),L=f.clone();c.cmpn(1)>0&&f.cmpn(1)>0;){for(var O=0,_=1;!(c.words[0]&_)&&O<26;++O,_<<=1);if(O>0)for(c.iushrn(O);O-- >0;)h.isOdd()&&h.iadd(L),h.iushrn(1);for(var r=0,v=1;!(f.words[0]&v)&&r<26;++r,v<<=1);if(r>0)for(f.iushrn(r);r-- >0;)M.isOdd()&&M.iadd(L),M.iushrn(1);c.cmp(f)>=0?(c.isub(f),h.isub(M)):(f.isub(c),M.isub(h))}return(z=0===c.cmpn(1)?h:M).cmpn(0)<0&&z.iadd(n),z},l.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var c=this.clone(),f=n.clone();c.negative=0,f.negative=0;for(var h=0;c.isEven()&&f.isEven();h++)c.iushrn(1),f.iushrn(1);for(;;){for(;c.isEven();)c.iushrn(1);for(;f.isEven();)f.iushrn(1);var M=c.cmp(f);if(M<0){var L=c;c=f,f=L}else if(0===M||0===f.cmpn(1))break;c.isub(f)}return f.iushln(h)},l.prototype.invm=function(n){return this.egcd(n).a.umod(n)},l.prototype.isEven=function(){return!(1&this.words[0])},l.prototype.isOdd=function(){return!(1&~this.words[0])},l.prototype.andln=function(n){return this.words[0]&n},l.prototype.bincn=function(n){C("number"==typeof n);var c=n%26,f=(n-c)/26,h=1<>>26,this.words[L]=O&=67108863}return 0!==M&&(this.words[L]=M,this.length++),this},l.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},l.prototype.cmpn=function(n){var f,c=n<0;if(0!==this.negative&&!c)return-1;if(0===this.negative&&c)return 1;if(this.strip(),this.length>1)f=1;else{c&&(n=-n),C(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],M=0|n.words[f];if(h!==M){hM&&(c=1);break}}return c},l.prototype.gtn=function(n){return 1===this.cmpn(n)},l.prototype.gt=function(n){return 1===this.cmp(n)},l.prototype.gten=function(n){return this.cmpn(n)>=0},l.prototype.gte=function(n){return this.cmp(n)>=0},l.prototype.ltn=function(n){return-1===this.cmpn(n)},l.prototype.lt=function(n){return-1===this.cmp(n)},l.prototype.lten=function(n){return this.cmpn(n)<=0},l.prototype.lte=function(n){return this.cmp(n)<=0},l.prototype.eqn=function(n){return 0===this.cmpn(n)},l.prototype.eq=function(n){return 0===this.cmp(n)},l.red=function(n){return new ue(n)},l.prototype.toRed=function(n){return C(!this.red,"Already a number in reduction context"),C(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},l.prototype.fromRed=function(){return C(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},l.prototype._forceRed=function(n){return this.red=n,this},l.prototype.forceRed=function(n){return C(!this.red,"Already a number in reduction context"),this._forceRed(n)},l.prototype.redAdd=function(n){return C(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},l.prototype.redIAdd=function(n){return C(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},l.prototype.redSub=function(n){return C(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},l.prototype.redISub=function(n){return C(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},l.prototype.redShl=function(n){return C(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},l.prototype.redMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},l.prototype.redIMul=function(n){return C(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},l.prototype.redSqr=function(){return C(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},l.prototype.redISqr=function(){return C(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},l.prototype.redSqrt=function(){return C(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},l.prototype.redInvm=function(){return C(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},l.prototype.redNeg=function(){return C(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},l.prototype.redPow=function(n){return C(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var $={k256:null,p224:null,p192:null,p25519:null};function Z(D,n){this.name=D,this.p=new l(n,16),this.n=this.p.bitLength(),this.k=new l(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ie(){Z.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ve(){Z.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ae(){Z.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function ye(){Z.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function ue(D){if("string"==typeof D){var n=l._prime(D);this.m=n.p,this.prime=n}else C(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function be(D){ue.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new l(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}Z.prototype._tmp=function(){var n=new l(null);return n.words=new Array(Math.ceil(this.n/13)),n},Z.prototype.ireduce=function(n){var f,c=n;do{this.split(c,this.tmp),f=(c=(c=this.imulK(c)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?c.isub(this.p):void 0!==c.strip?c.strip():c._strip(),c},Z.prototype.split=function(n,c){n.iushrn(this.n,0,c)},Z.prototype.imulK=function(n){return n.imul(this.k)},S(ie,Z),ie.prototype.split=function(n,c){for(var f=4194303,h=Math.min(n.length,9),M=0;M>>22,L=O}n.words[M-10]=L>>>=22,n.length-=0===L&&n.length>10?10:9},ie.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var c=0,f=0;f>>=26,n.words[f]=M,c=h}return 0!==c&&(n.words[n.length++]=c),n},l._prime=function(n){if($[n])return $[n];var c;if("k256"===n)c=new ie;else if("p224"===n)c=new ve;else if("p192"===n)c=new ae;else{if("p25519"!==n)throw new Error("Unknown prime "+n);c=new ye}return $[n]=c,c},ue.prototype._verify1=function(n){C(0===n.negative,"red works only with positives"),C(n.red,"red works only with red numbers")},ue.prototype._verify2=function(n,c){C(!(n.negative|c.negative),"red works only with positives"),C(n.red&&n.red===c.red,"red works only with red numbers")},ue.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},ue.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},ue.prototype.add=function(n,c){this._verify2(n,c);var f=n.add(c);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},ue.prototype.iadd=function(n,c){this._verify2(n,c);var f=n.iadd(c);return f.cmp(this.m)>=0&&f.isub(this.m),f},ue.prototype.sub=function(n,c){this._verify2(n,c);var f=n.sub(c);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},ue.prototype.isub=function(n,c){this._verify2(n,c);var f=n.isub(c);return f.cmpn(0)<0&&f.iadd(this.m),f},ue.prototype.shl=function(n,c){return this._verify1(n),this.imod(n.ushln(c))},ue.prototype.imul=function(n,c){return this._verify2(n,c),this.imod(n.imul(c))},ue.prototype.mul=function(n,c){return this._verify2(n,c),this.imod(n.mul(c))},ue.prototype.isqr=function(n){return this.imul(n,n.clone())},ue.prototype.sqr=function(n){return this.mul(n,n)},ue.prototype.sqrt=function(n){if(n.isZero())return n.clone();var c=this.m.andln(3);if(C(c%2==1),3===c){var f=this.m.add(new l(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),M=0;!h.isZero()&&0===h.andln(1);)M++,h.iushrn(1);C(!h.isZero());var L=new l(1).toRed(this),O=L.redNeg(),_=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new l(2*r*r).toRed(this);0!==this.pow(r,_).cmp(O);)r.redIAdd(O);for(var v=this.pow(r,h),z=this.pow(n,h.addn(1).iushrn(1)),N=this.pow(n,h),ne=M;0!==N.cmp(L);){for(var Ie=N,at=0;0!==Ie.cmp(L);at++)Ie=Ie.redSqr();C(at=0;M--){for(var v=c.words[M],z=r-1;z>=0;z--){var N=v>>z&1;L!==h[0]&&(L=this.sqr(L)),0!==N||0!==O?(O<<=1,O|=N,(4==++_||0===M&&0===z)&&(L=this.mul(L,h[O]),_=0,O=0)):_=0}r=26}return L},ue.prototype.convertTo=function(n){var c=n.umod(this.m);return c===n?c.clone():c},ue.prototype.convertFrom=function(n){var c=n.clone();return c.red=null,c},l.mont=function(n){return new be(n)},S(be,ue),be.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},be.prototype.convertFrom=function(n){var c=this.imod(n.mul(this.rinv));return c.red=null,c},be.prototype.imul=function(n,c){if(n.isZero()||c.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.mul=function(n,c){if(n.isZero()||c.isZero())return new l(0)._forceRed(this);var f=n.mul(c),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),M=f.isub(h).iushrn(this.shift),L=M;return M.cmp(this.m)>=0?L=M.isub(this.m):M.cmpn(0)<0&&(L=M.iadd(this.m)),L._forceRed(this)},be.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},8613:(Ve,ee,p)=>{var t=p(5667),e=p(715),C=p(7196),S=p(6508),l=p(4105),x=p(7211),m=p(568),R=p(7054).Buffer;Ve.exports=function(k,F,V){var U;U=k.padding?k.padding:V?1:4;var $,G=t(k),Y=G.modulus.byteLength();if(F.length>Y||new S(F).cmp(G.modulus)>=0)throw new Error("decryption error");$=V?m(new S(F),G):l(F,G);var Z=R.alloc(Y-$.length);if($=R.concat([Z,$],Y),4===U)return function d(T,k){var F=T.modulus.byteLength(),V=x("sha1").update(R.alloc(0)).digest(),U=V.length;if(0!==k[0])throw new Error("decryption error");var G=k.slice(1,U+1),Y=k.slice(U+1),$=C(G,e(Y,U)),Z=C(Y,e($,F-U-1));if(function y(T,k){T=R.from(T),k=R.from(k);var F=0,V=T.length;T.length!==k.length&&(F++,V=Math.min(T.length,k.length));for(var U=-1;++U=k.length){G++;break}var Y=k.slice(2,U-1);if(("0002"!==V.toString("hex")&&!F||"0001"!==V.toString("hex")&&F)&&G++,Y.length<8&&G++,G)throw new Error("decryption error");return k.slice(U)}(0,$,V);if(3===U)return $;throw new Error("unknown padding")}},7267:(Ve,ee,p)=>{var t=p(5667),e=p(3342),C=p(7211),S=p(715),l=p(7196),x=p(6508),m=p(568),R=p(4105),d=p(7054).Buffer;Ve.exports=function(F,V,U){var G;G=F.padding?F.padding:U?1:4;var $,Y=t(F);if(4===G)$=function w(k,F){var V=k.modulus.byteLength(),U=F.length,G=C("sha1").update(d.alloc(0)).digest(),Y=G.length,$=2*Y;if(U>V-$-2)throw new Error("message too long");var Z=d.alloc(V-U-$-2),ie=V-Y-1,ve=e(Y),ae=l(d.concat([G,Z,d.alloc(1,1),F],ie),S(ve,ie)),ye=l(ve,S(ae,Y));return new x(d.concat([d.alloc(1),ye,ae],V))}(Y,V);else if(1===G)$=function y(k,F,V){var Y,U=F.length,G=k.modulus.byteLength();if(U>G-11)throw new Error("message too long");return Y=V?d.alloc(G-U-3,255):function T(k){for(var Y,F=d.allocUnsafe(k),V=0,U=e(2*k),G=0;V=0)throw new Error("data too long for modulus")}return U?R($,Y):m($,Y)}},568:(Ve,ee,p)=>{var t=p(6508),e=p(7054).Buffer;Ve.exports=function C(S,l){return e.from(S.toRed(t.mont(l.modulus)).redPow(new t(l.publicExponent)).fromRed().toArray())}},7196:Ve=>{Ve.exports=function(p,t){for(var e=p.length,C=-1;++C{const t=p(2836),e=p(9460),C=p(7030),S=p(6511);function l(x,m,R,d,w){const y=[].slice.call(arguments,1),T=y.length,k="function"==typeof y[T-1];if(!k&&!t())throw new Error("Callback required as last argument");if(!k){if(T<1)throw new Error("Too few arguments provided");return 1===T?(R=m,m=d=void 0):2===T&&!m.getContext&&(d=R,R=m,m=void 0),new Promise(function(F,V){try{const U=e.create(R,d);F(x(U,m,d))}catch(U){V(U)}})}if(T<2)throw new Error("Too few arguments provided");2===T?(w=R,R=m,m=d=void 0):3===T&&(m.getContext&&typeof w>"u"?(w=d,d=void 0):(w=d,d=R,R=m,m=void 0));try{const F=e.create(R,d);w(null,x(F,m,d))}catch(F){w(F)}}ee.create=e.create,ee.toCanvas=l.bind(null,C.render),ee.toDataURL=l.bind(null,C.renderToDataURL),ee.toString=l.bind(null,function(x,m,R){return S.render(x,R)})},2836:Ve=>{Ve.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},6214:(Ve,ee,p)=>{const t=p(9089).getSymbolSize;ee.getRowColCoords=function(C){if(1===C)return[];const S=Math.floor(C/7)+2,l=t(C),x=145===l?26:2*Math.ceil((l-13)/(2*S-2)),m=[l-7];for(let R=1;R{const t=p(1677),e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function C(S){this.mode=t.ALPHANUMERIC,this.data=S}C.getBitsLength=function(l){return 11*Math.floor(l/2)+l%2*6},C.prototype.getLength=function(){return this.data.length},C.prototype.getBitsLength=function(){return C.getBitsLength(this.data.length)},C.prototype.write=function(l){let x;for(x=0;x+2<=this.data.length;x+=2){let m=45*e.indexOf(this.data[x]);m+=e.indexOf(this.data[x+1]),l.put(m,11)}this.data.length%2&&l.put(e.indexOf(this.data[x]),6)},Ve.exports=C},4662:Ve=>{function ee(){this.buffer=[],this.length=0}ee.prototype={get:function(p){const t=Math.floor(p/8);return 1==(this.buffer[t]>>>7-p%8&1)},put:function(p,t){for(let e=0;e>>t-e-1&1))},getLengthInBits:function(){return this.length},putBit:function(p){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),p&&(this.buffer[t]|=128>>>this.length%8),this.length++}},Ve.exports=ee},8322:Ve=>{function ee(p){if(!p||p<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=p,this.data=new Uint8Array(p*p),this.reservedBit=new Uint8Array(p*p)}ee.prototype.set=function(p,t,e,C){const S=p*this.size+t;this.data[S]=e,C&&(this.reservedBit[S]=!0)},ee.prototype.get=function(p,t){return this.data[p*this.size+t]},ee.prototype.xor=function(p,t,e){this.data[p*this.size+t]^=e},ee.prototype.isReserved=function(p,t){return this.reservedBit[p*this.size+t]},Ve.exports=ee},4969:(Ve,ee,p)=>{const t=p(1677);function e(C){this.mode=t.BYTE,this.data="string"==typeof C?(new TextEncoder).encode(C):new Uint8Array(C)}e.getBitsLength=function(S){return 8*S},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(C){for(let S=0,l=this.data.length;S{const t=p(7424),e=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],C=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];ee.getBlocksCount=function(l,x){switch(x){case t.L:return e[4*(l-1)+0];case t.M:return e[4*(l-1)+1];case t.Q:return e[4*(l-1)+2];case t.H:return e[4*(l-1)+3];default:return}},ee.getTotalCodewordsCount=function(l,x){switch(x){case t.L:return C[4*(l-1)+0];case t.M:return C[4*(l-1)+1];case t.Q:return C[4*(l-1)+2];case t.H:return C[4*(l-1)+3];default:return}}},7424:(Ve,ee)=>{ee.L={bit:1},ee.M={bit:0},ee.Q={bit:3},ee.H={bit:2},ee.isValid=function(e){return e&&typeof e.bit<"u"&&e.bit>=0&&e.bit<4},ee.from=function(e,C){if(ee.isValid(e))return e;try{return function p(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return ee.L;case"m":case"medium":return ee.M;case"q":case"quartile":return ee.Q;case"h":case"high":return ee.H;default:throw new Error("Unknown EC Level: "+t)}}(e)}catch{return C}}},6269:(Ve,ee,p)=>{const t=p(9089).getSymbolSize;ee.getPositions=function(S){const l=t(S);return[[0,0],[l-7,0],[0,l-7]]}},6254:(Ve,ee,p)=>{const t=p(9089),S=t.getBCHDigit(1335);ee.getEncodedBits=function(x,m){const R=x.bit<<3|m;let d=R<<10;for(;t.getBCHDigit(d)-S>=0;)d^=1335<{const p=new Uint8Array(512),t=new Uint8Array(256);(function(){let C=1;for(let S=0;S<255;S++)p[S]=C,t[C]=S,C<<=1,256&C&&(C^=285);for(let S=255;S<512;S++)p[S]=p[S-255]})(),ee.log=function(C){if(C<1)throw new Error("log("+C+")");return t[C]},ee.exp=function(C){return p[C]},ee.mul=function(C,S){return 0===C||0===S?0:p[t[C]+t[S]]}},3264:(Ve,ee,p)=>{const t=p(1677),e=p(9089);function C(S){this.mode=t.KANJI,this.data=S}C.getBitsLength=function(l){return 13*l},C.prototype.getLength=function(){return this.data.length},C.prototype.getBitsLength=function(){return C.getBitsLength(this.data.length)},C.prototype.write=function(S){let l;for(l=0;l=33088&&x<=40956)x-=33088;else{if(!(x>=57408&&x<=60351))throw new Error("Invalid SJIS character: "+this.data[l]+"\nMake sure your charset is UTF-8");x-=49472}x=192*(x>>>8&255)+(255&x),S.put(x,13)}},Ve.exports=C},5742:(Ve,ee)=>{ee.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};function t(e,C,S){switch(e){case ee.Patterns.PATTERN000:return(C+S)%2==0;case ee.Patterns.PATTERN001:return C%2==0;case ee.Patterns.PATTERN010:return S%3==0;case ee.Patterns.PATTERN011:return(C+S)%3==0;case ee.Patterns.PATTERN100:return(Math.floor(C/2)+Math.floor(S/3))%2==0;case ee.Patterns.PATTERN101:return C*S%2+C*S%3==0;case ee.Patterns.PATTERN110:return(C*S%2+C*S%3)%2==0;case ee.Patterns.PATTERN111:return(C*S%3+(C+S)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}ee.isValid=function(C){return null!=C&&""!==C&&!isNaN(C)&&C>=0&&C<=7},ee.from=function(C){return ee.isValid(C)?parseInt(C,10):void 0},ee.getPenaltyN1=function(C){const S=C.size;let l=0,x=0,m=0,R=null,d=null;for(let w=0;w=5&&(l+=x-5+3),R=T,x=1),T=C.get(y,w),T===d?m++:(m>=5&&(l+=m-5+3),d=T,m=1)}x>=5&&(l+=x-5+3),m>=5&&(l+=m-5+3)}return l},ee.getPenaltyN2=function(C){const S=C.size;let l=0;for(let x=0;x=10&&(1488===x||93===x)&&l++,m=m<<1&2047|C.get(d,R),d>=10&&(1488===m||93===m)&&l++}return 40*l},ee.getPenaltyN4=function(C){let S=0;const l=C.data.length;for(let m=0;m{const t=p(377),e=p(9359);ee.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},ee.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},ee.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},ee.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},ee.MIXED={bit:-1},ee.getCharCountIndicator=function(l,x){if(!l.ccBits)throw new Error("Invalid mode: "+l);if(!t.isValid(x))throw new Error("Invalid version: "+x);return x>=1&&x<10?l.ccBits[0]:x<27?l.ccBits[1]:l.ccBits[2]},ee.getBestModeForData=function(l){return e.testNumeric(l)?ee.NUMERIC:e.testAlphanumeric(l)?ee.ALPHANUMERIC:e.testKanji(l)?ee.KANJI:ee.BYTE},ee.toString=function(l){if(l&&l.id)return l.id;throw new Error("Invalid mode")},ee.isValid=function(l){return l&&l.bit&&l.ccBits},ee.from=function(l,x){if(ee.isValid(l))return l;try{return function C(S){if("string"!=typeof S)throw new Error("Param is not a string");switch(S.toLowerCase()){case"numeric":return ee.NUMERIC;case"alphanumeric":return ee.ALPHANUMERIC;case"kanji":return ee.KANJI;case"byte":return ee.BYTE;default:throw new Error("Unknown mode: "+S)}}(l)}catch{return x}}},6628:(Ve,ee,p)=>{const t=p(1677);function e(C){this.mode=t.NUMERIC,this.data=C.toString()}e.getBitsLength=function(S){return 10*Math.floor(S/3)+(S%3?S%3*3+1:0)},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(S){let l,x,m;for(l=0;l+3<=this.data.length;l+=3)x=this.data.substr(l,3),m=parseInt(x,10),S.put(m,10);const R=this.data.length-l;R>0&&(x=this.data.substr(l),m=parseInt(x,10),S.put(m,3*R+1))},Ve.exports=e},1744:(Ve,ee,p)=>{const t=p(6686);ee.mul=function(C,S){const l=new Uint8Array(C.length+S.length-1);for(let x=0;x=0;){const x=l[0];for(let R=0;R{const t=p(9089),e=p(7424),C=p(4662),S=p(8322),l=p(6214),x=p(6269),m=p(5742),R=p(3677),d=p(6289),w=p(1252),y=p(6254),T=p(1677),k=p(2868);function Y(ae,ye,ue){const be=ae.size,D=y.getEncodedBits(ye,ue);let n,c;for(n=0;n<15;n++)c=1==(D>>n&1),ae.set(n<6?n:n<8?n+1:be-15+n,8,c,!0),ae.set(8,n<8?be-n-1:n<9?15-n-1+1:15-n-1,c,!0);ae.set(be-8,8,1,!0)}function ve(ae,ye,ue,be){let D;if(Array.isArray(ae))D=k.fromArray(ae);else{if("string"!=typeof ae)throw new Error("Invalid data");{let M=ye;if(!M){const L=k.rawSplit(ae);M=w.getBestVersionForData(L,ue)}D=k.fromString(ae,M||40)}}const n=w.getBestVersionForData(D,ue);if(!n)throw new Error("The amount of data is too big to be stored in a QR Code");if(ye){if(ye=0&&f<=6&&(0===h||6===h)||h>=0&&h<=6&&(0===f||6===f)||f>=2&&f<=4&&h>=2&&h<=4,!0)}}(h,ye),function V(ae){const ye=ae.size;for(let ue=8;ue=7&&function G(ae,ye){const ue=ae.size,be=w.getEncodedBits(ye);let D,n,c;for(let f=0;f<18;f++)D=Math.floor(f/3),n=f%3+ue-8-3,c=1==(be>>f&1),ae.set(D,n,c,!0),ae.set(n,D,c,!0)}(h,ye),function $(ae,ye){const ue=ae.size;let be=-1,D=ue-1,n=7,c=0;for(let f=ue-1;f>0;f-=2)for(6===f&&f--;;){for(let h=0;h<2;h++)if(!ae.isReserved(D,f-h)){let M=!1;c>>n&1)),ae.set(D,f-h,M),n--,-1===n&&(c++,n=7)}if(D+=be,D<0||ue<=D){D-=be,be=-be;break}}}(h,c),isNaN(be)&&(be=m.getBestMask(h,Y.bind(null,h,ue))),m.applyMask(be,h),Y(h,ue,be),{modules:h,version:ye,errorCorrectionLevel:ue,maskPattern:be,segments:D}}ee.create=function(ye,ue){if(typeof ye>"u"||""===ye)throw new Error("No input text");let D,n,be=e.M;return typeof ue<"u"&&(be=e.from(ue.errorCorrectionLevel,e.M),D=w.from(ue.version),n=m.from(ue.maskPattern),ue.toSJISFunc&&t.setToSJISFunction(ue.toSJISFunc)),ve(ye,D,be,n)}},6289:(Ve,ee,p)=>{const t=p(1744);function e(C){this.genPoly=void 0,this.degree=C,this.degree&&this.initialize(this.degree)}e.prototype.initialize=function(S){this.degree=S,this.genPoly=t.generateECPolynomial(this.degree)},e.prototype.encode=function(S){if(!this.genPoly)throw new Error("Encoder not initialized");const l=new Uint8Array(S.length+this.degree);l.set(S);const x=t.mod(l,this.genPoly),m=this.degree-x.length;if(m>0){const R=new Uint8Array(this.degree);return R.set(x,m),R}return x},Ve.exports=e},9359:(Ve,ee)=>{const p="[0-9]+";let e="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";e=e.replace(/u/g,"\\u");const C="(?:(?![A-Z0-9 $%*+\\-./:]|"+e+")(?:.|[\r\n]))+";ee.KANJI=new RegExp(e,"g"),ee.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),ee.BYTE=new RegExp(C,"g"),ee.NUMERIC=new RegExp(p,"g"),ee.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const S=new RegExp("^"+e+"$"),l=new RegExp("^"+p+"$"),x=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");ee.testKanji=function(R){return S.test(R)},ee.testNumeric=function(R){return l.test(R)},ee.testAlphanumeric=function(R){return x.test(R)}},2868:(Ve,ee,p)=>{const t=p(1677),e=p(6628),C=p(1018),S=p(4969),l=p(3264),x=p(9359),m=p(9089),R=p(243);function d(G){return unescape(encodeURIComponent(G)).length}function w(G,Y,$){const Z=[];let ie;for(;null!==(ie=G.exec($));)Z.push({data:ie[0],index:ie.index,mode:Y,length:ie[0].length});return Z}function y(G){const Y=w(x.NUMERIC,t.NUMERIC,G),$=w(x.ALPHANUMERIC,t.ALPHANUMERIC,G);let Z,ie;return m.isKanjiModeEnabled()?(Z=w(x.BYTE,t.BYTE,G),ie=w(x.KANJI,t.KANJI,G)):(Z=w(x.BYTE_KANJI,t.BYTE,G),ie=[]),Y.concat($,Z,ie).sort(function(ae,ye){return ae.index-ye.index}).map(function(ae){return{data:ae.data,mode:ae.mode,length:ae.length}})}function T(G,Y){switch(Y){case t.NUMERIC:return e.getBitsLength(G);case t.ALPHANUMERIC:return C.getBitsLength(G);case t.KANJI:return l.getBitsLength(G);case t.BYTE:return S.getBitsLength(G)}}function U(G,Y){let $;const Z=t.getBestModeForData(G);if($=t.from(Y,Z),$!==t.BYTE&&$.bit=0?Y[Y.length-1]:null;return Z&&Z.mode===$.mode?(Y[Y.length-1].data+=$.data,Y):(Y.push($),Y)},[])}(ye))},ee.rawSplit=function(Y){return ee.fromArray(y(Y,m.isKanjiModeEnabled()))}},9089:(Ve,ee)=>{let p;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];ee.getSymbolSize=function(C){if(!C)throw new Error('"version" cannot be null or undefined');if(C<1||C>40)throw new Error('"version" should be in range from 1 to 40');return 4*C+17},ee.getSymbolTotalCodewords=function(C){return t[C]},ee.getBCHDigit=function(e){let C=0;for(;0!==e;)C++,e>>>=1;return C},ee.setToSJISFunction=function(C){if("function"!=typeof C)throw new Error('"toSJISFunc" is not a valid function.');p=C},ee.isKanjiModeEnabled=function(){return typeof p<"u"},ee.toSJIS=function(C){return p(C)}},377:(Ve,ee)=>{ee.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},1252:(Ve,ee,p)=>{const t=p(9089),e=p(3677),C=p(7424),S=p(1677),l=p(377),m=t.getBCHDigit(7973);function d(T,k){return S.getCharCountIndicator(T,k)+4}function w(T,k){let F=0;return T.forEach(function(V){const U=d(V.mode,k);F+=U+V.getBitsLength()}),F}ee.from=function(k,F){return l.isValid(k)?parseInt(k,10):F},ee.getCapacity=function(k,F,V){if(!l.isValid(k))throw new Error("Invalid QR Code version");typeof V>"u"&&(V=S.BYTE);const Y=8*(t.getSymbolTotalCodewords(k)-e.getTotalCodewordsCount(k,F));if(V===S.MIXED)return Y;const $=Y-d(V,k);switch(V){case S.NUMERIC:return Math.floor($/10*3);case S.ALPHANUMERIC:return Math.floor($/11*2);case S.KANJI:return Math.floor($/13);default:return Math.floor($/8)}},ee.getBestVersionForData=function(k,F){let V;const U=C.from(F,C.M);if(Array.isArray(k)){if(k.length>1)return function y(T,k){for(let F=1;F<=40;F++)if(w(T,F)<=ee.getCapacity(F,k,S.MIXED))return F}(k,U);if(0===k.length)return 1;V=k[0]}else V=k;return function R(T,k,F){for(let V=1;V<=40;V++)if(k<=ee.getCapacity(V,F,T))return V}(V.mode,V.getLength(),U)},ee.getEncodedBits=function(k){if(!l.isValid(k)||k<7)throw new Error("Invalid QR Code version");let F=k<<12;for(;t.getBCHDigit(F)-m>=0;)F^=7973<{const t=p(7077);ee.render=function(l,x,m){let R=m,d=x;typeof R>"u"&&(!x||!x.getContext)&&(R=x,x=void 0),x||(d=function C(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}()),R=t.getOptions(R);const w=t.getImageWidth(l.modules.size,R),y=d.getContext("2d"),T=y.createImageData(w,w);return t.qrToImageData(T.data,l,R),function e(S,l,x){S.clearRect(0,0,l.width,l.height),l.style||(l.style={}),l.height=x,l.width=x,l.style.height=x+"px",l.style.width=x+"px"}(y,d,w),y.putImageData(T,0,0),d},ee.renderToDataURL=function(l,x,m){let R=m;return typeof R>"u"&&(!x||!x.getContext)&&(R=x,x=void 0),R||(R={}),ee.render(l,x,R).toDataURL(R.type||"image/png",(R.rendererOpts||{}).quality)}},6511:(Ve,ee,p)=>{const t=p(7077);function e(l,x){const m=l.a/255,R=x+'="'+l.hex+'"';return m<1?R+" "+x+'-opacity="'+m.toFixed(2).slice(1)+'"':R}function C(l,x,m){let R=l+x;return typeof m<"u"&&(R+=" "+m),R}ee.render=function(x,m,R){const d=t.getOptions(m),w=x.modules.size,y=x.modules.data,T=w+2*d.margin,k=d.color.light.a?"':"",F="0&&k>0&&l[T-1]||(R+=w?C("M",k+m,.5+F+m):C("m",d,0),d=0,w=!1),k+1',G=''+k+F+"\n";return"function"==typeof R&&R(null,G),G}},7077:(Ve,ee)=>{function p(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);(3===e.length||4===e.length)&&(e=Array.prototype.concat.apply([],e.map(function(S){return[S,S]}))),6===e.length&&e.push("F","F");const C=parseInt(e.join(""),16);return{r:C>>24&255,g:C>>16&255,b:C>>8&255,a:255&C,hex:"#"+e.slice(0,6).join("")}}ee.getOptions=function(e){e||(e={}),e.color||(e.color={});const S=e.width&&e.width>=21?e.width:void 0;return{width:S,scale:S?4:e.scale||4,margin:typeof e.margin>"u"||null===e.margin||e.margin<0?4:e.margin,color:{dark:p(e.color.dark||"#000000ff"),light:p(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},ee.getScale=function(e,C){return C.width&&C.width>=e+2*C.margin?C.width/(e+2*C.margin):C.scale},ee.getImageWidth=function(e,C){const S=ee.getScale(e,C);return Math.floor((e+2*C.margin)*S)},ee.qrToImageData=function(e,C,S){const l=C.modules.size,x=C.modules.data,m=ee.getScale(l,S),R=Math.floor((l+2*S.margin)*m),d=S.margin*m,w=[S.color.light,S.color.dark];for(let y=0;y=d&&T>=d&&y{"use strict";var t=65536,S=p(7054).Buffer,l=global.crypto||global.msCrypto;Ve.exports=l&&l.getRandomValues?function x(m,R){if(m>4294967295)throw new RangeError("requested too many random bytes");var d=S.allocUnsafe(m);if(m>0)if(m>t)for(var w=0;w{"use strict";function t(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var e=p(7054),C=p(3342),S=e.Buffer,l=e.kMaxLength,x=global.crypto||global.msCrypto,m=Math.pow(2,32)-1;function R(k,F){if("number"!=typeof k||k!=k)throw new TypeError("offset must be a number");if(k>m||k<0)throw new TypeError("offset must be a uint32");if(k>l||k>F)throw new RangeError("offset out of range")}function d(k,F,V){if("number"!=typeof k||k!=k)throw new TypeError("size must be a number");if(k>m||k<0)throw new TypeError("size must be a uint32");if(k+F>V||k>l)throw new RangeError("buffer too small")}function y(k,F,V,U){if(process.browser){var Y=new Uint8Array(k.buffer,F,V);return x.getRandomValues(Y),U?void process.nextTick(function(){U(null,k)}):k}if(!U)return C(V).copy(k,F),k;C(V,function(Z,ie){if(Z)return U(Z);ie.copy(k,F),U(null,k)})}x&&x.getRandomValues||!process.browser?(ee.randomFill=function w(k,F,V,U){if(!(S.isBuffer(k)||k instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof F)U=F,F=0,V=k.length;else if("function"==typeof V)U=V,V=k.length-F;else if("function"!=typeof U)throw new TypeError('"cb" argument must be a function');return R(F,k.length),d(V,F,k.length),y(k,F,V,U)},ee.randomFillSync=function T(k,F,V){if(typeof F>"u"&&(F=0),!(S.isBuffer(k)||k instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return R(F,k.length),void 0===V&&(V=k.length-F),d(V,F,k.length),y(k,F,V)}):(ee.randomFill=t,ee.randomFillSync=t)},4075:(Ve,ee,p)=>{"use strict";var t=p(9656),e=Object.keys||function(T){var k=[];for(var F in T)k.push(F);return k};Ve.exports=d;var C=Object.create(p(7637));C.inherits=p(1993);var S=p(9609),l=p(7849);C.inherits(d,S);for(var x=e(l.prototype),m=0;m{"use strict";Ve.exports=C;var t=p(2909),e=Object.create(p(7637));function C(S){if(!(this instanceof C))return new C(S);t.call(this,S)}e.inherits=p(1993),e.inherits(C,t),C.prototype._transform=function(S,l,x){x(null,S)}},9609:(Ve,ee,p)=>{"use strict";var t=p(9656);Ve.exports=Z;var C,e=p(53);Z.ReadableState=$,p(4356);var l=function(re,te){return re.listeners(te).length},x=p(8342),m=p(2655).Buffer,R=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},y=Object.create(p(7637));y.inherits=p(1993);var T=p(9838),k=void 0;k=T&&T.debuglog?T.debuglog("stream"):function(){};var U,F=p(7809),V=p(1509);y.inherits(Z,x);var G=["error","close","destroy","pause","resume"];function $(re,te){var oe=te instanceof(C=C||p(4075));this.objectMode=!!(re=re||{}).objectMode,oe&&(this.objectMode=this.objectMode||!!re.readableObjectMode);var _e=re.highWaterMark,de=re.readableHighWaterMark;this.highWaterMark=_e||0===_e?_e:oe&&(de||0===de)?de:this.objectMode?16:16384,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new F,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=re.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,re.encoding&&(U||(U=p(8454).I),this.decoder=new U(re.encoding),this.encoding=re.encoding)}function Z(re){if(C=C||p(4075),!(this instanceof Z))return new Z(re);this._readableState=new $(re,this),this.readable=!0,re&&("function"==typeof re.read&&(this._read=re.read),"function"==typeof re.destroy&&(this._destroy=re.destroy)),x.call(this)}function ie(re,te,oe,_e,de){var We,pe=re._readableState;return null===te?(pe.reading=!1,function n(re,te){if(!te.ended){if(te.decoder){var oe=te.decoder.end();oe&&oe.length&&(te.buffer.push(oe),te.length+=te.objectMode?1:oe.length)}te.ended=!0,c(re)}}(re,pe)):(de||(We=function ae(re,te){var oe;return!function w(re){return m.isBuffer(re)||re instanceof R}(te)&&"string"!=typeof te&&void 0!==te&&!re.objectMode&&(oe=new TypeError("Invalid non-string/buffer chunk")),oe}(pe,te)),We?re.emit("error",We):pe.objectMode||te&&te.length>0?("string"!=typeof te&&!pe.objectMode&&Object.getPrototypeOf(te)!==m.prototype&&(te=function d(re){return m.from(re)}(te)),_e?pe.endEmitted?re.emit("error",new Error("stream.unshift() after end event")):ve(re,pe,te,!0):pe.ended?re.emit("error",new Error("stream.push() after EOF")):(pe.reading=!1,pe.decoder&&!oe?(te=pe.decoder.write(te),pe.objectMode||0!==te.length?ve(re,pe,te,!1):h(re,pe)):ve(re,pe,te,!1))):_e||(pe.reading=!1)),function ye(re){return!re.ended&&(re.needReadable||re.lengthte.highWaterMark&&(te.highWaterMark=function be(re){return re>=8388608?re=8388608:(re--,re|=re>>>1,re|=re>>>2,re|=re>>>4,re|=re>>>8,re|=re>>>16,re++),re}(re)),re<=te.length?re:te.ended?te.length:(te.needReadable=!0,0))}function c(re){var te=re._readableState;te.needReadable=!1,te.emittedReadable||(k("emitReadable",te.flowing),te.emittedReadable=!0,te.sync?t.nextTick(f,re):f(re))}function f(re){k("emit readable"),re.emit("readable"),v(re)}function h(re,te){te.readingMore||(te.readingMore=!0,t.nextTick(M,re,te))}function M(re,te){for(var oe=te.length;!te.reading&&!te.flowing&&!te.ended&&te.length=te.length?(oe=te.decoder?te.buffer.join(""):1===te.buffer.length?te.buffer.head.data:te.buffer.concat(te.length),te.buffer.clear()):oe=function N(re,te,oe){var _e;return repe.length?pe.length:re;if(de+=We===pe.length?pe:pe.slice(0,re),0==(re-=We)){We===pe.length?(++_e,te.head=oe.next?oe.next:te.tail=null):(te.head=oe,oe.data=pe.slice(We));break}++_e}return te.length-=_e,de}(re,te):function Ie(re,te){var oe=m.allocUnsafe(re),_e=te.head,de=1;for(_e.data.copy(oe),re-=_e.data.length;_e=_e.next;){var pe=_e.data,We=re>pe.length?pe.length:re;if(pe.copy(oe,oe.length-re,0,We),0==(re-=We)){We===pe.length?(++de,te.head=_e.next?_e.next:te.tail=null):(te.head=_e,_e.data=pe.slice(We));break}++de}return te.length-=de,oe}(re,te),_e}(re,te.buffer,te.decoder),oe);var oe}function at(re){var te=re._readableState;if(te.length>0)throw new Error('"endReadable()" called on non-empty stream');te.endEmitted||(te.ended=!0,t.nextTick(Ye,te,re))}function Ye(re,te){!re.endEmitted&&0===re.length&&(re.endEmitted=!0,te.readable=!1,te.emit("end"))}function rt(re,te){for(var oe=0,_e=re.length;oe<_e;oe++)if(re[oe]===te)return oe;return-1}Z.prototype.read=function(re){k("read",re),re=parseInt(re,10);var te=this._readableState,oe=re;if(0!==re&&(te.emittedReadable=!1),0===re&&te.needReadable&&(te.length>=te.highWaterMark||te.ended))return k("read: emitReadable",te.length,te.ended),0===te.length&&te.ended?at(this):c(this),null;if(0===(re=D(re,te))&&te.ended)return 0===te.length&&at(this),null;var de,_e=te.needReadable;return k("need readable",_e),(0===te.length||te.length-re0?z(re,te):null)?(te.needReadable=!0,re=0):te.length-=re,0===te.length&&(te.ended||(te.needReadable=!0),oe!==re&&te.ended&&at(this)),null!==de&&this.emit("data",de),de},Z.prototype._read=function(re){this.emit("error",new Error("_read() is not implemented"))},Z.prototype.pipe=function(re,te){var oe=this,_e=this._readableState;switch(_e.pipesCount){case 0:_e.pipes=re;break;case 1:_e.pipes=[_e.pipes,re];break;default:_e.pipes.push(re)}_e.pipesCount+=1,k("pipe count=%d opts=%j",_e.pipesCount,te);var pe=te&&!1===te.end||re===process.stdout||re===process.stderr?Je:se;function se(){k("onend"),re.end()}_e.endEmitted?t.nextTick(pe):oe.once("end",pe),re.on("unpipe",function We(Qe,nt){k("onunpipe"),Qe===oe&&nt&&!1===nt.hasUnpiped&&(nt.hasUnpiped=!0,function et(){k("cleanup"),re.removeListener("close",Nt),re.removeListener("finish",ke),re.removeListener("drain",fe),re.removeListener("error",_t),re.removeListener("unpipe",We),oe.removeListener("end",se),oe.removeListener("end",Je),oe.removeListener("data",Ct),he=!0,_e.awaitDrain&&(!re._writableState||re._writableState.needDrain)&&fe()}())});var fe=function L(re){return function(){var te=re._readableState;k("pipeOnDrain",te.awaitDrain),te.awaitDrain&&te.awaitDrain--,0===te.awaitDrain&&l(re,"data")&&(te.flowing=!0,v(re))}}(oe);re.on("drain",fe);var he=!1,Ke=!1;function Ct(Qe){k("ondata"),Ke=!1,!1===re.write(Qe)&&!Ke&&((1===_e.pipesCount&&_e.pipes===re||_e.pipesCount>1&&-1!==rt(_e.pipes,re))&&!he&&(k("false write response, pause",_e.awaitDrain),_e.awaitDrain++,Ke=!0),oe.pause())}function _t(Qe){k("onerror",Qe),Je(),re.removeListener("error",_t),0===l(re,"error")&&re.emit("error",Qe)}function Nt(){re.removeListener("finish",ke),Je()}function ke(){k("onfinish"),re.removeListener("close",Nt),Je()}function Je(){k("unpipe"),oe.unpipe(re)}return oe.on("data",Ct),function Y(re,te,oe){if("function"==typeof re.prependListener)return re.prependListener(te,oe);re._events&&re._events[te]?e(re._events[te])?re._events[te].unshift(oe):re._events[te]=[oe,re._events[te]]:re.on(te,oe)}(re,"error",_t),re.once("close",Nt),re.once("finish",ke),re.emit("pipe",oe),_e.flowing||(k("pipe resume"),oe.resume()),re},Z.prototype.unpipe=function(re){var te=this._readableState,oe={hasUnpiped:!1};if(0===te.pipesCount)return this;if(1===te.pipesCount)return re&&re!==te.pipes||(re||(re=te.pipes),te.pipes=null,te.pipesCount=0,te.flowing=!1,re&&re.emit("unpipe",this,oe)),this;if(!re){var _e=te.pipes,de=te.pipesCount;te.pipes=null,te.pipesCount=0,te.flowing=!1;for(var pe=0;pe{"use strict";Ve.exports=S;var t=p(4075),e=Object.create(p(7637));function C(m,R){var d=this._transformState;d.transforming=!1;var w=d.writecb;if(!w)return this.emit("error",new Error("write callback called multiple times"));d.writechunk=null,d.writecb=null,null!=R&&this.push(R),w(m);var y=this._readableState;y.reading=!1,(y.needReadable||y.length{"use strict";var t=p(9656);function C(_){var r=this;this.next=null,this.entry=null,this.finish=function(){!function O(_,r,v){var z=_.entry;for(_.entry=null;z;){var N=z.callback;r.pendingcb--,N(v),z=z.next}r.corkedRequestsFree.next=_}(r,_)}}Ve.exports=G;var l,S=!process.browser&&["v0.10","v0.9."].indexOf(process.version.slice(0,5))>-1?setImmediate:t.nextTick;G.WritableState=V;var x=Object.create(p(7637));x.inherits=p(1993);var U,m={deprecate:p(3398)},R=p(8342),d=p(2655).Buffer,w=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},k=p(1509);function F(){}function V(_,r){l=l||p(4075);var v=r instanceof l;this.objectMode=!!(_=_||{}).objectMode,v&&(this.objectMode=this.objectMode||!!_.writableObjectMode);var z=_.highWaterMark,N=_.writableHighWaterMark;this.highWaterMark=z||0===z?z:v&&(N||0===N)?N:this.objectMode?16:16384,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===_.decodeStrings),this.defaultEncoding=_.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(at){!function ue(_,r){var v=_._writableState,z=v.sync,N=v.writecb;if(function ye(_){_.writing=!1,_.writecb=null,_.length-=_.writelen,_.writelen=0}(v),r)!function ae(_,r,v,z,N){--r.pendingcb,v?(t.nextTick(N,z),t.nextTick(M,_,r),_._writableState.errorEmitted=!0,_.emit("error",z)):(N(z),_._writableState.errorEmitted=!0,_.emit("error",z),M(_,r))}(_,v,z,r,N);else{var ne=c(v);!ne&&!v.corked&&!v.bufferProcessing&&v.bufferedRequest&&n(_,v),z?S(be,_,v,ne,N):be(_,v,ne,N)}}(r,at)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new C(this)}function G(_){if(l=l||p(4075),!(U.call(G,this)||this instanceof l))return new G(_);this._writableState=new V(_,this),this.writable=!0,_&&("function"==typeof _.write&&(this._write=_.write),"function"==typeof _.writev&&(this._writev=_.writev),"function"==typeof _.destroy&&(this._destroy=_.destroy),"function"==typeof _.final&&(this._final=_.final)),R.call(this)}function ve(_,r,v,z,N,ne,Ie){r.writelen=z,r.writecb=Ie,r.writing=!0,r.sync=!0,v?_._writev(N,r.onwrite):_._write(N,ne,r.onwrite),r.sync=!1}function be(_,r,v,z){v||function D(_,r){0===r.length&&r.needDrain&&(r.needDrain=!1,_.emit("drain"))}(_,r),r.pendingcb--,z(),M(_,r)}function n(_,r){r.bufferProcessing=!0;var v=r.bufferedRequest;if(_._writev&&v&&v.next){var N=new Array(r.bufferedRequestCount),ne=r.corkedRequestsFree;ne.entry=v;for(var Ie=0,at=!0;v;)N[Ie]=v,v.isBuf||(at=!1),v=v.next,Ie+=1;N.allBuffers=at,ve(_,r,!0,r.length,N,"",ne.finish),r.pendingcb++,r.lastBufferedRequest=null,ne.next?(r.corkedRequestsFree=ne.next,ne.next=null):r.corkedRequestsFree=new C(r),r.bufferedRequestCount=0}else{for(;v;){var Ye=v.chunk;if(ve(_,r,!1,r.objectMode?1:Ye.length,Ye,v.encoding,v.callback),v=v.next,r.bufferedRequestCount--,r.writing)break}null===v&&(r.lastBufferedRequest=null)}r.bufferedRequest=v,r.bufferProcessing=!1}function c(_){return _.ending&&0===_.length&&null===_.bufferedRequest&&!_.finished&&!_.writing}function f(_,r){_._final(function(v){r.pendingcb--,v&&_.emit("error",v),r.prefinished=!0,_.emit("prefinish"),M(_,r)})}function M(_,r){var v=c(r);return v&&(function h(_,r){!r.prefinished&&!r.finalCalled&&("function"==typeof _._final?(r.pendingcb++,r.finalCalled=!0,t.nextTick(f,_,r)):(r.prefinished=!0,_.emit("prefinish")))}(_,r),0===r.pendingcb&&(r.finished=!0,_.emit("finish"))),v}x.inherits(G,R),V.prototype.getBuffer=function(){for(var r=this.bufferedRequest,v=[];r;)v.push(r),r=r.next;return v},function(){try{Object.defineProperty(V.prototype,"buffer",{get:m.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(U=Function.prototype[Symbol.hasInstance],Object.defineProperty(G,Symbol.hasInstance,{value:function(_){return!!U.call(this,_)||this===G&&_&&_._writableState instanceof V}})):U=function(_){return _ instanceof this},G.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},G.prototype.write=function(_,r,v){var z=this._writableState,N=!1,ne=!z.objectMode&&function T(_){return d.isBuffer(_)||_ instanceof w}(_);return ne&&!d.isBuffer(_)&&(_=function y(_){return d.from(_)}(_)),"function"==typeof r&&(v=r,r=null),ne?r="buffer":r||(r=z.defaultEncoding),"function"!=typeof v&&(v=F),z.ended?function Y(_,r){var v=new Error("write after end");_.emit("error",v),t.nextTick(r,v)}(this,v):(ne||function $(_,r,v,z){var N=!0,ne=!1;return null===v?ne=new TypeError("May not write null values to stream"):"string"!=typeof v&&void 0!==v&&!r.objectMode&&(ne=new TypeError("Invalid non-string/buffer chunk")),ne&&(_.emit("error",ne),t.nextTick(z,ne),N=!1),N}(this,z,_,v))&&(z.pendingcb++,N=function ie(_,r,v,z,N,ne){if(!v){var Ie=function Z(_,r,v){return!_.objectMode&&!1!==_.decodeStrings&&"string"==typeof r&&(r=d.from(r,v)),r}(r,z,N);z!==Ie&&(v=!0,N="buffer",z=Ie)}var at=r.objectMode?1:z.length;r.length+=at;var Ye=r.length-1))throw new TypeError("Unknown encoding: "+r);return this._writableState.defaultEncoding=r,this},Object.defineProperty(G.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),G.prototype._write=function(_,r,v){v(new Error("_write() is not implemented"))},G.prototype._writev=null,G.prototype.end=function(_,r,v){var z=this._writableState;"function"==typeof _?(v=_,_=null,r=null):"function"==typeof r&&(v=r,r=null),null!=_&&this.write(_,r),z.corked&&(z.corked=1,this.uncork()),z.ending||function L(_,r,v){r.ending=!0,M(_,r),v&&(r.finished?t.nextTick(v):_.once("finish",v)),r.ended=!0,_.writable=!1}(this,z,v)},Object.defineProperty(G.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(_){this._writableState&&(this._writableState.destroyed=_)}}),G.prototype.destroy=k.destroy,G.prototype._undestroy=k.undestroy,G.prototype._destroy=function(_,r){this.end(),r(_)}},7809:(Ve,ee,p)=>{"use strict";var e=p(2655).Buffer,C=p(5340);function S(l,x,m){l.copy(x,m)}Ve.exports=function(){function l(){(function t(l,x){if(!(l instanceof x))throw new TypeError("Cannot call a class as a function")})(this,l),this.head=null,this.tail=null,this.length=0}return l.prototype.push=function(m){var R={data:m,next:null};this.length>0?this.tail.next=R:this.head=R,this.tail=R,++this.length},l.prototype.unshift=function(m){var R={data:m,next:this.head};0===this.length&&(this.tail=R),this.head=R,++this.length},l.prototype.shift=function(){if(0!==this.length){var m=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,m}},l.prototype.clear=function(){this.head=this.tail=null,this.length=0},l.prototype.join=function(m){if(0===this.length)return"";for(var R=this.head,d=""+R.data;R=R.next;)d+=m+R.data;return d},l.prototype.concat=function(m){if(0===this.length)return e.alloc(0);for(var R=e.allocUnsafe(m>>>0),d=this.head,w=0;d;)S(d.data,R,w),w+=d.data.length,d=d.next;return R},l}(),C&&C.inspect&&C.inspect.custom&&(Ve.exports.prototype[C.inspect.custom]=function(){var l=C.inspect({length:this.length});return this.constructor.name+" "+l})},1509:(Ve,ee,p)=>{"use strict";var t=p(9656);function S(l,x){l.emit("error",x)}Ve.exports={destroy:function e(l,x){var m=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(x?x(l):l&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,t.nextTick(S,this,l)):t.nextTick(S,this,l)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(l||null,function(w){!x&&w?m._writableState?m._writableState.errorEmitted||(m._writableState.errorEmitted=!0,t.nextTick(S,m,w)):t.nextTick(S,m,w):x&&x(w)}),this)},undestroy:function C(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},8342:(Ve,ee,p)=>{Ve.exports=p(4356).EventEmitter},2655:(Ve,ee,p)=>{var t=p(3838),e=t.Buffer;function C(l,x){for(var m in l)x[m]=l[m]}function S(l,x,m){return e(l,x,m)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(C(t,ee),ee.Buffer=S),C(e,S),S.from=function(l,x,m){if("number"==typeof l)throw new TypeError("Argument must not be a number");return e(l,x,m)},S.alloc=function(l,x,m){if("number"!=typeof l)throw new TypeError("Argument must be a number");var R=e(l);return void 0!==x?"string"==typeof m?R.fill(x,m):R.fill(x):R.fill(0),R},S.allocUnsafe=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return e(l)},S.allocUnsafeSlow=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return t.SlowBuffer(l)}},5942:(Ve,ee,p)=>{(ee=Ve.exports=p(9609)).Stream=ee,ee.Readable=ee,ee.Writable=p(7849),ee.Duplex=p(4075),ee.Transform=p(2909),ee.PassThrough=p(8823)},6021:Ve=>{"use strict";function ee(e){return e instanceof Buffer?Buffer.from(e):new e.constructor(e.buffer.slice(),e.byteOffset,e.length)}Ve.exports=function p(e){if((e=e||{}).circles)return function t(e){const C=[],S=[],l=new Map;if(l.set(Date,w=>new Date(w)),l.set(Map,(w,y)=>new Map(m(Array.from(w),y))),l.set(Set,(w,y)=>new Set(m(Array.from(w),y))),e.constructorHandlers)for(const w of e.constructorHandlers)l.set(w[0],w[1]);let x=null;return e.proto?function d(w){if("object"!=typeof w||null===w)return w;if(Array.isArray(w))return m(w,d);if(w.constructor!==Object&&(x=l.get(w.constructor)))return x(w,d);const y={};C.push(w),S.push(y);for(const T in w){const k=w[T];if("object"!=typeof k||null===k)y[T]=k;else if(k.constructor!==Object&&(x=l.get(k.constructor)))y[T]=x(k,d);else if(ArrayBuffer.isView(k))y[T]=ee(k);else{const F=C.indexOf(k);y[T]=-1!==F?S[F]:d(k)}}return C.pop(),S.pop(),y}:function R(w){if("object"!=typeof w||null===w)return w;if(Array.isArray(w))return m(w,R);if(w.constructor!==Object&&(x=l.get(w.constructor)))return x(w,R);const y={};C.push(w),S.push(y);for(const T in w){if(!1===Object.hasOwnProperty.call(w,T))continue;const k=w[T];if("object"!=typeof k||null===k)y[T]=k;else if(k.constructor!==Object&&(x=l.get(k.constructor)))y[T]=x(k,R);else if(ArrayBuffer.isView(k))y[T]=ee(k);else{const F=C.indexOf(k);y[T]=-1!==F?S[F]:R(k)}}return C.pop(),S.pop(),y};function m(w,y){const T=Object.keys(w),k=new Array(T.length);for(let F=0;Fnew Date(R)),C.set(Map,(R,d)=>new Map(l(Array.from(R),d))),C.set(Set,(R,d)=>new Set(l(Array.from(R),d))),e.constructorHandlers)for(const R of e.constructorHandlers)C.set(R[0],R[1]);let S=null;return e.proto?function m(R){if("object"!=typeof R||null===R)return R;if(Array.isArray(R))return l(R,m);if(R.constructor!==Object&&(S=C.get(R.constructor)))return S(R,m);const d={};for(const w in R){const y=R[w];d[w]="object"!=typeof y||null===y?y:y.constructor!==Object&&(S=C.get(y.constructor))?S(y,m):ArrayBuffer.isView(y)?ee(y):m(y)}return d}:function x(R){if("object"!=typeof R||null===R)return R;if(Array.isArray(R))return l(R,x);if(R.constructor!==Object&&(S=C.get(R.constructor)))return S(R,x);const d={};for(const w in R){if(!1===Object.hasOwnProperty.call(R,w))continue;const y=R[w];d[w]="object"!=typeof y||null===y?y:y.constructor!==Object&&(S=C.get(y.constructor))?S(y,x):ArrayBuffer.isView(y)?ee(y):x(y)}return d};function l(R,d){const w=Object.keys(R),y=new Array(w.length);for(let T=0;T{"use strict";var t=p(3838).Buffer,e=p(1993),C=p(3686),S=new Array(16),l=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],x=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],m=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],R=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],d=[0,1518500249,1859775393,2400959708,2840853838],w=[1352829926,1548603684,1836072691,2053994217,0];function y(){C.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function T(Y,$){return Y<<$|Y>>>32-$}function k(Y,$,Z,ie,ve,ae,ye,ue){return T(Y+($^Z^ie)+ae+ye|0,ue)+ve|0}function F(Y,$,Z,ie,ve,ae,ye,ue){return T(Y+($&Z|~$&ie)+ae+ye|0,ue)+ve|0}function V(Y,$,Z,ie,ve,ae,ye,ue){return T(Y+(($|~Z)^ie)+ae+ye|0,ue)+ve|0}function U(Y,$,Z,ie,ve,ae,ye,ue){return T(Y+($&ie|Z&~ie)+ae+ye|0,ue)+ve|0}function G(Y,$,Z,ie,ve,ae,ye,ue){return T(Y+($^(Z|~ie))+ae+ye|0,ue)+ve|0}e(y,C),y.prototype._update=function(){for(var Y=S,$=0;$<16;++$)Y[$]=this._block.readInt32LE(4*$);for(var Z=0|this._a,ie=0|this._b,ve=0|this._c,ae=0|this._d,ye=0|this._e,ue=0|this._a,be=0|this._b,D=0|this._c,n=0|this._d,c=0|this._e,f=0;f<80;f+=1){var h,M;f<16?(h=k(Z,ie,ve,ae,ye,Y[l[f]],d[0],m[f]),M=G(ue,be,D,n,c,Y[x[f]],w[0],R[f])):f<32?(h=F(Z,ie,ve,ae,ye,Y[l[f]],d[1],m[f]),M=U(ue,be,D,n,c,Y[x[f]],w[1],R[f])):f<48?(h=V(Z,ie,ve,ae,ye,Y[l[f]],d[2],m[f]),M=V(ue,be,D,n,c,Y[x[f]],w[2],R[f])):f<64?(h=U(Z,ie,ve,ae,ye,Y[l[f]],d[3],m[f]),M=F(ue,be,D,n,c,Y[x[f]],w[3],R[f])):(h=G(Z,ie,ve,ae,ye,Y[l[f]],d[4],m[f]),M=k(ue,be,D,n,c,Y[x[f]],w[4],R[f])),Z=ye,ye=ae,ae=T(ve,10),ve=ie,ie=h,ue=c,c=n,n=T(D,10),D=be,be=M}var L=this._b+ve+n|0;this._b=this._c+ae+c|0,this._c=this._d+ye+ue|0,this._d=this._e+Z+be|0,this._e=this._a+ie+D|0,this._a=L},y.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var Y=t.alloc?t.alloc(20):new t(20);return Y.writeInt32LE(this._a,0),Y.writeInt32LE(this._b,4),Y.writeInt32LE(this._c,8),Y.writeInt32LE(this._d,12),Y.writeInt32LE(this._e,16),Y},Ve.exports=y},4412:(Ve,ee,p)=>{"use strict";p.d(ee,{t:()=>e});var t=p(1413);class e extends t.B{constructor(S){super(),this._value=S}get value(){return this.getValue()}_subscribe(S){const l=super._subscribe(S);return!l.closed&&S.next(this._value),l}getValue(){const{hasError:S,thrownError:l,_value:x}=this;if(S)throw l;return this._throwIfClosed(),x}next(S){super.next(this._value=S)}}},1985:(Ve,ee,p)=>{"use strict";p.d(ee,{c:()=>R});var t=p(7707),e=p(8359),C=p(3494),S=p(1203),l=p(1026),x=p(8071),m=p(9786);let R=(()=>{class T{constructor(F){F&&(this._subscribe=F)}lift(F){const V=new T;return V.source=this,V.operator=F,V}subscribe(F,V,U){const G=function y(T){return T&&T instanceof t.vU||function w(T){return T&&(0,x.T)(T.next)&&(0,x.T)(T.error)&&(0,x.T)(T.complete)}(T)&&(0,e.Uv)(T)}(F)?F:new t.Ms(F,V,U);return(0,m.Y)(()=>{const{operator:Y,source:$}=this;G.add(Y?Y.call(G,$):$?this._subscribe(G):this._trySubscribe(G))}),G}_trySubscribe(F){try{return this._subscribe(F)}catch(V){F.error(V)}}forEach(F,V){return new(V=d(V))((U,G)=>{const Y=new t.Ms({next:$=>{try{F($)}catch(Z){G(Z),Y.unsubscribe()}},error:G,complete:U});this.subscribe(Y)})}_subscribe(F){var V;return null===(V=this.source)||void 0===V?void 0:V.subscribe(F)}[C.s](){return this}pipe(...F){return(0,S.m)(F)(this)}toPromise(F){return new(F=d(F))((V,U)=>{let G;this.subscribe(Y=>G=Y,Y=>U(Y),()=>V(G))})}}return T.create=k=>new T(k),T})();function d(T){var k;return null!==(k=T??l.$.Promise)&&void 0!==k?k:Promise}},2771:(Ve,ee,p)=>{"use strict";p.d(ee,{m:()=>C});var t=p(1413),e=p(6129);class C extends t.B{constructor(l=1/0,x=1/0,m=e.U){super(),this._bufferSize=l,this._windowTime=x,this._timestampProvider=m,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=x===1/0,this._bufferSize=Math.max(1,l),this._windowTime=Math.max(1,x)}next(l){const{isStopped:x,_buffer:m,_infiniteTimeWindow:R,_timestampProvider:d,_windowTime:w}=this;x||(m.push(l),!R&&m.push(d.now()+w)),this._trimBuffer(),super.next(l)}_subscribe(l){this._throwIfClosed(),this._trimBuffer();const x=this._innerSubscribe(l),{_infiniteTimeWindow:m,_buffer:R}=this,d=R.slice();for(let w=0;w{"use strict";p.d(ee,{k:()=>R,B:()=>m});var t=p(1985),e=p(8359);const S=(0,p(1853).L)(d=>function(){d(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var l=p(7908),x=p(9786);let m=(()=>{class d extends t.c{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(y){const T=new R(this,this);return T.operator=y,T}_throwIfClosed(){if(this.closed)throw new S}next(y){(0,x.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const T of this.currentObservers)T.next(y)}})}error(y){(0,x.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=y;const{observers:T}=this;for(;T.length;)T.shift().error(y)}})}complete(){(0,x.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:y}=this;for(;y.length;)y.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var y;return(null===(y=this.observers)||void 0===y?void 0:y.length)>0}_trySubscribe(y){return this._throwIfClosed(),super._trySubscribe(y)}_subscribe(y){return this._throwIfClosed(),this._checkFinalizedStatuses(y),this._innerSubscribe(y)}_innerSubscribe(y){const{hasError:T,isStopped:k,observers:F}=this;return T||k?e.Kn:(this.currentObservers=null,F.push(y),new e.yU(()=>{this.currentObservers=null,(0,l.o)(F,y)}))}_checkFinalizedStatuses(y){const{hasError:T,thrownError:k,isStopped:F}=this;T?y.error(k):F&&y.complete()}asObservable(){const y=new t.c;return y.source=this,y}}return d.create=(w,y)=>new R(w,y),d})();class R extends m{constructor(w,y){super(),this.destination=w,this.source=y}next(w){var y,T;null===(T=null===(y=this.destination)||void 0===y?void 0:y.next)||void 0===T||T.call(y,w)}error(w){var y,T;null===(T=null===(y=this.destination)||void 0===y?void 0:y.error)||void 0===T||T.call(y,w)}complete(){var w,y;null===(y=null===(w=this.destination)||void 0===w?void 0:w.complete)||void 0===y||y.call(w)}_subscribe(w){var y,T;return null!==(T=null===(y=this.source)||void 0===y?void 0:y.subscribe(w))&&void 0!==T?T:e.Kn}}},7707:(Ve,ee,p)=>{"use strict";p.d(ee,{Ms:()=>U,vU:()=>T});var t=p(8071),e=p(8359),C=p(1026),S=p(5334),l=p(5343);const x=d("C",void 0,void 0);function d(ie,ve,ae){return{kind:ie,value:ve,error:ae}}var w=p(9270),y=p(9786);class T extends e.yU{constructor(ve){super(),this.isStopped=!1,ve?(this.destination=ve,(0,e.Uv)(ve)&&ve.add(this)):this.destination=Z}static create(ve,ae,ye){return new U(ve,ae,ye)}next(ve){this.isStopped?$(function R(ie){return d("N",ie,void 0)}(ve),this):this._next(ve)}error(ve){this.isStopped?$(function m(ie){return d("E",void 0,ie)}(ve),this):(this.isStopped=!0,this._error(ve))}complete(){this.isStopped?$(x,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(ve){this.destination.next(ve)}_error(ve){try{this.destination.error(ve)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const k=Function.prototype.bind;function F(ie,ve){return k.call(ie,ve)}class V{constructor(ve){this.partialObserver=ve}next(ve){const{partialObserver:ae}=this;if(ae.next)try{ae.next(ve)}catch(ye){G(ye)}}error(ve){const{partialObserver:ae}=this;if(ae.error)try{ae.error(ve)}catch(ye){G(ye)}else G(ve)}complete(){const{partialObserver:ve}=this;if(ve.complete)try{ve.complete()}catch(ae){G(ae)}}}class U extends T{constructor(ve,ae,ye){let ue;if(super(),(0,t.T)(ve)||!ve)ue={next:ve??void 0,error:ae??void 0,complete:ye??void 0};else{let be;this&&C.$.useDeprecatedNextContext?(be=Object.create(ve),be.unsubscribe=()=>this.unsubscribe(),ue={next:ve.next&&F(ve.next,be),error:ve.error&&F(ve.error,be),complete:ve.complete&&F(ve.complete,be)}):ue=ve}this.destination=new V(ue)}}function G(ie){C.$.useDeprecatedSynchronousErrorHandling?(0,y.l)(ie):(0,S.m)(ie)}function $(ie,ve){const{onStoppedNotification:ae}=C.$;ae&&w.f.setTimeout(()=>ae(ie,ve))}const Z={closed:!0,next:l.l,error:function Y(ie){throw ie},complete:l.l}},8359:(Ve,ee,p)=>{"use strict";p.d(ee,{Kn:()=>x,yU:()=>l,Uv:()=>m});var t=p(8071);const C=(0,p(1853).L)(d=>function(y){d(this),this.message=y?`${y.length} errors occurred during unsubscription:\n${y.map((T,k)=>`${k+1}) ${T.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=y});var S=p(7908);class l{constructor(w){this.initialTeardown=w,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let w;if(!this.closed){this.closed=!0;const{_parentage:y}=this;if(y)if(this._parentage=null,Array.isArray(y))for(const F of y)F.remove(this);else y.remove(this);const{initialTeardown:T}=this;if((0,t.T)(T))try{T()}catch(F){w=F instanceof C?F.errors:[F]}const{_finalizers:k}=this;if(k){this._finalizers=null;for(const F of k)try{R(F)}catch(V){w=w??[],V instanceof C?w=[...w,...V.errors]:w.push(V)}}if(w)throw new C(w)}}add(w){var y;if(w&&w!==this)if(this.closed)R(w);else{if(w instanceof l){if(w.closed||w._hasParent(this))return;w._addParent(this)}(this._finalizers=null!==(y=this._finalizers)&&void 0!==y?y:[]).push(w)}}_hasParent(w){const{_parentage:y}=this;return y===w||Array.isArray(y)&&y.includes(w)}_addParent(w){const{_parentage:y}=this;this._parentage=Array.isArray(y)?(y.push(w),y):y?[y,w]:w}_removeParent(w){const{_parentage:y}=this;y===w?this._parentage=null:Array.isArray(y)&&(0,S.o)(y,w)}remove(w){const{_finalizers:y}=this;y&&(0,S.o)(y,w),w instanceof l&&w._removeParent(this)}}l.EMPTY=(()=>{const d=new l;return d.closed=!0,d})();const x=l.EMPTY;function m(d){return d instanceof l||d&&"closed"in d&&(0,t.T)(d.remove)&&(0,t.T)(d.add)&&(0,t.T)(d.unsubscribe)}function R(d){(0,t.T)(d)?d():d.unsubscribe()}},1026:(Ve,ee,p)=>{"use strict";p.d(ee,{$:()=>t});const t={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},17:(Ve,ee,p)=>{"use strict";p.d(ee,{G:()=>x});var t=p(1985),e=p(8359),C=p(9898),S=p(4360),l=p(9974);class x extends t.c{constructor(R,d){super(),this.source=R,this.subjectFactory=d,this._subject=null,this._refCount=0,this._connection=null,(0,l.S)(R)&&(this.lift=R.lift)}_subscribe(R){return this.getSubject().subscribe(R)}getSubject(){const R=this._subject;return(!R||R.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:R}=this;this._subject=this._connection=null,R?.unsubscribe()}connect(){let R=this._connection;if(!R){R=this._connection=new e.yU;const d=this.getSubject();R.add(this.source.subscribe((0,S._)(d,void 0,()=>{this._teardown(),d.complete()},w=>{this._teardown(),d.error(w)},()=>this._teardown()))),R.closed&&(this._connection=null,R=e.yU.EMPTY)}return R}refCount(){return(0,C.B)()(this)}}},4572:(Ve,ee,p)=>{"use strict";p.d(ee,{z:()=>w});var t=p(1985),e=p(3073),C=p(2806),S=p(3669),l=p(6450),x=p(9326),m=p(8496),R=p(4360),d=p(5225);function w(...k){const F=(0,x.lI)(k),V=(0,x.ms)(k),{args:U,keys:G}=(0,e.D)(k);if(0===U.length)return(0,C.H)([],F);const Y=new t.c(function y(k,F,V=S.D){return U=>{T(F,()=>{const{length:G}=k,Y=new Array(G);let $=G,Z=G;for(let ie=0;ie{const ve=(0,C.H)(k[ie],F);let ae=!1;ve.subscribe((0,R._)(U,ye=>{Y[ie]=ye,ae||(ae=!0,Z--),Z||U.next(V(Y.slice()))},()=>{--$||U.complete()}))},U)},U)}}(U,F,G?$=>(0,m.e)(G,$):S.D));return V?Y.pipe((0,l.I)(V)):Y}function T(k,F,V){k?(0,d.N)(V,k,F):F()}},8793:(Ve,ee,p)=>{"use strict";p.d(ee,{x:()=>l});var t=p(6365),C=p(9326),S=p(2806);function l(...x){return function e(){return(0,t.U)(1)}()((0,S.H)(x,(0,C.lI)(x)))}},9030:(Ve,ee,p)=>{"use strict";p.d(ee,{v:()=>C});var t=p(1985),e=p(8750);function C(S){return new t.c(l=>{(0,e.Tg)(S()).subscribe(l)})}},983:(Ve,ee,p)=>{"use strict";p.d(ee,{w:()=>e});const e=new(p(1985).c)(l=>l.complete())},7468:(Ve,ee,p)=>{"use strict";p.d(ee,{p:()=>R});var t=p(1985),e=p(3073),C=p(8750),S=p(9326),l=p(4360),x=p(6450),m=p(8496);function R(...d){const w=(0,S.ms)(d),{args:y,keys:T}=(0,e.D)(d),k=new t.c(F=>{const{length:V}=y;if(!V)return void F.complete();const U=new Array(V);let G=V,Y=V;for(let $=0;${Z||(Z=!0,Y--),U[$]=ie},()=>G--,void 0,()=>{(!G||!Z)&&(Y||F.next(T?(0,m.e)(T,U):U),F.complete())}))}});return w?k.pipe((0,x.I)(w)):k}},2806:(Ve,ee,p)=>{"use strict";p.d(ee,{H:()=>ae});var t=p(8750),e=p(941),C=p(9974);function S(ye,ue=0){return(0,C.N)((be,D)=>{D.add(ye.schedule(()=>be.subscribe(D),ue))})}var m=p(1985),d=p(4761),w=p(8071),y=p(5225);function k(ye,ue){if(!ye)throw new Error("Iterable cannot be null");return new m.c(be=>{(0,y.N)(be,ue,()=>{const D=ye[Symbol.asyncIterator]();(0,y.N)(be,ue,()=>{D.next().then(n=>{n.done?be.complete():be.next(n.value)})},0,!0)})})}var F=p(5055),V=p(9858),U=p(7441),G=p(5397),Y=p(7953),$=p(591),Z=p(5196);function ae(ye,ue){return ue?function ve(ye,ue){if(null!=ye){if((0,F.l)(ye))return function l(ye,ue){return(0,t.Tg)(ye).pipe(S(ue),(0,e.Q)(ue))}(ye,ue);if((0,U.X)(ye))return function R(ye,ue){return new m.c(be=>{let D=0;return ue.schedule(function(){D===ye.length?be.complete():(be.next(ye[D++]),be.closed||this.schedule())})})}(ye,ue);if((0,V.y)(ye))return function x(ye,ue){return(0,t.Tg)(ye).pipe(S(ue),(0,e.Q)(ue))}(ye,ue);if((0,Y.T)(ye))return k(ye,ue);if((0,G.x)(ye))return function T(ye,ue){return new m.c(be=>{let D;return(0,y.N)(be,ue,()=>{D=ye[d.l](),(0,y.N)(be,ue,()=>{let n,c;try{({value:n,done:c}=D.next())}catch(f){return void be.error(f)}c?be.complete():be.next(n)},0,!0)}),()=>(0,w.T)(D?.return)&&D.return()})}(ye,ue);if((0,Z.U)(ye))return function ie(ye,ue){return k((0,Z.C)(ye),ue)}(ye,ue)}throw(0,$.L)(ye)}(ye,ue):(0,t.Tg)(ye)}},3726:(Ve,ee,p)=>{"use strict";p.d(ee,{R:()=>w});var t=p(8750),e=p(1985),C=p(1397),S=p(7441),l=p(8071),x=p(6450);const m=["addListener","removeListener"],R=["addEventListener","removeEventListener"],d=["on","off"];function w(V,U,G,Y){if((0,l.T)(G)&&(Y=G,G=void 0),Y)return w(V,U,G).pipe((0,x.I)(Y));const[$,Z]=function F(V){return(0,l.T)(V.addEventListener)&&(0,l.T)(V.removeEventListener)}(V)?R.map(ie=>ve=>V[ie](U,ve,G)):function T(V){return(0,l.T)(V.addListener)&&(0,l.T)(V.removeListener)}(V)?m.map(y(V,U)):function k(V){return(0,l.T)(V.on)&&(0,l.T)(V.off)}(V)?d.map(y(V,U)):[];if(!$&&(0,S.X)(V))return(0,C.Z)(ie=>w(ie,U,G))((0,t.Tg)(V));if(!$)throw new TypeError("Invalid event target");return new e.c(ie=>{const ve=(...ae)=>ie.next(1Z(ve)})}function y(V,U){return G=>Y=>V[G](U,Y)}},8750:(Ve,ee,p)=>{"use strict";p.d(ee,{Tg:()=>k});var t=p(1635),e=p(7441),C=p(9858),S=p(1985),l=p(5055),x=p(7953),m=p(591),R=p(5397),d=p(5196),w=p(8071),y=p(5334),T=p(3494);function k(ie){if(ie instanceof S.c)return ie;if(null!=ie){if((0,l.l)(ie))return function F(ie){return new S.c(ve=>{const ae=ie[T.s]();if((0,w.T)(ae.subscribe))return ae.subscribe(ve);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(ie);if((0,e.X)(ie))return function V(ie){return new S.c(ve=>{for(let ae=0;ae{ie.then(ae=>{ve.closed||(ve.next(ae),ve.complete())},ae=>ve.error(ae)).then(null,y.m)})}(ie);if((0,x.T)(ie))return Y(ie);if((0,R.x)(ie))return function G(ie){return new S.c(ve=>{for(const ae of ie)if(ve.next(ae),ve.closed)return;ve.complete()})}(ie);if((0,d.U)(ie))return function $(ie){return Y((0,d.C)(ie))}(ie)}throw(0,m.L)(ie)}function Y(ie){return new S.c(ve=>{(function Z(ie,ve){var ae,ye,ue,be;return(0,t.sH)(this,void 0,void 0,function*(){try{for(ae=(0,t.xN)(ie);!(ye=yield ae.next()).done;)if(ve.next(ye.value),ve.closed)return}catch(D){ue={error:D}}finally{try{ye&&!ye.done&&(be=ae.return)&&(yield be.call(ae))}finally{if(ue)throw ue.error}}ve.complete()})})(ie,ve).catch(ae=>ve.error(ae))})}},7786:(Ve,ee,p)=>{"use strict";p.d(ee,{h:()=>x});var t=p(6365),e=p(8750),C=p(983),S=p(9326),l=p(2806);function x(...m){const R=(0,S.lI)(m),d=(0,S.R0)(m,1/0),w=m;return w.length?1===w.length?(0,e.Tg)(w[0]):(0,t.U)(d)((0,l.H)(w,R)):C.w}},7673:(Ve,ee,p)=>{"use strict";p.d(ee,{of:()=>C});var t=p(9326),e=p(2806);function C(...S){const l=(0,t.lI)(S);return(0,e.H)(S,l)}},8810:(Ve,ee,p)=>{"use strict";p.d(ee,{$:()=>C});var t=p(1985),e=p(8071);function C(S,l){const x=(0,e.T)(S)?S:()=>S,m=R=>R.error(x());return new t.c(l?R=>l.schedule(m,0,R):m)}},1807:(Ve,ee,p)=>{"use strict";p.d(ee,{O:()=>l});var t=p(1985),e=p(3236),C=p(9470),S=p(8211);function l(x=0,m,R=e.b){let d=-1;return null!=m&&((0,C.m)(m)?R=m:d=m),new t.c(w=>{let y=(0,S.v)(x)?+x-R.now():x;y<0&&(y=0);let T=0;return R.schedule(function(){w.closed||(w.next(T++),0<=d?this.schedule(void 0,d):w.complete())},y)})}},4360:(Ve,ee,p)=>{"use strict";p.d(ee,{H:()=>C,_:()=>e});var t=p(7707);function e(S,l,x,m,R){return new C(S,l,x,m,R)}class C extends t.vU{constructor(l,x,m,R,d,w){super(l),this.onFinalize=d,this.shouldUnsubscribe=w,this._next=x?function(y){try{x(y)}catch(T){l.error(T)}}:super._next,this._error=R?function(y){try{R(y)}catch(T){l.error(T)}finally{this.unsubscribe()}}:super._error,this._complete=m?function(){try{m()}catch(y){l.error(y)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var l;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:x}=this;super.unsubscribe(),!x&&(null===(l=this.onFinalize)||void 0===l||l.call(this))}}}},3798:(Ve,ee,p)=>{"use strict";p.d(ee,{Z:()=>m});var t=p(3236),e=p(9974),C=p(8750),S=p(4360),x=p(1807);function m(R,d=t.E){return function l(R){return(0,e.N)((d,w)=>{let y=!1,T=null,k=null,F=!1;const V=()=>{if(k?.unsubscribe(),k=null,y){y=!1;const G=T;T=null,w.next(G)}F&&w.complete()},U=()=>{k=null,F&&w.complete()};d.subscribe((0,S._)(w,G=>{y=!0,T=G,k||(0,C.Tg)(R(G)).subscribe(k=(0,S._)(w,V,U))},()=>{F=!0,(!y||!k||k.closed)&&w.complete()}))})}(()=>(0,x.O)(R,d))}},9437:(Ve,ee,p)=>{"use strict";p.d(ee,{W:()=>S});var t=p(8750),e=p(4360),C=p(9974);function S(l){return(0,C.N)((x,m)=>{let w,R=null,d=!1;R=x.subscribe((0,e._)(m,void 0,void 0,y=>{w=(0,t.Tg)(l(y,S(l)(x))),R?(R.unsubscribe(),R=null,w.subscribe(m)):d=!0})),d&&(R.unsubscribe(),R=null,w.subscribe(m))})}},274:(Ve,ee,p)=>{"use strict";p.d(ee,{H:()=>C});var t=p(1397),e=p(8071);function C(S,l){return(0,e.T)(l)?(0,t.Z)(S,l,1):(0,t.Z)(S,1)}},152:(Ve,ee,p)=>{"use strict";p.d(ee,{B:()=>S});var t=p(3236),e=p(9974),C=p(4360);function S(l,x=t.E){return(0,e.N)((m,R)=>{let d=null,w=null,y=null;const T=()=>{if(d){d.unsubscribe(),d=null;const F=w;w=null,R.next(F)}};function k(){const F=y+l,V=x.now();if(V{w=F,y=x.now(),d||(d=x.schedule(k,l),R.add(d))},()=>{T(),R.complete()},void 0,()=>{w=d=null}))})}},9901:(Ve,ee,p)=>{"use strict";p.d(ee,{U:()=>C});var t=p(9974),e=p(4360);function C(S){return(0,t.N)((l,x)=>{let m=!1;l.subscribe((0,e._)(x,R=>{m=!0,x.next(R)},()=>{m||x.next(S),x.complete()}))})}},5335:(Ve,ee,p)=>{"use strict";p.d(ee,{c:()=>w});var t=p(3236),e=p(8793),C=p(6697),S=p(3557),l=p(3703),x=p(1397),m=p(8750);function R(y,T){return T?k=>(0,e.x)(T.pipe((0,C.s)(1),(0,S.w)()),k.pipe(R(y))):(0,x.Z)((k,F)=>(0,m.Tg)(y(k,F)).pipe((0,C.s)(1),(0,l.u)(k)))}var d=p(1807);function w(y,T=t.E){const k=(0,d.O)(y,T);return R(()=>k)}},3294:(Ve,ee,p)=>{"use strict";p.d(ee,{F:()=>S});var t=p(3669),e=p(9974),C=p(4360);function S(x,m=t.D){return x=x??l,(0,e.N)((R,d)=>{let w,y=!0;R.subscribe((0,C._)(d,T=>{const k=m(T);(y||!x(w,k))&&(y=!1,w=k,d.next(T))}))})}function l(x,m){return x===m}},5964:(Ve,ee,p)=>{"use strict";p.d(ee,{p:()=>C});var t=p(9974),e=p(4360);function C(S,l){return(0,t.N)((x,m)=>{let R=0;x.subscribe((0,e._)(m,d=>S.call(l,d,R++)&&m.next(d)))})}},980:(Ve,ee,p)=>{"use strict";p.d(ee,{j:()=>e});var t=p(9974);function e(C){return(0,t.N)((S,l)=>{try{S.subscribe(l)}finally{l.add(C)}})}},1594:(Ve,ee,p)=>{"use strict";p.d(ee,{$:()=>m});var t=p(9350),e=p(5964),C=p(6697),S=p(9901),l=p(3774),x=p(3669);function m(R,d){const w=arguments.length>=2;return y=>y.pipe(R?(0,e.p)((T,k)=>R(T,k,y)):x.D,(0,C.s)(1),w?(0,S.U)(d):(0,l.v)(()=>new t.G))}},3557:(Ve,ee,p)=>{"use strict";p.d(ee,{w:()=>S});var t=p(9974),e=p(4360),C=p(5343);function S(){return(0,t.N)((l,x)=>{l.subscribe((0,e._)(x,C.l))})}},6354:(Ve,ee,p)=>{"use strict";p.d(ee,{T:()=>C});var t=p(9974),e=p(4360);function C(S,l){return(0,t.N)((x,m)=>{let R=0;x.subscribe((0,e._)(m,d=>{m.next(S.call(l,d,R++))}))})}},3703:(Ve,ee,p)=>{"use strict";p.d(ee,{u:()=>e});var t=p(6354);function e(C){return(0,t.T)(()=>C)}},6365:(Ve,ee,p)=>{"use strict";p.d(ee,{U:()=>C});var t=p(1397),e=p(3669);function C(S=1/0){return(0,t.Z)(e.D,S)}},1397:(Ve,ee,p)=>{"use strict";p.d(ee,{Z:()=>R});var t=p(6354),e=p(8750),C=p(9974),S=p(5225),l=p(4360),m=p(8071);function R(d,w,y=1/0){return(0,m.T)(w)?R((T,k)=>(0,t.T)((F,V)=>w(T,F,k,V))((0,e.Tg)(d(T,k))),y):("number"==typeof w&&(y=w),(0,C.N)((T,k)=>function x(d,w,y,T,k,F,V,U){const G=[];let Y=0,$=0,Z=!1;const ie=()=>{Z&&!G.length&&!Y&&w.complete()},ve=ye=>Y{F&&w.next(ye),Y++;let ue=!1;(0,e.Tg)(y(ye,$++)).subscribe((0,l._)(w,be=>{k?.(be),F?ve(be):w.next(be)},()=>{ue=!0},void 0,()=>{if(ue)try{for(Y--;G.length&&Yae(be)):ae(be)}ie()}catch(be){w.error(be)}}))};return d.subscribe((0,l._)(w,ve,()=>{Z=!0,ie()})),()=>{U?.()}}(T,k,d,y)))}},941:(Ve,ee,p)=>{"use strict";p.d(ee,{Q:()=>S});var t=p(5225),e=p(9974),C=p(4360);function S(l,x=0){return(0,e.N)((m,R)=>{m.subscribe((0,C._)(R,d=>(0,t.N)(R,l,()=>R.next(d),x),()=>(0,t.N)(R,l,()=>R.complete(),x),d=>(0,t.N)(R,l,()=>R.error(d),x)))})}},9898:(Ve,ee,p)=>{"use strict";p.d(ee,{B:()=>C});var t=p(9974),e=p(4360);function C(){return(0,t.N)((S,l)=>{let x=null;S._refCount++;const m=(0,e._)(l,void 0,void 0,void 0,()=>{if(!S||S._refCount<=0||0<--S._refCount)return void(x=null);const R=S._connection,d=x;x=null,R&&(!d||R===d)&&R.unsubscribe(),l.unsubscribe()});S.subscribe(m),m.closed||(x=S.connect())})}},2816:(Ve,ee,p)=>{"use strict";p.d(ee,{S:()=>S});var t=p(9974),e=p(4360);function S(l,x){return(0,t.N)(function C(l,x,m,R,d){return(w,y)=>{let T=m,k=x,F=0;w.subscribe((0,e._)(y,V=>{const U=F++;k=T?l(k,V,U):(T=!0,V),R&&y.next(k)},d&&(()=>{T&&y.next(k),y.complete()})))}}(l,x,arguments.length>=2,!0))}},7647:(Ve,ee,p)=>{"use strict";p.d(ee,{u:()=>l});var t=p(8750),e=p(1413),C=p(7707),S=p(9974);function l(m={}){const{connector:R=(()=>new e.B),resetOnError:d=!0,resetOnComplete:w=!0,resetOnRefCountZero:y=!0}=m;return T=>{let k,F,V,U=0,G=!1,Y=!1;const $=()=>{F?.unsubscribe(),F=void 0},Z=()=>{$(),k=V=void 0,G=Y=!1},ie=()=>{const ve=k;Z(),ve?.unsubscribe()};return(0,S.N)((ve,ae)=>{U++,!Y&&!G&&$();const ye=V=V??R();ae.add(()=>{U--,0===U&&!Y&&!G&&(F=x(ie,y))}),ye.subscribe(ae),!k&&U>0&&(k=new C.Ms({next:ue=>ye.next(ue),error:ue=>{Y=!0,$(),F=x(Z,d,ue),ye.error(ue)},complete:()=>{G=!0,$(),F=x(Z,w),ye.complete()}}),(0,t.Tg)(ve).subscribe(k))})(T)}}function x(m,R,...d){if(!0===R)return void m();if(!1===R)return;const w=new C.Ms({next:()=>{w.unsubscribe(),m()}});return(0,t.Tg)(R(...d)).subscribe(w)}},5245:(Ve,ee,p)=>{"use strict";p.d(ee,{i:()=>e});var t=p(5964);function e(C){return(0,t.p)((S,l)=>C<=l)}},9172:(Ve,ee,p)=>{"use strict";p.d(ee,{Z:()=>S});var t=p(8793),e=p(9326),C=p(9974);function S(...l){const x=(0,e.lI)(l);return(0,C.N)((m,R)=>{(x?(0,t.x)(l,m,x):(0,t.x)(l,m)).subscribe(R)})}},5558:(Ve,ee,p)=>{"use strict";p.d(ee,{n:()=>S});var t=p(8750),e=p(9974),C=p(4360);function S(l,x){return(0,e.N)((m,R)=>{let d=null,w=0,y=!1;const T=()=>y&&!d&&R.complete();m.subscribe((0,C._)(R,k=>{d?.unsubscribe();let F=0;const V=w++;(0,t.Tg)(l(k,V)).subscribe(d=(0,C._)(R,U=>R.next(x?x(k,U,V,F++):U),()=>{d=null,T()}))},()=>{y=!0,T()}))})}},6697:(Ve,ee,p)=>{"use strict";p.d(ee,{s:()=>S});var t=p(983),e=p(9974),C=p(4360);function S(l){return l<=0?()=>t.w:(0,e.N)((x,m)=>{let R=0;x.subscribe((0,C._)(m,d=>{++R<=l&&(m.next(d),l<=R&&m.complete())}))})}},6977:(Ve,ee,p)=>{"use strict";p.d(ee,{Q:()=>l});var t=p(9974),e=p(4360),C=p(8750),S=p(5343);function l(x){return(0,t.N)((m,R)=>{(0,C.Tg)(x).subscribe((0,e._)(R,()=>R.complete(),S.l)),!R.closed&&m.subscribe(R)})}},8141:(Ve,ee,p)=>{"use strict";p.d(ee,{M:()=>l});var t=p(8071),e=p(9974),C=p(4360),S=p(3669);function l(x,m,R){const d=(0,t.T)(x)||m||R?{next:x,error:m,complete:R}:x;return d?(0,e.N)((w,y)=>{var T;null===(T=d.subscribe)||void 0===T||T.call(d);let k=!0;w.subscribe((0,C._)(y,F=>{var V;null===(V=d.next)||void 0===V||V.call(d,F),y.next(F)},()=>{var F;k=!1,null===(F=d.complete)||void 0===F||F.call(d),y.complete()},F=>{var V;k=!1,null===(V=d.error)||void 0===V||V.call(d,F),y.error(F)},()=>{var F,V;k&&(null===(F=d.unsubscribe)||void 0===F||F.call(d)),null===(V=d.finalize)||void 0===V||V.call(d)}))}):S.D}},3774:(Ve,ee,p)=>{"use strict";p.d(ee,{v:()=>S});var t=p(9350),e=p(9974),C=p(4360);function S(x=l){return(0,e.N)((m,R)=>{let d=!1;m.subscribe((0,C._)(R,w=>{d=!0,R.next(w)},()=>d?R.complete():R.error(x())))})}function l(){return new t.G}},3993:(Ve,ee,p)=>{"use strict";p.d(ee,{E:()=>m});var t=p(9974),e=p(4360),C=p(8750),S=p(3669),l=p(5343),x=p(9326);function m(...R){const d=(0,x.ms)(R);return(0,t.N)((w,y)=>{const T=R.length,k=new Array(T);let F=R.map(()=>!1),V=!1;for(let U=0;U{k[U]=G,!V&&!F[U]&&(F[U]=!0,(V=F.every(S.D))&&(F=null))},l.l));w.subscribe((0,e._)(y,U=>{if(V){const G=[U,...k];y.next(d?d(...G):G)}}))})}},6780:(Ve,ee,p)=>{"use strict";p.d(ee,{R:()=>l});var t=p(8359);class e extends t.yU{constructor(m,R){super()}schedule(m,R=0){return this}}const C={setInterval(x,m,...R){const{delegate:d}=C;return d?.setInterval?d.setInterval(x,m,...R):setInterval(x,m,...R)},clearInterval(x){const{delegate:m}=C;return(m?.clearInterval||clearInterval)(x)},delegate:void 0};var S=p(7908);class l extends e{constructor(m,R){super(m,R),this.scheduler=m,this.work=R,this.pending=!1}schedule(m,R=0){var d;if(this.closed)return this;this.state=m;const w=this.id,y=this.scheduler;return null!=w&&(this.id=this.recycleAsyncId(y,w,R)),this.pending=!0,this.delay=R,this.id=null!==(d=this.id)&&void 0!==d?d:this.requestAsyncId(y,this.id,R),this}requestAsyncId(m,R,d=0){return C.setInterval(m.flush.bind(m,this),d)}recycleAsyncId(m,R,d=0){if(null!=d&&this.delay===d&&!1===this.pending)return R;null!=R&&C.clearInterval(R)}execute(m,R){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const d=this._execute(m,R);if(d)return d;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(m,R){let w,d=!1;try{this.work(m)}catch(y){d=!0,w=y||new Error("Scheduled action threw falsy error")}if(d)return this.unsubscribe(),w}unsubscribe(){if(!this.closed){const{id:m,scheduler:R}=this,{actions:d}=R;this.work=this.state=this.scheduler=null,this.pending=!1,(0,S.o)(d,this),null!=m&&(this.id=this.recycleAsyncId(R,m,null)),this.delay=null,super.unsubscribe()}}}},9687:(Ve,ee,p)=>{"use strict";p.d(ee,{q:()=>C});var t=p(6129);class e{constructor(l,x=e.now){this.schedulerActionCtor=l,this.now=x}schedule(l,x=0,m){return new this.schedulerActionCtor(this,l).schedule(m,x)}}e.now=t.U.now;class C extends e{constructor(l,x=e.now){super(l,x),this.actions=[],this._active=!1}flush(l){const{actions:x}=this;if(this._active)return void x.push(l);let m;this._active=!0;do{if(m=l.execute(l.state,l.delay))break}while(l=x.shift());if(this._active=!1,m){for(;l=x.shift();)l.unsubscribe();throw m}}}},5007:(Ve,ee,p)=>{"use strict";p.d(ee,{$:()=>F});var t=p(6780);let C,e=1;const S={};function l(U){return U in S&&(delete S[U],!0)}const x={setImmediate(U){const G=e++;return S[G]=!0,C||(C=Promise.resolve()),C.then(()=>l(G)&&U()),G},clearImmediate(U){l(U)}},{setImmediate:R,clearImmediate:d}=x,w={setImmediate(...U){const{delegate:G}=w;return(G?.setImmediate||R)(...U)},clearImmediate(U){const{delegate:G}=w;return(G?.clearImmediate||d)(U)},delegate:void 0};var T=p(9687);const F=new class k extends T.q{flush(G){this._active=!0;const Y=this._scheduled;this._scheduled=void 0;const{actions:$}=this;let Z;G=G||$.shift();do{if(Z=G.execute(G.state,G.delay))break}while((G=$[0])&&G.id===Y&&$.shift());if(this._active=!1,Z){for(;(G=$[0])&&G.id===Y&&$.shift();)G.unsubscribe();throw Z}}}(class y extends t.R{constructor(G,Y){super(G,Y),this.scheduler=G,this.work=Y}requestAsyncId(G,Y,$=0){return null!==$&&$>0?super.requestAsyncId(G,Y,$):(G.actions.push(this),G._scheduled||(G._scheduled=w.setImmediate(G.flush.bind(G,void 0))))}recycleAsyncId(G,Y,$=0){var Z;if(null!=$?$>0:this.delay>0)return super.recycleAsyncId(G,Y,$);const{actions:ie}=G;null!=Y&&(null===(Z=ie[ie.length-1])||void 0===Z?void 0:Z.id)!==Y&&(w.clearImmediate(Y),G._scheduled===Y&&(G._scheduled=void 0))}})},3236:(Ve,ee,p)=>{"use strict";p.d(ee,{E:()=>C,b:()=>S});var t=p(6780);const C=new(p(9687).q)(t.R),S=C},6129:(Ve,ee,p)=>{"use strict";p.d(ee,{U:()=>t});const t={now:()=>(t.delegate||Date).now(),delegate:void 0}},7242:(Ve,ee,p)=>{"use strict";p.d(ee,{T:()=>l});var t=p(6780),C=p(9687);const l=new class S extends C.q{}(class e extends t.R{constructor(R,d){super(R,d),this.scheduler=R,this.work=d}schedule(R,d=0){return d>0?super.schedule(R,d):(this.delay=d,this.state=R,this.scheduler.flush(this),this)}execute(R,d){return d>0||this.closed?super.execute(R,d):this._execute(R,d)}requestAsyncId(R,d,w=0){return null!=w&&w>0||null==w&&this.delay>0?super.requestAsyncId(R,d,w):(R.flush(this),0)}})},9270:(Ve,ee,p)=>{"use strict";p.d(ee,{f:()=>t});const t={setTimeout(e,C,...S){const{delegate:l}=t;return l?.setTimeout?l.setTimeout(e,C,...S):setTimeout(e,C,...S)},clearTimeout(e){const{delegate:C}=t;return(C?.clearTimeout||clearTimeout)(e)},delegate:void 0}},4761:(Ve,ee,p)=>{"use strict";p.d(ee,{l:()=>e});const e=function t(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},3494:(Ve,ee,p)=>{"use strict";p.d(ee,{s:()=>t});const t="function"==typeof Symbol&&Symbol.observable||"@@observable"},9350:(Ve,ee,p)=>{"use strict";p.d(ee,{G:()=>e});const e=(0,p(1853).L)(C=>function(){C(this),this.name="EmptyError",this.message="no elements in sequence"})},9326:(Ve,ee,p)=>{"use strict";p.d(ee,{R0:()=>x,lI:()=>l,ms:()=>S});var t=p(8071),e=p(9470);function C(m){return m[m.length-1]}function S(m){return(0,t.T)(C(m))?m.pop():void 0}function l(m){return(0,e.m)(C(m))?m.pop():void 0}function x(m,R){return"number"==typeof C(m)?m.pop():R}},3073:(Ve,ee,p)=>{"use strict";p.d(ee,{D:()=>l});const{isArray:t}=Array,{getPrototypeOf:e,prototype:C,keys:S}=Object;function l(m){if(1===m.length){const R=m[0];if(t(R))return{args:R,keys:null};if(function x(m){return m&&"object"==typeof m&&e(m)===C}(R)){const d=S(R);return{args:d.map(w=>R[w]),keys:d}}}return{args:m,keys:null}}},7908:(Ve,ee,p)=>{"use strict";function t(e,C){if(e){const S=e.indexOf(C);0<=S&&e.splice(S,1)}}p.d(ee,{o:()=>t})},1853:(Ve,ee,p)=>{"use strict";function t(e){const S=e(l=>{Error.call(l),l.stack=(new Error).stack});return S.prototype=Object.create(Error.prototype),S.prototype.constructor=S,S}p.d(ee,{L:()=>t})},8496:(Ve,ee,p)=>{"use strict";function t(e,C){return e.reduce((S,l,x)=>(S[l]=C[x],S),{})}p.d(ee,{e:()=>t})},9786:(Ve,ee,p)=>{"use strict";p.d(ee,{Y:()=>C,l:()=>S});var t=p(1026);let e=null;function C(l){if(t.$.useDeprecatedSynchronousErrorHandling){const x=!e;if(x&&(e={errorThrown:!1,error:null}),l(),x){const{errorThrown:m,error:R}=e;if(e=null,m)throw R}}else l()}function S(l){t.$.useDeprecatedSynchronousErrorHandling&&e&&(e.errorThrown=!0,e.error=l)}},5225:(Ve,ee,p)=>{"use strict";function t(e,C,S,l=0,x=!1){const m=C.schedule(function(){S(),x?e.add(this.schedule(null,l)):this.unsubscribe()},l);if(e.add(m),!x)return m}p.d(ee,{N:()=>t})},3669:(Ve,ee,p)=>{"use strict";function t(e){return e}p.d(ee,{D:()=>t})},7441:(Ve,ee,p)=>{"use strict";p.d(ee,{X:()=>t});const t=e=>e&&"number"==typeof e.length&&"function"!=typeof e},7953:(Ve,ee,p)=>{"use strict";p.d(ee,{T:()=>e});var t=p(8071);function e(C){return Symbol.asyncIterator&&(0,t.T)(C?.[Symbol.asyncIterator])}},8211:(Ve,ee,p)=>{"use strict";function t(e){return e instanceof Date&&!isNaN(e)}p.d(ee,{v:()=>t})},8071:(Ve,ee,p)=>{"use strict";function t(e){return"function"==typeof e}p.d(ee,{T:()=>t})},5055:(Ve,ee,p)=>{"use strict";p.d(ee,{l:()=>C});var t=p(3494),e=p(8071);function C(S){return(0,e.T)(S[t.s])}},5397:(Ve,ee,p)=>{"use strict";p.d(ee,{x:()=>C});var t=p(4761),e=p(8071);function C(S){return(0,e.T)(S?.[t.l])}},4402:(Ve,ee,p)=>{"use strict";p.d(ee,{A:()=>C});var t=p(1985),e=p(8071);function C(S){return!!S&&(S instanceof t.c||(0,e.T)(S.lift)&&(0,e.T)(S.subscribe))}},9858:(Ve,ee,p)=>{"use strict";p.d(ee,{y:()=>e});var t=p(8071);function e(C){return(0,t.T)(C?.then)}},5196:(Ve,ee,p)=>{"use strict";p.d(ee,{C:()=>C,U:()=>S});var t=p(1635),e=p(8071);function C(l){return(0,t.AQ)(this,arguments,function*(){const m=l.getReader();try{for(;;){const{value:R,done:d}=yield(0,t.N3)(m.read());if(d)return yield(0,t.N3)(void 0);yield yield(0,t.N3)(R)}}finally{m.releaseLock()}})}function S(l){return(0,e.T)(l?.getReader)}},9470:(Ve,ee,p)=>{"use strict";p.d(ee,{m:()=>e});var t=p(8071);function e(C){return C&&(0,t.T)(C.schedule)}},9974:(Ve,ee,p)=>{"use strict";p.d(ee,{N:()=>C,S:()=>e});var t=p(8071);function e(S){return(0,t.T)(S?.lift)}function C(S){return l=>{if(e(l))return l.lift(function(x){try{return S(x,this)}catch(m){this.error(m)}});throw new TypeError("Unable to lift unknown Observable type")}}},6450:(Ve,ee,p)=>{"use strict";p.d(ee,{I:()=>S});var t=p(6354);const{isArray:e}=Array;function S(l){return(0,t.T)(x=>function C(l,x){return e(x)?l(...x):l(x)}(l,x))}},5343:(Ve,ee,p)=>{"use strict";function t(){}p.d(ee,{l:()=>t})},1203:(Ve,ee,p)=>{"use strict";p.d(ee,{F:()=>e,m:()=>C});var t=p(3669);function e(...S){return C(S)}function C(S){return 0===S.length?t.D:1===S.length?S[0]:function(x){return S.reduce((m,R)=>R(m),x)}}},5334:(Ve,ee,p)=>{"use strict";p.d(ee,{m:()=>C});var t=p(1026),e=p(9270);function C(S){e.f.setTimeout(()=>{const{onUnhandledError:l}=t.$;if(!l)throw S;l(S)})}},591:(Ve,ee,p)=>{"use strict";function t(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}p.d(ee,{L:()=>t})},7054:(Ve,ee,p)=>{var t=p(3838),e=t.Buffer;function C(l,x){for(var m in l)x[m]=l[m]}function S(l,x,m){return e(l,x,m)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(C(t,ee),ee.Buffer=S),S.prototype=Object.create(e.prototype),C(e,S),S.from=function(l,x,m){if("number"==typeof l)throw new TypeError("Argument must not be a number");return e(l,x,m)},S.alloc=function(l,x,m){if("number"!=typeof l)throw new TypeError("Argument must be a number");var R=e(l);return void 0!==x?"string"==typeof m?R.fill(x,m):R.fill(x):R.fill(0),R},S.allocUnsafe=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return e(l)},S.allocUnsafeSlow=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return t.SlowBuffer(l)}},1358:(Ve,ee,p)=>{"use strict";var t=p(258),e=p(2736),C=p(5861)(),S=p(1417),l=p(6758),x=t("%Math.floor%");Ve.exports=function(R,d){if("function"!=typeof R)throw new l("`fn` is not a function");if("number"!=typeof d||d<0||d>4294967295||x(d)!==d)throw new l("`length` must be a positive 32-bit integer");var w=arguments.length>2&&!!arguments[2],y=!0,T=!0;if("length"in R&&S){var k=S(R,"length");k&&!k.configurable&&(y=!1),k&&!k.writable&&(T=!1)}return(y||T||!w)&&(C?e(R,"length",d,!0,!0):e(R,"length",d)),R}},463:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(1090);function C(S,l){this._block=t.alloc(S),this._finalSize=l,this._blockSize=S,this._len=0}C.prototype.update=function(S,l){S=e(S,l||"utf8");for(var x=this._block,m=this._blockSize,R=S.length,d=this._len,w=0;w=this._finalSize&&(this._update(this._block),this._block.fill(0));var x=8*this._len;if(x<=4294967295)this._block.writeUInt32BE(x,this._blockSize-4);else{var m=(4294967295&x)>>>0;this._block.writeUInt32BE((x-m)/4294967296,this._blockSize-8),this._block.writeUInt32BE(m,this._blockSize-4)}this._update(this._block);var d=this._hash();return S?d.toString(S):d},C.prototype._update=function(){throw new Error("_update must be implemented by subclass")},Ve.exports=C},5443:(Ve,ee,p)=>{"use strict";Ve.exports=function(e){var C=e.toLowerCase(),S=Ve.exports[C];if(!S)throw new Error(C+" is not supported (we accept pull requests)");return new S},Ve.exports.sha=p(8585),Ve.exports.sha1=p(1270),Ve.exports.sha224=p(2709),Ve.exports.sha256=p(2148),Ve.exports.sha384=p(1856),Ve.exports.sha512=p(3121)},8585:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(463),C=p(7054).Buffer,S=[1518500249,1859775393,-1894007588,-899497514],l=new Array(80);function x(){this.init(),this._w=l,e.call(this,64,56)}function m(w){return w<<5|w>>>27}function R(w){return w<<30|w>>>2}function d(w,y,T,k){return 0===w?y&T|~y&k:2===w?y&T|y&k|T&k:y^T^k}t(x,e),x.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},x.prototype._update=function(w){for(var y=this._w,T=0|this._a,k=0|this._b,F=0|this._c,V=0|this._d,U=0|this._e,G=0;G<16;++G)y[G]=w.readInt32BE(4*G);for(;G<80;++G)y[G]=y[G-3]^y[G-8]^y[G-14]^y[G-16];for(var Y=0;Y<80;++Y){var $=~~(Y/20),Z=m(T)+d($,k,F,V)+U+y[Y]+S[$]|0;U=V,V=F,F=R(k),k=T,T=Z}this._a=T+this._a|0,this._b=k+this._b|0,this._c=F+this._c|0,this._d=V+this._d|0,this._e=U+this._e|0},x.prototype._hash=function(){var w=C.allocUnsafe(20);return w.writeInt32BE(0|this._a,0),w.writeInt32BE(0|this._b,4),w.writeInt32BE(0|this._c,8),w.writeInt32BE(0|this._d,12),w.writeInt32BE(0|this._e,16),w},Ve.exports=x},1270:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(463),C=p(7054).Buffer,S=[1518500249,1859775393,-1894007588,-899497514],l=new Array(80);function x(){this.init(),this._w=l,e.call(this,64,56)}function m(y){return y<<1|y>>>31}function R(y){return y<<5|y>>>27}function d(y){return y<<30|y>>>2}function w(y,T,k,F){return 0===y?T&k|~T&F:2===y?T&k|T&F|k&F:T^k^F}t(x,e),x.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},x.prototype._update=function(y){for(var T=this._w,k=0|this._a,F=0|this._b,V=0|this._c,U=0|this._d,G=0|this._e,Y=0;Y<16;++Y)T[Y]=y.readInt32BE(4*Y);for(;Y<80;++Y)T[Y]=m(T[Y-3]^T[Y-8]^T[Y-14]^T[Y-16]);for(var $=0;$<80;++$){var Z=~~($/20),ie=R(k)+w(Z,F,V,U)+G+T[$]+S[Z]|0;G=U,U=V,V=d(F),F=k,k=ie}this._a=k+this._a|0,this._b=F+this._b|0,this._c=V+this._c|0,this._d=U+this._d|0,this._e=G+this._e|0},x.prototype._hash=function(){var y=C.allocUnsafe(20);return y.writeInt32BE(0|this._a,0),y.writeInt32BE(0|this._b,4),y.writeInt32BE(0|this._c,8),y.writeInt32BE(0|this._d,12),y.writeInt32BE(0|this._e,16),y},Ve.exports=x},2709:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(2148),C=p(463),S=p(7054).Buffer,l=new Array(64);function x(){this.init(),this._w=l,C.call(this,64,56)}t(x,e),x.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},x.prototype._hash=function(){var m=S.allocUnsafe(28);return m.writeInt32BE(this._a,0),m.writeInt32BE(this._b,4),m.writeInt32BE(this._c,8),m.writeInt32BE(this._d,12),m.writeInt32BE(this._e,16),m.writeInt32BE(this._f,20),m.writeInt32BE(this._g,24),m},Ve.exports=x},2148:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(463),C=p(7054).Buffer,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],l=new Array(64);function x(){this.init(),this._w=l,e.call(this,64,56)}function m(k,F,V){return V^k&(F^V)}function R(k,F,V){return k&F|V&(k|F)}function d(k){return(k>>>2|k<<30)^(k>>>13|k<<19)^(k>>>22|k<<10)}function w(k){return(k>>>6|k<<26)^(k>>>11|k<<21)^(k>>>25|k<<7)}function y(k){return(k>>>7|k<<25)^(k>>>18|k<<14)^k>>>3}function T(k){return(k>>>17|k<<15)^(k>>>19|k<<13)^k>>>10}t(x,e),x.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},x.prototype._update=function(k){for(var F=this._w,V=0|this._a,U=0|this._b,G=0|this._c,Y=0|this._d,$=0|this._e,Z=0|this._f,ie=0|this._g,ve=0|this._h,ae=0;ae<16;++ae)F[ae]=k.readInt32BE(4*ae);for(;ae<64;++ae)F[ae]=T(F[ae-2])+F[ae-7]+y(F[ae-15])+F[ae-16]|0;for(var ye=0;ye<64;++ye){var ue=ve+w($)+m($,Z,ie)+S[ye]+F[ye]|0,be=d(V)+R(V,U,G)|0;ve=ie,ie=Z,Z=$,$=Y+ue|0,Y=G,G=U,U=V,V=ue+be|0}this._a=V+this._a|0,this._b=U+this._b|0,this._c=G+this._c|0,this._d=Y+this._d|0,this._e=$+this._e|0,this._f=Z+this._f|0,this._g=ie+this._g|0,this._h=ve+this._h|0},x.prototype._hash=function(){var k=C.allocUnsafe(32);return k.writeInt32BE(this._a,0),k.writeInt32BE(this._b,4),k.writeInt32BE(this._c,8),k.writeInt32BE(this._d,12),k.writeInt32BE(this._e,16),k.writeInt32BE(this._f,20),k.writeInt32BE(this._g,24),k.writeInt32BE(this._h,28),k},Ve.exports=x},1856:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(3121),C=p(463),S=p(7054).Buffer,l=new Array(160);function x(){this.init(),this._w=l,C.call(this,128,112)}t(x,e),x.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},x.prototype._hash=function(){var m=S.allocUnsafe(48);function R(d,w,y){m.writeInt32BE(d,y),m.writeInt32BE(w,y+4)}return R(this._ah,this._al,0),R(this._bh,this._bl,8),R(this._ch,this._cl,16),R(this._dh,this._dl,24),R(this._eh,this._el,32),R(this._fh,this._fl,40),m},Ve.exports=x},3121:(Ve,ee,p)=>{"use strict";var t=p(1993),e=p(463),C=p(7054).Buffer,S=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],l=new Array(160);function x(){this.init(),this._w=l,e.call(this,128,112)}function m(U,G,Y){return Y^U&(G^Y)}function R(U,G,Y){return U&G|Y&(U|G)}function d(U,G){return(U>>>28|G<<4)^(G>>>2|U<<30)^(G>>>7|U<<25)}function w(U,G){return(U>>>14|G<<18)^(U>>>18|G<<14)^(G>>>9|U<<23)}function y(U,G){return(U>>>1|G<<31)^(U>>>8|G<<24)^U>>>7}function T(U,G){return(U>>>1|G<<31)^(U>>>8|G<<24)^(U>>>7|G<<25)}function k(U,G){return(U>>>19|G<<13)^(G>>>29|U<<3)^U>>>6}function F(U,G){return(U>>>19|G<<13)^(G>>>29|U<<3)^(U>>>6|G<<26)}function V(U,G){return U>>>0>>0?1:0}t(x,e),x.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},x.prototype._update=function(U){for(var G=this._w,Y=0|this._ah,$=0|this._bh,Z=0|this._ch,ie=0|this._dh,ve=0|this._eh,ae=0|this._fh,ye=0|this._gh,ue=0|this._hh,be=0|this._al,D=0|this._bl,n=0|this._cl,c=0|this._dl,f=0|this._el,h=0|this._fl,M=0|this._gl,L=0|this._hl,O=0;O<32;O+=2)G[O]=U.readInt32BE(4*O),G[O+1]=U.readInt32BE(4*O+4);for(;O<160;O+=2){var _=G[O-30],r=G[O-30+1],v=y(_,r),z=T(r,_),N=k(_=G[O-4],r=G[O-4+1]),ne=F(r,_),Ye=G[O-32],rt=G[O-32+1],re=z+G[O-14+1]|0,te=v+G[O-14]+V(re,z)|0;te=(te=te+N+V(re=re+ne|0,ne)|0)+Ye+V(re=re+rt|0,rt)|0,G[O]=te,G[O+1]=re}for(var oe=0;oe<160;oe+=2){te=G[oe],re=G[oe+1];var _e=R(Y,$,Z),de=R(be,D,n),pe=d(Y,be),We=d(be,Y),se=w(ve,f),fe=w(f,ve),he=S[oe],et=S[oe+1],Ke=m(ve,ae,ye),Ct=m(f,h,M),_t=L+fe|0,Nt=ue+se+V(_t,L)|0;Nt=(Nt=(Nt=Nt+Ke+V(_t=_t+Ct|0,Ct)|0)+he+V(_t=_t+et|0,et)|0)+te+V(_t=_t+re|0,re)|0;var ke=We+de|0,Je=pe+_e+V(ke,We)|0;ue=ye,L=M,ye=ae,M=h,ae=ve,h=f,ve=ie+Nt+V(f=c+_t|0,c)|0,ie=Z,c=n,Z=$,n=D,$=Y,D=be,Y=Nt+Je+V(be=_t+ke|0,_t)|0}this._al=this._al+be|0,this._bl=this._bl+D|0,this._cl=this._cl+n|0,this._dl=this._dl+c|0,this._el=this._el+f|0,this._fl=this._fl+h|0,this._gl=this._gl+M|0,this._hl=this._hl+L|0,this._ah=this._ah+Y+V(this._al,be)|0,this._bh=this._bh+$+V(this._bl,D)|0,this._ch=this._ch+Z+V(this._cl,n)|0,this._dh=this._dh+ie+V(this._dl,c)|0,this._eh=this._eh+ve+V(this._el,f)|0,this._fh=this._fh+ae+V(this._fl,h)|0,this._gh=this._gh+ye+V(this._gl,M)|0,this._hh=this._hh+ue+V(this._hl,L)|0},x.prototype._hash=function(){var U=C.allocUnsafe(64);function G(Y,$,Z){U.writeInt32BE(Y,Z),U.writeInt32BE($,Z+4)}return G(this._ah,this._al,0),G(this._bh,this._bl,8),G(this._ch,this._cl,16),G(this._dh,this._dl,24),G(this._eh,this._el,32),G(this._fh,this._fl,40),G(this._gh,this._gl,48),G(this._hh,this._hl,56),U},Ve.exports=x},2852:function(Ve,ee,p){!function(t){"use strict";var e={};Ve.exports?(e.bytesToHex=p(4740).bytesToHex,e.convertString=p(820),Ve.exports=R):(e.bytesToHex=t.convertHex.bytesToHex,e.convertString=t.convertString,t.sha256=R);var C=[];!function(){function d(k){for(var F=Math.sqrt(k),V=2;V<=F;V++)if(!(k%V))return!1;return!0}for(var y=2,T=0;T<64;)d(y)&&(C[T]=4294967296*((k=Math.pow(y,1/3))-(0|k))|0,T++),y++;var k}();var S=function(d){for(var w=[],y=0,T=0;y>>5]|=d[y]<<24-T%32;return w},l=function(d){for(var w=[],y=0;y<32*d.length;y+=8)w.push(d[y>>>5]>>>24-y%32&255);return w},x=[],m=function(d,w,y){for(var T=d[0],k=d[1],F=d[2],V=d[3],U=d[4],G=d[5],Y=d[6],$=d[7],Z=0;Z<64;Z++){if(Z<16)x[Z]=0|w[y+Z];else{var ie=x[Z-15],ae=x[Z-2];x[Z]=((ie<<25|ie>>>7)^(ie<<14|ie>>>18)^ie>>>3)+x[Z-7]+((ae<<15|ae>>>17)^(ae<<13|ae>>>19)^ae>>>10)+x[Z-16]}var be=T&k^T&F^k&F,c=$+((U<<26|U>>>6)^(U<<21|U>>>11)^(U<<7|U>>>25))+(U&G^~U&Y)+C[Z]+x[Z];$=Y,Y=G,G=U,U=V+c|0,V=F,F=k,k=T,T=c+(((T<<30|T>>>2)^(T<<19|T>>>13)^(T<<10|T>>>22))+be)|0}d[0]=d[0]+T|0,d[1]=d[1]+k|0,d[2]=d[2]+F|0,d[3]=d[3]+V|0,d[4]=d[4]+U|0,d[5]=d[5]+G|0,d[6]=d[6]+Y|0,d[7]=d[7]+$|0};function R(d,w){d.constructor===String&&(d=e.convertString.UTF8.stringToBytes(d));var y=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],T=S(d),k=8*d.length;T[k>>5]|=128<<24-k%32,T[15+(k+64>>9<<4)]=k;for(var F=0;F{Ve.exports=C;var t=p(4356).EventEmitter;function C(){t.call(this)}p(1993)(C,t),C.Readable=p(1092),C.Writable=p(5492),C.Duplex=p(1030),C.Transform=p(3410),C.PassThrough=p(3824),C.finished=p(7854),C.pipeline=p(6846),C.Stream=C,C.prototype.pipe=function(S,l){var x=this;function m(F){S.writable&&!1===S.write(F)&&x.pause&&x.pause()}function R(){x.readable&&x.resume&&x.resume()}x.on("data",m),S.on("drain",R),!S._isStdio&&(!l||!1!==l.end)&&(x.on("end",w),x.on("close",y));var d=!1;function w(){d||(d=!0,S.end())}function y(){d||(d=!0,"function"==typeof S.destroy&&S.destroy())}function T(F){if(k(),0===t.listenerCount(this,"error"))throw F}function k(){x.removeListener("data",m),S.removeListener("drain",R),x.removeListener("end",w),x.removeListener("close",y),x.removeListener("error",T),S.removeListener("error",T),x.removeListener("end",k),x.removeListener("close",k),S.removeListener("close",k)}return x.on("error",T),S.on("error",T),x.on("end",k),x.on("close",k),S.on("close",k),S.emit("pipe",x),S}},464:Ve=>{"use strict";var p={};function t(x,m,R){R||(R=Error);var w=function(y){function T(k,F,V){return y.call(this,function d(y,T,k){return"string"==typeof m?m:m(y,T,k)}(k,F,V))||this}return function ee(x,m){x.prototype=Object.create(m.prototype),x.prototype.constructor=x,x.__proto__=m}(T,y),T}(R);w.prototype.name=R.name,w.prototype.code=x,p[x]=w}function e(x,m){if(Array.isArray(x)){var R=x.length;return x=x.map(function(d){return String(d)}),R>2?"one of ".concat(m," ").concat(x.slice(0,R-1).join(", "),", or ")+x[R-1]:2===R?"one of ".concat(m," ").concat(x[0]," or ").concat(x[1]):"of ".concat(m," ").concat(x[0])}return"of ".concat(m," ").concat(String(x))}t("ERR_INVALID_OPT_VALUE",function(x,m){return'The value "'+m+'" is invalid for option "'+x+'"'},TypeError),t("ERR_INVALID_ARG_TYPE",function(x,m,R){var d,w;if("string"==typeof m&&function C(x,m,R){return x.substr(!R||R<0?0:+R,m.length)===m}(m,"not ")?(d="must not be",m=m.replace(/^not /,"")):d="must be",function S(x,m,R){return(void 0===R||R>x.length)&&(R=x.length),x.substring(R-m.length,R)===m}(x," argument"))w="The ".concat(x," ").concat(d," ").concat(e(m,"type"));else{var y=function l(x,m,R){return"number"!=typeof R&&(R=0),!(R+m.length>x.length)&&-1!==x.indexOf(m,R)}(x,".")?"property":"argument";w='The "'.concat(x,'" ').concat(y," ").concat(d," ").concat(e(m,"type"))}return w+". Received type ".concat(typeof R)},TypeError),t("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),t("ERR_METHOD_NOT_IMPLEMENTED",function(x){return"The "+x+" method is not implemented"}),t("ERR_STREAM_PREMATURE_CLOSE","Premature close"),t("ERR_STREAM_DESTROYED",function(x){return"Cannot call "+x+" after a stream was destroyed"}),t("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),t("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),t("ERR_STREAM_WRITE_AFTER_END","write after end"),t("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),t("ERR_UNKNOWN_ENCODING",function(x){return"Unknown encoding: "+x},TypeError),t("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),Ve.exports.F=p},1030:(Ve,ee,p)=>{"use strict";var t=Object.keys||function(w){var y=[];for(var T in w)y.push(T);return y};Ve.exports=m;var e=p(1092),C=p(5492);p(1993)(m,e);for(var S=t(C.prototype),l=0;l{"use strict";Ve.exports=e;var t=p(3410);function e(C){if(!(this instanceof e))return new e(C);t.call(this,C)}p(1993)(e,t),e.prototype._transform=function(C,S,l){l(null,C)}},1092:(Ve,ee,p)=>{"use strict";var t;Ve.exports=D,D.ReadableState=be,p(4356);var w,C=function(pe,We){return pe.listeners(We).length},S=p(2601),l=p(3838).Buffer,x=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},d=p(7199);w=d&&d.debuglog?d.debuglog("stream"):function(){};var Z,ie,ve,y=p(7606),T=p(8152),F=p(2827).getHighWaterMark,V=p(464).F,U=V.ERR_INVALID_ARG_TYPE,G=V.ERR_STREAM_PUSH_AFTER_EOF,Y=V.ERR_METHOD_NOT_IMPLEMENTED,$=V.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;p(1993)(D,S);var ae=T.errorOrDestroy,ye=["error","close","destroy","pause","resume"];function be(de,pe,We){t=t||p(1030),"boolean"!=typeof We&&(We=pe instanceof t),this.objectMode=!!(de=de||{}).objectMode,We&&(this.objectMode=this.objectMode||!!de.readableObjectMode),this.highWaterMark=F(this,de,"readableHighWaterMark",We),this.buffer=new y,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==de.emitClose,this.autoDestroy=!!de.autoDestroy,this.destroyed=!1,this.defaultEncoding=de.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,de.encoding&&(Z||(Z=p(8454).I),this.decoder=new Z(de.encoding),this.encoding=de.encoding)}function D(de){if(t=t||p(1030),!(this instanceof D))return new D(de);this._readableState=new be(de,this,this instanceof t),this.readable=!0,de&&("function"==typeof de.read&&(this._read=de.read),"function"==typeof de.destroy&&(this._destroy=de.destroy)),S.call(this)}function n(de,pe,We,se,fe){w("readableAddChunk",pe);var et,he=de._readableState;if(null===pe)he.reading=!1,function O(de,pe){if(w("onEofChunk"),!pe.ended){if(pe.decoder){var We=pe.decoder.end();We&&We.length&&(pe.buffer.push(We),pe.length+=pe.objectMode?1:We.length)}pe.ended=!0,pe.sync?_(de):(pe.needReadable=!1,pe.emittedReadable||(pe.emittedReadable=!0,r(de)))}}(de,he);else if(fe||(et=function f(de,pe){var We;return!function R(de){return l.isBuffer(de)||de instanceof x}(pe)&&"string"!=typeof pe&&void 0!==pe&&!de.objectMode&&(We=new U("chunk",["string","Buffer","Uint8Array"],pe)),We}(he,pe)),et)ae(de,et);else if(he.objectMode||pe&&pe.length>0)if("string"!=typeof pe&&!he.objectMode&&Object.getPrototypeOf(pe)!==l.prototype&&(pe=function m(de){return l.from(de)}(pe)),se)he.endEmitted?ae(de,new $):c(de,he,pe,!0);else if(he.ended)ae(de,new G);else{if(he.destroyed)return!1;he.reading=!1,he.decoder&&!We?(pe=he.decoder.write(pe),he.objectMode||0!==pe.length?c(de,he,pe,!1):v(de,he)):c(de,he,pe,!1)}else se||(he.reading=!1,v(de,he));return!he.ended&&(he.lengthpe.highWaterMark&&(pe.highWaterMark=function M(de){return de>=h?de=h:(de--,de|=de>>>1,de|=de>>>2,de|=de>>>4,de|=de>>>8,de|=de>>>16,de++),de}(de)),de<=pe.length?de:pe.ended?pe.length:(pe.needReadable=!0,0))}function _(de){var pe=de._readableState;w("emitReadable",pe.needReadable,pe.emittedReadable),pe.needReadable=!1,pe.emittedReadable||(w("emitReadable",pe.flowing),pe.emittedReadable=!0,process.nextTick(r,de))}function r(de){var pe=de._readableState;w("emitReadable_",pe.destroyed,pe.length,pe.ended),!pe.destroyed&&(pe.length||pe.ended)&&(de.emit("readable"),pe.emittedReadable=!1),pe.needReadable=!pe.flowing&&!pe.ended&&pe.length<=pe.highWaterMark,rt(de)}function v(de,pe){pe.readingMore||(pe.readingMore=!0,process.nextTick(z,de,pe))}function z(de,pe){for(;!pe.reading&&!pe.ended&&(pe.length0,pe.resumeScheduled&&!pe.paused?pe.flowing=!0:de.listenerCount("data")>0&&de.resume()}function Ie(de){w("readable nexttick read 0"),de.read(0)}function Ye(de,pe){w("resume",pe.reading),pe.reading||de.read(0),pe.resumeScheduled=!1,de.emit("resume"),rt(de),pe.flowing&&!pe.reading&&de.read(0)}function rt(de){var pe=de._readableState;for(w("flow",pe.flowing);pe.flowing&&null!==de.read(););}function re(de,pe){return 0===pe.length?null:(pe.objectMode?We=pe.buffer.shift():!de||de>=pe.length?(We=pe.decoder?pe.buffer.join(""):1===pe.buffer.length?pe.buffer.first():pe.buffer.concat(pe.length),pe.buffer.clear()):We=pe.buffer.consume(de,pe.decoder),We);var We}function te(de){var pe=de._readableState;w("endReadable",pe.endEmitted),pe.endEmitted||(pe.ended=!0,process.nextTick(oe,pe,de))}function oe(de,pe){if(w("endReadableNT",de.endEmitted,de.length),!de.endEmitted&&0===de.length&&(de.endEmitted=!0,pe.readable=!1,pe.emit("end"),de.autoDestroy)){var We=pe._writableState;(!We||We.autoDestroy&&We.finished)&&pe.destroy()}}function _e(de,pe){for(var We=0,se=de.length;We=pe.highWaterMark:pe.length>0)||pe.ended))return w("read: emitReadable",pe.length,pe.ended),0===pe.length&&pe.ended?te(this):_(this),null;if(0===(de=L(de,pe))&&pe.ended)return 0===pe.length&&te(this),null;var fe,se=pe.needReadable;return w("need readable",se),(0===pe.length||pe.length-de0?re(de,pe):null)?(pe.needReadable=pe.length<=pe.highWaterMark,de=0):(pe.length-=de,pe.awaitDrain=0),0===pe.length&&(pe.ended||(pe.needReadable=!0),We!==de&&pe.ended&&te(this)),null!==fe&&this.emit("data",fe),fe},D.prototype._read=function(de){ae(this,new Y("_read()"))},D.prototype.pipe=function(de,pe){var We=this,se=this._readableState;switch(se.pipesCount){case 0:se.pipes=de;break;case 1:se.pipes=[se.pipes,de];break;default:se.pipes.push(de)}se.pipesCount+=1,w("pipe count=%d opts=%j",se.pipesCount,pe);var he=pe&&!1===pe.end||de===process.stdout||de===process.stderr?Ue:Ke;function Ke(){w("onend"),de.end()}se.endEmitted?process.nextTick(he):We.once("end",he),de.on("unpipe",function et(ht,tt){w("onunpipe"),ht===We&&tt&&!1===tt.hasUnpiped&&(tt.hasUnpiped=!0,function Nt(){w("cleanup"),de.removeListener("close",Qe),de.removeListener("finish",nt),de.removeListener("drain",Ct),de.removeListener("error",Je),de.removeListener("unpipe",et),We.removeListener("end",Ke),We.removeListener("end",Ue),We.removeListener("data",ke),_t=!0,se.awaitDrain&&(!de._writableState||de._writableState.needDrain)&&Ct()}())});var Ct=function N(de){return function(){var We=de._readableState;w("pipeOnDrain",We.awaitDrain),We.awaitDrain&&We.awaitDrain--,0===We.awaitDrain&&C(de,"data")&&(We.flowing=!0,rt(de))}}(We);de.on("drain",Ct);var _t=!1;function ke(ht){w("ondata");var tt=de.write(ht);w("dest.write",tt),!1===tt&&((1===se.pipesCount&&se.pipes===de||se.pipesCount>1&&-1!==_e(se.pipes,de))&&!_t&&(w("false write response, pause",se.awaitDrain),se.awaitDrain++),We.pause())}function Je(ht){w("onerror",ht),Ue(),de.removeListener("error",Je),0===C(de,"error")&&ae(de,ht)}function Qe(){de.removeListener("finish",nt),Ue()}function nt(){w("onfinish"),de.removeListener("close",Qe),Ue()}function Ue(){w("unpipe"),We.unpipe(de)}return We.on("data",ke),function ue(de,pe,We){if("function"==typeof de.prependListener)return de.prependListener(pe,We);de._events&&de._events[pe]?Array.isArray(de._events[pe])?de._events[pe].unshift(We):de._events[pe]=[We,de._events[pe]]:de.on(pe,We)}(de,"error",Je),de.once("close",Qe),de.once("finish",nt),de.emit("pipe",We),se.flowing||(w("pipe resume"),We.resume()),de},D.prototype.unpipe=function(de){var pe=this._readableState,We={hasUnpiped:!1};if(0===pe.pipesCount)return this;if(1===pe.pipesCount)return de&&de!==pe.pipes||(de||(de=pe.pipes),pe.pipes=null,pe.pipesCount=0,pe.flowing=!1,de&&de.emit("unpipe",this,We)),this;if(!de){var se=pe.pipes,fe=pe.pipesCount;pe.pipes=null,pe.pipesCount=0,pe.flowing=!1;for(var he=0;he0,!1!==se.flowing&&this.resume()):"readable"===de&&!se.endEmitted&&!se.readableListening&&(se.readableListening=se.needReadable=!0,se.flowing=!1,se.emittedReadable=!1,w("on readable",se.length,se.reading),se.length?_(this):se.reading||process.nextTick(Ie,this)),We},D.prototype.removeListener=function(de,pe){var We=S.prototype.removeListener.call(this,de,pe);return"readable"===de&&process.nextTick(ne,this),We},D.prototype.removeAllListeners=function(de){var pe=S.prototype.removeAllListeners.apply(this,arguments);return("readable"===de||void 0===de)&&process.nextTick(ne,this),pe},D.prototype.resume=function(){var de=this._readableState;return de.flowing||(w("resume"),de.flowing=!de.readableListening,function at(de,pe){pe.resumeScheduled||(pe.resumeScheduled=!0,process.nextTick(Ye,de,pe))}(this,de)),de.paused=!1,this},D.prototype.pause=function(){return w("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(w("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},D.prototype.wrap=function(de){var pe=this,We=this._readableState,se=!1;for(var fe in de.on("end",function(){if(w("wrapped end"),We.decoder&&!We.ended){var et=We.decoder.end();et&&et.length&&pe.push(et)}pe.push(null)}),de.on("data",function(et){w("wrapped data"),We.decoder&&(et=We.decoder.write(et)),We.objectMode&&null==et||!(We.objectMode||et&&et.length)||pe.push(et)||(se=!0,de.pause())}),de)void 0===this[fe]&&"function"==typeof de[fe]&&(this[fe]=function(Ke){return function(){return de[Ke].apply(de,arguments)}}(fe));for(var he=0;he{"use strict";Ve.exports=R;var t=p(464).F,e=t.ERR_METHOD_NOT_IMPLEMENTED,C=t.ERR_MULTIPLE_CALLBACK,S=t.ERR_TRANSFORM_ALREADY_TRANSFORMING,l=t.ERR_TRANSFORM_WITH_LENGTH_0,x=p(1030);function m(y,T){var k=this._transformState;k.transforming=!1;var F=k.writecb;if(null===F)return this.emit("error",new C);k.writechunk=null,k.writecb=null,null!=T&&this.push(T),F(y);var V=this._readableState;V.reading=!1,(V.needReadable||V.length{"use strict";function e(rt){var re=this;this.next=null,this.entry=null,this.finish=function(){!function Ye(rt,re,te){var oe=rt.entry;for(rt.entry=null;oe;){var _e=oe.callback;re.pendingcb--,_e(te),oe=oe.next}re.corkedRequestsFree.next=rt}(re,rt)}}var C;Ve.exports=be,be.WritableState=ye;var ue,S={deprecate:p(3398)},l=p(2601),x=p(3838).Buffer,m=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},w=p(8152),T=p(2827).getHighWaterMark,k=p(464).F,F=k.ERR_INVALID_ARG_TYPE,V=k.ERR_METHOD_NOT_IMPLEMENTED,U=k.ERR_MULTIPLE_CALLBACK,G=k.ERR_STREAM_CANNOT_PIPE,Y=k.ERR_STREAM_DESTROYED,$=k.ERR_STREAM_NULL_VALUES,Z=k.ERR_STREAM_WRITE_AFTER_END,ie=k.ERR_UNKNOWN_ENCODING,ve=w.errorOrDestroy;function ae(){}function ye(rt,re,te){C=C||p(1030),"boolean"!=typeof te&&(te=re instanceof C),this.objectMode=!!(rt=rt||{}).objectMode,te&&(this.objectMode=this.objectMode||!!rt.writableObjectMode),this.highWaterMark=T(this,rt,"writableHighWaterMark",te),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===rt.decodeStrings),this.defaultEncoding=rt.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(_e){!function O(rt,re){var te=rt._writableState,oe=te.sync,_e=te.writecb;if("function"!=typeof _e)throw new U;if(function L(rt){rt.writing=!1,rt.writecb=null,rt.length-=rt.writelen,rt.writelen=0}(te),re)!function M(rt,re,te,oe,_e){--re.pendingcb,te?(process.nextTick(_e,oe),process.nextTick(Ie,rt,re),rt._writableState.errorEmitted=!0,ve(rt,oe)):(_e(oe),rt._writableState.errorEmitted=!0,ve(rt,oe),Ie(rt,re))}(rt,te,oe,re,_e);else{var de=z(te)||rt.destroyed;!de&&!te.corked&&!te.bufferProcessing&&te.bufferedRequest&&v(rt,te),oe?process.nextTick(_,rt,te,de,_e):_(rt,te,de,_e)}}(re,_e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==rt.emitClose,this.autoDestroy=!!rt.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}function be(rt){var re=this instanceof(C=C||p(1030));if(!re&&!ue.call(be,this))return new be(rt);this._writableState=new ye(rt,this,re),this.writable=!0,rt&&("function"==typeof rt.write&&(this._write=rt.write),"function"==typeof rt.writev&&(this._writev=rt.writev),"function"==typeof rt.destroy&&(this._destroy=rt.destroy),"function"==typeof rt.final&&(this._final=rt.final)),l.call(this)}function h(rt,re,te,oe,_e,de,pe){re.writelen=oe,re.writecb=pe,re.writing=!0,re.sync=!0,re.destroyed?re.onwrite(new Y("write")):te?rt._writev(_e,re.onwrite):rt._write(_e,de,re.onwrite),re.sync=!1}function _(rt,re,te,oe){te||function r(rt,re){0===re.length&&re.needDrain&&(re.needDrain=!1,rt.emit("drain"))}(rt,re),re.pendingcb--,oe(),Ie(rt,re)}function v(rt,re){re.bufferProcessing=!0;var te=re.bufferedRequest;if(rt._writev&&te&&te.next){var _e=new Array(re.bufferedRequestCount),de=re.corkedRequestsFree;de.entry=te;for(var pe=0,We=!0;te;)_e[pe]=te,te.isBuf||(We=!1),te=te.next,pe+=1;_e.allBuffers=We,h(rt,re,!0,re.length,_e,"",de.finish),re.pendingcb++,re.lastBufferedRequest=null,de.next?(re.corkedRequestsFree=de.next,de.next=null):re.corkedRequestsFree=new e(re),re.bufferedRequestCount=0}else{for(;te;){var se=te.chunk;if(h(rt,re,!1,re.objectMode?1:se.length,se,te.encoding,te.callback),te=te.next,re.bufferedRequestCount--,re.writing)break}null===te&&(re.lastBufferedRequest=null)}re.bufferedRequest=te,re.bufferProcessing=!1}function z(rt){return rt.ending&&0===rt.length&&null===rt.bufferedRequest&&!rt.finished&&!rt.writing}function N(rt,re){rt._final(function(te){re.pendingcb--,te&&ve(rt,te),re.prefinished=!0,rt.emit("prefinish"),Ie(rt,re)})}function Ie(rt,re){var te=z(re);if(te&&(function ne(rt,re){!re.prefinished&&!re.finalCalled&&("function"!=typeof rt._final||re.destroyed?(re.prefinished=!0,rt.emit("prefinish")):(re.pendingcb++,re.finalCalled=!0,process.nextTick(N,rt,re)))}(rt,re),0===re.pendingcb&&(re.finished=!0,rt.emit("finish"),re.autoDestroy))){var oe=rt._readableState;(!oe||oe.autoDestroy&&oe.endEmitted)&&rt.destroy()}return te}p(1993)(be,l),ye.prototype.getBuffer=function(){for(var re=this.bufferedRequest,te=[];re;)te.push(re),re=re.next;return te},function(){try{Object.defineProperty(ye.prototype,"buffer",{get:S.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(ue=Function.prototype[Symbol.hasInstance],Object.defineProperty(be,Symbol.hasInstance,{value:function(re){return!!ue.call(this,re)||this===be&&re&&re._writableState instanceof ye}})):ue=function(re){return re instanceof this},be.prototype.pipe=function(){ve(this,new G)},be.prototype.write=function(rt,re,te){var oe=this._writableState,_e=!1,de=!oe.objectMode&&function d(rt){return x.isBuffer(rt)||rt instanceof m}(rt);return de&&!x.isBuffer(rt)&&(rt=function R(rt){return x.from(rt)}(rt)),"function"==typeof re&&(te=re,re=null),de?re="buffer":re||(re=oe.defaultEncoding),"function"!=typeof te&&(te=ae),oe.ending?function D(rt,re){var te=new Z;ve(rt,te),process.nextTick(re,te)}(this,te):(de||function n(rt,re,te,oe){var _e;return null===te?_e=new $:"string"!=typeof te&&!re.objectMode&&(_e=new F("chunk",["string","Buffer"],te)),!_e||(ve(rt,_e),process.nextTick(oe,_e),!1)}(this,oe,rt,te))&&(oe.pendingcb++,_e=function f(rt,re,te,oe,_e,de){if(!te){var pe=function c(rt,re,te){return!rt.objectMode&&!1!==rt.decodeStrings&&"string"==typeof re&&(re=x.from(re,te)),re}(re,oe,_e);oe!==pe&&(te=!0,_e="buffer",oe=pe)}var We=re.objectMode?1:oe.length;re.length+=We;var se=re.length-1))throw new ie(re);return this._writableState.defaultEncoding=re,this},Object.defineProperty(be.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(be.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),be.prototype._write=function(rt,re,te){te(new V("_write()"))},be.prototype._writev=null,be.prototype.end=function(rt,re,te){var oe=this._writableState;return"function"==typeof rt?(te=rt,rt=null,re=null):"function"==typeof re&&(te=re,re=null),null!=rt&&this.write(rt,re),oe.corked&&(oe.corked=1,this.uncork()),oe.ending||function at(rt,re,te){re.ending=!0,Ie(rt,re),te&&(re.finished?process.nextTick(te):rt.once("finish",te)),re.ended=!0,rt.writable=!1}(this,oe,te),this},Object.defineProperty(be.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(be.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(re){this._writableState&&(this._writableState.destroyed=re)}}),be.prototype.destroy=w.destroy,be.prototype._undestroy=w.undestroy,be.prototype._destroy=function(rt,re){re(rt)}},2683:(Ve,ee,p)=>{"use strict";var t;function e(Z,ie,ve){return ie=function C(Z){var ie=function S(Z,ie){if("object"!=typeof Z||null===Z)return Z;var ve=Z[Symbol.toPrimitive];if(void 0!==ve){var ae=ve.call(Z,ie||"default");if("object"!=typeof ae)return ae;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===ie?String:Number)(Z)}(Z,"string");return"symbol"==typeof ie?ie:String(ie)}(ie),ie in Z?Object.defineProperty(Z,ie,{value:ve,enumerable:!0,configurable:!0,writable:!0}):Z[ie]=ve,Z}var l=p(7854),x=Symbol("lastResolve"),m=Symbol("lastReject"),R=Symbol("error"),d=Symbol("ended"),w=Symbol("lastPromise"),y=Symbol("handlePromise"),T=Symbol("stream");function k(Z,ie){return{value:Z,done:ie}}function F(Z){var ie=Z[x];if(null!==ie){var ve=Z[T].read();null!==ve&&(Z[w]=null,Z[x]=null,Z[m]=null,ie(k(ve,!1)))}}function V(Z){process.nextTick(F,Z)}var G=Object.getPrototypeOf(function(){}),Y=Object.setPrototypeOf((e(t={get stream(){return this[T]},next:function(){var ie=this,ve=this[R];if(null!==ve)return Promise.reject(ve);if(this[d])return Promise.resolve(k(void 0,!0));if(this[T].destroyed)return new Promise(function(be,D){process.nextTick(function(){ie[R]?D(ie[R]):be(k(void 0,!0))})});var ye,ae=this[w];if(ae)ye=new Promise(function U(Z,ie){return function(ve,ae){Z.then(function(){ie[d]?ve(k(void 0,!0)):ie[y](ve,ae)},ae)}}(ae,this));else{var ue=this[T].read();if(null!==ue)return Promise.resolve(k(ue,!1));ye=new Promise(this[y])}return this[w]=ye,ye}},Symbol.asyncIterator,function(){return this}),e(t,"return",function(){var ie=this;return new Promise(function(ve,ae){ie[T].destroy(null,function(ye){ye?ae(ye):ve(k(void 0,!0))})})}),t),G);Ve.exports=function(ie){var ve,ae=Object.create(Y,(e(ve={},T,{value:ie,writable:!0}),e(ve,x,{value:null,writable:!0}),e(ve,m,{value:null,writable:!0}),e(ve,R,{value:null,writable:!0}),e(ve,d,{value:ie._readableState.endEmitted,writable:!0}),e(ve,y,{value:function(ue,be){var D=ae[T].read();D?(ae[w]=null,ae[x]=null,ae[m]=null,ue(k(D,!1))):(ae[x]=ue,ae[m]=be)},writable:!0}),ve));return ae[w]=null,l(ie,function(ye){if(ye&&"ERR_STREAM_PREMATURE_CLOSE"!==ye.code){var ue=ae[m];return null!==ue&&(ae[w]=null,ae[x]=null,ae[m]=null,ue(ye)),void(ae[R]=ye)}var be=ae[x];null!==be&&(ae[w]=null,ae[x]=null,ae[m]=null,be(k(void 0,!0))),ae[d]=!0}),ie.on("readable",V.bind(null,ae)),ae}},7606:(Ve,ee,p)=>{"use strict";function t(V,U){var G=Object.keys(V);if(Object.getOwnPropertySymbols){var Y=Object.getOwnPropertySymbols(V);U&&(Y=Y.filter(function($){return Object.getOwnPropertyDescriptor(V,$).enumerable})),G.push.apply(G,Y)}return G}function e(V){for(var U=1;U0?this.tail.next=Y:this.head=Y,this.tail=Y,++this.length}},{key:"unshift",value:function(G){var Y={data:G,next:this.head};0===this.length&&(this.tail=Y),this.head=Y,++this.length}},{key:"shift",value:function(){if(0!==this.length){var G=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,G}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(G){if(0===this.length)return"";for(var Y=this.head,$=""+Y.data;Y=Y.next;)$+=G+Y.data;return $}},{key:"concat",value:function(G){if(0===this.length)return w.alloc(0);for(var Y=w.allocUnsafe(G>>>0),$=this.head,Z=0;$;)F($.data,Y,Z),Z+=$.data.length,$=$.next;return Y}},{key:"consume",value:function(G,Y){var $;return Gie.length?ie.length:G;if(Z+=ve===ie.length?ie:ie.slice(0,G),0==(G-=ve)){ve===ie.length?(++$,this.head=Y.next?Y.next:this.tail=null):(this.head=Y,Y.data=ie.slice(ve));break}++$}return this.length-=$,Z}},{key:"_getBuffer",value:function(G){var Y=w.allocUnsafe(G),$=this.head,Z=1;for($.data.copy(Y),G-=$.data.length;$=$.next;){var ie=$.data,ve=G>ie.length?ie.length:G;if(ie.copy(Y,Y.length-G,0,ve),0==(G-=ve)){ve===ie.length?(++Z,this.head=$.next?$.next:this.tail=null):(this.head=$,$.data=ie.slice(ve));break}++Z}return this.length-=Z,Y}},{key:k,value:function(G,Y){return T(this,e(e({},Y),{},{depth:0,customInspect:!1}))}}]),V}()},8152:Ve=>{"use strict";function p(l,x){C(l,x),t(l)}function t(l){l._writableState&&!l._writableState.emitClose||l._readableState&&!l._readableState.emitClose||l.emit("close")}function C(l,x){l.emit("error",x)}Ve.exports={destroy:function ee(l,x){var m=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(x?x(l):l&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(C,this,l)):process.nextTick(C,this,l)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(l||null,function(w){!x&&w?m._writableState?m._writableState.errorEmitted?process.nextTick(t,m):(m._writableState.errorEmitted=!0,process.nextTick(p,m,w)):process.nextTick(p,m,w):x?(process.nextTick(t,m),x(w)):process.nextTick(t,m)}),this)},undestroy:function e(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function S(l,x){var m=l._readableState,R=l._writableState;m&&m.autoDestroy||R&&R.autoDestroy?l.destroy(x):l.emit("error",x)}}},7854:(Ve,ee,p)=>{"use strict";var t=p(464).F.ERR_STREAM_PREMATURE_CLOSE;function C(){}Ve.exports=function l(x,m,R){if("function"==typeof m)return l(x,null,m);m||(m={}),R=function e(x){var m=!1;return function(){if(!m){m=!0;for(var R=arguments.length,d=new Array(R),w=0;w{Ve.exports=function(){throw new Error("Readable.from is not available in the browser")}},6846:(Ve,ee,p)=>{"use strict";var t,C=p(464).F,S=C.ERR_MISSING_ARGS,l=C.ERR_STREAM_DESTROYED;function x(k){if(k)throw k}function d(k){k()}function w(k,F){return k.pipe(F)}Ve.exports=function T(){for(var k=arguments.length,F=new Array(k),V=0;V0,function(ae){G||(G=ae),ae&&Y.forEach(d),!ie&&(Y.forEach(d),U(G))})});return F.reduce(w)}},2827:(Ve,ee,p)=>{"use strict";var t=p(464).F.ERR_INVALID_OPT_VALUE;Ve.exports={getHighWaterMark:function C(S,l,x,m){var R=function e(S,l,x){return null!=S.highWaterMark?S.highWaterMark:l?S[x]:null}(l,m,x);if(null!=R){if(!isFinite(R)||Math.floor(R)!==R||R<0)throw new t(m?x:"highWaterMark",R);return Math.floor(R)}return S.objectMode?16:16384}}},2601:(Ve,ee,p)=>{Ve.exports=p(4356).EventEmitter},8454:(Ve,ee,p)=>{"use strict";var t=p(4272).Buffer,e=t.isEncoding||function(Y){switch((Y=""+Y)&&Y.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function l(Y){var $;switch(this.encoding=function S(Y){var $=function C(Y){if(!Y)return"utf8";for(var $;;)switch(Y){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return Y;default:if($)return;Y=(""+Y).toLowerCase(),$=!0}}(Y);if("string"!=typeof $&&(t.isEncoding===e||!e(Y)))throw new Error("Unknown encoding: "+Y);return $||Y}(Y),this.encoding){case"utf16le":this.text=T,this.end=k,$=4;break;case"utf8":this.fillLast=d,$=4;break;case"base64":this.text=F,this.end=V,$=3;break;default:return this.write=U,void(this.end=G)}this.lastNeed=0,this.lastTotal=0,this.lastChar=t.allocUnsafe($)}function x(Y){return Y<=127?0:Y>>5==6?2:Y>>4==14?3:Y>>3==30?4:Y>>6==2?-1:-2}function d(Y){var $=this.lastTotal-this.lastNeed,Z=function R(Y,$,Z){if(128!=(192&$[0]))return Y.lastNeed=0,"\ufffd";if(Y.lastNeed>1&&$.length>1){if(128!=(192&$[1]))return Y.lastNeed=1,"\ufffd";if(Y.lastNeed>2&&$.length>2&&128!=(192&$[2]))return Y.lastNeed=2,"\ufffd"}}(this,Y);return void 0!==Z?Z:this.lastNeed<=Y.length?(Y.copy(this.lastChar,$,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(Y.copy(this.lastChar,$,0,Y.length),void(this.lastNeed-=Y.length))}function T(Y,$){if((Y.length-$)%2==0){var Z=Y.toString("utf16le",$);if(Z){var ie=Z.charCodeAt(Z.length-1);if(ie>=55296&&ie<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=Y[Y.length-2],this.lastChar[1]=Y[Y.length-1],Z.slice(0,-1)}return Z}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=Y[Y.length-1],Y.toString("utf16le",$,Y.length-1)}function k(Y){var $=Y&&Y.length?this.write(Y):"";return this.lastNeed?$+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):$}function F(Y,$){var Z=(Y.length-$)%3;return 0===Z?Y.toString("base64",$):(this.lastNeed=3-Z,this.lastTotal=3,1===Z?this.lastChar[0]=Y[Y.length-1]:(this.lastChar[0]=Y[Y.length-2],this.lastChar[1]=Y[Y.length-1]),Y.toString("base64",$,Y.length-Z))}function V(Y){var $=Y&&Y.length?this.write(Y):"";return this.lastNeed?$+this.lastChar.toString("base64",0,3-this.lastNeed):$}function U(Y){return Y.toString(this.encoding)}function G(Y){return Y&&Y.length?this.write(Y):""}ee.I=l,l.prototype.write=function(Y){if(0===Y.length)return"";var $,Z;if(this.lastNeed){if(void 0===($=this.fillLast(Y)))return"";Z=this.lastNeed,this.lastNeed=0}else Z=0;return Z=0?(ve>0&&(Y.lastNeed=ve-1),ve):--ie=0?(ve>0&&(Y.lastNeed=ve-2),ve):--ie=0?(ve>0&&(2===ve?ve=0:Y.lastNeed=ve-3),ve):0}(this,Y,$);if(!this.lastNeed)return Y.toString("utf8",$);this.lastTotal=Z;var ie=Y.length-(Z-this.lastNeed);return Y.copy(this.lastChar,0,ie),Y.toString("utf8",$,ie)},l.prototype.fillLast=function(Y){if(this.lastNeed<=Y.length)return Y.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Y.copy(this.lastChar,this.lastTotal-this.lastNeed,0,Y.length),this.lastNeed-=Y.length}},4272:(Ve,ee,p)=>{var t=p(3838),e=t.Buffer;function C(l,x){for(var m in l)x[m]=l[m]}function S(l,x,m){return e(l,x,m)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(C(t,ee),ee.Buffer=S),C(e,S),S.from=function(l,x,m){if("number"==typeof l)throw new TypeError("Argument must not be a number");return e(l,x,m)},S.alloc=function(l,x,m){if("number"!=typeof l)throw new TypeError("Argument must be a number");var R=e(l);return void 0!==x?"string"==typeof m?R.fill(x,m):R.fill(x):R.fill(0),R},S.allocUnsafe=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return e(l)},S.allocUnsafeSlow=function(l){if("number"!=typeof l)throw new TypeError("Argument must be a number");return t.SlowBuffer(l)}},7851:(Ve,ee,p)=>{var t=p(1876);ee.encode=t.encode,ee.decode=t.decode},1876:(Ve,ee)=>{"use strict";var t=[255,255,26,27,28,29,30,31,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255];ee.encode=function(C){Buffer.isBuffer(C)||(C=new Buffer(C));for(var S=0,l=0,x=0,m=0,R=new Buffer(8*function e(C){var S=Math.floor(C.length/5);return C.length%5==0?S:S+1}(C));S3?(m=(m=d&255>>x)<<(x=(x+5)%8)|(S+1>8-x,S++):(m=d>>8-(x+5)&31,0==(x=(x+5)%8)&&S++),R[l]="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".charCodeAt(m),l++}for(S=l;S>>(S=(S+5)%8),m++,x=255&l<<8-S)}return R.slice(0,m)}},1090:(Ve,ee,p)=>{"use strict";var t=p(7054).Buffer,e=p(6471),C=p(573),S=ArrayBuffer.isView||function(d){try{return C(d),!0}catch{return!1}},l=typeof Uint8Array<"u",x=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",m=x&&(t.prototype instanceof Uint8Array||t.TYPED_ARRAY_SUPPORT);Ve.exports=function(d,w){if(d instanceof t)return d;if("string"==typeof d)return t.from(d,w);if(x&&S(d)){if(0===d.byteLength)return t.alloc(0);if(m){var y=t.from(d.buffer,d.byteOffset,d.byteLength);if(y.byteLength===d.byteLength)return y}var T=d instanceof Uint8Array?d:new Uint8Array(d.buffer,d.byteOffset,d.byteLength),k=t.from(T);if(k.length===d.byteLength)return k}if(l&&d instanceof Uint8Array)return t.from(d);var F=e(d);if(F)for(var V=0;V255||~~U!==U)throw new RangeError("Array items must be numbers in the range 0-255.")}if(F||t.isBuffer(d)&&d.constructor&&"function"==typeof d.constructor.isBuffer&&d.constructor.isBuffer(d))return t.from(d);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')}},6471:Ve=>{var ee={}.toString;Ve.exports=Array.isArray||function(p){return"[object Array]"==ee.call(p)}},573:(Ve,ee,p)=>{"use strict";var t=p(6758),C=p(2773)("TypedArray.prototype.buffer",!0),S=p(4729);Ve.exports=C||function(x){if(!S(x))throw new t("Not a Typed Array");return x.buffer}},3398:Ve=>{function p(t){try{if(!global.localStorage)return!1}catch{return!1}var e=global.localStorage[t];return null!=e&&"true"===String(e).toLowerCase()}Ve.exports=function ee(t,e){if(p("noDeprecation"))return t;var C=!1;return function S(){if(!C){if(p("throwDeprecation"))throw new Error(e);p("traceDeprecation")?console.trace(e):console.warn(e),C=!0}return t.apply(this,arguments)}}},8326:(__unused_webpack_module,exports)=>{var indexOf=function(Ve,ee){if(Ve.indexOf)return Ve.indexOf(ee);for(var p=0;p{"use strict";var t=p(9999),e=p(7594),C=p(8128),S=p(2773),l=p(1417),x=p(1627),m=S("Object.prototype.toString"),R=p(8779)(),d=typeof globalThis>"u"?global:globalThis,w=e(),y=S("String.prototype.slice"),T=S("Array.prototype.indexOf",!0)||function(G,Y){for(var $=0;$-1?Y:"Object"===Y&&function(G){var Y=!1;return t(k,function($,Z){if(!Y)try{$(G),Y=y(Z,1)}catch{}}),Y}(G)}return l?function(G){var Y=!1;return t(k,function($,Z){if(!Y)try{"$"+$(G)===Z&&(Y=y(Z,1))}catch{}}),Y}(G):null}},8982:()=>{},7790:()=>{},7965:()=>{},6089:()=>{},9368:()=>{},4688:()=>{},1069:()=>{},5340:()=>{},9838:()=>{},3779:()=>{},7199:()=>{},7594:(Ve,ee,p)=>{"use strict";var t=p(5019),e=typeof globalThis>"u"?global:globalThis;Ve.exports=function(){for(var S=[],l=0;l{"use strict";p.d(ee,{FX:()=>be,If:()=>t,K2:()=>x,MA:()=>T,Os:()=>l,P:()=>F,hZ:()=>C,i0:()=>S,i7:()=>d,iF:()=>m,kY:()=>w,kp:()=>e,sf:()=>ye,ui:()=>ue,wk:()=>R});var t=function(D){return D[D.State=0]="State",D[D.Transition=1]="Transition",D[D.Sequence=2]="Sequence",D[D.Group=3]="Group",D[D.Animate=4]="Animate",D[D.Keyframes=5]="Keyframes",D[D.Style=6]="Style",D[D.Trigger=7]="Trigger",D[D.Reference=8]="Reference",D[D.AnimateChild=9]="AnimateChild",D[D.AnimateRef=10]="AnimateRef",D[D.Query=11]="Query",D[D.Stagger=12]="Stagger",D}(t||{});const e="*";function C(D,n){return{type:t.Trigger,name:D,definitions:n,options:{}}}function S(D,n=null){return{type:t.Animate,styles:n,timings:D}}function l(D,n=null){return{type:t.Group,steps:D,options:n}}function x(D,n=null){return{type:t.Sequence,steps:D,options:n}}function m(D){return{type:t.Style,styles:D,offset:null}}function R(D,n,c){return{type:t.State,name:D,styles:n,options:c}}function d(D){return{type:t.Keyframes,steps:D}}function w(D,n,c=null){return{type:t.Transition,expr:D,animation:n,options:c}}function T(D=null){return{type:t.AnimateChild,options:D}}function F(D,n,c=null){return{type:t.Query,selector:D,animation:n,options:c}}class ye{constructor(n=0,c=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._originalOnDoneFns=[],this._originalOnStartFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=n+c}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(n=>n()),this._onDoneFns=[])}onStart(n){this._originalOnStartFns.push(n),this._onStartFns.push(n)}onDone(n){this._originalOnDoneFns.push(n),this._onDoneFns.push(n)}onDestroy(n){this._onDestroyFns.push(n)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(n=>n()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(n=>n()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(n){this._position=this.totalTime?n*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(n){const c="start"==n?this._onStartFns:this._onDoneFns;c.forEach(f=>f()),c.length=0}}class ue{constructor(n){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=n;let c=0,f=0,h=0;const M=this.players.length;0==M?queueMicrotask(()=>this._onFinish()):this.players.forEach(L=>{L.onDone(()=>{++c==M&&this._onFinish()}),L.onDestroy(()=>{++f==M&&this._onDestroy()}),L.onStart(()=>{++h==M&&this._onStart()})}),this.totalTime=this.players.reduce((L,O)=>Math.max(L,O.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(n=>n()),this._onDoneFns=[])}init(){this.players.forEach(n=>n.init())}onStart(n){this._onStartFns.push(n)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(n=>n()),this._onStartFns=[])}onDone(n){this._onDoneFns.push(n)}onDestroy(n){this._onDestroyFns.push(n)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(n=>n.play())}pause(){this.players.forEach(n=>n.pause())}restart(){this.players.forEach(n=>n.restart())}finish(){this._onFinish(),this.players.forEach(n=>n.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(n=>n.destroy()),this._onDestroyFns.forEach(n=>n()),this._onDestroyFns=[])}reset(){this.players.forEach(n=>n.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(n){const c=n*this.totalTime;this.players.forEach(f=>{const h=f.totalTime?Math.min(1,c/f.totalTime):1;f.setPosition(h)})}getPosition(){const n=this.players.reduce((c,f)=>null===c||f.totalTime>c.totalTime?f:c,null);return null!=n?n.getPosition():0}beforeDestroy(){this.players.forEach(n=>{n.beforeDestroy&&n.beforeDestroy()})}triggerCallback(n){const c="start"==n?this._onStartFns:this._onDoneFns;c.forEach(f=>f()),c.length=0}}const be="!"},8617:(Ve,ee,p)=>{"use strict";p.d(ee,{Ae:()=>ve,Ai:()=>wt,Au:()=>M,Bu:()=>L,FN:()=>jt,GX:()=>de,Pd:()=>Et,Q_:()=>Zt,Z7:()=>_,_G:()=>Ke,kB:()=>pe,px:()=>ie,vR:()=>qe,vr:()=>n,w6:()=>Ct});var t=p(177),e=p(4438),C=p(6860),S=p(1413),l=p(8359),x=p(4412),m=p(7673),R=p(7336),d=p(8141),w=p(152),y=p(5964),T=p(6354),k=p(6697),F=p(5245),V=p(3294),U=p(6977),G=p(2318),Y=p(4085),$=p(9327);const Z=" ";function ie(je,me,xe){const ce=ae(je,me);ce.some(Me=>Me.trim()==xe.trim())||(ce.push(xe.trim()),je.setAttribute(me,ce.join(Z)))}function ve(je,me,xe){const Me=ae(je,me).filter(Xe=>Xe!=xe.trim());Me.length?je.setAttribute(me,Me.join(Z)):je.removeAttribute(me)}function ae(je,me){return(je.getAttribute(me)||"").match(/\S+/g)||[]}const ue="cdk-describedby-message",be="cdk-describedby-host";let D=0,n=(()=>{class je{constructor(xe,ce){this._platform=ce,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+D++,this._document=xe,this._id=(0,e.WQX)(e.sZ2)+"-"+D++}describe(xe,ce,Me){if(!this._canBeDescribed(xe,ce))return;const Xe=c(ce,Me);"string"!=typeof ce?(f(ce,this._id),this._messageRegistry.set(Xe,{messageElement:ce,referenceCount:0})):this._messageRegistry.has(Xe)||this._createMessageElement(ce,Me),this._isElementDescribedByMessage(xe,Xe)||this._addMessageReference(xe,Xe)}removeDescription(xe,ce,Me){if(!ce||!this._isElementNode(xe))return;const Xe=c(ce,Me);if(this._isElementDescribedByMessage(xe,Xe)&&this._removeMessageReference(xe,Xe),"string"==typeof ce){const Pe=this._messageRegistry.get(Xe);Pe&&0===Pe.referenceCount&&this._deleteMessageElement(Xe)}0===this._messagesContainer?.childNodes.length&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){const xe=this._document.querySelectorAll(`[${be}="${this._id}"]`);for(let ce=0;ce0!=Me.indexOf(ue));xe.setAttribute("aria-describedby",ce.join(" "))}_addMessageReference(xe,ce){const Me=this._messageRegistry.get(ce);ie(xe,"aria-describedby",Me.messageElement.id),xe.setAttribute(be,this._id),Me.referenceCount++}_removeMessageReference(xe,ce){const Me=this._messageRegistry.get(ce);Me.referenceCount--,ve(xe,"aria-describedby",Me.messageElement.id),xe.removeAttribute(be)}_isElementDescribedByMessage(xe,ce){const Me=ae(xe,"aria-describedby"),Xe=this._messageRegistry.get(ce),Pe=Xe&&Xe.messageElement.id;return!!Pe&&-1!=Me.indexOf(Pe)}_canBeDescribed(xe,ce){if(!this._isElementNode(xe))return!1;if(ce&&"object"==typeof ce)return!0;const Me=null==ce?"":`${ce}`.trim(),Xe=xe.getAttribute("aria-label");return!(!Me||Xe&&Xe.trim()===Me)}_isElementNode(xe){return xe.nodeType===this._document.ELEMENT_NODE}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(t.qQ),e.KVO(C.OD))}}static{this.\u0275prov=e.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})();function c(je,me){return"string"==typeof je?`${me||""}/${je}`:je}function f(je,me){je.id||(je.id=`${ue}-${me}-${D++}`)}class h{constructor(me){this._items=me,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new S.B,this._typeaheadSubscription=l.yU.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._pageUpAndDown={enabled:!1,delta:10},this._skipPredicateFn=xe=>xe.disabled,this._pressedLetters=[],this.tabOut=new S.B,this.change=new S.B,me instanceof e.rOR&&(this._itemChangesSubscription=me.changes.subscribe(xe=>{if(this._activeItem){const Me=xe.toArray().indexOf(this._activeItem);Me>-1&&Me!==this._activeItemIndex&&(this._activeItemIndex=Me)}}))}skipPredicate(me){return this._skipPredicateFn=me,this}withWrap(me=!0){return this._wrap=me,this}withVerticalOrientation(me=!0){return this._vertical=me,this}withHorizontalOrientation(me){return this._horizontal=me,this}withAllowedModifierKeys(me){return this._allowedModifierKeys=me,this}withTypeAhead(me=200){return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe((0,d.M)(xe=>this._pressedLetters.push(xe)),(0,w.B)(me),(0,y.p)(()=>this._pressedLetters.length>0),(0,T.T)(()=>this._pressedLetters.join(""))).subscribe(xe=>{const ce=this._getItemsArray();for(let Me=1;Me!me[Xe]||this._allowedModifierKeys.indexOf(Xe)>-1);switch(xe){case R.wn:return void this.tabOut.next();case R.n6:if(this._vertical&&Me){this.setNextItemActive();break}return;case R.i7:if(this._vertical&&Me){this.setPreviousItemActive();break}return;case R.LE:if(this._horizontal&&Me){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case R.UQ:if(this._horizontal&&Me){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case R.yZ:if(this._homeAndEnd&&Me){this.setFirstItemActive();break}return;case R.Kp:if(this._homeAndEnd&&Me){this.setLastItemActive();break}return;case R.w_:if(this._pageUpAndDown.enabled&&Me){const Xe=this._activeItemIndex-this._pageUpAndDown.delta;this._setActiveItemByIndex(Xe>0?Xe:0,1);break}return;case R.dB:if(this._pageUpAndDown.enabled&&Me){const Xe=this._activeItemIndex+this._pageUpAndDown.delta,Pe=this._getItemsArray().length;this._setActiveItemByIndex(Xe=R.A&&xe<=R.Z||xe>=R.f2&&xe<=R.bn)&&this._letterKeyStream.next(String.fromCharCode(xe))))}this._pressedLetters=[],me.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(me){const xe=this._getItemsArray(),ce="number"==typeof me?me:xe.indexOf(me);this._activeItem=xe[ce]??null,this._activeItemIndex=ce}destroy(){this._typeaheadSubscription.unsubscribe(),this._itemChangesSubscription?.unsubscribe(),this._letterKeyStream.complete(),this.tabOut.complete(),this.change.complete(),this._pressedLetters=[]}_setActiveItemByDelta(me){this._wrap?this._setActiveInWrapMode(me):this._setActiveInDefaultMode(me)}_setActiveInWrapMode(me){const xe=this._getItemsArray();for(let ce=1;ce<=xe.length;ce++){const Me=(this._activeItemIndex+me*ce+xe.length)%xe.length;if(!this._skipPredicateFn(xe[Me]))return void this.setActiveItem(Me)}}_setActiveInDefaultMode(me){this._setActiveItemByIndex(this._activeItemIndex+me,me)}_setActiveItemByIndex(me,xe){const ce=this._getItemsArray();if(ce[me]){for(;this._skipPredicateFn(ce[me]);)if(!ce[me+=xe])return;this.setActiveItem(me)}}_getItemsArray(){return this._items instanceof e.rOR?this._items.toArray():this._items}}class M extends h{setActiveItem(me){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(me),this.activeItem&&this.activeItem.setActiveStyles()}}class L extends h{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(me){return this._origin=me,this}setActiveItem(me){super.setActiveItem(me),this.activeItem&&this.activeItem.focus(this._origin)}}let _=(()=>{class je{constructor(xe){this._platform=xe}isDisabled(xe){return xe.hasAttribute("disabled")}isVisible(xe){return function v(je){return!!(je.offsetWidth||je.offsetHeight||"function"==typeof je.getClientRects&&je.getClientRects().length)}(xe)&&"visible"===getComputedStyle(xe).visibility}isTabbable(xe){if(!this._platform.isBrowser)return!1;const ce=function r(je){try{return je.frameElement}catch{return null}}(function oe(je){return je.ownerDocument&&je.ownerDocument.defaultView||window}(xe));if(ce&&(-1===rt(ce)||!this.isVisible(ce)))return!1;let Me=xe.nodeName.toLowerCase(),Xe=rt(xe);return xe.hasAttribute("contenteditable")?-1!==Xe:!("iframe"===Me||"object"===Me||this._platform.WEBKIT&&this._platform.IOS&&!function re(je){let me=je.nodeName.toLowerCase(),xe="input"===me&&je.type;return"text"===xe||"password"===xe||"select"===me||"textarea"===me}(xe))&&("audio"===Me?!!xe.hasAttribute("controls")&&-1!==Xe:"video"===Me?-1!==Xe&&(null!==Xe||this._platform.FIREFOX||xe.hasAttribute("controls")):xe.tabIndex>=0)}isFocusable(xe,ce){return function te(je){return!function N(je){return function Ie(je){return"input"==je.nodeName.toLowerCase()}(je)&&"hidden"==je.type}(je)&&(function z(je){let me=je.nodeName.toLowerCase();return"input"===me||"select"===me||"button"===me||"textarea"===me}(je)||function ne(je){return function at(je){return"a"==je.nodeName.toLowerCase()}(je)&&je.hasAttribute("href")}(je)||je.hasAttribute("contenteditable")||Ye(je))}(xe)&&!this.isDisabled(xe)&&(ce?.ignoreVisibility||this.isVisible(xe))}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(C.OD))}}static{this.\u0275prov=e.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})();function Ye(je){if(!je.hasAttribute("tabindex")||void 0===je.tabIndex)return!1;let me=je.getAttribute("tabindex");return!(!me||isNaN(parseInt(me,10)))}function rt(je){if(!Ye(je))return null;const me=parseInt(je.getAttribute("tabindex")||"",10);return isNaN(me)?-1:me}class _e{get enabled(){return this._enabled}set enabled(me){this._enabled=me,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(me,this._startAnchor),this._toggleAnchorTabIndex(me,this._endAnchor))}constructor(me,xe,ce,Me,Xe=!1){this._element=me,this._checker=xe,this._ngZone=ce,this._document=Me,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,Xe||this.attachAnchors()}destroy(){const me=this._startAnchor,xe=this._endAnchor;me&&(me.removeEventListener("focus",this.startAnchorListener),me.remove()),xe&&(xe.removeEventListener("focus",this.endAnchorListener),xe.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(me){return new Promise(xe=>{this._executeOnStable(()=>xe(this.focusInitialElement(me)))})}focusFirstTabbableElementWhenReady(me){return new Promise(xe=>{this._executeOnStable(()=>xe(this.focusFirstTabbableElement(me)))})}focusLastTabbableElementWhenReady(me){return new Promise(xe=>{this._executeOnStable(()=>xe(this.focusLastTabbableElement(me)))})}_getRegionBoundary(me){const xe=this._element.querySelectorAll(`[cdk-focus-region-${me}], [cdkFocusRegion${me}], [cdk-focus-${me}]`);return"start"==me?xe.length?xe[0]:this._getFirstTabbableElement(this._element):xe.length?xe[xe.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(me){const xe=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(xe){if(!this._checker.isFocusable(xe)){const ce=this._getFirstTabbableElement(xe);return ce?.focus(me),!!ce}return xe.focus(me),!0}return this.focusFirstTabbableElement(me)}focusFirstTabbableElement(me){const xe=this._getRegionBoundary("start");return xe&&xe.focus(me),!!xe}focusLastTabbableElement(me){const xe=this._getRegionBoundary("end");return xe&&xe.focus(me),!!xe}hasAttached(){return this._hasAttached}_getFirstTabbableElement(me){if(this._checker.isFocusable(me)&&this._checker.isTabbable(me))return me;const xe=me.children;for(let ce=0;ce=0;ce--){const Me=xe[ce].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(xe[ce]):null;if(Me)return Me}return null}_createAnchor(){const me=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,me),me.classList.add("cdk-visually-hidden"),me.classList.add("cdk-focus-trap-anchor"),me.setAttribute("aria-hidden","true"),me}_toggleAnchorTabIndex(me,xe){me?xe.setAttribute("tabindex","0"):xe.removeAttribute("tabindex")}toggleAnchors(me){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(me,this._startAnchor),this._toggleAnchorTabIndex(me,this._endAnchor))}_executeOnStable(me){this._ngZone.isStable?me():this._ngZone.onStable.pipe((0,k.s)(1)).subscribe(me)}}let de=(()=>{class je{constructor(xe,ce,Me){this._checker=xe,this._ngZone=ce,this._document=Me}create(xe,ce=!1){return new _e(xe,this._checker,this._ngZone,this._document,ce)}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(_),e.KVO(e.SKi),e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})(),pe=(()=>{class je{get enabled(){return this.focusTrap.enabled}set enabled(xe){this.focusTrap.enabled=xe}constructor(xe,ce,Me){this._elementRef=xe,this._focusTrapFactory=ce,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(xe){const ce=xe.autoCapture;ce&&!ce.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,C.vc)(),this.focusTrap.focusInitialElementWhenReady()}static{this.\u0275fac=function(ce){return new(ce||je)(e.rXU(e.aKT),e.rXU(de),e.rXU(t.qQ))}}static{this.\u0275dir=e.FsC({type:je,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:[2,"cdkTrapFocus","enabled",e.L39],autoCapture:[2,"cdkTrapFocusAutoCapture","autoCapture",e.L39]},exportAs:["cdkTrapFocus"],features:[e.GFd,e.OA$]})}}return je})();function Ke(je){return 0===je.buttons||0===je.detail}function Ct(je){const me=je.touches&&je.touches[0]||je.changedTouches&&je.changedTouches[0];return!(!me||-1!==me.identifier||null!=me.radiusX&&1!==me.radiusX||null!=me.radiusY&&1!==me.radiusY)}const _t=new e.nKC("cdk-input-modality-detector-options"),Nt={ignoreKeys:[R.A$,R.W3,R.eg,R.Ge,R.FX]},Je=(0,C.BQ)({passive:!0,capture:!0});let Qe=(()=>{class je{get mostRecentModality(){return this._modality.value}constructor(xe,ce,Me,Xe){this._platform=xe,this._mostRecentTarget=null,this._modality=new x.t(null),this._lastTouchMs=0,this._onKeydown=Pe=>{this._options?.ignoreKeys?.some(Oe=>Oe===Pe.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=(0,C.Fb)(Pe))},this._onMousedown=Pe=>{Date.now()-this._lastTouchMs<650||(this._modality.next(Ke(Pe)?"keyboard":"mouse"),this._mostRecentTarget=(0,C.Fb)(Pe))},this._onTouchstart=Pe=>{Ct(Pe)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,C.Fb)(Pe))},this._options={...Nt,...Xe},this.modalityDetected=this._modality.pipe((0,F.i)(1)),this.modalityChanged=this.modalityDetected.pipe((0,V.F)()),xe.isBrowser&&ce.runOutsideAngular(()=>{Me.addEventListener("keydown",this._onKeydown,Je),Me.addEventListener("mousedown",this._onMousedown,Je),Me.addEventListener("touchstart",this._onTouchstart,Je)})}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,Je),document.removeEventListener("mousedown",this._onMousedown,Je),document.removeEventListener("touchstart",this._onTouchstart,Je))}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(C.OD),e.KVO(e.SKi),e.KVO(t.qQ),e.KVO(_t,8))}}static{this.\u0275prov=e.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})();const nt=new e.nKC("liveAnnouncerElement",{providedIn:"root",factory:function Ue(){return null}}),ht=new e.nKC("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let tt=0,wt=(()=>{class je{constructor(xe,ce,Me,Xe){this._ngZone=ce,this._defaultOptions=Xe,this._document=Me,this._liveElement=xe||this._createLiveElement()}announce(xe,...ce){const Me=this._defaultOptions;let Xe,Pe;return 1===ce.length&&"number"==typeof ce[0]?Pe=ce[0]:[Xe,Pe]=ce,this.clear(),clearTimeout(this._previousTimeout),Xe||(Xe=Me&&Me.politeness?Me.politeness:"polite"),null==Pe&&Me&&(Pe=Me.duration),this._liveElement.setAttribute("aria-live",Xe),this._liveElement.id&&this._exposeAnnouncerToModals(this._liveElement.id),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(Oe=>this._currentResolve=Oe)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=xe,"number"==typeof Pe&&(this._previousTimeout=setTimeout(()=>this.clear(),Pe)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const xe="cdk-live-announcer-element",ce=this._document.getElementsByClassName(xe),Me=this._document.createElement("div");for(let Xe=0;Xe .cdk-overlay-container [aria-modal="true"]');for(let Me=0;Me{class je{constructor(xe,ce,Me,Xe,Pe){this._ngZone=xe,this._platform=ce,this._inputModalityDetector=Me,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new S.B,this._rootNodeFocusAndBlurListener=Oe=>{for(let De=(0,C.Fb)(Oe);De;De=De.parentElement)"focus"===Oe.type?this._onFocus(Oe,De):this._onBlur(Oe,De)},this._document=Xe,this._detectionMode=Pe?.detectionMode||0}monitor(xe,ce=!1){const Me=(0,Y.i8)(xe);if(!this._platform.isBrowser||1!==Me.nodeType)return(0,m.of)();const Xe=(0,C.KT)(Me)||this._getDocument(),Pe=this._elementInfo.get(Me);if(Pe)return ce&&(Pe.checkChildren=!0),Pe.subject;const Oe={checkChildren:ce,subject:new S.B,rootNode:Xe};return this._elementInfo.set(Me,Oe),this._registerGlobalListeners(Oe),Oe.subject}stopMonitoring(xe){const ce=(0,Y.i8)(xe),Me=this._elementInfo.get(ce);Me&&(Me.subject.complete(),this._setClasses(ce),this._elementInfo.delete(ce),this._removeGlobalListeners(Me))}focusVia(xe,ce,Me){const Xe=(0,Y.i8)(xe);Xe===this._getDocument().activeElement?this._getClosestElementsInfo(Xe).forEach(([Oe,we])=>this._originChanged(Oe,ce,we)):(this._setOrigin(ce),"function"==typeof Xe.focus&&Xe.focus(Me))}ngOnDestroy(){this._elementInfo.forEach((xe,ce)=>this.stopMonitoring(ce))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(xe){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(xe)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:xe&&this._isLastInteractionFromInputLabel(xe)?"mouse":"program"}_shouldBeAttributedToTouch(xe){return 1===this._detectionMode||!!xe?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(xe,ce){xe.classList.toggle("cdk-focused",!!ce),xe.classList.toggle("cdk-touch-focused","touch"===ce),xe.classList.toggle("cdk-keyboard-focused","keyboard"===ce),xe.classList.toggle("cdk-mouse-focused","mouse"===ce),xe.classList.toggle("cdk-program-focused","program"===ce)}_setOrigin(xe,ce=!1){this._ngZone.runOutsideAngular(()=>{this._origin=xe,this._originFromTouchInteraction="touch"===xe&&ce,0===this._detectionMode&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(xe,ce){const Me=this._elementInfo.get(ce),Xe=(0,C.Fb)(xe);!Me||!Me.checkChildren&&ce!==Xe||this._originChanged(ce,this._getFocusOrigin(Xe),Me)}_onBlur(xe,ce){const Me=this._elementInfo.get(ce);!Me||Me.checkChildren&&xe.relatedTarget instanceof Node&&ce.contains(xe.relatedTarget)||(this._setClasses(ce),this._emitOrigin(Me,null))}_emitOrigin(xe,ce){xe.subject.observers.length&&this._ngZone.run(()=>xe.subject.next(ce))}_registerGlobalListeners(xe){if(!this._platform.isBrowser)return;const ce=xe.rootNode,Me=this._rootNodeFocusListenerCount.get(ce)||0;Me||this._ngZone.runOutsideAngular(()=>{ce.addEventListener("focus",this._rootNodeFocusAndBlurListener,Ze),ce.addEventListener("blur",this._rootNodeFocusAndBlurListener,Ze)}),this._rootNodeFocusListenerCount.set(ce,Me+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,U.Q)(this._stopInputModalityDetector)).subscribe(Xe=>{this._setOrigin(Xe,!0)}))}_removeGlobalListeners(xe){const ce=xe.rootNode;if(this._rootNodeFocusListenerCount.has(ce)){const Me=this._rootNodeFocusListenerCount.get(ce);Me>1?this._rootNodeFocusListenerCount.set(ce,Me-1):(ce.removeEventListener("focus",this._rootNodeFocusAndBlurListener,Ze),ce.removeEventListener("blur",this._rootNodeFocusAndBlurListener,Ze),this._rootNodeFocusListenerCount.delete(ce))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(xe,ce,Me){this._setClasses(xe,ce),this._emitOrigin(Me,ce),this._lastFocusOrigin=ce}_getClosestElementsInfo(xe){const ce=[];return this._elementInfo.forEach((Me,Xe)=>{(Xe===xe||Me.checkChildren&&Xe.contains(xe))&&ce.push([Xe,Me])}),ce}_isLastInteractionFromInputLabel(xe){const{_mostRecentTarget:ce,mostRecentModality:Me}=this._inputModalityDetector;if("mouse"!==Me||!ce||ce===xe||"INPUT"!==xe.nodeName&&"TEXTAREA"!==xe.nodeName||xe.disabled)return!1;const Xe=xe.labels;if(Xe)for(let Pe=0;Pe{class je{constructor(xe,ce){this._elementRef=xe,this._focusMonitor=ce,this._focusOrigin=null,this.cdkFocusChange=new e.bkB}get focusOrigin(){return this._focusOrigin}ngAfterViewInit(){const xe=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(xe,1===xe.nodeType&&xe.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(ce=>{this._focusOrigin=ce,this.cdkFocusChange.emit(ce)})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}static{this.\u0275fac=function(ce){return new(ce||je)(e.rXU(e.aKT),e.rXU(jt))}}static{this.\u0275dir=e.FsC({type:je,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"},exportAs:["cdkMonitorFocus"]})}}return je})();const dt="cdk-high-contrast-black-on-white",Le="cdk-high-contrast-white-on-black",Vt="cdk-high-contrast-active";let Zt=(()=>{class je{constructor(xe,ce){this._platform=xe,this._document=ce,this._breakpointSubscription=(0,e.WQX)($.QP).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const xe=this._document.createElement("div");xe.style.backgroundColor="rgb(1,2,3)",xe.style.position="absolute",this._document.body.appendChild(xe);const ce=this._document.defaultView||window,Me=ce&&ce.getComputedStyle?ce.getComputedStyle(xe):null,Xe=(Me&&Me.backgroundColor||"").replace(/ /g,"");switch(xe.remove(),Xe){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return 2;case"rgb(255,255,255)":case"rgb(255,250,239)":return 1}return 0}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const xe=this._document.body.classList;xe.remove(Vt,dt,Le),this._hasCheckedHighContrastMode=!0;const ce=this.getHighContrastMode();1===ce?xe.add(Vt,dt):2===ce&&xe.add(Vt,Le)}}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(C.OD),e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})(),Et=(()=>{class je{constructor(xe){xe._applyBodyHighContrastModeCssClasses()}static{this.\u0275fac=function(ce){return new(ce||je)(e.KVO(Zt))}}static{this.\u0275mod=e.$C({type:je})}static{this.\u0275inj=e.G2t({imports:[G.w5]})}}return je})()},8203:(Ve,ee,p)=>{"use strict";p.d(ee,{dS:()=>m,jI:()=>d});var t=p(4438),e=p(177);const C=new t.nKC("cdk-dir-doc",{providedIn:"root",factory:function S(){return(0,t.WQX)(e.qQ)}}),l=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;let m=(()=>{class w{constructor(T){this.value="ltr",this.change=new t.bkB,T&&(this.value=function x(w){const y=w?.toLowerCase()||"";return"auto"===y&&typeof navigator<"u"&&navigator?.language?l.test(navigator.language)?"rtl":"ltr":"rtl"===y?"rtl":"ltr"}((T.body?T.body.dir:null)||(T.documentElement?T.documentElement.dir:null)||"ltr"))}ngOnDestroy(){this.change.complete()}static{this.\u0275fac=function(k){return new(k||w)(t.KVO(C,8))}}static{this.\u0275prov=t.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})(),d=(()=>{class w{static{this.\u0275fac=function(k){return new(k||w)}}static{this.\u0275mod=t.$C({type:w})}static{this.\u0275inj=t.G2t({})}}return w})()},4085:(Ve,ee,p)=>{"use strict";p.d(ee,{FG:()=>l,OE:()=>C,a1:()=>x,cc:()=>R,he:()=>e,i8:()=>m,o1:()=>S});var t=p(4438);function e(d){return null!=d&&"false"!=`${d}`}function C(d,w=0){return S(d)?Number(d):w}function S(d){return!isNaN(parseFloat(d))&&!isNaN(Number(d))}function l(d){return Array.isArray(d)?d:[d]}function x(d){return null==d?"":"string"==typeof d?d:`${d}px`}function m(d){return d instanceof t.aKT?d.nativeElement:d}function R(d,w=/\s+/){const y=[];if(null!=d){const T=Array.isArray(d)?d:`${d}`.split(w);for(const k of T){const F=`${k}`.trim();F&&y.push(F)}}return y}},5024:(Ve,ee,p)=>{"use strict";p.d(ee,{CB:()=>y,DQ:()=>w,qS:()=>x,sL:()=>F,xn:()=>d,y4:()=>m,zP:()=>k});var t=p(17),S=(p(4402),p(7673),p(1413)),l=p(4438);class x{}function m(V){return V&&"function"==typeof V.connect&&!(V instanceof t.G)}class d{applyChanges(U,G,Y,$,Z){U.forEachOperation((ie,ve,ae)=>{let ye,ue;if(null==ie.previousIndex){const be=Y(ie,ve,ae);ye=G.createEmbeddedView(be.templateRef,be.context,be.index),ue=1}else null==ae?(G.remove(ve),ue=3):(ye=G.get(ve),G.move(ye,ae),ue=2);Z&&Z({context:ye?.context,operation:ue,record:ie})})}detach(){}}class w{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(U,G,Y,$,Z){U.forEachOperation((ie,ve,ae)=>{let ye,ue;null==ie.previousIndex?(ye=this._insertView(()=>Y(ie,ve,ae),ae,G,$(ie)),ue=ye?1:0):null==ae?(this._detachAndCacheView(ve,G),ue=3):(ye=this._moveView(ve,ae,G,$(ie)),ue=2),Z&&Z({context:ye?.context,operation:ue,record:ie})})}detach(){for(const U of this._viewCache)U.destroy();this._viewCache=[]}_insertView(U,G,Y,$){const Z=this._insertViewFromCache(G,Y);if(Z)return void(Z.context.$implicit=$);const ie=U();return Y.createEmbeddedView(ie.templateRef,ie.context,ie.index)}_detachAndCacheView(U,G){const Y=G.detach(U);this._maybeCacheView(Y,G)}_moveView(U,G,Y,$){const Z=Y.get(U);return Y.move(Z,G),Z.context.$implicit=$,Z}_maybeCacheView(U,G){if(this._viewCache.lengththis._markSelected(Z)):this._markSelected(G[0]),this._selectedToEmit.length=0)}select(...U){this._verifyValueAssignment(U),U.forEach(Y=>this._markSelected(Y));const G=this._hasQueuedChanges();return this._emitChangeEvent(),G}deselect(...U){this._verifyValueAssignment(U),U.forEach(Y=>this._unmarkSelected(Y));const G=this._hasQueuedChanges();return this._emitChangeEvent(),G}setSelection(...U){this._verifyValueAssignment(U);const G=this.selected,Y=new Set(U);U.forEach(Z=>this._markSelected(Z)),G.filter(Z=>!Y.has(Z)).forEach(Z=>this._unmarkSelected(Z));const $=this._hasQueuedChanges();return this._emitChangeEvent(),$}toggle(U){return this.isSelected(U)?this.deselect(U):this.select(U)}clear(U=!0){this._unmarkAll();const G=this._hasQueuedChanges();return U&&this._emitChangeEvent(),G}isSelected(U){return this._selection.has(this._getConcreteValue(U))}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(U){this._multiple&&this.selected&&this._selected.sort(U)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(U){U=this._getConcreteValue(U),this.isSelected(U)||(this._multiple||this._unmarkAll(),this.isSelected(U)||this._selection.add(U),this._emitChanges&&this._selectedToEmit.push(U))}_unmarkSelected(U){U=this._getConcreteValue(U),this.isSelected(U)&&(this._selection.delete(U),this._emitChanges&&this._deselectedToEmit.push(U))}_unmarkAll(){this.isEmpty()||this._selection.forEach(U=>this._unmarkSelected(U))}_verifyValueAssignment(U){}_hasQueuedChanges(){return!(!this._deselectedToEmit.length&&!this._selectedToEmit.length)}_getConcreteValue(U){if(this.compareWith){for(let G of this._selection)if(this.compareWith(U,G))return G;return U}return U}}let k=(()=>{class V{constructor(){this._listeners=[]}notify(G,Y){for(let $ of this._listeners)$(G,Y)}listen(G){return this._listeners.push(G),()=>{this._listeners=this._listeners.filter(Y=>G!==Y)}}ngOnDestroy(){this._listeners=[]}static{this.\u0275fac=function(Y){return new(Y||V)}}static{this.\u0275prov=l.jDH({token:V,factory:V.\u0275fac,providedIn:"root"})}}return V})();const F=new l.nKC("_ViewRepeater")},7336:(Ve,ee,p)=>{"use strict";p.d(ee,{A:()=>N,A$:()=>R,FX:()=>x,Fm:()=>l,G_:()=>e,Ge:()=>ht,Kp:()=>V,LE:()=>$,SJ:()=>ye,UQ:()=>G,W3:()=>m,Z:()=>Ue,_f:()=>y,bn:()=>O,dB:()=>F,eg:()=>it,f2:()=>ue,i7:()=>Y,n6:()=>Z,rp:()=>Ae,t6:()=>T,w_:()=>k,wn:()=>C,yZ:()=>U});const e=8,C=9,l=13,x=16,m=17,R=18,y=27,T=32,k=33,F=34,V=35,U=36,G=37,Y=38,$=39,Z=40,ye=46,ue=48,O=57,N=65,Ue=90,ht=91,it=224;function Ae(mt,...It){return It.length?It.some(Ci=>mt[Ci]):mt.altKey||mt.shiftKey||mt.ctrlKey||mt.metaKey}},9327:(Ve,ee,p)=>{"use strict";p.d(ee,{QP:()=>Z,RH:()=>F,Rp:()=>ve});var t=p(4438),e=p(4085),C=p(1413),S=p(4572),l=p(8793),x=p(1985),m=p(6697),R=p(5245),d=p(152),w=p(6354),y=p(9172),T=p(6977),k=p(6860);let F=(()=>{class ae{static{this.\u0275fac=function(be){return new(be||ae)}}static{this.\u0275mod=t.$C({type:ae})}static{this.\u0275inj=t.G2t({})}}return ae})();const V=new Set;let U,G=(()=>{class ae{constructor(ue,be){this._platform=ue,this._nonce=be,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):$}matchMedia(ue){return(this._platform.WEBKIT||this._platform.BLINK)&&function Y(ae,ye){if(!V.has(ae))try{U||(U=document.createElement("style"),ye&&(U.nonce=ye),U.setAttribute("type","text/css"),document.head.appendChild(U)),U.sheet&&(U.sheet.insertRule(`@media ${ae} {body{ }}`,0),V.add(ae))}catch(ue){console.error(ue)}}(ue,this._nonce),this._matchMedia(ue)}static{this.\u0275fac=function(be){return new(be||ae)(t.KVO(k.OD),t.KVO(t.BIS,8))}}static{this.\u0275prov=t.jDH({token:ae,factory:ae.\u0275fac,providedIn:"root"})}}return ae})();function $(ae){return{matches:"all"===ae||""===ae,media:ae,addListener:()=>{},removeListener:()=>{}}}let Z=(()=>{class ae{constructor(ue,be){this._mediaMatcher=ue,this._zone=be,this._queries=new Map,this._destroySubject=new C.B}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(ue){return ie((0,e.FG)(ue)).some(D=>this._registerQuery(D).mql.matches)}observe(ue){const D=ie((0,e.FG)(ue)).map(c=>this._registerQuery(c).observable);let n=(0,S.z)(D);return n=(0,l.x)(n.pipe((0,m.s)(1)),n.pipe((0,R.i)(1),(0,d.B)(0))),n.pipe((0,w.T)(c=>{const f={matches:!1,breakpoints:{}};return c.forEach(({matches:h,query:M})=>{f.matches=f.matches||h,f.breakpoints[M]=h}),f}))}_registerQuery(ue){if(this._queries.has(ue))return this._queries.get(ue);const be=this._mediaMatcher.matchMedia(ue),n={observable:new x.c(c=>{const f=h=>this._zone.run(()=>c.next(h));return be.addListener(f),()=>{be.removeListener(f)}}).pipe((0,y.Z)(be),(0,w.T)(({matches:c})=>({query:ue,matches:c})),(0,T.Q)(this._destroySubject)),mql:be};return this._queries.set(ue,n),n}static{this.\u0275fac=function(be){return new(be||ae)(t.KVO(G),t.KVO(t.SKi))}}static{this.\u0275prov=t.jDH({token:ae,factory:ae.\u0275fac,providedIn:"root"})}}return ae})();function ie(ae){return ae.map(ye=>ye.split(",")).reduce((ye,ue)=>ye.concat(ue)).map(ye=>ye.trim())}const ve={XSmall:"(max-width: 599.98px)",Small:"(min-width: 600px) and (max-width: 959.98px)",Medium:"(min-width: 960px) and (max-width: 1279.98px)",Large:"(min-width: 1280px) and (max-width: 1919.98px)",XLarge:"(min-width: 1920px)",Handset:"(max-width: 599.98px) and (orientation: portrait), (max-width: 959.98px) and (orientation: landscape)",Tablet:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",Web:"(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)",HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)",TabletPortrait:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)",WebPortrait:"(min-width: 840px) and (orientation: portrait)",HandsetLandscape:"(max-width: 959.98px) and (orientation: landscape)",TabletLandscape:"(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",WebLandscape:"(min-width: 1280px) and (orientation: landscape)"}},2318:(Ve,ee,p)=>{"use strict";p.d(ee,{Wv:()=>R,w5:()=>d});var t=p(4085),e=p(4438),C=p(1985),S=p(1413),l=p(152);let x=(()=>{class w{create(T){return typeof MutationObserver>"u"?null:new MutationObserver(T)}static{this.\u0275fac=function(k){return new(k||w)}}static{this.\u0275prov=e.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})(),m=(()=>{class w{constructor(T){this._mutationObserverFactory=T,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach((T,k)=>this._cleanupObserver(k))}observe(T){const k=(0,t.i8)(T);return new C.c(F=>{const U=this._observeElement(k).subscribe(F);return()=>{U.unsubscribe(),this._unobserveElement(k)}})}_observeElement(T){if(this._observedElements.has(T))this._observedElements.get(T).count++;else{const k=new S.B,F=this._mutationObserverFactory.create(V=>k.next(V));F&&F.observe(T,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(T,{observer:F,stream:k,count:1})}return this._observedElements.get(T).stream}_unobserveElement(T){this._observedElements.has(T)&&(this._observedElements.get(T).count--,this._observedElements.get(T).count||this._cleanupObserver(T))}_cleanupObserver(T){if(this._observedElements.has(T)){const{observer:k,stream:F}=this._observedElements.get(T);k&&k.disconnect(),F.complete(),this._observedElements.delete(T)}}static{this.\u0275fac=function(k){return new(k||w)(e.KVO(x))}}static{this.\u0275prov=e.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})(),R=(()=>{class w{get disabled(){return this._disabled}set disabled(T){this._disabled=T,this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(T){this._debounce=(0,t.OE)(T),this._subscribe()}constructor(T,k,F){this._contentObserver=T,this._elementRef=k,this._ngZone=F,this.event=new e.bkB,this._disabled=!1,this._currentSubscription=null}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const T=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(()=>{this._currentSubscription=(this.debounce?T.pipe((0,l.B)(this.debounce)):T).subscribe(this.event)})}_unsubscribe(){this._currentSubscription?.unsubscribe()}static{this.\u0275fac=function(k){return new(k||w)(e.rXU(m),e.rXU(e.aKT),e.rXU(e.SKi))}}static{this.\u0275dir=e.FsC({type:w,selectors:[["","cdkObserveContent",""]],inputs:{disabled:[2,"cdkObserveContentDisabled","disabled",e.L39],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"],features:[e.GFd]})}}return w})(),d=(()=>{class w{static{this.\u0275fac=function(k){return new(k||w)}}static{this.\u0275mod=e.$C({type:w})}static{this.\u0275inj=e.G2t({providers:[x]})}}return w})()},6969:(Ve,ee,p)=>{"use strict";p.d(ee,{WB:()=>he,$Q:()=>fe,rW:()=>ne,hJ:()=>pe,rR:()=>D,Sf:()=>r,z_:()=>Ct,yY:()=>v});var t=p(5542),e=p(177),C=p(4438),S=p(4085),l=p(6860),x=p(5964),m=p(6697),R=p(6977),d=p(9974),w=p(4360),T=p(8203),k=p(6939),F=p(1413),V=p(8359),U=p(7786),G=p(7336);const Y=(0,l.CZ)();class ${constructor(ke,Je){this._viewportRuler=ke,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=Je}attach(){}enable(){if(this._canBeEnabled()){const ke=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=ke.style.left||"",this._previousHTMLStyles.top=ke.style.top||"",ke.style.left=(0,S.a1)(-this._previousScrollPosition.left),ke.style.top=(0,S.a1)(-this._previousScrollPosition.top),ke.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const ke=this._document.documentElement,Qe=ke.style,nt=this._document.body.style,Ue=Qe.scrollBehavior||"",ht=nt.scrollBehavior||"";this._isEnabled=!1,Qe.left=this._previousHTMLStyles.left,Qe.top=this._previousHTMLStyles.top,ke.classList.remove("cdk-global-scrollblock"),Y&&(Qe.scrollBehavior=nt.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),Y&&(Qe.scrollBehavior=Ue,nt.scrollBehavior=ht)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const Je=this._document.body,Qe=this._viewportRuler.getViewportSize();return Je.scrollHeight>Qe.height||Je.scrollWidth>Qe.width}}class ie{constructor(ke,Je,Qe,nt){this._scrollDispatcher=ke,this._ngZone=Je,this._viewportRuler=Qe,this._config=nt,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(ke){this._overlayRef=ke}enable(){if(this._scrollSubscription)return;const ke=this._scrollDispatcher.scrolled(0).pipe((0,x.p)(Je=>!Je||!this._overlayRef.overlayElement.contains(Je.getElementRef().nativeElement)));this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=ke.subscribe(()=>{const Je=this._viewportRuler.getViewportScrollPosition().top;Math.abs(Je-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=ke.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class ve{enable(){}disable(){}attach(){}}function ae(Nt,ke){return ke.some(Je=>Nt.bottomJe.bottom||Nt.rightJe.right)}function ye(Nt,ke){return ke.some(Je=>Nt.topJe.bottom||Nt.leftJe.right)}class ue{constructor(ke,Je,Qe,nt){this._scrollDispatcher=ke,this._viewportRuler=Je,this._ngZone=Qe,this._config=nt,this._scrollSubscription=null}attach(ke){this._overlayRef=ke}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const Je=this._overlayRef.overlayElement.getBoundingClientRect(),{width:Qe,height:nt}=this._viewportRuler.getViewportSize();ae(Je,[{width:Qe,height:nt,bottom:nt,right:Qe,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let be=(()=>{class Nt{constructor(Je,Qe,nt,Ue){this._scrollDispatcher=Je,this._viewportRuler=Qe,this._ngZone=nt,this.noop=()=>new ve,this.close=ht=>new ie(this._scrollDispatcher,this._ngZone,this._viewportRuler,ht),this.block=()=>new $(this._viewportRuler,this._document),this.reposition=ht=>new ue(this._scrollDispatcher,this._viewportRuler,this._ngZone,ht),this._document=Ue}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(t.R),C.KVO(t.Xj),C.KVO(C.SKi),C.KVO(e.qQ))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();class D{constructor(ke){if(this.scrollStrategy=new ve,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,ke){const Je=Object.keys(ke);for(const Qe of Je)void 0!==ke[Qe]&&(this[Qe]=ke[Qe])}}}class f{constructor(ke,Je){this.connectionPair=ke,this.scrollableViewProperties=Je}}let L=(()=>{class Nt{constructor(Je){this._attachedOverlays=[],this._document=Je}ngOnDestroy(){this.detach()}add(Je){this.remove(Je),this._attachedOverlays.push(Je)}remove(Je){const Qe=this._attachedOverlays.indexOf(Je);Qe>-1&&this._attachedOverlays.splice(Qe,1),0===this._attachedOverlays.length&&this.detach()}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(e.qQ))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),O=(()=>{class Nt extends L{constructor(Je,Qe){super(Je),this._ngZone=Qe,this._keydownListener=nt=>{const Ue=this._attachedOverlays;for(let ht=Ue.length-1;ht>-1;ht--)if(Ue[ht]._keydownEvents.observers.length>0){const tt=Ue[ht]._keydownEvents;this._ngZone?this._ngZone.run(()=>tt.next(nt)):tt.next(nt);break}}}add(Je){super.add(Je),this._isAttached||(this._ngZone?this._ngZone.runOutsideAngular(()=>this._document.body.addEventListener("keydown",this._keydownListener)):this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0)}detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(e.qQ),C.KVO(C.SKi,8))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),_=(()=>{class Nt extends L{constructor(Je,Qe,nt){super(Je),this._platform=Qe,this._ngZone=nt,this._cursorStyleIsSet=!1,this._pointerDownListener=Ue=>{this._pointerDownEventTarget=(0,l.Fb)(Ue)},this._clickListener=Ue=>{const ht=(0,l.Fb)(Ue),tt="click"===Ue.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:ht;this._pointerDownEventTarget=null;const wt=this._attachedOverlays.slice();for(let ut=wt.length-1;ut>-1;ut--){const vt=wt[ut];if(vt._outsidePointerEvents.observers.length<1||!vt.hasAttached())continue;if(vt.overlayElement.contains(ht)||vt.overlayElement.contains(tt))break;const Ze=vt._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>Ze.next(Ue)):Ze.next(Ue)}}}add(Je){if(super.add(Je),!this._isAttached){const Qe=this._document.body;this._ngZone?this._ngZone.runOutsideAngular(()=>this._addEventListeners(Qe)):this._addEventListeners(Qe),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=Qe.style.cursor,Qe.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){if(this._isAttached){const Je=this._document.body;Je.removeEventListener("pointerdown",this._pointerDownListener,!0),Je.removeEventListener("click",this._clickListener,!0),Je.removeEventListener("auxclick",this._clickListener,!0),Je.removeEventListener("contextmenu",this._clickListener,!0),this._platform.IOS&&this._cursorStyleIsSet&&(Je.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1}}_addEventListeners(Je){Je.addEventListener("pointerdown",this._pointerDownListener,!0),Je.addEventListener("click",this._clickListener,!0),Je.addEventListener("auxclick",this._clickListener,!0),Je.addEventListener("contextmenu",this._clickListener,!0)}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(e.qQ),C.KVO(l.OD),C.KVO(C.SKi,8))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),r=(()=>{class Nt{constructor(Je,Qe){this._platform=Qe,this._document=Je}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const Je="cdk-overlay-container";if(this._platform.isBrowser||(0,l.v8)()){const nt=this._document.querySelectorAll(`.${Je}[platform="server"], .${Je}[platform="test"]`);for(let Ue=0;Uethis._backdropClick.next(Ze),this._backdropTransitionendHandler=Ze=>{this._disposeBackdrop(Ze.target)},this._keydownEvents=new F.B,this._outsidePointerEvents=new F.B,nt.scrollStrategy&&(this._scrollStrategy=nt.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=nt.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(ke){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const Je=this._portalOutlet.attach(ke);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.pipe((0,m.s)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),"function"==typeof Je?.onDestroy&&Je.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),Je}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const ke=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),ke}dispose(){const ke=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._disposeBackdrop(this._backdropElement),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._previousHostParent=this._pane=this._host=null,ke&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(ke){ke!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=ke,this.hasAttached()&&(ke.attach(this),this.updatePosition()))}updateSize(ke){this._config={...this._config,...ke},this._updateElementSize()}setDirection(ke){this._config={...this._config,direction:ke},this._updateElementDirection()}addPanelClass(ke){this._pane&&this._toggleClasses(this._pane,ke,!0)}removePanelClass(ke){this._pane&&this._toggleClasses(this._pane,ke,!1)}getDirection(){const ke=this._config.direction;return ke?"string"==typeof ke?ke:ke.value:"ltr"}updateScrollStrategy(ke){ke!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=ke,this.hasAttached()&&(ke.attach(this),ke.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const ke=this._pane.style;ke.width=(0,S.a1)(this._config.width),ke.height=(0,S.a1)(this._config.height),ke.minWidth=(0,S.a1)(this._config.minWidth),ke.minHeight=(0,S.a1)(this._config.minHeight),ke.maxWidth=(0,S.a1)(this._config.maxWidth),ke.maxHeight=(0,S.a1)(this._config.maxHeight)}_togglePointerEvents(ke){this._pane.style.pointerEvents=ke?"":"none"}_attachBackdrop(){const ke="cdk-overlay-backdrop-showing";this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._animationsDisabled&&this._backdropElement.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add(ke)})}):this._backdropElement.classList.add(ke)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){const ke=this._backdropElement;if(ke){if(this._animationsDisabled)return void this._disposeBackdrop(ke);ke.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{ke.addEventListener("transitionend",this._backdropTransitionendHandler)}),ke.style.pointerEvents="none",this._backdropTimeout=this._ngZone.runOutsideAngular(()=>setTimeout(()=>{this._disposeBackdrop(ke)},500))}}_toggleClasses(ke,Je,Qe){const nt=(0,S.FG)(Je||[]).filter(Ue=>!!Ue);nt.length&&(Qe?ke.classList.add(...nt):ke.classList.remove(...nt))}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const ke=this._ngZone.onStable.pipe((0,R.Q)((0,U.h)(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),ke.unsubscribe())})})}_disposeScrollStrategy(){const ke=this._scrollStrategy;ke&&(ke.disable(),ke.detach&&ke.detach())}_disposeBackdrop(ke){ke&&(ke.removeEventListener("click",this._backdropClickHandler),ke.removeEventListener("transitionend",this._backdropTransitionendHandler),ke.remove(),this._backdropElement===ke&&(this._backdropElement=null)),this._backdropTimeout&&(clearTimeout(this._backdropTimeout),this._backdropTimeout=void 0)}}const z="cdk-overlay-connected-position-bounding-box",N=/([A-Za-z%]+)$/;class ne{get positions(){return this._preferredPositions}constructor(ke,Je,Qe,nt,Ue){this._viewportRuler=Je,this._document=Qe,this._platform=nt,this._overlayContainer=Ue,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new F.B,this._resizeSubscription=V.yU.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges,this.setOrigin(ke)}attach(ke){this._validatePositions(),ke.hostElement.classList.add(z),this._overlayRef=ke,this._boundingBox=ke.hostElement,this._pane=ke.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const ke=this._originRect,Je=this._overlayRect,Qe=this._viewportRect,nt=this._containerRect,Ue=[];let ht;for(let tt of this._preferredPositions){let wt=this._getOriginPoint(ke,nt,tt),ut=this._getOverlayPoint(wt,Je,tt),vt=this._getOverlayFit(ut,Je,Qe,tt);if(vt.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(tt,wt);this._canFitWithFlexibleDimensions(vt,ut,Qe)?Ue.push({position:tt,origin:wt,overlayRect:Je,boundingBoxRect:this._calculateBoundingBoxRect(wt,tt)}):(!ht||ht.overlayFit.visibleAreawt&&(wt=vt,tt=ut)}return this._isPushed=!1,void this._applyPosition(tt.position,tt.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(ht.position,ht.originPoint);this._applyPosition(ht.position,ht.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&Ie(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(z),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const ke=this._lastPosition;if(ke){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const Je=this._getOriginPoint(this._originRect,this._containerRect,ke);this._applyPosition(ke,Je)}else this.apply()}withScrollableContainers(ke){return this._scrollables=ke,this}withPositions(ke){return this._preferredPositions=ke,-1===ke.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(ke){return this._viewportMargin=ke,this}withFlexibleDimensions(ke=!0){return this._hasFlexibleDimensions=ke,this}withGrowAfterOpen(ke=!0){return this._growAfterOpen=ke,this}withPush(ke=!0){return this._canPush=ke,this}withLockedPosition(ke=!0){return this._positionLocked=ke,this}setOrigin(ke){return this._origin=ke,this}withDefaultOffsetX(ke){return this._offsetX=ke,this}withDefaultOffsetY(ke){return this._offsetY=ke,this}withTransformOriginOn(ke){return this._transformOriginSelector=ke,this}_getOriginPoint(ke,Je,Qe){let nt,Ue;if("center"==Qe.originX)nt=ke.left+ke.width/2;else{const ht=this._isRtl()?ke.right:ke.left,tt=this._isRtl()?ke.left:ke.right;nt="start"==Qe.originX?ht:tt}return Je.left<0&&(nt-=Je.left),Ue="center"==Qe.originY?ke.top+ke.height/2:"top"==Qe.originY?ke.top:ke.bottom,Je.top<0&&(Ue-=Je.top),{x:nt,y:Ue}}_getOverlayPoint(ke,Je,Qe){let nt,Ue;return nt="center"==Qe.overlayX?-Je.width/2:"start"===Qe.overlayX?this._isRtl()?-Je.width:0:this._isRtl()?0:-Je.width,Ue="center"==Qe.overlayY?-Je.height/2:"top"==Qe.overlayY?0:-Je.height,{x:ke.x+nt,y:ke.y+Ue}}_getOverlayFit(ke,Je,Qe,nt){const Ue=Ye(Je);let{x:ht,y:tt}=ke,wt=this._getOffset(nt,"x"),ut=this._getOffset(nt,"y");wt&&(ht+=wt),ut&&(tt+=ut);let jt=0-tt,qe=tt+Ue.height-Qe.height,dt=this._subtractOverflows(Ue.width,0-ht,ht+Ue.width-Qe.width),Le=this._subtractOverflows(Ue.height,jt,qe),Vt=dt*Le;return{visibleArea:Vt,isCompletelyWithinViewport:Ue.width*Ue.height===Vt,fitsInViewportVertically:Le===Ue.height,fitsInViewportHorizontally:dt==Ue.width}}_canFitWithFlexibleDimensions(ke,Je,Qe){if(this._hasFlexibleDimensions){const nt=Qe.bottom-Je.y,Ue=Qe.right-Je.x,ht=at(this._overlayRef.getConfig().minHeight),tt=at(this._overlayRef.getConfig().minWidth);return(ke.fitsInViewportVertically||null!=ht&&ht<=nt)&&(ke.fitsInViewportHorizontally||null!=tt&&tt<=Ue)}return!1}_pushOverlayOnScreen(ke,Je,Qe){if(this._previousPushAmount&&this._positionLocked)return{x:ke.x+this._previousPushAmount.x,y:ke.y+this._previousPushAmount.y};const nt=Ye(Je),Ue=this._viewportRect,ht=Math.max(ke.x+nt.width-Ue.width,0),tt=Math.max(ke.y+nt.height-Ue.height,0),wt=Math.max(Ue.top-Qe.top-ke.y,0),ut=Math.max(Ue.left-Qe.left-ke.x,0);let vt=0,Ze=0;return vt=nt.width<=Ue.width?ut||-ht:ke.xdt&&!this._isInitialRender&&!this._growAfterOpen&&(ht=ke.y-dt/2)}if("end"===Je.overlayX&&!nt||"start"===Je.overlayX&&nt)jt=Qe.width-ke.x+this._viewportMargin,vt=ke.x-this._viewportMargin;else if("start"===Je.overlayX&&!nt||"end"===Je.overlayX&&nt)Ze=ke.x,vt=Qe.right-ke.x;else{const qe=Math.min(Qe.right-ke.x+Qe.left,ke.x),dt=this._lastBoundingBoxSize.width;vt=2*qe,Ze=ke.x-qe,vt>dt&&!this._isInitialRender&&!this._growAfterOpen&&(Ze=ke.x-dt/2)}return{top:ht,left:Ze,bottom:tt,right:jt,width:vt,height:Ue}}_setBoundingBoxStyles(ke,Je){const Qe=this._calculateBoundingBoxRect(ke,Je);!this._isInitialRender&&!this._growAfterOpen&&(Qe.height=Math.min(Qe.height,this._lastBoundingBoxSize.height),Qe.width=Math.min(Qe.width,this._lastBoundingBoxSize.width));const nt={};if(this._hasExactPosition())nt.top=nt.left="0",nt.bottom=nt.right=nt.maxHeight=nt.maxWidth="",nt.width=nt.height="100%";else{const Ue=this._overlayRef.getConfig().maxHeight,ht=this._overlayRef.getConfig().maxWidth;nt.height=(0,S.a1)(Qe.height),nt.top=(0,S.a1)(Qe.top),nt.bottom=(0,S.a1)(Qe.bottom),nt.width=(0,S.a1)(Qe.width),nt.left=(0,S.a1)(Qe.left),nt.right=(0,S.a1)(Qe.right),nt.alignItems="center"===Je.overlayX?"center":"end"===Je.overlayX?"flex-end":"flex-start",nt.justifyContent="center"===Je.overlayY?"center":"bottom"===Je.overlayY?"flex-end":"flex-start",Ue&&(nt.maxHeight=(0,S.a1)(Ue)),ht&&(nt.maxWidth=(0,S.a1)(ht))}this._lastBoundingBoxSize=Qe,Ie(this._boundingBox.style,nt)}_resetBoundingBoxStyles(){Ie(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){Ie(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(ke,Je){const Qe={},nt=this._hasExactPosition(),Ue=this._hasFlexibleDimensions,ht=this._overlayRef.getConfig();if(nt){const vt=this._viewportRuler.getViewportScrollPosition();Ie(Qe,this._getExactOverlayY(Je,ke,vt)),Ie(Qe,this._getExactOverlayX(Je,ke,vt))}else Qe.position="static";let tt="",wt=this._getOffset(Je,"x"),ut=this._getOffset(Je,"y");wt&&(tt+=`translateX(${wt}px) `),ut&&(tt+=`translateY(${ut}px)`),Qe.transform=tt.trim(),ht.maxHeight&&(nt?Qe.maxHeight=(0,S.a1)(ht.maxHeight):Ue&&(Qe.maxHeight="")),ht.maxWidth&&(nt?Qe.maxWidth=(0,S.a1)(ht.maxWidth):Ue&&(Qe.maxWidth="")),Ie(this._pane.style,Qe)}_getExactOverlayY(ke,Je,Qe){let nt={top:"",bottom:""},Ue=this._getOverlayPoint(Je,this._overlayRect,ke);return this._isPushed&&(Ue=this._pushOverlayOnScreen(Ue,this._overlayRect,Qe)),"bottom"===ke.overlayY?nt.bottom=this._document.documentElement.clientHeight-(Ue.y+this._overlayRect.height)+"px":nt.top=(0,S.a1)(Ue.y),nt}_getExactOverlayX(ke,Je,Qe){let ht,nt={left:"",right:""},Ue=this._getOverlayPoint(Je,this._overlayRect,ke);return this._isPushed&&(Ue=this._pushOverlayOnScreen(Ue,this._overlayRect,Qe)),ht=this._isRtl()?"end"===ke.overlayX?"left":"right":"end"===ke.overlayX?"right":"left","right"===ht?nt.right=this._document.documentElement.clientWidth-(Ue.x+this._overlayRect.width)+"px":nt.left=(0,S.a1)(Ue.x),nt}_getScrollVisibility(){const ke=this._getOriginRect(),Je=this._pane.getBoundingClientRect(),Qe=this._scrollables.map(nt=>nt.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:ye(ke,Qe),isOriginOutsideView:ae(ke,Qe),isOverlayClipped:ye(Je,Qe),isOverlayOutsideView:ae(Je,Qe)}}_subtractOverflows(ke,...Je){return Je.reduce((Qe,nt)=>Qe-Math.max(nt,0),ke)}_getNarrowedViewportRect(){const ke=this._document.documentElement.clientWidth,Je=this._document.documentElement.clientHeight,Qe=this._viewportRuler.getViewportScrollPosition();return{top:Qe.top+this._viewportMargin,left:Qe.left+this._viewportMargin,right:Qe.left+ke-this._viewportMargin,bottom:Qe.top+Je-this._viewportMargin,width:ke-2*this._viewportMargin,height:Je-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(ke,Je){return"x"===Je?null==ke.offsetX?this._offsetX:ke.offsetX:null==ke.offsetY?this._offsetY:ke.offsetY}_validatePositions(){}_addPanelClasses(ke){this._pane&&(0,S.FG)(ke).forEach(Je=>{""!==Je&&-1===this._appliedPanelClasses.indexOf(Je)&&(this._appliedPanelClasses.push(Je),this._pane.classList.add(Je))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(ke=>{this._pane.classList.remove(ke)}),this._appliedPanelClasses=[])}_getOriginRect(){const ke=this._origin;if(ke instanceof C.aKT)return ke.nativeElement.getBoundingClientRect();if(ke instanceof Element)return ke.getBoundingClientRect();const Je=ke.width||0,Qe=ke.height||0;return{top:ke.y,bottom:ke.y+Qe,left:ke.x,right:ke.x+Je,height:Qe,width:Je}}}function Ie(Nt,ke){for(let Je in ke)ke.hasOwnProperty(Je)&&(Nt[Je]=ke[Je]);return Nt}function at(Nt){if("number"!=typeof Nt&&null!=Nt){const[ke,Je]=Nt.split(N);return Je&&"px"!==Je?null:parseFloat(ke)}return Nt||null}function Ye(Nt){return{top:Math.floor(Nt.top),right:Math.floor(Nt.right),bottom:Math.floor(Nt.bottom),left:Math.floor(Nt.left),width:Math.floor(Nt.width),height:Math.floor(Nt.height)}}const te="cdk-global-overlay-wrapper";class oe{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._alignItems="",this._xPosition="",this._xOffset="",this._width="",this._height="",this._isDisposed=!1}attach(ke){const Je=ke.getConfig();this._overlayRef=ke,this._width&&!Je.width&&ke.updateSize({width:this._width}),this._height&&!Je.height&&ke.updateSize({height:this._height}),ke.hostElement.classList.add(te),this._isDisposed=!1}top(ke=""){return this._bottomOffset="",this._topOffset=ke,this._alignItems="flex-start",this}left(ke=""){return this._xOffset=ke,this._xPosition="left",this}bottom(ke=""){return this._topOffset="",this._bottomOffset=ke,this._alignItems="flex-end",this}right(ke=""){return this._xOffset=ke,this._xPosition="right",this}start(ke=""){return this._xOffset=ke,this._xPosition="start",this}end(ke=""){return this._xOffset=ke,this._xPosition="end",this}width(ke=""){return this._overlayRef?this._overlayRef.updateSize({width:ke}):this._width=ke,this}height(ke=""){return this._overlayRef?this._overlayRef.updateSize({height:ke}):this._height=ke,this}centerHorizontally(ke=""){return this.left(ke),this._xPosition="center",this}centerVertically(ke=""){return this.top(ke),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const ke=this._overlayRef.overlayElement.style,Je=this._overlayRef.hostElement.style,Qe=this._overlayRef.getConfig(),{width:nt,height:Ue,maxWidth:ht,maxHeight:tt}=Qe,wt=!("100%"!==nt&&"100vw"!==nt||ht&&"100%"!==ht&&"100vw"!==ht),ut=!("100%"!==Ue&&"100vh"!==Ue||tt&&"100%"!==tt&&"100vh"!==tt),vt=this._xPosition,Ze=this._xOffset,jt="rtl"===this._overlayRef.getConfig().direction;let qe="",dt="",Le="";wt?Le="flex-start":"center"===vt?(Le="center",jt?dt=Ze:qe=Ze):jt?"left"===vt||"end"===vt?(Le="flex-end",qe=Ze):("right"===vt||"start"===vt)&&(Le="flex-start",dt=Ze):"left"===vt||"start"===vt?(Le="flex-start",qe=Ze):("right"===vt||"end"===vt)&&(Le="flex-end",dt=Ze),ke.position=this._cssPosition,ke.marginLeft=wt?"0":qe,ke.marginTop=ut?"0":this._topOffset,ke.marginBottom=this._bottomOffset,ke.marginRight=wt?"0":dt,Je.justifyContent=Le,Je.alignItems=ut?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const ke=this._overlayRef.overlayElement.style,Je=this._overlayRef.hostElement,Qe=Je.style;Je.classList.remove(te),Qe.justifyContent=Qe.alignItems=ke.marginTop=ke.marginBottom=ke.marginLeft=ke.marginRight=ke.position="",this._overlayRef=null,this._isDisposed=!0}}let _e=(()=>{class Nt{constructor(Je,Qe,nt,Ue){this._viewportRuler=Je,this._document=Qe,this._platform=nt,this._overlayContainer=Ue}global(){return new oe}flexibleConnectedTo(Je){return new ne(Je,this._viewportRuler,this._document,this._platform,this._overlayContainer)}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(t.Xj),C.KVO(e.qQ),C.KVO(l.OD),C.KVO(r))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),de=0,pe=(()=>{class Nt{constructor(Je,Qe,nt,Ue,ht,tt,wt,ut,vt,Ze,jt,qe){this.scrollStrategies=Je,this._overlayContainer=Qe,this._componentFactoryResolver=nt,this._positionBuilder=Ue,this._keyboardDispatcher=ht,this._injector=tt,this._ngZone=wt,this._document=ut,this._directionality=vt,this._location=Ze,this._outsideClickDispatcher=jt,this._animationsModuleType=qe}create(Je){const Qe=this._createHostElement(),nt=this._createPaneElement(Qe),Ue=this._createPortalOutlet(nt),ht=new D(Je);return ht.direction=ht.direction||this._directionality.value,new v(Ue,Qe,nt,ht,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher,"NoopAnimations"===this._animationsModuleType)}position(){return this._positionBuilder}_createPaneElement(Je){const Qe=this._document.createElement("div");return Qe.id="cdk-overlay-"+de++,Qe.classList.add("cdk-overlay-pane"),Je.appendChild(Qe),Qe}_createHostElement(){const Je=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(Je),Je}_createPortalOutlet(Je){return this._appRef||(this._appRef=this._injector.get(C.o8S)),new k.aI(Je,this._componentFactoryResolver,this._appRef,this._injector,this._document)}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.KVO(be),C.KVO(r),C.KVO(C.OM3),C.KVO(_e),C.KVO(O),C.KVO(C.zZn),C.KVO(C.SKi),C.KVO(e.qQ),C.KVO(T.dS),C.KVO(e.aZ),C.KVO(_),C.KVO(C.bc$,8))}}static{this.\u0275prov=C.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();const We=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],se=new C.nKC("cdk-connected-overlay-scroll-strategy");let fe=(()=>{class Nt{constructor(Je){this.elementRef=Je}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.rXU(C.aKT))}}static{this.\u0275dir=C.FsC({type:Nt,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"],standalone:!0})}}return Nt})(),he=(()=>{class Nt{get offsetX(){return this._offsetX}set offsetX(Je){this._offsetX=Je,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(Je){this._offsetY=Je,this._position&&this._updatePositionStrategy(this._position)}get disposeOnNavigation(){return this._disposeOnNavigation}set disposeOnNavigation(Je){this._disposeOnNavigation=Je}constructor(Je,Qe,nt,Ue,ht){this._overlay=Je,this._dir=ht,this._backdropSubscription=V.yU.EMPTY,this._attachSubscription=V.yU.EMPTY,this._detachSubscription=V.yU.EMPTY,this._positionSubscription=V.yU.EMPTY,this._disposeOnNavigation=!1,this.viewportMargin=0,this.open=!1,this.disableClose=!1,this.hasBackdrop=!1,this.lockPosition=!1,this.flexibleDimensions=!1,this.growAfterOpen=!1,this.push=!1,this.backdropClick=new C.bkB,this.positionChange=new C.bkB,this.attach=new C.bkB,this.detach=new C.bkB,this.overlayKeydown=new C.bkB,this.overlayOutsideClick=new C.bkB,this._templatePortal=new k.VA(Qe,nt),this._scrollStrategyFactory=Ue,this.scrollStrategy=this._scrollStrategyFactory()}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef&&this._overlayRef.dispose()}ngOnChanges(Je){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),Je.origin&&this.open&&this._position.apply()),Je.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=We);const Je=this._overlayRef=this._overlay.create(this._buildConfig());this._attachSubscription=Je.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=Je.detachments().subscribe(()=>this.detach.emit()),Je.keydownEvents().subscribe(Qe=>{this.overlayKeydown.next(Qe),Qe.keyCode===G._f&&!this.disableClose&&!(0,G.rp)(Qe)&&(Qe.preventDefault(),this._detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(Qe=>{this.overlayOutsideClick.next(Qe)})}_buildConfig(){const Je=this._position=this.positionStrategy||this._createPositionStrategy(),Qe=new D({direction:this._dir,positionStrategy:Je,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop,disposeOnNavigation:this.disposeOnNavigation});return(this.width||0===this.width)&&(Qe.width=this.width),(this.height||0===this.height)&&(Qe.height=this.height),(this.minWidth||0===this.minWidth)&&(Qe.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(Qe.minHeight=this.minHeight),this.backdropClass&&(Qe.backdropClass=this.backdropClass),this.panelClass&&(Qe.panelClass=this.panelClass),Qe}_updatePositionStrategy(Je){const Qe=this.positions.map(nt=>({originX:nt.originX,originY:nt.originY,overlayX:nt.overlayX,overlayY:nt.overlayY,offsetX:nt.offsetX||this.offsetX,offsetY:nt.offsetY||this.offsetY,panelClass:nt.panelClass||void 0}));return Je.setOrigin(this._getFlexibleConnectedPositionStrategyOrigin()).withPositions(Qe).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const Je=this._overlay.position().flexibleConnectedTo(this._getFlexibleConnectedPositionStrategyOrigin());return this._updatePositionStrategy(Je),Je}_getFlexibleConnectedPositionStrategyOrigin(){return this.origin instanceof fe?this.origin.elementRef:this.origin}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(Je=>{this.backdropClick.emit(Je)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe(function y(Nt,ke=!1){return(0,d.N)((Je,Qe)=>{let nt=0;Je.subscribe((0,w._)(Qe,Ue=>{const ht=Nt(Ue,nt++);(ht||ke)&&Qe.next(Ue),!ht&&Qe.complete()}))})}(()=>this.positionChange.observers.length>0)).subscribe(Je=>{this.positionChange.emit(Je),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()}))}_detachOverlay(){this._overlayRef&&this._overlayRef.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe()}static{this.\u0275fac=function(Qe){return new(Qe||Nt)(C.rXU(pe),C.rXU(C.C4Q),C.rXU(C.c1b),C.rXU(se),C.rXU(T.dS,8))}}static{this.\u0275dir=C.FsC({type:Nt,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:[0,"cdkConnectedOverlayOrigin","origin"],positions:[0,"cdkConnectedOverlayPositions","positions"],positionStrategy:[0,"cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:[0,"cdkConnectedOverlayOffsetX","offsetX"],offsetY:[0,"cdkConnectedOverlayOffsetY","offsetY"],width:[0,"cdkConnectedOverlayWidth","width"],height:[0,"cdkConnectedOverlayHeight","height"],minWidth:[0,"cdkConnectedOverlayMinWidth","minWidth"],minHeight:[0,"cdkConnectedOverlayMinHeight","minHeight"],backdropClass:[0,"cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:[0,"cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:[0,"cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:[0,"cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:[0,"cdkConnectedOverlayOpen","open"],disableClose:[0,"cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:[0,"cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:[2,"cdkConnectedOverlayHasBackdrop","hasBackdrop",C.L39],lockPosition:[2,"cdkConnectedOverlayLockPosition","lockPosition",C.L39],flexibleDimensions:[2,"cdkConnectedOverlayFlexibleDimensions","flexibleDimensions",C.L39],growAfterOpen:[2,"cdkConnectedOverlayGrowAfterOpen","growAfterOpen",C.L39],push:[2,"cdkConnectedOverlayPush","push",C.L39],disposeOnNavigation:[2,"cdkConnectedOverlayDisposeOnNavigation","disposeOnNavigation",C.L39]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],standalone:!0,features:[C.GFd,C.OA$]})}}return Nt})();const Ke={provide:se,deps:[pe],useFactory:function et(Nt){return()=>Nt.scrollStrategies.reposition()}};let Ct=(()=>{class Nt{static{this.\u0275fac=function(Qe){return new(Qe||Nt)}}static{this.\u0275mod=C.$C({type:Nt})}static{this.\u0275inj=C.G2t({providers:[pe,Ke],imports:[T.jI,k.jc,t.E9,t.E9]})}}return Nt})()},6860:(Ve,ee,p)=>{"use strict";p.d(ee,{BD:()=>V,BQ:()=>y,CZ:()=>F,Fb:()=>Z,KT:()=>Y,MU:()=>R,OD:()=>S,v8:()=>ie,vc:()=>$});var t=p(4438),e=p(177);let C;try{C=typeof Intl<"u"&&Intl.v8BreakIterator}catch{C=!1}let x,S=(()=>{class ve{constructor(ye){this._platformId=ye,this.isBrowser=this._platformId?(0,e.UE)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!C)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}static{this.\u0275fac=function(ue){return new(ue||ve)(t.KVO(t.Agw))}}static{this.\u0275prov=t.jDH({token:ve,factory:ve.\u0275fac,providedIn:"root"})}}return ve})();const m=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function R(){if(x)return x;if("object"!=typeof document||!document)return x=new Set(m),x;let ve=document.createElement("input");return x=new Set(m.filter(ae=>(ve.setAttribute("type",ae),ve.type===ae))),x}let d,T,k,U;function y(ve){return function w(){if(null==d&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>d=!0}))}finally{d=d||!1}return d}()?ve:!!ve.capture}function F(){if(null==k){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return k=!1,k;if("scrollBehavior"in document.documentElement.style)k=!0;else{const ve=Element.prototype.scrollTo;k=!!ve&&!/\{\s*\[native code\]\s*\}/.test(ve.toString())}}return k}function V(){if("object"!=typeof document||!document)return 0;if(null==T){const ve=document.createElement("div"),ae=ve.style;ve.dir="rtl",ae.width="1px",ae.overflow="auto",ae.visibility="hidden",ae.pointerEvents="none",ae.position="absolute";const ye=document.createElement("div"),ue=ye.style;ue.width="2px",ue.height="1px",ve.appendChild(ye),document.body.appendChild(ve),T=0,0===ve.scrollLeft&&(ve.scrollLeft=1,T=0===ve.scrollLeft?1:2),ve.remove()}return T}function Y(ve){if(function G(){if(null==U){const ve=typeof document<"u"?document.head:null;U=!(!ve||!ve.createShadowRoot&&!ve.attachShadow)}return U}()){const ae=ve.getRootNode?ve.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&ae instanceof ShadowRoot)return ae}return null}function $(){let ve=typeof document<"u"&&document?document.activeElement:null;for(;ve&&ve.shadowRoot;){const ae=ve.shadowRoot.activeElement;if(ae===ve)break;ve=ae}return ve}function Z(ve){return ve.composedPath?ve.composedPath()[0]:ve.target}function ie(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}},6939:(Ve,ee,p)=>{"use strict";p.d(ee,{A8:()=>w,I3:()=>$,VA:()=>y,aI:()=>V,bV:()=>G,jc:()=>ie,lb:()=>k});var t=p(4438),e=p(177);class d{attach(ye){return this._attachedHost=ye,ye.attach(this)}detach(){let ye=this._attachedHost;null!=ye&&(this._attachedHost=null,ye.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(ye){this._attachedHost=ye}}class w extends d{constructor(ye,ue,be,D,n){super(),this.component=ye,this.viewContainerRef=ue,this.injector=be,this.componentFactoryResolver=D,this.projectableNodes=n}}class y extends d{constructor(ye,ue,be,D){super(),this.templateRef=ye,this.viewContainerRef=ue,this.context=be,this.injector=D}get origin(){return this.templateRef.elementRef}attach(ye,ue=this.context){return this.context=ue,super.attach(ye)}detach(){return this.context=void 0,super.detach()}}class T extends d{constructor(ye){super(),this.element=ye instanceof t.aKT?ye.nativeElement:ye}}class k{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(ye){return ye instanceof w?(this._attachedPortal=ye,this.attachComponentPortal(ye)):ye instanceof y?(this._attachedPortal=ye,this.attachTemplatePortal(ye)):this.attachDomPortal&&ye instanceof T?(this._attachedPortal=ye,this.attachDomPortal(ye)):void 0}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(ye){this._disposeFn=ye}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class V extends k{constructor(ye,ue,be,D,n){super(),this.outletElement=ye,this._componentFactoryResolver=ue,this._appRef=be,this._defaultInjector=D,this.attachDomPortal=c=>{const f=c.element,h=this._document.createComment("dom-portal");f.parentNode.insertBefore(h,f),this.outletElement.appendChild(f),this._attachedPortal=c,super.setDisposeFn(()=>{h.parentNode&&h.parentNode.replaceChild(f,h)})},this._document=n}attachComponentPortal(ye){const be=(ye.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(ye.component);let D;return ye.viewContainerRef?(D=ye.viewContainerRef.createComponent(be,ye.viewContainerRef.length,ye.injector||ye.viewContainerRef.injector,ye.projectableNodes||void 0),this.setDisposeFn(()=>D.destroy())):(D=be.create(ye.injector||this._defaultInjector||t.zZn.NULL),this._appRef.attachView(D.hostView),this.setDisposeFn(()=>{this._appRef.viewCount>0&&this._appRef.detachView(D.hostView),D.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(D)),this._attachedPortal=ye,D}attachTemplatePortal(ye){let ue=ye.viewContainerRef,be=ue.createEmbeddedView(ye.templateRef,ye.context,{injector:ye.injector});return be.rootNodes.forEach(D=>this.outletElement.appendChild(D)),be.detectChanges(),this.setDisposeFn(()=>{let D=ue.indexOf(be);-1!==D&&ue.remove(D)}),this._attachedPortal=ye,be}dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(ye){return ye.hostView.rootNodes[0]}}let G=(()=>{class ae extends y{constructor(ue,be){super(ue,be)}static{this.\u0275fac=function(be){return new(be||ae)(t.rXU(t.C4Q),t.rXU(t.c1b))}}static{this.\u0275dir=t.FsC({type:ae,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[t.Vt3]})}}return ae})(),$=(()=>{class ae extends k{constructor(ue,be,D){super(),this._componentFactoryResolver=ue,this._viewContainerRef=be,this._isInitialized=!1,this.attached=new t.bkB,this.attachDomPortal=n=>{const c=n.element,f=this._document.createComment("dom-portal");n.setAttachedHost(this),c.parentNode.insertBefore(f,c),this._getRootNode().appendChild(c),this._attachedPortal=n,super.setDisposeFn(()=>{f.parentNode&&f.parentNode.replaceChild(c,f)})},this._document=D}get portal(){return this._attachedPortal}set portal(ue){this.hasAttached()&&!ue&&!this._isInitialized||(this.hasAttached()&&super.detach(),ue&&super.attach(ue),this._attachedPortal=ue||null)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(ue){ue.setAttachedHost(this);const be=null!=ue.viewContainerRef?ue.viewContainerRef:this._viewContainerRef,n=(ue.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(ue.component),c=be.createComponent(n,be.length,ue.injector||be.injector,ue.projectableNodes||void 0);return be!==this._viewContainerRef&&this._getRootNode().appendChild(c.hostView.rootNodes[0]),super.setDisposeFn(()=>c.destroy()),this._attachedPortal=ue,this._attachedRef=c,this.attached.emit(c),c}attachTemplatePortal(ue){ue.setAttachedHost(this);const be=this._viewContainerRef.createEmbeddedView(ue.templateRef,ue.context,{injector:ue.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=ue,this._attachedRef=be,this.attached.emit(be),be}_getRootNode(){const ue=this._viewContainerRef.element.nativeElement;return ue.nodeType===ue.ELEMENT_NODE?ue:ue.parentNode}static{this.\u0275fac=function(be){return new(be||ae)(t.rXU(t.OM3),t.rXU(t.c1b),t.rXU(e.qQ))}}static{this.\u0275dir=t.FsC({type:ae,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:[0,"cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[t.Vt3]})}}return ae})(),ie=(()=>{class ae{static{this.\u0275fac=function(be){return new(be||ae)}}static{this.\u0275mod=t.$C({type:ae})}static{this.\u0275inj=t.G2t({})}}return ae})()},5542:(Ve,ee,p)=>{"use strict";p.d(ee,{uv:()=>f,Gj:()=>at,R:()=>c,E9:()=>Ye,Xj:()=>M});var t=p(4085),e=p(4438),C=p(1413),S=p(7673),l=p(1985),x=p(3726),m=p(6780),R=p(8359);const d={schedule(rt){let re=requestAnimationFrame,te=cancelAnimationFrame;const{delegate:oe}=d;oe&&(re=oe.requestAnimationFrame,te=oe.cancelAnimationFrame);const _e=re(de=>{te=void 0,rt(de)});return new R.yU(()=>te?.(_e))},requestAnimationFrame(...rt){const{delegate:re}=d;return(re?.requestAnimationFrame||requestAnimationFrame)(...rt)},cancelAnimationFrame(...rt){const{delegate:re}=d;return(re?.cancelAnimationFrame||cancelAnimationFrame)(...rt)},delegate:void 0};var y=p(9687);new class T extends y.q{flush(re){this._active=!0;const te=this._scheduled;this._scheduled=void 0;const{actions:oe}=this;let _e;re=re||oe.shift();do{if(_e=re.execute(re.state,re.delay))break}while((re=oe[0])&&re.id===te&&oe.shift());if(this._active=!1,_e){for(;(re=oe[0])&&re.id===te&&oe.shift();)re.unsubscribe();throw _e}}}(class w extends m.R{constructor(re,te){super(re,te),this.scheduler=re,this.work=te}requestAsyncId(re,te,oe=0){return null!==oe&&oe>0?super.requestAsyncId(re,te,oe):(re.actions.push(this),re._scheduled||(re._scheduled=d.requestAnimationFrame(()=>re.flush(void 0))))}recycleAsyncId(re,te,oe=0){var _e;if(null!=oe?oe>0:this.delay>0)return super.recycleAsyncId(re,te,oe);const{actions:de}=re;null!=te&&(null===(_e=de[de.length-1])||void 0===_e?void 0:_e.id)!==te&&(d.cancelAnimationFrame(te),re._scheduled=void 0)}});p(5007);var U=p(3798),G=p(5964),Y=p(6977),$=p(6860),Z=p(177),ie=p(8203);let c=(()=>{class rt{constructor(te,oe,_e){this._ngZone=te,this._platform=oe,this._scrolled=new C.B,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=_e}register(te){this.scrollContainers.has(te)||this.scrollContainers.set(te,te.elementScrolled().subscribe(()=>this._scrolled.next(te)))}deregister(te){const oe=this.scrollContainers.get(te);oe&&(oe.unsubscribe(),this.scrollContainers.delete(te))}scrolled(te=20){return this._platform.isBrowser?new l.c(oe=>{this._globalSubscription||this._addGlobalListener();const _e=te>0?this._scrolled.pipe((0,U.Z)(te)).subscribe(oe):this._scrolled.subscribe(oe);return this._scrolledCount++,()=>{_e.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):(0,S.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((te,oe)=>this.deregister(oe)),this._scrolled.complete()}ancestorScrolled(te,oe){const _e=this.getAncestorScrollContainers(te);return this.scrolled(oe).pipe((0,G.p)(de=>!de||_e.indexOf(de)>-1))}getAncestorScrollContainers(te){const oe=[];return this.scrollContainers.forEach((_e,de)=>{this._scrollableContainsElement(de,te)&&oe.push(de)}),oe}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(te,oe){let _e=(0,t.i8)(oe),de=te.getElementRef().nativeElement;do{if(_e==de)return!0}while(_e=_e.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const te=this._getWindow();return(0,x.R)(te.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}static{this.\u0275fac=function(oe){return new(oe||rt)(e.KVO(e.SKi),e.KVO($.OD),e.KVO(Z.qQ,8))}}static{this.\u0275prov=e.jDH({token:rt,factory:rt.\u0275fac,providedIn:"root"})}}return rt})(),f=(()=>{class rt{constructor(te,oe,_e,de){this.elementRef=te,this.scrollDispatcher=oe,this.ngZone=_e,this.dir=de,this._destroyed=new C.B,this._elementScrolled=new l.c(pe=>this.ngZone.runOutsideAngular(()=>(0,x.R)(this.elementRef.nativeElement,"scroll").pipe((0,Y.Q)(this._destroyed)).subscribe(pe)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(te){const oe=this.elementRef.nativeElement,_e=this.dir&&"rtl"==this.dir.value;null==te.left&&(te.left=_e?te.end:te.start),null==te.right&&(te.right=_e?te.start:te.end),null!=te.bottom&&(te.top=oe.scrollHeight-oe.clientHeight-te.bottom),_e&&0!=(0,$.BD)()?(null!=te.left&&(te.right=oe.scrollWidth-oe.clientWidth-te.left),2==(0,$.BD)()?te.left=te.right:1==(0,$.BD)()&&(te.left=te.right?-te.right:te.right)):null!=te.right&&(te.left=oe.scrollWidth-oe.clientWidth-te.right),this._applyScrollToOptions(te)}_applyScrollToOptions(te){const oe=this.elementRef.nativeElement;(0,$.CZ)()?oe.scrollTo(te):(null!=te.top&&(oe.scrollTop=te.top),null!=te.left&&(oe.scrollLeft=te.left))}measureScrollOffset(te){const oe="left",de=this.elementRef.nativeElement;if("top"==te)return de.scrollTop;if("bottom"==te)return de.scrollHeight-de.clientHeight-de.scrollTop;const pe=this.dir&&"rtl"==this.dir.value;return"start"==te?te=pe?"right":oe:"end"==te&&(te=pe?oe:"right"),pe&&2==(0,$.BD)()?te==oe?de.scrollWidth-de.clientWidth-de.scrollLeft:de.scrollLeft:pe&&1==(0,$.BD)()?te==oe?de.scrollLeft+de.scrollWidth-de.clientWidth:-de.scrollLeft:te==oe?de.scrollLeft:de.scrollWidth-de.clientWidth-de.scrollLeft}static{this.\u0275fac=function(oe){return new(oe||rt)(e.rXU(e.aKT),e.rXU(c),e.rXU(e.SKi),e.rXU(ie.dS,8))}}static{this.\u0275dir=e.FsC({type:rt,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]],standalone:!0})}}return rt})(),M=(()=>{class rt{constructor(te,oe,_e){this._platform=te,this._change=new C.B,this._changeListener=de=>{this._change.next(de)},this._document=_e,oe.runOutsideAngular(()=>{if(te.isBrowser){const de=this._getWindow();de.addEventListener("resize",this._changeListener),de.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){const te=this._getWindow();te.removeEventListener("resize",this._changeListener),te.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const te={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),te}getViewportRect(){const te=this.getViewportScrollPosition(),{width:oe,height:_e}=this.getViewportSize();return{top:te.top,left:te.left,bottom:te.top+_e,right:te.left+oe,height:_e,width:oe}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const te=this._document,oe=this._getWindow(),_e=te.documentElement,de=_e.getBoundingClientRect();return{top:-de.top||te.body.scrollTop||oe.scrollY||_e.scrollTop||0,left:-de.left||te.body.scrollLeft||oe.scrollX||_e.scrollLeft||0}}change(te=20){return te>0?this._change.pipe((0,U.Z)(te)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const te=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:te.innerWidth,height:te.innerHeight}:{width:0,height:0}}static{this.\u0275fac=function(oe){return new(oe||rt)(e.KVO($.OD),e.KVO(e.SKi),e.KVO(Z.qQ,8))}}static{this.\u0275prov=e.jDH({token:rt,factory:rt.\u0275fac,providedIn:"root"})}}return rt})(),at=(()=>{class rt{static{this.\u0275fac=function(oe){return new(oe||rt)}}static{this.\u0275mod=e.$C({type:rt})}static{this.\u0275inj=e.G2t({})}}return rt})(),Ye=(()=>{class rt{static{this.\u0275fac=function(oe){return new(oe||rt)}}static{this.\u0275mod=e.$C({type:rt})}static{this.\u0275inj=e.G2t({imports:[ie.jI,at,ie.jI,at]})}}return rt})()},7768:(Ve,ee,p)=>{"use strict";p.d(ee,{FK:()=>ie,Up:()=>$,VI:()=>Y,nb:()=>k,oX:()=>T,uY:()=>ve,v5:()=>Z,x8:()=>G});var t=p(8617),e=p(8203),C=p(7336),S=p(4438),l=p(6860),x=p(1413),m=p(7673),R=p(9172),d=p(6977);const w=["*"];function y(ae,ye){1&ae&&S.SdG(0)}let T=(()=>{class ae{constructor(ue){this._elementRef=ue}focus(){this._elementRef.nativeElement.focus()}static{this.\u0275fac=function(be){return new(be||ae)(S.rXU(S.aKT))}}static{this.\u0275dir=S.FsC({type:ae,selectors:[["","cdkStepHeader",""]],hostAttrs:["role","tab"]})}}return ae})(),k=(()=>{class ae{constructor(ue){this.template=ue}static{this.\u0275fac=function(be){return new(be||ae)(S.rXU(S.C4Q))}}static{this.\u0275dir=S.FsC({type:ae,selectors:[["","cdkStepLabel",""]]})}}return ae})(),F=0;const G=new S.nKC("STEPPER_GLOBAL_OPTIONS");let Y=(()=>{class ae{get completed(){return null==this._completedOverride?this._getDefaultCompleted():this._completedOverride}set completed(ue){this._completedOverride=ue}_getDefaultCompleted(){return this.stepControl?this.stepControl.valid&&this.interacted:this.interacted}get hasError(){return null==this._customError?this._getDefaultError():this._customError}set hasError(ue){this._customError=ue}_getDefaultError(){return this.stepControl&&this.stepControl.invalid&&this.interacted}constructor(ue,be){this._stepper=ue,this.interacted=!1,this.interactedStream=new S.bkB,this.editable=!0,this.optional=!1,this._completedOverride=null,this._customError=null,this._stepperOptions=be||{},this._displayDefaultIndicatorType=!1!==this._stepperOptions.displayDefaultIndicatorType}select(){this._stepper.selected=this}reset(){this.interacted=!1,null!=this._completedOverride&&(this._completedOverride=!1),null!=this._customError&&(this._customError=!1),this.stepControl&&this.stepControl.reset()}ngOnChanges(){this._stepper._stateChanged()}_markAsInteracted(){this.interacted||(this.interacted=!0,this.interactedStream.emit(this))}_showError(){return this._stepperOptions.showError??null!=this._customError}static{this.\u0275fac=function(be){return new(be||ae)(S.rXU((0,S.Rfq)(()=>$)),S.rXU(G,8))}}static{this.\u0275cmp=S.VBU({type:ae,selectors:[["cdk-step"]],contentQueries:function(be,D,n){if(1&be&&S.wni(n,k,5),2&be){let c;S.mGM(c=S.lsd())&&(D.stepLabel=c.first)}},viewQuery:function(be,D){if(1&be&&S.GBs(S.C4Q,7),2&be){let n;S.mGM(n=S.lsd())&&(D.content=n.first)}},inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],state:"state",editable:[2,"editable","editable",S.L39],optional:[2,"optional","optional",S.L39],completed:[2,"completed","completed",S.L39],hasError:[2,"hasError","hasError",S.L39]},outputs:{interactedStream:"interacted"},exportAs:["cdkStep"],features:[S.GFd,S.OA$],ngContentSelectors:w,decls:1,vars:0,template:function(be,D){1&be&&(S.NAR(),S.DNE(0,y,1,0,"ng-template"))},encapsulation:2,changeDetection:0})}}return ae})(),$=(()=>{class ae{get selectedIndex(){return this._selectedIndex}set selectedIndex(ue){this.steps&&this._steps?(this._isValidIndex(ue),this.selected?._markAsInteracted(),this._selectedIndex!==ue&&!this._anyControlsInvalidOrPending(ue)&&(ue>=this._selectedIndex||this.steps.toArray()[ue].editable)&&this._updateSelectedItemIndex(ue)):this._selectedIndex=ue}get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(ue){this.selectedIndex=ue&&this.steps?this.steps.toArray().indexOf(ue):-1}get orientation(){return this._orientation}set orientation(ue){this._orientation=ue,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===ue)}constructor(ue,be,D){this._dir=ue,this._changeDetectorRef=be,this._elementRef=D,this._destroyed=new x.B,this.steps=new S.rOR,this._sortedHeaders=new S.rOR,this.linear=!1,this._selectedIndex=0,this.selectionChange=new S.bkB,this.selectedIndexChange=new S.bkB,this._orientation="horizontal",this._groupId=F++}ngAfterContentInit(){this._steps.changes.pipe((0,R.Z)(this._steps),(0,d.Q)(this._destroyed)).subscribe(ue=>{this.steps.reset(ue.filter(be=>be._stepper===this)),this.steps.notifyOnChanges()})}ngAfterViewInit(){this._stepHeader.changes.pipe((0,R.Z)(this._stepHeader),(0,d.Q)(this._destroyed)).subscribe(ue=>{this._sortedHeaders.reset(ue.toArray().sort((be,D)=>be._elementRef.nativeElement.compareDocumentPosition(D._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1)),this._sortedHeaders.notifyOnChanges()}),this._keyManager=new t.Bu(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),(this._dir?this._dir.change:(0,m.of)()).pipe((0,R.Z)(this._layoutDirection()),(0,d.Q)(this._destroyed)).subscribe(ue=>this._keyManager.withHorizontalOrientation(ue)),this._keyManager.updateActiveItem(this._selectedIndex),this.steps.changes.subscribe(()=>{this.selected||(this._selectedIndex=Math.max(this._selectedIndex-1,0))}),this._isValidIndex(this._selectedIndex)||(this._selectedIndex=0)}ngOnDestroy(){this._keyManager?.destroy(),this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach(ue=>ue.reset()),this._stateChanged()}_getStepLabelId(ue){return`cdk-step-label-${this._groupId}-${ue}`}_getStepContentId(ue){return`cdk-step-content-${this._groupId}-${ue}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(ue){const be=ue-this._selectedIndex;return be<0?"rtl"===this._layoutDirection()?"next":"previous":be>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getIndicatorType(ue,be="number"){const D=this.steps.toArray()[ue],n=this._isCurrentStep(ue);return D._displayDefaultIndicatorType?this._getDefaultIndicatorLogic(D,n):this._getGuidelineLogic(D,n,be)}_getDefaultIndicatorLogic(ue,be){return ue._showError()&&ue.hasError&&!be?"error":!ue.completed||be?"number":ue.editable?"edit":"done"}_getGuidelineLogic(ue,be,D="number"){return ue._showError()&&ue.hasError&&!be?"error":ue.completed&&!be?"done":ue.completed&&be?D:ue.editable&&be?"edit":D}_isCurrentStep(ue){return this._selectedIndex===ue}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex}_updateSelectedItemIndex(ue){const be=this.steps.toArray();this.selectionChange.emit({selectedIndex:ue,previouslySelectedIndex:this._selectedIndex,selectedStep:be[ue],previouslySelectedStep:be[this._selectedIndex]}),this._containsFocus()?this._keyManager.setActiveItem(ue):this._keyManager.updateActiveItem(ue),this._selectedIndex=ue,this.selectedIndexChange.emit(this._selectedIndex),this._stateChanged()}_onKeydown(ue){const be=(0,C.rp)(ue),D=ue.keyCode,n=this._keyManager;null==n.activeItemIndex||be||D!==C.t6&&D!==C.Fm?n.setFocusOrigin("keyboard").onKeydown(ue):(this.selectedIndex=n.activeItemIndex,ue.preventDefault())}_anyControlsInvalidOrPending(ue){return!!(this.linear&&ue>=0)&&this.steps.toArray().slice(0,ue).some(be=>{const D=be.stepControl;return(D?D.invalid||D.pending||!be.interacted:!be.completed)&&!be.optional&&!be._completedOverride})}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const ue=this._elementRef.nativeElement,be=(0,l.vc)();return ue===be||ue.contains(be)}_isValidIndex(ue){return ue>-1&&(!this.steps||ue{class ae{constructor(ue){this._stepper=ue,this.type="submit"}static{this.\u0275fac=function(be){return new(be||ae)(S.rXU($))}}static{this.\u0275dir=S.FsC({type:ae,selectors:[["button","cdkStepperNext",""]],hostVars:1,hostBindings:function(be,D){1&be&&S.bIt("click",function(){return D._stepper.next()}),2&be&&S.Mr5("type",D.type)},inputs:{type:"type"}})}}return ae})(),ie=(()=>{class ae{constructor(ue){this._stepper=ue,this.type="button"}static{this.\u0275fac=function(be){return new(be||ae)(S.rXU($))}}static{this.\u0275dir=S.FsC({type:ae,selectors:[["button","cdkStepperPrevious",""]],hostVars:1,hostBindings:function(be,D){1&be&&S.bIt("click",function(){return D._stepper.previous()}),2&be&&S.Mr5("type",D.type)},inputs:{type:"type"}})}}return ae})(),ve=(()=>{class ae{static{this.\u0275fac=function(be){return new(be||ae)}}static{this.\u0275mod=S.$C({type:ae})}static{this.\u0275inj=S.G2t({imports:[e.jI]})}}return ae})()},4109:(Ve,ee,p)=>{"use strict";p.d(ee,{Dc:()=>L,Hy:()=>h,NL:()=>ye,Sz:()=>Y,XO:()=>F,a$:()=>U,aI:()=>f,kZ:()=>V,s3:()=>n,xn:()=>ue});var t=p(5024),e=p(4402),C=p(1413),S=p(4412),l=p(7673),x=p(6697),m=p(5964),R=p(6977),d=p(4438),w=p(4085),y=p(8203);class T{constructor(){this.expansionModel=new t.CB(!0)}toggle(_){this.expansionModel.toggle(this._trackByValue(_))}expand(_){this.expansionModel.select(this._trackByValue(_))}collapse(_){this.expansionModel.deselect(this._trackByValue(_))}isExpanded(_){return this.expansionModel.isSelected(this._trackByValue(_))}toggleDescendants(_){this.expansionModel.isSelected(this._trackByValue(_))?this.collapseDescendants(_):this.expandDescendants(_)}collapseAll(){this.expansionModel.clear()}expandDescendants(_){let r=[_];r.push(...this.getDescendants(_)),this.expansionModel.select(...r.map(v=>this._trackByValue(v)))}collapseDescendants(_){let r=[_];r.push(...this.getDescendants(_)),this.expansionModel.deselect(...r.map(v=>this._trackByValue(v)))}_trackByValue(_){return this.trackBy?this.trackBy(_):_}}class F extends T{constructor(_,r){super(),this.getChildren=_,this.options=r,this.options&&(this.trackBy=this.options.trackBy)}expandAll(){this.expansionModel.clear();const _=this.dataNodes.reduce((r,v)=>[...r,...this.getDescendants(v),v],[]);this.expansionModel.select(..._.map(r=>this._trackByValue(r)))}getDescendants(_){const r=[];return this._getDescendants(r,_),r.splice(1)}_getDescendants(_,r){_.push(r);const v=this.getChildren(r);Array.isArray(v)?v.forEach(z=>this._getDescendants(_,z)):(0,e.A)(v)&&v.pipe((0,x.s)(1),(0,m.p)(Boolean)).subscribe(z=>{for(const N of z)this._getDescendants(_,N)})}}const V=new d.nKC("CDK_TREE_NODE_OUTLET_NODE");let U=(()=>{class O{constructor(r,v){this.viewContainer=r,this._node=v}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(d.c1b),d.rXU(V,8))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["","cdkTreeNodeOutlet",""]]})}}return O})();class G{constructor(_){this.$implicit=_}}let Y=(()=>{class O{constructor(r){this.template=r}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(d.C4Q))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["","cdkTreeNodeDef",""]],inputs:{when:[0,"cdkTreeNodeDefWhen","when"]}})}}return O})(),ye=(()=>{class O{get dataSource(){return this._dataSource}set dataSource(r){this._dataSource!==r&&this._switchDataSource(r)}constructor(r,v){this._differs=r,this._changeDetectorRef=v,this._onDestroy=new C.B,this._levels=new Map,this.viewChange=new S.t({start:0,end:Number.MAX_VALUE})}ngOnInit(){this._dataDiffer=this._differs.find([]).create(this.trackBy)}ngOnDestroy(){this._nodeOutlet.viewContainer.clear(),this.viewChange.complete(),this._onDestroy.next(),this._onDestroy.complete(),this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null)}ngAfterContentChecked(){const r=this._nodeDefs.filter(v=>!v.when);this._defaultNodeDef=r[0],this.dataSource&&this._nodeDefs&&!this._dataSubscription&&this._observeRenderChanges()}_switchDataSource(r){this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null),r||this._nodeOutlet.viewContainer.clear(),this._dataSource=r,this._nodeDefs&&this._observeRenderChanges()}_observeRenderChanges(){let r;(0,t.y4)(this._dataSource)?r=this._dataSource.connect(this):(0,e.A)(this._dataSource)?r=this._dataSource:Array.isArray(this._dataSource)&&(r=(0,l.of)(this._dataSource)),r&&(this._dataSubscription=r.pipe((0,R.Q)(this._onDestroy)).subscribe(v=>this.renderNodeChanges(v)))}renderNodeChanges(r,v=this._dataDiffer,z=this._nodeOutlet.viewContainer,N){const ne=v.diff(r);ne&&(ne.forEachOperation((Ie,at,Ye)=>{if(null==Ie.previousIndex)this.insertNode(r[Ye],Ye,z,N);else if(null==Ye)z.remove(at),this._levels.delete(Ie.item);else{const rt=z.get(at);z.move(rt,Ye)}}),this._changeDetectorRef.detectChanges())}_getNodeDef(r,v){return 1===this._nodeDefs.length?this._nodeDefs.first:this._nodeDefs.find(N=>N.when&&N.when(v,r))||this._defaultNodeDef}insertNode(r,v,z,N){const ne=this._getNodeDef(r,v),Ie=new G(r);Ie.level=this.treeControl.getLevel?this.treeControl.getLevel(r):typeof N<"u"&&this._levels.has(N)?this._levels.get(N)+1:0,this._levels.set(r,Ie.level),(z||this._nodeOutlet.viewContainer).createEmbeddedView(ne.template,Ie,v),ue.mostRecentTreeNode&&(ue.mostRecentTreeNode.data=r)}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(d._q3),d.rXU(d.gRc))}}static{this.\u0275cmp=d.VBU({type:O,selectors:[["cdk-tree"]],contentQueries:function(v,z,N){if(1&v&&d.wni(N,Y,5),2&v){let ne;d.mGM(ne=d.lsd())&&(z._nodeDefs=ne)}},viewQuery:function(v,z){if(1&v&&d.GBs(U,7),2&v){let N;d.mGM(N=d.lsd())&&(z._nodeOutlet=N.first)}},hostAttrs:["role","tree",1,"cdk-tree"],inputs:{dataSource:"dataSource",treeControl:"treeControl",trackBy:"trackBy"},exportAs:["cdkTree"],decls:1,vars:0,consts:[["cdkTreeNodeOutlet",""]],template:function(v,z){1&v&&d.eu8(0,0)},dependencies:[U],encapsulation:2})}}return O})(),ue=(()=>{class O{get role(){return"treeitem"}set role(r){this._elementRef.nativeElement.setAttribute("role",r)}static{this.mostRecentTreeNode=null}get data(){return this._data}set data(r){r!==this._data&&(this._data=r,this._setRoleFromData(),this._dataChanges.next())}get isExpanded(){return this._tree.treeControl.isExpanded(this._data)}get level(){return this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._data):this._parentNodeAriaLevel}constructor(r,v){this._elementRef=r,this._tree=v,this._destroyed=new C.B,this._dataChanges=new C.B,O.mostRecentTreeNode=this,this.role="treeitem"}ngOnInit(){this._parentNodeAriaLevel=function be(O){let _=O.parentElement;for(;_&&!D(_);)_=_.parentElement;return _?_.classList.contains("cdk-nested-tree-node")?(0,w.OE)(_.getAttribute("aria-level")):0:-1}(this._elementRef.nativeElement),this._elementRef.nativeElement.setAttribute("aria-level",`${this.level+1}`)}ngOnDestroy(){O.mostRecentTreeNode===this&&(O.mostRecentTreeNode=null),this._dataChanges.complete(),this._destroyed.next(),this._destroyed.complete()}focus(){this._elementRef.nativeElement.focus()}_setRoleFromData(){this.role="treeitem"}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(d.aKT),d.rXU(ye))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["cdk-tree-node"]],hostAttrs:[1,"cdk-tree-node"],hostVars:1,hostBindings:function(v,z){2&v&&d.BMQ("aria-expanded",z.isExpanded)},inputs:{role:"role"},exportAs:["cdkTreeNode"]})}}return O})();function D(O){const _=O.classList;return!(!_?.contains("cdk-nested-tree-node")&&!_?.contains("cdk-tree"))}let n=(()=>{class O extends ue{constructor(r,v,z){super(r,v),this._differs=z}ngAfterContentInit(){this._dataDiffer=this._differs.find([]).create(this._tree.trackBy);const r=this._tree.treeControl.getChildren(this.data);Array.isArray(r)?this.updateChildrenNodes(r):(0,e.A)(r)&&r.pipe((0,R.Q)(this._destroyed)).subscribe(v=>this.updateChildrenNodes(v)),this.nodeOutlet.changes.pipe((0,R.Q)(this._destroyed)).subscribe(()=>this.updateChildrenNodes())}ngOnInit(){super.ngOnInit()}ngOnDestroy(){this._clear(),super.ngOnDestroy()}updateChildrenNodes(r){const v=this._getNodeOutlet();r&&(this._children=r),v&&this._children?this._tree.renderNodeChanges(this._children,this._dataDiffer,v.viewContainer,this._data):this._dataDiffer.diff([])}_clear(){const r=this._getNodeOutlet();r&&(r.viewContainer.clear(),this._dataDiffer.diff([]))}_getNodeOutlet(){const r=this.nodeOutlet;return r&&r.find(v=>!v._node||v._node===this)}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(d.aKT),d.rXU(ye),d.rXU(d._q3))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["cdk-nested-tree-node"]],contentQueries:function(v,z,N){if(1&v&&d.wni(N,U,5),2&v){let ne;d.mGM(ne=d.lsd())&&(z.nodeOutlet=ne)}},hostAttrs:[1,"cdk-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["cdkNestedTreeNode"],features:[d.Jv_([{provide:ue,useExisting:O},{provide:V,useExisting:O}]),d.Vt3]})}}return O})();const c=/([A-Za-z%]+)$/;let f=(()=>{class O{get level(){return this._level}set level(r){this._setLevelInput(r)}get indent(){return this._indent}set indent(r){this._setIndentInput(r)}constructor(r,v,z,N){this._treeNode=r,this._tree=v,this._element=z,this._dir=N,this._destroyed=new C.B,this.indentUnits="px",this._indent=40,this._setPadding(),N&&N.change.pipe((0,R.Q)(this._destroyed)).subscribe(()=>this._setPadding(!0)),r._dataChanges.subscribe(()=>this._setPadding())}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_paddingIndent(){const r=this._treeNode.data&&this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._treeNode.data):null,v=null==this._level?r:this._level;return"number"==typeof v?`${v*this._indent}${this.indentUnits}`:null}_setPadding(r=!1){const v=this._paddingIndent();if(v!==this._currentPadding||r){const z=this._element.nativeElement,N=this._dir&&"rtl"===this._dir.value?"paddingRight":"paddingLeft",ne="paddingLeft"===N?"paddingRight":"paddingLeft";z.style[N]=v||"",z.style[ne]="",this._currentPadding=v}}_setLevelInput(r){this._level=(0,w.OE)(r,null),this._setPadding()}_setIndentInput(r){let v=r,z="px";if("string"==typeof r){const N=r.split(c);v=N[0],z=N[1]||z}this.indentUnits=z,this._indent=(0,w.OE)(v),this._setPadding()}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(ue),d.rXU(ye),d.rXU(d.aKT),d.rXU(y.dS,8))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["","cdkTreeNodePadding",""]],inputs:{level:[0,"cdkTreeNodePadding","level"],indent:[0,"cdkTreeNodePaddingIndent","indent"]}})}}return O})(),h=(()=>{class O{get recursive(){return this._recursive}set recursive(r){this._recursive=(0,w.he)(r)}constructor(r,v){this._tree=r,this._treeNode=v,this._recursive=!1}_toggle(r){this.recursive?this._tree.treeControl.toggleDescendants(this._treeNode.data):this._tree.treeControl.toggle(this._treeNode.data),r.stopPropagation()}static{this.\u0275fac=function(v){return new(v||O)(d.rXU(ye),d.rXU(ue))}}static{this.\u0275dir=d.FsC({type:O,selectors:[["","cdkTreeNodeToggle",""]],hostBindings:function(v,z){1&v&&d.bIt("click",function(ne){return z._toggle(ne)})},inputs:{recursive:[0,"cdkTreeNodeToggleRecursive","recursive"]}})}}return O})(),L=(()=>{class O{static{this.\u0275fac=function(v){return new(v||O)}}static{this.\u0275mod=d.$C({type:O})}static{this.\u0275inj=d.G2t({})}}return O})()},177:(Ve,ee,p)=>{"use strict";p.d(ee,{AJ:()=>Po,B3:()=>Oi,GH:()=>ar,Jj:()=>nr,MD:()=>ho,N0:()=>Nr,P9:()=>Ma,PV:()=>or,Pc:()=>na,QT:()=>C,QX:()=>xo,Sm:()=>U,Sq:()=>Bt,T3:()=>Yt,TG:()=>Ia,UE:()=>no,VF:()=>l,Vy:()=>Ea,Xr:()=>Ra,YU:()=>_n,ZD:()=>S,_b:()=>$i,aZ:()=>Y,bT:()=>Ae,e1:()=>Hn,fG:()=>On,fw:()=>G,hb:()=>F,hj:()=>d,lG:()=>io,qQ:()=>m,ux:()=>Dn,vh:()=>yo});var t=p(4438);let e=null;function C(){return e}function S(J){e??=J}class l{}const m=new t.nKC("");let R=(()=>{class J{historyGo(Te){throw new Error("")}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275prov=t.jDH({token:J,factory:()=>(0,t.WQX)(w),providedIn:"platform"})}}return J})();const d=new t.nKC("");let w=(()=>{class J extends R{constructor(){super(),this._doc=(0,t.WQX)(m),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return C().getBaseHref(this._doc)}onPopState(Te){const Ge=C().getGlobalEventTarget(this._doc,"window");return Ge.addEventListener("popstate",Te,!1),()=>Ge.removeEventListener("popstate",Te)}onHashChange(Te){const Ge=C().getGlobalEventTarget(this._doc,"window");return Ge.addEventListener("hashchange",Te,!1),()=>Ge.removeEventListener("hashchange",Te)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(Te){this._location.pathname=Te}pushState(Te,Ge,St){this._history.pushState(Te,Ge,St)}replaceState(Te,Ge,St){this._history.replaceState(Te,Ge,St)}forward(){this._history.forward()}back(){this._history.back()}historyGo(Te=0){this._history.go(Te)}getState(){return this._history.state}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275prov=t.jDH({token:J,factory:()=>new J,providedIn:"platform"})}}return J})();function y(J,He){if(0==J.length)return He;if(0==He.length)return J;let Te=0;return J.endsWith("/")&&Te++,He.startsWith("/")&&Te++,2==Te?J+He.substring(1):1==Te?J+He:J+"/"+He}function T(J){const He=J.match(/#|\?|$/),Te=He&&He.index||J.length;return J.slice(0,Te-("/"===J[Te-1]?1:0))+J.slice(Te)}function k(J){return J&&"?"!==J[0]?"?"+J:J}let F=(()=>{class J{historyGo(Te){throw new Error("")}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275prov=t.jDH({token:J,factory:()=>(0,t.WQX)(U),providedIn:"root"})}}return J})();const V=new t.nKC("");let U=(()=>{class J extends F{constructor(Te,Ge){super(),this._platformLocation=Te,this._removeListenerFns=[],this._baseHref=Ge??this._platformLocation.getBaseHrefFromDOM()??(0,t.WQX)(m).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Te){this._removeListenerFns.push(this._platformLocation.onPopState(Te),this._platformLocation.onHashChange(Te))}getBaseHref(){return this._baseHref}prepareExternalUrl(Te){return y(this._baseHref,Te)}path(Te=!1){const Ge=this._platformLocation.pathname+k(this._platformLocation.search),St=this._platformLocation.hash;return St&&Te?`${Ge}${St}`:Ge}pushState(Te,Ge,St,qt){const hi=this.prepareExternalUrl(St+k(qt));this._platformLocation.pushState(Te,Ge,hi)}replaceState(Te,Ge,St,qt){const hi=this.prepareExternalUrl(St+k(qt));this._platformLocation.replaceState(Te,Ge,hi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(Te=0){this._platformLocation.historyGo?.(Te)}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.KVO(R),t.KVO(V,8))}}static{this.\u0275prov=t.jDH({token:J,factory:J.\u0275fac,providedIn:"root"})}}return J})(),G=(()=>{class J extends F{constructor(Te,Ge){super(),this._platformLocation=Te,this._baseHref="",this._removeListenerFns=[],null!=Ge&&(this._baseHref=Ge)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Te){this._removeListenerFns.push(this._platformLocation.onPopState(Te),this._platformLocation.onHashChange(Te))}getBaseHref(){return this._baseHref}path(Te=!1){const Ge=this._platformLocation.hash??"#";return Ge.length>0?Ge.substring(1):Ge}prepareExternalUrl(Te){const Ge=y(this._baseHref,Te);return Ge.length>0?"#"+Ge:Ge}pushState(Te,Ge,St,qt){let hi=this.prepareExternalUrl(St+k(qt));0==hi.length&&(hi=this._platformLocation.pathname),this._platformLocation.pushState(Te,Ge,hi)}replaceState(Te,Ge,St,qt){let hi=this.prepareExternalUrl(St+k(qt));0==hi.length&&(hi=this._platformLocation.pathname),this._platformLocation.replaceState(Te,Ge,hi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(Te=0){this._platformLocation.historyGo?.(Te)}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.KVO(R),t.KVO(V,8))}}static{this.\u0275prov=t.jDH({token:J,factory:J.\u0275fac})}}return J})(),Y=(()=>{class J{constructor(Te){this._subject=new t.bkB,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=Te;const Ge=this._locationStrategy.getBaseHref();this._basePath=function ve(J){if(new RegExp("^(https?:)?//").test(J)){const[,Te]=J.split(/\/\/[^\/]+/);return Te}return J}(T(ie(Ge))),this._locationStrategy.onPopState(St=>{this._subject.emit({url:this.path(!0),pop:!0,state:St.state,type:St.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(Te=!1){return this.normalize(this._locationStrategy.path(Te))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(Te,Ge=""){return this.path()==this.normalize(Te+k(Ge))}normalize(Te){return J.stripTrailingSlash(function Z(J,He){if(!J||!He.startsWith(J))return He;const Te=He.substring(J.length);return""===Te||["/",";","?","#"].includes(Te[0])?Te:He}(this._basePath,ie(Te)))}prepareExternalUrl(Te){return Te&&"/"!==Te[0]&&(Te="/"+Te),this._locationStrategy.prepareExternalUrl(Te)}go(Te,Ge="",St=null){this._locationStrategy.pushState(St,"",Te,Ge),this._notifyUrlChangeListeners(this.prepareExternalUrl(Te+k(Ge)),St)}replaceState(Te,Ge="",St=null){this._locationStrategy.replaceState(St,"",Te,Ge),this._notifyUrlChangeListeners(this.prepareExternalUrl(Te+k(Ge)),St)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(Te=0){this._locationStrategy.historyGo?.(Te)}onUrlChange(Te){return this._urlChangeListeners.push(Te),this._urlChangeSubscription??=this.subscribe(Ge=>{this._notifyUrlChangeListeners(Ge.url,Ge.state)}),()=>{const Ge=this._urlChangeListeners.indexOf(Te);this._urlChangeListeners.splice(Ge,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(Te="",Ge){this._urlChangeListeners.forEach(St=>St(Te,Ge))}subscribe(Te,Ge,St){return this._subject.subscribe({next:Te,error:Ge,complete:St})}static{this.normalizeQueryParams=k}static{this.joinWithSlash=y}static{this.stripTrailingSlash=T}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.KVO(F))}}static{this.\u0275prov=t.jDH({token:J,factory:()=>function $(){return new Y((0,t.KVO)(F))}(),providedIn:"root"})}}return J})();function ie(J){return J.replace(/\/index.html$/,"")}var ye=function(J){return J[J.Decimal=0]="Decimal",J[J.Percent=1]="Percent",J[J.Currency=2]="Currency",J[J.Scientific=3]="Scientific",J}(ye||{}),be=function(J){return J[J.Format=0]="Format",J[J.Standalone=1]="Standalone",J}(be||{}),D=function(J){return J[J.Narrow=0]="Narrow",J[J.Abbreviated=1]="Abbreviated",J[J.Wide=2]="Wide",J[J.Short=3]="Short",J}(D||{}),n=function(J){return J[J.Short=0]="Short",J[J.Medium=1]="Medium",J[J.Long=2]="Long",J[J.Full=3]="Full",J}(n||{});const c={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};function z(J,He){return se((0,t.H5H)(J)[t.KH2.DateFormat],He)}function N(J,He){return se((0,t.H5H)(J)[t.KH2.TimeFormat],He)}function ne(J,He){return se((0,t.H5H)(J)[t.KH2.DateTimeFormat],He)}function Ie(J,He){const Te=(0,t.H5H)(J),Ge=Te[t.KH2.NumberSymbols][He];if(typeof Ge>"u"){if(He===c.CurrencyDecimal)return Te[t.KH2.NumberSymbols][c.Decimal];if(He===c.CurrencyGroup)return Te[t.KH2.NumberSymbols][c.Group]}return Ge}function _e(J){if(!J[t.KH2.ExtraData])throw new Error(`Missing extra locale data for the locale "${J[t.KH2.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function se(J,He){for(let Te=He;Te>-1;Te--)if(typeof J[Te]<"u")return J[Te];throw new Error("Locale data API: locale data undefined")}function fe(J){const[He,Te]=J.split(":");return{hours:+He,minutes:+Te}}const Ct=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,_t={},Nt=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var ke=function(J){return J[J.Short=0]="Short",J[J.ShortGMT=1]="ShortGMT",J[J.Long=2]="Long",J[J.Extended=3]="Extended",J}(ke||{}),Je=function(J){return J[J.FullYear=0]="FullYear",J[J.Month=1]="Month",J[J.Date=2]="Date",J[J.Hours=3]="Hours",J[J.Minutes=4]="Minutes",J[J.Seconds=5]="Seconds",J[J.FractionalSeconds=6]="FractionalSeconds",J[J.Day=7]="Day",J}(Je||{}),Qe=function(J){return J[J.DayPeriods=0]="DayPeriods",J[J.Days=1]="Days",J[J.Months=2]="Months",J[J.Eras=3]="Eras",J}(Qe||{});function nt(J,He,Te,Ge){let St=function Oe(J){if(De(J))return J;if("number"==typeof J&&!isNaN(J))return new Date(J);if("string"==typeof J){if(J=J.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(J)){const[St,qt=1,hi=1]=J.split("-").map(Si=>+Si);return Ue(St,qt-1,hi)}const Te=parseFloat(J);if(!isNaN(J-Te))return new Date(Te);let Ge;if(Ge=J.match(Ct))return function we(J){const He=new Date(0);let Te=0,Ge=0;const St=J[8]?He.setUTCFullYear:He.setFullYear,qt=J[8]?He.setUTCHours:He.setHours;J[9]&&(Te=Number(J[9]+J[10]),Ge=Number(J[9]+J[11])),St.call(He,Number(J[1]),Number(J[2])-1,Number(J[3]));const hi=Number(J[4]||0)-Te,Si=Number(J[5]||0)-Ge,tn=Number(J[6]||0),pn=Math.floor(1e3*parseFloat("0."+(J[7]||0)));return qt.call(He,hi,Si,tn,pn),He}(Ge)}const He=new Date(J);if(!De(He))throw new Error(`Unable to convert "${J}" into a date`);return He}(J);He=ht(Te,He)||He;let Si,hi=[];for(;He;){if(Si=Nt.exec(He),!Si){hi.push(He);break}{hi=hi.concat(Si.slice(1));const yn=hi.pop();if(!yn)break;He=yn}}let tn=St.getTimezoneOffset();Ge&&(tn=Me(Ge,tn),St=function Pe(J,He,Te){const Ge=Te?-1:1,St=J.getTimezoneOffset();return function Xe(J,He){return(J=new Date(J.getTime())).setMinutes(J.getMinutes()+He),J}(J,Ge*(Me(He,St)-St))}(St,Ge,!0));let pn="";return hi.forEach(yn=>{const An=function ce(J){if(xe[J])return xe[J];let He;switch(J){case"G":case"GG":case"GGG":He=jt(Qe.Eras,D.Abbreviated);break;case"GGGG":He=jt(Qe.Eras,D.Wide);break;case"GGGGG":He=jt(Qe.Eras,D.Narrow);break;case"y":He=vt(Je.FullYear,1,0,!1,!0);break;case"yy":He=vt(Je.FullYear,2,0,!0,!0);break;case"yyy":He=vt(Je.FullYear,3,0,!1,!0);break;case"yyyy":He=vt(Je.FullYear,4,0,!1,!0);break;case"Y":He=me(1);break;case"YY":He=me(2,!0);break;case"YYY":He=me(3);break;case"YYYY":He=me(4);break;case"M":case"L":He=vt(Je.Month,1,1);break;case"MM":case"LL":He=vt(Je.Month,2,1);break;case"MMM":He=jt(Qe.Months,D.Abbreviated);break;case"MMMM":He=jt(Qe.Months,D.Wide);break;case"MMMMM":He=jt(Qe.Months,D.Narrow);break;case"LLL":He=jt(Qe.Months,D.Abbreviated,be.Standalone);break;case"LLLL":He=jt(Qe.Months,D.Wide,be.Standalone);break;case"LLLLL":He=jt(Qe.Months,D.Narrow,be.Standalone);break;case"w":He=je(1);break;case"ww":He=je(2);break;case"W":He=je(1,!0);break;case"d":He=vt(Je.Date,1);break;case"dd":He=vt(Je.Date,2);break;case"c":case"cc":He=vt(Je.Day,1);break;case"ccc":He=jt(Qe.Days,D.Abbreviated,be.Standalone);break;case"cccc":He=jt(Qe.Days,D.Wide,be.Standalone);break;case"ccccc":He=jt(Qe.Days,D.Narrow,be.Standalone);break;case"cccccc":He=jt(Qe.Days,D.Short,be.Standalone);break;case"E":case"EE":case"EEE":He=jt(Qe.Days,D.Abbreviated);break;case"EEEE":He=jt(Qe.Days,D.Wide);break;case"EEEEE":He=jt(Qe.Days,D.Narrow);break;case"EEEEEE":He=jt(Qe.Days,D.Short);break;case"a":case"aa":case"aaa":He=jt(Qe.DayPeriods,D.Abbreviated);break;case"aaaa":He=jt(Qe.DayPeriods,D.Wide);break;case"aaaaa":He=jt(Qe.DayPeriods,D.Narrow);break;case"b":case"bb":case"bbb":He=jt(Qe.DayPeriods,D.Abbreviated,be.Standalone,!0);break;case"bbbb":He=jt(Qe.DayPeriods,D.Wide,be.Standalone,!0);break;case"bbbbb":He=jt(Qe.DayPeriods,D.Narrow,be.Standalone,!0);break;case"B":case"BB":case"BBB":He=jt(Qe.DayPeriods,D.Abbreviated,be.Format,!0);break;case"BBBB":He=jt(Qe.DayPeriods,D.Wide,be.Format,!0);break;case"BBBBB":He=jt(Qe.DayPeriods,D.Narrow,be.Format,!0);break;case"h":He=vt(Je.Hours,1,-12);break;case"hh":He=vt(Je.Hours,2,-12);break;case"H":He=vt(Je.Hours,1);break;case"HH":He=vt(Je.Hours,2);break;case"m":He=vt(Je.Minutes,1);break;case"mm":He=vt(Je.Minutes,2);break;case"s":He=vt(Je.Seconds,1);break;case"ss":He=vt(Je.Seconds,2);break;case"S":He=vt(Je.FractionalSeconds,1);break;case"SS":He=vt(Je.FractionalSeconds,2);break;case"SSS":He=vt(Je.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":He=dt(ke.Short);break;case"ZZZZZ":He=dt(ke.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":He=dt(ke.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":He=dt(ke.Long);break;default:return null}return xe[J]=He,He}(yn);pn+=An?An(St,Te,tn):"''"===yn?"'":yn.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),pn}function Ue(J,He,Te){const Ge=new Date(0);return Ge.setFullYear(J,He,Te),Ge.setHours(0,0,0),Ge}function ht(J,He){const Te=function h(J){return(0,t.H5H)(J)[t.KH2.LocaleId]}(J);if(_t[Te]??={},_t[Te][He])return _t[Te][He];let Ge="";switch(He){case"shortDate":Ge=z(J,n.Short);break;case"mediumDate":Ge=z(J,n.Medium);break;case"longDate":Ge=z(J,n.Long);break;case"fullDate":Ge=z(J,n.Full);break;case"shortTime":Ge=N(J,n.Short);break;case"mediumTime":Ge=N(J,n.Medium);break;case"longTime":Ge=N(J,n.Long);break;case"fullTime":Ge=N(J,n.Full);break;case"short":const St=ht(J,"shortTime"),qt=ht(J,"shortDate");Ge=tt(ne(J,n.Short),[St,qt]);break;case"medium":const hi=ht(J,"mediumTime"),Si=ht(J,"mediumDate");Ge=tt(ne(J,n.Medium),[hi,Si]);break;case"long":const tn=ht(J,"longTime"),pn=ht(J,"longDate");Ge=tt(ne(J,n.Long),[tn,pn]);break;case"full":const yn=ht(J,"fullTime"),An=ht(J,"fullDate");Ge=tt(ne(J,n.Full),[yn,An])}return Ge&&(_t[Te][He]=Ge),Ge}function tt(J,He){return He&&(J=J.replace(/\{([^}]+)}/g,function(Te,Ge){return null!=He&&Ge in He?He[Ge]:Te})),J}function wt(J,He,Te="-",Ge,St){let qt="";(J<0||St&&J<=0)&&(St?J=1-J:(J=-J,qt=Te));let hi=String(J);for(;hi.length0||Si>-Te)&&(Si+=Te),J===Je.Hours)0===Si&&-12===Te&&(Si=12);else if(J===Je.FractionalSeconds)return function ut(J,He){return wt(J,3).substring(0,He)}(Si,He);const tn=Ie(hi,c.MinusSign);return wt(Si,He,tn,Ge,St)}}function jt(J,He,Te=be.Format,Ge=!1){return function(St,qt){return function qe(J,He,Te,Ge,St,qt){switch(Te){case Qe.Months:return function O(J,He,Te){const Ge=(0,t.H5H)(J),qt=se([Ge[t.KH2.MonthsFormat],Ge[t.KH2.MonthsStandalone]],He);return se(qt,Te)}(He,St,Ge)[J.getMonth()];case Qe.Days:return function L(J,He,Te){const Ge=(0,t.H5H)(J),qt=se([Ge[t.KH2.DaysFormat],Ge[t.KH2.DaysStandalone]],He);return se(qt,Te)}(He,St,Ge)[J.getDay()];case Qe.DayPeriods:const hi=J.getHours(),Si=J.getMinutes();if(qt){const pn=function de(J){const He=(0,t.H5H)(J);return _e(He),(He[t.KH2.ExtraData][2]||[]).map(Ge=>"string"==typeof Ge?fe(Ge):[fe(Ge[0]),fe(Ge[1])])}(He),yn=function pe(J,He,Te){const Ge=(0,t.H5H)(J);_e(Ge);const qt=se([Ge[t.KH2.ExtraData][0],Ge[t.KH2.ExtraData][1]],He)||[];return se(qt,Te)||[]}(He,St,Ge),An=pn.findIndex(hr=>{if(Array.isArray(hr)){const[er,yr]=hr,gr=hi>=er.hours&&Si>=er.minutes,Mr=hi0?Math.floor(St/60):Math.ceil(St/60);switch(J){case ke.Short:return(St>=0?"+":"")+wt(hi,2,qt)+wt(Math.abs(St%60),2,qt);case ke.ShortGMT:return"GMT"+(St>=0?"+":"")+wt(hi,1,qt);case ke.Long:return"GMT"+(St>=0?"+":"")+wt(hi,2,qt)+":"+wt(Math.abs(St%60),2,qt);case ke.Extended:return 0===Ge?"Z":(St>=0?"+":"")+wt(hi,2,qt)+":"+wt(Math.abs(St%60),2,qt);default:throw new Error(`Unknown zone width "${J}"`)}}}const Le=0,Vt=4;function Et(J){const He=J.getDay(),Te=0===He?-3:Vt-He;return Ue(J.getFullYear(),J.getMonth(),J.getDate()+Te)}function je(J,He=!1){return function(Te,Ge){let St;if(He){const qt=new Date(Te.getFullYear(),Te.getMonth(),1).getDay()-1,hi=Te.getDate();St=1+Math.floor((hi+qt)/7)}else{const qt=Et(Te),hi=function Zt(J){const He=Ue(J,Le,1).getDay();return Ue(J,0,1+(He<=Vt?Vt:Vt+7)-He)}(qt.getFullYear()),Si=qt.getTime()-hi.getTime();St=1+Math.round(Si/6048e5)}return wt(St,J,Ie(Ge,c.MinusSign))}}function me(J,He=!1){return function(Te,Ge){return wt(Et(Te).getFullYear(),J,Ie(Ge,c.MinusSign),He)}}const xe={};function Me(J,He){J=J.replace(/:/g,"");const Te=Date.parse("Jan 01, 1970 00:00:00 "+J)/6e4;return isNaN(Te)?He:Te}function De(J){return J instanceof Date&&!isNaN(J.valueOf())}const $e=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function Mt(J){const He=parseInt(J);if(isNaN(He))throw new Error("Invalid integer literal when parsing "+J);return He}function $i(J,He){He=encodeURIComponent(He);for(const Te of J.split(";")){const Ge=Te.indexOf("="),[St,qt]=-1==Ge?[Te,""]:[Te.slice(0,Ge),Te.slice(Ge+1)];if(St.trim()===He)return decodeURIComponent(qt)}return null}const hn=/\s+/,Fi=[];let _n=(()=>{class J{constructor(Te,Ge){this._ngEl=Te,this._renderer=Ge,this.initialClasses=Fi,this.stateMap=new Map}set klass(Te){this.initialClasses=null!=Te?Te.trim().split(hn):Fi}set ngClass(Te){this.rawClass="string"==typeof Te?Te.trim().split(hn):Te}ngDoCheck(){for(const Ge of this.initialClasses)this._updateState(Ge,!0);const Te=this.rawClass;if(Array.isArray(Te)||Te instanceof Set)for(const Ge of Te)this._updateState(Ge,!0);else if(null!=Te)for(const Ge of Object.keys(Te))this._updateState(Ge,!!Te[Ge]);this._applyStateDiff()}_updateState(Te,Ge){const St=this.stateMap.get(Te);void 0!==St?(St.enabled!==Ge&&(St.changed=!0,St.enabled=Ge),St.touched=!0):this.stateMap.set(Te,{enabled:Ge,changed:!0,touched:!0})}_applyStateDiff(){for(const Te of this.stateMap){const Ge=Te[0],St=Te[1];St.changed?(this._toggleClass(Ge,St.enabled),St.changed=!1):St.touched||(St.enabled&&this._toggleClass(Ge,!1),this.stateMap.delete(Ge)),St.touched=!1}}_toggleClass(Te,Ge){(Te=Te.trim()).length>0&&Te.split(hn).forEach(St=>{Ge?this._renderer.addClass(this._ngEl.nativeElement,St):this._renderer.removeClass(this._ngEl.nativeElement,St)})}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.aKT),t.rXU(t.sFG))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"},standalone:!0})}}return J})();class ct{constructor(He,Te,Ge,St){this.$implicit=He,this.ngForOf=Te,this.index=Ge,this.count=St}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let Bt=(()=>{class J{set ngForOf(Te){this._ngForOf=Te,this._ngForOfDirty=!0}set ngForTrackBy(Te){this._trackByFn=Te}get ngForTrackBy(){return this._trackByFn}constructor(Te,Ge,St){this._viewContainer=Te,this._template=Ge,this._differs=St,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(Te){Te&&(this._template=Te)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const Te=this._ngForOf;!this._differ&&Te&&(this._differ=this._differs.find(Te).create(this.ngForTrackBy))}if(this._differ){const Te=this._differ.diff(this._ngForOf);Te&&this._applyChanges(Te)}}_applyChanges(Te){const Ge=this._viewContainer;Te.forEachOperation((St,qt,hi)=>{if(null==St.previousIndex)Ge.createEmbeddedView(this._template,new ct(St.item,this._ngForOf,-1,-1),null===hi?void 0:hi);else if(null==hi)Ge.remove(null===qt?void 0:qt);else if(null!==qt){const Si=Ge.get(qt);Ge.move(Si,hi),q(Si,St)}});for(let St=0,qt=Ge.length;St{q(Ge.get(St.currentIndex),St)})}static ngTemplateContextGuard(Te,Ge){return!0}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(t._q3))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0})}}return J})();function q(J,He){J.context.$implicit=He.item}let Ae=(()=>{class J{constructor(Te,Ge){this._viewContainer=Te,this._context=new mt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=Ge}set ngIf(Te){this._context.$implicit=this._context.ngIf=Te,this._updateView()}set ngIfThen(Te){It("ngIfThen",Te),this._thenTemplateRef=Te,this._thenViewRef=null,this._updateView()}set ngIfElse(Te){It("ngIfElse",Te),this._elseTemplateRef=Te,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(Te,Ge){return!0}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.c1b),t.rXU(t.C4Q))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0})}}return J})();class mt{constructor(){this.$implicit=null,this.ngIf=null}}function It(J,He){if(He&&!He.createEmbeddedView)throw new Error(`${J} must be a TemplateRef, but received '${(0,t.Tbb)(He)}'.`)}class un{constructor(He,Te){this._viewContainerRef=He,this._templateRef=Te,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(He){He&&!this._created?this.create():!He&&this._created&&this.destroy()}}let Dn=(()=>{class J{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(Te){this._ngSwitch=Te,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(Te){this._defaultViews.push(Te)}_matchCase(Te){const Ge=Te===this._ngSwitch;return this._lastCasesMatched||=Ge,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),Ge}_updateDefaultCases(Te){if(this._defaultViews.length>0&&Te!==this._defaultUsed){this._defaultUsed=Te;for(const Ge of this._defaultViews)Ge.enforceState(Te)}}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"},standalone:!0})}}return J})(),Hn=(()=>{class J{constructor(Te,Ge,St){this.ngSwitch=St,St._addCase(),this._view=new un(Te,Ge)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(Dn,9))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"},standalone:!0})}}return J})(),On=(()=>{class J{constructor(Te,Ge,St){St._addDefault(new un(Te,Ge))}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(Dn,9))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngSwitchDefault",""]],standalone:!0})}}return J})(),Oi=(()=>{class J{constructor(Te,Ge,St){this._ngEl=Te,this._differs=Ge,this._renderer=St,this._ngStyle=null,this._differ=null}set ngStyle(Te){this._ngStyle=Te,!this._differ&&Te&&(this._differ=this._differs.find(Te).create())}ngDoCheck(){if(this._differ){const Te=this._differ.diff(this._ngStyle);Te&&this._applyChanges(Te)}}_setStyle(Te,Ge){const[St,qt]=Te.split("."),hi=-1===St.indexOf("-")?void 0:t.czy.DashCase;null!=Ge?this._renderer.setStyle(this._ngEl.nativeElement,St,qt?`${Ge}${qt}`:Ge,hi):this._renderer.removeStyle(this._ngEl.nativeElement,St,hi)}_applyChanges(Te){Te.forEachRemovedItem(Ge=>this._setStyle(Ge.key,null)),Te.forEachAddedItem(Ge=>this._setStyle(Ge.key,Ge.currentValue)),Te.forEachChangedItem(Ge=>this._setStyle(Ge.key,Ge.currentValue))}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.aKT),t.rXU(t.MKu),t.rXU(t.sFG))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0})}}return J})(),Yt=(()=>{class J{constructor(Te){this._viewContainerRef=Te,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(Te){if(this._shouldRecreateView(Te)){const Ge=this._viewContainerRef;if(this._viewRef&&Ge.remove(Ge.indexOf(this._viewRef)),!this.ngTemplateOutlet)return void(this._viewRef=null);const St=this._createContextForwardProxy();this._viewRef=Ge.createEmbeddedView(this.ngTemplateOutlet,St,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(Te){return!!Te.ngTemplateOutlet||!!Te.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(Te,Ge,St)=>!!this.ngTemplateOutletContext&&Reflect.set(this.ngTemplateOutletContext,Ge,St),get:(Te,Ge,St)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,Ge,St)}})}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.c1b))}}static{this.\u0275dir=t.FsC({type:J,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[t.OA$]})}}return J})();function li(J,He){return new t.wOt(2100,!1)}class vi{createSubscription(He,Te){return(0,t.O8t)(()=>He.subscribe({next:Te,error:Ge=>{throw Ge}}))}dispose(He){(0,t.O8t)(()=>He.unsubscribe())}}class Ni{createSubscription(He,Te){return He.then(Te,Ge=>{throw Ge})}dispose(He){}}const ji=new Ni,en=new vi;let nr=(()=>{class J{constructor(Te){this._latestValue=null,this.markForCheckOnValueUpdate=!0,this._subscription=null,this._obj=null,this._strategy=null,this._ref=Te}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(Te){if(!this._obj){if(Te)try{this.markForCheckOnValueUpdate=!1,this._subscribe(Te)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return Te!==this._obj?(this._dispose(),this.transform(Te)):this._latestValue}_subscribe(Te){this._obj=Te,this._strategy=this._selectStrategy(Te),this._subscription=this._strategy.createSubscription(Te,Ge=>this._updateLatestValue(Te,Ge))}_selectStrategy(Te){if((0,t.jNT)(Te))return ji;if((0,t.zjR)(Te))return en;throw li()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(Te,Ge){Te===this._obj&&(this._latestValue=Ge,this.markForCheckOnValueUpdate&&this._ref?.markForCheck())}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.gRc,16))}}static{this.\u0275pipe=t.EJ8({name:"async",type:J,pure:!1,standalone:!0})}}return J})(),ar=(()=>{class J{transform(Te){if(null==Te)return null;if("string"!=typeof Te)throw li();return Te.toLowerCase()}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275pipe=t.EJ8({name:"lowercase",type:J,pure:!0,standalone:!0})}}return J})();const tr=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;let or=(()=>{class J{transform(Te){if(null==Te)return null;if("string"!=typeof Te)throw li();return Te.replace(tr,Ge=>Ge[0].toUpperCase()+Ge.slice(1).toLowerCase())}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275pipe=t.EJ8({name:"titlecase",type:J,pure:!0,standalone:!0})}}return J})(),na=(()=>{class J{transform(Te){if(null==Te)return null;if("string"!=typeof Te)throw li();return Te.toUpperCase()}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275pipe=t.EJ8({name:"uppercase",type:J,pure:!0,standalone:!0})}}return J})();const Gr=new t.nKC(""),Uo=new t.nKC("");let yo=(()=>{class J{constructor(Te,Ge,St){this.locale=Te,this.defaultTimezone=Ge,this.defaultOptions=St}transform(Te,Ge,St,qt){if(null==Te||""===Te||Te!=Te)return null;try{return nt(Te,Ge??this.defaultOptions?.dateFormat??"mediumDate",qt||this.locale,St??this.defaultOptions?.timezone??this.defaultTimezone??void 0)}catch(hi){throw li()}}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.xe9,16),t.rXU(Gr,24),t.rXU(Uo,24))}}static{this.\u0275pipe=t.EJ8({name:"date",type:J,pure:!0,standalone:!0})}}return J})(),Ia=(()=>{class J{transform(Te){return JSON.stringify(Te,null,2)}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275pipe=t.EJ8({name:"json",type:J,pure:!1,standalone:!0})}}return J})(),io=(()=>{class J{constructor(Te){this.differs=Te,this.keyValues=[],this.compareFn=vr}transform(Te,Ge=vr){if(!Te||!(Te instanceof Map)&&"object"!=typeof Te)return null;this.differ??=this.differs.find(Te).create();const St=this.differ.diff(Te),qt=Ge!==this.compareFn;return St&&(this.keyValues=[],St.forEachItem(hi=>{this.keyValues.push(function Qa(J,He){return{key:J,value:He}}(hi.key,hi.currentValue))})),(St||qt)&&(this.keyValues.sort(Ge),this.compareFn=Ge),this.keyValues}static{this.\u0275fac=function(Ge){return new(Ge||J)(t.rXU(t.MKu,16))}}static{this.\u0275pipe=t.EJ8({name:"keyvalue",type:J,pure:!1,standalone:!0})}}return J})();function vr(J,He){const Te=J.key,Ge=He.key;if(Te===Ge)return 0;if(void 0===Te)return 1;if(void 0===Ge)return-1;if(null===Te)return 1;if(null===Ge)return-1;if("string"==typeof Te&&"string"==typeof Ge)return Te{class J{constructor(Te){this._locale=Te}transform(Te,Ge,St){if(!function ln(J){return!(null==J||""===J||J!=J)}(Te))return null;St||=this._locale;try{return function Li(J,He,Te){return function ui(J,He,Te,Ge,St,qt,hi=!1){let Si="",tn=!1;if(isFinite(J)){let pn=function ii(J){let Ge,St,qt,hi,Si,He=Math.abs(J)+"",Te=0;for((St=He.indexOf("."))>-1&&(He=He.replace(".","")),(qt=He.search(/e/i))>0?(St<0&&(St=qt),St+=+He.slice(qt+1),He=He.substring(0,qt)):St<0&&(St=He.length),qt=0;"0"===He.charAt(qt);qt++);if(qt===(Si=He.length))Ge=[0],St=1;else{for(Si--;"0"===He.charAt(Si);)Si--;for(St-=qt,Ge=[],hi=0;qt<=Si;qt++,hi++)Ge[hi]=Number(He.charAt(qt))}return St>22&&(Ge=Ge.splice(0,21),Te=St-1,St=1),{digits:Ge,exponent:Te,integerLen:St}}(J);hi&&(pn=function st(J){if(0===J.digits[0])return J;const He=J.digits.length-J.integerLen;return J.exponent?J.exponent+=2:(0===He?J.digits.push(0,0):1===He&&J.digits.push(0),J.integerLen+=2),J}(pn));let yn=He.minInt,An=He.minFrac,hr=He.maxFrac;if(qt){const Bn=qt.match($e);if(null===Bn)throw new Error(`${qt} is not a valid digit info`);const zi=Bn[1],an=Bn[3],fr=Bn[5];null!=zi&&(yn=Mt(zi)),null!=an&&(An=Mt(an)),null!=fr?hr=Mt(fr):null!=an&&An>hr&&(hr=An)}!function Se(J,He,Te){if(He>Te)throw new Error(`The minimum number of digits after fraction (${He}) is higher than the maximum (${Te}).`);let Ge=J.digits,St=Ge.length-J.integerLen;const qt=Math.min(Math.max(He,St),Te);let hi=qt+J.integerLen,Si=Ge[hi];if(hi>0){Ge.splice(Math.max(J.integerLen,hi));for(let An=hi;An=5)if(hi-1<0){for(let An=0;An>hi;An--)Ge.unshift(0),J.integerLen++;Ge.unshift(1),J.integerLen++}else Ge[hi-1]++;for(;St=pn?yr.pop():tn=!1),hr>=10?1:0},0);yn&&(Ge.unshift(yn),J.integerLen++)}(pn,An,hr);let er=pn.digits,yr=pn.integerLen;const gr=pn.exponent;let Mr=[];for(tn=er.every(Bn=>!Bn);yr0?Mr=er.splice(yr,er.length):(Mr=er,er=[0]);const oa=[];for(er.length>=He.lgSize&&oa.unshift(er.splice(-He.lgSize,er.length).join(""));er.length>He.gSize;)oa.unshift(er.splice(-He.gSize,er.length).join(""));er.length&&oa.unshift(er.join("")),Si=oa.join(Ie(Te,Ge)),Mr.length&&(Si+=Ie(Te,St)+Mr.join("")),gr&&(Si+=Ie(Te,c.Exponential)+"+"+gr)}else Si=Ie(Te,c.Infinity);return Si=J<0&&!tn?He.negPre+Si+He.negSuf:He.posPre+Si+He.posSuf,Si}(J,function nn(J,He="-"){const Te={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},Ge=J.split(";"),St=Ge[0],qt=Ge[1],hi=-1!==St.indexOf(".")?St.split("."):[St.substring(0,St.lastIndexOf("0")+1),St.substring(St.lastIndexOf("0")+1)],Si=hi[0],tn=hi[1]||"";Te.posPre=Si.substring(0,Si.indexOf("#"));for(let yn=0;yn{class J{transform(Te,Ge,St){if(null==Te)return null;if(!this.supports(Te))throw li();return Te.slice(Ge,St)}supports(Te){return"string"==typeof Te||Array.isArray(Te)}static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275pipe=t.EJ8({name:"slice",type:J,pure:!1,standalone:!0})}}return J})(),ho=(()=>{class J{static{this.\u0275fac=function(Ge){return new(Ge||J)}}static{this.\u0275mod=t.$C({type:J})}static{this.\u0275inj=t.G2t({})}}return J})();const Po="browser",Qr="server";function no(J){return J===Po}function Ea(J){return J===Qr}let Ra=(()=>{class J{static{this.\u0275prov=(0,t.jDH)({token:J,providedIn:"root",factory:()=>no((0,t.WQX)(t.Agw))?new wo((0,t.WQX)(m),window):new ma})}}return J})();class wo{constructor(He,Te){this.document=He,this.window=Te,this.offset=()=>[0,0]}setOffset(He){this.offset=Array.isArray(He)?()=>He:He}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(He){this.window.scrollTo(He[0],He[1])}scrollToAnchor(He){const Te=function Lr(J,He){const Te=J.getElementById(He)||J.getElementsByName(He)[0];if(Te)return Te;if("function"==typeof J.createTreeWalker&&J.body&&"function"==typeof J.body.attachShadow){const Ge=J.createTreeWalker(J.body,NodeFilter.SHOW_ELEMENT);let St=Ge.currentNode;for(;St;){const qt=St.shadowRoot;if(qt){const hi=qt.getElementById(He)||qt.querySelector(`[name="${He}"]`);if(hi)return hi}St=Ge.nextNode()}}return null}(this.document,He);Te&&(this.scrollToElement(Te),Te.focus())}setHistoryScrollRestoration(He){this.window.history.scrollRestoration=He}scrollToElement(He){const Te=He.getBoundingClientRect(),Ge=Te.left+this.window.pageXOffset,St=Te.top+this.window.pageYOffset,qt=this.offset();this.window.scrollTo(Ge-qt[0],St-qt[1])}}class ma{setOffset(He){}getScrollPosition(){return[0,0]}scrollToPosition(He){}scrollToAnchor(He){}setHistoryScrollRestoration(He){}}class Nr{}},1626:(Ve,ee,p)=>{"use strict";p.d(ee,{Nl:()=>ve,Qq:()=>ne,a7:()=>We,q1:()=>zt});var t=p(467),e=p(4438),C=p(7673),S=p(1985),l=p(2806),x=p(274),m=p(5964),R=p(6354),d=p(980),w=p(5558),y=p(177);class T{}class k{}class F{constructor(ct){this.normalizedNames=new Map,this.lazyUpdate=null,ct?"string"==typeof ct?this.lazyInit=()=>{this.headers=new Map,ct.split("\n").forEach(Bt=>{const q=Bt.indexOf(":");if(q>0){const it=Bt.slice(0,q),Ae=it.toLowerCase(),mt=Bt.slice(q+1).trim();this.maybeSetNormalizedName(it,Ae),this.headers.has(Ae)?this.headers.get(Ae).push(mt):this.headers.set(Ae,[mt])}})}:typeof Headers<"u"&&ct instanceof Headers?(this.headers=new Map,ct.forEach((Bt,q)=>{this.setHeaderEntries(q,Bt)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(ct).forEach(([Bt,q])=>{this.setHeaderEntries(Bt,q)})}:this.headers=new Map}has(ct){return this.init(),this.headers.has(ct.toLowerCase())}get(ct){this.init();const Bt=this.headers.get(ct.toLowerCase());return Bt&&Bt.length>0?Bt[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(ct){return this.init(),this.headers.get(ct.toLowerCase())||null}append(ct,Bt){return this.clone({name:ct,value:Bt,op:"a"})}set(ct,Bt){return this.clone({name:ct,value:Bt,op:"s"})}delete(ct,Bt){return this.clone({name:ct,value:Bt,op:"d"})}maybeSetNormalizedName(ct,Bt){this.normalizedNames.has(Bt)||this.normalizedNames.set(Bt,ct)}init(){this.lazyInit&&(this.lazyInit instanceof F?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(ct=>this.applyUpdate(ct)),this.lazyUpdate=null))}copyFrom(ct){ct.init(),Array.from(ct.headers.keys()).forEach(Bt=>{this.headers.set(Bt,ct.headers.get(Bt)),this.normalizedNames.set(Bt,ct.normalizedNames.get(Bt))})}clone(ct){const Bt=new F;return Bt.lazyInit=this.lazyInit&&this.lazyInit instanceof F?this.lazyInit:this,Bt.lazyUpdate=(this.lazyUpdate||[]).concat([ct]),Bt}applyUpdate(ct){const Bt=ct.name.toLowerCase();switch(ct.op){case"a":case"s":let q=ct.value;if("string"==typeof q&&(q=[q]),0===q.length)return;this.maybeSetNormalizedName(ct.name,Bt);const it=("a"===ct.op?this.headers.get(Bt):void 0)||[];it.push(...q),this.headers.set(Bt,it);break;case"d":const Ae=ct.value;if(Ae){let mt=this.headers.get(Bt);if(!mt)return;mt=mt.filter(It=>-1===Ae.indexOf(It)),0===mt.length?(this.headers.delete(Bt),this.normalizedNames.delete(Bt)):this.headers.set(Bt,mt)}else this.headers.delete(Bt),this.normalizedNames.delete(Bt)}}setHeaderEntries(ct,Bt){const q=(Array.isArray(Bt)?Bt:[Bt]).map(Ae=>Ae.toString()),it=ct.toLowerCase();this.headers.set(it,q),this.maybeSetNormalizedName(ct,it)}forEach(ct){this.init(),Array.from(this.normalizedNames.keys()).forEach(Bt=>ct(this.normalizedNames.get(Bt),this.headers.get(Bt)))}}class U{encodeKey(ct){return Z(ct)}encodeValue(ct){return Z(ct)}decodeKey(ct){return decodeURIComponent(ct)}decodeValue(ct){return decodeURIComponent(ct)}}const Y=/%(\d[a-f0-9])/gi,$={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Z(Dt){return encodeURIComponent(Dt).replace(Y,(ct,Bt)=>$[Bt]??ct)}function ie(Dt){return`${Dt}`}class ve{constructor(ct={}){if(this.updates=null,this.cloneFrom=null,this.encoder=ct.encoder||new U,ct.fromString){if(ct.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function G(Dt,ct){const Bt=new Map;return Dt.length>0&&Dt.replace(/^\?/,"").split("&").forEach(it=>{const Ae=it.indexOf("="),[mt,It]=-1==Ae?[ct.decodeKey(it),""]:[ct.decodeKey(it.slice(0,Ae)),ct.decodeValue(it.slice(Ae+1))],Ci=Bt.get(mt)||[];Ci.push(It),Bt.set(mt,Ci)}),Bt}(ct.fromString,this.encoder)}else ct.fromObject?(this.map=new Map,Object.keys(ct.fromObject).forEach(Bt=>{const q=ct.fromObject[Bt],it=Array.isArray(q)?q.map(ie):[ie(q)];this.map.set(Bt,it)})):this.map=null}has(ct){return this.init(),this.map.has(ct)}get(ct){this.init();const Bt=this.map.get(ct);return Bt?Bt[0]:null}getAll(ct){return this.init(),this.map.get(ct)||null}keys(){return this.init(),Array.from(this.map.keys())}append(ct,Bt){return this.clone({param:ct,value:Bt,op:"a"})}appendAll(ct){const Bt=[];return Object.keys(ct).forEach(q=>{const it=ct[q];Array.isArray(it)?it.forEach(Ae=>{Bt.push({param:q,value:Ae,op:"a"})}):Bt.push({param:q,value:it,op:"a"})}),this.clone(Bt)}set(ct,Bt){return this.clone({param:ct,value:Bt,op:"s"})}delete(ct,Bt){return this.clone({param:ct,value:Bt,op:"d"})}toString(){return this.init(),this.keys().map(ct=>{const Bt=this.encoder.encodeKey(ct);return this.map.get(ct).map(q=>Bt+"="+this.encoder.encodeValue(q)).join("&")}).filter(ct=>""!==ct).join("&")}clone(ct){const Bt=new ve({encoder:this.encoder});return Bt.cloneFrom=this.cloneFrom||this,Bt.updates=(this.updates||[]).concat(ct),Bt}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(ct=>this.map.set(ct,this.cloneFrom.map.get(ct))),this.updates.forEach(ct=>{switch(ct.op){case"a":case"s":const Bt=("a"===ct.op?this.map.get(ct.param):void 0)||[];Bt.push(ie(ct.value)),this.map.set(ct.param,Bt);break;case"d":if(void 0===ct.value){this.map.delete(ct.param);break}{let q=this.map.get(ct.param)||[];const it=q.indexOf(ie(ct.value));-1!==it&&q.splice(it,1),q.length>0?this.map.set(ct.param,q):this.map.delete(ct.param)}}}),this.cloneFrom=this.updates=null)}}class ye{constructor(){this.map=new Map}set(ct,Bt){return this.map.set(ct,Bt),this}get(ct){return this.map.has(ct)||this.map.set(ct,ct.defaultValue()),this.map.get(ct)}delete(ct){return this.map.delete(ct),this}has(ct){return this.map.has(ct)}keys(){return this.map.keys()}}function be(Dt){return typeof ArrayBuffer<"u"&&Dt instanceof ArrayBuffer}function D(Dt){return typeof Blob<"u"&&Dt instanceof Blob}function n(Dt){return typeof FormData<"u"&&Dt instanceof FormData}class f{constructor(ct,Bt,q,it){let Ae;if(this.url=Bt,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=ct.toUpperCase(),function ue(Dt){switch(Dt){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||it?(this.body=void 0!==q?q:null,Ae=it):Ae=q,Ae&&(this.reportProgress=!!Ae.reportProgress,this.withCredentials=!!Ae.withCredentials,Ae.responseType&&(this.responseType=Ae.responseType),Ae.headers&&(this.headers=Ae.headers),Ae.context&&(this.context=Ae.context),Ae.params&&(this.params=Ae.params),this.transferCache=Ae.transferCache),this.headers??=new F,this.context??=new ye,this.params){const mt=this.params.toString();if(0===mt.length)this.urlWithParams=Bt;else{const It=Bt.indexOf("?");this.urlWithParams=Bt+(-1===It?"?":ItOn.set(Xn,ct.setHeaders[Xn]),un)),ct.setParams&&(Dn=Object.keys(ct.setParams).reduce((On,Xn)=>On.set(Xn,ct.setParams[Xn]),Dn)),new f(Bt,q,mt,{params:Dn,headers:un,context:Hn,reportProgress:Ci,responseType:it,withCredentials:It,transferCache:Ae})}}var h=function(Dt){return Dt[Dt.Sent=0]="Sent",Dt[Dt.UploadProgress=1]="UploadProgress",Dt[Dt.ResponseHeader=2]="ResponseHeader",Dt[Dt.DownloadProgress=3]="DownloadProgress",Dt[Dt.Response=4]="Response",Dt[Dt.User=5]="User",Dt}(h||{});class M{constructor(ct,Bt=200,q="OK"){this.headers=ct.headers||new F,this.status=void 0!==ct.status?ct.status:Bt,this.statusText=ct.statusText||q,this.url=ct.url||null,this.ok=this.status>=200&&this.status<300}}class L extends M{constructor(ct={}){super(ct),this.type=h.ResponseHeader}clone(ct={}){return new L({headers:ct.headers||this.headers,status:void 0!==ct.status?ct.status:this.status,statusText:ct.statusText||this.statusText,url:ct.url||this.url||void 0})}}class O extends M{constructor(ct={}){super(ct),this.type=h.Response,this.body=void 0!==ct.body?ct.body:null}clone(ct={}){return new O({body:void 0!==ct.body?ct.body:this.body,headers:ct.headers||this.headers,status:void 0!==ct.status?ct.status:this.status,statusText:ct.statusText||this.statusText,url:ct.url||this.url||void 0})}}class _ extends M{constructor(ct){super(ct,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${ct.url||"(unknown url)"}`:`Http failure response for ${ct.url||"(unknown url)"}: ${ct.status} ${ct.statusText}`,this.error=ct.error||null}}function N(Dt,ct){return{body:ct,headers:Dt.headers,context:Dt.context,observe:Dt.observe,params:Dt.params,reportProgress:Dt.reportProgress,responseType:Dt.responseType,withCredentials:Dt.withCredentials,transferCache:Dt.transferCache}}let ne=(()=>{class Dt{constructor(Bt){this.handler=Bt}request(Bt,q,it={}){let Ae;if(Bt instanceof f)Ae=Bt;else{let Ci,un;Ci=it.headers instanceof F?it.headers:new F(it.headers),it.params&&(un=it.params instanceof ve?it.params:new ve({fromObject:it.params})),Ae=new f(Bt,q,void 0!==it.body?it.body:null,{headers:Ci,context:it.context,params:un,reportProgress:it.reportProgress,responseType:it.responseType||"json",withCredentials:it.withCredentials,transferCache:it.transferCache})}const mt=(0,C.of)(Ae).pipe((0,x.H)(Ci=>this.handler.handle(Ci)));if(Bt instanceof f||"events"===it.observe)return mt;const It=mt.pipe((0,m.p)(Ci=>Ci instanceof O));switch(it.observe||"body"){case"body":switch(Ae.responseType){case"arraybuffer":return It.pipe((0,R.T)(Ci=>{if(null!==Ci.body&&!(Ci.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Ci.body}));case"blob":return It.pipe((0,R.T)(Ci=>{if(null!==Ci.body&&!(Ci.body instanceof Blob))throw new Error("Response is not a Blob.");return Ci.body}));case"text":return It.pipe((0,R.T)(Ci=>{if(null!==Ci.body&&"string"!=typeof Ci.body)throw new Error("Response is not a string.");return Ci.body}));default:return It.pipe((0,R.T)(Ci=>Ci.body))}case"response":return It;default:throw new Error(`Unreachable: unhandled observe type ${it.observe}}`)}}delete(Bt,q={}){return this.request("DELETE",Bt,q)}get(Bt,q={}){return this.request("GET",Bt,q)}head(Bt,q={}){return this.request("HEAD",Bt,q)}jsonp(Bt,q){return this.request("JSONP",Bt,{params:(new ve).append(q,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(Bt,q={}){return this.request("OPTIONS",Bt,q)}patch(Bt,q,it={}){return this.request("PATCH",Bt,N(it,q))}post(Bt,q,it={}){return this.request("POST",Bt,N(it,q))}put(Bt,q,it={}){return this.request("PUT",Bt,N(it,q))}static{this.\u0275fac=function(q){return new(q||Dt)(e.KVO(T))}}static{this.\u0275prov=e.jDH({token:Dt,factory:Dt.\u0275fac})}}return Dt})();const Ie=/^\)\]\}',?\n/;function Ye(Dt){if(Dt.url)return Dt.url;const ct="X-Request-URL".toLocaleLowerCase();return Dt.headers.get(ct)}let rt=(()=>{class Dt{constructor(){this.fetchImpl=(0,e.WQX)(re,{optional:!0})?.fetch??fetch.bind(globalThis),this.ngZone=(0,e.WQX)(e.SKi)}handle(Bt){return new S.c(q=>{const it=new AbortController;return this.doRequest(Bt,it.signal,q).then(te,Ae=>q.error(new _({error:Ae}))),()=>it.abort()})}doRequest(Bt,q,it){var Ae=this;return(0,t.A)(function*(){const mt=Ae.createRequestInit(Bt);let It;try{const ir=Ae.fetchImpl(Bt.urlWithParams,{signal:q,...mt});(function oe(Dt){Dt.then(te,te)})(ir),it.next({type:h.Sent}),It=yield ir}catch(ir){return void it.error(new _({error:ir,status:ir.status??0,statusText:ir.statusText,url:Bt.urlWithParams,headers:ir.headers}))}const Ci=new F(It.headers),un=It.statusText,Dn=Ye(It)??Bt.urlWithParams;let Hn=It.status,On=null;if(Bt.reportProgress&&it.next(new L({headers:Ci,status:Hn,statusText:un,url:Dn})),It.body){const ir=It.headers.get("content-length"),Fn=[],pi=It.body.getReader();let Yt,yi,Oi=0;const li=typeof Zone<"u"&&Zone.current;yield Ae.ngZone.runOutsideAngular((0,t.A)(function*(){for(;;){const{done:Ni,value:ji}=yield pi.read();if(Ni)break;if(Fn.push(ji),Oi+=ji.length,Bt.reportProgress){yi="text"===Bt.responseType?(yi??"")+(Yt??=new TextDecoder).decode(ji,{stream:!0}):void 0;const en=()=>it.next({type:h.DownloadProgress,total:ir?+ir:void 0,loaded:Oi,partialText:yi});li?li.run(en):en()}}}));const vi=Ae.concatChunks(Fn,Oi);try{const Ni=It.headers.get("Content-Type")??"";On=Ae.parseBody(Bt,vi,Ni)}catch(Ni){return void it.error(new _({error:Ni,headers:new F(It.headers),status:It.status,statusText:It.statusText,url:Ye(It)??Bt.urlWithParams}))}}0===Hn&&(Hn=On?200:0),Hn>=200&&Hn<300?(it.next(new O({body:On,headers:Ci,status:Hn,statusText:un,url:Dn})),it.complete()):it.error(new _({error:On,headers:Ci,status:Hn,statusText:un,url:Dn}))})()}parseBody(Bt,q,it){switch(Bt.responseType){case"json":const Ae=(new TextDecoder).decode(q).replace(Ie,"");return""===Ae?null:JSON.parse(Ae);case"text":return(new TextDecoder).decode(q);case"blob":return new Blob([q],{type:it});case"arraybuffer":return q.buffer}}createRequestInit(Bt){const q={},it=Bt.withCredentials?"include":void 0;if(Bt.headers.forEach((Ae,mt)=>q[Ae]=mt.join(",")),q.Accept??="application/json, text/plain, */*",!q["Content-Type"]){const Ae=Bt.detectContentTypeHeader();null!==Ae&&(q["Content-Type"]=Ae)}return{body:Bt.serializeBody(),method:Bt.method,headers:q,credentials:it}}concatChunks(Bt,q){const it=new Uint8Array(q);let Ae=0;for(const mt of Bt)it.set(mt,Ae),Ae+=mt.length;return it}static{this.\u0275fac=function(q){return new(q||Dt)}}static{this.\u0275prov=e.jDH({token:Dt,factory:Dt.\u0275fac})}}return Dt})();class re{}function te(){}function _e(Dt,ct){return ct(Dt)}function de(Dt,ct){return(Bt,q)=>ct.intercept(Bt,{handle:it=>Dt(it,q)})}const We=new e.nKC(""),se=new e.nKC(""),fe=new e.nKC(""),he=new e.nKC("",{providedIn:"root",factory:()=>!0});function et(){let Dt=null;return(ct,Bt)=>{null===Dt&&(Dt=((0,e.WQX)(We,{optional:!0})??[]).reduceRight(de,_e));const q=(0,e.WQX)(e.TgB);if((0,e.WQX)(he)){const Ae=q.add();return Dt(ct,Bt).pipe((0,d.j)(()=>q.remove(Ae)))}return Dt(ct,Bt)}}let _t=(()=>{class Dt extends T{constructor(Bt,q){super(),this.backend=Bt,this.injector=q,this.chain=null,this.pendingTasks=(0,e.WQX)(e.TgB),this.contributeToStability=(0,e.WQX)(he)}handle(Bt){if(null===this.chain){const q=Array.from(new Set([...this.injector.get(se),...this.injector.get(fe,[])]));this.chain=q.reduceRight((it,Ae)=>function pe(Dt,ct,Bt){return(q,it)=>(0,e.N4e)(Bt,()=>ct(q,Ae=>Dt(Ae,it)))}(it,Ae,this.injector),_e)}if(this.contributeToStability){const q=this.pendingTasks.add();return this.chain(Bt,it=>this.backend.handle(it)).pipe((0,d.j)(()=>this.pendingTasks.remove(q)))}return this.chain(Bt,q=>this.backend.handle(q))}static{this.\u0275fac=function(q){return new(q||Dt)(e.KVO(k),e.KVO(e.uvJ))}}static{this.\u0275prov=e.jDH({token:Dt,factory:Dt.\u0275fac})}}return Dt})();const Ze=/^\)\]\}',?\n/;let qe=(()=>{class Dt{constructor(Bt){this.xhrFactory=Bt}handle(Bt){if("JSONP"===Bt.method)throw new e.wOt(-2800,!1);const q=this.xhrFactory;return(q.\u0275loadImpl?(0,l.H)(q.\u0275loadImpl()):(0,C.of)(null)).pipe((0,w.n)(()=>new S.c(Ae=>{const mt=q.build();if(mt.open(Bt.method,Bt.urlWithParams),Bt.withCredentials&&(mt.withCredentials=!0),Bt.headers.forEach((Fn,pi)=>mt.setRequestHeader(Fn,pi.join(","))),Bt.headers.has("Accept")||mt.setRequestHeader("Accept","application/json, text/plain, */*"),!Bt.headers.has("Content-Type")){const Fn=Bt.detectContentTypeHeader();null!==Fn&&mt.setRequestHeader("Content-Type",Fn)}if(Bt.responseType){const Fn=Bt.responseType.toLowerCase();mt.responseType="json"!==Fn?Fn:"text"}const It=Bt.serializeBody();let Ci=null;const un=()=>{if(null!==Ci)return Ci;const Fn=mt.statusText||"OK",pi=new F(mt.getAllResponseHeaders()),Oi=function jt(Dt){return"responseURL"in Dt&&Dt.responseURL?Dt.responseURL:/^X-Request-URL:/m.test(Dt.getAllResponseHeaders())?Dt.getResponseHeader("X-Request-URL"):null}(mt)||Bt.url;return Ci=new L({headers:pi,status:mt.status,statusText:Fn,url:Oi}),Ci},Dn=()=>{let{headers:Fn,status:pi,statusText:Oi,url:Yt}=un(),yi=null;204!==pi&&(yi=typeof mt.response>"u"?mt.responseText:mt.response),0===pi&&(pi=yi?200:0);let li=pi>=200&&pi<300;if("json"===Bt.responseType&&"string"==typeof yi){const vi=yi;yi=yi.replace(Ze,"");try{yi=""!==yi?JSON.parse(yi):null}catch(Ni){yi=vi,li&&(li=!1,yi={error:Ni,text:yi})}}li?(Ae.next(new O({body:yi,headers:Fn,status:pi,statusText:Oi,url:Yt||void 0})),Ae.complete()):Ae.error(new _({error:yi,headers:Fn,status:pi,statusText:Oi,url:Yt||void 0}))},Hn=Fn=>{const{url:pi}=un(),Oi=new _({error:Fn,status:mt.status||0,statusText:mt.statusText||"Unknown Error",url:pi||void 0});Ae.error(Oi)};let On=!1;const Xn=Fn=>{On||(Ae.next(un()),On=!0);let pi={type:h.DownloadProgress,loaded:Fn.loaded};Fn.lengthComputable&&(pi.total=Fn.total),"text"===Bt.responseType&&mt.responseText&&(pi.partialText=mt.responseText),Ae.next(pi)},ir=Fn=>{let pi={type:h.UploadProgress,loaded:Fn.loaded};Fn.lengthComputable&&(pi.total=Fn.total),Ae.next(pi)};return mt.addEventListener("load",Dn),mt.addEventListener("error",Hn),mt.addEventListener("timeout",Hn),mt.addEventListener("abort",Hn),Bt.reportProgress&&(mt.addEventListener("progress",Xn),null!==It&&mt.upload&&mt.upload.addEventListener("progress",ir)),mt.send(It),Ae.next({type:h.Sent}),()=>{mt.removeEventListener("error",Hn),mt.removeEventListener("abort",Hn),mt.removeEventListener("load",Dn),mt.removeEventListener("timeout",Hn),Bt.reportProgress&&(mt.removeEventListener("progress",Xn),null!==It&&mt.upload&&mt.upload.removeEventListener("progress",ir)),mt.readyState!==mt.DONE&&mt.abort()}})))}static{this.\u0275fac=function(q){return new(q||Dt)(e.KVO(y.N0))}}static{this.\u0275prov=e.jDH({token:Dt,factory:Dt.\u0275fac})}}return Dt})();const dt=new e.nKC(""),Vt=new e.nKC("",{providedIn:"root",factory:()=>"XSRF-TOKEN"}),Et=new e.nKC("",{providedIn:"root",factory:()=>"X-XSRF-TOKEN"});class je{}let me=(()=>{class Dt{constructor(Bt,q,it){this.doc=Bt,this.platform=q,this.cookieName=it,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const Bt=this.doc.cookie||"";return Bt!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,y._b)(Bt,this.cookieName),this.lastCookieString=Bt),this.lastToken}static{this.\u0275fac=function(q){return new(q||Dt)(e.KVO(y.qQ),e.KVO(e.Agw),e.KVO(Vt))}}static{this.\u0275prov=e.jDH({token:Dt,factory:Dt.\u0275fac})}}return Dt})();function xe(Dt,ct){const Bt=Dt.url.toLowerCase();if(!(0,e.WQX)(dt)||"GET"===Dt.method||"HEAD"===Dt.method||Bt.startsWith("http://")||Bt.startsWith("https://"))return ct(Dt);const q=(0,e.WQX)(je).getToken(),it=(0,e.WQX)(Et);return null!=q&&!Dt.headers.has(it)&&(Dt=Dt.clone({headers:Dt.headers.set(it,q)})),ct(Dt)}var Me=function(Dt){return Dt[Dt.Interceptors=0]="Interceptors",Dt[Dt.LegacyInterceptors=1]="LegacyInterceptors",Dt[Dt.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",Dt[Dt.NoXsrfProtection=3]="NoXsrfProtection",Dt[Dt.JsonpSupport=4]="JsonpSupport",Dt[Dt.RequestsMadeViaParent=5]="RequestsMadeViaParent",Dt[Dt.Fetch=6]="Fetch",Dt}(Me||{});function Xe(Dt,ct){return{\u0275kind:Dt,\u0275providers:ct}}function Pe(...Dt){const ct=[ne,qe,_t,{provide:T,useExisting:_t},{provide:k,useFactory:()=>(0,e.WQX)(rt,{optional:!0})??(0,e.WQX)(qe)},{provide:se,useValue:xe,multi:!0},{provide:dt,useValue:!0},{provide:je,useClass:me}];for(const Bt of Dt)ct.push(...Bt.\u0275providers);return(0,e.EmA)(ct)}const we=new e.nKC("");let zt=(()=>{class Dt{static{this.\u0275fac=function(q){return new(q||Dt)}}static{this.\u0275mod=e.$C({type:Dt})}static{this.\u0275inj=e.G2t({providers:[Pe(Xe(Me.LegacyInterceptors,[{provide:we,useFactory:et},{provide:se,useExisting:we,multi:!0}]))]})}}return Dt})()},4438:(Ve,ee,p)=>{"use strict";function t(i,a){return Object.is(i,a)}p.d(ee,{bc$:()=>dh,iLQ:()=>dp,sZ2:()=>ud,hnV:()=>A8,Hbi:()=>H9,o8S:()=>Al,BIS:()=>Mf,gRc:()=>A9,Ql9:()=>kC,OM3:()=>lu,Ocv:()=>NC,abz:()=>ml,Z63:()=>Ht,aKT:()=>y1,uvJ:()=>To,zcH:()=>Us,bkB:()=>Gs,y_5:()=>no,$GK:()=>en,nKC:()=>Fi,zZn:()=>go,_q3:()=>W8,MKu:()=>Pu,xe9:()=>j3,Co$:()=>l7,Vns:()=>d0,SKi:()=>Ha,Xx1:()=>Ea,Agw:()=>ql,PLl:()=>ch,rOR:()=>ad,sFG:()=>z5,_9s:()=>y3,czy:()=>fs,WPN:()=>Kc,kdw:()=>Ra,C4Q:()=>Sd,NYb:()=>SC,giA:()=>f9,RxE:()=>C8,c1b:()=>Ro,gXe:()=>bi,mal:()=>Ai,Af3:()=>Te,tdH:()=>du,L39:()=>Ep,EWP:()=>Y3,Ol2:()=>Y6,w6W:()=>Vb,oH4:()=>F8,Rfq:()=>Et,WQX:()=>ln,naY:()=>T9,QuC:()=>ao,EmA:()=>Ss,Udg:()=>kw,fpN:()=>qC,HJs:()=>Vw,N4e:()=>J,vPA:()=>Em,O8t:()=>Iw,H3F:()=>Zv,H8p:()=>qs,KH2:()=>Du,TgB:()=>Hd,wOt:()=>fe,WHO:()=>u9,e01:()=>E8,lNU:()=>se,h9k:()=>z2,$MX:()=>yd,ZF7:()=>rc,Kcf:()=>F2,e5t:()=>Ic,UyX:()=>g4,cWb:()=>Xs,osQ:()=>_4,H5H:()=>Tg,Zy3:()=>he,mq5:()=>w_,JZv:()=>ut,LfX:()=>Se,plB:()=>Ln,jNT:()=>T8,zjR:()=>m9,TL$:()=>sh,Tbb:()=>dt,rcV:()=>Lc,Vt3:()=>H6,GFd:()=>G6,OA$:()=>Or,Jv_:()=>l8,aNF:()=>Mv,R7$:()=>H4,BMQ:()=>rg,HbH:()=>vg,ZvI:()=>c_,AVh:()=>_g,vxM:()=>p_,wni:()=>ov,VBU:()=>lc,FsC:()=>fo,jDH:()=>Li,G2t:()=>st,$C:()=>Yo,EJ8:()=>Rs,rXU:()=>Y2,nrm:()=>Wm,eu8:()=>Mg,bVm:()=>Ym,qex:()=>Xm,k0s:()=>jm,j41:()=>O3,RV6:()=>C_,xGo:()=>h2,Mr5:()=>Eg,KVO:()=>Gn,kS0:()=>Yl,QTQ:()=>Fp,bIt:()=>Vg,lsd:()=>cv,joV:()=>cl,qSk:()=>E0,XpG:()=>Ug,nI1:()=>Iv,bMT:()=>Rv,i5U:()=>Ov,brH:()=>Fv,SdG:()=>ev,NAR:()=>q_,Y8G:()=>mg,FS9:()=>Gg,Mz_:()=>ep,FCK:()=>jg,lJ4:()=>Ev,eq3:()=>Sv,l_i:()=>h8,sMw:()=>Tv,mGM:()=>Yg,sdS:()=>dv,Dyx:()=>Cg,Z7z:()=>__,fX1:()=>xg,Njj:()=>Zd,tSv:()=>Ti,eBV:()=>x0,npT:()=>Uf,n$t:()=>jf,xc7:()=>gg,Kam:()=>Hg,zvX:()=>Sg,DNE:()=>fu,C5r:()=>Nv,EFF:()=>Jg,JRh:()=>t8,SpI:()=>ip,Lme:()=>np,E5c:()=>i8,LHq:()=>rp,DH7:()=>ap,mxI:()=>o8,R50:()=>a8,GBs:()=>sv});let e=null,C=!1,S=1;const l=Symbol("SIGNAL");function x(i){const a=e;return e=i,a}const w={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function y(i){if(C)throw new Error("");if(null===e)return;e.consumerOnSignalRead(i);const a=e.nextProducerIndex++;ye(e),ai.nextProducerIndex;)i.producerNode.pop(),i.producerLastReadVersion.pop(),i.producerIndexOfThis.pop()}}function $(i){ye(i);for(let a=0;a0}function ye(i){i.producerNode??=[],i.producerIndexOfThis??=[],i.producerLastReadVersion??=[]}function ue(i){i.liveConsumerNode??=[],i.liveConsumerIndexOfThis??=[]}const D=Symbol("UNSET"),n=Symbol("COMPUTING"),c=Symbol("ERRORED"),f={...w,value:D,dirty:!0,error:null,equal:t,producerMustRecompute:i=>i.value===D||i.value===n,producerRecomputeValue(i){if(i.value===n)throw new Error("Detected cycle in computations.");const a=i.value;i.value=n;const s=G(i);let g;try{g=i.computation()}catch(A){g=c,i.error=A}finally{Y(i,s)}a!==D&&a!==c&&g!==c&&i.equal(a,g)?i.value=a:(i.value=g,i.version++)}};let M=function h(){throw new Error};function L(){M()}let _=null;function N(i,a){V()||L(),i.equal(i.value,a)||(i.value=a,function at(i){i.version++,function T(){S++}(),F(i),_?.()}(i))}const Ie={...w,equal:t,value:void 0};var oe=p(1413),_e=p(8359),de=p(4412),pe=p(6354);const se="https://g.co/ng/security#xss";class fe extends Error{constructor(a,s){super(he(a,s)),this.code=a}}function he(i,a){return`NG0${Math.abs(i)}${a?": "+a:""}`}function ke(i){return{toString:i}.toString()}const Qe="__parameters__";function tt(i,a,s){return ke(()=>{const g=function ht(i){return function(...s){if(i){const g=i(...s);for(const A in g)this[A]=g[A]}}}(a);function A(...H){if(this instanceof A)return g.apply(this,H),this;const Q=new A(...H);return le.annotation=Q,le;function le(Ee,ot,bt){const Gt=Ee.hasOwnProperty(Qe)?Ee[Qe]:Object.defineProperty(Ee,Qe,{value:[]})[Qe];for(;Gt.length<=bt;)Gt.push(null);return(Gt[bt]=Gt[bt]||[]).push(Q),Ee}}return s&&(A.prototype=Object.create(s.prototype)),A.prototype.ngMetadataName=i,A.annotationCls=A,A})}const ut=globalThis;function jt(i){for(let a in i)if(i[a]===jt)return a;throw Error("Could not find renamed property on target object.")}function qe(i,a){for(const s in a)a.hasOwnProperty(s)&&!i.hasOwnProperty(s)&&(i[s]=a[s])}function dt(i){if("string"==typeof i)return i;if(Array.isArray(i))return"["+i.map(dt).join(", ")+"]";if(null==i)return""+i;if(i.overriddenName)return`${i.overriddenName}`;if(i.name)return`${i.name}`;const a=i.toString();if(null==a)return""+a;const s=a.indexOf("\n");return-1===s?a:a.substring(0,s)}function Le(i,a){return null==i||""===i?null===a?"":a:null==a||""===a?i:i+" "+a}const Zt=jt({__forward_ref__:jt});function Et(i){return i.__forward_ref__=Et,i.toString=function(){return dt(this())},i}function je(i){return me(i)?i():i}function me(i){return"function"==typeof i&&i.hasOwnProperty(Zt)&&i.__forward_ref__===Et}function Li(i){return{token:i.token,providedIn:i.providedIn||null,factory:i.factory,value:void 0}}function st(i){return{providers:i.providers||[],imports:i.imports||[]}}function ii(i){return Mt(i,Ei)||Mt(i,$i)}function Se(i){return null!==ii(i)}function Mt(i,a){return i.hasOwnProperty(a)?i[a]:null}function ai(i){return i&&(i.hasOwnProperty(Hi)||i.hasOwnProperty(hn))?i[Hi]:null}const Ei=jt({\u0275prov:jt}),Hi=jt({\u0275inj:jt}),$i=jt({ngInjectableDef:jt}),hn=jt({ngInjectorDef:jt});class Fi{constructor(a,s){this._desc=a,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof s?this.__NG_ELEMENT_ID__=s:void 0!==s&&(this.\u0275prov=Li({token:this,providedIn:s.providedIn||"root",factory:s.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Ci(i){return i&&!!i.\u0275providers}const un=jt({\u0275cmp:jt}),Dn=jt({\u0275dir:jt}),Hn=jt({\u0275pipe:jt}),On=jt({\u0275mod:jt}),Xn=jt({\u0275fac:jt}),ir=jt({__NG_ELEMENT_ID__:jt}),Fn=jt({__NG_ENV_ID__:jt});function pi(i){return"string"==typeof i?i:null==i?"":String(i)}function ji(i,a){throw new fe(-201,!1)}var en=function(i){return i[i.Default=0]="Default",i[i.Host=1]="Host",i[i.Self=2]="Self",i[i.SkipSelf=4]="SkipSelf",i[i.Optional=8]="Optional",i}(en||{});let nr;function ar(){return nr}function tr(i){const a=nr;return nr=i,a}function or(i,a,s){const g=ii(i);return g&&"root"==g.providedIn?void 0===g.value?g.value=g.factory():g.value:s&en.Optional?null:void 0!==a?a:void ji()}const Gr={},Uo="__NG_DI_FLAG__",yo="ngTempTokenPath",kr=/\n/gm,Ia="__source";let Qa;function vr(i){const a=Qa;return Qa=i,a}function xo(i,a=en.Default){if(void 0===Qa)throw new fe(-203,!1);return null===Qa?or(i,void 0,a):Qa.get(i,a&en.Optional?null:void 0,a)}function Gn(i,a=en.Default){return(ar()||xo)(je(i),a)}function ln(i,a=en.Default){return Gn(i,$r(a))}function $r(i){return typeof i>"u"||"number"==typeof i?i:(i.optional&&8)|(i.host&&1)|(i.self&&2)|(i.skipSelf&&4)}function Ma(i){const a=[];for(let s=0;s({token:i})),-1),Ea=lo(tt("Optional"),8),Ra=lo(tt("SkipSelf"),4);function Lr(i,a){return i.hasOwnProperty(Xn)?i[Xn]:null}function Ua(i,a){i.forEach(s=>Array.isArray(s)?Ua(s,a):a(s))}function as(i,a,s){a>=i.length?i.push(s):i.splice(a,0,s)}function Ga(i,a){return a>=i.length-1?i.pop():i.splice(a,1)[0]}function pa(i,a,s){let g=wr(i,a);return g>=0?i[1|g]=s:(g=~g,function jo(i,a,s,g){let A=i.length;if(A==a)i.push(s,g);else if(1===A)i.push(g,i[0]),i[0]=s;else{for(A--,i.push(i[A-1],i[A]);A>a;)i[A]=i[A-2],A--;i[a]=s,i[a+1]=g}}(i,g,a,s)),g}function ro(i,a){const s=wr(i,a);if(s>=0)return i[1|s]}function wr(i,a){return function Wo(i,a,s){let g=0,A=i.length>>s;for(;A!==g;){const H=g+(A-g>>1),Q=i[H<a?A=H:g=H+1}return~(A<a){Q=H-1;break}}}for(;H-1){let H;for(;++AH?"":A[bt+1].toLowerCase(),2&g&&ot!==Gt){if(Ri(g))return!1;Q=!0}}}}else{if(!Q&&!Ri(g)&&!Ri(Ee))return!1;if(Q&&Ri(Ee))continue;Q=!1,g=Ee|1&g}}return Ri(g)||Q}function Ri(i){return!(1&i)}function ft(i,a,s,g){if(null===a)return-1;let A=0;if(g||!s){let H=!1;for(;A-1)for(s++;s0?'="'+le+'"':"")+"]"}else 8&g?A+="."+Q:4&g&&(A+=" "+Q);else""!==A&&!Ri(Q)&&(a+=Qn(H,A),A=""),g=Q,H=H||!Ri(g);s++}return""!==A&&(a+=Qn(H,A)),a}function lc(i){return ke(()=>{const a=Ta(i),s={...a,decls:i.decls,vars:i.vars,template:i.template,consts:i.consts||null,ngContentSelectors:i.ngContentSelectors,onPush:i.changeDetection===ki.OnPush,directiveDefs:null,pipeDefs:null,dependencies:a.standalone&&i.dependencies||null,getStandaloneInjector:null,signals:i.signals??!1,data:i.data||{},encapsulation:i.encapsulation||bi.Emulated,styles:i.styles||Kn,_:null,schemas:i.schemas||null,tView:null,id:""};Qs(s);const g=i.dependencies;return s.directiveDefs=cn(g,!1),s.pipeDefs=cn(g,!0),s.id=function uc(i){let a=0;const s=[i.selectors,i.ngContentSelectors,i.hostVars,i.hostAttrs,i.consts,i.vars,i.decls,i.encapsulation,i.standalone,i.signals,i.exportAs,JSON.stringify(i.inputs),JSON.stringify(i.outputs),Object.getOwnPropertyNames(i.type.prototype),!!i.contentQueries,!!i.viewQuery].join("|");for(const A of s)a=Math.imul(31,a)+A.charCodeAt(0)|0;return a+=2147483648,"c"+a}(s),s})}function dc(i){return zn(i)||jr(i)}function hc(i){return null!==i}function Yo(i){return ke(()=>({type:i.type,bootstrap:i.bootstrap||Kn,declarations:i.declarations||Kn,imports:i.imports||Kn,exports:i.exports||Kn,transitiveCompileScopes:null,schemas:i.schemas||null,id:i.id||null}))}function Ko(i,a){if(null==i)return ra;const s={};for(const g in i)if(i.hasOwnProperty(g)){const A=i[g];let H,Q,le=rr.None;Array.isArray(A)?(le=A[0],H=A[1],Q=A[2]??H):(H=A,Q=A),a?(s[H]=le!==rr.None?[g,le]:g,a[H]=Q):s[H]=g}return s}function fo(i){return ke(()=>{const a=Ta(i);return Qs(a),a})}function Rs(i){return{type:i.type,name:i.name,factory:null,pure:!1!==i.pure,standalone:!0===i.standalone,onDestroy:i.type.prototype.ngOnDestroy||null}}function zn(i){return i[un]||null}function jr(i){return i[Dn]||null}function la(i){return i[Hn]||null}function ao(i){const a=zn(i)||jr(i)||la(i);return null!==a&&a.standalone}function Ir(i,a){const s=i[On]||null;if(!s&&!0===a)throw new Error(`Type ${dt(i)} does not have '\u0275mod' property.`);return s}function Ta(i){const a={};return{type:i.type,providersResolver:null,factory:null,hostBindings:i.hostBindings||null,hostVars:i.hostVars||0,hostAttrs:i.hostAttrs||null,contentQueries:i.contentQueries||null,declaredInputs:a,inputTransforms:null,inputConfig:i.inputs||ra,exportAs:i.exportAs||null,standalone:!0===i.standalone,signals:!0===i.signals,selectors:i.selectors||Kn,viewQuery:i.viewQuery||null,features:i.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Ko(i.inputs,a),outputs:Ko(i.outputs),debugInfo:null}}function Qs(i){i.features?.forEach(a=>a(i))}function cn(i,a){if(!i)return null;const s=a?la:dc;return()=>("function"==typeof i?i():i).map(g=>s(g)).filter(hc)}function Ss(i){return{\u0275providers:i}}function fc(...i){return{\u0275providers:_s(0,i),\u0275fromNgModule:!0}}function _s(i,...a){const s=[],g=new Set;let A;const H=Q=>{s.push(Q)};return Ua(a,Q=>{const le=Q;vs(le,H,[],g)&&(A||=[],A.push(le))}),void 0!==A&&Dl(A,H),s}function Dl(i,a){for(let s=0;s{a(H,g)})}}function vs(i,a,s,g){if(!(i=je(i)))return!1;let A=null,H=ai(i);const Q=!H&&zn(i);if(H||Q){if(Q&&!Q.standalone)return!1;A=i}else{const Ee=i.ngModule;if(H=ai(Ee),!H)return!1;A=Ee}const le=g.has(A);if(Q){if(le)return!1;if(g.add(A),Q.dependencies){const Ee="function"==typeof Q.dependencies?Q.dependencies():Q.dependencies;for(const ot of Ee)vs(ot,a,s,g)}}else{if(!H)return!1;{if(null!=H.imports&&!le){let ot;g.add(A);try{Ua(H.imports,bt=>{vs(bt,a,s,g)&&(ot||=[],ot.push(bt))})}finally{}void 0!==ot&&Dl(ot,a)}if(!le){const ot=Lr(A)||(()=>new A);a({provide:A,useFactory:ot,deps:Kn},A),a({provide:xt,useValue:A,multi:!0},A),a({provide:Ht,useValue:()=>Gn(A),multi:!0},A)}const Ee=H.providers;if(null!=Ee&&!le){const ot=i;mc(Ee,bt=>{a(bt,ot)})}}}return A!==i&&void 0!==i.providers}function mc(i,a){for(let s of i)Ci(s)&&(s=s.\u0275providers),Array.isArray(s)?mc(s,a):a(s)}const el=jt({provide:String,useValue:jt});function Zs(i){return null!==i&&"object"==typeof i&&el in i}function So(i){return"function"==typeof i}const qs=new Fi(""),bs={},gc={};let _c;function os(){return void 0===_c&&(_c=new ni),_c}class To{}class Fs extends To{get destroyed(){return this._destroyed}constructor(a,s,g,A){super(),this.parent=s,this.source=g,this.scopes=A,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,At(a,Q=>this.processProvider(Q)),this.records.set(Mi,ss(void 0,this)),A.has("environment")&&this.records.set(To,ss(void 0,this));const H=this.records.get(qs);null!=H&&"string"==typeof H.value&&this.scopes.add(H.value),this.injectorDefTypes=new Set(this.get(xt,Kn,en.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;const a=x(null);try{for(const g of this._ngOnDestroyHooks)g.ngOnDestroy();const s=this._onDestroyHooks;this._onDestroyHooks=[];for(const g of s)g()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),x(a)}}onDestroy(a){return this.assertNotDestroyed(),this._onDestroyHooks.push(a),()=>this.removeOnDestroy(a)}runInContext(a){this.assertNotDestroyed();const s=vr(this),g=tr(void 0);try{return a()}finally{vr(s),tr(g)}}get(a,s=Gr,g=en.Default){if(this.assertNotDestroyed(),a.hasOwnProperty(Fn))return a[Fn](this);g=$r(g);const H=vr(this),Q=tr(void 0);try{if(!(g&en.SkipSelf)){let Ee=this.records.get(a);if(void 0===Ee){const ot=function Rt(i){return"function"==typeof i||"object"==typeof i&&i instanceof Fi}(a)&&ii(a);Ee=ot&&this.injectableDefInScope(ot)?ss(tl(a),bs):null,this.records.set(a,Ee)}if(null!=Ee)return this.hydrate(a,Ee)}return(g&en.Self?os():this.parent).get(a,s=g&en.Optional&&s===Gr?null:s)}catch(le){if("NullInjectorError"===le.name){if((le[yo]=le[yo]||[]).unshift(dt(a)),H)throw le;return function Po(i,a,s,g){const A=i[yo];throw a[Ia]&&A.unshift(a[Ia]),i.message=function Qr(i,a,s,g=null){i=i&&"\n"===i.charAt(0)&&"\u0275"==i.charAt(1)?i.slice(2):i;let A=dt(a);if(Array.isArray(a))A=a.map(dt).join(" -> ");else if("object"==typeof a){let H=[];for(let Q in a)if(a.hasOwnProperty(Q)){let le=a[Q];H.push(Q+":"+("string"==typeof le?JSON.stringify(le):dt(le)))}A=`{${H.join(", ")}}`}return`${s}${g?"("+g+")":""}[${A}]: ${i.replace(kr,"\n ")}`}("\n"+i.message,A,s,g),i.ngTokenPath=A,i[yo]=null,i}(le,a,"R3InjectorError",this.source)}throw le}finally{tr(Q),vr(H)}}resolveInjectorInitializers(){const a=x(null),s=vr(this),g=tr(void 0);try{const H=this.get(Ht,Kn,en.Self);for(const Q of H)Q()}finally{vr(s),tr(g),x(a)}}toString(){const a=[],s=this.records;for(const g of s.keys())a.push(dt(g));return`R3Injector[${a.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new fe(205,!1)}processProvider(a){let s=So(a=je(a))?a:je(a&&a.provide);const g=function Ll(i){return Zs(i)?ss(void 0,i.useValue):ss(il(i),bs)}(a);if(!So(a)&&!0===a.multi){let A=this.records.get(s);A||(A=ss(void 0,bs,!0),A.factory=()=>Ma(A.multi),this.records.set(s,A)),s=a,A.multi.push(a)}this.records.set(s,g)}hydrate(a,s){const g=x(null);try{return s.value===bs&&(s.value=gc,s.value=s.factory()),"object"==typeof s.value&&s.value&&function lt(i){return null!==i&&"object"==typeof i&&"function"==typeof i.ngOnDestroy}(s.value)&&this._ngOnDestroyHooks.add(s.value),s.value}finally{x(g)}}injectableDefInScope(a){if(!a.providedIn)return!1;const s=je(a.providedIn);return"string"==typeof s?"any"===s||this.scopes.has(s):this.injectorDefTypes.has(s)}removeOnDestroy(a){const s=this._onDestroyHooks.indexOf(a);-1!==s&&this._onDestroyHooks.splice(s,1)}}function tl(i){const a=ii(i),s=null!==a?a.factory:Lr(i);if(null!==s)return s;if(i instanceof Fi)throw new fe(204,!1);if(i instanceof Function)return function Pc(i){if(i.length>0)throw new fe(204,!1);const s=function Pt(i){return i&&(i[Ei]||i[$i])||null}(i);return null!==s?()=>s.factory(i):()=>new i}(i);throw new fe(204,!1)}function il(i,a,s){let g;if(So(i)){const A=je(i);return Lr(A)||tl(A)}if(Zs(i))g=()=>je(i.useValue);else if(function Os(i){return!(!i||!i.useFactory)}(i))g=()=>i.useFactory(...Ma(i.deps||[]));else if(function Js(i){return!(!i||!i.useExisting)}(i))g=()=>Gn(je(i.useExisting));else{const A=je(i&&(i.useClass||i.provide));if(!function Ps(i){return!!i.deps}(i))return Lr(A)||tl(A);g=()=>new A(...Ma(i.deps))}return g}function ss(i,a,s=!1){return{factory:i,value:a,multi:s?[]:void 0}}function At(i,a){for(const s of i)Array.isArray(s)?At(s,a):s&&Ci(s)?At(s.\u0275providers,a):a(s)}function J(i,a){i instanceof Fs&&i.assertNotDestroyed();const g=vr(i),A=tr(void 0);try{return a()}finally{vr(g),tr(A)}}function He(){return void 0!==ar()||null!=function io(){return Qa}()}function Te(i){if(!He())throw new fe(-203,!1)}const Bn=0,zi=1,an=2,fr=3,Wr=4,da=5,Xa=6,vc=7,Vr=8,_a=9,cs=10,jn=11,bc=12,Il=13,yc=14,Xr=15,mo=16,Ao=17,ec=18,Nc=19,Ns=20,Ui=21,Vc=22,Vs=23,kn=25,nl=1,$o=7,Hc=9,Jr=10;var Ol=function(i){return i[i.None=0]="None",i[i.HasTransplantedViews=2]="HasTransplantedViews",i}(Ol||{});function Aa(i){return Array.isArray(i)&&"object"==typeof i[nl]}function va(i){return Array.isArray(i)&&!0===i[nl]}function Ts(i){return!!(4&i.flags)}function Hs(i){return i.componentOffset>-1}function Ja(i){return!(1&~i.flags)}function En(i){return!!i.template}function qi(i){return!!(512&i[an])}class _r{constructor(a,s,g){this.previousValue=a,this.currentValue=s,this.firstChange=g}isFirstChange(){return this.firstChange}}function ys(i,a,s,g){null!==a?a.applyValueToInputSignal(a,g):i[s]=g}function Or(){return Ya}function Ya(i){return i.type.prototype.ngOnChanges&&(i.setInput=xc),ls}function ls(){const i=Zo(this),a=i?.current;if(a){const s=i.previous;if(s===ra)i.previous=a;else for(let g in a)s[g]=a[g];i.current=null,this.ngOnChanges(a)}}function xc(i,a,s,g,A){const H=this.declaredInputs[g],Q=Zo(i)||function As(i,a){return i[Pl]=a}(i,{previous:ra,current:null}),le=Q.current||(Q.current={}),Ee=Q.previous,ot=Ee[H];le[H]=new _r(ot&&ot.currentValue,s,Ee===ra),ys(i,a,A,s)}Or.ngInherit=!0;const Pl="__ngSimpleChanges__";function Zo(i){return i[Pl]||null}const Ds=function(i,a,s){},Nl="svg";function Er(i){for(;Array.isArray(i);)i=i[Bn];return i}function Da(i,a){return Er(a[i])}function po(i,a){return Er(a[i.index])}function tc(i,a){return i.data[a]}function Vl(i,a){return i[a]}function Jo(i,a){const s=a[i];return Aa(s)?s:s[Bn]}function z1(i){return!(128&~i[an])}function qa(i,a){return null==a?null:i[a]}function zc(i){i[Ao]=0}function v0(i){1024&i[an]||(i[an]|=1024,z1(i)&&$d(i))}function al(i){return!!(9216&i[an]||i[Vs]?.dirty)}function b0(i){i[cs].changeDetectionScheduler?.notify(7),64&i[an]&&(i[an]|=1024),al(i)&&$d(i)}function $d(i){i[cs].changeDetectionScheduler?.notify(0);let a=ol(i);for(;null!==a&&!(8192&a[an])&&(a[an]|=8192,z1(a));)a=ol(a)}function B1(i,a){if(!(256&~i[an]))throw new fe(911,!1);null===i[Ui]&&(i[Ui]=[]),i[Ui].push(a)}function ol(i){const a=i[fr];return va(a)?a[fr]:a}const Nn={lFrame:Ku(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let y0=!1;function Gu(){return Nn.bindingsEnabled}function sl(){return null!==Nn.skipHydrationRootTNode}function Ii(){return Nn.lFrame.lView}function ur(){return Nn.lFrame.tView}function x0(i){return Nn.lFrame.contextLView=i,i[Vr]}function Zd(i){return Nn.lFrame.contextLView=null,i}function zr(){let i=C0();for(;null!==i&&64===i.type;)i=i.parent;return i}function C0(){return Nn.lFrame.currentTNode}function ka(i,a){const s=Nn.lFrame;s.currentTNode=i,s.isParent=a}function ds(){return Nn.lFrame.isParent}function La(){Nn.lFrame.isParent=!1}function Xu(){return y0}function j1(i){y0=i}function hs(){const i=Nn.lFrame;let a=i.bindingRootIndex;return-1===a&&(a=i.bindingRootIndex=i.tView.bindingStartIndex),a}function ic(){return Nn.lFrame.bindingIndex}function us(){return Nn.lFrame.bindingIndex++}function Mc(i){const a=Nn.lFrame,s=a.bindingIndex;return a.bindingIndex=a.bindingIndex+i,s}function ya(i,a){const s=Nn.lFrame;s.bindingIndex=s.bindingRootIndex=i,e2(a)}function e2(i){Nn.lFrame.currentDirectiveIndex=i}function xa(i){const a=Nn.lFrame.currentDirectiveIndex;return-1===a?null:i[a]}function Bc(){return Nn.lFrame.currentQueryIndex}function nc(i){Nn.lFrame.currentQueryIndex=i}function Bl(i){const a=i[zi];return 2===a.type?a.declTNode:1===a.type?i[da]:null}function Bs(i,a,s){if(s&en.SkipSelf){let A=a,H=i;for(;!(A=A.parent,null!==A||s&en.Host||(A=Bl(H),null===A||(H=H[yc],10&A.type))););if(null===A)return!1;a=A,i=H}const g=Nn.lFrame=W1();return g.currentTNode=a,g.lView=i,!0}function w0(i){const a=W1(),s=i[zi];Nn.lFrame=a,a.currentTNode=s.firstChild,a.lView=i,a.tView=s,a.contextLView=i,a.bindingIndex=s.bindingStartIndex,a.inI18n=!1}function W1(){const i=Nn.lFrame,a=null===i?null:i.child;return null===a?Ku(i):a}function Ku(i){const a={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:i,child:null,inI18n:!1};return null!==i&&(i.child=a),a}function Ul(){const i=Nn.lFrame;return Nn.lFrame=i.parent,i.currentTNode=null,i.lView=null,i}const X1=Ul;function M0(){const i=Ul();i.isParent=!0,i.tView=null,i.selectedIndex=-1,i.contextLView=null,i.elementDepthCount=0,i.currentDirectiveIndex=-1,i.currentNamespace=null,i.bindingRootIndex=-1,i.bindingIndex=-1,i.currentQueryIndex=0}function Va(){return Nn.lFrame.selectedIndex}function Uc(i){Nn.lFrame.selectedIndex=i}function Fr(){const i=Nn.lFrame;return tc(i.tView,i.selectedIndex)}function E0(){Nn.lFrame.currentNamespace=Nl}function cl(){!function T0(){Nn.lFrame.currentNamespace=null}()}let Qu=!0;function Y1(){return Qu}function Ec(i){Qu=i}function t2(i,a){for(let s=a.directiveStart,g=a.directiveEnd;s=g)break}else a[Ee]<0&&(i[Ao]+=65536),(le>14>16&&(3&i[an])===a&&(i[an]+=16384,D0(le,H)):D0(le,H)}const Gc=-1;class jc{constructor(a,s,g){this.factory=a,this.resolving=!1,this.canSeeViewProviders=s,this.injectImpl=g}}function hl(i){return i!==Gc}function Sc(i){return 32767&i}function ul(i,a){let s=function Ar(i){return i>>16}(i),g=a;for(;s>0;)g=g[yc],s--;return g}let L0=!0;function g1(i){const a=L0;return L0=i,a}const $1=255,Q1=5;let Gl=0;const Tc={};function Wc(i,a){const s=Z1(i,a);if(-1!==s)return s;const g=a[zi];g.firstCreatePass&&(i.injectorIndex=a.length,I0(g.data,i),I0(a,null),I0(g.blueprint,null));const A=jl(i,a),H=i.injectorIndex;if(hl(A)){const Q=Sc(A),le=ul(A,a),Ee=le[zi].data;for(let ot=0;ot<8;ot++)a[H+ot]=le[Q+ot]|Ee[Q+ot]}return a[H+8]=A,H}function I0(i,a){i.push(0,0,0,0,0,0,0,0,a)}function Z1(i,a){return-1===i.injectorIndex||i.parent&&i.parent.injectorIndex===i.injectorIndex||null===a[i.injectorIndex+8]?-1:i.injectorIndex}function jl(i,a){if(i.parent&&-1!==i.parent.injectorIndex)return i.parent.injectorIndex;let s=0,g=null,A=a;for(;null!==A;){if(g=V0(A),null===g)return Gc;if(s++,A=A[yc],-1!==g.injectorIndex)return g.injectorIndex|s<<16}return Gc}function fl(i,a,s){!function s2(i,a,s){let g;"string"==typeof s?g=s.charCodeAt(0)||0:s.hasOwnProperty(ir)&&(g=s[ir]),null==g&&(g=s[ir]=Gl++);const A=g&$1;a.data[i+(A>>Q1)]|=1<=0?a&$1:P0:a}(s);if("function"==typeof H){if(!Bs(a,i,g))return g&en.Host?c2(A,0,g):eo(a,s,g,A);try{let Q;if(Q=H(g),null!=Q||g&en.Optional)return Q;ji()}finally{X1()}}else if("number"==typeof H){let Q=null,le=Z1(i,a),Ee=Gc,ot=g&en.Host?a[Xr][da]:null;for((-1===le||g&en.SkipSelf)&&(Ee=-1===le?jl(i,a):a[le+8],Ee!==Gc&&d2(g,!1)?(Q=a[zi],le=Sc(Ee),a=ul(Ee,a)):le=-1);-1!==le;){const bt=a[zi];if(F0(H,le,bt.data)){const Gt=Dr(le,a,s,Q,g,ot);if(Gt!==Tc)return Gt}Ee=a[le+8],Ee!==Gc&&d2(g,a[zi].data[le+8]===ot)&&F0(H,le,a)?(Q=bt,le=Sc(Ee),a=ul(Ee,a)):le=-1}}return A}function Dr(i,a,s,g,A,H){const Q=a[zi],le=Q.data[i+8],bt=J1(le,Q,s,null==g?Hs(le)&&L0:g!=Q&&!!(3&le.type),A&en.Host&&H===le);return null!==bt?ks(a,Q,bt,le):Tc}function J1(i,a,s,g,A){const H=i.providerIndexes,Q=a.data,le=1048575&H,Ee=i.directiveStart,bt=H>>20,ei=A?le+bt:i.directiveEnd;for(let di=g?le:le+bt;di=Ee&&_i.type===s)return di}if(A){const di=Q[Ee];if(di&&En(di)&&di.type===s)return Ee}return null}function ks(i,a,s,g){let A=i[s];const H=a.data;if(function k0(i){return i instanceof jc}(A)){const Q=A;Q.resolving&&function li(i,a){throw a&&a.join(" > "),new fe(-200,i)}(function Oi(i){return"function"==typeof i?i.name||i.toString():"object"==typeof i&&null!=i&&"function"==typeof i.type?i.type.name||i.type.toString():pi(i)}(H[s]));const le=g1(Q.canSeeViewProviders);Q.resolving=!0;const ot=Q.injectImpl?tr(Q.injectImpl):null;Bs(i,g,en.Default);try{A=i[s]=Q.factory(void 0,H,i,g),a.firstCreatePass&&s>=g.directiveStart&&function e4(i,a,s){const{ngOnChanges:g,ngOnInit:A,ngDoCheck:H}=a.type.prototype;if(g){const Q=Ya(a);(s.preOrderHooks??=[]).push(i,Q),(s.preOrderCheckHooks??=[]).push(i,Q)}A&&(s.preOrderHooks??=[]).push(0-i,A),H&&((s.preOrderHooks??=[]).push(i,H),(s.preOrderCheckHooks??=[]).push(i,H))}(s,H[s],a)}finally{null!==ot&&tr(ot),g1(le),Q.resolving=!1,X1()}}return A}function F0(i,a,s){return!!(s[a+(i>>Q1)]&1<{const a=i.prototype.constructor,s=a[Xn]||u2(a),g=Object.prototype;let A=Object.getPrototypeOf(i.prototype).constructor;for(;A&&A!==g;){const H=A[Xn]||u2(A);if(H&&H!==s)return H;A=Object.getPrototypeOf(A)}return H=>new H})}function u2(i){return me(i)?()=>{const a=u2(je(i));return a&&a()}:Lr(i)}function V0(i){const a=i[zi],s=a.type;return 2===s?a.declTNode:1===s?i[da]:null}function Yl(i){return function R0(i,a){if("class"===a)return i.classes;if("style"===a)return i.styles;const s=i.attrs;if(s){const g=s.length;let A=0;for(;AGn(Mi)})}static{this.__NG_ELEMENT_ID__=-1}}new Fi("").__NG_ELEMENT_ID__=i=>{const a=zr();if(null===a)throw new fe(204,!1);if(2&a.type)return a.value;if(i&en.Optional)return null;throw new fe(204,!1)};function id(i){return i.ngOriginalError}class Us{constructor(){this._console=console}handleError(a){const s=this._findOriginalError(a);this._console.error("ERROR",a),s&&this._console.error("ORIGINAL ERROR",s)}_findOriginalError(a){let s=a&&id(a);for(;s&&id(s);)s=id(s);return s||null}}const nd=new Fi("",{providedIn:"root",factory:()=>ln(Us).handleError.bind(void 0)});let ml=(()=>{class i{static{this.__NG_ELEMENT_ID__=W0}static{this.__NG_ENV_ID__=s=>s}}return i})();class lf extends ml{constructor(a){super(),this._lView=a}onDestroy(a){return B1(this._lView,a),()=>function wc(i,a){if(null===i[Ui])return;const s=i[Ui].indexOf(a);-1!==s&&i[Ui].splice(s,1)}(this._lView,a)}}function W0(){return new lf(Ii())}function uf(){return Kl(zr(),Ii())}function Kl(i,a){return new y1(po(i,a))}let y1=(()=>{class i{constructor(s){this.nativeElement=s}static{this.__NG_ELEMENT_ID__=uf}}return i})();function $l(i){return i instanceof y1?i.nativeElement:i}function rd(i){return a=>{setTimeout(i,void 0,a)}}const Gs=class ff extends oe.B{constructor(a=!1){super(),this.destroyRef=void 0,this.__isAsync=a,He()&&(this.destroyRef=ln(ml,{optional:!0})??void 0)}emit(a){const s=x(null);try{super.next(a)}finally{x(s)}}subscribe(a,s,g){let A=a,H=s||(()=>null),Q=g;if(a&&"object"==typeof a){const Ee=a;A=Ee.next?.bind(Ee),H=Ee.error?.bind(Ee),Q=Ee.complete?.bind(Ee)}this.__isAsync&&(H=rd(H),A&&(A=rd(A)),Q&&(Q=rd(Q)));const le=super.subscribe({next:A,error:H,complete:Q});return a instanceof _e.yU&&a.add(le),le}};function X0(){return this._results[Symbol.iterator]()}class ad{get changes(){return this._changes??=new Gs}constructor(a=!1){this._emitDistinctChangesOnly=a,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;const s=ad.prototype;s[Symbol.iterator]||(s[Symbol.iterator]=X0)}get(a){return this._results[a]}map(a){return this._results.map(a)}filter(a){return this._results.filter(a)}find(a){return this._results.find(a)}reduce(a,s){return this._results.reduce(a,s)}forEach(a){this._results.forEach(a)}some(a){return this._results.some(a)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(a,s){this.dirty=!1;const g=function Nr(i){return i.flat(Number.POSITIVE_INFINITY)}(a);(this._changesDetected=!function ma(i,a,s){if(i.length!==a.length)return!1;for(let g=0;gT2}),T2="ng",ch=new Fi(""),ql=new Fi("",{providedIn:"platform",factory:()=>"unknown"}),dh=new Fi(""),Mf=new Fi("",{providedIn:"root",factory:()=>Dc().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});let Sf=()=>null;function gh(i,a,s=!1){return Sf(i,a,s)}const I2=new Fi("",{providedIn:"root",factory:()=>!1});let k1,vd;function gl(i){return function R2(){if(void 0===k1&&(k1=null,ut.trustedTypes))try{k1=ut.trustedTypes.createPolicy("angular",{createHTML:i=>i,createScript:i=>i,createScriptURL:i=>i})}catch{}return k1}()?.createHTML(i)||i}function O2(){if(void 0===vd&&(vd=null,ut.trustedTypes))try{vd=ut.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:i=>i,createScript:i=>i,createScriptURL:i=>i})}catch{}return vd}function Mh(i){return O2()?.createHTML(i)||i}function Sh(i){return O2()?.createScriptURL(i)||i}class _l{constructor(a){this.changingThisBreaksApplicationSecurity=a}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${se})`}}class bd extends _l{getTypeName(){return"HTML"}}class Rf extends _l{getTypeName(){return"Style"}}class Of extends _l{getTypeName(){return"Script"}}class Ff extends _l{getTypeName(){return"URL"}}class Pf extends _l{getTypeName(){return"ResourceURL"}}function Lc(i){return i instanceof _l?i.changingThisBreaksApplicationSecurity:i}function rc(i,a){const s=function Nf(i){return i instanceof _l&&i.getTypeName()||null}(i);if(null!=s&&s!==a){if("ResourceURL"===s&&"URL"===a)return!0;throw new Error(`Required a safe ${a}, got a ${s} (see ${se})`)}return s===a}function F2(i){return new bd(i)}function Xs(i){return new Rf(i)}function g4(i){return new Of(i)}function _4(i){return new Ff(i)}function Ic(i){return new Pf(i)}class Ah{constructor(a){this.inertDocumentHelper=a}getInertBodyElement(a){a=""+a;try{const s=(new window.DOMParser).parseFromString(gl(a),"text/html").body;return null===s?this.inertDocumentHelper.getInertBodyElement(a):(s.removeChild(s.firstChild),s)}catch{return null}}}class Dh{constructor(a){this.defaultDoc=a,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(a){const s=this.inertDocument.createElement("template");return s.innerHTML=gl(a),s}}const kh=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function yd(i){return(i=String(i)).match(kh)?i:"unsafe:"+i}function Rc(i){const a={};for(const s of i.split(","))a[s]=!0;return a}function L1(...i){const a={};for(const s of i)for(const g in s)s.hasOwnProperty(g)&&(a[g]=!0);return a}const Lh=Rc("area,br,col,hr,img,wbr"),xd=Rc("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Ih=Rc("rp,rt"),P2=L1(Lh,L1(xd,Rc("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),L1(Ih,Rc("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),L1(Ih,xd)),N2=Rc("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),Oh=L1(N2,Rc("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Rc("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),x4=Rc("script,style,template");class V2{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(a){let s=a.firstChild,g=!0,A=[];for(;s;)if(s.nodeType===Node.ELEMENT_NODE?g=this.startElement(s):s.nodeType===Node.TEXT_NODE?this.chars(s.nodeValue):this.sanitizedSomething=!0,g&&s.firstChild)A.push(s),s=C4(s);else for(;s;){s.nodeType===Node.ELEMENT_NODE&&this.endElement(s);let H=vl(s);if(H){s=H;break}s=A.pop()}return this.buf.join("")}startElement(a){const s=zf(a).toLowerCase();if(!P2.hasOwnProperty(s))return this.sanitizedSomething=!0,!x4.hasOwnProperty(s);this.buf.push("<"),this.buf.push(s);const g=a.attributes;for(let A=0;A"),!0}endElement(a){const s=zf(a).toLowerCase();P2.hasOwnProperty(s)&&!Lh.hasOwnProperty(s)&&(this.buf.push(""))}chars(a){this.buf.push(Nh(a))}}function vl(i){const a=i.nextSibling;if(a&&i!==a.previousSibling)throw Ph(a);return a}function C4(i){const a=i.firstChild;if(a&&function Fh(i,a){return(i.compareDocumentPosition(a)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}(i,a))throw Ph(a);return a}function zf(i){const a=i.nodeName;return"string"==typeof a?a:"FORM"}function Ph(i){return new Error(`Failed to sanitize html because the element is clobbered: ${i.outerHTML}`)}const Bf=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,w4=/([^\#-~ |!])/g;function Nh(i){return i.replace(/&/g,"&").replace(Bf,function(a){return"&#"+(1024*(a.charCodeAt(0)-55296)+(a.charCodeAt(1)-56320)+65536)+";"}).replace(w4,function(a){return"&#"+a.charCodeAt(0)+";"}).replace(//g,">")}let H2;function z2(i,a){let s=null;try{H2=H2||function Th(i){const a=new Dh(i);return function Vf(){try{return!!(new window.DOMParser).parseFromString(gl(""),"text/html")}catch{return!1}}()?new Ah(a):a}(i);let g=a?String(a):"";s=H2.getInertBodyElement(g);let A=5,H=g;do{if(0===A)throw new Error("Failed to sanitize html because the input is unstable");A--,g=H,H=s.innerHTML,s=H2.getInertBodyElement(g)}while(g!==H);return gl((new V2).sanitizeChildren(Vh(s)||s))}finally{if(s){const g=Vh(s)||s;for(;g.firstChild;)g.removeChild(g.firstChild)}}}function Vh(i){return"content"in i&&function M4(i){return i.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===i.nodeName}(i)?i.content:null}var Kc=function(i){return i[i.NONE=0]="NONE",i[i.HTML=1]="HTML",i[i.STYLE=2]="STYLE",i[i.SCRIPT=3]="SCRIPT",i[i.URL=4]="URL",i[i.RESOURCE_URL=5]="RESOURCE_URL",i}(Kc||{});function Uf(i){const a=o1();return a?Mh(a.sanitize(Kc.HTML,i)||""):rc(i,"HTML")?Mh(Lc(i)):z2(Dc(),pi(i))}function Gf(i){const a=o1();return a?a.sanitize(Kc.URL,i)||"":rc(i,"URL")?Lc(i):yd(pi(i))}function Cd(i){const a=o1();if(a)return Sh(a.sanitize(Kc.RESOURCE_URL,i)||"");if(rc(i,"ResourceURL"))return Sh(Lc(i));throw new fe(904,!1)}function jf(i,a,s){return function zh(i,a){return"src"===a&&("embed"===i||"frame"===i||"iframe"===i||"media"===i||"script"===i)||"href"===a&&("base"===i||"link"===i)?Cd:Gf}(a,s)(i)}function o1(){const i=Ii();return i&&i[cs].sanitizer}const Xf=/^>|^->||--!>|)/g,Gh="\u200b$1\u200b";function Ti(i){return i.ownerDocument.defaultView}function Yi(i){return i instanceof Function?i():i}var fs=function(i){return i[i.Important=1]="Important",i[i.DashCase=2]="DashCase",i}(fs||{});let $c;function U2(i,a){return $c(i,a)}function Qc(i,a,s,g,A){if(null!=g){let H,Q=!1;va(g)?H=g:Aa(g)&&(Q=!0,g=g[Bn]);const le=Er(g);0===i&&null!==s?null==A?Ap(a,s,le):wd(a,s,le,A||null,!0):1===i&&null!==s?wd(a,s,le,A||null,!0):2===i?function Kh(i,a,s){const g=Zf(i,a);g&&function Dp(i,a,s,g){i.removeChild(a,s,g)}(i,g,a,s)}(a,le,Q):3===i&&a.destroyNode(le),null!=H&&function V4(i,a,s,g,A){const H=s[$o];H!==Er(s)&&Qc(a,i,g,H,A);for(let le=Jr;lea.replace(Uh,Gh))}(a))}function Pn(i,a,s){return i.createElement(a,s)}function _o(i,a){a[cs].changeDetectionScheduler?.notify(8),$h(i,a,a[jn],2,null,null)}function Oc(i,a){const s=i[Hc],g=a[fr];(Aa(g)||a[Xr]!==g[fr][Xr])&&(i[an]|=Ol.HasTransplantedViews),null===s?i[Hc]=[a]:s.push(a)}function Ca(i,a){const s=i[Hc],g=s.indexOf(a);s.splice(g,1)}function s1(i,a){if(i.length<=Jr)return;const s=Jr+a,g=i[s];if(g){const A=g[mo];null!==A&&A!==i&&Ca(A,g),a>0&&(i[s-1][Wr]=g[Wr]);const H=Ga(i,Jr+a);!function Yn(i,a){_o(i,a),a[Bn]=null,a[da]=null}(g[zi],g);const Q=H[ec];null!==Q&&Q.detachView(H[zi]),g[fr]=null,g[Wr]=null,g[an]&=-129}return g}function W2(i,a){if(!(256&a[an])){const s=a[jn];s.destroyNode&&$h(i,a,s,3,null,null),function ac(i){let a=i[bc];if(!a)return ko(i[zi],i);for(;a;){let s=null;if(Aa(a))s=a[bc];else{const g=a[Jr];g&&(s=g)}if(!s){for(;a&&!a[Wr]&&a!==i;)Aa(a)&&ko(a[zi],a),a=a[fr];null===a&&(a=i),Aa(a)&&ko(a[zi],a),s=a&&a[Wr]}a=s}}(a)}}function ko(i,a){if(256&a[an])return;const s=x(null);try{a[an]&=-129,a[an]|=256,a[Vs]&&function Z(i){if(ye(i),ae(i))for(let a=0;a=0?g[Q]():g[-Q].unsubscribe(),H+=2}else s[H].call(g[s[H+1]]);null!==g&&(a[vc]=null);const A=a[Ui];if(null!==A){a[Ui]=null;for(let H=0;H-1){const{encapsulation:H}=i.data[g.directiveStart+A];if(H===bi.None||H===bi.Emulated)return null}return po(g,s)}}(i,a.parent,s)}function wd(i,a,s,g,A){i.insertBefore(a,s,g,A)}function Ap(i,a,s){i.appendChild(a,s)}function k4(i,a,s,g,A){null!==g?wd(i,a,s,g,A):Ap(i,a,s)}function Zf(i,a){return i.parentNode(a)}function kp(i,a,s){return I4(i,a,s)}let R4,I4=function L4(i,a,s){return 40&i.type?po(i,s):null};function Jf(i,a,s,g){const A=l1(i,g,a),H=a[jn],le=kp(g.parent||a[da],g,a);if(null!=A)if(Array.isArray(s))for(let Ee=0;Eekn&&Qh(i,a,kn,!1),Ds(Q?2:0,A),s(g,A)}finally{Uc(H),Ds(Q?3:1,A)}}function z4(i,a,s){if(Ts(a)){const g=x(null);try{const H=a.directiveEnd;for(let Q=a.directiveStart;Qnull;function t3(i,a,s,g,A){for(let H in a){if(!a.hasOwnProperty(H))continue;const Q=a[H];if(void 0===Q)continue;g??={};let le,Ee=rr.None;Array.isArray(Q)?(le=Q[0],Ee=Q[1]):le=Q;let ot=H;if(null!==A){if(!A.hasOwnProperty(H))continue;ot=A[H]}0===i?W4(g,s,ot,le,Ee):W4(g,s,ot,le)}return g}function W4(i,a,s,g,A){let H;i.hasOwnProperty(s)?(H=i[s]).push(a,g):H=i[s]=[a,g],void 0!==A&&H.push(A)}function ms(i,a,s,g,A,H,Q,le){const Ee=po(a,s);let bt,ot=a.inputs;!le&&null!=ot&&(bt=ot[g])?(Q4(i,s,bt,g,A),Hs(a)&&function h5(i,a){const s=Jo(a,i);16&s[an]||(s[an]|=64)}(s,a.index)):3&a.type&&(g=function zp(i){return"class"===i?"className":"for"===i?"htmlFor":"formaction"===i?"formAction":"innerHtml"===i?"innerHTML":"readonly"===i?"readOnly":"tabindex"===i?"tabIndex":i}(g),A=null!=Q?Q(A,a.value||"",g):A,H.setProperty(Ee,g,A))}function i3(i,a,s,g){if(Gu()){const A=null===g?null:{"":-1},H=function jp(i,a){const s=i.directiveRegistry;let g=null,A=null;if(s)for(let H=0;H0;){const s=i[--a];if("number"==typeof s&&s<0)return s}return 0})(Q)!=le&&Q.push(le),Q.push(s,g,H)}}(i,a,g,$2(i,s,A.hostVars,sr),A)}function yl(i,a,s,g,A,H){const Q=po(i,a);!function K4(i,a,s,g,A,H,Q){if(null==H)i.removeAttribute(a,A,s);else{const le=null==Q?pi(H):Q(H,g||"",A);i.setAttribute(a,A,le,s)}}(a[jn],Q,H,i.value,s,g,A)}function Yp(i,a,s,g,A,H){const Q=H[a];if(null!==Q)for(let le=0;le0&&(s[A-1][Wr]=a),g{$d(i.lView)},consumerOnSignalRead(){this.lView[Vs]=this}},a3=100;function e0(i,a=!0,s=0){const g=i[cs],A=g.rendererFactory;A.begin?.();try{!function q4(i,a){const s=Xu();try{j1(!0),t0(i,a);let g=0;for(;al(i);){if(g===a3)throw new fe(103,!1);g++,t0(i,1)}}finally{j1(s)}}(i,s)}catch(Q){throw a&&Z2(i,Q),Q}finally{A.end?.(),g.inlineEffectRunner?.flush()}}function t6(i,a,s,g){const A=a[an];if(!(256&~A))return;a[cs].inlineEffectRunner?.flush(),w0(a);let le=null,Ee=null;(function em(i){return 2!==i.type})(i)&&(Ee=function J2(i){return i[Vs]??function Un(i){const a=Cl.pop()??Object.create(q2);return a.lView=i,a}(i)}(a),le=G(Ee));try{zc(a),function Yu(i){return Nn.lFrame.bindingIndex=i}(i.bindingStartIndex),null!==s&&Np(i,a,s,2,g);const ot=!(3&~A);if(ot){const ei=i.preOrderCheckHooks;null!==ei&&n2(a,ei,null)}else{const ei=i.preOrderHooks;null!==ei&&r2(a,ei,0,null),K1(a,0)}if(function o3(i){for(let a=M2(i);null!==a;a=Zl(a)){if(!(a[an]&Ol.HasTransplantedViews))continue;const s=a[Hc];for(let g=0;g-1&&(s1(a,g),Ga(s,g))}this._attachedToViewContainer=!1}W2(this._lView[zi],this._lView)}onDestroy(a){B1(this._lView,a)}markForCheck(){Ed(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[an]&=-129}reattach(){b0(this._lView),this._lView[an]|=128}detectChanges(){this._lView[an]|=1024,e0(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new fe(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const a=qi(this._lView),s=this._lView[mo];null!==s&&!a&&Ca(s,this._lView),_o(this._lView[zi],this._lView)}attachToAppRef(a){if(this._attachedToViewContainer)throw new fe(902,!1);this._appRef=a;const s=qi(this._lView),g=this._lView[mo];null!==g&&!s&&Oc(g,this._lView),b0(this._lView)}}let Sd=(()=>{class i{static{this.__NG_ELEMENT_ID__=im}}return i})();const c3=Sd,d1=class extends c3{constructor(a,s,g){super(),this._declarationLView=a,this._declarationTContainer=s,this.elementRef=g}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(a,s){return this.createEmbeddedViewImpl(a,s)}createEmbeddedViewImpl(a,s,g){const A=R1(this._declarationLView,this._declarationTContainer,a,{embeddedViewInjector:s,dehydratedView:g});return new Ys(A)}};function im(){return Td(zr(),Ii())}function Td(i,a){return 4&i.type?new d1(a,i,Kl(i,a)):null}let ym=()=>null;function Rd(i,a){return ym(i,a)}class Od{}const P1=new Fi("",{providedIn:"root",factory:()=>!1}),v6=new Fi("");class V5{}class b6{}class H5{resolveComponentFactory(a){throw function y6(i){const a=Error(`No component factory found for ${dt(i)}.`);return a.ngComponent=i,a}(a)}}class lu{static{this.NULL=new H5}}class y3{}let z5=(()=>{class i{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>function B5(){const i=Ii(),s=Jo(zr().index,i);return(Aa(s)?s:i)[jn]}()}}return i})(),w6=(()=>{class i{static{this.\u0275prov=Li({token:i,providedIn:"root",factory:()=>null})}}return i})();const x3={};function du(i,a){if(null!==function m(){return e}())throw new fe(-602,!1)}const M6=new Set;function oc(i){M6.has(i)||(M6.add(i),performance?.mark?.("mark_feature_usage",{detail:{feature:i}}))}function E6(i){let a=!0;return setTimeout(()=>{a&&(a=!1,i())}),"function"==typeof ut.requestAnimationFrame&&ut.requestAnimationFrame(()=>{a&&(a=!1,i())}),()=>{a=!1}}function S6(i){let a=!0;return queueMicrotask(()=>{a&&i()}),()=>{a=!1}}function C3(...i){}class Ha{constructor({enableLongStackTrace:a=!1,shouldCoalesceEventChangeDetection:s=!1,shouldCoalesceRunChangeDetection:g=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Gs(!1),this.onMicrotaskEmpty=new Gs(!1),this.onStable=new Gs(!1),this.onError=new Gs(!1),typeof Zone>"u")throw new fe(908,!1);Zone.assertZonePatched();const A=this;A._nesting=0,A._outer=A._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(A._inner=A._inner.fork(new Zone.TaskTrackingZoneSpec)),a&&Zone.longStackTraceZoneSpec&&(A._inner=A._inner.fork(Zone.longStackTraceZoneSpec)),A.shouldCoalesceEventChangeDetection=!g&&s,A.shouldCoalesceRunChangeDetection=g,A.callbackScheduled=!1,function u(i){const a=()=>{!function G5(i){i.isCheckStableRunning||i.callbackScheduled||(i.callbackScheduled=!0,Zone.root.run(()=>{E6(()=>{i.callbackScheduled=!1,I(i),i.isCheckStableRunning=!0,w3(i),i.isCheckStableRunning=!1})}),I(i))}(i)};i._inner=i._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(s,g,A,H,Q,le)=>{if(function K(i){return yt(i,"__ignore_ng_zone__")}(le))return s.invokeTask(A,H,Q,le);try{return o(i),s.invokeTask(A,H,Q,le)}finally{(i.shouldCoalesceEventChangeDetection&&"eventTask"===H.type||i.shouldCoalesceRunChangeDetection)&&a(),E(i)}},onInvoke:(s,g,A,H,Q,le,Ee)=>{try{return o(i),s.invoke(A,H,Q,le,Ee)}finally{i.shouldCoalesceRunChangeDetection&&!i.callbackScheduled&&!function Re(i){return yt(i,"__scheduler_tick__")}(le)&&a(),E(i)}},onHasTask:(s,g,A,H)=>{s.hasTask(A,H),g===A&&("microTask"==H.change?(i._hasPendingMicrotasks=H.microTask,I(i),w3(i)):"macroTask"==H.change&&(i.hasPendingMacrotasks=H.macroTask))},onHandleError:(s,g,A,H)=>(s.handleError(A,H),i.runOutsideAngular(()=>i.onError.emit(H)),!1)})}(A)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!Ha.isInAngularZone())throw new fe(909,!1)}static assertNotInAngularZone(){if(Ha.isInAngularZone())throw new fe(909,!1)}run(a,s,g){return this._inner.run(a,s,g)}runTask(a,s,g,A){const H=this._inner,Q=H.scheduleEventTask("NgZoneEvent: "+A,a,T6,C3,C3);try{return H.runTask(Q,s,g)}finally{H.cancelTask(Q)}}runGuarded(a,s,g){return this._inner.runGuarded(a,s,g)}runOutsideAngular(a){return this._outer.run(a)}}const T6={};function w3(i){if(0==i._nesting&&!i.hasPendingMicrotasks&&!i.isStable)try{i._nesting++,i.onMicrotaskEmpty.emit(null)}finally{if(i._nesting--,!i.hasPendingMicrotasks)try{i.runOutsideAngular(()=>i.onStable.emit(null))}finally{i.isStable=!0}}}function I(i){i.hasPendingMicrotasks=!!(i._hasPendingMicrotasks||(i.shouldCoalesceEventChangeDetection||i.shouldCoalesceRunChangeDetection)&&!0===i.callbackScheduled)}function o(i){i._nesting++,i.isStable&&(i.isStable=!1,i.onUnstable.emit(null))}function E(i){i._nesting--,w3(i)}class j{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Gs,this.onMicrotaskEmpty=new Gs,this.onStable=new Gs,this.onError=new Gs}run(a,s,g){return a.apply(s,g)}runGuarded(a,s,g){return a.apply(s,g)}runOutsideAngular(a){return a()}runTask(a,s,g,A){return a.apply(s,g)}}function yt(i,a){return!(!Array.isArray(i)||1!==i.length)&&!0===i[0]?.data?.[a]}var Ut=function(i){return i[i.EarlyRead=0]="EarlyRead",i[i.Write=1]="Write",i[i.MixedReadWrite=2]="MixedReadWrite",i[i.Read=3]="Read",i}(Ut||{});const si={destroy(){}};function Ai(i,a){!a&&Te();const s=a?.injector??ln(go);if(!function In(i){return"browser"===(i??ln(go)).get(ql)}(s))return si;oc("NgAfterNextRender");const g=s.get(Di),A=g.handler??=new Tn,H=a?.phase??Ut.MixedReadWrite,Q=()=>{A.unregister(Ee),le()},le=s.get(ml).onDestroy(Q),Ee=J(s,()=>new on(H,()=>{Q(),i()}));return A.register(Ee),{destroy:Q}}class on{constructor(a,s){this.phase=a,this.callbackFn=s,this.zone=ln(Ha),this.errorHandler=ln(Us,{optional:!0}),ln(Od,{optional:!0})?.notify(6)}invoke(){try{this.zone.runOutsideAngular(this.callbackFn)}catch(a){this.errorHandler?.handleError(a)}}}class Tn{constructor(){this.executingCallbacks=!1,this.buckets={[Ut.EarlyRead]:new Set,[Ut.Write]:new Set,[Ut.MixedReadWrite]:new Set,[Ut.Read]:new Set},this.deferredCallbacks=new Set}register(a){(this.executingCallbacks?this.deferredCallbacks:this.buckets[a.phase]).add(a)}unregister(a){this.buckets[a.phase].delete(a),this.deferredCallbacks.delete(a)}execute(){this.executingCallbacks=!0;for(const a of Object.values(this.buckets))for(const s of a)s.invoke();this.executingCallbacks=!1;for(const a of this.deferredCallbacks)this.buckets[a.phase].add(a);this.deferredCallbacks.clear()}destroy(){for(const a of Object.values(this.buckets))a.clear();this.deferredCallbacks.clear()}}let Di=(()=>{class i{constructor(){this.handler=null,this.internalCallbacks=[]}execute(){this.executeInternalCallbacks(),this.handler?.execute()}executeInternalCallbacks(){const s=[...this.internalCallbacks];this.internalCallbacks.length=0;for(const g of s)g()}ngOnDestroy(){this.handler?.destroy(),this.handler=null,this.internalCallbacks.length=0}static{this.\u0275prov=Li({token:i,providedIn:"root",factory:()=>new i})}}return i})();function Ln(i){return!!Ir(i)}function Tr(i,a,s){let g=s?i.styles:null,A=s?i.classes:null,H=0;if(null!==a)for(let Q=0;Q0&&Op(i,s,H.join(" "))}}(di,ws,Pi,g),void 0!==s&&function Pd(i,a,s){const g=i.projection=[];for(let A=0;A{class i{static{this.__NG_ELEMENT_ID__=N1}}return i})();function N1(){return Ka(zr(),Ii())}const Mn=Ro,dr=class extends Mn{constructor(a,s,g){super(),this._lContainer=a,this._hostTNode=s,this._hostLView=g}get element(){return Kl(this._hostTNode,this._hostLView)}get injector(){return new to(this._hostTNode,this._hostLView)}get parentInjector(){const a=jl(this._hostTNode,this._hostLView);if(hl(a)){const s=ul(a,this._hostLView),g=Sc(a);return new to(s[zi].data[g+8],s)}return new to(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(a){const s=Cr(this._lContainer);return null!==s&&s[a]||null}get length(){return this._lContainer.length-Jr}createEmbeddedView(a,s,g){let A,H;"number"==typeof g?A=g:null!=g&&(A=g.index,H=g.injector);const Q=Rd(this._lContainer,a.ssrId),le=a.createEmbeddedViewImpl(s||{},H,Q);return this.insertImpl(le,A,O1(this._hostTNode,Q)),le}createComponent(a,s,g,A,H){const Q=a&&!function pn(i){return"function"==typeof i}(a);let le;if(Q)le=s;else{const _i=s||{};le=_i.index,g=_i.injector,A=_i.projectableNodes,H=_i.environmentInjector||_i.ngModuleRef}const Ee=Q?a:new Lo(zn(a)),ot=g||this.parentInjector;if(!H&&null==Ee.ngModule){const Pi=(Q?ot:this.parentInjector).get(To,null);Pi&&(H=Pi)}const bt=zn(Ee.componentType??{}),Gt=Rd(this._lContainer,bt?.id??null),di=Ee.create(ot,A,Gt?.firstChild??null,H);return this.insertImpl(di.hostView,le,O1(this._hostTNode,Gt)),di}insert(a,s){return this.insertImpl(a,s,!0)}insertImpl(a,s,g){const A=a._lView;if(function Xt(i){return va(i[fr])}(A)){const le=this.indexOf(a);if(-1!==le)this.detach(le);else{const Ee=A[fr],ot=new dr(Ee,Ee[da],Ee[fr]);ot.detach(ot.indexOf(a))}}const H=this._adjustIndex(s),Q=this._lContainer;return Md(Q,A,H,g),a.attachToViewContainerRef(),as(Ji(Q),H,a),a}move(a,s){return this.insert(a,s)}indexOf(a){const s=Cr(this._lContainer);return null!==s?s.indexOf(a):-1}remove(a){const s=this._adjustIndex(a,-1),g=s1(this._lContainer,s);g&&(Ga(Ji(this._lContainer),s),W2(g[zi],g))}detach(a){const s=this._adjustIndex(a,-1),g=s1(this._lContainer,s);return g&&null!=Ga(Ji(this._lContainer),s)?new Ys(g):null}_adjustIndex(a,s=0){return a??this.length+s}};function Cr(i){return i[8]}function Ji(i){return i[8]||(i[8]=[])}function Ka(i,a){let s;const g=a[i.index];return va(g)?s=g:(s=$p(g,a,null,i),a[i.index]=s,n3(a,s)),gs(s,a,i,g),new dr(s,i,a)}let gs=function $a(i,a,s,g){if(i[$o])return;let A;A=8&s.type?Er(g):function Ur(i,a){const s=i[jn],g=s.createComment(""),A=po(a,i);return wd(s,Zf(s,A),g,function t5(i,a){return i.nextSibling(a)}(s,A),!1),g}(a,s),i[$o]=A},Bo=()=>!1;class Cm{constructor(a){this.queryList=a,this.matches=null}clone(){return new Cm(this.queryList)}setDirty(){this.queryList.setDirty()}}class A6{constructor(a=[]){this.queries=a}createEmbeddedView(a){const s=a.queries;if(null!==s){const g=null!==a.contentQueries?a.contentQueries[0]:s.length,A=[];for(let H=0;Ha.trim())}(a):a}}class D6{constructor(a=[]){this.queries=a}elementStart(a,s){for(let g=0;g0)g.push(Q[le/2]);else{const ot=H[le+1],bt=a[-Ee];for(let Gt=Jr;Gt(y(a),a.value);return s[l]=a,s}(i),g=s[l];return a?.equal&&(g.equal=a.equal),s.set=A=>N(g,A),s.update=A=>function ne(i,a){V()||L(),N(i,a(i.value))}(g,A),s.asReadonly=Z5.bind(s),s}function Z5(){const i=this[l];if(void 0===i.readonlyFn){const a=()=>this();a[l]=i,i.readonlyFn=a}return i.readonlyFn}function J5(i){return function Q5(i){return"function"==typeof i&&void 0!==i[l]}(i)&&"function"==typeof i.set}function H6(i){let a=function o7(i){return Object.getPrototypeOf(i.prototype).constructor}(i.type),s=!0;const g=[i];for(;a;){let A;if(En(i))A=a.\u0275cmp||a.\u0275dir;else{if(a.\u0275cmp)throw new fe(903,!1);A=a.\u0275dir}if(A){if(s){g.push(A);const Q=i;Q.inputs=Tm(i.inputs),Q.inputTransforms=Tm(i.inputTransforms),Q.declaredInputs=Tm(i.declaredInputs),Q.outputs=Tm(i.outputs);const le=A.hostBindings;le&&E3(i,le);const Ee=A.viewQuery,ot=A.contentQueries;if(Ee&&Ib(i,Ee),ot&&Rb(i,ot),z6(i,A),qe(i.outputs,A.outputs),En(A)&&A.data.animation){const bt=i.data;bt.animation=(bt.animation||[]).concat(A.data.animation)}}const H=A.features;if(H)for(let Q=0;Q=0;g--){const A=i[g];A.hostVars=a+=A.hostVars,A.hostAttrs=uo(A.hostAttrs,s=uo(s,A.hostAttrs))}}(g)}function z6(i,a){for(const s in a.inputs){if(!a.inputs.hasOwnProperty(s)||i.inputs.hasOwnProperty(s))continue;const g=a.inputs[s];if(void 0!==g&&(i.inputs[s]=g,i.declaredInputs[s]=a.declaredInputs[s],null!==a.inputTransforms)){const A=Array.isArray(g)?g[0]:g;if(!a.inputTransforms.hasOwnProperty(A))continue;i.inputTransforms??={},i.inputTransforms[A]=a.inputTransforms[A]}}}function Tm(i){return i===ra?{}:i===Kn?[]:i}function Ib(i,a){const s=i.viewQuery;i.viewQuery=s?(g,A)=>{a(g,A),s(g,A)}:a}function Rb(i,a){const s=i.contentQueries;i.contentQueries=s?(g,A,H)=>{a(g,A,H),s(g,A,H)}:a}function E3(i,a){const s=i.hostBindings;i.hostBindings=s?(g,A)=>{a(g,A),s(g,A)}:a}function G6(i){const a=i.inputConfig,s={};for(const g in a)if(a.hasOwnProperty(g)){const A=a[g];Array.isArray(A)&&A[3]&&(s[g]=A[3])}i.inputTransforms=s}class d0{}class l7{}function Vb(i,a){return new j6(i,a??null,[])}class j6 extends d0{constructor(a,s,g){super(),this._parent=s,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new ia(this);const A=Ir(a);this._bootstrapComponents=Yi(A.bootstrap),this._r3Injector=G0(a,s,[{provide:d0,useValue:this},{provide:lu,useValue:this.componentFactoryResolver},...g],dt(a),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(a)}get injector(){return this._r3Injector}destroy(){const a=this._r3Injector;!a.destroyed&&a.destroy(),this.destroyCbs.forEach(s=>s()),this.destroyCbs=null}onDestroy(a){this.destroyCbs.push(a)}}class W6 extends l7{constructor(a){super(),this.moduleType=a}create(a){return new j6(this.moduleType,a,[])}}class X6 extends d0{constructor(a){super(),this.componentFactoryResolver=new ia(this),this.instance=null;const s=new Fs([...a.providers,{provide:d0,useValue:this},{provide:lu,useValue:this.componentFactoryResolver}],a.parent||os(),a.debugName,new Set(["environment"]));this.injector=s,a.runEnvironmentInitializers&&s.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(a){this.injector.onDestroy(a)}}function Y6(i,a,s=null){return new X6({providers:i,parent:a,debugName:s,runEnvironmentInitializers:!0}).injector}let Hd=(()=>{class i{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new de.t(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);const s=this.taskId++;return this.pendingTasks.add(s),s}remove(s){this.pendingTasks.delete(s),0===this.pendingTasks.size&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})();function S3(i){return!!K6(i)&&(Array.isArray(i)||!(i instanceof Map)&&Symbol.iterator in i)}function K6(i){return null!==i&&("function"==typeof i||"object"==typeof i)}function El(i,a,s){return i[a]=s}function Oo(i,a,s){return!Object.is(i[a],s)&&(i[a]=s,!0)}function zd(i,a,s,g){const A=Oo(i,a,s);return Oo(i,a+1,g)||A}function km(i,a,s,g,A){const H=zd(i,a,s,g);return Oo(i,a+2,A)||H}function A3(i,a,s,g,A,H,Q,le,Ee,ot){const bt=s+kn,Gt=a.firstCreatePass?function m7(i,a,s,g,A,H,Q,le,Ee){const ot=a.consts,bt=K2(a,i,4,Q||null,le||null);i3(a,s,bt,qa(ot,Ee)),t2(a,bt);const Gt=bt.tView=G4(2,bt,g,A,H,a.directiveRegistry,a.pipeRegistry,null,a.schemas,ot,null);return null!==a.queries&&(a.queries.template(a,bt),Gt.queries=a.queries.embeddedTView(bt)),bt}(bt,a,i,g,A,H,Q,le,Ee):a.data[bt];ka(Gt,!1);const ei=p7(a,i,Gt,s);Y1()&&Jf(a,i,ei,Gt),es(ei,i);const di=$p(ei,i,ei,Gt);return i[bt]=di,n3(i,di),function $n(i,a,s){return Bo(i,a,s)}(di,Gt,i),Ja(Gt)&&Q2(a,i,Gt),null!=Ee&&B4(i,Gt,ot),Gt}function fu(i,a,s,g,A,H,Q,le){const Ee=Ii(),ot=ur();return A3(Ee,ot,i,a,s,g,A,qa(ot.consts,H),Q,le),fu}let p7=function g7(i,a,s,g){return Ec(!0),a[jn].createComment("")};function rg(i,a,s,g){const A=Ii();return Oo(A,us(),a)&&(ur(),yl(Fr(),A,i,a,s,g)),rg}function yu(i,a,s,g){return Oo(i,us(),s)?a+pi(s)+g:sr}function Gd(i,a,s,g,A,H){const le=zd(i,ic(),s,A);return Mc(2),le?a+pi(s)+g+pi(A)+H:sr}function Cu(i,a,s,g,A,H,Q,le,Ee,ot){const Gt=function Jc(i,a,s,g,A,H){const Q=zd(i,a,s,g);return zd(i,a+2,A,H)||Q}(i,ic(),s,A,Q,Ee);return Mc(4),Gt?a+pi(s)+g+pi(A)+H+pi(Q)+le+pi(Ee)+ot:sr}function Hm(i,a){return i<<17|a<<2}function Wd(i){return i>>17&32767}function lg(i){return 2|i}function f0(i){return(131068&i)>>2}function dg(i,a){return-131069&i|a<<2}function hg(i){return 1|i}function $7(i,a,s,g){const A=i[s+1],H=null===a;let Q=g?Wd(A):f0(A),le=!1;for(;0!==Q&&(!1===le||H);){const ot=i[Q+1];ug(i[Q],a)&&(le=!0,i[Q+1]=g?hg(ot):lg(ot)),Q=g?Wd(ot):f0(ot)}le&&(i[s+1]=g?lg(A):hg(A))}function ug(i,a){return null===i||null==a||(Array.isArray(i)?i[1]:i)===a||!(!Array.isArray(i)||"string"!=typeof a)&&wr(i,a)>=0}const ns={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Q7(i){return i.substring(ns.key,ns.keyEnd)}function fg(i,a){const s=ns.textEnd;return s===a?-1:(a=ns.keyEnd=function e_(i,a,s){for(;a32;)a++;return a}(i,ns.key=a,s),Su(i,a,s))}function Su(i,a,s){for(;a=0;s=fg(a,s))pa(i,Q7(a),!0)}function Sl(i,a,s,g){const A=Ii(),H=ur(),Q=Mc(2);H.firstUpdatePass&&r_(H,i,Q,g),a!==sr&&Oo(A,Q,a)&&o_(H,H.data[Va()],A,A[jn],i,A[Q+1]=function Ty(i,a){return null==i||""===i||("string"==typeof a?i+=a:"object"==typeof i&&(i=dt(Lc(i)))),i}(a,s),g,Q)}function Tl(i,a,s,g){const A=ur(),H=Mc(2);A.firstUpdatePass&&r_(A,null,H,g);const Q=Ii();if(s!==sr&&Oo(Q,H,s)){const le=A.data[Va()];if(s_(le,g)&&!Bm(A,H)){let Ee=g?le.classesWithoutHost:le.stylesWithoutHost;null!==Ee&&(s=Le(Ee,s||"")),pg(A,le,Q,s,g)}else!function Sy(i,a,s,g,A,H,Q,le){A===sr&&(A=Kn);let Ee=0,ot=0,bt=0=i.expandoStartIndex}function r_(i,a,s,g){const A=i.data;if(null===A[s+1]){const H=A[Va()],Q=Bm(i,s);s_(H,g)&&null===a&&!Q&&(a=!1),a=function xy(i,a,s,g){const A=xa(i);let H=g?a.residualClasses:a.residualStyles;if(null===A)0===(g?a.classBindings:a.styleBindings)&&(s=I3(s=bg(null,i,a,s,g),a.attrs,g),H=null);else{const Q=a.directiveStylingLast;if(-1===Q||i[Q]!==A)if(s=bg(A,i,a,s,g),null===H){let Ee=function Cy(i,a,s){const g=s?a.classBindings:a.styleBindings;if(0!==f0(g))return i[Wd(g)]}(i,a,g);void 0!==Ee&&Array.isArray(Ee)&&(Ee=bg(null,i,a,Ee[1],g),Ee=I3(Ee,a.attrs,g),function wy(i,a,s,g){i[Wd(s?a.classBindings:a.styleBindings)]=g}(i,a,g,Ee))}else H=function My(i,a,s){let g;const A=a.directiveEnd;for(let H=1+a.directiveStylingLast;H0)&&(ot=!0)):bt=s,A)if(0!==Ee){const ei=Wd(i[le+1]);i[g+1]=Hm(ei,le),0!==ei&&(i[ei+1]=dg(i[ei+1],g)),i[le+1]=function my(i,a){return 131071&i|a<<17}(i[le+1],g)}else i[g+1]=Hm(le,0),0!==le&&(i[le+1]=dg(i[le+1],g)),le=g;else i[g+1]=Hm(Ee,0),0===le?le=g:i[Ee+1]=dg(i[Ee+1],g),Ee=g;ot&&(i[g+1]=lg(i[g+1])),$7(i,bt,g,!0),$7(i,bt,g,!1),function K7(i,a,s,g,A){const H=A?i.residualClasses:i.residualStyles;null!=H&&"string"==typeof a&&wr(H,a)>=0&&(s[g+1]=hg(s[g+1]))}(a,bt,i,g,H),Q=Hm(le,Ee),H?a.classBindings=Q:a.styleBindings=Q}(A,H,a,s,Q,g)}}function bg(i,a,s,g,A){let H=null;const Q=s.directiveEnd;let le=s.directiveStylingLast;for(-1===le?le=s.directiveStart:le++;le0;){const Ee=i[A],ot=Array.isArray(Ee),bt=ot?Ee[1]:Ee,Gt=null===bt;let ei=s[A+1];ei===sr&&(ei=Gt?Kn:void 0);let di=Gt?ro(ei,g):bt===g?ei:void 0;if(ot&&!Um(di)&&(di=ro(Ee,g)),Um(di)&&(le=di,Q))return le;const _i=i[A+1];A=Q?Wd(_i):f0(_i)}if(null!==a){let Ee=H?a.residualClasses:a.residualStyles;null!=Ee&&(le=ro(Ee,g))}return le}function Um(i){return void 0!==i}function s_(i,a){return!!(i.flags&(a?8:16))}function c_(i,a,s){Tl(pa,f1,yu(Ii(),i,a,s),!0)}class Oy{destroy(a){}updateValue(a,s){}swap(a,s){const g=Math.min(a,s),A=Math.max(a,s),H=this.detach(A);if(A-g>1){const Q=this.detach(g);this.attach(g,H),this.attach(A,Q)}else this.attach(g,H)}move(a,s){this.attach(s,this.detach(a))}}function R3(i,a,s,g,A){return i===s&&Object.is(a,g)?1:Object.is(A(i,a),A(s,g))?-1:0}function yg(i,a,s,g){return!(void 0===a||!a.has(g)||(i.attach(s,a.get(g)),a.delete(g),0))}function u_(i,a,s,g,A){if(yg(i,a,g,s(g,A)))i.updateValue(g,A);else{const H=i.create(g,A);i.attach(g,H)}}function f_(i,a,s,g){const A=new Set;for(let H=a;H<=s;H++)A.add(g(H,i.at(H)));return A}class m_{constructor(){this.kvMap=new Map,this._vMap=void 0}has(a){return this.kvMap.has(a)}delete(a){if(!this.has(a))return!1;const s=this.kvMap.get(a);return void 0!==this._vMap&&this._vMap.has(s)?(this.kvMap.set(a,this._vMap.get(s)),this._vMap.delete(s)):this.kvMap.delete(a),!0}get(a){return this.kvMap.get(a)}set(a,s){if(this.kvMap.has(a)){let g=this.kvMap.get(a);void 0===this._vMap&&(this._vMap=new Map);const A=this._vMap;for(;A.has(g);)g=A.get(g);A.set(g,s)}else this.kvMap.set(a,s)}forEach(a){for(let[s,g]of this.kvMap)if(a(g,s),void 0!==this._vMap){const A=this._vMap;for(;A.has(g);)g=A.get(g),a(g,s)}}}function p_(i,a){oc("NgControlFlow");const s=Ii(),g=us(),A=s[g]!==sr?s[g]:-1,H=-1!==A?Gm(s,kn+A):void 0;if(Oo(s,g,i)){const le=x(null);try{if(void 0!==H&&r3(H,0),-1!==i){const Ee=kn+i,ot=Gm(s,Ee),bt=wg(s[zi],Ee),Gt=Rd(ot,bt.tView.ssrId);Md(ot,R1(s,bt,a,{dehydratedView:Gt}),0,O1(bt,Gt))}}finally{x(le)}}else if(void 0!==H){const le=Cs(H,0);void 0!==le&&(le[Vr]=a)}}class Py{constructor(a,s,g){this.lContainer=a,this.$implicit=s,this.$index=g}get $count(){return this.lContainer.length-Jr}}function xg(i,a){return a}class Ny{constructor(a,s,g){this.hasEmptyBlock=a,this.trackByFn=s,this.liveCollection=g}}function __(i,a,s,g,A,H,Q,le,Ee,ot,bt,Gt,ei){oc("NgControlFlow");const di=Ii(),_i=ur(),Pi=void 0!==Ee,Zi=Ii(),sn=le?Q.bind(Zi[Xr][Vr]):Q,Vi=new Ny(Pi,sn);Zi[kn+i]=Vi,A3(di,_i,i+1,a,s,g,A,qa(_i.consts,H)),Pi&&A3(di,_i,i+2,Ee,ot,bt,Gt,qa(_i.consts,ei))}class Hy extends Oy{constructor(a,s,g){super(),this.lContainer=a,this.hostLView=s,this.templateTNode=g,this.operationsCounter=void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-Jr}at(a){return this.getLView(a)[Vr].$implicit}attach(a,s){const g=s[Xa];this.needsIndexUpdate||=a!==this.length,Md(this.lContainer,s,a,O1(this.templateTNode,g))}detach(a){return this.needsIndexUpdate||=a!==this.length-1,function zy(i,a){return s1(i,a)}(this.lContainer,a)}create(a,s){const g=Rd(this.lContainer,this.templateTNode.tView.ssrId),A=R1(this.hostLView,this.templateTNode,new Py(this.lContainer,s,a),{dehydratedView:g});return this.operationsCounter?.recordCreate(),A}destroy(a){W2(a[zi],a),this.operationsCounter?.recordDestroy()}updateValue(a,s){this.getLView(a)[Vr].$implicit=s}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let a=0;a{i.destroy(Ee)})}(Ee,i,H.trackByFn),Ee.updateIndexes(),H.hasEmptyBlock){const ot=us(),bt=0===Ee.length;if(Oo(g,ot,bt)){const Gt=s+2,ei=Gm(g,Gt);if(bt){const di=wg(A,Gt),_i=Rd(ei,di.tView.ssrId);Md(ei,R1(g,di,void 0,{dehydratedView:_i}),0,O1(di,_i))}else r3(ei,0)}}}finally{x(a)}}function Gm(i,a){return i[a]}function wg(i,a){return tc(i,a)}function O3(i,a,s,g){const A=Ii(),H=ur(),Q=kn+i,le=A[jn],Ee=H.firstCreatePass?function Uy(i,a,s,g,A,H){const Q=a.consts,Ee=K2(a,i,2,g,qa(Q,A));return i3(a,s,Ee,qa(Q,H)),null!==Ee.attrs&&Tr(Ee,Ee.attrs,!1),null!==Ee.mergedAttrs&&Tr(Ee,Ee.mergedAttrs,!0),null!==a.queries&&a.queries.elementStart(a,Ee),Ee}(Q,H,A,a,s,g):H.data[Q],ot=v_(H,A,Ee,le,a,i);A[Q]=ot;const bt=Ja(Ee);return ka(Ee,!0),qf(le,ot,Ee),!function uu(i){return!(32&~i.flags)}(Ee)&&Y1()&&Jf(H,A,ot,Ee),0===function U1(){return Nn.lFrame.elementDepthCount}()&&es(ot,A),function Bu(){Nn.lFrame.elementDepthCount++}(),bt&&(Q2(H,A,Ee),z4(H,Ee,A)),null!==g&&B4(A,Ee),O3}function jm(){let i=zr();ds()?La():(i=i.parent,ka(i,!1));const a=i;(function Q3(i){return Nn.skipHydrationRootTNode===i})(a)&&function q3(){Nn.skipHydrationRootTNode=null}(),function Uu(){Nn.lFrame.elementDepthCount--}();const s=ur();return s.firstCreatePass&&(t2(s,i),Ts(i)&&s.queries.elementEnd(i)),null!=a.classesWithoutHost&&function Zu(i){return!!(8&i.flags)}(a)&&pg(s,a,Ii(),a.classesWithoutHost,!0),null!=a.stylesWithoutHost&&function Ju(i){return!!(16&i.flags)}(a)&&pg(s,a,Ii(),a.stylesWithoutHost,!1),jm}function Wm(i,a,s,g){return O3(i,a,s,g),jm(),Wm}let v_=(i,a,s,g,A,H)=>(Ec(!0),Pn(g,A,function A0(){return Nn.lFrame.currentNamespace}()));function Xm(i,a,s){const g=Ii(),A=ur(),H=i+kn,Q=A.firstCreatePass?function jy(i,a,s,g,A){const H=a.consts,Q=qa(H,g),le=K2(a,i,8,"ng-container",Q);return null!==Q&&Tr(le,Q,!0),i3(a,s,le,qa(H,A)),null!==a.queries&&a.queries.elementStart(a,le),le}(H,A,g,a,s):A.data[H];ka(Q,!0);const le=y_(A,g,Q,i);return g[H]=le,Y1()&&Jf(A,g,le,Q),es(le,g),Ja(Q)&&(Q2(A,g,Q),z4(A,Q,g)),null!=s&&B4(g,Q),Xm}function Ym(){let i=zr();const a=ur();return ds()?La():(i=i.parent,ka(i,!1)),a.firstCreatePass&&(t2(a,i),Ts(i)&&a.queries.elementEnd(i)),Ym}function Mg(i,a,s){return Xm(i,a,s),Ym(),Mg}let y_=(i,a,s,g)=>(Ec(!0),wn(a[jn],""));function C_(){return Ii()}function Eg(i,a,s){const g=Ii();return Oo(g,us(),a)&&ms(ur(),Fr(),g,i,a,g[jn],s,!0),Eg}function Sg(i,a,s){const g=Ii();if(Oo(g,us(),a)){const H=ur(),Q=Fr();ms(H,Q,g,i,a,qp(xa(H.data),Q,g),s,!0)}return Sg}const Xd=void 0;var Yy=["en",[["a","p"],["AM","PM"],Xd],[["AM","PM"],Xd,Xd],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Xd,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Xd,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Xd,"{1} 'at' {0}",Xd],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function Xy(i){const s=Math.floor(Math.abs(i)),g=i.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===g?1:5}];let V1={};function Tg(i){const a=function Ky(i){return i.toLowerCase().replace(/_/g,"-")}(i);let s=M_(a);if(s)return s;const g=a.split("-")[0];if(s=M_(g),s)return s;if("en"===g)return Yy;throw new fe(701,!1)}function w_(i){return Tg(i)[Du.PluralCase]}function M_(i){return i in V1||(V1[i]=ut.ng&&ut.ng.common&&ut.ng.common.locales&&ut.ng.common.locales[i]),V1[i]}var Du=function(i){return i[i.LocaleId=0]="LocaleId",i[i.DayPeriodsFormat=1]="DayPeriodsFormat",i[i.DayPeriodsStandalone=2]="DayPeriodsStandalone",i[i.DaysFormat=3]="DaysFormat",i[i.DaysStandalone=4]="DaysStandalone",i[i.MonthsFormat=5]="MonthsFormat",i[i.MonthsStandalone=6]="MonthsStandalone",i[i.Eras=7]="Eras",i[i.FirstDayOfWeek=8]="FirstDayOfWeek",i[i.WeekendRange=9]="WeekendRange",i[i.DateFormat=10]="DateFormat",i[i.TimeFormat=11]="TimeFormat",i[i.DateTimeFormat=12]="DateTimeFormat",i[i.NumberSymbols=13]="NumberSymbols",i[i.NumberFormats=14]="NumberFormats",i[i.CurrencyCode=15]="CurrencyCode",i[i.CurrencySymbol=16]="CurrencySymbol",i[i.CurrencyName=17]="CurrencyName",i[i.Currencies=18]="Currencies",i[i.Directionality=19]="Directionality",i[i.PluralCase=20]="PluralCase",i[i.ExtraData=21]="ExtraData",i}(Du||{});const ku="en-US";let Ag=ku;let $_=(i,a,s)=>{};function Vg(i,a,s,g){const A=Ii(),H=ur(),Q=zr();return Bg(H,A,A[jn],Q,i,a,g),Vg}function Hg(i,a){const s=zr(),g=Ii(),A=ur();return Bg(A,g,qp(xa(A.data),s,g),s,i,a),Hg}function Bg(i,a,s,g,A,H,Q){const le=Ja(g),ot=i.firstCreatePass&&Jp(i),bt=a[Vr],Gt=Zp(a);let ei=!0;if(3&g.type||Q){const Pi=po(g,a),Zi=Q?Q(Pi):Pi,sn=Gt.length,Vi=Q?Kr=>Q(Er(Kr[g.index])):g.index;$_(Pi,A,H);let qn=null;if(!Q&&le&&(qn=function zg(i,a,s,g){const A=i.cleanup;if(null!=A)for(let H=0;HEe?le[Ee]:null}"string"==typeof Q&&(H+=2)}return null}(i,a,A,g.index)),null!==qn)(qn.__ngLastListenerFn__||qn).__ngNextListenerFn__=H,qn.__ngLastListenerFn__=H,ei=!1;else{H=J_(g,a,bt,H);const Kr=s.listen(Zi,A,H);Gt.push(H,Kr),ot&&ot.push(A,Vi,sn,sn+1)}}else H=J_(g,a,bt,H);const di=g.outputs;let _i;if(ei&&null!==di&&(_i=di[A])){const Pi=_i.length;if(Pi)for(let Zi=0;Zi-1?Jo(i.index,a):a,5);let le=Z_(a,s,g,H),Ee=A.__ngNextListenerFn__;for(;Ee;)le=Z_(a,s,Ee,H)&&le,Ee=Ee.__ngNextListenerFn__;return le}}function Ug(i=1){return function $u(i){return(Nn.lFrame.contextLView=function zu(i,a){for(;i>0;)a=a[yc],i--;return a}(i,Nn.lFrame.contextLView))[Vr]}(i)}function xx(i,a){let s=null;const g=function Be(i){const a=i.attrs;if(null!=a){const s=a.indexOf(5);if(!(1&s))return a[s+1]}return null}(i);for(let A=0;A(Ec(!0),function G2(i,a){return i.createText(a)}(a[jn],g));function t8(i){return ip("",i,""),t8}function ip(i,a,s){const g=Ii(),A=yu(g,i,a,s);return A!==sr&&Zc(g,Va(),A),ip}function np(i,a,s,g,A){const H=Ii(),Q=Gd(H,i,a,s,g,A);return Q!==sr&&Zc(H,Va(),Q),np}function i8(i,a,s,g,A,H,Q){const le=Ii(),Ee=function xu(i,a,s,g,A,H,Q,le){const ot=km(i,ic(),s,A,Q);return Mc(3),ot?a+pi(s)+g+pi(A)+H+pi(Q)+le:sr}(le,i,a,s,g,A,H,Q);return Ee!==sr&&Zc(le,Va(),Ee),i8}function rp(i,a,s,g,A,H,Q,le,Ee){const ot=Ii(),bt=Cu(ot,i,a,s,g,A,H,Q,le,Ee);return bt!==sr&&Zc(ot,Va(),bt),rp}function a8(i,a,s){J5(a)&&(a=a());const g=Ii();return Oo(g,us(),a)&&ms(ur(),Fr(),g,i,a,g[jn],s,!1),a8}function ap(i,a){const s=J5(i);return s&&i.set(a),s}function o8(i,a){const s=Ii(),g=ur(),A=zr();return Bg(g,s,s[jn],A,i,a),o8}function s8(i,a,s,g,A){if(i=je(i),Array.isArray(i))for(let H=0;H>20;if(So(i)||!i.multi){const di=new jc(ot,A,Y2),_i=c8(Ee,a,A?bt:bt+ei,Gt);-1===_i?(fl(Wc(le,Q),H,Ee),m0(H,i,a.length),a.push(Ee),le.directiveStart++,le.directiveEnd++,A&&(le.providerIndexes+=1048576),s.push(di),Q.push(di)):(s[_i]=di,Q[_i]=di)}else{const di=c8(Ee,a,bt+ei,Gt),_i=c8(Ee,a,bt,bt+ei),Zi=_i>=0&&s[_i];if(A&&!Zi||!A&&!(di>=0&&s[di])){fl(Wc(le,Q),H,Ee);const sn=function Ox(i,a,s,g,A){const H=new jc(i,s,Y2);return H.multi=[],H.index=a,H.componentProviders=0,Cv(H,A,g&&!s),H}(A?wv:Rx,s.length,A,g,ot);!A&&Zi&&(s[_i].providerFactory=sn),m0(H,i,a.length,0),a.push(Ee),le.directiveStart++,le.directiveEnd++,A&&(le.providerIndexes+=1048576),s.push(sn),Q.push(sn)}else m0(H,i,di>-1?di:_i,Cv(s[A?_i:di],ot,!A&&g));!A&&g&&Zi&&s[_i].componentProviders++}}}function m0(i,a,s,g){const A=So(a),H=function pc(i){return!!i.useClass}(a);if(A||H){const Ee=(H?je(a.useClass):a).prototype.ngOnDestroy;if(Ee){const ot=i.destroyHooks||(i.destroyHooks=[]);if(!A&&a.multi){const bt=ot.indexOf(s);-1===bt?ot.push(s,[g,Ee]):ot[bt+1].push(g,Ee)}else ot.push(s,Ee)}}}function Cv(i,a,s){return s&&i.componentProviders++,i.multi.push(a)-1}function c8(i,a,s,g){for(let A=s;A{s.providersResolver=(g,A)=>function Ix(i,a,s){const g=ur();if(g.firstCreatePass){const A=En(i);s8(s,g.data,g.blueprint,A,!0),s8(a,g.data,g.blueprint,A,!1)}}(g,A?A(i):i,a)}}let Fx=(()=>{class i{constructor(s){this._injector=s,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(s){if(!s.standalone)return null;if(!this.cachedInjectors.has(s)){const g=_s(0,s.type),A=g.length>0?Y6([g],this._injector,`Standalone[${s.type.name}]`):null;this.cachedInjectors.set(s,A)}return this.cachedInjectors.get(s)}ngOnDestroy(){try{for(const s of this.cachedInjectors.values())null!==s&&s.destroy()}finally{this.cachedInjectors.clear()}}static{this.\u0275prov=Li({token:i,providedIn:"environment",factory:()=>new i(Gn(To))})}}return i})();function Mv(i){oc("NgStandalone"),i.getStandaloneInjector=a=>a.get(Fx).getOrCreateStandaloneInjector(i)}function Ev(i,a,s){const g=hs()+i,A=Ii();return A[g]===sr?El(A,g,s?a.call(s):a()):function T3(i,a){return i[a]}(A,g)}function Sv(i,a,s,g){return Ru(Ii(),hs(),i,a,s,g)}function h8(i,a,s,g,A){return Av(Ii(),hs(),i,a,s,g,A)}function Tv(i,a,s,g,A,H){return Dv(Ii(),hs(),i,a,s,g,A,H)}function V3(i,a){const s=i[a];return s===sr?void 0:s}function Ru(i,a,s,g,A,H){const Q=a+s;return Oo(i,Q,A)?El(i,Q+1,H?g.call(H,A):g(A)):V3(i,Q+1)}function Av(i,a,s,g,A,H,Q){const le=a+s;return zd(i,le,A,H)?El(i,le+2,Q?g.call(Q,A,H):g(A,H)):V3(i,le+2)}function Dv(i,a,s,g,A,H,Q,le){const Ee=a+s;return km(i,Ee,A,H,Q)?El(i,Ee+3,le?g.call(le,A,H,Q):g(A,H,Q)):V3(i,Ee+3)}function Iv(i,a){const s=ur();let g;const A=i+kn;s.firstCreatePass?(g=function jx(i,a){if(a)for(let s=a.length-1;s>=0;s--){const g=a[s];if(i===g.name)return g}}(a,s.pipeRegistry),s.data[A]=g,g.onDestroy&&(s.destroyHooks??=[]).push(A,g.onDestroy)):g=s.data[A];const H=g.factory||(g.factory=Lr(g.type)),le=tr(Y2);try{const Ee=g1(!1),ot=H();return g1(Ee),function Mx(i,a,s,g){s>=i.data.length&&(i.data[s]=null,i.blueprint[s]=null),a[s]=g}(s,Ii(),A,ot),ot}finally{tr(le)}}function Rv(i,a,s){const g=i+kn,A=Ii(),H=Vl(A,g);return H3(A,g)?Ru(A,hs(),a,H.transform,s,H):H.transform(s)}function Ov(i,a,s,g){const A=i+kn,H=Ii(),Q=Vl(H,A);return H3(H,A)?Av(H,hs(),a,Q.transform,s,g,Q):Q.transform(s,g)}function Fv(i,a,s,g,A){const H=i+kn,Q=Ii(),le=Vl(Q,H);return H3(Q,H)?Dv(Q,hs(),a,le.transform,s,g,A,le):le.transform(s,g,A)}function H3(i,a){return i[zi].data[a].pure}function Nv(i,a){return Td(i,a)}class C8{constructor(a){this.full=a;const s=a.split(".");this.major=s[0],this.minor=s[1],this.patch=s.slice(2).join(".")}}let Zv=(()=>{class i{log(s){console.log(s)}warn(s){console.warn(s)}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"platform"})}}return i})();const u9=new Fi(""),E8=new Fi("");let S8,SC=(()=>{class i{constructor(s,g,A){this._ngZone=s,this.registry=g,this._isZoneStable=!0,this._callbacks=[],this.taskTrackingZone=null,S8||(function TC(i){S8=i}(A),A.addToWindow(g)),this._watchAngularEvents(),s.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{Ha.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;0!==this._callbacks.length;){let s=this._callbacks.pop();clearTimeout(s.timeoutId),s.doneCb()}});else{let s=this.getPendingTasks();this._callbacks=this._callbacks.filter(g=>!g.updateCb||!g.updateCb(s)||(clearTimeout(g.timeoutId),!1))}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(s=>({source:s.source,creationLocation:s.creationLocation,data:s.data})):[]}addCallback(s,g,A){let H=-1;g&&g>0&&(H=setTimeout(()=>{this._callbacks=this._callbacks.filter(Q=>Q.timeoutId!==H),s()},g)),this._callbacks.push({doneCb:s,timeoutId:H,updateCb:A})}whenStable(s,g,A){if(A&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(s,g,A),this._runCallbacksIfReady()}registerApplication(s){this.registry.registerApplication(s,this)}unregisterApplication(s){this.registry.unregisterApplication(s)}findProviders(s,g,A){return[]}static{this.\u0275fac=function(g){return new(g||i)(Gn(Ha),Gn(f9),Gn(E8))}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac})}}return i})(),f9=(()=>{class i{constructor(){this._applications=new Map}registerApplication(s,g){this._applications.set(s,g)}unregisterApplication(s){this._applications.delete(s)}unregisterAllApplications(){this._applications.clear()}getTestability(s){return this._applications.get(s)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(s,g=!0){return S8?.findTestabilityInTree(this,s,g)??null}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"platform"})}}return i})();function T8(i){return!!i&&"function"==typeof i.then}function m9(i){return!!i&&"function"==typeof i.subscribe}const A8=new Fi("");let D8=(()=>{class i{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((s,g)=>{this.resolve=s,this.reject=g}),this.appInits=ln(A8,{optional:!0})??[]}runInitializers(){if(this.initialized)return;const s=[];for(const A of this.appInits){const H=A();if(T8(H))s.push(H);else if(m9(H)){const Q=new Promise((le,Ee)=>{H.subscribe({complete:le,error:Ee})});s.push(Q)}}const g=()=>{this.done=!0,this.resolve()};Promise.all(s).then(()=>{g()}).catch(A=>{this.reject(A)}),0===s.length&&g(),this.initialized=!0}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})();const dp=new Fi("");function v9(i,a){return Array.isArray(a)?a.reduce(v9,i):{...i,...a}}let Al=(()=>{class i{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=ln(nd),this.afterRenderEffectManager=ln(Di),this.zonelessEnabled=ln(P1),this.externalTestViews=new Set,this.beforeRender=new oe.B,this.afterTick=new oe.B,this.componentTypes=[],this.components=[],this.isStable=ln(Hd).hasPendingTasks.pipe((0,pe.T)(s=>!s)),this._injector=ln(To)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}get injector(){return this._injector}bootstrap(s,g){const A=s instanceof b6;if(!this._injector.get(D8).done)throw!A&&ao(s),new fe(405,!1);let Q;Q=A?s:this._injector.get(lu).resolveComponentFactory(s),this.componentTypes.push(Q.componentType);const le=function g9(i){return i.isBoundToModule}(Q)?void 0:this._injector.get(d0),ot=Q.create(go.NULL,[],g||Q.selector,le),bt=ot.location.nativeElement,Gt=ot.injector.get(u9,null);return Gt?.registerApplication(bt),ot.onDestroy(()=>{this.detachView(ot.hostView),U3(this.components,ot),Gt?.unregisterApplication(bt)}),this._loadComponent(ot),ot}tick(){this._tick(!0)}_tick(s){if(this._runningTick)throw new fe(101,!1);const g=x(null);try{this._runningTick=!0,this.detectChangesInAttachedViews(s)}catch(A){this.internalErrorHandler(A)}finally{this._runningTick=!1,x(g),this.afterTick.next()}}detectChangesInAttachedViews(s){let g=null;this._injector.destroyed||(g=this._injector.get(y3,null,{optional:!0}));let A=0;const H=this.afterRenderEffectManager;for(;A<10;){const Q=0===A;if(s||!Q){this.beforeRender.next(Q);for(let{_lView:le,notifyErrorHandler:Ee}of this._views)AC(le,Ee,Q,this.zonelessEnabled)}else g?.begin?.(),g?.end?.();if(A++,H.executeInternalCallbacks(),!this.allViews.some(({_lView:le})=>al(le))&&(H.execute(),!this.allViews.some(({_lView:le})=>al(le))))break}}attachView(s){const g=s;this._views.push(g),g.attachToAppRef(this)}detachView(s){const g=s;U3(this._views,g),g.detachFromAppRef()}_loadComponent(s){this.attachView(s.hostView),this.tick(),this.components.push(s);const g=this._injector.get(dp,[]);[...this._bootstrapListeners,...g].forEach(A=>A(s))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(s=>s()),this._views.slice().forEach(s=>s.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(s){return this._destroyListeners.push(s),()=>U3(this._destroyListeners,s)}destroy(){if(this._destroyed)throw new fe(406,!1);const s=this._injector;s.destroy&&!s.destroyed&&s.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})();function U3(i,a){const s=i.indexOf(a);s>-1&&i.splice(s,1)}function AC(i,a,s,g){(s||al(i))&&e0(i,a,s&&!g?0:1)}class DC{constructor(a,s){this.ngModuleFactory=a,this.componentFactories=s}}let kC=(()=>{class i{compileModuleSync(s){return new W6(s)}compileModuleAsync(s){return Promise.resolve(this.compileModuleSync(s))}compileModuleAndAllComponentsSync(s){const g=this.compileModuleSync(s),H=Yi(Ir(s).declarations).reduce((Q,le)=>{const Ee=zn(le);return Ee&&Q.push(new Lo(Ee)),Q},[]);return new DC(g,H)}compileModuleAndAllComponentsAsync(s){return Promise.resolve(this.compileModuleAndAllComponentsSync(s))}clearCache(){}clearCacheFor(s){}getModuleId(s){}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})(),IC=(()=>{class i{constructor(){this.zone=ln(Ha),this.changeDetectionScheduler=ln(Od),this.applicationRef=ln(Al)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})();function up({ngZoneFactory:i,ignoreChangesOutsideZone:a}){return i??=()=>new Ha(L8()),[{provide:Ha,useFactory:i},{provide:Ht,multi:!0,useFactory:()=>{const s=ln(IC,{optional:!0});return()=>s.initialize()}},{provide:Ht,multi:!0,useFactory:()=>{const s=ln(OC);return()=>{s.initialize()}}},{provide:nd,useFactory:RC},!0===a?{provide:v6,useValue:!0}:[]]}function RC(){const i=ln(Ha),a=ln(Us);return s=>i.runOutsideAngular(()=>a.handleError(s))}function L8(i){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:i?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:i?.runCoalescing??!1}}let OC=(()=>{class i{constructor(){this.subscription=new _e.yU,this.initialized=!1,this.zone=ln(Ha),this.pendingTasks=ln(Hd)}initialize(){if(this.initialized)return;this.initialized=!0;let s=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(s=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{Ha.assertNotInAngularZone(),queueMicrotask(()=>{null!==s&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(s),s=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{Ha.assertInAngularZone(),s??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})(),G3=(()=>{class i{constructor(){this.appRef=ln(Al),this.taskService=ln(Hd),this.ngZone=ln(Ha),this.zonelessEnabled=ln(P1),this.disableScheduling=ln(v6,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new _e.yU,this.cancelScheduledCallback=null,this.shouldRefreshViews=!1,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof j||!this.zoneIsDefined)}notify(s){if(!this.zonelessEnabled&&5===s)return;switch(s){case 3:case 2:case 0:case 4:case 5:case 1:this.shouldRefreshViews=!0}if(!this.shouldScheduleTick())return;const g=this.useMicrotaskScheduler?S6:E6;this.pendingRenderTaskId=this.taskService.add(),this.zoneIsDefined?Zone.root.run(()=>{this.cancelScheduledCallback=g(()=>{this.tick(this.shouldRefreshViews)})}):this.cancelScheduledCallback=g(()=>{this.tick(this.shouldRefreshViews)})}shouldScheduleTick(){return!(this.disableScheduling||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Ha.isInAngularZone())}tick(s){if(this.runningTick||this.appRef.destroyed)return;const g=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick(s)},void 0,this.schedulerTickApplyArgs)}catch(A){throw this.taskService.remove(g),A}finally{this.cleanup()}this.useMicrotaskScheduler=!0,S6(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(g)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.shouldRefreshViews=!1,this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const s=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(s)}}static{this.\u0275fac=function(g){return new(g||i)}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"root"})}}return i})();const j3=new Fi("",{providedIn:"root",factory:()=>ln(j3,en.Optional|en.SkipSelf)||function PC(){return typeof $localize<"u"&&$localize.locale||ku}()}),NC=new Fi("",{providedIn:"root",factory:()=>"USD"}),O8=new Fi("");let w9=(()=>{class i{constructor(s){this._injector=s,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(s,g){const A=function Wt(i="zone.js",a){return"noop"===i?new j:"zone.js"===i?new Ha(a):i}(g?.ngZone,L8({eventCoalescing:g?.ngZoneEventCoalescing,runCoalescing:g?.ngZoneRunCoalescing}));return A.run(()=>{const H=g?.ignoreChangesOutsideZone,Q=function zb(i,a,s){return new j6(i,a,s)}(s.moduleType,this.injector,[...up({ngZoneFactory:()=>A,ignoreChangesOutsideZone:H}),{provide:Od,useExisting:G3}]),le=Q.injector.get(Us,null);return A.runOutsideAngular(()=>{const Ee=A.onError.subscribe({next:ot=>{le.handleError(ot)}});Q.onDestroy(()=>{U3(this._modules,Q),Ee.unsubscribe()})}),function _9(i,a,s){try{const g=s();return T8(g)?g.catch(A=>{throw a.runOutsideAngular(()=>i.handleError(A)),A}):g}catch(g){throw a.runOutsideAngular(()=>i.handleError(g)),g}}(le,A,()=>{const Ee=Q.injector.get(D8);return Ee.runInitializers(),Ee.donePromise.then(()=>(function T_(i){"string"==typeof i&&(Ag=i.toLowerCase().replace(/_/g,"-"))}(Q.injector.get(j3,ku)||ku),this._moduleDoBootstrap(Q),Q))})})}bootstrapModule(s,g=[]){const A=v9({},g);return function LC(i,a,s){const g=new W6(s);return Promise.resolve(g)}(0,0,s).then(H=>this.bootstrapModuleFactory(H,A))}_moduleDoBootstrap(s){const g=s.injector.get(Al);if(s._bootstrapComponents.length>0)s._bootstrapComponents.forEach(A=>g.bootstrap(A));else{if(!s.instance.ngDoBootstrap)throw new fe(-403,!1);s.instance.ngDoBootstrap(g)}this._modules.push(s)}onDestroy(s){this._destroyListeners.push(s)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new fe(404,!1);this._modules.slice().forEach(g=>g.destroy()),this._destroyListeners.forEach(g=>g());const s=this._injector.get(O8,null);s&&(s.forEach(g=>g()),s.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}static{this.\u0275fac=function(g){return new(g||i)(Gn(go))}}static{this.\u0275prov=Li({token:i,factory:i.\u0275fac,providedIn:"platform"})}}return i})(),Yd=null;const M9=new Fi("");function F8(i,a,s=[]){const g=`Platform: ${a}`,A=new Fi(g);return(H=[])=>{let Q=P8();if(!Q||Q.injector.get(M9,!1)){const le=[...s,...H,{provide:A,useValue:!0}];i?i(le):function VC(i){if(Yd&&!Yd.get(M9,!1))throw new fe(400,!1);(function p9(){!function O(i){M=i}(()=>{throw new fe(600,!1)})})(),Yd=i;const a=i.get(w9);(function N8(i){i.get(ch,null)?.forEach(s=>s())})(i)}(function E9(i=[],a){return go.create({name:a,providers:[{provide:qs,useValue:"platform"},{provide:O8,useValue:new Set([()=>Yd=null])},...i]})}(le,g))}return function S9(i){const a=P8();if(!a)throw new fe(401,!1);return a}()}}function P8(){return Yd?.get(w9)??null}function T9(){return!1}let A9=(()=>{class i{static{this.__NG_ELEMENT_ID__=zC}}return i})();function zC(i){return function D9(i,a,s){if(Hs(i)&&!s){const g=Jo(i.index,a);return new Ys(g,g)}return 47&i.type?new Ys(a[Xr],a):null}(zr(),Ii(),!(16&~i))}class O9{constructor(){}supports(a){return S3(a)}create(a){return new jC(a)}}const F9=(i,a)=>a;class jC{constructor(a){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=a||F9}forEachItem(a){let s;for(s=this._itHead;null!==s;s=s._next)a(s)}forEachOperation(a){let s=this._itHead,g=this._removalsHead,A=0,H=null;for(;s||g;){const Q=!g||s&&s.currentIndex{Q=this._trackByFn(A,le),null!==s&&Object.is(s.trackById,Q)?(g&&(s=this._verifyReinsertion(s,le,Q,A)),Object.is(s.item,le)||this._addIdentityChange(s,le)):(s=this._mismatch(s,le,Q,A),g=!0),s=s._next,A++}),this.length=A;return this._truncate(s),this.collection=a,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let a;for(a=this._previousItHead=this._itHead;null!==a;a=a._next)a._nextPrevious=a._next;for(a=this._additionsHead;null!==a;a=a._nextAdded)a.previousIndex=a.currentIndex;for(this._additionsHead=this._additionsTail=null,a=this._movesHead;null!==a;a=a._nextMoved)a.previousIndex=a.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(a,s,g,A){let H;return null===a?H=this._itTail:(H=a._prev,this._remove(a)),null!==(a=null===this._unlinkedRecords?null:this._unlinkedRecords.get(g,null))?(Object.is(a.item,s)||this._addIdentityChange(a,s),this._reinsertAfter(a,H,A)):null!==(a=null===this._linkedRecords?null:this._linkedRecords.get(g,A))?(Object.is(a.item,s)||this._addIdentityChange(a,s),this._moveAfter(a,H,A)):a=this._addAfter(new WC(s,g),H,A),a}_verifyReinsertion(a,s,g,A){let H=null===this._unlinkedRecords?null:this._unlinkedRecords.get(g,null);return null!==H?a=this._reinsertAfter(H,a._prev,A):a.currentIndex!=A&&(a.currentIndex=A,this._addToMoves(a,A)),a}_truncate(a){for(;null!==a;){const s=a._next;this._addToRemovals(this._unlink(a)),a=s}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(a,s,g){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(a);const A=a._prevRemoved,H=a._nextRemoved;return null===A?this._removalsHead=H:A._nextRemoved=H,null===H?this._removalsTail=A:H._prevRemoved=A,this._insertAfter(a,s,g),this._addToMoves(a,g),a}_moveAfter(a,s,g){return this._unlink(a),this._insertAfter(a,s,g),this._addToMoves(a,g),a}_addAfter(a,s,g){return this._insertAfter(a,s,g),this._additionsTail=null===this._additionsTail?this._additionsHead=a:this._additionsTail._nextAdded=a,a}_insertAfter(a,s,g){const A=null===s?this._itHead:s._next;return a._next=A,a._prev=s,null===A?this._itTail=a:A._prev=a,null===s?this._itHead=a:s._next=a,null===this._linkedRecords&&(this._linkedRecords=new P9),this._linkedRecords.put(a),a.currentIndex=g,a}_remove(a){return this._addToRemovals(this._unlink(a))}_unlink(a){null!==this._linkedRecords&&this._linkedRecords.remove(a);const s=a._prev,g=a._next;return null===s?this._itHead=g:s._next=g,null===g?this._itTail=s:g._prev=s,a}_addToMoves(a,s){return a.previousIndex===s||(this._movesTail=null===this._movesTail?this._movesHead=a:this._movesTail._nextMoved=a),a}_addToRemovals(a){return null===this._unlinkedRecords&&(this._unlinkedRecords=new P9),this._unlinkedRecords.put(a),a.currentIndex=null,a._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=a,a._prevRemoved=null):(a._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=a),a}_addIdentityChange(a,s){return a.item=s,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=a:this._identityChangesTail._nextIdentityChange=a,a}}class WC{constructor(a,s){this.item=a,this.trackById=s,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class XC{constructor(){this._head=null,this._tail=null}add(a){null===this._head?(this._head=this._tail=a,a._nextDup=null,a._prevDup=null):(this._tail._nextDup=a,a._prevDup=this._tail,a._nextDup=null,this._tail=a)}get(a,s){let g;for(g=this._head;null!==g;g=g._nextDup)if((null===s||s<=g.currentIndex)&&Object.is(g.trackById,a))return g;return null}remove(a){const s=a._prevDup,g=a._nextDup;return null===s?this._head=g:s._nextDup=g,null===g?this._tail=s:g._prevDup=s,null===this._head}}class P9{constructor(){this.map=new Map}put(a){const s=a.trackById;let g=this.map.get(s);g||(g=new XC,this.map.set(s,g)),g.add(a)}get(a,s){const A=this.map.get(a);return A?A.get(a,s):null}remove(a){const s=a.trackById;return this.map.get(s).remove(a)&&this.map.delete(s),a}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function G8(i,a,s){const g=i.previousIndex;if(null===g)return g;let A=0;return s&&g{if(s&&s.key===A)this._maybeAddToChanges(s,g),this._appendAfter=s,s=s._next;else{const H=this._getOrCreateRecordForKey(A,g);s=this._insertBeforeOrAppend(s,H)}}),s){s._prev&&(s._prev._next=null),this._removalsHead=s;for(let g=s;null!==g;g=g._nextRemoved)g===this._mapHead&&(this._mapHead=null),this._records.delete(g.key),g._nextRemoved=g._next,g.previousValue=g.currentValue,g.currentValue=null,g._prev=null,g._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(a,s){if(a){const g=a._prev;return s._next=a,s._prev=g,a._prev=s,g&&(g._next=s),a===this._mapHead&&(this._mapHead=s),this._appendAfter=a,a}return this._appendAfter?(this._appendAfter._next=s,s._prev=this._appendAfter):this._mapHead=s,this._appendAfter=s,null}_getOrCreateRecordForKey(a,s){if(this._records.has(a)){const A=this._records.get(a);this._maybeAddToChanges(A,s);const H=A._prev,Q=A._next;return H&&(H._next=Q),Q&&(Q._prev=H),A._next=null,A._prev=null,A}const g=new KC(a);return this._records.set(a,g),g.currentValue=s,this._addToAdditions(g),g}_reset(){if(this.isDirty){let a;for(this._previousMapHead=this._mapHead,a=this._previousMapHead;null!==a;a=a._next)a._nextPrevious=a._next;for(a=this._changesHead;null!==a;a=a._nextChanged)a.previousValue=a.currentValue;for(a=this._additionsHead;null!=a;a=a._nextAdded)a.previousValue=a.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(a,s){Object.is(s,a.currentValue)||(a.previousValue=a.currentValue,a.currentValue=s,this._addToChanges(a))}_addToAdditions(a){null===this._additionsHead?this._additionsHead=this._additionsTail=a:(this._additionsTail._nextAdded=a,this._additionsTail=a)}_addToChanges(a){null===this._changesHead?this._changesHead=this._changesTail=a:(this._changesTail._nextChanged=a,this._changesTail=a)}_forEach(a,s){a instanceof Map?a.forEach(s):Object.keys(a).forEach(g=>s(a[g],g))}}class KC{constructor(a){this.key=a,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function j8(){return new W8([new O9])}let W8=(()=>{class i{static{this.\u0275prov=Li({token:i,providedIn:"root",factory:j8})}constructor(s){this.factories=s}static create(s,g){if(null!=g){const A=g.factories.slice();s=s.concat(A)}return new i(s)}static extend(s){return{provide:i,useFactory:g=>i.create(s,g||j8()),deps:[[i,new Ra,new Ea]]}}find(s){const g=this.factories.find(A=>A.supports(s));if(null!=g)return g;throw new fe(901,!1)}}return i})();function V9(){return new Pu([new N9])}let Pu=(()=>{class i{static{this.\u0275prov=Li({token:i,providedIn:"root",factory:V9})}constructor(s){this.factories=s}static create(s,g){if(g){const A=g.factories.slice();s=s.concat(A)}return new i(s)}static extend(s){return{provide:i,useFactory:g=>i.create(s,g||V9()),deps:[[i,new Ra,new Ea]]}}find(s){const g=this.factories.find(A=>A.supports(s));if(g)return g;throw new fe(901,!1)}}return i})();const qC=F8(null,"core",[]);let H9=(()=>{class i{constructor(s){}static{this.\u0275fac=function(g){return new(g||i)(Gn(Al))}}static{this.\u0275mod=Yo({type:i})}static{this.\u0275inj=st({})}}return i})();function Ep(i){return"boolean"==typeof i?i:null!=i&&"false"!==i}function kw(i,a=NaN){return isNaN(parseFloat(i))||isNaN(Number(i))?a:Number(i)}function Y3(i,a){oc("NgSignals");const s=function be(i){const a=Object.create(f);a.computation=i;const s=()=>{if(k(a),y(a),a.value===c)throw a.error;return a.value};return s[l]=a,s}(i);return a?.equal&&(s[l].equal=a.equal),s}function Iw(i){const a=x(null);try{return i()}finally{x(a)}}function Vw(i){const a=zn(i);if(!a)return null;const s=new Lo(a);return{get selector(){return s.selector},get type(){return s.componentType},get inputs(){return s.inputs},get outputs(){return s.outputs},get ngContentSelectors(){return s.ngContentSelectors},get isStandalone(){return a.standalone},get isSignal(){return a.signals}}}},9079:(Ve,ee,p)=>{"use strict";p.d(ee,{ot:()=>m});var t=p(4438);function m(R,d){const w=!d?.manualCleanup;w&&!d?.injector&&(0,t.Af3)(m);const y=w?d?.injector?.get(t.abz)??(0,t.WQX)(t.abz):null;let T;T=(0,t.vPA)(d?.requireSync?{kind:0}:{kind:1,value:d?.initialValue});const k=R.subscribe({next:F=>T.set({kind:1,value:F}),error:F=>{if(d?.rejectErrors)throw F;T.set({kind:2,error:F})}});return y?.onDestroy(k.unsubscribe.bind(k)),(0,t.EWP)(()=>{const F=T();switch(F.kind){case 1:return F.value;case 2:throw F.error;case 0:throw new t.wOt(601,"`toSignal()` called with `requireSync` but `Observable` did not emit synchronously.")}})}},4545:(Ve,ee,p)=>{"use strict";function t(w){for(let y in w){let T=w[y]??"";switch(y){case"display":w.display="flex"===T?["-webkit-flex","flex"]:"inline-flex"===T?["-webkit-inline-flex","inline-flex"]:T;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":w["-webkit-"+y]=T;break;case"flex-direction":w["-webkit-flex-direction"]=T,w["flex-direction"]=T;break;case"order":w.order=w["-webkit-"+y]=isNaN(+T)?"0":T}}return w}p.d(ee,{C5:()=>d,O5:()=>t,Uo:()=>C,Vc:()=>x,uG:()=>S});const e="inline",C=["row","column","row-reverse","column-reverse"];function S(w){let[y,T,k]=l(w);return function R(w,y=null,T=!1){return{display:T?"inline-flex":"flex","box-sizing":"border-box","flex-direction":w,"flex-wrap":y||null}}(y,T,k)}function l(w){w=w?.toLowerCase()??"";let[y,T,k]=w.split(" ");return C.find(F=>F===y)||(y=C[0]),T===e&&(T=k!==e?k:"",k=e),[y,m(T),!!k]}function x(w){let[y]=l(w);return y.indexOf("row")>-1}function m(w){if(w)switch(w.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":w="wrap-reverse";break;case"no":case"none":case"nowrap":w="nowrap";break;default:w="wrap"}return w}function d(w,...y){if(null==w)throw TypeError("Cannot convert undefined or null to object");for(let T of y)if(null!=T)for(let k in T)T.hasOwnProperty(k)&&(w[k]=T[k]);return w}},9340:(Ve,ee,p)=>{"use strict";p.d(ee,{Ce:()=>Y,DJ:()=>Ct,EA:()=>G,PV:()=>U,SL:()=>$,Ui:()=>k,ZH:()=>ve,cL:()=>vt,hN:()=>tt,qH:()=>et,r3:()=>ie});var t=p(4438),e=p(177),C=p(4412),S=p(1985),l=p(7786),x=p(1413),m=p(4545),R=p(5964),d=p(8141);const y={provide:t.iLQ,useFactory:function w(Ze,jt){return()=>{if((0,e.UE)(jt)){const qe=Array.from(Ze.querySelectorAll(`[class*=${T}]`)),dt=/\bflex-layout-.+?\b/g;qe.forEach(Le=>{Le.classList.contains(`${T}ssr`)&&Le.parentNode?Le.parentNode.removeChild(Le):Le.className.replace(dt,"")})}}},deps:[e.qQ,t.Agw],multi:!0},T="flex-layout-";let k=(()=>{class Ze{}return Ze.\u0275fac=function(qe){return new(qe||Ze)},Ze.\u0275mod=t.$C({type:Ze}),Ze.\u0275inj=t.G2t({providers:[y]}),Ze})();class F{constructor(jt=!1,qe="all",dt="",Le="",Vt=0){this.matches=jt,this.mediaQuery=qe,this.mqAlias=dt,this.suffix=Le,this.priority=Vt,this.property=""}clone(){return new F(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let V=(()=>{class Ze{constructor(){this.stylesheet=new Map}addStyleToElement(qe,dt,Le){const Vt=this.stylesheet.get(qe);Vt?Vt.set(dt,Le):this.stylesheet.set(qe,new Map([[dt,Le]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(qe,dt){const Le=this.stylesheet.get(qe);let Vt="";if(Le){const Zt=Le.get(dt);("number"==typeof Zt||"string"==typeof Zt)&&(Vt=Zt+"")}return Vt}}return Ze.\u0275fac=function(qe){return new(qe||Ze)},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();const U={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[],multiplier:void 0,defaultUnit:"px",detectLayoutDisplay:!1},G=new t.nKC("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>U}),Y=new t.nKC("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),$=new t.nKC("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function Z(Ze,jt){return Ze=Ze?.clone()??new F,jt&&(Ze.mqAlias=jt.alias,Ze.mediaQuery=jt.mediaQuery,Ze.suffix=jt.suffix,Ze.priority=jt.priority),Ze}class ie{constructor(){this.shouldCache=!0}sideEffect(jt,qe,dt){}}let ve=(()=>{class Ze{constructor(qe,dt,Le,Vt){this._serverStylesheet=qe,this._serverModuleLoaded=dt,this._platformId=Le,this.layoutConfig=Vt}applyStyleToElement(qe,dt,Le=null){let Vt={};"string"==typeof dt&&(Vt[dt]=Le,dt=Vt),Vt=this.layoutConfig.disableVendorPrefixes?dt:(0,m.O5)(dt),this._applyMultiValueStyleToElement(Vt,qe)}applyStyleToElements(qe,dt=[]){const Le=this.layoutConfig.disableVendorPrefixes?qe:(0,m.O5)(qe);dt.forEach(Vt=>{this._applyMultiValueStyleToElement(Le,Vt)})}getFlowDirection(qe){const dt="flex-direction";let Le=this.lookupStyle(qe,dt);return[Le||"row",this.lookupInlineStyle(qe,dt)||(0,e.Vy)(this._platformId)&&this._serverModuleLoaded?Le:""]}hasWrap(qe){return"wrap"===this.lookupStyle(qe,"flex-wrap")}lookupAttributeValue(qe,dt){return qe.getAttribute(dt)??""}lookupInlineStyle(qe,dt){return(0,e.UE)(this._platformId)?qe.style.getPropertyValue(dt):function ae(Ze,jt){return be(Ze)[jt]??""}(qe,dt)}lookupStyle(qe,dt,Le=!1){let Vt="";return qe&&((Vt=this.lookupInlineStyle(qe,dt))||((0,e.UE)(this._platformId)?Le||(Vt=getComputedStyle(qe).getPropertyValue(dt)):this._serverModuleLoaded&&(Vt=this._serverStylesheet.getStyleForElement(qe,dt)))),Vt?Vt.trim():""}_applyMultiValueStyleToElement(qe,dt){Object.keys(qe).sort().forEach(Le=>{const Vt=qe[Le],Zt=Array.isArray(Vt)?Vt:[Vt];Zt.sort();for(let Et of Zt)Et=Et?Et+"":"",(0,e.UE)(this._platformId)||!this._serverModuleLoaded?(0,e.UE)(this._platformId)?dt.style.setProperty(Le,Et):ye(dt,Le,Et):this._serverStylesheet.addStyleToElement(dt,Le,Et)})}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.KVO(V),t.KVO(Y),t.KVO(t.Agw),t.KVO(G))},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();function ye(Ze,jt,qe){jt=jt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const dt=be(Ze);dt[jt]=qe??"",function ue(Ze,jt){let qe="";for(const dt in jt)jt[dt]&&(qe+=`${dt}:${jt[dt]};`);Ze.setAttribute("style",qe)}(Ze,dt)}function be(Ze){const jt={},qe=Ze.getAttribute("style");if(qe){const dt=qe.split(/;+/g);for(let Le=0;Le0){const Zt=Vt.indexOf(":");if(-1===Zt)throw new Error(`Invalid CSS style: ${Vt}`);jt[Vt.substr(0,Zt).trim()]=Vt.substr(Zt+1).trim()}}}return jt}function D(Ze,jt){return(jt&&jt.priority||0)-(Ze&&Ze.priority||0)}function n(Ze,jt){return(Ze.priority||0)-(jt.priority||0)}let c=(()=>{class Ze{constructor(qe,dt,Le){this._zone=qe,this._platformId=dt,this._document=Le,this.source=new C.t(new F(!0)),this.registry=new Map,this.pendingRemoveListenerFns=[],this._observable$=this.source.asObservable()}get activations(){const qe=[];return this.registry.forEach((dt,Le)=>{dt.matches&&qe.push(Le)}),qe}isActive(qe){return this.registry.get(qe)?.matches??this.registerQuery(qe).some(Le=>Le.matches)}observe(qe,dt=!1){if(qe&&qe.length){const Le=this._observable$.pipe((0,R.p)(Zt=>!dt||qe.indexOf(Zt.mediaQuery)>-1)),Vt=new S.c(Zt=>{const Et=this.registerQuery(qe);if(Et.length){const je=Et.pop();Et.forEach(me=>{Zt.next(me)}),this.source.next(je)}Zt.complete()});return(0,l.h)(Vt,Le)}return this._observable$}registerQuery(qe){const dt=Array.isArray(qe)?qe:[qe],Le=[];return function h(Ze,jt){const qe=Ze.filter(dt=>!f[dt]);if(qe.length>0){const dt=qe.join(", ");try{const Le=jt.createElement("style");Le.setAttribute("type","text/css"),Le.styleSheet||Le.appendChild(jt.createTextNode(`\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media ${dt} {.fx-query-test{ }}\n`)),jt.head.appendChild(Le),qe.forEach(Vt=>f[Vt]=Le)}catch(Le){console.error(Le)}}}(dt,this._document),dt.forEach(Vt=>{const Zt=je=>{this._zone.run(()=>this.source.next(new F(je.matches,Vt)))};let Et=this.registry.get(Vt);Et||(Et=this.buildMQL(Vt),Et.addListener(Zt),this.pendingRemoveListenerFns.push(()=>Et.removeListener(Zt)),this.registry.set(Vt,Et)),Et.matches&&Le.push(new F(!0,Vt))}),Le}ngOnDestroy(){let qe;for(;qe=this.pendingRemoveListenerFns.pop();)qe()}buildMQL(qe){return function L(Ze,jt){return jt&&window.matchMedia("all").addListener?window.matchMedia(Ze):function M(Ze){const jt=new EventTarget;return jt.matches="all"===Ze||""===Ze,jt.media=Ze,jt.addListener=()=>{},jt.removeListener=()=>{},jt.addEventListener=()=>{},jt.dispatchEvent=()=>!1,jt.onchange=null,jt}(Ze)}(qe,(0,e.UE)(this._platformId))}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.KVO(t.SKi),t.KVO(t.Agw),t.KVO(e.qQ))},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();const f={},O=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.98px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.98px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.98px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.98px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.98px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.98px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.98px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.98px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.98px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],_="(orientation: portrait) and (max-width: 599.98px)",r="(orientation: landscape) and (max-width: 959.98px)",v="(orientation: portrait) and (min-width: 600px) and (max-width: 839.98px)",z="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.98px)",N="(orientation: portrait) and (min-width: 840px)",ne="(orientation: landscape) and (min-width: 1280px)",Ie={HANDSET:`${_}, ${r}`,TABLET:`${v} , ${z}`,WEB:`${N}, ${ne} `,HANDSET_PORTRAIT:`${_}`,TABLET_PORTRAIT:`${v} `,WEB_PORTRAIT:`${N}`,HANDSET_LANDSCAPE:`${r}`,TABLET_LANDSCAPE:`${z}`,WEB_LANDSCAPE:`${ne}`},at=[{alias:"handset",priority:2e3,mediaQuery:Ie.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:Ie.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:Ie.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:Ie.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:Ie.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:Ie.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:Ie.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:Ie.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:Ie.WEB_PORTRAIT,overlapping:!0}],Ye=/(\.|-|_)/g;function rt(Ze){let jt=Ze.length>0?Ze.charAt(0):"",qe=Ze.length>1?Ze.slice(1):"";return jt.toUpperCase()+qe}const _e=new t.nKC("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const Ze=(0,t.WQX)($),jt=(0,t.WQX)(G),qe=[].concat.apply([],(Ze||[]).map(Le=>Array.isArray(Le)?Le:[Le]));return function oe(Ze,jt=[]){const qe={};return Ze.forEach(dt=>{qe[dt.alias]=dt}),jt.forEach(dt=>{qe[dt.alias]?(0,m.C5)(qe[dt.alias],dt):qe[dt.alias]=dt}),function te(Ze){return Ze.forEach(jt=>{jt.suffix||(jt.suffix=function re(Ze){return Ze.replace(Ye,"|").split("|").map(rt).join("")}(jt.alias),jt.overlapping=!!jt.overlapping)}),Ze}(Object.keys(qe).map(dt=>qe[dt]))}((jt.disableDefaultBps?[]:O).concat(jt.addOrientationBps?at:[]),qe)}});let de=(()=>{class Ze{constructor(qe){this.findByMap=new Map,this.items=[...qe].sort(n)}findByAlias(qe){return qe?this.findWithPredicate(qe,dt=>dt.alias===qe):null}findByQuery(qe){return this.findWithPredicate(qe,dt=>dt.mediaQuery===qe)}get overlappings(){return this.items.filter(qe=>qe.overlapping)}get aliases(){return this.items.map(qe=>qe.alias)}get suffixes(){return this.items.map(qe=>qe?.suffix??"")}findWithPredicate(qe,dt){let Le=this.findByMap.get(qe);return Le||(Le=this.items.find(dt)??null,this.findByMap.set(qe,Le)),Le??null}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.KVO(_e))},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();const pe="print",We={alias:pe,mediaQuery:pe,priority:1e3};let se=(()=>{class Ze{constructor(qe,dt,Le){this.breakpoints=qe,this.layoutConfig=dt,this._document=Le,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.beforePrintEventListeners=[],this.afterPrintEventListeners=[],this.formerActivations=null,this.isPrinting=!1,this.queue=new fe,this.deactivations=[]}withPrintQuery(qe){return[...qe,pe]}isPrintEvent(qe){return qe.mediaQuery.startsWith(pe)}get printAlias(){return[...this.layoutConfig.printWithBreakpoints??[]]}get printBreakPoints(){return this.printAlias.map(qe=>this.breakpoints.findByAlias(qe)).filter(qe=>null!==qe)}getEventBreakpoints({mediaQuery:qe}){const dt=this.breakpoints.findByQuery(qe);return(dt?[...this.printBreakPoints,dt]:this.printBreakPoints).sort(D)}updateEvent(qe){let dt=this.breakpoints.findByQuery(qe.mediaQuery);return this.isPrintEvent(qe)&&(dt=this.getEventBreakpoints(qe)[0],qe.mediaQuery=dt?.mediaQuery??""),Z(qe,dt)}registerBeforeAfterPrintHooks(qe){if(!this._document.defaultView||this.registeredBeforeAfterPrintHooks)return;this.registeredBeforeAfterPrintHooks=!0;const dt=()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(qe,this.getEventBreakpoints(new F(!0,pe))),qe.updateStyles())},Le=()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(qe),qe.updateStyles())};this._document.defaultView.addEventListener("beforeprint",dt),this._document.defaultView.addEventListener("afterprint",Le),this.beforePrintEventListeners.push(dt),this.afterPrintEventListeners.push(Le)}interceptEvents(qe){return dt=>{this.isPrintEvent(dt)?dt.matches&&!this.isPrinting?(this.startPrinting(qe,this.getEventBreakpoints(dt)),qe.updateStyles()):!dt.matches&&this.isPrinting&&!this.isPrintingBeforeAfterEvent&&(this.stopPrinting(qe),qe.updateStyles()):this.collectActivations(qe,dt)}}blockPropagation(){return qe=>!(this.isPrinting||this.isPrintEvent(qe))}startPrinting(qe,dt){this.isPrinting=!0,this.formerActivations=qe.activatedBreakpoints,qe.activatedBreakpoints=this.queue.addPrintBreakpoints(dt)}stopPrinting(qe){qe.activatedBreakpoints=this.deactivations,this.deactivations=[],this.formerActivations=null,this.queue.clear(),this.isPrinting=!1}collectActivations(qe,dt){if(!this.isPrinting||this.isPrintingBeforeAfterEvent){if(!this.isPrintingBeforeAfterEvent)return void(this.deactivations=[]);if(!dt.matches){const Le=this.breakpoints.findByQuery(dt.mediaQuery);if(Le){const Vt=this.formerActivations&&this.formerActivations.includes(Le),Zt=!this.formerActivations&&qe.activatedBreakpoints.includes(Le);(Vt||Zt)&&(this.deactivations.push(Le),this.deactivations.sort(D))}}}}ngOnDestroy(){this._document.defaultView&&(this.beforePrintEventListeners.forEach(qe=>this._document.defaultView.removeEventListener("beforeprint",qe)),this.afterPrintEventListeners.forEach(qe=>this._document.defaultView.removeEventListener("afterprint",qe)))}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.KVO(de),t.KVO(G),t.KVO(e.qQ))},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();class fe{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(jt){return jt.push(We),jt.sort(D),jt.forEach(qe=>this.addBreakpoint(qe)),this.printBreakpoints}addBreakpoint(jt){jt&&void 0===this.printBreakpoints.find(dt=>dt.mediaQuery===jt.mediaQuery)&&(this.printBreakpoints=function he(Ze){return Ze?.mediaQuery.startsWith(pe)??!1}(jt)?[jt,...this.printBreakpoints]:[...this.printBreakpoints,jt])}clear(){this.printBreakpoints=[]}}let et=(()=>{class Ze{constructor(qe,dt,Le){this.matchMedia=qe,this.breakpoints=dt,this.hook=Le,this._useFallbacks=!0,this._activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new x.B,this.observeActivations()}get activatedAlias(){return this.activatedBreakpoints[0]?.alias??""}set activatedBreakpoints(qe){this._activatedBreakpoints=[...qe]}get activatedBreakpoints(){return[...this._activatedBreakpoints]}set useFallbacks(qe){this._useFallbacks=qe}onMediaChange(qe){const dt=this.findByQuery(qe.mediaQuery);if(dt){qe=Z(qe,dt);const Le=this.activatedBreakpoints.indexOf(dt);qe.matches&&-1===Le?(this._activatedBreakpoints.push(dt),this._activatedBreakpoints.sort(D),this.updateStyles()):!qe.matches&&-1!==Le&&(this._activatedBreakpoints.splice(Le,1),this._activatedBreakpoints.sort(D),this.updateStyles())}}init(qe,dt,Le,Vt,Zt=[]){Ke(this.updateMap,qe,dt,Le),Ke(this.clearMap,qe,dt,Vt),this.buildElementKeyMap(qe,dt),this.watchExtraTriggers(qe,dt,Zt)}getValue(qe,dt,Le){const Vt=this.elementMap.get(qe);if(Vt){const Zt=void 0!==Le?Vt.get(Le):this.getActivatedValues(Vt,dt);if(Zt)return Zt.get(dt)}}hasValue(qe,dt){const Le=this.elementMap.get(qe);if(Le){const Vt=this.getActivatedValues(Le,dt);if(Vt)return void 0!==Vt.get(dt)||!1}return!1}setValue(qe,dt,Le,Vt){let Zt=this.elementMap.get(qe);if(Zt){const je=(Zt.get(Vt)??new Map).set(dt,Le);Zt.set(Vt,je),this.elementMap.set(qe,Zt)}else Zt=(new Map).set(Vt,(new Map).set(dt,Le)),this.elementMap.set(qe,Zt);const Et=this.getValue(qe,dt);void 0!==Et&&this.updateElement(qe,dt,Et)}trackValue(qe,dt){return this.subject.asObservable().pipe((0,R.p)(Le=>Le.element===qe&&Le.key===dt))}updateStyles(){this.elementMap.forEach((qe,dt)=>{const Le=new Set(this.elementKeyMap.get(dt));let Vt=this.getActivatedValues(qe);Vt&&Vt.forEach((Zt,Et)=>{this.updateElement(dt,Et,Zt),Le.delete(Et)}),Le.forEach(Zt=>{if(Vt=this.getActivatedValues(qe,Zt),Vt){const Et=Vt.get(Zt);this.updateElement(dt,Zt,Et)}else this.clearElement(dt,Zt)})})}clearElement(qe,dt){const Le=this.clearMap.get(qe);if(Le){const Vt=Le.get(dt);Vt&&(Vt(),this.subject.next({element:qe,key:dt,value:""}))}}updateElement(qe,dt,Le){const Vt=this.updateMap.get(qe);if(Vt){const Zt=Vt.get(dt);Zt&&(Zt(Le),this.subject.next({element:qe,key:dt,value:Le}))}}releaseElement(qe){const dt=this.watcherMap.get(qe);dt&&(dt.forEach(Vt=>Vt.unsubscribe()),this.watcherMap.delete(qe));const Le=this.elementMap.get(qe);Le&&(Le.forEach((Vt,Zt)=>Le.delete(Zt)),this.elementMap.delete(qe))}triggerUpdate(qe,dt){const Le=this.elementMap.get(qe);if(Le){const Vt=this.getActivatedValues(Le,dt);Vt&&(dt?this.updateElement(qe,dt,Vt.get(dt)):Vt.forEach((Zt,Et)=>this.updateElement(qe,Et,Zt)))}}buildElementKeyMap(qe,dt){let Le=this.elementKeyMap.get(qe);Le||(Le=new Set,this.elementKeyMap.set(qe,Le)),Le.add(dt)}watchExtraTriggers(qe,dt,Le){if(Le&&Le.length){let Vt=this.watcherMap.get(qe);if(Vt||(Vt=new Map,this.watcherMap.set(qe,Vt)),!Vt.get(dt)){const Et=(0,l.h)(...Le).subscribe(()=>{const je=this.getValue(qe,dt);this.updateElement(qe,dt,je)});Vt.set(dt,Et)}}}findByQuery(qe){return this.breakpoints.findByQuery(qe)}getActivatedValues(qe,dt){for(let Vt=0;Vtdt.mediaQuery);this.hook.registerBeforeAfterPrintHooks(this),this.matchMedia.observe(this.hook.withPrintQuery(qe)).pipe((0,d.M)(this.hook.interceptEvents(this)),(0,R.p)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.KVO(c),t.KVO(de),t.KVO(se))},Ze.\u0275prov=t.jDH({token:Ze,factory:Ze.\u0275fac,providedIn:"root"}),Ze})();function Ke(Ze,jt,qe,dt){if(void 0!==dt){const Le=Ze.get(jt)??new Map;Le.set(qe,dt),Ze.set(jt,Le)}}let Ct=(()=>{class Ze{constructor(qe,dt,Le,Vt){this.elementRef=qe,this.styleBuilder=dt,this.styler=Le,this.marshal=Vt,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new x.B,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(qe){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,qe,this.marshal.activatedAlias)}ngOnChanges(qe){Object.keys(qe).forEach(dt=>{if(-1!==this.inputs.indexOf(dt)){const Le=dt.split(".").slice(1).join(".");this.setValue(qe[dt].currentValue,Le)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(qe=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),qe)}addStyles(qe,dt){const Le=this.styleBuilder,Vt=Le.shouldCache;let Zt=this.styleCache.get(qe);(!Zt||!Vt)&&(Zt=Le.buildStyles(qe,dt),Vt&&this.styleCache.set(qe,Zt)),this.mru={...Zt},this.applyStyleToElement(Zt),Le.sideEffect(qe,Zt,dt)}clearStyles(){Object.keys(this.mru).forEach(qe=>{this.mru[qe]=""}),this.applyStyleToElement(this.mru),this.mru={},this.currentValue=void 0}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(qe,dt=!1){if(qe){const[Le,Vt]=this.styler.getFlowDirection(qe);if(!Vt&&dt){const Zt=(0,m.uG)(Le);this.styler.applyStyleToElements(Zt,[qe])}return Le.trim()}return"row"}hasWrap(qe){return this.styler.hasWrap(qe)}applyStyleToElement(qe,dt,Le=this.nativeElement){this.styler.applyStyleToElement(Le,qe,dt)}setValue(qe,dt){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,qe,dt)}updateWithValue(qe){this.currentValue!==qe&&(this.addStyles(qe),this.currentValue=qe)}}return Ze.\u0275fac=function(qe){return new(qe||Ze)(t.rXU(t.aKT),t.rXU(ie),t.rXU(ve),t.rXU(et))},Ze.\u0275dir=t.FsC({type:Ze,features:[t.OA$]}),Ze})();function tt(Ze,jt="1",qe="1"){let dt=[jt,qe,Ze],Le=Ze.indexOf("calc");if(Le>0){dt[2]=wt(Ze.substring(Le).trim());let Vt=Ze.substr(0,Le).trim().split(" ");2==Vt.length&&(dt[0]=Vt[0],dt[1]=Vt[1])}else if(0==Le)dt[2]=wt(Ze.trim());else{let Vt=Ze.split(" ");dt=3===Vt.length?Vt:[jt,qe,Ze]}return dt}function wt(Ze){return Ze.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}EventTarget;const ut="x";function vt(Ze,jt){if(void 0===jt)return Ze;const qe=dt=>{const Le=+dt.slice(0,-ut.length);return Ze.endsWith(ut)&&!isNaN(Le)?`${Le*jt.value}${jt.unit}`:Ze};return Ze.includes(" ")?Ze.split(" ").map(qe).join(" "):qe(Ze)}},6038:(Ve,ee,p)=>{"use strict";p.d(ee,{Cc:()=>r,PW:()=>U,eI:()=>L});var t=p(4438),e=p(9340),C=p(177),x=(p(4085),p(6977),p(345));let k=(()=>{class v extends e.DJ{constructor(N,ne,Ie,at,Ye,rt,re){super(N,null,ne,Ie),this.ngClassInstance=re,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new C.YU(at,Ye,N,rt)),this.init(),this.setValue("","")}set klass(N){this.ngClassInstance.klass=N,this.setValue(N,"")}updateWithValue(N){this.ngClassInstance.ngClass=N,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return v.\u0275fac=function(N){return new(N||v)(t.rXU(t.aKT),t.rXU(e.ZH),t.rXU(e.qH),t.rXU(t._q3),t.rXU(t.MKu),t.rXU(t.sFG),t.rXU(C.YU,10))},v.\u0275dir=t.FsC({type:v,inputs:{klass:[0,"class","klass"]},features:[t.Vt3]}),v})();const F=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let U=(()=>{class v extends k{constructor(){super(...arguments),this.inputs=F}}return v.\u0275fac=(()=>{let z;return function(ne){return(z||(z=t.xGo(v)))(ne||v)}})(),v.\u0275dir=t.FsC({type:v,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},features:[t.Vt3]}),v})();class ae{constructor(z,N,ne=!0){this.key=z,this.value=N,this.key=ne?z.replace(/['"]/g,"").trim():z.trim(),this.value=ne?N.replace(/['"]/g,"").trim():N.trim(),this.value=this.value.replace(/;/,"")}}function ye(v){let z=typeof v;return"object"===z?v.constructor===Array?"array":v.constructor===Set?"set":"object":z}function n(v){const[z,...N]=v.split(":");return new ae(z,N.join(":"))}function c(v,z){return z.key&&(v[z.key]=z.value),v}let f=(()=>{class v extends e.DJ{constructor(N,ne,Ie,at,Ye,rt,re,te,oe){super(N,null,ne,Ie),this.sanitizer=at,this.ngStyleInstance=re,this.DIRECTIVE_KEY="ngStyle",this.ngStyleInstance||(this.ngStyleInstance=new C.B3(N,Ye,rt)),this.init();const _e=this.nativeElement.getAttribute("style")??"";this.fallbackStyles=this.buildStyleMap(_e),this.isServer=te&&(0,C.Vy)(oe)}updateWithValue(N){const ne=this.buildStyleMap(N);this.ngStyleInstance.ngStyle={...this.fallbackStyles,...ne},this.isServer&&this.applyStyleToElement(ne),this.ngStyleInstance.ngDoCheck()}clearStyles(){this.ngStyleInstance.ngStyle=this.fallbackStyles,this.ngStyleInstance.ngDoCheck()}buildStyleMap(N){const ne=Ie=>this.sanitizer.sanitize(t.WPN.STYLE,Ie)??"";if(N)switch(ye(N)){case"string":return O(function ue(v,z=";"){return String(v).trim().split(z).map(N=>N.trim()).filter(N=>""!==N)}(N),ne);case"array":return O(N,ne);default:return function D(v,z){let N=[];return"set"===ye(v)?v.forEach(ne=>N.push(ne)):Object.keys(v).forEach(ne=>{N.push(`${ne}:${v[ne]}`)}),function be(v,z){return v.map(n).filter(ne=>!!ne).map(ne=>(z&&(ne.value=z(ne.value)),ne)).reduce(c,{})}(N,z)}(N,ne)}return{}}ngDoCheck(){this.ngStyleInstance.ngDoCheck()}}return v.\u0275fac=function(N){return new(N||v)(t.rXU(t.aKT),t.rXU(e.ZH),t.rXU(e.qH),t.rXU(x.up),t.rXU(t.MKu),t.rXU(t.sFG),t.rXU(C.B3,10),t.rXU(e.Ce),t.rXU(t.Agw))},v.\u0275dir=t.FsC({type:v,features:[t.Vt3]}),v})();const h=["ngStyle","ngStyle.xs","ngStyle.sm","ngStyle.md","ngStyle.lg","ngStyle.xl","ngStyle.lt-sm","ngStyle.lt-md","ngStyle.lt-lg","ngStyle.lt-xl","ngStyle.gt-xs","ngStyle.gt-sm","ngStyle.gt-md","ngStyle.gt-lg"];let L=(()=>{class v extends f{constructor(){super(...arguments),this.inputs=h}}return v.\u0275fac=(()=>{let z;return function(ne){return(z||(z=t.xGo(v)))(ne||v)}})(),v.\u0275dir=t.FsC({type:v,selectors:[["","ngStyle",""],["","ngStyle.xs",""],["","ngStyle.sm",""],["","ngStyle.md",""],["","ngStyle.lg",""],["","ngStyle.xl",""],["","ngStyle.lt-sm",""],["","ngStyle.lt-md",""],["","ngStyle.lt-lg",""],["","ngStyle.lt-xl",""],["","ngStyle.gt-xs",""],["","ngStyle.gt-sm",""],["","ngStyle.gt-md",""],["","ngStyle.gt-lg",""]],inputs:{ngStyle:"ngStyle","ngStyle.xs":"ngStyle.xs","ngStyle.sm":"ngStyle.sm","ngStyle.md":"ngStyle.md","ngStyle.lg":"ngStyle.lg","ngStyle.xl":"ngStyle.xl","ngStyle.lt-sm":"ngStyle.lt-sm","ngStyle.lt-md":"ngStyle.lt-md","ngStyle.lt-lg":"ngStyle.lt-lg","ngStyle.lt-xl":"ngStyle.lt-xl","ngStyle.gt-xs":"ngStyle.gt-xs","ngStyle.gt-sm":"ngStyle.gt-sm","ngStyle.gt-md":"ngStyle.gt-md","ngStyle.gt-lg":"ngStyle.gt-lg"},features:[t.Vt3]}),v})();function O(v,z){return v.map(n).filter(ne=>!!ne).map(ne=>(z&&(ne.value=z(ne.value)),ne)).reduce(c,{})}let r=(()=>{class v{}return v.\u0275fac=function(N){return new(N||v)},v.\u0275mod=t.$C({type:v}),v.\u0275inj=t.G2t({imports:[e.Ui]}),v})()},2920:(Ve,ee,p)=>{"use strict";p.d(ee,{DJ:()=>y,UI:()=>M,sA:()=>tt,w2:()=>Zt});var t=p(4438),e=p(8203),C=p(9340),S=p(4545),x=(p(1413),p(6977));let m=(()=>{class Et extends C.r3{buildStyles(me,{display:xe}){const ce=(0,S.uG)(me);return{...ce,display:"none"===xe?xe:ce.display}}}return Et.\u0275fac=(()=>{let je;return function(xe){return(je||(je=t.xGo(Et)))(xe||Et)}})(),Et.\u0275prov=t.jDH({token:Et,factory:Et.\u0275fac,providedIn:"root"}),Et})();const R=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let w=(()=>{class Et extends C.DJ{constructor(me,xe,ce,Me,Xe){super(me,ce,xe,Me),this._config=Xe,this.DIRECTIVE_KEY="layout",this.init()}updateWithValue(me){const ce=this._config.detectLayoutDisplay?this.styler.lookupStyle(this.nativeElement,"display"):"";this.styleCache=T.get(ce)??new Map,T.set(ce,this.styleCache),this.currentValue!==me&&(this.addStyles(me,{display:ce}),this.currentValue=me)}}return Et.\u0275fac=function(me){return new(me||Et)(t.rXU(t.aKT),t.rXU(C.ZH),t.rXU(m),t.rXU(C.qH),t.rXU(C.EA))},Et.\u0275dir=t.FsC({type:Et,features:[t.Vt3]}),Et})(),y=(()=>{class Et extends w{constructor(){super(...arguments),this.inputs=R}}return Et.\u0275fac=(()=>{let je;return function(xe){return(je||(je=t.xGo(Et)))(xe||Et)}})(),Et.\u0275dir=t.FsC({type:Et,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},features:[t.Vt3]}),Et})();const T=new Map;let n=(()=>{class Et extends C.r3{constructor(me){super(),this.layoutConfig=me}buildStyles(me,xe){let[ce,Me,...Xe]=me.split(" "),Pe=Xe.join(" ");const Oe=xe.direction.indexOf("column")>-1?"column":"row",we=(0,S.Vc)(Oe)?"max-width":"max-height",De=(0,S.Vc)(Oe)?"min-width":"min-height",$e=String(Pe).indexOf("calc")>-1,$t=$e||"auto"===Pe,Ft=String(Pe).indexOf("%")>-1&&!$e,Kt=String(Pe).indexOf("px")>-1||String(Pe).indexOf("rem")>-1||String(Pe).indexOf("em")>-1||String(Pe).indexOf("vw")>-1||String(Pe).indexOf("vh")>-1;let fi=$e||Kt;ce="0"==ce?0:ce,Me="0"==Me?0:Me;const Qt=!ce&&!Me;let zt={};const Xi={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(Pe||""){case"":Pe="row"===Oe?"0%":!1!==this.layoutConfig.useColumnBasisZero?"0.000000001px":"auto";break;case"initial":case"nogrow":ce=0,Pe="auto";break;case"grow":Pe="100%";break;case"noshrink":Me=0,Pe="auto";break;case"auto":break;case"none":ce=0,Me=0,Pe="auto";break;default:!fi&&!Ft&&!isNaN(Pe)&&(Pe+="%"),"0%"===Pe&&(fi=!0),"0px"===Pe&&(Pe="0%"),zt=(0,S.C5)(Xi,$e?{"flex-grow":ce,"flex-shrink":Me,"flex-basis":fi?Pe:"100%"}:{flex:`${ce} ${Me} ${fi?Pe:"100%"}`})}return zt.flex||zt["flex-grow"]||(zt=(0,S.C5)(Xi,$e?{"flex-grow":ce,"flex-shrink":Me,"flex-basis":Pe}:{flex:`${ce} ${Me} ${Pe}`})),"0%"!==Pe&&"0px"!==Pe&&"0.000000001px"!==Pe&&"auto"!==Pe&&(zt[De]=Qt||fi&&ce?Pe:null,zt[we]=Qt||!$t&&Me?Pe:null),zt[De]||zt[we]?xe.hasWrap&&(zt[$e?"flex-basis":"flex"]=zt[we]?$e?zt[we]:`${ce} ${Me} ${zt[we]}`:$e?zt[De]:`${ce} ${Me} ${zt[De]}`):zt=(0,S.C5)(Xi,$e?{"flex-grow":ce,"flex-shrink":Me,"flex-basis":Pe}:{flex:`${ce} ${Me} ${Pe}`}),(0,S.C5)(zt,{"box-sizing":"border-box"})}}return Et.\u0275fac=function(me){return new(me||Et)(t.KVO(C.EA))},Et.\u0275prov=t.jDH({token:Et,factory:Et.\u0275fac,providedIn:"root"}),Et})();const c=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let h=(()=>{class Et extends C.DJ{constructor(me,xe,ce,Me,Xe){super(me,Me,xe,Xe),this.layoutConfig=ce,this.marshal=Xe,this.DIRECTIVE_KEY="flex",this.direction=void 0,this.wrap=void 0,this.flexGrow="1",this.flexShrink="1",this.init()}get shrink(){return this.flexShrink}set shrink(me){this.flexShrink=me||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(me){this.flexGrow=me||"1",this.triggerReflow()}ngOnInit(){this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe((0,x.Q)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe((0,x.Q)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}onLayoutChange(me){const ce=me.value.split(" ");this.direction=ce[0],this.wrap=void 0!==ce[1]&&"wrap"===ce[1],this.triggerUpdate()}updateWithValue(me){void 0===this.direction&&(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent)),void 0===this.wrap&&(this.wrap=this.hasWrap(this.parentElement));const ce=this.direction,Me=ce.startsWith("row"),Xe=this.wrap;Me&&Xe?this.styleCache=_:Me&&!Xe?this.styleCache=L:!Me&&Xe?this.styleCache=r:!Me&&!Xe&&(this.styleCache=O);const Pe=String(me).replace(";",""),Oe=(0,C.hN)(Pe,this.flexGrow,this.flexShrink);this.addStyles(Oe.join(" "),{direction:ce,hasWrap:Xe})}triggerReflow(){const me=this.activatedValue;if(void 0!==me){const xe=(0,C.hN)(me+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,xe.join(" "))}}}return Et.\u0275fac=function(me){return new(me||Et)(t.rXU(t.aKT),t.rXU(C.ZH),t.rXU(C.EA),t.rXU(n),t.rXU(C.qH))},Et.\u0275dir=t.FsC({type:Et,inputs:{shrink:[0,"fxShrink","shrink"],grow:[0,"fxGrow","grow"]},features:[t.Vt3]}),Et})(),M=(()=>{class Et extends h{constructor(){super(...arguments),this.inputs=c}}return Et.\u0275fac=(()=>{let je;return function(xe){return(je||(je=t.xGo(Et)))(xe||Et)}})(),Et.\u0275dir=t.FsC({type:Et,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},features:[t.Vt3]}),Et})();const L=new Map,O=new Map,_=new Map,r=new Map;let Qe=(()=>{class Et extends C.r3{buildStyles(me,xe){const ce={},[Me,Xe]=me.split(" ");switch(Me){case"center":ce["justify-content"]="center";break;case"space-around":ce["justify-content"]="space-around";break;case"space-between":ce["justify-content"]="space-between";break;case"space-evenly":ce["justify-content"]="space-evenly";break;case"end":case"flex-end":ce["justify-content"]="flex-end";break;default:ce["justify-content"]="flex-start"}switch(Xe){case"start":case"flex-start":ce["align-items"]=ce["align-content"]="flex-start";break;case"center":ce["align-items"]=ce["align-content"]="center";break;case"end":case"flex-end":ce["align-items"]=ce["align-content"]="flex-end";break;case"space-between":ce["align-content"]="space-between",ce["align-items"]="stretch";break;case"space-around":ce["align-content"]="space-around",ce["align-items"]="stretch";break;case"baseline":ce["align-content"]="stretch",ce["align-items"]="baseline";break;default:ce["align-items"]=ce["align-content"]="stretch"}return(0,S.C5)(ce,{display:xe.inline?"inline-flex":"flex","flex-direction":xe.layout,"box-sizing":"border-box","max-width":"stretch"===Xe?(0,S.Vc)(xe.layout)?null:"100%":null,"max-height":"stretch"===Xe&&(0,S.Vc)(xe.layout)?"100%":null})}}return Et.\u0275fac=(()=>{let je;return function(xe){return(je||(je=t.xGo(Et)))(xe||Et)}})(),Et.\u0275prov=t.jDH({token:Et,factory:Et.\u0275fac,providedIn:"root"}),Et})();const nt=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let ht=(()=>{class Et extends C.DJ{constructor(me,xe,ce,Me){super(me,ce,xe,Me),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe((0,x.Q)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(me){const xe=this.layout||"row",ce=this.inline;"row"===xe&&ce?this.styleCache=jt:"row"!==xe||ce?"row-reverse"===xe&&ce?this.styleCache=dt:"row-reverse"!==xe||ce?"column"===xe&&ce?this.styleCache=qe:"column"!==xe||ce?"column-reverse"===xe&&ce?this.styleCache=Le:"column-reverse"===xe&&!ce&&(this.styleCache=Ze):this.styleCache=ut:this.styleCache=vt:this.styleCache=wt,this.addStyles(me,{layout:xe,inline:ce})}onLayoutChange(me){const xe=me.value.split(" ");this.layout=xe[0],this.inline=me.value.includes("inline"),S.Uo.find(ce=>ce===this.layout)||(this.layout="row"),this.triggerUpdate()}}return Et.\u0275fac=function(me){return new(me||Et)(t.rXU(t.aKT),t.rXU(C.ZH),t.rXU(Qe),t.rXU(C.qH))},Et.\u0275dir=t.FsC({type:Et,features:[t.Vt3]}),Et})(),tt=(()=>{class Et extends ht{constructor(){super(...arguments),this.inputs=nt}}return Et.\u0275fac=(()=>{let je;return function(xe){return(je||(je=t.xGo(Et)))(xe||Et)}})(),Et.\u0275dir=t.FsC({type:Et,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},features:[t.Vt3]}),Et})();const wt=new Map,ut=new Map,vt=new Map,Ze=new Map,jt=new Map,qe=new Map,dt=new Map,Le=new Map;let Zt=(()=>{class Et{}return Et.\u0275fac=function(me){return new(me||Et)},Et.\u0275mod=t.$C({type:Et}),Et.\u0275inj=t.G2t({imports:[C.Ui,e.jI]}),Et})()},9417:(Ve,ee,p)=>{"use strict";p.d(ee,{BC:()=>he,JD:()=>ho,Q0:()=>Rr,VZ:()=>Mo,X1:()=>Ri,YN:()=>aa,YS:()=>wr,cV:()=>On,cb:()=>et,cz:()=>Y,hs:()=>pi,j4:()=>xo,k0:()=>ie,kq:()=>d,l_:()=>io,me:()=>V,ok:()=>Xo,qT:()=>or,vO:()=>pe,vS:()=>tr,xq:()=>ga,zX:()=>Vo,ze:()=>Eo});var t=p(4438),e=p(177),C=p(2806),S=p(7468),l=p(1413),x=p(6354);let m=(()=>{class ft{constructor(Be,Tt){this._renderer=Be,this._elementRef=Tt,this.onChange=ti=>{},this.onTouched=()=>{}}setProperty(Be,Tt){this._renderer.setProperty(this._elementRef.nativeElement,Be,Tt)}registerOnTouched(Be){this.onTouched=Be}registerOnChange(Be){this.onChange=Be}setDisabledState(Be){this.setProperty("disabled",Be)}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(t.sFG),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:ft})}}return ft})(),R=(()=>{class ft extends m{static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,features:[t.Vt3]})}}return ft})();const d=new t.nKC(""),T={provide:d,useExisting:(0,t.Rfq)(()=>V),multi:!0},F=new t.nKC("");let V=(()=>{class ft extends m{constructor(Be,Tt,ti){super(Be,Tt),this._compositionMode=ti,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function k(){const ft=(0,e.QT)()?(0,e.QT)().getUserAgent():"";return/android (\d+)/.test(ft.toLowerCase())}())}writeValue(Be){this.setProperty("value",Be??"")}_handleInput(Be){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(Be)}_compositionStart(){this._composing=!0}_compositionEnd(Be){this._composing=!1,this._compositionMode&&this.onChange(Be)}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(t.sFG),t.rXU(t.aKT),t.rXU(F,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(Tt,ti){1&Tt&&t.bIt("input",function(Qn){return ti._handleInput(Qn.target.value)})("blur",function(){return ti.onTouched()})("compositionstart",function(){return ti._compositionStart()})("compositionend",function(Qn){return ti._compositionEnd(Qn.target.value)})},features:[t.Jv_([T]),t.Vt3]})}}return ft})();function U(ft){return null==ft||("string"==typeof ft||Array.isArray(ft))&&0===ft.length}function G(ft){return null!=ft&&"number"==typeof ft.length}const Y=new t.nKC(""),$=new t.nKC(""),Z=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class ie{static min(pt){return ve(pt)}static max(pt){return ae(pt)}static required(pt){return ye(pt)}static requiredTrue(pt){return ue(pt)}static email(pt){return function be(ft){return U(ft.value)||Z.test(ft.value)?null:{email:!0}}(pt)}static minLength(pt){return function D(ft){return pt=>U(pt.value)||!G(pt.value)?null:pt.value.lengthG(pt.value)&&pt.value.length>ft?{maxlength:{requiredLength:ft,actualLength:pt.value.length}}:null}(pt)}static pattern(pt){return function c(ft){if(!ft)return f;let pt,Be;return"string"==typeof ft?(Be="","^"!==ft.charAt(0)&&(Be+="^"),Be+=ft,"$"!==ft.charAt(ft.length-1)&&(Be+="$"),pt=new RegExp(Be)):(Be=ft.toString(),pt=ft),Tt=>{if(U(Tt.value))return null;const ti=Tt.value;return pt.test(ti)?null:{pattern:{requiredPattern:Be,actualValue:ti}}}}(pt)}static nullValidator(pt){return null}static compose(pt){return v(pt)}static composeAsync(pt){return N(pt)}}function ve(ft){return pt=>{if(U(pt.value)||U(ft))return null;const Be=parseFloat(pt.value);return!isNaN(Be)&&Be{if(U(pt.value)||U(ft))return null;const Be=parseFloat(pt.value);return!isNaN(Be)&&Be>ft?{max:{max:ft,actual:pt.value}}:null}}function ye(ft){return U(ft.value)?{required:!0}:null}function ue(ft){return!0===ft.value?null:{required:!0}}function f(ft){return null}function h(ft){return null!=ft}function M(ft){return(0,t.jNT)(ft)?(0,C.H)(ft):ft}function L(ft){let pt={};return ft.forEach(Be=>{pt=null!=Be?{...pt,...Be}:pt}),0===Object.keys(pt).length?null:pt}function O(ft,pt){return pt.map(Be=>Be(ft))}function r(ft){return ft.map(pt=>function _(ft){return!ft.validate}(pt)?pt:Be=>pt.validate(Be))}function v(ft){if(!ft)return null;const pt=ft.filter(h);return 0==pt.length?null:function(Be){return L(O(Be,pt))}}function z(ft){return null!=ft?v(r(ft)):null}function N(ft){if(!ft)return null;const pt=ft.filter(h);return 0==pt.length?null:function(Be){const Tt=O(Be,pt).map(M);return(0,S.p)(Tt).pipe((0,x.T)(L))}}function ne(ft){return null!=ft?N(r(ft)):null}function Ie(ft,pt){return null===ft?[pt]:Array.isArray(ft)?[...ft,pt]:[ft,pt]}function at(ft){return ft._rawValidators}function Ye(ft){return ft._rawAsyncValidators}function rt(ft){return ft?Array.isArray(ft)?ft:[ft]:[]}function re(ft,pt){return Array.isArray(ft)?ft.includes(pt):ft===pt}function te(ft,pt){const Be=rt(pt);return rt(ft).forEach(ti=>{re(Be,ti)||Be.push(ti)}),Be}function oe(ft,pt){return rt(pt).filter(Be=>!re(ft,Be))}class _e{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(pt){this._rawValidators=pt||[],this._composedValidatorFn=z(this._rawValidators)}_setAsyncValidators(pt){this._rawAsyncValidators=pt||[],this._composedAsyncValidatorFn=ne(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(pt){this._onDestroyCallbacks.push(pt)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(pt=>pt()),this._onDestroyCallbacks=[]}reset(pt=void 0){this.control&&this.control.reset(pt)}hasError(pt,Be){return!!this.control&&this.control.hasError(pt,Be)}getError(pt,Be){return this.control?this.control.getError(pt,Be):null}}class de extends _e{get formDirective(){return null}get path(){return null}}class pe extends _e{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class We{constructor(pt){this._cd=pt}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}let he=(()=>{class ft extends We{constructor(Be){super(Be)}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(pe,2))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(Tt,ti){2&Tt&&t.AVh("ng-untouched",ti.isUntouched)("ng-touched",ti.isTouched)("ng-pristine",ti.isPristine)("ng-dirty",ti.isDirty)("ng-valid",ti.isValid)("ng-invalid",ti.isInvalid)("ng-pending",ti.isPending)},features:[t.Vt3]})}}return ft})(),et=(()=>{class ft extends We{constructor(Be){super(Be)}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(de,10))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(Tt,ti){2&Tt&&t.AVh("ng-untouched",ti.isUntouched)("ng-touched",ti.isTouched)("ng-pristine",ti.isPristine)("ng-dirty",ti.isDirty)("ng-valid",ti.isValid)("ng-invalid",ti.isInvalid)("ng-pending",ti.isPending)("ng-submitted",ti.isSubmitted)},features:[t.Vt3]})}}return ft})();const Le="VALID",Vt="INVALID",Zt="PENDING",Et="DISABLED";class je{}class me extends je{constructor(pt,Be){super(),this.value=pt,this.source=Be}}class xe extends je{constructor(pt,Be){super(),this.pristine=pt,this.source=Be}}class ce extends je{constructor(pt,Be){super(),this.touched=pt,this.source=Be}}class Me extends je{constructor(pt,Be){super(),this.status=pt,this.source=Be}}class Xe extends je{constructor(pt){super(),this.source=pt}}class Pe extends je{constructor(pt){super(),this.source=pt}}function Oe(ft){return($t(ft)?ft.validators:ft)||null}function De(ft,pt){return($t(pt)?pt.asyncValidators:ft)||null}function $t(ft){return null!=ft&&!Array.isArray(ft)&&"object"==typeof ft}function Ft(ft,pt,Be){const Tt=ft.controls;if(!(pt?Object.keys(Tt):Tt).length)throw new t.wOt(1e3,"");if(!Tt[Be])throw new t.wOt(1001,"")}function Kt(ft,pt,Be){ft._forEachChild((Tt,ti)=>{if(void 0===Be[ti])throw new t.wOt(1002,"")})}class fi{constructor(pt,Be){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._events=new l.B,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(pt),this._assignAsyncValidators(Be)}get validator(){return this._composedValidatorFn}set validator(pt){this._rawValidators=this._composedValidatorFn=pt}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(pt){this._rawAsyncValidators=this._composedAsyncValidatorFn=pt}get parent(){return this._parent}get valid(){return this.status===Le}get invalid(){return this.status===Vt}get pending(){return this.status==Zt}get disabled(){return this.status===Et}get enabled(){return this.status!==Et}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(pt){this._assignValidators(pt)}setAsyncValidators(pt){this._assignAsyncValidators(pt)}addValidators(pt){this.setValidators(te(pt,this._rawValidators))}addAsyncValidators(pt){this.setAsyncValidators(te(pt,this._rawAsyncValidators))}removeValidators(pt){this.setValidators(oe(pt,this._rawValidators))}removeAsyncValidators(pt){this.setAsyncValidators(oe(pt,this._rawAsyncValidators))}hasValidator(pt){return re(this._rawValidators,pt)}hasAsyncValidator(pt){return re(this._rawAsyncValidators,pt)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(pt={}){const Be=!1===this.touched;this.touched=!0;const Tt=pt.sourceControl??this;this._parent&&!pt.onlySelf&&this._parent.markAsTouched({...pt,sourceControl:Tt}),Be&&!1!==pt.emitEvent&&this._events.next(new ce(!0,Tt))}markAllAsTouched(pt={}){this.markAsTouched({onlySelf:!0,emitEvent:pt.emitEvent,sourceControl:this}),this._forEachChild(Be=>Be.markAllAsTouched(pt))}markAsUntouched(pt={}){const Be=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const Tt=pt.sourceControl??this;this._forEachChild(ti=>{ti.markAsUntouched({onlySelf:!0,emitEvent:pt.emitEvent,sourceControl:Tt})}),this._parent&&!pt.onlySelf&&this._parent._updateTouched(pt,Tt),Be&&!1!==pt.emitEvent&&this._events.next(new ce(!1,Tt))}markAsDirty(pt={}){const Be=!0===this.pristine;this.pristine=!1;const Tt=pt.sourceControl??this;this._parent&&!pt.onlySelf&&this._parent.markAsDirty({...pt,sourceControl:Tt}),Be&&!1!==pt.emitEvent&&this._events.next(new xe(!1,Tt))}markAsPristine(pt={}){const Be=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const Tt=pt.sourceControl??this;this._forEachChild(ti=>{ti.markAsPristine({onlySelf:!0,emitEvent:pt.emitEvent})}),this._parent&&!pt.onlySelf&&this._parent._updatePristine(pt,Tt),Be&&!1!==pt.emitEvent&&this._events.next(new xe(!0,Tt))}markAsPending(pt={}){this.status=Zt;const Be=pt.sourceControl??this;!1!==pt.emitEvent&&(this._events.next(new Me(this.status,Be)),this.statusChanges.emit(this.status)),this._parent&&!pt.onlySelf&&this._parent.markAsPending({...pt,sourceControl:Be})}disable(pt={}){const Be=this._parentMarkedDirty(pt.onlySelf);this.status=Et,this.errors=null,this._forEachChild(ti=>{ti.disable({...pt,onlySelf:!0})}),this._updateValue();const Tt=pt.sourceControl??this;!1!==pt.emitEvent&&(this._events.next(new me(this.value,Tt)),this._events.next(new Me(this.status,Tt)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...pt,skipPristineCheck:Be},this),this._onDisabledChange.forEach(ti=>ti(!0))}enable(pt={}){const Be=this._parentMarkedDirty(pt.onlySelf);this.status=Le,this._forEachChild(Tt=>{Tt.enable({...pt,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:pt.emitEvent}),this._updateAncestors({...pt,skipPristineCheck:Be},this),this._onDisabledChange.forEach(Tt=>Tt(!1))}_updateAncestors(pt,Be){this._parent&&!pt.onlySelf&&(this._parent.updateValueAndValidity(pt),pt.skipPristineCheck||this._parent._updatePristine({},Be),this._parent._updateTouched({},Be))}setParent(pt){this._parent=pt}getRawValue(){return this.value}updateValueAndValidity(pt={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const Tt=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Le||this.status===Zt)&&this._runAsyncValidator(Tt,pt.emitEvent)}const Be=pt.sourceControl??this;!1!==pt.emitEvent&&(this._events.next(new me(this.value,Be)),this._events.next(new Me(this.status,Be)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!pt.onlySelf&&this._parent.updateValueAndValidity({...pt,sourceControl:Be})}_updateTreeValidity(pt={emitEvent:!0}){this._forEachChild(Be=>Be._updateTreeValidity(pt)),this.updateValueAndValidity({onlySelf:!0,emitEvent:pt.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Et:Le}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(pt,Be){if(this.asyncValidator){this.status=Zt,this._hasOwnPendingAsyncValidator={emitEvent:!1!==Be};const Tt=M(this.asyncValidator(this));this._asyncValidationSubscription=Tt.subscribe(ti=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(ti,{emitEvent:Be,shouldHaveEmitted:pt})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const pt=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,pt}return!1}setErrors(pt,Be={}){this.errors=pt,this._updateControlsErrors(!1!==Be.emitEvent,this,Be.shouldHaveEmitted)}get(pt){let Be=pt;return null==Be||(Array.isArray(Be)||(Be=Be.split(".")),0===Be.length)?null:Be.reduce((Tt,ti)=>Tt&&Tt._find(ti),this)}getError(pt,Be){const Tt=Be?this.get(Be):this;return Tt&&Tt.errors?Tt.errors[pt]:null}hasError(pt,Be){return!!this.getError(pt,Be)}get root(){let pt=this;for(;pt._parent;)pt=pt._parent;return pt}_updateControlsErrors(pt,Be,Tt){this.status=this._calculateStatus(),pt&&this.statusChanges.emit(this.status),(pt||Tt)&&this._events.next(new Me(this.status,Be)),this._parent&&this._parent._updateControlsErrors(pt,Be,Tt)}_initObservables(){this.valueChanges=new t.bkB,this.statusChanges=new t.bkB}_calculateStatus(){return this._allControlsDisabled()?Et:this.errors?Vt:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Zt)?Zt:this._anyControlsHaveStatus(Vt)?Vt:Le}_anyControlsHaveStatus(pt){return this._anyControls(Be=>Be.status===pt)}_anyControlsDirty(){return this._anyControls(pt=>pt.dirty)}_anyControlsTouched(){return this._anyControls(pt=>pt.touched)}_updatePristine(pt,Be){const Tt=!this._anyControlsDirty(),ti=this.pristine!==Tt;this.pristine=Tt,this._parent&&!pt.onlySelf&&this._parent._updatePristine(pt,Be),ti&&this._events.next(new xe(this.pristine,Be))}_updateTouched(pt={},Be){this.touched=this._anyControlsTouched(),this._events.next(new ce(this.touched,Be)),this._parent&&!pt.onlySelf&&this._parent._updateTouched(pt,Be)}_registerOnCollectionChange(pt){this._onCollectionChange=pt}_setUpdateStrategy(pt){$t(pt)&&null!=pt.updateOn&&(this._updateOn=pt.updateOn)}_parentMarkedDirty(pt){return!pt&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(pt){return null}_assignValidators(pt){this._rawValidators=Array.isArray(pt)?pt.slice():pt,this._composedValidatorFn=function we(ft){return Array.isArray(ft)?z(ft):ft||null}(this._rawValidators)}_assignAsyncValidators(pt){this._rawAsyncValidators=Array.isArray(pt)?pt.slice():pt,this._composedAsyncValidatorFn=function $e(ft){return Array.isArray(ft)?ne(ft):ft||null}(this._rawAsyncValidators)}}class Qt extends fi{constructor(pt,Be,Tt){super(Oe(Be),De(Tt,Be)),this.controls=pt,this._initObservables(),this._setUpdateStrategy(Be),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(pt,Be){return this.controls[pt]?this.controls[pt]:(this.controls[pt]=Be,Be.setParent(this),Be._registerOnCollectionChange(this._onCollectionChange),Be)}addControl(pt,Be,Tt={}){this.registerControl(pt,Be),this.updateValueAndValidity({emitEvent:Tt.emitEvent}),this._onCollectionChange()}removeControl(pt,Be={}){this.controls[pt]&&this.controls[pt]._registerOnCollectionChange(()=>{}),delete this.controls[pt],this.updateValueAndValidity({emitEvent:Be.emitEvent}),this._onCollectionChange()}setControl(pt,Be,Tt={}){this.controls[pt]&&this.controls[pt]._registerOnCollectionChange(()=>{}),delete this.controls[pt],Be&&this.registerControl(pt,Be),this.updateValueAndValidity({emitEvent:Tt.emitEvent}),this._onCollectionChange()}contains(pt){return this.controls.hasOwnProperty(pt)&&this.controls[pt].enabled}setValue(pt,Be={}){Kt(this,0,pt),Object.keys(pt).forEach(Tt=>{Ft(this,!0,Tt),this.controls[Tt].setValue(pt[Tt],{onlySelf:!0,emitEvent:Be.emitEvent})}),this.updateValueAndValidity(Be)}patchValue(pt,Be={}){null!=pt&&(Object.keys(pt).forEach(Tt=>{const ti=this.controls[Tt];ti&&ti.patchValue(pt[Tt],{onlySelf:!0,emitEvent:Be.emitEvent})}),this.updateValueAndValidity(Be))}reset(pt={},Be={}){this._forEachChild((Tt,ti)=>{Tt.reset(pt?pt[ti]:null,{onlySelf:!0,emitEvent:Be.emitEvent})}),this._updatePristine(Be,this),this._updateTouched(Be,this),this.updateValueAndValidity(Be)}getRawValue(){return this._reduceChildren({},(pt,Be,Tt)=>(pt[Tt]=Be.getRawValue(),pt))}_syncPendingControls(){let pt=this._reduceChildren(!1,(Be,Tt)=>!!Tt._syncPendingControls()||Be);return pt&&this.updateValueAndValidity({onlySelf:!0}),pt}_forEachChild(pt){Object.keys(this.controls).forEach(Be=>{const Tt=this.controls[Be];Tt&&pt(Tt,Be)})}_setUpControls(){this._forEachChild(pt=>{pt.setParent(this),pt._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(pt){for(const[Be,Tt]of Object.entries(this.controls))if(this.contains(Be)&&pt(Tt))return!0;return!1}_reduceValue(){return this._reduceChildren({},(Be,Tt,ti)=>((Tt.enabled||this.disabled)&&(Be[ti]=Tt.value),Be))}_reduceChildren(pt,Be){let Tt=pt;return this._forEachChild((ti,fn)=>{Tt=Be(Tt,ti,fn)}),Tt}_allControlsDisabled(){for(const pt of Object.keys(this.controls))if(this.controls[pt].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(pt){return this.controls.hasOwnProperty(pt)?this.controls[pt]:null}}class ui extends Qt{}const Qi=new t.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Li}),Li="always";function nn(ft,pt){return[...pt.path,ft]}function st(ft,pt,Be=Li){Pt(ft,pt),pt.valueAccessor.writeValue(ft.value),(ft.disabled||"always"===Be)&&pt.valueAccessor.setDisabledState?.(ft.disabled),function Ei(ft,pt){pt.valueAccessor.registerOnChange(Be=>{ft._pendingValue=Be,ft._pendingChange=!0,ft._pendingDirty=!0,"change"===ft.updateOn&&$i(ft,pt)})}(ft,pt),function hn(ft,pt){const Be=(Tt,ti)=>{pt.valueAccessor.writeValue(Tt),ti&&pt.viewToModelUpdate(Tt)};ft.registerOnChange(Be),pt._registerOnDestroy(()=>{ft._unregisterOnChange(Be)})}(ft,pt),function Hi(ft,pt){pt.valueAccessor.registerOnTouched(()=>{ft._pendingTouched=!0,"blur"===ft.updateOn&&ft._pendingChange&&$i(ft,pt),"submit"!==ft.updateOn&&ft.markAsTouched()})}(ft,pt),function Mt(ft,pt){if(pt.valueAccessor.setDisabledState){const Be=Tt=>{pt.valueAccessor.setDisabledState(Tt)};ft.registerOnDisabledChange(Be),pt._registerOnDestroy(()=>{ft._unregisterOnDisabledChange(Be)})}}(ft,pt)}function ii(ft,pt,Be=!0){const Tt=()=>{};pt.valueAccessor&&(pt.valueAccessor.registerOnChange(Tt),pt.valueAccessor.registerOnTouched(Tt)),ai(ft,pt),ft&&(pt._invokeOnDestroyCallbacks(),ft._registerOnCollectionChange(()=>{}))}function Se(ft,pt){ft.forEach(Be=>{Be.registerOnValidatorChange&&Be.registerOnValidatorChange(pt)})}function Pt(ft,pt){const Be=at(ft);null!==pt.validator?ft.setValidators(Ie(Be,pt.validator)):"function"==typeof Be&&ft.setValidators([Be]);const Tt=Ye(ft);null!==pt.asyncValidator?ft.setAsyncValidators(Ie(Tt,pt.asyncValidator)):"function"==typeof Tt&&ft.setAsyncValidators([Tt]);const ti=()=>ft.updateValueAndValidity();Se(pt._rawValidators,ti),Se(pt._rawAsyncValidators,ti)}function ai(ft,pt){let Be=!1;if(null!==ft){if(null!==pt.validator){const ti=at(ft);if(Array.isArray(ti)&&ti.length>0){const fn=ti.filter(Qn=>Qn!==pt.validator);fn.length!==ti.length&&(Be=!0,ft.setValidators(fn))}}if(null!==pt.asyncValidator){const ti=Ye(ft);if(Array.isArray(ti)&&ti.length>0){const fn=ti.filter(Qn=>Qn!==pt.asyncValidator);fn.length!==ti.length&&(Be=!0,ft.setAsyncValidators(fn))}}}const Tt=()=>{};return Se(pt._rawValidators,Tt),Se(pt._rawAsyncValidators,Tt),Be}function $i(ft,pt){ft._pendingDirty&&ft.markAsDirty(),ft.setValue(ft._pendingValue,{emitModelToViewChange:!1}),pt.viewToModelUpdate(ft._pendingValue),ft._pendingChange=!1}function Fi(ft,pt){Pt(ft,pt)}function it(ft,pt){if(!ft.hasOwnProperty("model"))return!1;const Be=ft.model;return!!Be.isFirstChange()||!Object.is(pt,Be.currentValue)}function mt(ft,pt){ft._syncPendingControls(),pt.forEach(Be=>{const Tt=Be.control;"submit"===Tt.updateOn&&Tt._pendingChange&&(Be.viewToModelUpdate(Tt._pendingValue),Tt._pendingChange=!1)})}function It(ft,pt){if(!pt)return null;let Be,Tt,ti;return Array.isArray(pt),pt.forEach(fn=>{fn.constructor===V?Be=fn:function Ae(ft){return Object.getPrototypeOf(ft.constructor)===R}(fn)?Tt=fn:ti=fn}),ti||Tt||Be||null}const Dn={provide:de,useExisting:(0,t.Rfq)(()=>On)},Hn=Promise.resolve();let On=(()=>{class ft extends de{constructor(Be,Tt,ti){super(),this.callSetDisabledState=ti,this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.bkB,this.form=new Qt({},z(Be),ne(Tt))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(Be){Hn.then(()=>{const Tt=this._findContainer(Be.path);Be.control=Tt.registerControl(Be.name,Be.control),st(Be.control,Be,this.callSetDisabledState),Be.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(Be)})}getControl(Be){return this.form.get(Be.path)}removeControl(Be){Hn.then(()=>{const Tt=this._findContainer(Be.path);Tt&&Tt.removeControl(Be.name),this._directives.delete(Be)})}addFormGroup(Be){Hn.then(()=>{const Tt=this._findContainer(Be.path),ti=new Qt({});Fi(ti,Be),Tt.registerControl(Be.name,ti),ti.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(Be){Hn.then(()=>{const Tt=this._findContainer(Be.path);Tt&&Tt.removeControl(Be.name)})}getFormGroup(Be){return this.form.get(Be.path)}updateModel(Be,Tt){Hn.then(()=>{this.form.get(Be.path).setValue(Tt)})}setValue(Be){this.control.setValue(Be)}onSubmit(Be){return this.submitted=!0,mt(this.form,this._directives),this.ngSubmit.emit(Be),"dialog"===Be?.target?.method}onReset(){this.resetForm()}resetForm(Be=void 0){this.form.reset(Be),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(Be){return Be.pop(),Be.length?this.form.get(Be):this.form}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(Y,10),t.rXU($,10),t.rXU(Qi,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(Tt,ti){1&Tt&&t.bIt("submit",function(Qn){return ti.onSubmit(Qn)})("reset",function(){return ti.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([Dn]),t.Vt3]})}}return ft})();function Xn(ft,pt){const Be=ft.indexOf(pt);Be>-1&&ft.splice(Be,1)}function ir(ft){return"object"==typeof ft&&null!==ft&&2===Object.keys(ft).length&&"value"in ft&&"disabled"in ft}const Fn=class extends fi{constructor(pt=null,Be,Tt){super(Oe(Be),De(Tt,Be)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(pt),this._setUpdateStrategy(Be),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),$t(Be)&&(Be.nonNullable||Be.initialValueIsDefault)&&(this.defaultValue=ir(pt)?pt.value:pt)}setValue(pt,Be={}){this.value=this._pendingValue=pt,this._onChange.length&&!1!==Be.emitModelToViewChange&&this._onChange.forEach(Tt=>Tt(this.value,!1!==Be.emitViewToModelChange)),this.updateValueAndValidity(Be)}patchValue(pt,Be={}){this.setValue(pt,Be)}reset(pt=this.defaultValue,Be={}){this._applyFormState(pt),this.markAsPristine(Be),this.markAsUntouched(Be),this.setValue(this.value,Be),this._pendingChange=!1}_updateValue(){}_anyControls(pt){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(pt){this._onChange.push(pt)}_unregisterOnChange(pt){Xn(this._onChange,pt)}registerOnDisabledChange(pt){this._onDisabledChange.push(pt)}_unregisterOnDisabledChange(pt){Xn(this._onDisabledChange,pt)}_forEachChild(pt){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(pt){ir(pt)?(this.value=this._pendingValue=pt.value,pt.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=pt}},pi=Fn,nr={provide:pe,useExisting:(0,t.Rfq)(()=>tr)},ar=Promise.resolve();let tr=(()=>{class ft extends pe{constructor(Be,Tt,ti,fn,Qn,Ho){super(),this._changeDetectorRef=Qn,this.callSetDisabledState=Ho,this.control=new Fn,this._registered=!1,this.name="",this.update=new t.bkB,this._parent=Be,this._setValidators(Tt),this._setAsyncValidators(ti),this.valueAccessor=It(0,fn)}ngOnChanges(Be){if(this._checkForErrors(),!this._registered||"name"in Be){if(this._registered&&(this._checkName(),this.formDirective)){const Tt=Be.name.previousValue;this.formDirective.removeControl({name:Tt,path:this._getPath(Tt)})}this._setUpControl()}"isDisabled"in Be&&this._updateDisabled(Be),it(Be,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(Be){this.viewModel=Be,this.update.emit(Be)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){st(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(Be){ar.then(()=>{this.control.setValue(Be,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(Be){const Tt=Be.isDisabled.currentValue,ti=0!==Tt&&(0,t.L39)(Tt);ar.then(()=>{ti&&!this.control.disabled?this.control.disable():!ti&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(Be){return this._parent?nn(Be,this._parent):[Be]}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(de,9),t.rXU(Y,10),t.rXU($,10),t.rXU(d,10),t.rXU(t.gRc,8),t.rXU(Qi,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[t.Jv_([nr]),t.Vt3,t.OA$]})}}return ft})(),or=(()=>{class ft{static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}}return ft})();const na={provide:d,useExisting:(0,t.Rfq)(()=>Rr),multi:!0};let Rr=(()=>{class ft extends R{writeValue(Be){this.setProperty("value",Be??"")}registerOnChange(Be){this.onChange=Tt=>{Be(""==Tt?null:parseFloat(Tt))}}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(Tt,ti){1&Tt&&t.bIt("input",function(Qn){return ti.onChange(Qn.target.value)})("blur",function(){return ti.onTouched()})},features:[t.Jv_([na]),t.Vt3]})}}return ft})();const Ia=new t.nKC(""),Qa={provide:pe,useExisting:(0,t.Rfq)(()=>io)};let io=(()=>{class ft extends pe{set isDisabled(Be){}static{this._ngModelWarningSentOnce=!1}constructor(Be,Tt,ti,fn,Qn){super(),this._ngModelWarningConfig=fn,this.callSetDisabledState=Qn,this.update=new t.bkB,this._ngModelWarningSent=!1,this._setValidators(Be),this._setAsyncValidators(Tt),this.valueAccessor=It(0,ti)}ngOnChanges(Be){if(this._isControlChanged(Be)){const Tt=Be.form.previousValue;Tt&&ii(Tt,this,!1),st(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}it(Be,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&ii(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(Be){this.viewModel=Be,this.update.emit(Be)}_isControlChanged(Be){return Be.hasOwnProperty("form")}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(Y,10),t.rXU($,10),t.rXU(d,10),t.rXU(Ia,8),t.rXU(Qi,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t.Jv_([Qa]),t.Vt3,t.OA$]})}}return ft})();const vr={provide:de,useExisting:(0,t.Rfq)(()=>xo)};let xo=(()=>{class ft extends de{constructor(Be,Tt,ti){super(),this.callSetDisabledState=ti,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.bkB,this._setValidators(Be),this._setAsyncValidators(Tt)}ngOnChanges(Be){this._checkFormPresent(),Be.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(ai(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(Be){const Tt=this.form.get(Be.path);return st(Tt,Be,this.callSetDisabledState),Tt.updateValueAndValidity({emitEvent:!1}),this.directives.push(Be),Tt}getControl(Be){return this.form.get(Be.path)}removeControl(Be){ii(Be.control||null,Be,!1),function Ci(ft,pt){const Be=ft.indexOf(pt);Be>-1&&ft.splice(Be,1)}(this.directives,Be)}addFormGroup(Be){this._setUpFormContainer(Be)}removeFormGroup(Be){this._cleanUpFormContainer(Be)}getFormGroup(Be){return this.form.get(Be.path)}addFormArray(Be){this._setUpFormContainer(Be)}removeFormArray(Be){this._cleanUpFormContainer(Be)}getFormArray(Be){return this.form.get(Be.path)}updateModel(Be,Tt){this.form.get(Be.path).setValue(Tt)}onSubmit(Be){return this.submitted=!0,mt(this.form,this.directives),this.ngSubmit.emit(Be),this.form._events.next(new Xe(this.control)),"dialog"===Be?.target?.method}onReset(){this.resetForm()}resetForm(Be=void 0){this.form.reset(Be),this.submitted=!1,this.form._events.next(new Pe(this.form))}_updateDomValue(){this.directives.forEach(Be=>{const Tt=Be.control,ti=this.form.get(Be.path);Tt!==ti&&(ii(Tt||null,Be),(ft=>ft instanceof Fn)(ti)&&(st(ti,Be,this.callSetDisabledState),Be.control=ti))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(Be){const Tt=this.form.get(Be.path);Fi(Tt,Be),Tt.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(Be){if(this.form){const Tt=this.form.get(Be.path);Tt&&function _n(ft,pt){return ai(ft,pt)}(Tt,Be)&&Tt.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){Pt(this.form,this),this._oldForm&&ai(this._oldForm,this)}_checkFormPresent(){}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(Y,10),t.rXU($,10),t.rXU(Qi,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","formGroup",""]],hostBindings:function(Tt,ti){1&Tt&&t.bIt("submit",function(Qn){return ti.onSubmit(Qn)})("reset",function(){return ti.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t.Jv_([vr]),t.Vt3,t.OA$]})}}return ft})();const lo={provide:pe,useExisting:(0,t.Rfq)(()=>ho)};let ho=(()=>{class ft extends pe{set isDisabled(Be){}static{this._ngModelWarningSentOnce=!1}constructor(Be,Tt,ti,fn,Qn){super(),this._ngModelWarningConfig=Qn,this._added=!1,this.name=null,this.update=new t.bkB,this._ngModelWarningSent=!1,this._parent=Be,this._setValidators(Tt),this._setAsyncValidators(ti),this.valueAccessor=It(0,fn)}ngOnChanges(Be){this._added||this._setUpControl(),it(Be,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(Be){this.viewModel=Be,this.update.emit(Be)}get path(){return nn(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static{this.\u0275fac=function(Tt){return new(Tt||ft)(t.rXU(de,13),t.rXU(Y,10),t.rXU($,10),t.rXU(d,10),t.rXU(Ia,8))}}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[t.Jv_([lo]),t.Vt3,t.OA$]})}}return ft})();function Ga(ft){return"number"==typeof ft?ft:parseFloat(ft)}let Oa=(()=>{class ft{constructor(){this._validator=f}ngOnChanges(Be){if(this.inputName in Be){const Tt=this.normalizeInput(Be[this.inputName].currentValue);this._enabled=this.enabled(Tt),this._validator=this._enabled?this.createValidator(Tt):f,this._onChange&&this._onChange()}}validate(Be){return this._validator(Be)}registerOnValidatorChange(Be){this._onChange=Be}enabled(Be){return null!=Be}static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275dir=t.FsC({type:ft,features:[t.OA$]})}}return ft})();const ja={provide:Y,useExisting:(0,t.Rfq)(()=>Vo),multi:!0};let Vo=(()=>{class ft extends Oa{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=Be=>Ga(Be),this.createValidator=Be=>ae(Be)}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(Tt,ti){2&Tt&&t.BMQ("max",ti._enabled?ti.max:null)},inputs:{max:"max"},features:[t.Jv_([ja]),t.Vt3]})}}return ft})();const jo={provide:Y,useExisting:(0,t.Rfq)(()=>Mo),multi:!0};let Mo=(()=>{class ft extends Oa{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=Be=>Ga(Be),this.createValidator=Be=>ve(Be)}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(Tt,ti){2&Tt&&t.BMQ("min",ti._enabled?ti.min:null)},inputs:{min:"min"},features:[t.Jv_([jo]),t.Vt3]})}}return ft})();const pa={provide:Y,useExisting:(0,t.Rfq)(()=>wr),multi:!0},ro={provide:Y,useExisting:(0,t.Rfq)(()=>ga),multi:!0};let wr=(()=>{class ft extends Oa{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=t.L39,this.createValidator=Be=>ye}enabled(Be){return Be}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(Tt,ti){2&Tt&&t.BMQ("required",ti._enabled?"":null)},inputs:{required:"required"},features:[t.Jv_([pa]),t.Vt3]})}}return ft})(),ga=(()=>{class ft extends wr{constructor(){super(...arguments),this.createValidator=Be=>ue}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275dir=t.FsC({type:ft,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(Tt,ti){2&Tt&&t.BMQ("required",ti._enabled?"":null)},features:[t.Jv_([ro]),t.Vt3]})}}return ft})(),Zr=(()=>{class ft{static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275mod=t.$C({type:ft})}static{this.\u0275inj=t.G2t({})}}return ft})();class Sa extends fi{constructor(pt,Be,Tt){super(Oe(Be),De(Tt,Be)),this.controls=pt,this._initObservables(),this._setUpdateStrategy(Be),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(pt){return this.controls[this._adjustIndex(pt)]}push(pt,Be={}){this.controls.push(pt),this._registerControl(pt),this.updateValueAndValidity({emitEvent:Be.emitEvent}),this._onCollectionChange()}insert(pt,Be,Tt={}){this.controls.splice(pt,0,Be),this._registerControl(Be),this.updateValueAndValidity({emitEvent:Tt.emitEvent})}removeAt(pt,Be={}){let Tt=this._adjustIndex(pt);Tt<0&&(Tt=0),this.controls[Tt]&&this.controls[Tt]._registerOnCollectionChange(()=>{}),this.controls.splice(Tt,1),this.updateValueAndValidity({emitEvent:Be.emitEvent})}setControl(pt,Be,Tt={}){let ti=this._adjustIndex(pt);ti<0&&(ti=0),this.controls[ti]&&this.controls[ti]._registerOnCollectionChange(()=>{}),this.controls.splice(ti,1),Be&&(this.controls.splice(ti,0,Be),this._registerControl(Be)),this.updateValueAndValidity({emitEvent:Tt.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(pt,Be={}){Kt(this,0,pt),pt.forEach((Tt,ti)=>{Ft(this,!1,ti),this.at(ti).setValue(Tt,{onlySelf:!0,emitEvent:Be.emitEvent})}),this.updateValueAndValidity(Be)}patchValue(pt,Be={}){null!=pt&&(pt.forEach((Tt,ti)=>{this.at(ti)&&this.at(ti).patchValue(Tt,{onlySelf:!0,emitEvent:Be.emitEvent})}),this.updateValueAndValidity(Be))}reset(pt=[],Be={}){this._forEachChild((Tt,ti)=>{Tt.reset(pt[ti],{onlySelf:!0,emitEvent:Be.emitEvent})}),this._updatePristine(Be,this),this._updateTouched(Be,this),this.updateValueAndValidity(Be)}getRawValue(){return this.controls.map(pt=>pt.getRawValue())}clear(pt={}){this.controls.length<1||(this._forEachChild(Be=>Be._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:pt.emitEvent}))}_adjustIndex(pt){return pt<0?pt+this.length:pt}_syncPendingControls(){let pt=this.controls.reduce((Be,Tt)=>!!Tt._syncPendingControls()||Be,!1);return pt&&this.updateValueAndValidity({onlySelf:!0}),pt}_forEachChild(pt){this.controls.forEach((Be,Tt)=>{pt(Be,Tt)})}_updateValue(){this.value=this.controls.filter(pt=>pt.enabled||this.disabled).map(pt=>pt.value)}_anyControls(pt){return this.controls.some(Be=>Be.enabled&&pt(Be))}_setUpControls(){this._forEachChild(pt=>this._registerControl(pt))}_allControlsDisabled(){for(const pt of this.controls)if(pt.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(pt){pt.setParent(this),pt._registerOnCollectionChange(this._onCollectionChange)}_find(pt){return this.at(pt)??null}}function Za(ft){return!!ft&&(void 0!==ft.asyncValidators||void 0!==ft.validators||void 0!==ft.updateOn)}let Xo=(()=>{class ft{constructor(){this.useNonNullable=!1}get nonNullable(){const Be=new ft;return Be.useNonNullable=!0,Be}group(Be,Tt=null){const ti=this._reduceControls(Be);let fn={};return Za(Tt)?fn=Tt:null!==Tt&&(fn.validators=Tt.validator,fn.asyncValidators=Tt.asyncValidator),new Qt(ti,fn)}record(Be,Tt=null){const ti=this._reduceControls(Be);return new ui(ti,Tt)}control(Be,Tt,ti){let fn={};return this.useNonNullable?(Za(Tt)?fn=Tt:(fn.validators=Tt,fn.asyncValidators=ti),new Fn(Be,{...fn,nonNullable:!0})):new Fn(Be,Tt,ti)}array(Be,Tt,ti){const fn=Be.map(Qn=>this._createControl(Qn));return new Sa(fn,Tt,ti)}_reduceControls(Be){const Tt={};return Object.keys(Be).forEach(ti=>{Tt[ti]=this._createControl(Be[ti])}),Tt}_createControl(Be){return Be instanceof Fn||Be instanceof fi?Be:Array.isArray(Be)?this.control(Be[0],Be.length>1?Be[1]:null,Be.length>2?Be[2]:null):this.control(Be)}static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275prov=t.jDH({token:ft,factory:ft.\u0275fac,providedIn:"root"})}}return ft})(),Eo=(()=>{class ft extends Xo{group(Be,Tt=null){return super.group(Be,Tt)}control(Be,Tt,ti){return super.control(Be,Tt,ti)}array(Be,Tt,ti){return super.array(Be,Tt,ti)}static{this.\u0275fac=(()=>{let Be;return function(ti){return(Be||(Be=t.xGo(ft)))(ti||ft)}})()}static{this.\u0275prov=t.jDH({token:ft,factory:ft.\u0275fac,providedIn:"root"})}}return ft})(),aa=(()=>{class ft{static withConfig(Be){return{ngModule:ft,providers:[{provide:Qi,useValue:Be.callSetDisabledState??Li}]}}static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275mod=t.$C({type:ft})}static{this.\u0275inj=t.G2t({imports:[Zr]})}}return ft})(),Ri=(()=>{class ft{static withConfig(Be){return{ngModule:ft,providers:[{provide:Ia,useValue:Be.warnOnNgModelWithFormControl??"always"},{provide:Qi,useValue:Be.callSetDisabledState??Li}]}}static{this.\u0275fac=function(Tt){return new(Tt||ft)}}static{this.\u0275mod=t.$C({type:ft})}static{this.\u0275inj=t.G2t({imports:[Zr]})}}return ft})()},850:(Ve,ee,p)=>{"use strict";p.d(ee,{$3:()=>r,jL:()=>rt,pN:()=>Ye});var t=p(4438),e=p(6600),C=p(177),S=p(5542),l=p(6969),x=p(8617),m=p(4085),R=p(6860),d=p(9969),w=p(8359),y=p(1413),T=p(9030),k=p(7786),F=p(7673),V=p(3726),U=p(7336),G=p(6939),Y=p(9417),$=p(6467),Z=p(9172),ie=p(5558),ve=p(6697),ae=p(5964),ye=p(6354),ue=p(8141),be=p(5335),D=p(8203);const n=["panel"],c=["*"];function f(re,te){if(1&re){const oe=t.RV6();t.j41(0,"div",1,0),t.bIt("@panelAnimation.done",function(de){t.eBV(oe);const pe=t.XpG();return t.Njj(pe._animationDone.next(de))}),t.SdG(2),t.k0s()}if(2&re){const oe=te.id,_e=t.XpG();t.Y8G("id",_e.id)("ngClass",_e._classList)("@panelAnimation",_e.isOpen?"visible":"hidden"),t.BMQ("aria-label",_e.ariaLabel||null)("aria-labelledby",_e._getPanelAriaLabelledby(oe))}}const h=(0,d.hZ)("panelAnimation",[(0,d.wk)("void, hidden",(0,d.iF)({opacity:0,transform:"scaleY(0.8)"})),(0,d.kY)(":enter, hidden => visible",[(0,d.Os)([(0,d.i0)("0.03s linear",(0,d.iF)({opacity:1})),(0,d.i0)("0.12s cubic-bezier(0, 0, 0.2, 1)",(0,d.iF)({transform:"scaleY(1)"}))])]),(0,d.kY)(":leave, visible => hidden",[(0,d.i0)("0.075s linear",(0,d.iF)({opacity:0}))])]);let M=0;class L{constructor(te,oe){this.source=te,this.option=oe}}const O=new t.nKC("mat-autocomplete-default-options",{providedIn:"root",factory:function _(){return{autoActiveFirstOption:!1,autoSelectActiveOption:!1,hideSingleSelectionIndicator:!1,requireSelection:!1}}});let r=(()=>{class re{get isOpen(){return this._isOpen&&this.showPanel}_setColor(oe){this._color=oe,this._setThemeClasses(this._classList)}set classList(oe){this._classList=oe&&oe.length?(0,m.cc)(oe).reduce((_e,de)=>(_e[de]=!0,_e),{}):{},this._setVisibilityClasses(this._classList),this._setThemeClasses(this._classList),this._elementRef.nativeElement.className=""}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(oe){this._hideSingleSelectionIndicator=oe,this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const oe of this.options)oe._changeDetectorRef.markForCheck()}constructor(oe,_e,de,pe){this._changeDetectorRef=oe,this._elementRef=_e,this._defaults=de,this._activeOptionChanges=w.yU.EMPTY,this._visibleClass="mat-mdc-autocomplete-visible",this._hiddenClass="mat-mdc-autocomplete-hidden",this._animationDone=new t.bkB,this.showPanel=!1,this._isOpen=!1,this.displayWith=null,this.optionSelected=new t.bkB,this.opened=new t.bkB,this.closed=new t.bkB,this.optionActivated=new t.bkB,this._classList={},this.id="mat-autocomplete-"+M++,this.inertGroups=pe?.SAFARI||!1,this.autoActiveFirstOption=!!de.autoActiveFirstOption,this.autoSelectActiveOption=!!de.autoSelectActiveOption,this.requireSelection=!!de.requireSelection,this._hideSingleSelectionIndicator=this._defaults.hideSingleSelectionIndicator??!1}ngAfterContentInit(){this._keyManager=new x.Au(this.options).withWrap().skipPredicate(this._skipPredicate),this._activeOptionChanges=this._keyManager.change.subscribe(oe=>{this.isOpen&&this.optionActivated.emit({source:this,option:this.options.toArray()[oe]||null})}),this._setVisibility()}ngOnDestroy(){this._keyManager?.destroy(),this._activeOptionChanges.unsubscribe(),this._animationDone.complete()}_setScrollTop(oe){this.panel&&(this.panel.nativeElement.scrollTop=oe)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options.length,this._setVisibilityClasses(this._classList),this._changeDetectorRef.markForCheck()}_emitSelectEvent(oe){const _e=new L(this,oe);this.optionSelected.emit(_e)}_getPanelAriaLabelledby(oe){return this.ariaLabel?null:this.ariaLabelledby?(oe?oe+" ":"")+this.ariaLabelledby:oe}_setVisibilityClasses(oe){oe[this._visibleClass]=this.showPanel,oe[this._hiddenClass]=!this.showPanel}_setThemeClasses(oe){oe["mat-primary"]="primary"===this._color,oe["mat-warn"]="warn"===this._color,oe["mat-accent"]="accent"===this._color}_skipPredicate(){return!1}static{this.\u0275fac=function(_e){return new(_e||re)(t.rXU(t.gRc),t.rXU(t.aKT),t.rXU(O),t.rXU(R.OD))}}static{this.\u0275cmp=t.VBU({type:re,selectors:[["mat-autocomplete"]],contentQueries:function(_e,de,pe){if(1&_e&&(t.wni(pe,e.wT,5),t.wni(pe,e.QC,5)),2&_e){let We;t.mGM(We=t.lsd())&&(de.options=We),t.mGM(We=t.lsd())&&(de.optionGroups=We)}},viewQuery:function(_e,de){if(1&_e&&(t.GBs(t.C4Q,7),t.GBs(n,5)),2&_e){let pe;t.mGM(pe=t.lsd())&&(de.template=pe.first),t.mGM(pe=t.lsd())&&(de.panel=pe.first)}},hostAttrs:["ngSkipHydration","",1,"mat-mdc-autocomplete"],inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],displayWith:"displayWith",autoActiveFirstOption:[2,"autoActiveFirstOption","autoActiveFirstOption",t.L39],autoSelectActiveOption:[2,"autoSelectActiveOption","autoSelectActiveOption",t.L39],requireSelection:[2,"requireSelection","requireSelection",t.L39],panelWidth:"panelWidth",disableRipple:[2,"disableRipple","disableRipple",t.L39],classList:[0,"class","classList"],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",t.L39]},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},exportAs:["matAutocomplete"],features:[t.Jv_([{provide:e.is,useExisting:re}]),t.GFd],ngContentSelectors:c,decls:1,vars:0,consts:[["panel",""],["role","listbox",1,"mat-mdc-autocomplete-panel","mdc-menu-surface","mdc-menu-surface--open",3,"id","ngClass"]],template:function(_e,de){1&_e&&(t.NAR(),t.DNE(0,f,3,5,"ng-template"))},dependencies:[C.YU],styles:["div.mat-mdc-autocomplete-panel{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-autocomplete-background-color)}.cdk-high-contrast-active div.mat-mdc-autocomplete-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden}mat-autocomplete{display:none}"],encapsulation:2,data:{animation:[h]},changeDetection:0})}}return re})();const z={provide:Y.kq,useExisting:(0,t.Rfq)(()=>Ye),multi:!0},ne=new t.nKC("mat-autocomplete-scroll-strategy"),at={provide:ne,deps:[l.hJ],useFactory:function Ie(re){return()=>re.scrollStrategies.reposition()}};let Ye=(()=>{class re{constructor(oe,_e,de,pe,We,se,fe,he,et,Ke,Ct){this._element=oe,this._overlay=_e,this._viewContainerRef=de,this._zone=pe,this._changeDetectorRef=We,this._dir=fe,this._formField=he,this._document=et,this._viewportRuler=Ke,this._defaults=Ct,this._componentDestroyed=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=w.yU.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new y.B,this._windowBlurHandler=()=>{this._canOpenOnNextFocus=this._document.activeElement!==this._element.nativeElement||this.panelOpen},this._onChange=()=>{},this._onTouched=()=>{},this.position="auto",this.autocompleteAttribute="off",this._aboveClass="mat-mdc-autocomplete-panel-above",this._overlayAttached=!1,this.optionSelections=(0,T.v)(()=>{const _t=this.autocomplete?this.autocomplete.options:null;return _t?_t.changes.pipe((0,Z.Z)(_t),(0,ie.n)(()=>(0,k.h)(..._t.map(Nt=>Nt.onSelectionChange)))):this._zone.onStable.pipe((0,ve.s)(1),(0,ie.n)(()=>this.optionSelections))}),this._handlePanelKeydown=_t=>{(_t.keyCode===U._f&&!(0,U.rp)(_t)||_t.keyCode===U.i7&&(0,U.rp)(_t,"altKey"))&&(this._pendingAutoselectedOption&&(this._updateNativeInputValue(this._valueBeforeAutoSelection??""),this._pendingAutoselectedOption=null),this._closeKeyEventStream.next(),this._resetActiveItem(),_t.stopPropagation(),_t.preventDefault())},this._trackedModal=null,this._scrollStrategy=se}ngAfterViewInit(){const oe=this._getWindow();typeof oe<"u"&&this._zone.runOutsideAngular(()=>oe.addEventListener("blur",this._windowBlurHandler))}ngOnChanges(oe){oe.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){const oe=this._getWindow();typeof oe<"u"&&oe.removeEventListener("blur",this._windowBlurHandler),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete(),this._clearFromModal()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}openPanel(){this._attachOverlay(),this._floatLabel(),this._trackedModal&&(0,x.px)(this._trackedModal,"aria-owns",this.autocomplete.id)}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this._zone.run(()=>{this.autocomplete.closed.emit()}),this.autocomplete._isOpen=this._overlayAttached=!1,this._pendingAutoselectedOption=null,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._updatePanelState(),this._componentDestroyed||this._changeDetectorRef.detectChanges(),this._trackedModal)&&(0,x.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id)}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return(0,k.h)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe((0,ae.p)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe((0,ae.p)(()=>this._overlayAttached)):(0,F.of)()).pipe((0,ye.T)(oe=>oe instanceof e.MI?oe:null))}get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return(0,k.h)((0,V.R)(this._document,"click"),(0,V.R)(this._document,"auxclick"),(0,V.R)(this._document,"touchend")).pipe((0,ae.p)(oe=>{const _e=(0,R.Fb)(oe),de=this._formField?this._formField._elementRef.nativeElement:null,pe=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;return this._overlayAttached&&_e!==this._element.nativeElement&&this._document.activeElement!==this._element.nativeElement&&(!de||!de.contains(_e))&&(!pe||!pe.contains(_e))&&!!this._overlayRef&&!this._overlayRef.overlayElement.contains(_e)}))}writeValue(oe){Promise.resolve(null).then(()=>this._assignOptionValue(oe))}registerOnChange(oe){this._onChange=oe}registerOnTouched(oe){this._onTouched=oe}setDisabledState(oe){this._element.nativeElement.disabled=oe}_handleKeydown(oe){const _e=oe.keyCode,de=(0,U.rp)(oe);if(_e===U._f&&!de&&oe.preventDefault(),this.activeOption&&_e===U.Fm&&this.panelOpen&&!de)this.activeOption._selectViaInteraction(),this._resetActiveItem(),oe.preventDefault();else if(this.autocomplete){const pe=this.autocomplete._keyManager.activeItem,We=_e===U.i7||_e===U.n6;_e===U.wn||We&&!de&&this.panelOpen?this.autocomplete._keyManager.onKeydown(oe):We&&this._canOpen()&&this.openPanel(),(We||this.autocomplete._keyManager.activeItem!==pe)&&(this._scrollToOption(this.autocomplete._keyManager.activeItemIndex||0),this.autocomplete.autoSelectActiveOption&&this.activeOption&&(this._pendingAutoselectedOption||(this._valueBeforeAutoSelection=this._element.nativeElement.value),this._pendingAutoselectedOption=this.activeOption,this._assignOptionValue(this.activeOption.value)))}}_handleInput(oe){let _e=oe.target,de=_e.value;"number"===_e.type&&(de=""==de?null:parseFloat(de)),this._previousValue!==de&&(this._previousValue=de,this._pendingAutoselectedOption=null,(!this.autocomplete||!this.autocomplete.requireSelection)&&this._onChange(de),de||this._clearPreviousSelectedOption(null,!1),this._canOpen()&&this._document.activeElement===oe.target&&this.openPanel())}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_handleClick(){this._canOpen()&&!this.panelOpen&&this.openPanel()}_floatLabel(oe=!1){this._formField&&"auto"===this._formField.floatLabel&&(oe?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField&&(this._formField.floatLabel="auto"),this._manuallyFloatingLabel=!1)}_subscribeToClosingActions(){const oe=this._zone.onStable.pipe((0,ve.s)(1)),_e=this.autocomplete.options.changes.pipe((0,ue.M)(()=>this._positionStrategy.reapplyLastPosition()),(0,be.c)(0));return(0,k.h)(oe,_e).pipe((0,ie.n)(()=>(this._zone.run(()=>{const de=this.panelOpen;this._resetActiveItem(),this._updatePanelState(),this._changeDetectorRef.detectChanges(),this.panelOpen&&this._overlayRef.updatePosition(),de!==this.panelOpen&&(this.panelOpen?this._emitOpened():this.autocomplete.closed.emit())}),this.panelClosingActions)),(0,ve.s)(1)).subscribe(de=>this._setValueAndClose(de))}_emitOpened(){this.autocomplete.opened.emit()}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_assignOptionValue(oe){const _e=this.autocomplete&&this.autocomplete.displayWith?this.autocomplete.displayWith(oe):oe;this._updateNativeInputValue(_e??"")}_updateNativeInputValue(oe){oe||this._clearPreviousSelectedOption(null,!1),this._formField?this._formField._control.value=oe:this._element.nativeElement.value=oe,this._previousValue=oe}_setValueAndClose(oe){const _e=this.autocomplete,de=oe?oe.source:this._pendingAutoselectedOption;de?(this._clearPreviousSelectedOption(de),this._assignOptionValue(de.value),this._onChange(de.value),_e._emitSelectEvent(de),this._element.nativeElement.focus()):_e.requireSelection&&this._element.nativeElement.value!==this._valueOnAttach&&(this._clearPreviousSelectedOption(null),this._assignOptionValue(null),_e._animationDone?_e._animationDone.pipe((0,ve.s)(1)).subscribe(()=>this._onChange(null)):this._onChange(null)),this.closePanel()}_clearPreviousSelectedOption(oe,_e){this.autocomplete?.options?.forEach(de=>{de!==oe&&de.selected&&de.deselect(_e)})}_attachOverlay(){let oe=this._overlayRef;oe?(this._positionStrategy.setOrigin(this._getConnectedElement()),oe.updateSize({width:this._getPanelWidth()})):(this._portal=new G.VA(this.autocomplete.template,this._viewContainerRef,{id:this._formField?.getLabelId()}),oe=this._overlay.create(this._getOverlayConfig()),this._overlayRef=oe,this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&oe&&oe.updateSize({width:this._getPanelWidth()})})),oe&&!oe.hasAttached()&&(oe.attach(this._portal),this._valueOnAttach=this._element.nativeElement.value,this._closingActionsSubscription=this._subscribeToClosingActions());const _e=this.panelOpen;this.autocomplete._isOpen=this._overlayAttached=!0,this.autocomplete._setColor(this._formField?.color),this._updatePanelState(),this._applyModalPanelOwnership(),this.panelOpen&&_e!==this.panelOpen&&this._emitOpened()}_updatePanelState(){if(this.autocomplete._setVisibility(),this.panelOpen){const oe=this._overlayRef;this._keydownSubscription||(this._keydownSubscription=oe.keydownEvents().subscribe(this._handlePanelKeydown)),this._outsideClickSubscription||(this._outsideClickSubscription=oe.outsidePointerEvents().subscribe())}else this._keydownSubscription?.unsubscribe(),this._outsideClickSubscription?.unsubscribe(),this._keydownSubscription=this._outsideClickSubscription=null}_getOverlayConfig(){return new l.rR({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir??void 0,panelClass:this._defaults?.overlayPanelClass})}_getOverlayPosition(){const oe=this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(oe),this._positionStrategy=oe,oe}_setStrategyPositions(oe){const _e=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],de=this._aboveClass,pe=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:de},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:de}];let We;We="above"===this.position?pe:"below"===this.position?_e:[..._e,...pe],oe.withPositions(We)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){const oe=this.autocomplete;if(oe.autoActiveFirstOption){let _e=-1;for(let de=0;de .cdk-overlay-container [aria-modal="true"]');if(!oe)return;const _e=this.autocomplete.id;this._trackedModal&&(0,x.Ae)(this._trackedModal,"aria-owns",_e),(0,x.px)(oe,"aria-owns",_e),this._trackedModal=oe}_clearFromModal(){this._trackedModal&&((0,x.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id),this._trackedModal=null)}static{this.\u0275fac=function(_e){return new(_e||re)(t.rXU(t.aKT),t.rXU(l.hJ),t.rXU(t.c1b),t.rXU(t.SKi),t.rXU(t.gRc),t.rXU(ne),t.rXU(D.dS,8),t.rXU($.xb,9),t.rXU(C.qQ,8),t.rXU(S.Xj),t.rXU(O,8))}}static{this.\u0275dir=t.FsC({type:re,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-mdc-autocomplete-trigger"],hostVars:7,hostBindings:function(_e,de){1&_e&&t.bIt("focusin",function(){return de._handleFocus()})("blur",function(){return de._onTouched()})("input",function(We){return de._handleInput(We)})("keydown",function(We){return de._handleKeydown(We)})("click",function(){return de._handleClick()}),2&_e&&t.BMQ("autocomplete",de.autocompleteAttribute)("role",de.autocompleteDisabled?null:"combobox")("aria-autocomplete",de.autocompleteDisabled?null:"list")("aria-activedescendant",de.panelOpen&&de.activeOption?de.activeOption.id:null)("aria-expanded",de.autocompleteDisabled?null:de.panelOpen.toString())("aria-controls",de.autocompleteDisabled||!de.panelOpen||null==de.autocomplete?null:de.autocomplete.id)("aria-haspopup",de.autocompleteDisabled?null:"listbox")},inputs:{autocomplete:[0,"matAutocomplete","autocomplete"],position:[0,"matAutocompletePosition","position"],connectedTo:[0,"matAutocompleteConnectedTo","connectedTo"],autocompleteAttribute:[0,"autocomplete","autocompleteAttribute"],autocompleteDisabled:[2,"matAutocompleteDisabled","autocompleteDisabled",t.L39]},exportAs:["matAutocompleteTrigger"],features:[t.Jv_([z]),t.GFd,t.OA$]})}}return re})(),rt=(()=>{class re{static{this.\u0275fac=function(_e){return new(_e||re)}}static{this.\u0275mod=t.$C({type:re})}static{this.\u0275inj=t.G2t({providers:[at],imports:[l.z_,e.Sy,e.yE,C.MD,S.Gj,e.Sy,e.yE]})}}return re})()},1975:(Ve,ee,p)=>{"use strict";p.d(ee,{Y:()=>R,k:()=>m});var t=p(4438),e=p(6600),C=p(8617),S=p(177);let l=0;const x="mat-badge-content";let m=(()=>{class d{get color(){return this._color}set color(y){this._setColor(y),this._color=y}get content(){return this._content}set content(y){this._updateRenderedContent(y)}get description(){return this._description}set description(y){this._updateDescription(y)}constructor(y,T,k,F,V){this._ngZone=y,this._elementRef=T,this._ariaDescriber=k,this._renderer=F,this._animationMode=V,this._color="primary",this.overlap=!0,this.position="above after",this.size="medium",this._id=l++,this._isInitialized=!1,this._interactivityChecker=(0,t.WQX)(C.Z7),this._document=(0,t.WQX)(S.qQ)}isAbove(){return-1===this.position.indexOf("below")}isAfter(){return-1===this.position.indexOf("before")}getBadgeElement(){return this._badgeElement}ngOnInit(){this._clearExistingBadges(),this.content&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement(),this._updateRenderedContent(this.content)),this._isInitialized=!0}ngOnDestroy(){this._renderer.destroyNode&&(this._renderer.destroyNode(this._badgeElement),this._inlineBadgeDescription?.remove()),this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description)}_isHostInteractive(){return this._interactivityChecker.isFocusable(this._elementRef.nativeElement,{ignoreVisibility:!0})}_createBadgeElement(){const y=this._renderer.createElement("span"),T="mat-badge-active";return y.setAttribute("id",`mat-badge-content-${this._id}`),y.setAttribute("aria-hidden","true"),y.classList.add(x),"NoopAnimations"===this._animationMode&&y.classList.add("_mat-animation-noopable"),this._elementRef.nativeElement.appendChild(y),"function"==typeof requestAnimationFrame&&"NoopAnimations"!==this._animationMode?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{y.classList.add(T)})}):y.classList.add(T),y}_updateRenderedContent(y){const T=`${y??""}`.trim();this._isInitialized&&T&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement()),this._badgeElement&&(this._badgeElement.textContent=T),this._content=T}_updateDescription(y){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description),(!y||this._isHostInteractive())&&this._removeInlineDescription(),this._description=y,this._isHostInteractive()?this._ariaDescriber.describe(this._elementRef.nativeElement,y):this._updateInlineDescription()}_updateInlineDescription(){this._inlineBadgeDescription||(this._inlineBadgeDescription=this._document.createElement("span"),this._inlineBadgeDescription.classList.add("cdk-visually-hidden")),this._inlineBadgeDescription.textContent=this.description,this._badgeElement?.appendChild(this._inlineBadgeDescription)}_removeInlineDescription(){this._inlineBadgeDescription?.remove(),this._inlineBadgeDescription=void 0}_setColor(y){const T=this._elementRef.nativeElement.classList;T.remove(`mat-badge-${this._color}`),y&&T.add(`mat-badge-${y}`)}_clearExistingBadges(){const y=this._elementRef.nativeElement.querySelectorAll(`:scope > .${x}`);for(const T of Array.from(y))T!==this._badgeElement&&T.remove()}static{this.\u0275fac=function(T){return new(T||d)(t.rXU(t.SKi),t.rXU(t.aKT),t.rXU(C.vr),t.rXU(t.sFG),t.rXU(t.bc$,8))}}static{this.\u0275dir=t.FsC({type:d,selectors:[["","matBadge",""]],hostAttrs:[1,"mat-badge"],hostVars:20,hostBindings:function(T,k){2&T&&t.AVh("mat-badge-overlap",k.overlap)("mat-badge-above",k.isAbove())("mat-badge-below",!k.isAbove())("mat-badge-before",!k.isAfter())("mat-badge-after",k.isAfter())("mat-badge-small","small"===k.size)("mat-badge-medium","medium"===k.size)("mat-badge-large","large"===k.size)("mat-badge-hidden",k.hidden||!k.content)("mat-badge-disabled",k.disabled)},inputs:{color:[0,"matBadgeColor","color"],overlap:[2,"matBadgeOverlap","overlap",t.L39],disabled:[2,"matBadgeDisabled","disabled",t.L39],position:[0,"matBadgePosition","position"],content:[0,"matBadge","content"],description:[0,"matBadgeDescription","description"],size:[0,"matBadgeSize","size"],hidden:[2,"matBadgeHidden","hidden",t.L39]},features:[t.GFd]})}}return d})(),R=(()=>{class d{static{this.\u0275fac=function(T){return new(T||d)}}static{this.\u0275mod=t.$C({type:d})}static{this.\u0275inj=t.G2t({imports:[C.Pd,e.yE,e.yE]})}}return d})()},8834:(Ve,ee,p)=>{"use strict";p.d(ee,{$0:()=>D,$z:()=>ie,Hl:()=>M,iY:()=>f});var t=p(6860),e=p(4438),C=p(8617),S=p(6600);const l=["mat-button",""],x=[[["",8,"material-icons",3,"iconPositionEnd",""],["mat-icon",3,"iconPositionEnd",""],["","matButtonIcon","",3,"iconPositionEnd",""]],"*",[["","iconPositionEnd","",8,"material-icons"],["mat-icon","iconPositionEnd",""],["","matButtonIcon","","iconPositionEnd",""]]],m=[".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])","*",".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"],y=["mat-mini-fab",""],k=["mat-icon-button",""],F=["*"],G=[{attribute:"mat-button",mdcClasses:["mdc-button","mat-mdc-button"]},{attribute:"mat-flat-button",mdcClasses:["mdc-button","mdc-button--unelevated","mat-mdc-unelevated-button"]},{attribute:"mat-raised-button",mdcClasses:["mdc-button","mdc-button--raised","mat-mdc-raised-button"]},{attribute:"mat-stroked-button",mdcClasses:["mdc-button","mdc-button--outlined","mat-mdc-outlined-button"]},{attribute:"mat-fab",mdcClasses:["mdc-fab","mat-mdc-fab"]},{attribute:"mat-mini-fab",mdcClasses:["mdc-fab","mdc-fab--mini","mat-mdc-mini-fab"]},{attribute:"mat-icon-button",mdcClasses:["mdc-icon-button","mat-mdc-icon-button"]}];let Y=(()=>{class L{get ripple(){return this._rippleLoader?.getRipple(this._elementRef.nativeElement)}set ripple(_){this._rippleLoader?.attachRipple(this._elementRef.nativeElement,_)}get disableRipple(){return this._disableRipple}set disableRipple(_){this._disableRipple=_,this._updateRippleDisabled()}get disabled(){return this._disabled}set disabled(_){this._disabled=_,this._updateRippleDisabled()}constructor(_,r,v,z){this._elementRef=_,this._platform=r,this._ngZone=v,this._animationMode=z,this._focusMonitor=(0,e.WQX)(C.FN),this._rippleLoader=(0,e.WQX)(S.Ej),this._isFab=!1,this._disableRipple=!1,this._disabled=!1,this._rippleLoader?.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-button-ripple"});const N=this._elementRef.nativeElement,ne=N.classList;for(const{attribute:Ie,mdcClasses:at}of G)N.hasAttribute(Ie)&&ne.add(...at)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}focus(_="program",r){_?this._focusMonitor.focusVia(this._elementRef.nativeElement,_,r):this._elementRef.nativeElement.focus(r)}_updateRippleDisabled(){this._rippleLoader?.setDisabled(this._elementRef.nativeElement,this.disableRipple||this.disabled)}static{this.\u0275fac=function(r){e.QTQ()}}static{this.\u0275dir=e.FsC({type:L,inputs:{color:"color",disableRipple:[2,"disableRipple","disableRipple",e.L39],disabled:[2,"disabled","disabled",e.L39]},features:[e.GFd]})}}return L})(),ie=(()=>{class L extends Y{constructor(_,r,v,z){super(_,r,v,z)}static{this.\u0275fac=function(r){return new(r||L)(e.rXU(e.aKT),e.rXU(t.OD),e.rXU(e.SKi),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:L,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-flat-button",""],["button","mat-stroked-button",""]],hostVars:9,hostBindings:function(r,v){2&r&&(e.BMQ("disabled",v.disabled||null),e.HbH(v.color?"mat-"+v.color:""),e.AVh("_mat-animation-noopable","NoopAnimations"===v._animationMode)("mat-unthemed",!v.color)("mat-mdc-button-base",!0))},exportAs:["matButton"],features:[e.Vt3],attrs:l,ngContentSelectors:m,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(r,v){1&r&&(e.NAR(x),e.nrm(0,"span",0),e.SdG(1),e.j41(2,"span",1),e.SdG(3,1),e.k0s(),e.SdG(4,2),e.nrm(5,"span",2)(6,"span",3)),2&r&&e.AVh("mdc-button__ripple",!v._isFab)("mdc-fab__ripple",v._isFab)},styles:['.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:rgba(0,0,0,0)}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir=rtl]{margin-left:8px;margin-right:0}.mdc-button .mdc-button__progress-indicator{font-size:0;position:absolute;transform:translate(-50%, -50%);top:50%;left:50%;line-height:initial}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring{border-color:CanvasText}}.mdc-button .mdc-button__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-button .mdc-button__focus-ring::after{border-color:CanvasText}}@media screen and (forced-colors: active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{display:block}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir=rtl] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir=rtl]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{padding:0 8px 0 8px}.mdc-button--unelevated{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 16px 0 16px}.mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--unelevated.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--raised{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 16px 0 16px}.mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}.mdc-button--raised.mdc-button--icon-leading{padding:0 16px 0 12px}.mdc-button--outlined{border-style:solid;transition:border 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:rgba(0,0,0,0)}.mat-mdc-button{height:var(--mdc-text-button-container-height);border-radius:var(--mdc-text-button-container-shape);--mdc-text-button-container-shape:4px;--mdc-text-button-container-height:36px;--mdc-text-button-keep-touch-target:false}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color)}.mat-mdc-button:disabled{color:var(--mdc-text-button-disabled-label-text-color)}.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape)}.mat-mdc-button .mat-ripple-element{background-color:var(--mat-text-button-ripple-color)}.mat-mdc-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-text-button-state-layer-color)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-hover-state-layer-opacity)}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-focus-state-layer-opacity)}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-pressed-state-layer-opacity)}.mat-mdc-button[disabled]{cursor:default;pointer-events:none;color:var(--mdc-text-button-disabled-label-text-color)}.mat-mdc-unelevated-button{height:var(--mdc-filled-button-container-height);border-radius:var(--mdc-filled-button-container-shape);--mdc-filled-button-container-shape:4px;--mdc-filled-button-container-elevation:0;--mdc-filled-button-disabled-container-elevation:0;--mdc-filled-button-focus-container-elevation:0;--mdc-filled-button-hover-container-elevation:0;--mdc-filled-button-keep-touch-target:false;--mdc-filled-button-pressed-container-elevation:0}.mat-mdc-unelevated-button:not(:disabled){background-color:var(--mdc-filled-button-container-color)}.mat-mdc-unelevated-button:disabled{background-color:var(--mdc-filled-button-disabled-container-color)}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color)}.mat-mdc-unelevated-button:disabled{color:var(--mdc-filled-button-disabled-label-text-color)}.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape)}.mat-mdc-unelevated-button .mat-ripple-element{background-color:var(--mat-filled-button-ripple-color)}.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-filled-button-state-layer-color)}.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-hover-state-layer-opacity)}.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-focus-state-layer-opacity)}.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-pressed-state-layer-opacity)}.mat-mdc-unelevated-button[disabled]{cursor:default;pointer-events:none;color:var(--mdc-filled-button-disabled-label-text-color);background-color:var(--mdc-filled-button-disabled-container-color)}.mat-mdc-raised-button{height:var(--mdc-protected-button-container-height);border-radius:var(--mdc-protected-button-container-shape);--mdc-protected-button-container-shape:4px;--mdc-protected-button-keep-touch-target:false}.mat-mdc-raised-button:not(:disabled){background-color:var(--mdc-protected-button-container-color)}.mat-mdc-raised-button:disabled{background-color:var(--mdc-protected-button-disabled-container-color)}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color)}.mat-mdc-raised-button:disabled{color:var(--mdc-protected-button-disabled-label-text-color)}.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape)}.mat-mdc-raised-button .mat-ripple-element{background-color:var(--mat-protected-button-ripple-color)}.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-protected-button-state-layer-color)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-hover-state-layer-opacity)}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-focus-state-layer-opacity)}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-pressed-state-layer-opacity)}.mat-mdc-raised-button[disabled]{cursor:default;pointer-events:none;color:var(--mdc-protected-button-disabled-label-text-color);background-color:var(--mdc-protected-button-disabled-container-color)}.mat-mdc-raised-button[disabled][disabled]{box-shadow:none}.mat-mdc-outlined-button{height:var(--mdc-outlined-button-container-height);border-radius:var(--mdc-outlined-button-container-shape);padding:0 15px 0 15px;border-width:var(--mdc-outlined-button-outline-width);--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color)}.mat-mdc-outlined-button:disabled{color:var(--mdc-outlined-button-disabled-label-text-color)}.mat-mdc-outlined-button .mdc-button__ripple{border-radius:var(--mdc-outlined-button-container-shape)}.mat-mdc-outlined-button:not(:disabled){border-color:var(--mdc-outlined-button-outline-color)}.mat-mdc-outlined-button:disabled{border-color:var(--mdc-outlined-button-disabled-outline-color)}.mat-mdc-outlined-button.mdc-button--icon-trailing{padding:0 11px 0 15px}.mat-mdc-outlined-button.mdc-button--icon-leading{padding:0 15px 0 11px}.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:var(--mdc-outlined-button-outline-width)}.mat-mdc-outlined-button .mdc-button__touch{left:calc(-1 * var(--mdc-outlined-button-outline-width));width:calc(100% + 2 * var(--mdc-outlined-button-outline-width))}.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-outlined-button-ripple-color)}.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-outlined-button-state-layer-color)}.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-hover-state-layer-opacity)}.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-focus-state-layer-opacity)}.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-pressed-state-layer-opacity)}.mat-mdc-outlined-button[disabled]{cursor:default;pointer-events:none;color:var(--mdc-outlined-button-disabled-label-text-color);border-color:var(--mdc-outlined-button-disabled-outline-color)}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{z-index:1}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-button .mat-mdc-button-touch-target,.mat-mdc-unelevated-button .mat-mdc-button-touch-target,.mat-mdc-raised-button .mat-mdc-button-touch-target,.mat-mdc-outlined-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mat-mdc-button._mat-animation-noopable,.mat-mdc-unelevated-button._mat-animation-noopable,.mat-mdc-raised-button._mat-animation-noopable,.mat-mdc-outlined-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-button>.mat-icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem}[dir=rtl] .mat-mdc-button>.mat-icon,.mat-mdc-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:0}.mat-mdc-button .mdc-button__label+.mat-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-mdc-button .mdc-button__label+.mat-icon,.mat-mdc-button .mdc-button__label+.mat-icon[dir=rtl]{margin-left:0;margin-right:8px}.mat-mdc-unelevated-button>.mat-icon,.mat-mdc-raised-button>.mat-icon,.mat-mdc-outlined-button>.mat-icon{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem;margin-left:-4px;margin-right:8px}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon,[dir=rtl] .mat-mdc-raised-button>.mat-icon,[dir=rtl] .mat-mdc-outlined-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon[dir=rtl],.mat-mdc-raised-button>.mat-icon[dir=rtl],.mat-mdc-outlined-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:0}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon,[dir=rtl] .mat-mdc-raised-button>.mat-icon,[dir=rtl] .mat-mdc-outlined-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon[dir=rtl],.mat-mdc-raised-button>.mat-icon[dir=rtl],.mat-mdc-outlined-button>.mat-icon[dir=rtl]{margin-left:8px;margin-right:-4px}.mat-mdc-unelevated-button .mdc-button__label+.mat-icon,.mat-mdc-raised-button .mdc-button__label+.mat-icon,.mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-left:8px;margin-right:-4px}[dir=rtl] .mat-mdc-unelevated-button .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-raised-button .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-outlined-button .mdc-button__label+.mat-icon,.mat-mdc-unelevated-button .mdc-button__label+.mat-icon[dir=rtl],.mat-mdc-raised-button .mdc-button__label+.mat-icon[dir=rtl],.mat-mdc-outlined-button .mdc-button__label+.mat-icon[dir=rtl]{margin-left:-4px;margin-right:8px}.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:-1px}.mat-mdc-unelevated-button .mat-mdc-focus-indicator::before,.mat-mdc-raised-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-outlined-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 3px)*-1)}',".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}}return L})();const ae=new e.nKC("mat-mdc-fab-default-options",{providedIn:"root",factory:ye});function ye(){return{color:"accent"}}const ue=ye();let D=(()=>{class L extends Y{constructor(_,r,v,z,N){super(_,r,v,z),this._options=N,this._isFab=!0,this._options=this._options||ue,this.color=this._options.color||ue.color}static{this.\u0275fac=function(r){return new(r||L)(e.rXU(e.aKT),e.rXU(t.OD),e.rXU(e.SKi),e.rXU(e.bc$,8),e.rXU(ae,8))}}static{this.\u0275cmp=e.VBU({type:L,selectors:[["button","mat-mini-fab",""]],hostVars:9,hostBindings:function(r,v){2&r&&(e.BMQ("disabled",v.disabled||null),e.HbH(v.color?"mat-"+v.color:""),e.AVh("_mat-animation-noopable","NoopAnimations"===v._animationMode)("mat-unthemed",!v.color)("mat-mdc-button-base",!0))},exportAs:["matButton"],features:[e.Vt3],attrs:y,ngContentSelectors:m,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(r,v){1&r&&(e.NAR(x),e.nrm(0,"span",0),e.SdG(1),e.j41(2,"span",1),e.SdG(3,1),e.k0s(),e.SdG(4,2),e.nrm(5,"span",2)(6,"span",3)),2&r&&e.AVh("mdc-button__ripple",!v._isFab)("mdc-fab__ripple",v._isFab)},styles:['.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--mdc-elevation-overlay-color)}.mdc-fab{position:relative;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;width:56px;height:56px;padding:0;border:none;fill:currentColor;text-decoration:none;cursor:pointer;user-select:none;-moz-appearance:none;-webkit-appearance:none;overflow:visible;transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),opacity 15ms linear 30ms,transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-fab .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-fab[hidden]{display:none}.mdc-fab::-moz-focus-inner{padding:0;border:0}.mdc-fab:hover{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mdc-fab.mdc-ripple-upgraded--background-focused,.mdc-fab:not(.mdc-ripple-upgraded):focus{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mdc-fab .mdc-fab__focus-ring{position:absolute}.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring,.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring{border-color:CanvasText}}.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after,.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after{border-color:CanvasText}}.mdc-fab:active,.mdc-fab:focus:active{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mdc-fab:active,.mdc-fab:focus{outline:none}.mdc-fab:hover{cursor:pointer}.mdc-fab>svg{width:100%}.mdc-fab--mini{width:40px;height:40px}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family);font-size:var(--mdc-typography-button-font-size);line-height:var(--mdc-typography-button-line-height);font-weight:var(--mdc-typography-button-font-weight);letter-spacing:var(--mdc-typography-button-letter-spacing);text-decoration:var(--mdc-typography-button-text-decoration);text-transform:var(--mdc-typography-button-text-transform);border-radius:24px;padding-left:20px;padding-right:20px;width:auto;max-width:100%;height:48px;line-height:normal}.mdc-fab--extended .mdc-fab__ripple{border-radius:24px}.mdc-fab--extended .mdc-fab__icon{margin-left:calc(12px - 20px);margin-right:12px}[dir=rtl] .mdc-fab--extended .mdc-fab__icon,.mdc-fab--extended .mdc-fab__icon[dir=rtl]{margin-left:12px;margin-right:calc(12px - 20px)}.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon{margin-left:12px;margin-right:calc(12px - 20px)}[dir=rtl] .mdc-fab--extended .mdc-fab__label+.mdc-fab__icon,.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon[dir=rtl]{margin-left:calc(12px - 20px);margin-right:12px}.mdc-fab--touch{margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.mdc-fab--touch .mdc-fab__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mdc-fab::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-fab::before{border-color:CanvasText}}.mdc-fab__label{justify-content:flex-start;text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;overflow-y:visible}.mdc-fab__icon{transition:transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);fill:currentColor;will-change:transform}.mdc-fab .mdc-fab__icon{display:inline-flex;align-items:center;justify-content:center}.mdc-fab--exited{transform:scale(0);opacity:0;transition:opacity 15ms linear 150ms,transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-fab--exited .mdc-fab__icon{transform:scale(0);transition:transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mat-mdc-fab,.mat-mdc-mini-fab{background-color:var(--mdc-fab-container-color)}.mat-mdc-fab .mdc-fab__icon,.mat-mdc-mini-fab .mdc-fab__icon{width:var(--mdc-fab-icon-size);height:var(--mdc-fab-icon-size);font-size:var(--mdc-fab-icon-size)}.mat-mdc-fab:not(.mdc-fab--extended),.mat-mdc-mini-fab:not(.mdc-fab--extended){border-radius:var(--mdc-fab-container-shape)}.mat-mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple,.mat-mdc-mini-fab:not(.mdc-fab--extended) .mdc-fab__ripple{border-radius:var(--mdc-fab-container-shape)}.mat-mdc-extended-fab{font-family:var(--mdc-extended-fab-label-text-font);font-size:var(--mdc-extended-fab-label-text-size);font-weight:var(--mdc-extended-fab-label-text-weight);letter-spacing:var(--mdc-extended-fab-label-text-tracking)}.mat-mdc-fab,.mat-mdc-mini-fab{-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);flex-shrink:0;color:var(--mat-fab-foreground-color, inherit)}.mat-mdc-fab .mat-mdc-button-ripple,.mat-mdc-fab .mat-mdc-button-persistent-ripple,.mat-mdc-fab .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab .mat-mdc-button-ripple,.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple,.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-fab .mat-mdc-button-ripple,.mat-mdc-mini-fab .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-fab .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-fab .mdc-button__label,.mat-mdc-mini-fab .mdc-button__label{z-index:1}.mat-mdc-fab .mat-mdc-focus-indicator,.mat-mdc-mini-fab .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-fab:focus .mat-mdc-focus-indicator::before,.mat-mdc-mini-fab:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-fab .mat-mdc-button-touch-target,.mat-mdc-mini-fab .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-fab .mat-ripple-element,.mat-mdc-mini-fab .mat-ripple-element{background-color:var(--mat-fab-ripple-color)}.mat-mdc-fab .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-state-layer-color)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-hover-state-layer-opacity)}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-focus-state-layer-opacity)}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-pressed-state-layer-opacity)}.mat-mdc-fab._mat-animation-noopable,.mat-mdc-mini-fab._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-fab:hover,.mat-mdc-fab:focus,.mat-mdc-mini-fab:hover,.mat-mdc-mini-fab:focus{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-mdc-fab:active,.mat-mdc-fab:focus:active,.mat-mdc-mini-fab:active,.mat-mdc-mini-fab:focus:active{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-mdc-fab[disabled],.mat-mdc-mini-fab[disabled]{cursor:default;pointer-events:none;box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);color:var(--mat-fab-disabled-state-foreground-color);background-color:var(--mat-fab-disabled-state-container-color)}.mat-mdc-fab:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-mini-fab:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}.mat-mdc-fab .mat-icon,.mat-mdc-fab .material-icons,.mat-mdc-mini-fab .mat-icon,.mat-mdc-mini-fab .material-icons{transition:transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);fill:currentColor;will-change:transform}.mat-mdc-fab .mat-mdc-focus-indicator::before,.mat-mdc-mini-fab .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-extended-fab>.mat-icon,.mat-mdc-extended-fab>.material-icons{margin-left:calc(12px - 20px);margin-right:12px}[dir=rtl] .mat-mdc-extended-fab>.mat-icon,[dir=rtl] .mat-mdc-extended-fab>.material-icons,.mat-mdc-extended-fab>.mat-icon[dir=rtl],.mat-mdc-extended-fab>.material-icons[dir=rtl]{margin-left:12px;margin-right:calc(12px - 20px)}.mat-mdc-extended-fab .mdc-button__label+.mat-icon,.mat-mdc-extended-fab .mdc-button__label+.material-icons{margin-left:12px;margin-right:calc(12px - 20px)}[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.material-icons,.mat-mdc-extended-fab .mdc-button__label+.mat-icon[dir=rtl],.mat-mdc-extended-fab .mdc-button__label+.material-icons[dir=rtl]{margin-left:calc(12px - 20px);margin-right:12px}.mat-mdc-extended-fab .mat-mdc-button-touch-target{width:100%}'],encapsulation:2,changeDetection:0})}}return L})(),f=(()=>{class L extends Y{constructor(_,r,v,z){super(_,r,v,z),this._rippleLoader.configureRipple(this._elementRef.nativeElement,{centered:!0})}static{this.\u0275fac=function(r){return new(r||L)(e.rXU(e.aKT),e.rXU(t.OD),e.rXU(e.SKi),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:L,selectors:[["button","mat-icon-button",""]],hostVars:9,hostBindings:function(r,v){2&r&&(e.BMQ("disabled",v.disabled||null),e.HbH(v.color?"mat-"+v.color:""),e.AVh("_mat-animation-noopable","NoopAnimations"===v._animationMode)("mat-unthemed",!v.color)("mat-mdc-button-base",!0))},exportAs:["matButton"],features:[e.Vt3],attrs:k,ngContentSelectors:F,decls:4,vars:0,consts:[[1,"mat-mdc-button-persistent-ripple","mdc-icon-button__ripple"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(r,v){1&r&&(e.NAR(),e.nrm(0,"span",0),e.SdG(1),e.nrm(2,"span",1)(3,"span",2))},styles:['.mdc-icon-button{display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;user-select:none;z-index:0;overflow:visible}.mdc-icon-button .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}@media screen and (forced-colors: active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block}}.mdc-icon-button:disabled{cursor:default;pointer-events:none}.mdc-icon-button[hidden]{display:none}.mdc-icon-button--display-flex{align-items:center;display:inline-flex;justify-content:center}.mdc-icon-button__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%;display:none}@media screen and (forced-colors: active){.mdc-icon-button__focus-ring{border-color:CanvasText}}.mdc-icon-button__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-icon-button__focus-ring::after{border-color:CanvasText}}.mdc-icon-button__icon{display:inline-block}.mdc-icon-button__icon.mdc-icon-button__icon--on{display:none}.mdc-icon-button--on .mdc-icon-button__icon{display:none}.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on{display:inline-block}.mdc-icon-button__link{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.mat-mdc-icon-button{height:var(--mdc-icon-button-state-layer-size);width:var(--mdc-icon-button-state-layer-size);color:var(--mdc-icon-button-icon-color);--mdc-icon-button-state-layer-size:48px;--mdc-icon-button-icon-size:24px}.mat-mdc-icon-button .mdc-button__icon{font-size:var(--mdc-icon-button-icon-size)}.mat-mdc-icon-button svg,.mat-mdc-icon-button img{width:var(--mdc-icon-button-icon-size);height:var(--mdc-icon-button-icon-size)}.mat-mdc-icon-button:disabled{color:var(--mdc-icon-button-disabled-icon-color)}.mat-mdc-icon-button{padding:12px;border-radius:50%;flex-shrink:0;text-align:center;font-size:var(--mdc-icon-button-icon-size);-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button svg{vertical-align:baseline}.mat-mdc-icon-button[disabled]{cursor:default;pointer-events:none;color:var(--mdc-icon-button-disabled-icon-color)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-icon-button .mdc-button__label{z-index:1}.mat-mdc-icon-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-icon-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color)}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity)}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity)}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity)}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:50%}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}',".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}}return L})(),M=(()=>{class L{static{this.\u0275fac=function(r){return new(r||L)}}static{this.\u0275mod=e.$C({type:L})}static{this.\u0275inj=e.G2t({imports:[S.yE,S.pZ,S.yE]})}}return L})()},5596:(Ve,ee,p)=>{"use strict";p.d(ee,{Hu:()=>ue,Lc:()=>F,MM:()=>U,RN:()=>w,dh:()=>y,m2:()=>k});var t=p(4438),e=p(177),C=p(6600);const S=["*"],m=[[["","mat-card-avatar",""],["","matCardAvatar",""]],[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],"*"],R=["[mat-card-avatar], [matCardAvatar]","mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]","*"],d=new t.nKC("MAT_CARD_CONFIG");let w=(()=>{class be{constructor(n){this.appearance=n?.appearance||"raised"}static{this.\u0275fac=function(c){return new(c||be)(t.rXU(d,8))}}static{this.\u0275cmp=t.VBU({type:be,selectors:[["mat-card"]],hostAttrs:[1,"mat-mdc-card","mdc-card"],hostVars:4,hostBindings:function(c,f){2&c&&t.AVh("mat-mdc-card-outlined","outlined"===f.appearance)("mdc-card--outlined","outlined"===f.appearance)},inputs:{appearance:"appearance"},exportAs:["matCard"],ngContentSelectors:S,decls:1,vars:0,template:function(c,f){1&c&&(t.NAR(),t.SdG(0))},styles:['.mdc-card{display:flex;flex-direction:column;box-sizing:border-box}.mdc-card::after{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none;pointer-events:none}@media screen and (forced-colors: active){.mdc-card::after{border-color:CanvasText}}.mdc-card--outlined::after{border:none}.mdc-card__content{border-radius:inherit;height:100%}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__media--square::before{margin-top:100%}.mdc-card__media--16-9::before{margin-top:56.25%}.mdc-card__media-content{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}.mdc-card__primary-action{display:flex;flex-direction:column;box-sizing:border-box;position:relative;outline:none;color:inherit;text-decoration:none;cursor:pointer;overflow:hidden}.mdc-card__primary-action:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__primary-action:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mdc-card__actions--full-bleed{padding:0}.mdc-card__action-buttons,.mdc-card__action-icons{display:flex;flex-direction:row;align-items:center;box-sizing:border-box}.mdc-card__action-icons{color:rgba(0, 0, 0, 0.6);flex-grow:1;justify-content:flex-end}.mdc-card__action-buttons+.mdc-card__action-icons{margin-left:16px;margin-right:0}[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons,.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl]{margin-left:0;margin-right:16px}.mdc-card__action{display:inline-flex;flex-direction:row;align-items:center;box-sizing:border-box;justify-content:center;cursor:pointer;user-select:none}.mdc-card__action:focus{outline:none}.mdc-card__action--button{margin-left:0;margin-right:8px;padding:0 8px}[dir=rtl] .mdc-card__action--button,.mdc-card__action--button[dir=rtl]{margin-left:8px;margin-right:0}.mdc-card__action--button:last-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-card__action--button:last-child,.mdc-card__action--button:last-child[dir=rtl]{margin-left:0;margin-right:0}.mdc-card__actions--full-bleed .mdc-card__action--button{justify-content:space-between;width:100%;height:auto;max-height:none;margin:0;padding:8px 16px;text-align:left}[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button,.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl]{text-align:right}.mdc-card__action--icon{margin:-6px 0;padding:12px}.mdc-card__action--icon:not(:disabled){color:rgba(0, 0, 0, 0.6)}.mat-mdc-card{border-radius:var(--mdc-elevated-card-container-shape);background-color:var(--mdc-elevated-card-container-color);border-width:0;border-style:solid;border-color:var(--mdc-elevated-card-container-color);box-shadow:var(--mdc-elevated-card-container-elevation)}.mat-mdc-card .mdc-card::after{border-radius:var(--mdc-elevated-card-container-shape)}.mat-mdc-card-outlined{border-width:var(--mdc-outlined-card-outline-width);border-style:solid;border-color:var(--mdc-outlined-card-outline-color);border-radius:var(--mdc-outlined-card-container-shape);background-color:var(--mdc-outlined-card-container-color);box-shadow:var(--mdc-outlined-card-container-elevation)}.mat-mdc-card-outlined .mdc-card::after{border-radius:var(--mdc-outlined-card-container-shape)}.mat-mdc-card-title{font-family:var(--mat-card-title-text-font);line-height:var(--mat-card-title-text-line-height);font-size:var(--mat-card-title-text-size);letter-spacing:var(--mat-card-title-text-tracking);font-weight:var(--mat-card-title-text-weight)}.mat-mdc-card-subtitle{color:var(--mat-card-subtitle-text-color);font-family:var(--mat-card-subtitle-text-font);line-height:var(--mat-card-subtitle-text-line-height);font-size:var(--mat-card-subtitle-text-size);letter-spacing:var(--mat-card-subtitle-text-tracking);font-weight:var(--mat-card-subtitle-text-weight)}.mat-mdc-card{position:relative}.mat-mdc-card-title,.mat-mdc-card-subtitle{display:block;margin:0}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle{padding:16px 16px 0}.mat-mdc-card-header{display:flex;padding:16px 16px 0}.mat-mdc-card-content{display:block;padding:0 16px}.mat-mdc-card-content:first-child{padding-top:16px}.mat-mdc-card-content:last-child{padding-bottom:16px}.mat-mdc-card-title-group{display:flex;justify-content:space-between;width:100%}.mat-mdc-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;margin-bottom:16px;object-fit:cover}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title{line-height:normal}.mat-mdc-card-sm-image{width:80px;height:80px}.mat-mdc-card-md-image{width:112px;height:112px}.mat-mdc-card-lg-image{width:152px;height:152px}.mat-mdc-card-xl-image{width:240px;height:240px}.mat-mdc-card-subtitle~.mat-mdc-card-title,.mat-mdc-card-title~.mat-mdc-card-subtitle,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-title-group .mat-mdc-card-title,.mat-mdc-card-title-group .mat-mdc-card-subtitle{padding-top:0}.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer){margin-bottom:0}.mat-mdc-card-actions-align-end{justify-content:flex-end}'],encapsulation:2,changeDetection:0})}}return be})(),y=(()=>{class be{static{this.\u0275fac=function(c){return new(c||be)}}static{this.\u0275dir=t.FsC({type:be,selectors:[["mat-card-title"],["","mat-card-title",""],["","matCardTitle",""]],hostAttrs:[1,"mat-mdc-card-title"]})}}return be})(),k=(()=>{class be{static{this.\u0275fac=function(c){return new(c||be)}}static{this.\u0275dir=t.FsC({type:be,selectors:[["mat-card-content"]],hostAttrs:[1,"mat-mdc-card-content"]})}}return be})(),F=(()=>{class be{static{this.\u0275fac=function(c){return new(c||be)}}static{this.\u0275dir=t.FsC({type:be,selectors:[["mat-card-subtitle"],["","mat-card-subtitle",""],["","matCardSubtitle",""]],hostAttrs:[1,"mat-mdc-card-subtitle"]})}}return be})(),U=(()=>{class be{static{this.\u0275fac=function(c){return new(c||be)}}static{this.\u0275cmp=t.VBU({type:be,selectors:[["mat-card-header"]],hostAttrs:[1,"mat-mdc-card-header"],ngContentSelectors:R,decls:4,vars:0,consts:[[1,"mat-mdc-card-header-text"]],template:function(c,f){1&c&&(t.NAR(m),t.SdG(0),t.j41(1,"div",0),t.SdG(2,1),t.k0s(),t.SdG(3,2))},encapsulation:2,changeDetection:0})}}return be})(),ue=(()=>{class be{static{this.\u0275fac=function(c){return new(c||be)}}static{this.\u0275mod=t.$C({type:be})}static{this.\u0275inj=t.G2t({imports:[C.yE,e.MD,C.yE]})}}return be})()},2765:(Ve,ee,p)=>{"use strict";p.d(ee,{So:()=>k,g7:()=>G});var t=p(4438),e=p(9417),C=p(6600);const S=["input"],l=["label"],x=["*"],m=new t.nKC("mat-checkbox-default-options",{providedIn:"root",factory:R});function R(){return{color:"accent",clickAction:"check-indeterminate"}}const d={provide:e.kq,useExisting:(0,t.Rfq)(()=>k),multi:!0};class w{}let y=0;const T=R();let k=(()=>{class Y{focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(Z){const ie=new w;return ie.source=this,ie.checked=Z,ie}_getAnimationTargetElement(){return this._inputElement?.nativeElement}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(Z,ie,ve,ae,ye,ue){this._elementRef=Z,this._changeDetectorRef=ie,this._ngZone=ve,this._animationMode=ye,this._options=ue,this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"},this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new t.bkB,this.indeterminateChange=new t.bkB,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||T,this.color=this._options.color||T.color,this.tabIndex=parseInt(ae)||0,this.id=this._uniqueId="mat-mdc-checkbox-"+ ++y}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(Z){Z!=this.checked&&(this._checked=Z,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(Z){Z!==this.disabled&&(this._disabled=Z,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(Z){const ie=Z!=this._indeterminate;this._indeterminate=Z,ie&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(Z){this.checked=!!Z}registerOnChange(Z){this._controlValueAccessorChangeFn=Z}registerOnTouched(Z){this._onTouched=Z}setDisabledState(Z){this.disabled=Z}_transitionCheckState(Z){let ie=this._currentCheckState,ve=this._getAnimationTargetElement();if(ie!==Z&&ve&&(this._currentAnimationClass&&ve.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(ie,Z),this._currentCheckState=Z,this._currentAnimationClass.length>0)){ve.classList.add(this._currentAnimationClass);const ae=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{ve.classList.remove(ae)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const Z=this._options?.clickAction;this.disabled||"noop"===Z?!this.disabled&&"noop"===Z&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==Z&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}_onInteractionEvent(Z){Z.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(Z,ie){if("NoopAnimations"===this._animationMode)return"";switch(Z){case 0:if(1===ie)return this._animationClasses.uncheckedToChecked;if(3==ie)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case 2:return 1===ie?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case 1:return 2===ie?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case 3:return 1===ie?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(Z){const ie=this._inputElement;ie&&(ie.nativeElement.indeterminate=Z)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(Z){Z.target&&this._labelElement.nativeElement.contains(Z.target)&&Z.stopPropagation()}static{this.\u0275fac=function(ie){return new(ie||Y)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.kS0("tabindex"),t.rXU(t.bc$,8),t.rXU(m,8))}}static{this.\u0275cmp=t.VBU({type:Y,selectors:[["mat-checkbox"]],viewQuery:function(ie,ve){if(1&ie&&(t.GBs(S,5),t.GBs(l,5),t.GBs(C.r6,5)),2&ie){let ae;t.mGM(ae=t.lsd())&&(ve._inputElement=ae.first),t.mGM(ae=t.lsd())&&(ve._labelElement=ae.first),t.mGM(ae=t.lsd())&&(ve.ripple=ae.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:14,hostBindings:function(ie,ve){2&ie&&(t.Mr5("id",ve.id),t.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),t.HbH(ve.color?"mat-"+ve.color:"mat-accent"),t.AVh("_mat-animation-noopable","NoopAnimations"===ve._animationMode)("mdc-checkbox--disabled",ve.disabled)("mat-mdc-checkbox-disabled",ve.disabled)("mat-mdc-checkbox-checked",ve.checked))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],id:"id",required:[2,"required","required",t.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",t.L39],tabIndex:[2,"tabIndex","tabIndex",Z=>null==Z?void 0:(0,t.Udg)(Z)],color:"color",checked:[2,"checked","checked",t.L39],disabled:[2,"disabled","disabled",t.L39],indeterminate:[2,"indeterminate","indeterminate",t.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[t.Jv_([d]),t.GFd],ngContentSelectors:x,decls:15,vars:20,consts:[["checkbox",""],["input",""],["label",""],[1,"mdc-form-field",3,"click"],[1,"mdc-checkbox"],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"blur","click","change","checked","indeterminate","disabled","id","required","tabIndex"],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"]],template:function(ie,ve){if(1&ie){const ae=t.RV6();t.NAR(),t.j41(0,"div",3),t.bIt("click",function(ue){return t.eBV(ae),t.Njj(ve._preventBubblingFromLabel(ue))}),t.j41(1,"div",4,0)(3,"div",5),t.bIt("click",function(){return t.eBV(ae),t.Njj(ve._onTouchTargetClick())}),t.k0s(),t.j41(4,"input",6,1),t.bIt("blur",function(){return t.eBV(ae),t.Njj(ve._onBlur())})("click",function(){return t.eBV(ae),t.Njj(ve._onInputClick())})("change",function(ue){return t.eBV(ae),t.Njj(ve._onInteractionEvent(ue))}),t.k0s(),t.nrm(6,"div",7),t.j41(7,"div",8),t.qSk(),t.j41(8,"svg",9),t.nrm(9,"path",10),t.k0s(),t.joV(),t.nrm(10,"div",11),t.k0s(),t.nrm(11,"div",12),t.k0s(),t.j41(12,"label",13,2),t.SdG(14),t.k0s()()}if(2&ie){const ae=t.sdS(2);t.AVh("mdc-form-field--align-end","before"==ve.labelPosition),t.R7$(4),t.AVh("mdc-checkbox--selected",ve.checked),t.Y8G("checked",ve.checked)("indeterminate",ve.indeterminate)("disabled",ve.disabled)("id",ve.inputId)("required",ve.required)("tabIndex",ve.disabled?-1:ve.tabIndex),t.BMQ("aria-label",ve.ariaLabel||null)("aria-labelledby",ve.ariaLabelledby)("aria-describedby",ve.ariaDescribedby)("aria-checked",ve.indeterminate?"mixed":null)("name",ve.name)("value",ve.value),t.R7$(7),t.Y8G("matRippleTrigger",ae)("matRippleDisabled",ve.disableRipple||ve.disabled)("matRippleCentered",!0),t.R7$(),t.Y8G("for",ve.inputId)}},dependencies:[C.r6],styles:['.mdc-touch-target-wrapper{display:inline}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox[hidden]{display:none}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after{border-color:CanvasText}}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mdc-checkbox{padding:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);margin:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2)}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background{border-color:transparent;background-color:var(--mdc-checkbox-disabled-selected-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-icon-color);background-color:var(--mdc-checkbox-selected-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-icon-color);background-color:transparent}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}@keyframes mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}}@keyframes mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-hover-icon-color);background-color:var(--mdc-checkbox-selected-hover-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-hover-icon-color);background-color:transparent}}.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:hover.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:hover.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-FF212121FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}@keyframes mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336{0%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}50%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}}@keyframes mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336{0%,80%{border-color:var(--mdc-checkbox-selected-pressed-icon-color);background-color:var(--mdc-checkbox-selected-pressed-icon-color)}100%{border-color:var(--mdc-checkbox-unselected-pressed-icon-color);background-color:transparent}}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox:not(:disabled):active.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FFF4433600000000FFF44336}.mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - 18px) / 2)}.mdc-checkbox .mdc-checkbox__native-control{top:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);right:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);left:calc((var(--mdc-checkbox-state-layer-size) - var(--mdc-checkbox-state-layer-size)) / 2);width:var(--mdc-checkbox-state-layer-size);height:var(--mdc-checkbox-state-layer-size)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:focus:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color)}.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color);background-color:var(--mdc-checkbox-selected-focus-icon-color)}.mdc-checkbox:hover .mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox:hover .mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity);background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-hover-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity);background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-focus-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity);background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-pressed-state-layer-color)}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox .mdc-checkbox__background{-webkit-print-color-adjust:exact;color-adjust:exact}.mat-mdc-checkbox._mat-animation-noopable *,.mat-mdc-checkbox._mat-animation-noopable *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default}.mat-mdc-checkbox label:empty{display:none}.cdk-high-contrast-active .mat-mdc-checkbox.mat-mdc-checkbox-disabled{opacity:.5}.cdk-high-contrast-active .mat-mdc-checkbox .mdc-checkbox__checkmark{--mdc-checkbox-selected-checkmark-color: CanvasText;--mdc-checkbox-disabled-selected-checkmark-color: CanvasText}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return Y})(),U=(()=>{class Y{static{this.\u0275fac=function(ie){return new(ie||Y)}}static{this.\u0275mod=t.$C({type:Y})}static{this.\u0275inj=t.G2t({})}}return Y})(),G=(()=>{class Y{static{this.\u0275fac=function(ie){return new(ie||Y)}}static{this.\u0275mod=t.$C({type:Y})}static{this.\u0275inj=t.G2t({imports:[C.yE,C.pZ,U,C.yE,U]})}}return Y})()},8852:(Ve,ee,p)=>{"use strict";p.d(ee,{Jl:()=>oe,YN:()=>ht});var t=p(4085),e=p(4438),C=p(177),S=p(6600),l=p(8617),x=p(1413),m=p(7786),R=p(6697),T=(p(6977),p(9172),p(5558),p(7336));p(8203),p(9417),p(6467);const U=["*",[["mat-chip-avatar"],["","matChipAvatar",""]],[["mat-chip-trailing-icon"],["","matChipRemove",""],["","matChipTrailingIcon",""]]],G=["*","mat-chip-avatar, [matChipAvatar]","mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"];function Y(tt,wt){1&tt&&(e.j41(0,"span",3),e.SdG(1,1),e.k0s())}function $(tt,wt){1&tt&&(e.j41(0,"span",6),e.SdG(1,2),e.k0s())}const O=new e.nKC("mat-chips-default-options"),_=new e.nKC("MatChipAvatar"),r=new e.nKC("MatChipTrailingIcon"),v=new e.nKC("MatChipRemove"),z=new e.nKC("MatChip");class N{}const ne=(0,S.BF)(N,-1);let Ie=(()=>{class tt extends ne{get disabled(){return this._disabled||this._parentChip.disabled}set disabled(ut){this._disabled=(0,t.he)(ut)}_getDisabledAttribute(){return this.disabled&&!this._allowFocusWhenDisabled?"":null}_getTabindex(){return this.disabled&&!this._allowFocusWhenDisabled||!this.isInteractive?null:this.tabIndex.toString()}constructor(ut,vt){super(),this._elementRef=ut,this._parentChip=vt,this.isInteractive=!0,this._isPrimary=!0,this._disabled=!1,this._allowFocusWhenDisabled=!1,"BUTTON"===ut.nativeElement.nodeName&&ut.nativeElement.setAttribute("type","button")}focus(){this._elementRef.nativeElement.focus()}_handleClick(ut){!this.disabled&&this.isInteractive&&this._isPrimary&&(ut.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}_handleKeydown(ut){(ut.keyCode===T.Fm||ut.keyCode===T.t6)&&!this.disabled&&this.isInteractive&&this._isPrimary&&!this._parentChip._isEditing&&(ut.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}static{this.\u0275fac=function(vt){return new(vt||tt)(e.rXU(e.aKT),e.rXU(z))}}static{this.\u0275dir=e.FsC({type:tt,selectors:[["","matChipAction",""]],hostAttrs:[1,"mdc-evolution-chip__action","mat-mdc-chip-action"],hostVars:9,hostBindings:function(vt,Ze){1&vt&&e.bIt("click",function(qe){return Ze._handleClick(qe)})("keydown",function(qe){return Ze._handleKeydown(qe)}),2&vt&&(e.BMQ("tabindex",Ze._getTabindex())("disabled",Ze._getDisabledAttribute())("aria-disabled",Ze.disabled),e.AVh("mdc-evolution-chip__action--primary",Ze._isPrimary)("mdc-evolution-chip__action--presentational",!Ze.isInteractive)("mdc-evolution-chip__action--trailing",!Ze._isPrimary))},inputs:{disabled:"disabled",tabIndex:"tabIndex",isInteractive:"isInteractive",_allowFocusWhenDisabled:"_allowFocusWhenDisabled"},features:[e.Vt3]})}}return tt})(),re=0;const te=(0,S.BF)((0,S.Zc)((0,S.GG)((0,S.Ob)(class{constructor(tt){this._elementRef=tt}})),"primary"),-1);let oe=(()=>{class tt extends te{_hasFocus(){return this._hasFocusInternal}get value(){return void 0!==this._value?this._value:this._textElement.textContent.trim()}set value(ut){this._value=ut}get removable(){return this._removable}set removable(ut){this._removable=(0,t.he)(ut)}get highlighted(){return this._highlighted}set highlighted(ut){this._highlighted=(0,t.he)(ut)}get ripple(){return this._rippleLoader?.getRipple(this._elementRef.nativeElement)}set ripple(ut){this._rippleLoader?.attachRipple(this._elementRef.nativeElement,ut)}constructor(ut,vt,Ze,jt,qe,dt,Le,Vt){super(vt),this._changeDetectorRef=ut,this._ngZone=Ze,this._focusMonitor=jt,this._globalRippleOptions=Le,this._onFocus=new x.B,this._onBlur=new x.B,this.role=null,this._hasFocusInternal=!1,this.id="mat-mdc-chip-"+re++,this.ariaLabel=null,this.ariaDescription=null,this._ariaDescriptionId=`${this.id}-aria-description`,this._removable=!0,this._highlighted=!1,this.removed=new e.bkB,this.destroyed=new e.bkB,this.basicChipAttrName="mat-basic-chip",this._rippleLoader=(0,e.WQX)(S.Ej),this._document=qe,this._animationsDisabled="NoopAnimations"===dt,null!=Vt&&(this.tabIndex=parseInt(Vt)??this.defaultTabIndex),this._monitorFocus(),this._rippleLoader?.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-chip-ripple",disabled:this._isRippleDisabled()})}ngOnInit(){const ut=this._elementRef.nativeElement;this._isBasicChip=ut.hasAttribute(this.basicChipAttrName)||ut.tagName.toLowerCase()===this.basicChipAttrName}ngAfterViewInit(){this._textElement=this._elementRef.nativeElement.querySelector(".mat-mdc-chip-action-label"),this._pendingFocus&&(this._pendingFocus=!1,this.focus())}ngAfterContentInit(){this._actionChanges=(0,m.h)(this._allLeadingIcons.changes,this._allTrailingIcons.changes,this._allRemoveIcons.changes).subscribe(()=>this._changeDetectorRef.markForCheck())}ngDoCheck(){this._rippleLoader.setDisabled(this._elementRef.nativeElement,this._isRippleDisabled())}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._actionChanges?.unsubscribe(),this.destroyed.emit({chip:this}),this.destroyed.complete()}remove(){this.removable&&this.removed.emit({chip:this})}_isRippleDisabled(){return this.disabled||this.disableRipple||this._animationsDisabled||this._isBasicChip||!!this._globalRippleOptions?.disabled}_hasTrailingIcon(){return!(!this.trailingIcon&&!this.removeIcon)}_handleKeydown(ut){(ut.keyCode===T.G_||ut.keyCode===T.SJ)&&(ut.preventDefault(),this.remove())}focus(){this.disabled||(this.primaryAction?this.primaryAction.focus():this._pendingFocus=!0)}_getSourceAction(ut){return this._getActions().find(vt=>{const Ze=vt._elementRef.nativeElement;return Ze===ut||Ze.contains(ut)})}_getActions(){const ut=[];return this.primaryAction&&ut.push(this.primaryAction),this.removeIcon&&ut.push(this.removeIcon),this.trailingIcon&&ut.push(this.trailingIcon),ut}_handlePrimaryActionInteraction(){}_monitorFocus(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(ut=>{const vt=null!==ut;vt!==this._hasFocusInternal&&(this._hasFocusInternal=vt,vt?this._onFocus.next({chip:this}):this._ngZone.onStable.pipe((0,R.s)(1)).subscribe(()=>this._ngZone.run(()=>this._onBlur.next({chip:this}))))})}static{this.\u0275fac=function(vt){return new(vt||tt)(e.rXU(e.gRc),e.rXU(e.aKT),e.rXU(e.SKi),e.rXU(l.FN),e.rXU(C.qQ),e.rXU(e.bc$,8),e.rXU(S.$E,8),e.kS0("tabindex"))}}static{this.\u0275cmp=e.VBU({type:tt,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(vt,Ze,jt){if(1&vt&&(e.wni(jt,_,5),e.wni(jt,r,5),e.wni(jt,v,5),e.wni(jt,_,5),e.wni(jt,r,5),e.wni(jt,v,5)),2&vt){let qe;e.mGM(qe=e.lsd())&&(Ze.leadingIcon=qe.first),e.mGM(qe=e.lsd())&&(Ze.trailingIcon=qe.first),e.mGM(qe=e.lsd())&&(Ze.removeIcon=qe.first),e.mGM(qe=e.lsd())&&(Ze._allLeadingIcons=qe),e.mGM(qe=e.lsd())&&(Ze._allTrailingIcons=qe),e.mGM(qe=e.lsd())&&(Ze._allRemoveIcons=qe)}},viewQuery:function(vt,Ze){if(1&vt&&e.GBs(Ie,5),2&vt){let jt;e.mGM(jt=e.lsd())&&(Ze.primaryAction=jt.first)}},hostAttrs:[1,"mat-mdc-chip"],hostVars:30,hostBindings:function(vt,Ze){1&vt&&e.bIt("keydown",function(qe){return Ze._handleKeydown(qe)}),2&vt&&(e.Mr5("id",Ze.id),e.BMQ("role",Ze.role)("tabindex",Ze.role?Ze.tabIndex:null)("aria-label",Ze.ariaLabel),e.AVh("mdc-evolution-chip",!Ze._isBasicChip)("mdc-evolution-chip--disabled",Ze.disabled)("mdc-evolution-chip--with-trailing-action",Ze._hasTrailingIcon())("mdc-evolution-chip--with-primary-graphic",Ze.leadingIcon)("mdc-evolution-chip--with-primary-icon",Ze.leadingIcon)("mdc-evolution-chip--with-avatar",Ze.leadingIcon)("mat-mdc-chip-with-avatar",Ze.leadingIcon)("mat-mdc-chip-highlighted",Ze.highlighted)("mat-mdc-chip-disabled",Ze.disabled)("mat-mdc-basic-chip",Ze._isBasicChip)("mat-mdc-standard-chip",!Ze._isBasicChip)("mat-mdc-chip-with-trailing-icon",Ze._hasTrailingIcon())("_mat-animation-noopable",Ze._animationsDisabled))},inputs:{color:"color",disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",role:"role",id:"id",ariaLabel:[0,"aria-label","ariaLabel"],ariaDescription:[0,"aria-description","ariaDescription"],value:"value",removable:"removable",highlighted:"highlighted"},outputs:{removed:"removed",destroyed:"destroyed"},exportAs:["matChip"],features:[e.Jv_([{provide:z,useExisting:tt}]),e.Vt3],ngContentSelectors:G,decls:8,vars:3,consts:[[1,"mat-mdc-chip-focus-overlay"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--primary"],["matChipAction","",3,"isInteractive"],[1,"mdc-evolution-chip__graphic","mat-mdc-chip-graphic"],[1,"mdc-evolution-chip__text-label","mat-mdc-chip-action-label"],[1,"mat-mdc-chip-primary-focus-indicator","mat-mdc-focus-indicator"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--trailing"]],template:function(vt,Ze){1&vt&&(e.NAR(U),e.nrm(0,"span",0),e.j41(1,"span",1)(2,"span",2),e.DNE(3,Y,2,0,"span",3),e.j41(4,"span",4),e.SdG(5),e.nrm(6,"span",5),e.k0s()()(),e.DNE(7,$,2,0,"span",6)),2&vt&&(e.R7$(2),e.Y8G("isInteractive",!1),e.R7$(),e.vxM(Ze.leadingIcon?3:-1),e.R7$(4),e.vxM(Ze._hasTrailingIcon()?7:-1))},dependencies:[Ie],styles:['.mdc-evolution-chip,.mdc-evolution-chip__cell,.mdc-evolution-chip__action{display:inline-flex;align-items:center}.mdc-evolution-chip{position:relative;max-width:100%}.mdc-evolution-chip .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-evolution-chip__cell,.mdc-evolution-chip__action{height:100%}.mdc-evolution-chip__cell--primary{overflow-x:hidden}.mdc-evolution-chip__cell--trailing{flex:1 0 auto}.mdc-evolution-chip__action{align-items:center;background:none;border:none;box-sizing:content-box;cursor:pointer;display:inline-flex;justify-content:center;outline:none;padding:0;text-decoration:none;color:inherit}.mdc-evolution-chip__action--presentational{cursor:auto}.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{pointer-events:none}.mdc-evolution-chip__action--primary{overflow-x:hidden}.mdc-evolution-chip__action--trailing{position:relative;overflow:visible}.mdc-evolution-chip__action--primary:before{box-sizing:border-box;content:"";height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%;z-index:1}.mdc-evolution-chip--touch{margin-top:8px;margin-bottom:8px}.mdc-evolution-chip__action-touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-evolution-chip__text-label{white-space:nowrap;user-select:none;text-overflow:ellipsis;overflow:hidden}.mdc-evolution-chip__graphic{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;pointer-events:none;position:relative;flex:1 0 auto}.mdc-evolution-chip__checkmark{position:absolute;opacity:0;top:50%;left:50%}.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--selected):not(.mdc-evolution-chip--with-primary-icon) .mdc-evolution-chip__graphic{width:0}.mdc-evolution-chip__checkmark-background{opacity:0}.mdc-evolution-chip__checkmark-svg{display:block}.mdc-evolution-chip__checkmark-path{stroke-width:2px;stroke-dasharray:29.7833385;stroke-dashoffset:29.7833385;stroke:currentColor}.mdc-evolution-chip--selecting .mdc-evolution-chip__graphic{transition:width 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark{transition:transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-75%, -50%)}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark-path{transition:stroke-dashoffset 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--deselecting .mdc-evolution-chip__graphic{transition:width 100ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--deselecting .mdc-evolution-chip__checkmark{transition:opacity 50ms 0ms linear,transform 100ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-75%, -50%)}.mdc-evolution-chip--deselecting .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}.mdc-evolution-chip--selecting-with-primary-icon .mdc-evolution-chip__icon--primary{transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selecting-with-primary-icon .mdc-evolution-chip__checkmark-path{transition:stroke-dashoffset 150ms 75ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__icon--primary{transition:opacity 150ms 75ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__checkmark{transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-50%, -50%)}.mdc-evolution-chip--deselecting-with-primary-icon .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}.mdc-evolution-chip--selected .mdc-evolution-chip__icon--primary{opacity:0}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{transform:translate(-50%, -50%);opacity:1}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}@keyframes mdc-evolution-chip-enter{from{transform:scale(0.8);opacity:.4}to{transform:scale(1);opacity:1}}.mdc-evolution-chip--enter{animation:mdc-evolution-chip-enter 100ms 0ms cubic-bezier(0, 0, 0.2, 1)}@keyframes mdc-evolution-chip-exit{from{opacity:1}to{opacity:0}}.mdc-evolution-chip--exit{animation:mdc-evolution-chip-exit 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-evolution-chip--hidden{opacity:0;pointer-events:none;transition:width 150ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mat-mdc-standard-chip{border-radius:var(--mdc-chip-container-shape-radius);height:var(--mdc-chip-container-height)}.mat-mdc-standard-chip .mdc-evolution-chip__ripple{border-radius:var(--mdc-chip-container-shape-radius)}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary:before{border-radius:var(--mdc-chip-container-shape-radius)}.mat-mdc-standard-chip .mdc-evolution-chip__icon--primary{border-radius:var(--mdc-chip-with-avatar-avatar-shape-radius)}.mat-mdc-standard-chip.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--with-primary-icon){--mdc-chip-graphic-selected-width:var(--mdc-chip-with-avatar-avatar-size)}.mat-mdc-standard-chip .mdc-evolution-chip__graphic{height:var(--mdc-chip-with-avatar-avatar-size);width:var(--mdc-chip-with-avatar-avatar-size);font-size:var(--mdc-chip-with-avatar-avatar-size)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:var(--mdc-chip-elevated-container-color)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-elevated-disabled-container-color)}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled{background-color:var(--mdc-chip-elevated-disabled-container-color)}.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-family:var(--mdc-chip-label-text-font);line-height:var(--mdc-chip-label-text-line-height);font-size:var(--mdc-chip-label-text-size);font-weight:var(--mdc-chip-label-text-weight);letter-spacing:var(--mdc-chip-label-text-tracking)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mdc-chip-label-text-color)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label{color:var(--mdc-chip-disabled-label-text-color)}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label{color:var(--mdc-chip-disabled-label-text-color)}.mat-mdc-standard-chip .mdc-evolution-chip__icon--primary{height:var(--mdc-chip-with-icon-icon-size);width:var(--mdc-chip-with-icon-icon-size);font-size:var(--mdc-chip-with-icon-icon-size)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-icon-color)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--primary{color:var(--mdc-chip-with-icon-disabled-icon-color)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-selected-icon-color)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-disabled-icon-color)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--trailing{color:var(--mdc-chip-with-trailing-icon-trailing-icon-color)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{color:var(--mdc-chip-with-trailing-icon-disabled-trailing-icon-color)}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary.mdc-ripple-upgraded--background-focused .mdc-evolution-chip__ripple::before,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary:not(.mdc-ripple-upgraded):focus .mdc-evolution-chip__ripple::before{transition-duration:75ms;opacity:var(--mdc-chip-focus-state-layer-opacity)}.mat-mdc-chip-focus-overlay{background:var(--mdc-chip-focus-state-layer-color);opacity:var(--mdc-chip-focus-state-layer-opacity)}.mat-mdc-standard-chip .mdc-evolution-chip__checkmark{height:20px;width:20px}.mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing{height:18px;width:18px;font-size:18px}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:12px;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic[dir=rtl]{padding-left:6px;padding-right:6px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:12px;padding-right:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl]{padding-left:8px;padding-right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing{left:8px;right:initial}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl]{left:initial;right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:0;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic[dir=rtl]{padding-left:6px;padding-right:6px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl]{padding-left:8px;padding-right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing{left:8px;right:initial}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl]{left:initial;right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:0;padding-right:0}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark{color:var(--mdc-chip-with-icon-selected-icon-color, currentColor)}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic[dir=rtl]{padding-left:8px;padding-right:4px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:12px;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic[dir=rtl]{padding-left:8px;padding-right:4px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing{padding-left:8px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--trailing[dir=rtl]{padding-left:8px;padding-right:8px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing{left:8px;right:initial}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__ripple--trailing[dir=rtl]{left:initial;right:8px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary,.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary[dir=rtl]{padding-left:0;padding-right:0}.mat-mdc-standard-chip{-webkit-tap-highlight-color:rgba(0,0,0,0)}.cdk-high-contrast-active .mat-mdc-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-mdc-standard-chip .mdc-evolution-chip__checkmark-path{stroke:CanvasText !important}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:.4}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:visible}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary{flex-basis:100%}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{font:inherit;letter-spacing:inherit;white-space:inherit}.mat-mdc-standard-chip .mat-mdc-chip-graphic,.mat-mdc-standard-chip .mat-mdc-chip-trailing-icon{box-sizing:content-box}.mat-mdc-standard-chip._mat-animation-noopable,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__graphic,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark-path{transition-duration:1ms;animation-duration:1ms}.mat-mdc-basic-chip .mdc-evolution-chip__action--primary{font:inherit}.mat-mdc-chip-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;opacity:0;border-radius:inherit;transition:opacity 150ms linear}._mat-animation-noopable .mat-mdc-chip-focus-overlay{transition:none}.mat-mdc-basic-chip .mat-mdc-chip-focus-overlay{display:none}.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay{opacity:.04}.mat-mdc-chip.cdk-focused .mat-mdc-chip-focus-overlay{opacity:.12}.mat-mdc-chip .mat-ripple.mat-mdc-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-chip-avatar{text-align:center;line-height:1;color:var(--mdc-chip-with-icon-icon-color, currentColor)}.mat-mdc-chip{position:relative;z-index:0}.mat-mdc-chip-action-label{text-align:left;z-index:1}[dir=rtl] .mat-mdc-chip-action-label{text-align:right}.mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label{position:relative}.mat-mdc-chip-action-label .mat-mdc-chip-primary-focus-indicator{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mat-mdc-chip-action-label .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-chip-remove{opacity:.54}.mat-mdc-chip-remove:focus{opacity:1}.mat-mdc-chip-remove::before{margin:calc(var(--mat-mdc-focus-indicator-border-width, 3px)*-1);left:8px;right:8px}.mat-mdc-chip-remove .mat-icon{width:inherit;height:inherit;font-size:inherit;box-sizing:content-box}.mat-chip-edit-input{cursor:text;display:inline-block;color:inherit;outline:0}.cdk-high-contrast-active .mat-mdc-chip-selected:not(.mat-mdc-chip-multiple){outline-width:3px}.mat-mdc-chip-action:focus .mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return tt})(),ht=(()=>{class tt{static{this.\u0275fac=function(vt){return new(vt||tt)}}static{this.\u0275mod=e.$C({type:tt})}static{this.\u0275inj=e.G2t({providers:[S.es,{provide:O,useValue:{separatorKeyCodes:[T.Fm]}}],imports:[S.yE,S.pZ,S.yE]})}}return tt})()},6600:(Ve,ee,p)=>{"use strict";p.d(ee,{r5:()=>Z,ed:()=>ie,MJ:()=>r,es:()=>re,de:()=>v,Ju:()=>O,QC:()=>wt,is:()=>ht,$E:()=>ke,yE:()=>ye,Np:()=>de,WX:()=>Ye,wT:()=>jt,Sy:()=>Le,MI:()=>Ze,O5:()=>Ue,r6:()=>Je,Ej:()=>ce,pZ:()=>Qe,xW:()=>ne,ug:()=>_t,jb:()=>qe,TL:()=>dt,Zc:()=>c,GG:()=>f,Ob:()=>n,J8:()=>M,mG:()=>L,BF:()=>h});var t=p(4438),e=p(8617),C=p(8203),l=p(177),x=p(6860),m=p(4085),R=p(1985),d=p(1413),w=p(7336);const k=["text"],F=[[["mat-icon"]],"*"],V=["mat-icon","*"];function U(Me,Xe){if(1&Me&&t.nrm(0,"mat-pseudo-checkbox",1),2&Me){const Pe=t.XpG();t.Y8G("disabled",Pe.disabled)("state",Pe.selected?"checked":"unchecked")}}function G(Me,Xe){if(1&Me&&t.nrm(0,"mat-pseudo-checkbox",3),2&Me){const Pe=t.XpG();t.Y8G("disabled",Pe.disabled)}}function Y(Me,Xe){if(1&Me&&(t.j41(0,"span",4),t.EFF(1),t.k0s()),2&Me){const Pe=t.XpG();t.R7$(),t.SpI("(",Pe.group.label,")")}}let Z=(()=>{class Me{static{this.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)"}static{this.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)"}static{this.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)"}static{this.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)"}}return Me})(),ie=(()=>{class Me{static{this.COMPLEX="375ms"}static{this.ENTERING="225ms"}static{this.EXITING="195ms"}}return Me})();const ae=new t.nKC("mat-sanity-checks",{providedIn:"root",factory:function ve(){return!0}});let ye=(()=>{class Me{constructor(Pe,Oe,we){this._sanityChecks=Oe,this._document=we,this._hasDoneGlobalChecks=!1,Pe._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(Pe){return!(0,x.v8)()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[Pe])}static{this.\u0275fac=function(Oe){return new(Oe||Me)(t.KVO(e.Q_),t.KVO(ae,8),t.KVO(l.qQ))}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({imports:[C.jI,C.jI]})}}return Me})();function n(Me){return class extends Me{get disabled(){return this._disabled}set disabled(Xe){this._disabled=(0,m.he)(Xe)}constructor(...Xe){super(...Xe),this._disabled=!1}}}function c(Me,Xe){return class extends Me{get color(){return this._color}set color(Pe){const Oe=Pe||this.defaultColor;Oe!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove(`mat-${this._color}`),Oe&&this._elementRef.nativeElement.classList.add(`mat-${Oe}`),this._color=Oe)}constructor(...Pe){super(...Pe),this.defaultColor=Xe,this.color=Xe}}}function f(Me){return class extends Me{get disableRipple(){return this._disableRipple}set disableRipple(Xe){this._disableRipple=(0,m.he)(Xe)}constructor(...Xe){super(...Xe),this._disableRipple=!1}}}function h(Me,Xe=0){return class extends Me{get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(Pe){this._tabIndex=null!=Pe?(0,m.OE)(Pe):this.defaultTabIndex}constructor(...Pe){super(...Pe),this._tabIndex=Xe,this.defaultTabIndex=Xe}}}function M(Me){return class extends Me{updateErrorState(){const Xe=this.errorState,De=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);De!==Xe&&(this.errorState=De,this.stateChanges.next())}constructor(...Xe){super(...Xe),this.errorState=!1}}}function L(Me){return class extends Me{constructor(...Xe){super(...Xe),this._isInitialized=!1,this._pendingSubscribers=[],this.initialized=new R.c(Pe=>{this._isInitialized?this._notifySubscriber(Pe):this._pendingSubscribers.push(Pe)})}_markInitialized(){this._isInitialized=!0,this._pendingSubscribers.forEach(this._notifySubscriber),this._pendingSubscribers=null}_notifySubscriber(Xe){Xe.next(),Xe.complete()}}}const O=new t.nKC("MAT_DATE_LOCALE",{providedIn:"root",factory:function _(){return(0,t.WQX)(t.xe9)}});class r{constructor(){this._localeChanges=new d.B,this.localeChanges=this._localeChanges}getValidDateOrNull(Xe){return this.isDateInstance(Xe)&&this.isValid(Xe)?Xe:null}deserialize(Xe){return null==Xe||this.isDateInstance(Xe)&&this.isValid(Xe)?Xe:this.invalid()}setLocale(Xe){this.locale=Xe,this._localeChanges.next()}compareDate(Xe,Pe){return this.getYear(Xe)-this.getYear(Pe)||this.getMonth(Xe)-this.getMonth(Pe)||this.getDate(Xe)-this.getDate(Pe)}sameDate(Xe,Pe){if(Xe&&Pe){let Oe=this.isValid(Xe),we=this.isValid(Pe);return Oe&&we?!this.compareDate(Xe,Pe):Oe==we}return Xe==Pe}clampDate(Xe,Pe,Oe){return Pe&&this.compareDate(Xe,Pe)<0?Pe:Oe&&this.compareDate(Xe,Oe)>0?Oe:Xe}}const v=new t.nKC("mat-date-formats"),z=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function N(Me,Xe){const Pe=Array(Me);for(let Oe=0;Oe{class Me extends r{constructor(Pe){super(),this.useUtcForDisplay=!1,this._matDateLocale=(0,t.WQX)(O,{optional:!0}),void 0!==Pe&&(this._matDateLocale=Pe),super.setLocale(this._matDateLocale)}getYear(Pe){return Pe.getFullYear()}getMonth(Pe){return Pe.getMonth()}getDate(Pe){return Pe.getDate()}getDayOfWeek(Pe){return Pe.getDay()}getMonthNames(Pe){const Oe=new Intl.DateTimeFormat(this.locale,{month:Pe,timeZone:"utc"});return N(12,we=>this._format(Oe,new Date(2017,we,1)))}getDateNames(){const Pe=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return N(31,Oe=>this._format(Pe,new Date(2017,0,Oe+1)))}getDayOfWeekNames(Pe){const Oe=new Intl.DateTimeFormat(this.locale,{weekday:Pe,timeZone:"utc"});return N(7,we=>this._format(Oe,new Date(2017,0,we+1)))}getYearName(Pe){const Oe=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(Oe,Pe)}getFirstDayOfWeek(){return 0}getNumDaysInMonth(Pe){return this.getDate(this._createDateWithOverflow(this.getYear(Pe),this.getMonth(Pe)+1,0))}clone(Pe){return new Date(Pe.getTime())}createDate(Pe,Oe,we){let De=this._createDateWithOverflow(Pe,Oe,we);return De.getMonth(),De}today(){return new Date}parse(Pe,Oe){return"number"==typeof Pe?new Date(Pe):Pe?new Date(Date.parse(Pe)):null}format(Pe,Oe){if(!this.isValid(Pe))throw Error("NativeDateAdapter: Cannot format invalid date.");const we=new Intl.DateTimeFormat(this.locale,{...Oe,timeZone:"utc"});return this._format(we,Pe)}addCalendarYears(Pe,Oe){return this.addCalendarMonths(Pe,12*Oe)}addCalendarMonths(Pe,Oe){let we=this._createDateWithOverflow(this.getYear(Pe),this.getMonth(Pe)+Oe,this.getDate(Pe));return this.getMonth(we)!=((this.getMonth(Pe)+Oe)%12+12)%12&&(we=this._createDateWithOverflow(this.getYear(we),this.getMonth(we),0)),we}addCalendarDays(Pe,Oe){return this._createDateWithOverflow(this.getYear(Pe),this.getMonth(Pe),this.getDate(Pe)+Oe)}toIso8601(Pe){return[Pe.getUTCFullYear(),this._2digit(Pe.getUTCMonth()+1),this._2digit(Pe.getUTCDate())].join("-")}deserialize(Pe){if("string"==typeof Pe){if(!Pe)return null;if(z.test(Pe)){let Oe=new Date(Pe);if(this.isValid(Oe))return Oe}}return super.deserialize(Pe)}isDateInstance(Pe){return Pe instanceof Date}isValid(Pe){return!isNaN(Pe.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(Pe,Oe,we){const De=new Date;return De.setFullYear(Pe,Oe,we),De.setHours(0,0,0,0),De}_2digit(Pe){return("00"+Pe).slice(-2)}_format(Pe,Oe){const we=new Date;return we.setUTCFullYear(Oe.getFullYear(),Oe.getMonth(),Oe.getDate()),we.setUTCHours(Oe.getHours(),Oe.getMinutes(),Oe.getSeconds(),Oe.getMilliseconds()),Pe.format(we)}static{this.\u0275fac=function(Oe){return new(Oe||Me)(t.KVO(O,8))}}static{this.\u0275prov=t.jDH({token:Me,factory:Me.\u0275fac})}}return Me})();const Ie={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};let at=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({providers:[{provide:r,useClass:ne}]})}}return Me})(),Ye=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({providers:[{provide:v,useValue:Ie}],imports:[at]})}}return Me})(),re=(()=>{class Me{isErrorState(Pe,Oe){return!!(Pe&&Pe.invalid&&(Pe.touched||Oe&&Oe.submitted))}static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275prov=t.jDH({token:Me,factory:Me.\u0275fac,providedIn:"root"})}}return Me})(),de=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({imports:[ye,ye]})}}return Me})();class pe{constructor(Xe,Pe,Oe,we=!1){this._renderer=Xe,this.element=Pe,this.config=Oe,this._animationForciblyDisabledThroughCss=we,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const We=(0,x.BQ)({passive:!0,capture:!0});class se{constructor(){this._events=new Map,this._delegateEventHandler=Xe=>{const Pe=(0,x.Fb)(Xe);Pe&&this._events.get(Xe.type)?.forEach((Oe,we)=>{(we===Pe||we.contains(Pe))&&Oe.forEach(De=>De.handleEvent(Xe))})}}addHandler(Xe,Pe,Oe,we){const De=this._events.get(Pe);if(De){const $e=De.get(Oe);$e?$e.add(we):De.set(Oe,new Set([we]))}else this._events.set(Pe,new Map([[Oe,new Set([we])]])),Xe.runOutsideAngular(()=>{document.addEventListener(Pe,this._delegateEventHandler,We)})}removeHandler(Xe,Pe,Oe){const we=this._events.get(Xe);if(!we)return;const De=we.get(Pe);De&&(De.delete(Oe),0===De.size&&we.delete(Pe),0===we.size&&(this._events.delete(Xe),document.removeEventListener(Xe,this._delegateEventHandler,We)))}}const fe={enterDuration:225,exitDuration:150},et=(0,x.BQ)({passive:!0,capture:!0}),Ke=["mousedown","touchstart"],Ct=["mouseup","mouseleave","touchend","touchcancel"];class _t{static{this._eventManager=new se}constructor(Xe,Pe,Oe,we){this._target=Xe,this._ngZone=Pe,this._platform=we,this._isPointerDown=!1,this._activeRipples=new Map,this._pointerUpEventsRegistered=!1,we.isBrowser&&(this._containerElement=(0,m.i8)(Oe))}fadeInRipple(Xe,Pe,Oe={}){const we=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),De={...fe,...Oe.animation};Oe.centered&&(Xe=we.left+we.width/2,Pe=we.top+we.height/2);const $e=Oe.radius||function Nt(Me,Xe,Pe){const Oe=Math.max(Math.abs(Me-Pe.left),Math.abs(Me-Pe.right)),we=Math.max(Math.abs(Xe-Pe.top),Math.abs(Xe-Pe.bottom));return Math.sqrt(Oe*Oe+we*we)}(Xe,Pe,we),$t=Xe-we.left,Ft=Pe-we.top,Kt=De.enterDuration,fi=document.createElement("div");fi.classList.add("mat-ripple-element"),fi.style.left=$t-$e+"px",fi.style.top=Ft-$e+"px",fi.style.height=2*$e+"px",fi.style.width=2*$e+"px",null!=Oe.color&&(fi.style.backgroundColor=Oe.color),fi.style.transitionDuration=`${Kt}ms`,this._containerElement.appendChild(fi);const Qt=window.getComputedStyle(fi),Xi=Qt.transitionDuration,ci="none"===Qt.transitionProperty||"0s"===Xi||"0s, 0s"===Xi||0===we.width&&0===we.height,ui=new pe(this,fi,Oe,ci);fi.style.transform="scale3d(1, 1, 1)",ui.state=0,Oe.persistent||(this._mostRecentTransientRipple=ui);let bn=null;return!ci&&(Kt||De.exitDuration)&&this._ngZone.runOutsideAngular(()=>{const Qi=()=>this._finishRippleTransition(ui),Li=()=>this._destroyRipple(ui);fi.addEventListener("transitionend",Qi),fi.addEventListener("transitioncancel",Li),bn={onTransitionEnd:Qi,onTransitionCancel:Li}}),this._activeRipples.set(ui,bn),(ci||!Kt)&&this._finishRippleTransition(ui),ui}fadeOutRipple(Xe){if(2===Xe.state||3===Xe.state)return;const Pe=Xe.element,Oe={...fe,...Xe.config.animation};Pe.style.transitionDuration=`${Oe.exitDuration}ms`,Pe.style.opacity="0",Xe.state=2,(Xe._animationForciblyDisabledThroughCss||!Oe.exitDuration)&&this._finishRippleTransition(Xe)}fadeOutAll(){this._getActiveRipples().forEach(Xe=>Xe.fadeOut())}fadeOutAllNonPersistent(){this._getActiveRipples().forEach(Xe=>{Xe.config.persistent||Xe.fadeOut()})}setupTriggerEvents(Xe){const Pe=(0,m.i8)(Xe);!this._platform.isBrowser||!Pe||Pe===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=Pe,Ke.forEach(Oe=>{_t._eventManager.addHandler(this._ngZone,Oe,Pe,this)}))}handleEvent(Xe){"mousedown"===Xe.type?this._onMousedown(Xe):"touchstart"===Xe.type?this._onTouchStart(Xe):this._onPointerUp(),this._pointerUpEventsRegistered||(this._ngZone.runOutsideAngular(()=>{Ct.forEach(Pe=>{this._triggerElement.addEventListener(Pe,this,et)})}),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(Xe){0===Xe.state?this._startFadeOutTransition(Xe):2===Xe.state&&this._destroyRipple(Xe)}_startFadeOutTransition(Xe){const Pe=Xe===this._mostRecentTransientRipple,{persistent:Oe}=Xe.config;Xe.state=1,!Oe&&(!Pe||!this._isPointerDown)&&Xe.fadeOut()}_destroyRipple(Xe){const Pe=this._activeRipples.get(Xe)??null;this._activeRipples.delete(Xe),this._activeRipples.size||(this._containerRect=null),Xe===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),Xe.state=3,null!==Pe&&(Xe.element.removeEventListener("transitionend",Pe.onTransitionEnd),Xe.element.removeEventListener("transitioncancel",Pe.onTransitionCancel)),Xe.element.remove()}_onMousedown(Xe){const Pe=(0,e._G)(Xe),Oe=this._lastTouchStartEvent&&Date.now(){!Xe.config.persistent&&(1===Xe.state||Xe.config.terminateOnPointerUp&&0===Xe.state)&&Xe.fadeOut()}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){const Xe=this._triggerElement;Xe&&(Ke.forEach(Pe=>_t._eventManager.removeHandler(Pe,Xe,this)),this._pointerUpEventsRegistered&&Ct.forEach(Pe=>Xe.removeEventListener(Pe,this,et)))}}const ke=new t.nKC("mat-ripple-global-options");let Je=(()=>{class Me{get disabled(){return this._disabled}set disabled(Pe){Pe&&this.fadeOutAllNonPersistent(),this._disabled=Pe,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(Pe){this._trigger=Pe,this._setupTriggerEventsIfEnabled()}constructor(Pe,Oe,we,De,$e){this._elementRef=Pe,this._animationMode=$e,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=De||{},this._rippleRenderer=new _t(this,Oe,Pe,we)}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:{...this._globalOptions.animation,..."NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{},...this.animation},terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(Pe,Oe=0,we){return"number"==typeof Pe?this._rippleRenderer.fadeInRipple(Pe,Oe,{...this.rippleConfig,...we}):this._rippleRenderer.fadeInRipple(0,0,{...this.rippleConfig,...Pe})}static{this.\u0275fac=function(Oe){return new(Oe||Me)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(x.OD),t.rXU(ke,8),t.rXU(t.bc$,8))}}static{this.\u0275dir=t.FsC({type:Me,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(Oe,we){2&Oe&&t.AVh("mat-ripple-unbounded",we.unbounded)},inputs:{color:[0,"matRippleColor","color"],unbounded:[0,"matRippleUnbounded","unbounded"],centered:[0,"matRippleCentered","centered"],radius:[0,"matRippleRadius","radius"],animation:[0,"matRippleAnimation","animation"],disabled:[0,"matRippleDisabled","disabled"],trigger:[0,"matRippleTrigger","trigger"]},exportAs:["matRipple"]})}}return Me})(),Qe=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({imports:[ye,ye]})}}return Me})(),nt=(()=>{class Me{constructor(Pe){this._animationMode=Pe,this.state="unchecked",this.disabled=!1,this.appearance="full"}static{this.\u0275fac=function(Oe){return new(Oe||Me)(t.rXU(t.bc$,8))}}static{this.\u0275cmp=t.VBU({type:Me,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:12,hostBindings:function(Oe,we){2&Oe&&t.AVh("mat-pseudo-checkbox-indeterminate","indeterminate"===we.state)("mat-pseudo-checkbox-checked","checked"===we.state)("mat-pseudo-checkbox-disabled",we.disabled)("mat-pseudo-checkbox-minimal","minimal"===we.appearance)("mat-pseudo-checkbox-full","full"===we.appearance)("_mat-animation-noopable","NoopAnimations"===we._animationMode)},inputs:{state:"state",disabled:"disabled",appearance:"appearance"},decls:0,vars:0,template:function(Oe,we){},styles:['.mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-full{border:2px solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}'],encapsulation:2,changeDetection:0})}}return Me})(),Ue=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({imports:[ye]})}}return Me})();const ht=new t.nKC("MAT_OPTION_PARENT_COMPONENT"),wt=new t.nKC("MatOptgroup");let vt=0;class Ze{constructor(Xe,Pe=!1){this.source=Xe,this.isUserInput=Pe}}let jt=(()=>{class Me{get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(Pe){this._disabled=Pe}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get hideSingleSelectionIndicator(){return!(!this._parent||!this._parent.hideSingleSelectionIndicator)}constructor(Pe,Oe,we,De){this._element=Pe,this._changeDetectorRef=Oe,this._parent=we,this.group=De,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+vt++,this.onSelectionChange=new t.bkB,this._stateChanges=new d.B}get active(){return this._active}get viewValue(){return(this._text?.nativeElement.textContent||"").trim()}select(Pe=!0){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),Pe&&this._emitSelectionChangeEvent())}deselect(Pe=!0){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),Pe&&this._emitSelectionChangeEvent())}focus(Pe,Oe){const we=this._getHostElement();"function"==typeof we.focus&&we.focus(Oe)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(Pe){(Pe.keyCode===w.Fm||Pe.keyCode===w.t6)&&!(0,w.rp)(Pe)&&(this._selectViaInteraction(),Pe.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const Pe=this.viewValue;Pe!==this._mostRecentViewValue&&(this._mostRecentViewValue&&this._stateChanges.next(),this._mostRecentViewValue=Pe)}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(Pe=!1){this.onSelectionChange.emit(new Ze(this,Pe))}static{this.\u0275fac=function(Oe){return new(Oe||Me)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(ht,8),t.rXU(wt,8))}}static{this.\u0275cmp=t.VBU({type:Me,selectors:[["mat-option"]],viewQuery:function(Oe,we){if(1&Oe&&t.GBs(k,7),2&Oe){let De;t.mGM(De=t.lsd())&&(we._text=De.first)}},hostAttrs:["role","option",1,"mat-mdc-option","mdc-list-item"],hostVars:11,hostBindings:function(Oe,we){1&Oe&&t.bIt("click",function(){return we._selectViaInteraction()})("keydown",function($e){return we._handleKeydown($e)}),2&Oe&&(t.Mr5("id",we.id),t.BMQ("aria-selected",we.selected)("aria-disabled",we.disabled.toString()),t.AVh("mdc-list-item--selected",we.selected)("mat-mdc-option-multiple",we.multiple)("mat-mdc-option-active",we.active)("mdc-list-item--disabled",we.disabled))},inputs:{value:"value",id:"id",disabled:[2,"disabled","disabled",t.L39]},outputs:{onSelectionChange:"onSelectionChange"},exportAs:["matOption"],features:[t.GFd],ngContentSelectors:V,decls:8,vars:5,consts:[["text",""],["aria-hidden","true",1,"mat-mdc-option-pseudo-checkbox",3,"disabled","state"],[1,"mdc-list-item__primary-text"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"cdk-visually-hidden"],["aria-hidden","true","mat-ripple","",1,"mat-mdc-option-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled"]],template:function(Oe,we){1&Oe&&(t.NAR(F),t.DNE(0,U,1,2,"mat-pseudo-checkbox",1),t.SdG(1),t.j41(2,"span",2,0),t.SdG(4,1),t.k0s(),t.DNE(5,G,1,1,"mat-pseudo-checkbox",3)(6,Y,2,1,"span",4),t.nrm(7,"div",5)),2&Oe&&(t.vxM(we.multiple?0:-1),t.R7$(5),t.vxM(we.multiple||!we.selected||we.hideSingleSelectionIndicator?-1:5),t.R7$(),t.vxM(we.group&&we.group._inert?6:-1),t.R7$(),t.Y8G("matRippleTrigger",we._getHostElement())("matRippleDisabled",we.disabled||we.disableRipple))},dependencies:[Je,nt],styles:['.mat-mdc-option{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--mat-option-label-text-color);font-family:var(--mat-option-label-text-font);line-height:var(--mat-option-label-text-line-height);font-size:var(--mat-option-label-text-size);letter-spacing:var(--mat-option-label-text-tracking);font-weight:var(--mat-option-label-text-weight);min-height:48px}.mat-mdc-option:focus{outline:none}[dir=rtl] .mat-mdc-option,.mat-mdc-option[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-option:hover:not(.mdc-list-item--disabled){background-color:var(--mat-option-hover-state-layer-color)}.mat-mdc-option:focus.mdc-list-item,.mat-mdc-option.mat-mdc-option-active.mdc-list-item{background-color:var(--mat-option-focus-state-layer-color)}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mat-option-selected-state-label-text-color)}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){background-color:var(--mat-option-selected-state-layer-color)}.mat-mdc-option.mdc-list-item{align-items:center}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return Me})();function qe(Me,Xe,Pe){if(Pe.length){let Oe=Xe.toArray(),we=Pe.toArray(),De=0;for(let $e=0;$ePe+Oe?Math.max(0,Me-Oe+Xe):Pe}let Le=(()=>{class Me{static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275mod=t.$C({type:Me})}static{this.\u0275inj=t.G2t({imports:[Qe,ye,Ue]})}}return Me})();const Vt={capture:!0},Zt=["focus","click","mouseenter","touchstart"],Et="mat-ripple-loader-uninitialized",je="mat-ripple-loader-class-name",me="mat-ripple-loader-centered",xe="mat-ripple-loader-disabled";let ce=(()=>{class Me{constructor(){this._document=(0,t.WQX)(l.qQ,{optional:!0}),this._animationMode=(0,t.WQX)(t.bc$,{optional:!0}),this._globalRippleOptions=(0,t.WQX)(ke,{optional:!0}),this._platform=(0,t.WQX)(x.OD),this._ngZone=(0,t.WQX)(t.SKi),this._onInteraction=Pe=>{if(!(Pe.target instanceof HTMLElement))return;const we=Pe.target.closest(`[${Et}]`);we&&this.createRipple(we)},this._ngZone.runOutsideAngular(()=>{for(const Pe of Zt)this._document?.addEventListener(Pe,this._onInteraction,Vt)})}ngOnDestroy(){for(const Pe of Zt)this._document?.removeEventListener(Pe,this._onInteraction,Vt)}configureRipple(Pe,Oe){Pe.setAttribute(Et,""),(Oe.className||!Pe.hasAttribute(je))&&Pe.setAttribute(je,Oe.className||""),Oe.centered&&Pe.setAttribute(me,""),Oe.disabled&&Pe.setAttribute(xe,"")}getRipple(Pe){return Pe.matRipple?Pe.matRipple:this.createRipple(Pe)}setDisabled(Pe,Oe){const we=Pe.matRipple;we?we.disabled=Oe:Oe?Pe.setAttribute(xe,""):Pe.removeAttribute(xe)}createRipple(Pe){if(!this._document)return;Pe.querySelector(".mat-ripple")?.remove();const Oe=this._document.createElement("span");Oe.classList.add("mat-ripple",Pe.getAttribute(je)),Pe.append(Oe);const we=new Je(new t.aKT(Oe),this._ngZone,this._platform,this._globalRippleOptions?this._globalRippleOptions:void 0,this._animationMode?this._animationMode:void 0);return we._isInitialized=!0,we.trigger=Pe,we.centered=Pe.hasAttribute(me),we.disabled=Pe.hasAttribute(xe),this.attachRipple(Pe,we),we}attachRipple(Pe,Oe){Pe.removeAttribute(Et),Pe.matRipple=Oe}static{this.\u0275fac=function(Oe){return new(Oe||Me)}}static{this.\u0275prov=t.jDH({token:Me,factory:Me.\u0275fac,providedIn:"root"})}}return Me})()},5084:(Ve,ee,p)=>{"use strict";p.d(ee,{Vh:()=>Ft,X6:()=>Dt,bU:()=>bn,bZ:()=>ci});var t=p(8617),e=p(6969),C=p(6939),S=p(177),l=p(4438),x=p(8834),m=p(5542),R=p(6600),d=p(1413),w=p(8359),y=p(7786),T=p(7673),k=p(7336),F=p(8203),V=p(6860),U=p(6697),G=p(9172),Y=p(5964),$=p(4085),Z=p(9969),ie=p(9417),ve=p(6467),ae=p(9631);const ye=["mat-calendar-body",""];function ue(ct,Bt){if(1&ct&&(l.j41(0,"tr",0)(1,"td",3),l.EFF(2),l.k0s()()),2&ct){const q=l.XpG();l.R7$(),l.xc7("padding-top",q._cellPadding)("padding-bottom",q._cellPadding),l.BMQ("colspan",q.numCols),l.R7$(),l.SpI(" ",q.label," ")}}function be(ct,Bt){if(1&ct&&(l.j41(0,"td",3),l.EFF(1),l.k0s()),2&ct){const q=l.XpG(2);l.xc7("padding-top",q._cellPadding)("padding-bottom",q._cellPadding),l.BMQ("colspan",q._firstRowOffset),l.R7$(),l.SpI(" ",q._firstRowOffset>=q.labelMinRequiredCells?q.label:""," ")}}function D(ct,Bt){if(1&ct){const q=l.RV6();l.j41(0,"td",6)(1,"button",7),l.bIt("click",function(Ae){const mt=l.eBV(q).$implicit,It=l.XpG(2);return l.Njj(It._cellClicked(mt,Ae))})("focus",function(Ae){const mt=l.eBV(q).$implicit,It=l.XpG(2);return l.Njj(It._emitActiveDateChange(mt,Ae))}),l.j41(2,"span",8),l.EFF(3),l.k0s(),l.nrm(4,"span",9),l.k0s()()}if(2&ct){const q=Bt.$implicit,it=Bt.$index,Ae=l.XpG().$index,mt=l.XpG();l.xc7("width",mt._cellWidth)("padding-top",mt._cellPadding)("padding-bottom",mt._cellPadding),l.BMQ("data-mat-row",Ae)("data-mat-col",it),l.R7$(),l.AVh("mat-calendar-body-disabled",!q.enabled)("mat-calendar-body-active",mt._isActiveCell(Ae,it))("mat-calendar-body-range-start",mt._isRangeStart(q.compareValue))("mat-calendar-body-range-end",mt._isRangeEnd(q.compareValue))("mat-calendar-body-in-range",mt._isInRange(q.compareValue))("mat-calendar-body-comparison-bridge-start",mt._isComparisonBridgeStart(q.compareValue,Ae,it))("mat-calendar-body-comparison-bridge-end",mt._isComparisonBridgeEnd(q.compareValue,Ae,it))("mat-calendar-body-comparison-start",mt._isComparisonStart(q.compareValue))("mat-calendar-body-comparison-end",mt._isComparisonEnd(q.compareValue))("mat-calendar-body-in-comparison-range",mt._isInComparisonRange(q.compareValue))("mat-calendar-body-preview-start",mt._isPreviewStart(q.compareValue))("mat-calendar-body-preview-end",mt._isPreviewEnd(q.compareValue))("mat-calendar-body-in-preview",mt._isInPreview(q.compareValue)),l.Y8G("ngClass",q.cssClasses)("tabindex",mt._isActiveCell(Ae,it)?0:-1),l.BMQ("aria-label",q.ariaLabel)("aria-disabled",!q.enabled||null)("aria-pressed",mt._isSelected(q.compareValue))("aria-current",mt.todayValue===q.compareValue?"date":null)("aria-describedby",mt._getDescribedby(q.compareValue)),l.R7$(),l.AVh("mat-calendar-body-selected",mt._isSelected(q.compareValue))("mat-calendar-body-comparison-identical",mt._isComparisonIdentical(q.compareValue))("mat-calendar-body-today",mt.todayValue===q.compareValue),l.R7$(),l.SpI(" ",q.displayValue," ")}}function n(ct,Bt){if(1&ct&&(l.j41(0,"tr",1),l.DNE(1,be,2,6,"td",4),l.Z7z(2,D,5,48,"td",5,l.fX1),l.k0s()),2&ct){const q=Bt.$implicit,it=Bt.$index,Ae=l.XpG();l.R7$(),l.vxM(0===it&&Ae._firstRowOffset?1:-1),l.R7$(),l.Dyx(q)}}function c(ct,Bt){if(1&ct&&(l.j41(0,"th",2)(1,"span",5),l.EFF(2),l.k0s(),l.j41(3,"span",6),l.EFF(4),l.k0s()()),2&ct){const q=Bt.$implicit;l.R7$(2),l.JRh(q.long),l.R7$(2),l.JRh(q.narrow)}}const f=["*"];function h(ct,Bt){}function M(ct,Bt){if(1&ct){const q=l.RV6();l.j41(0,"mat-month-view",4),l.mxI("activeDateChange",function(Ae){l.eBV(q);const mt=l.XpG();return l.DH7(mt.activeDate,Ae)||(mt.activeDate=Ae),l.Njj(Ae)}),l.bIt("_userSelection",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._dateSelected(Ae))})("dragStarted",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._dragStarted(Ae))})("dragEnded",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._dragEnded(Ae))}),l.k0s()}if(2&ct){const q=l.XpG();l.R50("activeDate",q.activeDate),l.Y8G("selected",q.selected)("dateFilter",q.dateFilter)("maxDate",q.maxDate)("minDate",q.minDate)("dateClass",q.dateClass)("comparisonStart",q.comparisonStart)("comparisonEnd",q.comparisonEnd)("startDateAccessibleName",q.startDateAccessibleName)("endDateAccessibleName",q.endDateAccessibleName)("activeDrag",q._activeDrag)}}function L(ct,Bt){if(1&ct){const q=l.RV6();l.j41(0,"mat-year-view",5),l.mxI("activeDateChange",function(Ae){l.eBV(q);const mt=l.XpG();return l.DH7(mt.activeDate,Ae)||(mt.activeDate=Ae),l.Njj(Ae)}),l.bIt("monthSelected",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._monthSelectedInYearView(Ae))})("selectedChange",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._goToDateInView(Ae,"month"))}),l.k0s()}if(2&ct){const q=l.XpG();l.R50("activeDate",q.activeDate),l.Y8G("selected",q.selected)("dateFilter",q.dateFilter)("maxDate",q.maxDate)("minDate",q.minDate)("dateClass",q.dateClass)}}function O(ct,Bt){if(1&ct){const q=l.RV6();l.j41(0,"mat-multi-year-view",6),l.mxI("activeDateChange",function(Ae){l.eBV(q);const mt=l.XpG();return l.DH7(mt.activeDate,Ae)||(mt.activeDate=Ae),l.Njj(Ae)}),l.bIt("yearSelected",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._yearSelectedInMultiYearView(Ae))})("selectedChange",function(Ae){l.eBV(q);const mt=l.XpG();return l.Njj(mt._goToDateInView(Ae,"year"))}),l.k0s()}if(2&ct){const q=l.XpG();l.R50("activeDate",q.activeDate),l.Y8G("selected",q.selected)("dateFilter",q.dateFilter)("maxDate",q.maxDate)("minDate",q.minDate)("dateClass",q.dateClass)}}function _(ct,Bt){}const r=["button"],v=[[["","matDatepickerToggleIcon",""]]],z=["[matDatepickerToggleIcon]"];function N(ct,Bt){1&ct&&(l.qSk(),l.j41(0,"svg",2),l.nrm(1,"path",3),l.k0s())}let rt=(()=>{class ct{constructor(){this.changes=new d.B,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.closeCalendarLabel="Close calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.prevMultiYearLabel="Previous 24 years",this.nextMultiYearLabel="Next 24 years",this.switchToMonthViewLabel="Choose date",this.switchToMultiYearViewLabel="Choose month and year",this.startDateLabel="Start date",this.endDateLabel="End date"}formatYearRange(q,it){return`${q} \u2013 ${it}`}formatYearRangeLabel(q,it){return`${q} to ${it}`}static{this.\u0275fac=function(it){return new(it||ct)}}static{this.\u0275prov=l.jDH({token:ct,factory:ct.\u0275fac,providedIn:"root"})}}return ct})();class re{constructor(Bt,q,it,Ae,mt={},It=Bt,Ci){this.value=Bt,this.displayValue=q,this.ariaLabel=it,this.enabled=Ae,this.cssClasses=mt,this.compareValue=It,this.rawValue=Ci}}let te=1;const oe=(0,V.BQ)({passive:!1,capture:!0}),_e=(0,V.BQ)({passive:!0,capture:!0}),de=(0,V.BQ)({passive:!0});let pe=(()=>{class ct{ngAfterViewChecked(){this._focusActiveCellAfterViewChecked&&(this._focusActiveCell(),this._focusActiveCellAfterViewChecked=!1)}constructor(q,it){this._elementRef=q,this._ngZone=it,this._platform=(0,l.WQX)(V.OD),this._focusActiveCellAfterViewChecked=!1,this.numCols=7,this.activeCell=0,this.isRange=!1,this.cellAspectRatio=1,this.previewStart=null,this.previewEnd=null,this.selectedValueChange=new l.bkB,this.previewChange=new l.bkB,this.activeDateChange=new l.bkB,this.dragStarted=new l.bkB,this.dragEnded=new l.bkB,this._didDragSinceMouseDown=!1,this._enterHandler=Ae=>{if(this._skipNextFocus&&"focus"===Ae.type)this._skipNextFocus=!1;else if(Ae.target&&this.isRange){const mt=this._getCellFromElement(Ae.target);mt&&this._ngZone.run(()=>this.previewChange.emit({value:mt.enabled?mt:null,event:Ae}))}},this._touchmoveHandler=Ae=>{if(!this.isRange)return;const mt=Ke(Ae),It=mt?this._getCellFromElement(mt):null;mt!==Ae.target&&(this._didDragSinceMouseDown=!0),se(Ae.target)&&Ae.preventDefault(),this._ngZone.run(()=>this.previewChange.emit({value:It?.enabled?It:null,event:Ae}))},this._leaveHandler=Ae=>{null!==this.previewEnd&&this.isRange&&("blur"!==Ae.type&&(this._didDragSinceMouseDown=!0),Ae.target&&this._getCellFromElement(Ae.target)&&(!Ae.relatedTarget||!this._getCellFromElement(Ae.relatedTarget))&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:Ae})))},this._mousedownHandler=Ae=>{if(!this.isRange)return;this._didDragSinceMouseDown=!1;const mt=Ae.target&&this._getCellFromElement(Ae.target);!mt||!this._isInRange(mt.compareValue)||this._ngZone.run(()=>{this.dragStarted.emit({value:mt.rawValue,event:Ae})})},this._mouseupHandler=Ae=>{if(!this.isRange)return;const mt=se(Ae.target);mt?mt.closest(".mat-calendar-body")===this._elementRef.nativeElement&&this._ngZone.run(()=>{const It=this._getCellFromElement(mt);this.dragEnded.emit({value:It?.rawValue??null,event:Ae})}):this._ngZone.run(()=>{this.dragEnded.emit({value:null,event:Ae})})},this._touchendHandler=Ae=>{const mt=Ke(Ae);mt&&this._mouseupHandler({target:mt})},this._id="mat-calendar-body-"+te++,this._startDateLabelId=`${this._id}-start-date`,this._endDateLabelId=`${this._id}-end-date`,it.runOutsideAngular(()=>{const Ae=q.nativeElement;Ae.addEventListener("touchmove",this._touchmoveHandler,oe),Ae.addEventListener("mouseenter",this._enterHandler,_e),Ae.addEventListener("focus",this._enterHandler,_e),Ae.addEventListener("mouseleave",this._leaveHandler,_e),Ae.addEventListener("blur",this._leaveHandler,_e),Ae.addEventListener("mousedown",this._mousedownHandler,de),Ae.addEventListener("touchstart",this._mousedownHandler,de),this._platform.isBrowser&&(window.addEventListener("mouseup",this._mouseupHandler),window.addEventListener("touchend",this._touchendHandler))})}_cellClicked(q,it){this._didDragSinceMouseDown||q.enabled&&this.selectedValueChange.emit({value:q.value,event:it})}_emitActiveDateChange(q,it){q.enabled&&this.activeDateChange.emit({value:q.value,event:it})}_isSelected(q){return this.startValue===q||this.endValue===q}ngOnChanges(q){const it=q.numCols,{rows:Ae,numCols:mt}=this;(q.rows||it)&&(this._firstRowOffset=Ae&&Ae.length&&Ae[0].length?mt-Ae[0].length:0),(q.cellAspectRatio||it||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/mt+"%"),(it||!this._cellWidth)&&(this._cellWidth=100/mt+"%")}ngOnDestroy(){const q=this._elementRef.nativeElement;q.removeEventListener("touchmove",this._touchmoveHandler,oe),q.removeEventListener("mouseenter",this._enterHandler,_e),q.removeEventListener("focus",this._enterHandler,_e),q.removeEventListener("mouseleave",this._leaveHandler,_e),q.removeEventListener("blur",this._leaveHandler,_e),q.removeEventListener("mousedown",this._mousedownHandler,de),q.removeEventListener("touchstart",this._mousedownHandler,de),this._platform.isBrowser&&(window.removeEventListener("mouseup",this._mouseupHandler),window.removeEventListener("touchend",this._touchendHandler))}_isActiveCell(q,it){let Ae=q*this.numCols+it;return q&&(Ae-=this._firstRowOffset),Ae==this.activeCell}_focusActiveCell(q=!0){this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,U.s)(1)).subscribe(()=>{setTimeout(()=>{const it=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");it&&(q||(this._skipNextFocus=!0),it.focus())})})})}_scheduleFocusActiveCellAfterViewChecked(){this._focusActiveCellAfterViewChecked=!0}_isRangeStart(q){return fe(q,this.startValue,this.endValue)}_isRangeEnd(q){return he(q,this.startValue,this.endValue)}_isInRange(q){return et(q,this.startValue,this.endValue,this.isRange)}_isComparisonStart(q){return fe(q,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(q,it,Ae){if(!this._isComparisonStart(q)||this._isRangeStart(q)||!this._isInRange(q))return!1;let mt=this.rows[it][Ae-1];if(!mt){const It=this.rows[it-1];mt=It&&It[It.length-1]}return mt&&!this._isRangeEnd(mt.compareValue)}_isComparisonBridgeEnd(q,it,Ae){if(!this._isComparisonEnd(q)||this._isRangeEnd(q)||!this._isInRange(q))return!1;let mt=this.rows[it][Ae+1];if(!mt){const It=this.rows[it+1];mt=It&&It[0]}return mt&&!this._isRangeStart(mt.compareValue)}_isComparisonEnd(q){return he(q,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(q){return et(q,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(q){return this.comparisonStart===this.comparisonEnd&&q===this.comparisonStart}_isPreviewStart(q){return fe(q,this.previewStart,this.previewEnd)}_isPreviewEnd(q){return he(q,this.previewStart,this.previewEnd)}_isInPreview(q){return et(q,this.previewStart,this.previewEnd,this.isRange)}_getDescribedby(q){return this.isRange?this.startValue===q&&this.endValue===q?`${this._startDateLabelId} ${this._endDateLabelId}`:this.startValue===q?this._startDateLabelId:this.endValue===q?this._endDateLabelId:null:null}_getCellFromElement(q){const it=se(q);if(it){const Ae=it.getAttribute("data-mat-row"),mt=it.getAttribute("data-mat-col");if(Ae&&mt)return this.rows[parseInt(Ae)][parseInt(mt)]}return null}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(l.aKT),l.rXU(l.SKi))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange",activeDateChange:"activeDateChange",dragStarted:"dragStarted",dragEnded:"dragEnded"},exportAs:["matCalendarBody"],features:[l.OA$],attrs:ye,decls:7,vars:5,consts:[["aria-hidden","true"],["role","row"],[1,"mat-calendar-body-hidden-label",3,"id"],[1,"mat-calendar-body-label"],[1,"mat-calendar-body-label",3,"paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"click","focus","ngClass","tabindex"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(it,Ae){1&it&&(l.DNE(0,ue,3,6,"tr",0),l.Z7z(1,n,4,1,"tr",1,l.fX1),l.j41(3,"label",2),l.EFF(4),l.k0s(),l.j41(5,"label",2),l.EFF(6),l.k0s()),2&it&&(l.vxM(Ae._firstRowOffset.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color);border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color);color:var(--mat-datepicker-calendar-date-selected-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color)}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color)}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color)}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}'],encapsulation:2,changeDetection:0})}}return ct})();function We(ct){return"TD"===ct?.nodeName}function se(ct){let Bt;return We(ct)?Bt=ct:We(ct.parentNode)?Bt=ct.parentNode:We(ct.parentNode?.parentNode)&&(Bt=ct.parentNode.parentNode),null!=Bt?.getAttribute("data-mat-row")?Bt:null}function fe(ct,Bt,q){return null!==q&&Bt!==q&&ct=Bt&&ct===q}function et(ct,Bt,q,it){return it&&null!==Bt&&null!==q&&Bt!==q&&ct>=Bt&&ct<=q}function Ke(ct){const Bt=ct.changedTouches[0];return document.elementFromPoint(Bt.clientX,Bt.clientY)}class Ct{constructor(Bt,q){this.start=Bt,this.end=q}}let _t=(()=>{class ct{constructor(q,it){this.selection=q,this._adapter=it,this._selectionChanged=new d.B,this.selectionChanged=this._selectionChanged,this.selection=q}updateSelection(q,it){const Ae=this.selection;this.selection=q,this._selectionChanged.next({selection:q,source:it,oldValue:Ae})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(q){return this._adapter.isDateInstance(q)&&this._adapter.isValid(q)}static{this.\u0275fac=function(it){l.QTQ()}}static{this.\u0275prov=l.jDH({token:ct,factory:ct.\u0275fac})}}return ct})(),Nt=(()=>{class ct extends _t{constructor(q){super(null,q)}add(q){super.updateSelection(q,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const q=new ct(this._adapter);return q.updateSelection(this.selection,this),q}static{this.\u0275fac=function(it){return new(it||ct)(l.KVO(R.MJ))}}static{this.\u0275prov=l.jDH({token:ct,factory:ct.\u0275fac})}}return ct})();const Qe={provide:_t,deps:[[new l.Xx1,new l.kdw,_t],R.MJ],useFactory:function Je(ct,Bt){return ct||new Nt(Bt)}},ht=new l.nKC("MAT_DATE_RANGE_SELECTION_STRATEGY");let Ze=(()=>{class ct{get activeDate(){return this._activeDate}set activeDate(q){const it=this._activeDate,Ae=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Ae,this.minDate,this.maxDate),this._hasSameMonthAndYear(it,this._activeDate)||this._init()}get selected(){return this._selected}set selected(q){this._selected=q instanceof Ct?q:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q)),this._setRanges(this._selected)}get minDate(){return this._minDate}set minDate(q){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get maxDate(){return this._maxDate}set maxDate(q){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}constructor(q,it,Ae,mt,It){this._changeDetectorRef=q,this._dateFormats=it,this._dateAdapter=Ae,this._dir=mt,this._rangeStrategy=It,this._rerenderSubscription=w.yU.EMPTY,this.activeDrag=null,this.selectedChange=new l.bkB,this._userSelection=new l.bkB,this.dragStarted=new l.bkB,this.dragEnded=new l.bkB,this.activeDateChange=new l.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,G.Z)(null)).subscribe(()=>this._init())}ngOnChanges(q){const it=q.comparisonStart||q.comparisonEnd;it&&!it.firstChange&&this._setRanges(this.selected),q.activeDrag&&!this.activeDrag&&this._clearPreview()}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(q){const it=q.value,Ae=this._getDateFromDayOfMonth(it);let mt,It;this._selected instanceof Ct?(mt=this._getDateInCurrentMonth(this._selected.start),It=this._getDateInCurrentMonth(this._selected.end)):mt=It=this._getDateInCurrentMonth(this._selected),(mt!==it||It!==it)&&this.selectedChange.emit(Ae),this._userSelection.emit({value:Ae,event:q.event}),this._clearPreview(),this._changeDetectorRef.markForCheck()}_updateActiveDate(q){const Ae=this._activeDate;this.activeDate=this._getDateFromDayOfMonth(q.value),this._dateAdapter.compareDate(Ae,this.activeDate)&&this.activeDateChange.emit(this._activeDate)}_handleCalendarBodyKeydown(q){const it=this._activeDate,Ae=this._isRtl();switch(q.keyCode){case k.UQ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Ae?1:-1);break;case k.LE:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Ae?-1:1);break;case k.i7:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case k.n6:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case k.yZ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case k.Kp:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case k.w_:this.activeDate=q.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case k.dB:this.activeDate=q.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case k.Fm:case k.t6:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&q.preventDefault());case k._f:return void(null!=this._previewEnd&&!(0,k.rp)(q)&&(this._clearPreview(),this.activeDrag?this.dragEnded.emit({value:null,event:q}):(this.selectedChange.emit(null),this._userSelection.emit({value:null,event:q})),q.preventDefault(),q.stopPropagation()));default:return}this._dateAdapter.compareDate(it,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),q.preventDefault()}_handleCalendarBodyKeyup(q){(q.keyCode===k.t6||q.keyCode===k.Fm)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:q}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate=this._getCellCompareValue(this._dateAdapter.today()),this._monthLabel=this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();let q=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(q)-this._dateAdapter.getFirstDayOfWeek())%7,this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(q){this._matCalendarBody._focusActiveCell(q)}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_previewChanged({event:q,value:it}){if(this._rangeStrategy){const Ae=it?it.rawValue:null,mt=this._rangeStrategy.createPreview(Ae,this.selected,q);if(this._previewStart=this._getCellCompareValue(mt.start),this._previewEnd=this._getCellCompareValue(mt.end),this.activeDrag&&Ae){const It=this._rangeStrategy.createDrag?.(this.activeDrag.value,this.selected,Ae,q);It&&(this._previewStart=this._getCellCompareValue(It.start),this._previewEnd=this._getCellCompareValue(It.end))}this._changeDetectorRef.detectChanges()}}_dragEnded(q){if(this.activeDrag)if(q.value){const it=this._rangeStrategy?.createDrag?.(this.activeDrag.value,this.selected,q.value,q.event);this.dragEnded.emit({value:it??null,event:q.event})}else this.dragEnded.emit({value:null,event:q.event})}_getDateFromDayOfMonth(q){return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),q)}_initWeekdays(){const q=this._dateAdapter.getFirstDayOfWeek(),it=this._dateAdapter.getDayOfWeekNames("narrow");let mt=this._dateAdapter.getDayOfWeekNames("long").map((It,Ci)=>({long:It,narrow:it[Ci]}));this._weekdays=mt.slice(q).concat(mt.slice(0,q))}_createWeekCells(){const q=this._dateAdapter.getNumDaysInMonth(this.activeDate),it=this._dateAdapter.getDateNames();this._weeks=[[]];for(let Ae=0,mt=this._firstWeekOffset;Ae=0)&&(!this.maxDate||this._dateAdapter.compareDate(q,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(q))}_getDateInCurrentMonth(q){return q&&this._hasSameMonthAndYear(q,this.activeDate)?this._dateAdapter.getDate(q):null}_hasSameMonthAndYear(q,it){return!(!q||!it||this._dateAdapter.getMonth(q)!=this._dateAdapter.getMonth(it)||this._dateAdapter.getYear(q)!=this._dateAdapter.getYear(it))}_getCellCompareValue(q){if(q){const it=this._dateAdapter.getYear(q),Ae=this._dateAdapter.getMonth(q),mt=this._dateAdapter.getDate(q);return new Date(it,Ae,mt).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(q){q instanceof Ct?(this._rangeStart=this._getCellCompareValue(q.start),this._rangeEnd=this._getCellCompareValue(q.end),this._isRange=!0):(this._rangeStart=this._rangeEnd=this._getCellCompareValue(q),this._isRange=!1),this._comparisonRangeStart=this._getCellCompareValue(this.comparisonStart),this._comparisonRangeEnd=this._getCellCompareValue(this.comparisonEnd)}_canSelect(q){return!this.dateFilter||this.dateFilter(q)}_clearPreview(){this._previewStart=this._previewEnd=null}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(l.gRc),l.rXU(R.de,8),l.rXU(R.MJ,8),l.rXU(F.dS,8),l.rXU(ht,8))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-month-view"]],viewQuery:function(it,Ae){if(1&it&&l.GBs(pe,5),2&it){let mt;l.mGM(mt=l.lsd())&&(Ae._matCalendarBody=mt.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName",activeDrag:"activeDrag"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",dragStarted:"dragStarted",dragEnded:"dragEnded",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],features:[l.OA$],decls:8,vars:14,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col"],["aria-hidden","true","colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"selectedValueChange","activeDateChange","previewChange","dragStarted","dragEnded","keyup","keydown","label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","startDateAccessibleName","endDateAccessibleName"],[1,"cdk-visually-hidden"],["aria-hidden","true"]],template:function(it,Ae){1&it&&(l.j41(0,"table",0)(1,"thead",1)(2,"tr"),l.Z7z(3,c,5,2,"th",2,l.fX1),l.k0s(),l.j41(5,"tr"),l.nrm(6,"th",3),l.k0s()(),l.j41(7,"tbody",4),l.bIt("selectedValueChange",function(It){return Ae._dateSelected(It)})("activeDateChange",function(It){return Ae._updateActiveDate(It)})("previewChange",function(It){return Ae._previewChanged(It)})("dragStarted",function(It){return Ae.dragStarted.emit(It)})("dragEnded",function(It){return Ae._dragEnded(It)})("keyup",function(It){return Ae._handleCalendarBodyKeyup(It)})("keydown",function(It){return Ae._handleCalendarBodyKeydown(It)}),l.k0s()()),2&it&&(l.R7$(3),l.Dyx(Ae._weekdays),l.R7$(4),l.Y8G("label",Ae._monthLabel)("rows",Ae._weeks)("todayValue",Ae._todayDate)("startValue",Ae._rangeStart)("endValue",Ae._rangeEnd)("comparisonStart",Ae._comparisonRangeStart)("comparisonEnd",Ae._comparisonRangeEnd)("previewStart",Ae._previewStart)("previewEnd",Ae._previewEnd)("isRange",Ae._isRange)("labelMinRequiredCells",3)("activeCell",Ae._dateAdapter.getDate(Ae.activeDate)-1)("startDateAccessibleName",Ae.startDateAccessibleName)("endDateAccessibleName",Ae.endDateAccessibleName))},dependencies:[pe],encapsulation:2,changeDetection:0})}}return ct})();const jt=24;let dt=(()=>{class ct{get activeDate(){return this._activeDate}set activeDate(q){let it=this._activeDate;const Ae=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Ae,this.minDate,this.maxDate),Le(this._dateAdapter,it,this._activeDate,this.minDate,this.maxDate)||this._init()}get selected(){return this._selected}set selected(q){this._selected=q instanceof Ct?q:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q)),this._setSelectedYear(q)}get minDate(){return this._minDate}set minDate(q){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get maxDate(){return this._maxDate}set maxDate(q){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}constructor(q,it,Ae){this._changeDetectorRef=q,this._dateAdapter=it,this._dir=Ae,this._rerenderSubscription=w.yU.EMPTY,this.selectedChange=new l.bkB,this.yearSelected=new l.bkB,this.activeDateChange=new l.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,G.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear=this._dateAdapter.getYear(this._dateAdapter.today());const it=this._dateAdapter.getYear(this._activeDate)-Vt(this._dateAdapter,this.activeDate,this.minDate,this.maxDate);this._years=[];for(let Ae=0,mt=[];Aethis._createCellForYear(It))),mt=[]);this._changeDetectorRef.markForCheck()}_yearSelected(q){const it=q.value,Ae=this._dateAdapter.createDate(it,0,1),mt=this._getDateFromYear(it);this.yearSelected.emit(Ae),this.selectedChange.emit(mt)}_updateActiveDate(q){const Ae=this._activeDate;this.activeDate=this._getDateFromYear(q.value),this._dateAdapter.compareDate(Ae,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(q){const it=this._activeDate,Ae=this._isRtl();switch(q.keyCode){case k.UQ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Ae?1:-1);break;case k.LE:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Ae?-1:1);break;case k.i7:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case k.n6:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case k.yZ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-Vt(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case k.Kp:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,jt-Vt(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case k.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,q.altKey?10*-jt:-jt);break;case k.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,q.altKey?10*jt:jt);break;case k.Fm:case k.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(it,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked(),q.preventDefault()}_handleCalendarBodyKeyup(q){(q.keyCode===k.t6||q.keyCode===k.Fm)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:q}),this._selectionKeyPressed=!1)}_getActiveCell(){return Vt(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getDateFromYear(q){const it=this._dateAdapter.getMonth(this.activeDate),Ae=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(q,it,1));return this._dateAdapter.createDate(q,it,Math.min(this._dateAdapter.getDate(this.activeDate),Ae))}_createCellForYear(q){const it=this._dateAdapter.createDate(q,0,1),Ae=this._dateAdapter.getYearName(it),mt=this.dateClass?this.dateClass(it,"multi-year"):void 0;return new re(q,Ae,Ae,this._shouldEnableYear(q),mt)}_shouldEnableYear(q){if(null==q||this.maxDate&&q>this._dateAdapter.getYear(this.maxDate)||this.minDate&&q{class ct{get activeDate(){return this._activeDate}set activeDate(q){let it=this._activeDate;const Ae=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Ae,this.minDate,this.maxDate),this._dateAdapter.getYear(it)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}get selected(){return this._selected}set selected(q){this._selected=q instanceof Ct?q:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q)),this._setSelectedMonth(q)}get minDate(){return this._minDate}set minDate(q){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get maxDate(){return this._maxDate}set maxDate(q){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}constructor(q,it,Ae,mt){this._changeDetectorRef=q,this._dateFormats=it,this._dateAdapter=Ae,this._dir=mt,this._rerenderSubscription=w.yU.EMPTY,this.selectedChange=new l.bkB,this.monthSelected=new l.bkB,this.activeDateChange=new l.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,G.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(q){const it=q.value,Ae=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),it,1);this.monthSelected.emit(Ae);const mt=this._getDateFromMonth(it);this.selectedChange.emit(mt)}_updateActiveDate(q){const Ae=this._activeDate;this.activeDate=this._getDateFromMonth(q.value),this._dateAdapter.compareDate(Ae,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(q){const it=this._activeDate,Ae=this._isRtl();switch(q.keyCode){case k.UQ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Ae?1:-1);break;case k.LE:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Ae?-1:1);break;case k.i7:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case k.n6:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case k.yZ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case k.Kp:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case k.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,q.altKey?-10:-1);break;case k.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,q.altKey?10:1);break;case k.Fm:case k.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(it,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),q.preventDefault()}_handleCalendarBodyKeyup(q){(q.keyCode===k.t6||q.keyCode===k.Fm)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:q}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);let q=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(it=>it.map(Ae=>this._createCellForMonth(Ae,q[Ae]))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getMonthInCurrentYear(q){return q&&this._dateAdapter.getYear(q)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(q):null}_getDateFromMonth(q){const it=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),q,1),Ae=this._dateAdapter.getNumDaysInMonth(it);return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),q,Math.min(this._dateAdapter.getDate(this.activeDate),Ae))}_createCellForMonth(q,it){const Ae=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),q,1),mt=this._dateAdapter.format(Ae,this._dateFormats.display.monthYearA11yLabel),It=this.dateClass?this.dateClass(Ae,"year"):void 0;return new re(q,it.toLocaleUpperCase(),mt,this._shouldEnableMonth(q),It)}_shouldEnableMonth(q){const it=this._dateAdapter.getYear(this.activeDate);if(null==q||this._isYearAndMonthAfterMaxDate(it,q)||this._isYearAndMonthBeforeMinDate(it,q))return!1;if(!this.dateFilter)return!0;for(let mt=this._dateAdapter.createDate(it,q,1);this._dateAdapter.getMonth(mt)==q;mt=this._dateAdapter.addCalendarDays(mt,1))if(this.dateFilter(mt))return!0;return!1}_isYearAndMonthAfterMaxDate(q,it){if(this.maxDate){const Ae=this._dateAdapter.getYear(this.maxDate),mt=this._dateAdapter.getMonth(this.maxDate);return q>Ae||q===Ae&&it>mt}return!1}_isYearAndMonthBeforeMinDate(q,it){if(this.minDate){const Ae=this._dateAdapter.getYear(this.minDate),mt=this._dateAdapter.getMonth(this.minDate);return q{class ct{constructor(q,it,Ae,mt,It){this._intl=q,this.calendar=it,this._dateAdapter=Ae,this._dateFormats=mt,this._id="mat-calendar-header-"+me++,this._periodButtonLabelId=`${this._id}-period-label`,this.calendar.stateChanges.subscribe(()=>It.markForCheck())}get periodButtonText(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRange(...this._formatMinAndMaxYearLabels())}get periodButtonDescription(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRangeLabel(...this._formatMinAndMaxYearLabels())}get periodButtonLabel(){return"month"==this.calendar.currentView?this._intl.switchToMultiYearViewLabel:this._intl.switchToMonthViewLabel}get prevButtonLabel(){return{month:this._intl.prevMonthLabel,year:this._intl.prevYearLabel,"multi-year":this._intl.prevMultiYearLabel}[this.calendar.currentView]}get nextButtonLabel(){return{month:this._intl.nextMonthLabel,year:this._intl.nextYearLabel,"multi-year":this._intl.nextMultiYearLabel}[this.calendar.currentView]}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-jt)}nextClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:jt)}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_isSameView(q,it){return"month"==this.calendar.currentView?this._dateAdapter.getYear(q)==this._dateAdapter.getYear(it)&&this._dateAdapter.getMonth(q)==this._dateAdapter.getMonth(it):"year"==this.calendar.currentView?this._dateAdapter.getYear(q)==this._dateAdapter.getYear(it):Le(this._dateAdapter,q,it,this.calendar.minDate,this.calendar.maxDate)}_formatMinAndMaxYearLabels(){const it=this._dateAdapter.getYear(this.calendar.activeDate)-Vt(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),Ae=it+jt-1;return[this._dateAdapter.getYearName(this._dateAdapter.createDate(it,0,1)),this._dateAdapter.getYearName(this._dateAdapter.createDate(Ae,0,1))]}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(rt),l.rXU((0,l.Rfq)(()=>ce)),l.rXU(R.MJ,8),l.rXU(R.de,8),l.rXU(l.gRc))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],ngContentSelectors:f,decls:13,vars:11,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["mat-button","","type","button","aria-live","polite",1,"mat-calendar-period-button",3,"click"],["aria-hidden","true"],["viewBox","0 0 10 5","focusable","false","aria-hidden","true",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["mat-icon-button","","type","button",1,"mat-calendar-previous-button",3,"click","disabled"],["mat-icon-button","","type","button",1,"mat-calendar-next-button",3,"click","disabled"],[1,"mat-calendar-hidden-label",3,"id"]],template:function(it,Ae){1&it&&(l.NAR(),l.j41(0,"div",0)(1,"div",1)(2,"button",2),l.bIt("click",function(){return Ae.currentPeriodClicked()}),l.j41(3,"span",3),l.EFF(4),l.k0s(),l.qSk(),l.j41(5,"svg",4),l.nrm(6,"polygon",5),l.k0s()(),l.joV(),l.nrm(7,"div",6),l.SdG(8),l.j41(9,"button",7),l.bIt("click",function(){return Ae.previousClicked()}),l.k0s(),l.j41(10,"button",8),l.bIt("click",function(){return Ae.nextClicked()}),l.k0s()()(),l.j41(11,"label",9),l.EFF(12),l.k0s()),2&it&&(l.R7$(2),l.BMQ("aria-label",Ae.periodButtonLabel)("aria-describedby",Ae._periodButtonLabelId),l.R7$(2),l.JRh(Ae.periodButtonText),l.R7$(),l.AVh("mat-calendar-invert","month"!==Ae.calendar.currentView),l.R7$(4),l.Y8G("disabled",!Ae.previousEnabled()),l.BMQ("aria-label",Ae.prevButtonLabel),l.R7$(),l.Y8G("disabled",!Ae.nextEnabled()),l.BMQ("aria-label",Ae.nextButtonLabel),l.R7$(),l.Y8G("id",Ae._periodButtonLabelId),l.R7$(),l.JRh(Ae.periodButtonDescription))},dependencies:[x.$z,x.iY],encapsulation:2,changeDetection:0})}}return ct})(),ce=(()=>{class ct{get startAt(){return this._startAt}set startAt(q){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get selected(){return this._selected}set selected(q){this._selected=q instanceof Ct?q:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get minDate(){return this._minDate}set minDate(q){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get maxDate(){return this._maxDate}set maxDate(q){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get activeDate(){return this._clampedActiveDate}set activeDate(q){this._clampedActiveDate=this._dateAdapter.clampDate(q,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}get currentView(){return this._currentView}set currentView(q){const it=this._currentView!==q?q:null;this._currentView=q,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),it&&this.viewChanged.emit(it)}constructor(q,it,Ae,mt){this._dateAdapter=it,this._dateFormats=Ae,this._changeDetectorRef=mt,this._moveFocusOnNextTick=!1,this.startView="month",this.selectedChange=new l.bkB,this.yearSelected=new l.bkB,this.monthSelected=new l.bkB,this.viewChanged=new l.bkB(!0),this._userSelection=new l.bkB,this._userDragDrop=new l.bkB,this._activeDrag=null,this.stateChanges=new d.B,this._intlChanges=q.changes.subscribe(()=>{mt.markForCheck(),this.stateChanges.next()})}ngAfterContentInit(){this._calendarHeaderPortal=new C.A8(this.headerComponent||xe),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(q){const it=q.minDate&&!this._dateAdapter.sameDate(q.minDate.previousValue,q.minDate.currentValue)?q.minDate:void 0,Ae=q.maxDate&&!this._dateAdapter.sameDate(q.maxDate.previousValue,q.maxDate.currentValue)?q.maxDate:void 0,mt=it||Ae||q.dateFilter;if(mt&&!mt.firstChange){const It=this._getCurrentViewComponent();It&&(this._changeDetectorRef.detectChanges(),It._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(q){const it=q.value;(this.selected instanceof Ct||it&&!this._dateAdapter.sameDate(it,this.selected))&&this.selectedChange.emit(it),this._userSelection.emit(q)}_yearSelectedInMultiYearView(q){this.yearSelected.emit(q)}_monthSelectedInYearView(q){this.monthSelected.emit(q)}_goToDateInView(q,it){this.activeDate=q,this.currentView=it}_dragStarted(q){this._activeDrag=q}_dragEnded(q){this._activeDrag&&(q.value&&this._userDragDrop.emit(q),this._activeDrag=null)}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(rt),l.rXU(R.MJ,8),l.rXU(R.de,8),l.rXU(l.gRc))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-calendar"]],viewQuery:function(it,Ae){if(1&it&&(l.GBs(Ze,5),l.GBs(je,5),l.GBs(dt,5)),2&it){let mt;l.mGM(mt=l.lsd())&&(Ae.monthView=mt.first),l.mGM(mt=l.lsd())&&(Ae.yearView=mt.first),l.mGM(mt=l.lsd())&&(Ae.multiYearView=mt.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection",_userDragDrop:"_userDragDrop"},exportAs:["matCalendar"],features:[l.Jv_([Qe]),l.OA$],decls:5,vars:2,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","_userSelection","dragStarted","dragEnded","activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDateChange","monthSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","yearSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"]],template:function(it,Ae){if(1&it&&(l.DNE(0,h,0,0,"ng-template",0),l.j41(1,"div",1),l.DNE(2,M,1,11,"mat-month-view",2)(3,L,1,6,"mat-year-view",3)(4,O,1,6,"mat-multi-year-view",3),l.k0s()),2&it){let mt;l.Y8G("cdkPortalOutlet",Ae._calendarHeaderPortal),l.R7$(2),l.vxM("month"===(mt=Ae.currentView)?2:"year"===mt?3:"multi-year"===mt?4:-1)}},dependencies:[t.vR,C.I3,Ze,je,dt],styles:['.mat-calendar{display:block;font-family:var(--mat-datepicker-calendar-text-font);font-size:var(--mat-datepicker-calendar-text-size)}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size);font-weight:var(--mat-datepicker-calendar-period-button-text-weight)}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color)}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-content .mat-calendar-next-button{color:var(--mat-datepicker-calendar-navigation-button-icon-color)}.mat-calendar-previous-button::after,.mat-calendar-next-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0;color:var(--mat-datepicker-calendar-header-text-color);font-size:var(--mat-datepicker-calendar-header-text-size);font-weight:var(--mat-datepicker-calendar-header-text-weight)}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:""}.mat-calendar-hidden-label{display:none}'],encapsulation:2,changeDetection:0})}}return ct})();const Me={transformPanel:(0,Z.hZ)("transformPanel",[(0,Z.kY)("void => enter-dropdown",(0,Z.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,Z.i7)([(0,Z.iF)({opacity:0,transform:"scale(1, 0.8)"}),(0,Z.iF)({opacity:1,transform:"scale(1, 1)"})]))),(0,Z.kY)("void => enter-dialog",(0,Z.i0)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,Z.i7)([(0,Z.iF)({opacity:0,transform:"scale(0.7)"}),(0,Z.iF)({transform:"none",opacity:1})]))),(0,Z.kY)("* => void",(0,Z.i0)("100ms linear",(0,Z.iF)({opacity:0})))]),fadeInCalendar:(0,Z.hZ)("fadeInCalendar",[(0,Z.wk)("void",(0,Z.iF)({opacity:0})),(0,Z.wk)("enter",(0,Z.iF)({opacity:1})),(0,Z.kY)("void => *",(0,Z.i0)("120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"))])};let Xe=0;const Pe=new l.nKC("mat-datepicker-scroll-strategy"),we={provide:Pe,deps:[e.hJ],useFactory:function Oe(ct){return()=>ct.scrollStrategies.reposition()}},De=(0,R.Zc)(class{constructor(ct){this._elementRef=ct}});let $e=(()=>{class ct extends De{constructor(q,it,Ae,mt,It,Ci){super(q),this._changeDetectorRef=it,this._globalModel=Ae,this._dateAdapter=mt,this._rangeSelectionStrategy=It,this._subscriptions=new w.yU,this._animationDone=new d.B,this._isAnimating=!1,this._actionsPortal=null,this._closeButtonText=Ci.closeCalendarLabel}ngOnInit(){this._animationState=this.datepicker.touchUi?"enter-dialog":"enter-dropdown"}ngAfterViewInit(){this._subscriptions.add(this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})),this._calendar.focusActiveCell()}ngOnDestroy(){this._subscriptions.unsubscribe(),this._animationDone.complete()}_handleUserSelection(q){const it=this._model.selection,Ae=q.value,mt=it instanceof Ct;if(mt&&this._rangeSelectionStrategy){const It=this._rangeSelectionStrategy.selectionFinished(Ae,it,q.event);this._model.updateSelection(It,this)}else Ae&&(mt||!this._dateAdapter.sameDate(Ae,it))&&this._model.add(Ae);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_handleUserDragDrop(q){this._model.updateSelection(q.value,this)}_startExitAnimation(){this._animationState="void",this._changeDetectorRef.markForCheck()}_handleAnimationEvent(q){this._isAnimating="start"===q.phaseName,this._isAnimating||this._animationDone.next()}_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}_assignActions(q,it){this._model=q?this._globalModel.clone():this._globalModel,this._actionsPortal=q,it&&this._changeDetectorRef.detectChanges()}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(l.aKT),l.rXU(l.gRc),l.rXU(_t),l.rXU(R.MJ),l.rXU(ht,8),l.rXU(rt))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-datepicker-content"]],viewQuery:function(it,Ae){if(1&it&&l.GBs(ce,5),2&it){let mt;l.mGM(mt=l.lsd())&&(Ae._calendar=mt.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:3,hostBindings:function(it,Ae){1&it&&l.Kam("@transformPanel.start",function(It){return Ae._handleAnimationEvent(It)})("@transformPanel.done",function(It){return Ae._handleAnimationEvent(It)}),2&it&&(l.zvX("@transformPanel",Ae._animationState),l.AVh("mat-datepicker-content-touch",Ae.datepicker.touchUi))},inputs:{color:"color"},exportAs:["matDatepickerContent"],features:[l.Vt3],decls:5,vars:26,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"yearSelected","monthSelected","viewChanged","_userSelection","_userDragDrop","id","ngClass","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName"],[3,"cdkPortalOutlet"],["type","button","mat-raised-button","",1,"mat-datepicker-close-button",3,"focus","blur","click","color"]],template:function(it,Ae){if(1&it&&(l.j41(0,"div",0)(1,"mat-calendar",1),l.bIt("yearSelected",function(It){return Ae.datepicker._selectYear(It)})("monthSelected",function(It){return Ae.datepicker._selectMonth(It)})("viewChanged",function(It){return Ae.datepicker._viewChanged(It)})("_userSelection",function(It){return Ae._handleUserSelection(It)})("_userDragDrop",function(It){return Ae._handleUserDragDrop(It)}),l.k0s(),l.DNE(2,_,0,0,"ng-template",2),l.j41(3,"button",3),l.bIt("focus",function(){return Ae._closeButtonFocused=!0})("blur",function(){return Ae._closeButtonFocused=!1})("click",function(){return Ae.datepicker.close()}),l.EFF(4),l.k0s()()),2&it){let mt;l.AVh("mat-datepicker-content-container-with-custom-header",Ae.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",Ae._actionsPortal),l.BMQ("aria-modal",!0)("aria-labelledby",null!==(mt=Ae._dialogLabelId)&&void 0!==mt?mt:void 0),l.R7$(),l.Y8G("id",Ae.datepicker.id)("ngClass",Ae.datepicker.panelClass)("startAt",Ae.datepicker.startAt)("startView",Ae.datepicker.startView)("minDate",Ae.datepicker._getMinDate())("maxDate",Ae.datepicker._getMaxDate())("dateFilter",Ae.datepicker._getDateFilter())("headerComponent",Ae.datepicker.calendarHeaderComponent)("selected",Ae._getSelected())("dateClass",Ae.datepicker.dateClass)("comparisonStart",Ae.comparisonStart)("comparisonEnd",Ae.comparisonEnd)("@fadeInCalendar","enter")("startDateAccessibleName",Ae.startDateAccessibleName)("endDateAccessibleName",Ae.endDateAccessibleName),l.R7$(),l.Y8G("cdkPortalOutlet",Ae._actionsPortal),l.R7$(),l.AVh("cdk-visually-hidden",!Ae._closeButtonFocused),l.Y8G("color",Ae.color||"primary"),l.R7$(),l.JRh(Ae._closeButtonText)}},dependencies:[S.YU,x.$z,t.kB,C.I3,ce],styles:[".mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color);color:var(--mat-datepicker-calendar-container-text-color)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}"],encapsulation:2,data:{animation:[Me.transformPanel,Me.fadeInCalendar]},changeDetection:0})}}return ct})(),$t=(()=>{class ct{get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(q){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q))}get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(q){this._color=q}get touchUi(){return this._touchUi}set touchUi(q){this._touchUi=(0,$.he)(q)}get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(q){const it=(0,$.he)(q);it!==this._disabled&&(this._disabled=it,this.stateChanges.next(void 0))}get restoreFocus(){return this._restoreFocus}set restoreFocus(q){this._restoreFocus=(0,$.he)(q)}get panelClass(){return this._panelClass}set panelClass(q){this._panelClass=(0,$.cc)(q)}get opened(){return this._opened}set opened(q){(0,$.he)(q)?this.open():this.close()}_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}constructor(q,it,Ae,mt,It,Ci,un){this._overlay=q,this._ngZone=it,this._viewContainerRef=Ae,this._dateAdapter=It,this._dir=Ci,this._model=un,this._inputStateChanges=w.yU.EMPTY,this._document=(0,l.WQX)(S.qQ),this.startView="month",this._touchUi=!1,this.xPosition="start",this.yPosition="below",this._restoreFocus=!0,this.yearSelected=new l.bkB,this.monthSelected=new l.bkB,this.viewChanged=new l.bkB(!0),this.openedStream=new l.bkB,this.closedStream=new l.bkB,this._opened=!1,this.id="mat-datepicker-"+Xe++,this._focusedElementBeforeOpen=null,this._backdropHarnessClass=`${this.id}-backdrop`,this.stateChanges=new d.B,this._scrollStrategy=mt}ngOnChanges(q){const it=q.xPosition||q.yPosition;if(it&&!it.firstChange&&this._overlayRef){const Ae=this._overlayRef.getConfig().positionStrategy;Ae instanceof e.rW&&(this._setConnectedPositions(Ae),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(q){this._model.add(q)}_selectYear(q){this.yearSelected.emit(q)}_selectMonth(q){this.monthSelected.emit(q)}_viewChanged(q){this.viewChanged.emit(q)}registerInput(q){return this._inputStateChanges.unsubscribe(),this.datepickerInput=q,this._inputStateChanges=q.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(q){this._actionsPortal=q,this._componentRef?.instance._assignActions(q,!0)}removeActions(q){q===this._actionsPortal&&(this._actionsPortal=null,this._componentRef?.instance._assignActions(null,!0))}open(){this._opened||this.disabled||this._componentRef?.instance._isAnimating||(this._focusedElementBeforeOpen=(0,V.vc)(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened||this._componentRef?.instance._isAnimating)return;const q=this._restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus,it=()=>{this._opened&&(this._opened=!1,this.closedStream.emit())};if(this._componentRef){const{instance:Ae,location:mt}=this._componentRef;Ae._startExitAnimation(),Ae._animationDone.pipe((0,U.s)(1)).subscribe(()=>{const It=this._document.activeElement;q&&(!It||It===this._document.activeElement||mt.nativeElement.contains(It))&&this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null,this._destroyOverlay()})}q?setTimeout(it):it()}_applyPendingSelection(){this._componentRef?.instance?._applyPendingSelection()}_forwardContentValues(q){q.datepicker=this,q.color=this.color,q._dialogLabelId=this.datepickerInput.getOverlayLabelId(),q._assignActions(this._actionsPortal,!1)}_openOverlay(){this._destroyOverlay();const q=this.touchUi,it=new C.A8($e,this._viewContainerRef),Ae=this._overlayRef=this._overlay.create(new e.rR({positionStrategy:q?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[q?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir,scrollStrategy:q?this._overlay.scrollStrategies.block():this._scrollStrategy(),panelClass:"mat-datepicker-"+(q?"dialog":"popup")}));this._getCloseStream(Ae).subscribe(mt=>{mt&&mt.preventDefault(),this.close()}),Ae.keydownEvents().subscribe(mt=>{const It=mt.keyCode;(It===k.i7||It===k.n6||It===k.UQ||It===k.LE||It===k.w_||It===k.dB)&&mt.preventDefault()}),this._componentRef=Ae.attach(it),this._forwardContentValues(this._componentRef.instance),q||this._ngZone.onStable.pipe((0,U.s)(1)).subscribe(()=>Ae.updatePosition())}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return this._overlay.position().global().centerHorizontally().centerVertically()}_getDropdownStrategy(){const q=this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(q)}_setConnectedPositions(q){const it="end"===this.xPosition?"end":"start",Ae="start"===it?"end":"start",mt="above"===this.yPosition?"bottom":"top",It="top"===mt?"bottom":"top";return q.withPositions([{originX:it,originY:It,overlayX:it,overlayY:mt},{originX:it,originY:mt,overlayX:it,overlayY:It},{originX:Ae,originY:It,overlayX:Ae,overlayY:mt},{originX:Ae,originY:mt,overlayX:Ae,overlayY:It}])}_getCloseStream(q){const it=["ctrlKey","shiftKey","metaKey"];return(0,y.h)(q.backdropClick(),q.detachments(),q.keydownEvents().pipe((0,Y.p)(Ae=>Ae.keyCode===k._f&&!(0,k.rp)(Ae)||this.datepickerInput&&(0,k.rp)(Ae,"altKey")&&Ae.keyCode===k.i7&&it.every(mt=>!(0,k.rp)(Ae,mt)))))}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(e.hJ),l.rXU(l.SKi),l.rXU(l.c1b),l.rXU(Pe),l.rXU(R.MJ,8),l.rXU(F.dS,8),l.rXU(_t))}}static{this.\u0275dir=l.FsC({type:ct,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:"touchUi",disabled:"disabled",xPosition:"xPosition",yPosition:"yPosition",restoreFocus:"restoreFocus",dateClass:"dateClass",panelClass:"panelClass",opened:"opened"},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[l.OA$]})}}return ct})(),Ft=(()=>{class ct extends $t{static{this.\u0275fac=(()=>{let q;return function(Ae){return(q||(q=l.xGo(ct)))(Ae||ct)}})()}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],features:[l.Jv_([Qe,{provide:$t,useExisting:ct}]),l.Vt3],decls:0,vars:0,template:function(it,Ae){},encapsulation:2,changeDetection:0})}}return ct})();class Kt{constructor(Bt,q){this.target=Bt,this.targetElement=q,this.value=this.target.value}}let fi=(()=>{class ct{get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(q){this._assignValueProgrammatically(q)}get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(q){const it=(0,$.he)(q),Ae=this._elementRef.nativeElement;this._disabled!==it&&(this._disabled=it,this.stateChanges.next(void 0)),it&&this._isInitialized&&Ae.blur&&Ae.blur()}_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(q){this._model=q,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(it=>{if(this._shouldHandleChangeEvent(it)){const Ae=this._getValueFromModel(it.selection);this._lastValueValid=this._isValidValue(Ae),this._cvaOnChange(Ae),this._onTouched(),this._formatValue(Ae),this.dateInput.emit(new Kt(this,this._elementRef.nativeElement)),this.dateChange.emit(new Kt(this,this._elementRef.nativeElement))}})}constructor(q,it,Ae){this._elementRef=q,this._dateAdapter=it,this._dateFormats=Ae,this.dateChange=new l.bkB,this.dateInput=new l.bkB,this.stateChanges=new d.B,this._onTouched=()=>{},this._validatorOnChange=()=>{},this._cvaOnChange=()=>{},this._valueChangesSubscription=w.yU.EMPTY,this._localeSubscription=w.yU.EMPTY,this._parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}},this._filterValidator=mt=>{const It=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(mt.value));return!It||this._matchesFilter(It)?null:{matDatepickerFilter:!0}},this._minValidator=mt=>{const It=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(mt.value)),Ci=this._getMinDate();return!Ci||!It||this._dateAdapter.compareDate(Ci,It)<=0?null:{matDatepickerMin:{min:Ci,actual:It}}},this._maxValidator=mt=>{const It=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(mt.value)),Ci=this._getMaxDate();return!Ci||!It||this._dateAdapter.compareDate(Ci,It)>=0?null:{matDatepickerMax:{max:Ci,actual:It}}},this._lastValueValid=!1,this._localeSubscription=it.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(q){(function Qt(ct,Bt){const q=Object.keys(ct);for(let it of q){const{previousValue:Ae,currentValue:mt}=ct[it];if(!Bt.isDateInstance(Ae)||!Bt.isDateInstance(mt))return!0;if(!Bt.sameDate(Ae,mt))return!0}return!1})(q,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(q){this._validatorOnChange=q}validate(q){return this._validator?this._validator(q):null}writeValue(q){this._assignValueProgrammatically(q)}registerOnChange(q){this._cvaOnChange=q}registerOnTouched(q){this._onTouched=q}setDisabledState(q){this.disabled=q}_onKeydown(q){(0,k.rp)(q,"altKey")&&q.keyCode===k.n6&&["ctrlKey","shiftKey","metaKey"].every(mt=>!(0,k.rp)(q,mt))&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),q.preventDefault())}_onInput(q){const it=this._lastValueValid;let Ae=this._dateAdapter.parse(q,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(Ae),Ae=this._dateAdapter.getValidDateOrNull(Ae);const mt=!this._dateAdapter.sameDate(Ae,this.value);!Ae||mt?this._cvaOnChange(Ae):(q&&!this.value&&this._cvaOnChange(Ae),it!==this._lastValueValid&&this._validatorOnChange()),mt&&(this._assignValue(Ae),this.dateInput.emit(new Kt(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new Kt(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(q){this._elementRef.nativeElement.value=null!=q?this._dateAdapter.format(q,this._dateFormats.display.dateInput):""}_assignValue(q){this._model?(this._assignValueToModel(q),this._pendingValue=null):this._pendingValue=q}_isValidValue(q){return!q||this._dateAdapter.isValid(q)}_parentDisabled(){return!1}_assignValueProgrammatically(q){q=this._dateAdapter.deserialize(q),this._lastValueValid=this._isValidValue(q),q=this._dateAdapter.getValidDateOrNull(q),this._assignValue(q),this._formatValue(q)}_matchesFilter(q){const it=this._getDateFilter();return!it||it(q)}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(l.aKT),l.rXU(R.MJ,8),l.rXU(R.de,8))}}static{this.\u0275dir=l.FsC({type:ct,inputs:{value:"value",disabled:"disabled"},outputs:{dateChange:"dateChange",dateInput:"dateInput"},features:[l.OA$]})}}return ct})();const zt={provide:ie.kq,useExisting:(0,l.Rfq)(()=>ci),multi:!0},Xi={provide:ie.cz,useExisting:(0,l.Rfq)(()=>ci),multi:!0};let ci=(()=>{class ct extends fi{set matDatepicker(q){q&&(this._datepicker=q,this._closedSubscription=q.closedStream.subscribe(()=>this._onTouched()),this._registerModel(q.registerInput(this)))}get min(){return this._min}set min(q){const it=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q));this._dateAdapter.sameDate(it,this._min)||(this._min=it,this._validatorOnChange())}get max(){return this._max}set max(q){const it=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(q));this._dateAdapter.sameDate(it,this._max)||(this._max=it,this._validatorOnChange())}get dateFilter(){return this._dateFilter}set dateFilter(q){const it=this._matchesFilter(this.value);this._dateFilter=q,this._matchesFilter(this.value)!==it&&this._validatorOnChange()}constructor(q,it,Ae,mt){super(q,it,Ae),this._formField=mt,this._closedSubscription=w.yU.EMPTY,this._validator=ie.k0.compose(super._getValidators())}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(q){return q}_assignValueToModel(q){this._model&&this._model.updateSelection(q,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(q){return q.source!==this}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(l.aKT),l.rXU(R.MJ,8),l.rXU(R.de,8),l.rXU(ve.xb,8))}}static{this.\u0275dir=l.FsC({type:ct,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(it,Ae){1&it&&l.bIt("input",function(It){return Ae._onInput(It.target.value)})("change",function(){return Ae._onChange()})("blur",function(){return Ae._onBlur()})("keydown",function(It){return Ae._onKeydown(It)}),2&it&&(l.Mr5("disabled",Ae.disabled),l.BMQ("aria-haspopup",Ae._datepicker?"dialog":null)("aria-owns",(null==Ae._datepicker?null:Ae._datepicker.opened)&&Ae._datepicker.id||null)("min",Ae.min?Ae._dateAdapter.toIso8601(Ae.min):null)("max",Ae.max?Ae._dateAdapter.toIso8601(Ae.max):null)("data-mat-calendar",Ae._datepicker?Ae._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:[0,"matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],features:[l.Jv_([zt,Xi,{provide:ae.Oh,useExisting:ct}]),l.Vt3]})}}return ct})(),ui=(()=>{class ct{static{this.\u0275fac=function(it){return new(it||ct)}}static{this.\u0275dir=l.FsC({type:ct,selectors:[["","matDatepickerToggleIcon",""]]})}}return ct})(),bn=(()=>{class ct{get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(q){this._disabled=(0,$.he)(q)}constructor(q,it,Ae){this._intl=q,this._changeDetectorRef=it,this._stateChanges=w.yU.EMPTY;const mt=Number(Ae);this.tabIndex=mt||0===mt?mt:null}ngOnChanges(q){q.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(q){this.datepicker&&!this.disabled&&(this.datepicker.open(),q.stopPropagation())}_watchStateChanges(){const q=this.datepicker?this.datepicker.stateChanges:(0,T.of)(),it=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,T.of)(),Ae=this.datepicker?(0,y.h)(this.datepicker.openedStream,this.datepicker.closedStream):(0,T.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,y.h)(this._intl.changes,q,it,Ae).subscribe(()=>this._changeDetectorRef.markForCheck())}static{this.\u0275fac=function(it){return new(it||ct)(l.rXU(rt),l.rXU(l.gRc),l.kS0("tabindex"))}}static{this.\u0275cmp=l.VBU({type:ct,selectors:[["mat-datepicker-toggle"]],contentQueries:function(it,Ae,mt){if(1&it&&l.wni(mt,ui,5),2&it){let It;l.mGM(It=l.lsd())&&(Ae._customIcon=It.first)}},viewQuery:function(it,Ae){if(1&it&&l.GBs(r,5),2&it){let mt;l.mGM(mt=l.lsd())&&(Ae._button=mt.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(it,Ae){1&it&&l.bIt("click",function(It){return Ae._open(It)}),2&it&&(l.BMQ("tabindex",null)("data-mat-calendar",Ae.datepicker?Ae.datepicker.id:null),l.AVh("mat-datepicker-toggle-active",Ae.datepicker&&Ae.datepicker.opened)("mat-accent",Ae.datepicker&&"accent"===Ae.datepicker.color)("mat-warn",Ae.datepicker&&"warn"===Ae.datepicker.color))},inputs:{datepicker:[0,"for","datepicker"],tabIndex:"tabIndex",ariaLabel:[0,"aria-label","ariaLabel"],disabled:"disabled",disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],features:[l.OA$],ngContentSelectors:z,decls:4,vars:6,consts:[["button",""],["mat-icon-button","","type","button",3,"disabled","disableRipple"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false","aria-hidden","true",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(it,Ae){1&it&&(l.NAR(v),l.j41(0,"button",1,0),l.DNE(2,N,2,0,":svg:svg",2),l.SdG(3),l.k0s()),2&it&&(l.Y8G("disabled",Ae.disabled)("disableRipple",Ae.disableRipple),l.BMQ("aria-haspopup",Ae.datepicker?"dialog":null)("aria-label",Ae.ariaLabel||Ae._intl.openCalendarLabel)("tabindex",Ae.disabled?-1:Ae.tabIndex),l.R7$(2),l.vxM(Ae._customIcon?-1:2))},dependencies:[x.iY],styles:[".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color)}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color)}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}"],encapsulation:2,changeDetection:0})}}return ct})(),Dt=(()=>{class ct{static{this.\u0275fac=function(it){return new(it||ct)}}static{this.\u0275mod=l.$C({type:ct})}static{this.\u0275inj=l.G2t({providers:[rt,we],imports:[S.MD,x.Hl,e.z_,t.Pd,C.jc,R.yE,m.Gj]})}}return ct})()},5351:(Ve,ee,p)=>{"use strict";p.d(ee,{Vh:()=>re,di:()=>te,bZ:()=>We,tx:()=>fe,hM:()=>Nt,CP:()=>Ye});var t=p(6969),e=p(177),C=p(4438),S=p(8617),l=p(6860),x=p(6939),m=p(7336),R=p(1413),d=p(9030),w=p(7673),y=p(8203),T=p(9172);function k(Qe,nt){}class F{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.ariaModal=!0,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.closeOnNavigation=!0,this.closeOnDestroy=!0,this.closeOnOverlayDetachments=!0}}let U=(()=>{class Qe extends x.lb{constructor(Ue,ht,tt,wt,ut,vt,Ze,jt){super(),this._elementRef=Ue,this._focusTrapFactory=ht,this._config=wt,this._interactivityChecker=ut,this._ngZone=vt,this._overlayRef=Ze,this._focusMonitor=jt,this._elementFocusedBeforeDialogWasOpened=null,this._closeInteractionType=null,this._ariaLabelledByQueue=[],this.attachDomPortal=qe=>{this._portalOutlet.hasAttached();const dt=this._portalOutlet.attachDomPortal(qe);return this._contentAttached(),dt},this._document=tt,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_contentAttached(){this._initializeFocusTrap(),this._handleBackdropClicks(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._restoreFocus()}attachComponentPortal(Ue){this._portalOutlet.hasAttached();const ht=this._portalOutlet.attachComponentPortal(Ue);return this._contentAttached(),ht}attachTemplatePortal(Ue){this._portalOutlet.hasAttached();const ht=this._portalOutlet.attachTemplatePortal(Ue);return this._contentAttached(),ht}_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(Ue,ht){this._interactivityChecker.isFocusable(Ue)||(Ue.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const tt=()=>{Ue.removeEventListener("blur",tt),Ue.removeEventListener("mousedown",tt),Ue.removeAttribute("tabindex")};Ue.addEventListener("blur",tt),Ue.addEventListener("mousedown",tt)})),Ue.focus(ht)}_focusByCssSelector(Ue,ht){let tt=this._elementRef.nativeElement.querySelector(Ue);tt&&this._forceFocus(tt,ht)}_trapFocus(){const Ue=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||Ue.focus();break;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(ht=>{ht||this._focusDialogContainer()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this._config.autoFocus)}}_restoreFocus(){const Ue=this._config.restoreFocus;let ht=null;if("string"==typeof Ue?ht=this._document.querySelector(Ue):"boolean"==typeof Ue?ht=Ue?this._elementFocusedBeforeDialogWasOpened:null:Ue&&(ht=Ue),this._config.restoreFocus&&ht&&"function"==typeof ht.focus){const tt=(0,l.vc)(),wt=this._elementRef.nativeElement;(!tt||tt===this._document.body||tt===wt||wt.contains(tt))&&(this._focusMonitor?(this._focusMonitor.focusVia(ht,this._closeInteractionType),this._closeInteractionType=null):ht.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus()}_containsFocus(){const Ue=this._elementRef.nativeElement,ht=(0,l.vc)();return Ue===ht||Ue.contains(ht)}_initializeFocusTrap(){this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=(0,l.vc)())}_handleBackdropClicks(){this._overlayRef.backdropClick().subscribe(()=>{this._config.disableClose&&this._recaptureFocus()})}static{this.\u0275fac=function(ht){return new(ht||Qe)(C.rXU(C.aKT),C.rXU(S.GX),C.rXU(e.qQ,8),C.rXU(F),C.rXU(S.Z7),C.rXU(C.SKi),C.rXU(t.yY),C.rXU(S.FN))}}static{this.\u0275cmp=C.VBU({type:Qe,selectors:[["cdk-dialog-container"]],viewQuery:function(ht,tt){if(1&ht&&C.GBs(x.I3,7),2&ht){let wt;C.mGM(wt=C.lsd())&&(tt._portalOutlet=wt.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(ht,tt){2&ht&&C.BMQ("id",tt._config.id||null)("role",tt._config.role)("aria-modal",tt._config.ariaModal)("aria-labelledby",tt._config.ariaLabel?null:tt._ariaLabelledByQueue[0])("aria-label",tt._config.ariaLabel)("aria-describedby",tt._config.ariaDescribedBy||null)},standalone:!0,features:[C.Vt3,C.aNF],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(ht,tt){1&ht&&C.DNE(0,k,0,0,"ng-template",0)},dependencies:[x.jc,x.I3],styles:[".cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}"],encapsulation:2})}}return Qe})();class G{constructor(nt,Ue){this.overlayRef=nt,this.config=Ue,this.closed=new R.B,this.disableClose=Ue.disableClose,this.backdropClick=nt.backdropClick(),this.keydownEvents=nt.keydownEvents(),this.outsidePointerEvents=nt.outsidePointerEvents(),this.id=Ue.id,this.keydownEvents.subscribe(ht=>{ht.keyCode===m._f&&!this.disableClose&&!(0,m.rp)(ht)&&(ht.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{this.disableClose||this.close(void 0,{focusOrigin:"mouse"})}),this._detachSubscription=nt.detachments().subscribe(()=>{!1!==Ue.closeOnOverlayDetachments&&this.close()})}close(nt,Ue){if(this.containerInstance){const ht=this.closed;this.containerInstance._closeInteractionType=Ue?.focusOrigin||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),ht.next(nt),ht.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(nt="",Ue=""){return this.overlayRef.updateSize({width:nt,height:Ue}),this}addPanelClass(nt){return this.overlayRef.addPanelClass(nt),this}removePanelClass(nt){return this.overlayRef.removePanelClass(nt),this}}const Y=new C.nKC("DialogScrollStrategy",{providedIn:"root",factory:()=>{const Qe=(0,C.WQX)(t.hJ);return()=>Qe.scrollStrategies.block()}}),$=new C.nKC("DialogData"),Z=new C.nKC("DefaultDialogConfig");let ae=0,ye=(()=>{class Qe{get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}constructor(Ue,ht,tt,wt,ut,vt){this._overlay=Ue,this._injector=ht,this._defaultOptions=tt,this._parentDialog=wt,this._overlayContainer=ut,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new R.B,this._afterOpenedAtThisLevel=new R.B,this._ariaHiddenElements=new Map,this.afterAllClosed=(0,d.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,T.Z)(void 0))),this._scrollStrategy=vt}open(Ue,ht){(ht={...this._defaultOptions||new F,...ht}).id=ht.id||"cdk-dialog-"+ae++,ht.id&&this.getDialogById(ht.id);const wt=this._getOverlayConfig(ht),ut=this._overlay.create(wt),vt=new G(ut,ht),Ze=this._attachContainer(ut,vt,ht);return vt.containerInstance=Ze,this._attachDialogContent(Ue,vt,Ze,ht),this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(vt),vt.closed.subscribe(()=>this._removeOpenDialog(vt,!0)),this.afterOpened.next(vt),vt}closeAll(){ue(this.openDialogs,Ue=>Ue.close())}getDialogById(Ue){return this.openDialogs.find(ht=>ht.id===Ue)}ngOnDestroy(){ue(this._openDialogsAtThisLevel,Ue=>{!1===Ue.config.closeOnDestroy&&this._removeOpenDialog(Ue,!1)}),ue(this._openDialogsAtThisLevel,Ue=>Ue.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(Ue){const ht=new t.rR({positionStrategy:Ue.positionStrategy||this._overlay.position().global().centerHorizontally().centerVertically(),scrollStrategy:Ue.scrollStrategy||this._scrollStrategy(),panelClass:Ue.panelClass,hasBackdrop:Ue.hasBackdrop,direction:Ue.direction,minWidth:Ue.minWidth,minHeight:Ue.minHeight,maxWidth:Ue.maxWidth,maxHeight:Ue.maxHeight,width:Ue.width,height:Ue.height,disposeOnNavigation:Ue.closeOnNavigation});return Ue.backdropClass&&(ht.backdropClass=Ue.backdropClass),ht}_attachContainer(Ue,ht,tt){const wt=tt.injector||tt.viewContainerRef?.injector,ut=[{provide:F,useValue:tt},{provide:G,useValue:ht},{provide:t.yY,useValue:Ue}];let vt;tt.container?"function"==typeof tt.container?vt=tt.container:(vt=tt.container.type,ut.push(...tt.container.providers(tt))):vt=U;const Ze=new x.A8(vt,tt.viewContainerRef,C.zZn.create({parent:wt||this._injector,providers:ut}),tt.componentFactoryResolver);return Ue.attach(Ze).instance}_attachDialogContent(Ue,ht,tt,wt){if(Ue instanceof C.C4Q){const ut=this._createInjector(wt,ht,tt,void 0);let vt={$implicit:wt.data,dialogRef:ht};wt.templateContext&&(vt={...vt,..."function"==typeof wt.templateContext?wt.templateContext():wt.templateContext}),tt.attachTemplatePortal(new x.VA(Ue,null,vt,ut))}else{const ut=this._createInjector(wt,ht,tt,this._injector),vt=tt.attachComponentPortal(new x.A8(Ue,wt.viewContainerRef,ut,wt.componentFactoryResolver));ht.componentRef=vt,ht.componentInstance=vt.instance}}_createInjector(Ue,ht,tt,wt){const ut=Ue.injector||Ue.viewContainerRef?.injector,vt=[{provide:$,useValue:Ue.data},{provide:G,useValue:ht}];return Ue.providers&&("function"==typeof Ue.providers?vt.push(...Ue.providers(ht,Ue,tt)):vt.push(...Ue.providers)),Ue.direction&&(!ut||!ut.get(y.dS,null,{optional:!0}))&&vt.push({provide:y.dS,useValue:{value:Ue.direction,change:(0,w.of)()}}),C.zZn.create({parent:ut||wt,providers:vt})}_removeOpenDialog(Ue,ht){const tt=this.openDialogs.indexOf(Ue);tt>-1&&(this.openDialogs.splice(tt,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((wt,ut)=>{wt?ut.setAttribute("aria-hidden",wt):ut.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),ht&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(){const Ue=this._overlayContainer.getContainerElement();if(Ue.parentElement){const ht=Ue.parentElement.children;for(let tt=ht.length-1;tt>-1;tt--){const wt=ht[tt];wt!==Ue&&"SCRIPT"!==wt.nodeName&&"STYLE"!==wt.nodeName&&!wt.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(wt,wt.getAttribute("aria-hidden")),wt.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){const Ue=this._parentDialog;return Ue?Ue._getAfterAllClosed():this._afterAllClosedAtThisLevel}static{this.\u0275fac=function(ht){return new(ht||Qe)(C.KVO(t.hJ),C.KVO(C.zZn),C.KVO(Z,8),C.KVO(Qe,12),C.KVO(t.Sf),C.KVO(Y))}}static{this.\u0275prov=C.jDH({token:Qe,factory:Qe.\u0275fac,providedIn:"root"})}}return Qe})();function ue(Qe,nt){let Ue=Qe.length;for(;Ue--;)nt(Qe[Ue])}let be=(()=>{class Qe{static{this.\u0275fac=function(ht){return new(ht||Qe)}}static{this.\u0275mod=C.$C({type:Qe})}static{this.\u0275inj=C.G2t({providers:[ye],imports:[t.z_,x.jc,S.Pd,U,x.jc]})}}return Qe})();var D=p(4085),n=p(7786),c=p(5964),f=p(6697),h=p(6600);function L(Qe,nt){}p(9969);class O{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.ariaModal=!0,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.delayFocusTrap=!0,this.closeOnNavigation=!0}}const _="mdc-dialog--open",r="mdc-dialog--opening",v="mdc-dialog--closing";let ne=(()=>{class Qe extends U{constructor(Ue,ht,tt,wt,ut,vt,Ze,jt,qe){super(Ue,ht,tt,wt,ut,vt,Ze,qe),this._animationMode=jt,this._animationStateChanged=new C.bkB,this._animationsEnabled="NoopAnimations"!==this._animationMode,this._hostElement=this._elementRef.nativeElement,this._enterAnimationDuration=this._animationsEnabled?at(this._config.enterAnimationDuration)??150:0,this._exitAnimationDuration=this._animationsEnabled?at(this._config.exitAnimationDuration)??75:0,this._animationTimer=null,this._finishDialogOpen=()=>{this._clearAnimationClasses(),this._openAnimationDone(this._enterAnimationDuration)},this._finishDialogClose=()=>{this._clearAnimationClasses(),this._animationStateChanged.emit({state:"closed",totalTime:this._exitAnimationDuration})}}_contentAttached(){super._contentAttached(),this._startOpenAnimation()}_startOpenAnimation(){this._animationStateChanged.emit({state:"opening",totalTime:this._enterAnimationDuration}),this._animationsEnabled?(this._hostElement.style.setProperty(Ie,`${this._enterAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(r,_)),this._waitForAnimationToComplete(this._enterAnimationDuration,this._finishDialogOpen)):(this._hostElement.classList.add(_),Promise.resolve().then(()=>this._finishDialogOpen()))}_startExitAnimation(){this._animationStateChanged.emit({state:"closing",totalTime:this._exitAnimationDuration}),this._hostElement.classList.remove(_),this._animationsEnabled?(this._hostElement.style.setProperty(Ie,`${this._exitAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(v)),this._waitForAnimationToComplete(this._exitAnimationDuration,this._finishDialogClose)):Promise.resolve().then(()=>this._finishDialogClose())}_clearAnimationClasses(){this._hostElement.classList.remove(r,v)}_waitForAnimationToComplete(Ue,ht){null!==this._animationTimer&&clearTimeout(this._animationTimer),this._animationTimer=setTimeout(ht,Ue)}_requestAnimationFrame(Ue){this._ngZone.runOutsideAngular(()=>{"function"==typeof requestAnimationFrame?requestAnimationFrame(Ue):Ue()})}_captureInitialFocus(){this._config.delayFocusTrap||this._trapFocus()}_openAnimationDone(Ue){this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:Ue})}ngOnDestroy(){super.ngOnDestroy(),null!==this._animationTimer&&clearTimeout(this._animationTimer)}attachComponentPortal(Ue){const ht=super.attachComponentPortal(Ue);return ht.location.nativeElement.classList.add("mat-mdc-dialog-component-host"),ht}static{this.\u0275fac=function(ht){return new(ht||Qe)(C.rXU(C.aKT),C.rXU(S.GX),C.rXU(e.qQ,8),C.rXU(O),C.rXU(S.Z7),C.rXU(C.SKi),C.rXU(t.yY),C.rXU(C.bc$,8),C.rXU(S.FN))}}static{this.\u0275cmp=C.VBU({type:Qe,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1",1,"mat-mdc-dialog-container","mdc-dialog"],hostVars:8,hostBindings:function(ht,tt){2&ht&&(C.Mr5("id",tt._config.id),C.BMQ("aria-modal",tt._config.ariaModal)("role",tt._config.role)("aria-labelledby",tt._config.ariaLabel?null:tt._ariaLabelledByQueue[0])("aria-label",tt._config.ariaLabel)("aria-describedby",tt._config.ariaDescribedBy||null),C.AVh("_mat-animation-noopable",!tt._animationsEnabled))},standalone:!0,features:[C.Vt3,C.aNF],decls:3,vars:0,consts:[[1,"mdc-dialog__container"],[1,"mat-mdc-dialog-surface","mdc-dialog__surface"],["cdkPortalOutlet",""]],template:function(ht,tt){1&ht&&(C.j41(0,"div",0)(1,"div",1),C.DNE(2,L,0,0,"ng-template",2),C.k0s()())},dependencies:[x.jc,x.I3],styles:['.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:var(--mdc-dialog-z-index, 7)}.mdc-dialog .mdc-dialog__content{padding:20px 24px 20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media(max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media(min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:none}@media(max-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px;width:560px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 112px)}}@media(max-width: 720px)and (min-width: 672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:560px}}@media(max-width: 720px)and (max-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:calc(100vh - 160px)}}@media(max-width: 720px)and (min-height: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px}}@media(max-width: 720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}@media(max-width: 720px)and (max-height: 400px),(max-width: 600px),(min-width: 720px)and (max-height: 400px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{height:100%;max-height:100vh;max-width:100vw;width:100vw;border-radius:0}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{order:-1;left:-12px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header{padding:0 16px 9px;justify-content:flex-start}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-left:calc(16px - 2 * 12px)}}@media(min-width: 960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 400px)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}}.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim{opacity:0}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;transform:scale(0.8);opacity:0;pointer-events:none}.mdc-dialog__surface{position:relative;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%;pointer-events:auto;overflow-y:auto;outline:0}.mdc-dialog__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}[dir=rtl] .mdc-dialog__surface,.mdc-dialog__surface[dir=rtl]{text-align:right}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-dialog__surface{outline:2px solid windowText}}.mdc-dialog__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-dialog__surface::before{border-color:CanvasText}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.mdc-dialog__surface::before{content:none}}.mdc-dialog__title{display:block;margin-top:0;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:0 24px 9px}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}[dir=rtl] .mdc-dialog__title,.mdc-dialog__title[dir=rtl]{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{margin-bottom:1px;padding-bottom:15px}.mdc-dialog--fullscreen .mdc-dialog__header{align-items:baseline;border-bottom:1px solid rgba(0,0,0,0);display:inline-flex;justify-content:space-between;padding:0 24px 9px;z-index:1}@media screen and (forced-colors: active){.mdc-dialog--fullscreen .mdc-dialog__header{border-bottom-color:CanvasText}}.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close{right:-12px}.mdc-dialog--fullscreen .mdc-dialog__title{margin-bottom:0;padding:0;border-bottom:0}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:0;margin-bottom:0}.mdc-dialog--fullscreen .mdc-dialog__close{top:5px}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--fullscreen--titleless .mdc-dialog__close{margin-top:4px}.mdc-dialog--fullscreen--titleless.mdc-dialog--scrollable .mdc-dialog__close{margin-top:0}.mdc-dialog__content{flex-grow:1;box-sizing:border-box;margin:0;overflow:auto}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content,.mdc-dialog__header+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid rgba(0,0,0,0)}@media screen and (forced-colors: active){.mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl]{margin-left:0;margin-right:0}[dir=rtl] .mdc-dialog__button,.mdc-dialog__button[dir=rtl]{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:none;opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim{opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{transition:opacity 75ms linear}.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim{transition:opacity 150ms linear}.mdc-dialog__surface-scrim{display:none;opacity:0;position:absolute;width:100%;height:100%;z-index:1}.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{display:block}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-dialog--no-content-padding .mdc-dialog__content{padding:0}.mdc-dialog--sheet .mdc-dialog__container .mdc-dialog__close{right:12px;top:9px;position:absolute;z-index:1}.mdc-dialog__scrim--removed{pointer-events:none}.mdc-dialog__scrim--removed .mdc-dialog__scrim,.mdc-dialog__scrim--removed .mdc-dialog__surface-scrim{display:none}.mat-mdc-dialog-content{max-height:65vh}.mat-mdc-dialog-container{position:static;display:block}.mat-mdc-dialog-container,.mat-mdc-dialog-container .mdc-dialog__container,.mat-mdc-dialog-container .mdc-dialog__surface{max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mat-mdc-dialog-container .mdc-dialog__surface{width:100%;height:100%}.mat-mdc-dialog-component-host{display:contents}.mat-mdc-dialog-container{--mdc-dialog-container-elevation: var(--mdc-dialog-container-elevation-shadow);outline:0}.mat-mdc-dialog-container .mdc-dialog__surface{background-color:var(--mdc-dialog-container-color, white)}.mat-mdc-dialog-container .mdc-dialog__surface{box-shadow:var(--mdc-dialog-container-elevation, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12))}.mat-mdc-dialog-container .mdc-dialog__surface{border-radius:var(--mdc-dialog-container-shape, 4px)}.mat-mdc-dialog-container .mdc-dialog__title{font-family:var(--mdc-dialog-subhead-font, Roboto, sans-serif);line-height:var(--mdc-dialog-subhead-line-height, 1.5rem);font-size:var(--mdc-dialog-subhead-size, 1rem);font-weight:var(--mdc-dialog-subhead-weight, 400);letter-spacing:var(--mdc-dialog-subhead-tracking, 0.03125em)}.mat-mdc-dialog-container .mdc-dialog__title{color:var(--mdc-dialog-subhead-color, rgba(0, 0, 0, 0.87))}.mat-mdc-dialog-container .mdc-dialog__content{font-family:var(--mdc-dialog-supporting-text-font, Roboto, sans-serif);line-height:var(--mdc-dialog-supporting-text-line-height, 1.5rem);font-size:var(--mdc-dialog-supporting-text-size, 1rem);font-weight:var(--mdc-dialog-supporting-text-weight, 400);letter-spacing:var(--mdc-dialog-supporting-text-tracking, 0.03125em)}.mat-mdc-dialog-container .mdc-dialog__content{color:var(--mdc-dialog-supporting-text-color, rgba(0, 0, 0, 0.6))}.mat-mdc-dialog-container .mdc-dialog__container{transition-duration:var(--mat-dialog-transition-duration, 0ms)}.mat-mdc-dialog-container._mat-animation-noopable .mdc-dialog__container{transition:none}.mat-mdc-dialog-content{display:block}.mat-mdc-dialog-actions{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}'],encapsulation:2})}}return Qe})();const Ie="--mat-dialog-transition-duration";function at(Qe){return null==Qe?null:"number"==typeof Qe?Qe:Qe.endsWith("ms")?(0,D.OE)(Qe.substring(0,Qe.length-2)):Qe.endsWith("s")?1e3*(0,D.OE)(Qe.substring(0,Qe.length-1)):"0"===Qe?0:null}class Ye{constructor(nt,Ue,ht){this._ref=nt,this._containerInstance=ht,this._afterOpened=new R.B,this._beforeClosed=new R.B,this._state=0,this.disableClose=Ue.disableClose,this.id=nt.id,ht._animationStateChanged.pipe((0,c.p)(tt=>"opened"===tt.state),(0,f.s)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),ht._animationStateChanged.pipe((0,c.p)(tt=>"closed"===tt.state),(0,f.s)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),nt.overlayRef.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._finishDialogClose()}),(0,n.h)(this.backdropClick(),this.keydownEvents().pipe((0,c.p)(tt=>tt.keyCode===m._f&&!this.disableClose&&!(0,m.rp)(tt)))).subscribe(tt=>{this.disableClose||(tt.preventDefault(),rt(this,"keydown"===tt.type?"keyboard":"mouse"))})}close(nt){this._result=nt,this._containerInstance._animationStateChanged.pipe((0,c.p)(Ue=>"closing"===Ue.state),(0,f.s)(1)).subscribe(Ue=>{this._beforeClosed.next(nt),this._beforeClosed.complete(),this._ref.overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),Ue.totalTime+100)}),this._state=1,this._containerInstance._startExitAnimation()}afterOpened(){return this._afterOpened}afterClosed(){return this._ref.closed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._ref.backdropClick}keydownEvents(){return this._ref.keydownEvents}updatePosition(nt){let Ue=this._ref.config.positionStrategy;return nt&&(nt.left||nt.right)?nt.left?Ue.left(nt.left):Ue.right(nt.right):Ue.centerHorizontally(),nt&&(nt.top||nt.bottom)?nt.top?Ue.top(nt.top):Ue.bottom(nt.bottom):Ue.centerVertically(),this._ref.updatePosition(),this}updateSize(nt="",Ue=""){return this._ref.updateSize(nt,Ue),this}addPanelClass(nt){return this._ref.addPanelClass(nt),this}removePanelClass(nt){return this._ref.removePanelClass(nt),this}getState(){return this._state}_finishDialogClose(){this._state=2,this._ref.close(this._result,{focusOrigin:this._closeInteractionType}),this.componentInstance=null}}function rt(Qe,nt,Ue){return Qe._closeInteractionType=nt,Qe.close(Ue)}const re=new C.nKC("MatMdcDialogData"),te=new C.nKC("mat-mdc-dialog-default-options"),oe=new C.nKC("mat-mdc-dialog-scroll-strategy",{providedIn:"root",factory:()=>{const Qe=(0,C.WQX)(t.hJ);return()=>Qe.scrollStrategies.block()}});let pe=0,We=(()=>{class Qe{get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){const Ue=this._parentDialog;return Ue?Ue._getAfterAllClosed():this._afterAllClosedAtThisLevel}constructor(Ue,ht,tt,wt,ut,vt,Ze,jt){this._overlay=Ue,this._defaultOptions=wt,this._scrollStrategy=ut,this._parentDialog=vt,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new R.B,this._afterOpenedAtThisLevel=new R.B,this.dialogConfigClass=O,this.afterAllClosed=(0,d.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,T.Z)(void 0))),this._dialog=ht.get(ye),this._dialogRefConstructor=Ye,this._dialogContainerType=ne,this._dialogDataToken=re}open(Ue,ht){let tt;(ht={...this._defaultOptions||new O,...ht}).id=ht.id||"mat-mdc-dialog-"+pe++,ht.scrollStrategy=ht.scrollStrategy||this._scrollStrategy();const wt=this._dialog.open(Ue,{...ht,positionStrategy:this._overlay.position().global().centerHorizontally().centerVertically(),disableClose:!0,closeOnDestroy:!1,closeOnOverlayDetachments:!1,container:{type:this._dialogContainerType,providers:()=>[{provide:this.dialogConfigClass,useValue:ht},{provide:F,useValue:ht}]},templateContext:()=>({dialogRef:tt}),providers:(ut,vt,Ze)=>(tt=new this._dialogRefConstructor(ut,ht,Ze),tt.updatePosition(ht?.position),[{provide:this._dialogContainerType,useValue:Ze},{provide:this._dialogDataToken,useValue:vt.data},{provide:this._dialogRefConstructor,useValue:tt}])});return tt.componentRef=wt.componentRef,tt.componentInstance=wt.componentInstance,this.openDialogs.push(tt),this.afterOpened.next(tt),tt.afterClosed().subscribe(()=>{const ut=this.openDialogs.indexOf(tt);ut>-1&&(this.openDialogs.splice(ut,1),this.openDialogs.length||this._getAfterAllClosed().next())}),tt}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(Ue){return this.openDialogs.find(ht=>ht.id===Ue)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_closeDialogs(Ue){let ht=Ue.length;for(;ht--;)Ue[ht].close()}static{this.\u0275fac=function(ht){return new(ht||Qe)(C.KVO(t.hJ),C.KVO(C.zZn),C.KVO(e.aZ,8),C.KVO(te,8),C.KVO(oe),C.KVO(Qe,12),C.KVO(t.Sf),C.KVO(C.bc$,8))}}static{this.\u0275prov=C.jDH({token:Qe,factory:Qe.\u0275fac,providedIn:"root"})}}return Qe})(),fe=(()=>{class Qe{constructor(Ue,ht,tt){this.dialogRef=Ue,this._elementRef=ht,this._dialog=tt,this.type="button"}ngOnInit(){this.dialogRef||(this.dialogRef=function Ct(Qe,nt){let Ue=Qe.nativeElement.parentElement;for(;Ue&&!Ue.classList.contains("mat-mdc-dialog-container");)Ue=Ue.parentElement;return Ue?nt.find(ht=>ht.id===Ue.id):null}(this._elementRef,this._dialog.openDialogs))}ngOnChanges(Ue){const ht=Ue._matDialogClose||Ue._matDialogCloseResult;ht&&(this.dialogResult=ht.currentValue)}_onButtonClick(Ue){rt(this.dialogRef,0===Ue.screenX&&0===Ue.screenY?"keyboard":"mouse",this.dialogResult)}static{this.\u0275fac=function(ht){return new(ht||Qe)(C.rXU(Ye,8),C.rXU(C.aKT),C.rXU(We))}}static{this.\u0275dir=C.FsC({type:Qe,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(ht,tt){1&ht&&C.bIt("click",function(ut){return tt._onButtonClick(ut)}),2&ht&&C.BMQ("aria-label",tt.ariaLabel||null)("type",tt.type)},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],type:"type",dialogResult:[0,"mat-dialog-close","dialogResult"],_matDialogClose:[0,"matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],standalone:!0,features:[C.OA$]})}}return Qe})();let Nt=(()=>{class Qe{static{this.\u0275fac=function(ht){return new(ht||Qe)}}static{this.\u0275mod=C.$C({type:Qe})}static{this.\u0275inj=C.G2t({providers:[We],imports:[be,t.z_,x.jc,h.yE,ne,h.yE]})}}return Qe})()},1997:(Ve,ee,p)=>{"use strict";p.d(ee,{q:()=>S,w:()=>l});var t=p(4438),e=p(4085),C=p(6600);let S=(()=>{class x{constructor(){this._vertical=!1,this._inset=!1}get vertical(){return this._vertical}set vertical(R){this._vertical=(0,e.he)(R)}get inset(){return this._inset}set inset(R){this._inset=(0,e.he)(R)}static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275cmp=t.VBU({type:x,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(d,w){2&d&&(t.BMQ("aria-orientation",w.vertical?"vertical":"horizontal"),t.AVh("mat-divider-vertical",w.vertical)("mat-divider-horizontal",!w.vertical)("mat-divider-inset",w.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(d,w){},styles:[".mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color);border-top-width:var(--mat-divider-width)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color);border-right-width:var(--mat-divider-width)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}"],encapsulation:2,changeDetection:0})}}return x})(),l=(()=>{class x{static{this.\u0275fac=function(d){return new(d||x)}}static{this.\u0275mod=t.$C({type:x})}static{this.\u0275inj=t.G2t({imports:[C.yE,C.yE]})}}return x})()},9454:(Ve,ee,p)=>{"use strict";p.d(ee,{BS:()=>re,MY:()=>te,GK:()=>z,Q6:()=>Ye,Z2:()=>at,WN:()=>rt});var t=p(4438),e=p(5024),C=p(1413),S=p(8359);let l=0;const x=new t.nKC("CdkAccordion");let m=(()=>{class oe{constructor(){this._stateChanges=new C.B,this._openCloseAllActions=new C.B,this.id="cdk-accordion-"+l++,this.multi=!1}openAll(){this.multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(de){this._stateChanges.next(de)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}static{this.\u0275fac=function(pe){return new(pe||oe)}}static{this.\u0275dir=t.FsC({type:oe,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:[2,"multi","multi",t.L39]},exportAs:["cdkAccordion"],features:[t.Jv_([{provide:x,useExisting:oe}]),t.GFd,t.OA$]})}}return oe})(),R=0,d=(()=>{class oe{get expanded(){return this._expanded}set expanded(de){this._expanded!==de&&(this._expanded=de,this.expandedChange.emit(de),de?(this.opened.emit(),this._expansionDispatcher.notify(this.id,this.accordion?this.accordion.id:this.id)):this.closed.emit(),this._changeDetectorRef.markForCheck())}constructor(de,pe,We){this.accordion=de,this._changeDetectorRef=pe,this._expansionDispatcher=We,this._openCloseAllSubscription=S.yU.EMPTY,this.closed=new t.bkB,this.opened=new t.bkB,this.destroyed=new t.bkB,this.expandedChange=new t.bkB,this.id="cdk-accordion-child-"+R++,this._expanded=!1,this.disabled=!1,this._removeUniqueSelectionListener=()=>{},this._removeUniqueSelectionListener=We.listen((se,fe)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===fe&&this.id!==se&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(de=>{this.disabled||(this.expanded=de)})}static{this.\u0275fac=function(pe){return new(pe||oe)(t.rXU(x,12),t.rXU(t.gRc),t.rXU(e.zP))}}static{this.\u0275dir=t.FsC({type:oe,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:[2,"expanded","expanded",t.L39],disabled:[2,"disabled","disabled",t.L39]},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[t.Jv_([{provide:x,useValue:void 0}]),t.GFd]})}}return oe})(),w=(()=>{class oe{static{this.\u0275fac=function(pe){return new(pe||oe)}}static{this.\u0275mod=t.$C({type:oe})}static{this.\u0275inj=t.G2t({})}}return oe})();var y=p(6939),T=p(6600),k=p(4085),F=p(8617),V=p(3294),U=p(9172),G=p(5964),Y=p(6697),$=p(7336),Z=p(983),ie=p(7786),ve=p(9969),ae=p(177);const ye=["body"],ue=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],be=["mat-expansion-panel-header","*","mat-action-row"];function D(oe,_e){}const n=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],c=["mat-panel-title","mat-panel-description","*"];function f(oe,_e){if(1&oe&&t.nrm(0,"span",1),2&oe){const de=t.XpG();t.Y8G("@indicatorRotate",de._getExpandedState())}}const h=new t.nKC("MAT_ACCORDION"),M="225ms cubic-bezier(0.4,0.0,0.2,1)",L={indicatorRotate:(0,ve.hZ)("indicatorRotate",[(0,ve.wk)("collapsed, void",(0,ve.iF)({transform:"rotate(0deg)"})),(0,ve.wk)("expanded",(0,ve.iF)({transform:"rotate(180deg)"})),(0,ve.kY)("expanded <=> collapsed, void => collapsed",(0,ve.i0)(M))]),bodyExpansion:(0,ve.hZ)("bodyExpansion",[(0,ve.wk)("collapsed, void",(0,ve.iF)({height:"0px",visibility:"hidden"})),(0,ve.wk)("expanded",(0,ve.iF)({height:"*",visibility:""})),(0,ve.kY)("expanded <=> collapsed, void => collapsed",(0,ve.i0)(M))])},O=new t.nKC("MAT_EXPANSION_PANEL");let _=(()=>{class oe{constructor(de,pe){this._template=de,this._expansionPanel=pe}static{this.\u0275fac=function(pe){return new(pe||oe)(t.rXU(t.C4Q),t.rXU(O,8))}}static{this.\u0275dir=t.FsC({type:oe,selectors:[["ng-template","matExpansionPanelContent",""]]})}}return oe})(),r=0;const v=new t.nKC("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS");let z=(()=>{class oe extends d{get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(de){this._hideToggle=(0,k.he)(de)}get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(de){this._togglePosition=de}constructor(de,pe,We,se,fe,he,et){super(de,pe,We),this._viewContainerRef=se,this._animationMode=he,this._hideToggle=!1,this.afterExpand=new t.bkB,this.afterCollapse=new t.bkB,this._inputChanges=new C.B,this._headerId="mat-expansion-panel-header-"+r++,this._bodyAnimationDone=new C.B,this.accordion=de,this._document=fe,this._bodyAnimationDone.pipe((0,V.F)((Ke,Ct)=>Ke.fromState===Ct.fromState&&Ke.toState===Ct.toState)).subscribe(Ke=>{"void"!==Ke.fromState&&("expanded"===Ke.toState?this.afterExpand.emit():"collapsed"===Ke.toState&&this.afterCollapse.emit())}),et&&(this.hideToggle=et.hideToggle)}_hasSpacing(){return!!this.accordion&&this.expanded&&"default"===this.accordion.displayMode}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this._lazyContent._expansionPanel===this&&this.opened.pipe((0,U.Z)(null),(0,G.p)(()=>this.expanded&&!this._portal),(0,Y.s)(1)).subscribe(()=>{this._portal=new y.VA(this._lazyContent._template,this._viewContainerRef)})}ngOnChanges(de){this._inputChanges.next(de)}ngOnDestroy(){super.ngOnDestroy(),this._bodyAnimationDone.complete(),this._inputChanges.complete()}_containsFocus(){if(this._body){const de=this._document.activeElement,pe=this._body.nativeElement;return de===pe||pe.contains(de)}return!1}static{this.\u0275fac=function(pe){return new(pe||oe)(t.rXU(h,12),t.rXU(t.gRc),t.rXU(e.zP),t.rXU(t.c1b),t.rXU(ae.qQ),t.rXU(t.bc$,8),t.rXU(v,8))}}static{this.\u0275cmp=t.VBU({type:oe,selectors:[["mat-expansion-panel"]],contentQueries:function(pe,We,se){if(1&pe&&t.wni(se,_,5),2&pe){let fe;t.mGM(fe=t.lsd())&&(We._lazyContent=fe.first)}},viewQuery:function(pe,We){if(1&pe&&t.GBs(ye,5),2&pe){let se;t.mGM(se=t.lsd())&&(We._body=se.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:6,hostBindings:function(pe,We){2&pe&&t.AVh("mat-expanded",We.expanded)("_mat-animation-noopable","NoopAnimations"===We._animationMode)("mat-expansion-panel-spacing",We._hasSpacing())},inputs:{disabled:"disabled",expanded:"expanded",hideToggle:"hideToggle",togglePosition:"togglePosition"},outputs:{opened:"opened",closed:"closed",expandedChange:"expandedChange",afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[t.Jv_([{provide:h,useValue:void 0},{provide:O,useExisting:oe}]),t.Vt3,t.OA$],ngContentSelectors:be,decls:7,vars:4,consts:[["body",""],["role","region",1,"mat-expansion-panel-content",3,"id"],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(pe,We){if(1&pe){const se=t.RV6();t.NAR(ue),t.SdG(0),t.j41(1,"div",1,0),t.bIt("@bodyExpansion.done",function(he){return t.eBV(se),t.Njj(We._bodyAnimationDone.next(he))}),t.j41(3,"div",2),t.SdG(4,1),t.DNE(5,D,0,0,"ng-template",3),t.k0s(),t.SdG(6,2),t.k0s()}2&pe&&(t.R7$(),t.Y8G("@bodyExpansion",We._getExpandedState())("id",We.id),t.BMQ("aria-labelledby",We._headerId),t.R7$(4),t.Y8G("cdkPortalOutlet",We._portal))},dependencies:[y.I3],styles:['.mat-expansion-panel{box-sizing:content-box;display:block;margin:0;overflow:hidden;transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;background:var(--mat-expansion-container-background-color);color:var(--mat-expansion-container-text-color);border-radius:var(--mat-expansion-container-shape)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:var(--mat-expansion-container-shape);border-top-left-radius:var(--mat-expansion-container-shape)}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:var(--mat-expansion-container-shape);border-bottom-left-radius:var(--mat-expansion-container-shape)}.cdk-high-contrast-active .mat-expansion-panel{outline:solid 1px}.mat-expansion-panel.ng-animate-disabled,.ng-animate-disabled .mat-expansion-panel,.mat-expansion-panel._mat-animation-noopable{transition:none}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible;font-family:var(--mat-expansion-container-text-font);font-size:var(--mat-expansion-container-text-size);font-weight:var(--mat-expansion-container-text-weight);line-height:var(--mat-expansion-container-text-line-height);letter-spacing:var(--mat-expansion-container-text-tracking)}.mat-expansion-panel-content[style*="visibility: hidden"] *{visibility:hidden !important}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px;border-top-color:var(--mat-expansion-actions-divider-color)}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}'],encapsulation:2,data:{animation:[L.bodyExpansion]},changeDetection:0})}}return oe})();class ne{}const Ie=(0,T.BF)(ne);let at=(()=>{class oe extends Ie{constructor(de,pe,We,se,fe,he,et){super(),this.panel=de,this._element=pe,this._focusMonitor=We,this._changeDetectorRef=se,this._animationMode=he,this._parentChangeSubscription=S.yU.EMPTY;const Ke=de.accordion?de.accordion._stateChanges.pipe((0,G.p)(Ct=>!(!Ct.hideToggle&&!Ct.togglePosition))):Z.w;this.tabIndex=parseInt(et||"")||0,this._parentChangeSubscription=(0,ie.h)(de.opened,de.closed,Ke,de._inputChanges.pipe((0,G.p)(Ct=>!!(Ct.hideToggle||Ct.disabled||Ct.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),de.closed.pipe((0,G.p)(()=>de._containsFocus())).subscribe(()=>We.focusVia(pe,"program")),fe&&(this.expandedHeight=fe.expandedHeight,this.collapsedHeight=fe.collapsedHeight)}get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){const de=this._isExpanded();return de&&this.expandedHeight?this.expandedHeight:!de&&this.collapsedHeight?this.collapsedHeight:null}_keydown(de){switch(de.keyCode){case $.t6:case $.Fm:(0,$.rp)(de)||(de.preventDefault(),this._toggle());break;default:return void(this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(de))}}focus(de,pe){de?this._focusMonitor.focusVia(this._element,de,pe):this._element.nativeElement.focus(pe)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(de=>{de&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}static{this.\u0275fac=function(pe){return new(pe||oe)(t.rXU(z,1),t.rXU(t.aKT),t.rXU(F.FN),t.rXU(t.gRc),t.rXU(v,8),t.rXU(t.bc$,8),t.kS0("tabindex"))}}static{this.\u0275cmp=t.VBU({type:oe,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:15,hostBindings:function(pe,We){1&pe&&t.bIt("click",function(){return We._toggle()})("keydown",function(fe){return We._keydown(fe)}),2&pe&&(t.BMQ("id",We.panel._headerId)("tabindex",We.tabIndex)("aria-controls",We._getPanelId())("aria-expanded",We._isExpanded())("aria-disabled",We.panel.disabled),t.xc7("height",We._getHeaderHeight()),t.AVh("mat-expanded",We._isExpanded())("mat-expansion-toggle-indicator-after","after"===We._getTogglePosition())("mat-expansion-toggle-indicator-before","before"===We._getTogglePosition())("_mat-animation-noopable","NoopAnimations"===We._animationMode))},inputs:{tabIndex:"tabIndex",expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight"},features:[t.Vt3],ngContentSelectors:c,decls:5,vars:3,consts:[[1,"mat-content"],[1,"mat-expansion-indicator"]],template:function(pe,We){1&pe&&(t.NAR(n),t.j41(0,"span",0),t.SdG(1),t.SdG(2,1),t.SdG(3,2),t.k0s(),t.DNE(4,f,1,1,"span",1)),2&pe&&(t.AVh("mat-content-hide-toggle",!We._showToggle()),t.R7$(4),t.vxM(We._showToggle()?4:-1))},styles:['.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1);height:var(--mat-expansion-header-collapsed-state-height);font-family:var(--mat-expansion-header-text-font);font-size:var(--mat-expansion-header-text-size);font-weight:var(--mat-expansion-header-text-weight);line-height:var(--mat-expansion-header-text-line-height);letter-spacing:var(--mat-expansion-header-text-tracking)}.mat-expansion-panel-header.mat-expanded{height:var(--mat-expansion-header-expanded-state-height)}.mat-expansion-panel-header[aria-disabled=true]{color:var(--mat-expansion-header-disabled-state-text-color)}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-header-hover-state-layer-color)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-container-background-color)}}.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused{background:var(--mat-expansion-header-focus-state-layer-color)}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-content.mat-content-hide-toggle{margin-right:8px}[dir=rtl] .mat-content.mat-content-hide-toggle{margin-right:0;margin-left:8px}.mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-left:24px;margin-right:0}[dir=rtl] .mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-right:24px;margin-left:0}.mat-expansion-panel-header-title{color:var(--mat-expansion-header-text-color)}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;flex-basis:0;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header-description{flex-grow:2;color:var(--mat-expansion-header-description-color)}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle;color:var(--mat-expansion-header-indicator-color)}.cdk-high-contrast-active .mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}'],encapsulation:2,data:{animation:[L.indicatorRotate]},changeDetection:0})}}return oe})(),Ye=(()=>{class oe{static{this.\u0275fac=function(pe){return new(pe||oe)}}static{this.\u0275dir=t.FsC({type:oe,selectors:[["mat-panel-description"]],hostAttrs:[1,"mat-expansion-panel-header-description"]})}}return oe})(),rt=(()=>{class oe{static{this.\u0275fac=function(pe){return new(pe||oe)}}static{this.\u0275dir=t.FsC({type:oe,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]})}}return oe})(),re=(()=>{class oe extends m{constructor(){super(...arguments),this._ownHeaders=new t.rOR,this._hideToggle=!1,this.displayMode="default",this.togglePosition="after"}get hideToggle(){return this._hideToggle}set hideToggle(de){this._hideToggle=(0,k.he)(de)}ngAfterContentInit(){this._headers.changes.pipe((0,U.Z)(this._headers)).subscribe(de=>{this._ownHeaders.reset(de.filter(pe=>pe.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new F.Bu(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(de){this._keyManager.onKeydown(de)}_handleHeaderFocus(de){this._keyManager.updateActiveItem(de)}ngOnDestroy(){super.ngOnDestroy(),this._keyManager?.destroy(),this._ownHeaders.destroy()}static{this.\u0275fac=(()=>{let de;return function(We){return(de||(de=t.xGo(oe)))(We||oe)}})()}static{this.\u0275dir=t.FsC({type:oe,selectors:[["mat-accordion"]],contentQueries:function(pe,We,se){if(1&pe&&t.wni(se,at,5),2&pe){let fe;t.mGM(fe=t.lsd())&&(We._headers=fe)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(pe,We){2&pe&&t.AVh("mat-accordion-multi",We.multi)},inputs:{multi:"multi",hideToggle:"hideToggle",displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[t.Jv_([{provide:h,useExisting:oe}]),t.Vt3]})}}return oe})(),te=(()=>{class oe{static{this.\u0275fac=function(pe){return new(pe||oe)}}static{this.\u0275mod=t.$C({type:oe})}static{this.\u0275inj=t.G2t({imports:[T.yE,w,y.jc]})}}return oe})()},6467:(Ve,ee,p)=>{"use strict";p.d(ee,{xb:()=>ut,TL:()=>de,rl:()=>Vt,qT:()=>Ue,RG:()=>Zt,MV:()=>We,nJ:()=>te,yw:()=>et});var t=p(4438),e=p(8203),C=p(6860),S=p(8359),l=p(1413),x=p(7786),m=p(6977),R=p(1985),d=p(5964),w=p(2771),y=p(7647);class F{constructor(je){this._box=je,this._destroyed=new l.B,this._resizeSubject=new l.B,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(me=>this._resizeSubject.next(me)))}observe(je){return this._elementObservables.has(je)||this._elementObservables.set(je,new R.c(me=>{const xe=this._resizeSubject.subscribe(me);return this._resizeObserver?.observe(je,{box:this._box}),()=>{this._resizeObserver?.unobserve(je),xe.unsubscribe(),this._elementObservables.delete(je)}}).pipe((0,d.p)(me=>me.some(xe=>xe.target===je)),function T(Et,je,me){let xe,ce=!1;return Et&&"object"==typeof Et?({bufferSize:xe=1/0,windowTime:je=1/0,refCount:ce=!1,scheduler:me}=Et):xe=Et??1/0,(0,y.u)({connector:()=>new w.m(xe,je,me),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:ce})}({bufferSize:1,refCount:!0}),(0,m.Q)(this._destroyed))),this._elementObservables.get(je)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let V=(()=>{class Et{constructor(){this._observers=new Map,this._ngZone=(0,t.WQX)(t.SKi)}ngOnDestroy(){for(const[,me]of this._observers)me.destroy();this._observers.clear()}observe(me,xe){const ce=xe?.box||"content-box";return this._observers.has(ce)||this._observers.set(ce,new F(ce)),this._observers.get(ce).observe(me)}static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275prov=t.jDH({token:Et,factory:Et.\u0275fac,providedIn:"root"})}}return Et})();var U=p(4085),G=p(9969),Y=p(177),$=p(2318),Z=p(6600);const ie=["notch"],ve=["matFormFieldNotchedOutline",""],ae=["*"],ye=["textField"],ue=["iconPrefixContainer"],be=["textPrefixContainer"],D=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],n=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function c(Et,je){1&Et&&t.nrm(0,"span",19)}function f(Et,je){if(1&Et&&(t.j41(0,"label",18),t.SdG(1,1),t.DNE(2,c,1,0,"span",19),t.k0s()),2&Et){const me=t.XpG(2);t.Y8G("floating",me._shouldLabelFloat())("monitorResize",me._hasOutline())("id",me._labelId),t.BMQ("for",me._control.id),t.R7$(2),t.vxM(!me.hideRequiredMarker&&me._control.required?2:-1)}}function h(Et,je){if(1&Et&&t.DNE(0,f,3,5,"label",18),2&Et){const me=t.XpG();t.vxM(me._hasFloatingLabel()?0:-1)}}function M(Et,je){1&Et&&t.nrm(0,"div",5)}function L(Et,je){}function O(Et,je){if(1&Et&&t.DNE(0,L,0,0,"ng-template",11),2&Et){t.XpG(2);const me=t.sdS(1);t.Y8G("ngTemplateOutlet",me)}}function _(Et,je){if(1&Et&&(t.j41(0,"div",7),t.DNE(1,O,1,1,null,11),t.k0s()),2&Et){const me=t.XpG();t.Y8G("matFormFieldNotchedOutlineOpen",me._shouldLabelFloat()),t.R7$(),t.vxM(me._forceDisplayInfixLabel()?-1:1)}}function r(Et,je){1&Et&&(t.j41(0,"div",8,2),t.SdG(2,2),t.k0s())}function v(Et,je){1&Et&&(t.j41(0,"div",9,3),t.SdG(2,3),t.k0s())}function z(Et,je){}function N(Et,je){if(1&Et&&t.DNE(0,z,0,0,"ng-template",11),2&Et){t.XpG();const me=t.sdS(1);t.Y8G("ngTemplateOutlet",me)}}function ne(Et,je){1&Et&&(t.j41(0,"div",12),t.SdG(1,4),t.k0s())}function Ie(Et,je){1&Et&&(t.j41(0,"div",13),t.SdG(1,5),t.k0s())}function at(Et,je){1&Et&&t.nrm(0,"div",14)}function Ye(Et,je){if(1&Et&&(t.j41(0,"div",16),t.SdG(1,6),t.k0s()),2&Et){const me=t.XpG();t.Y8G("@transitionMessages",me._subscriptAnimationState)}}function rt(Et,je){if(1&Et&&(t.j41(0,"mat-hint",20),t.EFF(1),t.k0s()),2&Et){const me=t.XpG(2);t.Y8G("id",me._hintLabelId),t.R7$(),t.JRh(me.hintLabel)}}function re(Et,je){if(1&Et&&(t.j41(0,"div",17),t.DNE(1,rt,2,2,"mat-hint",20),t.SdG(2,7),t.nrm(3,"div",21),t.SdG(4,8),t.k0s()),2&Et){const me=t.XpG();t.Y8G("@transitionMessages",me._subscriptAnimationState),t.R7$(),t.vxM(me.hintLabel?1:-1)}}let te=(()=>{class Et{static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["mat-label"]]})}}return Et})(),oe=0;const _e=new t.nKC("MatError");let de=(()=>{class Et{constructor(me,xe){this.id="mat-mdc-error-"+oe++,me||xe.nativeElement.setAttribute("aria-live","polite")}static{this.\u0275fac=function(xe){return new(xe||Et)(t.kS0("aria-live"),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(xe,ce){2&xe&&t.Mr5("id",ce.id)},inputs:{id:"id"},features:[t.Jv_([{provide:_e,useExisting:Et}])]})}}return Et})(),pe=0,We=(()=>{class Et{constructor(){this.align="start",this.id="mat-mdc-hint-"+pe++}static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(xe,ce){2&xe&&(t.Mr5("id",ce.id),t.BMQ("align",null),t.AVh("mat-mdc-form-field-hint-end","end"===ce.align))},inputs:{align:"align",id:"id"}})}}return Et})();const se=new t.nKC("MatPrefix"),he=new t.nKC("MatSuffix");let et=(()=>{class Et{constructor(){this._isText=!1}set _isTextSelector(me){this._isText=!0}static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},features:[t.Jv_([{provide:he,useExisting:Et}])]})}}return Et})();const Ke=new t.nKC("FloatingLabelParent");let Ct=(()=>{class Et{get floating(){return this._floating}set floating(me){this._floating=me,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(me){this._monitorResize=me,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(me){this._elementRef=me,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,t.WQX)(V),this._ngZone=(0,t.WQX)(t.SKi),this._parent=(0,t.WQX)(Ke),this._resizeSubscription=new S.yU}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function _t(Et){if(null!==Et.offsetParent)return Et.scrollWidth;const me=Et.cloneNode(!0);me.style.setProperty("position","absolute"),me.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(me);const xe=me.scrollWidth;return me.remove(),xe}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static{this.\u0275fac=function(xe){return new(xe||Et)(t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(xe,ce){2&xe&&t.AVh("mdc-floating-label--float-above",ce.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}})}}return Et})();const Nt="mdc-line-ripple--active",ke="mdc-line-ripple--deactivating";let Je=(()=>{class Et{constructor(me,xe){this._elementRef=me,this._handleTransitionEnd=ce=>{const Me=this._elementRef.nativeElement.classList,Xe=Me.contains(ke);"opacity"===ce.propertyName&&Xe&&Me.remove(Nt,ke)},xe.runOutsideAngular(()=>{me.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const me=this._elementRef.nativeElement.classList;me.remove(ke),me.add(Nt)}deactivate(){this._elementRef.nativeElement.classList.add(ke)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static{this.\u0275fac=function(xe){return new(xe||Et)(t.rXU(t.aKT),t.rXU(t.SKi))}}static{this.\u0275dir=t.FsC({type:Et,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]})}}return Et})(),Qe=(()=>{class Et{constructor(me,xe){this._elementRef=me,this._ngZone=xe,this.open=!1}ngAfterViewInit(){const me=this._elementRef.nativeElement.querySelector(".mdc-floating-label");me?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(me.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>me.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(me){this._notch.nativeElement.style.width=this.open&&me?`calc(${me}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static{this.\u0275fac=function(xe){return new(xe||Et)(t.rXU(t.aKT),t.rXU(t.SKi))}}static{this.\u0275cmp=t.VBU({type:Et,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(xe,ce){if(1&xe&&t.GBs(ie,5),2&xe){let Me;t.mGM(Me=t.lsd())&&(ce._notch=Me.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(xe,ce){2&xe&&t.AVh("mdc-notched-outline--notched",ce.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},attrs:ve,ngContentSelectors:ae,decls:5,vars:0,consts:[["notch",""],[1,"mdc-notched-outline__leading"],[1,"mdc-notched-outline__notch"],[1,"mdc-notched-outline__trailing"]],template:function(xe,ce){1&xe&&(t.NAR(),t.nrm(0,"div",1),t.j41(1,"div",2,0),t.SdG(3),t.k0s(),t.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}}return Et})();const nt={transitionMessages:(0,G.hZ)("transitionMessages",[(0,G.wk)("enter",(0,G.iF)({opacity:1,transform:"translateY(0%)"})),(0,G.kY)("void => enter",[(0,G.iF)({opacity:0,transform:"translateY(-5px)"}),(0,G.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let Ue=(()=>{class Et{static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275dir=t.FsC({type:Et})}}return Et})();const ut=new t.nKC("MatFormField"),vt=new t.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let Ze=0,Vt=(()=>{class Et{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(me){this._hideRequiredMarker=(0,U.he)(me)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(me){me!==this._floatLabel&&(this._floatLabel=me,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(me){const xe=this._appearance;this._appearance=me||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==xe&&(this._needsOutlineLabelOffsetUpdateOnStable=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(me){this._subscriptSizing=me||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(me){this._hintLabel=me,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(me){this._explicitFormFieldControl=me}constructor(me,xe,ce,Me,Xe,Pe,Oe,we){this._elementRef=me,this._changeDetectorRef=xe,this._ngZone=ce,this._dir=Me,this._platform=Xe,this._defaults=Pe,this._animationMode=Oe,this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+Ze++,this._hintLabelId="mat-mdc-hint-"+Ze++,this._subscriptAnimationState="",this._destroyed=new l.B,this._isFocused=null,this._needsOutlineLabelOffsetUpdateOnStable=!1,Pe&&(Pe.appearance&&(this.appearance=Pe.appearance),this._hideRequiredMarker=!!Pe?.hideRequiredMarker,Pe.color&&(this.color=Pe.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(){const me=this._control;me.controlType&&this._elementRef.nativeElement.classList.add(`mat-mdc-form-field-type-${me.controlType}`),me.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),me.ngControl&&me.ngControl.valueChanges&&me.ngControl.valueChanges.pipe((0,m.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck())}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(me=>!me._isText),this._hasTextPrefix=!!this._prefixChildren.find(me=>me._isText),this._hasIconSuffix=!!this._suffixChildren.find(me=>!me._isText),this._hasTextSuffix=!!this._suffixChildren.find(me=>me._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,x.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,m.Q)(this._destroyed)).subscribe(()=>{this._needsOutlineLabelOffsetUpdateOnStable&&(this._needsOutlineLabelOffsetUpdateOnStable=!1,this._updateOutlineLabelOffset())})}),this._dir.change.pipe((0,m.Q)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdateOnStable=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel(){return!!this._labelChildNonStatic||!!this._labelChildStatic}_shouldLabelFloat(){return this._control.shouldLabelFloat||this._shouldAlwaysFloat()}_shouldForward(me){const xe=this._control?this._control.ngControl:null;return xe&&xe[me]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let me=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&me.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const xe=this._hintChildren?this._hintChildren.find(Me=>"start"===Me.align):null,ce=this._hintChildren?this._hintChildren.find(Me=>"end"===Me.align):null;xe?me.push(xe.id):this._hintLabel&&me.push(this._hintLabelId),ce&&me.push(ce.id)}else this._errorChildren&&me.push(...this._errorChildren.map(xe=>xe.id));this._control.setDescribedByIds(me)}}_updateOutlineLabelOffset(){if(!this._platform.isBrowser||!this._hasOutline()||!this._floatingLabel)return;const me=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(me.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdateOnStable=!0);const xe=this._iconPrefixContainer?.nativeElement,ce=this._textPrefixContainer?.nativeElement,Me=xe?.getBoundingClientRect().width??0,Xe=ce?.getBoundingClientRect().width??0;me.style.transform=`var(\n --mat-mdc-form-field-label-transform,\n translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${Me+Xe}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n )`}_isAttachedToDom(){const me=this._elementRef.nativeElement;if(me.getRootNode){const xe=me.getRootNode();return xe&&xe!==me}return document.documentElement.contains(me)}static{this.\u0275fac=function(xe){return new(xe||Et)(t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(t.SKi),t.rXU(e.dS),t.rXU(C.OD),t.rXU(vt,8),t.rXU(t.bc$,8),t.rXU(Y.qQ))}}static{this.\u0275cmp=t.VBU({type:Et,selectors:[["mat-form-field"]],contentQueries:function(xe,ce,Me){if(1&xe&&(t.wni(Me,te,5),t.wni(Me,te,7),t.wni(Me,Ue,5),t.wni(Me,se,5),t.wni(Me,he,5),t.wni(Me,_e,5),t.wni(Me,We,5)),2&xe){let Xe;t.mGM(Xe=t.lsd())&&(ce._labelChildNonStatic=Xe.first),t.mGM(Xe=t.lsd())&&(ce._labelChildStatic=Xe.first),t.mGM(Xe=t.lsd())&&(ce._formFieldControl=Xe.first),t.mGM(Xe=t.lsd())&&(ce._prefixChildren=Xe),t.mGM(Xe=t.lsd())&&(ce._suffixChildren=Xe),t.mGM(Xe=t.lsd())&&(ce._errorChildren=Xe),t.mGM(Xe=t.lsd())&&(ce._hintChildren=Xe)}},viewQuery:function(xe,ce){if(1&xe&&(t.GBs(ye,5),t.GBs(ue,5),t.GBs(be,5),t.GBs(Ct,5),t.GBs(Qe,5),t.GBs(Je,5)),2&xe){let Me;t.mGM(Me=t.lsd())&&(ce._textField=Me.first),t.mGM(Me=t.lsd())&&(ce._iconPrefixContainer=Me.first),t.mGM(Me=t.lsd())&&(ce._textPrefixContainer=Me.first),t.mGM(Me=t.lsd())&&(ce._floatingLabel=Me.first),t.mGM(Me=t.lsd())&&(ce._notchedOutline=Me.first),t.mGM(Me=t.lsd())&&(ce._lineRipple=Me.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(xe,ce){2&xe&&t.AVh("mat-mdc-form-field-label-always-float",ce._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",ce._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",ce._hasIconSuffix)("mat-form-field-invalid",ce._control.errorState)("mat-form-field-disabled",ce._control.disabled)("mat-form-field-autofilled",ce._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===ce._animationMode)("mat-form-field-appearance-fill","fill"==ce.appearance)("mat-form-field-appearance-outline","outline"==ce.appearance)("mat-form-field-hide-placeholder",ce._hasFloatingLabel()&&!ce._shouldLabelFloat())("mat-focused",ce._control.focused)("mat-primary","accent"!==ce.color&&"warn"!==ce.color)("mat-accent","accent"===ce.color)("mat-warn","warn"===ce.color)("ng-untouched",ce._shouldForward("untouched"))("ng-touched",ce._shouldForward("touched"))("ng-pristine",ce._shouldForward("pristine"))("ng-dirty",ce._shouldForward("dirty"))("ng-valid",ce._shouldForward("valid"))("ng-invalid",ce._shouldForward("invalid"))("ng-pending",ce._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[t.Jv_([{provide:ut,useExisting:Et},{provide:Ke,useExisting:Et}])],ngContentSelectors:n,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(xe,ce){if(1&xe){const Me=t.RV6();t.NAR(D),t.DNE(0,h,1,1,"ng-template",null,0,t.C5r),t.j41(2,"div",4,1),t.bIt("click",function(Pe){return t.eBV(Me),t.Njj(ce._control.onContainerClick(Pe))}),t.DNE(4,M,1,0,"div",5),t.j41(5,"div",6),t.DNE(6,_,2,2,"div",7)(7,r,3,0,"div",8)(8,v,3,0,"div",9),t.j41(9,"div",10),t.DNE(10,N,1,1,null,11),t.SdG(11),t.k0s(),t.DNE(12,ne,2,0,"div",12)(13,Ie,2,0,"div",13),t.k0s(),t.DNE(14,at,1,0,"div",14),t.k0s(),t.j41(15,"div",15),t.DNE(16,Ye,2,1,"div",16)(17,re,5,2,"div",17),t.k0s()}if(2&xe){let Me;t.R7$(2),t.AVh("mdc-text-field--filled",!ce._hasOutline())("mdc-text-field--outlined",ce._hasOutline())("mdc-text-field--no-label",!ce._hasFloatingLabel())("mdc-text-field--disabled",ce._control.disabled)("mdc-text-field--invalid",ce._control.errorState),t.R7$(2),t.vxM(ce._hasOutline()||ce._control.disabled?-1:4),t.R7$(2),t.vxM(ce._hasOutline()?6:-1),t.R7$(),t.vxM(ce._hasIconPrefix?7:-1),t.R7$(),t.vxM(ce._hasTextPrefix?8:-1),t.R7$(2),t.vxM(!ce._hasOutline()||ce._forceDisplayInfixLabel()?10:-1),t.R7$(2),t.vxM(ce._hasTextSuffix?12:-1),t.R7$(),t.vxM(ce._hasIconSuffix?13:-1),t.R7$(),t.vxM(ce._hasOutline()?-1:14),t.R7$(),t.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===ce.subscriptSizing),t.R7$(),t.vxM("error"===(Me=ce._getDisplayedMessages())?16:"hint"===Me?17:-1)}},dependencies:[Y.T3,We,Ct,Qe,Je],styles:['.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field__input{height:28px;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media all{.mdc-text-field__input::placeholder{opacity:0}}@media all{.mdc-text-field__input:-ms-input-placeholder{opacity:0}}@media all{.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}}@media all{.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}}.mdc-text-field__affix{height:28px;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports(-webkit-hyphens: none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field__affix--prefix,.mdc-text-field__affix--prefix[dir=rtl]{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl]{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field__affix--suffix,.mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl]{padding-left:0;padding-right:2px}.mdc-text-field--filled{height:56px}.mdc-text-field--filled::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled .mdc-floating-label{left:16px;right:initial}[dir=rtl] .mdc-text-field--filled .mdc-floating-label,.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled.mdc-text-field--no-label::before{display:none}@supports(-webkit-hyphens: none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined{height:56px;overflow:visible}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small, 4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small, 4px);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small, 4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small, 4px)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-shape-small, 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-shape-small, 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-shape-small, 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:initial}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:4px}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--filled::before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1)}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(0.75)}.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-moz-available;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer,.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl]{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter{transform:translateX(1px) translateY(1px)}[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl]{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}[dir=rtl] .mdc-text-field--with-leading-icon,.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl]{left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:initial}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl]{left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(0.75)}[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl]{transform:translateY(-34.75px) translateX(32px) scale(0.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field--with-trailing-icon,.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 64px/0.75)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 96px/0.75)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled{pointer-events:none}@media screen and (forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl]{text-align:left}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix{direction:ltr}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading{order:1}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix{order:2}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input{order:3}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix{order:4}[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing{order:5}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input{text-align:right}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix{padding-right:12px}[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix,.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix{padding-left:2px}.mdc-floating-label{position:absolute;left:0;-webkit-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label,.mdc-floating-label[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0px;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl]::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline,.mdc-notched-outline[dir=rtl]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;pointer-events:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{border-top:1px solid;border-bottom:1px solid}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir=rtl]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}[dir=rtl] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir=rtl]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{max-width:calc(100% - 12px*2)}.mdc-line-ripple::before{border-bottom-width:1px}.mdc-line-ripple::after{border-bottom-width:2px}.mdc-text-field--filled{border-top-left-radius:var(--mdc-filled-text-field-container-shape);border-top-right-radius:var(--mdc-filled-text-field-container-shape);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-caret-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-focus-label-text-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-label-text-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-filled-text-field-error-focus-label-text-color)}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font);font-size:var(--mdc-filled-text-field-label-text-size);font-weight:var(--mdc-filled-text-field-label-text-weight);letter-spacing:var(--mdc-filled-text-field-label-text-tracking)}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color)}}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color)}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color)}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color)}.mdc-text-field--filled .mdc-line-ripple::before{border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-caret-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-focus-label-text-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-label-text-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:var(--mdc-outlined-text-field-error-focus-label-text-color)}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font);font-size:var(--mdc-outlined-text-field-label-text-size);font-weight:var(--mdc-outlined-text-field-label-text-weight);letter-spacing:var(--mdc-outlined-text-field-label-text-tracking)}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}@media all{.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl]{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px,var(--mdc-outlined-text-field-container-shape))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape);border-bottom-left-radius:0}[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl]{border-top-left-radius:var(--mdc-outlined-text-field-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape)}@supports(top: max(0%)){.mdc-text-field--outlined{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}@supports(top: max(0%)){.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-right:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon,.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl]{padding-left:max(16px,var(--mdc-outlined-text-field-container-shape))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}@supports(top: max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-left:0}@supports(top: max(0%)){[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon,.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl]{padding-right:max(16px,calc(var(--mdc-outlined-text-field-container-shape) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-hover-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-hover-outline-color)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-focus-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-text-field-wrapper::before{content:none}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color)}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity)}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color)}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font);line-height:var(--mat-form-field-container-text-line-height);font-size:var(--mat-form-field-container-text-size);letter-spacing:var(--mat-form-field-container-text-tracking);font-weight:var(--mat-form-field-container-text-weight)}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:12px;box-sizing:content-box}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}}@media all{.mdc-text-field--no-label .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__affix{transition:opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea{transition:none}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 10.25px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined 250ms 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 24.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - 32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}[dir=rtl] .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}100%{transform:translateX(calc(0% - -32px)) translateY(calc(0% - 34.75px)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}100%{transform:translateX(calc(0% - 0%)) translateY(calc(0% - 106%)) scale(0.75)}}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}'],encapsulation:2,data:{animation:[nt.transitionMessages]},changeDetection:0})}}return Et})(),Zt=(()=>{class Et{static{this.\u0275fac=function(xe){return new(xe||Et)}}static{this.\u0275mod=t.$C({type:Et})}static{this.\u0275inj=t.G2t({imports:[Z.yE,Y.MD,$.w5,Z.yE]})}}return Et})()},6195:(Ve,ee,p)=>{"use strict";p.d(ee,{B_:()=>ue,Fe:()=>be,NS:()=>T});var t=p(4438),e=p(6600),C=p(4085),S=p(8203);const l=["*"];class d{constructor(){this.columnIndex=0,this.rowIndex=0}get rowCount(){return this.rowIndex+1}get rowspan(){const c=Math.max(...this.tracker);return c>1?this.rowCount+c-1:this.rowCount}update(c,f){this.columnIndex=0,this.rowIndex=0,this.tracker=new Array(c),this.tracker.fill(0,0,this.tracker.length),this.positions=f.map(h=>this._trackTile(h))}_trackTile(c){const f=this._findMatchingGap(c.colspan);return this._markTilePosition(f,c),this.columnIndex=f+c.colspan,new w(this.rowIndex,f)}_findMatchingGap(c){let f=-1,h=-1;do{this.columnIndex+c>this.tracker.length?(this._nextRow(),f=this.tracker.indexOf(0,this.columnIndex),h=this._findGapEndIndex(f)):(f=this.tracker.indexOf(0,this.columnIndex),-1!=f?(h=this._findGapEndIndex(f),this.columnIndex=f+1):(this._nextRow(),f=this.tracker.indexOf(0,this.columnIndex),h=this._findGapEndIndex(f)))}while(h-f{class n{constructor(f,h){this._element=f,this._gridList=h,this._rowspan=1,this._colspan=1}get rowspan(){return this._rowspan}set rowspan(f){this._rowspan=Math.round((0,C.OE)(f))}get colspan(){return this._colspan}set colspan(f){this._colspan=Math.round((0,C.OE)(f))}_setStyle(f,h){this._element.nativeElement.style[f]=h}static{this.\u0275fac=function(h){return new(h||n)(t.rXU(t.aKT),t.rXU(y,8))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["mat-grid-tile"]],hostAttrs:[1,"mat-grid-tile"],hostVars:2,hostBindings:function(h,M){2&h&&t.BMQ("rowspan",M.rowspan)("colspan",M.colspan)},inputs:{rowspan:"rowspan",colspan:"colspan"},exportAs:["matGridTile"],ngContentSelectors:l,decls:2,vars:0,consts:[[1,"mat-grid-tile-content"]],template:function(h,M){1&h&&(t.NAR(),t.j41(0,"div",0),t.SdG(1),t.k0s())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-header{font-size:var(--mat-grid-list-tile-header-primary-text-size)}.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-header-secondary-text-size)}.mat-grid-tile-footer{font-size:var(--mat-grid-list-tile-footer-primary-text-size)}.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-footer-secondary-text-size)}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"],encapsulation:2,changeDetection:0})}}return n})();const G=/^-?\d+((\.\d+)?[A-Za-z%$]?)+$/;class Y{constructor(){this._rows=0,this._rowspan=0}init(c,f,h,M){this._gutterSize=ae(c),this._rows=f.rowCount,this._rowspan=f.rowspan,this._cols=h,this._direction=M}getBaseTileSize(c,f){return`(${c}% - (${this._gutterSize} * ${f}))`}getTilePosition(c,f){return 0===f?"0":ve(`(${c} + ${this._gutterSize}) * ${f}`)}getTileSize(c,f){return`(${c} * ${f}) + (${f-1} * ${this._gutterSize})`}setStyle(c,f,h){let M=100/this._cols,L=(this._cols-1)/this._cols;this.setColStyles(c,h,M,L),this.setRowStyles(c,f,M,L)}setColStyles(c,f,h,M){let L=this.getBaseTileSize(h,M);c._setStyle("rtl"===this._direction?"right":"left",this.getTilePosition(L,f)),c._setStyle("width",ve(this.getTileSize(L,c.colspan)))}getGutterSpan(){return`${this._gutterSize} * (${this._rowspan} - 1)`}getTileSpan(c){return`${this._rowspan} * ${this.getTileSize(c,1)}`}getComputedHeight(){return null}}class $ extends Y{constructor(c){super(),this.fixedRowHeight=c}init(c,f,h,M){super.init(c,f,h,M),this.fixedRowHeight=ae(this.fixedRowHeight),G.test(this.fixedRowHeight)}setRowStyles(c,f){c._setStyle("top",this.getTilePosition(this.fixedRowHeight,f)),c._setStyle("height",ve(this.getTileSize(this.fixedRowHeight,c.rowspan)))}getComputedHeight(){return["height",ve(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]}reset(c){c._setListStyle(["height",null]),c._tiles&&c._tiles.forEach(f=>{f._setStyle("top",null),f._setStyle("height",null)})}}class Z extends Y{constructor(c){super(),this._parseRatio(c)}setRowStyles(c,f,h,M){this.baseTileHeight=this.getBaseTileSize(h/this.rowHeightRatio,M),c._setStyle("marginTop",this.getTilePosition(this.baseTileHeight,f)),c._setStyle("paddingTop",ve(this.getTileSize(this.baseTileHeight,c.rowspan)))}getComputedHeight(){return["paddingBottom",ve(`${this.getTileSpan(this.baseTileHeight)} + ${this.getGutterSpan()}`)]}reset(c){c._setListStyle(["paddingBottom",null]),c._tiles.forEach(f=>{f._setStyle("marginTop",null),f._setStyle("paddingTop",null)})}_parseRatio(c){const f=c.split(":");this.rowHeightRatio=parseFloat(f[0])/parseFloat(f[1])}}class ie extends Y{setRowStyles(c,f){let L=this.getBaseTileSize(100/this._rowspan,(this._rows-1)/this._rows);c._setStyle("top",this.getTilePosition(L,f)),c._setStyle("height",ve(this.getTileSize(L,c.rowspan)))}reset(c){c._tiles&&c._tiles.forEach(f=>{f._setStyle("top",null),f._setStyle("height",null)})}}function ve(n){return`calc(${n})`}function ae(n){return n.match(/([A-Za-z%]+)$/)?n:`${n}px`}let ue=(()=>{class n{constructor(f,h){this._element=f,this._dir=h,this._gutter="1px"}get cols(){return this._cols}set cols(f){this._cols=Math.max(1,Math.round((0,C.OE)(f)))}get gutterSize(){return this._gutter}set gutterSize(f){this._gutter=`${f??""}`}get rowHeight(){return this._rowHeight}set rowHeight(f){const h=`${f??""}`;h!==this._rowHeight&&(this._rowHeight=h,this._setTileStyler(this._rowHeight))}ngOnInit(){this._checkCols(),this._checkRowHeight()}ngAfterContentChecked(){this._layoutTiles()}_checkCols(){}_checkRowHeight(){this._rowHeight||this._setTileStyler("1:1")}_setTileStyler(f){this._tileStyler&&this._tileStyler.reset(this),this._tileStyler="fit"===f?new ie:f&&f.indexOf(":")>-1?new Z(f):new $(f)}_layoutTiles(){this._tileCoordinator||(this._tileCoordinator=new d);const f=this._tileCoordinator,h=this._tiles.filter(L=>!L._gridList||L._gridList===this),M=this._dir?this._dir.value:"ltr";this._tileCoordinator.update(this.cols,h),this._tileStyler.init(this.gutterSize,f,this.cols,M),h.forEach((L,O)=>{const _=f.positions[O];this._tileStyler.setStyle(L,_.row,_.col)}),this._setListStyle(this._tileStyler.getComputedHeight())}_setListStyle(f){f&&(this._element.nativeElement.style[f[0]]=f[1])}static{this.\u0275fac=function(h){return new(h||n)(t.rXU(t.aKT),t.rXU(S.dS,8))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["mat-grid-list"]],contentQueries:function(h,M,L){if(1&h&&t.wni(L,T,5),2&h){let O;t.mGM(O=t.lsd())&&(M._tiles=O)}},hostAttrs:[1,"mat-grid-list"],hostVars:1,hostBindings:function(h,M){2&h&&t.BMQ("cols",M.cols)},inputs:{cols:"cols",gutterSize:"gutterSize",rowHeight:"rowHeight"},exportAs:["matGridList"],features:[t.Jv_([{provide:y,useExisting:n}])],ngContentSelectors:l,decls:2,vars:0,template:function(h,M){1&h&&(t.NAR(),t.j41(0,"div"),t.SdG(1),t.k0s())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-header{font-size:var(--mat-grid-list-tile-header-primary-text-size)}.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-header-secondary-text-size)}.mat-grid-tile-footer{font-size:var(--mat-grid-list-tile-footer-primary-text-size)}.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-footer-secondary-text-size)}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}"],encapsulation:2,changeDetection:0})}}return n})(),be=(()=>{class n{static{this.\u0275fac=function(h){return new(h||n)}}static{this.\u0275mod=t.$C({type:n})}static{this.\u0275inj=t.G2t({imports:[e.Np,e.yE,e.Np,e.yE]})}}return n})()},9213:(Ve,ee,p)=>{"use strict";p.d(ee,{An:()=>N,m_:()=>ne});var t=p(4438),e=p(6600),C=p(4085),S=p(177),l=p(7673),x=p(8810),m=p(7468),R=p(8359),d=p(8141),w=p(6354),y=p(9437),T=p(980),k=p(7647),F=p(6697),V=p(1626),U=p(345);const G=["*"];let Y;function Z(Ie){return function $(){if(void 0===Y&&(Y=null,typeof window<"u")){const Ie=window;void 0!==Ie.trustedTypes&&(Y=Ie.trustedTypes.createPolicy("angular#components",{createHTML:at=>at}))}return Y}()?.createHTML(Ie)||Ie}function ie(Ie){return Error(`Unable to find icon with the name "${Ie}"`)}function ae(Ie){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${Ie}".`)}function ye(Ie){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${Ie}".`)}class ue{constructor(at,Ye,rt){this.url=at,this.svgText=Ye,this.options=rt}}let be=(()=>{class Ie{constructor(Ye,rt,re,te){this._httpClient=Ye,this._sanitizer=rt,this._errorHandler=te,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._resolvers=[],this._defaultFontSetClass=["material-icons","mat-ligature-font"],this._document=re}addSvgIcon(Ye,rt,re){return this.addSvgIconInNamespace("",Ye,rt,re)}addSvgIconLiteral(Ye,rt,re){return this.addSvgIconLiteralInNamespace("",Ye,rt,re)}addSvgIconInNamespace(Ye,rt,re,te){return this._addSvgIconConfig(Ye,rt,new ue(re,null,te))}addSvgIconResolver(Ye){return this._resolvers.push(Ye),this}addSvgIconLiteralInNamespace(Ye,rt,re,te){const oe=this._sanitizer.sanitize(t.WPN.HTML,re);if(!oe)throw ye(re);const _e=Z(oe);return this._addSvgIconConfig(Ye,rt,new ue("",_e,te))}addSvgIconSet(Ye,rt){return this.addSvgIconSetInNamespace("",Ye,rt)}addSvgIconSetLiteral(Ye,rt){return this.addSvgIconSetLiteralInNamespace("",Ye,rt)}addSvgIconSetInNamespace(Ye,rt,re){return this._addSvgIconSetConfig(Ye,new ue(rt,null,re))}addSvgIconSetLiteralInNamespace(Ye,rt,re){const te=this._sanitizer.sanitize(t.WPN.HTML,rt);if(!te)throw ye(rt);const oe=Z(te);return this._addSvgIconSetConfig(Ye,new ue("",oe,re))}registerFontClassAlias(Ye,rt=Ye){return this._fontCssClassesByAlias.set(Ye,rt),this}classNameForFontAlias(Ye){return this._fontCssClassesByAlias.get(Ye)||Ye}setDefaultFontSetClass(...Ye){return this._defaultFontSetClass=Ye,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(Ye){const rt=this._sanitizer.sanitize(t.WPN.RESOURCE_URL,Ye);if(!rt)throw ae(Ye);const re=this._cachedIconsByUrl.get(rt);return re?(0,l.of)(c(re)):this._loadSvgIconFromConfig(new ue(Ye,null)).pipe((0,d.M)(te=>this._cachedIconsByUrl.set(rt,te)),(0,w.T)(te=>c(te)))}getNamedSvgIcon(Ye,rt=""){const re=f(rt,Ye);let te=this._svgIconConfigs.get(re);if(te)return this._getSvgFromConfig(te);if(te=this._getIconConfigFromResolvers(rt,Ye),te)return this._svgIconConfigs.set(re,te),this._getSvgFromConfig(te);const oe=this._iconSetConfigs.get(rt);return oe?this._getSvgFromIconSetConfigs(Ye,oe):(0,x.$)(ie(re))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(Ye){return Ye.svgText?(0,l.of)(c(this._svgElementFromConfig(Ye))):this._loadSvgIconFromConfig(Ye).pipe((0,w.T)(rt=>c(rt)))}_getSvgFromIconSetConfigs(Ye,rt){const re=this._extractIconWithNameFromAnySet(Ye,rt);if(re)return(0,l.of)(re);const te=rt.filter(oe=>!oe.svgText).map(oe=>this._loadSvgIconSetFromConfig(oe).pipe((0,y.W)(_e=>{const pe=`Loading icon set URL: ${this._sanitizer.sanitize(t.WPN.RESOURCE_URL,oe.url)} failed: ${_e.message}`;return this._errorHandler.handleError(new Error(pe)),(0,l.of)(null)})));return(0,m.p)(te).pipe((0,w.T)(()=>{const oe=this._extractIconWithNameFromAnySet(Ye,rt);if(!oe)throw ie(Ye);return oe}))}_extractIconWithNameFromAnySet(Ye,rt){for(let re=rt.length-1;re>=0;re--){const te=rt[re];if(te.svgText&&te.svgText.toString().indexOf(Ye)>-1){const oe=this._svgElementFromConfig(te),_e=this._extractSvgIconFromSet(oe,Ye,te.options);if(_e)return _e}}return null}_loadSvgIconFromConfig(Ye){return this._fetchIcon(Ye).pipe((0,d.M)(rt=>Ye.svgText=rt),(0,w.T)(()=>this._svgElementFromConfig(Ye)))}_loadSvgIconSetFromConfig(Ye){return Ye.svgText?(0,l.of)(null):this._fetchIcon(Ye).pipe((0,d.M)(rt=>Ye.svgText=rt))}_extractSvgIconFromSet(Ye,rt,re){const te=Ye.querySelector(`[id="${rt}"]`);if(!te)return null;const oe=te.cloneNode(!0);if(oe.removeAttribute("id"),"svg"===oe.nodeName.toLowerCase())return this._setSvgAttributes(oe,re);if("symbol"===oe.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(oe),re);const _e=this._svgElementFromString(Z(""));return _e.appendChild(oe),this._setSvgAttributes(_e,re)}_svgElementFromString(Ye){const rt=this._document.createElement("DIV");rt.innerHTML=Ye;const re=rt.querySelector("svg");if(!re)throw Error(" tag not found");return re}_toSvgElement(Ye){const rt=this._svgElementFromString(Z("")),re=Ye.attributes;for(let te=0;teZ(pe)),(0,T.j)(()=>this._inProgressUrlFetches.delete(oe)),(0,k.u)());return this._inProgressUrlFetches.set(oe,de),de}_addSvgIconConfig(Ye,rt,re){return this._svgIconConfigs.set(f(Ye,rt),re),this}_addSvgIconSetConfig(Ye,rt){const re=this._iconSetConfigs.get(Ye);return re?re.push(rt):this._iconSetConfigs.set(Ye,[rt]),this}_svgElementFromConfig(Ye){if(!Ye.svgElement){const rt=this._svgElementFromString(Ye.svgText);this._setSvgAttributes(rt,Ye.options),Ye.svgElement=rt}return Ye.svgElement}_getIconConfigFromResolvers(Ye,rt){for(let re=0;reat?at.pathname+at.search:""}}}),r=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],v=r.map(Ie=>`[${Ie}]`).join(", "),z=/^url\(['"]?#(.*?)['"]?\)$/;let N=(()=>{class Ie extends M{get inline(){return this._inline}set inline(Ye){this._inline=(0,C.he)(Ye)}get svgIcon(){return this._svgIcon}set svgIcon(Ye){Ye!==this._svgIcon&&(Ye?this._updateSvgIcon(Ye):this._svgIcon&&this._clearSvgElement(),this._svgIcon=Ye)}get fontSet(){return this._fontSet}set fontSet(Ye){const rt=this._cleanupFontValue(Ye);rt!==this._fontSet&&(this._fontSet=rt,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(Ye){const rt=this._cleanupFontValue(Ye);rt!==this._fontIcon&&(this._fontIcon=rt,this._updateFontIconClasses())}constructor(Ye,rt,re,te,oe,_e){super(Ye),this._iconRegistry=rt,this._location=te,this._errorHandler=oe,this._inline=!1,this._previousFontSetClass=[],this._currentIconFetch=R.yU.EMPTY,_e&&(_e.color&&(this.color=this.defaultColor=_e.color),_e.fontSet&&(this.fontSet=_e.fontSet)),re||Ye.nativeElement.setAttribute("aria-hidden","true")}_splitIconName(Ye){if(!Ye)return["",""];const rt=Ye.split(":");switch(rt.length){case 1:return["",rt[0]];case 2:return rt;default:throw Error(`Invalid icon name: "${Ye}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){const Ye=this._elementsWithExternalReferences;if(Ye&&Ye.size){const rt=this._location.getPathname();rt!==this._previousPath&&(this._previousPath=rt,this._prependPathToReferences(rt))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(Ye){this._clearSvgElement();const rt=this._location.getPathname();this._previousPath=rt,this._cacheChildrenWithExternalReferences(Ye),this._prependPathToReferences(rt),this._elementRef.nativeElement.appendChild(Ye)}_clearSvgElement(){const Ye=this._elementRef.nativeElement;let rt=Ye.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();rt--;){const re=Ye.childNodes[rt];(1!==re.nodeType||"svg"===re.nodeName.toLowerCase())&&re.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const Ye=this._elementRef.nativeElement,rt=(this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet).split(/ +/):this._iconRegistry.getDefaultFontSetClass()).filter(re=>re.length>0);this._previousFontSetClass.forEach(re=>Ye.classList.remove(re)),rt.forEach(re=>Ye.classList.add(re)),this._previousFontSetClass=rt,this.fontIcon!==this._previousFontIconClass&&!rt.includes("mat-ligature-font")&&(this._previousFontIconClass&&Ye.classList.remove(this._previousFontIconClass),this.fontIcon&&Ye.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(Ye){return"string"==typeof Ye?Ye.trim().split(" ")[0]:Ye}_prependPathToReferences(Ye){const rt=this._elementsWithExternalReferences;rt&&rt.forEach((re,te)=>{re.forEach(oe=>{te.setAttribute(oe.name,`url('${Ye}#${oe.value}')`)})})}_cacheChildrenWithExternalReferences(Ye){const rt=Ye.querySelectorAll(v),re=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let te=0;te{const _e=rt[te],de=_e.getAttribute(oe),pe=de?de.match(z):null;if(pe){let We=re.get(_e);We||(We=[],re.set(_e,We)),We.push({name:oe,value:pe[1]})}})}_updateSvgIcon(Ye){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),Ye){const[rt,re]=this._splitIconName(Ye);rt&&(this._svgNamespace=rt),re&&(this._svgName=re),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(re,rt).pipe((0,F.s)(1)).subscribe(te=>this._setSvgElement(te),te=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${rt}:${re}! ${te.message}`))})}}static{this.\u0275fac=function(rt){return new(rt||Ie)(t.rXU(t.aKT),t.rXU(be),t.kS0("aria-hidden"),t.rXU(O),t.rXU(t.zcH),t.rXU(L,8))}}static{this.\u0275cmp=t.VBU({type:Ie,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:8,hostBindings:function(rt,re){2&rt&&(t.BMQ("data-mat-icon-type",re._usingFontIcon()?"font":"svg")("data-mat-icon-name",re._svgName||re.fontIcon)("data-mat-icon-namespace",re._svgNamespace||re.fontSet)("fontIcon",re._usingFontIcon()?re.fontIcon:null),t.AVh("mat-icon-inline",re.inline)("mat-icon-no-color","primary"!==re.color&&"accent"!==re.color&&"warn"!==re.color))},inputs:{color:"color",inline:"inline",svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],features:[t.Vt3],ngContentSelectors:G,decls:1,vars:0,template:function(rt,re){1&rt&&(t.NAR(),t.SdG(0))},styles:["mat-icon,mat-icon.mat-primary,mat-icon.mat-accent,mat-icon.mat-warn{color:var(--mat-icon-color)}.mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}.mat-icon.mat-ligature-font[fontIcon]::before{content:attr(fontIcon)}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}"],encapsulation:2,changeDetection:0})}}return Ie})(),ne=(()=>{class Ie{static{this.\u0275fac=function(rt){return new(rt||Ie)}}static{this.\u0275mod=t.$C({type:Ie})}static{this.\u0275inj=t.G2t({imports:[e.yE,e.yE]})}}return Ie})()},9631:(Ve,ee,p)=>{"use strict";p.d(ee,{Oh:()=>V,fg:()=>$,fS:()=>Z});var t=p(4085),e=p(6860),C=p(4438),S=p(983),l=p(1413);const x=(0,e.BQ)({passive:!0});let m=(()=>{class ie{constructor(ae,ye){this._platform=ae,this._ngZone=ye,this._monitoredElements=new Map}monitor(ae){if(!this._platform.isBrowser)return S.w;const ye=(0,t.i8)(ae),ue=this._monitoredElements.get(ye);if(ue)return ue.subject;const be=new l.B,D="cdk-text-field-autofilled",n=c=>{"cdk-text-field-autofill-start"!==c.animationName||ye.classList.contains(D)?"cdk-text-field-autofill-end"===c.animationName&&ye.classList.contains(D)&&(ye.classList.remove(D),this._ngZone.run(()=>be.next({target:c.target,isAutofilled:!1}))):(ye.classList.add(D),this._ngZone.run(()=>be.next({target:c.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{ye.addEventListener("animationstart",n,x),ye.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(ye,{subject:be,unlisten:()=>{ye.removeEventListener("animationstart",n,x)}}),be}stopMonitoring(ae){const ye=(0,t.i8)(ae),ue=this._monitoredElements.get(ye);ue&&(ue.unlisten(),ue.subject.complete(),ye.classList.remove("cdk-text-field-autofill-monitored"),ye.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(ye))}ngOnDestroy(){this._monitoredElements.forEach((ae,ye)=>this.stopMonitoring(ye))}static{this.\u0275fac=function(ye){return new(ye||ie)(C.KVO(e.OD),C.KVO(C.SKi))}}static{this.\u0275prov=C.jDH({token:ie,factory:ie.\u0275fac,providedIn:"root"})}}return ie})(),w=(()=>{class ie{static{this.\u0275fac=function(ye){return new(ye||ie)}}static{this.\u0275mod=C.$C({type:ie})}static{this.\u0275inj=C.G2t({})}}return ie})();var y=p(9417),T=p(6600),k=p(6467);const V=new C.nKC("MAT_INPUT_VALUE_ACCESSOR"),U=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let G=0;const Y=(0,T.J8)(class{constructor(ie,ve,ae,ye){this._defaultErrorStateMatcher=ie,this._parentForm=ve,this._parentFormGroup=ae,this.ngControl=ye,this.stateChanges=new l.B}});let $=(()=>{class ie extends Y{get disabled(){return this._disabled}set disabled(ae){this._disabled=(0,t.he)(ae),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(ae){this._id=ae||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(y.k0.required)??!1}set required(ae){this._required=(0,t.he)(ae)}get type(){return this._type}set type(ae){this._type=ae||"text",this._validateType(),!this._isTextarea&&(0,e.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(ae){ae!==this.value&&(this._inputValueAccessor.value=ae,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(ae){this._readonly=(0,t.he)(ae)}constructor(ae,ye,ue,be,D,n,c,f,h,M){super(n,be,D,ue),this._elementRef=ae,this._platform=ye,this._autofillMonitor=f,this._formField=M,this._uid="mat-input-"+G++,this.focused=!1,this.stateChanges=new l.B,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(_=>(0,e.MU)().has(_)),this._iOSKeyupListener=_=>{const r=_.target;!r.value&&0===r.selectionStart&&0===r.selectionEnd&&(r.setSelectionRange(1,1),r.setSelectionRange(0,0))};const L=this._elementRef.nativeElement,O=L.nodeName.toLowerCase();this._inputValueAccessor=c||L,this._previousNativeValue=this.value,this.id=this.id,ye.IOS&&h.runOutsideAngular(()=>{ae.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===O,this._isTextarea="textarea"===O,this._isInFormField=!!M,this._isNativeSelect&&(this.controlType=L.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(ae=>{this.autofilled=ae.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(ae){this._elementRef.nativeElement.focus(ae)}_focusChanged(ae){ae!==this.focused&&(this.focused=ae,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const ae=this._elementRef.nativeElement.value;this._previousNativeValue!==ae&&(this._previousNativeValue=ae,this.stateChanges.next())}_dirtyCheckPlaceholder(){const ae=this._getPlaceholder();if(ae!==this._previousPlaceholder){const ye=this._elementRef.nativeElement;this._previousPlaceholder=ae,ae?ye.setAttribute("placeholder",ae):ye.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){U.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let ae=this._elementRef.nativeElement.validity;return ae&&ae.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const ae=this._elementRef.nativeElement,ye=ae.options[0];return this.focused||ae.multiple||!this.empty||!!(ae.selectedIndex>-1&&ye&&ye.label)}return this.focused||!this.empty}setDescribedByIds(ae){ae.length?this._elementRef.nativeElement.setAttribute("aria-describedby",ae.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const ae=this._elementRef.nativeElement;return this._isNativeSelect&&(ae.multiple||ae.size>1)}static{this.\u0275fac=function(ye){return new(ye||ie)(C.rXU(C.aKT),C.rXU(e.OD),C.rXU(y.vO,10),C.rXU(y.cV,8),C.rXU(y.j4,8),C.rXU(T.es),C.rXU(V,10),C.rXU(m),C.rXU(C.SKi),C.rXU(k.xb,8))}}static{this.\u0275dir=C.FsC({type:ie,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(ye,ue){1&ye&&C.bIt("focus",function(){return ue._focusChanged(!0)})("blur",function(){return ue._focusChanged(!1)})("input",function(){return ue._onInput()}),2&ye&&(C.Mr5("id",ue.id)("disabled",ue.disabled)("required",ue.required),C.BMQ("name",ue.name||null)("readonly",ue.readonly&&!ue._isNativeSelect||null)("aria-invalid",ue.empty&&ue.required?null:ue.errorState)("aria-required",ue.required)("id",ue.id),C.AVh("mat-input-server",ue._isServer)("mat-mdc-form-field-textarea-control",ue._isInFormField&&ue._isTextarea)("mat-mdc-form-field-input-control",ue._isInFormField)("mdc-text-field__input",ue._isInFormField)("mat-mdc-native-select-inline",ue._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[C.Jv_([{provide:k.qT,useExisting:ie}]),C.Vt3,C.OA$]})}}return ie})(),Z=(()=>{class ie{static{this.\u0275fac=function(ye){return new(ye||ie)}}static{this.\u0275mod=C.$C({type:ie})}static{this.\u0275inj=C.G2t({imports:[T.yE,k.RG,k.RG,w,T.yE]})}}return ie})()},3902:(Ve,ee,p)=>{"use strict";p.d(ee,{Fg:()=>Qe,YE:()=>fe,jt:()=>se});var t=p(4438),e=p(4085),C=p(6860),S=p(6600),l=p(8359),x=p(7786),R=(p(1413),p(2318)),d=p(177),w=p(1997);p(8617),p(5024),p(7336),p(9417),p(6977);const U=["*"],Y=["unscopedContent"],$=["text"],Z=[[["","matListItemAvatar",""],["","matListItemIcon",""]],[["","matListItemTitle",""]],[["","matListItemLine",""]],"*",[["","matListItemMeta",""]],[["mat-divider"]]],ie=["[matListItemAvatar],[matListItemIcon]","[matListItemTitle]","[matListItemLine]","*","[matListItemMeta]","mat-divider"],N=new t.nKC("ListOption");let ne=(()=>{class nt{constructor(ht){this._elementRef=ht}static{this.\u0275fac=function(tt){return new(tt||nt)(t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:nt,selectors:[["","matListItemTitle",""]],hostAttrs:[1,"mat-mdc-list-item-title","mdc-list-item__primary-text"]})}}return nt})(),Ie=(()=>{class nt{constructor(ht){this._elementRef=ht}static{this.\u0275fac=function(tt){return new(tt||nt)(t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:nt,selectors:[["","matListItemLine",""]],hostAttrs:[1,"mat-mdc-list-item-line","mdc-list-item__secondary-text"]})}}return nt})(),at=(()=>{class nt{static{this.\u0275fac=function(tt){return new(tt||nt)}}static{this.\u0275dir=t.FsC({type:nt,selectors:[["","matListItemMeta",""]],hostAttrs:[1,"mat-mdc-list-item-meta","mdc-list-item__end"]})}}return nt})(),Ye=(()=>{class nt{constructor(ht){this._listOption=ht}_isAlignedAtStart(){return!this._listOption||"after"===this._listOption?._getTogglePosition()}static{this.\u0275fac=function(tt){return new(tt||nt)(t.rXU(N,8))}}static{this.\u0275dir=t.FsC({type:nt,hostVars:4,hostBindings:function(tt,wt){2&tt&&t.AVh("mdc-list-item__start",wt._isAlignedAtStart())("mdc-list-item__end",!wt._isAlignedAtStart())}})}}return nt})(),rt=(()=>{class nt extends Ye{static{this.\u0275fac=(()=>{let ht;return function(wt){return(ht||(ht=t.xGo(nt)))(wt||nt)}})()}static{this.\u0275dir=t.FsC({type:nt,selectors:[["","matListItemAvatar",""]],hostAttrs:[1,"mat-mdc-list-item-avatar"],features:[t.Vt3]})}}return nt})(),re=(()=>{class nt extends Ye{static{this.\u0275fac=(()=>{let ht;return function(wt){return(ht||(ht=t.xGo(nt)))(wt||nt)}})()}static{this.\u0275dir=t.FsC({type:nt,selectors:[["","matListItemIcon",""]],hostAttrs:[1,"mat-mdc-list-item-icon"],features:[t.Vt3]})}}return nt})();const te=new t.nKC("MAT_LIST_CONFIG");let oe=(()=>{class nt{constructor(){this._isNonInteractive=!0,this._disableRipple=!1,this._disabled=!1,this._defaultOptions=(0,t.WQX)(te,{optional:!0})}get disableRipple(){return this._disableRipple}set disableRipple(ht){this._disableRipple=(0,e.he)(ht)}get disabled(){return this._disabled}set disabled(ht){this._disabled=(0,e.he)(ht)}static{this.\u0275fac=function(tt){return new(tt||nt)}}static{this.\u0275dir=t.FsC({type:nt,hostVars:1,hostBindings:function(tt,wt){2&tt&&t.BMQ("aria-disabled",wt.disabled)},inputs:{disableRipple:"disableRipple",disabled:"disabled"}})}}return nt})(),_e=(()=>{class nt{set lines(ht){this._explicitLines=(0,e.OE)(ht,null),this._updateItemLines(!1)}get disableRipple(){return this.disabled||this._disableRipple||this._noopAnimations||!!this._listBase?.disableRipple}set disableRipple(ht){this._disableRipple=(0,e.he)(ht)}get disabled(){return this._disabled||!!this._listBase?.disabled}set disabled(ht){this._disabled=(0,e.he)(ht)}get rippleDisabled(){return this.disableRipple||!!this.rippleConfig.disabled}constructor(ht,tt,wt,ut,vt,Ze){this._elementRef=ht,this._ngZone=tt,this._listBase=wt,this._platform=ut,this._explicitLines=null,this._disableRipple=!1,this._disabled=!1,this._subscriptions=new l.yU,this._rippleRenderer=null,this._hasUnscopedTextContent=!1,this.rippleConfig=vt||{},this._hostElement=this._elementRef.nativeElement,this._isButtonElement="button"===this._hostElement.nodeName.toLowerCase(),this._noopAnimations="NoopAnimations"===Ze,wt&&!wt._isNonInteractive&&this._initInteractiveListItem(),this._isButtonElement&&!this._hostElement.hasAttribute("type")&&this._hostElement.setAttribute("type","button")}ngAfterViewInit(){this._monitorProjectedLinesAndTitle(),this._updateItemLines(!0)}ngOnDestroy(){this._subscriptions.unsubscribe(),null!==this._rippleRenderer&&this._rippleRenderer._removeTriggerEvents()}_hasIconOrAvatar(){return!(!this._avatars.length&&!this._icons.length)}_initInteractiveListItem(){this._hostElement.classList.add("mat-mdc-list-item-interactive"),this._rippleRenderer=new S.ug(this,this._ngZone,this._hostElement,this._platform),this._rippleRenderer.setupTriggerEvents(this._hostElement)}_monitorProjectedLinesAndTitle(){this._ngZone.runOutsideAngular(()=>{this._subscriptions.add((0,x.h)(this._lines.changes,this._titles.changes).subscribe(()=>this._updateItemLines(!1)))})}_updateItemLines(ht){if(!this._lines||!this._titles||!this._unscopedContent)return;ht&&this._checkDomForUnscopedTextContent();const tt=this._explicitLines??this._inferLinesFromContent(),wt=this._unscopedContent.nativeElement;if(this._hostElement.classList.toggle("mat-mdc-list-item-single-line",tt<=1),this._hostElement.classList.toggle("mdc-list-item--with-one-line",tt<=1),this._hostElement.classList.toggle("mdc-list-item--with-two-lines",2===tt),this._hostElement.classList.toggle("mdc-list-item--with-three-lines",3===tt),this._hasUnscopedTextContent){const ut=0===this._titles.length&&1===tt;wt.classList.toggle("mdc-list-item__primary-text",ut),wt.classList.toggle("mdc-list-item__secondary-text",!ut)}else wt.classList.remove("mdc-list-item__primary-text"),wt.classList.remove("mdc-list-item__secondary-text")}_inferLinesFromContent(){let ht=this._titles.length+this._lines.length;return this._hasUnscopedTextContent&&(ht+=1),ht}_checkDomForUnscopedTextContent(){this._hasUnscopedTextContent=Array.from(this._unscopedContent.nativeElement.childNodes).filter(ht=>ht.nodeType!==ht.COMMENT_NODE).some(ht=>!(!ht.textContent||!ht.textContent.trim()))}static{this.\u0275fac=function(tt){return new(tt||nt)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(oe,8),t.rXU(C.OD),t.rXU(S.$E,8),t.rXU(t.bc$,8))}}static{this.\u0275dir=t.FsC({type:nt,contentQueries:function(tt,wt,ut){if(1&tt&&(t.wni(ut,rt,4),t.wni(ut,re,4)),2&tt){let vt;t.mGM(vt=t.lsd())&&(wt._avatars=vt),t.mGM(vt=t.lsd())&&(wt._icons=vt)}},hostVars:4,hostBindings:function(tt,wt){2&tt&&(t.BMQ("aria-disabled",wt.disabled)("disabled",wt._isButtonElement&&wt.disabled||null),t.AVh("mdc-list-item--disabled",wt.disabled))},inputs:{lines:"lines",disableRipple:"disableRipple",disabled:"disabled"}})}}return nt})(),se=(()=>{class nt extends oe{static{this.\u0275fac=(()=>{let ht;return function(wt){return(ht||(ht=t.xGo(nt)))(wt||nt)}})()}static{this.\u0275cmp=t.VBU({type:nt,selectors:[["mat-list"]],hostAttrs:[1,"mat-mdc-list","mat-mdc-list-base","mdc-list"],exportAs:["matList"],features:[t.Jv_([{provide:oe,useExisting:nt}]),t.Vt3],ngContentSelectors:U,decls:1,vars:0,template:function(tt,wt){1&tt&&(t.NAR(),t.SdG(0))},styles:['@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-list-divider::after{content:"";display:block;border-bottom-width:1px;border-bottom-style:solid}}.mdc-list{margin:0;padding:8px 0;list-style-type:none}.mdc-list:focus{outline:none}.mdc-list-item__wrapper{display:block}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;align-items:stretch;cursor:pointer}.mdc-list-item:focus{outline:none}.mdc-list-item.mdc-list-item--with-one-line{height:48px}.mdc-list-item.mdc-list-item--with-two-lines{height:64px}.mdc-list-item.mdc-list-item--with-three-lines{height:88px}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--disabled,.mdc-list-item.mdc-list-item--non-interactive{cursor:auto}.mdc-list-item:not(.mdc-list-item--selected):focus::before,.mdc-list-item.mdc-ripple-upgraded--background-focused::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-list-item:not(.mdc-list-item--selected):focus::before,.mdc-list-item.mdc-ripple-upgraded--background-focused::before{border-color:CanvasText}}.mdc-list-item.mdc-list-item--selected::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:3px double rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-list-item.mdc-list-item--selected::before{border-color:CanvasText}}.mdc-list-item.mdc-list-item--selected:focus::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:3px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-list-item.mdc-list-item--selected:focus::before{border-color:CanvasText}}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-item__start{fill:currentColor;flex-shrink:0;pointer-events:none}.mdc-list-item__end{flex-shrink:0;pointer-events:none}.mdc-list-item__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:center;flex:1;pointer-events:none}.mdc-list-item--with-two-lines .mdc-list-item__content,.mdc-list-item--with-three-lines .mdc-list-item__content{align-self:stretch}.mdc-list-item__content[for]{pointer-events:none}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-three-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal}.mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__secondary-text{white-space:normal;line-height:20px}.mdc-list-item--with-overline .mdc-list-item__secondary-text{white-space:nowrap;line-height:auto}.mdc-list-item__overline-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-three-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item,.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-avatar .mdc-list-item__start{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start,.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-avatar .mdc-list-item__start{border-radius:50%}.mdc-list-item--with-leading-icon.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-icon .mdc-list-item__start{margin-left:16px;margin-right:32px}[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl]{margin-left:32px;margin-right:16px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-thumbnail.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item,.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-thumbnail .mdc-list-item__start{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-image.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item,.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-image .mdc-list-item__start{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start,.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-one-line{height:72px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-video.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item,.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-video .mdc-list-item__start{margin-left:0;margin-right:16px}[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start,.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl]{margin-left:16px;margin-right:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-one-line{height:72px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-checkbox.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:8px;margin-right:24px}[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl]{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-radio.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-radio .mdc-list-item__start{margin-left:8px;margin-right:24px}[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl]{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-switch.mdc-list-item{padding-left:0;padding-right:auto}[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item,.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl]{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-switch .mdc-list-item__start{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start,.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-trailing-icon.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item,.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-icon .mdc-list-item__end{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:flex-start;margin-top:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:0}.mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item,.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-left:28px;margin-right:16px}[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl]{margin-left:16px;margin-right:28px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family);font-size:var(--mdc-typography-caption-font-size);line-height:var(--mdc-typography-caption-line-height);font-weight:var(--mdc-typography-caption-font-weight);letter-spacing:var(--mdc-typography-caption-letter-spacing);text-decoration:var(--mdc-typography-caption-text-decoration);text-transform:var(--mdc-typography-caption-text-transform)}.mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item,.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:24px;margin-right:8px}[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl]{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-radio.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-radio .mdc-list-item__end{margin-left:24px;margin-right:8px}[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl]{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-switch.mdc-list-item{padding-left:auto;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item,.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl]{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-switch .mdc-list-item__end{margin-left:16px;margin-right:16px}[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end,.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl]{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item{padding-left:16px;padding-right:16px}[dir=rtl] .mdc-list-item,.mdc-list-item[dir=rtl]{padding-left:16px;padding-right:16px}.mdc-list-group .mdc-deprecated-list{padding:0}.mdc-list-group__subheader{margin:calc((3rem - 1.5rem)/2) 16px}.mdc-list-divider{padding:0;background-clip:content-box}.mdc-list-divider.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset{padding-left:16px;padding-right:auto}[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl]{padding-left:auto;padding-right:16px}.mdc-list-divider.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset{padding-left:auto;padding-right:16px}[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl]{padding-left:16px;padding-right:auto}.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset{padding-left:0px;padding-right:auto}[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl]{padding-left:auto;padding-right:0px}[dir=rtl] .mdc-list-divider,.mdc-list-divider[dir=rtl]{padding:0}.mdc-list-item{background-color:var(--mdc-list-list-item-container-color)}.mdc-list-item.mdc-list-item--selected{background-color:var(--mdc-list-list-item-selected-container-color)}.mdc-list-item--with-one-line{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item--with-one-line.mdc-list-item--with-leading-avatar,.mdc-list-item--with-one-line.mdc-list-item--with-leading-icon,.mdc-list-item--with-one-line.mdc-list-item--with-leading-thumbnail,.mdc-list-item--with-one-line.mdc-list-item--with-leading-checkbox,.mdc-list-item--with-one-line.mdc-list-item--with-leading-radio,.mdc-list-item--with-one-line.mdc-list-item--with-leading-switch{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item--with-one-line.mdc-list-item--with-leading-image,.mdc-list-item--with-one-line.mdc-list-item--with-leading-video{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item--with-two-lines{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item--with-two-lines.mdc-list-item--with-leading-avatar,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-icon,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-thumbnail,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-checkbox,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-radio,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-switch,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-image,.mdc-list-item--with-two-lines.mdc-list-item--with-leading-video{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item--with-three-lines{border-radius:var(--mdc-list-list-item-container-shape)}.mdc-list-item.mdc-list-item--with-one-line{height:var(--mdc-list-list-item-one-line-container-height)}.mdc-list-item.mdc-list-item--with-two-lines{height:var(--mdc-list-list-item-two-line-container-height)}.mdc-list-item.mdc-list-item--with-three-lines{height:var(--mdc-list-list-item-three-line-container-height)}.mdc-list-item__primary-text{color:var(--mdc-list-list-item-label-text-color)}.mdc-list-item__primary-text{font-family:var(--mdc-list-list-item-label-text-font);line-height:var(--mdc-list-list-item-label-text-line-height);font-size:var(--mdc-list-list-item-label-text-size);font-weight:var(--mdc-list-list-item-label-text-weight);letter-spacing:var(--mdc-list-list-item-label-text-tracking)}.mdc-list-item__secondary-text{color:var(--mdc-list-list-item-supporting-text-color)}.mdc-list-item__secondary-text{font-family:var(--mdc-list-list-item-supporting-text-font);line-height:var(--mdc-list-list-item-supporting-text-line-height);font-size:var(--mdc-list-list-item-supporting-text-size);font-weight:var(--mdc-list-list-item-supporting-text-weight);letter-spacing:var(--mdc-list-list-item-supporting-text-tracking)}.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-list-list-item-leading-icon-color)}.mdc-list-item--with-leading-icon .mdc-list-item__start{width:var(--mdc-list-list-item-leading-icon-size);height:var(--mdc-list-list-item-leading-icon-size)}.mdc-list-item--with-leading-icon .mdc-list-item__start>i{font-size:var(--mdc-list-list-item-leading-icon-size)}.mdc-list-item--with-leading-icon .mdc-list-item__start .mdc-list-item__icon{font-size:var(--mdc-list-list-item-leading-icon-size);width:var(--mdc-list-list-item-leading-icon-size);height:var(--mdc-list-list-item-leading-icon-size)}.mdc-list-item--with-leading-icon .mdc-list-item__start .mdc-list-item__icon,.mdc-list-item--with-leading-icon .mdc-list-item__start .mdc-list-item__icon>.materialdesignWizIconSvgsSvgIcon{display:block}.mdc-list-item--with-leading-avatar .mdc-list-item__start{width:var(--mdc-list-list-item-leading-avatar-size);height:var(--mdc-list-list-item-leading-avatar-size)}.mdc-list-item.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-list-list-item-trailing-supporting-text-color)}.mdc-list-item--with-trailing-meta .mdc-list-item__end{font-family:var(--mdc-list-list-item-trailing-supporting-text-font);line-height:var(--mdc-list-list-item-trailing-supporting-text-line-height);font-size:var(--mdc-list-list-item-trailing-supporting-text-size);font-weight:var(--mdc-list-list-item-trailing-supporting-text-weight);letter-spacing:var(--mdc-list-list-item-trailing-supporting-text-tracking)}.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-trailing-icon-color)}.mdc-list-item--with-trailing-icon .mdc-list-item__end{width:var(--mdc-list-list-item-trailing-icon-size);height:var(--mdc-list-list-item-trailing-icon-size)}.mdc-list-item--with-trailing-icon .mdc-list-item__end>i{font-size:var(--mdc-list-list-item-trailing-icon-size)}.mdc-list-item--with-trailing-icon .mdc-list-item__end .mdc-list-item__icon{font-size:var(--mdc-list-list-item-trailing-icon-size);width:var(--mdc-list-list-item-trailing-icon-size);height:var(--mdc-list-list-item-trailing-icon-size)}.mdc-list-item--with-trailing-icon .mdc-list-item__end .mdc-list-item__icon,.mdc-list-item--with-trailing-icon .mdc-list-item__end .mdc-list-item__icon>.materialdesignWizIconSvgsSvgIcon{display:block}.mdc-list-item--selected.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-selected-trailing-icon-color)}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled .mdc-list-item__overline-text{opacity:var(--mdc-list-list-item-disabled-label-text-opacity)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-list-list-item-disabled-leading-icon-color)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{opacity:var(--mdc-list-list-item-disabled-leading-icon-opacity)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-disabled-trailing-icon-color)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{opacity:var(--mdc-list-list-item-disabled-trailing-icon-opacity)}.mdc-list-item:hover .mdc-list-item__primary-text{color:var(--mdc-list-list-item-hover-label-text-color)}.mdc-list-item--with-leading-icon:hover .mdc-list-item__start{color:var(--mdc-list-list-item-hover-leading-icon-color)}.mdc-list-item--with-trailing-icon:hover .mdc-list-item__end{color:var(--mdc-list-list-item-hover-trailing-icon-color)}.mdc-list-item:focus .mdc-list-item__primary-text{color:var(--mdc-list-list-item-focus-label-text-color)}.mdc-list-item.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mdc-list-list-item-disabled-label-text-color)}.mdc-list-item:hover::before{background-color:var(--mdc-list-list-item-hover-state-layer-color);opacity:var(--mdc-list-list-item-hover-state-layer-opacity)}.mdc-list-item.mdc-list-item--disabled::before{background-color:var(--mdc-list-list-item-disabled-state-layer-color);opacity:var(--mdc-list-list-item-disabled-state-layer-opacity)}.mdc-list-item:focus::before{background-color:var(--mdc-list-list-item-focus-state-layer-color);opacity:var(--mdc-list-list-item-focus-state-layer-opacity)}.mdc-list-item--disabled .mdc-radio,.mdc-list-item--disabled .mdc-checkbox{opacity:var(--mdc-list-list-item-disabled-label-text-opacity)}.mdc-list-item--with-leading-avatar .mat-mdc-list-item-avatar{border-radius:var(--mdc-list-list-item-leading-avatar-shape);background-color:var(--mdc-list-list-item-leading-avatar-color)}.cdk-high-contrast-active a.mdc-list-item--activated::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active a.mdc-list-item--activated [dir=rtl]::after{right:auto;left:16px}.mat-mdc-list-base{display:block}.mat-mdc-list-base .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item__end,.mat-mdc-list-base .mdc-list-item__content{pointer-events:auto}.mat-mdc-list-item,.mat-mdc-list-option{width:100%;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-list-item:not(.mat-mdc-list-item-interactive),.mat-mdc-list-option:not(.mat-mdc-list-item-interactive){cursor:default}.mat-mdc-list-item .mat-divider-inset,.mat-mdc-list-option .mat-divider-inset{position:absolute;left:0;right:0;bottom:0}.mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,.mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-left:72px}[dir=rtl] .mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,[dir=rtl] .mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-right:72px}.mat-mdc-list-item-interactive::before{top:0;left:0;right:0;bottom:0;position:absolute;content:"";opacity:0;pointer-events:none}.mat-mdc-list-item>.mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-list-item:focus>.mat-mdc-focus-indicator::before{content:""}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-line.mdc-list-item__secondary-text{white-space:nowrap;line-height:normal}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-unscoped-content.mdc-list-item__secondary-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:left}[dir=rtl] mat-action-list button{text-align:right}mat-action-list button::-moz-focus-inner{border:0}'],encapsulation:2,changeDetection:0})}}return nt})(),fe=(()=>{class nt extends _e{get activated(){return this._activated}set activated(ht){this._activated=(0,e.he)(ht)}constructor(ht,tt,wt,ut,vt,Ze){super(ht,tt,wt,ut,vt,Ze),this._activated=!1}_getAriaCurrent(){return"A"===this._hostElement.nodeName&&this._activated?"page":null}static{this.\u0275fac=function(tt){return new(tt||nt)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(oe,8),t.rXU(C.OD),t.rXU(S.$E,8),t.rXU(t.bc$,8))}}static{this.\u0275cmp=t.VBU({type:nt,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(tt,wt,ut){if(1&tt&&(t.wni(ut,Ie,5),t.wni(ut,ne,5),t.wni(ut,at,5)),2&tt){let vt;t.mGM(vt=t.lsd())&&(wt._lines=vt),t.mGM(vt=t.lsd())&&(wt._titles=vt),t.mGM(vt=t.lsd())&&(wt._meta=vt)}},viewQuery:function(tt,wt){if(1&tt&&(t.GBs(Y,5),t.GBs($,5)),2&tt){let ut;t.mGM(ut=t.lsd())&&(wt._unscopedContent=ut.first),t.mGM(ut=t.lsd())&&(wt._itemText=ut.first)}},hostAttrs:[1,"mat-mdc-list-item","mdc-list-item"],hostVars:11,hostBindings:function(tt,wt){2&tt&&(t.BMQ("aria-current",wt._getAriaCurrent()),t.AVh("mdc-list-item--activated",wt.activated)("mdc-list-item--with-leading-avatar",0!==wt._avatars.length)("mdc-list-item--with-leading-icon",0!==wt._icons.length)("mdc-list-item--with-trailing-meta",0!==wt._meta.length)("_mat-animation-noopable",wt._noopAnimations))},inputs:{activated:"activated"},exportAs:["matListItem"],features:[t.Vt3],ngContentSelectors:ie,decls:10,vars:0,consts:[["unscopedContent",""],[1,"mdc-list-item__content"],[1,"mat-mdc-list-item-unscoped-content",3,"cdkObserveContent"],[1,"mat-mdc-focus-indicator"]],template:function(tt,wt){if(1&tt){const ut=t.RV6();t.NAR(Z),t.SdG(0),t.j41(1,"span",1),t.SdG(2,1),t.SdG(3,2),t.j41(4,"span",2,0),t.bIt("cdkObserveContent",function(){return t.eBV(ut),t.Njj(wt._updateItemLines(!0))}),t.SdG(6,3),t.k0s()(),t.SdG(7,4),t.SdG(8,5),t.nrm(9,"div",3)}},dependencies:[R.Wv],encapsulation:2,changeDetection:0})}}return nt})(),Qe=(()=>{class nt{static{this.\u0275fac=function(tt){return new(tt||nt)}}static{this.\u0275mod=t.$C({type:nt})}static{this.\u0275inj=t.G2t({imports:[R.w5,d.MD,S.yE,S.pZ,S.O5,w.w]})}}return nt})()},9115:(Ve,ee,p)=>{"use strict";p.d(ee,{Cn:()=>de,Cp:()=>_e,fb:()=>f,kk:()=>at});var t=p(4438),e=p(8617),C=p(7336),S=p(1413),l=p(7786),x=p(8359),m=p(7673),R=p(5007),d=p(9172),w=p(5558),y=p(6697),T=p(6977),k=p(5964),F=p(5335),V=p(177),U=p(6600),G=p(6939),Y=p(9969),$=p(8203),Z=p(6969),ie=p(6860),ve=p(5542);const ae=["mat-menu-item",""],ye=[[["mat-icon"],["","matMenuItemIcon",""]],"*"],ue=["mat-icon, [matMenuItemIcon]","*"];function be(pe,We){1&pe&&(t.qSk(),t.j41(0,"svg",2),t.nrm(1,"polygon",3),t.k0s())}const D=["*"];function n(pe,We){if(1&pe){const se=t.RV6();t.j41(0,"div",0),t.bIt("keydown",function(he){t.eBV(se);const et=t.XpG();return t.Njj(et._handleKeydown(he))})("click",function(){t.eBV(se);const he=t.XpG();return t.Njj(he.closed.emit("click"))})("@transformMenu.start",function(he){t.eBV(se);const et=t.XpG();return t.Njj(et._onAnimationStart(he))})("@transformMenu.done",function(he){t.eBV(se);const et=t.XpG();return t.Njj(et._onAnimationDone(he))}),t.j41(1,"div",1),t.SdG(2),t.k0s()()}if(2&pe){const se=t.XpG();t.Y8G("id",se.panelId)("ngClass",se._classList)("@transformMenu",se._panelAnimationState),t.BMQ("aria-label",se.ariaLabel||null)("aria-labelledby",se.ariaLabelledby||null)("aria-describedby",se.ariaDescribedby||null)}}const c=new t.nKC("MAT_MENU_PANEL");let f=(()=>{class pe{constructor(se,fe,he,et,Ke){this._elementRef=se,this._document=fe,this._focusMonitor=he,this._parentMenu=et,this._changeDetectorRef=Ke,this.role="menuitem",this.disabled=!1,this.disableRipple=!1,this._hovered=new S.B,this._focused=new S.B,this._highlighted=!1,this._triggersSubmenu=!1,et?.addItem?.(this)}focus(se,fe){this._focusMonitor&&se?this._focusMonitor.focusVia(this._getHostElement(),se,fe):this._getHostElement().focus(fe),this._focused.next(this)}ngAfterViewInit(){this._focusMonitor&&this._focusMonitor.monitor(this._elementRef,!1)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(se){this.disabled&&(se.preventDefault(),se.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){const se=this._elementRef.nativeElement.cloneNode(!0),fe=se.querySelectorAll("mat-icon, .material-icons");for(let he=0;he enter",(0,Y.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,Y.iF)({opacity:1,transform:"scale(1)"}))),(0,Y.kY)("* => void",(0,Y.i0)("100ms 25ms linear",(0,Y.iF)({opacity:0})))]),fadeInItems:(0,Y.hZ)("fadeInItems",[(0,Y.wk)("showing",(0,Y.iF)({opacity:1})),(0,Y.kY)("void => *",[(0,Y.iF)({opacity:0}),(0,Y.i0)("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let N=0;const ne=new t.nKC("mat-menu-default-options",{providedIn:"root",factory:function Ie(){return{overlapTrigger:!1,xPosition:"after",yPosition:"below",backdropClass:"cdk-overlay-transparent-backdrop"}}});let at=(()=>{class pe{get xPosition(){return this._xPosition}set xPosition(se){this._xPosition=se,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(se){this._yPosition=se,this.setPositionClasses()}set panelClass(se){const fe=this._previousPanelClass;fe&&fe.length&&fe.split(" ").forEach(he=>{this._classList[he]=!1}),this._previousPanelClass=se,se&&se.length&&(se.split(" ").forEach(he=>{this._classList[he]=!0}),this._elementRef.nativeElement.className="")}get classList(){return this.panelClass}set classList(se){this.panelClass=se}constructor(se,fe,he,et){this._elementRef=se,this._ngZone=fe,this._changeDetectorRef=et,this._elevationPrefix="mat-elevation-z",this._baseElevation=8,this._directDescendantItems=new t.rOR,this._classList={},this._panelAnimationState="void",this._animationDone=new S.B,this.closed=new t.bkB,this.close=this.closed,this.panelId="mat-menu-panel-"+N++,this.overlayPanelClass=he.overlayPanelClass||"",this._xPosition=he.xPosition,this._yPosition=he.yPosition,this.backdropClass=he.backdropClass,this.overlapTrigger=he.overlapTrigger,this.hasBackdrop=he.hasBackdrop}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new e.Bu(this._directDescendantItems).withWrap().withTypeAhead().withHomeAndEnd(),this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe((0,d.Z)(this._directDescendantItems),(0,w.n)(se=>(0,l.h)(...se.map(fe=>fe._focused)))).subscribe(se=>this._keyManager.updateActiveItem(se)),this._directDescendantItems.changes.subscribe(se=>{const fe=this._keyManager;if("enter"===this._panelAnimationState&&fe.activeItem?._hasFocus()){const he=se.toArray(),et=Math.max(0,Math.min(he.length-1,fe.activeItemIndex||0));he[et]&&!he[et].disabled?fe.setActiveItem(et):fe.setNextItemActive()}})}ngOnDestroy(){this._keyManager?.destroy(),this._directDescendantItems.destroy(),this.closed.complete(),this._firstItemFocusSubscription?.unsubscribe()}_hovered(){return this._directDescendantItems.changes.pipe((0,d.Z)(this._directDescendantItems),(0,w.n)(fe=>(0,l.h)(...fe.map(he=>he._hovered))))}addItem(se){}removeItem(se){}_handleKeydown(se){const fe=se.keyCode,he=this._keyManager;switch(fe){case C._f:(0,C.rp)(se)||(se.preventDefault(),this.closed.emit("keydown"));break;case C.UQ:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case C.LE:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:return(fe===C.i7||fe===C.n6)&&he.setFocusOrigin("keyboard"),void he.onKeydown(se)}se.stopPropagation()}focusFirstItem(se="program"){this._firstItemFocusSubscription?.unsubscribe(),this._firstItemFocusSubscription=this._ngZone.onStable.pipe((0,y.s)(1)).subscribe(()=>{let fe=null;if(this._directDescendantItems.length&&(fe=this._directDescendantItems.first._getHostElement().closest('[role="menu"]')),!fe||!fe.contains(document.activeElement)){const he=this._keyManager;he.setFocusOrigin(se).setFirstItemActive(),!he.activeItem&&fe&&fe.focus()}})}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(se){const fe=Math.min(this._baseElevation+se,24),he=`${this._elevationPrefix}${fe}`,et=Object.keys(this._classList).find(Ke=>Ke.startsWith(this._elevationPrefix));(!et||et===this._previousElevation)&&(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[he]=!0,this._previousElevation=he)}setPositionClasses(se=this.xPosition,fe=this.yPosition){const he=this._classList;he["mat-menu-before"]="before"===se,he["mat-menu-after"]="after"===se,he["mat-menu-above"]="above"===fe,he["mat-menu-below"]="below"===fe,this._changeDetectorRef?.markForCheck()}_startAnimation(){this._panelAnimationState="enter"}_resetAnimation(){this._panelAnimationState="void"}_onAnimationDone(se){this._animationDone.next(se),this._isAnimating=!1}_onAnimationStart(se){this._isAnimating=!0,"enter"===se.toState&&0===this._keyManager.activeItemIndex&&(se.element.scrollTop=0)}_updateDirectDescendants(){this._allItems.changes.pipe((0,d.Z)(this._allItems)).subscribe(se=>{this._directDescendantItems.reset(se.filter(fe=>fe._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}static{this.\u0275fac=function(fe){return new(fe||pe)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(ne),t.rXU(t.gRc))}}static{this.\u0275cmp=t.VBU({type:pe,selectors:[["mat-menu"]],contentQueries:function(fe,he,et){if(1&fe&&(t.wni(et,O,5),t.wni(et,f,5),t.wni(et,f,4)),2&fe){let Ke;t.mGM(Ke=t.lsd())&&(he.lazyContent=Ke.first),t.mGM(Ke=t.lsd())&&(he._allItems=Ke),t.mGM(Ke=t.lsd())&&(he.items=Ke)}},viewQuery:function(fe,he){if(1&fe&&t.GBs(t.C4Q,5),2&fe){let et;t.mGM(et=t.lsd())&&(he.templateRef=et.first)}},hostAttrs:["ngSkipHydration",""],hostVars:3,hostBindings:function(fe,he){2&fe&&t.BMQ("aria-label",null)("aria-labelledby",null)("aria-describedby",null)},inputs:{backdropClass:"backdropClass",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:[2,"overlapTrigger","overlapTrigger",t.L39],hasBackdrop:[2,"hasBackdrop","hasBackdrop",se=>null==se?null:(0,t.L39)(se)],panelClass:[0,"class","panelClass"],classList:"classList"},outputs:{closed:"closed",close:"close"},exportAs:["matMenu"],features:[t.Jv_([{provide:c,useExisting:pe}]),t.GFd],ngContentSelectors:D,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-mdc-menu-panel","mat-mdc-elevation-specific",3,"keydown","click","id","ngClass"],[1,"mat-mdc-menu-content"]],template:function(fe,he){1&fe&&(t.NAR(),t.DNE(0,n,3,6,"ng-template"))},dependencies:[V.YU],styles:['mat-menu{display:none}.mat-mdc-menu-content{margin:0;padding:8px 0;list-style-type:none}.mat-mdc-menu-content:focus{outline:none}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;white-space:normal;font-family:var(--mat-menu-item-label-text-font);line-height:var(--mat-menu-item-label-text-line-height);font-size:var(--mat-menu-item-label-text-size);letter-spacing:var(--mat-menu-item-label-text-tracking);font-weight:var(--mat-menu-item-label-text-weight)}.mat-mdc-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;outline:0;border-radius:var(--mat-menu-container-shape);background-color:var(--mat-menu-container-color);will-change:transform,opacity}.mat-mdc-menu-panel.ng-animating{pointer-events:none}.cdk-high-contrast-active .mat-mdc-menu-panel{outline:solid 1px}.mat-mdc-menu-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;width:100%;text-align:left;box-sizing:border-box;color:inherit;font-size:inherit;background:none;text-decoration:none;margin:0;align-items:center;min-height:48px}.mat-mdc-menu-item:focus{outline:none}[dir=rtl] .mat-mdc-menu-item,.mat-mdc-menu-item[dir=rtl]{padding-left:16px;padding-right:16px}.mat-mdc-menu-item::-moz-focus-inner{border:0}.mat-mdc-menu-item,.mat-mdc-menu-item:visited,.mat-mdc-menu-item:link{color:var(--mat-menu-item-label-text-color)}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-item .mat-mdc-menu-submenu-icon{color:var(--mat-menu-item-icon-color)}.mat-mdc-menu-item[disabled]{cursor:default;opacity:.38}.mat-mdc-menu-item[disabled]::after{display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0}.mat-mdc-menu-item .mat-icon{margin-right:16px}[dir=rtl] .mat-mdc-menu-item{text-align:right}[dir=rtl] .mat-mdc-menu-item .mat-icon{margin-right:0;margin-left:16px}.mat-mdc-menu-item.mat-mdc-menu-item-submenu-trigger{padding-right:32px}[dir=rtl] .mat-mdc-menu-item.mat-mdc-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}.mat-mdc-menu-item:not([disabled]):hover{background-color:var(--mat-menu-item-hover-state-layer-color)}.mat-mdc-menu-item:not([disabled]).cdk-program-focused,.mat-mdc-menu-item:not([disabled]).cdk-keyboard-focused,.mat-mdc-menu-item:not([disabled]).mat-mdc-menu-item-highlighted{background-color:var(--mat-menu-item-focus-state-layer-color)}.cdk-high-contrast-active .mat-mdc-menu-item{margin-top:1px}.mat-mdc-menu-submenu-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:5px;height:10px;fill:currentColor}[dir=rtl] .mat-mdc-menu-submenu-icon{right:auto;left:16px;transform:translateY(-50%) scaleX(-1)}.cdk-high-contrast-active .mat-mdc-menu-submenu-icon{fill:CanvasText}.mat-mdc-menu-item .mat-mdc-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}'],encapsulation:2,data:{animation:[r.transformMenu,r.fadeInItems]},changeDetection:0})}}return pe})();const Ye=new t.nKC("mat-menu-scroll-strategy"),re={provide:Ye,deps:[Z.hJ],useFactory:function rt(pe){return()=>pe.scrollStrategies.reposition()}},te=(0,ie.BQ)({passive:!0});let _e=(()=>{class pe{get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(se){this.menu=se}get menu(){return this._menu}set menu(se){se!==this._menu&&(this._menu=se,this._menuCloseSubscription.unsubscribe(),se&&(this._menuCloseSubscription=se.close.subscribe(fe=>{this._destroyMenu(fe),("click"===fe||"tab"===fe)&&this._parentMaterialMenu&&this._parentMaterialMenu.closed.emit(fe)})),this._menuItemInstance?._setTriggersSubmenu(this.triggersSubmenu()))}constructor(se,fe,he,et,Ke,Ct,_t,Nt,ke){this._overlay=se,this._element=fe,this._viewContainerRef=he,this._menuItemInstance=Ct,this._dir=_t,this._focusMonitor=Nt,this._ngZone=ke,this._overlayRef=null,this._menuOpen=!1,this._closingActionsSubscription=x.yU.EMPTY,this._hoverSubscription=x.yU.EMPTY,this._menuCloseSubscription=x.yU.EMPTY,this._changeDetectorRef=(0,t.WQX)(t.gRc),this._handleTouchStart=Je=>{(0,e.w6)(Je)||(this._openedBy="touch")},this._openedBy=void 0,this.restoreFocus=!0,this.menuOpened=new t.bkB,this.onMenuOpen=this.menuOpened,this.menuClosed=new t.bkB,this.onMenuClose=this.menuClosed,this._scrollStrategy=et,this._parentMaterialMenu=Ke instanceof at?Ke:void 0,fe.nativeElement.addEventListener("touchstart",this._handleTouchStart,te)}ngAfterContentInit(){this._handleHover()}ngOnDestroy(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._element.nativeElement.removeEventListener("touchstart",this._handleTouchStart,te),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}triggersSubmenu(){return!!(this._menuItemInstance&&this._parentMaterialMenu&&this.menu)}toggleMenu(){return this._menuOpen?this.closeMenu():this.openMenu()}openMenu(){const se=this.menu;if(this._menuOpen||!se)return;const fe=this._createOverlay(se),he=fe.getConfig(),et=he.positionStrategy;this._setPosition(se,et),he.hasBackdrop=null==se.hasBackdrop?!this.triggersSubmenu():se.hasBackdrop,fe.attach(this._getPortal(se)),se.lazyContent&&se.lazyContent.attach(this.menuData),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this.closeMenu()),this._initMenu(se),se instanceof at&&(se._startAnimation(),se._directDescendantItems.changes.pipe((0,T.Q)(se.close)).subscribe(()=>{et.withLockedPosition(!1).reapplyLastPosition(),et.withLockedPosition(!0)}))}closeMenu(){this.menu?.close.emit()}focus(se,fe){this._focusMonitor&&se?this._focusMonitor.focusVia(this._element,se,fe):this._element.nativeElement.focus(fe)}updatePosition(){this._overlayRef?.updatePosition()}_destroyMenu(se){if(!this._overlayRef||!this.menuOpen)return;const fe=this.menu;this._closingActionsSubscription.unsubscribe(),this._overlayRef.detach(),this.restoreFocus&&("keydown"===se||!this._openedBy||!this.triggersSubmenu())&&this.focus(this._openedBy),this._openedBy=void 0,fe instanceof at?(fe._resetAnimation(),fe.lazyContent?fe._animationDone.pipe((0,k.p)(he=>"void"===he.toState),(0,y.s)(1),(0,T.Q)(fe.lazyContent._attached)).subscribe({next:()=>fe.lazyContent.detach(),complete:()=>this._setIsMenuOpen(!1)}):this._setIsMenuOpen(!1)):(this._setIsMenuOpen(!1),fe?.lazyContent?.detach())}_initMenu(se){se.parentMenu=this.triggersSubmenu()?this._parentMaterialMenu:void 0,se.direction=this.dir,this._setMenuElevation(se),se.focusFirstItem(this._openedBy||"program"),this._setIsMenuOpen(!0)}_setMenuElevation(se){if(se.setElevation){let fe=0,he=se.parentMenu;for(;he;)fe++,he=he.parentMenu;se.setElevation(fe)}}_setIsMenuOpen(se){se!==this._menuOpen&&(this._menuOpen=se,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&this._menuItemInstance._setHighlighted(se),this._changeDetectorRef.markForCheck())}_createOverlay(se){if(!this._overlayRef){const fe=this._getOverlayConfig(se);this._subscribeToPositions(se,fe.positionStrategy),this._overlayRef=this._overlay.create(fe),this._overlayRef.keydownEvents().subscribe()}return this._overlayRef}_getOverlayConfig(se){return new Z.rR({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withLockedPosition().withGrowAfterOpen().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:se.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:se.overlayPanelClass,scrollStrategy:this._scrollStrategy(),direction:this._dir})}_subscribeToPositions(se,fe){se.setPositionClasses&&fe.positionChanges.subscribe(he=>{const et="start"===he.connectionPair.overlayX?"after":"before",Ke="top"===he.connectionPair.overlayY?"below":"above";this._ngZone?this._ngZone.run(()=>se.setPositionClasses(et,Ke)):se.setPositionClasses(et,Ke)})}_setPosition(se,fe){let[he,et]="before"===se.xPosition?["end","start"]:["start","end"],[Ke,Ct]="above"===se.yPosition?["bottom","top"]:["top","bottom"],[_t,Nt]=[Ke,Ct],[ke,Je]=[he,et],Qe=0;if(this.triggersSubmenu()){if(Je=he="before"===se.xPosition?"start":"end",et=ke="end"===he?"start":"end",this._parentMaterialMenu){if(null==this._parentInnerPadding){const nt=this._parentMaterialMenu.items.first;this._parentInnerPadding=nt?nt._getHostElement().offsetTop:0}Qe="bottom"===Ke?this._parentInnerPadding:-this._parentInnerPadding}}else se.overlapTrigger||(_t="top"===Ke?"bottom":"top",Nt="top"===Ct?"bottom":"top");fe.withPositions([{originX:he,originY:_t,overlayX:ke,overlayY:Ke,offsetY:Qe},{originX:et,originY:_t,overlayX:Je,overlayY:Ke,offsetY:Qe},{originX:he,originY:Nt,overlayX:ke,overlayY:Ct,offsetY:-Qe},{originX:et,originY:Nt,overlayX:Je,overlayY:Ct,offsetY:-Qe}])}_menuClosingActions(){const se=this._overlayRef.backdropClick(),fe=this._overlayRef.detachments(),he=this._parentMaterialMenu?this._parentMaterialMenu.closed:(0,m.of)(),et=this._parentMaterialMenu?this._parentMaterialMenu._hovered().pipe((0,k.p)(Ke=>Ke!==this._menuItemInstance),(0,k.p)(()=>this._menuOpen)):(0,m.of)();return(0,l.h)(se,he,et,fe)}_handleMousedown(se){(0,e._G)(se)||(this._openedBy=0===se.button?"mouse":void 0,this.triggersSubmenu()&&se.preventDefault())}_handleKeydown(se){const fe=se.keyCode;(fe===C.Fm||fe===C.t6)&&(this._openedBy="keyboard"),this.triggersSubmenu()&&(fe===C.LE&&"ltr"===this.dir||fe===C.UQ&&"rtl"===this.dir)&&(this._openedBy="keyboard",this.openMenu())}_handleClick(se){this.triggersSubmenu()?(se.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){!this.triggersSubmenu()||!this._parentMaterialMenu||(this._hoverSubscription=this._parentMaterialMenu._hovered().pipe((0,k.p)(se=>se===this._menuItemInstance&&!se.disabled),(0,F.c)(0,R.$)).subscribe(()=>{this._openedBy="mouse",this.menu instanceof at&&this.menu._isAnimating?this.menu._animationDone.pipe((0,y.s)(1),(0,F.c)(0,R.$),(0,T.Q)(this._parentMaterialMenu._hovered())).subscribe(()=>this.openMenu()):this.openMenu()}))}_getPortal(se){return(!this._portal||this._portal.templateRef!==se.templateRef)&&(this._portal=new G.VA(se.templateRef,this._viewContainerRef)),this._portal}static{this.\u0275fac=function(fe){return new(fe||pe)(t.rXU(Z.hJ),t.rXU(t.aKT),t.rXU(t.c1b),t.rXU(Ye),t.rXU(c,8),t.rXU(f,10),t.rXU($.dS,8),t.rXU(e.FN),t.rXU(t.SKi))}}static{this.\u0275dir=t.FsC({type:pe,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:[1,"mat-mdc-menu-trigger"],hostVars:3,hostBindings:function(fe,he){1&fe&&t.bIt("click",function(Ke){return he._handleClick(Ke)})("mousedown",function(Ke){return he._handleMousedown(Ke)})("keydown",function(Ke){return he._handleKeydown(Ke)}),2&fe&&t.BMQ("aria-haspopup",he.menu?"menu":null)("aria-expanded",he.menuOpen)("aria-controls",he.menuOpen?he.menu.panelId:null)},inputs:{_deprecatedMatMenuTriggerFor:[0,"mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:[0,"matMenuTriggerFor","menu"],menuData:[0,"matMenuTriggerData","menuData"],restoreFocus:[0,"matMenuTriggerRestoreFocus","restoreFocus"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"},exportAs:["matMenuTrigger"]})}}return pe})(),de=(()=>{class pe{static{this.\u0275fac=function(fe){return new(fe||pe)}}static{this.\u0275mod=t.$C({type:pe})}static{this.\u0275inj=t.G2t({providers:[re],imports:[V.MD,U.pZ,U.yE,Z.z_,ve.Gj,U.yE]})}}return pe})()},6695:(Ve,ee,p)=>{"use strict";p.d(ee,{Ou:()=>ye,iy:()=>ae,xX:()=>V});var t=p(4438),e=p(1413),C=p(8834),S=p(2798),l=p(4823),x=p(6600),m=p(4085),R=p(6467);function d(ue,be){if(1&ue&&(t.j41(0,"mat-option",16),t.EFF(1),t.k0s()),2&ue){const D=be.$implicit;t.Y8G("value",D),t.R7$(),t.SpI(" ",D," ")}}function w(ue,be){if(1&ue){const D=t.RV6();t.j41(0,"mat-form-field",13)(1,"mat-select",15),t.bIt("selectionChange",function(c){t.eBV(D);const f=t.XpG(2);return t.Njj(f._changePageSize(c.value))}),t.Z7z(2,d,2,2,"mat-option",16,t.fX1),t.k0s()()}if(2&ue){const D=t.XpG(2);t.Y8G("appearance",D._formFieldAppearance)("color",D.color),t.R7$(),t.Y8G("value",D.pageSize)("disabled",D.disabled)("aria-labelledby",D._pageSizeLabelId)("panelClass",D.selectConfig.panelClass||"")("disableOptionCentering",D.selectConfig.disableOptionCentering),t.R7$(),t.Dyx(D._displayedPageSizeOptions)}}function y(ue,be){if(1&ue&&(t.j41(0,"div",14),t.EFF(1),t.k0s()),2&ue){const D=t.XpG(2);t.R7$(),t.JRh(D.pageSize)}}function T(ue,be){if(1&ue&&(t.j41(0,"div",2)(1,"div",12),t.EFF(2),t.k0s(),t.DNE(3,w,4,7,"mat-form-field",13)(4,y,2,1,"div",14),t.k0s()),2&ue){const D=t.XpG();t.R7$(),t.BMQ("id",D._pageSizeLabelId),t.R7$(),t.SpI(" ",D._intl.itemsPerPageLabel," "),t.R7$(),t.vxM(D._displayedPageSizeOptions.length>1?3:-1),t.R7$(),t.vxM(D._displayedPageSizeOptions.length<=1?4:-1)}}function k(ue,be){if(1&ue){const D=t.RV6();t.j41(0,"button",17),t.bIt("click",function(){t.eBV(D);const c=t.XpG();return t.Njj(c.firstPage())}),t.qSk(),t.j41(1,"svg",7),t.nrm(2,"path",18),t.k0s()()}if(2&ue){const D=t.XpG();t.Y8G("matTooltip",D._intl.firstPageLabel)("matTooltipDisabled",D._previousButtonsDisabled())("matTooltipPosition","above")("disabled",D._previousButtonsDisabled()),t.BMQ("aria-label",D._intl.firstPageLabel)}}function F(ue,be){if(1&ue){const D=t.RV6();t.j41(0,"button",19),t.bIt("click",function(){t.eBV(D);const c=t.XpG();return t.Njj(c.lastPage())}),t.qSk(),t.j41(1,"svg",7),t.nrm(2,"path",20),t.k0s()()}if(2&ue){const D=t.XpG();t.Y8G("matTooltip",D._intl.lastPageLabel)("matTooltipDisabled",D._nextButtonsDisabled())("matTooltipPosition","above")("disabled",D._nextButtonsDisabled()),t.BMQ("aria-label",D._intl.lastPageLabel)}}let V=(()=>{class ue{constructor(){this.changes=new e.B,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=(D,n,c)=>{if(0==c||0==n)return`0 of ${c}`;const f=D*n;return`${f+1} \u2013 ${f<(c=Math.max(c,0))?Math.min(f+n,c):f+n} of ${c}`}}static{this.\u0275fac=function(n){return new(n||ue)}}static{this.\u0275prov=t.jDH({token:ue,factory:ue.\u0275fac,providedIn:"root"})}}return ue})();const G={provide:V,deps:[[new t.Xx1,new t.kdw,V]],useFactory:function U(ue){return ue||new V}},Z=new t.nKC("MAT_PAGINATOR_DEFAULT_OPTIONS"),ie=(0,x.Ob)((0,x.mG)(class{}));let ve=0,ae=(()=>{class ue extends ie{get pageIndex(){return this._pageIndex}set pageIndex(D){this._pageIndex=Math.max((0,m.OE)(D),0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(D){this._length=(0,m.OE)(D),this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(D){this._pageSize=Math.max((0,m.OE)(D),0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(D){this._pageSizeOptions=(D||[]).map(n=>(0,m.OE)(n)),this._updateDisplayedPageSizeOptions()}get hidePageSize(){return this._hidePageSize}set hidePageSize(D){this._hidePageSize=(0,m.he)(D)}get showFirstLastButtons(){return this._showFirstLastButtons}set showFirstLastButtons(D){this._showFirstLastButtons=(0,m.he)(D)}constructor(D,n,c){if(super(),this._intl=D,this._changeDetectorRef=n,this._pageSizeLabelId="mat-paginator-page-size-label-"+ve++,this._pageIndex=0,this._length=0,this._pageSizeOptions=[],this._hidePageSize=!1,this._showFirstLastButtons=!1,this.selectConfig={},this.page=new t.bkB,this._intlChanges=D.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),c){const{pageSize:f,pageSizeOptions:h,hidePageSize:M,showFirstLastButtons:L}=c;null!=f&&(this._pageSize=f),null!=h&&(this._pageSizeOptions=h),null!=M&&(this._hidePageSize=M),null!=L&&(this._showFirstLastButtons=L)}this._formFieldAppearance=c?.formFieldAppearance||"outline"}ngOnInit(){this._initialized=!0,this._updateDisplayedPageSizeOptions(),this._markInitialized()}ngOnDestroy(){this._intlChanges.unsubscribe()}nextPage(){if(!this.hasNextPage())return;const D=this.pageIndex;this.pageIndex=this.pageIndex+1,this._emitPageEvent(D)}previousPage(){if(!this.hasPreviousPage())return;const D=this.pageIndex;this.pageIndex=this.pageIndex-1,this._emitPageEvent(D)}firstPage(){if(!this.hasPreviousPage())return;const D=this.pageIndex;this.pageIndex=0,this._emitPageEvent(D)}lastPage(){if(!this.hasNextPage())return;const D=this.pageIndex;this.pageIndex=this.getNumberOfPages()-1,this._emitPageEvent(D)}hasPreviousPage(){return this.pageIndex>=1&&0!=this.pageSize}hasNextPage(){const D=this.getNumberOfPages()-1;return this.pageIndexD-n),this._changeDetectorRef.markForCheck())}_emitPageEvent(D){this.page.emit({previousPageIndex:D,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}static{this.\u0275fac=function(n){return new(n||ue)(t.rXU(V),t.rXU(t.gRc),t.rXU(Z,8))}}static{this.\u0275cmp=t.VBU({type:ue,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-mdc-paginator"],inputs:{disabled:"disabled",color:"color",pageIndex:"pageIndex",length:"length",pageSize:"pageSize",pageSizeOptions:"pageSizeOptions",hidePageSize:"hidePageSize",showFirstLastButtons:"showFirstLastButtons",selectConfig:"selectConfig"},outputs:{page:"page"},exportAs:["matPaginator"],features:[t.Vt3],decls:14,vars:14,consts:[[1,"mat-mdc-paginator-outer-container"],[1,"mat-mdc-paginator-container"],[1,"mat-mdc-paginator-page-size"],[1,"mat-mdc-paginator-range-actions"],["aria-live","polite",1,"mat-mdc-paginator-range-label"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-previous",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true",1,"mat-mdc-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-next",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],[1,"mat-mdc-paginator-page-size-label"],[1,"mat-mdc-paginator-page-size-select",3,"appearance","color"],[1,"mat-mdc-paginator-page-size-value"],["hideSingleSelectionIndicator","",3,"selectionChange","value","disabled","aria-labelledby","panelClass","disableOptionCentering"],[3,"value"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-first",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-last",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(n,c){1&n&&(t.j41(0,"div",0)(1,"div",1),t.DNE(2,T,5,4,"div",2),t.j41(3,"div",3)(4,"div",4),t.EFF(5),t.k0s(),t.DNE(6,k,3,5,"button",5),t.j41(7,"button",6),t.bIt("click",function(){return c.previousPage()}),t.qSk(),t.j41(8,"svg",7),t.nrm(9,"path",8),t.k0s()(),t.joV(),t.j41(10,"button",9),t.bIt("click",function(){return c.nextPage()}),t.qSk(),t.j41(11,"svg",7),t.nrm(12,"path",10),t.k0s()(),t.DNE(13,F,3,5,"button",11),t.k0s()()()),2&n&&(t.R7$(2),t.vxM(c.hidePageSize?-1:2),t.R7$(3),t.SpI(" ",c._intl.getRangeLabel(c.pageIndex,c.pageSize,c.length)," "),t.R7$(),t.vxM(c.showFirstLastButtons?6:-1),t.R7$(),t.Y8G("matTooltip",c._intl.previousPageLabel)("matTooltipDisabled",c._previousButtonsDisabled())("matTooltipPosition","above")("disabled",c._previousButtonsDisabled()),t.BMQ("aria-label",c._intl.previousPageLabel),t.R7$(3),t.Y8G("matTooltip",c._intl.nextPageLabel)("matTooltipDisabled",c._nextButtonsDisabled())("matTooltipPosition","above")("disabled",c._nextButtonsDisabled()),t.BMQ("aria-label",c._intl.nextPageLabel),t.R7$(3),t.vxM(c.showFirstLastButtons?13:-1))},dependencies:[C.iY,R.rl,S.VO,x.wT,l.oV],styles:[".mat-mdc-paginator{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-paginator-container-text-color);background-color:var(--mat-paginator-container-background-color);font-family:var(--mat-paginator-container-text-font);line-height:var(--mat-paginator-container-text-line-height);font-size:var(--mat-paginator-container-text-size);font-weight:var(--mat-paginator-container-text-weight);letter-spacing:var(--mat-paginator-container-text-tracking)}.mat-mdc-paginator .mat-mdc-select-value{font-size:var(--mat-paginator-select-trigger-text-size)}.mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-paginator .mat-mdc-select{line-height:1.5}.mat-mdc-paginator-outer-container{display:flex}.mat-mdc-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap-reverse;width:100%;min-height:var(--mat-paginator-container-size)}.mat-mdc-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-mdc-paginator-page-size{margin-right:0;margin-left:8px}.mat-mdc-paginator-page-size-label{margin:0 4px}.mat-mdc-paginator-page-size-select{margin:0 4px;width:84px}.mat-mdc-paginator-range-label{margin:0 32px 0 24px}.mat-mdc-paginator-range-actions{display:flex;align-items:center}.mat-mdc-paginator-icon{display:inline-block;width:28px;fill:var(--mat-paginator-enabled-icon-color)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:var(--mat-paginator-disabled-icon-color)}[dir=rtl] .mat-mdc-paginator-icon{transform:rotate(180deg)}.cdk-high-contrast-active .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,.cdk-high-contrast-active .mat-mdc-paginator-icon{fill:currentColor;fill:CanvasText}.cdk-high-contrast-active .mat-mdc-paginator-range-actions .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}}return ue})(),ye=(()=>{class ue{static{this.\u0275fac=function(n){return new(n||ue)}}static{this.\u0275mod=t.$C({type:ue})}static{this.\u0275inj=t.G2t({providers:[G],imports:[C.Hl,S.Ve,l.uc]})}}return ue})()},7575:(Ve,ee,p)=>{"use strict";p.d(ee,{HM:()=>d,PO:()=>y});var t=p(4438),C=(p(177),p(6600)),S=p(4085);const l=new t.nKC("MAT_PROGRESS_BAR_DEFAULT_OPTIONS"),R=(0,C.Zc)(class{constructor(T){this._elementRef=T}},"primary");let d=(()=>{class T extends R{constructor(F,V,U,G,Y){super(F),this._ngZone=V,this._changeDetectorRef=U,this._animationMode=G,this._isNoopAnimation=!1,this._value=0,this._bufferValue=0,this.animationEnd=new t.bkB,this._mode="determinate",this._transitionendHandler=$=>{0===this.animationEnd.observers.length||!$.target||!$.target.classList.contains("mdc-linear-progress__primary-bar")||("determinate"===this.mode||"buffer"===this.mode)&&this._ngZone.run(()=>this.animationEnd.next({value:this.value}))},this._isNoopAnimation="NoopAnimations"===G,Y&&(Y.color&&(this.color=this.defaultColor=Y.color),this.mode=Y.mode||this.mode)}get value(){return this._value}set value(F){this._value=w((0,S.OE)(F)),this._changeDetectorRef.markForCheck()}get bufferValue(){return this._bufferValue||0}set bufferValue(F){this._bufferValue=w((0,S.OE)(F)),this._changeDetectorRef.markForCheck()}get mode(){return this._mode}set mode(F){this._mode=F,this._changeDetectorRef.markForCheck()}ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{this._elementRef.nativeElement.addEventListener("transitionend",this._transitionendHandler)})}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._transitionendHandler)}_getPrimaryBarTransform(){return`scaleX(${this._isIndeterminate()?1:this.value/100})`}_getBufferBarFlexBasis(){return`${"buffer"===this.mode?this.bufferValue:100}%`}_isIndeterminate(){return"indeterminate"===this.mode||"query"===this.mode}static{this.\u0275fac=function(V){return new(V||T)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(t.gRc),t.rXU(t.bc$,8),t.rXU(l,8))}}static{this.\u0275cmp=t.VBU({type:T,selectors:[["mat-progress-bar"]],hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100","tabindex","-1",1,"mat-mdc-progress-bar","mdc-linear-progress"],hostVars:8,hostBindings:function(V,U){2&V&&(t.BMQ("aria-valuenow",U._isIndeterminate()?null:U.value)("mode",U.mode),t.AVh("_mat-animation-noopable",U._isNoopAnimation)("mdc-linear-progress--animation-ready",!U._isNoopAnimation)("mdc-linear-progress--indeterminate",U._isIndeterminate()))},inputs:{color:"color",value:"value",bufferValue:"bufferValue",mode:"mode"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],features:[t.Vt3],decls:7,vars:4,consts:[["aria-hidden","true",1,"mdc-linear-progress__buffer"],[1,"mdc-linear-progress__buffer-bar"],[1,"mdc-linear-progress__buffer-dots"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__primary-bar"],[1,"mdc-linear-progress__bar-inner"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__secondary-bar"]],template:function(V,U){1&V&&(t.j41(0,"div",0),t.nrm(1,"div",1)(2,"div",2),t.k0s(),t.j41(3,"div",3),t.nrm(4,"span",4),t.k0s(),t.j41(5,"div",5),t.nrm(6,"span",4),t.k0s()),2&V&&(t.R7$(),t.xc7("flex-basis",U._getBufferBarFlexBasis()),t.R7$(2),t.xc7("transform",U._getPrimaryBarTransform()))},styles:["@keyframes mdc-linear-progress-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(var(--mdc-linear-progress-primary-half))}100%{transform:translateX(var(--mdc-linear-progress-primary-full))}}@keyframes mdc-linear-progress-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(var(--mdc-linear-progress-secondary-quarter))}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(var(--mdc-linear-progress-secondary-half))}100%{transform:translateX(var(--mdc-linear-progress-secondary-full))}}@keyframes mdc-linear-progress-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(var(--mdc-linear-progress-primary-half-neg))}100%{transform:translateX(var(--mdc-linear-progress-primary-full-neg))}}@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(var(--mdc-linear-progress-secondary-quarter-neg))}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(var(--mdc-linear-progress-secondary-half-neg))}100%{transform:translateX(var(--mdc-linear-progress-secondary-full-neg))}}@keyframes mdc-linear-progress-buffering-reverse{from{transform:translateX(-10px)}}.mdc-linear-progress{position:relative;width:100%;transform:translateZ(0);outline:1px solid rgba(0,0,0,0);overflow-x:hidden;transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}@media screen and (forced-colors: active){.mdc-linear-progress{outline-color:CanvasText}}.mdc-linear-progress__bar{position:absolute;top:0;bottom:0;margin:auto 0;width:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;animation:none;border-top-style:solid}.mdc-linear-progress__buffer{display:flex;position:absolute;top:0;bottom:0;margin:auto 0;width:100%;overflow:hidden}.mdc-linear-progress__buffer-dots{background-repeat:repeat-x;flex:auto;transform:rotate(180deg);-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='xMinYMin slice'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='xMinYMin slice'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/svg%3E\");animation:mdc-linear-progress-buffering 250ms infinite linear}.mdc-linear-progress__buffer-bar{flex:0 1 100%;transition:flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{display:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;display:block}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation:mdc-linear-progress-primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-primary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation:mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear}[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar,.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar{right:0;-webkit-transform-origin:center right;transform-origin:center right}[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar,.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation-name:mdc-linear-progress-primary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar,.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation-name:mdc-linear-progress-secondary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots,.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering-reverse 250ms infinite linear;transform:rotate(0)}[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots{animation:none}.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner{animation:none}@keyframes mdc-linear-progress-buffering{from{transform:rotate(180deg) translateX(calc(var(--mdc-linear-progress-track-height) * -2.5))}}.mdc-linear-progress__bar-inner{border-color:var(--mdc-linear-progress-active-indicator-color)}@media(forced-colors: active){.mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mdc-linear-progress__buffer-dots{background-color:rgba(0,0,0,0);background-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill=''/%3E%3C/svg%3E\")}}.mdc-linear-progress{height:max(var(--mdc-linear-progress-track-height), var(--mdc-linear-progress-active-indicator-height))}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mdc-linear-progress{height:4px}}.mdc-linear-progress__bar{height:var(--mdc-linear-progress-active-indicator-height)}.mdc-linear-progress__bar-inner{border-top-width:var(--mdc-linear-progress-active-indicator-height)}.mdc-linear-progress__buffer{height:var(--mdc-linear-progress-track-height)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mdc-linear-progress__buffer-dots{background-size:10px var(--mdc-linear-progress-track-height)}}.mdc-linear-progress__buffer{border-radius:var(--mdc-linear-progress-track-shape)}.mat-mdc-progress-bar{display:block;text-align:left;--mdc-linear-progress-primary-half: 83.67142%;--mdc-linear-progress-primary-full: 200.611057%;--mdc-linear-progress-secondary-quarter: 37.651913%;--mdc-linear-progress-secondary-half: 84.386165%;--mdc-linear-progress-secondary-full: 160.277782%;--mdc-linear-progress-primary-half-neg: -83.67142%;--mdc-linear-progress-primary-full-neg: -200.611057%;--mdc-linear-progress-secondary-quarter-neg: -37.651913%;--mdc-linear-progress-secondary-half-neg: -84.386165%;--mdc-linear-progress-secondary-full-neg: -160.277782%}[dir=rtl] .mat-mdc-progress-bar{text-align:right}.mat-mdc-progress-bar[mode=query]{transform:scaleX(-1)}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-dots,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__secondary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__bar-inner.mdc-linear-progress__bar-inner{animation:none}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-bar{transition:transform 1ms}"],encapsulation:2,changeDetection:0})}}return T})();function w(T,k=0,F=100){return Math.max(k,Math.min(F,T))}let y=(()=>{class T{static{this.\u0275fac=function(V){return new(V||T)}}static{this.\u0275mod=t.$C({type:T})}static{this.\u0275inj=t.G2t({imports:[C.yE]})}}return T})()},9183:(Ve,ee,p)=>{"use strict";p.d(ee,{D6:()=>F,LG:()=>T});var t=p(4438),e=p(6600),C=p(4085),S=p(177);const l=["determinateSpinner"];function x(V,U){if(1&V&&(t.qSk(),t.j41(0,"svg",11),t.nrm(1,"circle",12),t.k0s()),2&V){const G=t.XpG();t.BMQ("viewBox",G._viewBox()),t.R7$(),t.xc7("stroke-dasharray",G._strokeCircumference(),"px")("stroke-dashoffset",G._strokeCircumference()/2,"px")("stroke-width",G._circleStrokeWidth(),"%"),t.BMQ("r",G._circleRadius())}}const m=(0,e.Zc)(class{constructor(V){this._elementRef=V}},"primary"),R=new t.nKC("mat-progress-spinner-default-options",{providedIn:"root",factory:function d(){return{diameter:w}}}),w=100;let T=(()=>{class V extends m{constructor(G,Y,$){super(G),this.mode="mat-spinner"===this._elementRef.nativeElement.nodeName.toLowerCase()?"indeterminate":"determinate",this._value=0,this._diameter=w,this._noopAnimations="NoopAnimations"===Y&&!!$&&!$._forceAnimations,$&&($.color&&(this.color=this.defaultColor=$.color),$.diameter&&(this.diameter=$.diameter),$.strokeWidth&&(this.strokeWidth=$.strokeWidth))}get value(){return"determinate"===this.mode?this._value:0}set value(G){this._value=Math.max(0,Math.min(100,(0,C.OE)(G)))}get diameter(){return this._diameter}set diameter(G){this._diameter=(0,C.OE)(G)}get strokeWidth(){return this._strokeWidth??this.diameter/10}set strokeWidth(G){this._strokeWidth=(0,C.OE)(G)}_circleRadius(){return(this.diameter-10)/2}_viewBox(){const G=2*this._circleRadius()+this.strokeWidth;return`0 0 ${G} ${G}`}_strokeCircumference(){return 2*Math.PI*this._circleRadius()}_strokeDashOffset(){return"determinate"===this.mode?this._strokeCircumference()*(100-this._value)/100:null}_circleStrokeWidth(){return this.strokeWidth/this.diameter*100}static{this.\u0275fac=function(Y){return new(Y||V)(t.rXU(t.aKT),t.rXU(t.bc$,8),t.rXU(R))}}static{this.\u0275cmp=t.VBU({type:V,selectors:[["mat-progress-spinner"],["mat-spinner"]],viewQuery:function(Y,$){if(1&Y&&t.GBs(l,5),2&Y){let Z;t.mGM(Z=t.lsd())&&($._determinateCircle=Z.first)}},hostAttrs:["role","progressbar","tabindex","-1",1,"mat-mdc-progress-spinner","mdc-circular-progress"],hostVars:16,hostBindings:function(Y,$){2&Y&&(t.BMQ("aria-valuemin",0)("aria-valuemax",100)("aria-valuenow","determinate"===$.mode?$.value:null)("mode",$.mode),t.xc7("width",$.diameter,"px")("height",$.diameter,"px")("--mdc-circular-progress-size",$.diameter+"px")("--mdc-circular-progress-active-indicator-width",$.diameter+"px"),t.AVh("_mat-animation-noopable",$._noopAnimations)("mdc-circular-progress--indeterminate","indeterminate"===$.mode))},inputs:{color:"color",mode:"mode",value:"value",diameter:"diameter",strokeWidth:"strokeWidth"},exportAs:["matProgressSpinner"],features:[t.Vt3],decls:14,vars:11,consts:[["circle",""],["determinateSpinner",""],["aria-hidden","true",1,"mdc-circular-progress__determinate-container"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__determinate-circle-graphic"],["cx","50%","cy","50%",1,"mdc-circular-progress__determinate-circle"],["aria-hidden","true",1,"mdc-circular-progress__indeterminate-container"],[1,"mdc-circular-progress__spinner-layer"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-left"],[3,"ngTemplateOutlet"],[1,"mdc-circular-progress__gap-patch"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-right"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__indeterminate-circle-graphic"],["cx","50%","cy","50%"]],template:function(Y,$){if(1&Y&&(t.DNE(0,x,2,8,"ng-template",null,0,t.C5r),t.j41(2,"div",2,1),t.qSk(),t.j41(4,"svg",3),t.nrm(5,"circle",4),t.k0s()(),t.joV(),t.j41(6,"div",5)(7,"div",6)(8,"div",7),t.eu8(9,8),t.k0s(),t.j41(10,"div",9),t.eu8(11,8),t.k0s(),t.j41(12,"div",10),t.eu8(13,8),t.k0s()()()),2&Y){const Z=t.sdS(1);t.R7$(4),t.BMQ("viewBox",$._viewBox()),t.R7$(),t.xc7("stroke-dasharray",$._strokeCircumference(),"px")("stroke-dashoffset",$._strokeDashOffset(),"px")("stroke-width",$._circleStrokeWidth(),"%"),t.BMQ("r",$._circleRadius()),t.R7$(4),t.Y8G("ngTemplateOutlet",Z),t.R7$(2),t.Y8G("ngTemplateOutlet",Z),t.R7$(2),t.Y8G("ngTemplateOutlet",Z)}},dependencies:[S.T3],styles:["@keyframes mdc-circular-progress-container-rotate{to{transform:rotate(360deg)}}@keyframes mdc-circular-progress-spinner-layer-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}@keyframes mdc-circular-progress-color-1-fade-in-out{from{opacity:.99}25%{opacity:.99}26%{opacity:0}89%{opacity:0}90%{opacity:.99}to{opacity:.99}}@keyframes mdc-circular-progress-color-2-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:.99}50%{opacity:.99}51%{opacity:0}to{opacity:0}}@keyframes mdc-circular-progress-color-3-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:.99}75%{opacity:.99}76%{opacity:0}to{opacity:0}}@keyframes mdc-circular-progress-color-4-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:.99}90%{opacity:.99}to{opacity:0}}@keyframes mdc-circular-progress-left-spin{from{transform:rotate(265deg)}50%{transform:rotate(130deg)}to{transform:rotate(265deg)}}@keyframes mdc-circular-progress-right-spin{from{transform:rotate(-265deg)}50%{transform:rotate(-130deg)}to{transform:rotate(-265deg)}}.mdc-circular-progress{display:inline-flex;position:relative;direction:ltr;line-height:0;transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-circular-progress__determinate-container,.mdc-circular-progress__indeterminate-circle-graphic,.mdc-circular-progress__indeterminate-container,.mdc-circular-progress__spinner-layer{position:absolute;width:100%;height:100%}.mdc-circular-progress__determinate-container{transform:rotate(-90deg)}.mdc-circular-progress__indeterminate-container{font-size:0;letter-spacing:0;white-space:nowrap;opacity:0}.mdc-circular-progress__determinate-circle-graphic,.mdc-circular-progress__indeterminate-circle-graphic{fill:rgba(0,0,0,0)}.mdc-circular-progress__determinate-circle{transition:stroke-dashoffset 500ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-circular-progress__gap-patch{position:absolute;top:0;left:47.5%;box-sizing:border-box;width:5%;height:100%;overflow:hidden}.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic{left:-900%;width:2000%;transform:rotate(180deg)}.mdc-circular-progress__circle-clipper{display:inline-flex;position:relative;width:50%;height:100%;overflow:hidden}.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic{width:200%}.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{left:-100%}.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container{opacity:0}.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container{opacity:1}.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container{animation:mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite}.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__color-1{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__color-2{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__color-3{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__color-4{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both,mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--closed{opacity:0}.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:var(--mdc-circular-progress-active-indicator-color)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}.mat-mdc-progress-spinner circle{stroke-width:var(--mdc-circular-progress-active-indicator-width)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-progress-spinner .mdc-circular-progress--four-color .mdc-circular-progress__color-1 .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-progress-spinner .mdc-circular-progress--four-color .mdc-circular-progress__color-2 .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-progress-spinner .mdc-circular-progress--four-color .mdc-circular-progress__color-3 .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mat-mdc-progress-spinner .mdc-circular-progress--four-color .mdc-circular-progress__color-4 .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}.mat-mdc-progress-spinner .mdc-circular-progress{width:var(--mdc-circular-progress-size) !important;height:var(--mdc-circular-progress-size) !important}.mat-mdc-progress-spinner{display:block;overflow:hidden;line-height:0}.mat-mdc-progress-spinner._mat-animation-noopable,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__determinate-circle{transition:none}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-circle-graphic,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__spinner-layer,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container{animation:none}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container circle{stroke-dasharray:0 !important}.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle{stroke:currentColor;stroke:CanvasText}"],encapsulation:2,changeDetection:0})}}return V})(),F=(()=>{class V{static{this.\u0275fac=function(Y){return new(Y||V)}}static{this.\u0275mod=t.$C({type:V})}static{this.\u0275inj=t.G2t({imports:[S.MD,e.yE]})}}return V})()},5951:(Ve,ee,p)=>{"use strict";p.d(ee,{VT:()=>U,Wk:()=>Z,_g:()=>$});var t=p(4438),e=p(6600),C=p(8617),S=p(4085),l=p(5024),x=p(9417),m=p(177);const R=["input"],d=["*"];let w=0;class y{constructor(ve,ae){this.source=ve,this.value=ae}}const T={provide:x.kq,useExisting:(0,t.Rfq)(()=>U),multi:!0},k=new t.nKC("MatRadioGroup"),F=new t.nKC("mat-radio-default-options",{providedIn:"root",factory:function V(){return{color:"accent"}}});let U=(()=>{class ie{get name(){return this._name}set name(ae){this._name=ae,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(ae){this._labelPosition="before"===ae?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(ae){this._value!==ae&&(this._value=ae,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(ae){this._selected=ae,this.value=ae?ae.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(ae){this._disabled=(0,S.he)(ae),this._markRadiosForCheck()}get required(){return this._required}set required(ae){this._required=(0,S.he)(ae),this._markRadiosForCheck()}constructor(ae){this._changeDetector=ae,this._value=null,this._name="mat-radio-group-"+w++,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new t.bkB}ngAfterContentInit(){this._isInitialized=!0,this._buttonChanges=this._radios.changes.subscribe(()=>{this.selected&&!this._radios.find(ae=>ae===this.selected)&&(this._selected=null)})}ngOnDestroy(){this._buttonChanges?.unsubscribe()}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(ae=>{ae.name=this.name,ae._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(ye=>{ye.checked=this.value===ye.value,ye.checked&&(this._selected=ye)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new y(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(ae=>ae._markForCheck())}writeValue(ae){this.value=ae,this._changeDetector.markForCheck()}registerOnChange(ae){this._controlValueAccessorChangeFn=ae}registerOnTouched(ae){this.onTouched=ae}setDisabledState(ae){this.disabled=ae,this._changeDetector.markForCheck()}static{this.\u0275fac=function(ye){return new(ye||ie)(t.rXU(t.gRc))}}static{this.\u0275dir=t.FsC({type:ie,selectors:[["mat-radio-group"]],contentQueries:function(ye,ue,be){if(1&ye&&t.wni(be,$,5),2&ye){let D;t.mGM(D=t.lsd())&&(ue._radios=D)}},hostAttrs:["role","radiogroup",1,"mat-mdc-radio-group"],inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required"},outputs:{change:"change"},exportAs:["matRadioGroup"],features:[t.Jv_([T,{provide:k,useExisting:ie}])]})}}return ie})();class G{constructor(ve){this._elementRef=ve}}const Y=(0,e.GG)((0,e.BF)(G));let $=(()=>{class ie extends Y{get checked(){return this._checked}set checked(ae){const ye=(0,S.he)(ae);this._checked!==ye&&(this._checked=ye,ye&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!ye&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),ye&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(ae){this._value!==ae&&(this._value=ae,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===ae),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(ae){this._labelPosition=ae}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(ae){this._setDisabled((0,S.he)(ae))}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(ae){this._required=(0,S.he)(ae)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(ae){this._color=ae}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(ae,ye,ue,be,D,n,c,f){super(ye),this._changeDetector=ue,this._focusMonitor=be,this._radioDispatcher=D,this._providerOverride=c,this._uniqueId="mat-radio-"+ ++w,this.id=this._uniqueId,this.change=new t.bkB,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=ae,this._noopAnimations="NoopAnimations"===n,f&&(this.tabIndex=(0,S.OE)(f,0))}focus(ae,ye){ye?this._focusMonitor.focusVia(this._inputElement,ye,ae):this._inputElement.nativeElement.focus(ae)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name),this._removeUniqueSelectionListener=this._radioDispatcher.listen((ae,ye)=>{ae!==this.id&&ye===this.name&&(this.checked=!1)})}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(ae=>{!ae&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new y(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(ae){ae.stopPropagation()}_onInputInteraction(ae){if(ae.stopPropagation(),!this.checked&&!this.disabled){const ye=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),ye&&this.radioGroup._emitChangeEvent())}}_onTouchTargetClick(ae){this._onInputInteraction(ae),this.disabled||this._inputElement.nativeElement.focus()}_setDisabled(ae){this._disabled!==ae&&(this._disabled=ae,this._changeDetector.markForCheck())}_updateTabIndex(){const ae=this.radioGroup;let ye;if(ye=ae&&ae.selected&&!this.disabled?ae.selected===this?this.tabIndex:-1:this.tabIndex,ye!==this._previousTabIndex){const ue=this._inputElement?.nativeElement;ue&&(ue.setAttribute("tabindex",ye+""),this._previousTabIndex=ye)}}static{this.\u0275fac=function(ye){return new(ye||ie)(t.rXU(k,8),t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(C.FN),t.rXU(l.zP),t.rXU(t.bc$,8),t.rXU(F,8),t.kS0("tabindex"))}}static{this.\u0275cmp=t.VBU({type:ie,selectors:[["mat-radio-button"]],viewQuery:function(ye,ue){if(1&ye&&t.GBs(R,5),2&ye){let be;t.mGM(be=t.lsd())&&(ue._inputElement=be.first)}},hostAttrs:[1,"mat-mdc-radio-button"],hostVars:15,hostBindings:function(ye,ue){1&ye&&t.bIt("focus",function(){return ue._inputElement.nativeElement.focus()}),2&ye&&(t.BMQ("id",ue.id)("tabindex",null)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),t.AVh("mat-primary","primary"===ue.color)("mat-accent","accent"===ue.color)("mat-warn","warn"===ue.color)("mat-mdc-radio-checked",ue.checked)("_mat-animation-noopable",ue._noopAnimations))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex",id:"id",name:"name",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},exportAs:["matRadioButton"],features:[t.Vt3],ngContentSelectors:d,decls:13,vars:17,consts:[["formField",""],["input",""],[1,"mdc-form-field"],[1,"mdc-radio"],[1,"mat-mdc-radio-touch-target",3,"click"],["type","radio",1,"mdc-radio__native-control",3,"change","id","checked","disabled","required"],[1,"mdc-radio__background"],[1,"mdc-radio__outer-circle"],[1,"mdc-radio__inner-circle"],["mat-ripple","",1,"mat-radio-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mdc-label",3,"for"]],template:function(ye,ue){if(1&ye){const be=t.RV6();t.NAR(),t.j41(0,"div",2,0)(2,"div",3)(3,"div",4),t.bIt("click",function(n){return t.eBV(be),t.Njj(ue._onTouchTargetClick(n))}),t.k0s(),t.j41(4,"input",5,1),t.bIt("change",function(n){return t.eBV(be),t.Njj(ue._onInputInteraction(n))}),t.k0s(),t.j41(6,"div",6),t.nrm(7,"div",7)(8,"div",8),t.k0s(),t.j41(9,"div",9),t.nrm(10,"div",10),t.k0s()(),t.j41(11,"label",11),t.SdG(12),t.k0s()()}if(2&ye){const be=t.sdS(1);t.AVh("mdc-form-field--align-end","before"==ue.labelPosition),t.R7$(2),t.AVh("mdc-radio--disabled",ue.disabled),t.R7$(2),t.Y8G("id",ue.inputId)("checked",ue.checked)("disabled",ue.disabled)("required",ue.required),t.BMQ("name",ue.name)("value",ue.value)("aria-label",ue.ariaLabel)("aria-labelledby",ue.ariaLabelledby)("aria-describedby",ue.ariaDescribedby),t.R7$(5),t.Y8G("matRippleTrigger",be)("matRippleDisabled",ue._isRippleDisabled())("matRippleCentered",!0),t.R7$(2),t.Y8G("for",ue.inputId)}},dependencies:[e.r6],styles:['.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio[hidden]{display:none}.mdc-radio__background{display:inline-block;position:relative;box-sizing:border-box;width:20px;height:20px}.mdc-radio__background::before{position:absolute;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio--touch{margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.mdc-radio--touch .mdc-radio__native-control{top:calc((40px - 48px) / 2);right:calc((40px - 48px) / 2);left:calc((40px - 48px) / 2);width:48px;height:48px}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:100%;width:100%}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{border-color:CanvasText}}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after{border-color:CanvasText}}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(1);opacity:.12;transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mat-mdc-radio-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-radio-button .mdc-radio{padding:calc((var(--mdc-radio-state-layer-size) - 20px) / 2)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-disabled-selected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{opacity:var(--mdc-radio-disabled-unselected-icon-opacity)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-focus-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-hover-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-icon-color)}.mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-pressed-icon-color)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{top:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);left:calc(-1 * (var(--mdc-radio-state-layer-size) - 20px) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);right:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);left:calc((var(--mdc-radio-state-layer-size) - var(--mdc-radio-state-layer-size)) / 2);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{opacity:.04;transform:scale(1)}.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element{background-color:var(--mat-radio-checked-ripple-color)}.mat-mdc-radio-button .mdc-radio--disabled+label{color:var(--mat-radio-disabled-label-color)}.mat-mdc-radio-button .mat-radio-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:50%}.mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element{opacity:.14}.mat-mdc-radio-button .mat-radio-ripple::before{border-radius:50%}.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__background::before,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__outer-circle,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__inner-circle{transition:none !important}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked)~.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-focus-icon-color, black)}.mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-radio-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%)}[dir=rtl] .mat-mdc-radio-touch-target{left:0;right:50%;transform:translate(50%, -50%)}'],encapsulation:2,changeDetection:0})}}return ie})(),Z=(()=>{class ie{static{this.\u0275fac=function(ye){return new(ye||ie)}}static{this.\u0275mod=t.$C({type:ie})}static{this.\u0275inj=t.G2t({imports:[e.yE,m.MD,e.pZ,e.yE]})}}return ie})()},2798:(Ve,ee,p)=>{"use strict";p.d(ee,{$2:()=>te,JO:()=>ne,VO:()=>re,Ve:()=>oe});var t=p(6969),e=p(177),C=p(4438),S=p(6600),l=p(6467),x=p(5542),m=p(8617),R=p(8203),d=p(4085),w=p(5024),y=p(7336),T=p(9417),k=p(1413),F=p(9030),V=p(7786),U=p(9172),G=p(5558),Y=p(6697),$=p(5964),Z=p(6354),ie=p(3294),ve=p(6977),ae=p(9969);const ye=["trigger"],ue=["panel"],be=[[["mat-select-trigger"]],"*"],D=["mat-select-trigger","*"];function n(_e,de){if(1&_e&&(C.j41(0,"span",4),C.EFF(1),C.k0s()),2&_e){const pe=C.XpG();C.R7$(),C.JRh(pe.placeholder)}}function c(_e,de){1&_e&&C.SdG(0)}function f(_e,de){if(1&_e&&(C.j41(0,"span",11),C.EFF(1),C.k0s()),2&_e){const pe=C.XpG(2);C.R7$(),C.JRh(pe.triggerValue)}}function h(_e,de){if(1&_e&&(C.j41(0,"span",5),C.DNE(1,c,1,0)(2,f,2,1,"span",11),C.k0s()),2&_e){const pe=C.XpG();C.R7$(),C.vxM(pe.customTrigger?1:2)}}function M(_e,de){if(1&_e){const pe=C.RV6();C.j41(0,"div",12,1),C.bIt("@transformPanel.done",function(se){C.eBV(pe);const fe=C.XpG();return C.Njj(fe._panelDoneAnimatingStream.next(se.toState))})("keydown",function(se){C.eBV(pe);const fe=C.XpG();return C.Njj(fe._handleKeydown(se))}),C.SdG(2,1),C.k0s()}if(2&_e){const pe=C.XpG();C.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",pe._getPanelTheme(),""),C.Y8G("ngClass",pe.panelClass)("@transformPanel","showing"),C.BMQ("id",pe.id+"-panel")("aria-multiselectable",pe.multiple)("aria-label",pe.ariaLabel||null)("aria-labelledby",pe._getPanelAriaLabelledby())}}const L={transformPanelWrap:(0,ae.hZ)("transformPanelWrap",[(0,ae.kY)("* => void",(0,ae.P)("@transformPanel",[(0,ae.MA)()],{optional:!0}))]),transformPanel:(0,ae.hZ)("transformPanel",[(0,ae.wk)("void",(0,ae.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,ae.kY)("void => showing",(0,ae.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,ae.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,ae.kY)("* => void",(0,ae.i0)("100ms linear",(0,ae.iF)({opacity:0})))])};let v=0;const z=new C.nKC("mat-select-scroll-strategy"),ne=new C.nKC("MAT_SELECT_CONFIG"),Ie={provide:z,deps:[t.hJ],useFactory:function N(_e){return()=>_e.scrollStrategies.reposition()}},at=new C.nKC("MatSelectTrigger");class Ye{constructor(de,pe){this.source=de,this.value=pe}}const rt=(0,S.GG)((0,S.BF)((0,S.Ob)((0,S.J8)(class{constructor(_e,de,pe,We,se){this._elementRef=_e,this._defaultErrorStateMatcher=de,this._parentForm=pe,this._parentFormGroup=We,this.ngControl=se,this.stateChanges=new k.B}}))));let re=(()=>{class _e extends rt{_scrollOptionIntoView(pe){const We=this.options.toArray()[pe];if(We){const se=this.panel.nativeElement,fe=(0,S.jb)(pe,this.options,this.optionGroups),he=We._getHostElement();se.scrollTop=0===pe&&1===fe?0:(0,S.TL)(he.offsetTop,he.offsetHeight,se.scrollTop,se.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(pe){return new Ye(this,pe)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(pe){this._hideSingleSelectionIndicator=(0,d.he)(pe),this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(pe){this._placeholder=pe,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(T.k0.required)??!1}set required(pe){this._required=(0,d.he)(pe),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(pe){this._multiple=(0,d.he)(pe)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(pe){this._disableOptionCentering=(0,d.he)(pe)}get compareWith(){return this._compareWith}set compareWith(pe){this._compareWith=pe,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(pe){this._assignValue(pe)&&this._onChange(pe)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(pe){this._typeaheadDebounceInterval=(0,d.OE)(pe)}get id(){return this._id}set id(pe){this._id=pe||this._uid,this.stateChanges.next()}constructor(pe,We,se,fe,he,et,Ke,Ct,_t,Nt,ke,Je,Qe,nt){super(he,fe,Ke,Ct,Nt),this._viewportRuler=pe,this._changeDetectorRef=We,this._ngZone=se,this._dir=et,this._parentFormField=_t,this._liveAnnouncer=Qe,this._defaultOptions=nt,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(Ue,ht)=>Ue===ht,this._uid="mat-select-"+v++,this._triggerAriaLabelledBy=null,this._destroy=new k.B,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+v++,this._panelDoneAnimatingStream=new k.B,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this._disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this.optionSelectionChanges=(0,F.v)(()=>{const Ue=this.options;return Ue?Ue.changes.pipe((0,U.Z)(Ue),(0,G.n)(()=>(0,V.h)(...Ue.map(ht=>ht.onSelectionChange)))):this._ngZone.onStable.pipe((0,Y.s)(1),(0,G.n)(()=>this.optionSelectionChanges))}),this.openedChange=new C.bkB,this._openedStream=this.openedChange.pipe((0,$.p)(Ue=>Ue),(0,Z.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,$.p)(Ue=>!Ue),(0,Z.T)(()=>{})),this.selectionChange=new C.bkB,this.valueChange=new C.bkB,this._trackedModal=null,this._skipPredicate=Ue=>!this.panelOpen&&Ue.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=nt?.typeaheadDebounceInterval&&(this._typeaheadDebounceInterval=nt.typeaheadDebounceInterval),this._scrollStrategyFactory=Je,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(ke)||0,this.id=this.id}ngOnInit(){this._selectionModel=new w.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,ie.F)(),(0,ve.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,ve.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,ve.Q)(this._destroy)).subscribe(pe=>{pe.added.forEach(We=>We.select()),pe.removed.forEach(We=>We.deselect())}),this.options.changes.pipe((0,U.Z)(null),(0,ve.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const pe=this._getTriggerAriaLabelledby(),We=this.ngControl;if(pe!==this._triggerAriaLabelledBy){const se=this._elementRef.nativeElement;this._triggerAriaLabelledBy=pe,pe?se.setAttribute("aria-labelledby",pe):se.removeAttribute("aria-labelledby")}We&&(this._previousControl!==We.control&&(void 0!==this._previousControl&&null!==We.disabled&&We.disabled!==this.disabled&&(this.disabled=We.disabled),this._previousControl=We.control),this.updateErrorState())}ngOnChanges(pe){(pe.disabled||pe.userAriaDescribedBy)&&this.stateChanges.next(),pe.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._canOpen()&&(this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck()),this.stateChanges.next()}_applyModalPanelOwnership(){const pe=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!pe)return;const We=`${this.id}-panel`;this._trackedModal&&(0,m.Ae)(this._trackedModal,"aria-owns",We),(0,m.px)(pe,"aria-owns",We),this._trackedModal=pe}_clearFromModal(){this._trackedModal&&((0,m.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched()),this.stateChanges.next()}writeValue(pe){this._assignValue(pe)}registerOnChange(pe){this._onChange=pe}registerOnTouched(pe){this._onTouched=pe}setDisabledState(pe){this.disabled=pe,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const pe=this._selectionModel.selected.map(We=>We.viewValue);return this._isRtl()&&pe.reverse(),pe.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(pe){this.disabled||(this.panelOpen?this._handleOpenKeydown(pe):this._handleClosedKeydown(pe))}_handleClosedKeydown(pe){const We=pe.keyCode,se=We===y.n6||We===y.i7||We===y.UQ||We===y.LE,fe=We===y.Fm||We===y.t6,he=this._keyManager;if(!he.isTyping()&&fe&&!(0,y.rp)(pe)||(this.multiple||pe.altKey)&&se)pe.preventDefault(),this.open();else if(!this.multiple){const et=this.selected;he.onKeydown(pe);const Ke=this.selected;Ke&&et!==Ke&&this._liveAnnouncer.announce(Ke.viewValue,1e4)}}_handleOpenKeydown(pe){const We=this._keyManager,se=pe.keyCode,fe=se===y.n6||se===y.i7,he=We.isTyping();if(fe&&pe.altKey)pe.preventDefault(),this.close();else if(he||se!==y.Fm&&se!==y.t6||!We.activeItem||(0,y.rp)(pe))if(!he&&this._multiple&&se===y.A&&pe.ctrlKey){pe.preventDefault();const et=this.options.some(Ke=>!Ke.disabled&&!Ke.selected);this.options.forEach(Ke=>{Ke.disabled||(et?Ke.select():Ke.deselect())})}else{const et=We.activeItemIndex;We.onKeydown(pe),this._multiple&&fe&&pe.shiftKey&&We.activeItem&&We.activeItemIndex!==et&&We.activeItem._selectViaInteraction()}else pe.preventDefault(),We.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,Y.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(pe){if(this.options.forEach(We=>We.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&pe)Array.isArray(pe),pe.forEach(We=>this._selectOptionByValue(We)),this._sortValues();else{const We=this._selectOptionByValue(pe);We?this._keyManager.updateActiveItem(We):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(pe){const We=this.options.find(se=>{if(this._selectionModel.isSelected(se))return!1;try{return null!=se.value&&this._compareWith(se.value,pe)}catch{return!1}});return We&&this._selectionModel.select(We),We}_assignValue(pe){return!!(pe!==this._value||this._multiple&&Array.isArray(pe))&&(this.options&&this._setSelectionByValue(pe),this._value=pe,!0)}_getOverlayWidth(pe){return"auto"===this.panelWidth?(pe instanceof t.$Q?pe.elementRef:pe||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const pe of this.options)pe._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new m.Au(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const pe=(0,V.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,ve.Q)(pe)).subscribe(We=>{this._onSelect(We.source,We.isUserInput),We.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,V.h)(...this.options.map(We=>We._stateChanges)).pipe((0,ve.Q)(pe)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(pe,We){const se=this._selectionModel.isSelected(pe);null!=pe.value||this._multiple?(se!==pe.selected&&(pe.selected?this._selectionModel.select(pe):this._selectionModel.deselect(pe)),We&&this._keyManager.setActiveItem(pe),this.multiple&&(this._sortValues(),We&&this.focus())):(pe.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(pe.value)),se!==this._selectionModel.isSelected(pe)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const pe=this.options.toArray();this._selectionModel.sort((We,se)=>this.sortComparator?this.sortComparator(We,se,pe):pe.indexOf(We)-pe.indexOf(se)),this.stateChanges.next()}}_propagateChanges(pe){let We;We=this.multiple?this.selected.map(se=>se.value):this.selected?this.selected.value:pe,this._value=We,this.valueChange.emit(We),this._onChange(We),this.selectionChange.emit(this._getChangeEvent(We)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let pe=-1;for(let We=0;We0}focus(pe){this._elementRef.nativeElement.focus(pe)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const pe=this._parentFormField?.getLabelId();return this.ariaLabelledby?(pe?pe+" ":"")+this.ariaLabelledby:pe}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const pe=this._parentFormField?.getLabelId();let We=(pe?pe+" ":"")+this._valueId;return this.ariaLabelledby&&(We+=" "+this.ariaLabelledby),We}_panelDoneAnimating(pe){this.openedChange.emit(pe)}setDescribedByIds(pe){pe.length?this._elementRef.nativeElement.setAttribute("aria-describedby",pe.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static{this.\u0275fac=function(We){return new(We||_e)(C.rXU(x.Xj),C.rXU(C.gRc),C.rXU(C.SKi),C.rXU(S.es),C.rXU(C.aKT),C.rXU(R.dS,8),C.rXU(T.cV,8),C.rXU(T.j4,8),C.rXU(l.xb,8),C.rXU(T.vO,10),C.kS0("tabindex"),C.rXU(z),C.rXU(m.Ai),C.rXU(ne,8))}}static{this.\u0275cmp=C.VBU({type:_e,selectors:[["mat-select"]],contentQueries:function(We,se,fe){if(1&We&&(C.wni(fe,at,5),C.wni(fe,S.wT,5),C.wni(fe,S.QC,5)),2&We){let he;C.mGM(he=C.lsd())&&(se.customTrigger=he.first),C.mGM(he=C.lsd())&&(se.options=he),C.mGM(he=C.lsd())&&(se.optionGroups=he)}},viewQuery:function(We,se){if(1&We&&(C.GBs(ye,5),C.GBs(ue,5),C.GBs(t.WB,5)),2&We){let fe;C.mGM(fe=C.lsd())&&(se.trigger=fe.first),C.mGM(fe=C.lsd())&&(se.panel=fe.first),C.mGM(fe=C.lsd())&&(se._overlayDir=fe.first)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","listbox","ngSkipHydration","",1,"mat-mdc-select"],hostVars:19,hostBindings:function(We,se){1&We&&C.bIt("keydown",function(he){return se._handleKeydown(he)})("focus",function(){return se._onFocus()})("blur",function(){return se._onBlur()}),2&We&&(C.BMQ("id",se.id)("tabindex",se.tabIndex)("aria-controls",se.panelOpen?se.id+"-panel":null)("aria-expanded",se.panelOpen)("aria-label",se.ariaLabel||null)("aria-required",se.required.toString())("aria-disabled",se.disabled.toString())("aria-invalid",se.errorState)("aria-activedescendant",se._getAriaActiveDescendant()),C.AVh("mat-mdc-select-disabled",se.disabled)("mat-mdc-select-invalid",se.errorState)("mat-mdc-select-required",se.required)("mat-mdc-select-empty",se.empty)("mat-mdc-select-multiple",se.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",hideSingleSelectionIndicator:"hideSingleSelectionIndicator",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:"typeaheadDebounceInterval",sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[C.Jv_([{provide:l.qT,useExisting:_e},{provide:S.is,useExisting:_e}]),C.Vt3,C.OA$],ngContentSelectors:D,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(We,se){if(1&We){const fe=C.RV6();C.NAR(be),C.j41(0,"div",2,0),C.bIt("click",function(){return C.eBV(fe),C.Njj(se.toggle())}),C.j41(3,"div",3),C.DNE(4,n,2,1,"span",4)(5,h,3,1,"span",5),C.k0s(),C.j41(6,"div",6)(7,"div",7),C.qSk(),C.j41(8,"svg",8),C.nrm(9,"path",9),C.k0s()()()(),C.DNE(10,M,3,9,"ng-template",10),C.bIt("backdropClick",function(){return C.eBV(fe),C.Njj(se.close())})("attach",function(){return C.eBV(fe),C.Njj(se._onAttached())})("detach",function(){return C.eBV(fe),C.Njj(se.close())})}if(2&We){const fe=C.sdS(1);C.R7$(3),C.BMQ("id",se._valueId),C.R7$(),C.vxM(se.empty?4:5),C.R7$(6),C.Y8G("cdkConnectedOverlayPanelClass",se._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",se._scrollStrategy)("cdkConnectedOverlayOrigin",se._preferredOverlayOrigin||fe)("cdkConnectedOverlayOpen",se.panelOpen)("cdkConnectedOverlayPositions",se._positions)("cdkConnectedOverlayWidth",se._overlayWidth)}},dependencies:[e.YU,t.WB,t.$Q],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color);font-family:var(--mat-select-trigger-text-font);line-height:var(--mat-select-trigger-text-line-height);font-size:var(--mat-select-trigger-text-size);font-weight:var(--mat-select-trigger-text-weight);letter-spacing:var(--mat-select-trigger-text-tracking)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:translateY(-8px)}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color)}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:var(--mat-select-invalid-arrow-color)}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color)}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color)}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}'],encapsulation:2,data:{animation:[L.transformPanel]},changeDetection:0})}}return _e})(),te=(()=>{class _e{static{this.\u0275fac=function(We){return new(We||_e)}}static{this.\u0275dir=C.FsC({type:_e,selectors:[["mat-select-trigger"]],features:[C.Jv_([{provide:at,useExisting:_e}])]})}}return _e})(),oe=(()=>{class _e{static{this.\u0275fac=function(We){return new(We||_e)}}static{this.\u0275mod=C.$C({type:_e})}static{this.\u0275inj=C.G2t({providers:[Ie],imports:[e.MD,t.z_,S.Sy,S.yE,x.Gj,l.RG,S.Sy,S.yE]})}}return _e})()},882:(Ve,ee,p)=>{"use strict";p.d(ee,{El:()=>Ie,LG:()=>at,US:()=>Ye,vg:()=>rt});var t=p(5542),e=p(4438),C=p(6600),S=p(8617),l=p(8203),x=p(4085),m=p(7336),R=p(6860),d=p(177),w=p(1413),y=p(3726),T=p(7786),k=p(5964),F=p(6354),V=p(3703),U=p(6977),G=p(3294),Y=p(6697),$=p(9172),Z=p(152),ie=p(9969);const ve=["*"],ae=["content"],ye=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],ue=["mat-drawer","mat-drawer-content","*"];function be(re,te){if(1&re){const oe=e.RV6();e.j41(0,"div",1),e.bIt("click",function(){e.eBV(oe);const de=e.XpG();return e.Njj(de._onBackdropClicked())}),e.k0s()}if(2&re){const oe=e.XpG();e.AVh("mat-drawer-shown",oe._isShowingBackdrop())}}function D(re,te){1&re&&(e.j41(0,"mat-drawer-content"),e.SdG(1,2),e.k0s())}const n=[[["mat-sidenav"]],[["mat-sidenav-content"]],"*"],c=["mat-sidenav","mat-sidenav-content","*"];function f(re,te){if(1&re){const oe=e.RV6();e.j41(0,"div",1),e.bIt("click",function(){e.eBV(oe);const de=e.XpG();return e.Njj(de._onBackdropClicked())}),e.k0s()}if(2&re){const oe=e.XpG();e.AVh("mat-drawer-shown",oe._isShowingBackdrop())}}function h(re,te){1&re&&(e.j41(0,"mat-sidenav-content"),e.SdG(1,2),e.k0s())}const L={transformDrawer:(0,ie.hZ)("transform",[(0,ie.wk)("open, open-instant",(0,ie.iF)({transform:"none",visibility:"visible"})),(0,ie.wk)("void",(0,ie.iF)({"box-shadow":"none",visibility:"hidden"})),(0,ie.kY)("void => open-instant",(0,ie.i0)("0ms")),(0,ie.kY)("void <=> open, open-instant => void",(0,ie.i0)("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])},_=new e.nKC("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:function v(){return!1}}),r=new e.nKC("MAT_DRAWER_CONTAINER");let z=(()=>{class re extends t.uv{constructor(oe,_e,de,pe,We){super(de,pe,We),this._changeDetectorRef=oe,this._container=_e}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}static{this.\u0275fac=function(_e){return new(_e||re)(e.rXU(e.gRc),e.rXU((0,e.Rfq)(()=>ne)),e.rXU(e.aKT),e.rXU(t.R),e.rXU(e.SKi))}}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-drawer-content"]],hostAttrs:["ngSkipHydration","",1,"mat-drawer-content"],hostVars:4,hostBindings:function(_e,de){2&_e&&e.xc7("margin-left",de._container._contentMargins.left,"px")("margin-right",de._container._contentMargins.right,"px")},features:[e.Jv_([{provide:t.uv,useExisting:re}]),e.Vt3],ngContentSelectors:ve,decls:1,vars:0,template:function(_e,de){1&_e&&(e.NAR(),e.SdG(0))},encapsulation:2,changeDetection:0})}}return re})(),N=(()=>{class re{get position(){return this._position}set position(oe){(oe="end"===oe?"end":"start")!==this._position&&(this._isAttached&&this._updatePositionInParent(oe),this._position=oe,this.onPositionChanged.emit())}get mode(){return this._mode}set mode(oe){this._mode=oe,this._updateFocusTrapState(),this._modeChanged.next()}get disableClose(){return this._disableClose}set disableClose(oe){this._disableClose=(0,x.he)(oe)}get autoFocus(){return this._autoFocus??("side"===this.mode?"dialog":"first-tabbable")}set autoFocus(oe){("true"===oe||"false"===oe||null==oe)&&(oe=(0,x.he)(oe)),this._autoFocus=oe}get opened(){return this._opened}set opened(oe){this.toggle((0,x.he)(oe))}constructor(oe,_e,de,pe,We,se,fe,he){this._elementRef=oe,this._focusTrapFactory=_e,this._focusMonitor=de,this._platform=pe,this._ngZone=We,this._interactivityChecker=se,this._doc=fe,this._container=he,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this._mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new w.B,this._animationEnd=new w.B,this._animationState="void",this.openedChange=new e.bkB(!0),this._openedStream=this.openedChange.pipe((0,k.p)(et=>et),(0,F.T)(()=>{})),this.openedStart=this._animationStarted.pipe((0,k.p)(et=>et.fromState!==et.toState&&0===et.toState.indexOf("open")),(0,V.u)(void 0)),this._closedStream=this.openedChange.pipe((0,k.p)(et=>!et),(0,F.T)(()=>{})),this.closedStart=this._animationStarted.pipe((0,k.p)(et=>et.fromState!==et.toState&&"void"===et.toState),(0,V.u)(void 0)),this._destroyed=new w.B,this.onPositionChanged=new e.bkB,this._modeChanged=new w.B,this.openedChange.subscribe(et=>{et?(this._doc&&(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement),this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{(0,y.R)(this._elementRef.nativeElement,"keydown").pipe((0,k.p)(et=>et.keyCode===m._f&&!this.disableClose&&!(0,m.rp)(et)),(0,U.Q)(this._destroyed)).subscribe(et=>this._ngZone.run(()=>{this.close(),et.stopPropagation(),et.preventDefault()}))}),this._animationEnd.pipe((0,G.F)((et,Ke)=>et.fromState===Ke.fromState&&et.toState===Ke.toState)).subscribe(et=>{const{fromState:Ke,toState:Ct}=et;(0===Ct.indexOf("open")&&"void"===Ke||"void"===Ct&&0===Ke.indexOf("open"))&&this.openedChange.emit(this._opened)})}_forceFocus(oe,_e){this._interactivityChecker.isFocusable(oe)||(oe.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const de=()=>{oe.removeEventListener("blur",de),oe.removeEventListener("mousedown",de),oe.removeAttribute("tabindex")};oe.addEventListener("blur",de),oe.addEventListener("mousedown",de)})),oe.focus(_e)}_focusByCssSelector(oe,_e){let de=this._elementRef.nativeElement.querySelector(oe);de&&this._forceFocus(de,_e)}_takeFocus(){if(!this._focusTrap)return;const oe=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(_e=>{!_e&&"function"==typeof this._elementRef.nativeElement.focus&&oe.focus()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus)}}_restoreFocus(oe){"dialog"!==this.autoFocus&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,oe):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){const oe=this._doc.activeElement;return!!oe&&this._elementRef.nativeElement.contains(oe)}ngAfterViewInit(){this._isAttached=!0,this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState(),"end"===this._position&&this._updatePositionInParent("end")}ngAfterContentChecked(){this._platform.isBrowser&&(this._enableAnimations=!0)}ngOnDestroy(){this._focusTrap&&this._focusTrap.destroy(),this._anchor?.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(oe){return this.toggle(!0,oe)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(oe=!this.opened,_e){oe&&_e&&(this._openedVia=_e);const de=this._setOpen(oe,!oe&&this._isFocusWithinDrawer(),this._openedVia||"program");return oe||(this._openedVia=null),de}_setOpen(oe,_e,de){return this._opened=oe,oe?this._animationState=this._enableAnimations?"open":"open-instant":(this._animationState="void",_e&&this._restoreFocus(de)),this._updateFocusTrapState(),new Promise(pe=>{this.openedChange.pipe((0,Y.s)(1)).subscribe(We=>pe(We?"open":"close"))})}_getWidth(){return this._elementRef.nativeElement&&this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=!!this._container?.hasBackdrop)}_updatePositionInParent(oe){const _e=this._elementRef.nativeElement,de=_e.parentNode;"end"===oe?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),de.insertBefore(this._anchor,_e)),de.appendChild(_e)):this._anchor&&this._anchor.parentNode.insertBefore(_e,this._anchor)}static{this.\u0275fac=function(_e){return new(_e||re)(e.rXU(e.aKT),e.rXU(S.GX),e.rXU(S.FN),e.rXU(R.OD),e.rXU(e.SKi),e.rXU(S.Z7),e.rXU(d.qQ,8),e.rXU(r,8))}}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-drawer"]],viewQuery:function(_e,de){if(1&_e&&e.GBs(ae,5),2&_e){let pe;e.mGM(pe=e.lsd())&&(de._content=pe.first)}},hostAttrs:["tabIndex","-1","ngSkipHydration","",1,"mat-drawer"],hostVars:12,hostBindings:function(_e,de){1&_e&&e.Kam("@transform.start",function(We){return de._animationStarted.next(We)})("@transform.done",function(We){return de._animationEnd.next(We)}),2&_e&&(e.zvX("@transform",de._animationState),e.BMQ("align",null),e.AVh("mat-drawer-end","end"===de.position)("mat-drawer-over","over"===de.mode)("mat-drawer-push","push"===de.mode)("mat-drawer-side","side"===de.mode)("mat-drawer-opened",de.opened))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],ngContentSelectors:ve,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(_e,de){1&_e&&(e.NAR(),e.j41(0,"div",1,0),e.SdG(2),e.k0s())},dependencies:[t.uv],encapsulation:2,data:{animation:[L.transformDrawer]},changeDetection:0})}}return re})(),ne=(()=>{class re{get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(oe){this._autosize=(0,x.he)(oe)}get hasBackdrop(){return this._drawerHasBackdrop(this._start)||this._drawerHasBackdrop(this._end)}set hasBackdrop(oe){this._backdropOverride=null==oe?null:(0,x.he)(oe)}get scrollable(){return this._userContent||this._content}constructor(oe,_e,de,pe,We,se=!1,fe){this._dir=oe,this._element=_e,this._ngZone=de,this._changeDetectorRef=pe,this._animationMode=fe,this._drawers=new e.rOR,this.backdropClick=new e.bkB,this._destroyed=new w.B,this._doCheckSubject=new w.B,this._contentMargins={left:null,right:null},this._contentMarginChanges=new w.B,oe&&oe.change.pipe((0,U.Q)(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),We.change().pipe((0,U.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins()),this._autosize=se}ngAfterContentInit(){this._allDrawers.changes.pipe((0,$.Z)(this._allDrawers),(0,U.Q)(this._destroyed)).subscribe(oe=>{this._drawers.reset(oe.filter(_e=>!_e._container||_e._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe((0,$.Z)(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(oe=>{this._watchDrawerToggle(oe),this._watchDrawerPosition(oe),this._watchDrawerMode(oe)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe((0,Z.B)(10),(0,U.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(oe=>oe.open())}close(){this._drawers.forEach(oe=>oe.close())}updateContentMargins(){let oe=0,_e=0;if(this._left&&this._left.opened)if("side"==this._left.mode)oe+=this._left._getWidth();else if("push"==this._left.mode){const de=this._left._getWidth();oe+=de,_e-=de}if(this._right&&this._right.opened)if("side"==this._right.mode)_e+=this._right._getWidth();else if("push"==this._right.mode){const de=this._right._getWidth();_e+=de,oe-=de}oe=oe||null,_e=_e||null,(oe!==this._contentMargins.left||_e!==this._contentMargins.right)&&(this._contentMargins={left:oe,right:_e},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(oe){oe._animationStarted.pipe((0,k.p)(_e=>_e.fromState!==_e.toState),(0,U.Q)(this._drawers.changes)).subscribe(_e=>{"open-instant"!==_e.toState&&"NoopAnimations"!==this._animationMode&&this._element.nativeElement.classList.add("mat-drawer-transition"),this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),"side"!==oe.mode&&oe.openedChange.pipe((0,U.Q)(this._drawers.changes)).subscribe(()=>this._setContainerClass(oe.opened))}_watchDrawerPosition(oe){oe&&oe.onPositionChanged.pipe((0,U.Q)(this._drawers.changes)).subscribe(()=>{this._ngZone.onMicrotaskEmpty.pipe((0,Y.s)(1)).subscribe(()=>{this._validateDrawers()})})}_watchDrawerMode(oe){oe&&oe._modeChanged.pipe((0,U.Q)((0,T.h)(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(oe){const _e=this._element.nativeElement.classList,de="mat-drawer-container-has-open";oe?_e.add(de):_e.remove(de)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(oe=>{"end"==oe.position?this._end=oe:this._start=oe}),this._right=this._left=null,this._dir&&"rtl"===this._dir.value?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&"over"!=this._start.mode||this._isDrawerOpen(this._end)&&"over"!=this._end.mode}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(oe=>oe&&!oe.disableClose&&this._drawerHasBackdrop(oe)).forEach(oe=>oe._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._drawerHasBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._drawerHasBackdrop(this._end)}_isDrawerOpen(oe){return null!=oe&&oe.opened}_drawerHasBackdrop(oe){return null==this._backdropOverride?!!oe&&"side"!==oe.mode:this._backdropOverride}static{this.\u0275fac=function(_e){return new(_e||re)(e.rXU(l.dS,8),e.rXU(e.aKT),e.rXU(e.SKi),e.rXU(e.gRc),e.rXU(t.Xj),e.rXU(_),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-drawer-container"]],contentQueries:function(_e,de,pe){if(1&_e&&(e.wni(pe,z,5),e.wni(pe,N,5)),2&_e){let We;e.mGM(We=e.lsd())&&(de._content=We.first),e.mGM(We=e.lsd())&&(de._allDrawers=We)}},viewQuery:function(_e,de){if(1&_e&&e.GBs(z,5),2&_e){let pe;e.mGM(pe=e.lsd())&&(de._userContent=pe.first)}},hostAttrs:["ngSkipHydration","",1,"mat-drawer-container"],hostVars:2,hostBindings:function(_e,de){2&_e&&e.AVh("mat-drawer-container-explicit-backdrop",de._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],features:[e.Jv_([{provide:r,useExisting:re}])],ngContentSelectors:ue,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(_e,de){1&_e&&(e.NAR(ye),e.DNE(0,be,1,2,"div",0),e.SdG(1),e.SdG(2,1),e.DNE(3,D,2,0,"mat-drawer-content")),2&_e&&(e.vxM(de.hasBackdrop?0:-1),e.R7$(3),e.vxM(de._content?-1:3))},dependencies:[z],styles:['.mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color);background-color:var(--mat-sidenav-content-background-color);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);position:relative;z-index:4;color:var(--mat-sidenav-container-text-color);background-color:var(--mat-sidenav-container-background-color);border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}'],encapsulation:2,changeDetection:0})}}return re})(),Ie=(()=>{class re extends z{constructor(oe,_e,de,pe,We){super(oe,_e,de,pe,We)}static{this.\u0275fac=function(_e){return new(_e||re)(e.rXU(e.gRc),e.rXU((0,e.Rfq)(()=>Ye)),e.rXU(e.aKT),e.rXU(t.R),e.rXU(e.SKi))}}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-sidenav-content"]],hostAttrs:["ngSkipHydration","",1,"mat-drawer-content","mat-sidenav-content"],hostVars:4,hostBindings:function(_e,de){2&_e&&e.xc7("margin-left",de._container._contentMargins.left,"px")("margin-right",de._container._contentMargins.right,"px")},features:[e.Jv_([{provide:t.uv,useExisting:re}]),e.Vt3],ngContentSelectors:ve,decls:1,vars:0,template:function(_e,de){1&_e&&(e.NAR(),e.SdG(0))},encapsulation:2,changeDetection:0})}}return re})(),at=(()=>{class re extends N{constructor(){super(...arguments),this._fixedInViewport=!1,this._fixedTopGap=0,this._fixedBottomGap=0}get fixedInViewport(){return this._fixedInViewport}set fixedInViewport(oe){this._fixedInViewport=(0,x.he)(oe)}get fixedTopGap(){return this._fixedTopGap}set fixedTopGap(oe){this._fixedTopGap=(0,x.OE)(oe)}get fixedBottomGap(){return this._fixedBottomGap}set fixedBottomGap(oe){this._fixedBottomGap=(0,x.OE)(oe)}static{this.\u0275fac=(()=>{let oe;return function(de){return(oe||(oe=e.xGo(re)))(de||re)}})()}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-sidenav"]],hostAttrs:["tabIndex","-1","ngSkipHydration","",1,"mat-drawer","mat-sidenav"],hostVars:17,hostBindings:function(_e,de){2&_e&&(e.BMQ("align",null),e.xc7("top",de.fixedInViewport?de.fixedTopGap:null,"px")("bottom",de.fixedInViewport?de.fixedBottomGap:null,"px"),e.AVh("mat-drawer-end","end"===de.position)("mat-drawer-over","over"===de.mode)("mat-drawer-push","push"===de.mode)("mat-drawer-side","side"===de.mode)("mat-drawer-opened",de.opened)("mat-sidenav-fixed",de.fixedInViewport))},inputs:{fixedInViewport:"fixedInViewport",fixedTopGap:"fixedTopGap",fixedBottomGap:"fixedBottomGap"},exportAs:["matSidenav"],features:[e.Vt3],ngContentSelectors:ve,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(_e,de){1&_e&&(e.NAR(),e.j41(0,"div",1,0),e.SdG(2),e.k0s())},dependencies:[t.uv],encapsulation:2,data:{animation:[L.transformDrawer]},changeDetection:0})}}return re})(),Ye=(()=>{class re extends ne{constructor(){super(...arguments),this._allDrawers=void 0,this._content=void 0}static{this.\u0275fac=(()=>{let oe;return function(de){return(oe||(oe=e.xGo(re)))(de||re)}})()}static{this.\u0275cmp=e.VBU({type:re,selectors:[["mat-sidenav-container"]],contentQueries:function(_e,de,pe){if(1&_e&&(e.wni(pe,Ie,5),e.wni(pe,at,5)),2&_e){let We;e.mGM(We=e.lsd())&&(de._content=We.first),e.mGM(We=e.lsd())&&(de._allDrawers=We)}},hostAttrs:["ngSkipHydration","",1,"mat-drawer-container","mat-sidenav-container"],hostVars:2,hostBindings:function(_e,de){2&_e&&e.AVh("mat-drawer-container-explicit-backdrop",de._backdropOverride)},exportAs:["matSidenavContainer"],features:[e.Jv_([{provide:r,useExisting:re}]),e.Vt3],ngContentSelectors:c,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(_e,de){1&_e&&(e.NAR(n),e.DNE(0,f,1,2,"div",0),e.SdG(1),e.SdG(2,1),e.DNE(3,h,2,0,"mat-sidenav-content")),2&_e&&(e.vxM(de.hasBackdrop?0:-1),e.R7$(3),e.vxM(de._content?-1:3))},dependencies:[Ie],styles:['.mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color);background-color:var(--mat-sidenav-content-background-color);box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);position:relative;z-index:4;color:var(--mat-sidenav-container-text-color);background-color:var(--mat-sidenav-container-background-color);border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape);border-bottom-left-radius:var(--mat-sidenav-container-shape);border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape);border-bottom-right-radius:var(--mat-sidenav-container-shape);border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}'],encapsulation:2,changeDetection:0})}}return re})(),rt=(()=>{class re{static{this.\u0275fac=function(_e){return new(_e||re)}}static{this.\u0275mod=e.$C({type:re})}static{this.\u0275inj=e.G2t({imports:[C.yE,t.Gj,t.Gj,C.yE]})}}return re})()},450:(Ve,ee,p)=>{"use strict";p.d(ee,{mV:()=>U,sG:()=>T});var t=p(4438),e=p(9417),C=p(8617),S=p(6600);const l=["switch"],x=["*"];function m(G,Y){1&G&&(t.j41(0,"div",10),t.qSk(),t.j41(1,"svg",12),t.nrm(2,"path",13),t.k0s(),t.j41(3,"svg",14),t.nrm(4,"path",15),t.k0s()())}const R=new t.nKC("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1,hideIcon:!1})}),d={provide:e.kq,useExisting:(0,t.Rfq)(()=>T),multi:!0};class w{constructor(Y,$){this.source=Y,this.checked=$}}let y=0,T=(()=>{class G{_createChangeEvent($){return new w(this,$)}get buttonId(){return`${this.id||this._uniqueId}-button`}focus(){this._switchElement.nativeElement.focus()}get checked(){return this._checked}set checked($){this._checked=$,this._changeDetectorRef.markForCheck()}get inputId(){return`${this.id||this._uniqueId}-input`}constructor($,Z,ie,ve,ae,ye){this._elementRef=$,this._focusMonitor=Z,this._changeDetectorRef=ie,this.defaults=ae,this._onChange=ue=>{},this._onTouched=()=>{},this._checked=!1,this.name=null,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this.change=new t.bkB,this.toggleChange=new t.bkB,this.tabIndex=parseInt(ve)||0,this.color=ae.color||"accent",this._noopAnimations="NoopAnimations"===ye,this.id=this._uniqueId="mat-mdc-slide-toggle-"+ ++y,this.hideIcon=ae.hideIcon??!1,this._labelId=this._uniqueId+"-label"}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe($=>{"keyboard"===$||"program"===$?(this._focused=!0,this._changeDetectorRef.markForCheck()):$||Promise.resolve().then(()=>{this._focused=!1,this._onTouched(),this._changeDetectorRef.markForCheck()})})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}writeValue($){this.checked=!!$}registerOnChange($){this._onChange=$}registerOnTouched($){this._onTouched=$}setDisabledState($){this.disabled=$,this._changeDetectorRef.markForCheck()}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(this._createChangeEvent(this.checked))}_handleClick(){this.toggleChange.emit(),this.defaults.disableToggleValue||(this.checked=!this.checked,this._onChange(this.checked),this.change.emit(new w(this,this.checked)))}_getAriaLabelledBy(){return this.ariaLabelledby?this.ariaLabelledby:this.ariaLabel?null:this._labelId}static{this.\u0275fac=function(Z){return new(Z||G)(t.rXU(t.aKT),t.rXU(C.FN),t.rXU(t.gRc),t.kS0("tabindex"),t.rXU(R),t.rXU(t.bc$,8))}}static{this.\u0275cmp=t.VBU({type:G,selectors:[["mat-slide-toggle"]],viewQuery:function(Z,ie){if(1&Z&&t.GBs(l,5),2&Z){let ve;t.mGM(ve=t.lsd())&&(ie._switchElement=ve.first)}},hostAttrs:[1,"mat-mdc-slide-toggle"],hostVars:13,hostBindings:function(Z,ie){2&Z&&(t.Mr5("id",ie.id),t.BMQ("tabindex",null)("aria-label",null)("name",null)("aria-labelledby",null),t.HbH(ie.color?"mat-"+ie.color:""),t.AVh("mat-mdc-slide-toggle-focused",ie._focused)("mat-mdc-slide-toggle-checked",ie.checked)("_mat-animation-noopable",ie._noopAnimations))},inputs:{disabled:[2,"disabled","disabled",t.L39],disableRipple:[2,"disableRipple","disableRipple",t.L39],color:"color",tabIndex:[2,"tabIndex","tabIndex",$=>null==$?0:(0,t.Udg)($)],name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],required:[2,"required","required",t.L39],checked:[2,"checked","checked",t.L39],hideIcon:[2,"hideIcon","hideIcon",t.L39]},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],features:[t.Jv_([d]),t.GFd],ngContentSelectors:x,decls:13,vars:25,consts:[["switch",""],[1,"mdc-form-field"],["role","switch","type","button",1,"mdc-switch",3,"click","tabIndex","disabled"],[1,"mdc-switch__track"],[1,"mdc-switch__handle-track"],[1,"mdc-switch__handle"],[1,"mdc-switch__shadow"],[1,"mdc-elevation-overlay"],[1,"mdc-switch__ripple"],["mat-ripple","",1,"mat-mdc-slide-toggle-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-switch__icons"],[1,"mdc-label",3,"click","for"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--on"],["d","M19.69,5.23L8.96,15.96l-4.23-4.23L2.96,13.5l6,6L21.46,7L19.69,5.23z"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--off"],["d","M20 13H4v-2h16v2z"]],template:function(Z,ie){if(1&Z){const ve=t.RV6();t.NAR(),t.j41(0,"div",1)(1,"button",2,0),t.bIt("click",function(){return t.eBV(ve),t.Njj(ie._handleClick())}),t.nrm(3,"div",3),t.j41(4,"div",4)(5,"div",5)(6,"div",6),t.nrm(7,"div",7),t.k0s(),t.j41(8,"div",8),t.nrm(9,"div",9),t.k0s(),t.DNE(10,m,5,0,"div",10),t.k0s()()(),t.j41(11,"label",11),t.bIt("click",function(ye){return t.eBV(ve),t.Njj(ye.stopPropagation())}),t.SdG(12),t.k0s()()}if(2&Z){const ve=t.sdS(2);t.AVh("mdc-form-field--align-end","before"==ie.labelPosition),t.R7$(),t.AVh("mdc-switch--selected",ie.checked)("mdc-switch--unselected",!ie.checked)("mdc-switch--checked",ie.checked)("mdc-switch--disabled",ie.disabled),t.Y8G("tabIndex",ie.disabled?-1:ie.tabIndex)("disabled",ie.disabled),t.BMQ("id",ie.buttonId)("name",ie.name)("aria-label",ie.ariaLabel)("aria-labelledby",ie._getAriaLabelledBy())("aria-describedby",ie.ariaDescribedby)("aria-required",ie.required||null)("aria-checked",ie.checked),t.R7$(8),t.Y8G("matRippleTrigger",ve)("matRippleDisabled",ie.disableRipple||ie.disabled)("matRippleCentered",!0),t.R7$(),t.vxM(ie.hideIcon?-1:10),t.R7$(),t.Y8G("for",ie.buttonId),t.BMQ("id",ie._labelId)}},dependencies:[S.r6],styles:['.mdc-form-field{display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field[hidden]{display:none}.mdc-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .mdc-form-field>label,.mdc-form-field>label[dir=rtl]{padding-left:0;padding-right:4px}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .mdc-form-field--align-end>label,.mdc-form-field--align-end>label[dir=rtl]{padding-left:4px;padding-right:0}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label{margin:0}[dir=rtl] .mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl]{margin:0}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:var(--mdc-elevation-overlay-opacity);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:var(--mdc-elevation-overlay-color)}.mdc-switch{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;margin:0;outline:none;overflow:visible;padding:0;position:relative}.mdc-switch[hidden]{display:none}.mdc-switch:disabled{cursor:default;pointer-events:none}.mdc-switch__track{overflow:hidden;position:relative;width:100%}.mdc-switch__track::before,.mdc-switch__track::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;width:100%}@media screen and (forced-colors: active){.mdc-switch__track::before,.mdc-switch__track::after{border-color:currentColor}}.mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(-100%)}[dir=rtl] .mdc-switch__track::after,.mdc-switch__track[dir=rtl]::after{transform:translateX(100%)}.mdc-switch--selected .mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__track::before,.mdc-switch--selected .mdc-switch__track[dir=rtl]::before{transform:translateX(-100%)}.mdc-switch--selected .mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__handle-track{height:100%;pointer-events:none;position:absolute;top:0;transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);left:0;right:auto;transform:translateX(0)}[dir=rtl] .mdc-switch__handle-track,.mdc-switch__handle-track[dir=rtl]{left:auto;right:0}.mdc-switch--selected .mdc-switch__handle-track{transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track,.mdc-switch--selected .mdc-switch__handle-track[dir=rtl]{transform:translateX(-100%)}.mdc-switch__handle{display:flex;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:auto}[dir=rtl] .mdc-switch__handle,.mdc-switch__handle[dir=rtl]{left:auto;right:0}.mdc-switch__handle::before,.mdc-switch__handle::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";width:100%;height:100%;left:0;position:absolute;top:0;transition:background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1),border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}@media screen and (forced-colors: active){.mdc-switch__handle::before,.mdc-switch__handle::after{border-color:currentColor}}.mdc-switch__shadow{border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.mdc-elevation-overlay{bottom:0;left:0;right:0;top:0}.mdc-switch__ripple{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:-1}.mdc-switch:disabled .mdc-switch__ripple{display:none}.mdc-switch__icons{height:100%;position:relative;width:100%;z-index:1}.mdc-switch__icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;opacity:0;transition:opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-switch--selected .mdc-switch__icon--on,.mdc-switch--unselected .mdc-switch__icon--off{opacity:1;transition:opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)}.mdc-switch{width:var(--mdc-switch-track-width)}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-selected-handle-color)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-hover-handle-color)}.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-focus-handle-color)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-selected-pressed-handle-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-selected-handle-color)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-unselected-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-hover-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-focus-handle-color)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-unselected-pressed-handle-color)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-unselected-handle-color)}.mdc-switch .mdc-switch__handle::before{background:var(--mdc-switch-handle-surface-color)}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-handle-elevation)}.mdc-switch:disabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-disabled-handle-elevation)}.mdc-switch .mdc-switch__focus-ring-wrapper,.mdc-switch .mdc-switch__handle{height:var(--mdc-switch-handle-height)}.mdc-switch:disabled .mdc-switch__handle::after{opacity:var(--mdc-switch-disabled-handle-opacity)}.mdc-switch .mdc-switch__handle{border-radius:var(--mdc-switch-handle-shape)}.mdc-switch .mdc-switch__handle{width:var(--mdc-switch-handle-width)}.mdc-switch .mdc-switch__handle-track{width:calc(100% - var(--mdc-switch-handle-width))}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon{fill:var(--mdc-switch-selected-icon-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-selected-icon-color)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon{fill:var(--mdc-switch-unselected-icon-color)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-unselected-icon-color)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons{opacity:var(--mdc-switch-disabled-selected-icon-opacity)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons{opacity:var(--mdc-switch-disabled-unselected-icon-opacity)}.mdc-switch.mdc-switch--selected .mdc-switch__icon{width:var(--mdc-switch-selected-icon-size);height:var(--mdc-switch-selected-icon-size)}.mdc-switch.mdc-switch--unselected .mdc-switch__icon{width:var(--mdc-switch-unselected-icon-size);height:var(--mdc-switch-unselected-icon-size)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-hover-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-focus-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background-color:var(--mdc-switch-selected-pressed-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-hover-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-focus-state-layer-color)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background-color:var(--mdc-switch-unselected-pressed-state-layer-color)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:var(--mdc-switch-selected-hover-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:var(--mdc-switch-selected-focus-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:var(--mdc-switch-selected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-selected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:var(--mdc-switch-unselected-hover-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:var(--mdc-switch-unselected-focus-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity)}.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity)}.mdc-switch .mdc-switch__ripple{height:var(--mdc-switch-state-layer-size);width:var(--mdc-switch-state-layer-size)}.mdc-switch .mdc-switch__track{height:var(--mdc-switch-track-height)}.mdc-switch:disabled .mdc-switch__track{opacity:var(--mdc-switch-disabled-track-opacity)}.mdc-switch:enabled .mdc-switch__track::after{background:var(--mdc-switch-selected-track-color)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-hover-track-color)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-focus-track-color)}.mdc-switch:enabled:active .mdc-switch__track::after{background:var(--mdc-switch-selected-pressed-track-color)}.mdc-switch:disabled .mdc-switch__track::after{background:var(--mdc-switch-disabled-selected-track-color)}.mdc-switch:enabled .mdc-switch__track::before{background:var(--mdc-switch-unselected-track-color)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-hover-track-color)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-focus-track-color)}.mdc-switch:enabled:active .mdc-switch__track::before{background:var(--mdc-switch-unselected-pressed-track-color)}.mdc-switch:disabled .mdc-switch__track::before{background:var(--mdc-switch-disabled-unselected-track-color)}.mdc-switch .mdc-switch__track{border-radius:var(--mdc-switch-track-shape)}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-handle-elevation-shadow)}.mdc-switch:disabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-disabled-handle-elevation-shadow)}.mat-mdc-slide-toggle .mdc-label{font-family:var(--mat-slide-toggle-label-text-font);font-size:var(--mat-slide-toggle-label-text-size);letter-spacing:var(--mat-slide-toggle-label-text-tracking);line-height:var(--mat-slide-toggle-label-text-line-height);font-weight:var(--mat-slide-toggle-label-text-weight)}.mat-mdc-slide-toggle{display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple,.mat-mdc-slide-toggle .mdc-switch__ripple::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple:not(:empty),.mat-mdc-slide-toggle .mdc-switch__ripple::after:not(:empty){transform:translateZ(0)}.mat-mdc-slide-toggle .mdc-switch__ripple::after{content:"";opacity:0}.mat-mdc-slide-toggle .mdc-switch:hover .mdc-switch__ripple::after{opacity:.04;transition:opacity 75ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mdc-switch .mdc-switch__ripple::after{opacity:.12}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-slide-toggle .mat-ripple-element{opacity:.12}.mat-mdc-slide-toggle .mat-mdc-focus-indicator::before{border-radius:50%}.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle-track,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-elevation-overlay,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__icon,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::after,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::after{transition:none}.mat-mdc-slide-toggle .mdc-switch:enabled+.mdc-label{cursor:pointer}'],encapsulation:2,changeDetection:0})}}return G})(),V=(()=>{class G{static{this.\u0275fac=function(Z){return new(Z||G)}}static{this.\u0275mod=t.$C({type:G})}static{this.\u0275inj=t.G2t({})}}return G})(),U=(()=>{class G{static{this.\u0275fac=function(Z){return new(Z||G)}}static{this.\u0275mod=t.$C({type:G})}static{this.\u0275inj=t.G2t({imports:[V,S.yE,S.pZ,V,S.yE]})}}return G})()},5416:(Ve,ee,p)=>{"use strict";p.d(ee,{UG:()=>f,_T:()=>M,x6:()=>c});var t=p(4438),e=p(177),C=p(8834),S=p(1413),l=p(9969),x=p(6939),m=p(6860),R=p(6697),d=p(6977),w=p(8617),y=p(9327),T=p(6969),k=p(6600);function F(L,O){if(1&L){const _=t.RV6();t.j41(0,"div",1)(1,"button",2),t.bIt("click",function(){t.eBV(_);const v=t.XpG();return t.Njj(v.action())}),t.EFF(2),t.k0s()()}if(2&L){const _=t.XpG();t.R7$(2),t.SpI(" ",_.data.action," ")}}const V=["label"];function U(L,O){}const G=Math.pow(2,31)-1;class Y{constructor(O,_){this._overlayRef=_,this._afterDismissed=new S.B,this._afterOpened=new S.B,this._onAction=new S.B,this._dismissedByAction=!1,this.containerInstance=O,O._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(O){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(O,G))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}const $=new t.nKC("MatSnackBarData");class Z{constructor(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}}let ie=(()=>{class L{static{this.\u0275fac=function(r){return new(r||L)}}static{this.\u0275dir=t.FsC({type:L,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"],standalone:!0})}}return L})(),ve=(()=>{class L{static{this.\u0275fac=function(r){return new(r||L)}}static{this.\u0275dir=t.FsC({type:L,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"],standalone:!0})}}return L})(),ae=(()=>{class L{static{this.\u0275fac=function(r){return new(r||L)}}static{this.\u0275dir=t.FsC({type:L,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"],standalone:!0})}}return L})(),ye=(()=>{class L{constructor(_,r){this.snackBarRef=_,this.data=r}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}static{this.\u0275fac=function(r){return new(r||L)(t.rXU(Y),t.rXU($))}}static{this.\u0275cmp=t.VBU({type:L,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],standalone:!0,features:[t.aNF],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(r,v){1&r&&(t.j41(0,"div",0),t.EFF(1),t.k0s(),t.DNE(2,F,3,1,"div",1)),2&r&&(t.R7$(),t.SpI(" ",v.data.message,"\n"),t.R7$(),t.vxM(v.hasAction?2:-1))},dependencies:[C.Hl,C.$z,ie,ve,ae,e.MD],styles:[".mat-mdc-simple-snack-bar{display:flex}"],encapsulation:2,changeDetection:0})}}return L})();const ue={snackBarState:(0,l.hZ)("state",[(0,l.wk)("void, hidden",(0,l.iF)({transform:"scale(0.8)",opacity:0})),(0,l.wk)("visible",(0,l.iF)({transform:"scale(1)",opacity:1})),(0,l.kY)("* => visible",(0,l.i0)("150ms cubic-bezier(0, 0, 0.2, 1)")),(0,l.kY)("* => void, * => hidden",(0,l.i0)("75ms cubic-bezier(0.4, 0.0, 1, 1)",(0,l.iF)({opacity:0})))])};let be=0,D=(()=>{class L extends x.lb{constructor(_,r,v,z,N){super(),this._ngZone=_,this._elementRef=r,this._changeDetectorRef=v,this._platform=z,this.snackBarConfig=N,this._document=(0,t.WQX)(e.qQ),this._trackedModals=new Set,this._announceDelay=150,this._destroyed=!1,this._onAnnounce=new S.B,this._onExit=new S.B,this._onEnter=new S.B,this._animationState="void",this._liveElementId="mat-snack-bar-container-live-"+be++,this.attachDomPortal=ne=>{this._assertNotAttached();const Ie=this._portalOutlet.attachDomPortal(ne);return this._afterPortalAttached(),Ie},this._live="assertive"!==N.politeness||N.announcementMessage?"off"===N.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(_){this._assertNotAttached();const r=this._portalOutlet.attachComponentPortal(_);return this._afterPortalAttached(),r}attachTemplatePortal(_){this._assertNotAttached();const r=this._portalOutlet.attachTemplatePortal(_);return this._afterPortalAttached(),r}onAnimationEnd(_){const{fromState:r,toState:v}=_;if(("void"===v&&"void"!==r||"hidden"===v)&&this._completeExit(),"visible"===v){const z=this._onEnter;this._ngZone.run(()=>{z.next(),z.complete()})}}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce())}exit(){return this._ngZone.run(()=>{this._animationState="hidden",this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId)}),this._onExit}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit()}_completeExit(){this._ngZone.onMicrotaskEmpty.pipe((0,R.s)(1)).subscribe(()=>{this._ngZone.run(()=>{this._onExit.next(),this._onExit.complete()})})}_afterPortalAttached(){const _=this._elementRef.nativeElement,r=this.snackBarConfig.panelClass;r&&(Array.isArray(r)?r.forEach(N=>_.classList.add(N)):_.classList.add(r)),this._exposeToModals();const v=this._label.nativeElement,z="mdc-snackbar__label";v.classList.toggle(z,!v.querySelector(`.${z}`))}_exposeToModals(){const _=this._liveElementId,r=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let v=0;v{const r=_.getAttribute("aria-owns");if(r){const v=r.replace(this._liveElementId,"").trim();v.length>0?_.setAttribute("aria-owns",v):_.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{const _=this._elementRef.nativeElement.querySelector("[aria-hidden]"),r=this._elementRef.nativeElement.querySelector("[aria-live]");if(_&&r){let v=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&_.contains(document.activeElement)&&(v=document.activeElement),_.removeAttribute("aria-hidden"),r.appendChild(_),v?.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}static{this.\u0275fac=function(r){return new(r||L)(t.rXU(t.SKi),t.rXU(t.aKT),t.rXU(t.gRc),t.rXU(m.OD),t.rXU(Z))}}static{this.\u0275cmp=t.VBU({type:L,selectors:[["mat-snack-bar-container"]],viewQuery:function(r,v){if(1&r&&(t.GBs(x.I3,7),t.GBs(V,7)),2&r){let z;t.mGM(z=t.lsd())&&(v._portalOutlet=z.first),t.mGM(z=t.lsd())&&(v._label=z.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container","mdc-snackbar--open"],hostVars:1,hostBindings:function(r,v){1&r&&t.Kam("@state.done",function(N){return v.onAnimationEnd(N)}),2&r&&t.zvX("@state",v._animationState)},standalone:!0,features:[t.Vt3,t.aNF],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(r,v){1&r&&(t.j41(0,"div",1)(1,"div",2,0)(3,"div",3),t.DNE(4,U,0,0,"ng-template",4),t.k0s(),t.nrm(5,"div"),t.k0s()()),2&r&&(t.R7$(5),t.BMQ("aria-live",v._live)("role",v._role)("id",v._liveElementId))},dependencies:[x.jc,x.I3],styles:['.mdc-snackbar{display:none;position:fixed;right:0;bottom:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;pointer-events:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-snackbar--opening,.mdc-snackbar--open,.mdc-snackbar--closing{display:flex}.mdc-snackbar--open .mdc-snackbar__label,.mdc-snackbar--open .mdc-snackbar__actions{visibility:visible}.mdc-snackbar__surface{padding-left:0;padding-right:8px;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-snackbar__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-snackbar__surface::before{border-color:CanvasText}}[dir=rtl] .mdc-snackbar__surface,.mdc-snackbar__surface[dir=rtl]{padding-left:8px;padding-right:0}.mdc-snackbar--open .mdc-snackbar__surface{transform:scale(1);opacity:1;pointer-events:auto}.mdc-snackbar--closing .mdc-snackbar__surface{transform:scale(1)}.mdc-snackbar__label{padding-left:16px;padding-right:8px;width:100%;flex-grow:1;box-sizing:border-box;margin:0;visibility:hidden;padding-top:14px;padding-bottom:14px}[dir=rtl] .mdc-snackbar__label,.mdc-snackbar__label[dir=rtl]{padding-left:8px;padding-right:16px}.mdc-snackbar__label::before{display:inline;content:attr(data-mdc-snackbar-label-text)}.mdc-snackbar__actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box;visibility:hidden}.mdc-snackbar__action+.mdc-snackbar__dismiss{margin-left:8px;margin-right:0}[dir=rtl] .mdc-snackbar__action+.mdc-snackbar__dismiss,.mdc-snackbar__action+.mdc-snackbar__dismiss[dir=rtl]{margin-left:0;margin-right:8px}.mat-mdc-snack-bar-container{margin:8px;position:static}.mat-mdc-snack-bar-container .mdc-snackbar__surface{min-width:344px}@media(max-width: 480px),(max-width: 344px){.mat-mdc-snack-bar-container .mdc-snackbar__surface{min-width:100%}}@media(max-width: 480px),(max-width: 344px){.mat-mdc-snack-bar-container{width:100vw}}.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:672px}.mat-mdc-snack-bar-container .mdc-snackbar__surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-mdc-snack-bar-container .mdc-snackbar__surface{background-color:var(--mdc-snackbar-container-color)}.mat-mdc-snack-bar-container .mdc-snackbar__surface{border-radius:var(--mdc-snackbar-container-shape)}.mat-mdc-snack-bar-container .mdc-snackbar__label{color:var(--mdc-snackbar-supporting-text-color)}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-size:var(--mdc-snackbar-supporting-text-size);font-family:var(--mdc-snackbar-supporting-text-font);font-weight:var(--mdc-snackbar-supporting-text-weight);line-height:var(--mdc-snackbar-supporting-text-line-height)}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){color:var(--mat-snack-bar-button-color);--mat-text-button-state-layer-color:currentColor;--mat-text-button-ripple-color:currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}.mat-mdc-snack-bar-container .mdc-snackbar__label::before{display:none}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-handset .mdc-snackbar__surface{width:100%}'],encapsulation:2,data:{animation:[ue.snackBarState]}})}}return L})();const c=new t.nKC("mat-snack-bar-default-options",{providedIn:"root",factory:function n(){return new Z}});let f=(()=>{class L{get _openedSnackBarRef(){const _=this._parentSnackBar;return _?_._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(_){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=_:this._snackBarRefAtThisLevel=_}constructor(_,r,v,z,N,ne){this._overlay=_,this._live=r,this._injector=v,this._breakpointObserver=z,this._parentSnackBar=N,this._defaultConfig=ne,this._snackBarRefAtThisLevel=null,this.simpleSnackBarComponent=ye,this.snackBarContainerComponent=D,this.handsetCssClass="mat-mdc-snack-bar-handset"}openFromComponent(_,r){return this._attach(_,r)}openFromTemplate(_,r){return this._attach(_,r)}open(_,r="",v){const z={...this._defaultConfig,...v};return z.data={message:_,action:r},z.announcementMessage===_&&(z.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,z)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(_,r){const z=t.zZn.create({parent:r&&r.viewContainerRef&&r.viewContainerRef.injector||this._injector,providers:[{provide:Z,useValue:r}]}),N=new x.A8(this.snackBarContainerComponent,r.viewContainerRef,z),ne=_.attach(N);return ne.instance.snackBarConfig=r,ne.instance}_attach(_,r){const v={...new Z,...this._defaultConfig,...r},z=this._createOverlay(v),N=this._attachSnackBarContainer(z,v),ne=new Y(N,z);if(_ instanceof t.C4Q){const Ie=new x.VA(_,null,{$implicit:v.data,snackBarRef:ne});ne.instance=N.attachTemplatePortal(Ie)}else{const Ie=this._createInjector(v,ne),at=new x.A8(_,void 0,Ie),Ye=N.attachComponentPortal(at);ne.instance=Ye.instance}return this._breakpointObserver.observe(y.Rp.HandsetPortrait).pipe((0,d.Q)(z.detachments())).subscribe(Ie=>{z.overlayElement.classList.toggle(this.handsetCssClass,Ie.matches)}),v.announcementMessage&&N._onAnnounce.subscribe(()=>{this._live.announce(v.announcementMessage,v.politeness)}),this._animateSnackBar(ne,v),this._openedSnackBarRef=ne,this._openedSnackBarRef}_animateSnackBar(_,r){_.afterDismissed().subscribe(()=>{this._openedSnackBarRef==_&&(this._openedSnackBarRef=null),r.announcementMessage&&this._live.clear()}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{_.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):_.containerInstance.enter(),r.duration&&r.duration>0&&_.afterOpened().subscribe(()=>_._dismissAfter(r.duration))}_createOverlay(_){const r=new T.rR;r.direction=_.direction;let v=this._overlay.position().global();const z="rtl"===_.direction,N="left"===_.horizontalPosition||"start"===_.horizontalPosition&&!z||"end"===_.horizontalPosition&&z,ne=!N&&"center"!==_.horizontalPosition;return N?v.left("0"):ne?v.right("0"):v.centerHorizontally(),"top"===_.verticalPosition?v.top("0"):v.bottom("0"),r.positionStrategy=v,this._overlay.create(r)}_createInjector(_,r){return t.zZn.create({parent:_&&_.viewContainerRef&&_.viewContainerRef.injector||this._injector,providers:[{provide:Y,useValue:r},{provide:$,useValue:_.data}]})}static{this.\u0275fac=function(r){return new(r||L)(t.KVO(T.hJ),t.KVO(w.Ai),t.KVO(t.zZn),t.KVO(y.QP),t.KVO(L,12),t.KVO(c))}}static{this.\u0275prov=t.jDH({token:L,factory:L.\u0275fac,providedIn:"root"})}}return L})(),M=(()=>{class L{static{this.\u0275fac=function(r){return new(r||L)}}static{this.\u0275mod=t.$C({type:L})}static{this.\u0275inj=t.G2t({providers:[f],imports:[T.z_,x.jc,C.Hl,k.yE,ye,D,k.yE]})}}return L})()},2042:(Ve,ee,p)=>{"use strict";p.d(ee,{B4:()=>Y,NQ:()=>D,aE:()=>be});var t=p(4438),e=p(8617),C=p(4085),S=p(7336),l=p(6600),x=p(1413),m=p(7786),R=p(9969);const d=["mat-sort-header",""],w=["*"];function y(n,c){if(1&n){const f=t.RV6();t.j41(0,"div",2),t.bIt("@arrowPosition.start",function(){t.eBV(f);const M=t.XpG();return t.Njj(M._disableViewStateAnimation=!0)})("@arrowPosition.done",function(){t.eBV(f);const M=t.XpG();return t.Njj(M._disableViewStateAnimation=!1)}),t.nrm(1,"div",3),t.j41(2,"div",4),t.nrm(3,"div",5)(4,"div",6)(5,"div",7),t.k0s()()}if(2&n){const f=t.XpG();t.Y8G("@arrowOpacity",f._getArrowViewState())("@arrowPosition",f._getArrowViewState())("@allowChildren",f._getArrowDirectionState()),t.R7$(2),t.Y8G("@indicator",f._getArrowDirectionState()),t.R7$(),t.Y8G("@leftPointer",f._getArrowDirectionState()),t.R7$(),t.Y8G("@rightPointer",f._getArrowDirectionState())}}const U=new t.nKC("MAT_SORT_DEFAULT_OPTIONS"),G=(0,l.mG)((0,l.Ob)(class{}));let Y=(()=>{class n extends G{get direction(){return this._direction}set direction(f){this._direction=f}get disableClear(){return this._disableClear}set disableClear(f){this._disableClear=(0,C.he)(f)}constructor(f){super(),this._defaultOptions=f,this.sortables=new Map,this._stateChanges=new x.B,this.start="asc",this._direction="",this.sortChange=new t.bkB}register(f){this.sortables.set(f.id,f)}deregister(f){this.sortables.delete(f.id)}sort(f){this.active!=f.id?(this.active=f.id,this.direction=f.start?f.start:this.start):this.direction=this.getNextSortDirection(f),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(f){if(!f)return"";let M=function $(n,c){let f=["asc","desc"];return"desc"==n&&f.reverse(),c||f.push(""),f}(f.start||this.start,f?.disableClear??this.disableClear??!!this._defaultOptions?.disableClear),L=M.indexOf(this.direction)+1;return L>=M.length&&(L=0),M[L]}ngOnInit(){this._markInitialized()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}static{this.\u0275fac=function(h){return new(h||n)(t.rXU(U,8))}}static{this.\u0275dir=t.FsC({type:n,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{disabled:[0,"matSortDisabled","disabled"],active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[0,"matSortDisableClear","disableClear"]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[t.Vt3,t.OA$]})}}return n})();const Z=l.ed.ENTERING+" "+l.r5.STANDARD_CURVE,ie={indicator:(0,R.hZ)("indicator",[(0,R.wk)("active-asc, asc",(0,R.iF)({transform:"translateY(0px)"})),(0,R.wk)("active-desc, desc",(0,R.iF)({transform:"translateY(10px)"})),(0,R.kY)("active-asc <=> active-desc",(0,R.i0)(Z))]),leftPointer:(0,R.hZ)("leftPointer",[(0,R.wk)("active-asc, asc",(0,R.iF)({transform:"rotate(-45deg)"})),(0,R.wk)("active-desc, desc",(0,R.iF)({transform:"rotate(45deg)"})),(0,R.kY)("active-asc <=> active-desc",(0,R.i0)(Z))]),rightPointer:(0,R.hZ)("rightPointer",[(0,R.wk)("active-asc, asc",(0,R.iF)({transform:"rotate(45deg)"})),(0,R.wk)("active-desc, desc",(0,R.iF)({transform:"rotate(-45deg)"})),(0,R.kY)("active-asc <=> active-desc",(0,R.i0)(Z))]),arrowOpacity:(0,R.hZ)("arrowOpacity",[(0,R.wk)("desc-to-active, asc-to-active, active",(0,R.iF)({opacity:1})),(0,R.wk)("desc-to-hint, asc-to-hint, hint",(0,R.iF)({opacity:.54})),(0,R.wk)("hint-to-desc, active-to-desc, desc, hint-to-asc, active-to-asc, asc, void",(0,R.iF)({opacity:0})),(0,R.kY)("* => asc, * => desc, * => active, * => hint, * => void",(0,R.i0)("0ms")),(0,R.kY)("* <=> *",(0,R.i0)(Z))]),arrowPosition:(0,R.hZ)("arrowPosition",[(0,R.kY)("* => desc-to-hint, * => desc-to-active",(0,R.i0)(Z,(0,R.i7)([(0,R.iF)({transform:"translateY(-25%)"}),(0,R.iF)({transform:"translateY(0)"})]))),(0,R.kY)("* => hint-to-desc, * => active-to-desc",(0,R.i0)(Z,(0,R.i7)([(0,R.iF)({transform:"translateY(0)"}),(0,R.iF)({transform:"translateY(25%)"})]))),(0,R.kY)("* => asc-to-hint, * => asc-to-active",(0,R.i0)(Z,(0,R.i7)([(0,R.iF)({transform:"translateY(25%)"}),(0,R.iF)({transform:"translateY(0)"})]))),(0,R.kY)("* => hint-to-asc, * => active-to-asc",(0,R.i0)(Z,(0,R.i7)([(0,R.iF)({transform:"translateY(0)"}),(0,R.iF)({transform:"translateY(-25%)"})]))),(0,R.wk)("desc-to-hint, asc-to-hint, hint, desc-to-active, asc-to-active, active",(0,R.iF)({transform:"translateY(0)"})),(0,R.wk)("hint-to-desc, active-to-desc, desc",(0,R.iF)({transform:"translateY(-25%)"})),(0,R.wk)("hint-to-asc, active-to-asc, asc",(0,R.iF)({transform:"translateY(25%)"}))]),allowChildren:(0,R.hZ)("allowChildren",[(0,R.kY)("* <=> *",[(0,R.P)("@*",(0,R.MA)(),{optional:!0})])])};let ve=(()=>{class n{constructor(){this.changes=new x.B}static{this.\u0275fac=function(h){return new(h||n)}}static{this.\u0275prov=t.jDH({token:n,factory:n.\u0275fac,providedIn:"root"})}}return n})();const ye={provide:ve,deps:[[new t.Xx1,new t.kdw,ve]],useFactory:function ae(n){return n||new ve}},ue=(0,l.Ob)(class{});let be=(()=>{class n extends ue{get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(f){this._updateSortActionDescription(f)}get disableClear(){return this._disableClear}set disableClear(f){this._disableClear=(0,C.he)(f)}constructor(f,h,M,L,O,_,r,v){super(),this._intl=f,this._changeDetectorRef=h,this._sort=M,this._columnDef=L,this._focusMonitor=O,this._elementRef=_,this._ariaDescriber=r,this._showIndicatorHint=!1,this._viewState={},this._arrowDirection="",this._disableViewStateAnimation=!1,this.arrowPosition="after",this._sortActionDescription="Sort",v?.arrowPosition&&(this.arrowPosition=v?.arrowPosition),this._handleStateChanges()}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._updateArrowDirection(),this._setAnimationTransitionState({toState:this._isSorted()?"active":this._arrowDirection}),this._sort.register(this),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(f=>{const h=!!f;h!==this._showIndicatorHint&&(this._setIndicatorHintVisible(h),this._changeDetectorRef.markForCheck())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),this._rerenderSubscription.unsubscribe()}_setIndicatorHintVisible(f){this._isDisabled()&&f||(this._showIndicatorHint=f,this._isSorted()||(this._updateArrowDirection(),this._setAnimationTransitionState(this._showIndicatorHint?{fromState:this._arrowDirection,toState:"hint"}:{fromState:"hint",toState:this._arrowDirection})))}_setAnimationTransitionState(f){this._viewState=f||{},this._disableViewStateAnimation&&(this._viewState={toState:f.toState})}_toggleOnInteraction(){this._sort.sort(this),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0)}_handleClick(){this._isDisabled()||this._sort.sort(this)}_handleKeydown(f){!this._isDisabled()&&(f.keyCode===S.t6||f.keyCode===S.Fm)&&(f.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)}_getArrowDirectionState(){return`${this._isSorted()?"active-":""}${this._arrowDirection}`}_getArrowViewState(){const f=this._viewState.fromState;return(f?`${f}-to-`:"")+this._viewState.toState}_updateArrowDirection(){this._arrowDirection=this._isSorted()?this._sort.direction:this.start||this._sort.start}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(f){this._sortButton&&(this._ariaDescriber?.removeDescription(this._sortButton,this._sortActionDescription),this._ariaDescriber?.describe(this._sortButton,f)),this._sortActionDescription=f}_handleStateChanges(){this._rerenderSubscription=(0,m.h)(this._sort.sortChange,this._sort._stateChanges,this._intl.changes).subscribe(()=>{this._isSorted()&&(this._updateArrowDirection(),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0),this._setAnimationTransitionState({fromState:this._arrowDirection,toState:"active"}),this._showIndicatorHint=!1),!this._isSorted()&&this._viewState&&"active"===this._viewState.toState&&(this._disableViewStateAnimation=!1,this._setAnimationTransitionState({fromState:"active",toState:this._arrowDirection})),this._changeDetectorRef.markForCheck()})}static{this.\u0275fac=function(h){return new(h||n)(t.rXU(ve),t.rXU(t.gRc),t.rXU(Y,8),t.rXU("MAT_SORT_HEADER_COLUMN_DEF",8),t.rXU(e.FN),t.rXU(t.aKT),t.rXU(e.vr,8),t.rXU(U,8))}}static{this.\u0275cmp=t.VBU({type:n,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(h,M){1&h&&t.bIt("click",function(){return M._handleClick()})("keydown",function(O){return M._handleKeydown(O)})("mouseenter",function(){return M._setIndicatorHintVisible(!0)})("mouseleave",function(){return M._setIndicatorHintVisible(!1)}),2&h&&(t.BMQ("aria-sort",M._getAriaSortAttribute()),t.AVh("mat-sort-header-disabled",M._isDisabled()))},inputs:{disabled:"disabled",id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",sortActionDescription:"sortActionDescription",disableClear:"disableClear"},exportAs:["matSortHeader"],features:[t.Vt3],attrs:d,ngContentSelectors:w,decls:4,vars:7,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],[1,"mat-sort-header-arrow"],[1,"mat-sort-header-stem"],[1,"mat-sort-header-indicator"],[1,"mat-sort-header-pointer-left"],[1,"mat-sort-header-pointer-right"],[1,"mat-sort-header-pointer-middle"]],template:function(h,M){1&h&&(t.NAR(),t.j41(0,"div",0)(1,"div",1),t.SdG(2),t.k0s(),t.DNE(3,y,6,6,"div",2),t.k0s()),2&h&&(t.AVh("mat-sort-header-sorted",M._isSorted())("mat-sort-header-position-before","before"===M.arrowPosition),t.BMQ("tabindex",M._isDisabled()?null:0)("role",M._isDisabled()?null:"button"),t.R7$(3),t.vxM(M._renderArrow()?3:-1))},styles:[".mat-sort-header-container{display:flex;cursor:pointer;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-disabled .mat-sort-header-container{cursor:default}.mat-sort-header-container::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-sort-header-content{text-align:center;display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}.mat-sort-header-arrow{height:12px;width:12px;min-width:12px;position:relative;display:flex;color:var(--mat-sort-arrow-color);opacity:0}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}.mat-sort-header-stem{background:currentColor;height:10px;width:2px;margin:auto;display:flex;align-items:center}.cdk-high-contrast-active .mat-sort-header-stem{width:0;border-left:solid 2px}.mat-sort-header-indicator{width:100%;height:2px;display:flex;align-items:center;position:absolute;top:0;left:0}.mat-sort-header-pointer-middle{margin:auto;height:2px;width:2px;background:currentColor;transform:rotate(45deg)}.cdk-high-contrast-active .mat-sort-header-pointer-middle{width:0;height:0;border-top:solid 2px;border-left:solid 2px}.mat-sort-header-pointer-left,.mat-sort-header-pointer-right{background:currentColor;width:6px;height:2px;position:absolute;top:0}.cdk-high-contrast-active .mat-sort-header-pointer-left,.cdk-high-contrast-active .mat-sort-header-pointer-right{width:0;height:0;border-left:solid 6px;border-top:solid 2px}.mat-sort-header-pointer-left{transform-origin:right;left:0}.mat-sort-header-pointer-right{transform-origin:left;right:0}"],encapsulation:2,data:{animation:[ie.indicator,ie.leftPointer,ie.rightPointer,ie.arrowOpacity,ie.arrowPosition,ie.allowChildren]},changeDetection:0})}}return n})(),D=(()=>{class n{static{this.\u0275fac=function(h){return new(h||n)}}static{this.\u0275mod=t.$C({type:n})}static{this.\u0275inj=t.G2t({providers:[ye],imports:[l.yE]})}}return n})()},6013:(Ve,ee,p)=>{"use strict";p.d(ee,{F7:()=>fe,FR:()=>he,M6:()=>se,Ti:()=>ne,V5:()=>We,aP:()=>et,xJ:()=>de});var t=p(6939),e=p(7768),C=p(177),S=p(4438),l=p(6600),x=p(9213),m=p(8617),R=p(1413),d=p(8359),w=p(8203),y=p(5558),T=p(6354),k=p(9172),F=p(6977),V=p(3294),U=p(9969);function G(Ke,Ct){if(1&Ke&&S.eu8(0,2),2&Ke){const _t=S.XpG();S.Y8G("ngTemplateOutlet",_t.iconOverrides[_t.state])("ngTemplateOutletContext",_t._getIconContext())}}function Y(Ke,Ct){if(1&Ke&&(S.j41(0,"span",7),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG(2);S.R7$(),S.JRh(_t._getDefaultTextForState(_t.state))}}function $(Ke,Ct){if(1&Ke&&(S.j41(0,"span",8),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG(3);S.R7$(),S.JRh(_t._intl.completedLabel)}}function Z(Ke,Ct){if(1&Ke&&(S.j41(0,"span",8),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG(3);S.R7$(),S.JRh(_t._intl.editableLabel)}}function ie(Ke,Ct){if(1&Ke&&(S.DNE(0,$,2,1,"span",8)(1,Z,2,1,"span",8),S.j41(2,"mat-icon",7),S.EFF(3),S.k0s()),2&Ke){const _t=S.XpG(2);S.vxM("done"===_t.state?0:"edit"===_t.state?1:-1),S.R7$(3),S.JRh(_t._getDefaultTextForState(_t.state))}}function ve(Ke,Ct){if(1&Ke&&S.DNE(0,Y,2,1,"span",7)(1,ie,4,2,"mat-icon",7),2&Ke){let _t;const Nt=S.XpG();S.vxM("number"===(_t=Nt.state)?0:1)}}function ae(Ke,Ct){1&Ke&&(S.j41(0,"div",4),S.eu8(1,9),S.k0s()),2&Ke&&(S.R7$(),S.Y8G("ngTemplateOutlet",Ct.template))}function ye(Ke,Ct){if(1&Ke&&(S.j41(0,"div",4),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG();S.R7$(),S.JRh(_t.label)}}function ue(Ke,Ct){if(1&Ke&&(S.j41(0,"div",5),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG();S.R7$(),S.JRh(_t._intl.optionalLabel)}}function be(Ke,Ct){if(1&Ke&&(S.j41(0,"div",6),S.EFF(1),S.k0s()),2&Ke){const _t=S.XpG();S.R7$(),S.JRh(_t.errorMessage)}}const D=["*"];function n(Ke,Ct){}function c(Ke,Ct){if(1&Ke&&(S.SdG(0),S.DNE(1,n,0,0,"ng-template",0)),2&Ke){const _t=S.XpG();S.R7$(),S.Y8G("cdkPortalOutlet",_t._portal)}}const f=(Ke,Ct)=>({step:Ke,i:Ct}),h=Ke=>({animationDuration:Ke}),M=(Ke,Ct)=>({value:Ke,params:Ct});function L(Ke,Ct){1&Ke&&S.nrm(0,"div",6)}function O(Ke,Ct){if(1&Ke&&(S.eu8(0,5),S.DNE(1,L,1,0,"div",6)),2&Ke){const _t=Ct.$implicit,Nt=Ct.$index,ke=Ct.$count;S.XpG(2);const Je=S.sdS(3);S.Y8G("ngTemplateOutlet",Je)("ngTemplateOutletContext",S.l_i(3,f,_t,Nt)),S.R7$(),S.vxM(Nt!==ke-1?1:-1)}}function _(Ke,Ct){if(1&Ke){const _t=S.RV6();S.j41(0,"div",7),S.bIt("@horizontalStepTransition.done",function(ke){S.eBV(_t);const Je=S.XpG(2);return S.Njj(Je._animationDone.next(ke))}),S.eu8(1,8),S.k0s()}if(2&Ke){const _t=Ct.$implicit,Nt=Ct.$index,ke=S.XpG(2);S.AVh("mat-horizontal-stepper-content-inactive",ke.selectedIndex!==Nt),S.Y8G("@horizontalStepTransition",S.l_i(8,M,ke._getAnimationDirection(Nt),S.eq3(6,h,ke._getAnimationDuration())))("id",ke._getStepContentId(Nt)),S.BMQ("aria-labelledby",ke._getStepLabelId(Nt)),S.R7$(),S.Y8G("ngTemplateOutlet",_t.content)}}function r(Ke,Ct){if(1&Ke&&(S.j41(0,"div",1)(1,"div",2),S.Z7z(2,O,2,6,null,null,S.fX1),S.k0s(),S.j41(4,"div",3),S.Z7z(5,_,2,11,"div",4,S.fX1),S.k0s()()),2&Ke){const _t=S.XpG();S.R7$(2),S.Dyx(_t.steps),S.R7$(3),S.Dyx(_t.steps)}}function v(Ke,Ct){if(1&Ke){const _t=S.RV6();S.j41(0,"div",9),S.eu8(1,5),S.j41(2,"div",10)(3,"div",11),S.bIt("@verticalStepTransition.done",function(ke){S.eBV(_t);const Je=S.XpG(2);return S.Njj(Je._animationDone.next(ke))}),S.j41(4,"div",12),S.eu8(5,8),S.k0s()()()()}if(2&Ke){const _t=Ct.$implicit,Nt=Ct.$index,ke=Ct.$count,Je=S.XpG(2),Qe=S.sdS(3);S.R7$(),S.Y8G("ngTemplateOutlet",Qe)("ngTemplateOutletContext",S.l_i(10,f,_t,Nt)),S.R7$(),S.AVh("mat-stepper-vertical-line",Nt!==ke-1),S.R7$(),S.AVh("mat-vertical-stepper-content-inactive",Je.selectedIndex!==Nt),S.Y8G("@verticalStepTransition",S.l_i(15,M,Je._getAnimationDirection(Nt),S.eq3(13,h,Je._getAnimationDuration())))("id",Je._getStepContentId(Nt)),S.BMQ("aria-labelledby",Je._getStepLabelId(Nt)),S.R7$(2),S.Y8G("ngTemplateOutlet",_t.content)}}function z(Ke,Ct){if(1&Ke&&S.Z7z(0,v,6,18,"div",9,S.fX1),2&Ke){const _t=S.XpG();S.Dyx(_t.steps)}}function N(Ke,Ct){if(1&Ke){const _t=S.RV6();S.j41(0,"mat-step-header",13),S.bIt("click",function(){const ke=S.eBV(_t).step;return S.Njj(ke.select())})("keydown",function(ke){S.eBV(_t);const Je=S.XpG();return S.Njj(Je._onKeydown(ke))}),S.k0s()}if(2&Ke){const _t=Ct.step,Nt=Ct.i,ke=S.XpG();S.AVh("mat-horizontal-stepper-header","horizontal"===ke.orientation)("mat-vertical-stepper-header","vertical"===ke.orientation),S.Y8G("tabIndex",ke._getFocusIndex()===Nt?0:-1)("id",ke._getStepLabelId(Nt))("index",Nt)("state",ke._getIndicatorType(Nt,_t.state))("label",_t.stepLabel||_t.label)("selected",ke.selectedIndex===Nt)("active",ke._stepIsNavigable(Nt,_t))("optional",_t.optional)("errorMessage",_t.errorMessage)("iconOverrides",ke._iconOverrides)("disableRipple",ke.disableRipple||!ke._stepIsNavigable(Nt,_t))("color",_t.color||ke.color),S.BMQ("aria-posinset",Nt+1)("aria-setsize",ke.steps.length)("aria-controls",ke._getStepContentId(Nt))("aria-selected",ke.selectedIndex==Nt)("aria-label",_t.ariaLabel||null)("aria-labelledby",!_t.ariaLabel&&_t.ariaLabelledby?_t.ariaLabelledby:null)("aria-disabled",!ke._stepIsNavigable(Nt,_t)||null)}}let ne=(()=>{class Ke extends e.nb{static{this.\u0275fac=(()=>{let _t;return function(ke){return(_t||(_t=S.xGo(Ke)))(ke||Ke)}})()}static{this.\u0275dir=S.FsC({type:Ke,selectors:[["","matStepLabel",""]],features:[S.Vt3]})}}return Ke})(),Ie=(()=>{class Ke{constructor(){this.changes=new R.B,this.optionalLabel="Optional",this.completedLabel="Completed",this.editableLabel="Editable"}static{this.\u0275fac=function(Nt){return new(Nt||Ke)}}static{this.\u0275prov=S.jDH({token:Ke,factory:Ke.\u0275fac,providedIn:"root"})}}return Ke})();const Ye={provide:Ie,deps:[[new S.Xx1,new S.kdw,Ie]],useFactory:function at(Ke){return Ke||new Ie}},rt=(0,l.Zc)(class extends e.oX{constructor(Ct){super(Ct)}},"primary");let re=(()=>{class Ke extends rt{constructor(_t,Nt,ke,Je){super(ke),this._intl=_t,this._focusMonitor=Nt,this._intlSubscription=_t.changes.subscribe(()=>Je.markForCheck())}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._intlSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._elementRef)}focus(_t,Nt){_t?this._focusMonitor.focusVia(this._elementRef,_t,Nt):this._elementRef.nativeElement.focus(Nt)}_stringLabel(){return this.label instanceof ne?null:this.label}_templateLabel(){return this.label instanceof ne?this.label:null}_getHostElement(){return this._elementRef.nativeElement}_getIconContext(){return{index:this.index,active:this.active,optional:this.optional}}_getDefaultTextForState(_t){return"number"==_t?`${this.index+1}`:"edit"==_t?"create":"error"==_t?"warning":_t}static{this.\u0275fac=function(Nt){return new(Nt||Ke)(S.rXU(Ie),S.rXU(m.FN),S.rXU(S.aKT),S.rXU(S.gRc))}}static{this.\u0275cmp=S.VBU({type:Ke,selectors:[["mat-step-header"]],hostAttrs:["role","tab",1,"mat-step-header"],inputs:{color:"color",state:"state",label:"label",errorMessage:"errorMessage",iconOverrides:"iconOverrides",index:"index",selected:"selected",active:"active",optional:"optional",disableRipple:"disableRipple"},features:[S.Vt3],decls:10,vars:17,consts:[["matRipple","",1,"mat-step-header-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-step-icon-content"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-step-label"],[1,"mat-step-text-label"],[1,"mat-step-optional"],[1,"mat-step-sub-label-error"],["aria-hidden","true"],[1,"cdk-visually-hidden"],[3,"ngTemplateOutlet"]],template:function(Nt,ke){if(1&Nt&&(S.nrm(0,"div",0),S.j41(1,"div")(2,"div",1),S.DNE(3,G,1,2,"ng-container",2)(4,ve,2,1),S.k0s()(),S.j41(5,"div",3),S.DNE(6,ae,2,1,"div",4)(7,ye,2,1,"div",4)(8,ue,2,1,"div",5)(9,be,2,1,"div",6),S.k0s()),2&Nt){let Je;S.Y8G("matRippleTrigger",ke._getHostElement())("matRippleDisabled",ke.disableRipple),S.R7$(),S.ZvI("mat-step-icon-state-",ke.state," mat-step-icon"),S.AVh("mat-step-icon-selected",ke.selected),S.R7$(2),S.vxM(ke.iconOverrides&&ke.iconOverrides[ke.state]?3:4),S.R7$(2),S.AVh("mat-step-label-active",ke.active)("mat-step-label-selected",ke.selected)("mat-step-label-error","error"==ke.state),S.R7$(),S.vxM((Je=ke._templateLabel())?6:ke._stringLabel()?7:-1,Je),S.R7$(2),S.vxM(ke.optional&&"error"!=ke.state?8:-1),S.R7$(),S.vxM("error"===ke.state?9:-1)}},dependencies:[C.T3,x.An,l.r6],styles:['.mat-step-header{overflow:hidden;outline:none;cursor:pointer;position:relative;box-sizing:content-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-step-header:focus .mat-focus-indicator::before{content:""}.mat-step-header:hover[aria-disabled=true]{cursor:default}.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:var(--mat-stepper-header-hover-state-layer-color)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused{background-color:var(--mat-stepper-header-focus-state-layer-color)}@media(hover: none){.mat-step-header:hover{background:none}}.cdk-high-contrast-active .mat-step-header{outline:solid 1px}.cdk-high-contrast-active .mat-step-header[aria-selected=true] .mat-step-label{text-decoration:underline}.cdk-high-contrast-active .mat-step-header[aria-disabled=true]{outline-color:GrayText}.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-label,.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-icon,.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-optional{color:GrayText}.mat-step-optional{font-size:12px;color:var(--mat-stepper-header-optional-label-text-color)}.mat-step-sub-label-error{font-size:12px;font-weight:normal}.mat-step-icon{border-radius:50%;height:24px;width:24px;flex-shrink:0;position:relative;color:var(--mat-stepper-header-icon-foreground-color);background-color:var(--mat-stepper-header-icon-background-color)}.mat-step-icon-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-icon-state-error{background-color:var(--mat-stepper-header-error-state-icon-background-color);color:var(--mat-stepper-header-error-state-icon-foreground-color)}.mat-step-icon-state-error .mat-icon{font-size:24px;height:24px;width:24px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle;font-family:var(--mat-stepper-header-label-text-font);font-size:var(--mat-stepper-header-label-text-size);font-weight:var(--mat-stepper-header-label-text-weight);color:var(--mat-stepper-header-label-text-color)}.mat-step-label.mat-step-label-active{color:var(--mat-stepper-header-selected-state-label-text-color)}.mat-step-label.mat-step-label-error{color:var(--mat-stepper-header-error-state-label-text-color);font-size:var(--mat-stepper-header-error-state-label-text-size)}.mat-step-label.mat-step-label-selected{font-size:var(--mat-stepper-header-selected-state-label-text-size);font-weight:var(--mat-stepper-header-selected-state-label-text-weight)}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}.mat-step-header .mat-step-header-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-step-icon-selected{background-color:var(--mat-stepper-header-selected-state-icon-background-color);color:var(--mat-stepper-header-selected-state-icon-foreground-color)}.mat-step-icon-state-done{background-color:var(--mat-stepper-header-done-state-icon-background-color);color:var(--mat-stepper-header-done-state-icon-foreground-color)}.mat-step-icon-state-edit{background-color:var(--mat-stepper-header-edit-state-icon-background-color);color:var(--mat-stepper-header-edit-state-icon-foreground-color)}'],encapsulation:2,changeDetection:0})}}return Ke})();const _e={horizontalStepTransition:(0,U.hZ)("horizontalStepTransition",[(0,U.wk)("previous",(0,U.iF)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"})),(0,U.wk)("current",(0,U.iF)({transform:"none",visibility:"inherit"})),(0,U.wk)("next",(0,U.iF)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"})),(0,U.kY)("* => *",(0,U.Os)([(0,U.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)"),(0,U.P)("@*",(0,U.MA)(),{optional:!0})]),{params:{animationDuration:"500ms"}})]),verticalStepTransition:(0,U.hZ)("verticalStepTransition",[(0,U.wk)("previous",(0,U.iF)({height:"0px",visibility:"hidden"})),(0,U.wk)("next",(0,U.iF)({height:"0px",visibility:"hidden"})),(0,U.wk)("current",(0,U.iF)({height:"*",visibility:"inherit"})),(0,U.kY)("* <=> current",(0,U.Os)([(0,U.i0)("{{animationDuration}} cubic-bezier(0.4, 0.0, 0.2, 1)"),(0,U.P)("@*",(0,U.MA)(),{optional:!0})]),{params:{animationDuration:"225ms"}})])};let de=(()=>{class Ke{constructor(_t){this.templateRef=_t}static{this.\u0275fac=function(Nt){return new(Nt||Ke)(S.rXU(S.C4Q))}}static{this.\u0275dir=S.FsC({type:Ke,selectors:[["ng-template","matStepperIcon",""]],inputs:{name:[0,"matStepperIcon","name"]}})}}return Ke})(),pe=(()=>{class Ke{constructor(_t){this._template=_t}static{this.\u0275fac=function(Nt){return new(Nt||Ke)(S.rXU(S.C4Q))}}static{this.\u0275dir=S.FsC({type:Ke,selectors:[["ng-template","matStepContent",""]]})}}return Ke})(),We=(()=>{class Ke extends e.VI{constructor(_t,Nt,ke,Je){super(_t,Je),this._errorStateMatcher=Nt,this._viewContainerRef=ke,this._isSelected=d.yU.EMPTY,this.stepLabel=void 0}ngAfterContentInit(){this._isSelected=this._stepper.steps.changes.pipe((0,y.n)(()=>this._stepper.selectionChange.pipe((0,T.T)(_t=>_t.selectedStep===this),(0,k.Z)(this._stepper.selected===this)))).subscribe(_t=>{_t&&this._lazyContent&&!this._portal&&(this._portal=new t.VA(this._lazyContent._template,this._viewContainerRef))})}ngOnDestroy(){this._isSelected.unsubscribe()}isErrorState(_t,Nt){return this._errorStateMatcher.isErrorState(_t,Nt)||!!(_t&&_t.invalid&&this.interacted)}static{this.\u0275fac=function(Nt){return new(Nt||Ke)(S.rXU((0,S.Rfq)(()=>se)),S.rXU(l.es,4),S.rXU(S.c1b),S.rXU(e.x8,8))}}static{this.\u0275cmp=S.VBU({type:Ke,selectors:[["mat-step"]],contentQueries:function(Nt,ke,Je){if(1&Nt&&(S.wni(Je,ne,5),S.wni(Je,pe,5)),2&Nt){let Qe;S.mGM(Qe=S.lsd())&&(ke.stepLabel=Qe.first),S.mGM(Qe=S.lsd())&&(ke._lazyContent=Qe.first)}},inputs:{color:"color"},exportAs:["matStep"],features:[S.Jv_([{provide:l.es,useExisting:Ke},{provide:e.VI,useExisting:Ke}]),S.Vt3],ngContentSelectors:D,decls:1,vars:0,consts:[[3,"cdkPortalOutlet"]],template:function(Nt,ke){1&Nt&&(S.NAR(),S.DNE(0,c,2,1,"ng-template"))},dependencies:[t.I3],encapsulation:2,changeDetection:0})}}return Ke})(),se=(()=>{class Ke extends e.Up{get animationDuration(){return this._animationDuration}set animationDuration(_t){this._animationDuration=/^\d+$/.test(_t)?_t+"ms":_t}constructor(_t,Nt,ke){super(_t,Nt,ke),this._stepHeader=void 0,this._steps=void 0,this.steps=new S.rOR,this.animationDone=new S.bkB,this.labelPosition="end",this.headerPosition="top",this._iconOverrides={},this._animationDone=new R.B,this._animationDuration="";const Je=ke.nativeElement.nodeName.toLowerCase();this.orientation="mat-vertical-stepper"===Je?"vertical":"horizontal"}ngAfterContentInit(){super.ngAfterContentInit(),this._icons.forEach(({name:_t,templateRef:Nt})=>this._iconOverrides[_t]=Nt),this.steps.changes.pipe((0,F.Q)(this._destroyed)).subscribe(()=>{this._stateChanged()}),this._animationDone.pipe((0,V.F)((_t,Nt)=>_t.fromState===Nt.fromState&&_t.toState===Nt.toState),(0,F.Q)(this._destroyed)).subscribe(_t=>{"current"===_t.toState&&this.animationDone.emit()})}_stepIsNavigable(_t,Nt){return Nt.completed||this.selectedIndex===_t||!this.linear}_getAnimationDuration(){return this.animationDuration?this.animationDuration:"horizontal"===this.orientation?"500ms":"225ms"}static{this.\u0275fac=function(Nt){return new(Nt||Ke)(S.rXU(w.dS,8),S.rXU(S.gRc),S.rXU(S.aKT))}}static{this.\u0275cmp=S.VBU({type:Ke,selectors:[["mat-stepper"],["mat-vertical-stepper"],["mat-horizontal-stepper"],["","matStepper",""]],contentQueries:function(Nt,ke,Je){if(1&Nt&&(S.wni(Je,We,5),S.wni(Je,de,5)),2&Nt){let Qe;S.mGM(Qe=S.lsd())&&(ke._steps=Qe),S.mGM(Qe=S.lsd())&&(ke._icons=Qe)}},viewQuery:function(Nt,ke){if(1&Nt&&S.GBs(re,5),2&Nt){let Je;S.mGM(Je=S.lsd())&&(ke._stepHeader=Je)}},hostAttrs:["role","tablist","ngSkipHydration",""],hostVars:11,hostBindings:function(Nt,ke){2&Nt&&(S.BMQ("aria-orientation",ke.orientation),S.AVh("mat-stepper-horizontal","horizontal"===ke.orientation)("mat-stepper-vertical","vertical"===ke.orientation)("mat-stepper-label-position-end","horizontal"===ke.orientation&&"end"==ke.labelPosition)("mat-stepper-label-position-bottom","horizontal"===ke.orientation&&"bottom"==ke.labelPosition)("mat-stepper-header-position-bottom","bottom"===ke.headerPosition))},inputs:{selectedIndex:"selectedIndex",disableRipple:"disableRipple",color:"color",labelPosition:"labelPosition",headerPosition:"headerPosition",animationDuration:"animationDuration"},outputs:{animationDone:"animationDone"},exportAs:["matStepper","matVerticalStepper","matHorizontalStepper"],features:[S.Jv_([{provide:e.Up,useExisting:Ke}]),S.Vt3],decls:4,vars:1,consts:[["stepTemplate",""],[1,"mat-horizontal-stepper-wrapper"],[1,"mat-horizontal-stepper-header-container"],[1,"mat-horizontal-content-container"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id","mat-horizontal-stepper-content-inactive"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-stepper-horizontal-line"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id"],[3,"ngTemplateOutlet"],[1,"mat-step"],[1,"mat-vertical-content-container"],["role","tabpanel",1,"mat-vertical-stepper-content",3,"id"],[1,"mat-vertical-content"],[3,"click","keydown","tabIndex","id","index","state","label","selected","active","optional","errorMessage","iconOverrides","disableRipple","color"]],template:function(Nt,ke){if(1&Nt&&S.DNE(0,r,7,0,"div",1)(1,z,2,0)(2,N,1,23,"ng-template",null,0,S.C5r),2&Nt){let Je;S.vxM("horizontal"===(Je=ke.orientation)?0:"vertical"===Je?1:-1)}},dependencies:[C.T3,re],styles:['.mat-stepper-vertical,.mat-stepper-horizontal{display:block;font-family:var(--mat-stepper-container-text-font);background:var(--mat-stepper-container-color)}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{align-items:flex-start}.mat-stepper-header-position-bottom .mat-horizontal-stepper-header-container{order:1}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px;border-top-color:var(--mat-stepper-line-color)}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{margin:0;min-width:0;position:relative;top:calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{border-top-width:1px;border-top-style:solid;content:"";display:inline-block;height:0;position:absolute;width:calc(50% - 20px)}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px;height:var(--mat-stepper-header-height)}.mat-horizontal-stepper-header .mat-step-icon{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:8px}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after{border-top-color:var(--mat-stepper-line-color)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{padding:calc((var(--mat-stepper-header-height) - 24px) / 2) 24px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after{top:calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{box-sizing:border-box;flex-direction:column;height:auto}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{right:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before{left:0}[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after{display:none}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label{padding:16px 0 0 0;text-align:center;width:100%}.mat-vertical-stepper-header{display:flex;align-items:center;height:24px;padding:calc((var(--mat-stepper-header-height) - 24px) / 2) 24px}.mat-vertical-stepper-header .mat-step-icon{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon{margin-right:0;margin-left:12px}.mat-horizontal-stepper-wrapper{display:flex;flex-direction:column}.mat-horizontal-stepper-content{outline:0}.mat-horizontal-stepper-content.mat-horizontal-stepper-content-inactive{height:0;overflow:hidden}.mat-horizontal-stepper-content:not(.mat-horizontal-stepper-content-inactive){visibility:inherit !important}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.cdk-high-contrast-active .mat-horizontal-content-container{outline:solid 1px}.mat-stepper-header-position-bottom .mat-horizontal-content-container{padding:24px 24px 0 24px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}.cdk-high-contrast-active .mat-vertical-content-container{outline:solid 1px}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:"";position:absolute;left:0;border-left-width:1px;border-left-style:solid;border-left-color:var(--mat-stepper-line-color);top:calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2));bottom:calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2))}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden;outline:0}.mat-vertical-stepper-content:not(.mat-vertical-stepper-content-inactive){visibility:inherit !important}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}'],encapsulation:2,data:{animation:[_e.horizontalStepTransition,_e.verticalStepTransition]},changeDetection:0})}}return Ke})(),fe=(()=>{class Ke extends e.v5{static{this.\u0275fac=(()=>{let _t;return function(ke){return(_t||(_t=S.xGo(Ke)))(ke||Ke)}})()}static{this.\u0275dir=S.FsC({type:Ke,selectors:[["button","matStepperNext",""]],hostAttrs:[1,"mat-stepper-next"],hostVars:1,hostBindings:function(Nt,ke){2&Nt&&S.Mr5("type",ke.type)},inputs:{type:"type"},features:[S.Vt3]})}}return Ke})(),he=(()=>{class Ke extends e.FK{static{this.\u0275fac=(()=>{let _t;return function(ke){return(_t||(_t=S.xGo(Ke)))(ke||Ke)}})()}static{this.\u0275dir=S.FsC({type:Ke,selectors:[["button","matStepperPrevious",""]],hostAttrs:[1,"mat-stepper-previous"],hostVars:1,hostBindings:function(Nt,ke){2&Nt&&S.Mr5("type",ke.type)},inputs:{type:"type"},features:[S.Vt3]})}}return Ke})(),et=(()=>{class Ke{static{this.\u0275fac=function(Nt){return new(Nt||Ke)}}static{this.\u0275mod=S.$C({type:Ke})}static{this.\u0275inj=S.G2t({providers:[Ye,l.es],imports:[l.yE,C.MD,t.jc,e.uY,x.m_,l.pZ,l.yE]})}}return Ke})()},9159:(Ve,ee,p)=>{"use strict";p.d(ee,{$R:()=>$e,YV:()=>Me,cC:()=>Oe,Qo:()=>De,Zq:()=>Pe,iF:()=>zt,xW:()=>Kt,KS:()=>we,tL:()=>Xe,YZ:()=>Qt,ji:()=>Ft,NB:()=>Xi,iL:()=>fi,Zl:()=>ce,I6:()=>nn,tP:()=>Qi});var t=p(4438),e=p(8203),C=p(5024),S=p(6860),l=p(5542),x=p(177),m=p(1413),R=p(2806),d=p(4412),w=p(4402),y=p(7673),T=p(6977),k=p(6697),F=p(4085);const V=[[["caption"]],[["colgroup"],["col"]]],U=["caption","colgroup, col"];function $(st){return class extends st{get sticky(){return this._sticky}set sticky(ii){const Se=this._sticky;this._sticky=(0,F.he)(ii),this._hasStickyChanged=Se!==this._sticky}hasStickyChanged(){const ii=this._hasStickyChanged;return this._hasStickyChanged=!1,ii}resetStickyChanged(){this._hasStickyChanged=!1}constructor(...ii){super(...ii),this._sticky=!1,this._hasStickyChanged=!1}}}const Z=new t.nKC("CDK_TABLE");let ve=(()=>{class st{constructor(Se){this.template=Se}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkCellDef",""]]})}}return st})(),ae=(()=>{class st{constructor(Se){this.template=Se}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkHeaderCellDef",""]]})}}return st})(),ye=(()=>{class st{constructor(Se){this.template=Se}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkFooterCellDef",""]]})}}return st})();class ue{}const be=$(ue);let D=(()=>{class st extends be{get name(){return this._name}set name(Se){this._setNameInput(Se)}get stickyEnd(){return this._stickyEnd}set stickyEnd(Se){Se!==this._stickyEnd&&(this._stickyEnd=Se,this._hasStickyChanged=!0)}constructor(Se){super(),this._table=Se,this._stickyEnd=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(Se){Se&&(this._name=Se,this.cssClassFriendlyName=Se.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(Z,8))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkColumnDef",""]],contentQueries:function(Mt,Pt,ai){if(1&Mt&&(t.wni(ai,ve,5),t.wni(ai,ae,5),t.wni(ai,ye,5)),2&Mt){let Ei;t.mGM(Ei=t.lsd())&&(Pt.cell=Ei.first),t.mGM(Ei=t.lsd())&&(Pt.headerCell=Ei.first),t.mGM(Ei=t.lsd())&&(Pt.footerCell=Ei.first)}},inputs:{sticky:"sticky",name:[0,"cdkColumnDef","name"],stickyEnd:[2,"stickyEnd","stickyEnd",t.L39]},features:[t.Jv_([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:st}]),t.GFd,t.Vt3]})}}return st})();class n{constructor(ii,Se){Se.nativeElement.classList.add(...ii._columnCssClassName)}}let c=(()=>{class st extends n{constructor(Se,Mt){super(Se,Mt)}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(D),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[t.Vt3]})}}return st})(),f=(()=>{class st extends n{constructor(Se,Mt){if(super(Se,Mt),1===Se._table?._elementRef.nativeElement.nodeType){const Pt=Se._table._elementRef.nativeElement.getAttribute("role");Mt.nativeElement.setAttribute("role","grid"===Pt||"treegrid"===Pt?"gridcell":"cell")}}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(D),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[t.Vt3]})}}return st})(),h=(()=>{class st extends n{constructor(Se,Mt){if(super(Se,Mt),1===Se._table?._elementRef.nativeElement.nodeType){const Pt=Se._table._elementRef.nativeElement.getAttribute("role");Mt.nativeElement.setAttribute("role","grid"===Pt||"treegrid"===Pt?"gridcell":"cell")}}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(D),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[t.Vt3]})}}return st})();class M{constructor(){this.tasks=[],this.endTasks=[]}}const L=new t.nKC("_COALESCED_STYLE_SCHEDULER");let O=(()=>{class st{constructor(Se){this._ngZone=Se,this._currentSchedule=null,this._destroyed=new m.B}schedule(Se){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(Se)}scheduleEnd(Se){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(Se)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new M,this._getScheduleObservable().pipe((0,T.Q)(this._destroyed)).subscribe(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const Se=this._currentSchedule;this._currentSchedule=new M;for(const Mt of Se.tasks)Mt();for(const Mt of Se.endTasks)Mt()}this._currentSchedule=null}))}_getScheduleObservable(){return this._ngZone.isStable?(0,R.H)(Promise.resolve(void 0)):this._ngZone.onStable.pipe((0,k.s)(1))}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.KVO(t.SKi))}}static{this.\u0275prov=t.jDH({token:st,factory:st.\u0275fac})}}return st})(),r=(()=>{class st{constructor(Se,Mt){this.template=Se,this._differs=Mt}ngOnChanges(Se){if(!this._columnsDiffer){const Mt=Se.columns&&Se.columns.currentValue||[];this._columnsDiffer=this._differs.find(Mt).create(),this._columnsDiffer.diff(Mt)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(Se){return this instanceof N?Se.headerCell.template:this instanceof at?Se.footerCell.template:Se.cell.template}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q),t.rXU(t._q3))}}static{this.\u0275dir=t.FsC({type:st,features:[t.OA$]})}}return st})();class v extends r{}const z=$(v);let N=(()=>{class st extends z{constructor(Se,Mt,Pt){super(Se,Mt),this._table=Pt}ngOnChanges(Se){super.ngOnChanges(Se)}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q),t.rXU(t._q3),t.rXU(Z,8))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[0,"cdkHeaderRowDefSticky","sticky"]},features:[t.Vt3,t.OA$]})}}return st})();class ne extends r{}const Ie=$(ne);let at=(()=>{class st extends Ie{constructor(Se,Mt,Pt){super(Se,Mt),this._table=Pt}ngOnChanges(Se){super.ngOnChanges(Se)}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q),t.rXU(t._q3),t.rXU(Z,8))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[0,"cdkFooterRowDefSticky","sticky"]},features:[t.Vt3,t.OA$]})}}return st})(),Ye=(()=>{class st extends r{constructor(Se,Mt,Pt){super(Se,Mt),this._table=Pt}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q),t.rXU(t._q3),t.rXU(Z,8))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[t.Vt3]})}}return st})(),rt=(()=>{class st{static{this.mostRecentCellOutlet=null}constructor(Se){this._viewContainer=Se,st.mostRecentCellOutlet=this}ngOnDestroy(){st.mostRecentCellOutlet===this&&(st.mostRecentCellOutlet=null)}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.c1b))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","cdkCellOutlet",""]]})}}return st})(),re=(()=>{class st{static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275cmp=t.VBU({type:st,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),te=(()=>{class st{static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275cmp=t.VBU({type:st,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),oe=(()=>{class st{static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275cmp=t.VBU({type:st,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),_e=(()=>{class st{constructor(Se){this.templateRef=Se,this._contentClassName="cdk-no-data-row"}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.C4Q))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["ng-template","cdkNoDataRow",""]]})}}return st})();const de=["top","bottom","left","right"];class pe{constructor(ii,Se,Mt,Pt,ai=!0,Ei=!0,Hi){this._isNativeHtmlTable=ii,this._stickCellCss=Se,this.direction=Mt,this._coalescedStyleScheduler=Pt,this._isBrowser=ai,this._needsPositionStickyOnElement=Ei,this._positionListener=Hi,this._cachedCellWidths=[],this._borderCellCss={top:`${Se}-border-elem-top`,bottom:`${Se}-border-elem-bottom`,left:`${Se}-border-elem-left`,right:`${Se}-border-elem-right`}}clearStickyPositioning(ii,Se){const Mt=[];for(const Pt of ii)if(Pt.nodeType===Pt.ELEMENT_NODE){Mt.push(Pt);for(let ai=0;ai{for(const Pt of Mt)this._removeStickyStyle(Pt,Se)})}updateStickyColumns(ii,Se,Mt,Pt=!0){if(!ii.length||!this._isBrowser||!Se.some(mn=>mn)&&!Mt.some(mn=>mn))return void(this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:[]}),this._positionListener.stickyEndColumnsUpdated({sizes:[]})));const ai=ii[0],Ei=ai.children.length,Hi=this._getCellWidths(ai,Pt),$i=this._getStickyStartColumnPositions(Hi,Se),hn=this._getStickyEndColumnPositions(Hi,Mt),Fi=Se.lastIndexOf(!0),_n=Mt.indexOf(!0);this._coalescedStyleScheduler.schedule(()=>{const mn="rtl"===this.direction,Dt=mn?"right":"left",ct=mn?"left":"right";for(const Bt of ii)for(let q=0;qSe[q]?Bt:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===_n?[]:Hi.slice(_n).map((Bt,q)=>Mt[q+_n]?Bt:null).reverse()}))})}stickRows(ii,Se,Mt){if(!this._isBrowser)return;const Pt="bottom"===Mt?ii.slice().reverse():ii,ai="bottom"===Mt?Se.slice().reverse():Se,Ei=[],Hi=[],$i=[];for(let Fi=0,_n=0;Fi{for(let Fi=0;Fi{Se.some(Pt=>!Pt)?this._removeStickyStyle(Mt,["bottom"]):this._addStickyStyle(Mt,"bottom",0,!1)})}_removeStickyStyle(ii,Se){for(const Pt of Se)ii.style[Pt]="",ii.classList.remove(this._borderCellCss[Pt]);de.some(Pt=>-1===Se.indexOf(Pt)&&ii.style[Pt])?ii.style.zIndex=this._getCalculatedZIndex(ii):(ii.style.zIndex="",this._needsPositionStickyOnElement&&(ii.style.position=""),ii.classList.remove(this._stickCellCss))}_addStickyStyle(ii,Se,Mt,Pt){ii.classList.add(this._stickCellCss),Pt&&ii.classList.add(this._borderCellCss[Se]),ii.style[Se]=`${Mt}px`,ii.style.zIndex=this._getCalculatedZIndex(ii),this._needsPositionStickyOnElement&&(ii.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(ii){const Se={top:100,bottom:10,left:1,right:1};let Mt=0;for(const Pt of de)ii.style[Pt]&&(Mt+=Se[Pt]);return Mt?`${Mt}`:""}_getCellWidths(ii,Se=!0){if(!Se&&this._cachedCellWidths.length)return this._cachedCellWidths;const Mt=[],Pt=ii.children;for(let ai=0;ai0;ai--)Se[ai]&&(Mt[ai]=Pt,Pt+=ii[ai]);return Mt}}const Nt=new t.nKC("CDK_SPL");let Je=(()=>{class st{constructor(Se,Mt){this.viewContainer=Se,this.elementRef=Mt}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.c1b),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","rowOutlet",""]]})}}return st})(),Qe=(()=>{class st{constructor(Se,Mt){this.viewContainer=Se,this.elementRef=Mt}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.c1b),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","headerRowOutlet",""]]})}}return st})(),nt=(()=>{class st{constructor(Se,Mt){this.viewContainer=Se,this.elementRef=Mt}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.c1b),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","footerRowOutlet",""]]})}}return st})(),Ue=(()=>{class st{constructor(Se,Mt){this.viewContainer=Se,this.elementRef=Mt}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t.c1b),t.rXU(t.aKT))}}static{this.\u0275dir=t.FsC({type:st,selectors:[["","noDataRowOutlet",""]]})}}return st})(),wt=(()=>{class st{get trackBy(){return this._trackByFn}set trackBy(Se){this._trackByFn=Se}get dataSource(){return this._dataSource}set dataSource(Se){this._dataSource!==Se&&this._switchDataSource(Se)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(Se){this._multiTemplateDataRows=Se,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(Se){this._fixedLayout=Se,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}constructor(Se,Mt,Pt,ai,Ei,Hi,$i,hn,Fi,_n,mn,Dt){this._differs=Se,this._changeDetectorRef=Mt,this._elementRef=Pt,this._dir=Ei,this._platform=$i,this._viewRepeater=hn,this._coalescedStyleScheduler=Fi,this._viewportRuler=_n,this._stickyPositioningListener=mn,this._ngZone=Dt,this._onDestroy=new m.B,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._stickyColumnStylesNeedReset=!0,this._forceRecalculateCellWidths=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this.needsPositionStickyOnElement=!0,this._isShowingNoDataRow=!1,this._multiTemplateDataRows=!1,this._fixedLayout=!1,this.contentChanged=new t.bkB,this.viewChange=new d.t({start:0,end:Number.MAX_VALUE}),ai||this._elementRef.nativeElement.setAttribute("role","table"),this._document=Hi,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}ngOnInit(){this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create((Se,Mt)=>this.trackBy?this.trackBy(Mt.dataIndex,Mt.data):Mt),this._viewportRuler.change().pipe((0,T.Q)(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentChecked(){this._cacheRowDefs(),this._cacheColumnDefs();const Mt=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||Mt,this._forceRecalculateCellWidths=Mt,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}ngOnDestroy(){[this._rowOutlet.viewContainer,this._headerRowOutlet.viewContainer,this._footerRowOutlet.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(Se=>{Se.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,C.y4)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const Se=this._dataDiffer.diff(this._renderRows);if(!Se)return this._updateNoDataRow(),void this.contentChanged.next();const Mt=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(Se,Mt,(Pt,ai,Ei)=>this._getEmbeddedViewArgs(Pt.item,Ei),Pt=>Pt.item.data,Pt=>{1===Pt.operation&&Pt.context&&this._renderCellTemplateForItem(Pt.record.item.rowDef,Pt.context)}),this._updateRowIndexContext(),Se.forEachIdentityChange(Pt=>{Mt.get(Pt.currentIndex).context.$implicit=Pt.item.data}),this._updateNoDataRow(),this._ngZone&&t.SKi.isInAngularZone()?this._ngZone.onStable.pipe((0,k.s)(1),(0,T.Q)(this._onDestroy)).subscribe(()=>{this.updateStickyColumnStyles()}):this.updateStickyColumnStyles(),this.contentChanged.next()}addColumnDef(Se){this._customColumnDefs.add(Se)}removeColumnDef(Se){this._customColumnDefs.delete(Se)}addRowDef(Se){this._customRowDefs.add(Se)}removeRowDef(Se){this._customRowDefs.delete(Se)}addHeaderRowDef(Se){this._customHeaderRowDefs.add(Se),this._headerRowDefChanged=!0}removeHeaderRowDef(Se){this._customHeaderRowDefs.delete(Se),this._headerRowDefChanged=!0}addFooterRowDef(Se){this._customFooterRowDefs.add(Se),this._footerRowDefChanged=!0}removeFooterRowDef(Se){this._customFooterRowDefs.delete(Se),this._footerRowDefChanged=!0}setNoDataRow(Se){this._customNoDataRow=Se}updateStickyHeaderRowStyles(){const Se=this._getRenderedRows(this._headerRowOutlet),Pt=this._elementRef.nativeElement.querySelector("thead");Pt&&(Pt.style.display=Se.length?"":"none");const ai=this._headerRowDefs.map(Ei=>Ei.sticky);this._stickyStyler.clearStickyPositioning(Se,["top"]),this._stickyStyler.stickRows(Se,ai,"top"),this._headerRowDefs.forEach(Ei=>Ei.resetStickyChanged())}updateStickyFooterRowStyles(){const Se=this._getRenderedRows(this._footerRowOutlet),Pt=this._elementRef.nativeElement.querySelector("tfoot");Pt&&(Pt.style.display=Se.length?"":"none");const ai=this._footerRowDefs.map(Ei=>Ei.sticky);this._stickyStyler.clearStickyPositioning(Se,["bottom"]),this._stickyStyler.stickRows(Se,ai,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,ai),this._footerRowDefs.forEach(Ei=>Ei.resetStickyChanged())}updateStickyColumnStyles(){const Se=this._getRenderedRows(this._headerRowOutlet),Mt=this._getRenderedRows(this._rowOutlet),Pt=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...Se,...Mt,...Pt],["left","right"]),this._stickyColumnStylesNeedReset=!1),Se.forEach((ai,Ei)=>{this._addStickyColumnStyles([ai],this._headerRowDefs[Ei])}),this._rowDefs.forEach(ai=>{const Ei=[];for(let Hi=0;Hi{this._addStickyColumnStyles([ai],this._footerRowDefs[Ei])}),Array.from(this._columnDefsByName.values()).forEach(ai=>ai.resetStickyChanged())}_getAllRenderRows(){const Se=[],Mt=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let Pt=0;Pt{const Hi=Pt&&Pt.has(Ei)?Pt.get(Ei):[];if(Hi.length){const $i=Hi.shift();return $i.dataIndex=Mt,$i}return{data:Se,rowDef:Ei,dataIndex:Mt}})}_cacheColumnDefs(){this._columnDefsByName.clear(),ut(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(Mt=>{this._columnDefsByName.has(Mt.name),this._columnDefsByName.set(Mt.name,Mt)})}_cacheRowDefs(){this._headerRowDefs=ut(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=ut(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=ut(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const Se=this._rowDefs.filter(Mt=>!Mt.when);this._defaultRowDef=Se[0]}_renderUpdatedColumns(){const Se=(Ei,Hi)=>Ei||!!Hi.getColumnsDiff(),Mt=this._rowDefs.reduce(Se,!1);Mt&&this._forceRenderDataRows();const Pt=this._headerRowDefs.reduce(Se,!1);Pt&&this._forceRenderHeaderRows();const ai=this._footerRowDefs.reduce(Se,!1);return ai&&this._forceRenderFooterRows(),Mt||Pt||ai}_switchDataSource(Se){this._data=[],(0,C.y4)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),Se||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=Se}_observeRenderChanges(){if(!this.dataSource)return;let Se;(0,C.y4)(this.dataSource)?Se=this.dataSource.connect(this):(0,w.A)(this.dataSource)?Se=this.dataSource:Array.isArray(this.dataSource)&&(Se=(0,y.of)(this.dataSource)),this._renderChangeSubscription=Se.pipe((0,T.Q)(this._onDestroy)).subscribe(Mt=>{this._data=Mt||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((Se,Mt)=>this._renderRow(this._headerRowOutlet,Se,Mt)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((Se,Mt)=>this._renderRow(this._footerRowOutlet,Se,Mt)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(Se,Mt){const Pt=Array.from(Mt.columns||[]).map(Hi=>this._columnDefsByName.get(Hi)),ai=Pt.map(Hi=>Hi.sticky),Ei=Pt.map(Hi=>Hi.stickyEnd);this._stickyStyler.updateStickyColumns(Se,ai,Ei,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(Se){const Mt=[];for(let Pt=0;Pt!ai.when||ai.when(Mt,Se));else{let ai=this._rowDefs.find(Ei=>Ei.when&&Ei.when(Mt,Se))||this._defaultRowDef;ai&&Pt.push(ai)}return Pt}_getEmbeddedViewArgs(Se,Mt){return{templateRef:Se.rowDef.template,context:{$implicit:Se.data},index:Mt}}_renderRow(Se,Mt,Pt,ai={}){const Ei=Se.viewContainer.createEmbeddedView(Mt.template,ai,Pt);return this._renderCellTemplateForItem(Mt,ai),Ei}_renderCellTemplateForItem(Se,Mt){for(let Pt of this._getCellTemplates(Se))rt.mostRecentCellOutlet&&rt.mostRecentCellOutlet._viewContainer.createEmbeddedView(Pt,Mt);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const Se=this._rowOutlet.viewContainer;for(let Mt=0,Pt=Se.length;Mt{const Pt=this._columnDefsByName.get(Mt);return Se.extractCellTemplate(Pt)}):[]}_applyNativeTableSections(){const Se=this._document.createDocumentFragment(),Mt=[{tag:"thead",outlets:[this._headerRowOutlet]},{tag:"tbody",outlets:[this._rowOutlet,this._noDataRowOutlet]},{tag:"tfoot",outlets:[this._footerRowOutlet]}];for(const Pt of Mt){const ai=this._document.createElement(Pt.tag);ai.setAttribute("role","rowgroup");for(const Ei of Pt.outlets)ai.appendChild(Ei.elementRef.nativeElement);Se.appendChild(ai)}this._elementRef.nativeElement.appendChild(Se)}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const Se=(Mt,Pt)=>Mt||Pt.hasStickyChanged();this._headerRowDefs.reduce(Se,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(Se,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(Se,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){this._stickyStyler=new pe(this._isNativeHtmlTable,this.stickyCssClass,this._dir?this._dir.value:"ltr",this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener),(this._dir?this._dir.change:(0,y.of)()).pipe((0,T.Q)(this._onDestroy)).subscribe(Mt=>{this._stickyStyler.direction=Mt,this.updateStickyColumnStyles()})}_getOwnDefs(Se){return Se.filter(Mt=>!Mt._table||Mt._table===this)}_updateNoDataRow(){const Se=this._customNoDataRow||this._noDataRow;if(!Se)return;const Mt=0===this._rowOutlet.viewContainer.length;if(Mt===this._isShowingNoDataRow)return;const Pt=this._noDataRowOutlet.viewContainer;if(Mt){const ai=Pt.createEmbeddedView(Se.templateRef),Ei=ai.rootNodes[0];1===ai.rootNodes.length&&Ei?.nodeType===this._document.ELEMENT_NODE&&(Ei.setAttribute("role","row"),Ei.classList.add(Se._contentClassName))}else Pt.clear();this._isShowingNoDataRow=Mt,this._changeDetectorRef.markForCheck()}static{this.\u0275fac=function(Mt){return new(Mt||st)(t.rXU(t._q3),t.rXU(t.gRc),t.rXU(t.aKT),t.kS0("role"),t.rXU(e.dS,8),t.rXU(x.qQ),t.rXU(S.OD),t.rXU(C.sL),t.rXU(L),t.rXU(l.Xj),t.rXU(Nt,12),t.rXU(t.SKi,8))}}static{this.\u0275cmp=t.VBU({type:st,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(Mt,Pt,ai){if(1&Mt&&(t.wni(ai,_e,5),t.wni(ai,D,5),t.wni(ai,Ye,5),t.wni(ai,N,5),t.wni(ai,at,5)),2&Mt){let Ei;t.mGM(Ei=t.lsd())&&(Pt._noDataRow=Ei.first),t.mGM(Ei=t.lsd())&&(Pt._contentColumnDefs=Ei),t.mGM(Ei=t.lsd())&&(Pt._contentRowDefs=Ei),t.mGM(Ei=t.lsd())&&(Pt._contentHeaderRowDefs=Ei),t.mGM(Ei=t.lsd())&&(Pt._contentFooterRowDefs=Ei)}},viewQuery:function(Mt,Pt){if(1&Mt&&(t.GBs(Je,7),t.GBs(Qe,7),t.GBs(nt,7),t.GBs(Ue,7)),2&Mt){let ai;t.mGM(ai=t.lsd())&&(Pt._rowOutlet=ai.first),t.mGM(ai=t.lsd())&&(Pt._headerRowOutlet=ai.first),t.mGM(ai=t.lsd())&&(Pt._footerRowOutlet=ai.first),t.mGM(ai=t.lsd())&&(Pt._noDataRowOutlet=ai.first)}},hostAttrs:["ngSkipHydration","",1,"cdk-table"],hostVars:2,hostBindings:function(Mt,Pt){2&Mt&&t.AVh("cdk-table-fixed-layout",Pt.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",t.L39],fixedLayout:[2,"fixedLayout","fixedLayout",t.L39]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[t.Jv_([{provide:Z,useExisting:st},{provide:C.sL,useClass:C.xn},{provide:L,useClass:O},{provide:Nt,useValue:null}]),t.GFd],ngContentSelectors:U,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(Mt,Pt){1&Mt&&(t.NAR(V),t.SdG(0),t.SdG(1,1),t.eu8(2,0)(3,1)(4,2)(5,3))},dependencies:[Je,Qe,nt,Ue],styles:[".cdk-table-fixed-layout{table-layout:fixed}"],encapsulation:2})}}return st})();function ut(st,ii){return st.concat(Array.from(ii))}let jt=(()=>{class st{static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275mod=t.$C({type:st})}static{this.\u0275inj=t.G2t({imports:[l.E9]})}}return st})();var qe=p(6600),dt=p(7786),Le=p(4572),Vt=p(6354);const Zt=[[["caption"]],[["colgroup"],["col"]]],Et=["caption","colgroup, col"];let ce=(()=>{class st extends wt{constructor(){super(...arguments),this.stickyCssClass="mat-mdc-table-sticky",this.needsPositionStickyOnElement=!1}ngOnInit(){super.ngOnInit(),this._isNativeHtmlTable&&this._elementRef.nativeElement.querySelector("tbody").classList.add("mdc-data-table__content")}static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275cmp=t.VBU({type:st,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:["ngSkipHydration","",1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(Mt,Pt){2&Mt&&t.AVh("mdc-table-fixed-layout",Pt.fixedLayout)},exportAs:["matTable"],features:[t.Jv_([{provide:wt,useExisting:st},{provide:Z,useExisting:st},{provide:L,useClass:O},{provide:C.sL,useClass:C.xn},{provide:Nt,useValue:null}]),t.Vt3],ngContentSelectors:Et,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(Mt,Pt){1&Mt&&(t.NAR(Zt),t.SdG(0),t.SdG(1,1),t.eu8(2,0)(3,1)(4,2)(5,3))},dependencies:[Je,Qe,nt,Ue],styles:[".mat-mdc-table-sticky{position:sticky !important}.mdc-data-table{-webkit-overflow-scrolling:touch;display:inline-flex;flex-direction:column;box-sizing:border-box;position:relative}.mdc-data-table__table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.mdc-data-table__table{min-width:100%;border:0;white-space:nowrap;border-spacing:0;table-layout:fixed}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell,.mdc-data-table__cell[dir=rtl]{text-align:right}.mdc-data-table__cell--numeric{text-align:right}[dir=rtl] .mdc-data-table__cell--numeric,.mdc-data-table__cell--numeric[dir=rtl]{text-align:left}.mdc-data-table__header-cell{box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mdc-data-table__header-cell,.mdc-data-table__header-cell[dir=rtl]{text-align:right}.mdc-data-table__header-cell--numeric{text-align:right}[dir=rtl] .mdc-data-table__header-cell--numeric,.mdc-data-table__header-cell--numeric[dir=rtl]{text-align:left}.mdc-data-table__header-cell-wrapper{align-items:center;display:inline-flex;vertical-align:middle}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px 0 16px}.mdc-data-table__header-cell--checkbox,.mdc-data-table__cell--checkbox{padding-left:4px;padding-right:0}[dir=rtl] .mdc-data-table__header-cell--checkbox,[dir=rtl] .mdc-data-table__cell--checkbox,.mdc-data-table__header-cell--checkbox[dir=rtl],.mdc-data-table__cell--checkbox[dir=rtl]{padding-left:0;padding-right:4px}mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color)}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, rgba(0, 0, 0, 0.87));font-family:var(--mat-table-header-headline-font, Roboto, sans-serif);line-height:var(--mat-table-header-headline-line-height);font-size:var(--mat-table-header-headline-size, 14px);font-weight:var(--mat-table-header-headline-weight, 500)}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, Roboto, sans-serif);line-height:var(--mat-table-row-item-label-text-line-height);font-size:var(--mat-table-row-item-label-text-size, 14px);font-weight:var(--mat-table-row-item-label-text-weight)}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, rgba(0, 0, 0, 0.87));font-family:var(--mat-table-footer-supporting-text-font, Roboto, sans-serif);line-height:var(--mat-table-footer-supporting-text-line-height);font-size:var(--mat-table-footer-supporting-text-size, 14px);font-weight:var(--mat-table-footer-supporting-text-weight);letter-spacing:var(--mat-table-footer-supporting-text-tracking)}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking);font-weight:inherit;line-height:inherit}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking);line-height:inherit}.mdc-data-table__row:last-child .mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking)}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}"],encapsulation:2})}}return st})(),Me=(()=>{class st extends ve{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matCellDef",""]],features:[t.Jv_([{provide:ve,useExisting:st}]),t.Vt3]})}}return st})(),Xe=(()=>{class st extends ae{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matHeaderCellDef",""]],features:[t.Jv_([{provide:ae,useExisting:st}]),t.Vt3]})}}return st})(),Pe=(()=>{class st extends ye{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matFooterCellDef",""]],features:[t.Jv_([{provide:ye,useExisting:st}]),t.Vt3]})}}return st})(),Oe=(()=>{class st extends D{get name(){return this._name}set name(Se){this._setNameInput(Se)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matColumnDef",""]],inputs:{sticky:"sticky",name:[0,"matColumnDef","name"]},features:[t.Jv_([{provide:D,useExisting:st},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:st}]),t.Vt3]})}}return st})(),we=(()=>{class st extends c{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[t.Vt3]})}}return st})(),De=(()=>{class st extends f{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:[1,"mat-mdc-footer-cell","mdc-data-table__cell"],features:[t.Vt3]})}}return st})(),$e=(()=>{class st extends h{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[t.Vt3]})}}return st})(),Ft=(()=>{class st extends N{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[0,"matHeaderRowDefSticky","sticky"]},features:[t.Jv_([{provide:N,useExisting:st}]),t.Vt3]})}}return st})(),Kt=(()=>{class st extends at{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matFooterRowDef",""]],inputs:{columns:[0,"matFooterRowDef","columns"],sticky:[0,"matFooterRowDefSticky","sticky"]},features:[t.Jv_([{provide:at,useExisting:st}]),t.Vt3]})}}return st})(),fi=(()=>{class st extends Ye{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275dir=t.FsC({type:st,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[t.Jv_([{provide:Ye,useExisting:st}]),t.Vt3]})}}return st})(),Qt=(()=>{class st extends re{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275cmp=t.VBU({type:st,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[t.Jv_([{provide:re,useExisting:st}]),t.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),zt=(()=>{class st extends te{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275cmp=t.VBU({type:st,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-mdc-footer-row","mdc-data-table__row"],exportAs:["matFooterRow"],features:[t.Jv_([{provide:te,useExisting:st}]),t.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),Xi=(()=>{class st extends oe{static{this.\u0275fac=(()=>{let Se;return function(Pt){return(Se||(Se=t.xGo(st)))(Pt||st)}})()}static{this.\u0275cmp=t.VBU({type:st,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[t.Jv_([{provide:oe,useExisting:st}]),t.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Mt,Pt){1&Mt&&t.eu8(0,0)},dependencies:[rt],encapsulation:2})}}return st})(),Qi=(()=>{class st{static{this.\u0275fac=function(Mt){return new(Mt||st)}}static{this.\u0275mod=t.$C({type:st})}static{this.\u0275inj=t.G2t({imports:[qe.yE,jt,qe.yE]})}}return st})();class nn extends C.qS{get data(){return this._data.value}set data(ii){ii=Array.isArray(ii)?ii:[],this._data.next(ii),this._renderChangesSubscription||this._filterData(ii)}get filter(){return this._filter.value}set filter(ii){this._filter.next(ii),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(ii){this._sort=ii,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(ii){this._paginator=ii,this._updateChangeSubscription()}constructor(ii=[]){super(),this._renderData=new d.t([]),this._filter=new d.t(""),this._internalPageChanges=new m.B,this._renderChangesSubscription=null,this.sortingDataAccessor=(Se,Mt)=>{const Pt=Se[Mt];if((0,F.o1)(Pt)){const ai=Number(Pt);return ai<9007199254740991?ai:Pt}return Pt},this.sortData=(Se,Mt)=>{const Pt=Mt.active,ai=Mt.direction;return Pt&&""!=ai?Se.sort((Ei,Hi)=>{let $i=this.sortingDataAccessor(Ei,Pt),hn=this.sortingDataAccessor(Hi,Pt);const Fi=typeof $i,_n=typeof hn;Fi!==_n&&("number"===Fi&&($i+=""),"number"===_n&&(hn+=""));let mn=0;return null!=$i&&null!=hn?$i>hn?mn=1:$i{const Pt=Object.keys(Se).reduce((Ei,Hi)=>Ei+Se[Hi]+"\u25ec","").toLowerCase(),ai=Mt.trim().toLowerCase();return-1!=Pt.indexOf(ai)},this._data=new d.t(ii),this._updateChangeSubscription()}_updateChangeSubscription(){const ii=this._sort?(0,dt.h)(this._sort.sortChange,this._sort.initialized):(0,y.of)(null),Se=this._paginator?(0,dt.h)(this._paginator.page,this._internalPageChanges,this._paginator.initialized):(0,y.of)(null),Pt=(0,Le.z)([this._data,this._filter]).pipe((0,Vt.T)(([Hi])=>this._filterData(Hi))),ai=(0,Le.z)([Pt,ii]).pipe((0,Vt.T)(([Hi])=>this._orderData(Hi))),Ei=(0,Le.z)([ai,Se]).pipe((0,Vt.T)(([Hi])=>this._pageData(Hi)));this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=Ei.subscribe(Hi=>this._renderData.next(Hi))}_filterData(ii){return this.filteredData=null==this.filter||""===this.filter?ii:ii.filter(Se=>this.filterPredicate(Se,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(ii){return this.sort?this.sortData(ii.slice(),this.sort):ii}_pageData(ii){if(!this.paginator)return ii;const Se=this.paginator.pageIndex*this.paginator.pageSize;return ii.slice(Se,Se+this.paginator.pageSize)}_updatePaginator(ii){Promise.resolve().then(()=>{const Se=this.paginator;if(Se&&(Se.length=ii,Se.pageIndex>0)){const Mt=Math.ceil(Se.length/Se.pageSize)-1||0,Pt=Math.min(Se.pageIndex,Mt);Pt!==Se.pageIndex&&(Se.pageIndex=Pt,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=null}}},6850:(Ve,ee,p)=>{"use strict";p.d(ee,{Bu:()=>je,ES:()=>et,Ql:()=>xe,RI:()=>Me,T8:()=>Vt,hQ:()=>ce,mq:()=>tt});var t=p(177),e=p(4438),C=p(6600),S=p(6939),l=p(2318),x=p(8617),m=p(8203),R=p(8359),d=p(1413),w=p(3726),y=p(7673),T=p(7786),k=p(983),F=p(1985),V=p(1807),U=p(4412),G=p(9172),Y=p(3294),$=p(6977),Z=p(6697),ie=p(5558),ve=p(5245),ae=p(5964),ye=p(9969),ue=p(4085),be=p(5542),D=p(6860),n=p(7336);const c=Xe=>({animationDuration:Xe}),f=(Xe,Pe)=>({value:Xe,params:Pe});function h(Xe,Pe){}const M=["*"];function L(Xe,Pe){1&Xe&&e.SdG(0)}const O=["tabListContainer"],_=["tabList"],r=["tabListInner"],v=["nextPaginator"],z=["previousPaginator"],N=["tabBodyWrapper"],ne=["tabHeader"];function Ie(Xe,Pe){}function at(Xe,Pe){if(1&Xe&&e.DNE(0,Ie,0,0,"ng-template",12),2&Xe){const Oe=e.XpG().$implicit;e.Y8G("cdkPortalOutlet",Oe.templateLabel)}}function Ye(Xe,Pe){if(1&Xe&&e.EFF(0),2&Xe){const Oe=e.XpG().$implicit;e.JRh(Oe.textLabel)}}function rt(Xe,Pe){if(1&Xe){const Oe=e.RV6();e.j41(0,"div",7,2),e.bIt("click",function(){const De=e.eBV(Oe),$e=De.$implicit,$t=De.$index,Ft=e.XpG(),Kt=e.sdS(1);return e.Njj(Ft._handleClick($e,Kt,$t))})("cdkFocusChange",function(De){const $e=e.eBV(Oe).$index,$t=e.XpG();return e.Njj($t._tabFocusChanged(De,$e))}),e.nrm(2,"span",8)(3,"div",9),e.j41(4,"span",10)(5,"span",11),e.DNE(6,at,1,1,null,12)(7,Ye,1,1),e.k0s()()()}if(2&Xe){const Oe=Pe.$implicit,we=Pe.$index,De=e.sdS(1),$e=e.XpG();e.AVh("mdc-tab--active",$e.selectedIndex===we),e.Y8G("id",$e._getTabLabelId(we))("ngClass",Oe.labelClass)("disabled",Oe.disabled)("fitInkBarToContent",$e.fitInkBarToContent),e.BMQ("tabIndex",$e._getTabIndex(we))("aria-posinset",we+1)("aria-setsize",$e._tabs.length)("aria-controls",$e._getTabContentId(we))("aria-selected",$e.selectedIndex===we)("aria-label",Oe.ariaLabel||null)("aria-labelledby",!Oe.ariaLabel&&Oe.ariaLabelledby?Oe.ariaLabelledby:null),e.R7$(3),e.Y8G("matRippleTrigger",De)("matRippleDisabled",Oe.disabled||$e.disableRipple),e.R7$(3),e.vxM(Oe.templateLabel?6:7)}}function re(Xe,Pe){if(1&Xe){const Oe=e.RV6();e.j41(0,"mat-tab-body",13),e.bIt("_onCentered",function(){e.eBV(Oe);const De=e.XpG();return e.Njj(De._removeTabBodyWrapperHeight())})("_onCentering",function(De){e.eBV(Oe);const $e=e.XpG();return e.Njj($e._setTabBodyWrapperHeight(De))}),e.k0s()}if(2&Xe){const Oe=Pe.$implicit,we=Pe.$index,De=e.XpG();e.AVh("mat-mdc-tab-body-active",De.selectedIndex===we),e.Y8G("id",De._getTabContentId(we))("ngClass",Oe.bodyClass)("content",Oe.content)("position",Oe.position)("origin",Oe.origin)("animationDuration",De.animationDuration)("preserveContent",De.preserveContent),e.BMQ("tabindex",null!=De.contentTabIndex&&De.selectedIndex===we?De.contentTabIndex:null)("aria-labelledby",De._getTabLabelId(we))("aria-hidden",De.selectedIndex!==we)}}const te=["mat-tab-nav-bar",""],oe=["mat-tab-link",""],_e={translateTab:(0,ye.hZ)("translateTab",[(0,ye.wk)("center, void, left-origin-center, right-origin-center",(0,ye.iF)({transform:"none"})),(0,ye.wk)("left",(0,ye.iF)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,ye.wk)("right",(0,ye.iF)({transform:"translate3d(100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,ye.kY)("* => left, * => right, left => center, right => center",(0,ye.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),(0,ye.kY)("void => left-origin-center",[(0,ye.iF)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"}),(0,ye.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),(0,ye.kY)("void => right-origin-center",[(0,ye.iF)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"}),(0,ye.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let de=(()=>{class Xe extends S.I3{constructor(Oe,we,De,$e){super(Oe,we,$e),this._host=De,this._centeringSub=R.yU.EMPTY,this._leavingSub=R.yU.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,G.Z)(this._host._isCenterPosition(this._host._position))).subscribe(Oe=>{Oe&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.OM3),e.rXU(e.c1b),e.rXU((0,e.Rfq)(()=>pe)),e.rXU(t.qQ))}}static{this.\u0275dir=e.FsC({type:Xe,selectors:[["","matTabBodyHost",""]],features:[e.Vt3]})}}return Xe})(),pe=(()=>{class Xe{set position(Oe){this._positionIndex=Oe,this._computePositionAnimationState()}constructor(Oe,we,De){this._elementRef=Oe,this._dir=we,this._dirChangeSubscription=R.yU.EMPTY,this._translateTabComplete=new d.B,this._onCentering=new e.bkB,this._beforeCentering=new e.bkB,this._afterLeavingCenter=new e.bkB,this._onCentered=new e.bkB(!0),this.animationDuration="500ms",this.preserveContent=!1,we&&(this._dirChangeSubscription=we.change.subscribe($e=>{this._computePositionAnimationState($e),De.markForCheck()})),this._translateTabComplete.pipe((0,Y.F)(($e,$t)=>$e.fromState===$t.fromState&&$e.toState===$t.toState)).subscribe($e=>{this._isCenterPosition($e.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition($e.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(Oe){const we=this._isCenterPosition(Oe.toState);this._beforeCentering.emit(we),we&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(Oe){return"center"==Oe||"left-origin-center"==Oe||"right-origin-center"==Oe}_computePositionAnimationState(Oe=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==Oe?"left":"right":this._positionIndex>0?"ltr"==Oe?"right":"left":"center"}_computePositionFromOrigin(Oe){const we=this._getLayoutDirection();return"ltr"==we&&Oe<=0||"rtl"==we&&Oe>0?"left-origin-center":"right-origin-center"}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.aKT),e.rXU(m.dS,8),e.rXU(e.gRc))}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["mat-tab-body"]],viewQuery:function(we,De){if(1&we&&e.GBs(S.I3,5),2&we){let $e;e.mGM($e=e.lsd())&&(De._portalHost=$e.first)}},hostAttrs:[1,"mat-mdc-tab-body"],inputs:{_content:[0,"content","_content"],origin:"origin",animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"},decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(we,De){if(1&we){const $e=e.RV6();e.j41(0,"div",1,0),e.bIt("@translateTab.start",function(Ft){return e.eBV($e),e.Njj(De._onTranslateTabStarted(Ft))})("@translateTab.done",function(Ft){return e.eBV($e),e.Njj(De._translateTabComplete.next(Ft))}),e.DNE(2,h,0,0,"ng-template",2),e.k0s()}2&we&&e.Y8G("@translateTab",e.l_i(3,f,De._position,e.eq3(1,c,De.animationDuration)))},dependencies:[de],styles:['.mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-mdc-tab-body-content[style*="visibility: hidden"]{display:none}'],encapsulation:2,data:{animation:[_e.translateTab]}})}}return Xe})();const We=new e.nKC("MatTabContent");let se=(()=>{class Xe{constructor(Oe){this.template=Oe}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.C4Q))}}static{this.\u0275dir=e.FsC({type:Xe,selectors:[["","matTabContent",""]],features:[e.Jv_([{provide:We,useExisting:Xe}])]})}}return Xe})();const fe=new e.nKC("MatTabLabel"),he=new e.nKC("MAT_TAB");let et=(()=>{class Xe extends S.bV{constructor(Oe,we,De){super(Oe,we),this._closestTab=De}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.C4Q),e.rXU(e.c1b),e.rXU(he,8))}}static{this.\u0275dir=e.FsC({type:Xe,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[e.Jv_([{provide:fe,useExisting:Xe}]),e.Vt3]})}}return Xe})();const Ke="mdc-tab-indicator--active",Ct="mdc-tab-indicator--no-transition";class _t{constructor(Pe){this._items=Pe}hide(){this._items.forEach(Pe=>Pe.deactivateInkBar())}alignToElement(Pe){const Oe=this._items.find(De=>De.elementRef.nativeElement===Pe),we=this._currentItem;if(Oe!==we&&(we?.deactivateInkBar(),Oe)){const De=we?.elementRef.nativeElement.getBoundingClientRect?.();Oe.activateInkBar(De),this._currentItem=Oe}}}function Nt(Xe){return class extends Xe{constructor(...Pe){super(...Pe),this._fitToContent=!1}get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(Pe){const Oe=(0,ue.he)(Pe);this._fitToContent!==Oe&&(this._fitToContent=Oe,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(Pe){const Oe=this.elementRef.nativeElement;if(!Pe||!Oe.getBoundingClientRect||!this._inkBarContentElement)return void Oe.classList.add(Ke);const we=Oe.getBoundingClientRect(),De=Pe.width/we.width,$e=Pe.left-we.left;Oe.classList.add(Ct),this._inkBarContentElement.style.setProperty("transform",`translateX(${$e}px) scaleX(${De})`),Oe.getBoundingClientRect(),Oe.classList.remove(Ct),Oe.classList.add(Ke),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this.elementRef.nativeElement.classList.remove(Ke)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){this._inkBarElement?.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){const Pe=this.elementRef.nativeElement.ownerDocument||document;this._inkBarElement=Pe.createElement("span"),this._inkBarContentElement=Pe.createElement("span"),this._inkBarElement.className="mdc-tab-indicator",this._inkBarContentElement.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",this._inkBarElement.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){(this._fitToContent?this.elementRef.nativeElement.querySelector(".mdc-tab__content"):this.elementRef.nativeElement).appendChild(this._inkBarElement)}}}const Qe=Nt((0,C.Ob)(class{}));let nt=(()=>{class Xe extends Qe{constructor(Oe){super(),this.elementRef=Oe}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.aKT))}}static{this.\u0275dir=e.FsC({type:Xe,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(we,De){2&we&&(e.BMQ("aria-disabled",!!De.disabled),e.AVh("mat-mdc-tab-disabled",De.disabled))},inputs:{disabled:"disabled",fitInkBarToContent:"fitInkBarToContent"},features:[e.Vt3]})}}return Xe})();const Ue=(0,C.Ob)(class{}),ht=new e.nKC("MAT_TAB_GROUP");let tt=(()=>{class Xe extends Ue{get templateLabel(){return this._templateLabel}set templateLabel(Oe){this._setTemplateLabelInput(Oe)}get content(){return this._contentPortal}constructor(Oe,we){super(),this._viewContainerRef=Oe,this._closestTabGroup=we,this._explicitContent=void 0,this.textLabel="",this._contentPortal=null,this._stateChanges=new d.B,this.position=null,this.origin=null,this.isActive=!1}ngOnChanges(Oe){(Oe.hasOwnProperty("textLabel")||Oe.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new S.VA(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(Oe){Oe&&Oe._closestTab===this&&(this._templateLabel=Oe)}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.c1b),e.rXU(ht,8))}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["mat-tab"]],contentQueries:function(we,De,$e){if(1&we&&(e.wni($e,et,5),e.wni($e,se,7,e.C4Q)),2&we){let $t;e.mGM($t=e.lsd())&&(De.templateLabel=$t.first),e.mGM($t=e.lsd())&&(De._explicitContent=$t.first)}},viewQuery:function(we,De){if(1&we&&e.GBs(e.C4Q,7),2&we){let $e;e.mGM($e=e.lsd())&&(De._implicitContent=$e.first)}},inputs:{disabled:"disabled",textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass"},exportAs:["matTab"],features:[e.Jv_([{provide:he,useExisting:Xe}]),e.Vt3,e.OA$],ngContentSelectors:M,decls:1,vars:0,template:function(we,De){1&we&&(e.NAR(),e.DNE(0,L,1,0,"ng-template"))},encapsulation:2})}}return Xe})();const wt=(0,D.BQ)({passive:!0});let Ze=(()=>{class Xe{get disablePagination(){return this._disablePagination}set disablePagination(Oe){this._disablePagination=(0,ue.he)(Oe)}get selectedIndex(){return this._selectedIndex}set selectedIndex(Oe){Oe=(0,ue.OE)(Oe),this._selectedIndex!=Oe&&(this._selectedIndexChanged=!0,this._selectedIndex=Oe,this._keyManager&&this._keyManager.updateActiveItem(Oe))}constructor(Oe,we,De,$e,$t,Ft,Kt){this._elementRef=Oe,this._changeDetectorRef=we,this._viewportRuler=De,this._dir=$e,this._ngZone=$t,this._platform=Ft,this._animationMode=Kt,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new d.B,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new d.B,this._disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new e.bkB,this.indexFocused=new e.bkB,$t.runOutsideAngular(()=>{(0,w.R)(Oe.nativeElement,"mouseleave").pipe((0,$.Q)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}ngAfterViewInit(){(0,w.R)(this._previousPaginator.nativeElement,"touchstart",wt).pipe((0,$.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),(0,w.R)(this._nextPaginator.nativeElement,"touchstart",wt).pipe((0,$.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const Oe=this._dir?this._dir.change:(0,y.of)("ltr"),we=this._viewportRuler.change(150),De=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new x.Bu(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(this._selectedIndex),this._ngZone.onStable.pipe((0,Z.s)(1)).subscribe(De),(0,T.h)(Oe,we,this._items.changes,this._itemsResized()).pipe((0,$.Q)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),De()})}),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe($e=>{this.indexFocused.emit($e),this._setTabFocus($e)})}_itemsResized(){return"function"!=typeof ResizeObserver?k.w:this._items.changes.pipe((0,G.Z)(this._items),(0,ie.n)(Oe=>new F.c(we=>this._ngZone.runOutsideAngular(()=>{const De=new ResizeObserver($e=>we.next($e));return Oe.forEach($e=>De.observe($e.elementRef.nativeElement)),()=>{De.disconnect()}}))),(0,ve.i)(1),(0,ae.p)(Oe=>Oe.some(we=>we.contentRect.width>0&&we.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._keyManager?.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(Oe){if(!(0,n.rp)(Oe))switch(Oe.keyCode){case n.Fm:case n.t6:if(this.focusIndex!==this.selectedIndex){const we=this._items.get(this.focusIndex);we&&!we.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(Oe))}break;default:this._keyManager.onKeydown(Oe)}}_onContentChanges(){const Oe=this._elementRef.nativeElement.textContent;Oe!==this._currentTextContent&&(this._currentTextContent=Oe||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(Oe){!this._isValidIndex(Oe)||this.focusIndex===Oe||!this._keyManager||this._keyManager.setActiveItem(Oe)}_isValidIndex(Oe){return!this._items||!!this._items.toArray()[Oe]}_setTabFocus(Oe){if(this._showPaginationControls&&this._scrollToLabel(Oe),this._items&&this._items.length){this._items.toArray()[Oe].focus();const we=this._tabListContainer.nativeElement;we.scrollLeft="ltr"==this._getLayoutDirection()?0:we.scrollWidth-we.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const Oe=this.scrollDistance,we="ltr"===this._getLayoutDirection()?-Oe:Oe;this._tabList.nativeElement.style.transform=`translateX(${Math.round(we)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(Oe){this._scrollTo(Oe)}_scrollHeader(Oe){return this._scrollTo(this._scrollDistance+("before"==Oe?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(Oe){this._stopInterval(),this._scrollHeader(Oe)}_scrollToLabel(Oe){if(this.disablePagination)return;const we=this._items?this._items.toArray()[Oe]:null;if(!we)return;const De=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:$e,offsetWidth:$t}=we.elementRef.nativeElement;let Ft,Kt;"ltr"==this._getLayoutDirection()?(Ft=$e,Kt=Ft+$t):(Kt=this._tabListInner.nativeElement.offsetWidth-$e,Ft=Kt-$t);const fi=this.scrollDistance,Qt=this.scrollDistance+De;FtQt&&(this.scrollDistance+=Math.min(Kt-Qt,Ft-fi))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const Oe=this._tabListInner.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;Oe||(this.scrollDistance=0),Oe!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=Oe}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const Oe=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,we=Oe?Oe.elementRef.nativeElement:null;we?this._inkBar.alignToElement(we):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(Oe,we){we&&null!=we.button&&0!==we.button||(this._stopInterval(),(0,V.O)(650,100).pipe((0,$.Q)((0,T.h)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:De,distance:$e}=this._scrollHeader(Oe);(0===$e||$e>=De)&&this._stopInterval()}))}_scrollTo(Oe){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const we=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(we,Oe)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:we,distance:this._scrollDistance}}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(be.Xj),e.rXU(m.dS,8),e.rXU(e.SKi),e.rXU(D.OD),e.rXU(e.bc$,8))}}static{this.\u0275dir=e.FsC({type:Xe,inputs:{disablePagination:"disablePagination"}})}}return Xe})(),jt=(()=>{class Xe extends Ze{get disableRipple(){return this._disableRipple}set disableRipple(Oe){this._disableRipple=(0,ue.he)(Oe)}constructor(Oe,we,De,$e,$t,Ft,Kt){super(Oe,we,De,$e,$t,Ft,Kt),this._disableRipple=!1}ngAfterContentInit(){this._inkBar=new _t(this._items),super.ngAfterContentInit()}_itemSelected(Oe){Oe.preventDefault()}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(be.Xj),e.rXU(m.dS,8),e.rXU(e.SKi),e.rXU(D.OD),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["mat-tab-header"]],contentQueries:function(we,De,$e){if(1&we&&e.wni($e,nt,4),2&we){let $t;e.mGM($t=e.lsd())&&(De._items=$t)}},viewQuery:function(we,De){if(1&we&&(e.GBs(O,7),e.GBs(_,7),e.GBs(r,7),e.GBs(v,5),e.GBs(z,5)),2&we){let $e;e.mGM($e=e.lsd())&&(De._tabListContainer=$e.first),e.mGM($e=e.lsd())&&(De._tabList=$e.first),e.mGM($e=e.lsd())&&(De._tabListInner=$e.first),e.mGM($e=e.lsd())&&(De._nextPaginator=$e.first),e.mGM($e=e.lsd())&&(De._previousPaginator=$e.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(we,De){2&we&&e.AVh("mat-mdc-tab-header-pagination-controls-enabled",De._showPaginationControls)("mat-mdc-tab-header-rtl","rtl"==De._getLayoutDirection())},inputs:{selectedIndex:"selectedIndex",disableRipple:"disableRipple"},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[e.Vt3],ngContentSelectors:M,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled","disabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled","disabled"]],template:function(we,De){if(1&we){const $e=e.RV6();e.NAR(),e.j41(0,"button",5,0),e.bIt("click",function(){return e.eBV($e),e.Njj(De._handlePaginatorClick("before"))})("mousedown",function(Ft){return e.eBV($e),e.Njj(De._handlePaginatorPress("before",Ft))})("touchend",function(){return e.eBV($e),e.Njj(De._stopInterval())}),e.nrm(2,"div",6),e.k0s(),e.j41(3,"div",7,1),e.bIt("keydown",function(Ft){return e.eBV($e),e.Njj(De._handleKeydown(Ft))}),e.j41(5,"div",8,2),e.bIt("cdkObserveContent",function(){return e.eBV($e),e.Njj(De._onContentChanges())}),e.j41(7,"div",9,3),e.SdG(9),e.k0s()()(),e.j41(10,"button",10,4),e.bIt("mousedown",function(Ft){return e.eBV($e),e.Njj(De._handlePaginatorPress("after",Ft))})("click",function(){return e.eBV($e),e.Njj(De._handlePaginatorClick("after"))})("touchend",function(){return e.eBV($e),e.Njj(De._stopInterval())}),e.nrm(12,"div",6),e.k0s()}2&we&&(e.AVh("mat-mdc-tab-header-pagination-disabled",De._disableScrollBefore),e.Y8G("matRippleDisabled",De._disableScrollBefore||De.disableRipple)("disabled",De._disableScrollBefore||null),e.R7$(3),e.AVh("_mat-animation-noopable","NoopAnimations"===De._animationMode),e.R7$(7),e.AVh("mat-mdc-tab-header-pagination-disabled",De._disableScrollAfter),e.Y8G("matRippleDisabled",De._disableScrollAfter||De.disableRipple)("disabled",De._disableScrollAfter||null))},dependencies:[C.r6,l.Wv],styles:[".mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color)}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}._mat-animation-noopable span.mdc-tab-indicator__content,._mat-animation-noopable span.mdc-tab__text-label{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.mat-mdc-tab::before{margin:5px}.cdk-high-contrast-active .mat-mdc-tab[aria-disabled=true]{color:GrayText}"],encapsulation:2})}}return Xe})();const qe=new e.nKC("MAT_TABS_CONFIG");let dt=0;const Le=(0,C.Zc)((0,C.GG)(class{constructor(Xe){this._elementRef=Xe}}),"primary");let Vt=(()=>{class Xe extends Le{get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(Oe){this._fitInkBarToContent=(0,ue.he)(Oe),this._changeDetectorRef.markForCheck()}get stretchTabs(){return this._stretchTabs}set stretchTabs(Oe){this._stretchTabs=(0,ue.he)(Oe)}get dynamicHeight(){return this._dynamicHeight}set dynamicHeight(Oe){this._dynamicHeight=(0,ue.he)(Oe)}get selectedIndex(){return this._selectedIndex}set selectedIndex(Oe){this._indexToSelect=(0,ue.OE)(Oe,null)}get animationDuration(){return this._animationDuration}set animationDuration(Oe){this._animationDuration=/^\d+$/.test(Oe+"")?Oe+"ms":Oe}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(Oe){this._contentTabIndex=(0,ue.OE)(Oe,null)}get disablePagination(){return this._disablePagination}set disablePagination(Oe){this._disablePagination=(0,ue.he)(Oe)}get preserveContent(){return this._preserveContent}set preserveContent(Oe){this._preserveContent=(0,ue.he)(Oe)}get backgroundColor(){return this._backgroundColor}set backgroundColor(Oe){const we=this._elementRef.nativeElement.classList;we.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),Oe&&we.add("mat-tabs-with-background",`mat-background-${Oe}`),this._backgroundColor=Oe}constructor(Oe,we,De,$e){super(Oe),this._changeDetectorRef=we,this._animationMode=$e,this._tabs=new e.rOR,this._indexToSelect=0,this._lastFocusedTabIndex=null,this._tabBodyWrapperHeight=0,this._tabsSubscription=R.yU.EMPTY,this._tabLabelSubscription=R.yU.EMPTY,this._fitInkBarToContent=!1,this._stretchTabs=!0,this._dynamicHeight=!1,this._selectedIndex=null,this.headerPosition="above",this._disablePagination=!1,this._preserveContent=!1,this.selectedIndexChange=new e.bkB,this.focusChange=new e.bkB,this.animationDone=new e.bkB,this.selectedTabChange=new e.bkB(!0),this._groupId=dt++,this.animationDuration=De&&De.animationDuration?De.animationDuration:"500ms",this.disablePagination=!(!De||null==De.disablePagination)&&De.disablePagination,this.dynamicHeight=!(!De||null==De.dynamicHeight)&&De.dynamicHeight,this.contentTabIndex=De?.contentTabIndex??null,this.preserveContent=!!De?.preserveContent,this.fitInkBarToContent=!(!De||null==De.fitInkBarToContent)&&De.fitInkBarToContent,this.stretchTabs=!De||null==De.stretchTabs||De.stretchTabs}ngAfterContentChecked(){const Oe=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=Oe){const we=null==this._selectedIndex;if(!we){this.selectedTabChange.emit(this._createChangeEvent(Oe));const De=this._tabBodyWrapper.nativeElement;De.style.minHeight=De.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((De,$e)=>De.isActive=$e===Oe),we||(this.selectedIndexChange.emit(Oe),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((we,De)=>{we.position=De-Oe,null!=this._selectedIndex&&0==we.position&&!we.origin&&(we.origin=Oe-this._selectedIndex)}),this._selectedIndex!==Oe&&(this._selectedIndex=Oe,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const Oe=this._clampTabIndex(this._indexToSelect);if(Oe===this._selectedIndex){const we=this._tabs.toArray();let De;for(let $e=0;$e{we[Oe].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(Oe))})}this._changeDetectorRef.markForCheck()})}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,G.Z)(this._allTabs)).subscribe(Oe=>{this._tabs.reset(Oe.filter(we=>we._closestTabGroup===this||!we._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(Oe){const we=this._tabHeader;we&&(we.focusIndex=Oe)}_focusChanged(Oe){this._lastFocusedTabIndex=Oe,this.focusChange.emit(this._createChangeEvent(Oe))}_createChangeEvent(Oe){const we=new Zt;return we.index=Oe,this._tabs&&this._tabs.length&&(we.tab=this._tabs.toArray()[Oe]),we}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,T.h)(...this._tabs.map(Oe=>Oe._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(Oe){return Math.min(this._tabs.length-1,Math.max(Oe||0,0))}_getTabLabelId(Oe){return`mat-tab-label-${this._groupId}-${Oe}`}_getTabContentId(Oe){return`mat-tab-content-${this._groupId}-${Oe}`}_setTabBodyWrapperHeight(Oe){if(!this._dynamicHeight||!this._tabBodyWrapperHeight)return;const we=this._tabBodyWrapper.nativeElement;we.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(we.style.height=Oe+"px")}_removeTabBodyWrapperHeight(){const Oe=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=Oe.clientHeight,Oe.style.height="",this.animationDone.emit()}_handleClick(Oe,we,De){we.focusIndex=De,Oe.disabled||(this.selectedIndex=De)}_getTabIndex(Oe){return Oe===(this._lastFocusedTabIndex??this.selectedIndex)?0:-1}_tabFocusChanged(Oe,we){Oe&&"mouse"!==Oe&&"touch"!==Oe&&(this._tabHeader.focusIndex=we)}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(e.aKT),e.rXU(e.gRc),e.rXU(qe,8),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["mat-tab-group"]],contentQueries:function(we,De,$e){if(1&we&&e.wni($e,tt,5),2&we){let $t;e.mGM($t=e.lsd())&&(De._allTabs=$t)}},viewQuery:function(we,De){if(1&we&&(e.GBs(N,5),e.GBs(ne,5)),2&we){let $e;e.mGM($e=e.lsd())&&(De._tabBodyWrapper=$e.first),e.mGM($e=e.lsd())&&(De._tabHeader=$e.first)}},hostAttrs:["ngSkipHydration","",1,"mat-mdc-tab-group"],hostVars:8,hostBindings:function(we,De){2&we&&(e.xc7("--mat-tab-animation-duration",De.animationDuration),e.AVh("mat-mdc-tab-group-dynamic-height",De.dynamicHeight)("mat-mdc-tab-group-inverted-header","below"===De.headerPosition)("mat-mdc-tab-group-stretch-tabs",De.stretchTabs))},inputs:{color:"color",disableRipple:"disableRipple",fitInkBarToContent:"fitInkBarToContent",stretchTabs:[0,"mat-stretch-tabs","stretchTabs"],dynamicHeight:"dynamicHeight",selectedIndex:"selectedIndex",headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:"contentTabIndex",disablePagination:"disablePagination",preserveContent:"preserveContent",backgroundColor:"backgroundColor"},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],features:[e.Jv_([{provide:ht,useExisting:Xe}]),e.Vt3],decls:8,vars:5,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"id","mdc-tab--active","ngClass","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","mat-mdc-tab-body-active","ngClass","content","position","origin","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"click","cdkFocusChange","id","ngClass","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","id","ngClass","content","position","origin","animationDuration","preserveContent"]],template:function(we,De){if(1&we){const $e=e.RV6();e.j41(0,"mat-tab-header",3,0),e.bIt("indexFocused",function(Ft){return e.eBV($e),e.Njj(De._focusChanged(Ft))})("selectFocusedIndex",function(Ft){return e.eBV($e),e.Njj(De.selectedIndex=Ft)}),e.Z7z(2,rt,8,16,"div",4,e.fX1),e.k0s(),e.j41(4,"div",5,1),e.Z7z(6,re,1,12,"mat-tab-body",6,e.fX1),e.k0s()}2&we&&(e.Y8G("selectedIndex",De.selectedIndex||0)("disableRipple",De.disableRipple)("disablePagination",De.disablePagination),e.R7$(2),e.Dyx(De._tabs),e.R7$(2),e.AVh("_mat-animation-noopable","NoopAnimations"===De._animationMode),e.R7$(2),e.Dyx(De._tabs))},dependencies:[t.YU,S.I3,C.r6,x.vR,pe,nt,jt],styles:['.mdc-tab{min-width:90px;padding-right:24px;padding-left:24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;margin:0;padding-top:0;padding-bottom:0;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab[hidden]{display:none}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab__icon{transition:150ms color linear;z-index:2}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-top:6px;padding-bottom:4px}.mdc-tab--active .mdc-tab__text-label,.mdc-tab--active .mdc-tab__icon{transition-delay:100ms}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl]{padding-left:0;padding-right:8px}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator .mdc-tab-indicator__content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition:150ms opacity linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition-delay:100ms}.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;font-family:var(--mat-tab-header-label-text-font);font-size:var(--mat-tab-header-label-text-size);letter-spacing:var(--mat-tab-header-label-text-tracking);line-height:var(--mat-tab-header-label-text-line-height);font-weight:var(--mat-tab-header-label-text-weight)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-top-width:var(--mdc-tab-indicator-active-indicator-height)}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-radius:var(--mdc-tab-indicator-active-indicator-shape)}.mat-mdc-tab:not(.mdc-tab--stacked){height:var(--mdc-secondary-navigation-tab-container-height)}.mat-mdc-tab:not(:disabled).mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):hover.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):focus.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):active.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:disabled.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):hover:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):focus:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:not(:disabled):active:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab:disabled:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color)}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color)}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color)}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color)}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color)}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color)}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color)}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color)}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color);display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}'],encapsulation:2})}}return Xe})();class Zt{}let Et=0,je=(()=>{class Xe extends Ze{get fitInkBarToContent(){return this._fitInkBarToContent.value}set fitInkBarToContent(Oe){this._fitInkBarToContent.next((0,ue.he)(Oe)),this._changeDetectorRef.markForCheck()}get stretchTabs(){return this._stretchTabs}set stretchTabs(Oe){this._stretchTabs=(0,ue.he)(Oe)}get animationDuration(){return this._animationDuration}set animationDuration(Oe){this._animationDuration=/^\d+$/.test(Oe+"")?Oe+"ms":Oe}get backgroundColor(){return this._backgroundColor}set backgroundColor(Oe){const we=this._elementRef.nativeElement.classList;we.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),Oe&&we.add("mat-tabs-with-background",`mat-background-${Oe}`),this._backgroundColor=Oe}get disableRipple(){return this._disableRipple}set disableRipple(Oe){this._disableRipple=(0,ue.he)(Oe)}constructor(Oe,we,De,$e,$t,Ft,Kt,fi){super(Oe,$e,$t,we,De,Ft,Kt),this._fitInkBarToContent=new U.t(!1),this._stretchTabs=!0,this._disableRipple=!1,this.color="primary",this.disablePagination=!(!fi||null==fi.disablePagination)&&fi.disablePagination,this.fitInkBarToContent=!(!fi||null==fi.fitInkBarToContent)&&fi.fitInkBarToContent,this.stretchTabs=!fi||null==fi.stretchTabs||fi.stretchTabs}_itemSelected(){}ngAfterContentInit(){this._inkBar=new _t(this._items),this._items.changes.pipe((0,G.Z)(null),(0,$.Q)(this._destroyed)).subscribe(()=>{this.updateActiveLink()}),super.ngAfterContentInit()}ngAfterViewInit(){super.ngAfterViewInit()}updateActiveLink(){if(!this._items)return;const Oe=this._items.toArray();for(let we=0;we.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:flex-end}.mat-mdc-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}"],encapsulation:2})}}return Xe})();const me=Nt((0,C.BF)((0,C.GG)((0,C.Ob)(class{}))));let xe=(()=>{class Xe extends me{get active(){return this._isActive}set active(Oe){const we=(0,ue.he)(Oe);we!==this._isActive&&(this._isActive=we,this._tabNavBar.updateActiveLink())}get rippleDisabled(){return this.disabled||this.disableRipple||this._tabNavBar.disableRipple||!!this.rippleConfig.disabled}constructor(Oe,we,De,$e,$t,Ft){super(),this._tabNavBar=Oe,this.elementRef=we,this._focusMonitor=$t,this._destroyed=new d.B,this._isActive=!1,this.id="mat-tab-link-"+Et++,this.rippleConfig=De||{},this.tabIndex=parseInt($e)||0,"NoopAnimations"===Ft&&(this.rippleConfig.animation={enterDuration:0,exitDuration:0}),Oe._fitInkBarToContent.pipe((0,$.Q)(this._destroyed)).subscribe(Kt=>{this.fitInkBarToContent=Kt})}focus(){this.elementRef.nativeElement.focus()}ngAfterViewInit(){this._focusMonitor.monitor(this.elementRef)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),super.ngOnDestroy(),this._focusMonitor.stopMonitoring(this.elementRef)}_handleFocus(){this._tabNavBar.focusIndex=this._tabNavBar._items.toArray().indexOf(this)}_handleKeydown(Oe){(Oe.keyCode===n.t6||Oe.keyCode===n.Fm)&&(this.disabled?Oe.preventDefault():this._tabNavBar.tabPanel&&this.elementRef.nativeElement.click())}_getAriaControls(){return this._tabNavBar.tabPanel?this._tabNavBar.tabPanel?.id:this.elementRef.nativeElement.getAttribute("aria-controls")}_getAriaSelected(){return this._tabNavBar.tabPanel?this.active?"true":"false":this.elementRef.nativeElement.getAttribute("aria-selected")}_getAriaCurrent(){return this.active&&!this._tabNavBar.tabPanel?"page":null}_getRole(){return this._tabNavBar.tabPanel?"tab":this.elementRef.nativeElement.getAttribute("role")}_getTabIndex(){return this._tabNavBar.tabPanel?this._isActive&&!this.disabled?0:-1:this.tabIndex}static{this.\u0275fac=function(we){return new(we||Xe)(e.rXU(je),e.rXU(e.aKT),e.rXU(C.$E,8),e.kS0("tabindex"),e.rXU(x.FN),e.rXU(e.bc$,8))}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["","mat-tab-link",""],["","matTabLink",""]],hostAttrs:[1,"mdc-tab","mat-mdc-tab-link","mat-mdc-focus-indicator"],hostVars:11,hostBindings:function(we,De){1&we&&e.bIt("focus",function(){return De._handleFocus()})("keydown",function($t){return De._handleKeydown($t)}),2&we&&(e.BMQ("aria-controls",De._getAriaControls())("aria-current",De._getAriaCurrent())("aria-disabled",De.disabled)("aria-selected",De._getAriaSelected())("id",De.id)("tabIndex",De._getTabIndex())("role",De._getRole()),e.AVh("mat-mdc-tab-disabled",De.disabled)("mdc-tab--active",De.active))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex",active:"active",id:"id"},exportAs:["matTabLink"],features:[e.Vt3],attrs:oe,ngContentSelectors:M,decls:5,vars:2,consts:[[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"]],template:function(we,De){1&we&&(e.NAR(),e.nrm(0,"span",0)(1,"div",1),e.j41(2,"span",2)(3,"span",3),e.SdG(4),e.k0s()()),2&we&&(e.R7$(),e.Y8G("matRippleTrigger",De.elementRef.nativeElement)("matRippleDisabled",De.rippleDisabled))},dependencies:[C.r6],styles:['.mat-mdc-tab-link{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;font-family:var(--mat-tab-header-label-text-font);font-size:var(--mat-tab-header-label-text-size);letter-spacing:var(--mat-tab-header-label-text-tracking);line-height:var(--mat-tab-header-label-text-line-height);font-weight:var(--mat-tab-header-label-text-weight)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-top-width:var(--mdc-tab-indicator-active-indicator-height)}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-radius:var(--mdc-tab-indicator-active-indicator-shape)}.mat-mdc-tab-link:not(.mdc-tab--stacked){height:var(--mdc-secondary-navigation-tab-container-height)}.mat-mdc-tab-link:not(:disabled).mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):hover.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):focus.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):active.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:disabled.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):hover:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):focus:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:not(:disabled):active:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link:disabled:not(.mdc-tab--active) .mdc-tab__icon{fill:currentColor}.mat-mdc-tab-link.mdc-tab{flex-grow:0}.mat-mdc-tab-link:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color)}.mat-mdc-tab-link:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color)}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color)}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab-link.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color)}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color)}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color)}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color)}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color)}.mat-mdc-tab-link.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab-link .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color);display:inline-flex;align-items:center}.mat-mdc-tab-link .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab-link:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab-link.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab-link.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab-link .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color)}.mat-mdc-tab-header.mat-mdc-tab-nav-bar-stretch-tabs .mat-mdc-tab-link{flex-grow:1}.mat-mdc-tab-link::before{margin:5px}@media(max-width: 599px){.mat-mdc-tab-link{min-width:72px}}'],encapsulation:2,changeDetection:0})}}return Xe})(),ce=(()=>{class Xe{constructor(){this.id="mat-tab-nav-panel-"+Et++}static{this.\u0275fac=function(we){return new(we||Xe)}}static{this.\u0275cmp=e.VBU({type:Xe,selectors:[["mat-tab-nav-panel"]],hostAttrs:["role","tabpanel",1,"mat-mdc-tab-nav-panel"],hostVars:2,hostBindings:function(we,De){2&we&&e.BMQ("aria-labelledby",De._activeTabId)("id",De.id)},inputs:{id:"id"},exportAs:["matTabNavPanel"],ngContentSelectors:M,decls:1,vars:0,template:function(we,De){1&we&&(e.NAR(),e.SdG(0))},encapsulation:2,changeDetection:0})}}return Xe})(),Me=(()=>{class Xe{static{this.\u0275fac=function(we){return new(we||Xe)}}static{this.\u0275mod=e.$C({type:Xe})}static{this.\u0275inj=e.G2t({imports:[t.MD,C.yE,S.jc,C.pZ,l.w5,x.Pd,C.yE]})}}return Xe})()},5911:(Ve,ee,p)=>{"use strict";p.d(ee,{KQ:()=>d,s5:()=>y});var t=p(4438),e=p(6600),C=p(6860),S=p(177);const l=["*",[["mat-toolbar-row"]]],x=["*","mat-toolbar-row"],m=(0,e.Zc)(class{constructor(T){this._elementRef=T}});let R=(()=>{class T{static{this.\u0275fac=function(V){return new(V||T)}}static{this.\u0275dir=t.FsC({type:T,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"]})}}return T})(),d=(()=>{class T extends m{constructor(F,V,U){super(F),this._platform=V,this._document=U}ngAfterViewInit(){this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){}static{this.\u0275fac=function(V){return new(V||T)(t.rXU(t.aKT),t.rXU(C.OD),t.rXU(S.qQ))}}static{this.\u0275cmp=t.VBU({type:T,selectors:[["mat-toolbar"]],contentQueries:function(V,U,G){if(1&V&&t.wni(G,R,5),2&V){let Y;t.mGM(Y=t.lsd())&&(U._toolbarRows=Y)}},hostAttrs:[1,"mat-toolbar"],hostVars:4,hostBindings:function(V,U){2&V&&t.AVh("mat-toolbar-multiple-rows",U._toolbarRows.length>0)("mat-toolbar-single-row",0===U._toolbarRows.length)},inputs:{color:"color"},exportAs:["matToolbar"],features:[t.Vt3],ngContentSelectors:x,decls:2,vars:0,template:function(V,U){1&V&&(t.NAR(l),t.SdG(0),t.SdG(1,1))},styles:[".mat-toolbar{background:var(--mat-toolbar-container-background-color);color:var(--mat-toolbar-container-text-color)}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-family:var(--mat-toolbar-title-text-font);font-size:var(--mat-toolbar-title-text-size);line-height:var(--mat-toolbar-title-text-line-height);font-weight:var(--mat-toolbar-title-text-weight);letter-spacing:var(--mat-toolbar-title-text-tracking);margin:0}.cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed{--mdc-text-button-label-text-color: inherit;--mdc-outlined-button-label-text-color: inherit}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap;height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-row,.mat-toolbar-single-row{height:var(--mat-toolbar-mobile-height)}}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%;min-height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:var(--mat-toolbar-mobile-height)}}"],encapsulation:2,changeDetection:0})}}return T})(),y=(()=>{class T{static{this.\u0275fac=function(V){return new(V||T)}}static{this.\u0275mod=t.$C({type:T})}static{this.\u0275inj=t.G2t({imports:[e.yE,e.yE]})}}return T})()},4823:(Ve,ee,p)=>{"use strict";p.d(ee,{oV:()=>M,uc:()=>_});var t=p(6977),e=p(6697),C=p(4085),S=p(7336),l=p(4438),x=p(177),m=p(6860),R=p(8617),d=p(8203),w=p(6969),y=p(5542),T=p(6939),k=p(1413),V=(p(9969),p(6600));const U=["tooltip"],$=new l.nKC("mat-tooltip-scroll-strategy"),ie={provide:$,deps:[w.hJ],useFactory:function Z(r){return()=>r.scrollStrategies.reposition({scrollThrottle:20})}},ae=new l.nKC("mat-tooltip-default-options",{providedIn:"root",factory:function ve(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}}),ue="tooltip-panel",be=(0,m.BQ)({passive:!0});let M=(()=>{class r{get position(){return this._position}set position(z){z!==this._position&&(this._position=z,this._overlayRef&&(this._updatePosition(this._overlayRef),this._tooltipInstance?.show(0),this._overlayRef.updatePosition()))}get positionAtOrigin(){return this._positionAtOrigin}set positionAtOrigin(z){this._positionAtOrigin=(0,C.he)(z),this._detach(),this._overlayRef=null}get disabled(){return this._disabled}set disabled(z){this._disabled=(0,C.he)(z),this._disabled?this.hide(0):this._setupPointerEnterEventsIfNeeded()}get showDelay(){return this._showDelay}set showDelay(z){this._showDelay=(0,C.OE)(z)}get hideDelay(){return this._hideDelay}set hideDelay(z){this._hideDelay=(0,C.OE)(z),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(z){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this._message,"tooltip"),this._message=null!=z?String(z).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage(),this._ngZone.runOutsideAngular(()=>{Promise.resolve().then(()=>{this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")})}))}get tooltipClass(){return this._tooltipClass}set tooltipClass(z){this._tooltipClass=z,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}constructor(z,N,ne,Ie,at,Ye,rt,re,te,oe,_e,de){this._overlay=z,this._elementRef=N,this._scrollDispatcher=ne,this._viewContainerRef=Ie,this._ngZone=at,this._platform=Ye,this._ariaDescriber=rt,this._focusMonitor=re,this._dir=oe,this._defaultOptions=_e,this._position="below",this._positionAtOrigin=!1,this._disabled=!1,this._viewInitialized=!1,this._pointerExitEventsInitialized=!1,this._tooltipComponent=L,this._viewportMargin=8,this._cssClassPrefix="mat-mdc",this.touchGestures="auto",this._message="",this._passiveListeners=[],this._destroyed=new k.B,this._scrollStrategy=te,this._document=de,_e&&(this._showDelay=_e.showDelay,this._hideDelay=_e.hideDelay,_e.position&&(this.position=_e.position),_e.positionAtOrigin&&(this.positionAtOrigin=_e.positionAtOrigin),_e.touchGestures&&(this.touchGestures=_e.touchGestures)),oe.change.pipe((0,t.Q)(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)}),this._viewportMargin=8}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe((0,t.Q)(this._destroyed)).subscribe(z=>{z?"keyboard"===z&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const z=this._elementRef.nativeElement;clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([N,ne])=>{z.removeEventListener(N,ne,be)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._ariaDescriber.removeDescription(z,this.message,"tooltip"),this._focusMonitor.stopMonitoring(z)}show(z=this.showDelay,N){if(this.disabled||!this.message||this._isTooltipVisible())return void this._tooltipInstance?._cancelPendingAnimations();const ne=this._createOverlay(N);this._detach(),this._portal=this._portal||new T.A8(this._tooltipComponent,this._viewContainerRef);const Ie=this._tooltipInstance=ne.attach(this._portal).instance;Ie._triggerElement=this._elementRef.nativeElement,Ie._mouseLeaveHideDelay=this._hideDelay,Ie.afterHidden().pipe((0,t.Q)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),Ie.show(z)}hide(z=this.hideDelay){const N=this._tooltipInstance;N&&(N.isVisible()?N.hide(z):(N._cancelPendingAnimations(),this._detach()))}toggle(z){this._isTooltipVisible()?this.hide():this.show(void 0,z)}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(z){if(this._overlayRef){const Ie=this._overlayRef.getConfig().positionStrategy;if((!this.positionAtOrigin||!z)&&Ie._origin instanceof l.aKT)return this._overlayRef;this._detach()}const N=this._scrollDispatcher.getAncestorScrollContainers(this._elementRef),ne=this._overlay.position().flexibleConnectedTo(this.positionAtOrigin&&z||this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(N);return ne.positionChanges.pipe((0,t.Q)(this._destroyed)).subscribe(Ie=>{this._updateCurrentPositionClass(Ie.connectionPair),this._tooltipInstance&&Ie.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=this._overlay.create({direction:this._dir,positionStrategy:ne,panelClass:`${this._cssClassPrefix}-${ue}`,scrollStrategy:this._scrollStrategy()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe((0,t.Q)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe((0,t.Q)(this._destroyed)).subscribe(()=>this._tooltipInstance?._handleBodyInteraction()),this._overlayRef.keydownEvents().pipe((0,t.Q)(this._destroyed)).subscribe(Ie=>{this._isTooltipVisible()&&Ie.keyCode===S._f&&!(0,S.rp)(Ie)&&(Ie.preventDefault(),Ie.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),this._defaultOptions?.disableTooltipInteractivity&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(z){const N=z.getConfig().positionStrategy,ne=this._getOrigin(),Ie=this._getOverlayPosition();N.withPositions([this._addOffset({...ne.main,...Ie.main}),this._addOffset({...ne.fallback,...Ie.fallback})])}_addOffset(z){const ne=!this._dir||"ltr"==this._dir.value;return"top"===z.originY?z.offsetY=-8:"bottom"===z.originY?z.offsetY=8:"start"===z.originX?z.offsetX=ne?-8:8:"end"===z.originX&&(z.offsetX=ne?8:-8),z}_getOrigin(){const z=!this._dir||"ltr"==this._dir.value,N=this.position;let ne;"above"==N||"below"==N?ne={originX:"center",originY:"above"==N?"top":"bottom"}:"before"==N||"left"==N&&z||"right"==N&&!z?ne={originX:"start",originY:"center"}:("after"==N||"right"==N&&z||"left"==N&&!z)&&(ne={originX:"end",originY:"center"});const{x:Ie,y:at}=this._invertPosition(ne.originX,ne.originY);return{main:ne,fallback:{originX:Ie,originY:at}}}_getOverlayPosition(){const z=!this._dir||"ltr"==this._dir.value,N=this.position;let ne;"above"==N?ne={overlayX:"center",overlayY:"bottom"}:"below"==N?ne={overlayX:"center",overlayY:"top"}:"before"==N||"left"==N&&z||"right"==N&&!z?ne={overlayX:"end",overlayY:"center"}:("after"==N||"right"==N&&z||"left"==N&&!z)&&(ne={overlayX:"start",overlayY:"center"});const{x:Ie,y:at}=this._invertPosition(ne.overlayX,ne.overlayY);return{main:ne,fallback:{overlayX:Ie,overlayY:at}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),this._ngZone.onMicrotaskEmpty.pipe((0,e.s)(1),(0,t.Q)(this._destroyed)).subscribe(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()}))}_setTooltipClass(z){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=z,this._tooltipInstance._markForCheck())}_invertPosition(z,N){return"above"===this.position||"below"===this.position?"top"===N?N="bottom":"bottom"===N&&(N="top"):"end"===z?z="start":"start"===z&&(z="end"),{x:z,y:N}}_updateCurrentPositionClass(z){const{overlayY:N,originX:ne,originY:Ie}=z;let at;if(at="center"===N?this._dir&&"rtl"===this._dir.value?"end"===ne?"left":"right":"start"===ne?"left":"right":"bottom"===N&&"top"===Ie?"above":"below",at!==this._currentPosition){const Ye=this._overlayRef;if(Ye){const rt=`${this._cssClassPrefix}-${ue}-`;Ye.removePanelClass(rt+this._currentPosition),Ye.addPanelClass(rt+at)}this._currentPosition=at}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",z=>{let N;this._setupPointerExitEventsIfNeeded(),void 0!==z.x&&void 0!==z.y&&(N=z),this.show(void 0,N)}]):"off"!==this.touchGestures&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",z=>{const N=z.targetTouches?.[0],ne=N?{x:N.clientX,y:N.clientY}:void 0;this._setupPointerExitEventsIfNeeded(),clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>this.show(void 0,ne),500)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const z=[];if(this._platformSupportsMouseEvents())z.push(["mouseleave",N=>{const ne=N.relatedTarget;(!ne||!this._overlayRef?.overlayElement.contains(ne))&&this.hide()}],["wheel",N=>this._wheelListener(N)]);else if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const N=()=>{clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions.touchendHideDelay)};z.push(["touchend",N],["touchcancel",N])}this._addListeners(z),this._passiveListeners.push(...z)}_addListeners(z){z.forEach(([N,ne])=>{this._elementRef.nativeElement.addEventListener(N,ne,be)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(z){if(this._isTooltipVisible()){const N=this._document.elementFromPoint(z.clientX,z.clientY),ne=this._elementRef.nativeElement;N!==ne&&!ne.contains(N)&&this.hide()}}_disableNativeGesturesIfNecessary(){const z=this.touchGestures;if("off"!==z){const N=this._elementRef.nativeElement,ne=N.style;("on"===z||"INPUT"!==N.nodeName&&"TEXTAREA"!==N.nodeName)&&(ne.userSelect=ne.msUserSelect=ne.webkitUserSelect=ne.MozUserSelect="none"),("on"===z||!N.draggable)&&(ne.webkitUserDrag="none"),ne.touchAction="none",ne.webkitTapHighlightColor="transparent"}}static{this.\u0275fac=function(N){return new(N||r)(l.rXU(w.hJ),l.rXU(l.aKT),l.rXU(y.R),l.rXU(l.c1b),l.rXU(l.SKi),l.rXU(m.OD),l.rXU(R.vr),l.rXU(R.FN),l.rXU($),l.rXU(d.dS),l.rXU(ae,8),l.rXU(x.qQ))}}static{this.\u0275dir=l.FsC({type:r,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-mdc-tooltip-trigger"],hostVars:2,hostBindings:function(N,ne){2&N&&l.AVh("mat-mdc-tooltip-disabled",ne.disabled)},inputs:{position:[0,"matTooltipPosition","position"],positionAtOrigin:[0,"matTooltipPositionAtOrigin","positionAtOrigin"],disabled:[0,"matTooltipDisabled","disabled"],showDelay:[0,"matTooltipShowDelay","showDelay"],hideDelay:[0,"matTooltipHideDelay","hideDelay"],touchGestures:[0,"matTooltipTouchGestures","touchGestures"],message:[0,"matTooltip","message"],tooltipClass:[0,"matTooltipClass","tooltipClass"]},exportAs:["matTooltip"]})}}return r})(),L=(()=>{class r{constructor(z,N,ne){this._changeDetectorRef=z,this._elementRef=N,this._isMultiline=!1,this._closeOnInteraction=!1,this._isVisible=!1,this._onHide=new k.B,this._showAnimation="mat-mdc-tooltip-show",this._hideAnimation="mat-mdc-tooltip-hide",this._animationsDisabled="NoopAnimations"===ne}show(z){null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},z)}hide(z){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},z)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){this._cancelPendingAnimations(),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:z}){(!z||!this._triggerElement.contains(z))&&(this.isVisible()?this.hide(this._mouseLeaveHideDelay):this._finalizeAnimation(!1))}_onShow(){this._isMultiline=this._isTooltipMultiline(),this._markForCheck()}_isTooltipMultiline(){const z=this._elementRef.nativeElement.getBoundingClientRect();return z.height>24&&z.width>=200}_handleAnimationEnd({animationName:z}){(z===this._showAnimation||z===this._hideAnimation)&&this._finalizeAnimation(z===this._showAnimation)}_cancelPendingAnimations(){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=this._hideTimeoutId=void 0}_finalizeAnimation(z){z?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(z){const N=this._tooltip.nativeElement,ne=this._showAnimation,Ie=this._hideAnimation;if(N.classList.remove(z?Ie:ne),N.classList.add(z?ne:Ie),this._isVisible=z,z&&!this._animationsDisabled&&"function"==typeof getComputedStyle){const at=getComputedStyle(N);("0s"===at.getPropertyValue("animation-duration")||"none"===at.getPropertyValue("animation-name"))&&(this._animationsDisabled=!0)}z&&this._onShow(),this._animationsDisabled&&(N.classList.add("_mat-animation-noopable"),this._finalizeAnimation(z))}static{this.\u0275fac=function(N){return new(N||r)(l.rXU(l.gRc),l.rXU(l.aKT),l.rXU(l.bc$,8))}}static{this.\u0275cmp=l.VBU({type:r,selectors:[["mat-tooltip-component"]],viewQuery:function(N,ne){if(1&N&&l.GBs(U,7),2&N){let Ie;l.mGM(Ie=l.lsd())&&(ne._tooltip=Ie.first)}},hostAttrs:["aria-hidden","true"],hostVars:2,hostBindings:function(N,ne){1&N&&l.bIt("mouseleave",function(at){return ne._handleMouseLeave(at)}),2&N&&l.xc7("zoom",ne.isVisible()?1:null)},decls:4,vars:4,consts:[["tooltip",""],[1,"mdc-tooltip","mdc-tooltip--shown","mat-mdc-tooltip",3,"animationend","ngClass"],[1,"mdc-tooltip__surface","mdc-tooltip__surface-animation"]],template:function(N,ne){if(1&N){const Ie=l.RV6();l.j41(0,"div",1,0),l.bIt("animationend",function(Ye){return l.eBV(Ie),l.Njj(ne._handleAnimationEnd(Ye))}),l.j41(2,"div",2),l.EFF(3),l.k0s()()}2&N&&(l.AVh("mdc-tooltip--multiline",ne._isMultiline),l.Y8G("ngClass",ne.tooltipClass),l.R7$(3),l.JRh(ne.message))},dependencies:[x.YU],styles:['.mdc-tooltip__surface{word-break:break-all;word-break:var(--mdc-tooltip-word-break, normal);overflow-wrap:anywhere}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-tooltip{position:fixed;display:none;z-index:9}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--shown,.mdc-tooltip--showing,.mdc-tooltip--hide{display:inline-flex}.mdc-tooltip--shown.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--hide.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip__surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-tooltip__surface::before{border-color:CanvasText}}.mdc-tooltip--rich .mdc-tooltip__surface{align-items:flex-start;display:flex;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface,.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl]{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(200px - 2*8px);margin:8px;text-align:left}[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content,.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl]{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:calc(320px - 2*8px);align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(0.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-top,.mdc-tooltip__caret-surface-bottom{position:absolute;height:24px;width:24px;transform:rotate(35deg) skewY(20deg) scaleX(0.9396926208)}.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);outline:1px solid rgba(0,0,0,0);z-index:-1}@media screen and (forced-colors: active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mat-mdc-tooltip .mdc-tooltip__surface{background-color:var(--mdc-plain-tooltip-container-color)}.mat-mdc-tooltip .mdc-tooltip__surface{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__caret-surface-top,.mat-mdc-tooltip .mdc-tooltip__caret-surface-bottom{border-radius:var(--mdc-plain-tooltip-container-shape)}.mat-mdc-tooltip .mdc-tooltip__surface{color:var(--mdc-plain-tooltip-supporting-text-color)}.mat-mdc-tooltip .mdc-tooltip__surface{font-family:var(--mdc-plain-tooltip-supporting-text-font);line-height:var(--mdc-plain-tooltip-supporting-text-line-height);font-size:var(--mdc-plain-tooltip-supporting-text-size);font-weight:var(--mdc-plain-tooltip-supporting-text-weight);letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking)}.mat-mdc-tooltip{position:relative;transform:scale(0)}.mat-mdc-tooltip::before{content:"";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}'],encapsulation:2,changeDetection:0})}}return r})(),_=(()=>{class r{static{this.\u0275fac=function(N){return new(N||r)}}static{this.\u0275mod=l.$C({type:r})}static{this.\u0275inj=l.G2t({providers:[ie],imports:[R.Pd,x.MD,w.z_,V.yE,V.yE,y.Gj]})}}return r})()},7358:(Ve,ee,p)=>{"use strict";p.d(ee,{Zh:()=>ie,d6:()=>w,jH:()=>Y,lQ:()=>V,pO:()=>U,q1:()=>T,wx:()=>F,yI:()=>y});var t=p(4109),e=p(4438),C=p(6600),S=p(4085),l=p(5024),x=p(4412),m=p(7786),R=p(6354);const d=(0,C.BF)((0,C.Ob)(t.xn));let w=(()=>{class ve extends d{constructor(ye,ue,be){super(ye,ue),this.tabIndex=Number(be)||0}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.\u0275fac=function(ue){return new(ue||ve)(e.rXU(e.aKT),e.rXU(t.NL),e.kS0("tabindex"))}}static{this.\u0275dir=e.FsC({type:ve,selectors:[["mat-tree-node"]],hostAttrs:[1,"mat-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["matTreeNode"],features:[e.Jv_([{provide:t.xn,useExisting:ve}]),e.Vt3]})}}return ve})(),y=(()=>{class ve extends t.Sz{static{this.\u0275fac=(()=>{let ye;return function(be){return(ye||(ye=e.xGo(ve)))(be||ve)}})()}static{this.\u0275dir=e.FsC({type:ve,selectors:[["","matTreeNodeDef",""]],inputs:{when:[0,"matTreeNodeDefWhen","when"],data:[0,"matTreeNode","data"]},features:[e.Jv_([{provide:t.Sz,useExisting:ve}]),e.Vt3]})}}return ve})(),T=(()=>{class ve extends t.s3{get disabled(){return this._disabled}set disabled(ye){this._disabled=(0,S.he)(ye)}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(ye){this._tabIndex=ye??0}constructor(ye,ue,be,D){super(ye,ue,be),this._disabled=!1,this.tabIndex=Number(D)||0}ngOnInit(){super.ngOnInit()}ngAfterContentInit(){super.ngAfterContentInit()}ngOnDestroy(){super.ngOnDestroy()}static{this.\u0275fac=function(ue){return new(ue||ve)(e.rXU(e.aKT),e.rXU(t.NL),e.rXU(e._q3),e.kS0("tabindex"))}}static{this.\u0275dir=e.FsC({type:ve,selectors:[["mat-nested-tree-node"]],hostAttrs:[1,"mat-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex",node:[0,"matNestedTreeNode","node"]},exportAs:["matNestedTreeNode"],features:[e.Jv_([{provide:t.s3,useExisting:ve},{provide:t.xn,useExisting:ve},{provide:t.kZ,useExisting:ve}]),e.Vt3]})}}return ve})(),F=(()=>{class ve{constructor(ye,ue){this.viewContainer=ye,this._node=ue}static{this.\u0275fac=function(ue){return new(ue||ve)(e.rXU(e.c1b),e.rXU(t.kZ,8))}}static{this.\u0275dir=e.FsC({type:ve,selectors:[["","matTreeNodeOutlet",""]],features:[e.Jv_([{provide:t.a$,useExisting:ve}])]})}}return ve})(),V=(()=>{class ve extends t.NL{constructor(){super(...arguments),this._nodeOutlet=void 0}static{this.\u0275fac=(()=>{let ye;return function(be){return(ye||(ye=e.xGo(ve)))(be||ve)}})()}static{this.\u0275cmp=e.VBU({type:ve,selectors:[["mat-tree"]],viewQuery:function(ue,be){if(1&ue&&e.GBs(F,7),2&ue){let D;e.mGM(D=e.lsd())&&(be._nodeOutlet=D.first)}},hostAttrs:["role","tree",1,"mat-tree"],exportAs:["matTree"],features:[e.Jv_([{provide:t.NL,useExisting:ve}]),e.Vt3],decls:1,vars:0,consts:[["matTreeNodeOutlet",""]],template:function(ue,be){1&ue&&e.eu8(0,0)},dependencies:[F],styles:[".mat-tree{display:block;background-color:var(--mat-tree-container-background-color)}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color);font-family:var(--mat-tree-node-text-font);font-size:var(--mat-tree-node-text-size);font-weight:var(--mat-tree-node-text-weight)}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height)}.mat-nested-tree-node{border-bottom-width:0}"],encapsulation:2})}}return ve})(),U=(()=>{class ve extends t.Hy{static{this.\u0275fac=(()=>{let ye;return function(be){return(ye||(ye=e.xGo(ve)))(be||ve)}})()}static{this.\u0275dir=e.FsC({type:ve,selectors:[["","matTreeNodeToggle",""]],inputs:{recursive:[0,"matTreeNodeToggleRecursive","recursive"]},features:[e.Jv_([{provide:t.Hy,useExisting:ve}]),e.Vt3]})}}return ve})(),Y=(()=>{class ve{static{this.\u0275fac=function(ue){return new(ue||ve)}}static{this.\u0275mod=e.$C({type:ve})}static{this.\u0275inj=e.G2t({imports:[t.Dc,C.yE,C.yE]})}}return ve})();class ie extends l.qS{constructor(){super(...arguments),this._data=new x.t([])}get data(){return this._data.value}set data(ae){this._data.next(ae)}connect(ae){return(0,m.h)(ae.viewChange,this._data).pipe((0,R.T)(()=>this.data))}disconnect(){}}},345:(Ve,ee,p)=>{"use strict";p.d(ee,{B7:()=>ue,Bb:()=>pe,fM:()=>wt,hE:()=>fe,sG:()=>te,up:()=>ut});var t=p(177),e=p(4438);class C extends t.VF{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class S extends C{static makeCurrent(){(0,t.ZD)(new S)}onAndCancel(xe,ce,Me){return xe.addEventListener(ce,Me),()=>{xe.removeEventListener(ce,Me)}}dispatchEvent(xe,ce){xe.dispatchEvent(ce)}remove(xe){xe.parentNode&&xe.parentNode.removeChild(xe)}createElement(xe,ce){return(ce=ce||this.getDefaultDocument()).createElement(xe)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(xe){return xe.nodeType===Node.ELEMENT_NODE}isShadowRoot(xe){return xe instanceof DocumentFragment}getGlobalEventTarget(xe,ce){return"window"===ce?window:"document"===ce?xe:"body"===ce?xe.body:null}getBaseHref(xe){const ce=function x(){return l=l||document.querySelector("base"),l?l.getAttribute("href"):null}();return null==ce?null:function m(me){return new URL(me,document.baseURI).pathname}(ce)}resetBaseElement(){l=null}getUserAgent(){return window.navigator.userAgent}getCookie(xe){return(0,t._b)(document.cookie,xe)}}let l=null,d=(()=>{class me{build(){return new XMLHttpRequest}static{this.\u0275fac=function(Me){return new(Me||me)}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();const w=new e.nKC("");let y=(()=>{class me{constructor(ce,Me){this._zone=Me,this._eventNameToPlugin=new Map,ce.forEach(Xe=>{Xe.manager=this}),this._plugins=ce.slice().reverse()}addEventListener(ce,Me,Xe){return this._findPluginFor(Me).addEventListener(ce,Me,Xe)}getZone(){return this._zone}_findPluginFor(ce){let Me=this._eventNameToPlugin.get(ce);if(Me)return Me;if(Me=this._plugins.find(Pe=>Pe.supports(ce)),!Me)throw new e.wOt(5101,!1);return this._eventNameToPlugin.set(ce,Me),Me}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(w),e.KVO(e.SKi))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();class T{constructor(xe){this._doc=xe}}const k="ng-app-id";let F=(()=>{class me{constructor(ce,Me,Xe,Pe={}){this.doc=ce,this.appId=Me,this.nonce=Xe,this.platformId=Pe,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=(0,t.Vy)(Pe),this.resetHostNodes()}addStyles(ce){for(const Me of ce)1===this.changeUsageCount(Me,1)&&this.onStyleAdded(Me)}removeStyles(ce){for(const Me of ce)this.changeUsageCount(Me,-1)<=0&&this.onStyleRemoved(Me)}ngOnDestroy(){const ce=this.styleNodesInDOM;ce&&(ce.forEach(Me=>Me.remove()),ce.clear());for(const Me of this.getAllStyles())this.onStyleRemoved(Me);this.resetHostNodes()}addHost(ce){this.hostNodes.add(ce);for(const Me of this.getAllStyles())this.addStyleToHost(ce,Me)}removeHost(ce){this.hostNodes.delete(ce)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(ce){for(const Me of this.hostNodes)this.addStyleToHost(Me,ce)}onStyleRemoved(ce){const Me=this.styleRef;Me.get(ce)?.elements?.forEach(Xe=>Xe.remove()),Me.delete(ce)}collectServerRenderedStyles(){const ce=this.doc.head?.querySelectorAll(`style[${k}="${this.appId}"]`);if(ce?.length){const Me=new Map;return ce.forEach(Xe=>{null!=Xe.textContent&&Me.set(Xe.textContent,Xe)}),Me}return null}changeUsageCount(ce,Me){const Xe=this.styleRef;if(Xe.has(ce)){const Pe=Xe.get(ce);return Pe.usage+=Me,Pe.usage}return Xe.set(ce,{usage:Me,elements:[]}),Me}getStyleElement(ce,Me){const Xe=this.styleNodesInDOM,Pe=Xe?.get(Me);if(Pe?.parentNode===ce)return Xe.delete(Me),Pe.removeAttribute(k),Pe;{const Oe=this.doc.createElement("style");return this.nonce&&Oe.setAttribute("nonce",this.nonce),Oe.textContent=Me,this.platformIsServer&&Oe.setAttribute(k,this.appId),ce.appendChild(Oe),Oe}}addStyleToHost(ce,Me){const Xe=this.getStyleElement(ce,Me),Pe=this.styleRef,Oe=Pe.get(Me)?.elements;Oe?Oe.push(Xe):Pe.set(Me,{elements:[Xe],usage:1})}resetHostNodes(){const ce=this.hostNodes;ce.clear(),ce.add(this.doc.head)}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ),e.KVO(e.sZ2),e.KVO(e.BIS,8),e.KVO(e.Agw))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();const V={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},U=/%COMP%/g,G="%COMP%",Y=`_nghost-${G}`,$=`_ngcontent-${G}`,ie=new e.nKC("",{providedIn:"root",factory:()=>!0});function ye(me,xe){return xe.map(ce=>ce.replace(U,me))}let ue=(()=>{class me{constructor(ce,Me,Xe,Pe,Oe,we,De,$e=null){this.eventManager=ce,this.sharedStylesHost=Me,this.appId=Xe,this.removeStylesOnCompDestroy=Pe,this.doc=Oe,this.platformId=we,this.ngZone=De,this.nonce=$e,this.rendererByCompId=new Map,this.platformIsServer=(0,t.Vy)(we),this.defaultRenderer=new be(ce,Oe,De,this.platformIsServer)}createRenderer(ce,Me){if(!ce||!Me)return this.defaultRenderer;this.platformIsServer&&Me.encapsulation===e.gXe.ShadowDom&&(Me={...Me,encapsulation:e.gXe.Emulated});const Xe=this.getOrCreateRenderer(ce,Me);return Xe instanceof M?Xe.applyToHost(ce):Xe instanceof h&&Xe.applyStyles(),Xe}getOrCreateRenderer(ce,Me){const Xe=this.rendererByCompId;let Pe=Xe.get(Me.id);if(!Pe){const Oe=this.doc,we=this.ngZone,De=this.eventManager,$e=this.sharedStylesHost,$t=this.removeStylesOnCompDestroy,Ft=this.platformIsServer;switch(Me.encapsulation){case e.gXe.Emulated:Pe=new M(De,$e,Me,this.appId,$t,Oe,we,Ft);break;case e.gXe.ShadowDom:return new f(De,$e,ce,Me,Oe,we,this.nonce,Ft);default:Pe=new h(De,$e,Me,$t,Oe,we,Ft)}Xe.set(Me.id,Pe)}return Pe}ngOnDestroy(){this.rendererByCompId.clear()}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(y),e.KVO(F),e.KVO(e.sZ2),e.KVO(ie),e.KVO(t.qQ),e.KVO(e.Agw),e.KVO(e.SKi),e.KVO(e.BIS))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();class be{constructor(xe,ce,Me,Xe){this.eventManager=xe,this.doc=ce,this.ngZone=Me,this.platformIsServer=Xe,this.data=Object.create(null),this.throwOnSyntheticProps=!0,this.destroyNode=null}destroy(){}createElement(xe,ce){return ce?this.doc.createElementNS(V[ce]||ce,xe):this.doc.createElement(xe)}createComment(xe){return this.doc.createComment(xe)}createText(xe){return this.doc.createTextNode(xe)}appendChild(xe,ce){(c(xe)?xe.content:xe).appendChild(ce)}insertBefore(xe,ce,Me){xe&&(c(xe)?xe.content:xe).insertBefore(ce,Me)}removeChild(xe,ce){xe&&xe.removeChild(ce)}selectRootElement(xe,ce){let Me="string"==typeof xe?this.doc.querySelector(xe):xe;if(!Me)throw new e.wOt(-5104,!1);return ce||(Me.textContent=""),Me}parentNode(xe){return xe.parentNode}nextSibling(xe){return xe.nextSibling}setAttribute(xe,ce,Me,Xe){if(Xe){ce=Xe+":"+ce;const Pe=V[Xe];Pe?xe.setAttributeNS(Pe,ce,Me):xe.setAttribute(ce,Me)}else xe.setAttribute(ce,Me)}removeAttribute(xe,ce,Me){if(Me){const Xe=V[Me];Xe?xe.removeAttributeNS(Xe,ce):xe.removeAttribute(`${Me}:${ce}`)}else xe.removeAttribute(ce)}addClass(xe,ce){xe.classList.add(ce)}removeClass(xe,ce){xe.classList.remove(ce)}setStyle(xe,ce,Me,Xe){Xe&(e.czy.DashCase|e.czy.Important)?xe.style.setProperty(ce,Me,Xe&e.czy.Important?"important":""):xe.style[ce]=Me}removeStyle(xe,ce,Me){Me&e.czy.DashCase?xe.style.removeProperty(ce):xe.style[ce]=""}setProperty(xe,ce,Me){null!=xe&&(xe[ce]=Me)}setValue(xe,ce){xe.nodeValue=ce}listen(xe,ce,Me){if("string"==typeof xe&&!(xe=(0,t.QT)().getGlobalEventTarget(this.doc,xe)))throw new Error(`Unsupported event target ${xe} for event ${ce}`);return this.eventManager.addEventListener(xe,ce,this.decoratePreventDefault(Me))}decoratePreventDefault(xe){return ce=>{if("__ngUnwrap__"===ce)return xe;!1===(this.platformIsServer?this.ngZone.runGuarded(()=>xe(ce)):xe(ce))&&ce.preventDefault()}}}function c(me){return"TEMPLATE"===me.tagName&&void 0!==me.content}class f extends be{constructor(xe,ce,Me,Xe,Pe,Oe,we,De){super(xe,Pe,Oe,De),this.sharedStylesHost=ce,this.hostEl=Me,this.shadowRoot=Me.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const $e=ye(Xe.id,Xe.styles);for(const $t of $e){const Ft=document.createElement("style");we&&Ft.setAttribute("nonce",we),Ft.textContent=$t,this.shadowRoot.appendChild(Ft)}}nodeOrShadowRoot(xe){return xe===this.hostEl?this.shadowRoot:xe}appendChild(xe,ce){return super.appendChild(this.nodeOrShadowRoot(xe),ce)}insertBefore(xe,ce,Me){return super.insertBefore(this.nodeOrShadowRoot(xe),ce,Me)}removeChild(xe,ce){return super.removeChild(this.nodeOrShadowRoot(xe),ce)}parentNode(xe){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(xe)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class h extends be{constructor(xe,ce,Me,Xe,Pe,Oe,we,De){super(xe,Pe,Oe,we),this.sharedStylesHost=ce,this.removeStylesOnCompDestroy=Xe,this.styles=De?ye(De,Me.styles):Me.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}}class M extends h{constructor(xe,ce,Me,Xe,Pe,Oe,we,De){const $e=Xe+"-"+Me.id;super(xe,ce,Me,Pe,Oe,we,De,$e),this.contentAttr=function ve(me){return $.replace(U,me)}($e),this.hostAttr=function ae(me){return Y.replace(U,me)}($e)}applyToHost(xe){this.applyStyles(),this.setAttribute(xe,this.hostAttr,"")}createElement(xe,ce){const Me=super.createElement(xe,ce);return super.setAttribute(Me,this.contentAttr,""),Me}}let L=(()=>{class me extends T{constructor(ce){super(ce)}supports(ce){return!0}addEventListener(ce,Me,Xe){return ce.addEventListener(Me,Xe,!1),()=>this.removeEventListener(ce,Me,Xe)}removeEventListener(ce,Me,Xe){return ce.removeEventListener(Me,Xe)}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();const O=["alt","control","meta","shift"],_={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},r={alt:me=>me.altKey,control:me=>me.ctrlKey,meta:me=>me.metaKey,shift:me=>me.shiftKey};let v=(()=>{class me extends T{constructor(ce){super(ce)}supports(ce){return null!=me.parseEventName(ce)}addEventListener(ce,Me,Xe){const Pe=me.parseEventName(Me),Oe=me.eventCallback(Pe.fullKey,Xe,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,t.QT)().onAndCancel(ce,Pe.domEventName,Oe))}static parseEventName(ce){const Me=ce.toLowerCase().split("."),Xe=Me.shift();if(0===Me.length||"keydown"!==Xe&&"keyup"!==Xe)return null;const Pe=me._normalizeKey(Me.pop());let Oe="",we=Me.indexOf("code");if(we>-1&&(Me.splice(we,1),Oe="code."),O.forEach($e=>{const $t=Me.indexOf($e);$t>-1&&(Me.splice($t,1),Oe+=$e+".")}),Oe+=Pe,0!=Me.length||0===Pe.length)return null;const De={};return De.domEventName=Xe,De.fullKey=Oe,De}static matchEventFullKeyCode(ce,Me){let Xe=_[ce.key]||ce.key,Pe="";return Me.indexOf("code.")>-1&&(Xe=ce.code,Pe="code."),!(null==Xe||!Xe)&&(Xe=Xe.toLowerCase()," "===Xe?Xe="space":"."===Xe&&(Xe="dot"),O.forEach(Oe=>{Oe!==Xe&&(0,r[Oe])(ce)&&(Pe+=Oe+".")}),Pe+=Xe,Pe===Me)}static eventCallback(ce,Me,Xe){return Pe=>{me.matchEventFullKeyCode(Pe,ce)&&Xe.runGuarded(()=>Me(Pe))}}static _normalizeKey(ce){return"esc"===ce?"escape":ce}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})();const te=(0,e.oH4)(e.fpN,"browser",[{provide:e.Agw,useValue:t.AJ},{provide:e.PLl,useValue:function at(){S.makeCurrent()},multi:!0},{provide:t.qQ,useFactory:function rt(){return(0,e.TL$)(document),document},deps:[]}]),oe=new e.nKC(""),_e=[{provide:e.e01,useClass:class R{addToWindow(xe){e.JZv.getAngularTestability=(Me,Xe=!0)=>{const Pe=xe.findTestabilityInTree(Me,Xe);if(null==Pe)throw new e.wOt(5103,!1);return Pe},e.JZv.getAllAngularTestabilities=()=>xe.getAllTestabilities(),e.JZv.getAllAngularRootElements=()=>xe.getAllRootElements(),e.JZv.frameworkStabilizers||(e.JZv.frameworkStabilizers=[]),e.JZv.frameworkStabilizers.push(Me=>{const Xe=e.JZv.getAllAngularTestabilities();let Pe=Xe.length;const Oe=function(){Pe--,0==Pe&&Me()};Xe.forEach(we=>{we.whenStable(Oe)})})}findTestabilityInTree(xe,ce,Me){return null==ce?null:xe.getTestability(ce)??(Me?(0,t.QT)().isShadowRoot(ce)?this.findTestabilityInTree(xe,ce.host,!0):this.findTestabilityInTree(xe,ce.parentElement,!0):null)}},deps:[]},{provide:e.WHO,useClass:e.NYb,deps:[e.SKi,e.giA,e.e01]},{provide:e.NYb,useClass:e.NYb,deps:[e.SKi,e.giA,e.e01]}],de=[{provide:e.H8p,useValue:"root"},{provide:e.zcH,useFactory:function Ye(){return new e.zcH},deps:[]},{provide:w,useClass:L,multi:!0,deps:[t.qQ,e.SKi,e.Agw]},{provide:w,useClass:v,multi:!0,deps:[t.qQ]},ue,F,y,{provide:e._9s,useExisting:ue},{provide:t.N0,useClass:d,deps:[]},[]];let pe=(()=>{class me{constructor(ce){}static withServerTransition(ce){return{ngModule:me,providers:[{provide:e.sZ2,useValue:ce.appId}]}}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(oe,12))}}static{this.\u0275mod=e.$C({type:me})}static{this.\u0275inj=e.G2t({providers:[...de,..._e],imports:[t.MD,e.Hbi]})}}return me})(),fe=(()=>{class me{constructor(ce){this._doc=ce}getTitle(){return this._doc.title}setTitle(ce){this._doc.title=ce||""}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac,providedIn:"root"})}}return me})();const Qe={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},nt=new e.nKC("HammerGestureConfig"),Ue=new e.nKC("HammerLoader");let ht=(()=>{class me{constructor(){this.events=[],this.overrides={}}buildHammer(ce){const Me=new Hammer(ce,this.options);Me.get("pinch").set({enable:!0}),Me.get("rotate").set({enable:!0});for(const Xe in this.overrides)Me.get(Xe).set(this.overrides[Xe]);return Me}static{this.\u0275fac=function(Me){return new(Me||me)}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})(),tt=(()=>{class me extends T{constructor(ce,Me,Xe,Pe){super(ce),this._config=Me,this.console=Xe,this.loader=Pe,this._loaderPromise=null}supports(ce){return!(!Qe.hasOwnProperty(ce.toLowerCase())&&!this.isCustomEvent(ce)||!window.Hammer&&!this.loader)}addEventListener(ce,Me,Xe){const Pe=this.manager.getZone();if(Me=Me.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||Pe.runOutsideAngular(()=>this.loader());let Oe=!1,we=()=>{Oe=!0};return Pe.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?Oe||(we=this.addEventListener(ce,Me,Xe)):we=()=>{}}).catch(()=>{we=()=>{}})),()=>{we()}}return Pe.runOutsideAngular(()=>{const Oe=this._config.buildHammer(ce),we=function(De){Pe.runGuarded(function(){Xe(De)})};return Oe.on(Me,we),()=>{Oe.off(Me,we),"function"==typeof Oe.destroy&&Oe.destroy()}})}isCustomEvent(ce){return this._config.events.indexOf(ce)>-1}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ),e.KVO(nt),e.KVO(e.H3F),e.KVO(Ue,8))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac})}}return me})(),wt=(()=>{class me{static{this.\u0275fac=function(Me){return new(Me||me)}}static{this.\u0275mod=e.$C({type:me})}static{this.\u0275inj=e.G2t({providers:[{provide:w,useClass:tt,multi:!0,deps:[t.qQ,nt,e.H3F,[new e.Xx1,Ue]]},{provide:nt,useClass:ht,deps:[]}]})}}return me})(),ut=(()=>{class me{static{this.\u0275fac=function(Me){return new(Me||me)}}static{this.\u0275prov=e.jDH({token:me,factory:function(Me){let Xe=null;return Xe=Me?new(Me||me):e.KVO(vt),Xe},providedIn:"root"})}}return me})(),vt=(()=>{class me extends ut{constructor(ce){super(),this._doc=ce}sanitize(ce,Me){if(null==Me)return null;switch(ce){case e.WPN.NONE:return Me;case e.WPN.HTML:return(0,e.ZF7)(Me,"HTML")?(0,e.rcV)(Me):(0,e.h9k)(this._doc,String(Me)).toString();case e.WPN.STYLE:return(0,e.ZF7)(Me,"Style")?(0,e.rcV)(Me):Me;case e.WPN.SCRIPT:if((0,e.ZF7)(Me,"Script"))return(0,e.rcV)(Me);throw new e.wOt(5200,!1);case e.WPN.URL:return(0,e.ZF7)(Me,"URL")?(0,e.rcV)(Me):(0,e.$MX)(String(Me));case e.WPN.RESOURCE_URL:if((0,e.ZF7)(Me,"ResourceURL"))return(0,e.rcV)(Me);throw new e.wOt(5201,!1);default:throw new e.wOt(5202,!1)}}bypassSecurityTrustHtml(ce){return(0,e.Kcf)(ce)}bypassSecurityTrustStyle(ce){return(0,e.cWb)(ce)}bypassSecurityTrustScript(ce){return(0,e.UyX)(ce)}bypassSecurityTrustUrl(ce){return(0,e.osQ)(ce)}bypassSecurityTrustResourceUrl(ce){return(0,e.e5t)(ce)}static{this.\u0275fac=function(Me){return new(Me||me)(e.KVO(t.qQ))}}static{this.\u0275prov=e.jDH({token:me,factory:me.\u0275fac,providedIn:"root"})}}return me})()},1188:(Ve,ee,p)=>{"use strict";p.d(ee,{nX:()=>kr,j5:()=>It,wF:()=>it,L6:()=>un,Z:()=>q,gx:()=>ir,Ix:()=>an,Wk:()=>da,wQ:()=>Xa,iI:()=>En,n3:()=>ln});var t=p(467),e=p(4438),C=p(4402),S=p(2806),l=p(7673),x=p(4412),m=p(4572),R=p(9350),d=p(8793),w=p(9030),y=p(1203),T=p(8810),k=p(983),F=p(17),V=p(1413),U=p(8359),G=p(177),Y=p(6354),$=p(5558),Z=p(6697),ie=p(9172),ve=p(5964),ae=p(1397),ye=p(1594),ue=p(274),be=p(8141),D=p(9437),n=p(2816),c=p(9901),f=p(9974),h=p(4360);function M(ge){return ge<=0?()=>k.w:(0,f.N)((Ne,Ce)=>{let ze=[];Ne.subscribe((0,h._)(Ce,gt=>{ze.push(gt),ge{for(const gt of ze)Ce.next(gt);Ce.complete()},void 0,()=>{ze=null}))})}var L=p(3774),O=p(3669),r=p(3703),v=p(980),z=p(9898),N=p(6977),ne=p(6365),Ie=p(345);const at="primary",Ye=Symbol("RouteTitle");class rt{constructor(Ne){this.params=Ne||{}}has(Ne){return Object.prototype.hasOwnProperty.call(this.params,Ne)}get(Ne){if(this.has(Ne)){const Ce=this.params[Ne];return Array.isArray(Ce)?Ce[0]:Ce}return null}getAll(Ne){if(this.has(Ne)){const Ce=this.params[Ne];return Array.isArray(Ce)?Ce:[Ce]}return[]}get keys(){return Object.keys(this.params)}}function re(ge){return new rt(ge)}function te(ge,Ne,Ce){const ze=Ce.path.split("/");if(ze.length>ge.length||"full"===Ce.pathMatch&&(Ne.hasChildren()||ze.lengthze[Ot]===gt)}return ge===Ne}function We(ge){return ge.length>0?ge[ge.length-1]:null}function se(ge){return(0,C.A)(ge)?ge:(0,e.jNT)(ge)?(0,S.H)(Promise.resolve(ge)):(0,l.of)(ge)}const fe={exact:function Ct(ge,Ne,Ce){if(!tt(ge.segments,Ne.segments)||!Je(ge.segments,Ne.segments,Ce)||ge.numberOfChildren!==Ne.numberOfChildren)return!1;for(const ze in Ne.children)if(!ge.children[ze]||!Ct(ge.children[ze],Ne.children[ze],Ce))return!1;return!0},subset:Nt},he={exact:function Ke(ge,Ne){return _e(ge,Ne)},subset:function _t(ge,Ne){return Object.keys(Ne).length<=Object.keys(ge).length&&Object.keys(Ne).every(Ce=>pe(ge[Ce],Ne[Ce]))},ignored:()=>!0};function et(ge,Ne,Ce){return fe[Ce.paths](ge.root,Ne.root,Ce.matrixParams)&&he[Ce.queryParams](ge.queryParams,Ne.queryParams)&&!("exact"===Ce.fragment&&ge.fragment!==Ne.fragment)}function Nt(ge,Ne,Ce){return ke(ge,Ne,Ne.segments,Ce)}function ke(ge,Ne,Ce,ze){if(ge.segments.length>Ce.length){const gt=ge.segments.slice(0,Ce.length);return!(!tt(gt,Ce)||Ne.hasChildren()||!Je(gt,Ce,ze))}if(ge.segments.length===Ce.length){if(!tt(ge.segments,Ce)||!Je(ge.segments,Ce,ze))return!1;for(const gt in Ne.children)if(!ge.children[gt]||!Nt(ge.children[gt],Ne.children[gt],ze))return!1;return!0}{const gt=Ce.slice(0,ge.segments.length),Ot=Ce.slice(ge.segments.length);return!!(tt(ge.segments,gt)&&Je(ge.segments,gt,ze)&&ge.children[at])&&ke(ge.children[at],Ne,Ot,ze)}}function Je(ge,Ne,Ce){return Ne.every((ze,gt)=>he[Ce](ge[gt].parameters,ze.parameters))}class Qe{constructor(Ne=new nt([],{}),Ce={},ze=null){this.root=Ne,this.queryParams=Ce,this.fragment=ze}get queryParamMap(){return this._queryParamMap??=re(this.queryParams),this._queryParamMap}toString(){return Ze.serialize(this)}}class nt{constructor(Ne,Ce){this.segments=Ne,this.children=Ce,this.parent=null,Object.values(Ce).forEach(ze=>ze.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return jt(this)}}class Ue{constructor(Ne,Ce){this.path=Ne,this.parameters=Ce}get parameterMap(){return this._parameterMap??=re(this.parameters),this._parameterMap}toString(){return me(this)}}function tt(ge,Ne){return ge.length===Ne.length&&ge.every((Ce,ze)=>Ce.path===Ne[ze].path)}let ut=(()=>{class ge{static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:()=>new vt,providedIn:"root"})}}return ge})();class vt{parse(Ne){const Ce=new Ft(Ne);return new Qe(Ce.parseRootSegment(),Ce.parseQueryParams(),Ce.parseFragment())}serialize(Ne){const Ce=`/${qe(Ne.root,!0)}`,ze=function ce(ge){const Ne=Object.entries(ge).map(([Ce,ze])=>Array.isArray(ze)?ze.map(gt=>`${Le(Ce)}=${Le(gt)}`).join("&"):`${Le(Ce)}=${Le(ze)}`).filter(Ce=>Ce);return Ne.length?`?${Ne.join("&")}`:""}(Ne.queryParams);return`${Ce}${ze}${"string"==typeof Ne.fragment?`#${function Vt(ge){return encodeURI(ge)}(Ne.fragment)}`:""}`}}const Ze=new vt;function jt(ge){return ge.segments.map(Ne=>me(Ne)).join("/")}function qe(ge,Ne){if(!ge.hasChildren())return jt(ge);if(Ne){const Ce=ge.children[at]?qe(ge.children[at],!1):"",ze=[];return Object.entries(ge.children).forEach(([gt,Ot])=>{gt!==at&&ze.push(`${gt}:${qe(Ot,!1)}`)}),ze.length>0?`${Ce}(${ze.join("//")})`:Ce}{const Ce=function wt(ge,Ne){let Ce=[];return Object.entries(ge.children).forEach(([ze,gt])=>{ze===at&&(Ce=Ce.concat(Ne(gt,ze)))}),Object.entries(ge.children).forEach(([ze,gt])=>{ze!==at&&(Ce=Ce.concat(Ne(gt,ze)))}),Ce}(ge,(ze,gt)=>gt===at?[qe(ge.children[at],!1)]:[`${gt}:${qe(ze,!1)}`]);return 1===Object.keys(ge.children).length&&null!=ge.children[at]?`${jt(ge)}/${Ce[0]}`:`${jt(ge)}/(${Ce.join("//")})`}}function dt(ge){return encodeURIComponent(ge).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function Le(ge){return dt(ge).replace(/%3B/gi,";")}function Zt(ge){return dt(ge).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Et(ge){return decodeURIComponent(ge)}function je(ge){return Et(ge.replace(/\+/g,"%20"))}function me(ge){return`${Zt(ge.path)}${function xe(ge){return Object.entries(ge).map(([Ne,Ce])=>`;${Zt(Ne)}=${Zt(Ce)}`).join("")}(ge.parameters)}`}const Me=/^[^\/()?;#]+/;function Xe(ge){const Ne=ge.match(Me);return Ne?Ne[0]:""}const Pe=/^[^\/()?;=#]+/,we=/^[^=?&#]+/,$e=/^[^&#]+/;class Ft{constructor(Ne){this.url=Ne,this.remaining=Ne}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new nt([],{}):new nt([],this.parseChildren())}parseQueryParams(){const Ne={};if(this.consumeOptional("?"))do{this.parseQueryParam(Ne)}while(this.consumeOptional("&"));return Ne}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const Ne=[];for(this.peekStartsWith("(")||Ne.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),Ne.push(this.parseSegment());let Ce={};this.peekStartsWith("/(")&&(this.capture("/"),Ce=this.parseParens(!0));let ze={};return this.peekStartsWith("(")&&(ze=this.parseParens(!1)),(Ne.length>0||Object.keys(Ce).length>0)&&(ze[at]=new nt(Ne,Ce)),ze}parseSegment(){const Ne=Xe(this.remaining);if(""===Ne&&this.peekStartsWith(";"))throw new e.wOt(4009,!1);return this.capture(Ne),new Ue(Et(Ne),this.parseMatrixParams())}parseMatrixParams(){const Ne={};for(;this.consumeOptional(";");)this.parseParam(Ne);return Ne}parseParam(Ne){const Ce=function Oe(ge){const Ne=ge.match(Pe);return Ne?Ne[0]:""}(this.remaining);if(!Ce)return;this.capture(Ce);let ze="";if(this.consumeOptional("=")){const gt=Xe(this.remaining);gt&&(ze=gt,this.capture(ze))}Ne[Et(Ce)]=Et(ze)}parseQueryParam(Ne){const Ce=function De(ge){const Ne=ge.match(we);return Ne?Ne[0]:""}(this.remaining);if(!Ce)return;this.capture(Ce);let ze="";if(this.consumeOptional("=")){const Jt=function $t(ge){const Ne=ge.match($e);return Ne?Ne[0]:""}(this.remaining);Jt&&(ze=Jt,this.capture(ze))}const gt=je(Ce),Ot=je(ze);if(Ne.hasOwnProperty(gt)){let Jt=Ne[gt];Array.isArray(Jt)||(Jt=[Jt],Ne[gt]=Jt),Jt.push(Ot)}else Ne[gt]=Ot}parseParens(Ne){const Ce={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const ze=Xe(this.remaining),gt=this.remaining[ze.length];if("/"!==gt&&")"!==gt&&";"!==gt)throw new e.wOt(4010,!1);let Ot;ze.indexOf(":")>-1?(Ot=ze.slice(0,ze.indexOf(":")),this.capture(Ot),this.capture(":")):Ne&&(Ot=at);const Jt=this.parseChildren();Ce[Ot]=1===Object.keys(Jt).length?Jt[at]:new nt([],Jt),this.consumeOptional("//")}return Ce}peekStartsWith(Ne){return this.remaining.startsWith(Ne)}consumeOptional(Ne){return!!this.peekStartsWith(Ne)&&(this.remaining=this.remaining.substring(Ne.length),!0)}capture(Ne){if(!this.consumeOptional(Ne))throw new e.wOt(4011,!1)}}function Kt(ge){return ge.segments.length>0?new nt([],{[at]:ge}):ge}function fi(ge){const Ne={};for(const[ze,gt]of Object.entries(ge.children)){const Ot=fi(gt);if(ze===at&&0===Ot.segments.length&&Ot.hasChildren())for(const[Jt,wi]of Object.entries(Ot.children))Ne[Jt]=wi;else(Ot.segments.length>0||Ot.hasChildren())&&(Ne[ze]=Ot)}return function Qt(ge){if(1===ge.numberOfChildren&&ge.children[at]){const Ne=ge.children[at];return new nt(ge.segments.concat(Ne.segments),Ne.children)}return ge}(new nt(ge.segments,Ne))}function zt(ge){return ge instanceof Qe}function ci(ge){let Ne;const gt=Kt(function Ce(Ot){const Jt={};for(const gi of Ot.children){const rn=Ce(gi);Jt[gi.outlet]=rn}const wi=new nt(Ot.url,Jt);return Ot===ge&&(Ne=wi),wi}(ge.root));return Ne??gt}function ui(ge,Ne,Ce,ze){let gt=ge;for(;gt.parent;)gt=gt.parent;if(0===Ne.length)return Li(gt,gt,gt,Ce,ze);const Ot=function ii(ge){if("string"==typeof ge[0]&&1===ge.length&&"/"===ge[0])return new st(!0,0,ge);let Ne=0,Ce=!1;const ze=ge.reduce((gt,Ot,Jt)=>{if("object"==typeof Ot&&null!=Ot){if(Ot.outlets){const wi={};return Object.entries(Ot.outlets).forEach(([gi,rn])=>{wi[gi]="string"==typeof rn?rn.split("/"):rn}),[...gt,{outlets:wi}]}if(Ot.segmentPath)return[...gt,Ot.segmentPath]}return"string"!=typeof Ot?[...gt,Ot]:0===Jt?(Ot.split("/").forEach((wi,gi)=>{0==gi&&"."===wi||(0==gi&&""===wi?Ce=!0:".."===wi?Ne++:""!=wi&>.push(wi))}),gt):[...gt,Ot]},[]);return new st(Ce,Ne,ze)}(Ne);if(Ot.toRoot())return Li(gt,gt,new nt([],{}),Ce,ze);const Jt=function Mt(ge,Ne,Ce){if(ge.isAbsolute)return new Se(Ne,!0,0);if(!Ce)return new Se(Ne,!1,NaN);if(null===Ce.parent)return new Se(Ce,!0,0);const ze=bn(ge.commands[0])?0:1;return function Pt(ge,Ne,Ce){let ze=ge,gt=Ne,Ot=Ce;for(;Ot>gt;){if(Ot-=gt,ze=ze.parent,!ze)throw new e.wOt(4005,!1);gt=ze.segments.length}return new Se(ze,!1,gt-Ot)}(Ce,Ce.segments.length-1+ze,ge.numberOfDoubleDots)}(Ot,gt,ge),wi=Jt.processChildren?Hi(Jt.segmentGroup,Jt.index,Ot.commands):Ei(Jt.segmentGroup,Jt.index,Ot.commands);return Li(gt,Jt.segmentGroup,wi,Ce,ze)}function bn(ge){return"object"==typeof ge&&null!=ge&&!ge.outlets&&!ge.segmentPath}function Qi(ge){return"object"==typeof ge&&null!=ge&&ge.outlets}function Li(ge,Ne,Ce,ze,gt){let Jt,Ot={};ze&&Object.entries(ze).forEach(([gi,rn])=>{Ot[gi]=Array.isArray(rn)?rn.map(Sn=>`${Sn}`):`${rn}`}),Jt=ge===Ne?Ce:nn(ge,Ne,Ce);const wi=Kt(fi(Jt));return new Qe(wi,Ot,gt)}function nn(ge,Ne,Ce){const ze={};return Object.entries(ge.children).forEach(([gt,Ot])=>{ze[gt]=Ot===Ne?Ce:nn(Ot,Ne,Ce)}),new nt(ge.segments,ze)}class st{constructor(Ne,Ce,ze){if(this.isAbsolute=Ne,this.numberOfDoubleDots=Ce,this.commands=ze,Ne&&ze.length>0&&bn(ze[0]))throw new e.wOt(4003,!1);const gt=ze.find(Qi);if(gt&>!==We(ze))throw new e.wOt(4004,!1)}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class Se{constructor(Ne,Ce,ze){this.segmentGroup=Ne,this.processChildren=Ce,this.index=ze}}function Ei(ge,Ne,Ce){if(ge??=new nt([],{}),0===ge.segments.length&&ge.hasChildren())return Hi(ge,Ne,Ce);const ze=function $i(ge,Ne,Ce){let ze=0,gt=Ne;const Ot={match:!1,pathIndex:0,commandIndex:0};for(;gt=Ce.length)return Ot;const Jt=ge.segments[gt],wi=Ce[ze];if(Qi(wi))break;const gi=`${wi}`,rn=ze0&&void 0===gi)break;if(gi&&rn&&"object"==typeof rn&&void 0===rn.outlets){if(!mn(gi,rn,Jt))return Ot;ze+=2}else{if(!mn(gi,{},Jt))return Ot;ze++}gt++}return{match:!0,pathIndex:gt,commandIndex:ze}}(ge,Ne,Ce),gt=Ce.slice(ze.commandIndex);if(ze.match&&ze.pathIndexOt!==at)&&ge.children[at]&&1===ge.numberOfChildren&&0===ge.children[at].segments.length){const Ot=Hi(ge.children[at],Ne,Ce);return new nt(ge.segments,Ot.children)}return Object.entries(ze).forEach(([Ot,Jt])=>{"string"==typeof Jt&&(Jt=[Jt]),null!==Jt&&(gt[Ot]=Ei(ge.children[Ot],Ne,Jt))}),Object.entries(ge.children).forEach(([Ot,Jt])=>{void 0===ze[Ot]&&(gt[Ot]=Jt)}),new nt(ge.segments,gt)}}function hn(ge,Ne,Ce){const ze=ge.segments.slice(0,Ne);let gt=0;for(;gt{"string"==typeof ze&&(ze=[ze]),null!==ze&&(Ne[Ce]=hn(new nt([],{}),0,ze))}),Ne}function _n(ge){const Ne={};return Object.entries(ge).forEach(([Ce,ze])=>Ne[Ce]=`${ze}`),Ne}function mn(ge,Ne,Ce){return ge==Ce.path&&_e(Ne,Ce.parameters)}const Dt="imperative";var ct=function(ge){return ge[ge.NavigationStart=0]="NavigationStart",ge[ge.NavigationEnd=1]="NavigationEnd",ge[ge.NavigationCancel=2]="NavigationCancel",ge[ge.NavigationError=3]="NavigationError",ge[ge.RoutesRecognized=4]="RoutesRecognized",ge[ge.ResolveStart=5]="ResolveStart",ge[ge.ResolveEnd=6]="ResolveEnd",ge[ge.GuardsCheckStart=7]="GuardsCheckStart",ge[ge.GuardsCheckEnd=8]="GuardsCheckEnd",ge[ge.RouteConfigLoadStart=9]="RouteConfigLoadStart",ge[ge.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",ge[ge.ChildActivationStart=11]="ChildActivationStart",ge[ge.ChildActivationEnd=12]="ChildActivationEnd",ge[ge.ActivationStart=13]="ActivationStart",ge[ge.ActivationEnd=14]="ActivationEnd",ge[ge.Scroll=15]="Scroll",ge[ge.NavigationSkipped=16]="NavigationSkipped",ge}(ct||{});class Bt{constructor(Ne,Ce){this.id=Ne,this.url=Ce}}class q extends Bt{constructor(Ne,Ce,ze="imperative",gt=null){super(Ne,Ce),this.type=ct.NavigationStart,this.navigationTrigger=ze,this.restoredState=gt}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class it extends Bt{constructor(Ne,Ce,ze){super(Ne,Ce),this.urlAfterRedirects=ze,this.type=ct.NavigationEnd}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}var Ae=function(ge){return ge[ge.Redirect=0]="Redirect",ge[ge.SupersededByNewNavigation=1]="SupersededByNewNavigation",ge[ge.NoDataFromResolver=2]="NoDataFromResolver",ge[ge.GuardRejected=3]="GuardRejected",ge}(Ae||{}),mt=function(ge){return ge[ge.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",ge[ge.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",ge}(mt||{});class It extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.reason=ze,this.code=gt,this.type=ct.NavigationCancel}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class Ci extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.reason=ze,this.code=gt,this.type=ct.NavigationSkipped}}class un extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.error=ze,this.target=gt,this.type=ct.NavigationError}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class Dn extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.urlAfterRedirects=ze,this.state=gt,this.type=ct.RoutesRecognized}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Hn extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.urlAfterRedirects=ze,this.state=gt,this.type=ct.GuardsCheckStart}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class On extends Bt{constructor(Ne,Ce,ze,gt,Ot){super(Ne,Ce),this.urlAfterRedirects=ze,this.state=gt,this.shouldActivate=Ot,this.type=ct.GuardsCheckEnd}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class Xn extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.urlAfterRedirects=ze,this.state=gt,this.type=ct.ResolveStart}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class ir extends Bt{constructor(Ne,Ce,ze,gt){super(Ne,Ce),this.urlAfterRedirects=ze,this.state=gt,this.type=ct.ResolveEnd}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Fn{constructor(Ne){this.route=Ne,this.type=ct.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class pi{constructor(Ne){this.route=Ne,this.type=ct.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class Oi{constructor(Ne){this.snapshot=Ne,this.type=ct.ChildActivationStart}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Yt{constructor(Ne){this.snapshot=Ne,this.type=ct.ChildActivationEnd}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class yi{constructor(Ne){this.snapshot=Ne,this.type=ct.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class li{constructor(Ne){this.snapshot=Ne,this.type=ct.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class vi{constructor(Ne,Ce,ze){this.routerEvent=Ne,this.position=Ce,this.anchor=ze,this.type=ct.Scroll}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}class Ni{}class ji{constructor(Ne,Ce){this.url=Ne,this.navigationBehaviorOptions=Ce}}class nr{constructor(Ne){this.injector=Ne,this.outlet=null,this.route=null,this.children=new ar(this.injector),this.attachRef=null}}let ar=(()=>{class ge{constructor(Ce){this.parentInjector=Ce,this.contexts=new Map}onChildOutletCreated(Ce,ze){const gt=this.getOrCreateContext(Ce);gt.outlet=ze,this.contexts.set(Ce,gt)}onChildOutletDestroyed(Ce){const ze=this.getContext(Ce);ze&&(ze.outlet=null,ze.attachRef=null)}onOutletDeactivated(){const Ce=this.contexts;return this.contexts=new Map,Ce}onOutletReAttached(Ce){this.contexts=Ce}getOrCreateContext(Ce){let ze=this.getContext(Ce);return ze||(ze=new nr(this.parentInjector),this.contexts.set(Ce,ze)),ze}getContext(Ce){return this.contexts.get(Ce)||null}static{this.\u0275fac=function(ze){return new(ze||ge)(e.KVO(e.uvJ))}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();class tr{constructor(Ne){this._root=Ne}get root(){return this._root.value}parent(Ne){const Ce=this.pathFromRoot(Ne);return Ce.length>1?Ce[Ce.length-2]:null}children(Ne){const Ce=or(Ne,this._root);return Ce?Ce.children.map(ze=>ze.value):[]}firstChild(Ne){const Ce=or(Ne,this._root);return Ce&&Ce.children.length>0?Ce.children[0].value:null}siblings(Ne){const Ce=na(Ne,this._root);return Ce.length<2?[]:Ce[Ce.length-2].children.map(gt=>gt.value).filter(gt=>gt!==Ne)}pathFromRoot(Ne){return na(Ne,this._root).map(Ce=>Ce.value)}}function or(ge,Ne){if(ge===Ne.value)return Ne;for(const Ce of Ne.children){const ze=or(ge,Ce);if(ze)return ze}return null}function na(ge,Ne){if(ge===Ne.value)return[Ne];for(const Ce of Ne.children){const ze=na(ge,Ce);if(ze.length)return ze.unshift(Ne),ze}return[]}class Rr{constructor(Ne,Ce){this.value=Ne,this.children=Ce}toString(){return`TreeNode(${this.value})`}}function Gr(ge){const Ne={};return ge&&ge.children.forEach(Ce=>Ne[Ce.value.outlet]=Ce),Ne}class Uo extends tr{constructor(Ne,Ce){super(Ne),this.snapshot=Ce,io(this,Ne)}toString(){return this.snapshot.toString()}}function yo(ge){const Ne=function Go(ge){const Ot=new Ia([],{},{},"",{},at,ge,null,{});return new Qa("",new Rr(Ot,[]))}(ge),Ce=new x.t([new Ue("",{})]),ze=new x.t({}),gt=new x.t({}),Ot=new x.t({}),Jt=new x.t(""),wi=new kr(Ce,ze,Ot,Jt,gt,at,ge,Ne.root);return wi.snapshot=Ne.root,new Uo(new Rr(wi,[]),Ne)}class kr{constructor(Ne,Ce,ze,gt,Ot,Jt,wi,gi){this.urlSubject=Ne,this.paramsSubject=Ce,this.queryParamsSubject=ze,this.fragmentSubject=gt,this.dataSubject=Ot,this.outlet=Jt,this.component=wi,this._futureSnapshot=gi,this.title=this.dataSubject?.pipe((0,Y.T)(rn=>rn[Ye]))??(0,l.of)(void 0),this.url=Ne,this.params=Ce,this.queryParams=ze,this.fragment=gt,this.data=Ot}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe((0,Y.T)(Ne=>re(Ne))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe((0,Y.T)(Ne=>re(Ne))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function wa(ge,Ne,Ce="emptyOnly"){let ze;const{routeConfig:gt}=ge;return ze=null===Ne||"always"!==Ce&&""!==gt?.path&&(Ne.component||Ne.routeConfig?.loadComponent)?{params:{...ge.params},data:{...ge.data},resolve:{...ge.data,...ge._resolvedData??{}}}:{params:{...Ne.params,...ge.params},data:{...Ne.data,...ge.data},resolve:{...ge.data,...Ne.data,...gt?.data,...ge._resolvedData}},gt&&Co(gt)&&(ze.resolve[Ye]=gt.title),ze}class Ia{get title(){return this.data?.[Ye]}constructor(Ne,Ce,ze,gt,Ot,Jt,wi,gi,rn){this.url=Ne,this.params=Ce,this.queryParams=ze,this.fragment=gt,this.data=Ot,this.outlet=Jt,this.component=wi,this.routeConfig=gi,this._resolve=rn}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=re(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=re(this.queryParams),this._queryParamMap}toString(){return`Route(url:'${this.url.map(ze=>ze.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class Qa extends tr{constructor(Ne,Ce){super(Ce),this.url=Ne,io(this,Ce)}toString(){return vr(this._root)}}function io(ge,Ne){Ne.value._routerState=ge,Ne.children.forEach(Ce=>io(ge,Ce))}function vr(ge){const Ne=ge.children.length>0?` { ${ge.children.map(vr).join(", ")} } `:"";return`${ge.value}${Ne}`}function xo(ge){if(ge.snapshot){const Ne=ge.snapshot,Ce=ge._futureSnapshot;ge.snapshot=Ce,_e(Ne.queryParams,Ce.queryParams)||ge.queryParamsSubject.next(Ce.queryParams),Ne.fragment!==Ce.fragment&&ge.fragmentSubject.next(Ce.fragment),_e(Ne.params,Ce.params)||ge.paramsSubject.next(Ce.params),function oe(ge,Ne){if(ge.length!==Ne.length)return!1;for(let Ce=0;Ce_e(Ce.parameters,Ne[ze].parameters))}(ge.url,Ne.url);return Ce&&!(!ge.parent!=!Ne.parent)&&(!ge.parent||Gn(ge.parent,Ne.parent))}function Co(ge){return"string"==typeof ge.title||null===ge.title}let ln=(()=>{class ge{constructor(){this.activated=null,this._activatedRoute=null,this.name=at,this.activateEvents=new e.bkB,this.deactivateEvents=new e.bkB,this.attachEvents=new e.bkB,this.detachEvents=new e.bkB,this.parentContexts=(0,e.WQX)(ar),this.location=(0,e.WQX)(e.c1b),this.changeDetector=(0,e.WQX)(e.gRc),this.inputBinder=(0,e.WQX)(Ma,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges(Ce){if(Ce.name){const{firstChange:ze,previousValue:gt}=Ce.name;if(ze)return;this.isTrackedInParentContexts(gt)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(gt)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(Ce){return this.parentContexts.getContext(Ce)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;const Ce=this.parentContexts.getContext(this.name);Ce?.route&&(Ce.attachRef?this.attach(Ce.attachRef,Ce.route):this.activateWith(Ce.route,Ce.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new e.wOt(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new e.wOt(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new e.wOt(4012,!1);this.location.detach();const Ce=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(Ce.instance),Ce}attach(Ce,ze){this.activated=Ce,this._activatedRoute=ze,this.location.insert(Ce.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(Ce.instance)}deactivate(){if(this.activated){const Ce=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(Ce)}}activateWith(Ce,ze){if(this.isActivated)throw new e.wOt(4013,!1);this._activatedRoute=Ce;const gt=this.location,Jt=Ce.snapshot.component,wi=this.parentContexts.getOrCreateContext(this.name).children,gi=new $r(Ce,wi,gt.injector);this.activated=gt.createComponent(Jt,{index:gt.length,injector:gi,environmentInjector:ze}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275dir=e.FsC({type:ge,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[e.OA$]})}}return ge})();class $r{__ngOutletInjector(Ne){return new $r(this.route,this.childContexts,Ne)}constructor(Ne,Ce,ze){this.route=Ne,this.childContexts=Ce,this.parent=ze}get(Ne,Ce){return Ne===kr?this.route:Ne===ar?this.childContexts:this.parent.get(Ne,Ce)}}const Ma=new e.nKC("");let lo=(()=>{class ge{constructor(){this.outletDataSubscriptions=new Map}bindActivatedRouteToOutletComponent(Ce){this.unsubscribeFromRouteData(Ce),this.subscribeToRouteData(Ce)}unsubscribeFromRouteData(Ce){this.outletDataSubscriptions.get(Ce)?.unsubscribe(),this.outletDataSubscriptions.delete(Ce)}subscribeToRouteData(Ce){const{activatedRoute:ze}=Ce,gt=(0,m.z)([ze.queryParams,ze.params,ze.data]).pipe((0,$.n)(([Ot,Jt,wi],gi)=>(wi={...Ot,...Jt,...wi},0===gi?(0,l.of)(wi):Promise.resolve(wi)))).subscribe(Ot=>{if(!Ce.isActivated||!Ce.activatedComponentRef||Ce.activatedRoute!==ze||null===ze.component)return void this.unsubscribeFromRouteData(Ce);const Jt=(0,e.HJs)(ze.component);if(Jt)for(const{templateName:wi}of Jt.inputs)Ce.activatedComponentRef.setInput(wi,Ot[wi]);else this.unsubscribeFromRouteData(Ce)});this.outletDataSubscriptions.set(Ce,gt)}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac})}}return ge})();function Po(ge,Ne,Ce){if(Ce&&ge.shouldReuseRoute(Ne.value,Ce.value.snapshot)){const ze=Ce.value;ze._futureSnapshot=Ne.value;const gt=function Qr(ge,Ne,Ce){return Ne.children.map(ze=>{for(const gt of Ce.children)if(ge.shouldReuseRoute(ze.value,gt.value.snapshot))return Po(ge,ze,gt);return Po(ge,ze)})}(ge,Ne,Ce);return new Rr(ze,gt)}{if(ge.shouldAttach(Ne.value)){const Ot=ge.retrieve(Ne.value);if(null!==Ot){const Jt=Ot.route;return Jt.value._futureSnapshot=Ne.value,Jt.children=Ne.children.map(wi=>Po(ge,wi)),Jt}}const ze=function no(ge){return new kr(new x.t(ge.url),new x.t(ge.params),new x.t(ge.queryParams),new x.t(ge.fragment),new x.t(ge.data),ge.outlet,ge.component,ge)}(Ne.value),gt=Ne.children.map(Ot=>Po(ge,Ot));return new Rr(ze,gt)}}class Ea{constructor(Ne,Ce){this.redirectTo=Ne,this.navigationBehaviorOptions=Ce}}const No="ngNavigationCancelingError";function Ra(ge,Ne){const{redirectTo:Ce,navigationBehaviorOptions:ze}=zt(Ne)?{redirectTo:Ne,navigationBehaviorOptions:void 0}:Ne,gt=wo(!1,Ae.Redirect);return gt.url=Ce,gt.navigationBehaviorOptions=ze,gt}function wo(ge,Ne){const Ce=new Error(`NavigationCancelingError: ${ge||""}`);return Ce[No]=!0,Ce.cancellationCode=Ne,Ce}function ma(ge){return!!ge&&ge[No]}let Nr=(()=>{class ge{static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275cmp=e.VBU({type:ge,selectors:[["ng-component"]],standalone:!0,features:[e.aNF],decls:1,vars:0,template:function(ze,gt){1&ze&&e.nrm(0,"router-outlet")},dependencies:[ln],encapsulation:2})}}return ge})();function ro(ge){const Ne=ge.children&&ge.children.map(ro),Ce=Ne?{...ge,children:Ne}:{...ge};return!Ce.component&&!Ce.loadComponent&&(Ne||Ce.loadChildren)&&Ce.outlet&&Ce.outlet!==at&&(Ce.component=Nr),Ce}function wr(ge){return ge.outlet||at}function Wo(ge){if(!ge)return null;if(ge.routeConfig?._injector)return ge.routeConfig._injector;for(let Ne=ge.parent;Ne;Ne=Ne.parent){const Ce=Ne.routeConfig;if(Ce?._loadedInjector)return Ce._loadedInjector;if(Ce?._injector)return Ce._injector}return null}class Ht{constructor(Ne,Ce,ze,gt,Ot){this.routeReuseStrategy=Ne,this.futureState=Ce,this.currState=ze,this.forwardEvent=gt,this.inputBindingEnabled=Ot}activate(Ne){const Ce=this.futureState._root,ze=this.currState?this.currState._root:null;this.deactivateChildRoutes(Ce,ze,Ne),xo(this.futureState.root),this.activateChildRoutes(Ce,ze,Ne)}deactivateChildRoutes(Ne,Ce,ze){const gt=Gr(Ce);Ne.children.forEach(Ot=>{const Jt=Ot.value.outlet;this.deactivateRoutes(Ot,gt[Jt],ze),delete gt[Jt]}),Object.values(gt).forEach(Ot=>{this.deactivateRouteAndItsChildren(Ot,ze)})}deactivateRoutes(Ne,Ce,ze){const gt=Ne.value,Ot=Ce?Ce.value:null;if(gt===Ot)if(gt.component){const Jt=ze.getContext(gt.outlet);Jt&&this.deactivateChildRoutes(Ne,Ce,Jt.children)}else this.deactivateChildRoutes(Ne,Ce,ze);else Ot&&this.deactivateRouteAndItsChildren(Ce,ze)}deactivateRouteAndItsChildren(Ne,Ce){Ne.value.component&&this.routeReuseStrategy.shouldDetach(Ne.value.snapshot)?this.detachAndStoreRouteSubtree(Ne,Ce):this.deactivateRouteAndOutlet(Ne,Ce)}detachAndStoreRouteSubtree(Ne,Ce){const ze=Ce.getContext(Ne.value.outlet),gt=ze&&Ne.value.component?ze.children:Ce,Ot=Gr(Ne);for(const Jt of Object.values(Ot))this.deactivateRouteAndItsChildren(Jt,gt);if(ze&&ze.outlet){const Jt=ze.outlet.detach(),wi=ze.children.onOutletDeactivated();this.routeReuseStrategy.store(Ne.value.snapshot,{componentRef:Jt,route:Ne,contexts:wi})}}deactivateRouteAndOutlet(Ne,Ce){const ze=Ce.getContext(Ne.value.outlet),gt=ze&&Ne.value.component?ze.children:Ce,Ot=Gr(Ne);for(const Jt of Object.values(Ot))this.deactivateRouteAndItsChildren(Jt,gt);ze&&(ze.outlet&&(ze.outlet.deactivate(),ze.children.onOutletDeactivated()),ze.attachRef=null,ze.route=null)}activateChildRoutes(Ne,Ce,ze){const gt=Gr(Ce);Ne.children.forEach(Ot=>{this.activateRoutes(Ot,gt[Ot.value.outlet],ze),this.forwardEvent(new li(Ot.value.snapshot))}),Ne.children.length&&this.forwardEvent(new Yt(Ne.value.snapshot))}activateRoutes(Ne,Ce,ze){const gt=Ne.value,Ot=Ce?Ce.value:null;if(xo(gt),gt===Ot)if(gt.component){const Jt=ze.getOrCreateContext(gt.outlet);this.activateChildRoutes(Ne,Ce,Jt.children)}else this.activateChildRoutes(Ne,Ce,ze);else if(gt.component){const Jt=ze.getOrCreateContext(gt.outlet);if(this.routeReuseStrategy.shouldAttach(gt.snapshot)){const wi=this.routeReuseStrategy.retrieve(gt.snapshot);this.routeReuseStrategy.store(gt.snapshot,null),Jt.children.onOutletReAttached(wi.contexts),Jt.attachRef=wi.componentRef,Jt.route=wi.route.value,Jt.outlet&&Jt.outlet.attach(wi.componentRef,wi.route.value),xo(wi.route.value),this.activateChildRoutes(Ne,null,Jt.children)}else{const wi=Wo(gt.snapshot);Jt.attachRef=null,Jt.route=gt,Jt.injector=wi??Jt.injector,Jt.outlet&&Jt.outlet.activateWith(gt,Jt.injector),this.activateChildRoutes(Ne,null,Jt.children)}}else this.activateChildRoutes(Ne,null,ze)}}class Mi{constructor(Ne){this.path=Ne,this.route=this.path[this.path.length-1]}}class xt{constructor(Ne,Ce){this.component=Ne,this.route=Ce}}function ni(ge,Ne,Ce){const ze=ge._root;return rr(ze,Ne?Ne._root:null,Ce,[ze.value])}function bi(ge,Ne){const Ce=Symbol(),ze=Ne.get(ge,Ce);return ze===Ce?"function"!=typeof ge||(0,e.LfX)(ge)?Ne.get(ge):ge:ze}function rr(ge,Ne,Ce,ze,gt={canDeactivateChecks:[],canActivateChecks:[]}){const Ot=Gr(Ne);return ge.children.forEach(Jt=>{(function Fa(ge,Ne,Ce,ze,gt={canDeactivateChecks:[],canActivateChecks:[]}){const Ot=ge.value,Jt=Ne?Ne.value:null,wi=Ce?Ce.getContext(ge.value.outlet):null;if(Jt&&Ot.routeConfig===Jt.routeConfig){const gi=function Zr(ge,Ne,Ce){if("function"==typeof Ce)return Ce(ge,Ne);switch(Ce){case"pathParamsChange":return!tt(ge.url,Ne.url);case"pathParamsOrQueryParamsChange":return!tt(ge.url,Ne.url)||!_e(ge.queryParams,Ne.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Gn(ge,Ne)||!_e(ge.queryParams,Ne.queryParams);default:return!Gn(ge,Ne)}}(Jt,Ot,Ot.routeConfig.runGuardsAndResolvers);gi?gt.canActivateChecks.push(new Mi(ze)):(Ot.data=Jt.data,Ot._resolvedData=Jt._resolvedData),rr(ge,Ne,Ot.component?wi?wi.children:null:Ce,ze,gt),gi&&wi&&wi.outlet&&wi.outlet.isActivated&>.canDeactivateChecks.push(new xt(wi.outlet.component,Jt))}else Jt&&Sa(Ne,wi,gt),gt.canActivateChecks.push(new Mi(ze)),rr(ge,null,Ot.component?wi?wi.children:null:Ce,ze,gt)})(Jt,Ot[Jt.value.outlet],Ce,ze.concat([Jt.value]),gt),delete Ot[Jt.value.outlet]}),Object.entries(Ot).forEach(([Jt,wi])=>Sa(wi,Ce.getContext(Jt),gt)),gt}function Sa(ge,Ne,Ce){const ze=Gr(ge),gt=ge.value;Object.entries(ze).forEach(([Ot,Jt])=>{Sa(Jt,gt.component?Ne?Ne.children.getContext(Ot):null:Ne,Ce)}),Ce.canDeactivateChecks.push(new xt(gt.component&&Ne&&Ne.outlet&&Ne.outlet.isActivated?Ne.outlet.component:null,gt))}function Pa(ge){return"function"==typeof ge}function aa(ge){return ge instanceof R.G||"EmptyError"===ge?.name}const Ri=Symbol("INITIAL_VALUE");function ft(){return(0,$.n)(ge=>(0,m.z)(ge.map(Ne=>Ne.pipe((0,Z.s)(1),(0,ie.Z)(Ri)))).pipe((0,Y.T)(Ne=>{for(const Ce of Ne)if(!0!==Ce){if(Ce===Ri)return Ri;if(!1===Ce||pt(Ce))return Ce}return!0}),(0,ve.p)(Ne=>Ne!==Ri),(0,Z.s)(1)))}function pt(ge){return zt(ge)||ge instanceof Ea}function dc(ge){return(0,y.F)((0,be.M)(Ne=>{if("boolean"!=typeof Ne)throw Ra(0,Ne)}),(0,Y.T)(Ne=>!0===Ne))}class Yo{constructor(Ne){this.segmentGroup=Ne||null}}class Ko extends Error{constructor(Ne){super(),this.urlTree=Ne}}function fo(ge){return(0,T.$)(new Yo(ge))}class la{constructor(Ne,Ce){this.urlSerializer=Ne,this.urlTree=Ce}lineralizeSegments(Ne,Ce){let ze=[],gt=Ce.root;for(;;){if(ze=ze.concat(gt.segments),0===gt.numberOfChildren)return(0,l.of)(ze);if(gt.numberOfChildren>1||!gt.children[at])return(0,T.$)(new e.wOt(4e3,!1));gt=gt.children[at]}}applyRedirectCommands(Ne,Ce,ze,gt,Ot){if("string"!=typeof Ce){const wi=Ce,{queryParams:gi,fragment:rn,routeConfig:Sn,url:Zn,outlet:_r,params:ys,data:Or,title:Ya}=gt,ls=(0,e.N4e)(Ot,()=>wi({params:ys,data:Or,queryParams:gi,fragment:rn,routeConfig:Sn,url:Zn,outlet:_r,title:Ya}));if(ls instanceof Qe)throw new Ko(ls);Ce=ls}const Jt=this.applyRedirectCreateUrlTree(Ce,this.urlSerializer.parse(Ce),Ne,ze);if("/"===Ce[0])throw new Ko(Jt);return Jt}applyRedirectCreateUrlTree(Ne,Ce,ze,gt){const Ot=this.createSegmentGroup(Ne,Ce.root,ze,gt);return new Qe(Ot,this.createQueryParams(Ce.queryParams,this.urlTree.queryParams),Ce.fragment)}createQueryParams(Ne,Ce){const ze={};return Object.entries(Ne).forEach(([gt,Ot])=>{if("string"==typeof Ot&&":"===Ot[0]){const wi=Ot.substring(1);ze[gt]=Ce[wi]}else ze[gt]=Ot}),ze}createSegmentGroup(Ne,Ce,ze,gt){const Ot=this.createSegments(Ne,Ce.segments,ze,gt);let Jt={};return Object.entries(Ce.children).forEach(([wi,gi])=>{Jt[wi]=this.createSegmentGroup(Ne,gi,ze,gt)}),new nt(Ot,Jt)}createSegments(Ne,Ce,ze,gt){return Ce.map(Ot=>":"===Ot.path[0]?this.findPosParam(Ne,Ot,gt):this.findOrReturn(Ot,ze))}findPosParam(Ne,Ce,ze){const gt=ze[Ce.path.substring(1)];if(!gt)throw new e.wOt(4001,!1);return gt}findOrReturn(Ne,Ce){let ze=0;for(const gt of Ce){if(gt.path===Ne.path)return Ce.splice(ze),gt;ze++}return Ne}}const ao={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function Ir(ge,Ne,Ce,ze,gt){const Ot=Ta(ge,Ne,Ce);return Ot.matched?(ze=function Ua(ge,Ne){return ge.providers&&!ge._injector&&(ge._injector=(0,e.Ol2)(ge.providers,Ne,`Route: ${ge.path}`)),ge._injector??Ne}(Ne,ze),function hc(ge,Ne,Ce,ze){const gt=Ne.canMatch;if(!gt||0===gt.length)return(0,l.of)(!0);const Ot=gt.map(Jt=>{const wi=bi(Jt,ge);return se(function Ms(ge){return ge&&Pa(ge.canMatch)}(wi)?wi.canMatch(Ne,Ce):(0,e.N4e)(ge,()=>wi(Ne,Ce)))});return(0,l.of)(Ot).pipe(ft(),dc())}(ze,Ne,Ce).pipe((0,Y.T)(Jt=>!0===Jt?Ot:{...ao}))):(0,l.of)(Ot)}function Ta(ge,Ne,Ce){if("**"===Ne.path)return function Qs(ge){return{matched:!0,parameters:ge.length>0?We(ge).parameters:{},consumedSegments:ge,remainingSegments:[],positionalParamSegments:{}}}(Ce);if(""===Ne.path)return"full"===Ne.pathMatch&&(ge.hasChildren()||Ce.length>0)?{...ao}:{matched:!0,consumedSegments:[],remainingSegments:Ce,parameters:{},positionalParamSegments:{}};const gt=(Ne.matcher||te)(Ce,ge,Ne);if(!gt)return{...ao};const Ot={};Object.entries(gt.posParams??{}).forEach(([wi,gi])=>{Ot[wi]=gi.path});const Jt=gt.consumed.length>0?{...Ot,...gt.consumed[gt.consumed.length-1].parameters}:Ot;return{matched:!0,consumedSegments:gt.consumed,remainingSegments:Ce.slice(gt.consumed.length),parameters:Jt,positionalParamSegments:gt.posParams??{}}}function cn(ge,Ne,Ce,ze){return Ce.length>0&&function Ss(ge,Ne,Ce){return Ce.some(ze=>_s(ge,Ne,ze)&&wr(ze)!==at)}(ge,Ce,ze)?{segmentGroup:new nt(Ne,uc(ze,new nt(Ce,ge.children))),slicedSegments:[]}:0===Ce.length&&function fc(ge,Ne,Ce){return Ce.some(ze=>_s(ge,Ne,ze))}(ge,Ce,ze)?{segmentGroup:new nt(ge.segments,Es(ge,Ce,ze,ge.children)),slicedSegments:Ce}:{segmentGroup:new nt(ge.segments,ge.children),slicedSegments:Ce}}function Es(ge,Ne,Ce,ze){const gt={};for(const Ot of Ce)if(_s(ge,Ne,Ot)&&!ze[wr(Ot)]){const Jt=new nt([],{});gt[wr(Ot)]=Jt}return{...ze,...gt}}function uc(ge,Ne){const Ce={};Ce[at]=Ne;for(const ze of ge)if(""===ze.path&&wr(ze)!==at){const gt=new nt([],{});Ce[wr(ze)]=gt}return Ce}function _s(ge,Ne,Ce){return(!(ge.hasChildren()||Ne.length>0)||"full"!==Ce.pathMatch)&&""===Ce.path}class kl{}class Zs{constructor(Ne,Ce,ze,gt,Ot,Jt,wi){this.injector=Ne,this.configLoader=Ce,this.rootComponentType=ze,this.config=gt,this.urlTree=Ot,this.paramsInheritanceStrategy=Jt,this.urlSerializer=wi,this.applyRedirects=new la(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(Ne){return new e.wOt(4002,`'${Ne.segmentGroup}'`)}recognize(){const Ne=cn(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(Ne).pipe((0,Y.T)(({children:Ce,rootSnapshot:ze})=>{const gt=new Rr(ze,Ce),Ot=new Qa("",gt),Jt=function Xi(ge,Ne,Ce=null,ze=null){return ui(ci(ge),Ne,Ce,ze)}(ze,[],this.urlTree.queryParams,this.urlTree.fragment);return Jt.queryParams=this.urlTree.queryParams,Ot.url=this.urlSerializer.serialize(Jt),{state:Ot,tree:Jt}}))}match(Ne){const Ce=new Ia([],Object.freeze({}),Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Object.freeze({}),at,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,Ne,at,Ce).pipe((0,Y.T)(ze=>({children:ze,rootSnapshot:Ce})),(0,D.W)(ze=>{if(ze instanceof Ko)return this.urlTree=ze.urlTree,this.match(ze.urlTree.root);throw ze instanceof Yo?this.noMatchError(ze):ze}))}processSegmentGroup(Ne,Ce,ze,gt,Ot){return 0===ze.segments.length&&ze.hasChildren()?this.processChildren(Ne,Ce,ze,Ot):this.processSegment(Ne,Ce,ze,ze.segments,gt,!0,Ot).pipe((0,Y.T)(Jt=>Jt instanceof Rr?[Jt]:[]))}processChildren(Ne,Ce,ze,gt){const Ot=[];for(const Jt of Object.keys(ze.children))"primary"===Jt?Ot.unshift(Jt):Ot.push(Jt);return(0,S.H)(Ot).pipe((0,ue.H)(Jt=>{const wi=ze.children[Jt],gi=function ga(ge,Ne){const Ce=ge.filter(ze=>wr(ze)===Ne);return Ce.push(...ge.filter(ze=>wr(ze)!==Ne)),Ce}(Ce,Jt);return this.processSegmentGroup(Ne,gi,wi,Jt,gt)}),(0,n.S)((Jt,wi)=>(Jt.push(...wi),Jt)),(0,c.U)(null),function _(ge,Ne){const Ce=arguments.length>=2;return ze=>ze.pipe(ge?(0,ve.p)((gt,Ot)=>ge(gt,Ot,ze)):O.D,M(1),Ce?(0,c.U)(Ne):(0,L.v)(()=>new R.G))}(),(0,ae.Z)(Jt=>{if(null===Jt)return fo(ze);const wi=So(Jt);return function Js(ge){ge.sort((Ne,Ce)=>Ne.value.outlet===at?-1:Ce.value.outlet===at?1:Ne.value.outlet.localeCompare(Ce.value.outlet))}(wi),(0,l.of)(wi)}))}processSegment(Ne,Ce,ze,gt,Ot,Jt,wi){return(0,S.H)(Ce).pipe((0,ue.H)(gi=>this.processSegmentAgainstRoute(gi._injector??Ne,Ce,gi,ze,gt,Ot,Jt,wi).pipe((0,D.W)(rn=>{if(rn instanceof Yo)return(0,l.of)(null);throw rn}))),(0,ye.$)(gi=>!!gi),(0,D.W)(gi=>{if(aa(gi))return function vs(ge,Ne,Ce){return 0===Ne.length&&!ge.children[Ce]}(ze,gt,Ot)?(0,l.of)(new kl):fo(ze);throw gi}))}processSegmentAgainstRoute(Ne,Ce,ze,gt,Ot,Jt,wi,gi){return function Dl(ge,Ne,Ce,ze){return!!(wr(ge)===ze||ze!==at&&_s(Ne,Ce,ge))&&Ta(Ne,ge,Ce).matched}(ze,gt,Ot,Jt)?void 0===ze.redirectTo?this.matchSegmentAgainstRoute(Ne,gt,ze,Ot,Jt,gi):this.allowRedirects&&wi?this.expandSegmentAgainstRouteUsingRedirect(Ne,gt,Ce,ze,Ot,Jt,gi):fo(gt):fo(gt)}expandSegmentAgainstRouteUsingRedirect(Ne,Ce,ze,gt,Ot,Jt,wi){const{matched:gi,parameters:rn,consumedSegments:Sn,positionalParamSegments:Zn,remainingSegments:_r}=Ta(Ce,gt,Ot);if(!gi)return fo(Ce);"string"==typeof gt.redirectTo&&"/"===gt.redirectTo[0]&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>31&&(this.allowRedirects=!1));const ys=new Ia(Ot,rn,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,qs(gt),wr(gt),gt.component??gt._loadedComponent??null,gt,bs(gt)),Or=wa(ys,wi,this.paramsInheritanceStrategy);ys.params=Object.freeze(Or.params),ys.data=Object.freeze(Or.data);const Ya=this.applyRedirects.applyRedirectCommands(Sn,gt.redirectTo,Zn,ys,Ne);return this.applyRedirects.lineralizeSegments(gt,Ya).pipe((0,ae.Z)(ls=>this.processSegment(Ne,ze,Ce,ls.concat(_r),Jt,!1,wi)))}matchSegmentAgainstRoute(Ne,Ce,ze,gt,Ot,Jt){const wi=Ir(Ce,ze,gt,Ne);return"**"===ze.path&&(Ce.children={}),wi.pipe((0,$.n)(gi=>gi.matched?this.getChildConfig(Ne=ze._injector??Ne,ze,gt).pipe((0,$.n)(({routes:rn})=>{const Sn=ze._loadedInjector??Ne,{parameters:Zn,consumedSegments:_r,remainingSegments:ys}=gi,Or=new Ia(_r,Zn,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,qs(ze),wr(ze),ze.component??ze._loadedComponent??null,ze,bs(ze)),Ya=wa(Or,Jt,this.paramsInheritanceStrategy);Or.params=Object.freeze(Ya.params),Or.data=Object.freeze(Ya.data);const{segmentGroup:ls,slicedSegments:xc}=cn(Ce,_r,ys,rn);if(0===xc.length&&ls.hasChildren())return this.processChildren(Sn,rn,ls,Or).pipe((0,Y.T)(Zo=>new Rr(Or,Zo)));if(0===rn.length&&0===xc.length)return(0,l.of)(new Rr(Or,[]));const Pl=wr(ze)===Ot;return this.processSegment(Sn,rn,ls,xc,Pl?at:Ot,!0,Or).pipe((0,Y.T)(Zo=>new Rr(Or,Zo instanceof Rr?[Zo]:[])))})):fo(Ce)))}getChildConfig(Ne,Ce,ze){return Ce.children?(0,l.of)({routes:Ce.children,injector:Ne}):Ce.loadChildren?void 0!==Ce._loadedRoutes?(0,l.of)({routes:Ce._loadedRoutes,injector:Ce._loadedInjector}):function lc(ge,Ne,Ce,ze){const gt=Ne.canLoad;if(void 0===gt||0===gt.length)return(0,l.of)(!0);const Ot=gt.map(Jt=>{const wi=bi(Jt,ge);return se(function Za(ge){return ge&&Pa(ge.canLoad)}(wi)?wi.canLoad(Ne,Ce):(0,e.N4e)(ge,()=>wi(Ne,Ce)))});return(0,l.of)(Ot).pipe(ft(),dc())}(Ne,Ce,ze).pipe((0,ae.Z)(gt=>gt?this.configLoader.loadChildren(Ne,Ce).pipe((0,be.M)(Ot=>{Ce._loadedRoutes=Ot.routes,Ce._loadedInjector=Ot.injector})):function jr(ge){return(0,T.$)(wo(!1,Ae.GuardRejected))}())):(0,l.of)({routes:[],injector:Ne})}}function Os(ge){const Ne=ge.value.routeConfig;return Ne&&""===Ne.path}function So(ge){const Ne=[],Ce=new Set;for(const ze of ge){if(!Os(ze)){Ne.push(ze);continue}const gt=Ne.find(Ot=>ze.value.routeConfig===Ot.value.routeConfig);void 0!==gt?(gt.children.push(...ze.children),Ce.add(gt)):Ne.push(ze)}for(const ze of Ce){const gt=So(ze.children);Ne.push(new Rr(ze.value,gt))}return Ne.filter(ze=>!Ce.has(ze))}function qs(ge){return ge.data||{}}function bs(ge){return ge.resolve||{}}function os(ge){const Ne=ge.children.map(Ce=>os(Ce)).flat();return[ge,...Ne]}function Pc(ge){return(0,$.n)(Ne=>{const Ce=ge(Ne);return Ce?(0,S.H)(Ce).pipe((0,Y.T)(()=>Ne)):(0,l.of)(Ne)})}let Ll=(()=>{class ge{buildTitle(Ce){let ze,gt=Ce.root;for(;void 0!==gt;)ze=this.getResolvedTitleForRoute(gt)??ze,gt=gt.children.find(Ot=>Ot.outlet===at);return ze}getResolvedTitleForRoute(Ce){return Ce.data[Ye]}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:()=>(0,e.WQX)(il),providedIn:"root"})}}return ge})(),il=(()=>{class ge extends Ll{constructor(Ce){super(),this.title=Ce}updateTitle(Ce){const ze=this.buildTitle(Ce);void 0!==ze&&this.title.setTitle(ze)}static{this.\u0275fac=function(ze){return new(ze||ge)(e.KVO(Ie.hE))}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();const ss=new e.nKC("",{providedIn:"root",factory:()=>({})}),Ps=new e.nKC("");let lt=(()=>{class ge{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=(0,e.WQX)(e.Ql9)}loadComponent(Ce){if(this.componentLoaders.get(Ce))return this.componentLoaders.get(Ce);if(Ce._loadedComponent)return(0,l.of)(Ce._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(Ce);const ze=se(Ce.loadComponent()).pipe((0,Y.T)(J),(0,be.M)(Ot=>{this.onLoadEndListener&&this.onLoadEndListener(Ce),Ce._loadedComponent=Ot}),(0,v.j)(()=>{this.componentLoaders.delete(Ce)})),gt=new F.G(ze,()=>new V.B).pipe((0,z.B)());return this.componentLoaders.set(Ce,gt),gt}loadChildren(Ce,ze){if(this.childrenLoaders.get(ze))return this.childrenLoaders.get(ze);if(ze._loadedRoutes)return(0,l.of)({routes:ze._loadedRoutes,injector:ze._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(ze);const Ot=function Rt(ge,Ne,Ce,ze){return se(ge.loadChildren()).pipe((0,Y.T)(J),(0,ae.Z)(gt=>gt instanceof e.Co$||Array.isArray(gt)?(0,l.of)(gt):(0,S.H)(Ne.compileModuleAsync(gt))),(0,Y.T)(gt=>{ze&&ze(ge);let Ot,Jt,wi=!1;return Array.isArray(gt)?(Jt=gt,!0):(Ot=gt.create(Ce).injector,Jt=Ot.get(Ps,[],{optional:!0,self:!0}).flat()),{routes:Jt.map(ro),injector:Ot}}))}(ze,this.compiler,Ce,this.onLoadEndListener).pipe((0,v.j)(()=>{this.childrenLoaders.delete(ze)})),Jt=new F.G(Ot,()=>new V.B).pipe((0,z.B)());return this.childrenLoaders.set(ze,Jt),Jt}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();function J(ge){return function At(ge){return ge&&"object"==typeof ge&&"default"in ge}(ge)?ge.default:ge}let He=(()=>{class ge{static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:()=>(0,e.WQX)(Te),providedIn:"root"})}}return ge})(),Te=(()=>{class ge{shouldProcessUrl(Ce){return!0}extract(Ce){return Ce}merge(Ce,ze){return Ce}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();const Ge=new e.nKC(""),St=new e.nKC("");function qt(ge,Ne,Ce){const ze=ge.get(St),gt=ge.get(G.qQ);return ge.get(e.SKi).runOutsideAngular(()=>{if(!gt.startViewTransition||ze.skipNextTransition)return ze.skipNextTransition=!1,new Promise(rn=>setTimeout(rn));let Ot;const Jt=new Promise(rn=>{Ot=rn}),wi=gt.startViewTransition(()=>(Ot(),function hi(ge){return new Promise(Ne=>{(0,e.mal)(Ne,{injector:ge})})}(ge))),{onViewTransitionCreated:gi}=ze;return gi&&(0,e.N4e)(ge,()=>gi({transition:wi,from:Ne,to:Ce})),Jt})}const Si=new e.nKC("");let tn=(()=>{class ge{get hasRequestedNavigation(){return 0!==this.navigationId}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new V.B,this.transitionAbortSubject=new V.B,this.configLoader=(0,e.WQX)(lt),this.environmentInjector=(0,e.WQX)(e.uvJ),this.urlSerializer=(0,e.WQX)(ut),this.rootContexts=(0,e.WQX)(ar),this.location=(0,e.WQX)(G.aZ),this.inputBindingEnabled=null!==(0,e.WQX)(Ma,{optional:!0}),this.titleStrategy=(0,e.WQX)(Ll),this.options=(0,e.WQX)(ss,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=(0,e.WQX)(He),this.createViewTransition=(0,e.WQX)(Ge,{optional:!0}),this.navigationErrorHandler=(0,e.WQX)(Si,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>(0,l.of)(void 0),this.rootComponentType=null,this.configLoader.onLoadEndListener=gt=>this.events.next(new pi(gt)),this.configLoader.onLoadStartListener=gt=>this.events.next(new Fn(gt))}complete(){this.transitions?.complete()}handleNavigationRequest(Ce){const ze=++this.navigationId;this.transitions?.next({...this.transitions.value,...Ce,id:ze})}setupNavigations(Ce,ze,gt){return this.transitions=new x.t({id:0,currentUrlTree:ze,currentRawUrl:ze,extractedUrl:this.urlHandlingStrategy.extract(ze),urlAfterRedirects:this.urlHandlingStrategy.extract(ze),rawUrl:ze,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:Dt,restoredState:null,currentSnapshot:gt.snapshot,targetSnapshot:null,currentRouterState:gt,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe((0,ve.p)(Ot=>0!==Ot.id),(0,Y.T)(Ot=>({...Ot,extractedUrl:this.urlHandlingStrategy.extract(Ot.rawUrl)})),(0,$.n)(Ot=>{let Jt=!1,wi=!1;return(0,l.of)(Ot).pipe((0,$.n)(gi=>{if(this.navigationId>Ot.id)return this.cancelNavigationTransition(Ot,"",Ae.SupersededByNewNavigation),k.w;this.currentTransition=Ot,this.currentNavigation={id:gi.id,initialUrl:gi.rawUrl,extractedUrl:gi.extractedUrl,trigger:gi.source,extras:gi.extras,previousNavigation:this.lastSuccessfulNavigation?{...this.lastSuccessfulNavigation,previousNavigation:null}:null};const rn=!Ce.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl();if(!rn&&"reload"!==(gi.extras.onSameUrlNavigation??Ce.onSameUrlNavigation)){const Zn="";return this.events.next(new Ci(gi.id,this.urlSerializer.serialize(gi.rawUrl),Zn,mt.IgnoredSameUrlNavigation)),gi.resolve(!1),k.w}if(this.urlHandlingStrategy.shouldProcessUrl(gi.rawUrl))return(0,l.of)(gi).pipe((0,$.n)(Zn=>{const _r=this.transitions?.getValue();return this.events.next(new q(Zn.id,this.urlSerializer.serialize(Zn.extractedUrl),Zn.source,Zn.restoredState)),_r!==this.transitions?.getValue()?k.w:Promise.resolve(Zn)}),function gc(ge,Ne,Ce,ze,gt,Ot){return(0,ae.Z)(Jt=>function mc(ge,Ne,Ce,ze,gt,Ot,Jt="emptyOnly"){return new Zs(ge,Ne,Ce,ze,gt,Jt,Ot).recognize()}(ge,Ne,Ce,ze,Jt.extractedUrl,gt,Ot).pipe((0,Y.T)(({state:wi,tree:gi})=>({...Jt,targetSnapshot:wi,urlAfterRedirects:gi}))))}(this.environmentInjector,this.configLoader,this.rootComponentType,Ce.config,this.urlSerializer,this.paramsInheritanceStrategy),(0,be.M)(Zn=>{Ot.targetSnapshot=Zn.targetSnapshot,Ot.urlAfterRedirects=Zn.urlAfterRedirects,this.currentNavigation={...this.currentNavigation,finalUrl:Zn.urlAfterRedirects};const _r=new Dn(Zn.id,this.urlSerializer.serialize(Zn.extractedUrl),this.urlSerializer.serialize(Zn.urlAfterRedirects),Zn.targetSnapshot);this.events.next(_r)}));if(rn&&this.urlHandlingStrategy.shouldProcessUrl(gi.currentRawUrl)){const{id:Zn,extractedUrl:_r,source:ys,restoredState:Or,extras:Ya}=gi,ls=new q(Zn,this.urlSerializer.serialize(_r),ys,Or);this.events.next(ls);const xc=yo(this.rootComponentType).snapshot;return this.currentTransition=Ot={...gi,targetSnapshot:xc,urlAfterRedirects:_r,extras:{...Ya,skipLocationChange:!1,replaceUrl:!1}},this.currentNavigation.finalUrl=_r,(0,l.of)(Ot)}{const Zn="";return this.events.next(new Ci(gi.id,this.urlSerializer.serialize(gi.extractedUrl),Zn,mt.IgnoredByUrlHandlingStrategy)),gi.resolve(!1),k.w}}),(0,be.M)(gi=>{const rn=new Hn(gi.id,this.urlSerializer.serialize(gi.extractedUrl),this.urlSerializer.serialize(gi.urlAfterRedirects),gi.targetSnapshot);this.events.next(rn)}),(0,Y.T)(gi=>(this.currentTransition=Ot={...gi,guards:ni(gi.targetSnapshot,gi.currentSnapshot,this.rootContexts)},Ot)),function Be(ge,Ne){return(0,ae.Z)(Ce=>{const{targetSnapshot:ze,currentSnapshot:gt,guards:{canActivateChecks:Ot,canDeactivateChecks:Jt}}=Ce;return 0===Jt.length&&0===Ot.length?(0,l.of)({...Ce,guardsResult:!0}):function Tt(ge,Ne,Ce,ze){return(0,S.H)(ge).pipe((0,ae.Z)(gt=>function Wa(ge,Ne,Ce,ze,gt){const Ot=Ne&&Ne.routeConfig?Ne.routeConfig.canDeactivate:null;if(!Ot||0===Ot.length)return(0,l.of)(!0);const Jt=Ot.map(wi=>{const gi=Wo(Ne)??gt,rn=bi(wi,gi);return se(function Eo(ge){return ge&&Pa(ge.canDeactivate)}(rn)?rn.canDeactivate(ge,Ne,Ce,ze):(0,e.N4e)(gi,()=>rn(ge,Ne,Ce,ze))).pipe((0,ye.$)())});return(0,l.of)(Jt).pipe(ft())}(gt.component,gt.route,Ce,Ne,ze)),(0,ye.$)(gt=>!0!==gt,!0))}(Jt,ze,gt,ge).pipe((0,ae.Z)(wi=>wi&&function uo(ge){return"boolean"==typeof ge}(wi)?function ti(ge,Ne,Ce,ze){return(0,S.H)(Ne).pipe((0,ue.H)(gt=>(0,d.x)(function Qn(ge,Ne){return null!==ge&&Ne&&Ne(new Oi(ge)),(0,l.of)(!0)}(gt.route.parent,ze),function fn(ge,Ne){return null!==ge&&Ne&&Ne(new yi(ge)),(0,l.of)(!0)}(gt.route,ze),function br(ge,Ne,Ce){const ze=Ne[Ne.length-1],Ot=Ne.slice(0,Ne.length-1).reverse().map(Jt=>function ki(ge){const Ne=ge.routeConfig?ge.routeConfig.canActivateChild:null;return Ne&&0!==Ne.length?{node:ge,guards:Ne}:null}(Jt)).filter(Jt=>null!==Jt).map(Jt=>(0,w.v)(()=>{const wi=Jt.guards.map(gi=>{const rn=Wo(Jt.node)??Ce,Sn=bi(gi,rn);return se(function $s(ge){return ge&&Pa(ge.canActivateChild)}(Sn)?Sn.canActivateChild(ze,ge):(0,e.N4e)(rn,()=>Sn(ze,ge))).pipe((0,ye.$)())});return(0,l.of)(wi).pipe(ft())}));return(0,l.of)(Ot).pipe(ft())}(ge,gt.path,Ce),function Ho(ge,Ne,Ce){const ze=Ne.routeConfig?Ne.routeConfig.canActivate:null;if(!ze||0===ze.length)return(0,l.of)(!0);const gt=ze.map(Ot=>(0,w.v)(()=>{const Jt=Wo(Ne)??Ce,wi=bi(Ot,Jt);return se(function Xo(ge){return ge&&Pa(ge.canActivate)}(wi)?wi.canActivate(Ne,ge):(0,e.N4e)(Jt,()=>wi(Ne,ge))).pipe((0,ye.$)())}));return(0,l.of)(gt).pipe(ft())}(ge,gt.route,Ce))),(0,ye.$)(gt=>!0!==gt,!0))}(ze,Ot,ge,Ne):(0,l.of)(wi)),(0,Y.T)(wi=>({...Ce,guardsResult:wi})))})}(this.environmentInjector,gi=>this.events.next(gi)),(0,be.M)(gi=>{if(Ot.guardsResult=gi.guardsResult,gi.guardsResult&&"boolean"!=typeof gi.guardsResult)throw Ra(0,gi.guardsResult);const rn=new On(gi.id,this.urlSerializer.serialize(gi.extractedUrl),this.urlSerializer.serialize(gi.urlAfterRedirects),gi.targetSnapshot,!!gi.guardsResult);this.events.next(rn)}),(0,ve.p)(gi=>!!gi.guardsResult||(this.cancelNavigationTransition(gi,"",Ae.GuardRejected),!1)),Pc(gi=>{if(gi.guards.canActivateChecks.length)return(0,l.of)(gi).pipe((0,be.M)(rn=>{const Sn=new Xn(rn.id,this.urlSerializer.serialize(rn.extractedUrl),this.urlSerializer.serialize(rn.urlAfterRedirects),rn.targetSnapshot);this.events.next(Sn)}),(0,$.n)(rn=>{let Sn=!1;return(0,l.of)(rn).pipe(function _c(ge,Ne){return(0,ae.Z)(Ce=>{const{targetSnapshot:ze,guards:{canActivateChecks:gt}}=Ce;if(!gt.length)return(0,l.of)(Ce);const Ot=new Set(gt.map(gi=>gi.route)),Jt=new Set;for(const gi of Ot)if(!Jt.has(gi))for(const rn of os(gi))Jt.add(rn);let wi=0;return(0,S.H)(Jt).pipe((0,ue.H)(gi=>Ot.has(gi)?function To(ge,Ne,Ce,ze){const gt=ge.routeConfig,Ot=ge._resolve;return void 0!==gt?.title&&!Co(gt)&&(Ot[Ye]=gt.title),function Fs(ge,Ne,Ce,ze){const gt=de(ge);if(0===gt.length)return(0,l.of)({});const Ot={};return(0,S.H)(gt).pipe((0,ae.Z)(Jt=>function tl(ge,Ne,Ce,ze){const gt=Wo(Ne)??ze,Ot=bi(ge,gt);return se(Ot.resolve?Ot.resolve(Ne,Ce):(0,e.N4e)(gt,()=>Ot(Ne,Ce)))}(ge[Jt],Ne,Ce,ze).pipe((0,ye.$)(),(0,be.M)(wi=>{if(wi instanceof Ea)throw Ra(new vt,wi);Ot[Jt]=wi}))),M(1),(0,r.u)(Ot),(0,D.W)(Jt=>aa(Jt)?k.w:(0,T.$)(Jt)))}(Ot,ge,Ne,ze).pipe((0,Y.T)(Jt=>(ge._resolvedData=Jt,ge.data=wa(ge,ge.parent,Ce).resolve,null)))}(gi,ze,ge,Ne):(gi.data=wa(gi,gi.parent,ge).resolve,(0,l.of)(void 0))),(0,be.M)(()=>wi++),M(1),(0,ae.Z)(gi=>wi===Jt.size?(0,l.of)(Ce):k.w))})}(this.paramsInheritanceStrategy,this.environmentInjector),(0,be.M)({next:()=>Sn=!0,complete:()=>{Sn||this.cancelNavigationTransition(rn,"",Ae.NoDataFromResolver)}}))}),(0,be.M)(rn=>{const Sn=new ir(rn.id,this.urlSerializer.serialize(rn.extractedUrl),this.urlSerializer.serialize(rn.urlAfterRedirects),rn.targetSnapshot);this.events.next(Sn)}))}),Pc(gi=>{const rn=Sn=>{const Zn=[];Sn.routeConfig?.loadComponent&&!Sn.routeConfig._loadedComponent&&Zn.push(this.configLoader.loadComponent(Sn.routeConfig).pipe((0,be.M)(_r=>{Sn.component=_r}),(0,Y.T)(()=>{})));for(const _r of Sn.children)Zn.push(...rn(_r));return Zn};return(0,m.z)(rn(gi.targetSnapshot.root)).pipe((0,c.U)(null),(0,Z.s)(1))}),Pc(()=>this.afterPreactivation()),(0,$.n)(()=>{const{currentSnapshot:gi,targetSnapshot:rn}=Ot,Sn=this.createViewTransition?.(this.environmentInjector,gi.root,rn.root);return Sn?(0,S.H)(Sn).pipe((0,Y.T)(()=>Ot)):(0,l.of)(Ot)}),(0,Y.T)(gi=>{const rn=function ho(ge,Ne,Ce){const ze=Po(ge,Ne._root,Ce?Ce._root:void 0);return new Uo(ze,Ne)}(Ce.routeReuseStrategy,gi.targetSnapshot,gi.currentRouterState);return this.currentTransition=Ot={...gi,targetRouterState:rn},this.currentNavigation.targetRouterState=rn,Ot}),(0,be.M)(()=>{this.events.next(new Ni)}),((ge,Ne,Ce,ze)=>(0,Y.T)(gt=>(new Ht(Ne,gt.targetRouterState,gt.currentRouterState,Ce,ze).activate(ge),gt)))(this.rootContexts,Ce.routeReuseStrategy,gi=>this.events.next(gi),this.inputBindingEnabled),(0,Z.s)(1),(0,be.M)({next:gi=>{Jt=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new it(gi.id,this.urlSerializer.serialize(gi.extractedUrl),this.urlSerializer.serialize(gi.urlAfterRedirects))),this.titleStrategy?.updateTitle(gi.targetRouterState.snapshot),gi.resolve(!0)},complete:()=>{Jt=!0}}),(0,N.Q)(this.transitionAbortSubject.pipe((0,be.M)(gi=>{throw gi}))),(0,v.j)(()=>{!Jt&&!wi&&this.cancelNavigationTransition(Ot,"",Ae.SupersededByNewNavigation),this.currentTransition?.id===Ot.id&&(this.currentNavigation=null,this.currentTransition=null)}),(0,D.W)(gi=>{if(wi=!0,ma(gi))this.events.next(new It(Ot.id,this.urlSerializer.serialize(Ot.extractedUrl),gi.message,gi.cancellationCode)),function Lr(ge){return ma(ge)&&zt(ge.url)}(gi)?this.events.next(new ji(gi.url,gi.navigationBehaviorOptions)):Ot.resolve(!1);else{const rn=new un(Ot.id,this.urlSerializer.serialize(Ot.extractedUrl),gi,Ot.targetSnapshot??void 0);try{const Sn=(0,e.N4e)(this.environmentInjector,()=>this.navigationErrorHandler?.(rn));if(Sn instanceof Ea){const{message:Zn,cancellationCode:_r}=Ra(0,Sn);this.events.next(new It(Ot.id,this.urlSerializer.serialize(Ot.extractedUrl),Zn,_r)),this.events.next(new ji(Sn.redirectTo,Sn.navigationBehaviorOptions))}else{this.events.next(rn);const Zn=Ce.errorHandler(gi);Ot.resolve(!!Zn)}}catch(Sn){this.options.resolveNavigationPromiseOnError?Ot.resolve(!1):Ot.reject(Sn)}}return k.w}))}))}cancelNavigationTransition(Ce,ze,gt){const Ot=new It(Ce.id,this.urlSerializer.serialize(Ce.extractedUrl),ze,gt);this.events.next(Ot),Ce.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){return this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))).toString()!==this.currentTransition?.extractedUrl.toString()&&!this.currentTransition?.extras.skipLocationChange}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();function pn(ge){return ge!==Dt}let yn=(()=>{class ge{static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:()=>(0,e.WQX)(hr),providedIn:"root"})}}return ge})();class An{shouldDetach(Ne){return!1}store(Ne,Ce){}shouldAttach(Ne){return!1}retrieve(Ne){return null}shouldReuseRoute(Ne,Ce){return Ne.routeConfig===Ce.routeConfig}}let hr=(()=>{class ge extends An{static{this.\u0275fac=(()=>{let Ce;return function(gt){return(Ce||(Ce=e.xGo(ge)))(gt||ge)}})()}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})(),er=(()=>{class ge{static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:()=>(0,e.WQX)(yr),providedIn:"root"})}}return ge})(),yr=(()=>{class ge extends er{constructor(){super(...arguments),this.location=(0,e.WQX)(G.aZ),this.urlSerializer=(0,e.WQX)(ut),this.options=(0,e.WQX)(ss,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=(0,e.WQX)(He),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new Qe,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=yo(null),this.stateMemento=this.createStateMemento()}getCurrentUrlTree(){return this.currentUrlTree}getRawUrlTree(){return this.rawUrlTree}restoredState(){return this.location.getState()}get browserPageId(){return"computed"!==this.canceledNavigationResolution?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}getRouterState(){return this.routerState}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(Ce){return this.location.subscribe(ze=>{"popstate"===ze.type&&Ce(ze.url,ze.state)})}handleRouterEvent(Ce,ze){if(Ce instanceof q)this.stateMemento=this.createStateMemento();else if(Ce instanceof Ci)this.rawUrlTree=ze.initialUrl;else if(Ce instanceof Dn){if("eager"===this.urlUpdateStrategy&&!ze.extras.skipLocationChange){const gt=this.urlHandlingStrategy.merge(ze.finalUrl,ze.initialUrl);this.setBrowserUrl(gt,ze)}}else Ce instanceof Ni?(this.currentUrlTree=ze.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(ze.finalUrl,ze.initialUrl),this.routerState=ze.targetRouterState,"deferred"===this.urlUpdateStrategy&&(ze.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,ze))):Ce instanceof It&&(Ce.code===Ae.GuardRejected||Ce.code===Ae.NoDataFromResolver)?this.restoreHistory(ze):Ce instanceof un?this.restoreHistory(ze,!0):Ce instanceof it&&(this.lastSuccessfulId=Ce.id,this.currentPageId=this.browserPageId)}setBrowserUrl(Ce,ze){const gt=this.urlSerializer.serialize(Ce);if(this.location.isCurrentPathEqualTo(gt)||ze.extras.replaceUrl){const Jt={...ze.extras.state,...this.generateNgRouterState(ze.id,this.browserPageId)};this.location.replaceState(gt,"",Jt)}else{const Ot={...ze.extras.state,...this.generateNgRouterState(ze.id,this.browserPageId+1)};this.location.go(gt,"",Ot)}}restoreHistory(Ce,ze=!1){if("computed"===this.canceledNavigationResolution){const Ot=this.currentPageId-this.browserPageId;0!==Ot?this.location.historyGo(Ot):this.currentUrlTree===Ce.finalUrl&&0===Ot&&(this.resetState(Ce),this.resetUrlToCurrentUrlTree())}else"replace"===this.canceledNavigationResolution&&(ze&&this.resetState(Ce),this.resetUrlToCurrentUrlTree())}resetState(Ce){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,Ce.finalUrl??this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(Ce,ze){return"computed"===this.canceledNavigationResolution?{navigationId:Ce,\u0275routerPageId:ze}:{navigationId:Ce}}static{this.\u0275fac=(()=>{let Ce;return function(gt){return(Ce||(Ce=e.xGo(ge)))(gt||ge)}})()}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();var gr=function(ge){return ge[ge.COMPLETE=0]="COMPLETE",ge[ge.FAILED=1]="FAILED",ge[ge.REDIRECTING=2]="REDIRECTING",ge}(gr||{});function Mr(ge,Ne){ge.events.pipe((0,ve.p)(Ce=>Ce instanceof it||Ce instanceof It||Ce instanceof un||Ce instanceof Ci),(0,Y.T)(Ce=>Ce instanceof it||Ce instanceof Ci?gr.COMPLETE:Ce instanceof It&&(Ce.code===Ae.Redirect||Ce.code===Ae.SupersededByNewNavigation)?gr.REDIRECTING:gr.FAILED),(0,ve.p)(Ce=>Ce!==gr.REDIRECTING),(0,Z.s)(1)).subscribe(()=>{Ne()})}function oa(ge){throw ge}const Bn={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},zi={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let an=(()=>{class ge{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}constructor(){this.disposed=!1,this.console=(0,e.WQX)(e.H3F),this.stateManager=(0,e.WQX)(er),this.options=(0,e.WQX)(ss,{optional:!0})||{},this.pendingTasks=(0,e.WQX)(e.TgB),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=(0,e.WQX)(tn),this.urlSerializer=(0,e.WQX)(ut),this.location=(0,e.WQX)(G.aZ),this.urlHandlingStrategy=(0,e.WQX)(He),this._events=new V.B,this.errorHandler=this.options.errorHandler||oa,this.navigated=!1,this.routeReuseStrategy=(0,e.WQX)(yn),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=(0,e.WQX)(Ps,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!(0,e.WQX)(Ma,{optional:!0}),this.eventsSubscription=new U.yU,this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:Ce=>{this.console.warn(Ce)}}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){const Ce=this.navigationTransitions.events.subscribe(ze=>{try{const gt=this.navigationTransitions.currentTransition,Ot=this.navigationTransitions.currentNavigation;if(null!==gt&&null!==Ot)if(this.stateManager.handleRouterEvent(ze,Ot),ze instanceof It&&ze.code!==Ae.Redirect&&ze.code!==Ae.SupersededByNewNavigation)this.navigated=!0;else if(ze instanceof it)this.navigated=!0;else if(ze instanceof ji){const Jt=ze.navigationBehaviorOptions,wi=this.urlHandlingStrategy.merge(ze.url,gt.currentRawUrl),gi={info:gt.extras.info,skipLocationChange:gt.extras.skipLocationChange,replaceUrl:gt.extras.replaceUrl||"eager"===this.urlUpdateStrategy||pn(gt.source),...Jt};this.scheduleNavigation(wi,Dt,null,gi,{resolve:gt.resolve,reject:gt.reject,promise:gt.promise})}(function Wr(ge){return!(ge instanceof Ni||ge instanceof ji)})(ze)&&this._events.next(ze)}catch(gt){this.navigationTransitions.transitionAbortSubject.next(gt)}});this.eventsSubscription.add(Ce)}resetRootComponentType(Ce){this.routerState.root.component=Ce,this.navigationTransitions.rootComponentType=Ce}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),Dt,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((Ce,ze)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(Ce,"popstate",ze)},0)})}navigateToSyncWithBrowser(Ce,ze,gt){const Ot={replaceUrl:!0},Jt=gt?.navigationId?gt:null;if(gt){const gi={...gt};delete gi.navigationId,delete gi.\u0275routerPageId,0!==Object.keys(gi).length&&(Ot.state=gi)}const wi=this.parseUrl(Ce);this.scheduleNavigation(wi,ze,Jt,Ot)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(Ce){this.config=Ce.map(ro),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(Ce,ze={}){const{relativeTo:gt,queryParams:Ot,fragment:Jt,queryParamsHandling:wi,preserveFragment:gi}=ze,rn=gi?this.currentUrlTree.fragment:Jt;let Zn,Sn=null;switch(wi){case"merge":Sn={...this.currentUrlTree.queryParams,...Ot};break;case"preserve":Sn=this.currentUrlTree.queryParams;break;default:Sn=Ot||null}null!==Sn&&(Sn=this.removeEmptyProps(Sn));try{Zn=ci(gt?gt.snapshot:this.routerState.snapshot.root)}catch{("string"!=typeof Ce[0]||"/"!==Ce[0][0])&&(Ce=[]),Zn=this.currentUrlTree.root}return ui(Zn,Ce,Sn,rn??null)}navigateByUrl(Ce,ze={skipLocationChange:!1}){const gt=zt(Ce)?Ce:this.parseUrl(Ce),Ot=this.urlHandlingStrategy.merge(gt,this.rawUrlTree);return this.scheduleNavigation(Ot,Dt,null,ze)}navigate(Ce,ze={skipLocationChange:!1}){return function fr(ge){for(let Ne=0;Ne(null!=Ot&&(ze[gt]=Ot),ze),{})}scheduleNavigation(Ce,ze,gt,Ot,Jt){if(this.disposed)return Promise.resolve(!1);let wi,gi,rn;Jt?(wi=Jt.resolve,gi=Jt.reject,rn=Jt.promise):rn=new Promise((Zn,_r)=>{wi=Zn,gi=_r});const Sn=this.pendingTasks.add();return Mr(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(Sn))}),this.navigationTransitions.handleNavigationRequest({source:ze,restoredState:gt,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:Ce,extras:Ot,resolve:wi,reject:gi,promise:rn,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),rn.catch(Zn=>Promise.reject(Zn))}static{this.\u0275fac=function(ze){return new(ze||ge)}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})(),da=(()=>{class ge{constructor(Ce,ze,gt,Ot,Jt,wi){this.router=Ce,this.route=ze,this.tabIndexAttribute=gt,this.renderer=Ot,this.el=Jt,this.locationStrategy=wi,this.href=null,this.commands=null,this.onChanges=new V.B,this.preserveFragment=!1,this.skipLocationChange=!1,this.replaceUrl=!1;const gi=Jt.nativeElement.tagName?.toLowerCase();this.isAnchorElement="a"===gi||"area"===gi,this.isAnchorElement?this.subscription=Ce.events.subscribe(rn=>{rn instanceof it&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(Ce){null!=this.tabIndexAttribute||this.isAnchorElement||this.applyAttributeValue("tabindex",Ce)}ngOnChanges(Ce){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink(Ce){null!=Ce?(this.commands=Array.isArray(Ce)?Ce:[Ce],this.setTabIndexIfNotOnNativeEl("0")):(this.commands=null,this.setTabIndexIfNotOnNativeEl(null))}onClick(Ce,ze,gt,Ot,Jt){const wi=this.urlTree;return!!(null===wi||this.isAnchorElement&&(0!==Ce||ze||gt||Ot||Jt||"string"==typeof this.target&&"_self"!=this.target))||(this.router.navigateByUrl(wi,{skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info}),!this.isAnchorElement)}ngOnDestroy(){this.subscription?.unsubscribe()}updateHref(){const Ce=this.urlTree;this.href=null!==Ce&&this.locationStrategy?this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(Ce)):null;const ze=null===this.href?null:(0,e.n$t)(this.href,this.el.nativeElement.tagName.toLowerCase(),"href");this.applyAttributeValue("href",ze)}applyAttributeValue(Ce,ze){const gt=this.renderer,Ot=this.el.nativeElement;null!==ze?gt.setAttribute(Ot,Ce,ze):gt.removeAttribute(Ot,Ce)}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static{this.\u0275fac=function(ze){return new(ze||ge)(e.rXU(an),e.rXU(kr),e.kS0("tabindex"),e.rXU(e.sFG),e.rXU(e.aKT),e.rXU(G.hb))}}static{this.\u0275dir=e.FsC({type:ge,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(ze,gt){1&ze&&e.bIt("click",function(Jt){return gt.onClick(Jt.button,Jt.ctrlKey,Jt.shiftKey,Jt.altKey,Jt.metaKey)}),2&ze&&e.BMQ("target",gt.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",e.L39],skipLocationChange:[2,"skipLocationChange","skipLocationChange",e.L39],replaceUrl:[2,"replaceUrl","replaceUrl",e.L39],routerLink:"routerLink"},standalone:!0,features:[e.GFd,e.OA$]})}}return ge})(),Xa=(()=>{class ge{get isActive(){return this._isActive}constructor(Ce,ze,gt,Ot,Jt){this.router=Ce,this.element=ze,this.renderer=gt,this.cdr=Ot,this.link=Jt,this.classes=[],this._isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new e.bkB,this.routerEventsSubscription=Ce.events.subscribe(wi=>{wi instanceof it&&this.update()})}ngAfterContentInit(){(0,l.of)(this.links.changes,(0,l.of)(null)).pipe((0,ne.U)()).subscribe(Ce=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){this.linkInputChangesSubscription?.unsubscribe();const Ce=[...this.links.toArray(),this.link].filter(ze=>!!ze).map(ze=>ze.onChanges);this.linkInputChangesSubscription=(0,S.H)(Ce).pipe((0,ne.U)()).subscribe(ze=>{this._isActive!==this.isLinkActive(this.router)(ze)&&this.update()})}set routerLinkActive(Ce){const ze=Array.isArray(Ce)?Ce:Ce.split(" ");this.classes=ze.filter(gt=>!!gt)}ngOnChanges(Ce){this.update()}ngOnDestroy(){this.routerEventsSubscription.unsubscribe(),this.linkInputChangesSubscription?.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{const Ce=this.hasActiveLinks();this.classes.forEach(ze=>{Ce?this.renderer.addClass(this.element.nativeElement,ze):this.renderer.removeClass(this.element.nativeElement,ze)}),Ce&&void 0!==this.ariaCurrentWhenActive?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==Ce&&(this._isActive=Ce,this.cdr.markForCheck(),this.isActiveChange.emit(Ce))})}isLinkActive(Ce){const ze=function vc(ge){return!!ge.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return gt=>{const Ot=gt.urlTree;return!!Ot&&Ce.isActive(Ot,ze)}}hasActiveLinks(){const Ce=this.isLinkActive(this.router);return this.link&&Ce(this.link)||this.links.some(Ce)}static{this.\u0275fac=function(ze){return new(ze||ge)(e.rXU(an),e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(e.gRc),e.rXU(da,8))}}static{this.\u0275dir=e.FsC({type:ge,selectors:[["","routerLinkActive",""]],contentQueries:function(ze,gt,Ot){if(1&ze&&e.wni(Ot,da,5),2&ze){let Jt;e.mGM(Jt=e.lsd())&&(gt.links=Jt)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],standalone:!0,features:[e.OA$]})}}return ge})();class Vr{}let jn=(()=>{class ge{constructor(Ce,ze,gt,Ot,Jt){this.router=Ce,this.injector=gt,this.preloadingStrategy=Ot,this.loader=Jt}setUpPreloading(){this.subscription=this.router.events.pipe((0,ve.p)(Ce=>Ce instanceof it),(0,ue.H)(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(Ce,ze){const gt=[];for(const Ot of ze){Ot.providers&&!Ot._injector&&(Ot._injector=(0,e.Ol2)(Ot.providers,Ce,`Route: ${Ot.path}`));const Jt=Ot._injector??Ce,wi=Ot._loadedInjector??Jt;(Ot.loadChildren&&!Ot._loadedRoutes&&void 0===Ot.canLoad||Ot.loadComponent&&!Ot._loadedComponent)&>.push(this.preloadConfig(Jt,Ot)),(Ot.children||Ot._loadedRoutes)&>.push(this.processRoutes(wi,Ot.children??Ot._loadedRoutes))}return(0,S.H)(gt).pipe((0,ne.U)())}preloadConfig(Ce,ze){return this.preloadingStrategy.preload(ze,()=>{let gt;gt=ze.loadChildren&&void 0===ze.canLoad?this.loader.loadChildren(Ce,ze):(0,l.of)(null);const Ot=gt.pipe((0,ae.Z)(Jt=>null===Jt?(0,l.of)(void 0):(ze._loadedRoutes=Jt.routes,ze._loadedInjector=Jt.injector,this.processRoutes(Jt.injector??Ce,Jt.routes))));if(ze.loadComponent&&!ze._loadedComponent){const Jt=this.loader.loadComponent(ze);return(0,S.H)([Ot,Jt]).pipe((0,ne.U)())}return Ot})}static{this.\u0275fac=function(ze){return new(ze||ge)(e.KVO(an),e.KVO(e.Ql9),e.KVO(e.uvJ),e.KVO(Vr),e.KVO(lt))}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})();const bc=new e.nKC("");let Il=(()=>{class ge{constructor(Ce,ze,gt,Ot,Jt={}){this.urlSerializer=Ce,this.transitions=ze,this.viewportScroller=gt,this.zone=Ot,this.options=Jt,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},this.environmentInjector=(0,e.WQX)(e.uvJ),Jt.scrollPositionRestoration||="disabled",Jt.anchorScrolling||="disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(Ce=>{Ce instanceof q?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=Ce.navigationTrigger,this.restoredId=Ce.restoredState?Ce.restoredState.navigationId:0):Ce instanceof it?(this.lastId=Ce.id,this.scheduleScrollEvent(Ce,this.urlSerializer.parse(Ce.urlAfterRedirects).fragment)):Ce instanceof Ci&&Ce.code===mt.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(Ce,this.urlSerializer.parse(Ce.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(Ce=>{Ce instanceof vi&&(Ce.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(Ce.position):Ce.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(Ce.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(Ce,ze){var gt=this;this.zone.runOutsideAngular((0,t.A)(function*(){yield new Promise(Ot=>{setTimeout(()=>{Ot()}),(0,e.mal)(()=>{Ot()},{injector:gt.environmentInjector})}),gt.zone.run(()=>{gt.transitions.events.next(new vi(Ce,"popstate"===gt.lastSource?gt.store[gt.restoredId]:null,ze))})}))}ngOnDestroy(){this.routerEventsSubscription?.unsubscribe(),this.scrollEventsSubscription?.unsubscribe()}static{this.\u0275fac=function(ze){e.QTQ()}}static{this.\u0275prov=e.jDH({token:ge,factory:ge.\u0275fac})}}return ge})();function mo(ge,Ne){return{\u0275kind:ge,\u0275providers:Ne}}function Ui(){const ge=(0,e.WQX)(e.zZn);return Ne=>{const Ce=ge.get(e.o8S);if(Ne!==Ce.components[0])return;const ze=ge.get(an),gt=ge.get(Vc);1===ge.get(Vs)&&ze.initialNavigation(),ge.get($o,null,e.$GK.Optional)?.setUpPreloading(),ge.get(bc,null,e.$GK.Optional)?.init(),ze.resetRootComponentType(Ce.componentTypes[0]),gt.closed||(gt.next(),gt.complete(),gt.unsubscribe())}}const Vc=new e.nKC("",{factory:()=>new V.B}),Vs=new e.nKC("",{providedIn:"root",factory:()=>1}),$o=new e.nKC("");function Rl(ge){return mo(0,[{provide:$o,useExisting:jn},{provide:Vr,useExisting:ge}])}function va(ge){return mo(9,[{provide:Ge,useValue:qt},{provide:St,useValue:{skipNextTransition:!!ge?.skipInitialTransition,...ge}}])}const Hs=new e.nKC("ROUTER_FORROOT_GUARD"),Ja=[G.aZ,{provide:ut,useClass:vt},an,ar,{provide:kr,useFactory:function Xr(ge){return ge.routerState.root},deps:[an]},lt,[]];let En=(()=>{class ge{constructor(Ce){}static forRoot(Ce,ze){return{ngModule:ge,providers:[Ja,[],{provide:Ps,multi:!0,useValue:Ce},{provide:Hs,useFactory:Ki,deps:[[an,new e.Xx1,new e.kdw]]},{provide:ss,useValue:ze||{}},ze?.useHash?{provide:G.hb,useClass:G.fw}:{provide:G.hb,useClass:G.Sm},{provide:bc,useFactory:()=>{const ge=(0,e.WQX)(G.Xr),Ne=(0,e.WQX)(e.SKi),Ce=(0,e.WQX)(ss),ze=(0,e.WQX)(tn),gt=(0,e.WQX)(ut);return Ce.scrollOffset&&ge.setOffset(Ce.scrollOffset),new Il(gt,ze,ge,Ne,Ce)}},ze?.preloadingStrategy?Rl(ze.preloadingStrategy).\u0275providers:[],ze?.initialNavigation?mr(ze):[],ze?.bindToComponentInputs?mo(8,[lo,{provide:Ma,useExisting:lo}]).\u0275providers:[],ze?.enableViewTransitions?va().\u0275providers:[],[{provide:sa,useFactory:Ui},{provide:e.iLQ,multi:!0,useExisting:sa}]]}}static forChild(Ce){return{ngModule:ge,providers:[{provide:Ps,multi:!0,useValue:Ce}]}}static{this.\u0275fac=function(ze){return new(ze||ge)(e.KVO(Hs,8))}}static{this.\u0275mod=e.$C({type:ge})}static{this.\u0275inj=e.G2t({})}}return ge})();function Ki(ge){return"guarded"}function mr(ge){return["disabled"===ge.initialNavigation?mo(3,[{provide:e.hnV,multi:!0,useFactory:()=>{const Ne=(0,e.WQX)(an);return()=>{Ne.setUpLocationChangeListener()}}},{provide:Vs,useValue:2}]).\u0275providers:[],"enabledBlocking"===ge.initialNavigation?mo(2,[{provide:Vs,useValue:0},{provide:e.hnV,multi:!0,deps:[e.zZn],useFactory:Ne=>{const Ce=Ne.get(G.hj,Promise.resolve());return()=>Ce.then(()=>new Promise(ze=>{const gt=Ne.get(an),Ot=Ne.get(Vc);Mr(gt,()=>{ze(!0)}),Ne.get(tn).afterPreactivation=()=>(ze(!0),Ot.closed?(0,l.of)(void 0):Ot),gt.initialNavigation()}))}}]).\u0275providers:[]]}const sa=new e.nKC("")},60:(Ve,ee,p)=>{"use strict";p.d(ee,{aY:()=>Fs,dX:()=>Ps});var t=p(4438),e=p(177);function C(lt,Rt){var At=Object.keys(lt);if(Object.getOwnPropertySymbols){var J=Object.getOwnPropertySymbols(lt);Rt&&(J=J.filter(function(He){return Object.getOwnPropertyDescriptor(lt,He).enumerable})),At.push.apply(At,J)}return At}function S(lt){for(var Rt=1;Rtlt.length)&&(Rt=lt.length);for(var At=0,J=new Array(Rt);At0;)Rt+=we[62*Math.random()|0];return Rt}function $e(lt){for(var Rt=[],At=(lt||[]).length>>>0;At--;)Rt[At]=lt[At];return Rt}function $t(lt){return lt.classList?$e(lt.classList):(lt.getAttribute("class")||"").split(" ").filter(function(Rt){return Rt})}function Ft(lt){return"".concat(lt).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function fi(lt){return Object.keys(lt||{}).reduce(function(Rt,At){return Rt+"".concat(At,": ").concat(lt[At].trim(),";")},"")}function Qt(lt){return lt.size!==Pe.size||lt.x!==Pe.x||lt.y!==Pe.y||lt.rotate!==Pe.rotate||lt.flipX||lt.flipY}var ci=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";\n --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";\n --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";\n --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";\n --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0s);\n animation-delay: var(--fa-animation-delay, 0s);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n -webkit-transition-delay: 0s;\n transition-delay: 0s;\n -webkit-transition-duration: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, 0));\n transform: rotate(var(--fa-rotate-angle, 0));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}';function ui(){var lt=re,Rt=te,At=xe.cssPrefix,J=xe.replacementClass,He=ci;if(At!==lt||J!==Rt){var Te=new RegExp("\\.".concat(lt,"\\-"),"g"),Ge=new RegExp("\\--".concat(lt,"\\-"),"g"),St=new RegExp("\\.".concat(Rt),"g");He=He.replace(Te,".".concat(At,"-")).replace(Ge,"--".concat(At,"-")).replace(St,".".concat(J))}return He}var bn=!1;function Qi(){xe.autoAddCss&&!bn&&(function Oe(lt){if(lt&&r){var Rt=M.createElement("style");Rt.setAttribute("type","text/css"),Rt.innerHTML=lt;for(var At=M.head.childNodes,J=null,He=At.length-1;He>-1;He--){var Te=At[He],Ge=(Te.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(Ge)>-1&&(J=Te)}M.head.insertBefore(Rt,J)}}(ui()),bn=!0)}var Li={mixout:function(){return{dom:{css:ui,insertCss:Qi}}},hooks:function(){return{beforeDOMElementCreation:function(){Qi()},beforeI2svg:function(){Qi()}}}},nn=h||{};nn[Ye]||(nn[Ye]={}),nn[Ye].styles||(nn[Ye].styles={}),nn[Ye].hooks||(nn[Ye].hooks={}),nn[Ye].shims||(nn[Ye].shims=[]);var st=nn[Ye],ii=[],Mt=!1;function ai(lt){var Rt=lt.tag,At=lt.attributes,J=void 0===At?{}:At,He=lt.children,Te=void 0===He?[]:He;return"string"==typeof lt?Ft(lt):"<".concat(Rt," ").concat(function Kt(lt){return Object.keys(lt||{}).reduce(function(Rt,At){return Rt+"".concat(At,'="').concat(Ft(lt[At]),'" ')},"").trim()}(J),">").concat(Te.map(ai).join(""),"")}function Ei(lt,Rt,At){if(lt&<[Rt]&<[Rt][At])return{prefix:Rt,iconName:At,icon:lt[Rt][At]}}r&&((Mt=(M.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(M.readyState))||M.addEventListener("DOMContentLoaded",function lt(){M.removeEventListener("DOMContentLoaded",lt),Mt=1,ii.map(function(Rt){return Rt()})}));var $i=function(Rt,At,J,He){var qt,hi,Si,Te=Object.keys(Rt),Ge=Te.length,St=void 0!==He?function(Rt,At){return function(J,He,Te,Ge){return Rt.call(At,J,He,Te,Ge)}}(At,He):At;for(void 0===J?(qt=1,Si=Rt[Te[0]]):(qt=0,Si=J);qt=55296&&He<=56319&&At2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,He=void 0!==J&&J,Te=mn(Rt);"function"!=typeof st.hooks.addPack||He?st.styles[lt]=S(S({},st.styles[lt]||{}),Te):st.hooks.addPack(lt,mn(Rt)),"fas"===lt&&Dt("fa",Rt)}var Bt,q,it,Ae=st.styles,mt=st.shims,It=(w(Bt={},Ke,Object.values(Qe[Ke])),w(Bt,Ct,Object.values(Qe[Ct])),Bt),Ci=null,un={},Dn={},Hn={},On={},Xn={},ir=(w(q={},Ke,Object.keys(ke[Ke])),w(q,Ct,Object.keys(ke[Ct])),q);var Oi=function(){var Rt=function(Te){return $i(Ae,function(Ge,St,qt){return Ge[qt]=$i(St,Te,{}),Ge},{})};un=Rt(function(He,Te,Ge){return Te[3]&&(He[Te[3]]=Ge),Te[2]&&Te[2].filter(function(qt){return"number"==typeof qt}).forEach(function(qt){He[qt.toString(16)]=Ge}),He}),Dn=Rt(function(He,Te,Ge){return He[Ge]=Ge,Te[2]&&Te[2].filter(function(qt){return"string"==typeof qt}).forEach(function(qt){He[qt]=Ge}),He}),Xn=Rt(function(He,Te,Ge){var St=Te[2];return He[Ge]=Ge,St.forEach(function(qt){He[qt]=Ge}),He});var At="far"in Ae||xe.autoFetchSvg,J=$i(mt,function(He,Te){var Ge=Te[0],St=Te[1],qt=Te[2];return"far"===St&&!At&&(St="fas"),"string"==typeof Ge&&(He.names[Ge]={prefix:St,iconName:qt}),"number"==typeof Ge&&(He.unicodes[Ge.toString(16)]={prefix:St,iconName:qt}),He},{names:{},unicodes:{}});Hn=J.names,On=J.unicodes,Ci=nr(xe.styleDefault,{family:xe.familyDefault})};function Yt(lt,Rt){return(un[lt]||{})[Rt]}function li(lt,Rt){return(Xn[lt]||{})[Rt]}function vi(lt){return Hn[lt]||{prefix:null,iconName:null}}function ji(){return Ci}(function Me(lt){ce.push(lt)})(function(lt){Ci=nr(lt.styleDefault,{family:xe.familyDefault})}),Oi();var en=function(){return{prefix:null,iconName:null,rest:[]}};function nr(lt){var At=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).family,J=void 0===At?Ke:At;return Je[J][lt]||Je[J][ke[J][lt]]||(lt in st.styles?lt:null)||null}var ar=(w(it={},Ke,Object.keys(Qe[Ke])),w(it,Ct,Object.keys(Qe[Ct])),it);function tr(lt){var Rt,J=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).skipLookups,He=void 0!==J&&J,Te=(w(Rt={},Ke,"".concat(xe.cssPrefix,"-").concat(Ke)),w(Rt,Ct,"".concat(xe.cssPrefix,"-").concat(Ct)),Rt),Ge=null,St=Ke;(lt.includes(Te[Ke])||lt.some(function(hi){return ar[Ke].includes(hi)}))&&(St=Ke),(lt.includes(Te[Ct])||lt.some(function(hi){return ar[Ct].includes(hi)}))&&(St=Ct);var qt=lt.reduce(function(hi,Si){var tn=function pi(lt,Rt){var At=Rt.split("-"),J=At[0],He=At.slice(1).join("-");return J!==lt||""===He||function Fn(lt){return~dt.indexOf(lt)}(He)?null:He}(xe.cssPrefix,Si);if(Ae[Si]?(Si=It[St].includes(Si)?nt[St][Si]:Si,Ge=Si,hi.prefix=Si):ir[St].indexOf(Si)>-1?(Ge=Si,hi.prefix=nr(Si,{family:St})):tn?hi.iconName=tn:Si!==xe.replacementClass&&Si!==Te[Ke]&&Si!==Te[Ct]&&hi.rest.push(Si),!He&&hi.prefix&&hi.iconName){var pn="fa"===Ge?vi(hi.iconName):{},yn=li(hi.prefix,hi.iconName);pn.prefix&&(Ge=null),hi.iconName=pn.iconName||yn||hi.iconName,hi.prefix=pn.prefix||hi.prefix,"far"===hi.prefix&&!Ae.far&&Ae.fas&&!xe.autoFetchSvg&&(hi.prefix="fas")}return hi},en());return(lt.includes("fa-brands")||lt.includes("fab"))&&(qt.prefix="fab"),(lt.includes("fa-duotone")||lt.includes("fad"))&&(qt.prefix="fad"),!qt.prefix&&St===Ct&&(Ae.fass||xe.autoFetchSvg)&&(qt.prefix="fass",qt.iconName=li(qt.prefix,qt.iconName)||qt.iconName),("fa"===qt.prefix||"fa"===Ge)&&(qt.prefix=ji()||"fas"),qt}var or=function(){function lt(){(function m(lt,Rt){if(!(lt instanceof Rt))throw new TypeError("Cannot call a class as a function")})(this,lt),this.definitions={}}return function d(lt,Rt,At){Rt&&R(lt.prototype,Rt),At&&R(lt,At),Object.defineProperty(lt,"prototype",{writable:!1})}(lt,[{key:"add",value:function(){for(var At=this,J=arguments.length,He=new Array(J),Te=0;Te0&&Si.forEach(function(tn){"string"==typeof tn&&(At[St][tn]=hi)}),At[St][qt]=hi}),At}}]),lt}(),na=[],Rr={},Gr={},Uo=Object.keys(Gr);function Go(lt,Rt){for(var At=arguments.length,J=new Array(At>2?At-2:0),He=2;He1?Rt-1:0),J=1;J0&&void 0!==arguments[0]?arguments[0]:{};return r?(kr("beforeI2svg",Rt),wa("pseudoElements2svg",Rt),wa("i2svg",Rt)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var Rt=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},At=Rt.autoReplaceSvgRoot;!1===xe.autoReplaceSvg&&(xe.autoReplaceSvg=!0),xe.observeMutations=!0,function Pt(lt){r&&(Mt?setTimeout(lt,0):ii.push(lt))}(function(){Co({autoReplaceSvgRoot:At}),kr("watch",Rt)})}},Gn={noAuto:function(){xe.autoReplaceSvg=!1,xe.observeMutations=!1,kr("noAuto")},config:xe,dom:vr,parse:{icon:function(Rt){if(null===Rt)return null;if("object"===l(Rt)&&Rt.prefix&&Rt.iconName)return{prefix:Rt.prefix,iconName:li(Rt.prefix,Rt.iconName)||Rt.iconName};if(Array.isArray(Rt)&&2===Rt.length){var At=0===Rt[1].indexOf("fa-")?Rt[1].slice(3):Rt[1],J=nr(Rt[0]);return{prefix:J,iconName:li(J,At)||At}}if("string"==typeof Rt&&(Rt.indexOf("".concat(xe.cssPrefix,"-"))>-1||Rt.match(Ue))){var He=tr(Rt.split(" "),{skipLookups:!0});return{prefix:He.prefix||ji(),iconName:li(He.prefix,He.iconName)||He.iconName}}if("string"==typeof Rt){var Te=ji();return{prefix:Te,iconName:li(Te,Rt)||Rt}}}},library:Qa,findIconDefinition:Ia,toHtml:ai},Co=function(){var At=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,J=void 0===At?M:At;(Object.keys(st.styles).length>0||xe.autoFetchSvg)&&r&&xe.autoReplaceSvg&&Gn.dom.i2svg({node:J})};function ln(lt,Rt){return Object.defineProperty(lt,"abstract",{get:Rt}),Object.defineProperty(lt,"html",{get:function(){return lt.abstract.map(function(J){return ai(J)})}}),Object.defineProperty(lt,"node",{get:function(){if(r){var J=M.createElement("div");return J.innerHTML=lt.html,J.children}}}),lt}function lo(lt){var Rt=lt.icons,At=Rt.main,J=Rt.mask,He=lt.prefix,Te=lt.iconName,Ge=lt.transform,St=lt.symbol,qt=lt.title,hi=lt.maskId,Si=lt.titleId,tn=lt.extra,pn=lt.watchable,yn=void 0!==pn&&pn,An=J.found?J:At,hr=An.width,er=An.height,yr="fak"===He,gr=[xe.replacementClass,Te?"".concat(xe.cssPrefix,"-").concat(Te):""].filter(function(Wr){return-1===tn.classes.indexOf(Wr)}).filter(function(Wr){return""!==Wr||!!Wr}).concat(tn.classes).join(" "),Mr={children:[],attributes:S(S({},tn.attributes),{},{"data-prefix":He,"data-icon":Te,class:gr,role:tn.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(hr," ").concat(er)})},oa=yr&&!~tn.classes.indexOf("fa-fw")?{width:"".concat(hr/er*16*.0625,"em")}:{};yn&&(Mr.attributes[oe]=""),qt&&(Mr.children.push({tag:"title",attributes:{id:Mr.attributes["aria-labelledby"]||"title-".concat(Si||De())},children:[qt]}),delete Mr.attributes.title);var Bn=S(S({},Mr),{},{prefix:He,iconName:Te,main:At,mask:J,maskId:hi,transform:Ge,symbol:St,styles:S(S({},oa),tn.styles)}),zi=J.found&&At.found?wa("generateAbstractMask",Bn)||{children:[],attributes:{}}:wa("generateAbstractIcon",Bn)||{children:[],attributes:{}},fr=zi.attributes;return Bn.children=zi.children,Bn.attributes=fr,St?function Ma(lt){var At=lt.iconName,J=lt.children,He=lt.attributes,Te=lt.symbol,Ge=!0===Te?"".concat(lt.prefix,"-").concat(xe.cssPrefix,"-").concat(At):Te;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:S(S({},He),{},{id:Ge}),children:J}]}]}(Bn):function $r(lt){var Rt=lt.children,At=lt.main,J=lt.mask,He=lt.attributes,Te=lt.styles,Ge=lt.transform;if(Qt(Ge)&&At.found&&!J.found){var hi={x:At.width/At.height/2,y:.5};He.style=fi(S(S({},Te),{},{"transform-origin":"".concat(hi.x+Ge.x/16,"em ").concat(hi.y+Ge.y/16,"em")}))}return[{tag:"svg",attributes:He,children:Rt}]}(Bn)}function ho(lt){var Rt=lt.content,At=lt.width,J=lt.height,He=lt.transform,Te=lt.title,Ge=lt.extra,St=lt.watchable,qt=void 0!==St&&St,hi=S(S(S({},Ge.attributes),Te?{title:Te}:{}),{},{class:Ge.classes.join(" ")});qt&&(hi[oe]="");var Si=S({},Ge.styles);Qt(He)&&(Si.transform=function Xi(lt){var Rt=lt.transform,At=lt.width,He=lt.height,Te=void 0===He?16:He,Ge=lt.startCentered,St=void 0!==Ge&&Ge,qt="";return qt+=St&&v?"translate(".concat(Rt.x/16-(void 0===At?16:At)/2,"em, ").concat(Rt.y/16-Te/2,"em) "):St?"translate(calc(-50% + ".concat(Rt.x/16,"em), calc(-50% + ").concat(Rt.y/16,"em)) "):"translate(".concat(Rt.x/16,"em, ").concat(Rt.y/16,"em) "),(qt+="scale(".concat(Rt.size/16*(Rt.flipX?-1:1),", ").concat(Rt.size/16*(Rt.flipY?-1:1),") "))+"rotate(".concat(Rt.rotate,"deg) ")}({transform:He,startCentered:!0,width:At,height:J}),Si["-webkit-transform"]=Si.transform);var tn=fi(Si);tn.length>0&&(hi.style=tn);var pn=[];return pn.push({tag:"span",attributes:hi,children:[Rt]}),Te&&pn.push({tag:"span",attributes:{class:"sr-only"},children:[Te]}),pn}var Qr=st.styles;function no(lt){var Rt=lt[0],At=lt[1],Te=k(lt.slice(4),1)[0];return{found:!0,width:Rt,height:At,icon:Array.isArray(Te)?{tag:"g",attributes:{class:"".concat(xe.cssPrefix,"-").concat(jt.GROUP)},children:[{tag:"path",attributes:{class:"".concat(xe.cssPrefix,"-").concat(jt.SECONDARY),fill:"currentColor",d:Te[0]}},{tag:"path",attributes:{class:"".concat(xe.cssPrefix,"-").concat(jt.PRIMARY),fill:"currentColor",d:Te[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:Te}}}}var Ea={found:!1,width:512,height:512};function Ra(lt,Rt){var At=Rt;return"fa"===Rt&&null!==xe.styleDefault&&(Rt=ji()),new Promise(function(J,He){if(wa("missingIconAbstract"),"fa"===At){var Ge=vi(lt)||{};lt=Ge.iconName||lt,Rt=Ge.prefix||Rt}if(lt&&Rt&&Qr[Rt]&&Qr[Rt][lt])return J(no(Qr[Rt][lt]));(function No(lt,Rt){!et&&!xe.showMissingIcons&<&&console.error('Icon with name "'.concat(lt,'" and prefix "').concat(Rt,'" is missing.'))})(lt,Rt),J(S(S({},Ea),{},{icon:xe.showMissingIcons&<&&wa("missingIconAbstract")||{}}))})}var wo=function(){},Lr=xe.measurePerformance&&O&&O.mark&&O.measure?O:{mark:wo,measure:wo},ma='FA "6.5.2"',Ua=function(Rt){Lr.mark("".concat(ma," ").concat(Rt," ends")),Lr.measure("".concat(ma," ").concat(Rt),"".concat(ma," ").concat(Rt," begins"),"".concat(ma," ").concat(Rt," ends"))},as={begin:function(Rt){return Lr.mark("".concat(ma," ").concat(Rt," begins")),function(){return Ua(Rt)}},end:Ua},Ga=function(){};function Oa(lt){return"string"==typeof(lt.getAttribute?lt.getAttribute(oe):null)}function Mo(lt){return M.createElementNS("http://www.w3.org/2000/svg",lt)}function pa(lt){return M.createElement(lt)}function ro(lt){var At=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).ceFn,J=void 0===At?"svg"===lt.tag?Mo:pa:At;if("string"==typeof lt)return M.createTextNode(lt);var He=J(lt.tag);return Object.keys(lt.attributes||[]).forEach(function(Ge){He.setAttribute(Ge,lt.attributes[Ge])}),(lt.children||[]).forEach(function(Ge){He.appendChild(ro(Ge,{ceFn:J}))}),He}var ga={replace:function(Rt){var At=Rt[0];if(At.parentNode)if(Rt[1].forEach(function(He){At.parentNode.insertBefore(ro(He),At)}),null===At.getAttribute(oe)&&xe.keepOriginalSource){var J=M.createComment(function wr(lt){var Rt=" ".concat(lt.outerHTML," ");return"".concat(Rt,"Font Awesome fontawesome.com ")}(At));At.parentNode.replaceChild(J,At)}else At.remove()},nest:function(Rt){var At=Rt[0],J=Rt[1];if(~$t(At).indexOf(xe.replacementClass))return ga.replace(Rt);var He=new RegExp("".concat(xe.cssPrefix,"-.*"));if(delete J[0].attributes.id,J[0].attributes.class){var Te=J[0].attributes.class.split(" ").reduce(function(St,qt){return qt===xe.replacementClass||qt.match(He)?St.toSvg.push(qt):St.toNode.push(qt),St},{toNode:[],toSvg:[]});J[0].attributes.class=Te.toSvg.join(" "),0===Te.toNode.length?At.removeAttribute("class"):At.setAttribute("class",Te.toNode.join(" "))}var Ge=J.map(function(St){return ai(St)}).join("\n");At.setAttribute(oe,""),At.innerHTML=Ge}};function Wo(lt){lt()}function ra(lt,Rt){var At="function"==typeof Rt?Rt:Ga;if(0===lt.length)At();else{var J=Wo;xe.mutateApproach===fe&&(J=h.requestAnimationFrame||Wo),J(function(){var He=function jo(){return!0===xe.autoReplaceSvg?ga.replace:ga[xe.autoReplaceSvg]||ga.replace}(),Te=as.begin("mutate");lt.map(He),Te(),At()})}}var Kn=!1;function Ht(){Kn=!0}function Mi(){Kn=!1}var xt=null;function ni(lt){if(L&&xe.observeMutations){var Rt=lt.treeCallback,At=void 0===Rt?Ga:Rt,J=lt.nodeCallback,He=void 0===J?Ga:J,Te=lt.pseudoElementsCallback,Ge=void 0===Te?Ga:Te,St=lt.observeMutationsRoot,qt=void 0===St?M:St;xt=new L(function(hi){if(!Kn){var Si=ji();$e(hi).forEach(function(tn){if("childList"===tn.type&&tn.addedNodes.length>0&&!Oa(tn.addedNodes[0])&&(xe.searchPseudoElements&&Ge(tn.target),At(tn.target)),"attributes"===tn.type&&tn.target.parentNode&&xe.searchPseudoElements&&Ge(tn.target.parentNode),"attributes"===tn.type&&Oa(tn.target)&&~Ze.indexOf(tn.attributeName))if("class"===tn.attributeName&&function ja(lt){var Rt=lt.getAttribute?lt.getAttribute(pe):null,At=lt.getAttribute?lt.getAttribute(We):null;return Rt&&At}(tn.target)){var pn=tr($t(tn.target)),An=pn.iconName;tn.target.setAttribute(pe,pn.prefix||Si),An&&tn.target.setAttribute(We,An)}else(function Vo(lt){return lt&<.classList&<.classList.contains&<.classList.contains(xe.replacementClass)})(tn.target)&&He(tn.target)})}}),r&&xt.observe(qt,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Sa(lt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},At=function rr(lt){var Rt=lt.getAttribute("data-prefix"),At=lt.getAttribute("data-icon"),J=void 0!==lt.innerText?lt.innerText.trim():"",He=tr($t(lt));return He.prefix||(He.prefix=ji()),Rt&&At&&(He.prefix=Rt,He.iconName=At),He.iconName&&He.prefix||(He.prefix&&J.length>0&&(He.iconName=function yi(lt,Rt){return(Dn[lt]||{})[Rt]}(He.prefix,lt.innerText)||Yt(He.prefix,Fi(lt.innerText))),!He.iconName&&xe.autoFetchSvg&<.firstChild&<.firstChild.nodeType===Node.TEXT_NODE&&(He.iconName=lt.firstChild.data)),He}(lt),J=At.iconName,He=At.prefix,Te=At.rest,Ge=function Fa(lt){var Rt=$e(lt.attributes).reduce(function(He,Te){return"class"!==He.name&&"style"!==He.name&&(He[Te.name]=Te.value),He},{}),At=lt.getAttribute("title"),J=lt.getAttribute("data-fa-title-id");return xe.autoA11y&&(At?Rt["aria-labelledby"]="".concat(xe.replacementClass,"-title-").concat(J||De()):(Rt["aria-hidden"]="true",Rt.focusable="false")),Rt}(lt),St=Go("parseNodeAttributes",{},lt),qt=Rt.styleParser?function bi(lt){var Rt=lt.getAttribute("style"),At=[];return Rt&&(At=Rt.split(";").reduce(function(J,He){var Te=He.split(":"),Ge=Te[0],St=Te.slice(1);return Ge&&St.length>0&&(J[Ge]=St.join(":").trim()),J},{})),At}(lt):[];return S({iconName:J,title:lt.getAttribute("title"),titleId:lt.getAttribute("data-fa-title-id"),prefix:He,transform:Pe,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:Te,styles:qt,attributes:Ge}},St)}var Pa=st.styles;function uo(lt){var Rt="nest"===xe.autoReplaceSvg?Sa(lt,{styleParser:!1}):Sa(lt);return~Rt.extra.classes.indexOf(ht)?wa("generateLayersText",lt,Rt):wa("generateSvgReplacementMutation",lt,Rt)}var Za=new Set;function Xo(lt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!r)return Promise.resolve();var At=M.documentElement.classList,J=function(tn){return At.add("".concat(se,"-").concat(tn))},He=function(tn){return At.remove("".concat(se,"-").concat(tn))},Te=xe.autoFetchSvg?Za:_t.map(function(Si){return"fa-".concat(Si)}).concat(Object.keys(Pa));Te.includes("fa")||Te.push("fa");var Ge=[".".concat(ht,":not([").concat(oe,"])")].concat(Te.map(function(Si){return".".concat(Si,":not([").concat(oe,"])")})).join(", ");if(0===Ge.length)return Promise.resolve();var St=[];try{St=$e(lt.querySelectorAll(Ge))}catch{}if(!(St.length>0))return Promise.resolve();J("pending"),He("complete");var qt=as.begin("onTree"),hi=St.reduce(function(Si,tn){try{var pn=uo(tn);pn&&Si.push(pn)}catch(yn){et||"MissingIcon"===yn.name&&console.error(yn)}return Si},[]);return new Promise(function(Si,tn){Promise.all(hi).then(function(pn){ra(pn,function(){J("active"),J("complete"),He("pending"),"function"==typeof Rt&&Rt(),qt(),Si()})}).catch(function(pn){qt(),tn(pn)})})}function $s(lt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;uo(lt).then(function(At){At&&ra([At],Rt)})}_t.map(function(lt){Za.add("fa-".concat(lt))}),Object.keys(ke[Ke]).map(Za.add.bind(Za)),Object.keys(ke[Ct]).map(Za.add.bind(Za)),Za=F(Za);var Ms=function(Rt){var At=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},J=At.transform,He=void 0===J?Pe:J,Te=At.symbol,Ge=void 0!==Te&&Te,St=At.mask,qt=void 0===St?null:St,hi=At.maskId,Si=void 0===hi?null:hi,tn=At.title,pn=void 0===tn?null:tn,yn=At.titleId,An=void 0===yn?null:yn,hr=At.classes,er=void 0===hr?[]:hr,yr=At.attributes,gr=void 0===yr?{}:yr,Mr=At.styles,oa=void 0===Mr?{}:Mr;if(Rt){var Bn=Rt.prefix,zi=Rt.iconName,an=Rt.icon;return ln(S({type:"icon"},Rt),function(){return kr("beforeDOMElementCreation",{iconDefinition:Rt,params:At}),xe.autoA11y&&(pn?gr["aria-labelledby"]="".concat(xe.replacementClass,"-title-").concat(An||De()):(gr["aria-hidden"]="true",gr.focusable="false")),lo({icons:{main:no(an),mask:qt?no(qt.icon):{found:!1,width:null,height:null,icon:{}}},prefix:Bn,iconName:zi,transform:S(S({},Pe),He),symbol:Ge,title:pn,maskId:Si,titleId:An,extra:{attributes:gr,styles:oa,classes:er}})})}},aa={mixout:function(){return{icon:(lt=Ms,function(Rt){var At=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},J=(Rt||{}).icon?Rt:Ia(Rt||{}),He=At.mask;return He&&(He=(He||{}).icon?He:Ia(He||{})),lt(J,S(S({},At),{},{mask:He}))})};var lt},hooks:function(){return{mutationObserverCallbacks:function(At){return At.treeCallback=Xo,At.nodeCallback=$s,At}}},provides:function(Rt){Rt.i2svg=function(At){var J=At.node,Te=At.callback;return Xo(void 0===J?M:J,void 0===Te?function(){}:Te)},Rt.generateSvgReplacementMutation=function(At,J){var He=J.iconName,Te=J.title,Ge=J.titleId,St=J.prefix,qt=J.transform,hi=J.symbol,Si=J.mask,tn=J.maskId,pn=J.extra;return new Promise(function(yn,An){Promise.all([Ra(He,St),Si.iconName?Ra(Si.iconName,Si.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(hr){var er=k(hr,2);yn([At,lo({icons:{main:er[0],mask:er[1]},prefix:St,iconName:He,transform:qt,symbol:hi,maskId:tn,title:Te,titleId:Ge,extra:pn,watchable:!0})])}).catch(An)})},Rt.generateAbstractIcon=function(At){var hi,J=At.children,He=At.attributes,Te=At.main,Ge=At.transform,qt=fi(At.styles);return qt.length>0&&(He.style=qt),Qt(Ge)&&(hi=wa("generateAbstractTransformGrouping",{main:Te,transform:Ge,containerWidth:Te.width,iconWidth:Te.width})),J.push(hi||Te.icon),{children:J,attributes:He}}}},Ri={mixout:function(){return{layer:function(At){var J=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},He=J.classes,Te=void 0===He?[]:He;return ln({type:"layer"},function(){kr("beforeDOMElementCreation",{assembler:At,params:J});var Ge=[];return At(function(St){Array.isArray(St)?St.map(function(qt){Ge=Ge.concat(qt.abstract)}):Ge=Ge.concat(St.abstract)}),[{tag:"span",attributes:{class:["".concat(xe.cssPrefix,"-layers")].concat(F(Te)).join(" ")},children:Ge}]})}}}},ft={mixout:function(){return{counter:function(At){var J=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},He=J.title,Te=void 0===He?null:He,Ge=J.classes,St=void 0===Ge?[]:Ge,qt=J.attributes,hi=void 0===qt?{}:qt,Si=J.styles,tn=void 0===Si?{}:Si;return ln({type:"counter",content:At},function(){return kr("beforeDOMElementCreation",{content:At,params:J}),function Po(lt){var Rt=lt.content,At=lt.title,J=lt.extra,He=S(S(S({},J.attributes),At?{title:At}:{}),{},{class:J.classes.join(" ")}),Te=fi(J.styles);Te.length>0&&(He.style=Te);var Ge=[];return Ge.push({tag:"span",attributes:He,children:[Rt]}),At&&Ge.push({tag:"span",attributes:{class:"sr-only"},children:[At]}),Ge}({content:At.toString(),title:Te,extra:{attributes:hi,styles:tn,classes:["".concat(xe.cssPrefix,"-layers-counter")].concat(F(St))}})})}}}},pt={mixout:function(){return{text:function(At){var J=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},He=J.transform,Te=void 0===He?Pe:He,Ge=J.title,St=void 0===Ge?null:Ge,qt=J.classes,hi=void 0===qt?[]:qt,Si=J.attributes,tn=void 0===Si?{}:Si,pn=J.styles,yn=void 0===pn?{}:pn;return ln({type:"text",content:At},function(){return kr("beforeDOMElementCreation",{content:At,params:J}),ho({content:At,transform:S(S({},Pe),Te),title:St,extra:{attributes:tn,styles:yn,classes:["".concat(xe.cssPrefix,"-layers-text")].concat(F(hi))}})})}}},provides:function(Rt){Rt.generateLayersText=function(At,J){var He=J.title,Te=J.transform,Ge=J.extra,St=null,qt=null;if(v){var hi=parseInt(getComputedStyle(At).fontSize,10),Si=At.getBoundingClientRect();St=Si.width/hi,qt=Si.height/hi}return xe.autoA11y&&!He&&(Ge.attributes["aria-hidden"]="true"),Promise.resolve([At,ho({content:At.innerHTML,width:St,height:qt,transform:Te,title:He,extra:Ge,watchable:!0})])}}},Be=new RegExp('"',"ug"),Tt=[1105920,1112319];function fn(lt,Rt){var At="".concat(de).concat(Rt.replace(":","-"));return new Promise(function(J,He){if(null!==lt.getAttribute(At))return J();var Ge=$e(lt.children).filter(function(an){return an.getAttribute(_e)===Rt})[0],St=h.getComputedStyle(lt,Rt),qt=St.getPropertyValue("font-family").match(tt),hi=St.getPropertyValue("font-weight"),Si=St.getPropertyValue("content");if(Ge&&!qt)return lt.removeChild(Ge),J();if(qt&&"none"!==Si&&""!==Si){var tn=St.getPropertyValue("content"),pn=~["Sharp"].indexOf(qt[2])?Ct:Ke,yn=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(qt[2])?Je[pn][qt[2].toLowerCase()]:wt[pn][hi],An=function ti(lt){var Rt=lt.replace(Be,""),At=function _n(lt,Rt){var He,At=lt.length,J=lt.charCodeAt(Rt);return J>=55296&&J<=56319&&At>Rt+1&&(He=lt.charCodeAt(Rt+1))>=56320&&He<=57343?1024*(J-55296)+He-56320+65536:J}(Rt,0),J=At>=Tt[0]&&At<=Tt[1],He=2===Rt.length&&Rt[0]===Rt[1];return{value:Fi(He?Rt[0]:Rt),isSecondary:J||He}}(tn),hr=An.value,er=An.isSecondary,yr=qt[0].startsWith("FontAwesome"),gr=Yt(yn,hr),Mr=gr;if(yr){var oa=function Ni(lt){var Rt=On[lt],At=Yt("fas",lt);return Rt||(At?{prefix:"fas",iconName:At}:null)||{prefix:null,iconName:null}}(hr);oa.iconName&&oa.prefix&&(gr=oa.iconName,yn=oa.prefix)}if(!gr||er||Ge&&Ge.getAttribute(pe)===yn&&Ge.getAttribute(We)===Mr)J();else{lt.setAttribute(At,Mr),Ge&<.removeChild(Ge);var Bn=function Zr(){return{iconName:null,title:null,titleId:null,prefix:null,transform:Pe,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}(),zi=Bn.extra;zi.attributes[_e]=Rt,Ra(gr,yn).then(function(an){var fr=lo(S(S({},Bn),{},{icons:{main:an,mask:en()},prefix:yn,iconName:Mr,extra:zi,watchable:!0})),Wr=M.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===Rt?lt.insertBefore(Wr,lt.firstChild):lt.appendChild(Wr),Wr.outerHTML=fr.map(function(da){return ai(da)}).join("\n"),lt.removeAttribute(At),J()}).catch(He)}}else J()})}function Qn(lt){return Promise.all([fn(lt,"::before"),fn(lt,"::after")])}function Ho(lt){return!(lt.parentNode===document.head||~he.indexOf(lt.tagName.toUpperCase())||lt.getAttribute(_e)||lt.parentNode&&"svg"===lt.parentNode.tagName)}function br(lt){if(r)return new Promise(function(Rt,At){var J=$e(lt.querySelectorAll("*")).filter(Ho).map(Qn),He=as.begin("searchPseudoElements");Ht(),Promise.all(J).then(function(){He(),Mi(),Rt()}).catch(function(){He(),Mi(),At()})})}var lc=!1,hc=function(Rt){return Rt.toLowerCase().split(" ").reduce(function(J,He){var Te=He.toLowerCase().split("-"),Ge=Te[0],St=Te.slice(1).join("-");if(Ge&&"h"===St)return J.flipX=!0,J;if(Ge&&"v"===St)return J.flipY=!0,J;if(St=parseFloat(St),isNaN(St))return J;switch(Ge){case"grow":J.size=J.size+St;break;case"shrink":J.size=J.size-St;break;case"left":J.x=J.x-St;break;case"right":J.x=J.x+St;break;case"up":J.y=J.y-St;break;case"down":J.y=J.y+St;break;case"rotate":J.rotate=J.rotate+St}return J},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},Ko={x:0,y:0,width:"100%",height:"100%"};function fo(lt){return lt.attributes&&(lt.attributes.fill||!(arguments.length>1&&void 0!==arguments[1])||arguments[1])&&(lt.attributes.fill="black"),lt}!function yo(lt,Rt){var At=Rt.mixoutsTo;na=lt,Rr={},Object.keys(Gr).forEach(function(J){-1===Uo.indexOf(J)&&delete Gr[J]}),na.forEach(function(J){var He=J.mixout?J.mixout():{};if(Object.keys(He).forEach(function(Ge){"function"==typeof He[Ge]&&(At[Ge]=He[Ge]),"object"===l(He[Ge])&&Object.keys(He[Ge]).forEach(function(St){At[Ge]||(At[Ge]={}),At[Ge][St]=He[Ge][St]})}),J.hooks){var Te=J.hooks();Object.keys(Te).forEach(function(Ge){Rr[Ge]||(Rr[Ge]=[]),Rr[Ge].push(Te[Ge])})}J.provides&&J.provides(Gr)})}([Li,aa,Ri,ft,pt,{hooks:function(){return{mutationObserverCallbacks:function(At){return At.pseudoElementsCallback=br,At}}},provides:function(Rt){Rt.pseudoElements2svg=function(At){var J=At.node;xe.searchPseudoElements&&br(void 0===J?M:J)}}},{mixout:function(){return{dom:{unwatch:function(){Ht(),lc=!0}}}},hooks:function(){return{bootstrap:function(){ni(Go("mutationObserverCallbacks",{}))},noAuto:function(){!function ki(){xt&&xt.disconnect()}()},watch:function(At){var J=At.observeMutationsRoot;lc?Mi():ni(Go("mutationObserverCallbacks",{observeMutationsRoot:J}))}}}},{mixout:function(){return{parse:{transform:function(At){return hc(At)}}}},hooks:function(){return{parseNodeAttributes:function(At,J){var He=J.getAttribute("data-fa-transform");return He&&(At.transform=hc(He)),At}}},provides:function(Rt){Rt.generateAbstractTransformGrouping=function(At){var J=At.main,He=At.transform,Ge=At.iconWidth,St={transform:"translate(".concat(At.containerWidth/2," 256)")},qt="translate(".concat(32*He.x,", ").concat(32*He.y,") "),hi="scale(".concat(He.size/16*(He.flipX?-1:1),", ").concat(He.size/16*(He.flipY?-1:1),") "),Si="rotate(".concat(He.rotate," 0 0)"),yn={outer:St,inner:{transform:"".concat(qt," ").concat(hi," ").concat(Si)},path:{transform:"translate(".concat(Ge/2*-1," -256)")}};return{tag:"g",attributes:S({},yn.outer),children:[{tag:"g",attributes:S({},yn.inner),children:[{tag:J.icon.tag,children:J.icon.children,attributes:S(S({},J.icon.attributes),yn.path)}]}]}}}},{hooks:function(){return{parseNodeAttributes:function(At,J){var He=J.getAttribute("data-fa-mask"),Te=He?tr(He.split(" ").map(function(Ge){return Ge.trim()})):en();return Te.prefix||(Te.prefix=ji()),At.mask=Te,At.maskId=J.getAttribute("data-fa-mask-id"),At}}},provides:function(Rt){Rt.generateAbstractMask=function(At){var lt,J=At.children,He=At.attributes,Te=At.main,Ge=At.mask,St=At.maskId,Si=Te.icon,pn=Ge.icon,yn=function zt(lt){var Rt=lt.transform,J=lt.iconWidth,He={transform:"translate(".concat(lt.containerWidth/2," 256)")},Te="translate(".concat(32*Rt.x,", ").concat(32*Rt.y,") "),Ge="scale(".concat(Rt.size/16*(Rt.flipX?-1:1),", ").concat(Rt.size/16*(Rt.flipY?-1:1),") "),St="rotate(".concat(Rt.rotate," 0 0)");return{outer:He,inner:{transform:"".concat(Te," ").concat(Ge," ").concat(St)},path:{transform:"translate(".concat(J/2*-1," -256)")}}}({transform:At.transform,containerWidth:Ge.width,iconWidth:Te.width}),An={tag:"rect",attributes:S(S({},Ko),{},{fill:"white"})},hr=Si.children?{children:Si.children.map(fo)}:{},er={tag:"g",attributes:S({},yn.inner),children:[fo(S({tag:Si.tag,attributes:S(S({},Si.attributes),yn.path)},hr))]},yr={tag:"g",attributes:S({},yn.outer),children:[er]},gr="mask-".concat(St||De()),Mr="clip-".concat(St||De()),oa={tag:"mask",attributes:S(S({},Ko),{},{id:gr,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[An,yr]},Bn={tag:"defs",children:[{tag:"clipPath",attributes:{id:Mr},children:(lt=pn,"g"===lt.tag?lt.children:[lt])},oa]};return J.push(Bn,{tag:"rect",attributes:S({fill:"currentColor","clip-path":"url(#".concat(Mr,")"),mask:"url(#".concat(gr,")")},Ko)}),{children:J,attributes:He}}}},{provides:function(Rt){var At=!1;h.matchMedia&&(At=h.matchMedia("(prefers-reduced-motion: reduce)").matches),Rt.missingIconAbstract=function(){var J=[],He={fill:"currentColor"},Te={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};J.push({tag:"path",attributes:S(S({},He),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var Ge=S(S({},Te),{},{attributeName:"opacity"}),St={tag:"circle",attributes:S(S({},He),{},{cx:"256",cy:"364",r:"28"}),children:[]};return At||St.children.push({tag:"animate",attributes:S(S({},Te),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:S(S({},Ge),{},{values:"1;0;1;1;0;1;"})}),J.push(St),J.push({tag:"path",attributes:S(S({},He),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:At?[]:[{tag:"animate",attributes:S(S({},Ge),{},{values:"1;0;0;0;0;1;"})}]}),At||J.push({tag:"path",attributes:S(S({},He),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:S(S({},Ge),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:J}}}},{hooks:function(){return{parseNodeAttributes:function(At,J){var He=J.getAttribute("data-fa-symbol");return At.symbol=null!==He&&(""===He||He),At}}}}],{mixoutsTo:Gn});var Ta=Gn.config,cn=Gn.dom,Es=Gn.parse,fc=Gn.icon,kl=p(345);const mc=["*"],Js=lt=>{const Rt={[`fa-${lt.animation}`]:null!=lt.animation&&!lt.animation.startsWith("spin"),"fa-spin":"spin"===lt.animation||"spin-reverse"===lt.animation,"fa-spin-pulse":"spin-pulse"===lt.animation||"spin-pulse-reverse"===lt.animation,"fa-spin-reverse":"spin-reverse"===lt.animation||"spin-pulse-reverse"===lt.animation,"fa-pulse":"spin-pulse"===lt.animation||"spin-pulse-reverse"===lt.animation,"fa-fw":lt.fixedWidth,"fa-border":lt.border,"fa-inverse":lt.inverse,"fa-layers-counter":lt.counter,"fa-flip-horizontal":"horizontal"===lt.flip||"both"===lt.flip,"fa-flip-vertical":"vertical"===lt.flip||"both"===lt.flip,[`fa-${lt.size}`]:null!==lt.size,[`fa-rotate-${lt.rotate}`]:null!==lt.rotate,[`fa-pull-${lt.pull}`]:null!==lt.pull,[`fa-stack-${lt.stackItemSize}`]:null!=lt.stackItemSize};return Object.keys(Rt).map(At=>Rt[At]?At:null).filter(At=>At)},Os=new WeakSet,So="fa-auto-css";let gc=(()=>{class lt{constructor(){this.defaultPrefix="fas",this.fallbackIcon=null,this._autoAddCss=!0}set autoAddCss(At){Ta.autoAddCss=At,this._autoAddCss=At}get autoAddCss(){return this._autoAddCss}static{this.\u0275fac=function(J){return new(J||lt)}}static{this.\u0275prov=t.jDH({token:lt,factory:lt.\u0275fac,providedIn:"root"})}}return lt})(),_c=(()=>{class lt{constructor(){this.definitions={}}addIcons(...At){for(const J of At){J.prefix in this.definitions||(this.definitions[J.prefix]={}),this.definitions[J.prefix][J.iconName]=J;for(const He of J.icon[2])"string"==typeof He&&(this.definitions[J.prefix][He]=J)}}addIconPacks(...At){for(const J of At){const He=Object.keys(J).map(Te=>J[Te]);this.addIcons(...He)}}getIconDefinition(At,J){return At in this.definitions&&J in this.definitions[At]?this.definitions[At][J]:null}static{this.\u0275fac=function(J){return new(J||lt)}}static{this.\u0275prov=t.jDH({token:lt,factory:lt.\u0275fac,providedIn:"root"})}}return lt})(),os=(()=>{class lt{constructor(){this.stackItemSize="1x"}ngOnChanges(At){if("size"in At)throw new Error('fa-icon is not allowed to customize size when used inside fa-stack. Set size on the enclosing fa-stack instead: ....')}static{this.\u0275fac=function(J){return new(J||lt)}}static{this.\u0275dir=t.FsC({type:lt,selectors:[["fa-icon","stackItemSize",""],["fa-duotone-icon","stackItemSize",""]],inputs:{stackItemSize:"stackItemSize",size:"size"},standalone:!0,features:[t.OA$]})}}return lt})(),To=(()=>{class lt{constructor(At,J){this.renderer=At,this.elementRef=J}ngOnInit(){this.renderer.addClass(this.elementRef.nativeElement,"fa-stack")}ngOnChanges(At){"size"in At&&(null!=At.size.currentValue&&this.renderer.addClass(this.elementRef.nativeElement,`fa-${At.size.currentValue}`),null!=At.size.previousValue&&this.renderer.removeClass(this.elementRef.nativeElement,`fa-${At.size.previousValue}`))}static{this.\u0275fac=function(J){return new(J||lt)(t.rXU(t.sFG),t.rXU(t.aKT))}}static{this.\u0275cmp=t.VBU({type:lt,selectors:[["fa-stack"]],inputs:{size:"size"},standalone:!0,features:[t.OA$,t.aNF],ngContentSelectors:mc,decls:1,vars:0,template:function(J,He){1&J&&(t.NAR(),t.SdG(0))},encapsulation:2})}}return lt})(),Fs=(()=>{class lt{constructor(At,J,He,Te,Ge){this.sanitizer=At,this.config=J,this.iconLibrary=He,this.stackItem=Te,this.document=(0,t.WQX)(e.qQ),null!=Ge&&null==Te&&console.error('FontAwesome: fa-icon and fa-duotone-icon elements must specify stackItemSize attribute when wrapped into fa-stack. Example: .')}ngOnChanges(At){if(null!=this.icon||null!=this.config.fallbackIcon){if(At){const J=this.findIconDefinition(this.icon??this.config.fallbackIcon);if(null!=J){const He=this.buildParams();!function pc(lt,Rt){if(!Rt.autoAddCss||Os.has(lt))return;if(null!=lt.getElementById(So))return Rt.autoAddCss=!1,void Os.add(lt);const At=lt.createElement("style");At.setAttribute("type","text/css"),At.setAttribute("id",So),At.innerHTML=cn.css();const J=lt.head.childNodes;let He=null;for(let Te=J.length-1;Te>-1;Te--){const Ge=J[Te],St=Ge.nodeName.toUpperCase();["STYLE","LINK"].indexOf(St)>-1&&(He=Ge)}lt.head.insertBefore(At,He),Rt.autoAddCss=!1,Os.add(lt)}(this.document,this.config);const Te=fc(J,He);this.renderedIconHTML=this.sanitizer.bypassSecurityTrustHtml(Te.html.join("\n"))}}}else(()=>{throw new Error("Property `icon` is required for `fa-icon`/`fa-duotone-icon` components.")})()}render(){this.ngOnChanges({})}findIconDefinition(At){const J=((lt,Rt)=>(lt=>void 0!==lt.prefix&&void 0!==lt.iconName)(lt)?lt:Array.isArray(lt)&&2===lt.length?{prefix:lt[0],iconName:lt[1]}:{prefix:Rt,iconName:lt})(At,this.config.defaultPrefix);return"icon"in J?J:this.iconLibrary.getIconDefinition(J.prefix,J.iconName)??((lt=>{throw new Error(`Could not find icon with iconName=${lt.iconName} and prefix=${lt.prefix} in the icon library.`)})(J),null)}buildParams(){const At={flip:this.flip,animation:this.animation,border:this.border,inverse:this.inverse,size:this.size||null,pull:this.pull||null,rotate:this.rotate||null,fixedWidth:"boolean"==typeof this.fixedWidth?this.fixedWidth:this.config.fixedWidth,stackItemSize:null!=this.stackItem?this.stackItem.stackItemSize:null},J="string"==typeof this.transform?Es.transform(this.transform):this.transform;return{title:this.title,transform:J,classes:Js(At),mask:null!=this.mask?this.findIconDefinition(this.mask):null,symbol:this.symbol,attributes:{role:this.a11yRole}}}static{this.\u0275fac=function(J){return new(J||lt)(t.rXU(kl.up),t.rXU(gc),t.rXU(_c),t.rXU(os,8),t.rXU(To,8))}}static{this.\u0275cmp=t.VBU({type:lt,selectors:[["fa-icon"]],hostAttrs:[1,"ng-fa-icon"],hostVars:2,hostBindings:function(J,He){2&J&&(t.Mr5("innerHTML",He.renderedIconHTML,t.npT),t.BMQ("title",He.title))},inputs:{icon:"icon",title:"title",animation:"animation",mask:"mask",flip:"flip",size:"size",pull:"pull",border:"border",inverse:"inverse",symbol:"symbol",rotate:"rotate",fixedWidth:"fixedWidth",transform:"transform",a11yRole:"a11yRole"},standalone:!0,features:[t.OA$,t.aNF],decls:0,vars:0,template:function(J,He){},encapsulation:2})}}return lt})(),Ps=(()=>{class lt{static{this.\u0275fac=function(J){return new(J||lt)}}static{this.\u0275mod=t.$C({type:lt})}static{this.\u0275inj=t.G2t({})}}return lt})()},5383:(Ve,ee,p)=>{"use strict";p.d(ee,{$$g:()=>Qr,$Fj:()=>pl,$sC:()=>P6,BA1:()=>r0,C8j:()=>y9,CQO:()=>Lg,Ccf:()=>u7,D6w:()=>dl,DW4:()=>qt,EvL:()=>O4,FYJ:()=>Dm,GR4:()=>BC,GRI:()=>wv,HEq:()=>Yo,If6:()=>h_,Int:()=>t9,JKM:()=>Qh,Kcb:()=>JC,M29:()=>Ah,McB:()=>Wt,Mf0:()=>Pg,MjD:()=>Og,Oh6:()=>yi,QLR:()=>ap,TBz:()=>m3,Tq9:()=>Wg,Vpi:()=>q8,VwO:()=>U6,W1p:()=>Q2,WKo:()=>Gv,WxX:()=>qe,Xbc:()=>a0,_eQ:()=>St,_qq:()=>Y8,aAJ:()=>g_,aFw:()=>ih,cbP:()=>ng,dB:()=>bo,e4L:()=>G1,eGi:()=>q6,f6_:()=>Au,gdJ:()=>yc,hb3:()=>Ep,iW_:()=>yb,iy8:()=>S3,jPR:()=>qg,jTw:()=>N4,k02:()=>Ur,k6j:()=>Xr,knH:()=>Xp,ld_:()=>xp,njF:()=>f5,nsx:()=>Kp,o97:()=>Jm,pCJ:()=>mt,pS3:()=>h6,peG:()=>Hf,qFF:()=>Jg,qIE:()=>oi,s5m:()=>Ws,vfE:()=>pd,xiI:()=>I_,ymQ:()=>Mc,zPk:()=>Tu,zjW:()=>m7,zm_:()=>Bm,zpE:()=>W3});var qe={prefix:"fas",iconName:"angles-down",icon:[448,512,["angle-double-down"],"f103","M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"]},mt={prefix:"fas",iconName:"user-check",icon:[640,512,[],"f4fc","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},yi={prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z"]},Qr={prefix:"fas",iconName:"pen-ruler",icon:[512,512,["pencil-ruler"],"f5ae","M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z"]},Yo={prefix:"fas",iconName:"unlock-keyhole",icon:[448,512,["unlock-alt"],"f13e","M224 64c-44.2 0-80 35.8-80 80v48H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80V144C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64z"]},St={prefix:"fas",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H208c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"]},qt={prefix:"fas",iconName:"lock",icon:[448,512,[128274],"f023","M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"]},yc={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z"]},Xr={prefix:"fas",iconName:"eye-slash",icon:[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"]},G1={prefix:"fas",iconName:"bullhorn",icon:[512,512,[128226,128363],"f0a1","M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z"]},Mc={prefix:"fas",iconName:"money-bill-wave",icon:[576,512,[],"f53a","M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64H64V352zm64-208c0 35.3-28.7 64-64 64V144h64zM512 304v64H448c0-35.3 28.7-64 64-64zM448 96h64v64c-35.3 0-64-28.7-64-64z"]},dl={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},pl={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},ih={prefix:"fas",iconName:"window-restore",icon:[512,512,[],"f2d2","M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z"]},Ws={prefix:"fas",iconName:"euro-sign",icon:[320,512,[8364,"eur","euro"],"f153","M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3 .1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H60.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8V248c0-2.7 .1-5.4 .2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48.1z"]},pd={prefix:"fas",iconName:"sterling-sign",icon:[320,512,[163,"gbp","pound-sign"],"f154","M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1C104.1 390 112 361.5 112 332.5V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z"]},Ah={prefix:"fas",iconName:"burst",icon:[512,512,[],"e4dc","M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z"]},Hf={prefix:"fas",iconName:"arrows-turn-right",icon:[448,512,[],"e4c0","M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V224C0 153.3 57.3 96 128 96H338.7L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96H242.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"]},oi={prefix:"fas",iconName:"layer-group",icon:[576,512,[],"f5fd","M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"]},O4={prefix:"fas",iconName:"question",icon:[320,512,[10067,10068,61736],"3f","M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"]},N4={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"]},Qh={prefix:"fas",iconName:"won-sign",icon:[512,512,[8361,"krw","won"],"f159","M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z"]},Q2={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z"]},f5={prefix:"fas",iconName:"eject",icon:[448,512,[9167],"f052","M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"]},Xp={prefix:"fas",iconName:"signs-post",icon:[512,512,["map-signs"],"f277","M224 32H64C46.3 32 32 46.3 32 64v64c0 17.7 14.3 32 32 32H441.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32H288V192H224v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32V256zM288 480V384H224v96c0 17.7 14.3 32 32 32s32-14.3 32-32z"]},Kp={prefix:"fas",iconName:"screwdriver-wrench",icon:[512,512,["tools"],"f7d9","M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4h54.1l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109V104c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7H352c-8.8 0-16-7.2-16-16V102.6c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},r0={prefix:"fas",iconName:"wallet",icon:[512,512,[],"f555","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},a0={prefix:"fas",iconName:"code-branch",icon:[448,512,[],"f126","M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V160c0 70.7-57.3 128-128 128H176c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V352 153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},m3={prefix:"fas",iconName:"route",icon:[512,512,[],"f4d7","M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},h6={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"]},Wt={prefix:"fas",iconName:"user-gear",icon:[640,512,["user-cog"],"f4fe","M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v17.7c0 7.8 4.8 14.8 11.6 18.7c6.8 3.9 15.1 4.5 21.8 .6l13.8-7.9c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-14.4 8.3c-6.5 3.7-10 10.9-10 18.4s3.5 14.7 10 18.4l14.4 8.3c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-13.8-7.9c-6.7-3.9-15.1-3.3-21.8 .6c-6.8 3.9-11.6 10.9-11.6 18.7v17.7c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V467.8c0-7.9-4.9-14.9-11.7-18.9c-6.8-3.9-15.2-4.5-22-.6l-13.5 7.8c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l14-8.1c6.5-3.8 10.1-11.1 10.1-18.6s-3.5-14.8-10.1-18.6l-14-8.1c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l13.6 7.8c6.8 3.9 15.2 3.3 22-.6c6.9-3.9 11.7-11 11.7-18.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z"]},Ur={prefix:"fas",iconName:"up-right-from-square",icon:[512,512,["external-link-alt"],"f35d","M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"]},P6={prefix:"fas",iconName:"angles-up",icon:[448,512,["angle-double-up"],"f102","M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"]},yb={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},U6={prefix:"fas",iconName:"dumbbell",icon:[640,512,[],"f44b","M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z"]},Dm={prefix:"fas",iconName:"indian-rupee-sign",icon:[320,512,["indian-rupee","inr"],"e1bc","M0 64C0 46.3 14.3 32 32 32H96h16H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H231.8c9.6 14.4 16.7 30.6 20.7 48H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H252.4c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H185.3C173 115.7 144.8 96 112 96H96 32C14.3 96 0 81.7 0 64z"]},u7={prefix:"fas",iconName:"money-bill-1",icon:[576,512,["money-bill-alt"],"f3d1","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z"]},S3=u7,m7={prefix:"fas",iconName:"franc-sign",icon:[320,512,[],"e18f","M80 32C62.3 32 48 46.3 48 64V224v96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"]},bo={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"]},q6={prefix:"fas",iconName:"network-wired",icon:[640,512,[],"f6ff","M256 64H384v64H256V64zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H240c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H192V288H448v32H400c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H512V288h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V192h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H240zM96 448V384H224v64H96zm320-64H544v64H416V384z"]},ng={prefix:"fas",iconName:"download",icon:[512,512,[],"f019","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},Bm={prefix:"fas",iconName:"bolt",icon:[448,512,[9889,"zap"],"f0e7","M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z"]},Tu={prefix:"fas",iconName:"yen-sign",icon:[320,512,[165,"cny","jpy","rmb","yen"],"f157","M58.6 46.2C48.8 31.5 29 27.6 14.3 37.4S-4.4 67 5.4 81.7L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V288h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H219.8L314.6 81.7c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.2z"]},Au={prefix:"fas",iconName:"ruble-sign",icon:[384,512,[8381,"rouble","rub","ruble"],"f158","M96 32C78.3 32 64 46.3 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V416H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V320H240c79.5 0 144-64.5 144-144s-64.5-144-144-144H96zM240 256H128V96H240c44.2 0 80 35.8 80 80s-35.8 80-80 80z"]},h_={prefix:"fas",iconName:"arrows-turn-to-dots",icon:[512,512,[],"e4c1","M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z"]},g_={prefix:"fas",iconName:"user-lock",icon:[640,512,[],"f502","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H392.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7H178.3zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"]},I_={prefix:"fas",iconName:"gauge-high",icon:[512,512,[62461,"tachometer-alt","tachometer-alt-fast"],"f625","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},Jm={prefix:"fas",iconName:"bars-staggered",icon:[512,512,["reorder","stream"],"f550","M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"]},Lg={prefix:"fas",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"]},Og={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]},Pg={prefix:"fas",iconName:"receipt",icon:[384,512,[129534],"f543","M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8V488c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96zM80 352c0 8.8 7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96z"]},Wg={prefix:"fas",iconName:"brazilian-real-sign",icon:[512,512,[],"e46c","M400 0c17.7 0 32 14.3 32 32V50.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V460.6c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2V32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256z"]},Jg={prefix:"fas",iconName:"diagram-project",icon:[576,512,["project-diagram"],"f542","M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z"]},qg={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M208 0H332.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128h80v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z"]},ap={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"]},wv={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]},Gv={prefix:"fas",iconName:"percent",icon:[384,512,[62101,62785,"percentage"],"25","M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"]},t9={prefix:"fas",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"]},y9={prefix:"fas",iconName:"infinity",icon:[640,512,[8734,9854],"f534","M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"]},BC={prefix:"fas",iconName:"scale-balanced",icon:[640,512,[9878,"balance-scale"],"f24e","M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z"]},JC={prefix:"fas",iconName:"baht-sign",icon:[320,512,[],"e0ac","M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z"]},W3={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},Y8={prefix:"fas",iconName:"right-left",icon:[512,512,["exchange-alt"],"f362","M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z"]},xp={prefix:"fas",iconName:"user-clock",icon:[640,512,[],"f4fd","M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z"]},Ep={prefix:"fas",iconName:"turkish-lira-sign",icon:[384,512,["try","turkish-lira"],"e2bb","M96 32c17.7 0 32 14.3 32 32V99.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6V184.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32z"]},q8={prefix:"fas",iconName:"dollar-sign",icon:[320,512,[128178,61781,"dollar","usd"],"24","M160 0c17.7 0 32 14.3 32 32V67.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.1c-.4-.1-.9-.1-1.3-.2l-.2 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32z"]}},4054:(Ve,ee,p)=>{"use strict";p.d(ee,{En:()=>rt,Vm:()=>qe,EH:()=>M,gp:()=>re});var t=p(7673);p(274),p(3993);var x=p(7786),m=p(1985),R=p(1413),d=p(3557),w=p(983),y=p(8810),T=p(8071);class F{constructor(me,xe,ce){this.kind=me,this.value=xe,this.error=ce,this.hasValue="N"===me}observe(me){return V(this,me)}do(me,xe,ce){const{kind:Me,value:Xe,error:Pe}=this;return"N"===Me?me?.(Xe):"E"===Me?xe?.(Pe):ce?.()}accept(me,xe,ce){var Me;return(0,T.T)(null===(Me=me)||void 0===Me?void 0:Me.next)?this.observe(me):this.do(me,xe,ce)}toObservable(){const{kind:me,value:xe,error:ce}=this,Me="N"===me?(0,t.of)(xe):"E"===me?(0,y.$)(()=>ce):"C"===me?w.w:0;if(!Me)throw new TypeError(`Unexpected notification kind ${me}`);return Me}static createNext(me){return new F("N",me)}static createError(me){return new F("E",void 0,me)}static createComplete(){return F.completeNotification}}function V(je,me){var xe,ce,Me;const{kind:Xe,value:Pe,error:Oe}=je;if("string"!=typeof Xe)throw new TypeError('Invalid notification, missing "kind"');"N"===Xe?null===(xe=me.next)||void 0===xe||xe.call(me,Pe):"E"===Xe?null===(ce=me.error)||void 0===ce||ce.call(me,Oe):null===(Me=me.complete)||void 0===Me||Me.call(me)}F.completeNotification=new F("C");var U=p(9974),G=p(4360),$=p(6354),Z=p(9437),ie=p(5964),ve=p(8750);function ae(je,me,xe,ce){return(0,U.N)((Me,Xe)=>{let Pe;me&&"function"!=typeof me?({duration:xe,element:Pe,connector:ce}=me):Pe=me;const Oe=new Map,we=fi=>{Oe.forEach(fi),fi(Xe)},De=fi=>we(Qt=>Qt.error(fi));let $e=0,$t=!1;const Ft=new G.H(Xe,fi=>{try{const Qt=je(fi);let zt=Oe.get(Qt);if(!zt){Oe.set(Qt,zt=ce?ce():new R.B);const Xi=function Kt(fi,Qt){const zt=new m.c(Xi=>{$e++;const ci=Qt.subscribe(Xi);return()=>{ci.unsubscribe(),0==--$e&&$t&&Ft.unsubscribe()}});return zt.key=fi,zt}(Qt,zt);if(Xe.next(Xi),xe){const ci=(0,G._)(zt,()=>{zt.complete(),ci?.unsubscribe()},void 0,void 0,()=>Oe.delete(Qt));Ft.add((0,ve.Tg)(xe(Xi)).subscribe(ci))}}zt.next(Pe?Pe(fi):fi)}catch(Qt){De(Qt)}},()=>we(fi=>fi.complete()),De,()=>Oe.clear(),()=>($t=!0,0===$e));Me.subscribe(Ft)})}var ye=p(1397);function ue(je,me){return me?xe=>xe.pipe(ue((ce,Me)=>(0,ve.Tg)(je(ce,Me)).pipe((0,$.T)((Xe,Pe)=>me(ce,Xe,Me,Pe))))):(0,U.N)((xe,ce)=>{let Me=0,Xe=null,Pe=!1;xe.subscribe((0,G._)(ce,Oe=>{Xe||(Xe=(0,G._)(ce,void 0,()=>{Xe=null,Pe&&ce.complete()}),(0,ve.Tg)(je(Oe,Me++)).subscribe(Xe))},()=>{Pe=!0,!Xe&&ce.complete()}))})}var D=p(6697),n=p(4438),c=p(9640);const f={dispatch:!0,functional:!1,useEffectsErrorHandler:!0},h="__@ngrx/effects_create__";function M(je,me={}){const xe=me.functional?je:je(),ce={...f,...me};return Object.defineProperty(xe,h,{value:ce}),xe}function r(je){return Object.getPrototypeOf(je)}function z(je){return"function"==typeof je}function N(je){return je.filter(z)}function Ie(je,me,xe){const ce=r(je),Xe=ce&&"Object"!==ce.constructor.name?ce.constructor.name:null,Pe=function _(je){return function L(je){return Object.getOwnPropertyNames(je).filter(ce=>!(!je[ce]||!je[ce].hasOwnProperty(h))&&je[ce][h].hasOwnProperty("dispatch")).map(ce=>({propertyName:ce,...je[ce][h]}))}(je)}(je).map(({propertyName:Oe,dispatch:we,useEffectsErrorHandler:De})=>{const $e="function"==typeof je[Oe]?je[Oe]():je[Oe],$t=De?xe($e,me):$e;return!1===we?$t.pipe((0,d.w)()):$t.pipe(function Y(){return(0,U.N)((je,me)=>{je.subscribe((0,G._)(me,xe=>{me.next(F.createNext(xe))},()=>{me.next(F.createComplete()),me.complete()},xe=>{me.next(F.createError(xe)),me.complete()}))})}()).pipe((0,$.T)(Kt=>({effect:je[Oe],notification:Kt,propertyName:Oe,sourceName:Xe,sourceInstance:je})))});return(0,x.h)(...Pe)}function Ye(je,me,xe=10){return je.pipe((0,Z.W)(ce=>(me&&me.handleError(ce),xe<=1?je:Ye(je,me,xe-1))))}let rt=(()=>{class je extends m.c{constructor(xe){super(),xe&&(this.source=xe)}lift(xe){const ce=new je;return ce.source=this,ce.operator=xe,ce}static{this.\u0275fac=function(ce){return new(ce||je)(n.KVO(c.sA))}}static{this.\u0275prov=n.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})();function re(...je){return(0,ie.p)(me=>je.some(xe=>"string"==typeof xe?xe===me.type:xe.type===me.type))}const te=new n.nKC("@ngrx/effects Internal Root Guard"),oe=new n.nKC("@ngrx/effects User Provided Effects"),_e=new n.nKC("@ngrx/effects Internal Root Effects"),de=new n.nKC("@ngrx/effects Internal Root Effects Instances"),pe=new n.nKC("@ngrx/effects Internal Feature Effects"),We=new n.nKC("@ngrx/effects Internal Feature Effects Instance Groups"),se=new n.nKC("@ngrx/effects Effects Error Handler",{providedIn:"root",factory:()=>Ye}),fe="@ngrx/effects/init";(0,c.VP)(fe);function Ue(je){return ht(je,"ngrxOnInitEffects")}function ht(je,me){return je&&me in je&&"function"==typeof je[me]}let tt=(()=>{class je extends R.B{constructor(xe,ce){super(),this.errorHandler=xe,this.effectsErrorHandler=ce}addEffects(xe){this.next(xe)}toActions(){return this.pipe(ae(xe=>function v(je){return!!je.constructor&&"Object"!==je.constructor.name&&"Function"!==je.constructor.name}(xe)?r(xe):xe),(0,ye.Z)(xe=>xe.pipe(ae(wt))),(0,ye.Z)(xe=>{const ce=xe.pipe(ue(Xe=>function ut(je,me){return xe=>{const ce=Ie(xe,je,me);return function Qe(je){return ht(je,"ngrxOnRunEffects")}(xe)?xe.ngrxOnRunEffects(ce):ce}}(this.errorHandler,this.effectsErrorHandler)(Xe)),(0,$.T)(Xe=>(function et(je,me){if("N"===je.notification.kind){const xe=je.notification.value;!function Ke(je){return"function"!=typeof je&&je&&je.type&&"string"==typeof je.type}(xe)&&me.handleError(new Error(`Effect ${function Ct({propertyName:je,sourceInstance:me,sourceName:xe}){const ce="function"==typeof me[je];return xe?`"${xe}.${String(je)}${ce?"()":""}"`:`"${String(je)}()"`}(je)} dispatched an invalid action: ${function _t(je){try{return JSON.stringify(je)}catch{return je}}(xe)}`))}}(Xe,this.errorHandler),Xe.notification)),(0,ie.p)(Xe=>"N"===Xe.kind&&null!=Xe.value),function be(){return(0,U.N)((je,me)=>{je.subscribe((0,G._)(me,xe=>V(xe,me)))})}()),Me=xe.pipe((0,D.s)(1),(0,ie.p)(Ue),(0,$.T)(Xe=>Xe.ngrxOnInitEffects()));return(0,x.h)(ce,Me)}))}static{this.\u0275fac=function(ce){return new(ce||je)(n.KVO(n.zcH),n.KVO(se))}}static{this.\u0275prov=n.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})();function wt(je){return function ke(je){return ht(je,"ngrxOnIdentifyEffects")}(je)?je.ngrxOnIdentifyEffects():""}let vt=(()=>{class je{get isStarted(){return!!this.effectsSubscription}constructor(xe,ce){this.effectSources=xe,this.store=ce,this.effectsSubscription=null}start(){this.effectsSubscription||(this.effectsSubscription=this.effectSources.toActions().subscribe(this.store))}ngOnDestroy(){this.effectsSubscription&&(this.effectsSubscription.unsubscribe(),this.effectsSubscription=null)}static{this.\u0275fac=function(ce){return new(ce||je)(n.KVO(tt),n.KVO(c.il))}}static{this.\u0275prov=n.jDH({token:je,factory:je.\u0275fac,providedIn:"root"})}}return je})(),Ze=(()=>{class je{constructor(xe,ce,Me,Xe,Pe,Oe,we){this.sources=xe,ce.start();for(const De of Xe)xe.addEffects(De);Me.dispatch({type:fe})}addEffects(xe){this.sources.addEffects(xe)}static{this.\u0275fac=function(ce){return new(ce||je)(n.KVO(tt),n.KVO(vt),n.KVO(c.il),n.KVO(de),n.KVO(c.wc,8),n.KVO(c.ae,8),n.KVO(te,8))}}static{this.\u0275mod=n.$C({type:je})}static{this.\u0275inj=n.G2t({})}}return je})(),jt=(()=>{class je{constructor(xe,ce,Me,Xe){const Pe=ce.flat();for(const Oe of Pe)xe.addEffects(Oe)}static{this.\u0275fac=function(ce){return new(ce||je)(n.KVO(Ze),n.KVO(We),n.KVO(c.wc,8),n.KVO(c.ae,8))}}static{this.\u0275mod=n.$C({type:je})}static{this.\u0275inj=n.G2t({})}}return je})(),qe=(()=>{class je{static forFeature(...xe){const ce=xe.flat(),Me=N(ce);return{ngModule:jt,providers:[Me,{provide:pe,multi:!0,useValue:ce},{provide:oe,multi:!0,useValue:[]},{provide:We,multi:!0,useFactory:dt,deps:[pe,oe]}]}}static forRoot(...xe){const ce=xe.flat(),Me=N(ce);return{ngModule:Ze,providers:[Me,{provide:_e,useValue:[ce]},{provide:te,useFactory:Le},{provide:oe,multi:!0,useValue:[]},{provide:de,useFactory:dt,deps:[_e,oe]}]}}static{this.\u0275fac=function(ce){return new(ce||je)}}static{this.\u0275mod=n.$C({type:je})}static{this.\u0275inj=n.G2t({})}}return je})();function dt(je,me){const xe=[];for(const ce of je)xe.push(...ce);for(const ce of me)xe.push(...ce);return xe.map(ce=>function ne(je){return je instanceof n.nKC||z(je)}(ce)?(0,n.WQX)(ce):ce)}function Le(){const je=(0,n.WQX)(vt,{optional:!0,skipSelf:!0}),me=(0,n.WQX)(_e,{self:!0});if((1!==me.length||0!==me[0].length)&&je)throw new TypeError("EffectsModule.forRoot() called twice. Feature modules should use EffectsModule.forFeature() instead.");return"guarded"}},9640:(Ve,ee,p)=>{"use strict";p.d(ee,{SS:()=>be,Zz:()=>ue,N_:()=>f,Bh:()=>Ct,QU:()=>Ke,sA:()=>Je,h1:()=>nt,il:()=>wt,ae:()=>ir,md:()=>Fn,wc:()=>Xn,q6:()=>_t,VP:()=>V,UX:()=>Qt,vy:()=>Oi,Mz:()=>Ft,on:()=>pi,xk:()=>U});var t=p(4438),e=p(4412),C=p(1985),S=p(1413),l=p(7242),x=p(941),m=p(3993),R=p(2816),d=p(6354),y=p(3294),T=p(9079);const k={};function V(Yt,yi){if(k[Yt]=(k[Yt]||0)+1,"function"==typeof yi)return Y(Yt,(...vi)=>({...yi(...vi),type:Yt}));switch(yi?yi._as:"empty"){case"empty":return Y(Yt,()=>({type:Yt}));case"props":return Y(Yt,vi=>({...vi,type:Yt}));default:throw new Error("Unexpected config.")}}function U(){return{_as:"props",_p:void 0}}function Y(Yt,yi){return Object.defineProperty(yi,"type",{value:Yt,writable:!1})}const ue="@ngrx/store/init";let be=(()=>{class Yt extends e.t{constructor(){super({type:ue})}next(li){if("function"==typeof li)throw new TypeError("\n Dispatch expected an object, instead it received a function.\n If you're using the createAction function, make sure to invoke the function\n before dispatching the action. For example, someAction should be someAction().");if(typeof li>"u")throw new TypeError("Actions must be objects");if(typeof li.type>"u")throw new TypeError("Actions must have a type property");super.next(li)}complete(){}ngOnDestroy(){super.complete()}static{this.\u0275fac=function(vi){return new(vi||Yt)}}static{this.\u0275prov=t.jDH({token:Yt,factory:Yt.\u0275fac})}}return Yt})();const D=[be],n=new t.nKC("@ngrx/store Internal Root Guard"),c=new t.nKC("@ngrx/store Internal Initial State"),f=new t.nKC("@ngrx/store Initial State"),h=new t.nKC("@ngrx/store Reducer Factory"),M=new t.nKC("@ngrx/store Internal Reducer Factory Provider"),L=new t.nKC("@ngrx/store Initial Reducers"),O=new t.nKC("@ngrx/store Internal Initial Reducers"),_=new t.nKC("@ngrx/store Store Features"),r=new t.nKC("@ngrx/store Internal Store Reducers"),v=new t.nKC("@ngrx/store Internal Feature Reducers"),z=new t.nKC("@ngrx/store Internal Feature Configs"),N=new t.nKC("@ngrx/store Internal Store Features"),ne=new t.nKC("@ngrx/store Internal Feature Reducers Token"),Ie=new t.nKC("@ngrx/store Feature Reducers"),at=new t.nKC("@ngrx/store User Provided Meta Reducers"),Ye=new t.nKC("@ngrx/store Meta Reducers"),rt=new t.nKC("@ngrx/store Internal Resolved Meta Reducers"),re=new t.nKC("@ngrx/store User Runtime Checks Config"),te=new t.nKC("@ngrx/store Internal User Runtime Checks Config"),oe=new t.nKC("@ngrx/store Internal Runtime Checks"),_e=new t.nKC("@ngrx/store Check if Action types are unique");function We(Yt,yi={}){const li=Object.keys(Yt),vi={};for(let ji=0;jiji(Ni),li(yi))}}function he(Yt,yi){return Array.isArray(yi)&&yi.length>0&&(Yt=fe.apply(null,[...yi,Yt])),(li,vi)=>{const Ni=Yt(li);return(ji,en)=>Ni(ji=void 0===ji?vi:ji,en)}}new t.nKC("@ngrx/store Root Store Provider"),new t.nKC("@ngrx/store Feature State Provider");class Ke extends C.c{}class Ct extends be{}const _t="@ngrx/store/update-reducers";let Nt=(()=>{class Yt extends e.t{get currentReducers(){return this.reducers}constructor(li,vi,Ni,ji){super(ji(Ni,vi)),this.dispatcher=li,this.initialState=vi,this.reducers=Ni,this.reducerFactory=ji}addFeature(li){this.addFeatures([li])}addFeatures(li){const vi=li.reduce((Ni,{reducers:ji,reducerFactory:en,metaReducers:nr,initialState:ar,key:tr})=>{const or="function"==typeof ji?function et(Yt){const yi=Array.isArray(Yt)&&Yt.length>0?fe(...Yt):li=>li;return(li,vi)=>(li=yi(li),(Ni,ji)=>li(Ni=void 0===Ni?vi:Ni,ji))}(nr)(ji,ar):he(en,nr)(ji,ar);return Ni[tr]=or,Ni},{});this.addReducers(vi)}removeFeature(li){this.removeFeatures([li])}removeFeatures(li){this.removeReducers(li.map(vi=>vi.key))}addReducer(li,vi){this.addReducers({[li]:vi})}addReducers(li){this.reducers={...this.reducers,...li},this.updateReducers(Object.keys(li))}removeReducer(li){this.removeReducers([li])}removeReducers(li){li.forEach(vi=>{this.reducers=function se(Yt,yi){return Object.keys(Yt).filter(li=>li!==yi).reduce((li,vi)=>Object.assign(li,{[vi]:Yt[vi]}),{})}(this.reducers,vi)}),this.updateReducers(li)}updateReducers(li){this.next(this.reducerFactory(this.reducers,this.initialState)),this.dispatcher.next({type:_t,features:li})}ngOnDestroy(){this.complete()}static{this.\u0275fac=function(vi){return new(vi||Yt)(t.KVO(Ct),t.KVO(f),t.KVO(L),t.KVO(h))}}static{this.\u0275prov=t.jDH({token:Yt,factory:Yt.\u0275fac})}}return Yt})();const ke=[Nt,{provide:Ke,useExisting:Nt},{provide:Ct,useExisting:be}];let Je=(()=>{class Yt extends S.B{ngOnDestroy(){this.complete()}static{this.\u0275fac=(()=>{let li;return function(Ni){return(li||(li=t.xGo(Yt)))(Ni||Yt)}})()}static{this.\u0275prov=t.jDH({token:Yt,factory:Yt.\u0275fac})}}return Yt})();const Qe=[Je];class nt extends C.c{}let Ue=(()=>{class Yt extends e.t{static{this.INIT=ue}constructor(li,vi,Ni,ji){super(ji);const tr=li.pipe((0,x.Q)(l.T)).pipe((0,m.E)(vi)).pipe((0,R.S)(ht,{state:ji}));this.stateSubscription=tr.subscribe(({state:or,action:na})=>{this.next(or),Ni.next(na)}),this.state=(0,T.ot)(this,{manualCleanup:!0,requireSync:!0})}ngOnDestroy(){this.stateSubscription.unsubscribe(),this.complete()}static{this.\u0275fac=function(vi){return new(vi||Yt)(t.KVO(be),t.KVO(Ke),t.KVO(Je),t.KVO(f))}}static{this.\u0275prov=t.jDH({token:Yt,factory:Yt.\u0275fac})}}return Yt})();function ht(Yt={state:void 0},[yi,li]){const{state:vi}=Yt;return{state:li(vi,yi),action:yi}}const tt=[Ue,{provide:nt,useExisting:Ue}];let wt=(()=>{class Yt extends C.c{constructor(li,vi,Ni){super(),this.actionsObserver=vi,this.reducerManager=Ni,this.source=li,this.state=li.state}select(li,...vi){return vt.call(null,li,...vi)(this)}selectSignal(li,vi){return(0,t.EWP)(()=>li(this.state()),vi)}lift(li){const vi=new Yt(this,this.actionsObserver,this.reducerManager);return vi.operator=li,vi}dispatch(li){this.actionsObserver.next(li)}next(li){this.actionsObserver.next(li)}error(li){this.actionsObserver.error(li)}complete(){this.actionsObserver.complete()}addReducer(li,vi){this.reducerManager.addReducer(li,vi)}removeReducer(li){this.reducerManager.removeReducer(li)}static{this.\u0275fac=function(vi){return new(vi||Yt)(t.KVO(nt),t.KVO(be),t.KVO(Nt))}}static{this.\u0275prov=t.jDH({token:Yt,factory:Yt.\u0275fac})}}return Yt})();const ut=[wt];function vt(Yt,yi,...li){return function(Ni){let ji;if("string"==typeof Yt){const en=[yi,...li].filter(Boolean);ji=Ni.pipe(function w(...Yt){const yi=Yt.length;if(0===yi)throw new Error("list of properties cannot be empty.");return(0,d.T)(li=>{let vi=li;for(let Ni=0;NiYt(en,yi)))}return ji.pipe((0,y.F)())}}const Ze="https://ngrx.io/guide/store/configuration/runtime-checks";function jt(Yt){return void 0===Yt}function qe(Yt){return null===Yt}function dt(Yt){return Array.isArray(Yt)}function Et(Yt){return"object"==typeof Yt&&null!==Yt}function xe(Yt){return"function"==typeof Yt}let Xe=!1;function we(Yt,yi){return Yt===yi}function $t(Yt,yi=we,li=we){let ji,vi=null,Ni=null;return{memoized:function tr(){if(void 0!==ji)return ji.result;if(!vi)return Ni=Yt.apply(null,arguments),vi=arguments,Ni;if(!function De(Yt,yi,li){for(let vi=0;vi"function"==typeof yi)}(vi[0])&&(vi=function Xi(Yt){const yi=Object.values(Yt),li=Object.keys(Yt);return[...yi,(...Ni)=>li.reduce((ji,en,nr)=>({...ji,[en]:Ni[nr]}),{})]}(vi[0]));const Ni=vi.slice(0,vi.length-1),ji=vi[vi.length-1],en=Ni.filter(or=>or.release&&"function"==typeof or.release),nr=Yt(function(...or){return ji.apply(null,or)}),ar=$t(function(or,na){return yi.stateFn.apply(null,[or,Ni,na,nr])});return Object.assign(ar.memoized,{release:function tr(){ar.reset(),nr.reset(),en.forEach(or=>or.release())},projector:nr.memoized,setResult:ar.setResult,clearResult:ar.clearResult})}}($t)(...Yt)}function Kt(Yt,yi,li,vi){if(void 0===li){const ji=yi.map(en=>en(Yt));return vi.memoized.apply(null,ji)}const Ni=yi.map(ji=>ji(Yt,li));return vi.memoized.apply(null,[...Ni,li])}function Qt(Yt){return Ft(yi=>{const li=yi[Yt];return!function Oe(){return Xe}()&&(0,t.naY)()&&!(Yt in yi)&&console.warn(`@ngrx/store: The feature name "${Yt}" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using StoreModule.forRoot('${Yt}', ...) or StoreModule.forFeature('${Yt}', ...). If the default state is intended to be undefined, as is the case with router state, this development-only warning message can be ignored.`),li},yi=>yi)}function Qi(Yt){return Yt instanceof t.nKC?(0,t.WQX)(Yt):Yt}function Li(Yt,yi){return yi.map((li,vi)=>{if(Yt[vi]instanceof t.nKC){const Ni=(0,t.WQX)(Yt[vi]);return{key:li.key,reducerFactory:Ni.reducerFactory?Ni.reducerFactory:We,metaReducers:Ni.metaReducers?Ni.metaReducers:[],initialState:Ni.initialState}}return li})}function nn(Yt){return Yt.map(yi=>yi instanceof t.nKC?(0,t.WQX)(yi):yi)}function st(Yt){return"function"==typeof Yt?Yt():Yt}function ii(Yt,yi){return Yt.concat(yi)}function Se(){if((0,t.WQX)(wt,{optional:!0,skipSelf:!0}))throw new TypeError("The root Store has been provided more than once. Feature modules should provide feature states instead.");return"guarded"}function Pt(Yt){Object.freeze(Yt);const yi=xe(Yt);return Object.getOwnPropertyNames(Yt).forEach(li=>{if(!li.startsWith("\u0275")&&function Me(Yt,yi){return Object.prototype.hasOwnProperty.call(Yt,yi)}(Yt,li)&&(!yi||"caller"!==li&&"callee"!==li&&"arguments"!==li)){const vi=Yt[li];(Et(vi)||xe(vi))&&!Object.isFrozen(vi)&&Pt(vi)}}),Yt}function Ei(Yt,yi=[]){return(jt(Yt)||qe(Yt))&&0===yi.length?{path:["root"],value:Yt}:Object.keys(Yt).reduce((vi,Ni)=>{if(vi)return vi;const ji=Yt[Ni];return function ce(Yt){return xe(Yt)&&Yt.hasOwnProperty("\u0275cmp")}(ji)?vi:!(jt(ji)||qe(ji)||function Zt(Yt){return"number"==typeof Yt}(ji)||function Vt(Yt){return"boolean"==typeof Yt}(ji)||function Le(Yt){return"string"==typeof Yt}(ji)||dt(ji))&&(function me(Yt){if(!function je(Yt){return Et(Yt)&&!dt(Yt)}(Yt))return!1;const yi=Object.getPrototypeOf(Yt);return yi===Object.prototype||null===yi}(ji)?Ei(ji,[...yi,Ni]):{path:[...yi,Ni],value:ji})},!1)}function Hi(Yt,yi){if(!1===Yt)return;const li=Yt.path.join("."),vi=new Error(`Detected unserializable ${yi} at "${li}". ${Ze}#strict${yi}serializability`);throw vi.value=Yt.value,vi.unserializablePath=li,vi}function hn(Yt){return(0,t.naY)()?{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!0,strictActionImmutability:!0,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1,...Yt}:{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!1,strictActionImmutability:!1,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1}}function Fi({strictActionSerializability:Yt,strictStateSerializability:yi}){return li=>Yt||yi?function ai(Yt,yi){return function(li,vi){yi.action(vi)&&Hi(Ei(vi),"action");const Ni=Yt(li,vi);return yi.state()&&Hi(Ei(Ni),"state"),Ni}}(li,{action:vi=>Yt&&!mn(vi),state:()=>yi}):li}function _n({strictActionImmutability:Yt,strictStateImmutability:yi}){return li=>Yt||yi?function Mt(Yt,yi){return function(li,vi){const Ni=yi.action(vi)?Pt(vi):vi,ji=Yt(li,Ni);return yi.state()?Pt(ji):ji}}(li,{action:vi=>Yt&&!mn(vi),state:()=>yi}):li}function mn(Yt){return Yt.type.startsWith("@ngrx")}function Dt({strictActionWithinNgZone:Yt}){return yi=>Yt?function $i(Yt,yi){return function(li,vi){if(yi.action(vi)&&!t.SKi.isInAngularZone())throw new Error(`Action '${vi.type}' running outside NgZone. ${Ze}#strictactionwithinngzone`);return Yt(li,vi)}}(yi,{action:li=>Yt&&!mn(li)}):yi}function ct(Yt){return[{provide:te,useValue:Yt},{provide:re,useFactory:q,deps:[te]},{provide:oe,deps:[re],useFactory:hn},{provide:Ye,multi:!0,deps:[oe],useFactory:_n},{provide:Ye,multi:!0,deps:[oe],useFactory:Fi},{provide:Ye,multi:!0,deps:[oe],useFactory:Dt}]}function Bt(){return[{provide:_e,multi:!0,deps:[oe],useFactory:it}]}function q(Yt){return Yt}function it(Yt){if(!Yt.strictActionTypeUniqueness)return;const yi=Object.entries(k).filter(([,li])=>li>1).map(([li])=>li);if(yi.length)throw new Error(`Action types are registered more than once, ${yi.map(li=>`"${li}"`).join(", ")}. ${Ze}#strictactiontypeuniqueness`)}function mt(Yt={},yi={}){return[{provide:n,useFactory:Se},{provide:c,useValue:yi.initialState},{provide:f,useFactory:st,deps:[c]},{provide:O,useValue:Yt},{provide:r,useExisting:Yt instanceof t.nKC?Yt:O},{provide:L,deps:[O,[new t.y_5(r)]],useFactory:Qi},{provide:at,useValue:yi.metaReducers?yi.metaReducers:[]},{provide:rt,deps:[Ye,at],useFactory:ii},{provide:M,useValue:yi.reducerFactory?yi.reducerFactory:We},{provide:h,deps:[M,rt],useFactory:he},D,ke,Qe,tt,ut,ct(yi.runtimeChecks),Bt()]}function On(Yt,yi,li={}){return[{provide:z,multi:!0,useValue:Yt instanceof Object?{}:li},{provide:_,multi:!0,useValue:{key:Yt instanceof Object?Yt.name:Yt,reducerFactory:li instanceof t.nKC||!li.reducerFactory?We:li.reducerFactory,metaReducers:li instanceof t.nKC||!li.metaReducers?[]:li.metaReducers,initialState:li instanceof t.nKC||!li.initialState?void 0:li.initialState}},{provide:N,deps:[z,_],useFactory:Li},{provide:v,multi:!0,useValue:Yt instanceof Object?Yt.reducer:yi},{provide:ne,multi:!0,useExisting:yi instanceof t.nKC?yi:v},{provide:Ie,multi:!0,deps:[v,[new t.y_5(ne)]],useFactory:nn},Bt()]}let Xn=(()=>{class Yt{constructor(li,vi,Ni,ji,en,nr){}static{this.\u0275fac=function(vi){return new(vi||Yt)(t.KVO(be),t.KVO(Ke),t.KVO(Je),t.KVO(wt),t.KVO(n,8),t.KVO(_e,8))}}static{this.\u0275mod=t.$C({type:Yt})}static{this.\u0275inj=t.G2t({})}}return Yt})(),ir=(()=>{class Yt{constructor(li,vi,Ni,ji,en){this.features=li,this.featureReducers=vi,this.reducerManager=Ni;const nr=li.map((ar,tr)=>{const na=vi.shift()[tr];return{...ar,reducers:na,initialState:st(ar.initialState)}});Ni.addFeatures(nr)}ngOnDestroy(){this.reducerManager.removeFeatures(this.features)}static{this.\u0275fac=function(vi){return new(vi||Yt)(t.KVO(N),t.KVO(Ie),t.KVO(Nt),t.KVO(Xn),t.KVO(_e,8))}}static{this.\u0275mod=t.$C({type:Yt})}static{this.\u0275inj=t.G2t({})}}return Yt})(),Fn=(()=>{class Yt{static forRoot(li,vi){return{ngModule:Xn,providers:[...mt(li,vi)]}}static forFeature(li,vi,Ni={}){return{ngModule:ir,providers:[...On(li,vi,Ni)]}}static{this.\u0275fac=function(vi){return new(vi||Yt)}}static{this.\u0275mod=t.$C({type:Yt})}static{this.\u0275inj=t.G2t({})}}return Yt})();function pi(...Yt){return{reducer:Yt.pop(),types:Yt.map(vi=>vi.type)}}function Oi(Yt,...yi){const li=new Map;for(const vi of yi)for(const Ni of vi.types){const ji=li.get(Ni);li.set(Ni,ji?(nr,ar)=>vi.reducer(ji(nr,ar),ar):vi.reducer)}return function(vi=Yt,Ni){const ji=li.get(Ni.type);return ji?ji(vi,Ni):vi}}},6064:(Ve,ee,p)=>{"use strict";p.d(ee,{Dl:()=>l6,L8:()=>fm,dV:()=>w3});var t=p(4438),e=p(177),C=p(1635),S=p(6939),l=p(3726),x=p(152),m=p(9969);function R(){}function d(u){return null==u?R:function(){return this.querySelector(u)}}function T(){return[]}function k(u){return null==u?T:function(){return this.querySelectorAll(u)}}function U(u){return function(){return this.matches(u)}}function G(u){return function(I){return I.matches(u)}}var Y=Array.prototype.find;function Z(){return this.firstElementChild}var ve=Array.prototype.filter;function ae(){return Array.from(this.children)}function D(u){return new Array(u.length)}function c(u,I){this.ownerDocument=u.ownerDocument,this.namespaceURI=u.namespaceURI,this._next=null,this._parent=u,this.__data__=I}function h(u,I,o,E,j,K){for(var yt,Re=0,Wt=I.length,Ut=K.length;ReI?1:u>=I?0:NaN}c.prototype={constructor:c,appendChild:function(u){return this._parent.insertBefore(u,this._next)},insertBefore:function(u,I){return this._parent.insertBefore(u,I)},querySelector:function(u){return this._parent.querySelector(u)},querySelectorAll:function(u){return this._parent.querySelectorAll(u)}};var _e="http://www.w3.org/1999/xhtml";const de={svg:"http://www.w3.org/2000/svg",xhtml:_e,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function pe(u){var I=u+="",o=I.indexOf(":");return o>=0&&"xmlns"!==(I=u.slice(0,o))&&(u=u.slice(o+1)),de.hasOwnProperty(I)?{space:de[I],local:u}:u}function We(u){return function(){this.removeAttribute(u)}}function se(u){return function(){this.removeAttributeNS(u.space,u.local)}}function fe(u,I){return function(){this.setAttribute(u,I)}}function he(u,I){return function(){this.setAttributeNS(u.space,u.local,I)}}function et(u,I){return function(){var o=I.apply(this,arguments);null==o?this.removeAttribute(u):this.setAttribute(u,o)}}function Ke(u,I){return function(){var o=I.apply(this,arguments);null==o?this.removeAttributeNS(u.space,u.local):this.setAttributeNS(u.space,u.local,o)}}function _t(u){return u.ownerDocument&&u.ownerDocument.defaultView||u.document&&u||u.defaultView}function Nt(u){return function(){this.style.removeProperty(u)}}function ke(u,I,o){return function(){this.style.setProperty(u,I,o)}}function Je(u,I,o){return function(){var E=I.apply(this,arguments);null==E?this.style.removeProperty(u):this.style.setProperty(u,E,o)}}function nt(u,I){return u.style.getPropertyValue(I)||_t(u).getComputedStyle(u,null).getPropertyValue(I)}function Ue(u){return function(){delete this[u]}}function ht(u,I){return function(){this[u]=I}}function tt(u,I){return function(){var o=I.apply(this,arguments);null==o?delete this[u]:this[u]=o}}function ut(u){return u.trim().split(/^|\s+/)}function vt(u){return u.classList||new Ze(u)}function Ze(u){this._node=u,this._names=ut(u.getAttribute("class")||"")}function jt(u,I){for(var o=vt(u),E=-1,j=I.length;++E=0&&(this._names.splice(I,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(u){return this._names.indexOf(u)>=0}};var hn=[null];function Fi(u,I){this._groups=u,this._parents=I}function _n(){return new Fi([[document.documentElement]],hn)}Fi.prototype=_n.prototype={constructor:Fi,select:function w(u){"function"!=typeof u&&(u=d(u));for(var I=this._groups,o=I.length,E=new Array(o),j=0;j=gn&&(gn=Ln+1);!(Wn=Di[gn])&&++gn=0;)(Re=E[j])&&(K&&4^Re.compareDocumentPosition(K)&&K.parentNode.insertBefore(Re,K),K=Re);return this},sort:function ne(u){function I(mi,xi){return mi&&xi?u(mi.__data__,xi.__data__):!mi-!xi}u||(u=Ie);for(var o=this._groups,E=o.length,j=new Array(E),K=0;K1?this.each((null==I?Nt:"function"==typeof I?Je:ke)(u,I,o??"")):nt(this.node(),u)},property:function wt(u,I){return arguments.length>1?this.each((null==I?Ue:"function"==typeof I?tt:ht)(u,I)):this.node()[u]},classed:function Zt(u,I){var o=ut(u+"");if(arguments.length<2){for(var E=vt(this.node()),j=-1,K=o.length;++j=0&&(o=I.slice(E+1),I=I.slice(0,E)),{type:I,name:o}})}(u+""),K=E.length;if(!(arguments.length<2)){for(yt=I?Se:ii,j=0;j{}};function q(){for(var E,u=0,I=arguments.length,o={};u=0&&(E=o.slice(j+1),o=o.slice(0,j)),o&&!I.hasOwnProperty(o))throw new Error("unknown type: "+o);return{type:o,name:E}})}(u+"",o),K=-1,Re=E.length;if(!(arguments.length<2)){if(null!=I&&"function"!=typeof I)throw new Error("invalid callback: "+I);for(;++K0)for(var j,K,o=new Array(j),E=0;E>8&15|I>>4&240,I>>4&15|240&I,(15&I)<<4|15&I,1):8===o?Ia(I>>24&255,I>>16&255,I>>8&255,(255&I)/255):4===o?Ia(I>>12&15|I>>8&240,I>>8&15|I>>4&240,I>>4&15|240&I,((15&I)<<4|15&I)/255):null):(I=en.exec(u))?new vr(I[1],I[2],I[3],1):(I=nr.exec(u))?new vr(255*I[1]/100,255*I[2]/100,255*I[3]/100,1):(I=ar.exec(u))?Ia(I[1],I[2],I[3],I[4]):(I=tr.exec(u))?Ia(255*I[1]/100,255*I[2]/100,255*I[3]/100,I[4]):(I=or.exec(u))?lo(I[1],I[2]/100,I[3]/100,1):(I=na.exec(u))?lo(I[1],I[2]/100,I[3]/100,I[4]):Rr.hasOwnProperty(u)?wa(Rr[u]):"transparent"===u?new vr(NaN,NaN,NaN,0):null}function wa(u){return new vr(u>>16&255,u>>8&255,255&u,1)}function Ia(u,I,o,E){return E<=0&&(u=I=o=NaN),new vr(u,I,o,E)}function io(u,I,o,E){return 1===arguments.length?function Qa(u){return u instanceof Oi||(u=kr(u)),u?new vr((u=u.rgb()).r,u.g,u.b,u.opacity):new vr}(u):new vr(u,I,o,E??1)}function vr(u,I,o,E){this.r=+u,this.g=+I,this.b=+o,this.opacity=+E}function xo(){return`#${Ma(this.r)}${Ma(this.g)}${Ma(this.b)}`}function Co(){const u=ln(this.opacity);return`${1===u?"rgb(":"rgba("}${$r(this.r)}, ${$r(this.g)}, ${$r(this.b)}${1===u?")":`, ${u})`}`}function ln(u){return isNaN(u)?1:Math.max(0,Math.min(1,u))}function $r(u){return Math.max(0,Math.min(255,Math.round(u)||0))}function Ma(u){return((u=$r(u))<16?"0":"")+u.toString(16)}function lo(u,I,o,E){return E<=0?u=I=o=NaN:o<=0||o>=1?u=I=NaN:I<=0&&(u=NaN),new Qr(u,I,o,E)}function ho(u){if(u instanceof Qr)return new Qr(u.h,u.s,u.l,u.opacity);if(u instanceof Oi||(u=kr(u)),!u)return new Qr;if(u instanceof Qr)return u;var I=(u=u.rgb()).r/255,o=u.g/255,E=u.b/255,j=Math.min(I,o,E),K=Math.max(I,o,E),Re=NaN,yt=K-j,Wt=(K+j)/2;return yt?(Re=I===K?(o-E)/yt+6*(o0&&Wt<1?0:Re,new Qr(Re,yt,Wt,u.opacity)}function Qr(u,I,o,E){this.h=+u,this.s=+I,this.l=+o,this.opacity=+E}function no(u){return(u=(u||0)%360)<0?u+360:u}function Ea(u){return Math.max(0,Math.min(1,u||0))}function No(u,I,o){return 255*(u<60?I+(o-I)*u/60:u<180?o:u<240?I+(o-I)*(240-u)/60:I)}function Ra(u,I,o,E,j){var K=u*u,Re=K*u;return((1-3*u+3*K-Re)*I+(4-6*K+3*Re)*o+(1+3*u+3*K-3*Re)*E+Re*j)/6}Fn(Oi,kr,{copy(u){return Object.assign(new this.constructor,this,u)},displayable(){return this.rgb().displayable()},hex:Gr,formatHex:Gr,formatHex8:function Uo(){return this.rgb().formatHex8()},formatHsl:function yo(){return ho(this).formatHsl()},formatRgb:Go,toString:Go}),Fn(vr,io,pi(Oi,{brighter(u){return u=null==u?yi:Math.pow(yi,u),new vr(this.r*u,this.g*u,this.b*u,this.opacity)},darker(u){return u=null==u?.7:Math.pow(.7,u),new vr(this.r*u,this.g*u,this.b*u,this.opacity)},rgb(){return this},clamp(){return new vr($r(this.r),$r(this.g),$r(this.b),ln(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:xo,formatHex:xo,formatHex8:function Gn(){return`#${Ma(this.r)}${Ma(this.g)}${Ma(this.b)}${Ma(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Co,toString:Co})),Fn(Qr,function Po(u,I,o,E){return 1===arguments.length?ho(u):new Qr(u,I,o,E??1)},pi(Oi,{brighter(u){return u=null==u?yi:Math.pow(yi,u),new Qr(this.h,this.s,this.l*u,this.opacity)},darker(u){return u=null==u?.7:Math.pow(.7,u),new Qr(this.h,this.s,this.l*u,this.opacity)},rgb(){var u=this.h%360+360*(this.h<0),I=isNaN(u)||isNaN(this.s)?0:this.s,o=this.l,E=o+(o<.5?o:1-o)*I,j=2*o-E;return new vr(No(u>=240?u-240:u+120,j,E),No(u,j,E),No(u<120?u+240:u-120,j,E),this.opacity)},clamp(){return new Qr(no(this.h),Ea(this.s),Ea(this.l),ln(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const u=ln(this.opacity);return`${1===u?"hsl(":"hsla("}${no(this.h)}, ${100*Ea(this.s)}%, ${100*Ea(this.l)}%${1===u?")":`, ${u})`}`}}));const ma=u=>()=>u;function Oa(u,I){var o=I-u;return o?function Nr(u,I){return function(o){return u+o*I}}(u,o):ma(isNaN(u)?I:u)}const ja=function u(I){var o=function Ga(u){return 1==(u=+u)?Oa:function(I,o){return o-I?function Ua(u,I,o){return u=Math.pow(u,o),I=Math.pow(I,o)-u,o=1/o,function(E){return Math.pow(u+E*I,o)}}(I,o,u):ma(isNaN(I)?o:I)}}(I);function E(j,K){var Re=o((j=io(j)).r,(K=io(K)).r),yt=o(j.g,K.g),Wt=o(j.b,K.b),Ut=Oa(j.opacity,K.opacity);return function(si){return j.r=Re(si),j.g=yt(si),j.b=Wt(si),j.opacity=Ut(si),j+""}}return E.gamma=u,E}(1);function Vo(u){return function(I){var Re,yt,o=I.length,E=new Array(o),j=new Array(o),K=new Array(o);for(Re=0;Re=1?(o=1,I-1):Math.floor(o*I),j=u[E],K=u[E+1];return Ra((o-E/I)*I,E>0?u[E-1]:2*j-K,j,K,Eo&&(K=I.slice(o,K),yt[Re]?yt[Re]+=K:yt[++Re]=K),(E=E[0])===(j=j[0])?yt[Re]?yt[Re]+=j:yt[++Re]=j:(yt[++Re]=null,Wt.push({i:Re,x:ga(E,j)})),o=Kn.lastIndex;return o=0&&u._call.call(void 0,I),u=u._next;--Zr}()}finally{Zr=0,function Ho(){for(var u,o,I=Za,E=1/0;I;)I._call?(E>I._time&&(E=I._time),u=I,I=I._next):(o=I._next,I._next=null,I=u?u._next=o:Za=o);Xo=u,br(E)}(),Eo=0}}function Qn(){var u=aa.now(),I=u-$s;I>uo&&(Ms-=I,$s=u)}function br(u){Zr||(Sa&&(Sa=clearTimeout(Sa)),u-Eo>24?(u<1/0&&(Sa=setTimeout(fn,u-aa.now()-Ms)),Pa&&(Pa=clearInterval(Pa))):(Pa||($s=aa.now(),Pa=setInterval(Qn,uo)),Zr=1,Ri(fn)))}function Wa(u,I,o){var E=new Be;return E.restart(j=>{E.stop(),u(j+I)},I=null==I?0:+I,o),E}Be.prototype=Tt.prototype={constructor:Be,restart:function(u,I,o){if("function"!=typeof u)throw new TypeError("callback is not a function");o=(null==o?ft():+o)+(null==I?0:+I),!this._next&&Xo!==this&&(Xo?Xo._next=this:Za=this,Xo=this),this._call=u,this._time=o,br()},stop:function(){this._call&&(this._call=null,this._time=1/0,br())}};var lc=Ci("start","end","cancel","interrupt"),dc=[],hc=0,fo=3;function la(u,I,o,E,j,K){var Re=u.__transition;if(Re){if(o in Re)return}else u.__transition={};!function Qs(u,I,o){var j,E=u.__transition;function Re(Ut){var si,mi,xi,Ai;if(1!==o.state)return Wt();for(si in E)if((Ai=E[si]).name===o.name){if(Ai.state===fo)return Wa(Re);4===Ai.state?(Ai.state=6,Ai.timer.stop(),Ai.on.call("interrupt",u,u.__data__,Ai.index,Ai.group),delete E[si]):+sihc)throw new Error("too late; already scheduled");return o}function Ir(u,I){var o=Ta(u,I);if(o.state>fo)throw new Error("too late; already running");return o}function Ta(u,I){var o=u.__transition;if(!o||!(o=o[I]))throw new Error("transition not found");return o}var _s,uc=180/Math.PI,Ss={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function fc(u,I,o,E,j,K){var Re,yt,Wt;return(Re=Math.sqrt(u*u+I*I))&&(u/=Re,I/=Re),(Wt=u*o+I*E)&&(o-=u*Wt,E-=I*Wt),(yt=Math.sqrt(o*o+E*E))&&(o/=yt,E/=yt,Wt/=yt),u*E180?si+=360:si-Ut>180&&(Ut+=360),xi.push({i:mi.push(j(mi)+"rotate(",null,E)-2,x:ga(Ut,si)})):si&&mi.push(j(mi)+"rotate("+si+E)}(Ut.rotate,si.rotate,mi,xi),function yt(Ut,si,mi,xi){Ut!==si?xi.push({i:mi.push(j(mi)+"skewX(",null,E)-2,x:ga(Ut,si)}):si&&mi.push(j(mi)+"skewX("+si+E)}(Ut.skewX,si.skewX,mi,xi),function Wt(Ut,si,mi,xi,Ai,on){if(Ut!==mi||si!==xi){var Tn=Ai.push(j(Ai)+"scale(",null,",",null,")");on.push({i:Tn-4,x:ga(Ut,mi)},{i:Tn-2,x:ga(si,xi)})}else(1!==mi||1!==xi)&&Ai.push(j(Ai)+"scale("+mi+","+xi+")")}(Ut.scaleX,Ut.scaleY,si.scaleX,si.scaleY,mi,xi),Ut=si=null,function(Ai){for(var Di,on=-1,Tn=xi.length;++on=0&&(I=I.slice(0,o)),!I||"start"===I})}(I)?ao:Ir;return function(){var Re=K(this,u),yt=Re.on;yt!==E&&(j=(E=yt).copy()).on(I,o),Re.on=j}}(o,u,I))},attr:function Fs(u,I){var o=pe(u),E="transform"===o?el:pc;return this.attrTween(u,"function"==typeof I?(o.local?To:os)(o,E,So(this,"attr."+u,I)):null==I?(o.local?bs:qs)(o):(o.local?_c:gc)(o,E,I))},attrTween:function ss(u,I){var o="attr."+u;if(arguments.length<2)return(o=this.tween(o))&&o._value;if(null==I)return this.tween(o,null);if("function"!=typeof I)throw new Error;var E=pe(u);return this.tween(o,(E.local?Ll:il)(E,I))},style:function Wr(u,I,o){var E="transform"==(u+="")?mc:pc;return null==I?this.styleTween(u,function oa(u,I){var o,E,j;return function(){var K=nt(this,u),Re=(this.style.removeProperty(u),nt(this,u));return K===Re?null:K===o&&Re===E?j:j=I(o=K,E=Re)}}(u,E)).on("end.style."+u,Bn(u)):"function"==typeof I?this.styleTween(u,function an(u,I,o){var E,j,K;return function(){var Re=nt(this,u),yt=o(this),Wt=yt+"";return null==yt&&(this.style.removeProperty(u),Wt=yt=nt(this,u)),Re===Wt?null:Re===E&&Wt===j?K:(j=Wt,K=I(E=Re,yt))}}(u,E,So(this,"style."+u,I))).each(function fr(u,I){var o,E,j,yt,K="style."+I,Re="end."+K;return function(){var Wt=Ir(this,u),Ut=Wt.on,si=null==Wt.value[K]?yt||(yt=Bn(I)):void 0;(Ut!==o||j!==si)&&(E=(o=Ut).copy()).on(Re,j=si),Wt.on=E}}(this._id,u)):this.styleTween(u,function zi(u,I,o){var E,K,j=o+"";return function(){var Re=nt(this,u);return Re===j?null:Re===E?K:K=I(E=Re,o)}}(u,E,I),o).on("end.style."+u,null)},styleTween:function vc(u,I,o){var E="style."+(u+="");if(arguments.length<2)return(E=this.tween(E))&&E._value;if(null==I)return this.tween(E,null);if("function"!=typeof I)throw new Error;return this.tween(E,function Xa(u,I,o){var E,j;function K(){var Re=I.apply(this,arguments);return Re!==j&&(E=(j=Re)&&function da(u,I,o){return function(E){this.style.setProperty(u,I.call(this,E),o)}}(u,Re,o)),E}return K._value=I,K}(u,I,o??""))},text:function cs(u){return this.tween("text","function"==typeof u?function _a(u){return function(){var I=u(this);this.textContent=I??""}}(So(this,"text",u)):function Vr(u){return function(){this.textContent=u}}(null==u?"":u+""))},textTween:function Il(u){var I="text";if(arguments.length<1)return(I=this.tween(I))&&I._value;if(null==u)return this.tween(I,null);if("function"!=typeof u)throw new Error;return this.tween(I,function bc(u){var I,o;function E(){var j=u.apply(this,arguments);return j!==o&&(I=(o=j)&&function jn(u){return function(I){this.textContent=u.call(this,I)}}(j)),I}return E._value=u,E}(u))},remove:function hr(){return this.on("end.remove",function An(u){return function(){var I=this.parentNode;for(var o in this.__transition)if(+o!==u)return;I&&I.removeChild(this)}}(this._id))},tween:function Os(u,I){var o=this._id;if(u+="",arguments.length<2){for(var Re,E=Ta(this.node(),o).tween,j=0,K=E.length;j2&&E.state<5,E.state=6,E.timer.stop(),E.on.call(j?"interrupt":"cancel",u,u.__data__,E.index,E.group),delete o[Re]):K=!1;K&&delete u.__transition}}(this,u)})},Dt.prototype.transition=function rl(u){var I,o;u instanceof Ao?(I=u._id,u=u._name):(I=Nc(),(o=kn).time=ft(),u=null==u?null:u+"");for(var E=this._groups,j=E.length,K=0;KI?1:u>=I?0:NaN}function rn(u,I){return null==u||null==I?NaN:Iu?1:I>=u?0:NaN}function Sn(u){let I,o,E;function j(yt,Wt,Ut=0,si=yt.length){if(Ut>>1;o(yt[mi],Wt)<0?Ut=mi+1:si=mi}while(Utgi(u(yt),Wt),E=(yt,Wt)=>u(yt)-Wt):(I=u===gi||u===rn?u:Zn,o=u,E=u),{left:j,center:function Re(yt,Wt,Ut=0,si=yt.length){const mi=j(yt,Wt,Ut,si-1);return mi>Ut&&E(yt[mi-1],Wt)>-E(yt[mi],Wt)?mi-1:mi},right:function K(yt,Wt,Ut=0,si=yt.length){if(Ut>>1;o(yt[mi],Wt)<=0?Ut=mi+1:si=mi}while(Ut=_r?10:K>=ys?5:K>=Or?2:1;let yt,Wt,Ut;return j<0?(Ut=Math.pow(10,-j)/Re,yt=Math.round(u*Ut),Wt=Math.round(I*Ut),yt/UtI&&--Wt,Ut=-Ut):(Ut=Math.pow(10,j)*Re,yt=Math.round(u/Ut),Wt=Math.round(I/Ut),yt*UtI&&--Wt),Wt(u(K=new Date(+K)),K),j.ceil=K=>(u(K=new Date(K-1)),I(K,1),u(K),K),j.round=K=>{const Re=j(K),yt=j.ceil(K);return K-Re(I(K=new Date(+K),null==Re?1:Math.floor(Re)),K),j.range=(K,Re,yt)=>{const Wt=[];if(K=j.ceil(K),yt=null==yt?1:Math.floor(yt),!(K0))return Wt;let Ut;do{Wt.push(Ut=new Date(+K)),I(K,yt),u(K)}while(UtDa(Re=>{if(Re>=Re)for(;u(Re),!K(Re);)Re.setTime(Re-1)},(Re,yt)=>{if(Re>=Re)if(yt<0)for(;++yt<=0;)for(;I(Re,-1),!K(Re););else for(;--yt>=0;)for(;I(Re,1),!K(Re););}),o&&(j.count=(K,Re)=>(Er.setTime(+K),m1.setTime(+Re),u(Er),u(m1),Math.floor(o(Er,m1))),j.every=K=>(K=Math.floor(K),isFinite(K)&&K>0?K>1?j.filter(E?Re=>E(Re)%K==0:Re=>j.count(0,Re)%K==0):j:null)),j}const po=Da(()=>{},(u,I)=>{u.setTime(+u+I)},(u,I)=>I-u);po.every=u=>(u=Math.floor(u),isFinite(u)&&u>0?u>1?Da(I=>{I.setTime(Math.floor(I/u)*u)},(I,o)=>{I.setTime(+I+o*u)},(I,o)=>(o-I)/u):po:null);const tc=Da(u=>{u.setTime(u-u.getMilliseconds())},(u,I)=>{u.setTime(+u+I*Zo)},(u,I)=>(I-u)/Zo,u=>u.getUTCSeconds()),Jo=Da(u=>{u.setTime(u-u.getMilliseconds()-u.getSeconds()*Zo)},(u,I)=>{u.setTime(+u+I*As)},(u,I)=>(I-u)/As,u=>u.getMinutes()),z1=Da(u=>{u.setUTCSeconds(0,0)},(u,I)=>{u.setTime(+u+I*As)},(u,I)=>(I-u)/As,u=>u.getUTCMinutes()),qa=Da(u=>{u.setTime(u-u.getMilliseconds()-u.getSeconds()*Zo-u.getMinutes()*As)},(u,I)=>{u.setTime(+u+I*zs)},(u,I)=>(I-u)/zs,u=>u.getHours()),v0=Da(u=>{u.setUTCMinutes(0,0,0)},(u,I)=>{u.setTime(+u+I*zs)},(u,I)=>(I-u)/zs,u=>u.getUTCHours()),al=Da(u=>u.setHours(0,0,0,0),(u,I)=>u.setDate(u.getDate()+I),(u,I)=>(I-u-(I.getTimezoneOffset()-u.getTimezoneOffset())*As)/Cc,u=>u.getDate()-1),wc=(Da(u=>{u.setUTCHours(0,0,0,0)},(u,I)=>{u.setUTCDate(u.getUTCDate()+I)},(u,I)=>(I-u)/Cc,u=>u.getUTCDate()-1),Da(u=>{u.setUTCHours(0,0,0,0)},(u,I)=>{u.setUTCDate(u.getUTCDate()+I)},(u,I)=>(I-u)/Cc,u=>Math.floor(u/Cc)));function Nn(u){return Da(I=>{I.setDate(I.getDate()-(I.getDay()+7-u)%7),I.setHours(0,0,0,0)},(I,o)=>{I.setDate(I.getDate()+7*o)},(I,o)=>(o-I-(o.getTimezoneOffset()-I.getTimezoneOffset())*As)/Ds)}const Hl=Nn(0);function Ii(u){return Da(I=>{I.setUTCDate(I.getUTCDate()-(I.getUTCDay()+7-u)%7),I.setUTCHours(0,0,0,0)},(I,o)=>{I.setUTCDate(I.getUTCDate()+7*o)},(I,o)=>(o-I)/Ds)}Nn(1),Nn(2),Nn(3),Nn(4),Nn(5),Nn(6);const ur=Ii(0),j1=(Ii(1),Ii(2),Ii(3),Ii(4),Ii(5),Ii(6),Da(u=>{u.setDate(1),u.setHours(0,0,0,0)},(u,I)=>{u.setMonth(u.getMonth()+I)},(u,I)=>I.getMonth()-u.getMonth()+12*(I.getFullYear()-u.getFullYear()),u=>u.getMonth())),ic=Da(u=>{u.setUTCDate(1),u.setUTCHours(0,0,0,0)},(u,I)=>{u.setUTCMonth(u.getUTCMonth()+I)},(u,I)=>I.getUTCMonth()-u.getUTCMonth()+12*(I.getUTCFullYear()-u.getUTCFullYear()),u=>u.getUTCMonth()),us=Da(u=>{u.setMonth(0,1),u.setHours(0,0,0,0)},(u,I)=>{u.setFullYear(u.getFullYear()+I)},(u,I)=>I.getFullYear()-u.getFullYear(),u=>u.getFullYear());us.every=u=>isFinite(u=Math.floor(u))&&u>0?Da(I=>{I.setFullYear(Math.floor(I.getFullYear()/u)*u),I.setMonth(0,1),I.setHours(0,0,0,0)},(I,o)=>{I.setFullYear(I.getFullYear()+o*u)}):null;const p1=Da(u=>{u.setUTCMonth(0,1),u.setUTCHours(0,0,0,0)},(u,I)=>{u.setUTCFullYear(u.getUTCFullYear()+I)},(u,I)=>I.getUTCFullYear()-u.getUTCFullYear(),u=>u.getUTCFullYear());function ya(u,I,o,E,j,K){const Re=[[tc,1,Zo],[tc,5,5e3],[tc,15,15e3],[tc,30,3e4],[K,1,As],[K,5,5*As],[K,15,15*As],[K,30,30*As],[j,1,zs],[j,3,3*zs],[j,6,6*zs],[j,12,12*zs],[E,1,Cc],[E,2,2*Cc],[o,1,Ds],[I,1,Nl],[I,3,3*Nl],[u,1,H1]];function Wt(Ut,si,mi){const xi=Math.abs(si-Ut)/mi,Ai=Sn(([,,Di])=>Di).right(Re,xi);if(Ai===Re.length)return u.every(Pl(Ut/H1,si/H1,mi));if(0===Ai)return po.every(Math.max(Pl(Ut,si,mi),1));const[on,Tn]=Re[xi/Re[Ai-1][2]isFinite(u=Math.floor(u))&&u>0?Da(I=>{I.setUTCFullYear(Math.floor(I.getUTCFullYear()/u)*u),I.setUTCMonth(0,1),I.setUTCHours(0,0,0,0)},(I,o)=>{I.setUTCFullYear(I.getUTCFullYear()+o*u)}):null;const[Na,e2]=ya(p1,ic,ur,wc,v0,z1),[xa,Bc]=ya(us,j1,Hl,al,qa,Jo);var nc=new Date,Bl=new Date;function Bs(u,I,o,E){function j(K){return u(K=0===arguments.length?new Date:new Date(+K)),K}return j.floor=function(K){return u(K=new Date(+K)),K},j.ceil=function(K){return u(K=new Date(K-1)),I(K,1),u(K),K},j.round=function(K){var Re=j(K),yt=j.ceil(K);return K-Re0))return Wt;do{Wt.push(Ut=new Date(+K)),I(K,yt),u(K)}while(Ut=Re)for(;u(Re),!K(Re);)Re.setTime(Re-1)},function(Re,yt){if(Re>=Re)if(yt<0)for(;++yt<=0;)for(;I(Re,-1),!K(Re););else for(;--yt>=0;)for(;I(Re,1),!K(Re););})},o&&(j.count=function(K,Re){return nc.setTime(+K),Bl.setTime(+Re),u(nc),u(Bl),Math.floor(o(nc,Bl))},j.every=function(K){return K=Math.floor(K),isFinite(K)&&K>0?K>1?j.filter(E?function(Re){return E(Re)%K==0}:function(Re){return j.count(0,Re)%K==0}):j:null}),j}const Ul=864e5,X1=7*Ul;function Va(u){return Bs(function(I){I.setUTCDate(I.getUTCDate()-(I.getUTCDay()+7-u)%7),I.setUTCHours(0,0,0,0)},function(I,o){I.setUTCDate(I.getUTCDate()+7*o)},function(I,o){return(o-I)/X1})}var Uc=Va(0),Fr=Va(1),cl=(Va(2),Va(3),Va(4));const a2=(Va(5),Va(6),Bs(function(u){u.setUTCHours(0,0,0,0)},function(u,I){u.setUTCDate(u.getUTCDate()+I)},function(u,I){return(I-u)/Ul},function(u){return u.getUTCDate()-1}));function ll(u){return Bs(function(I){I.setDate(I.getDate()-(I.getDay()+7-u)%7),I.setHours(0,0,0,0)},function(I,o){I.setDate(I.getDate()+7*o)},function(I,o){return(o-I-6e4*(o.getTimezoneOffset()-I.getTimezoneOffset()))/X1})}var Gc=ll(0),jc=ll(1),dl=(ll(2),ll(3),ll(4));const tf=(ll(5),ll(6),Bs(u=>u.setHours(0,0,0,0),(u,I)=>u.setDate(u.getDate()+I),(u,I)=>(I-u-6e4*(I.getTimezoneOffset()-u.getTimezoneOffset()))/Ul,u=>u.getDate()-1));var Q1=Bs(function(u){u.setMonth(0,1),u.setHours(0,0,0,0)},function(u,I){u.setFullYear(u.getFullYear()+I)},function(u,I){return I.getFullYear()-u.getFullYear()},function(u){return u.getFullYear()});Q1.every=function(u){return isFinite(u=Math.floor(u))&&u>0?Bs(function(I){I.setFullYear(Math.floor(I.getFullYear()/u)*u),I.setMonth(0,1),I.setHours(0,0,0,0)},function(I,o){I.setFullYear(I.getFullYear()+o*u)}):null};const Gl=Q1;var s2=Bs(function(u){u.setUTCMonth(0,1),u.setUTCHours(0,0,0,0)},function(u,I){u.setUTCFullYear(u.getUTCFullYear()+I)},function(u,I){return I.getUTCFullYear()-u.getUTCFullYear()},function(u){return u.getUTCFullYear()});s2.every=function(u){return isFinite(u=Math.floor(u))&&u>0?Bs(function(I){I.setUTCFullYear(Math.floor(I.getUTCFullYear()/u)*u),I.setUTCMonth(0,1),I.setUTCHours(0,0,0,0)},function(I,o){I.setUTCFullYear(I.getUTCFullYear()+o*u)}):null};const Wc=s2;function Z1(u){if(0<=u.y&&u.y<100){var I=new Date(-1,u.m,u.d,u.H,u.M,u.S,u.L);return I.setFullYear(u.y),I}return new Date(u.y,u.m,u.d,u.H,u.M,u.S,u.L)}function jl(u){if(0<=u.y&&u.y<100){var I=new Date(Date.UTC(-1,u.m,u.d,u.H,u.M,u.S,u.L));return I.setUTCFullYear(u.y),I}return new Date(Date.UTC(u.y,u.m,u.d,u.H,u.M,u.S,u.L))}function fl(u,I,o){return{y:u,m:I,d:o,H:0,M:0,S:0,L:0}}var c2={"-":"",_:" ",0:"0"},eo=/^\s*\d+/,O0=/^%/,l2=/[\\^$*+?|[\]().{}]/g;function Dr(u,I,o){var E=u<0?"-":"",j=(E?-u:u)+"",K=j.length;return E+(K[I.toLowerCase(),o]))}function F0(u,I,o){var E=eo.exec(I.slice(o,o+1));return E?(u.w=+E[0],o+E[0].length):-1}function d2(u,I,o){var E=eo.exec(I.slice(o,o+1));return E?(u.u=+E[0],o+E[0].length):-1}function Wl(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.U=+E[0],o+E[0].length):-1}function Xl(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.V=+E[0],o+E[0].length):-1}function to(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.W=+E[0],o+E[0].length):-1}function P0(u,I,o){var E=eo.exec(I.slice(o,o+4));return E?(u.y=+E[0],o+E[0].length):-1}function h2(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.y=+E[0]+(+E[0]>68?1900:2e3),o+E[0].length):-1}function u2(u,I,o){var E=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(I.slice(o,o+6));return E?(u.Z=E[1]?0:-(E[2]+(E[3]||"00")),o+E[0].length):-1}function N0(u,I,o){var E=eo.exec(I.slice(o,o+1));return E?(u.q=3*E[0]-3,o+E[0].length):-1}function V0(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.m=E[0]-1,o+E[0].length):-1}function Yl(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.d=+E[0],o+E[0].length):-1}function nf(u,I,o){var E=eo.exec(I.slice(o,o+3));return E?(u.m=0,u.d=+E[0],o+E[0].length):-1}function q1(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.H=+E[0],o+E[0].length):-1}function f2(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.M=+E[0],o+E[0].length):-1}function ed(u,I,o){var E=eo.exec(I.slice(o,o+2));return E?(u.S=+E[0],o+E[0].length):-1}function H0(u,I,o){var E=eo.exec(I.slice(o,o+3));return E?(u.L=+E[0],o+E[0].length):-1}function rf(u,I,o){var E=eo.exec(I.slice(o,o+6));return E?(u.L=Math.floor(E[0]/1e3),o+E[0].length):-1}function z0(u,I,o){var E=O0.exec(I.slice(o,o+1));return E?o+E[0].length:-1}function B0(u,I,o){var E=eo.exec(I.slice(o));return E?(u.Q=+E[0],o+E[0].length):-1}function td(u,I,o){var E=eo.exec(I.slice(o));return E?(u.s=+E[0],o+E[0].length):-1}function v1(u,I){return Dr(u.getDate(),I,2)}function m2(u,I){return Dr(u.getHours(),I,2)}function af(u,I){return Dr(u.getHours()%12||12,I,2)}function sf(u,I){return Dr(1+tf.count(Gl(u),u),I,3)}function cf(u,I){return Dr(u.getMilliseconds(),I,3)}function U0(u,I){return cf(u,I)+"000"}function G0(u,I){return Dr(u.getMonth()+1,I,2)}function go(u,I){return Dr(u.getMinutes(),I,2)}function t4(u,I){return Dr(u.getSeconds(),I,2)}function j0(u){var I=u.getDay();return 0===I?7:I}function n4(u,I){return Dr(Gc.count(Gl(u)-1,u),I,2)}function p2(u){var I=u.getDay();return I>=4||0===I?dl(u):dl.ceil(u)}function r4(u,I){return u=p2(u),Dr(dl.count(Gl(u),u)+(4===Gl(u).getDay()),I,2)}function id(u){return u.getDay()}function Us(u,I){return Dr(jc.count(Gl(u)-1,u),I,2)}function nd(u,I){return Dr(u.getFullYear()%100,I,2)}function ml(u,I){return Dr((u=p2(u)).getFullYear()%100,I,2)}function lf(u,I){return Dr(u.getFullYear()%1e4,I,4)}function W0(u,I){var o=u.getDay();return Dr((u=o>=4||0===o?dl(u):dl.ceil(u)).getFullYear()%1e4,I,4)}function g2(u){var I=u.getTimezoneOffset();return(I>0?"-":(I*=-1,"+"))+Dr(I/60|0,"0",2)+Dr(I%60,"0",2)}function b1(u,I){return Dr(u.getUTCDate(),I,2)}function df(u,I){return Dr(u.getUTCHours(),I,2)}function a4(u,I){return Dr(u.getUTCHours()%12||12,I,2)}function o4(u,I){return Dr(1+a2.count(Wc(u),u),I,3)}function hf(u,I){return Dr(u.getUTCMilliseconds(),I,3)}function uf(u,I){return hf(u,I)+"000"}function Kl(u,I){return Dr(u.getUTCMonth()+1,I,2)}function y1(u,I){return Dr(u.getUTCMinutes(),I,2)}function $l(u,I){return Dr(u.getUTCSeconds(),I,2)}function ff(u){var I=u.getUTCDay();return 0===I?7:I}function rd(u,I){return Dr(Uc.count(Wc(u)-1,u),I,2)}function Gs(u){var I=u.getUTCDay();return I>=4||0===I?cl(u):cl.ceil(u)}function X0(u,I){return u=Gs(u),Dr(cl.count(Wc(u),u)+(4===Wc(u).getUTCDay()),I,2)}function ad(u){return u.getUTCDay()}function x1(u,I){return Dr(Fr.count(Wc(u)-1,u),I,2)}function Y0(u,I){return Dr(u.getUTCFullYear()%100,I,2)}function K0(u,I){return Dr((u=Gs(u)).getUTCFullYear()%100,I,2)}function $0(u,I){return Dr(u.getUTCFullYear()%1e4,I,4)}function C1(u,I){var o=u.getUTCDay();return Dr((u=o>=4||0===o?cl(u):cl.ceil(u)).getUTCFullYear()%1e4,I,4)}function od(){return"+0000"}function sd(){return"%"}function Q0(u){return+u}function Z0(u){return Math.floor(+u/1e3)}function cd(u){return null===u?NaN:+u}!function v2(u){(function R0(u){var I=u.dateTime,o=u.date,E=u.time,j=u.periods,K=u.days,Re=u.shortDays,yt=u.months,Wt=u.shortMonths,Ut=ks(j),si=_1(j),mi=ks(K),xi=_1(K),Ai=ks(Re),on=_1(Re),Tn=ks(yt),Di=_1(yt),xn=ks(Wt),Ln=_1(Wt),gn={a:function fa(Mn){return Re[Mn.getDay()]},A:function Lo(Mn){return K[Mn.getDay()]},b:function Yr(Mn){return Wt[Mn.getMonth()]},B:function Io(Mn){return yt[Mn.getMonth()]},c:null,d:v1,e:v1,f:U0,g:ml,G:W0,H:m2,I:af,j:sf,L:cf,m:G0,M:go,p:function so(Mn){return j[+(Mn.getHours()>=12)]},q:function co(Mn){return 1+~~(Mn.getMonth()/3)},Q:Q0,s:Z0,S:t4,u:j0,U:n4,V:r4,w:id,W:Us,x:null,X:null,y:nd,Y:lf,Z:g2,"%":sd},Jn={a:function l0(Mn){return Re[Mn.getUTCDay()]},A:function Fd(Mn){return K[Mn.getUTCDay()]},b:function Pd(Mn){return Wt[Mn.getUTCMonth()]},B:function Nd(Mn){return yt[Mn.getUTCMonth()]},c:null,d:b1,e:b1,f:uf,g:K0,G:C1,H:df,I:a4,j:o4,L:hf,m:Kl,M:y1,p:function Ro(Mn){return j[+(Mn.getUTCHours()>=12)]},q:function N1(Mn){return 1+~~(Mn.getUTCMonth()/3)},Q:Q0,s:Z0,S:$l,u:ff,U:rd,V:X0,w:ad,W:x1,x:null,X:null,y:Y0,Y:$0,Z:od,"%":sd},Wn={a:function Pr(Mn,dr,Cr){var Ji=Ai.exec(dr.slice(Cr));return Ji?(Mn.w=on.get(Ji[0].toLowerCase()),Cr+Ji[0].length):-1},A:function Vn(Mn,dr,Cr){var Ji=mi.exec(dr.slice(Cr));return Ji?(Mn.w=xi.get(Ji[0].toLowerCase()),Cr+Ji[0].length):-1},b:function zo(Mn,dr,Cr){var Ji=xn.exec(dr.slice(Cr));return Ji?(Mn.m=Ln.get(Ji[0].toLowerCase()),Cr+Ji[0].length):-1},B:function Tr(Mn,dr,Cr){var Ji=Tn.exec(dr.slice(Cr));return Ji?(Mn.m=Di.get(Ji[0].toLowerCase()),Cr+Ji[0].length):-1},c:function ia(Mn,dr,Cr){return ta(Mn,I,dr,Cr)},d:Yl,e:Yl,f:rf,g:h2,G:P0,H:q1,I:q1,j:nf,L:H0,m:V0,M:f2,p:function ps(Mn,dr,Cr){var Ji=Ut.exec(dr.slice(Cr));return Ji?(Mn.p=si.get(Ji[0].toLowerCase()),Cr+Ji[0].length):-1},q:N0,Q:B0,s:td,S:ed,u:d2,U:Wl,V:Xl,w:F0,W:to,x:function Is(Mn,dr,Cr){return ta(Mn,o,dr,Cr)},X:function za(Mn,dr,Cr){return ta(Mn,E,dr,Cr)},y:h2,Y:P0,Z:u2,"%":z0};function Rn(Mn,dr){return function(Cr){var Bo,$n,$a,Ji=[],Ka=-1,Ur=0,gs=Mn.length;for(Cr instanceof Date||(Cr=new Date(+Cr));++Ka53)return null;"w"in Ji||(Ji.w=1),"Z"in Ji?(gs=(Ur=jl(fl(Ji.y,0,1))).getUTCDay(),Ur=gs>4||0===gs?Fr.ceil(Ur):Fr(Ur),Ur=a2.offset(Ur,7*(Ji.V-1)),Ji.y=Ur.getUTCFullYear(),Ji.m=Ur.getUTCMonth(),Ji.d=Ur.getUTCDate()+(Ji.w+6)%7):(gs=(Ur=Z1(fl(Ji.y,0,1))).getDay(),Ur=gs>4||0===gs?jc.ceil(Ur):jc(Ur),Ur=tf.offset(Ur,7*(Ji.V-1)),Ji.y=Ur.getFullYear(),Ji.m=Ur.getMonth(),Ji.d=Ur.getDate()+(Ji.w+6)%7)}else("W"in Ji||"U"in Ji)&&("w"in Ji||(Ji.w="u"in Ji?Ji.u%7:"W"in Ji?1:0),gs="Z"in Ji?jl(fl(Ji.y,0,1)).getUTCDay():Z1(fl(Ji.y,0,1)).getDay(),Ji.m=0,Ji.d="W"in Ji?(Ji.w+6)%7+7*Ji.W-(gs+5)%7:Ji.w+7*Ji.U-(gs+6)%7);return"Z"in Ji?(Ji.H+=Ji.Z/100|0,Ji.M+=Ji.Z%100,jl(Ji)):Z1(Ji)}}function ta(Mn,dr,Cr,Ji){for(var Bo,$n,Ka=0,Ur=dr.length,gs=Cr.length;Ka=gs)return-1;if(37===(Bo=dr.charCodeAt(Ka++))){if(Bo=dr.charAt(Ka++),!($n=Wn[Bo in c2?dr.charAt(Ka++):Bo])||(Ji=$n(Mn,Cr,Ji))<0)return-1}else if(Bo!=Cr.charCodeAt(Ji++))return-1}return Ji}return gn.x=Rn(o,gn),gn.X=Rn(E,gn),gn.c=Rn(I,gn),Jn.x=Rn(o,Jn),Jn.X=Rn(E,Jn),Jn.c=Rn(I,Jn),{format:function(Mn){var dr=Rn(Mn+="",gn);return dr.toString=function(){return Mn},dr},parse:function(Mn){var dr=ea(Mn+="",!1);return dr.toString=function(){return Mn},dr},utcFormat:function(Mn){var dr=Rn(Mn+="",Jn);return dr.toString=function(){return Mn},dr},utcParse:function(Mn){var dr=ea(Mn+="",!0);return dr.toString=function(){return Mn},dr}}})(u)}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});const s4=Sn(gi).right,y2=(Sn(cd),s4);function x2(u,I){return u=+u,I=+I,function(o){return Math.round(u*(1-o)+I*o)}}function q0(u){return+u}var eh=[0,1];function Xc(u){return u}function C2(u,I){return(I-=u=+u)?function(o){return(o-u)/I}:function gf(u){return function(){return u}}(isNaN(I)?NaN:.5)}function _f(u,I,o){var E=u[0],j=u[1],K=I[0],Re=I[1];return jI&&(o=u,u=I,I=o),function(E){return Math.max(u,Math.min(I,E))}}(u[0],u[xi-1])),yt=xi>2?ih:_f,Wt=Ut=null,mi}function mi(xi){return null==xi||isNaN(xi=+xi)?K:(Wt||(Wt=yt(u.map(E),I,o)))(E(Re(xi)))}return mi.invert=function(xi){return Re(j((Ut||(Ut=yt(I,u.map(E),ga)))(xi)))},mi.domain=function(xi){return arguments.length?(u=Array.from(xi,q0),si()):u.slice()},mi.range=function(xi){return arguments.length?(I=Array.from(xi),si()):I.slice()},mi.rangeRound=function(xi){return I=Array.from(xi),o=x2,si()},mi.clamp=function(xi){return arguments.length?(Re=!!xi||Xc,si()):Re!==Xc},mi.interpolate=function(xi){return arguments.length?(o=xi,si()):o},mi.unknown=function(xi){return arguments.length?(K=xi,mi):K},function(xi,Ai){return E=xi,j=Ai,si()}}()(Xc,Xc)}function Zl(u,I){switch(arguments.length){case 0:break;case 1:this.range(u);break;default:this.range(I).domain(u)}return this}var S2,yf=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function dd(u){if(!(I=yf.exec(u)))throw new Error("invalid format: "+u);var I;return new E2({fill:I[1],align:I[2],sign:I[3],symbol:I[4],zero:I[5],width:I[6],comma:I[7],precision:I[8]&&I[8].slice(1),trim:I[9],type:I[10]})}function E2(u){this.fill=void 0===u.fill?" ":u.fill+"",this.align=void 0===u.align?">":u.align+"",this.sign=void 0===u.sign?"-":u.sign+"",this.symbol=void 0===u.symbol?"":u.symbol+"",this.zero=!!u.zero,this.width=void 0===u.width?void 0:+u.width,this.comma=!!u.comma,this.precision=void 0===u.precision?void 0:+u.precision,this.trim=!!u.trim,this.type=void 0===u.type?"":u.type+""}function Jl(u,I){if((o=(u=I?u.toExponential(I-1):u.toExponential()).indexOf("e"))<0)return null;var o,E=u.slice(0,o);return[E.length>1?E[0]+E.slice(2):E,+u.slice(o+1)]}function w1(u){return(u=Jl(Math.abs(u)))?u[1]:NaN}function hd(u,I){var o=Jl(u,I);if(!o)return u+"";var E=o[0],j=o[1];return j<0?"0."+new Array(-j).join("0")+E:E.length>j+1?E.slice(0,j+1)+"."+E.slice(j+1):E+new Array(j-E.length+2).join("0")}dd.prototype=E2.prototype,E2.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};const sh={"%":(u,I)=>(100*u).toFixed(I),b:u=>Math.round(u).toString(2),c:u=>u+"",d:function xf(u){return Math.abs(u=Math.round(u))>=1e21?u.toLocaleString("en").replace(/,/g,""):u.toString(10)},e:(u,I)=>u.toExponential(I),f:(u,I)=>u.toFixed(I),g:(u,I)=>u.toPrecision(I),o:u=>Math.round(u).toString(8),p:(u,I)=>hd(100*u,I),r:hd,s:function oh(u,I){var o=Jl(u,I);if(!o)return u+"";var E=o[0],j=o[1],K=j-(S2=3*Math.max(-8,Math.min(8,Math.floor(j/3))))+1,Re=E.length;return K===Re?E:K>Re?E+new Array(K-Re+1).join("0"):K>0?E.slice(0,K)+"."+E.slice(K):"0."+new Array(1-K).join("0")+Jl(u,Math.max(0,I+K-1))[0]},X:u=>Math.round(u).toString(16).toUpperCase(),x:u=>Math.round(u).toString(16)};function Dc(u){return u}var ql,lh,dh,ud=Array.prototype.map,T2=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function d4(u){var I=u.domain;return u.ticks=function(o){var E=I();return function ls(u,I,o){if(!((o=+o)>0))return[];if((u=+u)==(I=+I))return[u];const E=I=j))return[];const yt=K-j+1,Wt=new Array(yt);if(E)if(Re<0)for(let Ut=0;Ut0;){if((Ut=xc(Re,yt,o))===Wt)return E[j]=Re,E[K]=yt,I(E);if(Ut>0)Re=Math.floor(Re/Ut)*Ut,yt=Math.ceil(yt/Ut)*Ut;else{if(!(Ut<0))break;Re=Math.ceil(Re*Ut)/Ut,yt=Math.floor(yt*Ut)/Ut}Wt=Ut}return u},u}function js(){var u=M2();return u.copy=function(){return function w2(u,I){return I.domain(u.domain()).range(u.range()).interpolate(u.interpolate()).clamp(u.clamp()).unknown(u.unknown())}(u,js())},Zl.apply(u,arguments),d4(u)}function uh(u,I,o){u=+u,I=+I,o=(j=arguments.length)<2?(I=u,u=0,1):j<3?1:+o;for(var E=-1,j=0|Math.max(0,Math.ceil((I-u)/o)),K=new Array(j);++E0&&yt>0&&(Wt+yt+1>E&&(yt=Math.max(1,E-Wt)),K.push(o.substring(j-=yt,j+yt)),!((Wt+=yt+1)>E));)yt=u[Re=(Re+1)%u.length];return K.reverse().join(I)}}(ud.call(u.grouping,Number),u.thousands+""),o=void 0===u.currency?"":u.currency[0]+"",E=void 0===u.currency?"":u.currency[1]+"",j=void 0===u.decimal?".":u.decimal+"",K=void 0===u.numerals?Dc:function wf(u){return function(I){return I.replace(/[0-9]/g,function(o){return u[+o]})}}(ud.call(u.numerals,String)),Re=void 0===u.percent?"%":u.percent+"",yt=void 0===u.minus?"\u2212":u.minus+"",Wt=void 0===u.nan?"NaN":u.nan+"";function Ut(mi){var xi=(mi=dd(mi)).fill,Ai=mi.align,on=mi.sign,Tn=mi.symbol,Di=mi.zero,xn=mi.width,Ln=mi.comma,gn=mi.precision,Jn=mi.trim,Wn=mi.type;"n"===Wn?(Ln=!0,Wn="g"):sh[Wn]||(void 0===gn&&(gn=12),Jn=!0,Wn="g"),(Di||"0"===xi&&"="===Ai)&&(Di=!0,xi="0",Ai="=");var Rn="$"===Tn?o:"#"===Tn&&/[boxX]/.test(Wn)?"0"+Wn.toLowerCase():"",ea="$"===Tn?E:/[%p]/.test(Wn)?Re:"",ta=sh[Wn],ps=/[defgprs%]/.test(Wn);function Pr(Vn){var ia,Is,za,zo=Rn,Tr=ea;if("c"===Wn)Tr=ta(Vn)+Tr,Vn="";else{var fa=(Vn=+Vn)<0||1/Vn<0;if(Vn=isNaN(Vn)?Wt:ta(Math.abs(Vn),gn),Jn&&(Vn=function c4(u){e:for(var j,I=u.length,o=1,E=-1;o0&&(E=0)}return E>0?u.slice(0,E)+u.slice(j+1):u}(Vn)),fa&&0==+Vn&&"+"!==on&&(fa=!1),zo=(fa?"("===on?on:yt:"-"===on||"("===on?"":on)+zo,Tr=("s"===Wn?T2[8+S2/3]:"")+Tr+(fa&&"("===on?")":""),ps)for(ia=-1,Is=Vn.length;++ia(za=Vn.charCodeAt(ia))||za>57){Tr=(46===za?j+Vn.slice(ia+1):Vn.slice(ia))+Tr,Vn=Vn.slice(0,ia);break}}Ln&&!Di&&(Vn=I(Vn,1/0));var Lo=zo.length+Vn.length+Tr.length,Yr=Lo>1)+zo+Vn+Tr+Yr.slice(Lo);break;default:Vn=Yr+zo+Vn+Tr}return K(Vn)}return gn=void 0===gn?6:/[gprs]/.test(Wn)?Math.max(1,Math.min(21,gn)):Math.max(0,Math.min(20,gn)),Pr.toString=function(){return mi+""},Pr}return{format:Ut,formatPrefix:function si(mi,xi){var Ai=Ut(((mi=dd(mi)).type="f",mi)),on=3*Math.max(-8,Math.min(8,Math.floor(w1(xi)/3))),Tn=Math.pow(10,-on),Di=T2[8+on/3];return function(xn){return Ai(Tn*xn)+Di}}}}(u),lh=ql.format,dh=ql.formatPrefix}({thousands:",",grouping:[3],currency:["$",""]});class fd extends Map{constructor(I,o=e1){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:o}}),null!=I)for(const[E,j]of I)this.set(E,j)}get(I){return super.get(Ws(this,I))}has(I){return super.has(Ws(this,I))}set(I,o){return super.set(function E1({_intern:u,_key:I},o){const E=I(o);return u.has(E)?u.get(E):(u.set(E,o),o)}(this,I),o)}delete(I){return super.delete(function md({_intern:u,_key:I},o){const E=I(o);return u.has(E)&&(o=u.get(E),u.delete(E)),o}(this,I))}}function Ws({_intern:u,_key:I},o){const E=I(o);return u.has(E)?u.get(E):o}function e1(u){return null!==u&&"object"==typeof u?u.valueOf():u}Set;const t1=Symbol("implicit");function Yc(){var u=new fd,I=[],o=[],E=t1;function j(K){let Re=u.get(K);if(void 0===Re){if(E!==t1)return E;u.set(K,Re=I.push(K)-1)}return o[Re%o.length]}return j.domain=function(K){if(!arguments.length)return I.slice();I=[],u=new fd;for(const Re of K)u.has(Re)||u.set(Re,I.push(Re)-1);return j},j.range=function(K){return arguments.length?(o=Array.from(K),j):o.slice()},j.unknown=function(K){return arguments.length?(E=K,j):E},j.copy=function(){return Yc(I,o).unknown(E)},Zl.apply(j,arguments),j}function kc(){var K,Re,u=Yc().unknown(void 0),I=u.domain,o=u.range,E=0,j=1,yt=!1,Wt=0,Ut=0,si=.5;function mi(){var xi=I().length,Ai=j=1)return+o(u[E-1],E-1,u);var E,j=(E-1)*I,K=Math.floor(j),Re=+o(u[K],K,u);return Re+(+o(u[K+1],K+1,u)-Re)*(j-K)}}function r1(){var E,u=[],I=[],o=[];function j(){var Re=0,yt=Math.max(1,I.length);for(o=new Array(yt-1);++Re0?o[yt-1]:u[0],yt({model:u});function Tf(u,I){}function gh(u,I){if(1&u&&(t.j41(0,"span"),t.DNE(1,Tf,0,0,"ng-template",5),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngTemplateOutlet",o.template)("ngTemplateOutletContext",t.eq3(2,f4,o.context))}}function oo(u,I){if(1&u&&t.nrm(0,"span",6),2&u){const o=t.XpG();t.Y8G("innerHTML",o.title,t.npT)}}function Af(u,I){if(1&u&&(t.j41(0,"header",4)(1,"span",5),t.EFF(2),t.k0s()()),2&u){const o=t.XpG();t.R7$(2),t.JRh(o.title)}}function _h(u,I){if(1&u){const o=t.RV6();t.j41(0,"li",6)(1,"ngx-charts-legend-entry",7),t.bIt("select",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.labelClick.emit(j))})("activate",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.activate(j))})("deactivate",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.deactivate(j))}),t.k0s()()}if(2&u){const o=I.$implicit,E=t.XpG();t.R7$(),t.Y8G("label",o.label)("formattedLabel",o.formattedLabel)("color",o.color)("isActive",E.isActive(o))}}const a1=["*"];function vh(u,I){if(1&u&&t.nrm(0,"ngx-charts-scale-legend",4),2&u){const o=t.XpG();t.Y8G("horizontal",o.legendOptions&&o.legendOptions.position===o.LegendPosition.Below)("valueRange",o.legendOptions.domain)("colors",o.legendOptions.colors)("height",o.view[1])("width",o.legendWidth)}}function A2(u,I){if(1&u){const o=t.RV6();t.j41(0,"ngx-charts-legend",5),t.bIt("labelClick",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.legendLabelClick.emit(j))})("labelActivate",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.legendLabelActivate.emit(j))})("labelDeactivate",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.legendLabelDeactivate.emit(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("horizontal",o.legendOptions&&o.legendOptions.position===o.LegendPosition.Below)("data",o.legendOptions.domain)("title",o.legendOptions.title)("colors",o.legendOptions.colors)("height",o.view[1])("width",o.legendWidth)("activeEntries",o.activeEntries)}}const Df=["ngx-charts-axis-label",""],pd=["ticksel"],m4=["ngx-charts-x-axis-ticks",""];function T1(u,I){1&u&&(t.qSk(),t.eu8(0))}function kf(u,I){if(1&u&&(t.qSk(),t.j41(0,"tspan",10),t.EFF(1),t.k0s()),2&u){const o=I.$implicit;t.BMQ("y",12*I.index),t.R7$(),t.SpI(" ",o," ")}}function gd(u,I){if(1&u&&(t.qSk(),t.qex(0),t.DNE(1,kf,2,2,"tspan",9),t.bVm()),2&u){const o=I.ngIf;t.R7$(),t.Y8G("ngForOf",o)}}function D2(u,I){if(1&u&&t.DNE(0,gd,2,1,"ng-container",6),2&u){const o=t.XpG(2).$implicit,E=t.XpG();t.Y8G("ngIf",E.tickChunks(o))}}function k2(u,I){if(1&u&&t.EFF(0),2&u){const o=t.XpG().ngIf,E=t.XpG(2);t.SpI(" ",E.tickTrim(o)," ")}}function Lf(u,I){if(1&u&&(t.qSk(),t.qex(0),t.j41(1,"title"),t.EFF(2),t.k0s(),t.j41(3,"text",7),t.DNE(4,T1,1,0,"ng-container",8),t.k0s(),t.DNE(5,D2,1,1,"ng-template",null,1,t.C5r)(7,k2,1,1,"ng-template",null,2,t.C5r),t.bVm()),2&u){const o=I.ngIf,E=t.sdS(6),j=t.sdS(8),K=t.XpG(2);t.R7$(2),t.JRh(o),t.R7$(),t.BMQ("text-anchor",K.textAnchor)("transform",K.textTransform),t.R7$(),t.Y8G("ngIf",K.isWrapTicksSupported)("ngIfThen",E)("ngIfElse",j)}}function Do(u,I){if(1&u&&(t.qSk(),t.j41(0,"g",5),t.DNE(1,Lf,9,6,"ng-container",6),t.k0s()),2&u){const o=I.$implicit,E=t.XpG();t.BMQ("transform",E.tickTransform(o)),t.R7$(),t.Y8G("ngIf",E.tickFormat(o))}}function _d(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.nrm(1,"line",11),t.k0s()),2&u){const o=t.XpG(2);t.BMQ("transform",o.gridLineTransform()),t.R7$(),t.BMQ("y1",-o.gridLineHeight)}}function L2(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,_d,2,2,"g",6),t.k0s()),2&u){const o=I.$implicit,E=t.XpG();t.BMQ("transform",E.tickTransform(o)),t.R7$(),t.Y8G("ngIf",E.showGridLines)}}const A1=["ngx-charts-x-axis",""];function bh(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",2),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.emitTicksHeight(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("trimTicks",o.trimTicks)("rotateTicks",o.rotateTicks)("maxTickLength",o.maxTickLength)("tickFormatting",o.tickFormatting)("tickArguments",o.tickArguments)("tickStroke",o.tickStroke)("scale",o.xScale)("orient",o.xOrient)("showGridLines",o.showGridLines)("gridLineHeight",o.dims.height)("width",o.dims.width)("tickValues",o.ticks)("wrapTicks",o.wrapTicks)}}function D1(u,I){if(1&u&&(t.qSk(),t.nrm(0,"g",3)),2&u){const o=t.XpG();t.Y8G("label",o.labelText)("offset",o.labelOffset)("orient",o.orientation.Bottom)("height",o.dims.height)("width",o.dims.width)}}const yh=["ngx-charts-y-axis-ticks",""];function I2(u,I){1&u&&(t.qSk(),t.eu8(0))}function xh(u,I){if(1&u&&(t.qSk(),t.j41(0,"tspan",12),t.EFF(1),t.k0s()),2&u){const o=I.$implicit,E=I.index,j=t.XpG(6);t.BMQ("y",E*(8+j.tickSpacing)),t.R7$(),t.SpI(" ",o," ")}}function Ch(u,I){if(1&u&&(t.qSk(),t.qex(0),t.DNE(1,xh,2,2,"tspan",11),t.bVm()),2&u){const o=t.XpG().ngIf;t.R7$(),t.Y8G("ngForOf",o)}}function k1(u,I){if(1&u&&(t.qSk(),t.qex(0),t.DNE(1,Ch,2,1,"ng-container",10),t.bVm()),2&u){const o=I.ngIf;t.XpG(2);const E=t.sdS(8);t.R7$(),t.Y8G("ngIf",o.length>1)("ngIfElse",E)}}function R2(u,I){if(1&u&&t.DNE(0,k1,2,2,"ng-container",7),2&u){const o=t.XpG(2).$implicit,E=t.XpG();t.Y8G("ngIf",E.tickChunks(o))}}function gl(u,I){if(1&u&&t.EFF(0),2&u){const o=t.XpG().ngIf,E=t.XpG(2);t.SpI(" ",E.tickTrim(o)," ")}}function If(u,I){if(1&u&&(t.qSk(),t.qex(0),t.j41(1,"title"),t.EFF(2),t.k0s(),t.j41(3,"text",8),t.DNE(4,I2,1,0,"ng-container",9),t.k0s(),t.DNE(5,R2,1,1,"ng-template",null,1,t.C5r)(7,gl,1,1,"ng-template",null,2,t.C5r),t.bVm()),2&u){const o=I.ngIf,E=t.sdS(6),j=t.sdS(8),K=t.XpG(2);t.R7$(2),t.JRh(o),t.R7$(),t.xc7("font-size","12px"),t.BMQ("dy",K.dy)("x",K.x1)("y",K.y1)("text-anchor",K.textAnchor),t.R7$(),t.Y8G("ngIf",K.wrapTicks)("ngIfThen",E)("ngIfElse",j)}}function wh(u,I){if(1&u&&(t.qSk(),t.j41(0,"g",6),t.DNE(1,If,9,10,"ng-container",7),t.k0s()),2&u){const o=I.$implicit,E=t.XpG();t.BMQ("transform",E.transform(o)),t.R7$(),t.Y8G("ngIf",E.tickFormat(o))}}function p4(u,I){if(1&u&&(t.qSk(),t.nrm(0,"path",13)),2&u){const o=t.XpG();t.BMQ("d",o.referenceAreaPath)("transform",o.gridLineTransform())}}function vd(u,I){if(1&u&&(t.qSk(),t.nrm(0,"line",15)),2&u){const o=t.XpG(3);t.BMQ("x2",o.gridLineWidth)}}function O2(u,I){if(1&u&&(t.qSk(),t.nrm(0,"line",15)),2&u){const o=t.XpG(3);t.BMQ("x2",-o.gridLineWidth)}}function Mh(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,vd,1,1,"line",14)(2,O2,1,1,"line",14),t.k0s()),2&u){const o=t.XpG(2);t.BMQ("transform",o.gridLineTransform()),t.R7$(),t.Y8G("ngIf",o.orient===o.Orientation.Left),t.R7$(),t.Y8G("ngIf",o.orient===o.Orientation.Right)}}function Eh(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,Mh,3,3,"g",7),t.k0s()),2&u){const o=I.$implicit,E=t.XpG();t.BMQ("transform",E.transform(o)),t.R7$(),t.Y8G("ngIf",E.showGridLines)}}function Sh(u,I){if(1&u&&(t.qSk(),t.j41(0,"g")(1,"title"),t.EFF(2),t.k0s(),t.j41(3,"text",17),t.EFF(4),t.k0s()()),2&u){const o=t.XpG(2).$implicit,E=t.XpG();t.R7$(2),t.JRh(E.tickTrim(E.tickFormat(o.value))),t.R7$(),t.BMQ("dy",E.dy)("y",-6)("x",E.gridLineWidth)("text-anchor",E.textAnchor),t.R7$(),t.SpI(" ",o.name," ")}}function _l(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.nrm(1,"line",16),t.DNE(2,Sh,5,6,"g",7),t.k0s()),2&u){const o=t.XpG().$implicit,E=t.XpG();t.BMQ("transform",E.transform(o.value)),t.R7$(),t.BMQ("x2",E.gridLineWidth)("transform",E.gridLineTransform()),t.R7$(),t.Y8G("ngIf",E.showRefLabels)}}function bd(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,_l,3,4,"g",7),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngIf",o.showRefLines)}}const Rf=["ngx-charts-y-axis",""];function Of(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",2),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.emitTicksWidth(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("trimTicks",o.trimTicks)("maxTickLength",o.maxTickLength)("tickFormatting",o.tickFormatting)("tickArguments",o.tickArguments)("tickValues",o.ticks)("tickStroke",o.tickStroke)("scale",o.yScale)("orient",o.yOrient)("showGridLines",o.showGridLines)("gridLineWidth",o.dims.width)("referenceLines",o.referenceLines)("showRefLines",o.showRefLines)("showRefLabels",o.showRefLabels)("height",o.dims.height)("wrapTicks",o.wrapTicks)}}function Ff(u,I){if(1&u&&(t.qSk(),t.nrm(0,"g",3)),2&u){const o=t.XpG();t.Y8G("label",o.labelText)("offset",o.labelOffset)("orient",o.yOrient)("height",o.dims.height)("width",o.dims.width)}}const Pf=["ngx-charts-svg-linear-gradient",""];function Lc(u,I){if(1&u&&(t.qSk(),t.nrm(0,"stop")),2&u){const o=I.$implicit;t.xc7("stop-color",o.color)("stop-opacity",o.opacity),t.BMQ("offset",o.offset+"%")}}const Ic=["ngx-charts-grid-panel",""],Th=["ngx-charts-grid-panel-series",""];function Ah(u,I){if(1&u&&(t.qSk(),t.nrm(0,"g",1)),2&u){const o=I.$implicit;t.AVh("grid-panel",!0)("odd","odd"===o.class)("even","even"===o.class),t.Y8G("height",o.height)("width",o.width)("x",o.x)("y",o.y)}}const V2=["tooltipTemplate"],vl=(u,I)=>[u,I],Cd=".ngx-charts-outer{animation:chartFadeIn linear .6s}@keyframes chartFadeIn{0%{opacity:0}20%{opacity:0}to{opacity:1}}.ngx-charts{float:left;overflow:visible}.ngx-charts .circle,.ngx-charts .cell,.ngx-charts .bar,.ngx-charts .node,.ngx-charts .link,.ngx-charts .arc{cursor:pointer}.ngx-charts .bar.active,.ngx-charts .bar:hover,.ngx-charts .cell.active,.ngx-charts .cell:hover,.ngx-charts .arc.active,.ngx-charts .arc:hover,.ngx-charts .node.active,.ngx-charts .node:hover,.ngx-charts .link.active,.ngx-charts .link:hover,.ngx-charts .card.active,.ngx-charts .card:hover{opacity:.8;transition:opacity .1s ease-in-out}.ngx-charts .bar:focus,.ngx-charts .cell:focus,.ngx-charts .arc:focus,.ngx-charts .node:focus,.ngx-charts .link:focus,.ngx-charts .card:focus{outline:none}.ngx-charts .bar.hidden,.ngx-charts .cell.hidden,.ngx-charts .arc.hidden,.ngx-charts .node.hidden,.ngx-charts .link.hidden,.ngx-charts .card.hidden{display:none}.ngx-charts g:focus{outline:none}.ngx-charts .line-series.inactive,.ngx-charts .line-series-range.inactive,.ngx-charts .polar-series-path.inactive,.ngx-charts .polar-series-area.inactive,.ngx-charts .area-series.inactive{transition:opacity .1s ease-in-out;opacity:.2}.ngx-charts .line-highlight{display:none}.ngx-charts .line-highlight.active{display:block}.ngx-charts .area{opacity:.6}.ngx-charts .circle:hover{cursor:pointer}.ngx-charts .label{font-size:12px;font-weight:400}.ngx-charts .tooltip-anchor{fill:#000}.ngx-charts .gridline-path{stroke:#ddd;stroke-width:1;fill:none}.ngx-charts .refline-path{stroke:#a8b2c7;stroke-width:1;stroke-dasharray:5;stroke-dashoffset:5}.ngx-charts .refline-label{font-size:9px}.ngx-charts .reference-area{fill-opacity:.05;fill:#000}.ngx-charts .gridline-path-dotted{stroke:#ddd;stroke-width:1;fill:none;stroke-dasharray:1,20;stroke-dashoffset:3}.ngx-charts .grid-panel rect{fill:none}.ngx-charts .grid-panel.odd rect{fill:#0000000d}\n",o1=["ngx-charts-bar",""];function Xf(u,I){if(1&u&&(t.qSk(),t.j41(0,"defs"),t.nrm(1,"g",2),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("orientation",o.orientation)("name",o.gradientId)("stops",o.gradientStops)}}const Uh=["ngx-charts-bar-label",""],dn=["ngx-charts-series-vertical",""];function vn(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",2),t.bIt("select",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.onClick(j))})("activate",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.activate.emit(j))})("deactivate",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.deactivate.emit(j))}),t.k0s()}if(2&u){const o=I.$implicit,E=t.XpG(2);t.Y8G("@animationState","active")("@.disabled",!E.animations)("width",o.width)("height",o.height)("x",o.x)("y",o.y)("fill",o.color)("stops",o.gradientStops)("data",o.data)("orientation",E.barOrientation.Vertical)("roundEdges",o.roundEdges)("gradient",E.gradient)("ariaLabel",o.ariaLabel)("isActive",E.isActive(o.data))("tooltipDisabled",E.tooltipDisabled)("tooltipPlacement",E.tooltipPlacement)("tooltipType",E.tooltipType)("tooltipTitle",E.tooltipTemplate?void 0:o.tooltipText)("tooltipTemplate",E.tooltipTemplate)("tooltipContext",o.data)("noBarWhenZero",E.noBarWhenZero)("animations",E.animations)}}function Wi(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,vn,1,22,"g",1),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngForOf",o.bars)("ngForTrackBy",o.trackBy)}}function Yi(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",2),t.bIt("select",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.onClick(j))})("activate",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.activate.emit(j))})("deactivate",function(j){t.eBV(o);const K=t.XpG(2);return t.Njj(K.deactivate.emit(j))}),t.k0s()}if(2&u){const o=I.$implicit,E=t.XpG(2);t.Y8G("width",o.width)("height",o.height)("x",o.x)("y",o.y)("fill",o.color)("stops",o.gradientStops)("data",o.data)("orientation",E.barOrientation.Vertical)("roundEdges",o.roundEdges)("gradient",E.gradient)("ariaLabel",o.ariaLabel)("isActive",E.isActive(o.data))("tooltipDisabled",E.tooltipDisabled)("tooltipPlacement",E.tooltipPlacement)("tooltipType",E.tooltipType)("tooltipTitle",E.tooltipTemplate?void 0:o.tooltipText)("tooltipTemplate",E.tooltipTemplate)("tooltipContext",o.data)("noBarWhenZero",E.noBarWhenZero)("animations",E.animations)}}function In(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,Yi,1,20,"g",1),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngForOf",o.bars)("ngForTrackBy",o.trackBy)}}function cr(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",4),t.bIt("dimensionsChanged",function(j){const K=t.eBV(o).index,Re=t.XpG(2);return t.Njj(Re.dataLabelHeightChanged.emit({size:j,index:K}))}),t.k0s()}if(2&u){const o=I.$implicit,E=t.XpG(2);t.Y8G("barX",o.x)("barY",o.y)("barWidth",o.width)("barHeight",o.height)("value",o.total)("valueFormatting",E.dataLabelFormatting)("orientation",E.barOrientation.Vertical)}}function Br(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,cr,1,7,"g",3),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngForOf",o.barsForDataLabels)("ngForTrackBy",o.trackDataLabelBy)}}function ca(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",5),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.updateXAxisHeight(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("xScale",o.xScale)("dims",o.dims)("showGridLines",o.showGridLines)("showLabel",o.showXAxisLabel)("labelText",o.xAxisLabel)("trimTicks",o.trimXAxisTicks)("rotateTicks",o.rotateXAxisTicks)("maxTickLength",o.maxXAxisTickLength)("tickFormatting",o.xAxisTickFormatting)("ticks",o.xAxisTicks)("xAxisOffset",o.dataLabelMaxHeight.negative)("wrapTicks",o.wrapTicks)}}function lr(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",6),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.updateYAxisWidth(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("yScale",o.yScale)("dims",o.dims)("showGridLines",o.showGridLines)("showLabel",o.showYAxisLabel)("labelText",o.yAxisLabel)("trimTicks",o.trimYAxisTicks)("maxTickLength",o.maxYAxisTickLength)("tickFormatting",o.yAxisTickFormatting)("ticks",o.yAxisTicks)("wrapTicks",o.wrapTicks)}}function qr(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",6),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.updateXAxisHeight(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("xScale",o.groupScale)("dims",o.dims)("showLabel",o.showXAxisLabel)("labelText",o.xAxisLabel)("trimTicks",o.trimXAxisTicks)("rotateTicks",o.rotateXAxisTicks)("maxTickLength",o.maxXAxisTickLength)("tickFormatting",o.xAxisTickFormatting)("ticks",o.xAxisTicks)("xAxisOffset",o.dataLabelMaxHeight.negative)("wrapTicks",o.wrapTicks)}}function xr(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",7),t.bIt("dimensionsChanged",function(j){t.eBV(o);const K=t.XpG();return t.Njj(K.updateYAxisWidth(j))}),t.k0s()}if(2&u){const o=t.XpG();t.Y8G("yScale",o.valueScale)("dims",o.dims)("showGridLines",o.showGridLines)("showLabel",o.showYAxisLabel)("labelText",o.yAxisLabel)("trimTicks",o.trimYAxisTicks)("maxTickLength",o.maxYAxisTickLength)("tickFormatting",o.yAxisTickFormatting)("ticks",o.yAxisTicks)("wrapTicks",o.wrapTicks)}}function ha(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",9),t.bIt("select",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onClick(j,K))})("activate",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onActivate(j,K))})("deactivate",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onDeactivate(j,K))})("dataLabelHeightChanged",function(j){const K=t.eBV(o).index,Re=t.XpG(2);return t.Njj(Re.onDataLabelMaxHeightChanged(j,K))}),t.k0s()}if(2&u){const o=I.$implicit,E=t.XpG(2);t.Y8G("@animationState","active")("activeEntries",E.activeEntries)("xScale",E.innerScale)("yScale",E.valueScale)("colors",E.colors)("series",o.series)("dims",E.dims)("gradient",E.gradient)("tooltipDisabled",E.tooltipDisabled)("tooltipTemplate",E.tooltipTemplate)("showDataLabel",E.showDataLabel)("dataLabelFormatting",E.dataLabelFormatting)("seriesName",o.name)("roundEdges",E.roundEdges)("animations",E.animations)("noBarWhenZero",E.noBarWhenZero),t.BMQ("transform",E.groupTransform(o))}}function ua(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,ha,1,17,"g",8),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngForOf",o.results)("ngForTrackBy",o.trackBy)}}function fs(u,I){if(1&u){const o=t.RV6();t.qSk(),t.j41(0,"g",9),t.bIt("select",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onClick(j,K))})("activate",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onActivate(j,K))})("deactivate",function(j){const K=t.eBV(o).$implicit,Re=t.XpG(2);return t.Njj(Re.onDeactivate(j,K))})("dataLabelHeightChanged",function(j){const K=t.eBV(o).index,Re=t.XpG(2);return t.Njj(Re.onDataLabelMaxHeightChanged(j,K))}),t.k0s()}if(2&u){const o=I.$implicit,E=t.XpG(2);t.Y8G("activeEntries",E.activeEntries)("xScale",E.innerScale)("yScale",E.valueScale)("colors",E.colors)("series",o.series)("dims",E.dims)("gradient",E.gradient)("tooltipDisabled",E.tooltipDisabled)("tooltipTemplate",E.tooltipTemplate)("showDataLabel",E.showDataLabel)("dataLabelFormatting",E.dataLabelFormatting)("seriesName",o.name)("roundEdges",E.roundEdges)("animations",E.animations)("noBarWhenZero",E.noBarWhenZero),t.BMQ("transform",E.groupTransform(o))}}function $c(u,I){if(1&u&&(t.qSk(),t.j41(0,"g"),t.DNE(1,fs,1,16,"g",8),t.k0s()),2&u){const o=t.XpG();t.R7$(),t.Y8G("ngForOf",o.results)("ngForTrackBy",o.trackBy)}}function Zc(u,I,o){o=o||{};let E,j,K,Re=null,yt=0;function Wt(){yt=!1===o.leading?0:+new Date,Re=null,K=u.apply(E,j)}return function(){const Ut=+new Date;!yt&&!1===o.leading&&(yt=Ut);const si=I-(Ut-yt);return E=this,j=arguments,si<=0?(clearTimeout(Re),Re=null,yt=Ut,K=u.apply(E,j)):!Re&&!1!==o.trailing&&(Re=setTimeout(Wt,si)),K}}function e6(u,I){return function(E,j,K){return{configurable:!0,enumerable:K.enumerable,get:function(){return Object.defineProperty(this,j,{configurable:!0,enumerable:K.enumerable,value:Zc(K.value,u,I)}),this[j]}}}}var pr=function(u){return u.Top="top",u.Bottom="bottom",u.Left="left",u.Right="right",u.Center="center",u}(pr||{});function Z4(u,I,o){return o===pr.Top?u.top-7:o===pr.Bottom?u.top+u.height-I.height+7:o===pr.Center?u.top+u.height/2-I.height/2:void 0}function R1(u,I,o){return o===pr.Left?u.left-7:o===pr.Right?u.left+u.width-I.width+7:o===pr.Center?u.left+u.width/2-I.width/2:void 0}class Cs{static calculateVerticalAlignment(I,o,E){let j=Z4(I,o,E);return j+o.height>window.innerHeight&&(j=window.innerHeight-o.height),j}static calculateVerticalCaret(I,o,E,j){let K;j===pr.Top&&(K=I.height/2-E.height/2+7),j===pr.Bottom&&(K=o.height-I.height/2-E.height/2-7),j===pr.Center&&(K=o.height/2-E.height/2);const Re=Z4(I,o,j);return Re+o.height>window.innerHeight&&(K+=Re+o.height-window.innerHeight),K}static calculateHorizontalAlignment(I,o,E){let j=R1(I,o,E);return j+o.width>window.innerWidth&&(j=window.innerWidth-o.width),j}static calculateHorizontalCaret(I,o,E,j){let K;j===pr.Left&&(K=I.width/2-E.width/2+7),j===pr.Right&&(K=o.width-I.width/2-E.width/2-7),j===pr.Center&&(K=o.width/2-E.width/2);const Re=R1(I,o,j);return Re+o.width>window.innerWidth&&(K+=Re+o.width-window.innerWidth),K}static shouldFlip(I,o,E,j){let K=!1;return E===pr.Right&&I.left+I.width+o.width+j>window.innerWidth&&(K=!0),E===pr.Left&&I.left-o.width-j<0&&(K=!0),E===pr.Top&&I.top-o.height-j<0&&(K=!0),E===pr.Bottom&&I.top+I.height+o.height+j>window.innerHeight&&(K=!0),K}static positionCaret(I,o,E,j,K){let Re=0,yt=0;return I===pr.Right?(yt=-7,Re=Cs.calculateVerticalCaret(E,o,j,K)):I===pr.Left?(yt=o.width,Re=Cs.calculateVerticalCaret(E,o,j,K)):I===pr.Top?(Re=o.height,yt=Cs.calculateHorizontalCaret(E,o,j,K)):I===pr.Bottom&&(Re=-7,yt=Cs.calculateHorizontalCaret(E,o,j,K)),{top:Re,left:yt}}static positionContent(I,o,E,j,K){let Re=0,yt=0;return I===pr.Right?(yt=E.left+E.width+j,Re=Cs.calculateVerticalAlignment(E,o,K)):I===pr.Left?(yt=E.left-o.width-j,Re=Cs.calculateVerticalAlignment(E,o,K)):I===pr.Top?(Re=E.top-o.height-j,yt=Cs.calculateHorizontalAlignment(E,o,K)):I===pr.Bottom&&(Re=E.top+E.height+j,yt=Cs.calculateHorizontalAlignment(E,o,K)),{top:Re,left:yt}}static determinePlacement(I,o,E,j){if(Cs.shouldFlip(E,o,I,j)){if(I===pr.Right)return pr.Left;if(I===pr.Left)return pr.Right;if(I===pr.Top)return pr.Bottom;if(I===pr.Bottom)return pr.Top}return I}}let O1=(()=>{class u{constructor(o,E,j){this.element=o,this.renderer=E,this.platformId=j}get cssClasses(){let o="ngx-charts-tooltip-content";return o+=` position-${this.placement}`,o+=` type-${this.type}`,o+=` ${this.cssClass}`,o}ngAfterViewInit(){setTimeout(this.position.bind(this))}position(){if(!(0,e.UE)(this.platformId))return;const o=this.element.nativeElement,E=this.host.nativeElement.getBoundingClientRect();if(!E.height&&!E.width)return;const j=o.getBoundingClientRect();this.checkFlip(E,j),this.positionContent(o,E,j),this.showCaret&&this.positionCaret(E,j),setTimeout(()=>this.renderer.addClass(o,"animate"),1)}positionContent(o,E,j){const{top:K,left:Re}=Cs.positionContent(this.placement,j,E,this.spacing,this.alignment);this.renderer.setStyle(o,"top",`${K}px`),this.renderer.setStyle(o,"left",`${Re}px`)}positionCaret(o,E){const j=this.caretElm.nativeElement,K=j.getBoundingClientRect(),{top:Re,left:yt}=Cs.positionCaret(this.placement,E,o,K,this.alignment);this.renderer.setStyle(j,"top",`${Re}px`),this.renderer.setStyle(j,"left",`${yt}px`)}checkFlip(o,E){this.placement=Cs.determinePlacement(this.placement,E,o,this.spacing)}onWindowResize(){this.position()}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT),t.rXU(t.sFG),t.rXU(t.Agw))},u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-tooltip-content"]],viewQuery:function(o,E){if(1&o&&t.GBs(Sf,5),2&o){let j;t.mGM(j=t.lsd())&&(E.caretElm=j.first)}},hostVars:2,hostBindings:function(o,E){1&o&&t.bIt("resize",function(){return E.onWindowResize()},!1,t.tSv),2&o&&t.HbH(E.cssClasses)},inputs:{host:"host",showCaret:"showCaret",type:"type",placement:"placement",alignment:"alignment",spacing:"spacing",cssClass:"cssClass",title:"title",template:"template",context:"context"},decls:6,vars:6,consts:[["caretElm",""],[3,"hidden"],[1,"tooltip-content"],[4,"ngIf"],[3,"innerHTML",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"innerHTML"]],template:function(o,E){1&o&&(t.j41(0,"div"),t.nrm(1,"span",1,0),t.j41(3,"div",2),t.DNE(4,gh,2,4,"span",3)(5,oo,1,1,"span",4),t.k0s()()),2&o&&(t.R7$(),t.ZvI("tooltip-caret position-",E.placement,""),t.Y8G("hidden",!E.showCaret),t.R7$(3),t.Y8G("ngIf",!E.title),t.R7$(),t.Y8G("ngIf",E.title))},dependencies:[e.bT,e.T3],styles:[".ngx-charts-tooltip-content{position:fixed;border-radius:3px;z-index:5000;display:block;font-weight:400;opacity:0;pointer-events:none!important}.ngx-charts-tooltip-content.type-popover{background:#fff;color:#060709;border:1px solid #72809b;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;font-size:13px;padding:4px}.ngx-charts-tooltip-content.type-popover .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.ngx-charts-tooltip-content.type-tooltip{color:#fff;background:rgba(0,0,0,.75);font-size:12px;padding:0 10px;text-align:center;pointer-events:auto}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content .tooltip-label{display:block;line-height:1em;padding:8px 5px 5px;font-size:1em}.ngx-charts-tooltip-content .tooltip-val{display:block;font-size:1.3em;line-height:1em;padding:0 5px 8px}.ngx-charts-tooltip-content .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.position-right{transform:translate(10px)}.ngx-charts-tooltip-content.position-left{transform:translate(-10px)}.ngx-charts-tooltip-content.position-top{transform:translateY(-10px)}.ngx-charts-tooltip-content.position-bottom{transform:translateY(10px)}.ngx-charts-tooltip-content.animate{opacity:1;transition:opacity .3s,transform .3s;transform:translate(0);pointer-events:auto}.area-tooltip-container{padding:5px 0;pointer-events:none}.tooltip-item{text-align:left;line-height:1.2em;padding:5px 0}.tooltip-item .tooltip-item-color{display:inline-block;height:12px;width:12px;margin-right:5px;color:#5b646b;border-radius:3px}\n"],encapsulation:2}),(0,C.Cg)([e6(100)],u.prototype,"onWindowResize",null),u})();class Md{constructor(I){this.injectionService=I,this.defaults={},this.components=new Map}getByType(I=this.type){return this.components.get(I)}create(I){return this.createByType(this.type,I)}createByType(I,o){o=this.assignDefaults(o);const E=this.injectComponent(I,o);return this.register(I,E),E}destroy(I){const o=this.components.get(I.componentType);if(o&&o.length){const E=o.indexOf(I);E>-1&&(o[E].destroy(),o.splice(E,1))}}destroyAll(){this.destroyByType(this.type)}destroyByType(I){const o=this.components.get(I);if(o&&o.length){let E=o.length-1;for(;E>=0;)this.destroy(o[E--])}}injectComponent(I,o){return this.injectionService.appendComponent(I,o)}assignDefaults(I){const o={...this.defaults.inputs},E={...this.defaults.outputs};return!I.inputs&&!I.outputs&&(I={inputs:I}),o&&(I.inputs={...o,...I.inputs}),E&&(I.outputs={...E,...I.outputs}),I}register(I,o){this.components.has(I)||this.components.set(I,[]),this.components.get(I).push(o)}}let xl=(()=>{class u{constructor(o,E,j){this.applicationRef=o,this.componentFactoryResolver=E,this.injector=j}static setGlobalRootViewContainer(o){u.globalRootViewContainer=o}getRootViewContainer(){if(this._container)return this._container;if(u.globalRootViewContainer)return u.globalRootViewContainer;if(this.applicationRef.components.length)return this.applicationRef.components[0];throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer or setGlobalRootViewContainer.")}setRootViewContainer(o){this._container=o}getComponentRootNode(o){return function r3(u){return u.element}(o)?o.element.nativeElement:o.hostView&&o.hostView.rootNodes.length>0?o.hostView.rootNodes[0]:o.location.nativeElement}getRootViewContainerNode(o){return this.getComponentRootNode(o)}projectComponentBindings(o,E){if(E){if(void 0!==E.inputs){const j=Object.getOwnPropertyNames(E.inputs);for(const K of j)o.instance[K]=E.inputs[K]}if(void 0!==E.outputs){const j=Object.getOwnPropertyNames(E.outputs);for(const K of j)o.instance[K]=E.outputs[K]}}return o}appendComponent(o,E={},j){j||(j=this.getRootViewContainer());const K=this.getComponentRootNode(j),Re=new S.aI(K,this.componentFactoryResolver,this.applicationRef,this.injector),yt=new S.A8(o),Wt=Re.attach(yt);return this.projectComponentBindings(Wt,E),Wt}}return u.globalRootViewContainer=null,u.\u0275fac=function(o){return new(o||u)(t.KVO(t.o8S),t.KVO(t.OM3),t.KVO(t.zZn))},u.\u0275prov=t.jDH({token:u,factory:u.\u0275fac}),u})(),Jh=(()=>{class u extends Md{constructor(o){super(o),this.type=O1}}return u.\u0275fac=function(o){return new(o||u)(t.KVO(xl))},u.\u0275prov=t.jDH({token:u,factory:u.\u0275fac}),u})();var Cl=function(u){return u.Right="right",u.Below="below",u}(Cl||{}),J2=function(u){return u.ScaleLegend="scaleLegend",u.Legend="legend",u}(J2||{}),Un=function(u){return u.Time="time",u.Linear="linear",u.Ordinal="ordinal",u.Quantile="quantile",u}(Un||{});let J4=(()=>{class u{constructor(){this.horizontal=!1}ngOnChanges(o){const E=this.gradientString(this.colors.range(),this.colors.domain());this.gradient=`linear-gradient(to ${this.horizontal?"right":"bottom"}, ${E})`}gradientString(o,E){E.push(1);const j=[];return o.reverse().forEach((K,Re)=>{j.push(`${K} ${Math.round(100*E[Re])}%`)}),j.join(", ")}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-scale-legend"]],inputs:{valueRange:"valueRange",colors:"colors",height:"height",width:"width",horizontal:"horizontal"},features:[t.OA$],decls:8,vars:10,consts:[[1,"scale-legend"],[1,"scale-legend-label"],[1,"scale-legend-wrap"]],template:function(o,E){1&o&&(t.j41(0,"div",0)(1,"div",1)(2,"span"),t.EFF(3),t.k0s()(),t.nrm(4,"div",2),t.j41(5,"div",1)(6,"span"),t.EFF(7),t.k0s()()()),2&o&&(t.xc7("height",E.horizontal?void 0:E.height,"px")("width",E.width,"px"),t.AVh("horizontal-legend",E.horizontal),t.R7$(3),t.JRh(E.valueRange[1].toLocaleString()),t.R7$(),t.xc7("background",E.gradient),t.R7$(3),t.JRh(E.valueRange[0].toLocaleString()))},styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .scale-legend{text-align:center;display:flex;flex-direction:column}.chart-legend .scale-legend-wrap{display:inline-block;flex:1;width:30px;border-radius:5px;margin:0 auto}.chart-legend .scale-legend-label{font-size:12px}.chart-legend .horizontal-legend.scale-legend{flex-direction:row}.chart-legend .horizontal-legend .scale-legend-wrap{width:auto;height:30px;margin:0 16px}\n"],encapsulation:2,changeDetection:0}),u})();function q2(u){return u instanceof Date?u.toLocaleDateString():u.toLocaleString()}let e0=(()=>{class u{constructor(){this.isActive=!1,this.select=new t.bkB,this.activate=new t.bkB,this.deactivate=new t.bkB,this.toggle=new t.bkB}get trimmedLabel(){return this.formattedLabel||"(empty)"}onMouseEnter(){this.activate.emit({name:this.label})}onMouseLeave(){this.deactivate.emit({name:this.label})}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-legend-entry"]],hostBindings:function(o,E){1&o&&t.bIt("mouseenter",function(){return E.onMouseEnter()})("mouseleave",function(){return E.onMouseLeave()})},inputs:{color:"color",label:"label",formattedLabel:"formattedLabel",isActive:"isActive"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",toggle:"toggle"},decls:4,vars:6,consts:[["tabindex","-1",3,"click","title"],[1,"legend-label-color",3,"click"],[1,"legend-label-text"]],template:function(o,E){1&o&&(t.j41(0,"span",0),t.bIt("click",function(){return E.select.emit(E.formattedLabel)}),t.j41(1,"span",1),t.bIt("click",function(){return E.toggle.emit(E.formattedLabel)}),t.k0s(),t.j41(2,"span",2),t.EFF(3),t.k0s()()),2&o&&(t.AVh("active",E.isActive),t.Y8G("title",E.formattedLabel),t.R7$(),t.xc7("background-color",E.color),t.R7$(2),t.SpI(" ",E.trimmedLabel," "))},encapsulation:2,changeDetection:0}),u})(),q4=(()=>{class u{constructor(o){this.cd=o,this.horizontal=!1,this.labelClick=new t.bkB,this.labelActivate=new t.bkB,this.labelDeactivate=new t.bkB,this.legendEntries=[]}ngOnChanges(o){this.update()}update(){this.cd.markForCheck(),this.legendEntries=this.getLegendEntries()}getLegendEntries(){const o=[];for(const E of this.data){const j=q2(E);-1===o.findIndex(Re=>Re.label===j)&&o.push({label:E,formattedLabel:j,color:this.colors.getColor(E)})}return o}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(j=>o.label===j.name)}activate(o){this.labelActivate.emit(o)}deactivate(o){this.labelDeactivate.emit(o)}trackBy(o,E){return E.label}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.gRc))},u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-legend"]],inputs:{data:"data",title:"title",colors:"colors",height:"height",width:"width",activeEntries:"activeEntries",horizontal:"horizontal"},outputs:{labelClick:"labelClick",labelActivate:"labelActivate",labelDeactivate:"labelDeactivate"},features:[t.OA$],decls:5,vars:9,consts:[["class","legend-title",4,"ngIf"],[1,"legend-wrap"],[1,"legend-labels"],["class","legend-label",4,"ngFor","ngForOf","ngForTrackBy"],[1,"legend-title"],[1,"legend-title-text"],[1,"legend-label"],[3,"select","activate","deactivate","label","formattedLabel","color","isActive"]],template:function(o,E){1&o&&(t.j41(0,"div"),t.DNE(1,Af,3,1,"header",0),t.j41(2,"div",1)(3,"ul",2),t.DNE(4,_h,2,4,"li",3),t.k0s()()()),2&o&&(t.xc7("width",E.width,"px"),t.R7$(),t.Y8G("ngIf",(null==E.title?null:E.title.length)>0),t.R7$(2),t.xc7("max-height",E.height-45,"px"),t.AVh("horizontal-legend",E.horizontal),t.R7$(),t.Y8G("ngForOf",E.legendEntries)("ngForTrackBy",E.trackBy))},dependencies:[e0,e.bT,e.Sq],styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .legend-title{white-space:nowrap;overflow:hidden;margin-left:10px;margin-bottom:5px;font-size:14px;font-weight:700}.chart-legend ul,.chart-legend li{padding:0;margin:0;list-style:none}.chart-legend .horizontal-legend li{display:inline-block}.chart-legend .legend-wrap{width:calc(100% - 10px)}.chart-legend .legend-labels{line-height:85%;list-style:none;text-align:left;float:left;width:100%;border-radius:3px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;background:rgba(0,0,0,.05)}.chart-legend .legend-label{cursor:pointer;font-size:90%;margin:8px;color:#afb7c8}.chart-legend .legend-label:hover{color:#000;transition:.2s}.chart-legend .legend-label .active .legend-label-text{color:#000}.chart-legend .legend-label-color{display:inline-block;height:15px;width:15px;margin-right:5px;color:#5b646b;border-radius:3px}.chart-legend .legend-label-text{display:inline-block;vertical-align:top;line-height:15px;font-size:12px;width:calc(100% - 20px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chart-legend .legend-title-text{vertical-align:bottom;display:inline-block;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}),u})(),qh=(()=>{class u{constructor(){this.showLegend=!1,this.animations=!0,this.legendLabelClick=new t.bkB,this.legendLabelActivate=new t.bkB,this.legendLabelDeactivate=new t.bkB,this.LegendPosition=Cl,this.LegendType=J2}ngOnChanges(o){this.update()}update(){let o=0;this.showLegend&&(this.legendType=this.getLegendType(),(!this.legendOptions||this.legendOptions.position===Cl.Right)&&(o=this.legendType===J2.ScaleLegend?1:2)),this.chartWidth=Math.floor(this.view[0]*(12-o)/12),this.legendWidth=this.legendOptions&&this.legendOptions.position!==Cl.Right?this.chartWidth:Math.floor(this.view[0]*o/12)}getLegendType(){return this.legendOptions.scaleType===Un.Linear?J2.ScaleLegend:J2.Legend}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-chart"]],inputs:{view:"view",showLegend:"showLegend",legendOptions:"legendOptions",legendType:"legendType",activeEntries:"activeEntries",animations:"animations"},outputs:{legendLabelClick:"legendLabelClick",legendLabelActivate:"legendLabelActivate",legendLabelDeactivate:"legendLabelDeactivate"},features:[t.Jv_([Jh]),t.OA$],ngContentSelectors:a1,decls:5,vars:8,consts:[[1,"ngx-charts-outer"],[1,"ngx-charts"],["class","chart-legend",3,"horizontal","valueRange","colors","height","width",4,"ngIf"],["class","chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate",4,"ngIf"],[1,"chart-legend",3,"horizontal","valueRange","colors","height","width"],[1,"chart-legend",3,"labelClick","labelActivate","labelDeactivate","horizontal","data","title","colors","height","width","activeEntries"]],template:function(o,E){1&o&&(t.NAR(),t.j41(0,"div",0),t.qSk(),t.j41(1,"svg",1),t.SdG(2),t.k0s(),t.DNE(3,vh,1,5,"ngx-charts-scale-legend",2)(4,A2,1,7,"ngx-charts-legend",3),t.k0s()),2&o&&(t.xc7("width",E.view[0],"px")("height",E.view[1],"px"),t.R7$(),t.BMQ("width",E.chartWidth)("height",E.view[1]),t.R7$(2),t.Y8G("ngIf",E.showLegend&&E.legendType===E.LegendType.ScaleLegend),t.R7$(),t.Y8G("ngIf",E.showLegend&&E.legendType===E.LegendType.Legend))},dependencies:[J4,q4,e.bT],encapsulation:2,changeDetection:0}),u})(),t6=(()=>{class u{constructor(o,E){this.element=o,this.zone=E,this.visible=new t.bkB,this.isVisible=!1,this.runCheck()}destroy(){clearTimeout(this.timeout)}onVisibilityChange(){this.zone.run(()=>{this.isVisible=!0,this.visible.emit(!0)})}runCheck(){const o=()=>{if(!this.element)return;const{offsetHeight:E,offsetWidth:j}=this.element.nativeElement;E&&j?(clearTimeout(this.timeout),this.onVisibilityChange()):(clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o(),100)}))};this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o())})}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT),t.rXU(t.SKi))},u.\u0275dir=t.FsC({type:u,selectors:[["visibility-observer"]],outputs:{visible:"visible"}}),u})();function em(u){return"[object Date]"===toString.call(u)}let o3=(()=>{class u{constructor(o,E,j,K){this.chartElement=o,this.zone=E,this.cd=j,this.platformId=K,this.scheme="cool",this.schemeType=Un.Ordinal,this.animations=!0,this.select=new t.bkB}ngOnInit(){(0,e.Vy)(this.platformId)&&(this.animations=!1)}ngAfterViewInit(){this.bindWindowResizeEvent(),this.visibilityObserver=new t6(this.chartElement,this.zone),this.visibilityObserver.visible.subscribe(this.update.bind(this))}ngOnDestroy(){this.unbindEvents(),this.visibilityObserver&&(this.visibilityObserver.visible.unsubscribe(),this.visibilityObserver.destroy())}ngOnChanges(o){this.update()}update(){if(this.results=this.results?this.cloneData(this.results):[],this.view)this.width=this.view[0],this.height=this.view[1];else{const o=this.getContainerDims();o&&(this.width=o.width,this.height=o.height)}this.width||(this.width=600),this.height||(this.height=400),this.width=Math.floor(this.width),this.height=Math.floor(this.height),this.cd&&this.cd.markForCheck()}getContainerDims(){let o,E;const j=this.chartElement.nativeElement;if((0,e.UE)(this.platformId)&&null!==j.parentNode){const K=j.parentNode.getBoundingClientRect();o=K.width,E=K.height}return o&&E?{width:o,height:E}:null}formatDates(){for(let o=0;o{this.update(),this.cd&&this.cd.markForCheck()});this.resizeSubscription=E}cloneData(o){const E=[];for(const j of o){const K={};if(void 0!==j.name&&(K.name=j.name),void 0!==j.value&&(K.value=j.value),void 0!==j.series){K.series=[];for(const Re of j.series){const yt=Object.assign({},Re);K.series.push(yt)}}void 0!==j.extra&&(K.extra=JSON.parse(JSON.stringify(j.extra))),void 0!==j.source&&(K.source=j.source),void 0!==j.target&&(K.target=j.target),E.push(K)}return E}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT),t.rXU(t.SKi),t.rXU(t.gRc),t.rXU(t.Agw))},u.\u0275cmp=t.VBU({type:u,selectors:[["base-chart"]],inputs:{results:"results",view:"view",scheme:"scheme",schemeType:"schemeType",customColors:"customColors",animations:"animations"},outputs:{select:"select"},features:[t.OA$],decls:1,vars:0,template:function(o,E){1&o&&t.nrm(0,"div")},encapsulation:2}),u})();var ts=function(u){return u.Top="top",u.Bottom="bottom",u.Left="left",u.Right="right",u}(ts||{});let eu=(()=>{class u{constructor(o){this.textHeight=25,this.margin=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}update(){switch(this.strokeWidth="0.01",this.textAnchor="middle",this.transform="",this.orient){case ts.Top:case ts.Bottom:this.y=this.offset,this.x=this.width/2;break;case ts.Left:this.y=-(this.offset+this.textHeight+this.margin),this.x=-this.height/2,this.transform="rotate(270)";break;case ts.Right:this.y=this.offset+this.margin,this.x=-this.height/2,this.transform="rotate(270)"}}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-axis-label",""]],inputs:{orient:"orient",label:"label",offset:"offset",width:"width",height:"height"},features:[t.OA$],attrs:Df,decls:2,vars:6,template:function(o,E){1&o&&(t.qSk(),t.j41(0,"text"),t.EFF(1),t.k0s()),2&o&&(t.BMQ("stroke-width",E.strokeWidth)("x",E.x)("y",E.y)("text-anchor",E.textAnchor)("transform",E.transform),t.R7$(),t.SpI(" ",E.label," "))},encapsulation:2,changeDetection:0}),u})();function t0(u,I=16){return"string"!=typeof u?"number"==typeof u?u+"":"":(u=u.trim()).length<=I?u:`${u.slice(0,I)}...`}function s3(u,I){if(u.length>I){const o=[],E=Math.floor(u.length/I);for(let j=0;j{const yt=(K.pop()||"")+" ";return yt.length+Re.length>I?[...K,yt.trim(),Re.trim()]:[...K,yt+Re]},[]);else{let K=0;for(;Ko&&(j=j.splice(0,o),j[j.length-1]+="..."),j}var Ys=function(u){return u.Start="start",u.Middle="middle",u.End="end",u}(Ys||{});let Sd=(()=>{class u{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.rotateTicks=!0,this.wrapTicks=!1,this.dimensionsChanged=new t.bkB,this.verticalSpacing=20,this.rotateLabels=!1,this.innerTickSize=6,this.outerTickSize=6,this.tickPadding=3,this.textAnchor=Ys.Middle,this.maxTicksLength=0,this.maxAllowedLength=16,this.height=0,this.approxHeight=10,this.maxPossibleLengthForTickIfWrapped=16}get isWrapTicksSupported(){return this.wrapTicks&&this.scale.step}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.UE)(this.platformId))return void this.dimensionsChanged.emit({height:this.approxHeight});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().height,10);o!==this.height&&(this.height=o,this.dimensionsChanged.emit({height:this.height}),setTimeout(()=>this.updateDims()))}update(){const o=this.scale;this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(j){return"Date"===j.constructor.name?j.toLocaleDateString():j.toLocaleString()};const E=this.rotateTicks?this.getRotationAngle(this.ticks):null;this.adjustedScale=this.scale.bandwidth?function(j){return this.scale(j)+.5*this.scale.bandwidth()}:this.scale,this.textTransform="",E&&0!==E?(this.textTransform=`rotate(${E})`,this.textAnchor=Ys.End,this.verticalSpacing=10):this.textAnchor=Ys.Middle,setTimeout(()=>this.updateDims())}getRotationAngle(o){let E=0;this.maxTicksLength=0;for(let mi=0;mithis.maxTicksLength&&(this.maxTicksLength=Ai)}const Re=7*Math.min(this.maxTicksLength,this.maxAllowedLength);let yt=Re;const Wt=Math.floor(this.width/o.length);for(;yt>Wt&&E>-90;)E-=30,yt=Math.cos(E*(Math.PI/180))*Re;let Ut=14;if(this.isWrapTicksSupported){const mi=this.ticks.reduce((Ai,on)=>on.length>Ai.length?on:Ai,"");Ut=14*(this.tickChunks(mi).length||1),this.maxPossibleLengthForTickIfWrapped=this.getMaxPossibleLengthForTick(mi)}const si=0!==E?Math.max(Math.abs(Math.sin(E*Math.PI/180))*this.maxTickLength*7,10):Ut;return this.approxHeight=Math.min(si,200),E}getTicks(){let o;const E=this.getMaxTicks(20),j=this.getMaxTicks(100);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[j]):(o=this.scale.domain(),o=s3(o,E)),o}getMaxTicks(o){return Math.floor(this.width/o)}tickTransform(o){return"translate("+this.adjustedScale(o)+","+this.verticalSpacing+")"}gridLineTransform(){return`translate(0,${-this.verticalSpacing-5})`}tickTrim(o){return this.trimTicks?t0(o,this.maxTickLength):o}getMaxPossibleLengthForTick(o){if(this.scale.bandwidth){const j=Math.floor(this.scale.bandwidth()/7),K=o.slice(0,j);return Math.max(K.length,this.maxTickLength)}return this.maxTickLength}tickChunks(o){if(o.toString().length>this.maxTickLength&&this.scale.bandwidth){let j=this.rotateTicks?Math.floor(this.scale.step()/14):5;if(j<=1)return[this.tickTrim(o)];let K=Math.max(this.maxPossibleLengthForTickIfWrapped,this.maxTickLength);return(0,e.UE)(this.platformId)||(K=Math.floor(Math.min(this.approxHeight/5,Math.max(this.maxPossibleLengthForTickIfWrapped,this.maxTickLength)))),j=Math.min(j,5),Ed(o,K,j<1?1:j)}return[this.tickTrim(o)]}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.Agw))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-x-axis-ticks",""]],viewQuery:function(o,E){if(1&o&&t.GBs(pd,5),2&o){let j;t.mGM(j=t.lsd())&&(E.ticksElement=j.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineHeight:"gridLineHeight",width:"width",rotateTicks:"rotateTicks",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.OA$],attrs:m4,decls:4,vars:2,consts:[["ticksel",""],["tmplMultilineTick",""],["tmplSinglelineTick",""],["class","tick",4,"ngFor","ngForOf"],[4,"ngFor","ngForOf"],[1,"tick"],[4,"ngIf"],["stroke-width","0.01","font-size","12px"],[4,"ngIf","ngIfThen","ngIfElse"],["x","0",4,"ngFor","ngForOf"],["x","0"],["y2","0",1,"gridline-path","gridline-path-vertical"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"g",null,0),t.DNE(2,Do,2,2,"g",3),t.k0s(),t.DNE(3,L2,2,2,"g",4)),2&o&&(t.R7$(2),t.Y8G("ngForOf",E.ticks),t.R7$(),t.Y8G("ngForOf",E.ticks))},dependencies:[e.Sq,e.bT],encapsulation:2,changeDetection:0}),u})(),c3=(()=>{class u{constructor(){this.rotateTicks=!0,this.showGridLines=!1,this.xOrient=ts.Bottom,this.xAxisOffset=0,this.wrapTicks=!1,this.dimensionsChanged=new t.bkB,this.xAxisClassName="x axis",this.labelOffset=0,this.fill="none",this.stroke="stroke",this.tickStroke="#ccc",this.strokeWidth="none",this.padding=5,this.orientation=ts}ngOnChanges(o){this.update()}update(){this.transform=`translate(0,${this.xAxisOffset+this.padding+this.dims.height})`,typeof this.xAxisTickCount<"u"&&(this.tickArguments=[this.xAxisTickCount])}emitTicksHeight({height:o}){const E=o+25+5;E!==this.labelOffset&&(this.labelOffset=E,setTimeout(()=>{this.dimensionsChanged.emit({height:o})},0))}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-x-axis",""]],viewQuery:function(o,E){if(1&o&&t.GBs(Sd,5),2&o){let j;t.mGM(j=t.lsd())&&(E.ticksComponent=j.first)}},inputs:{xScale:"xScale",dims:"dims",trimTicks:"trimTicks",rotateTicks:"rotateTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",ticks:"ticks",xAxisTickCount:"xAxisTickCount",xOrient:"xOrient",xAxisOffset:"xAxisOffset",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.OA$],attrs:A1,decls:3,vars:4,consts:[["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-x-axis-ticks","",3,"dimensionsChanged","trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","wrapTicks"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"g"),t.DNE(1,bh,1,13,"g",0)(2,D1,1,5,"g",1),t.k0s()),2&o&&(t.BMQ("class",E.xAxisClassName)("transform",E.transform),t.R7$(),t.Y8G("ngIf",E.xScale),t.R7$(),t.Y8G("ngIf",E.showLabel))},dependencies:[Sd,eu,e.bT],encapsulation:2,changeDetection:0}),u})();function d1(u,I,o,E,j,[K,Re,yt,Wt]){let Ut="";return Ut=`M${[u+j,I]}`,Ut+="h"+((o=0===(o=Math.floor(o))?1:o)-2*j),Ut+=Re?`a${[j,j]} 0 0 1 ${[j,j]}`:`h${j}v${j}`,Ut+="v"+((E=0===(E=Math.floor(E))?1:E)-2*j),Ut+=Wt?`a${[j,j]} 0 0 1 ${[-j,j]}`:`v${j}h${-j}`,Ut+="h"+(2*j-o),Ut+=yt?`a${[j,j]} 0 0 1 ${[-j,-j]}`:`h${-j}v${-j}`,Ut+="v"+(2*j-E),Ut+=K?`a${[j,j]} 0 0 1 ${[j,-j]}`:`v${-j}h${j}`,Ut+="z",Ut}let im=(()=>{class u{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.showRefLabels=!1,this.showRefLines=!1,this.wrapTicks=!1,this.dimensionsChanged=new t.bkB,this.innerTickSize=6,this.tickPadding=3,this.verticalSpacing=20,this.textAnchor=Ys.Middle,this.width=0,this.outerTickSize=6,this.rotateLabels=!1,this.referenceLineLength=0,this.Orientation=ts}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.UE)(this.platformId))return this.width=this.getApproximateAxisWidth(),void this.dimensionsChanged.emit({width:this.width});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().width,10);o!==this.width&&(this.width=o,this.dimensionsChanged.emit({width:o}),setTimeout(()=>this.updateDims()))}update(){const o=this.scale,E=this.orient===ts.Top||this.orient===ts.Right?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(j){return"Date"===j.constructor.name?j.toLocaleDateString():j.toLocaleString()},this.adjustedScale=o.bandwidth?j=>{const K=o(j)+.5*o.bandwidth();if(this.wrapTicks&&j.toString().length>this.maxTickLength){const Re=this.tickChunks(j).length;if(1===Re)return K;const Ut=.5*o.bandwidth()-8*Re*.5;return o(j)+Ut}return K}:o,this.showRefLines&&this.referenceLines&&this.setReferencelines(),this.orient){case ts.Top:case ts.Bottom:this.transform=function(j){return"translate("+this.adjustedScale(j)+",0)"},this.textAnchor=Ys.Middle,this.y2=this.innerTickSize*E,this.y1=this.tickSpacing*E,this.dy=E<0?"0em":".71em";break;case ts.Left:this.transform=function(j){return"translate(0,"+this.adjustedScale(j)+")"},this.textAnchor=Ys.End,this.x2=this.innerTickSize*-E,this.x1=this.tickSpacing*-E,this.dy=".32em";break;case ts.Right:this.transform=function(j){return"translate(0,"+this.adjustedScale(j)+")"},this.textAnchor=Ys.Start,this.x2=this.innerTickSize*-E,this.x1=this.tickSpacing*-E,this.dy=".32em"}setTimeout(()=>this.updateDims())}setReferencelines(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(o=>o.value))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(o=>o.value))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=d1(0,this.refMax,this.gridLineWidth,this.refMin-this.refMax,0,[!1,!1,!1,!1])}getTicks(){let o;const E=this.getMaxTicks(20),j=this.getMaxTicks(50);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[j]):(o=this.scale.domain(),o=s3(o,E)),o}getMaxTicks(o){return Math.floor(this.height/o)}tickTransform(o){return`translate(${this.adjustedScale(o)},${this.verticalSpacing})`}gridLineTransform(){return"translate(5,0)"}tickTrim(o){return this.trimTicks?t0(o,this.maxTickLength):o}getApproximateAxisWidth(){return 7*Math.max(...this.ticks.map(j=>this.tickTrim(this.tickFormat(j)).length))}tickChunks(o){if(o.toString().length>this.maxTickLength&&this.scale.bandwidth){const E=this.maxTickLength,j=Math.floor(this.scale.bandwidth()/15);return j<=1?[this.tickTrim(o)]:Ed(o,E,Math.min(j,5))}return[this.tickFormat(o)]}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.Agw))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-y-axis-ticks",""]],viewQuery:function(o,E){if(1&o&&t.GBs(pd,5),2&o){let j;t.mGM(j=t.lsd())&&(E.ticksElement=j.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineWidth:"gridLineWidth",height:"height",referenceLines:"referenceLines",showRefLabels:"showRefLabels",showRefLines:"showRefLines",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.OA$],attrs:yh,decls:6,vars:4,consts:[["ticksel",""],["tmplMultilineTick",""],["tmplSinglelineTick",""],["class","tick",4,"ngFor","ngForOf"],["class","reference-area",4,"ngIf"],[4,"ngFor","ngForOf"],[1,"tick"],[4,"ngIf"],["stroke-width","0.01"],[4,"ngIf","ngIfThen","ngIfElse"],[4,"ngIf","ngIfElse"],["x","0",4,"ngFor","ngForOf"],["x","0"],[1,"reference-area"],["class","gridline-path gridline-path-horizontal","x1","0",4,"ngIf"],["x1","0",1,"gridline-path","gridline-path-horizontal"],["x1","0",1,"refline-path","gridline-path-horizontal"],[1,"refline-label"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"g",null,0),t.DNE(2,wh,2,2,"g",3),t.k0s(),t.DNE(3,p4,1,2,"path",4)(4,Eh,2,2,"g",5)(5,bd,2,1,"g",5)),2&o&&(t.R7$(2),t.Y8G("ngForOf",E.ticks),t.R7$(),t.Y8G("ngIf",E.referenceLineLength>1&&E.refMax&&E.refMin&&E.showRefLines),t.R7$(),t.Y8G("ngForOf",E.ticks),t.R7$(),t.Y8G("ngForOf",E.referenceLines))},dependencies:[e.Sq,e.bT],encapsulation:2,changeDetection:0}),u})(),Td=(()=>{class u{constructor(){this.showGridLines=!1,this.yOrient=ts.Left,this.yAxisOffset=0,this.wrapTicks=!1,this.dimensionsChanged=new t.bkB,this.yAxisClassName="y axis",this.labelOffset=15,this.fill="none",this.stroke="#CCC",this.tickStroke="#CCC",this.strokeWidth=1,this.padding=5}ngOnChanges(o){this.update()}update(){this.offset=-(this.yAxisOffset+this.padding),this.yOrient===ts.Right?(this.labelOffset=65,this.transform=`translate(${this.offset+this.dims.width} , 0)`):this.transform=`translate(${this.offset} , 0)`,void 0!==this.yAxisTickCount&&(this.tickArguments=[this.yAxisTickCount])}emitTicksWidth({width:o}){o!==this.labelOffset&&this.yOrient===ts.Right?(this.labelOffset=o+this.labelOffset,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0)):o!==this.labelOffset&&(this.labelOffset=o,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0))}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-y-axis",""]],viewQuery:function(o,E){if(1&o&&t.GBs(im,5),2&o){let j;t.mGM(j=t.lsd())&&(E.ticksComponent=j.first)}},inputs:{yScale:"yScale",dims:"dims",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",ticks:"ticks",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",yAxisTickCount:"yAxisTickCount",yOrient:"yOrient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",yAxisOffset:"yAxisOffset",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.OA$],attrs:Rf,decls:3,vars:4,consts:[["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-y-axis-ticks","",3,"dimensionsChanged","trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","wrapTicks"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"g"),t.DNE(1,Of,1,15,"g",0)(2,Ff,1,5,"g",1),t.k0s()),2&o&&(t.BMQ("class",E.yAxisClassName)("transform",E.transform),t.R7$(),t.Y8G("ngIf",E.yScale),t.R7$(),t.Y8G("ngIf",E.showLabel))},dependencies:[im,eu,e.bT],encapsulation:2,changeDetection:0}),u})(),tu=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[e.MD]]}),u})();var Ad=function(u){return u.popover="popover",u.tooltip="tooltip",u}(Ad||{}),n0=function(u){return u[u.all="all"]="all",u[u.focus="focus"]="focus",u[u.mouseover="mouseover"]="mouseover",u}(n0||{});let l3=(()=>{class u{constructor(o,E,j){this.tooltipService=o,this.viewContainerRef=E,this.renderer=j,this.tooltipCssClass="",this.tooltipAppendToBody=!0,this.tooltipSpacing=10,this.tooltipDisabled=!1,this.tooltipShowCaret=!0,this.tooltipPlacement=pr.Top,this.tooltipAlignment=pr.Center,this.tooltipType=Ad.popover,this.tooltipCloseOnClickOutside=!0,this.tooltipCloseOnMouseLeave=!0,this.tooltipHideTimeout=300,this.tooltipShowTimeout=100,this.tooltipShowEvent=n0.all,this.tooltipImmediateExit=!1,this.show=new t.bkB,this.hide=new t.bkB}get listensForFocus(){return this.tooltipShowEvent===n0.all||this.tooltipShowEvent===n0.focus}get listensForHover(){return this.tooltipShowEvent===n0.all||this.tooltipShowEvent===n0.mouseover}ngOnDestroy(){this.hideTooltip(!0)}onFocus(){this.listensForFocus&&this.showTooltip()}onBlur(){this.listensForFocus&&this.hideTooltip(!0)}onMouseEnter(){this.listensForHover&&this.showTooltip()}onMouseLeave(o){if(this.listensForHover&&this.tooltipCloseOnMouseLeave){if(clearTimeout(this.timeout),this.component&&this.component.instance.element.nativeElement.contains(o))return;this.hideTooltip(this.tooltipImmediateExit)}}onMouseClick(){this.listensForHover&&this.hideTooltip(!0)}showTooltip(o){if(this.component||this.tooltipDisabled)return;const E=o?0:this.tooltipShowTimeout+(navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)?400:0);clearTimeout(this.timeout),this.timeout=setTimeout(()=>{this.tooltipService.destroyAll();const j=this.createBoundOptions();this.component=this.tooltipService.create(j),setTimeout(()=>{this.component&&this.addHideListeners(this.component.instance.element.nativeElement)},10),this.show.emit(!0)},E)}addHideListeners(o){this.mouseEnterContentEvent=this.renderer.listen(o,"mouseenter",()=>{clearTimeout(this.timeout)}),this.tooltipCloseOnMouseLeave&&(this.mouseLeaveContentEvent=this.renderer.listen(o,"mouseleave",()=>{this.hideTooltip(this.tooltipImmediateExit)})),this.tooltipCloseOnClickOutside&&(this.documentClickEvent=this.renderer.listen("window","click",E=>{o.contains(E.target)||this.hideTooltip()}))}hideTooltip(o=!1){if(!this.component)return;const E=()=>{this.mouseLeaveContentEvent&&this.mouseLeaveContentEvent(),this.mouseEnterContentEvent&&this.mouseEnterContentEvent(),this.documentClickEvent&&this.documentClickEvent(),this.hide.emit(!0),this.tooltipService.destroy(this.component),this.component=void 0};clearTimeout(this.timeout),o?E():this.timeout=setTimeout(E,this.tooltipHideTimeout)}createBoundOptions(){return{title:this.tooltipTitle,template:this.tooltipTemplate,host:this.viewContainerRef.element,placement:this.tooltipPlacement,alignment:this.tooltipAlignment,type:this.tooltipType,showCaret:this.tooltipShowCaret,cssClass:this.tooltipCssClass,spacing:this.tooltipSpacing,context:this.tooltipContext}}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(Jh),t.rXU(t.c1b),t.rXU(t.sFG))},u.\u0275dir=t.FsC({type:u,selectors:[["","ngx-tooltip",""]],hostBindings:function(o,E){1&o&&t.bIt("focusin",function(){return E.onFocus()})("blur",function(){return E.onBlur()})("mouseenter",function(){return E.onMouseEnter()})("mouseleave",function(K){return E.onMouseLeave(K.target)})("click",function(){return E.onMouseClick()})},inputs:{tooltipCssClass:"tooltipCssClass",tooltipTitle:"tooltipTitle",tooltipAppendToBody:"tooltipAppendToBody",tooltipSpacing:"tooltipSpacing",tooltipDisabled:"tooltipDisabled",tooltipShowCaret:"tooltipShowCaret",tooltipPlacement:"tooltipPlacement",tooltipAlignment:"tooltipAlignment",tooltipType:"tooltipType",tooltipCloseOnClickOutside:"tooltipCloseOnClickOutside",tooltipCloseOnMouseLeave:"tooltipCloseOnMouseLeave",tooltipHideTimeout:"tooltipHideTimeout",tooltipShowTimeout:"tooltipShowTimeout",tooltipTemplate:"tooltipTemplate",tooltipShowEvent:"tooltipShowEvent",tooltipContext:"tooltipContext",tooltipImmediateExit:"tooltipImmediateExit"},outputs:{show:"show",hide:"hide"}}),u})(),nm=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({providers:[xl,Jh],imports:[[e.MD]]}),u})();const rm={};function r0(){let u=("0000"+(Math.random()*Math.pow(36,4)|0).toString(36)).slice(-4);return u=`a${u}`,rm[u]?r0():(rm[u]=!0,u)}var vo=function(u){return u.Vertical="vertical",u.Horizontal="horizontal",u}(vo||{});let d3=(()=>{class u{constructor(){this.orientation=vo.Vertical}ngOnChanges(o){this.x1="0%",this.x2="0%",this.y1="0%",this.y2="0%",this.orientation===vo.Horizontal?this.x2="100%":this.orientation===vo.Vertical&&(this.y1="100%")}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-svg-linear-gradient",""]],inputs:{orientation:"orientation",name:"name",stops:"stops"},features:[t.OA$],attrs:Pf,decls:2,vars:6,consts:[[3,"id"],[3,"stop-color","stop-opacity",4,"ngFor","ngForOf"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"linearGradient",0),t.DNE(1,Lc,1,5,"stop",1),t.k0s()),2&o&&(t.Y8G("id",E.name),t.BMQ("x1",E.x1)("y1",E.y1)("x2",E.x2)("y2",E.y2),t.R7$(),t.Y8G("ngForOf",E.stops))},dependencies:[e.Sq],encapsulation:2,changeDetection:0}),u})(),nu=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-grid-panel",""]],inputs:{width:"width",height:"height",x:"x",y:"y"},attrs:Ic,decls:1,vars:4,consts:[["stroke","none",1,"gridpanel"]],template:function(o,E){1&o&&(t.qSk(),t.nrm(0,"rect",0)),2&o&&t.BMQ("height",E.height)("width",E.width)("x",E.x)("y",E.y)},encapsulation:2,changeDetection:0}),u})();var wl=function(u){return u.Odd="odd",u.Even="even",u}(wl||{});let a0,ru=(()=>{class u{ngOnChanges(o){this.update()}update(){this.gridPanels=this.getGridPanels()}getGridPanels(){return this.data.map(o=>{let E,j,K,Re,yt,Wt=wl.Odd;if(this.orient===vo.Vertical){const Ut=this.xScale(o.name);Number.parseInt((Ut/this.xScale.step()).toString(),10)%2==1&&(Wt=wl.Even),E=this.xScale.bandwidth()*this.xScale.paddingInner(),j=this.xScale.bandwidth()+E,K=this.dims.height,Re=this.xScale(o.name)-E/2,yt=0}else if(this.orient===vo.Horizontal){const Ut=this.yScale(o.name);Number.parseInt((Ut/this.yScale.step()).toString(),10)%2==1&&(Wt=wl.Even),E=this.yScale.bandwidth()*this.yScale.paddingInner(),j=this.dims.width,K=this.yScale.bandwidth()+E,Re=0,yt=this.yScale(o.name)-E/2}return{name:o.name,class:Wt,height:K,width:j,x:Re,y:yt}})}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-grid-panel-series",""]],inputs:{data:"data",dims:"dims",xScale:"xScale",yScale:"yScale",orient:"orient"},features:[t.OA$],attrs:Th,decls:1,vars:1,consts:[["ngx-charts-grid-panel","",3,"height","width","x","y","grid-panel","odd","even",4,"ngFor","ngForOf"],["ngx-charts-grid-panel","",3,"height","width","x","y"]],template:function(o,E){1&o&&t.DNE(0,Ah,1,10,"g",0),2&o&&t.Y8G("ngForOf",E.gridPanels)},dependencies:[nu,e.Sq],encapsulation:2,changeDetection:0}),u})();typeof window<"u"?a0=window:typeof global<"u"&&(a0=global);let is=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[e.MD,tu,nm],e.MD,tu,nm]}),u})();function sm({width:u,height:I,margins:o,showXAxis:E=!1,showYAxis:j=!1,xAxisHeight:K=0,yAxisWidth:Re=0,showXLabel:yt=!1,showYLabel:Wt=!1,showLegend:Ut=!1,legendType:si=Un.Ordinal,legendPosition:mi=Cl.Right,columns:xi=12}){let Ai=o[3],on=u,Tn=I-o[0]-o[2];return Ut&&mi===Cl.Right&&(xi-=si===Un.Ordinal?2:1),on=on*xi/12,on=on-o[1]-o[3],E&&(Tn-=5,Tn-=K,yt&&(Tn-=30)),j&&(on-=5,on-=Re,Ai+=Re,Ai+=10,Wt&&(on-=30,Ai+=30)),on=Math.max(0,on),Tn=Math.max(0,Tn),{width:Math.floor(on),height:Math.floor(Tn),xOffset:Math.floor(Ai)}}const m3=[{name:"vivid",selectable:!0,group:Un.Ordinal,domain:["#647c8a","#3f51b5","#2196f3","#00b862","#afdf0a","#a7b61a","#f3e562","#ff9800","#ff5722","#ff4514"]},{name:"natural",selectable:!0,group:Un.Ordinal,domain:["#bf9d76","#e99450","#d89f59","#f2dfa7","#a5d7c6","#7794b1","#afafaf","#707160","#ba9383","#d9d5c3"]},{name:"cool",selectable:!0,group:Un.Ordinal,domain:["#a8385d","#7aa3e5","#a27ea8","#aae3f5","#adcded","#a95963","#8796c0","#7ed3ed","#50abcc","#ad6886"]},{name:"fire",selectable:!0,group:Un.Ordinal,domain:["#ff3d00","#bf360c","#ff8f00","#ff6f00","#ff5722","#e65100","#ffca28","#ffab00"]},{name:"solar",selectable:!0,group:Un.Linear,domain:["#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00"]},{name:"air",selectable:!0,group:Un.Linear,domain:["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b"]},{name:"aqua",selectable:!0,group:Un.Linear,domain:["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064"]},{name:"flame",selectable:!1,group:Un.Ordinal,domain:["#A10A28","#D3342D","#EF6D49","#FAAD67","#FDDE90","#DBED91","#A9D770","#6CBA67","#2C9653","#146738"]},{name:"ocean",selectable:!1,group:Un.Ordinal,domain:["#1D68FB","#33C0FC","#4AFFFE","#AFFFFF","#FFFC63","#FDBD2D","#FC8A25","#FA4F1E","#FA141B","#BA38D1"]},{name:"forest",selectable:!1,group:Un.Ordinal,domain:["#55C22D","#C1F33D","#3CC099","#AFFFFF","#8CFC9D","#76CFFA","#BA60FB","#EE6490","#C42A1C","#FC9F32"]},{name:"horizon",selectable:!1,group:Un.Ordinal,domain:["#2597FB","#65EBFD","#99FDD0","#FCEE4B","#FEFCFA","#FDD6E3","#FCB1A8","#EF6F7B","#CB96E8","#EFDEE0"]},{name:"neons",selectable:!1,group:Un.Ordinal,domain:["#FF3333","#FF33FF","#CC33FF","#0000FF","#33CCFF","#33FFFF","#33FF66","#CCFF33","#FFCC00","#FF6600"]},{name:"picnic",selectable:!1,group:Un.Ordinal,domain:["#FAC51D","#66BD6D","#FAA026","#29BB9C","#E96B56","#55ACD2","#B7332F","#2C83C9","#9166B8","#92E7E8"]},{name:"night",selectable:!1,group:Un.Ordinal,domain:["#2B1B5A","#501356","#183356","#28203F","#391B3C","#1E2B3C","#120634","#2D0432","#051932","#453080","#75267D","#2C507D","#4B3880","#752F7D","#35547D"]},{name:"nightLights",selectable:!1,group:Un.Ordinal,domain:["#4e31a5","#9c25a7","#3065ab","#57468b","#904497","#46648b","#32118d","#a00fb3","#1052a2","#6e51bd","#b63cc3","#6c97cb","#8671c1","#b455be","#7496c3"]}];class cm{constructor(I,o,E,j){"string"==typeof I&&(I=m3.find(K=>K.name===I)),this.colorDomain=I.domain,this.scaleType=o,this.domain=E,this.customColors=j,this.scale=this.generateColorScheme(I,o,this.domain)}generateColorScheme(I,o,E){let j;switch("string"==typeof I&&(I=m3.find(K=>K.name===I)),o){case Un.Quantile:j=r1().range(I.domain).domain(E);break;case Un.Ordinal:j=Yc().range(I.domain).domain(E);break;case Un.Linear:{const K=[...I.domain];1===K.length&&(K.push(K[0]),this.colorDomain=K);const Re=uh(0,1,1/K.length);j=js().range(K).domain(Re)}}return j}getColor(I){if(null==I)throw new Error("Value can not be null");if(this.scaleType===Un.Linear){const o=js().domain(this.domain).range([0,1]);return this.scale(o(I))}{if("function"==typeof this.customColors)return this.customColors(I);const o=I.toString();let E;return this.customColors&&this.customColors.length>0&&(E=this.customColors.find(j=>j.name.toLowerCase()===o.toLowerCase())),E?E.value:this.scale(I)}}getLinearGradientStops(I,o){void 0===o&&(o=this.domain[0]);const E=js().domain(this.domain).range([0,1]),j=kc().domain(this.colorDomain).range([0,1]),K=this.getColor(I),Re=E(o),yt=this.getColor(o),Wt=E(I);let Ut=1,si=Re;const mi=[];for(mi.push({color:yt,offset:Re,originalOffset:Re,opacity:1});si=(Wt-j.bandwidth()).toFixed(4))break;mi.push({color:xi,offset:Ai,opacity:1}),si=Ai,Ut++}}if(mi[mi.length-1].offset<100&&mi.push({color:K,offset:Wt,opacity:1}),Wt===Re)mi[0].offset=0,mi[1].offset=100;else if(100!==mi[mi.length-1].offset)for(const xi of mi)xi.offset=(xi.offset-Re)/(Wt-Re)*100;return mi}}let su=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),o0=(()=>{class u{constructor(o){this.roundEdges=!0,this.gradient=!1,this.offset=0,this.isActive=!1,this.animations=!0,this.noBarWhenZero=!0,this.select=new t.bkB,this.activate=new t.bkB,this.deactivate=new t.bkB,this.hasGradient=!1,this.hideBar=!1,this.element=o.nativeElement}ngOnChanges(o){o.roundEdges&&this.loadAnimation(),this.update()}update(){this.gradientId="grad"+r0().toString(),this.gradientFill=`url(#${this.gradientId})`,this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl(),this.checkToHideBar()}loadAnimation(){this.path=this.getStartingPath(),setTimeout(this.update.bind(this),100)}updatePathEl(){const o=function ct(u){return"string"==typeof u?new Fi([[document.querySelector(u)]],[document.documentElement]):new Fi([[u]],hn)}(this.element).select(".bar"),E=this.getPath();this.animations?o.transition().duration(500).attr("d",E):o.attr("d",E)}getGradient(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.getStartOpacity()},{offset:100,color:this.fill,opacity:1}]}getStartingPath(){if(!this.animations)return this.getPath();let E,o=this.getRadius();return this.roundEdges?this.orientation===vo.Vertical?(o=Math.min(this.height,o),E=d1(this.x,this.y+this.height,this.width,1,0,this.edges)):this.orientation===vo.Horizontal&&(o=Math.min(this.width,o),E=d1(this.x,this.y,1,this.height,0,this.edges)):this.orientation===vo.Vertical?E=d1(this.x,this.y+this.height,this.width,1,0,this.edges):this.orientation===vo.Horizontal&&(E=d1(this.x,this.y,1,this.height,0,this.edges)),E}getPath(){let E,o=this.getRadius();return this.roundEdges?this.orientation===vo.Vertical?(o=Math.min(this.height,o),E=d1(this.x,this.y,this.width,this.height,o,this.edges)):this.orientation===vo.Horizontal&&(o=Math.min(this.width,o),E=d1(this.x,this.y,this.width,this.height,o,this.edges)):E=d1(this.x,this.y,this.width,this.height,o,this.edges),E}getRadius(){let o=0;return this.roundEdges&&this.height>5&&this.width>5&&(o=Math.floor(Math.min(5,this.height/2,this.width/2))),o}getStartOpacity(){return this.roundEdges?.2:.5}get edges(){let o=[!1,!1,!1,!1];return this.roundEdges&&(this.orientation===vo.Vertical?o=this.data.value>0?[!0,!0,!1,!1]:[!1,!1,!0,!0]:this.orientation===vo.Horizontal&&(o=this.data.value>0?[!1,!0,!1,!0]:[!0,!1,!0,!1])),o}onMouseEnter(){this.activate.emit(this.data)}onMouseLeave(){this.deactivate.emit(this.data)}checkToHideBar(){this.hideBar=this.noBarWhenZero&&(this.orientation===vo.Vertical&&0===this.height||this.orientation===vo.Horizontal&&0===this.width)}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-bar",""]],hostBindings:function(o,E){1&o&&t.bIt("mouseenter",function(){return E.onMouseEnter()})("mouseleave",function(){return E.onMouseLeave()})},inputs:{fill:"fill",data:"data",width:"width",height:"height",x:"x",y:"y",orientation:"orientation",roundEdges:"roundEdges",gradient:"gradient",offset:"offset",isActive:"isActive",stops:"stops",animations:"animations",ariaLabel:"ariaLabel",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate"},features:[t.OA$],attrs:o1,decls:2,vars:8,consts:[[4,"ngIf"],["stroke","none","role","img","tabIndex","-1",1,"bar",3,"click"],["ngx-charts-svg-linear-gradient","",3,"orientation","name","stops"]],template:function(o,E){1&o&&(t.DNE(0,Xf,2,3,"defs",0),t.qSk(),t.j41(1,"path",1),t.bIt("click",function(){return E.select.emit(E.data)}),t.k0s()),2&o&&(t.Y8G("ngIf",E.hasGradient),t.R7$(),t.AVh("active",E.isActive)("hidden",E.hideBar),t.BMQ("d",E.path)("aria-label",E.ariaLabel)("fill",E.hasGradient?E.gradientFill:E.fill))},dependencies:[d3,e.bT],encapsulation:2,changeDetection:0}),u})();var Ml=function(u){return u.Standard="standard",u.Normalized="normalized",u.Stacked="stacked",u}(Ml||{}),F1=function(u){return u.positive="positive",u.negative="negative",u}(F1||{});let s0=(()=>{class u{constructor(o){this.dimensionsChanged=new t.bkB,this.horizontalPadding=2,this.verticalPadding=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}getSize(){return{height:this.element.getBoundingClientRect().height,width:this.element.getBoundingClientRect().width,negative:this.value<0}}ngAfterViewInit(){this.dimensionsChanged.emit(this.getSize())}update(){this.formatedValue=this.valueFormatting?this.valueFormatting(this.value):q2(this.value),"horizontal"===this.orientation?(this.x=this.barX+this.barWidth,this.value<0?(this.x=this.x-this.horizontalPadding,this.textAnchor="end"):(this.x=this.x+this.horizontalPadding,this.textAnchor="start"),this.y=this.barY+this.barHeight/2):(this.x=this.barX+this.barWidth/2,this.y=this.barY+this.barHeight,this.value<0?(this.y=this.y+this.verticalPadding,this.textAnchor="end"):(this.y=this.y-this.verticalPadding,this.textAnchor="start"),this.transform=`rotate(-45, ${this.x} , ${this.y})`)}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.aKT))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-bar-label",""]],inputs:{value:"value",valueFormatting:"valueFormatting",barX:"barX",barY:"barY",barWidth:"barWidth",barHeight:"barHeight",orientation:"orientation"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.OA$],attrs:Uh,decls:2,vars:5,consts:[["alignment-baseline","middle",1,"textDataLabel"]],template:function(o,E){1&o&&(t.qSk(),t.j41(0,"text",0),t.EFF(1),t.k0s()),2&o&&(t.BMQ("text-anchor",E.textAnchor)("transform",E.transform)("x",E.x)("y",E.y),t.R7$(),t.SpI(" ",E.formatedValue," "))},styles:[".textDataLabel[_ngcontent-%COMP%]{font-size:11px}"],changeDetection:0}),u})(),um=(()=>{class u{constructor(o){this.platformId=o,this.type=Ml.Standard,this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.select=new t.bkB,this.activate=new t.bkB,this.deactivate=new t.bkB,this.dataLabelHeightChanged=new t.bkB,this.barsForDataLabels=[],this.barOrientation=vo,this.isSSR=!1}ngOnInit(){(0,e.Vy)(this.platformId)&&(this.isSSR=!0)}ngOnChanges(o){this.update()}update(){let o;this.updateTooltipSettings(),this.series.length&&(o=this.xScale.bandwidth()),o=Math.round(o);const E=Math.max(this.yScale.domain()[0],0),j={[F1.positive]:0,[F1.negative]:0};let Re,K=F1.positive;this.type===Ml.Normalized&&(Re=this.series.map(yt=>yt.value).reduce((yt,Wt)=>yt+Wt,0)),this.bars=this.series.map((yt,Wt)=>{let Ut=yt.value;const si=this.getLabel(yt),mi=q2(si);K=Ut>0?F1.positive:F1.negative;const Ai={value:Ut,label:si,roundEdges:this.roundEdges,data:yt,width:o,formattedLabel:mi,height:0,x:0,y:0};if(this.type===Ml.Standard)Ai.height=Math.abs(this.yScale(Ut)-this.yScale(E)),Ai.x=this.xScale(si),Ai.y=this.yScale(Ut<0?0:Ut);else if(this.type===Ml.Stacked){const Tn=j[K],Di=Tn+Ut;j[K]+=Ut,Ai.height=this.yScale(Tn)-this.yScale(Di),Ai.x=0,Ai.y=this.yScale(Di),Ai.offset0=Tn,Ai.offset1=Di}else if(this.type===Ml.Normalized){let Tn=j[K],Di=Tn+Ut;j[K]+=Ut,Re>0?(Tn=100*Tn/Re,Di=100*Di/Re):(Tn=0,Di=0),Ai.height=this.yScale(Tn)-this.yScale(Di),Ai.x=0,Ai.y=this.yScale(Di),Ai.offset0=Tn,Ai.offset1=Di,Ut=(Di-Tn).toFixed(2)+"%"}this.colors.scaleType===Un.Ordinal?Ai.color=this.colors.getColor(si):this.type===Ml.Standard?(Ai.color=this.colors.getColor(Ut),Ai.gradientStops=this.colors.getLinearGradientStops(Ut)):(Ai.color=this.colors.getColor(Ai.offset1),Ai.gradientStops=this.colors.getLinearGradientStops(Ai.offset1,Ai.offset0));let on=mi;return Ai.ariaLabel=mi+" "+Ut.toLocaleString(),null!=this.seriesName&&(on=`${this.seriesName} \u2022 ${mi}`,Ai.data.series=this.seriesName,Ai.ariaLabel=this.seriesName+" "+Ai.ariaLabel),Ai.tooltipText=this.tooltipDisabled?void 0:`\n ${function a3(u){return u.toLocaleString().replace(/[&'`"<>]/g,I=>({"&":"&","'":"'","`":"`",'"':""","<":"<",">":">"}[I]))}(on)}\n ${this.dataLabelFormatting?this.dataLabelFormatting(Ut):Ut.toLocaleString()}\n `,Ai}),this.updateDataLabels()}updateDataLabels(){if(this.type===Ml.Stacked){this.barsForDataLabels=[];const o={};o.series=this.seriesName;const E=this.series.map(K=>K.value).reduce((K,Re)=>Re>0?K+Re:K,0),j=this.series.map(K=>K.value).reduce((K,Re)=>Re<0?K+Re:K,0);o.total=E+j,o.x=0,o.y=0,o.height=this.yScale(o.total>0?E:j),o.width=this.xScale.bandwidth(),this.barsForDataLabels.push(o)}else this.barsForDataLabels=this.series.map(o=>{const E={};return E.series=this.seriesName??o.label,E.total=o.value,E.x=this.xScale(o.label),E.y=this.yScale(0),E.height=this.yScale(E.total)-this.yScale(0),E.width=this.xScale.bandwidth(),E})}updateTooltipSettings(){this.tooltipPlacement=this.tooltipDisabled?void 0:pr.Top,this.tooltipType=this.tooltipDisabled?void 0:Ad.tooltip}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(j=>o.name===j.name&&o.value===j.value)}onClick(o){this.select.emit(o)}getLabel(o){return o.label?o.label:o.name}trackBy(o,E){return E.label}trackDataLabelBy(o,E){return o+"#"+E.series+"#"+E.total}}return u.\u0275fac=function(o){return new(o||u)(t.rXU(t.Agw))},u.\u0275cmp=t.VBU({type:u,selectors:[["g","ngx-charts-series-vertical",""]],inputs:{dims:"dims",type:"type",series:"series",xScale:"xScale",yScale:"yScale",colors:"colors",gradient:"gradient",activeEntries:"activeEntries",seriesName:"seriesName",tooltipDisabled:"tooltipDisabled",tooltipTemplate:"tooltipTemplate",roundEdges:"roundEdges",animations:"animations",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",dataLabelHeightChanged:"dataLabelHeightChanged"},features:[t.OA$],attrs:dn,decls:3,vars:3,consts:[[4,"ngIf"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar","","ngx-tooltip","",3,"select","activate","deactivate","width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar-label","",3,"dimensionsChanged","barX","barY","barWidth","barHeight","value","valueFormatting","orientation"]],template:function(o,E){1&o&&t.DNE(0,Wi,2,2,"g",0)(1,In,2,2,"g",0)(2,Br,2,2,"g",0),2&o&&(t.Y8G("ngIf",!E.isSSR),t.R7$(),t.Y8G("ngIf",E.isSSR),t.R7$(),t.Y8G("ngIf",E.showDataLabel))},dependencies:[o0,s0,e.bT,e.Sq,l3],encapsulation:2,data:{animation:[(0,m.hZ)("animationState",[(0,m.kY)(":leave",[(0,m.iF)({opacity:1}),(0,m.i0)(500,(0,m.iF)({opacity:0}))])])]},changeDetection:0}),u})(),fm=(()=>{class u extends o3{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Cl.Right,this.tooltipDisabled=!1,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.wrapTicks=!1,this.activate=new t.bkB,this.deactivate=new t.bkB,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0}}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=sm({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.formatDates(),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}getXScale(){this.xDomain=this.getXDomain();const o=this.xDomain.length/(this.dims.width/this.barPadding+1);return kc().range([0,this.dims.width]).paddingInner(o).domain(this.xDomain)}getYScale(){this.yDomain=this.getYDomain();const o=js().range([this.dims.height,0]).domain(this.yDomain);return this.roundDomains?o.nice():o}getXDomain(){return this.results.map(o=>o.label)}getYDomain(){const o=this.results.map(K=>K.value);let E=this.yScaleMin?Math.min(this.yScaleMin,...o):Math.min(0,...o);this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(E=Math.min(E,...this.yAxisTicks));let j=this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o);return this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(j=Math.max(j,...this.yAxisTicks)),[E,j]}onClick(o){this.select.emit(o)}setColors(){let o;o=this.schemeType===Un.Ordinal?this.xDomain:this.yDomain,this.colors=new cm(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===Un.Ordinal?(o.domain=this.xDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.yDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onDataLabelMaxHeightChanged(o){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),o.index===this.results.length-1&&setTimeout(()=>this.update())}onActivate(o,E=!1){o=this.results.find(K=>E?K.label===o.name:K.name===o.name),!(this.activeEntries.findIndex(K=>K.name===o.name&&K.value===o.value&&K.series===o.series)>-1)&&(this.activeEntries=[o,...this.activeEntries],this.activate.emit({value:o,entries:this.activeEntries}))}onDeactivate(o,E=!1){o=this.results.find(K=>E?K.label===o.name:K.name===o.name);const j=this.activeEntries.findIndex(K=>K.name===o.name&&K.value===o.value&&K.series===o.series);this.activeEntries.splice(j,1),this.activeEntries=[...this.activeEntries],this.deactivate.emit({value:o,entries:this.activeEntries})}}return u.\u0275fac=(()=>{let I;return function(E){return(I||(I=t.xGo(u)))(E||u)}})(),u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-bar-vertical"]],contentQueries:function(o,E,j){if(1&o&&t.wni(j,V2,5),2&o){let K;t.mGM(K=t.lsd())&&(E.tooltipTemplate=K.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",yScaleMin:"yScaleMin",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero",wrapTicks:"wrapTicks"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.Vt3],decls:5,vars:25,consts:[[3,"legendLabelClick","legendLabelActivate","legendLabelDeactivate","view","showLegend","legendOptions","activeEntries","animations"],[1,"bar-chart","chart"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-series-vertical","",3,"activate","deactivate","select","dataLabelHeightChanged","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","activeEntries","roundEdges","animations","noBarWhenZero"],["ngx-charts-x-axis","",3,"dimensionsChanged","xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks"],["ngx-charts-y-axis","",3,"dimensionsChanged","yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks"]],template:function(o,E){1&o&&(t.j41(0,"ngx-charts-chart",0),t.bIt("legendLabelClick",function(K){return E.onClick(K)})("legendLabelActivate",function(K){return E.onActivate(K,!0)})("legendLabelDeactivate",function(K){return E.onDeactivate(K,!0)}),t.qSk(),t.j41(1,"g",1),t.DNE(2,ca,1,12,"g",2)(3,lr,1,10,"g",3),t.j41(4,"g",4),t.bIt("activate",function(K){return E.onActivate(K)})("deactivate",function(K){return E.onDeactivate(K)})("select",function(K){return E.onClick(K)})("dataLabelHeightChanged",function(K){return E.onDataLabelMaxHeightChanged(K)}),t.k0s()()()),2&o&&(t.Y8G("view",t.l_i(22,vl,E.width,E.height))("showLegend",E.legend)("legendOptions",E.legendOptions)("activeEntries",E.activeEntries)("animations",E.animations),t.R7$(),t.BMQ("transform",E.transform),t.R7$(),t.Y8G("ngIf",E.xAxis),t.R7$(),t.Y8G("ngIf",E.yAxis),t.R7$(),t.Y8G("xScale",E.xScale)("yScale",E.yScale)("colors",E.colors)("series",E.results)("dims",E.dims)("gradient",E.gradient)("tooltipDisabled",E.tooltipDisabled)("tooltipTemplate",E.tooltipTemplate)("showDataLabel",E.showDataLabel)("dataLabelFormatting",E.dataLabelFormatting)("activeEntries",E.activeEntries)("roundEdges",E.roundEdges)("animations",E.animations)("noBarWhenZero",E.noBarWhenZero))},dependencies:[qh,c3,Td,um,e.bT],styles:[Cd],encapsulation:2,changeDetection:0}),u})(),l6=(()=>{class u extends o3{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Cl.Right,this.tooltipDisabled=!1,this.scaleType=Un.Ordinal,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.groupPadding=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.wrapTicks=!1,this.activate=new t.bkB,this.deactivate=new t.bkB,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0},this.isSSR=!1,this.barOrientation=vo,this.trackBy=(o,E)=>E.name}ngOnInit(){(0,e.Vy)(this.platformId)&&(this.isSSR=!0)}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=sm({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}onDataLabelMaxHeightChanged(o,E){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),E===this.results.length-1&&setTimeout(()=>this.update())}getGroupScale(){const o=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return kc().rangeRound([0,this.dims.width]).paddingInner(o).paddingOuter(o/2).domain(this.groupDomain)}getInnerScale(){const o=this.groupScale.bandwidth(),E=this.innerDomain.length/(o/this.barPadding+1);return kc().rangeRound([0,o]).paddingInner(E).domain(this.innerDomain)}getValueScale(){const o=js().range([this.dims.height,0]).domain(this.valueDomain);return this.roundDomains?o.nice():o}getGroupDomain(){const o=[];for(const E of this.results)o.includes(E.label)||o.push(E.label);return o}getInnerDomain(){const o=[];for(const E of this.results)for(const j of E.series)o.includes(j.label)||o.push(j.label);return o}getValueDomain(){const o=[];for(const K of this.results)for(const Re of K.series)o.includes(Re.value)||o.push(Re.value);return[Math.min(0,...o),this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o)]}groupTransform(o){return`translate(${this.groupScale(o.label)}, 0)`}onClick(o,E){E&&(o.series=E.name),this.select.emit(o)}setColors(){let o;o=this.schemeType===Un.Ordinal?this.innerDomain:this.valueDomain,this.colors=new cm(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===Un.Ordinal?(o.domain=this.innerDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.valueDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onActivate(o,E,j=!1){const K=Object.assign({},o);E&&(K.series=E.name);const Re=this.results.map(yt=>yt.series).flat().filter(yt=>j?yt.label===K.name:yt.name===K.name&&yt.series===K.series);this.activeEntries=[...Re],this.activate.emit({value:K,entries:this.activeEntries})}onDeactivate(o,E,j=!1){const K=Object.assign({},o);E&&(K.series=E.name),this.activeEntries=this.activeEntries.filter(Re=>j?Re.label!==K.name:!(Re.name===K.name&&Re.series===K.series)),this.deactivate.emit({value:K,entries:this.activeEntries})}}return u.\u0275fac=(()=>{let I;return function(E){return(I||(I=t.xGo(u)))(E||u)}})(),u.\u0275cmp=t.VBU({type:u,selectors:[["ngx-charts-bar-vertical-2d"]],contentQueries:function(o,E,j){if(1&o&&t.wni(j,V2,5),2&o){let K;t.mGM(K=t.lsd())&&(E.tooltipTemplate=K.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",scaleType:"scaleType",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",groupPadding:"groupPadding",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero",wrapTicks:"wrapTicks"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.Vt3],decls:7,vars:18,consts:[[3,"legendLabelActivate","legendLabelDeactivate","legendLabelClick","view","showLegend","legendOptions","activeEntries","animations"],[1,"bar-chart","chart"],["ngx-charts-grid-panel-series","",3,"xScale","yScale","data","dims","orient"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks","dimensionsChanged",4,"ngIf"],[4,"ngIf"],["ngx-charts-x-axis","",3,"dimensionsChanged","xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks"],["ngx-charts-y-axis","",3,"dimensionsChanged","yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-series-vertical","",3,"select","activate","deactivate","dataLabelHeightChanged","activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero"]],template:function(o,E){1&o&&(t.j41(0,"ngx-charts-chart",0),t.bIt("legendLabelActivate",function(K){return E.onActivate(K,void 0,!0)})("legendLabelDeactivate",function(K){return E.onDeactivate(K,void 0,!0)})("legendLabelClick",function(K){return E.onClick(K)}),t.qSk(),t.j41(1,"g",1),t.nrm(2,"g",2),t.DNE(3,qr,1,11,"g",3)(4,xr,1,10,"g",4)(5,ua,2,2,"g",5),t.k0s(),t.DNE(6,$c,2,2,"g",5),t.k0s()),2&o&&(t.Y8G("view",t.l_i(15,vl,E.width,E.height))("showLegend",E.legend)("legendOptions",E.legendOptions)("activeEntries",E.activeEntries)("animations",E.animations),t.R7$(),t.BMQ("transform",E.transform),t.R7$(),t.Y8G("xScale",E.groupScale)("yScale",E.valueScale)("data",E.results)("dims",E.dims)("orient",E.barOrientation.Vertical),t.R7$(),t.Y8G("ngIf",E.xAxis),t.R7$(),t.Y8G("ngIf",E.yAxis),t.R7$(),t.Y8G("ngIf",!E.isSSR),t.R7$(),t.Y8G("ngIf",E.isSSR))},dependencies:[qh,ru,c3,Td,um,e.bT,e.Sq],styles:[Cd],encapsulation:2,data:{animation:[(0,m.hZ)("animationState",[(0,m.kY)(":leave",[(0,m.iF)({opacity:1,transform:"*"}),(0,m.i0)(500,(0,m.iF)({opacity:0,transform:"scale(0)"}))])])]},changeDetection:0}),u})(),_3=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})();u4();let f6=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),c0=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),Id=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),b3=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})();Math;let P1=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),_6=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is,P1,b3]]}),u})(),y3=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),x3=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),C3=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is,P1,_3]]}),u})(),T6=(()=>{class u{}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[[is]]}),u})(),w3=(()=>{class u{constructor(){!function U5(){typeof SVGElement<"u"&&typeof SVGElement.prototype.contains>"u"&&(SVGElement.prototype.contains=HTMLDivElement.prototype.contains)}()}}return u.\u0275fac=function(o){return new(o||u)},u.\u0275mod=t.$C({type:u}),u.\u0275inj=t.G2t({imports:[is,su,_3,f6,c0,Id,T6,b3,_6,y3,P1,x3,C3]}),u})()},8288:(Ve,ee,p)=>{"use strict";p.d(ee,{Um:()=>d,XK:()=>w});var t=p(467),e=p(4438),C=p(177),S=p(8314);function l(y,T){if(1&y&&e.nrm(0,"canvas",1),2&y){const k=e.XpG();e.HbH(k.styleClass),e.Y8G("qrCode",k.value)("qrCodeErrorCorrectionLevel",k.errorCorrectionLevel)("qrCodeCenterImageSrc",k.centerImageSrc)("qrCodeCenterImageWidth",k.centerImageSize)("qrCodeCenterImageHeight",k.centerImageSize)("qrCodeMargin",k.margin)("width",k.size)("height",k.size)("ngStyle",k.style)("darkColor",k.darkColor)("lightColor",k.lightColor)}}const x=/^#(?:[0-9a-fA-F]{3,4}){1,2}$/;let m=(()=>{class y{static{this.DEFAULT_ERROR_CORRECTION_LEVEL="M"}static{this.DEFAULT_CENTER_IMAGE_SIZE=40}constructor(k){this.viewContainerRef=k,this.errorCorrectionLevel=y.DEFAULT_ERROR_CORRECTION_LEVEL,this.darkColor="#000000FF",this.lightColor="#FFFFFFFF",this.margin=16}ngOnChanges(){var k=this;return(0,t.A)(function*(){if(!k.value)return;k.version&&k.version>40?(console.warn("[qrCode] max version is 40, clamping"),k.version=40):k.version&&k.version<1?(console.warn("[qrCode] min version is 1, clamping"),k.version=1):void 0!==k.version&&isNaN(k.version)&&(console.warn("[qrCode] version should be set to a number, defaulting to auto"),k.version=void 0);const F=k.viewContainerRef.element.nativeElement;if(!F)return;const V=F.getContext("2d");V&&V.clearRect(0,0,V.canvas.width,V.canvas.height);const U=k.errorCorrectionLevel??y.DEFAULT_ERROR_CORRECTION_LEVEL,G=x.test(k.darkColor)?k.darkColor:void 0,Y=x.test(k.lightColor)?k.lightColor:void 0;(0,e.naY)()&&(!G&&k.darkColor&&console.error("[ng-qrcode] darkColor set to invalid value, must be RGBA hex color string, eg: #3050A1FF"),!Y&&k.lightColor&&console.error("[ng-qrcode] lightColor set to invalid value, must be RGBA hex color string, eg: #3050A130")),yield S.toCanvas(F,k.value,{version:k.version,errorCorrectionLevel:U,width:k.width,margin:k.margin,color:{dark:G,light:Y}});const $=k.centerImageSrc,Z=R(k.centerImageWidth,y.DEFAULT_CENTER_IMAGE_SIZE),ie=R(k.centerImageHeight,y.DEFAULT_CENTER_IMAGE_SIZE);if($&&V){k.centerImage||(k.centerImage=new Image(Z,ie));const ve=k.centerImage;$!==k.centerImage.src&&(ve.src=$),Z!==k.centerImage.width&&(ve.width=Z),ie!==k.centerImage.height&&(ve.height=ie);const ae=()=>{V.drawImage(ve,F.width/2-Z/2,F.height/2-ie/2,Z,ie)};ve.onload=ae,ve.complete&&ae()}})()}static{this.\u0275fac=function(F){return new(F||y)(e.rXU(e.c1b))}}static{this.\u0275dir=e.FsC({type:y,selectors:[["canvas","qrCode",""]],inputs:{value:[0,"qrCode","value"],version:[0,"qrCodeVersion","version"],errorCorrectionLevel:[0,"qrCodeErrorCorrectionLevel","errorCorrectionLevel"],width:"width",height:"height",darkColor:"darkColor",lightColor:"lightColor",centerImageSrc:[0,"qrCodeCenterImageSrc","centerImageSrc"],centerImageWidth:[0,"qrCodeCenterImageWidth","centerImageWidth"],centerImageHeight:[0,"qrCodeCenterImageHeight","centerImageHeight"],margin:[0,"qrCodeMargin","margin"]},features:[e.OA$]})}}return y})();function R(y,T){return void 0===y||""===y?T:"string"==typeof y?parseInt(y,10):y}let d=(()=>{class y{static{this.\u0275fac=function(F){return new(F||y)}}static{this.\u0275cmp=e.VBU({type:y,selectors:[["qr-code"]],inputs:{value:"value",size:"size",style:"style",styleClass:"styleClass",darkColor:"darkColor",lightColor:"lightColor",errorCorrectionLevel:"errorCorrectionLevel",centerImageSrc:"centerImageSrc",centerImageSize:"centerImageSize",margin:"margin"},decls:1,vars:1,consts:[[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","class","ngStyle","darkColor","lightColor"],[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","ngStyle","darkColor","lightColor"]],template:function(F,V){1&F&&e.DNE(0,l,1,13,"canvas",0),2&F&&e.vxM(V.value?0:-1)},dependencies:[C.B3,m],encapsulation:2})}}return y})(),w=(()=>{class y{static{this.\u0275fac=function(F){return new(F||y)}}static{this.\u0275mod=e.$C({type:y})}static{this.\u0275inj=e.G2t({imports:[C.MD]})}}return y})()},497:(Ve,ee,p)=>{"use strict";p.d(ee,{kU:()=>Et,ZF:()=>Xe,Ld:()=>Me,U$:()=>Oe});var t=p(1413),e=p(3726),C=p(7786),S=p(3798),l=p(6977),x=p(3294),m=p(3703),R=p(4438),d=p(177);function w(we){return getComputedStyle(we)}function y(we,De){for(var $e in De){var $t=De[$e];"number"==typeof $t&&($t+="px"),we.style[$e]=$t}return we}function T(we){var De=document.createElement("div");return De.className=we,De}var k=typeof Element<"u"&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function F(we,De){if(!k)throw new Error("No element matching method supported");return k.call(we,De)}function V(we){we.remove?we.remove():we.parentNode&&we.parentNode.removeChild(we)}function U(we,De){return Array.prototype.filter.call(we.children,function($e){return F($e,De)})}var G={main:"ps",rtl:"ps__rtl",element:{thumb:function(we){return"ps__thumb-"+we},rail:function(we){return"ps__rail-"+we},consuming:"ps__child--consume"},state:{focus:"ps--focus",clicking:"ps--clicking",active:function(we){return"ps--active-"+we},scrolling:function(we){return"ps--scrolling-"+we}}},Y={x:null,y:null};function $(we,De){var $e=we.element.classList,$t=G.state.scrolling(De);$e.contains($t)?clearTimeout(Y[De]):$e.add($t)}function Z(we,De){Y[De]=setTimeout(function(){return we.isAlive&&we.element.classList.remove(G.state.scrolling(De))},we.settings.scrollingThreshold)}var ve=function(De){this.element=De,this.handlers={}},ae={isEmpty:{configurable:!0}};ve.prototype.bind=function(De,$e){typeof this.handlers[De]>"u"&&(this.handlers[De]=[]),this.handlers[De].push($e),this.element.addEventListener(De,$e,!1)},ve.prototype.unbind=function(De,$e){var $t=this;this.handlers[De]=this.handlers[De].filter(function(Ft){return!(!$e||Ft===$e)||($t.element.removeEventListener(De,Ft,!1),!1)})},ve.prototype.unbindAll=function(){for(var De in this.handlers)this.unbind(De)},ae.isEmpty.get=function(){var we=this;return Object.keys(this.handlers).every(function(De){return 0===we.handlers[De].length})},Object.defineProperties(ve.prototype,ae);var ye=function(){this.eventElements=[]};function ue(we){if("function"==typeof window.CustomEvent)return new CustomEvent(we);var De=document.createEvent("CustomEvent");return De.initCustomEvent(we,!1,!1,void 0),De}function be(we,De,$e,$t,Ft){var Kt;if(void 0===$t&&($t=!0),void 0===Ft&&(Ft=!1),"top"===De)Kt=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==De)throw new Error("A proper axis should be provided");Kt=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function D(we,De,$e,$t,Ft){var Kt=$e[0],fi=$e[1],Qt=$e[2],zt=$e[3],Xi=$e[4],ci=$e[5];void 0===$t&&($t=!0),void 0===Ft&&(Ft=!1);var ui=we.element;we.reach[zt]=null,ui[Qt]<1&&(we.reach[zt]="start"),ui[Qt]>we[Kt]-we[fi]-1&&(we.reach[zt]="end"),De&&(ui.dispatchEvent(ue("ps-scroll-"+zt)),De<0?ui.dispatchEvent(ue("ps-scroll-"+Xi)):De>0&&ui.dispatchEvent(ue("ps-scroll-"+ci)),$t&&function ie(we,De){$(we,De),Z(we,De)}(we,zt)),we.reach[zt]&&(De||Ft)&&ui.dispatchEvent(ue("ps-"+zt+"-reach-"+we.reach[zt]))}(we,$e,Kt,$t,Ft)}function n(we){return parseInt(we,10)||0}ye.prototype.eventElement=function(De){var $e=this.eventElements.filter(function($t){return $t.element===De})[0];return $e||($e=new ve(De),this.eventElements.push($e)),$e},ye.prototype.bind=function(De,$e,$t){this.eventElement(De).bind($e,$t)},ye.prototype.unbind=function(De,$e,$t){var Ft=this.eventElement(De);Ft.unbind($e,$t),Ft.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(Ft),1)},ye.prototype.unbindAll=function(){this.eventElements.forEach(function(De){return De.unbindAll()}),this.eventElements=[]},ye.prototype.once=function(De,$e,$t){var Ft=this.eventElement(De),Kt=function(fi){Ft.unbind($e,Kt),$t(fi)};Ft.bind($e,Kt)};var h={isWebKit:typeof document<"u"&&"WebkitAppearance"in document.documentElement.style,supportsTouch:typeof window<"u"&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:typeof navigator<"u"&&navigator.msMaxTouchPoints,isChrome:typeof navigator<"u"&&/Chrome/i.test(navigator&&navigator.userAgent)};function M(we){var De=we.element,$e=Math.floor(De.scrollTop),$t=De.getBoundingClientRect();we.containerWidth=Math.round($t.width),we.containerHeight=Math.round($t.height),we.contentWidth=De.scrollWidth,we.contentHeight=De.scrollHeight,De.contains(we.scrollbarXRail)||(U(De,G.element.rail("x")).forEach(function(Ft){return V(Ft)}),De.appendChild(we.scrollbarXRail)),De.contains(we.scrollbarYRail)||(U(De,G.element.rail("y")).forEach(function(Ft){return V(Ft)}),De.appendChild(we.scrollbarYRail)),!we.settings.suppressScrollX&&we.containerWidth+we.settings.scrollXMarginOffset=we.railXWidth-we.scrollbarXWidth&&(we.scrollbarXLeft=we.railXWidth-we.scrollbarXWidth),we.scrollbarYTop>=we.railYHeight-we.scrollbarYHeight&&(we.scrollbarYTop=we.railYHeight-we.scrollbarYHeight),function O(we,De){var $e={width:De.railXWidth},$t=Math.floor(we.scrollTop);$e.left=De.isRtl?De.negativeScrollAdjustment+we.scrollLeft+De.containerWidth-De.contentWidth:we.scrollLeft,De.isScrollbarXUsingBottom?$e.bottom=De.scrollbarXBottom-$t:$e.top=De.scrollbarXTop+$t,y(De.scrollbarXRail,$e);var Ft={top:$t,height:De.railYHeight};De.isScrollbarYUsingRight?Ft.right=De.isRtl?De.contentWidth-(De.negativeScrollAdjustment+we.scrollLeft)-De.scrollbarYRight-De.scrollbarYOuterWidth-9:De.scrollbarYRight-we.scrollLeft:Ft.left=De.isRtl?De.negativeScrollAdjustment+we.scrollLeft+2*De.containerWidth-De.contentWidth-De.scrollbarYLeft-De.scrollbarYOuterWidth:De.scrollbarYLeft+we.scrollLeft,y(De.scrollbarYRail,Ft),y(De.scrollbarX,{left:De.scrollbarXLeft,width:De.scrollbarXWidth-De.railBorderXWidth}),y(De.scrollbarY,{top:De.scrollbarYTop,height:De.scrollbarYHeight-De.railBorderYWidth})}(De,we),we.scrollbarXActive?De.classList.add(G.state.active("x")):(De.classList.remove(G.state.active("x")),we.scrollbarXWidth=0,we.scrollbarXLeft=0,De.scrollLeft=!0===we.isRtl?we.contentWidth:0),we.scrollbarYActive?De.classList.add(G.state.active("y")):(De.classList.remove(G.state.active("y")),we.scrollbarYHeight=0,we.scrollbarYTop=0,De.scrollTop=0)}function L(we,De){return we.settings.minScrollbarLength&&(De=Math.max(De,we.settings.minScrollbarLength)),we.settings.maxScrollbarLength&&(De=Math.min(De,we.settings.maxScrollbarLength)),De}function v(we,De){var $e=De[0],$t=De[1],Ft=De[2],Kt=De[3],fi=De[4],Qt=De[5],zt=De[6],Xi=De[7],ci=De[8],ui=we.element,bn=null,Qi=null,Li=null;function nn(Se){Se.touches&&Se.touches[0]&&(Se[Ft]=Se.touches[0].pageY),ui[zt]=bn+Li*(Se[Ft]-Qi),$(we,Xi),M(we),Se.stopPropagation(),Se.type.startsWith("touch")&&Se.changedTouches.length>1&&Se.preventDefault()}function st(){Z(we,Xi),we[ci].classList.remove(G.state.clicking),we.event.unbind(we.ownerDocument,"mousemove",nn)}function ii(Se,Mt){bn=ui[zt],Mt&&Se.touches&&(Se[Ft]=Se.touches[0].pageY),Qi=Se[Ft],Li=(we[$t]-we[$e])/(we[Kt]-we[Qt]),Mt?we.event.bind(we.ownerDocument,"touchmove",nn):(we.event.bind(we.ownerDocument,"mousemove",nn),we.event.once(we.ownerDocument,"mouseup",st),Se.preventDefault()),we[ci].classList.add(G.state.clicking),Se.stopPropagation()}we.event.bind(we[fi],"mousedown",function(Se){ii(Se)}),we.event.bind(we[fi],"touchstart",function(Se){ii(Se,!0)})}var at={"click-rail":function _(we){we.event.bind(we.scrollbarY,"mousedown",function($e){return $e.stopPropagation()}),we.event.bind(we.scrollbarYRail,"mousedown",function($e){var $t=$e.pageY-window.pageYOffset-we.scrollbarYRail.getBoundingClientRect().top;we.element.scrollTop+=($t>we.scrollbarYTop?1:-1)*we.containerHeight,M(we),$e.stopPropagation()}),we.event.bind(we.scrollbarX,"mousedown",function($e){return $e.stopPropagation()}),we.event.bind(we.scrollbarXRail,"mousedown",function($e){var $t=$e.pageX-window.pageXOffset-we.scrollbarXRail.getBoundingClientRect().left;we.element.scrollLeft+=($t>we.scrollbarXLeft?1:-1)*we.containerWidth,M(we),$e.stopPropagation()})},"drag-thumb":function r(we){v(we,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),v(we,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function z(we){var De=we.element;we.event.bind(we.ownerDocument,"keydown",function(Kt){if(!(Kt.isDefaultPrevented&&Kt.isDefaultPrevented()||Kt.defaultPrevented)&&(F(De,":hover")||F(we.scrollbarX,":focus")||F(we.scrollbarY,":focus"))){var fi=document.activeElement?document.activeElement:we.ownerDocument.activeElement;if(fi){if("IFRAME"===fi.tagName)fi=fi.contentDocument.activeElement;else for(;fi.shadowRoot;)fi=fi.shadowRoot.activeElement;if(function c(we){return F(we,"input,[contenteditable]")||F(we,"select,[contenteditable]")||F(we,"textarea,[contenteditable]")||F(we,"button,[contenteditable]")}(fi))return}var Qt=0,zt=0;switch(Kt.which){case 37:Qt=Kt.metaKey?-we.contentWidth:Kt.altKey?-we.containerWidth:-30;break;case 38:zt=Kt.metaKey?we.contentHeight:Kt.altKey?we.containerHeight:30;break;case 39:Qt=Kt.metaKey?we.contentWidth:Kt.altKey?we.containerWidth:30;break;case 40:zt=Kt.metaKey?-we.contentHeight:Kt.altKey?-we.containerHeight:-30;break;case 32:zt=Kt.shiftKey?we.containerHeight:-we.containerHeight;break;case 33:zt=we.containerHeight;break;case 34:zt=-we.containerHeight;break;case 36:zt=we.contentHeight;break;case 35:zt=-we.contentHeight;break;default:return}we.settings.suppressScrollX&&0!==Qt||we.settings.suppressScrollY&&0!==zt||(De.scrollTop-=zt,De.scrollLeft+=Qt,M(we),function Ft(Kt,fi){var Qt=Math.floor(De.scrollTop);if(0===Kt){if(!we.scrollbarYActive)return!1;if(0===Qt&&fi>0||Qt>=we.contentHeight-we.containerHeight&&fi<0)return!we.settings.wheelPropagation}var zt=De.scrollLeft;if(0===fi){if(!we.scrollbarXActive)return!1;if(0===zt&&Kt<0||zt>=we.contentWidth-we.containerWidth&&Kt>0)return!we.settings.wheelPropagation}return!0}(Qt,zt)&&Kt.preventDefault())}})},wheel:function N(we){var De=we.element;function Kt(fi){var Qt=function $t(fi){var Qt=fi.deltaX,zt=-1*fi.deltaY;return(typeof Qt>"u"||typeof zt>"u")&&(Qt=-1*fi.wheelDeltaX/6,zt=fi.wheelDeltaY/6),fi.deltaMode&&1===fi.deltaMode&&(Qt*=10,zt*=10),Qt!=Qt&&zt!=zt&&(Qt=0,zt=fi.wheelDelta),fi.shiftKey?[-zt,-Qt]:[Qt,zt]}(fi),zt=Qt[0],Xi=Qt[1];if(!function Ft(fi,Qt,zt){if(!h.isWebKit&&De.querySelector("select:focus"))return!0;if(!De.contains(fi))return!1;for(var Xi=fi;Xi&&Xi!==De;){if(Xi.classList.contains(G.element.consuming))return!0;var ci=w(Xi);if(zt&&ci.overflowY.match(/(scroll|auto)/)){var ui=Xi.scrollHeight-Xi.clientHeight;if(ui>0&&(Xi.scrollTop>0&&zt<0||Xi.scrollTop0))return!0}if(Qt&&ci.overflowX.match(/(scroll|auto)/)){var bn=Xi.scrollWidth-Xi.clientWidth;if(bn>0&&(Xi.scrollLeft>0&&Qt<0||Xi.scrollLeft0))return!0}Xi=Xi.parentNode}return!1}(fi.target,zt,Xi)){var ci=!1;we.settings.useBothWheelAxes?we.scrollbarYActive&&!we.scrollbarXActive?(Xi?De.scrollTop-=Xi*we.settings.wheelSpeed:De.scrollTop+=zt*we.settings.wheelSpeed,ci=!0):we.scrollbarXActive&&!we.scrollbarYActive&&(zt?De.scrollLeft+=zt*we.settings.wheelSpeed:De.scrollLeft-=Xi*we.settings.wheelSpeed,ci=!0):(De.scrollTop-=Xi*we.settings.wheelSpeed,De.scrollLeft+=zt*we.settings.wheelSpeed),M(we),ci=ci||function $e(fi,Qt){var zt=Math.floor(De.scrollTop),Xi=0===De.scrollTop,ci=zt+De.offsetHeight===De.scrollHeight,ui=0===De.scrollLeft,bn=De.scrollLeft+De.offsetWidth===De.scrollWidth;return!(Math.abs(Qt)>Math.abs(fi)?Xi||ci:ui||bn)||!we.settings.wheelPropagation}(zt,Xi),ci&&!fi.ctrlKey&&(fi.stopPropagation(),fi.preventDefault())}}typeof window.onwheel<"u"?we.event.bind(De,"wheel",Kt):typeof window.onmousewheel<"u"&&we.event.bind(De,"mousewheel",Kt)},touch:function ne(we){if(h.supportsTouch||h.supportsIePointer){var De=we.element,Ft={},Kt=0,fi={},Qt=null;h.supportsTouch?(we.event.bind(De,"touchstart",ci),we.event.bind(De,"touchmove",bn),we.event.bind(De,"touchend",Qi)):h.supportsIePointer&&(window.PointerEvent?(we.event.bind(De,"pointerdown",ci),we.event.bind(De,"pointermove",bn),we.event.bind(De,"pointerup",Qi)):window.MSPointerEvent&&(we.event.bind(De,"MSPointerDown",ci),we.event.bind(De,"MSPointerMove",bn),we.event.bind(De,"MSPointerUp",Qi)))}function $t(Li,nn){De.scrollTop-=nn,De.scrollLeft-=Li,M(we)}function zt(Li){return Li.targetTouches?Li.targetTouches[0]:Li}function Xi(Li){return!(Li.pointerType&&"pen"===Li.pointerType&&0===Li.buttons||!(Li.targetTouches&&1===Li.targetTouches.length||Li.pointerType&&"mouse"!==Li.pointerType&&Li.pointerType!==Li.MSPOINTER_TYPE_MOUSE))}function ci(Li){if(Xi(Li)){var nn=zt(Li);Ft.pageX=nn.pageX,Ft.pageY=nn.pageY,Kt=(new Date).getTime(),null!==Qt&&clearInterval(Qt)}}function bn(Li){if(Xi(Li)){var nn=zt(Li),st={pageX:nn.pageX,pageY:nn.pageY},ii=st.pageX-Ft.pageX,Se=st.pageY-Ft.pageY;if(function ui(Li,nn,st){if(!De.contains(Li))return!1;for(var ii=Li;ii&&ii!==De;){if(ii.classList.contains(G.element.consuming))return!0;var Se=w(ii);if(st&&Se.overflowY.match(/(scroll|auto)/)){var Mt=ii.scrollHeight-ii.clientHeight;if(Mt>0&&(ii.scrollTop>0&&st<0||ii.scrollTop0))return!0}if(nn&&Se.overflowX.match(/(scroll|auto)/)){var Pt=ii.scrollWidth-ii.clientWidth;if(Pt>0&&(ii.scrollLeft>0&&nn<0||ii.scrollLeft0))return!0}ii=ii.parentNode}return!1}(Li.target,ii,Se))return;$t(ii,Se),Ft=st;var Mt=(new Date).getTime(),Pt=Mt-Kt;Pt>0&&(fi.x=ii/Pt,fi.y=Se/Pt,Kt=Mt),function $e(Li,nn){var st=Math.floor(De.scrollTop),ii=De.scrollLeft,Se=Math.abs(Li),Mt=Math.abs(nn);if(Mt>Se){if(nn<0&&st===we.contentHeight-we.containerHeight||nn>0&&0===st)return 0===window.scrollY&&nn>0&&h.isChrome}else if(Se>Mt&&(Li<0&&ii===we.contentWidth-we.containerWidth||Li>0&&0===ii))return!0;return!0}(ii,Se)&&Li.preventDefault()}}function Qi(){we.settings.swipeEasing&&(clearInterval(Qt),Qt=setInterval(function(){we.isInitialized?clearInterval(Qt):fi.x||fi.y?Math.abs(fi.x)<.01&&Math.abs(fi.y)<.01?clearInterval(Qt):we.element?($t(30*fi.x,30*fi.y),fi.x*=.8,fi.y*=.8):clearInterval(Qt):clearInterval(Qt)},10))}}},Ye=function(De,$e){var $t=this;if(void 0===$e&&($e={}),"string"==typeof De&&(De=document.querySelector(De)),!De||!De.nodeName)throw new Error("no element is specified to initialize PerfectScrollbar");for(var Ft in this.element=De,De.classList.add(G.main),this.settings={handlers:["click-rail","drag-thumb","keyboard","wheel","touch"],maxScrollbarLength:null,minScrollbarLength:null,scrollingThreshold:1e3,scrollXMarginOffset:0,scrollYMarginOffset:0,suppressScrollX:!1,suppressScrollY:!1,swipeEasing:!0,useBothWheelAxes:!1,wheelPropagation:!0,wheelSpeed:1},$e)this.settings[Ft]=$e[Ft];this.containerWidth=null,this.containerHeight=null,this.contentWidth=null,this.contentHeight=null;var ci,Xi,Kt=function(){return De.classList.add(G.state.focus)},fi=function(){return De.classList.remove(G.state.focus)};this.isRtl="rtl"===w(De).direction,!0===this.isRtl&&De.classList.add(G.rtl),this.isNegativeScroll=(Xi=De.scrollLeft,De.scrollLeft=-1,ci=De.scrollLeft<0,De.scrollLeft=Xi,ci),this.negativeScrollAdjustment=this.isNegativeScroll?De.scrollWidth-De.clientWidth:0,this.event=new ye,this.ownerDocument=De.ownerDocument||document,this.scrollbarXRail=T(G.element.rail("x")),De.appendChild(this.scrollbarXRail),this.scrollbarX=T(G.element.thumb("x")),this.scrollbarXRail.appendChild(this.scrollbarX),this.scrollbarX.setAttribute("tabindex",0),this.event.bind(this.scrollbarX,"focus",Kt),this.event.bind(this.scrollbarX,"blur",fi),this.scrollbarXActive=null,this.scrollbarXWidth=null,this.scrollbarXLeft=null;var Qt=w(this.scrollbarXRail);this.scrollbarXBottom=parseInt(Qt.bottom,10),isNaN(this.scrollbarXBottom)?(this.isScrollbarXUsingBottom=!1,this.scrollbarXTop=n(Qt.top)):this.isScrollbarXUsingBottom=!0,this.railBorderXWidth=n(Qt.borderLeftWidth)+n(Qt.borderRightWidth),y(this.scrollbarXRail,{display:"block"}),this.railXMarginWidth=n(Qt.marginLeft)+n(Qt.marginRight),y(this.scrollbarXRail,{display:""}),this.railXWidth=null,this.railXRatio=null,this.scrollbarYRail=T(G.element.rail("y")),De.appendChild(this.scrollbarYRail),this.scrollbarY=T(G.element.thumb("y")),this.scrollbarYRail.appendChild(this.scrollbarY),this.scrollbarY.setAttribute("tabindex",0),this.event.bind(this.scrollbarY,"focus",Kt),this.event.bind(this.scrollbarY,"blur",fi),this.scrollbarYActive=null,this.scrollbarYHeight=null,this.scrollbarYTop=null;var zt=w(this.scrollbarYRail);this.scrollbarYRight=parseInt(zt.right,10),isNaN(this.scrollbarYRight)?(this.isScrollbarYUsingRight=!1,this.scrollbarYLeft=n(zt.left)):this.isScrollbarYUsingRight=!0,this.scrollbarYOuterWidth=this.isRtl?function f(we){var De=w(we);return n(De.width)+n(De.paddingLeft)+n(De.paddingRight)+n(De.borderLeftWidth)+n(De.borderRightWidth)}(this.scrollbarY):null,this.railBorderYWidth=n(zt.borderTopWidth)+n(zt.borderBottomWidth),y(this.scrollbarYRail,{display:"block"}),this.railYMarginHeight=n(zt.marginTop)+n(zt.marginBottom),y(this.scrollbarYRail,{display:""}),this.railYHeight=null,this.railYRatio=null,this.reach={x:De.scrollLeft<=0?"start":De.scrollLeft>=this.contentWidth-this.containerWidth?"end":null,y:De.scrollTop<=0?"start":De.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach(function(Xi){return at[Xi]($t)}),this.lastScrollTop=Math.floor(De.scrollTop),this.lastScrollLeft=De.scrollLeft,this.event.bind(this.element,"scroll",function(Xi){return $t.onScroll(Xi)}),M(this)};Ye.prototype.update=function(){this.isAlive&&(this.negativeScrollAdjustment=this.isNegativeScroll?this.element.scrollWidth-this.element.clientWidth:0,y(this.scrollbarXRail,{display:"block"}),y(this.scrollbarYRail,{display:"block"}),this.railXMarginWidth=n(w(this.scrollbarXRail).marginLeft)+n(w(this.scrollbarXRail).marginRight),this.railYMarginHeight=n(w(this.scrollbarYRail).marginTop)+n(w(this.scrollbarYRail).marginBottom),y(this.scrollbarXRail,{display:"none"}),y(this.scrollbarYRail,{display:"none"}),M(this),be(this,"top",0,!1,!0),be(this,"left",0,!1,!0),y(this.scrollbarXRail,{display:""}),y(this.scrollbarYRail,{display:""}))},Ye.prototype.onScroll=function(De){this.isAlive&&(M(this),be(this,"top",this.element.scrollTop-this.lastScrollTop),be(this,"left",this.element.scrollLeft-this.lastScrollLeft),this.lastScrollTop=Math.floor(this.element.scrollTop),this.lastScrollLeft=this.element.scrollLeft)},Ye.prototype.destroy=function(){this.isAlive&&(this.event.unbindAll(),V(this.scrollbarX),V(this.scrollbarY),V(this.scrollbarXRail),V(this.scrollbarYRail),this.removePsClasses(),this.element=null,this.scrollbarX=null,this.scrollbarY=null,this.scrollbarXRail=null,this.scrollbarYRail=null,this.isAlive=!1)},Ye.prototype.removePsClasses=function(){this.element.className=this.element.className.split(" ").filter(function(De){return!De.match(/^ps([-_].+|)$/)}).join(" ")};const rt=Ye;var re=function(){if(typeof Map<"u")return Map;function we(De,$e){var $t=-1;return De.some(function(Ft,Kt){return Ft[0]===$e&&($t=Kt,!0)}),$t}return function(){function De(){this.__entries__=[]}return Object.defineProperty(De.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),De.prototype.get=function($e){var $t=we(this.__entries__,$e),Ft=this.__entries__[$t];return Ft&&Ft[1]},De.prototype.set=function($e,$t){var Ft=we(this.__entries__,$e);~Ft?this.__entries__[Ft][1]=$t:this.__entries__.push([$e,$t])},De.prototype.delete=function($e){var $t=this.__entries__,Ft=we($t,$e);~Ft&&$t.splice(Ft,1)},De.prototype.has=function($e){return!!~we(this.__entries__,$e)},De.prototype.clear=function(){this.__entries__.splice(0)},De.prototype.forEach=function($e,$t){void 0===$t&&($t=null);for(var Ft=0,Kt=this.__entries__;Ft0},we.prototype.connect_=function(){!te||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),fe?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},we.prototype.disconnect_=function(){!te||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},we.prototype.onTransitionEnd_=function(De){var $e=De.propertyName,$t=void 0===$e?"":$e;se.some(function(Kt){return!!~$t.indexOf(Kt)})&&this.refresh()},we.getInstance=function(){return this.instance_||(this.instance_=new we),this.instance_},we.instance_=null,we}(),et=function(we,De){for(var $e=0,$t=Object.keys(De);$e<$t.length;$e++){var Ft=$t[$e];Object.defineProperty(we,Ft,{value:De[Ft],enumerable:!1,writable:!1,configurable:!0})}return we},Ke=function(we){return we&&we.ownerDocument&&we.ownerDocument.defaultView||oe},Ct=wt(0,0,0,0);function _t(we){return parseFloat(we)||0}function Nt(we){for(var De=[],$e=1;$e"u")&&Element instanceof Object){if(!(De instanceof Ke(De).Element))throw new TypeError('parameter 1 is not of type "Element".');var $e=this.observations_;$e.has(De)||($e.set(De,new ut(De)),this.controller_.addObserver(this),this.controller_.refresh())}},we.prototype.unobserve=function(De){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u")&&Element instanceof Object){if(!(De instanceof Ke(De).Element))throw new TypeError('parameter 1 is not of type "Element".');var $e=this.observations_;$e.has(De)&&($e.delete(De),$e.size||this.controller_.removeObserver(this))}},we.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},we.prototype.gatherActive=function(){var De=this;this.clearActive(),this.observations_.forEach(function($e){$e.isActive()&&De.activeObservations_.push($e)})},we.prototype.broadcastActive=function(){if(this.hasActive()){var De=this.callbackCtx_,$e=this.activeObservations_.map(function($t){return new vt($t.target,$t.broadcastRect())});this.callback_.call(De,$e,De),this.clearActive()}},we.prototype.clearActive=function(){this.activeObservations_.splice(0)},we.prototype.hasActive=function(){return this.activeObservations_.length>0},we}(),jt=typeof WeakMap<"u"?new WeakMap:new re,qe=function(){return function we(De){if(!(this instanceof we))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var $e=he.getInstance(),$t=new Ze(De,$e,this);jt.set(this,$t)}}();["observe","unobserve","disconnect"].forEach(function(we){qe.prototype[we]=function(){var De;return(De=jt.get(this))[we].apply(De,arguments)}});const Le=typeof oe.ResizeObserver<"u"?oe.ResizeObserver:qe,Vt=["*"];function Zt(we,De){if(1&we&&(R.j41(0,"div",3),R.nrm(1,"div",4)(2,"div",5)(3,"div",6)(4,"div",7),R.k0s()),2&we){const $e=R.XpG();R.AVh("ps-at-top",$e.states.top)("ps-at-left",$e.states.left)("ps-at-right",$e.states.right)("ps-at-bottom",$e.states.bottom),R.R7$(),R.AVh("ps-indicator-show",$e.indicatorY&&$e.interaction),R.R7$(),R.AVh("ps-indicator-show",$e.indicatorX&&$e.interaction),R.R7$(),R.AVh("ps-indicator-show",$e.indicatorX&&$e.interaction),R.R7$(),R.AVh("ps-indicator-show",$e.indicatorY&&$e.interaction)}}const Et=new R.nKC("PERFECT_SCROLLBAR_CONFIG");class je{constructor(De,$e,$t,Ft){this.x=De,this.y=$e,this.w=$t,this.h=Ft}}class me{constructor(De,$e){this.x=De,this.y=$e}}const xe=["psScrollY","psScrollX","psScrollUp","psScrollDown","psScrollLeft","psScrollRight","psYReachEnd","psYReachStart","psXReachEnd","psXReachStart"];class ce{constructor(De={}){this.assign(De)}assign(De={}){for(const $e in De)this[$e]=De[$e]}}let Me=(()=>{class we{constructor($e,$t,Ft,Kt,fi){this.zone=$e,this.differs=$t,this.elementRef=Ft,this.platformId=Kt,this.defaults=fi,this.instance=null,this.ro=null,this.timeout=null,this.animation=null,this.configDiff=null,this.ngDestroy=new t.B,this.disabled=!1,this.psScrollY=new R.bkB,this.psScrollX=new R.bkB,this.psScrollUp=new R.bkB,this.psScrollDown=new R.bkB,this.psScrollLeft=new R.bkB,this.psScrollRight=new R.bkB,this.psYReachEnd=new R.bkB,this.psYReachStart=new R.bkB,this.psXReachEnd=new R.bkB,this.psXReachStart=new R.bkB}ngOnInit(){if(!this.disabled&&(0,d.UE)(this.platformId)){const $e=new ce(this.defaults);$e.assign(this.config),this.zone.runOutsideAngular(()=>{this.instance=new rt(this.elementRef.nativeElement,$e)}),this.configDiff||(this.configDiff=this.differs.find(this.config||{}).create(),this.configDiff.diff(this.config||{})),this.zone.runOutsideAngular(()=>{this.ro=new Le(()=>{this.update()}),this.elementRef.nativeElement.children[0]&&this.ro.observe(this.elementRef.nativeElement.children[0]),this.ro.observe(this.elementRef.nativeElement)}),this.zone.runOutsideAngular(()=>{xe.forEach($t=>{const Ft=$t.replace(/([A-Z])/g,Kt=>`-${Kt.toLowerCase()}`);(0,e.R)(this.elementRef.nativeElement,Ft).pipe((0,S.Z)(20),(0,l.Q)(this.ngDestroy)).subscribe(Kt=>{this[$t].emit(Kt)})})})}}ngOnDestroy(){(0,d.UE)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.complete(),this.ro&&this.ro.disconnect(),this.timeout&&typeof window<"u"&&window.clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.instance&&this.instance.destroy()}),this.instance=null)}ngDoCheck(){!this.disabled&&this.configDiff&&(0,d.UE)(this.platformId)&&this.configDiff.diff(this.config||{})&&(this.ngOnDestroy(),this.ngOnInit())}ngOnChanges($e){$e.disabled&&!$e.disabled.isFirstChange()&&(0,d.UE)(this.platformId)&&$e.disabled.currentValue!==$e.disabled.previousValue&&(!0===$e.disabled.currentValue?this.ngOnDestroy():!1===$e.disabled.currentValue&&this.ngOnInit())}ps(){return this.instance}update(){typeof window<"u"&&(this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(()=>{if(!this.disabled&&this.configDiff)try{this.zone.runOutsideAngular(()=>{this.instance&&this.instance.update()})}catch{}},0))}geometry($e="scroll"){return new je(this.elementRef.nativeElement[$e+"Left"],this.elementRef.nativeElement[$e+"Top"],this.elementRef.nativeElement[$e+"Width"],this.elementRef.nativeElement[$e+"Height"])}position($e=!1){return!$e&&this.instance?new me(this.instance.reach.x||0,this.instance.reach.y||0):new me(this.elementRef.nativeElement.scrollLeft,this.elementRef.nativeElement.scrollTop)}scrollable($e="any"){const $t=this.elementRef.nativeElement;return"any"===$e?$t.classList.contains("ps--active-x")||$t.classList.contains("ps--active-y"):"both"===$e?$t.classList.contains("ps--active-x")&&$t.classList.contains("ps--active-y"):$t.classList.contains("ps--active-"+$e)}scrollTo($e,$t,Ft){this.disabled||(null==$t&&null==Ft?this.animateScrolling("scrollTop",$e,Ft):(null!=$e&&this.animateScrolling("scrollLeft",$e,Ft),null!=$t&&this.animateScrolling("scrollTop",$t,Ft)))}scrollToX($e,$t){this.animateScrolling("scrollLeft",$e,$t)}scrollToY($e,$t){this.animateScrolling("scrollTop",$e,$t)}scrollToTop($e,$t){this.animateScrolling("scrollTop",$e||0,$t)}scrollToLeft($e,$t){this.animateScrolling("scrollLeft",$e||0,$t)}scrollToRight($e,$t){this.animateScrolling("scrollLeft",this.elementRef.nativeElement.scrollWidth-this.elementRef.nativeElement.clientWidth-($e||0),$t)}scrollToBottom($e,$t){this.animateScrolling("scrollTop",this.elementRef.nativeElement.scrollHeight-this.elementRef.nativeElement.clientHeight-($e||0),$t)}scrollToElement($e,$t,Ft){if("string"==typeof $e&&($e=this.elementRef.nativeElement.querySelector($e)),$e){const Kt=$e.getBoundingClientRect(),fi=this.elementRef.nativeElement.getBoundingClientRect();this.elementRef.nativeElement.classList.contains("ps--active-x")&&this.animateScrolling("scrollLeft",Kt.left-fi.left+this.elementRef.nativeElement.scrollLeft+($t||0),Ft),this.elementRef.nativeElement.classList.contains("ps--active-y")&&this.animateScrolling("scrollTop",Kt.top-fi.top+this.elementRef.nativeElement.scrollTop+($t||0),Ft)}}animateScrolling($e,$t,Ft){if(this.animation&&(window.cancelAnimationFrame(this.animation),this.animation=null),!Ft||typeof window>"u")this.elementRef.nativeElement[$e]=$t;else if($t!==this.elementRef.nativeElement[$e]){let Kt=0,fi=0,Qt=performance.now(),zt=this.elementRef.nativeElement[$e];const Xi=(zt-$t)/2,ci=ui=>{fi+=Math.PI/(Ft/(ui-Qt)),Kt=Math.round($t+Xi+Xi*Math.cos(fi)),this.elementRef.nativeElement[$e]===zt&&(fi>=Math.PI?this.animateScrolling($e,$t,0):(this.elementRef.nativeElement[$e]=Kt,zt=this.elementRef.nativeElement[$e],Qt=ui,this.animation=window.requestAnimationFrame(ci)))};window.requestAnimationFrame(ci)}}}return we.\u0275fac=function($e){return new($e||we)(R.rXU(R.SKi),R.rXU(R.MKu),R.rXU(R.aKT),R.rXU(R.Agw),R.rXU(Et,8))},we.\u0275dir=R.FsC({type:we,selectors:[["","perfectScrollbar",""]],inputs:{disabled:"disabled",config:[0,"perfectScrollbar","config"]},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],features:[R.OA$]}),we})(),Xe=(()=>{class we{constructor($e,$t,Ft){this.zone=$e,this.cdRef=$t,this.platformId=Ft,this.states={},this.indicatorX=!1,this.indicatorY=!1,this.interaction=!1,this.scrollPositionX=0,this.scrollPositionY=0,this.scrollDirectionX=0,this.scrollDirectionY=0,this.usePropagationX=!1,this.usePropagationY=!1,this.allowPropagationX=!1,this.allowPropagationY=!1,this.stateTimeout=null,this.ngDestroy=new t.B,this.stateUpdate=new t.B,this.disabled=!1,this.usePSClass=!0,this.autoPropagation=!1,this.scrollIndicators=!1,this.psScrollY=new R.bkB,this.psScrollX=new R.bkB,this.psScrollUp=new R.bkB,this.psScrollDown=new R.bkB,this.psScrollLeft=new R.bkB,this.psScrollRight=new R.bkB,this.psYReachEnd=new R.bkB,this.psYReachStart=new R.bkB,this.psXReachEnd=new R.bkB,this.psXReachStart=new R.bkB}ngOnInit(){(0,d.UE)(this.platformId)&&(this.stateUpdate.pipe((0,l.Q)(this.ngDestroy),(0,x.F)(($e,$t)=>$e===$t&&!this.stateTimeout)).subscribe($e=>{this.stateTimeout&&typeof window<"u"&&(window.clearTimeout(this.stateTimeout),this.stateTimeout=null),"x"===$e||"y"===$e?(this.interaction=!1,"x"===$e?(this.indicatorX=!1,this.states.left=!1,this.states.right=!1,this.autoPropagation&&this.usePropagationX&&(this.allowPropagationX=!1)):"y"===$e&&(this.indicatorY=!1,this.states.top=!1,this.states.bottom=!1,this.autoPropagation&&this.usePropagationY&&(this.allowPropagationY=!1))):("left"===$e||"right"===$e?(this.states.left=!1,this.states.right=!1,this.states[$e]=!0,this.autoPropagation&&this.usePropagationX&&(this.indicatorX=!0)):("top"===$e||"bottom"===$e)&&(this.states.top=!1,this.states.bottom=!1,this.states[$e]=!0,this.autoPropagation&&this.usePropagationY&&(this.indicatorY=!0)),this.autoPropagation&&typeof window<"u"&&(this.stateTimeout=window.setTimeout(()=>{this.indicatorX=!1,this.indicatorY=!1,this.stateTimeout=null,this.interaction&&(this.states.left||this.states.right)&&(this.allowPropagationX=!0),this.interaction&&(this.states.top||this.states.bottom)&&(this.allowPropagationY=!0),this.cdRef.markForCheck()},500))),this.cdRef.markForCheck(),this.cdRef.detectChanges()}),this.zone.runOutsideAngular(()=>{if(this.directiveRef){const $e=this.directiveRef.elementRef.nativeElement;(0,e.R)($e,"wheel").pipe((0,l.Q)(this.ngDestroy)).subscribe($t=>{!this.disabled&&this.autoPropagation&&this.checkPropagation($t,$t.deltaX,$t.deltaY)}),(0,e.R)($e,"touchmove").pipe((0,l.Q)(this.ngDestroy)).subscribe($t=>{if(!this.disabled&&this.autoPropagation){const Ft=$t.touches[0].clientX,Kt=$t.touches[0].clientY;this.checkPropagation($t,Ft-this.scrollPositionX,Kt-this.scrollPositionY),this.scrollPositionX=Ft,this.scrollPositionY=Kt}}),(0,C.h)((0,e.R)($e,"ps-scroll-x").pipe((0,m.u)("x")),(0,e.R)($e,"ps-scroll-y").pipe((0,m.u)("y")),(0,e.R)($e,"ps-x-reach-end").pipe((0,m.u)("right")),(0,e.R)($e,"ps-y-reach-end").pipe((0,m.u)("bottom")),(0,e.R)($e,"ps-x-reach-start").pipe((0,m.u)("left")),(0,e.R)($e,"ps-y-reach-start").pipe((0,m.u)("top"))).pipe((0,l.Q)(this.ngDestroy)).subscribe($t=>{!this.disabled&&(this.autoPropagation||this.scrollIndicators)&&this.stateUpdate.next($t)})}}),window.setTimeout(()=>{xe.forEach($e=>{this.directiveRef&&(this.directiveRef[$e]=this[$e])})},0))}ngOnDestroy(){(0,d.UE)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.unsubscribe(),this.stateTimeout&&typeof window<"u"&&window.clearTimeout(this.stateTimeout))}ngDoCheck(){if((0,d.UE)(this.platformId)&&!this.disabled&&this.autoPropagation&&this.directiveRef){const $e=this.directiveRef.elementRef.nativeElement;this.usePropagationX=$e.classList.contains("ps--active-x"),this.usePropagationY=$e.classList.contains("ps--active-y")}}checkPropagation($e,$t,Ft){this.interaction=!0;const Kt=$t<0?-1:1,fi=Ft<0?-1:1;(this.usePropagationX&&this.usePropagationY||this.usePropagationX&&(!this.allowPropagationX||this.scrollDirectionX!==Kt)||this.usePropagationY&&(!this.allowPropagationY||this.scrollDirectionY!==fi))&&($e.preventDefault(),$e.stopPropagation()),$t&&(this.scrollDirectionX=Kt),Ft&&(this.scrollDirectionY=fi),this.stateUpdate.next("interaction"),this.cdRef.detectChanges()}}return we.\u0275fac=function($e){return new($e||we)(R.rXU(R.SKi),R.rXU(R.gRc),R.rXU(R.Agw))},we.\u0275cmp=R.VBU({type:we,selectors:[["perfect-scrollbar"]],viewQuery:function($e,$t){if(1&$e&&R.GBs(Me,7),2&$e){let Ft;R.mGM(Ft=R.lsd())&&($t.directiveRef=Ft.first)}},hostVars:4,hostBindings:function($e,$t){2&$e&&R.AVh("ps-show-limits",$t.autoPropagation)("ps-show-active",$t.scrollIndicators)},inputs:{disabled:"disabled",usePSClass:"usePSClass",autoPropagation:"autoPropagation",scrollIndicators:"scrollIndicators",config:"config"},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],ngContentSelectors:Vt,decls:4,vars:5,consts:[[2,"position","static",3,"perfectScrollbar","disabled"],[1,"ps-content"],["class","ps-overlay",3,"ps-at-top","ps-at-left","ps-at-right","ps-at-bottom",4,"ngIf"],[1,"ps-overlay"],[1,"ps-indicator-top"],[1,"ps-indicator-left"],[1,"ps-indicator-right"],[1,"ps-indicator-bottom"]],template:function($e,$t){1&$e&&(R.NAR(),R.j41(0,"div",0)(1,"div",1),R.SdG(2),R.k0s(),R.DNE(3,Zt,5,16,"div",2),R.k0s()),2&$e&&(R.AVh("ps",$t.usePSClass),R.Y8G("perfectScrollbar",$t.config)("disabled",$t.disabled),R.R7$(3),R.Y8G("ngIf",$t.scrollIndicators))},dependencies:[Me,d.bT],styles:["perfect-scrollbar{position:relative;display:block;overflow:hidden;width:100%;height:100%;max-width:100%;max-height:100%}perfect-scrollbar[hidden]{display:none}perfect-scrollbar[fxflex]{display:flex;flex-direction:column;height:auto;min-width:0;min-height:0}perfect-scrollbar[fxflex]>.ps{flex:1 1 auto;width:auto;height:auto;min-width:0;min-height:0;-webkit-box-flex:1}perfect-scrollbar[fxlayout]>.ps,perfect-scrollbar[fxlayout]>.ps>.ps-content{display:flex;flex:1 1 auto;flex-direction:inherit;align-items:inherit;align-content:inherit;justify-content:inherit;width:100%;height:100%;-webkit-box-align:inherit;-webkit-box-flex:1;-webkit-box-pack:inherit}perfect-scrollbar[fxlayout=row]>.ps,perfect-scrollbar[fxlayout=row]>.ps>.ps-content{flex-direction:row!important}perfect-scrollbar[fxlayout=column]>.ps,perfect-scrollbar[fxlayout=column]>.ps>.ps-content{flex-direction:column!important}perfect-scrollbar>.ps{position:static;display:block;width:100%;height:100%;max-width:100%;max-height:100%}perfect-scrollbar>.ps textarea{-ms-overflow-style:scrollbar}perfect-scrollbar>.ps>.ps-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;pointer-events:none}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{position:absolute;opacity:0;transition:opacity .3s ease-in-out}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{left:0;min-width:100%;min-height:24px}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{top:0;min-width:24px;min-height:100%}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top{top:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left{left:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{right:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{bottom:0}perfect-scrollbar>.ps.ps--active-y>.ps__rail-y{top:0!important;right:0!important;left:auto!important;width:10px;cursor:default;transition:width .2s linear,opacity .2s linear,background-color .2s linear}perfect-scrollbar>.ps.ps--active-y>.ps__rail-y:hover,perfect-scrollbar>.ps.ps--active-y>.ps__rail-y.ps--clicking{width:15px}perfect-scrollbar>.ps.ps--active-x>.ps__rail-x{top:auto!important;bottom:0!important;left:0!important;height:10px;cursor:default;transition:height .2s linear,opacity .2s linear,background-color .2s linear}perfect-scrollbar>.ps.ps--active-x>.ps__rail-x:hover,perfect-scrollbar>.ps.ps--active-x>.ps__rail-x.ps--clicking{height:15px}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__rail-y{margin:0 0 10px}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__rail-x{margin:0 10px 0 0}perfect-scrollbar>.ps.ps--scrolling-y>.ps__rail-y,perfect-scrollbar>.ps.ps--scrolling-x>.ps__rail-x{opacity:.9;background-color:#eee}perfect-scrollbar.ps-show-always>.ps.ps--active-y>.ps__rail-y,perfect-scrollbar.ps-show-always>.ps.ps--active-x>.ps__rail-x{opacity:.6}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-top) .ps-indicator-top{opacity:1;background:linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom{opacity:1;background:linear-gradient(to top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-left) .ps-indicator-left{opacity:1;background:linear-gradient(to right,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-right) .ps-indicator-right{opacity:1;background:linear-gradient(to left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top{background:linear-gradient(to bottom,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom{background:linear-gradient(to top,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left{background:linear-gradient(to right,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right{background:linear-gradient(to left,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right.ps-indicator-show{opacity:1}\n",".ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}\n"],encapsulation:2}),we})(),Oe=(()=>{class we{}return we.\u0275fac=function($e){return new($e||we)},we.\u0275mod=R.$C({type:we}),we.\u0275inj=R.G2t({imports:[[d.MD],d.MD]}),we})()},467:(Ve,ee,p)=>{"use strict";function t(C,S,l,x,m,R,d){try{var w=C[R](d),y=w.value}catch(T){return void l(T)}w.done?S(y):Promise.resolve(y).then(x,m)}function e(C){return function(){var S=this,l=arguments;return new Promise(function(x,m){var R=C.apply(S,l);function d(y){t(R,x,m,d,w,"next",y)}function w(y){t(R,x,m,d,w,"throw",y)}d(void 0)})}}p.d(ee,{A:()=>e})},1635:(Ve,ee,p)=>{"use strict";function l(r,v,z,N){var at,ne=arguments.length,Ie=ne<3?v:null===N?N=Object.getOwnPropertyDescriptor(v,z):N;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ie=Reflect.decorate(r,v,z,N);else for(var Ye=r.length-1;Ye>=0;Ye--)(at=r[Ye])&&(Ie=(ne<3?at(Ie):ne>3?at(v,z,Ie):at(v,z))||Ie);return ne>3&&Ie&&Object.defineProperty(v,z,Ie),Ie}function T(r,v,z,N){return new(z||(z=Promise))(function(Ie,at){function Ye(te){try{re(N.next(te))}catch(oe){at(oe)}}function rt(te){try{re(N.throw(te))}catch(oe){at(oe)}}function re(te){te.done?Ie(te.value):function ne(Ie){return Ie instanceof z?Ie:new z(function(at){at(Ie)})}(te.value).then(Ye,rt)}re((N=N.apply(r,v||[])).next())})}function ie(r){return this instanceof ie?(this.v=r,this):new ie(r)}function ve(r,v,z){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var ne,N=z.apply(r,v||[]),Ie=[];return ne={},at("next"),at("throw"),at("return"),ne[Symbol.asyncIterator]=function(){return this},ne;function at(_e){N[_e]&&(ne[_e]=function(de){return new Promise(function(pe,We){Ie.push([_e,de,pe,We])>1||Ye(_e,de)})})}function Ye(_e,de){try{!function rt(_e){_e.value instanceof ie?Promise.resolve(_e.value.v).then(re,te):oe(Ie[0][2],_e)}(N[_e](de))}catch(pe){oe(Ie[0][3],pe)}}function re(_e){Ye("next",_e)}function te(_e){Ye("throw",_e)}function oe(_e,de){_e(de),Ie.shift(),Ie.length&&Ye(Ie[0][0],Ie[0][1])}}function ye(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var z,v=r[Symbol.asyncIterator];return v?v.call(r):(r=function U(r){var v="function"==typeof Symbol&&Symbol.iterator,z=v&&r[v],N=0;if(z)return z.call(r);if(r&&"number"==typeof r.length)return{next:function(){return r&&N>=r.length&&(r=void 0),{value:r&&r[N++],done:!r}}};throw new TypeError(v?"Object is not iterable.":"Symbol.iterator is not defined.")}(r),z={},N("next"),N("throw"),N("return"),z[Symbol.asyncIterator]=function(){return this},z);function N(Ie){z[Ie]=r[Ie]&&function(at){return new Promise(function(Ye,rt){!function ne(Ie,at,Ye,rt){Promise.resolve(rt).then(function(re){Ie({value:re,done:Ye})},at)}(Ye,rt,(at=r[Ie](at)).done,at.value)})}}}p.d(ee,{AQ:()=>ve,Cg:()=>l,N3:()=>ie,sH:()=>T,xN:()=>ye}),"function"==typeof SuppressedError&&SuppressedError},3219:Ve=>{"use strict";Ve.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},2951:Ve=>{"use strict";Ve.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},4589:Ve=>{"use strict";Ve.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},3241:Ve=>{"use strict";Ve.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},1636:Ve=>{"use strict";Ve.exports={rE:"6.6.1"}},5579:Ve=>{"use strict";Ve.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')}},Ve=>{Ve(Ve.s=3471)}]); \ No newline at end of file diff --git a/frontend/main.45925badc0c36690.js b/frontend/main.45925badc0c36690.js new file mode 100644 index 00000000..928d1b46 --- /dev/null +++ b/frontend/main.45925badc0c36690.js @@ -0,0 +1 @@ +(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[792],{3:(Ae,ee,l)=>{"use strict";l.d(ee,{WX:()=>P,xW:()=>g});var i=l(2615),t=l(73664),p=l(19945);const c=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/,e=/^(\d?\d)[:.](\d?\d)(?:[:.](\d?\d))?\s*(AM|PM)?$/i;function T(j,U){const K=Array(j);for(let q=0;q{class j extends p.MJ{useUtcForDisplay=!1;_matDateLocale=(0,i.WQX)(p.Ju,{optional:!0});constructor(){super();const K=(0,i.WQX)(p.Ju,{optional:!0});void 0!==K&&(this._matDateLocale=K),super.setLocale(this._matDateLocale)}getYear(K){return K.getFullYear()}getMonth(K){return K.getMonth()}getDate(K){return K.getDate()}getDayOfWeek(K){return K.getDay()}getMonthNames(K){const q=new Intl.DateTimeFormat(this.locale,{month:K,timeZone:"utc"});return T(12,G=>this._format(q,new Date(2017,G,1)))}getDateNames(){const K=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return T(31,q=>this._format(K,new Date(2017,0,q+1)))}getDayOfWeekNames(K){const q=new Intl.DateTimeFormat(this.locale,{weekday:K,timeZone:"utc"});return T(7,G=>this._format(q,new Date(2017,0,G+1)))}getYearName(K){const q=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(q,K)}getFirstDayOfWeek(){if(typeof Intl<"u"&&Intl.Locale){const K=new Intl.Locale(this.locale),q=(K.getWeekInfo?.()||K.weekInfo)?.firstDay??0;return 7===q?0:q}return 0}getNumDaysInMonth(K){return this.getDate(this._createDateWithOverflow(this.getYear(K),this.getMonth(K)+1,0))}clone(K){return new Date(K.getTime())}createDate(K,q,G){let Q=this._createDateWithOverflow(K,q,G);return Q.getMonth(),Q}today(){return new Date}parse(K,q){return"number"==typeof K?new Date(K):K?new Date(Date.parse(K)):null}format(K,q){if(!this.isValid(K))throw Error("NativeDateAdapter: Cannot format invalid date.");const G=new Intl.DateTimeFormat(this.locale,{...q,timeZone:"utc"});return this._format(G,K)}addCalendarYears(K,q){return this.addCalendarMonths(K,12*q)}addCalendarMonths(K,q){let G=this._createDateWithOverflow(this.getYear(K),this.getMonth(K)+q,this.getDate(K));return this.getMonth(G)!=((this.getMonth(K)+q)%12+12)%12&&(G=this._createDateWithOverflow(this.getYear(G),this.getMonth(G),0)),G}addCalendarDays(K,q){return this._createDateWithOverflow(this.getYear(K),this.getMonth(K),this.getDate(K)+q)}toIso8601(K){return[K.getUTCFullYear(),this._2digit(K.getUTCMonth()+1),this._2digit(K.getUTCDate())].join("-")}deserialize(K){if("string"==typeof K){if(!K)return null;if(c.test(K)){let q=new Date(K);if(this.isValid(q))return q}}return super.deserialize(K)}isDateInstance(K){return K instanceof Date}isValid(K){return!isNaN(K.getTime())}invalid(){return new Date(NaN)}setTime(K,q,G,Q){const $=this.clone(K);return $.setHours(q,G,Q,0),$}getHours(K){return K.getHours()}getMinutes(K){return K.getMinutes()}getSeconds(K){return K.getSeconds()}parseTime(K,q){if("string"!=typeof K)return K instanceof Date?new Date(K.getTime()):null;const G=K.trim();if(0===G.length)return null;let Q=this._parseTimeString(G);if(null===Q){const $=G.replace(/[^0-9:(AM|PM)]/gi,"").trim();$.length>0&&(Q=this._parseTimeString($))}return Q||this.invalid()}addSeconds(K,q){return new Date(K.getTime()+1e3*q)}_createDateWithOverflow(K,q,G){const Q=new Date;return Q.setFullYear(K,q,G),Q.setHours(0,0,0,0),Q}_2digit(K){return("00"+K).slice(-2)}_format(K,q){const G=new Date;return G.setUTCFullYear(q.getFullYear(),q.getMonth(),q.getDate()),G.setUTCHours(q.getHours(),q.getMinutes(),q.getSeconds(),q.getMilliseconds()),K.format(G)}_parseTimeString(K){const q=K.toUpperCase().match(e);if(q){let G=parseInt(q[1]);const Q=parseInt(q[2]);let $=null==q[3]?void 0:parseInt(q[3]);const ae=q[4];if(12===G?G="AM"===ae?0:G:"PM"===ae&&(G+=12),d(G,0,23)&&d(Q,0,59)&&(null==$||d($,0,59)))return this.setTime(this.today(),G,Q,$||0)}return null}static \u0275fac=function(q){return new(q||j)};static \u0275prov=i.jDH({token:j,factory:j.\u0275fac})}return j})();function d(j,U,K){return!isNaN(j)&&j>=U&&j<=K}const w={parse:{dateInput:null,timeInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},timeInput:{hour:"numeric",minute:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"},timeOptionLabel:{hour:"numeric",minute:"numeric"}}};let P=(()=>{class j{static \u0275fac=function(q){return new(q||j)};static \u0275mod=t.$C({type:j});static \u0275inj=i.G2t({providers:[M()]})}return j})();function M(j=w){return[{provide:p.MJ,useClass:g},{provide:p.de,useValue:j}]}},190:(Ae,ee,l)=>{"use strict";l.d(ee,{$6:()=>_e,$J:()=>B,$Q:()=>Te,As:()=>ge,Br:()=>d,CK:()=>Ee,DI:()=>oe,DY:()=>ue,Do:()=>Be,Dq:()=>ye,Fd:()=>nt,GZ:()=>J,Gy:()=>m,H2:()=>r,Hm:()=>ce,J9:()=>me,Jx:()=>Q,L:()=>_,Lf:()=>pe,NS:()=>T,O8:()=>Oe,Qj:()=>P,SM:()=>ve,Sn:()=>g,T4:()=>te,Uj:()=>dt,Uo:()=>ae,VK:()=>q,WE:()=>Ie,X9:()=>e,XT:()=>Pe,Yi:()=>Qt,Zi:()=>K,_$:()=>Le,aB:()=>ct,ar:()=>n,b1:()=>ke,cR:()=>x,cU:()=>o,dv:()=>D,e8:()=>p,ed:()=>U,fy:()=>b,ij:()=>li,jk:()=>di,kv:()=>le,lg:()=>c,mh:()=>Ke,oX:()=>ze,p1:()=>S,pL:()=>f,sq:()=>M,t0:()=>Mt,t5:()=>re,tG:()=>se,tf:()=>he,uK:()=>Rt,vL:()=>A,w0:()=>k,x1:()=>w,yp:()=>$,z2:()=>h,zU:()=>ht});var i=l(59640),t=l(4416);const p=(0,i.VP)(t.QP.UPDATE_API_CALL_STATUS_LND,(0,i.xk)()),S=(0,i.VP)(t.QP.RESET_LND_STORE),c=(0,i.VP)(t.QP.FETCH_PAGE_SETTINGS_LND),e=(0,i.VP)(t.QP.UPDATE_SELECTED_NODE_OPTIONS),T=(0,i.VP)(t.QP.SET_PAGE_SETTINGS_LND,(0,i.xk)()),g=(0,i.VP)(t.QP.SAVE_PAGE_SETTINGS_LND,(0,i.xk)()),d=(0,i.VP)(t.QP.FETCH_INFO_LND,(0,i.xk)()),w=(0,i.VP)(t.QP.SET_INFO_LND,(0,i.xk)()),m=(0,i.VP)(t.QP.FETCH_PEERS_LND),P=(0,i.VP)(t.QP.SET_PEERS_LND,(0,i.xk)()),M=(0,i.VP)(t.QP.SAVE_NEW_PEER_LND,(0,i.xk)()),U=((0,i.VP)(t.QP.NEWLY_ADDED_PEER_LND,(0,i.xk)()),(0,i.VP)(t.QP.DETACH_PEER_LND,(0,i.xk)())),K=(0,i.VP)(t.QP.REMOVE_PEER_LND,(0,i.xk)()),q=(0,i.VP)(t.QP.SAVE_NEW_INVOICE_LND,(0,i.xk)()),Q=((0,i.VP)(t.QP.NEWLY_SAVED_INVOICE_LND,(0,i.xk)()),(0,i.VP)(t.QP.ADD_INVOICE_LND,(0,i.xk)())),$=(0,i.VP)(t.QP.FETCH_FEES_LND),ae=(0,i.VP)(t.QP.SET_FEES_LND,(0,i.xk)()),ue=(0,i.VP)(t.QP.FETCH_BLOCKCHAIN_BALANCE_LND),oe=(0,i.VP)(t.QP.SET_BLOCKCHAIN_BALANCE_LND,(0,i.xk)()),he=(0,i.VP)(t.QP.FETCH_NETWORK_LND),me=(0,i.VP)(t.QP.SET_NETWORK_LND,(0,i.xk)()),Te=(0,i.VP)(t.QP.FETCH_CHANNELS_LND),D=(0,i.VP)(t.QP.SET_CHANNELS_LND,(0,i.xk)()),n=(0,i.VP)(t.QP.FETCH_PENDING_CHANNELS_LND),o=(0,i.VP)(t.QP.SET_PENDING_CHANNELS_LND,(0,i.xk)()),f=(0,i.VP)(t.QP.FETCH_CLOSED_CHANNELS_LND),h=(0,i.VP)(t.QP.SET_CLOSED_CHANNELS_LND,(0,i.xk)()),b=(0,i.VP)(t.QP.UPDATE_CHANNEL_LND,(0,i.xk)()),A=(0,i.VP)(t.QP.SAVE_NEW_CHANNEL_LND,(0,i.xk)()),k=(0,i.VP)(t.QP.CLOSE_CHANNEL_LND,(0,i.xk)()),x=(0,i.VP)(t.QP.REMOVE_CHANNEL_LND,(0,i.xk)()),r=(0,i.VP)(t.QP.BACKUP_CHANNELS_LND,(0,i.xk)()),_=(0,i.VP)(t.QP.VERIFY_CHANNEL_LND,(0,i.xk)()),B=((0,i.VP)(t.QP.BACKUP_CHANNELS_RES_LND,(0,i.xk)()),(0,i.VP)(t.QP.VERIFY_CHANNEL_RES_LND,(0,i.xk)()),(0,i.VP)(t.QP.RESTORE_CHANNELS_LIST_LND)),re=(0,i.VP)(t.QP.SET_RESTORE_CHANNELS_LIST_LND,(0,i.xk)()),pe=(0,i.VP)(t.QP.RESTORE_CHANNELS_LND,(0,i.xk)()),Be=((0,i.VP)(t.QP.RESTORE_CHANNELS_RES_LND,(0,i.xk)()),(0,i.VP)(t.QP.FETCH_INVOICES_LND,(0,i.xk)())),_e=(0,i.VP)(t.QP.SET_INVOICES_LND,(0,i.xk)()),ye=(0,i.VP)(t.QP.UPDATE_INVOICE_LND,(0,i.xk)()),Le=(0,i.VP)(t.QP.UPDATE_PAYMENT_LND,(0,i.xk)()),Ke=(0,i.VP)(t.QP.FETCH_TRANSACTIONS_LND),ge=(0,i.VP)(t.QP.SET_TRANSACTIONS_LND,(0,i.xk)()),ve=(0,i.VP)(t.QP.FETCH_UTXOS_LND),Oe=(0,i.VP)(t.QP.SET_UTXOS_LND,(0,i.xk)()),Ee=(0,i.VP)(t.QP.FETCH_PAYMENTS_LND,(0,i.xk)()),dt=(0,i.VP)(t.QP.SET_PAYMENTS_LND,(0,i.xk)()),nt=(0,i.VP)(t.QP.SEND_PAYMENT_LND,(0,i.xk)()),Mt=((0,i.VP)(t.QP.SEND_PAYMENT_STATUS_LND,(0,i.xk)()),(0,i.VP)(t.QP.FETCH_GRAPH_NODE_LND,(0,i.xk)())),Pe=((0,i.VP)(t.QP.SET_GRAPH_NODE_LND,(0,i.xk)()),(0,i.VP)(t.QP.GET_NEW_ADDRESS_LND,(0,i.xk)())),ct=((0,i.VP)(t.QP.SET_NEW_ADDRESS_LND,(0,i.xk)()),(0,i.VP)(t.QP.SET_CHANNEL_TRANSACTION_LND,(0,i.xk)())),ze=((0,i.VP)(t.QP.SET_CHANNEL_TRANSACTION_RES_LND,(0,i.xk)()),(0,i.VP)(t.QP.GEN_SEED_LND,(0,i.xk)())),J=((0,i.VP)(t.QP.GEN_SEED_RESPONSE_LND,(0,i.xk)()),(0,i.VP)(t.QP.INIT_WALLET_LND,(0,i.xk)())),Ie=((0,i.VP)(t.QP.INIT_WALLET_RESPONSE_LND,(0,i.xk)()),(0,i.VP)(t.QP.UNLOCK_WALLET_LND,(0,i.xk)())),ht=(0,i.VP)(t.QP.PEER_LOOKUP_LND,(0,i.xk)()),li=(0,i.VP)(t.QP.CHANNEL_LOOKUP_LND,(0,i.xk)()),Qt=(0,i.VP)(t.QP.INVOICE_LOOKUP_LND,(0,i.xk)()),di=(0,i.VP)(t.QP.PAYMENT_LOOKUP_LND,(0,i.xk)()),Rt=((0,i.VP)(t.QP.SET_LOOKUP_LND,(0,i.xk)()),(0,i.VP)(t.QP.GET_FORWARDING_HISTORY_LND,(0,i.xk)())),le=(0,i.VP)(t.QP.SET_FORWARDING_HISTORY_LND,(0,i.xk)()),te=(0,i.VP)(t.QP.GET_QUERY_ROUTES_LND,(0,i.xk)()),ce=(0,i.VP)(t.QP.SET_QUERY_ROUTES_LND,(0,i.xk)()),se=(0,i.VP)(t.QP.GET_ALL_LIGHTNING_TRANSATIONS_LND),ke=(0,i.VP)(t.QP.SET_ALL_LIGHTNING_TRANSATIONS_LND,(0,i.xk)())},283:(Ae,ee,l)=>{"use strict";l.d(ee,{i:()=>he});var i=l(11747),t=l(21413),p=l(7673),S=l(99437),c=l(96354),e=l(31397),T=l(56977),g=l(12462),d=l(8321),w=l(4416),m=l(11771),P=l(28430),M=l(59584),j=l(32142),U=l(2615),K=l(29330),q=l(59640),G=l(53202),Q=l(82571),$=l(98570),ae=l(43694),ue=l(7879),oe=l(57303);let he=(()=>{var me;class Te{constructor(n,o,f,h,b,A,k,x,r){this.actions=n,this.httpClient=o,this.store=f,this.sessionService=h,this.commonService=b,this.logger=A,this.router=k,this.wsService=x,this.location=r,this.CHILD_API_URL=w.H$+"/cln",this.CLN_VERISON="",this.flgInitialized=!1,this.unSubs=[new t.B,new t.B,new t.B],this.infoFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_INFO_CLN),(0,e.Z)(_=>(this.flgInitialized=!1,this.store.dispatch((0,m.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,P.no)({payload:{action:"FetchInfo",status:w.wn.INITIATED}})),this.store.dispatch((0,m.mt)({payload:w.MZ.GET_NODE_INFO})),this.httpClient.get(this.CHILD_API_URL+w.rl.GETINFO_API).pipe((0,T.Q)(this.actions.pipe((0,i.gp)(w.aU.SET_SELECTED_NODE))),(0,c.T)(W=>(this.logger.info(W),this.CLN_VERISON=W.version||"",W.chains&&W.chains.length&&W.chains[0]&&"object"==typeof W.chains[0]&&W.chains[0].hasOwnProperty("chain")&&W?.chains[0].chain&&W?.chains[0].chain.toLowerCase().indexOf("bitcoin")<0&&W?.chains[0].chain.toLowerCase().indexOf("liquid")<0?(this.store.dispatch((0,P.no)({payload:{action:"FetchInfo",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.GET_NODE_INFO})),this.store.dispatch((0,m.Jh)()),setTimeout(()=>{this.store.dispatch((0,m.xO)({payload:{data:{type:w.A$.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}}))},500),{type:w.aU.LOGOUT,payload:"Sorry Not Sorry, RTL is Bitcoin Only!"}):(this.initializeRemainingData(W,_.payload.loadPage),this.store.dispatch((0,P.no)({payload:{action:"FetchInfo",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.GET_NODE_INFO})),{type:w.TC.SET_INFO_CLN,payload:W||{}}))),(0,S.W)(W=>{const I=this.commonService.extractErrorCode(W),B=503===I?"Unable to Connect to Core Lightning Server.":this.commonService.extractErrorMessage(W);return this.router.navigate(["/error"],{state:{errorCode:I,errorMessage:B}}),this.handleErrorWithoutAlert("FetchInfo",w.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:I,error:B}),(0,p.of)({type:w.aU.VOID})})))))),this.fetchFeeRatesCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_FEE_RATES_CLN),(0,e.Z)(_=>(this.store.dispatch((0,P.no)({payload:{action:"FetchFeeRates"+_.payload,status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/feeRates",{style:_.payload}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"FetchFeeRates"+_.payload,status:w.wn.COMPLETED}})),{type:w.TC.SET_FEE_RATES_CLN,payload:W||{}})),(0,S.W)(W=>(this.handleErrorWithoutAlert("FetchFeeRates"+_.payload,w.MZ.NO_SPINNER,"Fetching Fee Rates Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.getNewAddressCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.GET_NEW_ADDRESS_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.post(this.CHILD_API_URL+w.rl.ON_CHAIN_API+"/newaddr",{addresstype:_.payload.addressCode}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,m.y0)({payload:w.MZ.GENERATE_NEW_ADDRESS})),{type:w.TC.SET_NEW_ADDRESS_CLN,payload:W&&W[_.payload.addressCode]?W[_.payload.addressCode]:{}})),(0,S.W)(W=>(this.handleErrorWithAlert("GenerateNewAddress",w.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+w.rl.ON_CHAIN_API,W),(0,p.of)({type:w.aU.VOID})))))))),this.setNewAddressCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SET_NEW_ADDRESS_CLN),(0,c.T)(_=>(this.logger.info(_.payload),_.payload))),{dispatch:!1}),this.peersFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_PEERS_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchPeers",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.PEERS_API).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchPeers",status:w.wn.COMPLETED}})),{type:w.TC.SET_PEERS_CLN,payload:_||[]})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchPeers",w.MZ.NO_SPINNER,"Fetching Peers Failed.",_),(0,p.of)({type:w.aU.VOID})))))))),this.saveNewPeerCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SAVE_NEW_PEER_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.CONNECT_PEER})),this.store.dispatch((0,P.no)({payload:{action:"SaveNewPeer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.PEERS_API,{id:_.payload.id}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SaveNewPeer",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.CONNECT_PEER})),this.store.dispatch((0,P.Qj)({payload:W||[]})),{type:w.TC.NEWLY_ADDED_PEER_CLN,payload:{peer:W.find(I=>0===_.payload.id.indexOf(I.id?I.id:""))}})),(0,S.W)(W=>(this.handleErrorWithoutAlert("SaveNewPeer",w.MZ.CONNECT_PEER,"Peer Connection Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.detachPeerCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.DETACH_PEER_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.DISCONNECT_PEER})),this.httpClient.post(this.CHILD_API_URL+w.rl.PEERS_API+"/disconnect",{id:_.payload.id,force:_.payload.force}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,m.y0)({payload:w.MZ.DISCONNECT_PEER})),this.store.dispatch((0,m.UI)({payload:"Peer Disconnected Successfully!"})),{type:w.TC.REMOVE_PEER_CLN,payload:{id:_.payload.id}})),(0,S.W)(W=>(this.handleErrorWithAlert("PeerDisconnect",w.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+w.rl.PEERS_API+"/"+_.payload.id,W),(0,p.of)({type:w.aU.VOID})))))))),this.channelsFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_CHANNELS_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchChannels",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.CHANNELS_API+"/listPeerChannels"))),(0,c.T)(_=>{this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchChannels",status:w.wn.COMPLETED}}));const W={activeChannels:[],pendingChannels:[],inactiveChannels:[]};return _.forEach(I=>{"CHANNELD_NORMAL"===I.state?I.peer_connected?W.activeChannels.push(I):W.inactiveChannels.push(I):W.pendingChannels.push(I)}),{type:w.TC.SET_CHANNELS_CLN,payload:W}}),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchChannels",w.MZ.NO_SPINNER,"Fetching Channels Failed.",_),(0,p.of)({type:w.aU.VOID}))))),this.openNewChannelCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SAVE_NEW_CHANNEL_CLN),(0,e.Z)(_=>{this.store.dispatch((0,m.mt)({payload:w.MZ.OPEN_CHANNEL})),this.store.dispatch((0,P.no)({payload:{action:"SaveNewChannel",status:w.wn.INITIATED}}));const W={id:_.payload.peerId,amount:_.payload.amount,feerate:_.payload.feeRate,announce:_.payload.announce};return _.payload.minconf&&(W.minconf=_.payload.minconf),_.payload.utxos&&(W.utxos=_.payload.utxos),_.payload.requestAmount&&(W.request_amt=_.payload.requestAmount),_.payload.compactLease&&(W.compact_lease=_.payload.compactLease),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API,W).pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,P.no)({payload:{action:"SaveNewChannel",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.OPEN_CHANNEL})),this.store.dispatch((0,m.UI)({payload:"Channel Added Successfully!"})),this.store.dispatch((0,P.g6)()),{type:w.TC.FETCH_CHANNELS_CLN})),(0,S.W)(I=>(this.handleErrorWithoutAlert("SaveNewChannel",w.MZ.OPEN_CHANNEL,"Opening Channel Failed.",I),(0,p.of)({type:w.aU.VOID}))))}))),this.updateChannelCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.UPDATE_CHANNEL_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/setChannelFee",_.payload).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,m.y0)({payload:w.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,m.UI)("all"===_.payload.id?{payload:{message:"All Channels Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}}:{payload:{message:"Channel Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}})),{type:w.TC.FETCH_CHANNELS_CLN})),(0,S.W)(W=>(this.handleErrorWithAlert("UpdateChannel",w.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+w.rl.CHANNELS_API,W),(0,p.of)({type:w.aU.VOID})))))))),this.closeChannelCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.CLOSE_CHANNEL_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:_.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/close",{id:_.payload.channelId,unilateraltimeout:_.payload.force?1:null}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,m.y0)({payload:_.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,P.$Q)()),this.store.dispatch((0,P.g6)()),this.store.dispatch((0,m.UI)({payload:"Channel Closed Successfully!"})),{type:w.TC.REMOVE_CHANNEL_CLN,payload:_.payload})),(0,S.W)(W=>(this.handleErrorWithAlert("CloseChannel",_.payload.force?w.MZ.FORCE_CLOSE_CHANNEL:w.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+w.rl.CHANNELS_API,W),(0,p.of)({type:w.aU.VOID})))))))),this.paymentsFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_PAYMENTS_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchPayments",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.PAYMENTS_API))),(0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchPayments",status:w.wn.COMPLETED}})),{type:w.TC.SET_PAYMENTS_CLN,payload:_||[]})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchPayments",w.MZ.NO_SPINNER,"Fetching Payments Failed.",_),(0,p.of)({type:w.aU.VOID}))))),this.fetchOfferInvoiceCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_OFFER_INVOICE_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.FETCH_INVOICE})),this.store.dispatch((0,P.no)({payload:{action:"FetchOfferInvoice",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/fetchOfferInvoice",_.payload).pipe((0,c.T)(W=>{this.logger.info(W),setTimeout(()=>{this.store.dispatch((0,P.no)({payload:{action:"FetchOfferInvoice",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.FETCH_INVOICE})),this.store.dispatch((0,P.GZ)({payload:W||{}}))},500)}),(0,S.W)(W=>(this.handleErrorWithoutAlert("FetchOfferInvoice",w.MZ.FETCH_INVOICE,"Offer Invoice Fetch Failed",W),(0,p.of)({type:w.aU.VOID}))))))),{dispatch:!1}),this.setOfferInvoiceCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SET_OFFER_INVOICE_CLN),(0,c.T)(_=>(this.logger.info(_.payload),_.payload))),{dispatch:!1}),this.sendPaymentCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SEND_PAYMENT_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:_.payload.uiMessage})),this.store.dispatch((0,P.no)({payload:{action:"SendPayment",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.PAYMENTS_API,_.payload).pipe((0,c.T)(W=>{this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SendPayment",status:w.wn.COMPLETED}}));let I="Payment Sent Successfully!";W.saveToDBError&&(I="Payment Sent Successfully but Offer Saving to Database Failed."),W.saveToDBResponse&&"NA"!==W.saveToDBResponse&&(this.store.dispatch((0,P.Db)({payload:W.saveToDBResponse})),I="Payment Sent Successfully and Offer Saved to Database."),setTimeout(()=>{this.store.dispatch((0,P.$Q)()),this.store.dispatch((0,P.g6)()),this.store.dispatch((0,P.CK)()),this.store.dispatch((0,m.y0)({payload:_.payload.uiMessage})),this.store.dispatch((0,m.UI)({payload:I})),this.store.dispatch((0,P.N4)({payload:W.paymentResponse}))},1e3)}),(0,S.W)(W=>(this.logger.error("Error: "+JSON.stringify(W)),_.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",_.payload.uiMessage,"Send Payment Failed.",W):this.handleErrorWithAlert("SendPayment",_.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+w.rl.PAYMENTS_API,W),(0,p.of)({type:w.aU.VOID}))))))),{dispatch:!1}),this.queryRoutesFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.GET_QUERY_ROUTES_CLN),(0,e.Z)(_=>(this.store.dispatch((0,P.no)({payload:{action:"GetQueryRoutes",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/getRoute",{id:_.payload.destPubkey,amount_msat:_.payload.amount,riskfactor:0}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"GetQueryRoutes",status:w.wn.COMPLETED}})),{type:w.TC.SET_QUERY_ROUTES_CLN,payload:W})),(0,S.W)(W=>(this.store.dispatch((0,P.Hm)({payload:{route:[]}})),this.handleErrorWithAlert("GetQueryRoutes",w.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/getRoute",W),(0,p.of)({type:w.aU.VOID})))))))),this.setQueryRoutesCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SET_QUERY_ROUTES_CLN),(0,c.T)(_=>_.payload)),{dispatch:!1}),this.peerLookupCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.PEER_LOOKUP_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.SEARCHING_NODE})),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/listNodes",{id:_.payload}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.SEARCHING_NODE})),{type:w.TC.SET_LOOKUP_CLN,payload:W})),(0,S.W)(W=>(this.handleErrorWithAlert("Lookup",w.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/listNodes/"+_.payload,W),(0,p.of)({type:w.aU.VOID})))))))),this.channelLookupCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.CHANNEL_LOOKUP_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:_.payload.uiMessage})),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.NETWORK_API+"/listChannels",{short_channel_id:_.payload.shortChannelID}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:_.payload.uiMessage})),{type:w.TC.SET_LOOKUP_CLN,payload:W})),(0,S.W)(W=>(_.payload.showError?this.handleErrorWithAlert("Lookup",_.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+w.rl.NETWORK_API+"/listChannels/"+_.payload.shortChannelID,W):this.store.dispatch((0,m.y0)({payload:_.payload.uiMessage})),this.store.dispatch((0,P.$J)({payload:[]})),(0,p.of)({type:w.aU.VOID})))))))),this.invoiceLookupCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.INVOICE_LOOKUP_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/lookup",{label:_.payload}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"Lookup",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.SEARCHING_INVOICE})),W.invoices&&W.invoices.length&&W.invoices.length>0&&this.store.dispatch((0,P.Dq)({payload:W.invoices[0]})),{type:w.TC.SET_LOOKUP_CLN,payload:W.invoices&&W.invoices.length&&W.invoices.length>0?W.invoices[0]:W})),(0,S.W)(W=>(this.handleErrorWithoutAlert("Lookup",w.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",W),this.store.dispatch((0,m.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,p.of)({type:w.aU.VOID})))))))),this.setLookupCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SET_LOOKUP_CLN),(0,c.T)(_=>(this.logger.info(_.payload),_.payload))),{dispatch:!1}),this.fetchForwardingHistoryCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.GET_FORWARDING_HISTORY_CLN),(0,e.Z)(_=>{const W=_.payload.status.charAt(0).toUpperCase();return this.store.dispatch((0,P.no)({payload:{action:"FetchForwardingHistory"+W,status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.CHANNELS_API+"/listForwards",_.payload).pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,P.no)({payload:{action:"FetchForwardingHistory"+W,status:w.wn.COMPLETED}})),_.payload.status===w.xk.FAILED?this.store.dispatch((0,P.kv)({payload:{status:w.xk.FAILED,totalForwards:I.length,listForwards:I}})):_.payload.status===w.xk.LOCAL_FAILED?this.store.dispatch((0,P.kv)({payload:{status:w.xk.LOCAL_FAILED,totalForwards:I.length,listForwards:I}})):_.payload.status===w.xk.SETTLED&&this.store.dispatch((0,P.kv)({payload:{status:w.xk.SETTLED,totalForwards:I.length,listForwards:I}})),{type:w.aU.VOID})),(0,S.W)(I=>(this.handleErrorWithAlert("FetchForwardingHistory"+W,w.MZ.NO_SPINNER,"Get "+_.payload.status+" Forwarding History Failed",this.CHILD_API_URL+w.rl.CHANNELS_API+"/listForwards",I),(0,p.of)({type:w.aU.VOID}))))}))),this.deleteExpiredInvoiceCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.DELETE_EXPIRED_INVOICE_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.DELETE_INVOICE})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/delete",{subsystem:"expiredinvoices",age:w.NG}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,m.y0)({payload:w.MZ.DELETE_INVOICE})),this.store.dispatch((0,m.UI)({payload:W.status})),{type:w.TC.FETCH_INVOICES_CLN})),(0,S.W)(W=>(this.handleErrorWithAlert("DeleteInvoices",w.MZ.DELETE_INVOICE,"Delete Invoice Failed",this.CHILD_API_URL+w.rl.INVOICES_API,W),(0,p.of)({type:w.aU.VOID})))))))),this.saveNewInvoiceCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SAVE_NEW_INVOICE_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.ADD_INVOICE})),this.store.dispatch((0,P.no)({payload:{action:"SaveNewInvoice",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API,_.payload).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SaveNewInvoice",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.ADD_INVOICE})),W.amount_msat=_.payload.amount_msat,W.label=_.payload.label,W.expires_at=Math.round((new Date).getTime()/1e3+_.payload.expiry),W.description=_.payload.description,W.status="unpaid",setTimeout(()=>{this.store.dispatch((0,m.xO)({payload:{data:{invoice:W,newlyAdded:!0,component:d.y}}}))},200),{type:w.TC.ADD_INVOICE_CLN,payload:W})),(0,S.W)(W=>(this.handleErrorWithoutAlert("SaveNewInvoice",w.MZ.ADD_INVOICE,"Add Invoice Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.saveNewOfferCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SAVE_NEW_OFFER_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.CREATE_OFFER})),this.store.dispatch((0,P.no)({payload:{action:"SaveNewOffer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API,_.payload).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SaveNewOffer",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.CREATE_OFFER})),setTimeout(()=>{this.store.dispatch((0,m.xO)({payload:{data:{offer:W,newlyAdded:!0,component:j.f}}}))},100),{type:w.TC.ADD_OFFER_CLN,payload:W})),(0,S.W)(W=>(this.handleErrorWithoutAlert("SaveNewOffer",w.MZ.CREATE_OFFER,"Create Offer Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.invoicesFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_INVOICES_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchInvoices",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.INVOICES_API+"/lookup",null))),(0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchInvoices",status:w.wn.COMPLETED}})),{type:w.TC.SET_INVOICES_CLN,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchInvoices",w.MZ.NO_SPINNER,"Fetching Invoices Failed.",_),(0,p.of)({type:w.aU.VOID}))))),this.offersFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_OFFERS_CLN),(0,e.Z)(_=>(this.store.dispatch((0,P.no)({payload:{action:"FetchOffers",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.OFFERS_API).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"FetchOffers",status:w.wn.COMPLETED}})),{type:w.TC.SET_OFFERS_CLN,payload:W.offers?W.offers:[]})),(0,S.W)(W=>(this.handleErrorWithoutAlert("FetchOffers",w.MZ.NO_SPINNER,"Fetching Offers Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.offersDisableCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.DISABLE_OFFER_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.DISABLE_OFFER})),this.store.dispatch((0,P.no)({payload:{action:"DisableOffer",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/disableOffer",{offer_id:_.payload.offer_id}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"DisableOffer",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.DISABLE_OFFER})),this.store.dispatch((0,m.UI)({payload:"Offer Disabled Successfully!"})),{type:w.TC.UPDATE_OFFER_CLN,payload:{offer:W}})),(0,S.W)(W=>(this.handleErrorWithoutAlert("DisableOffer",w.MZ.DISABLE_OFFER,"Disabling Offer Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.offerBookmarksFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_OFFER_BOOKMARKS_CLN),(0,e.Z)(_=>(this.store.dispatch((0,P.no)({payload:{action:"FetchOfferBookmarks",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmarks").pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"FetchOfferBookmarks",status:w.wn.COMPLETED}})),{type:w.TC.SET_OFFER_BOOKMARKS_CLN,payload:W||[]})),(0,S.W)(W=>(this.handleErrorWithoutAlert("FetchOfferBookmarks",w.MZ.NO_SPINNER,"Fetching Offer Bookmarks Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.peidOffersDeleteCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.DELETE_OFFER_BOOKMARK_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,P.no)({payload:{action:"DeleteOfferBookmark",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmark/delete",{offer_str:_.payload.bolt12}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"DeleteOfferBookmark",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,m.UI)({payload:"Offer Bookmark Deleted Successfully!"})),{type:w.TC.REMOVE_OFFER_BOOKMARK_CLN,payload:{bolt12:_.payload.bolt12}})),(0,S.W)(W=>(this.handleErrorWithAlert("DeleteOfferBookmark",w.MZ.DELETE_OFFER_BOOKMARK,"Deleting Offer Bookmark Failed.",this.CHILD_API_URL+w.rl.OFFERS_API+"/offerbookmark/"+_.payload.bolt12,W),(0,p.of)({type:w.aU.VOID})))))))),this.SetChannelTransactionCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SET_CHANNEL_TRANSACTION_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.SEND_FUNDS})),this.store.dispatch((0,P.no)({payload:{action:"SetChannelTransaction",status:w.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+w.rl.ON_CHAIN_API,_.payload).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SetChannelTransaction",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.SEND_FUNDS})),this.store.dispatch((0,P.g6)()),{type:w.TC.SET_CHANNEL_TRANSACTION_RES_CLN,payload:W})),(0,S.W)(W=>(this.handleErrorWithoutAlert("SetChannelTransaction",w.MZ.SEND_FUNDS,"Sending Fund Failed.",W),(0,p.of)({type:w.aU.VOID})))))))),this.utxoBalancesFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_UTXO_BALANCES_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchUTXOBalances",status:w.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+w.rl.ON_CHAIN_API+"/utxos"))),(0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchUTXOBalances",status:w.wn.COMPLETED}})),{type:w.TC.SET_UTXO_BALANCES_CLN,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchUTXOBalances",w.MZ.NO_SPINNER,"Fetching UTXO and Balances Failed.",_),(0,p.of)({type:w.aU.VOID}))))),this.pageSettingsFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.FETCH_PAGE_SETTINGS_CLN),(0,e.Z)(()=>(this.store.dispatch((0,P.no)({payload:{action:"FetchPageSettings",status:w.wn.INITIATED}})),this.httpClient.get(w.rl.PAGE_SETTINGS_API).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.no)({payload:{action:"FetchPageSettings",status:w.wn.COMPLETED}})),{type:w.TC.SET_PAGE_SETTINGS_CLN,payload:_||[]})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchPageSettings",w.MZ.NO_SPINNER,"Fetching Page Settings Failed.",_),(0,p.of)({type:w.aU.VOID})))))))),this.savePageSettingsCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(w.TC.SAVE_PAGE_SETTINGS_CLN),(0,e.Z)(_=>(this.store.dispatch((0,m.mt)({payload:w.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,P.no)({payload:{action:"SavePageSettings",status:w.wn.INITIATED}})),this.httpClient.post(w.rl.PAGE_SETTINGS_API,_.payload).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.no)({payload:{action:"SavePageSettings",status:w.wn.COMPLETED}})),this.store.dispatch((0,m.y0)({payload:w.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,m.UI)({payload:"Page Layout Updated Successfully!"})),{type:w.TC.SET_PAGE_SETTINGS_CLN,payload:W||[]})),(0,S.W)(W=>(this.handleErrorWithAlert("SavePageSettings",w.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",w.rl.PAGE_SETTINGS_API,W),(0,p.of)({type:w.aU.VOID})))))))),this.store.select(M.ru).pipe((0,T.Q)(this.unSubs[0])).subscribe(_=>{_.FetchInfo.status!==w.wn.COMPLETED&&_.FetchInfo.status!==w.wn.ERROR||_.FetchChannels.status!==w.wn.COMPLETED&&_.FetchChannels.status!==w.wn.ERROR||_.FetchUTXOBalances.status!==w.wn.COMPLETED&&_.FetchUTXOBalances.status!==w.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,m.y0)({payload:w.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.clWSMessages.pipe((0,T.Q)(this.unSubs[1])).subscribe(_=>{this.logger.info("Received new message from the service: "+JSON.stringify(_)),_&&_.data&&_.data[w.Jr.INVOICE_PAYMENT]&&_.data[w.Jr.INVOICE_PAYMENT].label&&this.store.dispatch((0,P.Dq)({payload:_.data[w.Jr.INVOICE_PAYMENT]}))})}initializeRemainingData(n,o){this.sessionService.setItem("clnUnlocked","true");const f={identity_pubkey:n.id,alias:n.alias,testnet:"testnet"===n.network.toLowerCase(),chains:n.chains,uris:n.uris,version:n.version,api_version:n.api_version,numberOfPendingChannels:n.num_pending_channels};this.store.dispatch((0,m.mt)({payload:w.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,m.Fl)({payload:f}));let h=this.location.path();h.includes("/lnd/")?h=h?.replace("/lnd/","/cln/"):h.includes("/ecl/")&&(h=h?.replace("/ecl/","/cln/")),(h.includes("/login")||h.includes("/error")||""===h||"HOME"===o||h.includes("?access-key="))&&(h="/cln/home"),this.router.navigate([h]),this.store.dispatch((0,P.Do)()),this.store.dispatch((0,P.$Q)()),this.store.dispatch((0,P.g6)()),this.store.dispatch((0,P.kX)({payload:"perkw"})),this.store.dispatch((0,P.kX)({payload:"perkb"})),this.store.dispatch((0,P.Gy)()),this.store.dispatch((0,P.CK)())}handleErrorWithoutAlert(n,o,f,h){if(this.logger.error("ERROR IN: "+n+"\n"+JSON.stringify(h)),401===h.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,m.Jh)()),this.store.dispatch((0,m.ri)({payload:"Authentication Failed: "+JSON.stringify(h.error)}));else{this.store.dispatch((0,m.y0)({payload:o}));const b=this.commonService.extractErrorMessage(h,f);this.store.dispatch((0,P.no)({payload:{action:n,status:w.wn.ERROR,statusCode:h.status.toString(),message:b}}))}}handleErrorWithAlert(n,o,f,h,b){if(this.logger.error(b),401===b.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,m.Jh)()),this.store.dispatch((0,m.ri)({payload:"Authentication Failed: "+JSON.stringify(b.error)})),this.store.dispatch((0,m.UI)({payload:"Authentication Failed: "+b.error}));else{this.store.dispatch((0,m.y0)({payload:o}));const A=this.commonService.extractErrorMessage(b);this.store.dispatch((0,m.xO)({payload:{data:{type:"ERROR",alertTitle:f,message:{code:b.status,message:A,URL:h},component:g.f}}})),this.store.dispatch((0,P.no)({payload:{action:n,status:w.wn.ERROR,statusCode:b.status.toString(),message:A,URL:h}}))}}ngOnDestroy(){this.unSubs.forEach(n=>{n.next(null),n.complete()})}static#e=me=()=>(this.\u0275fac=function(o){return new(o||Te)(U.KVO(i.En),U.KVO(K.Qq),U.KVO(q.il),U.KVO(G.Q),U.KVO(Q.h),U.KVO($.gP),U.KVO(ae.Ix),U.KVO(ue.I),U.KVO(oe.aZ))},this.\u0275prov=U.jDH({token:Te,factory:Te.\u0275fac}))}return me(),Te})()},345:(Ae,ee,l)=>{"use strict";l.d(ee,{fM:()=>$,hE:()=>e,up:()=>ae});var i=l(2615),t=l(73664),p=l(93393);let e=(()=>{class k{_doc;constructor(r){this._doc=r}getTitle(){return this._doc.title}setTitle(r){this._doc.title=r||""}static \u0275fac=function(_){return new(_||k)(i.KVO(i.qQL))};static \u0275prov=i.jDH({token:k,factory:k.\u0275fac,providedIn:"root"})}return k})();const U={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},K=new i.nKC(""),q=new i.nKC("");let G=(()=>{class k{events=[];overrides={};options;buildHammer(r){const _=new Hammer(r,this.options);_.get("pinch").set({enable:!0}),_.get("rotate").set({enable:!0});for(const W in this.overrides)_.get(W).set(this.overrides[W]);return _}static \u0275fac=function(_){return new(_||k)};static \u0275prov=i.jDH({token:k,factory:k.\u0275fac})}return k})(),Q=(()=>{class k extends p.Hl{_config;_injector;loader;_loaderPromise=null;constructor(r,_,W,I){super(r),this._config=_,this._injector=W,this.loader=I}supports(r){return!(!U.hasOwnProperty(r.toLowerCase())&&!this.isCustomEvent(r)||!window.Hammer&&!this.loader)}addEventListener(r,_,W){const I=this.manager.getZone();if(_=_.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||I.runOutsideAngular(()=>this.loader());let B=!1,re=()=>{B=!0};return I.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?B||(re=this.addEventListener(r,_,W)):re=()=>{}}).catch(()=>{re=()=>{}})),()=>{re()}}return I.runOutsideAngular(()=>{const B=this._config.buildHammer(r),re=function(pe){I.runGuarded(function(){W(pe)})};return B.on(_,re),()=>{B.off(_,re),"function"==typeof B.destroy&&B.destroy()}})}isCustomEvent(r){return this._config.events.indexOf(r)>-1}static \u0275fac=function(_){return new(_||k)(i.KVO(i.qQL),i.KVO(K),i.KVO(i.zZn),i.KVO(q,8))};static \u0275prov=i.jDH({token:k,factory:k.\u0275fac})}return k})(),$=(()=>{class k{static \u0275fac=function(_){return new(_||k)};static \u0275mod=t.$C({type:k});static \u0275inj=i.G2t({providers:[{provide:p.Q5,useClass:Q,multi:!0,deps:[i.qQL,K,i.zZn,[new t.Xx1,q]]},{provide:K,useClass:G}]})}return k})(),ae=(()=>{class k{static \u0275fac=function(_){return new(_||k)};static \u0275prov=i.jDH({token:k,factory:function(_){let W=null;return W=_?new(_||k):i.KVO(ue),W},providedIn:"root"})}return k})(),ue=(()=>{class k extends ae{_doc;constructor(r){super(),this._doc=r}sanitize(r,_){if(null==_)return null;switch(r){case t.WPN.NONE:return _;case t.WPN.HTML:return(0,t.iWE)(_,"HTML")?(0,t.aCM)(_):(0,t.wr$)(this._doc,String(_)).toString();case t.WPN.STYLE:return(0,t.iWE)(_,"Style")?(0,t.aCM)(_):_;case t.WPN.SCRIPT:if((0,t.iWE)(_,"Script"))return(0,t.aCM)(_);throw new i.buA(5200,!1);case t.WPN.URL:return(0,t.iWE)(_,"URL")?(0,t.aCM)(_):(0,t.gil)(String(_));case t.WPN.RESOURCE_URL:if((0,t.iWE)(_,"ResourceURL"))return(0,t.aCM)(_);throw new i.buA(5201,!1);default:throw new i.buA(5202,!1)}}bypassSecurityTrustHtml(r){return(0,t.PYC)(r)}bypassSecurityTrustStyle(r){return(0,t.rAh)(r)}bypassSecurityTrustScript(r){return(0,t.p2i)(r)}bypassSecurityTrustUrl(r){return(0,t.B1s)(r)}bypassSecurityTrustResourceUrl(r){return(0,t.RPW)(r)}static \u0275fac=function(_){return new(_||k)(i.KVO(i.qQL))};static \u0275prov=i.jDH({token:k,factory:k.\u0275fac,providedIn:"root"})}return k})()},350:(Ae,ee,l)=>{var i=l(60503),t=l(19307),p=l(27054).Buffer,S=l(91821),c=l(3247),e=l(12375),T=l(18211);function d(j,U,K){c.call(this),this._cache=new m,this._cipher=new e.AES(U),this._prev=p.from(K),this._mode=j,this._autopadding=!0}l(71993)(d,c),d.prototype._update=function(j){this._cache.add(j);for(var U,K,q=[];U=this._cache.get();)K=this._mode.encrypt(this,U),q.push(K);return p.concat(q)};var w=p.alloc(16,16);function m(){this.cache=p.allocUnsafe(0)}function P(j,U,K){var q=i[j.toLowerCase()];if(!q)throw new TypeError("invalid suite type");if("string"==typeof U&&(U=p.from(U)),U.length!==q.key/8)throw new TypeError("invalid key length "+U.length);if("string"==typeof K&&(K=p.from(K)),"GCM"!==q.mode&&K.length!==q.iv)throw new TypeError("invalid iv length "+K.length);return"stream"===q.type?new S(q.module,U,K):"auth"===q.type?new t(q.module,U,K):new d(q.module,U,K)}d.prototype._final=function(){var j=this._cache.flush();if(this._autopadding)return j=this._mode.encrypt(this,j),this._cipher.scrub(),j;if(!j.equals(w))throw this._cipher.scrub(),new Error("data not multiple of block length")},d.prototype.setAutoPadding=function(j){return this._autopadding=!!j,this},m.prototype.add=function(j){this.cache=p.concat([this.cache,j])},m.prototype.get=function(){if(this.cache.length>15){var j=this.cache.slice(0,16);return this.cache=this.cache.slice(16),j}return null},m.prototype.flush=function(){for(var j=16-this.cache.length,U=p.allocUnsafe(j),K=-1;++K{"use strict";var i=l(46758),p=l(12773)("TypedArray.prototype.buffer",!0),S=l(4729);Ae.exports=p||function(e){if(!S(e))throw new i("Not a Typed Array");return e.buffer}},917:function(Ae,ee,l){!function(i,t){"use strict";function p(f,h){if(!f)throw new Error(h||"Assertion failed")}function S(f,h){f.super_=h;var b=function(){};b.prototype=h.prototype,f.prototype=new b,f.prototype.constructor=f}function c(f,h,b){if(c.isBN(f))return f;this.negative=0,this.words=null,this.length=0,this.red=null,null!==f&&(("le"===h||"be"===h)&&(b=h,h=10),this._init(f||0,h||10,b||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(47790).Buffer}catch{}function T(f,h){var b=f.charCodeAt(h);return b>=48&&b<=57?b-48:b>=65&&b<=70?b-55:b>=97&&b<=102?b-87:void p(!1,"Invalid character in "+f)}function g(f,h,b){var A=T(f,b);return b-1>=h&&(A|=T(f,b-1)<<4),A}function d(f,h,b,A){for(var k=0,x=0,r=Math.min(f.length,b),_=h;_=49?W-49+10:W>=17?W-17+10:W,p(W>=0&&x0?h:b},c.min=function(h,b){return h.cmp(b)<0?h:b},c.prototype._init=function(h,b,A){if("number"==typeof h)return this._initNumber(h,b,A);if("object"==typeof h)return this._initArray(h,b,A);"hex"===b&&(b=16),p(b===(0|b)&&b>=2&&b<=36);var k=0;"-"===(h=h.toString().replace(/\s+/g,""))[0]&&(k++,this.negative=1),k=0;k-=3)this.words[x]|=(r=h[k]|h[k-1]<<8|h[k-2]<<16)<<_&67108863,this.words[x+1]=r>>>26-_&67108863,(_+=24)>=26&&(_-=26,x++);else if("le"===A)for(k=0,x=0;k>>26-_&67108863,(_+=24)>=26&&(_-=26,x++);return this._strip()},c.prototype._parseHex=function(h,b,A){this.length=Math.ceil((h.length-b)/6),this.words=new Array(this.length);for(var k=0;k=b;k-=2)_=g(h,b,k)<=18?(x-=18,this.words[r+=1]|=_>>>26):x+=8;else for(k=(h.length-b)%2==0?b+1:b;k=18?(x-=18,this.words[r+=1]|=_>>>26):x+=8;this._strip()},c.prototype._parseBase=function(h,b,A){this.words=[0],this.length=1;for(var k=0,x=1;x<=67108863;x*=b)k++;k--,x=x/b|0;for(var r=h.length-A,_=r%k,W=Math.min(r,r-_)+A,I=0,B=A;B1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},typeof Symbol<"u"&&"function"==typeof Symbol.for)try{c.prototype[Symbol.for("nodejs.util.inspect.custom")]=m}catch{c.prototype.inspect=m}else c.prototype.inspect=m;function m(){return(this.red?""}var P=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],M=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],j=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function q(f,h,b){b.negative=h.negative^f.negative;var A=f.length+h.length|0;b.length=A,A=A-1|0;var k=0|f.words[0],x=0|h.words[0],r=k*x,W=r/67108864|0;b.words[0]=67108863&r;for(var I=1;I>>26,re=67108863&W,pe=Math.min(I,h.length-1),be=Math.max(0,I-f.length+1);be<=pe;be++)B+=(r=(k=0|f.words[I-be|0])*(x=0|h.words[be])+re)/67108864|0,re=67108863&r;b.words[I]=0|re,W=0|B}return 0!==W?b.words[I]=0|W:b.length--,b._strip()}c.prototype.toString=function(h,b){var A;if(b=0|b||1,16===(h=h||10)||"hex"===h){A="";for(var k=0,x=0,r=0;r>>24-k&16777215,(k+=2)>=26&&(k-=26,r--),A=0!==x||r!==this.length-1?P[6-W.length]+W+A:W+A}for(0!==x&&(A=x.toString(16)+A);A.length%b!==0;)A="0"+A;return 0!==this.negative&&(A="-"+A),A}if(h===(0|h)&&h>=2&&h<=36){var I=M[h],B=j[h];A="";var re=this.clone();for(re.negative=0;!re.isZero();){var pe=re.modrn(B).toString(h);A=(re=re.idivn(B)).isZero()?pe+A:P[I-pe.length]+pe+A}for(this.isZero()&&(A="0"+A);A.length%b!==0;)A="0"+A;return 0!==this.negative&&(A="-"+A),A}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var h=this.words[0];return 2===this.length?h+=67108864*this.words[1]:3===this.length&&1===this.words[2]?h+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-h:h},c.prototype.toJSON=function(){return this.toString(16,2)},e&&(c.prototype.toBuffer=function(h,b){return this.toArrayLike(e,h,b)}),c.prototype.toArray=function(h,b){return this.toArrayLike(Array,h,b)},c.prototype.toArrayLike=function(h,b,A){this._strip();var k=this.byteLength(),x=A||Math.max(1,k);p(k<=x,"byte array longer than desired length"),p(x>0,"Requested array length <= 0");var r=function(h,b){return h.allocUnsafe?h.allocUnsafe(b):new h(b)}(h,x);return this["_toArrayLike"+("le"===b?"LE":"BE")](r,k),r},c.prototype._toArrayLikeLE=function(h,b){for(var A=0,k=0,x=0,r=0;x>8&255),A>16&255),6===r?(A>24&255),k=0,r=0):(k=_>>>24,r+=2)}if(A=0&&(h[A--]=_>>8&255),A>=0&&(h[A--]=_>>16&255),6===r?(A>=0&&(h[A--]=_>>24&255),k=0,r=0):(k=_>>>24,r+=2)}if(A>=0)for(h[A--]=k;A>=0;)h[A--]=0},c.prototype._countBits=Math.clz32?function(h){return 32-Math.clz32(h)}:function(h){var b=h,A=0;return b>=4096&&(A+=13,b>>>=13),b>=64&&(A+=7,b>>>=7),b>=8&&(A+=4,b>>>=4),b>=2&&(A+=2,b>>>=2),A+b},c.prototype._zeroBits=function(h){if(0===h)return 26;var b=h,A=0;return!(8191&b)&&(A+=13,b>>>=13),!(127&b)&&(A+=7,b>>>=7),!(15&b)&&(A+=4,b>>>=4),!(3&b)&&(A+=2,b>>>=2),!(1&b)&&A++,A},c.prototype.bitLength=function(){var b=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+b},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var h=0,b=0;bh.length?this.clone().ior(h):h.clone().ior(this)},c.prototype.uor=function(h){return this.length>h.length?this.clone().iuor(h):h.clone().iuor(this)},c.prototype.iuand=function(h){var b;b=this.length>h.length?h:this;for(var A=0;Ah.length?this.clone().iand(h):h.clone().iand(this)},c.prototype.uand=function(h){return this.length>h.length?this.clone().iuand(h):h.clone().iuand(this)},c.prototype.iuxor=function(h){var b,A;this.length>h.length?(b=this,A=h):(b=h,A=this);for(var k=0;kh.length?this.clone().ixor(h):h.clone().ixor(this)},c.prototype.uxor=function(h){return this.length>h.length?this.clone().iuxor(h):h.clone().iuxor(this)},c.prototype.inotn=function(h){p("number"==typeof h&&h>=0);var b=0|Math.ceil(h/26),A=h%26;this._expand(b),A>0&&b--;for(var k=0;k0&&(this.words[k]=~this.words[k]&67108863>>26-A),this._strip()},c.prototype.notn=function(h){return this.clone().inotn(h)},c.prototype.setn=function(h,b){p("number"==typeof h&&h>=0);var A=h/26|0,k=h%26;return this._expand(A+1),this.words[A]=b?this.words[A]|1<h.length?(A=this,k=h):(A=h,k=this);for(var x=0,r=0;r>>26;for(;0!==x&&r>>26;if(this.length=A.length,0!==x)this.words[this.length]=x,this.length++;else if(A!==this)for(;rh.length?this.clone().iadd(h):h.clone().iadd(this)},c.prototype.isub=function(h){if(0!==h.negative){h.negative=0;var b=this.iadd(h);return h.negative=1,b._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(h),this.negative=1,this._normSign();var k,x,A=this.cmp(h);if(0===A)return this.negative=0,this.length=1,this.words[0]=0,this;A>0?(k=this,x=h):(k=h,x=this);for(var r=0,_=0;_>26,this.words[_]=67108863&b;for(;0!==r&&_>26,this.words[_]=67108863&b;if(0===r&&_>>13,Be=0|k[1],_e=8191&Be,ye=Be>>>13,Le=0|k[2],Ke=8191&Le,ge=Le>>>13,ve=0|k[3],Oe=8191&ve,Ee=ve>>>13,dt=0|k[4],nt=8191&dt,Ct=dt>>>13,Mt=0|k[5],lt=8191&Mt,Pe=Mt>>>13,Ht=0|k[6],ct=8191&Ht,Ce=Ht>>>13,ze=0|k[7],Z=8191&ze,J=ze>>>13,fe=0|k[8],Ie=8191&fe,ht=fe>>>13,li=0|k[9],Qt=8191&li,di=li>>>13,kt=0|x[0],Rt=8191&kt,le=kt>>>13,te=0|x[1],ce=8191&te,se=te>>>13,ke=0|x[2],Ue=8191&ke,Ne=ke>>>13,Kt=0|x[3],yt=8191&Kt,Vt=Kt>>>13,Zt=0|x[4],ti=8191&Zt,Ye=Zt>>>13,Nt=0|x[5],Et=8191&Nt,Jt=Nt>>>13,qe=0|x[6],$e=8191&qe,tt=qe>>>13,vi=0|x[7],ei=8191&vi,ci=vi>>>13,Hi=0|x[8],oi=8191&Hi,ui=Hi>>>13,ln=0|x[9],nn=8191&ln,dn=ln>>>13;A.negative=h.negative^b.negative,A.length=19;var zn=(_+(W=Math.imul(pe,Rt))|0)+((8191&(I=(I=Math.imul(pe,le))+Math.imul(be,Rt)|0))<<13)|0;_=((B=Math.imul(be,le))+(I>>>13)|0)+(zn>>>26)|0,zn&=67108863,W=Math.imul(_e,Rt),I=(I=Math.imul(_e,le))+Math.imul(ye,Rt)|0,B=Math.imul(ye,le);var It=(_+(W=W+Math.imul(pe,ce)|0)|0)+((8191&(I=(I=I+Math.imul(pe,se)|0)+Math.imul(be,ce)|0))<<13)|0;_=((B=B+Math.imul(be,se)|0)+(I>>>13)|0)+(It>>>26)|0,It&=67108863,W=Math.imul(Ke,Rt),I=(I=Math.imul(Ke,le))+Math.imul(ge,Rt)|0,B=Math.imul(ge,le),W=W+Math.imul(_e,ce)|0,I=(I=I+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,B=B+Math.imul(ye,se)|0;var Tt=(_+(W=W+Math.imul(pe,Ue)|0)|0)+((8191&(I=(I=I+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0))<<13)|0;_=((B=B+Math.imul(be,Ne)|0)+(I>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,W=Math.imul(Oe,Rt),I=(I=Math.imul(Oe,le))+Math.imul(Ee,Rt)|0,B=Math.imul(Ee,le),W=W+Math.imul(Ke,ce)|0,I=(I=I+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,B=B+Math.imul(ge,se)|0,W=W+Math.imul(_e,Ue)|0,I=(I=I+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,B=B+Math.imul(ye,Ne)|0;var Ze=(_+(W=W+Math.imul(pe,yt)|0)|0)+((8191&(I=(I=I+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0))<<13)|0;_=((B=B+Math.imul(be,Vt)|0)+(I>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,W=Math.imul(nt,Rt),I=(I=Math.imul(nt,le))+Math.imul(Ct,Rt)|0,B=Math.imul(Ct,le),W=W+Math.imul(Oe,ce)|0,I=(I=I+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,B=B+Math.imul(Ee,se)|0,W=W+Math.imul(Ke,Ue)|0,I=(I=I+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,B=B+Math.imul(ge,Ne)|0,W=W+Math.imul(_e,yt)|0,I=(I=I+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,B=B+Math.imul(ye,Vt)|0;var Ve=(_+(W=W+Math.imul(pe,ti)|0)|0)+((8191&(I=(I=I+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0))<<13)|0;_=((B=B+Math.imul(be,Ye)|0)+(I>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,W=Math.imul(lt,Rt),I=(I=Math.imul(lt,le))+Math.imul(Pe,Rt)|0,B=Math.imul(Pe,le),W=W+Math.imul(nt,ce)|0,I=(I=I+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,B=B+Math.imul(Ct,se)|0,W=W+Math.imul(Oe,Ue)|0,I=(I=I+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,B=B+Math.imul(Ee,Ne)|0,W=W+Math.imul(Ke,yt)|0,I=(I=I+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,B=B+Math.imul(ge,Vt)|0,W=W+Math.imul(_e,ti)|0,I=(I=I+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,B=B+Math.imul(ye,Ye)|0;var Fe=(_+(W=W+Math.imul(pe,Et)|0)|0)+((8191&(I=(I=I+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0))<<13)|0;_=((B=B+Math.imul(be,Jt)|0)+(I>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,W=Math.imul(ct,Rt),I=(I=Math.imul(ct,le))+Math.imul(Ce,Rt)|0,B=Math.imul(Ce,le),W=W+Math.imul(lt,ce)|0,I=(I=I+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,B=B+Math.imul(Pe,se)|0,W=W+Math.imul(nt,Ue)|0,I=(I=I+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,B=B+Math.imul(Ct,Ne)|0,W=W+Math.imul(Oe,yt)|0,I=(I=I+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,B=B+Math.imul(Ee,Vt)|0,W=W+Math.imul(Ke,ti)|0,I=(I=I+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,B=B+Math.imul(ge,Ye)|0,W=W+Math.imul(_e,Et)|0,I=(I=I+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,B=B+Math.imul(ye,Jt)|0;var it=(_+(W=W+Math.imul(pe,$e)|0)|0)+((8191&(I=(I=I+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0))<<13)|0;_=((B=B+Math.imul(be,tt)|0)+(I>>>13)|0)+(it>>>26)|0,it&=67108863,W=Math.imul(Z,Rt),I=(I=Math.imul(Z,le))+Math.imul(J,Rt)|0,B=Math.imul(J,le),W=W+Math.imul(ct,ce)|0,I=(I=I+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,B=B+Math.imul(Ce,se)|0,W=W+Math.imul(lt,Ue)|0,I=(I=I+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,B=B+Math.imul(Pe,Ne)|0,W=W+Math.imul(nt,yt)|0,I=(I=I+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,B=B+Math.imul(Ct,Vt)|0,W=W+Math.imul(Oe,ti)|0,I=(I=I+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,B=B+Math.imul(Ee,Ye)|0,W=W+Math.imul(Ke,Et)|0,I=(I=I+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,B=B+Math.imul(ge,Jt)|0,W=W+Math.imul(_e,$e)|0,I=(I=I+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,B=B+Math.imul(ye,tt)|0;var bt=(_+(W=W+Math.imul(pe,ei)|0)|0)+((8191&(I=(I=I+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0))<<13)|0;_=((B=B+Math.imul(be,ci)|0)+(I>>>13)|0)+(bt>>>26)|0,bt&=67108863,W=Math.imul(Ie,Rt),I=(I=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,B=Math.imul(ht,le),W=W+Math.imul(Z,ce)|0,I=(I=I+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,B=B+Math.imul(J,se)|0,W=W+Math.imul(ct,Ue)|0,I=(I=I+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,B=B+Math.imul(Ce,Ne)|0,W=W+Math.imul(lt,yt)|0,I=(I=I+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,B=B+Math.imul(Pe,Vt)|0,W=W+Math.imul(nt,ti)|0,I=(I=I+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,B=B+Math.imul(Ct,Ye)|0,W=W+Math.imul(Oe,Et)|0,I=(I=I+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,B=B+Math.imul(Ee,Jt)|0,W=W+Math.imul(Ke,$e)|0,I=(I=I+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,B=B+Math.imul(ge,tt)|0,W=W+Math.imul(_e,ei)|0,I=(I=I+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,B=B+Math.imul(ye,ci)|0;var ut=(_+(W=W+Math.imul(pe,oi)|0)|0)+((8191&(I=(I=I+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;_=((B=B+Math.imul(be,ui)|0)+(I>>>13)|0)+(ut>>>26)|0,ut&=67108863,W=Math.imul(Qt,Rt),I=(I=Math.imul(Qt,le))+Math.imul(di,Rt)|0,B=Math.imul(di,le),W=W+Math.imul(Ie,ce)|0,I=(I=I+Math.imul(Ie,se)|0)+Math.imul(ht,ce)|0,B=B+Math.imul(ht,se)|0,W=W+Math.imul(Z,Ue)|0,I=(I=I+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,B=B+Math.imul(J,Ne)|0,W=W+Math.imul(ct,yt)|0,I=(I=I+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,B=B+Math.imul(Ce,Vt)|0,W=W+Math.imul(lt,ti)|0,I=(I=I+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,B=B+Math.imul(Pe,Ye)|0,W=W+Math.imul(nt,Et)|0,I=(I=I+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,B=B+Math.imul(Ct,Jt)|0,W=W+Math.imul(Oe,$e)|0,I=(I=I+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,B=B+Math.imul(Ee,tt)|0,W=W+Math.imul(Ke,ei)|0,I=(I=I+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,B=B+Math.imul(ge,ci)|0,W=W+Math.imul(_e,oi)|0,I=(I=I+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0,B=B+Math.imul(ye,ui)|0;var jt=(_+(W=W+Math.imul(pe,nn)|0)|0)+((8191&(I=(I=I+Math.imul(pe,dn)|0)+Math.imul(be,nn)|0))<<13)|0;_=((B=B+Math.imul(be,dn)|0)+(I>>>13)|0)+(jt>>>26)|0,jt&=67108863,W=Math.imul(Qt,ce),I=(I=Math.imul(Qt,se))+Math.imul(di,ce)|0,B=Math.imul(di,se),W=W+Math.imul(Ie,Ue)|0,I=(I=I+Math.imul(Ie,Ne)|0)+Math.imul(ht,Ue)|0,B=B+Math.imul(ht,Ne)|0,W=W+Math.imul(Z,yt)|0,I=(I=I+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,B=B+Math.imul(J,Vt)|0,W=W+Math.imul(ct,ti)|0,I=(I=I+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,B=B+Math.imul(Ce,Ye)|0,W=W+Math.imul(lt,Et)|0,I=(I=I+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,B=B+Math.imul(Pe,Jt)|0,W=W+Math.imul(nt,$e)|0,I=(I=I+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,B=B+Math.imul(Ct,tt)|0,W=W+Math.imul(Oe,ei)|0,I=(I=I+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,B=B+Math.imul(Ee,ci)|0,W=W+Math.imul(Ke,oi)|0,I=(I=I+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0,B=B+Math.imul(ge,ui)|0;var ai=(_+(W=W+Math.imul(_e,nn)|0)|0)+((8191&(I=(I=I+Math.imul(_e,dn)|0)+Math.imul(ye,nn)|0))<<13)|0;_=((B=B+Math.imul(ye,dn)|0)+(I>>>13)|0)+(ai>>>26)|0,ai&=67108863,W=Math.imul(Qt,Ue),I=(I=Math.imul(Qt,Ne))+Math.imul(di,Ue)|0,B=Math.imul(di,Ne),W=W+Math.imul(Ie,yt)|0,I=(I=I+Math.imul(Ie,Vt)|0)+Math.imul(ht,yt)|0,B=B+Math.imul(ht,Vt)|0,W=W+Math.imul(Z,ti)|0,I=(I=I+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,B=B+Math.imul(J,Ye)|0,W=W+Math.imul(ct,Et)|0,I=(I=I+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,B=B+Math.imul(Ce,Jt)|0,W=W+Math.imul(lt,$e)|0,I=(I=I+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,B=B+Math.imul(Pe,tt)|0,W=W+Math.imul(nt,ei)|0,I=(I=I+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,B=B+Math.imul(Ct,ci)|0,W=W+Math.imul(Oe,oi)|0,I=(I=I+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0,B=B+Math.imul(Ee,ui)|0;var pi=(_+(W=W+Math.imul(Ke,nn)|0)|0)+((8191&(I=(I=I+Math.imul(Ke,dn)|0)+Math.imul(ge,nn)|0))<<13)|0;_=((B=B+Math.imul(ge,dn)|0)+(I>>>13)|0)+(pi>>>26)|0,pi&=67108863,W=Math.imul(Qt,yt),I=(I=Math.imul(Qt,Vt))+Math.imul(di,yt)|0,B=Math.imul(di,Vt),W=W+Math.imul(Ie,ti)|0,I=(I=I+Math.imul(Ie,Ye)|0)+Math.imul(ht,ti)|0,B=B+Math.imul(ht,Ye)|0,W=W+Math.imul(Z,Et)|0,I=(I=I+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,B=B+Math.imul(J,Jt)|0,W=W+Math.imul(ct,$e)|0,I=(I=I+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,B=B+Math.imul(Ce,tt)|0,W=W+Math.imul(lt,ei)|0,I=(I=I+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,B=B+Math.imul(Pe,ci)|0,W=W+Math.imul(nt,oi)|0,I=(I=I+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0,B=B+Math.imul(Ct,ui)|0;var ki=(_+(W=W+Math.imul(Oe,nn)|0)|0)+((8191&(I=(I=I+Math.imul(Oe,dn)|0)+Math.imul(Ee,nn)|0))<<13)|0;_=((B=B+Math.imul(Ee,dn)|0)+(I>>>13)|0)+(ki>>>26)|0,ki&=67108863,W=Math.imul(Qt,ti),I=(I=Math.imul(Qt,Ye))+Math.imul(di,ti)|0,B=Math.imul(di,Ye),W=W+Math.imul(Ie,Et)|0,I=(I=I+Math.imul(Ie,Jt)|0)+Math.imul(ht,Et)|0,B=B+Math.imul(ht,Jt)|0,W=W+Math.imul(Z,$e)|0,I=(I=I+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,B=B+Math.imul(J,tt)|0,W=W+Math.imul(ct,ei)|0,I=(I=I+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,B=B+Math.imul(Ce,ci)|0,W=W+Math.imul(lt,oi)|0,I=(I=I+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0,B=B+Math.imul(Pe,ui)|0;var Ki=(_+(W=W+Math.imul(nt,nn)|0)|0)+((8191&(I=(I=I+Math.imul(nt,dn)|0)+Math.imul(Ct,nn)|0))<<13)|0;_=((B=B+Math.imul(Ct,dn)|0)+(I>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,W=Math.imul(Qt,Et),I=(I=Math.imul(Qt,Jt))+Math.imul(di,Et)|0,B=Math.imul(di,Jt),W=W+Math.imul(Ie,$e)|0,I=(I=I+Math.imul(Ie,tt)|0)+Math.imul(ht,$e)|0,B=B+Math.imul(ht,tt)|0,W=W+Math.imul(Z,ei)|0,I=(I=I+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,B=B+Math.imul(J,ci)|0,W=W+Math.imul(ct,oi)|0,I=(I=I+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0,B=B+Math.imul(Ce,ui)|0;var Ji=(_+(W=W+Math.imul(lt,nn)|0)|0)+((8191&(I=(I=I+Math.imul(lt,dn)|0)+Math.imul(Pe,nn)|0))<<13)|0;_=((B=B+Math.imul(Pe,dn)|0)+(I>>>13)|0)+(Ji>>>26)|0,Ji&=67108863,W=Math.imul(Qt,$e),I=(I=Math.imul(Qt,tt))+Math.imul(di,$e)|0,B=Math.imul(di,tt),W=W+Math.imul(Ie,ei)|0,I=(I=I+Math.imul(Ie,ci)|0)+Math.imul(ht,ei)|0,B=B+Math.imul(ht,ci)|0,W=W+Math.imul(Z,oi)|0,I=(I=I+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0,B=B+Math.imul(J,ui)|0;var Dn=(_+(W=W+Math.imul(ct,nn)|0)|0)+((8191&(I=(I=I+Math.imul(ct,dn)|0)+Math.imul(Ce,nn)|0))<<13)|0;_=((B=B+Math.imul(Ce,dn)|0)+(I>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,W=Math.imul(Qt,ei),I=(I=Math.imul(Qt,ci))+Math.imul(di,ei)|0,B=Math.imul(di,ci),W=W+Math.imul(Ie,oi)|0,I=(I=I+Math.imul(Ie,ui)|0)+Math.imul(ht,oi)|0,B=B+Math.imul(ht,ui)|0;var En=(_+(W=W+Math.imul(Z,nn)|0)|0)+((8191&(I=(I=I+Math.imul(Z,dn)|0)+Math.imul(J,nn)|0))<<13)|0;_=((B=B+Math.imul(J,dn)|0)+(I>>>13)|0)+(En>>>26)|0,En&=67108863,W=Math.imul(Qt,oi),I=(I=Math.imul(Qt,ui))+Math.imul(di,oi)|0,B=Math.imul(di,ui);var An=(_+(W=W+Math.imul(Ie,nn)|0)|0)+((8191&(I=(I=I+Math.imul(Ie,dn)|0)+Math.imul(ht,nn)|0))<<13)|0;_=((B=B+Math.imul(ht,dn)|0)+(I>>>13)|0)+(An>>>26)|0,An&=67108863;var Fn=(_+(W=Math.imul(Qt,nn))|0)+((8191&(I=(I=Math.imul(Qt,dn))+Math.imul(di,nn)|0))<<13)|0;return _=((B=Math.imul(di,dn))+(I>>>13)|0)+(Fn>>>26)|0,Fn&=67108863,r[0]=zn,r[1]=It,r[2]=Tt,r[3]=Ze,r[4]=Ve,r[5]=Fe,r[6]=it,r[7]=bt,r[8]=ut,r[9]=jt,r[10]=ai,r[11]=pi,r[12]=ki,r[13]=Ki,r[14]=Ji,r[15]=Dn,r[16]=En,r[17]=An,r[18]=Fn,0!==_&&(r[19]=_,A.length++),A};function Q(f,h,b){b.negative=h.negative^f.negative,b.length=f.length+h.length;for(var A=0,k=0,x=0;x>>26)|0)>>>26,r&=67108863}b.words[x]=_,A=r,r=k}return 0!==A?b.words[x]=A:b.length--,b._strip()}function $(f,h,b){return Q(f,h,b)}function ae(f,h){this.x=f,this.y=h}Math.imul||(G=q),c.prototype.mulTo=function(h,b){var k=this.length+h.length;return 10===this.length&&10===h.length?G(this,h,b):k<63?q(this,h,b):k<1024?Q(this,h,b):$(this,h,b)},ae.prototype.makeRBT=function(h){for(var b=new Array(h),A=c.prototype._countBits(h)-1,k=0;k>=1;return k},ae.prototype.permute=function(h,b,A,k,x,r){for(var _=0;_>>=1)x++;return 1<>>=13),x>>>=13;for(r=2*b;r>=26,A+=x/67108864|0,A+=r>>>26,this.words[k]=67108863&r}return 0!==A&&(this.words[k]=A,this.length++),this.length=0===h?1:this.length,b?this.ineg():this},c.prototype.muln=function(h){return this.clone().imuln(h)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(h){var b=function K(f){for(var h=new Array(f.bitLength()),b=0;b>>b%26&1;return h}(h);if(0===b.length)return new c(1);for(var A=this,k=0;k=0);var x,b=h%26,A=(h-b)/26,k=67108863>>>26-b<<26-b;if(0!==b){var r=0;for(x=0;x>>26-b}r&&(this.words[x]=r,this.length++)}if(0!==A){for(x=this.length-1;x>=0;x--)this.words[x+A]=this.words[x];for(x=0;x=0),k=b?(b-b%26)/26:0;var x=h%26,r=Math.min((h-x)/26,this.length),_=67108863^67108863>>>x<r)for(this.length-=r,I=0;I=0&&(0!==B||I>=k);I--){var re=0|this.words[I];this.words[I]=B<<26-x|re>>>x,B=re&_}return W&&0!==B&&(W.words[W.length++]=B),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},c.prototype.ishrn=function(h,b,A){return p(0===this.negative),this.iushrn(h,b,A)},c.prototype.shln=function(h){return this.clone().ishln(h)},c.prototype.ushln=function(h){return this.clone().iushln(h)},c.prototype.shrn=function(h){return this.clone().ishrn(h)},c.prototype.ushrn=function(h){return this.clone().iushrn(h)},c.prototype.testn=function(h){p("number"==typeof h&&h>=0);var b=h%26,A=(h-b)/26;return!(this.length<=A||!(this.words[A]&1<=0);var b=h%26,A=(h-b)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=A?this:(0!==b&&A++,this.length=Math.min(A,this.length),0!==b&&(this.words[this.length-1]&=67108863^67108863>>>b<=67108864;b++)this.words[b]-=67108864,b===this.length-1?this.words[b+1]=1:this.words[b+1]++;return this.length=Math.max(this.length,b+1),this},c.prototype.isubn=function(h){if(p("number"==typeof h),p(h<67108864),h<0)return this.iaddn(-h);if(0!==this.negative)return this.negative=0,this.iaddn(h),this.negative=1,this;if(this.words[0]-=h,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var b=0;b>26)-(W/67108864|0),this.words[x+A]=67108863&r}for(;x>26,this.words[x+A]=67108863&r;if(0===_)return this._strip();for(p(-1===_),_=0,x=0;x>26,this.words[x]=67108863&r;return this.negative=1,this._strip()},c.prototype._wordDiv=function(h,b){var A,k=this.clone(),x=h,r=0|x.words[x.length-1];0!=(A=26-this._countBits(r))&&(x=x.ushln(A),k.iushln(A),r=0|x.words[x.length-1]);var I,W=k.length-x.length;if("mod"!==b){(I=new c(null)).length=W+1,I.words=new Array(I.length);for(var B=0;B=0;pe--){var be=67108864*(0|k.words[x.length+pe])+(0|k.words[x.length+pe-1]);for(be=Math.min(be/r|0,67108863),k._ishlnsubmul(x,be,pe);0!==k.negative;)be--,k.negative=0,k._ishlnsubmul(x,1,pe),k.isZero()||(k.negative^=1);I&&(I.words[pe]=be)}return I&&I._strip(),k._strip(),"div"!==b&&0!==A&&k.iushrn(A),{div:I||null,mod:k}},c.prototype.divmod=function(h,b,A){return p(!h.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===h.negative?(r=this.neg().divmod(h,b),"mod"!==b&&(k=r.div.neg()),"div"!==b&&(x=r.mod.neg(),A&&0!==x.negative&&x.iadd(h)),{div:k,mod:x}):0===this.negative&&0!==h.negative?(r=this.divmod(h.neg(),b),"mod"!==b&&(k=r.div.neg()),{div:k,mod:r.mod}):0!==(this.negative&h.negative)?(r=this.neg().divmod(h.neg(),b),"div"!==b&&(x=r.mod.neg(),A&&0!==x.negative&&x.isub(h)),{div:r.div,mod:x}):h.length>this.length||this.cmp(h)<0?{div:new c(0),mod:this}:1===h.length?"div"===b?{div:this.divn(h.words[0]),mod:null}:"mod"===b?{div:null,mod:new c(this.modrn(h.words[0]))}:{div:this.divn(h.words[0]),mod:new c(this.modrn(h.words[0]))}:this._wordDiv(h,b);var k,x,r},c.prototype.div=function(h){return this.divmod(h,"div",!1).div},c.prototype.mod=function(h){return this.divmod(h,"mod",!1).mod},c.prototype.umod=function(h){return this.divmod(h,"mod",!0).mod},c.prototype.divRound=function(h){var b=this.divmod(h);if(b.mod.isZero())return b.div;var A=0!==b.div.negative?b.mod.isub(h):b.mod,k=h.ushrn(1),x=h.andln(1),r=A.cmp(k);return r<0||1===x&&0===r?b.div:0!==b.div.negative?b.div.isubn(1):b.div.iaddn(1)},c.prototype.modrn=function(h){var b=h<0;b&&(h=-h),p(h<=67108863);for(var A=(1<<26)%h,k=0,x=this.length-1;x>=0;x--)k=(A*k+(0|this.words[x]))%h;return b?-k:k},c.prototype.modn=function(h){return this.modrn(h)},c.prototype.idivn=function(h){var b=h<0;b&&(h=-h),p(h<=67108863);for(var A=0,k=this.length-1;k>=0;k--){var x=(0|this.words[k])+67108864*A;this.words[k]=x/h|0,A=x%h}return this._strip(),b?this.ineg():this},c.prototype.divn=function(h){return this.clone().idivn(h)},c.prototype.egcd=function(h){p(0===h.negative),p(!h.isZero());var b=this,A=h.clone();b=0!==b.negative?b.umod(h):b.clone();for(var k=new c(1),x=new c(0),r=new c(0),_=new c(1),W=0;b.isEven()&&A.isEven();)b.iushrn(1),A.iushrn(1),++W;for(var I=A.clone(),B=b.clone();!b.isZero();){for(var re=0,pe=1;0===(b.words[0]&pe)&&re<26;++re,pe<<=1);if(re>0)for(b.iushrn(re);re-- >0;)(k.isOdd()||x.isOdd())&&(k.iadd(I),x.isub(B)),k.iushrn(1),x.iushrn(1);for(var be=0,Be=1;0===(A.words[0]&Be)&&be<26;++be,Be<<=1);if(be>0)for(A.iushrn(be);be-- >0;)(r.isOdd()||_.isOdd())&&(r.iadd(I),_.isub(B)),r.iushrn(1),_.iushrn(1);b.cmp(A)>=0?(b.isub(A),k.isub(r),x.isub(_)):(A.isub(b),r.isub(k),_.isub(x))}return{a:r,b:_,gcd:A.iushln(W)}},c.prototype._invmp=function(h){p(0===h.negative),p(!h.isZero());var re,b=this,A=h.clone();b=0!==b.negative?b.umod(h):b.clone();for(var k=new c(1),x=new c(0),r=A.clone();b.cmpn(1)>0&&A.cmpn(1)>0;){for(var _=0,W=1;0===(b.words[0]&W)&&_<26;++_,W<<=1);if(_>0)for(b.iushrn(_);_-- >0;)k.isOdd()&&k.iadd(r),k.iushrn(1);for(var I=0,B=1;0===(A.words[0]&B)&&I<26;++I,B<<=1);if(I>0)for(A.iushrn(I);I-- >0;)x.isOdd()&&x.iadd(r),x.iushrn(1);b.cmp(A)>=0?(b.isub(A),k.isub(x)):(A.isub(b),x.isub(k))}return(re=0===b.cmpn(1)?k:x).cmpn(0)<0&&re.iadd(h),re},c.prototype.gcd=function(h){if(this.isZero())return h.abs();if(h.isZero())return this.abs();var b=this.clone(),A=h.clone();b.negative=0,A.negative=0;for(var k=0;b.isEven()&&A.isEven();k++)b.iushrn(1),A.iushrn(1);for(;;){for(;b.isEven();)b.iushrn(1);for(;A.isEven();)A.iushrn(1);var x=b.cmp(A);if(x<0){var r=b;b=A,A=r}else if(0===x||0===A.cmpn(1))break;b.isub(A)}return A.iushln(k)},c.prototype.invm=function(h){return this.egcd(h).a.umod(h)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(h){return this.words[0]&h},c.prototype.bincn=function(h){p("number"==typeof h);var b=h%26,A=(h-b)/26,k=1<>>26,this.words[r]=_&=67108863}return 0!==x&&(this.words[r]=x,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(h){var A,b=h<0;if(0!==this.negative&&!b)return-1;if(0===this.negative&&b)return 1;if(this._strip(),this.length>1)A=1;else{b&&(h=-h),p(h<=67108863,"Number is too big");var k=0|this.words[0];A=k===h?0:kh.length)return 1;if(this.length=0;A--){var k=0|this.words[A],x=0|h.words[A];if(k!==x){kx&&(b=1);break}}return b},c.prototype.gtn=function(h){return 1===this.cmpn(h)},c.prototype.gt=function(h){return 1===this.cmp(h)},c.prototype.gten=function(h){return this.cmpn(h)>=0},c.prototype.gte=function(h){return this.cmp(h)>=0},c.prototype.ltn=function(h){return-1===this.cmpn(h)},c.prototype.lt=function(h){return-1===this.cmp(h)},c.prototype.lten=function(h){return this.cmpn(h)<=0},c.prototype.lte=function(h){return this.cmp(h)<=0},c.prototype.eqn=function(h){return 0===this.cmpn(h)},c.prototype.eq=function(h){return 0===this.cmp(h)},c.red=function(h){return new n(h)},c.prototype.toRed=function(h){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),h.convertTo(this)._forceRed(h)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(h){return this.red=h,this},c.prototype.forceRed=function(h){return p(!this.red,"Already a number in reduction context"),this._forceRed(h)},c.prototype.redAdd=function(h){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,h)},c.prototype.redIAdd=function(h){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,h)},c.prototype.redSub=function(h){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,h)},c.prototype.redISub=function(h){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,h)},c.prototype.redShl=function(h){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,h)},c.prototype.redMul=function(h){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.mul(this,h)},c.prototype.redIMul=function(h){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,h),this.red.imul(this,h)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(h){return p(this.red&&!h.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,h)};var ue={k256:null,p224:null,p192:null,p25519:null};function oe(f,h){this.name=f,this.p=new c(h,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function he(){oe.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function me(){oe.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function Te(){oe.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function D(){oe.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function n(f){if("string"==typeof f){var h=c._prime(f);this.m=h.p,this.prime=h}else p(f.gtn(1),"modulus must be greater than 1"),this.m=f,this.prime=null}function o(f){n.call(this,f),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}oe.prototype._tmp=function(){var h=new c(null);return h.words=new Array(Math.ceil(this.n/13)),h},oe.prototype.ireduce=function(h){var A,b=h;do{this.split(b,this.tmp),A=(b=(b=this.imulK(b)).iadd(this.tmp)).bitLength()}while(A>this.n);var k=A0?b.isub(this.p):void 0!==b.strip?b.strip():b._strip(),b},oe.prototype.split=function(h,b){h.iushrn(this.n,0,b)},oe.prototype.imulK=function(h){return h.imul(this.k)},S(he,oe),he.prototype.split=function(h,b){for(var A=4194303,k=Math.min(h.length,9),x=0;x>>22,r=_}h.words[x-10]=r>>>=22,h.length-=0===r&&h.length>10?10:9},he.prototype.imulK=function(h){h.words[h.length]=0,h.words[h.length+1]=0,h.length+=2;for(var b=0,A=0;A>>=26,h.words[A]=x,b=k}return 0!==b&&(h.words[h.length++]=b),h},c._prime=function(h){if(ue[h])return ue[h];var b;if("k256"===h)b=new he;else if("p224"===h)b=new me;else if("p192"===h)b=new Te;else{if("p25519"!==h)throw new Error("Unknown prime "+h);b=new D}return ue[h]=b,b},n.prototype._verify1=function(h){p(0===h.negative,"red works only with positives"),p(h.red,"red works only with red numbers")},n.prototype._verify2=function(h,b){p(0===(h.negative|b.negative),"red works only with positives"),p(h.red&&h.red===b.red,"red works only with red numbers")},n.prototype.imod=function(h){return this.prime?this.prime.ireduce(h)._forceRed(this):(w(h,h.umod(this.m)._forceRed(this)),h)},n.prototype.neg=function(h){return h.isZero()?h.clone():this.m.sub(h)._forceRed(this)},n.prototype.add=function(h,b){this._verify2(h,b);var A=h.add(b);return A.cmp(this.m)>=0&&A.isub(this.m),A._forceRed(this)},n.prototype.iadd=function(h,b){this._verify2(h,b);var A=h.iadd(b);return A.cmp(this.m)>=0&&A.isub(this.m),A},n.prototype.sub=function(h,b){this._verify2(h,b);var A=h.sub(b);return A.cmpn(0)<0&&A.iadd(this.m),A._forceRed(this)},n.prototype.isub=function(h,b){this._verify2(h,b);var A=h.isub(b);return A.cmpn(0)<0&&A.iadd(this.m),A},n.prototype.shl=function(h,b){return this._verify1(h),this.imod(h.ushln(b))},n.prototype.imul=function(h,b){return this._verify2(h,b),this.imod(h.imul(b))},n.prototype.mul=function(h,b){return this._verify2(h,b),this.imod(h.mul(b))},n.prototype.isqr=function(h){return this.imul(h,h.clone())},n.prototype.sqr=function(h){return this.mul(h,h)},n.prototype.sqrt=function(h){if(h.isZero())return h.clone();var b=this.m.andln(3);if(p(b%2==1),3===b){var A=this.m.add(new c(1)).iushrn(2);return this.pow(h,A)}for(var k=this.m.subn(1),x=0;!k.isZero()&&0===k.andln(1);)x++,k.iushrn(1);p(!k.isZero());var r=new c(1).toRed(this),_=r.redNeg(),W=this.m.subn(1).iushrn(1),I=this.m.bitLength();for(I=new c(2*I*I).toRed(this);0!==this.pow(I,W).cmp(_);)I.redIAdd(_);for(var B=this.pow(I,k),re=this.pow(h,k.addn(1).iushrn(1)),pe=this.pow(h,k),be=x;0!==pe.cmp(r);){for(var Be=pe,_e=0;0!==Be.cmp(r);_e++)Be=Be.redSqr();p(_e=0;x--){for(var B=b.words[x],re=I-1;re>=0;re--){var pe=B>>re&1;r!==k[0]&&(r=this.sqr(r)),0!==pe||0!==_?(_<<=1,_|=pe,(4===++W||0===x&&0===re)&&(r=this.mul(r,k[_]),W=0,_=0)):W=0}I=26}return r},n.prototype.convertTo=function(h){var b=h.umod(this.m);return b===h?b.clone():b},n.prototype.convertFrom=function(h){var b=h.clone();return b.red=null,b},c.mont=function(h){return new o(h)},S(o,n),o.prototype.convertTo=function(h){return this.imod(h.ushln(this.shift))},o.prototype.convertFrom=function(h){var b=this.imod(h.mul(this.rinv));return b.red=null,b},o.prototype.imul=function(h,b){if(h.isZero()||b.isZero())return h.words[0]=0,h.length=1,h;var A=h.imul(b),k=A.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),x=A.isub(k).iushrn(this.shift),r=x;return x.cmp(this.m)>=0?r=x.isub(this.m):x.cmpn(0)<0&&(r=x.iadd(this.m)),r._forceRed(this)},o.prototype.mul=function(h,b){if(h.isZero()||b.isZero())return new c(0)._forceRed(this);var A=h.mul(b),k=A.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),x=A.isub(k).iushrn(this.shift),r=x;return x.cmp(this.m)>=0?r=x.isub(this.m):x.cmpn(0)<0&&(r=x.iadd(this.m)),r._forceRed(this)},o.prototype.invm=function(h){return this.imod(h._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},983:(Ae,ee,l)=>{"use strict";l.d(ee,{w:()=>t});const t=new(l(71985).c)(c=>c.complete())},1001:(Ae,ee,l)=>{"use strict";l.d(ee,{C:()=>t,q:()=>p});var i=l(11514);const t=[(0,i.hZ)("opacityAnimation",[(0,i.kY)(":enter",[(0,i.iF)({opacity:0}),(0,i.i0)("1000ms ease-in",(0,i.iF)({opacity:1}))]),(0,i.kY)(":leave",[(0,i.i0)("0ms",(0,i.iF)({opacity:0}))])])],p=[(0,i.hZ)("fadeIn",[(0,i.kY)("void => *",[]),(0,i.kY)("* => void",[]),(0,i.kY)("* => *",[(0,i.i0)(800,(0,i.i7)([(0,i.iF)({opacity:0,transform:"translateY(100%)"}),(0,i.iF)({opacity:1,transform:"translateY(0%)"})]))])])]},1018:(Ae,ee,l)=>{const i=l(91677),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function p(S){this.mode=i.ALPHANUMERIC,this.data=S}p.getBitsLength=function(c){return 11*Math.floor(c/2)+c%2*6},p.prototype.getLength=function(){return this.data.length},p.prototype.getBitsLength=function(){return p.getBitsLength(this.data.length)},p.prototype.write=function(c){let e;for(e=0;e+2<=this.data.length;e+=2){let T=45*t.indexOf(this.data[e]);T+=t.indexOf(this.data[e+1]),c.put(T,11)}this.data.length%2&&c.put(t.indexOf(this.data[e]),6)},Ae.exports=p},1030:(Ae,ee,l)=>{"use strict";var i=Object.keys||function(w){var m=[];for(var P in w)m.push(P);return m};Ae.exports=T;var t=l(61092),p=l(15492);l(71993)(T,t);for(var S=i(p.prototype),c=0;c{"use strict";l.d(ee,{D:()=>It});var i=l(89417),t=l(21413),p=l(56977),S=l(51585),c=l(45383),e=l(1001),T=l(4416),g=l(63536),d=l(73664),w=l(2615),m=l(59640),P=l(4104),M=l(72200),j=l(98570),U=l(43694),K=l(82571),q=l(88834),G=l(25596),Q=l(9454),$=l(12629),ae=l(33746),ue=l(69588),oe=l(67575),he=l(5951),me=l(52920),Te=l(16038),D=l(30450),n=l(40455),o=l(36013),f=l(89587),h=l(71997);const b=Tt=>({"h-5":Tt});function A(Tt,Ze){1&Tt&&d.eu8(0)}function k(Tt,Ze){1&Tt&&d.eu8(0)}function x(Tt,Ze){if(1&Tt&&(d.j41(0,"mat-expansion-panel",3)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",4),d.EFF(4),d.nI1(5,"number"),d.k0s()()(),d.DNE(6,k,1,0,"ng-container",2),d.k0s()),2&Tt){const Ve=d.XpG(),Fe=d.sdS(4);d.Y8G("expanded",Ve.panelExpanded)("ngClass",d.eq3(7,b,!Ve.flgShowPanel)),d.R7$(4),d.Lme("Quote for ",Ve.termCaption," amount (",d.bMT(5,5,Ve.quote.amount)," Sats)"),d.R7$(2),d.Y8G("ngTemplateOutlet",Fe)}}function r(Tt,Ze){if(1&Tt&&(d.j41(0,"div",19)(1,"h4",8),d.EFF(2," Prepay Amount (Sats) "),d.j41(3,"mat-icon",20),d.EFF(4,"info_outline"),d.k0s()(),d.j41(5,"span",10),d.EFF(6),d.nI1(7,"number"),d.k0s()()),2&Tt){const Ve=d.XpG(2);d.R7$(6),d.JRh(d.bMT(7,1,null==Ve.quote?null:Ve.quote.prepay_amt_sat))}}function _(Tt,Ze){1&Tt&&d.nrm(0,"mat-divider",13)}function W(Tt,Ze){if(1&Tt&&(d.j41(0,"div",6)(1,"div",21)(2,"h4",8),d.EFF(3," Swap Server Node Pubkey "),d.j41(4,"mat-icon",22),d.EFF(5,"info_outline"),d.k0s()(),d.j41(6,"span",10),d.EFF(7),d.k0s()()()),2&Tt){const Ve=d.XpG(2);d.R7$(7),d.JRh(null==Ve.quote?null:Ve.quote.swap_payment_dest)}}function I(Tt,Ze){if(1&Tt&&(d.j41(0,"div",5)(1,"div",6)(2,"div",7)(3,"h4",8),d.EFF(4," Swap Fee (Sats) "),d.j41(5,"mat-icon",9),d.EFF(6,"info_outline"),d.k0s()(),d.j41(7,"span",10),d.EFF(8),d.nI1(9,"number"),d.k0s()(),d.j41(10,"div",7)(11,"h4",8),d.EFF(12),d.j41(13,"mat-icon",11),d.EFF(14,"info_outline"),d.k0s()(),d.j41(15,"span",10),d.EFF(16),d.nI1(17,"number"),d.k0s()(),d.DNE(18,r,8,3,"div",12),d.k0s(),d.nrm(19,"mat-divider",13),d.j41(20,"div",6)(21,"div",14)(22,"h4",8),d.EFF(23," Max Off-chain Swap Routing Fee (Sats) "),d.j41(24,"mat-icon",15),d.EFF(25,"info_outline"),d.k0s()(),d.j41(26,"span",10),d.EFF(27),d.nI1(28,"number"),d.k0s()(),d.j41(29,"div",14)(30,"h4",8),d.EFF(31," Max Off-chain Prepay Routing Fee (Sats) "),d.j41(32,"mat-icon",16),d.EFF(33,"info_outline"),d.k0s()(),d.j41(34,"span",10),d.EFF(35,"36"),d.k0s()()(),d.DNE(36,_,1,0,"mat-divider",17)(37,W,8,1,"div",18),d.k0s()),2&Tt){const Ve=d.XpG();d.R7$(2),d.Y8G("ngClass",null!=Ve.quote&&Ve.quote.prepay_amt_sat?"flex-30":"flex-50"),d.R7$(6),d.JRh(d.bMT(9,9,null==Ve.quote?null:Ve.quote.swap_fee_sat)),d.R7$(2),d.Y8G("ngClass",null!=Ve.quote&&Ve.quote.prepay_amt_sat?"flex-35":"flex-50"),d.R7$(2),d.SpI(" ",null!=Ve.quote&&Ve.quote.htlc_sweep_fee_sat?"HTLC Sweep Fee (Sats)":null!=Ve.quote&&Ve.quote.htlc_publish_fee_sat?"HTLC Publish Fee (Sats)":""," "),d.R7$(4),d.JRh(d.bMT(17,11,null!=Ve.quote&&Ve.quote.htlc_sweep_fee_sat?Ve.quote.htlc_sweep_fee_sat:null!=Ve.quote&&Ve.quote.htlc_publish_fee_sat?Ve.quote.htlc_publish_fee_sat:0)),d.R7$(2),d.Y8G("ngIf",null==Ve.quote?null:Ve.quote.prepay_amt_sat),d.R7$(9),d.JRh(d.bMT(28,13,(null==Ve.quote?null:Ve.quote.amount)*((null!=Ve.quote&&Ve.quote.off_chain_swap_routing_fee_percentage?null==Ve.quote?null:Ve.quote.off_chain_swap_routing_fee_percentage:2)/100))),d.R7$(9),d.Y8G("ngIf",""!==(null==Ve.quote?null:Ve.quote.swap_payment_dest)),d.R7$(),d.Y8G("ngIf",""!==(null==Ve.quote?null:Ve.quote.swap_payment_dest))}}let B=(()=>{var Tt;class Ze{constructor(){this.quote={},this.termCaption="",this.showPanel=!0,this.panelExpanded=!1,this.flgShowPanel=!1}ngOnInit(){setTimeout(()=>{this.flgShowPanel=!0},1200)}static#e=Tt=()=>(this.\u0275fac=function(it){return new(it||Ze)},this.\u0275cmp=d.VBU({type:Ze,selectors:[["rtl-loop-quote"]],inputs:{quote:"quote",termCaption:"termCaption",showPanel:"showPanel",panelExpanded:"panelExpanded"},standalone:!1,decls:5,vars:1,consts:[["informationBlock",""],["quoteDetailsBlock",""],[4,"ngTemplateOutlet"],["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded","ngClass"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],[3,"ngClass"],["fxLayoutAlign","start center",1,"font-bold-500"],["matTooltip","Estimated fee charged by the loop server for the swap",1,"info-icon","info-icon-text"],[1,"foreground-secondary-text"],["matTooltip","An estimate of the on-chain fee that needs to be paid to sweep the HTLC",1,"info-icon","info-icon-text"],["fxFlex","35",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","50"],["matTooltip","Maximum off-chain fee that may be paid for routing the payment amount to the server",1,"info-icon","info-icon-text"],["matTooltip","Maximum off-chain fee that may be paid for routing the pre-payment amount to the server","matTooltipPosition","before",1,"info-icon","info-icon-text"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxFlex","35"],["matTooltip","The part of the swap fee that is requested as a prepayment","matTooltipPosition","before",1,"info-icon","info-icon-text"],["fxFlex","100"],["matTooltip","The node pubkey, where the swap payments will be sent",1,"info-icon","info-icon-text"]],template:function(it,bt){if(1&it&&d.DNE(0,A,1,0,"ng-container",2)(1,x,7,9,"ng-template",null,0,d.C5r)(3,I,38,15,"ng-template",null,1,d.C5r),2&it){const ut=d.sdS(2),jt=d.sdS(4);d.Y8G("ngTemplateOutlet",bt.showPanel?ut:jt)}},dependencies:[M.YU,M.bT,M.T3,Q.GK,Q.Z2,Q.WN,$.An,h.q,me.DJ,me.sA,me.UI,Te.PW,n.oV,M.QX],encapsulation:2}))}return Tt(),Ze})();function re(Tt,Ze){1&Tt&&d.eu8(0)}function pe(Tt,Ze){if(1&Tt&&(d.j41(0,"div",3)(1,"span",4),d.EFF(2),d.k0s()()),2&Tt){const Ve=d.XpG();d.R7$(2),d.JRh(null!=Ve.loopStatus&&Ve.loopStatus.error?null==Ve.loopStatus?null:Ve.loopStatus.error:"Unknown Error.")}}function be(Tt,Ze){if(1&Tt&&(d.j41(0,"div",3)(1,"div",5)(2,"div",6)(3,"h4",7),d.EFF(4,"ID"),d.k0s(),d.j41(5,"span",4),d.EFF(6),d.k0s()()(),d.nrm(7,"mat-divider",8),d.j41(8,"div",5)(9,"div",6)(10,"h4",7),d.EFF(11,"HTLC Address"),d.k0s(),d.j41(12,"span",4),d.EFF(13),d.k0s()()()()),2&Tt){const Ve=d.XpG();d.R7$(6),d.JRh(null==Ve.loopStatus?null:Ve.loopStatus.id_bytes),d.R7$(7),d.JRh(null==Ve.loopStatus?null:Ve.loopStatus.htlc_address)}}let Be=(()=>{var Tt;class Ze{constructor(){}static#e=Tt=()=>(this.\u0275fac=function(it){return new(it||Ze)},this.\u0275cmp=d.VBU({type:Ze,selectors:[["rtl-loop-status"]],inputs:{loopStatus:"loopStatus"},standalone:!1,decls:5,vars:1,consts:[["loopFailedBlock",""],["loopSuccessfulBlock",""],[4,"ngTemplateOutlet"],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"]],template:function(it,bt){if(1&it&&d.DNE(0,re,1,0,"ng-container",2)(1,pe,3,1,"ng-template",null,0,d.C5r)(3,be,14,2,"ng-template",null,1,d.C5r),2&it){const ut=d.sdS(2),jt=d.sdS(4);d.Y8G("ngTemplateOutlet",null!=bt.loopStatus&&bt.loopStatus.error?ut:jt)}},dependencies:[M.T3,h.q,me.DJ,me.sA,me.UI],encapsulation:2}))}return Tt(),Ze})();var _e=l(16949);const ye=(Tt,Ze)=>({"small-svg":Tt,"large-svg":Ze});function Le(Tt,Ze){1&Tt&&d.eu8(0)}function Ke(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",7)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),d.nrm(8,"circle",12)(9,"path",13),d.k0s(),d.j41(10,"g",14),d.nrm(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),d.k0s()()()()(),w.joV(),d.j41(26,"div",30)(27,"mat-card-title"),d.EFF(28,"Loop In explained."),d.k0s()(),d.j41(29,"div",31)(30,"mat-card-subtitle",32),d.EFF(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,ye,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function ge(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",33)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40),d.nrm(13,"rect",41)(14,"rect",42)(15,"rect",43)(16,"circle",44)(17,"rect",45)(18,"rect",46)(19,"circle",47)(20,"rect",48)(21,"rect",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"circle",53)(26,"circle",54)(27,"circle",55),d.k0s(),d.j41(28,"g",56)(29,"g",57)(30,"g",58),d.nrm(31,"path",59)(32,"rect",60)(33,"polygon",61),d.j41(34,"g",62),d.nrm(35,"path",63),d.k0s(),d.nrm(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"rect",69)(42,"rect",70)(43,"path",71)(44,"path",72),d.k0s(),d.j41(45,"g",73),d.nrm(46,"path",74)(47,"path",75)(48,"path",76)(49,"path",77)(50,"path",78)(51,"path",79)(52,"path",80)(53,"path",81)(54,"path",82)(55,"path",83)(56,"path",84)(57,"circle",85)(58,"circle",86),d.k0s(),d.nrm(59,"path",87),d.k0s()()()()()(),w.joV(),d.j41(60,"div",30)(61,"mat-card-title"),d.EFF(62,"Step 1: Deciding to Loop In"),d.k0s()(),d.j41(63,"div",31)(64,"mat-card-subtitle",32),d.EFF(65," Your outgoing capacity is depleted and you want to regain it without opening new channels. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,ye,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function ve(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",88)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",89),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",90)(10,"g",91)(11,"g",92)(12,"g",93)(13,"g",94),d.nrm(14,"circle",95)(15,"path",96),d.j41(16,"g",97),d.nrm(17,"polygon",98)(18,"polygon",99)(19,"path",100),d.k0s(),d.j41(20,"g",101),d.nrm(21,"polygon",102)(22,"path",103)(23,"rect",104)(24,"path",105)(25,"rect",106)(26,"rect",107)(27,"rect",108)(28,"rect",109)(29,"circle",110)(30,"path",111),d.j41(31,"g",112)(32,"g",113),d.nrm(33,"g",114),d.k0s(),d.nrm(34,"g",115),d.k0s()()(),d.j41(35,"g",116)(36,"g",40),d.nrm(37,"rect",117)(38,"rect",42)(39,"rect",43)(40,"circle",118)(41,"rect",45)(42,"rect",46)(43,"circle",119)(44,"rect",48)(45,"rect",49)(46,"rect",50)(47,"rect",51)(48,"rect",52)(49,"circle",120)(50,"circle",54)(51,"circle",55)(52,"circle",121),d.k0s(),d.j41(53,"g",56)(54,"g",57)(55,"g",58),d.nrm(56,"path",59)(57,"rect",60)(58,"polygon",61),d.j41(59,"g",122),d.nrm(60,"path",63),d.k0s(),d.nrm(61,"rect",123)(62,"rect",124)(63,"rect",125)(64,"rect",126)(65,"rect",127)(66,"rect",128)(67,"rect",129)(68,"path",130)(69,"path",72),d.k0s(),d.j41(70,"g",73),d.nrm(71,"path",131)(72,"path",132)(73,"path",133)(74,"path",134)(75,"path",135)(76,"path",136)(77,"path",80)(78,"path",81)(79,"path",137)(80,"path",83)(81,"path",138)(82,"circle",85)(83,"circle",86),d.k0s(),d.nrm(84,"path",139),d.k0s()()()(),d.nrm(85,"path",140)(86,"path",141),d.k0s()()()(),w.joV(),d.j41(87,"div",30)(88,"mat-card-title"),d.EFF(89,"Step 2: Send payment out"),d.k0s()(),d.j41(90,"div",31)(91,"mat-card-subtitle",32),d.EFF(92," Your node sends funds on-chain to loop server to be swapped with off-chain liquidity. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,ye,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function Oe(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",142)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",90)(5,"g",143)(6,"g",144)(7,"g")(8,"g",145)(9,"g",146),d.nrm(10,"circle",12)(11,"path",147),d.k0s(),d.j41(12,"g",14),d.nrm(13,"ellipse",148)(14,"ellipse",16)(15,"rect",17)(16,"rect",18)(17,"rect",19)(18,"rect",20)(19,"rect",21)(20,"rect",22)(21,"rect",23)(22,"rect",24)(23,"rect",25)(24,"rect",26)(25,"rect",27)(26,"rect",28)(27,"rect",29),d.k0s()(),d.j41(28,"g",149),d.nrm(29,"polygon",150)(30,"polygon",99)(31,"path",151),d.k0s(),d.j41(32,"g",152),d.nrm(33,"polygon",102)(34,"path",103)(35,"rect",104)(36,"path",105)(37,"rect",106)(38,"rect",107)(39,"rect",108)(40,"rect",109)(41,"circle",110)(42,"path",111),d.j41(43,"g",112)(44,"g",113),d.nrm(45,"g",114),d.k0s(),d.nrm(46,"g",115),d.k0s()()(),d.nrm(47,"path",153),d.k0s()()()(),w.joV(),d.j41(48,"div",30)(49,"mat-card-title"),d.EFF(50,"Step 3: Recieve Funds Off-chain"),d.k0s()(),d.j41(51,"div",31)(52,"mat-card-subtitle",32),d.EFF(53," Loop server sends equivalent funds off-chain to your node by making a lightning payment to you. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,ye,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function Ee(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",154)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",90)(10,"g",155)(11,"g",156)(12,"g",157)(13,"g",158)(14,"g",40),d.nrm(15,"rect",159)(16,"rect",160)(17,"rect",161)(18,"circle",162)(19,"rect",163)(20,"rect",164)(21,"circle",165)(22,"rect",166)(23,"rect",167)(24,"rect",168)(25,"rect",169)(26,"circle",170)(27,"circle",171),d.k0s(),d.j41(28,"g",172),d.nrm(29,"path",173)(30,"rect",174)(31,"polygon",175)(32,"circle",176)(33,"path",177)(34,"rect",178)(35,"rect",179)(36,"rect",180)(37,"rect",181)(38,"rect",182)(39,"rect",183)(40,"rect",184)(41,"path",185)(42,"path",186),d.k0s(),d.nrm(43,"path",187),d.k0s()(),d.nrm(44,"circle",188),d.k0s()()()(),w.joV(),d.j41(45,"div",30)(46,"mat-card-title"),d.EFF(47,"Done!"),d.k0s()(),d.j41(48,"div",31)(49,"mat-card-subtitle",32),d.EFF(50," You send the payment on-chain from your wallet and also move remote balance to the local side of the node, gaining outgoing capacity. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,ye,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}let dt=(()=>{var Tt;class Ze{constructor(Fe){this.commonService=Fe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new d.bkB,this.screenSize="",this.screenSizeEnum=T.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(Fe){2===Fe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===Fe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#e=Tt=()=>(this.\u0275fac=function(it){return new(it||Ze)(d.rXU(K.h))},this.\u0275cmp=d.VBU({type:Ze,selectors:[["rtl-loop-in-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopIn_Step02","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(542.000000, 210.000000)"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"],["fxFlex","30","viewBox","0 0 364 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","Loopv0.3","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step03","transform","translate(-1127.000000, -164.000000)"],["id","LoopIn_Step03","transform","translate(1127.000000, 164.000000)"],["id","Group-21"],["id","Group-35","transform","translate(107.000000, 10.000000)"],["id","Oval","fill-rule","nonzero","cx","214.487742","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M232.082742,28.5000036 C236.446821,28.5000036 239.999928,25.1343958 239.999928,21.0000215 C239.999928,16.8656472 236.446821,13.5000393 232.082742,13.5000393 C228.98433,13.5000393 226.560889,15.4359631 224.999964,17.1843872 C223.43904,15.4359631 221.015599,13.5000393 217.917187,13.5000393 C213.553107,13.5000393 210,16.8656472 210,21.0000215 C210,25.1343958 213.553107,28.5000036 217.917187,28.5000036 C221.015599,28.5000036 223.43904,26.5640798 224.999964,24.8156557 C226.560889,26.5640798 228.98433,28.5000036 232.082742,28.5000036 Z M217.917187,24.0000143 C216.032807,24.0000143 214.499989,22.6546959 214.499989,21.0000286 C214.499989,19.3453471 216.032807,18.0000286 217.917187,18.0000286 C219.707771,18.0000286 221.357776,19.6921938 222.323426,21.0000286 C221.36716,22.2937501 219.703102,24.0000143 217.917187,24.0000143 Z M232.082742,24.0000143 C230.292157,24.0000143 228.642152,22.3078492 227.676502,21.0000286 C228.632768,19.7062929 230.296827,18.0000286 232.082742,18.0000286 C233.967121,18.0000286 235.499939,19.3453471 235.499939,21.0000286 C235.499939,22.6546959 233.967121,24.0000143 232.082742,24.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(0.000000, 64.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-20"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-20"],["id","Group-43","transform","translate(152.000000, 35.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["id","LoopIn_Step03","fill-rule","nonzero"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-10"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","15.8607624","r","7.93434243"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.35996418",1,"fill-color-31"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-4"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-20"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-20"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-16"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-9"],["d","M93.2292414,91.9116485 L93.2292414,89.7922708 C93.647506,89.8022089 94.0558324,89.8022089 94.4442517,89.8022089 L94.4442517,91.9116485 L95.9779294,91.9116485 L95.9779294,89.7623948 C98.5473303,89.6229527 100.264986,88.975618 100.494057,86.5555973 C100.673282,84.6136241 99.757032,83.7471573 98.3030443,83.3986138 C99.1794183,82.9504733 99.7371558,82.1537275 99.6076827,80.8291821 C99.4383337,79.0166511 97.9497787,78.4091306 95.9778985,78.2398742 L95.9778985,75.7301945 L94.4442208,75.7301945 L94.4442208,78.1701531 C94.0458325,78.1701531 93.6375061,78.1800912 93.2292106,78.1900602 L93.2292106,75.7301945 L91.695502,75.7301945 L91.695502,78.2398742 C91.1316227,78.2569109 90.4748746,78.2485777 88.6181777,78.2398742 L88.6181777,79.8731181 C89.8290831,79.8516987 90.4644118,79.7738914 90.6099957,80.5502979 L90.6099957,87.4220333 C90.517559,88.0380413 90.0245427,87.9493391 88.926907,87.9299259 L88.6181777,89.7524258 L89.5798445,89.7528809 C91.4824304,89.7548325 91.6955329,89.7623948 91.6955329,89.7623948 L91.6955329,91.9116485 L93.2292414,91.9116485 Z M93.2591175,83.0400705 L93.2591175,79.9826533 C94.1255534,79.9826533 96.8343964,79.7137998 96.8343964,81.5163618 C96.8343964,83.2392647 94.1255843,83.0400705 93.2591175,83.0400705 Z M93.2591175,87.9398948 L93.2591175,84.5737791 C94.2948407,84.5737791 97.4665153,84.2849568 97.4665153,86.2568678 C97.4665153,88.1589961 94.2948407,87.9398948 93.2591175,87.9398948 Z","id","b","fill-rule","nonzero","transform","translate(94.567271, 83.820921) rotate(14.000000) translate(-94.567271, -83.820921) ",1,"fill-color-9"],["d","M305.611064,96.181454 L305.611064,94.0620763 C306.029328,94.0720144 306.437655,94.0720144 306.826074,94.0720144 L306.826074,96.181454 L308.359752,96.181454 L308.359752,94.0322003 C310.929153,93.8927582 312.646809,93.2454235 312.875879,90.8254028 C313.055104,88.8834296 312.138854,88.0169628 310.684867,87.6684193 C311.561241,87.2202788 312.118978,86.423533 311.989505,85.0989876 C311.820156,83.2864566 310.331601,82.678936 308.359721,82.5096797 L308.359721,80 L306.826043,80 L306.826043,82.4399586 C306.427655,82.4399586 306.019328,82.4498967 305.611033,82.4598657 L305.611033,80 L304.077324,80 L304.077324,82.5096797 C303.513445,82.5267164 302.856697,82.5183832 301,82.5096797 L301,84.1429236 C302.210905,84.1215042 302.846234,84.0436969 302.991818,84.8201034 L302.991818,91.6918387 C302.899381,92.3078468 302.406365,92.2191446 301.308729,92.1997314 L301,94.0222313 L301.961667,94.0226864 C303.864253,94.024638 304.077355,94.0322003 304.077355,94.0322003 L304.077355,96.181454 L305.611064,96.181454 Z M305.64094,87.309876 L305.64094,84.2524587 C306.507376,84.2524587 309.216219,83.9836053 309.216219,85.7861673 C309.216219,87.5090702 306.507407,87.309876 305.64094,87.309876 Z M305.64094,92.2097003 L305.64094,88.8435846 C306.676663,88.8435846 309.848338,88.5547623 309.848338,90.5266733 C309.848338,92.4288016 306.676663,92.2097003 305.64094,92.2097003 Z","id","b","fill-rule","nonzero","transform","translate(306.949093, 88.090727) rotate(14.000000) translate(-306.949093, -88.090727) ",1,"fill-color-26"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step04","transform","translate(-1799.000000, -756.000000)"],["id","LoopIn_Step04","transform","translate(1799.000000, 756.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["d","M225.805162,92.2474279 C226.071703,92.2474279 226.325569,92.1077892 226.465207,91.8666288 L232.050261,82.2197185 C232.345374,81.7151473 231.980441,81.0773212 231.393376,81.0773212 L227.731346,81.0773212 L229.083201,76.9583506 C229.210134,76.4759989 228.845202,76 228.346983,76 L223.777394,76 C223.396595,76 223.07291,76.2824384 223.022149,76.6600456 L222.006685,84.2760274 C221.946379,84.7329987 222.301798,85.1391782 222.76193,85.1391782 L226.528674,85.1391782 L225.065752,91.3112968 C224.951525,91.7936485 225.319618,92.2474279 225.805162,92.2474279 Z","id","b","fill-rule","nonzero","transform","translate(227.077378, 84.123714) rotate(14.000000) translate(-227.077378, -84.123714) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step05","transform","translate(-2386.000000, -764.000000)","fill-rule","nonzero"],["id","LoopIn_Step05","transform","translate(2386.000000, 764.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"]],template:function(it,bt){if(1&it&&d.DNE(0,Le,1,0,"ng-container",5)(1,Ke,32,5,"ng-template",null,0,d.C5r)(3,ge,66,5,"ng-template",null,1,d.C5r)(5,ve,93,5,"ng-template",null,2,d.C5r)(7,Oe,54,5,"ng-template",null,3,d.C5r)(9,Ee,51,5,"ng-template",null,4,d.C5r),2&it){const ut=d.sdS(2),jt=d.sdS(4),ai=d.sdS(6),pi=d.sdS(8),ki=d.sdS(10);d.Y8G("ngTemplateOutlet",1===bt.stepNumber?ut:2===bt.stepNumber?jt:3===bt.stepNumber?ai:4===bt.stepNumber?pi:ki)}},dependencies:[M.YU,M.T3,G.Lc,G.dh,me.DJ,me.sA,me.UI,Te.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[_e.k]}}))}return Tt(),Ze})();const nt=(Tt,Ze)=>({"small-svg":Tt,"large-svg":Ze});function Ct(Tt,Ze){1&Tt&&d.eu8(0)}function Mt(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",7)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),d.nrm(8,"circle",12)(9,"path",13),d.k0s(),d.j41(10,"g",14),d.nrm(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),d.k0s()()()()(),w.joV(),d.j41(26,"div",30)(27,"mat-card-title"),d.EFF(28,"Loop Out explained."),d.k0s()(),d.j41(29,"div",31)(30,"mat-card-subtitle",32),d.EFF(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,nt,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function lt(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",33)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40)(13,"g",41)(14,"g",42),d.nrm(15,"rect",43)(16,"rect",44)(17,"rect",45)(18,"circle",46)(19,"rect",47)(20,"rect",48)(21,"circle",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"rect",53)(26,"circle",54)(27,"circle",55),d.k0s(),d.j41(28,"g",56),d.nrm(29,"path",57)(30,"rect",58)(31,"polygon",59)(32,"circle",60)(33,"path",61)(34,"rect",62)(35,"rect",63)(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"path",69)(42,"path",70),d.k0s(),d.nrm(43,"path",71),d.k0s()(),d.nrm(44,"circle",72),d.k0s()()()(),w.joV(),d.j41(45,"div",30)(46,"mat-card-title"),d.EFF(47,"Step 1: Deciding to Loop Out"),d.k0s()(),d.j41(48,"div",31)(49,"mat-card-subtitle",32),d.EFF(50," You have a channel with a local balance amount and you want to gain inbound liquidity. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,nt,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function Pe(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",73)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",74),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",75)(11,"g",76),d.nrm(12,"circle",77)(13,"path",78),d.j41(14,"g",79),d.nrm(15,"polygon",80)(16,"polygon",81)(17,"path",82),d.k0s(),d.j41(18,"g",83),d.nrm(19,"polygon",84)(20,"path",85)(21,"rect",86)(22,"path",87)(23,"rect",88)(24,"rect",89)(25,"rect",90)(26,"rect",91)(27,"circle",92)(28,"path",93),d.j41(29,"g",94)(30,"g",95),d.nrm(31,"g",96),d.k0s(),d.nrm(32,"g",97),d.k0s(),d.nrm(33,"path",98),d.k0s(),d.j41(34,"g",99)(35,"g",41)(36,"g",42),d.nrm(37,"rect",43)(38,"rect",44)(39,"rect",45)(40,"circle",46)(41,"rect",47)(42,"rect",48)(43,"circle",49)(44,"rect",50)(45,"rect",51)(46,"rect",52)(47,"rect",53)(48,"circle",100)(49,"circle",54)(50,"circle",55)(51,"circle",101),d.k0s(),d.j41(52,"g",56),d.nrm(53,"path",57)(54,"rect",102)(55,"polygon",103)(56,"circle",104)(57,"path",61)(58,"rect",105)(59,"rect",106)(60,"rect",107)(61,"rect",108)(62,"rect",109)(63,"rect",110)(64,"rect",68)(65,"path",69)(66,"path",70),d.k0s(),d.nrm(67,"path",111),d.k0s()()()()()(),w.joV(),d.j41(68,"div",30)(69,"mat-card-title"),d.EFF(70,"Step 2: Send lightning payment"),d.k0s()(),d.j41(71,"div",31)(72,"mat-card-subtitle",32),d.EFF(73," Your node pays a lightning invoice for the amount requested via the loop service. This moves the local balance, for the amount paid, to the remote side of the channel. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,nt,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function Ht(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",112)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"g",8)(5,"g",113)(6,"g",114)(7,"g",115)(8,"g",116),d.nrm(9,"circle",12)(10,"path",117),d.k0s(),d.j41(11,"g",14),d.nrm(12,"ellipse",118)(13,"ellipse",16)(14,"rect",17)(15,"rect",18)(16,"rect",19)(17,"rect",20)(18,"rect",21)(19,"rect",22)(20,"rect",23)(21,"rect",24)(22,"rect",25)(23,"rect",26)(24,"rect",27)(25,"rect",28)(26,"rect",29),d.k0s()(),d.j41(27,"g",119),d.nrm(28,"polygon",80)(29,"polygon",120)(30,"path",82),d.k0s(),d.j41(31,"g",121),d.nrm(32,"polygon",84)(33,"path",85)(34,"rect",86)(35,"path",87)(36,"rect",88)(37,"rect",89)(38,"rect",90)(39,"rect",91)(40,"circle",122)(41,"path",93),d.j41(42,"g",94)(43,"g",95),d.nrm(44,"g",96),d.k0s(),d.nrm(45,"g",97),d.k0s(),d.nrm(46,"path",123),d.k0s()()()()(),w.joV(),d.j41(47,"div",30)(48,"mat-card-title"),d.EFF(49,"Step 3: Receive funds back"),d.k0s()(),d.j41(50,"div",31)(51,"mat-card-subtitle",32),d.EFF(52," Loop service then sends you a payment on-chain for the amount same as the lightning payment minus the fee. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,nt,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}function ct(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",6),d.bIt("swipe",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.onSwipe(it))}),w.qSk(),d.j41(1,"svg",124)(2,"desc"),d.EFF(3,"Created with Sketch."),d.k0s(),d.j41(4,"defs")(5,"linearGradient",34),d.nrm(6,"stop",35)(7,"stop",36)(8,"stop",37),d.k0s()(),d.j41(9,"g",8)(10,"g",125)(11,"g",126)(12,"g",42),d.nrm(13,"rect",127)(14,"rect",128)(15,"rect",129)(16,"circle",130)(17,"rect",131)(18,"rect",132)(19,"circle",133)(20,"rect",134)(21,"rect",135)(22,"rect",136)(23,"rect",137)(24,"rect",138)(25,"circle",139)(26,"circle",140)(27,"circle",141),d.k0s(),d.j41(28,"g",142)(29,"g",143)(30,"g",144),d.nrm(31,"path",145)(32,"rect",146)(33,"polygon",147),d.j41(34,"g",148),d.nrm(35,"path",149),d.k0s(),d.nrm(36,"rect",150)(37,"rect",151)(38,"rect",152)(39,"rect",153)(40,"rect",154)(41,"rect",155)(42,"rect",156)(43,"path",157)(44,"path",158),d.k0s(),d.j41(45,"g",159),d.nrm(46,"path",160)(47,"path",161)(48,"path",162)(49,"path",163)(50,"path",164)(51,"path",165)(52,"path",166)(53,"path",167)(54,"path",168)(55,"path",169)(56,"path",170)(57,"circle",171)(58,"circle",172),d.k0s(),d.nrm(59,"path",173),d.k0s()()()()()(),w.joV(),d.j41(60,"div",30)(61,"mat-card-title"),d.EFF(62,"Done!"),d.k0s()(),d.j41(63,"div",31)(64,"mat-card-subtitle",32),d.EFF(65," Final settlement occurs when your node sweeps the on-chain payment and the loop server settles the lightning invoice. You receive the payment on-chain in your wallet and also move local balance to the remote side of the channel, gaining inbound capacity. "),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@sliderAnimation",Ve.animationDirection),d.R7$(),d.Y8G("ngClass",d.l_i(2,nt,Ve.screenSize===Ve.screenSizeEnum.XS,Ve.screenSize!==Ve.screenSizeEnum.XS))}}let Ce=(()=>{var Tt;class Ze{constructor(Fe){this.commonService=Fe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new d.bkB,this.screenSize="",this.screenSizeEnum=T.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(Fe){2===Fe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===Fe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#e=Tt=()=>(this.\u0275fac=function(it){return new(it||Ze)(d.rXU(K.h))},this.\u0275cmp=d.VBU({type:Ze,selectors:[["rtl-loop-out-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopOut_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopOut_Step02","transform","translate(-540.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(540.000000, 210.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["fxFlex","30","viewBox","0 0 373 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","LoopOut_Step03","transform","translate(-460.000000, -210.000000)"],["id","Loop_Step03","transform","translate(460.000000, 210.000000)"],["id","Oval","fill-rule","nonzero","cx","330.487742","cy","57.4877419","r","42.4877419",1,"fill-color-2"],["d","M345.082742,43.5000036 C349.446821,43.5000036 352.999928,40.1343958 352.999928,36.0000215 C352.999928,31.8656472 349.446821,28.5000393 345.082742,28.5000393 C341.98433,28.5000393 339.560889,30.4359631 337.999964,32.1843872 C336.43904,30.4359631 334.015599,28.5000393 330.917187,28.5000393 C326.553107,28.5000393 323,31.8656472 323,36.0000215 C323,40.1343958 326.553107,43.5000036 330.917187,43.5000036 C334.015599,43.5000036 336.43904,41.5640798 337.999964,39.8156557 C339.560889,41.5640798 341.98433,43.5000036 345.082742,43.5000036 Z M330.917187,39.0000143 C329.032807,39.0000143 327.499989,37.6546959 327.499989,36.0000286 C327.499989,34.3453471 329.032807,33.0000286 330.917187,33.0000286 C332.707771,33.0000286 334.357776,34.6921938 335.323426,36.0000286 C334.36716,37.2937501 332.703102,39.0000143 330.917187,39.0000143 Z M345.082742,39.0000143 C343.292157,39.0000143 341.642152,37.3078492 340.676502,36.0000286 C341.632768,34.7062929 343.296827,33.0000286 345.082742,33.0000286 C346.967121,33.0000286 348.499939,34.3453471 348.499939,36.0000286 C348.499939,37.6546959 346.967121,39.0000143 345.082742,39.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(113.000000, 79.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-22"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(265.000000, 50.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-3"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["d","M46.60483,51.432122 C46.8713708,51.432122 47.1252368,51.2924832 47.2648756,51.0513229 L52.8499289,41.4044125 C53.145042,40.8998413 52.7801095,40.2620153 52.1930443,40.2620153 L48.5310139,40.2620153 L49.8828693,36.1430446 C50.0098023,35.6606929 49.6448699,35.184694 49.1466515,35.184694 L44.5770624,35.184694 C44.1962633,35.184694 43.8725779,35.4671324 43.8218171,35.8447396 L42.8063528,43.4607214 C42.7460473,43.9176927 43.1014659,44.3238722 43.5615982,44.3238722 L47.3283421,44.3238722 L45.8654203,50.4959909 C45.751193,50.9783426 46.1192864,51.432122 46.60483,51.432122 Z","id","b","fill-rule","nonzero","transform","translate(47.877046, 43.308408) rotate(14.000000) translate(-47.877046, -43.308408) ",1,"fill-color-12"],["id","Group-34","fill-rule","nonzero"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","17.5648113","r","8.78679245"],["id","Oval","cx","76.317438","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-8"],["id","Path","opacity","0.222721354","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-18"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-8"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-14"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step04","transform","translate(-503.000000, -212.000000)"],["id","Loop_Step04","transform","translate(503.000000, 212.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M46.519593,50.6740439 L46.519593,48.5460252 C46.9395628,48.5560039 47.349554,48.5560039 47.739557,48.5560039 L47.739557,50.6740439 L49.2794877,50.6740439 L49.2794877,48.5160274 C51.8593644,48.3760168 53.5840235,47.7260428 53.8140277,45.2961554 C53.9939838,43.3462645 53.0739982,42.476265 51.6140824,42.1263004 C52.4940295,41.6763328 53.054041,40.8763386 52.92404,39.5463928 C52.7540005,37.7264719 51.2593765,37.1164744 49.2794567,36.9465279 L49.2794567,34.4266159 L47.739526,34.4266159 L47.739526,36.8765226 C47.3395134,36.8765226 46.9295222,36.8865012 46.519562,36.8965108 L46.519562,34.4266159 L44.9796003,34.4266159 L44.9796003,36.9465279 C44.413422,36.9636341 43.7539962,36.9552669 41.8897293,36.9465279 L41.8897293,38.5864308 C43.1055717,38.564924 43.7434908,38.4867995 43.8896683,39.2663716 L43.8896683,46.1661239 C43.7968547,46.7846435 43.3018283,46.6955796 42.1997174,46.6760872 L41.8897293,48.5060178 C44.6975648,48.5060178 44.9796313,48.5160274 44.9796313,48.5160274 L44.9796313,50.6740439 L46.519593,50.6740439 Z M46.5495908,41.7662953 L46.5495908,38.6964125 C47.4195593,38.6964125 50.1394466,38.4264629 50.1394466,40.2363742 C50.1394466,41.9663016 47.4195903,41.7662953 46.5495908,41.7662953 Z M46.5495908,46.6860969 L46.5495908,43.306257 C47.5895368,43.306257 50.7741427,43.0162572 50.7741427,44.9962079 C50.7741427,46.9060914 47.5895368,46.6860969 46.5495908,46.6860969 Z","id","B","fill-rule","nonzero","transform","translate(47.863077, 42.550330) rotate(14.000000) translate(-47.863077, -42.550330) ",1,"fill-color-29"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step05","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step05","transform","translate(542.000000, 210.000000)"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"]],template:function(it,bt){if(1&it&&d.DNE(0,Ct,1,0,"ng-container",5)(1,Mt,32,5,"ng-template",null,0,d.C5r)(3,lt,51,5,"ng-template",null,1,d.C5r)(5,Pe,74,5,"ng-template",null,2,d.C5r)(7,Ht,53,5,"ng-template",null,3,d.C5r)(9,ct,66,5,"ng-template",null,4,d.C5r),2&it){const ut=d.sdS(2),jt=d.sdS(4),ai=d.sdS(6),pi=d.sdS(8),ki=d.sdS(10);d.Y8G("ngTemplateOutlet",1===bt.stepNumber?ut:2===bt.stepNumber?jt:3===bt.stepNumber?ai:4===bt.stepNumber?pi:ki)}},dependencies:[M.YU,M.T3,G.Lc,G.dh,me.DJ,me.sA,me.UI,Te.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[_e.k]}}))}return Tt(),Ze})();const ze=["stepper"],Z=()=>[1,2,3,4,5],J=(Tt,Ze)=>({"dot-primary":Tt,"dot-primary-lighter":Ze});function fe(Tt,Ze){if(1&Tt&&(d.j41(0,"div",49)(1,"p",50)(2,"strong"),d.EFF(3,"Channel Peer:\xa0"),d.k0s(),d.EFF(4),d.nI1(5,"titlecase"),d.k0s(),d.j41(6,"p",51)(7,"strong"),d.EFF(8,"Channel ID:\xa0"),d.k0s(),d.EFF(9),d.k0s(),d.nrm(10,"p",51),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(4),d.JRh(d.bMT(5,2,Ve.channel.remote_alias)),d.R7$(5),d.JRh(Ve.channel.chan_id)}}function Ie(Tt,Ze){if(1&Tt&&d.EFF(0),2&Tt){const Ve=d.XpG(2);d.JRh(Ve.inputFormLabel)}}function ht(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Amount is required."),d.k0s())}function li(Tt,Ze){if(1&Tt&&(d.j41(0,"mat-error"),d.EFF(1),d.nI1(2,"number"),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(),d.SpI("Amount must be greater than or equal to ",d.bMT(2,1,Ve.minQuote.amount),".")}}function Qt(Tt,Ze){if(1&Tt&&(d.j41(0,"mat-error"),d.EFF(1),d.nI1(2,"number"),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(),d.SpI("Amount must be less than or equal to ",d.bMT(2,1,Ve.maxQuote.amount),".")}}function di(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Confirmation target is required."),d.k0s())}function kt(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Confirmation target must be a positive number."),d.k0s())}function Rt(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Percentage is required."),d.k0s())}function le(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Percentage must be a positive number."),d.k0s())}function te(Tt,Ze){if(1&Tt&&(d.j41(0,"mat-form-field",51)(1,"mat-label"),d.EFF(2,"Max Off-chain Routing Fee (%)"),d.k0s(),d.nrm(3,"input",52),d.DNE(4,Rt,2,0,"mat-error",26)(5,le,2,0,"mat-error",26),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(3),d.Y8G("step",1),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.routingFeePercent.errors?null:Ve.inputFormGroup.controls.routingFeePercent.errors.required),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.routingFeePercent.errors?null:Ve.inputFormGroup.controls.routingFeePercent.errors.min)}}function ce(Tt,Ze){1&Tt&&(d.j41(0,"div",53)(1,"mat-slide-toggle",54),d.EFF(2,"Fast"),d.k0s(),d.j41(3,"mat-icon",55),d.EFF(4,"info_outline"),d.k0s()())}function se(Tt,Ze){if(1&Tt&&d.EFF(0),2&Tt){const Ve=d.XpG(2);d.JRh(Ve.quoteFormLabel)}}function ke(Tt,Ze){1&Tt&&(d.j41(0,"p",56)(1,"mat-icon",57),d.EFF(2,"close"),d.k0s(),d.EFF(3,"Local balance amount is insufficient for swap."),d.k0s())}function Ue(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",58),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onValidateAmount())}),d.EFF(1,"Next"),d.k0s()}}function Ne(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",59),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onLoop())}),d.EFF(1),d.k0s()}if(2&Tt){const Ve=d.XpG(2);d.R7$(),d.SpI("Initiate ",Ve.loopDirectionCaption)}}function Kt(Tt,Ze){if(1&Tt&&d.EFF(0),2&Tt){const Ve=d.XpG(3);d.JRh(Ve.addressFormLabel)}}function yt(Tt,Ze){1&Tt&&(d.j41(0,"mat-error"),d.EFF(1,"Address is required."),d.k0s())}function Vt(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"mat-step",16)(1,"form",17),d.DNE(2,Kt,1,1,"ng-template",18),d.j41(3,"div",60)(4,"mat-radio-group",61),d.bIt("change",function(it){w.eBV(Ve);const bt=d.XpG(2);return w.Njj(bt.onAddressTypeChange(it))}),d.j41(5,"mat-radio-button",62),d.EFF(6,"Node Local Address"),d.k0s(),d.j41(7,"mat-radio-button",63),d.EFF(8,"External Address"),d.k0s()(),d.j41(9,"mat-form-field",64)(10,"mat-label"),d.EFF(11,"Address"),d.k0s(),d.nrm(12,"input",65),d.DNE(13,yt,2,0,"mat-error",26),d.k0s()(),d.j41(14,"div",30)(15,"button",66),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onLoop())}),d.EFF(16),d.k0s()()()()}if(2&Tt){const Ve=d.XpG(2);d.Y8G("stepControl",Ve.addressFormGroup)("editable",Ve.flgEditable),d.R7$(),d.Y8G("formGroup",Ve.addressFormGroup),d.R7$(11),d.Y8G("required","external"===Ve.addressFormGroup.controls.addressType.value),d.R7$(),d.Y8G("ngIf",null==Ve.addressFormGroup.controls.address.errors?null:Ve.addressFormGroup.controls.address.errors.required),d.R7$(3),d.SpI("Initiate ",Ve.loopDirectionCaption)}}function Zt(Tt,Ze){if(1&Tt&&d.EFF(0),2&Tt){const Ve=d.XpG(2);d.SpI("",Ve.loopDirectionCaption," Status")}}function ti(Tt,Ze){if(1&Tt&&(d.j41(0,"mat-icon",67),d.EFF(1),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(),d.JRh(Ve.loopStatus&&null!=Ve.loopStatus&&Ve.loopStatus.id_bytes?"check":"close")}}function Ye(Tt,Ze){1&Tt&&d.nrm(0,"div")}function Nt(Tt,Ze){1&Tt&&d.nrm(0,"mat-progress-bar",68)}function Et(Tt,Ze){if(1&Tt&&(d.j41(0,"h4",69),d.EFF(1),d.k0s()),2&Tt){const Ve=d.XpG(2);d.R7$(),d.JRh(Ve.loopStatus&&Ve.loopStatus.error?Ve.loopDirectionCaption+" failed.":Ve.loopStatus&&Ve.loopStatus.id_bytes&&Ve.channel?Ve.loopDirectionCaption+" request placed successfully. You can check the status of the request on the 'Loop' menu.":Ve.loopDirectionCaption+" request placed successfully.")}}function Jt(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",70),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.goToLoop())}),d.EFF(1,"Check Status"),d.k0s()}}function qe(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",71),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onRestart())}),d.EFF(1,"Start Again"),d.k0s()}}function $e(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),d.EFF(5),d.k0s()(),d.j41(6,"div",9)(7,"button",10),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG();return w.Njj(it.showInfo())}),d.EFF(8,"?"),d.k0s(),d.j41(9,"button",11),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG();return w.Njj(it.onClose())}),d.EFF(10,"X"),d.k0s()()(),d.j41(11,"mat-card-content",12)(12,"div",13),d.DNE(13,fe,11,4,"div",14),d.j41(14,"mat-vertical-stepper",15,1),d.bIt("selectionChange",function(it){w.eBV(Ve);const bt=d.XpG();return w.Njj(bt.stepSelectionChanged(it))}),d.j41(16,"mat-step",16)(17,"form",17),d.DNE(18,Ie,1,1,"ng-template",18),d.j41(19,"div",19),d.nrm(20,"rtl-loop-quote",20)(21,"rtl-loop-quote",21),d.k0s(),d.j41(22,"div",22)(23,"mat-form-field",23)(24,"mat-label"),d.EFF(25,"Amount"),d.k0s(),d.nrm(26,"input",24),d.j41(27,"mat-hint"),d.EFF(28),d.nI1(29,"number"),d.nI1(30,"number"),d.k0s(),d.j41(31,"span",25),d.EFF(32,"Sats"),d.k0s(),d.DNE(33,ht,2,0,"mat-error",26)(34,li,3,3,"mat-error",26)(35,Qt,3,3,"mat-error",26),d.k0s(),d.j41(36,"mat-form-field",23)(37,"mat-label"),d.EFF(38,"Sweep Confirmation Target"),d.k0s(),d.nrm(39,"input",27),d.DNE(40,di,2,0,"mat-error",26)(41,kt,2,0,"mat-error",26),d.k0s(),d.DNE(42,te,6,3,"mat-form-field",28),d.k0s(),d.DNE(43,ce,5,0,"div",29),d.j41(44,"div",30)(45,"button",31),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG();return w.Njj(it.onEstimateQuote())}),d.EFF(46,"Estimate Quote"),d.k0s()()()(),d.j41(47,"mat-step",16)(48,"form",17),d.DNE(49,se,1,1,"ng-template",18),d.nrm(50,"rtl-loop-quote",32),d.DNE(51,ke,4,0,"p",33),d.j41(52,"div",30),d.DNE(53,Ue,2,0,"button",34)(54,Ne,2,1,"button",35),d.k0s()()(),d.DNE(55,Vt,17,6,"mat-step",36),d.j41(56,"mat-step",37)(57,"form",17),d.DNE(58,Zt,1,1,"ng-template",18),d.j41(59,"div",38)(60,"mat-expansion-panel",39)(61,"mat-expansion-panel-header")(62,"mat-panel-title")(63,"span",40),d.EFF(64),d.DNE(65,ti,2,1,"mat-icon",41),d.k0s()()(),d.DNE(66,Ye,1,0,"div",42),d.k0s(),d.DNE(67,Nt,1,0,"mat-progress-bar",43),d.k0s(),d.DNE(68,Et,2,1,"h4",44),d.j41(69,"div",30),d.DNE(70,Jt,2,0,"button",45)(71,qe,2,0,"button",46),d.k0s()()()(),d.j41(72,"div",47)(73,"button",48),d.EFF(74,"Close"),d.k0s()()()()()()}if(2&Tt){const Ve=d.XpG(),Fe=d.sdS(2);d.Y8G("@opacityAnimation",void 0),d.R7$(3),d.Y8G("ngClass",Ve.screenSize===Ve.screenSizeEnum.XS||Ve.screenSize===Ve.screenSizeEnum.SM?"flex-83":"flex-91"),d.R7$(2),d.JRh(Ve.channel?"Channel "+Ve.loopDirectionCaption:Ve.loopDirectionCaption),d.R7$(),d.Y8G("ngClass",Ve.screenSize===Ve.screenSizeEnum.XS||Ve.screenSize===Ve.screenSizeEnum.SM?"flex-17":"flex-9"),d.R7$(7),d.Y8G("ngIf",Ve.channel),d.R7$(),d.Y8G("linear",!0),d.R7$(2),d.Y8G("stepControl",Ve.inputFormGroup)("editable",Ve.flgEditable),d.R7$(),d.Y8G("formGroup",Ve.inputFormGroup),d.R7$(3),d.Y8G("quote",Ve.minQuote)("panelExpanded",!1)("showPanel",!0),d.R7$(),d.Y8G("quote",Ve.maxQuote)("panelExpanded",!1)("showPanel",!0),d.R7$(2),d.Y8G("ngClass",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT?"flex-35":"flex-48"),d.R7$(3),d.Y8G("step",1e3),d.R7$(2),d.Lme("Range: ",d.bMT(29,49,Ve.minQuote.amount),"-",d.bMT(30,51,Ve.maxQuote.amount)),d.R7$(5),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.amount.errors?null:Ve.inputFormGroup.controls.amount.errors.required),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.amount.errors?null:Ve.inputFormGroup.controls.amount.errors.min),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.amount.errors?null:Ve.inputFormGroup.controls.amount.errors.max),d.R7$(),d.Y8G("ngClass",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT?"flex-30":"flex-48"),d.R7$(3),d.Y8G("step",1),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.sweepConfTarget.errors?null:Ve.inputFormGroup.controls.sweepConfTarget.errors.required),d.R7$(),d.Y8G("ngIf",null==Ve.inputFormGroup.controls.sweepConfTarget.errors?null:Ve.inputFormGroup.controls.sweepConfTarget.errors.min),d.R7$(),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT),d.R7$(4),d.Y8G("stepControl",Ve.quoteFormGroup)("editable",Ve.flgEditable),d.R7$(),d.Y8G("formGroup",Ve.quoteFormGroup),d.R7$(2),d.Y8G("quote",Ve.quote)("showPanel",!1),d.R7$(),d.Y8G("ngIf",Ve.inputFormGroup.controls.amount.value>Ve.localBalanceToCompare),d.R7$(2),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_IN),d.R7$(),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("stepControl",Ve.statusFormGroup),d.R7$(),d.Y8G("formGroup",Ve.statusFormGroup),d.R7$(3),d.Y8G("expanded",!!Ve.loopStatus),d.R7$(4),d.JRh(Ve.loopStatus?Ve.loopStatus.id_bytes?Ve.loopDirectionCaption+" request details":Ve.loopDirectionCaption+" error details":"Waiting for "+Ve.loopDirectionCaption+" request..."),d.R7$(),d.Y8G("ngIf",Ve.loopStatus),d.R7$(),d.Y8G("ngIf",!Ve.loopStatus)("ngIfElse",Fe),d.R7$(),d.Y8G("ngIf",!Ve.loopStatus),d.R7$(),d.Y8G("ngIf",Ve.loopStatus),d.R7$(2),d.Y8G("ngIf",Ve.loopStatus&&Ve.loopStatus.id_bytes&&Ve.channel),d.R7$(),d.Y8G("ngIf",Ve.loopStatus&&(Ve.loopStatus.error||!Ve.loopStatus.id_bytes)),d.R7$(2),d.Y8G("mat-dialog-close",!1)}}function tt(Tt,Ze){if(1&Tt&&d.nrm(0,"rtl-loop-status",72),2&Tt){const Ve=d.XpG();d.Y8G("loopStatus",Ve.loopStatus)}}function vi(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"rtl-loop-out-info-graphics",88),d.mxI("stepNumberChange",function(it){w.eBV(Ve);const bt=d.XpG(2);return d.DH7(bt.stepNumber,it)||(bt.stepNumber=it),w.Njj(it)}),d.k0s()}if(2&Tt){const Ve=d.XpG(2);d.Y8G("animationDirection",Ve.animationDirection),d.R50("stepNumber",Ve.stepNumber)}}function ei(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"rtl-loop-in-info-graphics",88),d.mxI("stepNumberChange",function(it){w.eBV(Ve);const bt=d.XpG(2);return d.DH7(bt.stepNumber,it)||(bt.stepNumber=it),w.Njj(it)}),d.k0s()}if(2&Tt){const Ve=d.XpG(2);d.Y8G("animationDirection",Ve.animationDirection),d.R50("stepNumber",Ve.stepNumber)}}function ci(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"span",89),d.bIt("click",function(){const it=w.eBV(Ve).$implicit,bt=d.XpG(2);return w.Njj(bt.onStepChanged(it))}),d.nrm(1,"p",90),d.k0s()}if(2&Tt){const Ve=Ze.$implicit,Fe=d.XpG(2);d.R7$(),d.Y8G("ngClass",d.l_i(1,J,Fe.stepNumber===Ve,Fe.stepNumber!==Ve))}}function Hi(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",91),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onReadMore())}),d.EFF(1,"Read More"),d.k0s()}}function oi(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",92),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onStepChanged(4))}),d.EFF(1,"Back"),d.k0s()}}function ui(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",93),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return it.flgShowInfo=!1,w.Njj(it.stepNumber=1)}),d.EFF(1,"Close"),d.k0s()}}function ln(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",94),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return it.flgShowInfo=!1,w.Njj(it.stepNumber=1)}),d.EFF(1,"Close"),d.k0s()}}function nn(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",95),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onStepChanged(it.stepNumber-1))}),d.EFF(1,"Back"),d.k0s()}}function dn(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"button",96),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG(2);return w.Njj(it.onStepChanged(it.stepNumber+1))}),d.EFF(1,"Next"),d.k0s()}}function zn(Tt,Ze){if(1&Tt){const Ve=d.RV6();d.j41(0,"div",73)(1,"div",19)(2,"mat-card-header",74)(3,"div",75),d.nrm(4,"span",8),d.k0s(),d.j41(5,"div",76)(6,"button",11),d.bIt("click",function(){w.eBV(Ve);const it=d.XpG();return it.flgShowInfo=!1,w.Njj(it.stepNumber=1)}),d.EFF(7,"X"),d.k0s()()(),d.j41(8,"mat-card-content",77),d.DNE(9,vi,1,2,"rtl-loop-out-info-graphics",78)(10,ei,1,2,"rtl-loop-in-info-graphics",78),d.k0s(),d.j41(11,"div",79),d.DNE(12,ci,2,4,"span",80),d.k0s(),d.j41(13,"div",81),d.DNE(14,Hi,2,0,"button",82)(15,oi,2,0,"button",83)(16,ui,2,0,"button",84)(17,ln,2,0,"button",85)(18,nn,2,0,"button",86)(19,dn,2,0,"button",87),d.k0s()()()}if(2&Tt){const Ve=d.XpG();d.Y8G("@opacityAnimation",void 0),d.R7$(9),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_OUT),d.R7$(),d.Y8G("ngIf",Ve.direction===Ve.LoopTypeEnum.LOOP_IN),d.R7$(2),d.Y8G("ngForOf",d.lJ4(10,Z)),d.R7$(2),d.Y8G("ngIf",5===Ve.stepNumber),d.R7$(),d.Y8G("ngIf",5===Ve.stepNumber),d.R7$(),d.Y8G("ngIf",5===Ve.stepNumber),d.R7$(),d.Y8G("ngIf",Ve.stepNumber<5),d.R7$(),d.Y8G("ngIf",Ve.stepNumber>1&&Ve.stepNumber<5),d.R7$(),d.Y8G("ngIf",Ve.stepNumber<5)}}let It=(()=>{var Tt;class Ze{constructor(Fe,it,bt,ut,jt,ai,pi,ki,Ki){this.dialogRef=Fe,this.data=it,this.store=bt,this.loopService=ut,this.formBuilder=jt,this.decimalPipe=ai,this.logger=pi,this.router=ki,this.commonService=Ki,this.faInfoCircle=c.iW_,this.LoopTypeEnum=T.C7,this.direction=T.C7.LOOP_OUT,this.loopDirectionCaption="Loop out",this.loopStatus=null,this.inputFormLabel="Amount to loop out",this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address",this.prepayRoutingFee=36,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=T.f7,this.animationDirection="forward",this.flgEditable=!0,this.localBalanceToCompare=null,this.unSubs=[new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.channel=this.data.channel,this.minQuote=this.data.minQuote?this.data.minQuote:{},this.maxQuote=this.data.maxQuote?this.data.maxQuote:{},this.direction=this.data.direction||T.C7.LOOP_OUT,this.loopDirectionCaption=this.direction===T.C7.LOOP_IN?"Loop in":"Loop out",this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.minQuote.amount,[i.k0.required,i.k0.min(this.minQuote.amount||0),i.k0.max(this.maxQuote.amount||0)]],sweepConfTarget:[6,[i.k0.required,i.k0.min(1)]],routingFeePercent:[2,[i.k0.required,i.k0.min(0)]],fast:[!1,[i.k0.required]]}),this.inputFormGroup.setErrors({Invalid:!0}),this.quoteFormGroup=this.formBuilder.group({}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[i.k0.required]],address:[{value:"",disabled:!0}]}),this.direction===T.C7.LOOP_OUT&&this.addressFormGroup.setErrors({Invalid:!0}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.store.select(g.BM).pipe((0,p.Q)(this.unSubs[6])).subscribe(Fe=>{this.localBalanceToCompare=this.channel&&this.channel.local_balance?+this.channel.local_balance:Fe.lightningBalance&&Fe.lightningBalance.local?+Fe.lightningBalance.local:null})}onFormValueChanges(){this.inputFormGroup.valueChanges.pipe((0,p.Q)(this.unSubs[4])).subscribe(Fe=>{this.inputFormGroup.setErrors({Invalid:!0})}),this.direction===T.C7.LOOP_OUT&&this.addressFormGroup.valueChanges.pipe((0,p.Q)(this.unSubs[5])).subscribe(Fe=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(Fe){"external"===Fe.value?(this.addressFormGroup.controls.address.setValidators([i.k0.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onValidateAmount(){this.localBalanceToCompare&&this.inputFormGroup.controls.amount.value<=this.localBalanceToCompare&&this.stepper.next()}onLoop(){if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2||this.direction===T.C7.LOOP_OUT&&(!this.inputFormGroup.controls.routingFeePercent.value||this.inputFormGroup.controls.routingFeePercent.value<0)||this.direction===T.C7.LOOP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,this.stepper.selected?.stepControl.setErrors(null),this.stepper.next(),this.direction===T.C7.LOOP_IN)this.loopService.loopIn(this.inputFormGroup.controls.amount.value,+(this.quote.swap_fee_sat||0),+(this.quote.htlc_publish_fee_sat||0),"",!0).pipe((0,p.Q)(this.unSubs[0])).subscribe({next:Fe=>{this.loopStatus=Fe,this.loopService.listSwaps(),this.flgEditable=!0},error:Fe=>{this.loopStatus={error:Fe},this.flgEditable=!0,this.logger.error(Fe)}});else{const Fe=Math.ceil(this.inputFormGroup.controls.amount.value*(this.inputFormGroup.controls.routingFeePercent.value/100)),it="external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",bt=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.loopService.loopOut(this.inputFormGroup.controls.amount.value,this.channel&&this.channel.chan_id?this.channel.chan_id:"",this.inputFormGroup.controls.sweepConfTarget.value,Fe,+(this.quote.htlc_sweep_fee_sat||0),this.prepayRoutingFee,+(this.quote.prepay_amt_sat||0),+(this.quote.swap_fee_sat||0),bt,it).pipe((0,p.Q)(this.unSubs[1])).subscribe({next:ut=>{this.loopStatus=ut,this.loopService.listSwaps(),this.flgEditable=!0},error:ut=>{this.loopStatus={error:ut},this.flgEditable=!0,this.logger.error(ut)}})}}onEstimateQuote(){if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2)return!0;const Fe=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.direction===T.C7.LOOP_IN?this.loopService.getLoopInQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,Fe).pipe((0,p.Q)(this.unSubs[2])).subscribe(it=>{this.quote=it,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}):this.loopService.getLoopOutQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,Fe).pipe((0,p.Q)(this.unSubs[3])).subscribe(it=>{this.quote=it,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}),this.stepper.selected?.stepControl.setErrors(null),this.stepper.next()}stepSelectionChanged(Fe){switch(Fe.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===T.C7.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Percentage: "+(this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:"2")+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===T.C7.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel=this.quote&&this.quote.swap_fee_sat&&(this.quote.htlc_sweep_fee_sat||this.quote.htlc_publish_fee_sat)&&this.quote.prepay_amt_sat?"Quote confirmed | Estimated Fees: "+this.decimalPipe.transform(+this.quote.swap_fee_sat+ +(this.quote.htlc_sweep_fee_sat?this.quote.htlc_sweep_fee_sat:this.quote.htlc_publish_fee_sat?this.quote.htlc_publish_fee_sat:0))+" Sats":"Quote confirmed",this.addressFormLabel=this.addressFormGroup.controls.addressType.value?"Withdrawal Address | Type: "+this.addressFormGroup.controls.addressType.value:"Withdrawal Address"}(this.direction===T.C7.LOOP_OUT&&1!==Fe.selectedIndex&&Fe.selectedIndex{Fe.next(null),Fe.complete()})}static#e=Tt=()=>(this.\u0275fac=function(it){return new(it||Ze)(d.rXU(S.CP),d.rXU(S.Vh),d.rXU(m.il),d.rXU(P.Q),d.rXU(i.ze),d.rXU(M.QX),d.rXU(j.gP),d.rXU(U.Ix),d.rXU(K.h))},this.\u0275cmp=d.VBU({type:Ze,selectors:[["rtl-loop-modal"]],viewQuery:function(it,bt){if(1&it&&d.GBs(ze,5),2&it){let ut;d.mGM(ut=d.lsd())&&(bt.stepper=ut.first)}},standalone:!1,decls:4,vars:2,consts:[["loopStatusBlock",""],["stepper",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"ngClass"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"ngClass"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["class","padding-gap-large","fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngIf"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["termCaption","min",3,"quote","panelExpanded","showPanel"],["termCaption","max",3,"quote","panelExpanded","showPanel"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],[3,"ngClass"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["matInput","","type","number","tabindex","2","formControlName","sweepConfTarget","required","",3,"step"],["fxFlex","30",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","class","mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","5","type","button",3,"click"],[3,"quote","showPanel"],["fxFlex","100","class","color-warn mt-2","fxLayoutAlign","start center",4,"ngIf"],["mat-button","","color","primary","tabindex","6","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","7","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","12","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","40"],["fxFlex","30"],["matInput","","type","number","tabindex","3","formControlName","routingFeePercent","required","",3,"step"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","formControlName","fast","fxFlex","none"],["matTooltip","Swap immediately (Might end up paying a higher on-chain fee)","matTooltipPosition","above","fxFlex","none",1,"info-icon"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","mt-2"],[1,"mr-1","icon-small"],["mat-button","","color","primary","tabindex","6","type","button",3,"click"],["mat-button","","color","primary","tabindex","7","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxLayout","column","fxFlex","100",1,"mt-1"],["matInput","","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","12","type","button",3,"click"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"loopStatus"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"animationDirection","stepNumber","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(it,bt){1&it&&d.DNE(0,$e,75,53,"div",2)(1,tt,1,1,"ng-template",null,0,d.C5r)(3,zn,20,11,"div",3),2&it&&(d.Y8G("ngIf",!bt.flgShowInfo),d.R7$(3),d.Y8G("ngIf",bt.flgShowInfo))},dependencies:[M.YU,M.Sq,M.bT,i.qT,i.me,i.Q0,i.BC,i.cb,i.YS,i.j4,i.JD,S.tx,q.$z,G.m2,G.MM,Q.GK,Q.Z2,Q.WN,$.An,ae.fg,ue.rl,ue.nJ,ue.MV,ue.TL,ue.yw,oe.HM,he.VT,he._g,me.DJ,me.sA,me.UI,Te.PW,D.sG,n.oV,o.V5,o.Ti,o.M6,f.N,B,Be,dt,Ce,M.QX,M.PV],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[e.C]}}))}return Tt(),Ze})()},1636:Ae=>{"use strict";Ae.exports={rE:"6.6.1"}},1756:Ae=>{"use strict";Ae.exports=EvalError},1807:(Ae,ee,l)=>{"use strict";l.d(ee,{O:()=>c});var i=l(71985),t=l(43236),p=l(79470),S=l(28211);function c(e=0,T,g=t.b){let d=-1;return null!=T&&((0,p.m)(T)?g=T:d=T),new i.c(w=>{let m=(0,S.v)(e)?+e-g.now():e;m<0&&(m=0);let P=0;return g.schedule(function(){w.closed||(w.next(P++),0<=d?this.schedule(void 0,d):w.complete())},m)})}},1975:(Ae,ee,l)=>{"use strict";l.d(ee,{Y:()=>j,k:()=>M});var i=l(18617),t=l(17094),p=l(89726),S=l(2615),c=l(73664),e=l(17705),T=l(88968),g=l(49046),d=l(31804),w=l(22466);const m="mat-badge-content";let P=(()=>{class U{static \u0275fac=function(G){return new(G||U)};static \u0275cmp=c.VBU({type:U,selectors:[["ng-component"]],decls:0,vars:0,template:function(G,Q){},styles:[".mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;pointer-events:none;background-color:var(--mat-badge-background-color, var(--mat-sys-error));color:var(--mat-badge-text-color, var(--mat-sys-on-error));font-family:var(--mat-badge-text-font, var(--mat-sys-label-small-font));font-weight:var(--mat-badge-text-weight, var(--mat-sys-label-small-weight));border-radius:var(--mat-badge-container-shape, var(--mat-sys-corner-full))}.mat-badge-above .mat-badge-content{bottom:100%}.mat-badge-below .mat-badge-content{top:100%}.mat-badge-before .mat-badge-content{right:100%}[dir=rtl] .mat-badge-before .mat-badge-content{right:auto;left:100%}.mat-badge-after .mat-badge-content{left:100%}[dir=rtl] .mat-badge-after .mat-badge-content{left:auto;right:100%}@media(forced-colors: active){.mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color, color-mix(in srgb, var(--mat-sys-error) 38%, transparent));color:var(--mat-badge-disabled-state-text-color, var(--mat-sys-on-error))}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:var(--mat-badge-legacy-small-size-container-size, unset);height:var(--mat-badge-legacy-small-size-container-size, unset);min-width:var(--mat-badge-small-size-container-size, 6px);min-height:var(--mat-badge-small-size-container-size, 6px);line-height:var(--mat-badge-small-size-line-height, 6px);padding:var(--mat-badge-small-size-container-padding, 0);font-size:var(--mat-badge-small-size-text-size, 0);margin:var(--mat-badge-small-size-container-offset, -6px 0)}.mat-badge-small.mat-badge-overlap .mat-badge-content{margin:var(--mat-badge-small-size-container-overlap-offset, -6px)}.mat-badge-medium .mat-badge-content{width:var(--mat-badge-legacy-container-size, unset);height:var(--mat-badge-legacy-container-size, unset);min-width:var(--mat-badge-container-size, 16px);min-height:var(--mat-badge-container-size, 16px);line-height:var(--mat-badge-line-height, 16px);padding:var(--mat-badge-container-padding, 0 4px);font-size:var(--mat-badge-text-size, var(--mat-sys-label-small-size));margin:var(--mat-badge-container-offset, -12px 0)}.mat-badge-medium.mat-badge-overlap .mat-badge-content{margin:var(--mat-badge-container-overlap-offset, -12px)}.mat-badge-large .mat-badge-content{width:var(--mat-badge-legacy-large-size-container-size, unset);height:var(--mat-badge-legacy-large-size-container-size, unset);min-width:var(--mat-badge-large-size-container-size, 16px);min-height:var(--mat-badge-large-size-container-size, 16px);line-height:var(--mat-badge-large-size-line-height, 16px);padding:var(--mat-badge-large-size-container-padding, 0 4px);font-size:var(--mat-badge-large-size-text-size, var(--mat-sys-label-small-size));margin:var(--mat-badge-large-size-container-offset, -12px 0)}.mat-badge-large.mat-badge-overlap .mat-badge-content{margin:var(--mat-badge-large-size-container-overlap-offset, -12px)}\n"],encapsulation:2,changeDetection:0})}return U})(),M=(()=>{class U{_ngZone=(0,S.WQX)(c.SKi);_elementRef=(0,S.WQX)(c.aKT);_ariaDescriber=(0,S.WQX)(i.vr);_renderer=(0,S.WQX)(c.sFG);_animationsDisabled=(0,d.Rc)();_idGenerator=(0,S.WQX)(p.g);get color(){return this._color}set color(q){this._setColor(q),this._color=q}_color="primary";overlap=!0;disabled;position="above after";get content(){return this._content}set content(q){this._updateRenderedContent(q)}_content;get description(){return this._description}set description(q){this._updateDescription(q)}_description;size="medium";hidden;_badgeElement;_inlineBadgeDescription;_isInitialized=!1;_interactivityChecker=(0,S.WQX)(t.Z7);_document=(0,S.WQX)(S.qQL);constructor(){const q=(0,S.WQX)(T.l);q.load(P),q.load(g.Y)}isAbove(){return-1===this.position.indexOf("below")}isAfter(){return-1===this.position.indexOf("before")}getBadgeElement(){return this._badgeElement}ngOnInit(){this._clearExistingBadges(),this.content&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement(),this._updateRenderedContent(this.content)),this._isInitialized=!0}ngOnDestroy(){this._renderer.destroyNode&&(this._renderer.destroyNode(this._badgeElement),this._inlineBadgeDescription?.remove()),this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description)}_isHostInteractive(){return this._interactivityChecker.isFocusable(this._elementRef.nativeElement,{ignoreVisibility:!0})}_createBadgeElement(){const q=this._renderer.createElement("span"),G="mat-badge-active";return q.setAttribute("id",this._idGenerator.getId("mat-badge-content-")),q.setAttribute("aria-hidden","true"),q.classList.add(m),this._animationsDisabled&&q.classList.add("_mat-animation-noopable"),this._elementRef.nativeElement.appendChild(q),"function"!=typeof requestAnimationFrame||this._animationsDisabled?q.classList.add(G):this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{q.classList.add(G)})}),q}_updateRenderedContent(q){const G=`${q??""}`.trim();this._isInitialized&&G&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement()),this._badgeElement&&(this._badgeElement.textContent=G),this._content=G}_updateDescription(q){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description),(!q||this._isHostInteractive())&&this._removeInlineDescription(),this._description=q,this._isHostInteractive()?this._ariaDescriber.describe(this._elementRef.nativeElement,q):this._updateInlineDescription()}_updateInlineDescription(){this._inlineBadgeDescription||(this._inlineBadgeDescription=this._document.createElement("span"),this._inlineBadgeDescription.classList.add("cdk-visually-hidden")),this._inlineBadgeDescription.textContent=this.description,this._badgeElement?.appendChild(this._inlineBadgeDescription)}_removeInlineDescription(){this._inlineBadgeDescription?.remove(),this._inlineBadgeDescription=void 0}_setColor(q){const G=this._elementRef.nativeElement.classList;G.remove(`mat-badge-${this._color}`),q&&G.add(`mat-badge-${q}`)}_clearExistingBadges(){const q=this._elementRef.nativeElement.querySelectorAll(`:scope > .${m}`);for(const G of Array.from(q))G!==this._badgeElement&&G.remove()}static \u0275fac=function(G){return new(G||U)};static \u0275dir=c.FsC({type:U,selectors:[["","matBadge",""]],hostAttrs:[1,"mat-badge"],hostVars:20,hostBindings:function(G,Q){2&G&&c.AVh("mat-badge-overlap",Q.overlap)("mat-badge-above",Q.isAbove())("mat-badge-below",!Q.isAbove())("mat-badge-before",!Q.isAfter())("mat-badge-after",Q.isAfter())("mat-badge-small","small"===Q.size)("mat-badge-medium","medium"===Q.size)("mat-badge-large","large"===Q.size)("mat-badge-hidden",Q.hidden||!Q.content)("mat-badge-disabled",Q.disabled)},inputs:{color:[0,"matBadgeColor","color"],overlap:[2,"matBadgeOverlap","overlap",e.L39],disabled:[2,"matBadgeDisabled","disabled",e.L39],position:[0,"matBadgePosition","position"],content:[0,"matBadge","content"],description:[0,"matBadgeDescription","description"],size:[0,"matBadgeSize","size"],hidden:[2,"matBadgeHidden","hidden",e.L39]}})}return U})(),j=(()=>{class U{static \u0275fac=function(G){return new(G||U)};static \u0275mod=c.$C({type:U});static \u0275inj=S.G2t({imports:[t.Pd,w.y,w.y]})}return U})()},2042:(Ae,ee,l)=>{"use strict";l.d(ee,{B4:()=>ue,NQ:()=>n,aE:()=>D});var i=l(2615),t=l(73664),p=l(17705),S=l(76838),c=l(18617),e=l(10438),T=l(21413),g=l(92771),d=l(57786),w=l(88968),m=l(31804),P=l(32046),M=l(22466);const j=["mat-sort-header",""],U=["*"];function K(f,h){1&f&&(t.rj2(0,"div",2),i.qSk(),t.rj2(1,"svg",3),t.Hgh(2,"path",4),t.eux()())}const ae=new i.nKC("MAT_SORT_DEFAULT_OPTIONS");let ue=(()=>{class f{_defaultOptions;_initializedStream=new g.m(1);sortables=new Map;_stateChanges=new T.B;active;start="asc";get direction(){return this._direction}set direction(b){this._direction=b}_direction="";disableClear;disabled=!1;sortChange=new t.bkB;initialized=this._initializedStream;constructor(b){this._defaultOptions=b}register(b){this.sortables.set(b.id,b)}deregister(b){this.sortables.delete(b.id)}sort(b){this.active!=b.id?(this.active=b.id,this.direction=b.start?b.start:this.start):this.direction=this.getNextSortDirection(b),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(b){if(!b)return"";let k=function oe(f,h){let b=["asc","desc"];return"desc"==f&&b.reverse(),h||b.push(""),b}(b.start||this.start,b?.disableClear??this.disableClear??!!this._defaultOptions?.disableClear),x=k.indexOf(this.direction)+1;return x>=k.length&&(x=0),k[x]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}static \u0275fac=function(A){return new(A||f)(t.rXU(ae,8))};static \u0275dir=t.FsC({type:f,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",p.L39],disabled:[2,"matSortDisabled","disabled",p.L39]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[t.OA$]})}return f})(),he=(()=>{class f{changes=new T.B;static \u0275fac=function(A){return new(A||f)};static \u0275prov=i.jDH({token:f,factory:f.\u0275fac,providedIn:"root"})}return f})();const Te={provide:he,deps:[[new t.Xx1,new t.kdw,he]],useFactory:function me(f){return f||new he}};let D=(()=>{class f{_intl=(0,i.WQX)(he);_sort=(0,i.WQX)(ue,{optional:!0});_columnDef=(0,i.WQX)("MAT_SORT_HEADER_COLUMN_DEF",{optional:!0});_changeDetectorRef=(0,i.WQX)(p.gRc);_focusMonitor=(0,i.WQX)(S.FN);_elementRef=(0,i.WQX)(t.aKT);_ariaDescriber=(0,i.WQX)(c.vr,{optional:!0});_renderChanges;_animationsDisabled=(0,m.Rc)();_recentlyCleared=(0,i.vPA)(null);_sortButton;id;arrowPosition="after";start;disabled=!1;get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(b){this._updateSortActionDescription(b)}_sortActionDescription="Sort";disableClear;constructor(){(0,i.WQX)(w.l).load(P.A);const b=(0,i.WQX)(ae,{optional:!0});b?.arrowPosition&&(this.arrowPosition=b?.arrowPosition)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._sort.register(this),this._renderChanges=(0,d.h)(this._sort._stateChanges,this._sort.sortChange).subscribe(()=>this._changeDetectorRef.markForCheck()),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(()=>{Promise.resolve().then(()=>this._recentlyCleared.set(null))})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),this._renderChanges?.unsubscribe(),this._sortButton&&this._ariaDescriber?.removeDescription(this._sortButton,this._sortActionDescription)}_toggleOnInteraction(){if(!this._isDisabled()){const b=this._isSorted(),A=this._sort.direction;this._sort.sort(this),this._recentlyCleared.set(b&&!this._isSorted()?A:null)}}_handleKeydown(b){(b.keyCode===e.t6||b.keyCode===e.Fm)&&(b.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(b){this._sortButton&&(this._ariaDescriber?.removeDescription(this._sortButton,this._sortActionDescription),this._ariaDescriber?.describe(this._sortButton,b)),this._sortActionDescription=b}static \u0275fac=function(A){return new(A||f)};static \u0275cmp=t.VBU({type:f,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(A,k){1&A&&t.bIt("click",function(){return k._toggleOnInteraction()})("keydown",function(r){return k._handleKeydown(r)})("mouseleave",function(){return k._recentlyCleared.set(null)}),2&A&&(t.BMQ("aria-sort",k._getAriaSortAttribute()),t.AVh("mat-sort-header-disabled",k._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",p.L39],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",p.L39]},exportAs:["matSortHeader"],attrs:j,ngContentSelectors:U,decls:4,vars:17,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],[1,"mat-sort-header-arrow"],["viewBox","0 -960 960 960","focusable","false","aria-hidden","true"],["d","M440-240v-368L296-464l-56-56 240-240 240 240-56 56-144-144v368h-80Z"]],template:function(A,k){1&A&&(t.NAR(),t.rj2(0,"div",0)(1,"div",1),t.SdG(2),t.eux(),t.nVh(3,K,3,0,"div",2),t.eux()),2&A&&(t.AVh("mat-sort-header-sorted",k._isSorted())("mat-sort-header-position-before","before"===k.arrowPosition)("mat-sort-header-descending","desc"===k._sort.direction)("mat-sort-header-ascending","asc"===k._sort.direction)("mat-sort-header-recently-cleared-ascending","asc"===k._recentlyCleared())("mat-sort-header-recently-cleared-descending","desc"===k._recentlyCleared())("mat-sort-header-animations-disabled",k._animationsDisabled),t.BMQ("tabindex",k._isDisabled()?null:0)("role",k._isDisabled()?null:"button"),t.R7$(3),t.vxM(k._renderArrow()?3:-1))},styles:[".mat-sort-header{cursor:pointer}.mat-sort-header-disabled{cursor:default}.mat-sort-header-container{display:flex;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-container::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-sort-header-content{display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}@keyframes _mat-sort-header-recently-cleared-ascending{from{transform:translateY(0);opacity:1}to{transform:translateY(-25%);opacity:0}}@keyframes _mat-sort-header-recently-cleared-descending{from{transform:translateY(0) rotate(180deg);opacity:1}to{transform:translateY(25%) rotate(180deg);opacity:0}}.mat-sort-header-arrow{height:12px;width:12px;position:relative;transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1),opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;overflow:visible;color:var(--mat-sort-arrow-color, var(--mat-sys-on-surface))}.mat-sort-header.cdk-keyboard-focused .mat-sort-header-arrow,.mat-sort-header.cdk-program-focused .mat-sort-header-arrow,.mat-sort-header:hover .mat-sort-header-arrow{opacity:.54}.mat-sort-header .mat-sort-header-sorted .mat-sort-header-arrow{opacity:1}.mat-sort-header-descending .mat-sort-header-arrow{transform:rotate(180deg)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transform:translateY(-25%)}.mat-sort-header-recently-cleared-ascending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-ascending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-recently-cleared-descending .mat-sort-header-arrow{transition:none;animation:_mat-sort-header-recently-cleared-descending 225ms cubic-bezier(0.4, 0, 0.2, 1) forwards}.mat-sort-header-animations-disabled .mat-sort-header-arrow{transition-duration:0ms;animation-duration:0ms}.mat-sort-header-arrow svg{width:24px;height:24px;fill:currentColor;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;transform:translateZ(0)}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}\n"],encapsulation:2,changeDetection:0})}return f})(),n=(()=>{class f{static \u0275fac=function(A){return new(A||f)};static \u0275mod=t.$C({type:f});static \u0275inj=i.G2t({providers:[Te],imports:[M.y]})}return f})()},2615:(Ae,ee,l)=>{"use strict";let i;function t(){return i}function p(De){const pt=i;return i=De,pt}l.d(ee,{JEi:()=>ao,Isx:()=>Ss,EJG:()=>Ca,Yrj:()=>Aa,VVG:()=>yn,Y20:()=>vn,SKP:()=>Pn,hk6:()=>Dr,eVN:()=>zo,b5C:()=>Ra,rQE:()=>Xa,X5O:()=>tr,qFA:()=>Ri,qQL:()=>pc,abz:()=>Pl,tQN:()=>gr,pcR:()=>pr,oMQ:()=>ka,Mlv:()=>kn,MZA:()=>Fi,M0L:()=>Jn,Z63:()=>ca,VML:()=>Hr,uvJ:()=>Wa,zcH:()=>Fl,Wg1:()=>wt,Yw1:()=>Oa,jgP:()=>Lt,tcA:()=>tn,ID:()=>Sn,YEL:()=>Qn,B9r:()=>mn,GBX:()=>xa,ZTf:()=>Zs,nKC:()=>ct,zZn:()=>Ol,rJ1:()=>us,nfM:()=>Li,s6P:()=>ft,K29:()=>Ii,CQl:()=>se,p9y:()=>yt,zSs:()=>Kt,ONQ:()=>Ht,hmW:()=>Ne,yAH:()=>Pe,KXn:()=>Yl,oTH:()=>qn,Czx:()=>Ka,f7T:()=>ii,wVl:()=>za,GYQ:()=>_c,u5s:()=>ir,rev:()=>Nn,Ds7:()=>vr,e5P:()=>Fa,Iaj:()=>ds,GpT:()=>Un,buA:()=>U,AQb:()=>is,jNX:()=>cr,eDl:()=>rt,qlT:()=>Ui,bm_:()=>_i,RxE:()=>m,r4V:()=>Ea,ok8:()=>j,Evm:()=>$l,Jy$:()=>Do,laP:()=>G,EYC:()=>Ci,ng7:()=>Fn,llW:()=>ji,gsJ:()=>zt,GZS:()=>Os,iYM:()=>be,PEr:()=>yo,z7f:()=>_e,LZP:()=>ye,Xln:()=>k,yzR:()=>qi,TWe:()=>Fo,LIA:()=>A,GWr:()=>B,pbo:()=>re,bBq:()=>Ps,Af3:()=>$r,zQk:()=>bo,oZy:()=>Fs,tF7:()=>Le,ZFY:()=>Ze,cP4:()=>vo,MdC:()=>Ua,XvL:()=>W,KET:()=>Po,Tkx:()=>jl,iw4:()=>x,tdH:()=>Tr,pr_:()=>ge,IAh:()=>_,U45:()=>f,WrV:()=>h,kNT:()=>Ke,MI:()=>ul,biv:()=>dl,ZQF:()=>r,Cv0:()=>b,W0r:()=>As,R2n:()=>ro,O8q:()=>Oo,VKj:()=>Gs,Rom:()=>Ds,z6V:()=>Dn,n$e:()=>he,hjC:()=>ki,Pz9:()=>To,PQT:()=>$e,VX4:()=>tt,_Z$:()=>Ye,N79:()=>_l,xLP:()=>Gi,zuh:()=>le,BI7:()=>Rt,U7d:()=>di,uXy:()=>kt,nZS:()=>Qt,ihb:()=>Eo,ID8:()=>jo,gv8:()=>wl,dwj:()=>ue,Bqz:()=>xi,OsK:()=>q,Rfq:()=>D,c$7:()=>uo,gxQ:()=>Ns,ckz:()=>Vo,kLh:()=>ae,xUg:()=>Mi,KdJ:()=>fl,db4:()=>xs,VPL:()=>Ma,MT:()=>xl,Z9v:()=>Kl,Ab:()=>ri,w7Z:()=>Bs,Mx4:()=>_t,veI:()=>Ut,HaV:()=>wi,Agf:()=>en,znI:()=>lo,wGu:()=>An,ebl:()=>lt,OAn:()=>we,_0$:()=>Co,UaU:()=>So,vaC:()=>Dl,d31:()=>qo,ZRn:()=>Al,phH:()=>mr,WbQ:()=>fi,WB9:()=>ja,d_l:()=>gl,vNG:()=>hs,oyA:()=>Xe,_px:()=>Vr,CpD:()=>hc,XRZ:()=>Ll,klJ:()=>je,Fje:()=>Ys,b$O:()=>$d,SMZ:()=>$,WQX:()=>pi,MzJ:()=>Tt,jXY:()=>Bi,MME:()=>Er,JlV:()=>Rn,Qs1:()=>At,srX:()=>He,vOT:()=>oo,YWB:()=>Zi,EPY:()=>Rs,yoD:()=>mi,P3H:()=>Ur,Jzi:()=>o,rFz:()=>yr,JjR:()=>kl,M6u:()=>Hs,KtD:()=>vl,muV:()=>nt,A0l:()=>st,q$2:()=>Je,yP_:()=>ts,EFk:()=>ea,Hps:()=>rl,UhH:()=>Ho,QuC:()=>Gt,Y3W:()=>pa,n$r:()=>Va,K7h:()=>mt,FRF:()=>vt,ezK:()=>Me,m7n:()=>dd,niQ:()=>ho,krE:()=>jc,bll:()=>al,Hh6:()=>Rr,EmA:()=>gt,blu:()=>el,HAh:()=>wn,WfI:()=>Yi,xbp:()=>fs,jvu:()=>wo,lQ1:()=>cn,BCV:()=>Ft,Rc9:()=>or,E6O:()=>Ai,DyX:()=>pl,eFE:()=>Zt,dMS:()=>Bo,HUe:()=>js,nl4:()=>n,N4e:()=>cs,XaM:()=>te,Kw3:()=>bl,vQI:()=>Zd,RZ9:()=>Go,GA0:()=>Mo,iMd:()=>Di,Pfq:()=>On,xyx:()=>$s,a2B:()=>It,kcM:()=>ht,DFp:()=>Z,P2g:()=>co,cBl:()=>Qs,ypq:()=>Zr,vPA:()=>Ja,HO5:()=>Mn,M_e:()=>hl,B22:()=>Xs,ik5:()=>ml,AsM:()=>oe,PP7:()=>ti,$8:()=>Be,$Hz:()=>ci,zAe:()=>Wl,IvY:()=>so,_gW:()=>Xl,F1c:()=>No,ITl:()=>Il,brz:()=>fn,jRZ:()=>Ws,SX7:()=>Rl,jDH:()=>ve,G2t:()=>Ee,fuf:()=>yl,cSN:()=>zr,KVO:()=>jt,dmw:()=>ai,joV:()=>zs,By9:()=>Ml,qSk:()=>fc,Njj:()=>We,eBV:()=>Re});const c=Symbol("NotFound");function T(De){return De===c||"\u0275NotFound"===De?.name}Error;var g=l(48440),d=l(84412),w=l(71985);class m{full;major;minor;patch;constructor(pt){this.full=pt;const Yt=pt.split(".");this.major=Yt[0],this.minor=Yt[1],this.patch=Yt.slice(2).join(".")}}const j="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss";class U extends Error{code;constructor(pt,Yt){super(q(pt,Yt)),this.code=pt}}function q(De,pt){return`${function K(De){return`NG0${Math.abs(De)}`}(De)}${pt?": "+pt:""}`}const G=globalThis;function $(){return!1}function ae(De){for(let pt in De)if(De[pt]===ae)return pt;throw Error("")}function ue(De,pt){for(const Yt in pt)pt.hasOwnProperty(Yt)&&!De.hasOwnProperty(Yt)&&(De[Yt]=pt[Yt])}function oe(De){if("string"==typeof De)return De;if(Array.isArray(De))return`[${De.map(oe).join(", ")}]`;if(null==De)return""+De;const pt=De.overriddenName||De.name;if(pt)return`${pt}`;const Yt=De.toString();if(null==Yt)return""+Yt;const Pi=Yt.indexOf("\n");return Pi>=0?Yt.slice(0,Pi):Yt}function he(De,pt){return De?pt?`${De} ${pt}`:De:pt||""}const Te=ae({__forward_ref__:ae});function D(De){return De.__forward_ref__=D,De.toString=function(){return oe(this())},De}function n(De){return o(De)?De():De}function o(De){return"function"==typeof De&&De.hasOwnProperty(Te)&&De.__forward_ref__===D}function f(De,pt){"number"!=typeof De&&Be(pt,typeof De,"number","===")}function h(De,pt,Yt){f(De,"Expected a number"),function I(De,pt,Yt){De<=pt||Be(Yt,De,pt,"<=")}(De,Yt,"Expected number to be less than or equal to"),re(De,pt,"Expected number to be greater than or equal to")}function b(De,pt){"string"!=typeof De&&Be(pt,null===De?"null":typeof De,"string","===")}function A(De,pt){"function"!=typeof De&&Be(pt,null===De?"null":typeof De,"function","===")}function k(De,pt,Yt){De!=pt&&Be(Yt,De,pt,"==")}function x(De,pt,Yt){De==pt&&Be(Yt,De,pt,"!=")}function r(De,pt,Yt){De!==pt&&Be(Yt,De,pt,"===")}function _(De,pt,Yt){De===pt&&Be(Yt,De,pt,"!==")}function W(De,pt,Yt){Dept||Be(Yt,De,pt,">")}function re(De,pt,Yt){De>=pt||Be(Yt,De,pt,">=")}function be(De,pt){null==De&&Be(pt,De,null,"!=")}function Be(De,pt,Yt,Pi){throw new Error(`ASSERTION ERROR: ${De}`+(null==Pi?"":` [Expected=> ${Yt} ${Pi} ${pt} <=Actual]`))}function _e(De){De instanceof Node||Be(`The provided value must be an instance of a DOM Node but got ${oe(De)}`)}function ye(De){De instanceof Element||Be(`The provided value must be an element but got ${oe(De)}`)}function Le(De,pt){be(De,"Array must be defined.");const Yt=De.length;(pt<0||pt>=Yt)&&Be(`Index expected to be less than ${Yt} but got ${pt}`)}function Ke(De,...pt){if(-1!==pt.indexOf(De))return!0;Be(`Expected value to be one of ${JSON.stringify(pt)} but was ${JSON.stringify(De)}.`)}function ge(De){null!==(0,g.nR)()&&Be(`${De}() should never be called in a reactive context.`)}function ve(De){return{token:De.token,providedIn:De.providedIn||null,factory:De.factory,value:void 0}}function Ee(De){return{providers:De.providers||[],imports:De.imports||[]}}function dt(De){return function Ct(De,pt){return De.hasOwnProperty(pt)&&De[pt]||null}(De,Pe)}function nt(De){return null!==dt(De)}function lt(De){return De&&De.hasOwnProperty(Ht)?De[Ht]:null}const Pe=ae({\u0275prov:ae}),Ht=ae({\u0275inj:ae});class ct{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(pt,Yt){this._desc=pt,this.\u0275prov=void 0,"number"==typeof Yt?this.__NG_ELEMENT_ID__=Yt:void 0!==Yt&&(this.\u0275prov=ve({token:this,providedIn:Yt.providedIn||"root",factory:Yt.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}let Ce;function ze(){return Be("getInjectorProfilerContext should never be called in production mode"),Ce}function Z(De){Be("setInjectorProfilerContext should never be called in production mode");const pt=Ce;return Ce=De,pt}const J=[],fe=()=>{};function ht(De){return Be("setInjectorProfiler should never be called in production mode"),null!==De?(J.includes(De)||J.push(De),()=>function Ie(De){const pt=J.indexOf(De);-1!==pt&&J.splice(pt,1)}(De)):(J.length=0,fe)}function li(De){Be("Injector profiler should never be called in production mode");for(let pt=0;pt1&&(rn=` Path: ${Yt.join(" -> ")}.`);return q(pt,`${De}${Pi?` Source: ${Pi}.`:""}${rn}`)}(De[Jt]||De.message,De[Et],De[qe],pt),De}($e(0,pt),null)}function ci(De,pt){throw new U(-201,!1)}function ui(De,pt,Yt){const Pi=new U(pt,De);return Pi[Et]=pt,Pi[Jt]=De,Yt&&(Pi[qe]=Yt),Pi}let dn;function zn(){return dn}function It(De){const pt=dn;return dn=De,pt}function Tt(De,pt,Yt){const Pi=dt(De);return Pi&&"root"==Pi.providedIn?void 0===Pi.value?Pi.value=Pi.factory():Pi.value:8&Yt?null:void 0!==pt?pt:void ci()}function Ze(De){}const Fe={},it="__NG_DI_FLAG__";class bt{injector;constructor(pt){this.injector=pt}retrieve(pt,Yt){const Pi=ki(Yt)||0;try{return this.injector.get(pt,8&Pi?null:Fe,Pi)}catch(rn){if(T(rn))return rn;throw rn}}}function ut(De,pt=0){const Yt=t();if(void 0===Yt)throw new U(-203,!1);if(null===Yt)return Tt(De,void 0,pt);{const Pi=function Ki(De){return{optional:!!(8&De),host:!!(1&De),self:!!(2&De),skipSelf:!!(4&De)}}(pt),rn=Yt.retrieve(De,Pi);if(T(rn)){if(Pi.optional)return null;throw rn}return rn}}function jt(De,pt=0){return(zn()||ut)(n(De),pt)}function ai(De){throw new U(202,!1)}function pi(De,pt){return jt(De,ki(pt))}function ki(De){return typeof De>"u"||"number"==typeof De?De:0|(De.optional&&8)|(De.host&&1)|(De.self&&2)|(De.skipSelf&&4)}function Ji(De){const pt=[];for(let Yt=0;YtArray.isArray(Yt)?Gi(Yt,pt):pt(Yt))}function Ci(De,pt,Yt){pt>=De.length?De.push(Yt):De.splice(pt,0,Yt)}function Ai(De,pt){return pt>=De.length-1?De.pop():De.splice(pt,1)[0]}function Yi(De,pt){const Yt=[];for(let Pi=0;Pipt;)De[rn]=De[rn-2],rn--;De[pt]=Yt,De[pt+1]=Pi}}function Me(De,pt,Yt){let Pi=vt(De,pt);return Pi>=0?De[1|Pi]=Yt:(Pi=~Pi,ji(De,Pi,pt,Yt)),Pi}function mt(De,pt){const Yt=vt(De,pt);if(Yt>=0)return De[1|Yt]}function vt(De,pt){return function ni(De,pt,Yt){let Pi=0,rn=De.length>>Yt;for(;rn!==Pi;){const In=Pi+(rn-Pi>>1),Qa=De[In<pt?rn=In:Pi=In+1}return~(rn<{Yt.push(Qa)};return Gi(pt,Qa=>{const Ar=Qa;fn(Ar,In,[],Pi)&&(rn||=[],rn.push(Ar))}),void 0!==rn&&Qi(rn,In),Yt}function Qi(De,pt){for(let Yt=0;Yt{pt(In,Pi)})}}function fn(De,pt,Yt,Pi){if(!(De=n(De)))return!1;let rn=null,In=lt(De);const Qa=!In&&Mi(De);if(In||Qa){if(Qa&&!Qa.standalone)return!1;rn=De}else{const $a=De.ngModule;if(In=lt($a),!In)return!1;rn=$a}const Ar=Pi.has(rn);if(Qa){if(Ar)return!1;if(Pi.add(rn),Qa.dependencies){const $a="function"==typeof Qa.dependencies?Qa.dependencies():Qa.dependencies;for(const Za of $a)fn(Za,pt,Yt,Pi)}}else{if(!In)return!1;{if(null!=In.imports&&!Ar){let Za;Pi.add(rn);try{Gi(In.imports,ms=>{fn(ms,pt,Yt,Pi)&&(Za||=[],Za.push(ms))})}finally{}void 0!==Za&&Qi(Za,pt)}if(!Ar){const Za=An(rn)||(()=>new rn);pt({provide:rn,useFactory:Za,deps:kn},rn),pt({provide:mn,useValue:rn,multi:!0},rn),pt({provide:ca,useValue:()=>jt(rn),multi:!0},rn)}const $a=In.providers;if(null!=$a&&!Ar){const Za=De;da($a,ms=>{pt(ms,Za)})}}}return rn!==De&&void 0!==De.providers}function da(De,pt){for(let Yt of De)ce(Yt)&&(Yt=Yt.\u0275providers),Array.isArray(Yt)?da(Yt,pt):pt(Yt)}const ga=ae({provide:String,useValue:ae});function Zn(De){return null!==De&&"object"==typeof De&&ga in De}function pa(De){return"function"==typeof De}function Er(De){return!!De.useClass}const xa=new ct(""),Xr={},Ta={};let wr;function ja(){return void 0===wr&&(wr=new qn),wr}class Wa{}class Fa extends Wa{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(pt,Yt,Pi,rn){super(),this.parent=Yt,this.source=Pi,this.scopes=rn,ls(pt,Qa=>this.processProvider(Qa)),this.records.set(an,Yr(void 0,this)),rn.has("environment")&&this.records.set(Wa,Yr(void 0,this));const In=this.records.get(xa);null!=In&&"string"==typeof In.value&&this.scopes.add(In.value),this.injectorDefTypes=new Set(this.get(mn,kn,{self:!0}))}retrieve(pt,Yt){const Pi=ki(Yt)||0;try{return this.get(pt,Fe,Pi)}catch(rn){if(T(rn))return rn;throw rn}}destroy(){os(this),this._destroyed=!0;const pt=(0,g.Ht)(null);try{for(const Pi of this._ngOnDestroyHooks)Pi.ngOnDestroy();const Yt=this._onDestroyHooks;this._onDestroyHooks=[];for(const Pi of Yt)Pi()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),(0,g.Ht)(pt)}}onDestroy(pt){return os(this),this._onDestroyHooks.push(pt),()=>this.removeOnDestroy(pt)}runInContext(pt){os(this);const Yt=p(this),Pi=It(void 0);try{return pt()}finally{p(Yt),It(Pi)}}get(pt,Yt=Fe,Pi){if(os(this),pt.hasOwnProperty(Vt))return pt[Vt](this);const rn=ki(Pi),Qa=p(this),Ar=It(void 0);try{if(!(4&rn)){let Za=this.records.get(pt);if(void 0===Za){const ms=function no(De){return"function"==typeof De||"object"==typeof De&&"InjectionToken"===De.ngMetadataName}(pt)&&dt(pt);Za=ms&&this.injectableDefInScope(ms)?Yr(Br(pt),Xr):null,this.records.set(pt,Za)}if(null!=Za)return this.hydrate(pt,Za,rn)}return(2&rn?ja():this.parent).get(pt,Yt=8&rn&&Yt===Fe?null:Yt)}catch($a){const Za=function ln(De){return De[Et]}($a);throw-200===Za||-201===Za?new U(Za,null):$a}finally{It(Ar),p(Qa)}}resolveInjectorInitializers(){const pt=(0,g.Ht)(null),Yt=p(this),Pi=It(void 0);try{const In=this.get(ca,kn,{self:!0});for(const Qa of In)Qa()}finally{p(Yt),It(Pi),(0,g.Ht)(pt)}}toString(){const pt=[],Yt=this.records;for(const Pi of Yt.keys())pt.push(oe(Pi));return`R3Injector[${pt.join(", ")}]`}processProvider(pt){let Yt=pa(pt=n(pt))?pt:n(pt&&pt.provide);const Pi=function Kr(De){return Zn(De)?Yr(void 0,De.useValue):Yr(or(De),Xr)}(pt);if(!pa(pt)&&!0===pt.multi){let rn=this.records.get(Yt);rn||(rn=Yr(void 0,Xr,!0),rn.factory=()=>Ji(rn.multi),this.records.set(Yt,rn)),Yt=pt,rn.multi.push(pt)}this.records.set(Yt,Pi)}hydrate(pt,Yt,Pi){const rn=(0,g.Ht)(null);try{if(Yt.value===Ta)throw $e(oe(pt));return Yt.value===Xr&&(Yt.value=Ta,Yt.value=Yt.factory(void 0,Pi)),"object"==typeof Yt.value&&Yt.value&&function Qr(De){return null!==De&&"object"==typeof De&&"function"==typeof De.ngOnDestroy}(Yt.value)&&this._ngOnDestroyHooks.add(Yt.value),Yt.value}finally{(0,g.Ht)(rn)}}injectableDefInScope(pt){if(!pt.providedIn)return!1;const Yt=n(pt.providedIn);return"string"==typeof Yt?"any"===Yt||this.scopes.has(Yt):this.injectorDefTypes.has(Yt)}removeOnDestroy(pt){const Yt=this._onDestroyHooks.indexOf(pt);-1!==Yt&&this._onDestroyHooks.splice(Yt,1)}}function Br(De){const pt=dt(De),Yt=null!==pt?pt.factory:An(De);if(null!==Yt)return Yt;if(De instanceof ct)throw new U(204,!1);if(De instanceof Function)return function ys(De){if(De.length>0)throw new U(204,!1);const Yt=function Mt(De){return(De?.[Pe]??null)||null}(De);return null!==Yt?()=>Yt.factory(De):()=>new De}(De);throw new U(204,!1)}function or(De,pt,Yt){let Pi;if(pa(De)){const rn=n(De);return An(rn)||Br(rn)}if(Zn(De))Pi=()=>n(De.useValue);else if(function ia(De){return!(!De||!De.useFactory)}(De))Pi=()=>De.useFactory(...Ji(De.deps||[]));else if(function Sa(De){return!(!De||!De.useExisting)}(De))Pi=(rn,In)=>jt(n(De.useExisting),void 0!==In&&8&In?8:void 0);else{const rn=n(De&&(De.useClass||De.provide));if(!function bs(De){return!!De.deps}(De))return An(rn)||Br(rn);Pi=()=>new rn(...Ji(De.deps))}return Pi}function os(De){if(De.destroyed)throw new U(205,!1)}function Yr(De,pt,Yt=!1){return{factory:De,value:pt,multi:Yt?[]:void 0}}function ls(De,pt){for(const Yt of De)Array.isArray(Yt)?ls(Yt,pt):Yt&&ce(Yt)?ls(Yt.\u0275providers,pt):pt(Yt)}function cs(De,pt){let Yt;De instanceof Fa?(os(De),Yt=De):Yt=new bt(De);const rn=p(Yt),In=It(void 0);try{return pt()}finally{p(rn),It(In)}}function Hs(){return void 0!==zn()||null!=t()}function $r(De){if(!Hs())throw new U(-203,!1)}const Lt=0,rt=1,wt=2,ii=3,Ii=4,Ui=5,tn=6,yn=7,Pn=8,Qn=9,Jn=10,Un=11,Ca=12,Aa=13,tr=14,Ra=15,Xa=16,za=17,vr=18,Sn=19,ka=20,Ka=21,pr=22,gr=23,ds=24,ao=25,Ss=26,Oa=27,Wt=1,Ri=6,ft=7,_i=8,Li=9,vn=10;function Je(De){return Array.isArray(De)&&"object"==typeof De[Wt]}function st(De){return Array.isArray(De)&&!0===De[Wt]}function He(De){return!!(4&De.flags)}function At(De){return De.componentOffset>-1}function mi(De){return!(1&~De.flags)}function Rn(De){return!!De.template}function ea(De){return!!(512&De[wt])}function Rs(De){return!(256&~De[wt])}function Gs(De,pt){Ds(De,pt[rt])}function Oo(De,pt){const Yt=pt+Oa;Le(De,Yt),W(Yt,De[rt].bindingStartIndex,"TNodes should be created before any bindings")}function Ds(De,pt){ro(De);const Yt=pt.data;for(let Pi=Oa;Pi) must have projection slots defined.")}function ul(De,pt){be(De,"Component views should always have a parent view (component's host view)")}function jl(De,pt){Fs(De,pt),Fs(De,pt+8),f(De[pt+0],"injectorIndex should point to a bloom filter"),f(De[pt+1],"injectorIndex should point to a bloom filter"),f(De[pt+2],"injectorIndex should point to a bloom filter"),f(De[pt+3],"injectorIndex should point to a bloom filter"),f(De[pt+4],"injectorIndex should point to a bloom filter"),f(De[pt+5],"injectorIndex should point to a bloom filter"),f(De[pt+6],"injectorIndex should point to a bloom filter"),f(De[pt+7],"injectorIndex should point to a bloom filter"),f(De[pt+8],"injectorIndex should point to parent injector")}const cr="svg",us="math";function so(De){for(;Array.isArray(De);)De=De[Lt];return De}function Wl(De){for(;Array.isArray(De);){if("object"==typeof De[Wt])return De;De=De[Lt]}return null}function Dl(De,pt){return so(pt[De])}function qo(De,pt){return so(pt[De.index])}function Al(De,pt){const Yt=null===De?-1:De.index;return-1!==Yt?so(pt[Yt]):null}function Ll(De,pt){return De.data[pt]}function Rr(De,pt){return De[pt]}function hl(De,pt,Yt,Pi){Yt>=De.data.length&&(De.data[Yt]=null,De.blueprint[Yt]=null),pt[Yt]=Pi}function fl(De,pt){const Yt=pt[De];return Je(Yt)?Yt:Yt[Lt]}function oo(De){return!(4&~De[wt])}function No(De){return!(128&~De[wt])}function Il(De){return st(De[ii])}function xs(De,pt){return null==pt?null:De[pt]}function js(De){De[za]=0}function wn(De){1024&De[wt]||(De[wt]|=1024,No(De)&&el(De))}function Ws(De,pt){for(;De>0;)pt=pt[tr],De--;return pt}function Bo(De){return!!(9216&De[wt]||De[ds]?.dirty)}function Xl(De){De[Jn].changeDetectionScheduler?.notify(8),64&De[wt]&&(De[wt]|=1024),Bo(De)&&el(De)}function el(De){De[Jn].changeDetectionScheduler?.notify(0);let pt=Co(De);for(;null!==pt&&!(8192&pt[wt])&&(pt[wt]|=8192,No(pt));)pt=Co(pt)}function ml(De,pt){if(Rs(De))throw new U(911,!1);null===De[Ka]&&(De[Ka]=[]),De[Ka].push(pt)}function pl(De,pt){if(null===De[Ka])return;const Yt=De[Ka].indexOf(pt);-1!==Yt&&De[Ka].splice(Yt,1)}function Co(De){const pt=De[ii];return st(pt)?pt[ii]:pt}function gl(De){return De[yn]??=[]}function hs(De){return De.cleanup??=[]}function Xs(De,pt,Yt,Pi){const rn=gl(pt);rn.push(Yt),De.firstCreatePass&&hs(De).push(Pi,rn.length-1)}const ta={lFrame:nl(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var zo=function(De){return De[De.Off=0]="Off",De[De.Exhaustive=1]="Exhaustive",De[De.OnlyDirtyViews=2]="OnlyDirtyViews",De}(zo||{});let Uo=0,Ks=!1;function lo(){return ta.lFrame.elementDepthCount}function Ys(){ta.lFrame.elementDepthCount++}function _l(){ta.lFrame.elementDepthCount--}function Vo(){return ta.bindingsEnabled}function vl(){return null!==ta.skipHydrationRootTNode}function Ho(De){return ta.skipHydrationRootTNode===De}function zr(){ta.bindingsEnabled=!0}function yl(){ta.bindingsEnabled=!1}function jc(){ta.skipHydrationRootTNode=null}function we(){return ta.lFrame.lView}function je(){return ta.lFrame.tView}function Re(De){return ta.lFrame.contextLView=De,De[Pn]}function We(De){return ta.lFrame.contextLView=null,De}function _t(){let De=Ut();for(;null!==De&&64===De.type;)De=De.parent;return De}function Ut(){return ta.lFrame.currentTNode}function ri(){const De=ta.lFrame,pt=De.currentTNode;return De.isParent?pt:pt.parent}function Di(De,pt){const Yt=ta.lFrame;Yt.currentTNode=De,Yt.isParent=pt}function Zi(){return ta.lFrame.isParent}function On(){ta.lFrame.isParent=!1}function Ma(){return ta.lFrame.contextLView}function yr(){return Be("Must never be called in production mode"),Uo!==zo.Off}function Ur(){return Be("Must never be called in production mode"),Uo===zo.Exhaustive}function co(De){Be("Must never be called in production mode"),Uo=De}function ts(){return Ks}function Qs(De){const pt=Ks;return Ks=De,pt}function Ns(){const De=ta.lFrame;let pt=De.bindingRootIndex;return-1===pt&&(pt=De.bindingRootIndex=De.tView.bindingStartIndex),pt}function uo(){return ta.lFrame.bindingIndex}function bl(De){return ta.lFrame.bindingIndex=De}function fs(){return ta.lFrame.bindingIndex++}function $d(De){const pt=ta.lFrame,Yt=pt.bindingIndex;return pt.bindingIndex=pt.bindingIndex+De,Yt}function kl(){return ta.lFrame.inI18n}function $s(De){ta.lFrame.inI18n=De}function Zd(De,pt){const Yt=ta.lFrame;Yt.bindingIndex=Yt.bindingRootIndex=De,Go(pt)}function Kl(){return ta.lFrame.currentDirectiveIndex}function Go(De){ta.lFrame.currentDirectiveIndex=De}function xl(De){const pt=ta.lFrame.currentDirectiveIndex;return-1===pt?null:De[pt]}function Bs(){return ta.lFrame.currentQueryIndex}function Mo(De){ta.lFrame.currentQueryIndex=De}function tl(De){const pt=De[rt];return 2===pt.type?pt.declTNode:1===pt.type?De[Ui]:null}function Eo(De,pt,Yt){if(4&Yt){let rn=pt,In=De;for(;!(rn=rn.parent,null!==rn||1&Yt||(rn=tl(In),null===rn||(In=In[tr],10&rn.type))););if(null===rn)return!1;pt=rn,De=In}const Pi=ta.lFrame=il();return Pi.currentTNode=pt,Pi.lView=De,!0}function jo(De){const pt=il(),Yt=De[rt];ta.lFrame=pt,pt.currentTNode=Yt.firstChild,pt.lView=De,pt.tView=Yt,pt.contextLView=De,pt.bindingIndex=Yt.bindingStartIndex,pt.inI18n=!1}function il(){const De=ta.lFrame,pt=null===De?null:De.child;return null===pt?nl(De):pt}function nl(De){const pt={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:De,child:null,inI18n:!1};return null!==De&&(De.child=pt),pt}function Cl(){const De=ta.lFrame;return ta.lFrame=De.parent,De.currentTNode=null,De.lView=null,De}const ho=Cl;function al(){const De=Cl();De.isParent=!0,De.tView=null,De.selectedIndex=-1,De.contextLView=null,De.elementDepthCount=0,De.currentDirectiveIndex=-1,De.currentNamespace=null,De.bindingRootIndex=-1,De.bindingIndex=-1,De.currentQueryIndex=0}function wo(De){return(ta.lFrame.contextLView=Ws(De,ta.lFrame.contextLView))[Pn]}function Vr(){return ta.lFrame.selectedIndex}function Zr(De){ta.lFrame.selectedIndex=De}function hc(){const De=ta.lFrame;return Ll(De.tView,De.selectedIndex)}function fc(){ta.lFrame.currentNamespace=cr}function Ml(){ta.lFrame.currentNamespace=us}function zs(){!function El(){ta.lFrame.currentNamespace=null}()}function So(){return ta.lFrame.currentNamespace}let hn=!0;function Rl(){return hn}function dd(De){hn=De}function mc(De,pt=null,Yt=null,Pi){const rn=To(De,pt,Yt,Pi);return rn.resolveInjectorInitializers(),rn}function To(De,pt=null,Yt=null,Pi,rn=new Set){const In=[Yt||kn,gi(De)];return Pi=Pi||("object"==typeof De?void 0:oe(De)),new Fa(In,pt||ja(),Pi||null,rn)}class Ol{static THROW_IF_NOT_FOUND=Fe;static NULL=new qn;static create(pt,Yt){if(Array.isArray(pt))return mc({name:""},Yt,pt,"");{const Pi=pt.name??"";return mc({name:Pi},pt.parent,pt.providers,Pi)}}static \u0275prov=ve({token:Ol,providedIn:"any",factory:()=>jt(an)});static __NG_ELEMENT_ID__=-1}const pc=new ct("");let Pl=(()=>class De{static __NG_ELEMENT_ID__=Ql;static __NG_ENV_ID__=Yt=>Yt})();class Yl extends Pl{_lView;constructor(pt){super(),this._lView=pt}get destroyed(){return Rs(this._lView)}onDestroy(pt){const Yt=this._lView;return ml(Yt,pt),()=>pl(Yt,pt)}}function Ql(){return new Yl(we())}class Fl{_console=console;handleError(pt){this._console.error("ERROR",pt)}}const Zs=new ct("",{providedIn:"root",factory:()=>{const De=pi(Wa);let pt;return Yt=>{De.destroyed&&!pt?setTimeout(()=>{throw Yt}):(pt??=De.get(Fl),pt.handleError(Yt))}}}),wl={provide:ca,useValue:()=>{pi(Fl)},multi:!0};function rl(De){return"function"==typeof De&&void 0!==De[g.bh]}function Ja(De,pt){const[Yt,Pi,rn]=(0,g.n5)(De,pt?.equal),In=Yt;return In.set=Pi,In.update=rn,In.asReadonly=Mn.bind(In),In}function Mn(){const De=this[g.bh];if(void 0===De.readonlyFn){const pt=()=>this();pt[g.bh]=De,De.readonlyFn=pt}return De.readonlyFn}function Va(De){return rl(De)&&"function"==typeof De.set}function Tr(De,pt){if(null!==(0,g.nR)())throw new U(-602,!1)}let Ea=(()=>class De{view;node;constructor(Yt,Pi){this.view=Yt,this.node=Pi}static __NG_ELEMENT_ID__=bn})();function bn(){return new Ea(we(),_t())}class Dr{}const $l=new ct("",{providedIn:"root",factory:()=>!1}),_c=new ct("",{providedIn:"root",factory:()=>!1}),Do=new ct(""),is=new ct("");let Nn=(()=>{class De{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new d.t(!1);get hasPendingTasks(){return!this.destroyed&&this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new w.c(Yt=>{Yt.next(!1),Yt.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);const Yt=this.taskId++;return this.pendingTasks.add(Yt),Yt}has(Yt){return this.pendingTasks.has(Yt)}remove(Yt){this.pendingTasks.delete(Yt),0===this.pendingTasks.size&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=ve({token:De,providedIn:"root",factory:()=>new De})}return De})(),ir=(()=>{class De{internalPendingTasks=pi(Nn);scheduler=pi(Dr);errorHandler=pi(Zs);add(){const Yt=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(Yt)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(Yt))}}run(Yt){const Pi=this.add();Yt().catch(this.errorHandler).finally(Pi)}static \u0275prov=ve({token:De,providedIn:"root",factory:()=>new De})}return De})();function cn(...De){}let Hr=(()=>{class De{static \u0275prov=ve({token:De,providedIn:"root",factory:()=>new ra})}return De})();class ra{dirtyEffectCount=0;queues=new Map;add(pt){this.enqueue(pt),this.schedule(pt)}schedule(pt){pt.dirty&&this.dirtyEffectCount++}remove(pt){const Pi=this.queues.get(pt.zone);Pi.has(pt)&&(Pi.delete(pt),pt.dirty&&this.dirtyEffectCount--)}enqueue(pt){const Yt=pt.zone;this.queues.has(Yt)||this.queues.set(Yt,new Set);const Pi=this.queues.get(Yt);Pi.has(pt)||Pi.add(pt)}flush(){for(;this.dirtyEffectCount>0;){let pt=!1;for(const[Yt,Pi]of this.queues)pt||=null===Yt?this.flushQueue(Pi):Yt.run(()=>this.flushQueue(Pi));pt||(this.dirtyEffectCount=0)}}flushQueue(pt){let Yt=!1;for(const Pi of pt)Pi.dirty&&(this.dirtyEffectCount--,Yt=!0,Pi.run());return Yt}}},2655:(Ae,ee,l)=>{var i=l(83838),t=i.Buffer;function p(c,e){for(var T in c)e[T]=c[T]}function S(c,e,T){return t(c,e,T)}t.from&&t.alloc&&t.allocUnsafe&&t.allocUnsafeSlow?Ae.exports=i:(p(i,ee),ee.Buffer=S),p(t,S),S.from=function(c,e,T){if("number"==typeof c)throw new TypeError("Argument must not be a number");return t(c,e,T)},S.alloc=function(c,e,T){if("number"!=typeof c)throw new TypeError("Argument must be a number");var g=t(c);return void 0!==e?"string"==typeof T?g.fill(e,T):g.fill(e):g.fill(0),g},S.allocUnsafe=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return t(c)},S.allocUnsafeSlow=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return i.SlowBuffer(c)}},2709:(Ae,ee,l)=>{"use strict";l.d(ee,{e:()=>p});var i=l(2615);let p=(()=>{class S{isErrorState(e,T){return!!(e&&e.invalid&&(e.touched||T&&T.submitted))}static \u0275fac=function(T){return new(T||S)};static \u0275prov=i.jDH({token:S,factory:S.\u0275fac,providedIn:"root"})}return S})()},2909:(Ae,ee,l)=>{"use strict";Ae.exports=S;var i=l(74075),t=Object.create(l(27637));function p(T,g){var d=this._transformState;d.transforming=!1;var w=d.writecb;if(!w)return this.emit("error",new Error("write callback called multiple times"));d.writechunk=null,d.writecb=null,null!=g&&this.push(g),w(T);var m=this._readableState;m.reading=!1,(m.needReadable||m.length{"use strict";var i=l(71993),t=l(70463),p=l(27054).Buffer,S=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],c=new Array(160);function e(){this.init(),this._w=c,t.call(this,128,112)}function T(K,q,G){return G^K&(q^G)}function g(K,q,G){return K&q|G&(K|q)}function d(K,q){return(K>>>28|q<<4)^(q>>>2|K<<30)^(q>>>7|K<<25)}function w(K,q){return(K>>>14|q<<18)^(K>>>18|q<<14)^(q>>>9|K<<23)}function m(K,q){return(K>>>1|q<<31)^(K>>>8|q<<24)^K>>>7}function P(K,q){return(K>>>1|q<<31)^(K>>>8|q<<24)^(K>>>7|q<<25)}function M(K,q){return(K>>>19|q<<13)^(q>>>29|K<<3)^K>>>6}function j(K,q){return(K>>>19|q<<13)^(q>>>29|K<<3)^(K>>>6|q<<26)}function U(K,q){return K>>>0>>0?1:0}i(e,t),e.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},e.prototype._update=function(K){for(var q=this._w,G=0|this._ah,Q=0|this._bh,$=0|this._ch,ae=0|this._dh,ue=0|this._eh,oe=0|this._fh,he=0|this._gh,me=0|this._hh,Te=0|this._al,D=0|this._bl,n=0|this._cl,o=0|this._dl,f=0|this._el,h=0|this._fl,b=0|this._gl,A=0|this._hl,k=0;k<32;k+=2)q[k]=K.readInt32BE(4*k),q[k+1]=K.readInt32BE(4*k+4);for(;k<160;k+=2){var x=q[k-30],r=q[k-30+1],_=m(x,r),W=P(r,x),I=M(x=q[k-4],r=q[k-4+1]),B=j(r,x),be=q[k-32],Be=q[k-32+1],_e=W+q[k-14+1]|0,ye=_+q[k-14]+U(_e,W)|0;ye=(ye=ye+I+U(_e=_e+B|0,B)|0)+be+U(_e=_e+Be|0,Be)|0,q[k]=ye,q[k+1]=_e}for(var Le=0;Le<160;Le+=2){ye=q[Le],_e=q[Le+1];var Ke=g(G,Q,$),ge=g(Te,D,n),ve=d(G,Te),Oe=d(Te,G),Ee=w(ue,f),dt=w(f,ue),nt=S[Le],Ct=S[Le+1],Mt=T(ue,oe,he),lt=T(f,h,b),Pe=A+dt|0,Ht=me+Ee+U(Pe,A)|0;Ht=(Ht=(Ht=Ht+Mt+U(Pe=Pe+lt|0,lt)|0)+nt+U(Pe=Pe+Ct|0,Ct)|0)+ye+U(Pe=Pe+_e|0,_e)|0;var ct=Oe+ge|0,Ce=ve+Ke+U(ct,Oe)|0;me=he,A=b,he=oe,b=h,oe=ue,h=f,ue=ae+Ht+U(f=o+Pe|0,o)|0,ae=$,o=n,$=Q,n=D,Q=G,D=Te,G=Ht+Ce+U(Te=Pe+ct|0,Pe)|0}this._al=this._al+Te|0,this._bl=this._bl+D|0,this._cl=this._cl+n|0,this._dl=this._dl+o|0,this._el=this._el+f|0,this._fl=this._fl+h|0,this._gl=this._gl+b|0,this._hl=this._hl+A|0,this._ah=this._ah+G+U(this._al,Te)|0,this._bh=this._bh+Q+U(this._bl,D)|0,this._ch=this._ch+$+U(this._cl,n)|0,this._dh=this._dh+ae+U(this._dl,o)|0,this._eh=this._eh+ue+U(this._el,f)|0,this._fh=this._fh+oe+U(this._fl,h)|0,this._gh=this._gh+he+U(this._gl,b)|0,this._hh=this._hh+me+U(this._hl,A)|0},e.prototype._hash=function(){var K=p.allocUnsafe(64);function q(G,Q,$){K.writeInt32BE(G,$),K.writeInt32BE(Q,$+4)}return q(this._ah,this._al,0),q(this._bh,this._bl,8),q(this._ch,this._cl,16),q(this._dh,this._dl,24),q(this._eh,this._el,32),q(this._fh,this._fl,40),q(this._gh,this._gl,48),q(this._hh,this._hl,56),K},Ae.exports=e},3136:(Ae,ee,l)=>{"use strict";var i=ee,t=l(88723),p=l(39210),S=l(21832);i.assert=p,i.toArray=S.toArray,i.zero2=S.zero2,i.toHex=S.toHex,i.encode=S.encode,i.getNAF=function c(w,m,P){var j,M=new Array(Math.max(w.bitLength(),P)+1);for(j=0;j(U>>1)-1?(U>>1)-G:G):q=0,M[j]=q,K.iushrn(1)}return M},i.getJSF=function e(w,m){var P=[[],[]];w=w.clone(),m=m.clone();for(var U,M=0,j=0;w.cmpn(-M)>0||m.cmpn(-j)>0;){var G,Q,K=w.andln(3)+M&3,q=m.andln(3)+j&3;3===K&&(K=-1),3===q&&(q=-1),G=1&K?3!=(U=w.andln(7)+M&7)&&5!==U||2!==q?K:-K:0,P[0].push(G),Q=1&q?3!=(U=m.andln(7)+j&7)&&5!==U||2!==K?q:-q:0,P[1].push(Q),2*M===G+1&&(M=1-M),2*j===Q+1&&(j=1-j),w.iushrn(1),m.iushrn(1)}return P},i.cachedProperty=function T(w,m,P){var M="_"+m;w.prototype[m]=function(){return void 0!==this[M]?this[M]:this[M]=P.call(this)}},i.parseBytes=function g(w){return"string"==typeof w?i.toArray(w,"hex"):w},i.intFromLE=function d(w){return new t(w,"hex","le")}},3219:Ae=>{"use strict";Ae.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},3247:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(7045).Transform,p=l(78454).I,S=l(71993),c=l(41090);function e(T){t.call(this),this.hashMode="string"==typeof T,this.hashMode?this[T]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}S(e,t),e.prototype.update=function(T,g,d){var w=c(T,g),m=this._update(w);return this.hashMode?this:(d&&(m=this._toString(m,d)),m)},e.prototype.setAutoPadding=function(){},e.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},e.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},e.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},e.prototype._transform=function(T,g,d){var w;try{this.hashMode?this._update(T):this.push(this._update(T))}catch(m){w=m}finally{d(w)}},e.prototype._flush=function(T){var g;try{this.push(this.__final())}catch(d){g=d}T(g)},e.prototype._finalOrDigest=function(T){var g=this.__final()||i.alloc(0);return T&&(g=this._toString(g,T,!0)),g},e.prototype._toString=function(T,g,d){if(this._decoder||(this._decoder=new p(g),this._encoding=g),this._encoding!==g)throw new Error("can\u2019t switch encodings");var w=this._decoder.write(T);return d&&(w+=this._decoder.end()),w},Ae.exports=e},3342:(Ae,ee,l)=>{"use strict";var i=65536,S=l(27054).Buffer,c=global.crypto||global.msCrypto;Ae.exports=c&&c.getRandomValues?function e(T,g){if(T>4294967295)throw new RangeError("requested too many random bytes");var d=S.allocUnsafe(T);if(T>0)if(T>i)for(var w=0;w{ee.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};function i(t,p,S){switch(t){case ee.Patterns.PATTERN000:return(p+S)%2==0;case ee.Patterns.PATTERN001:return p%2==0;case ee.Patterns.PATTERN010:return S%3==0;case ee.Patterns.PATTERN011:return(p+S)%3==0;case ee.Patterns.PATTERN100:return(Math.floor(p/2)+Math.floor(S/3))%2==0;case ee.Patterns.PATTERN101:return p*S%2+p*S%3==0;case ee.Patterns.PATTERN110:return(p*S%2+p*S%3)%2==0;case ee.Patterns.PATTERN111:return(p*S%3+(p+S)%2)%2==0;default:throw new Error("bad maskPattern:"+t)}}ee.isValid=function(p){return null!=p&&""!==p&&!isNaN(p)&&p>=0&&p<=7},ee.from=function(p){return ee.isValid(p)?parseInt(p,10):void 0},ee.getPenaltyN1=function(p){const S=p.size;let c=0,e=0,T=0,g=null,d=null;for(let w=0;w=5&&(c+=e-5+3),g=P,e=1),P=p.get(m,w),P===d?T++:(T>=5&&(c+=T-5+3),d=P,T=1)}e>=5&&(c+=e-5+3),T>=5&&(c+=T-5+3)}return c},ee.getPenaltyN2=function(p){const S=p.size;let c=0;for(let e=0;e=10&&(1488===e||93===e)&&c++,T=T<<1&2047|p.get(d,g),d>=10&&(1488===T||93===T)&&c++}return 40*c},ee.getPenaltyN4=function(p){let S=0;const c=p.data.length;for(let T=0;T{"use strict";Ae.exports=Math.floor},3398:Ae=>{function l(i){try{if(!global.localStorage)return!1}catch{return!1}var t=global.localStorage[i];return null!=t&&"true"===String(t).toLowerCase()}Ae.exports=function ee(i,t){if(l("noDeprecation"))return i;var p=!1;return function S(){if(!p){if(l("throwDeprecation"))throw new Error(t);l("traceDeprecation")?console.trace(t):console.warn(t),p=!0}return i.apply(this,arguments)}}},3494:(Ae,ee,l)=>{"use strict";l.d(ee,{s:()=>i});const i="function"==typeof Symbol&&Symbol.observable||"@@observable"},3902:(Ae,ee,l)=>{"use strict";l.d(ee,{Fg:()=>le,YE:()=>J,jt:()=>Z});var i=l(14085),t=l(67847),p=l(2615),S=l(73664),e=(l(17705),l(39842)),g=(l(44522),l(88968)),w=(l(21413),l(18359)),m=l(57786),P=l(12496),M=l(31804),j=l(32046),K=(l(72200),l(72318)),q=l(71997),he=(l(64123),l(83869),l(10438),l(67336),l(89417),l(56977),l(70483)),me=l(22466),Te=l(26881);const D=["*"],o=["unscopedContent"],f=["text"],h=[[["","matListItemAvatar",""],["","matListItemIcon",""]],[["","matListItemTitle",""]],[["","matListItemLine",""]],"*",[["","matListItemMeta",""]],[["mat-divider"]]],b=["[matListItemAvatar],[matListItemIcon]","[matListItemTitle]","[matListItemLine]","*","[matListItemMeta]","mat-divider"],ve=new p.nKC("ListOption");let Oe=(()=>{class te{_elementRef=(0,p.WQX)(S.aKT);constructor(){}static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,selectors:[["","matListItemTitle",""]],hostAttrs:[1,"mat-mdc-list-item-title","mdc-list-item__primary-text"]})}return te})(),Ee=(()=>{class te{_elementRef=(0,p.WQX)(S.aKT);constructor(){}static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,selectors:[["","matListItemLine",""]],hostAttrs:[1,"mat-mdc-list-item-line","mdc-list-item__secondary-text"]})}return te})(),dt=(()=>{class te{static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,selectors:[["","matListItemMeta",""]],hostAttrs:[1,"mat-mdc-list-item-meta","mdc-list-item__end"]})}return te})(),nt=(()=>{class te{_listOption=(0,p.WQX)(ve,{optional:!0});constructor(){}_isAlignedAtStart(){return!this._listOption||"after"===this._listOption?._getTogglePosition()}static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,hostVars:4,hostBindings:function(ke,Ue){2&ke&&S.AVh("mdc-list-item__start",Ue._isAlignedAtStart())("mdc-list-item__end",!Ue._isAlignedAtStart())}})}return te})(),Ct=(()=>{class te extends nt{static \u0275fac=(()=>{let se;return function(Ue){return(se||(se=S.xGo(te)))(Ue||te)}})();static \u0275dir=S.FsC({type:te,selectors:[["","matListItemAvatar",""]],hostAttrs:[1,"mat-mdc-list-item-avatar"],features:[S.Vt3]})}return te})(),Mt=(()=>{class te extends nt{static \u0275fac=(()=>{let se;return function(Ue){return(se||(se=S.xGo(te)))(Ue||te)}})();static \u0275dir=S.FsC({type:te,selectors:[["","matListItemIcon",""]],hostAttrs:[1,"mat-mdc-list-item-icon"],features:[S.Vt3]})}return te})();const lt=new p.nKC("MAT_LIST_CONFIG");let Pe=(()=>{class te{_isNonInteractive=!0;get disableRipple(){return this._disableRipple}set disableRipple(se){this._disableRipple=(0,i.he)(se)}_disableRipple=!1;get disabled(){return this._disabled()}set disabled(se){this._disabled.set((0,i.he)(se))}_disabled=(0,p.vPA)(!1);_defaultOptions=(0,p.WQX)(lt,{optional:!0});static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,hostVars:1,hostBindings:function(ke,Ue){2&ke&&S.BMQ("aria-disabled",Ue.disabled)},inputs:{disableRipple:"disableRipple",disabled:"disabled"}})}return te})(),Ht=(()=>{class te{_elementRef=(0,p.WQX)(S.aKT);_ngZone=(0,p.WQX)(S.SKi);_listBase=(0,p.WQX)(Pe,{optional:!0});_platform=(0,p.WQX)(e.O);_hostElement;_isButtonElement;_noopAnimations=(0,M.Rc)();_avatars;_icons;set lines(se){this._explicitLines=(0,t.OE)(se,null),this._updateItemLines(!1)}_explicitLines=null;get disableRipple(){return this.disabled||this._disableRipple||this._noopAnimations||!!this._listBase?.disableRipple}set disableRipple(se){this._disableRipple=(0,i.he)(se)}_disableRipple=!1;get disabled(){return this._disabled()||!!this._listBase?.disabled}set disabled(se){this._disabled.set((0,i.he)(se))}_disabled=(0,p.vPA)(!1);_subscriptions=new w.yU;_rippleRenderer=null;_hasUnscopedTextContent=!1;rippleConfig;get rippleDisabled(){return this.disableRipple||!!this.rippleConfig.disabled}constructor(){(0,p.WQX)(g.l).load(j.A);const se=(0,p.WQX)(P.$E,{optional:!0});this.rippleConfig=se||{},this._hostElement=this._elementRef.nativeElement,this._isButtonElement="button"===this._hostElement.nodeName.toLowerCase(),this._listBase&&!this._listBase._isNonInteractive&&this._initInteractiveListItem(),this._isButtonElement&&!this._hostElement.hasAttribute("type")&&this._hostElement.setAttribute("type","button")}ngAfterViewInit(){this._monitorProjectedLinesAndTitle(),this._updateItemLines(!0)}ngOnDestroy(){this._subscriptions.unsubscribe(),null!==this._rippleRenderer&&this._rippleRenderer._removeTriggerEvents()}_hasIconOrAvatar(){return!(!this._avatars.length&&!this._icons.length)}_initInteractiveListItem(){this._hostElement.classList.add("mat-mdc-list-item-interactive"),this._rippleRenderer=new P.ug(this,this._ngZone,this._hostElement,this._platform,(0,p.WQX)(p.zZn)),this._rippleRenderer.setupTriggerEvents(this._hostElement)}_monitorProjectedLinesAndTitle(){this._ngZone.runOutsideAngular(()=>{this._subscriptions.add((0,m.h)(this._lines.changes,this._titles.changes).subscribe(()=>this._updateItemLines(!1)))})}_updateItemLines(se){if(!this._lines||!this._titles||!this._unscopedContent)return;se&&this._checkDomForUnscopedTextContent();const ke=this._explicitLines??this._inferLinesFromContent(),Ue=this._unscopedContent.nativeElement;if(this._hostElement.classList.toggle("mat-mdc-list-item-single-line",ke<=1),this._hostElement.classList.toggle("mdc-list-item--with-one-line",ke<=1),this._hostElement.classList.toggle("mdc-list-item--with-two-lines",2===ke),this._hostElement.classList.toggle("mdc-list-item--with-three-lines",3===ke),this._hasUnscopedTextContent){const Ne=0===this._titles.length&&1===ke;Ue.classList.toggle("mdc-list-item__primary-text",Ne),Ue.classList.toggle("mdc-list-item__secondary-text",!Ne)}else Ue.classList.remove("mdc-list-item__primary-text"),Ue.classList.remove("mdc-list-item__secondary-text")}_inferLinesFromContent(){let se=this._titles.length+this._lines.length;return this._hasUnscopedTextContent&&(se+=1),se}_checkDomForUnscopedTextContent(){this._hasUnscopedTextContent=Array.from(this._unscopedContent.nativeElement.childNodes).filter(se=>se.nodeType!==se.COMMENT_NODE).some(se=>!(!se.textContent||!se.textContent.trim()))}static \u0275fac=function(ke){return new(ke||te)};static \u0275dir=S.FsC({type:te,contentQueries:function(ke,Ue,Ne){if(1&ke&&(S.wni(Ne,Ct,4),S.wni(Ne,Mt,4)),2&ke){let Kt;S.mGM(Kt=S.lsd())&&(Ue._avatars=Kt),S.mGM(Kt=S.lsd())&&(Ue._icons=Kt)}},hostVars:4,hostBindings:function(ke,Ue){2&ke&&(S.BMQ("aria-disabled",Ue.disabled)("disabled",Ue._isButtonElement&&Ue.disabled||null),S.AVh("mdc-list-item--disabled",Ue.disabled))},inputs:{lines:"lines",disableRipple:"disableRipple",disabled:"disabled"}})}return te})(),Z=(()=>{class te extends Pe{static \u0275fac=(()=>{let se;return function(Ue){return(se||(se=S.xGo(te)))(Ue||te)}})();static \u0275cmp=S.VBU({type:te,selectors:[["mat-list"]],hostAttrs:[1,"mat-mdc-list","mat-mdc-list-base","mdc-list"],exportAs:["matList"],features:[S.Jv_([{provide:Pe,useExisting:te}]),S.Vt3],ngContentSelectors:D,decls:1,vars:0,template:function(ke,Ue){1&ke&&(S.NAR(),S.SdG(0))},styles:['.mdc-list{margin:0;padding:8px 0;list-style-type:none}.mdc-list:focus{outline:none}.mdc-list-item{display:flex;position:relative;justify-content:flex-start;overflow:hidden;padding:0;align-items:stretch;cursor:pointer;padding-left:16px;padding-right:16px;background-color:var(--mat-list-list-item-container-color, transparent);border-radius:var(--mat-list-list-item-container-shape, var(--mat-sys-corner-none))}.mdc-list-item.mdc-list-item--selected{background-color:var(--mat-list-list-item-selected-container-color)}.mdc-list-item:focus{outline:0}.mdc-list-item.mdc-list-item--disabled{cursor:auto}.mdc-list-item.mdc-list-item--with-one-line{height:var(--mat-list-list-item-one-line-container-height, 48px)}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-two-lines{height:var(--mat-list-list-item-two-line-container-height, 64px)}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-three-lines{height:var(--mat-list-list-item-three-line-container-height, 88px)}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--selected::before,.mdc-list-item.mdc-list-item--selected:focus::before,.mdc-list-item:not(.mdc-list-item--selected):focus::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;content:"";pointer-events:none}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-item__start{fill:currentColor;flex-shrink:0;pointer-events:none}.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mat-list-list-item-leading-icon-color, var(--mat-sys-on-surface-variant));width:var(--mat-list-list-item-leading-icon-size, 24px);height:var(--mat-list-list-item-leading-icon-size, 24px);margin-left:16px;margin-right:32px}[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start{margin-left:32px;margin-right:16px}.mdc-list-item--with-leading-icon:hover .mdc-list-item__start{color:var(--mat-list-list-item-hover-leading-icon-color)}.mdc-list-item--with-leading-avatar .mdc-list-item__start{width:var(--mat-list-list-item-leading-avatar-size, 40px);height:var(--mat-list-list-item-leading-avatar-size, 40px);margin-left:16px;margin-right:16px;border-radius:50%}.mdc-list-item--with-leading-avatar .mdc-list-item__start,[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start{margin-left:16px;margin-right:16px;border-radius:50%}.mdc-list-item__end{flex-shrink:0;pointer-events:none}.mdc-list-item--with-trailing-meta .mdc-list-item__end{font-family:var(--mat-list-list-item-trailing-supporting-text-font, var(--mat-sys-label-small-font));line-height:var(--mat-list-list-item-trailing-supporting-text-line-height, var(--mat-sys-label-small-line-height));font-size:var(--mat-list-list-item-trailing-supporting-text-size, var(--mat-sys-label-small-size));font-weight:var(--mat-list-list-item-trailing-supporting-text-weight, var(--mat-sys-label-small-weight));letter-spacing:var(--mat-list-list-item-trailing-supporting-text-tracking, var(--mat-sys-label-small-tracking))}.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mat-list-list-item-trailing-icon-color, var(--mat-sys-on-surface-variant));width:var(--mat-list-list-item-trailing-icon-size, 24px);height:var(--mat-list-list-item-trailing-icon-size, 24px)}.mdc-list-item--with-trailing-icon:hover .mdc-list-item__end{color:var(--mat-list-list-item-hover-trailing-icon-color)}.mdc-list-item.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mat-list-list-item-trailing-supporting-text-color, var(--mat-sys-on-surface-variant))}.mdc-list-item--selected.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mat-list-list-item-selected-trailing-icon-color, var(--mat-sys-primary))}.mdc-list-item__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:center;flex:1;pointer-events:none}.mdc-list-item--with-two-lines .mdc-list-item__content,.mdc-list-item--with-three-lines .mdc-list-item__content{align-self:stretch}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--mat-list-list-item-label-text-color, var(--mat-sys-on-surface));font-family:var(--mat-list-list-item-label-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-list-list-item-label-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-list-list-item-label-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-list-list-item-label-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-list-list-item-label-text-tracking, var(--mat-sys-body-large-tracking))}.mdc-list-item:hover .mdc-list-item__primary-text{color:var(--mat-list-list-item-hover-label-text-color, var(--mat-sys-on-surface))}.mdc-list-item:focus .mdc-list-item__primary-text{color:var(--mat-list-list-item-focus-label-text-color, var(--mat-sys-on-surface))}.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-three-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;color:var(--mat-list-list-item-supporting-text-color, var(--mat-sys-on-surface-variant));font-family:var(--mat-list-list-item-supporting-text-font, var(--mat-sys-body-medium-font));line-height:var(--mat-list-list-item-supporting-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-list-list-item-supporting-text-size, var(--mat-sys-body-medium-size));font-weight:var(--mat-list-list-item-supporting-text-weight, var(--mat-sys-body-medium-weight));letter-spacing:var(--mat-list-list-item-supporting-text-tracking, var(--mat-sys-body-medium-tracking))}.mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__secondary-text{white-space:normal;line-height:20px}.mdc-list-item--with-overline .mdc-list-item__secondary-text{white-space:nowrap;line-height:auto}.mdc-list-item--with-leading-radio.mdc-list-item,.mdc-list-item--with-leading-checkbox.mdc-list-item,.mdc-list-item--with-leading-icon.mdc-list-item,.mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:0;padding-right:16px}[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:16px;padding-right:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-trailing-icon.mdc-list-item,[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item{padding-left:0;padding-right:0}.mdc-list-item--with-trailing-icon .mdc-list-item__end{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:16px;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:0;padding-right:16px}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-webkit-user-select:none;user-select:none;margin-left:28px;margin-right:16px}[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-left:16px;margin-right:28px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end,.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{display:block;line-height:normal;align-self:flex-start;margin-top:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before,.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio .mdc-list-item__start,.mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:8px;margin-right:24px}[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-radio.mdc-list-item,.mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:16px;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:0;padding-right:16px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-icon,.mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-avatar,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-icon,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-avatar{padding-left:0}[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-icon,[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-avatar,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-icon,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-avatar{padding-right:0}.mdc-list-item--with-trailing-radio .mdc-list-item__end,.mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:24px;margin-right:8px}[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-group__subheader{margin:.75rem 16px}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text{opacity:var(--mat-list-list-item-disabled-label-text-opacity, 0.3)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mat-list-list-item-disabled-leading-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-list-list-item-disabled-leading-icon-opacity, 0.38)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mat-list-list-item-disabled-trailing-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-list-list-item-disabled-trailing-icon-opacity, 0.38)}.mat-mdc-list-item.mat-mdc-list-item-both-leading-and-trailing,[dir=rtl] .mat-mdc-list-item.mat-mdc-list-item-both-leading-and-trailing{padding-left:0;padding-right:0}.mdc-list-item.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mat-list-list-item-disabled-label-text-color, var(--mat-sys-on-surface))}.mdc-list-item:hover::before{background-color:var(--mat-list-list-item-hover-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-list-list-item-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mdc-list-item.mdc-list-item--disabled::before{background-color:var(--mat-list-list-item-disabled-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-list-list-item-disabled-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-list-item:focus::before{background-color:var(--mat-list-list-item-focus-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-list-list-item-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-list-item--disabled .mdc-radio,.mdc-list-item--disabled .mdc-checkbox{opacity:var(--mat-list-list-item-disabled-label-text-opacity, 0.3)}.mdc-list-item--with-leading-avatar .mat-mdc-list-item-avatar{border-radius:var(--mat-list-list-item-leading-avatar-shape, var(--mat-sys-corner-full));background-color:var(--mat-list-list-item-leading-avatar-color, var(--mat-sys-primary-container))}.mat-mdc-list-item-icon{font-size:var(--mat-list-list-item-leading-icon-size, 24px)}@media(forced-colors: active){a.mdc-list-item--activated::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}a.mdc-list-item--activated [dir=rtl]::after{right:auto;left:16px}}.mat-mdc-list-base{display:block}.mat-mdc-list-base .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item__end,.mat-mdc-list-base .mdc-list-item__content{pointer-events:auto}.mat-mdc-list-item,.mat-mdc-list-option{width:100%;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-list-item:not(.mat-mdc-list-item-interactive),.mat-mdc-list-option:not(.mat-mdc-list-item-interactive){cursor:default}.mat-mdc-list-item .mat-divider-inset,.mat-mdc-list-option .mat-divider-inset{position:absolute;left:0;right:0;bottom:0}.mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,.mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-left:72px}[dir=rtl] .mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,[dir=rtl] .mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-right:72px}.mat-mdc-list-item-interactive::before{top:0;left:0;right:0;bottom:0;position:absolute;content:"";opacity:0;pointer-events:none;border-radius:inherit}.mat-mdc-list-item>.mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-list-item:focus>.mat-focus-indicator::before{content:""}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-line.mdc-list-item__secondary-text{white-space:nowrap;line-height:normal}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-unscoped-content.mdc-list-item__secondary-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:start}mat-action-list button::-moz-focus-inner{border:0}.mdc-list-item--with-leading-icon .mdc-list-item__start{margin-inline-start:var(--mat-list-list-item-leading-icon-start-space, 16px);margin-inline-end:var(--mat-list-list-item-leading-icon-end-space, 16px)}.mat-mdc-nav-list .mat-mdc-list-item{border-radius:var(--mat-list-active-indicator-shape, var(--mat-sys-corner-full));--mat-focus-indicator-border-radius: var(--mat-list-active-indicator-shape, var(--mat-sys-corner-full))}.mat-mdc-nav-list .mat-mdc-list-item.mdc-list-item--activated{background-color:var(--mat-list-active-indicator-color, var(--mat-sys-secondary-container))}\n'],encapsulation:2,changeDetection:0})}return te})(),J=(()=>{class te extends Ht{_lines;_titles;_meta;_unscopedContent;_itemText;get activated(){return this._activated}set activated(se){this._activated=(0,i.he)(se)}_activated=!1;_getAriaCurrent(){return"A"===this._hostElement.nodeName&&this._activated?"page":null}_hasBothLeadingAndTrailing(){return 0!==this._meta.length&&(0!==this._avatars.length||0!==this._icons.length)}static \u0275fac=(()=>{let se;return function(Ue){return(se||(se=S.xGo(te)))(Ue||te)}})();static \u0275cmp=S.VBU({type:te,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(ke,Ue,Ne){if(1&ke&&(S.wni(Ne,Ee,5),S.wni(Ne,Oe,5),S.wni(Ne,dt,5)),2&ke){let Kt;S.mGM(Kt=S.lsd())&&(Ue._lines=Kt),S.mGM(Kt=S.lsd())&&(Ue._titles=Kt),S.mGM(Kt=S.lsd())&&(Ue._meta=Kt)}},viewQuery:function(ke,Ue){if(1&ke&&(S.GBs(o,5),S.GBs(f,5)),2&ke){let Ne;S.mGM(Ne=S.lsd())&&(Ue._unscopedContent=Ne.first),S.mGM(Ne=S.lsd())&&(Ue._itemText=Ne.first)}},hostAttrs:[1,"mat-mdc-list-item","mdc-list-item"],hostVars:13,hostBindings:function(ke,Ue){2&ke&&(S.BMQ("aria-current",Ue._getAriaCurrent()),S.AVh("mdc-list-item--activated",Ue.activated)("mdc-list-item--with-leading-avatar",0!==Ue._avatars.length)("mdc-list-item--with-leading-icon",0!==Ue._icons.length)("mdc-list-item--with-trailing-meta",0!==Ue._meta.length)("mat-mdc-list-item-both-leading-and-trailing",Ue._hasBothLeadingAndTrailing())("_mat-animation-noopable",Ue._noopAnimations))},inputs:{activated:"activated"},exportAs:["matListItem"],features:[S.Vt3],ngContentSelectors:b,decls:10,vars:0,consts:[["unscopedContent",""],[1,"mdc-list-item__content"],[1,"mat-mdc-list-item-unscoped-content",3,"cdkObserveContent"],[1,"mat-focus-indicator"]],template:function(ke,Ue){if(1&ke){const Ne=S.RV6();S.NAR(h),S.SdG(0),S.j41(1,"span",1),S.SdG(2,1),S.SdG(3,2),S.j41(4,"span",2,0),S.bIt("cdkObserveContent",function(){return p.eBV(Ne),p.Njj(Ue._updateItemLines(!0))}),S.SdG(6,3),S.k0s()(),S.SdG(7,4),S.SdG(8,5),S.nrm(9,"div",3)}},dependencies:[K.Wv],encapsulation:2,changeDetection:0})}return te})(),le=(()=>{class te{static \u0275fac=function(ke){return new(ke||te)};static \u0275mod=S.$C({type:te});static \u0275inj=p.G2t({imports:[K.w5,me.y,Te.p,he.O,q.w]})}return te})()},4104:(Ae,ee,l)=>{"use strict";l.d(ee,{Q:()=>K});var i=l(29330),t=l(21413),p=l(84412),S=l(7673),c=l(18810),e=l(99437),T=l(96354),g=l(56977),d=l(4416),w=l(12462),m=l(11771),P=l(2615),M=l(98570),j=l(59640),U=l(82571);let K=(()=>{var q;class G{constructor($,ae,ue,oe){this.httpClient=$,this.logger=ae,this.store=ue,this.commonService=oe,this.loopUrl="",this.swaps=[],this.swapsChanged=new p.t([]),this.unSubs=[new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B]}getLoopInfo(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/info",this.httpClient.get(this.loopUrl)}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,m.mt)({payload:d.MZ.GET_LOOP_SWAPS})),this.loopUrl=d.H$+d.rl.LOOP_API+"/swaps",this.httpClient.get(this.loopUrl).pipe((0,g.Q)(this.unSubs[0])).subscribe({next:$=>{this.store.dispatch((0,m.y0)({payload:d.MZ.GET_LOOP_SWAPS})),this.swaps=$,this.swapsChanged.next(this.swaps)},error:$=>this.swapsChanged.error(this.handleErrorWithAlert(d.MZ.GET_LOOP_SWAPS,this.loopUrl,$))})}loopOut($,ae,ue,oe,he,me,Te,D,n,o){const f={amount:$,targetConf:ue,swapRoutingFee:oe,minerFee:he,prepayRoutingFee:me,prepayAmt:Te,swapFee:D,swapPublicationDeadline:n,destAddress:o};return""!==ae&&(f.chanId=ae),this.loopUrl=d.H$+d.rl.LOOP_API+"/out",this.httpClient.post(this.loopUrl,f).pipe((0,e.W)(h=>this.handleErrorWithoutAlert("Loop Out for Channel: "+ae,d.MZ.NO_SPINNER,h)))}getLoopOutTerms(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/out/terms",this.httpClient.get(this.loopUrl).pipe((0,e.W)($=>this.handleErrorWithoutAlert("Loop Out Terms",d.MZ.NO_SPINNER,$)))}getLoopOutQuote($,ae,ue){let oe=new i.Nl;return oe=oe.append("targetConf",ae.toString()),oe=oe.append("swapPublicationDeadline",ue.toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/out/quote/"+$,this.store.dispatch((0,m.mt)({payload:d.MZ.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:oe}).pipe((0,g.Q)(this.unSubs[1]),(0,T.T)(he=>(this.store.dispatch((0,m.y0)({payload:d.MZ.GET_QUOTE})),he)),(0,e.W)(he=>this.handleErrorWithoutAlert("Loop Out Quote",d.MZ.GET_QUOTE,he)))}getLoopOutTermsAndQuotes($){let ae=new i.Nl;return ae=ae.append("targetConf",$.toString()),ae=ae.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/out/termsAndQuotes",this.store.dispatch((0,m.mt)({payload:d.MZ.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:ae}).pipe((0,g.Q)(this.unSubs[2]),(0,T.T)(ue=>(this.store.dispatch((0,m.y0)({payload:d.MZ.GET_TERMS_QUOTES})),ue)),(0,e.W)(ue=>(0,S.of)(this.handleErrorWithAlert(d.MZ.GET_TERMS_QUOTES,this.loopUrl,ue))))}loopIn($,ae,ue,oe,he){const me={amount:$,swapFee:ae,minerFee:ue,lastHop:oe,externalHtlc:he};return this.loopUrl=d.H$+d.rl.LOOP_API+"/in",this.httpClient.post(this.loopUrl,me).pipe((0,e.W)(Te=>this.handleErrorWithoutAlert("Loop In",d.MZ.NO_SPINNER,Te)))}getLoopInTerms(){return this.loopUrl=d.H$+d.rl.LOOP_API+"/in/terms",this.httpClient.get(this.loopUrl).pipe((0,e.W)($=>this.handleErrorWithoutAlert("Loop In Terms",d.MZ.NO_SPINNER,$)))}getLoopInQuote($,ae,ue){let oe=new i.Nl;return oe=oe.append("targetConf",ae.toString()),oe=oe.append("swapPublicationDeadline",ue.toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/in/quote/"+$,this.store.dispatch((0,m.mt)({payload:d.MZ.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:oe}).pipe((0,g.Q)(this.unSubs[3]),(0,T.T)(he=>(this.store.dispatch((0,m.y0)({payload:d.MZ.GET_QUOTE})),he)),(0,e.W)(he=>this.handleErrorWithoutAlert("Loop In Qoute",d.MZ.GET_QUOTE,he)))}getLoopInTermsAndQuotes($){let ae=new i.Nl;return ae=ae.append("targetConf",$.toString()),ae=ae.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=d.H$+d.rl.LOOP_API+"/in/termsAndQuotes",this.store.dispatch((0,m.mt)({payload:d.MZ.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:ae}).pipe((0,g.Q)(this.unSubs[4]),(0,T.T)(ue=>(this.store.dispatch((0,m.y0)({payload:d.MZ.GET_TERMS_QUOTES})),ue)),(0,e.W)(ue=>(0,S.of)(this.handleErrorWithAlert(d.MZ.GET_TERMS_QUOTES,this.loopUrl,ue))))}getSwap($){return this.loopUrl=d.H$+d.rl.LOOP_API+"/swap/"+$,this.httpClient.get(this.loopUrl).pipe((0,e.W)(ae=>this.handleErrorWithoutAlert("Loop Get Swap for ID: "+$,d.MZ.NO_SPINNER,ae)))}handleErrorWithoutAlert($,ae,ue){let oe="";return this.logger.error("ERROR IN: "+$+"\n"+JSON.stringify(ue)),this.store.dispatch((0,m.y0)({payload:ae})),401===ue.status?(oe="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,m.ri)({payload:oe}))):503===ue.status?(oe="Unable to Connect to Loop Server.",this.store.dispatch((0,m.xO)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:ue.status,message:"Unable to Connect to Loop Server",URL:$},component:w.f}}}))):oe=this.commonService.extractErrorMessage(ue),(0,c.$)(()=>new Error(oe))}handleErrorWithAlert($,ae,ue){let oe="";if(this.logger.error(ue),this.store.dispatch((0,m.y0)({payload:$})),401===ue.status)oe="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,m.ri)({payload:oe}));else if(503===ue.status)oe="Unable to Connect to Loop Server.",setTimeout(()=>{this.store.dispatch((0,m.xO)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:ue.status,message:"Unable to Connect to Loop Server",URL:ae},component:w.f}}}))},100);else{oe=this.commonService.extractErrorMessage(ue);const he=ue.error&&ue.error.error&&ue.error.error.code?ue.error.error.code:ue.error&&ue.error.code?ue.error.code:ue.code?ue.code:ue.status;setTimeout(()=>{this.store.dispatch((0,m.xO)({payload:{data:{type:d.A$.ERROR,alertTitle:"ERROR",message:{code:he,message:oe,URL:ae},component:w.f}}}))},100)}return{message:oe}}ngOnDestroy(){this.unSubs.forEach($=>{$.next(null),$.complete()})}static#e=q=()=>(this.\u0275fac=function(ae){return new(ae||G)(P.KVO(i.Qq),P.KVO(M.gP),P.KVO(j.il),P.KVO(U.h))},this.\u0275prov=P.jDH({token:G,factory:G.\u0275fac}))}return q(),G})()},4125:(Ae,ee,l)=>{"use strict";l.d(ee,{Z2:()=>P});var i=l(2615),t=l(73664),p=l(21413),S=l(18359),c=l(74402),e=l(7673),T=l(96697),g=l(59096),d=l(8045);class w{_activeItemIndex=-1;_activeItem=null;_shouldActivationFollowFocus=!1;_horizontalOrientation="ltr";_skipPredicateFn=U=>!1;_trackByFn=U=>U;_items=[];_typeahead;_typeaheadSubscription=S.yU.EMPTY;_hasInitialFocused=!1;_initializeFocus(){if(this._hasInitialFocused||0===this._items.length)return;let U=0;for(let q=0;q{this._items=q.toArray(),this._typeahead?.setItems(this._items),this._updateActiveItemIndex(this._items),this._initializeFocus()})):(0,c.A)(U)?U.subscribe(q=>{this._items=q,this._typeahead?.setItems(q),this._updateActiveItemIndex(q),this._initializeFocus()}):(this._items=U,this._initializeFocus()),"boolean"==typeof K.shouldActivationFollowFocus&&(this._shouldActivationFollowFocus=K.shouldActivationFollowFocus),K.horizontalOrientation&&(this._horizontalOrientation=K.horizontalOrientation),K.skipPredicate&&(this._skipPredicateFn=K.skipPredicate),K.trackBy&&(this._trackByFn=K.trackBy),typeof K.typeAheadDebounceInterval<"u"&&this._setTypeAhead(K.typeAheadDebounceInterval)}change=new p.B;destroy(){this._typeaheadSubscription.unsubscribe(),this._typeahead?.destroy(),this.change.complete()}onKeydown(U){switch(U.key){case"Tab":return;case"ArrowDown":this._focusNextItem();break;case"ArrowUp":this._focusPreviousItem();break;case"ArrowRight":"rtl"===this._horizontalOrientation?this._collapseCurrentItem():this._expandCurrentItem();break;case"ArrowLeft":"rtl"===this._horizontalOrientation?this._expandCurrentItem():this._collapseCurrentItem();break;case"Home":this._focusFirstItem();break;case"End":this._focusLastItem();break;case"Enter":case" ":this._activateCurrentItem();break;default:if("*"===U.key){this._expandAllItemsAtCurrentItemLevel();break}return void this._typeahead?.handleKey(U)}this._typeahead?.reset(),U.preventDefault()}getActiveItemIndex(){return this._activeItemIndex}getActiveItem(){return this._activeItem}_focusFirstItem(){this.focusItem(this._findNextAvailableItemIndex(-1))}_focusLastItem(){this.focusItem(this._findPreviousAvailableItemIndex(this._items.length))}_focusNextItem(){this.focusItem(this._findNextAvailableItemIndex(this._activeItemIndex))}_focusPreviousItem(){this.focusItem(this._findPreviousAvailableItemIndex(this._activeItemIndex))}focusItem(U,K={}){K.emitChangeEvent??=!0;let q="number"==typeof U?U:this._items.findIndex($=>this._trackByFn($)===this._trackByFn(U));if(q<0||q>=this._items.length)return;const G=this._items[q];if(null!==this._activeItem&&this._trackByFn(G)===this._trackByFn(this._activeItem))return;const Q=this._activeItem;this._activeItem=G??null,this._activeItemIndex=q,this._typeahead?.setCurrentSelectedItemIndex(q),this._activeItem?.focus(),Q?.unfocus(),K.emitChangeEvent&&this.change.next(this._activeItem),this._shouldActivationFollowFocus&&this._activateCurrentItem()}_updateActiveItemIndex(U){const K=this._activeItem;if(!K)return;const q=U.findIndex(G=>this._trackByFn(G)===this._trackByFn(K));q>-1&&q!==this._activeItemIndex&&(this._activeItemIndex=q,this._typeahead?.setCurrentSelectedItemIndex(q))}_setTypeAhead(U){this._typeahead=new g.i(this._items,{debounceInterval:"number"==typeof U?U:void 0,skipPredicate:K=>this._skipPredicateFn(K)}),this._typeaheadSubscription=this._typeahead.selectedItem.subscribe(K=>{this.focusItem(K)})}_findNextAvailableItemIndex(U){for(let K=U+1;K=0;K--)if(!this._skipPredicateFn(this._items[K]))return K;return U}_collapseCurrentItem(){if(this._activeItem)if(this._isCurrentItemExpanded())this._activeItem.collapse();else{const U=this._activeItem.getParent();if(!U||this._skipPredicateFn(U))return;this.focusItem(U)}}_expandCurrentItem(){this._activeItem&&(this._isCurrentItemExpanded()?(0,d.x)(this._activeItem.getChildren()).pipe((0,T.s)(1)).subscribe(U=>{const K=U.find(q=>!this._skipPredicateFn(q));K&&this.focusItem(K)}):this._activeItem.expand())}_isCurrentItemExpanded(){return!!this._activeItem&&("boolean"==typeof this._activeItem.isExpanded?this._activeItem.isExpanded:this._activeItem.isExpanded())}_isItemDisabled(U){return"boolean"==typeof U.isDisabled?U.isDisabled:U.isDisabled?.()}_expandAllItemsAtCurrentItemLevel(){if(!this._activeItem)return;const U=this._activeItem.getParent();let K;K=U?(0,d.x)(U.getChildren()):(0,e.of)(this._items.filter(q=>null===q.getParent())),K.pipe((0,T.s)(1)).subscribe(q=>{for(const G of q)G.expand()})}_activateCurrentItem(){this._activeItem?.activate()}}const P=new i.nKC("tree-key-manager",{providedIn:"root",factory:function m(){return(j,U)=>new w(j,U)}})},4377:(Ae,ee,l)=>{var i=l(12727),t=l(23241),p=l(94593),c={binary:!0,hex:!0,base64:!0};ee.DiffieHellmanGroup=ee.createDiffieHellmanGroup=ee.getDiffieHellman=function S(T){var g=new Buffer(t[T].prime,"hex"),d=new Buffer(t[T].gen,"hex");return new p(g,d)},ee.createDiffieHellman=ee.DiffieHellman=function e(T,g,d,w){return Buffer.isBuffer(g)||void 0===c[g]?e(T,"binary",g,d):(g=g||"binary",w=w||"binary",d=d||new Buffer([2]),Buffer.isBuffer(d)||(d=new Buffer(d,w)),"number"==typeof T?new p(i(T,d),d,!0):(Buffer.isBuffer(T)||(T=new Buffer(T,g)),new p(T,d,!0)))}},4416:(Ae,ee,l)=>{"use strict";l.d(ee,{A$:()=>Te,A0:()=>m,Ah:()=>Be,BQ:()=>f,Bd:()=>I,Bv:()=>ae,C6:()=>le,C7:()=>W,F7:()=>n,G:()=>$,H$:()=>d,HW:()=>me,Hx:()=>_,It:()=>T,Jd:()=>fe,Jr:()=>oe,KR:()=>re,Ld:()=>q,MZ:()=>ye,NG:()=>e,QP:()=>ve,SY:()=>M,TC:()=>Oe,TH:()=>dt,U1:()=>D,UN:()=>h,Uq:()=>nt,Uu:()=>Ee,WW:()=>Qt,X8:()=>li,XG:()=>G,Y0:()=>Le,ZC:()=>Ie,Zb:()=>r,Zi:()=>kt,Zo:()=>Rt,_1:()=>ht,_U:()=>Ct,aG:()=>k,aR:()=>Ke,aU:()=>ge,bz:()=>c,ck:()=>ue,f7:()=>b,iI:()=>x,jG:()=>Z,k:()=>P,md:()=>U,mu:()=>J,nv:()=>Q,o1:()=>he,oi:()=>ze,on:()=>S,q9:()=>B,rl:()=>w,rs:()=>pe,tj:()=>A,ul:()=>Mt,wn:()=>_e,xk:()=>lt,xp:()=>K,xv:()=>g});var i=l(17705),t=l(96695),p=l(45383);function S(te){const ce=new t.xX;return ce.itemsPerPageLabel=te+" per page:",ce}const c=3600,e=31536e3,T=24*c*7,g="0.15.7-beta",d=(0,i.naY)()?"http://localhost:3000/rtl/api":"./api",w={AUTHENTICATE_API:d+"/authenticate",CONF_API:d+"/conf",PAGE_SETTINGS_API:d+"/pagesettings",BALANCE_API:"/balance",FEES_API:"/fees",PEERS_API:"/peers",CHANNELS_API:"/channels",CHANNELS_BACKUP_API:"/channels/backup",GETINFO_API:"/getinfo",WALLET_API:"/wallet",NETWORK_API:"/network",NEW_ADDRESS_API:"/newaddress",TRANSACTIONS_API:"/transactions",PAYMENTS_API:"/payments",INVOICES_API:"/invoices",SWITCH_API:"/switch",ON_CHAIN_API:"/onchain",MESSAGE_API:"/message",OFFERS_API:"/offers",UTILITY_API:"/utility",LOOP_API:"/loop",BOLTZ_API:"/boltz",Web_SOCKET_API:"/ws"},m=["Sats","BTC"],P={Sats:"1.0-0",BTC:"1.6-6",OTHER:"1.2-2"},M=["SECS","MINS","HOURS","DAYS"],U=10,K=[5,10,25,100],q=[{addressId:"0",addressCode:"bech32",addressTp:"Bech32 (P2WKH)",addressDetails:"Pay to witness key hash"},{addressId:"1",addressCode:"p2sh-segwit",addressTp:"P2SH (NP2WKH)",addressDetails:"Pay to nested witness key hash (default)"},{addressId:"4",addressCode:"p2tr",addressTp:"Taproot (P2TR)",addressDetails:"Pay to taproot pubkey"}],G=[{id:"0",name:"Priority (Default)"},{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],Q=[{id:"none",name:"No Fee Limit",placeholder:"No Limit"},{id:"fixed",name:"Fixed Limit (Sats)",placeholder:"Fixed Limit in Sats"},{id:"percent",name:"Percentage of Amount",placeholder:"Percentage Limit"}],$=[{feeRateId:"urgent",feeRateType:"Urgent"},{feeRateId:"normal",feeRateType:"Normal"},{feeRateId:"slow",feeRateType:"Slow"},{feeRateId:"customperkb",feeRateType:"Custom"}],ae={themes:[{id:"PURPLE",name:"Diogo"},{id:"TEAL",name:"My2Sats"},{id:"INDIGO",name:"RTL"},{id:"PINK",name:"BK"},{id:"YELLOW",name:"Gold"}],modes:[{id:"DAY",name:"Day"},{id:"NIGHT",name:"Night"}]};var ue=function(te){return te.PAYMENT_RECEIVED="payment-received",te.PAYMENT_RELAYED="payment-relayed",te.PAYMENT_SENT="payment-sent",te.PAYMENT_SETTLING_ONCHAIN="payment-settling-onchain",te.PAYMENT_FAILED="payment-failed",te.CHANNEL_OPENED="channel-opened",te.CHANNEL_STATE_CHANGED="channel-state-changed",te.CHANNEL_CLOSED="channel-closed",te}(ue||{}),oe=function(te){return te.CONNECT="connect",te.DISCONNECT="disconnect",te.WARNING="warning",te.INVOICE_PAYMENT="invoice_payment",te.INVOICE_CREATION="invoice_creation",te.CHANNEL_OPENED="channel_opened",te.CHANNEL_STATE_CHANGED="channel_state_changed",te.SENDPAY_SUCCESS="sendpay_success",te.SENDPAY_FAILURE="sendpay_failure",te.COIN_MOVEMENT="coin_movement",te.BALANCE_SNAPSHOT="balance_snapshot",te.BLOCK_ADDED="block_added",te.OPENCHANNEL_PEER_SIGS="openchannel_peer_sigs",te.CHANNEL_OPEN_FAILED="channel_open_failed",te}(oe||{}),he=function(te){return te.INVOICE="invoice",te}(he||{}),me=function(te){return te.OPERATOR="OPERATOR",te.MERCHANT="MERCHANT",te.ALL="ALL",te}(me||{}),Te=function(te){return te.INFORMATION="Information",te.WARNING="Warning",te.ERROR="Error",te.SUCCESS="Success",te.CONFIRM="Confirm",te}(Te||{}),D=function(te){return te.JWT="JWT",te.PASSWORD="PASSWORD",te}(D||{}),n=function(te){return te.SECS="SECS",te.MINS="MINS",te.HOURS="HOURS",te.DAYS="DAYS",te}(n||{}),f=function(te){return te.SATS="Sats",te.BTC="BTC",te.OTHER="OTHER",te}(f||{}),h=function(te){return te.ARRAY="ARRAY",te.NUMBER="NUMBER",te.STRING="STRING",te.BOOLEAN="BOOLEAN",te.PASSWORD="PASSWORD",te.DATE="DATE",te.DATE_TIME="DATE_TIME",te}(h||{}),b=function(te){return te.XS="XS",te.SM="SM",te.MD="MD",te.LG="LG",te.XL="XL",te}(b||{});const A={COOPERATIVE_CLOSE:{name:"Co-operative Close",tooltip:"Channel closed cooperatively"},LOCAL_FORCE_CLOSE:{name:"Local Force Close",tooltip:"Channel force-closed by the local node"},REMOTE_FORCE_CLOSE:{name:"Remote Force Close",tooltip:"Channel force-closed by the remote node"},BREACH_CLOSE:{name:"Breach Close",tooltip:"Remote node attempted to broadcast a prior revoked channel state"},FUNDING_CANCELED:{name:"Funding Canceled",tooltip:"Channel never fully opened"},ABANDONED:{name:"Abandoned",tooltip:"Channel abandoned by the local node"}},k={WITNESS_PUBKEY_HASH:{name:"Witness Pubkey Hash",tooltip:""},NESTED_PUBKEY_HASH:{name:"Nested Pubkey Hash",tooltip:""},UNUSED_WITNESS_PUBKEY_HASH:{name:"Unused Witness Pubkey Hash",tooltip:""},UNUSED_NESTED_PUBKEY_HASH:{name:"Unused Nested Pubkey Hash",tooltip:""},TAPROOT_PUBKEY:{name:"Taproot Pubkey Hash",tooltip:""}};var x=function(te){return te.WIRE_INVALID_ONION_VERSION="Invalid Onion Version",te.WIRE_INVALID_ONION_HMAC="Invalid Onion HMAC",te.WIRE_INVALID_ONION_KEY="Invalid Onion Key",te.WIRE_TEMPORARY_CHANNEL_FAILURE="Temporary Channel Failure",te.WIRE_PERMANENT_CHANNEL_FAILURE="Permanent Channel Failure",te.WIRE_REQUIRED_CHANNEL_FEATURE_MISSING="Missing Required Channel Feature",te.WIRE_UNKNOWN_NEXT_PEER="Unknown Next Peer",te.WIRE_AMOUNT_BELOW_MINIMUM="Amount Below Minimum",te.WIRE_FEE_INSUFFICIENT="Insufficient Fee",te.WIRE_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",te.WIRE_EXPIRY_TOO_FAR="Expiry Too Far",te.WIRE_EXPIRY_TOO_SOON="Expiry Too Soon",te.WIRE_CHANNEL_DISABLED="Channel Disabled",te.WIRE_INVALID_ONION_PAYLOAD="Invalid Onion Payload",te.WIRE_INVALID_REALM="Invalid Realm",te.WIRE_PERMANENT_NODE_FAILURE="Permanent Node Failure",te.WIRE_TEMPORARY_NODE_FAILURE="Temporary Node Failure",te.WIRE_REQUIRED_NODE_FEATURE_MISSING="Missing Required Node Feature",te.WIRE_INVALID_ONION_BLINDING="Invalid Onion Binding",te.WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS="Incorrect or Unknow Payment Details",te.WIRE_MPP_TIMEOUT="MPP Timeout",te.WIRE_FINAL_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",te.WIRE_FINAL_INCORRECT_HTLC_AMOUNT="Incorrect HTLC Amount",te}(x||{}),r=function(te){return te.CHANNELD_NORMAL="Active",te.OPENINGD="Opening",te.CHANNELD_AWAITING_LOCKIN="Pending Open",te.CHANNELD_SHUTTING_DOWN="Shutting Down",te.CLOSINGD_SIGEXCHANGE="Closing: Sig Exchange",te.CLOSINGD_COMPLETE="Closed",te.AWAITING_UNILATERAL="Awaiting Unilateral Close",te.FUNDING_SPEND_SEEN="Funding Spend Seen",te.ONCHAIN="Onchain",te.DUALOPEND_OPEN_INIT="Dual Open Initialized",te.DUALOPEND_AWAITING_LOCKIN="Dual Pending Open",te}(r||{}),_=function(te){return te.INITIATED="Initiated",te.PREIMAGE_REVEALED="Preimage Revealed",te.HTLC_PUBLISHED="HTLC Published",te.SUCCESS="Successful",te.FAILED="Failed",te.INVOICE_SETTLED="Invoice Settled",te}(_||{}),W=function(te){return te.LOOP_OUT="LOOP_OUT",te.LOOP_IN="LOOP_IN",te}(W||{}),I=function(te){return te.SWAP_OUT="SWAP_OUT",te.SWAP_IN="SWAP_IN",te}(I||{}),B=function(te){return te["swap.created"]="Swap Created",te["swap.expired"]="Swap Expired",te["invoice.set"]="Invoice Set",te["invoice.paid"]="Invoice Paid",te["invoice.pending"]="Invoice Pending",te["invoice.settled"]="Invoice Settled",te["invoice.failedToPay"]="Invoice Failed To Pay",te["channel.created"]="Channel Created",te["transaction.failed"]="Transaction Failed",te["transaction.mempool"]="Transaction Mempool",te["transaction.claimed"]="Transaction Claimed",te["transaction.refunded"]="Transaction Refunded",te["transaction.confirmed"]="Transaction Confirmed",te["transaction.lockupFailed"]="Lockup Transaction Failed",te["swap.refunded"]="Swap Refunded",te["swap.abandoned"]="Swap Abandoned",te}(B||{});const re=[{name:"Jan",days:31},{name:"Feb",days:28},{name:"Mar",days:31},{name:"Apr",days:30},{name:"May",days:31},{name:"Jun",days:30},{name:"Jul",days:31},{name:"Aug",days:31},{name:"Sep",days:30},{name:"Oct",days:31},{name:"Nov",days:30},{name:"Dec",days:31}],pe=["MONTHLY","YEARLY"],Be=["password","changeme","moneyprintergobrrr"];var _e=function(te){return te.UN_INITIATED="UN_INITIATED",te.INITIATED="INITIATED",te.COMPLETED="COMPLETED",te.ERROR="ERROR",te}(_e||{});const ye={NO_SPINNER:"No Spinner...",GET_NODE_INFO:"Getting Node Information...",INITALIZE_NODE_DATA:"Initializing Node Data...",GENERATE_NEW_ADDRESS:"Getting New Address...",SEND_FUNDS:"Sending Funds...",UPDATE_CHAN_POLICY:"Updating Channel Policy...",GET_CHAN_POLICY:"Fetching Channel Policy...",GET_REMOTE_POLICY:"Fetching Remote Policy...",CLOSE_CHANNEL:"Closing Channel...",FORCE_CLOSE_CHANNEL:"Force Closing Channel...",OPEN_CHANNEL:"Opening Channel...",CONNECT_PEER:"Connecting Peer...",DISCONNECT_PEER:"Disconnecting Peer...",ADD_INVOICE:"Adding Invoice...",CREATE_INVOICE:"Creating Invoice...",DELETE_INVOICE:"Deleting Invoices...",DECODE_PAYMENT:"Decoding Payment...",DECODE_OFFER:"Decoding Offer...",DECODE_PAYMENTS:"Decoding Payments...",FETCH_INVOICE:"Fetching Invoice...",GET_SENT_PAYMENTS:"Getting Sent Payments...",SEND_PAYMENT:"Sending Payment...",SEND_KEYSEND:"Sending Keysend Payment...",SEARCHING_NODE:"Searching Node...",SEARCHING_CHANNEL:"Searching Channel...",SEARCHING_INVOICE:"Searching Invoice...",SEARCHING_PAYMENT:"Searching Payment...",BACKUP_CHANNEL:"Backup Channels...",VERIFY_CHANNEL:"Verify Channel...",DOWNLOAD_BACKUP_FILE:"Downloading Backup File...",RESTORE_CHANNEL:"Restoring Channels...",GET_TERMS_QUOTES:"Getting Terms and Quotes...",LABEL_UTXO:"Labelling UTXO...",GET_NODE_ADDRESS:"Getting Node Address...",GEN_SEED:"Generating Seed...",INITIALIZE_WALLET:"Initializing Wallet...",UNLOCK_WALLET:"Unlocking Wallet...",WAIT_SYNC_NODE:"Waiting for Node Sync...",UPDATE_BOLTZ_SETTINGS:"Updating Boltz Service Settings...",UPDATE_LOOP_SETTINGS:"Updating Loop Service Settings...",UPDATE_PEERSWAP_SETTINGS:"Updating Peerswap Service Settings...",UPDATE_SETTING:"Updating Setting...",UPDATE_APPLICATION_SETTINGS:"Updating Application Settings...",UPDATE_NODE_SETTINGS:"Updating Node Settings...",UPDATE_SELECTED_NODE:"Updating Selected Node...",OPEN_CONFIG_FILE:"Opening Config File...",GET_BOLTZ_INFO:"Getting Boltz Info...",GET_SERVICE_INFO:"Getting Service Info...",GET_QUOTE:"Getting Quotes...",UPDATE_DEFAULT_NODE_SETTING:"Updating Defaule Node Settings...",GET_BOLTZ_SWAPS:"Getting Boltz Swaps...",SIGN_MESSAGE:"Signing Message...",VERIFY_MESSAGE:"Verifying Message...",BUMP_FEE:"Bumping Fee...",LEASE_UTXO:"Leasing UTXO...",GET_LOOP_INFO:"Getting Loop Info...",GET_LOOP_SWAPS:"Getting List Swaps...",GET_FORWARDING_HISTORY:"Getting Forwarding History...",GET_LOOKUP_DETAILS:"Getting Lookup Details...",GET_RTL_CONFIG:"Getting RTL Config...",VERIFY_TOKEN:"Verify Token...",DISABLE_OFFER:"Disabling Offer...",CREATE_OFFER:"Creating Offer...",DELETE_OFFER_BOOKMARK:"Deleting Bookmark...",GET_FUNDER_POLICY:"Getting Or Updating Funder Policy...",GET_LIST_CONFIGS:"Getting Configurations List...",LIST_NETWORK_NODES:"Getting Network Nodes List...",GET_PAGE_SETTINGS:"Getting Page Settings...",SET_PAGE_SETTINGS:"Setting Page Settings...",UPDATE_PAGE_SETTINGS:"Updating Page Layout...",REBALANCE_CHANNEL:"Rebalancing Channel...",LOG_OUT:"Logging Out..."};var Le=function(te){return te.INVOICE="INVOICE",te.OFFER="OFFER",te.KEYSEND="KEYSEND",te}(Le||{}),Ke=function(te){return te.FEES="FEES",te.EVENTS="EVENTS",te}(Ke||{}),ge=function(te){return te.VOID="VOID",te.SET_API_URL_ECL="SET_API_URL_ECL",te.UPDATE_API_CALL_STATUS_ROOT="UPDATE_API_CALL_STATUS_ROOT",te.RESET_ROOT_STORE="RESET_ROOT_STORE",te.CLOSE_ALL_DIALOGS="CLOSE_ALL_DIALOGS",te.OPEN_SNACK_BAR="OPEN_SNACKBAR",te.OPEN_SPINNER="OPEN_SPINNER",te.CLOSE_SPINNER="CLOSE_SPINNER",te.OPEN_ALERT="OPEN_ALERT",te.CLOSE_ALERT="CLOSE_ALERT",te.OPEN_CONFIRMATION="OPEN_CONFIRMATION",te.CLOSE_CONFIRMATION="CLOSE_CONFIRMATION",te.SHOW_PUBKEY="SHOW_PUBKEY",te.FETCH_CONFIG="FETCH_CONFIG",te.SHOW_CONFIG="SHOW_CONFIG",te.FETCH_STORE="FETCH_STORE",te.SET_STORE="SET_STORE",te.FETCH_APPLICATION_SETTINGS="FETCH_APPLICATION_SETTINGS",te.SET_APPLICATION_SETTINGS="SET_APPLICATION_SETTINGS",te.SAVE_SETTINGS="SAVE_SETTINGS",te.SET_SELECTED_NODE="SET_SELECTED_NODE",te.UPDATE_ROOT_NODE_SETTINGS="UPDATE_ROOT_NODE_SETTINGS",te.UPDATE_APPLICATION_SETTINGS="UPDATE_APPLICATION_SETTINGS",te.UPDATE_NODE_SETTINGS="UPDATE_NODE_SETTINGS",te.SET_SELECTED_NODE_SETTINGS="SET_SELECTED_NODE_SETTINGS",te.SET_NODE_DATA="SET_NODE_DATA",te.IS_AUTHORIZED="IS_AUTHORIZED",te.IS_AUTHORIZED_RES="IS_AUTHORIZED_RES",te.LOGIN="LOGIN",te.VERIFY_TWO_FA="VERIFY_TWO_FA",te.LOGOUT="LOGOUT",te.RESET_PASSWORD="RESET_PASSWORD",te.RESET_PASSWORD_RES="RESET_PASSWORD_RES",te.FETCH_FILE="FETCH_FILE",te.SHOW_FILE="SHOW_FILE",te}(ge||{}),ve=function(te){return te.RESET_LND_STORE="RESET_LND_STORE",te.UPDATE_API_CALL_STATUS_LND="UPDATE_API_CALL_STATUS_LND",te.SET_CHILD_NODE_SETTINGS_LND="SET_CHILD_NODE_SETTINGS_LND",te.UPDATE_SELECTED_NODE_OPTIONS="UPDATE_SELECTED_NODE_OPTIONS",te.FETCH_PAGE_SETTINGS_LND="FETCH_PAGE_SETTINGS_LND",te.SET_PAGE_SETTINGS_LND="SET_PAGE_SETTINGS_LND",te.SAVE_PAGE_SETTINGS_LND="SAVE_PAGE_SETTINGS_LND",te.FETCH_INFO_LND="FETCH_INFO_LND",te.SET_INFO_LND="SET_INFO_LND",te.FETCH_PEERS_LND="FETCH_PEERS_LND",te.SET_PEERS_LND="SET_PEERS_LND",te.SAVE_NEW_PEER_LND="SAVE_NEW_PEER_LND",te.NEWLY_ADDED_PEER_LND="NEWLY_ADDED_PEER_LND",te.DETACH_PEER_LND="DETACH_PEER_LND",te.REMOVE_PEER_LND="REMOVE_PEER_LND",te.SAVE_NEW_INVOICE_LND="SAVE_NEW_INVOICE_LND",te.NEWLY_SAVED_INVOICE_LND="NEWLY_SAVED_INVOICE_LND",te.ADD_INVOICE_LND="ADD_INVOICE_LND",te.FETCH_FEES_LND="FETCH_FEES_LND",te.SET_FEES_LND="SET_FEES_LND",te.FETCH_BLOCKCHAIN_BALANCE_LND="FETCH_BLOCKCHAIN_BALANCE_LND",te.SET_BLOCKCHAIN_BALANCE_LND="SET_BLOCKCHAIN_BALANCE_LND",te.FETCH_NETWORK_LND="FETCH_NETWORK_LND",te.SET_NETWORK_LND="SET_NETWORK_LND",te.FETCH_CHANNELS_LND="FETCH_CHANNELS_LND",te.FETCH_PENDING_CHANNELS_LND="FETCH_PENDING_CHANNELS_LND",te.FETCH_CLOSED_CHANNELS_LND="FETCH_CLOSED_CHANNELS_LND",te.SET_CHANNELS_LND="SET_CHANNELS_LND",te.SET_PENDING_CHANNELS_LND="SET_PENDING_CHANNELS_LND",te.SET_CLOSED_CHANNELS_LND="SET_CLOSED_CHANNELS_LND",te.UPDATE_CHANNEL_LND="UPDATE_CHANNEL_LND",te.SAVE_NEW_CHANNEL_LND="SAVE_NEW_CHANNEL_LND",te.CLOSE_CHANNEL_LND="CLOSE_CHANNEL_LND",te.REMOVE_CHANNEL_LND="REMOVE_CHANNEL_LND",te.BACKUP_CHANNELS_LND="BACKUP_CHANNELS_LND",te.VERIFY_CHANNEL_LND="VERIFY_CHANNEL_LND",te.BACKUP_CHANNELS_RES_LND="BACKUP_CHANNELS_RES_LND",te.VERIFY_CHANNEL_RES_LND="VERIFY_CHANNEL_RES_LND",te.RESTORE_CHANNELS_LIST_LND="RESTORE_CHANNELS_LIST_LND",te.SET_RESTORE_CHANNELS_LIST_LND="SET_RESTORE_CHANNELS_LIST_LND",te.RESTORE_CHANNELS_LND="RESTORE_CHANNELS_LND",te.RESTORE_CHANNELS_RES_LND="RESTORE_CHANNELS_RES_LND",te.FETCH_INVOICES_LND="FETCH_INVOICES_LND",te.SET_INVOICES_LND="SET_INVOICES_LND",te.UPDATE_INVOICE_LND="UPDATE_INVOICE_LND",te.UPDATE_PAYMENT_LND="UPDATE_PAYMENT_LND",te.SET_TOTAL_INVOICES_LND="SET_TOTAL_INVOICES_LND",te.FETCH_TRANSACTIONS_LND="FETCH_TRANSACTIONS_LND",te.SET_TRANSACTIONS_LND="SET_TRANSACTIONS_LND",te.FETCH_UTXOS_LND="FETCH_UTXOS_LND",te.SET_UTXOS_LND="SET_UTXOS_LND",te.FETCH_PAYMENTS_LND="FETCH_PAYMENTS_LND",te.SET_PAYMENTS_LND="SET_PAYMENTS_LND",te.SEND_PAYMENT_LND="SEND_PAYMENT_LND",te.SEND_PAYMENT_STATUS_LND="SEND_PAYMENT_STATUS_LND",te.FETCH_GRAPH_NODE_LND="FETCH_GRAPH_NODE_LND",te.SET_GRAPH_NODE_LND="SET_GRAPH_NODE_LND",te.GET_NEW_ADDRESS_LND="GET_NEW_ADDRESS_LND",te.SET_NEW_ADDRESS_LND="SET_NEW_ADDRESS_LND",te.SET_CHANNEL_TRANSACTION_LND="SET_CHANNEL_TRANSACTION_LND",te.SET_CHANNEL_TRANSACTION_RES_LND="SET_CHANNEL_TRANSACTION_RES_LND",te.GEN_SEED_LND="GEN_SEED_LND",te.GEN_SEED_RESPONSE_LND="GEN_SEED_RESPONSE_LND",te.INIT_WALLET_LND="INIT_WALLET_LND",te.INIT_WALLET_RESPONSE_LND="INIT_WALLET_RESPONSE_LND",te.UNLOCK_WALLET_LND="UNLOCK_WALLET_LND",te.PEER_LOOKUP_LND="PEER_LOOKUP_LND",te.CHANNEL_LOOKUP_LND="CHANNEL_LOOKUP_LND",te.INVOICE_LOOKUP_LND="INVOICE_LOOKUP_LND",te.PAYMENT_LOOKUP_LND="PAYMENT_LOOKUP_LND",te.SET_LOOKUP_LND="SET_LOOKUP_LND",te.GET_FORWARDING_HISTORY_LND="GET_FORWARDING_HISTORY_LND",te.SET_FORWARDING_HISTORY_LND="SET_FORWARDING_HISTORY_LND",te.GET_QUERY_ROUTES_LND="GET_QUERY_ROUTES_LND",te.SET_QUERY_ROUTES_LND="SET_QUERY_ROUTES_LND",te.GET_ALL_LIGHTNING_TRANSATIONS_LND="GET_ALL_LIGHTNING_TRANSATIONS_LND",te.SET_ALL_LIGHTNING_TRANSATIONS_LND="SET_ALL_LIGHTNING_TRANSATIONS_LND",te}(ve||{}),Oe=function(te){return te.RESET_CLN_STORE="RESET_CLN_STORE",te.UPDATE_API_CALL_STATUS_CLN="UPDATE_API_CALL_STATUS_CLN",te.SET_CHILD_NODE_SETTINGS_CLN="SET_CHILD_NODE_SETTINGS_CLN",te.FETCH_PAGE_SETTINGS_CLN="FETCH_PAGE_SETTINGS_CLN",te.SET_PAGE_SETTINGS_CLN="SET_PAGE_SETTINGS_CLN",te.SAVE_PAGE_SETTINGS_CLN="SAVE_PAGE_SETTINGS_CLN",te.FETCH_INFO_CLN="FETCH_INFO_CL_CLN",te.SET_INFO_CLN="SET_INFO_CLN",te.FETCH_FEES_CLN="FETCH_FEES_CLN",te.SET_FEES_CLN="SET_FEES_CLN",te.FETCH_FEE_RATES_CLN="FETCH_FEE_RATES_CLN",te.SET_FEE_RATES_CLN="SET_FEE_RATES_CLN",te.GET_NEW_ADDRESS_CLN="GET_NEW_ADDRESS_CLN",te.SET_NEW_ADDRESS_CLN="SET_NEW_ADDRESS_CLN",te.FETCH_UTXO_BALANCES_CLN="FETCH_UTXO_BALANCES_CLN",te.SET_UTXO_BALANCES_CLN="SET_UTXO_BALANCES_CLN",te.FETCH_PEERS_CLN="FETCH_PEERS_CLN",te.SET_PEERS_CLN="SET_PEERS_CLN",te.SAVE_NEW_PEER_CLN="SAVE_NEW_PEER_CLN",te.NEWLY_ADDED_PEER_CLN="NEWLY_ADDED_PEER_CLN",te.ADD_PEER_CLN="ADD_PEER_CLN",te.DETACH_PEER_CLN="DETACH_PEER_CLN",te.REMOVE_PEER_CLN="REMOVE_PEER_CLN",te.FETCH_CHANNELS_CLN="FETCH_CHANNELS_CLN",te.SET_CHANNELS_CLN="SET_CHANNELS_CLN",te.UPDATE_CHANNEL_CLN="UPDATE_CHANNEL_CLN",te.SAVE_NEW_CHANNEL_CLN="SAVE_NEW_CHANNEL_CLN",te.CLOSE_CHANNEL_CLN="CLOSE_CHANNEL_CLN",te.REMOVE_CHANNEL_CLN="REMOVE_CHANNEL_CLN",te.FETCH_PAYMENTS_CLN="FETCH_PAYMENTS_CLN",te.SET_PAYMENTS_CLN="SET_PAYMENTS_CLN",te.SEND_PAYMENT_CLN="SEND_PAYMENT_CLN",te.SEND_PAYMENT_STATUS_CLN="SEND_PAYMENT_STATUS_CLN",te.GET_QUERY_ROUTES_CLN="GET_QUERY_ROUTES_CLN",te.SET_QUERY_ROUTES_CLN="SET_QUERY_ROUTES_CLN",te.PEER_LOOKUP_CLN="PEER_LOOKUP_CLN",te.CHANNEL_LOOKUP_CLN="CHANNEL_LOOKUP_CLN",te.INVOICE_LOOKUP_CLN="INVOICE_LOOKUP_CLN",te.SET_LOOKUP_CLN="SET_LOOKUP_CLN",te.GET_FORWARDING_HISTORY_CLN="GET_FORWARDING_HISTORY_CLN",te.SET_FORWARDING_HISTORY_CLN="SET_FORWARDING_HISTORY_CLN",te.GET_FAILED_FORWARDING_HISTORY_CLN="GET_FAILED_FORWARDING_HISTORY_CLN",te.SET_FAILED_FORWARDING_HISTORY_CLN="SET_FAILED_FORWARDING_HISTORY_CLN",te.GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",te.SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",te.FETCH_INVOICES_CLN="FETCH_INVOICES_CLN",te.SET_INVOICES_CLN="SET_INVOICES_CLN",te.SAVE_NEW_INVOICE_CLN="SAVE_NEW_INVOICE_CLN",te.ADD_INVOICE_CLN="ADD_INVOICE_CLN",te.UPDATE_INVOICE_CLN="UPDATE_INVOICE_CLN",te.DELETE_EXPIRED_INVOICE_CLN="DELETE_EXPIRED_INVOICE_CLN",te.SET_CHANNEL_TRANSACTION_CLN="SET_CHANNEL_TRANSACTION_CLN",te.SET_CHANNEL_TRANSACTION_RES_CLN="SET_CHANNEL_TRANSACTION_RES_CLN",te.FETCH_OFFER_INVOICE_CLN="FETCH_OFFER_INVOICE_CLN",te.SET_OFFER_INVOICE_CLN="SET_OFFER_INVOICE_CLN",te.FETCH_OFFERS_CLN="FETCH_OFFERS_CLN",te.SET_OFFERS_CLN="SET_OFFERS_CLN",te.SAVE_NEW_OFFER_CLN="SAVE_NEW_OFFER_CLN",te.ADD_OFFER_CLN="ADD_OFFER_CLN",te.DISABLE_OFFER_CLN="DISABLE_OFFER_CLN",te.UPDATE_OFFER_CLN="UPDATE_OFFER_CLN",te.FETCH_OFFER_BOOKMARKS_CLN="FETCH_OFFER_BOOKMARKS_CLN",te.SET_OFFER_BOOKMARKS_CLN="SET_OFFER_BOOKMARKS_CLN",te.ADD_UPDATE_OFFER_BOOKMARK_CLN="ADD_UPDATE_OFFER_BOOKMARK_CLN",te.DELETE_OFFER_BOOKMARK_CLN="DELETE_OFFER_BOOKMARK_CLN",te.REMOVE_OFFER_BOOKMARK_CLN="REMOVE_OFFER_BOOKMARK_CL",te}(Oe||{}),Ee=function(te){return te.RESET_ECL_STORE="RESET_ECL_STORE",te.UPDATE_API_CALL_STATUS_ECL="UPDATE_API_CALL_STATUS_ECL",te.SET_CHILD_NODE_SETTINGS_ECL="SET_CHILD_NODE_SETTINGS_ECL",te.FETCH_PAGE_SETTINGS_ECL="FETCH_PAGE_SETTINGS_ECL",te.SET_PAGE_SETTINGS_ECL="SET_PAGE_SETTINGS_ECL",te.SAVE_PAGE_SETTINGS_ECL="SAVE_PAGE_SETTINGS_ECL",te.FETCH_INFO_ECL="FETCH_INFO_ECL",te.SET_INFO_ECL="SET_INFO_ECL",te.FETCH_FEES_ECL="FETCH_FEES_ECL",te.SET_FEES_ECL="SET_FEES_ECL",te.FETCH_CHANNELS_ECL="FETCH_CHANNELS_ECL",te.SET_ACTIVE_CHANNELS_ECL="SET_ACTIVE_CHANNELS_ECL",te.SET_PENDING_CHANNELS_ECL="SET_PENDING_CHANNELS_ECL",te.SET_INACTIVE_CHANNELS_ECL="SET_INACTIVE_CHANNELS_ECL",te.FETCH_ONCHAIN_BALANCE_ECL="FETCH_ONCHAIN_BALANCE_ECL",te.SET_ONCHAIN_BALANCE_ECL="SET_ONCHAIN_BALANCE_ECL",te.FETCH_LIGHTNING_BALANCE_ECL="FETCH_LIGHTNING_BALANCE_ECL",te.SET_LIGHTNING_BALANCE_ECL="SET_LIGHTNING_BALANCE_ECL",te.SET_CHANNELS_STATUS_ECL="SET_CHANNELS_STATUS_ECL",te.FETCH_PEERS_ECL="FETCH_PEERS_ECL",te.SET_PEERS_ECL="SET_PEERS_ECL",te.SAVE_NEW_PEER_ECL="SAVE_NEW_PEER_ECL",te.NEWLY_ADDED_PEER_ECL="NEWLY_ADDED_PEER_ECL",te.ADD_PEER_ECL="ADD_PEER_ECL",te.DETACH_PEER_ECL="DETACH_PEER_ECL",te.REMOVE_PEER_ECL="REMOVE_PEER_ECL",te.GET_NEW_ADDRESS_ECL="GET_NEW_ADDRESS_ECL",te.SET_NEW_ADDRESS_ECL="SET_NEW_ADDRESS_ECL",te.SAVE_NEW_CHANNEL_ECL="SAVE_NEW_CHANNEL_ECL",te.UPDATE_CHANNEL_ECL="UPDATE_CHANNEL_ECL",te.CLOSE_CHANNEL_ECL="CLOSE_CHANNEL_ECL",te.REMOVE_CHANNEL_ECL="REMOVE_CHANNEL_ECL",te.FETCH_PAYMENTS_ECL="FETCH_PAYMENTS_ECL",te.SET_PAYMENTS_ECL="SET_PAYMENTS_ECL",te.GET_QUERY_ROUTES_ECL="GET_QUERY_ROUTES_ECL",te.SET_QUERY_ROUTES_ECL="SET_QUERY_ROUTES_ECL",te.SEND_PAYMENT_ECL="SEND_PAYMENT_ECL",te.SEND_PAYMENT_STATUS_ECL="SEND_PAYMENT_STATUS_ECL",te.FETCH_TRANSACTIONS_ECL="FETCH_TRANSACTIONS_ECL",te.SET_TRANSACTIONS_ECL="SET_TRANSACTIONS_ECL",te.SEND_ONCHAIN_FUNDS_ECL="SEND_ONCHAIN_FUNDS_ECL",te.SEND_ONCHAIN_FUNDS_RES_ECL="SEND_ONCHAIN_FUNDS_RES_ECL",te.FETCH_INVOICES_ECL="FETCH_INVOICES_ECL",te.SET_INVOICES_ECL="SET_INVOICES_ECL",te.SET_TOTAL_INVOICES_ECL="SET_TOTAL_INVOICES_ECL",te.CREATE_INVOICE_ECL="CREATE_INVOICE_ECL",te.ADD_INVOICE_ECL="ADD_INVOICE_ECL",te.UPDATE_INVOICE_ECL="UPDATE_INVOICE_ECL",te.PEER_LOOKUP_ECL="PEER_LOOKUP_ECL",te.INVOICE_LOOKUP_ECL="INVOICE_LOOKUP_ECL",te.SET_LOOKUP_ECL="SET_LOOKUP_ECL",te.UPDATE_CHANNEL_STATE_ECL="UPDATE_CHANNEL_STATE_ECL",te.UPDATE_RELAYED_PAYMENT_ECL="UPDATE_RELAYED_PAYMENT_ECL",te}(Ee||{});const dt=[{range:{min:0,max:1},description:"Requires or supports extra channel re-establish fields"},{range:{min:4,max:5},description:"Commits to a shutdown script pubkey when opening channel"},{range:{min:6,max:7},description:"More sophisticated gossip control"},{range:{min:8,max:9},description:"Requires/supports variable-length routing onion payloads"},{range:{min:10,max:11},description:"Gossip queries can include additional information"},{range:{min:12,max:13},description:"Static key for remote output"},{range:{min:14,max:15},description:"Node supports payment secret field"},{range:{min:16,max:17},description:"Node can receive basic multi-part payments"},{range:{min:18,max:19},description:"Node can create large channels"},{range:{min:20,max:21},description:"Anchor outputs"},{range:{min:22,max:23},description:"Anchor commitment type with zero fee HTLC transactions"},{range:{min:26,max:27},description:"Future segwit versions allowed in shutdown"},{range:{min:30,max:31},description:"AMP support"},{range:{min:44,max:45},description:"Explicit commitment type"}];var nt=function(te){return te.gossip_queries_ex="Gossip queries including additional information",te.option_anchor_outputs="Anchor outputs",te.option_data_loss_protect="Extra channel re-establish fields",te.var_onion_optin="Variable-length routing onion payloads",te.option_static_remotekey="Static key for remote output",te.option_support_large_channel="Create large channels",te.option_anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",te.payment_secret="Payment secret field",te.option_shutdown_anysegwit="Future segwit versions allowed in shutdown",te.basic_mpp="Basic multi-part payments",te.gossip_queries="More sophisticated gossip control",te.option_upfront_shutdown_script="Shutdown script pubkey when opening channel",te.anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",te.amp="AMP",te}(nt||{}),Ct=function(te){return te["data-loss-protect"]="Extra channel re-establish fields",te["upfront-shutdown-script"]="Shutdown script pubkey when opening channel",te["gossip-queries"]="More sophisticated gossip control",te["tlv-onion"]="Variable-length routing onion payloads",te["ext-gossip-queries"]="Gossip queries can include additional information",te["static-remote-key"]="Static key for remote output",te["payment-addr"]="Payment secret field",te["multi-path-payments"]="Basic multi-part payments",te["wumbo-channels"]="Wumbo Channels",te.anchors="Anchor outputs",te["anchors-zero-fee-htlc-tx"]="Anchor commitment type with zero fee HTLC transactions",te.amp="AMP",te}(Ct||{});const Mt=[{id:"match",placeholder:"Policy Match (%age)",min:0,max:200},{id:"available",placeholder:"Policy Available (%age)",min:0,max:100},{id:"fixed",placeholder:"Fixed Policy (Sats)",min:0,max:100}];var lt=function(te){return te.OFFERED="offered",te.SETTLED="settled",te.FAILED="failed",te.LOCAL_FAILED="local_failed",te}(lt||{}),ze=function(te){return te.ASCENDING="asc",te.DESCENDING="desc",te}(ze||{});const Z=["asc","desc"],J=[{pageId:"on_chain",tables:[{tableId:"utxos",recordsPerPage:U,sortBy:"blockheight",sortOrder:ze.DESCENDING,columnSelectionSM:["txid","value"],columnSelection:["txid","output","value","blockheight"]},{tableId:"dust_utxos",recordsPerPage:U,sortBy:"blockheight",sortOrder:ze.DESCENDING,columnSelectionSM:["txid","value"],columnSelection:["txid","output","value","blockheight"]}]},{pageId:"peers_channels",tables:[{tableId:"open_channels",recordsPerPage:U,sortBy:"msatoshi_to_us",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","msatoshi_to_us","msatoshi_to_them"],columnSelection:["short_channel_id","alias","msatoshi_to_us","msatoshi_to_them","balancedness"]},{tableId:"pending_inactive_channels",recordsPerPage:U,sortBy:"state",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","state"],columnSelection:["alias","connected","state","msatoshi_total"]},{tableId:"peers",recordsPerPage:U,sortBy:"alias",sortOrder:ze.ASCENDING,columnSelectionSM:["alias","id"],columnSelection:["alias","id","netaddr"]},{tableId:"active_HTLCs",recordsPerPage:U,sortBy:"expiry",sortOrder:ze.DESCENDING,columnSelectionSM:["amount_msat","direction","expiry"],columnSelection:["amount_msat","direction","expiry","state"]}]},{pageId:"liquidity_ads",tables:[{tableId:"liquidity_ads",recordsPerPage:U,sortBy:"channel_opening_fee",sortOrder:ze.ASCENDING,columnSelectionSM:["alias","channel_opening_fee"],columnSelection:["alias","last_timestamp","lease_fee","routing_fee","channel_opening_fee"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:U,sortBy:"created_at",sortOrder:ze.DESCENDING,columnSelectionSM:["created_at","msatoshi"],columnSelection:["created_at","type","payment_hash","msatoshi_sent","msatoshi"]},{tableId:"invoices",recordsPerPage:U,sortBy:"expires_at",sortOrder:ze.DESCENDING,columnSelectionSM:["expires_at","msatoshi"],columnSelection:["expires_at","paid_at","type","description","msatoshi","msatoshi_received"]},{tableId:"offers",recordsPerPage:U,sortBy:"offer_id",sortOrder:ze.DESCENDING,columnSelectionSM:["offer_id","single_use"],columnSelection:["offer_id","single_use","used"]},{tableId:"offer_bookmarks",recordsPerPage:U,sortBy:"lastUpdatedAt",sortOrder:ze.DESCENDING,columnSelectionSM:["lastUpdatedAt","amountMSat"],columnSelection:["lastUpdatedAt","title","description","amountMSat"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:U,sortBy:"received_time",sortOrder:ze.DESCENDING,columnSelectionSM:["received_time","in_msatoshi","out_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"routing_peers",recordsPerPage:U,sortBy:"total_fee",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","events","total_fee"],columnSelection:["channel_id","alias","events","total_amount","total_fee"]},{tableId:"failed",recordsPerPage:U,sortBy:"received_time",sortOrder:ze.DESCENDING,columnSelectionSM:["received_time","in_channel_alias","in_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"local_failed",recordsPerPage:U,sortBy:"received_time",sortOrder:ze.DESCENDING,columnSelectionSM:["received_time","in_channel_alias","in_msatoshi"],columnSelection:["received_time","in_channel_alias","in_msatoshi","style","failreason"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:U,sortBy:"received_time",sortOrder:ze.DESCENDING,columnSelectionSM:["received_time","in_msatoshi","out_msatoshi"],columnSelection:["received_time","resolved_time","in_channel_alias","out_channel_alias","in_msatoshi","out_msatoshi","fee"]},{tableId:"transactions",recordsPerPage:U,sortBy:"date",sortOrder:ze.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]},{pageId:"graph_lookup",tables:[{tableId:"query_routes",recordsPerPage:U,sortBy:"msatoshi",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","direction","msatoshi"],columnSelection:["alias","channel","direction","delay","msatoshi"]}]}],fe={on_chain:{utxos:{maxColumns:7,allowedColumns:[{column:"txid",label:"Transaction ID"},{column:"address"},{column:"scriptpubkey",label:"Script Pubkey"},{column:"output"},{column:"value"},{column:"blockheight"},{column:"reserved"}]},dust_utxos:{maxColumns:7,allowedColumns:[{column:"txid",label:"Transaction ID"},{column:"address"},{column:"scriptpubkey",label:"Script Pubkey"},{column:"output"},{column:"value"},{column:"blockheight"},{column:"reserved"}]}},peers_channels:{open_channels:{maxColumns:8,allowedColumns:[{column:"short_channel_id"},{column:"alias"},{column:"id"},{column:"channel_id"},{column:"funding_txid",label:"Funding Transaction ID"},{column:"connected"},{column:"our_channel_reserve_satoshis",label:"Local Reserve"},{column:"their_channel_reserve_satoshis",label:"Remote Reserve"},{column:"msatoshi_total",label:"Total"},{column:"spendable_msatoshi",label:"Spendable"},{column:"msatoshi_to_us",label:"Local Balance"},{column:"msatoshi_to_them",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},pending_inactive_channels:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"id"},{column:"channel_id"},{column:"funding_txid",label:"Funding Transaction ID"},{column:"connected"},{column:"state"},{column:"our_channel_reserve_satoshis",label:"Local Reserve"},{column:"their_channel_reserve_satoshis",label:"Remote Reserve"},{column:"msatoshi_total",label:"Total"},{column:"spendable_msatoshi",label:"Spendable"},{column:"msatoshi_to_us",label:"Local Balance"},{column:"msatoshi_to_them",label:"Remote Balance"}]},peers:{maxColumns:3,allowedColumns:[{column:"alias"},{column:"id"},{column:"netaddr",label:"Network Address"}]},active_HTLCs:{maxColumns:7,allowedColumns:[{column:"amount_msat",label:"Amount (Sats)"},{column:"direction"},{column:"id",label:"HTLC ID"},{column:"state"},{column:"expiry"},{column:"payment_hash"},{column:"local_trimmed"}]}},liquidity_ads:{liquidity_ads:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"nodeid",label:"Node ID"},{column:"last_timestamp",label:"Last Announcement At"},{column:"compact_lease"},{column:"lease_fee"},{column:"routing_fee"},{column:"channel_opening_fee"},{column:"funding_weight"}]}},transactions:{payments:{maxColumns:7,allowedColumns:[{column:"created_at",label:"Created At"},{column:"type"},{column:"payment_hash"},{column:"bolt11",label:"Invoice"},{column:"destination"},{column:"memo"},{column:"label"},{column:"msatoshi_sent",label:"Sats Sent"},{column:"msatoshi",label:"Sats Received"}]},invoices:{maxColumns:7,allowedColumns:[{column:"expires_at",label:"Expiry Date"},{column:"paid_at",label:"Date Settled"},{column:"type"},{column:"description"},{column:"label"},{column:"payment_hash"},{column:"bolt11",label:"Invoice"},{column:"msatoshi",label:"Amount"},{column:"msatoshi_received",label:"Amount Settled"}]},offers:{maxColumns:4,allowedColumns:[{column:"offer_id",label:"Offer ID"},{column:"single_use"},{column:"used"},{column:"bolt12",label:"Invoice"}]},offer_bookmarks:{maxColumns:6,allowedColumns:[{column:"lastUpdatedAt",label:"Updated At"},{column:"title"},{column:"description"},{column:"issuer"},{column:"bolt12",label:"Invoice"},{column:"amountMSat",label:"Amount"}]}},routing:{forwarding_history:{maxColumns:8,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"payment_hash"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},routing_peers:{maxColumns:5,allowedColumns:[{column:"channel_id"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"total_amount",label:"Amount"},{column:"total_fee",label:"Fee"}]},failed:{maxColumns:7,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},local_failed:{maxColumns:6,allowedColumns:[{column:"received_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"in_msatoshi",label:"Amount In"},{column:"style"},{column:"failreason",label:"Fail Reason"}]}},reports:{routing:{maxColumns:8,allowedColumns:[{column:"received_time"},{column:"resolved_time"},{column:"in_channel",label:"In Channel ID"},{column:"in_channel_alias",label:"In Channel"},{column:"out_channel",label:"Out Channel ID"},{column:"out_channel_alias",label:"Out Channel"},{column:"payment_hash"},{column:"in_msatoshi",label:"Amount In"},{column:"out_msatoshi",label:"Amount Out"},{column:"fee"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}},graph_lookup:{query_routes:{maxColumns:6,allowedColumns:[{column:"id"},{column:"alias"},{column:"channel"},{column:"direction"},{column:"delay"},{column:"msatoshi",label:"Amount"}]}}},Ie=[{pageId:"on_chain",tables:[{tableId:"utxos",recordsPerPage:U,sortBy:"tx_id",sortOrder:ze.DESCENDING,columnSelectionSM:["output","amount_sat"],columnSelection:["tx_id","output","label","amount_sat","confirmations"]},{tableId:"transactions",recordsPerPage:U,sortBy:"time_stamp",sortOrder:ze.DESCENDING,columnSelectionSM:["time_stamp","amount","num_confirmations"],columnSelection:["time_stamp","label","amount","total_fees","block_height","num_confirmations"]},{tableId:"dust_utxos",recordsPerPage:U,sortBy:"tx_id",sortOrder:ze.DESCENDING,columnSelectionSM:["output","amount_sat"],columnSelection:["tx_id","output","label","amount_sat","confirmations"]}]},{pageId:"peers_channels",tables:[{tableId:"open",recordsPerPage:U,sortBy:"balancedness",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","local_balance"],columnSelection:["remote_alias","uptime_str","total_satoshis_sent","total_satoshis_received","local_balance","remote_balance","balancedness"]},{tableId:"pending_open",sortBy:"capacity",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","capacity"],columnSelection:["remote_alias","commit_fee","commit_weight","capacity"]},{tableId:"pending_force_closing",sortBy:"limbo_balance",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","limbo_balance"],columnSelection:["remote_alias","recovered_balance","limbo_balance","capacity"]},{tableId:"pending_closing",sortBy:"capacity",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","capacity"],columnSelection:["remote_alias","local_balance","remote_balance","capacity"]},{tableId:"pending_waiting_close",sortBy:"limbo_balance",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","limbo_balance"],columnSelection:["remote_alias","limbo_balance","local_balance","remote_balance"]},{tableId:"closed",recordsPerPage:U,sortBy:"close_type",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","settled_balance"],columnSelection:["close_type","remote_alias","capacity","close_height","settled_balance"]},{tableId:"active_HTLCs",recordsPerPage:U,sortBy:"incoming",sortOrder:ze.ASCENDING,columnSelectionSM:["amount","incoming","expiration_height"],columnSelection:["amount","incoming","expiration_height","hash_lock"]},{tableId:"peers",recordsPerPage:U,sortBy:"alias",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","sat_sent","sat_recv"],columnSelection:["alias","pub_key","sat_sent","sat_recv","ping_time"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:U,sortBy:"creation_date",sortOrder:ze.DESCENDING,columnSelectionSM:["creation_date","fee","value"],columnSelection:["creation_date","payment_hash","fee","value","hops"]},{tableId:"invoices",recordsPerPage:U,sortBy:"creation_date",sortOrder:ze.DESCENDING,columnSelectionSM:["creation_date","settle_date","value"],columnSelection:["creation_date","settle_date","memo","value","amt_paid_sat"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:U,sortBy:"timestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amt_in","amt_out"],columnSelection:["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat"]},{tableId:"routing_peers",recordsPerPage:U,sortBy:"total_amount",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","events","total_amount"],columnSelection:["chan_id","alias","events","total_amount"]},{tableId:"non_routing_peers",recordsPerPage:U,sortBy:"remote_alias",sortOrder:ze.DESCENDING,columnSelectionSM:["remote_alias","local_balance","remote_balance"],columnSelection:["chan_id","remote_alias","total_satoshis_received","total_satoshis_sent","local_balance","remote_balance"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:U,sortBy:"timestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amt_in","amt_out"],columnSelection:["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat"]},{tableId:"transactions",recordsPerPage:U,sortBy:"date",sortOrder:ze.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]},{pageId:"graph_lookup",tables:[{tableId:"query_routes",recordsPerPage:U,sortBy:"hop_sequence",sortOrder:ze.ASCENDING,columnSelectionSM:["hop_sequence","pubkey_alias","fee_msat"],columnSelection:["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat"]}]},{pageId:"loop",tables:[{tableId:"loop",recordsPerPage:U,sortBy:"initiation_time",sortOrder:ze.DESCENDING,columnSelectionSM:["state","amt"],columnSelection:["state","initiation_time","amt","cost_server","cost_offchain","cost_onchain"]}]},{pageId:"boltz",tables:[{tableId:"swap_out",recordsPerPage:U,sortBy:"status",sortOrder:ze.DESCENDING,columnSelectionSM:["status","id","onchainAmount"],columnSelection:["status","id","claimAddress","onchainAmount","timeoutBlockHeight"]},{tableId:"swap_in",recordsPerPage:U,sortBy:"status",sortOrder:ze.DESCENDING,columnSelectionSM:["status","id","expectedAmount"],columnSelection:["status","id","lockupAddress","expectedAmount","timeoutBlockHeight"]}]}],ht={on_chain:{utxos:{maxColumns:7,allowedColumns:[{column:"tx_id",label:"Transaction ID"},{column:"output"},{column:"label"},{column:"address_type"},{column:"address"},{column:"amount_sat",label:"Amount"},{column:"confirmations"}]},transactions:{maxColumns:7,allowedColumns:[{column:"time_stamp",label:"Date/Time"},{column:"label"},{column:"block_hash"},{column:"tx_hash",label:"Transaction Hash"},{column:"amount"},{column:"total_fees",label:"Fees"},{column:"block_height"},{column:"num_confirmations",label:"Confirmations"}]},dust_utxos:{maxColumns:7,allowedColumns:[{column:"tx_id",label:"Transaction ID"},{column:"output"},{column:"label"},{column:"address_type"},{column:"address"},{column:"amount_sat"},{column:"confirmations"}]}},peers_channels:{open:{maxColumns:8,allowedColumns:[{column:"remote_alias",label:"Peer"},{column:"remote_pubkey",label:"Pubkey"},{column:"channel_point"},{column:"chan_id",label:"Channel ID"},{column:"initiator"},{column:"static_remote_key"},{column:"uptime_str",label:"Uptime"},{column:"lifetime_str",label:"Lifetime"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"num_updates",label:"Updates"},{column:"unsettled_balance"},{column:"capacity"},{column:"local_chan_reserve_sat",label:"Local Reserve"},{column:"remote_chan_reserve_sat",label:"Remote Reserve"},{column:"total_satoshis_sent",label:"Sats Sent"},{column:"total_satoshis_received",label:"Sats Received"},{column:"local_balance"},{column:"remote_balance"},{column:"balancedness",label:"Balance Score"}]},pending_open:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"confirmation_height"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_force_closing:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"limbo_balance"},{column:"maturity_height"},{column:"blocks_til_maturity",label:"Blocks till Maturity"},{column:"recovered_balance"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_closing:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},pending_waiting_close:{maxColumns:7,disablePageSize:!0,allowedColumns:[{column:"closing_txid",label:"Closing Tx ID"},{column:"remote_alias",label:"Peer"},{column:"remote_node_pub",label:"Pubkey"},{column:"channel_point"},{column:"initiator"},{column:"commitment_type"},{column:"limbo_balance"},{column:"capacity"},{column:"local_balance"},{column:"remote_balance"}]},closed:{maxColumns:7,allowedColumns:[{column:"close_type"},{column:"remote_alias",label:"Peer"},{column:"remote_pubkey",label:"Pubkey"},{column:"channel_point"},{column:"chan_id",label:"Channel ID"},{column:"closing_tx_hash",label:"Closing Tx Hash"},{column:"chain_hash"},{column:"open_initiator"},{column:"close_initiator"},{column:"time_locked_balance",label:"Timelocked Balance"},{column:"capacity"},{column:"close_height"},{column:"settled_balance"}]},active_HTLCs:{maxColumns:7,allowedColumns:[{column:"amount"},{column:"incoming"},{column:"forwarding_channel"},{column:"htlc_index"},{column:"forwarding_htlc_index"},{column:"expiration_height"},{column:"hash_lock"}]},peers:{maxColumns:8,allowedColumns:[{column:"alias"},{column:"pub_key",label:"Public Key"},{column:"address"},{column:"sync_type"},{column:"inbound"},{column:"bytes_sent"},{column:"bytes_recv",label:"Bytes Received"},{column:"sat_sent",label:"Sats Sent"},{column:"sat_recv",label:"Sats Received"},{column:"ping_time"}]}},transactions:{payments:{maxColumns:8,allowedColumns:[{column:"creation_date"},{column:"payment_hash"},{column:"payment_request"},{column:"payment_preimage"},{column:"description"},{column:"description_hash"},{column:"failure_reason"},{column:"payment_index"},{column:"fee"},{column:"value"},{column:"hops"}]},invoices:{maxColumns:9,allowedColumns:[{column:"private"},{column:"is_keysend",label:"Keysend"},{column:"is_amp",label:"AMP"},{column:"creation_date",label:"Date Created"},{column:"settle_date",label:"Date Settled"},{column:"memo"},{column:"r_preimage",label:"Preimage"},{column:"r_hash",label:"Preimage Hash"},{column:"payment_addr",label:"Payment Address"},{column:"payment_request"},{column:"description_hash"},{column:"expiry"},{column:"cltv_expiry"},{column:"add_index"},{column:"settle_index"},{column:"value",label:"Amount"},{column:"amt_paid_sat",label:"Amount Settled"}]}},routing:{forwarding_history:{maxColumns:6,allowedColumns:[{column:"timestamp"},{column:"alias_in",label:"Inbound Alias"},{column:"chan_id_in",label:"Inbound Channel"},{column:"alias_out",label:"Outbound Alias"},{column:"chan_id_out",label:"Outbound Channel"},{column:"amt_in",label:"Inbound Amount"},{column:"amt_out",label:"Outbound Amount"},{column:"fee_msat",label:"Fee"}]},routing_peers:{maxColumns:4,allowedColumns:[{column:"chan_id",label:"Channel ID"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"total_amount"}]},non_routing_peers:{maxColumns:8,allowedColumns:[{column:"chan_id",label:"Channel ID"},{column:"remote_alias",label:"Peer Alias"},{column:"remote_pubkey",label:"Peer Pubkey"},{column:"channel_point"},{column:"uptime_str",label:"Uptime"},{column:"lifetime_str",label:"Lifetime"},{column:"commit_fee"},{column:"commit_weight"},{column:"fee_per_kw",label:"Fee/KW"},{column:"num_updates",label:"Updates"},{column:"unsettled_balance"},{column:"capacity"},{column:"local_chan_reserve_sat",label:"Local Reserve"},{column:"remote_chan_reserve_sat",label:"Remote Reserve"},{column:"total_satoshis_sent",label:"Sats Sent"},{column:"total_satoshis_received",label:"Sats Received"},{column:"local_balance"},{column:"remote_balance"}]}},reports:{routing:{maxColumns:6,allowedColumns:[{column:"timestamp"},{column:"alias_in",label:"Inbound Alias"},{column:"chan_id_in",label:"Inbound Channel"},{column:"alias_out",label:"Outbound Alias"},{column:"chan_id_out",label:"Outbound Channel"},{column:"amt_in",label:"Inbound Amount"},{column:"amt_out",label:"Outbound Amount"},{column:"fee_msat",label:"Fee"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}},graph_lookup:{query_routes:{maxColumns:8,disablePageSize:!0,allowedColumns:[{column:"hop_sequence",label:"Hop"},{column:"pubkey_alias",label:"Peer"},{column:"pub_key",label:"Peer Pubkey"},{column:"chan_id",label:"Channel ID"},{column:"tlv_payload"},{column:"expiry"},{column:"chan_capacity",label:"Capacity"},{column:"amt_to_forward_msat",label:"Amount To Fwd"},{column:"fee_msat",label:"Fee"}]}},loop:{loop:{maxColumns:8,allowedColumns:[{column:"state"},{column:"initiation_time"},{column:"last_update_time"},{column:"amt",label:"Amount"},{column:"cost_server"},{column:"cost_offchain"},{column:"cost_onchain"},{column:"htlc_address"},{column:"id"},{column:"id_bytes",label:"ID (Bytes)"}]}},boltz:{swap_out:{maxColumns:7,allowedColumns:[{column:"status"},{column:"id",label:"Swap ID"},{column:"claimAddress",label:"Claim Address"},{column:"onchainAmount",label:"Onchain Amount"},{column:"error"},{column:"privateKey",label:"Private Key"},{column:"preimage"},{column:"redeemScript",label:"Redeem Script"},{column:"invoice"},{column:"timeoutBlockHeight",label:"Timeout Block Height"},{column:"lockupTransactionId",label:"Lockup Tx ID"},{column:"claimTransactionId",label:"Claim Tx ID"}]},swap_in:{maxColumns:7,allowedColumns:[{column:"status"},{column:"id",label:"Swap ID"},{column:"lockupAddress",label:"Lockup Address"},{column:"expectedAmount",label:"Expected Amount"},{column:"error"},{column:"privateKey",label:"Private Key"},{column:"preimage"},{column:"redeemScript",label:"Redeem Script"},{column:"invoice"},{column:"timeoutBlockHeight",label:"Timeout Block Height"},{column:"lockupTransactionId",label:"Lockup Tx ID"},{column:"refundTransactionId",label:"Refund Tx ID"}]}}},li=[{pageId:"on_chain",tables:[{tableId:"transaction",recordsPerPage:U,sortBy:"timestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amount"],columnSelection:["timestamp","address","amount","fees","confirmations"]}]},{pageId:"peers_channels",tables:[{tableId:"open_channels",recordsPerPage:U,sortBy:"alias",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","toLocal","toRemote"],columnSelection:["shortChannelId","alias","feeBaseMsat","feeProportionalMillionths","toLocal","toRemote","balancedness"]},{tableId:"pending_channels",recordsPerPage:U,sortBy:"alias",sortOrder:ze.DESCENDING,columnSelectionSM:["state","alias","toLocal"],columnSelection:["state","alias","toLocal","toRemote"]},{tableId:"inactive_channels",recordsPerPage:U,sortBy:"alias",sortOrder:ze.DESCENDING,columnSelectionSM:["state","alias","toLocal"],columnSelection:["state","shortChannelId","alias","toLocal","toRemote","balancedness"]},{tableId:"peers",recordsPerPage:U,sortBy:"alias",sortOrder:ze.ASCENDING,columnSelectionSM:["alias","nodeId"],columnSelection:["alias","nodeId","address","channels"]}]},{pageId:"transactions",tables:[{tableId:"payments",recordsPerPage:U,sortBy:"firstPartTimestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["firstPartTimestamp","recipientAmount"],columnSelection:["firstPartTimestamp","id","recipientNodeAlias","recipientAmount"]},{tableId:"invoices",recordsPerPage:U,sortBy:"receivedAt",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amount","amountSettled"],columnSelection:["timestamp","receivedAt","description","amount","amountSettled"]}]},{pageId:"routing",tables:[{tableId:"forwarding_history",recordsPerPage:U,sortBy:"timestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amountIn","fee"],columnSelection:["timestamp","fromChannelAlias","toChannelAlias","amountIn","amountOut","fee"]},{tableId:"routing_peers",recordsPerPage:U,sortBy:"totalFee",sortOrder:ze.DESCENDING,columnSelectionSM:["alias","events","totalFee"],columnSelection:["channelId","alias","events","totalAmount","totalFee"]}]},{pageId:"reports",tables:[{tableId:"routing",recordsPerPage:U,sortBy:"timestamp",sortOrder:ze.DESCENDING,columnSelectionSM:["timestamp","amountIn","fee"],columnSelection:["timestamp","fromChannelAlias","toChannelAlias","amountIn","amountOut","fee"]},{tableId:"transactions",recordsPerPage:U,sortBy:"date",sortOrder:ze.DESCENDING,columnSelectionSM:["date","amount_paid","amount_received"],columnSelection:["date","amount_paid","num_payments","amount_received","num_invoices"]}]}],Qt={on_chain:{transaction:{maxColumns:6,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"address"},{column:"blockHash"},{column:"txid",label:"Transaction ID"},{column:"amount"},{column:"fees"},{column:"confirmations"}]}},peers_channels:{open_channels:{maxColumns:8,allowedColumns:[{column:"shortChannelId"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"feeBaseMsat",label:"Base Fee"},{column:"feeProportionalMillionths",label:"Fee Rate"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},pending_channels:{maxColumns:7,allowedColumns:[{column:"state"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"}]},inactive_channels:{maxColumns:8,allowedColumns:[{column:"state"},{column:"shortChannelId"},{column:"channelId"},{column:"alias"},{column:"nodeId"},{column:"isInitiator",label:"Initiator"},{column:"toLocal",label:"Local Balance"},{column:"toRemote",label:"Remote Balance"},{column:"balancedness",label:"Balance Score"}]},peers:{maxColumns:4,allowedColumns:[{column:"alias"},{column:"nodeId"},{column:"address",label:"Netwrok Address"},{column:"channels"}]}},transactions:{payments:{maxColumns:7,allowedColumns:[{column:"firstPartTimestamp",label:"Date/Time"},{column:"id"},{column:"recipientNodeId",label:"Destination Node ID"},{column:"recipientNodeAlias",label:"Destination"},{column:"description"},{column:"paymentHash"},{column:"paymentPreimage",label:"Preimage"},{column:"recipientAmount",label:"Amount"}]},invoices:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date Created"},{column:"expiresAt",label:"Date Expiry"},{column:"receivedAt",label:"Date Settled"},{column:"nodeId",label:"Node ID"},{column:"description"},{column:"paymentHash"},{column:"amount"},{column:"amountSettled",label:"Amount Settled"}]}},routing:{forwarding_history:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"fromChannelId",label:"In Channel ID"},{column:"fromShortChannelId",label:"In Channel Short ID"},{column:"fromChannelAlias",label:"In Channel"},{column:"toChannelId",label:"Out Channel ID"},{column:"toShortChannelId",label:"Out Channel Short ID"},{column:"toChannelAlias",label:"Out Channel"},{column:"paymentHash"},{column:"amountIn"},{column:"amountOut"},{column:"fee",label:"Fee Earned"}]},routing_peers:{maxColumns:5,allowedColumns:[{column:"channelId"},{column:"alias",label:"Peer Alias"},{column:"events"},{column:"totalAmount",label:"Amount"},{column:"totalFee",label:"Fee"}]}},reports:{routing:{maxColumns:7,allowedColumns:[{column:"timestamp",label:"Date/Time"},{column:"fromChannelId",label:"In Channel ID"},{column:"fromShortChannelId",label:"In Channel Short ID"},{column:"fromChannelAlias",label:"In Channel"},{column:"toChannelId",label:"Out Channel ID"},{column:"toShortChannelId",label:"Out Channel Short ID"},{column:"toChannelAlias",label:"Out Channel"},{column:"paymentHash"},{column:"amountIn"},{column:"amountOut"},{column:"fee",label:"Fee Earned"}]},transactions:{maxColumns:5,allowedColumns:[{column:"date"},{column:"amount_paid"},{column:"num_payments",label:"# Payments"},{column:"amount_received"},{column:"num_invoices",label:"# Invoices"}]}}},di_DKK="\n \n \n \n ",kt=[{id:"USD",name:"United States Dollar",iconType:"FA",symbol:p.Vpi},{id:"ARS",name:"Argentina Peso",iconType:"FA",symbol:p.Vpi},{id:"AUD",name:"Australia Dollar",iconType:"FA",symbol:p.Vpi},{id:"BRL",name:"Brazil Real",iconType:"FA",symbol:p.Tq9},{id:"CAD",name:"Canada Dollar",iconType:"FA",symbol:p.Vpi},{id:"CHF",name:"Switzerland Franc",iconType:"FA",symbol:p.zjW},{id:"CLP",name:"Chile Peso",iconType:"FA",symbol:p.Vpi},{id:"CNY",name:"China Yuan Renminbi",iconType:"FA",symbol:p.zPk},{id:"CZK",name:"Czech Republic Koruna",iconType:"SVG",symbol:"\n \n \n \n \n \n \n \n ",class:"currency-icon-x-large"},{id:"DKK",name:"Denmark Krone",iconType:"SVG",symbol:di_DKK,class:"currency-icon-medium"},{id:"EUR",name:"Euro Member Countries",iconType:"FA",symbol:p.s5m},{id:"GBP",name:"United Kingdom Pound",iconType:"FA",symbol:p.vfE},{id:"HKD",name:"Hong Kong Dollar",iconType:"FA",symbol:p.Vpi},{id:"HRK",name:"Croatia Kuna",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/15766/croatia-kuna-currency-symbol --\x3e\n \n \n \n \n \n ',class:"currency-icon-medium"},{id:"HUF",name:"Hungary Forint",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/183602/forint-business-and-finance --\x3e\n \n \n \n \n \n \n ',class:"currency-icon-small"},{id:"INR",name:"India Rupee",iconType:"FA",symbol:p.FYJ},{id:"ISK",name:"Iceland Krona",iconType:"SVG",symbol:di_DKK,class:"currency-icon-medium"},{id:"JPY",name:"Japan Yen",iconType:"FA",symbol:p.zPk},{id:"KRW",name:"Korea (South) Won",iconType:"FA",symbol:p.JKM},{id:"NZD",name:"New Zealand Dollar",iconType:"FA",symbol:p.Vpi},{id:"PLN",name:"Poland Zloty",iconType:"SVG",symbol:"\n \n \n \n \n \n \n ",class:"currency-icon-large"},{id:"RON",name:"Romania Leu",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/64526/romania-lei-currency --\x3e\n \n \n \n \n \n ',class:"currency-icon-medium"},{id:"RUB",name:"Russia Ruble",iconType:"FA",symbol:p.f6_},{id:"SEK",name:"Sweden Krona",iconType:"SVG",symbol:di_DKK,class:"currency-icon-medium"},{id:"SGD",name:"Singapore Dollar",iconType:"FA",symbol:p.Vpi},{id:"THB",name:"Thailand Baht",iconType:"FA",symbol:p.Kcb},{id:"TRY",name:"Turkey Lira",iconType:"FA",symbol:p.hb3},{id:"TWD",name:"Taiwan New Dollar",iconType:"SVG",symbol:'\n \n \x3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n \x3c!-- License: CC0. Made by SVG Repo: https://www.svgrepo.com/svg/142061/new-taiwan-dollar --\x3e\n \n \n \n \n \n \n ',class:"currency-icon-small"}];function Rt(te){const ce=kt.find(se=>se.id===te);return"SVG"===ce.iconType&&"string"==typeof ce.symbol&&(ce.symbol=ce.symbol.replace('{"use strict";var ee=Object.defineProperty||!1;if(ee)try{ee({},"a",{value:1})}catch{ee=!1}Ae.exports=ee},4729:(Ae,ee,l)=>{"use strict";var i=l(44068);Ae.exports=function(p){return!!i(p)}},4761:(Ae,ee,l)=>{"use strict";l.d(ee,{l:()=>t});const t=function i(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},4912:(Ae,ee,l)=>{"use strict";var i=l(85488);Ae.exports=function(p){return i(p)||0===p?p:p<0?-1:1}},5019:Ae=>{"use strict";Ae.exports=["Float16Array","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},5286:Ae=>{"use strict";Ae.exports=URIError},5337:Ae=>{"use strict";Ae.exports=Math.round},5451:(Ae,ee,l)=>{"use strict";var i=l(88723),t=l(3136),p=t.assert,S=t.cachedProperty,c=t.parseBytes;function e(T,g){this.eddsa=T,"object"!=typeof g&&(g=c(g)),Array.isArray(g)&&(p(g.length===2*T.encodingLength,"Signature has invalid size"),g={R:g.slice(0,T.encodingLength),S:g.slice(T.encodingLength)}),p(g.R&&g.S,"Signature without R or S"),T.isPoint(g.R)&&(this._R=g.R),g.S instanceof i&&(this._S=g.S),this._Rencoded=Array.isArray(g.R)?g.R:g.Rencoded,this._Sencoded=Array.isArray(g.S)?g.S:g.Sencoded}S(e,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),S(e,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),S(e,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),S(e,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),e.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},e.prototype.toHex=function(){return t.encode(this.toBytes(),"hex").toUpperCase()},Ae.exports=e},5563:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(27138);function p(){if(!(this instanceof p))return new p;t.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}i.inherits(p,t),Ae.exports=p,p.blockSize=512,p.outSize=224,p.hmacStrength=192,p.padLength=64,p.prototype._digest=function(c){return"hex"===c?i.toHex32(this.h.slice(0,7),"big"):i.split32(this.h.slice(0,7),"big")}},5718:(Ae,ee,l)=>{"use strict";l.d(ee,{uv:()=>pe,Gj:()=>nt,R:()=>re,E9:()=>Ct,Xj:()=>Be});var i=l(2615),t=l(73664),p=l(21413),S=l(7673),c=l(71985),e=l(96780),T=l(18359);const g={schedule(Mt){let lt=requestAnimationFrame,Pe=cancelAnimationFrame;const{delegate:Ht}=g;Ht&&(lt=Ht.requestAnimationFrame,Pe=Ht.cancelAnimationFrame);const ct=lt(Ce=>{Pe=void 0,Mt(Ce)});return new T.yU(()=>Pe?.(ct))},requestAnimationFrame(...Mt){const{delegate:lt}=g;return(lt?.requestAnimationFrame||requestAnimationFrame)(...Mt)},cancelAnimationFrame(...Mt){const{delegate:lt}=g;return(lt?.cancelAnimationFrame||cancelAnimationFrame)(...Mt)},delegate:void 0};var w=l(39687);new class m extends w.q{flush(lt){let Pe;this._active=!0,lt?Pe=lt.id:(Pe=this._scheduled,this._scheduled=void 0);const{actions:Ht}=this;let ct;lt=lt||Ht.shift();do{if(ct=lt.execute(lt.state,lt.delay))break}while((lt=Ht[0])&<.id===Pe&&Ht.shift());if(this._active=!1,ct){for(;(lt=Ht[0])&<.id===Pe&&Ht.shift();)lt.unsubscribe();throw ct}}}(class d extends e.R{constructor(lt,Pe){super(lt,Pe),this.scheduler=lt,this.work=Pe}requestAsyncId(lt,Pe,Ht=0){return null!==Ht&&Ht>0?super.requestAsyncId(lt,Pe,Ht):(lt.actions.push(this),lt._scheduled||(lt._scheduled=g.requestAnimationFrame(()=>lt.flush(void 0))))}recycleAsyncId(lt,Pe,Ht=0){var ct;if(null!=Ht?Ht>0:this.delay>0)return super.recycleAsyncId(lt,Pe,Ht);const{actions:Ce}=lt;null!=Pe&&Pe===lt._scheduled&&(null===(ct=Ce[Ce.length-1])||void 0===ct?void 0:ct.id)!==Pe&&(g.cancelAnimationFrame(Pe),lt._scheduled=void 0)}});let U,j=1;const K={};function q(Mt){return Mt in K&&(delete K[Mt],!0)}const G={setImmediate(Mt){const lt=j++;return K[lt]=!0,U||(U=Promise.resolve()),U.then(()=>q(lt)&&Mt()),lt},clearImmediate(Mt){q(Mt)}},{setImmediate:$,clearImmediate:ae}=G,ue={setImmediate(...Mt){const{delegate:lt}=ue;return(lt?.setImmediate||$)(...Mt)},clearImmediate(Mt){const{delegate:lt}=ue;return(lt?.clearImmediate||ae)(Mt)},delegate:void 0};new class he extends w.q{flush(lt){this._active=!0;const Pe=this._scheduled;this._scheduled=void 0;const{actions:Ht}=this;let ct;lt=lt||Ht.shift();do{if(ct=lt.execute(lt.state,lt.delay))break}while((lt=Ht[0])&<.id===Pe&&Ht.shift());if(this._active=!1,ct){for(;(lt=Ht[0])&<.id===Pe&&Ht.shift();)lt.unsubscribe();throw ct}}}(class oe extends e.R{constructor(lt,Pe){super(lt,Pe),this.scheduler=lt,this.work=Pe}requestAsyncId(lt,Pe,Ht=0){return null!==Ht&&Ht>0?super.requestAsyncId(lt,Pe,Ht):(lt.actions.push(this),lt._scheduled||(lt._scheduled=ue.setImmediate(lt.flush.bind(lt,void 0))))}recycleAsyncId(lt,Pe,Ht=0){var ct;if(null!=Ht?Ht>0:this.delay>0)return super.recycleAsyncId(lt,Pe,Ht);const{actions:Ce}=lt;null!=Pe&&(null===(ct=Ce[Ce.length-1])||void 0===ct?void 0:ct.id)!==Pe&&(ue.clearImmediate(Pe),lt._scheduled===Pe&&(lt._scheduled=void 0))}});var D=l(13798),n=l(5964),o=l(67847),f=l(39842),h=l(61577),b=l(47860),A=l(28203);let re=(()=>{class Mt{_ngZone=(0,i.WQX)(t.SKi);_platform=(0,i.WQX)(f.O);_renderer=(0,i.WQX)(t._9s).createRenderer(null,null);_cleanupGlobalListener;constructor(){}_scrolled=new p.B;_scrolledCount=0;scrollContainers=new Map;register(Pe){this.scrollContainers.has(Pe)||this.scrollContainers.set(Pe,Pe.elementScrolled().subscribe(()=>this._scrolled.next(Pe)))}deregister(Pe){const Ht=this.scrollContainers.get(Pe);Ht&&(Ht.unsubscribe(),this.scrollContainers.delete(Pe))}scrolled(Pe=20){return this._platform.isBrowser?new c.c(Ht=>{this._cleanupGlobalListener||(this._cleanupGlobalListener=this._ngZone.runOutsideAngular(()=>this._renderer.listen("document","scroll",()=>this._scrolled.next())));const ct=Pe>0?this._scrolled.pipe((0,D.Z)(Pe)).subscribe(Ht):this._scrolled.subscribe(Ht);return this._scrolledCount++,()=>{ct.unsubscribe(),this._scrolledCount--,this._scrolledCount||(this._cleanupGlobalListener?.(),this._cleanupGlobalListener=void 0)}}):(0,S.of)()}ngOnDestroy(){this._cleanupGlobalListener?.(),this._cleanupGlobalListener=void 0,this.scrollContainers.forEach((Pe,Ht)=>this.deregister(Ht)),this._scrolled.complete()}ancestorScrolled(Pe,Ht){const ct=this.getAncestorScrollContainers(Pe);return this.scrolled(Ht).pipe((0,n.p)(Ce=>!Ce||ct.indexOf(Ce)>-1))}getAncestorScrollContainers(Pe){const Ht=[];return this.scrollContainers.forEach((ct,Ce)=>{this._scrollableContainsElement(Ce,Pe)&&Ht.push(Ce)}),Ht}_scrollableContainsElement(Pe,Ht){let ct=(0,o.i8)(Ht),Ce=Pe.getElementRef().nativeElement;do{if(ct==Ce)return!0}while(ct=ct.parentElement);return!1}static \u0275fac=function(Ht){return new(Ht||Mt)};static \u0275prov=i.jDH({token:Mt,factory:Mt.\u0275fac,providedIn:"root"})}return Mt})(),pe=(()=>{class Mt{elementRef=(0,i.WQX)(t.aKT);scrollDispatcher=(0,i.WQX)(re);ngZone=(0,i.WQX)(t.SKi);dir=(0,i.WQX)(h.dS,{optional:!0});_scrollElement=this.elementRef.nativeElement;_destroyed=new p.B;_renderer=(0,i.WQX)(t.sFG);_cleanupScroll;_elementScrolled=new p.B;constructor(){}ngOnInit(){this._cleanupScroll=this.ngZone.runOutsideAngular(()=>this._renderer.listen(this._scrollElement,"scroll",Pe=>this._elementScrolled.next(Pe))),this.scrollDispatcher.register(this)}ngOnDestroy(){this._cleanupScroll?.(),this._elementScrolled.complete(),this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(Pe){const Ht=this.elementRef.nativeElement,ct=this.dir&&"rtl"==this.dir.value;null==Pe.left&&(Pe.left=ct?Pe.end:Pe.start),null==Pe.right&&(Pe.right=ct?Pe.start:Pe.end),null!=Pe.bottom&&(Pe.top=Ht.scrollHeight-Ht.clientHeight-Pe.bottom),ct&&(0,b.BD)()!=b.r5.NORMAL?(null!=Pe.left&&(Pe.right=Ht.scrollWidth-Ht.clientWidth-Pe.left),(0,b.BD)()==b.r5.INVERTED?Pe.left=Pe.right:(0,b.BD)()==b.r5.NEGATED&&(Pe.left=Pe.right?-Pe.right:Pe.right)):null!=Pe.right&&(Pe.left=Ht.scrollWidth-Ht.clientWidth-Pe.right),this._applyScrollToOptions(Pe)}_applyScrollToOptions(Pe){const Ht=this.elementRef.nativeElement;(0,b.CZ)()?Ht.scrollTo(Pe):(null!=Pe.top&&(Ht.scrollTop=Pe.top),null!=Pe.left&&(Ht.scrollLeft=Pe.left))}measureScrollOffset(Pe){const Ht="left",Ce=this.elementRef.nativeElement;if("top"==Pe)return Ce.scrollTop;if("bottom"==Pe)return Ce.scrollHeight-Ce.clientHeight-Ce.scrollTop;const ze=this.dir&&"rtl"==this.dir.value;return"start"==Pe?Pe=ze?"right":Ht:"end"==Pe&&(Pe=ze?Ht:"right"),ze&&(0,b.BD)()==b.r5.INVERTED?Pe==Ht?Ce.scrollWidth-Ce.clientWidth-Ce.scrollLeft:Ce.scrollLeft:ze&&(0,b.BD)()==b.r5.NEGATED?Pe==Ht?Ce.scrollLeft+Ce.scrollWidth-Ce.clientWidth:-Ce.scrollLeft:Pe==Ht?Ce.scrollLeft:Ce.scrollWidth-Ce.clientWidth-Ce.scrollLeft}static \u0275fac=function(Ht){return new(Ht||Mt)};static \u0275dir=t.FsC({type:Mt,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]]})}return Mt})(),Be=(()=>{class Mt{_platform=(0,i.WQX)(f.O);_listeners;_viewportSize;_change=new p.B;_document=(0,i.WQX)(i.qQL);constructor(){const Pe=(0,i.WQX)(t.SKi),Ht=(0,i.WQX)(t._9s).createRenderer(null,null);Pe.runOutsideAngular(()=>{if(this._platform.isBrowser){const ct=Ce=>this._change.next(Ce);this._listeners=[Ht.listen("window","resize",ct),Ht.listen("window","orientationchange",ct)]}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){this._listeners?.forEach(Pe=>Pe()),this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const Pe={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),Pe}getViewportRect(){const Pe=this.getViewportScrollPosition(),{width:Ht,height:ct}=this.getViewportSize();return{top:Pe.top,left:Pe.left,bottom:Pe.top+ct,right:Pe.left+Ht,height:ct,width:Ht}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const Pe=this._document,Ht=this._getWindow(),ct=Pe.documentElement,Ce=ct.getBoundingClientRect();return{top:-Ce.top||Pe.body.scrollTop||Ht.scrollY||ct.scrollTop||0,left:-Ce.left||Pe.body.scrollLeft||Ht.scrollX||ct.scrollLeft||0}}change(Pe=20){return Pe>0?this._change.pipe((0,D.Z)(Pe)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const Pe=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:Pe.innerWidth,height:Pe.innerHeight}:{width:0,height:0}}static \u0275fac=function(Ht){return new(Ht||Mt)};static \u0275prov=i.jDH({token:Mt,factory:Mt.\u0275fac,providedIn:"root"})}return Mt})(),nt=(()=>{class Mt{static \u0275fac=function(Ht){return new(Ht||Mt)};static \u0275mod=t.$C({type:Mt});static \u0275inj=i.G2t({})}return Mt})(),Ct=(()=>{class Mt{static \u0275fac=function(Ht){return new(Ht||Mt)};static \u0275mod=t.$C({type:Mt});static \u0275inj=i.G2t({imports:[A.jI,nt,A.jI,nt]})}return Mt})()},5942:(Ae,ee,l)=>{(ee=Ae.exports=l(19609)).Stream=ee,ee.Readable=ee,ee.Writable=l(47849),ee.Duplex=l(74075),ee.Transform=l(2909),ee.PassThrough=l(18823)},5951:(Ae,ee,l)=>{"use strict";l.d(ee,{VT:()=>oe,Wk:()=>me,_g:()=>he});var i=l(76838),t=l(89726),p=l(18689),S=l(2615),c=l(73664),e=l(17705),T=l(89417),g=l(88968),d=l(31804),w=l(32046),m=l(12496),P=l(53155),M=l(22466),j=l(26881);const U=["input"],K=["formField"],q=["*"];class G{source;value;constructor(D,n){this.source=D,this.value=n}}const Q={provide:T.kq,useExisting:(0,S.Rfq)(()=>oe),multi:!0},$=new S.nKC("MatRadioGroup"),ae=new S.nKC("mat-radio-default-options",{providedIn:"root",factory:function ue(){return{color:"accent",disabledInteractive:!1}}});let oe=(()=>{class Te{_changeDetector=(0,S.WQX)(e.gRc);_value=null;_name=(0,S.WQX)(t.g).getId("mat-radio-group-");_selected=null;_isInitialized=!1;_labelPosition="after";_disabled=!1;_required=!1;_buttonChanges;_controlValueAccessorChangeFn=()=>{};onTouched=()=>{};change=new c.bkB;_radios;color;get name(){return this._name}set name(n){this._name=n,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(n){this._labelPosition="before"===n?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(n){this._value!==n&&(this._value=n,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(n){this._selected=n,this.value=n?n.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(n){this._disabled=n,this._markRadiosForCheck()}get required(){return this._required}set required(n){this._required=n,this._markRadiosForCheck()}get disabledInteractive(){return this._disabledInteractive}set disabledInteractive(n){this._disabledInteractive=n,this._markRadiosForCheck()}_disabledInteractive=!1;constructor(){}ngAfterContentInit(){this._isInitialized=!0,this._buttonChanges=this._radios.changes.subscribe(()=>{this.selected&&!this._radios.find(n=>n===this.selected)&&(this._selected=null)})}ngOnDestroy(){this._buttonChanges?.unsubscribe()}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(n=>{n.name=this.name,n._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(o=>{o.checked=this.value===o.value,o.checked&&(this._selected=o)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new G(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(n=>n._markForCheck())}writeValue(n){this.value=n,this._changeDetector.markForCheck()}registerOnChange(n){this._controlValueAccessorChangeFn=n}registerOnTouched(n){this.onTouched=n}setDisabledState(n){this.disabled=n,this._changeDetector.markForCheck()}static \u0275fac=function(o){return new(o||Te)};static \u0275dir=c.FsC({type:Te,selectors:[["mat-radio-group"]],contentQueries:function(o,f,h){if(1&o&&c.wni(h,he,5),2&o){let b;c.mGM(b=c.lsd())&&(f._radios=b)}},hostAttrs:["role","radiogroup",1,"mat-mdc-radio-group"],inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:[2,"disabled","disabled",e.L39],required:[2,"required","required",e.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",e.L39]},outputs:{change:"change"},exportAs:["matRadioGroup"],features:[c.Jv_([Q,{provide:$,useExisting:Te}])]})}return Te})(),he=(()=>{class Te{_elementRef=(0,S.WQX)(c.aKT);_changeDetector=(0,S.WQX)(e.gRc);_focusMonitor=(0,S.WQX)(i.FN);_radioDispatcher=(0,S.WQX)(p.z);_defaultOptions=(0,S.WQX)(ae,{optional:!0});_ngZone=(0,S.WQX)(c.SKi);_renderer=(0,S.WQX)(c.sFG);_uniqueId=(0,S.WQX)(t.g).getId("mat-radio-");_cleanupClick;id=this._uniqueId;name;ariaLabel;ariaLabelledby;ariaDescribedby;disableRipple=!1;tabIndex=0;get checked(){return this._checked}set checked(n){this._checked!==n&&(this._checked=n,n&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!n&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),n&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(n){this._value!==n&&(this._value=n,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===n),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(n){this._labelPosition=n}_labelPosition;get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(n){this._setDisabled(n)}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(n){n!==this._required&&this._changeDetector.markForCheck(),this._required=n}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._defaultOptions&&this._defaultOptions.color||"accent"}set color(n){this._color=n}_color;get disabledInteractive(){return this._disabledInteractive||null!==this.radioGroup&&this.radioGroup.disabledInteractive}set disabledInteractive(n){this._disabledInteractive=n}_disabledInteractive;change=new c.bkB;radioGroup;get inputId(){return`${this.id||this._uniqueId}-input`}_checked=!1;_disabled;_required;_value=null;_removeUniqueSelectionListener=()=>{};_previousTabIndex;_inputElement;_rippleTrigger;_noopAnimations=(0,d.Rc)();_injector=(0,S.WQX)(S.zZn);constructor(){(0,S.WQX)(g.l).load(w.A);const n=(0,S.WQX)($,{optional:!0}),o=(0,S.WQX)(new e.ES_("tabindex"),{optional:!0});this.radioGroup=n,this._disabledInteractive=this._defaultOptions?.disabledInteractive??!1,o&&(this.tabIndex=(0,e.Udg)(o,0))}focus(n,o){o?this._focusMonitor.focusVia(this._inputElement,o,n):this._inputElement.nativeElement.focus(n)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name),this._removeUniqueSelectionListener=this._radioDispatcher.listen((n,o)=>{n!==this.id&&o===this.name&&(this.checked=!1)})}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(n=>{!n&&this.radioGroup&&this.radioGroup._touch()}),this._ngZone.runOutsideAngular(()=>{this._cleanupClick=this._renderer.listen(this._inputElement.nativeElement,"click",this._onInputClick)})}ngOnDestroy(){this._cleanupClick?.(),this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new G(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputInteraction(n){if(n.stopPropagation(),!this.checked&&!this.disabled){const o=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),o&&this.radioGroup._emitChangeEvent())}}_onTouchTargetClick(n){this._onInputInteraction(n),(!this.disabled||this.disabledInteractive)&&this._inputElement?.nativeElement.focus()}_setDisabled(n){this._disabled!==n&&(this._disabled=n,this._changeDetector.markForCheck())}_onInputClick=n=>{this.disabled&&this.disabledInteractive&&n.preventDefault()};_updateTabIndex(){const n=this.radioGroup;let o;if(o=n&&n.selected&&!this.disabled?n.selected===this?this.tabIndex:-1:this.tabIndex,o!==this._previousTabIndex){const f=this._inputElement?.nativeElement;f&&(f.setAttribute("tabindex",o+""),this._previousTabIndex=o,(0,c.mal)(()=>{queueMicrotask(()=>{n&&n.selected&&n.selected!==this&&document.activeElement===f&&(n.selected?._inputElement.nativeElement.focus(),document.activeElement===f&&this._inputElement.nativeElement.blur())})},{injector:this._injector}))}}static \u0275fac=function(o){return new(o||Te)};static \u0275cmp=c.VBU({type:Te,selectors:[["mat-radio-button"]],viewQuery:function(o,f){if(1&o&&(c.GBs(U,5),c.GBs(K,7,c.aKT)),2&o){let h;c.mGM(h=c.lsd())&&(f._inputElement=h.first),c.mGM(h=c.lsd())&&(f._rippleTrigger=h.first)}},hostAttrs:[1,"mat-mdc-radio-button"],hostVars:19,hostBindings:function(o,f){1&o&&c.bIt("focus",function(){return f._inputElement.nativeElement.focus()}),2&o&&(c.BMQ("id",f.id)("tabindex",null)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),c.AVh("mat-primary","primary"===f.color)("mat-accent","accent"===f.color)("mat-warn","warn"===f.color)("mat-mdc-radio-checked",f.checked)("mat-mdc-radio-disabled",f.disabled)("mat-mdc-radio-disabled-interactive",f.disabledInteractive)("_mat-animation-noopable",f._noopAnimations))},inputs:{id:"id",name:"name",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],disableRipple:[2,"disableRipple","disableRipple",e.L39],tabIndex:[2,"tabIndex","tabIndex",n=>null==n?0:(0,e.Udg)(n)],checked:[2,"checked","checked",e.L39],value:"value",labelPosition:"labelPosition",disabled:[2,"disabled","disabled",e.L39],required:[2,"required","required",e.L39],color:"color",disabledInteractive:[2,"disabledInteractive","disabledInteractive",e.L39]},outputs:{change:"change"},exportAs:["matRadioButton"],ngContentSelectors:q,decls:13,vars:17,consts:[["formField",""],["input",""],["mat-internal-form-field","",3,"labelPosition"],[1,"mdc-radio"],[1,"mat-mdc-radio-touch-target",3,"click"],["type","radio","aria-invalid","false",1,"mdc-radio__native-control",3,"change","id","checked","disabled","required"],[1,"mdc-radio__background"],[1,"mdc-radio__outer-circle"],[1,"mdc-radio__inner-circle"],["mat-ripple","",1,"mat-radio-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mdc-label",3,"for"]],template:function(o,f){if(1&o){const h=c.RV6();c.NAR(),c.j41(0,"div",2,0)(2,"div",3)(3,"div",4),c.bIt("click",function(A){return S.eBV(h),S.Njj(f._onTouchTargetClick(A))}),c.k0s(),c.j41(4,"input",5,1),c.bIt("change",function(A){return S.eBV(h),S.Njj(f._onInputInteraction(A))}),c.k0s(),c.j41(6,"div",6),c.nrm(7,"div",7)(8,"div",8),c.k0s(),c.j41(9,"div",9),c.nrm(10,"div",10),c.k0s()(),c.j41(11,"label",11),c.SdG(12),c.k0s()()}2&o&&(c.Y8G("labelPosition",f.labelPosition),c.R7$(2),c.AVh("mdc-radio--disabled",f.disabled),c.R7$(2),c.Y8G("id",f.inputId)("checked",f.checked)("disabled",f.disabled&&!f.disabledInteractive)("required",f.required),c.BMQ("name",f.name)("value",f.value)("aria-label",f.ariaLabel)("aria-labelledby",f.ariaLabelledby)("aria-describedby",f.ariaDescribedby)("aria-disabled",f.disabled&&f.disabledInteractive?"true":null),c.R7$(5),c.Y8G("matRippleTrigger",f._rippleTrigger.nativeElement)("matRippleDisabled",f._isRippleDisabled())("matRippleCentered",!0),c.R7$(2),c.Y8G("for",f.inputId))},dependencies:[m.r6,P.t],styles:['.mat-mdc-radio-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-radio-button .mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color;padding:calc((var(--mat-radio-state-layer-size, 40px) - 20px)/2)}.mat-mdc-radio-button .mdc-radio:hover>.mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{opacity:.04;transform:scale(1)}.mat-mdc-radio-button .mdc-radio:hover>.mdc-radio__native-control:not([disabled])~.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-unselected-hover-icon-color, var(--mat-sys-on-surface))}.mat-mdc-radio-button .mdc-radio:hover>.mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-selected-hover-icon-color, var(--mat-sys-primary))}.mat-mdc-radio-button .mdc-radio:hover>.mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-selected-hover-icon-color, var(--mat-sys-primary, currentColor))}.mat-mdc-radio-button .mdc-radio:active>.mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-unselected-pressed-icon-color, var(--mat-sys-on-surface))}.mat-mdc-radio-button .mdc-radio:active>.mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-selected-pressed-icon-color, var(--mat-sys-primary))}.mat-mdc-radio-button .mdc-radio:active>.mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-selected-pressed-icon-color, var(--mat-sys-primary, currentColor))}.mat-mdc-radio-button .mdc-radio__background{display:inline-block;position:relative;box-sizing:border-box;width:20px;height:20px}.mat-mdc-radio-button .mdc-radio__background::before{position:absolute;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1);width:var(--mat-radio-state-layer-size, 40px);height:var(--mat-radio-state-layer-size, 40px);top:calc(-1*(var(--mat-radio-state-layer-size, 40px) - 20px)/2);left:calc(-1*(var(--mat-radio-state-layer-size, 40px) - 20px)/2)}.mat-mdc-radio-button .mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 90ms cubic-bezier(0.4, 0, 0.6, 1)}.mat-mdc-radio-button .mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0);border-radius:50%;transition:transform 90ms cubic-bezier(0.4, 0, 0.6, 1),background-color 90ms cubic-bezier(0.4, 0, 0.6, 1)}@media(forced-colors: active){.mat-mdc-radio-button .mdc-radio__inner-circle{background-color:CanvasText !important}}.mat-mdc-radio-button .mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;top:0;right:0;left:0;cursor:inherit;z-index:1;width:var(--mat-radio-state-layer-size, 40px);height:var(--mat-radio-state-layer-size, 40px)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 90ms cubic-bezier(0, 0, 0.2, 1),transform 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background>.mdc-radio__outer-circle{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background>.mdc-radio__inner-circle{transition:transform 90ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(1);opacity:.12;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 1),transform 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-disabled-unselected-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-radio-disabled-unselected-icon-opacity, 0.38)}.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background{cursor:default}.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-disabled-selected-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-radio-disabled-selected-icon-opacity, 0.38)}.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-disabled-selected-icon-color, var(--mat-sys-on-surface, currentColor));opacity:var(--mat-radio-disabled-selected-icon-opacity, 0.38)}.mat-mdc-radio-button .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-unselected-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-selected-icon-color, var(--mat-sys-primary))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-selected-icon-color, var(--mat-sys-primary, currentColor))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-selected-focus-icon-color, var(--mat-sys-primary))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-selected-focus-icon-color, var(--mat-sys-primary, currentColor))}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__inner-circle{transform:scale(0.5);transition:transform 90ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled{pointer-events:auto}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:not(:checked)+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-disabled-unselected-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-radio-disabled-unselected-icon-opacity, 0.38)}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled:hover .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__outer-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:checked:focus+.mdc-radio__background>.mdc-radio__outer-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control+.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-disabled-selected-icon-color, var(--mat-sys-on-surface));opacity:var(--mat-radio-disabled-selected-icon-opacity, 0.38)}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled:hover .mdc-radio__native-control:checked+.mdc-radio__background>.mdc-radio__inner-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:checked:focus+.mdc-radio__background>.mdc-radio__inner-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control+.mdc-radio__background>.mdc-radio__inner-circle{background-color:var(--mat-radio-disabled-selected-icon-color, var(--mat-sys-on-surface, currentColor));opacity:var(--mat-radio-disabled-selected-icon-opacity, 0.38)}.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__background::before,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__outer-circle,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__inner-circle{transition:none !important}.mat-mdc-radio-button label{cursor:pointer}.mat-mdc-radio-button .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element,.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before{background-color:var(--mat-radio-checked-ripple-color, var(--mat-sys-primary))}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mat-ripple-element,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-radio-button .mat-internal-form-field{color:var(--mat-radio-label-text-color, var(--mat-sys-on-surface));font-family:var(--mat-radio-label-text-font, var(--mat-sys-body-medium-font));line-height:var(--mat-radio-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-radio-label-text-size, var(--mat-sys-body-medium-size));letter-spacing:var(--mat-radio-label-text-tracking, var(--mat-sys-body-medium-tracking));font-weight:var(--mat-radio-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-radio-button .mdc-radio--disabled+label{color:var(--mat-radio-disabled-label-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-radio-button .mat-radio-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:50%}.mat-mdc-radio-button .mat-radio-ripple>.mat-ripple-element{opacity:.14}.mat-mdc-radio-button .mat-radio-ripple::before{border-radius:50%}.mat-mdc-radio-button .mdc-radio>.mdc-radio__native-control:focus:enabled:not(:checked)~.mdc-radio__background>.mdc-radio__outer-circle{border-color:var(--mat-radio-unselected-focus-icon-color, var(--mat-sys-on-surface))}.mat-mdc-radio-button.cdk-focused .mat-focus-indicator::before{content:""}.mat-mdc-radio-disabled{cursor:default;pointer-events:none}.mat-mdc-radio-disabled.mat-mdc-radio-disabled-interactive{pointer-events:auto}.mat-mdc-radio-touch-target{position:absolute;top:50%;left:50%;height:var(--mat-radio-touch-target-size, 48px);width:var(--mat-radio-touch-target-size, 48px);transform:translate(-50%, -50%);display:var(--mat-radio-touch-target-display, block)}[dir=rtl] .mat-mdc-radio-touch-target{left:auto;right:50%;transform:translate(50%, -50%)}\n'],encapsulation:2,changeDetection:0})}return Te})(),me=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275mod=c.$C({type:Te});static \u0275inj=S.G2t({imports:[M.y,j.p,he,M.y]})}return Te})()},5964:(Ae,ee,l)=>{"use strict";l.d(ee,{p:()=>p});var i=l(39974),t=l(54360);function p(S,c){return(0,i.N)((e,T)=>{let g=0;e.subscribe((0,t._)(T,d=>S.call(c,d,g++)&&T.next(d)))})}},6450:(Ae,ee,l)=>{"use strict";l.d(ee,{I:()=>S});var i=l(96354);const{isArray:t}=Array;function S(c){return(0,i.T)(e=>function p(c,e){return t(e)?c(...e):c(e)}(c,e))}},6613:Ae=>{"use strict";Ae.exports=ReferenceError},6846:(Ae,ee,l)=>{"use strict";var i,p=l(30464).F,S=p.ERR_MISSING_ARGS,c=p.ERR_STREAM_DESTROYED;function e(M){if(M)throw M}function d(M){M()}function w(M,j){return M.pipe(j)}Ae.exports=function P(){for(var M=arguments.length,j=new Array(M),U=0;U0,function(oe){q||(q=oe),oe&&G.forEach(d),!ae&&(G.forEach(d),K(q))})});return j.reduce(w)}},7030:(Ae,ee,l)=>{const i=l(47077);ee.render=function(c,e,T){let g=T,d=e;typeof g>"u"&&(!e||!e.getContext)&&(g=e,e=void 0),e||(d=function p(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}()),g=i.getOptions(g);const w=i.getImageWidth(c.modules.size,g),m=d.getContext("2d"),P=m.createImageData(w,w);return i.qrToImageData(P.data,c,g),function t(S,c,e){S.clearRect(0,0,c.width,c.height),c.style||(c.style={}),c.height=e,c.width=e,c.style.height=e+"px",c.style.width=e+"px"}(m,d,w),m.putImageData(P,0,0),d},ee.renderToDataURL=function(c,e,T){let g=T;return typeof g>"u"&&(!e||!e.getContext)&&(g=e,e=void 0),g||(g={}),ee.render(c,e,g).toDataURL(g.type||"image/png",(g.rendererOpts||{}).quality)}},7045:(Ae,ee,l)=>{Ae.exports=p;var i=l(44356).EventEmitter;function p(){i.call(this)}l(71993)(p,i),p.Readable=l(61092),p.Writable=l(15492),p.Duplex=l(1030),p.Transform=l(43410),p.PassThrough=l(83824),p.finished=l(57854),p.pipeline=l(6846),p.Stream=p,p.prototype.pipe=function(S,c){var e=this;function T(j){S.writable&&!1===S.write(j)&&e.pause&&e.pause()}function g(){e.readable&&e.resume&&e.resume()}e.on("data",T),S.on("drain",g),!S._isStdio&&(!c||!1!==c.end)&&(e.on("end",w),e.on("close",m));var d=!1;function w(){d||(d=!0,S.end())}function m(){d||(d=!0,"function"==typeof S.destroy&&S.destroy())}function P(j){if(M(),0===i.listenerCount(this,"error"))throw j}function M(){e.removeListener("data",T),S.removeListener("drain",g),e.removeListener("end",w),e.removeListener("close",m),e.removeListener("error",P),S.removeListener("error",P),e.removeListener("end",M),e.removeListener("close",M),S.removeListener("close",M)}return e.on("error",P),S.on("error",P),e.on("end",M),e.on("close",M),S.on("close",M),S.emit("pipe",e),S}},7673:(Ae,ee,l)=>{"use strict";l.d(ee,{of:()=>p});var i=l(9326),t=l(22806);function p(...S){const c=(0,i.lI)(S);return(0,t.H)(S,c)}},7879:(Ae,ee,l)=>{"use strict";l.d(ee,{I:()=>j});var i=l(84412),t=l(21413),p=l(56977),S=l(47707),c=l(71985),e=l(18359),T=l(92771);const g={url:"",deserializer:U=>JSON.parse(U.data),serializer:U=>JSON.stringify(U)};class w extends t.k{constructor(K,q){if(super(),this._socket=null,K instanceof c.c)this.destination=q,this.source=K;else{const G=this._config=Object.assign({},g);if(this._output=new t.B,"string"==typeof K)G.url=K;else for(const Q in K)K.hasOwnProperty(Q)&&(G[Q]=K[Q]);if(!G.WebSocketCtor&&WebSocket)G.WebSocketCtor=WebSocket;else if(!G.WebSocketCtor)throw new Error("no WebSocket constructor can be found");this.destination=new T.m}}lift(K){const q=new w(this._config,this.destination);return q.operator=K,q.source=this,q}_resetState(){this._socket=null,this.source||(this.destination=new T.m),this._output=new t.B}multiplex(K,q,G){const Q=this;return new c.c($=>{try{Q.next(K())}catch(ue){$.error(ue)}const ae=Q.subscribe({next:ue=>{try{G(ue)&&$.next(ue)}catch(oe){$.error(oe)}},error:ue=>$.error(ue),complete:()=>$.complete()});return()=>{try{Q.next(q())}catch(ue){$.error(ue)}ae.unsubscribe()}})}_connectSocket(){const{WebSocketCtor:K,protocol:q,url:G,binaryType:Q}=this._config,$=this._output;let ae=null;try{ae=q?new K(G,q):new K(G),this._socket=ae,Q&&(this._socket.binaryType=Q)}catch(oe){return void $.error(oe)}const ue=new e.yU(()=>{this._socket=null,ae&&1===ae.readyState&&ae.close()});ae.onopen=oe=>{const{_socket:he}=this;if(!he)return ae.close(),void this._resetState();const{openObserver:me}=this._config;me&&me.next(oe);const Te=this.destination;this.destination=S.vU.create(D=>{if(1===ae.readyState)try{const{serializer:n}=this._config;ae.send(n(D))}catch(n){this.destination.error(n)}},D=>{const{closingObserver:n}=this._config;n&&n.next(void 0),D&&D.code?ae.close(D.code,D.reason):$.error(new TypeError("WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }")),this._resetState()},()=>{const{closingObserver:D}=this._config;D&&D.next(void 0),ae.close(),this._resetState()}),Te&&Te instanceof T.m&&ue.add(Te.subscribe(this.destination))},ae.onerror=oe=>{this._resetState(),$.error(oe)},ae.onclose=oe=>{ae===this._socket&&this._resetState();const{closeObserver:he}=this._config;he&&he.next(oe),oe.wasClean?$.complete():$.error(oe)},ae.onmessage=oe=>{try{const{deserializer:he}=this._config;$.next(he(oe))}catch(he){$.error(he)}}}_subscribe(K){const{source:q}=this;return q?q.subscribe(K):(this._socket||this._connectSocket(),this._output.subscribe(K),K.add(()=>{const{_socket:G}=this;0===this._output.observers.length&&(G&&(1===G.readyState||0===G.readyState)&&G.close(),this._resetState())}),K)}unsubscribe(){const{_socket:K}=this;K&&(1===K.readyState||0===K.readyState)&&K.close(),this._resetState(),super.unsubscribe()}}var m=l(2615),P=l(98570),M=l(53202);let j=(()=>{var U;class K{constructor(G,Q){this.logger=G,this.sessionService=Q,this.clWSMessages=new i.t(null),this.eclWSMessages=new i.t(null),this.lndWSMessages=new i.t(null),this.wsUrl="",this.nodeIndex="",this.RETRY_SECONDS=5,this.RECONNECT_TIMEOUT=null,this.unSubs=[new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B]}connectWebSocket(G,Q){(!this.socket||this.socket.closed)&&(this.wsUrl=G,this.nodeIndex=Q,this.logger.info("Websocket Url: "+this.wsUrl),this.socket=new w({url:G,protocol:[this.sessionService.getItem("token")||"",Q]}),this.subscribeToMessages())}reconnectOnError(){this.RECONNECT_TIMEOUT||this.socket&&!this.socket.closed||(this.RETRY_SECONDS=this.RETRY_SECONDS>=160?160:2*this.RETRY_SECONDS,this.RECONNECT_TIMEOUT=setTimeout(()=>{this.logger.info("Reconnecting Web Socket."),this.connectWebSocket(this.wsUrl,this.nodeIndex),this.RECONNECT_TIMEOUT=null},1e3*this.RETRY_SECONDS))}closeConnection(){this.socket&&(this.socket.complete(),this.socket=null)}subscribeToMessages(){this.socket?.pipe((0,p.Q)(this.unSubs[1])).subscribe({next:G=>{if((G="string"==typeof G?JSON.parse(G):G).error)this.handleError(G.error);else switch(this.logger.info("Next Message from WS:"+JSON.stringify(G)),G.source){case"LND":this.lndWSMessages.next(G);break;case"CLN":this.clWSMessages.next(G);break;case"ECL":this.eclWSMessages.next(G)}},error:G=>this.handleError(G),complete:()=>{this.logger.info("Web Socket Closed")}})}handleError(G){this.logger.error(G),this.clWSMessages.error(G),this.eclWSMessages.error(G),this.lndWSMessages.error(G),this.reconnectOnError()}ngOnDestroy(){this.closeConnection(),this.clWSMessages.next(null),this.clWSMessages.complete(),this.eclWSMessages.next(null),this.eclWSMessages.complete(),this.lndWSMessages.next(null),this.lndWSMessages.complete()}static#e=U=()=>(this.\u0275fac=function(Q){return new(Q||K)(m.KVO(P.gP),m.KVO(M.Q))},this.\u0275prov=m.jDH({token:K,factory:K.\u0275fac}))}return U(),K})()},8045:(Ae,ee,l)=>{"use strict";l.d(ee,{x:()=>p});var i=l(74402),t=l(7673);function p(S){return(0,i.A)(S)?S:(0,t.of)(S)}},8321:(Ae,ee,l)=>{"use strict";l.d(ee,{y:()=>Ee});var i=l(51585),t=l(45383),p=l(21413),S=l(56977),c=l(4416),e=l(59584),T=l(2615),g=l(73664),d=l(98570),w=l(82571),m=l(95416),P=l(59640),M=l(72200),j=l(20060),U=l(88834),K=l(25596),q=l(71997),G=l(9183),Q=l(52920),$=l(16038),ae=l(40455),ue=l(38288),oe=l(29157),he=l(89587);const me=dt=>({"display-none":dt}),Te=dt=>({"xs-scroll-y":dt}),D=(dt,nt)=>({"mt-2":dt,"mt-1":nt}),n=dt=>({"mr-0":dt}),o=()=>[];function f(dt,nt){if(1&dt&&g.nrm(0,"qr-code",33),2&dt){const Ct=g.XpG();g.Y8G("value",(null==Ct.invoice?null:Ct.invoice.bolt11)||(null==Ct.invoice?null:Ct.invoice.bolt12))("size",Ct.qrWidth)}}function h(dt,nt){1&dt&&(g.j41(0,"span",34),g.EFF(1,"N/A"),g.k0s())}function b(dt,nt){if(1&dt&&g.nrm(0,"span",35),2&dt){const Ct=g.XpG();g.Y8G("ngClass",g.eq3(1,n,Ct.screenSize===Ct.screenSizeEnum.XS))}}function A(dt,nt){if(1&dt&&g.nrm(0,"span",36),2&dt){const Ct=g.XpG();g.Y8G("ngClass",g.eq3(1,n,Ct.screenSize===Ct.screenSizeEnum.XS))}}function k(dt,nt){if(1&dt&&g.nrm(0,"span",37),2&dt){const Ct=g.XpG();g.Y8G("ngClass",g.eq3(1,n,Ct.screenSize===Ct.screenSizeEnum.XS))}}function x(dt,nt){if(1&dt&&g.nrm(0,"qr-code",33),2&dt){const Ct=g.XpG();g.Y8G("value",(null==Ct.invoice?null:Ct.invoice.bolt11)||(null==Ct.invoice?null:Ct.invoice.bolt12))("size",Ct.qrWidth)}}function r(dt,nt){1&dt&&(g.j41(0,"span",38),g.EFF(1,"QR Code Not Applicable"),g.k0s())}function _(dt,nt){1&dt&&g.nrm(0,"mat-divider",39)}function W(dt,nt){if(1&dt&&(g.j41(0,"div",20)(1,"div",40),g.nrm(2,"fa-icon",41),g.j41(3,"span"),g.EFF(4),g.k0s()()()),2&dt){const Ct=g.XpG();g.R7$(2),g.Y8G("icon",Ct.faExclamationTriangle),g.R7$(2),g.JRh(null==Ct.invoice?null:Ct.invoice.warning_capacity)}}function I(dt,nt){1&dt&&(g.qex(0),g.EFF(1," (zero amount) "),g.bVm())}function B(dt,nt){1&dt&&g.nrm(0,"span",47)}function re(dt,nt){if(1&dt&&(g.j41(0,"div",43)(1,"div",44)(2,"span",45),g.EFF(3),g.nI1(4,"number"),g.k0s(),g.DNE(5,B,1,0,"span",46),g.k0s()()),2&dt){const Ct=g.XpG(2);g.R7$(3),g.SpI("",g.bMT(4,2,(null==Ct.invoice?null:Ct.invoice.amount_received_msat)/1e3)," Sats"),g.R7$(2),g.Y8G("ngForOf",g.lJ4(4,o).constructor(35))}}function pe(dt,nt){if(1&dt&&(g.j41(0,"div"),g.EFF(1),g.nI1(2,"number"),g.k0s()),2&dt){const Ct=g.XpG(2);g.R7$(),g.SpI("",g.bMT(2,1,(null==Ct.invoice?null:Ct.invoice.amount_received_msat)/1e3)," Sats")}}function be(dt,nt){if(1&dt&&(g.qex(0),g.DNE(1,re,6,5,"div",42)(2,pe,3,3,"div",24),g.bVm()),2&dt){const Ct=g.XpG();g.R7$(),g.Y8G("ngIf",Ct.flgInvoicePaid),g.R7$(),g.Y8G("ngIf",!Ct.flgInvoicePaid)}}function Be(dt,nt){1&dt&&(g.j41(0,"span"),g.EFF(1,"-"),g.k0s())}function _e(dt,nt){1&dt&&g.nrm(0,"mat-spinner",49),2&dt&&g.Y8G("diameter",20)}function ye(dt,nt){if(1&dt&&(g.qex(0),g.DNE(1,Be,2,0,"span",24)(2,_e,1,1,"mat-spinner",48),g.bVm()),2&dt){const Ct=g.XpG();g.R7$(),g.Y8G("ngIf","unpaid"!==(null==Ct.invoice?null:Ct.invoice.status)),g.R7$(),g.Y8G("ngIf","unpaid"===(null==Ct.invoice?null:Ct.invoice.status))}}function Le(dt,nt){if(1&dt&&(g.j41(0,"div"),g.nrm(1,"mat-divider",26),g.j41(2,"div",20)(3,"div",27)(4,"h4",22),g.EFF(5,"Payment Hash"),g.k0s(),g.j41(6,"span",25),g.EFF(7),g.k0s()()(),g.nrm(8,"mat-divider",26),g.j41(9,"div",20)(10,"div",27)(11,"h4",22),g.EFF(12,"Label"),g.k0s(),g.j41(13,"span",25),g.EFF(14),g.k0s()()(),g.nrm(15,"mat-divider",26),g.k0s()),2&dt){const Ct=g.XpG();g.R7$(7),g.JRh(null==Ct.invoice?null:Ct.invoice.payment_hash),g.R7$(7),g.JRh(null==Ct.invoice?null:Ct.invoice.label)}}function Ke(dt,nt){1&dt&&(g.j41(0,"p"),g.EFF(1,"Show Advanced"),g.k0s())}function ge(dt,nt){1&dt&&(g.j41(0,"p"),g.EFF(1,"Hide Advanced"),g.k0s())}function ve(dt,nt){if(1&dt){const Ct=g.RV6();g.j41(0,"button",50),g.bIt("copied",function(lt){T.eBV(Ct);const Pe=g.XpG();return T.Njj(Pe.onCopyPayment(lt))}),g.EFF(1,"Copy Invoice"),g.k0s()}if(2&dt){const Ct=g.XpG();g.Y8G("payload",(null==Ct.invoice?null:Ct.invoice.bolt11)||(null==Ct.invoice?null:Ct.invoice.bolt12))}}function Oe(dt,nt){if(1&dt){const Ct=g.RV6();g.j41(0,"button",51),g.bIt("click",function(){T.eBV(Ct);const lt=g.XpG();return T.Njj(lt.onClose())}),g.EFF(1,"OK"),g.k0s()}}let Ee=(()=>{var dt;class nt{constructor(Mt,lt,Pe,Ht,ct,Ce){this.dialogRef=Mt,this.data=lt,this.logger=Pe,this.commonService=Ht,this.snackBar=ct,this.store=Ce,this.faReceipt=t.Mf0,this.faExclamationTriangle=t.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.invoiceStatus="",this.qrWidth=240,this.screenSize="",this.screenSizeEnum=c.f7,this.flgInvoicePaid=!1,this.unSubs=[new p.B,new p.B,new p.B,new p.B,new p.B]}ngOnInit(){this.invoice=this.data.invoice,this.invoiceStatus=this.invoice.status,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS&&(this.qrWidth=220),this.store.select(e.Pj).pipe((0,S.Q)(this.unSubs[1])).subscribe(Mt=>{const Pe=(Mt.listInvoices.invoices||[])?.find(Ht=>Ht.payment_hash===this.invoice.payment_hash)||null;Pe&&(this.invoice=Pe),this.invoiceStatus!==this.invoice.status&&"paid"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(this.invoice),this.logger.info(this.invoiceStatus),this.logger.info(Pe),this.logger.info(Mt)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(Mt){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+Mt)}ngOnDestroy(){this.unSubs.forEach(Mt=>{Mt.next(null),Mt.complete()})}static#e=dt=()=>(this.\u0275fac=function(lt){return new(lt||nt)(g.rXU(i.CP),g.rXU(i.Vh),g.rXU(d.gP),g.rXU(w.h),g.rXU(m.UG),g.rXU(P.il))},this.\u0275cmp=g.VBU({type:nt,selectors:[["rtl-cln-invoice-information"]],standalone:!1,decls:72,vars:49,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","dot green ml-1","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow ml-1","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red ml-1","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"font-size-300"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green","ml-1",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow","ml-1",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red","ml-1",3,"ngClass"],[1,"font-size-120"],[1,"my-1"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(lt,Pe){if(1<){const Ht=g.RV6();g.j41(0,"div",1)(1,"div",2),g.DNE(2,f,1,2,"qr-code",3)(3,h,2,0,"span",4),g.k0s(),g.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),g.nrm(7,"fa-icon",8),g.j41(8,"span",9),g.EFF(9),g.DNE(10,b,1,3,"span",10)(11,A,1,3,"span",11)(12,k,1,3,"span",12),g.k0s()(),g.j41(13,"button",13),g.bIt("click",function(){return T.eBV(Ht),T.Njj(Pe.onClose())}),g.EFF(14,"X"),g.k0s()(),g.j41(15,"mat-card-content",14)(16,"div",15)(17,"div",16),g.DNE(18,x,1,2,"qr-code",3)(19,r,2,0,"span",17),g.k0s(),g.DNE(20,_,1,0,"mat-divider",18)(21,W,5,2,"div",19),g.j41(22,"div",20)(23,"div",21)(24,"h4",22),g.EFF(25),g.k0s(),g.j41(26,"span",23),g.EFF(27),g.nI1(28,"number"),g.DNE(29,I,2,0,"ng-container",24),g.k0s()(),g.j41(30,"div",21)(31,"h4",22),g.EFF(32,"Amount Received"),g.k0s(),g.j41(33,"span",25),g.DNE(34,be,3,2,"ng-container",24)(35,ye,3,2,"ng-container",24),g.k0s()()(),g.nrm(36,"mat-divider",26),g.j41(37,"div",20)(38,"div",21)(39,"h4",22),g.EFF(40,"Date Expiry"),g.k0s(),g.j41(41,"span",23),g.EFF(42),g.nI1(43,"date"),g.k0s()(),g.j41(44,"div",21)(45,"h4",22),g.EFF(46,"Date Settled"),g.k0s(),g.j41(47,"span",23),g.EFF(48),g.nI1(49,"date"),g.k0s()()(),g.nrm(50,"mat-divider",26),g.j41(51,"div",20)(52,"div",27)(53,"h4",22),g.EFF(54,"Description"),g.k0s(),g.j41(55,"span",23),g.EFF(56),g.k0s()()(),g.nrm(57,"mat-divider",26),g.j41(58,"div",20)(59,"div",27)(60,"h4",22),g.EFF(61),g.k0s(),g.j41(62,"span",25),g.EFF(63),g.k0s()()(),g.DNE(64,Le,16,2,"div",24),g.j41(65,"div",28)(66,"button",29),g.bIt("click",function(){return T.eBV(Ht),T.Njj(Pe.onShowAdvanced())}),g.DNE(67,Ke,2,0,"p",30)(68,ge,2,0,"ng-template",null,0,g.C5r),g.k0s(),g.DNE(70,ve,2,1,"button",31)(71,Oe,2,0,"button",32),g.k0s()()()()()}if(2<){const Ht=g.sdS(69);g.R7$(),g.Y8G("fxLayoutAlign",null!=Pe.invoice&&Pe.invoice.bolt11&&""!==(null==Pe.invoice?null:Pe.invoice.bolt11)||null!=Pe.invoice&&Pe.invoice.bolt12&&""!==(null==Pe.invoice?null:Pe.invoice.bolt12)?"center start":"center center")("ngClass",g.eq3(40,me,Pe.screenSize===Pe.screenSizeEnum.XS||Pe.screenSize===Pe.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Pe.invoice?null:Pe.invoice.bolt11)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt11)||(null==Pe.invoice?null:Pe.invoice.bolt12)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt12)),g.R7$(),g.Y8G("ngIf",!(null!=Pe.invoice&&Pe.invoice.bolt11||null!=Pe.invoice&&Pe.invoice.bolt12)),g.R7$(4),g.Y8G("icon",Pe.faReceipt),g.R7$(2),g.SpI(" ",Pe.screenSize===Pe.screenSizeEnum.XS?Pe.newlyAdded?"Created":"Invoice":Pe.newlyAdded?"Invoice Created":"Invoice Information"," "),g.R7$(),g.Y8G("ngIf","paid"===(null==Pe.invoice?null:Pe.invoice.status)),g.R7$(),g.Y8G("ngIf","unpaid"===(null==Pe.invoice?null:Pe.invoice.status)),g.R7$(),g.Y8G("ngIf","expired"===(null==Pe.invoice?null:Pe.invoice.status)),g.R7$(3),g.Y8G("ngClass",g.eq3(42,Te,Pe.screenSize===Pe.screenSizeEnum.XS)),g.R7$(2),g.Y8G("fxLayoutAlign",null!=Pe.invoice&&Pe.invoice.bolt11&&""!==(null==Pe.invoice?null:Pe.invoice.bolt11)||null!=Pe.invoice&&Pe.invoice.bolt12&&""!==(null==Pe.invoice?null:Pe.invoice.bolt12)?"center start":"center center")("ngClass",g.eq3(44,me,Pe.screenSize!==Pe.screenSizeEnum.XS&&Pe.screenSize!==Pe.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Pe.invoice?null:Pe.invoice.bolt11)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt11)||(null==Pe.invoice?null:Pe.invoice.bolt12)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt12)),g.R7$(),g.Y8G("ngIf",!(null!=Pe.invoice&&Pe.invoice.bolt11||null!=Pe.invoice&&Pe.invoice.bolt12)),g.R7$(),g.Y8G("ngIf",Pe.screenSize===Pe.screenSizeEnum.XS||Pe.screenSize===Pe.screenSizeEnum.SM),g.R7$(),g.Y8G("ngIf",null==Pe.invoice?null:Pe.invoice.warning_capacity),g.R7$(4),g.JRh(Pe.screenSize===Pe.screenSizeEnum.XS?"Amount":"Amount Requested"),g.R7$(2),g.SpI(" ",g.bMT(28,32,(null==Pe.invoice?null:Pe.invoice.amount_msat)/1e3||0)," Sats"),g.R7$(2),g.Y8G("ngIf",!(null!=Pe.invoice&&Pe.invoice.amount_msat)||"0"===(null==Pe.invoice?null:Pe.invoice.amount_msat)||"any"===(null==Pe.invoice?null:Pe.invoice.amount_msat)),g.R7$(5),g.Y8G("ngIf","paid"===(null==Pe.invoice?null:Pe.invoice.status)),g.R7$(),g.Y8G("ngIf","paid"!==(null==Pe.invoice?null:Pe.invoice.status)),g.R7$(7),g.JRh(g.i5U(43,34,1e3*(null==Pe.invoice?null:Pe.invoice.expires_at),"dd/MMM/y HH:mm")),g.R7$(6),g.JRh(g.i5U(49,37,1e3*(null==Pe.invoice?null:Pe.invoice.paid_at),"dd/MMM/y HH:mm")||"-"),g.R7$(8),g.JRh((null==Pe.invoice?null:Pe.invoice.description)||"-"),g.R7$(5),g.SpI("",null!=Pe.invoice&&Pe.invoice.bolt12?"Bolt12":null!=Pe.invoice&&Pe.invoice.bolt11&&!Pe.invoice.label.includes("keysend-")?"Bolt11":"Keysend"," Invoice"),g.R7$(2),g.JRh((null==Pe.invoice?null:Pe.invoice.bolt11)||(null==Pe.invoice?null:Pe.invoice.bolt12)),g.R7$(),g.Y8G("ngIf",Pe.showAdvanced),g.R7$(),g.Y8G("ngClass",g.l_i(46,D,!Pe.showAdvanced,Pe.showAdvanced)),g.R7$(2),g.Y8G("ngIf",!Pe.showAdvanced)("ngIfElse",Ht),g.R7$(3),g.Y8G("ngIf",(null==Pe.invoice?null:Pe.invoice.bolt11)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt11)||(null==Pe.invoice?null:Pe.invoice.bolt12)&&""!==(null==Pe.invoice?null:Pe.invoice.bolt12)),g.R7$(),g.Y8G("ngIf",!(null!=Pe.invoice&&Pe.invoice.bolt11||null!=Pe.invoice&&Pe.invoice.bolt12))}},dependencies:[M.YU,M.Sq,M.bT,j.aY,U.$z,K.m2,K.MM,q.q,G.LG,Q.DJ,Q.sA,Q.UI,$.PW,ae.oV,ue.Um,oe.U,he.N,M.QX,M.vh],encapsulation:2}))}return dt(),nt})()},8729:(Ae,ee,l)=>{"use strict";var i=ee;i.base=l(98828),i.short=l(68075),i.mont=l(64947),i.edwards=l(55537)},9183:(Ae,ee,l)=>{"use strict";l.d(ee,{D6:()=>U,LG:()=>M});var i=l(2615),t=l(73664),p=l(17705),S=l(72200),c=l(31804),e=l(22466);const T=["determinateSpinner"];function g(K,q){if(1&K&&(i.qSk(),t.j41(0,"svg",11),t.nrm(1,"circle",12),t.k0s()),2&K){const G=t.XpG();t.BMQ("viewBox",G._viewBox()),t.R7$(),t.xc7("stroke-dasharray",G._strokeCircumference(),"px")("stroke-dashoffset",G._strokeCircumference()/2,"px")("stroke-width",G._circleStrokeWidth(),"%"),t.BMQ("r",G._circleRadius())}}const d=new i.nKC("mat-progress-spinner-default-options",{providedIn:"root",factory:function w(){return{diameter:m}}}),m=100;let M=(()=>{class K{_elementRef=(0,i.WQX)(t.aKT);_noopAnimations;get color(){return this._color||this._defaultColor}set color(G){this._color=G}_color;_defaultColor="primary";_determinateCircle;constructor(){const G=(0,i.WQX)(d),Q=(0,c._J)(),$=this._elementRef.nativeElement;this._noopAnimations="di-disabled"===Q&&!!G&&!G._forceAnimations,this.mode="mat-spinner"===$.nodeName.toLowerCase()?"indeterminate":"determinate",!this._noopAnimations&&"reduced-motion"===Q&&$.classList.add("mat-progress-spinner-reduced-motion"),G&&(G.color&&(this.color=this._defaultColor=G.color),G.diameter&&(this.diameter=G.diameter),G.strokeWidth&&(this.strokeWidth=G.strokeWidth))}mode;get value(){return"determinate"===this.mode?this._value:0}set value(G){this._value=Math.max(0,Math.min(100,G||0))}_value=0;get diameter(){return this._diameter}set diameter(G){this._diameter=G||0}_diameter=m;get strokeWidth(){return this._strokeWidth??this.diameter/10}set strokeWidth(G){this._strokeWidth=G||0}_strokeWidth;_circleRadius(){return(this.diameter-10)/2}_viewBox(){const G=2*this._circleRadius()+this.strokeWidth;return`0 0 ${G} ${G}`}_strokeCircumference(){return 2*Math.PI*this._circleRadius()}_strokeDashOffset(){return"determinate"===this.mode?this._strokeCircumference()*(100-this._value)/100:null}_circleStrokeWidth(){return this.strokeWidth/this.diameter*100}static \u0275fac=function(Q){return new(Q||K)};static \u0275cmp=t.VBU({type:K,selectors:[["mat-progress-spinner"],["mat-spinner"]],viewQuery:function(Q,$){if(1&Q&&t.GBs(T,5),2&Q){let ae;t.mGM(ae=t.lsd())&&($._determinateCircle=ae.first)}},hostAttrs:["role","progressbar","tabindex","-1",1,"mat-mdc-progress-spinner","mdc-circular-progress"],hostVars:18,hostBindings:function(Q,$){2&Q&&(t.BMQ("aria-valuemin",0)("aria-valuemax",100)("aria-valuenow","determinate"===$.mode?$.value:null)("mode",$.mode),t.HbH("mat-"+$.color),t.xc7("width",$.diameter,"px")("height",$.diameter,"px")("--mat-progress-spinner-size",$.diameter+"px")("--mat-progress-spinner-active-indicator-width",$.diameter+"px"),t.AVh("_mat-animation-noopable",$._noopAnimations)("mdc-circular-progress--indeterminate","indeterminate"===$.mode))},inputs:{color:"color",mode:"mode",value:[2,"value","value",p.Udg],diameter:[2,"diameter","diameter",p.Udg],strokeWidth:[2,"strokeWidth","strokeWidth",p.Udg]},exportAs:["matProgressSpinner"],decls:14,vars:11,consts:[["circle",""],["determinateSpinner",""],["aria-hidden","true",1,"mdc-circular-progress__determinate-container"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__determinate-circle-graphic"],["cx","50%","cy","50%",1,"mdc-circular-progress__determinate-circle"],["aria-hidden","true",1,"mdc-circular-progress__indeterminate-container"],[1,"mdc-circular-progress__spinner-layer"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-left"],[3,"ngTemplateOutlet"],[1,"mdc-circular-progress__gap-patch"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-right"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__indeterminate-circle-graphic"],["cx","50%","cy","50%"]],template:function(Q,$){if(1&Q&&(t.DNE(0,g,2,8,"ng-template",null,0,t.C5r),t.j41(2,"div",2,1),i.qSk(),t.j41(4,"svg",3),t.nrm(5,"circle",4),t.k0s()(),i.joV(),t.j41(6,"div",5)(7,"div",6)(8,"div",7),t.eu8(9,8),t.k0s(),t.j41(10,"div",9),t.eu8(11,8),t.k0s(),t.j41(12,"div",10),t.eu8(13,8),t.k0s()()()),2&Q){const ae=t.sdS(1);t.R7$(4),t.BMQ("viewBox",$._viewBox()),t.R7$(),t.xc7("stroke-dasharray",$._strokeCircumference(),"px")("stroke-dashoffset",$._strokeDashOffset(),"px")("stroke-width",$._circleStrokeWidth(),"%"),t.BMQ("r",$._circleRadius()),t.R7$(4),t.Y8G("ngTemplateOutlet",ae),t.R7$(2),t.Y8G("ngTemplateOutlet",ae),t.R7$(2),t.Y8G("ngTemplateOutlet",ae)}},dependencies:[S.T3],styles:[".mat-mdc-progress-spinner{--mat-progress-spinner-animation-multiplier: 1;display:block;overflow:hidden;line-height:0;position:relative;direction:ltr;transition:opacity 250ms cubic-bezier(0.4, 0, 0.6, 1)}.mat-mdc-progress-spinner circle{stroke-width:var(--mat-progress-spinner-active-indicator-width, 4px)}.mat-mdc-progress-spinner._mat-animation-noopable,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__determinate-circle{transition:none !important}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-circle-graphic,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__spinner-layer,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container{animation:none !important}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container circle{stroke-dasharray:0 !important}@media(forced-colors: active){.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle{stroke:currentColor;stroke:CanvasText}}.mat-progress-spinner-reduced-motion{--mat-progress-spinner-animation-multiplier: 1.25}.mdc-circular-progress__determinate-container,.mdc-circular-progress__indeterminate-circle-graphic,.mdc-circular-progress__indeterminate-container,.mdc-circular-progress__spinner-layer{position:absolute;width:100%;height:100%}.mdc-circular-progress__determinate-container{transform:rotate(-90deg)}.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container{opacity:0}.mdc-circular-progress__indeterminate-container{font-size:0;letter-spacing:0;white-space:nowrap;opacity:0}.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container{opacity:1;animation:mdc-circular-progress-container-rotate calc(1568.2352941176ms*var(--mat-progress-spinner-animation-multiplier)) linear infinite}.mdc-circular-progress__determinate-circle-graphic,.mdc-circular-progress__indeterminate-circle-graphic{fill:rgba(0,0,0,0)}.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:var(--mat-progress-spinner-active-indicator-color, var(--mat-sys-primary))}@media(forced-colors: active){.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}}.mdc-circular-progress__determinate-circle{transition:stroke-dashoffset 500ms cubic-bezier(0, 0, 0.2, 1)}.mdc-circular-progress__gap-patch{position:absolute;top:0;left:47.5%;box-sizing:border-box;width:5%;height:100%;overflow:hidden}.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic{left:-900%;width:2000%;transform:rotate(180deg)}.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic{width:200%}.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{left:-100%}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-left-spin calc(1333ms*var(--mat-progress-spinner-animation-multiplier)) cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-right-spin calc(1333ms*var(--mat-progress-spinner-animation-multiplier)) cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress__circle-clipper{display:inline-flex;position:relative;width:50%;height:100%;overflow:hidden}.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer{animation:mdc-circular-progress-spinner-layer-rotate calc(5332ms*var(--mat-progress-spinner-animation-multiplier)) cubic-bezier(0.4, 0, 0.2, 1) infinite both}@keyframes mdc-circular-progress-container-rotate{to{transform:rotate(360deg)}}@keyframes mdc-circular-progress-spinner-layer-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}@keyframes mdc-circular-progress-left-spin{from{transform:rotate(265deg)}50%{transform:rotate(130deg)}to{transform:rotate(265deg)}}@keyframes mdc-circular-progress-right-spin{from{transform:rotate(-265deg)}50%{transform:rotate(-130deg)}to{transform:rotate(-265deg)}}\n"],encapsulation:2,changeDetection:0})}return K})(),U=(()=>{class K{static \u0275fac=function(Q){return new(Q||K)};static \u0275mod=t.$C({type:K});static \u0275inj=i.G2t({imports:[e.y]})}return K})()},9326:(Ae,ee,l)=>{"use strict";l.d(ee,{R0:()=>e,lI:()=>c,ms:()=>S});var i=l(98071),t=l(79470);function p(T){return T[T.length-1]}function S(T){return(0,i.T)(p(T))?T.pop():void 0}function c(T){return(0,t.m)(p(T))?T.pop():void 0}function e(T,g){return"number"==typeof p(T)?T.pop():g}},9350:(Ae,ee,l)=>{"use strict";l.d(ee,{G:()=>t});const t=(0,l(81853).L)(p=>function(){p(this),this.name="EmptyError",this.message="no elements in sequence"})},9454:(Ae,ee,l)=>{"use strict";l.d(ee,{BS:()=>be,MY:()=>Be,GK:()=>W,Q6:()=>re,Z2:()=>B,WN:()=>pe});var i=l(73664),t=l(2615),p=l(17705),S=l(21413),c=l(18359),e=l(89726),T=l(18689);const g=new t.nKC("CdkAccordion");let d=(()=>{class Le{_stateChanges=new S.B;_openCloseAllActions=new S.B;id=(0,t.WQX)(e.g).getId("cdk-accordion-");multi=!1;openAll(){this.multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(ge){this._stateChanges.next(ge)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}static \u0275fac=function(ve){return new(ve||Le)};static \u0275dir=i.FsC({type:Le,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:[2,"multi","multi",p.L39]},exportAs:["cdkAccordion"],features:[i.Jv_([{provide:g,useExisting:Le}]),i.OA$]})}return Le})(),w=(()=>{class Le{accordion=(0,t.WQX)(g,{optional:!0,skipSelf:!0});_changeDetectorRef=(0,t.WQX)(p.gRc);_expansionDispatcher=(0,t.WQX)(T.z);_openCloseAllSubscription=c.yU.EMPTY;closed=new i.bkB;opened=new i.bkB;destroyed=new i.bkB;expandedChange=new i.bkB;id=(0,t.WQX)(e.g).getId("cdk-accordion-child-");get expanded(){return this._expanded}set expanded(ge){this._expanded!==ge&&(this._expanded=ge,this.expandedChange.emit(ge),ge?(this.opened.emit(),this._expansionDispatcher.notify(this.id,this.accordion?this.accordion.id:this.id)):this.closed.emit(),this._changeDetectorRef.markForCheck())}_expanded=!1;get disabled(){return this._disabled()}set disabled(ge){this._disabled.set(ge)}_disabled=(0,t.vPA)(!1);_removeUniqueSelectionListener=()=>{};constructor(){}ngOnInit(){this._removeUniqueSelectionListener=this._expansionDispatcher.listen((ge,ve)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===ve&&this.id!==ge&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(ge=>{this.disabled||(this.expanded=ge)})}static \u0275fac=function(ve){return new(ve||Le)};static \u0275dir=i.FsC({type:Le,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:[2,"expanded","expanded",p.L39],disabled:[2,"disabled","disabled",p.L39]},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[i.Jv_([{provide:g,useValue:void 0}])]})}return Le})(),m=(()=>{class Le{static \u0275fac=function(ve){return new(ve||Le)};static \u0275mod=i.$C({type:Le});static \u0275inj=t.G2t({})}return Le})();var P=l(76939),M=l(76838),j=l(64123),U=l(99172),K=l(5964),q=l(96697),G=l(10438),Q=l(67336),$=l(983),ae=l(57786),ue=l(31804),oe=l(88968),he=l(32046),me=l(22466);const Te=["body"],D=["bodyWrapper"],n=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],o=["mat-expansion-panel-header","*","mat-action-row"];function f(Le,Ke){}const h=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],b=["mat-panel-title","mat-panel-description","*"];function A(Le,Ke){1&Le&&(i.rj2(0,"span",1),t.qSk(),i.rj2(1,"svg",2),i.Hgh(2,"path",3),i.eux()())}const k=new t.nKC("MAT_ACCORDION"),x=new t.nKC("MAT_EXPANSION_PANEL");let r=(()=>{class Le{_template=(0,t.WQX)(i.C4Q);_expansionPanel=(0,t.WQX)(x,{optional:!0});constructor(){}static \u0275fac=function(ve){return new(ve||Le)};static \u0275dir=i.FsC({type:Le,selectors:[["ng-template","matExpansionPanelContent",""]]})}return Le})();const _=new t.nKC("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS");let W=(()=>{class Le extends w{_viewContainerRef=(0,t.WQX)(i.c1b);_animationsDisabled=(0,ue.Rc)();_document=(0,t.WQX)(t.qQL);_ngZone=(0,t.WQX)(i.SKi);_elementRef=(0,t.WQX)(i.aKT);_renderer=(0,t.WQX)(i.sFG);_cleanupTransitionEnd;get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(ge){this._hideToggle=ge}_hideToggle=!1;get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(ge){this._togglePosition=ge}_togglePosition;afterExpand=new i.bkB;afterCollapse=new i.bkB;_inputChanges=new S.B;accordion=(0,t.WQX)(k,{optional:!0,skipSelf:!0});_lazyContent;_body;_bodyWrapper;_portal;_headerId=(0,t.WQX)(e.g).getId("mat-expansion-panel-header-");constructor(){super();const ge=(0,t.WQX)(_,{optional:!0});this._expansionDispatcher=(0,t.WQX)(T.z),ge&&(this.hideToggle=ge.hideToggle)}_hasSpacing(){return!!this.accordion&&this.expanded&&"default"===this.accordion.displayMode}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this._lazyContent._expansionPanel===this&&this.opened.pipe((0,U.Z)(null),(0,K.p)(()=>this.expanded&&!this._portal),(0,q.s)(1)).subscribe(()=>{this._portal=new P.VA(this._lazyContent._template,this._viewContainerRef)}),this._setupAnimationEvents()}ngOnChanges(ge){this._inputChanges.next(ge)}ngOnDestroy(){super.ngOnDestroy(),this._cleanupTransitionEnd?.(),this._inputChanges.complete()}_containsFocus(){if(this._body){const ge=this._document.activeElement,ve=this._body.nativeElement;return ge===ve||ve.contains(ge)}return!1}_transitionEndListener=({target:ge,propertyName:ve})=>{ge===this._bodyWrapper?.nativeElement&&"grid-template-rows"===ve&&this._ngZone.run(()=>{this.expanded?this.afterExpand.emit():this.afterCollapse.emit()})};_setupAnimationEvents(){this._ngZone.runOutsideAngular(()=>{this._animationsDisabled?(this.opened.subscribe(()=>this._ngZone.run(()=>this.afterExpand.emit())),this.closed.subscribe(()=>this._ngZone.run(()=>this.afterCollapse.emit()))):setTimeout(()=>{const ge=this._elementRef.nativeElement;this._cleanupTransitionEnd=this._renderer.listen(ge,"transitionend",this._transitionEndListener),ge.classList.add("mat-expansion-panel-animations-enabled")},200)})}static \u0275fac=function(ve){return new(ve||Le)};static \u0275cmp=i.VBU({type:Le,selectors:[["mat-expansion-panel"]],contentQueries:function(ve,Oe,Ee){if(1&ve&&i.wni(Ee,r,5),2&ve){let dt;i.mGM(dt=i.lsd())&&(Oe._lazyContent=dt.first)}},viewQuery:function(ve,Oe){if(1&ve&&(i.GBs(Te,5),i.GBs(D,5)),2&ve){let Ee;i.mGM(Ee=i.lsd())&&(Oe._body=Ee.first),i.mGM(Ee=i.lsd())&&(Oe._bodyWrapper=Ee.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:4,hostBindings:function(ve,Oe){2&ve&&i.AVh("mat-expanded",Oe.expanded)("mat-expansion-panel-spacing",Oe._hasSpacing())},inputs:{hideToggle:[2,"hideToggle","hideToggle",p.L39],togglePosition:"togglePosition"},outputs:{afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[i.Jv_([{provide:k,useValue:void 0},{provide:x,useExisting:Le}]),i.Vt3,i.OA$],ngContentSelectors:o,decls:9,vars:4,consts:[["bodyWrapper",""],["body",""],[1,"mat-expansion-panel-content-wrapper"],["role","region",1,"mat-expansion-panel-content",3,"id"],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(ve,Oe){1&ve&&(i.NAR(n),i.SdG(0),i.j41(1,"div",2,0)(3,"div",3,1)(5,"div",4),i.SdG(6,1),i.DNE(7,f,0,0,"ng-template",5),i.k0s(),i.SdG(8,2),i.k0s()()),2&ve&&(i.R7$(),i.BMQ("inert",Oe.expanded?null:""),i.R7$(2),i.Y8G("id",Oe.id),i.BMQ("aria-labelledby",Oe._headerId),i.R7$(4),i.Y8G("cdkPortalOutlet",Oe._portal))},dependencies:[P.I3],styles:[".mat-expansion-panel{box-sizing:content-box;display:block;margin:0;overflow:hidden;position:relative;background:var(--mat-expansion-container-background-color, var(--mat-sys-surface));color:var(--mat-expansion-container-text-color, var(--mat-sys-on-surface));border-radius:var(--mat-expansion-container-shape, 12px)}.mat-expansion-panel.mat-expansion-panel-animations-enabled{transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:var(--mat-expansion-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:var(--mat-expansion-container-shape, 12px);border-top-left-radius:var(--mat-expansion-container-shape, 12px)}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:var(--mat-expansion-container-shape, 12px);border-bottom-left-radius:var(--mat-expansion-container-shape, 12px)}@media(forced-colors: active){.mat-expansion-panel{outline:solid 1px}}.mat-expansion-panel-content-wrapper{display:grid;grid-template-rows:0fr;grid-template-columns:100%}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content-wrapper{transition:grid-template-rows 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{grid-template-rows:1fr}@supports not (grid-template-rows: 0fr){.mat-expansion-panel-content-wrapper{height:0}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper{height:auto}}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible;min-height:0;visibility:hidden;font-family:var(--mat-expansion-container-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-expansion-container-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-expansion-container-text-weight, var(--mat-sys-body-large-weight));line-height:var(--mat-expansion-container-text-line-height, var(--mat-sys-body-large-line-height));letter-spacing:var(--mat-expansion-container-text-tracking, var(--mat-sys-body-large-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-content{transition:visibility 190ms linear}.mat-expansion-panel.mat-expanded>.mat-expansion-panel-content-wrapper>.mat-expansion-panel-content{visibility:visible}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px;border-top-color:var(--mat-expansion-actions-divider-color, var(--mat-sys-outline))}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}\n"],encapsulation:2,changeDetection:0})}return Le})(),B=(()=>{class Le{panel=(0,t.WQX)(W,{host:!0});_element=(0,t.WQX)(i.aKT);_focusMonitor=(0,t.WQX)(M.FN);_changeDetectorRef=(0,t.WQX)(p.gRc);_parentChangeSubscription=c.yU.EMPTY;constructor(){(0,t.WQX)(oe.l).load(he.A);const ge=this.panel,ve=(0,t.WQX)(_,{optional:!0}),Oe=(0,t.WQX)(new p.ES_("tabindex"),{optional:!0}),Ee=ge.accordion?ge.accordion._stateChanges.pipe((0,K.p)(dt=>!(!dt.hideToggle&&!dt.togglePosition))):$.w;this.tabIndex=parseInt(Oe||"")||0,this._parentChangeSubscription=(0,ae.h)(ge.opened,ge.closed,Ee,ge._inputChanges.pipe((0,K.p)(dt=>!!(dt.hideToggle||dt.disabled||dt.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),ge.closed.pipe((0,K.p)(()=>ge._containsFocus())).subscribe(()=>this._focusMonitor.focusVia(this._element,"program")),ve&&(this.expandedHeight=ve.expandedHeight,this.collapsedHeight=ve.collapsedHeight)}expandedHeight;collapsedHeight;tabIndex=0;get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){const ge=this._isExpanded();return ge&&this.expandedHeight?this.expandedHeight:!ge&&this.collapsedHeight?this.collapsedHeight:null}_keydown(ge){switch(ge.keyCode){case G.t6:case G.Fm:(0,Q.rp)(ge)||(ge.preventDefault(),this._toggle());break;default:return void(this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(ge))}}focus(ge,ve){ge?this._focusMonitor.focusVia(this._element,ge,ve):this._element.nativeElement.focus(ve)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(ge=>{ge&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}static \u0275fac=function(ve){return new(ve||Le)};static \u0275cmp=i.VBU({type:Le,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:13,hostBindings:function(ve,Oe){1&ve&&i.bIt("click",function(){return Oe._toggle()})("keydown",function(dt){return Oe._keydown(dt)}),2&ve&&(i.BMQ("id",Oe.panel._headerId)("tabindex",Oe.disabled?-1:Oe.tabIndex)("aria-controls",Oe._getPanelId())("aria-expanded",Oe._isExpanded())("aria-disabled",Oe.panel.disabled),i.xc7("height",Oe._getHeaderHeight()),i.AVh("mat-expanded",Oe._isExpanded())("mat-expansion-toggle-indicator-after","after"===Oe._getTogglePosition())("mat-expansion-toggle-indicator-before","before"===Oe._getTogglePosition()))},inputs:{expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight",tabIndex:[2,"tabIndex","tabIndex",ge=>null==ge?0:(0,p.Udg)(ge)]},ngContentSelectors:b,decls:5,vars:3,consts:[[1,"mat-content"],[1,"mat-expansion-indicator"],["xmlns","http://www.w3.org/2000/svg","viewBox","0 -960 960 960","aria-hidden","true","focusable","false"],["d","M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z"]],template:function(ve,Oe){1&ve&&(i.NAR(h),i.rj2(0,"span",0),i.SdG(1),i.SdG(2,1),i.SdG(3,2),i.eux(),i.nVh(4,A,3,0,"span",1)),2&ve&&(i.AVh("mat-content-hide-toggle",!Oe._showToggle()),i.R7$(4),i.vxM(Oe._showToggle()?4:-1))},styles:['.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;height:var(--mat-expansion-header-collapsed-state-height, 48px);font-family:var(--mat-expansion-header-text-font, var(--mat-sys-title-medium-font));font-size:var(--mat-expansion-header-text-size, var(--mat-sys-title-medium-size));font-weight:var(--mat-expansion-header-text-weight, var(--mat-sys-title-medium-weight));line-height:var(--mat-expansion-header-text-line-height, var(--mat-sys-title-medium-line-height));letter-spacing:var(--mat-expansion-header-text-tracking, var(--mat-sys-title-medium-tracking))}.mat-expansion-panel-animations-enabled .mat-expansion-panel-header{transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header::before{border-radius:inherit}.mat-expansion-panel-header.mat-expanded{height:var(--mat-expansion-header-expanded-state-height, 64px)}.mat-expansion-panel-header[aria-disabled=true]{color:var(--mat-expansion-header-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-header-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}@media(hover: none){.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:var(--mat-expansion-container-background-color, var(--mat-sys-surface))}}.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused{background:var(--mat-expansion-header-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent))}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-content.mat-content-hide-toggle{margin-right:8px}[dir=rtl] .mat-content.mat-content-hide-toggle{margin-right:0;margin-left:8px}.mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-left:24px;margin-right:0}[dir=rtl] .mat-expansion-toggle-indicator-before .mat-content.mat-content-hide-toggle{margin-right:24px;margin-left:0}.mat-expansion-panel-header-title{color:var(--mat-expansion-header-text-color, var(--mat-sys-on-surface))}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;flex-basis:0;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header-description{flex-grow:2;color:var(--mat-expansion-header-description-color, var(--mat-sys-on-surface-variant))}.mat-expansion-panel-animations-enabled .mat-expansion-indicator{transition:transform 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header.mat-expanded .mat-expansion-indicator{transform:rotate(180deg)}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";padding:3px;transform:rotate(45deg);vertical-align:middle;color:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-legacy-header-indicator-display, none)}.mat-expansion-indicator svg{width:24px;height:24px;margin:0 -8px;vertical-align:middle;fill:var(--mat-expansion-header-indicator-color, var(--mat-sys-on-surface-variant));display:var(--mat-expansion-header-indicator-display, inline-block)}@media(forced-colors: active){.mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}}\n'],encapsulation:2,changeDetection:0})}return Le})(),re=(()=>{class Le{static \u0275fac=function(ve){return new(ve||Le)};static \u0275dir=i.FsC({type:Le,selectors:[["mat-panel-description"]],hostAttrs:[1,"mat-expansion-panel-header-description"]})}return Le})(),pe=(()=>{class Le{static \u0275fac=function(ve){return new(ve||Le)};static \u0275dir=i.FsC({type:Le,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]})}return Le})(),be=(()=>{class Le extends d{_keyManager;_ownHeaders=new i.rOR;_headers;hideToggle=!1;displayMode="default";togglePosition="after";ngAfterContentInit(){this._headers.changes.pipe((0,U.Z)(this._headers)).subscribe(ge=>{this._ownHeaders.reset(ge.filter(ve=>ve.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new j.B(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(ge){this._keyManager.onKeydown(ge)}_handleHeaderFocus(ge){this._keyManager.updateActiveItem(ge)}ngOnDestroy(){super.ngOnDestroy(),this._keyManager?.destroy(),this._ownHeaders.destroy()}static \u0275fac=(()=>{let ge;return function(Oe){return(ge||(ge=i.xGo(Le)))(Oe||Le)}})();static \u0275dir=i.FsC({type:Le,selectors:[["mat-accordion"]],contentQueries:function(ve,Oe,Ee){if(1&ve&&i.wni(Ee,B,5),2&ve){let dt;i.mGM(dt=i.lsd())&&(Oe._headers=dt)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(ve,Oe){2&ve&&i.AVh("mat-accordion-multi",Oe.multi)},inputs:{hideToggle:[2,"hideToggle","hideToggle",p.L39],displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[i.Jv_([{provide:k,useExisting:Le}]),i.Vt3]})}return Le})(),Be=(()=>{class Le{static \u0275fac=function(ve){return new(ve||Le)};static \u0275mod=i.$C({type:Le});static \u0275inj=t.G2t({imports:[me.y,m,P.jc]})}return Le})()},9656:Ae=>{"use strict";Ae.exports=typeof process>"u"||!process.version||0===process.version.indexOf("v0.")||0===process.version.indexOf("v1.")&&0!==process.version.indexOf("v1.8.")?{nextTick:function ee(l,i,t,p){if("function"!=typeof l)throw new TypeError('"callback" argument must be a function');var c,e,S=arguments.length;switch(S){case 0:case 1:return process.nextTick(l);case 2:return process.nextTick(function(){l.call(null,i)});case 3:return process.nextTick(function(){l.call(null,i,t)});case 4:return process.nextTick(function(){l.call(null,i,t,p)});default:for(c=new Array(S-1),e=0;e{"use strict";function i(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var t=l(27054),p=l(3342),S=t.Buffer,c=t.kMaxLength,e=global.crypto||global.msCrypto,T=Math.pow(2,32)-1;function g(M,j){if("number"!=typeof M||M!=M)throw new TypeError("offset must be a number");if(M>T||M<0)throw new TypeError("offset must be a uint32");if(M>c||M>j)throw new RangeError("offset out of range")}function d(M,j,U){if("number"!=typeof M||M!=M)throw new TypeError("size must be a number");if(M>T||M<0)throw new TypeError("size must be a uint32");if(M+j>U||M>c)throw new RangeError("buffer too small")}function m(M,j,U,K){if(process.browser){var G=new Uint8Array(M.buffer,j,U);return e.getRandomValues(G),K?void process.nextTick(function(){K(null,M)}):M}if(!K)return p(U).copy(M,j),M;p(U,function($,ae){if($)return K($);ae.copy(M,j),K(null,M)})}e&&e.getRandomValues||!process.browser?(ee.randomFill=function w(M,j,U,K){if(!(S.isBuffer(M)||M instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof j)K=j,j=0,U=M.length;else if("function"==typeof U)K=U,U=M.length-j;else if("function"!=typeof K)throw new TypeError('"cb" argument must be a function');return g(j,M.length),d(U,j,M.length),m(M,j,U,K)},ee.randomFillSync=function P(M,j,U){if(typeof j>"u"&&(j=0),!(S.isBuffer(M)||M instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return g(j,M.length),void 0===U&&(U=M.length-j),d(U,j,M.length),m(M,j,U)}):(ee.randomFill=i,ee.randomFillSync=i)},9881:(Ae,ee,l)=>{"use strict";l.d(ee,{E:()=>t});var i=l(11514);const t=(0,i.hZ)("routeAnimation",[(0,i.kY)("* => *",[(0,i.P)(":enter, :leave",(0,i.iF)({position:"fixed",width:"100%"}),{optional:!0}),(0,i.Os)([(0,i.P)(":enter",[(0,i.iF)({transform:"translateX(100%)"}),(0,i.i0)("1000ms ease-in-out",(0,i.iF)({transform:"translateX(0%)"}))],{optional:!0}),(0,i.P)(":leave",[(0,i.iF)({transform:"translateX(0%)"}),(0,i.i0)("1000ms ease-in-out",(0,i.iF)({transform:"translateX(-100%)"}))],{optional:!0})])])])},10219:(Ae,ee,l)=>{"use strict";var i=l(39210);function t(p){this.options=p,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0,this.padding=!1!==p.padding}Ae.exports=t,t.prototype._init=function(){},t.prototype.update=function(S){return 0===S.length?[]:"decrypt"===this.type?this._updateDecrypt(S):this._updateEncrypt(S)},t.prototype._buffer=function(S,c){for(var e=Math.min(this.buffer.length-this.bufferOff,S.length-c),T=0;T0;T--)c+=this._buffer(S,c),e+=this._flushBuffer(g,e);return c+=this._buffer(S,c),g},t.prototype.final=function(S){var c,e;return S&&(c=this.update(S)),e="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),c?c.concat(e):e},t.prototype._pad=function(S,c){if(0===c)return!1;for(;c{"use strict";l.d(ee,{A:()=>I,A$:()=>g,FX:()=>e,Fm:()=>c,G_:()=>t,Ge:()=>fe,Kp:()=>U,LE:()=>Q,SJ:()=>he,UQ:()=>q,W3:()=>T,Z:()=>J,_f:()=>m,bn:()=>k,dB:()=>j,eg:()=>Fn,f2:()=>me,i7:()=>G,n6:()=>$,t6:()=>P,w_:()=>M,wn:()=>p,yZ:()=>K});const t=8,p=9,c=13,e=16,T=17,g=18,m=27,P=32,M=33,j=34,U=35,K=36,q=37,G=38,Q=39,$=40,he=46,me=48,k=57,I=65,J=90,fe=91,Fn=224},10467:(Ae,ee,l)=>{"use strict";function i(p,S,c,e,T,g,d){try{var w=p[g](d),m=w.value}catch(P){return void c(P)}w.done?S(m):Promise.resolve(m).then(e,T)}function t(p){return function(){var S=this,c=arguments;return new Promise(function(e,T){var g=p.apply(S,c);function d(m){i(g,e,T,d,w,"next",m)}function w(m){i(g,e,T,d,w,"throw",m)}d(void 0)})}}l.d(ee,{A:()=>t})},10497:(Ae,ee,l)=>{"use strict";l.d(ee,{kU:()=>Kt,ZF:()=>Nt,Ld:()=>Ye,U$:()=>Jt});var i=l(21413),t=l(33726),p=l(57786),S=l(13798),c=l(56977),e=l(23294),T=l(73703),g=l(73664),d=l(17705),w=l(2615),m=l(72200),P=l(60177);function M(qe){return getComputedStyle(qe)}function j(qe,$e){for(var tt in $e){var vi=$e[tt];"number"==typeof vi&&(vi+="px"),qe.style[tt]=vi}return qe}function U(qe){var $e=document.createElement("div");return $e.className=qe,$e}var K=typeof Element<"u"&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function q(qe,$e){if(!K)throw new Error("No element matching method supported");return K.call(qe,$e)}function G(qe){qe.remove?qe.remove():qe.parentNode&&qe.parentNode.removeChild(qe)}function Q(qe,$e){return Array.prototype.filter.call(qe.children,function(tt){return q(tt,$e)})}var $_element_thumb=function(qe){return"ps__thumb-"+qe},$_element_rail=function(qe){return"ps__rail-"+qe},$_element_consuming="ps__child--consume",$_state_focus="ps--focus",$_state_clicking="ps--clicking",$_state_active=function(qe){return"ps--active-"+qe},$_state_scrolling=function(qe){return"ps--scrolling-"+qe},ae={x:null,y:null};function ue(qe,$e){var tt=qe.element.classList,vi=$_state_scrolling($e);tt.contains(vi)?clearTimeout(ae[$e]):tt.add(vi)}function oe(qe,$e){ae[$e]=setTimeout(function(){return qe.isAlive&&qe.element.classList.remove($_state_scrolling($e))},qe.settings.scrollingThreshold)}var me=function($e){this.element=$e,this.handlers={}},Te={isEmpty:{configurable:!0}};me.prototype.bind=function($e,tt){typeof this.handlers[$e]>"u"&&(this.handlers[$e]=[]),this.handlers[$e].push(tt),this.element.addEventListener($e,tt,!1)},me.prototype.unbind=function($e,tt){var vi=this;this.handlers[$e]=this.handlers[$e].filter(function(ei){return!(!tt||ei===tt)||(vi.element.removeEventListener($e,ei,!1),!1)})},me.prototype.unbindAll=function(){for(var $e in this.handlers)this.unbind($e)},Te.isEmpty.get=function(){var qe=this;return Object.keys(this.handlers).every(function($e){return 0===qe.handlers[$e].length})},Object.defineProperties(me.prototype,Te);var D=function(){this.eventElements=[]};function n(qe){if("function"==typeof window.CustomEvent)return new CustomEvent(qe);var $e=document.createEvent("CustomEvent");return $e.initCustomEvent(qe,!1,!1,void 0),$e}function o(qe,$e,tt,vi,ei){var ci;if(void 0===vi&&(vi=!0),void 0===ei&&(ei=!1),"top"===$e)ci=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==$e)throw new Error("A proper axis should be provided");ci=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function f(qe,$e,tt,vi,ei){var ci=tt[0],Hi=tt[1],oi=tt[2],ui=tt[3],ln=tt[4],nn=tt[5];void 0===vi&&(vi=!0),void 0===ei&&(ei=!1);var dn=qe.element;qe.reach[ui]=null,dn[oi]<1&&(qe.reach[ui]="start"),dn[oi]>qe[ci]-qe[Hi]-1&&(qe.reach[ui]="end"),$e&&(dn.dispatchEvent(n("ps-scroll-"+ui)),$e<0?dn.dispatchEvent(n("ps-scroll-"+ln)):$e>0&&dn.dispatchEvent(n("ps-scroll-"+nn)),vi&&function he(qe,$e){ue(qe,$e),oe(qe,$e)}(qe,ui)),qe.reach[ui]&&($e||ei)&&dn.dispatchEvent(n("ps-"+ui+"-reach-"+qe.reach[ui]))}(qe,tt,ci,vi,ei)}function h(qe){return parseInt(qe,10)||0}D.prototype.eventElement=function($e){var tt=this.eventElements.filter(function(vi){return vi.element===$e})[0];return tt||(tt=new me($e),this.eventElements.push(tt)),tt},D.prototype.bind=function($e,tt,vi){this.eventElement($e).bind(tt,vi)},D.prototype.unbind=function($e,tt,vi){var ei=this.eventElement($e);ei.unbind(tt,vi),ei.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(ei),1)},D.prototype.unbindAll=function(){this.eventElements.forEach(function($e){return $e.unbindAll()}),this.eventElements=[]},D.prototype.once=function($e,tt,vi){var ei=this.eventElement($e),ci=function(Hi){ei.unbind(tt,ci),vi(Hi)};ei.bind(tt,ci)};var k={isWebKit:typeof document<"u"&&"WebkitAppearance"in document.documentElement.style,supportsTouch:typeof window<"u"&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:typeof navigator<"u"&&navigator.msMaxTouchPoints,isChrome:typeof navigator<"u"&&/Chrome/i.test(navigator&&navigator.userAgent)};function x(qe){var $e=qe.element,tt=Math.floor($e.scrollTop),vi=$e.getBoundingClientRect();qe.containerWidth=Math.round(vi.width),qe.containerHeight=Math.round(vi.height),qe.contentWidth=$e.scrollWidth,qe.contentHeight=$e.scrollHeight,$e.contains(qe.scrollbarXRail)||(Q($e,$_element_rail("x")).forEach(function(ei){return G(ei)}),$e.appendChild(qe.scrollbarXRail)),$e.contains(qe.scrollbarYRail)||(Q($e,$_element_rail("y")).forEach(function(ei){return G(ei)}),$e.appendChild(qe.scrollbarYRail)),!qe.settings.suppressScrollX&&qe.containerWidth+qe.settings.scrollXMarginOffset=qe.railXWidth-qe.scrollbarXWidth&&(qe.scrollbarXLeft=qe.railXWidth-qe.scrollbarXWidth),qe.scrollbarYTop>=qe.railYHeight-qe.scrollbarYHeight&&(qe.scrollbarYTop=qe.railYHeight-qe.scrollbarYHeight),function _(qe,$e){var tt={width:$e.railXWidth},vi=Math.floor(qe.scrollTop);tt.left=$e.isRtl?$e.negativeScrollAdjustment+qe.scrollLeft+$e.containerWidth-$e.contentWidth:qe.scrollLeft,$e.isScrollbarXUsingBottom?tt.bottom=$e.scrollbarXBottom-vi:tt.top=$e.scrollbarXTop+vi,j($e.scrollbarXRail,tt);var ei={top:vi,height:$e.railYHeight};$e.isScrollbarYUsingRight?ei.right=$e.isRtl?$e.contentWidth-($e.negativeScrollAdjustment+qe.scrollLeft)-$e.scrollbarYRight-$e.scrollbarYOuterWidth-9:$e.scrollbarYRight-qe.scrollLeft:ei.left=$e.isRtl?$e.negativeScrollAdjustment+qe.scrollLeft+2*$e.containerWidth-$e.contentWidth-$e.scrollbarYLeft-$e.scrollbarYOuterWidth:$e.scrollbarYLeft+qe.scrollLeft,j($e.scrollbarYRail,ei),j($e.scrollbarX,{left:$e.scrollbarXLeft,width:$e.scrollbarXWidth-$e.railBorderXWidth}),j($e.scrollbarY,{top:$e.scrollbarYTop,height:$e.scrollbarYHeight-$e.railBorderYWidth})}($e,qe),qe.scrollbarXActive?$e.classList.add($_state_active("x")):($e.classList.remove($_state_active("x")),qe.scrollbarXWidth=0,qe.scrollbarXLeft=0,$e.scrollLeft=!0===qe.isRtl?qe.contentWidth:0),qe.scrollbarYActive?$e.classList.add($_state_active("y")):($e.classList.remove($_state_active("y")),qe.scrollbarYHeight=0,qe.scrollbarYTop=0,$e.scrollTop=0)}function r(qe,$e){return qe.settings.minScrollbarLength&&($e=Math.max($e,qe.settings.minScrollbarLength)),qe.settings.maxScrollbarLength&&($e=Math.min($e,qe.settings.maxScrollbarLength)),$e}function B(qe,$e){var tt=$e[0],vi=$e[1],ei=$e[2],ci=$e[3],Hi=$e[4],oi=$e[5],ui=$e[6],ln=$e[7],nn=$e[8],dn=qe.element,zn=null,It=null,Tt=null;function Ze(it){it.touches&&it.touches[0]&&(it[ei]=it.touches[0].pageY),dn[ui]=zn+Tt*(it[ei]-It),ue(qe,ln),x(qe),it.stopPropagation(),it.type.startsWith("touch")&&it.changedTouches.length>1&&it.preventDefault()}function Ve(){oe(qe,ln),qe[nn].classList.remove($_state_clicking),qe.event.unbind(qe.ownerDocument,"mousemove",Ze)}function Fe(it,bt){zn=dn[ui],bt&&it.touches&&(it[ei]=it.touches[0].pageY),It=it[ei],Tt=(qe[vi]-qe[tt])/(qe[ci]-qe[oi]),bt?qe.event.bind(qe.ownerDocument,"touchmove",Ze):(qe.event.bind(qe.ownerDocument,"mousemove",Ze),qe.event.once(qe.ownerDocument,"mouseup",Ve),it.preventDefault()),qe[nn].classList.add($_state_clicking),it.stopPropagation()}qe.event.bind(qe[Hi],"mousedown",function(it){Fe(it)}),qe.event.bind(qe[Hi],"touchstart",function(it){Fe(it,!0)})}var _e={"click-rail":function W(qe){qe.event.bind(qe.scrollbarY,"mousedown",function(tt){return tt.stopPropagation()}),qe.event.bind(qe.scrollbarYRail,"mousedown",function(tt){var vi=tt.pageY-window.pageYOffset-qe.scrollbarYRail.getBoundingClientRect().top;qe.element.scrollTop+=(vi>qe.scrollbarYTop?1:-1)*qe.containerHeight,x(qe),tt.stopPropagation()}),qe.event.bind(qe.scrollbarX,"mousedown",function(tt){return tt.stopPropagation()}),qe.event.bind(qe.scrollbarXRail,"mousedown",function(tt){var vi=tt.pageX-window.pageXOffset-qe.scrollbarXRail.getBoundingClientRect().left;qe.element.scrollLeft+=(vi>qe.scrollbarXLeft?1:-1)*qe.containerWidth,x(qe),tt.stopPropagation()})},"drag-thumb":function I(qe){B(qe,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),B(qe,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function re(qe){var $e=qe.element;qe.event.bind(qe.ownerDocument,"keydown",function(ci){if(!(ci.isDefaultPrevented&&ci.isDefaultPrevented()||ci.defaultPrevented)&&(q($e,":hover")||q(qe.scrollbarX,":focus")||q(qe.scrollbarY,":focus"))){var Hi=document.activeElement?document.activeElement:qe.ownerDocument.activeElement;if(Hi){if("IFRAME"===Hi.tagName)Hi=Hi.contentDocument.activeElement;else for(;Hi.shadowRoot;)Hi=Hi.shadowRoot.activeElement;if(function b(qe){return q(qe,"input,[contenteditable]")||q(qe,"select,[contenteditable]")||q(qe,"textarea,[contenteditable]")||q(qe,"button,[contenteditable]")}(Hi))return}var oi=0,ui=0;switch(ci.which){case 37:oi=ci.metaKey?-qe.contentWidth:ci.altKey?-qe.containerWidth:-30;break;case 38:ui=ci.metaKey?qe.contentHeight:ci.altKey?qe.containerHeight:30;break;case 39:oi=ci.metaKey?qe.contentWidth:ci.altKey?qe.containerWidth:30;break;case 40:ui=ci.metaKey?-qe.contentHeight:ci.altKey?-qe.containerHeight:-30;break;case 32:ui=ci.shiftKey?qe.containerHeight:-qe.containerHeight;break;case 33:ui=qe.containerHeight;break;case 34:ui=-qe.containerHeight;break;case 36:ui=qe.contentHeight;break;case 35:ui=-qe.contentHeight;break;default:return}qe.settings.suppressScrollX&&0!==oi||qe.settings.suppressScrollY&&0!==ui||($e.scrollTop-=ui,$e.scrollLeft+=oi,x(qe),function ei(ci,Hi){var oi=Math.floor($e.scrollTop);if(0===ci){if(!qe.scrollbarYActive)return!1;if(0===oi&&Hi>0||oi>=qe.contentHeight-qe.containerHeight&&Hi<0)return!qe.settings.wheelPropagation}var ui=$e.scrollLeft;if(0===Hi){if(!qe.scrollbarXActive)return!1;if(0===ui&&ci<0||ui>=qe.contentWidth-qe.containerWidth&&ci>0)return!qe.settings.wheelPropagation}return!0}(oi,ui)&&ci.preventDefault())}})},wheel:function pe(qe){var $e=qe.element;function ci(Hi){var oi=function vi(Hi){var oi=Hi.deltaX,ui=-1*Hi.deltaY;return(typeof oi>"u"||typeof ui>"u")&&(oi=-1*Hi.wheelDeltaX/6,ui=Hi.wheelDeltaY/6),Hi.deltaMode&&1===Hi.deltaMode&&(oi*=10,ui*=10),oi!=oi&&ui!=ui&&(oi=0,ui=Hi.wheelDelta),Hi.shiftKey?[-ui,-oi]:[oi,ui]}(Hi),ui=oi[0],ln=oi[1];if(!function ei(Hi,oi,ui){if(!k.isWebKit&&$e.querySelector("select:focus"))return!0;if(!$e.contains(Hi))return!1;for(var ln=Hi;ln&&ln!==$e;){if(ln.classList.contains($_element_consuming))return!0;var nn=M(ln);if(ui&&nn.overflowY.match(/(scroll|auto)/)){var dn=ln.scrollHeight-ln.clientHeight;if(dn>0&&(ln.scrollTop>0&&ui<0||ln.scrollTop0))return!0}if(oi&&nn.overflowX.match(/(scroll|auto)/)){var zn=ln.scrollWidth-ln.clientWidth;if(zn>0&&(ln.scrollLeft>0&&oi<0||ln.scrollLeft0))return!0}ln=ln.parentNode}return!1}(Hi.target,ui,ln)){var nn=!1;qe.settings.useBothWheelAxes?qe.scrollbarYActive&&!qe.scrollbarXActive?(ln?$e.scrollTop-=ln*qe.settings.wheelSpeed:$e.scrollTop+=ui*qe.settings.wheelSpeed,nn=!0):qe.scrollbarXActive&&!qe.scrollbarYActive&&(ui?$e.scrollLeft+=ui*qe.settings.wheelSpeed:$e.scrollLeft-=ln*qe.settings.wheelSpeed,nn=!0):($e.scrollTop-=ln*qe.settings.wheelSpeed,$e.scrollLeft+=ui*qe.settings.wheelSpeed),x(qe),nn=nn||function tt(Hi,oi){var ui=Math.floor($e.scrollTop),ln=0===$e.scrollTop,nn=ui+$e.offsetHeight===$e.scrollHeight,dn=0===$e.scrollLeft,zn=$e.scrollLeft+$e.offsetWidth===$e.scrollWidth;return!(Math.abs(oi)>Math.abs(Hi)?ln||nn:dn||zn)||!qe.settings.wheelPropagation}(ui,ln),nn&&!Hi.ctrlKey&&(Hi.stopPropagation(),Hi.preventDefault())}}typeof window.onwheel<"u"?qe.event.bind($e,"wheel",ci):typeof window.onmousewheel<"u"&&qe.event.bind($e,"mousewheel",ci)},touch:function be(qe){if(k.supportsTouch||k.supportsIePointer){var $e=qe.element,ei={},ci=0,Hi={},oi=null;k.supportsTouch?(qe.event.bind($e,"touchstart",nn),qe.event.bind($e,"touchmove",zn),qe.event.bind($e,"touchend",It)):k.supportsIePointer&&(window.PointerEvent?(qe.event.bind($e,"pointerdown",nn),qe.event.bind($e,"pointermove",zn),qe.event.bind($e,"pointerup",It)):window.MSPointerEvent&&(qe.event.bind($e,"MSPointerDown",nn),qe.event.bind($e,"MSPointerMove",zn),qe.event.bind($e,"MSPointerUp",It)))}function vi(Tt,Ze){$e.scrollTop-=Ze,$e.scrollLeft-=Tt,x(qe)}function ui(Tt){return Tt.targetTouches?Tt.targetTouches[0]:Tt}function ln(Tt){return!(Tt.pointerType&&"pen"===Tt.pointerType&&0===Tt.buttons||!(Tt.targetTouches&&1===Tt.targetTouches.length||Tt.pointerType&&"mouse"!==Tt.pointerType&&Tt.pointerType!==Tt.MSPOINTER_TYPE_MOUSE))}function nn(Tt){if(ln(Tt)){var Ze=ui(Tt);ei.pageX=Ze.pageX,ei.pageY=Ze.pageY,ci=(new Date).getTime(),null!==oi&&clearInterval(oi)}}function zn(Tt){if(ln(Tt)){var Ze=ui(Tt),Ve={pageX:Ze.pageX,pageY:Ze.pageY},Fe=Ve.pageX-ei.pageX,it=Ve.pageY-ei.pageY;if(function dn(Tt,Ze,Ve){if(!$e.contains(Tt))return!1;for(var Fe=Tt;Fe&&Fe!==$e;){if(Fe.classList.contains($_element_consuming))return!0;var it=M(Fe);if(Ve&&it.overflowY.match(/(scroll|auto)/)){var bt=Fe.scrollHeight-Fe.clientHeight;if(bt>0&&(Fe.scrollTop>0&&Ve<0||Fe.scrollTop0))return!0}if(Ze&&it.overflowX.match(/(scroll|auto)/)){var ut=Fe.scrollWidth-Fe.clientWidth;if(ut>0&&(Fe.scrollLeft>0&&Ze<0||Fe.scrollLeft0))return!0}Fe=Fe.parentNode}return!1}(Tt.target,Fe,it))return;vi(Fe,it),ei=Ve;var bt=(new Date).getTime(),ut=bt-ci;ut>0&&(Hi.x=Fe/ut,Hi.y=it/ut,ci=bt),function tt(Tt,Ze){var Ve=Math.floor($e.scrollTop),Fe=$e.scrollLeft,it=Math.abs(Tt),bt=Math.abs(Ze);if(bt>it){if(Ze<0&&Ve===qe.contentHeight-qe.containerHeight||Ze>0&&0===Ve)return 0===window.scrollY&&Ze>0&&k.isChrome}else if(it>bt&&(Tt<0&&Fe===qe.contentWidth-qe.containerWidth||Tt>0&&0===Fe))return!0;return!0}(Fe,it)&&Tt.preventDefault()}}function It(){qe.settings.swipeEasing&&(clearInterval(oi),oi=setInterval(function(){qe.isInitialized?clearInterval(oi):Hi.x||Hi.y?Math.abs(Hi.x)<.01&&Math.abs(Hi.y)<.01?clearInterval(oi):qe.element?(vi(30*Hi.x,30*Hi.y),Hi.x*=.8,Hi.y*=.8):clearInterval(oi):clearInterval(oi)},10))}}},ye=function($e,tt){var vi=this;if(void 0===tt&&(tt={}),"string"==typeof $e&&($e=document.querySelector($e)),!$e||!$e.nodeName)throw new Error("no element is specified to initialize PerfectScrollbar");for(var ei in this.element=$e,$e.classList.add("ps"),this.settings={handlers:["click-rail","drag-thumb","keyboard","wheel","touch"],maxScrollbarLength:null,minScrollbarLength:null,scrollingThreshold:1e3,scrollXMarginOffset:0,scrollYMarginOffset:0,suppressScrollX:!1,suppressScrollY:!1,swipeEasing:!0,useBothWheelAxes:!1,wheelPropagation:!0,wheelSpeed:1},tt)this.settings[ei]=tt[ei];this.containerWidth=null,this.containerHeight=null,this.contentWidth=null,this.contentHeight=null;var nn,ln,ci=function(){return $e.classList.add($_state_focus)},Hi=function(){return $e.classList.remove($_state_focus)};this.isRtl="rtl"===M($e).direction,!0===this.isRtl&&$e.classList.add("ps__rtl"),this.isNegativeScroll=(ln=$e.scrollLeft,$e.scrollLeft=-1,nn=$e.scrollLeft<0,$e.scrollLeft=ln,nn),this.negativeScrollAdjustment=this.isNegativeScroll?$e.scrollWidth-$e.clientWidth:0,this.event=new D,this.ownerDocument=$e.ownerDocument||document,this.scrollbarXRail=U($_element_rail("x")),$e.appendChild(this.scrollbarXRail),this.scrollbarX=U($_element_thumb("x")),this.scrollbarXRail.appendChild(this.scrollbarX),this.scrollbarX.setAttribute("tabindex",0),this.event.bind(this.scrollbarX,"focus",ci),this.event.bind(this.scrollbarX,"blur",Hi),this.scrollbarXActive=null,this.scrollbarXWidth=null,this.scrollbarXLeft=null;var oi=M(this.scrollbarXRail);this.scrollbarXBottom=parseInt(oi.bottom,10),isNaN(this.scrollbarXBottom)?(this.isScrollbarXUsingBottom=!1,this.scrollbarXTop=h(oi.top)):this.isScrollbarXUsingBottom=!0,this.railBorderXWidth=h(oi.borderLeftWidth)+h(oi.borderRightWidth),j(this.scrollbarXRail,{display:"block"}),this.railXMarginWidth=h(oi.marginLeft)+h(oi.marginRight),j(this.scrollbarXRail,{display:""}),this.railXWidth=null,this.railXRatio=null,this.scrollbarYRail=U($_element_rail("y")),$e.appendChild(this.scrollbarYRail),this.scrollbarY=U($_element_thumb("y")),this.scrollbarYRail.appendChild(this.scrollbarY),this.scrollbarY.setAttribute("tabindex",0),this.event.bind(this.scrollbarY,"focus",ci),this.event.bind(this.scrollbarY,"blur",Hi),this.scrollbarYActive=null,this.scrollbarYHeight=null,this.scrollbarYTop=null;var ui=M(this.scrollbarYRail);this.scrollbarYRight=parseInt(ui.right,10),isNaN(this.scrollbarYRight)?(this.isScrollbarYUsingRight=!1,this.scrollbarYLeft=h(ui.left)):this.isScrollbarYUsingRight=!0,this.scrollbarYOuterWidth=this.isRtl?function A(qe){var $e=M(qe);return h($e.width)+h($e.paddingLeft)+h($e.paddingRight)+h($e.borderLeftWidth)+h($e.borderRightWidth)}(this.scrollbarY):null,this.railBorderYWidth=h(ui.borderTopWidth)+h(ui.borderBottomWidth),j(this.scrollbarYRail,{display:"block"}),this.railYMarginHeight=h(ui.marginTop)+h(ui.marginBottom),j(this.scrollbarYRail,{display:""}),this.railYHeight=null,this.railYRatio=null,this.reach={x:$e.scrollLeft<=0?"start":$e.scrollLeft>=this.contentWidth-this.containerWidth?"end":null,y:$e.scrollTop<=0?"start":$e.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach(function(ln){return _e[ln](vi)}),this.lastScrollTop=Math.floor($e.scrollTop),this.lastScrollLeft=$e.scrollLeft,this.event.bind(this.element,"scroll",function(ln){return vi.onScroll(ln)}),x(this)};ye.prototype.update=function(){this.isAlive&&(this.negativeScrollAdjustment=this.isNegativeScroll?this.element.scrollWidth-this.element.clientWidth:0,j(this.scrollbarXRail,{display:"block"}),j(this.scrollbarYRail,{display:"block"}),this.railXMarginWidth=h(M(this.scrollbarXRail).marginLeft)+h(M(this.scrollbarXRail).marginRight),this.railYMarginHeight=h(M(this.scrollbarYRail).marginTop)+h(M(this.scrollbarYRail).marginBottom),j(this.scrollbarXRail,{display:"none"}),j(this.scrollbarYRail,{display:"none"}),x(this),o(this,"top",0,!1,!0),o(this,"left",0,!1,!0),j(this.scrollbarXRail,{display:""}),j(this.scrollbarYRail,{display:""}))},ye.prototype.onScroll=function($e){this.isAlive&&(x(this),o(this,"top",this.element.scrollTop-this.lastScrollTop),o(this,"left",this.element.scrollLeft-this.lastScrollLeft),this.lastScrollTop=Math.floor(this.element.scrollTop),this.lastScrollLeft=this.element.scrollLeft)},ye.prototype.destroy=function(){this.isAlive&&(this.event.unbindAll(),G(this.scrollbarX),G(this.scrollbarY),G(this.scrollbarXRail),G(this.scrollbarYRail),this.removePsClasses(),this.element=null,this.scrollbarX=null,this.scrollbarY=null,this.scrollbarXRail=null,this.scrollbarYRail=null,this.isAlive=!1)},ye.prototype.removePsClasses=function(){this.element.className=this.element.className.split(" ").filter(function($e){return!$e.match(/^ps([-_].+|)$/)}).join(" ")};const Le=ye;var Ke=function(){if(typeof Map<"u")return Map;function qe($e,tt){var vi=-1;return $e.some(function(ei,ci){return ei[0]===tt&&(vi=ci,!0)}),vi}return function(){function $e(){this.__entries__=[]}return Object.defineProperty($e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),$e.prototype.get=function(tt){var vi=qe(this.__entries__,tt),ei=this.__entries__[vi];return ei&&ei[1]},$e.prototype.set=function(tt,vi){var ei=qe(this.__entries__,tt);~ei?this.__entries__[ei][1]=vi:this.__entries__.push([tt,vi])},$e.prototype.delete=function(tt){var vi=this.__entries__,ei=qe(vi,tt);~ei&&vi.splice(ei,1)},$e.prototype.has=function(tt){return!!~qe(this.__entries__,tt)},$e.prototype.clear=function(){this.__entries__.splice(0)},$e.prototype.forEach=function(tt,vi){void 0===vi&&(vi=null);for(var ei=0,ci=this.__entries__;ei0},qe.prototype.connect_=function(){!ge||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Mt?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},qe.prototype.disconnect_=function(){!ge||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},qe.prototype.onTransitionEnd_=function($e){var tt=$e.propertyName,vi=void 0===tt?"":tt;Ct.some(function(ci){return!!~vi.indexOf(ci)})&&this.refresh()},qe.getInstance=function(){return this.instance_||(this.instance_=new qe),this.instance_},qe.instance_=null,qe}(),Pe=function(qe,$e){for(var tt=0,vi=Object.keys($e);tt"u")&&Element instanceof Object){if(!($e instanceof Ht($e).Element))throw new TypeError('parameter 1 is not of type "Element".');var tt=this.observations_;tt.has($e)||(tt.set($e,new kt($e)),this.controller_.addObserver(this),this.controller_.refresh())}},qe.prototype.unobserve=function($e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u")&&Element instanceof Object){if(!($e instanceof Ht($e).Element))throw new TypeError('parameter 1 is not of type "Element".');var tt=this.observations_;tt.has($e)&&(tt.delete($e),tt.size||this.controller_.removeObserver(this))}},qe.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},qe.prototype.gatherActive=function(){var $e=this;this.clearActive(),this.observations_.forEach(function(tt){tt.isActive()&&$e.activeObservations_.push(tt)})},qe.prototype.broadcastActive=function(){if(this.hasActive()){var $e=this.callbackCtx_,tt=this.activeObservations_.map(function(vi){return new Rt(vi.target,vi.broadcastRect())});this.callback_.call($e,tt,$e),this.clearActive()}},qe.prototype.clearActive=function(){this.activeObservations_.splice(0)},qe.prototype.hasActive=function(){return this.activeObservations_.length>0},qe}(),te=typeof WeakMap<"u"?new WeakMap:new Ke,ce=function(){return function qe($e){if(!(this instanceof qe))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var tt=lt.getInstance(),vi=new le($e,tt,this);te.set(this,vi)}}();["observe","unobserve","disconnect"].forEach(function(qe){ce.prototype[qe]=function(){var $e;return($e=te.get(this))[qe].apply($e,arguments)}});const ke=typeof ve.ResizeObserver<"u"?ve.ResizeObserver:ce,Ue=["*"];function Ne(qe,$e){if(1&qe&&(g.j41(0,"div",3),g.nrm(1,"div",4)(2,"div",5)(3,"div",6)(4,"div",7),g.k0s()),2&qe){const tt=g.XpG();g.AVh("ps-at-top",tt.states.top)("ps-at-left",tt.states.left)("ps-at-right",tt.states.right)("ps-at-bottom",tt.states.bottom),g.R7$(),g.AVh("ps-indicator-show",tt.indicatorY&&tt.interaction),g.R7$(),g.AVh("ps-indicator-show",tt.indicatorX&&tt.interaction),g.R7$(),g.AVh("ps-indicator-show",tt.indicatorX&&tt.interaction),g.R7$(),g.AVh("ps-indicator-show",tt.indicatorY&&tt.interaction)}}const Kt=new w.nKC("PERFECT_SCROLLBAR_CONFIG");class yt{constructor($e,tt,vi,ei){this.x=$e,this.y=tt,this.w=vi,this.h=ei}}class Vt{constructor($e,tt){this.x=$e,this.y=tt}}const Zt=["psScrollY","psScrollX","psScrollUp","psScrollDown","psScrollLeft","psScrollRight","psYReachEnd","psYReachStart","psXReachEnd","psXReachStart"];class ti{constructor($e={}){this.assign($e)}assign($e={}){for(const tt in $e)this[tt]=$e[tt]}}let Ye=(()=>{class qe{constructor(tt,vi,ei,ci,Hi){this.zone=tt,this.differs=vi,this.elementRef=ei,this.platformId=ci,this.defaults=Hi,this.instance=null,this.ro=null,this.timeout=null,this.animation=null,this.configDiff=null,this.ngDestroy=new i.B,this.disabled=!1,this.psScrollY=new g.bkB,this.psScrollX=new g.bkB,this.psScrollUp=new g.bkB,this.psScrollDown=new g.bkB,this.psScrollLeft=new g.bkB,this.psScrollRight=new g.bkB,this.psYReachEnd=new g.bkB,this.psYReachStart=new g.bkB,this.psXReachEnd=new g.bkB,this.psXReachStart=new g.bkB}ngOnInit(){if(!this.disabled&&(0,P.UE)(this.platformId)){const tt=new ti(this.defaults);tt.assign(this.config),this.zone.runOutsideAngular(()=>{this.instance=new Le(this.elementRef.nativeElement,tt)}),this.configDiff||(this.configDiff=this.differs.find(this.config||{}).create(),this.configDiff.diff(this.config||{})),this.zone.runOutsideAngular(()=>{this.ro=new ke(()=>{this.update()}),this.elementRef.nativeElement.children[0]&&this.ro.observe(this.elementRef.nativeElement.children[0]),this.ro.observe(this.elementRef.nativeElement)}),this.zone.runOutsideAngular(()=>{Zt.forEach(vi=>{const ei=vi.replace(/([A-Z])/g,ci=>`-${ci.toLowerCase()}`);(0,t.R)(this.elementRef.nativeElement,ei).pipe((0,S.Z)(20),(0,c.Q)(this.ngDestroy)).subscribe(ci=>{this[vi].emit(ci)})})})}}ngOnDestroy(){(0,P.UE)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.complete(),this.ro&&this.ro.disconnect(),this.timeout&&typeof window<"u"&&window.clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.instance&&this.instance.destroy()}),this.instance=null)}ngDoCheck(){!this.disabled&&this.configDiff&&(0,P.UE)(this.platformId)&&this.configDiff.diff(this.config||{})&&(this.ngOnDestroy(),this.ngOnInit())}ngOnChanges(tt){tt.disabled&&!tt.disabled.isFirstChange()&&(0,P.UE)(this.platformId)&&tt.disabled.currentValue!==tt.disabled.previousValue&&(!0===tt.disabled.currentValue?this.ngOnDestroy():!1===tt.disabled.currentValue&&this.ngOnInit())}ps(){return this.instance}update(){typeof window<"u"&&(this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(()=>{if(!this.disabled&&this.configDiff)try{this.zone.runOutsideAngular(()=>{this.instance&&this.instance.update()})}catch{}},0))}geometry(tt="scroll"){return new yt(this.elementRef.nativeElement[tt+"Left"],this.elementRef.nativeElement[tt+"Top"],this.elementRef.nativeElement[tt+"Width"],this.elementRef.nativeElement[tt+"Height"])}position(tt=!1){return!tt&&this.instance?new Vt(this.instance.reach.x||0,this.instance.reach.y||0):new Vt(this.elementRef.nativeElement.scrollLeft,this.elementRef.nativeElement.scrollTop)}scrollable(tt="any"){const vi=this.elementRef.nativeElement;return"any"===tt?vi.classList.contains("ps--active-x")||vi.classList.contains("ps--active-y"):"both"===tt?vi.classList.contains("ps--active-x")&&vi.classList.contains("ps--active-y"):vi.classList.contains("ps--active-"+tt)}scrollTo(tt,vi,ei){this.disabled||(null==vi&&null==ei?this.animateScrolling("scrollTop",tt,ei):(null!=tt&&this.animateScrolling("scrollLeft",tt,ei),null!=vi&&this.animateScrolling("scrollTop",vi,ei)))}scrollToX(tt,vi){this.animateScrolling("scrollLeft",tt,vi)}scrollToY(tt,vi){this.animateScrolling("scrollTop",tt,vi)}scrollToTop(tt,vi){this.animateScrolling("scrollTop",tt||0,vi)}scrollToLeft(tt,vi){this.animateScrolling("scrollLeft",tt||0,vi)}scrollToRight(tt,vi){this.animateScrolling("scrollLeft",this.elementRef.nativeElement.scrollWidth-this.elementRef.nativeElement.clientWidth-(tt||0),vi)}scrollToBottom(tt,vi){this.animateScrolling("scrollTop",this.elementRef.nativeElement.scrollHeight-this.elementRef.nativeElement.clientHeight-(tt||0),vi)}scrollToElement(tt,vi,ei){if("string"==typeof tt&&(tt=this.elementRef.nativeElement.querySelector(tt)),tt){const ci=tt.getBoundingClientRect(),Hi=this.elementRef.nativeElement.getBoundingClientRect();this.elementRef.nativeElement.classList.contains("ps--active-x")&&this.animateScrolling("scrollLeft",ci.left-Hi.left+this.elementRef.nativeElement.scrollLeft+(vi||0),ei),this.elementRef.nativeElement.classList.contains("ps--active-y")&&this.animateScrolling("scrollTop",ci.top-Hi.top+this.elementRef.nativeElement.scrollTop+(vi||0),ei)}}animateScrolling(tt,vi,ei){if(this.animation&&(window.cancelAnimationFrame(this.animation),this.animation=null),!ei||typeof window>"u")this.elementRef.nativeElement[tt]=vi;else if(vi!==this.elementRef.nativeElement[tt]){let ci=0,Hi=0,oi=performance.now(),ui=this.elementRef.nativeElement[tt];const ln=(ui-vi)/2,nn=dn=>{Hi+=Math.PI/(ei/(dn-oi)),ci=Math.round(vi+ln+ln*Math.cos(Hi)),this.elementRef.nativeElement[tt]===ui&&(Hi>=Math.PI?this.animateScrolling(tt,vi,0):(this.elementRef.nativeElement[tt]=ci,ui=this.elementRef.nativeElement[tt],oi=dn,this.animation=window.requestAnimationFrame(nn)))};window.requestAnimationFrame(nn)}}}return qe.\u0275fac=function(tt){return new(tt||qe)(g.rXU(g.SKi),g.rXU(d.MKu),g.rXU(g.aKT),g.rXU(g.Agw),g.rXU(Kt,8))},qe.\u0275dir=g.FsC({type:qe,selectors:[["","perfectScrollbar",""]],inputs:{disabled:"disabled",config:[0,"perfectScrollbar","config"]},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],standalone:!1,features:[g.OA$]}),qe})(),Nt=(()=>{class qe{constructor(tt,vi,ei){this.zone=tt,this.cdRef=vi,this.platformId=ei,this.states={},this.indicatorX=!1,this.indicatorY=!1,this.interaction=!1,this.scrollPositionX=0,this.scrollPositionY=0,this.scrollDirectionX=0,this.scrollDirectionY=0,this.usePropagationX=!1,this.usePropagationY=!1,this.allowPropagationX=!1,this.allowPropagationY=!1,this.stateTimeout=null,this.ngDestroy=new i.B,this.stateUpdate=new i.B,this.disabled=!1,this.usePSClass=!0,this.autoPropagation=!1,this.scrollIndicators=!1,this.psScrollY=new g.bkB,this.psScrollX=new g.bkB,this.psScrollUp=new g.bkB,this.psScrollDown=new g.bkB,this.psScrollLeft=new g.bkB,this.psScrollRight=new g.bkB,this.psYReachEnd=new g.bkB,this.psYReachStart=new g.bkB,this.psXReachEnd=new g.bkB,this.psXReachStart=new g.bkB}ngOnInit(){(0,P.UE)(this.platformId)&&(this.stateUpdate.pipe((0,c.Q)(this.ngDestroy),(0,e.F)((tt,vi)=>tt===vi&&!this.stateTimeout)).subscribe(tt=>{this.stateTimeout&&typeof window<"u"&&(window.clearTimeout(this.stateTimeout),this.stateTimeout=null),"x"===tt||"y"===tt?(this.interaction=!1,"x"===tt?(this.indicatorX=!1,this.states.left=!1,this.states.right=!1,this.autoPropagation&&this.usePropagationX&&(this.allowPropagationX=!1)):"y"===tt&&(this.indicatorY=!1,this.states.top=!1,this.states.bottom=!1,this.autoPropagation&&this.usePropagationY&&(this.allowPropagationY=!1))):("left"===tt||"right"===tt?(this.states.left=!1,this.states.right=!1,this.states[tt]=!0,this.autoPropagation&&this.usePropagationX&&(this.indicatorX=!0)):("top"===tt||"bottom"===tt)&&(this.states.top=!1,this.states.bottom=!1,this.states[tt]=!0,this.autoPropagation&&this.usePropagationY&&(this.indicatorY=!0)),this.autoPropagation&&typeof window<"u"&&(this.stateTimeout=window.setTimeout(()=>{this.indicatorX=!1,this.indicatorY=!1,this.stateTimeout=null,this.interaction&&(this.states.left||this.states.right)&&(this.allowPropagationX=!0),this.interaction&&(this.states.top||this.states.bottom)&&(this.allowPropagationY=!0),this.cdRef.markForCheck()},500))),this.cdRef.markForCheck(),this.cdRef.detectChanges()}),this.zone.runOutsideAngular(()=>{if(this.directiveRef){const tt=this.directiveRef.elementRef.nativeElement;(0,t.R)(tt,"wheel").pipe((0,c.Q)(this.ngDestroy)).subscribe(vi=>{!this.disabled&&this.autoPropagation&&this.checkPropagation(vi,vi.deltaX,vi.deltaY)}),(0,t.R)(tt,"touchmove").pipe((0,c.Q)(this.ngDestroy)).subscribe(vi=>{if(!this.disabled&&this.autoPropagation){const ei=vi.touches[0].clientX,ci=vi.touches[0].clientY;this.checkPropagation(vi,ei-this.scrollPositionX,ci-this.scrollPositionY),this.scrollPositionX=ei,this.scrollPositionY=ci}}),(0,p.h)((0,t.R)(tt,"ps-scroll-x").pipe((0,T.u)("x")),(0,t.R)(tt,"ps-scroll-y").pipe((0,T.u)("y")),(0,t.R)(tt,"ps-x-reach-end").pipe((0,T.u)("right")),(0,t.R)(tt,"ps-y-reach-end").pipe((0,T.u)("bottom")),(0,t.R)(tt,"ps-x-reach-start").pipe((0,T.u)("left")),(0,t.R)(tt,"ps-y-reach-start").pipe((0,T.u)("top"))).pipe((0,c.Q)(this.ngDestroy)).subscribe(vi=>{!this.disabled&&(this.autoPropagation||this.scrollIndicators)&&this.stateUpdate.next(vi)})}}),window.setTimeout(()=>{Zt.forEach(tt=>{this.directiveRef&&(this.directiveRef[tt]=this[tt])})},0))}ngOnDestroy(){(0,P.UE)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.unsubscribe(),this.stateTimeout&&typeof window<"u"&&window.clearTimeout(this.stateTimeout))}ngDoCheck(){if((0,P.UE)(this.platformId)&&!this.disabled&&this.autoPropagation&&this.directiveRef){const tt=this.directiveRef.elementRef.nativeElement;this.usePropagationX=tt.classList.contains("ps--active-x"),this.usePropagationY=tt.classList.contains("ps--active-y")}}checkPropagation(tt,vi,ei){this.interaction=!0;const ci=vi<0?-1:1,Hi=ei<0?-1:1;(this.usePropagationX&&this.usePropagationY||this.usePropagationX&&(!this.allowPropagationX||this.scrollDirectionX!==ci)||this.usePropagationY&&(!this.allowPropagationY||this.scrollDirectionY!==Hi))&&(tt.preventDefault(),tt.stopPropagation()),vi&&(this.scrollDirectionX=ci),ei&&(this.scrollDirectionY=Hi),this.stateUpdate.next("interaction"),this.cdRef.detectChanges()}}return qe.\u0275fac=function(tt){return new(tt||qe)(g.rXU(g.SKi),g.rXU(d.gRc),g.rXU(g.Agw))},qe.\u0275cmp=g.VBU({type:qe,selectors:[["perfect-scrollbar"]],viewQuery:function(tt,vi){if(1&tt&&g.GBs(Ye,7),2&tt){let ei;g.mGM(ei=g.lsd())&&(vi.directiveRef=ei.first)}},hostVars:4,hostBindings:function(tt,vi){2&tt&&g.AVh("ps-show-limits",vi.autoPropagation)("ps-show-active",vi.scrollIndicators)},inputs:{disabled:"disabled",usePSClass:"usePSClass",autoPropagation:"autoPropagation",scrollIndicators:"scrollIndicators",config:"config"},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],standalone:!1,ngContentSelectors:Ue,decls:4,vars:5,consts:[[2,"position","static",3,"perfectScrollbar","disabled"],[1,"ps-content"],["class","ps-overlay",3,"ps-at-top","ps-at-left","ps-at-right","ps-at-bottom",4,"ngIf"],[1,"ps-overlay"],[1,"ps-indicator-top"],[1,"ps-indicator-left"],[1,"ps-indicator-right"],[1,"ps-indicator-bottom"]],template:function(tt,vi){1&tt&&(g.NAR(),g.j41(0,"div",0)(1,"div",1),g.SdG(2),g.k0s(),g.DNE(3,Ne,5,16,"div",2),g.k0s()),2&tt&&(g.AVh("ps",vi.usePSClass),g.Y8G("perfectScrollbar",vi.config)("disabled",vi.disabled),g.R7$(3),g.Y8G("ngIf",vi.scrollIndicators))},dependencies:[Ye,m.bT],styles:["perfect-scrollbar{position:relative;display:block;overflow:hidden;width:100%;height:100%;max-width:100%;max-height:100%}perfect-scrollbar[hidden]{display:none}perfect-scrollbar[fxflex]{display:flex;flex-direction:column;height:auto;min-width:0;min-height:0}perfect-scrollbar[fxflex]>.ps{flex:1 1 auto;width:auto;height:auto;min-width:0;min-height:0;-webkit-box-flex:1}perfect-scrollbar[fxlayout]>.ps,perfect-scrollbar[fxlayout]>.ps>.ps-content{display:flex;flex:1 1 auto;flex-direction:inherit;align-items:inherit;align-content:inherit;justify-content:inherit;width:100%;height:100%;-webkit-box-align:inherit;-webkit-box-flex:1;-webkit-box-pack:inherit}perfect-scrollbar[fxlayout=row]>.ps,perfect-scrollbar[fxlayout=row]>.ps>.ps-content{flex-direction:row!important}perfect-scrollbar[fxlayout=column]>.ps,perfect-scrollbar[fxlayout=column]>.ps>.ps-content{flex-direction:column!important}perfect-scrollbar>.ps{position:static;display:block;width:100%;height:100%;max-width:100%;max-height:100%}perfect-scrollbar>.ps textarea{-ms-overflow-style:scrollbar}perfect-scrollbar>.ps>.ps-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;pointer-events:none}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{position:absolute;opacity:0;transition:opacity .3s ease-in-out}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{left:0;min-width:100%;min-height:24px}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left,perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{top:0;min-width:24px;min-height:100%}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-top{top:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-left{left:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-right{right:0}perfect-scrollbar>.ps>.ps-overlay .ps-indicator-bottom{bottom:0}perfect-scrollbar>.ps.ps--active-y>.ps__rail-y{top:0!important;right:0!important;left:auto!important;width:10px;cursor:default;transition:width .2s linear,opacity .2s linear,background-color .2s linear}perfect-scrollbar>.ps.ps--active-y>.ps__rail-y:hover,perfect-scrollbar>.ps.ps--active-y>.ps__rail-y.ps--clicking{width:15px}perfect-scrollbar>.ps.ps--active-x>.ps__rail-x{top:auto!important;bottom:0!important;left:0!important;height:10px;cursor:default;transition:height .2s linear,opacity .2s linear,background-color .2s linear}perfect-scrollbar>.ps.ps--active-x>.ps__rail-x:hover,perfect-scrollbar>.ps.ps--active-x>.ps__rail-x.ps--clicking{height:15px}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__rail-y{margin:0 0 10px}perfect-scrollbar>.ps.ps--active-x.ps--active-y>.ps__rail-x{margin:0 10px 0 0}perfect-scrollbar>.ps.ps--scrolling-y>.ps__rail-y,perfect-scrollbar>.ps.ps--scrolling-x>.ps__rail-x{opacity:.9;background-color:#eee}perfect-scrollbar.ps-show-always>.ps.ps--active-y>.ps__rail-y,perfect-scrollbar.ps-show-always>.ps.ps--active-x>.ps__rail-x{opacity:.6}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-top) .ps-indicator-top{opacity:1;background:linear-gradient(to bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-y>.ps-overlay:not(.ps-at-bottom) .ps-indicator-bottom{opacity:1;background:linear-gradient(to top,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-left) .ps-indicator-left{opacity:1;background:linear-gradient(to right,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active>.ps.ps--active-x>.ps-overlay:not(.ps-at-right) .ps-indicator-right{opacity:1;background:linear-gradient(to left,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top{background:linear-gradient(to bottom,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom{background:linear-gradient(to top,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left{background:linear-gradient(to right,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right{background:linear-gradient(to left,rgba(170,170,170,.5) 0%,rgba(170,170,170,0) 100%)}perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-top .ps-indicator-top.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-y>.ps-overlay.ps-at-bottom .ps-indicator-bottom.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-left .ps-indicator-left.ps-indicator-show,perfect-scrollbar.ps-show-active.ps-show-limits>.ps.ps--active-x>.ps-overlay.ps-at-right .ps-indicator-right.ps-indicator-show{opacity:1}\n",".ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0px;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}\n"],encapsulation:2}),qe})(),Jt=(()=>{class qe{}return qe.\u0275fac=function(tt){return new(tt||qe)},qe.\u0275mod=g.$C({type:qe}),qe.\u0275inj=w.G2t({imports:[[m.MD],m.MD]}),qe})()},10568:(Ae,ee,l)=>{var i=l(16508),t=l(27054).Buffer;Ae.exports=function p(S,c){return t.from(S.toRed(i.mont(c.modulus)).redPow(new i(c.publicExponent)).fromRed().toArray())}},10820:function(Ae){!function(ee){"use strict";var l={bytesToString:function(i){return i.map(function(t){return String.fromCharCode(t)}).join("")},stringToBytes:function(i){return i.split("").map(function(t){return t.charCodeAt(0)})}};l.UTF8={bytesToString:function(i){return decodeURIComponent(escape(l.bytesToString(i)))},stringToBytes:function(i){return l.stringToBytes(unescape(encodeURIComponent(i)))}},Ae.exports?Ae.exports=l:ee.convertString=l}(this)},10827:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(12901),p=l(39210),S=i.rotr64_hi,c=i.rotr64_lo,e=i.shr64_hi,T=i.shr64_lo,g=i.sum64,d=i.sum64_hi,w=i.sum64_lo,m=i.sum64_4_hi,P=i.sum64_4_lo,M=i.sum64_5_hi,j=i.sum64_5_lo,U=t.BlockHash,K=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function q(){if(!(this instanceof q))return new q;U.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=K,this.W=new Array(160)}function G(f,h,b,A,k){var x=f&b^~f&k;return x<0&&(x+=4294967296),x}function Q(f,h,b,A,k,x){var r=h&A^~h&x;return r<0&&(r+=4294967296),r}function $(f,h,b,A,k){var x=f&b^f&k^b&k;return x<0&&(x+=4294967296),x}function ae(f,h,b,A,k,x){var r=h&A^h&x^A&x;return r<0&&(r+=4294967296),r}function ue(f,h){var x=S(f,h,28)^S(h,f,2)^S(h,f,7);return x<0&&(x+=4294967296),x}function oe(f,h){var x=c(f,h,28)^c(h,f,2)^c(h,f,7);return x<0&&(x+=4294967296),x}function he(f,h){var x=S(f,h,14)^S(f,h,18)^S(h,f,9);return x<0&&(x+=4294967296),x}function me(f,h){var x=c(f,h,14)^c(f,h,18)^c(h,f,9);return x<0&&(x+=4294967296),x}function Te(f,h){var x=S(f,h,1)^S(f,h,8)^e(f,h,7);return x<0&&(x+=4294967296),x}function D(f,h){var x=c(f,h,1)^c(f,h,8)^T(f,h,7);return x<0&&(x+=4294967296),x}function n(f,h){var x=S(f,h,19)^S(h,f,29)^e(f,h,6);return x<0&&(x+=4294967296),x}function o(f,h){var x=c(f,h,19)^c(h,f,29)^T(f,h,6);return x<0&&(x+=4294967296),x}i.inherits(q,U),Ae.exports=q,q.blockSize=1024,q.outSize=512,q.hmacStrength=192,q.padLength=128,q.prototype._prepareBlock=function(h,b){for(var A=this.W,k=0;k<32;k++)A[k]=h[b+k];for(;k{"use strict";l.d(ee,{E:()=>M});var i=l(2615),t=l(73664),p=l(39842),S=l(44522),c=l(31804),e=l(12496);const T={capture:!0},g=["focus","mousedown","mouseenter","touchstart"],d="mat-ripple-loader-uninitialized",w="mat-ripple-loader-class-name",m="mat-ripple-loader-centered",P="mat-ripple-loader-disabled";let M=(()=>{class j{_document=(0,i.WQX)(i.qQL);_animationsDisabled=(0,c.Rc)();_globalRippleOptions=(0,i.WQX)(e.$E,{optional:!0});_platform=(0,i.WQX)(p.O);_ngZone=(0,i.WQX)(t.SKi);_injector=(0,i.WQX)(i.zZn);_eventCleanups;_hosts=new Map;constructor(){const K=(0,i.WQX)(t._9s).createRenderer(null,null);this._eventCleanups=this._ngZone.runOutsideAngular(()=>g.map(q=>K.listen(this._document,q,this._onInteraction,T)))}ngOnDestroy(){const K=this._hosts.keys();for(const q of K)this.destroyRipple(q);this._eventCleanups.forEach(q=>q())}configureRipple(K,q){K.setAttribute(d,this._globalRippleOptions?.namespace??""),(q.className||!K.hasAttribute(w))&&K.setAttribute(w,q.className||""),q.centered&&K.setAttribute(m,""),q.disabled&&K.setAttribute(P,"")}setDisabled(K,q){const G=this._hosts.get(K);G?(G.target.rippleDisabled=q,!q&&!G.hasSetUpEvents&&(G.hasSetUpEvents=!0,G.renderer.setupTriggerEvents(K))):q?K.setAttribute(P,""):K.removeAttribute(P)}_onInteraction=K=>{const q=(0,S.Fb)(K);if(q instanceof HTMLElement){const G=q.closest(`[${d}="${this._globalRippleOptions?.namespace??""}"]`);G&&this._createRipple(G)}};_createRipple(K){if(!this._document||this._hosts.has(K))return;K.querySelector(".mat-ripple")?.remove();const q=this._document.createElement("span");q.classList.add("mat-ripple",K.getAttribute(w)),K.append(q);const G=this._globalRippleOptions,Q=this._animationsDisabled?0:G?.animation?.enterDuration??e.EX.enterDuration,$=this._animationsDisabled?0:G?.animation?.exitDuration??e.EX.exitDuration,ae={rippleDisabled:this._animationsDisabled||G?.disabled||K.hasAttribute(P),rippleConfig:{centered:K.hasAttribute(m),terminateOnPointerUp:G?.terminateOnPointerUp,animation:{enterDuration:Q,exitDuration:$}}},ue=new e.ug(ae,this._ngZone,q,this._platform,this._injector),oe=!ae.rippleDisabled;oe&&ue.setupTriggerEvents(K),this._hosts.set(K,{target:ae,renderer:ue,hasSetUpEvents:oe}),K.removeAttribute(d)}destroyRipple(K){const q=this._hosts.get(K);q&&(q.renderer._removeTriggerEvents(),this._hosts.delete(K))}static \u0275fac=function(q){return new(q||j)};static \u0275prov=i.jDH({token:j,factory:j.\u0275fac,providedIn:"root"})}return j})()},11514:(Ae,ee,l)=>{"use strict";l.d(ee,{FX:()=>G,If:()=>i,K2:()=>e,Os:()=>c,P:()=>j,PZ:()=>q,hZ:()=>p,i0:()=>S,i7:()=>d,iF:()=>T,kY:()=>w,kp:()=>t,sf:()=>K,wk:()=>g});var i=function(Q){return Q[Q.State=0]="State",Q[Q.Transition=1]="Transition",Q[Q.Sequence=2]="Sequence",Q[Q.Group=3]="Group",Q[Q.Animate=4]="Animate",Q[Q.Keyframes=5]="Keyframes",Q[Q.Style=6]="Style",Q[Q.Trigger=7]="Trigger",Q[Q.Reference=8]="Reference",Q[Q.AnimateChild=9]="AnimateChild",Q[Q.AnimateRef=10]="AnimateRef",Q[Q.Query=11]="Query",Q[Q.Stagger=12]="Stagger",Q}(i||{});const t="*";function p(Q,$){return{type:i.Trigger,name:Q,definitions:$,options:{}}}function S(Q,$=null){return{type:i.Animate,styles:$,timings:Q}}function c(Q,$=null){return{type:i.Group,steps:Q,options:$}}function e(Q,$=null){return{type:i.Sequence,steps:Q,options:$}}function T(Q){return{type:i.Style,styles:Q,offset:null}}function g(Q,$,ae){return{type:i.State,name:Q,styles:$,options:ae}}function d(Q){return{type:i.Keyframes,steps:Q}}function w(Q,$,ae=null){return{type:i.Transition,expr:Q,animation:$,options:ae}}function j(Q,$,ae=null){return{type:i.Query,selector:Q,animation:$,options:ae}}class K{_onDoneFns=[];_onStartFns=[];_onDestroyFns=[];_originalOnDoneFns=[];_originalOnStartFns=[];_started=!1;_destroyed=!1;_finished=!1;_position=0;parentPlayer=null;totalTime;constructor($=0,ae=0){this.totalTime=$+ae}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach($=>$()),this._onDoneFns=[])}onStart($){this._originalOnStartFns.push($),this._onStartFns.push($)}onDone($){this._originalOnDoneFns.push($),this._onDoneFns.push($)}onDestroy($){this._onDestroyFns.push($)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach($=>$()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach($=>$()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition($){this._position=this.totalTime?$*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback($){const ae="start"==$?this._onStartFns:this._onDoneFns;ae.forEach(ue=>ue()),ae.length=0}}class q{_onDoneFns=[];_onStartFns=[];_finished=!1;_started=!1;_destroyed=!1;_onDestroyFns=[];parentPlayer=null;totalTime=0;players;constructor($){this.players=$;let ae=0,ue=0,oe=0;const he=this.players.length;0==he?queueMicrotask(()=>this._onFinish()):this.players.forEach(me=>{me.onDone(()=>{++ae==he&&this._onFinish()}),me.onDestroy(()=>{++ue==he&&this._onDestroy()}),me.onStart(()=>{++oe==he&&this._onStart()})}),this.totalTime=this.players.reduce((me,Te)=>Math.max(me,Te.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach($=>$()),this._onDoneFns=[])}init(){this.players.forEach($=>$.init())}onStart($){this._onStartFns.push($)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach($=>$()),this._onStartFns=[])}onDone($){this._onDoneFns.push($)}onDestroy($){this._onDestroyFns.push($)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach($=>$.play())}pause(){this.players.forEach($=>$.pause())}restart(){this.players.forEach($=>$.restart())}finish(){this._onFinish(),this.players.forEach($=>$.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach($=>$.destroy()),this._onDestroyFns.forEach($=>$()),this._onDestroyFns=[])}reset(){this.players.forEach($=>$.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition($){const ae=$*this.totalTime;this.players.forEach(ue=>{const oe=ue.totalTime?Math.min(1,ae/ue.totalTime):1;ue.setPosition(oe)})}getPosition(){const $=this.players.reduce((ae,ue)=>null===ae||ue.totalTime>ae.totalTime?ue:ae,null);return null!=$?$.getPosition():0}beforeDestroy(){this.players.forEach($=>{$.beforeDestroy&&$.beforeDestroy()})}triggerCallback($){const ae="start"==$?this._onStartFns:this._onDoneFns;ae.forEach(ue=>ue()),ae.length=0}}const G="!"},11747:(Ae,ee,l)=>{"use strict";l.d(ee,{En:()=>re,Vm:()=>Qt,EH:()=>o,gp:()=>pe});var i=l(57786),t=l(71985),p=l(21413),S=l(73557),c=l(983),e=l(7673),T=l(18810),g=l(98071);class w{constructor(te,ce,se){this.kind=te,this.value=ce,this.error=se,this.hasValue="N"===te}observe(te){return m(this,te)}do(te,ce,se){const{kind:ke,value:Ue,error:Ne}=this;return"N"===ke?te?.(Ue):"E"===ke?ce?.(Ne):se?.()}accept(te,ce,se){var ke;return(0,g.T)(null===(ke=te)||void 0===ke?void 0:ke.next)?this.observe(te):this.do(te,ce,se)}toObservable(){const{kind:te,value:ce,error:se}=this,ke="N"===te?(0,e.of)(ce):"E"===te?(0,T.$)(()=>se):"C"===te?c.w:0;if(!ke)throw new TypeError(`Unexpected notification kind ${te}`);return ke}static createNext(te){return new w("N",te)}static createError(te){return new w("E",void 0,te)}static createComplete(){return w.completeNotification}}function m(le,te){var ce,se,ke;const{kind:Ue,value:Ne,error:Kt}=le;if("string"!=typeof Ue)throw new TypeError('Invalid notification, missing "kind"');"N"===Ue?null===(ce=te.next)||void 0===ce||ce.call(te,Ne):"E"===Ue?null===(se=te.error)||void 0===se||se.call(te,Kt):null===(ke=te.complete)||void 0===ke||ke.call(te)}w.completeNotification=new w("C");var P=l(39974),M=l(54360),U=l(96354),K=l(99437),q=l(5964),G=l(58750);function Q(le,te,ce,se){return(0,P.N)((ke,Ue)=>{let Ne;te&&"function"!=typeof te?({duration:ce,element:Ne,connector:se}=te):Ne=te;const Kt=new Map,yt=Et=>{Kt.forEach(Et),Et(Ue)},Vt=Et=>yt(Jt=>Jt.error(Et));let Zt=0,ti=!1;const Ye=new M.H(Ue,Et=>{try{const Jt=le(Et);let qe=Kt.get(Jt);if(!qe){Kt.set(Jt,qe=se?se():new p.B);const $e=function Nt(Et,Jt){const qe=new t.c($e=>{Zt++;const tt=Jt.subscribe($e);return()=>{tt.unsubscribe(),0===--Zt&&ti&&Ye.unsubscribe()}});return qe.key=Et,qe}(Jt,qe);if(Ue.next($e),ce){const tt=(0,M._)(qe,()=>{qe.complete(),tt?.unsubscribe()},void 0,void 0,()=>Kt.delete(Jt));Ye.add((0,G.Tg)(ce($e)).subscribe(tt))}}qe.next(Ne?Ne(Et):Et)}catch(Jt){Vt(Jt)}},()=>yt(Et=>Et.complete()),Vt,()=>Kt.clear(),()=>(ti=!0,0===Zt));ke.subscribe(Ye)})}var $=l(31397);function ae(le,te){return te?ce=>ce.pipe(ae((se,ke)=>(0,G.Tg)(le(se,ke)).pipe((0,U.T)((Ue,Ne)=>te(se,Ue,ke,Ne))))):(0,P.N)((ce,se)=>{let ke=0,Ue=null,Ne=!1;ce.subscribe((0,M._)(se,Kt=>{Ue||(Ue=(0,M._)(se,void 0,()=>{Ue=null,Ne&&se.complete()}),(0,G.Tg)(le(Kt,ke++)).subscribe(Ue))},()=>{Ne=!0,!Ue&&se.complete()}))})}var oe=l(96697),he=l(2615),me=l(73664),Te=l(59640);const D={dispatch:!0,functional:!1,useEffectsErrorHandler:!0},n="__@ngrx/effects_create__";function o(le,te={}){const ce=te.functional?le:le(),se={...D,...te};return Object.defineProperty(ce,n,{value:se}),ce}function A(le){return Object.getPrototypeOf(le)}function x(le){return"function"==typeof le}function r(le){return le.filter(x)}function W(le,te,ce){const se=A(le),Ue=se&&"Object"!==se.constructor.name?se.constructor.name:null,Ne=function b(le){return function f(le){return Object.getOwnPropertyNames(le).filter(se=>!(!le[se]||!le[se].hasOwnProperty(n))&&le[se][n].hasOwnProperty("dispatch")).map(se=>({propertyName:se,...le[se][n]}))}(le)}(le).map(({propertyName:Kt,dispatch:yt,useEffectsErrorHandler:Vt})=>{const Zt="function"==typeof le[Kt]?le[Kt]():le[Kt],ti=Vt?ce(Zt,te):Zt;return!1===yt?ti.pipe((0,S.w)()):ti.pipe(function j(){return(0,P.N)((le,te)=>{le.subscribe((0,M._)(te,ce=>{te.next(w.createNext(ce))},()=>{te.next(w.createComplete()),te.complete()},ce=>{te.next(w.createError(ce)),te.complete()}))})}()).pipe((0,U.T)(Nt=>({effect:le[Kt],notification:Nt,propertyName:Kt,sourceName:Ue,sourceInstance:le})))});return(0,i.h)(...Ne)}function B(le,te,ce=10){return le.pipe((0,K.W)(se=>(te&&te.handleError(se),ce<=1?le:B(le,te,ce-1))))}let re=(()=>{var le;class te extends t.c{constructor(se){super(),se&&(this.source=se)}lift(se){const ke=new te;return ke.source=this,ke.operator=se,ke}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)(he.KVO(Te.sA))},this.\u0275prov=he.jDH({token:te,factory:te.\u0275fac,providedIn:"root"}))}return le(),te})();function pe(...le){return(0,q.p)(te=>le.some(ce=>"string"==typeof ce?ce===te.type:ce.type===te.type))}const be=new he.nKC("@ngrx/effects Internal Root Guard"),Be=new he.nKC("@ngrx/effects User Provided Effects"),_e=new he.nKC("@ngrx/effects Internal Root Effects"),ye=new he.nKC("@ngrx/effects Internal Root Effects Instances"),Le=new he.nKC("@ngrx/effects Internal Feature Effects"),Ke=new he.nKC("@ngrx/effects Internal Feature Effects Instance Groups"),ge=new he.nKC("@ngrx/effects Effects Error Handler",{providedIn:"root",factory:()=>B}),ve="@ngrx/effects/init";function Ce(le){return ze(le,"ngrxOnInitEffects")}function ze(le,te){return le&&te in le&&"function"==typeof le[te]}(0,Te.VP)(ve);let Z=(()=>{var le;class te extends p.B{constructor(se,ke){super(),this.errorHandler=se,this.effectsErrorHandler=ke}addEffects(se){this.next(se)}toActions(){return this.pipe(Q(se=>function k(le){return!!le.constructor&&"Object"!==le.constructor.name&&"Function"!==le.constructor.name}(se)?A(se):se),(0,$.Z)(se=>se.pipe(Q(J))),(0,$.Z)(se=>{const ke=se.pipe(ae(Ne=>function fe(le,te){return ce=>{const se=W(ce,le,te);return function Ht(le){return ze(le,"ngrxOnRunEffects")}(ce)?ce.ngrxOnRunEffects(se):se}}(this.errorHandler,this.effectsErrorHandler)(Ne)),(0,U.T)(Ne=>(function Ee(le,te){if("N"===le.notification.kind){const ce=le.notification.value;!function dt(le){return"function"!=typeof le&&le&&le.type&&"string"==typeof le.type}(ce)&&te.handleError(new Error(`Effect ${function nt({propertyName:le,sourceInstance:te,sourceName:ce}){const se="function"==typeof te[le];return ce?`"${ce}.${String(le)}${se?"()":""}"`:`"${String(le)}()"`}(le)} dispatched an invalid action: ${function Ct(le){try{return JSON.stringify(le)}catch{return le}}(ce)}`))}}(Ne,this.errorHandler),Ne.notification)),(0,q.p)(Ne=>"N"===Ne.kind&&null!=Ne.value),function ue(){return(0,P.N)((le,te)=>{le.subscribe((0,M._)(te,ce=>m(ce,te)))})}()),Ue=se.pipe((0,oe.s)(1),(0,q.p)(Ce),(0,U.T)(Ne=>Ne.ngrxOnInitEffects()));return(0,i.h)(ke,Ue)}))}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)(he.KVO(he.zcH),he.KVO(ge))},this.\u0275prov=he.jDH({token:te,factory:te.\u0275fac,providedIn:"root"}))}return le(),te})();function J(le){return function lt(le){return ze(le,"ngrxOnIdentifyEffects")}(le)?le.ngrxOnIdentifyEffects():""}let Ie=(()=>{var le;class te{get isStarted(){return!!this.effectsSubscription}constructor(se,ke){this.effectSources=se,this.store=ke,this.effectsSubscription=null}start(){this.effectsSubscription||(this.effectsSubscription=this.effectSources.toActions().subscribe(this.store))}ngOnDestroy(){this.effectsSubscription&&(this.effectsSubscription.unsubscribe(),this.effectsSubscription=null)}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)(he.KVO(Z),he.KVO(Te.il))},this.\u0275prov=he.jDH({token:te,factory:te.\u0275fac,providedIn:"root"}))}return le(),te})(),ht=(()=>{var le;class te{constructor(se,ke,Ue,Ne,Kt,yt,Vt){this.sources=se,ke.start();for(const Zt of Ne)se.addEffects(Zt);Ue.dispatch({type:ve})}addEffects(se){this.sources.addEffects(se)}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)(he.KVO(Z),he.KVO(Ie),he.KVO(Te.il),he.KVO(ye),he.KVO(Te.wc,8),he.KVO(Te.ae,8),he.KVO(be,8))},this.\u0275mod=me.$C({type:te}),this.\u0275inj=he.G2t({}))}return le(),te})(),li=(()=>{var le;class te{constructor(se,ke,Ue,Ne){const Kt=ke.flat();for(const yt of Kt)se.addEffects(yt)}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)(he.KVO(ht),he.KVO(Ke),he.KVO(Te.wc,8),he.KVO(Te.ae,8))},this.\u0275mod=me.$C({type:te}),this.\u0275inj=he.G2t({}))}return le(),te})(),Qt=(()=>{var le;class te{static forFeature(...se){const ke=se.flat(),Ue=r(ke);return{ngModule:li,providers:[Ue,{provide:Le,multi:!0,useValue:ke},{provide:Be,multi:!0,useValue:[]},{provide:Ke,multi:!0,useFactory:di,deps:[Le,Be]}]}}static forRoot(...se){const ke=se.flat(),Ue=r(ke);return{ngModule:ht,providers:[Ue,{provide:_e,useValue:[ke]},{provide:be,useFactory:kt},{provide:Be,multi:!0,useValue:[]},{provide:ye,useFactory:di,deps:[_e,Be]}]}}static#e=le=()=>(this.\u0275fac=function(ke){return new(ke||te)},this.\u0275mod=me.$C({type:te}),this.\u0275inj=he.G2t({}))}return le(),te})();function di(le,te){const ce=[];for(const se of le)ce.push(...se);for(const se of te)ce.push(...se);return ce.map(se=>function _(le){return le instanceof he.nKC||x(le)}(se)?(0,he.WQX)(se):se)}function kt(){const le=(0,he.WQX)(Ie,{optional:!0,skipSelf:!0}),te=(0,he.WQX)(_e,{self:!0});if((1!==te.length||0!==te[0].length)&&le)throw new TypeError("EffectsModule.forRoot() called twice. Feature modules should use EffectsModule.forFeature() instead.");return"guarded"}},11771:(Ae,ee,l)=>{"use strict";l.d(ee,{Dz:()=>U,Fl:()=>he,Gd:()=>c,I1:()=>P,IK:()=>Q,Jh:()=>e,My:()=>S,NU:()=>G,Np:()=>ue,OP:()=>j,Qi:()=>$,R$:()=>m,T$:()=>ae,Tn:()=>q,UI:()=>T,iD:()=>f,mt:()=>g,oz:()=>n,rc:()=>oe,ri:()=>me,t2:()=>b,uP:()=>M,xO:()=>w,xw:()=>Te,y0:()=>d});var i=l(59640),t=l(4416);(0,i.VP)(t.aU.VOID);const S=(0,i.VP)(t.aU.SET_API_URL_ECL,(0,i.xk)()),c=(0,i.VP)(t.aU.UPDATE_API_CALL_STATUS_ROOT,(0,i.xk)()),e=(0,i.VP)(t.aU.CLOSE_ALL_DIALOGS),T=(0,i.VP)(t.aU.OPEN_SNACK_BAR,(0,i.xk)()),g=(0,i.VP)(t.aU.OPEN_SPINNER,(0,i.xk)()),d=(0,i.VP)(t.aU.CLOSE_SPINNER,(0,i.xk)()),w=(0,i.VP)(t.aU.OPEN_ALERT,(0,i.xk)()),m=(0,i.VP)(t.aU.CLOSE_ALERT,(0,i.xk)()),P=(0,i.VP)(t.aU.OPEN_CONFIRMATION,(0,i.xk)()),M=(0,i.VP)(t.aU.CLOSE_CONFIRMATION,(0,i.xk)()),j=(0,i.VP)(t.aU.SHOW_PUBKEY),U=(0,i.VP)(t.aU.FETCH_CONFIG,(0,i.xk)()),q=((0,i.VP)(t.aU.SHOW_CONFIG,(0,i.xk)()),(0,i.VP)(t.aU.RESET_ROOT_STORE,(0,i.xk)())),G=(0,i.VP)(t.aU.FETCH_APPLICATION_SETTINGS),Q=(0,i.VP)(t.aU.SET_APPLICATION_SETTINGS,(0,i.xk)()),$=(0,i.VP)(t.aU.SET_SELECTED_NODE,(0,i.xk)()),ae=(0,i.VP)(t.aU.UPDATE_NODE_SETTINGS,(0,i.xk)()),ue=(0,i.VP)(t.aU.SET_SELECTED_NODE_SETTINGS,(0,i.xk)()),oe=(0,i.VP)(t.aU.UPDATE_APPLICATION_SETTINGS,(0,i.xk)()),he=(0,i.VP)(t.aU.SET_NODE_DATA,(0,i.xk)()),me=(0,i.VP)(t.aU.LOGOUT,(0,i.xk)()),Te=(0,i.VP)(t.aU.RESET_PASSWORD,(0,i.xk)()),n=((0,i.VP)(t.aU.RESET_PASSWORD_RES,(0,i.xk)()),(0,i.VP)(t.aU.IS_AUTHORIZED,(0,i.xk)())),f=((0,i.VP)(t.aU.IS_AUTHORIZED_RES,(0,i.xk)()),(0,i.VP)(t.aU.LOGIN,(0,i.xk)())),b=((0,i.VP)(t.aU.VERIFY_TWO_FA,(0,i.xk)()),(0,i.VP)(t.aU.FETCH_FILE,(0,i.xk)()));(0,i.VP)(t.aU.SHOW_FILE,(0,i.xk)())},12375:(Ae,ee,l)=>{var i=l(27054).Buffer;function t(g){i.isBuffer(g)||(g=i.from(g));for(var d=g.length/4|0,w=new Array(d),m=0;m>>24]^j[G>>>16&255]^U[Q>>>8&255]^K[255&$]^d[me++],ue=M[G>>>24]^j[Q>>>16&255]^U[$>>>8&255]^K[255&q]^d[me++],oe=M[Q>>>24]^j[$>>>16&255]^U[q>>>8&255]^K[255&G]^d[me++],he=M[$>>>24]^j[q>>>16&255]^U[G>>>8&255]^K[255&Q]^d[me++],q=ae,G=ue,Q=oe,$=he;return ae=(m[q>>>24]<<24|m[G>>>16&255]<<16|m[Q>>>8&255]<<8|m[255&$])^d[me++],ue=(m[G>>>24]<<24|m[Q>>>16&255]<<16|m[$>>>8&255]<<8|m[255&q])^d[me++],oe=(m[Q>>>24]<<24|m[$>>>16&255]<<16|m[q>>>8&255]<<8|m[255&G])^d[me++],he=(m[$>>>24]<<24|m[q>>>16&255]<<16|m[G>>>8&255]<<8|m[255&Q])^d[me++],[ae>>>=0,ue>>>=0,oe>>>=0,he>>>=0]}var c=[0,1,2,4,8,16,32,64,128,27,54],e=function(){for(var g=new Array(256),d=0;d<256;d++)g[d]=d<128?d<<1:d<<1^283;for(var w=[],m=[],P=[[],[],[],[]],M=[[],[],[],[]],j=0,U=0,K=0;K<256;++K){var q=U^U<<1^U<<2^U<<3^U<<4;w[j]=q=q>>>8^255&q^99,m[q]=j;var G=g[j],Q=g[G],$=g[Q],ae=257*g[q]^16843008*q;P[0][j]=ae<<24|ae>>>8,P[1][j]=ae<<16|ae>>>16,P[2][j]=ae<<8|ae>>>24,P[3][j]=ae,M[0][q]=(ae=16843009*$^65537*Q^257*G^16843008*j)<<24|ae>>>8,M[1][q]=ae<<16|ae>>>16,M[2][q]=ae<<8|ae>>>24,M[3][q]=ae,0===j?j=U=1:(j=G^g[g[g[$^G]]],U^=g[g[U]])}return{SBOX:w,INV_SBOX:m,SUB_MIX:P,INV_SUB_MIX:M}}();function T(g){this._key=t(g),this._reset()}T.blockSize=16,T.keySize=32,T.prototype.blockSize=T.blockSize,T.prototype.keySize=T.keySize,T.prototype._reset=function(){for(var g=this._key,d=g.length,w=d+6,m=4*(w+1),P=[],M=0;M>>24)>>>24]<<24|e.SBOX[j>>>16&255]<<16|e.SBOX[j>>>8&255]<<8|e.SBOX[255&j],j^=c[M/d|0]<<24):d>6&&M%d===4&&(j=e.SBOX[j>>>24]<<24|e.SBOX[j>>>16&255]<<16|e.SBOX[j>>>8&255]<<8|e.SBOX[255&j]),P[M]=P[M-d]^j}for(var U=[],K=0;K>>24]]^e.INV_SUB_MIX[1][e.SBOX[G>>>16&255]]^e.INV_SUB_MIX[2][e.SBOX[G>>>8&255]]^e.INV_SUB_MIX[3][e.SBOX[255&G]]}this._nRounds=w,this._keySchedule=P,this._invKeySchedule=U},T.prototype.encryptBlockRaw=function(g){return S(g=t(g),this._keySchedule,e.SUB_MIX,e.SBOX,this._nRounds)},T.prototype.encryptBlock=function(g){var d=this.encryptBlockRaw(g),w=i.allocUnsafe(16);return w.writeUInt32BE(d[0],0),w.writeUInt32BE(d[1],4),w.writeUInt32BE(d[2],8),w.writeUInt32BE(d[3],12),w},T.prototype.decryptBlock=function(g){var d=(g=t(g))[1];g[1]=g[3],g[3]=d;var w=S(g,this._invKeySchedule,e.INV_SUB_MIX,e.INV_SBOX,this._nRounds),m=i.allocUnsafe(16);return m.writeUInt32BE(w[0],0),m.writeUInt32BE(w[3],4),m.writeUInt32BE(w[2],8),m.writeUInt32BE(w[1],12),m},T.prototype.scrub=function(){p(this._keySchedule),p(this._invKeySchedule),p(this._key)},Ae.exports.AES=T},12462:(Ae,ee,l)=>{"use strict";l.d(ee,{f:()=>m});var i=l(51585),t=l(73664),p=l(98570),S=l(72200),c=l(88834),e=l(25596),T=l(71997),g=l(52920),d=l(89587);function w(P,M){if(1&P&&(t.j41(0,"p",14),t.EFF(1),t.k0s()),2&P){const j=t.XpG();t.R7$(),t.JRh(j.data.titleMessage)}}let m=(()=>{var P;class M{constructor(U,K,q){this.dialogRef=U,this.data=K,this.logger=q,this.errorMessage=""}ngOnInit(){this.errorMessage=this.data.message&&this.data.message.message&&"object"==typeof this.data.message.message?JSON.stringify(this.data.message.message):this.data.message&&this.data.message.message?this.data.message.message:"",!this.data.message&&!this.data.titleMessage&&!this.data.message&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.data.message)}onClose(){this.dialogRef.close(!1)}static#e=P=()=>(this.\u0275fac=function(K){return new(K||M)(t.rXU(i.CP),t.rXU(i.Vh),t.rXU(p.gP))},this.\u0275cmp=t.VBU({type:M,selectors:[["rtl-error-message"]],standalone:!1,decls:29,vars:6,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large","error-alert-block"],["fxLayout","column"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],[1,"word-break"],["fxLayout","row","fxLayoutAlign","end center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","start center",1,"pb-1"]],template:function(K,q){1&K&&(t.j41(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),t.EFF(5),t.k0s()(),t.j41(6,"button",5),t.bIt("click",function(){return q.onClose()}),t.EFF(7,"X"),t.k0s()(),t.j41(8,"mat-card-content",6)(9,"div",7),t.DNE(10,w,2,1,"p",8),t.j41(11,"h4",9),t.EFF(12,"Error Code"),t.k0s(),t.j41(13,"span"),t.EFF(14),t.k0s(),t.nrm(15,"mat-divider",10),t.j41(16,"h4",9),t.EFF(17,"Error Message"),t.k0s(),t.j41(18,"span",11),t.EFF(19),t.k0s(),t.nrm(20,"mat-divider",10),t.j41(21,"h4",9),t.EFF(22,"API URL"),t.k0s(),t.j41(23,"span",11),t.EFF(24),t.k0s(),t.nrm(25,"mat-divider",10),t.j41(26,"div",12)(27,"button",13),t.EFF(28,"OK"),t.k0s()()()()()()),2&K&&(t.R7$(5),t.JRh(q.data.alertTitle||"ERROR"),t.R7$(5),t.Y8G("ngIf",q.data.titleMessage),t.R7$(4),t.JRh(q.data.message.code),t.R7$(5),t.JRh(q.errorMessage),t.R7$(5),t.JRh(q.data.message.URL),t.R7$(3),t.Y8G("mat-dialog-close",!1))},dependencies:[S.bT,i.tx,c.$z,e.m2,e.MM,T.q,g.DJ,g.sA,g.UI,d.N],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}))}return P(),M})()},12496:(Ae,ee,l)=>{"use strict";l.d(ee,{$E:()=>ue,EX:()=>j,r6:()=>oe,ug:()=>$});var i=l(39842),t=l(83300),p=l(44522),S=l(73664),c=l(2615),e=l(95735),T=l(67847),g=l(88968),d=l(31804),w=function(he){return he[he.FADING_IN=0]="FADING_IN",he[he.VISIBLE=1]="VISIBLE",he[he.FADING_OUT=2]="FADING_OUT",he[he.HIDDEN=3]="HIDDEN",he}(w||{});class m{_renderer;element;config;_animationForciblyDisabledThroughCss;state=w.HIDDEN;constructor(me,Te,D,n=!1){this._renderer=me,this.element=Te,this.config=D,this._animationForciblyDisabledThroughCss=n}fadeOut(){this._renderer.fadeOutRipple(this)}}const P=(0,t.B)({passive:!0,capture:!0});class M{_events=new Map;addHandler(me,Te,D,n){const o=this._events.get(Te);if(o){const f=o.get(D);f?f.add(n):o.set(D,new Set([n]))}else this._events.set(Te,new Map([[D,new Set([n])]])),me.runOutsideAngular(()=>{document.addEventListener(Te,this._delegateEventHandler,P)})}removeHandler(me,Te,D){const n=this._events.get(me);if(!n)return;const o=n.get(Te);o&&(o.delete(D),0===o.size&&n.delete(Te),0===n.size&&(this._events.delete(me),document.removeEventListener(me,this._delegateEventHandler,P)))}_delegateEventHandler=me=>{const Te=(0,p.Fb)(me);Te&&this._events.get(me.type)?.forEach((D,n)=>{(n===Te||n.contains(Te))&&D.forEach(o=>o.handleEvent(me))})}}const j={enterDuration:225,exitDuration:150},K=(0,t.B)({passive:!0,capture:!0}),q=["mousedown","touchstart"],G=["mouseup","mouseleave","touchend","touchcancel"];let Q=(()=>{class he{static \u0275fac=function(D){return new(D||he)};static \u0275cmp=S.VBU({type:he,selectors:[["ng-component"]],hostAttrs:["mat-ripple-style-loader",""],decls:0,vars:0,template:function(D,n){},styles:[".mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale3d(0, 0, 0);background-color:var(--mat-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface) 10%, transparent))}@media(forced-colors: active){.mat-ripple-element{display:none}}.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}\n"],encapsulation:2,changeDetection:0})}return he})();class ${_target;_ngZone;_platform;_containerElement;_triggerElement;_isPointerDown=!1;_activeRipples=new Map;_mostRecentTransientRipple;_lastTouchStartEvent;_pointerUpEventsRegistered=!1;_containerRect;static _eventManager=new M;constructor(me,Te,D,n,o){this._target=me,this._ngZone=Te,this._platform=n,n.isBrowser&&(this._containerElement=(0,T.i8)(D)),o&&o.get(g.l).load(Q)}fadeInRipple(me,Te,D={}){const n=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),o={...j,...D.animation};D.centered&&(me=n.left+n.width/2,Te=n.top+n.height/2);const f=D.radius||function ae(he,me,Te){const D=Math.max(Math.abs(he-Te.left),Math.abs(he-Te.right)),n=Math.max(Math.abs(me-Te.top),Math.abs(me-Te.bottom));return Math.sqrt(D*D+n*n)}(me,Te,n),h=me-n.left,b=Te-n.top,A=o.enterDuration,k=document.createElement("div");k.classList.add("mat-ripple-element"),k.style.left=h-f+"px",k.style.top=b-f+"px",k.style.height=2*f+"px",k.style.width=2*f+"px",null!=D.color&&(k.style.backgroundColor=D.color),k.style.transitionDuration=`${A}ms`,this._containerElement.appendChild(k);const x=window.getComputedStyle(k),_=x.transitionDuration,W="none"===x.transitionProperty||"0s"===_||"0s, 0s"===_||0===n.width&&0===n.height,I=new m(this,k,D,W);k.style.transform="scale3d(1, 1, 1)",I.state=w.FADING_IN,D.persistent||(this._mostRecentTransientRipple=I);let B=null;return!W&&(A||o.exitDuration)&&this._ngZone.runOutsideAngular(()=>{const re=()=>{B&&(B.fallbackTimer=null),clearTimeout(be),this._finishRippleTransition(I)},pe=()=>this._destroyRipple(I),be=setTimeout(pe,A+100);k.addEventListener("transitionend",re),k.addEventListener("transitioncancel",pe),B={onTransitionEnd:re,onTransitionCancel:pe,fallbackTimer:be}}),this._activeRipples.set(I,B),(W||!A)&&this._finishRippleTransition(I),I}fadeOutRipple(me){if(me.state===w.FADING_OUT||me.state===w.HIDDEN)return;const Te=me.element,D={...j,...me.config.animation};Te.style.transitionDuration=`${D.exitDuration}ms`,Te.style.opacity="0",me.state=w.FADING_OUT,(me._animationForciblyDisabledThroughCss||!D.exitDuration)&&this._finishRippleTransition(me)}fadeOutAll(){this._getActiveRipples().forEach(me=>me.fadeOut())}fadeOutAllNonPersistent(){this._getActiveRipples().forEach(me=>{me.config.persistent||me.fadeOut()})}setupTriggerEvents(me){const Te=(0,T.i8)(me);!this._platform.isBrowser||!Te||Te===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=Te,q.forEach(D=>{$._eventManager.addHandler(this._ngZone,D,Te,this)}))}handleEvent(me){"mousedown"===me.type?this._onMousedown(me):"touchstart"===me.type?this._onTouchStart(me):this._onPointerUp(),this._pointerUpEventsRegistered||(this._ngZone.runOutsideAngular(()=>{G.forEach(Te=>{this._triggerElement.addEventListener(Te,this,K)})}),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(me){me.state===w.FADING_IN?this._startFadeOutTransition(me):me.state===w.FADING_OUT&&this._destroyRipple(me)}_startFadeOutTransition(me){const Te=me===this._mostRecentTransientRipple,{persistent:D}=me.config;me.state=w.VISIBLE,!D&&(!Te||!this._isPointerDown)&&me.fadeOut()}_destroyRipple(me){const Te=this._activeRipples.get(me)??null;this._activeRipples.delete(me),this._activeRipples.size||(this._containerRect=null),me===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),me.state=w.HIDDEN,null!==Te&&(me.element.removeEventListener("transitionend",Te.onTransitionEnd),me.element.removeEventListener("transitioncancel",Te.onTransitionCancel),null!==Te.fallbackTimer&&clearTimeout(Te.fallbackTimer)),me.element.remove()}_onMousedown(me){const Te=(0,e._)(me),D=this._lastTouchStartEvent&&Date.now(){!me.config.persistent&&(me.state===w.VISIBLE||me.config.terminateOnPointerUp&&me.state===w.FADING_IN)&&me.fadeOut()}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){const me=this._triggerElement;me&&(q.forEach(Te=>$._eventManager.removeHandler(Te,me,this)),this._pointerUpEventsRegistered&&(G.forEach(Te=>me.removeEventListener(Te,this,K)),this._pointerUpEventsRegistered=!1))}}const ue=new c.nKC("mat-ripple-global-options");let oe=(()=>{class he{_elementRef=(0,c.WQX)(S.aKT);_animationsDisabled=(0,d.Rc)();color;unbounded;centered;radius=0;animation;get disabled(){return this._disabled}set disabled(Te){Te&&this.fadeOutAllNonPersistent(),this._disabled=Te,this._setupTriggerEventsIfEnabled()}_disabled=!1;get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(Te){this._trigger=Te,this._setupTriggerEventsIfEnabled()}_trigger;_rippleRenderer;_globalOptions;_isInitialized=!1;constructor(){const Te=(0,c.WQX)(S.SKi),D=(0,c.WQX)(i.O),n=(0,c.WQX)(ue,{optional:!0}),o=(0,c.WQX)(c.zZn);this._globalOptions=n||{},this._rippleRenderer=new $(this,Te,this._elementRef,D,o)}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:{...this._globalOptions.animation,...this._animationsDisabled?{enterDuration:0,exitDuration:0}:{},...this.animation},terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(Te,D=0,n){return"number"==typeof Te?this._rippleRenderer.fadeInRipple(Te,D,{...this.rippleConfig,...n}):this._rippleRenderer.fadeInRipple(0,0,{...this.rippleConfig,...Te})}static \u0275fac=function(D){return new(D||he)};static \u0275dir=S.FsC({type:he,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(D,n){2&D&&S.AVh("mat-ripple-unbounded",n.unbounded)},inputs:{color:[0,"matRippleColor","color"],unbounded:[0,"matRippleUnbounded","unbounded"],centered:[0,"matRippleCentered","centered"],radius:[0,"matRippleRadius","radius"],animation:[0,"matRippleAnimation","animation"],disabled:[0,"matRippleDisabled","disabled"],trigger:[0,"matRippleTrigger","trigger"]},exportAs:["matRipple"]})}return he})()},12593:(Ae,ee,l)=>{"use strict";l.d(ee,{l:()=>d});var i=l(2615),t=l(73664),p=l(59295),S=l(21413),c=l(18359),e=l(59096),T=l(67336),g=l(10438);class d{_items;_activeItemIndex=(0,i.vPA)(-1);_activeItem=(0,i.vPA)(null);_wrap=!1;_typeaheadSubscription=c.yU.EMPTY;_itemChangesSubscription;_vertical=!0;_horizontal;_allowedModifierKeys=[];_homeAndEnd=!1;_pageUpAndDown={enabled:!1,delta:10};_effectRef;_typeahead;_skipPredicateFn=m=>m.disabled;constructor(m,P){this._items=m,m instanceof t.rOR?this._itemChangesSubscription=m.changes.subscribe(M=>this._itemsChanged(M.toArray())):(0,i.Hps)(m)&&(this._effectRef=(0,p.QZ)(()=>this._itemsChanged(m()),{injector:P}))}tabOut=new S.B;change=new S.B;skipPredicate(m){return this._skipPredicateFn=m,this}withWrap(m=!0){return this._wrap=m,this}withVerticalOrientation(m=!0){return this._vertical=m,this}withHorizontalOrientation(m){return this._horizontal=m,this}withAllowedModifierKeys(m){return this._allowedModifierKeys=m,this}withTypeAhead(m=200){this._typeaheadSubscription.unsubscribe();const P=this._getItemsArray();return this._typeahead=new e.i(P,{debounceInterval:"number"==typeof m?m:void 0,skipPredicate:M=>this._skipPredicateFn(M)}),this._typeaheadSubscription=this._typeahead.selectedItem.subscribe(M=>{this.setActiveItem(M)}),this}cancelTypeahead(){return this._typeahead?.reset(),this}withHomeAndEnd(m=!0){return this._homeAndEnd=m,this}withPageUpDown(m=!0,P=10){return this._pageUpAndDown={enabled:m,delta:P},this}setActiveItem(m){const P=this._activeItem();this.updateActiveItem(m),this._activeItem()!==P&&this.change.next(this._activeItemIndex())}onKeydown(m){const P=m.keyCode,j=["altKey","ctrlKey","metaKey","shiftKey"].every(U=>!m[U]||this._allowedModifierKeys.indexOf(U)>-1);switch(P){case g.wn:return void this.tabOut.next();case g.n6:if(this._vertical&&j){this.setNextItemActive();break}return;case g.i7:if(this._vertical&&j){this.setPreviousItemActive();break}return;case g.LE:if(this._horizontal&&j){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case g.UQ:if(this._horizontal&&j){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case g.yZ:if(this._homeAndEnd&&j){this.setFirstItemActive();break}return;case g.Kp:if(this._homeAndEnd&&j){this.setLastItemActive();break}return;case g.w_:if(this._pageUpAndDown.enabled&&j){const U=this._activeItemIndex()-this._pageUpAndDown.delta;this._setActiveItemByIndex(U>0?U:0,1);break}return;case g.dB:if(this._pageUpAndDown.enabled&&j){const U=this._activeItemIndex()+this._pageUpAndDown.delta,K=this._getItemsArray().length;this._setActiveItemByIndex(U-1&&M!==this._activeItemIndex()&&(this._activeItemIndex.set(M),this._typeahead?.setCurrentSelectedItemIndex(M))}}}},12601:(Ae,ee,l)=>{Ae.exports=l(44356).EventEmitter},12629:(Ae,ee,l)=>{"use strict";l.d(ee,{An:()=>W,m_:()=>I});var i=l(73664),t=l(2615),p=l(17705),S=l(18359),c=l(96697),e=l(29330),T=l(345),g=l(7673),d=l(18810),w=l(27468),m=l(88141),P=l(96354),M=l(99437),j=l(70980),U=l(97647);let K;function G(B){return function q(){if(void 0===K&&(K=null,typeof window<"u")){const B=window;void 0!==B.trustedTypes&&(K=B.trustedTypes.createPolicy("angular#components",{createHTML:re=>re}))}return K}()?.createHTML(B)||B}function Q(B){return Error(`Unable to find icon with the name "${B}"`)}function ae(B){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${B}".`)}function ue(B){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${B}".`)}class oe{url;svgText;options;svgElement;constructor(re,pe,be){this.url=re,this.svgText=pe,this.options=be}}let he=(()=>{class B{_httpClient;_sanitizer;_errorHandler;_document;_svgIconConfigs=new Map;_iconSetConfigs=new Map;_cachedIconsByUrl=new Map;_inProgressUrlFetches=new Map;_fontCssClassesByAlias=new Map;_resolvers=[];_defaultFontSetClass=["material-icons","mat-ligature-font"];constructor(pe,be,Be,_e){this._httpClient=pe,this._sanitizer=be,this._errorHandler=_e,this._document=Be}addSvgIcon(pe,be,Be){return this.addSvgIconInNamespace("",pe,be,Be)}addSvgIconLiteral(pe,be,Be){return this.addSvgIconLiteralInNamespace("",pe,be,Be)}addSvgIconInNamespace(pe,be,Be,_e){return this._addSvgIconConfig(pe,be,new oe(Be,null,_e))}addSvgIconResolver(pe){return this._resolvers.push(pe),this}addSvgIconLiteralInNamespace(pe,be,Be,_e){const ye=this._sanitizer.sanitize(i.WPN.HTML,Be);if(!ye)throw ue(Be);const Le=G(ye);return this._addSvgIconConfig(pe,be,new oe("",Le,_e))}addSvgIconSet(pe,be){return this.addSvgIconSetInNamespace("",pe,be)}addSvgIconSetLiteral(pe,be){return this.addSvgIconSetLiteralInNamespace("",pe,be)}addSvgIconSetInNamespace(pe,be,Be){return this._addSvgIconSetConfig(pe,new oe(be,null,Be))}addSvgIconSetLiteralInNamespace(pe,be,Be){const _e=this._sanitizer.sanitize(i.WPN.HTML,be);if(!_e)throw ue(be);const ye=G(_e);return this._addSvgIconSetConfig(pe,new oe("",ye,Be))}registerFontClassAlias(pe,be=pe){return this._fontCssClassesByAlias.set(pe,be),this}classNameForFontAlias(pe){return this._fontCssClassesByAlias.get(pe)||pe}setDefaultFontSetClass(...pe){return this._defaultFontSetClass=pe,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(pe){const be=this._sanitizer.sanitize(i.WPN.RESOURCE_URL,pe);if(!be)throw ae(pe);const Be=this._cachedIconsByUrl.get(be);return Be?(0,g.of)(D(Be)):this._loadSvgIconFromConfig(new oe(pe,null)).pipe((0,m.M)(_e=>this._cachedIconsByUrl.set(be,_e)),(0,P.T)(_e=>D(_e)))}getNamedSvgIcon(pe,be=""){const Be=n(be,pe);let _e=this._svgIconConfigs.get(Be);if(_e)return this._getSvgFromConfig(_e);if(_e=this._getIconConfigFromResolvers(be,pe),_e)return this._svgIconConfigs.set(Be,_e),this._getSvgFromConfig(_e);const ye=this._iconSetConfigs.get(be);return ye?this._getSvgFromIconSetConfigs(pe,ye):(0,d.$)(Q(Be))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(pe){return pe.svgText?(0,g.of)(D(this._svgElementFromConfig(pe))):this._loadSvgIconFromConfig(pe).pipe((0,P.T)(be=>D(be)))}_getSvgFromIconSetConfigs(pe,be){const Be=this._extractIconWithNameFromAnySet(pe,be);if(Be)return(0,g.of)(Be);const _e=be.filter(ye=>!ye.svgText).map(ye=>this._loadSvgIconSetFromConfig(ye).pipe((0,M.W)(Le=>{const ge=`Loading icon set URL: ${this._sanitizer.sanitize(i.WPN.RESOURCE_URL,ye.url)} failed: ${Le.message}`;return this._errorHandler.handleError(new Error(ge)),(0,g.of)(null)})));return(0,w.p)(_e).pipe((0,P.T)(()=>{const ye=this._extractIconWithNameFromAnySet(pe,be);if(!ye)throw Q(pe);return ye}))}_extractIconWithNameFromAnySet(pe,be){for(let Be=be.length-1;Be>=0;Be--){const _e=be[Be];if(_e.svgText&&_e.svgText.toString().indexOf(pe)>-1){const ye=this._svgElementFromConfig(_e),Le=this._extractSvgIconFromSet(ye,pe,_e.options);if(Le)return Le}}return null}_loadSvgIconFromConfig(pe){return this._fetchIcon(pe).pipe((0,m.M)(be=>pe.svgText=be),(0,P.T)(()=>this._svgElementFromConfig(pe)))}_loadSvgIconSetFromConfig(pe){return pe.svgText?(0,g.of)(null):this._fetchIcon(pe).pipe((0,m.M)(be=>pe.svgText=be))}_extractSvgIconFromSet(pe,be,Be){const _e=pe.querySelector(`[id="${be}"]`);if(!_e)return null;const ye=_e.cloneNode(!0);if(ye.removeAttribute("id"),"svg"===ye.nodeName.toLowerCase())return this._setSvgAttributes(ye,Be);if("symbol"===ye.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(ye),Be);const Le=this._svgElementFromString(G(""));return Le.appendChild(ye),this._setSvgAttributes(Le,Be)}_svgElementFromString(pe){const be=this._document.createElement("DIV");be.innerHTML=pe;const Be=be.querySelector("svg");if(!Be)throw Error(" tag not found");return Be}_toSvgElement(pe){const be=this._svgElementFromString(G("")),Be=pe.attributes;for(let _e=0;_eG(ge)),(0,j.j)(()=>this._inProgressUrlFetches.delete(ye)),(0,U.u)());return this._inProgressUrlFetches.set(ye,Ke),Ke}_addSvgIconConfig(pe,be,Be){return this._svgIconConfigs.set(n(pe,be),Be),this}_addSvgIconSetConfig(pe,be){const Be=this._iconSetConfigs.get(pe);return Be?Be.push(be):this._iconSetConfigs.set(pe,[be]),this}_svgElementFromConfig(pe){if(!pe.svgElement){const be=this._svgElementFromString(pe.svgText);this._setSvgAttributes(be,pe.options),pe.svgElement=be}return pe.svgElement}_getIconConfigFromResolvers(pe,be){for(let Be=0;Bere?re.pathname+re.search:""}}}),x=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],r=x.map(B=>`[${B}]`).join(", "),_=/^url\(['"]?#(.*?)['"]?\)$/;let W=(()=>{class B{_elementRef=(0,t.WQX)(i.aKT);_iconRegistry=(0,t.WQX)(he);_location=(0,t.WQX)(A);_errorHandler=(0,t.WQX)(t.zcH);_defaultColor;get color(){return this._color||this._defaultColor}set color(pe){this._color=pe}_color;inline=!1;get svgIcon(){return this._svgIcon}set svgIcon(pe){pe!==this._svgIcon&&(pe?this._updateSvgIcon(pe):this._svgIcon&&this._clearSvgElement(),this._svgIcon=pe)}_svgIcon;get fontSet(){return this._fontSet}set fontSet(pe){const be=this._cleanupFontValue(pe);be!==this._fontSet&&(this._fontSet=be,this._updateFontIconClasses())}_fontSet;get fontIcon(){return this._fontIcon}set fontIcon(pe){const be=this._cleanupFontValue(pe);be!==this._fontIcon&&(this._fontIcon=be,this._updateFontIconClasses())}_fontIcon;_previousFontSetClass=[];_previousFontIconClass;_svgName;_svgNamespace;_previousPath;_elementsWithExternalReferences;_currentIconFetch=S.yU.EMPTY;constructor(){const pe=(0,t.WQX)(new p.ES_("aria-hidden"),{optional:!0}),be=(0,t.WQX)(b,{optional:!0});be&&(be.color&&(this.color=this._defaultColor=be.color),be.fontSet&&(this.fontSet=be.fontSet)),pe||this._elementRef.nativeElement.setAttribute("aria-hidden","true")}_splitIconName(pe){if(!pe)return["",""];const be=pe.split(":");switch(be.length){case 1:return["",be[0]];case 2:return be;default:throw Error(`Invalid icon name: "${pe}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){const pe=this._elementsWithExternalReferences;if(pe&&pe.size){const be=this._location.getPathname();be!==this._previousPath&&(this._previousPath=be,this._prependPathToReferences(be))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(pe){this._clearSvgElement();const be=this._location.getPathname();this._previousPath=be,this._cacheChildrenWithExternalReferences(pe),this._prependPathToReferences(be),this._elementRef.nativeElement.appendChild(pe)}_clearSvgElement(){const pe=this._elementRef.nativeElement;let be=pe.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();be--;){const Be=pe.childNodes[be];(1!==Be.nodeType||"svg"===Be.nodeName.toLowerCase())&&Be.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const pe=this._elementRef.nativeElement,be=(this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet).split(/ +/):this._iconRegistry.getDefaultFontSetClass()).filter(Be=>Be.length>0);this._previousFontSetClass.forEach(Be=>pe.classList.remove(Be)),be.forEach(Be=>pe.classList.add(Be)),this._previousFontSetClass=be,this.fontIcon!==this._previousFontIconClass&&!be.includes("mat-ligature-font")&&(this._previousFontIconClass&&pe.classList.remove(this._previousFontIconClass),this.fontIcon&&pe.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(pe){return"string"==typeof pe?pe.trim().split(" ")[0]:pe}_prependPathToReferences(pe){const be=this._elementsWithExternalReferences;be&&be.forEach((Be,_e)=>{Be.forEach(ye=>{_e.setAttribute(ye.name,`url('${pe}#${ye.value}')`)})})}_cacheChildrenWithExternalReferences(pe){const be=pe.querySelectorAll(r),Be=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let _e=0;_e{const Le=be[_e],Ke=Le.getAttribute(ye),ge=Ke?Ke.match(_):null;if(ge){let ve=Be.get(Le);ve||(ve=[],Be.set(Le,ve)),ve.push({name:ye,value:ge[1]})}})}_updateSvgIcon(pe){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),pe){const[be,Be]=this._splitIconName(pe);be&&(this._svgNamespace=be),Be&&(this._svgName=Be),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(Be,be).pipe((0,c.s)(1)).subscribe(_e=>this._setSvgElement(_e),_e=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${be}:${Be}! ${_e.message}`))})}}static \u0275fac=function(be){return new(be||B)};static \u0275cmp=i.VBU({type:B,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:10,hostBindings:function(be,Be){2&be&&(i.BMQ("data-mat-icon-type",Be._usingFontIcon()?"font":"svg")("data-mat-icon-name",Be._svgName||Be.fontIcon)("data-mat-icon-namespace",Be._svgNamespace||Be.fontSet)("fontIcon",Be._usingFontIcon()?Be.fontIcon:null),i.HbH(Be.color?"mat-"+Be.color:""),i.AVh("mat-icon-inline",Be.inline)("mat-icon-no-color","primary"!==Be.color&&"accent"!==Be.color&&"warn"!==Be.color))},inputs:{color:"color",inline:[2,"inline","inline",p.L39],svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],ngContentSelectors:h,decls:1,vars:0,template:function(be,Be){1&be&&(i.NAR(),i.SdG(0))},styles:["mat-icon,mat-icon.mat-primary,mat-icon.mat-accent,mat-icon.mat-warn{color:var(--mat-icon-color, inherit)}.mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}.mat-icon.mat-ligature-font[fontIcon]::before{content:attr(fontIcon)}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"],encapsulation:2,changeDetection:0})}return B})(),I=(()=>{class B{static \u0275fac=function(be){return new(be||B)};static \u0275mod=i.$C({type:B});static \u0275inj=t.G2t({imports:[f.y,f.y]})}return B})()},12683:(Ae,ee,l)=>{"use strict";var i;function t($,ae,ue){return ae=function p($){var ae=function S($,ae){if("object"!=typeof $||null===$)return $;var ue=$[Symbol.toPrimitive];if(void 0!==ue){var oe=ue.call($,ae||"default");if("object"!=typeof oe)return oe;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===ae?String:Number)($)}($,"string");return"symbol"==typeof ae?ae:String(ae)}(ae),ae in $?Object.defineProperty($,ae,{value:ue,enumerable:!0,configurable:!0,writable:!0}):$[ae]=ue,$}var c=l(57854),e=Symbol("lastResolve"),T=Symbol("lastReject"),g=Symbol("error"),d=Symbol("ended"),w=Symbol("lastPromise"),m=Symbol("handlePromise"),P=Symbol("stream");function M($,ae){return{value:$,done:ae}}function j($){var ae=$[e];if(null!==ae){var ue=$[P].read();null!==ue&&($[w]=null,$[e]=null,$[T]=null,ae(M(ue,!1)))}}function U($){process.nextTick(j,$)}var q=Object.getPrototypeOf(function(){}),G=Object.setPrototypeOf((t(i={get stream(){return this[P]},next:function(){var ae=this,ue=this[g];if(null!==ue)return Promise.reject(ue);if(this[d])return Promise.resolve(M(void 0,!0));if(this[P].destroyed)return new Promise(function(Te,D){process.nextTick(function(){ae[g]?D(ae[g]):Te(M(void 0,!0))})});var he,oe=this[w];if(oe)he=new Promise(function K($,ae){return function(ue,oe){$.then(function(){ae[d]?ue(M(void 0,!0)):ae[m](ue,oe)},oe)}}(oe,this));else{var me=this[P].read();if(null!==me)return Promise.resolve(M(me,!1));he=new Promise(this[m])}return this[w]=he,he}},Symbol.asyncIterator,function(){return this}),t(i,"return",function(){var ae=this;return new Promise(function(ue,oe){ae[P].destroy(null,function(he){he?oe(he):ue(M(void 0,!0))})})}),i),q);Ae.exports=function(ae){var ue,oe=Object.create(G,(t(ue={},P,{value:ae,writable:!0}),t(ue,e,{value:null,writable:!0}),t(ue,T,{value:null,writable:!0}),t(ue,g,{value:null,writable:!0}),t(ue,d,{value:ae._readableState.endEmitted,writable:!0}),t(ue,m,{value:function(me,Te){var D=oe[P].read();D?(oe[w]=null,oe[e]=null,oe[T]=null,me(M(D,!1))):(oe[e]=me,oe[T]=Te)},writable:!0}),ue));return oe[w]=null,c(ae,function(he){if(he&&"ERR_STREAM_PREMATURE_CLOSE"!==he.code){var me=oe[T];return null!==me&&(oe[w]=null,oe[e]=null,oe[T]=null,me(he)),void(oe[g]=he)}var Te=oe[e];null!==Te&&(oe[w]=null,oe[e]=null,oe[T]=null,Te(M(void 0,!0))),oe[d]=!0}),ae.on("readable",U.bind(null,oe)),oe}},12727:(Ae,ee,l)=>{var i=l(3342);Ae.exports=ae,ae.simpleSieve=Q,ae.fermatTest=$;var t=l(38280),p=new t(24),c=new(l(53459)),e=new t(1),T=new t(2),g=new t(5),m=(new t(16),new t(8),new t(10)),P=new t(3),j=(new t(7),new t(11)),U=new t(4),q=(new t(12),null);function Q(ue){for(var oe=function G(){if(null!==q)return q;var oe=[];oe[0]=2;for(var he=1,me=3;me<1048576;me+=2){for(var Te=Math.ceil(Math.sqrt(me)),D=0;Due;)he.ishrn(1);if(he.isEven()&&he.iadd(e),he.testn(1)||he.iadd(T),oe.cmp(T)){if(!oe.cmp(g))for(;he.mod(m).cmp(P);)he.iadd(U)}else for(;he.mod(p).cmp(j);)he.iadd(U);if(Q(me=he.shrn(1))&&Q(he)&&$(me)&&$(he)&&c.test(me)&&c.test(he))return he}}},12773:(Ae,ee,l)=>{"use strict";var i=l(90258),t=l(61885),p=t([i("%String.prototype.indexOf%")]);Ae.exports=function(c,e){var T=i(c,!!e);return"function"==typeof T&&p(c,".prototype.")>-1?t([T]):T}},12901:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(39210);function p(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}ee.BlockHash=p,p.prototype.update=function(c,e){if(c=i.toArray(c,e),this.pending=this.pending?this.pending.concat(c):c,this.pendingTotal+=c.length,this.pending.length>=this._delta8){var T=(c=this.pending).length%this._delta8;this.pending=c.slice(c.length-T,c.length),0===this.pending.length&&(this.pending=null),c=i.join32(c,0,c.length-T,this.endian);for(var g=0;g>>24&255,g[d++]=c>>>16&255,g[d++]=c>>>8&255,g[d++]=255&c}else for(g[d++]=255&c,g[d++]=c>>>8&255,g[d++]=c>>>16&255,g[d++]=c>>>24&255,g[d++]=0,g[d++]=0,g[d++]=0,g[d++]=0,w=8;w{"use strict";l.d(ee,{B:()=>oe});var i=l(11747),t=l(21413),p=l(7673),S=l(99437),c=l(96354),e=l(31397),T=l(56977),g=l(12462),d=l(4416),w=l(11771),m=l(86439),P=l(95428),M=l(72730),j=l(2615),U=l(29330),K=l(59640),q=l(53202),G=l(82571),Q=l(98570),$=l(43694),ae=l(7879),ue=l(57303);let oe=(()=>{var he;class me{constructor(D,n,o,f,h,b,A,k,x){this.actions=D,this.httpClient=n,this.store=o,this.sessionService=f,this.commonService=h,this.logger=b,this.router=A,this.wsService=k,this.location=x,this.CHILD_API_URL=d.H$+"/ecl",this.invoicesPageSettings=d.X8.find(r=>"transactions"===r.pageId)?.tables.find(r=>"invoices"===r.tableId),this.paymentsPageSettings=d.X8.find(r=>"transactions"===r.pageId)?.tables.find(r=>"payments"===r.tableId),this.flgInitialized=!1,this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.rawChannelsList=[],this.unSubs=[new t.B,new t.B,new t.B],this.infoFetchECL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_INFO_ECL),(0,e.Z)(r=>(this.flgInitialized=!1,this.store.dispatch((0,w.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,w.mt)({payload:d.MZ.GET_NODE_INFO})),this.store.dispatch((0,P.uL)({payload:{action:"FetchInfo",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.GETINFO_API).pipe((0,T.Q)(this.actions.pipe((0,i.gp)(d.aU.SET_SELECTED_NODE))),(0,c.T)(_=>(this.logger.info(_),this.initializeRemainingData(_,r.payload.loadPage),this.store.dispatch((0,P.uL)({payload:{action:"FetchInfo",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.GET_NODE_INFO})),{type:d.Uu.SET_INFO_ECL,payload:_||{}})),(0,S.W)(_=>{const W=this.commonService.extractErrorCode(_),I=503===W?"Unable to Connect to Eclair Server.":this.commonService.extractErrorMessage(_);return this.router.navigate(["/error"],{state:{errorCode:W,errorMessage:I}}),this.handleErrorWithoutAlert("FetchInfo",d.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:W,error:I}),(0,p.of)({type:d.aU.VOID})})))))),this.fetchFees=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_FEES_ECL),(0,e.Z)(()=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchFees",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.FEES_API+"/fees").pipe((0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,P.uL)({payload:{action:"FetchFees",status:d.wn.COMPLETED}})),{type:d.Uu.SET_FEES_ECL,payload:r||{}})),(0,S.W)(r=>(this.handleErrorWithoutAlert("FetchFees",d.MZ.NO_SPINNER,"Fetching Fees Failed.",r),(0,p.of)({type:d.aU.VOID})))))))),this.fetchPayments=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_PAYMENTS_ECL),(0,e.Z)(r=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchPayments",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.FEES_API+"/payments?count="+r.payload.count+"&skip="+r.payload.skip).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"FetchPayments",status:d.wn.COMPLETED}})),{type:d.Uu.SET_PAYMENTS_ECL,payload:_||{}})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchPayments",d.MZ.NO_SPINNER,"Fetching Payments Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.channelsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_CHANNELS_ECL),(0,e.Z)(r=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchChannels",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.CHANNELS_API).pipe((0,c.T)(_=>(this.logger.info(_),this.rawChannelsList=_,this.setChannelsAndStatusAndBalances(),this.store.dispatch((0,P.uL)({payload:{action:"FetchChannels",status:d.wn.COMPLETED}})),{type:d.aU.VOID})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchChannels",d.MZ.NO_SPINNER,"Fetching Channels Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.fetchOnchainBalance=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_ONCHAIN_BALANCE_ECL),(0,e.Z)(()=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchOnchainBalance",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API+"/balance"))),(0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,P.uL)({payload:{action:"FetchOnchainBalance",status:d.wn.COMPLETED}})),{type:d.Uu.SET_ONCHAIN_BALANCE_ECL,payload:r||{}})),(0,S.W)(r=>(this.handleErrorWithoutAlert("FetchOnchainBalance",d.MZ.NO_SPINNER,"Fetching Onchain Balances Failed.",r),(0,p.of)({type:d.aU.VOID}))))),this.peersFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_PEERS_ECL),(0,e.Z)(()=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchPeers",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.PEERS_API).pipe((0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,P.uL)({payload:{action:"FetchPeers",status:d.wn.COMPLETED}})),{type:d.Uu.SET_PEERS_ECL,payload:r||[]})),(0,S.W)(r=>(this.handleErrorWithoutAlert("FetchPeers",d.MZ.NO_SPINNER,"Fetching Peers Failed.",r),(0,p.of)({type:d.aU.VOID})))))))),this.getNewAddress=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.GET_NEW_ADDRESS_ECL),(0,e.Z)(()=>(this.store.dispatch((0,w.mt)({payload:d.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API).pipe((0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,w.y0)({payload:d.MZ.GENERATE_NEW_ADDRESS})),{type:d.Uu.SET_NEW_ADDRESS_ECL,payload:r})),(0,S.W)(r=>(this.handleErrorWithAlert("GetNewAddress",d.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+d.rl.ON_CHAIN_API,r),(0,p.of)({type:d.aU.VOID})))))))),this.setNewAddress=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SET_NEW_ADDRESS_ECL),(0,c.T)(r=>(this.logger.info(r.payload),r.payload))),{dispatch:!1}),this.saveNewPeer=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SAVE_NEW_PEER_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.CONNECT_PEER})),this.store.dispatch((0,P.uL)({payload:{action:"SaveNewPeer",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.PEERS_API+(r.payload.id.includes("@")?"?uri=":"?nodeId=")+r.payload.id,{}).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"SaveNewPeer",status:d.wn.COMPLETED}})),_=_||[],this.store.dispatch((0,w.y0)({payload:d.MZ.CONNECT_PEER})),this.store.dispatch((0,P.Qj)({payload:_})),{type:d.Uu.NEWLY_ADDED_PEER_ECL,payload:{peer:_.find(W=>W.nodeId===(r.payload.id.includes("@")?r.payload.id.substring(0,r.payload.id.indexOf("@")):r.payload.id))}})),(0,S.W)(_=>(this.handleErrorWithoutAlert("SaveNewPeer",d.MZ.CONNECT_PEER,"Peer Connection Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.detachPeer=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.DETACH_PEER_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+d.rl.PEERS_API+"/"+r.payload.nodeId).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,w.y0)({payload:d.MZ.DISCONNECT_PEER})),this.store.dispatch((0,w.UI)({payload:"Disconnecting Peer!"})),{type:d.Uu.REMOVE_PEER_ECL,payload:{nodeId:r.payload.nodeId}})),(0,S.W)(_=>(this.handleErrorWithAlert("DisconnectPeer",d.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+d.rl.PEERS_API+"/"+r.payload.nodeId,_),(0,p.of)({type:d.aU.VOID})))))))),this.openNewChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SAVE_NEW_CHANNEL_ECL),(0,e.Z)(r=>{this.store.dispatch((0,w.mt)({payload:d.MZ.OPEN_CHANNEL})),this.store.dispatch((0,P.uL)({payload:{action:"SaveNewChannel",status:d.wn.INITIATED}}));const _={nodeId:r.payload.nodeId,fundingSatoshis:r.payload.amount,announceChannel:!r.payload.private};return r.payload.feeRate&&r.payload.feeRate>0&&(_.fundingFeerateSatByte=r.payload.feeRate),this.httpClient.post(this.CHILD_API_URL+d.rl.CHANNELS_API,_).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,P.uL)({payload:{action:"SaveNewChannel",status:d.wn.COMPLETED}})),this.store.dispatch((0,P.Gy)()),this.store.dispatch((0,P.jJ)()),this.store.dispatch((0,w.y0)({payload:d.MZ.OPEN_CHANNEL})),this.store.dispatch((0,w.UI)({payload:"Channel Added Successfully!"})),{type:d.Uu.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,S.W)(W=>(this.handleErrorWithoutAlert("SaveNewChannel",d.MZ.OPEN_CHANNEL,"Opening Channel Failed.",W),(0,p.of)({type:d.aU.VOID}))))}))),this.updateChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.UPDATE_CHANNEL_ECL),(0,e.Z)(r=>{this.store.dispatch((0,w.mt)({payload:d.MZ.UPDATE_CHAN_POLICY}));let _="?feeBaseMsat="+r.payload.baseFeeMsat+"&feeProportionalMillionths="+r.payload.feeRate;return _=r.payload.nodeIds?_+"&nodeIds="+r.payload.nodeIds:r.payload.nodeId?_+"&nodeId="+r.payload.nodeId:r.payload.channelIds?_+"&channelIds="+r.payload.channelIds:_+"&channelId="+r.payload.channelId,this.httpClient.post(this.CHILD_API_URL+d.rl.CHANNELS_API+"/updateRelayFee"+_,{}).pipe((0,c.T)(W=>(this.logger.info(W),this.store.dispatch((0,w.y0)({payload:d.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,w.UI)(r.payload.nodeIds||r.payload.channelIds?{payload:"Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:d.Uu.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,S.W)(W=>(this.handleErrorWithAlert("UpdateChannels",d.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+d.rl.CHANNELS_API,W),(0,p.of)({type:d.aU.VOID}))))}))),this.closeChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.CLOSE_CHANNEL_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:r.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+d.rl.CHANNELS_API+"?channelId="+r.payload.channelId+"&force="+r.payload.force).pipe((0,c.T)(_=>(this.logger.info(_),setTimeout(()=>{this.store.dispatch((0,w.y0)({payload:r.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,w.UI)({payload:r.payload.force?"Channel Force Closed Successfully!":"Channel Closed Successfully!"}))},2e3),{type:d.aU.VOID})),(0,S.W)(_=>(this.handleErrorWithAlert("CloseChannel",r.payload.force?d.MZ.FORCE_CLOSE_CHANNEL:d.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+d.rl.CHANNELS_API,_),(0,p.of)({type:d.aU.VOID})))))))),this.queryRoutesFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.GET_QUERY_ROUTES_ECL),(0,e.Z)(r=>this.httpClient.get(this.CHILD_API_URL+d.rl.PAYMENTS_API+"/route?nodeId="+r.payload.nodeId+"&amountMsat="+r.payload.amount).pipe((0,c.T)(_=>(this.logger.info(_),{type:d.Uu.SET_QUERY_ROUTES_ECL,payload:_})),(0,S.W)(_=>(this.store.dispatch((0,P.Hm)({payload:[]})),this.handleErrorWithAlert("GetQueryRoutes",d.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+d.rl.PAYMENTS_API+"/route?nodeId="+r.payload.nodeId+"&amountMsat="+r.payload.amount,_),(0,p.of)({type:d.aU.VOID}))))))),this.setQueryRoutes=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SET_QUERY_ROUTES_ECL),(0,c.T)(r=>r.payload)),{dispatch:!1}),this.sendPayment=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SEND_PAYMENT_ECL),(0,e.Z)(r=>(this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.store.dispatch((0,w.mt)({payload:d.MZ.SEND_PAYMENT})),this.store.dispatch((0,P.uL)({payload:{action:"SendPayment",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.PAYMENTS_API,r.payload).pipe((0,c.T)(_=>(this.logger.info(_),this.latestPaymentRes=_,setTimeout(()=>{this.flgReceivedPaymentUpdateFromWS||this.handleSendPaymentStatus("Payment Submitted!")},3e3),{type:d.aU.VOID})),(0,S.W)(_=>(this.logger.error("Error: "+JSON.stringify(_)),r.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",d.MZ.SEND_PAYMENT,"Send Payment Failed.",_):this.handleErrorWithAlert("SendPayment",d.MZ.SEND_PAYMENT,"Send Payment Failed",this.CHILD_API_URL+d.rl.PAYMENTS_API,_),(0,p.of)({type:d.aU.VOID})))))))),this.transactionsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_TRANSACTIONS_ECL),(0,e.Z)(r=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchTransactions",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.ON_CHAIN_API+"/transactions?count="+r.payload.count+"&skip="+r.payload.skip))),(0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,P.uL)({payload:{action:"FetchTransactions",status:d.wn.COMPLETED}})),{type:d.Uu.SET_TRANSACTIONS_ECL,payload:r||[]})),(0,S.W)(r=>(this.handleErrorWithoutAlert("FetchTransactions",d.MZ.NO_SPINNER,"Fetching Transactions Failed.",r),(0,p.of)({type:d.aU.VOID}))))),this.SendOnchainFunds=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SEND_ONCHAIN_FUNDS_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEND_FUNDS})),this.store.dispatch((0,P.uL)({payload:{action:"SendOnchainFunds",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.ON_CHAIN_API,r.payload).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"SendOnchainFunds",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEND_FUNDS})),this.store.dispatch((0,P.jJ)()),{type:d.Uu.SEND_ONCHAIN_FUNDS_RES_ECL,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("SendOnchainFunds",d.MZ.SEND_FUNDS,"Sending Fund Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.createInvoice=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.CREATE_INVOICE_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.CREATE_INVOICE})),this.store.dispatch((0,P.uL)({payload:{action:"CreateInvoice",status:d.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+d.rl.INVOICES_API,r.payload).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"CreateInvoice",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.CREATE_INVOICE})),_.timestamp=Math.round((new Date).getTime()/1e3),_.expiresAt=Math.round(_.timestamp+r.payload.expireIn),_.description=r.payload.description,_.status="unpaid",setTimeout(()=>{this.store.dispatch((0,w.xO)({payload:{data:{invoice:_,newlyAdded:!0,component:m.Z}}}))},200),{type:d.Uu.ADD_INVOICE_ECL,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("CreateInvoice",d.MZ.CREATE_INVOICE,"Create Invoice Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.invoicesFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_INVOICES_ECL),(0,e.Z)(r=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchInvoices",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.INVOICES_API+"?count="+r.payload.count+"&skip="+r.payload.skip).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"FetchInvoices",status:d.wn.COMPLETED}})),{type:d.Uu.SET_INVOICES_ECL,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("FetchInvoices",d.MZ.NO_SPINNER,"Fetching Invoices Failed.",_),(0,p.of)({type:d.aU.VOID})))))))),this.peerLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.PEER_LOOKUP_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEARCHING_NODE})),this.store.dispatch((0,P.uL)({payload:{action:"Lookup",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.NETWORK_API+"/nodes/"+r.payload).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"Lookup",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEARCHING_NODE})),{type:d.Uu.SET_LOOKUP_ECL,payload:_})),(0,S.W)(_=>(this.handleErrorWithAlert("Lookup",d.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+d.rl.NETWORK_API+"/nodes/"+r.payload,_),(0,p.of)({type:d.aU.VOID})))))))),this.invoiceLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.INVOICE_LOOKUP_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,P.uL)({payload:{action:"Lookup",status:d.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+d.rl.INVOICES_API+"/"+r.payload).pipe((0,c.T)(_=>(this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"Lookup",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,P.Dq)({payload:_})),{type:d.Uu.SET_LOOKUP_ECL,payload:_})),(0,S.W)(_=>(this.handleErrorWithoutAlert("Lookup",d.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",_),this.store.dispatch((0,w.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,p.of)({type:d.aU.VOID})))))))),this.setLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SET_LOOKUP_ECL),(0,c.T)(r=>(this.logger.info(r.payload),r.payload))),{dispatch:!1}),this.pageSettingsFetchCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.FETCH_PAGE_SETTINGS_ECL),(0,e.Z)(()=>(this.store.dispatch((0,P.uL)({payload:{action:"FetchPageSettings",status:d.wn.INITIATED}})),this.httpClient.get(d.rl.PAGE_SETTINGS_API).pipe((0,c.T)(r=>(this.logger.info(r),this.store.dispatch((0,P.uL)({payload:{action:"FetchPageSettings",status:d.wn.COMPLETED}})),this.invoicesPageSettings=r&&Object.keys(r).length>0?r.find(_=>"transactions"===_.pageId)?.tables.find(_=>"invoices"===_.tableId):d.X8.find(_=>"transactions"===_.pageId)?.tables.find(_=>"invoices"===_.tableId),this.paymentsPageSettings=r&&Object.keys(r).length>0?r.find(_=>"transactions"===_.pageId)?.tables.find(_=>"payments"===_.tableId):d.X8.find(_=>"transactions"===_.pageId)?.tables.find(_=>"payments"===_.tableId),{type:d.Uu.SET_PAGE_SETTINGS_ECL,payload:r||[]})),(0,S.W)(r=>(this.handleErrorWithoutAlert("FetchPageSettings",d.MZ.NO_SPINNER,"Fetching Page Settings Failed.",r),(0,p.of)({type:d.aU.VOID})))))))),this.savePageSettingsCL=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(d.Uu.SAVE_PAGE_SETTINGS_ECL),(0,e.Z)(r=>(this.store.dispatch((0,w.mt)({payload:d.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,P.uL)({payload:{action:"SavePageSettings",status:d.wn.INITIATED}})),this.httpClient.post(d.rl.PAGE_SETTINGS_API,r.payload).pipe((0,c.T)(_=>{this.logger.info(_),this.store.dispatch((0,P.uL)({payload:{action:"SavePageSettings",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,w.UI)({payload:"Page Layout Updated Successfully!"}));const W=(_.find(B=>"transactions"===B.pageId)?.tables.find(B=>"invoices"===B.tableId)||d.X8.find(B=>"transactions"===B.pageId)?.tables.find(B=>"invoices"===B.tableId))?.recordsPerPage,I=(_.find(B=>"transactions"===B.pageId)?.tables.find(B=>"payments"===B.tableId)||d.X8.find(B=>"transactions"===B.pageId)?.tables.find(B=>"payments"===B.tableId))?.recordsPerPage;return this.invoicesPageSettings&&W!==this.invoicesPageSettings?.recordsPerPage&&(this.invoicesPageSettings.recordsPerPage=W),this.paymentsPageSettings&&I!==this.paymentsPageSettings?.recordsPerPage&&(this.paymentsPageSettings.recordsPerPage=I),{type:d.Uu.SET_PAGE_SETTINGS_ECL,payload:_||[]}}),(0,S.W)(_=>(this.handleErrorWithAlert("SavePageSettings",d.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",d.rl.PAGE_SETTINGS_API,_),(0,p.of)({type:d.aU.VOID})))))))),this.handleSendPaymentStatus=r=>{this.store.dispatch((0,P.uL)({payload:{action:"SendPayment",status:d.wn.COMPLETED}})),this.store.dispatch((0,w.y0)({payload:d.MZ.SEND_PAYMENT})),this.store.dispatch((0,P.N4)({payload:this.latestPaymentRes})),this.store.dispatch((0,w.UI)({payload:r}))},this.store.select(M.ru).pipe((0,T.Q)(this.unSubs[0])).subscribe(r=>{r.FetchInfo.status!==d.wn.COMPLETED&&r.FetchInfo.status!==d.wn.ERROR||r.FetchFees.status!==d.wn.COMPLETED&&r.FetchFees.status!==d.wn.ERROR||r.FetchOnchainBalance.status!==d.wn.COMPLETED&&r.FetchOnchainBalance.status!==d.wn.ERROR||r.FetchChannels.status!==d.wn.COMPLETED&&r.FetchChannels.status!==d.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,w.y0)({payload:d.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.eclWSMessages.pipe((0,T.Q)(this.unSubs[1])).subscribe(r=>{this.logger.info("Received new message from the service: "+JSON.stringify(r));let _="";if(r)switch(r.type){case d.ck.PAYMENT_SENT:r&&r.id&&this.latestPaymentRes===r.id&&(this.flgReceivedPaymentUpdateFromWS=!0,_="Payment Sent: "+(r.paymentHash?"with payment hash "+r.paymentHash:JSON.stringify(r)),this.handleSendPaymentStatus(_));break;case d.ck.PAYMENT_FAILED:r&&r.id&&this.latestPaymentRes===r.id&&(this.flgReceivedPaymentUpdateFromWS=!0,_="Payment Failed: "+(r.failures&&r.failures.length&&r.failures.length>0&&r.failures[0].t?r.failures[0].t:r.failures&&r.failures.length&&r.failures.length>0&&r.failures[0].e&&r.failures[0].e.failureMessage?r.failures[0].e.failureMessage:JSON.stringify(r)),this.handleSendPaymentStatus(_));break;case d.ck.PAYMENT_RECEIVED:this.store.dispatch((0,P.Dq)({payload:r}));break;case d.ck.PAYMENT_RELAYED:delete r.source,r.amountIn=Math.round((r.amountIn||0)/1e3),r.amountOut=Math.round((r.amountOut||0)/1e3),r.timestamp.unix&&(r.timestamp=1e3*r.timestamp.unix),this.store.dispatch((0,P.yn)({payload:r}));break;case d.ck.CHANNEL_STATE_CHANGED:"NORMAL"===r.currentState||"CLOSED"===r.currentState?(this.rawChannelsList=this.rawChannelsList?.map(W=>(W.channelId===r.channelId&&W.nodeId===r.remoteNodeId&&(W.state=r.currentState),W)),this.setChannelsAndStatusAndBalances()):this.store.dispatch((0,P.gZ)({payload:r}));break;default:this.logger.info("Received Event from WS: "+JSON.stringify(r))}})}setChannelsAndStatusAndBalances(){let D=0,n=0,o=0,f={localBalance:0,remoteBalance:0},h=[];const b=[],A=[],k={active:{channels:0,capacity:0},inactive:{channels:0,capacity:0},pending:{channels:0,capacity:0}};this.rawChannelsList.forEach((x,r)=>{x&&("NORMAL"===x.state?(D=(x.toLocal||0)+(x.toRemote||0),n+=x.toLocal||0,o+=x.toRemote||0,x.balancedness=0===D?1:+(1-Math.abs(((x.toLocal||0)-(x.toRemote||0))/D)).toFixed(3),h.push(x),k.active.channels=k.active.channels+1,k.active.capacity=k.active.capacity+(x.toLocal||0)):x.state?.includes("WAIT")||x.state?.includes("CLOSING")||x.state?.includes("SYNCING")?(x.state=x.state?.replace(/_/g," "),b.push(x),k.pending.channels=k.pending.channels+1,k.pending.capacity=k.pending.capacity+(x.toLocal||0)):(x.state=x.state?.replace(/_/g," "),A.push(x),k.inactive.channels=k.inactive.channels+1,k.inactive.capacity=k.inactive.capacity+(x.toLocal||0)))}),f={localBalance:n,remoteBalance:o},h=this.commonService.sortDescByKey(h,"balancedness"),this.logger.info("Active Channels: "+JSON.stringify(h)),this.logger.info("Pending Channels: "+JSON.stringify(b)),this.logger.info("Inactive Channels: "+JSON.stringify(A)),this.logger.info("Lightning Balances: "+JSON.stringify(f)),this.logger.info("Channels Status: "+JSON.stringify(k)),this.logger.info("Channel, status and balances: "+JSON.stringify({active:h,pending:b,inactive:A,balances:f,status:k})),this.store.dispatch((0,P.Tp)({payload:h})),this.store.dispatch((0,P.cU)({payload:b})),this.store.dispatch((0,P.I6)({payload:A})),this.store.dispatch((0,P.N8)({payload:f})),this.store.dispatch((0,P.ZE)({payload:k}))}initializeRemainingData(D,n){this.sessionService.setItem("eclUnlocked","true");const o={identity_pubkey:D.nodeId,alias:D.alias,testnet:"testnet"===D.network,chains:D.publicAddresses,uris:D.uris,version:D.version,numberOfPendingChannels:0};this.store.dispatch((0,w.mt)({payload:d.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,w.Fl)({payload:o}));let f=this.location.path();f.includes("/lnd/")?f=f?.replace("/lnd/","/ecl/"):f.includes("/cln/")&&(f=f?.replace("/cln/","/ecl/")),(f.includes("/login")||f.includes("/error")||""===f||"HOME"===n||f.includes("?access-key="))&&(f="/ecl/home"),this.router.navigate([f]),this.store.dispatch((0,P.$Q)()),this.store.dispatch((0,P.yp)()),this.store.dispatch((0,P.jJ)()),this.store.dispatch((0,P.Gy)())}handleErrorWithoutAlert(D,n,o,f){this.logger.error("ERROR IN: "+D+"\n"+JSON.stringify(f)),401===f.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.Jh)()),this.store.dispatch((0,w.ri)({payload:"Authentication Failed: "+JSON.stringify(f.error)}))):(this.store.dispatch((0,w.y0)({payload:n})),this.store.dispatch((0,P.uL)({payload:{action:D,status:d.wn.ERROR,statusCode:f.status.toString(),message:this.commonService.extractErrorMessage(f,o)}})))}handleErrorWithAlert(D,n,o,f,h){if(this.logger.error(h),401===h.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.Jh)()),this.store.dispatch((0,w.ri)({payload:"Authentication Failed: "+JSON.stringify(h.error)}));else{this.store.dispatch((0,w.y0)({payload:n}));const b=this.commonService.extractErrorMessage(h);this.store.dispatch((0,w.xO)({payload:{data:{type:"ERROR",alertTitle:o,message:{code:h.status,message:b,URL:f},component:g.f}}})),this.store.dispatch((0,P.uL)({payload:{action:D,status:d.wn.ERROR,statusCode:h.status.toString(),message:b,URL:f}}))}}ngOnDestroy(){this.unSubs.forEach(D=>{D.next(null),D.complete()})}static#e=he=()=>(this.\u0275fac=function(n){return new(n||me)(j.KVO(i.En),j.KVO(U.Qq),j.KVO(K.il),j.KVO(q.Q),j.KVO(G.h),j.KVO(Q.gP),j.KVO($.Ix),j.KVO(ae.I),j.KVO(ue.aZ))},this.\u0275prov=j.jDH({token:me,factory:me.\u0275fac}))}return he(),me})()},13546:Ae=>{Ae.exports=function(l,i){for(var t=Math.min(l.length,i.length),p=new Buffer(t),S=0;S{"use strict";var i=l(27054).Buffer,t=l(7045).Transform;function S(g){t.call(this),this._block=i.allocUnsafe(g),this._blockSize=g,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}l(71993)(S,t),S.prototype._transform=function(g,d,w){var m=null;try{this.update(g,d)}catch(P){m=P}w(m)},S.prototype._flush=function(g){var d=null;try{this.push(this.digest())}catch(w){d=w}g(d)};var c=typeof Uint8Array<"u",e=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&ArrayBuffer.isView&&(i.prototype instanceof Uint8Array||i.TYPED_ARRAY_SUPPORT);S.prototype.update=function(g,d){if(this._finalized)throw new Error("Digest already called");g=function T(g,d){if(g instanceof i)return g;if("string"==typeof g)return i.from(g,d);if(e&&ArrayBuffer.isView(g)){if(0===g.byteLength)return i.alloc(0);var w=i.from(g.buffer,g.byteOffset,g.byteLength);if(w.byteLength===g.byteLength)return w}if(c&&g instanceof Uint8Array||i.isBuffer(g)&&g.constructor&&"function"==typeof g.constructor.isBuffer&&g.constructor.isBuffer(g))return i.from(g);throw new TypeError('The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView.')}(g,d);for(var w=this._block,m=0;this._blockOffset+g.length-m>=this._blockSize;){for(var P=this._blockOffset;P0;++M)this._length[M]+=j,(j=this._length[M]/4294967296|0)>0&&(this._length[M]-=4294967296*j);return this},S.prototype._update=function(){throw new Error("_update is not implemented")},S.prototype.digest=function(g){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var d=this._digest();void 0!==g&&(d=d.toString(g)),this._block.fill(0),this._blockOffset=0;for(var w=0;w<4;++w)this._length[w]=0;return d},S.prototype._digest=function(){throw new Error("_digest is not implemented")},Ae.exports=S},13798:(Ae,ee,l)=>{"use strict";l.d(ee,{Z:()=>T});var i=l(43236),t=l(39974),p=l(58750),S=l(54360),e=l(1807);function T(g,d=i.E){return function c(g){return(0,t.N)((d,w)=>{let m=!1,P=null,M=null,j=!1;const U=()=>{if(M?.unsubscribe(),M=null,m){m=!1;const q=P;P=null,w.next(q)}j&&w.complete()},K=()=>{M=null,j&&w.complete()};d.subscribe((0,S._)(w,q=>{m=!0,P=q,M||(0,p.Tg)(g(q)).subscribe(M=(0,S._)(w,U,K))},()=>{j=!0,(!m||!M||M.closed)&&w.complete()}))})}(()=>(0,e.O)(g,d))}},13981:(Ae,ee)=>{"use strict";ee.byteLength=function T(M){var j=e(M),K=j[1];return 3*(j[0]+K)/4-K},ee.toByteArray=function d(M){var j,ae,U=e(M),K=U[0],q=U[1],G=new t(function g(M,j,U){return 3*(j+U)/4-U}(0,K,q)),Q=0,$=q>0?K-4:K;for(ae=0;ae<$;ae+=4)j=i[M.charCodeAt(ae)]<<18|i[M.charCodeAt(ae+1)]<<12|i[M.charCodeAt(ae+2)]<<6|i[M.charCodeAt(ae+3)],G[Q++]=j>>16&255,G[Q++]=j>>8&255,G[Q++]=255&j;return 2===q&&(j=i[M.charCodeAt(ae)]<<2|i[M.charCodeAt(ae+1)]>>4,G[Q++]=255&j),1===q&&(j=i[M.charCodeAt(ae)]<<10|i[M.charCodeAt(ae+1)]<<4|i[M.charCodeAt(ae+2)]>>2,G[Q++]=j>>8&255,G[Q++]=255&j),G},ee.fromByteArray=function P(M){for(var j,U=M.length,K=U%3,q=[],G=16383,Q=0,$=U-K;Q<$;Q+=G)q.push(m(M,Q,Q+G>$?$:Q+G));return 1===K?q.push(l[(j=M[U-1])>>2]+l[j<<4&63]+"=="):2===K&&q.push(l[(j=(M[U-2]<<8)+M[U-1])>>10]+l[j>>4&63]+l[j<<2&63]+"="),q.join("")};for(var l=[],i=[],t=typeof Uint8Array<"u"?Uint8Array:Array,p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",S=0;S<64;++S)l[S]=p[S],i[p.charCodeAt(S)]=S;function e(M){var j=M.length;if(j%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var U=M.indexOf("=");return-1===U&&(U=j),[U,U===j?0:4-U%4]}function w(M){return l[M>>18&63]+l[M>>12&63]+l[M>>6&63]+l[63&M]}function m(M,j,U){for(var q=[],G=j;G{"use strict";function i(p){return null!=p&&"false"!=`${p}`}function t(p,S=/\s+/){const c=[];if(null!=p){const e=Array.isArray(p)?p:`${p}`.split(S);for(const T of e){const g=`${T}`.trim();g&&c.push(g)}}return c}l.d(ee,{cc:()=>t,he:()=>i})},14105:(Ae,ee,l)=>{"use strict";var i=l(917),t=l(3342),p=l(27054).Buffer;function S(T){var d,g=T.modulus.byteLength();do{d=new i(t(g))}while(d.cmp(T.modulus)>=0||!d.umod(T.prime1)||!d.umod(T.prime2));return d}function e(T,g){var d=function c(T){var g=S(T);return{blinder:g.toRed(i.mont(T.modulus)).redPow(new i(T.publicExponent)).fromRed(),unblinder:g.invm(T.modulus)}}(g),w=g.modulus.byteLength(),m=new i(T).mul(d.blinder).umod(g.modulus),P=m.toRed(i.mont(g.prime1)),M=m.toRed(i.mont(g.prime2)),j=g.coefficient,U=g.prime1,K=g.prime2,q=P.redPow(g.exponent1).fromRed(),G=M.redPow(g.exponent2).fromRed(),Q=q.isub(G).imul(j).umod(U).imul(K);return G.iadd(Q).imul(d.unblinder).umod(g.modulus).toArrayLike(p,"be",w)}e.getr=S,Ae.exports=e},14117:(Ae,ee,l)=>{"use strict";l.d(ee,{q:()=>t,y:()=>p});var i=l(30017);class t{}function p(S){return S&&"function"==typeof S.connect&&!(S instanceof i.G)}},14981:Ae=>{"use strict";Ae.exports=Math.min},15066:(Ae,ee,l)=>{var i=ee;i.Reporter=l(85697).a,i.DecoderBuffer=l(97290).t,i.EncoderBuffer=l(97290).d,i.Node=l(34320)},15196:(Ae,ee,l)=>{"use strict";l.d(ee,{C:()=>p,U:()=>S});var i=l(31635),t=l(98071);function p(c){return(0,i.AQ)(this,arguments,function*(){const T=c.getReader();try{for(;;){const{value:g,done:d}=yield(0,i.N3)(T.read());if(d)return yield(0,i.N3)(void 0);yield yield(0,i.N3)(g)}}finally{T.releaseLock()}})}function S(c){return(0,t.T)(c?.getReader)}},15283:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(12901),p=i.rotl32,S=i.sum32,c=i.sum32_3,e=i.sum32_4,T=t.BlockHash;function g(){if(!(this instanceof g))return new g;T.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function d(K,q,G,Q){return K<=15?q^G^Q:K<=31?q&G|~q&Q:K<=47?(q|~G)^Q:K<=63?q&Q|G&~Q:q^(G|~Q)}function w(K){return K<=15?0:K<=31?1518500249:K<=47?1859775393:K<=63?2400959708:2840853838}function m(K){return K<=15?1352829926:K<=31?1548603684:K<=47?1836072691:K<=63?2053994217:0}i.inherits(g,T),ee.ripemd160=g,g.blockSize=512,g.outSize=160,g.hmacStrength=192,g.padLength=64,g.prototype._update=function(q,G){for(var Q=this.h[0],$=this.h[1],ae=this.h[2],ue=this.h[3],oe=this.h[4],he=Q,me=$,Te=ae,D=ue,n=oe,o=0;o<80;o++){var f=S(p(e(Q,d(o,$,ae,ue),q[P[o]+G],w(o)),j[o]),oe);Q=oe,oe=ue,ue=p(ae,10),ae=$,$=f,f=S(p(e(he,d(79-o,me,Te,D),q[M[o]+G],m(o)),U[o]),n),he=n,n=D,D=p(Te,10),Te=me,me=f}f=c(this.h[1],ae,D),this.h[1]=c(this.h[2],ue,n),this.h[2]=c(this.h[3],oe,he),this.h[3]=c(this.h[4],Q,me),this.h[4]=c(this.h[0],$,Te),this.h[0]=f},g.prototype._digest=function(q){return"hex"===q?i.toHex32(this.h,"little"):i.split32(this.h,"little")};var P=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],M=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],j=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],U=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},15340:()=>{},15492:(Ae,ee,l)=>{"use strict";function t(Be){var _e=this;this.next=null,this.entry=null,this.finish=function(){!function be(Be,_e,ye){var Le=Be.entry;for(Be.entry=null;Le;){var Ke=Le.callback;_e.pendingcb--,Ke(ye),Le=Le.next}_e.corkedRequestsFree.next=Be}(_e,Be)}}var p;Ae.exports=Te,Te.WritableState=he;var me,S={deprecate:l(3398)},c=l(12601),e=l(83838).Buffer,T=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},w=l(88152),P=l(22827).getHighWaterMark,M=l(30464).F,j=M.ERR_INVALID_ARG_TYPE,U=M.ERR_METHOD_NOT_IMPLEMENTED,K=M.ERR_MULTIPLE_CALLBACK,q=M.ERR_STREAM_CANNOT_PIPE,G=M.ERR_STREAM_DESTROYED,Q=M.ERR_STREAM_NULL_VALUES,$=M.ERR_STREAM_WRITE_AFTER_END,ae=M.ERR_UNKNOWN_ENCODING,ue=w.errorOrDestroy;function oe(){}function he(Be,_e,ye){p=p||l(1030),"boolean"!=typeof ye&&(ye=_e instanceof p),this.objectMode=!!(Be=Be||{}).objectMode,ye&&(this.objectMode=this.objectMode||!!Be.writableObjectMode),this.highWaterMark=P(this,Be,"writableHighWaterMark",ye),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===Be.decodeStrings),this.defaultEncoding=Be.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(Ke){!function k(Be,_e){var ye=Be._writableState,Le=ye.sync,Ke=ye.writecb;if("function"!=typeof Ke)throw new K;if(function A(Be){Be.writing=!1,Be.writecb=null,Be.length-=Be.writelen,Be.writelen=0}(ye),_e)!function b(Be,_e,ye,Le,Ke){--_e.pendingcb,ye?(process.nextTick(Ke,Le),process.nextTick(re,Be,_e),Be._writableState.errorEmitted=!0,ue(Be,Le)):(Ke(Le),Be._writableState.errorEmitted=!0,ue(Be,Le),re(Be,_e))}(Be,ye,Le,_e,Ke);else{var ge=W(ye)||Be.destroyed;!ge&&!ye.corked&&!ye.bufferProcessing&&ye.bufferedRequest&&_(Be,ye),Le?process.nextTick(x,Be,ye,ge,Ke):x(Be,ye,ge,Ke)}}(_e,Ke)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==Be.emitClose,this.autoDestroy=!!Be.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new t(this)}function Te(Be){var _e=this instanceof(p=p||l(1030));if(!_e&&!me.call(Te,this))return new Te(Be);this._writableState=new he(Be,this,_e),this.writable=!0,Be&&("function"==typeof Be.write&&(this._write=Be.write),"function"==typeof Be.writev&&(this._writev=Be.writev),"function"==typeof Be.destroy&&(this._destroy=Be.destroy),"function"==typeof Be.final&&(this._final=Be.final)),c.call(this)}function h(Be,_e,ye,Le,Ke,ge,ve){_e.writelen=Le,_e.writecb=ve,_e.writing=!0,_e.sync=!0,_e.destroyed?_e.onwrite(new G("write")):ye?Be._writev(Ke,_e.onwrite):Be._write(Ke,ge,_e.onwrite),_e.sync=!1}function x(Be,_e,ye,Le){ye||function r(Be,_e){0===_e.length&&_e.needDrain&&(_e.needDrain=!1,Be.emit("drain"))}(Be,_e),_e.pendingcb--,Le(),re(Be,_e)}function _(Be,_e){_e.bufferProcessing=!0;var ye=_e.bufferedRequest;if(Be._writev&&ye&&ye.next){var Ke=new Array(_e.bufferedRequestCount),ge=_e.corkedRequestsFree;ge.entry=ye;for(var ve=0,Oe=!0;ye;)Ke[ve]=ye,ye.isBuf||(Oe=!1),ye=ye.next,ve+=1;Ke.allBuffers=Oe,h(Be,_e,!0,_e.length,Ke,"",ge.finish),_e.pendingcb++,_e.lastBufferedRequest=null,ge.next?(_e.corkedRequestsFree=ge.next,ge.next=null):_e.corkedRequestsFree=new t(_e),_e.bufferedRequestCount=0}else{for(;ye;){var Ee=ye.chunk;if(h(Be,_e,!1,_e.objectMode?1:Ee.length,Ee,ye.encoding,ye.callback),ye=ye.next,_e.bufferedRequestCount--,_e.writing)break}null===ye&&(_e.lastBufferedRequest=null)}_e.bufferedRequest=ye,_e.bufferProcessing=!1}function W(Be){return Be.ending&&0===Be.length&&null===Be.bufferedRequest&&!Be.finished&&!Be.writing}function I(Be,_e){Be._final(function(ye){_e.pendingcb--,ye&&ue(Be,ye),_e.prefinished=!0,Be.emit("prefinish"),re(Be,_e)})}function re(Be,_e){var ye=W(_e);if(ye&&(function B(Be,_e){!_e.prefinished&&!_e.finalCalled&&("function"!=typeof Be._final||_e.destroyed?(_e.prefinished=!0,Be.emit("prefinish")):(_e.pendingcb++,_e.finalCalled=!0,process.nextTick(I,Be,_e)))}(Be,_e),0===_e.pendingcb&&(_e.finished=!0,Be.emit("finish"),_e.autoDestroy))){var Le=Be._readableState;(!Le||Le.autoDestroy&&Le.endEmitted)&&Be.destroy()}return ye}l(71993)(Te,c),he.prototype.getBuffer=function(){for(var _e=this.bufferedRequest,ye=[];_e;)ye.push(_e),_e=_e.next;return ye},function(){try{Object.defineProperty(he.prototype,"buffer",{get:S.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(me=Function.prototype[Symbol.hasInstance],Object.defineProperty(Te,Symbol.hasInstance,{value:function(_e){return!!me.call(this,_e)||this===Te&&_e&&_e._writableState instanceof he}})):me=function(_e){return _e instanceof this},Te.prototype.pipe=function(){ue(this,new q)},Te.prototype.write=function(Be,_e,ye){var Le=this._writableState,Ke=!1,ge=!Le.objectMode&&function d(Be){return e.isBuffer(Be)||Be instanceof T}(Be);return ge&&!e.isBuffer(Be)&&(Be=function g(Be){return e.from(Be)}(Be)),"function"==typeof _e&&(ye=_e,_e=null),ge?_e="buffer":_e||(_e=Le.defaultEncoding),"function"!=typeof ye&&(ye=oe),Le.ending?function D(Be,_e){var ye=new $;ue(Be,ye),process.nextTick(_e,ye)}(this,ye):(ge||function n(Be,_e,ye,Le){var Ke;return null===ye?Ke=new Q:"string"!=typeof ye&&!_e.objectMode&&(Ke=new j("chunk",["string","Buffer"],ye)),!Ke||(ue(Be,Ke),process.nextTick(Le,Ke),!1)}(this,Le,Be,ye))&&(Le.pendingcb++,Ke=function f(Be,_e,ye,Le,Ke,ge){if(!ye){var ve=function o(Be,_e,ye){return!Be.objectMode&&!1!==Be.decodeStrings&&"string"==typeof _e&&(_e=e.from(_e,ye)),_e}(_e,Le,Ke);Le!==ve&&(ye=!0,Ke="buffer",Le=ve)}var Oe=_e.objectMode?1:Le.length;_e.length+=Oe;var Ee=_e.length<_e.highWaterMark;if(Ee||(_e.needDrain=!0),_e.writing||_e.corked){var dt=_e.lastBufferedRequest;_e.lastBufferedRequest={chunk:Le,encoding:Ke,isBuf:ye,callback:ge,next:null},dt?dt.next=_e.lastBufferedRequest:_e.bufferedRequest=_e.lastBufferedRequest,_e.bufferedRequestCount+=1}else h(Be,_e,!1,Oe,Le,Ke,ge);return Ee}(this,Le,ge,Be,_e,ye)),Ke},Te.prototype.cork=function(){this._writableState.corked++},Te.prototype.uncork=function(){var Be=this._writableState;Be.corked&&(Be.corked--,!Be.writing&&!Be.corked&&!Be.bufferProcessing&&Be.bufferedRequest&&_(this,Be))},Te.prototype.setDefaultEncoding=function(_e){if("string"==typeof _e&&(_e=_e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((_e+"").toLowerCase())>-1))throw new ae(_e);return this._writableState.defaultEncoding=_e,this},Object.defineProperty(Te.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(Te.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Te.prototype._write=function(Be,_e,ye){ye(new U("_write()"))},Te.prototype._writev=null,Te.prototype.end=function(Be,_e,ye){var Le=this._writableState;return"function"==typeof Be?(ye=Be,Be=null,_e=null):"function"==typeof _e&&(ye=_e,_e=null),null!=Be&&this.write(Be,_e),Le.corked&&(Le.corked=1,this.uncork()),Le.ending||function pe(Be,_e,ye){_e.ending=!0,re(Be,_e),ye&&(_e.finished?process.nextTick(ye):Be.once("finish",ye)),_e.ended=!0,Be.writable=!1}(this,Le,ye),this},Object.defineProperty(Te.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(Te.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(_e){this._writableState&&(this._writableState.destroyed=_e)}}),Te.prototype.destroy=w.destroy,Te.prototype._undestroy=w.undestroy,Te.prototype._destroy=function(Be,_e){_e(Be)}},15526:(Ae,ee,l)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var t=function i(c){return c&&"object"==typeof c&&"default"in c?c.default:c}(l(47851));ee.keyDecoder=(c,e)=>t.decode(c).toString(e),ee.keyEncoder=(c,e)=>t.encode(Buffer.from(c,e).toString("ascii")).toString().replace(/=/g,"")},15579:Ae=>{"use strict";Ae.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')},16038:(Ae,ee,l)=>{"use strict";l.d(ee,{Cc:()=>I,PW:()=>Q,eI:()=>r});var i=l(2615),t=l(73664),p=l(17705),S=l(29340),c=l(72200),e=l(60177),d=(l(14085),l(56977),l(345));let K=(()=>{class B extends S.DJ{constructor(pe,be,Be,_e,ye,Le,Ke){super(pe,null,be,Be),this.ngClassInstance=Ke,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new c.YU(_e,ye,pe,Le)),this.init(),this.setValue("","")}set klass(pe){this.ngClassInstance.klass=pe,this.setValue(pe,"")}updateWithValue(pe){this.ngClassInstance.ngClass=pe,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return B.\u0275fac=function(pe){return new(pe||B)(t.rXU(t.aKT),t.rXU(S.ZH),t.rXU(S.qH),t.rXU(p._q3),t.rXU(p.MKu),t.rXU(t.sFG),t.rXU(c.YU,10))},B.\u0275dir=t.FsC({type:B,inputs:{klass:[0,"class","klass"]},standalone:!1,features:[t.Vt3]}),B})();const q=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let Q=(()=>{class B extends K{constructor(){super(...arguments),this.inputs=q}}return B.\u0275fac=(()=>{let re;return function(be){return(re||(re=t.xGo(B)))(be||B)}})(),B.\u0275dir=t.FsC({type:B,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},standalone:!1,features:[t.Vt3]}),B})();class Te{constructor(re,pe,be=!0){this.key=re,this.value=pe,this.key=be?re.replace(/['"]/g,"").trim():re.trim(),this.value=be?pe.replace(/['"]/g,"").trim():pe.trim(),this.value=this.value.replace(/;/,"")}}function D(B){let re=typeof B;return"object"===re?B.constructor===Array?"array":B.constructor===Set?"set":"object":re}function h(B){const[re,...pe]=B.split(":");return new Te(re,pe.join(":"))}function b(B,re){return re.key&&(B[re.key]=re.value),B}let A=(()=>{class B extends S.DJ{constructor(pe,be,Be,_e,ye,Le,Ke,ge,ve){super(pe,null,be,Be),this.sanitizer=_e,this.ngStyleInstance=Ke,this.DIRECTIVE_KEY="ngStyle",this.ngStyleInstance||(this.ngStyleInstance=new c.B3(pe,ye,Le)),this.init();const Oe=this.nativeElement.getAttribute("style")??"";this.fallbackStyles=this.buildStyleMap(Oe),this.isServer=ge&&(0,e.Vy)(ve)}updateWithValue(pe){const be=this.buildStyleMap(pe);this.ngStyleInstance.ngStyle={...this.fallbackStyles,...be},this.isServer&&this.applyStyleToElement(be),this.ngStyleInstance.ngDoCheck()}clearStyles(){this.ngStyleInstance.ngStyle=this.fallbackStyles,this.ngStyleInstance.ngDoCheck()}buildStyleMap(pe){const be=Be=>this.sanitizer.sanitize(t.WPN.STYLE,Be)??"";if(pe)switch(D(pe)){case"string":return _(function n(B,re=";"){return String(B).trim().split(re).map(pe=>pe.trim()).filter(pe=>""!==pe)}(pe),be);case"array":return _(pe,be);default:return function f(B,re){let pe=[];return"set"===D(B)?B.forEach(be=>pe.push(be)):Object.keys(B).forEach(be=>{pe.push(`${be}:${B[be]}`)}),function o(B,re){return B.map(h).filter(be=>!!be).map(be=>(re&&(be.value=re(be.value)),be)).reduce(b,{})}(pe,re)}(pe,be)}return{}}ngDoCheck(){this.ngStyleInstance.ngDoCheck()}}return B.\u0275fac=function(pe){return new(pe||B)(t.rXU(t.aKT),t.rXU(S.ZH),t.rXU(S.qH),t.rXU(d.up),t.rXU(p.MKu),t.rXU(t.sFG),t.rXU(c.B3,10),t.rXU(S.Ce),t.rXU(t.Agw))},B.\u0275dir=t.FsC({type:B,standalone:!1,features:[t.Vt3]}),B})();const k=["ngStyle","ngStyle.xs","ngStyle.sm","ngStyle.md","ngStyle.lg","ngStyle.xl","ngStyle.lt-sm","ngStyle.lt-md","ngStyle.lt-lg","ngStyle.lt-xl","ngStyle.gt-xs","ngStyle.gt-sm","ngStyle.gt-md","ngStyle.gt-lg"];let r=(()=>{class B extends A{constructor(){super(...arguments),this.inputs=k}}return B.\u0275fac=(()=>{let re;return function(be){return(re||(re=t.xGo(B)))(be||B)}})(),B.\u0275dir=t.FsC({type:B,selectors:[["","ngStyle",""],["","ngStyle.xs",""],["","ngStyle.sm",""],["","ngStyle.md",""],["","ngStyle.lg",""],["","ngStyle.xl",""],["","ngStyle.lt-sm",""],["","ngStyle.lt-md",""],["","ngStyle.lt-lg",""],["","ngStyle.lt-xl",""],["","ngStyle.gt-xs",""],["","ngStyle.gt-sm",""],["","ngStyle.gt-md",""],["","ngStyle.gt-lg",""]],inputs:{ngStyle:"ngStyle","ngStyle.xs":"ngStyle.xs","ngStyle.sm":"ngStyle.sm","ngStyle.md":"ngStyle.md","ngStyle.lg":"ngStyle.lg","ngStyle.xl":"ngStyle.xl","ngStyle.lt-sm":"ngStyle.lt-sm","ngStyle.lt-md":"ngStyle.lt-md","ngStyle.lt-lg":"ngStyle.lt-lg","ngStyle.lt-xl":"ngStyle.lt-xl","ngStyle.gt-xs":"ngStyle.gt-xs","ngStyle.gt-sm":"ngStyle.gt-sm","ngStyle.gt-md":"ngStyle.gt-md","ngStyle.gt-lg":"ngStyle.gt-lg"},standalone:!1,features:[t.Vt3]}),B})();function _(B,re){return B.map(h).filter(be=>!!be).map(be=>(re&&(be.value=re(be.value)),be)).reduce(b,{})}let I=(()=>{class B{}return B.\u0275fac=function(pe){return new(pe||B)},B.\u0275mod=t.$C({type:B}),B.\u0275inj=i.G2t({imports:[S.Ui]}),B})()},16508:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(51069).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},16626:(Ae,ee,l)=>{var i=l(49609),t=l(71993);function S(c,e){this.name=c,this.body=e,this.decoders={},this.encoders={}}ee.define=function(e,T){return new S(e,T)},S.prototype._createNamed=function(e){var T;try{T=l(68326).runInThisContext("(function "+this.name+"(entity) {\n this._initNamed(entity);\n})")}catch{T=function(d){this._initNamed(d)}}return t(T,e),T.prototype._initNamed=function(d){e.call(this,d)},new T(this)},S.prototype._getDecoder=function(e){return this.decoders.hasOwnProperty(e=e||"der")||(this.decoders[e]=this._createNamed(i.decoders[e])),this.decoders[e]},S.prototype.decode=function(e,T,g){return this._getDecoder(T).decode(e,g)},S.prototype._getEncoder=function(e){return this.encoders.hasOwnProperty(e=e||"der")||(this.encoders[e]=this._createNamed(i.encoders[e])),this.encoders[e]},S.prototype.encode=function(e,T,g){return this._getEncoder(T).encode(e,g)}},16949:(Ae,ee,l)=>{"use strict";l.d(ee,{k:()=>t});var i=l(11514);const t=[(0,i.hZ)("sliderAnimation",[(0,i.wk)("*",(0,i.iF)({transform:"translateX(0)"})),(0,i.kY)("void => backward",[(0,i.iF)({transform:"translateX(-100%"}),(0,i.i0)("800ms")]),(0,i.kY)("backward => void",[(0,i.i0)("0ms",(0,i.iF)({transform:"translateX(100%)"}))]),(0,i.kY)("void => forward",[(0,i.iF)({transform:"translateX(100%"}),(0,i.i0)("800ms")]),(0,i.kY)("forward => void",[(0,i.i0)("0ms",(0,i.iF)({transform:"translateX(-100%)"}))])])]},17090:(Ae,ee,l)=>{var i=l(27054).Buffer,t=l(13546);function p(S,c,e){var T=c.length,g=t(c,S._cache);return S._cache=S._cache.slice(T),S._prev=i.concat([S._prev,e?c:g]),g}ee.encrypt=function(S,c,e){for(var g,T=i.allocUnsafe(0);c.length;){if(0===S._cache.length&&(S._cache=S._cipher.encryptBlock(S._prev),S._prev=i.allocUnsafe(0)),!(S._cache.length<=c.length)){T=i.concat([T,p(S,c,e)]);break}T=i.concat([T,p(S,c.slice(0,g=S._cache.length),e)]),c=c.slice(g)}return T}},17094:(Ae,ee,l)=>{"use strict";l.d(ee,{Ai:()=>h,GX:()=>me,Pd:()=>W,Q_:()=>_,Z7:()=>m,kB:()=>Te,sp:()=>he});var i=l(2615),t=l(73664),p=l(17705),S=l(39842),c=l(44522),e=l(88968),T=l(49046),g=l(34330),d=l(72318);let m=(()=>{class I{_platform=(0,i.WQX)(S.O);constructor(){}isDisabled(re){return re.hasAttribute("disabled")}isVisible(re){return function M(I){return!!(I.offsetWidth||I.offsetHeight||"function"==typeof I.getClientRects&&I.getClientRects().length)}(re)&&"visible"===getComputedStyle(re).visibility}isTabbable(re){if(!this._platform.isBrowser)return!1;const pe=function P(I){try{return I.frameElement}catch{return null}}(function oe(I){return I.ownerDocument&&I.ownerDocument.defaultView||window}(re));if(pe&&(-1===$(pe)||!this.isVisible(pe)))return!1;let be=re.nodeName.toLowerCase(),Be=$(re);return re.hasAttribute("contenteditable")?-1!==Be:!("iframe"===be||"object"===be||this._platform.WEBKIT&&this._platform.IOS&&!function ae(I){let B=I.nodeName.toLowerCase(),re="input"===B&&I.type;return"text"===re||"password"===re||"select"===B||"textarea"===B}(re))&&("audio"===be?!!re.hasAttribute("controls")&&-1!==Be:"video"===be?-1!==Be&&(null!==Be||this._platform.FIREFOX||re.hasAttribute("controls")):re.tabIndex>=0)}isFocusable(re,pe){return function ue(I){return!function U(I){return function q(I){return"input"==I.nodeName.toLowerCase()}(I)&&"hidden"==I.type}(I)&&(function j(I){let B=I.nodeName.toLowerCase();return"input"===B||"select"===B||"button"===B||"textarea"===B}(I)||function K(I){return function G(I){return"a"==I.nodeName.toLowerCase()}(I)&&I.hasAttribute("href")}(I)||I.hasAttribute("contenteditable")||Q(I))}(re)&&!this.isDisabled(re)&&(pe?.ignoreVisibility||this.isVisible(re))}static \u0275fac=function(pe){return new(pe||I)};static \u0275prov=i.jDH({token:I,factory:I.\u0275fac,providedIn:"root"})}return I})();function Q(I){if(!I.hasAttribute("tabindex")||void 0===I.tabIndex)return!1;let B=I.getAttribute("tabindex");return!(!B||isNaN(parseInt(B,10)))}function $(I){if(!Q(I))return null;const B=parseInt(I.getAttribute("tabindex")||"",10);return isNaN(B)?-1:B}class he{_element;_checker;_ngZone;_document;_injector;_startAnchor;_endAnchor;_hasAttached=!1;startAnchorListener=()=>this.focusLastTabbableElement();endAnchorListener=()=>this.focusFirstTabbableElement();get enabled(){return this._enabled}set enabled(B){this._enabled=B,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(B,this._startAnchor),this._toggleAnchorTabIndex(B,this._endAnchor))}_enabled=!0;constructor(B,re,pe,be,Be=!1,_e){this._element=B,this._checker=re,this._ngZone=pe,this._document=be,this._injector=_e,Be||this.attachAnchors()}destroy(){const B=this._startAnchor,re=this._endAnchor;B&&(B.removeEventListener("focus",this.startAnchorListener),B.remove()),re&&(re.removeEventListener("focus",this.endAnchorListener),re.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(B){return new Promise(re=>{this._executeOnStable(()=>re(this.focusInitialElement(B)))})}focusFirstTabbableElementWhenReady(B){return new Promise(re=>{this._executeOnStable(()=>re(this.focusFirstTabbableElement(B)))})}focusLastTabbableElementWhenReady(B){return new Promise(re=>{this._executeOnStable(()=>re(this.focusLastTabbableElement(B)))})}_getRegionBoundary(B){const re=this._element.querySelectorAll(`[cdk-focus-region-${B}], [cdkFocusRegion${B}], [cdk-focus-${B}]`);return"start"==B?re.length?re[0]:this._getFirstTabbableElement(this._element):re.length?re[re.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(B){const re=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(re){if(!this._checker.isFocusable(re)){const pe=this._getFirstTabbableElement(re);return pe?.focus(B),!!pe}return re.focus(B),!0}return this.focusFirstTabbableElement(B)}focusFirstTabbableElement(B){const re=this._getRegionBoundary("start");return re&&re.focus(B),!!re}focusLastTabbableElement(B){const re=this._getRegionBoundary("end");return re&&re.focus(B),!!re}hasAttached(){return this._hasAttached}_getFirstTabbableElement(B){if(this._checker.isFocusable(B)&&this._checker.isTabbable(B))return B;const re=B.children;for(let pe=0;pe=0;pe--){const be=re[pe].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(re[pe]):null;if(be)return be}return null}_createAnchor(){const B=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,B),B.classList.add("cdk-visually-hidden"),B.classList.add("cdk-focus-trap-anchor"),B.setAttribute("aria-hidden","true"),B}_toggleAnchorTabIndex(B,re){B?re.setAttribute("tabindex","0"):re.removeAttribute("tabindex")}toggleAnchors(B){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(B,this._startAnchor),this._toggleAnchorTabIndex(B,this._endAnchor))}_executeOnStable(B){this._injector?(0,t.mal)(B,{injector:this._injector}):setTimeout(B)}}let me=(()=>{class I{_checker=(0,i.WQX)(m);_ngZone=(0,i.WQX)(t.SKi);_document=(0,i.WQX)(i.qQL);_injector=(0,i.WQX)(i.zZn);constructor(){(0,i.WQX)(e.l).load(T.Y)}create(re,pe=!1){return new he(re,this._checker,this._ngZone,this._document,pe,this._injector)}static \u0275fac=function(pe){return new(pe||I)};static \u0275prov=i.jDH({token:I,factory:I.\u0275fac,providedIn:"root"})}return I})(),Te=(()=>{class I{_elementRef=(0,i.WQX)(t.aKT);_focusTrapFactory=(0,i.WQX)(me);focusTrap;_previouslyFocusedElement=null;get enabled(){return this.focusTrap?.enabled||!1}set enabled(re){this.focusTrap&&(this.focusTrap.enabled=re)}autoCapture;constructor(){(0,i.WQX)(S.O).isBrowser&&(this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0))}ngOnDestroy(){this.focusTrap?.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap?.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap&&!this.focusTrap.hasAttached()&&this.focusTrap.attachAnchors()}ngOnChanges(re){const pe=re.autoCapture;pe&&!pe.firstChange&&this.autoCapture&&this.focusTrap?.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,c.vc)(),this.focusTrap?.focusInitialElementWhenReady()}static \u0275fac=function(pe){return new(pe||I)};static \u0275dir=t.FsC({type:I,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:[2,"cdkTrapFocus","enabled",p.L39],autoCapture:[2,"cdkTrapFocusAutoCapture","autoCapture",p.L39]},exportAs:["cdkTrapFocus"],features:[t.OA$]})}return I})();const D=new i.nKC("liveAnnouncerElement",{providedIn:"root",factory:function n(){return null}}),o=new i.nKC("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let f=0,h=(()=>{class I{_ngZone=(0,i.WQX)(t.SKi);_defaultOptions=(0,i.WQX)(o,{optional:!0});_liveElement;_document=(0,i.WQX)(i.qQL);_previousTimeout;_currentPromise;_currentResolve;constructor(){const re=(0,i.WQX)(D,{optional:!0});this._liveElement=re||this._createLiveElement()}announce(re,...pe){const be=this._defaultOptions;let Be,_e;return 1===pe.length&&"number"==typeof pe[0]?_e=pe[0]:[Be,_e]=pe,this.clear(),clearTimeout(this._previousTimeout),Be||(Be=be&&be.politeness?be.politeness:"polite"),null==_e&&be&&(_e=be.duration),this._liveElement.setAttribute("aria-live",Be),this._liveElement.id&&this._exposeAnnouncerToModals(this._liveElement.id),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(ye=>this._currentResolve=ye)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=re,"number"==typeof _e&&(this._previousTimeout=setTimeout(()=>this.clear(),_e)),this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const re="cdk-live-announcer-element",pe=this._document.getElementsByClassName(re),be=this._document.createElement("div");for(let Be=0;Be .cdk-overlay-container [aria-modal="true"]');for(let be=0;be{class I{_platform=(0,i.WQX)(S.O);_hasCheckedHighContrastMode;_document=(0,i.WQX)(i.qQL);_breakpointSubscription;constructor(){this._breakpointSubscription=(0,i.WQX)(g.Q).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return A.NONE;const re=this._document.createElement("div");re.style.backgroundColor="rgb(1,2,3)",re.style.position="absolute",this._document.body.appendChild(re);const pe=this._document.defaultView||window,be=pe&&pe.getComputedStyle?pe.getComputedStyle(re):null,Be=(be&&be.backgroundColor||"").replace(/ /g,"");switch(re.remove(),Be){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return A.WHITE_ON_BLACK;case"rgb(255,255,255)":case"rgb(255,250,239)":return A.BLACK_ON_WHITE}return A.NONE}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const re=this._document.body.classList;re.remove(r,k,x),this._hasCheckedHighContrastMode=!0;const pe=this.getHighContrastMode();pe===A.BLACK_ON_WHITE?re.add(r,k):pe===A.WHITE_ON_BLACK&&re.add(r,x)}}static \u0275fac=function(pe){return new(pe||I)};static \u0275prov=i.jDH({token:I,factory:I.\u0275fac,providedIn:"root"})}return I})(),W=(()=>{class I{constructor(){(0,i.WQX)(_)._applyBodyHighContrastModeCssClasses()}static \u0275fac=function(pe){return new(pe||I)};static \u0275mod=t.$C({type:I});static \u0275inj=i.G2t({imports:[d.w5]})}return I})()},17186:(Ae,ee,l)=>{"use strict";l.d(ee,{Wz:()=>T,fe:()=>g,jn:()=>e,q_:()=>c});var i=l(2615),t=l(43694),p=l(53202),S=l(96354);function c(){return()=>{const d=(0,i.WQX)(t.Ix),w=(0,i.WQX)(t.nX),m=(0,i.WQX)(p.Q);return!(!m.getItem("token")||w.snapshot.url&&w.snapshot.url.length&&"settings"!==w.snapshot.url[0].path&&"auth"!==w.snapshot.url[0].path&&"true"===m.getItem("defaultPassword")&&(d.navigate(["/settings/auth"]),1))}}function e(){return()=>!!(0,i.WQX)(p.Q).watchSession().pipe((0,S.T)(w=>w.lndUnlocked))}function T(){return()=>!!(0,i.WQX)(p.Q).watchSession().pipe((0,S.T)(w=>w.clnUnlocked))}function g(){return()=>!!(0,i.WQX)(p.Q).watchSession().pipe((0,S.T)(w=>w.eclUnlocked))}},17705:(Ae,ee,l)=>{"use strict";l.d(ee,{ES_:()=>P,HJs:()=>no,Hbi:()=>oi,L39:()=>Gt,MKu:()=>$e,Udg:()=>gt,_q3:()=>Et,a0P:()=>Qr,cCO:()=>M,ebz:()=>ae,fpN:()=>Hi,gRc:()=>kt,geq:()=>h,hFB:()=>G,naY:()=>Ie,oH4:()=>Mt,sbv:()=>me,uEv:()=>os});var i=l(2615),t=l(48440),p=l(73664),S=l(59295);const c=Symbol("InputSignalNode#UNSET"),e={...t.s0,transformFn:void 0,applyValueToInputSignal(Lt,rt){(0,t.j2)(Lt,rt)}};function g(Lt,rt){const wt=Object.create(e);function ii(){if((0,t.mK)(wt),wt.value===c)throw new i.buA(-950,null);return wt.value}return wt.value=Lt,wt.transformFn=rt?.transform,ii[t.bh]=wt,ii}class P{attributeName;constructor(rt){this.attributeName=rt}__NG_ELEMENT_ID__=()=>(0,p.kS0)(this.attributeName);toString(){return`HostAttributeToken ${this.attributeName}`}}const M=new i.nKC("");function K(Lt,rt){return g(Lt,rt)}M.__NG_ELEMENT_ID__=Lt=>{const rt=(0,i.Mx4)();if(null===rt)throw new i.buA(204,!1);if(2&rt.type)return rt.value;if(8&Lt)return null;throw new i.buA(204,!1)};const G=(K.required=function q(Lt){return g(c,Lt)},K);function Q(Lt,rt){return(0,p.mU9)(rt)}const ae=(Q.required=function $(Lt,rt){return(0,p.hnC)(rt)},Q);function oe(Lt,rt){return(0,p.mU9)(rt)}const me=(oe.required=function he(Lt,rt){return(0,p.hnC)(rt)},oe);function D(Lt,rt){const wt=Object.create(e),ii=new S.Zf;function Ii(){return(0,t.mK)(wt),n(wt.value),wt.value}return wt.value=Lt,Ii[t.bh]=wt,Ii.asReadonly=i.HO5.bind(Ii),Ii.set=Ui=>{wt.equal(wt.value,Ui)||((0,t.j2)(wt,Ui),ii.emit(Ui))},Ii.update=Ui=>{n(wt.value),Ii.set(Ui(wt.value))},Ii.subscribe=ii.subscribe.bind(ii),Ii.destroyRef=ii.destroyRef,Ii}function n(Lt){if(Lt===c)throw new i.buA(952,!1)}function o(Lt,rt){return D(Lt)}const h=(o.required=function f(Lt){return D(c)},o),_e=new i.nKC(""),ye=new i.nKC("");function Le(Lt){return!Lt.moduleRef}let ge;function ve(){ge=Oe}function Oe(Lt,rt){const wt=Lt.injector.get(p.o8S);if(Lt._bootstrapComponents.length>0)Lt._bootstrapComponents.forEach(ii=>wt.bootstrap(ii));else{if(!Lt.instance.ngDoBootstrap)throw new i.buA(-403,!1);Lt.instance.ngDoBootstrap(wt)}rt.push(Lt)}let dt=(()=>{class Lt{_injector;_modules=[];_destroyListeners=[];_destroyed=!1;constructor(wt){this._injector=wt}bootstrapModuleFactory(wt,ii){const Ii=ii?.scheduleInRootZone,tn=ii?.ignoreChangesOutsideZone,yn=[(0,p.SdI)({ngZoneFactory:()=>(0,p.G5x)(ii?.ngZone,{...(0,p.cZr)({eventCoalescing:ii?.ngZoneEventCoalescing,runCoalescing:ii?.ngZoneRunCoalescing}),scheduleInRootZone:Ii}),ignoreChangesOutsideZone:tn}),{provide:i.hk6,useExisting:p.Ts$},i.gv8],Pn=(0,p.VzW)(wt.moduleType,this.injector,yn);return ve(),function Ke(Lt){const rt=Le(Lt)?Lt.r3Injector:Lt.moduleRef.injector,wt=rt.get(p.SKi);return wt.run(()=>{Le(Lt)?Lt.r3Injector.resolveInjectorInitializers():Lt.moduleRef.resolveInjectorInitializers();const ii=rt.get(i.ZTf);let Ii;if(wt.runOutsideAngular(()=>{Ii=wt.onError.subscribe({next:ii})}),Le(Lt)){const Ui=()=>rt.destroy(),tn=Lt.platformInjector.get(_e);tn.add(Ui),rt.onDestroy(()=>{Ii.unsubscribe(),tn.delete(Ui)})}else{const Ui=()=>Lt.moduleRef.destroy(),tn=Lt.platformInjector.get(_e);tn.add(Ui),Lt.moduleRef.onDestroy(()=>{(0,p.TFI)(Lt.allPlatformModules,Lt.moduleRef),Ii.unsubscribe(),tn.delete(Ui)})}return function Ee(Lt,rt,wt){try{const ii=wt();return(0,p.yLl)(ii)?ii.catch(Ii=>{throw rt.runOutsideAngular(()=>Lt(Ii)),Ii}):ii}catch(ii){throw rt.runOutsideAngular(()=>Lt(ii)),ii}}(ii,wt,()=>{const Ui=rt.get(i.rev),tn=Ui.add(),yn=rt.get(p.H1s);return yn.runInitializers(),yn.donePromise.then(()=>{const Pn=rt.get(p.xe9,p.DkB);if((0,p.e6s)(Pn||p.DkB),!rt.get(ye,!0))return Le(Lt)?rt.get(p.o8S):(Lt.allPlatformModules.push(Lt.moduleRef),Lt.moduleRef);if(Le(Lt)){const Jn=rt.get(p.o8S);return void 0!==Lt.rootComponent&&Jn.bootstrap(Lt.rootComponent),Jn}return ge?.(Lt.moduleRef,Lt.allPlatformModules),Lt.moduleRef}).finally(()=>{Ui.remove(tn)})})})}({moduleRef:Pn,allPlatformModules:this._modules,platformInjector:this.injector})}bootstrapModule(wt,ii=[]){const Ii=(0,p.lJT)({},ii);return ve(),function W(Lt,rt,wt){const ii=new p.Co$(wt);return Promise.resolve(ii)}(0,0,wt).then(Ui=>this.bootstrapModuleFactory(Ui,Ii))}onDestroy(wt){this._destroyListeners.push(wt)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new i.buA(404,!1);this._modules.slice().forEach(ii=>ii.destroy()),this._destroyListeners.forEach(ii=>ii());const wt=this._injector.get(_e,null);wt&&(wt.forEach(ii=>ii()),wt.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}static \u0275fac=function(ii){return new(ii||Lt)((0,i.KVO)(i.zZn))};static \u0275prov=(0,i.jDH)({token:Lt,factory:Lt.\u0275fac,providedIn:"platform"})}return Lt})(),nt=null;function Mt(Lt,rt,wt=[]){const ii=`Platform: ${rt}`,Ii=new i.nKC(ii);return(Ui=[])=>{let tn=Ht();if(!tn){const yn=[...wt,...Ui,{provide:Ii,useValue:!0}];tn=Lt?.(yn)??function Ct(Lt){if(Ht())throw new i.buA(400,!1);(0,p.pl0)(),(0,p.ypd)(),nt=Lt;const rt=Lt.get(dt);return function Z(Lt){const rt=Lt.get(p.PLl,null);(0,i.N4e)(Lt,()=>{rt?.forEach(wt=>wt())})}(Lt),rt}(function lt(Lt=[],rt){return i.zZn.create({name:rt,providers:[{provide:i.GBX,useValue:"platform"},{provide:_e,useValue:new Set([()=>nt=null])},...Lt]})}(yn,ii))}return function Pe(){const rt=Ht();if(!rt)throw new i.buA(-401,!1);return rt}()}}function Ht(){return nt?.get(dt)??null}function Ie(){return!1}let kt=(()=>class Lt{static __NG_ELEMENT_ID__=Rt})();function Rt(Lt){return function le(Lt,rt,wt){if((0,i.Qs1)(Lt)&&!wt){const ii=(0,i.KdJ)(Lt.index,rt);return new p.NCX(ii,ii)}return 175&Lt.type?new p.NCX(rt[i.b5C],rt):null}((0,i.Mx4)(),(0,i.OAn)(),!(16&~Lt))}class se{constructor(){}supports(rt){return(0,p.ozJ)(rt)}create(rt){return new Ue(rt)}}const ke=(Lt,rt)=>rt;class Ue{length=0;collection;_linkedRecords=null;_unlinkedRecords=null;_previousItHead=null;_itHead=null;_itTail=null;_additionsHead=null;_additionsTail=null;_movesHead=null;_movesTail=null;_removalsHead=null;_removalsTail=null;_identityChangesHead=null;_identityChangesTail=null;_trackByFn;constructor(rt){this._trackByFn=rt||ke}forEachItem(rt){let wt;for(wt=this._itHead;null!==wt;wt=wt._next)rt(wt)}forEachOperation(rt){let wt=this._itHead,ii=this._removalsHead,Ii=0,Ui=null;for(;wt||ii;){const tn=!ii||wt&&wt.currentIndex{tn=this._trackByFn(Ii,yn),null!==wt&&Object.is(wt.trackById,tn)?(ii&&(wt=this._verifyReinsertion(wt,yn,tn,Ii)),Object.is(wt.item,yn)||this._addIdentityChange(wt,yn)):(wt=this._mismatch(wt,yn,tn,Ii),ii=!0),wt=wt._next,Ii++}),this.length=Ii;return this._truncate(wt),this.collection=rt,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let rt;for(rt=this._previousItHead=this._itHead;null!==rt;rt=rt._next)rt._nextPrevious=rt._next;for(rt=this._additionsHead;null!==rt;rt=rt._nextAdded)rt.previousIndex=rt.currentIndex;for(this._additionsHead=this._additionsTail=null,rt=this._movesHead;null!==rt;rt=rt._nextMoved)rt.previousIndex=rt.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(rt,wt,ii,Ii){let Ui;return null===rt?Ui=this._itTail:(Ui=rt._prev,this._remove(rt)),null!==(rt=null===this._unlinkedRecords?null:this._unlinkedRecords.get(ii,null))?(Object.is(rt.item,wt)||this._addIdentityChange(rt,wt),this._reinsertAfter(rt,Ui,Ii)):null!==(rt=null===this._linkedRecords?null:this._linkedRecords.get(ii,Ii))?(Object.is(rt.item,wt)||this._addIdentityChange(rt,wt),this._moveAfter(rt,Ui,Ii)):rt=this._addAfter(new Ne(wt,ii),Ui,Ii),rt}_verifyReinsertion(rt,wt,ii,Ii){let Ui=null===this._unlinkedRecords?null:this._unlinkedRecords.get(ii,null);return null!==Ui?rt=this._reinsertAfter(Ui,rt._prev,Ii):rt.currentIndex!=Ii&&(rt.currentIndex=Ii,this._addToMoves(rt,Ii)),rt}_truncate(rt){for(;null!==rt;){const wt=rt._next;this._addToRemovals(this._unlink(rt)),rt=wt}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(rt,wt,ii){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(rt);const Ii=rt._prevRemoved,Ui=rt._nextRemoved;return null===Ii?this._removalsHead=Ui:Ii._nextRemoved=Ui,null===Ui?this._removalsTail=Ii:Ui._prevRemoved=Ii,this._insertAfter(rt,wt,ii),this._addToMoves(rt,ii),rt}_moveAfter(rt,wt,ii){return this._unlink(rt),this._insertAfter(rt,wt,ii),this._addToMoves(rt,ii),rt}_addAfter(rt,wt,ii){return this._insertAfter(rt,wt,ii),this._additionsTail=null===this._additionsTail?this._additionsHead=rt:this._additionsTail._nextAdded=rt,rt}_insertAfter(rt,wt,ii){const Ii=null===wt?this._itHead:wt._next;return rt._next=Ii,rt._prev=wt,null===Ii?this._itTail=rt:Ii._prev=rt,null===wt?this._itHead=rt:wt._next=rt,null===this._linkedRecords&&(this._linkedRecords=new yt),this._linkedRecords.put(rt),rt.currentIndex=ii,rt}_remove(rt){return this._addToRemovals(this._unlink(rt))}_unlink(rt){null!==this._linkedRecords&&this._linkedRecords.remove(rt);const wt=rt._prev,ii=rt._next;return null===wt?this._itHead=ii:wt._next=ii,null===ii?this._itTail=wt:ii._prev=wt,rt}_addToMoves(rt,wt){return rt.previousIndex===wt||(this._movesTail=null===this._movesTail?this._movesHead=rt:this._movesTail._nextMoved=rt),rt}_addToRemovals(rt){return null===this._unlinkedRecords&&(this._unlinkedRecords=new yt),this._unlinkedRecords.put(rt),rt.currentIndex=null,rt._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=rt,rt._prevRemoved=null):(rt._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=rt),rt}_addIdentityChange(rt,wt){return rt.item=wt,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=rt:this._identityChangesTail._nextIdentityChange=rt,rt}}class Ne{item;trackById;currentIndex=null;previousIndex=null;_nextPrevious=null;_prev=null;_next=null;_prevDup=null;_nextDup=null;_prevRemoved=null;_nextRemoved=null;_nextAdded=null;_nextMoved=null;_nextIdentityChange=null;constructor(rt,wt){this.item=rt,this.trackById=wt}}class Kt{_head=null;_tail=null;add(rt){null===this._head?(this._head=this._tail=rt,rt._nextDup=null,rt._prevDup=null):(this._tail._nextDup=rt,rt._prevDup=this._tail,rt._nextDup=null,this._tail=rt)}get(rt,wt){let ii;for(ii=this._head;null!==ii;ii=ii._nextDup)if((null===wt||wt<=ii.currentIndex)&&Object.is(ii.trackById,rt))return ii;return null}remove(rt){const wt=rt._prevDup,ii=rt._nextDup;return null===wt?this._head=ii:wt._nextDup=ii,null===ii?this._tail=wt:ii._prevDup=wt,null===this._head}}class yt{map=new Map;put(rt){const wt=rt.trackById;let ii=this.map.get(wt);ii||(ii=new Kt,this.map.set(wt,ii)),ii.add(rt)}get(rt,wt){const Ii=this.map.get(rt);return Ii?Ii.get(rt,wt):null}remove(rt){const wt=rt.trackById;return this.map.get(wt).remove(rt)&&this.map.delete(wt),rt}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function Vt(Lt,rt,wt){const ii=Lt.previousIndex;if(null===ii)return ii;let Ii=0;return wt&&ii{if(wt&&wt.key===Ii)this._maybeAddToChanges(wt,ii),this._appendAfter=wt,wt=wt._next;else{const Ui=this._getOrCreateRecordForKey(Ii,ii);wt=this._insertBeforeOrAppend(wt,Ui)}}),wt){wt._prev&&(wt._prev._next=null),this._removalsHead=wt;for(let ii=wt;null!==ii;ii=ii._nextRemoved)ii===this._mapHead&&(this._mapHead=null),this._records.delete(ii.key),ii._nextRemoved=ii._next,ii.previousValue=ii.currentValue,ii.currentValue=null,ii._prev=null,ii._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(rt,wt){if(rt){const ii=rt._prev;return wt._next=rt,wt._prev=ii,rt._prev=wt,ii&&(ii._next=wt),rt===this._mapHead&&(this._mapHead=wt),this._appendAfter=rt,rt}return this._appendAfter?(this._appendAfter._next=wt,wt._prev=this._appendAfter):this._mapHead=wt,this._appendAfter=wt,null}_getOrCreateRecordForKey(rt,wt){if(this._records.has(rt)){const Ii=this._records.get(rt);this._maybeAddToChanges(Ii,wt);const Ui=Ii._prev,tn=Ii._next;return Ui&&(Ui._next=tn),tn&&(tn._prev=Ui),Ii._next=null,Ii._prev=null,Ii}const ii=new Ye(rt);return this._records.set(rt,ii),ii.currentValue=wt,this._addToAdditions(ii),ii}_reset(){if(this.isDirty){let rt;for(this._previousMapHead=this._mapHead,rt=this._previousMapHead;null!==rt;rt=rt._next)rt._nextPrevious=rt._next;for(rt=this._changesHead;null!==rt;rt=rt._nextChanged)rt.previousValue=rt.currentValue;for(rt=this._additionsHead;null!=rt;rt=rt._nextAdded)rt.previousValue=rt.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(rt,wt){Object.is(wt,rt.currentValue)||(rt.previousValue=rt.currentValue,rt.currentValue=wt,this._addToChanges(rt))}_addToAdditions(rt){null===this._additionsHead?this._additionsHead=this._additionsTail=rt:(this._additionsTail._nextAdded=rt,this._additionsTail=rt)}_addToChanges(rt){null===this._changesHead?this._changesHead=this._changesTail=rt:(this._changesTail._nextChanged=rt,this._changesTail=rt)}_forEach(rt,wt){rt instanceof Map?rt.forEach(wt):Object.keys(rt).forEach(ii=>wt(rt[ii],ii))}}class Ye{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(rt){this.key=rt}}function Nt(){return new Et([new se])}let Et=(()=>{class Lt{factories;static \u0275prov=(0,i.jDH)({token:Lt,providedIn:"root",factory:Nt});constructor(wt){this.factories=wt}static create(wt,ii){if(null!=ii){const Ii=ii.factories.slice();wt=wt.concat(Ii)}return new Lt(wt)}static extend(wt){return{provide:Lt,useFactory:()=>{const ii=(0,i.WQX)(Lt,{optional:!0,skipSelf:!0});return Lt.create(wt,ii||Nt())}}}find(wt){const ii=this.factories.find(Ii=>Ii.supports(wt));if(null!=ii)return ii;throw new i.buA(901,!1)}}return Lt})();function qe(){return new $e([new Zt])}let $e=(()=>{class Lt{static \u0275prov=(0,i.jDH)({token:Lt,providedIn:"root",factory:qe});factories;constructor(wt){this.factories=wt}static create(wt,ii){if(ii){const Ii=ii.factories.slice();wt=wt.concat(Ii)}return new Lt(wt)}static extend(wt){return{provide:Lt,useFactory:()=>{const ii=(0,i.WQX)(Lt,{optional:!0,skipSelf:!0});return Lt.create(wt,ii||qe())}}}find(wt){const ii=this.factories.find(Ii=>Ii.supports(wt));if(ii)return ii;throw new i.buA(901,!1)}}return Lt})();const Hi=Mt(null,"core",[]);let oi=(()=>{class Lt{constructor(wt){}static \u0275fac=function(ii){return new(ii||Lt)((0,i.KVO)(p.o8S))};static \u0275mod=(0,p.$C)({type:Lt});static \u0275inj=(0,i.G2t)({})}return Lt})();function Gt(Lt){return"boolean"==typeof Lt?Lt:null!=Lt&&"false"!==Lt}function gt(Lt,rt=NaN){return isNaN(parseFloat(Lt))||isNaN(Number(Lt))?rt:Number(Lt)}const Br=Symbol("NOT_SET"),ys=new Set,Kr={...t.s0,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,value:Br,cleanup:null,consumerMarkedDirty(){if(this.sequence.impl.executing){if(null===this.sequence.lastPhase||this.sequence.lastPhase((0,t.mK)(Qn),Qn.value),Qn.signal[t.bh]=Qn,Qn.registerCleanupFn=Jn=>(Qn.cleanup??=new Set).add(Jn),this.nodes[yn]=Qn,this.hooks[yn]=Jn=>Qn.phaseFn(Jn)}}afterRun(){super.afterRun(),this.lastPhase=null}destroy(){super.destroy();for(const rt of this.nodes)if(rt)try{for(const wt of rt.cleanup??ys)wt()}finally{(0,t.XR)(rt)}}}function os(Lt,rt){const wt=rt?.injector??(0,i.WQX)(i.zZn),ii=wt.get(i.hk6),Ii=wt.get(p.cf$),Ui=wt.get(p.a8H,null,{optional:!0});Ii.impl??=wt.get(p.ziy);let tn=Lt;"function"==typeof tn&&(tn={mixedReadWrite:Lt});const yn=wt.get(i.r4V,null,{optional:!0}),Pn=new or(Ii.impl,[tn.earlyRead,tn.write,tn.mixedReadWrite,tn.read],yn?.view,ii,wt,Ui?.snapshot(null));return Ii.impl.register(Pn),Pn}function Qr(Lt,rt){const wt=(0,i.xUg)(Lt),ii=rt.elementInjector||(0,i.WB9)();return new p.eHC(wt).create(ii,rt.projectableNodes,rt.hostElement,rt.environmentInjector,rt.directives,rt.bindings)}function no(Lt){const rt=(0,i.xUg)(Lt);if(!rt)return null;const wt=new p.eHC(rt);return{get selector(){return wt.selector},get type(){return wt.componentType},get inputs(){return wt.inputs},get outputs(){return wt.outputs},get ngContentSelectors(){return wt.ngContentSelectors},get isStandalone(){return rt.standalone},get isSignal(){return rt.signals}}}},18211:(Ae,ee,l)=>{var i=l(27054).Buffer,t=l(34725);Ae.exports=function p(S,c,e,T){if(i.isBuffer(S)||(S=i.from(S,"binary")),c&&(i.isBuffer(c)||(c=i.from(c,"binary")),8!==c.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var g=e/8,d=i.alloc(g),w=i.alloc(T||0),m=i.alloc(0);g>0||T>0;){var P=new t;P.update(m),P.update(S),c&&P.update(c),m=P.digest();var M=0;if(g>0){var j=d.length-g;M=Math.min(g,m.length),m.copy(d,j,0,M),g-=M}if(M0){var U=w.length-T,K=Math.min(T,m.length-M);m.copy(w,U,M,M+K),T-=K}}return m.fill(0),{key:d,iv:w}}},18342:(Ae,ee,l)=>{Ae.exports=l(44356).EventEmitter},18359:(Ae,ee,l)=>{"use strict";l.d(ee,{Kn:()=>e,yU:()=>c,Uv:()=>T});var i=l(98071);const p=(0,l(81853).L)(d=>function(m){d(this),this.message=m?`${m.length} errors occurred during unsubscription:\n${m.map((P,M)=>`${M+1}) ${P.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=m});var S=l(57908);class c{constructor(w){this.initialTeardown=w,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let w;if(!this.closed){this.closed=!0;const{_parentage:m}=this;if(m)if(this._parentage=null,Array.isArray(m))for(const j of m)j.remove(this);else m.remove(this);const{initialTeardown:P}=this;if((0,i.T)(P))try{P()}catch(j){w=j instanceof p?j.errors:[j]}const{_finalizers:M}=this;if(M){this._finalizers=null;for(const j of M)try{g(j)}catch(U){w=w??[],U instanceof p?w=[...w,...U.errors]:w.push(U)}}if(w)throw new p(w)}}add(w){var m;if(w&&w!==this)if(this.closed)g(w);else{if(w instanceof c){if(w.closed||w._hasParent(this))return;w._addParent(this)}(this._finalizers=null!==(m=this._finalizers)&&void 0!==m?m:[]).push(w)}}_hasParent(w){const{_parentage:m}=this;return m===w||Array.isArray(m)&&m.includes(w)}_addParent(w){const{_parentage:m}=this;this._parentage=Array.isArray(m)?(m.push(w),m):m?[m,w]:w}_removeParent(w){const{_parentage:m}=this;m===w?this._parentage=null:Array.isArray(m)&&(0,S.o)(m,w)}remove(w){const{_finalizers:m}=this;m&&(0,S.o)(m,w),w instanceof c&&w._removeParent(this)}}c.EMPTY=(()=>{const d=new c;return d.closed=!0,d})();const e=c.EMPTY;function T(d){return d instanceof c||d&&"closed"in d&&(0,i.T)(d.remove)&&(0,i.T)(d.add)&&(0,i.T)(d.unsubscribe)}function g(d){(0,i.T)(d)?d():d.unsubscribe()}},18617:(Ae,ee,l)=>{"use strict";l.d(ee,{Ae:()=>m,px:()=>w,vr:()=>q}),l(17094);var t=l(2615),p=l(73664),S=l(39842),c=l(88968),e=l(49046);l(21413),l(4125);const d=" ";function w(n,o,f){const h=P(n,o);f=f.trim(),!h.some(b=>b.trim()===f)&&(h.push(f),n.setAttribute(o,h.join(d)))}function m(n,o,f){const h=P(n,o);f=f.trim();const b=h.filter(A=>A!==f);b.length?n.setAttribute(o,b.join(d)):n.removeAttribute(o)}function P(n,o){return n.getAttribute(o)?.match(/\S+/g)??[]}const j="cdk-describedby-message",U="cdk-describedby-host";let K=0,q=(()=>{class n{_platform=(0,t.WQX)(S.O);_document=(0,t.WQX)(t.qQL);_messageRegistry=new Map;_messagesContainer=null;_id=""+K++;constructor(){(0,t.WQX)(c.l).load(e.Y),this._id=(0,t.WQX)(p.sZ2)+"-"+K++}describe(f,h,b){if(!this._canBeDescribed(f,h))return;const A=G(h,b);"string"!=typeof h?(Q(h,this._id),this._messageRegistry.set(A,{messageElement:h,referenceCount:0})):this._messageRegistry.has(A)||this._createMessageElement(h,b),this._isElementDescribedByMessage(f,A)||this._addMessageReference(f,A)}removeDescription(f,h,b){if(!h||!this._isElementNode(f))return;const A=G(h,b);if(this._isElementDescribedByMessage(f,A)&&this._removeMessageReference(f,A),"string"==typeof h){const k=this._messageRegistry.get(A);k&&0===k.referenceCount&&this._deleteMessageElement(A)}0===this._messagesContainer?.childNodes.length&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){const f=this._document.querySelectorAll(`[${U}="${this._id}"]`);for(let h=0;h0!=b.indexOf(j));f.setAttribute("aria-describedby",h.join(" "))}_addMessageReference(f,h){const b=this._messageRegistry.get(h);w(f,"aria-describedby",b.messageElement.id),f.setAttribute(U,this._id),b.referenceCount++}_removeMessageReference(f,h){const b=this._messageRegistry.get(h);b.referenceCount--,m(f,"aria-describedby",b.messageElement.id),f.removeAttribute(U)}_isElementDescribedByMessage(f,h){const b=P(f,"aria-describedby"),A=this._messageRegistry.get(h),k=A&&A.messageElement.id;return!!k&&-1!=b.indexOf(k)}_canBeDescribed(f,h){if(!this._isElementNode(f))return!1;if(h&&"object"==typeof h)return!0;const b=null==h?"":`${h}`.trim(),A=f.getAttribute("aria-label");return!(!b||A&&A.trim()===b)}_isElementNode(f){return f.nodeType===this._document.ELEMENT_NODE}static \u0275fac=function(h){return new(h||n)};static \u0275prov=t.jDH({token:n,factory:n.\u0275fac,providedIn:"root"})}return n})();function G(n,o){return"string"==typeof n?`${o||""}/${n}`:n}function Q(n,o){n.id||(n.id=`${j}-${o}-${K++}`)}},18689:(Ae,ee,l)=>{"use strict";l.d(ee,{z:()=>t});var i=l(2615);let t=(()=>{class p{_listeners=[];notify(c,e){for(let T of this._listeners)T(c,e)}listen(c){return this._listeners.push(c),()=>{this._listeners=this._listeners.filter(e=>c!==e)}}ngOnDestroy(){this._listeners=[]}static \u0275fac=function(e){return new(e||p)};static \u0275prov=i.jDH({token:p,factory:p.\u0275fac,providedIn:"root"})}return p})()},18810:(Ae,ee,l)=>{"use strict";l.d(ee,{$:()=>p});var i=l(71985),t=l(98071);function p(S,c){const e=(0,t.T)(S)?S:()=>S,T=g=>g.error(e());return new i.c(c?g=>c.schedule(T,0,g):T)}},18823:(Ae,ee,l)=>{"use strict";Ae.exports=p;var i=l(2909),t=Object.create(l(27637));function p(S){if(!(this instanceof p))return new p(S);i.call(this,S)}t.inherits=l(71993),t.inherits(p,i),p.prototype._transform=function(S,c,e){e(null,S)}},19029:(Ae,ee,l)=>{"use strict";l.d(ee,{G:()=>Oa});var i=l(72200),t=l(38132),p=l(89417),S=l(20060),c=l(99327),e=l(3),T=l(19945),g=l(51585),d=l(22628),w=l(1975),m=l(88834),P=l(89726),M=l(76838),G=(l(61577),l(83869),l(67336),l(10438),l(88968)),Q=l(73664),$=l(2615),ae=l(17705),ue=l(12496),oe=l(63386),he=l(31804),me=l(32046),Te=l(22466),D=l(26881);const n=["button"],o=["*"];function f(Wt,Ri){if(1&Wt&&(Q.j41(0,"div",2),Q.nrm(1,"mat-pseudo-checkbox",6),Q.k0s()),2&Wt){const ft=Q.XpG();Q.R7$(),Q.Y8G("disabled",ft.disabled)}}const h=new $.nKC("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS",{providedIn:"root",factory:function b(){return{hideSingleSelectionIndicator:!1,hideMultipleSelectionIndicator:!1,disabledInteractive:!1}}}),A=new $.nKC("MatButtonToggleGroup");class x{source;value;constructor(Ri,ft){this.source=Ri,this.value=ft}}let _=(()=>{class Wt{_changeDetectorRef=(0,$.WQX)(ae.gRc);_elementRef=(0,$.WQX)(Q.aKT);_focusMonitor=(0,$.WQX)(M.FN);_idGenerator=(0,$.WQX)(P.g);_animationDisabled=(0,he.Rc)();_checked=!1;ariaLabel;ariaLabelledby=null;_buttonElement;buttonToggleGroup;get buttonId(){return`${this.id}-button`}id;name;value;get tabIndex(){return this._tabIndex()}set tabIndex(ft){this._tabIndex.set(ft)}_tabIndex;disableRipple;get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(ft){this._appearance=ft}_appearance;get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(ft){ft!==this._checked&&(this._checked=ft,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(ft){this._disabled=ft}_disabled=!1;get disabledInteractive(){return this._disabledInteractive||null!==this.buttonToggleGroup&&this.buttonToggleGroup.disabledInteractive}set disabledInteractive(ft){this._disabledInteractive=ft}_disabledInteractive;change=new Q.bkB;constructor(){(0,$.WQX)(G.l).load(me.A);const ft=(0,$.WQX)(A,{optional:!0}),_i=(0,$.WQX)(new ae.ES_("tabindex"),{optional:!0})||"",Li=(0,$.WQX)(h,{optional:!0});this._tabIndex=(0,$.vPA)(parseInt(_i)||0),this.buttonToggleGroup=ft,this.appearance=Li&&Li.appearance?Li.appearance:"standard",this.disabledInteractive=Li?.disabledInteractive??!1}ngOnInit(){const ft=this.buttonToggleGroup;this.id=this.id||this._idGenerator.getId("mat-button-toggle-"),ft&&(ft._isPrechecked(this)?this.checked=!0:ft._isSelected(this)!==this._checked&&ft._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._animationDisabled||this._elementRef.nativeElement.classList.add("mat-button-toggle-animations-enabled"),this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){const ft=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),ft&&ft._isSelected(this)&&ft._syncButtonToggle(this,!1,!1,!0)}focus(ft){this._buttonElement.nativeElement.focus(ft)}_onButtonClick(){if(this.disabled)return;const ft=!!this.isSingleSelector()||!this._checked;if(ft!==this._checked&&(this._checked=ft,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.isSingleSelector()){const _i=this.buttonToggleGroup._buttonToggles.find(Li=>0===Li.tabIndex);_i&&(_i.tabIndex=-1),this.tabIndex=0}this.change.emit(new x(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this.isSingleSelector()?this.buttonToggleGroup.name:this.name||null}isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}static \u0275fac=function(_i){return new(_i||Wt)};static \u0275cmp=Q.VBU({type:Wt,selectors:[["mat-button-toggle"]],viewQuery:function(_i,Li){if(1&_i&&Q.GBs(n,5),2&_i){let vn;Q.mGM(vn=Q.lsd())&&(Li._buttonElement=vn.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:14,hostBindings:function(_i,Li){1&_i&&Q.bIt("focus",function(){return Li.focus()}),2&_i&&(Q.BMQ("aria-label",null)("aria-labelledby",null)("id",Li.id)("name",null),Q.AVh("mat-button-toggle-standalone",!Li.buttonToggleGroup)("mat-button-toggle-checked",Li.checked)("mat-button-toggle-disabled",Li.disabled)("mat-button-toggle-disabled-interactive",Li.disabledInteractive)("mat-button-toggle-appearance-standard","standard"===Li.appearance))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",disableRipple:[2,"disableRipple","disableRipple",ae.L39],appearance:"appearance",checked:[2,"checked","checked",ae.L39],disabled:[2,"disabled","disabled",ae.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",ae.L39]},outputs:{change:"change"},exportAs:["matButtonToggle"],ngContentSelectors:o,decls:7,vars:13,consts:[["button",""],["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"click","id","disabled"],[1,"mat-button-toggle-checkbox-wrapper"],[1,"mat-button-toggle-label-content"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"],["state","checked","aria-hidden","true","appearance","minimal",3,"disabled"]],template:function(_i,Li){if(1&_i){const vn=Q.RV6();Q.NAR(),Q.j41(0,"button",1,0),Q.bIt("click",function(){return $.eBV(vn),$.Njj(Li._onButtonClick())}),Q.nVh(2,f,2,1,"div",2),Q.j41(3,"span",3),Q.SdG(4),Q.k0s()(),Q.nrm(5,"span",4)(6,"span",5)}if(2&_i){const vn=Q.sdS(1);Q.Y8G("id",Li.buttonId)("disabled",Li.disabled&&!Li.disabledInteractive||null),Q.BMQ("role",Li.isSingleSelector()?"radio":"button")("tabindex",Li.disabled&&!Li.disabledInteractive?-1:Li.tabIndex)("aria-pressed",Li.isSingleSelector()?null:Li.checked)("aria-checked",Li.isSingleSelector()?Li.checked:null)("name",Li._getButtonName())("aria-label",Li.ariaLabel)("aria-labelledby",Li.ariaLabelledby)("aria-disabled",Li.disabled&&Li.disabledInteractive?"true":null),Q.R7$(2),Q.vxM(Li.buttonToggleGroup&&(!Li.buttonToggleGroup.multiple&&!Li.buttonToggleGroup.hideSingleSelectionIndicator||Li.buttonToggleGroup.multiple&&!Li.buttonToggleGroup.hideMultipleSelectionIndicator)?2:-1),Q.R7$(4),Q.Y8G("matRippleTrigger",vn)("matRippleDisabled",Li.disableRipple||Li.disabled)}},dependencies:[ue.r6,oe.w],styles:[".mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:var(--mat-button-toggle-legacy-shape);transform:translateZ(0)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}@media(forced-colors: active){.mat-button-toggle-standalone,.mat-button-toggle-group{outline:solid 1px}}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large));border:solid 1px var(--mat-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,.mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox{--mat-pseudo-checkbox-minimal-selected-checkmark-color: var(--mat-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}@media(forced-colors: active){.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{outline:0}}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle{white-space:nowrap;position:relative;color:var(--mat-button-toggle-legacy-text-color);font-family:var(--mat-button-toggle-legacy-label-text-font);font-size:var(--mat-button-toggle-legacy-label-text-size);line-height:var(--mat-button-toggle-legacy-label-text-line-height);font-weight:var(--mat-button-toggle-legacy-label-text-weight);letter-spacing:var(--mat-button-toggle-legacy-label-text-tracking);--mat-pseudo-checkbox-minimal-selected-checkmark-color: var(--mat-button-toggle-legacy-selected-state-text-color)}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-button-toggle-legacy-focus-state-layer-opacity)}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle-checkbox-wrapper{display:inline-block;justify-content:flex-start;align-items:center;width:0;height:18px;line-height:18px;overflow:hidden;box-sizing:border-box;position:absolute;top:50%;left:16px;transform:translate3d(0, -50%, 0)}[dir=rtl] .mat-button-toggle-checkbox-wrapper{left:auto;right:16px}.mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:12px}[dir=rtl] .mat-button-toggle-appearance-standard .mat-button-toggle-checkbox-wrapper{left:auto;right:12px}.mat-button-toggle-checked .mat-button-toggle-checkbox-wrapper{width:18px}.mat-button-toggle-animations-enabled .mat-button-toggle-checkbox-wrapper{transition:width 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-checkbox-wrapper{transition:none}.mat-button-toggle-checked{color:var(--mat-button-toggle-legacy-selected-state-text-color);background-color:var(--mat-button-toggle-legacy-selected-state-background-color)}.mat-button-toggle-disabled{pointer-events:none;color:var(--mat-button-toggle-legacy-disabled-state-text-color);background-color:var(--mat-button-toggle-legacy-disabled-state-background-color);--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: var(--mat-button-toggle-legacy-disabled-state-text-color)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:var(--mat-button-toggle-legacy-disabled-selected-state-background-color)}.mat-button-toggle-disabled-interactive{pointer-events:auto}.mat-button-toggle-appearance-standard{color:var(--mat-button-toggle-text-color, var(--mat-sys-on-surface));background-color:var(--mat-button-toggle-background-color, transparent);font-family:var(--mat-button-toggle-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-toggle-label-text-size, var(--mat-sys-label-large-size));line-height:var(--mat-button-toggle-label-text-line-height, var(--mat-sys-label-large-line-height));font-weight:var(--mat-button-toggle-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mat-button-toggle-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:solid 1px var(--mat-button-toggle-divider-color, var(--mat-sys-outline))}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:solid 1px var(--mat-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:none;border-top:solid 1px var(--mat-button-toggle-divider-color, var(--mat-sys-outline))}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:var(--mat-button-toggle-selected-state-text-color, var(--mat-sys-on-secondary-container));background-color:var(--mat-button-toggle-selected-state-background-color, var(--mat-sys-secondary-container))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled{color:var(--mat-button-toggle-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-button-toggle-disabled-state-background-color, transparent)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled .mat-pseudo-checkbox{--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: var(--mat-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked{color:var(--mat-button-toggle-disabled-selected-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-button-toggle-disabled-selected-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:var(--mat-button-toggle-state-layer-color, var(--mat-sys-on-surface))}.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{opacity:var(--mat-button-toggle-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-button-toggle-appearance-standard.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-button-toggle-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}@media(hover: none){.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{display:none}}.mat-button-toggle-label-content{-webkit-user-select:none;user-select:none;display:inline-block;padding:0 16px;line-height:var(--mat-button-toggle-legacy-height);position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px;line-height:var(--mat-button-toggle-height, 40px)}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;pointer-events:none;opacity:0;background-color:var(--mat-button-toggle-legacy-state-layer-color)}@media(forced-colors: active){.mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 500px;opacity:.5;height:0}.mat-button-toggle-checked:hover .mat-button-toggle-focus-overlay{opacity:.6}.mat-button-toggle-checked.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{border-bottom:solid 500px}}.mat-button-toggle .mat-button-toggle-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-toggle-button{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.mat-button-toggle-animations-enabled .mat-button-toggle-button{transition:padding 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-button-toggle-vertical .mat-button-toggle-button{transition:none}.mat-button-toggle-disabled .mat-button-toggle-button{cursor:default}.mat-button-toggle-button::-moz-focus-inner{border:0}.mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:30px}[dir=rtl] .mat-button-toggle-checked .mat-button-toggle-button:has(.mat-button-toggle-checkbox-wrapper){padding-left:0;padding-right:30px}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{--mat-focus-indicator-border-radius: var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-right-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard:not(.mat-button-toggle-vertical) .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-left-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-bottom-right-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large));border-bottom-left-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large));border-top-left-radius:var(--mat-button-toggle-shape, var(--mat-sys-corner-extra-large))}\n"],encapsulation:2,changeDetection:0})}return Wt})(),W=(()=>{class Wt{static \u0275fac=function(_i){return new(_i||Wt)};static \u0275mod=Q.$C({type:Wt});static \u0275inj=$.G2t({imports:[Te.y,D.p,_,Te.y]})}return Wt})();var I=l(25596),B=l(82765),re=l(25084),pe=l(9454),be=l(82885),Be=l(12629),_e=l(33746),ye=l(3902),Le=l(59115),Ke=l(96695),ge=l(67575),ve=l(9183),Oe=l(5951),Ee=l(96183),dt=l(90882),nt=l(30450),Ct=l(39842);l(21413);let yt=(()=>{class Wt{static \u0275fac=function(_i){return new(_i||Wt)};static \u0275mod=Q.$C({type:Wt});static \u0275inj=$.G2t({imports:[Te.y,D.p]})}return Wt})();var Vt=l(95416),Zt=l(2042),ti=l(36013),Ye=l(19295),Nt=l(96850),Et=l(55911),Jt=l(86156),qe=l(47358),$e=l(36471),tt=l(29340),vi=l(16038),ei=l(52920);l(14085);let Un=(()=>{class Wt{}return Wt.\u0275fac=function(ft){return new(ft||Wt)},Wt.\u0275mod=Q.$C({type:Wt}),Wt.\u0275inj=$.G2t({imports:[tt.Ui]}),Wt})();var Ca=l(60177);let tr=(()=>{class Wt{constructor(ft,_i){(0,Ca.Vy)(_i)&&!ft&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(ft,_i=[]){return{ngModule:Wt,providers:ft.serverLoaded?[{provide:tt.EA,useValue:{...tt.PV,...ft}},{provide:tt.SL,useValue:_i,multi:!0},{provide:tt.Ce,useValue:!0}]:[{provide:tt.EA,useValue:{...tt.PV,...ft}},{provide:tt.SL,useValue:_i,multi:!0}]}}}return Wt.\u0275fac=function(ft){return new(ft||Wt)($.KVO(tt.Ce),$.KVO(Q.Agw))},Wt.\u0275mod=Q.$C({type:Wt}),Wt.\u0275inj=$.G2t({imports:[ei.w2,vi.Cc,Un,ei.w2,vi.Cc,Un]}),Wt})();var Ra=l(51993),Xa=l(38288),za=l(10497),vr=l(49338);let Sn=(()=>{var Wt;class Ri extends vr.Sf{constructor(_i,Li){super(_i,Li)}_createContainer(){super._createContainer(),this._containerElement&&(document.querySelector("#rtl-container")||document.body).appendChild(this._containerElement)}ngOnDestroy(){super.ngOnDestroy()}static#e=Wt=()=>(this.\u0275fac=function(Li){return new(Li||Ri)(Q.rXU($.qQL),Q.rXU(Ct.O))},this.\u0275dir=Q.FsC({type:Ri,features:[Q.Vt3]}))}return Wt(),Ri})();var ka=l(98570),Ka=l(4416),pr=l(52929),gr=l(29330);const ds={suppressScrollX:!1,suppressScrollY:!1};let ao=(()=>{var Wt;class Ri extends e.xW{constructor(_i){super(_i)}format(_i,Li){if("input"===Li){let vn=_i.getDate().toString();return vn=+vn<10?"0"+vn:vn,vn+"/"+Ka.KR[_i.getMonth()].name.toUpperCase()+"/"+_i.getFullYear()}return Ka.KR[_i.getMonth()].name.toUpperCase()+" "+_i.getFullYear()}static#e=Wt=()=>(this.\u0275fac=function(Li){return new(Li||Ri)($.KVO(T.Ju,8))},this.\u0275prov=$.jDH({token:Ri,factory:Ri.\u0275fac}))}return Wt(),Ri})();const Ss={parse:{dateInput:{day:"numeric",month:"short",year:"numeric"}},display:{dateInput:"input",monthYearLabel:{month:"short",year:"numeric"},dateA11yLabel:{day:"numeric",month:"short",year:"numeric"},monthYearA11yLabel:{month:"short",year:"numeric"}}};let Oa=(()=>{var Wt;class Ri{static#e=Wt=()=>(this.\u0275fac=function(Li){return new(Li||Ri)},this.\u0275mod=Q.$C({type:Ri}),this.\u0275inj=$.G2t({providers:[{provide:ka.gP,useClass:ka.tU},{provide:za.kU,useValue:ds},{provide:Vt.x6,useValue:{duration:2e3,verticalPosition:"bottom",panelClass:"rtl-snack-bar"}},{provide:g.di,useValue:{hasBackdrop:!0,autoFocus:!0,disableClose:!0,role:"dialog"}},{provide:T.MJ,useClass:ao},{provide:T.de,useValue:Ss},{provide:vr.Sf,useClass:Sn},i.QX,i.PV,i.vh,pr.gZ,pr.ZE,pr.VD,pr.Qu],imports:[i.MD,gr.q1,p.YN,p.X1,S.dX,c.RH,g.hM,m.Hl,W,I.Hu,B.g7,pe.MY,be.Fe,re.X6,e.WX,Be.m_,_e.fS,ye.Fg,Le.Cn,ge.PO,ve.D6,Oe.Wk,qe.jH,tr,$e.YN,Ee.Ve,dt.vg,nt.mV,Zt.NQ,Ye.tP,Et.s5,Jt.u,w.Y,Ke.Ou,ti.aP,yt,Nt.RI,Vt._T,d.jL,Ra.dV,Xa.XK,t.iI,za.U$,p.YN,p.X1,S.dX,c.RH,g.hM,m.Hl,W,I.Hu,B.g7,pe.MY,be.Fe,re.X6,e.WX,Be.m_,_e.fS,ye.Fg,Le.Cn,ge.PO,ve.D6,Oe.Wk,qe.jH,tr,$e.YN,Ee.Ve,dt.vg,nt.mV,Zt.NQ,Ye.tP,Et.s5,Jt.u,w.Y,Ke.Ou,ti.aP,yt,Nt.RI,Vt._T,d.jL,Ra.dV,Xa.XK,za.U$]}))}return Wt(),Ri})()},19089:(Ae,ee)=>{let l;const i=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];ee.getSymbolSize=function(p){if(!p)throw new Error('"version" cannot be null or undefined');if(p<1||p>40)throw new Error('"version" should be in range from 1 to 40');return 4*p+17},ee.getSymbolTotalCodewords=function(p){return i[p]},ee.getBCHDigit=function(t){let p=0;for(;0!==t;)p++,t>>>=1;return p},ee.setToSJISFunction=function(p){if("function"!=typeof p)throw new Error('"toSJISFunc" is not a valid function.');l=p},ee.isKanjiModeEnabled=function(){return typeof l<"u"},ee.toSJIS=function(p){return l(p)}},19270:(Ae,ee,l)=>{"use strict";l.d(ee,{f:()=>i});const i={setTimeout(t,p,...S){const{delegate:c}=i;return c?.setTimeout?c.setTimeout(t,p,...S):setTimeout(t,p,...S)},clearTimeout(t){const{delegate:p}=i;return(p?.clearTimeout||clearTimeout)(t)},delegate:void 0}},19295:(Ae,ee,l)=>{"use strict";l.d(ee,{$R:()=>Jt,YV:()=>Vt,cC:()=>Ye,Qo:()=>Et,Zq:()=>ti,iF:()=>ci,xW:()=>tt,KS:()=>Nt,tL:()=>Zt,YZ:()=>ei,ji:()=>$e,NB:()=>Hi,iL:()=>vi,Zl:()=>yt,I6:()=>zn,tP:()=>nn});var i=l(73664),t=l(2615),p=l(17705),S=l(14117),c=l(21413),e=l(84412),T=l(74402),g=l(7673),d=l(56977),m=function(It){return It[It.REPLACED=0]="REPLACED",It[It.INSERTED=1]="INSERTED",It[It.MOVED=2]="MOVED",It[It.REMOVED=3]="REMOVED",It}(m||{});const P=new t.nKC("_ViewRepeater");class j{applyChanges(Tt,Ze,Ve,Fe,it){Tt.forEachOperation((bt,ut,jt)=>{let ai,pi;if(null==bt.previousIndex){const ki=Ve(bt,ut,jt);ai=Ze.createEmbeddedView(ki.templateRef,ki.context,ki.index),pi=m.INSERTED}else null==jt?(Ze.remove(ut),pi=m.REMOVED):(ai=Ze.get(ut),Ze.move(ai,jt),pi=m.MOVED);it&&it({context:ai?.context,operation:pi,record:bt})})}detach(){}}var U=l(61577),K=l(39842),q=l(5718);const G=[[["caption"]],[["colgroup"],["col"]],"*"],Q=["caption","colgroup, col","*"];function $(It,Tt){1&It&&i.SdG(0,2)}function ae(It,Tt){1&It&&(i.j41(0,"thead",0),i.eu8(1,1),i.k0s(),i.j41(2,"tbody",0),i.eu8(3,2)(4,3),i.k0s(),i.j41(5,"tfoot",0),i.eu8(6,4),i.k0s())}function ue(It,Tt){1&It&&i.eu8(0,1)(1,2)(2,3)(3,4)}const me=new t.nKC("CDK_TABLE");let D=(()=>{class It{template=(0,t.WQX)(i.C4Q);constructor(){}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkCellDef",""]]})}return It})(),n=(()=>{class It{template=(0,t.WQX)(i.C4Q);constructor(){}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkHeaderCellDef",""]]})}return It})(),o=(()=>{class It{template=(0,t.WQX)(i.C4Q);constructor(){}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkFooterCellDef",""]]})}return It})(),f=(()=>{class It{_table=(0,t.WQX)(me,{optional:!0});_hasStickyChanged=!1;get name(){return this._name}set name(Ze){this._setNameInput(Ze)}_name;get sticky(){return this._sticky}set sticky(Ze){Ze!==this._sticky&&(this._sticky=Ze,this._hasStickyChanged=!0)}_sticky=!1;get stickyEnd(){return this._stickyEnd}set stickyEnd(Ze){Ze!==this._stickyEnd&&(this._stickyEnd=Ze,this._hasStickyChanged=!0)}_stickyEnd=!1;cell;headerCell;footerCell;cssClassFriendlyName;_columnCssClassName;constructor(){}hasStickyChanged(){const Ze=this._hasStickyChanged;return this.resetStickyChanged(),Ze}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(Ze){Ze&&(this._name=Ze,this.cssClassFriendlyName=Ze.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkColumnDef",""]],contentQueries:function(Ve,Fe,it){if(1&Ve&&(i.wni(it,D,5),i.wni(it,n,5),i.wni(it,o,5)),2&Ve){let bt;i.mGM(bt=i.lsd())&&(Fe.cell=bt.first),i.mGM(bt=i.lsd())&&(Fe.headerCell=bt.first),i.mGM(bt=i.lsd())&&(Fe.footerCell=bt.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",p.L39],stickyEnd:[2,"stickyEnd","stickyEnd",p.L39]},features:[i.Jv_([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:It}])]})}return It})();class h{constructor(Tt,Ze){Ze.nativeElement.classList.add(...Tt._columnCssClassName)}}let b=(()=>{class It extends h{constructor(){super((0,t.WQX)(f),(0,t.WQX)(i.aKT))}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[i.Vt3]})}return It})(),A=(()=>{class It extends h{constructor(){const Ze=(0,t.WQX)(f),Ve=(0,t.WQX)(i.aKT);super(Ze,Ve);const Fe=Ze._table?._getCellRole();Fe&&Ve.nativeElement.setAttribute("role",Fe)}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[i.Vt3]})}return It})(),k=(()=>{class It extends h{constructor(){const Ze=(0,t.WQX)(f),Ve=(0,t.WQX)(i.aKT);super(Ze,Ve);const Fe=Ze._table?._getCellRole();Fe&&Ve.nativeElement.setAttribute("role",Fe)}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[i.Vt3]})}return It})(),r=(()=>{class It{template=(0,t.WQX)(i.C4Q);_differs=(0,t.WQX)(p._q3);columns;_columnsDiffer;constructor(){}ngOnChanges(Ze){if(!this._columnsDiffer){const Ve=Ze.columns&&Ze.columns.currentValue||[];this._columnsDiffer=this._differs.find(Ve).create(),this._columnsDiffer.diff(Ve)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(Ze){return this instanceof _?Ze.headerCell.template:this instanceof W?Ze.footerCell.template:Ze.cell.template}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,features:[i.OA$]})}return It})(),_=(()=>{class It extends r{_table=(0,t.WQX)(me,{optional:!0});_hasStickyChanged=!1;get sticky(){return this._sticky}set sticky(Ze){Ze!==this._sticky&&(this._sticky=Ze,this._hasStickyChanged=!0)}_sticky=!1;constructor(){super((0,t.WQX)(i.C4Q),(0,t.WQX)(p._q3))}ngOnChanges(Ze){super.ngOnChanges(Ze)}hasStickyChanged(){const Ze=this._hasStickyChanged;return this.resetStickyChanged(),Ze}resetStickyChanged(){this._hasStickyChanged=!1}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",p.L39]},features:[i.Vt3,i.OA$]})}return It})(),W=(()=>{class It extends r{_table=(0,t.WQX)(me,{optional:!0});_hasStickyChanged=!1;get sticky(){return this._sticky}set sticky(Ze){Ze!==this._sticky&&(this._sticky=Ze,this._hasStickyChanged=!0)}_sticky=!1;constructor(){super((0,t.WQX)(i.C4Q),(0,t.WQX)(p._q3))}ngOnChanges(Ze){super.ngOnChanges(Ze)}hasStickyChanged(){const Ze=this._hasStickyChanged;return this.resetStickyChanged(),Ze}resetStickyChanged(){this._hasStickyChanged=!1}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",p.L39]},features:[i.Vt3,i.OA$]})}return It})(),I=(()=>{class It extends r{_table=(0,t.WQX)(me,{optional:!0});when;constructor(){super((0,t.WQX)(i.C4Q),(0,t.WQX)(p._q3))}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},features:[i.Vt3]})}return It})(),B=(()=>{class It{_viewContainer=(0,t.WQX)(i.c1b);cells;context;static mostRecentCellOutlet=null;constructor(){It.mostRecentCellOutlet=this}ngOnDestroy(){It.mostRecentCellOutlet===this&&(It.mostRecentCellOutlet=null)}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","cdkCellOutlet",""]]})}return It})(),re=(()=>{class It{static \u0275fac=function(Ve){return new(Ve||It)};static \u0275cmp=i.VBU({type:It,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),pe=(()=>{class It{static \u0275fac=function(Ve){return new(Ve||It)};static \u0275cmp=i.VBU({type:It,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),be=(()=>{class It{static \u0275fac=function(Ve){return new(Ve||It)};static \u0275cmp=i.VBU({type:It,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),Be=(()=>{class It{templateRef=(0,t.WQX)(i.C4Q);_contentClassNames=["cdk-no-data-row","cdk-row"];_cellClassNames=["cdk-cell","cdk-no-data-cell"];_cellSelector="td, cdk-cell, [cdk-cell], .cdk-cell";constructor(){}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["ng-template","cdkNoDataRow",""]]})}return It})();const _e=["top","bottom","left","right"];class ye{_isNativeHtmlTable;_stickCellCss;_isBrowser;_needsPositionStickyOnElement;direction;_positionListener;_tableInjector;_elemSizeCache=new WeakMap;_resizeObserver=globalThis?.ResizeObserver?new globalThis.ResizeObserver(Tt=>this._updateCachedSizes(Tt)):null;_updatedStickyColumnsParamsToReplay=[];_stickyColumnsReplayTimeout=null;_cachedCellWidths=[];_borderCellCss;_destroyed=!1;constructor(Tt,Ze,Ve=!0,Fe=!0,it,bt,ut){this._isNativeHtmlTable=Tt,this._stickCellCss=Ze,this._isBrowser=Ve,this._needsPositionStickyOnElement=Fe,this.direction=it,this._positionListener=bt,this._tableInjector=ut,this._borderCellCss={top:`${Ze}-border-elem-top`,bottom:`${Ze}-border-elem-bottom`,left:`${Ze}-border-elem-left`,right:`${Ze}-border-elem-right`}}clearStickyPositioning(Tt,Ze){(Ze.includes("left")||Ze.includes("right"))&&this._removeFromStickyColumnReplayQueue(Tt);const Ve=[];for(const Fe of Tt)Fe.nodeType===Fe.ELEMENT_NODE&&Ve.push(Fe,...Array.from(Fe.children));(0,i.mal)({write:()=>{for(const Fe of Ve)this._removeStickyStyle(Fe,Ze)}},{injector:this._tableInjector})}updateStickyColumns(Tt,Ze,Ve,Fe=!0,it=!0){if(!Tt.length||!this._isBrowser||!Ze.some(An=>An)&&!Ve.some(An=>An))return this._positionListener?.stickyColumnsUpdated({sizes:[]}),void this._positionListener?.stickyEndColumnsUpdated({sizes:[]});const bt=Tt[0],ut=bt.children.length,jt="rtl"===this.direction,ai=jt?"right":"left",pi=jt?"left":"right",ki=Ze.lastIndexOf(!0),Ki=Ve.indexOf(!0);let Ji,Dn,En;it&&this._updateStickyColumnReplayQueue({rows:[...Tt],stickyStartStates:[...Ze],stickyEndStates:[...Ve]}),(0,i.mal)({earlyRead:()=>{Ji=this._getCellWidths(bt,Fe),Dn=this._getStickyStartColumnPositions(Ji,Ze),En=this._getStickyEndColumnPositions(Ji,Ve)},write:()=>{for(const An of Tt)for(let Fn=0;Fn!!An)&&(this._positionListener.stickyColumnsUpdated({sizes:-1===ki?[]:Ji.slice(0,ki+1).map((An,Fn)=>Ze[Fn]?An:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===Ki?[]:Ji.slice(Ki).map((An,Fn)=>Ve[Fn+Ki]?An:null).reverse()}))}},{injector:this._tableInjector})}stickRows(Tt,Ze,Ve){if(!this._isBrowser)return;const Fe="bottom"===Ve?Tt.slice().reverse():Tt,it="bottom"===Ve?Ze.slice().reverse():Ze,bt=[],ut=[],jt=[];(0,i.mal)({earlyRead:()=>{for(let ai=0,pi=0;ai{const ai=it.lastIndexOf(!0);for(let pi=0;pi{const Ve=Tt.querySelector("tfoot");Ve&&(Ze.some(Fe=>!Fe)?this._removeStickyStyle(Ve,["bottom"]):this._addStickyStyle(Ve,"bottom",0,!1))}},{injector:this._tableInjector})}destroy(){this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._resizeObserver?.disconnect(),this._destroyed=!0}_removeStickyStyle(Tt,Ze){if(Tt.classList.contains(this._stickCellCss)){for(const Fe of Ze)Tt.style[Fe]="",Tt.classList.remove(this._borderCellCss[Fe]);_e.some(Fe=>-1===Ze.indexOf(Fe)&&Tt.style[Fe])?Tt.style.zIndex=this._getCalculatedZIndex(Tt):(Tt.style.zIndex="",this._needsPositionStickyOnElement&&(Tt.style.position=""),Tt.classList.remove(this._stickCellCss))}}_addStickyStyle(Tt,Ze,Ve,Fe){Tt.classList.add(this._stickCellCss),Fe&&Tt.classList.add(this._borderCellCss[Ze]),Tt.style[Ze]=`${Ve}px`,Tt.style.zIndex=this._getCalculatedZIndex(Tt),this._needsPositionStickyOnElement&&(Tt.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(Tt){const Ze={top:100,bottom:10,left:1,right:1};let Ve=0;for(const Fe of _e)Tt.style[Fe]&&(Ve+=Ze[Fe]);return Ve?`${Ve}`:""}_getCellWidths(Tt,Ze=!0){if(!Ze&&this._cachedCellWidths.length)return this._cachedCellWidths;const Ve=[],Fe=Tt.children;for(let it=0;it0;it--)Ze[it]&&(Ve[it]=Fe,Fe+=Tt[it]);return Ve}_retrieveElementSize(Tt){const Ze=this._elemSizeCache.get(Tt);if(Ze)return Ze;const Ve=Tt.getBoundingClientRect(),Fe={width:Ve.width,height:Ve.height};return this._resizeObserver&&(this._elemSizeCache.set(Tt,Fe),this._resizeObserver.observe(Tt,{box:"border-box"})),Fe}_updateStickyColumnReplayQueue(Tt){this._removeFromStickyColumnReplayQueue(Tt.rows),this._stickyColumnsReplayTimeout||this._updatedStickyColumnsParamsToReplay.push(Tt)}_removeFromStickyColumnReplayQueue(Tt){const Ze=new Set(Tt);for(const Ve of this._updatedStickyColumnsParamsToReplay)Ve.rows=Ve.rows.filter(Fe=>!Ze.has(Fe));this._updatedStickyColumnsParamsToReplay=this._updatedStickyColumnsParamsToReplay.filter(Ve=>!!Ve.rows.length)}_updateCachedSizes(Tt){let Ze=!1;for(const Ve of Tt){const Fe=Ve.borderBoxSize?.length?{width:Ve.borderBoxSize[0].inlineSize,height:Ve.borderBoxSize[0].blockSize}:{width:Ve.contentRect.width,height:Ve.contentRect.height};Fe.width!==this._elemSizeCache.get(Ve.target)?.width&&Le(Ve.target)&&(Ze=!0),this._elemSizeCache.set(Ve.target,Fe)}Ze&&this._updatedStickyColumnsParamsToReplay.length&&(this._stickyColumnsReplayTimeout&&clearTimeout(this._stickyColumnsReplayTimeout),this._stickyColumnsReplayTimeout=setTimeout(()=>{if(!this._destroyed){for(const Ve of this._updatedStickyColumnsParamsToReplay)this.updateStickyColumns(Ve.rows,Ve.stickyStartStates,Ve.stickyEndStates,!0,!1);this._updatedStickyColumnsParamsToReplay=[],this._stickyColumnsReplayTimeout=null}},0))}}function Le(It){return["cdk-cell","cdk-header-cell","cdk-footer-cell"].some(Tt=>It.classList.contains(Tt))}const Mt=new t.nKC("CDK_SPL");let Pe=(()=>{class It{viewContainer=(0,t.WQX)(i.c1b);elementRef=(0,t.WQX)(i.aKT);constructor(){const Ze=(0,t.WQX)(me);Ze._rowOutlet=this,Ze._outletAssigned()}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","rowOutlet",""]]})}return It})(),Ht=(()=>{class It{viewContainer=(0,t.WQX)(i.c1b);elementRef=(0,t.WQX)(i.aKT);constructor(){const Ze=(0,t.WQX)(me);Ze._headerRowOutlet=this,Ze._outletAssigned()}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","headerRowOutlet",""]]})}return It})(),ct=(()=>{class It{viewContainer=(0,t.WQX)(i.c1b);elementRef=(0,t.WQX)(i.aKT);constructor(){const Ze=(0,t.WQX)(me);Ze._footerRowOutlet=this,Ze._outletAssigned()}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","footerRowOutlet",""]]})}return It})(),Ce=(()=>{class It{viewContainer=(0,t.WQX)(i.c1b);elementRef=(0,t.WQX)(i.aKT);constructor(){const Ze=(0,t.WQX)(me);Ze._noDataRowOutlet=this,Ze._outletAssigned()}static \u0275fac=function(Ve){return new(Ve||It)};static \u0275dir=i.FsC({type:It,selectors:[["","noDataRowOutlet",""]]})}return It})(),ze=(()=>{class It{_differs=(0,t.WQX)(p._q3);_changeDetectorRef=(0,t.WQX)(p.gRc);_elementRef=(0,t.WQX)(i.aKT);_dir=(0,t.WQX)(U.dS,{optional:!0});_platform=(0,t.WQX)(K.O);_viewRepeater=(0,t.WQX)(P);_viewportRuler=(0,t.WQX)(q.Xj);_stickyPositioningListener=(0,t.WQX)(Mt,{optional:!0,skipSelf:!0});_document=(0,t.WQX)(t.qQL);_data;_onDestroy=new c.B;_renderRows;_renderChangeSubscription;_columnDefsByName=new Map;_rowDefs;_headerRowDefs;_footerRowDefs;_dataDiffer;_defaultRowDef;_customColumnDefs=new Set;_customRowDefs=new Set;_customHeaderRowDefs=new Set;_customFooterRowDefs=new Set;_customNoDataRow;_headerRowDefChanged=!0;_footerRowDefChanged=!0;_stickyColumnStylesNeedReset=!0;_forceRecalculateCellWidths=!0;_cachedRenderRowsMap=new Map;_isNativeHtmlTable;_stickyStyler;stickyCssClass="cdk-table-sticky";needsPositionStickyOnElement=!0;_isServer;_isShowingNoDataRow=!1;_hasAllOutlets=!1;_hasInitialized=!1;_getCellRole(){if(void 0===this._cellRoleInternal){const Ze=this._elementRef.nativeElement.getAttribute("role");return"grid"===Ze||"treegrid"===Ze?"gridcell":"cell"}return this._cellRoleInternal}_cellRoleInternal=void 0;get trackBy(){return this._trackByFn}set trackBy(Ze){this._trackByFn=Ze}_trackByFn;get dataSource(){return this._dataSource}set dataSource(Ze){this._dataSource!==Ze&&this._switchDataSource(Ze)}_dataSource;get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(Ze){this._multiTemplateDataRows=Ze,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}_multiTemplateDataRows=!1;get fixedLayout(){return this._fixedLayout}set fixedLayout(Ze){this._fixedLayout=Ze,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}_fixedLayout=!1;contentChanged=new i.bkB;viewChange=new e.t({start:0,end:Number.MAX_VALUE});_rowOutlet;_headerRowOutlet;_footerRowOutlet;_noDataRowOutlet;_contentColumnDefs;_contentRowDefs;_contentHeaderRowDefs;_contentFooterRowDefs;_noDataRow;_injector=(0,t.WQX)(t.zZn);constructor(){(0,t.WQX)(new p.ES_("role"),{optional:!0})||this._elementRef.nativeElement.setAttribute("role","table"),this._isServer=!this._platform.isBrowser,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName,this._dataDiffer=this._differs.find([]).create((Ve,Fe)=>this.trackBy?this.trackBy(Fe.dataIndex,Fe.data):Fe)}ngOnInit(){this._setupStickyStyler(),this._viewportRuler.change().pipe((0,d.Q)(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){this._stickyStyler?.destroy(),[this._rowOutlet?.viewContainer,this._headerRowOutlet?.viewContainer,this._footerRowOutlet?.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(Ze=>{Ze?.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,S.y)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const Ze=this._dataDiffer.diff(this._renderRows);if(!Ze)return this._updateNoDataRow(),void this.contentChanged.next();const Ve=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(Ze,Ve,(Fe,it,bt)=>this._getEmbeddedViewArgs(Fe.item,bt),Fe=>Fe.item.data,Fe=>{Fe.operation===m.INSERTED&&Fe.context&&this._renderCellTemplateForItem(Fe.record.item.rowDef,Fe.context)}),this._updateRowIndexContext(),Ze.forEachIdentityChange(Fe=>{Ve.get(Fe.currentIndex).context.$implicit=Fe.item.data}),this._updateNoDataRow(),this.contentChanged.next(),this.updateStickyColumnStyles()}addColumnDef(Ze){this._customColumnDefs.add(Ze)}removeColumnDef(Ze){this._customColumnDefs.delete(Ze)}addRowDef(Ze){this._customRowDefs.add(Ze)}removeRowDef(Ze){this._customRowDefs.delete(Ze)}addHeaderRowDef(Ze){this._customHeaderRowDefs.add(Ze),this._headerRowDefChanged=!0}removeHeaderRowDef(Ze){this._customHeaderRowDefs.delete(Ze),this._headerRowDefChanged=!0}addFooterRowDef(Ze){this._customFooterRowDefs.add(Ze),this._footerRowDefChanged=!0}removeFooterRowDef(Ze){this._customFooterRowDefs.delete(Ze),this._footerRowDefChanged=!0}setNoDataRow(Ze){this._customNoDataRow=Ze}updateStickyHeaderRowStyles(){const Ze=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){const Fe=J(this._headerRowOutlet,"thead");Fe&&(Fe.style.display=Ze.length?"":"none")}const Ve=this._headerRowDefs.map(Fe=>Fe.sticky);this._stickyStyler.clearStickyPositioning(Ze,["top"]),this._stickyStyler.stickRows(Ze,Ve,"top"),this._headerRowDefs.forEach(Fe=>Fe.resetStickyChanged())}updateStickyFooterRowStyles(){const Ze=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){const Fe=J(this._footerRowOutlet,"tfoot");Fe&&(Fe.style.display=Ze.length?"":"none")}const Ve=this._footerRowDefs.map(Fe=>Fe.sticky);this._stickyStyler.clearStickyPositioning(Ze,["bottom"]),this._stickyStyler.stickRows(Ze,Ve,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,Ve),this._footerRowDefs.forEach(Fe=>Fe.resetStickyChanged())}updateStickyColumnStyles(){const Ze=this._getRenderedRows(this._headerRowOutlet),Ve=this._getRenderedRows(this._rowOutlet),Fe=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...Ze,...Ve,...Fe],["left","right"]),this._stickyColumnStylesNeedReset=!1),Ze.forEach((it,bt)=>{this._addStickyColumnStyles([it],this._headerRowDefs[bt])}),this._rowDefs.forEach(it=>{const bt=[];for(let ut=0;ut{this._addStickyColumnStyles([it],this._footerRowDefs[bt])}),Array.from(this._columnDefsByName.values()).forEach(it=>it.resetStickyChanged())}_outletAssigned(){!this._hasAllOutlets&&this._rowOutlet&&this._headerRowOutlet&&this._footerRowOutlet&&this._noDataRowOutlet&&(this._hasAllOutlets=!0,this._canRender()&&this._render())}_canRender(){return this._hasAllOutlets&&this._hasInitialized}_render(){this._cacheRowDefs(),this._cacheColumnDefs();const Ve=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||Ve,this._forceRecalculateCellWidths=Ve,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}_getAllRenderRows(){const Ze=[],Ve=this._cachedRenderRowsMap;if(this._cachedRenderRowsMap=new Map,!this._data)return Ze;for(let Fe=0;Fe{const ut=Fe&&Fe.has(bt)?Fe.get(bt):[];if(ut.length){const jt=ut.shift();return jt.dataIndex=Ve,jt}return{data:Ze,rowDef:bt,dataIndex:Ve}})}_cacheColumnDefs(){this._columnDefsByName.clear(),Z(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(Ve=>{this._columnDefsByName.has(Ve.name),this._columnDefsByName.set(Ve.name,Ve)})}_cacheRowDefs(){this._headerRowDefs=Z(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=Z(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=Z(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const Ze=this._rowDefs.filter(Ve=>!Ve.when);this._defaultRowDef=Ze[0]}_renderUpdatedColumns(){const Ze=(bt,ut)=>{const jt=!!ut.getColumnsDiff();return bt||jt},Ve=this._rowDefs.reduce(Ze,!1);Ve&&this._forceRenderDataRows();const Fe=this._headerRowDefs.reduce(Ze,!1);Fe&&this._forceRenderHeaderRows();const it=this._footerRowDefs.reduce(Ze,!1);return it&&this._forceRenderFooterRows(),Ve||Fe||it}_switchDataSource(Ze){this._data=[],(0,S.y)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),Ze||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=Ze}_observeRenderChanges(){if(!this.dataSource)return;let Ze;(0,S.y)(this.dataSource)?Ze=this.dataSource.connect(this):(0,T.A)(this.dataSource)?Ze=this.dataSource:Array.isArray(this.dataSource)&&(Ze=(0,g.of)(this.dataSource)),this._renderChangeSubscription=Ze.pipe((0,d.Q)(this._onDestroy)).subscribe(Ve=>{this._data=Ve||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((Ze,Ve)=>this._renderRow(this._headerRowOutlet,Ze,Ve)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((Ze,Ve)=>this._renderRow(this._footerRowOutlet,Ze,Ve)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(Ze,Ve){const Fe=Array.from(Ve?.columns||[]).map(ut=>this._columnDefsByName.get(ut)),it=Fe.map(ut=>ut.sticky),bt=Fe.map(ut=>ut.stickyEnd);this._stickyStyler.updateStickyColumns(Ze,it,bt,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(Ze){const Ve=[];for(let Fe=0;Fe!it.when||it.when(Ve,Ze));else{let it=this._rowDefs.find(bt=>bt.when&&bt.when(Ve,Ze))||this._defaultRowDef;it&&Fe.push(it)}return Fe}_getEmbeddedViewArgs(Ze,Ve){return{templateRef:Ze.rowDef.template,context:{$implicit:Ze.data},index:Ve}}_renderRow(Ze,Ve,Fe,it={}){const bt=Ze.viewContainer.createEmbeddedView(Ve.template,it,Fe);return this._renderCellTemplateForItem(Ve,it),bt}_renderCellTemplateForItem(Ze,Ve){for(let Fe of this._getCellTemplates(Ze))B.mostRecentCellOutlet&&B.mostRecentCellOutlet._viewContainer.createEmbeddedView(Fe,Ve);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const Ze=this._rowOutlet.viewContainer;for(let Ve=0,Fe=Ze.length;Ve{const Fe=this._columnDefsByName.get(Ve);return Ze.extractCellTemplate(Fe)}):[]}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const Ze=(Ve,Fe)=>Ve||Fe.hasStickyChanged();this._headerRowDefs.reduce(Ze,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(Ze,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(Ze,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){this._stickyStyler=new ye(this._isNativeHtmlTable,this.stickyCssClass,this._platform.isBrowser,this.needsPositionStickyOnElement,this._dir?this._dir.value:"ltr",this._stickyPositioningListener,this._injector),(this._dir?this._dir.change:(0,g.of)()).pipe((0,d.Q)(this._onDestroy)).subscribe(Ve=>{this._stickyStyler.direction=Ve,this.updateStickyColumnStyles()})}_getOwnDefs(Ze){return Ze.filter(Ve=>!Ve._table||Ve._table===this)}_updateNoDataRow(){const Ze=this._customNoDataRow||this._noDataRow;if(!Ze)return;const Ve=0===this._rowOutlet.viewContainer.length;if(Ve===this._isShowingNoDataRow)return;const Fe=this._noDataRowOutlet.viewContainer;if(Ve){const it=Fe.createEmbeddedView(Ze.templateRef),bt=it.rootNodes[0];if(1===it.rootNodes.length&&bt?.nodeType===this._document.ELEMENT_NODE){bt.setAttribute("role","row"),bt.classList.add(...Ze._contentClassNames);const ut=bt.querySelectorAll(Ze._cellSelector);for(let jt=0;jt{class It{static \u0275fac=function(Ve){return new(Ve||It)};static \u0275mod=i.$C({type:It});static \u0275inj=t.G2t({imports:[q.E9]})}return It})();var li=l(22466),Qt=l(57786),di=l(84572),kt=l(67847),Rt=l(96354);const le=[[["caption"]],[["colgroup"],["col"]],"*"],te=["caption","colgroup, col","*"];function ce(It,Tt){1&It&&i.SdG(0,2)}function se(It,Tt){1&It&&(i.j41(0,"thead",0),i.eu8(1,1),i.k0s(),i.j41(2,"tbody",2),i.eu8(3,3)(4,4),i.k0s(),i.j41(5,"tfoot",0),i.eu8(6,5),i.k0s())}function ke(It,Tt){1&It&&i.eu8(0,1)(1,3)(2,4)(3,5)}let yt=(()=>{class It extends ze{stickyCssClass="mat-mdc-table-sticky";needsPositionStickyOnElement=!1;static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275cmp=i.VBU({type:It,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(Ve,Fe){2&Ve&&i.AVh("mdc-table-fixed-layout",Fe.fixedLayout)},exportAs:["matTable"],features:[i.Jv_([{provide:ze,useExisting:It},{provide:me,useExisting:It},{provide:P,useClass:j},{provide:Mt,useValue:null}]),i.Vt3],ngContentSelectors:te,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(Ve,Fe){1&Ve&&(i.NAR(le),i.SdG(0),i.SdG(1,1),i.nVh(2,ce,1,0),i.nVh(3,se,7,0)(4,ke,4,0)),2&Ve&&(i.R7$(2),i.vxM(Fe._isServer?2:-1),i.R7$(),i.vxM(Fe._isNativeHtmlTable?3:4))},dependencies:[Ht,Pe,Ce,ct],styles:[".mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:var(--mat-table-header-container-height, 56px)}mat-row{min-height:var(--mat-table-row-item-container-height, 52px)}mat-footer-row{min-height:var(--mat-table-footer-container-height, 52px)}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{min-width:100%;border:0;border-spacing:0;table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color, var(--mat-sys-surface))}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell{text-align:right}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-header-headline-font, var(--mat-sys-title-small-font, Roboto, sans-serif));line-height:var(--mat-table-header-headline-line-height, var(--mat-sys-title-small-line-height));font-size:var(--mat-table-header-headline-size, var(--mat-sys-title-small-size, 14px));font-weight:var(--mat-table-header-headline-weight, var(--mat-sys-title-small-weight, 500))}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-row-item-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-row-item-label-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-row-item-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-footer-supporting-text-font, var(--mat-sys-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-footer-supporting-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-table-footer-supporting-text-size, var(--mat-sys-body-medium-size, 14px));font-weight:var(--mat-table-footer-supporting-text-weight, var(--mat-sys-body-medium-weight));letter-spacing:var(--mat-table-footer-supporting-text-tracking, var(--mat-sys-body-medium-tracking))}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking, var(--mat-sys-title-small-tracking));font-weight:inherit;line-height:inherit;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mat-mdc-header-cell{text-align:right}.mdc-data-table__row:last-child>.mat-mdc-header-cell{border-bottom:none}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-sys-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking));line-height:inherit}.mdc-data-table__row:last-child>.mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-sys-body-medium-tracking))}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}\n"],encapsulation:2})}return It})(),Vt=(()=>{class It extends D{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matCellDef",""]],features:[i.Jv_([{provide:D,useExisting:It}]),i.Vt3]})}return It})(),Zt=(()=>{class It extends n{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matHeaderCellDef",""]],features:[i.Jv_([{provide:n,useExisting:It}]),i.Vt3]})}return It})(),ti=(()=>{class It extends o{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matFooterCellDef",""]],features:[i.Jv_([{provide:o,useExisting:It}]),i.Vt3]})}return It})(),Ye=(()=>{class It extends f{get name(){return this._name}set name(Ze){this._setNameInput(Ze)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},features:[i.Jv_([{provide:f,useExisting:It},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:It}]),i.Vt3]})}return It})(),Nt=(()=>{class It extends b{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],features:[i.Vt3]})}return It})(),Et=(()=>{class It extends A{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:[1,"mat-mdc-footer-cell","mdc-data-table__cell"],features:[i.Vt3]})}return It})(),Jt=(()=>{class It extends k{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],features:[i.Vt3]})}return It})(),$e=(()=>{class It extends _{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",p.L39]},features:[i.Jv_([{provide:_,useExisting:It}]),i.Vt3]})}return It})(),tt=(()=>{class It extends W{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matFooterRowDef",""]],inputs:{columns:[0,"matFooterRowDef","columns"],sticky:[2,"matFooterRowDefSticky","sticky",p.L39]},features:[i.Jv_([{provide:W,useExisting:It}]),i.Vt3]})}return It})(),vi=(()=>{class It extends I{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275dir=i.FsC({type:It,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},features:[i.Jv_([{provide:I,useExisting:It}]),i.Vt3]})}return It})(),ei=(()=>{class It extends re{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275cmp=i.VBU({type:It,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],features:[i.Jv_([{provide:re,useExisting:It}]),i.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),ci=(()=>{class It extends pe{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275cmp=i.VBU({type:It,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-mdc-footer-row","mdc-data-table__row"],exportAs:["matFooterRow"],features:[i.Jv_([{provide:pe,useExisting:It}]),i.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),Hi=(()=>{class It extends be{static \u0275fac=(()=>{let Ze;return function(Fe){return(Ze||(Ze=i.xGo(It)))(Fe||It)}})();static \u0275cmp=i.VBU({type:It,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],features:[i.Jv_([{provide:be,useExisting:It}]),i.Vt3],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(Ve,Fe){1&Ve&&i.eu8(0,0)},dependencies:[B],encapsulation:2})}return It})(),nn=(()=>{class It{static \u0275fac=function(Ve){return new(Ve||It)};static \u0275mod=i.$C({type:It});static \u0275inj=t.G2t({imports:[li.y,ht,li.y]})}return It})();class zn extends S.q{_data;_renderData=new e.t([]);_filter=new e.t("");_internalPageChanges=new c.B;_renderChangesSubscription=null;filteredData;get data(){return this._data.value}set data(Tt){Tt=Array.isArray(Tt)?Tt:[],this._data.next(Tt),this._renderChangesSubscription||this._filterData(Tt)}get filter(){return this._filter.value}set filter(Tt){this._filter.next(Tt),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(Tt){this._sort=Tt,this._updateChangeSubscription()}_sort;get paginator(){return this._paginator}set paginator(Tt){this._paginator=Tt,this._updateChangeSubscription()}_paginator;sortingDataAccessor=(Tt,Ze)=>{const Ve=Tt[Ze];if((0,kt.o1)(Ve)){const Fe=Number(Ve);return Fe<9007199254740991?Fe:Ve}return Ve};sortData=(Tt,Ze)=>{const Ve=Ze.active,Fe=Ze.direction;return Ve&&""!=Fe?Tt.sort((it,bt)=>{let ut=this.sortingDataAccessor(it,Ve),jt=this.sortingDataAccessor(bt,Ve);const ai=typeof ut,pi=typeof jt;ai!==pi&&("number"===ai&&(ut+=""),"number"===pi&&(jt+=""));let ki=0;return null!=ut&&null!=jt?ut>jt?ki=1:ut{const Ve=Ze.trim().toLowerCase();return Object.values(Tt).some(Fe=>`${Fe}`.toLowerCase().includes(Ve))};constructor(Tt=[]){super(),this._data=new e.t(Tt),this._updateChangeSubscription()}_updateChangeSubscription(){const Tt=this._sort?(0,Qt.h)(this._sort.sortChange,this._sort.initialized):(0,g.of)(null),Ze=this._paginator?(0,Qt.h)(this._paginator.page,this._internalPageChanges,this._paginator.initialized):(0,g.of)(null),Fe=(0,di.z)([this._data,this._filter]).pipe((0,Rt.T)(([ut])=>this._filterData(ut))),it=(0,di.z)([Fe,Tt]).pipe((0,Rt.T)(([ut])=>this._orderData(ut))),bt=(0,di.z)([it,Ze]).pipe((0,Rt.T)(([ut])=>this._pageData(ut)));this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=bt.subscribe(ut=>this._renderData.next(ut))}_filterData(Tt){return this.filteredData=null==this.filter||""===this.filter?Tt:Tt.filter(Ze=>this.filterPredicate(Ze,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(Tt){return this.sort?this.sortData(Tt.slice(),this.sort):Tt}_pageData(Tt){if(!this.paginator)return Tt;const Ze=this.paginator.pageIndex*this.paginator.pageSize;return Tt.slice(Ze,Ze+this.paginator.pageSize)}_updatePaginator(Tt){Promise.resolve().then(()=>{const Ze=this.paginator;if(Ze&&(Ze.length=Tt,Ze.pageIndex>0)){const Ve=Math.ceil(Ze.length/Ze.pageSize)-1||0,Fe=Math.min(Ze.pageIndex,Ve);Fe!==Ze.pageIndex&&(Ze.pageIndex=Fe,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=null}}},19307:(Ae,ee,l)=>{var i=l(12375),t=l(27054).Buffer,p=l(3247),S=l(71993),c=l(85917),e=l(13546),T=l(95725);function w(m,P,M,j){p.call(this);var U=t.alloc(4,0);this._cipher=new i.AES(P);var K=this._cipher.encryptBlock(U);this._ghash=new c(K),M=function d(m,P,M){if(12===P.length)return m._finID=t.concat([P,t.from([0,0,0,1])]),t.concat([P,t.from([0,0,0,2])]);var j=new c(M),U=P.length,K=U%16;j.update(P),K&&j.update(t.alloc(K=16-K,0)),j.update(t.alloc(8,0));var q=8*U,G=t.alloc(8);G.writeUIntBE(q,0,8),j.update(G),m._finID=j.state;var Q=t.from(m._finID);return T(Q),Q}(this,M,K),this._prev=t.from(M),this._cache=t.allocUnsafe(0),this._secCache=t.allocUnsafe(0),this._decrypt=j,this._alen=0,this._len=0,this._mode=m,this._authTag=null,this._called=!1}S(w,p),w.prototype._update=function(m){if(!this._called&&this._alen){var P=16-this._alen%16;P<16&&(P=t.alloc(P,0),this._ghash.update(P))}this._called=!0;var M=this._mode.encrypt(this,m);return this._ghash.update(this._decrypt?m:M),this._len+=m.length,M},w.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var m=e(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function g(m,P){var M=0;m.length!==P.length&&M++;for(var j=Math.min(m.length,P.length),U=0;U{"use strict";var i=l(9656);Ae.exports=$;var p,t=l(20053);$.ReadableState=Q,l(44356);var c=function(_e,ye){return _e.listeners(ye).length},e=l(18342),T=l(2655).Buffer,g=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},m=Object.create(l(27637));m.inherits=l(71993);var P=l(79838),M=void 0;M=P&&P.debuglog?P.debuglog("stream"):function(){};var K,j=l(27809),U=l(21509);m.inherits($,e);var q=["error","close","destroy","pause","resume"];function Q(_e,ye){var Le=ye instanceof(p=p||l(74075));this.objectMode=!!(_e=_e||{}).objectMode,Le&&(this.objectMode=this.objectMode||!!_e.readableObjectMode);var Ke=_e.highWaterMark,ge=_e.readableHighWaterMark;this.highWaterMark=Ke||0===Ke?Ke:Le&&(ge||0===ge)?ge:this.objectMode?16:16384,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new j,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=_e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,_e.encoding&&(K||(K=l(78454).I),this.decoder=new K(_e.encoding),this.encoding=_e.encoding)}function $(_e){if(p=p||l(74075),!(this instanceof $))return new $(_e);this._readableState=new Q(_e,this),this.readable=!0,_e&&("function"==typeof _e.read&&(this._read=_e.read),"function"==typeof _e.destroy&&(this._destroy=_e.destroy)),e.call(this)}function ae(_e,ye,Le,Ke,ge){var Oe,ve=_e._readableState;return null===ye?(ve.reading=!1,function n(_e,ye){if(!ye.ended){if(ye.decoder){var Le=ye.decoder.end();Le&&Le.length&&(ye.buffer.push(Le),ye.length+=ye.objectMode?1:Le.length)}ye.ended=!0,o(_e)}}(_e,ve)):(ge||(Oe=function oe(_e,ye){var Le;return!function w(_e){return T.isBuffer(_e)||_e instanceof g}(ye)&&"string"!=typeof ye&&void 0!==ye&&!_e.objectMode&&(Le=new TypeError("Invalid non-string/buffer chunk")),Le}(ve,ye)),Oe?_e.emit("error",Oe):ve.objectMode||ye&&ye.length>0?("string"!=typeof ye&&!ve.objectMode&&Object.getPrototypeOf(ye)!==T.prototype&&(ye=function d(_e){return T.from(_e)}(ye)),Ke?ve.endEmitted?_e.emit("error",new Error("stream.unshift() after end event")):ue(_e,ve,ye,!0):ve.ended?_e.emit("error",new Error("stream.push() after EOF")):(ve.reading=!1,ve.decoder&&!Le?(ye=ve.decoder.write(ye),ve.objectMode||0!==ye.length?ue(_e,ve,ye,!1):h(_e,ve)):ue(_e,ve,ye,!1))):Ke||(ve.reading=!1)),function he(_e){return!_e.ended&&(_e.needReadable||_e.length<_e.highWaterMark||0===_e.length)}(ve)}function ue(_e,ye,Le,Ke){ye.flowing&&0===ye.length&&!ye.sync?(_e.emit("data",Le),_e.read(0)):(ye.length+=ye.objectMode?1:Le.length,Ke?ye.buffer.unshift(Le):ye.buffer.push(Le),ye.needReadable&&o(_e)),h(_e,ye)}function D(_e,ye){return _e<=0||0===ye.length&&ye.ended?0:ye.objectMode?1:_e!=_e?ye.flowing&&ye.length?ye.buffer.head.data.length:ye.length:(_e>ye.highWaterMark&&(ye.highWaterMark=function Te(_e){return _e>=8388608?_e=8388608:(_e--,_e|=_e>>>1,_e|=_e>>>2,_e|=_e>>>4,_e|=_e>>>8,_e|=_e>>>16,_e++),_e}(_e)),_e<=ye.length?_e:ye.ended?ye.length:(ye.needReadable=!0,0))}function o(_e){var ye=_e._readableState;ye.needReadable=!1,ye.emittedReadable||(M("emitReadable",ye.flowing),ye.emittedReadable=!0,ye.sync?i.nextTick(f,_e):f(_e))}function f(_e){M("emit readable"),_e.emit("readable"),_(_e)}function h(_e,ye){ye.readingMore||(ye.readingMore=!0,i.nextTick(b,_e,ye))}function b(_e,ye){for(var Le=ye.length;!ye.reading&&!ye.flowing&&!ye.ended&&ye.length=ye.length?(Le=ye.decoder?ye.buffer.join(""):1===ye.buffer.length?ye.buffer.head.data:ye.buffer.concat(ye.length),ye.buffer.clear()):Le=function I(_e,ye,Le){var Ke;return _eve.length?ve.length:_e;if(ge+=Oe===ve.length?ve:ve.slice(0,_e),0===(_e-=Oe)){Oe===ve.length?(++Ke,ye.head=Le.next?Le.next:ye.tail=null):(ye.head=Le,Le.data=ve.slice(Oe));break}++Ke}return ye.length-=Ke,ge}(_e,ye):function re(_e,ye){var Le=T.allocUnsafe(_e),Ke=ye.head,ge=1;for(Ke.data.copy(Le),_e-=Ke.data.length;Ke=Ke.next;){var ve=Ke.data,Oe=_e>ve.length?ve.length:_e;if(ve.copy(Le,Le.length-_e,0,Oe),0===(_e-=Oe)){Oe===ve.length?(++ge,ye.head=Ke.next?Ke.next:ye.tail=null):(ye.head=Ke,Ke.data=ve.slice(Oe));break}++ge}return ye.length-=ge,Le}(_e,ye),Ke}(_e,ye.buffer,ye.decoder),Le);var Le}function pe(_e){var ye=_e._readableState;if(ye.length>0)throw new Error('"endReadable()" called on non-empty stream');ye.endEmitted||(ye.ended=!0,i.nextTick(be,ye,_e))}function be(_e,ye){!_e.endEmitted&&0===_e.length&&(_e.endEmitted=!0,ye.readable=!1,ye.emit("end"))}function Be(_e,ye){for(var Le=0,Ke=_e.length;Le=ye.highWaterMark||ye.ended))return M("read: emitReadable",ye.length,ye.ended),0===ye.length&&ye.ended?pe(this):o(this),null;if(0===(_e=D(_e,ye))&&ye.ended)return 0===ye.length&&pe(this),null;var ge,Ke=ye.needReadable;return M("need readable",Ke),(0===ye.length||ye.length-_e0?W(_e,ye):null)?(ye.needReadable=!0,_e=0):ye.length-=_e,0===ye.length&&(ye.ended||(ye.needReadable=!0),Le!==_e&&ye.ended&&pe(this)),null!==ge&&this.emit("data",ge),ge},$.prototype._read=function(_e){this.emit("error",new Error("_read() is not implemented"))},$.prototype.pipe=function(_e,ye){var Le=this,Ke=this._readableState;switch(Ke.pipesCount){case 0:Ke.pipes=_e;break;case 1:Ke.pipes=[Ke.pipes,_e];break;default:Ke.pipes.push(_e)}Ke.pipesCount+=1,M("pipe count=%d opts=%j",Ke.pipesCount,ye);var ve=ye&&!1===ye.end||_e===process.stdout||_e===process.stderr?Ce:Ee;function Ee(){M("onend"),_e.end()}Ke.endEmitted?i.nextTick(ve):Le.once("end",ve),_e.on("unpipe",function Oe(ze,Z){M("onunpipe"),ze===Le&&Z&&!1===Z.hasUnpiped&&(Z.hasUnpiped=!0,function Ct(){M("cleanup"),_e.removeListener("close",Ht),_e.removeListener("finish",ct),_e.removeListener("drain",dt),_e.removeListener("error",Pe),_e.removeListener("unpipe",Oe),Le.removeListener("end",Ee),Le.removeListener("end",Ce),Le.removeListener("data",lt),nt=!0,Ke.awaitDrain&&(!_e._writableState||_e._writableState.needDrain)&&dt()}())});var dt=function A(_e){return function(){var ye=_e._readableState;M("pipeOnDrain",ye.awaitDrain),ye.awaitDrain&&ye.awaitDrain--,0===ye.awaitDrain&&c(_e,"data")&&(ye.flowing=!0,_(_e))}}(Le);_e.on("drain",dt);var nt=!1,Mt=!1;function lt(ze){M("ondata"),Mt=!1,!1===_e.write(ze)&&!Mt&&((1===Ke.pipesCount&&Ke.pipes===_e||Ke.pipesCount>1&&-1!==Be(Ke.pipes,_e))&&!nt&&(M("false write response, pause",Ke.awaitDrain),Ke.awaitDrain++,Mt=!0),Le.pause())}function Pe(ze){M("onerror",ze),Ce(),_e.removeListener("error",Pe),0===c(_e,"error")&&_e.emit("error",ze)}function Ht(){_e.removeListener("finish",ct),Ce()}function ct(){M("onfinish"),_e.removeListener("close",Ht),Ce()}function Ce(){M("unpipe"),Le.unpipe(_e)}return Le.on("data",lt),function G(_e,ye,Le){if("function"==typeof _e.prependListener)return _e.prependListener(ye,Le);_e._events&&_e._events[ye]?t(_e._events[ye])?_e._events[ye].unshift(Le):_e._events[ye]=[Le,_e._events[ye]]:_e.on(ye,Le)}(_e,"error",Pe),_e.once("close",Ht),_e.once("finish",ct),_e.emit("pipe",Le),Ke.flowing||(M("pipe resume"),Le.resume()),_e},$.prototype.unpipe=function(_e){var ye=this._readableState,Le={hasUnpiped:!1};if(0===ye.pipesCount)return this;if(1===ye.pipesCount)return _e&&_e!==ye.pipes||(_e||(_e=ye.pipes),ye.pipes=null,ye.pipesCount=0,ye.flowing=!1,_e&&_e.emit("unpipe",this,Le)),this;if(!_e){var Ke=ye.pipes,ge=ye.pipesCount;ye.pipes=null,ye.pipesCount=0,ye.flowing=!1;for(var ve=0;ve{"use strict";var i=l(27054).Buffer,t=l(35696),p=l(5942).Transform;function c(e){p.call(this),this._block=i.allocUnsafe(e),this._blockSize=e,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}l(71993)(c,p),c.prototype._transform=function(e,T,g){var d=null;try{this.update(e,T)}catch(w){d=w}g(d)},c.prototype._flush=function(e){var T=null;try{this.push(this.digest())}catch(g){T=g}e(T)},c.prototype.update=function(e,T){if(this._finalized)throw new Error("Digest already called");for(var g=t(e,T),d=this._block,w=0;this._blockOffset+g.length-w>=this._blockSize;){for(var m=this._blockOffset;m0;++P)this._length[P]+=M,(M=this._length[P]/4294967296|0)>0&&(this._length[P]-=4294967296*M);return this},c.prototype._update=function(){throw new Error("_update is not implemented")},c.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var T=this._digest();void 0!==e&&(T=T.toString(e)),this._block.fill(0),this._blockOffset=0;for(var g=0;g<4;++g)this._length[g]=0;return T},c.prototype._digest=function(){throw new Error("_digest is not implemented")},Ae.exports=c},19900:(Ae,ee,l)=>{"use strict";var i=typeof Symbol<"u"&&Symbol,t=l(45310);Ae.exports=function(){return"function"==typeof i&&"function"==typeof Symbol&&"symbol"==typeof i("foo")&&"symbol"==typeof Symbol("bar")&&t()}},19945:(Ae,ee,l)=>{"use strict";l.d(ee,{Ju:()=>S,MJ:()=>T,de:()=>g});var i=l(2615),t=l(73664),p=l(21413);const S=new i.nKC("MAT_DATE_LOCALE",{providedIn:"root",factory:function c(){return(0,i.WQX)(t.xe9)}}),e="Method not implemented";class T{locale;_localeChanges=new p.B;localeChanges=this._localeChanges;setTime(w,m,P,M){throw new Error(e)}getHours(w){throw new Error(e)}getMinutes(w){throw new Error(e)}getSeconds(w){throw new Error(e)}parseTime(w,m){throw new Error(e)}addSeconds(w,m){throw new Error(e)}getValidDateOrNull(w){return this.isDateInstance(w)&&this.isValid(w)?w:null}deserialize(w){return null==w||this.isDateInstance(w)&&this.isValid(w)?w:this.invalid()}setLocale(w){this.locale=w,this._localeChanges.next()}compareDate(w,m){return this.getYear(w)-this.getYear(m)||this.getMonth(w)-this.getMonth(m)||this.getDate(w)-this.getDate(m)}compareTime(w,m){return this.getHours(w)-this.getHours(m)||this.getMinutes(w)-this.getMinutes(m)||this.getSeconds(w)-this.getSeconds(m)}sameDate(w,m){if(w&&m){let P=this.isValid(w),M=this.isValid(m);return P&&M?!this.compareDate(w,m):P==M}return w==m}sameTime(w,m){if(w&&m){const P=this.isValid(w),M=this.isValid(m);return P&&M?!this.compareTime(w,m):P==M}return w==m}clampDate(w,m,P){return m&&this.compareDate(w,m)<0?m:P&&this.compareDate(w,P)>0?P:w}}const g=new i.nKC("mat-date-formats")},20053:Ae=>{var ee={}.toString;Ae.exports=Array.isArray||function(l){return"[object Array]"==ee.call(l)}},20060:(Ae,ee,l)=>{"use strict";l.d(ee,{aY:()=>Wc,dX:()=>Q1});var i=l(2615),t=l(73664),p=l(17705),S=l(59295),c=l(345);function e(Qe,Dt){(null==Dt||Dt>Qe.length)&&(Dt=Qe.length);for(var St=0,Ot=Array(Dt);St=Qe.length?{done:!0}:{done:!1,value:Qe[Ot++]}},e:function($i){throw $i},f:si}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var ot,Ti=!0,Ni=!1;return{s:function(){St=St.call(Qe)},n:function(){var $i=St.next();return Ti=$i.done,$i},e:function($i){Ni=!0,ot=$i},f:function(){try{Ti||null==St.return||St.return()}finally{if(Ni)throw ot}}}}function M(Qe,Dt,St){return(Dt=me(Dt))in Qe?Object.defineProperty(Qe,Dt,{value:St,enumerable:!0,configurable:!0,writable:!0}):Qe[Dt]=St,Qe}function Q(Qe,Dt){var St=Object.keys(Qe);if(Object.getOwnPropertySymbols){var Ot=Object.getOwnPropertySymbols(Qe);Dt&&(Ot=Ot.filter(function(si){return Object.getOwnPropertyDescriptor(Qe,si).enumerable})),St.push.apply(St,Ot)}return St}function $(Qe){for(var Dt=1;Dt0;)Dt+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return Dt}function Oa(Qe){for(var Dt=[],St=(Qe||[]).length>>>0;St--;)Dt[St]=Qe[St];return Dt}function Wt(Qe){return Qe.classList?Oa(Qe.classList):(Qe.getAttribute("class")||"").split(" ").filter(function(Dt){return Dt})}function Ri(Qe){return"".concat(Qe).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function _i(Qe){return Object.keys(Qe||{}).reduce(function(Dt,St){return Dt+"".concat(St,": ").concat(Qe[St].trim(),";")},"")}function Li(Qe){return Qe.size!==gr.size||Qe.x!==gr.x||Qe.y!==gr.y||Qe.rotate!==gr.rotate||Qe.flipX||Qe.flipY}function He(){var Dt=Wa,St=Sn.cssPrefix,Ot=Sn.replacementClass,si=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";\n --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";\n --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";\n --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";\n --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";\n --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";\n --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";\n --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";\n --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";\n --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";\n --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";\n --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";\n --fa-font-utility-semibold: normal 600 1em/1 "Font Awesome 7 Utility";\n --fa-font-utility-duo-semibold: normal 600 1em/1 "Font Awesome 7 Utility Duo";\n --fa-font-utility-fill-semibold: normal 600 1em/1 "Font Awesome 7 Utility Fill";\n}\n\n.svg-inline--fa {\n box-sizing: content-box;\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285714em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left,\n.svg-inline--fa .fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-pull-right,\n.svg-inline--fa .fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.fa-layers .svg-inline--fa {\n inset: 0;\n margin: auto;\n position: absolute;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-counter-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xs {\n font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-sm {\n font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-lg {\n font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xl {\n font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-2xl {\n font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-width-auto {\n --fa-width: auto;\n}\n\n.fa-fw,\n.fa-width-fixed {\n --fa-width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-inline-start: var(--fa-li-margin, 2.5em);\n padding-inline-start: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n/* Heads Up: Bordered Icons will not be supported in the future!\n - This feature will be deprecated in the next major release of Font Awesome (v8)!\n - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.\n*/\n/* Notes:\n* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)\n* --@{v.$css-prefix}-border-padding =\n ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it\'s vertical alignment)\n ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)\n*/\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.0625em);\n box-sizing: var(--fa-border-box-sizing, content-box);\n padding: var(--fa-border-padding, 0.1875em 0.25em);\n}\n\n.fa-pull-left,\n.fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right,\n.fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n animation-name: fa-beat;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n animation-name: fa-bounce;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n animation-name: fa-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n animation-name: fa-beat-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n animation-name: fa-flip;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n animation-name: fa-shake;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n animation-name: fa-spin;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 2s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n animation-name: fa-spin;\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n animation: none !important;\n transition: none !important;\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n transform: scale(1);\n }\n 45% {\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-bounce {\n 0% {\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-flip {\n 50% {\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-shake {\n 0% {\n transform: rotate(-15deg);\n }\n 4% {\n transform: rotate(15deg);\n }\n 8%, 24% {\n transform: rotate(-18deg);\n }\n 12%, 28% {\n transform: rotate(18deg);\n }\n 16% {\n transform: rotate(-22deg);\n }\n 20% {\n transform: rotate(22deg);\n }\n 32% {\n transform: rotate(-12deg);\n }\n 36% {\n transform: rotate(12deg);\n }\n 40%, 100% {\n transform: rotate(0deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n transform: rotate(var(--fa-rotate-angle, 0));\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.svg-inline--fa.fa-inverse {\n fill: var(--fa-inverse, #fff);\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.svg-inline--fa.fa-stack-1x {\n --fa-width: 1.25em;\n height: 1em;\n width: var(--fa-width);\n}\n.svg-inline--fa.fa-stack-2x {\n --fa-width: 2.5em;\n height: 2em;\n width: var(--fa-width);\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n inset: 0;\n margin: auto;\n position: absolute;\n z-index: var(--fa-stack-z-index, auto);\n}';if("fa"!==St||Ot!==Dt){var ot=new RegExp("\\.".concat("fa","\\-"),"g"),Ti=new RegExp("\\--".concat("fa","\\-"),"g"),Ni=new RegExp("\\.".concat(Dt),"g");si=si.replace(ot,".".concat(St,"-")).replace(Ti,"--".concat(St,"-")).replace(Ni,".".concat(Ot))}return si}var At=!1;function mi(){Sn.autoAddCss&&!At&&(function ds(Qe){if(Qe&&pe){var Dt=W.createElement("style");Dt.setAttribute("type","text/css"),Dt.innerHTML=Qe;for(var St=W.head.childNodes,Ot=null,si=St.length-1;si>-1;si--){var ot=St[si],Ti=(ot.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(Ti)>-1&&(Ot=ot)}W.head.insertBefore(Dt,Ot)}}(He()),At=!0)}var Rn={mixout:function(){return{dom:{css:He,insertCss:mi}}},hooks:function(){return{beforeDOMElementCreation:function(){mi()},beforeI2svg:function(){mi()}}}},ea=_||{};ea[Ta]||(ea[Ta]={}),ea[Ta].styles||(ea[Ta].styles={}),ea[Ta].hooks||(ea[Ta].hooks={}),ea[Ta].shims||(ea[Ta].shims=[]);var lr=ea[Ta],Ts=[],Rs=function(){W.removeEventListener("DOMContentLoaded",Rs),Gs=1,Ts.map(function(Dt){return Dt()})},Gs=!1;function Ds(Qe){var Dt=Qe.tag,St=Qe.attributes,Ot=void 0===St?{}:St,si=Qe.children,ot=void 0===si?[]:si;return"string"==typeof Qe?Ri(Qe):"<".concat(Dt," ").concat(function ft(Qe){return Object.keys(Qe||{}).reduce(function(Dt,St){return Dt+"".concat(St,'="').concat(Ri(Qe[St]),'" ')},"").trim()}(Ot),">").concat(ot.map(Ds).join(""),"")}function ro(Qe,Dt,St){if(Qe&&Qe[Dt]&&Qe[Dt][St])return{prefix:Dt,iconName:St,icon:Qe[Dt][St]}}pe&&((Gs=(W.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(W.readyState))||W.addEventListener("DOMContentLoaded",Rs));var Os=function(Dt,St,Ot,si){var $i,Tn,Vn,ot=Object.keys(Dt),Ti=ot.length,Ni=void 0!==si?function(Dt,St){return function(Ot,si,ot,Ti){return Dt.call(St,Ot,si,ot,Ti)}}(St,si):St;for(void 0===Ot?($i=1,Vn=Dt[ot[0]]):($i=0,Vn=Ot);$i2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,si=void 0!==Ot&&Ot,ot=Ps(Dt);"function"!=typeof lr.hooks.addPack||si?lr.styles[Qe]=$($({},lr.styles[Qe]||{}),ot):lr.hooks.addPack(Qe,Ps(Dt)),"fas"===Qe&&vo("fa",Dt)}var yo=lr.styles,bo=lr.shims,Fs=Object.keys(wt),xo=Fs.reduce(function(Qe,Dt){return Qe[Dt]=Object.keys(wt[Dt]),Qe},{}),dl=null,ul={},jl={},cr={},us={},so={};var qo=function(){var Dt=function(ot){return Os(yo,function(Ti,Ni,$i){return Ti[$i]=Os(Ni,ot,{}),Ti},{})};ul=Dt(function(si,ot,Ti){return ot[3]&&(si[ot[3]]=Ti),ot[2]&&ot[2].filter(function($i){return"number"==typeof $i}).forEach(function($i){si[$i.toString(16)]=Ti}),si}),jl=Dt(function(si,ot,Ti){return si[Ti]=Ti,ot[2]&&ot[2].filter(function($i){return"string"==typeof $i}).forEach(function($i){si[$i]=Ti}),si}),so=Dt(function(si,ot,Ti){var Ni=ot[2];return si[Ti]=Ti,Ni.forEach(function($i){si[$i]=Ti}),si});var St="far"in yo||Sn.autoFetchSvg,Ot=Os(bo,function(si,ot){var Ti=ot[0],Ni=ot[1],$i=ot[2];return"far"===Ni&&!St&&(Ni="fas"),"string"==typeof Ti&&(si.names[Ti]={prefix:Ni,iconName:$i}),"number"==typeof Ti&&(si.unicodes[Ti.toString(16)]={prefix:Ni,iconName:$i}),si},{names:{},unicodes:{}});cr=Ot.names,us=Ot.unicodes,dl=xs(Sn.styleDefault,{family:Sn.familyDefault})};function Al(Qe,Dt){return(ul[Qe]||{})[Dt]}function Rr(Qe,Dt){return(so[Qe]||{})[Dt]}function hl(Qe){return cr[Qe]||{prefix:null,iconName:null}}function oo(){return dl}function xs(Qe){var St=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).family,Ot=void 0===St?ve:St;return Ot!==Oe||Qe?Lt[Ot][Qe]||Lt[Ot][Hs[Ot][Qe]]||(Qe in lr.styles?Qe:null)||null:"fad"}function wn(Qe){return Qe.sort().filter(function(Dt,St,Ot){return Ot.indexOf(Dt)===St})}(function Ka(Qe){ka.push(Qe)})(function(Qe){dl=xs(Qe.styleDefault,{family:Sn.familyDefault})}),qo();var Ws=Zn.concat(vi);function Bo(Qe){var St=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).skipLookups,Ot=void 0!==St&&St,si=null,ot=wn(Qe.filter(function(ya){return Ws.includes(ya)})),Ti=wn(Qe.filter(function(ya){return!Ws.includes(ya)})),Tn=ue(ot.filter(function(ya){return si=ya,!ge.includes(ya)}),1)[0],Vn=void 0===Tn?null:Tn,Hn=function Il(Qe){var Dt=ve,St=Fs.reduce(function(Ot,si){return Ot[si]="".concat(Sn.cssPrefix,"-").concat(si),Ot},{});return Nt.forEach(function(Ot){(Qe.includes(St[Ot])||Qe.some(function(si){return xo[Ot].includes(si)}))&&(Dt=Ot)}),Dt}(ot),va=$($({},function js(Qe){var Dt=[],St=null;return Qe.forEach(function(Ot){var si=function Dl(Qe,Dt){var St=Dt.split("-"),Ot=St[0],si=St.slice(1).join("-");return Ot!==Qe||""===si||function Wl(Qe){return~Ca.indexOf(Qe)}(si)?null:si}(Sn.cssPrefix,Ot);si?St=si:Ot&&Dt.push(Ot)}),{iconName:St,rest:Dt}}(Ti)),{},{prefix:xs(Vn,{family:Hn})});return $($($({},va),function pl(Qe){var Dt=Qe.values,St=Qe.family,Ot=Qe.canonical,si=Qe.givenPrefix,ot=void 0===si?"":si,Ti=Qe.styles,Ni=void 0===Ti?{}:Ti,$i=Qe.config,Tn=void 0===$i?{}:$i,Vn=St===Oe,Hn=Dt.includes("fa-duotone")||Dt.includes("fad");if(!Vn&&(Hn||"duotone"===Tn.familyDefault||("fad"===Ot.prefix||"fa-duotone"===Ot.prefix))&&(Ot.prefix="fad"),(Dt.includes("fa-brands")||Dt.includes("fab"))&&(Ot.prefix="fab"),!Ot.prefix&&el.includes(St)&&(Object.keys(Ni).find(function(Ls){return ml.includes(Ls)})||Tn.autoFetchSvg)){var br=$e.get(St).defaultShortPrefixId;Ot.prefix=br,Ot.iconName=Rr(Ot.prefix,Ot.iconName)||Ot.iconName}return("fa"===Ot.prefix||"fa"===ot)&&(Ot.prefix=oo()||"fas"),Ot}({values:Qe,family:Hn,styles:yo,config:Sn,canonical:va,givenPrefix:si})),function Xl(Qe,Dt,St){var Ot=St.prefix,si=St.iconName;if(Qe||!Ot||!si)return{prefix:Ot,iconName:si};var ot="fa"===Dt?hl(si):{},Ti=Rr(Ot,si);return"far"===(Ot=ot.prefix||Ot)&&!yo.far&&yo.fas&&!Sn.autoFetchSvg&&(Ot="fas"),{prefix:Ot,iconName:si=ot.iconName||Ti||si}}(Ot,si,va))}var el=Nt.filter(function(Qe){return Qe!==ve||Qe!==Oe}),ml=Object.keys(da).filter(function(Qe){return Qe!==ve}).map(function(Qe){return Object.keys(da[Qe])}).flat(),Co=function(){return function m(Qe,Dt,St){return Dt&&w(Qe.prototype,Dt),St&&w(Qe,St),Object.defineProperty(Qe,"prototype",{writable:!1}),Qe}(function Qe(){(function d(Qe,Dt){if(!(Qe instanceof Dt))throw new TypeError("Cannot call a class as a function")})(this,Qe),this.definitions={}},[{key:"add",value:function(){for(var St=this,Ot=arguments.length,si=new Array(Ot),ot=0;ot0&&Vn.forEach(function(Hn){"string"==typeof Hn&&(St[Ni][Hn]=Tn)}),St[Ni][$i]=Tn}),St}}])}(),gl=[],hs={},Xs={},ta=Object.keys(Xs);function Uo(Qe,Dt){for(var St=arguments.length,Ot=new Array(St>2?St-2:0),si=2;si1?Dt-1:0),Ot=1;Ot0&&void 0!==arguments[0]?arguments[0]:{};return pe?(Ks("beforeI2svg",Dt),lo("pseudoElements2svg",Dt),lo("i2svg",Dt)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var Dt=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},St=Dt.autoReplaceSvgRoot;!1===Sn.autoReplaceSvg&&(Sn.autoReplaceSvg=!0),Sn.observeMutations=!0,function Oo(Qe){pe&&(Gs?setTimeout(Qe,0):Ts.push(Qe))}(function(){cd({autoReplaceSvgRoot:St}),Ks("watch",Dt)})}},zr={noAuto:function(){Sn.autoReplaceSvg=!1,Sn.observeMutations=!1,Ks("noAuto")},config:Sn,dom:vl,parse:{icon:function(Dt){if(null===Dt)return null;if("object"===Te(Dt)&&Dt.prefix&&Dt.iconName)return{prefix:Dt.prefix,iconName:Rr(Dt.prefix,Dt.iconName)||Dt.iconName};if(Array.isArray(Dt)&&2===Dt.length){var St=0===Dt[1].indexOf("fa-")?Dt[1].slice(3):Dt[1],Ot=xs(Dt[0]);return{prefix:Ot,iconName:Rr(Ot,St)||St}}if("string"==typeof Dt&&(Dt.indexOf("".concat(Sn.cssPrefix,"-"))>-1||Dt.match(Ui))){var si=Bo(Dt.split(" "),{skipLookups:!0});return{prefix:si.prefix||oo(),iconName:Rr(si.prefix,si.iconName)||si.iconName}}if("string"==typeof Dt){var ot=oo();return{prefix:ot,iconName:Rr(ot,Dt)||Dt}}}},library:_l,findIconDefinition:Ys,toHtml:Ds},cd=function(){var St=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,Ot=void 0===St?W:St;(Object.keys(lr.styles).length>0||Sn.autoFetchSvg)&&pe&&Sn.autoReplaceSvg&&zr.dom.i2svg({node:Ot})};function yl(Qe,Dt){return Object.defineProperty(Qe,"abstract",{get:Dt}),Object.defineProperty(Qe,"html",{get:function(){return Qe.abstract.map(function(Ot){return Ds(Ot)})}}),Object.defineProperty(Qe,"node",{get:function(){if(pe){var Ot=W.createElement("div");return Ot.innerHTML=Qe.html,Ot.children}}}),Qe}function Re(Qe){var Dt=Qe.icons,St=Dt.main,Ot=Dt.mask,si=Qe.prefix,ot=Qe.iconName,Ti=Qe.transform,Ni=Qe.symbol,$i=Qe.maskId,Tn=Qe.extra,Vn=Qe.watchable,Hn=void 0!==Vn&&Vn,va=Ot.found?Ot:St,ya=va.width,_r=va.height,br=[Sn.replacementClass,ot?"".concat(Sn.cssPrefix,"-").concat(ot):""].filter(function(ps){return-1===Tn.classes.indexOf(ps)}).filter(function(ps){return""!==ps||!!ps}).concat(Tn.classes).join(" "),Ls={children:[],attributes:$($({},Tn.attributes),{},{"data-prefix":si,"data-icon":ot,class:br,role:Tn.attributes.role||"img",viewBox:"0 0 ".concat(ya," ").concat(_r)})};!function je(Qe){return["aria-label","aria-labelledby","title","role"].some(function(St){return St in Qe})}(Tn.attributes)&&!Tn.attributes["aria-hidden"]&&(Ls.attributes["aria-hidden"]="true"),Hn&&(Ls.attributes[Fa]="");var ns=$($({},Ls),{},{prefix:si,iconName:ot,main:St,mask:Ot,maskId:$i,transform:Ti,symbol:Ni,styles:$({},Tn.styles)}),Js=Ot.found&&St.found?lo("generateAbstractMask",ns)||{children:[],attributes:{}}:lo("generateAbstractIcon",ns)||{children:[],attributes:{}},Ko=Js.attributes;return ns.children=Js.children,ns.attributes=Ko,Ni?function we(Qe){var St=Qe.iconName,Ot=Qe.children,si=Qe.attributes,ot=Qe.symbol,Ti=!0===ot?"".concat(Qe.prefix,"-").concat(Sn.cssPrefix,"-").concat(St):ot;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:$($({},si),{},{id:Ti}),children:Ot}]}]}(ns):function jc(Qe){var Dt=Qe.children,St=Qe.main,Ot=Qe.mask,si=Qe.attributes,ot=Qe.styles,Ti=Qe.transform;if(Li(Ti)&&St.found&&!Ot.found){var Tn={x:St.width/St.height/2,y:.5};si.style=_i($($({},ot),{},{"transform-origin":"".concat(Tn.x+Ti.x/16,"em ").concat(Tn.y+Ti.y/16,"em")}))}return[{tag:"svg",attributes:si,children:Dt}]}(ns)}function We(Qe){var Dt=Qe.content,St=Qe.width,Ot=Qe.height,si=Qe.transform,ot=Qe.extra,Ti=Qe.watchable,Ni=void 0!==Ti&&Ti,$i=$($({},ot.attributes),{},{class:ot.classes.join(" ")});Ni&&($i[Fa]="");var Tn=$({},ot.styles);Li(si)&&(Tn.transform=function Je(Qe){var Dt=Qe.transform,St=Qe.width,si=Qe.height,ot=void 0===si?16:si,Ti=Qe.startCentered,Ni=void 0!==Ti&&Ti,$i="";return $i+=Ni&&be?"translate(".concat(Dt.x/16-(void 0===St?16:St)/2,"em, ").concat(Dt.y/16-ot/2,"em) "):Ni?"translate(calc(-50% + ".concat(Dt.x/16,"em), calc(-50% + ").concat(Dt.y/16,"em)) "):"translate(".concat(Dt.x/16,"em, ").concat(Dt.y/16,"em) "),($i+="scale(".concat(Dt.size/16*(Dt.flipX?-1:1),", ").concat(Dt.size/16*(Dt.flipY?-1:1),") "))+"rotate(".concat(Dt.rotate,"deg) ")}({transform:si,startCentered:!0,width:St,height:Ot}),Tn["-webkit-transform"]=Tn.transform);var Vn=_i(Tn);Vn.length>0&&($i.style=Vn);var Hn=[];return Hn.push({tag:"span",attributes:$i,children:[Dt]}),Hn}var Ut=lr.styles;function ri(Qe){var Dt=Qe[0],St=Qe[1],ot=ue(Qe.slice(4),1)[0];return{found:!0,width:Dt,height:St,icon:Array.isArray(ot)?{tag:"g",attributes:{class:"".concat(Sn.cssPrefix,"-").concat(Un_GROUP)},children:[{tag:"path",attributes:{class:"".concat(Sn.cssPrefix,"-").concat(Un_SECONDARY),fill:"currentColor",d:ot[0]}},{tag:"path",attributes:{class:"".concat(Sn.cssPrefix,"-").concat(Un_PRIMARY),fill:"currentColor",d:ot[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:ot}}}}var Di={found:!1,width:512,height:512};function On(Qe,Dt){var St=Dt;return"fa"===Dt&&null!==Sn.styleDefault&&(Dt=oo()),new Promise(function(Ot,si){if("fa"===St){var ot=hl(Qe)||{};Qe=ot.iconName||Qe,Dt=ot.prefix||Dt}if(Qe&&Dt&&Ut[Dt]&&Ut[Dt][Qe])return Ot(ri(Ut[Dt][Qe]));(function Zi(Qe,Dt){!no&&!Sn.showMissingIcons&&Qe&&console.error('Icon with name "'.concat(Qe,'" and prefix "').concat(Dt,'" is missing.'))})(Qe,Dt),Ot($($({},Di),{},{icon:Sn.showMissingIcons&&Qe&&lo("missingIconAbstract")||{}}))})}var Ma=function(){},yr=Sn.measurePerformance&&B&&B.mark&&B.measure?B:{mark:Ma,measure:Ma},Ur='FA "7.1.0"',Qs_begin=function(Dt){return yr.mark("".concat(Ur," ").concat(Dt," begins")),function(){return function(Dt){yr.mark("".concat(Ur," ").concat(Dt," ends")),yr.measure("".concat(Ur," ").concat(Dt),"".concat(Ur," ").concat(Dt," begins"),"".concat(Ur," ").concat(Dt," ends"))}(Dt)}},Ns=function(){};function uo(Qe){return"string"==typeof(Qe.getAttribute?Qe.getAttribute(Fa):null)}function kl(Qe){return W.createElementNS("http://www.w3.org/2000/svg",Qe)}function $s(Qe){return W.createElement(Qe)}function Zd(Qe){var St=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).ceFn,Ot=void 0===St?"svg"===Qe.tag?kl:$s:St;if("string"==typeof Qe)return W.createTextNode(Qe);var si=Ot(Qe.tag);return Object.keys(Qe.attributes||[]).forEach(function(Ti){si.setAttribute(Ti,Qe.attributes[Ti])}),(Qe.children||[]).forEach(function(Ti){si.appendChild(Zd(Ti,{ceFn:Ot}))}),si}var Go={replace:function(Dt){var St=Dt[0];if(St.parentNode)if(Dt[1].forEach(function(si){St.parentNode.insertBefore(Zd(si),St)}),null===St.getAttribute(Fa)&&Sn.keepOriginalSource){var Ot=W.createComment(function Kl(Qe){var Dt=" ".concat(Qe.outerHTML," ");return"".concat(Dt,"Font Awesome fontawesome.com ")}(St));St.parentNode.replaceChild(Ot,St)}else St.remove()},nest:function(Dt){var St=Dt[0],Ot=Dt[1];if(~Wt(St).indexOf(Sn.replacementClass))return Go.replace(Dt);var si=new RegExp("".concat(Sn.cssPrefix,"-.*"));if(delete Ot[0].attributes.id,Ot[0].attributes.class){var ot=Ot[0].attributes.class.split(" ").reduce(function(Ni,$i){return $i===Sn.replacementClass||$i.match(si)?Ni.toSvg.push($i):Ni.toNode.push($i),Ni},{toNode:[],toSvg:[]});Ot[0].attributes.class=ot.toSvg.join(" "),0===ot.toNode.length?St.removeAttribute("class"):St.setAttribute("class",ot.toNode.join(" "))}var Ti=Ot.map(function(Ni){return Ds(Ni)}).join("\n");St.setAttribute(Fa,""),St.innerHTML=Ti}};function xl(Qe){Qe()}function Bs(Qe,Dt){var St="function"==typeof Dt?Dt:Ns;if(0===Qe.length)St();else{var Ot=xl;"async"===Sn.mutateApproach&&(Ot=_.requestAnimationFrame||xl),Ot(function(){var si=function $d(){return!0===Sn.autoReplaceSvg?Go.replace:Go[Sn.autoReplaceSvg]||Go.replace}(),ot=Qs_begin("mutate");Qe.map(si),ot(),St()})}}var Mo=!1;function tl(){Mo=!0}function Eo(){Mo=!1}var jo=null;function il(Qe){if(I&&Sn.observeMutations){var Dt=Qe.treeCallback,St=void 0===Dt?Ns:Dt,Ot=Qe.nodeCallback,si=void 0===Ot?Ns:Ot,ot=Qe.pseudoElementsCallback,Ti=void 0===ot?Ns:ot,Ni=Qe.observeMutationsRoot,$i=void 0===Ni?W:Ni;jo=new I(function(Tn){if(!Mo){var Vn=oo();Oa(Tn).forEach(function(Hn){if("childList"===Hn.type&&Hn.addedNodes.length>0&&!uo(Hn.addedNodes[0])&&(Sn.searchPseudoElements&&Ti(Hn.target),St(Hn.target)),"attributes"===Hn.type&&Hn.target.parentNode&&Sn.searchPseudoElements&&Ti([Hn.target],!0),"attributes"===Hn.type&&uo(Hn.target)&&~Jn.indexOf(Hn.attributeName))if("class"===Hn.attributeName&&function bl(Qe){var Dt=Qe.getAttribute?Qe.getAttribute(Kr):null,St=Qe.getAttribute?Qe.getAttribute(or):null;return Dt&&St}(Hn.target)){var va=Bo(Wt(Hn.target)),_r=va.iconName;Hn.target.setAttribute(Kr,va.prefix||Vn),_r&&Hn.target.setAttribute(or,_r)}else(function fs(Qe){return Qe&&Qe.classList&&Qe.classList.contains&&Qe.classList.contains(Sn.replacementClass)})(Hn.target)&&si(Hn.target)})}}),pe&&jo.observe($i,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Vr(Qe){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},St=function ho(Qe){var Dt=Qe.getAttribute("data-prefix"),St=Qe.getAttribute("data-icon"),Ot=void 0!==Qe.innerText?Qe.innerText.trim():"",si=Bo(Wt(Qe));return si.prefix||(si.prefix=oo()),Dt&&St&&(si.prefix=Dt,si.iconName=St),si.iconName&&si.prefix||(si.prefix&&Ot.length>0&&(si.iconName=function Ll(Qe,Dt){return(jl[Qe]||{})[Dt]}(si.prefix,Qe.innerText)||Al(si.prefix,Po(Qe.innerText))),!si.iconName&&Sn.autoFetchSvg&&Qe.firstChild&&Qe.firstChild.nodeType===Node.TEXT_NODE&&(si.iconName=Qe.firstChild.data)),si}(Qe),Ot=St.iconName,si=St.prefix,ot=St.rest,Ti=function al(Qe){return Oa(Qe.attributes).reduce(function(St,Ot){return"class"!==St.name&&"style"!==St.name&&(St[Ot.name]=Ot.value),St},{})}(Qe),Ni=Uo("parseNodeAttributes",{},Qe),$i=Dt.styleParser?function Cl(Qe){var Dt=Qe.getAttribute("style"),St=[];return Dt&&(St=Dt.split(";").reduce(function(Ot,si){var ot=si.split(":"),Ti=ot[0],Ni=ot.slice(1);return Ti&&Ni.length>0&&(Ot[Ti]=Ni.join(":").trim()),Ot},{})),St}(Qe):[];return $({iconName:Ot,prefix:si,transform:gr,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:ot,styles:$i,attributes:Ti}},Ni)}var Zr=lr.styles;function hc(Qe){var Dt="nest"===Sn.autoReplaceSvg?Vr(Qe,{styleParser:!1}):Vr(Qe);return~Dt.extra.classes.indexOf(tn)?lo("generateLayersText",Qe,Dt):lo("generateSvgReplacementMutation",Qe,Dt)}function Ml(Qe){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!pe)return Promise.resolve();var St=W.documentElement.classList,Ot=function(Hn){return St.add("".concat(os,"-").concat(Hn))},si=function(Hn){return St.remove("".concat(os,"-").concat(Hn))},ot=Sn.autoFetchSvg?function fc(){return[].concat(oe(vi),oe(Zn))}():ge.concat(Object.keys(Zr));ot.includes("fa")||ot.push("fa");var Ti=[".".concat(tn,":not([").concat(Fa,"])")].concat(ot.map(function(Vn){return".".concat(Vn,":not([").concat(Fa,"])")})).join(", ");if(0===Ti.length)return Promise.resolve();var Ni=[];try{Ni=Oa(Qe.querySelectorAll(Ti))}catch{}if(!(Ni.length>0))return Promise.resolve();Ot("pending"),si("complete");var $i=Qs_begin("onTree"),Tn=Ni.reduce(function(Vn,Hn){try{var va=hc(Hn);va&&Vn.push(va)}catch(ya){no||"MissingIcon"===ya.name&&console.error(ya)}return Vn},[]);return new Promise(function(Vn,Hn){Promise.all(Tn).then(function(va){Bs(va,function(){Ot("active"),Ot("complete"),si("pending"),"function"==typeof Dt&&Dt(),$i(),Vn()})}).catch(function(va){$i(),Hn(va)})})}function zs(Qe){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;hc(Qe).then(function(St){St&&Bs([St],Dt)})}var So=function(Dt){var St=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Ot=St.transform,si=void 0===Ot?gr:Ot,ot=St.symbol,Ti=void 0!==ot&&ot,Ni=St.mask,$i=void 0===Ni?null:Ni,Tn=St.maskId,Vn=void 0===Tn?null:Tn,Hn=St.classes,va=void 0===Hn?[]:Hn,ya=St.attributes,_r=void 0===ya?{}:ya,br=St.styles,Ls=void 0===br?{}:br;if(Dt){var ns=Dt.prefix,Js=Dt.iconName,mo=Dt.icon;return yl($({type:"icon"},Dt),function(){return Ks("beforeDOMElementCreation",{iconDefinition:Dt,params:St}),Re({icons:{main:ri(mo),mask:$i?ri($i.icon):{found:!1,width:null,height:null,icon:{}}},prefix:ns,iconName:Js,transform:$($({},gr),si),symbol:Ti,maskId:Vn,extra:{attributes:_r,styles:Ls,classes:va}})})}},hn={mixout:function(){return{icon:(Qe=So,function(Dt){var St=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Ot=(Dt||{}).icon?Dt:Ys(Dt||{}),si=St.mask;return si&&(si=(si||{}).icon?si:Ys(si||{})),Qe(Ot,$($({},St),{},{mask:si}))})};var Qe},hooks:function(){return{mutationObserverCallbacks:function(St){return St.treeCallback=Ml,St.nodeCallback=zs,St}}},provides:function(Dt){Dt.i2svg=function(St){var Ot=St.node,ot=St.callback;return Ml(void 0===Ot?W:Ot,void 0===ot?function(){}:ot)},Dt.generateSvgReplacementMutation=function(St,Ot){var si=Ot.iconName,ot=Ot.prefix,Ti=Ot.transform,Ni=Ot.symbol,$i=Ot.mask,Tn=Ot.maskId,Vn=Ot.extra;return new Promise(function(Hn,va){Promise.all([On(si,ot),$i.iconName?On($i.iconName,$i.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(ya){var _r=ue(ya,2);Hn([St,Re({icons:{main:_r[0],mask:_r[1]},prefix:ot,iconName:si,transform:Ti,symbol:Ni,maskId:Tn,extra:Vn,watchable:!0})])}).catch(va)})},Dt.generateAbstractIcon=function(St){var Tn,Ot=St.children,si=St.attributes,ot=St.main,Ti=St.transform,$i=_i(St.styles);return $i.length>0&&(si.style=$i),Li(Ti)&&(Tn=lo("generateAbstractTransformGrouping",{main:ot,transform:Ti,containerWidth:ot.width,iconWidth:ot.width})),Ot.push(Tn||ot.icon),{children:Ot,attributes:si}}}},Rl={mixout:function(){return{layer:function(St){var Ot=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},si=Ot.classes,ot=void 0===si?[]:si;return yl({type:"layer"},function(){Ks("beforeDOMElementCreation",{assembler:St,params:Ot});var Ti=[];return St(function(Ni){Array.isArray(Ni)?Ni.map(function($i){Ti=Ti.concat($i.abstract)}):Ti=Ti.concat(Ni.abstract)}),[{tag:"span",attributes:{class:["".concat(Sn.cssPrefix,"-layers")].concat(oe(ot)).join(" ")},children:Ti}]})}}}},dd={mixout:function(){return{counter:function(St){var Ot=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},si=Ot.title,ot=void 0===si?null:si,Ti=Ot.classes,Ni=void 0===Ti?[]:Ti,$i=Ot.attributes,Tn=void 0===$i?{}:$i,Vn=Ot.styles,Hn=void 0===Vn?{}:Vn;return yl({type:"counter",content:St},function(){return Ks("beforeDOMElementCreation",{content:St,params:Ot}),function _t(Qe){var Dt=Qe.content,St=Qe.extra,Ot=$($({},St.attributes),{},{class:St.classes.join(" ")}),si=_i(St.styles);si.length>0&&(Ot.style=si);var ot=[];return ot.push({tag:"span",attributes:Ot,children:[Dt]}),ot}({content:St.toString(),title:ot,extra:{attributes:Tn,styles:Hn,classes:["".concat(Sn.cssPrefix,"-layers-counter")].concat(oe(Ni))}})})}}}},mc={mixout:function(){return{text:function(St){var Ot=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},si=Ot.transform,ot=void 0===si?gr:si,Ti=Ot.classes,Ni=void 0===Ti?[]:Ti,$i=Ot.attributes,Tn=void 0===$i?{}:$i,Vn=Ot.styles,Hn=void 0===Vn?{}:Vn;return yl({type:"text",content:St},function(){return Ks("beforeDOMElementCreation",{content:St,params:Ot}),We({content:St,transform:$($({},gr),ot),extra:{attributes:Tn,styles:Hn,classes:["".concat(Sn.cssPrefix,"-layers-text")].concat(oe(Ni))}})})}}},provides:function(Dt){Dt.generateLayersText=function(St,Ot){var si=Ot.transform,ot=Ot.extra,Ti=null,Ni=null;if(be){var $i=parseInt(getComputedStyle(St).fontSize,10),Tn=St.getBoundingClientRect();Ti=Tn.width/$i,Ni=Tn.height/$i}return Promise.resolve([St,We({content:St.innerHTML,width:Ti,height:Ni,transform:si,extra:ot,watchable:!0})])}}},To=new RegExp('"',"ug"),Ol=[1105920,1112319],pc=$($($($({},{FontAwesome:{normal:"fas",400:"fas"}}),{"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}}),{"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}}),{"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}}),Pl=Object.keys(pc).reduce(function(Qe,Dt){return Qe[Dt.toLowerCase()]=pc[Dt],Qe},{}),Yl=Object.keys(Pl).reduce(function(Qe,Dt){var St=Pl[Dt];return Qe[Dt]=St[900]||oe(Object.entries(St))[0][1],Qe},{});function wl(Qe,Dt){var St="".concat("data-fa-pseudo-element-pending").concat(Dt.replace(":","-"));return new Promise(function(Ot,si){if(null!==Qe.getAttribute(St))return Ot();var Ti=Oa(Qe.children).filter(function(Jl){return Jl.getAttribute(Br)===Dt})[0],Ni=_.getComputedStyle(Qe,Dt),$i=Ni.getPropertyValue("font-family"),Tn=$i.match(yn),Vn=Ni.getPropertyValue("font-weight"),Hn=Ni.getPropertyValue("content");if(Ti&&!Tn)return Qe.removeChild(Ti),Ot();if(Tn&&"none"!==Hn&&""!==Hn){var va=Ni.getPropertyValue("content"),ya=function Zs(Qe,Dt){var St=Qe.replace(/^['"]|['"]$/g,"").toLowerCase(),Ot=parseInt(Dt),si=isNaN(Ot)?"normal":Ot;return(Pl[St]||{})[si]||Yl[St]}($i,Vn),_r=function Ql(Qe){return Po(oe(Qe.replace(To,""))[0]||"")}(va),br=Tn[0].startsWith("FontAwesome"),Ls=function Fl(Qe){var Dt=Qe.getPropertyValue("font-feature-settings").includes("ss01"),Ot=Qe.getPropertyValue("content").replace(To,""),si=Ot.codePointAt(0);return si>=Ol[0]&&si<=Ol[1]||2===Ot.length&&Ot[0]===Ot[1]||Dt}(Ni),ns=Al(ya,_r),Js=ns;if(br){var mo=function fl(Qe){var Dt=us[Qe],St=Al("fas",Qe);return Dt||(St?{prefix:"fas",iconName:St}:null)||{prefix:null,iconName:null}}(_r);mo.iconName&&mo.prefix&&(ns=mo.iconName,ya=mo.prefix)}if(!ns||Ls||Ti&&Ti.getAttribute(Kr)===ya&&Ti.getAttribute(or)===Js)Ot();else{Qe.setAttribute(St,Js),Ti&&Qe.removeChild(Ti);var Ko=function wo(){return{iconName:null,prefix:null,transform:gr,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}(),ps=Ko.extra;ps.attributes[Br]=Dt,On(ns,ya).then(function(Jl){var x2=Re($($({},Ko),{},{icons:{main:Jl,mask:{prefix:null,iconName:null,rest:[]}},prefix:ya,iconName:Js,extra:ps,watchable:!0})),yc=W.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===Dt?Qe.insertBefore(yc,Qe.firstChild):Qe.appendChild(yc),yc.outerHTML=x2.map(function(Zu){return Ds(Zu)}).join("\n"),Qe.removeAttribute(St),Ot()}).catch(si)}}else Ot()})}function ud(Qe){return Promise.all([wl(Qe,"::before"),wl(Qe,"::after")])}function gc(Qe){return!(Qe.parentNode===document.head||~bs.indexOf(Qe.tagName.toUpperCase())||Qe.getAttribute(Br)||Qe.parentNode&&"svg"===Qe.parentNode.tagName)}var rl=function(Dt){return!!Dt&&Qr.some(function(St){return Dt.includes(St)})},Wo=function(Dt){if(!Dt)return[];var ot,St=new Set,Ot=Dt.split(/,(?![^()]*\))/).map(function($i){return $i.trim()}),si=P(Ot=Ot.flatMap(function($i){return $i.includes("(")?$i:$i.split(",").map(function(Tn){return Tn.trim()})}));try{for(si.s();!(ot=si.n()).done;){var Ti=ot.value;if(rl(Ti)){var Ni=Qr.reduce(function($i,Tn){return $i.replace(Tn,"")},Ti);""!==Ni&&"*"!==Ni&&St.add(Ni)}}}catch($i){si.e($i)}finally{si.f()}return St};function Ja(Qe){if(pe){var St;if(arguments.length>1&&void 0!==arguments[1]&&arguments[1])St=Qe;else if(Sn.searchPseudoElementsFullScan)St=Qe.querySelectorAll("*");else{var ot,Ot=new Set,si=P(document.styleSheets);try{for(si.s();!(ot=si.n()).done;){var Ti=ot.value;try{var $i,Ni=P(Ti.cssRules);try{for(Ni.s();!($i=Ni.n()).done;){var va,Hn=P(Wo($i.value.selectorText));try{for(Hn.s();!(va=Hn.n()).done;)Ot.add(va.value)}catch(br){Hn.e(br)}finally{Hn.f()}}}catch(br){Ni.e(br)}finally{Ni.f()}}catch(br){Sn.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(Ti.href," (").concat(br.message,')\nIf it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the , enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.'))}}}catch(br){si.e(br)}finally{si.f()}if(!Ot.size)return;var _r=Array.from(Ot).join(", ");try{St=Qe.querySelectorAll(_r)}catch{}}return new Promise(function(br,Ls){var ns=Oa(St).filter(gc).map(ud),Js=Qs_begin("searchPseudoElements");tl(),Promise.all(ns).then(function(){Js(),Eo(),br()}).catch(function(){Js(),Eo(),Ls()})})}}var Va=!1,Ea=function(Dt){return Dt.toLowerCase().split(" ").reduce(function(Ot,si){var ot=si.toLowerCase().split("-"),Ti=ot[0],Ni=ot.slice(1).join("-");if(Ti&&"h"===Ni)return Ot.flipX=!0,Ot;if(Ti&&"v"===Ni)return Ot.flipY=!0,Ot;if(Ni=parseFloat(Ni),isNaN(Ni))return Ot;switch(Ti){case"grow":Ot.size=Ot.size+Ni;break;case"shrink":Ot.size=Ot.size-Ni;break;case"left":Ot.x=Ot.x-Ni;break;case"right":Ot.x=Ot.x+Ni;break;case"up":Ot.y=Ot.y-Ni;break;case"down":Ot.y=Ot.y+Ni;break;case"rotate":Ot.rotate=Ot.rotate+Ni}return Ot},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},Dr={x:0,y:0,width:"100%",height:"100%"};function $l(Qe){return Qe.attributes&&(Qe.attributes.fill||!(arguments.length>1&&void 0!==arguments[1])||arguments[1])&&(Qe.attributes.fill="black"),Qe}!function zo(Qe,Dt){var St=Dt.mixoutsTo;gl=Qe,hs={},Object.keys(Xs).forEach(function(Ot){-1===ta.indexOf(Ot)&&delete Xs[Ot]}),gl.forEach(function(Ot){var si=Ot.mixout?Ot.mixout():{};if(Object.keys(si).forEach(function(Ti){"function"==typeof si[Ti]&&(St[Ti]=si[Ti]),"object"===Te(si[Ti])&&Object.keys(si[Ti]).forEach(function(Ni){St[Ti]||(St[Ti]={}),St[Ti][Ni]=si[Ti][Ni]})}),Ot.hooks){var ot=Ot.hooks();Object.keys(ot).forEach(function(Ti){hs[Ti]||(hs[Ti]=[]),hs[Ti].push(ot[Ti])})}Ot.provides&&Ot.provides(Xs)})}([Rn,hn,Rl,dd,mc,{hooks:function(){return{mutationObserverCallbacks:function(St){return St.pseudoElementsCallback=Ja,St}}},provides:function(Dt){Dt.pseudoElements2svg=function(St){var Ot=St.node;Sn.searchPseudoElements&&Ja(void 0===Ot?W:Ot)}}},{mixout:function(){return{dom:{unwatch:function(){tl(),Va=!0}}}},hooks:function(){return{bootstrap:function(){il(Uo("mutationObserverCallbacks",{}))},noAuto:function(){!function nl(){jo&&jo.disconnect()}()},watch:function(St){var Ot=St.observeMutationsRoot;Va?Eo():il(Uo("mutationObserverCallbacks",{observeMutationsRoot:Ot}))}}}},{mixout:function(){return{parse:{transform:function(St){return Ea(St)}}}},hooks:function(){return{parseNodeAttributes:function(St,Ot){var si=Ot.getAttribute("data-fa-transform");return si&&(St.transform=Ea(si)),St}}},provides:function(Dt){Dt.generateAbstractTransformGrouping=function(St){var Ot=St.main,si=St.transform,Ti=St.iconWidth,Ni={transform:"translate(".concat(St.containerWidth/2," 256)")},$i="translate(".concat(32*si.x,", ").concat(32*si.y,") "),Tn="scale(".concat(si.size/16*(si.flipX?-1:1),", ").concat(si.size/16*(si.flipY?-1:1),") "),Vn="rotate(".concat(si.rotate," 0 0)"),ya={outer:Ni,inner:{transform:"".concat($i," ").concat(Tn," ").concat(Vn)},path:{transform:"translate(".concat(Ti/2*-1," -256)")}};return{tag:"g",attributes:$({},ya.outer),children:[{tag:"g",attributes:$({},ya.inner),children:[{tag:Ot.icon.tag,children:Ot.icon.children,attributes:$($({},Ot.icon.attributes),ya.path)}]}]}}}},{hooks:function(){return{parseNodeAttributes:function(St,Ot){var si=Ot.getAttribute("data-fa-mask"),ot=si?Bo(si.split(" ").map(function(Ti){return Ti.trim()})):{prefix:null,iconName:null,rest:[]};return ot.prefix||(ot.prefix=oo()),St.mask=ot,St.maskId=Ot.getAttribute("data-fa-mask-id"),St}}},provides:function(Dt){Dt.generateAbstractMask=function(St){var Qe,Ot=St.children,si=St.attributes,ot=St.main,Ti=St.mask,Ni=St.maskId,Vn=ot.icon,va=Ti.icon,ya=function vn(Qe){var Dt=Qe.transform,Ot=Qe.iconWidth,si={transform:"translate(".concat(Qe.containerWidth/2," 256)")},ot="translate(".concat(32*Dt.x,", ").concat(32*Dt.y,") "),Ti="scale(".concat(Dt.size/16*(Dt.flipX?-1:1),", ").concat(Dt.size/16*(Dt.flipY?-1:1),") "),Ni="rotate(".concat(Dt.rotate," 0 0)");return{outer:si,inner:{transform:"".concat(ot," ").concat(Ti," ").concat(Ni)},path:{transform:"translate(".concat(Ot/2*-1," -256)")}}}({transform:St.transform,containerWidth:Ti.width,iconWidth:ot.width}),_r={tag:"rect",attributes:$($({},Dr),{},{fill:"white"})},br=Vn.children?{children:Vn.children.map($l)}:{},Ls={tag:"g",attributes:$({},ya.inner),children:[$l($({tag:Vn.tag,attributes:$($({},Vn.attributes),ya.path)},br))]},ns={tag:"g",attributes:$({},ya.outer),children:[Ls]},Js="mask-".concat(Ni||Ss()),mo="clip-".concat(Ni||Ss()),Ko={tag:"mask",attributes:$($({},Dr),{},{id:Js,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[_r,ns]},ps={tag:"defs",children:[{tag:"clipPath",attributes:{id:mo},children:(Qe=va,"g"===Qe.tag?Qe.children:[Qe])},Ko]};return Ot.push(ps,{tag:"rect",attributes:$({fill:"currentColor","clip-path":"url(#".concat(mo,")"),mask:"url(#".concat(Js,")")},Dr)}),{children:Ot,attributes:si}}}},{provides:function(Dt){var St=!1;_.matchMedia&&(St=_.matchMedia("(prefers-reduced-motion: reduce)").matches),Dt.missingIconAbstract=function(){var Ot=[],si={fill:"currentColor"},ot={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};Ot.push({tag:"path",attributes:$($({},si),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var Ti=$($({},ot),{},{attributeName:"opacity"}),Ni={tag:"circle",attributes:$($({},si),{},{cx:"256",cy:"364",r:"28"}),children:[]};return St||Ni.children.push({tag:"animate",attributes:$($({},ot),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:$($({},Ti),{},{values:"1;0;1;1;0;1;"})}),Ot.push(Ni),Ot.push({tag:"path",attributes:$($({},si),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:St?[]:[{tag:"animate",attributes:$($({},Ti),{},{values:"1;0;0;0;0;1;"})}]}),St||Ot.push({tag:"path",attributes:$($({},si),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:$($({},Ti),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:Ot}}}},{hooks:function(){return{parseNodeAttributes:function(St,Ot){var si=Ot.getAttribute("data-fa-symbol");return St.symbol=null!==si&&(""===si||si),St}}}}],{mixoutsTo:zr});var Hr=zr.config,De=zr.dom,pt=zr.parse,rn=zr.icon;const $a=["*"];let Za=(()=>{class Qe{defaultPrefix="fas";fallbackIcon=null;fixedWidth;set autoAddCss(St){Hr.autoAddCss=St,this._autoAddCss=St}get autoAddCss(){return this._autoAddCss}_autoAddCss=!0;static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275prov=i.jDH({token:Qe,factory:Qe.\u0275fac,providedIn:"root"})}return Qe})(),ms=(()=>{class Qe{definitions={};addIcons(...St){for(const Ot of St){Ot.prefix in this.definitions||(this.definitions[Ot.prefix]={}),this.definitions[Ot.prefix][Ot.iconName]=Ot;for(const si of Ot.icon[2])"string"==typeof si&&(this.definitions[Ot.prefix][si]=Ot)}}addIconPacks(...St){for(const Ot of St){const si=Object.keys(Ot).map(ot=>Ot[ot]);this.addIcons(...si)}}getIconDefinition(St,Ot){return St in this.definitions&&Ot in this.definitions[St]?this.definitions[St][Ot]:null}static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275prov=i.jDH({token:Qe,factory:Qe.\u0275fac,providedIn:"root"})}return Qe})();const Xo=Qe=>null!=Qe&&(90===Qe||180===Qe||270===Qe||"90"===Qe||"180"===Qe||"270"===Qe),fd=Qe=>{const Dt=Xo(Qe.rotate),St={[`fa-${Qe.animation}`]:null!=Qe.animation&&!Qe.animation.startsWith("spin"),"fa-spin":"spin"===Qe.animation||"spin-reverse"===Qe.animation,"fa-spin-pulse":"spin-pulse"===Qe.animation||"spin-pulse-reverse"===Qe.animation,"fa-spin-reverse":"spin-reverse"===Qe.animation||"spin-pulse-reverse"===Qe.animation,"fa-pulse":"spin-pulse"===Qe.animation||"spin-pulse-reverse"===Qe.animation,"fa-fw":Qe.fixedWidth,"fa-border":Qe.border,"fa-inverse":Qe.inverse,"fa-layers-counter":Qe.counter,"fa-flip-horizontal":"horizontal"===Qe.flip||"both"===Qe.flip,"fa-flip-vertical":"vertical"===Qe.flip||"both"===Qe.flip,[`fa-${Qe.size}`]:null!==Qe.size,[`fa-rotate-${Qe.rotate}`]:Dt,"fa-rotate-by":null!=Qe.rotate&&!Dt,[`fa-pull-${Qe.pull}`]:null!==Qe.pull,[`fa-stack-${Qe.stackItemSize}`]:null!=Qe.stackItemSize};return Object.keys(St).map(Ot=>St[Ot]?Ot:null).filter(Ot=>null!=Ot)},Zl=new WeakSet,K1="fa-auto-css";let v2=(()=>{class Qe{stackItemSize=(0,p.hFB)("1x");size=(0,p.hFB)();_effect=(0,S.QZ)(()=>{if(this.size())throw new Error('fa-icon is not allowed to customize size when used inside fa-stack. Set size on the enclosing fa-stack instead: ....')});static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275dir=t.FsC({type:Qe,selectors:[["fa-icon","stackItemSize",""],["fa-duotone-icon","stackItemSize",""]],inputs:{stackItemSize:[1,"stackItemSize"],size:[1,"size"]}})}return Qe})(),sl=(()=>{class Qe{size=(0,p.hFB)();classes=(0,S.EW)(()=>{const St=this.size();return{...St?{[`fa-${St}`]:!0}:{},"fa-stack":!0}});static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275cmp=t.VBU({type:Qe,selectors:[["fa-stack"]],hostVars:2,hostBindings:function(Ot,si){2&Ot&&t.HbH(si.classes())},inputs:{size:[1,"size"]},ngContentSelectors:$a,decls:1,vars:0,template:function(Ot,si){1&Ot&&(t.NAR(),t.SdG(0))},encapsulation:2,changeDetection:0})}return Qe})(),Wc=(()=>{class Qe{icon=(0,p.geq)();title=(0,p.geq)();animation=(0,p.geq)();mask=(0,p.geq)();flip=(0,p.geq)();size=(0,p.geq)();pull=(0,p.geq)();border=(0,p.geq)();inverse=(0,p.geq)();symbol=(0,p.geq)();rotate=(0,p.geq)();fixedWidth=(0,p.geq)();transform=(0,p.geq)();a11yRole=(0,p.geq)();renderedIconHTML=(0,S.EW)(()=>{const St=this.icon()??this.config.fallbackIcon;if(!St)return(()=>{throw new Error("Property `icon` is required for `fa-icon`/`fa-duotone-icon` components.")})(),"";const Ot=this.findIconDefinition(St);if(!Ot)return"";const si=this.buildParams();!function Nl(Qe,Dt){if(!Dt.autoAddCss||Zl.has(Qe))return;if(null!=Qe.getElementById(K1))return Dt.autoAddCss=!1,void Zl.add(Qe);const St=Qe.createElement("style");St.setAttribute("type","text/css"),St.setAttribute("id",K1),St.innerHTML=De.css();const Ot=Qe.head.childNodes;let si=null;for(let ot=Ot.length-1;ot>-1;ot--){const Ti=Ot[ot],Ni=Ti.nodeName.toUpperCase();["STYLE","LINK"].indexOf(Ni)>-1&&(si=Ti)}Qe.head.insertBefore(St,si),Dt.autoAddCss=!1,Zl.add(Qe)}(this.document,this.config);const ot=rn(Ot,si);return this.sanitizer.bypassSecurityTrustHtml(ot.html.join("\n"))});document=(0,i.WQX)(i.qQL);sanitizer=(0,i.WQX)(c.up);config=(0,i.WQX)(Za);iconLibrary=(0,i.WQX)(ms);stackItem=(0,i.WQX)(v2,{optional:!0});stack=(0,i.WQX)(sl,{optional:!0});constructor(){null!=this.stack&&null==this.stackItem&&console.error('FontAwesome: fa-icon and fa-duotone-icon elements must specify stackItemSize attribute when wrapped into fa-stack. Example: .')}findIconDefinition(St){const Ot=((Qe,Dt)=>(Qe=>void 0!==Qe.prefix&&void 0!==Qe.iconName)(Qe)?Qe:Array.isArray(Qe)&&2===Qe.length?{prefix:Qe[0],iconName:Qe[1]}:{prefix:Dt,iconName:Qe})(St,this.config.defaultPrefix);return"icon"in Ot?Ot:this.iconLibrary.getIconDefinition(Ot.prefix,Ot.iconName)??((Qe=>{throw new Error(`Could not find icon with iconName=${Qe.iconName} and prefix=${Qe.prefix} in the icon library.`)})(Ot),null)}buildParams(){const St=this.fixedWidth(),Ot={flip:this.flip(),animation:this.animation(),border:this.border(),inverse:this.inverse(),size:this.size(),pull:this.pull(),rotate:this.rotate(),fixedWidth:"boolean"==typeof St?St:this.config.fixedWidth,stackItemSize:null!=this.stackItem?this.stackItem.stackItemSize():void 0},si=this.transform(),ot="string"==typeof si?pt.transform(si):si,Ti=this.mask(),Ni=null!=Ti?this.findIconDefinition(Ti):null,$i={},Tn=this.a11yRole();null!=Tn&&($i.role=Tn);const Vn={};return null!=Ot.rotate&&!Xo(Ot.rotate)&&(Vn["--fa-rotate-angle"]=`${Ot.rotate}`),{title:this.title(),transform:ot,classes:fd(Ot),mask:Ni??void 0,symbol:this.symbol(),attributes:$i,styles:Vn}}static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275cmp=t.VBU({type:Qe,selectors:[["fa-icon"]],hostAttrs:[1,"ng-fa-icon"],hostVars:2,hostBindings:function(Ot,si){2&Ot&&(t.Avn("innerHTML",si.renderedIconHTML(),t.npT),t.BMQ("title",si.title()??void 0))},inputs:{icon:[1,"icon"],title:[1,"title"],animation:[1,"animation"],mask:[1,"mask"],flip:[1,"flip"],size:[1,"size"],pull:[1,"pull"],border:[1,"border"],inverse:[1,"inverse"],symbol:[1,"symbol"],rotate:[1,"rotate"],fixedWidth:[1,"fixedWidth"],transform:[1,"transform"],a11yRole:[1,"a11yRole"]},outputs:{icon:"iconChange",title:"titleChange",animation:"animationChange",mask:"maskChange",flip:"flipChange",size:"sizeChange",pull:"pullChange",border:"borderChange",inverse:"inverseChange",symbol:"symbolChange",rotate:"rotateChange",fixedWidth:"fixedWidthChange",transform:"transformChange",a11yRole:"a11yRoleChange"},decls:0,vars:0,template:function(Ot,si){},encapsulation:2,changeDetection:0})}return Qe})(),Q1=(()=>{class Qe{static \u0275fac=function(Ot){return new(Ot||Qe)};static \u0275mod=t.$C({type:Qe});static \u0275inj=i.G2t({})}return Qe})()},21270:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(70463),p=l(27054).Buffer,S=[1518500249,1859775393,-1894007588,-899497514],c=new Array(80);function e(){this.init(),this._w=c,t.call(this,64,56)}function T(m){return m<<1|m>>>31}function g(m){return m<<5|m>>>27}function d(m){return m<<30|m>>>2}function w(m,P,M,j){return 0===m?P&M|~P&j:2===m?P&M|P&j|M&j:P^M^j}i(e,t),e.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},e.prototype._update=function(m){for(var P=this._w,M=0|this._a,j=0|this._b,U=0|this._c,K=0|this._d,q=0|this._e,G=0;G<16;++G)P[G]=m.readInt32BE(4*G);for(;G<80;++G)P[G]=T(P[G-3]^P[G-8]^P[G-14]^P[G-16]);for(var Q=0;Q<80;++Q){var $=~~(Q/20),ae=g(M)+w($,j,U,K)+q+P[Q]+S[$]|0;q=K,K=U,U=d(j),j=M,M=ae}this._a=M+this._a|0,this._b=j+this._b|0,this._c=U+this._c|0,this._d=K+this._d|0,this._e=q+this._e|0},e.prototype._hash=function(){var m=p.allocUnsafe(20);return m.writeInt32BE(0|this._a,0),m.writeInt32BE(0|this._b,4),m.writeInt32BE(0|this._c,8),m.writeInt32BE(0|this._d,12),m.writeInt32BE(0|this._e,16),m},Ae.exports=e},21413:(Ae,ee,l)=>{"use strict";l.d(ee,{k:()=>g,B:()=>T});var i=l(71985),t=l(18359);const S=(0,l(81853).L)(d=>function(){d(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var c=l(57908),e=l(49786);let T=(()=>{class d extends i.c{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(m){const P=new g(this,this);return P.operator=m,P}_throwIfClosed(){if(this.closed)throw new S}next(m){(0,e.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const P of this.currentObservers)P.next(m)}})}error(m){(0,e.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=m;const{observers:P}=this;for(;P.length;)P.shift().error(m)}})}complete(){(0,e.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:m}=this;for(;m.length;)m.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var m;return(null===(m=this.observers)||void 0===m?void 0:m.length)>0}_trySubscribe(m){return this._throwIfClosed(),super._trySubscribe(m)}_subscribe(m){return this._throwIfClosed(),this._checkFinalizedStatuses(m),this._innerSubscribe(m)}_innerSubscribe(m){const{hasError:P,isStopped:M,observers:j}=this;return P||M?t.Kn:(this.currentObservers=null,j.push(m),new t.yU(()=>{this.currentObservers=null,(0,c.o)(j,m)}))}_checkFinalizedStatuses(m){const{hasError:P,thrownError:M,isStopped:j}=this;P?m.error(M):j&&m.complete()}asObservable(){const m=new i.c;return m.source=this,m}}return d.create=(w,m)=>new g(w,m),d})();class g extends T{constructor(w,m){super(),this.destination=w,this.source=m}next(w){var m,P;null===(P=null===(m=this.destination)||void 0===m?void 0:m.next)||void 0===P||P.call(m,w)}error(w){var m,P;null===(P=null===(m=this.destination)||void 0===m?void 0:m.error)||void 0===P||P.call(m,w)}complete(){var w,m;null===(m=null===(w=this.destination)||void 0===w?void 0:w.complete)||void 0===m||m.call(w)}_subscribe(w){var m,P;return null!==(P=null===(m=this.source)||void 0===m?void 0:m.subscribe(w))&&void 0!==P?P:t.Kn}}},21509:(Ae,ee,l)=>{"use strict";var i=l(9656);function S(c,e){c.emit("error",e)}Ae.exports={destroy:function t(c,e){var T=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(e?e(c):c&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,i.nextTick(S,this,c)):i.nextTick(S,this,c)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(c||null,function(w){!e&&w?T._writableState?T._writableState.errorEmitted||(T._writableState.errorEmitted=!0,i.nextTick(S,T,w)):i.nextTick(S,T,w):e&&e(w)}),this)},undestroy:function p(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},21832:(Ae,ee)=>{"use strict";var l=ee;function t(S){return 1===S.length?"0"+S:S}function p(S){for(var c="",e=0;e>8,w=255&g;d?e.push(d,w):e.push(w)}return e},l.zero2=t,l.toHex=p,l.encode=function(c,e){return"hex"===e?p(c):c}},22020:(Ae,ee)=>{ee.read=function(l,i,t,p,S){var c,e,T=8*S-p-1,g=(1<>1,w=-7,m=t?S-1:0,P=t?-1:1,M=l[i+m];for(m+=P,c=M&(1<<-w)-1,M>>=-w,w+=T;w>0;c=256*c+l[i+m],m+=P,w-=8);for(e=c&(1<<-w)-1,c>>=-w,w+=p;w>0;e=256*e+l[i+m],m+=P,w-=8);if(0===c)c=1-d;else{if(c===g)return e?NaN:1/0*(M?-1:1);e+=Math.pow(2,p),c-=d}return(M?-1:1)*e*Math.pow(2,c-p)},ee.write=function(l,i,t,p,S,c){var e,T,g,d=8*c-S-1,w=(1<>1,P=23===S?Math.pow(2,-24)-Math.pow(2,-77):0,M=p?0:c-1,j=p?1:-1,U=i<0||0===i&&1/i<0?1:0;for(i=Math.abs(i),isNaN(i)||i===1/0?(T=isNaN(i)?1:0,e=w):(e=Math.floor(Math.log(i)/Math.LN2),i*(g=Math.pow(2,-e))<1&&(e--,g*=2),(i+=e+m>=1?P/g:P*Math.pow(2,1-m))*g>=2&&(e++,g/=2),e+m>=w?(T=0,e=w):e+m>=1?(T=(i*g-1)*Math.pow(2,S),e+=m):(T=i*Math.pow(2,m-1)*Math.pow(2,S),e=0));S>=8;l[t+M]=255&T,M+=j,T/=256,S-=8);for(e=e<0;l[t+M]=255&e,M+=j,e/=256,d-=8);l[t+M-j]|=128*U}},22466:(Ae,ee,l)=>{"use strict";l.d(ee,{y:()=>e});var i=l(17094),t=l(28203),p=l(2615),S=l(73664);let e=(()=>{class T{constructor(){(0,p.WQX)(i.Q_)._applyBodyHighContrastModeCssClasses()}static \u0275fac=function(w){return new(w||T)};static \u0275mod=S.$C({type:T});static \u0275inj=p.G2t({imports:[t.jI,t.jI]})}return T})()},22598:(Ae,ee,l)=>{"use strict";l.d(ee,{iM:()=>M,iY:()=>j});var i=l(73664),t=l(2615),p=l(17705),S=l(76838),c=l(88968),e=l(11048),T=l(32046),g=l(31804);const d=["mat-icon-button",""],w=["*"],m=new t.nKC("MAT_BUTTON_CONFIG");function P(K){return null==K?void 0:(0,p.Udg)(K)}let M=(()=>{class K{_elementRef=(0,t.WQX)(i.aKT);_ngZone=(0,t.WQX)(i.SKi);_animationsDisabled=(0,g.Rc)();_config=(0,t.WQX)(m,{optional:!0});_focusMonitor=(0,t.WQX)(S.FN);_cleanupClick;_renderer=(0,t.WQX)(i.sFG);_rippleLoader=(0,t.WQX)(e.E);_isAnchor;_isFab=!1;color;get disableRipple(){return this._disableRipple}set disableRipple(G){this._disableRipple=G,this._updateRippleDisabled()}_disableRipple=!1;get disabled(){return this._disabled}set disabled(G){this._disabled=G,this._updateRippleDisabled()}_disabled=!1;ariaDisabled;disabledInteractive;tabIndex;set _tabindex(G){this.tabIndex=G}constructor(){(0,t.WQX)(c.l).load(T.A);const G=this._elementRef.nativeElement;this._isAnchor="A"===G.tagName,this.disabledInteractive=this._config?.disabledInteractive??!1,this.color=this._config?.color??null,this._rippleLoader?.configureRipple(G,{className:"mat-mdc-button-ripple"})}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0),this._isAnchor&&this._setupAsAnchor()}ngOnDestroy(){this._cleanupClick?.(),this._focusMonitor.stopMonitoring(this._elementRef),this._rippleLoader?.destroyRipple(this._elementRef.nativeElement)}focus(G="program",Q){G?this._focusMonitor.focusVia(this._elementRef.nativeElement,G,Q):this._elementRef.nativeElement.focus(Q)}_getAriaDisabled(){return null!=this.ariaDisabled?this.ariaDisabled:this._isAnchor?this.disabled||null:!(!this.disabled||!this.disabledInteractive)||null}_getDisabledAttribute(){return!(this.disabledInteractive||!this.disabled)||null}_updateRippleDisabled(){this._rippleLoader?.setDisabled(this._elementRef.nativeElement,this.disableRipple||this.disabled)}_getTabIndex(){return this._isAnchor&&this.disabled&&!this.disabledInteractive?-1:this.tabIndex}_setupAsAnchor(){this._cleanupClick=this._ngZone.runOutsideAngular(()=>this._renderer.listen(this._elementRef.nativeElement,"click",G=>{this.disabled&&(G.preventDefault(),G.stopImmediatePropagation())}))}static \u0275fac=function(Q){return new(Q||K)};static \u0275dir=i.FsC({type:K,hostAttrs:[1,"mat-mdc-button-base"],hostVars:13,hostBindings:function(Q,$){2&Q&&(i.BMQ("disabled",$._getDisabledAttribute())("aria-disabled",$._getAriaDisabled())("tabindex",$._getTabIndex()),i.HbH($.color?"mat-"+$.color:""),i.AVh("mat-mdc-button-disabled",$.disabled)("mat-mdc-button-disabled-interactive",$.disabledInteractive)("mat-unthemed",!$.color)("_mat-animation-noopable",$._animationsDisabled))},inputs:{color:"color",disableRipple:[2,"disableRipple","disableRipple",p.L39],disabled:[2,"disabled","disabled",p.L39],ariaDisabled:[2,"aria-disabled","ariaDisabled",p.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",p.L39],tabIndex:[2,"tabIndex","tabIndex",P],_tabindex:[2,"tabindex","_tabindex",P]}})}return K})(),j=(()=>{class K extends M{constructor(){super(),this._rippleLoader.configureRipple(this._elementRef.nativeElement,{centered:!0})}static \u0275fac=function(Q){return new(Q||K)};static \u0275cmp=i.VBU({type:K,selectors:[["button","mat-icon-button",""],["a","mat-icon-button",""],["button","matIconButton",""],["a","matIconButton",""]],hostAttrs:[1,"mdc-icon-button","mat-mdc-icon-button"],exportAs:["matButton","matAnchor"],features:[i.Vt3],attrs:d,ngContentSelectors:w,decls:4,vars:0,consts:[[1,"mat-mdc-button-persistent-ripple","mdc-icon-button__ripple"],[1,"mat-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(Q,$){1&Q&&(i.NAR(),i.Hgh(0,"span",0),i.SdG(1),i.Hgh(2,"span",1)(3,"span",2))},styles:['.mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%));flex-shrink:0;text-align:center;width:var(--mat-icon-button-state-layer-size, 40px);height:var(--mat-icon-button-state-layer-size, 40px);padding:calc(calc(var(--mat-icon-button-state-layer-size, 40px) - var(--mat-icon-button-icon-size, 24px)) / 2);font-size:var(--mat-icon-button-icon-size, 24px);color:var(--mat-icon-button-icon-color, var(--mat-sys-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-icon-button:focus>.mat-focus-indicator::before{content:"";border-radius:inherit}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color, color-mix(in srgb, var(--mat-sys-on-surface-variant) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-icon-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-icon-button-touch-target-size, 48px);display:var(--mat-icon-button-touch-target-display, block);left:50%;width:var(--mat-icon-button-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mat-icon-button-icon-size, 24px);height:var(--mat-icon-button-icon-size, 24px);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:var(--mat-icon-button-container-shape, var(--mat-sys-corner-full, 50%))}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}\n',"@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"],encapsulation:2,changeDetection:0})}return K})()},22628:(Ae,ee,l)=>{"use strict";l.d(ee,{$3:()=>Oe,jL:()=>Ht,pN:()=>Pe});var i=l(23029),t=l(73664),p=l(2615),S=l(17705),c=l(5718),e=l(49338),T=l(89726),g=l(99090),d=l(18617),w=l(39842),m=l(44522),P=l(18359),M=l(21413),j=l(57786),U=l(7673),K=l(59030),q=l(71985),G=l(31804),Q=l(61577),$=l(67336),ae=l(10438),ue=l(34330),oe=l(99327),he=l(76939),me=l(80408),Te=l(89417),D=l(5964),n=l(96354),o=l(99172),f=l(25558),h=l(88141),b=l(43236),A=l(28793),k=l(96697),x=l(73557),r=l(73703),_=l(31397),W=l(58750);function I(ct,Ce){return Ce?ze=>(0,A.x)(Ce.pipe((0,k.s)(1),(0,x.w)()),ze.pipe(I(ct))):(0,_.Z)((ze,Z)=>(0,W.Tg)(ct(ze,Z)).pipe((0,k.s)(1),(0,r.u)(ze)))}var B=l(1807);function re(ct,Ce=b.E){const ze=(0,B.O)(ct,Ce);return I(()=>ze)}var pe=l(69588),be=l(40146),Be=l(22466);const _e=["panel"],ye=["*"];function Le(ct,Ce){if(1&ct&&(t.rj2(0,"div",1,0),t.SdG(2),t.eux()),2&ct){const ze=Ce.id,Z=t.XpG();t.HbH(Z._classList),t.AVh("mat-mdc-autocomplete-visible",Z.showPanel)("mat-mdc-autocomplete-hidden",!Z.showPanel)("mat-autocomplete-panel-animations-enabled",!Z._animationsDisabled)("mat-primary","primary"===Z._color)("mat-accent","accent"===Z._color)("mat-warn","warn"===Z._color),t.Avn("id",Z.id),t.BMQ("aria-label",Z.ariaLabel||null)("aria-labelledby",Z._getPanelAriaLabelledby(ze))}}class Ke{source;option;constructor(Ce,ze){this.source=Ce,this.option=ze}}const ge=new p.nKC("mat-autocomplete-default-options",{providedIn:"root",factory:function ve(){return{autoActiveFirstOption:!1,autoSelectActiveOption:!1,hideSingleSelectionIndicator:!1,requireSelection:!1,hasBackdrop:!1}}});let Oe=(()=>{class ct{_changeDetectorRef=(0,p.WQX)(S.gRc);_elementRef=(0,p.WQX)(t.aKT);_defaults=(0,p.WQX)(ge);_animationsDisabled=(0,G.Rc)();_activeOptionChanges=P.yU.EMPTY;_keyManager;showPanel=!1;get isOpen(){return this._isOpen&&this.showPanel}_isOpen=!1;_latestOpeningTrigger;_setColor(ze){this._color=ze,this._changeDetectorRef.markForCheck()}_color;template;panel;options;optionGroups;ariaLabel;ariaLabelledby;displayWith=null;autoActiveFirstOption;autoSelectActiveOption;requireSelection;panelWidth;disableRipple;optionSelected=new t.bkB;opened=new t.bkB;closed=new t.bkB;optionActivated=new t.bkB;set classList(ze){this._classList=ze,this._elementRef.nativeElement.className=""}_classList;get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(ze){this._hideSingleSelectionIndicator=ze,this._syncParentProperties()}_hideSingleSelectionIndicator;_syncParentProperties(){if(this.options)for(const ze of this.options)ze._changeDetectorRef.markForCheck()}id=(0,p.WQX)(T.g).getId("mat-autocomplete-");inertGroups;constructor(){const ze=(0,p.WQX)(w.O);this.inertGroups=ze?.SAFARI||!1,this.autoActiveFirstOption=!!this._defaults.autoActiveFirstOption,this.autoSelectActiveOption=!!this._defaults.autoSelectActiveOption,this.requireSelection=!!this._defaults.requireSelection,this._hideSingleSelectionIndicator=this._defaults.hideSingleSelectionIndicator??!1}ngAfterContentInit(){this._keyManager=new g.A(this.options).withWrap().skipPredicate(this._skipPredicate),this._activeOptionChanges=this._keyManager.change.subscribe(ze=>{this.isOpen&&this.optionActivated.emit({source:this,option:this.options.toArray()[ze]||null})}),this._setVisibility()}ngOnDestroy(){this._keyManager?.destroy(),this._activeOptionChanges.unsubscribe()}_setScrollTop(ze){this.panel&&(this.panel.nativeElement.scrollTop=ze)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options?.length,this._changeDetectorRef.markForCheck()}_emitSelectEvent(ze){const Z=new Ke(this,ze);this.optionSelected.emit(Z)}_getPanelAriaLabelledby(ze){return this.ariaLabel?null:this.ariaLabelledby?(ze?ze+" ":"")+this.ariaLabelledby:ze}_skipPredicate(){return!1}static \u0275fac=function(Z){return new(Z||ct)};static \u0275cmp=t.VBU({type:ct,selectors:[["mat-autocomplete"]],contentQueries:function(Z,J,fe){if(1&Z&&(t.wni(fe,i.wT,5),t.wni(fe,i.QC,5)),2&Z){let Ie;t.mGM(Ie=t.lsd())&&(J.options=Ie),t.mGM(Ie=t.lsd())&&(J.optionGroups=Ie)}},viewQuery:function(Z,J){if(1&Z&&(t.GBs(t.C4Q,7),t.GBs(_e,5)),2&Z){let fe;t.mGM(fe=t.lsd())&&(J.template=fe.first),t.mGM(fe=t.lsd())&&(J.panel=fe.first)}},hostAttrs:[1,"mat-mdc-autocomplete"],inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],displayWith:"displayWith",autoActiveFirstOption:[2,"autoActiveFirstOption","autoActiveFirstOption",S.L39],autoSelectActiveOption:[2,"autoSelectActiveOption","autoSelectActiveOption",S.L39],requireSelection:[2,"requireSelection","requireSelection",S.L39],panelWidth:"panelWidth",disableRipple:[2,"disableRipple","disableRipple",S.L39],classList:[0,"class","classList"],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",S.L39]},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},exportAs:["matAutocomplete"],features:[t.Jv_([{provide:i.is,useExisting:ct}])],ngContentSelectors:ye,decls:1,vars:0,consts:[["panel",""],["role","listbox",1,"mat-mdc-autocomplete-panel","mdc-menu-surface","mdc-menu-surface--open",3,"id"]],template:function(Z,J){1&Z&&(t.NAR(),t.PeT(0,Le,3,17,"ng-template"))},styles:["div.mat-mdc-autocomplete-panel{width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;box-sizing:border-box;position:relative;border-radius:var(--mat-autocomplete-container-shape, var(--mat-sys-corner-extra-small));box-shadow:var(--mat-autocomplete-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));background-color:var(--mat-autocomplete-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-autocomplete-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden;pointer-events:none}@keyframes _mat-autocomplete-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}.mat-autocomplete-panel-animations-enabled{animation:_mat-autocomplete-enter 120ms cubic-bezier(0, 0, 0.2, 1)}mat-autocomplete{display:none}\n"],encapsulation:2,changeDetection:0})}return ct})();const dt={provide:Te.kq,useExisting:(0,p.Rfq)(()=>Pe),multi:!0},Ct=new p.nKC("mat-autocomplete-scroll-strategy",{providedIn:"root",factory:()=>{const ct=(0,p.WQX)(p.zZn);return()=>(0,e.RH)(ct)}}),lt={provide:Ct,deps:[],useFactory:function Mt(ct){const Ce=(0,p.WQX)(p.zZn);return()=>(0,e.RH)(Ce)}};let Pe=(()=>{class ct{_environmentInjector=(0,p.WQX)(p.uvJ);_element=(0,p.WQX)(t.aKT);_injector=(0,p.WQX)(p.zZn);_viewContainerRef=(0,p.WQX)(t.c1b);_zone=(0,p.WQX)(t.SKi);_changeDetectorRef=(0,p.WQX)(S.gRc);_dir=(0,p.WQX)(Q.dS,{optional:!0});_formField=(0,p.WQX)(pe.xb,{optional:!0,host:!0});_viewportRuler=(0,p.WQX)(c.Xj);_scrollStrategy=(0,p.WQX)(Ct);_renderer=(0,p.WQX)(t.sFG);_animationsDisabled=(0,G.Rc)();_defaults=(0,p.WQX)(ge,{optional:!0});_overlayRef;_portal;_componentDestroyed=!1;_initialized=new M.B;_keydownSubscription;_outsideClickSubscription;_cleanupWindowBlur;_previousValue;_valueOnAttach;_valueOnLastKeydown;_positionStrategy;_manuallyFloatingLabel=!1;_closingActionsSubscription;_viewportSubscription=P.yU.EMPTY;_breakpointObserver=(0,p.WQX)(ue.Q);_handsetLandscapeSubscription=P.yU.EMPTY;_canOpenOnNextFocus=!0;_valueBeforeAutoSelection;_pendingAutoselectedOption;_closeKeyEventStream=new M.B;_overlayPanelClass=(0,me.F)(this._defaults?.overlayPanelClass||[]);_windowBlurHandler=()=>{this._canOpenOnNextFocus=this.panelOpen||!this._hasFocus()};_onChange=()=>{};_onTouched=()=>{};autocomplete;position="auto";connectedTo;autocompleteAttribute="off";autocompleteDisabled;constructor(){}_aboveClass="mat-mdc-autocomplete-panel-above";ngAfterViewInit(){this._initialized.next(),this._initialized.complete(),this._cleanupWindowBlur=this._renderer.listen("window","blur",this._windowBlurHandler)}ngOnChanges(ze){ze.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){this._cleanupWindowBlur?.(),this._handsetLandscapeSubscription.unsubscribe(),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete(),this._clearFromModal()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}_overlayAttached=!1;openPanel(){this._openPanelInternal()}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this._zone.run(()=>{this.autocomplete.closed.emit()}),this.autocomplete._latestOpeningTrigger===this&&(this.autocomplete._isOpen=!1,this.autocomplete._latestOpeningTrigger=null),this._overlayAttached=!1,this._pendingAutoselectedOption=null,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._updatePanelState(),this._componentDestroyed||this._changeDetectorRef.detectChanges(),this._trackedModal&&(0,d.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id))}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return(0,j.h)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe((0,D.p)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe((0,D.p)(()=>this._overlayAttached)):(0,U.of)()).pipe((0,n.T)(ze=>ze instanceof i.MI?ze:null))}optionSelections=(0,K.v)(()=>{const ze=this.autocomplete?this.autocomplete.options:null;return ze?ze.changes.pipe((0,o.Z)(ze),(0,f.n)(()=>(0,j.h)(...ze.map(Z=>Z.onSelectionChange)))):this._initialized.pipe((0,f.n)(()=>this.optionSelections))});get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return new q.c(ze=>{const Z=fe=>{const Ie=(0,m.Fb)(fe),ht=this._formField?this._formField.getConnectedOverlayOrigin().nativeElement:null,li=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;this._overlayAttached&&Ie!==this._element.nativeElement&&!this._hasFocus()&&(!ht||!ht.contains(Ie))&&(!li||!li.contains(Ie))&&this._overlayRef&&!this._overlayRef.overlayElement.contains(Ie)&&ze.next(fe)},J=[this._renderer.listen("document","click",Z),this._renderer.listen("document","auxclick",Z),this._renderer.listen("document","touchend",Z)];return()=>{J.forEach(fe=>fe())}})}writeValue(ze){Promise.resolve(null).then(()=>this._assignOptionValue(ze))}registerOnChange(ze){this._onChange=ze}registerOnTouched(ze){this._onTouched=ze}setDisabledState(ze){this._element.nativeElement.disabled=ze}_handleKeydown(ze){const Z=ze,J=Z.keyCode,fe=(0,$.rp)(Z);if(J===ae._f&&!fe&&Z.preventDefault(),this._valueOnLastKeydown=this._element.nativeElement.value,this.activeOption&&J===ae.Fm&&this.panelOpen&&!fe)this.activeOption._selectViaInteraction(),this._resetActiveItem(),Z.preventDefault();else if(this.autocomplete){const Ie=this.autocomplete._keyManager.activeItem,ht=J===ae.i7||J===ae.n6;J===ae.wn||ht&&!fe&&this.panelOpen?this.autocomplete._keyManager.onKeydown(Z):ht&&this._canOpen()&&this._openPanelInternal(this._valueOnLastKeydown),(ht||this.autocomplete._keyManager.activeItem!==Ie)&&(this._scrollToOption(this.autocomplete._keyManager.activeItemIndex||0),this.autocomplete.autoSelectActiveOption&&this.activeOption&&(this._pendingAutoselectedOption||(this._valueBeforeAutoSelection=this._valueOnLastKeydown),this._pendingAutoselectedOption=this.activeOption,this._assignOptionValue(this.activeOption.value)))}}_handleInput(ze){let Z=ze.target,J=Z.value;if("number"===Z.type&&(J=""==J?null:parseFloat(J)),this._previousValue!==J){if(this._previousValue=J,this._pendingAutoselectedOption=null,(!this.autocomplete||!this.autocomplete.requireSelection)&&this._onChange(J),J){if(this.panelOpen&&!this.autocomplete.requireSelection){const fe=this.autocomplete.options?.find(Ie=>Ie.selected);fe&&J!==this._getDisplayValue(fe.value)&&fe.deselect(!1)}}else this._clearPreviousSelectedOption(null,!1);if(this._canOpen()&&this._hasFocus()){const fe=this._valueOnLastKeydown??this._element.nativeElement.value;this._valueOnLastKeydown=null,this._openPanelInternal(fe)}}}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(this._previousValue),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_handleClick(){this._canOpen()&&!this.panelOpen&&this._openPanelInternal()}_hasFocus(){return(0,m.vc)()===this._element.nativeElement}_floatLabel(ze=!1){this._formField&&"auto"===this._formField.floatLabel&&(ze?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField&&(this._formField.floatLabel="auto"),this._manuallyFloatingLabel=!1)}_subscribeToClosingActions(){const ze=new q.c(J=>{(0,t.mal)(()=>{J.next()},{injector:this._environmentInjector})}),Z=this.autocomplete.options?.changes.pipe((0,h.M)(()=>this._positionStrategy.reapplyLastPosition()),re(0))??(0,U.of)();return(0,j.h)(ze,Z).pipe((0,f.n)(()=>this._zone.run(()=>{const J=this.panelOpen;return this._resetActiveItem(),this._updatePanelState(),this._changeDetectorRef.detectChanges(),this.panelOpen&&this._overlayRef.updatePosition(),J!==this.panelOpen&&(this.panelOpen?this._emitOpened():this.autocomplete.closed.emit()),this.panelClosingActions})),(0,k.s)(1)).subscribe(J=>this._setValueAndClose(J))}_emitOpened(){this.autocomplete.opened.emit()}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_getDisplayValue(ze){const Z=this.autocomplete;return Z&&Z.displayWith?Z.displayWith(ze):ze}_assignOptionValue(ze){const Z=this._getDisplayValue(ze);null==ze&&this._clearPreviousSelectedOption(null,!1),this._updateNativeInputValue(Z??"")}_updateNativeInputValue(ze){this._formField?this._formField._control.value=ze:this._element.nativeElement.value=ze,this._previousValue=ze}_setValueAndClose(ze){const Z=this.autocomplete,J=ze?ze.source:this._pendingAutoselectedOption;J?(this._clearPreviousSelectedOption(J),this._assignOptionValue(J.value),this._onChange(J.value),Z._emitSelectEvent(J),this._element.nativeElement.focus()):Z.requireSelection&&this._element.nativeElement.value!==this._valueOnAttach&&(this._clearPreviousSelectedOption(null),this._assignOptionValue(null),this._onChange(null)),this.closePanel()}_clearPreviousSelectedOption(ze,Z){this.autocomplete?.options?.forEach(J=>{J!==ze&&J.selected&&J.deselect(Z)})}_openPanelInternal(ze=this._element.nativeElement.value){this._attachOverlay(ze),this._floatLabel(),this._trackedModal&&(0,d.px)(this._trackedModal,"aria-owns",this.autocomplete.id)}_attachOverlay(ze){let Z=this._overlayRef;Z?(this._positionStrategy.setOrigin(this._getConnectedElement()),Z.updateSize({width:this._getPanelWidth()})):(this._portal=new he.VA(this.autocomplete.template,this._viewContainerRef,{id:this._formField?.getLabelId()}),Z=(0,e.Y$)(this._injector,this._getOverlayConfig()),this._overlayRef=Z,this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&Z&&Z.updateSize({width:this._getPanelWidth()})}),this._handsetLandscapeSubscription=this._breakpointObserver.observe(oe.Rp.HandsetLandscape).subscribe(fe=>{fe.matches?this._positionStrategy.withFlexibleDimensions(!0).withGrowAfterOpen(!0).withViewportMargin(8):this._positionStrategy.withFlexibleDimensions(!1).withGrowAfterOpen(!1).withViewportMargin(0)})),Z&&!Z.hasAttached()&&(Z.attach(this._portal),this._valueOnAttach=ze,this._valueOnLastKeydown=null,this._closingActionsSubscription=this._subscribeToClosingActions());const J=this.panelOpen;this.autocomplete._isOpen=this._overlayAttached=!0,this.autocomplete._latestOpeningTrigger=this,this.autocomplete._setColor(this._formField?.color),this._updatePanelState(),this._applyModalPanelOwnership(),this.panelOpen&&J!==this.panelOpen&&this._emitOpened()}_handlePanelKeydown=ze=>{(ze.keyCode===ae._f&&!(0,$.rp)(ze)||ze.keyCode===ae.i7&&(0,$.rp)(ze,"altKey"))&&(this._pendingAutoselectedOption&&(this._updateNativeInputValue(this._valueBeforeAutoSelection??""),this._pendingAutoselectedOption=null),this._closeKeyEventStream.next(),this._resetActiveItem(),ze.stopPropagation(),ze.preventDefault())};_updatePanelState(){if(this.autocomplete._setVisibility(),this.panelOpen){const ze=this._overlayRef;this._keydownSubscription||(this._keydownSubscription=ze.keydownEvents().subscribe(this._handlePanelKeydown)),this._outsideClickSubscription||(this._outsideClickSubscription=ze.outsidePointerEvents().subscribe())}else this._keydownSubscription?.unsubscribe(),this._outsideClickSubscription?.unsubscribe(),this._keydownSubscription=this._outsideClickSubscription=null}_getOverlayConfig(){return new e.rR({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir??void 0,hasBackdrop:this._defaults?.hasBackdrop,backdropClass:this._defaults?.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:this._overlayPanelClass,disableAnimations:this._animationsDisabled})}_getOverlayPosition(){const ze=(0,e.$M)(this._injector,this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(ze),this._positionStrategy=ze,ze}_setStrategyPositions(ze){const Z=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],J=this._aboveClass,fe=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:J},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:J}];let Ie;Ie="above"===this.position?fe:"below"===this.position?Z:[...Z,...fe],ze.withPositions(Ie)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){const ze=this.autocomplete;if(ze.autoActiveFirstOption){let Z=-1;for(let J=0;J .cdk-overlay-container [aria-modal="true"]');if(!ze)return;const Z=this.autocomplete.id;this._trackedModal&&(0,d.Ae)(this._trackedModal,"aria-owns",Z),(0,d.px)(ze,"aria-owns",Z),this._trackedModal=ze}_clearFromModal(){this._trackedModal&&((0,d.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id),this._trackedModal=null)}static \u0275fac=function(Z){return new(Z||ct)};static \u0275dir=t.FsC({type:ct,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-mdc-autocomplete-trigger"],hostVars:7,hostBindings:function(Z,J){1&Z&&t.bIt("focusin",function(){return J._handleFocus()})("blur",function(){return J._onTouched()})("input",function(Ie){return J._handleInput(Ie)})("keydown",function(Ie){return J._handleKeydown(Ie)})("click",function(){return J._handleClick()}),2&Z&&t.BMQ("autocomplete",J.autocompleteAttribute)("role",J.autocompleteDisabled?null:"combobox")("aria-autocomplete",J.autocompleteDisabled?null:"list")("aria-activedescendant",J.panelOpen&&J.activeOption?J.activeOption.id:null)("aria-expanded",J.autocompleteDisabled?null:J.panelOpen.toString())("aria-controls",J.autocompleteDisabled||!J.panelOpen||null==J.autocomplete?null:J.autocomplete.id)("aria-haspopup",J.autocompleteDisabled?null:"listbox")},inputs:{autocomplete:[0,"matAutocomplete","autocomplete"],position:[0,"matAutocompletePosition","position"],connectedTo:[0,"matAutocompleteConnectedTo","connectedTo"],autocompleteAttribute:[0,"autocomplete","autocompleteAttribute"],autocompleteDisabled:[2,"matAutocompleteDisabled","autocompleteDisabled",S.L39]},exportAs:["matAutocompleteTrigger"],features:[t.Jv_([dt]),t.OA$]})}return ct})(),Ht=(()=>{class ct{static \u0275fac=function(Z){return new(Z||ct)};static \u0275mod=t.$C({type:ct});static \u0275inj=p.G2t({providers:[lt],imports:[e.z_,be.S,Be.y,c.Gj,be.S,Be.y]})}return ct})()},22714:(Ae,ee,l)=>{var i=ee;i.der=l(72193),i.pem=l(24816)},22806:(Ae,ee,l)=>{"use strict";l.d(ee,{H:()=>oe});var i=l(58750),t=l(40941),p=l(39974);function S(he,me=0){return(0,p.N)((Te,D)=>{D.add(he.schedule(()=>Te.subscribe(D),me))})}var T=l(71985),d=l(4761),w=l(98071),m=l(45225);function M(he,me){if(!he)throw new Error("Iterable cannot be null");return new T.c(Te=>{(0,m.N)(Te,me,()=>{const D=he[Symbol.asyncIterator]();(0,m.N)(Te,me,()=>{D.next().then(n=>{n.done?Te.complete():Te.next(n.value)})},0,!0)})})}var j=l(55055),U=l(59858),K=l(47441),q=l(85397),G=l(37953),Q=l(50591),$=l(15196);function oe(he,me){return me?function ue(he,me){if(null!=he){if((0,j.l)(he))return function c(he,me){return(0,i.Tg)(he).pipe(S(me),(0,t.Q)(me))}(he,me);if((0,K.X)(he))return function g(he,me){return new T.c(Te=>{let D=0;return me.schedule(function(){D===he.length?Te.complete():(Te.next(he[D++]),Te.closed||this.schedule())})})}(he,me);if((0,U.y)(he))return function e(he,me){return(0,i.Tg)(he).pipe(S(me),(0,t.Q)(me))}(he,me);if((0,G.T)(he))return M(he,me);if((0,q.x)(he))return function P(he,me){return new T.c(Te=>{let D;return(0,m.N)(Te,me,()=>{D=he[d.l](),(0,m.N)(Te,me,()=>{let n,o;try{({value:n,done:o}=D.next())}catch(f){return void Te.error(f)}o?Te.complete():Te.next(n)},0,!0)}),()=>(0,w.T)(D?.return)&&D.return()})}(he,me);if((0,$.U)(he))return function ae(he,me){return M((0,$.C)(he),me)}(he,me)}throw(0,Q.L)(he)}(he,me):(0,i.Tg)(he)}},22827:(Ae,ee,l)=>{"use strict";var i=l(30464).F.ERR_INVALID_OPT_VALUE;Ae.exports={getHighWaterMark:function p(S,c,e,T){var g=function t(S,c,e){return null!=S.highWaterMark?S.highWaterMark:c?S[e]:null}(c,T,e);if(null!=g){if(!isFinite(g)||Math.floor(g)!==g||g<0)throw new i(T?e:"highWaterMark",g);return Math.floor(g)}return S.objectMode?16:16384}}},22868:(Ae,ee,l)=>{const i=l(91677),t=l(96628),p=l(1018),S=l(54969),c=l(83264),e=l(99359),T=l(19089),g=l(80243);function d(q){return unescape(encodeURIComponent(q)).length}function w(q,G,Q){const $=[];let ae;for(;null!==(ae=q.exec(Q));)$.push({data:ae[0],index:ae.index,mode:G,length:ae[0].length});return $}function m(q){const G=w(e.NUMERIC,i.NUMERIC,q),Q=w(e.ALPHANUMERIC,i.ALPHANUMERIC,q);let $,ae;return T.isKanjiModeEnabled()?($=w(e.BYTE,i.BYTE,q),ae=w(e.KANJI,i.KANJI,q)):($=w(e.BYTE_KANJI,i.BYTE,q),ae=[]),G.concat(Q,$,ae).sort(function(oe,he){return oe.index-he.index}).map(function(oe){return{data:oe.data,mode:oe.mode,length:oe.length}})}function P(q,G){switch(G){case i.NUMERIC:return t.getBitsLength(q);case i.ALPHANUMERIC:return p.getBitsLength(q);case i.KANJI:return c.getBitsLength(q);case i.BYTE:return S.getBitsLength(q)}}function K(q,G){let Q;const $=i.getBestModeForData(q);if(Q=i.from(G,$),Q!==i.BYTE&&Q.bit<$.bit)throw new Error('"'+q+'" cannot be encoded with mode '+i.toString(Q)+".\n Suggested mode is: "+i.toString($));switch(Q===i.KANJI&&!T.isKanjiModeEnabled()&&(Q=i.BYTE),Q){case i.NUMERIC:return new t(q);case i.ALPHANUMERIC:return new p(q);case i.KANJI:return new c(q);case i.BYTE:return new S(q)}}ee.fromArray=function(G){return G.reduce(function(Q,$){return"string"==typeof $?Q.push(K($,null)):$.data&&Q.push(K($.data,$.mode)),Q},[])},ee.fromString=function(G,Q){const ae=function j(q){const G=[];for(let Q=0;Q=0?G[G.length-1]:null;return $&&$.mode===Q.mode?(G[G.length-1].data+=Q.data,G):(G.push(Q),G)},[])}(he))},ee.rawSplit=function(G){return ee.fromArray(m(G,T.isKanjiModeEnabled()))}},23029:(Ae,ee,l)=>{"use strict";l.d(ee,{MI:()=>he,QC:()=>ue,TL:()=>D,is:()=>ae,jb:()=>Te,wT:()=>me});var i=l(89726),t=l(10438),p=l(67336),S=l(73664),c=l(2615),e=l(17705),T=l(21413),g=l(12496),d=l(63386),w=l(32046),m=l(88968),P=l(49046);const U=["text"],K=[[["mat-icon"]],"*"],q=["mat-icon","*"];function G(n,o){if(1&n&&S.nrm(0,"mat-pseudo-checkbox",1),2&n){const f=S.XpG();S.Y8G("disabled",f.disabled)("state",f.selected?"checked":"unchecked")}}function Q(n,o){if(1&n&&S.nrm(0,"mat-pseudo-checkbox",3),2&n){const f=S.XpG();S.Y8G("disabled",f.disabled)}}function $(n,o){if(1&n&&(S.j41(0,"span",4),S.EFF(1),S.k0s()),2&n){const f=S.XpG();S.R7$(),S.SpI("(",f.group.label,")")}}const ae=new c.nKC("MAT_OPTION_PARENT_COMPONENT"),ue=new c.nKC("MatOptgroup");class he{source;isUserInput;constructor(o,f=!1){this.source=o,this.isUserInput=f}}let me=(()=>{class n{_element=(0,c.WQX)(S.aKT);_changeDetectorRef=(0,c.WQX)(e.gRc);_parent=(0,c.WQX)(ae,{optional:!0});group=(0,c.WQX)(ue,{optional:!0});_signalDisableRipple=!1;_selected=!1;_active=!1;_mostRecentViewValue="";get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}value;id=(0,c.WQX)(i.g).getId("mat-option-");get disabled(){return this.group&&this.group.disabled||this._disabled()}set disabled(f){this._disabled.set(f)}_disabled=(0,c.vPA)(!1);get disableRipple(){return this._signalDisableRipple?this._parent.disableRipple():!!this._parent?.disableRipple}get hideSingleSelectionIndicator(){return!(!this._parent||!this._parent.hideSingleSelectionIndicator)}onSelectionChange=new S.bkB;_text;_stateChanges=new T.B;constructor(){const f=(0,c.WQX)(m.l);f.load(w.A),f.load(P.Y),this._signalDisableRipple=!!this._parent&&(0,c.Hps)(this._parent.disableRipple)}get active(){return this._active}get viewValue(){return(this._text?.nativeElement.textContent||"").trim()}select(f=!0){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),f&&this._emitSelectionChangeEvent())}deselect(f=!0){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),f&&this._emitSelectionChangeEvent())}focus(f,h){const b=this._getHostElement();"function"==typeof b.focus&&b.focus(h)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(f){(f.keyCode===t.Fm||f.keyCode===t.t6)&&!(0,p.rp)(f)&&(this._selectViaInteraction(),f.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const f=this.viewValue;f!==this._mostRecentViewValue&&(this._mostRecentViewValue&&this._stateChanges.next(),this._mostRecentViewValue=f)}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(f=!1){this.onSelectionChange.emit(new he(this,f))}static \u0275fac=function(h){return new(h||n)};static \u0275cmp=S.VBU({type:n,selectors:[["mat-option"]],viewQuery:function(h,b){if(1&h&&S.GBs(U,7),2&h){let A;S.mGM(A=S.lsd())&&(b._text=A.first)}},hostAttrs:["role","option",1,"mat-mdc-option","mdc-list-item"],hostVars:11,hostBindings:function(h,b){1&h&&S.bIt("click",function(){return b._selectViaInteraction()})("keydown",function(k){return b._handleKeydown(k)}),2&h&&(S.Avn("id",b.id),S.BMQ("aria-selected",b.selected)("aria-disabled",b.disabled.toString()),S.AVh("mdc-list-item--selected",b.selected)("mat-mdc-option-multiple",b.multiple)("mat-mdc-option-active",b.active)("mdc-list-item--disabled",b.disabled))},inputs:{value:"value",id:"id",disabled:[2,"disabled","disabled",e.L39]},outputs:{onSelectionChange:"onSelectionChange"},exportAs:["matOption"],ngContentSelectors:q,decls:8,vars:5,consts:[["text",""],["aria-hidden","true",1,"mat-mdc-option-pseudo-checkbox",3,"disabled","state"],[1,"mdc-list-item__primary-text"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"cdk-visually-hidden"],["aria-hidden","true","mat-ripple","",1,"mat-mdc-option-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"]],template:function(h,b){1&h&&(S.NAR(K),S.nVh(0,G,1,2,"mat-pseudo-checkbox",1),S.SdG(1),S.j41(2,"span",2,0),S.SdG(4,1),S.k0s(),S.nVh(5,Q,1,1,"mat-pseudo-checkbox",3),S.nVh(6,$,2,1,"span",4),S.nrm(7,"div",5)),2&h&&(S.vxM(b.multiple?0:-1),S.R7$(5),S.vxM(b.multiple||!b.selected||b.hideSingleSelectionIndicator?-1:5),S.R7$(),S.vxM(b.group&&b.group._inert?6:-1),S.R7$(),S.Y8G("matRippleTrigger",b._getHostElement())("matRippleDisabled",b.disabled||b.disableRipple))},dependencies:[d.w,g.r6],styles:['.mat-mdc-option{-webkit-user-select:none;user-select:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;min-height:48px;padding:0 16px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--mat-option-label-text-color, var(--mat-sys-on-surface));font-family:var(--mat-option-label-text-font, var(--mat-sys-label-large-font));line-height:var(--mat-option-label-text-line-height, var(--mat-sys-label-large-line-height));font-size:var(--mat-option-label-text-size, var(--mat-sys-body-large-size));letter-spacing:var(--mat-option-label-text-tracking, var(--mat-sys-label-large-tracking));font-weight:var(--mat-option-label-text-weight, var(--mat-sys-body-large-weight))}.mat-mdc-option:hover:not(.mdc-list-item--disabled){background-color:var(--mat-option-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}.mat-mdc-option:focus.mdc-list-item,.mat-mdc-option.mat-mdc-option-active.mdc-list-item{background-color:var(--mat-option-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent));outline:0}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){background-color:var(--mat-option-selected-state-layer-color, var(--mat-sys-secondary-container))}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) .mdc-list-item__primary-text{color:var(--mat-option-selected-state-label-text-color, var(--mat-sys-on-secondary-container))}.mat-mdc-option .mat-pseudo-checkbox{--mat-pseudo-checkbox-minimal-selected-checkmark-color: var(--mat-option-selected-state-label-text-color, var(--mat-sys-on-secondary-container))}.mat-mdc-option.mdc-list-item{align-items:center;background:rgba(0,0,0,0)}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}@media(forced-colors: active){.mat-mdc-option.mdc-list-item--selected:not(:has(.mat-mdc-option-pseudo-checkbox))::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .mat-mdc-option.mdc-list-item--selected:not(:has(.mat-mdc-option-pseudo-checkbox))::after{right:auto;left:16px}}.mat-mdc-option-multiple{--mat-list-list-item-selected-container-color: var(--mat-list-list-item-container-color, transparent)}.mat-mdc-option-active .mat-focus-indicator::before{content:""}\n'],encapsulation:2,changeDetection:0})}return n})();function Te(n,o,f){if(f.length){let h=o.toArray(),b=f.toArray(),A=0;for(let k=0;kf+h?Math.max(0,n-h+o):f}},23241:Ae=>{"use strict";Ae.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},23294:(Ae,ee,l)=>{"use strict";l.d(ee,{F:()=>S});var i=l(33669),t=l(39974),p=l(54360);function S(e,T=i.D){return e=e??c,(0,t.N)((g,d)=>{let w,m=!0;g.subscribe((0,p._)(d,P=>{const M=T(P);(m||!e(w,M))&&(m=!1,w=M,d.next(P))}))})}function c(e,T){return e===T}},23401:(Ae,ee,l)=>{"use strict";var g,i=ee,t=l(52529),p=l(8729),c=l(3136).assert;function e(d){this.curve="short"===d.type?new p.short(d):"edwards"===d.type?new p.edwards(d):new p.mont(d),this.g=this.curve.g,this.n=this.curve.n,this.hash=d.hash,c(this.g.validate(),"Invalid curve"),c(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function T(d,w){Object.defineProperty(i,d,{configurable:!0,enumerable:!0,get:function(){var m=new e(w);return Object.defineProperty(i,d,{configurable:!0,enumerable:!0,value:m}),m}})}i.PresetCurve=e,T("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:t.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),T("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:t.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),T("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:t.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),T("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:t.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),T("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:t.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),T("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:t.sha256,gRed:!1,g:["9"]}),T("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:t.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{g=l(51416)}catch{g=void 0}T("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:t.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",g]})},23677:(Ae,ee,l)=>{const i=l(47424),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],p=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];ee.getBlocksCount=function(c,e){switch(e){case i.L:return t[4*(c-1)+0];case i.M:return t[4*(c-1)+1];case i.Q:return t[4*(c-1)+2];case i.H:return t[4*(c-1)+3];default:return}},ee.getTotalCodewordsCount=function(c,e){switch(e){case i.L:return p[4*(c-1)+0];case i.M:return p[4*(c-1)+1];case i.Q:return p[4*(c-1)+2];case i.H:return p[4*(c-1)+3];default:return}}},24545:(Ae,ee,l)=>{"use strict";function i(w){for(let m in w){let P=w[m]??"";switch(m){case"display":w.display="flex"===P?["-webkit-flex","flex"]:"inline-flex"===P?["-webkit-inline-flex","inline-flex"]:P;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":w["-webkit-"+m]=P;break;case"flex-direction":w["-webkit-flex-direction"]=P,w["flex-direction"]=P;break;case"order":w.order=w["-webkit-"+m]=isNaN(+P)?"0":P}}return w}l.d(ee,{C5:()=>d,O5:()=>i,Uo:()=>p,Vc:()=>e,uG:()=>S});const t="inline",p=["row","column","row-reverse","column-reverse"];function S(w){let[m,P,M]=c(w);return function g(w,m=null,P=!1){return{display:P?"inline-flex":"flex","box-sizing":"border-box","flex-direction":w,"flex-wrap":m||null}}(m,P,M)}function c(w){w=w?.toLowerCase()??"";let[m,P,M]=w.split(" ");return p.find(j=>j===m)||(m=p[0]),P===t&&(P=M!==t?M:"",M=t),[m,T(P),!!M]}function e(w){let[m]=c(w);return m.indexOf("row")>-1}function T(w){if(w)switch(w.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":w="wrap-reverse";break;case"no":case"none":case"nowrap":w="nowrap";break;default:w="wrap"}return w}function d(w,...m){if(null==w)throw TypeError("Cannot convert undefined or null to object");for(let P of m)if(null!=P)for(let M in P)P.hasOwnProperty(M)&&(w[M]=P[M]);return w}},24740:function(Ae){!function(ee){"use strict";var l={bytesToHex:function(p){return function i(p){return p.map(function(S){return function t(p,S){return p.length>S?p:Array(S-p.length+1).join("0")+p}(S.toString(16),2)}).join("")}(p)},hexToBytes:function(p){if(p.length%2==1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return 0===p.indexOf("0x")&&(p=p.slice(2)),p.match(/../g).map(function(S){return parseInt(S,16)})}};Ae.exports?Ae.exports=l:ee.convertHex=l}(this)},24816:(Ae,ee,l)=>{var i=l(71993),t=l(72193);function p(S){t.call(this,S),this.enc="pem"}i(p,t),Ae.exports=p,p.prototype.encode=function(c,e){for(var g=t.prototype.encode.call(this,c).toString("base64"),d=["-----BEGIN "+e.label+"-----"],w=0;w{"use strict";l.d(ee,{Vh:()=>zn,X6:()=>Ai,bU:()=>ut,bZ:()=>it});var i=l(2615),t=l(73664),p=l(17705),S=l(21413),c=l(18359),e=l(57786),T=l(7673),g=l(19945),d=l(76838),w=l(17094),m=l(89726),P=l(61577),M=l(14085),j=l(10438),U=l(67336),K=l(49338),q=l(39842),G=l(44522),Q=l(76939),$=l(5964),ae=l(99172),ue=l(96697),oe=l(72200),he=l(88968),me=l(49046),Te=l(32046),D=l(88834),n=l(22598),o=l(40455),f=l(31804),h=l(89417),b=l(68010),A=l(69588),k=l(5718),x=l(22466);const r=["mat-calendar-body",""];function _(zt,ji){return this._trackRow(ji)}const W=(zt,ji)=>ji.id;function I(zt,ji){if(1&zt&&(t.j41(0,"tr",0)(1,"td",3),t.EFF(2),t.k0s()()),2&zt){const Me=t.XpG();t.R7$(),t.xc7("padding-top",Me._cellPadding)("padding-bottom",Me._cellPadding),t.BMQ("colspan",Me.numCols),t.R7$(),t.SpI(" ",Me.label," ")}}function B(zt,ji){if(1&zt&&(t.j41(0,"td",3),t.EFF(1),t.k0s()),2&zt){const Me=t.XpG(2);t.xc7("padding-top",Me._cellPadding)("padding-bottom",Me._cellPadding),t.BMQ("colspan",Me._firstRowOffset),t.R7$(),t.SpI(" ",Me._firstRowOffset>=Me.labelMinRequiredCells?Me.label:""," ")}}function re(zt,ji){if(1&zt){const Me=t.RV6();t.j41(0,"td",6)(1,"button",7),t.bIt("click",function(vt){const ni=i.eBV(Me).$implicit,Fi=t.XpG(2);return i.Njj(Fi._cellClicked(ni,vt))})("focus",function(vt){const ni=i.eBV(Me).$implicit,Fi=t.XpG(2);return i.Njj(Fi._emitActiveDateChange(ni,vt))}),t.j41(2,"span",8),t.EFF(3),t.k0s(),t.nrm(4,"span",9),t.k0s()()}if(2&zt){const Me=ji.$implicit,mt=ji.$index,vt=t.XpG().$index,ni=t.XpG();t.xc7("width",ni._cellWidth)("padding-top",ni._cellPadding)("padding-bottom",ni._cellPadding),t.BMQ("data-mat-row",vt)("data-mat-col",mt),t.R7$(),t.AVh("mat-calendar-body-disabled",!Me.enabled)("mat-calendar-body-active",ni._isActiveCell(vt,mt))("mat-calendar-body-range-start",ni._isRangeStart(Me.compareValue))("mat-calendar-body-range-end",ni._isRangeEnd(Me.compareValue))("mat-calendar-body-in-range",ni._isInRange(Me.compareValue))("mat-calendar-body-comparison-bridge-start",ni._isComparisonBridgeStart(Me.compareValue,vt,mt))("mat-calendar-body-comparison-bridge-end",ni._isComparisonBridgeEnd(Me.compareValue,vt,mt))("mat-calendar-body-comparison-start",ni._isComparisonStart(Me.compareValue))("mat-calendar-body-comparison-end",ni._isComparisonEnd(Me.compareValue))("mat-calendar-body-in-comparison-range",ni._isInComparisonRange(Me.compareValue))("mat-calendar-body-preview-start",ni._isPreviewStart(Me.compareValue))("mat-calendar-body-preview-end",ni._isPreviewEnd(Me.compareValue))("mat-calendar-body-in-preview",ni._isInPreview(Me.compareValue)),t.Y8G("ngClass",Me.cssClasses)("tabindex",ni._isActiveCell(vt,mt)?0:-1),t.BMQ("aria-label",Me.ariaLabel)("aria-disabled",!Me.enabled||null)("aria-pressed",ni._isSelected(Me.compareValue))("aria-current",ni.todayValue===Me.compareValue?"date":null)("aria-describedby",ni._getDescribedby(Me.compareValue)),t.R7$(),t.AVh("mat-calendar-body-selected",ni._isSelected(Me.compareValue))("mat-calendar-body-comparison-identical",ni._isComparisonIdentical(Me.compareValue))("mat-calendar-body-today",ni.todayValue===Me.compareValue),t.R7$(),t.SpI(" ",Me.displayValue," ")}}function pe(zt,ji){if(1&zt&&(t.j41(0,"tr",1),t.nVh(1,B,2,6,"td",4),t.Z7z(2,re,5,48,"td",5,W),t.k0s()),2&zt){const Me=ji.$implicit,mt=ji.$index,vt=t.XpG();t.R7$(),t.vxM(0===mt&&vt._firstRowOffset?1:-1),t.R7$(),t.Dyx(Me)}}function be(zt,ji){if(1&zt&&(t.j41(0,"th",2)(1,"span",6),t.EFF(2),t.k0s(),t.j41(3,"span",3),t.EFF(4),t.k0s()()),2&zt){const Me=ji.$implicit;t.R7$(2),t.JRh(Me.long),t.R7$(2),t.JRh(Me.narrow)}}const Be=["*"];function _e(zt,ji){}function ye(zt,ji){if(1&zt){const Me=t.RV6();t.j41(0,"mat-month-view",4),t.mxI("activeDateChange",function(vt){i.eBV(Me);const ni=t.XpG();return t.DH7(ni.activeDate,vt)||(ni.activeDate=vt),i.Njj(vt)}),t.bIt("_userSelection",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._dateSelected(vt))})("dragStarted",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._dragStarted(vt))})("dragEnded",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._dragEnded(vt))}),t.k0s()}if(2&zt){const Me=t.XpG();t.R50("activeDate",Me.activeDate),t.Y8G("selected",Me.selected)("dateFilter",Me.dateFilter)("maxDate",Me.maxDate)("minDate",Me.minDate)("dateClass",Me.dateClass)("comparisonStart",Me.comparisonStart)("comparisonEnd",Me.comparisonEnd)("startDateAccessibleName",Me.startDateAccessibleName)("endDateAccessibleName",Me.endDateAccessibleName)("activeDrag",Me._activeDrag)}}function Le(zt,ji){if(1&zt){const Me=t.RV6();t.j41(0,"mat-year-view",5),t.mxI("activeDateChange",function(vt){i.eBV(Me);const ni=t.XpG();return t.DH7(ni.activeDate,vt)||(ni.activeDate=vt),i.Njj(vt)}),t.bIt("monthSelected",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._monthSelectedInYearView(vt))})("selectedChange",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._goToDateInView(vt,"month"))}),t.k0s()}if(2&zt){const Me=t.XpG();t.R50("activeDate",Me.activeDate),t.Y8G("selected",Me.selected)("dateFilter",Me.dateFilter)("maxDate",Me.maxDate)("minDate",Me.minDate)("dateClass",Me.dateClass)}}function Ke(zt,ji){if(1&zt){const Me=t.RV6();t.j41(0,"mat-multi-year-view",6),t.mxI("activeDateChange",function(vt){i.eBV(Me);const ni=t.XpG();return t.DH7(ni.activeDate,vt)||(ni.activeDate=vt),i.Njj(vt)}),t.bIt("yearSelected",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._yearSelectedInMultiYearView(vt))})("selectedChange",function(vt){i.eBV(Me);const ni=t.XpG();return i.Njj(ni._goToDateInView(vt,"year"))}),t.k0s()}if(2&zt){const Me=t.XpG();t.R50("activeDate",Me.activeDate),t.Y8G("selected",Me.selected)("dateFilter",Me.dateFilter)("maxDate",Me.maxDate)("minDate",Me.minDate)("dateClass",Me.dateClass)}}function ge(zt,ji){}const ve=["button"],Oe=[[["","matDatepickerToggleIcon",""]]],Ee=["[matDatepickerToggleIcon]"];function dt(zt,ji){1&zt&&(i.qSk(),t.j41(0,"svg",2),t.nrm(1,"path",3),t.k0s())}let Pe=(()=>{class zt{changes=new S.B;calendarLabel="Calendar";openCalendarLabel="Open calendar";closeCalendarLabel="Close calendar";prevMonthLabel="Previous month";nextMonthLabel="Next month";prevYearLabel="Previous year";nextYearLabel="Next year";prevMultiYearLabel="Previous 24 years";nextMultiYearLabel="Next 24 years";switchToMonthViewLabel="Choose date";switchToMultiYearViewLabel="Choose month and year";startDateLabel="Start date";endDateLabel="End date";comparisonDateLabel="Comparison range";formatYearRange(Me,mt){return`${Me} \u2013 ${mt}`}formatYearRangeLabel(Me,mt){return`${Me} to ${mt}`}static \u0275fac=function(mt){return new(mt||zt)};static \u0275prov=i.jDH({token:zt,factory:zt.\u0275fac,providedIn:"root"})}return zt})(),Ht=0;class ct{value;displayValue;ariaLabel;enabled;cssClasses;compareValue;rawValue;id=Ht++;constructor(ji,Me,mt,vt,ni={},Fi=ji,kn){this.value=ji,this.displayValue=Me,this.ariaLabel=mt,this.enabled=vt,this.cssClasses=ni,this.compareValue=Fi,this.rawValue=kn}}const Ce={passive:!1,capture:!0},ze={passive:!0,capture:!0},Z={passive:!0};let J=(()=>{class zt{_elementRef=(0,i.WQX)(t.aKT);_ngZone=(0,i.WQX)(t.SKi);_platform=(0,i.WQX)(q.O);_intl=(0,i.WQX)(Pe);_eventCleanups;_skipNextFocus;_focusActiveCellAfterViewChecked=!1;label;rows;todayValue;startValue;endValue;labelMinRequiredCells;numCols=7;activeCell=0;ngAfterViewChecked(){this._focusActiveCellAfterViewChecked&&(this._focusActiveCell(),this._focusActiveCellAfterViewChecked=!1)}isRange=!1;cellAspectRatio=1;comparisonStart;comparisonEnd;previewStart=null;previewEnd=null;startDateAccessibleName;endDateAccessibleName;selectedValueChange=new t.bkB;previewChange=new t.bkB;activeDateChange=new t.bkB;dragStarted=new t.bkB;dragEnded=new t.bkB;_firstRowOffset;_cellPadding;_cellWidth;_startDateLabelId;_endDateLabelId;_comparisonStartDateLabelId;_comparisonEndDateLabelId;_didDragSinceMouseDown=!1;_injector=(0,i.WQX)(i.zZn);comparisonDateAccessibleName=this._intl.comparisonDateLabel;_trackRow=Me=>Me;constructor(){const Me=(0,i.WQX)(t.sFG),mt=(0,i.WQX)(m.g);this._startDateLabelId=mt.getId("mat-calendar-body-start-"),this._endDateLabelId=mt.getId("mat-calendar-body-end-"),this._comparisonStartDateLabelId=mt.getId("mat-calendar-body-comparison-start-"),this._comparisonEndDateLabelId=mt.getId("mat-calendar-body-comparison-end-"),(0,i.WQX)(he.l).load(Te.A),this._ngZone.runOutsideAngular(()=>{const vt=this._elementRef.nativeElement,ni=[Me.listen(vt,"touchmove",this._touchmoveHandler,Ce),Me.listen(vt,"mouseenter",this._enterHandler,ze),Me.listen(vt,"focus",this._enterHandler,ze),Me.listen(vt,"mouseleave",this._leaveHandler,ze),Me.listen(vt,"blur",this._leaveHandler,ze),Me.listen(vt,"mousedown",this._mousedownHandler,Z),Me.listen(vt,"touchstart",this._mousedownHandler,Z)];this._platform.isBrowser&&ni.push(Me.listen("window","mouseup",this._mouseupHandler),Me.listen("window","touchend",this._touchendHandler)),this._eventCleanups=ni})}_cellClicked(Me,mt){this._didDragSinceMouseDown||Me.enabled&&this.selectedValueChange.emit({value:Me.value,event:mt})}_emitActiveDateChange(Me,mt){Me.enabled&&this.activeDateChange.emit({value:Me.value,event:mt})}_isSelected(Me){return this.startValue===Me||this.endValue===Me}ngOnChanges(Me){const mt=Me.numCols,{rows:vt,numCols:ni}=this;(Me.rows||mt)&&(this._firstRowOffset=vt&&vt.length&&vt[0].length?ni-vt[0].length:0),(Me.cellAspectRatio||mt||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/ni+"%"),(mt||!this._cellWidth)&&(this._cellWidth=100/ni+"%")}ngOnDestroy(){this._eventCleanups.forEach(Me=>Me())}_isActiveCell(Me,mt){let vt=Me*this.numCols+mt;return Me&&(vt-=this._firstRowOffset),vt==this.activeCell}_focusActiveCell(Me=!0){(0,t.mal)(()=>{setTimeout(()=>{const mt=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");mt&&(Me||(this._skipNextFocus=!0),mt.focus())})},{injector:this._injector})}_scheduleFocusActiveCellAfterViewChecked(){this._focusActiveCellAfterViewChecked=!0}_isRangeStart(Me){return ht(Me,this.startValue,this.endValue)}_isRangeEnd(Me){return li(Me,this.startValue,this.endValue)}_isInRange(Me){return Qt(Me,this.startValue,this.endValue,this.isRange)}_isComparisonStart(Me){return ht(Me,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(Me,mt,vt){if(!this._isComparisonStart(Me)||this._isRangeStart(Me)||!this._isInRange(Me))return!1;let ni=this.rows[mt][vt-1];if(!ni){const Fi=this.rows[mt-1];ni=Fi&&Fi[Fi.length-1]}return ni&&!this._isRangeEnd(ni.compareValue)}_isComparisonBridgeEnd(Me,mt,vt){if(!this._isComparisonEnd(Me)||this._isRangeEnd(Me)||!this._isInRange(Me))return!1;let ni=this.rows[mt][vt+1];if(!ni){const Fi=this.rows[mt+1];ni=Fi&&Fi[0]}return ni&&!this._isRangeStart(ni.compareValue)}_isComparisonEnd(Me){return li(Me,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(Me){return Qt(Me,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(Me){return this.comparisonStart===this.comparisonEnd&&Me===this.comparisonStart}_isPreviewStart(Me){return ht(Me,this.previewStart,this.previewEnd)}_isPreviewEnd(Me){return li(Me,this.previewStart,this.previewEnd)}_isInPreview(Me){return Qt(Me,this.previewStart,this.previewEnd,this.isRange)}_getDescribedby(Me){if(!this.isRange)return null;if(this.startValue===Me&&this.endValue===Me)return`${this._startDateLabelId} ${this._endDateLabelId}`;if(this.startValue===Me)return this._startDateLabelId;if(this.endValue===Me)return this._endDateLabelId;if(null!==this.comparisonStart&&null!==this.comparisonEnd){if(Me===this.comparisonStart&&Me===this.comparisonEnd)return`${this._comparisonStartDateLabelId} ${this._comparisonEndDateLabelId}`;if(Me===this.comparisonStart)return this._comparisonStartDateLabelId;if(Me===this.comparisonEnd)return this._comparisonEndDateLabelId}return null}_enterHandler=Me=>{if(this._skipNextFocus&&"focus"===Me.type)this._skipNextFocus=!1;else if(Me.target&&this.isRange){const mt=this._getCellFromElement(Me.target);mt&&this._ngZone.run(()=>this.previewChange.emit({value:mt.enabled?mt:null,event:Me}))}};_touchmoveHandler=Me=>{if(!this.isRange)return;const mt=di(Me),vt=mt?this._getCellFromElement(mt):null;mt!==Me.target&&(this._didDragSinceMouseDown=!0),Ie(Me.target)&&Me.preventDefault(),this._ngZone.run(()=>this.previewChange.emit({value:vt?.enabled?vt:null,event:Me}))};_leaveHandler=Me=>{null!==this.previewEnd&&this.isRange&&("blur"!==Me.type&&(this._didDragSinceMouseDown=!0),Me.target&&this._getCellFromElement(Me.target)&&(!Me.relatedTarget||!this._getCellFromElement(Me.relatedTarget))&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:Me})))};_mousedownHandler=Me=>{if(!this.isRange)return;this._didDragSinceMouseDown=!1;const mt=Me.target&&this._getCellFromElement(Me.target);!mt||!this._isInRange(mt.compareValue)||this._ngZone.run(()=>{this.dragStarted.emit({value:mt.rawValue,event:Me})})};_mouseupHandler=Me=>{if(!this.isRange)return;const mt=Ie(Me.target);mt?mt.closest(".mat-calendar-body")===this._elementRef.nativeElement&&this._ngZone.run(()=>{const vt=this._getCellFromElement(mt);this.dragEnded.emit({value:vt?.rawValue??null,event:Me})}):this._ngZone.run(()=>{this.dragEnded.emit({value:null,event:Me})})};_touchendHandler=Me=>{const mt=di(Me);mt&&this._mouseupHandler({target:mt})};_getCellFromElement(Me){const mt=Ie(Me);if(mt){const vt=mt.getAttribute("data-mat-row"),ni=mt.getAttribute("data-mat-col");if(vt&&ni)return this.rows[parseInt(vt)]?.[parseInt(ni)]||null}return null}static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange",activeDateChange:"activeDateChange",dragStarted:"dragStarted",dragEnded:"dragEnded"},exportAs:["matCalendarBody"],features:[t.OA$],attrs:r,decls:11,vars:11,consts:[["aria-hidden","true"],["role","row"],[1,"mat-calendar-body-hidden-label",3,"id"],[1,"mat-calendar-body-label"],[1,"mat-calendar-body-label",3,"paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"click","focus","ngClass","tabindex"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(mt,vt){1&mt&&(t.nVh(0,I,3,6,"tr",0),t.Z7z(1,pe,4,1,"tr",1,_,!0),t.j41(3,"span",2),t.EFF(4),t.k0s(),t.j41(5,"span",2),t.EFF(6),t.k0s(),t.j41(7,"span",2),t.EFF(8),t.k0s(),t.j41(9,"span",2),t.EFF(10),t.k0s()),2&mt&&(t.vxM(vt._firstRowOffset.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}@media(forced-colors: active){.mat-calendar-body-disabled{opacity:.5}}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color, var(--mat-sys-on-surface));border-color:var(--mat-datepicker-calendar-date-outline-color, transparent)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}@media(forced-colors: active){.mat-calendar-body-cell-content{border:none}}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent))}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color, var(--mat-sys-primary));color:var(--mat-datepicker-calendar-date-selected-state-text-color, var(--mat-sys-on-primary))}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color, var(--mat-sys-primary))}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-sys-primary-container))}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-sys-tertiary-container))}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-sys-tertiary-container))}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-sys-primary-container)) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-sys-tertiary-container)) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-sys-primary-container)) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-sys-tertiary-container)) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color, var(--mat-sys-secondary-container))}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color, var(--mat-sys-secondary))}@media(forced-colors: active){.mat-datepicker-popup:not(:empty),.mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.mat-calendar-body-today{outline:dotted 1px}.mat-calendar-body-cell::before,.mat-calendar-body-cell::after,.mat-calendar-body-selected{background:none}.mat-calendar-body-in-range::before,.mat-calendar-body-comparison-bridge-start::before,.mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}}\n'],encapsulation:2,changeDetection:0})}return zt})();function fe(zt){return"TD"===zt?.nodeName}function Ie(zt){let ji;return fe(zt)?ji=zt:fe(zt.parentNode)?ji=zt.parentNode:fe(zt.parentNode?.parentNode)&&(ji=zt.parentNode.parentNode),null!=ji?.getAttribute("data-mat-row")?ji:null}function ht(zt,ji,Me){return null!==Me&&ji!==Me&&zt=ji&&zt===Me}function Qt(zt,ji,Me,mt){return mt&&null!==ji&&null!==Me&&ji!==Me&&zt>=ji&&zt<=Me}function di(zt){const ji=zt.changedTouches[0];return document.elementFromPoint(ji.clientX,ji.clientY)}class kt{start;end;_disableStructuralEquivalency;constructor(ji,Me){this.start=ji,this.end=Me}}let Rt=(()=>{class zt{selection;_adapter;_selectionChanged=new S.B;selectionChanged=this._selectionChanged;constructor(Me,mt){this.selection=Me,this._adapter=mt,this.selection=Me}updateSelection(Me,mt){const vt=this.selection;this.selection=Me,this._selectionChanged.next({selection:Me,source:mt,oldValue:vt})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(Me){return this._adapter.isDateInstance(Me)&&this._adapter.isValid(Me)}static \u0275fac=function(mt){t.QTQ()};static \u0275prov=i.jDH({token:zt,factory:zt.\u0275fac})}return zt})(),le=(()=>{class zt extends Rt{constructor(Me){super(null,Me)}add(Me){super.updateSelection(Me,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const Me=new zt(this._adapter);return Me.updateSelection(this.selection,this),Me}static \u0275fac=function(mt){return new(mt||zt)(i.KVO(g.MJ))};static \u0275prov=i.jDH({token:zt,factory:zt.\u0275fac})}return zt})();const se={provide:Rt,deps:[[new t.Xx1,new t.kdw,Rt],g.MJ],useFactory:function ce(zt,ji){return zt||new le(ji)}},Ne=new i.nKC("MAT_DATE_RANGE_SELECTION_STRATEGY");let ti=0,Ye=(()=>{class zt{_changeDetectorRef=(0,i.WQX)(p.gRc);_dateFormats=(0,i.WQX)(g.de,{optional:!0});_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dir=(0,i.WQX)(P.dS,{optional:!0});_rangeStrategy=(0,i.WQX)(Ne,{optional:!0});_rerenderSubscription=c.yU.EMPTY;_selectionKeyPressed;get activeDate(){return this._activeDate}set activeDate(Me){const mt=this._activeDate,vt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(vt,this.minDate,this.maxDate),this._hasSameMonthAndYear(mt,this._activeDate)||this._init()}_activeDate;get selected(){return this._selected}set selected(Me){this._selected=Me instanceof kt?Me:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me)),this._setRanges(this._selected)}_selected;get minDate(){return this._minDate}set minDate(Me){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_minDate;get maxDate(){return this._maxDate}set maxDate(Me){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_maxDate;dateFilter;dateClass;comparisonStart;comparisonEnd;startDateAccessibleName;endDateAccessibleName;activeDrag=null;selectedChange=new t.bkB;_userSelection=new t.bkB;dragStarted=new t.bkB;dragEnded=new t.bkB;activeDateChange=new t.bkB;_matCalendarBody;_monthLabel=(0,i.vPA)("");_weeks=(0,i.vPA)([]);_firstWeekOffset=(0,i.vPA)(0);_rangeStart=(0,i.vPA)(null);_rangeEnd=(0,i.vPA)(null);_comparisonRangeStart=(0,i.vPA)(null);_comparisonRangeEnd=(0,i.vPA)(null);_previewStart=(0,i.vPA)(null);_previewEnd=(0,i.vPA)(null);_isRange=(0,i.vPA)(!1);_todayDate=(0,i.vPA)(null);_weekdays=(0,i.vPA)([]);constructor(){(0,i.WQX)(he.l).load(me.Y),this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,ae.Z)(null)).subscribe(()=>this._init())}ngOnChanges(Me){const mt=Me.comparisonStart||Me.comparisonEnd;mt&&!mt.firstChange&&this._setRanges(this.selected),Me.activeDrag&&!this.activeDrag&&this._clearPreview()}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(Me){const mt=Me.value,vt=this._getDateFromDayOfMonth(mt);let ni,Fi;this._selected instanceof kt?(ni=this._getDateInCurrentMonth(this._selected.start),Fi=this._getDateInCurrentMonth(this._selected.end)):ni=Fi=this._getDateInCurrentMonth(this._selected),(ni!==mt||Fi!==mt)&&this.selectedChange.emit(vt),this._userSelection.emit({value:vt,event:Me.event}),this._clearPreview(),this._changeDetectorRef.markForCheck()}_updateActiveDate(Me){const vt=this._activeDate;this.activeDate=this._getDateFromDayOfMonth(Me.value),this._dateAdapter.compareDate(vt,this.activeDate)&&this.activeDateChange.emit(this._activeDate)}_handleCalendarBodyKeydown(Me){const mt=this._activeDate,vt=this._isRtl();switch(Me.keyCode){case j.UQ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,vt?1:-1);break;case j.LE:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,vt?-1:1);break;case j.i7:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case j.n6:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case j.yZ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case j.Kp:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case j.w_:this.activeDate=Me.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case j.dB:this.activeDate=Me.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case j.Fm:case j.t6:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&Me.preventDefault());case j._f:return void(null!=this._previewEnd()&&!(0,U.rp)(Me)&&(this._clearPreview(),this.activeDrag?this.dragEnded.emit({value:null,event:Me}):(this.selectedChange.emit(null),this._userSelection.emit({value:null,event:Me})),Me.preventDefault(),Me.stopPropagation()));default:return}this._dateAdapter.compareDate(mt,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),Me.preventDefault()}_handleCalendarBodyKeyup(Me){(Me.keyCode===j.t6||Me.keyCode===j.Fm)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:Me}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate.set(this._getCellCompareValue(this._dateAdapter.today())),this._monthLabel.set(this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase());let Me=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset.set((7+this._dateAdapter.getDayOfWeek(Me)-this._dateAdapter.getFirstDayOfWeek())%7),this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(Me){this._matCalendarBody._focusActiveCell(Me)}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_previewChanged({event:Me,value:mt}){if(this._rangeStrategy){const vt=mt?mt.rawValue:null,ni=this._rangeStrategy.createPreview(vt,this.selected,Me);if(this._previewStart.set(this._getCellCompareValue(ni.start)),this._previewEnd.set(this._getCellCompareValue(ni.end)),this.activeDrag&&vt){const Fi=this._rangeStrategy.createDrag?.(this.activeDrag.value,this.selected,vt,Me);Fi&&(this._previewStart.set(this._getCellCompareValue(Fi.start)),this._previewEnd.set(this._getCellCompareValue(Fi.end)))}}}_dragEnded(Me){if(this.activeDrag)if(Me.value){const mt=this._rangeStrategy?.createDrag?.(this.activeDrag.value,this.selected,Me.value,Me.event);this.dragEnded.emit({value:mt??null,event:Me.event})}else this.dragEnded.emit({value:null,event:Me.event})}_getDateFromDayOfMonth(Me){return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),Me)}_initWeekdays(){const Me=this._dateAdapter.getFirstDayOfWeek(),mt=this._dateAdapter.getDayOfWeekNames("narrow"),ni=this._dateAdapter.getDayOfWeekNames("long").map((Fi,kn)=>({long:Fi,narrow:mt[kn],id:ti++}));this._weekdays.set(ni.slice(Me).concat(ni.slice(0,Me)))}_createWeekCells(){const Me=this._dateAdapter.getNumDaysInMonth(this.activeDate),mt=this._dateAdapter.getDateNames(),vt=[[]];for(let ni=0,Fi=this._firstWeekOffset();ni=0)&&(!this.maxDate||this._dateAdapter.compareDate(Me,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(Me))}_getDateInCurrentMonth(Me){return Me&&this._hasSameMonthAndYear(Me,this.activeDate)?this._dateAdapter.getDate(Me):null}_hasSameMonthAndYear(Me,mt){return!(!Me||!mt||this._dateAdapter.getMonth(Me)!=this._dateAdapter.getMonth(mt)||this._dateAdapter.getYear(Me)!=this._dateAdapter.getYear(mt))}_getCellCompareValue(Me){if(Me){const mt=this._dateAdapter.getYear(Me),vt=this._dateAdapter.getMonth(Me),ni=this._dateAdapter.getDate(Me);return new Date(mt,vt,ni).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(Me){Me instanceof kt?(this._rangeStart.set(this._getCellCompareValue(Me.start)),this._rangeEnd.set(this._getCellCompareValue(Me.end)),this._isRange.set(!0)):(this._rangeStart.set(this._getCellCompareValue(Me)),this._rangeEnd.set(this._rangeStart()),this._isRange.set(!1)),this._comparisonRangeStart.set(this._getCellCompareValue(this.comparisonStart)),this._comparisonRangeEnd.set(this._getCellCompareValue(this.comparisonEnd))}_canSelect(Me){return!this.dateFilter||this.dateFilter(Me)}_clearPreview(){this._previewStart.set(null),this._previewEnd.set(null)}static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["mat-month-view"]],viewQuery:function(mt,vt){if(1&mt&&t.GBs(J,5),2&mt){let ni;t.mGM(ni=t.lsd())&&(vt._matCalendarBody=ni.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName",activeDrag:"activeDrag"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",dragStarted:"dragStarted",dragEnded:"dragEnded",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],features:[t.OA$],decls:8,vars:14,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col"],["aria-hidden","true"],["colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"selectedValueChange","activeDateChange","previewChange","dragStarted","dragEnded","keyup","keydown","label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","startDateAccessibleName","endDateAccessibleName"],[1,"cdk-visually-hidden"]],template:function(mt,vt){1&mt&&(t.j41(0,"table",0)(1,"thead",1)(2,"tr"),t.Z7z(3,be,5,2,"th",2,W),t.k0s(),t.j41(5,"tr",3),t.nrm(6,"th",4),t.k0s()(),t.j41(7,"tbody",5),t.bIt("selectedValueChange",function(Fi){return vt._dateSelected(Fi)})("activeDateChange",function(Fi){return vt._updateActiveDate(Fi)})("previewChange",function(Fi){return vt._previewChanged(Fi)})("dragStarted",function(Fi){return vt.dragStarted.emit(Fi)})("dragEnded",function(Fi){return vt._dragEnded(Fi)})("keyup",function(Fi){return vt._handleCalendarBodyKeyup(Fi)})("keydown",function(Fi){return vt._handleCalendarBodyKeydown(Fi)}),t.k0s()()),2&mt&&(t.R7$(3),t.Dyx(vt._weekdays()),t.R7$(4),t.Y8G("label",vt._monthLabel())("rows",vt._weeks())("todayValue",vt._todayDate())("startValue",vt._rangeStart())("endValue",vt._rangeEnd())("comparisonStart",vt._comparisonRangeStart())("comparisonEnd",vt._comparisonRangeEnd())("previewStart",vt._previewStart())("previewEnd",vt._previewEnd())("isRange",vt._isRange())("labelMinRequiredCells",3)("activeCell",vt._dateAdapter.getDate(vt.activeDate)-1)("startDateAccessibleName",vt.startDateAccessibleName)("endDateAccessibleName",vt.endDateAccessibleName))},dependencies:[J],encapsulation:2,changeDetection:0})}return zt})(),Jt=(()=>{class zt{_changeDetectorRef=(0,i.WQX)(p.gRc);_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dir=(0,i.WQX)(P.dS,{optional:!0});_rerenderSubscription=c.yU.EMPTY;_selectionKeyPressed;get activeDate(){return this._activeDate}set activeDate(Me){let mt=this._activeDate;const vt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(vt,this.minDate,this.maxDate),qe(this._dateAdapter,mt,this._activeDate,this.minDate,this.maxDate)||this._init()}_activeDate;get selected(){return this._selected}set selected(Me){this._selected=Me instanceof kt?Me:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me)),this._setSelectedYear(Me)}_selected;get minDate(){return this._minDate}set minDate(Me){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_minDate;get maxDate(){return this._maxDate}set maxDate(Me){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_maxDate;dateFilter;dateClass;selectedChange=new t.bkB;yearSelected=new t.bkB;activeDateChange=new t.bkB;_matCalendarBody;_years=(0,i.vPA)([]);_todayYear=(0,i.vPA)(0);_selectedYear=(0,i.vPA)(null);constructor(){this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,ae.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear.set(this._dateAdapter.getYear(this._dateAdapter.today()));const mt=this._dateAdapter.getYear(this._activeDate)-$e(this._dateAdapter,this.activeDate,this.minDate,this.maxDate),vt=[];for(let ni=0,Fi=[];ni<24;ni++)Fi.push(mt+ni),4==Fi.length&&(vt.push(Fi.map(kn=>this._createCellForYear(kn))),Fi=[]);this._years.set(vt),this._changeDetectorRef.markForCheck()}_yearSelected(Me){const mt=Me.value,vt=this._dateAdapter.createDate(mt,0,1),ni=this._getDateFromYear(mt);this.yearSelected.emit(vt),this.selectedChange.emit(ni)}_updateActiveDate(Me){const vt=this._activeDate;this.activeDate=this._getDateFromYear(Me.value),this._dateAdapter.compareDate(vt,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(Me){const mt=this._activeDate,vt=this._isRtl();switch(Me.keyCode){case j.UQ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,vt?1:-1);break;case j.LE:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,vt?-1:1);break;case j.i7:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case j.n6:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case j.yZ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-$e(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case j.Kp:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,24-$e(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case j.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Me.altKey?-240:-24);break;case j.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Me.altKey?240:24);break;case j.Fm:case j.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(mt,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked(),Me.preventDefault()}_handleCalendarBodyKeyup(Me){(Me.keyCode===j.t6||Me.keyCode===j.Fm)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:Me}),this._selectionKeyPressed=!1)}_getActiveCell(){return $e(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getDateFromYear(Me){const mt=this._dateAdapter.getMonth(this.activeDate),vt=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(Me,mt,1));return this._dateAdapter.createDate(Me,mt,Math.min(this._dateAdapter.getDate(this.activeDate),vt))}_createCellForYear(Me){const mt=this._dateAdapter.createDate(Me,0,1),vt=this._dateAdapter.getYearName(mt),ni=this.dateClass?this.dateClass(mt,"multi-year"):void 0;return new ct(Me,vt,vt,this._shouldEnableYear(Me),ni)}_shouldEnableYear(Me){if(null==Me||this.maxDate&&Me>this._dateAdapter.getYear(this.maxDate)||this.minDate&&Me{class zt{_changeDetectorRef=(0,i.WQX)(p.gRc);_dateFormats=(0,i.WQX)(g.de,{optional:!0});_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dir=(0,i.WQX)(P.dS,{optional:!0});_rerenderSubscription=c.yU.EMPTY;_selectionKeyPressed;get activeDate(){return this._activeDate}set activeDate(Me){let mt=this._activeDate;const vt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(vt,this.minDate,this.maxDate),this._dateAdapter.getYear(mt)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}_activeDate;get selected(){return this._selected}set selected(Me){this._selected=Me instanceof kt?Me:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me)),this._setSelectedMonth(Me)}_selected;get minDate(){return this._minDate}set minDate(Me){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_minDate;get maxDate(){return this._maxDate}set maxDate(Me){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_maxDate;dateFilter;dateClass;selectedChange=new t.bkB;monthSelected=new t.bkB;activeDateChange=new t.bkB;_matCalendarBody;_months=(0,i.vPA)([]);_yearLabel=(0,i.vPA)("");_todayMonth=(0,i.vPA)(null);_selectedMonth=(0,i.vPA)(null);constructor(){this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,ae.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(Me){const mt=Me.value,vt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),mt,1);this.monthSelected.emit(vt);const ni=this._getDateFromMonth(mt);this.selectedChange.emit(ni)}_updateActiveDate(Me){const vt=this._activeDate;this.activeDate=this._getDateFromMonth(Me.value),this._dateAdapter.compareDate(vt,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(Me){const mt=this._activeDate,vt=this._isRtl();switch(Me.keyCode){case j.UQ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,vt?1:-1);break;case j.LE:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,vt?-1:1);break;case j.i7:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case j.n6:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case j.yZ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case j.Kp:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case j.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Me.altKey?-10:-1);break;case j.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Me.altKey?10:1);break;case j.Fm:case j.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(mt,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),Me.preventDefault()}_handleCalendarBodyKeyup(Me){(Me.keyCode===j.t6||Me.keyCode===j.Fm)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:Me}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth.set(this._getMonthInCurrentYear(this._dateAdapter.today())),this._yearLabel.set(this._dateAdapter.getYearName(this.activeDate));let Me=this._dateAdapter.getMonthNames("short");this._months.set([[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(mt=>mt.map(vt=>this._createCellForMonth(vt,Me[vt])))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getMonthInCurrentYear(Me){return Me&&this._dateAdapter.getYear(Me)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(Me):null}_getDateFromMonth(Me){const mt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),Me,1),vt=this._dateAdapter.getNumDaysInMonth(mt);return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),Me,Math.min(this._dateAdapter.getDate(this.activeDate),vt))}_createCellForMonth(Me,mt){const vt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),Me,1),ni=this._dateAdapter.format(vt,this._dateFormats.display.monthYearA11yLabel),Fi=this.dateClass?this.dateClass(vt,"year"):void 0;return new ct(Me,mt.toLocaleUpperCase(),ni,this._shouldEnableMonth(Me),Fi)}_shouldEnableMonth(Me){const mt=this._dateAdapter.getYear(this.activeDate);if(null==Me||this._isYearAndMonthAfterMaxDate(mt,Me)||this._isYearAndMonthBeforeMinDate(mt,Me))return!1;if(!this.dateFilter)return!0;for(let ni=this._dateAdapter.createDate(mt,Me,1);this._dateAdapter.getMonth(ni)==Me;ni=this._dateAdapter.addCalendarDays(ni,1))if(this.dateFilter(ni))return!0;return!1}_isYearAndMonthAfterMaxDate(Me,mt){if(this.maxDate){const vt=this._dateAdapter.getYear(this.maxDate),ni=this._dateAdapter.getMonth(this.maxDate);return Me>vt||Me===vt&&mt>ni}return!1}_isYearAndMonthBeforeMinDate(Me,mt){if(this.minDate){const vt=this._dateAdapter.getYear(this.minDate),ni=this._dateAdapter.getMonth(this.minDate);return Me{class zt{_intl=(0,i.WQX)(Pe);calendar=(0,i.WQX)(Hi);_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dateFormats=(0,i.WQX)(g.de,{optional:!0});_periodButtonText;_periodButtonDescription;_periodButtonLabel;_prevButtonLabel;_nextButtonLabel;constructor(){(0,i.WQX)(he.l).load(me.Y);const Me=(0,i.WQX)(p.gRc);this._updateLabels(),this.calendar.stateChanges.subscribe(()=>{this._updateLabels(),Me.markForCheck()})}get periodButtonText(){return this._periodButtonText}get periodButtonDescription(){return this._periodButtonDescription}get periodButtonLabel(){return this._periodButtonLabel}get prevButtonLabel(){return this._prevButtonLabel}get nextButtonLabel(){return this._nextButtonLabel}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.previousEnabled()&&(this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-24))}nextClicked(){this.nextEnabled()&&(this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:24))}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_updateLabels(){const Me=this.calendar,mt=this._intl,vt=this._dateAdapter;"month"===Me.currentView?(this._periodButtonText=vt.format(Me.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase(),this._periodButtonDescription=vt.format(Me.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase(),this._periodButtonLabel=mt.switchToMultiYearViewLabel,this._prevButtonLabel=mt.prevMonthLabel,this._nextButtonLabel=mt.nextMonthLabel):"year"===Me.currentView?(this._periodButtonText=vt.getYearName(Me.activeDate),this._periodButtonDescription=vt.getYearName(Me.activeDate),this._periodButtonLabel=mt.switchToMonthViewLabel,this._prevButtonLabel=mt.prevYearLabel,this._nextButtonLabel=mt.nextYearLabel):(this._periodButtonText=mt.formatYearRange(...this._formatMinAndMaxYearLabels()),this._periodButtonDescription=mt.formatYearRangeLabel(...this._formatMinAndMaxYearLabels()),this._periodButtonLabel=mt.switchToMonthViewLabel,this._prevButtonLabel=mt.prevMultiYearLabel,this._nextButtonLabel=mt.nextMultiYearLabel)}_isSameView(Me,mt){return"month"==this.calendar.currentView?this._dateAdapter.getYear(Me)==this._dateAdapter.getYear(mt)&&this._dateAdapter.getMonth(Me)==this._dateAdapter.getMonth(mt):"year"==this.calendar.currentView?this._dateAdapter.getYear(Me)==this._dateAdapter.getYear(mt):qe(this._dateAdapter,Me,mt,this.calendar.minDate,this.calendar.maxDate)}_formatMinAndMaxYearLabels(){const mt=this._dateAdapter.getYear(this.calendar.activeDate)-$e(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),vt=mt+24-1;return[this._dateAdapter.getYearName(this._dateAdapter.createDate(mt,0,1)),this._dateAdapter.getYearName(this._dateAdapter.createDate(vt,0,1))]}_periodButtonLabelId=(0,i.WQX)(m.g).getId("mat-calendar-period-label-");static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],ngContentSelectors:Be,decls:17,vars:13,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["aria-live","polite",1,"cdk-visually-hidden",3,"id"],["matButton","","type","button",1,"mat-calendar-period-button",3,"click"],["aria-hidden","true"],["viewBox","0 0 10 5","focusable","false","aria-hidden","true",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["matIconButton","","type","button","disabledInteractive","",1,"mat-calendar-previous-button",3,"click","disabled","matTooltip"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["matIconButton","","type","button","disabledInteractive","",1,"mat-calendar-next-button",3,"click","disabled","matTooltip"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"]],template:function(mt,vt){1&mt&&(t.NAR(),t.j41(0,"div",0)(1,"div",1)(2,"span",2),t.EFF(3),t.k0s(),t.j41(4,"button",3),t.bIt("click",function(){return vt.currentPeriodClicked()}),t.j41(5,"span",4),t.EFF(6),t.k0s(),i.qSk(),t.j41(7,"svg",5),t.nrm(8,"polygon",6),t.k0s()(),i.joV(),t.nrm(9,"div",7),t.SdG(10),t.j41(11,"button",8),t.bIt("click",function(){return vt.previousClicked()}),i.qSk(),t.j41(12,"svg",9),t.nrm(13,"path",10),t.k0s()(),i.joV(),t.j41(14,"button",11),t.bIt("click",function(){return vt.nextClicked()}),i.qSk(),t.j41(15,"svg",9),t.nrm(16,"path",12),t.k0s()()()()),2&mt&&(t.R7$(2),t.Y8G("id",vt._periodButtonLabelId),t.R7$(),t.JRh(vt.periodButtonDescription),t.R7$(),t.BMQ("aria-label",vt.periodButtonLabel)("aria-describedby",vt._periodButtonLabelId),t.R7$(2),t.JRh(vt.periodButtonText),t.R7$(),t.AVh("mat-calendar-invert","month"!==vt.calendar.currentView),t.R7$(4),t.Y8G("disabled",!vt.previousEnabled())("matTooltip",vt.prevButtonLabel),t.BMQ("aria-label",vt.prevButtonLabel),t.R7$(3),t.Y8G("disabled",!vt.nextEnabled())("matTooltip",vt.nextButtonLabel),t.BMQ("aria-label",vt.nextButtonLabel))},dependencies:[D.$z,n.iY,o.oV],encapsulation:2,changeDetection:0})}return zt})(),Hi=(()=>{class zt{_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dateFormats=(0,i.WQX)(g.de,{optional:!0});_changeDetectorRef=(0,i.WQX)(p.gRc);_elementRef=(0,i.WQX)(t.aKT);headerComponent;_calendarHeaderPortal;_intlChanges;_moveFocusOnNextTick=!1;get startAt(){return this._startAt}set startAt(Me){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_startAt;startView="month";get selected(){return this._selected}set selected(Me){this._selected=Me instanceof kt?Me:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_selected;get minDate(){return this._minDate}set minDate(Me){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_minDate;get maxDate(){return this._maxDate}set maxDate(Me){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_maxDate;dateFilter;dateClass;comparisonStart;comparisonEnd;startDateAccessibleName;endDateAccessibleName;selectedChange=new t.bkB;yearSelected=new t.bkB;monthSelected=new t.bkB;viewChanged=new t.bkB(!0);_userSelection=new t.bkB;_userDragDrop=new t.bkB;monthView;yearView;multiYearView;get activeDate(){return this._clampedActiveDate}set activeDate(Me){this._clampedActiveDate=this._dateAdapter.clampDate(Me,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}_clampedActiveDate;get currentView(){return this._currentView}set currentView(Me){const mt=this._currentView!==Me?Me:null;this._currentView=Me,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),mt&&(this.stateChanges.next(),this.viewChanged.emit(mt))}_currentView;_activeDrag=null;stateChanges=new S.B;constructor(){this._intlChanges=(0,i.WQX)(Pe).changes.subscribe(()=>{this._changeDetectorRef.markForCheck(),this.stateChanges.next()})}ngAfterContentInit(){this._calendarHeaderPortal=new Q.A8(this.headerComponent||ci),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(Me){const mt=Me.minDate&&!this._dateAdapter.sameDate(Me.minDate.previousValue,Me.minDate.currentValue)?Me.minDate:void 0,vt=Me.maxDate&&!this._dateAdapter.sameDate(Me.maxDate.previousValue,Me.maxDate.currentValue)?Me.maxDate:void 0,ni=mt||vt||Me.dateFilter;if(ni&&!ni.firstChange){const Fi=this._getCurrentViewComponent();Fi&&(this._elementRef.nativeElement.contains((0,G.vc)())&&(this._moveFocusOnNextTick=!0),this._changeDetectorRef.detectChanges(),Fi._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(Me){const mt=Me.value;(this.selected instanceof kt||mt&&!this._dateAdapter.sameDate(mt,this.selected))&&this.selectedChange.emit(mt),this._userSelection.emit(Me)}_yearSelectedInMultiYearView(Me){this.yearSelected.emit(Me)}_monthSelectedInYearView(Me){this.monthSelected.emit(Me)}_goToDateInView(Me,mt){this.activeDate=Me,this.currentView=mt}_dragStarted(Me){this._activeDrag=Me}_dragEnded(Me){this._activeDrag&&(Me.value&&this._userDragDrop.emit(Me),this._activeDrag=null)}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["mat-calendar"]],viewQuery:function(mt,vt){if(1&mt&&(t.GBs(Ye,5),t.GBs(ei,5),t.GBs(Jt,5)),2&mt){let ni;t.mGM(ni=t.lsd())&&(vt.monthView=ni.first),t.mGM(ni=t.lsd())&&(vt.yearView=ni.first),t.mGM(ni=t.lsd())&&(vt.multiYearView=ni.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection",_userDragDrop:"_userDragDrop"},exportAs:["matCalendar"],features:[t.Jv_([se]),t.OA$],decls:5,vars:2,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","_userSelection","dragStarted","dragEnded","activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDateChange","monthSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","yearSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"]],template:function(mt,vt){if(1&mt&&(t.DNE(0,_e,0,0,"ng-template",0),t.j41(1,"div",1),t.nVh(2,ye,1,11,"mat-month-view",2)(3,Le,1,6,"mat-year-view",3)(4,Ke,1,6,"mat-multi-year-view",3),t.k0s()),2&mt){let ni;t.Y8G("cdkPortalOutlet",vt._calendarHeaderPortal),t.R7$(2),t.vxM("month"===(ni=vt.currentView)?2:"year"===ni?3:"multi-year"===ni?4:-1)}},dependencies:[Q.I3,d.vR,Ye,ei,Jt],styles:['.mat-calendar{display:block;line-height:normal;font-family:var(--mat-datepicker-calendar-text-font, var(--mat-sys-body-medium-font));font-size:var(--mat-datepicker-calendar-text-size, var(--mat-sys-body-medium-size))}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size, var(--mat-sys-title-small-size));font-weight:var(--mat-datepicker-calendar-period-button-text-weight, var(--mat-sys-title-small-weight));--mat-button-text-label-text-color: var(--mat-datepicker-calendar-period-button-text-color, var(--mat-sys-on-surface-variant))}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color, var(--mat-sys-on-surface-variant))}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}@media(forced-colors: active){.mat-calendar-arrow{fill:CanvasText}}.mat-datepicker-content .mat-calendar-previous-button:not(.mat-mdc-button-disabled),.mat-datepicker-content .mat-calendar-next-button:not(.mat-mdc-button-disabled){color:var(--mat-datepicker-calendar-navigation-button-icon-color, var(--mat-sys-on-surface-variant))}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0;color:var(--mat-datepicker-calendar-header-text-color, var(--mat-sys-on-surface-variant));font-size:var(--mat-datepicker-calendar-header-text-size, var(--mat-sys-title-small-size));font-weight:var(--mat-datepicker-calendar-header-text-weight, var(--mat-sys-title-small-weight))}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color, transparent)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:""}\n'],encapsulation:2,changeDetection:0})}return zt})();const oi=new i.nKC("mat-datepicker-scroll-strategy",{providedIn:"root",factory:()=>{const zt=(0,i.WQX)(i.zZn);return()=>(0,K.RH)(zt)}}),ln={provide:oi,deps:[],useFactory:function ui(zt){const ji=(0,i.WQX)(i.zZn);return()=>(0,K.RH)(ji)}};let nn=(()=>{class zt{_elementRef=(0,i.WQX)(t.aKT);_animationsDisabled=(0,f.Rc)();_changeDetectorRef=(0,i.WQX)(p.gRc);_globalModel=(0,i.WQX)(Rt);_dateAdapter=(0,i.WQX)(g.MJ);_ngZone=(0,i.WQX)(t.SKi);_rangeSelectionStrategy=(0,i.WQX)(Ne,{optional:!0});_stateChanges;_model;_eventCleanups;_animationFallback;_calendar;color;datepicker;comparisonStart;comparisonEnd;startDateAccessibleName;endDateAccessibleName;_isAbove;_animationDone=new S.B;_isAnimating=!1;_closeButtonText;_closeButtonFocused;_actionsPortal=null;_dialogLabelId;constructor(){if((0,i.WQX)(he.l).load(me.Y),this._closeButtonText=(0,i.WQX)(Pe).closeCalendarLabel,!this._animationsDisabled){const Me=this._elementRef.nativeElement,mt=(0,i.WQX)(t.sFG);this._eventCleanups=this._ngZone.runOutsideAngular(()=>[mt.listen(Me,"animationstart",this._handleAnimationEvent),mt.listen(Me,"animationend",this._handleAnimationEvent),mt.listen(Me,"animationcancel",this._handleAnimationEvent)])}}ngAfterViewInit(){this._stateChanges=this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()}),this._calendar.focusActiveCell()}ngOnDestroy(){clearTimeout(this._animationFallback),this._eventCleanups?.forEach(Me=>Me()),this._stateChanges?.unsubscribe(),this._animationDone.complete()}_handleUserSelection(Me){const mt=this._model.selection,vt=Me.value,ni=mt instanceof kt;if(ni&&this._rangeSelectionStrategy){const Fi=this._rangeSelectionStrategy.selectionFinished(vt,mt,Me.event);this._model.updateSelection(Fi,this)}else vt&&(ni||!this._dateAdapter.sameDate(vt,mt))&&this._model.add(vt);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_handleUserDragDrop(Me){this._model.updateSelection(Me.value,this)}_startExitAnimation(){this._elementRef.nativeElement.classList.add("mat-datepicker-content-exit"),this._animationsDisabled?this._animationDone.next():(clearTimeout(this._animationFallback),this._animationFallback=setTimeout(()=>{this._isAnimating||this._animationDone.next()},200))}_handleAnimationEvent=Me=>{const mt=this._elementRef.nativeElement;Me.target!==mt||!Me.animationName.startsWith("_mat-datepicker-content")||(clearTimeout(this._animationFallback),this._isAnimating="animationstart"===Me.type,mt.classList.toggle("mat-datepicker-content-animating",this._isAnimating),this._isAnimating||this._animationDone.next())};_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}_assignActions(Me,mt){this._model=Me?this._globalModel.clone():this._globalModel,this._actionsPortal=Me,mt&&this._changeDetectorRef.detectChanges()}static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["mat-datepicker-content"]],viewQuery:function(mt,vt){if(1&mt&&t.GBs(Hi,5),2&mt){let ni;t.mGM(ni=t.lsd())&&(vt._calendar=ni.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:6,hostBindings:function(mt,vt){2&mt&&(t.HbH(vt.color?"mat-"+vt.color:""),t.AVh("mat-datepicker-content-touch",vt.datepicker.touchUi)("mat-datepicker-content-animations-enabled",!vt._animationsDisabled))},inputs:{color:"color"},exportAs:["matDatepickerContent"],decls:5,vars:26,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"yearSelected","monthSelected","viewChanged","_userSelection","_userDragDrop","id","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName"],[3,"cdkPortalOutlet"],["type","button","matButton","elevated",1,"mat-datepicker-close-button",3,"focus","blur","click","color"]],template:function(mt,vt){1&mt&&(t.j41(0,"div",0)(1,"mat-calendar",1),t.bIt("yearSelected",function(Fi){return vt.datepicker._selectYear(Fi)})("monthSelected",function(Fi){return vt.datepicker._selectMonth(Fi)})("viewChanged",function(Fi){return vt.datepicker._viewChanged(Fi)})("_userSelection",function(Fi){return vt._handleUserSelection(Fi)})("_userDragDrop",function(Fi){return vt._handleUserDragDrop(Fi)}),t.k0s(),t.DNE(2,ge,0,0,"ng-template",2),t.j41(3,"button",3),t.bIt("focus",function(){return vt._closeButtonFocused=!0})("blur",function(){return vt._closeButtonFocused=!1})("click",function(){return vt.datepicker.close()}),t.EFF(4),t.k0s()()),2&mt&&(t.AVh("mat-datepicker-content-container-with-custom-header",vt.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",vt._actionsPortal),t.BMQ("aria-modal",!0)("aria-labelledby",vt._dialogLabelId??void 0),t.R7$(),t.HbH(vt.datepicker.panelClass),t.Y8G("id",vt.datepicker.id)("startAt",vt.datepicker.startAt)("startView",vt.datepicker.startView)("minDate",vt.datepicker._getMinDate())("maxDate",vt.datepicker._getMaxDate())("dateFilter",vt.datepicker._getDateFilter())("headerComponent",vt.datepicker.calendarHeaderComponent)("selected",vt._getSelected())("dateClass",vt.datepicker.dateClass)("comparisonStart",vt.comparisonStart)("comparisonEnd",vt.comparisonEnd)("startDateAccessibleName",vt.startDateAccessibleName)("endDateAccessibleName",vt.endDateAccessibleName),t.R7$(),t.Y8G("cdkPortalOutlet",vt._actionsPortal),t.R7$(),t.AVh("cdk-visually-hidden",!vt._closeButtonFocused),t.Y8G("color",vt.color||"primary"),t.R7$(),t.JRh(vt._closeButtonText))},dependencies:[w.kB,Hi,Q.I3,D.$z],styles:["@keyframes _mat-datepicker-content-dropdown-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-datepicker-content-dialog-enter{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:none}}@keyframes _mat-datepicker-content-exit{from{opacity:1}to{opacity:0}}.mat-datepicker-content{display:block;background-color:var(--mat-datepicker-calendar-container-background-color, var(--mat-sys-surface-container-high));color:var(--mat-datepicker-calendar-container-text-color, var(--mat-sys-on-surface));box-shadow:var(--mat-datepicker-calendar-container-elevation-shadow, 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12));border-radius:var(--mat-datepicker-calendar-container-shape, var(--mat-sys-corner-large))}.mat-datepicker-content.mat-datepicker-content-animations-enabled{animation:_mat-datepicker-content-dropdown-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.mat-datepicker-content-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;box-shadow:var(--mat-datepicker-calendar-container-touch-elevation-shadow, 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12));border-radius:var(--mat-datepicker-calendar-container-touch-shape, var(--mat-sys-corner-extra-large));position:relative;overflow:visible}.mat-datepicker-content-touch.mat-datepicker-content-animations-enabled{animation:_mat-datepicker-content-dialog-enter 150ms cubic-bezier(0, 0, 0.2, 1)}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}.mat-datepicker-content-exit.mat-datepicker-content-animations-enabled{animation:_mat-datepicker-content-exit 100ms linear}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}\n"],encapsulation:2,changeDetection:0})}return zt})(),dn=(()=>{class zt{_injector=(0,i.WQX)(i.zZn);_viewContainerRef=(0,i.WQX)(t.c1b);_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dir=(0,i.WQX)(P.dS,{optional:!0});_model=(0,i.WQX)(Rt);_animationsDisabled=(0,f.Rc)();_scrollStrategy=(0,i.WQX)(oi);_inputStateChanges=c.yU.EMPTY;_document=(0,i.WQX)(i.qQL);calendarHeaderComponent;get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(Me){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me))}_startAt;startView="month";get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(Me){this._color=Me}_color;touchUi=!1;get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(Me){Me!==this._disabled&&(this._disabled=Me,this.stateChanges.next(void 0))}_disabled;xPosition="start";yPosition="below";restoreFocus=!0;yearSelected=new t.bkB;monthSelected=new t.bkB;viewChanged=new t.bkB(!0);dateClass;openedStream=new t.bkB;closedStream=new t.bkB;get panelClass(){return this._panelClass}set panelClass(Me){this._panelClass=(0,M.cc)(Me)}_panelClass;get opened(){return this._opened}set opened(Me){Me?this.open():this.close()}_opened=!1;id=(0,i.WQX)(m.g).getId("mat-datepicker-");_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}_overlayRef;_componentRef;_focusedElementBeforeOpen=null;_backdropHarnessClass=`${this.id}-backdrop`;_actionsPortal;datepickerInput;stateChanges=new S.B;_changeDetectorRef=(0,i.WQX)(p.gRc);constructor(){this._model.selectionChanged.subscribe(()=>{this._changeDetectorRef.markForCheck()})}ngOnChanges(Me){const mt=Me.xPosition||Me.yPosition;if(mt&&!mt.firstChange&&this._overlayRef){const vt=this._overlayRef.getConfig().positionStrategy;vt instanceof K.rW&&(this._setConnectedPositions(vt),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(Me){this._model.add(Me)}_selectYear(Me){this.yearSelected.emit(Me)}_selectMonth(Me){this.monthSelected.emit(Me)}_viewChanged(Me){this.viewChanged.emit(Me)}registerInput(Me){return this._inputStateChanges.unsubscribe(),this.datepickerInput=Me,this._inputStateChanges=Me.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(Me){this._actionsPortal=Me,this._componentRef?.instance._assignActions(Me,!0)}removeActions(Me){Me===this._actionsPortal&&(this._actionsPortal=null,this._componentRef?.instance._assignActions(null,!0))}open(){this._opened||this.disabled||this._componentRef?.instance._isAnimating||(this._focusedElementBeforeOpen=(0,G.vc)(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened||this._componentRef?.instance._isAnimating)return;const Me=this.restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus,mt=()=>{this._opened&&(this._opened=!1,this.closedStream.emit())};if(this._componentRef){const{instance:vt,location:ni}=this._componentRef;vt._animationDone.pipe((0,ue.s)(1)).subscribe(()=>{const Fi=this._document.activeElement;Me&&(!Fi||Fi===this._document.activeElement||ni.nativeElement.contains(Fi))&&this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null,this._destroyOverlay()}),vt._startExitAnimation()}Me?setTimeout(mt):mt()}_applyPendingSelection(){this._componentRef?.instance?._applyPendingSelection()}_forwardContentValues(Me){Me.datepicker=this,Me.color=this.color,Me._dialogLabelId=this.datepickerInput.getOverlayLabelId(),Me._assignActions(this._actionsPortal,!1)}_openOverlay(){this._destroyOverlay();const Me=this.touchUi,mt=new Q.A8(nn,this._viewContainerRef),vt=this._overlayRef=(0,K.Y$)(this._injector,new K.rR({positionStrategy:Me?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[Me?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir||"ltr",scrollStrategy:Me?(0,K.gA)(this._injector):this._scrollStrategy(),panelClass:"mat-datepicker-"+(Me?"dialog":"popup"),disableAnimations:this._animationsDisabled}));this._getCloseStream(vt).subscribe(ni=>{ni&&ni.preventDefault(),this.close()}),vt.keydownEvents().subscribe(ni=>{const Fi=ni.keyCode;(Fi===j.i7||Fi===j.n6||Fi===j.UQ||Fi===j.LE||Fi===j.w_||Fi===j.dB)&&ni.preventDefault()}),this._componentRef=vt.attach(mt),this._forwardContentValues(this._componentRef.instance),Me||(0,t.mal)(()=>{vt.updatePosition()},{injector:this._injector})}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return(0,K.uA)(this._injector).centerHorizontally().centerVertically()}_getDropdownStrategy(){const Me=(0,K.$M)(this._injector,this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(Me)}_setConnectedPositions(Me){const mt="end"===this.xPosition?"end":"start",vt="start"===mt?"end":"start",ni="above"===this.yPosition?"bottom":"top",Fi="top"===ni?"bottom":"top";return Me.withPositions([{originX:mt,originY:Fi,overlayX:mt,overlayY:ni},{originX:mt,originY:ni,overlayX:mt,overlayY:Fi},{originX:vt,originY:Fi,overlayX:vt,overlayY:ni},{originX:vt,originY:ni,overlayX:vt,overlayY:Fi}])}_getCloseStream(Me){const mt=["ctrlKey","shiftKey","metaKey"];return(0,e.h)(Me.backdropClick(),Me.detachments(),Me.keydownEvents().pipe((0,$.p)(vt=>vt.keyCode===j._f&&!(0,U.rp)(vt)||this.datepickerInput&&(0,U.rp)(vt,"altKey")&&vt.keyCode===j.i7&&mt.every(ni=>!(0,U.rp)(vt,ni)))))}static \u0275fac=function(mt){return new(mt||zt)};static \u0275dir=t.FsC({type:zt,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:[2,"touchUi","touchUi",p.L39],disabled:[2,"disabled","disabled",p.L39],xPosition:"xPosition",yPosition:"yPosition",restoreFocus:[2,"restoreFocus","restoreFocus",p.L39],dateClass:"dateClass",panelClass:"panelClass",opened:[2,"opened","opened",p.L39]},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[t.OA$]})}return zt})(),zn=(()=>{class zt extends dn{static \u0275fac=(()=>{let Me;return function(vt){return(Me||(Me=t.xGo(zt)))(vt||zt)}})();static \u0275cmp=t.VBU({type:zt,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],features:[t.Jv_([se,{provide:dn,useExisting:zt}]),t.Vt3],decls:0,vars:0,template:function(mt,vt){},encapsulation:2,changeDetection:0})}return zt})();class It{target;targetElement;value;constructor(ji,Me){this.target=ji,this.targetElement=Me,this.value=this.target.value}}let Tt=(()=>{class zt{_elementRef=(0,i.WQX)(t.aKT);_dateAdapter=(0,i.WQX)(g.MJ,{optional:!0});_dateFormats=(0,i.WQX)(g.de,{optional:!0});_isInitialized;get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(Me){this._assignValueProgrammatically(Me)}_model;get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(Me){const mt=Me,vt=this._elementRef.nativeElement;this._disabled!==mt&&(this._disabled=mt,this.stateChanges.next(void 0)),mt&&this._isInitialized&&vt.blur&&vt.blur()}_disabled;dateChange=new t.bkB;dateInput=new t.bkB;stateChanges=new S.B;_onTouched=()=>{};_validatorOnChange=()=>{};_cvaOnChange=()=>{};_valueChangesSubscription=c.yU.EMPTY;_localeSubscription=c.yU.EMPTY;_pendingValue;_parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}};_filterValidator=Me=>{const mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me.value));return!mt||this._matchesFilter(mt)?null:{matDatepickerFilter:!0}};_minValidator=Me=>{const mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me.value)),vt=this._getMinDate();return!vt||!mt||this._dateAdapter.compareDate(vt,mt)<=0?null:{matDatepickerMin:{min:vt,actual:mt}}};_maxValidator=Me=>{const mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me.value)),vt=this._getMaxDate();return!vt||!mt||this._dateAdapter.compareDate(vt,mt)>=0?null:{matDatepickerMax:{max:vt,actual:mt}}};_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(Me){this._model=Me,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(mt=>{if(this._shouldHandleChangeEvent(mt)){const vt=this._getValueFromModel(mt.selection);this._lastValueValid=this._isValidValue(vt),this._cvaOnChange(vt),this._onTouched(),this._formatValue(vt),this.dateInput.emit(new It(this,this._elementRef.nativeElement)),this.dateChange.emit(new It(this,this._elementRef.nativeElement))}})}_lastValueValid=!1;constructor(){this._localeSubscription=this._dateAdapter.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(Me){(function Ze(zt,ji){const Me=Object.keys(zt);for(let mt of Me){const{previousValue:vt,currentValue:ni}=zt[mt];if(!ji.isDateInstance(vt)||!ji.isDateInstance(ni))return!0;if(!ji.sameDate(vt,ni))return!0}return!1})(Me,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(Me){this._validatorOnChange=Me}validate(Me){return this._validator?this._validator(Me):null}writeValue(Me){this._assignValueProgrammatically(Me)}registerOnChange(Me){this._cvaOnChange=Me}registerOnTouched(Me){this._onTouched=Me}setDisabledState(Me){this.disabled=Me}_onKeydown(Me){(0,U.rp)(Me,"altKey")&&Me.keyCode===j.n6&&["ctrlKey","shiftKey","metaKey"].every(ni=>!(0,U.rp)(Me,ni))&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),Me.preventDefault())}_onInput(Me){const mt=Me.target.value,vt=this._lastValueValid;let ni=this._dateAdapter.parse(mt,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(ni),ni=this._dateAdapter.getValidDateOrNull(ni);const Fi=!this._dateAdapter.sameDate(ni,this.value);!ni||Fi?this._cvaOnChange(ni):(mt&&!this.value&&this._cvaOnChange(ni),vt!==this._lastValueValid&&this._validatorOnChange()),Fi&&(this._assignValue(ni),this.dateInput.emit(new It(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new It(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(Me){this._elementRef.nativeElement.value=null!=Me?this._dateAdapter.format(Me,this._dateFormats.display.dateInput):""}_assignValue(Me){this._model?(this._assignValueToModel(Me),this._pendingValue=null):this._pendingValue=Me}_isValidValue(Me){return!Me||this._dateAdapter.isValid(Me)}_parentDisabled(){return!1}_assignValueProgrammatically(Me){Me=this._dateAdapter.deserialize(Me),this._lastValueValid=this._isValidValue(Me),Me=this._dateAdapter.getValidDateOrNull(Me),this._assignValue(Me),this._formatValue(Me)}_matchesFilter(Me){const mt=this._getDateFilter();return!mt||mt(Me)}static \u0275fac=function(mt){return new(mt||zt)};static \u0275dir=t.FsC({type:zt,inputs:{value:"value",disabled:[2,"disabled","disabled",p.L39]},outputs:{dateChange:"dateChange",dateInput:"dateInput"},features:[t.OA$]})}return zt})();const Ve={provide:h.kq,useExisting:(0,i.Rfq)(()=>it),multi:!0},Fe={provide:h.cz,useExisting:(0,i.Rfq)(()=>it),multi:!0};let it=(()=>{class zt extends Tt{_formField=(0,i.WQX)(A.xb,{optional:!0});_closedSubscription=c.yU.EMPTY;_openedSubscription=c.yU.EMPTY;set matDatepicker(Me){Me&&(this._datepicker=Me,this._ariaOwns.set(Me.opened?Me.id:null),this._closedSubscription=Me.closedStream.subscribe(()=>{this._onTouched(),this._ariaOwns.set(null)}),this._openedSubscription=Me.openedStream.subscribe(()=>{this._ariaOwns.set(Me.id)}),this._registerModel(Me.registerInput(this)))}_datepicker;_ariaOwns=(0,i.vPA)(null);get min(){return this._min}set min(Me){const mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me));this._dateAdapter.sameDate(mt,this._min)||(this._min=mt,this._validatorOnChange())}_min;get max(){return this._max}set max(Me){const mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Me));this._dateAdapter.sameDate(mt,this._max)||(this._max=mt,this._validatorOnChange())}_max;get dateFilter(){return this._dateFilter}set dateFilter(Me){const mt=this._matchesFilter(this.value);this._dateFilter=Me,this._matchesFilter(this.value)!==mt&&this._validatorOnChange()}_dateFilter;_validator;constructor(){super(),this._validator=h.k0.compose(super._getValidators())}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe(),this._openedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(Me){return Me}_assignValueToModel(Me){this._model&&this._model.updateSelection(Me,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(Me){return Me.source!==this}static \u0275fac=function(mt){return new(mt||zt)};static \u0275dir=t.FsC({type:zt,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(mt,vt){1&mt&&t.bIt("input",function(Fi){return vt._onInput(Fi)})("change",function(){return vt._onChange()})("blur",function(){return vt._onBlur()})("keydown",function(Fi){return vt._onKeydown(Fi)}),2&mt&&(t.Avn("disabled",vt.disabled),t.BMQ("aria-haspopup",vt._datepicker?"dialog":null)("aria-owns",vt._ariaOwns())("min",vt.min?vt._dateAdapter.toIso8601(vt.min):null)("max",vt.max?vt._dateAdapter.toIso8601(vt.max):null)("data-mat-calendar",vt._datepicker?vt._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:[0,"matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],features:[t.Jv_([Ve,Fe,{provide:b.O,useExisting:zt}]),t.Vt3]})}return zt})(),bt=(()=>{class zt{static \u0275fac=function(mt){return new(mt||zt)};static \u0275dir=t.FsC({type:zt,selectors:[["","matDatepickerToggleIcon",""]]})}return zt})(),ut=(()=>{class zt{_intl=(0,i.WQX)(Pe);_changeDetectorRef=(0,i.WQX)(p.gRc);_stateChanges=c.yU.EMPTY;datepicker;tabIndex;ariaLabel;get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(Me){this._disabled=Me}_disabled;disableRipple;_customIcon;_button;constructor(){const Me=(0,i.WQX)(new p.ES_("tabindex"),{optional:!0}),mt=Number(Me);this.tabIndex=mt||0===mt?mt:null}ngOnChanges(Me){Me.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(Me){this.datepicker&&!this.disabled&&(this.datepicker.open(),Me.stopPropagation())}_watchStateChanges(){const Me=this.datepicker?this.datepicker.stateChanges:(0,T.of)(),mt=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,T.of)(),vt=this.datepicker?(0,e.h)(this.datepicker.openedStream,this.datepicker.closedStream):(0,T.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,e.h)(this._intl.changes,Me,mt,vt).subscribe(()=>this._changeDetectorRef.markForCheck())}static \u0275fac=function(mt){return new(mt||zt)};static \u0275cmp=t.VBU({type:zt,selectors:[["mat-datepicker-toggle"]],contentQueries:function(mt,vt,ni){if(1&mt&&t.wni(ni,bt,5),2&mt){let Fi;t.mGM(Fi=t.lsd())&&(vt._customIcon=Fi.first)}},viewQuery:function(mt,vt){if(1&mt&&t.GBs(ve,5),2&mt){let ni;t.mGM(ni=t.lsd())&&(vt._button=ni.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(mt,vt){1&mt&&t.bIt("click",function(Fi){return vt._open(Fi)}),2&mt&&(t.BMQ("tabindex",null)("data-mat-calendar",vt.datepicker?vt.datepicker.id:null),t.AVh("mat-datepicker-toggle-active",vt.datepicker&&vt.datepicker.opened)("mat-accent",vt.datepicker&&"accent"===vt.datepicker.color)("mat-warn",vt.datepicker&&"warn"===vt.datepicker.color))},inputs:{datepicker:[0,"for","datepicker"],tabIndex:"tabIndex",ariaLabel:[0,"aria-label","ariaLabel"],disabled:[2,"disabled","disabled",p.L39],disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],features:[t.OA$],ngContentSelectors:Ee,decls:4,vars:7,consts:[["button",""],["matIconButton","","type","button",3,"tabIndex","disabled","disableRipple"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false","aria-hidden","true",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(mt,vt){1&mt&&(t.NAR(Oe),t.j41(0,"button",1,0),t.nVh(2,dt,2,0,":svg:svg",2),t.SdG(3),t.k0s()),2&mt&&(t.Y8G("tabIndex",vt.disabled?-1:vt.tabIndex)("disabled",vt.disabled)("disableRipple",vt.disableRipple),t.BMQ("aria-haspopup",vt.datepicker?"dialog":null)("aria-label",vt.ariaLabel||vt._intl.openCalendarLabel)("aria-expanded",vt.datepicker?vt.datepicker.opened:null),t.R7$(2),t.vxM(vt._customIcon?-1:2))},dependencies:[n.iY],styles:[".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color, var(--mat-sys-on-surface-variant))}.mat-datepicker-toggle button{color:inherit}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color, var(--mat-sys-primary))}@media(forced-colors: active){.mat-datepicker-toggle-default-icon{color:CanvasText}}\n"],encapsulation:2,changeDetection:0})}return zt})(),Ai=(()=>{class zt{static \u0275fac=function(mt){return new(mt||zt)};static \u0275mod=t.$C({type:zt});static \u0275inj=i.G2t({providers:[Pe,ln],imports:[D.Hl,K.z_,w.Pd,Q.jc,x.y,nn,ut,ci,k.Gj]})}return zt})()},25443:(Ae,ee,l)=>{"use strict";Ae.exports=function(t){var p=t.toLowerCase(),S=Ae.exports[p];if(!S)throw new Error(p+" is not supported (we accept pull requests)");return new S},Ae.exports.sha=l(48585),Ae.exports.sha1=l(21270),Ae.exports.sha224=l(42709),Ae.exports.sha256=l(32148),Ae.exports.sha384=l(51856),Ae.exports.sha512=l(3121)},25558:(Ae,ee,l)=>{"use strict";l.d(ee,{n:()=>S});var i=l(58750),t=l(39974),p=l(54360);function S(c,e){return(0,t.N)((T,g)=>{let d=null,w=0,m=!1;const P=()=>m&&!d&&g.complete();T.subscribe((0,p._)(g,M=>{d?.unsubscribe();let j=0;const U=w++;(0,i.Tg)(c(M,U)).subscribe(d=(0,p._)(g,K=>g.next(e?e(M,K,U,j++):K),()=>{d=null,P()}))},()=>{m=!0,P()}))})}},25596:(Ae,ee,l)=>{"use strict";l.d(ee,{Hu:()=>me,Lc:()=>j,MM:()=>K,RN:()=>w,dh:()=>m,m2:()=>M});var i=l(2615),t=l(73664),p=l(22466);const S=["*"],T=[[["","mat-card-avatar",""],["","matCardAvatar",""]],[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],"*"],g=["[mat-card-avatar], [matCardAvatar]","mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]","*"],d=new i.nKC("MAT_CARD_CONFIG");let w=(()=>{class Te{appearance;constructor(){const n=(0,i.WQX)(d,{optional:!0});this.appearance=n?.appearance||"raised"}static \u0275fac=function(o){return new(o||Te)};static \u0275cmp=t.VBU({type:Te,selectors:[["mat-card"]],hostAttrs:[1,"mat-mdc-card","mdc-card"],hostVars:8,hostBindings:function(o,f){2&o&&t.AVh("mat-mdc-card-outlined","outlined"===f.appearance)("mdc-card--outlined","outlined"===f.appearance)("mat-mdc-card-filled","filled"===f.appearance)("mdc-card--filled","filled"===f.appearance)},inputs:{appearance:"appearance"},exportAs:["matCard"],ngContentSelectors:S,decls:1,vars:0,template:function(o,f){1&o&&(t.NAR(),t.SdG(0))},styles:['.mat-mdc-card{display:flex;flex-direction:column;box-sizing:border-box;position:relative;border-style:solid;border-width:0;background-color:var(--mat-card-elevated-container-color, var(--mat-sys-surface-container-low));border-color:var(--mat-card-elevated-container-color, var(--mat-sys-surface-container-low));border-radius:var(--mat-card-elevated-container-shape, var(--mat-sys-corner-medium));box-shadow:var(--mat-card-elevated-container-elevation, var(--mat-sys-level1))}.mat-mdc-card::after{position:absolute;top:0;left:0;width:100%;height:100%;border:solid 1px rgba(0,0,0,0);content:"";display:block;pointer-events:none;box-sizing:border-box;border-radius:var(--mat-card-elevated-container-shape, var(--mat-sys-corner-medium))}.mat-mdc-card-outlined{background-color:var(--mat-card-outlined-container-color, var(--mat-sys-surface));border-radius:var(--mat-card-outlined-container-shape, var(--mat-sys-corner-medium));border-width:var(--mat-card-outlined-outline-width, 1px);border-color:var(--mat-card-outlined-outline-color, var(--mat-sys-outline-variant));box-shadow:var(--mat-card-outlined-container-elevation, var(--mat-sys-level0))}.mat-mdc-card-outlined::after{border:none}.mat-mdc-card-filled{background-color:var(--mat-card-filled-container-color, var(--mat-sys-surface-container-highest));border-radius:var(--mat-card-filled-container-shape, var(--mat-sys-corner-medium));box-shadow:var(--mat-card-filled-container-elevation, var(--mat-sys-level0))}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mat-mdc-card-actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mat-mdc-card-title{font-family:var(--mat-card-title-text-font, var(--mat-sys-title-large-font));line-height:var(--mat-card-title-text-line-height, var(--mat-sys-title-large-line-height));font-size:var(--mat-card-title-text-size, var(--mat-sys-title-large-size));letter-spacing:var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));font-weight:var(--mat-card-title-text-weight, var(--mat-sys-title-large-weight))}.mat-mdc-card-subtitle{color:var(--mat-card-subtitle-text-color, var(--mat-sys-on-surface));font-family:var(--mat-card-subtitle-text-font, var(--mat-sys-title-medium-font));line-height:var(--mat-card-subtitle-text-line-height, var(--mat-sys-title-medium-line-height));font-size:var(--mat-card-subtitle-text-size, var(--mat-sys-title-medium-size));letter-spacing:var(--mat-card-subtitle-text-tracking, var(--mat-sys-title-medium-tracking));font-weight:var(--mat-card-subtitle-text-weight, var(--mat-sys-title-medium-weight))}.mat-mdc-card-title,.mat-mdc-card-subtitle{display:block;margin:0}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle{padding:16px 16px 0}.mat-mdc-card-header{display:flex;padding:16px 16px 0}.mat-mdc-card-content{display:block;padding:0 16px}.mat-mdc-card-content:first-child{padding-top:16px}.mat-mdc-card-content:last-child{padding-bottom:16px}.mat-mdc-card-title-group{display:flex;justify-content:space-between;width:100%}.mat-mdc-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;margin-bottom:16px;object-fit:cover}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title{line-height:normal}.mat-mdc-card-sm-image{width:80px;height:80px}.mat-mdc-card-md-image{width:112px;height:112px}.mat-mdc-card-lg-image{width:152px;height:152px}.mat-mdc-card-xl-image{width:240px;height:240px}.mat-mdc-card-subtitle~.mat-mdc-card-title,.mat-mdc-card-title~.mat-mdc-card-subtitle,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-title-group .mat-mdc-card-title,.mat-mdc-card-title-group .mat-mdc-card-subtitle{padding-top:0}.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer){margin-bottom:0}.mat-mdc-card-actions-align-end{justify-content:flex-end}\n'],encapsulation:2,changeDetection:0})}return Te})(),m=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275dir=t.FsC({type:Te,selectors:[["mat-card-title"],["","mat-card-title",""],["","matCardTitle",""]],hostAttrs:[1,"mat-mdc-card-title"]})}return Te})(),M=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275dir=t.FsC({type:Te,selectors:[["mat-card-content"]],hostAttrs:[1,"mat-mdc-card-content"]})}return Te})(),j=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275dir=t.FsC({type:Te,selectors:[["mat-card-subtitle"],["","mat-card-subtitle",""],["","matCardSubtitle",""]],hostAttrs:[1,"mat-mdc-card-subtitle"]})}return Te})(),K=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275cmp=t.VBU({type:Te,selectors:[["mat-card-header"]],hostAttrs:[1,"mat-mdc-card-header"],ngContentSelectors:g,decls:4,vars:0,consts:[[1,"mat-mdc-card-header-text"]],template:function(o,f){1&o&&(t.NAR(T),t.SdG(0),t.rj2(1,"div",0),t.SdG(2,1),t.eux(),t.SdG(3,2))},encapsulation:2,changeDetection:0})}return Te})(),me=(()=>{class Te{static \u0275fac=function(o){return new(o||Te)};static \u0275mod=t.$C({type:Te});static \u0275inj=i.G2t({imports:[p.y,p.y]})}return Te})()},26254:(Ae,ee,l)=>{const i=l(19089),S=i.getBCHDigit(1335);ee.getEncodedBits=function(e,T){const g=e.bit<<3|T;let d=g<<10;for(;i.getBCHDigit(d)-S>=0;)d^=1335<{"use strict";l.d(ee,{U:()=>p});var i=l(31397),t=l(33669);function p(S=1/0){return(0,i.Z)(t.D,S)}},26881:(Ae,ee,l)=>{"use strict";l.d(ee,{p:()=>S});var i=l(2615),t=l(73664),p=l(22466);let S=(()=>{class c{static \u0275fac=function(g){return new(g||c)};static \u0275mod=t.$C({type:c});static \u0275inj=i.G2t({imports:[p.y,p.y]})}return c})()},27054:(Ae,ee,l)=>{var i=l(83838),t=i.Buffer;function p(c,e){for(var T in c)e[T]=c[T]}function S(c,e,T){return t(c,e,T)}t.from&&t.alloc&&t.allocUnsafe&&t.allocUnsafeSlow?Ae.exports=i:(p(i,ee),ee.Buffer=S),S.prototype=Object.create(t.prototype),p(t,S),S.from=function(c,e,T){if("number"==typeof c)throw new TypeError("Argument must not be a number");return t(c,e,T)},S.alloc=function(c,e,T){if("number"!=typeof c)throw new TypeError("Argument must be a number");var g=t(c);return void 0!==e?"string"==typeof T?g.fill(e,T):g.fill(e):g.fill(0),g},S.allocUnsafe=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return t(c)},S.allocUnsafeSlow=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return i.SlowBuffer(c)}},27138:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(12901),p=l(95542),S=l(39210),c=i.sum32,e=i.sum32_4,T=i.sum32_5,g=p.ch32,d=p.maj32,w=p.s0_256,m=p.s1_256,P=p.g0_256,M=p.g1_256,j=t.BlockHash,U=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function K(){if(!(this instanceof K))return new K;j.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=U,this.W=new Array(64)}i.inherits(K,j),Ae.exports=K,K.blockSize=512,K.outSize=256,K.hmacStrength=192,K.padLength=64,K.prototype._update=function(G,Q){for(var $=this.W,ae=0;ae<16;ae++)$[ae]=G[Q+ae];for(;ae<$.length;ae++)$[ae]=e(M($[ae-2]),$[ae-7],P($[ae-15]),$[ae-16]);var ue=this.h[0],oe=this.h[1],he=this.h[2],me=this.h[3],Te=this.h[4],D=this.h[5],n=this.h[6],o=this.h[7];for(S(this.k.length===$.length),ae=0;ae<$.length;ae++){var f=T(o,m(Te),g(Te,D,n),this.k[ae],$[ae]),h=c(w(ue),d(ue,oe,he));o=n,n=D,D=Te,Te=c(me,f),me=he,he=oe,oe=ue,ue=c(f,h)}this.h[0]=c(this.h[0],ue),this.h[1]=c(this.h[1],oe),this.h[2]=c(this.h[2],he),this.h[3]=c(this.h[3],me),this.h[4]=c(this.h[4],Te),this.h[5]=c(this.h[5],D),this.h[6]=c(this.h[6],n),this.h[7]=c(this.h[7],o)},K.prototype._digest=function(G){return"hex"===G?i.toHex32(this.h,"big"):i.split32(this.h,"big")}},27203:(Ae,ee,l)=>{"use strict";var i=l(65891);Ae.exports=i.getPrototypeOf||null},27468:(Ae,ee,l)=>{"use strict";l.d(ee,{p:()=>g});var i=l(71985),t=l(93073),p=l(58750),S=l(9326),c=l(54360),e=l(6450),T=l(58496);function g(...d){const w=(0,S.ms)(d),{args:m,keys:P}=(0,t.D)(d),M=new i.c(j=>{const{length:U}=m;if(!U)return void j.complete();const K=new Array(U);let q=U,G=U;for(let Q=0;Q{$||($=!0,G--),K[Q]=ae},()=>q--,void 0,()=>{(!q||!$)&&(G||j.next(P?(0,T.e)(P,K):K),j.complete())}))}});return w?M.pipe((0,e.I)(w)):M}},27637:(Ae,ee,l)=>{function U(K){return Object.prototype.toString.call(K)}ee.isArray=function i(K){return Array.isArray?Array.isArray(K):"[object Array]"===U(K)},ee.isBoolean=function t(K){return"boolean"==typeof K},ee.isNull=function p(K){return null===K},ee.isNullOrUndefined=function S(K){return null==K},ee.isNumber=function c(K){return"number"==typeof K},ee.isString=function e(K){return"string"==typeof K},ee.isSymbol=function T(K){return"symbol"==typeof K},ee.isUndefined=function g(K){return void 0===K},ee.isRegExp=function d(K){return"[object RegExp]"===U(K)},ee.isObject=function w(K){return"object"==typeof K&&null!==K},ee.isDate=function m(K){return"[object Date]"===U(K)},ee.isError=function P(K){return"[object Error]"===U(K)||K instanceof Error},ee.isFunction=function M(K){return"function"==typeof K},ee.isPrimitive=function j(K){return null===K||"boolean"==typeof K||"number"==typeof K||"string"==typeof K||"symbol"==typeof K||typeof K>"u"},ee.isBuffer=l(83838).Buffer.isBuffer},27809:(Ae,ee,l)=>{"use strict";var t=l(2655).Buffer,p=l(15340);function S(c,e,T){c.copy(e,T)}Ae.exports=function(){function c(){(function i(c,e){if(!(c instanceof e))throw new TypeError("Cannot call a class as a function")})(this,c),this.head=null,this.tail=null,this.length=0}return c.prototype.push=function(T){var g={data:T,next:null};this.length>0?this.tail.next=g:this.head=g,this.tail=g,++this.length},c.prototype.unshift=function(T){var g={data:T,next:this.head};0===this.length&&(this.tail=g),this.head=g,++this.length},c.prototype.shift=function(){if(0!==this.length){var T=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,T}},c.prototype.clear=function(){this.head=this.tail=null,this.length=0},c.prototype.join=function(T){if(0===this.length)return"";for(var g=this.head,d=""+g.data;g=g.next;)d+=T+g.data;return d},c.prototype.concat=function(T){if(0===this.length)return t.alloc(0);for(var g=t.allocUnsafe(T>>>0),d=this.head,w=0;d;)S(d.data,g,w),w+=d.data.length,d=d.next;return g},c}(),p&&p.inspect&&p.inspect.custom&&(Ae.exports.prototype[p.inspect.custom]=function(){var c=p.inspect({length:this.length});return this.constructor.name+" "+c})},28203:(Ae,ee,l)=>{"use strict";l.d(ee,{jI:()=>S});var i=l(2615),t=l(73664);let S=(()=>{class c{static \u0275fac=function(g){return new(g||c)};static \u0275mod=t.$C({type:c});static \u0275inj=i.G2t({})}return c})()},28211:(Ae,ee,l)=>{"use strict";function i(t){return t instanceof Date&&!isNaN(t)}l.d(ee,{v:()=>i})},28430:(Ae,ee,l)=>{"use strict";l.d(ee,{$6:()=>B,$J:()=>r,$Q:()=>D,Aw:()=>g,C2:()=>m,CK:()=>ae,Db:()=>Ht,Do:()=>I,Dq:()=>be,ED:()=>ct,EM:()=>Ke,Eb:()=>Oe,Ew:()=>ge,Fd:()=>oe,GZ:()=>ve,Gy:()=>j,Gz:()=>Mt,Hm:()=>Te,Jx:()=>pe,Ml:()=>lt,N4:()=>he,NS:()=>e,NU:()=>Ce,Qj:()=>U,Qv:()=>Pe,Sn:()=>T,T4:()=>me,Uj:()=>ue,VK:()=>re,We:()=>G,XT:()=>P,Yi:()=>x,Zi:()=>$,a5:()=>Be,aB:()=>_e,cR:()=>b,dv:()=>n,ed:()=>Q,fy:()=>o,g6:()=>Le,gf:()=>S,ij:()=>k,jQ:()=>Ct,kQ:()=>nt,kX:()=>w,kv:()=>W,lg:()=>c,no:()=>p,qw:()=>Ee,sq:()=>K,uK:()=>_,vL:()=>f,w0:()=>h,x1:()=>d,y0:()=>dt,zU:()=>A});var i=l(59640),t=l(4416);const p=(0,i.VP)(t.TC.UPDATE_API_CALL_STATUS_CLN,(0,i.xk)()),S=(0,i.VP)(t.TC.RESET_CLN_STORE),c=(0,i.VP)(t.TC.FETCH_PAGE_SETTINGS_CLN),e=(0,i.VP)(t.TC.SET_PAGE_SETTINGS_CLN,(0,i.xk)()),T=(0,i.VP)(t.TC.SAVE_PAGE_SETTINGS_CLN,(0,i.xk)()),g=(0,i.VP)(t.TC.FETCH_INFO_CLN,(0,i.xk)()),d=(0,i.VP)(t.TC.SET_INFO_CLN,(0,i.xk)()),w=(0,i.VP)(t.TC.FETCH_FEE_RATES_CLN,(0,i.xk)()),m=(0,i.VP)(t.TC.SET_FEE_RATES_CLN,(0,i.xk)()),P=(0,i.VP)(t.TC.GET_NEW_ADDRESS_CLN,(0,i.xk)()),j=((0,i.VP)(t.TC.SET_NEW_ADDRESS_CLN,(0,i.xk)()),(0,i.VP)(t.TC.FETCH_PEERS_CLN)),U=(0,i.VP)(t.TC.SET_PEERS_CLN,(0,i.xk)()),K=(0,i.VP)(t.TC.SAVE_NEW_PEER_CLN,(0,i.xk)()),G=((0,i.VP)(t.TC.NEWLY_ADDED_PEER_CLN,(0,i.xk)()),(0,i.VP)(t.TC.ADD_PEER_CLN,(0,i.xk)())),Q=(0,i.VP)(t.TC.DETACH_PEER_CLN,(0,i.xk)()),$=(0,i.VP)(t.TC.REMOVE_PEER_CLN,(0,i.xk)()),ae=(0,i.VP)(t.TC.FETCH_PAYMENTS_CLN),ue=(0,i.VP)(t.TC.SET_PAYMENTS_CLN,(0,i.xk)()),oe=(0,i.VP)(t.TC.SEND_PAYMENT_CLN,(0,i.xk)()),he=(0,i.VP)(t.TC.SEND_PAYMENT_STATUS_CLN,(0,i.xk)()),me=(0,i.VP)(t.TC.GET_QUERY_ROUTES_CLN,(0,i.xk)()),Te=(0,i.VP)(t.TC.SET_QUERY_ROUTES_CLN,(0,i.xk)()),D=(0,i.VP)(t.TC.FETCH_CHANNELS_CLN),n=(0,i.VP)(t.TC.SET_CHANNELS_CLN,(0,i.xk)()),o=(0,i.VP)(t.TC.UPDATE_CHANNEL_CLN,(0,i.xk)()),f=(0,i.VP)(t.TC.SAVE_NEW_CHANNEL_CLN,(0,i.xk)()),h=(0,i.VP)(t.TC.CLOSE_CHANNEL_CLN,(0,i.xk)()),b=(0,i.VP)(t.TC.REMOVE_CHANNEL_CLN,(0,i.xk)()),A=(0,i.VP)(t.TC.PEER_LOOKUP_CLN,(0,i.xk)()),k=(0,i.VP)(t.TC.CHANNEL_LOOKUP_CLN,(0,i.xk)()),x=(0,i.VP)(t.TC.INVOICE_LOOKUP_CLN,(0,i.xk)()),r=(0,i.VP)(t.TC.SET_LOOKUP_CLN,(0,i.xk)()),_=(0,i.VP)(t.TC.GET_FORWARDING_HISTORY_CLN,(0,i.xk)()),W=(0,i.VP)(t.TC.SET_FORWARDING_HISTORY_CLN,(0,i.xk)()),I=(0,i.VP)(t.TC.FETCH_INVOICES_CLN),B=(0,i.VP)(t.TC.SET_INVOICES_CLN,(0,i.xk)()),re=(0,i.VP)(t.TC.SAVE_NEW_INVOICE_CLN,(0,i.xk)()),pe=(0,i.VP)(t.TC.ADD_INVOICE_CLN,(0,i.xk)()),be=(0,i.VP)(t.TC.UPDATE_INVOICE_CLN,(0,i.xk)()),Be=(0,i.VP)(t.TC.DELETE_EXPIRED_INVOICE_CLN,(0,i.xk)()),_e=(0,i.VP)(t.TC.SET_CHANNEL_TRANSACTION_CLN,(0,i.xk)()),Le=((0,i.VP)(t.TC.SET_CHANNEL_TRANSACTION_RES_CLN,(0,i.xk)()),(0,i.VP)(t.TC.FETCH_UTXO_BALANCES_CLN)),Ke=(0,i.VP)(t.TC.SET_UTXO_BALANCES_CLN,(0,i.xk)()),ge=(0,i.VP)(t.TC.FETCH_OFFER_INVOICE_CLN,(0,i.xk)()),ve=(0,i.VP)(t.TC.SET_OFFER_INVOICE_CLN,(0,i.xk)()),Oe=(0,i.VP)(t.TC.FETCH_OFFERS_CLN),Ee=(0,i.VP)(t.TC.SET_OFFERS_CLN,(0,i.xk)()),dt=(0,i.VP)(t.TC.SAVE_NEW_OFFER_CLN,(0,i.xk)()),nt=(0,i.VP)(t.TC.ADD_OFFER_CLN,(0,i.xk)()),Ct=(0,i.VP)(t.TC.DISABLE_OFFER_CLN,(0,i.xk)()),Mt=(0,i.VP)(t.TC.UPDATE_OFFER_CLN,(0,i.xk)()),lt=(0,i.VP)(t.TC.FETCH_OFFER_BOOKMARKS_CLN),Pe=(0,i.VP)(t.TC.SET_OFFER_BOOKMARKS_CLN,(0,i.xk)()),Ht=(0,i.VP)(t.TC.ADD_UPDATE_OFFER_BOOKMARK_CLN,(0,i.xk)()),ct=(0,i.VP)(t.TC.DELETE_OFFER_BOOKMARK_CLN,(0,i.xk)()),Ce=(0,i.VP)(t.TC.REMOVE_OFFER_BOOKMARK_CLN,(0,i.xk)())},28793:(Ae,ee,l)=>{"use strict";l.d(ee,{x:()=>c});var i=l(26365),p=l(9326),S=l(22806);function c(...e){return function t(){return(0,i.U)(1)}()((0,S.H)(e,(0,p.lI)(e)))}},29042:(Ae,ee,l)=>{"use strict";var i=l(88723),t=l(33556),p=l(3136),S=l(23401),c=l(35294),e=p.assert,T=l(60541),g=l(40484);function d(w){if(!(this instanceof d))return new d(w);"string"==typeof w&&(e(Object.prototype.hasOwnProperty.call(S,w),"Unknown curve "+w),w=S[w]),w instanceof S.PresetCurve&&(w={curve:w}),this.curve=w.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=w.curve.g,this.g.precompute(w.curve.n.bitLength()+1),this.hash=w.hash||w.curve.hash}Ae.exports=d,d.prototype.keyPair=function(m){return new T(this,m)},d.prototype.keyFromPrivate=function(m,P){return T.fromPrivate(this,m,P)},d.prototype.keyFromPublic=function(m,P){return T.fromPublic(this,m,P)},d.prototype.genKeyPair=function(m){m||(m={});for(var P=new t({hash:this.hash,pers:m.pers,persEnc:m.persEnc||"utf8",entropy:m.entropy||c(this.hash.hmacStrength),entropyEnc:m.entropy&&m.entropyEnc||"utf8",nonce:this.n.toArray()}),M=this.n.byteLength(),j=this.n.sub(new i(2));;){var U=new i(P.generate(M));if(!(U.cmp(j)>0))return U.iaddn(1),this.keyFromPrivate(U)}},d.prototype._truncateToN=function(m,P,M){var j;if(i.isBN(m)||"number"==typeof m)j=(m=new i(m,16)).byteLength();else if("object"==typeof m)j=m.length,m=new i(m,16);else{var U=m.toString();j=U.length+1>>>1,m=new i(U,16)}"number"!=typeof M&&(M=8*j);var K=M-this.n.bitLength();return K>0&&(m=m.ushrn(K)),!P&&m.cmp(this.n)>=0?m.sub(this.n):m},d.prototype.sign=function(m,P,M,j){if("object"==typeof M&&(j=M,M=null),j||(j={}),"string"!=typeof m&&"number"!=typeof m&&!i.isBN(m)){e("object"==typeof m&&m&&"number"==typeof m.length,"Expected message to be an array-like, a hex string, or a BN instance"),e(m.length>>>0===m.length);for(var U=0;U=0)){var oe=this.g.mul(ue);if(!oe.isInfinity()){var he=oe.getX(),me=he.umod(this.n);if(0!==me.cmpn(0)){var Te=ue.invm(this.n).mul(me.mul(P.getPrivate()).iadd(m));if(0!==(Te=Te.umod(this.n)).cmpn(0)){var D=(oe.getY().isOdd()?1:0)|(0!==he.cmp(me)?2:0);return j.canonical&&Te.cmp(this.nh)>0&&(Te=this.n.sub(Te),D^=1),new g({r:me,s:Te,recoveryParam:D})}}}}}},d.prototype.verify=function(m,P,M,j,U){U||(U={}),m=this._truncateToN(m,!1,U.msgBitLength),M=this.keyFromPublic(M,j);var K=(P=new g(P,"hex")).r,q=P.s;if(K.cmpn(1)<0||K.cmp(this.n)>=0||q.cmpn(1)<0||q.cmp(this.n)>=0)return!1;var ae,G=q.invm(this.n),Q=G.mul(m).umod(this.n),$=G.mul(K).umod(this.n);return this.curve._maxwellTrick?!(ae=this.g.jmulAdd(Q,M.getPublic(),$)).isInfinity()&&ae.eqXToP(K):!(ae=this.g.mulAdd(Q,M.getPublic(),$)).isInfinity()&&0===ae.getX().umod(this.n).cmp(K)},d.prototype.recoverPubKey=function(w,m,P,M){e((3&P)===P,"The recovery param is more than two bits"),m=new g(m,M);var j=this.n,U=new i(w),K=m.r,q=m.s,G=1&P,Q=P>>1;if(K.cmp(this.curve.p.umod(this.curve.n))>=0&&Q)throw new Error("Unable to find sencond key candinate");K=this.curve.pointFromX(Q?K.add(this.curve.n):K,G);var $=m.r.invm(j),ae=j.sub(U).mul($).umod(j),ue=q.mul($).umod(j);return this.g.mulAdd(ae,K,ue)},d.prototype.getKeyRecoveryParam=function(w,m,P,M){if(null!==(m=new g(m,M)).recoveryParam)return m.recoveryParam;for(var j=0;j<4;j++){var U;try{U=this.recoverPubKey(w,m,j)}catch{continue}if(U.eq(P))return j}throw new Error("Unable to find valid recovery factor")}},29157:(Ae,ee,l)=>{"use strict";l.d(ee,{U:()=>t});var i=l(73664);let t=(()=>{var p;class S{constructor(){this.copied=new i.bkB}onClick(e){e.preventDefault(),this.payload&&(navigator.clipboard?this.copyUsingClipboardAPI():this.copyUsingFallbackMethod())}copyUsingFallbackMethod(){const e=document.createElement("textarea");e.value=this.payload,document.body.appendChild(e),e.select();try{document.execCommand("copy")?this.copied.emit(this.payload.toString()):this.copied.emit("Error could not copy text.")}finally{document.body.removeChild(e)}}copyUsingClipboardAPI(){navigator.clipboard.writeText(this.payload.toString()).then(()=>{this.copied.emit(this.payload.toString())}).catch(e=>{this.copied.emit("Error could not copy text: "+JSON.stringify(e))})}static#e=p=()=>(this.\u0275fac=function(T){return new(T||S)},this.\u0275dir=i.FsC({type:S,selectors:[["","rtlClipboard",""]],hostBindings:function(T,g){1&T&&i.bIt("click",function(w){return g.onClick(w)})},inputs:{payload:"payload"},outputs:{copied:"copied"},standalone:!1}))}return p(),S})()},29330:(Ae,ee,l)=>{"use strict";l.d(ee,{$R:()=>ci,Nl:()=>oe,Qq:()=>Le,Sx:()=>ui,ZZ:()=>It,a7:()=>Ht,q1:()=>Ze});var i=l(10467),t=l(2615),p=l(73664),S=l(70274),c=l(5964),e=l(70980),T=l(96354),g=l(25558),d=l(71985),m=(l(22806),l(7673)),P=l(52512);class M{}class j{}class U{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(it){it?"string"==typeof it?this.lazyInit=()=>{this.headers=new Map,it.split("\n").forEach(bt=>{const ut=bt.indexOf(":");if(ut>0){const jt=bt.slice(0,ut),ai=bt.slice(ut+1).trim();this.addHeaderEntry(jt,ai)}})}:typeof Headers<"u"&&it instanceof Headers?(this.headers=new Map,it.forEach((bt,ut)=>{this.addHeaderEntry(ut,bt)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(it).forEach(([bt,ut])=>{this.setHeaderEntries(bt,ut)})}:this.headers=new Map}has(it){return this.init(),this.headers.has(it.toLowerCase())}get(it){this.init();const bt=this.headers.get(it.toLowerCase());return bt&&bt.length>0?bt[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(it){return this.init(),this.headers.get(it.toLowerCase())||null}append(it,bt){return this.clone({name:it,value:bt,op:"a"})}set(it,bt){return this.clone({name:it,value:bt,op:"s"})}delete(it,bt){return this.clone({name:it,value:bt,op:"d"})}maybeSetNormalizedName(it,bt){this.normalizedNames.has(bt)||this.normalizedNames.set(bt,it)}init(){this.lazyInit&&(this.lazyInit instanceof U?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(it=>this.applyUpdate(it)),this.lazyUpdate=null))}copyFrom(it){it.init(),Array.from(it.headers.keys()).forEach(bt=>{this.headers.set(bt,it.headers.get(bt)),this.normalizedNames.set(bt,it.normalizedNames.get(bt))})}clone(it){const bt=new U;return bt.lazyInit=this.lazyInit&&this.lazyInit instanceof U?this.lazyInit:this,bt.lazyUpdate=(this.lazyUpdate||[]).concat([it]),bt}applyUpdate(it){const bt=it.name.toLowerCase();switch(it.op){case"a":case"s":let ut=it.value;if("string"==typeof ut&&(ut=[ut]),0===ut.length)return;this.maybeSetNormalizedName(it.name,bt);const jt=("a"===it.op?this.headers.get(bt):void 0)||[];jt.push(...ut),this.headers.set(bt,jt);break;case"d":const ai=it.value;if(ai){let pi=this.headers.get(bt);if(!pi)return;pi=pi.filter(ki=>-1===ai.indexOf(ki)),0===pi.length?(this.headers.delete(bt),this.normalizedNames.delete(bt)):this.headers.set(bt,pi)}else this.headers.delete(bt),this.normalizedNames.delete(bt)}}addHeaderEntry(it,bt){const ut=it.toLowerCase();this.maybeSetNormalizedName(it,ut),this.headers.has(ut)?this.headers.get(ut).push(bt):this.headers.set(ut,[bt])}setHeaderEntries(it,bt){const ut=(Array.isArray(bt)?bt:[bt]).map(ai=>ai.toString()),jt=it.toLowerCase();this.headers.set(jt,ut),this.maybeSetNormalizedName(it,jt)}forEach(it){this.init(),Array.from(this.normalizedNames.keys()).forEach(bt=>it(this.normalizedNames.get(bt),this.headers.get(bt)))}}class q{encodeKey(it){return ae(it)}encodeValue(it){return ae(it)}decodeKey(it){return decodeURIComponent(it)}decodeValue(it){return decodeURIComponent(it)}}const Q=/%(\d[a-f0-9])/gi,$={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function ae(Fe){return encodeURIComponent(Fe).replace(Q,(it,bt)=>$[bt]??it)}function ue(Fe){return`${Fe}`}class oe{map;encoder;updates=null;cloneFrom=null;constructor(it={}){if(this.encoder=it.encoder||new q,it.fromString){if(it.fromObject)throw new t.buA(2805,!1);this.map=function G(Fe,it){const bt=new Map;return Fe.length>0&&Fe.replace(/^\?/,"").split("&").forEach(jt=>{const ai=jt.indexOf("="),[pi,ki]=-1==ai?[it.decodeKey(jt),""]:[it.decodeKey(jt.slice(0,ai)),it.decodeValue(jt.slice(ai+1))],Ki=bt.get(pi)||[];Ki.push(ki),bt.set(pi,Ki)}),bt}(it.fromString,this.encoder)}else it.fromObject?(this.map=new Map,Object.keys(it.fromObject).forEach(bt=>{const ut=it.fromObject[bt],jt=Array.isArray(ut)?ut.map(ue):[ue(ut)];this.map.set(bt,jt)})):this.map=null}has(it){return this.init(),this.map.has(it)}get(it){this.init();const bt=this.map.get(it);return bt?bt[0]:null}getAll(it){return this.init(),this.map.get(it)||null}keys(){return this.init(),Array.from(this.map.keys())}append(it,bt){return this.clone({param:it,value:bt,op:"a"})}appendAll(it){const bt=[];return Object.keys(it).forEach(ut=>{const jt=it[ut];Array.isArray(jt)?jt.forEach(ai=>{bt.push({param:ut,value:ai,op:"a"})}):bt.push({param:ut,value:jt,op:"a"})}),this.clone(bt)}set(it,bt){return this.clone({param:it,value:bt,op:"s"})}delete(it,bt){return this.clone({param:it,value:bt,op:"d"})}toString(){return this.init(),this.keys().map(it=>{const bt=this.encoder.encodeKey(it);return this.map.get(it).map(ut=>bt+"="+this.encoder.encodeValue(ut)).join("&")}).filter(it=>""!==it).join("&")}clone(it){const bt=new oe({encoder:this.encoder});return bt.cloneFrom=this.cloneFrom||this,bt.updates=(this.updates||[]).concat(it),bt}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(it=>this.map.set(it,this.cloneFrom.map.get(it))),this.updates.forEach(it=>{switch(it.op){case"a":case"s":const bt=("a"===it.op?this.map.get(it.param):void 0)||[];bt.push(ue(it.value)),this.map.set(it.param,bt);break;case"d":if(void 0===it.value){this.map.delete(it.param);break}{let ut=this.map.get(it.param)||[];const jt=ut.indexOf(ue(it.value));-1!==jt&&ut.splice(jt,1),ut.length>0?this.map.set(it.param,ut):this.map.delete(it.param)}}}),this.cloneFrom=this.updates=null)}}class me{map=new Map;set(it,bt){return this.map.set(it,bt),this}get(it){return this.map.has(it)||this.map.set(it,it.defaultValue()),this.map.get(it)}delete(it){return this.map.delete(it),this}has(it){return this.map.has(it)}keys(){return this.map.keys()}}function D(Fe){return typeof ArrayBuffer<"u"&&Fe instanceof ArrayBuffer}function n(Fe){return typeof Blob<"u"&&Fe instanceof Blob}function o(Fe){return typeof FormData<"u"&&Fe instanceof FormData}const h="Content-Type",b="Accept",A="X-Request-URL",k="text/plain",x="application/json",r=`${x}, ${k}, */*`;class _{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(it,bt,ut,jt){let ai;if(this.url=bt,this.method=it.toUpperCase(),function Te(Fe){switch(Fe){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||jt?(this.body=void 0!==ut?ut:null,ai=jt):ai=ut,ai){if(this.reportProgress=!!ai.reportProgress,this.withCredentials=!!ai.withCredentials,this.keepalive=!!ai.keepalive,ai.responseType&&(this.responseType=ai.responseType),ai.headers&&(this.headers=ai.headers),ai.context&&(this.context=ai.context),ai.params&&(this.params=ai.params),ai.priority&&(this.priority=ai.priority),ai.cache&&(this.cache=ai.cache),ai.credentials&&(this.credentials=ai.credentials),"number"==typeof ai.timeout){if(ai.timeout<1||!Number.isInteger(ai.timeout))throw new t.buA(2822,"");this.timeout=ai.timeout}ai.mode&&(this.mode=ai.mode),ai.redirect&&(this.redirect=ai.redirect),ai.integrity&&(this.integrity=ai.integrity),ai.referrer&&(this.referrer=ai.referrer),this.transferCache=ai.transferCache}if(this.headers??=new U,this.context??=new me,this.params){const pi=this.params.toString();if(0===pi.length)this.urlWithParams=bt;else{const ki=bt.indexOf("?");this.urlWithParams=bt+(-1===ki?"?":kiMe.set(mt,it.setHeaders[mt]),Yi)),it.setParams&&(zt=Object.keys(it.setParams).reduce((Me,mt)=>Me.set(mt,it.setParams[mt]),zt)),new _(bt,ut,Gi,{params:zt,headers:Yi,context:ji,reportProgress:Ai,responseType:jt,withCredentials:Ci,transferCache:Fn,keepalive:ai,cache:ki,priority:pi,timeout:xi,mode:Ki,redirect:Ji,credentials:Dn,referrer:En,integrity:An})}}var W=function(Fe){return Fe[Fe.Sent=0]="Sent",Fe[Fe.UploadProgress=1]="UploadProgress",Fe[Fe.ResponseHeader=2]="ResponseHeader",Fe[Fe.DownloadProgress=3]="DownloadProgress",Fe[Fe.Response=4]="Response",Fe[Fe.User=5]="User",Fe}(W||{});class I{headers;status;statusText;url;ok;type;redirected;constructor(it,bt=200,ut="OK"){this.headers=it.headers||new U,this.status=void 0!==it.status?it.status:bt,this.statusText=it.statusText||ut,this.url=it.url||null,this.redirected=it.redirected,this.ok=this.status>=200&&this.status<300}}class B extends I{constructor(it={}){super(it)}type=W.ResponseHeader;clone(it={}){return new B({headers:it.headers||this.headers,status:void 0!==it.status?it.status:this.status,statusText:it.statusText||this.statusText,url:it.url||this.url||void 0})}}class re extends I{body;constructor(it={}){super(it),this.body=void 0!==it.body?it.body:null}type=W.Response;clone(it={}){return new re({body:void 0!==it.body?it.body:this.body,headers:it.headers||this.headers,status:void 0!==it.status?it.status:this.status,statusText:it.statusText||this.statusText,url:it.url||this.url||void 0,redirected:it.redirected??this.redirected})}}class pe extends I{name="HttpErrorResponse";message;error;ok=!1;constructor(it){super(it,0,"Unknown Error"),this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${it.url||"(unknown url)"}`:`Http failure response for ${it.url||"(unknown url)"}: ${it.status} ${it.statusText}`,this.error=it.error||null}}function ye(Fe,it){return{body:it,headers:Fe.headers,context:Fe.context,observe:Fe.observe,params:Fe.params,reportProgress:Fe.reportProgress,responseType:Fe.responseType,withCredentials:Fe.withCredentials,credentials:Fe.credentials,transferCache:Fe.transferCache,timeout:Fe.timeout,keepalive:Fe.keepalive,priority:Fe.priority,cache:Fe.cache,mode:Fe.mode,redirect:Fe.redirect,integrity:Fe.integrity,referrer:Fe.referrer}}let Le=(()=>{class Fe{handler;constructor(bt){this.handler=bt}request(bt,ut,jt={}){let ai;if(bt instanceof _)ai=bt;else{let Ki,Ji;Ki=jt.headers instanceof U?jt.headers:new U(jt.headers),jt.params&&(Ji=jt.params instanceof oe?jt.params:new oe({fromObject:jt.params})),ai=new _(bt,ut,void 0!==jt.body?jt.body:null,{headers:Ki,context:jt.context,params:Ji,reportProgress:jt.reportProgress,responseType:jt.responseType||"json",withCredentials:jt.withCredentials,transferCache:jt.transferCache,keepalive:jt.keepalive,priority:jt.priority,cache:jt.cache,mode:jt.mode,redirect:jt.redirect,credentials:jt.credentials,referrer:jt.referrer,integrity:jt.integrity,timeout:jt.timeout})}const pi=(0,m.of)(ai).pipe((0,S.H)(Ki=>this.handler.handle(Ki)));if(bt instanceof _||"events"===jt.observe)return pi;const ki=pi.pipe((0,c.p)(Ki=>Ki instanceof re));switch(jt.observe||"body"){case"body":switch(ai.responseType){case"arraybuffer":return ki.pipe((0,T.T)(Ki=>{if(null!==Ki.body&&!(Ki.body instanceof ArrayBuffer))throw new t.buA(2806,!1);return Ki.body}));case"blob":return ki.pipe((0,T.T)(Ki=>{if(null!==Ki.body&&!(Ki.body instanceof Blob))throw new t.buA(2807,!1);return Ki.body}));case"text":return ki.pipe((0,T.T)(Ki=>{if(null!==Ki.body&&"string"!=typeof Ki.body)throw new t.buA(2808,!1);return Ki.body}));default:return ki.pipe((0,T.T)(Ki=>Ki.body))}case"response":return ki;default:throw new t.buA(2809,!1)}}delete(bt,ut={}){return this.request("DELETE",bt,ut)}get(bt,ut={}){return this.request("GET",bt,ut)}head(bt,ut={}){return this.request("HEAD",bt,ut)}jsonp(bt,ut){return this.request("JSONP",bt,{params:(new oe).append(ut,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(bt,ut={}){return this.request("OPTIONS",bt,ut)}patch(bt,ut,jt={}){return this.request("PATCH",bt,ye(jt,ut))}post(bt,ut,jt={}){return this.request("POST",bt,ye(jt,ut))}put(bt,ut,jt={}){return this.request("PUT",bt,ye(jt,ut))}static \u0275fac=function(ut){return new(ut||Fe)(t.KVO(M))};static \u0275prov=t.jDH({token:Fe,factory:Fe.\u0275fac})}return Fe})();const Ke=/^\)\]\}',?\n/;function ge(Fe){if(Fe.url)return Fe.url;const it=A.toLocaleLowerCase();return Fe.headers.get(it)}const ve=new t.nKC("");let Oe=(()=>{class Fe{fetchImpl=(0,t.WQX)(Ee,{optional:!0})?.fetch??((...bt)=>globalThis.fetch(...bt));ngZone=(0,t.WQX)(p.SKi);destroyRef=(0,t.WQX)(t.abz);handle(bt){return new d.c(ut=>{const jt=new AbortController;let ai;return this.doRequest(bt,jt.signal,ut).then(dt,pi=>ut.error(new pe({error:pi}))),bt.timeout&&(ai=this.ngZone.runOutsideAngular(()=>setTimeout(()=>{jt.signal.aborted||jt.abort(new DOMException("signal timed out","TimeoutError"))},bt.timeout))),()=>{void 0!==ai&&clearTimeout(ai),jt.abort()}})}doRequest(bt,ut,jt){var ai=this;return(0,i.A)(function*(){const pi=ai.createRequestInit(bt);let ki;try{const Gi=ai.ngZone.runOutsideAngular(()=>ai.fetchImpl(bt.urlWithParams,{signal:ut,...pi}));(function Ct(Fe){Fe.then(dt,dt)})(Gi),jt.next({type:W.Sent}),ki=yield Gi}catch(Gi){return void jt.error(new pe({error:Gi,status:Gi.status??0,statusText:Gi.statusText,url:bt.urlWithParams,headers:Gi.headers}))}const Ki=new U(ki.headers),Ji=ki.statusText,Dn=ge(ki)??bt.urlWithParams;let En=ki.status,An=null;if(bt.reportProgress&&jt.next(new B({headers:Ki,status:En,statusText:Ji,url:Dn})),ki.body){const Gi=ki.headers.get("content-length"),Ci=[],Ai=ki.body.getReader();let zt,ji,Yi=0;const Me=typeof Zone<"u"&&Zone.current;let mt=!1;if(yield ai.ngZone.runOutsideAngular((0,i.A)(function*(){for(;;){if(ai.destroyRef.destroyed){yield Ai.cancel(),mt=!0;break}const{done:ni,value:Fi}=yield Ai.read();if(ni)break;if(Ci.push(Fi),Yi+=Fi.length,bt.reportProgress){ji="text"===bt.responseType?(ji??"")+(zt??=new TextDecoder).decode(Fi,{stream:!0}):void 0;const kn=()=>jt.next({type:W.DownloadProgress,total:Gi?+Gi:void 0,loaded:Yi,partialText:ji});Me?Me.run(kn):kn()}}})),mt)return void jt.complete();const vt=ai.concatChunks(Ci,Yi);try{const ni=ki.headers.get(h)??"";An=ai.parseBody(bt,vt,ni,En)}catch(ni){return void jt.error(new pe({error:ni,headers:new U(ki.headers),status:ki.status,statusText:ki.statusText,url:ge(ki)??bt.urlWithParams}))}}0===En&&(En=An?200:0);const xi=ki.redirected;En>=200&&En<300?(jt.next(new re({body:An,headers:Ki,status:En,statusText:Ji,url:Dn,redirected:xi})),jt.complete()):jt.error(new pe({error:An,headers:Ki,status:En,statusText:Ji,url:Dn,redirected:xi}))})()}parseBody(bt,ut,jt,ai){switch(bt.responseType){case"json":const pi=(new TextDecoder).decode(ut).replace(Ke,"");if(""===pi)return null;try{return JSON.parse(pi)}catch(ki){if(ai<200||ai>=300)return pi;throw ki}case"text":return(new TextDecoder).decode(ut);case"blob":return new Blob([ut],{type:jt});case"arraybuffer":return ut.buffer}}createRequestInit(bt){const ut={};let jt;if(jt=bt.credentials,bt.withCredentials&&(jt="include"),bt.headers.forEach((ai,pi)=>ut[ai]=pi.join(",")),bt.headers.has(b)||(ut[b]=r),!bt.headers.has(h)){const ai=bt.detectContentTypeHeader();null!==ai&&(ut[h]=ai)}return{body:bt.serializeBody(),method:bt.method,headers:ut,credentials:jt,keepalive:bt.keepalive,cache:bt.cache,priority:bt.priority,mode:bt.mode,redirect:bt.redirect,referrer:bt.referrer,integrity:bt.integrity}}concatChunks(bt,ut){const jt=new Uint8Array(ut);let ai=0;for(const pi of bt)jt.set(pi,ai),ai+=pi.length;return jt}static \u0275fac=function(ut){return new(ut||Fe)};static \u0275prov=t.jDH({token:Fe,factory:Fe.\u0275fac})}return Fe})();class Ee{}function dt(){}function Mt(Fe,it){return it(Fe)}function lt(Fe,it){return(bt,ut)=>it.intercept(bt,{handle:jt=>Fe(jt,ut)})}const Ht=new t.nKC(""),ct=new t.nKC(""),Ce=new t.nKC(""),ze=new t.nKC("",{providedIn:"root",factory:()=>!0});function Z(){let Fe=null;return(it,bt)=>{null===Fe&&(Fe=((0,t.WQX)(Ht,{optional:!0})??[]).reduceRight(lt,Mt));const ut=(0,t.WQX)(t.u5s);if((0,t.WQX)(ze)){const ai=ut.add();return Fe(it,bt).pipe((0,e.j)(ai))}return Fe(it,bt)}}let fe=(()=>{class Fe extends M{backend;injector;chain=null;pendingTasks=(0,t.WQX)(t.u5s);contributeToStability=(0,t.WQX)(ze);constructor(bt,ut){super(),this.backend=bt,this.injector=ut}handle(bt){if(null===this.chain){const ut=Array.from(new Set([...this.injector.get(ct),...this.injector.get(Ce,[])]));this.chain=ut.reduceRight((jt,ai)=>function Pe(Fe,it,bt){return(ut,jt)=>(0,t.N4e)(bt,()=>it(ut,ai=>Fe(ai,jt)))}(jt,ai,this.injector),Mt)}if(this.contributeToStability){const ut=this.pendingTasks.add();return this.chain(bt,jt=>this.backend.handle(jt)).pipe((0,e.j)(ut))}return this.chain(bt,ut=>this.backend.handle(ut))}static \u0275fac=function(ut){return new(ut||Fe)(t.KVO(j),t.KVO(t.uvJ))};static \u0275prov=t.jDH({token:Fe,factory:Fe.\u0275fac})}return Fe})();const ke=/^\)\]\}',?\n/,Ue=RegExp(`^${A}:`,"m");let yt=(()=>{class Fe{xhrFactory;constructor(bt){this.xhrFactory=bt}handle(bt){if("JSONP"===bt.method)throw new t.buA(-2800,!1);const ut=this.xhrFactory;return(0,m.of)(null).pipe((0,g.n)(()=>new d.c(ai=>{const pi=ut.build();if(pi.open(bt.method,bt.urlWithParams),bt.withCredentials&&(pi.withCredentials=!0),bt.headers.forEach((Ci,Ai)=>pi.setRequestHeader(Ci,Ai.join(","))),bt.headers.has(b)||pi.setRequestHeader(b,r),!bt.headers.has(h)){const Ci=bt.detectContentTypeHeader();null!==Ci&&pi.setRequestHeader(h,Ci)}if(bt.timeout&&(pi.timeout=bt.timeout),bt.responseType){const Ci=bt.responseType.toLowerCase();pi.responseType="json"!==Ci?Ci:"text"}const ki=bt.serializeBody();let Ki=null;const Ji=()=>{if(null!==Ki)return Ki;const Ci=pi.statusText||"OK",Ai=new U(pi.getAllResponseHeaders()),Yi=function Ne(Fe){return"responseURL"in Fe&&Fe.responseURL?Fe.responseURL:Ue.test(Fe.getAllResponseHeaders())?Fe.getResponseHeader(A):null}(pi)||bt.url;return Ki=new B({headers:Ai,status:pi.status,statusText:Ci,url:Yi}),Ki},Dn=()=>{let{headers:Ci,status:Ai,statusText:Yi,url:zt}=Ji(),ji=null;204!==Ai&&(ji=typeof pi.response>"u"?pi.responseText:pi.response),0===Ai&&(Ai=ji?200:0);let Me=Ai>=200&&Ai<300;if("json"===bt.responseType&&"string"==typeof ji){const mt=ji;ji=ji.replace(ke,"");try{ji=""!==ji?JSON.parse(ji):null}catch(vt){ji=mt,Me&&(Me=!1,ji={error:vt,text:ji})}}Me?(ai.next(new re({body:ji,headers:Ci,status:Ai,statusText:Yi,url:zt||void 0})),ai.complete()):ai.error(new pe({error:ji,headers:Ci,status:Ai,statusText:Yi,url:zt||void 0}))},En=Ci=>{const{url:Ai}=Ji(),Yi=new pe({error:Ci,status:pi.status||0,statusText:pi.statusText||"Unknown Error",url:Ai||void 0});ai.error(Yi)};let An=En;bt.timeout&&(An=Ci=>{const{url:Ai}=Ji(),Yi=new pe({error:new DOMException("Request timed out","TimeoutError"),status:pi.status||0,statusText:pi.statusText||"Request timeout",url:Ai||void 0});ai.error(Yi)});let Fn=!1;const xi=Ci=>{Fn||(ai.next(Ji()),Fn=!0);let Ai={type:W.DownloadProgress,loaded:Ci.loaded};Ci.lengthComputable&&(Ai.total=Ci.total),"text"===bt.responseType&&pi.responseText&&(Ai.partialText=pi.responseText),ai.next(Ai)},Gi=Ci=>{let Ai={type:W.UploadProgress,loaded:Ci.loaded};Ci.lengthComputable&&(Ai.total=Ci.total),ai.next(Ai)};return pi.addEventListener("load",Dn),pi.addEventListener("error",En),pi.addEventListener("timeout",An),pi.addEventListener("abort",En),bt.reportProgress&&(pi.addEventListener("progress",xi),null!==ki&&pi.upload&&pi.upload.addEventListener("progress",Gi)),pi.send(ki),ai.next({type:W.Sent}),()=>{pi.removeEventListener("error",En),pi.removeEventListener("abort",En),pi.removeEventListener("load",Dn),pi.removeEventListener("timeout",An),bt.reportProgress&&(pi.removeEventListener("progress",xi),null!==ki&&pi.upload&&pi.upload.removeEventListener("progress",Gi)),pi.readyState!==pi.DONE&&pi.abort()}})))}static \u0275fac=function(ut){return new(ut||Fe)(t.KVO(P.N))};static \u0275prov=t.jDH({token:Fe,factory:Fe.\u0275fac})}return Fe})();const Vt=new t.nKC(""),ti=new t.nKC("",{providedIn:"root",factory:()=>"XSRF-TOKEN"}),Nt=new t.nKC("",{providedIn:"root",factory:()=>"X-XSRF-TOKEN"});class Et{}let Jt=(()=>{class Fe{doc;cookieName;lastCookieString="";lastToken=null;parseCount=0;constructor(bt,ut){this.doc=bt,this.cookieName=ut}getToken(){const bt=this.doc.cookie||"";return bt!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,P.b)(bt,this.cookieName),this.lastCookieString=bt),this.lastToken}static \u0275fac=function(ut){return new(ut||Fe)(t.KVO(t.qQL),t.KVO(ti))};static \u0275prov=t.jDH({token:Fe,factory:Fe.\u0275fac})}return Fe})();const qe=/^(?:https?:)?\/\//i;function $e(Fe,it){if(!(0,t.WQX)(Vt)||"GET"===Fe.method||"HEAD"===Fe.method||qe.test(Fe.url))return it(Fe);const bt=(0,t.WQX)(Et).getToken(),ut=(0,t.WQX)(Nt);return null!=bt&&!Fe.headers.has(ut)&&(Fe=Fe.clone({headers:Fe.headers.set(ut,bt)})),it(Fe)}var vi=function(Fe){return Fe[Fe.Interceptors=0]="Interceptors",Fe[Fe.LegacyInterceptors=1]="LegacyInterceptors",Fe[Fe.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",Fe[Fe.NoXsrfProtection=3]="NoXsrfProtection",Fe[Fe.JsonpSupport=4]="JsonpSupport",Fe[Fe.RequestsMadeViaParent=5]="RequestsMadeViaParent",Fe[Fe.Fetch=6]="Fetch",Fe}(vi||{});function ei(Fe,it){return{\u0275kind:Fe,\u0275providers:it}}function ci(...Fe){const it=[Le,yt,fe,{provide:M,useExisting:fe},{provide:j,useFactory:()=>(0,t.WQX)(ve,{optional:!0})??(0,t.WQX)(yt)},{provide:ct,useValue:$e,multi:!0},{provide:Vt,useValue:!0},{provide:Et,useClass:Jt}];for(const bt of Fe)it.push(...bt.\u0275providers);return(0,t.EmA)(it)}const oi=new t.nKC("");function ui(){return ei(vi.LegacyInterceptors,[{provide:oi,useFactory:Z},{provide:ct,useExisting:oi,multi:!0}])}function It(){return ei(vi.Fetch,[Oe,{provide:ve,useExisting:Oe},{provide:j,useExisting:Oe}])}let Ze=(()=>{class Fe{static \u0275fac=function(ut){return new(ut||Fe)};static \u0275mod=p.$C({type:Fe});static \u0275inj=t.G2t({providers:[ci(ui())]})}return Fe})()},29340:(Ae,ee,l)=>{"use strict";l.d(ee,{Ce:()=>Q,DJ:()=>Pe,EA:()=>G,PV:()=>q,SL:()=>$,Ui:()=>j,ZH:()=>oe,cL:()=>di,hN:()=>ht,qH:()=>Mt,r3:()=>ue});var i=l(2615),t=l(73664),p=l(60177),S=l(71985),c=l(21413),e=l(84412),T=l(57786),g=l(24545),d=l(5964),w=l(88141);const P={provide:t.iLQ,useFactory:function m(kt,Rt){return()=>{if((0,p.UE)(Rt)){const le=Array.from(kt.querySelectorAll(`[class*=${M}]`)),te=/\bflex-layout-.+?\b/g;le.forEach(ce=>{ce.classList.contains(`${M}ssr`)&&ce.parentNode?ce.parentNode.removeChild(ce):ce.className.replace(te,"")})}}},deps:[i.qQL,t.Agw],multi:!0},M="flex-layout-";let j=(()=>{class kt{}return kt.\u0275fac=function(le){return new(le||kt)},kt.\u0275mod=t.$C({type:kt}),kt.\u0275inj=i.G2t({providers:[P]}),kt})();class U{constructor(Rt=!1,le="all",te="",ce="",se=0){this.matches=Rt,this.mediaQuery=le,this.mqAlias=te,this.suffix=ce,this.priority=se,this.property=""}clone(){return new U(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let K=(()=>{class kt{constructor(){this.stylesheet=new Map}addStyleToElement(le,te,ce){const se=this.stylesheet.get(le);se?se.set(te,ce):this.stylesheet.set(le,new Map([[te,ce]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(le,te){const ce=this.stylesheet.get(le);let se="";if(ce){const ke=ce.get(te);("number"==typeof ke||"string"==typeof ke)&&(se=ke+"")}return se}}return kt.\u0275fac=function(le){return new(le||kt)},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();const q={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[],multiplier:void 0,defaultUnit:"px",detectLayoutDisplay:!1},G=new i.nKC("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>q}),Q=new i.nKC("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),$=new i.nKC("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function ae(kt,Rt){return kt=kt?.clone()??new U,Rt&&(kt.mqAlias=Rt.alias,kt.mediaQuery=Rt.mediaQuery,kt.suffix=Rt.suffix,kt.priority=Rt.priority),kt}class ue{constructor(){this.shouldCache=!0}sideEffect(Rt,le,te){}}let oe=(()=>{class kt{constructor(le,te,ce,se){this._serverStylesheet=le,this._serverModuleLoaded=te,this._platformId=ce,this.layoutConfig=se}applyStyleToElement(le,te,ce=null){let se={};"string"==typeof te&&(se[te]=ce,te=se),se=this.layoutConfig.disableVendorPrefixes?te:(0,g.O5)(te),this._applyMultiValueStyleToElement(se,le)}applyStyleToElements(le,te=[]){const ce=this.layoutConfig.disableVendorPrefixes?le:(0,g.O5)(le);te.forEach(se=>{this._applyMultiValueStyleToElement(ce,se)})}getFlowDirection(le){const te="flex-direction";let ce=this.lookupStyle(le,te);return[ce||"row",this.lookupInlineStyle(le,te)||(0,p.Vy)(this._platformId)&&this._serverModuleLoaded?ce:""]}hasWrap(le){return"wrap"===this.lookupStyle(le,"flex-wrap")}lookupAttributeValue(le,te){return le.getAttribute(te)??""}lookupInlineStyle(le,te){return(0,p.UE)(this._platformId)?le.style.getPropertyValue(te):function he(kt,Rt){return D(kt)[Rt]??""}(le,te)}lookupStyle(le,te,ce=!1){let se="";return le&&((se=this.lookupInlineStyle(le,te))||((0,p.UE)(this._platformId)?ce||(se=getComputedStyle(le).getPropertyValue(te)):this._serverModuleLoaded&&(se=this._serverStylesheet.getStyleForElement(le,te)))),se?se.trim():""}_applyMultiValueStyleToElement(le,te){Object.keys(le).sort().forEach(ce=>{const se=le[ce],ke=Array.isArray(se)?se:[se];ke.sort();for(let Ue of ke)Ue=Ue?Ue+"":"",(0,p.UE)(this._platformId)||!this._serverModuleLoaded?(0,p.UE)(this._platformId)?te.style.setProperty(ce,Ue):me(te,ce,Ue):this._serverStylesheet.addStyleToElement(te,ce,Ue)})}}return kt.\u0275fac=function(le){return new(le||kt)(i.KVO(K),i.KVO(Q),i.KVO(t.Agw),i.KVO(G))},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();function me(kt,Rt,le){Rt=Rt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const te=D(kt);te[Rt]=le??"",function Te(kt,Rt){let le="";for(const te in Rt)Rt[te]&&(le+=`${te}:${Rt[te]};`);kt.setAttribute("style",le)}(kt,te)}function D(kt){const Rt={},le=kt.getAttribute("style");if(le){const te=le.split(/;+/g);for(let ce=0;ce0){const ke=se.indexOf(":");if(-1===ke)throw new Error(`Invalid CSS style: ${se}`);Rt[se.substr(0,ke).trim()]=se.substr(ke+1).trim()}}}return Rt}function n(kt,Rt){return(Rt&&Rt.priority||0)-(kt&&kt.priority||0)}function o(kt,Rt){return(kt.priority||0)-(Rt.priority||0)}let f=(()=>{class kt{constructor(le,te,ce){this._zone=le,this._platformId=te,this._document=ce,this.source=new e.t(new U(!0)),this.registry=new Map,this.pendingRemoveListenerFns=[],this._observable$=this.source.asObservable()}get activations(){const le=[];return this.registry.forEach((te,ce)=>{te.matches&&le.push(ce)}),le}isActive(le){return this.registry.get(le)?.matches??this.registerQuery(le).some(ce=>ce.matches)}observe(le,te=!1){if(le&&le.length){const ce=this._observable$.pipe((0,d.p)(ke=>!te||le.indexOf(ke.mediaQuery)>-1)),se=new S.c(ke=>{const Ue=this.registerQuery(le);if(Ue.length){const Ne=Ue.pop();Ue.forEach(Kt=>{ke.next(Kt)}),this.source.next(Ne)}ke.complete()});return(0,T.h)(se,ce)}return this._observable$}registerQuery(le){const te=Array.isArray(le)?le:[le],ce=[];return function b(kt,Rt){const le=kt.filter(te=>!h[te]);if(le.length>0){const te=le.join(", ");try{const ce=Rt.createElement("style");ce.setAttribute("type","text/css"),ce.styleSheet||ce.appendChild(Rt.createTextNode(`\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media ${te} {.fx-query-test{ }}\n`)),Rt.head.appendChild(ce),le.forEach(se=>h[se]=ce)}catch(ce){console.error(ce)}}}(te,this._document),te.forEach(se=>{const ke=Ne=>{this._zone.run(()=>this.source.next(new U(Ne.matches,se)))};let Ue=this.registry.get(se);Ue||(Ue=this.buildMQL(se),Ue.addListener(ke),this.pendingRemoveListenerFns.push(()=>Ue.removeListener(ke)),this.registry.set(se,Ue)),Ue.matches&&ce.push(new U(!0,se))}),ce}ngOnDestroy(){let le;for(;le=this.pendingRemoveListenerFns.pop();)le()}buildMQL(le){return function k(kt,Rt){return Rt&&window.matchMedia("all").addListener?window.matchMedia(kt):function A(kt){const Rt=new EventTarget;return Rt.matches="all"===kt||""===kt,Rt.media=kt,Rt.addListener=()=>{},Rt.removeListener=()=>{},Rt.addEventListener=()=>{},Rt.dispatchEvent=()=>!1,Rt.onchange=null,Rt}(kt)}(le,(0,p.UE)(this._platformId))}}return kt.\u0275fac=function(le){return new(le||kt)(i.KVO(t.SKi),i.KVO(t.Agw),i.KVO(i.qQL))},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();const h={},x=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.98px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.98px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.98px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.98px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.98px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.98px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.98px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.98px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.98px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],r="(orientation: portrait) and (max-width: 599.98px)",_="(orientation: landscape) and (max-width: 959.98px)",W="(orientation: portrait) and (min-width: 600px) and (max-width: 839.98px)",I="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.98px)",B="(orientation: portrait) and (min-width: 840px)",re="(orientation: landscape) and (min-width: 1280px)",pe={HANDSET:`${r}, ${_}`,TABLET:`${W} , ${I}`,WEB:`${B}, ${re} `,HANDSET_PORTRAIT:`${r}`,TABLET_PORTRAIT:`${W} `,WEB_PORTRAIT:`${B}`,HANDSET_LANDSCAPE:`${_}`,TABLET_LANDSCAPE:`${I}`,WEB_LANDSCAPE:`${re}`},be=[{alias:"handset",priority:2e3,mediaQuery:pe.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:pe.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:pe.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:pe.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:pe.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:pe.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:pe.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:pe.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:pe.WEB_PORTRAIT,overlapping:!0}],Be=/(\.|-|_)/g;function _e(kt){let Rt=kt.length>0?kt.charAt(0):"",le=kt.length>1?kt.slice(1):"";return Rt.toUpperCase()+le}const ge=new i.nKC("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const kt=(0,i.WQX)($),Rt=(0,i.WQX)(G),le=[].concat.apply([],(kt||[]).map(ce=>Array.isArray(ce)?ce:[ce]));return function Ke(kt,Rt=[]){const le={};return kt.forEach(te=>{le[te.alias]=te}),Rt.forEach(te=>{le[te.alias]?(0,g.C5)(le[te.alias],te):le[te.alias]=te}),function Le(kt){return kt.forEach(Rt=>{Rt.suffix||(Rt.suffix=function ye(kt){return kt.replace(Be,"|").split("|").map(_e).join("")}(Rt.alias),Rt.overlapping=!!Rt.overlapping)}),kt}(Object.keys(le).map(te=>le[te]))}((Rt.disableDefaultBps?[]:x).concat(Rt.addOrientationBps?be:[]),le)}});let ve=(()=>{class kt{constructor(le){this.findByMap=new Map,this.items=[...le].sort(o)}findByAlias(le){return le?this.findWithPredicate(le,te=>te.alias===le):null}findByQuery(le){return this.findWithPredicate(le,te=>te.mediaQuery===le)}get overlappings(){return this.items.filter(le=>le.overlapping)}get aliases(){return this.items.map(le=>le.alias)}get suffixes(){return this.items.map(le=>le?.suffix??"")}findWithPredicate(le,te){let ce=this.findByMap.get(le);return ce||(ce=this.items.find(te)??null,this.findByMap.set(le,ce)),ce??null}}return kt.\u0275fac=function(le){return new(le||kt)(i.KVO(ge))},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();const Oe="print",Ee={alias:Oe,mediaQuery:Oe,priority:1e3};let dt=(()=>{class kt{constructor(le,te,ce){this.breakpoints=le,this.layoutConfig=te,this._document=ce,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.beforePrintEventListeners=[],this.afterPrintEventListeners=[],this.formerActivations=null,this.isPrinting=!1,this.queue=new nt,this.deactivations=[]}withPrintQuery(le){return[...le,Oe]}isPrintEvent(le){return le.mediaQuery.startsWith(Oe)}get printAlias(){return[...this.layoutConfig.printWithBreakpoints??[]]}get printBreakPoints(){return this.printAlias.map(le=>this.breakpoints.findByAlias(le)).filter(le=>null!==le)}getEventBreakpoints({mediaQuery:le}){const te=this.breakpoints.findByQuery(le);return(te?[...this.printBreakPoints,te]:this.printBreakPoints).sort(n)}updateEvent(le){let te=this.breakpoints.findByQuery(le.mediaQuery);return this.isPrintEvent(le)&&(te=this.getEventBreakpoints(le)[0],le.mediaQuery=te?.mediaQuery??""),ae(le,te)}registerBeforeAfterPrintHooks(le){if(!this._document.defaultView||this.registeredBeforeAfterPrintHooks)return;this.registeredBeforeAfterPrintHooks=!0;const te=()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(le,this.getEventBreakpoints(new U(!0,Oe))),le.updateStyles())},ce=()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(le),le.updateStyles())};this._document.defaultView.addEventListener("beforeprint",te),this._document.defaultView.addEventListener("afterprint",ce),this.beforePrintEventListeners.push(te),this.afterPrintEventListeners.push(ce)}interceptEvents(le){return te=>{this.isPrintEvent(te)?te.matches&&!this.isPrinting?(this.startPrinting(le,this.getEventBreakpoints(te)),le.updateStyles()):!te.matches&&this.isPrinting&&!this.isPrintingBeforeAfterEvent&&(this.stopPrinting(le),le.updateStyles()):this.collectActivations(le,te)}}blockPropagation(){return le=>!(this.isPrinting||this.isPrintEvent(le))}startPrinting(le,te){this.isPrinting=!0,this.formerActivations=le.activatedBreakpoints,le.activatedBreakpoints=this.queue.addPrintBreakpoints(te)}stopPrinting(le){le.activatedBreakpoints=this.deactivations,this.deactivations=[],this.formerActivations=null,this.queue.clear(),this.isPrinting=!1}collectActivations(le,te){if(!this.isPrinting||this.isPrintingBeforeAfterEvent){if(!this.isPrintingBeforeAfterEvent)return void(this.deactivations=[]);if(!te.matches){const ce=this.breakpoints.findByQuery(te.mediaQuery);if(ce){const se=this.formerActivations&&this.formerActivations.includes(ce),ke=!this.formerActivations&&le.activatedBreakpoints.includes(ce);(se||ke)&&(this.deactivations.push(ce),this.deactivations.sort(n))}}}}ngOnDestroy(){this._document.defaultView&&(this.beforePrintEventListeners.forEach(le=>this._document.defaultView.removeEventListener("beforeprint",le)),this.afterPrintEventListeners.forEach(le=>this._document.defaultView.removeEventListener("afterprint",le)))}}return kt.\u0275fac=function(le){return new(le||kt)(i.KVO(ve),i.KVO(G),i.KVO(i.qQL))},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();class nt{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(Rt){return Rt.push(Ee),Rt.sort(n),Rt.forEach(le=>this.addBreakpoint(le)),this.printBreakpoints}addBreakpoint(Rt){Rt&&void 0===this.printBreakpoints.find(te=>te.mediaQuery===Rt.mediaQuery)&&(this.printBreakpoints=function Ct(kt){return kt?.mediaQuery.startsWith(Oe)??!1}(Rt)?[Rt,...this.printBreakpoints]:[...this.printBreakpoints,Rt])}clear(){this.printBreakpoints=[]}}let Mt=(()=>{class kt{constructor(le,te,ce){this.matchMedia=le,this.breakpoints=te,this.hook=ce,this._useFallbacks=!0,this._activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new c.B,this.observeActivations()}get activatedAlias(){return this.activatedBreakpoints[0]?.alias??""}set activatedBreakpoints(le){this._activatedBreakpoints=[...le]}get activatedBreakpoints(){return[...this._activatedBreakpoints]}set useFallbacks(le){this._useFallbacks=le}onMediaChange(le){const te=this.findByQuery(le.mediaQuery);if(te){le=ae(le,te);const ce=this.activatedBreakpoints.indexOf(te);le.matches&&-1===ce?(this._activatedBreakpoints.push(te),this._activatedBreakpoints.sort(n),this.updateStyles()):!le.matches&&-1!==ce&&(this._activatedBreakpoints.splice(ce,1),this._activatedBreakpoints.sort(n),this.updateStyles())}}init(le,te,ce,se,ke=[]){lt(this.updateMap,le,te,ce),lt(this.clearMap,le,te,se),this.buildElementKeyMap(le,te),this.watchExtraTriggers(le,te,ke)}getValue(le,te,ce){const se=this.elementMap.get(le);if(se){const ke=void 0!==ce?se.get(ce):this.getActivatedValues(se,te);if(ke)return ke.get(te)}}hasValue(le,te){const ce=this.elementMap.get(le);if(ce){const se=this.getActivatedValues(ce,te);if(se)return void 0!==se.get(te)||!1}return!1}setValue(le,te,ce,se){let ke=this.elementMap.get(le);if(ke){const Ne=(ke.get(se)??new Map).set(te,ce);ke.set(se,Ne),this.elementMap.set(le,ke)}else ke=(new Map).set(se,(new Map).set(te,ce)),this.elementMap.set(le,ke);const Ue=this.getValue(le,te);void 0!==Ue&&this.updateElement(le,te,Ue)}trackValue(le,te){return this.subject.asObservable().pipe((0,d.p)(ce=>ce.element===le&&ce.key===te))}updateStyles(){this.elementMap.forEach((le,te)=>{const ce=new Set(this.elementKeyMap.get(te));let se=this.getActivatedValues(le);se&&se.forEach((ke,Ue)=>{this.updateElement(te,Ue,ke),ce.delete(Ue)}),ce.forEach(ke=>{if(se=this.getActivatedValues(le,ke),se){const Ue=se.get(ke);this.updateElement(te,ke,Ue)}else this.clearElement(te,ke)})})}clearElement(le,te){const ce=this.clearMap.get(le);if(ce){const se=ce.get(te);se&&(se(),this.subject.next({element:le,key:te,value:""}))}}updateElement(le,te,ce){const se=this.updateMap.get(le);if(se){const ke=se.get(te);ke&&(ke(ce),this.subject.next({element:le,key:te,value:ce}))}}releaseElement(le){const te=this.watcherMap.get(le);te&&(te.forEach(se=>se.unsubscribe()),this.watcherMap.delete(le));const ce=this.elementMap.get(le);ce&&(ce.forEach((se,ke)=>ce.delete(ke)),this.elementMap.delete(le))}triggerUpdate(le,te){const ce=this.elementMap.get(le);if(ce){const se=this.getActivatedValues(ce,te);se&&(te?this.updateElement(le,te,se.get(te)):se.forEach((ke,Ue)=>this.updateElement(le,Ue,ke)))}}buildElementKeyMap(le,te){let ce=this.elementKeyMap.get(le);ce||(ce=new Set,this.elementKeyMap.set(le,ce)),ce.add(te)}watchExtraTriggers(le,te,ce){if(ce&&ce.length){let se=this.watcherMap.get(le);if(se||(se=new Map,this.watcherMap.set(le,se)),!se.get(te)){const Ue=(0,T.h)(...ce).subscribe(()=>{const Ne=this.getValue(le,te);this.updateElement(le,te,Ne)});se.set(te,Ue)}}}findByQuery(le){return this.breakpoints.findByQuery(le)}getActivatedValues(le,te){for(let se=0;sete.mediaQuery);this.hook.registerBeforeAfterPrintHooks(this),this.matchMedia.observe(this.hook.withPrintQuery(le)).pipe((0,w.M)(this.hook.interceptEvents(this)),(0,d.p)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return kt.\u0275fac=function(le){return new(le||kt)(i.KVO(f),i.KVO(ve),i.KVO(dt))},kt.\u0275prov=i.jDH({token:kt,factory:kt.\u0275fac,providedIn:"root"}),kt})();function lt(kt,Rt,le,te){if(void 0!==te){const ce=kt.get(Rt)??new Map;ce.set(le,te),kt.set(Rt,ce)}}let Pe=(()=>{class kt{constructor(le,te,ce,se){this.elementRef=le,this.styleBuilder=te,this.styler=ce,this.marshal=se,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new c.B,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(le){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,le,this.marshal.activatedAlias)}ngOnChanges(le){Object.keys(le).forEach(te=>{if(-1!==this.inputs.indexOf(te)){const ce=te.split(".").slice(1).join(".");this.setValue(le[te].currentValue,ce)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(le=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),le)}addStyles(le,te){const ce=this.styleBuilder,se=ce.shouldCache;let ke=this.styleCache.get(le);(!ke||!se)&&(ke=ce.buildStyles(le,te),se&&this.styleCache.set(le,ke)),this.mru={...ke},this.applyStyleToElement(ke),ce.sideEffect(le,ke,te)}clearStyles(){Object.keys(this.mru).forEach(le=>{this.mru[le]=""}),this.applyStyleToElement(this.mru),this.mru={},this.currentValue=void 0}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(le,te=!1){if(le){const[ce,se]=this.styler.getFlowDirection(le);if(!se&&te){const ke=(0,g.uG)(ce);this.styler.applyStyleToElements(ke,[le])}return ce.trim()}return"row"}hasWrap(le){return this.styler.hasWrap(le)}applyStyleToElement(le,te,ce=this.nativeElement){this.styler.applyStyleToElement(ce,le,te)}setValue(le,te){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,le,te)}updateWithValue(le){this.currentValue!==le&&(this.addStyles(le),this.currentValue=le)}}return kt.\u0275fac=function(le){return new(le||kt)(t.rXU(t.aKT),t.rXU(ue),t.rXU(oe),t.rXU(Mt))},kt.\u0275dir=t.FsC({type:kt,standalone:!1,features:[t.OA$]}),kt})();function ht(kt,Rt="1",le="1"){let te=[Rt,le,kt],ce=kt.indexOf("calc");if(ce>0){te[2]=li(kt.substring(ce).trim());let se=kt.substr(0,ce).trim().split(" ");2==se.length&&(te[0]=se[0],te[1]=se[1])}else if(0==ce)te[2]=li(kt.trim());else{let se=kt.split(" ");te=3===se.length?se:[Rt,le,kt]}return te}function li(kt){return kt.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}EventTarget;const Qt="x";function di(kt,Rt){if(void 0===Rt)return kt;const le=te=>{const ce=+te.slice(0,-Qt.length);return kt.endsWith(Qt)&&!isNaN(ce)?`${ce*Rt.value}${Rt.unit}`:kt};return kt.includes(" ")?kt.split(" ").map(le).join(" "):le(kt)}},30017:(Ae,ee,l)=>{"use strict";l.d(ee,{G:()=>e});var i=l(71985),t=l(18359),p=l(99898),S=l(54360),c=l(39974);class e extends i.c{constructor(g,d){super(),this.source=g,this.subjectFactory=d,this._subject=null,this._refCount=0,this._connection=null,(0,c.S)(g)&&(this.lift=g.lift)}_subscribe(g){return this.getSubject().subscribe(g)}getSubject(){const g=this._subject;return(!g||g.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:g}=this;this._subject=this._connection=null,g?.unsubscribe()}connect(){let g=this._connection;if(!g){g=this._connection=new t.yU;const d=this.getSubject();g.add(this.source.subscribe((0,S._)(d,void 0,()=>{this._teardown(),d.complete()},w=>{this._teardown(),d.error(w)},()=>this._teardown()))),g.closed&&(this._connection=null,g=t.yU.EMPTY)}return g}refCount(){return(0,p.B)()(this)}}},30450:(Ae,ee,l)=>{"use strict";l.d(ee,{mV:()=>Q,sG:()=>G});var i=l(2615),t=l(73664),p=l(17705),S=l(89417),c=l(76838),e=l(89726),T=l(88968),g=l(31804),d=l(32046),w=l(12496),m=l(53155),P=l(22466);const M=["switch"],j=["*"];function U($,ae){1&$&&(t.j41(0,"span",11),i.qSk(),t.j41(1,"svg",13),t.nrm(2,"path",14),t.k0s(),t.j41(3,"svg",15),t.nrm(4,"path",16),t.k0s()())}const K=new i.nKC("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1,hideIcon:!1,disabledInteractive:!1})});class q{source;checked;constructor(ae,ue){this.source=ae,this.checked=ue}}let G=(()=>{class ${_elementRef=(0,i.WQX)(t.aKT);_focusMonitor=(0,i.WQX)(c.FN);_changeDetectorRef=(0,i.WQX)(p.gRc);defaults=(0,i.WQX)(K);_onChange=ue=>{};_onTouched=()=>{};_validatorOnChange=()=>{};_uniqueId;_checked=!1;_createChangeEvent(ue){return new q(this,ue)}_labelId;get buttonId(){return`${this.id||this._uniqueId}-button`}_switchElement;focus(){this._switchElement.nativeElement.focus()}_noopAnimations=(0,g.Rc)();_focused;name=null;id;labelPosition="after";ariaLabel=null;ariaLabelledby=null;ariaDescribedby;required;color;disabled=!1;disableRipple=!1;tabIndex=0;get checked(){return this._checked}set checked(ue){this._checked=ue,this._changeDetectorRef.markForCheck()}hideIcon;disabledInteractive;change=new t.bkB;toggleChange=new t.bkB;get inputId(){return`${this.id||this._uniqueId}-input`}constructor(){(0,i.WQX)(T.l).load(d.A);const ue=(0,i.WQX)(new p.ES_("tabindex"),{optional:!0}),oe=this.defaults;this.tabIndex=null==ue?0:parseInt(ue)||0,this.color=oe.color||"accent",this.id=this._uniqueId=(0,i.WQX)(e.g).getId("mat-mdc-slide-toggle-"),this.hideIcon=oe.hideIcon??!1,this.disabledInteractive=oe.disabledInteractive??!1,this._labelId=this._uniqueId+"-label"}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(ue=>{"keyboard"===ue||"program"===ue?(this._focused=!0,this._changeDetectorRef.markForCheck()):ue||Promise.resolve().then(()=>{this._focused=!1,this._onTouched(),this._changeDetectorRef.markForCheck()})})}ngOnChanges(ue){ue.required&&this._validatorOnChange()}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}writeValue(ue){this.checked=!!ue}registerOnChange(ue){this._onChange=ue}registerOnTouched(ue){this._onTouched=ue}validate(ue){return this.required&&!0!==ue.value?{required:!0}:null}registerOnValidatorChange(ue){this._validatorOnChange=ue}setDisabledState(ue){this.disabled=ue,this._changeDetectorRef.markForCheck()}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(this._createChangeEvent(this.checked))}_handleClick(){this.disabled||(this.toggleChange.emit(),this.defaults.disableToggleValue||(this.checked=!this.checked,this._onChange(this.checked),this.change.emit(new q(this,this.checked))))}_getAriaLabelledBy(){return this.ariaLabelledby?this.ariaLabelledby:this.ariaLabel?null:this._labelId}static \u0275fac=function(oe){return new(oe||$)};static \u0275cmp=t.VBU({type:$,selectors:[["mat-slide-toggle"]],viewQuery:function(oe,he){if(1&oe&&t.GBs(M,5),2&oe){let me;t.mGM(me=t.lsd())&&(he._switchElement=me.first)}},hostAttrs:[1,"mat-mdc-slide-toggle"],hostVars:13,hostBindings:function(oe,he){2&oe&&(t.Avn("id",he.id),t.BMQ("tabindex",null)("aria-label",null)("name",null)("aria-labelledby",null),t.HbH(he.color?"mat-"+he.color:""),t.AVh("mat-mdc-slide-toggle-focused",he._focused)("mat-mdc-slide-toggle-checked",he.checked)("_mat-animation-noopable",he._noopAnimations))},inputs:{name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],required:[2,"required","required",p.L39],color:"color",disabled:[2,"disabled","disabled",p.L39],disableRipple:[2,"disableRipple","disableRipple",p.L39],tabIndex:[2,"tabIndex","tabIndex",ue=>null==ue?0:(0,p.Udg)(ue)],checked:[2,"checked","checked",p.L39],hideIcon:[2,"hideIcon","hideIcon",p.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",p.L39]},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],features:[t.Jv_([{provide:S.kq,useExisting:(0,i.Rfq)(()=>$),multi:!0},{provide:S.cz,useExisting:$,multi:!0}]),t.OA$],ngContentSelectors:j,decls:14,vars:27,consts:[["switch",""],["mat-internal-form-field","",3,"labelPosition"],["role","switch","type","button",1,"mdc-switch",3,"click","tabIndex","disabled"],[1,"mat-mdc-slide-toggle-touch-target"],[1,"mdc-switch__track"],[1,"mdc-switch__handle-track"],[1,"mdc-switch__handle"],[1,"mdc-switch__shadow"],[1,"mdc-elevation-overlay"],[1,"mdc-switch__ripple"],["mat-ripple","",1,"mat-mdc-slide-toggle-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-switch__icons"],[1,"mdc-label",3,"click","for"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--on"],["d","M19.69,5.23L8.96,15.96l-4.23-4.23L2.96,13.5l6,6L21.46,7L19.69,5.23z"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--off"],["d","M20 13H4v-2h16v2z"]],template:function(oe,he){if(1&oe){const me=t.RV6();t.NAR(),t.j41(0,"div",1)(1,"button",2,0),t.bIt("click",function(){return i.eBV(me),i.Njj(he._handleClick())}),t.nrm(3,"div",3)(4,"span",4),t.j41(5,"span",5)(6,"span",6)(7,"span",7),t.nrm(8,"span",8),t.k0s(),t.j41(9,"span",9),t.nrm(10,"span",10),t.k0s(),t.nVh(11,U,5,0,"span",11),t.k0s()()(),t.j41(12,"label",12),t.bIt("click",function(D){return i.eBV(me),i.Njj(D.stopPropagation())}),t.SdG(13),t.k0s()()}if(2&oe){const me=t.sdS(2);t.Y8G("labelPosition",he.labelPosition),t.R7$(),t.AVh("mdc-switch--selected",he.checked)("mdc-switch--unselected",!he.checked)("mdc-switch--checked",he.checked)("mdc-switch--disabled",he.disabled)("mat-mdc-slide-toggle-disabled-interactive",he.disabledInteractive),t.Y8G("tabIndex",he.disabled&&!he.disabledInteractive?-1:he.tabIndex)("disabled",he.disabled&&!he.disabledInteractive),t.BMQ("id",he.buttonId)("name",he.name)("aria-label",he.ariaLabel)("aria-labelledby",he._getAriaLabelledBy())("aria-describedby",he.ariaDescribedby)("aria-required",he.required||null)("aria-checked",he.checked)("aria-disabled",he.disabled&&he.disabledInteractive?"true":null),t.R7$(9),t.Y8G("matRippleTrigger",me)("matRippleDisabled",he.disableRipple||he.disabled)("matRippleCentered",!0),t.R7$(),t.vxM(he.hideIcon?-1:11),t.R7$(),t.Y8G("for",he.buttonId),t.BMQ("id",he._labelId)}},dependencies:[w.r6,m.t],styles:['.mdc-switch{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;margin:0;outline:none;overflow:visible;padding:0;position:relative;width:var(--mat-slide-toggle-track-width, 52px)}.mdc-switch.mdc-switch--disabled{cursor:default;pointer-events:none}.mdc-switch.mat-mdc-slide-toggle-disabled-interactive{pointer-events:auto}.mdc-switch__track{overflow:hidden;position:relative;width:100%;height:var(--mat-slide-toggle-track-height, 32px);border-radius:var(--mat-slide-toggle-track-shape, var(--mat-sys-corner-full))}.mdc-switch--disabled.mdc-switch .mdc-switch__track{opacity:var(--mat-slide-toggle-disabled-track-opacity, 0.12)}.mdc-switch__track::before,.mdc-switch__track::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;width:100%;border-width:var(--mat-slide-toggle-track-outline-width, 2px);border-color:var(--mat-slide-toggle-track-outline-color, var(--mat-sys-outline))}.mdc-switch--selected .mdc-switch__track::before,.mdc-switch--selected .mdc-switch__track::after{border-width:var(--mat-slide-toggle-selected-track-outline-width, 2px);border-color:var(--mat-slide-toggle-selected-track-outline-color, transparent)}.mdc-switch--disabled .mdc-switch__track::before,.mdc-switch--disabled .mdc-switch__track::after{border-width:var(--mat-slide-toggle-disabled-unselected-track-outline-width, 2px);border-color:var(--mat-slide-toggle-disabled-unselected-track-outline-color, var(--mat-sys-on-surface))}@media(forced-colors: active){.mdc-switch__track{border-color:currentColor}}.mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0);background:var(--mat-slide-toggle-unselected-track-color, var(--mat-sys-surface-variant))}.mdc-switch--selected .mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch--selected .mdc-switch__track::before{transform:translateX(-100%)}.mdc-switch--selected .mdc-switch__track::before{opacity:var(--mat-slide-toggle-hidden-track-opacity, 0);transition:var(--mat-slide-toggle-hidden-track-transition, opacity 75ms)}.mdc-switch--unselected .mdc-switch__track::before{opacity:var(--mat-slide-toggle-visible-track-opacity, 1);transition:var(--mat-slide-toggle-visible-track-transition, opacity 75ms)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:var(--mat-slide-toggle-unselected-hover-track-color, var(--mat-sys-surface-variant))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:var(--mat-slide-toggle-unselected-focus-track-color, var(--mat-sys-surface-variant))}.mdc-switch:enabled:active .mdc-switch__track::before{background:var(--mat-slide-toggle-unselected-pressed-track-color, var(--mat-sys-surface-variant))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__track::before,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__track::before,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__track::before,.mdc-switch.mdc-switch--disabled .mdc-switch__track::before{background:var(--mat-slide-toggle-disabled-unselected-track-color, var(--mat-sys-surface-variant))}.mdc-switch__track::after{transform:translateX(-100%);background:var(--mat-slide-toggle-selected-track-color, var(--mat-sys-primary))}[dir=rtl] .mdc-switch__track::after{transform:translateX(100%)}.mdc-switch--selected .mdc-switch__track::after{transform:translateX(0)}.mdc-switch--selected .mdc-switch__track::after{opacity:var(--mat-slide-toggle-visible-track-opacity, 1);transition:var(--mat-slide-toggle-visible-track-transition, opacity 75ms)}.mdc-switch--unselected .mdc-switch__track::after{opacity:var(--mat-slide-toggle-hidden-track-opacity, 0);transition:var(--mat-slide-toggle-hidden-track-transition, opacity 75ms)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:var(--mat-slide-toggle-selected-hover-track-color, var(--mat-sys-primary))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:var(--mat-slide-toggle-selected-focus-track-color, var(--mat-sys-primary))}.mdc-switch:enabled:active .mdc-switch__track::after{background:var(--mat-slide-toggle-selected-pressed-track-color, var(--mat-sys-primary))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__track::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__track::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__track::after,.mdc-switch.mdc-switch--disabled .mdc-switch__track::after{background:var(--mat-slide-toggle-disabled-selected-track-color, var(--mat-sys-on-surface))}.mdc-switch__handle-track{height:100%;pointer-events:none;position:absolute;top:0;transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);left:0;right:auto;transform:translateX(0);width:calc(100% - var(--mat-slide-toggle-handle-width))}[dir=rtl] .mdc-switch__handle-track{left:auto;right:0}.mdc-switch--selected .mdc-switch__handle-track{transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track{transform:translateX(-100%)}.mdc-switch__handle{display:flex;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:auto;transition:width 75ms cubic-bezier(0.4, 0, 0.2, 1),height 75ms cubic-bezier(0.4, 0, 0.2, 1),margin 75ms cubic-bezier(0.4, 0, 0.2, 1);width:var(--mat-slide-toggle-handle-width);height:var(--mat-slide-toggle-handle-height);border-radius:var(--mat-slide-toggle-handle-shape, var(--mat-sys-corner-full))}[dir=rtl] .mdc-switch__handle{left:auto;right:0}.mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle{width:var(--mat-slide-toggle-unselected-handle-size, 16px);height:var(--mat-slide-toggle-unselected-handle-size, 16px);margin:var(--mat-slide-toggle-unselected-handle-horizontal-margin, 0 8px)}.mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle:has(.mdc-switch__icons){margin:var(--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin, 0 4px)}.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle{width:var(--mat-slide-toggle-selected-handle-size, 24px);height:var(--mat-slide-toggle-selected-handle-size, 24px);margin:var(--mat-slide-toggle-selected-handle-horizontal-margin, 0 24px)}.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons){margin:var(--mat-slide-toggle-selected-with-icon-handle-horizontal-margin, 0 24px)}.mat-mdc-slide-toggle .mdc-switch__handle:has(.mdc-switch__icons){width:var(--mat-slide-toggle-with-icon-handle-size, 24px);height:var(--mat-slide-toggle-with-icon-handle-size, 24px)}.mat-mdc-slide-toggle .mdc-switch:active:not(.mdc-switch--disabled) .mdc-switch__handle{width:var(--mat-slide-toggle-pressed-handle-size, 28px);height:var(--mat-slide-toggle-pressed-handle-size, 28px)}.mat-mdc-slide-toggle .mdc-switch--selected:active:not(.mdc-switch--disabled) .mdc-switch__handle{margin:var(--mat-slide-toggle-selected-pressed-handle-horizontal-margin, 0 22px)}.mat-mdc-slide-toggle .mdc-switch--unselected:active:not(.mdc-switch--disabled) .mdc-switch__handle{margin:var(--mat-slide-toggle-unselected-pressed-handle-horizontal-margin, 0 2px)}.mdc-switch--disabled.mdc-switch--selected .mdc-switch__handle::after{opacity:var(--mat-slide-toggle-disabled-selected-handle-opacity, 1)}.mdc-switch--disabled.mdc-switch--unselected .mdc-switch__handle::after{opacity:var(--mat-slide-toggle-disabled-unselected-handle-opacity, 0.38)}.mdc-switch__handle::before,.mdc-switch__handle::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";width:100%;height:100%;left:0;position:absolute;top:0;transition:background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1),border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}@media(forced-colors: active){.mdc-switch__handle::before,.mdc-switch__handle::after{border-color:currentColor}}.mdc-switch--selected:enabled .mdc-switch__handle::after{background:var(--mat-slide-toggle-selected-handle-color, var(--mat-sys-on-primary))}.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mat-slide-toggle-selected-hover-handle-color, var(--mat-sys-primary-container))}.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mat-slide-toggle-selected-focus-handle-color, var(--mat-sys-primary-container))}.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:var(--mat-slide-toggle-selected-pressed-handle-color, var(--mat-sys-primary-container))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:hover:not(:focus):not(:active) .mdc-switch__handle::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:focus:not(:active) .mdc-switch__handle::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:active .mdc-switch__handle::after,.mdc-switch--selected.mdc-switch--disabled .mdc-switch__handle::after{background:var(--mat-slide-toggle-disabled-selected-handle-color, var(--mat-sys-surface))}.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:var(--mat-slide-toggle-unselected-handle-color, var(--mat-sys-outline))}.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mat-slide-toggle-unselected-hover-handle-color, var(--mat-sys-on-surface-variant))}.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mat-slide-toggle-unselected-focus-handle-color, var(--mat-sys-on-surface-variant))}.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:var(--mat-slide-toggle-unselected-pressed-handle-color, var(--mat-sys-on-surface-variant))}.mdc-switch--unselected.mdc-switch--disabled .mdc-switch__handle::after{background:var(--mat-slide-toggle-disabled-unselected-handle-color, var(--mat-sys-on-surface))}.mdc-switch__handle::before{background:var(--mat-slide-toggle-handle-surface-color)}.mdc-switch__shadow{border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mat-slide-toggle-handle-elevation-shadow)}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__shadow,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__shadow,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__shadow,.mdc-switch.mdc-switch--disabled .mdc-switch__shadow{box-shadow:var(--mat-slide-toggle-disabled-handle-elevation-shadow)}.mdc-switch__ripple{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:-1;width:var(--mat-slide-toggle-state-layer-size, 40px);height:var(--mat-slide-toggle-state-layer-size, 40px)}.mdc-switch__ripple::after{content:"";opacity:0}.mdc-switch--disabled .mdc-switch__ripple::after{display:none}.mat-mdc-slide-toggle-disabled-interactive .mdc-switch__ripple::after{display:block}.mdc-switch:hover .mdc-switch__ripple::after{transition:75ms opacity cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:focus .mdc-switch__ripple::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:active .mdc-switch__ripple::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:hover:not(:focus) .mdc-switch__ripple::after,.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background:var(--mat-slide-toggle-unselected-hover-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-slide-toggle-unselected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background:var(--mat-slide-toggle-unselected-focus-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-slide-toggle-unselected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background:var(--mat-slide-toggle-unselected-pressed-state-layer-color, var(--mat-sys-on-surface));opacity:var(--mat-slide-toggle-unselected-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity));transition:opacity 75ms linear}.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background:var(--mat-slide-toggle-selected-hover-state-layer-color, var(--mat-sys-primary));opacity:var(--mat-slide-toggle-selected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background:var(--mat-slide-toggle-selected-focus-state-layer-color, var(--mat-sys-primary));opacity:var(--mat-slide-toggle-selected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background:var(--mat-slide-toggle-selected-pressed-state-layer-color, var(--mat-sys-primary));opacity:var(--mat-slide-toggle-selected-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity));transition:opacity 75ms linear}.mdc-switch__icons{position:relative;height:100%;width:100%;z-index:1;transform:translateZ(0)}.mdc-switch--disabled.mdc-switch--unselected .mdc-switch__icons{opacity:var(--mat-slide-toggle-disabled-unselected-icon-opacity, 0.38)}.mdc-switch--disabled.mdc-switch--selected .mdc-switch__icons{opacity:var(--mat-slide-toggle-disabled-selected-icon-opacity, 0.38)}.mdc-switch__icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;opacity:0;transition:opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-switch--unselected .mdc-switch__icon{width:var(--mat-slide-toggle-unselected-icon-size, 16px);height:var(--mat-slide-toggle-unselected-icon-size, 16px);fill:var(--mat-slide-toggle-unselected-icon-color, var(--mat-sys-surface-variant))}.mdc-switch--unselected.mdc-switch--disabled .mdc-switch__icon{fill:var(--mat-slide-toggle-disabled-unselected-icon-color, var(--mat-sys-surface-variant))}.mdc-switch--selected .mdc-switch__icon{width:var(--mat-slide-toggle-selected-icon-size, 16px);height:var(--mat-slide-toggle-selected-icon-size, 16px);fill:var(--mat-slide-toggle-selected-icon-color, var(--mat-sys-on-primary-container))}.mdc-switch--selected.mdc-switch--disabled .mdc-switch__icon{fill:var(--mat-slide-toggle-disabled-selected-icon-color, var(--mat-sys-on-surface))}.mdc-switch--selected .mdc-switch__icon--on,.mdc-switch--unselected .mdc-switch__icon--off{opacity:1;transition:opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle{-webkit-user-select:none;user-select:none;display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple,.mat-mdc-slide-toggle .mdc-switch__ripple::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple:not(:empty),.mat-mdc-slide-toggle .mdc-switch__ripple::after:not(:empty){transform:translateZ(0)}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mat-focus-indicator::before{content:""}.mat-mdc-slide-toggle .mat-internal-form-field{color:var(--mat-slide-toggle-label-text-color, var(--mat-sys-on-surface));font-family:var(--mat-slide-toggle-label-text-font, var(--mat-sys-body-medium-font));line-height:var(--mat-slide-toggle-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-slide-toggle-label-text-size, var(--mat-sys-body-medium-size));letter-spacing:var(--mat-slide-toggle-label-text-tracking, var(--mat-sys-body-medium-tracking));font-weight:var(--mat-slide-toggle-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-slide-toggle .mat-ripple-element{opacity:.12}.mat-mdc-slide-toggle .mat-focus-indicator::before{border-radius:50%}.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle-track,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__icon,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::after,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::after{transition:none}.mat-mdc-slide-toggle .mdc-switch:enabled+.mdc-label{cursor:pointer}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:var(--mat-slide-toggle-disabled-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-slide-toggle-touch-target{position:absolute;top:50%;left:50%;height:var(--mat-slide-toggle-touch-target-size, 48px);width:100%;transform:translate(-50%, -50%);display:var(--mat-slide-toggle-touch-target-display, block)}[dir=rtl] .mat-mdc-slide-toggle-touch-target{left:auto;right:50%;transform:translate(50%, -50%)}\n'],encapsulation:2,changeDetection:0})}return $})(),Q=(()=>{class ${static \u0275fac=function(oe){return new(oe||$)};static \u0275mod=t.$C({type:$});static \u0275inj=i.G2t({imports:[G,P.y,P.y]})}return $})()},30464:Ae=>{"use strict";var l={};function i(e,T,g){g||(g=Error);var w=function(m){function P(M,j,U){return m.call(this,function d(m,P,M){return"string"==typeof T?T:T(m,P,M)}(M,j,U))||this}return function ee(e,T){e.prototype=Object.create(T.prototype),e.prototype.constructor=e,e.__proto__=T}(P,m),P}(g);w.prototype.name=g.name,w.prototype.code=e,l[e]=w}function t(e,T){if(Array.isArray(e)){var g=e.length;return e=e.map(function(d){return String(d)}),g>2?"one of ".concat(T," ").concat(e.slice(0,g-1).join(", "),", or ")+e[g-1]:2===g?"one of ".concat(T," ").concat(e[0]," or ").concat(e[1]):"of ".concat(T," ").concat(e[0])}return"of ".concat(T," ").concat(String(e))}i("ERR_INVALID_OPT_VALUE",function(e,T){return'The value "'+T+'" is invalid for option "'+e+'"'},TypeError),i("ERR_INVALID_ARG_TYPE",function(e,T,g){var d,w;if("string"==typeof T&&function p(e,T,g){return e.substr(!g||g<0?0:+g,T.length)===T}(T,"not ")?(d="must not be",T=T.replace(/^not /,"")):d="must be",function S(e,T,g){return(void 0===g||g>e.length)&&(g=e.length),e.substring(g-T.length,g)===T}(e," argument"))w="The ".concat(e," ").concat(d," ").concat(t(T,"type"));else{var m=function c(e,T,g){return"number"!=typeof g&&(g=0),!(g+T.length>e.length)&&-1!==e.indexOf(T,g)}(e,".")?"property":"argument";w='The "'.concat(e,'" ').concat(m," ").concat(d," ").concat(t(T,"type"))}return w+". Received type ".concat(typeof g)},TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"}),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"}),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),Ae.exports.F=l},30715:(Ae,ee,l)=>{var i=l(67211),t=l(27054).Buffer;function p(S){var c=t.allocUnsafe(4);return c.writeUInt32BE(S,0),c}Ae.exports=function(S,c){for(var g,e=t.alloc(0),T=0;e.length{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var i=l(94478);Object.keys(i).forEach(function(t){"default"!==t&&Object.defineProperty(ee,t,{enumerable:!0,get:function(){return i[t]}})})},31358:(Ae,ee,l)=>{"use strict";var i=l(90258),t=l(92736),p=l(35861)(),S=l(83798),c=l(46758),e=i("%Math.floor%");Ae.exports=function(g,d){if("function"!=typeof g)throw new c("`fn` is not a function");if("number"!=typeof d||d<0||d>4294967295||e(d)!==d)throw new c("`length` must be a positive 32-bit integer");var w=arguments.length>2&&!!arguments[2],m=!0,P=!0;if("length"in g&&S){var M=S(g,"length");M&&!M.configurable&&(m=!1),M&&!M.writable&&(P=!1)}return(m||P||!w)&&(p?t(g,"length",d,!0,!0):t(g,"length",d)),g}},31397:(Ae,ee,l)=>{"use strict";l.d(ee,{Z:()=>g});var i=l(96354),t=l(58750),p=l(39974),S=l(45225),c=l(54360),T=l(98071);function g(d,w,m=1/0){return(0,T.T)(w)?g((P,M)=>(0,i.T)((j,U)=>w(P,j,M,U))((0,t.Tg)(d(P,M))),m):("number"==typeof w&&(m=w),(0,p.N)((P,M)=>function e(d,w,m,P,M,j,U,K){const q=[];let G=0,Q=0,$=!1;const ae=()=>{$&&!q.length&&!G&&w.complete()},ue=he=>G{j&&w.next(he),G++;let me=!1;(0,t.Tg)(m(he,Q++)).subscribe((0,c._)(w,Te=>{M?.(Te),j?ue(Te):w.next(Te)},()=>{me=!0},void 0,()=>{if(me)try{for(G--;q.length&&Goe(Te)):oe(Te)}ae()}catch(Te){w.error(Te)}}))};return d.subscribe((0,c._)(w,ue,()=>{$=!0,ae()})),()=>{K?.()}}(P,M,d,m)))}},31635:(Ae,ee,l)=>{"use strict";function c(W,I,B,re){var Be,pe=arguments.length,be=pe<3?I:null===re?re=Object.getOwnPropertyDescriptor(I,B):re;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)be=Reflect.decorate(W,I,B,re);else for(var _e=W.length-1;_e>=0;_e--)(Be=W[_e])&&(be=(pe<3?Be(be):pe>3?Be(I,B,be):Be(I,B))||be);return pe>3&&be&&Object.defineProperty(I,B,be),be}function P(W,I,B,re){return new(B||(B=Promise))(function(be,Be){function _e(Ke){try{Le(re.next(Ke))}catch(ge){Be(ge)}}function ye(Ke){try{Le(re.throw(Ke))}catch(ge){Be(ge)}}function Le(Ke){Ke.done?be(Ke.value):function pe(be){return be instanceof B?be:new B(function(Be){Be(be)})}(Ke.value).then(_e,ye)}Le((re=re.apply(W,I||[])).next())})}function ae(W){return this instanceof ae?(this.v=W,this):new ae(W)}function ue(W,I,B){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var pe,re=B.apply(W,I||[]),be=[];return pe=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),_e("next"),_e("throw"),_e("return",function Be(Oe){return function(Ee){return Promise.resolve(Ee).then(Oe,ge)}}),pe[Symbol.asyncIterator]=function(){return this},pe;function _e(Oe,Ee){re[Oe]&&(pe[Oe]=function(dt){return new Promise(function(nt,Ct){be.push([Oe,dt,nt,Ct])>1||ye(Oe,dt)})},Ee&&(pe[Oe]=Ee(pe[Oe])))}function ye(Oe,Ee){try{!function Le(Oe){Oe.value instanceof ae?Promise.resolve(Oe.value.v).then(Ke,ge):ve(be[0][2],Oe)}(re[Oe](Ee))}catch(dt){ve(be[0][3],dt)}}function Ke(Oe){ye("next",Oe)}function ge(Oe){ye("throw",Oe)}function ve(Oe,Ee){Oe(Ee),be.shift(),be.length&&ye(be[0][0],be[0][1])}}function he(W){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var B,I=W[Symbol.asyncIterator];return I?I.call(W):(W=function K(W){var I="function"==typeof Symbol&&Symbol.iterator,B=I&&W[I],re=0;if(B)return B.call(W);if(W&&"number"==typeof W.length)return{next:function(){return W&&re>=W.length&&(W=void 0),{value:W&&W[re++],done:!W}}};throw new TypeError(I?"Object is not iterable.":"Symbol.iterator is not defined.")}(W),B={},re("next"),re("throw"),re("return"),B[Symbol.asyncIterator]=function(){return this},B);function re(be){B[be]=W[be]&&function(Be){return new Promise(function(_e,ye){!function pe(be,Be,_e,ye){Promise.resolve(ye).then(function(Le){be({value:Le,done:_e})},Be)}(_e,ye,(Be=W[be](Be)).done,Be.value)})}}}l.d(ee,{AQ:()=>ue,Cg:()=>c,N3:()=>ae,sH:()=>P,xN:()=>he}),"function"==typeof SuppressedError&&SuppressedError},31804:(Ae,ee,l)=>{"use strict";l.d(ee,{Rc:()=>d,_J:()=>g});var i=l(34330),t=l(2615),p=l(73664);const S=new t.nKC("MATERIAL_ANIMATIONS");let T=null;function g(){return(0,t.WQX)(S,{optional:!0})?.animationsDisabled||"NoopAnimations"===(0,t.WQX)(p.bc$,{optional:!0})?"di-disabled":(T??=(0,t.WQX)(i.D).matchMedia("(prefers-reduced-motion)").matches,T?"reduced-motion":"enabled")}function d(){return"enabled"!==g()}},31943:(Ae,ee,l)=>{"use strict";l.d(ee,{S:()=>p});var i=l(39974),t=l(46649);function p(S,c){return(0,i.N)((0,t.S)(S,c,arguments.length>=2,!0))}},32046:(Ae,ee,l)=>{"use strict";l.d(ee,{A:()=>t});var i=l(73664);let t=(()=>{class p{static \u0275fac=function(e){return new(e||p)};static \u0275cmp=i.VBU({type:p,selectors:[["structural-styles"]],decls:0,vars:0,template:function(e,T){},styles:['.mat-focus-indicator{position:relative}.mat-focus-indicator::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border-width:var(--mat-focus-indicator-border-width, 3px);border-style:var(--mat-focus-indicator-border-style, solid);border-color:var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus::before{content:""}@media(forced-colors: active){html{--mat-focus-indicator-display: block}}\n'],encapsulation:2,changeDetection:0})}return p})()},32142:(Ae,ee,l)=>{"use strict";l.d(ee,{f:()=>re});var i=l(51585),t=l(45383),p=l(21413),S=l(56977),c=l(4416),e=l(2615),T=l(73664),g=l(98570),d=l(82571),w=l(95416),m=l(51534),P=l(72200),M=l(20060),j=l(88834),U=l(25596),K=l(71997),q=l(52920),G=l(16038),Q=l(38288),$=l(29157),ae=l(89587);const ue=pe=>({"display-none":pe}),oe=pe=>({"xs-scroll-y":pe}),he=(pe,be)=>({"mt-2":pe,"mt-1":be});function me(pe,be){if(1&pe&&T.nrm(0,"qr-code",28),2&pe){const Be=T.XpG();T.Y8G("value",null==Be.offer?null:Be.offer.bolt12)("size",Be.qrWidth)}}function Te(pe,be){1&pe&&(T.j41(0,"span",29),T.EFF(1,"N/A"),T.k0s())}function D(pe,be){if(1&pe&&T.nrm(0,"qr-code",28),2&pe){const Be=T.XpG();T.Y8G("value",null==Be.offer?null:Be.offer.bolt12)("size",Be.qrWidth)}}function n(pe,be){1&pe&&(T.j41(0,"span",30),T.EFF(1,"QR Code Not Applicable"),T.k0s())}function o(pe,be){1&pe&&T.nrm(0,"mat-divider",31),2&pe&&T.Y8G("inset",!0)}function f(pe,be){1&pe&&T.nrm(0,"mat-divider",20)}function h(pe,be){if(1&pe&&(T.j41(0,"div",16)(1,"div",17)(2,"h4",18),T.EFF(3,"Used"),T.k0s(),T.j41(4,"span",19),T.EFF(5),T.k0s()(),T.j41(6,"div",17)(7,"h4",18),T.EFF(8,"Single Use"),T.k0s(),T.j41(9,"span",19),T.EFF(10),T.k0s()()()),2&pe){const Be=T.XpG(2);T.R7$(5),T.SpI(" ",null!=Be.offer&&Be.offer.used?null!=Be.offer&&Be.offer.used?"Yes":"No":"N/K"," "),T.R7$(5),T.SpI(" ",null!=Be.offer&&Be.offer.single_use?null!=Be.offer&&Be.offer.single_use?"Yes":"No":"N/K"," ")}}function b(pe,be){1&pe&&T.nrm(0,"mat-divider",20)}function A(pe,be){if(1&pe&&(T.j41(0,"div",16)(1,"div",21)(2,"h4",18),T.EFF(3,"Issuer"),T.k0s(),T.j41(4,"span",34),T.EFF(5),T.k0s()()()),2&pe){const Be=T.XpG(2);T.R7$(5),T.JRh(null==Be.offerDecoded?null:Be.offerDecoded.offer_issuer)}}function k(pe,be){1&pe&&T.nrm(0,"mat-divider",20)}function x(pe,be){if(1&pe&&(T.j41(0,"div",16)(1,"div",21)(2,"h4",18),T.EFF(3,"Label"),T.k0s(),T.j41(4,"span",19),T.EFF(5),T.k0s()()()),2&pe){const Be=T.XpG(2);T.R7$(5),T.JRh(Be.offer.label)}}function r(pe,be){if(1&pe&&(T.j41(0,"div"),T.DNE(1,f,1,0,"mat-divider",32)(2,h,11,2,"div",33)(3,b,1,0,"mat-divider",32)(4,A,6,1,"div",33)(5,k,1,0,"mat-divider",32)(6,x,6,1,"div",33),T.nrm(7,"mat-divider",20),T.j41(8,"div",16)(9,"div",21)(10,"h4",18),T.EFF(11,"Offer ID"),T.k0s(),T.j41(12,"span",19),T.EFF(13),T.k0s()()(),T.nrm(14,"mat-divider",20),T.j41(15,"div",16)(16,"div",21)(17,"h4",18),T.EFF(18,"Offer Node ID"),T.k0s(),T.j41(19,"span",19),T.EFF(20),T.k0s()()(),T.nrm(21,"mat-divider",20),T.k0s()),2&pe){const Be=T.XpG();T.R7$(),T.Y8G("ngIf",(null==Be.offer?null:Be.offer.used)||(null==Be.offer?null:Be.offer.single_use)),T.R7$(),T.Y8G("ngIf",(null==Be.offer?null:Be.offer.used)||(null==Be.offer?null:Be.offer.single_use)),T.R7$(),T.Y8G("ngIf",null==Be.offerDecoded?null:Be.offerDecoded.issuer),T.R7$(),T.Y8G("ngIf",null==Be.offerDecoded?null:Be.offerDecoded.issuer),T.R7$(),T.Y8G("ngIf",Be.offer.label),T.R7$(),T.Y8G("ngIf",Be.offer.label),T.R7$(7),T.JRh(Be.offerDecoded.offer_id),T.R7$(7),T.JRh(null==Be.offerDecoded?null:Be.offerDecoded.offer_node_id)}}function _(pe,be){1&pe&&(T.j41(0,"p"),T.EFF(1,"Show Advanced"),T.k0s())}function W(pe,be){1&pe&&(T.j41(0,"p"),T.EFF(1,"Hide Advanced"),T.k0s())}function I(pe,be){if(1&pe){const Be=T.RV6();T.j41(0,"button",35),T.bIt("copied",function(ye){e.eBV(Be);const Le=T.XpG();return e.Njj(Le.onCopyOffer(ye))}),T.EFF(1,"Copy Offer"),T.k0s()}if(2&pe){const Be=T.XpG();T.Y8G("payload",null==Be.offer?null:Be.offer.bolt12)}}function B(pe,be){if(1&pe){const Be=T.RV6();T.j41(0,"button",36),T.bIt("click",function(){e.eBV(Be);const ye=T.XpG();return e.Njj(ye.onClose())}),T.EFF(1,"OK"),T.k0s()}}let re=(()=>{var pe;class be{constructor(_e,ye,Le,Ke,ge,ve){this.dialogRef=_e,this.data=ye,this.logger=Le,this.commonService=Ke,this.snackBar=ge,this.dataService=ve,this.faReceipt=t.Mf0,this.faExclamationTriangle=t.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.offerDecoded={},this.qrWidth=240,this.screenSize="",this.screenSizeEnum=c.f7,this.flgOfferPaid=!1,this.unSubs=[new p.B,new p.B,new p.B,new p.B,new p.B]}ngOnInit(){this.offer=this.data.offer,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS&&(this.qrWidth=220),this.dataService.decodePayment(this.offer.bolt12,!0).pipe((0,S.Q)(this.unSubs[1])).subscribe(_e=>{this.offerDecoded=_e,this.offerDecoded.offer_id&&!this.offerDecoded.offer_amount_msat&&(this.offerDecoded.offer_amount_msat=0)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyOffer(_e){this.snackBar.open("Offer copied."),this.logger.info("Copied Text: "+_e)}ngOnDestroy(){this.unSubs.forEach(_e=>{_e.next(null),_e.complete()})}static#e=pe=()=>(this.\u0275fac=function(ye){return new(ye||be)(T.rXU(i.CP),T.rXU(i.Vh),T.rXU(g.gP),T.rXU(d.h),T.rXU(w.UG),T.rXU(m.u))},this.\u0275cmp=T.VBU({type:be,selectors:[["rtl-cln-offer-information"]],standalone:!1,decls:52,vars:33,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(ye,Le){if(1&ye){const Ke=T.RV6();T.j41(0,"div",1)(1,"div",2),T.DNE(2,me,1,2,"qr-code",3)(3,Te,2,0,"span",4),T.k0s(),T.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),T.nrm(7,"fa-icon",8),T.j41(8,"span",9),T.EFF(9),T.k0s()(),T.j41(10,"button",10),T.bIt("click",function(){return e.eBV(Ke),e.Njj(Le.onClose())}),T.EFF(11,"X"),T.k0s()(),T.j41(12,"mat-card-content",11)(13,"div",12)(14,"div",13),T.DNE(15,D,1,2,"qr-code",3)(16,n,2,0,"span",14),T.k0s(),T.DNE(17,o,1,1,"mat-divider",15),T.j41(18,"div",16)(19,"div",17)(20,"h4",18),T.EFF(21,"Amount Requested (Sats)"),T.k0s(),T.j41(22,"span",19),T.EFF(23),T.nI1(24,"number"),T.k0s()(),T.j41(25,"div",17)(26,"h4",18),T.EFF(27,"Valid"),T.k0s(),T.j41(28,"span",19),T.EFF(29),T.k0s()()(),T.nrm(30,"mat-divider",20),T.j41(31,"div",16)(32,"div",21)(33,"h4",18),T.EFF(34,"Description"),T.k0s(),T.j41(35,"span",19),T.EFF(36),T.k0s()()(),T.nrm(37,"mat-divider",20),T.j41(38,"div",16)(39,"div",21)(40,"h4",18),T.EFF(41,"Offer"),T.k0s(),T.j41(42,"span",19),T.EFF(43),T.k0s()()(),T.DNE(44,r,22,8,"div",22),T.j41(45,"div",23)(46,"button",24),T.bIt("click",function(){return e.eBV(Ke),e.Njj(Le.onShowAdvanced())}),T.DNE(47,_,2,0,"p",25)(48,W,2,0,"ng-template",null,0,T.C5r),T.k0s(),T.DNE(50,I,2,1,"button",26)(51,B,2,0,"button",27),T.k0s()()()()()}if(2&ye){const Ke=T.sdS(49);T.R7$(),T.Y8G("fxLayoutAlign",null!=Le.offer&&Le.offer.bolt12&&""!==(null==Le.offer?null:Le.offer.bolt12)?"center start":"center center")("ngClass",T.eq3(24,ue,Le.screenSize===Le.screenSizeEnum.XS||Le.screenSize===Le.screenSizeEnum.SM)),T.R7$(),T.Y8G("ngIf",(null==Le.offer?null:Le.offer.bolt12)&&""!==(null==Le.offer?null:Le.offer.bolt12)),T.R7$(),T.Y8G("ngIf",!(null!=Le.offer&&Le.offer.bolt12)||""===(null==Le.offer?null:Le.offer.bolt12)),T.R7$(4),T.Y8G("icon",Le.faReceipt),T.R7$(2),T.JRh(Le.screenSize===Le.screenSizeEnum.XS?Le.newlyAdded?"Created":"Offer":Le.newlyAdded?"Offer Created":"Offer Information"),T.R7$(3),T.Y8G("ngClass",T.eq3(26,oe,Le.screenSize===Le.screenSizeEnum.XS)),T.R7$(2),T.Y8G("fxLayoutAlign",null!=Le.offer&&Le.offer.bolt12&&""!==(null==Le.offer?null:Le.offer.bolt12)?"center start":"center center")("ngClass",T.eq3(28,ue,Le.screenSize!==Le.screenSizeEnum.XS&&Le.screenSize!==Le.screenSizeEnum.SM)),T.R7$(),T.Y8G("ngIf",(null==Le.offer?null:Le.offer.bolt12)&&""!==(null==Le.offer?null:Le.offer.bolt12)),T.R7$(),T.Y8G("ngIf",!(null!=Le.offer&&Le.offer.bolt12)||""===(null==Le.offer?null:Le.offer.bolt12)),T.R7$(),T.Y8G("ngIf",Le.screenSize===Le.screenSizeEnum.XS||Le.screenSize===Le.screenSizeEnum.SM),T.R7$(6),T.SpI(" ",null!=Le.offerDecoded&&Le.offerDecoded.offer_amount_msat&&0!==(null==Le.offerDecoded?null:Le.offerDecoded.offer_amount_msat)?T.bMT(24,22,(null==Le.offerDecoded?null:Le.offerDecoded.offer_amount_msat)/1e3):"Open Offer"," "),T.R7$(6),T.SpI(" ",null!=Le.offerDecoded&&Le.offerDecoded.valid?null!=Le.offerDecoded&&Le.offerDecoded.valid?"Yes":"No":"N/K"," "),T.R7$(7),T.SpI(" ",null==Le.offerDecoded?null:Le.offerDecoded.offer_description," "),T.R7$(7),T.JRh(null==Le.offer?null:Le.offer.bolt12),T.R7$(),T.Y8G("ngIf",Le.showAdvanced),T.R7$(),T.Y8G("ngClass",T.l_i(30,he,!Le.showAdvanced,Le.showAdvanced)),T.R7$(2),T.Y8G("ngIf",!Le.showAdvanced)("ngIfElse",Ke),T.R7$(3),T.Y8G("ngIf",(null==Le.offer?null:Le.offer.bolt12)&&""!==(null==Le.offer?null:Le.offer.bolt12)),T.R7$(),T.Y8G("ngIf",!(null!=Le.offer&&Le.offer.bolt12)||""===(null==Le.offer?null:Le.offer.bolt12))}},dependencies:[P.YU,P.bT,M.aY,j.$z,U.m2,U.MM,K.q,q.DJ,q.sA,q.UI,G.PW,Q.Um,$.U,ae.N,P.QX],encapsulation:2}))}return pe(),be})()},32148:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(70463),p=l(27054).Buffer,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],c=new Array(64);function e(){this.init(),this._w=c,t.call(this,64,56)}function T(M,j,U){return U^M&(j^U)}function g(M,j,U){return M&j|U&(M|j)}function d(M){return(M>>>2|M<<30)^(M>>>13|M<<19)^(M>>>22|M<<10)}function w(M){return(M>>>6|M<<26)^(M>>>11|M<<21)^(M>>>25|M<<7)}function m(M){return(M>>>7|M<<25)^(M>>>18|M<<14)^M>>>3}function P(M){return(M>>>17|M<<15)^(M>>>19|M<<13)^M>>>10}i(e,t),e.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},e.prototype._update=function(M){for(var j=this._w,U=0|this._a,K=0|this._b,q=0|this._c,G=0|this._d,Q=0|this._e,$=0|this._f,ae=0|this._g,ue=0|this._h,oe=0;oe<16;++oe)j[oe]=M.readInt32BE(4*oe);for(;oe<64;++oe)j[oe]=P(j[oe-2])+j[oe-7]+m(j[oe-15])+j[oe-16]|0;for(var he=0;he<64;++he){var me=ue+w(Q)+T(Q,$,ae)+S[he]+j[he]|0,Te=d(U)+g(U,K,q)|0;ue=ae,ae=$,$=Q,Q=G+me|0,G=q,q=K,K=U,U=me+Te|0}this._a=U+this._a|0,this._b=K+this._b|0,this._c=q+this._c|0,this._d=G+this._d|0,this._e=Q+this._e|0,this._f=$+this._f|0,this._g=ae+this._g|0,this._h=ue+this._h|0},e.prototype._hash=function(){var M=p.allocUnsafe(32);return M.writeInt32BE(this._a,0),M.writeInt32BE(this._b,4),M.writeInt32BE(this._c,8),M.writeInt32BE(this._d,12),M.writeInt32BE(this._e,16),M.writeInt32BE(this._f,20),M.writeInt32BE(this._g,24),M.writeInt32BE(this._h,28),M},Ae.exports=e},33468:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(12901),p=l(95542),S=i.rotl32,c=i.sum32,e=i.sum32_5,T=p.ft_1,g=t.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function w(){if(!(this instanceof w))return new w;g.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}i.inherits(w,g),Ae.exports=w,w.blockSize=512,w.outSize=160,w.hmacStrength=80,w.padLength=64,w.prototype._update=function(P,M){for(var j=this.W,U=0;U<16;U++)j[U]=P[M+U];for(;U{"use strict";var i=l(52529),t=l(21832),p=l(39210);function S(c){if(!(this instanceof S))return new S(c);this.hash=c.hash,this.predResist=!!c.predResist,this.outLen=this.hash.outSize,this.minEntropy=c.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=t.toArray(c.entropy,c.entropyEnc||"hex"),T=t.toArray(c.nonce,c.nonceEnc||"hex"),g=t.toArray(c.pers,c.persEnc||"hex");p(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,T,g)}Ae.exports=S,S.prototype._init=function(e,T,g){var d=e.concat(T).concat(g);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var w=0;w=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(e.concat(g||[])),this._reseed=1},S.prototype.generate=function(e,T,g,d){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof T&&(d=g,g=T,T=null),g&&(g=t.toArray(g,d||"hex"),this._update(g));for(var w=[];w.length{"use strict";function i(t){return t}l.d(ee,{D:()=>i})},33726:(Ae,ee,l)=>{"use strict";l.d(ee,{R:()=>w});var i=l(58750),t=l(71985),p=l(31397),S=l(47441),c=l(98071),e=l(6450);const T=["addListener","removeListener"],g=["addEventListener","removeEventListener"],d=["on","off"];function w(U,K,q,G){if((0,c.T)(q)&&(G=q,q=void 0),G)return w(U,K,q).pipe((0,e.I)(G));const[Q,$]=function j(U){return(0,c.T)(U.addEventListener)&&(0,c.T)(U.removeEventListener)}(U)?g.map(ae=>ue=>U[ae](K,ue,q)):function P(U){return(0,c.T)(U.addListener)&&(0,c.T)(U.removeListener)}(U)?T.map(m(U,K)):function M(U){return(0,c.T)(U.on)&&(0,c.T)(U.off)}(U)?d.map(m(U,K)):[];if(!Q&&(0,S.X)(U))return(0,p.Z)(ae=>w(ae,K,q))((0,i.Tg)(U));if(!Q)throw new TypeError("Invalid event target");return new t.c(ae=>{const ue=(...oe)=>ae.next(1$(ue)})}function m(U,K){return q=>G=>U[q](K,G)}},33746:(Ae,ee,l)=>{"use strict";l.d(ee,{fg:()=>b,fS:()=>A});var i=l(14085),t=l(39842);let S;const c=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function e(){if(S)return S;if("object"!=typeof document||!document)return S=new Set(c),S;let k=document.createElement("input");return S=new Set(c.filter(x=>(k.setAttribute("type",x),k.type===x))),S}var T=l(73664),g=l(2615),d=l(983),w=l(21413),m=l(88968),P=l(67847);let M=(()=>{class k{static \u0275fac=function(_){return new(_||k)};static \u0275cmp=T.VBU({type:k,selectors:[["ng-component"]],hostAttrs:["cdk-text-field-style-loader",""],decls:0,vars:0,template:function(_,W){},styles:["textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}@keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}\n"],encapsulation:2,changeDetection:0})}return k})();const j={passive:!0};let U=(()=>{class k{_platform=(0,g.WQX)(t.O);_ngZone=(0,g.WQX)(T.SKi);_renderer=(0,g.WQX)(T._9s).createRenderer(null,null);_styleLoader=(0,g.WQX)(m.l);_monitoredElements=new Map;constructor(){}monitor(r){if(!this._platform.isBrowser)return d.w;this._styleLoader.load(M);const _=(0,P.i8)(r),W=this._monitoredElements.get(_);if(W)return W.subject;const I=new w.B,B="cdk-text-field-autofilled",re=be=>{"cdk-text-field-autofill-start"!==be.animationName||_.classList.contains(B)?"cdk-text-field-autofill-end"===be.animationName&&_.classList.contains(B)&&(_.classList.remove(B),this._ngZone.run(()=>I.next({target:be.target,isAutofilled:!1}))):(_.classList.add(B),this._ngZone.run(()=>I.next({target:be.target,isAutofilled:!0})))},pe=this._ngZone.runOutsideAngular(()=>(_.classList.add("cdk-text-field-autofill-monitored"),this._renderer.listen(_,"animationstart",re,j)));return this._monitoredElements.set(_,{subject:I,unlisten:pe}),I}stopMonitoring(r){const _=(0,P.i8)(r),W=this._monitoredElements.get(_);W&&(W.unlisten(),W.subject.complete(),_.classList.remove("cdk-text-field-autofill-monitored"),_.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(_))}ngOnDestroy(){this._monitoredElements.forEach((r,_)=>this.stopMonitoring(_))}static \u0275fac=function(_){return new(_||k)};static \u0275prov=g.jDH({token:k,factory:k.\u0275fac,providedIn:"root"})}return k})(),G=(()=>{class k{static \u0275fac=function(_){return new(_||k)};static \u0275mod=T.$C({type:k});static \u0275inj=g.G2t({})}return k})();var Q=l(59295),$=l(17705),ae=l(89726),ue=l(89417),oe=l(68010),he=l(69588),me=l(2709),Te=l(39336),D=l(71228),n=l(22466);const f=["button","checkbox","file","hidden","image","radio","range","reset","submit"],h=new g.nKC("MAT_INPUT_CONFIG");let b=(()=>{class k{_elementRef=(0,g.WQX)(T.aKT);_platform=(0,g.WQX)(t.O);ngControl=(0,g.WQX)(ue.vO,{optional:!0,self:!0});_autofillMonitor=(0,g.WQX)(U);_ngZone=(0,g.WQX)(T.SKi);_formField=(0,g.WQX)(he.xb,{optional:!0});_renderer=(0,g.WQX)(T.sFG);_uid=(0,g.WQX)(ae.g).getId("mat-input-");_previousNativeValue;_inputValueAccessor;_signalBasedValueAccessor;_previousPlaceholder;_errorStateTracker;_config=(0,g.WQX)(h,{optional:!0});_cleanupIosKeyup;_cleanupWebkitWheel;_isServer;_isNativeSelect;_isTextarea;_isInFormField;focused=!1;stateChanges=new w.B;controlType="mat-input";autofilled=!1;get disabled(){return this._disabled}set disabled(r){this._disabled=(0,i.he)(r),this.focused&&(this.focused=!1,this.stateChanges.next())}_disabled=!1;get id(){return this._id}set id(r){this._id=r||this._uid}_id;placeholder;name;get required(){return this._required??this.ngControl?.control?.hasValidator(ue.k0.required)??!1}set required(r){this._required=(0,i.he)(r)}_required;get type(){return this._type}set type(r){this._type=r||"text",this._validateType(),!this._isTextarea&&e().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}_type="text";get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(r){this._errorStateTracker.matcher=r}userAriaDescribedBy;get value(){return this._signalBasedValueAccessor?this._signalBasedValueAccessor.value():this._inputValueAccessor.value}set value(r){r!==this.value&&(this._signalBasedValueAccessor?this._signalBasedValueAccessor.value.set(r):this._inputValueAccessor.value=r,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(r){this._readonly=(0,i.he)(r)}_readonly=!1;disabledInteractive;get errorState(){return this._errorStateTracker.errorState}set errorState(r){this._errorStateTracker.errorState=r}_neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(r=>e().has(r));constructor(){const r=(0,g.WQX)(ue.cV,{optional:!0}),_=(0,g.WQX)(ue.j4,{optional:!0}),W=(0,g.WQX)(me.e),I=(0,g.WQX)(oe.O,{optional:!0,self:!0}),B=this._elementRef.nativeElement,re=B.nodeName.toLowerCase();I?(0,g.Hps)(I.value)?this._signalBasedValueAccessor=I:this._inputValueAccessor=I:this._inputValueAccessor=B,this._previousNativeValue=this.value,this.id=this.id,this._platform.IOS&&this._ngZone.runOutsideAngular(()=>{this._cleanupIosKeyup=this._renderer.listen(B,"keyup",this._iOSKeyupListener)}),this._errorStateTracker=new Te.X(W,this.ngControl,_,r,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===re,this._isTextarea="textarea"===re,this._isInFormField=!!this._formField,this.disabledInteractive=this._config?.disabledInteractive||!1,this._isNativeSelect&&(this.controlType=B.multiple?"mat-native-select-multiple":"mat-native-select"),this._signalBasedValueAccessor&&(0,Q.QZ)(()=>{this._signalBasedValueAccessor.value(),this.stateChanges.next()})}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(r=>{this.autofilled=r.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._cleanupIosKeyup?.(),this._cleanupWebkitWheel?.()}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(r){this._elementRef.nativeElement.focus(r)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(r){if(r!==this.focused){if(!this._isNativeSelect&&r&&this.disabled&&this.disabledInteractive){const _=this._elementRef.nativeElement;"number"===_.type?(_.type="text",_.setSelectionRange(0,0),_.type="number"):_.setSelectionRange(0,0)}this.focused=r,this.stateChanges.next()}}_onInput(){}_dirtyCheckNativeValue(){const r=this._elementRef.nativeElement.value;this._previousNativeValue!==r&&(this._previousNativeValue=r,this.stateChanges.next())}_dirtyCheckPlaceholder(){const r=this._getPlaceholder();if(r!==this._previousPlaceholder){const _=this._elementRef.nativeElement;this._previousPlaceholder=r,r?_.setAttribute("placeholder",r):_.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){f.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let r=this._elementRef.nativeElement.validity;return r&&r.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const r=this._elementRef.nativeElement,_=r.options[0];return this.focused||r.multiple||!this.empty||!!(r.selectedIndex>-1&&_&&_.label)}return this.focused&&!this.disabled||!this.empty}get describedByIds(){return this._elementRef.nativeElement.getAttribute("aria-describedby")?.split(" ")||[]}setDescribedByIds(r){const _=this._elementRef.nativeElement;r.length?_.setAttribute("aria-describedby",r.join(" ")):_.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const r=this._elementRef.nativeElement;return this._isNativeSelect&&(r.multiple||r.size>1)}_iOSKeyupListener=r=>{const _=r.target;!_.value&&0===_.selectionStart&&0===_.selectionEnd&&(_.setSelectionRange(1,1),_.setSelectionRange(0,0))};_getReadonlyAttribute(){return this._isNativeSelect?null:this.readonly||this.disabled&&this.disabledInteractive?"true":null}static \u0275fac=function(_){return new(_||k)};static \u0275dir=T.FsC({type:k,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:21,hostBindings:function(_,W){1&_&&T.bIt("focus",function(){return W._focusChanged(!0)})("blur",function(){return W._focusChanged(!1)})("input",function(){return W._onInput()}),2&_&&(T.Avn("id",W.id)("disabled",W.disabled&&!W.disabledInteractive)("required",W.required),T.BMQ("name",W.name||null)("readonly",W._getReadonlyAttribute())("aria-disabled",W.disabled&&W.disabledInteractive?"true":null)("aria-invalid",W.empty&&W.required?null:W.errorState)("aria-required",W.required)("id",W.id),T.AVh("mat-input-server",W._isServer)("mat-mdc-form-field-textarea-control",W._isInFormField&&W._isTextarea)("mat-mdc-form-field-input-control",W._isInFormField)("mat-mdc-input-disabled-interactive",W.disabledInteractive)("mdc-text-field__input",W._isInFormField)("mat-mdc-native-select-inline",W._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly",disabledInteractive:[2,"disabledInteractive","disabledInteractive",$.L39]},exportAs:["matInput"],features:[T.Jv_([{provide:he.qT,useExisting:k}]),T.OA$]})}return k})(),A=(()=>{class k{static \u0275fac=function(_){return new(_||k)};static \u0275mod=T.$C({type:k});static \u0275inj=g.G2t({imports:[n.y,D.R,D.R,G,n.y]})}return k})()},34133:(Ae,ee,l)=>{var i=l(13546);ee.encrypt=function(t,p){var S=i(p,t._prev);return t._prev=t._cipher.encryptBlock(S),t._prev},ee.decrypt=function(t,p){var S=t._prev;t._prev=p;var c=t._cipher.decryptBlock(p);return i(c,S)}},34320:(Ae,ee,l)=>{var i=l(15066).Reporter,t=l(15066).EncoderBuffer,p=l(15066).DecoderBuffer,S=l(39210),c=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],e=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(c);function g(w,m){var P={};this._baseState=P,P.enc=w,P.parent=m||null,P.children=null,P.tag=null,P.args=null,P.reverseArgs=null,P.choice=null,P.optional=!1,P.any=!1,P.obj=!1,P.use=null,P.useDecoder=null,P.key=null,P.default=null,P.explicit=null,P.implicit=null,P.contains=null,P.parent||(P.children=[],this._wrap())}Ae.exports=g;var d=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];g.prototype.clone=function(){var m=this._baseState,P={};d.forEach(function(j){P[j]=m[j]});var M=new this.constructor(P.parent);return M._baseState=P,M},g.prototype._wrap=function(){var m=this._baseState;e.forEach(function(P){this[P]=function(){var j=new this.constructor(this);return m.children.push(j),j[P].apply(j,arguments)}},this)},g.prototype._init=function(m){var P=this._baseState;S(null===P.parent),m.call(this),P.children=P.children.filter(function(M){return M._baseState.parent===this},this),S.equal(P.children.length,1,"Root node can have only one child")},g.prototype._useArgs=function(m){var P=this._baseState,M=m.filter(function(j){return j instanceof this.constructor},this);m=m.filter(function(j){return!(j instanceof this.constructor)},this),0!==M.length&&(S(null===P.children),P.children=M,M.forEach(function(j){j._baseState.parent=this},this)),0!==m.length&&(S(null===P.args),P.args=m,P.reverseArgs=m.map(function(j){if("object"!=typeof j||j.constructor!==Object)return j;var U={};return Object.keys(j).forEach(function(K){K==(0|K)&&(K|=0),U[j[K]]=K}),U}))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach(function(w){g.prototype[w]=function(){throw new Error(w+" not implemented for encoding: "+this._baseState.enc)}}),c.forEach(function(w){g.prototype[w]=function(){var P=this._baseState,M=Array.prototype.slice.call(arguments);return S(null===P.tag),P.tag=w,this._useArgs(M),this}}),g.prototype.use=function(m){S(m);var P=this._baseState;return S(null===P.use),P.use=m,this},g.prototype.optional=function(){return this._baseState.optional=!0,this},g.prototype.def=function(m){var P=this._baseState;return S(null===P.default),P.default=m,P.optional=!0,this},g.prototype.explicit=function(m){var P=this._baseState;return S(null===P.explicit&&null===P.implicit),P.explicit=m,this},g.prototype.implicit=function(m){var P=this._baseState;return S(null===P.explicit&&null===P.implicit),P.implicit=m,this},g.prototype.obj=function(){var m=this._baseState,P=Array.prototype.slice.call(arguments);return m.obj=!0,0!==P.length&&this._useArgs(P),this},g.prototype.key=function(m){var P=this._baseState;return S(null===P.key),P.key=m,this},g.prototype.any=function(){return this._baseState.any=!0,this},g.prototype.choice=function(m){var P=this._baseState;return S(null===P.choice),P.choice=m,this._useArgs(Object.keys(m).map(function(M){return m[M]})),this},g.prototype.contains=function(m){var P=this._baseState;return S(null===P.use),P.contains=m,this},g.prototype._decode=function(m,P){var M=this._baseState;if(null===M.parent)return m.wrapResult(M.children[0]._decode(m,P));var Q,j=M.default,U=!0,K=null;if(null!==M.key&&(K=m.enterKey(M.key)),M.optional){var q=null;if(null!==M.explicit?q=M.explicit:null!==M.implicit?q=M.implicit:null!==M.tag&&(q=M.tag),null!==q||M.any){if(U=this._peekTag(m,q,M.any),m.isError(U))return U}else{var G=m.save();try{null===M.choice?this._decodeGeneric(M.tag,m,P):this._decodeChoice(m,P),U=!0}catch{U=!1}m.restore(G)}}if(M.obj&&U&&(Q=m.enterObject()),U){if(null!==M.explicit){var $=this._decodeTag(m,M.explicit);if(m.isError($))return $;m=$}var ae=m.offset;if(null===M.use&&null===M.choice){M.any&&(G=m.save());var ue=this._decodeTag(m,null!==M.implicit?M.implicit:M.tag,M.any);if(m.isError(ue))return ue;M.any?j=m.raw(G):m=ue}if(P&&P.track&&null!==M.tag&&P.track(m.path(),ae,m.length,"tagged"),P&&P.track&&null!==M.tag&&P.track(m.path(),m.offset,m.length,"content"),M.any||(j=null===M.choice?this._decodeGeneric(M.tag,m,P):this._decodeChoice(m,P)),m.isError(j))return j;if(!M.any&&null===M.choice&&null!==M.children&&M.children.forEach(function(me){me._decode(m,P)}),M.contains&&("octstr"===M.tag||"bitstr"===M.tag)){var oe=new p(j);j=this._getUse(M.contains,m._reporterState.obj)._decode(oe,P)}}return M.obj&&U&&(j=m.leaveObject(Q)),null===M.key||null===j&&!0!==U?null!==K&&m.exitKey(K):m.leaveKey(K,M.key,j),j},g.prototype._decodeGeneric=function(m,P,M){var j=this._baseState;return"seq"===m||"set"===m?null:"seqof"===m||"setof"===m?this._decodeList(P,m,j.args[0],M):/str$/.test(m)?this._decodeStr(P,m,M):"objid"===m&&j.args?this._decodeObjid(P,j.args[0],j.args[1],M):"objid"===m?this._decodeObjid(P,null,null,M):"gentime"===m||"utctime"===m?this._decodeTime(P,m,M):"null_"===m?this._decodeNull(P,M):"bool"===m?this._decodeBool(P,M):"objDesc"===m?this._decodeStr(P,m,M):"int"===m||"enum"===m?this._decodeInt(P,j.args&&j.args[0],M):null!==j.use?this._getUse(j.use,P._reporterState.obj)._decode(P,M):P.error("unknown tag: "+m)},g.prototype._getUse=function(m,P){var M=this._baseState;return M.useDecoder=this._use(m,P),S(null===M.useDecoder._baseState.parent),M.useDecoder=M.useDecoder._baseState.children[0],M.implicit!==M.useDecoder._baseState.implicit&&(M.useDecoder=M.useDecoder.clone(),M.useDecoder._baseState.implicit=M.implicit),M.useDecoder},g.prototype._decodeChoice=function(m,P){var M=this._baseState,j=null,U=!1;return Object.keys(M.choice).some(function(K){var q=m.save(),G=M.choice[K];try{var Q=G._decode(m,P);if(m.isError(Q))return!1;j={type:K,value:Q},U=!0}catch{return m.restore(q),!1}return!0},this),U?j:m.error("Choice not matched")},g.prototype._createEncoderBuffer=function(m){return new t(m,this.reporter)},g.prototype._encode=function(m,P,M){var j=this._baseState;if(null===j.default||j.default!==m){var U=this._encodeValue(m,P,M);if(void 0!==U&&!this._skipDefault(U,P,M))return U}},g.prototype._encodeValue=function(m,P,M){var j=this._baseState;if(null===j.parent)return j.children[0]._encode(m,P||new i);var G=null;if(this.reporter=P,j.optional&&void 0===m){if(null===j.default)return;m=j.default}var U=null,K=!1;if(j.any)G=this._createEncoderBuffer(m);else if(j.choice)G=this._encodeChoice(m,P);else if(j.contains)U=this._getUse(j.contains,M)._encode(m,P),K=!0;else if(j.children)U=j.children.map(function(ae){if("null_"===ae._baseState.tag)return ae._encode(null,P,m);if(null===ae._baseState.key)return P.error("Child should have a key");var ue=P.enterKey(ae._baseState.key);if("object"!=typeof m)return P.error("Child expected, but input is not object");var oe=ae._encode(m[ae._baseState.key],P,m);return P.leaveKey(ue),oe},this).filter(function(ae){return ae}),U=this._createEncoderBuffer(U);else if("seqof"===j.tag||"setof"===j.tag){if(!j.args||1!==j.args.length)return P.error("Too many args for : "+j.tag);if(!Array.isArray(m))return P.error("seqof/setof, but data is not Array");var q=this.clone();q._baseState.implicit=null,U=this._createEncoderBuffer(m.map(function(ae){return this._getUse(this._baseState.args[0],m)._encode(ae,P)},q))}else null!==j.use?G=this._getUse(j.use,M)._encode(m,P):(U=this._encodePrimitive(j.tag,m),K=!0);if(!j.any&&null===j.choice){var Q=null!==j.implicit?j.implicit:j.tag,$=null===j.implicit?"universal":"context";null===Q?null===j.use&&P.error("Tag could be omitted only for .use()"):null===j.use&&(G=this._encodeComposite(Q,K,$,U))}return null!==j.explicit&&(G=this._encodeComposite(j.explicit,!1,"context",G)),G},g.prototype._encodeChoice=function(m,P){var M=this._baseState,j=M.choice[m.type];return j||S(!1,m.type+" not found in "+JSON.stringify(Object.keys(M.choice))),j._encode(m.value,P)},g.prototype._encodePrimitive=function(m,P){var M=this._baseState;if(/str$/.test(m))return this._encodeStr(P,m);if("objid"===m&&M.args)return this._encodeObjid(P,M.reverseArgs[0],M.args[1]);if("objid"===m)return this._encodeObjid(P,null,null);if("gentime"===m||"utctime"===m)return this._encodeTime(P,m);if("null_"===m)return this._encodeNull();if("int"===m||"enum"===m)return this._encodeInt(P,M.args&&M.reverseArgs[0]);if("bool"===m)return this._encodeBool(P);if("objDesc"===m)return this._encodeStr(P,m);throw new Error("Unsupported tag: "+m)},g.prototype._isNumstr=function(m){return/^[0-9 ]*$/.test(m)},g.prototype._isPrintstr=function(m){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(m)}},34330:(Ae,ee,l)=>{"use strict";l.d(ee,{D:()=>q,Q:()=>$});var i=l(2615),t=l(73664),p=l(71985),S=l(21413),c=l(84572),e=l(28793),T=l(70152),g=l(96354),d=l(65245),w=l(99172),m=l(96697),P=l(56977),M=l(39842),j=l(80408);const U=new Set;let K,q=(()=>{class ue{_platform=(0,i.WQX)(M.O);_nonce=(0,i.WQX)(t.BIS,{optional:!0});_matchMedia;constructor(){this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):Q}matchMedia(he){return(this._platform.WEBKIT||this._platform.BLINK)&&function G(ue,oe){if(!U.has(ue))try{K||(K=document.createElement("style"),oe&&K.setAttribute("nonce",oe),K.setAttribute("type","text/css"),document.head.appendChild(K)),K.sheet&&(K.sheet.insertRule(`@media ${ue} {body{ }}`,0),U.add(ue))}catch(he){console.error(he)}}(he,this._nonce),this._matchMedia(he)}static \u0275fac=function(me){return new(me||ue)};static \u0275prov=i.jDH({token:ue,factory:ue.\u0275fac,providedIn:"root"})}return ue})();function Q(ue){return{matches:"all"===ue||""===ue,media:ue,addListener:()=>{},removeListener:()=>{}}}let $=(()=>{class ue{_mediaMatcher=(0,i.WQX)(q);_zone=(0,i.WQX)(t.SKi);_queries=new Map;_destroySubject=new S.B;constructor(){}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(he){return ae((0,j.F)(he)).some(Te=>this._registerQuery(Te).mql.matches)}observe(he){const Te=ae((0,j.F)(he)).map(n=>this._registerQuery(n).observable);let D=(0,c.z)(Te);return D=(0,e.x)(D.pipe((0,m.s)(1)),D.pipe((0,d.i)(1),(0,T.B)(0))),D.pipe((0,g.T)(n=>{const o={matches:!1,breakpoints:{}};return n.forEach(({matches:f,query:h})=>{o.matches=o.matches||f,o.breakpoints[h]=f}),o}))}_registerQuery(he){if(this._queries.has(he))return this._queries.get(he);const me=this._mediaMatcher.matchMedia(he),D={observable:new p.c(n=>{const o=f=>this._zone.run(()=>n.next(f));return me.addListener(o),()=>{me.removeListener(o)}}).pipe((0,w.Z)(me),(0,g.T)(({matches:n})=>({query:he,matches:n})),(0,P.Q)(this._destroySubject)),mql:me};return this._queries.set(he,D),D}static \u0275fac=function(me){return new(me||ue)};static \u0275prov=i.jDH({token:ue,factory:ue.\u0275fac,providedIn:"root"})}return ue})();function ae(ue){return ue.map(oe=>oe.split(",")).reduce((oe,he)=>oe.concat(he)).map(oe=>oe.trim())}},34725:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(13686),p=l(27054).Buffer,S=new Array(16);function c(){t.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function e(m,P){return m<>>32-P}function T(m,P,M,j,U,K,q){return e(m+(P&M|~P&j)+U+K|0,q)+P|0}function g(m,P,M,j,U,K,q){return e(m+(P&j|M&~j)+U+K|0,q)+P|0}function d(m,P,M,j,U,K,q){return e(m+(P^M^j)+U+K|0,q)+P|0}function w(m,P,M,j,U,K,q){return e(m+(M^(P|~j))+U+K|0,q)+P|0}i(c,t),c.prototype._update=function(){for(var m=S,P=0;P<16;++P)m[P]=this._block.readInt32LE(4*P);var M=this._a,j=this._b,U=this._c,K=this._d;M=T(M,j,U,K,m[0],3614090360,7),K=T(K,M,j,U,m[1],3905402710,12),U=T(U,K,M,j,m[2],606105819,17),j=T(j,U,K,M,m[3],3250441966,22),M=T(M,j,U,K,m[4],4118548399,7),K=T(K,M,j,U,m[5],1200080426,12),U=T(U,K,M,j,m[6],2821735955,17),j=T(j,U,K,M,m[7],4249261313,22),M=T(M,j,U,K,m[8],1770035416,7),K=T(K,M,j,U,m[9],2336552879,12),U=T(U,K,M,j,m[10],4294925233,17),j=T(j,U,K,M,m[11],2304563134,22),M=T(M,j,U,K,m[12],1804603682,7),K=T(K,M,j,U,m[13],4254626195,12),U=T(U,K,M,j,m[14],2792965006,17),M=g(M,j=T(j,U,K,M,m[15],1236535329,22),U,K,m[1],4129170786,5),K=g(K,M,j,U,m[6],3225465664,9),U=g(U,K,M,j,m[11],643717713,14),j=g(j,U,K,M,m[0],3921069994,20),M=g(M,j,U,K,m[5],3593408605,5),K=g(K,M,j,U,m[10],38016083,9),U=g(U,K,M,j,m[15],3634488961,14),j=g(j,U,K,M,m[4],3889429448,20),M=g(M,j,U,K,m[9],568446438,5),K=g(K,M,j,U,m[14],3275163606,9),U=g(U,K,M,j,m[3],4107603335,14),j=g(j,U,K,M,m[8],1163531501,20),M=g(M,j,U,K,m[13],2850285829,5),K=g(K,M,j,U,m[2],4243563512,9),U=g(U,K,M,j,m[7],1735328473,14),M=d(M,j=g(j,U,K,M,m[12],2368359562,20),U,K,m[5],4294588738,4),K=d(K,M,j,U,m[8],2272392833,11),U=d(U,K,M,j,m[11],1839030562,16),j=d(j,U,K,M,m[14],4259657740,23),M=d(M,j,U,K,m[1],2763975236,4),K=d(K,M,j,U,m[4],1272893353,11),U=d(U,K,M,j,m[7],4139469664,16),j=d(j,U,K,M,m[10],3200236656,23),M=d(M,j,U,K,m[13],681279174,4),K=d(K,M,j,U,m[0],3936430074,11),U=d(U,K,M,j,m[3],3572445317,16),j=d(j,U,K,M,m[6],76029189,23),M=d(M,j,U,K,m[9],3654602809,4),K=d(K,M,j,U,m[12],3873151461,11),U=d(U,K,M,j,m[15],530742520,16),M=w(M,j=d(j,U,K,M,m[2],3299628645,23),U,K,m[0],4096336452,6),K=w(K,M,j,U,m[7],1126891415,10),U=w(U,K,M,j,m[14],2878612391,15),j=w(j,U,K,M,m[5],4237533241,21),M=w(M,j,U,K,m[12],1700485571,6),K=w(K,M,j,U,m[3],2399980690,10),U=w(U,K,M,j,m[10],4293915773,15),j=w(j,U,K,M,m[1],2240044497,21),M=w(M,j,U,K,m[8],1873313359,6),K=w(K,M,j,U,m[15],4264355552,10),U=w(U,K,M,j,m[6],2734768916,15),j=w(j,U,K,M,m[13],1309151649,21),M=w(M,j,U,K,m[4],4149444226,6),K=w(K,M,j,U,m[11],3174756917,10),U=w(U,K,M,j,m[2],718787259,15),j=w(j,U,K,M,m[9],3951481745,21),this._a=this._a+M|0,this._b=this._b+j|0,this._c=this._c+U|0,this._d=this._d+K|0},c.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var m=p.allocUnsafe(16);return m.writeInt32LE(this._a,0),m.writeInt32LE(this._b,4),m.writeInt32LE(this._c,8),m.writeInt32LE(this._d,12),m},Ae.exports=c},35294:(Ae,ee,l)=>{var i;function t(S){this.rand=S}if(Ae.exports=function(c){return i||(i=new t(null)),i.generate(c)},Ae.exports.Rand=t,t.prototype.generate=function(c){return this._rand(c)},t.prototype._rand=function(c){if(this.rand.getBytes)return this.rand.getBytes(c);for(var e=new Uint8Array(c),T=0;T{"use strict";var i=l(27054).Buffer,t=l(41090),p=typeof Uint8Array<"u",c=p&&typeof ArrayBuffer<"u"&&ArrayBuffer.isView;Ae.exports=function(e,T){if("string"==typeof e||i.isBuffer(e)||p&&e instanceof Uint8Array||c&&c(e))return t(e,T);throw new TypeError('The "data" argument must be a string, a Buffer, a Uint8Array, or a DataView')}},35861:(Ae,ee,l)=>{"use strict";var i=l(4570),t=function(){return!!i};t.hasArrayLengthDefineBug=function(){if(!i)return null;try{return 1!==i([],"length",{value:1}).length}catch{return!0}},Ae.exports=t},35941:Ae=>{function ee(l){if(!l||l<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=l,this.data=new Uint8Array(l*l),this.reservedBit=new Uint8Array(l*l)}ee.prototype.set=function(l,i,t,p){const S=l*this.size+i;this.data[S]=t,p&&(this.reservedBit[S]=!0)},ee.prototype.get=function(l,i){return this.data[l*this.size+i]},ee.prototype.xor=function(l,i,t){this.data[l*this.size+i]^=t},ee.prototype.isReserved=function(l,i){return this.reservedBit[l*this.size+i]},Ae.exports=ee},36013:(Ae,ee,l)=>{"use strict";l.d(ee,{F7:()=>lt,FR:()=>Pe,M6:()=>Mt,Ti:()=>Ke,V5:()=>Ct,aP:()=>Ht,xJ:()=>dt});var i=l(76939),t=l(97768),p=l(2615),S=l(73664),c=l(17705),e=l(76838),T=l(21413),g=l(18359),d=l(72200),w=l(88968),m=l(49046),P=l(12629),M=l(32046),j=l(12496),U=l(39842),K=l(96354),q=l(99172),G=l(25558),Q=l(56977),$=l(2709),ae=l(31804),ue=l(22466),oe=l(26881);const he=(Ce,ze,Z)=>({index:Ce,active:ze,optional:Z});function me(Ce,ze){if(1&Ce&&S.eu8(0,2),2&Ce){const Z=S.XpG();S.Y8G("ngTemplateOutlet",Z.iconOverrides[Z.state])("ngTemplateOutletContext",S.sMw(2,he,Z.index,Z.active,Z.optional))}}function Te(Ce,ze){if(1&Ce&&(S.j41(0,"span",7),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG(2);S.R7$(),S.JRh(Z._getDefaultTextForState(Z.state))}}function D(Ce,ze){if(1&Ce&&(S.j41(0,"span",8),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG(3);S.R7$(),S.JRh(Z._intl.completedLabel)}}function n(Ce,ze){if(1&Ce&&(S.j41(0,"span",8),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG(3);S.R7$(),S.JRh(Z._intl.editableLabel)}}function o(Ce,ze){if(1&Ce&&(S.nVh(0,D,2,1,"span",8)(1,n,2,1,"span",8),S.j41(2,"mat-icon",7),S.EFF(3),S.k0s()),2&Ce){const Z=S.XpG(2);S.vxM("done"===Z.state?0:"edit"===Z.state?1:-1),S.R7$(3),S.JRh(Z._getDefaultTextForState(Z.state))}}function f(Ce,ze){if(1&Ce&&S.nVh(0,Te,2,1,"span",7)(1,o,4,2),2&Ce){let Z;const J=S.XpG();S.vxM("number"===(Z=J.state)?0:1)}}function h(Ce,ze){1&Ce&&(S.j41(0,"div",4),S.eu8(1,9),S.k0s()),2&Ce&&(S.R7$(),S.Y8G("ngTemplateOutlet",ze.template))}function b(Ce,ze){if(1&Ce&&(S.j41(0,"div",4),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG();S.R7$(),S.JRh(Z.label)}}function A(Ce,ze){if(1&Ce&&(S.j41(0,"div",5),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG();S.R7$(),S.JRh(Z._intl.optionalLabel)}}function k(Ce,ze){if(1&Ce&&(S.j41(0,"div",6),S.EFF(1),S.k0s()),2&Ce){const Z=S.XpG();S.R7$(),S.JRh(Z.errorMessage)}}const x=["*"];function r(Ce,ze){}function _(Ce,ze){if(1&Ce&&(S.SdG(0),S.DNE(1,r,0,0,"ng-template",0)),2&Ce){const Z=S.XpG();S.R7$(),S.Y8G("cdkPortalOutlet",Z._portal)}}const W=["animatedContainer"],I=Ce=>({step:Ce});function B(Ce,ze){1&Ce&&S.SdG(0)}function re(Ce,ze){1&Ce&&S.nrm(0,"div",7)}function pe(Ce,ze){if(1&Ce&&(S.eu8(0,6),S.nVh(1,re,1,0,"div",7)),2&Ce){const Z=ze.$implicit,J=ze.$index,fe=ze.$count;S.XpG(2);const Ie=S.sdS(4);S.Y8G("ngTemplateOutlet",Ie)("ngTemplateOutletContext",S.eq3(3,I,Z)),S.R7$(),S.vxM(J!==fe-1?1:-1)}}function be(Ce,ze){if(1&Ce&&(S.j41(0,"div",8,1),S.eu8(2,9),S.k0s()),2&Ce){const Z=ze.$implicit,J=ze.$index,fe=S.XpG(2);S.HbH("mat-horizontal-stepper-content-"+fe._getAnimationDirection(J)),S.Y8G("id",fe._getStepContentId(J)),S.BMQ("aria-labelledby",fe._getStepLabelId(J))("inert",fe.selectedIndex===J?null:""),S.R7$(2),S.Y8G("ngTemplateOutlet",Z.content)}}function Be(Ce,ze){if(1&Ce&&(S.j41(0,"div",2)(1,"div",3),S.Z7z(2,pe,2,5,null,null,S.fX1),S.k0s(),S.j41(4,"div",4),S.Z7z(5,be,3,6,"div",5,S.fX1),S.k0s()()),2&Ce){const Z=S.XpG();S.R7$(2),S.Dyx(Z.steps),S.R7$(3),S.Dyx(Z.steps)}}function _e(Ce,ze){if(1&Ce&&(S.j41(0,"div",10),S.eu8(1,6),S.j41(2,"div",11,1)(4,"div",12)(5,"div",13),S.eu8(6,9),S.k0s()()()()),2&Ce){const Z=ze.$implicit,J=ze.$index,fe=ze.$index,Ie=ze.$count,ht=S.XpG(2),li=S.sdS(4);S.R7$(),S.Y8G("ngTemplateOutlet",li)("ngTemplateOutletContext",S.eq3(10,I,Z)),S.R7$(),S.AVh("mat-stepper-vertical-line",fe!==Ie-1)("mat-vertical-content-container-active",ht.selectedIndex===J),S.BMQ("inert",ht.selectedIndex===J?null:""),S.R7$(2),S.Y8G("id",ht._getStepContentId(J)),S.BMQ("aria-labelledby",ht._getStepLabelId(J)),S.R7$(2),S.Y8G("ngTemplateOutlet",Z.content)}}function ye(Ce,ze){if(1&Ce&&S.Z7z(0,_e,7,12,"div",10,S.fX1),2&Ce){const Z=S.XpG();S.Dyx(Z.steps)}}function Le(Ce,ze){if(1&Ce){const Z=S.RV6();S.j41(0,"mat-step-header",14),S.bIt("click",function(){const fe=p.eBV(Z).step;return p.Njj(fe.select())})("keydown",function(fe){p.eBV(Z);const Ie=S.XpG();return p.Njj(Ie._onKeydown(fe))}),S.k0s()}if(2&Ce){const Z=ze.step,J=S.XpG();S.AVh("mat-horizontal-stepper-header","horizontal"===J.orientation)("mat-vertical-stepper-header","vertical"===J.orientation),S.Y8G("tabIndex",J._getFocusIndex()===Z.index()?0:-1)("id",J._getStepLabelId(Z.index()))("index",Z.index())("state",Z.indicatorType())("label",Z.stepLabel||Z.label)("selected",Z.isSelected())("active",Z.isNavigable())("optional",Z.optional)("errorMessage",Z.errorMessage)("iconOverrides",J._iconOverrides)("disableRipple",J.disableRipple||!Z.isNavigable())("color",Z.color||J.color),S.BMQ("aria-posinset",Z.index()+1)("aria-setsize",J.steps.length)("aria-controls",J._getStepContentId(Z.index()))("aria-selected",Z.isSelected())("aria-label",Z.ariaLabel||null)("aria-labelledby",!Z.ariaLabel&&Z.ariaLabelledby?Z.ariaLabelledby:null)("aria-disabled",!Z.isNavigable()||null)}}let Ke=(()=>{class Ce extends t.nb{static \u0275fac=(()=>{let Z;return function(fe){return(Z||(Z=S.xGo(Ce)))(fe||Ce)}})();static \u0275dir=S.FsC({type:Ce,selectors:[["","matStepLabel",""]],features:[S.Vt3]})}return Ce})(),ge=(()=>{class Ce{changes=new T.B;optionalLabel="Optional";completedLabel="Completed";editableLabel="Editable";static \u0275fac=function(J){return new(J||Ce)};static \u0275prov=p.jDH({token:Ce,factory:Ce.\u0275fac,providedIn:"root"})}return Ce})();const Oe={provide:ge,deps:[[new S.Xx1,new S.kdw,ge]],useFactory:function ve(Ce){return Ce||new ge}};let Ee=(()=>{class Ce extends t.oX{_intl=(0,p.WQX)(ge);_focusMonitor=(0,p.WQX)(e.FN);_intlSubscription;state;label;errorMessage;iconOverrides;index;selected;active;optional;disableRipple;color;constructor(){super();const Z=(0,p.WQX)(w.l);Z.load(M.A),Z.load(m.Y);const J=(0,p.WQX)(c.gRc);this._intlSubscription=this._intl.changes.subscribe(()=>J.markForCheck())}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._intlSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._elementRef)}focus(Z,J){Z?this._focusMonitor.focusVia(this._elementRef,Z,J):this._elementRef.nativeElement.focus(J)}_stringLabel(){return this.label instanceof Ke?null:this.label}_templateLabel(){return this.label instanceof Ke?this.label:null}_getHostElement(){return this._elementRef.nativeElement}_getDefaultTextForState(Z){return"number"==Z?`${this.index+1}`:"edit"==Z?"create":"error"==Z?"warning":Z}_hasEmptyLabel(){return!(this._stringLabel()||this._templateLabel()||this._hasOptionalLabel()||this._hasErrorLabel())}_hasOptionalLabel(){return this.optional&&"error"!==this.state}_hasErrorLabel(){return"error"===this.state}static \u0275fac=function(J){return new(J||Ce)};static \u0275cmp=S.VBU({type:Ce,selectors:[["mat-step-header"]],hostAttrs:["role","tab",1,"mat-step-header"],hostVars:4,hostBindings:function(J,fe){2&J&&(S.HbH("mat-"+(fe.color||"primary")),S.AVh("mat-step-header-empty-label",fe._hasEmptyLabel()))},inputs:{state:"state",label:"label",errorMessage:"errorMessage",iconOverrides:"iconOverrides",index:"index",selected:"selected",active:"active",optional:"optional",disableRipple:"disableRipple",color:"color"},features:[S.Vt3],decls:10,vars:17,consts:[["matRipple","",1,"mat-step-header-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-step-icon-content"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-step-label"],[1,"mat-step-text-label"],[1,"mat-step-optional"],[1,"mat-step-sub-label-error"],["aria-hidden","true"],[1,"cdk-visually-hidden"],[3,"ngTemplateOutlet"]],template:function(J,fe){if(1&J&&(S.nrm(0,"div",0),S.j41(1,"div")(2,"div",1),S.nVh(3,me,1,6,"ng-container",2)(4,f,2,1),S.k0s()(),S.j41(5,"div",3),S.nVh(6,h,2,1,"div",4)(7,b,2,1,"div",4),S.nVh(8,A,2,1,"div",5),S.nVh(9,k,2,1,"div",6),S.k0s()),2&J){let Ie;S.Y8G("matRippleTrigger",fe._getHostElement())("matRippleDisabled",fe.disableRipple),S.R7$(),S.HbH(S.VkB("mat-step-icon-state-",fe.state," mat-step-icon")),S.AVh("mat-step-icon-selected",fe.selected),S.R7$(2),S.vxM(fe.iconOverrides&&fe.iconOverrides[fe.state]?3:4),S.R7$(2),S.AVh("mat-step-label-active",fe.active)("mat-step-label-selected",fe.selected)("mat-step-label-error","error"==fe.state),S.R7$(),S.vxM((Ie=fe._templateLabel())?6:fe._stringLabel()?7:-1,Ie),S.R7$(2),S.vxM(fe._hasOptionalLabel()?8:-1),S.R7$(),S.vxM(fe._hasErrorLabel()?9:-1)}},dependencies:[j.r6,d.T3,P.An],styles:['.mat-step-header{overflow:hidden;outline:none;cursor:pointer;position:relative;box-sizing:content-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-step-header:focus .mat-focus-indicator::before{content:""}.mat-step-header:hover[aria-disabled=true]{cursor:default}.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:var(--mat-stepper-header-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent));border-radius:var(--mat-stepper-header-hover-state-layer-shape, var(--mat-sys-corner-medium))}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused{background-color:var(--mat-stepper-header-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent));border-radius:var(--mat-stepper-header-focus-state-layer-shape, var(--mat-sys-corner-medium))}@media(hover: none){.mat-step-header:hover{background:none}}@media(forced-colors: active){.mat-step-header{outline:solid 1px}.mat-step-header[aria-selected=true] .mat-step-label{text-decoration:underline}.mat-step-header[aria-disabled=true]{outline-color:GrayText}.mat-step-header[aria-disabled=true] .mat-step-label,.mat-step-header[aria-disabled=true] .mat-step-icon,.mat-step-header[aria-disabled=true] .mat-step-optional{color:GrayText}}.mat-step-optional{font-size:12px;color:var(--mat-stepper-header-optional-label-text-color, var(--mat-sys-on-surface-variant))}.mat-step-sub-label-error{font-size:12px;font-weight:normal}.mat-step-icon{border-radius:50%;height:24px;width:24px;flex-shrink:0;position:relative;color:var(--mat-stepper-header-icon-foreground-color, var(--mat-sys-surface));background-color:var(--mat-stepper-header-icon-background-color, var(--mat-sys-on-surface-variant))}.mat-step-icon-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-icon-state-error{background-color:var(--mat-stepper-header-error-state-icon-background-color, transparent);color:var(--mat-stepper-header-error-state-icon-foreground-color, var(--mat-sys-error))}.mat-step-icon-state-error .mat-icon{font-size:24px;height:24px;width:24px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle;font-family:var(--mat-stepper-header-label-text-font, var(--mat-sys-title-small-font));font-size:var(--mat-stepper-header-label-text-size, var(--mat-sys-title-small-size));font-weight:var(--mat-stepper-header-label-text-weight, var(--mat-sys-title-small-weight));color:var(--mat-stepper-header-label-text-color, var(--mat-sys-on-surface-variant))}.mat-step-label.mat-step-label-active{color:var(--mat-stepper-header-selected-state-label-text-color, var(--mat-sys-on-surface-variant))}.mat-step-label.mat-step-label-error{color:var(--mat-stepper-header-error-state-label-text-color, var(--mat-sys-error));font-size:var(--mat-stepper-header-error-state-label-text-size, var(--mat-sys-title-small-size))}.mat-step-label.mat-step-label-selected{font-size:var(--mat-stepper-header-selected-state-label-text-size, var(--mat-sys-title-small-size));font-weight:var(--mat-stepper-header-selected-state-label-text-weight, var(--mat-sys-title-small-weight))}.mat-step-header-empty-label .mat-step-label{min-width:0}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}.mat-step-header .mat-step-header-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-step-icon-selected{background-color:var(--mat-stepper-header-selected-state-icon-background-color, var(--mat-sys-primary));color:var(--mat-stepper-header-selected-state-icon-foreground-color, var(--mat-sys-on-primary))}.mat-step-icon-state-done{background-color:var(--mat-stepper-header-done-state-icon-background-color, var(--mat-sys-primary));color:var(--mat-stepper-header-done-state-icon-foreground-color, var(--mat-sys-on-primary))}.mat-step-icon-state-edit{background-color:var(--mat-stepper-header-edit-state-icon-background-color, var(--mat-sys-primary));color:var(--mat-stepper-header-edit-state-icon-foreground-color, var(--mat-sys-on-primary))}\n'],encapsulation:2,changeDetection:0})}return Ce})(),dt=(()=>{class Ce{templateRef=(0,p.WQX)(S.C4Q);name;constructor(){}static \u0275fac=function(J){return new(J||Ce)};static \u0275dir=S.FsC({type:Ce,selectors:[["ng-template","matStepperIcon",""]],inputs:{name:[0,"matStepperIcon","name"]}})}return Ce})(),nt=(()=>{class Ce{_template=(0,p.WQX)(S.C4Q);constructor(){}static \u0275fac=function(J){return new(J||Ce)};static \u0275dir=S.FsC({type:Ce,selectors:[["ng-template","matStepContent",""]]})}return Ce})(),Ct=(()=>{class Ce extends t.VI{_errorStateMatcher=(0,p.WQX)($.e,{skipSelf:!0});_viewContainerRef=(0,p.WQX)(S.c1b);_isSelected=g.yU.EMPTY;stepLabel=void 0;color;_lazyContent;_portal;ngAfterContentInit(){this._isSelected=this._stepper.steps.changes.pipe((0,G.n)(()=>this._stepper.selectionChange.pipe((0,K.T)(Z=>Z.selectedStep===this),(0,q.Z)(this._stepper.selected===this)))).subscribe(Z=>{Z&&this._lazyContent&&!this._portal&&(this._portal=new i.VA(this._lazyContent._template,this._viewContainerRef))})}ngOnDestroy(){this._isSelected.unsubscribe()}isErrorState(Z,J){return this._errorStateMatcher.isErrorState(Z,J)||!!(Z&&Z.invalid&&this.interacted)}static \u0275fac=(()=>{let Z;return function(fe){return(Z||(Z=S.xGo(Ce)))(fe||Ce)}})();static \u0275cmp=S.VBU({type:Ce,selectors:[["mat-step"]],contentQueries:function(J,fe,Ie){if(1&J&&(S.wni(Ie,Ke,5),S.wni(Ie,nt,5)),2&J){let ht;S.mGM(ht=S.lsd())&&(fe.stepLabel=ht.first),S.mGM(ht=S.lsd())&&(fe._lazyContent=ht.first)}},hostAttrs:["hidden",""],inputs:{color:"color"},exportAs:["matStep"],features:[S.Jv_([{provide:$.e,useExisting:Ce},{provide:t.VI,useExisting:Ce}]),S.Vt3],ngContentSelectors:x,decls:1,vars:0,consts:[[3,"cdkPortalOutlet"]],template:function(J,fe){1&J&&(S.NAR(),S.DNE(0,_,2,1,"ng-template"))},dependencies:[i.I3],encapsulation:2,changeDetection:0})}return Ce})(),Mt=(()=>{class Ce extends t.Up{_ngZone=(0,p.WQX)(S.SKi);_renderer=(0,p.WQX)(S.sFG);_animationsDisabled=(0,ae.Rc)();_cleanupTransition;_isAnimating=(0,p.vPA)(!1);_stepHeader=void 0;_animatedContainers;_steps=void 0;steps=new S.rOR;_icons;animationDone=new S.bkB;disableRipple;color;labelPosition="end";headerPosition="top";_iconOverrides={};get animationDuration(){return this._animationDuration}set animationDuration(Z){this._animationDuration=/^\d+$/.test(Z)?Z+"ms":Z}_animationDuration="";_isServer=!(0,p.WQX)(U.O).isBrowser;constructor(){super();const J=(0,p.WQX)(S.aKT).nativeElement.nodeName.toLowerCase();this.orientation="mat-vertical-stepper"===J?"vertical":"horizontal"}ngAfterContentInit(){super.ngAfterContentInit(),this._icons.forEach(({name:Z,templateRef:J})=>this._iconOverrides[Z]=J),this.steps.changes.pipe((0,Q.Q)(this._destroyed)).subscribe(()=>this._stateChanged()),this.selectedIndexChange.pipe((0,Q.Q)(this._destroyed)).subscribe(()=>{const Z=this._getAnimationDuration();"0ms"===Z||"0s"===Z?this._onAnimationDone():this._isAnimating.set(!0)}),this._ngZone.runOutsideAngular(()=>{this._animationsDisabled||setTimeout(()=>{this._elementRef.nativeElement.classList.add("mat-stepper-animations-enabled"),this._cleanupTransition=this._renderer.listen(this._elementRef.nativeElement,"transitionend",this._handleTransitionend)},200)})}ngAfterViewInit(){if(super.ngAfterViewInit(),"function"==typeof queueMicrotask){let Z=!1;this._animatedContainers.changes.pipe((0,q.Z)(null),(0,Q.Q)(this._destroyed)).subscribe(()=>queueMicrotask(()=>{Z||(Z=!0,this.animationDone.emit()),this._stateChanged()}))}}ngOnDestroy(){super.ngOnDestroy(),this._cleanupTransition?.()}_getAnimationDuration(){return this._animationsDisabled?"0ms":this.animationDuration?this.animationDuration:"horizontal"===this.orientation?"500ms":"225ms"}_handleTransitionend=Z=>{const J=Z.target;if(!J)return;const fe="horizontal"===this.orientation&&"transform"===Z.propertyName&&J.classList.contains("mat-horizontal-stepper-content-current"),Ie="vertical"===this.orientation&&"grid-template-rows"===Z.propertyName&&J.classList.contains("mat-vertical-content-container-active");(fe||Ie)&&this._animatedContainers.find(li=>li.nativeElement===J)&&this._onAnimationDone()};_onAnimationDone(){this._isAnimating.set(!1),this.animationDone.emit()}static \u0275fac=function(J){return new(J||Ce)};static \u0275cmp=S.VBU({type:Ce,selectors:[["mat-stepper"],["mat-vertical-stepper"],["mat-horizontal-stepper"],["","matStepper",""]],contentQueries:function(J,fe,Ie){if(1&J&&(S.wni(Ie,Ct,5),S.wni(Ie,dt,5)),2&J){let ht;S.mGM(ht=S.lsd())&&(fe._steps=ht),S.mGM(ht=S.lsd())&&(fe._icons=ht)}},viewQuery:function(J,fe){if(1&J&&(S.GBs(Ee,5),S.GBs(W,5)),2&J){let Ie;S.mGM(Ie=S.lsd())&&(fe._stepHeader=Ie),S.mGM(Ie=S.lsd())&&(fe._animatedContainers=Ie)}},hostAttrs:["role","tablist"],hostVars:15,hostBindings:function(J,fe){2&J&&(S.BMQ("aria-orientation",fe.orientation),S.xc7("--mat-stepper-animation-duration",fe._getAnimationDuration()),S.AVh("mat-stepper-horizontal","horizontal"===fe.orientation)("mat-stepper-vertical","vertical"===fe.orientation)("mat-stepper-label-position-end","horizontal"===fe.orientation&&"end"==fe.labelPosition)("mat-stepper-label-position-bottom","horizontal"===fe.orientation&&"bottom"==fe.labelPosition)("mat-stepper-header-position-bottom","bottom"===fe.headerPosition)("mat-stepper-animating",fe._isAnimating()))},inputs:{disableRipple:"disableRipple",color:"color",labelPosition:"labelPosition",headerPosition:"headerPosition",animationDuration:"animationDuration"},outputs:{animationDone:"animationDone"},exportAs:["matStepper","matVerticalStepper","matHorizontalStepper"],features:[S.Jv_([{provide:t.Up,useExisting:Ce}]),S.Vt3],ngContentSelectors:x,decls:5,vars:2,consts:[["stepTemplate",""],["animatedContainer",""],[1,"mat-horizontal-stepper-wrapper"],[1,"mat-horizontal-stepper-header-container"],[1,"mat-horizontal-content-container"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id","class"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-stepper-horizontal-line"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id"],[3,"ngTemplateOutlet"],[1,"mat-step"],[1,"mat-vertical-content-container"],["role","tabpanel",1,"mat-vertical-stepper-content",3,"id"],[1,"mat-vertical-content"],[3,"click","keydown","tabIndex","id","index","state","label","selected","active","optional","errorMessage","iconOverrides","disableRipple","color"]],template:function(J,fe){if(1&J&&(S.NAR(),S.nVh(0,B,1,0),S.nVh(1,Be,7,0,"div",2)(2,ye,2,0),S.DNE(3,Le,1,23,"ng-template",null,0,S.C5r)),2&J){let Ie;S.vxM(fe._isServer?0:-1),S.R7$(),S.vxM("horizontal"===(Ie=fe.orientation)?1:"vertical"===Ie?2:-1)}},dependencies:[d.T3,Ee],styles:['.mat-stepper-vertical,.mat-stepper-horizontal{display:block;font-family:var(--mat-stepper-container-text-font, var(--mat-sys-body-medium-font));background:var(--mat-stepper-container-color, var(--mat-sys-surface))}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{align-items:flex-start}.mat-stepper-header-position-bottom .mat-horizontal-stepper-header-container{order:1}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px;border-top-color:var(--mat-stepper-line-color, var(--mat-sys-outline))}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{margin:0;min-width:0;position:relative;top:calc(calc((var(--mat-stepper-header-height, 72px) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{border-top-width:1px;border-top-style:solid;content:"";display:inline-block;height:0;position:absolute;width:calc(50% - 20px)}.mat-horizontal-stepper-header{display:flex;overflow:hidden;align-items:center;padding:0 24px;height:var(--mat-stepper-header-height, 72px)}.mat-horizontal-stepper-header .mat-step-icon{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:8px}.mat-horizontal-stepper-header.mat-step-header-empty-label .mat-step-icon{margin:0}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after{border-top-color:var(--mat-stepper-line-color, var(--mat-sys-outline))}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{padding:calc((var(--mat-stepper-header-height, 72px) - 24px) / 2) 24px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after{top:calc(calc((var(--mat-stepper-header-height, 72px) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{box-sizing:border-box;flex-direction:column;height:auto}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{right:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before{left:0}[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after{display:none}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label{padding:16px 0 0 0;text-align:center;width:100%}.mat-vertical-stepper-header{display:flex;align-items:center;height:24px;padding:calc((var(--mat-stepper-header-height, 72px) - 24px) / 2) 24px}.mat-vertical-stepper-header .mat-step-icon{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon{margin-right:0;margin-left:12px}.mat-horizontal-stepper-wrapper{display:flex;flex-direction:column}.mat-horizontal-stepper-content{visibility:hidden;overflow:hidden;outline:0;height:0}.mat-stepper-animations-enabled .mat-horizontal-stepper-content{transition:transform var(--mat-stepper-animation-duration, 0) cubic-bezier(0.35, 0, 0.25, 1)}.mat-horizontal-stepper-content.mat-horizontal-stepper-content-previous{transform:translate3d(-100%, 0, 0)}.mat-horizontal-stepper-content.mat-horizontal-stepper-content-next{transform:translate3d(100%, 0, 0)}.mat-horizontal-stepper-content.mat-horizontal-stepper-content-current{visibility:visible;transform:none;height:auto}.mat-stepper-horizontal:not(.mat-stepper-animating) .mat-horizontal-stepper-content.mat-horizontal-stepper-content-current{overflow:visible}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}@media(forced-colors: active){.mat-horizontal-content-container{outline:solid 1px}}.mat-stepper-header-position-bottom .mat-horizontal-content-container{padding:24px 24px 0 24px}.mat-vertical-content-container{display:grid;grid-template-rows:0fr;grid-template-columns:100%;margin-left:36px;border:0;position:relative}.mat-stepper-animations-enabled .mat-vertical-content-container{transition:grid-template-rows var(--mat-stepper-animation-duration, 0) cubic-bezier(0.4, 0, 0.2, 1)}.mat-vertical-content-container.mat-vertical-content-container-active{grid-template-rows:1fr}.mat-step:last-child .mat-vertical-content-container{border:none}@media(forced-colors: active){.mat-vertical-content-container{outline:solid 1px}}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}@supports not (grid-template-rows: 0fr){.mat-vertical-content-container{height:0}.mat-vertical-content-container.mat-vertical-content-container-active{height:auto}}.mat-stepper-vertical-line::before{content:"";position:absolute;left:0;border-left-width:1px;border-left-style:solid;border-left-color:var(--mat-stepper-line-color, var(--mat-sys-outline));top:calc(8px - calc((var(--mat-stepper-header-height, 72px) - 24px) / 2));bottom:calc(8px - calc((var(--mat-stepper-header-height, 72px) - 24px) / 2))}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden;outline:0;visibility:hidden}.mat-stepper-animations-enabled .mat-vertical-stepper-content{transition:visibility var(--mat-stepper-animation-duration, 0) linear}.mat-vertical-content-container-active>.mat-vertical-stepper-content{visibility:visible}.mat-vertical-content{padding:0 24px 24px 24px}\n'],encapsulation:2,changeDetection:0})}return Ce})(),lt=(()=>{class Ce extends t.v5{static \u0275fac=(()=>{let Z;return function(fe){return(Z||(Z=S.xGo(Ce)))(fe||Ce)}})();static \u0275dir=S.FsC({type:Ce,selectors:[["button","matStepperNext",""]],hostAttrs:[1,"mat-stepper-next"],hostVars:1,hostBindings:function(J,fe){2&J&&S.Avn("type",fe.type)},features:[S.Vt3]})}return Ce})(),Pe=(()=>{class Ce extends t.FK{static \u0275fac=(()=>{let Z;return function(fe){return(Z||(Z=S.xGo(Ce)))(fe||Ce)}})();static \u0275dir=S.FsC({type:Ce,selectors:[["button","matStepperPrevious",""]],hostAttrs:[1,"mat-stepper-previous"],hostVars:1,hostBindings:function(J,fe){2&J&&S.Avn("type",fe.type)},features:[S.Vt3]})}return Ce})(),Ht=(()=>{class Ce{static \u0275fac=function(J){return new(J||Ce)};static \u0275mod=S.$C({type:Ce});static \u0275inj=p.G2t({providers:[Oe,$.e],imports:[ue.y,i.jc,t.uY,P.m_,oe.p,Mt,Ee,ue.y]})}return Ce})()},36283:(Ae,ee,l)=>{var i=l(47740);ee.tagClass={0:"universal",1:"application",2:"context",3:"private"},ee.tagClassByName=i._reverse(ee.tagClass),ee.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},ee.tagByName=i._reverse(ee.tag)},36471:(Ae,ee,l)=>{"use strict";l.d(ee,{Jl:()=>lt,YN:()=>di});var i=l(76838),t=l(89726),S=(l(64123),l(10438)),e=(l(67336),l(88968)),T=l(49046),g=l(2615),d=l(73664),w=l(17705),m=l(21413),P=l(57786),M=l(32046),j=l(12496),U=l(31804),K=l(11048),ue=(l(99172),l(25558),l(56977),l(61577),l(89417),l(2709)),me=(l(39336),l(69588),l(22466)),Te=l(26881);const D=["*",[["mat-chip-avatar"],["","matChipAvatar",""]],[["mat-chip-trailing-icon"],["","matChipRemove",""],["","matChipTrailingIcon",""]]],n=["*","mat-chip-avatar, [matChipAvatar]","mat-chip-trailing-icon,[matChipRemove],[matChipTrailingIcon]"];function o(kt,Rt){1&kt&&(d.j41(0,"span",3),d.SdG(1,1),d.k0s())}function f(kt,Rt){1&kt&&(d.j41(0,"span",6),d.SdG(1,2),d.k0s())}const ye=new g.nKC("mat-chips-default-options",{providedIn:"root",factory:()=>({separatorKeyCodes:[S.Fm]})}),Le=new g.nKC("MatChipAvatar"),Ke=new g.nKC("MatChipTrailingIcon"),ge=new g.nKC("MatChipEdit"),ve=new g.nKC("MatChipRemove"),Oe=new g.nKC("MatChip");let Ee=(()=>{class kt{_elementRef=(0,g.WQX)(d.aKT);_parentChip=(0,g.WQX)(Oe);isInteractive=!0;_isPrimary=!0;_isLeading=!1;get disabled(){return this._disabled||this._parentChip?.disabled||!1}set disabled(le){this._disabled=le}_disabled=!1;tabIndex=-1;_allowFocusWhenDisabled=!1;_getDisabledAttribute(){return this.disabled&&!this._allowFocusWhenDisabled?"":null}_getTabindex(){return this.disabled&&!this._allowFocusWhenDisabled||!this.isInteractive?null:this.tabIndex.toString()}constructor(){(0,g.WQX)(e.l).load(M.A),"BUTTON"===this._elementRef.nativeElement.nodeName&&this._elementRef.nativeElement.setAttribute("type","button")}focus(){this._elementRef.nativeElement.focus()}_handleClick(le){!this.disabled&&this.isInteractive&&this._isPrimary&&(le.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}_handleKeydown(le){(le.keyCode===S.Fm||le.keyCode===S.t6)&&!this.disabled&&this.isInteractive&&this._isPrimary&&!this._parentChip._isEditing&&(le.preventDefault(),this._parentChip._handlePrimaryActionInteraction())}static \u0275fac=function(te){return new(te||kt)};static \u0275dir=d.FsC({type:kt,selectors:[["","matChipAction",""]],hostAttrs:[1,"mdc-evolution-chip__action","mat-mdc-chip-action"],hostVars:11,hostBindings:function(te,ce){1&te&&d.bIt("click",function(ke){return ce._handleClick(ke)})("keydown",function(ke){return ce._handleKeydown(ke)}),2&te&&(d.BMQ("tabindex",ce._getTabindex())("disabled",ce._getDisabledAttribute())("aria-disabled",ce.disabled),d.AVh("mdc-evolution-chip__action--primary",ce._isPrimary)("mdc-evolution-chip__action--presentational",!ce.isInteractive)("mdc-evolution-chip__action--secondary",!ce._isPrimary)("mdc-evolution-chip__action--trailing",!ce._isPrimary&&!ce._isLeading))},inputs:{isInteractive:"isInteractive",disabled:[2,"disabled","disabled",w.L39],tabIndex:[2,"tabIndex","tabIndex",le=>null==le?-1:(0,w.Udg)(le)],_allowFocusWhenDisabled:"_allowFocusWhenDisabled"}})}return kt})(),lt=(()=>{class kt{_changeDetectorRef=(0,g.WQX)(w.gRc);_elementRef=(0,g.WQX)(d.aKT);_tagName=(0,g.WQX)(w.cCO);_ngZone=(0,g.WQX)(d.SKi);_focusMonitor=(0,g.WQX)(i.FN);_globalRippleOptions=(0,g.WQX)(j.$E,{optional:!0});_document=(0,g.WQX)(g.qQL);_onFocus=new m.B;_onBlur=new m.B;_isBasicChip;role=null;_hasFocusInternal=!1;_pendingFocus;_actionChanges;_animationsDisabled=(0,U.Rc)();_allLeadingIcons;_allTrailingIcons;_allEditIcons;_allRemoveIcons;_hasFocus(){return this._hasFocusInternal}id=(0,g.WQX)(t.g).getId("mat-mdc-chip-");ariaLabel=null;ariaDescription=null;_chipListDisabled=!1;_hadFocusOnRemove=!1;_textElement;get value(){return void 0!==this._value?this._value:this._textElement.textContent.trim()}set value(le){this._value=le}_value;color;removable=!0;highlighted=!1;disableRipple=!1;get disabled(){return this._disabled||this._chipListDisabled}set disabled(le){this._disabled=le}_disabled=!1;removed=new d.bkB;destroyed=new d.bkB;basicChipAttrName="mat-basic-chip";leadingIcon;editIcon;trailingIcon;removeIcon;primaryAction;_rippleLoader=(0,g.WQX)(K.E);_injector=(0,g.WQX)(g.zZn);constructor(){const le=(0,g.WQX)(e.l);le.load(M.A),le.load(T.Y),this._monitorFocus(),this._rippleLoader?.configureRipple(this._elementRef.nativeElement,{className:"mat-mdc-chip-ripple",disabled:this._isRippleDisabled()})}ngOnInit(){this._isBasicChip=this._elementRef.nativeElement.hasAttribute(this.basicChipAttrName)||this._tagName.toLowerCase()===this.basicChipAttrName}ngAfterViewInit(){this._textElement=this._elementRef.nativeElement.querySelector(".mat-mdc-chip-action-label"),this._pendingFocus&&(this._pendingFocus=!1,this.focus())}ngAfterContentInit(){this._actionChanges=(0,P.h)(this._allLeadingIcons.changes,this._allTrailingIcons.changes,this._allEditIcons.changes,this._allRemoveIcons.changes).subscribe(()=>this._changeDetectorRef.markForCheck())}ngDoCheck(){this._rippleLoader.setDisabled(this._elementRef.nativeElement,this._isRippleDisabled())}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._rippleLoader?.destroyRipple(this._elementRef.nativeElement),this._actionChanges?.unsubscribe(),this.destroyed.emit({chip:this}),this.destroyed.complete()}remove(){this.removable&&(this._hadFocusOnRemove=this._hasFocus(),this.removed.emit({chip:this}))}_isRippleDisabled(){return this.disabled||this.disableRipple||this._animationsDisabled||this._isBasicChip||!this._hasInteractiveActions()||!!this._globalRippleOptions?.disabled}_hasTrailingIcon(){return!(!this.trailingIcon&&!this.removeIcon)}_handleKeydown(le){(le.keyCode===S.G_&&!le.repeat||le.keyCode===S.SJ)&&(le.preventDefault(),this.remove())}focus(){this.disabled||(this.primaryAction?this.primaryAction.focus():this._pendingFocus=!0)}_getSourceAction(le){return this._getActions().find(te=>{const ce=te._elementRef.nativeElement;return ce===le||ce.contains(le)})}_getActions(){const le=[];return this.editIcon&&le.push(this.editIcon),this.primaryAction&&le.push(this.primaryAction),this.removeIcon&&le.push(this.removeIcon),this.trailingIcon&&le.push(this.trailingIcon),le}_handlePrimaryActionInteraction(){}_hasInteractiveActions(){return this._getActions().some(le=>le.isInteractive)}_edit(le){}_monitorFocus(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(le=>{const te=null!==le;te!==this._hasFocusInternal&&(this._hasFocusInternal=te,te?this._onFocus.next({chip:this}):(this._changeDetectorRef.markForCheck(),setTimeout(()=>this._ngZone.run(()=>this._onBlur.next({chip:this})))))})}static \u0275fac=function(te){return new(te||kt)};static \u0275cmp=d.VBU({type:kt,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(te,ce,se){if(1&te&&(d.wni(se,Le,5),d.wni(se,ge,5),d.wni(se,Ke,5),d.wni(se,ve,5),d.wni(se,Le,5),d.wni(se,Ke,5),d.wni(se,ge,5),d.wni(se,ve,5)),2&te){let ke;d.mGM(ke=d.lsd())&&(ce.leadingIcon=ke.first),d.mGM(ke=d.lsd())&&(ce.editIcon=ke.first),d.mGM(ke=d.lsd())&&(ce.trailingIcon=ke.first),d.mGM(ke=d.lsd())&&(ce.removeIcon=ke.first),d.mGM(ke=d.lsd())&&(ce._allLeadingIcons=ke),d.mGM(ke=d.lsd())&&(ce._allTrailingIcons=ke),d.mGM(ke=d.lsd())&&(ce._allEditIcons=ke),d.mGM(ke=d.lsd())&&(ce._allRemoveIcons=ke)}},viewQuery:function(te,ce){if(1&te&&d.GBs(Ee,5),2&te){let se;d.mGM(se=d.lsd())&&(ce.primaryAction=se.first)}},hostAttrs:[1,"mat-mdc-chip"],hostVars:31,hostBindings:function(te,ce){1&te&&d.bIt("keydown",function(ke){return ce._handleKeydown(ke)}),2&te&&(d.Avn("id",ce.id),d.BMQ("role",ce.role)("aria-label",ce.ariaLabel),d.HbH("mat-"+(ce.color||"primary")),d.AVh("mdc-evolution-chip",!ce._isBasicChip)("mdc-evolution-chip--disabled",ce.disabled)("mdc-evolution-chip--with-trailing-action",ce._hasTrailingIcon())("mdc-evolution-chip--with-primary-graphic",ce.leadingIcon)("mdc-evolution-chip--with-primary-icon",ce.leadingIcon)("mdc-evolution-chip--with-avatar",ce.leadingIcon)("mat-mdc-chip-with-avatar",ce.leadingIcon)("mat-mdc-chip-highlighted",ce.highlighted)("mat-mdc-chip-disabled",ce.disabled)("mat-mdc-basic-chip",ce._isBasicChip)("mat-mdc-standard-chip",!ce._isBasicChip)("mat-mdc-chip-with-trailing-icon",ce._hasTrailingIcon())("_mat-animation-noopable",ce._animationsDisabled))},inputs:{role:"role",id:"id",ariaLabel:[0,"aria-label","ariaLabel"],ariaDescription:[0,"aria-description","ariaDescription"],value:"value",color:"color",removable:[2,"removable","removable",w.L39],highlighted:[2,"highlighted","highlighted",w.L39],disableRipple:[2,"disableRipple","disableRipple",w.L39],disabled:[2,"disabled","disabled",w.L39]},outputs:{removed:"removed",destroyed:"destroyed"},exportAs:["matChip"],features:[d.Jv_([{provide:Oe,useExisting:kt}])],ngContentSelectors:n,decls:8,vars:3,consts:[[1,"mat-mdc-chip-focus-overlay"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--primary"],["matChipAction","",3,"isInteractive"],[1,"mdc-evolution-chip__graphic","mat-mdc-chip-graphic"],[1,"mdc-evolution-chip__text-label","mat-mdc-chip-action-label"],[1,"mat-mdc-chip-primary-focus-indicator","mat-focus-indicator"],[1,"mdc-evolution-chip__cell","mdc-evolution-chip__cell--trailing"]],template:function(te,ce){1&te&&(d.NAR(D),d.nrm(0,"span",0),d.j41(1,"span",1)(2,"span",2),d.nVh(3,o,2,0,"span",3),d.j41(4,"span",4),d.SdG(5),d.nrm(6,"span",5),d.k0s()()(),d.nVh(7,f,2,0,"span",6)),2&te&&(d.R7$(2),d.Y8G("isInteractive",!1),d.R7$(),d.vxM(ce.leadingIcon?3:-1),d.R7$(4),d.vxM(ce._hasTrailingIcon()?7:-1))},dependencies:[Ee],styles:['.mdc-evolution-chip,.mdc-evolution-chip__cell,.mdc-evolution-chip__action{display:inline-flex;align-items:center}.mdc-evolution-chip{position:relative;max-width:100%}.mdc-evolution-chip__cell,.mdc-evolution-chip__action{height:100%}.mdc-evolution-chip__cell--primary{flex-basis:100%;overflow-x:hidden}.mdc-evolution-chip__cell--trailing{flex:1 0 auto}.mdc-evolution-chip__action{align-items:center;background:none;border:none;box-sizing:content-box;cursor:pointer;display:inline-flex;justify-content:center;outline:none;padding:0;text-decoration:none;color:inherit}.mdc-evolution-chip__action--presentational{cursor:auto}.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{pointer-events:none}@media(forced-colors: active){.mdc-evolution-chip--disabled,.mdc-evolution-chip__action:disabled{forced-color-adjust:none}}.mdc-evolution-chip__action--primary{font:inherit;letter-spacing:inherit;white-space:inherit;overflow-x:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary::before{border-width:var(--mat-chip-outline-width, 1px);border-radius:var(--mat-chip-container-shape-radius, 8px);box-sizing:border-box;content:"";height:100%;left:0;position:absolute;pointer-events:none;top:0;width:100%;z-index:1;border-style:solid}.mat-mdc-standard-chip .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--primary::before{border-color:var(--mat-chip-outline-color, var(--mat-sys-outline))}.mdc-evolution-chip__action--primary:not(.mdc-evolution-chip__action--presentational):not(.mdc-ripple-upgraded):focus::before{border-color:var(--mat-chip-focus-outline-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--primary::before{border-color:var(--mat-chip-disabled-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__action--primary::before{border-width:var(--mat-chip-flat-selected-outline-width, 0)}.mat-mdc-basic-chip .mdc-evolution-chip__action--primary{font:inherit}.mat-mdc-standard-chip.mdc-evolution-chip--with-leading-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-leading-action .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}.mat-mdc-standard-chip.mdc-evolution-chip--with-leading-action.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:0;padding-right:12px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary{padding-left:12px;padding-right:0}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--primary{padding-left:0;padding-right:0}.mdc-evolution-chip__action--secondary{position:relative;overflow:visible}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--secondary{color:var(--mat-chip-with-trailing-icon-trailing-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__action--secondary{color:var(--mat-chip-with-trailing-icon-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-standard-chip.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--secondary{padding-left:8px;padding-right:8px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--secondary{padding-left:8px;padding-right:8px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--secondary{padding-left:8px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__action--secondary{padding-left:8px;padding-right:8px}.mdc-evolution-chip__text-label{-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mat-mdc-standard-chip .mdc-evolution-chip__text-label{font-family:var(--mat-chip-label-text-font, var(--mat-sys-label-large-font));line-height:var(--mat-chip-label-text-line-height, var(--mat-sys-label-large-line-height));font-size:var(--mat-chip-label-text-size, var(--mat-sys-label-large-size));font-weight:var(--mat-chip-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mat-chip-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mat-chip-label-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label{color:var(--mat-chip-selected-label-text-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label,.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label{color:var(--mat-chip-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-evolution-chip__graphic{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;pointer-events:none;position:relative;flex:1 0 auto}.mat-mdc-standard-chip .mdc-evolution-chip__graphic{width:var(--mat-chip-with-avatar-avatar-size, 24px);height:var(--mat-chip-with-avatar-avatar-size, 24px);font-size:var(--mat-chip-with-avatar-avatar-size, 24px)}.mdc-evolution-chip--selecting .mdc-evolution-chip__graphic{transition:width 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selectable:not(.mdc-evolution-chip--selected):not(.mdc-evolution-chip--with-primary-icon) .mdc-evolution-chip__graphic{width:0}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:6px;padding-right:6px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:4px;padding-right:8px}[dir=rtl] .mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-trailing-action .mdc-evolution-chip__graphic{padding-left:8px;padding-right:4px}.mdc-evolution-chip--with-avatar.mdc-evolution-chip--with-primary-graphic.mdc-evolution-chip--with-leading-action .mdc-evolution-chip__graphic{padding-left:0}.mdc-evolution-chip__checkmark{position:absolute;opacity:0;top:50%;left:50%;height:20px;width:20px}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__checkmark{color:var(--mat-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__checkmark{color:var(--mat-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark{transition:transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);transform:translate(-75%, -50%)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{transform:translate(-50%, -50%);opacity:1}.mdc-evolution-chip__checkmark-svg{display:block}.mdc-evolution-chip__checkmark-path{stroke-width:2px;stroke-dasharray:29.7833385;stroke-dashoffset:29.7833385;stroke:currentColor}.mdc-evolution-chip--selecting .mdc-evolution-chip__checkmark-path{transition:stroke-dashoffset 150ms 45ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark-path{stroke-dashoffset:0}@media(forced-colors: active){.mdc-evolution-chip__checkmark-path{stroke:CanvasText !important}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--trailing{height:18px;width:18px;font-size:18px}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove{opacity:calc(var(--mat-chip-trailing-action-opacity, 1)*var(--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing.mat-mdc-chip-remove:focus{opacity:calc(var(--mat-chip-trailing-action-focus-opacity, 1)*var(--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38))}.mat-mdc-standard-chip{border-radius:var(--mat-chip-container-shape-radius, 8px);height:var(--mat-chip-container-height, 32px)}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled){background-color:var(--mat-chip-elevated-container-color, transparent)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{background-color:var(--mat-chip-elevated-disabled-container-color)}.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled){background-color:var(--mat-chip-elevated-selected-container-color, var(--mat-sys-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled{background-color:var(--mat-chip-flat-disabled-selected-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}@media(forced-colors: active){.mat-mdc-standard-chip{outline:solid 1px}}.mat-mdc-standard-chip .mdc-evolution-chip__icon--primary{border-radius:var(--mat-chip-with-avatar-avatar-shape-radius, 24px);width:var(--mat-chip-with-icon-icon-size, 18px);height:var(--mat-chip-with-icon-icon-size, 18px);font-size:var(--mat-chip-with-icon-icon-size, 18px)}.mdc-evolution-chip--selected .mdc-evolution-chip__icon--primary{opacity:0}.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__icon--primary{color:var(--mat-chip-with-icon-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--primary{color:var(--mat-chip-with-icon-disabled-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-highlighted{--mat-chip-with-icon-icon-color: var(--mat-chip-with-icon-selected-icon-color, var(--mat-sys-on-secondary-container));--mat-chip-elevated-container-color: var(--mat-chip-elevated-selected-container-color, var(--mat-sys-secondary-container));--mat-chip-label-text-color: var(--mat-chip-selected-label-text-color, var(--mat-sys-on-secondary-container));--mat-chip-outline-width: var(--mat-chip-flat-selected-outline-width, 0)}.mat-mdc-chip-focus-overlay{background:var(--mat-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-selected .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted .mat-mdc-chip-focus-overlay{background:var(--mat-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay{background:var(--mat-chip-hover-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mat-chip-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-focus-overlay .mat-mdc-chip-selected:hover,.mat-mdc-chip-highlighted:hover .mat-mdc-chip-focus-overlay{background:var(--mat-chip-selected-hover-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mat-chip-selected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mat-chip-focus-state-layer-color, var(--mat-sys-on-surface-variant));opacity:var(--mat-chip-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected.cdk-focused .mat-mdc-chip-focus-overlay,.mat-mdc-chip-highlighted.cdk-focused .mat-mdc-chip-focus-overlay{background:var(--mat-chip-selected-focus-state-layer-color, var(--mat-sys-on-secondary-container));opacity:var(--mat-chip-selected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mdc-evolution-chip--disabled:not(.mdc-evolution-chip--selected) .mat-mdc-chip-avatar{opacity:var(--mat-chip-with-avatar-disabled-avatar-opacity, 0.38)}.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{opacity:var(--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity, 0.38)}.mdc-evolution-chip--disabled.mdc-evolution-chip--selected .mdc-evolution-chip__checkmark{opacity:var(--mat-chip-with-icon-disabled-icon-opacity, 0.38)}.mat-mdc-standard-chip.mdc-evolution-chip--disabled{opacity:var(--mat-chip-disabled-container-opacity, 1)}.mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-trailing-icon-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip.mdc-evolution-chip--selected.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mdc-evolution-chip--disabled .mdc-evolution-chip__icon--trailing{color:var(--mat-chip-selected-disabled-trailing-icon-color, var(--mat-sys-on-surface))}.mat-mdc-chip-edit,.mat-mdc-chip-remove{opacity:var(--mat-chip-trailing-action-opacity, 1)}.mat-mdc-chip-edit:focus,.mat-mdc-chip-remove:focus{opacity:var(--mat-chip-trailing-action-focus-opacity, 1)}.mat-mdc-chip-edit::after,.mat-mdc-chip-remove::after{background-color:var(--mat-chip-trailing-action-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-chip-edit:hover::after,.mat-mdc-chip-remove:hover::after{opacity:var(--mat-chip-trailing-action-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-chip-edit:focus::after,.mat-mdc-chip-remove:focus::after{opacity:var(--mat-chip-trailing-action-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-chip-selected .mat-mdc-chip-remove::after,.mat-mdc-chip-highlighted .mat-mdc-chip-remove::after{background-color:var(--mat-chip-selected-trailing-action-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-mdc-standard-chip{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:visible}.mat-mdc-standard-chip .mat-mdc-chip-graphic,.mat-mdc-standard-chip .mat-mdc-chip-trailing-icon{box-sizing:content-box}.mat-mdc-standard-chip._mat-animation-noopable,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__graphic,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark,.mat-mdc-standard-chip._mat-animation-noopable .mdc-evolution-chip__checkmark-path{transition-duration:1ms;animation-duration:1ms}.mat-mdc-chip-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;opacity:0;border-radius:inherit;transition:opacity 150ms linear}._mat-animation-noopable .mat-mdc-chip-focus-overlay{transition:none}.mat-mdc-basic-chip .mat-mdc-chip-focus-overlay{display:none}.mat-mdc-chip .mat-ripple.mat-mdc-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-chip-avatar{text-align:center;line-height:1;color:var(--mat-chip-with-icon-icon-color, currentColor)}.mat-mdc-chip{position:relative;z-index:0}.mat-mdc-chip-action-label{text-align:left;z-index:1}[dir=rtl] .mat-mdc-chip-action-label{text-align:right}.mat-mdc-chip.mdc-evolution-chip--with-trailing-action .mat-mdc-chip-action-label{position:relative}.mat-mdc-chip-action-label .mat-mdc-chip-primary-focus-indicator{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mat-mdc-chip-action-label .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-chip-edit::before,.mat-mdc-chip-remove::before{margin:calc(var(--mat-focus-indicator-border-width, 3px)*-1);left:8px;right:8px}.mat-mdc-chip-edit::after,.mat-mdc-chip-remove::after{content:"";display:block;opacity:0;position:absolute;top:-3px;bottom:-3px;left:5px;right:5px;border-radius:50%;box-sizing:border-box;padding:12px;margin:-12px;background-clip:content-box}.mat-mdc-chip-edit .mat-icon,.mat-mdc-chip-remove .mat-icon{width:18px;height:18px;font-size:18px;box-sizing:content-box}.mat-chip-edit-input{cursor:text;display:inline-block;color:inherit;outline:0}@media(forced-colors: active){.mat-mdc-chip-selected:not(.mat-mdc-chip-multiple){outline-width:3px}}.mat-mdc-chip-action:focus .mat-focus-indicator::before{content:""}.mdc-evolution-chip__icon,.mat-mdc-chip-edit .mat-icon,.mat-mdc-chip-remove .mat-icon{min-height:fit-content}img.mdc-evolution-chip__icon{min-height:0}\n'],encapsulation:2,changeDetection:0})}return kt})(),di=(()=>{class kt{static \u0275fac=function(te){return new(te||kt)};static \u0275mod=d.$C({type:kt});static \u0275inj=g.G2t({providers:[ue.e,{provide:ye,useValue:{separatorKeyCodes:[S.Fm]}}],imports:[me.y,Te.p,me.y]})}return kt})()},36636:(Ae,ee,l)=>{"use strict";var i=l(83838).Buffer,t=l(71993),p=l(19846),S=new Array(16),c=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],e=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],T=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],g=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],d=[0,1518500249,1859775393,2400959708,2840853838],w=[1352829926,1548603684,1836072691,2053994217,0];function m(G,Q){return G<>>32-Q}function P(G,Q,$,ae,ue,oe,he,me){return m(G+(Q^$^ae)+oe+he|0,me)+ue|0}function M(G,Q,$,ae,ue,oe,he,me){return m(G+(Q&$|~Q&ae)+oe+he|0,me)+ue|0}function j(G,Q,$,ae,ue,oe,he,me){return m(G+((Q|~$)^ae)+oe+he|0,me)+ue|0}function U(G,Q,$,ae,ue,oe,he,me){return m(G+(Q&ae|$&~ae)+oe+he|0,me)+ue|0}function K(G,Q,$,ae,ue,oe,he,me){return m(G+(Q^($|~ae))+oe+he|0,me)+ue|0}function q(){p.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}t(q,p),q.prototype._update=function(){for(var G=S,Q=0;Q<16;++Q)G[Q]=this._block.readInt32LE(4*Q);for(var $=0|this._a,ae=0|this._b,ue=0|this._c,oe=0|this._d,he=0|this._e,me=0|this._a,Te=0|this._b,D=0|this._c,n=0|this._d,o=0|this._e,f=0;f<80;f+=1){var h,b;f<16?(h=P($,ae,ue,oe,he,G[c[f]],d[0],T[f]),b=K(me,Te,D,n,o,G[e[f]],w[0],g[f])):f<32?(h=M($,ae,ue,oe,he,G[c[f]],d[1],T[f]),b=U(me,Te,D,n,o,G[e[f]],w[1],g[f])):f<48?(h=j($,ae,ue,oe,he,G[c[f]],d[2],T[f]),b=j(me,Te,D,n,o,G[e[f]],w[2],g[f])):f<64?(h=U($,ae,ue,oe,he,G[c[f]],d[3],T[f]),b=M(me,Te,D,n,o,G[e[f]],w[3],g[f])):(h=K($,ae,ue,oe,he,G[c[f]],d[4],T[f]),b=P(me,Te,D,n,o,G[e[f]],w[4],g[f])),$=he,he=oe,oe=m(ue,10),ue=ae,ae=h,me=o,o=n,n=m(D,10),D=Te,Te=b}var A=this._b+ue+n|0;this._b=this._c+oe+o|0,this._c=this._d+he+me|0,this._d=this._e+$+Te|0,this._e=this._a+ae+D|0,this._a=A},q.prototype._digest=function(){this._block[this._blockOffset]=128,this._blockOffset+=1,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var G=i.alloc?i.alloc(20):new i(20);return G.writeInt32LE(this._a,0),G.writeInt32LE(this._b,4),G.writeInt32LE(this._c,8),G.writeInt32LE(this._d,12),G.writeInt32LE(this._e,16),G},Ae.exports=q},37163:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(39210);function p(S,c,e){if(!(this instanceof p))return new p(S,c,e);this.Hash=S,this.blockSize=S.blockSize/8,this.outSize=S.outSize/8,this.inner=null,this.outer=null,this._init(i.toArray(c,e))}Ae.exports=p,p.prototype._init=function(c){c.length>this.blockSize&&(c=(new this.Hash).update(c).digest()),t(c.length<=this.blockSize);for(var e=c.length;e{Ae.exports=function(l,i){for(var t=l.length,p=-1;++p{ee.encrypt=function(l,i){return l._cipher.encryptBlock(i)},ee.decrypt=function(l,i){return l._cipher.decryptBlock(i)}},37541:(Ae,ee,l)=>{"use strict";l.d(ee,{H:()=>Fn});var i=l(17705),t=l(11747),p=l(21413),S=l(7673),c=l(96354),e=l(96697),T=l(53993),g=l(31397),d=l(99437),w=l(56977),m=l(4416),P=l(51585),M=l(73664),j=l(9183),U=l(52920);let K=(()=>{var xi;class Gi{constructor(Ai,Yi){this.dialogRef=Ai,this.data=Yi}static#e=xi=()=>(this.\u0275fac=function(Yi){return new(Yi||Gi)(M.rXU(P.CP),M.rXU(P.Vh))},this.\u0275cmp=M.VBU({type:Gi,selectors:[["rtl-spinner-dialog"]],standalone:!1,decls:4,vars:1,consts:[["fxLayout","column","fxLayoutAlign","center center",1,"spinner-container"],["color","primary","mode","indeterminate",1,"modal-spinner-message"]],template:function(Yi,zt){1&Yi&&(M.j41(0,"div",0),M.nrm(1,"mat-progress-spinner",1),M.j41(2,"h2"),M.EFF(3),M.k0s()()),2&Yi&&(M.R7$(3),M.JRh(zt.data.titleMessage))},dependencies:[j.LG,U.DJ,U.sA],styles:["h2[_ngcontent-%COMP%]{text-align:center}"]}))}return xi(),Gi})();var q=l(45383),G=l(79647),Q=l(2615),$=l(98570),ae=l(95416),ue=l(82571),oe=l(43694),he=l(59640),me=l(72200),Te=l(20060),D=l(88834),n=l(25596),o=l(12629),f=l(71997),h=l(16038),b=l(40455),A=l(38288),k=l(10497),x=l(29157),r=l(89587);const _=["scrollContainer"],W=xi=>({"display-none":xi}),I=xi=>({"h-40":xi}),B=xi=>({"failed-status":xi});function re(xi,Gi){if(1&xi&&M.nrm(0,"qr-code",19),2&xi){const Ci=M.XpG();M.Y8G("value",Ci.showQRField)("size",200)}}function pe(xi,Gi){1&xi&&M.eu8(0)}function be(xi,Gi){if(1&xi&&(M.qex(0),M.j41(1,"mat-card-content",20,1),M.DNE(3,pe,1,0,"ng-container",21),M.k0s(),M.bVm()),2&xi){const Ci=M.XpG(),Ai=M.sdS(20);M.R7$(),M.Y8G("ngClass",M.eq3(2,I,Ci.data.scrollable)),M.R7$(2),M.Y8G("ngTemplateOutlet",Ai)}}function Be(xi,Gi){1&xi&&M.eu8(0)}function _e(xi,Gi){if(1&xi&&(M.qex(0),M.j41(1,"mat-card-content",22),M.DNE(2,Be,1,0,"ng-container",21),M.k0s(),M.bVm()),2&xi){M.XpG();const Ci=M.sdS(20);M.R7$(2),M.Y8G("ngTemplateOutlet",Ci)}}function ye(xi,Gi){1&xi&&(M.j41(0,"mat-icon",27),M.EFF(1,"arrow_downward"),M.k0s())}function Le(xi,Gi){1&xi&&(M.j41(0,"mat-icon",28),M.EFF(1,"arrow_upward"),M.k0s())}function Ke(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"div",23)(1,"button",24),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG();return Q.Njj(Yi.onScroll())}),M.DNE(2,ye,2,0,"mat-icon",25)(3,Le,2,0,"mat-icon",26),M.k0s()()}if(2&xi){const Ci=M.XpG();M.R7$(2),M.Y8G("ngIf","DOWN"===Ci.scrollDirection),M.R7$(),M.Y8G("ngIf","UP"===Ci.scrollDirection)}}function ge(xi,Gi){1&xi&&(M.j41(0,"button",29),M.EFF(1,"OK"),M.k0s()),2&xi&&M.Y8G("mat-dialog-close",!1)}function ve(xi,Gi){1&xi&&(M.j41(0,"button",30),M.EFF(1,"Close"),M.k0s()),2&xi&&M.Y8G("mat-dialog-close",!1)}function Oe(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"button",31),M.bIt("copied",function(Yi){Q.eBV(Ci);const zt=M.XpG();return Q.Njj(zt.onCopyField(Yi))}),M.EFF(1),M.k0s()}if(2&xi){const Ci=M.XpG();M.Y8G("payload",Ci.showCopyField),M.R7$(),M.SpI("Copy ",Ci.showCopyName)}}function Ee(xi,Gi){1&xi&&(M.j41(0,"button",30),M.EFF(1,"Close"),M.k0s()),2&xi&&M.Y8G("mat-dialog-close",!1)}function dt(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"button",31),M.bIt("copied",function(Yi){Q.eBV(Ci);const zt=M.XpG();return Q.Njj(zt.onCopyField(Yi))}),M.EFF(1),M.k0s()}if(2&xi){const Ci=M.XpG();M.Y8G("payload",Ci.showQRField),M.R7$(),M.SpI("Copy ",Ci.showQRName)}}function nt(xi,Gi){if(1&xi&&M.nrm(0,"qr-code",19),2&xi){const Ci=M.XpG(2);M.Y8G("value",Ci.showQRField)("size",200)}}function Ct(xi,Gi){if(1&xi&&(M.j41(0,"p",37),M.EFF(1),M.k0s()),2&xi){const Ci=M.XpG(2);M.R7$(),M.JRh(Ci.data.titleMessage)}}function Mt(xi,Gi){1&xi&&M.nrm(0,"span",51),2&xi&&M.Y8G("innerHTML",Gi.$implicit,M.npT)}function lt(xi,Gi){if(1&xi&&(M.qex(0),M.j41(1,"span",34),M.DNE(2,Mt,1,1,"span",50),M.k0s(),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(2),M.Y8G("ngForOf",Ci.value)}}function Pe(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.nI1(2,"date"),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(M.i5U(2,1,1e3*Ci.value,"dd/MMM/y HH:mm"))}}function Ht(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.nI1(2,"number"),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(M.i5U(2,1,Ci.value,Ci.digitsInfo?Ci.digitsInfo:"1.0-3"))}}function ct(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(Ci.value?"True":"False")}}function Ce(xi,Gi){1&xi&&(M.j41(0,"mat-icon",55),M.EFF(1,"info"),M.k0s())}function ze(xi,Gi){if(1&xi&&(M.j41(0,"p",53),M.EFF(1),M.DNE(2,Ce,2,0,"mat-icon",54),M.k0s()),2&xi){const Ci=M.XpG(3).$implicit,Ai=M.XpG(4);M.Y8G("ngClass",M.eq3(3,B,Ci.value===Ai.LoopStateEnum.FAILED)),M.R7$(),M.SpI(" ",Ci.value," "),M.R7$(),M.Y8G("ngIf",Ci.value===Ai.LoopStateEnum.FAILED)}}function Z(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"p",57),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG(8);return Q.Njj(Yi.onGoToLink())}),M.EFF(1),M.k0s()}if(2&xi){const Ci=M.XpG(4).$implicit,Ai=M.XpG(4);M.Y8G("matTooltip",M.mNQ("Go To "+Ai.goToName)),M.R7$(),M.SpI(" ",Ci.value," ")}}function J(xi,Gi){if(1&xi&&M.EFF(0),2&xi){const Ci=M.XpG(4).$implicit;M.SpI(" ",Ci.value," ")}}function fe(xi,Gi){if(1&xi&&M.DNE(0,Z,2,3,"p",56)(1,J,1,1,"ng-template",null,4,M.C5r),2&xi){const Ci=M.sdS(2),Ai=M.XpG(3).$implicit,Yi=M.XpG(4);M.Y8G("ngIf",Ai.value===Yi.goToFieldValue)("ngIfElse",Ci)}}function Ie(xi,Gi){if(1&xi&&(M.qex(0),M.DNE(1,ze,3,5,"p",52)(2,fe,3,2,"ng-template",null,3,M.C5r),M.bVm()),2&xi){const Ci=M.sdS(3),Ai=M.XpG(2).$implicit,Yi=M.XpG(4);M.R7$(),M.Y8G("ngIf","SWAP"===Yi.data.openedBy&&"state"===Ai.key)("ngIfElse",Ci)}}function ht(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"fa-icon",58),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG(2).$implicit,zt=M.XpG(4);return Q.Njj(zt.onExplorerClicked(Yi))}),M.k0s()}if(2&xi){const Ci=M.XpG(6);M.Y8G("matTooltip",M.mNQ("Link to "+Ci.selNode.settings.blockExplorerUrl))("icon",Ci.faUpRightFromSquare)}}function li(xi,Gi){if(1&xi&&(M.j41(0,"span")(1,"span",46),M.DNE(2,lt,3,1,"ng-container",47)(3,Pe,3,4,"ng-container",47)(4,Ht,3,4,"ng-container",47)(5,ct,2,1,"ng-container",47)(6,Ie,4,2,"ng-container",48),M.j41(7,"span"),M.DNE(8,ht,1,3,"fa-icon",49),M.k0s()()()),2&xi){const Ci=M.XpG().$implicit,Ai=M.XpG(4);M.R7$(),M.Y8G("ngSwitch",Ci.type),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.ARRAY),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.DATE_TIME),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.NUMBER),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.BOOLEAN),M.R7$(3),M.Y8G("ngIf",Ci.explorerLink&&""!==Ci.explorerLink)}}function Qt(xi,Gi){1&xi&&(M.j41(0,"span",59),M.EFF(1,"\xa0"),M.k0s())}function di(xi,Gi){if(1&xi&&(M.j41(0,"div",42)(1,"h4",43),M.EFF(2),M.k0s(),M.DNE(3,li,9,6,"span",44)(4,Qt,2,0,"ng-template",null,2,M.C5r),M.nrm(6,"mat-divider",45),M.k0s()),2&xi){const Ci=Gi.$implicit,Ai=M.sdS(5);M.Y8G("fxFlex.gt-md",M.mNQ(Ci.width)),M.R7$(2),M.JRh(Ci.title),M.R7$(),M.Y8G("ngIf",Ci&&(!!Ci.value||0===Ci.value))("ngIfElse",Ai)}}function kt(xi,Gi){if(1&xi&&(M.j41(0,"div")(1,"div",40),M.DNE(2,di,7,5,"div",41),M.k0s()()),2&xi){const Ci=Gi.$implicit;M.R7$(2),M.Y8G("ngForOf",Ci)}}function Rt(xi,Gi){if(1&xi&&(M.j41(0,"div",38),M.DNE(1,kt,3,1,"div",39),M.k0s()),2&xi){const Ci=M.XpG(2);M.R7$(),M.Y8G("ngForOf",Ci.messageObjs)}}function le(xi,Gi){if(1&xi&&(M.j41(0,"div",32)(1,"div",33),M.DNE(2,nt,1,2,"qr-code",7),M.k0s(),M.j41(3,"div",34),M.DNE(4,Ct,2,1,"p",35)(5,Rt,2,1,"div",36),M.k0s()()),2&xi){const Ci=M.XpG();M.R7$(),M.Y8G("ngClass",M.eq3(4,W,""===Ci.showQRField||Ci.screenSize!==Ci.screenSizeEnum.XS&&Ci.screenSize!==Ci.screenSizeEnum.SM)),M.R7$(),M.Y8G("ngIf",""!==Ci.showQRField),M.R7$(2),M.Y8G("ngIf",Ci.data.titleMessage),M.R7$(),M.Y8G("ngIf",(null==Ci.messageObjs?null:Ci.messageObjs.length)>0)}}let te=(()=>{var xi;class Gi{set container(Ai){Ai&&(this.scrollContainer=Ai,this.scrollContainer&&this.scrollContainer.nativeElement&&(this.unlistenEnd=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-end",Yi=>{this.scrollDirection="UP"}),this.unlistenStart=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-start",Yi=>{this.scrollDirection="DOWN"})))}constructor(Ai,Yi,zt,ji,Me,mt,vt,ni){this.dialogRef=Ai,this.data=Yi,this.logger=zt,this.snackBar=ji,this.commonService=Me,this.renderer=mt,this.router=vt,this.store=ni,this.faUpRightFromSquare=q.k02,this.LoopStateEnum=m.Hx,this.goToFieldValue="",this.goToName="",this.goToLink="",this.showQRField="",this.showQRName="",this.showCopyName="",this.showCopyField="",this.errorMessage="",this.messageObjs=[],this.alertTypeEnum=m.A$,this.dataTypeEnum=m.UN,this.screenSize="",this.screenSizeEnum=m.f7,this.scrollDirection="DOWN",this.shouldScroll=!0,this.unSubs=[new p.B,new p.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.messageObjs=this.data.message||[],this.goToFieldValue=this.data.goToFieldValue?this.data.goToFieldValue:"",this.goToName=this.data.goToName?this.data.goToName:"",this.goToLink=this.data.goToLink?this.data.goToLink:"",this.showQRField=this.data.showQRField?this.data.showQRField:"",this.showQRName=this.data.showQRName?this.data.showQRName:"",this.showCopyName=this.data.showCopyName?this.data.showCopyName:"",this.showCopyField=this.data.showCopyField?this.data.showCopyField:"",this.data.type===m.A$.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.messageObjs),this.store.select(G._c).pipe((0,w.Q)(this.unSubs[0])).subscribe(Ai=>{this.selNode=Ai,this.logger.info(this.selNode)})}ngAfterViewChecked(){setTimeout(()=>{this.shouldScroll=this.scrollContainer&&this.scrollContainer.nativeElement&&this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")},500)}onScroll(){this.scrollContainer.nativeElement.scrollTop="DOWN"===this.scrollDirection?this.scrollContainer.nativeElement.scrollTop+62.6:this.scrollContainer.nativeElement.scrollTop-62.6}onCopyField(Ai){this.snackBar.open((this.showQRName?this.showQRName:this.showCopyName)+" copied."),this.logger.info("Copied Text: "+Ai)}onClose(){this.dialogRef.close(!1)}onGoToLink(){this.router.navigateByUrl(this.goToLink,{state:{lookupType:"0",lookupValue:this.goToFieldValue}}),this.onClose()}onExplorerClicked(Ai){window.open(this.selNode.settings.blockExplorerUrl+"/"+Ai.explorerLink+"/"+Ai.value,"_blank")}ngOnDestroy(){this.unlistenStart&&this.unlistenStart(),this.unlistenEnd&&this.unlistenEnd(),this.unSubs.forEach(Ai=>{Ai.next(null),Ai.complete()})}static#e=xi=()=>(this.\u0275fac=function(Yi){return new(Yi||Gi)(M.rXU(P.CP),M.rXU(P.Vh),M.rXU($.gP),M.rXU(ae.UG),M.rXU(ue.h),M.rXU(M.sFG),M.rXU(oe.Ix),M.rXU(he.il))},this.\u0275cmp=M.VBU({type:Gi,selectors:[["rtl-alert-message"]],viewQuery:function(Yi,zt){if(1&Yi&&M.GBs(_,5),2&Yi){let ji;M.mGM(ji=M.lsd())&&(zt.container=ji.first)}},standalone:!1,decls:21,vars:14,consts:[["contentBlock",""],["scrollContainer",""],["emptyField",""],["noStyleBlock",""],["noStyleChild",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","ml-1",3,"ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],[3,"ngClass"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close",4,"ngIf"],["class","mr-1","fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",3,"mat-dialog-close",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"padding-gap-x-large",3,"perfectScrollbar","ngClass"],[4,"ngTemplateOutlet"],[1,"padding-gap-x-large"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll","fxLayoutAlign","center center",3,"click"],["class","arrow-downward","fxLayoutAlign","center center",4,"ngIf"],["class","arrow-upward","fxLayoutAlign","center center",4,"ngIf"],["fxLayoutAlign","center center",1,"arrow-downward"],["fxLayoutAlign","center center",1,"arrow-upward"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","mb-1",3,"ngClass"],["fxLayout","column","fxFlex","100"],["fxLayoutAlign","start center","class","pb-2",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayoutAlign","start center",1,"pb-2"],["fxFlex","100"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],[1,"w-100","my-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",1,"foreground-secondary-text",3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","ml-1 fa-icon-primary",3,"matTooltip","icon","click",4,"ngIf"],["class","display-block w-100",3,"innerHTML",4,"ngFor","ngForOf"],[1,"display-block","w-100",3,"innerHTML"],["fxLayout","row",3,"ngClass",4,"ngIf","ngIfElse"],["fxLayout","row",3,"ngClass"],["fxLayoutAlign","end end","class","icon-failed-status",4,"ngIf"],["fxLayoutAlign","end end",1,"icon-failed-status"],["fxLayout","row","class","go-to-link","tabindex","4",3,"matTooltip","click",4,"ngIf","ngIfElse"],["fxLayout","row","tabindex","4",1,"go-to-link",3,"click","matTooltip"],[1,"ml-1","fa-icon-primary",3,"click","matTooltip","icon"],["fxFlex","100",1,"foreground-secondary-text"]],template:function(Yi,zt){if(1&Yi){const ji=M.RV6();M.j41(0,"div",5)(1,"div",6),M.DNE(2,re,1,2,"qr-code",7),M.k0s(),M.j41(3,"div",8)(4,"mat-card-header",9)(5,"div",10)(6,"span",11),M.EFF(7),M.k0s()(),M.j41(8,"button",12),M.bIt("click",function(){return Q.eBV(ji),Q.Njj(zt.onClose())}),M.EFF(9,"X"),M.k0s()(),M.DNE(10,be,4,4,"ng-container",13)(11,_e,3,1,"ng-container",13)(12,Ke,4,2,"div",14),M.j41(13,"div",15),M.DNE(14,ge,2,1,"button",16)(15,ve,2,1,"button",17)(16,Oe,2,2,"button",18)(17,Ee,2,1,"button",17)(18,dt,2,2,"button",18),M.k0s()()(),M.DNE(19,le,6,6,"ng-template",null,0,M.C5r)}2&Yi&&(M.R7$(),M.Y8G("ngClass",M.eq3(12,W,""===zt.showQRField||zt.screenSize===zt.screenSizeEnum.XS||zt.screenSize===zt.screenSizeEnum.SM)),M.R7$(),M.Y8G("ngIf",""!==zt.showQRField),M.R7$(),M.Y8G("ngClass",""===zt.showQRField||zt.screenSize===zt.screenSizeEnum.XS||zt.screenSize===zt.screenSizeEnum.SM?"flex-100":"flex-70"),M.R7$(4),M.JRh(zt.data.alertTitle||zt.alertTypeEnum[zt.data.type]),M.R7$(3),M.Y8G("ngIf",zt.data.scrollable),M.R7$(),M.Y8G("ngIf",!zt.data.scrollable),M.R7$(),M.Y8G("ngIf",zt.data.scrollable&&zt.shouldScroll),M.R7$(2),M.Y8G("ngIf",(!zt.showQRField||""===zt.showQRField)&&""===zt.showCopyName),M.R7$(),M.Y8G("ngIf",""!==zt.showCopyName),M.R7$(),M.Y8G("ngIf",""!==zt.showCopyName),M.R7$(),M.Y8G("ngIf",""!==zt.showQRField),M.R7$(),M.Y8G("ngIf",""!==zt.showQRField))},dependencies:[me.YU,me.Sq,me.bT,me.T3,me.ux,me.e1,me.fG,Te.aY,P.tx,D.$z,D.$0,n.m2,n.MM,o.An,f.q,U.DJ,U.sA,U.UI,h.PW,b.oV,A.Um,k.Ld,x.U,r.N,me.QX,me.vh],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}))}return xi(),Gi})();var ce=l(11771),se=l(89417),ke=l(33746),Ue=l(69588),Ne=l(56114);function Kt(xi,Gi){if(1&xi&&(M.j41(0,"div",20),M.nrm(1,"fa-icon",21),M.j41(2,"span"),M.EFF(3),M.k0s()()),2&xi){const Ci=M.XpG();M.R7$(),M.Y8G("icon",Ci.faExclamationTriangle),M.R7$(2),M.JRh(Ci.warningMessage)}}function yt(xi,Gi){if(1&xi&&(M.j41(0,"div",22),M.nrm(1,"fa-icon",21),M.j41(2,"span"),M.EFF(3),M.k0s()()),2&xi){const Ci=M.XpG();M.R7$(),M.Y8G("icon",Ci.faInfoCircle),M.R7$(2),M.JRh(Ci.informationMessage)}}function Vt(xi,Gi){if(1&xi&&(M.j41(0,"p",23),M.EFF(1),M.k0s()),2&xi){const Ci=M.XpG();M.R7$(),M.JRh(Ci.data.titleMessage)}}function Zt(xi,Gi){1&xi&&M.nrm(0,"div",37),2&xi&&M.Y8G("innerHTML",Gi.$implicit,M.npT)}function ti(xi,Gi){if(1&xi&&(M.qex(0,35),M.DNE(1,Zt,1,1,"div",36),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.Y8G("ngForOf",Ci.value)}}function Ye(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.nI1(2,"date"),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(M.i5U(2,1,1e3*Ci.value,"dd/MMM/y HH:mm"))}}function Nt(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.nI1(2,"number"),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(M.i5U(2,1,Ci.value,"1.0-3"))}}function Et(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(!0===Ci.value?"True":"False")}}function Jt(xi,Gi){if(1&xi&&(M.qex(0),M.EFF(1),M.bVm()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.JRh(Ci.value)}}function qe(xi,Gi){if(1&xi&&(M.j41(0,"span")(1,"span",31),M.DNE(2,ti,2,1,"ng-container",32)(3,Ye,3,4,"ng-container",33)(4,Nt,3,4,"ng-container",33)(5,Et,2,1,"ng-container",33)(6,Jt,2,1,"ng-container",34),M.k0s()()),2&xi){const Ci=M.XpG().$implicit,Ai=M.XpG(3);M.R7$(),M.Y8G("ngSwitch",Ci.type),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.ARRAY),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.DATE_TIME),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.NUMBER),M.R7$(),M.Y8G("ngSwitchCase",Ai.dataTypeEnum.BOOLEAN)}}function $e(xi,Gi){1&xi&&(M.j41(0,"span",38),M.EFF(1,"\xa0"),M.k0s())}function tt(xi,Gi){if(1&xi&&(M.j41(0,"div",27)(1,"h4",28),M.EFF(2),M.k0s(),M.DNE(3,qe,7,5,"span",29)(4,$e,2,0,"ng-template",null,0,M.C5r),M.nrm(6,"mat-divider",30),M.k0s()),2&xi){const Ci=Gi.$implicit,Ai=M.sdS(5);M.Y8G("fxFlex.gt-md",M.mNQ(Ci.width)),M.R7$(2),M.JRh(Ci.title),M.R7$(),M.Y8G("ngIf",Ci&&(!!Ci.value||0===Ci.value))("ngIfElse",Ai)}}function vi(xi,Gi){if(1&xi&&(M.j41(0,"div")(1,"div",25),M.DNE(2,tt,7,5,"div",26),M.k0s()()),2&xi){const Ci=Gi.$implicit;M.R7$(2),M.Y8G("ngForOf",Ci)}}function ei(xi,Gi){if(1&xi&&(M.j41(0,"div"),M.DNE(1,vi,3,1,"div",24),M.k0s()),2&xi){const Ci=M.XpG();M.R7$(),M.Y8G("ngForOf",Ci.messageObjs)}}function ci(xi,Gi){if(1&xi&&(M.j41(0,"p",23),M.EFF(1),M.k0s()),2&xi){const Ci=M.XpG(2);M.R7$(),M.JRh(Ci.data.titleMessage)}}function Hi(xi,Gi){if(1&xi&&(M.j41(0,"mat-error"),M.EFF(1),M.k0s()),2&xi){const Ci=M.XpG(2).$implicit;M.R7$(),M.SpI("",Ci.placeholder," is required.")}}function oi(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"mat-form-field",42)(1,"mat-label"),M.EFF(2),M.k0s(),M.j41(3,"input",43),M.nI1(4,"lowercase"),M.mxI("ngModelChange",function(Yi){Q.eBV(Ci);const zt=M.XpG().$implicit;return M.DH7(zt.inputValue,Yi)||(zt.inputValue=Yi),Q.Njj(Yi)}),M.k0s(),M.DNE(5,Hi,2,1,"mat-error",13),M.j41(6,"mat-hint"),M.EFF(7),M.k0s()()}if(2&xi){const Ci=M.XpG(),Ai=Ci.$implicit,Yi=Ci.index;M.Y8G("ngClass",Ai.width),M.R7$(2),M.JRh(Ai.placeholder),M.R7$(),M.Y8G("name",M.VkB("input",Yi))("autoFocus",0===Yi)("min",Ai.min)("step",Ai.step)("type",M.bMT(4,12,Ai.inputType))("tabindex",Yi+1),M.R50("ngModel",Ai.inputValue),M.R7$(2),M.Y8G("ngIf",!Ai.inputValue),M.R7$(2),M.JRh(Ai.hintFunction?Ai.hintFunction(Ai.inputValue):Ai.hintText)}}function ui(xi,Gi){if(1&xi&&(M.qex(0),M.DNE(1,oi,8,14,"mat-form-field",41),M.bVm()),2&xi){const Ci=Gi.$implicit,Ai=M.XpG(2);M.R7$(),M.Y8G("ngIf",!Ci.advancedField||Ai.showAdvanced)}}function ln(xi,Gi){if(1&xi&&(M.j41(0,"div",39),M.DNE(1,ci,2,1,"p",12),M.j41(2,"div",40),M.DNE(3,ui,2,1,"ng-container",24),M.k0s()()),2&xi){const Ci=M.XpG();M.R7$(),M.Y8G("ngIf",Ci.data.titleMessage),M.R7$(2),M.Y8G("ngForOf",Ci.getInputs)}}function nn(xi,Gi){1&xi&&(M.j41(0,"p"),M.EFF(1,"Show Advanced"),M.k0s())}function dn(xi,Gi){1&xi&&(M.j41(0,"p"),M.EFF(1,"Hide Advanced"),M.k0s())}function zn(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"button",44),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG();return Q.Njj(Yi.onShowAdvanced())}),M.DNE(1,nn,2,0,"p",29)(2,dn,2,0,"ng-template",null,1,M.C5r),M.k0s()}if(2&xi){const Ci=M.sdS(3),Ai=M.XpG();M.R7$(),M.Y8G("ngIf",!Ai.showAdvanced)("ngIfElse",Ci)}}function It(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"button",45),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG();return Q.Njj(Yi.onClose(Yi.getInputs))}),M.EFF(1),M.k0s()}if(2&xi){const Ci=M.XpG();M.R7$(),M.JRh(Ci.yesBtnText)}}function Tt(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"button",46),M.bIt("click",function(){Q.eBV(Ci);const Yi=M.XpG();return Q.Njj(Yi.onClose(!0))}),M.EFF(1),M.k0s()}if(2&xi){const Ci=M.XpG();M.R7$(),M.JRh(Ci.yesBtnText)}}let Ze=(()=>{var xi;class Gi{constructor(Ai,Yi,zt,ji){this.dialogRef=Ai,this.data=Yi,this.logger=zt,this.store=ji,this.faInfoCircle=q.iW_,this.faExclamationTriangle=q.zpE,this.informationMessage="",this.warningMessage="",this.noBtnText="No",this.yesBtnText="Yes",this.messageObjs=[],this.flgShowInput=!1,this.hasAdvanced=!1,this.alertTypeEnum=m.A$,this.dataTypeEnum=m.UN,this.getInputs=[{placeholder:"",inputType:m.UN.STRING,inputValue:"",hintText:"",hintFunction:null,advancedField:!1}],this.showAdvanced=!1}ngOnInit(){this.informationMessage=this.data.informationMessage||"",this.warningMessage=this.data.warningMessage||"",this.flgShowInput=!!this.data.flgShowInput,this.getInputs=this.data.getInputs||[],this.noBtnText=this.data.noBtnText?this.data.noBtnText:"No",this.yesBtnText=this.data.yesBtnText?this.data.yesBtnText:"Yes",this.hasAdvanced=!!this.data.hasAdvanced&&this.data.hasAdvanced,this.messageObjs=this.data.message,this.data.type===m.A$.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection")}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onClose(Ai){if(Ai&&this.getInputs&&this.getInputs.some(Yi=>typeof Yi.inputValue>"u"))return!0;!this.showAdvanced&&Ai.length&&(Ai=Ai?.reduce((Yi,zt)=>(zt.advancedField||Yi.push(zt),Yi),[])),this.store.dispatch((0,ce.uP)({payload:Ai}))}static#e=xi=()=>(this.\u0275fac=function(Yi){return new(Yi||Gi)(M.rXU(P.CP),M.rXU(P.Vh),M.rXU($.gP),M.rXU(he.il))},this.\u0275cmp=M.VBU({type:Gi,selectors:[["rtl-confirmation-message"]],standalone:!1,decls:21,vars:10,consts:[["emptyField",""],["hideAdvancedText",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],[4,"ngIf"],["fxLayout","column","class","bordered-box my-2 p-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],["mat-button","","color","primary","type","button","class","mr-1","tabindex","2",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click",4,"ngIf"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayoutAlign","start center",1,"pb-1"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],[1,"w-100","my-1"],[1,"foreground-secondary-text",3,"ngSwitch"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngSwitchCase"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch"],[3,"innerHTML",4,"ngFor","ngForOf"],[3,"innerHTML"],["fxFlex","100",1,"foreground-secondary-text"],["fxLayout","column",1,"bordered-box","my-2","p-2"],["fxLayout","row wrap","fxLayoutAlign","space-between center"],[3,"ngClass",4,"ngIf"],[3,"ngClass"],["matInput","","required","",3,"ngModelChange","name","autoFocus","min","step","type","tabindex","ngModel"],["mat-button","","color","primary","type","button","tabindex","2",1,"mr-1",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click"]],template:function(Yi,zt){1&Yi&&(M.j41(0,"div",2)(1,"div",3)(2,"mat-card-header",4)(3,"div",5)(4,"span",6),M.EFF(5),M.k0s()(),M.j41(6,"button",7),M.bIt("click",function(){return zt.onClose(!1)}),M.EFF(7,"X"),M.k0s()(),M.j41(8,"mat-card-content",8)(9,"form",9),M.DNE(10,Kt,4,2,"div",10)(11,yt,4,2,"div",11)(12,Vt,2,1,"p",12)(13,ei,2,1,"div",13)(14,ln,4,2,"div",14),M.j41(15,"div",15)(16,"button",16),M.bIt("click",function(){return zt.onClose(!1)}),M.EFF(17),M.k0s(),M.DNE(18,zn,4,2,"button",17)(19,It,2,1,"button",18)(20,Tt,2,1,"button",19),M.k0s()()()()()),2&Yi&&(M.R7$(5),M.JRh(zt.data.alertTitle||zt.alertTypeEnum[zt.data.type]),M.R7$(5),M.Y8G("ngIf",zt.warningMessage&&""!==zt.warningMessage),M.R7$(),M.Y8G("ngIf",zt.informationMessage&&""!==zt.informationMessage),M.R7$(),M.Y8G("ngIf",zt.data.titleMessage&&!zt.flgShowInput),M.R7$(),M.Y8G("ngIf",(null==zt.messageObjs?null:zt.messageObjs.length)>0),M.R7$(),M.Y8G("ngIf",zt.flgShowInput),M.R7$(3),M.JRh(zt.noBtnText),M.R7$(),M.Y8G("ngIf",zt.hasAdvanced),M.R7$(),M.Y8G("ngIf",zt.flgShowInput),M.R7$(),M.Y8G("ngIf",!zt.flgShowInput))},dependencies:[me.YU,me.Sq,me.bT,me.ux,me.e1,me.fG,se.qT,se.me,se.BC,se.cb,se.YS,se.vS,se.cV,Te.aY,D.$z,n.m2,n.MM,ke.fg,Ue.rl,Ue.nJ,Ue.MV,Ue.TL,f.q,U.DJ,U.sA,U.UI,h.PW,r.N,Ne.V,me.GH,me.QX,me.vh],encapsulation:2}))}return xi(),Gi})();var Ve=l(12462),Fe=l(96183),it=l(23029);const bt=xi=>({"display-none":xi});function ut(xi,Gi){if(1&xi&&(M.j41(0,"mat-option",23),M.EFF(1),M.k0s()),2&xi){const Ci=Gi.$implicit;M.Y8G("value",Ci),M.R7$(),M.SpI(" ",Ci.infoName," ")}}function jt(xi,Gi){if(1&xi){const Ci=M.RV6();M.j41(0,"div",13)(1,"mat-form-field",20)(2,"mat-select",21),M.mxI("valueChange",function(Yi){Q.eBV(Ci);const zt=M.XpG();return M.DH7(zt.selInfoType,Yi)||(zt.selInfoType=Yi),Q.Njj(Yi)}),M.DNE(3,ut,2,2,"mat-option",22),M.k0s()()()}if(2&xi){const Ci=M.XpG();M.R7$(2),M.R50("value",Ci.selInfoType),M.R7$(),M.Y8G("ngForOf",Ci.infoTypes)}}let ai=(()=>{var xi;class Gi{constructor(Ai,Yi,zt,ji,Me){this.dialogRef=Ai,this.data=Yi,this.logger=zt,this.snackBar=ji,this.commonService=Me,this.faReceipt=q.Mf0,this.infoTypes=[{infoID:0,infoKey:"node pubkey",infoName:"Node pubkey"}],this.selInfoType=this.infoTypes[0],this.qrWidth=210,this.screenSize="",this.screenSizeEnum=m.f7}ngOnInit(){this.information=this.data.information,this.information.uris&&(1===this.information.uris.length?this.infoTypes.push({infoID:1,infoKey:"node URI",infoName:"Node URI"}):this.information.uris.length>1&&this.information.uris.forEach((Ai,Yi)=>{this.infoTypes.push({infoID:Yi+1,infoKey:"node URI "+(Yi+1),infoName:"Node URI "+(Yi+1)})})),this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyPubkey(Ai){this.snackBar.open(this.selInfoType.infoName+" copied."),this.logger.info("Copied Text: "+Ai)}static#e=xi=()=>(this.\u0275fac=function(Yi){return new(Yi||Gi)(M.rXU(P.CP),M.rXU(P.Vh),M.rXU($.gP),M.rXU(ae.UG),M.rXU(ue.h))},this.\u0275cmp=M.VBU({type:Gi,selectors:[["rtl-show-pubkey"]],standalone:!1,decls:26,vars:20,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["errorCorrectionLevel","L",3,"value","size"],["fxFlex","100","fxFlex.gt-sm","70"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayoutAlign","start end"],["tabindex","1",3,"valueChange","value"],[3,"value",4,"ngFor","ngForOf"],[3,"value"]],template:function(Yi,zt){1&Yi&&(M.j41(0,"div",0)(1,"div",1),M.nrm(2,"qr-code",2),M.k0s(),M.j41(3,"div",3)(4,"mat-card-header",4)(5,"div",5),M.nrm(6,"fa-icon",6),M.j41(7,"span",7),M.EFF(8),M.k0s()(),M.j41(9,"button",8),M.bIt("click",function(){return zt.onClose()}),M.EFF(10,"X"),M.k0s()(),M.j41(11,"mat-card-content",9)(12,"div",10)(13,"div",11),M.nrm(14,"qr-code",2),M.k0s(),M.DNE(15,jt,4,2,"div",12),M.j41(16,"div",13)(17,"div",14)(18,"h4",15),M.EFF(19),M.k0s(),M.j41(20,"span",16),M.EFF(21),M.k0s()()(),M.nrm(22,"mat-divider",17),M.j41(23,"div",18)(24,"button",19),M.bIt("copied",function(Me){return zt.onCopyPubkey(Me)}),M.EFF(25),M.k0s()()()()()()),2&Yi&&(M.R7$(),M.Y8G("ngClass",M.eq3(16,bt,zt.screenSize===zt.screenSizeEnum.XS||zt.screenSize===zt.screenSizeEnum.SM)),M.R7$(),M.Y8G("value",M.mNQ(0===zt.selInfoType.infoID?zt.information.identity_pubkey:zt.information.uris[zt.selInfoType.infoID-1]))("size",zt.qrWidth),M.R7$(4),M.Y8G("icon",zt.faReceipt),M.R7$(2),M.JRh(zt.selInfoType.infoName),M.R7$(5),M.Y8G("ngClass",M.eq3(18,bt,zt.screenSize!==zt.screenSizeEnum.XS&&zt.screenSize!==zt.screenSizeEnum.SM)),M.R7$(),M.Y8G("value",M.mNQ(0===zt.selInfoType.infoID?zt.information.identity_pubkey:zt.information.uris[zt.selInfoType.infoID-1]))("size",zt.qrWidth),M.R7$(),M.Y8G("ngIf",zt.information.uris&&zt.information.uris.length>0),M.R7$(4),M.JRh(zt.selInfoType.infoName),M.R7$(2),M.JRh(0===zt.selInfoType.infoID?zt.information.identity_pubkey:zt.information.uris[zt.selInfoType.infoID-1]),M.R7$(3),M.Y8G("payload",M.mNQ(0===zt.selInfoType.infoID?zt.information.identity_pubkey:zt.information.uris[zt.selInfoType.infoID-1])),M.R7$(),M.SpI("Copy ",zt.selInfoType.infoKey))},dependencies:[me.YU,me.Sq,me.bT,Te.aY,D.$z,n.m2,n.MM,Ue.rl,f.q,U.DJ,U.sA,U.UI,h.PW,Fe.VO,it.wT,A.Um,x.U,r.N],encapsulation:2}))}return xi(),Gi})();var pi=l(190),ki=l(28430),Ki=l(95428),Ji=l(29330),Dn=l(7879),En=l(53202),An=l(51534);let Fn=(()=>{var xi;class Gi{constructor(Ai,Yi,zt,ji,Me,mt,vt,ni,Fi,kn,ca){this.actions=Ai,this.httpClient=Yi,this.store=zt,this.logger=ji,this.wsService=Me,this.sessionService=mt,this.commonService=vt,this.dataService=ni,this.dialog=Fi,this.snackBar=kn,this.router=ca,this.screenSize="",this.alertWidth="55%",this.confirmWidth="70%",this.unSubs=[new p.B,new p.B],this.closeAllDialogs=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.CLOSE_ALL_DIALOGS),(0,c.T)(()=>{this.dialog.closeAll()})),{dispatch:!1}),this.openSnackBar=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.OPEN_SNACK_BAR),(0,c.T)(an=>{"string"==typeof an.payload?this.snackBar.open(an.payload):this.snackBar.open(an.payload.message,"","ERROR"===an.payload.type?{duration:an.payload.duration?an.payload.duration:2e3,panelClass:"rtl-warn-snack-bar"}:"WARN"===an.payload.type?{duration:an.payload.duration?an.payload.duration:2e3,panelClass:"rtl-accent-snack-bar"}:{duration:an.payload.duration?an.payload.duration:2e3,panelClass:"rtl-snack-bar"})})),{dispatch:!1}),this.openSpinner=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.OPEN_SPINNER),(0,c.T)(an=>{an.payload!==m.MZ.NO_SPINNER&&(this.dialogRef=this.dialog.open(K,{panelClass:"spinner-dialog-panel",data:{titleMessage:an.payload}}))})),{dispatch:!1}),this.closeSpinner=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.CLOSE_SPINNER),(0,c.T)(an=>{if(an.payload!==m.MZ.NO_SPINNER)try{this.dialogRef&&this.dialogRef.componentInstance&&this.dialogRef.componentInstance.data&&this.dialogRef.componentInstance.data.titleMessage&&this.dialogRef.componentInstance.data.titleMessage===an.payload?this.dialogRef.close():this.dialog.openDialogs.forEach(mn=>{mn.componentInstance&&mn.componentInstance.data&&mn.componentInstance.data.titleMessage&&mn.componentInstance.data.titleMessage===an.payload&&mn.close()})}catch(mn){this.logger.error(mn)}})),{dispatch:!1}),this.openAlert=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.OPEN_ALERT),(0,c.T)(an=>{const mn=JSON.parse(JSON.stringify(an.payload));mn.width||(mn.width=this.alertWidth),this.dialogRef=this.dialog.open(an.payload.data.component?an.payload.data.component:te,mn)})),{dispatch:!1}),this.closeAlert=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.CLOSE_ALERT),(0,c.T)(an=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(an.payload),an.payload))),{dispatch:!1}),this.openConfirm=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.OPEN_CONFIRMATION),(0,c.T)(an=>{const mn=JSON.parse(JSON.stringify(an.payload));mn.width||(mn.width=this.confirmWidth),this.dialogRef=this.dialog.open(Ze,mn)})),{dispatch:!1}),this.closeConfirm=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.CLOSE_CONFIRMATION),(0,e.s)(1),(0,c.T)(an=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(an.payload),an.payload))),{dispatch:!1}),this.showNodePubkey=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.SHOW_PUBKEY),(0,T.E)(this.store.select(G.N)),(0,g.Z)(([an,mn])=>(this.sessionService.getItem("token")&&mn.identity_pubkey?this.store.dispatch((0,ce.xO)({payload:{data:{information:mn,component:ai}}})):this.snackBar.open("Node Pubkey does not exist."),(0,S.of)({type:m.aU.VOID}))))),this.appConfigFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.FETCH_APPLICATION_SETTINGS),(0,g.Z)(()=>(this.screenSize=this.commonService.getScreenSize(),this.screenSize===m.f7.XS||this.screenSize===m.f7.SM?(this.alertWidth="95%",this.confirmWidth="95%"):this.screenSize===m.f7.MD?(this.alertWidth="80%",this.confirmWidth="80%"):(this.alertWidth="50%",this.confirmWidth="53%"),this.store.dispatch((0,ce.mt)({payload:m.MZ.GET_RTL_CONFIG})),this.store.dispatch((0,ce.Gd)({payload:{action:"FetchRTLConfig",status:m.wn.INITIATED}})),this.httpClient.get(m.rl.CONF_API))),(0,c.T)(an=>{this.logger.info(an),this.store.dispatch((0,ce.y0)({payload:m.MZ.GET_RTL_CONFIG})),this.store.dispatch((0,ce.Gd)({payload:{action:"FetchRTLConfig",status:m.wn.COMPLETED}}));let mn=null;return an.nodes.forEach(qn=>{qn.settings.currencyUnits=[...m.A0,qn.settings?.currencyUnit?qn.settings?.currencyUnit:""],+(qn.index||-1)===an.selectedNodeIndex&&(mn=qn)}),mn?(this.store.dispatch((0,ce.Qi)({payload:{uiMessage:m.MZ.NO_SPINNER,prevLnNodeIndex:-1,currentLnNode:mn,isInitialSetup:!0}})),{type:m.aU.SET_APPLICATION_SETTINGS,payload:an}):{type:m.aU.VOID}}),(0,d.W)(an=>(this.handleErrorWithAlert("FetchRTLConfig",m.MZ.GET_RTL_CONFIG,"Fetch RTL Config Failed!",m.rl.CONF_API,an),(0,S.of)({type:m.aU.VOID}))))),this.updateNodeSettings=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.UPDATE_NODE_SETTINGS),(0,g.Z)(an=>(this.store.dispatch((0,ce.mt)({payload:m.MZ.UPDATE_NODE_SETTINGS})),this.store.dispatch((0,ce.Gd)({payload:{action:"updateNodeSettings",status:m.wn.INITIATED}})),an.payload.settings.fiatConversion||delete an.payload.settings.currencyUnit,delete an.payload.settings.currencyUnits,this.httpClient.post(m.rl.CONF_API+"/node",an.payload).pipe((0,c.T)(mn=>(this.store.dispatch((0,ce.Gd)({payload:{action:"updateNodeSettings",status:m.wn.COMPLETED}})),this.store.dispatch((0,ce.y0)({payload:m.MZ.UPDATE_NODE_SETTINGS})),mn.settings.currencyUnits=[...m.A0,mn.settings?.currencyUnit?mn.settings?.currencyUnit:""],this.store.dispatch((0,ce.Np)({payload:mn})),{type:m.aU.OPEN_SNACK_BAR,payload:"Node settings updated successfully!"})),(0,d.W)(mn=>(this.handleErrorWithAlert("updateNodeSettings",m.MZ.UPDATE_NODE_SETTINGS,"Update Node Settings Failed!",m.rl.CONF_API+"/node",mn),(0,S.of)({type:m.aU.VOID})))))))),this.updateApplicationSettings=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.UPDATE_APPLICATION_SETTINGS),(0,g.Z)(an=>(this.store.dispatch((0,ce.mt)({payload:m.MZ.UPDATE_APPLICATION_SETTINGS})),this.store.dispatch((0,ce.Gd)({payload:{action:"updateApplicationSettings",status:m.wn.INITIATED}})),an.payload.config.nodes.forEach(mn=>{delete mn.settings.currencyUnits}),this.httpClient.post(m.rl.CONF_API+"/application",an.payload.config).pipe((0,c.T)(mn=>(this.store.dispatch((0,ce.Gd)({payload:{action:"updateApplicationSettings",status:m.wn.COMPLETED}})),this.store.dispatch((0,ce.y0)({payload:m.MZ.UPDATE_APPLICATION_SETTINGS})),an.payload.showSnackBar&&this.store.dispatch((0,ce.UI)({payload:an.payload.message})),{type:m.aU.SET_APPLICATION_SETTINGS,payload:mn})),(0,d.W)(mn=>(this.handleErrorWithAlert("updateApplicationSettings",m.MZ.UPDATE_APPLICATION_SETTINGS,"Update Application Settings Failed!",m.rl.CONF_API+"/application",mn),(0,S.of)({type:m.aU.VOID})))))))),this.configFetch=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.FETCH_CONFIG),(0,g.Z)(an=>(this.store.dispatch((0,ce.mt)({payload:m.MZ.OPEN_CONFIG_FILE})),this.store.dispatch((0,ce.Gd)({payload:{action:"fetchConfig",status:m.wn.INITIATED}})),this.httpClient.get(m.rl.CONF_API+"/config/"+an.payload).pipe((0,c.T)(mn=>(this.store.dispatch((0,ce.Gd)({payload:{action:"fetchConfig",status:m.wn.COMPLETED}})),this.store.dispatch((0,ce.y0)({payload:m.MZ.OPEN_CONFIG_FILE})),{type:m.aU.SHOW_CONFIG,payload:mn})),(0,d.W)(mn=>(this.handleErrorWithAlert("fetchConfig",m.MZ.OPEN_CONFIG_FILE,"Fetch Config Failed!",m.rl.CONF_API+"/config/"+an.payload,mn),(0,S.of)({type:m.aU.VOID})))))))),this.showLnConfig=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.SHOW_CONFIG),(0,c.T)(an=>an.payload)),{dispatch:!1}),this.isAuthorized=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.IS_AUTHORIZED),(0,g.Z)(an=>(this.store.dispatch((0,ce.Gd)({payload:{action:"IsAuthorized",status:m.wn.INITIATED}})),this.httpClient.post(m.rl.AUTHENTICATE_API,{authenticateWith:an.payload&&""!==an.payload.trim()?m.U1.PASSWORD:m.U1.JWT,authenticationValue:an.payload&&""!==an.payload.trim()?an.payload:this.sessionService.getItem("token")?this.sessionService.getItem("token"):""}).pipe((0,c.T)(mn=>(this.logger.info(mn),this.store.dispatch((0,ce.Gd)({payload:{action:"IsAuthorized",status:m.wn.COMPLETED}})),this.logger.info("Successfully Authorized!"),{type:m.aU.IS_AUTHORIZED_RES,payload:mn})),(0,d.W)(mn=>(this.handleErrorWithAlert("IsAuthorized",m.MZ.NO_SPINNER,"Authorization Failed",m.rl.AUTHENTICATE_API,mn),(0,S.of)({type:m.aU.IS_AUTHORIZED_RES,payload:"ERROR"})))))))),this.isAuthorizedRes=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.IS_AUTHORIZED_RES),(0,c.T)(an=>an.payload)),{dispatch:!1}),this.authLogin=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.LOGIN),(0,T.E)(this.store.select(G.qv)),(0,g.Z)(([an,mn])=>(this.store.dispatch((0,pi.p1)()),this.store.dispatch((0,ki.gf)()),this.store.dispatch((0,Ki.Hh)()),this.store.dispatch((0,ce.Gd)({payload:{action:"Login",status:m.wn.INITIATED}})),this.httpClient.post(m.rl.AUTHENTICATE_API,{authenticateWith:an.payload.password?m.U1.PASSWORD:m.U1.JWT,authenticationValue:an.payload.password?an.payload.password:this.sessionService.getItem("token")?this.sessionService.getItem("token"):"",twoFAToken:an.payload.twoFAToken?an.payload.twoFAToken:""}).pipe((0,c.T)(qn=>{this.logger.info(qn),this.store.dispatch((0,ce.Gd)({payload:{action:"Login",status:m.wn.COMPLETED}})),this.setLoggedInDetails(an.payload.defaultPassword,qn)}),(0,d.W)(qn=>(this.logger.info("Redirecting to Login Error Page"),this.handleErrorWithoutAlert("Login",m.MZ.NO_SPINNER,qn),+mn.SSO.rtlSSO?this.router.navigate(["/error"],{state:{errorCode:"406",errorMessage:qn.error&&qn.error.error?qn.error.error:"Single Sign On Failed!"}}):this.router.navigate(["./login"],{state:{logoutReason:qn.error&&qn.error.error?qn.error.error:"Single Sign On Failed!"}}),(0,S.of)({type:m.aU.VOID}))))))),{dispatch:!1}),this.tokenVerify=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.VERIFY_TWO_FA),(0,g.Z)(an=>(this.store.dispatch((0,ce.mt)({payload:m.MZ.VERIFY_TOKEN})),this.store.dispatch((0,ce.Gd)({payload:{action:"VerifyToken",status:m.wn.INITIATED}})),this.httpClient.post(m.rl.AUTHENTICATE_API+"/token",{authentication2FA:an.payload.token}).pipe((0,c.T)(mn=>{this.logger.info(mn),this.store.dispatch((0,ce.y0)({payload:m.MZ.VERIFY_TOKEN})),this.store.dispatch((0,ce.Gd)({payload:{action:"VerifyToken",status:m.wn.COMPLETED}})),this.logger.info("Token Successfully Verified!"),this.setLoggedInDetails(!1,an.payload.authResponse)}),(0,d.W)(mn=>(this.handleErrorWithAlert("VerifyToken",m.MZ.VERIFY_TOKEN,"Authorization Failed!",m.rl.AUTHENTICATE_API+"/token",mn),(0,S.of)({type:m.aU.VOID}))))))),{dispatch:!1}),this.logOut=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.LOGOUT),(0,T.E)(this.store.select(G.qv)),(0,g.Z)(([an,mn])=>(this.store.dispatch((0,ce.mt)({payload:m.MZ.LOG_OUT})),mn.SSO&&+mn.SSO.rtlSSO?window.location.href=mn.SSO.logoutRedirectLink:this.router.navigate(["./login"],{state:{logoutReason:an.payload}}),this.sessionService.clearAll(),this.store.dispatch((0,ce.Fl)({payload:{}})),this.store.dispatch((0,ce.y0)({payload:m.MZ.LOG_OUT})),this.logger.info("Logged out from browser"),this.httpClient.get(m.rl.AUTHENTICATE_API+"/logout").pipe((0,c.T)(qn=>{this.logger.info(qn),this.store.dispatch((0,ce.y0)({payload:m.MZ.LOG_OUT})),this.logger.info("Logged out from server")}))))),{dispatch:!1}),this.resetPassword=(0,t.EH)(()=>this.actions.pipe((0,w.Q)(this.unSubs[1]),(0,t.gp)(m.aU.RESET_PASSWORD),(0,g.Z)(an=>(this.store.dispatch((0,ce.Gd)({payload:{action:"ResetPassword",status:m.wn.INITIATED}})),this.httpClient.post(m.rl.AUTHENTICATE_API+"/reset",{currPassword:an.payload.currPassword,newPassword:an.payload.newPassword}).pipe((0,w.Q)(this.unSubs[0]),(0,c.T)(mn=>(this.logger.info(mn),this.store.dispatch((0,ce.Gd)({payload:{action:"ResetPassword",status:m.wn.COMPLETED}})),this.sessionService.setItem("defaultPassword",!1),this.logger.info("Password Reset Successful!"),this.store.dispatch((0,ce.UI)({payload:"Password Reset Successful!"})),this.SetToken(mn.token),{type:m.aU.RESET_PASSWORD_RES,payload:mn.token})),(0,d.W)(mn=>(this.handleErrorWithAlert("ResetPassword",m.MZ.NO_SPINNER,"Password Reset Failed!",m.rl.AUTHENTICATE_API+"/reset",mn),(0,S.of)({type:m.aU.VOID})))))))),this.setSelectedNode=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.SET_SELECTED_NODE),(0,g.Z)(an=>(this.store.dispatch((0,ce.mt)({payload:an.payload.uiMessage})),this.store.dispatch((0,ce.Gd)({payload:{action:"UpdateSelNode",status:m.wn.INITIATED}})),this.httpClient.get(m.rl.CONF_API+"/updateSelNode/"+an.payload.currentLnNode?.index+"/"+an.payload.prevLnNodeIndex).pipe((0,c.T)(mn=>(this.logger.info(mn),this.store.dispatch((0,ce.Gd)({payload:{action:"UpdateSelNode",status:m.wn.COMPLETED}})),this.store.dispatch((0,ce.y0)({payload:an.payload.uiMessage})),this.initializeNode(mn,an.payload.isInitialSetup),{type:m.aU.VOID})),(0,d.W)(mn=>(this.handleErrorWithAlert("UpdateSelNode",an.payload.uiMessage,"Update Selected Node Failed!",m.rl.CONF_API+"/updateSelNode",mn),(0,S.of)({type:m.aU.VOID})))))))),this.fetchFile=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.FETCH_FILE),(0,g.Z)(an=>{this.store.dispatch((0,ce.mt)({payload:m.MZ.DOWNLOAD_BACKUP_FILE})),this.store.dispatch((0,ce.Gd)({payload:{action:"FetchFile",status:m.wn.INITIATED}}));const mn="?channel="+an.payload.channelPoint+(an.payload.path?"&path="+an.payload.path:"");return this.httpClient.get(m.rl.CONF_API+"/file"+mn).pipe((0,c.T)(qn=>(this.store.dispatch((0,ce.Gd)({payload:{action:"FetchFile",status:m.wn.COMPLETED}})),this.store.dispatch((0,ce.y0)({payload:m.MZ.DOWNLOAD_BACKUP_FILE})),{type:m.aU.SHOW_FILE,payload:qn})),(0,d.W)(qn=>(this.handleErrorWithAlert("fetchFile",m.MZ.DOWNLOAD_BACKUP_FILE,"Download Backup File Failed!",m.rl.CONF_API+"/file"+mn,{status:this.commonService.extractErrorNumber(qn),error:{error:this.commonService.extractErrorCode(qn)}}),(0,S.of)({type:m.aU.VOID}))))}))),this.showFile=(0,t.EH)(()=>this.actions.pipe((0,t.gp)(m.aU.SHOW_FILE),(0,c.T)(an=>an.payload)),{dispatch:!1})}initializeNode(Ai,Yi){this.logger.info("Initializing node from RTL Effects.");const zt=Yi?"":"HOME";if(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("clnUnlocked"),this.sessionService.removeItem("eclUnlocked"),Ai.settings.currencyUnits=[...m.A0,Ai.settings?.currencyUnit?Ai.settings?.currencyUnit:""],this.store.dispatch((0,ce.Tn)({payload:Ai})),this.store.dispatch((0,pi.p1)()),this.store.dispatch((0,ki.gf)()),this.store.dispatch((0,Ki.Hh)()),this.sessionService.getItem("token")){const ji=Ai.lnImplementation?Ai.lnImplementation.toUpperCase():"LND";this.dataService.setLnImplementation(ji);const Me=!(0,i.naY)()&&window.location.origin?window.location.origin+"/rtl/api":m.H$;switch(this.wsService.connectWebSocket(Me?.replace(/^http/,"ws")+m.rl.Web_SOCKET_API,Ai.index?Ai.index.toString():"-1"),ji){case"CLN":this.store.dispatch((0,ki.lg)()),this.store.dispatch((0,ki.Aw)({payload:{loadPage:zt}}));break;case"ECL":this.store.dispatch((0,Ki.lg)()),this.store.dispatch((0,Ki.zR)({payload:{loadPage:zt}}));break;default:this.store.dispatch((0,pi.lg)()),this.store.dispatch((0,pi.Br)({payload:{loadPage:zt}}))}}}SetToken(Ai){Ai?(this.sessionService.setItem("lndUnlocked","true"),this.sessionService.setItem("token",Ai)):(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("token"))}setLoggedInDetails(Ai,Yi){this.logger.info("Successfully Authorized!"),this.SetToken(Yi.token),this.sessionService.setItem("defaultPassword",Ai),Ai?(this.store.dispatch((0,ce.UI)({payload:"Reset your password."})),this.router.navigate(["/settings/auth"])):this.store.dispatch((0,ce.NU)())}handleErrorWithoutAlert(Ai,Yi,zt){this.logger.error("ERROR IN: "+Ai+"\n"+JSON.stringify(zt)),401===zt.status&&"Login"!==Ai?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,ce.Jh)()),this.store.dispatch((0,ce.ri)({payload:"Authentication Failed: "+JSON.stringify(zt.error)}))):(this.store.dispatch((0,ce.y0)({payload:Yi})),this.store.dispatch((0,ce.Gd)({payload:{action:Ai,status:m.wn.ERROR,statusCode:zt.status?zt.status.toString():"",message:this.commonService.extractErrorMessage(zt)}})))}handleErrorWithAlert(Ai,Yi,zt,ji,Me){if(this.logger.error(Me),0===Me.status&&Me.statusText&&"Unknown Error"===Me.statusText&&(Me={status:400,error:{message:"Unknown Error / CORS Origin Not Allowed"}}),401===Me.status&&"Login"!==Ai)this.logger.info("Redirecting to Login"),this.store.dispatch((0,ce.Jh)()),this.store.dispatch((0,ce.ri)({payload:"Authentication Failed: "+JSON.stringify(Me.error)}));else{this.store.dispatch((0,ce.y0)({payload:Yi}));const mt=this.commonService.extractErrorMessage(Me);this.store.dispatch((0,ce.xO)({payload:{data:{type:"ERROR",alertTitle:zt,message:{code:Me.status?Me.status:"Unknown Error",message:mt,URL:ji},component:Ve.f}}})),this.store.dispatch((0,ce.Gd)({payload:{action:Ai,status:m.wn.ERROR,statusCode:Me.status?Me.status.toString():"",message:mt,URL:ji}}))}}ngOnDestroy(){this.unSubs.forEach(Ai=>{Ai.next(null),Ai.complete()})}static#e=xi=()=>(this.\u0275fac=function(Yi){return new(Yi||Gi)(Q.KVO(t.En),Q.KVO(Ji.Qq),Q.KVO(he.il),Q.KVO($.gP),Q.KVO(Dn.I),Q.KVO(En.Q),Q.KVO(ue.h),Q.KVO(An.u),Q.KVO(P.bZ),Q.KVO(ae.UG),Q.KVO(oe.Ix))},this.\u0275prov=Q.jDH({token:Gi,factory:Gi.\u0275fac}))}return xi(),Gi})()},37640:Ae=>{"use strict";Ae.exports=Error},37953:(Ae,ee,l)=>{"use strict";l.d(ee,{T:()=>t});var i=l(98071);function t(p){return Symbol.asyncIterator&&(0,i.T)(p?.[Symbol.asyncIterator])}},38132:(Ae,ee,l)=>{"use strict";l.d(ee,{Wk:()=>q,iI:()=>Ee,wQ:()=>G});var i=l(10467),t=l(57303),p=l(72200),S=l(60177),c=l(2615),e=l(73664),T=l(17705),g=l(59295),d=l(43694),w=l(21413),m=l(22806),P=l(7673),M=l(70274),j=l(5964),U=l(26365),K=l(31397);let q=(()=>{class ct{router;route;tabIndexAttribute;renderer;el;locationStrategy;reactiveHref=(0,c.vPA)(null);get href(){return(0,g.O8)(this.reactiveHref)}set href(ze){this.reactiveHref.set(ze)}target;queryParams;fragment;queryParamsHandling;state;info;relativeTo;isAnchorElement;subscription;onChanges=new w.B;applicationErrorHandler=(0,c.WQX)(c.ZTf);options=(0,c.WQX)(d.J_,{optional:!0});constructor(ze,Z,J,fe,Ie,ht){this.router=ze,this.route=Z,this.tabIndexAttribute=J,this.renderer=fe,this.el=Ie,this.locationStrategy=ht,this.reactiveHref.set((0,c.WQX)(new T.ES_("href"),{optional:!0}));const li=Ie.nativeElement.tagName?.toLowerCase();this.isAnchorElement="a"===li||"area"===li||!("object"!=typeof customElements||!customElements.get(li)?.observedAttributes?.includes?.("href")),this.isAnchorElement?this.setTabIndexIfNotOnNativeEl("0"):this.subscribeToNavigationEventsIfNecessary()}subscribeToNavigationEventsIfNecessary(){if(void 0!==this.subscription||!this.isAnchorElement)return;let ze=this.preserveFragment;const Z=J=>"merge"===J||"preserve"===J;ze||=Z(this.queryParamsHandling),ze||=!this.queryParamsHandling&&!Z(this.options?.defaultQueryParamsHandling),ze&&(this.subscription=this.router.events.subscribe(J=>{J instanceof d.wF&&this.updateHref()}))}preserveFragment=!1;skipLocationChange=!1;replaceUrl=!1;setTabIndexIfNotOnNativeEl(ze){null!=this.tabIndexAttribute||this.isAnchorElement||this.applyAttributeValue("tabindex",ze)}ngOnChanges(ze){this.isAnchorElement&&(this.updateHref(),this.subscribeToNavigationEventsIfNecessary()),this.onChanges.next(this)}routerLinkInput=null;set routerLink(ze){null==ze?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(this.routerLinkInput=(0,d.wO)(ze)||Array.isArray(ze)?ze:[ze],this.setTabIndexIfNotOnNativeEl("0"))}onClick(ze,Z,J,fe,Ie){const ht=this.urlTree;if(null===ht||this.isAnchorElement&&(0!==ze||Z||J||fe||Ie||"string"==typeof this.target&&"_self"!=this.target))return!0;const li={skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info};return this.router.navigateByUrl(ht,li)?.catch(Qt=>{this.applicationErrorHandler(Qt)}),!this.isAnchorElement}ngOnDestroy(){this.subscription?.unsubscribe()}updateHref(){const ze=this.urlTree;this.reactiveHref.set(null!==ze&&this.locationStrategy?this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(ze))??"":null)}applyAttributeValue(ze,Z){const J=this.renderer,fe=this.el.nativeElement;null!==Z?J.setAttribute(fe,ze,Z):J.removeAttribute(fe,ze)}get urlTree(){return null===this.routerLinkInput?null:(0,d.wO)(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static \u0275fac=function(Z){return new(Z||ct)(e.rXU(d.Ix),e.rXU(d.nX),e.kS0("tabindex"),e.rXU(e.sFG),e.rXU(e.aKT),e.rXU(t.hb))};static \u0275dir=e.FsC({type:ct,selectors:[["","routerLink",""]],hostVars:2,hostBindings:function(Z,J){1&Z&&e.bIt("click",function(Ie){return J.onClick(Ie.button,Ie.ctrlKey,Ie.shiftKey,Ie.altKey,Ie.metaKey)}),2&Z&&e.BMQ("href",J.reactiveHref(),e.n$t)("target",J.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",T.L39],skipLocationChange:[2,"skipLocationChange","skipLocationChange",T.L39],replaceUrl:[2,"replaceUrl","replaceUrl",T.L39],routerLink:"routerLink"},features:[e.OA$]})}return ct})(),G=(()=>{class ct{router;element;renderer;cdr;link;links;classes=[];routerEventsSubscription;linkInputChangesSubscription;_isActive=!1;get isActive(){return this._isActive}routerLinkActiveOptions={exact:!1};ariaCurrentWhenActive;isActiveChange=new e.bkB;constructor(ze,Z,J,fe,Ie){this.router=ze,this.element=Z,this.renderer=J,this.cdr=fe,this.link=Ie,this.routerEventsSubscription=ze.events.subscribe(ht=>{ht instanceof d.wF&&this.update()})}ngAfterContentInit(){(0,P.of)(this.links.changes,(0,P.of)(null)).pipe((0,U.U)()).subscribe(ze=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){this.linkInputChangesSubscription?.unsubscribe();const ze=[...this.links.toArray(),this.link].filter(Z=>!!Z).map(Z=>Z.onChanges);this.linkInputChangesSubscription=(0,m.H)(ze).pipe((0,U.U)()).subscribe(Z=>{this._isActive!==this.isLinkActive(this.router)(Z)&&this.update()})}set routerLinkActive(ze){const Z=Array.isArray(ze)?ze:ze.split(" ");this.classes=Z.filter(J=>!!J)}ngOnChanges(ze){this.update()}ngOnDestroy(){this.routerEventsSubscription.unsubscribe(),this.linkInputChangesSubscription?.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{const ze=this.hasActiveLinks();this.classes.forEach(Z=>{ze?this.renderer.addClass(this.element.nativeElement,Z):this.renderer.removeClass(this.element.nativeElement,Z)}),ze&&void 0!==this.ariaCurrentWhenActive?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==ze&&(this._isActive=ze,this.cdr.markForCheck(),this.isActiveChange.emit(ze))})}isLinkActive(ze){const Z=function Q(ct){return!!ct.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return J=>{const fe=J.urlTree;return!!fe&&ze.isActive(fe,Z)}}hasActiveLinks(){const ze=this.isLinkActive(this.router);return this.link&&ze(this.link)||this.links.some(ze)}static \u0275fac=function(Z){return new(Z||ct)(e.rXU(d.Ix),e.rXU(e.aKT),e.rXU(e.sFG),e.rXU(T.gRc),e.rXU(q,8))};static \u0275dir=e.FsC({type:ct,selectors:[["","routerLinkActive",""]],contentQueries:function(Z,J,fe){if(1&Z&&e.wni(fe,q,5),2&Z){let Ie;e.mGM(Ie=e.lsd())&&(J.links=Ie)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[e.OA$]})}return ct})();class ${}let oe=(()=>{class ct{router;injector;preloadingStrategy;loader;subscription;constructor(ze,Z,J,fe){this.router=ze,this.injector=Z,this.preloadingStrategy=J,this.loader=fe}setUpPreloading(){this.subscription=this.router.events.pipe((0,j.p)(ze=>ze instanceof d.wF),(0,M.H)(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(ze,Z){const J=[];for(const fe of Z){fe.providers&&!fe._injector&&(fe._injector=(0,e.Ol2)(fe.providers,ze,`Route: ${fe.path}`));const Ie=fe._injector??ze,ht=fe._loadedInjector??Ie;(fe.loadChildren&&!fe._loadedRoutes&&void 0===fe.canLoad||fe.loadComponent&&!fe._loadedComponent)&&J.push(this.preloadConfig(Ie,fe)),(fe.children||fe._loadedRoutes)&&J.push(this.processRoutes(ht,fe.children??fe._loadedRoutes))}return(0,m.H)(J).pipe((0,U.U)())}preloadConfig(ze,Z){return this.preloadingStrategy.preload(Z,()=>{let J;J=Z.loadChildren&&void 0===Z.canLoad?this.loader.loadChildren(ze,Z):(0,P.of)(null);const fe=J.pipe((0,K.Z)(Ie=>null===Ie?(0,P.of)(void 0):(Z._loadedRoutes=Ie.routes,Z._loadedInjector=Ie.injector,this.processRoutes(Ie.injector??ze,Ie.routes))));if(Z.loadComponent&&!Z._loadedComponent){const Ie=this.loader.loadComponent(ze,Z);return(0,m.H)([fe,Ie]).pipe((0,U.U)())}return fe})}static \u0275fac=function(Z){return new(Z||ct)(c.KVO(d.Ix),c.KVO(c.uvJ),c.KVO($),c.KVO(d.D$))};static \u0275prov=c.jDH({token:ct,factory:ct.\u0275fac,providedIn:"root"})}return ct})();const he=new c.nKC("");let me=(()=>{class ct{urlSerializer;transitions;viewportScroller;zone;options;routerEventsSubscription;scrollEventsSubscription;lastId=0;lastSource=d.wU;restoredId=0;store={};constructor(ze,Z,J,fe,Ie={}){this.urlSerializer=ze,this.transitions=Z,this.viewportScroller=J,this.zone=fe,this.options=Ie,Ie.scrollPositionRestoration||="disabled",Ie.anchorScrolling||="disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(ze=>{ze instanceof d.Z?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=ze.navigationTrigger,this.restoredId=ze.restoredState?ze.restoredState.navigationId:0):ze instanceof d.wF?(this.lastId=ze.id,this.scheduleScrollEvent(ze,this.urlSerializer.parse(ze.urlAfterRedirects).fragment)):ze instanceof d.lW&&ze.code===d.mo.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(ze,this.urlSerializer.parse(ze.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(ze=>{if(!(ze instanceof d.OY))return;const Z={behavior:"instant"};ze.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0],Z):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(ze.position,Z):ze.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(ze.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0])})}scheduleScrollEvent(ze,Z){var J=this;this.zone.runOutsideAngular((0,i.A)(function*(){yield new Promise(fe=>{setTimeout(fe),typeof requestAnimationFrame<"u"&&requestAnimationFrame(fe)}),J.zone.run(()=>{J.transitions.events.next(new d.OY(ze,"popstate"===J.lastSource?J.store[J.restoredId]:null,Z))})}))}ngOnDestroy(){this.routerEventsSubscription?.unsubscribe(),this.scrollEventsSubscription?.unsubscribe()}static \u0275fac=function(Z){e.QTQ()};static \u0275prov=c.jDH({token:ct,factory:ct.\u0275fac})}return ct})();function h(ct,Ce){return{\u0275kind:ct,\u0275providers:Ce}}function r(){const ct=(0,c.WQX)(c.zZn);return Ce=>{const ze=ct.get(e.o8S);if(Ce!==ze.components[0])return;const Z=ct.get(d.Ix),J=ct.get(_);1===ct.get(W)&&Z.initialNavigation(),ct.get(pe,null,{optional:!0})?.setUpPreloading(),ct.get(he,null,{optional:!0})?.init(),Z.resetRootComponentType(ze.componentTypes[0]),J.closed||(J.next(),J.complete(),J.unsubscribe())}}const _=new c.nKC("",{factory:()=>new w.B}),W=new c.nKC("",{providedIn:"root",factory:()=>1}),pe=new c.nKC("");function be(ct){return h(0,[{provide:pe,useExisting:oe},{provide:$,useExisting:ct}])}function Ke(ct){return(0,e._jY)("NgRouterViewTransitions"),h(9,[{provide:d.Pu,useValue:d.Lg},{provide:d.bK,useValue:{skipNextTransition:!!ct?.skipInitialTransition,...ct}}])}const Oe=[t.aZ,{provide:d.Sd,useClass:d.nU},d.Ix,d.Zp,{provide:d.nX,useFactory:function f(ct){return ct.routerState.root},deps:[d.Ix]},d.D$,[]];let Ee=(()=>{class ct{constructor(){}static forRoot(ze,Z){return{ngModule:ct,providers:[Oe,[],{provide:d.bw,multi:!0,useValue:ze},[],Z?.errorHandler?{provide:d.XR,useValue:Z.errorHandler}:[],{provide:d.J_,useValue:Z||{}},Z?.useHash?{provide:t.hb,useClass:p.fw}:{provide:t.hb,useClass:t.Sm},{provide:he,useFactory:()=>{const ct=(0,c.WQX)(S.Xr),Ce=(0,c.WQX)(e.SKi),ze=(0,c.WQX)(d.J_),Z=(0,c.WQX)(d.J2),J=(0,c.WQX)(d.Sd);return ze.scrollOffset&&ct.setOffset(ze.scrollOffset),new me(J,Z,ct,Ce,ze)}},Z?.preloadingStrategy?be(Z.preloadingStrategy).\u0275providers:[],Z?.initialNavigation?lt(Z):[],Z?.bindToComponentInputs?h(8,[d.tD,{provide:d.c1,useExisting:d.tD}]).\u0275providers:[],Z?.enableViewTransitions?Ke().\u0275providers:[],[{provide:Pe,useFactory:r},{provide:e.iLQ,multi:!0,useExisting:Pe}]]}}static forChild(ze){return{ngModule:ct,providers:[{provide:d.bw,multi:!0,useValue:ze}]}}static \u0275fac=function(Z){return new(Z||ct)};static \u0275mod=e.$C({type:ct});static \u0275inj=c.G2t({})}return ct})();function lt(ct){return["disabled"===ct.initialNavigation?h(3,[(0,e.phd)(()=>{(0,c.WQX)(d.Ix).setUpLocationChangeListener()}),{provide:W,useValue:2}]).\u0275providers:[],"enabledBlocking"===ct.initialNavigation?h(2,[{provide:e.tvf,useValue:!0},{provide:W,useValue:0},(0,e.phd)(()=>{const Ce=(0,c.WQX)(c.zZn);return Ce.get(t.hj,Promise.resolve()).then(()=>new Promise(Z=>{const J=Ce.get(d.Ix),fe=Ce.get(_);(0,d.gk)(J,()=>{Z(!0)}),Ce.get(d.J2).afterPreactivation=()=>(Z(!0),fe.closed?(0,P.of)(void 0):fe),J.initialNavigation()}))})]).\u0275providers:[]]}const Pe=new c.nKC("")},38280:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(66089).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},38288:(Ae,ee,l)=>{"use strict";l.d(ee,{Um:()=>M,XK:()=>j});var i=l(10467),t=l(72200),p=l(2615),S=l(73664),c=l(17705),e=l(68314);function T(U,K){if(1&U&&S.nrm(0,"canvas",1),2&U){const q=S.XpG();S.HbH(q.styleClass),S.Y8G("qrCode",q.value)("qrCodeErrorCorrectionLevel",q.errorCorrectionLevel)("qrCodeCenterImageSrc",q.centerImageSrc)("qrCodeCenterImageWidth",q.centerImageSize)("qrCodeCenterImageHeight",q.centerImageSize)("qrCodeMargin",q.margin)("qrScale",q.scale)("qrCodeMaskPattern",q.maskPattern)("width",q.size)("height",q.size)("ngStyle",q.style)("darkColor",q.darkColor)("lightColor",q.lightColor)}}const g=/^#(?:[0-9a-fA-F]{3,4}){1,2}$/,d=/^[0-9.]+$/;let w=(()=>{var U;class K{constructor(G){this.viewContainerRef=G,this.errorCorrectionLevel=K.DEFAULT_ERROR_CORRECTION_LEVEL,this.darkColor="#000000FF",this.lightColor="#FFFFFFFF",this.margin=16}ngOnChanges(){var G=this;return(0,i.A)(function*(){if(!G.value)return;G.version&&G.version>40?(console.warn("[qrCode] max version is 40, clamping"),G.version=40):G.version&&G.version<1?(console.warn("[qrCode] min version is 1, clamping"),G.version=1):void 0!==G.version&&isNaN(G.version)&&(console.warn("[qrCode] version should be set to a number, defaulting to auto"),G.version=void 0);const Q=G.viewContainerRef.element.nativeElement;if(!Q)return;const $=Q.getContext("2d");$&&$.clearRect(0,0,$.canvas.width,$.canvas.height);const ae=G.errorCorrectionLevel??K.DEFAULT_ERROR_CORRECTION_LEVEL,ue=G.darkColor&&g.test(G.darkColor)?G.darkColor:void 0,oe=G.lightColor&&g.test(G.lightColor)?G.lightColor:void 0;(0,c.naY)()&&(!ue&&G.darkColor&&console.error("[ng-qrcode] darkColor set to invalid value, must be RGBA hex color string, eg: #3050A1FF"),!oe&&G.lightColor&&console.error("[ng-qrcode] lightColor set to invalid value, must be RGBA hex color string, eg: #3050A130")),yield e.toCanvas(Q,G.value,{version:G.version,errorCorrectionLevel:ae,width:m(G.width),margin:G.margin,scale:G.qrScale,maskPattern:G.qrCodeMaskPattern,color:{dark:ue,light:oe}});const he=G.centerImageSrc,me=P(G.centerImageWidth,K.DEFAULT_CENTER_IMAGE_SIZE),Te=P(G.centerImageHeight,K.DEFAULT_CENTER_IMAGE_SIZE);if(he&&$){G.centerImage||(G.centerImage=new Image(me,Te));const D=G.centerImage;he!==G.centerImage.src&&(D.src=he),me!==G.centerImage.width&&(D.width=me),Te!==G.centerImage.height&&(D.height=Te);const n=()=>{$.drawImage(D,Q.width/2-me/2,Q.height/2-Te/2,me,Te)};D.onload=n,D.complete&&n()}})()}static#e=U=()=>(this.DEFAULT_ERROR_CORRECTION_LEVEL="M",this.DEFAULT_CENTER_IMAGE_SIZE=40,this.\u0275fac=function(Q){return new(Q||K)(S.rXU(S.c1b))},this.\u0275dir=S.FsC({type:K,selectors:[["canvas","qrCode",""]],inputs:{value:[0,"qrCode","value"],version:[0,"qrCodeVersion","version"],errorCorrectionLevel:[0,"qrCodeErrorCorrectionLevel","errorCorrectionLevel"],width:"width",height:"height",darkColor:"darkColor",lightColor:"lightColor",centerImageSrc:[0,"qrCodeCenterImageSrc","centerImageSrc"],centerImageWidth:[0,"qrCodeCenterImageWidth","centerImageWidth"],centerImageHeight:[0,"qrCodeCenterImageHeight","centerImageHeight"],margin:[0,"qrCodeMargin","margin"],qrScale:"qrScale",qrCodeMaskPattern:"qrCodeMaskPattern"},features:[S.OA$]}))}return U(),K})();function m(U){if(void 0!==U&&""!==U){if("string"==typeof U){if(!d.test(U))throw new Error(`'${U}' is not a valid number`);return parseFloat(U)}return U}}function P(U,K){return void 0===U||""===U?K:m(U)}let M=(()=>{var U;class K{static#e=U=()=>(this.\u0275fac=function(Q){return new(Q||K)},this.\u0275cmp=S.VBU({type:K,selectors:[["qr-code"]],inputs:{value:"value",size:"size",style:"style",styleClass:"styleClass",darkColor:"darkColor",lightColor:"lightColor",errorCorrectionLevel:"errorCorrectionLevel",centerImageSrc:"centerImageSrc",centerImageSize:"centerImageSize",margin:"margin",scale:"scale",maskPattern:"maskPattern"},decls:1,vars:1,consts:[[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","qrScale","qrCodeMaskPattern","width","height","class","ngStyle","darkColor","lightColor"],[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","qrScale","qrCodeMaskPattern","width","height","ngStyle","darkColor","lightColor"]],template:function(Q,$){1&Q&&S.nVh(0,T,1,15,"canvas",0),2&Q&&S.vxM($.value?0:-1)},dependencies:[w,t.MD,t.B3],encapsulation:2}))}return U(),K})(),j=(()=>{var U;class K{static#e=U=()=>(this.\u0275fac=function(Q){return new(Q||K)},this.\u0275mod=S.$C({type:K}),this.\u0275inj=p.G2t({imports:[t.MD,M]}))}return U(),K})()},39210:Ae=>{function ee(l,i){if(!l)throw new Error(i||"Assertion failed")}Ae.exports=ee,ee.equal=function(i,t,p){if(i!=t)throw new Error(p||"Assertion failed: "+i+" != "+t)}},39336:(Ae,ee,l)=>{"use strict";l.d(ee,{X:()=>i});class i{_defaultMatcher;ngControl;_parentFormGroup;_parentForm;_stateChanges;errorState=!1;matcher;constructor(p,S,c,e,T){this._defaultMatcher=p,this.ngControl=S,this._parentFormGroup=c,this._parentForm=e,this._stateChanges=T}updateErrorState(){const p=this.errorState,S=this._parentFormGroup||this._parentForm,c=this.matcher||this._defaultMatcher,e=this.ngControl?this.ngControl.control:null,T=c?.isErrorState(e,S)??!1;T!==p&&(this.errorState=T,this._stateChanges.next())}}},39687:(Ae,ee,l)=>{"use strict";l.d(ee,{q:()=>p});var i=l(86129);class t{constructor(c,e=t.now){this.schedulerActionCtor=c,this.now=e}schedule(c,e=0,T){return new this.schedulerActionCtor(this,c).schedule(T,e)}}t.now=i.U.now;class p extends t{constructor(c,e=t.now){super(c,e),this.actions=[],this._active=!1}flush(c){const{actions:e}=this;if(this._active)return void e.push(c);let T;this._active=!0;do{if(T=c.execute(c.state,c.delay))break}while(c=e.shift());if(this._active=!1,T){for(;c=e.shift();)c.unsubscribe();throw T}}}},39799:(Ae,ee,l)=>{var i=l(3247),t=l(71549),p=l(71993),S=l(27054).Buffer,c={"des-ede3-cbc":t.CBC.instantiate(t.EDE),"des-ede3":t.EDE,"des-ede-cbc":t.CBC.instantiate(t.EDE),"des-ede":t.EDE,"des-cbc":t.CBC.instantiate(t.DES),"des-ecb":t.DES};function e(T){i.call(this);var w,g=T.mode.toLowerCase(),d=c[g];w=T.decrypt?"decrypt":"encrypt";var m=T.key;S.isBuffer(m)||(m=S.from(m)),("des-ede"===g||"des-ede-cbc"===g)&&(m=S.concat([m,m.slice(0,8)]));var P=T.iv;S.isBuffer(P)||(P=S.from(P)),this._des=d.create({key:m,iv:P,type:w})}c.des=c["des-cbc"],c.des3=c["des-ede3-cbc"],Ae.exports=e,p(e,i),e.prototype._update=function(T){return S.from(this._des.update(T))},e.prototype._final=function(){return S.from(this._des.final())}},39842:(Ae,ee,l)=>{"use strict";l.d(ee,{O:()=>c});var i=l(2615),t=l(73664),p=l(60177);let S;try{S=typeof Intl<"u"&&Intl.v8BreakIterator}catch{S=!1}let c=(()=>{class e{_platformId=(0,i.WQX)(t.Agw);isBrowser=this._platformId?(0,p.UE)(this._platformId):"object"==typeof document&&!!document;EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent);TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent);BLINK=this.isBrowser&&!(!window.chrome&&!S)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT;WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT;IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window);FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent);ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT;SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT;constructor(){}static \u0275fac=function(d){return new(d||e)};static \u0275prov=i.jDH({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})()},39901:(Ae,ee,l)=>{"use strict";l.d(ee,{U:()=>p});var i=l(39974),t=l(54360);function p(S){return(0,i.N)((c,e)=>{let T=!1;c.subscribe((0,t._)(e,g=>{T=!0,e.next(g)},()=>{T||e.next(S),e.complete()}))})}},39974:(Ae,ee,l)=>{"use strict";l.d(ee,{N:()=>p,S:()=>t});var i=l(98071);function t(S){return(0,i.T)(S?.lift)}function p(S){return c=>{if(t(c))return c.lift(function(e){try{return S(e,this)}catch(T){this.error(T)}});throw new TypeError("Unable to lift unknown Observable type")}}},40146:(Ae,ee,l)=>{"use strict";l.d(ee,{S:()=>T});var i=l(2615),t=l(73664),p=l(26881),S=l(70483),c=l(22466),e=l(23029);let T=(()=>{class g{static \u0275fac=function(m){return new(m||g)};static \u0275mod=t.$C({type:g});static \u0275inj=i.G2t({imports:[p.p,c.y,S.O,e.wT]})}return g})()},40455:(Ae,ee,l)=>{"use strict";l.d(ee,{YZ:()=>me,oV:()=>x});var i=l(56977),t=l(14085),p=l(67847),S=l(10438),c=l(67336),e=l(2615),T=l(73664),g=l(17705),d=l(72200),w=l(39842),m=l(83300),P=l(18617),M=l(76838),j=l(61577),U=l(49338),K=l(5718),q=l(76939),G=l(21413),Q=l(31804);const $=["tooltip"],oe=new e.nKC("mat-tooltip-scroll-strategy",{providedIn:"root",factory:()=>{const _=(0,e.WQX)(e.zZn);return()=>(0,U.RH)(_,{scrollThrottle:20})}}),me={provide:oe,deps:[],useFactory:function he(_){const W=(0,e.WQX)(e.zZn);return()=>(0,U.RH)(W,{scrollThrottle:20})}},D=new e.nKC("mat-tooltip-default-options",{providedIn:"root",factory:function Te(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}}),o="tooltip-panel",f=(0,m.B)({passive:!0});let x=(()=>{class _{_elementRef=(0,e.WQX)(T.aKT);_ngZone=(0,e.WQX)(T.SKi);_platform=(0,e.WQX)(w.O);_ariaDescriber=(0,e.WQX)(P.vr);_focusMonitor=(0,e.WQX)(M.FN);_dir=(0,e.WQX)(j.dS);_injector=(0,e.WQX)(e.zZn);_viewContainerRef=(0,e.WQX)(T.c1b);_animationsDisabled=(0,Q.Rc)();_defaultOptions=(0,e.WQX)(D,{optional:!0});_overlayRef;_tooltipInstance;_overlayPanelClass;_portal;_position="below";_positionAtOrigin=!1;_disabled=!1;_tooltipClass;_viewInitialized=!1;_pointerExitEventsInitialized=!1;_tooltipComponent=r;_viewportMargin=8;_currentPosition;_cssClassPrefix="mat-mdc";_ariaDescriptionPending;_dirSubscribed=!1;get position(){return this._position}set position(I){I!==this._position&&(this._position=I,this._overlayRef&&(this._updatePosition(this._overlayRef),this._tooltipInstance?.show(0),this._overlayRef.updatePosition()))}get positionAtOrigin(){return this._positionAtOrigin}set positionAtOrigin(I){this._positionAtOrigin=(0,t.he)(I),this._detach(),this._overlayRef=null}get disabled(){return this._disabled}set disabled(I){const B=(0,t.he)(I);this._disabled!==B&&(this._disabled=B,B?this.hide(0):this._setupPointerEnterEventsIfNeeded(),this._syncAriaDescription(this.message))}get showDelay(){return this._showDelay}set showDelay(I){this._showDelay=(0,p.OE)(I)}_showDelay;get hideDelay(){return this._hideDelay}set hideDelay(I){this._hideDelay=(0,p.OE)(I),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}_hideDelay;touchGestures="auto";get message(){return this._message}set message(I){const B=this._message;this._message=null!=I?String(I).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage()),this._syncAriaDescription(B)}_message="";get tooltipClass(){return this._tooltipClass}set tooltipClass(I){this._tooltipClass=I,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}_passiveListeners=[];_touchstartTimeout=null;_destroyed=new G.B;_isDestroyed=!1;constructor(){const I=this._defaultOptions;I&&(this._showDelay=I.showDelay,this._hideDelay=I.hideDelay,I.position&&(this.position=I.position),I.positionAtOrigin&&(this.positionAtOrigin=I.positionAtOrigin),I.touchGestures&&(this.touchGestures=I.touchGestures),I.tooltipClass&&(this.tooltipClass=I.tooltipClass)),this._viewportMargin=8}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe((0,i.Q)(this._destroyed)).subscribe(I=>{I?"keyboard"===I&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const I=this._elementRef.nativeElement;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([B,re])=>{I.removeEventListener(B,re,f)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._isDestroyed=!0,this._ariaDescriber.removeDescription(I,this.message,"tooltip"),this._focusMonitor.stopMonitoring(I)}show(I=this.showDelay,B){if(this.disabled||!this.message||this._isTooltipVisible())return void this._tooltipInstance?._cancelPendingAnimations();const re=this._createOverlay(B);this._detach(),this._portal=this._portal||new q.A8(this._tooltipComponent,this._viewContainerRef);const pe=this._tooltipInstance=re.attach(this._portal).instance;pe._triggerElement=this._elementRef.nativeElement,pe._mouseLeaveHideDelay=this._hideDelay,pe.afterHidden().pipe((0,i.Q)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),pe.show(I)}hide(I=this.hideDelay){const B=this._tooltipInstance;B&&(B.isVisible()?B.hide(I):(B._cancelPendingAnimations(),this._detach()))}toggle(I){this._isTooltipVisible()?this.hide():this.show(void 0,I)}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(I){if(this._overlayRef){const be=this._overlayRef.getConfig().positionStrategy;if((!this.positionAtOrigin||!I)&&be._origin instanceof T.aKT)return this._overlayRef;this._detach()}const B=this._injector.get(K.R).getAncestorScrollContainers(this._elementRef),re=`${this._cssClassPrefix}-${o}`,pe=(0,U.$M)(this._injector,this.positionAtOrigin&&I||this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(B);return pe.positionChanges.pipe((0,i.Q)(this._destroyed)).subscribe(be=>{this._updateCurrentPositionClass(be.connectionPair),this._tooltipInstance&&be.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=(0,U.Y$)(this._injector,{direction:this._dir,positionStrategy:pe,panelClass:this._overlayPanelClass?[...this._overlayPanelClass,re]:re,scrollStrategy:this._injector.get(oe)(),disableAnimations:this._animationsDisabled}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe((0,i.Q)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe((0,i.Q)(this._destroyed)).subscribe(()=>this._tooltipInstance?._handleBodyInteraction()),this._overlayRef.keydownEvents().pipe((0,i.Q)(this._destroyed)).subscribe(be=>{this._isTooltipVisible()&&be.keyCode===S._f&&!(0,c.rp)(be)&&(be.preventDefault(),be.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),this._defaultOptions?.disableTooltipInteractivity&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._dirSubscribed||(this._dirSubscribed=!0,this._dir.change.pipe((0,i.Q)(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)})),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(I){const B=I.getConfig().positionStrategy,re=this._getOrigin(),pe=this._getOverlayPosition();B.withPositions([this._addOffset({...re.main,...pe.main}),this._addOffset({...re.fallback,...pe.fallback})])}_addOffset(I){const re=!this._dir||"ltr"==this._dir.value;return"top"===I.originY?I.offsetY=-8:"bottom"===I.originY?I.offsetY=8:"start"===I.originX?I.offsetX=re?-8:8:"end"===I.originX&&(I.offsetX=re?8:-8),I}_getOrigin(){const I=!this._dir||"ltr"==this._dir.value,B=this.position;let re;"above"==B||"below"==B?re={originX:"center",originY:"above"==B?"top":"bottom"}:"before"==B||"left"==B&&I||"right"==B&&!I?re={originX:"start",originY:"center"}:("after"==B||"right"==B&&I||"left"==B&&!I)&&(re={originX:"end",originY:"center"});const{x:pe,y:be}=this._invertPosition(re.originX,re.originY);return{main:re,fallback:{originX:pe,originY:be}}}_getOverlayPosition(){const I=!this._dir||"ltr"==this._dir.value,B=this.position;let re;"above"==B?re={overlayX:"center",overlayY:"bottom"}:"below"==B?re={overlayX:"center",overlayY:"top"}:"before"==B||"left"==B&&I||"right"==B&&!I?re={overlayX:"end",overlayY:"center"}:("after"==B||"right"==B&&I||"left"==B&&!I)&&(re={overlayX:"start",overlayY:"center"});const{x:pe,y:be}=this._invertPosition(re.overlayX,re.overlayY);return{main:re,fallback:{overlayX:pe,overlayY:be}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),(0,T.mal)(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()},{injector:this._injector}))}_setTooltipClass(I){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=I,this._tooltipInstance._markForCheck())}_invertPosition(I,B){return"above"===this.position||"below"===this.position?"top"===B?B="bottom":"bottom"===B&&(B="top"):"end"===I?I="start":"start"===I&&(I="end"),{x:I,y:B}}_updateCurrentPositionClass(I){const{overlayY:B,originX:re,originY:pe}=I;let be;if(be="center"===B?this._dir&&"rtl"===this._dir.value?"end"===re?"left":"right":"start"===re?"left":"right":"bottom"===B&&"top"===pe?"above":"below",be!==this._currentPosition){const Be=this._overlayRef;if(Be){const _e=`${this._cssClassPrefix}-${o}-`;Be.removePanelClass(_e+this._currentPosition),Be.addPanelClass(_e+be)}this._currentPosition=be}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",I=>{let B;this._setupPointerExitEventsIfNeeded(),void 0!==I.x&&void 0!==I.y&&(B=I),this.show(void 0,B)}]):"off"!==this.touchGestures&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",I=>{const B=I.targetTouches?.[0],re=B?{x:B.clientX,y:B.clientY}:void 0;this._setupPointerExitEventsIfNeeded(),this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>{this._touchstartTimeout=null,this.show(void 0,re)},this._defaultOptions?.touchLongPressShowDelay??500)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const I=[];if(this._platformSupportsMouseEvents())I.push(["mouseleave",B=>{const re=B.relatedTarget;(!re||!this._overlayRef?.overlayElement.contains(re))&&this.hide()}],["wheel",B=>this._wheelListener(B)]);else if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const B=()=>{this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions?.touchendHideDelay)};I.push(["touchend",B],["touchcancel",B])}this._addListeners(I),this._passiveListeners.push(...I)}_addListeners(I){I.forEach(([B,re])=>{this._elementRef.nativeElement.addEventListener(B,re,f)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(I){if(this._isTooltipVisible()){const B=this._injector.get(e.qQL).elementFromPoint(I.clientX,I.clientY),re=this._elementRef.nativeElement;B!==re&&!re.contains(B)&&this.hide()}}_disableNativeGesturesIfNecessary(){const I=this.touchGestures;if("off"!==I){const B=this._elementRef.nativeElement,re=B.style;("on"===I||"INPUT"!==B.nodeName&&"TEXTAREA"!==B.nodeName)&&(re.userSelect=re.msUserSelect=re.webkitUserSelect=re.MozUserSelect="none"),("on"===I||!B.draggable)&&(re.webkitUserDrag="none"),re.touchAction="none",re.webkitTapHighlightColor="transparent"}}_syncAriaDescription(I){this._ariaDescriptionPending||(this._ariaDescriptionPending=!0,this._ariaDescriber.removeDescription(this._elementRef.nativeElement,I,"tooltip"),this._isDestroyed||(0,T.mal)({write:()=>{this._ariaDescriptionPending=!1,this.message&&!this.disabled&&this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")}},{injector:this._injector}))}static \u0275fac=function(B){return new(B||_)};static \u0275dir=T.FsC({type:_,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-mdc-tooltip-trigger"],hostVars:2,hostBindings:function(B,re){2&B&&T.AVh("mat-mdc-tooltip-disabled",re.disabled)},inputs:{position:[0,"matTooltipPosition","position"],positionAtOrigin:[0,"matTooltipPositionAtOrigin","positionAtOrigin"],disabled:[0,"matTooltipDisabled","disabled"],showDelay:[0,"matTooltipShowDelay","showDelay"],hideDelay:[0,"matTooltipHideDelay","hideDelay"],touchGestures:[0,"matTooltipTouchGestures","touchGestures"],message:[0,"matTooltip","message"],tooltipClass:[0,"matTooltipClass","tooltipClass"]},exportAs:["matTooltip"]})}return _})(),r=(()=>{class _{_changeDetectorRef=(0,e.WQX)(g.gRc);_elementRef=(0,e.WQX)(T.aKT);_isMultiline=!1;message;tooltipClass;_showTimeoutId;_hideTimeoutId;_triggerElement;_mouseLeaveHideDelay;_animationsDisabled=(0,Q.Rc)();_tooltip;_closeOnInteraction=!1;_isVisible=!1;_onHide=new G.B;_showAnimation="mat-mdc-tooltip-show";_hideAnimation="mat-mdc-tooltip-hide";constructor(){}show(I){null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},I)}hide(I){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},I)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){this._cancelPendingAnimations(),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:I}){(!I||!this._triggerElement.contains(I))&&(this.isVisible()?this.hide(this._mouseLeaveHideDelay):this._finalizeAnimation(!1))}_onShow(){this._isMultiline=this._isTooltipMultiline(),this._markForCheck()}_isTooltipMultiline(){const I=this._elementRef.nativeElement.getBoundingClientRect();return I.height>24&&I.width>=200}_handleAnimationEnd({animationName:I}){(I===this._showAnimation||I===this._hideAnimation)&&this._finalizeAnimation(I===this._showAnimation)}_cancelPendingAnimations(){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=this._hideTimeoutId=void 0}_finalizeAnimation(I){I?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(I){const B=this._tooltip.nativeElement,re=this._showAnimation,pe=this._hideAnimation;if(B.classList.remove(I?pe:re),B.classList.add(I?re:pe),this._isVisible!==I&&(this._isVisible=I,this._changeDetectorRef.markForCheck()),I&&!this._animationsDisabled&&"function"==typeof getComputedStyle){const be=getComputedStyle(B);("0s"===be.getPropertyValue("animation-duration")||"none"===be.getPropertyValue("animation-name"))&&(this._animationsDisabled=!0)}I&&this._onShow(),this._animationsDisabled&&(B.classList.add("_mat-animation-noopable"),this._finalizeAnimation(I))}static \u0275fac=function(B){return new(B||_)};static \u0275cmp=T.VBU({type:_,selectors:[["mat-tooltip-component"]],viewQuery:function(B,re){if(1&B&&T.GBs($,7),2&B){let pe;T.mGM(pe=T.lsd())&&(re._tooltip=pe.first)}},hostAttrs:["aria-hidden","true"],hostBindings:function(B,re){1&B&&T.bIt("mouseleave",function(be){return re._handleMouseLeave(be)})},decls:4,vars:4,consts:[["tooltip",""],[1,"mdc-tooltip","mat-mdc-tooltip",3,"animationend","ngClass"],[1,"mat-mdc-tooltip-surface","mdc-tooltip__surface"]],template:function(B,re){if(1&B){const pe=T.RV6();T.j41(0,"div",1,0),T.bIt("animationend",function(Be){return e.eBV(pe),e.Njj(re._handleAnimationEnd(Be))}),T.j41(2,"div",2),T.EFF(3),T.k0s()()}2&B&&(T.AVh("mdc-tooltip--multiline",re._isMultiline),T.Y8G("ngClass",re.tooltipClass),T.R7$(3),T.JRh(re.message))},dependencies:[d.YU],styles:['.mat-mdc-tooltip{position:relative;transform:scale(0);display:inline-flex}.mat-mdc-tooltip::before{content:"";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-surface{word-break:normal;overflow-wrap:anywhere;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center;will-change:transform,opacity;background-color:var(--mat-tooltip-container-color, var(--mat-sys-inverse-surface));color:var(--mat-tooltip-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mat-tooltip-container-shape, var(--mat-sys-corner-extra-small));font-family:var(--mat-tooltip-supporting-text-font, var(--mat-sys-body-small-font));font-size:var(--mat-tooltip-supporting-text-size, var(--mat-sys-body-small-size));font-weight:var(--mat-tooltip-supporting-text-weight, var(--mat-sys-body-small-weight));line-height:var(--mat-tooltip-supporting-text-line-height, var(--mat-sys-body-small-line-height));letter-spacing:var(--mat-tooltip-supporting-text-tracking, var(--mat-sys-body-small-tracking))}.mat-mdc-tooltip-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:right}.mat-mdc-tooltip-panel{line-height:normal}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}\n'],encapsulation:2,changeDetection:0})}return _})()},40484:(Ae,ee,l)=>{"use strict";var i=l(88723),t=l(3136),p=t.assert;function S(d,w){if(d instanceof S)return d;this._importDER(d,w)||(p(d.r&&d.s,"Signature without r or s"),this.r=new i(d.r,16),this.s=new i(d.s,16),this.recoveryParam=void 0===d.recoveryParam?null:d.recoveryParam)}function c(){this.place=0}function e(d,w){var m=d[w.place++];if(!(128&m))return m;var P=15&m;if(0===P||P>4||0===d[w.place])return!1;for(var M=0,j=0,U=w.place;j>>=0;return!(M<=127)&&(w.place=U,M)}function T(d){for(var w=0,m=d.length-1;!d[w]&&!(128&d[w+1])&&w>>3);for(d.push(128|m);--m;)d.push(w>>>(m<<3)&255);d.push(w)}}Ae.exports=S,S.prototype._importDER=function(w,m){w=t.toArray(w,m);var P=new c;if(48!==w[P.place++])return!1;var M=e(w,P);if(!1===M||M+P.place!==w.length||2!==w[P.place++])return!1;var j=e(w,P);if(!1===j||128&w[P.place])return!1;var U=w.slice(P.place,j+P.place);if(P.place+=j,2!==w[P.place++])return!1;var K=e(w,P);if(!1===K||w.length!==K+P.place||128&w[P.place])return!1;var q=w.slice(P.place,K+P.place);if(0===U[0]){if(!(128&U[1]))return!1;U=U.slice(1)}if(0===q[0]){if(!(128&q[1]))return!1;q=q.slice(1)}return this.r=new i(U),this.s=new i(q),this.recoveryParam=null,!0},S.prototype.toDER=function(w){var m=this.r.toArray(),P=this.s.toArray();for(128&m[0]&&(m=[0].concat(m)),128&P[0]&&(P=[0].concat(P)),m=T(m),P=T(P);!(P[0]||128&P[1]);)P=P.slice(1);var M=[2];g(M,m.length),(M=M.concat(m)).push(2),g(M,P.length);var j=M.concat(P),U=[48];return g(U,j.length),U=U.concat(j),t.encode(U,w)}},40941:(Ae,ee,l)=>{"use strict";l.d(ee,{Q:()=>S});var i=l(45225),t=l(39974),p=l(54360);function S(c,e=0){return(0,t.N)((T,g)=>{T.subscribe((0,p._)(g,d=>(0,i.N)(g,c,()=>g.next(d),e),()=>(0,i.N)(g,c,()=>g.complete(),e),d=>(0,i.N)(g,c,()=>g.error(d),e)))})}},41026:(Ae,ee,l)=>{"use strict";l.d(ee,{$:()=>i});const i={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},41090:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(56471),p=l(573),S=ArrayBuffer.isView||function(d){try{return p(d),!0}catch{return!1}},c=typeof Uint8Array<"u",e=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",T=e&&(i.prototype instanceof Uint8Array||i.TYPED_ARRAY_SUPPORT);Ae.exports=function(d,w){if(i.isBuffer(d))return d.constructor&&!("isBuffer"in d)?i.from(d):d;if("string"==typeof d)return i.from(d,w);if(e&&S(d)){if(0===d.byteLength)return i.alloc(0);if(T){var m=i.from(d.buffer,d.byteOffset,d.byteLength);if(m.byteLength===d.byteLength)return m}var P=d instanceof Uint8Array?d:new Uint8Array(d.buffer,d.byteOffset,d.byteLength),M=i.from(P);if(M.length===d.byteLength)return M}if(c&&d instanceof Uint8Array)return i.from(d);var j=t(d);if(j)for(var U=0;U255||~~K!==K)throw new RangeError("Array items must be numbers in the range 0-255.")}if(j||i.isBuffer(d)&&d.constructor&&"function"==typeof d.constructor.isBuffer&&d.constructor.isBuffer(d))return i.from(d);throw new TypeError('The "data" argument must be a string, an Array, a Buffer, a Uint8Array, or a DataView.')}},41876:(Ae,ee)=>{"use strict";var i=[255,255,26,27,28,29,30,31,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255];ee.encode=function(p){Buffer.isBuffer(p)||(p=new Buffer(p));for(var S=0,c=0,e=0,T=0,g=new Buffer(8*function t(p){var S=Math.floor(p.length/5);return p.length%5==0?S:S+1}(p));S3?(T=(T=d&255>>e)<<(e=(e+5)%8)|(S+1>8-e,S++):(T=d>>8-(e+5)&31,0==(e=(e+5)%8)&&S++),g[c]="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".charCodeAt(T),c++}for(S=c;S>>(S=(S+5)%8),T++,e=255&c<<8-S)}return g.slice(0,T)}},42709:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(32148),p=l(70463),S=l(27054).Buffer,c=new Array(64);function e(){this.init(),this._w=c,p.call(this,64,56)}i(e,t),e.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},e.prototype._hash=function(){var T=S.allocUnsafe(28);return T.writeInt32BE(this._a,0),T.writeInt32BE(this._b,4),T.writeInt32BE(this._c,8),T.writeInt32BE(this._d,12),T.writeInt32BE(this._e,16),T.writeInt32BE(this._f,20),T.writeInt32BE(this._g,24),T},Ae.exports=e},43150:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(56432),p=l(14105),S=l(90518).ec,c=l(917),e=l(65667),T=l(64589);function M(G,Q,$,ae){if((G=i.from(G.toArray())).length0&&$.ishrn(ae),$}function K(G,Q,$){var ae,ue;do{for(ae=i.alloc(0);8*ae.length{"use strict";l.d(ee,{E:()=>p,b:()=>S});var i=l(96780);const p=new(l(39687).q)(i.R),S=p},43388:(Ae,ee,l)=>{var i=l(350),t=l(60102),p=l(3219);ee.createCipher=ee.Cipher=i.createCipher,ee.createCipheriv=ee.Cipheriv=i.createCipheriv,ee.createDecipher=ee.Decipher=t.createDecipher,ee.createDecipheriv=ee.Decipheriv=t.createDecipheriv,ee.listCiphers=ee.getCiphers=function S(){return Object.keys(p)}},43410:(Ae,ee,l)=>{"use strict";Ae.exports=g;var i=l(30464).F,t=i.ERR_METHOD_NOT_IMPLEMENTED,p=i.ERR_MULTIPLE_CALLBACK,S=i.ERR_TRANSFORM_ALREADY_TRANSFORMING,c=i.ERR_TRANSFORM_WITH_LENGTH_0,e=l(1030);function T(m,P){var M=this._transformState;M.transforming=!1;var j=M.writecb;if(null===j)return this.emit("error",new p);M.writechunk=null,M.writecb=null,null!=P&&this.push(P),j(m);var U=this._readableState;U.reading=!1,(U.needReadable||U.length{"use strict";l.d(ee,{nX:()=>Ta,Pu:()=>gl,Zp:()=>da,nU:()=>di,wU:()=>Dn,c1:()=>Qr,XR:()=>zo,j5:()=>Ai,wF:()=>xi,L6:()=>zt,lW:()=>Yi,mo:()=>Ci,Z:()=>Fn,J2:()=>Uo,J_:()=>js,bw:()=>wn,gx:()=>ni,tD:()=>no,Ix:()=>yl,D$:()=>Ws,n3:()=>Yr,OY:()=>mr,Sd:()=>Qt,bK:()=>hs,gk:()=>Ho,Lg:()=>Xs,wO:()=>Hi,Us:()=>wi,we:()=>ls});var i=l(2615),t=l(57303),p=l(73664),S=l(17705),c=l(59295),e=l(74402),T=l(22806),g=l(7673),d=l(84412),w=l(84572),m=l(9350),P=l(28793),M=l(59030),j=l(71203),U=l(18810),K=l(983),q=l(30017),G=l(21413),Q=l(71985),$=l(18359),ae=l(96354),ue=l(25558),oe=l(96697),he=l(99172),me=l(5964),Te=l(31397),D=l(61594),n=l(70274),o=l(88141),f=l(99437),h=l(31943),b=l(39901),A=l(39974),k=l(54360);function x(we){return we<=0?()=>K.w:(0,A.N)((je,Re)=>{let We=[];je.subscribe((0,k._)(Re,_t=>{We.push(_t),we{for(const _t of We)Re.next(_t);Re.complete()},void 0,()=>{We=null}))})}var r=l(93774),_=l(33669),I=l(70980),B=l(99898),re=l(56977),pe=l(345);const be="primary",Be=Symbol("RouteTitle");class _e{params;constructor(je){this.params=je||{}}has(je){return Object.prototype.hasOwnProperty.call(this.params,je)}get(je){if(this.has(je)){const Re=this.params[je];return Array.isArray(Re)?Re[0]:Re}return null}getAll(je){if(this.has(je)){const Re=this.params[je];return Array.isArray(Re)?Re:[Re]}return[]}get keys(){return Object.keys(this.params)}}function ye(we){return new _e(we)}function Le(we,je,Re){const We=Re.path.split("/");if(We.length>we.length||"full"===Re.pathMatch&&(je.hasChildren()||We.lengthWe[Ut]===_t)}return we===je}function Ee(we){return we.length>0?we[we.length-1]:null}function dt(we){return(0,e.A)(we)?we:(0,p.yLl)(we)?(0,T.H)(Promise.resolve(we)):(0,g.of)(we)}const nt={exact:function Pe(we,je,Re){if(!ht(we.segments,je.segments)||!ze(we.segments,je.segments,Re)||we.numberOfChildren!==je.numberOfChildren)return!1;for(const We in je.children)if(!we.children[We]||!Pe(we.children[We],je.children[We],Re))return!1;return!0},subset:ct},Ct={exact:function lt(we,je){return ge(we,je)},subset:function Ht(we,je){return Object.keys(je).length<=Object.keys(we).length&&Object.keys(je).every(Re=>Oe(we[Re],je[Re]))},ignored:()=>!0};function Mt(we,je,Re){return nt[Re.paths](we.root,je.root,Re.matrixParams)&&Ct[Re.queryParams](we.queryParams,je.queryParams)&&!("exact"===Re.fragment&&we.fragment!==je.fragment)}function ct(we,je,Re){return Ce(we,je,je.segments,Re)}function Ce(we,je,Re,We){if(we.segments.length>Re.length){const _t=we.segments.slice(0,Re.length);return!(!ht(_t,Re)||je.hasChildren()||!ze(_t,Re,We))}if(we.segments.length===Re.length){if(!ht(we.segments,Re)||!ze(we.segments,Re,We))return!1;for(const _t in je.children)if(!we.children[_t]||!ct(we.children[_t],je.children[_t],We))return!1;return!0}{const _t=Re.slice(0,we.segments.length),Ut=Re.slice(we.segments.length);return!!(ht(we.segments,_t)&&ze(we.segments,_t,We)&&we.children[be])&&Ce(we.children[be],je,Ut,We)}}function ze(we,je,Re){return je.every((We,_t)=>Ct[Re](we[_t].parameters,We.parameters))}class Z{root;queryParams;fragment;_queryParamMap;constructor(je=new J([],{}),Re={},We=null){this.root=je,this.queryParams=Re,this.fragment=We}get queryParamMap(){return this._queryParamMap??=ye(this.queryParams),this._queryParamMap}toString(){return kt.serialize(this)}}class J{segments;children;parent=null;constructor(je,Re){this.segments=je,this.children=Re,Object.values(Re).forEach(We=>We.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Rt(this)}}class fe{path;parameters;_parameterMap;constructor(je,Re){this.path=je,this.parameters=Re}get parameterMap(){return this._parameterMap??=ye(this.parameters),this._parameterMap}toString(){return Kt(this)}}function ht(we,je){return we.length===je.length&&we.every((Re,We)=>Re.path===je[We].path)}let Qt=(()=>{class we{static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:()=>new di,providedIn:"root"})}return we})();class di{parse(je){const Re=new tt(je);return new Z(Re.parseRootSegment(),Re.parseQueryParams(),Re.parseFragment())}serialize(je){const Re=`/${le(je.root,!0)}`,We=function Vt(we){const je=Object.entries(we).map(([Re,We])=>Array.isArray(We)?We.map(_t=>`${ce(Re)}=${ce(_t)}`).join("&"):`${ce(Re)}=${ce(We)}`).filter(Re=>Re);return je.length?`?${je.join("&")}`:""}(je.queryParams);return`${Re}${We}${"string"==typeof je.fragment?`#${function se(we){return encodeURI(we)}(je.fragment)}`:""}`}}const kt=new di;function Rt(we){return we.segments.map(je=>Kt(je)).join("/")}function le(we,je){if(!we.hasChildren())return Rt(we);if(je){const Re=we.children[be]?le(we.children[be],!1):"",We=[];return Object.entries(we.children).forEach(([_t,Ut])=>{_t!==be&&We.push(`${_t}:${le(Ut,!1)}`)}),We.length>0?`${Re}(${We.join("//")})`:Re}{const Re=function li(we,je){let Re=[];return Object.entries(we.children).forEach(([We,_t])=>{We===be&&(Re=Re.concat(je(_t,We)))}),Object.entries(we.children).forEach(([We,_t])=>{We!==be&&(Re=Re.concat(je(_t,We)))}),Re}(we,(We,_t)=>_t===be?[le(we.children[be],!1)]:[`${_t}:${le(We,!1)}`]);return 1===Object.keys(we.children).length&&null!=we.children[be]?`${Rt(we)}/${Re[0]}`:`${Rt(we)}/(${Re.join("//")})`}}function te(we){return encodeURIComponent(we).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function ce(we){return te(we).replace(/%3B/gi,";")}function ke(we){return te(we).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Ue(we){return decodeURIComponent(we)}function Ne(we){return Ue(we.replace(/\+/g,"%20"))}function Kt(we){return`${ke(we.path)}${function yt(we){return Object.entries(we).map(([je,Re])=>`;${ke(je)}=${ke(Re)}`).join("")}(we.parameters)}`}const Zt=/^[^\/()?;#]+/;function ti(we){const je=we.match(Zt);return je?je[0]:""}const Ye=/^[^\/()?;=#]+/,Et=/^[^=?&#]+/,qe=/^[^&#]+/;class tt{url;remaining;constructor(je){this.url=je,this.remaining=je}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new J([],{}):new J([],this.parseChildren())}parseQueryParams(){const je={};if(this.consumeOptional("?"))do{this.parseQueryParam(je)}while(this.consumeOptional("&"));return je}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const je=[];for(this.peekStartsWith("(")||je.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),je.push(this.parseSegment());let Re={};this.peekStartsWith("/(")&&(this.capture("/"),Re=this.parseParens(!0));let We={};return this.peekStartsWith("(")&&(We=this.parseParens(!1)),(je.length>0||Object.keys(Re).length>0)&&(We[be]=new J(je,Re)),We}parseSegment(){const je=ti(this.remaining);if(""===je&&this.peekStartsWith(";"))throw new i.buA(4009,!1);return this.capture(je),new fe(Ue(je),this.parseMatrixParams())}parseMatrixParams(){const je={};for(;this.consumeOptional(";");)this.parseParam(je);return je}parseParam(je){const Re=function Nt(we){const je=we.match(Ye);return je?je[0]:""}(this.remaining);if(!Re)return;this.capture(Re);let We="";if(this.consumeOptional("=")){const _t=ti(this.remaining);_t&&(We=_t,this.capture(We))}je[Ue(Re)]=Ue(We)}parseQueryParam(je){const Re=function Jt(we){const je=we.match(Et);return je?je[0]:""}(this.remaining);if(!Re)return;this.capture(Re);let We="";if(this.consumeOptional("=")){const ri=function $e(we){const je=we.match(qe);return je?je[0]:""}(this.remaining);ri&&(We=ri,this.capture(We))}const _t=Ne(Re),Ut=Ne(We);if(je.hasOwnProperty(_t)){let ri=je[_t];Array.isArray(ri)||(ri=[ri],je[_t]=ri),ri.push(Ut)}else je[_t]=Ut}parseParens(je){const Re={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const We=ti(this.remaining),_t=this.remaining[We.length];if("/"!==_t&&")"!==_t&&";"!==_t)throw new i.buA(4010,!1);let Ut;We.indexOf(":")>-1?(Ut=We.slice(0,We.indexOf(":")),this.capture(Ut),this.capture(":")):je&&(Ut=be);const ri=this.parseChildren();Re[Ut??be]=1===Object.keys(ri).length&&ri[be]?ri[be]:new J([],ri),this.consumeOptional("//")}return Re}peekStartsWith(je){return this.remaining.startsWith(je)}consumeOptional(je){return!!this.peekStartsWith(je)&&(this.remaining=this.remaining.substring(je.length),!0)}capture(je){if(!this.consumeOptional(je))throw new i.buA(4011,!1)}}function vi(we){return we.segments.length>0?new J([],{[be]:we}):we}function ei(we){const je={};for(const[We,_t]of Object.entries(we.children)){const Ut=ei(_t);if(We===be&&0===Ut.segments.length&&Ut.hasChildren())for(const[ri,Di]of Object.entries(Ut.children))je[ri]=Di;else(Ut.segments.length>0||Ut.hasChildren())&&(je[We]=Ut)}return function ci(we){if(1===we.numberOfChildren&&we.children[be]){const je=we.children[be];return new J(we.segments.concat(je.segments),je.children)}return we}(new J(we.segments,je))}function Hi(we){return we instanceof Z}function ui(we){let je;const _t=vi(function Re(Ut){const ri={};for(const Zi of Ut.children){const On=Re(Zi);ri[Zi.outlet]=On}const Di=new J(Ut.url,ri);return Ut===we&&(je=Di),Di}(we.root));return je??_t}function ln(we,je,Re,We){let _t=we;for(;_t.parent;)_t=_t.parent;if(0===je.length)return zn(_t,_t,_t,Re,We);const Ut=function Ze(we){if("string"==typeof we[0]&&1===we.length&&"/"===we[0])return new Tt(!0,0,we);let je=0,Re=!1;const We=we.reduce((_t,Ut,ri)=>{if("object"==typeof Ut&&null!=Ut){if(Ut.outlets){const Di={};return Object.entries(Ut.outlets).forEach(([Zi,On])=>{Di[Zi]="string"==typeof On?On.split("/"):On}),[..._t,{outlets:Di}]}if(Ut.segmentPath)return[..._t,Ut.segmentPath]}return"string"!=typeof Ut?[..._t,Ut]:0===ri?(Ut.split("/").forEach((Di,Zi)=>{0==Zi&&"."===Di||(0==Zi&&""===Di?Re=!0:".."===Di?je++:""!=Di&&_t.push(Di))}),_t):[..._t,Ut]},[]);return new Tt(Re,je,We)}(je);if(Ut.toRoot())return zn(_t,_t,new J([],{}),Re,We);const ri=function Fe(we,je,Re){if(we.isAbsolute)return new Ve(je,!0,0);if(!Re)return new Ve(je,!1,NaN);if(null===Re.parent)return new Ve(Re,!0,0);const We=nn(we.commands[0])?0:1;return function it(we,je,Re){let We=we,_t=je,Ut=Re;for(;Ut>_t;){if(Ut-=_t,We=We.parent,!We)throw new i.buA(4005,!1);_t=We.segments.length}return new Ve(We,!1,_t-Ut)}(Re,Re.segments.length-1+We,we.numberOfDoubleDots)}(Ut,_t,we),Di=ri.processChildren?jt(ri.segmentGroup,ri.index,Ut.commands):ut(ri.segmentGroup,ri.index,Ut.commands);return zn(_t,ri.segmentGroup,Di,Re,We)}function nn(we){return"object"==typeof we&&null!=we&&!we.outlets&&!we.segmentPath}function dn(we){return"object"==typeof we&&null!=we&&we.outlets}function zn(we,je,Re,We,_t){let ri,Ut={};We&&Object.entries(We).forEach(([Zi,On])=>{Ut[Zi]=Array.isArray(On)?On.map(Ma=>`${Ma}`):`${On}`}),ri=we===je?Re:It(we,je,Re);const Di=vi(ei(ri));return new Z(Di,Ut,_t)}function It(we,je,Re){const We={};return Object.entries(we.children).forEach(([_t,Ut])=>{We[_t]=Ut===je?Re:It(Ut,je,Re)}),new J(we.segments,We)}class Tt{isAbsolute;numberOfDoubleDots;commands;constructor(je,Re,We){if(this.isAbsolute=je,this.numberOfDoubleDots=Re,this.commands=We,je&&We.length>0&&nn(We[0]))throw new i.buA(4003,!1);const _t=We.find(dn);if(_t&&_t!==Ee(We))throw new i.buA(4004,!1)}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class Ve{segmentGroup;processChildren;index;constructor(je,Re,We){this.segmentGroup=je,this.processChildren=Re,this.index=We}}function ut(we,je,Re){if(we??=new J([],{}),0===we.segments.length&&we.hasChildren())return jt(we,je,Re);const We=function ai(we,je,Re){let We=0,_t=je;const Ut={match:!1,pathIndex:0,commandIndex:0};for(;_t=Re.length)return Ut;const ri=we.segments[_t],Di=Re[We];if(dn(Di))break;const Zi=`${Di}`,On=We0&&void 0===Zi)break;if(Zi&&On&&"object"==typeof On&&void 0===On.outlets){if(!Ji(Zi,On,ri))return Ut;We+=2}else{if(!Ji(Zi,{},ri))return Ut;We++}_t++}return{match:!0,pathIndex:_t,commandIndex:We}}(we,je,Re),_t=Re.slice(We.commandIndex);if(We.match&&We.pathIndexUt!==be)&&we.children[be]&&1===we.numberOfChildren&&0===we.children[be].segments.length){const Ut=jt(we.children[be],je,Re);return new J(we.segments,Ut.children)}return Object.entries(We).forEach(([Ut,ri])=>{"string"==typeof ri&&(ri=[ri]),null!==ri&&(_t[Ut]=ut(we.children[Ut],je,ri))}),Object.entries(we.children).forEach(([Ut,ri])=>{void 0===We[Ut]&&(_t[Ut]=ri)}),new J(we.segments,_t)}}function pi(we,je,Re){const We=we.segments.slice(0,je);let _t=0;for(;_t{"string"==typeof We&&(We=[We]),null!==We&&(je[Re]=pi(new J([],{}),0,We))}),je}function Ki(we){const je={};return Object.entries(we).forEach(([Re,We])=>je[Re]=`${We}`),je}function Ji(we,je,Re){return we==Re.path&&ge(je,Re.parameters)}const Dn="imperative";var En=function(we){return we[we.NavigationStart=0]="NavigationStart",we[we.NavigationEnd=1]="NavigationEnd",we[we.NavigationCancel=2]="NavigationCancel",we[we.NavigationError=3]="NavigationError",we[we.RoutesRecognized=4]="RoutesRecognized",we[we.ResolveStart=5]="ResolveStart",we[we.ResolveEnd=6]="ResolveEnd",we[we.GuardsCheckStart=7]="GuardsCheckStart",we[we.GuardsCheckEnd=8]="GuardsCheckEnd",we[we.RouteConfigLoadStart=9]="RouteConfigLoadStart",we[we.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",we[we.ChildActivationStart=11]="ChildActivationStart",we[we.ChildActivationEnd=12]="ChildActivationEnd",we[we.ActivationStart=13]="ActivationStart",we[we.ActivationEnd=14]="ActivationEnd",we[we.Scroll=15]="Scroll",we[we.NavigationSkipped=16]="NavigationSkipped",we}(En||{});class An{id;url;constructor(je,Re){this.id=je,this.url=Re}}class Fn extends An{type=En.NavigationStart;navigationTrigger;restoredState;constructor(je,Re,We="imperative",_t=null){super(je,Re),this.navigationTrigger=We,this.restoredState=_t}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class xi extends An{urlAfterRedirects;type=En.NavigationEnd;constructor(je,Re,We){super(je,Re),this.urlAfterRedirects=We}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}var Gi=function(we){return we[we.Redirect=0]="Redirect",we[we.SupersededByNewNavigation=1]="SupersededByNewNavigation",we[we.NoDataFromResolver=2]="NoDataFromResolver",we[we.GuardRejected=3]="GuardRejected",we[we.Aborted=4]="Aborted",we}(Gi||{}),Ci=function(we){return we[we.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",we[we.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",we}(Ci||{});class Ai extends An{reason;code;type=En.NavigationCancel;constructor(je,Re,We,_t){super(je,Re),this.reason=We,this.code=_t}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class Yi extends An{reason;code;type=En.NavigationSkipped;constructor(je,Re,We,_t){super(je,Re),this.reason=We,this.code=_t}}class zt extends An{error;target;type=En.NavigationError;constructor(je,Re,We,_t){super(je,Re),this.error=We,this.target=_t}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class ji extends An{urlAfterRedirects;state;type=En.RoutesRecognized;constructor(je,Re,We,_t){super(je,Re),this.urlAfterRedirects=We,this.state=_t}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Me extends An{urlAfterRedirects;state;type=En.GuardsCheckStart;constructor(je,Re,We,_t){super(je,Re),this.urlAfterRedirects=We,this.state=_t}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class mt extends An{urlAfterRedirects;state;shouldActivate;type=En.GuardsCheckEnd;constructor(je,Re,We,_t,Ut){super(je,Re),this.urlAfterRedirects=We,this.state=_t,this.shouldActivate=Ut}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class vt extends An{urlAfterRedirects;state;type=En.ResolveStart;constructor(je,Re,We,_t){super(je,Re),this.urlAfterRedirects=We,this.state=_t}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class ni extends An{urlAfterRedirects;state;type=En.ResolveEnd;constructor(je,Re,We,_t){super(je,Re),this.urlAfterRedirects=We,this.state=_t}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Fi{route;type=En.RouteConfigLoadStart;constructor(je){this.route=je}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class kn{route;type=En.RouteConfigLoadEnd;constructor(je){this.route=je}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class ca{snapshot;type=En.ChildActivationStart;constructor(je){this.snapshot=je}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class an{snapshot;type=En.ChildActivationEnd;constructor(je){this.snapshot=je}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class mn{snapshot;type=En.ActivationStart;constructor(je){this.snapshot=je}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class qn{snapshot;type=En.ActivationEnd;constructor(je){this.snapshot=je}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class mr{routerEvent;position;anchor;type=En.Scroll;constructor(je,Re,We){this.routerEvent=je,this.position=Re,this.anchor=We}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}class fi{}class Mi{url;navigationBehaviorOptions;constructor(je,Re){this.url=je,this.navigationBehaviorOptions=Re}}function wi(we){switch(we.type){case En.ActivationEnd:return`ActivationEnd(path: '${we.snapshot.routeConfig?.path||""}')`;case En.ActivationStart:return`ActivationStart(path: '${we.snapshot.routeConfig?.path||""}')`;case En.ChildActivationEnd:return`ChildActivationEnd(path: '${we.snapshot.routeConfig?.path||""}')`;case En.ChildActivationStart:return`ChildActivationStart(path: '${we.snapshot.routeConfig?.path||""}')`;case En.GuardsCheckEnd:return`GuardsCheckEnd(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}', state: ${we.state}, shouldActivate: ${we.shouldActivate})`;case En.GuardsCheckStart:return`GuardsCheckStart(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}', state: ${we.state})`;case En.NavigationCancel:return`NavigationCancel(id: ${we.id}, url: '${we.url}')`;case En.NavigationSkipped:return`NavigationSkipped(id: ${we.id}, url: '${we.url}')`;case En.NavigationEnd:return`NavigationEnd(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}')`;case En.NavigationError:return`NavigationError(id: ${we.id}, url: '${we.url}', error: ${we.error})`;case En.NavigationStart:return`NavigationStart(id: ${we.id}, url: '${we.url}')`;case En.ResolveEnd:return`ResolveEnd(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}', state: ${we.state})`;case En.ResolveStart:return`ResolveStart(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}', state: ${we.state})`;case En.RouteConfigLoadEnd:return`RouteConfigLoadEnd(path: ${we.route.path})`;case En.RouteConfigLoadStart:return`RouteConfigLoadStart(path: ${we.route.path})`;case En.RoutesRecognized:return`RoutesRecognized(id: ${we.id}, url: '${we.url}', urlAfterRedirects: '${we.urlAfterRedirects}', state: ${we.state})`;case En.Scroll:return`Scroll(anchor: '${we.anchor}', position: '${we.position?`${we.position[0]}, ${we.position[1]}`:null}')`}}function Bi(we){return we.outlet||be}function fn(we){if(!we)return null;if(we.routeConfig?._injector)return we.routeConfig._injector;for(let je=we.parent;je;je=je.parent){const Re=je.routeConfig;if(Re?._loadedInjector)return Re._loadedInjector;if(Re?._injector)return Re._injector}return null}class ma{rootInjector;outlet=null;route=null;children;attachRef=null;get injector(){return fn(this.route?.snapshot)??this.rootInjector}constructor(je){this.rootInjector=je,this.children=new da(this.rootInjector)}}let da=(()=>{class we{rootInjector;contexts=new Map;constructor(Re){this.rootInjector=Re}onChildOutletCreated(Re,We){const _t=this.getOrCreateContext(Re);_t.outlet=We,this.contexts.set(Re,_t)}onChildOutletDestroyed(Re){const We=this.getContext(Re);We&&(We.outlet=null,We.attachRef=null)}onOutletDeactivated(){const Re=this.contexts;return this.contexts=new Map,Re}onOutletReAttached(Re){this.contexts=Re}getOrCreateContext(Re){let We=this.getContext(Re);return We||(We=new ma(this.rootInjector),this.contexts.set(Re,We)),We}getContext(Re){return this.contexts.get(Re)||null}static \u0275fac=function(We){return new(We||we)(i.KVO(i.uvJ))};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();class ga{_root;constructor(je){this._root=je}get root(){return this._root.value}parent(je){const Re=this.pathFromRoot(je);return Re.length>1?Re[Re.length-2]:null}children(je){const Re=Zn(je,this._root);return Re?Re.children.map(We=>We.value):[]}firstChild(je){const Re=Zn(je,this._root);return Re&&Re.children.length>0?Re.children[0].value:null}siblings(je){const Re=Sa(je,this._root);return Re.length<2?[]:Re[Re.length-2].children.map(_t=>_t.value).filter(_t=>_t!==je)}pathFromRoot(je){return Sa(je,this._root).map(Re=>Re.value)}}function Zn(we,je){if(we===je.value)return je;for(const Re of je.children){const We=Zn(we,Re);if(We)return We}return null}function Sa(we,je){if(we===je.value)return[je];for(const Re of je.children){const We=Sa(we,Re);if(We.length)return We.unshift(je),We}return[]}class ia{value;children;constructor(je,Re){this.value=je,this.children=Re}toString(){return`TreeNode(${this.value})`}}function pa(we){const je={};return we&&we.children.forEach(Re=>je[Re.value.outlet]=Re),je}class Er extends ga{snapshot;constructor(je,Re){super(je),this.snapshot=Re,Fa(this,je)}toString(){return this.snapshot.toString()}}function xa(we){const je=function Xr(we){const Ut=new ja([],{},{},"",{},be,we,null,{});return new Wa("",new ia(Ut,[]))}(we),Re=new d.t([new fe("",{})]),We=new d.t({}),_t=new d.t({}),Ut=new d.t({}),ri=new d.t(""),Di=new Ta(Re,We,Ut,ri,_t,be,we,je.root);return Di.snapshot=je.root,new Er(new ia(Di,[]),je)}class Ta{urlSubject;paramsSubject;queryParamsSubject;fragmentSubject;dataSubject;outlet;component;snapshot;_futureSnapshot;_routerState;_paramMap;_queryParamMap;title;url;params;queryParams;fragment;data;constructor(je,Re,We,_t,Ut,ri,Di,Zi){this.urlSubject=je,this.paramsSubject=Re,this.queryParamsSubject=We,this.fragmentSubject=_t,this.dataSubject=Ut,this.outlet=ri,this.component=Di,this._futureSnapshot=Zi,this.title=this.dataSubject?.pipe((0,ae.T)(On=>On[Be]))??(0,g.of)(void 0),this.url=je,this.params=Re,this.queryParams=We,this.fragment=_t,this.data=Ut}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe((0,ae.T)(je=>ye(je))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe((0,ae.T)(je=>ye(je))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function wr(we,je,Re="emptyOnly"){let We;const{routeConfig:_t}=we;return We=null===je||"always"!==Re&&""!==_t?.path&&(je.component||je.routeConfig?.loadComponent)?{params:{...we.params},data:{...we.data},resolve:{...we.data,...we._resolvedData??{}}}:{params:{...je.params,...we.params},data:{...je.data,...we.data},resolve:{...we.data,...je.data,..._t?.data,...we._resolvedData}},_t&&or(_t)&&(We.resolve[Be]=_t.title),We}class ja{url;params;queryParams;fragment;data;outlet;component;routeConfig;_resolve;_resolvedData;_routerState;_paramMap;_queryParamMap;get title(){return this.data?.[Be]}constructor(je,Re,We,_t,Ut,ri,Di,Zi,On){this.url=je,this.params=Re,this.queryParams=We,this.fragment=_t,this.data=Ut,this.outlet=ri,this.component=Di,this.routeConfig=Zi,this._resolve=On}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=ye(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=ye(this.queryParams),this._queryParamMap}toString(){return`Route(url:'${this.url.map(We=>We.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class Wa extends ga{url;constructor(je,Re){super(Re),this.url=je,Fa(this,Re)}toString(){return Br(this._root)}}function Fa(we,je){je.value._routerState=we,je.children.forEach(Re=>Fa(we,Re))}function Br(we){const je=we.children.length>0?` { ${we.children.map(Br).join(", ")} } `:"";return`${we.value}${je}`}function ys(we){if(we.snapshot){const je=we.snapshot,Re=we._futureSnapshot;we.snapshot=Re,ge(je.queryParams,Re.queryParams)||we.queryParamsSubject.next(Re.queryParams),je.fragment!==Re.fragment&&we.fragmentSubject.next(Re.fragment),ge(je.params,Re.params)||we.paramsSubject.next(Re.params),function Ke(we,je){if(we.length!==je.length)return!1;for(let Re=0;Rege(Re.parameters,je[We].parameters))}(we.url,je.url);return Re&&!(!we.parent!=!je.parent)&&(!we.parent||Kr(we.parent,je.parent))}function or(we){return"string"==typeof we.title||null===we.title}const os=new i.nKC("");let Yr=(()=>{class we{activated=null;get activatedComponentRef(){return this.activated}_activatedRoute=null;name=be;activateEvents=new p.bkB;deactivateEvents=new p.bkB;attachEvents=new p.bkB;detachEvents=new p.bkB;routerOutletData=(0,S.hFB)();parentContexts=(0,i.WQX)(da);location=(0,i.WQX)(p.c1b);changeDetector=(0,i.WQX)(S.gRc);inputBinder=(0,i.WQX)(Qr,{optional:!0});supportsBindingToComponentInputs=!0;ngOnChanges(Re){if(Re.name){const{firstChange:We,previousValue:_t}=Re.name;if(We)return;this.isTrackedInParentContexts(_t)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(_t)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(Re){return this.parentContexts.getContext(Re)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;const Re=this.parentContexts.getContext(this.name);Re?.route&&(Re.attachRef?this.attach(Re.attachRef,Re.route):this.activateWith(Re.route,Re.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new i.buA(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new i.buA(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new i.buA(4012,!1);this.location.detach();const Re=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(Re.instance),Re}attach(Re,We){this.activated=Re,this._activatedRoute=We,this.location.insert(Re.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(Re.instance)}deactivate(){if(this.activated){const Re=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(Re)}}activateWith(Re,We){if(this.isActivated)throw new i.buA(4013,!1);this._activatedRoute=Re;const _t=this.location,ri=Re.snapshot.component,Di=this.parentContexts.getOrCreateContext(this.name).children,Zi=new bs(Re,Di,_t.injector,this.routerOutletData);this.activated=_t.createComponent(ri,{index:_t.length,injector:Zi,environmentInjector:We}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static \u0275fac=function(We){return new(We||we)};static \u0275dir=p.FsC({type:we,selectors:[["router-outlet"]],inputs:{name:"name",routerOutletData:[1,"routerOutletData"]},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],features:[p.OA$]})}return we})();class bs{route;childContexts;parent;outletData;constructor(je,Re,We,_t){this.route=je,this.childContexts=Re,this.parent=We,this.outletData=_t}get(je,Re){return je===Ta?this.route:je===da?this.childContexts:je===os?this.outletData:this.parent.get(je,Re)}}const Qr=new i.nKC("");let no=(()=>{class we{outletDataSubscriptions=new Map;bindActivatedRouteToOutletComponent(Re){this.unsubscribeFromRouteData(Re),this.subscribeToRouteData(Re)}unsubscribeFromRouteData(Re){this.outletDataSubscriptions.get(Re)?.unsubscribe(),this.outletDataSubscriptions.delete(Re)}subscribeToRouteData(Re){const{activatedRoute:We}=Re,_t=(0,w.z)([We.queryParams,We.params,We.data]).pipe((0,ue.n)(([Ut,ri,Di],Zi)=>(Di={...Ut,...ri,...Di},0===Zi?(0,g.of)(Di):Promise.resolve(Di)))).subscribe(Ut=>{if(!Re.isActivated||!Re.activatedComponentRef||Re.activatedRoute!==We||null===We.component)return void this.unsubscribeFromRouteData(Re);const ri=(0,S.HJs)(We.component);if(ri)for(const{templateName:Di}of ri.inputs)Re.activatedComponentRef.setInput(Di,Ut[Di]);else this.unsubscribeFromRouteData(Re)});this.outletDataSubscriptions.set(Re,_t)}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac})}return we})(),ls=(()=>{class we{static \u0275fac=function(We){return new(We||we)};static \u0275cmp=p.VBU({type:we,selectors:[["ng-component"]],exportAs:["emptyRouterOutlet"],decls:1,vars:0,template:function(We,_t){1&We&&p.nrm(0,"router-outlet")},dependencies:[Yr],encapsulation:2})}return we})();function cs(we){const je=we.children&&we.children.map(cs),Re=je?{...we,children:je}:{...we};return!Re.component&&!Re.loadComponent&&(je||Re.loadChildren)&&Re.outlet&&Re.outlet!==be&&(Re.component=ls),Re}function $r(we,je,Re){if(Re&&we.shouldReuseRoute(je.value,Re.value.snapshot)){const We=Re.value;We._futureSnapshot=je.value;const _t=function Lt(we,je,Re){return je.children.map(We=>{for(const _t of Re.children)if(we.shouldReuseRoute(We.value,_t.value.snapshot))return $r(we,We,_t);return $r(we,We)})}(we,je,Re);return new ia(We,_t)}{if(we.shouldAttach(je.value)){const Ut=we.retrieve(je.value);if(null!==Ut){const ri=Ut.route;return ri.value._futureSnapshot=je.value,ri.children=je.children.map(Di=>$r(we,Di)),ri}}const We=function rt(we){return new Ta(new d.t(we.url),new d.t(we.params),new d.t(we.queryParams),new d.t(we.fragment),new d.t(we.data),we.outlet,we.component,we)}(je.value),_t=je.children.map(Ut=>$r(we,Ut));return new ia(We,_t)}}class wt{redirectTo;navigationBehaviorOptions;constructor(je,Re){this.redirectTo=je,this.navigationBehaviorOptions=Re}}const ii="ngNavigationCancelingError";function Ii(we,je){const{redirectTo:Re,navigationBehaviorOptions:We}=Hi(je)?{redirectTo:je,navigationBehaviorOptions:void 0}:je,_t=Ui(!1,Gi.Redirect);return _t.url=Re,_t.navigationBehaviorOptions=We,_t}function Ui(we,je){const Re=new Error(`NavigationCancelingError: ${we||""}`);return Re[ii]=!0,Re.cancellationCode=je,Re}function yn(we){return!!we&&we[ii]}class Jn{routeReuseStrategy;futureState;currState;forwardEvent;inputBindingEnabled;constructor(je,Re,We,_t,Ut){this.routeReuseStrategy=je,this.futureState=Re,this.currState=We,this.forwardEvent=_t,this.inputBindingEnabled=Ut}activate(je){const Re=this.futureState._root,We=this.currState?this.currState._root:null;this.deactivateChildRoutes(Re,We,je),ys(this.futureState.root),this.activateChildRoutes(Re,We,je)}deactivateChildRoutes(je,Re,We){const _t=pa(Re);je.children.forEach(Ut=>{const ri=Ut.value.outlet;this.deactivateRoutes(Ut,_t[ri],We),delete _t[ri]}),Object.values(_t).forEach(Ut=>{this.deactivateRouteAndItsChildren(Ut,We)})}deactivateRoutes(je,Re,We){const _t=je.value,Ut=Re?Re.value:null;if(_t===Ut)if(_t.component){const ri=We.getContext(_t.outlet);ri&&this.deactivateChildRoutes(je,Re,ri.children)}else this.deactivateChildRoutes(je,Re,We);else Ut&&this.deactivateRouteAndItsChildren(Re,We)}deactivateRouteAndItsChildren(je,Re){je.value.component&&this.routeReuseStrategy.shouldDetach(je.value.snapshot)?this.detachAndStoreRouteSubtree(je,Re):this.deactivateRouteAndOutlet(je,Re)}detachAndStoreRouteSubtree(je,Re){const We=Re.getContext(je.value.outlet),_t=We&&je.value.component?We.children:Re,Ut=pa(je);for(const ri of Object.values(Ut))this.deactivateRouteAndItsChildren(ri,_t);if(We&&We.outlet){const ri=We.outlet.detach(),Di=We.children.onOutletDeactivated();this.routeReuseStrategy.store(je.value.snapshot,{componentRef:ri,route:je,contexts:Di})}}deactivateRouteAndOutlet(je,Re){const We=Re.getContext(je.value.outlet),_t=We&&je.value.component?We.children:Re,Ut=pa(je);for(const ri of Object.values(Ut))this.deactivateRouteAndItsChildren(ri,_t);We&&(We.outlet&&(We.outlet.deactivate(),We.children.onOutletDeactivated()),We.attachRef=null,We.route=null)}activateChildRoutes(je,Re,We){const _t=pa(Re);je.children.forEach(Ut=>{this.activateRoutes(Ut,_t[Ut.value.outlet],We),this.forwardEvent(new qn(Ut.value.snapshot))}),je.children.length&&this.forwardEvent(new an(je.value.snapshot))}activateRoutes(je,Re,We){const _t=je.value,Ut=Re?Re.value:null;if(ys(_t),_t===Ut)if(_t.component){const ri=We.getOrCreateContext(_t.outlet);this.activateChildRoutes(je,Re,ri.children)}else this.activateChildRoutes(je,Re,We);else if(_t.component){const ri=We.getOrCreateContext(_t.outlet);if(this.routeReuseStrategy.shouldAttach(_t.snapshot)){const Di=this.routeReuseStrategy.retrieve(_t.snapshot);this.routeReuseStrategy.store(_t.snapshot,null),ri.children.onOutletReAttached(Di.contexts),ri.attachRef=Di.componentRef,ri.route=Di.route.value,ri.outlet&&ri.outlet.attach(Di.componentRef,Di.route.value),ys(Di.route.value),this.activateChildRoutes(je,null,ri.children)}else ri.attachRef=null,ri.route=_t,ri.outlet&&ri.outlet.activateWith(_t,ri.injector),this.activateChildRoutes(je,null,ri.children)}else this.activateChildRoutes(je,null,We)}}class Un{path;route;constructor(je){this.path=je,this.route=this.path[this.path.length-1]}}class Ca{component;route;constructor(je,Re){this.component=je,this.route=Re}}function Aa(we,je,Re){const We=we._root;return Xa(We,je?je._root:null,Re,[We.value])}function Ra(we,je){const Re=Symbol(),We=je.get(we,Re);return We===Re?"function"!=typeof we||(0,i.muV)(we)?je.get(we):we:We}function Xa(we,je,Re,We,_t={canDeactivateChecks:[],canActivateChecks:[]}){const Ut=pa(je);return we.children.forEach(ri=>{(function za(we,je,Re,We,_t={canDeactivateChecks:[],canActivateChecks:[]}){const Ut=we.value,ri=je?je.value:null,Di=Re?Re.getContext(we.value.outlet):null;if(ri&&Ut.routeConfig===ri.routeConfig){const Zi=function vr(we,je,Re){if("function"==typeof Re)return Re(we,je);switch(Re){case"pathParamsChange":return!ht(we.url,je.url);case"pathParamsOrQueryParamsChange":return!ht(we.url,je.url)||!ge(we.queryParams,je.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Kr(we,je)||!ge(we.queryParams,je.queryParams);default:return!Kr(we,je)}}(ri,Ut,Ut.routeConfig.runGuardsAndResolvers);Zi?_t.canActivateChecks.push(new Un(We)):(Ut.data=ri.data,Ut._resolvedData=ri._resolvedData),Xa(we,je,Ut.component?Di?Di.children:null:Re,We,_t),Zi&&Di&&Di.outlet&&Di.outlet.isActivated&&_t.canDeactivateChecks.push(new Ca(Di.outlet.component,ri))}else ri&&Sn(je,Di,_t),_t.canActivateChecks.push(new Un(We)),Xa(we,null,Ut.component?Di?Di.children:null:Re,We,_t)})(ri,Ut[ri.value.outlet],Re,We.concat([ri.value]),_t),delete Ut[ri.value.outlet]}),Object.entries(Ut).forEach(([ri,Di])=>Sn(Di,Re.getContext(ri),_t)),_t}function Sn(we,je,Re){const We=pa(we),_t=we.value;Object.entries(We).forEach(([Ut,ri])=>{Sn(ri,_t.component?je?je.children.getContext(Ut):null:je,Re)}),Re.canDeactivateChecks.push(new Ca(_t.component&&je&&je.outlet&&je.outlet.isActivated?je.outlet.component:null,_t))}function ka(we){return"function"==typeof we}function Oa(we){return we instanceof m.G||"EmptyError"===we?.name}const Wt=Symbol("INITIAL_VALUE");function Ri(){return(0,ue.n)(we=>(0,w.z)(we.map(je=>je.pipe((0,oe.s)(1),(0,he.Z)(Wt)))).pipe((0,ae.T)(je=>{for(const Re of je)if(!0!==Re){if(Re===Wt)return Wt;if(!1===Re||ft(Re))return Re}return!0}),(0,me.p)(je=>je!==Wt),(0,oe.s)(1)))}function ft(we){return Hi(we)||we instanceof wt}function ea(we){return(0,j.F)((0,o.M)(je=>{if("boolean"!=typeof je)throw Ii(0,je)}),(0,ae.T)(je=>!0===je))}class Ts{segmentGroup;constructor(je){this.segmentGroup=je||null}}class Rs extends Error{urlTree;constructor(je){super(),this.urlTree=je}}function Gs(we){return(0,U.$)(new Ts(we))}function Oo(we){return(0,U.$)(new i.buA(4e3,!1))}class ro{urlSerializer;urlTree;constructor(je,Re){this.urlSerializer=je,this.urlTree=Re}lineralizeSegments(je,Re){let We=[],_t=Re.root;for(;;){if(We=We.concat(_t.segments),0===_t.numberOfChildren)return(0,g.of)(We);if(_t.numberOfChildren>1||!_t.children[be])return Oo();_t=_t.children[be]}}applyRedirectCommands(je,Re,We,_t,Ut){return function As(we,je,Re){if("string"==typeof we)return(0,g.of)(we);const We=we,{queryParams:_t,fragment:Ut,routeConfig:ri,url:Di,outlet:Zi,params:On,data:Ma,title:yr}=je;return dt((0,i.N4e)(Re,()=>We({params:On,data:Ma,queryParams:_t,fragment:Ut,routeConfig:ri,url:Di,outlet:Zi,title:yr})))}(Re,_t,Ut).pipe((0,ae.T)(ri=>{if(ri instanceof Z)throw new Rs(ri);const Di=this.applyRedirectCreateUrlTree(ri,this.urlSerializer.parse(ri),je,We);if("/"===ri[0])throw new Rs(Di);return Di}))}applyRedirectCreateUrlTree(je,Re,We,_t){const Ut=this.createSegmentGroup(je,Re.root,We,_t);return new Z(Ut,this.createQueryParams(Re.queryParams,this.urlTree.queryParams),Re.fragment)}createQueryParams(je,Re){const We={};return Object.entries(je).forEach(([_t,Ut])=>{if("string"==typeof Ut&&":"===Ut[0]){const Di=Ut.substring(1);We[_t]=Re[Di]}else We[_t]=Ut}),We}createSegmentGroup(je,Re,We,_t){const Ut=this.createSegments(je,Re.segments,We,_t);let ri={};return Object.entries(Re.children).forEach(([Di,Zi])=>{ri[Di]=this.createSegmentGroup(je,Zi,We,_t)}),new J(Ut,ri)}createSegments(je,Re,We,_t){return Re.map(Ut=>":"===Ut.path[0]?this.findPosParam(je,Ut,_t):this.findOrReturn(Ut,We))}findPosParam(je,Re,We){const _t=We[Re.path.substring(1)];if(!_t)throw new i.buA(4001,!1);return _t}findOrReturn(je,Re){let We=0;for(const _t of Re){if(_t.path===je.path)return Re.splice(We),_t;We++}return je}}const Os={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function Po(we,je,Re,We,_t){const Ut=Ps(we,je,Re);return Ut.matched?(We=function Xe(we,je){return we.providers&&!we._injector&&(we._injector=(0,p.Ol2)(we.providers,je,`Route: ${we.path}`)),we._injector??je}(je,We),function lr(we,je,Re,We){const _t=je.canMatch;if(!_t||0===_t.length)return(0,g.of)(!0);const Ut=_t.map(ri=>{const Di=Ra(ri,we);return dt(function Ss(we){return we&&ka(we.canMatch)}(Di)?Di.canMatch(je,Re):(0,i.N4e)(we,()=>Di(je,Re)))});return(0,g.of)(Ut).pipe(Ri(),ea())}(We,je,Re).pipe((0,ae.T)(ri=>!0===ri?Ut:{...Os}))):(0,g.of)(Ut)}function Ps(we,je,Re){if("**"===je.path)return function vo(we){return{matched:!0,parameters:we.length>0?Ee(we).parameters:{},consumedSegments:we,remainingSegments:[],positionalParamSegments:{}}}(Re);if(""===je.path)return"full"===je.pathMatch&&(we.hasChildren()||Re.length>0)?{...Os}:{matched:!0,consumedSegments:[],remainingSegments:Re,parameters:{},positionalParamSegments:{}};const _t=(je.matcher||Le)(Re,we,je);if(!_t)return{...Os};const Ut={};Object.entries(_t.posParams??{}).forEach(([Di,Zi])=>{Ut[Di]=Zi.path});const ri=_t.consumed.length>0?{...Ut,..._t.consumed[_t.consumed.length-1].parameters}:Ut;return{matched:!0,consumedSegments:_t.consumed,remainingSegments:Re.slice(_t.consumed.length),parameters:ri,positionalParamSegments:_t.posParams??{}}}function Sr(we,je,Re,We){return Re.length>0&&function Fo(we,je,Re){return Re.some(We=>bo(we,je,We)&&Bi(We)!==be)}(we,Re,We)?{segmentGroup:new J(je,qi(We,new J(Re,we.children))),slicedSegments:[]}:0===Re.length&&function yo(we,je,Re){return Re.some(We=>bo(we,je,We))}(we,Re,We)?{segmentGroup:new J(we.segments,Ua(we,Re,We,we.children)),slicedSegments:Re}:{segmentGroup:new J(we.segments,we.children),slicedSegments:Re}}function Ua(we,je,Re,We){const _t={};for(const Ut of Re)if(bo(we,je,Ut)&&!We[Bi(Ut)]){const ri=new J([],{});_t[Bi(Ut)]=ri}return{...We,..._t}}function qi(we,je){const Re={};Re[be]=je;for(const We of we)if(""===We.path&&Bi(We)!==be){const _t=new J([],{});Re[Bi(We)]=_t}return Re}function bo(we,je,Re){return(!(we.hasChildren()||je.length>0)||"full"!==Re.pathMatch)&&""===Re.path}class xo{}class jl{injector;configLoader;rootComponentType;config;urlTree;paramsInheritanceStrategy;urlSerializer;applyRedirects;absoluteRedirectCount=0;allowRedirects=!0;constructor(je,Re,We,_t,Ut,ri,Di){this.injector=je,this.configLoader=Re,this.rootComponentType=We,this.config=_t,this.urlTree=Ut,this.paramsInheritanceStrategy=ri,this.urlSerializer=Di,this.applyRedirects=new ro(this.urlSerializer,this.urlTree)}noMatchError(je){return new i.buA(4002,`'${je.segmentGroup}'`)}recognize(){const je=Sr(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(je).pipe((0,ae.T)(({children:Re,rootSnapshot:We})=>{const _t=new ia(We,Re),Ut=new Wa("",_t),ri=function oi(we,je,Re=null,We=null){return ln(ui(we),je,Re,We)}(We,[],this.urlTree.queryParams,this.urlTree.fragment);return ri.queryParams=this.urlTree.queryParams,Ut.url=this.urlSerializer.serialize(ri),{state:Ut,tree:ri}}))}match(je){const Re=new ja([],Object.freeze({}),Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Object.freeze({}),be,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,je,be,Re).pipe((0,ae.T)(We=>({children:We,rootSnapshot:Re})),(0,f.W)(We=>{if(We instanceof Rs)return this.urlTree=We.urlTree,this.match(We.urlTree.root);throw We instanceof Ts?this.noMatchError(We):We}))}processSegmentGroup(je,Re,We,_t,Ut){return 0===We.segments.length&&We.hasChildren()?this.processChildren(je,Re,We,Ut):this.processSegment(je,Re,We,We.segments,_t,!0,Ut).pipe((0,ae.T)(ri=>ri instanceof ia?[ri]:[]))}processChildren(je,Re,We,_t){const Ut=[];for(const ri of Object.keys(We.children))"primary"===ri?Ut.unshift(ri):Ut.push(ri);return(0,T.H)(Ut).pipe((0,n.H)(ri=>{const Di=We.children[ri],Zi=function Qi(we,je){const Re=we.filter(We=>Bi(We)===je);return Re.push(...we.filter(We=>Bi(We)!==je)),Re}(Re,ri);return this.processSegmentGroup(je,Zi,Di,ri,_t)}),(0,h.S)((ri,Di)=>(ri.push(...Di),ri)),(0,b.U)(null),function W(we,je){const Re=arguments.length>=2;return We=>We.pipe(we?(0,me.p)((_t,Ut)=>we(_t,Ut,We)):_.D,x(1),Re?(0,b.U)(je):(0,r.v)(()=>new m.G))}(),(0,Te.Z)(ri=>{if(null===ri)return Gs(We);const Di=so(ri);return function cr(we){we.sort((je,Re)=>je.value.outlet===be?-1:Re.value.outlet===be?1:je.value.outlet.localeCompare(Re.value.outlet))}(Di),(0,g.of)(Di)}))}processSegment(je,Re,We,_t,Ut,ri,Di){return(0,T.H)(Re).pipe((0,n.H)(Zi=>this.processSegmentAgainstRoute(Zi._injector??je,Re,Zi,We,_t,Ut,ri,Di).pipe((0,f.W)(On=>{if(On instanceof Ts)return(0,g.of)(null);throw On}))),(0,D.$)(Zi=>!!Zi),(0,f.W)(Zi=>{if(Oa(Zi))return function Fs(we,je,Re){return 0===je.length&&!we.children[Re]}(We,_t,Ut)?(0,g.of)(new xo):Gs(We);throw Zi}))}processSegmentAgainstRoute(je,Re,We,_t,Ut,ri,Di,Zi){return Bi(We)===ri||ri!==be&&bo(_t,Ut,We)?void 0===We.redirectTo?this.matchSegmentAgainstRoute(je,_t,We,Ut,ri,Zi):this.allowRedirects&&Di?this.expandSegmentAgainstRouteUsingRedirect(je,_t,Re,We,Ut,ri,Zi):Gs(_t):Gs(_t)}expandSegmentAgainstRouteUsingRedirect(je,Re,We,_t,Ut,ri,Di){const{matched:Zi,parameters:On,consumedSegments:Ma,positionalParamSegments:yr,remainingSegments:Ur}=Ps(Re,_t,Ut);if(!Zi)return Gs(Re);"string"==typeof _t.redirectTo&&"/"===_t.redirectTo[0]&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>31&&(this.allowRedirects=!1));const co=new ja(Ut,On,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Dl(_t),Bi(_t),_t.component??_t._loadedComponent??null,_t,qo(_t)),ts=wr(co,Di,this.paramsInheritanceStrategy);return co.params=Object.freeze(ts.params),co.data=Object.freeze(ts.data),this.applyRedirects.applyRedirectCommands(Ma,_t.redirectTo,yr,co,je).pipe((0,ue.n)(Ns=>this.applyRedirects.lineralizeSegments(_t,Ns)),(0,Te.Z)(Ns=>this.processSegment(je,We,Re,Ns.concat(Ur),ri,!1,Di)))}matchSegmentAgainstRoute(je,Re,We,_t,Ut,ri){const Di=Po(Re,We,_t,je);return"**"===We.path&&(Re.children={}),Di.pipe((0,ue.n)(Zi=>Zi.matched?this.getChildConfig(je=We._injector??je,We,_t).pipe((0,ue.n)(({routes:On})=>{const Ma=We._loadedInjector??je,{parameters:yr,consumedSegments:Ur,remainingSegments:co}=Zi,ts=new ja(Ur,yr,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Dl(We),Bi(We),We.component??We._loadedComponent??null,We,qo(We)),Qs=wr(ts,ri,this.paramsInheritanceStrategy);ts.params=Object.freeze(Qs.params),ts.data=Object.freeze(Qs.data);const{segmentGroup:Ns,slicedSegments:uo}=Sr(Re,Ur,co,On);if(0===uo.length&&Ns.hasChildren())return this.processChildren(Ma,On,Ns,ts).pipe((0,ae.T)(fs=>new ia(ts,fs)));if(0===On.length&&0===uo.length)return(0,g.of)(new ia(ts,[]));const bl=Bi(We)===Ut;return this.processSegment(Ma,On,Ns,uo,bl?be:Ut,!0,ts).pipe((0,ae.T)(fs=>new ia(ts,fs instanceof ia?[fs]:[])))})):Gs(Re)))}getChildConfig(je,Re,We){return Re.children?(0,g.of)({routes:Re.children,injector:je}):Re.loadChildren?void 0!==Re._loadedRoutes?(0,g.of)({routes:Re._loadedRoutes,injector:Re._loadedInjector}):function Rn(we,je,Re,We){const _t=je.canLoad;if(void 0===_t||0===_t.length)return(0,g.of)(!0);const Ut=_t.map(ri=>{const Di=Ra(ri,we);return dt(function pr(we){return we&&ka(we.canLoad)}(Di)?Di.canLoad(je,Re):(0,i.N4e)(we,()=>Di(je,Re)))});return(0,g.of)(Ut).pipe(Ri(),ea())}(je,Re,We).pipe((0,Te.Z)(_t=>_t?this.configLoader.loadChildren(je,Re).pipe((0,o.M)(Ut=>{Re._loadedRoutes=Ut.routes,Re._loadedInjector=Ut.injector})):function Ds(){return(0,U.$)(Ui(!1,Gi.GuardRejected))}())):(0,g.of)({routes:[],injector:je})}}function us(we){const je=we.value.routeConfig;return je&&""===je.path}function so(we){const je=[],Re=new Set;for(const We of we){if(!us(We)){je.push(We);continue}const _t=je.find(Ut=>We.value.routeConfig===Ut.value.routeConfig);void 0!==_t?(_t.children.push(...We.children),Re.add(_t)):je.push(We)}for(const We of Re){const _t=so(We.children);je.push(new ia(We.value,_t))}return je.filter(We=>!Re.has(We))}function Dl(we){return we.data||{}}function qo(we){return we.resolve||{}}function Rr(we){const je=we.children.map(Re=>Rr(Re)).flat();return[we,...je]}function No(we){return(0,ue.n)(je=>{const Re=we(je);return Re?(0,T.H)(Re).pipe((0,ae.T)(()=>je)):(0,g.of)(je)})}let Il=(()=>{class we{buildTitle(Re){let We,_t=Re.root;for(;void 0!==_t;)We=this.getResolvedTitleForRoute(_t)??We,_t=_t.children.find(Ut=>Ut.outlet===be);return We}getResolvedTitleForRoute(Re){return Re.data[Be]}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:()=>(0,i.WQX)(xs),providedIn:"root"})}return we})(),xs=(()=>{class we extends Il{title;constructor(Re){super(),this.title=Re}updateTitle(Re){const We=this.buildTitle(Re);void 0!==We&&this.title.setTitle(We)}static \u0275fac=function(We){return new(We||we)(i.KVO(pe.hE))};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();const js=new i.nKC("",{providedIn:"root",factory:()=>({})}),wn=new i.nKC("");let Ws=(()=>{class we{componentLoaders=new WeakMap;childrenLoaders=new WeakMap;onLoadStartListener;onLoadEndListener;compiler=(0,i.WQX)(p.Ql9);loadComponent(Re,We){if(this.componentLoaders.get(We))return this.componentLoaders.get(We);if(We._loadedComponent)return(0,g.of)(We._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(We);const _t=dt((0,i.N4e)(Re,()=>We.loadComponent())).pipe((0,ae.T)(el),(0,ue.n)(ml),(0,o.M)(ri=>{this.onLoadEndListener&&this.onLoadEndListener(We),We._loadedComponent=ri}),(0,I.j)(()=>{this.componentLoaders.delete(We)})),Ut=new q.G(_t,()=>new G.B).pipe((0,B.B)());return this.componentLoaders.set(We,Ut),Ut}loadChildren(Re,We){if(this.childrenLoaders.get(We))return this.childrenLoaders.get(We);if(We._loadedRoutes)return(0,g.of)({routes:We._loadedRoutes,injector:We._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(We);const Ut=function Bo(we,je,Re,We){return dt((0,i.N4e)(Re,()=>we.loadChildren())).pipe((0,ae.T)(el),(0,ue.n)(ml),(0,Te.Z)(_t=>_t instanceof p.PYt||Array.isArray(_t)?(0,g.of)(_t):(0,T.H)(je.compileModuleAsync(_t))),(0,ae.T)(_t=>{We&&We(we);let Ut,ri,Di=!1;return Array.isArray(_t)?(ri=_t,!0):(Ut=_t.create(Re).injector,ri=Ut.get(wn,[],{optional:!0,self:!0}).flat()),{routes:ri.map(cs),injector:Ut}}))}(We,this.compiler,Re,this.onLoadEndListener).pipe((0,I.j)(()=>{this.childrenLoaders.delete(We)})),ri=new q.G(Ut,()=>new G.B).pipe((0,B.B)());return this.childrenLoaders.set(We,ri),ri}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();function el(we){return function Xl(we){return we&&"object"==typeof we&&"default"in we}(we)?we.default:we}function ml(we){return(0,g.of)(we)}let pl=(()=>{class we{static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:()=>(0,i.WQX)(Co),providedIn:"root"})}return we})(),Co=(()=>{class we{shouldProcessUrl(Re){return!0}extract(Re){return Re}merge(Re,We){return Re}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();const gl=new i.nKC(""),hs=new i.nKC("");function Xs(we,je,Re){const We=we.get(hs),_t=we.get(i.qQL);if(!_t.startViewTransition||We.skipNextTransition)return We.skipNextTransition=!1,new Promise(On=>setTimeout(On));let Ut;const ri=new Promise(On=>{Ut=On}),Di=_t.startViewTransition(()=>(Ut(),function ta(we){return new Promise(je=>{(0,p.mal)({read:()=>setTimeout(je)},{injector:we})})}(we)));Di.ready.catch(On=>{});const{onViewTransitionCreated:Zi}=We;return Zi&&(0,i.N4e)(we,()=>Zi({transition:Di,from:je,to:Re})),ri}const zo=new i.nKC("");let Uo=(()=>{class we{currentNavigation=(0,i.vPA)(null,{equal:()=>!1});currentTransition=null;lastSuccessfulNavigation=null;events=new G.B;transitionAbortWithErrorSubject=new G.B;configLoader=(0,i.WQX)(Ws);environmentInjector=(0,i.WQX)(i.uvJ);destroyRef=(0,i.WQX)(i.abz);urlSerializer=(0,i.WQX)(Qt);rootContexts=(0,i.WQX)(da);location=(0,i.WQX)(t.aZ);inputBindingEnabled=null!==(0,i.WQX)(Qr,{optional:!0});titleStrategy=(0,i.WQX)(Il);options=(0,i.WQX)(js,{optional:!0})||{};paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly";urlHandlingStrategy=(0,i.WQX)(pl);createViewTransition=(0,i.WQX)(gl,{optional:!0});navigationErrorHandler=(0,i.WQX)(zo,{optional:!0});navigationId=0;get hasRequestedNavigation(){return 0!==this.navigationId}transitions;afterPreactivation=()=>(0,g.of)(void 0);rootComponentType=null;destroyed=!1;constructor(){this.configLoader.onLoadEndListener=_t=>this.events.next(new kn(_t)),this.configLoader.onLoadStartListener=_t=>this.events.next(new Fi(_t)),this.destroyRef.onDestroy(()=>{this.destroyed=!0})}complete(){this.transitions?.complete()}handleNavigationRequest(Re){const We=++this.navigationId;(0,c.O8)(()=>{this.transitions?.next({...Re,extractedUrl:this.urlHandlingStrategy.extract(Re.rawUrl),targetSnapshot:null,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null,abortController:new AbortController,id:We})})}setupNavigations(Re){return this.transitions=new d.t(null),this.transitions.pipe((0,me.p)(We=>null!==We),(0,ue.n)(We=>{let _t=!1;return(0,g.of)(We).pipe((0,ue.n)(Ut=>{if(this.navigationId>We.id)return this.cancelNavigationTransition(We,"",Gi.SupersededByNewNavigation),K.w;this.currentTransition=We,this.currentNavigation.set({id:Ut.id,initialUrl:Ut.rawUrl,extractedUrl:Ut.extractedUrl,targetBrowserUrl:"string"==typeof Ut.extras.browserUrl?this.urlSerializer.parse(Ut.extras.browserUrl):Ut.extras.browserUrl,trigger:Ut.source,extras:Ut.extras,previousNavigation:this.lastSuccessfulNavigation?{...this.lastSuccessfulNavigation,previousNavigation:null}:null,abort:()=>Ut.abortController.abort()});const ri=!Re.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl();if(!ri&&"reload"!==(Ut.extras.onSameUrlNavigation??Re.onSameUrlNavigation))return this.events.next(new Yi(Ut.id,this.urlSerializer.serialize(Ut.rawUrl),"",Ci.IgnoredSameUrlNavigation)),Ut.resolve(!1),K.w;if(this.urlHandlingStrategy.shouldProcessUrl(Ut.rawUrl))return(0,g.of)(Ut).pipe((0,ue.n)(Zi=>(this.events.next(new Fn(Zi.id,this.urlSerializer.serialize(Zi.extractedUrl),Zi.source,Zi.restoredState)),Zi.id!==this.navigationId?K.w:Promise.resolve(Zi))),function Al(we,je,Re,We,_t,Ut){return(0,Te.Z)(ri=>function dl(we,je,Re,We,_t,Ut,ri="emptyOnly"){return new jl(we,je,Re,We,_t,ri,Ut).recognize()}(we,je,Re,We,ri.extractedUrl,_t,Ut).pipe((0,ae.T)(({state:Di,tree:Zi})=>({...ri,targetSnapshot:Di,urlAfterRedirects:Zi}))))}(this.environmentInjector,this.configLoader,this.rootComponentType,Re.config,this.urlSerializer,this.paramsInheritanceStrategy),(0,o.M)(Zi=>{We.targetSnapshot=Zi.targetSnapshot,We.urlAfterRedirects=Zi.urlAfterRedirects,this.currentNavigation.update(Ma=>(Ma.finalUrl=Zi.urlAfterRedirects,Ma));const On=new ji(Zi.id,this.urlSerializer.serialize(Zi.extractedUrl),this.urlSerializer.serialize(Zi.urlAfterRedirects),Zi.targetSnapshot);this.events.next(On)}));if(ri&&this.urlHandlingStrategy.shouldProcessUrl(Ut.currentRawUrl)){const{id:Zi,extractedUrl:On,source:Ma,restoredState:yr,extras:Ur}=Ut,co=new Fn(Zi,this.urlSerializer.serialize(On),Ma,yr);this.events.next(co);const ts=xa(this.rootComponentType).snapshot;return this.currentTransition=We={...Ut,targetSnapshot:ts,urlAfterRedirects:On,extras:{...Ur,skipLocationChange:!1,replaceUrl:!1}},this.currentNavigation.update(Qs=>(Qs.finalUrl=On,Qs)),(0,g.of)(We)}return this.events.next(new Yi(Ut.id,this.urlSerializer.serialize(Ut.extractedUrl),"",Ci.IgnoredByUrlHandlingStrategy)),Ut.resolve(!1),K.w}),(0,o.M)(Ut=>{const ri=new Me(Ut.id,this.urlSerializer.serialize(Ut.extractedUrl),this.urlSerializer.serialize(Ut.urlAfterRedirects),Ut.targetSnapshot);this.events.next(ri)}),(0,ae.T)(Ut=>(this.currentTransition=We={...Ut,guards:Aa(Ut.targetSnapshot,Ut.currentSnapshot,this.rootContexts)},We)),function _i(we,je){return(0,Te.Z)(Re=>{const{targetSnapshot:We,currentSnapshot:_t,guards:{canActivateChecks:Ut,canDeactivateChecks:ri}}=Re;return 0===ri.length&&0===Ut.length?(0,g.of)({...Re,guardsResult:!0}):function Li(we,je,Re,We){return(0,T.H)(we).pipe((0,Te.Z)(_t=>function mi(we,je,Re,We,_t){const Ut=je&&je.routeConfig?je.routeConfig.canDeactivate:null;if(!Ut||0===Ut.length)return(0,g.of)(!0);const ri=Ut.map(Di=>{const Zi=fn(je)??_t,On=Ra(Di,Zi);return dt(function ao(we){return we&&ka(we.canDeactivate)}(On)?On.canDeactivate(we,je,Re,We):(0,i.N4e)(Zi,()=>On(we,je,Re,We))).pipe((0,D.$)())});return(0,g.of)(ri).pipe(Ri())}(_t.component,_t.route,Re,je,We)),(0,D.$)(_t=>!0!==_t,!0))}(ri,We,_t,we).pipe((0,Te.Z)(Di=>Di&&function Ka(we){return"boolean"==typeof we}(Di)?function vn(we,je,Re,We){return(0,T.H)(je).pipe((0,n.H)(_t=>(0,P.x)(function st(we,je){return null!==we&&je&&je(new ca(we)),(0,g.of)(!0)}(_t.route.parent,We),function Je(we,je){return null!==we&&je&&je(new mn(we)),(0,g.of)(!0)}(_t.route,We),function At(we,je,Re){const We=je[je.length-1],Ut=je.slice(0,je.length-1).reverse().map(ri=>function tr(we){const je=we.routeConfig?we.routeConfig.canActivateChild:null;return je&&0!==je.length?{node:we,guards:je}:null}(ri)).filter(ri=>null!==ri).map(ri=>(0,M.v)(()=>{const Di=ri.guards.map(Zi=>{const On=fn(ri.node)??Re,Ma=Ra(Zi,On);return dt(function ds(we){return we&&ka(we.canActivateChild)}(Ma)?Ma.canActivateChild(We,we):(0,i.N4e)(On,()=>Ma(We,we))).pipe((0,D.$)())});return(0,g.of)(Di).pipe(Ri())}));return(0,g.of)(Ut).pipe(Ri())}(we,_t.path,Re),function He(we,je,Re){const We=je.routeConfig?je.routeConfig.canActivate:null;if(!We||0===We.length)return(0,g.of)(!0);const _t=We.map(Ut=>(0,M.v)(()=>{const ri=fn(je)??Re,Di=Ra(Ut,ri);return dt(function gr(we){return we&&ka(we.canActivate)}(Di)?Di.canActivate(je,we):(0,i.N4e)(ri,()=>Di(je,we))).pipe((0,D.$)())}));return(0,g.of)(_t).pipe(Ri())}(we,_t.route,Re))),(0,D.$)(_t=>!0!==_t,!0))}(We,Ut,we,je):(0,g.of)(Di)),(0,ae.T)(Di=>({...Re,guardsResult:Di})))})}(this.environmentInjector,Ut=>this.events.next(Ut)),(0,o.M)(Ut=>{if(We.guardsResult=Ut.guardsResult,Ut.guardsResult&&"boolean"!=typeof Ut.guardsResult)throw Ii(0,Ut.guardsResult);const ri=new mt(Ut.id,this.urlSerializer.serialize(Ut.extractedUrl),this.urlSerializer.serialize(Ut.urlAfterRedirects),Ut.targetSnapshot,!!Ut.guardsResult);this.events.next(ri)}),(0,me.p)(Ut=>!!Ut.guardsResult||(this.cancelNavigationTransition(Ut,"",Gi.GuardRejected),!1)),No(Ut=>{if(0!==Ut.guards.canActivateChecks.length)return(0,g.of)(Ut).pipe((0,o.M)(ri=>{const Di=new vt(ri.id,this.urlSerializer.serialize(ri.extractedUrl),this.urlSerializer.serialize(ri.urlAfterRedirects),ri.targetSnapshot);this.events.next(Di)}),(0,ue.n)(ri=>{let Di=!1;return(0,g.of)(ri).pipe(function Ll(we,je){return(0,Te.Z)(Re=>{const{targetSnapshot:We,guards:{canActivateChecks:_t}}=Re;if(!_t.length)return(0,g.of)(Re);const Ut=new Set(_t.map(Zi=>Zi.route)),ri=new Set;for(const Zi of Ut)if(!ri.has(Zi))for(const On of Rr(Zi))ri.add(On);let Di=0;return(0,T.H)(ri).pipe((0,n.H)(Zi=>Ut.has(Zi)?function hl(we,je,Re,We){const _t=we.routeConfig,Ut=we._resolve;return void 0!==_t?.title&&!or(_t)&&(Ut[Be]=_t.title),(0,M.v)(()=>(we.data=wr(we,we.parent,Re).resolve,function fl(we,je,Re,We){const _t=ve(we);if(0===_t.length)return(0,g.of)({});const Ut={};return(0,T.H)(_t).pipe((0,Te.Z)(ri=>function oo(we,je,Re,We){const _t=fn(je)??We,Ut=Ra(we,_t);return dt(Ut.resolve?Ut.resolve(je,Re):(0,i.N4e)(_t,()=>Ut(je,Re)))}(we[ri],je,Re,We).pipe((0,D.$)(),(0,o.M)(Di=>{if(Di instanceof wt)throw Ii(new di,Di);Ut[ri]=Di}))),x(1),(0,ae.T)(()=>Ut),(0,f.W)(ri=>Oa(ri)?K.w:(0,U.$)(ri)))}(Ut,we,je,We).pipe((0,ae.T)(ri=>(we._resolvedData=ri,we.data={...we.data,...ri},null)))))}(Zi,We,we,je):(Zi.data=wr(Zi,Zi.parent,we).resolve,(0,g.of)(void 0))),(0,o.M)(()=>Di++),x(1),(0,Te.Z)(Zi=>Di===ri.size?(0,g.of)(Re):K.w))})}(this.paramsInheritanceStrategy,this.environmentInjector),(0,o.M)({next:()=>Di=!0,complete:()=>{Di||this.cancelNavigationTransition(ri,"",Gi.NoDataFromResolver)}}))}),(0,o.M)(ri=>{const Di=new ni(ri.id,this.urlSerializer.serialize(ri.extractedUrl),this.urlSerializer.serialize(ri.urlAfterRedirects),ri.targetSnapshot);this.events.next(Di)}))}),No(Ut=>{const ri=Di=>{const Zi=[];if(Di.routeConfig?.loadComponent){const On=fn(Di)??this.environmentInjector;Zi.push(this.configLoader.loadComponent(On,Di.routeConfig).pipe((0,o.M)(Ma=>{Di.component=Ma}),(0,ae.T)(()=>{})))}for(const On of Di.children)Zi.push(...ri(On));return Zi};return(0,w.z)(ri(Ut.targetSnapshot.root)).pipe((0,b.U)(null),(0,oe.s)(1))}),No(()=>this.afterPreactivation()),(0,ue.n)(()=>{const{currentSnapshot:Ut,targetSnapshot:ri}=We,Di=this.createViewTransition?.(this.environmentInjector,Ut.root,ri.root);return Di?(0,T.H)(Di).pipe((0,ae.T)(()=>We)):(0,g.of)(We)}),(0,ae.T)(Ut=>{const ri=function Hs(we,je,Re){const We=$r(we,je._root,Re?Re._root:void 0);return new Er(We,je)}(Re.routeReuseStrategy,Ut.targetSnapshot,Ut.currentRouterState);return this.currentTransition=We={...Ut,targetRouterState:ri},this.currentNavigation.update(Di=>(Di.targetRouterState=ri,Di)),We}),(0,o.M)(()=>{this.events.next(new fi)}),((we,je,Re,We)=>(0,ae.T)(_t=>(new Jn(je,_t.targetRouterState,_t.currentRouterState,Re,We).activate(we),_t)))(this.rootContexts,Re.routeReuseStrategy,Ut=>this.events.next(Ut),this.inputBindingEnabled),(0,oe.s)(1),(0,re.Q)(new Q.c(Ut=>{const ri=We.abortController.signal,Di=()=>Ut.next();return ri.addEventListener("abort",Di),()=>ri.removeEventListener("abort",Di)}).pipe((0,me.p)(()=>!_t&&!We.targetRouterState),(0,o.M)(()=>{this.cancelNavigationTransition(We,We.abortController.signal.reason+"",Gi.Aborted)}))),(0,o.M)({next:Ut=>{_t=!0,this.lastSuccessfulNavigation=(0,c.O8)(this.currentNavigation),this.events.next(new xi(Ut.id,this.urlSerializer.serialize(Ut.extractedUrl),this.urlSerializer.serialize(Ut.urlAfterRedirects))),this.titleStrategy?.updateTitle(Ut.targetRouterState.snapshot),Ut.resolve(!0)},complete:()=>{_t=!0}}),(0,re.Q)(this.transitionAbortWithErrorSubject.pipe((0,o.M)(Ut=>{throw Ut}))),(0,I.j)(()=>{_t||this.cancelNavigationTransition(We,"",Gi.SupersededByNewNavigation),this.currentTransition?.id===We.id&&(this.currentNavigation.set(null),this.currentTransition=null)}),(0,f.W)(Ut=>{if(this.destroyed)return We.resolve(!1),K.w;if(_t=!0,yn(Ut))this.events.next(new Ai(We.id,this.urlSerializer.serialize(We.extractedUrl),Ut.message,Ut.cancellationCode)),function tn(we){return yn(we)&&Hi(we.url)}(Ut)?this.events.next(new Mi(Ut.url,Ut.navigationBehaviorOptions)):We.resolve(!1);else{const ri=new zt(We.id,this.urlSerializer.serialize(We.extractedUrl),Ut,We.targetSnapshot??void 0);try{const Di=(0,i.N4e)(this.environmentInjector,()=>this.navigationErrorHandler?.(ri));if(!(Di instanceof wt))throw this.events.next(ri),Ut;{const{message:Zi,cancellationCode:On}=Ii(0,Di);this.events.next(new Ai(We.id,this.urlSerializer.serialize(We.extractedUrl),Zi,On)),this.events.next(new Mi(Di.redirectTo,Di.navigationBehaviorOptions))}}catch(Di){this.options.resolveNavigationPromiseOnError?We.resolve(!1):We.reject(Di)}}return K.w}))}))}cancelNavigationTransition(Re,We,_t){const Ut=new Ai(Re.id,this.urlSerializer.serialize(Re.extractedUrl),We,_t);this.events.next(Ut),Re.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){const Re=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),We=(0,c.O8)(this.currentNavigation),_t=We?.targetBrowserUrl??We?.extractedUrl;return Re.toString()!==_t?.toString()&&!We?.extras.skipLocationChange}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();function Ks(we){return we!==Dn}let lo=(()=>{class we{static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:()=>(0,i.WQX)(_l),providedIn:"root"})}return we})();class Ys{shouldDetach(je){return!1}store(je,Re){}shouldAttach(je){return!1}retrieve(je){return null}shouldReuseRoute(je,Re){return je.routeConfig===Re.routeConfig}}let _l=(()=>{class we extends Ys{static \u0275fac=(()=>{let Re;return function(_t){return(Re||(Re=p.xGo(we)))(_t||we)}})();static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})(),Vo=(()=>{class we{urlSerializer=(0,i.WQX)(Qt);options=(0,i.WQX)(js,{optional:!0})||{};canceledNavigationResolution=this.options.canceledNavigationResolution||"replace";location=(0,i.WQX)(t.aZ);urlHandlingStrategy=(0,i.WQX)(pl);urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred";currentUrlTree=new Z;getCurrentUrlTree(){return this.currentUrlTree}rawUrlTree=this.currentUrlTree;getRawUrlTree(){return this.rawUrlTree}createBrowserPath({finalUrl:Re,initialUrl:We,targetBrowserUrl:_t}){const Ut=void 0!==Re?this.urlHandlingStrategy.merge(Re,We):We,ri=_t??Ut;return ri instanceof Z?this.urlSerializer.serialize(ri):ri}commitTransition({targetRouterState:Re,finalUrl:We,initialUrl:_t}){We&&Re?(this.currentUrlTree=We,this.rawUrlTree=this.urlHandlingStrategy.merge(We,_t),this.routerState=Re):this.rawUrlTree=_t}routerState=xa(null);getRouterState(){return this.routerState}stateMemento=this.createStateMemento();updateStateMemento(){this.stateMemento=this.createStateMemento()}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}resetInternalState({finalUrl:Re}){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,Re??this.rawUrlTree)}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:()=>(0,i.WQX)(vl),providedIn:"root"})}return we})(),vl=(()=>{class we extends Vo{currentPageId=0;lastSuccessfulId=-1;restoredState(){return this.location.getState()}get browserPageId(){return"computed"!==this.canceledNavigationResolution?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}registerNonRouterCurrentEntryChangeListener(Re){return this.location.subscribe(We=>{"popstate"===We.type&&setTimeout(()=>{Re(We.url,We.state,"popstate")})})}handleRouterEvent(Re,We){Re instanceof Fn?this.updateStateMemento():Re instanceof Yi?this.commitTransition(We):Re instanceof ji?"eager"===this.urlUpdateStrategy&&(We.extras.skipLocationChange||this.setBrowserUrl(this.createBrowserPath(We),We)):Re instanceof fi?(this.commitTransition(We),"deferred"===this.urlUpdateStrategy&&!We.extras.skipLocationChange&&this.setBrowserUrl(this.createBrowserPath(We),We)):Re instanceof Ai&&Re.code!==Gi.SupersededByNewNavigation&&Re.code!==Gi.Redirect?this.restoreHistory(We):Re instanceof zt?this.restoreHistory(We,!0):Re instanceof xi&&(this.lastSuccessfulId=Re.id,this.currentPageId=this.browserPageId)}setBrowserUrl(Re,{extras:We,id:_t}){const{replaceUrl:Ut,state:ri}=We;if(this.location.isCurrentPathEqualTo(Re)||Ut){const Di=this.browserPageId,Zi={...ri,...this.generateNgRouterState(_t,Di)};this.location.replaceState(Re,"",Zi)}else{const Di={...ri,...this.generateNgRouterState(_t,this.browserPageId+1)};this.location.go(Re,"",Di)}}restoreHistory(Re,We=!1){if("computed"===this.canceledNavigationResolution){const Ut=this.currentPageId-this.browserPageId;0!==Ut?this.location.historyGo(Ut):this.getCurrentUrlTree()===Re.finalUrl&&0===Ut&&(this.resetInternalState(Re),this.resetUrlToCurrentUrlTree())}else"replace"===this.canceledNavigationResolution&&(We&&this.resetInternalState(Re),this.resetUrlToCurrentUrlTree())}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.getRawUrlTree()),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(Re,We){return"computed"===this.canceledNavigationResolution?{navigationId:Re,\u0275routerPageId:We}:{navigationId:Re}}static \u0275fac=(()=>{let Re;return function(_t){return(Re||(Re=p.xGo(we)))(_t||we)}})();static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})();function Ho(we,je){we.events.pipe((0,me.p)(Re=>Re instanceof xi||Re instanceof Ai||Re instanceof zt||Re instanceof Yi),(0,ae.T)(Re=>Re instanceof xi||Re instanceof Yi?0:Re instanceof Ai&&(Re.code===Gi.Redirect||Re.code===Gi.SupersededByNewNavigation)?2:1),(0,me.p)(Re=>2!==Re),(0,oe.s)(1)).subscribe(()=>{je()})}const zr={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},cd={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let yl=(()=>{class we{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}disposed=!1;nonRouterCurrentEntryChangeSubscription;console=(0,i.WQX)(p.C7A);stateManager=(0,i.WQX)(Vo);options=(0,i.WQX)(js,{optional:!0})||{};pendingTasks=(0,i.WQX)(i.rev);urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred";navigationTransitions=(0,i.WQX)(Uo);urlSerializer=(0,i.WQX)(Qt);location=(0,i.WQX)(t.aZ);urlHandlingStrategy=(0,i.WQX)(pl);injector=(0,i.WQX)(i.uvJ);_events=new G.B;get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}navigated=!1;routeReuseStrategy=(0,i.WQX)(lo);onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore";config=(0,i.WQX)(wn,{optional:!0})?.flat()??[];componentInputBindingEnabled=!!(0,i.WQX)(Qr,{optional:!0});currentNavigation=this.navigationTransitions.currentNavigation.asReadonly();constructor(){this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this).subscribe({error:Re=>{this.console.warn(Re)}}),this.subscribeToNavigationEvents()}eventsSubscription=new $.yU;subscribeToNavigationEvents(){const Re=this.navigationTransitions.events.subscribe(We=>{try{const _t=this.navigationTransitions.currentTransition,Ut=(0,c.O8)(this.navigationTransitions.currentNavigation);if(null!==_t&&null!==Ut)if(this.stateManager.handleRouterEvent(We,Ut),We instanceof Ai&&We.code!==Gi.Redirect&&We.code!==Gi.SupersededByNewNavigation)this.navigated=!0;else if(We instanceof xi)this.navigated=!0;else if(We instanceof Mi){const ri=We.navigationBehaviorOptions,Di=this.urlHandlingStrategy.merge(We.url,_t.currentRawUrl),Zi={browserUrl:_t.extras.browserUrl,info:_t.extras.info,skipLocationChange:_t.extras.skipLocationChange,replaceUrl:_t.extras.replaceUrl||"eager"===this.urlUpdateStrategy||Ks(_t.source),...ri};this.scheduleNavigation(Di,Dn,null,Zi,{resolve:_t.resolve,reject:_t.reject,promise:_t.promise})}(function en(we){return!(we instanceof fi||we instanceof Mi)})(We)&&this._events.next(We)}catch(_t){this.navigationTransitions.transitionAbortWithErrorSubject.next(_t)}});this.eventsSubscription.add(Re)}resetRootComponentType(Re){this.routerState.root.component=Re,this.navigationTransitions.rootComponentType=Re}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),Dn,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((Re,We,_t)=>{this.navigateToSyncWithBrowser(Re,_t,We)})}navigateToSyncWithBrowser(Re,We,_t){const Ut={replaceUrl:!0},ri=_t?.navigationId?_t:null;if(_t){const Zi={..._t};delete Zi.navigationId,delete Zi.\u0275routerPageId,0!==Object.keys(Zi).length&&(Ut.state=Zi)}const Di=this.parseUrl(Re);this.scheduleNavigation(Di,We,ri,Ut).catch(Zi=>{this.disposed||this.injector.get(i.ZTf)(Zi)})}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return(0,c.O8)(this.navigationTransitions.currentNavigation)}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(Re){this.config=Re.map(cs),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this._events.unsubscribe(),this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(Re,We={}){const{relativeTo:_t,queryParams:Ut,fragment:ri,queryParamsHandling:Di,preserveFragment:Zi}=We,On=Zi?this.currentUrlTree.fragment:ri;let yr,Ma=null;switch(Di??this.options.defaultQueryParamsHandling){case"merge":Ma={...this.currentUrlTree.queryParams,...Ut};break;case"preserve":Ma=this.currentUrlTree.queryParams;break;default:Ma=Ut||null}null!==Ma&&(Ma=this.removeEmptyProps(Ma));try{yr=ui(_t?_t.snapshot:this.routerState.snapshot.root)}catch{("string"!=typeof Re[0]||"/"!==Re[0][0])&&(Re=[]),yr=this.currentUrlTree.root}return ln(yr,Re,Ma,On??null)}navigateByUrl(Re,We={skipLocationChange:!1}){const _t=Hi(Re)?Re:this.parseUrl(Re),Ut=this.urlHandlingStrategy.merge(_t,this.rawUrlTree);return this.scheduleNavigation(Ut,Dn,null,We)}navigate(Re,We={skipLocationChange:!1}){return function jc(we){for(let je=0;je(null!=Ut&&(We[_t]=Ut),We),{})}scheduleNavigation(Re,We,_t,Ut,ri){if(this.disposed)return Promise.resolve(!1);let Di,Zi,On;ri?(Di=ri.resolve,Zi=ri.reject,On=ri.promise):On=new Promise((yr,Ur)=>{Di=yr,Zi=Ur});const Ma=this.pendingTasks.add();return Ho(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(Ma))}),this.navigationTransitions.handleNavigationRequest({source:We,restoredState:_t,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:Re,extras:Ut,resolve:Di,reject:Zi,promise:On,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),On.catch(yr=>Promise.reject(yr))}static \u0275fac=function(We){return new(We||we)};static \u0275prov=i.jDH({token:we,factory:we.\u0275fac,providedIn:"root"})}return we})()},44068:(Ae,ee,l)=>{"use strict";var i=l(89999),t=l(97594),p=l(48128),S=l(12773),c=l(83798),e=l(91627),T=S("Object.prototype.toString"),g=l(88779)(),d=typeof globalThis>"u"?global:globalThis,w=t(),m=S("String.prototype.slice"),P=S("Array.prototype.indexOf",!0)||function(q,G){for(var Q=0;Q-1?G:"Object"===G&&function(q){var G=!1;return i(M,function(Q,$){if(!G)try{Q(q),G=m($,1)}catch{}}),G}(q)}return c?function(q){var G=!1;return i(M,function(Q,$){if(!G)try{"$"+Q(q)===$&&(G=m($,1))}catch{}}),G}(q):null}},44356:Ae=>{"use strict";var i,ee="object"==typeof Reflect?Reflect:null,l=ee&&"function"==typeof ee.apply?ee.apply:function($,ae,ue){return Function.prototype.apply.call($,ae,ue)};i=ee&&"function"==typeof ee.ownKeys?ee.ownKeys:Object.getOwnPropertySymbols?function($){return Object.getOwnPropertyNames($).concat(Object.getOwnPropertySymbols($))}:function($){return Object.getOwnPropertyNames($)};var p=Number.isNaN||function($){return $!=$};function S(){S.init.call(this)}Ae.exports=S,Ae.exports.once=function K(Q,$){return new Promise(function(ae,ue){function oe(me){Q.removeListener($,he),ue(me)}function he(){"function"==typeof Q.removeListener&&Q.removeListener("error",oe),ae([].slice.call(arguments))}G(Q,$,he,{once:!0}),"error"!==$&&function q(Q,$,ae){"function"==typeof Q.on&&G(Q,"error",$,ae)}(Q,oe,{once:!0})})},S.EventEmitter=S,S.prototype._events=void 0,S.prototype._eventsCount=0,S.prototype._maxListeners=void 0;var c=10;function e(Q){if("function"!=typeof Q)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof Q)}function T(Q){return void 0===Q._maxListeners?S.defaultMaxListeners:Q._maxListeners}function g(Q,$,ae,ue){var oe,he,me;if(e(ae),void 0===(he=Q._events)?(he=Q._events=Object.create(null),Q._eventsCount=0):(void 0!==he.newListener&&(Q.emit("newListener",$,ae.listener?ae.listener:ae),he=Q._events),me=he[$]),void 0===me)me=he[$]=ae,++Q._eventsCount;else if("function"==typeof me?me=he[$]=ue?[ae,me]:[me,ae]:ue?me.unshift(ae):me.push(ae),(oe=T(Q))>0&&me.length>oe&&!me.warned){me.warned=!0;var Te=new Error("Possible EventEmitter memory leak detected. "+me.length+" "+String($)+" listeners added. Use emitter.setMaxListeners() to increase limit");Te.name="MaxListenersExceededWarning",Te.emitter=Q,Te.type=$,Te.count=me.length,function t(Q){console&&console.warn&&console.warn(Q)}(Te)}return Q}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function w(Q,$,ae){var ue={fired:!1,wrapFn:void 0,target:Q,type:$,listener:ae},oe=d.bind(ue);return oe.listener=ae,ue.wrapFn=oe,oe}function m(Q,$,ae){var ue=Q._events;if(void 0===ue)return[];var oe=ue[$];return void 0===oe?[]:"function"==typeof oe?ae?[oe.listener||oe]:[oe]:ae?function U(Q){for(var $=new Array(Q.length),ae=0;ae<$.length;++ae)$[ae]=Q[ae].listener||Q[ae];return $}(oe):M(oe,oe.length)}function P(Q){var $=this._events;if(void 0!==$){var ae=$[Q];if("function"==typeof ae)return 1;if(void 0!==ae)return ae.length}return 0}function M(Q,$){for(var ae=new Array($),ue=0;ue<$;++ue)ae[ue]=Q[ue];return ae}function G(Q,$,ae,ue){if("function"==typeof Q.on)ue.once?Q.once($,ae):Q.on($,ae);else{if("function"!=typeof Q.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof Q);Q.addEventListener($,function oe(he){ue.once&&Q.removeEventListener($,oe),ae(he)})}}Object.defineProperty(S,"defaultMaxListeners",{enumerable:!0,get:function(){return c},set:function(Q){if("number"!=typeof Q||Q<0||p(Q))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+Q+".");c=Q}}),S.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},S.prototype.setMaxListeners=function($){if("number"!=typeof $||$<0||p($))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+$+".");return this._maxListeners=$,this},S.prototype.getMaxListeners=function(){return T(this)},S.prototype.emit=function($){for(var ae=[],ue=1;ue0&&(me=ae[0]),me instanceof Error)throw me;var Te=new Error("Unhandled error."+(me?" ("+me.message+")":""));throw Te.context=me,Te}var D=he[$];if(void 0===D)return!1;if("function"==typeof D)l(D,this,ae);else{var n=D.length,o=M(D,n);for(ue=0;ue=0;me--)if(ue[me]===ae||ue[me].listener===ae){Te=ue[me].listener,he=me;break}if(he<0)return this;0===he?ue.shift():function j(Q,$){for(;$+1=0;oe--)this.removeListener($,ae[oe]);return this},S.prototype.listeners=function($){return m(this,$,!0)},S.prototype.rawListeners=function($){return m(this,$,!1)},S.listenerCount=function(Q,$){return"function"==typeof Q.listenerCount?Q.listenerCount($):P.call(Q,$)},S.prototype.listenerCount=P,S.prototype.eventNames=function(){return this._eventsCount>0?i(this._events):[]}},44522:(Ae,ee,l)=>{"use strict";let i;function p(e){if(function t(){if(null==i){const e=typeof document<"u"?document.head:null;i=!(!e||!e.createShadowRoot&&!e.attachShadow)}return i}()){const T=e.getRootNode?e.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&T instanceof ShadowRoot)return T}return null}function S(){let e=typeof document<"u"&&document?document.activeElement:null;for(;e&&e.shadowRoot;){const T=e.shadowRoot.activeElement;if(T===e)break;e=T}return e}function c(e){return e.composedPath?e.composedPath()[0]:e.target}l.d(ee,{Fb:()=>c,KT:()=>p,vc:()=>S})},45225:(Ae,ee,l)=>{"use strict";function i(t,p,S,c=0,e=!1){const T=p.schedule(function(){S(),e?t.add(this.schedule(null,c)):this.unsubscribe()},c);if(t.add(T),!e)return T}l.d(ee,{N:()=>i})},45310:Ae=>{"use strict";Ae.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var l={},i=Symbol("test"),t=Object(i);if("string"==typeof i||"[object Symbol]"!==Object.prototype.toString.call(i)||"[object Symbol]"!==Object.prototype.toString.call(t))return!1;for(var S in l[i]=42,l)return!1;if("function"==typeof Object.keys&&0!==Object.keys(l).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(l).length)return!1;var c=Object.getOwnPropertySymbols(l);if(1!==c.length||c[0]!==i||!Object.prototype.propertyIsEnumerable.call(l,i))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var e=Object.getOwnPropertyDescriptor(l,i);if(42!==e.value||!0!==e.enumerable)return!1}return!0}},45334:(Ae,ee,l)=>{"use strict";l.d(ee,{m:()=>p});var i=l(41026),t=l(19270);function p(S){t.f.setTimeout(()=>{const{onUnhandledError:c}=i.$;if(!c)throw S;c(S)})}},45383:(Ae,ee,l)=>{"use strict";l.d(ee,{$$g:()=>f1,$Fj:()=>Hc,$sC:()=>Qy,BA1:()=>Gi,C8j:()=>Lr,CQO:()=>K0,Ccf:()=>o9,D6w:()=>g5,DW4:()=>n_,EvL:()=>_,FYJ:()=>tt,GR4:()=>J,GRI:()=>Zf,HEq:()=>In,If6:()=>Ji,Int:()=>v8,JKM:()=>Dc,Kcb:()=>ba,M29:()=>my,McB:()=>zy,Mf0:()=>bl,MjD:()=>ea,Oh6:()=>hb,QLR:()=>a9,TBz:()=>Ky,Tq9:()=>Pu,Vpi:()=>P,VwO:()=>yp,W1p:()=>rm,WKo:()=>ao,WxX:()=>Mu,Xbc:()=>Oo,_eQ:()=>js,_qq:()=>_p,aAJ:()=>Ya,aFw:()=>h_,cbP:()=>Yd,dB:()=>m3,e4L:()=>c6,eGi:()=>df,f6_:()=>X1,gdJ:()=>$c,hb3:()=>kd,iW_:()=>Eb,iy8:()=>oy,jPR:()=>q9,jTw:()=>hf,k02:()=>fn,k6j:()=>dy,knH:()=>Td,ld_:()=>B0,njF:()=>ib,nsx:()=>Gy,o97:()=>Sa,pCJ:()=>ui,pS3:()=>we,peG:()=>wg,qFF:()=>Ru,qIE:()=>Db,s5m:()=>S1,vfE:()=>K_,xiI:()=>hp,ymQ:()=>oa,zPk:()=>nd,zjW:()=>w0,zm_:()=>l9,zpE:()=>$8});var P={prefix:"fas",iconName:"dollar-sign",icon:[320,512,[128178,61781,"dollar","usd"],"24","M136 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-114.9 0c-24.9 0-45.1 20.2-45.1 45.1 0 22.5 16.5 41.5 38.7 44.7l91.6 13.1c53.8 7.7 93.7 53.7 93.7 108 0 60.3-48.9 109.1-109.1 109.1l-10.9 0 0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40-72 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l130.9 0c24.9 0 45.1-20.2 45.1-45.1 0-22.5-16.5-41.5-38.7-44.7l-91.6-13.1C55.9 273.5 16 227.4 16 173.1 16 112.9 64.9 64 125.1 64l10.9 0 0-40z"]},_={prefix:"fas",iconName:"question",icon:[320,512,[10067,10068,61736],"3f","M64 160c0-53 43-96 96-96s96 43 96 96c0 42.7-27.9 78.9-66.5 91.4-28.4 9.2-61.5 35.3-61.5 76.6l0 24c0 17.7 14.3 32 32 32s32-14.3 32-32l0-24c0-1.7 .6-4.1 3.5-7.3 3-3.3 7.9-6.5 13.7-8.4 64.3-20.7 110.8-81 110.8-152.3 0-88.4-71.6-160-160-160S0 71.6 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm96 352c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"]},J={prefix:"fas",iconName:"scale-balanced",icon:[640,512,[9878,"balance-scale"],"f24e","M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3l0 294.7 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288L584.4 320 512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9zM126.8 195.8L54.4 320 199.3 320 126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1-10.8 44.8-63.1 78.9-126 78.9S11.7 382 .9 337.1z"]},tt={prefix:"fas",iconName:"indian-rupee-sign",icon:[320,512,["indian-rupee","inr"],"e1bc","M0 64C0 46.3 14.3 32 32 32l264 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-76.7 0c17.7 19.8 30.1 44.6 34.7 72l42 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-42 0c-10.4 62.2-60.8 110.9-123.8 118.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256l80 0c35.8 0 66.1-23.5 76.3-56L24 200c-13.3 0-24-10.7-24-24s10.7-24 24-24l164.3 0c-10.2-32.5-40.5-56-76.3-56L32 96C14.3 96 0 81.7 0 64z"]},ui={prefix:"fas",iconName:"user-check",icon:[640,512,[],"f4fc","M286 304c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7L78 512c-16.4 0-29.7-13.3-29.7-29.7 0-98.5 79.8-178.3 178.3-178.3l59.4 0zM585.7 105.9c7.8-10.7 22.8-13.1 33.5-5.3s13.1 22.8 5.3 33.5L522.1 274.9c-4.2 5.7-10.7 9.4-17.7 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7 .6-33.9 9.5-9.2 24.7-8.9 33.9 .6l26.5 27.4 85.6-117.7zM256.3 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240z"]},Ji={prefix:"fas",iconName:"arrows-turn-to-dots",icon:[448,512,[],"e4c1","M265.4-6.6c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L285.3 64 352 64c53 0 96 43 96 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7-14.3-32-32-32l-66.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm-82.7 272l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L162.7 400 96 400c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32S0 481.7 0 464l0-32c0-53 43-96 96-96l66.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM320 368a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 160a64 64 0 1 1 0-128 64 64 0 1 1 0 128z"]},Gi={prefix:"fas",iconName:"wallet",icon:[512,512,[],"f555","M64 32C28.7 32 0 60.7 0 96L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L72 128c-13.3 0-24-10.7-24-24S58.7 80 72 80l384 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L64 32zM416 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},fn={prefix:"fas",iconName:"up-right-from-square",icon:[512,512,["external-link-alt"],"f35d","M290.4 19.8C295.4 7.8 307.1 0 320 0L480 0c17.7 0 32 14.3 32 32l0 160c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9L400 157.3 246.6 310.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L354.7 112 297.4 54.6c-9.2-9.2-11.9-22.9-6.9-34.9zM0 176c0-44.2 35.8-80 80-80l80 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 176z"]},Sa={prefix:"fas",iconName:"bars-staggered",icon:[512,512,["reorder","stream"],"f550","M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"]},ao={prefix:"fas",iconName:"percent",icon:[448,512,[62101,62785,"percentage"],"25","M192 128a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM448 384a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM438.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-384 384c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l384-384z"]},ea={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]},Oo={prefix:"fas",iconName:"code-branch",icon:[448,512,[],"f126","M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 70.7 176 0c26.5 0 48-21.5 48-48l0-22.7c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 22.7c0 61.9-50.1 112-112 112l-176 0 0 70.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3l0-205.3C19.7 141 0 112.8 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},js={prefix:"fas",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M480.5 10.3L259.1 158c-29.1 19.4-47.6 50.9-50.6 85.3 62.3 12.8 111.4 61.9 124.3 124.3 34.5-3 65.9-21.5 85.3-50.6L565.7 95.5c6.7-10.1 10.3-21.9 10.3-34.1 0-33.9-27.5-61.4-61.4-61.4-12.1 0-24 3.6-34.1 10.3zM288 400c0-61.9-50.1-112-112-112S64 338.1 64 400c0 3.9 .2 7.8 .6 11.6 1.8 17.5-10.2 36.4-27.8 36.4L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0c61.9 0 112-50.1 112-112z"]},we={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6-46.8 43.5-78.1 95.4-93 131.1-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64-11.5 0-22.3-3-31.7-8.4-1 10.9-.1 22.1 2.9 33.2 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-12.2-45.7-55.5-74.8-101.1-70.8 5.3 9.3 8.4 20.1 8.4 31.7z"]},bl={prefix:"fas",iconName:"receipt",icon:[384,512,[129534],"f543","M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.2-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6S384 14.6 384 24l0 464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6l-40.4-34.6-40.4 34.6c-9 7.7-22.2 7.7-31.2 0l-40.4-34.6-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488L0 24C0 14.6 5.5 6.1 14 2.2zM104 136c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0zM80 352c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24-120c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z"]},In={prefix:"fas",iconName:"unlock-keyhole",icon:[384,512,["unlock-alt"],"f13e","M192 32c-35.3 0-64 28.7-64 64l0 64 192 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l0-64c0-70.7 57.3-128 128-128 63.5 0 116.1 46.1 126.2 106.7 2.9 17.4-8.8 33.9-26.3 36.9s-33.9-8.8-36.9-26.3C250 55.1 223.7 32 192 32zm40 328c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0z"]},Lr={prefix:"fas",iconName:"infinity",icon:[640,512,[8734,9854],"f534","M0 256c0-88.4 71.6-160 160-160 50.4 0 97.8 23.7 128 64l32 42.7 32-42.7c30.2-40.3 77.6-64 128-64 88.4 0 160 71.6 160 160S568.4 416 480 416c-50.4 0-97.8-23.7-128-64l-32-42.7-32 42.7c-30.2 40.3-77.6 64-128 64-88.4 0-160-71.6-160-160zm280 0l-43.2-57.6c-18.1-24.2-46.6-38.4-76.8-38.4-53 0-96 43-96 96s43 96 96 96c30.2 0 58.7-14.2 76.8-38.4L280 256zm80 0l43.2 57.6c18.1 24.2 46.6 38.4 76.8 38.4 53 0 96-43 96-96s-43-96-96-96c-30.2 0-58.7 14.2-76.8 38.4L360 256z"]},$c={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z"]},f1={prefix:"fas",iconName:"pen-ruler",icon:[512,512,["pencil-ruler"],"f5ae","M404 0c19.2 0 37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1L445.9 204 308 66.1 352.9 21.2C366.4 7.6 384.8 0 404 0zM58.9 315.1L274.1 100 412 237.9 196.9 453.1c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7zM225.4 80.8L80.8 225.4 11.7 156.3c-15.6-15.6-15.6-40.9 0-56.6l88-88c15.6-15.6 40.9-15.6 56.6 0l5.9 5.9-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3 34.9 34.9zM431.2 286.6l34.9 34.9-56.3 56.3c-7.8 7.8-7.8 20.5 0 28.3s20.5 7.8 28.3 0l56.3-56.3 5.9 5.9c15.6 15.6 15.6 40.9 0 56.6l-88 88c-15.6 15.6-40.9 15.6-56.6 0l-69.1-69.1 144.6-144.6z"]},Dc={prefix:"fas",iconName:"won-sign",icon:[512,512,[8361,"krw","won"],"f159","M62.4 53.9C56.8 37.1 38.7 28.1 21.9 33.6S-3.9 57.4 1.7 74.1L56.9 240 32 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l40.9 0 56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288 279 288 321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288 480 288c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24.9 0 55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-62 186.1-54.6 0-45.9-183.8C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L179 240 124.4 240 62.4 53.9zm78 234.1l26.6 0-11.4 45.6-15.2-45.6zM245 240l11-44.1 11 44.1-22 0zm100 48l26.6 0-15.2 45.6-11.4-45.6z"]},w0={prefix:"fas",iconName:"franc-sign",icon:[320,512,[],"e18f","M80 32C62.3 32 48 46.3 48 64l0 256-24 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-64 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-96 176 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"]},Td={prefix:"fas",iconName:"signs-post",icon:[512,512,["map-signs"],"f277","M256.4 0c-17.7 0-32 14.3-32 32l0 32-160 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 0 64-153.4 0c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7l153.4 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 160 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-160 0 0-64 153.4 0c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7l-153.4 0 0-32c0-17.7-14.3-32-32-32z"]},kd={prefix:"fas",iconName:"turkish-lira-sign",icon:[448,512,["try","turkish-lira"],"e2bb","M160 32c17.7 0 32 14.3 32 32l0 43.6 121.4-34.7c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7l-134.6 38.5 0 46.1 121.4-34.7c12.7-3.6 26 3.7 29.7 16.5s-3.7 26-16.5 29.7l-134.6 38.5 0 162.5 72 0c53 0 96-43 96-96 0-17.7 14.3-32 32-32s32 14.3 32 32c0 88.4-71.6 160-160 160l-104 0c-17.7 0-32-14.3-32-32l0-176.2-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11 0-46.1-25.4 7.3c-12.7 3.6-26-3.7-29.7-16.5s3.7-26 16.5-29.7l38.6-11 0-61.9c0-17.7 14.3-32 32-32z"]},B0={prefix:"fas",iconName:"user-clock",icon:[576,512,[],"f4fd","M224 8a120 120 0 1 1 0 240 120 120 0 1 1 0-240zM194.3 304l59.4 0c3.9 0 7.9 .1 11.8 .4-16.2 28.2-25.5 60.8-25.5 95.6 0 41.8 13.4 80.5 36 112L45.7 512C29.3 512 16 498.7 16 482.3 16 383.8 95.8 304 194.3 304zM288 400a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16z"]},S1={prefix:"fas",iconName:"euro-sign",icon:[448,512,[8364,"eur","euro"],"f153","M73.3 192C100.8 99.5 186.5 32 288 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-65.6 0-122 39.5-146.7 96L272 192c13.3 0 24 10.7 24 24s-10.7 24-24 24l-143.2 0c-.5 5.3-.8 10.6-.8 16s.3 10.7 .8 16L272 272c13.3 0 24 10.7 24 24s-10.7 24-24 24l-130.7 0c24.7 56.5 81.1 96 146.7 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-101.5 0-187.2-67.5-214.7-160L40 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l24.6 0c-.7-10.5-.7-21.5 0-32L40 240c-13.3 0-24-10.7-24-24s10.7-24 24-24l33.3 0z"]},nd={prefix:"fas",iconName:"yen-sign",icon:[384,512,[165,"cny","jpy","rmb","yen"],"f157","M74.9 46.7c-9.6-14.9-29.4-19.2-44.2-9.6S11.5 66.4 21.1 81.3L143.7 272 88 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 32-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 48c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-32 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.7 0 122.6-190.7c9.6-14.9 5.3-34.7-9.6-44.2s-34.7-5.3-44.2 9.6L192 228.8 74.9 46.7z"]},Mu={prefix:"fas",iconName:"angles-down",icon:[384,512,["angle-double-down"],"f103","M214.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 402.7 329.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 210.7 329.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"]},df={prefix:"fas",iconName:"network-wired",icon:[576,512,[],"f6ff","M248 88l80 0 0 48-80 0 0-48zm-8-56c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l16 0 0 32-224 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 32-16 0c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-16 0 0-32 192 0 0 32-16 0c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-16 0 0-32 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0 0-32 16 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-96 0zM448 376l8 0 0 48-80 0 0-48 72 0zm-256 0l8 0 0 48-80 0 0-48 72 0z"]},hf={prefix:"fas",iconName:"code",icon:[576,512,[],"f121","M360.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm64.6 136.1c-12.5 12.5-12.5 32.8 0 45.3l73.4 73.4-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0zm-274.7 0c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 150.6 182.6c12.5-12.5 12.5-32.8 0-45.3z"]},Ru={prefix:"fas",iconName:"diagram-project",icon:[512,512,["project-diagram"],"f542","M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 16 128 0 0-16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-16-128 0 0 16c0 7.3-1.7 14.3-4.6 20.5l68.6 91.5 80 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-7.3 1.7-14.3 4.6-20.5L128 224 48 224c-26.5 0-48-21.5-48-48L0 80z"]},oa={prefix:"fas",iconName:"money-bill-wave",icon:[512,512,[],"f53a","M0 419.6L0 109.5c0-23.2 24.1-38.6 46.3-32 87.7 26.2 149.7 5.5 212.1-15.3 64.5-21.5 129.4-43.1 223.3-13.1 18.5 5.9 30.3 23.8 30.3 43.3l0 310.1c0 23.2-24.1 38.6-46.2 32-87.7-26.2-149.8-5.5-212.1 15.3-64.5 21.5-129.4 43.1-223.3 13.1-18.5-5.9-30.3-23.8-30.3-43.3zM336 256c0-53-35.8-96-80-96s-80 43-80 96 35.8 96 80 96 80-43 80-96zM120 413.6c4.4 0 7.9-3.8 7.2-8.1-4.6-27.8-27-49.5-55.2-53-4.4-.5-8 3.1-8 7.5l0 39.9c0 3.6 2.4 6.8 6 7.7 17.9 4.2 34.3 6.1 50 6.1zm318.5-51.1c5 .8 9.5-3 9.5-8l0-42.6c0-4.4-3.6-8.1-8-7.5-25.2 3.1-45.9 20.9-53.2 44.6-1.4 4.7 2.3 9.1 7.2 9.2 14.2 .4 29 1.7 44.4 4.3zM448 152l0-39.9c0-3.6-2.5-6.8-6-7.7-17.9-4.2-34.3-6.1-50-6.1-4.4 0-7.9 3.8-7.2 8.1 4.6 27.8 27 49.5 55.2 53 4.4 .5 8-3.1 8-7.5zM125.2 162.9c1.4-4.7-2.3-9.1-7.2-9.2-14.2-.4-29-1.7-44.4-4.3-5-.8-9.5 3-9.5 8L64 200c0 4.4 3.6 8.1 8 7.5 25.2-3.1 45.9-20.9 53.2-44.6z"]},Pu={prefix:"fas",iconName:"brazilian-real-sign",icon:[512,512,[],"e46c","M400 16c17.7 0 32 14.3 32 32l0 16 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48.9 0c-26 0-47.1 21.1-47.1 47.1 0 22.5 15.9 41.8 37.9 46.2l32.8 6.6c51.9 10.4 89.3 56 89.3 109 0 50.6-33.8 93.3-80 106.7l0 20.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-16-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.9 0c26 0 47.1-21.1 47.1-47.1 0-22.5-15.9-41.8-37.9-46.2l-32.8-6.6c-51.9-10.4-89.3-56-89.3-109 0-50.6 33.8-93.2 80-106.7L368 48c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144 0 54.3-30 101.5-74.4 126.1l41 136.7c5.1 16.9-4.5 34.8-21.5 39.8s-34.8-4.5-39.8-21.5L120.1 319.8c-2.7 .1-5.4 .2-8.1 .2l-48 0 0 128c0 17.7-14.3 32-32 32S0 465.7 0 448L0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80l-48 0 0 160z"]},K0={prefix:"fas",iconName:"link",icon:[576,512,[128279,"chain"],"f0c1","M419.5 96c-16.6 0-32.7 4.5-46.8 12.7-15.8-16-34.2-29.4-54.5-39.5 28.2-24 64.1-37.2 101.3-37.2 86.4 0 156.5 70 156.5 156.5 0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1c-29.3 29.3-69.1 45.8-110.6 45.8-86.4 0-156.5-70-156.5-156.5 0-1.5 0-3 .1-4.5 .5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9c0 .9 0 1.8 0 2.6 0 51.1 41.4 92.5 92.5 92.5 24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4 0-51.1-41.4-92.5-92.5-92.5zM275.2 173.3c-1.9-.8-3.8-1.9-5.5-3.1-12.6-6.5-27-10.2-42.1-10.2-24.5 0-48 9.7-65.4 27.1L91.1 258.2c-17.3 17.3-27.1 40.9-27.1 65.4 0 51.1 41.4 92.5 92.5 92.5 16.5 0 32.6-4.4 46.7-12.6 15.8 16 34.2 29.4 54.6 39.5-28.2 23.9-64 37.2-101.3 37.2-86.4 0-156.5-70-156.5-156.5 0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8 86.6 0 156.5 70.6 156.5 156.9 0 1.3 0 2.6 0 3.9-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8c0-.8 0-1.5 0-2.3 0-33.7-18-63.3-44.8-79.6z"]},m3={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M195.1 9.5C198.1-5.3 211.2-16 226.4-16l59.8 0c15.2 0 28.3 10.7 31.3 25.5L332 79.5c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L447 233.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9l-29.9 51.8c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5l-59.8 0c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8L73.5 432.3c-14.4 4.8-30.2-1.2-37.8-14.4L5.8 366.1c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7L12.3 185.8c-11.4-10.1-14-26.8-6.5-39.9L35.7 94.1c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8L195.1 9.5zM256.3 336a80 80 0 1 0 -.6-160 80 80 0 1 0 .6 160z"]},Ya={prefix:"fas",iconName:"user-lock",icon:[576,512,[],"f502","M224 8a120 120 0 1 1 0 240 120 120 0 1 1 0-240zM194.3 304l59.4 0c29.7 0 57.7 7.3 82.3 20.1l0 4.3c-19.6 17.6-32 43.1-32 71.5l0 96c0 5.5 .5 10.9 1.3 16.1L45.7 512C29.3 512 16 498.7 16 482.3 16 383.8 95.8 304 194.3 304zm301.7 .1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z"]},Hc={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 64c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 80l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 112l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]},ba={prefix:"fas",iconName:"baht-sign",icon:[320,512,[],"e0ac","M136 0c-13.3 0-24 10.7-24 24l0 40-74.4 0C16.8 64 0 80.8 0 101.6L0 406.3c0 23 18.7 41.7 41.7 41.7l70.3 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 48 0c61.9 0 112-50.1 112-112 0-40.1-21.1-75.3-52.7-95.1 13.1-18.3 20.7-40.7 20.7-64.9 0-61.9-50.1-112-112-112l-16 0 0-40c0-13.3-10.7-24-24-24zM112 128l0 96-48 0 0-96 48 0zm48 96l0-96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0zm-48 64l0 96-48 0 0-96 48 0zm48 96l0-96 48 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-48 0z"]},g5={prefix:"fas",iconName:"server",icon:[448,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},wg={prefix:"fas",iconName:"arrows-turn-right",icon:[448,512,[],"e4c0","M313.4-6.6c12.5-12.5 32.8-12.5 45.3 0l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 128 128 128c-35.3 0-64 28.7-64 64l0 32c0 17.7-14.3 32-32 32S0 241.7 0 224l0-32C0 121.3 57.3 64 128 64l210.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 384 96 384c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32S0 465.7 0 448l0-32c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3z"]},hp={prefix:"fas",iconName:"gauge-high",icon:[512,512,[62461,"tachometer-alt","tachometer-alt-fast"],"f625","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64 0-16.2-6-31.1-16-42.3l69.5-138.9c5.9-11.9 1.1-26.3-10.7-32.2s-26.3-1.1-32.2 10.7L261.1 288.2c-1.7-.1-3.4-.2-5.1-.2-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},_p={prefix:"fas",iconName:"right-left",icon:[512,512,["exchange-alt"],"f362","M502.6 150.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9S352 236.9 352 224l0-64-320 0c-17.7 0-32-14.3-32-32S14.3 96 32 96l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c12.5 12.5 12.5 32.8 0 45.3zm-397.3 352l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c9.2-9.2 22.9-11.9 34.9-6.9S160 275.1 160 288l0 64 320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9z"]},yp={prefix:"fas",iconName:"dumbbell",icon:[640,512,[],"f44b","M96 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 112 256 0 0-112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 16 16 0c26.5 0 48 21.5 48 48l0 48c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 48c0 26.5-21.5 48-48 48l-16 0 0 16c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-112-256 0 0 112c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-16-16 0c-26.5 0-48-21.5-48-48l0-48c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-48c0-26.5 21.5-48 48-48l16 0 0-16z"]},Zf={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"]},X1={prefix:"fas",iconName:"ruble-sign",icon:[448,512,[8381,"rouble","rub","ruble"],"f158","M112 32C94.3 32 80 46.3 80 64l0 208-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 48-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 152 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-152 0 0-48 112 0c79.5 0 144-64.5 144-144S335.5 32 256 32L112 32zM256 256l-112 0 0-160 112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z"]},v8={prefix:"fas",iconName:"clock-rotate-left",icon:[576,512,["history"],"f1da","M288 64c106 0 192 86 192 192S394 448 288 448c-65.2 0-122.9-32.5-157.6-82.3-10.1-14.5-30.1-18-44.6-7.9s-18 30.1-7.9 44.6C124.1 468.6 201 512 288 512 429.4 512 544 397.4 544 256S429.4 0 288 0C202.3 0 126.5 42.1 80 106.7L80 80c0-17.7-14.3-32-32-32S16 62.3 16 80l0 112c0 17.7 14.3 32 32 32l24.6 0c.5 0 1 0 1.5 0l86 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-38.3 0C154.9 102.6 217 64 288 64zm24 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1z"]},rm={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M512.4 240l-176 0c-17.7 0-32-14.3-32-32l0-176c0-17.7 14.4-32.2 31.9-29.9 107 14.2 191.8 99 206 206 2.3 17.5-12.2 31.9-29.9 31.9zM222.6 37.2c18.1-3.8 33.8 11 33.8 29.5l0 197.3c0 5.6 2 11 5.5 15.3L394 438.7c11.7 14.1 9.2 35.4-6.9 44.1-34.1 18.6-73.2 29.2-114.7 29.2-132.5 0-240-107.5-240-240 0-115.5 81.5-211.9 190.2-234.8zM477.8 288l64 0c18.5 0 33.3 15.7 29.5 33.8-10.2 48.4-35 91.4-69.6 124.2-12.3 11.7-31.6 9.2-42.4-3.9L374.9 340.4c-17.3-20.9-2.4-52.4 24.6-52.4l78.2 0z"]},c6={prefix:"fas",iconName:"bullhorn",icon:[512,512,[128226,128363],"f0a1","M461.2 18.9C472.7 24 480 35.4 480 48l0 416c0 12.6-7.3 24-18.8 29.1s-24.8 3.2-34.3-5.1l-46.6-40.7c-43.6-38.1-98.7-60.3-156.4-63l0 95.7c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-96C57.3 384 0 326.7 0 256S57.3 128 128 128l84.5 0c61.8-.2 121.4-22.7 167.9-63.3l46.6-40.7c9.4-8.3 22.9-10.2 34.3-5.1zM224 320l0 .2c70.3 2.7 137.8 28.5 192 73.4l0-275.3c-54.2 44.9-121.7 70.7-192 73.4L224 320z"]},$8={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},n_={prefix:"fas",iconName:"lock",icon:[384,512,[128274],"f023","M128 96l0 64 128 0 0-64c0-35.3-28.7-64-64-64s-64 28.7-64 64zM64 160l0-64C64 25.3 121.3-32 192-32S320 25.3 320 96l0 64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64z"]},h_={prefix:"fas",iconName:"window-restore",icon:[576,512,[],"f2d2","M512 96L160 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64l-48 0 0-64 48 0 0-192zM0 224c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 224zm64 40c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 240c-13.3 0-24 10.7-24 24z"]},Yd={prefix:"fas",iconName:"download",icon:[448,512,[],"f019","M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 242.7 256 32zM64 320c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-46.9 0-56.6 56.6c-31.2 31.2-81.9 31.2-113.1 0L110.9 320 64 320zm304 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},a9={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M256 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-160z"]},q9={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-200.6c0-17.4-7.1-34.1-19.7-46.2L370.6 17.8C358.7 6.4 342.8 0 326.3 0L192 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-16-64 0 0 16-192 0 0-256 16 0 0-64-16 0z"]},o9={prefix:"fas",iconName:"money-bill-1",icon:[512,512,["money-bill-alt"],"f3d1","M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm192 80a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM64 184l0-48c0-4.4 3.6-8 8-8l48 0c4.4 0 8.1 3.6 7.5 8-3.6 29-26.6 51.9-55.5 55.5-4.4 .5-8-3.1-8-7.5zm0 144c0-4.4 3.6-8.1 8-7.5 29 3.6 51.9 26.6 55.5 55.5 .5 4.4-3.1 8-7.5 8l-48 0c-4.4 0-8-3.6-8-8l0-48zM440 191.5c-29-3.6-51.9-26.6-55.5-55.5-.5-4.4 3.1-8 7.5-8l48 0c4.4 0 8 3.6 8 8l0 48c0 4.4-3.6 8.1-8 7.5zM448 328l0 48c0 4.4-3.6 8-8 8l-48 0c-4.4 0-8.1-3.6-7.5-8 3.6-29 26.6-51.9 55.5-55.5 4.4-.5 8 3.1 8 7.5zM240 188c-11 0-20 9-20 20 0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l48 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0z"]},oy=o9,dy={prefix:"fas",iconName:"eye-slash",icon:[576,512,[],"f070","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM204.5 138.7c23.5-16.8 52.4-26.7 83.5-26.7 79.5 0 144 64.5 144 144 0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7-13.7-51.2-66.4-81.6-117.6-67.9-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zM325.3 395.1c-11.9 3.2-24.4 4.9-37.3 4.9-79.5 0-144-64.5-144-144 0-12.9 1.7-25.4 4.9-37.3L69.4 139.2c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z"]},l9={prefix:"fas",iconName:"bolt",icon:[448,512,[9889,"zap"],"f0e7","M338.8-9.9c11.9 8.6 16.3 24.2 10.9 37.8L271.3 224 416 224c13.5 0 25.5 8.4 30.1 21.1s.7 26.9-9.6 35.5l-288 240c-11.3 9.4-27.4 9.9-39.3 1.3s-16.3-24.2-10.9-37.8L176.7 288 32 288c-13.5 0-25.5-8.4-30.1-21.1s-.7-26.9 9.6-35.5l288-240c11.3-9.4 27.4-9.9 39.3-1.3z"]},my={prefix:"fas",iconName:"burst",icon:[512,512,[],"e4dc","M37.6 4.2C28-2.3 15.2-1.1 7 7S-2.3 28 4.2 37.6l112 163.3-99.6 32.3C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4-52.9 100.6c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1l-52.9-100.6 103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8l-106.5-34.5 25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7-34.5-106.5C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6L200.9 116.2 37.6 4.2z"]},zy={prefix:"fas",iconName:"user-gear",icon:[640,512,["user-cog"],"f4fe","M256.5 8a120 120 0 1 1 0 240 120 120 0 1 1 0-240zM226.7 304l59.4 0 1.5 0c-12.9 26.8-7.8 58.2 11.5 79.5-20.2 22.3-24.8 55.8-9.4 83.4l22.5 40.4c.9 1.6 1.9 3.2 2.9 4.7l-237 0c-16.4 0-29.7-13.3-29.7-29.7 0-98.5 79.8-178.3 178.3-178.3zm205.9-56.4c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 483.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4l0 6.1c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5l0-5.9zm99.9 136.2a52 52 0 1 0 -104 0 52 52 0 1 0 104 0z"]},Gy={prefix:"fas",iconName:"screwdriver-wrench",icon:[576,512,["tools"],"f7d9","M70.8-6.7c5.4-5.4 13.8-6.2 20.2-2L209.9 70.5c8.9 5.9 14.2 15.9 14.2 26.6l0 49.6 90.8 90.8c33.3-15 73.9-8.9 101.2 18.5L542.2 382.1c18.7 18.7 18.7 49.1 0 67.9l-60.1 60.1c-18.7 18.7-49.1 18.7-67.9 0L288.1 384c-27.4-27.4-33.5-67.9-18.5-101.2l-90.8-90.8-49.6 0c-10.7 0-20.7-5.3-26.6-14.2L23.4 58.9c-4.2-6.3-3.4-14.8 2-20.2L70.8-6.7zm145 303.5c-6.3 36.9 2.3 75.9 26.2 107.2l-94.9 95c-28.1 28.1-73.7 28.1-101.8 0s-28.1-73.7 0-101.8l135.4-135.5 35.2 35.1zM384.1 0c20.1 0 39.4 3.7 57.1 10.5 10 3.8 11.8 16.5 4.3 24.1L388.8 91.3c-3 3-4.7 7.1-4.7 11.3l0 41.4c0 8.8 7.2 16 16 16l41.4 0c4.2 0 8.3-1.7 11.3-4.7l56.7-56.7c7.6-7.5 20.3-5.7 24.1 4.3 6.8 17.7 10.5 37 10.5 57.1 0 43.2-17.2 82.3-45 111.1l-49.1-49.1c-33.1-33-78.5-45.7-121.1-38.4l-56.8-56.8 0-29.7-.2-5c-.8-12.4-4.4-24.3-10.5-34.9 29.4-35 73.4-57.2 122.7-57.3z"]},Ky={prefix:"fas",iconName:"route",icon:[512,512,[],"f4d7","M512 96c0 50.2-59.1 125.1-84.6 155-3.8 4.4-9.4 6.1-14.5 5L320 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96 43 96 96s-43 96-96 96l-276.4 0c8.7-9.9 19.3-22.6 30-36.8 6.3-8.4 12.8-17.6 19-27.2L416 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-53 0-96-43-96-96s43-96 96-96l39.8 0c-21-31.5-39.8-67.7-39.8-96 0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8-25.2-27.4-85-97.9-85-148.4 0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},Qy={prefix:"fas",iconName:"angles-up",icon:[384,512,["angle-double-up"],"f102","M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3 329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 329.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"]},ib={prefix:"fas",iconName:"eject",icon:[448,512,[9167],"f052","M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320L48 320c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48l352 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48z"]},hb={prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64zM32 176l448 0 0 240c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-240zm152 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},K_={prefix:"fas",iconName:"sterling-sign",icon:[384,512,[163,"gbp","pound-sign"],"f154","M91.3 288l-34.8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l21.4 0C37.3 147.3 105.1 42 207.6 42l8.2 0c33.6 0 66.2 11.3 92.5 32.2l16.1 12.7c13.9 11 16.2 31.1 5.2 45s-31.1 16.2-45 5.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4l-8.2 0c-57.3 0-94.7 59.9-69.7 111.4 3.6 7.4 6.6 14.9 9.1 22.6l149.5 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-141.2 0c1 35.3-8.7 70.6-28.9 100.9l-18.1 27.1 212.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-272 0c-11.8 0-22.6-6.5-28.2-16.9s-5-23 1.6-32.9l51.2-76.8c13.1-19.6 19.2-42.6 18.2-65.4z"]},Eb={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},Db={prefix:"fas",iconName:"layer-group",icon:[512,512,[],"f5fd","M232.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 149.8C5.4 145.8 0 137.3 0 128s5.4-17.9 13.9-21.8L232.5 5.2zM48.1 218.4l164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 277.8C5.4 273.8 0 265.3 0 256s5.4-17.9 13.9-21.8l34.1-15.8zM13.9 362.2l34.1-15.8 164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 405.8C5.4 401.8 0 393.3 0 384s5.4-17.9 13.9-21.8z"]}},45392:Ae=>{"use strict";var ee;ee=global.process&&global.process.browser?"utf-8":global.process&&global.process.version?parseInt(process.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary":"utf-8",Ae.exports=ee},46391:(Ae,ee,l)=>{"use strict";l.d(ee,{H:()=>ct});var i=l(51585),t=l(45383),p=l(21413),S=l(56977),c=l(4416),e=l(63536),T=l(2615),g=l(73664),d=l(98570),w=l(82571),m=l(95416),P=l(59640),M=l(72200),j=l(20060),U=l(88834),K=l(25596),q=l(9454),G=l(12629),Q=l(71997),$=l(9183),ae=l(52920),ue=l(16038),oe=l(40455),he=l(38288),me=l(29157),Te=l(89587);const D=["scrollContainer"],n=Ce=>({"display-none":Ce}),o=Ce=>({"xs-scroll-y":Ce}),f=Ce=>({"h-50":Ce}),h=()=>[],b=Ce=>({"mr-0":Ce});function A(Ce,ze){if(1&Ce&&g.nrm(0,"qr-code",33),2&Ce){const Z=g.XpG();g.Y8G("value",null==Z.invoice?null:Z.invoice.payment_request)("size",Z.qrWidth)}}function k(Ce,ze){1&Ce&&(g.j41(0,"span",34),g.EFF(1,"N/A"),g.k0s())}function x(Ce,ze){if(1&Ce&&g.nrm(0,"qr-code",33),2&Ce){const Z=g.XpG();g.Y8G("value",null==Z.invoice?null:Z.invoice.payment_request)("size",Z.qrWidth)}}function r(Ce,ze){1&Ce&&(g.j41(0,"span",35),g.EFF(1,"QR Code Not Applicable"),g.k0s())}function _(Ce,ze){1&Ce&&g.nrm(0,"mat-divider",24),2&Ce&&g.Y8G("inset",!0)}function W(Ce,ze){1&Ce&&(g.qex(0),g.EFF(1," (zero amount) "),g.bVm())}function I(Ce,ze){1&Ce&&g.nrm(0,"span",41)}function B(Ce,ze){if(1&Ce&&(g.j41(0,"div",37)(1,"div",38)(2,"span",39),g.EFF(3),g.nI1(4,"number"),g.k0s(),g.DNE(5,I,1,0,"span",40),g.k0s()()),2&Ce){const Z=g.XpG(2);g.R7$(3),g.SpI("",g.bMT(4,2,null==Z.invoice?null:Z.invoice.amt_paid_sat)," Sats"),g.R7$(2),g.Y8G("ngForOf",g.lJ4(4,h).constructor(35))}}function re(Ce,ze){if(1&Ce&&(g.j41(0,"div"),g.EFF(1),g.nI1(2,"number"),g.k0s()),2&Ce){const Z=g.XpG(2);g.R7$(),g.SpI("",g.bMT(2,1,null==Z.invoice?null:Z.invoice.amt_paid_sat)," Sats")}}function pe(Ce,ze){if(1&Ce&&(g.qex(0),g.DNE(1,B,6,5,"div",36)(2,re,3,3,"div",23),g.bVm()),2&Ce){const Z=g.XpG();g.R7$(),g.Y8G("ngIf",Z.flgInvoicePaid),g.R7$(),g.Y8G("ngIf",!Z.flgInvoicePaid)}}function be(Ce,ze){1&Ce&&(g.j41(0,"span"),g.EFF(1,"-"),g.k0s())}function Be(Ce,ze){1&Ce&&g.nrm(0,"mat-spinner",43),2&Ce&&g.Y8G("diameter",20)}function _e(Ce,ze){if(1&Ce&&(g.qex(0),g.DNE(1,be,2,0,"span",23)(2,Be,1,1,"mat-spinner",42),g.bVm()),2&Ce){const Z=g.XpG();g.R7$(),g.Y8G("ngIf","OPEN"!==(null==Z.invoice?null:Z.invoice.state)||!Z.flgVersionCompatible),g.R7$(),g.Y8G("ngIf","OPEN"===(null==Z.invoice?null:Z.invoice.state)&&Z.flgVersionCompatible)}}function ye(Ce,ze){1&Ce&&g.eu8(0)}function Le(Ce,ze){if(1&Ce&&(g.j41(0,"div"),g.DNE(1,ye,1,0,"ng-container",44),g.k0s()),2&Ce){g.XpG();const Z=g.sdS(79);g.R7$(),g.Y8G("ngTemplateOutlet",Z)}}function Ke(Ce,ze){if(1&Ce){const Z=g.RV6();g.j41(0,"div",45)(1,"button",46),g.bIt("click",function(){T.eBV(Z);const fe=g.XpG();return T.Njj(fe.onScrollDown())}),g.j41(2,"mat-icon",47),g.EFF(3,"arrow_downward"),g.k0s()()()}}function ge(Ce,ze){1&Ce&&(g.j41(0,"p"),g.EFF(1,"Show Advanced"),g.k0s())}function ve(Ce,ze){1&Ce&&(g.j41(0,"p"),g.EFF(1,"Hide Advanced"),g.k0s())}function Oe(Ce,ze){if(1&Ce){const Z=g.RV6();g.j41(0,"button",48),g.bIt("copied",function(fe){T.eBV(Z);const Ie=g.XpG();return T.Njj(Ie.onCopyPayment(fe))}),g.EFF(1),g.k0s()}if(2&Ce){const Z=g.XpG();g.Y8G("payload",null==Z.invoice?null:Z.invoice.payment_request),g.R7$(),g.JRh(Z.screenSize===Z.screenSizeEnum.XS?"Copy Payment":"Copy Payment Request")}}function Ee(Ce,ze){if(1&Ce){const Z=g.RV6();g.j41(0,"button",49),g.bIt("click",function(){T.eBV(Z);const fe=g.XpG();return T.Njj(fe.onClose())}),g.EFF(1,"OK"),g.k0s()}}function dt(Ce,ze){if(1&Ce&&g.nrm(0,"span",64),2&Ce){const Z=g.XpG(4);g.Y8G("ngClass",g.eq3(1,b,Z.screenSize===Z.screenSizeEnum.XS))}}function nt(Ce,ze){if(1&Ce&&g.nrm(0,"span",65),2&Ce){const Z=g.XpG(4);g.Y8G("ngClass",g.eq3(1,b,Z.screenSize===Z.screenSizeEnum.XS))}}function Ct(Ce,ze){if(1&Ce&&g.nrm(0,"span",66),2&Ce){const Z=g.XpG(4);g.Y8G("ngClass",g.eq3(1,b,Z.screenSize===Z.screenSizeEnum.XS))}}function Mt(Ce,ze){if(1&Ce&&(g.j41(0,"div",53)(1,"div",58)(2,"span",59),g.DNE(3,dt,1,3,"span",60)(4,nt,1,3,"span",61)(5,Ct,1,3,"span",62),g.EFF(6),g.k0s(),g.j41(7,"span",63),g.EFF(8),g.nI1(9,"number"),g.k0s()(),g.nrm(10,"mat-divider",24),g.k0s()),2&Ce){const Z=ze.$implicit,J=g.XpG(3);g.R7$(3),g.Y8G("ngIf","SETTLED"===Z.state),g.R7$(),g.Y8G("ngIf","ACCEPTED"===Z.state),g.R7$(),g.Y8G("ngIf","CANCELED"===Z.state),g.R7$(),g.SpI(" ",Z.chan_id," "),g.R7$(2),g.JRh(g.i5U(9,6,+Z.amt_msat/1e3||0,J.getDecimalFormat(Z))),g.R7$(2),g.Y8G("inset",!0)}}function lt(Ce,ze){if(1&Ce){const Z=g.RV6();g.j41(0,"div",19)(1,"mat-expansion-panel",51),g.bIt("opened",function(){T.eBV(Z);const fe=g.XpG(2);return T.Njj(fe.flgOpened=!0)})("closed",function(){T.eBV(Z);const fe=g.XpG(2);return T.Njj(fe.onExpansionClosed())}),g.j41(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",52),g.EFF(5,"HTLCs"),g.k0s()()(),g.j41(6,"div",53)(7,"div",54)(8,"span",55),g.EFF(9,"Channel ID"),g.k0s(),g.j41(10,"span",56),g.EFF(11,"Amount (Sats)"),g.k0s()(),g.nrm(12,"mat-divider",24),g.DNE(13,Mt,11,9,"div",57),g.k0s()()()}if(2&Ce){const Z=g.XpG(2);g.R7$(12),g.Y8G("inset",!0),g.R7$(),g.Y8G("ngForOf",null==Z.invoice?null:Z.invoice.htlcs)}}function Pe(Ce,ze){1&Ce&&g.nrm(0,"mat-divider",24),2&Ce&&g.Y8G("inset",!0)}function Ht(Ce,ze){if(1&Ce&&(g.nrm(0,"mat-divider",24),g.j41(1,"div",19)(2,"div",25)(3,"h4",21),g.EFF(4,"Preimage"),g.k0s(),g.j41(5,"span",26),g.EFF(6),g.k0s()()(),g.nrm(7,"mat-divider",24),g.j41(8,"div",19)(9,"div",20)(10,"h4",21),g.EFF(11,"State"),g.k0s(),g.j41(12,"span",26),g.EFF(13),g.k0s()(),g.j41(14,"div",20)(15,"h4",21),g.EFF(16,"Expiry"),g.k0s(),g.j41(17,"span",26),g.EFF(18),g.nI1(19,"date"),g.k0s()()(),g.nrm(20,"mat-divider",24),g.j41(21,"div",19)(22,"div",20)(23,"h4",21),g.EFF(24,"Private Routing Hints"),g.k0s(),g.j41(25,"span",26),g.EFF(26),g.k0s()(),g.j41(27,"div",20)(28,"h4",21),g.EFF(29,"AMP Invoice"),g.k0s(),g.j41(30,"span",26),g.EFF(31),g.k0s()()(),g.nrm(32,"mat-divider",24),g.DNE(33,lt,14,2,"div",50)(34,Pe,1,1,"mat-divider",17)),2&Ce){const Z=g.XpG();g.Y8G("inset",!0),g.R7$(6),g.JRh((null==Z.invoice?null:Z.invoice.r_preimage)||"-"),g.R7$(),g.Y8G("inset",!0),g.R7$(6),g.JRh(null==Z.invoice?null:Z.invoice.state),g.R7$(5),g.JRh(g.i5U(19,11,1e3*(+(null==Z.invoice?null:Z.invoice.creation_date)+ +(null==Z.invoice?null:Z.invoice.expiry)),"dd/MMM/y HH:mm")),g.R7$(2),g.Y8G("inset",!0),g.R7$(6),g.JRh(null!=Z.invoice&&Z.invoice.private?"Yes":"No"),g.R7$(5),g.JRh(null!=Z.invoice&&Z.invoice.is_amp?"Yes":"No"),g.R7$(),g.Y8G("inset",!0),g.R7$(),g.Y8G("ngIf",(null==Z.invoice?null:Z.invoice.htlcs)&&(null==Z.invoice?null:Z.invoice.htlcs.length)>0),g.R7$(),g.Y8G("ngIf",(null==Z.invoice?null:Z.invoice.htlcs)&&(null==Z.invoice?null:Z.invoice.htlcs.length)>0)}}let ct=(()=>{var Ce;class ze{set container(J){J&&(this.scrollContainer=J)}constructor(J,fe,Ie,ht,li,Qt){this.dialogRef=J,this.data=fe,this.logger=Ie,this.commonService=ht,this.snackBar=li,this.store=Qt,this.faReceipt=t.Mf0,this.showAdvanced=!1,this.newlyAdded=!1,this.invoice=null,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=c.f7,this.flgOpened=!1,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new p.B,new p.B,new p.B,new p.B,new p.B]}ngOnInit(){this.invoice=JSON.parse(JSON.stringify(this.data.invoice)),this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS&&(this.qrWidth=220),this.store.select(e.pI).pipe((0,S.Q)(this.unSubs[0])).subscribe(fe=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(fe.version,"0.11.0")});const J=JSON.parse(JSON.stringify(this.invoice));this.store.select(e.rN).pipe((0,S.Q)(this.unSubs[1])).subscribe(fe=>{const Ie=this.invoice?.state,li=(fe.listInvoices.invoices||[]).find(Qt=>Qt.r_hash===J.r_hash)||null;li&&(this.invoice=li),Ie!==this.invoice?.state&&"SETTLED"===this.invoice?.state&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(fe)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced,this.flgOpened=!1}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+60}onExpansionClosed(){this.flgOpened=!1,this.scrollContainer.nativeElement.scrollTop=0}onCopyPayment(J){this.snackBar.open("Payment request copied."),this.logger.info("Copied Text: "+J)}getDecimalFormat(J){return J.amt_msat<1e3?"1.0-4":"1.0-0"}ngOnDestroy(){this.unSubs.forEach(J=>{J.next(null),J.complete()})}static#e=Ce=()=>(this.\u0275fac=function(fe){return new(fe||ze)(g.rXU(i.CP),g.rXU(i.Vh),g.rXU(d.gP),g.rXU(w.h),g.rXU(m.UG),g.rXU(P.il))},this.\u0275cmp=g.VBU({type:ze,selectors:[["rtl-invoice-information"]],viewQuery:function(fe,Ie){if(1&fe&&g.GBs(D,5),2&fe){let ht;g.mGM(ht=g.lsd())&&(Ie.container=ht.first)}},standalone:!1,decls:80,vars:49,consts:[["scrollContainer",""],["hideAdvancedText",""],["advancedBlock",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"ngClass"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"font-size-300"],[1,"font-size-120"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],[4,"ngTemplateOutlet"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(fe,Ie){if(1&fe){const ht=g.RV6();g.j41(0,"div",3)(1,"div",4),g.DNE(2,A,1,2,"qr-code",5)(3,k,2,0,"span",6),g.k0s(),g.j41(4,"div",7)(5,"mat-card-header",8)(6,"div",9),g.nrm(7,"fa-icon",10),g.j41(8,"span",11),g.EFF(9),g.k0s()(),g.j41(10,"button",12),g.bIt("click",function(){return T.eBV(ht),T.Njj(Ie.onClose())}),g.EFF(11,"X"),g.k0s()(),g.j41(12,"mat-card-content",13)(13,"div",14)(14,"div",15),g.DNE(15,x,1,2,"qr-code",5)(16,r,2,0,"span",16),g.k0s(),g.DNE(17,_,1,1,"mat-divider",17),g.j41(18,"div",18,0)(20,"div",19)(21,"div",20)(22,"h4",21),g.EFF(23),g.k0s(),g.j41(24,"span",22),g.EFF(25),g.nI1(26,"number"),g.DNE(27,W,2,0,"ng-container",23),g.k0s()(),g.j41(28,"div",20)(29,"h4",21),g.EFF(30,"Amount Settled"),g.k0s(),g.j41(31,"span",22),g.DNE(32,pe,3,2,"ng-container",23)(33,_e,3,2,"ng-container",23),g.k0s()()(),g.nrm(34,"mat-divider",24),g.j41(35,"div",19)(36,"div",20)(37,"h4",21),g.EFF(38,"Date Created"),g.k0s(),g.j41(39,"span",22),g.EFF(40),g.nI1(41,"date"),g.k0s()(),g.j41(42,"div",20)(43,"h4",21),g.EFF(44,"Date Settled"),g.k0s(),g.j41(45,"span",22),g.EFF(46),g.nI1(47,"date"),g.k0s()()(),g.nrm(48,"mat-divider",24),g.j41(49,"div",19)(50,"div",25)(51,"h4",21),g.EFF(52,"Memo"),g.k0s(),g.j41(53,"span",22),g.EFF(54),g.k0s()()(),g.nrm(55,"mat-divider",24),g.j41(56,"div",19)(57,"div",25)(58,"h4",21),g.EFF(59,"Payment Request"),g.k0s(),g.j41(60,"span",26),g.EFF(61),g.k0s()()(),g.nrm(62,"mat-divider",24),g.j41(63,"div",19)(64,"div",25)(65,"h4",21),g.EFF(66,"Payment Hash"),g.k0s(),g.j41(67,"span",26),g.EFF(68),g.k0s()()(),g.DNE(69,Le,2,1,"div",23),g.k0s()()(),g.DNE(70,Ke,4,0,"div",27),g.j41(71,"div",28)(72,"button",29),g.bIt("click",function(){return T.eBV(ht),T.Njj(Ie.onShowAdvanced())}),g.DNE(73,ge,2,0,"p",30)(74,ve,2,0,"ng-template",null,1,g.C5r),g.k0s(),g.DNE(76,Oe,2,2,"button",31)(77,Ee,2,0,"button",32),g.k0s()()(),g.DNE(78,Ht,35,14,"ng-template",null,2,g.C5r)}if(2&fe){const ht=g.sdS(75);g.R7$(),g.Y8G("fxLayoutAlign",null!=Ie.invoice&&Ie.invoice.payment_request&&""!==(null==Ie.invoice?null:Ie.invoice.payment_request)?"center start":"center center")("ngClass",g.eq3(41,n,Ie.screenSize===Ie.screenSizeEnum.XS||Ie.screenSize===Ie.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Ie.invoice?null:Ie.invoice.payment_request)&&""!==(null==Ie.invoice?null:Ie.invoice.payment_request)),g.R7$(),g.Y8G("ngIf",!(null!=Ie.invoice&&Ie.invoice.payment_request)||""===(null==Ie.invoice?null:Ie.invoice.payment_request)),g.R7$(4),g.Y8G("icon",Ie.faReceipt),g.R7$(2),g.JRh(Ie.screenSize===Ie.screenSizeEnum.XS?Ie.newlyAdded?"Created":"Invoice":Ie.newlyAdded?"Invoice Created":"Invoice Information"),g.R7$(3),g.Y8G("ngClass",g.eq3(43,o,Ie.screenSize===Ie.screenSizeEnum.XS)),g.R7$(2),g.Y8G("fxLayoutAlign",null!=Ie.invoice&&Ie.invoice.payment_request&&""!==(null==Ie.invoice?null:Ie.invoice.payment_request)?"center start":"center center")("ngClass",g.eq3(45,n,Ie.screenSize!==Ie.screenSizeEnum.XS&&Ie.screenSize!==Ie.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Ie.invoice?null:Ie.invoice.payment_request)&&""!==(null==Ie.invoice?null:Ie.invoice.payment_request)),g.R7$(),g.Y8G("ngIf",!(null!=Ie.invoice&&Ie.invoice.payment_request)||""===(null==Ie.invoice?null:Ie.invoice.payment_request)),g.R7$(),g.Y8G("ngIf",Ie.screenSize===Ie.screenSizeEnum.XS||Ie.screenSize===Ie.screenSizeEnum.SM),g.R7$(),g.Y8G("ngClass",g.eq3(47,f,(null==Ie.invoice?null:Ie.invoice.htlcs)&&(null==Ie.invoice?null:Ie.invoice.htlcs.length)>0&&Ie.showAdvanced)),g.R7$(5),g.JRh(Ie.screenSize===Ie.screenSizeEnum.XS?"Amount":"Amount Requested"),g.R7$(2),g.SpI("",g.bMT(26,33,(null==Ie.invoice?null:Ie.invoice.value)||0)," Sats"),g.R7$(2),g.Y8G("ngIf",!(null!=Ie.invoice&&Ie.invoice.value)||"0"===(null==Ie.invoice?null:Ie.invoice.value)),g.R7$(5),g.Y8G("ngIf",(null==Ie.invoice?null:Ie.invoice.amt_paid_sat)&&"OPEN"!==(null==Ie.invoice?null:Ie.invoice.state)),g.R7$(),g.Y8G("ngIf",!(null!=Ie.invoice&&Ie.invoice.amt_paid_sat)||"0"===(null==Ie.invoice?null:Ie.invoice.amt_paid_sat)),g.R7$(),g.Y8G("inset",!0),g.R7$(6),g.JRh(g.i5U(41,35,1e3*(null==Ie.invoice?null:Ie.invoice.creation_date),"dd/MMM/y HH:mm")),g.R7$(6),g.JRh(0!=+(null==Ie.invoice?null:Ie.invoice.settle_date)?g.i5U(47,38,1e3*+(null==Ie.invoice?null:Ie.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),g.R7$(2),g.Y8G("inset",!0),g.R7$(6),g.JRh(null==Ie.invoice?null:Ie.invoice.memo),g.R7$(),g.Y8G("inset",!0),g.R7$(6),g.JRh((null==Ie.invoice?null:Ie.invoice.payment_request)||"N/A"),g.R7$(),g.Y8G("inset",!0),g.R7$(6),g.JRh((null==Ie.invoice?null:Ie.invoice.r_hash)||""),g.R7$(),g.Y8G("ngIf",Ie.showAdvanced),g.R7$(),g.Y8G("ngIf",(null==Ie.invoice?null:Ie.invoice.htlcs)&&(null==Ie.invoice?null:Ie.invoice.htlcs.length)>0&&Ie.showAdvanced&&Ie.flgOpened),g.R7$(3),g.Y8G("ngIf",!Ie.showAdvanced)("ngIfElse",ht),g.R7$(3),g.Y8G("ngIf",(null==Ie.invoice?null:Ie.invoice.payment_request)&&""!==(null==Ie.invoice?null:Ie.invoice.payment_request)),g.R7$(),g.Y8G("ngIf",!(null!=Ie.invoice&&Ie.invoice.payment_request)||""===(null==Ie.invoice?null:Ie.invoice.payment_request))}},dependencies:[M.YU,M.Sq,M.bT,M.T3,j.aY,U.$z,U.$0,K.m2,K.MM,q.GK,q.Z2,q.WN,G.An,Q.q,$.LG,ae.DJ,ae.sA,ae.UI,ue.PW,oe.oV,he.Um,me.U,Te.N,M.QX,M.vh],encapsulation:2}))}return Ce(),ze})()},46649:(Ae,ee,l)=>{"use strict";l.d(ee,{S:()=>t});var i=l(54360);function t(p,S,c,e,T){return(g,d)=>{let w=c,m=S,P=0;g.subscribe((0,i._)(d,M=>{const j=P++;m=w?p(m,M,j):(w=!0,M),e&&d.next(m)},T&&(()=>{w&&d.next(m),d.complete()})))}}},46758:Ae=>{"use strict";Ae.exports=TypeError},46854:(Ae,ee,l)=>{var i=l(13546);function t(p){return p._prev=p._cipher.encryptBlock(p._prev),p._prev}ee.encrypt=function(p,S){for(;p._cache.length{function l(i){if("number"==typeof i&&(i=i.toString()),"string"!=typeof i)throw new Error("Color should be defined as hex string");let t=i.slice().replace("#","").split("");if(t.length<3||5===t.length||t.length>8)throw new Error("Invalid hex color: "+i);(3===t.length||4===t.length)&&(t=Array.prototype.concat.apply([],t.map(function(S){return[S,S]}))),6===t.length&&t.push("F","F");const p=parseInt(t.join(""),16);return{r:p>>24&255,g:p>>16&255,b:p>>8&255,a:255&p,hex:"#"+t.slice(0,6).join("")}}ee.getOptions=function(t){t||(t={}),t.color||(t.color={});const S=t.width&&t.width>=21?t.width:void 0;return{width:S,scale:S?4:t.scale||4,margin:typeof t.margin>"u"||null===t.margin||t.margin<0?4:t.margin,color:{dark:l(t.color.dark||"#000000ff"),light:l(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}},ee.getScale=function(t,p){return p.width&&p.width>=t+2*p.margin?p.width/(t+2*p.margin):p.scale},ee.getImageWidth=function(t,p){const S=ee.getScale(t,p);return Math.floor((t+2*p.margin)*S)},ee.qrToImageData=function(t,p,S){const c=p.modules.size,e=p.modules.data,T=ee.getScale(c,S),g=Math.floor((c+2*S.margin)*T),d=S.margin*T,w=[S.color.light,S.color.dark];for(let m=0;m=d&&P>=d&&m{"use strict";l.d(ee,{T:()=>c});var i=l(96780),p=l(39687);const c=new class S extends p.q{}(class t extends i.R{constructor(g,d){super(g,d),this.scheduler=g,this.work=d}schedule(g,d=0){return d>0?super.schedule(g,d):(this.delay=d,this.state=g,this.scheduler.flush(this),this)}execute(g,d){return d>0||this.closed?super.execute(g,d):this._execute(g,d)}requestAsyncId(g,d,w=0){return null!=w&&w>0||null==w&&this.delay>0?super.requestAsyncId(g,d,w):(g.flush(this),0)}})},47358:(Ae,ee,l)=>{"use strict";l.d(ee,{Zh:()=>ue,d6:()=>m,jH:()=>Q,lQ:()=>K,pO:()=>q,q1:()=>M,wx:()=>U,yI:()=>P});var i=l(72279),t=l(2615),p=l(73664),S=l(17705),c=l(22466),e=l(14117),T=l(84412),g=l(57786),d=l(96354);let m=(()=>{class oe extends i.xn{get tabIndexInputBinding(){return this._tabIndexInputBinding}set tabIndexInputBinding(me){this._tabIndexInputBinding=me}_tabIndexInputBinding;defaultTabIndex=0;_getTabindexAttribute(){return function w(oe){return!!oe._isNoopTreeKeyManager}(this._tree._keyManager)?this.tabIndexInputBinding:this._tabindex}get disabled(){return this.isDisabled}set disabled(me){this.isDisabled=me}constructor(){super();const me=(0,t.WQX)(new S.ES_("tabindex"),{optional:!0});this.tabIndexInputBinding=Number(me)||this.defaultTabIndex}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}static \u0275fac=function(Te){return new(Te||oe)};static \u0275dir=p.FsC({type:oe,selectors:[["mat-tree-node"]],hostAttrs:[1,"mat-tree-node"],hostVars:5,hostBindings:function(Te,D){1&Te&&p.bIt("click",function(){return D._focusItem()}),2&Te&&(p.Avn("tabIndex",D._getTabindexAttribute()),p.BMQ("aria-expanded",D._getAriaExpanded())("aria-level",D.level+1)("aria-posinset",D._getPositionInSet())("aria-setsize",D._getSetSize()))},inputs:{tabIndexInputBinding:[2,"tabIndex","tabIndexInputBinding",me=>null==me?0:(0,S.Udg)(me)],disabled:[2,"disabled","disabled",S.L39]},outputs:{activation:"activation",expandedChange:"expandedChange"},exportAs:["matTreeNode"],features:[p.Jv_([{provide:i.xn,useExisting:oe}]),p.Vt3]})}return oe})(),P=(()=>{class oe extends i.Sz{data;static \u0275fac=(()=>{let me;return function(D){return(me||(me=p.xGo(oe)))(D||oe)}})();static \u0275dir=p.FsC({type:oe,selectors:[["","matTreeNodeDef",""]],inputs:{when:[0,"matTreeNodeDefWhen","when"],data:[0,"matTreeNode","data"]},features:[p.Jv_([{provide:i.Sz,useExisting:oe}]),p.Vt3]})}return oe})(),M=(()=>{class oe extends i.s3{node;get disabled(){return this.isDisabled}set disabled(me){this.isDisabled=me}get tabIndex(){return this.isDisabled?-1:this._tabIndex}set tabIndex(me){this._tabIndex=me}_tabIndex;ngOnInit(){super.ngOnInit()}ngAfterContentInit(){super.ngAfterContentInit()}ngOnDestroy(){super.ngOnDestroy()}static \u0275fac=(()=>{let me;return function(D){return(me||(me=p.xGo(oe)))(D||oe)}})();static \u0275dir=p.FsC({type:oe,selectors:[["mat-nested-tree-node"]],hostAttrs:[1,"mat-nested-tree-node"],inputs:{node:[0,"matNestedTreeNode","node"],disabled:[2,"disabled","disabled",S.L39],tabIndex:[2,"tabIndex","tabIndex",me=>null==me?0:(0,S.Udg)(me)]},outputs:{activation:"activation",expandedChange:"expandedChange"},exportAs:["matNestedTreeNode"],features:[p.Jv_([{provide:i.s3,useExisting:oe},{provide:i.xn,useExisting:oe},{provide:i.kZ,useExisting:oe}]),p.Vt3]})}return oe})(),U=(()=>{class oe{viewContainer=(0,t.WQX)(p.c1b);_node=(0,t.WQX)(i.kZ,{optional:!0});static \u0275fac=function(Te){return new(Te||oe)};static \u0275dir=p.FsC({type:oe,selectors:[["","matTreeNodeOutlet",""]],features:[p.Jv_([{provide:i.a$,useExisting:oe}])]})}return oe})(),K=(()=>{class oe extends i.NL{_nodeOutlet=void 0;static \u0275fac=(()=>{let me;return function(D){return(me||(me=p.xGo(oe)))(D||oe)}})();static \u0275cmp=p.VBU({type:oe,selectors:[["mat-tree"]],viewQuery:function(Te,D){if(1&Te&&p.GBs(U,7),2&Te){let n;p.mGM(n=p.lsd())&&(D._nodeOutlet=n.first)}},hostAttrs:[1,"mat-tree"],exportAs:["matTree"],features:[p.Jv_([{provide:i.NL,useExisting:oe}]),p.Vt3],decls:1,vars:0,consts:[["matTreeNodeOutlet",""]],template:function(Te,D){1&Te&&p.eu8(0,0)},dependencies:[U],styles:[".mat-tree{display:block;background-color:var(--mat-tree-container-background-color, var(--mat-sys-surface))}.mat-tree-node,.mat-nested-tree-node{color:var(--mat-tree-node-text-color, var(--mat-sys-on-surface));font-family:var(--mat-tree-node-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-tree-node-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-tree-node-text-weight, var(--mat-sys-body-large-weight))}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word;min-height:var(--mat-tree-node-min-height, 48px)}.mat-nested-tree-node{border-bottom-width:0}\n"],encapsulation:2})}return oe})(),q=(()=>{class oe extends i.Hy{static \u0275fac=(()=>{let me;return function(D){return(me||(me=p.xGo(oe)))(D||oe)}})();static \u0275dir=p.FsC({type:oe,selectors:[["","matTreeNodeToggle",""]],inputs:{recursive:[0,"matTreeNodeToggleRecursive","recursive"]},features:[p.Jv_([{provide:i.Hy,useExisting:oe}]),p.Vt3]})}return oe})(),Q=(()=>{class oe{static \u0275fac=function(Te){return new(Te||oe)};static \u0275mod=p.$C({type:oe});static \u0275inj=t.G2t({imports:[i.Dc,c.y,c.y]})}return oe})();class ue extends e.q{get data(){return this._data.value}set data(he){this._data.next(he)}_data=new T.t([]);connect(he){return(0,g.h)(he.viewChange,this._data).pipe((0,d.T)(()=>this.data))}disconnect(){}}},47424:(Ae,ee)=>{ee.L={bit:1},ee.M={bit:0},ee.Q={bit:3},ee.H={bit:2},ee.isValid=function(t){return t&&typeof t.bit<"u"&&t.bit>=0&&t.bit<4},ee.from=function(t,p){if(ee.isValid(t))return t;try{return function l(i){if("string"!=typeof i)throw new Error("Param is not a string");switch(i.toLowerCase()){case"l":case"low":return ee.L;case"m":case"medium":return ee.M;case"q":case"quartile":return ee.Q;case"h":case"high":return ee.H;default:throw new Error("Unknown EC Level: "+i)}}(t)}catch{return p}}},47441:(Ae,ee,l)=>{"use strict";l.d(ee,{X:()=>i});const i=t=>t&&"number"==typeof t.length&&"function"!=typeof t},47707:(Ae,ee,l)=>{"use strict";l.d(ee,{Ms:()=>K,vU:()=>P});var i=l(98071),t=l(18359),p=l(41026),S=l(45334),c=l(85343);const e=d("C",void 0,void 0);function d(ae,ue,oe){return{kind:ae,value:ue,error:oe}}var w=l(19270),m=l(49786);class P extends t.yU{constructor(ue){super(),this.isStopped=!1,ue?(this.destination=ue,(0,t.Uv)(ue)&&ue.add(this)):this.destination=$}static create(ue,oe,he){return new K(ue,oe,he)}next(ue){this.isStopped?Q(function g(ae){return d("N",ae,void 0)}(ue),this):this._next(ue)}error(ue){this.isStopped?Q(function T(ae){return d("E",void 0,ae)}(ue),this):(this.isStopped=!0,this._error(ue))}complete(){this.isStopped?Q(e,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(ue){this.destination.next(ue)}_error(ue){try{this.destination.error(ue)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const M=Function.prototype.bind;function j(ae,ue){return M.call(ae,ue)}class U{constructor(ue){this.partialObserver=ue}next(ue){const{partialObserver:oe}=this;if(oe.next)try{oe.next(ue)}catch(he){q(he)}}error(ue){const{partialObserver:oe}=this;if(oe.error)try{oe.error(ue)}catch(he){q(he)}else q(ue)}complete(){const{partialObserver:ue}=this;if(ue.complete)try{ue.complete()}catch(oe){q(oe)}}}class K extends P{constructor(ue,oe,he){let me;if(super(),(0,i.T)(ue)||!ue)me={next:ue??void 0,error:oe??void 0,complete:he??void 0};else{let Te;this&&p.$.useDeprecatedNextContext?(Te=Object.create(ue),Te.unsubscribe=()=>this.unsubscribe(),me={next:ue.next&&j(ue.next,Te),error:ue.error&&j(ue.error,Te),complete:ue.complete&&j(ue.complete,Te)}):me=ue}this.destination=new U(me)}}function q(ae){p.$.useDeprecatedSynchronousErrorHandling?(0,m.l)(ae):(0,S.m)(ae)}function Q(ae,ue){const{onStoppedNotification:oe}=p.$;oe&&w.f.setTimeout(()=>oe(ae,ue))}const $={closed:!0,next:c.l,error:function G(ae){throw ae},complete:c.l}},47740:(Ae,ee,l)=>{var i=ee;i._reverse=function(p){var S={};return Object.keys(p).forEach(function(c){(0|c)==c&&(c|=0),S[p[c]]=c}),S},i.der=l(36283)},47765:Ae=>{Ae.exports=function(){throw new Error("Readable.from is not available in the browser")}},47790:()=>{},47849:(Ae,ee,l)=>{"use strict";var i=l(9656);function p(x){var r=this;this.next=null,this.entry=null,this.finish=function(){!function k(x,r,_){var W=x.entry;for(x.entry=null;W;){var I=W.callback;r.pendingcb--,I(_),W=W.next}r.corkedRequestsFree.next=x}(r,x)}}Ae.exports=q;var c,S=!process.browser&&["v0.10","v0.9."].indexOf(process.version.slice(0,5))>-1?setImmediate:i.nextTick;q.WritableState=U;var e=Object.create(l(27637));e.inherits=l(71993);var K,T={deprecate:l(3398)},g=l(18342),d=l(2655).Buffer,w=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},M=l(21509);function j(){}function U(x,r){c=c||l(74075);var _=r instanceof c;this.objectMode=!!(x=x||{}).objectMode,_&&(this.objectMode=this.objectMode||!!x.writableObjectMode);var W=x.highWaterMark,I=x.writableHighWaterMark;this.highWaterMark=W||0===W?W:_&&(I||0===I)?I:this.objectMode?16:16384,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===x.decodeStrings),this.defaultEncoding=x.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(pe){!function me(x,r){var _=x._writableState,W=_.sync,I=_.writecb;if(function he(x){x.writing=!1,x.writecb=null,x.length-=x.writelen,x.writelen=0}(_),r)!function oe(x,r,_,W,I){--r.pendingcb,_?(i.nextTick(I,W),i.nextTick(b,x,r),x._writableState.errorEmitted=!0,x.emit("error",W)):(I(W),x._writableState.errorEmitted=!0,x.emit("error",W),b(x,r))}(x,_,W,r,I);else{var B=o(_);!B&&!_.corked&&!_.bufferProcessing&&_.bufferedRequest&&n(x,_),W?S(Te,x,_,B,I):Te(x,_,B,I)}}(r,pe)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new p(this)}function q(x){if(c=c||l(74075),!(K.call(q,this)||this instanceof c))return new q(x);this._writableState=new U(x,this),this.writable=!0,x&&("function"==typeof x.write&&(this._write=x.write),"function"==typeof x.writev&&(this._writev=x.writev),"function"==typeof x.destroy&&(this._destroy=x.destroy),"function"==typeof x.final&&(this._final=x.final)),g.call(this)}function ue(x,r,_,W,I,B,re){r.writelen=W,r.writecb=re,r.writing=!0,r.sync=!0,_?x._writev(I,r.onwrite):x._write(I,B,r.onwrite),r.sync=!1}function Te(x,r,_,W){_||function D(x,r){0===r.length&&r.needDrain&&(r.needDrain=!1,x.emit("drain"))}(x,r),r.pendingcb--,W(),b(x,r)}function n(x,r){r.bufferProcessing=!0;var _=r.bufferedRequest;if(x._writev&&_&&_.next){var I=new Array(r.bufferedRequestCount),B=r.corkedRequestsFree;B.entry=_;for(var re=0,pe=!0;_;)I[re]=_,_.isBuf||(pe=!1),_=_.next,re+=1;I.allBuffers=pe,ue(x,r,!0,r.length,I,"",B.finish),r.pendingcb++,r.lastBufferedRequest=null,B.next?(r.corkedRequestsFree=B.next,B.next=null):r.corkedRequestsFree=new p(r),r.bufferedRequestCount=0}else{for(;_;){var be=_.chunk;if(ue(x,r,!1,r.objectMode?1:be.length,be,_.encoding,_.callback),_=_.next,r.bufferedRequestCount--,r.writing)break}null===_&&(r.lastBufferedRequest=null)}r.bufferedRequest=_,r.bufferProcessing=!1}function o(x){return x.ending&&0===x.length&&null===x.bufferedRequest&&!x.finished&&!x.writing}function f(x,r){x._final(function(_){r.pendingcb--,_&&x.emit("error",_),r.prefinished=!0,x.emit("prefinish"),b(x,r)})}function b(x,r){var _=o(r);return _&&(function h(x,r){!r.prefinished&&!r.finalCalled&&("function"==typeof x._final?(r.pendingcb++,r.finalCalled=!0,i.nextTick(f,x,r)):(r.prefinished=!0,x.emit("prefinish")))}(x,r),0===r.pendingcb&&(r.finished=!0,x.emit("finish"))),_}e.inherits(q,g),U.prototype.getBuffer=function(){for(var r=this.bufferedRequest,_=[];r;)_.push(r),r=r.next;return _},function(){try{Object.defineProperty(U.prototype,"buffer",{get:T.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(K=Function.prototype[Symbol.hasInstance],Object.defineProperty(q,Symbol.hasInstance,{value:function(x){return!!K.call(this,x)||this===q&&x&&x._writableState instanceof U}})):K=function(x){return x instanceof this},q.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},q.prototype.write=function(x,r,_){var W=this._writableState,I=!1,B=!W.objectMode&&function P(x){return d.isBuffer(x)||x instanceof w}(x);return B&&!d.isBuffer(x)&&(x=function m(x){return d.from(x)}(x)),"function"==typeof r&&(_=r,r=null),B?r="buffer":r||(r=W.defaultEncoding),"function"!=typeof _&&(_=j),W.ended?function G(x,r){var _=new Error("write after end");x.emit("error",_),i.nextTick(r,_)}(this,_):(B||function Q(x,r,_,W){var I=!0,B=!1;return null===_?B=new TypeError("May not write null values to stream"):"string"!=typeof _&&void 0!==_&&!r.objectMode&&(B=new TypeError("Invalid non-string/buffer chunk")),B&&(x.emit("error",B),i.nextTick(W,B),I=!1),I}(this,W,x,_))&&(W.pendingcb++,I=function ae(x,r,_,W,I,B){if(!_){var re=function $(x,r,_){return!x.objectMode&&!1!==x.decodeStrings&&"string"==typeof r&&(r=d.from(r,_)),r}(r,W,I);W!==re&&(_=!0,I="buffer",W=re)}var pe=r.objectMode?1:W.length;r.length+=pe;var be=r.length-1))throw new TypeError("Unknown encoding: "+r);return this._writableState.defaultEncoding=r,this},Object.defineProperty(q.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),q.prototype._write=function(x,r,_){_(new Error("_write() is not implemented"))},q.prototype._writev=null,q.prototype.end=function(x,r,_){var W=this._writableState;"function"==typeof x?(_=x,x=null,r=null):"function"==typeof r&&(_=r,r=null),null!=x&&this.write(x,r),W.corked&&(W.corked=1,this.uncork()),W.ending||function A(x,r,_){r.ending=!0,b(x,r),_&&(r.finished?i.nextTick(_):x.once("finish",_)),r.ended=!0,x.writable=!1}(this,W,_)},Object.defineProperty(q.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(x){this._writableState&&(this._writableState.destroyed=x)}}),q.prototype.destroy=M.destroy,q.prototype._undestroy=M.undestroy,q.prototype._destroy=function(x,r){this.end(),r(x)}},47851:(Ae,ee,l)=>{var i=l(41876);ee.encode=i.encode,ee.decode=i.decode},47860:(Ae,ee,l)=>{"use strict";l.d(ee,{BD:()=>c,CZ:()=>S,r5:()=>i});var i=function(e){return e[e.NORMAL=0]="NORMAL",e[e.NEGATED=1]="NEGATED",e[e.INVERTED=2]="INVERTED",e}(i||{});let t,p;function S(){if(null==p){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return p=!1,p;if(document.documentElement?.style&&"scrollBehavior"in document.documentElement.style)p=!0;else{const e=Element.prototype.scrollTo;p=!!e&&!/\{\s*\[native code\]\s*\}/.test(e.toString())}}return p}function c(){if("object"!=typeof document||!document)return i.NORMAL;if(null==t){const e=document.createElement("div"),T=e.style;e.dir="rtl",T.width="1px",T.overflow="auto",T.visibility="hidden",T.pointerEvents="none",T.position="absolute";const g=document.createElement("div"),d=g.style;d.width="2px",d.height="1px",e.appendChild(g),document.body.appendChild(e),t=i.NORMAL,0===e.scrollLeft&&(e.scrollLeft=1,t=0===e.scrollLeft?i.NEGATED:i.INVERTED),e.remove()}return t}},48128:(Ae,ee,l)=>{"use strict";var i=l(31358),t=l(4570),p=l(61885),S=l(98910);Ae.exports=function(e){var T=p(arguments),g=e.length-(arguments.length-1);return i(T,1+(g>0?g:0),!0)},t?t(Ae.exports,"apply",{value:S}):Ae.exports.apply=S},48440:(Ae,ee,l)=>{"use strict";l.d(ee,{Ag:()=>b,Bg:()=>G,EF:()=>k,H8:()=>f,Ht:()=>e,JC:()=>M,KE:()=>g,KO:()=>I,KZ:()=>h,Ny:()=>A,TO:()=>q,Wu:()=>$,XR:()=>oe,a7:()=>D,bh:()=>c,j2:()=>Be,mC:()=>_e,mK:()=>m,n5:()=>re,nR:()=>T,pL:()=>w,s0:()=>Le,si:()=>ue});let i=null,t=!1,p=1,S=null;const c=Symbol("SIGNAL");function e(ge){const ve=i;return i=ge,ve}function T(){return i}function g(){return t}const w={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function m(ge){if(t)throw new Error("");if(null===i)return;i.consumerOnSignalRead(ge);const ve=i.producersTail;if(void 0!==ve&&ve.producer===ge)return;let Oe;const Ee=i.recomputing;if(Ee&&(Oe=void 0!==ve?ve.nextProducer:i.producers,void 0!==Oe&&Oe.producer===ge))return i.producersTail=Oe,void(Oe.lastReadVersion=ge.version);const dt=ge.consumersTail;if(void 0!==dt&&dt.consumer===i&&(!Ee||function o(ge,ve){const Oe=ve.producersTail;if(void 0!==Oe){let Ee=ve.producers;do{if(Ee===ge)return!0;if(Ee===Oe)break;Ee=Ee.nextProducer}while(void 0!==Ee)}return!1}(dt,i)))return;const nt=Te(i),Ct={producer:ge,consumer:i,nextProducer:Oe,prevConsumer:dt,lastReadVersion:ge.version,nextConsumer:void 0};i.producersTail=Ct,void 0!==ve?ve.nextProducer=Ct:i.producers=Ct,nt&&he(ge,Ct)}function M(ge){if((!Te(ge)||ge.dirty)&&(ge.dirty||ge.lastCleanEpoch!==p)){if(!ge.producerMustRecompute(ge)&&!ue(ge))return void q(ge);ge.producerRecomputeValue(ge),q(ge)}}function j(ge){if(void 0===ge.consumers)return;const ve=t;t=!0;try{for(let Oe=ge.consumers;void 0!==Oe;Oe=Oe.nextConsumer){const Ee=Oe.consumer;Ee.dirty||K(Ee)}}finally{t=ve}}function U(){return!1!==i?.consumerAllowSignalWrites}function K(ge){ge.dirty=!0,j(ge),ge.consumerMarkedDirty?.(ge)}function q(ge){ge.dirty=!1,ge.lastCleanEpoch=p}function G(ge){return ge&&function Q(ge){ge.producersTail=void 0,ge.recomputing=!0}(ge),e(ge)}function $(ge,ve){e(ve),ge&&function ae(ge){ge.recomputing=!1;const ve=ge.producersTail;let Oe=void 0!==ve?ve.nextProducer:ge.producers;if(void 0!==Oe){if(Te(ge))do{Oe=me(Oe)}while(void 0!==Oe);void 0!==ve?ve.nextProducer=void 0:ge.producers=void 0}}(ge)}function ue(ge){for(let ve=ge.producers;void 0!==ve;ve=ve.nextProducer){const Oe=ve.producer,Ee=ve.lastReadVersion;if(Ee!==Oe.version||(M(Oe),Ee!==Oe.version))return!0}return!1}function oe(ge){if(Te(ge)){let ve=ge.producers;for(;void 0!==ve;)ve=me(ve)}ge.producers=void 0,ge.producersTail=void 0,ge.consumers=void 0,ge.consumersTail=void 0}function he(ge,ve){const Oe=ge.consumersTail,Ee=Te(ge);if(void 0!==Oe?(ve.nextConsumer=Oe.nextConsumer,Oe.nextConsumer=ve):(ve.nextConsumer=void 0,ge.consumers=ve),ve.prevConsumer=Oe,ge.consumersTail=ve,!Ee)for(let dt=ge.producers;void 0!==dt;dt=dt.nextProducer)he(dt.producer,dt)}function me(ge){const ve=ge.producer,Oe=ge.nextProducer,Ee=ge.nextConsumer,dt=ge.prevConsumer;if(ge.nextConsumer=void 0,ge.prevConsumer=void 0,void 0!==Ee?Ee.prevConsumer=dt:ve.consumersTail=dt,void 0!==dt)dt.nextConsumer=Ee;else if(ve.consumers=Ee,!Te(ve)){let nt=ve.producers;for(;void 0!==nt;)nt=me(nt)}return Oe}function Te(ge){return ge.consumerIsAlwaysLive||void 0!==ge.consumers}function D(ge){S?.(ge)}function f(ge,ve){return Object.is(ge,ve)}function h(ge,ve){const Oe=Object.create(x);Oe.computation=ge,void 0!==ve&&(Oe.equal=ve);const Ee=()=>{if(M(Oe),m(Oe),Oe.value===k)throw Oe.error;return Oe.value};return Ee[c]=Oe,D(Oe),Ee}const b=Symbol("UNSET"),A=Symbol("COMPUTING"),k=Symbol("ERRORED"),x={...w,value:b,dirty:!0,error:null,equal:f,kind:"computed",producerMustRecompute:ge=>ge.value===b||ge.value===A,producerRecomputeValue(ge){if(ge.value===A)throw new Error("");const ve=ge.value;ge.value=A;const Oe=G(ge);let Ee,dt=!1;try{Ee=ge.computation(),e(null),dt=ve!==b&&ve!==k&&Ee!==k&&ge.equal(ve,Ee)}catch(nt){Ee=k,ge.error=nt}finally{$(ge,Oe)}dt?ge.value=ve:(ge.value=Ee,ge.version++)}};let _=function r(){throw new Error};function W(ge){_(ge)}function I(ge){_=ge}let B=null;function re(ge,ve){const Oe=Object.create(Le);Oe.value=ge,void 0!==ve&&(Oe.equal=ve);const Ee=()=>function be(ge){return m(ge),ge.value}(Oe);return Ee[c]=Oe,D(Oe),[Ee,Ct=>Be(Oe,Ct),Ct=>_e(Oe,Ct)]}function Be(ge,ve){U()||W(ge),ge.equal(ge.value,ve)||(ge.value=ve,function Ke(ge){ge.version++,function P(){p++}(),j(ge),B?.(ge)}(ge))}function _e(ge,ve){U()||W(ge),Be(ge,ve(ge.value))}const Le={...w,equal:f,value:void 0,kind:"signal"}},48585:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(70463),p=l(27054).Buffer,S=[1518500249,1859775393,-1894007588,-899497514],c=new Array(80);function e(){this.init(),this._w=c,t.call(this,64,56)}function T(w){return w<<5|w>>>27}function g(w){return w<<30|w>>>2}function d(w,m,P,M){return 0===w?m&P|~m&M:2===w?m&P|m&M|P&M:m^P^M}i(e,t),e.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},e.prototype._update=function(w){for(var m=this._w,P=0|this._a,M=0|this._b,j=0|this._c,U=0|this._d,K=0|this._e,q=0;q<16;++q)m[q]=w.readInt32BE(4*q);for(;q<80;++q)m[q]=m[q-3]^m[q-8]^m[q-14]^m[q-16];for(var G=0;G<80;++G){var Q=~~(G/20),$=T(P)+d(Q,M,j,U)+K+m[G]+S[Q]|0;K=U,U=j,j=g(M),M=P,P=$}this._a=P+this._a|0,this._b=M+this._b|0,this._c=j+this._c|0,this._d=U+this._d|0,this._e=K+this._e|0},e.prototype._hash=function(){var w=p.allocUnsafe(20);return w.writeInt32BE(0|this._a,0),w.writeInt32BE(0|this._b,4),w.writeInt32BE(0|this._c,8),w.writeInt32BE(0|this._d,12),w.writeInt32BE(0|this._e,16),w},Ae.exports=e},49046:(Ae,ee,l)=>{"use strict";l.d(ee,{Y:()=>t});var i=l(73664);let t=(()=>{class p{static \u0275fac=function(e){return new(e||p)};static \u0275cmp=i.VBU({type:p,selectors:[["ng-component"]],exportAs:["cdkVisuallyHidden"],decls:0,vars:0,template:function(e,T){},styles:[".cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}\n"],encapsulation:2,changeDetection:0})}return p})()},49132:Ae=>{"use strict";var l=Object.prototype.toString,i=Math.max,p=function(T,g){for(var d=[],w=0;w{"use strict";l.d(ee,{WB:()=>kt,$Q:()=>di,rW:()=>Ct,rR:()=>W,Sf:()=>ge,z_:()=>te,yY:()=>Oe,gA:()=>Te,$M:()=>nt,uA:()=>Z,Y$:()=>Ie,RH:()=>x});var i=l(2615),t=l(73664),p=l(17705),S=l(57303),c=l(39842),e=l(44522);function T(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}var g=l(88968),d=l(21413),w=l(18359);function m(ce){return null==ce?"":"string"==typeof ce?ce:`${ce}px`}var P=l(80408),M=l(5718),j=l(76939),U=l(47860),K=l(5964),q=l(39974),G=l(54360),$=l(89726),ae=l(61577),ue=l(10438),oe=l(67336),he=l(28203);const me=(0,U.CZ)();function Te(ce){return new D(ce.get(M.Xj),ce.get(i.qQL))}class D{_viewportRuler;_previousHTMLStyles={top:"",left:""};_previousScrollPosition;_isEnabled=!1;_document;constructor(se,ke){this._viewportRuler=se,this._document=ke}attach(){}enable(){if(this._canBeEnabled()){const se=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=se.style.left||"",this._previousHTMLStyles.top=se.style.top||"",se.style.left=m(-this._previousScrollPosition.left),se.style.top=m(-this._previousScrollPosition.top),se.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const se=this._document.documentElement,Ue=se.style,Ne=this._document.body.style,Kt=Ue.scrollBehavior||"",yt=Ne.scrollBehavior||"";this._isEnabled=!1,Ue.left=this._previousHTMLStyles.left,Ue.top=this._previousHTMLStyles.top,se.classList.remove("cdk-global-scrollblock"),me&&(Ue.scrollBehavior=Ne.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),me&&(Ue.scrollBehavior=Kt,Ne.scrollBehavior=yt)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const ke=this._document.documentElement,Ue=this._viewportRuler.getViewportSize();return ke.scrollHeight>Ue.height||ke.scrollWidth>Ue.width}}class f{_scrollDispatcher;_ngZone;_viewportRuler;_config;_scrollSubscription=null;_overlayRef;_initialScrollPosition;constructor(se,ke,Ue,Ne){this._scrollDispatcher=se,this._ngZone=ke,this._viewportRuler=Ue,this._config=Ne}attach(se){this._overlayRef=se}enable(){if(this._scrollSubscription)return;const se=this._scrollDispatcher.scrolled(0).pipe((0,K.p)(ke=>!ke||!this._overlayRef.overlayElement.contains(ke.getElementRef().nativeElement)));this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=se.subscribe(()=>{const ke=this._viewportRuler.getViewportScrollPosition().top;Math.abs(ke-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=se.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}_detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}class b{enable(){}disable(){}attach(){}}function A(ce,se){return se.some(ke=>ce.bottomke.bottom||ce.rightke.right)}function k(ce,se){return se.some(ke=>ce.topke.bottom||ce.leftke.right)}function x(ce,se){return new r(ce.get(M.R),ce.get(M.Xj),ce.get(t.SKi),se)}class r{_scrollDispatcher;_viewportRuler;_ngZone;_config;_scrollSubscription=null;_overlayRef;constructor(se,ke,Ue,Ne){this._scrollDispatcher=se,this._viewportRuler=ke,this._ngZone=Ue,this._config=Ne}attach(se){this._overlayRef=se}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const ke=this._overlayRef.overlayElement.getBoundingClientRect(),{width:Ue,height:Ne}=this._viewportRuler.getViewportSize();A(ke,[{width:Ue,height:Ne,bottom:Ne,right:Ue,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let _=(()=>{class ce{_injector=(0,i.WQX)(i.zZn);constructor(){}noop=()=>new b;close=ke=>function o(ce,se){return new f(ce.get(M.R),ce.get(t.SKi),ce.get(M.Xj),se)}(this._injector,ke);block=()=>Te(this._injector);reposition=ke=>x(this._injector,ke);static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})();class W{positionStrategy;scrollStrategy=new b;panelClass="";hasBackdrop=!1;backdropClass="cdk-overlay-dark-backdrop";disableAnimations;width;height;minWidth;minHeight;maxWidth;maxHeight;direction;disposeOnNavigation=!1;constructor(se){if(se){const ke=Object.keys(se);for(const Ue of ke)void 0!==se[Ue]&&(this[Ue]=se[Ue])}}}class re{connectionPair;scrollableViewProperties;constructor(se,ke){this.connectionPair=se,this.scrollableViewProperties=ke}}let Be=(()=>{class ce{_attachedOverlays=[];_document=(0,i.WQX)(i.qQL);_isAttached;constructor(){}ngOnDestroy(){this.detach()}add(ke){this.remove(ke),this._attachedOverlays.push(ke)}remove(ke){const Ue=this._attachedOverlays.indexOf(ke);Ue>-1&&this._attachedOverlays.splice(Ue,1),0===this._attachedOverlays.length&&this.detach()}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})(),_e=(()=>{class ce extends Be{_ngZone=(0,i.WQX)(t.SKi);_renderer=(0,i.WQX)(t._9s).createRenderer(null,null);_cleanupKeydown;add(ke){super.add(ke),this._isAttached||(this._ngZone.runOutsideAngular(()=>{this._cleanupKeydown=this._renderer.listen("body","keydown",this._keydownListener)}),this._isAttached=!0)}detach(){this._isAttached&&(this._cleanupKeydown?.(),this._isAttached=!1)}_keydownListener=ke=>{const Ue=this._attachedOverlays;for(let Ne=Ue.length-1;Ne>-1;Ne--)if(Ue[Ne]._keydownEvents.observers.length>0){this._ngZone.run(()=>Ue[Ne]._keydownEvents.next(ke));break}};static \u0275fac=(()=>{let ke;return function(Ne){return(ke||(ke=t.xGo(ce)))(Ne||ce)}})();static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})(),ye=(()=>{class ce extends Be{_platform=(0,i.WQX)(c.O);_ngZone=(0,i.WQX)(t.SKi);_renderer=(0,i.WQX)(t._9s).createRenderer(null,null);_cursorOriginalValue;_cursorStyleIsSet=!1;_pointerDownEventTarget;_cleanups;add(ke){if(super.add(ke),!this._isAttached){const Ue=this._document.body,Ne={capture:!0},Kt=this._renderer;this._cleanups=this._ngZone.runOutsideAngular(()=>[Kt.listen(Ue,"pointerdown",this._pointerDownListener,Ne),Kt.listen(Ue,"click",this._clickListener,Ne),Kt.listen(Ue,"auxclick",this._clickListener,Ne),Kt.listen(Ue,"contextmenu",this._clickListener,Ne)]),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=Ue.style.cursor,Ue.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){this._isAttached&&(this._cleanups?.forEach(ke=>ke()),this._cleanups=void 0,this._platform.IOS&&this._cursorStyleIsSet&&(this._document.body.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1)}_pointerDownListener=ke=>{this._pointerDownEventTarget=(0,e.Fb)(ke)};_clickListener=ke=>{const Ue=(0,e.Fb)(ke),Ne="click"===ke.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:Ue;this._pointerDownEventTarget=null;const Kt=this._attachedOverlays.slice();for(let yt=Kt.length-1;yt>-1;yt--){const Vt=Kt[yt];if(Vt._outsidePointerEvents.observers.length<1||!Vt.hasAttached())continue;if(Le(Vt.overlayElement,Ue)||Le(Vt.overlayElement,Ne))break;const Zt=Vt._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>Zt.next(ke)):Zt.next(ke)}};static \u0275fac=(()=>{let ke;return function(Ne){return(ke||(ke=t.xGo(ce)))(Ne||ce)}})();static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})();function Le(ce,se){const ke=typeof ShadowRoot<"u"&&ShadowRoot;let Ue=se;for(;Ue;){if(Ue===ce)return!0;Ue=ke&&Ue instanceof ShadowRoot?Ue.host:Ue.parentNode}return!1}let Ke=(()=>{class ce{static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275cmp=t.VBU({type:ce,selectors:[["ng-component"]],hostAttrs:["cdk-overlay-style-loader",""],decls:0,vars:0,template:function(Ue,Ne){},styles:[".cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed}@layer cdk-overlay{.cdk-overlay-container{z-index:1000}}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute}@layer cdk-overlay{.cdk-global-overlay-wrapper{z-index:1000}}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%}@layer cdk-overlay{.cdk-overlay-pane{z-index:1000}}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation}@layer cdk-overlay{.cdk-overlay-backdrop{z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}@layer cdk-overlay{.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px}@layer cdk-overlay{.cdk-overlay-connected-position-bounding-box{z-index:1000}}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}\n"],encapsulation:2,changeDetection:0})}return ce})(),ge=(()=>{class ce{_platform=(0,i.WQX)(c.O);_containerElement;_document=(0,i.WQX)(i.qQL);_styleLoader=(0,i.WQX)(g.l);constructor(){}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._loadStyles(),this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const ke="cdk-overlay-container";if(this._platform.isBrowser||T()){const Ne=this._document.querySelectorAll(`.${ke}[platform="server"], .${ke}[platform="test"]`);for(let Kt=0;Kt{const se=this.element;clearTimeout(this._fallbackTimeout),this._cleanupTransitionEnd?.(),this._cleanupTransitionEnd=this._renderer.listen(se,"transitionend",this.dispose),this._fallbackTimeout=setTimeout(this.dispose,500),se.style.pointerEvents="none",se.classList.remove("cdk-overlay-backdrop-showing")})}dispose=()=>{clearTimeout(this._fallbackTimeout),this._cleanupClick?.(),this._cleanupTransitionEnd?.(),this._cleanupClick=this._cleanupTransitionEnd=this._fallbackTimeout=void 0,this.element.remove()}}class Oe{_portalOutlet;_host;_pane;_config;_ngZone;_keyboardDispatcher;_document;_location;_outsideClickDispatcher;_animationsDisabled;_injector;_renderer;_backdropClick=new d.B;_attachments=new d.B;_detachments=new d.B;_positionStrategy;_scrollStrategy;_locationChanges=w.yU.EMPTY;_backdropRef=null;_detachContentMutationObserver;_detachContentAfterRenderRef;_previousHostParent;_keydownEvents=new d.B;_outsidePointerEvents=new d.B;_afterNextRenderRef;constructor(se,ke,Ue,Ne,Kt,yt,Vt,Zt,ti,Ye=!1,Nt,Et){this._portalOutlet=se,this._host=ke,this._pane=Ue,this._config=Ne,this._ngZone=Kt,this._keyboardDispatcher=yt,this._document=Vt,this._location=Zt,this._outsideClickDispatcher=ti,this._animationsDisabled=Ye,this._injector=Nt,this._renderer=Et,Ne.scrollStrategy&&(this._scrollStrategy=Ne.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=Ne.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropRef?.element||null}get hostElement(){return this._host}attach(se){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const ke=this._portalOutlet.attach(se);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._afterNextRenderRef?.destroy(),this._afterNextRenderRef=(0,t.mal)(()=>{this.hasAttached()&&this.updatePosition()},{injector:this._injector}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._completeDetachContent(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),"function"==typeof ke?.onDestroy&&ke.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),ke}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const se=this._portalOutlet.detach();return this._detachments.next(),this._completeDetachContent(),this._keyboardDispatcher.remove(this),this._detachContentWhenEmpty(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),se}dispose(){const se=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._backdropRef?.dispose(),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._afterNextRenderRef?.destroy(),this._previousHostParent=this._pane=this._host=this._backdropRef=null,se&&this._detachments.next(),this._detachments.complete(),this._completeDetachContent()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(se){se!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=se,this.hasAttached()&&(se.attach(this),this.updatePosition()))}updateSize(se){this._config={...this._config,...se},this._updateElementSize()}setDirection(se){this._config={...this._config,direction:se},this._updateElementDirection()}addPanelClass(se){this._pane&&this._toggleClasses(this._pane,se,!0)}removePanelClass(se){this._pane&&this._toggleClasses(this._pane,se,!1)}getDirection(){const se=this._config.direction;return se?"string"==typeof se?se:se.value:"ltr"}updateScrollStrategy(se){se!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=se,this.hasAttached()&&(se.attach(this),se.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const se=this._pane.style;se.width=m(this._config.width),se.height=m(this._config.height),se.minWidth=m(this._config.minWidth),se.minHeight=m(this._config.minHeight),se.maxWidth=m(this._config.maxWidth),se.maxHeight=m(this._config.maxHeight)}_togglePointerEvents(se){this._pane.style.pointerEvents=se?"":"none"}_attachBackdrop(){const se="cdk-overlay-backdrop-showing";this._backdropRef?.dispose(),this._backdropRef=new ve(this._document,this._renderer,this._ngZone,ke=>{this._backdropClick.next(ke)}),this._animationsDisabled&&this._backdropRef.element.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropRef.element,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropRef.element,this._host),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this._backdropRef?.element.classList.add(se))}):this._backdropRef.element.classList.add(se)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){this._animationsDisabled?(this._backdropRef?.dispose(),this._backdropRef=null):this._backdropRef?.detach()}_toggleClasses(se,ke,Ue){const Ne=(0,P.F)(ke||[]).filter(Kt=>!!Kt);Ne.length&&(Ue?se.classList.add(...Ne):se.classList.remove(...Ne))}_detachContentWhenEmpty(){let se=!1;try{this._detachContentAfterRenderRef=(0,t.mal)(()=>{se=!0,this._detachContent()},{injector:this._injector})}catch(ke){if(se)throw ke;this._detachContent()}globalThis.MutationObserver&&this._pane&&(this._detachContentMutationObserver||=new globalThis.MutationObserver(()=>{this._detachContent()}),this._detachContentMutationObserver.observe(this._pane,{childList:!0}))}_detachContent(){(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),this._completeDetachContent())}_completeDetachContent(){this._detachContentAfterRenderRef?.destroy(),this._detachContentAfterRenderRef=void 0,this._detachContentMutationObserver?.disconnect()}_disposeScrollStrategy(){const se=this._scrollStrategy;se?.disable(),se?.detach?.()}}const Ee="cdk-overlay-connected-position-bounding-box",dt=/([A-Za-z%]+)$/;function nt(ce,se){return new Ct(se,ce.get(M.Xj),ce.get(i.qQL),ce.get(c.O),ce.get(ge))}class Ct{_viewportRuler;_document;_platform;_overlayContainer;_overlayRef;_isInitialRender;_lastBoundingBoxSize={width:0,height:0};_isPushed=!1;_canPush=!0;_growAfterOpen=!1;_hasFlexibleDimensions=!0;_positionLocked=!1;_originRect;_overlayRect;_viewportRect;_containerRect;_viewportMargin=0;_scrollables=[];_preferredPositions=[];_origin;_pane;_isDisposed;_boundingBox;_lastPosition;_lastScrollVisibility;_positionChanges=new d.B;_resizeSubscription=w.yU.EMPTY;_offsetX=0;_offsetY=0;_transformOriginSelector;_appliedPanelClasses=[];_previousPushAmount;positionChanges=this._positionChanges;get positions(){return this._preferredPositions}constructor(se,ke,Ue,Ne,Kt){this._viewportRuler=ke,this._document=Ue,this._platform=Ne,this._overlayContainer=Kt,this.setOrigin(se)}attach(se){this._validatePositions(),se.hostElement.classList.add(Ee),this._overlayRef=se,this._boundingBox=se.hostElement,this._pane=se.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const se=this._originRect,ke=this._overlayRect,Ue=this._viewportRect,Ne=this._containerRect,Kt=[];let yt;for(let Vt of this._preferredPositions){let Zt=this._getOriginPoint(se,Ne,Vt),ti=this._getOverlayPoint(Zt,ke,Vt),Ye=this._getOverlayFit(ti,ke,Ue,Vt);if(Ye.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(Vt,Zt);this._canFitWithFlexibleDimensions(Ye,ti,Ue)?Kt.push({position:Vt,origin:Zt,overlayRect:ke,boundingBoxRect:this._calculateBoundingBoxRect(Zt,Vt)}):(!yt||yt.overlayFit.visibleAreaZt&&(Zt=Ye,Vt=ti)}return this._isPushed=!1,void this._applyPosition(Vt.position,Vt.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(yt.position,yt.originPoint);this._applyPosition(yt.position,yt.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&Mt(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(Ee),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const se=this._lastPosition;if(se){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const ke=this._getOriginPoint(this._originRect,this._containerRect,se);this._applyPosition(se,ke)}else this.apply()}withScrollableContainers(se){return this._scrollables=se,this}withPositions(se){return this._preferredPositions=se,-1===se.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(se){return this._viewportMargin=se,this}withFlexibleDimensions(se=!0){return this._hasFlexibleDimensions=se,this}withGrowAfterOpen(se=!0){return this._growAfterOpen=se,this}withPush(se=!0){return this._canPush=se,this}withLockedPosition(se=!0){return this._positionLocked=se,this}setOrigin(se){return this._origin=se,this}withDefaultOffsetX(se){return this._offsetX=se,this}withDefaultOffsetY(se){return this._offsetY=se,this}withTransformOriginOn(se){return this._transformOriginSelector=se,this}_getOriginPoint(se,ke,Ue){let Ne,Kt;if("center"==Ue.originX)Ne=se.left+se.width/2;else{const yt=this._isRtl()?se.right:se.left,Vt=this._isRtl()?se.left:se.right;Ne="start"==Ue.originX?yt:Vt}return ke.left<0&&(Ne-=ke.left),Kt="center"==Ue.originY?se.top+se.height/2:"top"==Ue.originY?se.top:se.bottom,ke.top<0&&(Kt-=ke.top),{x:Ne,y:Kt}}_getOverlayPoint(se,ke,Ue){let Ne,Kt;return Ne="center"==Ue.overlayX?-ke.width/2:"start"===Ue.overlayX?this._isRtl()?-ke.width:0:this._isRtl()?0:-ke.width,Kt="center"==Ue.overlayY?-ke.height/2:"top"==Ue.overlayY?0:-ke.height,{x:se.x+Ne,y:se.y+Kt}}_getOverlayFit(se,ke,Ue,Ne){const Kt=Pe(ke);let{x:yt,y:Vt}=se,Zt=this._getOffset(Ne,"x"),ti=this._getOffset(Ne,"y");Zt&&(yt+=Zt),ti&&(Vt+=ti);let Et=0-Vt,Jt=Vt+Kt.height-Ue.height,qe=this._subtractOverflows(Kt.width,0-yt,yt+Kt.width-Ue.width),$e=this._subtractOverflows(Kt.height,Et,Jt),tt=qe*$e;return{visibleArea:tt,isCompletelyWithinViewport:Kt.width*Kt.height===tt,fitsInViewportVertically:$e===Kt.height,fitsInViewportHorizontally:qe==Kt.width}}_canFitWithFlexibleDimensions(se,ke,Ue){if(this._hasFlexibleDimensions){const Ne=Ue.bottom-ke.y,Kt=Ue.right-ke.x,yt=lt(this._overlayRef.getConfig().minHeight),Vt=lt(this._overlayRef.getConfig().minWidth);return(se.fitsInViewportVertically||null!=yt&&yt<=Ne)&&(se.fitsInViewportHorizontally||null!=Vt&&Vt<=Kt)}return!1}_pushOverlayOnScreen(se,ke,Ue){if(this._previousPushAmount&&this._positionLocked)return{x:se.x+this._previousPushAmount.x,y:se.y+this._previousPushAmount.y};const Ne=Pe(ke),Kt=this._viewportRect,yt=Math.max(se.x+Ne.width-Kt.width,0),Vt=Math.max(se.y+Ne.height-Kt.height,0),Zt=Math.max(Kt.top-Ue.top-se.y,0),ti=Math.max(Kt.left-Ue.left-se.x,0);let Ye=0,Nt=0;return Ye=Ne.width<=Kt.width?ti||-yt:se.xqe&&!this._isInitialRender&&!this._growAfterOpen&&(yt=se.y-qe/2)}if("end"===ke.overlayX&&!Ne||"start"===ke.overlayX&&Ne)Et=Ue.width-se.x+2*this._viewportMargin,Ye=se.x-this._viewportMargin;else if("start"===ke.overlayX&&!Ne||"end"===ke.overlayX&&Ne)Nt=se.x,Ye=Ue.right-se.x;else{const Jt=Math.min(Ue.right-se.x+Ue.left,se.x),qe=this._lastBoundingBoxSize.width;Ye=2*Jt,Nt=se.x-Jt,Ye>qe&&!this._isInitialRender&&!this._growAfterOpen&&(Nt=se.x-qe/2)}return{top:yt,left:Nt,bottom:Vt,right:Et,width:Ye,height:Kt}}_setBoundingBoxStyles(se,ke){const Ue=this._calculateBoundingBoxRect(se,ke);!this._isInitialRender&&!this._growAfterOpen&&(Ue.height=Math.min(Ue.height,this._lastBoundingBoxSize.height),Ue.width=Math.min(Ue.width,this._lastBoundingBoxSize.width));const Ne={};if(this._hasExactPosition())Ne.top=Ne.left="0",Ne.bottom=Ne.right=Ne.maxHeight=Ne.maxWidth="",Ne.width=Ne.height="100%";else{const Kt=this._overlayRef.getConfig().maxHeight,yt=this._overlayRef.getConfig().maxWidth;Ne.height=m(Ue.height),Ne.top=m(Ue.top),Ne.bottom=m(Ue.bottom),Ne.width=m(Ue.width),Ne.left=m(Ue.left),Ne.right=m(Ue.right),Ne.alignItems="center"===ke.overlayX?"center":"end"===ke.overlayX?"flex-end":"flex-start",Ne.justifyContent="center"===ke.overlayY?"center":"bottom"===ke.overlayY?"flex-end":"flex-start",Kt&&(Ne.maxHeight=m(Kt)),yt&&(Ne.maxWidth=m(yt))}this._lastBoundingBoxSize=Ue,Mt(this._boundingBox.style,Ne)}_resetBoundingBoxStyles(){Mt(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){Mt(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(se,ke){const Ue={},Ne=this._hasExactPosition(),Kt=this._hasFlexibleDimensions,yt=this._overlayRef.getConfig();if(Ne){const Ye=this._viewportRuler.getViewportScrollPosition();Mt(Ue,this._getExactOverlayY(ke,se,Ye)),Mt(Ue,this._getExactOverlayX(ke,se,Ye))}else Ue.position="static";let Vt="",Zt=this._getOffset(ke,"x"),ti=this._getOffset(ke,"y");Zt&&(Vt+=`translateX(${Zt}px) `),ti&&(Vt+=`translateY(${ti}px)`),Ue.transform=Vt.trim(),yt.maxHeight&&(Ne?Ue.maxHeight=m(yt.maxHeight):Kt&&(Ue.maxHeight="")),yt.maxWidth&&(Ne?Ue.maxWidth=m(yt.maxWidth):Kt&&(Ue.maxWidth="")),Mt(this._pane.style,Ue)}_getExactOverlayY(se,ke,Ue){let Ne={top:"",bottom:""},Kt=this._getOverlayPoint(ke,this._overlayRect,se);return this._isPushed&&(Kt=this._pushOverlayOnScreen(Kt,this._overlayRect,Ue)),"bottom"===se.overlayY?Ne.bottom=this._document.documentElement.clientHeight-(Kt.y+this._overlayRect.height)+"px":Ne.top=m(Kt.y),Ne}_getExactOverlayX(se,ke,Ue){let yt,Ne={left:"",right:""},Kt=this._getOverlayPoint(ke,this._overlayRect,se);return this._isPushed&&(Kt=this._pushOverlayOnScreen(Kt,this._overlayRect,Ue)),yt=this._isRtl()?"end"===se.overlayX?"left":"right":"end"===se.overlayX?"right":"left","right"===yt?Ne.right=this._document.documentElement.clientWidth-(Kt.x+this._overlayRect.width)+"px":Ne.left=m(Kt.x),Ne}_getScrollVisibility(){const se=this._getOriginRect(),ke=this._pane.getBoundingClientRect(),Ue=this._scrollables.map(Ne=>Ne.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:k(se,Ue),isOriginOutsideView:A(se,Ue),isOverlayClipped:k(ke,Ue),isOverlayOutsideView:A(ke,Ue)}}_subtractOverflows(se,...ke){return ke.reduce((Ue,Ne)=>Ue-Math.max(Ne,0),se)}_getNarrowedViewportRect(){const se=this._document.documentElement.clientWidth,ke=this._document.documentElement.clientHeight,Ue=this._viewportRuler.getViewportScrollPosition();return{top:Ue.top+this._viewportMargin,left:Ue.left+this._viewportMargin,right:Ue.left+se-this._viewportMargin,bottom:Ue.top+ke-this._viewportMargin,width:se-2*this._viewportMargin,height:ke-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(se,ke){return"x"===ke?null==se.offsetX?this._offsetX:se.offsetX:null==se.offsetY?this._offsetY:se.offsetY}_validatePositions(){}_addPanelClasses(se){this._pane&&(0,P.F)(se).forEach(ke=>{""!==ke&&-1===this._appliedPanelClasses.indexOf(ke)&&(this._appliedPanelClasses.push(ke),this._pane.classList.add(ke))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(se=>{this._pane.classList.remove(se)}),this._appliedPanelClasses=[])}_getOriginRect(){const se=this._origin;if(se instanceof t.aKT)return se.nativeElement.getBoundingClientRect();if(se instanceof Element)return se.getBoundingClientRect();const ke=se.width||0,Ue=se.height||0;return{top:se.y,bottom:se.y+Ue,left:se.x,right:se.x+ke,height:Ue,width:ke}}}function Mt(ce,se){for(let ke in se)se.hasOwnProperty(ke)&&(ce[ke]=se[ke]);return ce}function lt(ce){if("number"!=typeof ce&&null!=ce){const[se,ke]=ce.split(dt);return ke&&"px"!==ke?null:parseFloat(se)}return ce||null}function Pe(ce){return{top:Math.floor(ce.top),right:Math.floor(ce.right),bottom:Math.floor(ce.bottom),left:Math.floor(ce.left),width:Math.floor(ce.width),height:Math.floor(ce.height)}}const ze="cdk-global-overlay-wrapper";function Z(ce){return new J}class J{_overlayRef;_cssPosition="static";_topOffset="";_bottomOffset="";_alignItems="";_xPosition="";_xOffset="";_width="";_height="";_isDisposed=!1;attach(se){const ke=se.getConfig();this._overlayRef=se,this._width&&!ke.width&&se.updateSize({width:this._width}),this._height&&!ke.height&&se.updateSize({height:this._height}),se.hostElement.classList.add(ze),this._isDisposed=!1}top(se=""){return this._bottomOffset="",this._topOffset=se,this._alignItems="flex-start",this}left(se=""){return this._xOffset=se,this._xPosition="left",this}bottom(se=""){return this._topOffset="",this._bottomOffset=se,this._alignItems="flex-end",this}right(se=""){return this._xOffset=se,this._xPosition="right",this}start(se=""){return this._xOffset=se,this._xPosition="start",this}end(se=""){return this._xOffset=se,this._xPosition="end",this}width(se=""){return this._overlayRef?this._overlayRef.updateSize({width:se}):this._width=se,this}height(se=""){return this._overlayRef?this._overlayRef.updateSize({height:se}):this._height=se,this}centerHorizontally(se=""){return this.left(se),this._xPosition="center",this}centerVertically(se=""){return this.top(se),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const se=this._overlayRef.overlayElement.style,ke=this._overlayRef.hostElement.style,Ue=this._overlayRef.getConfig(),{width:Ne,height:Kt,maxWidth:yt,maxHeight:Vt}=Ue,Zt=!("100%"!==Ne&&"100vw"!==Ne||yt&&"100%"!==yt&&"100vw"!==yt),ti=!("100%"!==Kt&&"100vh"!==Kt||Vt&&"100%"!==Vt&&"100vh"!==Vt),Ye=this._xPosition,Nt=this._xOffset,Et="rtl"===this._overlayRef.getConfig().direction;let Jt="",qe="",$e="";Zt?$e="flex-start":"center"===Ye?($e="center",Et?qe=Nt:Jt=Nt):Et?"left"===Ye||"end"===Ye?($e="flex-end",Jt=Nt):("right"===Ye||"start"===Ye)&&($e="flex-start",qe=Nt):"left"===Ye||"start"===Ye?($e="flex-start",Jt=Nt):("right"===Ye||"end"===Ye)&&($e="flex-end",qe=Nt),se.position=this._cssPosition,se.marginLeft=Zt?"0":Jt,se.marginTop=ti?"0":this._topOffset,se.marginBottom=this._bottomOffset,se.marginRight=Zt?"0":qe,ke.justifyContent=$e,ke.alignItems=ti?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const se=this._overlayRef.overlayElement.style,ke=this._overlayRef.hostElement,Ue=ke.style;ke.classList.remove(ze),Ue.justifyContent=Ue.alignItems=se.marginTop=se.marginBottom=se.marginLeft=se.marginRight=se.position="",this._overlayRef=null,this._isDisposed=!0}}let fe=(()=>{class ce{_injector=(0,i.WQX)(i.zZn);constructor(){}global(){return Z()}flexibleConnectedTo(ke){return nt(this._injector,ke)}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})();function Ie(ce,se){ce.get(g.l).load(Ke);const ke=ce.get(ge),Ue=ce.get(i.qQL),Ne=ce.get($.g),Kt=ce.get(t.o8S),yt=ce.get(ae.dS),Vt=Ue.createElement("div"),Zt=Ue.createElement("div");Zt.id=Ne.getId("cdk-overlay-"),Zt.classList.add("cdk-overlay-pane"),Vt.appendChild(Zt),ke.getContainerElement().appendChild(Vt);const ti=new j.aI(Zt,Kt,ce),Ye=new W(se),Nt=ce.get(t.sFG,null,{optional:!0})||ce.get(t._9s).createRenderer(null,null);return Ye.direction=Ye.direction||yt.value,new Oe(ti,Vt,Zt,Ye,ce.get(t.SKi),ce.get(_e),Ue,ce.get(S.aZ),ce.get(ye),se?.disableAnimations??"NoopAnimations"===ce.get(t.bc$,null,{optional:!0}),ce.get(i.uvJ),Nt)}let ht=(()=>{class ce{scrollStrategies=(0,i.WQX)(_);_positionBuilder=(0,i.WQX)(fe);_injector=(0,i.WQX)(i.zZn);constructor(){}create(ke){return Ie(this._injector,ke)}position(){return this._positionBuilder}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275prov=i.jDH({token:ce,factory:ce.\u0275fac,providedIn:"root"})}return ce})();const li=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],Qt=new i.nKC("cdk-connected-overlay-scroll-strategy",{providedIn:"root",factory:()=>{const ce=(0,i.WQX)(i.zZn);return()=>x(ce)}});let di=(()=>{class ce{elementRef=(0,i.WQX)(t.aKT);constructor(){}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=t.FsC({type:ce,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"]})}return ce})(),kt=(()=>{class ce{_dir=(0,i.WQX)(ae.dS,{optional:!0});_injector=(0,i.WQX)(i.zZn);_overlayRef;_templatePortal;_backdropSubscription=w.yU.EMPTY;_attachSubscription=w.yU.EMPTY;_detachSubscription=w.yU.EMPTY;_positionSubscription=w.yU.EMPTY;_offsetX;_offsetY;_position;_scrollStrategyFactory=(0,i.WQX)(Qt);_disposeOnNavigation=!1;_ngZone=(0,i.WQX)(t.SKi);origin;positions;positionStrategy;get offsetX(){return this._offsetX}set offsetX(ke){this._offsetX=ke,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(ke){this._offsetY=ke,this._position&&this._updatePositionStrategy(this._position)}width;height;minWidth;minHeight;backdropClass;panelClass;viewportMargin=0;scrollStrategy;open=!1;disableClose=!1;transformOriginSelector;hasBackdrop=!1;lockPosition=!1;flexibleDimensions=!1;growAfterOpen=!1;push=!1;get disposeOnNavigation(){return this._disposeOnNavigation}set disposeOnNavigation(ke){this._disposeOnNavigation=ke}backdropClick=new t.bkB;positionChange=new t.bkB;attach=new t.bkB;detach=new t.bkB;overlayKeydown=new t.bkB;overlayOutsideClick=new t.bkB;constructor(){const ke=(0,i.WQX)(t.C4Q),Ue=(0,i.WQX)(t.c1b);this._templatePortal=new j.VA(ke,Ue),this.scrollStrategy=this._scrollStrategyFactory()}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef?.dispose()}ngOnChanges(ke){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef?.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),ke.origin&&this.open&&this._position.apply()),ke.open&&(this.open?this.attachOverlay():this.detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=li);const ke=this._overlayRef=Ie(this._injector,this._buildConfig());this._attachSubscription=ke.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=ke.detachments().subscribe(()=>this.detach.emit()),ke.keydownEvents().subscribe(Ue=>{this.overlayKeydown.next(Ue),Ue.keyCode===ue._f&&!this.disableClose&&!(0,oe.rp)(Ue)&&(Ue.preventDefault(),this.detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(Ue=>{const Ne=this._getOriginElement(),Kt=(0,e.Fb)(Ue);(!Ne||Ne!==Kt&&!Ne.contains(Kt))&&this.overlayOutsideClick.next(Ue)})}_buildConfig(){const ke=this._position=this.positionStrategy||this._createPositionStrategy(),Ue=new W({direction:this._dir||"ltr",positionStrategy:ke,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop,disposeOnNavigation:this.disposeOnNavigation});return(this.width||0===this.width)&&(Ue.width=this.width),(this.height||0===this.height)&&(Ue.height=this.height),(this.minWidth||0===this.minWidth)&&(Ue.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(Ue.minHeight=this.minHeight),this.backdropClass&&(Ue.backdropClass=this.backdropClass),this.panelClass&&(Ue.panelClass=this.panelClass),Ue}_updatePositionStrategy(ke){const Ue=this.positions.map(Ne=>({originX:Ne.originX,originY:Ne.originY,overlayX:Ne.overlayX,overlayY:Ne.overlayY,offsetX:Ne.offsetX||this.offsetX,offsetY:Ne.offsetY||this.offsetY,panelClass:Ne.panelClass||void 0}));return ke.setOrigin(this._getOrigin()).withPositions(Ue).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const ke=nt(this._injector,this._getOrigin());return this._updatePositionStrategy(ke),ke}_getOrigin(){return this.origin instanceof di?this.origin.elementRef:this.origin}_getOriginElement(){return this.origin instanceof di?this.origin.elementRef.nativeElement:this.origin instanceof t.aKT?this.origin.nativeElement:typeof Element<"u"&&this.origin instanceof Element?this.origin:null}attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(ke=>{this.backdropClick.emit(ke)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe(function Q(ce,se=!1){return(0,q.N)((ke,Ue)=>{let Ne=0;ke.subscribe((0,G._)(Ue,Kt=>{const yt=ce(Kt,Ne++);(yt||se)&&Ue.next(Kt),!yt&&Ue.complete()}))})}(()=>this.positionChange.observers.length>0)).subscribe(ke=>{this._ngZone.run(()=>this.positionChange.emit(ke)),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()})),this.open=!0}detachOverlay(){this._overlayRef?.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.open=!1}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=t.FsC({type:ce,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:[0,"cdkConnectedOverlayOrigin","origin"],positions:[0,"cdkConnectedOverlayPositions","positions"],positionStrategy:[0,"cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:[0,"cdkConnectedOverlayOffsetX","offsetX"],offsetY:[0,"cdkConnectedOverlayOffsetY","offsetY"],width:[0,"cdkConnectedOverlayWidth","width"],height:[0,"cdkConnectedOverlayHeight","height"],minWidth:[0,"cdkConnectedOverlayMinWidth","minWidth"],minHeight:[0,"cdkConnectedOverlayMinHeight","minHeight"],backdropClass:[0,"cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:[0,"cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:[0,"cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:[0,"cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:[0,"cdkConnectedOverlayOpen","open"],disableClose:[0,"cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:[0,"cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:[2,"cdkConnectedOverlayHasBackdrop","hasBackdrop",p.L39],lockPosition:[2,"cdkConnectedOverlayLockPosition","lockPosition",p.L39],flexibleDimensions:[2,"cdkConnectedOverlayFlexibleDimensions","flexibleDimensions",p.L39],growAfterOpen:[2,"cdkConnectedOverlayGrowAfterOpen","growAfterOpen",p.L39],push:[2,"cdkConnectedOverlayPush","push",p.L39],disposeOnNavigation:[2,"cdkConnectedOverlayDisposeOnNavigation","disposeOnNavigation",p.L39]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],features:[t.OA$]})}return ce})();const le={provide:Qt,useFactory:function Rt(ce){const se=(0,i.WQX)(i.zZn);return()=>x(se)}};let te=(()=>{class ce{static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275mod=t.$C({type:ce});static \u0275inj=i.G2t({providers:[ht,le],imports:[he.jI,j.jc,M.E9,M.E9]})}return ce})()},49609:(Ae,ee,l)=>{var i=ee;i.bignum=l(96867),i.define=l(16626).define,i.base=l(15066),i.constants=l(47740),i.decoders=l(91558),i.encoders=l(22714)},49786:(Ae,ee,l)=>{"use strict";l.d(ee,{Y:()=>p,l:()=>S});var i=l(41026);let t=null;function p(c){if(i.$.useDeprecatedSynchronousErrorHandling){const e=!t;if(e&&(t={errorThrown:!1,error:null}),c(),e){const{errorThrown:T,error:g}=t;if(t=null,T)throw g}}else c()}function S(c){i.$.useDeprecatedSynchronousErrorHandling&&t&&(t.errorThrown=!0,t.error=c)}},50591:(Ae,ee,l)=>{"use strict";function i(t){return new TypeError(`You provided ${null!==t&&"object"==typeof t?"an invalid object":`'${t}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}l.d(ee,{L:()=>i})},51069:()=>{},51416:Ae=>{Ae.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},51534:(Ae,ee,l)=>{"use strict";l.d(ee,{u:()=>oe});var i=l(29330),t=l(21413),p=l(84412),S=l(7673),c=l(18810),e=l(99437),T=l(61594),g=l(96354),d=l(31397),w=l(56977),m=l(53993),P=l(4416),M=l(12462),j=l(11771),U=l(190),K=l(63536),q=l(59584),G=l(2615),Q=l(59640),$=l(98570),ae=l(95416),ue=l(72200);let oe=(()=>{var he;class me{constructor(D,n,o,f,h){this.httpClient=D,this.store=n,this.logger=o,this.snackBar=f,this.titleCasePipe=h,this.APIUrl=P.H$,this.lnImplementation="",this.lnImplementationUpdated=new p.t(null),this.unSubs=[new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B,new t.B],this.mapAliases=(b,A)=>(b&&b.length>0?b.forEach((k,x)=>{if(A&&A.length>0)for(let r=0;r{let f=this.APIUrl+"/"+o+P.rl.PAYMENTS_API+"/decode/"+D,h="GET",b=null;return"cln"===o&&(f=this.APIUrl+"/"+o+P.rl.UTILITY_API+"/decode",b={string:D},h="POST"),this.store.dispatch((0,j.mt)({payload:P.MZ.DECODE_PAYMENT})),this.httpClient.request(h,f,{body:JSON.stringify(b),headers:{"Content-Type":"application/json"}}).pipe((0,w.Q)(this.unSubs[0]),(0,g.T)(A=>(this.store.dispatch((0,j.y0)({payload:P.MZ.DECODE_PAYMENT})),A)),(0,e.W)(A=>(n?this.handleErrorWithoutAlert("Decode Payment",P.MZ.DECODE_PAYMENT,A):this.handleErrorWithAlert("decodePaymentData",P.MZ.DECODE_PAYMENT,"Decode Payment Failed",f,A),(0,c.$)(()=>new Error(this.extractErrorMessage(A))))))}))}decodePayments(D){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(n=>{let o="",f="",h=null;return"ecl"===n?(o=this.APIUrl+"/"+n+P.rl.PAYMENTS_API+"/getsentinfos",h={payments:D},f=P.MZ.GET_SENT_PAYMENTS):"cln"===n?(o=this.APIUrl+"/"+n+P.rl.UTILITY_API+"/decode",h={string:D},f=P.MZ.DECODE_PAYMENTS):(o=this.APIUrl+"/"+n+P.rl.PAYMENTS_API,h={payments:D},f=P.MZ.DECODE_PAYMENTS),this.store.dispatch((0,j.mt)({payload:f})),this.httpClient.post(o,h).pipe((0,w.Q)(this.unSubs[1]),(0,g.T)(b=>(this.store.dispatch((0,j.y0)({payload:f})),b)),(0,e.W)(b=>(this.handleErrorWithAlert("decodePaymentsData",f,f+" Failed",o,b),(0,c.$)(()=>new Error(this.extractErrorMessage(b))))))}))}getAliasesFromPubkeys(D,n){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(o=>{if(n){const f=(new i.Nl).set("pubkeys",D);return this.httpClient.get(this.APIUrl+"/"+o+P.rl.NETWORK_API+"/nodes",{params:f})}return this.httpClient.get(this.APIUrl+"/"+o+P.rl.NETWORK_API+"/node/"+D)}))}signMessage(D){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(n=>{let o=this.APIUrl+"/"+n+P.rl.MESSAGE_API+"/sign";return"cln"===n&&(o=this.APIUrl+"/"+n+P.rl.UTILITY_API+"/sign"),this.store.dispatch((0,j.mt)({payload:P.MZ.SIGN_MESSAGE})),this.httpClient.post(o,{message:D}).pipe((0,w.Q)(this.unSubs[2]),(0,g.T)(f=>(this.store.dispatch((0,j.y0)({payload:P.MZ.SIGN_MESSAGE})),f)),(0,e.W)(f=>(this.handleErrorWithAlert("signMessageData",P.MZ.SIGN_MESSAGE,"Sign Message Failed",o,f),(0,c.$)(()=>new Error(this.extractErrorMessage(f))))))}))}verifyMessage(D,n){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(o=>{let f="",h=null;return"cln"===o?(f=this.APIUrl+"/"+o+P.rl.UTILITY_API+"/verify",h={message:D,zbase:n}):(f=this.APIUrl+"/"+o+P.rl.MESSAGE_API+"/verify",h={message:D,signature:n}),this.store.dispatch((0,j.mt)({payload:P.MZ.VERIFY_MESSAGE})),this.httpClient.post(f,h).pipe((0,w.Q)(this.unSubs[3]),(0,g.T)(b=>(this.store.dispatch((0,j.y0)({payload:P.MZ.VERIFY_MESSAGE})),b)),(0,e.W)(b=>(this.handleErrorWithAlert("verifyMessageData",P.MZ.VERIFY_MESSAGE,"Verify Message Failed",f,b),(0,c.$)(()=>new Error(this.extractErrorMessage(b))))))}))}bumpFee(D,n,o,f){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(h=>{const b={txid:D,outputIndex:n};return o&&(b.targetConf=o),f&&(b.satPerByte=f),this.store.dispatch((0,j.mt)({payload:P.MZ.BUMP_FEE})),this.httpClient.post(this.APIUrl+"/"+h+P.rl.WALLET_API+"/bumpfee",b).pipe((0,w.Q)(this.unSubs[4]),(0,g.T)(A=>(this.store.dispatch((0,j.y0)({payload:P.MZ.BUMP_FEE})),this.snackBar.open("Successfully bumped the fee. Use the block explorer to verify transaction."),A)),(0,e.W)(A=>(this.handleErrorWithoutAlert("Bump Fee",P.MZ.BUMP_FEE,A),(0,c.$)(()=>new Error(this.extractErrorMessage(A))))))}))}labelUTXO(D,n,o=!0){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(f=>{const h={txid:D,label:n,overwrite:o};return this.store.dispatch((0,j.mt)({payload:P.MZ.LABEL_UTXO})),this.httpClient.post(this.APIUrl+"/"+f+P.rl.WALLET_API+"/label",h).pipe((0,w.Q)(this.unSubs[5]),(0,g.T)(b=>(this.store.dispatch((0,j.y0)({payload:P.MZ.LABEL_UTXO})),b)),(0,e.W)(b=>(this.handleErrorWithoutAlert("Label UTXO",P.MZ.LABEL_UTXO,b),(0,c.$)(()=>new Error(this.extractErrorMessage(b))))))}))}leaseUTXO(D,n){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(o=>{const f={txid:D,outputIndex:n};return this.store.dispatch((0,j.mt)({payload:P.MZ.LEASE_UTXO})),this.httpClient.post(this.APIUrl+"/"+o+P.rl.WALLET_API+"/lease",f).pipe((0,w.Q)(this.unSubs[6]),(0,g.T)(h=>{this.store.dispatch((0,j.y0)({payload:P.MZ.LEASE_UTXO})),this.store.dispatch((0,U.mh)()),this.store.dispatch((0,U.SM)());const b=new Date(1e3*h.expiration);return Math.round(b.getTime())-60*b.getTimezoneOffset()}),(0,e.W)(h=>(this.handleErrorWithoutAlert("Lease UTXO",P.MZ.LEASE_UTXO,h),(0,c.$)(()=>new Error(this.extractErrorMessage(h))))))}))}getForwardingHistory(D,n,o,f){if("LND"===D){const h={end_time:o,start_time:n};return this.store.dispatch((0,j.mt)({payload:P.MZ.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/lnd"+P.rl.SWITCH_API,h).pipe((0,w.Q)(this.unSubs[7]),(0,m.E)(this.store.select(K.eO)),(0,d.Z)(([b,A])=>{if(b.forwarding_events){const k=[...A.channels,...A.closedChannels];b.forwarding_events.forEach(x=>{if(k&&k.length>0)for(let r=0;r(this.handleErrorWithAlert("getForwardingHistoryData",P.MZ.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/lnd"+P.rl.SWITCH_API,b),(0,c.$)(()=>new Error(this.extractErrorMessage(b))))))}return"CLN"===D?(this.store.dispatch((0,j.mt)({payload:P.MZ.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/cln"+P.rl.CHANNELS_API+"/listForwards",{status:f||"settled"}).pipe((0,w.Q)(this.unSubs[8]),(0,m.E)(this.store.select(q.BM)),(0,d.Z)(([h,b])=>{const A=this.mapAliases(h,[...b.activeChannels,...b.pendingChannels,...b.inactiveChannels]);return this.store.dispatch((0,j.y0)({payload:P.MZ.GET_FORWARDING_HISTORY})),(0,S.of)(A)}),(0,e.W)(h=>(this.handleErrorWithAlert("getForwardingHistoryData",P.MZ.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/cln"+P.rl.CHANNELS_API+"/listForwards",h),(0,c.$)(()=>new Error(this.extractErrorMessage(h))))))):(0,S.of)({})}listNetworkNodes(D){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(n=>(this.store.dispatch((0,j.mt)({payload:P.MZ.LIST_NETWORK_NODES})),this.httpClient.post(this.APIUrl+"/"+n+P.rl.NETWORK_API+"/listNodes",D).pipe((0,w.Q)(this.unSubs[9]),(0,d.Z)(o=>(this.store.dispatch((0,j.y0)({payload:P.MZ.LIST_NETWORK_NODES})),(0,S.of)(o))),(0,e.W)(o=>(this.handleErrorWithoutAlert("List Network Nodes",P.MZ.LIST_NETWORK_NODES,o),(0,c.$)(()=>this.extractErrorMessage(o))))))))}listConfigs(){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(D=>(this.store.dispatch((0,j.mt)({payload:P.MZ.GET_LIST_CONFIGS})),this.httpClient.get(this.APIUrl+"/"+D+P.rl.UTILITY_API+"/listConfigs").pipe((0,w.Q)(this.unSubs[10]),(0,d.Z)(n=>(this.store.dispatch((0,j.y0)({payload:P.MZ.GET_LIST_CONFIGS})),(0,S.of)(n))),(0,e.W)(n=>(this.handleErrorWithoutAlert("List Configurations",P.MZ.GET_LIST_CONFIGS,n),(0,c.$)(()=>this.extractErrorMessage(n))))))))}getOrUpdateFunderPolicy(D,n,o,f,h,b){return this.lnImplementationUpdated.pipe((0,T.$)(),(0,d.Z)(A=>{const k=D?{policy:D,policy_mod:n,lease_fee_base_msat:o,lease_fee_basis:f,channel_fee_max_base_msat:h,channel_fee_max_proportional_thousandths:b}:null;return this.store.dispatch((0,j.mt)({payload:P.MZ.GET_FUNDER_POLICY})),this.httpClient.post(this.APIUrl+"/"+A+P.rl.CHANNELS_API+"/funderUpdate",k).pipe((0,w.Q)(this.unSubs[11]),(0,g.T)(x=>(this.store.dispatch((0,j.y0)({payload:P.MZ.GET_FUNDER_POLICY})),k&&this.store.dispatch((0,j.UI)({payload:"Funder Policy Updated Successfully with Compact Lease: "+x.compact_lease+"!"})),x)),(0,e.W)(x=>(this.handleErrorWithoutAlert("Funder Policy",P.MZ.GET_FUNDER_POLICY,x),(0,c.$)(()=>new Error(this.extractErrorMessage(x))))))}))}circularRebalance(D,n="",o="",f="",h="",b=[],A="shortChannelId"){return this.httpClient.post(this.APIUrl+"/"+this.lnImplementation+P.rl.CHANNELS_API+"/circularRebalance",{amountMsat:D,sourceShortChannelId:n,sourceNodeId:o,targetShortChannelId:f,targetNodeId:h,ignoreNodeIds:b,format:A}).pipe((0,w.Q)(this.unSubs[12]),(0,g.T)(r=>r),(0,e.W)(r=>(this.handleErrorWithoutAlert("Rebalance Channel",P.MZ.REBALANCE_CHANNEL,r),(0,c.$)(()=>r.error))))}extractErrorMessage(D,n="Unknown Error."){return this.titleCasePipe.transform(D.error.text&&"string"==typeof D.error.text&&D.error.text.includes('')?"API Route Does Not Exist.":D.error&&D.error.error&&D.error.error.error&&D.error.error.error.error&&D.error.error.error.error.error&&"string"==typeof D.error.error.error.error.error?D.error.error.error.error.error:D.error&&D.error.error&&D.error.error.error&&D.error.error.error.error&&"string"==typeof D.error.error.error.error?D.error.error.error.error:D.error&&D.error.error&&D.error.error.error&&"string"==typeof D.error.error.error?D.error.error.error:D.error&&D.error.error&&"string"==typeof D.error.error?D.error.error:D.error&&"string"==typeof D.error?D.error:D.error&&D.error.error&&D.error.error.error&&D.error.error.error.error&&D.error.error.error.error.message&&"string"==typeof D.error.error.error.error.message?D.error.error.error.error.message:D.error&&D.error.error&&D.error.error.error&&D.error.error.error.message&&"string"==typeof D.error.error.error.message?D.error.error.error.message:D.error&&D.error.error&&D.error.error.message&&"string"==typeof D.error.error.message?D.error.error.message:D.error&&D.error.message&&"string"==typeof D.error.message?D.error.message:D.message&&"string"==typeof D.message?D.message:n)}handleErrorWithoutAlert(D,n,o){o.error.text&&"string"==typeof o.error.text&&o.error.text.includes('')&&(o={status:403,error:{message:"API Route Does Not Exist."}}),this.logger.error("ERROR IN: "+D+"\n"+JSON.stringify(o)),401===o.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,j.Jh)()),this.store.dispatch((0,j.ri)({payload:"Authentication Failed: "+JSON.stringify(o.error)}))):(this.store.dispatch((0,j.y0)({payload:n})),this.store.dispatch((0,j.Gd)({payload:{action:D,status:P.wn.ERROR,statusCode:o.status.toString(),message:this.extractErrorMessage(o)}})))}handleErrorWithAlert(D,n,o,f,h){if(this.logger.error(h),401===h.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,j.Jh)()),this.store.dispatch((0,j.ri)({payload:"Authentication Failed: "+JSON.stringify(h.error)}));else{this.store.dispatch((0,j.y0)({payload:n}));const b=this.extractErrorMessage(h);this.store.dispatch((0,j.xO)({payload:{data:{type:"ERROR",alertTitle:o,message:{code:h.status?h.status:"Unknown Error",message:b,URL:f},component:M.f}}})),this.store.dispatch((0,j.Gd)({payload:{action:D,status:P.wn.ERROR,statusCode:h.status.toString(),message:b,URL:f}}))}}ngOnDestroy(){this.unSubs.forEach(D=>{D.next(null),D.complete()})}static#e=he=()=>(this.\u0275fac=function(n){return new(n||me)(G.KVO(i.Qq),G.KVO(Q.il),G.KVO($.gP),G.KVO(ae.UG),G.KVO(ue.PV))},this.\u0275prov=G.jDH({token:me,factory:me.\u0275fac}))}return he(),me})()},51585:(Ae,ee,l)=>{"use strict";l.d(ee,{Vh:()=>ge,di:()=>ve,bZ:()=>Ee,tx:()=>dt,hM:()=>ct,CP:()=>Le});var i=l(73664),t=l(2615),p=l(17705),S=l(21413),c=l(59030),e=l(76939),T=l(17094),g=l(76838),d=l(39842),w=l(44522),m=l(10438),P=l(67336),M=l(99172),j=l(96697),U=l(49338),K=l(89726),q=l(61577);function G(Ce,ze){}class Q{viewContainerRef;injector;id;role="dialog";panelClass="";hasBackdrop=!0;backdropClass="";disableClose=!1;closePredicate;width="";height="";minWidth;minHeight;maxWidth;maxHeight;positionStrategy;data=null;direction;ariaDescribedBy=null;ariaLabelledBy=null;ariaLabel=null;ariaModal=!1;autoFocus="first-tabbable";restoreFocus=!0;scrollStrategy;closeOnNavigation=!0;closeOnDestroy=!0;closeOnOverlayDetachments=!0;disableAnimations=!1;providers;container;templateContext}let ae=(()=>{class Ce extends e.lb{_elementRef=(0,t.WQX)(i.aKT);_focusTrapFactory=(0,t.WQX)(T.GX);_config;_interactivityChecker=(0,t.WQX)(T.Z7);_ngZone=(0,t.WQX)(i.SKi);_focusMonitor=(0,t.WQX)(g.FN);_renderer=(0,t.WQX)(i.sFG);_changeDetectorRef=(0,t.WQX)(p.gRc);_injector=(0,t.WQX)(t.zZn);_platform=(0,t.WQX)(d.O);_document=(0,t.WQX)(t.qQL);_portalOutlet;_focusTrapped=new S.B;_focusTrap=null;_elementFocusedBeforeDialogWasOpened=null;_closeInteractionType=null;_ariaLabelledByQueue=[];_isDestroyed=!1;constructor(){super(),this._config=(0,t.WQX)(Q,{optional:!0})||new Q,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_addAriaLabelledBy(Z){this._ariaLabelledByQueue.push(Z),this._changeDetectorRef.markForCheck()}_removeAriaLabelledBy(Z){const J=this._ariaLabelledByQueue.indexOf(Z);J>-1&&(this._ariaLabelledByQueue.splice(J,1),this._changeDetectorRef.markForCheck())}_contentAttached(){this._initializeFocusTrap(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._focusTrapped.complete(),this._isDestroyed=!0,this._restoreFocus()}attachComponentPortal(Z){this._portalOutlet.hasAttached();const J=this._portalOutlet.attachComponentPortal(Z);return this._contentAttached(),J}attachTemplatePortal(Z){this._portalOutlet.hasAttached();const J=this._portalOutlet.attachTemplatePortal(Z);return this._contentAttached(),J}attachDomPortal=Z=>{this._portalOutlet.hasAttached();const J=this._portalOutlet.attachDomPortal(Z);return this._contentAttached(),J};_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(Z,J){this._interactivityChecker.isFocusable(Z)||(Z.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const fe=()=>{Ie(),ht(),Z.removeAttribute("tabindex")},Ie=this._renderer.listen(Z,"blur",fe),ht=this._renderer.listen(Z,"mousedown",fe)})),Z.focus(J)}_focusByCssSelector(Z,J){let fe=this._elementRef.nativeElement.querySelector(Z);fe&&this._forceFocus(fe,J)}_trapFocus(Z){this._isDestroyed||(0,i.mal)(()=>{const J=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||J.focus(Z);break;case!0:case"first-tabbable":this._focusTrap?.focusInitialElement(Z)||this._focusDialogContainer(Z);break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]',Z);break;default:this._focusByCssSelector(this._config.autoFocus,Z)}this._focusTrapped.next()},{injector:this._injector})}_restoreFocus(){const Z=this._config.restoreFocus;let J=null;if("string"==typeof Z?J=this._document.querySelector(Z):"boolean"==typeof Z?J=Z?this._elementFocusedBeforeDialogWasOpened:null:Z&&(J=Z),this._config.restoreFocus&&J&&"function"==typeof J.focus){const fe=(0,w.vc)(),Ie=this._elementRef.nativeElement;(!fe||fe===this._document.body||fe===Ie||Ie.contains(fe))&&(this._focusMonitor?(this._focusMonitor.focusVia(J,this._closeInteractionType),this._closeInteractionType=null):J.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(Z){this._elementRef.nativeElement.focus?.(Z)}_containsFocus(){const Z=this._elementRef.nativeElement,J=(0,w.vc)();return Z===J||Z.contains(J)}_initializeFocusTrap(){this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=(0,w.vc)()))}static \u0275fac=function(J){return new(J||Ce)};static \u0275cmp=i.VBU({type:Ce,selectors:[["cdk-dialog-container"]],viewQuery:function(J,fe){if(1&J&&i.GBs(e.I3,7),2&J){let Ie;i.mGM(Ie=i.lsd())&&(fe._portalOutlet=Ie.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(J,fe){2&J&&i.BMQ("id",fe._config.id||null)("role",fe._config.role)("aria-modal",fe._config.ariaModal)("aria-labelledby",fe._config.ariaLabel?null:fe._ariaLabelledByQueue[0])("aria-label",fe._config.ariaLabel)("aria-describedby",fe._config.ariaDescribedBy||null)},features:[i.Vt3],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(J,fe){1&J&&i.DNE(0,G,0,0,"ng-template",0)},dependencies:[e.I3],styles:[".cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}\n"],encapsulation:2})}return Ce})();class ue{overlayRef;config;componentInstance;componentRef;containerInstance;disableClose;closed=new S.B;backdropClick;keydownEvents;outsidePointerEvents;id;_detachSubscription;constructor(ze,Z){this.overlayRef=ze,this.config=Z,this.disableClose=Z.disableClose,this.backdropClick=ze.backdropClick(),this.keydownEvents=ze.keydownEvents(),this.outsidePointerEvents=ze.outsidePointerEvents(),this.id=Z.id,this.keydownEvents.subscribe(J=>{J.keyCode===m._f&&!this.disableClose&&!(0,P.rp)(J)&&(J.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{!this.disableClose&&this._canClose()?this.close(void 0,{focusOrigin:"mouse"}):this.containerInstance._recaptureFocus?.()}),this._detachSubscription=ze.detachments().subscribe(()=>{!1!==Z.closeOnOverlayDetachments&&this.close()})}close(ze,Z){if(this._canClose(ze)){const J=this.closed;this.containerInstance._closeInteractionType=Z?.focusOrigin||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),J.next(ze),J.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(ze="",Z=""){return this.overlayRef.updateSize({width:ze,height:Z}),this}addPanelClass(ze){return this.overlayRef.addPanelClass(ze),this}removePanelClass(ze){return this.overlayRef.removePanelClass(ze),this}_canClose(ze){const Z=this.config;return!!this.containerInstance&&(!Z.closePredicate||Z.closePredicate(ze,Z,this.componentInstance))}}const oe=new t.nKC("DialogScrollStrategy",{providedIn:"root",factory:()=>{const Ce=(0,t.WQX)(t.zZn);return()=>(0,U.gA)(Ce)}}),he=new t.nKC("DialogData"),me=new t.nKC("DefaultDialogConfig");function Te(Ce){const ze=(0,t.vPA)(Ce),Z=new i.bkB;return{valueSignal:ze,get value(){return ze()},change:Z,ngOnDestroy(){Z.complete()}}}let D=(()=>{class Ce{_injector=(0,t.WQX)(t.zZn);_defaultOptions=(0,t.WQX)(me,{optional:!0});_parentDialog=(0,t.WQX)(Ce,{optional:!0,skipSelf:!0});_overlayContainer=(0,t.WQX)(U.Sf);_idGenerator=(0,t.WQX)(K.g);_openDialogsAtThisLevel=[];_afterAllClosedAtThisLevel=new S.B;_afterOpenedAtThisLevel=new S.B;_ariaHiddenElements=new Map;_scrollStrategy=(0,t.WQX)(oe);get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}afterAllClosed=(0,c.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,M.Z)(void 0)));constructor(){}open(Z,J){(J={...this._defaultOptions||new Q,...J}).id=J.id||this._idGenerator.getId("cdk-dialog-"),J.id&&this.getDialogById(J.id);const Ie=this._getOverlayConfig(J),ht=(0,U.Y$)(this._injector,Ie),li=new ue(ht,J),Qt=this._attachContainer(ht,li,J);if(li.containerInstance=Qt,!this.openDialogs.length){const di=this._overlayContainer.getContainerElement();Qt._focusTrapped?Qt._focusTrapped.pipe((0,j.s)(1)).subscribe(()=>{this._hideNonDialogContentFromAssistiveTechnology(di)}):this._hideNonDialogContentFromAssistiveTechnology(di)}return this._attachDialogContent(Z,li,Qt,J),this.openDialogs.push(li),li.closed.subscribe(()=>this._removeOpenDialog(li,!0)),this.afterOpened.next(li),li}closeAll(){n(this.openDialogs,Z=>Z.close())}getDialogById(Z){return this.openDialogs.find(J=>J.id===Z)}ngOnDestroy(){n(this._openDialogsAtThisLevel,Z=>{!1===Z.config.closeOnDestroy&&this._removeOpenDialog(Z,!1)}),n(this._openDialogsAtThisLevel,Z=>Z.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(Z){const J=new U.rR({positionStrategy:Z.positionStrategy||(0,U.uA)().centerHorizontally().centerVertically(),scrollStrategy:Z.scrollStrategy||this._scrollStrategy(),panelClass:Z.panelClass,hasBackdrop:Z.hasBackdrop,direction:Z.direction,minWidth:Z.minWidth,minHeight:Z.minHeight,maxWidth:Z.maxWidth,maxHeight:Z.maxHeight,width:Z.width,height:Z.height,disposeOnNavigation:Z.closeOnNavigation,disableAnimations:Z.disableAnimations});return Z.backdropClass&&(J.backdropClass=Z.backdropClass),J}_attachContainer(Z,J,fe){const Ie=fe.injector||fe.viewContainerRef?.injector,ht=[{provide:Q,useValue:fe},{provide:ue,useValue:J},{provide:U.yY,useValue:Z}];let li;fe.container?"function"==typeof fe.container?li=fe.container:(li=fe.container.type,ht.push(...fe.container.providers(fe))):li=ae;const Qt=new e.A8(li,fe.viewContainerRef,t.zZn.create({parent:Ie||this._injector,providers:ht}));return Z.attach(Qt).instance}_attachDialogContent(Z,J,fe,Ie){if(Z instanceof i.C4Q){const ht=this._createInjector(Ie,J,fe,void 0);let li={$implicit:Ie.data,dialogRef:J};Ie.templateContext&&(li={...li,..."function"==typeof Ie.templateContext?Ie.templateContext():Ie.templateContext}),fe.attachTemplatePortal(new e.VA(Z,null,li,ht))}else{const ht=this._createInjector(Ie,J,fe,this._injector),li=fe.attachComponentPortal(new e.A8(Z,Ie.viewContainerRef,ht));J.componentRef=li,J.componentInstance=li.instance}}_createInjector(Z,J,fe,Ie){const ht=Z.injector||Z.viewContainerRef?.injector,li=[{provide:he,useValue:Z.data},{provide:ue,useValue:J}];return Z.providers&&("function"==typeof Z.providers?li.push(...Z.providers(J,Z,fe)):li.push(...Z.providers)),Z.direction&&(!ht||!ht.get(q.dS,null,{optional:!0}))&&li.push({provide:q.dS,useValue:Te(Z.direction)}),t.zZn.create({parent:ht||Ie,providers:li})}_removeOpenDialog(Z,J){const fe=this.openDialogs.indexOf(Z);fe>-1&&(this.openDialogs.splice(fe,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((Ie,ht)=>{Ie?ht.setAttribute("aria-hidden",Ie):ht.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),J&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(Z){if(Z.parentElement){const J=Z.parentElement.children;for(let fe=J.length-1;fe>-1;fe--){const Ie=J[fe];Ie!==Z&&"SCRIPT"!==Ie.nodeName&&"STYLE"!==Ie.nodeName&&!Ie.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(Ie,Ie.getAttribute("aria-hidden")),Ie.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){const Z=this._parentDialog;return Z?Z._getAfterAllClosed():this._afterAllClosedAtThisLevel}static \u0275fac=function(J){return new(J||Ce)};static \u0275prov=t.jDH({token:Ce,factory:Ce.\u0275fac,providedIn:"root"})}return Ce})();function n(Ce,ze){let Z=Ce.length;for(;Z--;)ze(Ce[Z])}let o=(()=>{class Ce{static \u0275fac=function(J){return new(J||Ce)};static \u0275mod=i.$C({type:Ce});static \u0275inj=t.G2t({providers:[D],imports:[U.z_,e.jc,T.Pd,e.jc]})}return Ce})();var f=l(67847),h=l(31804),b=l(57786),A=l(5964),x=(l(5718),l(22466));function r(Ce,ze){}class _{viewContainerRef;injector;id;role="dialog";panelClass="";hasBackdrop=!0;backdropClass="";disableClose=!1;closePredicate;width="";height="";minWidth;minHeight;maxWidth;maxHeight;position;data=null;direction;ariaDescribedBy=null;ariaLabelledBy=null;ariaLabel=null;ariaModal=!1;autoFocus="first-tabbable";restoreFocus=!0;delayFocusTrap=!0;scrollStrategy;closeOnNavigation=!0;enterAnimationDuration;exitAnimationDuration}const W="mdc-dialog--open",I="mdc-dialog--opening",B="mdc-dialog--closing";let be=(()=>{class Ce extends ae{_animationStateChanged=new i.bkB;_animationsEnabled=!(0,h.Rc)();_actionSectionCount=0;_hostElement=this._elementRef.nativeElement;_enterAnimationDuration=this._animationsEnabled?_e(this._config.enterAnimationDuration)??150:0;_exitAnimationDuration=this._animationsEnabled?_e(this._config.exitAnimationDuration)??75:0;_animationTimer=null;_contentAttached(){super._contentAttached(),this._startOpenAnimation()}_startOpenAnimation(){this._animationStateChanged.emit({state:"opening",totalTime:this._enterAnimationDuration}),this._animationsEnabled?(this._hostElement.style.setProperty(Be,`${this._enterAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(I,W)),this._waitForAnimationToComplete(this._enterAnimationDuration,this._finishDialogOpen)):(this._hostElement.classList.add(W),Promise.resolve().then(()=>this._finishDialogOpen()))}_startExitAnimation(){this._animationStateChanged.emit({state:"closing",totalTime:this._exitAnimationDuration}),this._hostElement.classList.remove(W),this._animationsEnabled?(this._hostElement.style.setProperty(Be,`${this._exitAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(B)),this._waitForAnimationToComplete(this._exitAnimationDuration,this._finishDialogClose)):Promise.resolve().then(()=>this._finishDialogClose())}_updateActionSectionCount(Z){this._actionSectionCount+=Z,this._changeDetectorRef.markForCheck()}_finishDialogOpen=()=>{this._clearAnimationClasses(),this._openAnimationDone(this._enterAnimationDuration)};_finishDialogClose=()=>{this._clearAnimationClasses(),this._animationStateChanged.emit({state:"closed",totalTime:this._exitAnimationDuration})};_clearAnimationClasses(){this._hostElement.classList.remove(I,B)}_waitForAnimationToComplete(Z,J){null!==this._animationTimer&&clearTimeout(this._animationTimer),this._animationTimer=setTimeout(J,Z)}_requestAnimationFrame(Z){this._ngZone.runOutsideAngular(()=>{"function"==typeof requestAnimationFrame?requestAnimationFrame(Z):Z()})}_captureInitialFocus(){this._config.delayFocusTrap||this._trapFocus()}_openAnimationDone(Z){this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:Z})}ngOnDestroy(){super.ngOnDestroy(),null!==this._animationTimer&&clearTimeout(this._animationTimer)}attachComponentPortal(Z){const J=super.attachComponentPortal(Z);return J.location.nativeElement.classList.add("mat-mdc-dialog-component-host"),J}static \u0275fac=(()=>{let Z;return function(fe){return(Z||(Z=i.xGo(Ce)))(fe||Ce)}})();static \u0275cmp=i.VBU({type:Ce,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1",1,"mat-mdc-dialog-container","mdc-dialog"],hostVars:10,hostBindings:function(J,fe){2&J&&(i.Avn("id",fe._config.id),i.BMQ("aria-modal",fe._config.ariaModal)("role",fe._config.role)("aria-labelledby",fe._config.ariaLabel?null:fe._ariaLabelledByQueue[0])("aria-label",fe._config.ariaLabel)("aria-describedby",fe._config.ariaDescribedBy||null),i.AVh("_mat-animation-noopable",!fe._animationsEnabled)("mat-mdc-dialog-container-with-actions",fe._actionSectionCount>0))},features:[i.Vt3],decls:3,vars:0,consts:[[1,"mat-mdc-dialog-inner-container","mdc-dialog__container"],[1,"mat-mdc-dialog-surface","mdc-dialog__surface"],["cdkPortalOutlet",""]],template:function(J,fe){1&J&&(i.j41(0,"div",0)(1,"div",1),i.DNE(2,r,0,0,"ng-template",2),i.k0s()())},dependencies:[e.I3],styles:['.mat-mdc-dialog-container{width:100%;height:100%;display:block;box-sizing:border-box;max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;outline:0}.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-max-width, 560px);min-width:var(--mat-dialog-container-min-width, 280px)}@media(max-width: 599px){.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-small-max-width, calc(100vw - 32px))}}.mat-mdc-dialog-inner-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;opacity:0;transition:opacity linear var(--mat-dialog-transition-duration, 0ms);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mdc-dialog--closing .mat-mdc-dialog-inner-container{transition:opacity 75ms linear;transform:none}.mdc-dialog--open .mat-mdc-dialog-inner-container{opacity:1}._mat-animation-noopable .mat-mdc-dialog-inner-container{transition:none}.mat-mdc-dialog-surface{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;width:100%;height:100%;position:relative;overflow-y:auto;outline:0;transform:scale(0.8);transition:transform var(--mat-dialog-transition-duration, 0ms) cubic-bezier(0, 0, 0.2, 1);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;box-shadow:var(--mat-dialog-container-elevation-shadow, none);border-radius:var(--mat-dialog-container-shape, var(--mat-sys-corner-extra-large, 4px));background-color:var(--mat-dialog-container-color, var(--mat-sys-surface, white))}[dir=rtl] .mat-mdc-dialog-surface{text-align:right}.mdc-dialog--open .mat-mdc-dialog-surface,.mdc-dialog--closing .mat-mdc-dialog-surface{transform:none}._mat-animation-noopable .mat-mdc-dialog-surface{transition:none}.mat-mdc-dialog-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mat-mdc-dialog-title{display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:var(--mat-dialog-headline-padding, 6px 24px 13px)}.mat-mdc-dialog-title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}[dir=rtl] .mat-mdc-dialog-title{text-align:right}.mat-mdc-dialog-container .mat-mdc-dialog-title{color:var(--mat-dialog-subhead-color, var(--mat-sys-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-dialog-subhead-font, var(--mat-sys-headline-small-font, inherit));line-height:var(--mat-dialog-subhead-line-height, var(--mat-sys-headline-small-line-height, 1.5rem));font-size:var(--mat-dialog-subhead-size, var(--mat-sys-headline-small-size, 1rem));font-weight:var(--mat-dialog-subhead-weight, var(--mat-sys-headline-small-weight, 400));letter-spacing:var(--mat-dialog-subhead-tracking, var(--mat-sys-headline-small-tracking, 0.03125em))}.mat-mdc-dialog-content{display:block;flex-grow:1;box-sizing:border-box;margin:0;overflow:auto;max-height:65vh}.mat-mdc-dialog-content>:first-child{margin-top:0}.mat-mdc-dialog-content>:last-child{margin-bottom:0}.mat-mdc-dialog-container .mat-mdc-dialog-content{color:var(--mat-dialog-supporting-text-color, var(--mat-sys-on-surface-variant, rgba(0, 0, 0, 0.6)));font-family:var(--mat-dialog-supporting-text-font, var(--mat-sys-body-medium-font, inherit));line-height:var(--mat-dialog-supporting-text-line-height, var(--mat-sys-body-medium-line-height, 1.5rem));font-size:var(--mat-dialog-supporting-text-size, var(--mat-sys-body-medium-size, 1rem));font-weight:var(--mat-dialog-supporting-text-weight, var(--mat-sys-body-medium-weight, 400));letter-spacing:var(--mat-dialog-supporting-text-tracking, var(--mat-sys-body-medium-tracking, 0.03125em))}.mat-mdc-dialog-container .mat-mdc-dialog-content{padding:var(--mat-dialog-content-padding, 20px 24px)}.mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content{padding:var(--mat-dialog-with-actions-content-padding, 20px 24px 0)}.mat-mdc-dialog-container .mat-mdc-dialog-title+.mat-mdc-dialog-content{padding-top:0}.mat-mdc-dialog-actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;box-sizing:border-box;min-height:52px;margin:0;border-top:1px solid rgba(0,0,0,0);padding:var(--mat-dialog-actions-padding, 16px 24px);justify-content:var(--mat-dialog-actions-alignment, flex-end)}@media(forced-colors: active){.mat-mdc-dialog-actions{border-top-color:CanvasText}}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-start,.mat-mdc-dialog-actions[align=start]{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}.mat-mdc-dialog-component-host{display:contents}\n'],encapsulation:2})}return Ce})();const Be="--mat-dialog-transition-duration";function _e(Ce){return null==Ce?null:"number"==typeof Ce?Ce:Ce.endsWith("ms")?(0,f.OE)(Ce.substring(0,Ce.length-2)):Ce.endsWith("s")?1e3*(0,f.OE)(Ce.substring(0,Ce.length-1)):"0"===Ce?0:null}var ye=function(Ce){return Ce[Ce.OPEN=0]="OPEN",Ce[Ce.CLOSING=1]="CLOSING",Ce[Ce.CLOSED=2]="CLOSED",Ce}(ye||{});class Le{_ref;_config;_containerInstance;componentInstance;componentRef;disableClose;id;_afterOpened=new S.B;_beforeClosed=new S.B;_result;_closeFallbackTimeout;_state=ye.OPEN;_closeInteractionType;constructor(ze,Z,J){this._ref=ze,this._config=Z,this._containerInstance=J,this.disableClose=Z.disableClose,this.id=ze.id,ze.addPanelClass("mat-mdc-dialog-panel"),J._animationStateChanged.pipe((0,A.p)(fe=>"opened"===fe.state),(0,j.s)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),J._animationStateChanged.pipe((0,A.p)(fe=>"closed"===fe.state),(0,j.s)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),ze.overlayRef.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._finishDialogClose()}),(0,b.h)(this.backdropClick(),this.keydownEvents().pipe((0,A.p)(fe=>fe.keyCode===m._f&&!this.disableClose&&!(0,P.rp)(fe)))).subscribe(fe=>{this.disableClose||(fe.preventDefault(),Ke(this,"keydown"===fe.type?"keyboard":"mouse"))})}close(ze){const Z=this._config.closePredicate;Z&&!Z(ze,this._config,this.componentInstance)||(this._result=ze,this._containerInstance._animationStateChanged.pipe((0,A.p)(J=>"closing"===J.state),(0,j.s)(1)).subscribe(J=>{this._beforeClosed.next(ze),this._beforeClosed.complete(),this._ref.overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),J.totalTime+100)}),this._state=ye.CLOSING,this._containerInstance._startExitAnimation())}afterOpened(){return this._afterOpened}afterClosed(){return this._ref.closed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._ref.backdropClick}keydownEvents(){return this._ref.keydownEvents}updatePosition(ze){let Z=this._ref.config.positionStrategy;return ze&&(ze.left||ze.right)?ze.left?Z.left(ze.left):Z.right(ze.right):Z.centerHorizontally(),ze&&(ze.top||ze.bottom)?ze.top?Z.top(ze.top):Z.bottom(ze.bottom):Z.centerVertically(),this._ref.updatePosition(),this}updateSize(ze="",Z=""){return this._ref.updateSize(ze,Z),this}addPanelClass(ze){return this._ref.addPanelClass(ze),this}removePanelClass(ze){return this._ref.removePanelClass(ze),this}getState(){return this._state}_finishDialogClose(){this._state=ye.CLOSED,this._ref.close(this._result,{focusOrigin:this._closeInteractionType}),this.componentInstance=null}}function Ke(Ce,ze,Z){return Ce._closeInteractionType=ze,Ce.close(Z)}const ge=new t.nKC("MatMdcDialogData"),ve=new t.nKC("mat-mdc-dialog-default-options"),Oe=new t.nKC("mat-mdc-dialog-scroll-strategy",{providedIn:"root",factory:()=>{const Ce=(0,t.WQX)(t.zZn);return()=>(0,U.gA)(Ce)}});let Ee=(()=>{class Ce{_defaultOptions=(0,t.WQX)(ve,{optional:!0});_scrollStrategy=(0,t.WQX)(Oe);_parentDialog=(0,t.WQX)(Ce,{optional:!0,skipSelf:!0});_idGenerator=(0,t.WQX)(K.g);_injector=(0,t.WQX)(t.zZn);_dialog=(0,t.WQX)(D);_animationsDisabled=(0,h.Rc)();_openDialogsAtThisLevel=[];_afterAllClosedAtThisLevel=new S.B;_afterOpenedAtThisLevel=new S.B;dialogConfigClass=_;_dialogRefConstructor;_dialogContainerType;_dialogDataToken;get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){const Z=this._parentDialog;return Z?Z._getAfterAllClosed():this._afterAllClosedAtThisLevel}afterAllClosed=(0,c.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,M.Z)(void 0)));constructor(){this._dialogRefConstructor=Le,this._dialogContainerType=be,this._dialogDataToken=ge}open(Z,J){let fe;(J={...this._defaultOptions||new _,...J}).id=J.id||this._idGenerator.getId("mat-mdc-dialog-"),J.scrollStrategy=J.scrollStrategy||this._scrollStrategy();const Ie=this._dialog.open(Z,{...J,positionStrategy:(0,U.uA)(this._injector).centerHorizontally().centerVertically(),disableClose:!0,closePredicate:void 0,closeOnDestroy:!1,closeOnOverlayDetachments:!1,disableAnimations:this._animationsDisabled||"0"===J.enterAnimationDuration?.toLocaleString()||"0"===J.exitAnimationDuration?.toString(),container:{type:this._dialogContainerType,providers:()=>[{provide:this.dialogConfigClass,useValue:J},{provide:Q,useValue:J}]},templateContext:()=>({dialogRef:fe}),providers:(ht,li,Qt)=>(fe=new this._dialogRefConstructor(ht,J,Qt),fe.updatePosition(J?.position),[{provide:this._dialogContainerType,useValue:Qt},{provide:this._dialogDataToken,useValue:li.data},{provide:this._dialogRefConstructor,useValue:fe}])});return fe.componentRef=Ie.componentRef,fe.componentInstance=Ie.componentInstance,this.openDialogs.push(fe),this.afterOpened.next(fe),fe.afterClosed().subscribe(()=>{const ht=this.openDialogs.indexOf(fe);ht>-1&&(this.openDialogs.splice(ht,1),this.openDialogs.length||this._getAfterAllClosed().next())}),fe}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(Z){return this.openDialogs.find(J=>J.id===Z)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_closeDialogs(Z){let J=Z.length;for(;J--;)Z[J].close()}static \u0275fac=function(J){return new(J||Ce)};static \u0275prov=t.jDH({token:Ce,factory:Ce.\u0275fac,providedIn:"root"})}return Ce})(),dt=(()=>{class Ce{dialogRef=(0,t.WQX)(Le,{optional:!0});_elementRef=(0,t.WQX)(i.aKT);_dialog=(0,t.WQX)(Ee);ariaLabel;type="button";dialogResult;_matDialogClose;constructor(){}ngOnInit(){this.dialogRef||(this.dialogRef=function Pe(Ce,ze){let Z=Ce.nativeElement.parentElement;for(;Z&&!Z.classList.contains("mat-mdc-dialog-container");)Z=Z.parentElement;return Z?ze.find(J=>J.id===Z.id):null}(this._elementRef,this._dialog.openDialogs))}ngOnChanges(Z){const J=Z._matDialogClose||Z._matDialogCloseResult;J&&(this.dialogResult=J.currentValue)}_onButtonClick(Z){Ke(this.dialogRef,0===Z.screenX&&0===Z.screenY?"keyboard":"mouse",this.dialogResult)}static \u0275fac=function(J){return new(J||Ce)};static \u0275dir=i.FsC({type:Ce,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(J,fe){1&J&&i.bIt("click",function(ht){return fe._onButtonClick(ht)}),2&J&&i.BMQ("aria-label",fe.ariaLabel||null)("type",fe.type)},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],type:"type",dialogResult:[0,"mat-dialog-close","dialogResult"],_matDialogClose:[0,"matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],features:[i.OA$]})}return Ce})();let ct=(()=>{class Ce{static \u0275fac=function(J){return new(J||Ce)};static \u0275mod=i.$C({type:Ce});static \u0275inj=t.G2t({providers:[Ee],imports:[o,U.z_,e.jc,x.y,x.y]})}return Ce})()},51856:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(3121),p=l(70463),S=l(27054).Buffer,c=new Array(160);function e(){this.init(),this._w=c,p.call(this,128,112)}i(e,t),e.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},e.prototype._hash=function(){var T=S.allocUnsafe(48);function g(d,w,m){T.writeInt32BE(d,m),T.writeInt32BE(w,m+4)}return g(this._ah,this._al,0),g(this._bh,this._bl,8),g(this._ch,this._cl,16),g(this._dh,this._dl,24),g(this._eh,this._el,32),g(this._fh,this._fl,40),T},Ae.exports=e},51993:(Ae,ee,l)=>{"use strict";l.d(ee,{Dl:()=>K6,L8:()=>Pm,dV:()=>Km});var i=l(73664),t=l(2615),p=l(17705),S=l(72200),c=l(60177),e=l(31635),T=l(76939),g=l(33726),d=l(70152),w=l(11514);function m(){}function P(v){return null==v?m:function(){return this.querySelector(v)}}function U(){return[]}function K(v){return null==v?U:function(){return this.querySelectorAll(v)}}function Q(v){return function(){return this.matches(v)}}function $(v){return function(O){return O.matches(v)}}var ae=Array.prototype.find;function oe(){return this.firstElementChild}var me=Array.prototype.filter;function Te(){return Array.from(this.children)}function f(v){return new Array(v.length)}function b(v,O){this.ownerDocument=v.ownerDocument,this.namespaceURI=v.namespaceURI,this._next=null,this._parent=v,this.__data__=O}function k(v,O,E,y,N,V){for(var Ge,de=0,Pt=O.length,Xt=V.length;deO?1:v>=O?0:NaN}b.prototype={constructor:b,appendChild:function(v){return this._parent.insertBefore(v,this._next)},insertBefore:function(v,O){return this._parent.insertBefore(v,O)},querySelector:function(v){return this._parent.querySelector(v)},querySelectorAll:function(v){return this._parent.querySelectorAll(v)}};var Oe="http://www.w3.org/1999/xhtml";const Ee={svg:"http://www.w3.org/2000/svg",xhtml:Oe,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function dt(v){var O=v+="",E=O.indexOf(":");return E>=0&&"xmlns"!==(O=v.slice(0,E))&&(v=v.slice(E+1)),Ee.hasOwnProperty(O)?{space:Ee[O],local:v}:v}function nt(v){return function(){this.removeAttribute(v)}}function Ct(v){return function(){this.removeAttributeNS(v.space,v.local)}}function Mt(v,O){return function(){this.setAttribute(v,O)}}function lt(v,O){return function(){this.setAttributeNS(v.space,v.local,O)}}function Pe(v,O){return function(){var E=O.apply(this,arguments);null==E?this.removeAttribute(v):this.setAttribute(v,E)}}function Ht(v,O){return function(){var E=O.apply(this,arguments);null==E?this.removeAttributeNS(v.space,v.local):this.setAttributeNS(v.space,v.local,E)}}function Ce(v){return v.ownerDocument&&v.ownerDocument.defaultView||v.document&&v||v.defaultView}function ze(v){return function(){this.style.removeProperty(v)}}function Z(v,O,E){return function(){this.style.setProperty(v,O,E)}}function J(v,O,E){return function(){var y=O.apply(this,arguments);null==y?this.style.removeProperty(v):this.style.setProperty(v,y,E)}}function Ie(v,O){return v.style.getPropertyValue(O)||Ce(v).getComputedStyle(v,null).getPropertyValue(O)}function ht(v){return function(){delete this[v]}}function li(v,O){return function(){this[v]=O}}function Qt(v,O){return function(){var E=O.apply(this,arguments);null==E?delete this[v]:this[v]=E}}function kt(v){return v.trim().split(/^|\s+/)}function Rt(v){return v.classList||new le(v)}function le(v){this._node=v,this._names=kt(v.getAttribute("class")||"")}function te(v,O){for(var E=Rt(v),y=-1,N=O.length;++y=0&&(this._names.splice(O,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(v){return this._names.indexOf(v)>=0}};var Ki=[null];function Ji(v,O){this._groups=v,this._parents=O}function Dn(){return new Ji([[document.documentElement]],Ki)}Ji.prototype=Dn.prototype={constructor:Ji,select:function M(v){"function"!=typeof v&&(v=P(v));for(var O=this._groups,E=O.length,y=new Array(E),N=0;N=Xn&&(Xn=sa+1);!(Ia=Wi[Xn])&&++Xn=0;)(de=y[N])&&(V&&4^de.compareDocumentPosition(V)&&V.parentNode.insertBefore(de,V),V=de);return this},sort:function be(v){function O(Si,Oi){return Si&&Oi?v(Si.__data__,Oi.__data__):!Si-!Oi}v||(v=Be);for(var E=this._groups,y=E.length,N=new Array(y),V=0;V1?this.each((null==O?ze:"function"==typeof O?J:Z)(v,O,E??"")):Ie(this.node(),v)},property:function di(v,O){return arguments.length>1?this.each((null==O?ht:"function"==typeof O?Qt:li)(v,O)):this.node()[v]},classed:function Ne(v,O){var E=kt(v+"");if(arguments.length<2){for(var y=Rt(this.node()),N=-1,V=E.length;++N=0&&(E=O.slice(y+1),O=O.slice(0,y)),{type:O,name:E}})}(v+""),V=y.length;if(!(arguments.length<2)){for(Ge=O?it:Fe,N=0;N{}};function Gi(){for(var y,v=0,O=arguments.length,E={};v=0&&(y=E.slice(N+1),E=E.slice(0,N)),E&&!O.hasOwnProperty(E))throw new Error("unknown type: "+E);return{type:E,name:y}})}(v+"",E),V=-1,de=y.length;if(!(arguments.length<2)){if(null!=O&&"function"!=typeof O)throw new Error("invalid callback: "+O);for(;++V0)for(var N,V,E=new Array(N),y=0;y>8&15|O>>4&240,O>>4&15|240&O,(15&O)<<4|15&O,1):8===E?ia(O>>24&255,O>>16&255,O>>8&255,(255&O)/255):4===E?ia(O>>12&15|O>>8&240,O>>8&15|O>>4&240,O>>4&15|240&O,((15&O)<<4|15&O)/255):null):(O=Xe.exec(v))?new xa(O[1],O[2],O[3],1):(O=Gt.exec(v))?new xa(255*O[1]/100,255*O[2]/100,255*O[3]/100,1):(O=gt.exec(v))?ia(O[1],O[2],O[3],O[4]):(O=Ft.exec(v))?ia(255*O[1]/100,255*O[2]/100,255*O[3]/100,O[4]):(O=gi.exec(v))?Br(O[1],O[2]/100,O[3]/100,1):(O=Bi.exec(v))?Br(O[1],O[2]/100,O[3]/100,O[4]):Qi.hasOwnProperty(v)?Sa(Qi[v]):"transparent"===v?new xa(NaN,NaN,NaN,0):null}function Sa(v){return new xa(v>>16&255,v>>8&255,255&v,1)}function ia(v,O,E,y){return y<=0&&(v=O=E=NaN),new xa(v,O,E,y)}function Er(v,O,E,y){return 1===arguments.length?function pa(v){return v instanceof mn||(v=Zn(v)),v?new xa((v=v.rgb()).r,v.g,v.b,v.opacity):new xa}(v):new xa(v,O,E,y??1)}function xa(v,O,E,y){this.r=+v,this.g=+O,this.b=+E,this.opacity=+y}function Xr(){return`#${Fa(this.r)}${Fa(this.g)}${Fa(this.b)}`}function wr(){const v=ja(this.opacity);return`${1===v?"rgb(":"rgba("}${Wa(this.r)}, ${Wa(this.g)}, ${Wa(this.b)}${1===v?")":`, ${v})`}`}function ja(v){return isNaN(v)?1:Math.max(0,Math.min(1,v))}function Wa(v){return Math.max(0,Math.min(255,Math.round(v)||0))}function Fa(v){return((v=Wa(v))<16?"0":"")+v.toString(16)}function Br(v,O,E,y){return y<=0?v=O=E=NaN:E<=0||E>=1?v=O=NaN:O<=0&&(v=NaN),new or(v,O,E,y)}function ys(v){if(v instanceof or)return new or(v.h,v.s,v.l,v.opacity);if(v instanceof mn||(v=Zn(v)),!v)return new or;if(v instanceof or)return v;var O=(v=v.rgb()).r/255,E=v.g/255,y=v.b/255,N=Math.min(O,E,y),V=Math.max(O,E,y),de=NaN,Ge=V-N,Pt=(V+N)/2;return Ge?(de=O===V?(E-y)/Ge+6*(E0&&Pt<1?0:de,new or(de,Ge,Pt,v.opacity)}function or(v,O,E,y){this.h=+v,this.s=+O,this.l=+E,this.opacity=+y}function os(v){return(v=(v||0)%360)<0?v+360:v}function Yr(v){return Math.max(0,Math.min(1,v||0))}function bs(v,O,E){return 255*(v<60?O+(E-O)*v/60:v<180?E:v<240?O+(E-O)*(240-v)/60:O)}function Qr(v,O,E,y,N){var V=v*v,de=V*v;return((1-3*v+3*V-de)*O+(4-6*V+3*de)*E+(1+3*v+3*V-3*de)*y+de*N)/6}ca(mn,Zn,{copy(v){return Object.assign(new this.constructor,this,v)},displayable(){return this.rgb().displayable()},hex:fn,formatHex:fn,formatHex8:function ma(){return this.rgb().formatHex8()},formatHsl:function da(){return ys(this).formatHsl()},formatRgb:ga,toString:ga}),ca(xa,Er,an(mn,{brighter(v){return v=null==v?mr:Math.pow(mr,v),new xa(this.r*v,this.g*v,this.b*v,this.opacity)},darker(v){return v=null==v?.7:Math.pow(.7,v),new xa(this.r*v,this.g*v,this.b*v,this.opacity)},rgb(){return this},clamp(){return new xa(Wa(this.r),Wa(this.g),Wa(this.b),ja(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Xr,formatHex:Xr,formatHex8:function Ta(){return`#${Fa(this.r)}${Fa(this.g)}${Fa(this.b)}${Fa(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:wr,toString:wr})),ca(or,function Kr(v,O,E,y){return 1===arguments.length?ys(v):new or(v,O,E,y??1)},an(mn,{brighter(v){return v=null==v?mr:Math.pow(mr,v),new or(this.h,this.s,this.l*v,this.opacity)},darker(v){return v=null==v?.7:Math.pow(.7,v),new or(this.h,this.s,this.l*v,this.opacity)},rgb(){var v=this.h%360+360*(this.h<0),O=isNaN(v)||isNaN(this.s)?0:this.s,E=this.l,y=E+(E<.5?E:1-E)*O,N=2*E-y;return new xa(bs(v>=240?v-240:v+120,N,y),bs(v,N,y),bs(v<120?v+240:v-120,N,y),this.opacity)},clamp(){return new or(os(this.h),Yr(this.s),Yr(this.l),ja(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const v=ja(this.opacity);return`${1===v?"hsl(":"hsla("}${os(this.h)}, ${100*Yr(this.s)}%, ${100*Yr(this.l)}%${1===v?")":`, ${v})`}`}}));const cs=v=>()=>v;function wt(v,O){var E=O-v;return E?function Hs(v,O){return function(E){return v+E*O}}(v,E):cs(isNaN(v)?O:v)}const ii=function v(O){var E=function rt(v){return 1==(v=+v)?wt:function(O,E){return E-O?function $r(v,O,E){return v=Math.pow(v,E),O=Math.pow(O,E)-v,E=1/E,function(y){return Math.pow(v+y*O,E)}}(O,E,v):cs(isNaN(O)?E:O)}}(O);function y(N,V){var de=E((N=Er(N)).r,(V=Er(V)).r),Ge=E(N.g,V.g),Pt=E(N.b,V.b),Xt=wt(N.opacity,V.opacity);return function(hi){return N.r=de(hi),N.g=Ge(hi),N.b=Pt(hi),N.opacity=Xt(hi),N+""}}return y.gamma=v,y}(1);function Ii(v){return function(O){var de,Ge,E=O.length,y=new Array(E),N=new Array(E),V=new Array(E);for(de=0;de=1?(E=1,O-1):Math.floor(E*O),N=v[y],V=v[y+1];return Qr((E-y/O)*O,y>0?v[y-1]:2*N-V,N,V,yE&&(V=O.slice(E,V),Ge[de]?Ge[de]+=V:Ge[++de]=V),(y=y[0])===(N=N[0])?Ge[de]?Ge[de]+=N:Ge[++de]=N:(Ge[++de]=null,Pt.push({i:de,x:Jn(y,N)})),E=Aa.lastIndex;return E=0&&v._call.call(void 0,O),v=v._next;--pr}()}finally{pr=0,function ea(){for(var v,E,O=Ss,y=1/0;O;)O._call?(y>O._time&&(y=O._time),v=O,O=O._next):(E=O._next,O._next=null,O=v?v._next=E:Ss=E);Oa=v,lr(y)}(),Ri=0}}function Rn(){var v=_i.now(),O=v-Wt;O>1e3&&(ft-=O,Wt=v)}function lr(v){pr||(gr&&(gr=clearTimeout(gr)),v-Ri>24?(v<1/0&&(gr=setTimeout(mi,v-_i.now()-ft)),ds&&(ds=clearInterval(ds))):(ds||(Wt=_i.now(),ds=setInterval(Rn,1e3)),pr=1,Li(mi)))}function Ts(v,O,E){var y=new st;return y.restart(N=>{y.stop(),v(N+O)},O=null==O?0:+O,E),y}st.prototype=He.prototype={constructor:st,restart:function(v,O,E){if("function"!=typeof v)throw new TypeError("callback is not a function");E=(null==E?vn():+E)+(null==O?0:+O),!this._next&&Oa!==this&&(Oa?Oa._next=this:Ss=this,Oa=this),this._call=v,this._time=E,lr()},stop:function(){this._call&&(this._call=null,this._time=1/0,lr())}};var Rs=ji("start","end","cancel","interrupt"),Gs=[];function vo(v,O,E,y,N,V){var de=v.__transition;if(de){if(E in de)return}else v.__transition={};!function Fo(v,O,E){var N,y=v.__transition;function de(Xt){var hi,Si,Oi,sn;if(1!==E.state)return Pt();for(hi in y)if((sn=y[hi]).name===E.name){if(3===sn.state)return Ts(de);4===sn.state?(sn.state=6,sn.timer.stop(),sn.on.call("interrupt",v,v.__data__,sn.index,sn.group),delete y[hi]):+hi0)throw new Error("too late; already scheduled");return E}function Ua(v,O){var E=qi(v,O);if(E.state>3)throw new Error("too late; already running");return E}function qi(v,O){var E=v.__transition;if(!E||!(E=E[O]))throw new Error("transition not found");return E}var ul,Fs=180/Math.PI,xo={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function dl(v,O,E,y,N,V){var de,Ge,Pt;return(de=Math.sqrt(v*v+O*O))&&(v/=de,O/=de),(Pt=v*E+O*y)&&(E-=v*Pt,y-=O*Pt),(Ge=Math.sqrt(E*E+y*y))&&(E/=Ge,y/=Ge,Pt/=Ge),v*y180?hi+=360:hi-Xt>180&&(Xt+=360),Oi.push({i:Si.push(N(Si)+"rotate(",null,y)-2,x:Jn(Xt,hi)})):hi&&Si.push(N(Si)+"rotate("+hi+y)}(Xt.rotate,hi.rotate,Si,Oi),function Ge(Xt,hi,Si,Oi){Xt!==hi?Oi.push({i:Si.push(N(Si)+"skewX(",null,y)-2,x:Jn(Xt,hi)}):hi&&Si.push(N(Si)+"skewX("+hi+y)}(Xt.skewX,hi.skewX,Si,Oi),function Pt(Xt,hi,Si,Oi,sn,on){if(Xt!==Si||hi!==Oi){var Wn=sn.push(N(sn)+"scale(",null,",",null,")");on.push({i:Wn-4,x:Jn(Xt,Si)},{i:Wn-2,x:Jn(hi,Oi)})}else(1!==Si||1!==Oi)&&sn.push(N(sn)+"scale("+Si+","+Oi+")")}(Xt.scaleX,Xt.scaleY,hi.scaleX,hi.scaleY,Si,Oi),Xt=hi=null,function(sn){for(var Wi,on=-1,Wn=Oi.length;++on=0&&(O=O.slice(0,E)),!O||"start"===O})}(O)?Sr:Ua;return function(){var de=V(this,v),Ge=de.on;Ge!==y&&(N=(y=Ge).copy()).on(O,E),de.on=N}}(E,v,O))},attr:function js(v,O){var E=dt(v),y="transform"===E?Wl:Rr;return this.attrTween(v,"function"==typeof O?(E.local?xs:Il)(E,y,Ll(this,"attr."+v,O)):null==O?(E.local?fl:hl)(E):(E.local?No:oo)(E,y,O))},attrTween:function el(v,O){var E="attr."+v;if(arguments.length<2)return(E=this.tween(E))&&E._value;if(null==O)return this.tween(E,null);if("function"!=typeof O)throw new Error;var y=dt(v);return this.tween(E,(y.local?Bo:Xl)(y,O))},style:function ri(v,O,E){var y="transform"==(v+="")?so:Rr;return null==O?this.styleTween(v,function je(v,O){var E,y,N;return function(){var V=Ie(this,v),de=(this.style.removeProperty(v),Ie(this,v));return V===de?null:V===E&&de===y?N:N=O(E=V,y=de)}}(v,y)).on("end.style."+v,Re(v)):"function"==typeof O?this.styleTween(v,function _t(v,O,E){var y,N,V;return function(){var de=Ie(this,v),Ge=E(this),Pt=Ge+"";return null==Ge&&(this.style.removeProperty(v),Pt=Ge=Ie(this,v)),de===Pt?null:de===y&&Pt===N?V:(N=Pt,V=O(y=de,Ge))}}(v,y,Ll(this,"style."+v,O))).each(function Ut(v,O){var E,y,N,Ge,V="style."+O,de="end."+V;return function(){var Pt=Ua(this,v),Xt=Pt.on,hi=null==Pt.value[V]?Ge||(Ge=Re(O)):void 0;(Xt!==E||N!==hi)&&(y=(E=Xt).copy()).on(de,N=hi),Pt.on=y}}(this._id,v)):this.styleTween(v,function We(v,O,E){var y,V,N=E+"";return function(){var de=Ie(this,v);return de===N?null:de===y?V:V=O(y=de,E)}}(v,y,O),E).on("end.style."+v,null)},styleTween:function On(v,O,E){var y="style."+(v+="");if(arguments.length<2)return(y=this.tween(y))&&y._value;if(null==O)return this.tween(y,null);if("function"!=typeof O)throw new Error;return this.tween(y,function Zi(v,O,E){var y,N;function V(){var de=O.apply(this,arguments);return de!==N&&(y=(N=de)&&function Di(v,O,E){return function(y){this.style.setProperty(v,O.call(this,y),E)}}(v,de,E)),y}return V._value=O,V}(v,O,E??""))},text:function Ur(v){return this.tween("text","function"==typeof v?function yr(v){return function(){var O=v(this);this.textContent=O??""}}(Ll(this,"text",v)):function Ma(v){return function(){this.textContent=v}}(null==v?"":v+""))},textTween:function Qs(v){var O="text";if(arguments.length<1)return(O=this.tween(O))&&O._value;if(null==v)return this.tween(O,null);if("function"!=typeof v)throw new Error;return this.tween(O,function ts(v){var O,E;function y(){var N=v.apply(this,arguments);return N!==E&&(O=(E=N)&&function co(v){return function(O){this.textContent=v.call(this,O)}}(N)),O}return y._value=v,y}(v))},remove:function zr(){return this.on("end.remove",function Ho(v){return function(){var O=this.parentNode;for(var E in this.__transition)if(+E!==v)return;O&&O.removeChild(this)}}(this._id))},tween:function Al(v,O){var E=this._id;if(v+="",arguments.length<2){for(var de,y=qi(this.node(),E).tween,N=0,V=y.length;N2&&y.state<5,y.state=6,y.timer.stop(),y.on.call(N?"interrupt":"cancel",v,v.__data__,y.index,y.group),delete E[de]):V=!1;V&&delete v.__transition}}(this,v)})},An.prototype.transition=function Mo(v){var O,E;v instanceof fs?(O=v._id,v=v._name):(O=kl(),(E=xl).time=vn(),v=null==v?null:v+"");for(var y=this._groups,N=y.length,V=0;VO?1:v>=O?0:NaN}function Wo(v,O){return null==v||null==O?NaN:Ov?1:O>=v?0:NaN}function Ja(v){let O,E,y;function N(Ge,Pt,Xt=0,hi=Ge.length){if(Xt>>1;E(Ge[Si],Pt)<0?Xt=Si+1:hi=Si}while(Xtrl(v(Ge),Pt),y=(Ge,Pt)=>v(Ge)-Pt):(O=v===rl||v===Wo?v:Mn,E=v,y=v),{left:N,center:function de(Ge,Pt,Xt=0,hi=Ge.length){const Si=N(Ge,Pt,Xt,hi-1);return Si>Xt&&y(Ge[Si-1],Pt)>-y(Ge[Si],Pt)?Si-1:Si},right:function V(Ge,Pt,Xt=0,hi=Ge.length){if(Xt>>1;E(Ge[Si],Pt)<=0?Xt=Si+1:hi=Si}while(Xt=Va?10:V>=Tr?5:V>=Ea?2:1;let Ge,Pt,Xt;return N<0?(Xt=Math.pow(10,-N)/de,Ge=Math.round(v*Xt),Pt=Math.round(O*Xt),Ge/XtO&&--Pt,Xt=-Xt):(Xt=Math.pow(10,N)*de,Ge=Math.round(v/Xt),Pt=Math.round(O/Xt),Ge*XtO&&--Pt),Pt(v(V=new Date(+V)),V),N.ceil=V=>(v(V=new Date(V-1)),O(V,1),v(V),V),N.round=V=>{const de=N(V),Ge=N.ceil(V);return V-de(O(V=new Date(+V),null==de?1:Math.floor(de)),V),N.range=(V,de,Ge)=>{const Pt=[];if(V=N.ceil(V),Ge=null==Ge?1:Math.floor(Ge),!(V0))return Pt;let Xt;do{Pt.push(Xt=new Date(+V)),O(V,Ge),v(V)}while(XtYt(de=>{if(de>=de)for(;v(de),!V(de);)de.setTime(de-1)},(de,Ge)=>{if(de>=de)if(Ge<0)for(;++Ge<=0;)for(;O(de,-1),!V(de););else for(;--Ge>=0;)for(;O(de,1),!V(de););}),E&&(N.count=(V,de)=>(De.setTime(+V),pt.setTime(+de),v(De),v(pt),Math.floor(E(De,pt))),N.every=V=>(V=Math.floor(V),isFinite(V)&&V>0?V>1?N.filter(y?de=>y(de)%V===0:de=>N.count(0,de)%V===0):N:null)),N}const Pi=Yt(()=>{},(v,O)=>{v.setTime(+v+O)},(v,O)=>O-v);Pi.every=v=>(v=Math.floor(v),isFinite(v)&&v>0?v>1?Yt(O=>{O.setTime(Math.floor(O/v)*v)},(O,E)=>{O.setTime(+O+E*v)},(O,E)=>(E-O)/v):Pi:null);const In=Yt(v=>{v.setTime(v-v.getMilliseconds())},(v,O)=>{v.setTime(+v+O*Do)},(v,O)=>(O-v)/Do,v=>v.getUTCSeconds()),Ar=Yt(v=>{v.setTime(v-v.getMilliseconds()-v.getSeconds()*Do)},(v,O)=>{v.setTime(+v+O*is)},(v,O)=>(O-v)/is,v=>v.getMinutes()),Za=Yt(v=>{v.setUTCSeconds(0,0)},(v,O)=>{v.setTime(+v+O*is)},(v,O)=>(O-v)/is,v=>v.getUTCMinutes()),hd=Yt(v=>{v.setTime(v-v.getMilliseconds()-v.getSeconds()*Do-v.getMinutes()*is)},(v,O)=>{v.setTime(+v+O*Nn)},(v,O)=>(O-v)/Nn,v=>v.getHours()),Xo=Yt(v=>{v.setUTCMinutes(0,0,0)},(v,O)=>{v.setTime(+v+O*Nn)},(v,O)=>(O-v)/Nn,v=>v.getUTCHours()),Zl=Yt(v=>v.setHours(0,0,0,0),(v,O)=>v.setDate(v.getDate()+O),(v,O)=>(O-v-(O.getTimezoneOffset()-v.getTimezoneOffset())*is)/ir,v=>v.getDate()-1),Nl=Yt(v=>{v.setUTCHours(0,0,0,0)},(v,O)=>{v.setUTCDate(v.getUTCDate()+O)},(v,O)=>(O-v)/ir,v=>v.getUTCDate()-1),Jd=Yt(v=>{v.setUTCHours(0,0,0,0)},(v,O)=>{v.setUTCDate(v.getUTCDate()+O)},(v,O)=>(O-v)/ir,v=>Math.floor(v/ir));function sl(v){return Yt(O=>{O.setDate(O.getDate()-(O.getDay()+7-v)%7),O.setHours(0,0,0,0)},(O,E)=>{O.setDate(O.getDate()+7*E)},(O,E)=>(E-O-(E.getTimezoneOffset()-O.getTimezoneOffset())*is)/cn)}const Wc=sl(0),qd=sl(1),vc=(sl(2),sl(3),sl(4));function Ni(v){return Yt(O=>{O.setUTCDate(O.getUTCDate()-(O.getUTCDay()+7-v)%7),O.setUTCHours(0,0,0,0)},(O,E)=>{O.setUTCDate(O.getUTCDate()+7*E)},(O,E)=>(E-O)/cn)}sl(5),sl(6);const $i=Ni(0),Tn=Ni(1),va=(Ni(2),Ni(3),Ni(4)),Jl=(Ni(5),Ni(6),Yt(v=>{v.setDate(1),v.setHours(0,0,0,0)},(v,O)=>{v.setMonth(v.getMonth()+O)},(v,O)=>O.getMonth()-v.getMonth()+12*(O.getFullYear()-v.getFullYear()),v=>v.getMonth())),yc=Yt(v=>{v.setUTCDate(1),v.setUTCHours(0,0,0,0)},(v,O)=>{v.setUTCMonth(v.getUTCMonth()+O)},(v,O)=>O.getUTCMonth()-v.getUTCMonth()+12*(O.getUTCFullYear()-v.getUTCFullYear()),v=>v.getUTCMonth()),ql=Yt(v=>{v.setMonth(0,1),v.setHours(0,0,0,0)},(v,O)=>{v.setFullYear(v.getFullYear()+O)},(v,O)=>O.getFullYear()-v.getFullYear(),v=>v.getFullYear());ql.every=v=>isFinite(v=Math.floor(v))&&v>0?Yt(O=>{O.setFullYear(Math.floor(O.getFullYear()/v)*v),O.setMonth(0,1),O.setHours(0,0,0,0)},(O,E)=>{O.setFullYear(O.getFullYear()+E*v)}):null;const Bl=Yt(v=>{v.setUTCMonth(0,1),v.setUTCHours(0,0,0,0)},(v,O)=>{v.setUTCFullYear(v.getUTCFullYear()+O)},(v,O)=>O.getUTCFullYear()-v.getUTCFullYear(),v=>v.getUTCFullYear());function M2(v,O,E,y,N,V){const de=[[In,1,Do],[In,5,5e3],[In,15,15e3],[In,30,3e4],[V,1,is],[V,5,5*is],[V,15,15*is],[V,30,30*is],[N,1,Nn],[N,3,3*Nn],[N,6,6*Nn],[N,12,12*Nn],[y,1,ir],[y,2,2*ir],[E,1,cn],[O,1,Hr],[O,3,3*Hr],[v,1,ra]];function Pt(Xt,hi,Si){const Oi=Math.abs(hi-Xt)/Si,sn=Ja(([,,Wi])=>Wi).right(de,Oi);if(sn===de.length)return v.every(_c(Xt/ra,hi/ra,Si));if(0===sn)return Pi.every(Math.max(_c(Xt,hi,Si),1));const[on,Wn]=de[Oi/de[sn-1][2]isFinite(v=Math.floor(v))&&v>0?Yt(O=>{O.setUTCFullYear(Math.floor(O.getUTCFullYear()/v)*v),O.setUTCMonth(0,1),O.setUTCHours(0,0,0,0)},(O,E)=>{O.setUTCFullYear(O.getUTCFullYear()+E*v)}):null;const[$1,p4]=M2(Bl,yc,$i,Jd,Xo,Za),[Z1,Ju]=M2(ql,Jl,Wc,Zl,hd,Ar);function J1(v){if(0<=v.y&&v.y<100){var O=new Date(-1,v.m,v.d,v.H,v.M,v.S,v.L);return O.setFullYear(v.y),O}return new Date(v.y,v.m,v.d,v.H,v.M,v.S,v.L)}function Ao(v){if(0<=v.y&&v.y<100){var O=new Date(Date.UTC(-1,v.m,v.d,v.H,v.M,v.S,v.L));return O.setUTCFullYear(v.y),O}return new Date(Date.UTC(v.y,v.m,v.d,v.H,v.M,v.S,v.L))}function md(v,O,E){return{y:v,m:O,d:E,H:0,M:0,S:0,L:0}}var Lr={"-":"",_:" ",0:"0"},Jr=/^\s*\d+/,Lo=/^%/,pd=/[\\^$*+?|[\]().{}]/g;function Na(v,O,E){var y=v<0?"-":"",N=(y?-v:v)+"",V=N.length;return y+(V[O.toLowerCase(),E]))}function qa(v,O,E){var y=Jr.exec(O.slice(E,E+1));return y?(v.w=+y[0],E+y[0].length):-1}function q1(v,O,E){var y=Jr.exec(O.slice(E,E+1));return y?(v.u=+y[0],E+y[0].length):-1}function E2(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.U=+y[0],E+y[0].length):-1}function e0(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.V=+y[0],E+y[0].length):-1}function e1(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.W=+y[0],E+y[0].length):-1}function zl(v,O,E){var y=Jr.exec(O.slice(E,E+4));return y?(v.y=+y[0],E+y[0].length):-1}function _d(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.y=+y[0]+(+y[0]>68?1900:2e3),E+y[0].length):-1}function Ir(v,O,E){var y=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(O.slice(E,E+6));return y?(v.Z=y[1]?0:-(y[2]+(y[3]||"00")),E+y[0].length):-1}function nr(v,O,E){var y=Jr.exec(O.slice(E,E+1));return y?(v.q=3*y[0]-3,E+y[0].length):-1}function w2(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.m=y[0]-1,E+y[0].length):-1}function Or(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.d=+y[0],E+y[0].length):-1}function vd(v,O,E){var y=Jr.exec(O.slice(E,E+3));return y?(v.m=0,v.d=+y[0],E+y[0].length):-1}function tc(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.H=+y[0],E+y[0].length):-1}function Xc(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.M=+y[0],E+y[0].length):-1}function t1(v,O,E){var y=Jr.exec(O.slice(E,E+2));return y?(v.S=+y[0],E+y[0].length):-1}function t0(v,O,E){var y=Jr.exec(O.slice(E,E+3));return y?(v.L=+y[0],E+y[0].length):-1}function n1(v,O,E){var y=Jr.exec(O.slice(E,E+6));return y?(v.L=Math.floor(y[0]/1e3),E+y[0].length):-1}function eh(v,O,E){var y=Lo.exec(O.slice(E,E+1));return y?E+y[0].length:-1}function n0(v,O,E){var y=Jr.exec(O.slice(E));return y?(v.Q=+y[0],E+y[0].length):-1}function Kc(v,O,E){var y=Jr.exec(O.slice(E));return y?(v.s=+y[0],E+y[0].length):-1}function a1(v,O){return Na(v.getDate(),O,2)}function S2(v,O){return Na(v.getHours(),O,2)}function T2(v,O){return Na(v.getHours()%12||12,O,2)}function r1(v,O){return Na(1+Zl.count(ql(v),v),O,3)}function Yc(v,O){return Na(v.getMilliseconds(),O,3)}function s1(v,O){return Yc(v,O)+"000"}function a0(v,O){return Na(v.getMonth()+1,O,2)}function o1(v,O){return Na(v.getMinutes(),O,2)}function th(v,O){return Na(v.getSeconds(),O,2)}function yd(v){var O=v.getDay();return 0===O?7:O}function Qc(v,O){return Na(Wc.count(ql(v)-1,v),O,2)}function D2(v){var O=v.getDay();return O>=4||0===O?vc(v):vc.ceil(v)}function A2(v,O){return v=D2(v),Na(vc.count(ql(v),v)+(4===ql(v).getDay()),O,2)}function L2(v){return v.getDay()}function I2(v,O){return Na(qd.count(ql(v)-1,v),O,2)}function ih(v,O){return Na(v.getFullYear()%100,O,2)}function r0(v,O){return Na((v=D2(v)).getFullYear()%100,O,2)}function nh(v,O){return Na(v.getFullYear()%1e4,O,4)}function bc(v,O){var E=v.getDay();return Na((v=E>=4||0===E?vc(v):vc.ceil(v)).getFullYear()%1e4,O,4)}function s0(v){var O=v.getTimezoneOffset();return(O>0?"-":(O*=-1,"+"))+Na(O/60|0,"0",2)+Na(O%60,"0",2)}function xc(v,O){return Na(v.getUTCDate(),O,2)}function k2(v,O){return Na(v.getUTCHours(),O,2)}function Cs(v,O){return Na(v.getUTCHours()%12||12,O,2)}function R2(v,O){return Na(1+Nl.count(Bl(v),v),O,3)}function O2(v,O){return Na(v.getUTCMilliseconds(),O,3)}function Sl(v,O){return O2(v,O)+"000"}function P2(v,O){return Na(v.getUTCMonth()+1,O,2)}function F2(v,O){return Na(v.getUTCMinutes(),O,2)}function g4(v,O){return Na(v.getUTCSeconds(),O,2)}function l1(v){var O=v.getUTCDay();return 0===O?7:O}function Cc(v,O){return Na($i.count(Bl(v)-1,v),O,2)}function Mc(v){var O=v.getUTCDay();return O>=4||0===O?va(v):va.ceil(v)}function Ha(v,O){return v=Mc(v),Na(va.count(Bl(v),v)+(4===Bl(v).getUTCDay()),O,2)}function Ba(v){return v.getUTCDay()}function $c(v,O){return Na(Tn.count(Bl(v)-1,v),O,2)}function ah(v,O){return Na(v.getUTCFullYear()%100,O,2)}function rh(v,O){return Na((v=Mc(v)).getUTCFullYear()%100,O,2)}function o0(v,O){return Na(v.getUTCFullYear()%1e4,O,4)}function bd(v,O){var E=v.getUTCDay();return Na((v=E>=4||0===E?va(v):va.ceil(v)).getUTCFullYear()%1e4,O,4)}function N2(){return"+0000"}function c1(){return"%"}function B2(v){return+v}function z2(v){return Math.floor(+v/1e3)}function G2(v){return null===v?NaN:+v}!function H2(v){(function qs(v){var O=v.dateTime,E=v.date,y=v.time,N=v.periods,V=v.days,de=v.shortDays,Ge=v.months,Pt=v.shortMonths,Xt=gd(N),hi=ec(N),Si=gd(V),Oi=ec(V),sn=gd(de),on=ec(de),Wn=gd(Ge),Wi=ec(Ge),Ln=gd(Pt),sa=ec(Pt),Xn={a:function Nr(Kn){return de[Kn.getDay()]},A:function Vs(Kn){return V[Kn.getDay()]},b:function jr(Kn){return Pt[Kn.getMonth()]},B:function rr(Kn){return Ge[Kn.getMonth()]},c:null,d:a1,e:a1,f:s1,g:r0,G:bc,H:S2,I:T2,j:r1,L:Yc,m:a0,M:o1,p:function _s(Kn){return N[+(Kn.getHours()>=12)]},q:function vs(Kn){return 1+~~(Kn.getMonth()/3)},Q:B2,s:z2,S:th,u:yd,U:Qc,V:A2,w:L2,W:I2,x:null,X:null,y:ih,Y:nh,Z:s0,"%":c1},la={a:function r2(Kn){return de[Kn.getUTCDay()]},A:function jd(Kn){return V[Kn.getUTCDay()]},b:function Wd(Kn){return Pt[Kn.getUTCMonth()]},B:function Hc(Kn){return Ge[Kn.getUTCMonth()]},c:null,d:xc,e:xc,f:Sl,g:rh,G:bd,H:k2,I:Cs,j:R2,L:O2,m:P2,M:F2,p:function go(Kn){return N[+(Kn.getUTCHours()>=12)]},q:function ld(Kn){return 1+~~(Kn.getUTCMonth()/3)},Q:B2,s:z2,S:g4,u:l1,U:Cc,V:Ha,w:Ba,W:$c,x:null,X:null,y:ah,Y:o0,Z:N2,"%":c1},Ia={a:function Gr(Kn,ba,Pa){var Cn=sn.exec(ba.slice(Pa));return Cn?(Kn.w=on.get(Cn[0].toLowerCase()),Pa+Cn[0].length):-1},A:function as(Kn,ba,Pa){var Cn=Si.exec(ba.slice(Pa));return Cn?(Kn.w=Oi.get(Cn[0].toLowerCase()),Pa+Cn[0].length):-1},b:function _a(Kn,ba,Pa){var Cn=Ln.exec(ba.slice(Pa));return Cn?(Kn.m=sa.get(Cn[0].toLowerCase()),Pa+Cn[0].length):-1},B:function Mr(Kn,ba,Pa){var Cn=Wn.exec(ba.slice(Pa));return Cn?(Kn.m=Wi.get(Cn[0].toLowerCase()),Pa+Cn[0].length):-1},c:function Ya(Kn,ba,Pa){return kr(Kn,O,ba,Pa)},d:Or,e:Or,f:n1,g:_d,G:zl,H:tc,I:tc,j:vd,L:t0,m:w2,M:Xc,p:function to(Kn,ba,Pa){var Cn=Xt.exec(ba.slice(Pa));return Cn?(Kn.p=hi.get(Cn[0].toLowerCase()),Pa+Cn[0].length):-1},q:nr,Q:n0,s:Kc,S:t1,u:q1,U:E2,V:e0,w:qa,W:e1,x:function Us(Kn,ba,Pa){return kr(Kn,E,ba,Pa)},X:function rs(Kn,ba,Pa){return kr(Kn,y,ba,Pa)},y:_d,Y:zl,Z:Ir,"%":eh};function Gn(Kn,ba){return function(Pa){var hr,fa,Wr,Cn=[],es=-1,sr=0,_o=Kn.length;for(Pa instanceof Date||(Pa=new Date(+Pa));++es<_o;)37===Kn.charCodeAt(es)&&(Cn.push(Kn.slice(sr,es)),null!=(fa=Lr[hr=Kn.charAt(++es)])?hr=Kn.charAt(++es):fa="e"===hr?" ":"0",(Wr=ba[hr])&&(hr=Wr(Pa,fa)),Cn.push(hr),sr=es+1);return Cn.push(Kn.slice(sr,es)),Cn.join("")}}function Cr(Kn,ba){return function(Pa){var sr,_o,Cn=md(1900,void 0,1);if(kr(Cn,Kn,Pa+="",0)!=Pa.length)return null;if("Q"in Cn)return new Date(Cn.Q);if("s"in Cn)return new Date(1e3*Cn.s+("L"in Cn?Cn.L:0));if(ba&&!("Z"in Cn)&&(Cn.Z=0),"p"in Cn&&(Cn.H=Cn.H%12+12*Cn.p),void 0===Cn.m&&(Cn.m="q"in Cn?Cn.q:0),"V"in Cn){if(Cn.V<1||Cn.V>53)return null;"w"in Cn||(Cn.w=1),"Z"in Cn?(_o=(sr=Ao(md(Cn.y,0,1))).getUTCDay(),sr=_o>4||0===_o?Tn.ceil(sr):Tn(sr),sr=Nl.offset(sr,7*(Cn.V-1)),Cn.y=sr.getUTCFullYear(),Cn.m=sr.getUTCMonth(),Cn.d=sr.getUTCDate()+(Cn.w+6)%7):(_o=(sr=J1(md(Cn.y,0,1))).getDay(),sr=_o>4||0===_o?qd.ceil(sr):qd(sr),sr=Zl.offset(sr,7*(Cn.V-1)),Cn.y=sr.getFullYear(),Cn.m=sr.getMonth(),Cn.d=sr.getDate()+(Cn.w+6)%7)}else("W"in Cn||"U"in Cn)&&("w"in Cn||(Cn.w="u"in Cn?Cn.u%7:"W"in Cn?1:0),_o="Z"in Cn?Ao(md(Cn.y,0,1)).getUTCDay():J1(md(Cn.y,0,1)).getDay(),Cn.m=0,Cn.d="W"in Cn?(Cn.w+6)%7+7*Cn.W-(_o+5)%7:Cn.w+7*Cn.U-(_o+6)%7);return"Z"in Cn?(Cn.H+=Cn.Z/100|0,Cn.M+=Cn.Z%100,Ao(Cn)):J1(Cn)}}function kr(Kn,ba,Pa,Cn){for(var hr,fa,es=0,sr=ba.length,_o=Pa.length;es=_o)return-1;if(37===(hr=ba.charCodeAt(es++))){if(hr=ba.charAt(es++),!(fa=Ia[hr in Lr?ba.charAt(es++):hr])||(Cn=fa(Kn,Pa,Cn))<0)return-1}else if(hr!=Pa.charCodeAt(Cn++))return-1}return Cn}return Xn.x=Gn(E,Xn),Xn.X=Gn(y,Xn),Xn.c=Gn(O,Xn),la.x=Gn(E,la),la.X=Gn(y,la),la.c=Gn(O,la),{format:function(Kn){var ba=Gn(Kn+="",Xn);return ba.toString=function(){return Kn},ba},parse:function(Kn){var ba=Cr(Kn+="",!1);return ba.toString=function(){return Kn},ba},utcFormat:function(Kn){var ba=Gn(Kn+="",la);return ba.toString=function(){return Kn},ba},utcParse:function(Kn){var ba=Cr(Kn+="",!0);return ba.toString=function(){return Kn},ba}}})(v)}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});const W2=Ja(rl).right,u0=(Ja(G2),W2);function sh(v,O){return v=+v,O=+O,function(E){return Math.round(v*(1-E)+O*E)}}function u1(v){return+v}var h1=[0,1];function wc(v){return v}function ic(v,O){return(O-=v=+v)?function(E){return(E-v)/O}:function h0(v){return function(){return v}}(isNaN(O)?NaN:.5)}function oh(v,O,E){var y=v[0],N=v[1],V=O[0],de=O[1];return NO&&(E=v,v=O,O=E),function(y){return Math.max(v,Math.min(O,y))}}(v[0],v[Oi-1])),Ge=Oi>2?X2:oh,Pt=Xt=null,Si}function Si(Oi){return null==Oi||isNaN(Oi=+Oi)?V:(Pt||(Pt=Ge(v.map(y),O,E)))(y(de(Oi)))}return Si.invert=function(Oi){return de(N((Xt||(Xt=Ge(O,v.map(y),Jn)))(Oi)))},Si.domain=function(Oi){return arguments.length?(v=Array.from(Oi,u1),hi()):v.slice()},Si.range=function(Oi){return arguments.length?(O=Array.from(Oi),hi()):O.slice()},Si.rangeRound=function(Oi){return O=Array.from(Oi),E=sh,hi()},Si.clamp=function(Oi){return arguments.length?(de=!!Oi||wc,hi()):de!==wc},Si.interpolate=function(Oi){return arguments.length?(E=Oi,hi()):E},Si.unknown=function(Oi){return arguments.length?(V=Oi,Si):V},function(Oi,sn){return y=Oi,N=sn,hi()}}()(wc,wc)}function nc(v,O){switch(arguments.length){case 0:break;case 1:this.range(v);break;default:this.range(O).domain(v)}return this}var sc,m0=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Sc(v){if(!(O=m0.exec(v)))throw new Error("invalid format: "+v);var O;return new Tc({fill:O[1],align:O[2],sign:O[3],symbol:O[4],zero:O[5],width:O[6],comma:O[7],precision:O[8]&&O[8].slice(1),trim:O[9],type:O[10]})}function Tc(v){this.fill=void 0===v.fill?" ":v.fill+"",this.align=void 0===v.align?">":v.align+"",this.sign=void 0===v.sign?"-":v.sign+"",this.symbol=void 0===v.symbol?"":v.symbol+"",this.zero=!!v.zero,this.width=void 0===v.width?void 0:+v.width,this.comma=!!v.comma,this.precision=void 0===v.precision?void 0:+v.precision,this.trim=!!v.trim,this.type=void 0===v.type?"":v.type+""}function Cd(v,O){if(!isFinite(v)||0===v)return null;var E=(v=O?v.toExponential(O-1):v.toExponential()).indexOf("e"),y=v.slice(0,E);return[y.length>1?y[0]+y.slice(2):y,+v.slice(E+1)]}function ac(v){return(v=Cd(Math.abs(v)))?v[1]:NaN}function g0(v,O){var E=Cd(v,O);if(!E)return v+"";var y=E[0],N=E[1];return N<0?"0."+new Array(-N).join("0")+y:y.length>N+1?y.slice(0,N+1)+"."+y.slice(N+1):y+new Array(N-y.length+2).join("0")}Sc.prototype=Tc.prototype,Tc.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};const g1={"%":(v,O)=>(100*v).toFixed(O),b:v=>Math.round(v).toString(2),c:v=>v+"",d:function p1(v){return Math.abs(v=Math.round(v))>=1e21?v.toLocaleString("en").replace(/,/g,""):v.toString(10)},e:(v,O)=>v.toExponential(O),f:(v,O)=>v.toFixed(O),g:(v,O)=>v.toPrecision(O),o:v=>Math.round(v).toString(8),p:(v,O)=>g0(100*v,O),r:g0,s:function hh(v,O){var E=Cd(v,O);if(!E)return sc=void 0,v.toPrecision(O);var y=E[0],N=E[1],V=N-(sc=3*Math.max(-8,Math.min(8,Math.floor(N/3))))+1,de=y.length;return V===de?y:V>de?y+new Array(V-de+1).join("0"):V>0?y.slice(0,V)+"."+y.slice(V):"0."+new Array(1-V).join("0")+Cd(v,Math.max(0,O+V-1))[0]},X:v=>Math.round(v).toString(16).toUpperCase(),x:v=>Math.round(v).toString(16)};function Q2(v){return v}var Dc,$2,v0,_0=Array.prototype.map,Jc=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function b0(v){var O=v.domain;return v.ticks=function(E){var y=O();return function Dr(v,O,E){if(!((E=+E)>0))return[];if((v=+v)===(O=+O))return[v];const y=O=N))return[];const Ge=V-N+1,Pt=new Array(Ge);if(y)if(de<0)for(let Xt=0;Xt0;){if((Xt=$l(de,Ge,E))===Pt)return y[N]=de,y[V]=Ge,O(y);if(Xt>0)de=Math.floor(de/Xt)*Xt,Ge=Math.ceil(Ge/Xt)*Xt;else{if(!(Xt<0))break;de=Math.ceil(de*Xt)/Xt,Ge=Math.floor(Ge*Xt)/Xt}Pt=Xt}return v},v}function oc(){var v=Zc();return v.copy=function(){return function K2(v,O){return O.domain(v.domain()).range(v.range()).interpolate(v.interpolate()).clamp(v.clamp()).unknown(v.unknown())}(v,oc())},nc.apply(v,arguments),b0(v)}function v1(v,O,E){v=+v,O=+O,E=(N=arguments.length)<2?(O=v,v=0,1):N<3?1:+E;for(var y=-1,N=0|Math.max(0,Math.ceil((O-v)/E)),V=new Array(N);++y0&&Ge>0&&(Pt+Ge+1>y&&(Ge=Math.max(1,y-Pt)),V.push(E.substring(N-=Ge,N+Ge)),!((Pt+=Ge+1)>y));)Ge=v[de=(de+1)%v.length];return V.reverse().join(O)}}(_0.call(v.grouping,Number),v.thousands+""),E=void 0===v.currency?"":v.currency[0]+"",y=void 0===v.currency?"":v.currency[1]+"",N=void 0===v.decimal?".":v.decimal+"",V=void 0===v.numerals?Q2:function Md(v){return function(O){return O.replace(/[0-9]/g,function(E){return v[+E]})}}(_0.call(v.numerals,String)),de=void 0===v.percent?"%":v.percent+"",Ge=void 0===v.minus?"\u2212":v.minus+"",Pt=void 0===v.nan?"NaN":v.nan+"";function Xt(Si,Oi){var sn=(Si=Sc(Si)).fill,on=Si.align,Wn=Si.sign,Wi=Si.symbol,Ln=Si.zero,sa=Si.width,Xn=Si.comma,la=Si.precision,Ia=Si.trim,Gn=Si.type;"n"===Gn?(Xn=!0,Gn="g"):g1[Gn]||(void 0===la&&(la=12),Ia=!0,Gn="g"),(Ln||"0"===sn&&"="===on)&&(Ln=!0,sn="0",on="=");var Cr=(Oi&&void 0!==Oi.prefix?Oi.prefix:"")+("$"===Wi?E:"#"===Wi&&/[boxX]/.test(Gn)?"0"+Gn.toLowerCase():""),kr=("$"===Wi?y:/[%p]/.test(Gn)?de:"")+(Oi&&void 0!==Oi.suffix?Oi.suffix:""),to=g1[Gn],Gr=/[defgprs%]/.test(Gn);function as(_a){var Us,rs,Nr,Mr=Cr,Ya=kr;if("c"===Gn)Ya=to(_a)+Ya,_a="";else{var Vs=(_a=+_a)<0||1/_a<0;if(_a=isNaN(_a)?Pt:to(Math.abs(_a),la),Ia&&(_a=function p0(v){e:for(var N,O=v.length,E=1,y=-1;E0&&(y=0)}return y>0?v.slice(0,y)+v.slice(N+1):v}(_a)),Vs&&0==+_a&&"+"!==Wn&&(Vs=!1),Mr=(Vs?"("===Wn?Wn:Ge:"-"===Wn||"("===Wn?"":Wn)+Mr,Ya=("s"!==Gn||isNaN(_a)||void 0===sc?"":Jc[8+sc/3])+Ya+(Vs&&"("===Wn?")":""),Gr)for(Us=-1,rs=_a.length;++Us(Nr=_a.charCodeAt(Us))||Nr>57){Ya=(46===Nr?N+_a.slice(Us+1):_a.slice(Us))+Ya,_a=_a.slice(0,Us);break}}Xn&&!Ln&&(_a=O(_a,1/0));var jr=Mr.length+_a.length+Ya.length,rr=jr>1)+Mr+_a+Ya+rr.slice(jr);break;default:_a=rr+Mr+_a+Ya}return V(_a)}return la=void 0===la?6:/[gprs]/.test(Gn)?Math.max(1,Math.min(21,la)):Math.max(0,Math.min(20,la)),as.toString=function(){return Si+""},as}return{format:Xt,formatPrefix:function hi(Si,Oi){var sn=3*Math.max(-8,Math.min(8,Math.floor(ac(Oi)/3))),on=Math.pow(10,-sn),Wn=Xt(((Si=Sc(Si)).type="f",Si),{suffix:Jc[8+sn/3]});return function(Wi){return Wn(on*Wi)}}}}(v),$2=Dc.format,v0=Dc.formatPrefix}({thousands:",",grouping:[3],currency:["$",""]});class mh extends Map{constructor(O,E=x0){if(super(),Object.defineProperties(this,{_intern:{value:new Map},_key:{value:E}}),null!=O)for(const[y,N]of O)this.set(y,N)}get(O){return super.get(Ac(this,O))}has(O){return super.has(Ac(this,O))}set(O,E){return super.set(function J2({_intern:v,_key:O},E){const y=O(E);return v.has(y)?v.get(y):(v.set(y,E),E)}(this,O),E)}delete(O){return super.delete(function y1({_intern:v,_key:O},E){const y=O(E);return v.has(y)&&(E=v.get(y),v.delete(y)),E}(this,O))}}function Ac({_intern:v,_key:O},E){const y=O(E);return v.has(y)?v.get(y):E}function x0(v){return null!==v&&"object"==typeof v?v.valueOf():v}Set;const Ed=Symbol("implicit");function C0(){var v=new mh,O=[],E=[],y=Ed;function N(V){let de=v.get(V);if(void 0===de){if(y!==Ed)return y;v.set(V,de=O.push(V)-1)}return E[de%E.length]}return N.domain=function(V){if(!arguments.length)return O.slice();O=[],v=new mh;for(const de of V)v.has(de)||v.set(de,O.push(de)-1);return N},N.range=function(V){return arguments.length?(E=Array.from(V),N):E.slice()},N.unknown=function(V){return arguments.length?(y=V,N):y},N.copy=function(){return C0(O,E).unknown(y)},nc.apply(N,arguments),N}function Ul(){var V,de,v=C0().unknown(void 0),O=v.domain,E=v.range,y=0,N=1,Ge=!1,Pt=0,Xt=0,hi=.5;function Si(){var Oi=O().length,sn=N=1)return+E(v[y-1],y-1,v);var y,N=(y-1)*O,V=Math.floor(N),de=+E(v[V],V,v);return de+(+E(v[V+1],V+1,v)-de)*(N-V)}}function eu(){var y,v=[],O=[],E=[];function N(){var de=0,Ge=Math.max(1,O.length);for(E=new Array(Ge-1);++de0?E[Ge-1]:v[0],Ge({model:v});function x1(v,O){}function _h(v,O){if(1&v&&(i.j41(0,"span"),i.DNE(1,x1,0,0,"ng-template",5),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngTemplateOutlet",E.template)("ngTemplateOutletContext",i.eq3(2,gh,E.context))}}function td(v,O){if(1&v&&i.nrm(0,"span",6),2&v){const E=i.XpG();i.Y8G("innerHTML",E.title,i.npT)}}function Lc(v,O){if(1&v&&(i.j41(0,"header",4)(1,"span",5),i.EFF(2),i.k0s()()),2&v){const E=i.XpG();i.R7$(2),i.JRh(E.title)}}function vh(v,O){if(1&v){const E=i.RV6();i.j41(0,"li",6)(1,"ngx-charts-legend-entry",7),i.bIt("select",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.labelClick.emit(N))})("activate",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.activate(N))})("deactivate",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.deactivate(N))}),i.k0s()()}if(2&v){const E=O.$implicit,y=i.XpG();i.R7$(),i.Y8G("label",E.label)("formattedLabel",E.formattedLabel)("color",E.color)("isActive",y.isActive(E))}}const yh=["*"];function wd(v,O){if(1&v&&i.nrm(0,"ngx-charts-scale-legend",4),2&v){const E=i.XpG();i.Y8G("horizontal",E.legendOptions&&E.legendOptions.position===E.LegendPosition.Below)("valueRange",E.legendOptions.domain)("colors",E.legendOptions.colors)("height",E.view[1])("width",E.legendWidth)}}function bh(v,O){if(1&v){const E=i.RV6();i.j41(0,"ngx-charts-legend",5),i.bIt("labelClick",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.legendLabelClick.emit(N))})("labelActivate",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.legendLabelActivate.emit(N))})("labelDeactivate",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.legendLabelDeactivate.emit(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("horizontal",E.legendOptions&&E.legendOptions.position===E.LegendPosition.Below)("data",E.legendOptions.domain)("title",E.legendOptions.title)("colors",E.legendOptions.colors)("height",E.view[1])("width",E.legendWidth)("activeEntries",E.activeEntries)}}const tu=["ngx-charts-axis-label",""],C1=["ticksel"],xh=["ngx-charts-x-axis-ticks",""];function Ch(v,O){1&v&&(t.qSk(),i.eu8(0))}function Mh(v,O){if(1&v&&(t.qSk(),i.j41(0,"tspan",12),i.EFF(1),i.k0s()),2&v){const E=O.$implicit;i.BMQ("y",12*O.index),i.R7$(),i.SpI(" ",E," ")}}function Eh(v,O){if(1&v&&(t.qSk(),i.qex(0),i.DNE(1,Mh,2,2,"tspan",11),i.bVm()),2&v){const E=O.ngIf;i.R7$(),i.Y8G("ngForOf",E)}}function wh(v,O){if(1&v&&i.DNE(0,Eh,2,1,"ng-container",8),2&v){const E=i.XpG(2).$implicit,y=i.XpG();i.Y8G("ngIf",y.tickChunks(E))}}function Sh(v,O){if(1&v&&i.EFF(0),2&v){const E=i.XpG().ngIf,y=i.XpG(2);i.SpI(" ",y.tickTrim(E)," ")}}function E0(v,O){if(1&v&&(t.qSk(),i.qex(0),i.j41(1,"title"),i.EFF(2),i.k0s(),i.j41(3,"text",9),i.DNE(4,Ch,1,0,"ng-container",10),i.k0s(),i.DNE(5,wh,1,1,"ng-template",null,1,i.C5r)(7,Sh,1,1,"ng-template",null,2,i.C5r),i.bVm()),2&v){const E=O.ngIf,y=i.sdS(6),N=i.sdS(8),V=i.XpG(2);i.R7$(2),i.JRh(E),i.R7$(),i.BMQ("text-anchor",V.textAnchor)("transform",V.textTransform),i.R7$(),i.Y8G("ngIf",V.isWrapTicksSupported)("ngIfThen",y)("ngIfElse",N)}}function b4(v,O){if(1&v&&(t.qSk(),i.j41(0,"g",7),i.DNE(1,E0,9,6,"ng-container",8),i.k0s()),2&v){const E=O.$implicit,y=i.XpG();i.BMQ("transform",y.tickTransform(E)),i.R7$(),i.Y8G("ngIf",y.tickFormat(E))}}function w0(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.nrm(1,"line",13),i.k0s()),2&v){const E=i.XpG(2);i.BMQ("transform",E.gridLineTransform()),i.R7$(),i.BMQ("y1",-E.gridLineHeight)}}function iu(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,w0,2,2,"g",8),i.k0s()),2&v){const E=O.$implicit,y=i.XpG();i.BMQ("transform",y.tickTransform(E)),i.R7$(),i.Y8G("ngIf",y.showGridLines)}}function M1(v,O){if(1&v&&(t.qSk(),i.nrm(0,"path",14)),2&v){const E=i.XpG();i.BMQ("d",E.referenceAreaPath)("transform",E.gridLineTransform())}}function Th(v,O){if(1&v&&(t.qSk(),i.j41(0,"g")(1,"title"),i.EFF(2),i.k0s(),i.j41(3,"text",17),i.EFF(4),i.k0s()()),2&v){const E=i.XpG(2).$implicit,y=i.XpG();i.R7$(2),i.JRh(y.tickTrim(y.tickFormat(E.value))),i.R7$(2),i.SpI(" ",E.name," ")}}function Dh(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.nrm(1,"line",16),i.DNE(2,Th,5,2,"g",8),i.k0s()),2&v){const E=i.XpG().$implicit,y=i.XpG();i.BMQ("transform",y.transform(E.value)),i.R7$(),i.BMQ("y2",25+y.gridLineHeight)("transform",y.gridLineTransform()),i.R7$(),i.Y8G("ngIf",y.showRefLabels)}}function nu(v,O){if(1&v&&(t.qSk(),i.j41(0,"g",15),i.DNE(1,Dh,3,4,"g",8),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngIf",E.showRefLines)}}const au=["ngx-charts-x-axis",""];function Ah(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",2),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.emitTicksHeight(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("trimTicks",E.trimTicks)("rotateTicks",E.rotateTicks)("maxTickLength",E.maxTickLength)("tickFormatting",E.tickFormatting)("tickArguments",E.tickArguments)("tickStroke",E.tickStroke)("scale",E.xScale)("orient",E.xOrient)("showGridLines",E.showGridLines)("gridLineHeight",E.dims.height)("referenceLines",E.referenceLines)("showRefLines",E.showRefLines)("showRefLabels",E.showRefLabels)("width",E.dims.width)("tickValues",E.ticks)("wrapTicks",E.wrapTicks)}}function Lh(v,O){if(1&v&&(t.qSk(),i.nrm(0,"g",3)),2&v){const E=i.XpG();i.Y8G("label",E.labelText)("offset",E.labelOffset)("orient",E.orientation.Bottom)("height",E.dims.height)("width",E.dims.width)}}const S0=["ngx-charts-y-axis-ticks",""];function T0(v,O){1&v&&(t.qSk(),i.eu8(0))}function ru(v,O){if(1&v&&(t.qSk(),i.j41(0,"tspan",13),i.EFF(1),i.k0s()),2&v){const E=O.$implicit,y=O.index,N=i.XpG(6);i.BMQ("y",y*(8+N.tickSpacing)),i.R7$(),i.SpI(" ",E," ")}}function Ic(v,O){if(1&v&&(t.qSk(),i.qex(0),i.DNE(1,ru,2,2,"tspan",12),i.bVm()),2&v){const E=i.XpG().ngIf;i.R7$(),i.Y8G("ngForOf",E)}}function kc(v,O){if(1&v&&(t.qSk(),i.qex(0),i.DNE(1,Ic,2,1,"ng-container",11),i.bVm()),2&v){const E=O.ngIf;i.XpG(2);const y=i.sdS(8);i.R7$(),i.Y8G("ngIf",E.length>1)("ngIfElse",y)}}function su(v,O){if(1&v&&i.DNE(0,kc,2,2,"ng-container",8),2&v){const E=i.XpG(2).$implicit,y=i.XpG();i.Y8G("ngIf",y.tickChunks(E))}}function D0(v,O){if(1&v&&i.EFF(0),2&v){const E=i.XpG().ngIf,y=i.XpG(2);i.SpI(" ",y.tickTrim(E)," ")}}function id(v,O){if(1&v&&(t.qSk(),i.qex(0),i.j41(1,"title"),i.EFF(2),i.k0s(),i.j41(3,"text",9),i.DNE(4,T0,1,0,"ng-container",10),i.k0s(),i.DNE(5,su,1,1,"ng-template",null,1,i.C5r)(7,D0,1,1,"ng-template",null,2,i.C5r),i.bVm()),2&v){const E=O.ngIf,y=i.sdS(6),N=i.sdS(8),V=i.XpG(2);i.R7$(2),i.JRh(E),i.R7$(),i.xc7("font-size","12px"),i.BMQ("dy",V.dy)("x",V.x1)("y",V.y1)("text-anchor",V.textAnchor),i.R7$(),i.Y8G("ngIf",V.wrapTicks)("ngIfThen",y)("ngIfElse",N)}}function A0(v,O){if(1&v&&(t.qSk(),i.j41(0,"g",7),i.DNE(1,id,9,10,"ng-container",8),i.k0s()),2&v){const E=O.$implicit,y=i.XpG();i.BMQ("transform",y.transform(E)),i.R7$(),i.Y8G("ngIf",y.tickFormat(E))}}function Sd(v,O){if(1&v&&(t.qSk(),i.nrm(0,"path",14)),2&v){const E=i.XpG();i.BMQ("d",E.referenceAreaPath)("transform",E.gridLineTransform())}}function Ih(v,O){if(1&v&&(t.qSk(),i.nrm(0,"line",16)),2&v){const E=i.XpG(3);i.BMQ("x2",E.gridLineWidth)}}function L0(v,O){if(1&v&&(t.qSk(),i.nrm(0,"line",16)),2&v){const E=i.XpG(3);i.BMQ("x2",-E.gridLineWidth)}}function Td(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,Ih,1,1,"line",15)(2,L0,1,1,"line",15),i.k0s()),2&v){const E=i.XpG(2);i.BMQ("transform",E.gridLineTransform()),i.R7$(),i.Y8G("ngIf",E.orient===E.Orientation.Left),i.R7$(),i.Y8G("ngIf",E.orient===E.Orientation.Right)}}function x4(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,Td,3,3,"g",8),i.k0s()),2&v){const E=O.$implicit,y=i.XpG();i.BMQ("transform",y.transform(E)),i.R7$(),i.Y8G("ngIf",y.showGridLines)}}function C4(v,O){if(1&v&&(t.qSk(),i.j41(0,"g")(1,"title"),i.EFF(2),i.k0s(),i.j41(3,"text",19),i.EFF(4),i.k0s()()),2&v){const E=i.XpG(2).$implicit,y=i.XpG();i.R7$(2),i.JRh(y.tickTrim(y.tickFormat(E.value))),i.R7$(),i.BMQ("dy",y.dy)("y",-6)("x",y.gridLineWidth)("text-anchor",y.textAnchor),i.R7$(),i.SpI(" ",E.name," ")}}function Dd(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.nrm(1,"line",18),i.DNE(2,C4,5,6,"g",8),i.k0s()),2&v){const E=i.XpG().$implicit,y=i.XpG();i.BMQ("transform",y.transform(E.value)),i.R7$(),i.BMQ("x2",y.gridLineWidth),i.R7$(),i.Y8G("ngIf",y.showRefLabels)}}function kh(v,O){if(1&v&&(t.qSk(),i.j41(0,"g",17),i.DNE(1,Dd,3,3,"g",8),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngIf",E.showRefLines)}}const Ad=["ngx-charts-y-axis",""];function I0(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",2),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.emitTicksWidth(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("trimTicks",E.trimTicks)("maxTickLength",E.maxTickLength)("tickFormatting",E.tickFormatting)("tickArguments",E.tickArguments)("tickValues",E.ticks)("tickStroke",E.tickStroke)("scale",E.yScale)("orient",E.yOrient)("showGridLines",E.showGridLines)("gridLineWidth",E.dims.width)("referenceLines",E.referenceLines)("showRefLines",E.showRefLines)("showRefLabels",E.showRefLabels)("height",E.dims.height)("wrapTicks",E.wrapTicks)}}function ou(v,O){if(1&v&&(t.qSk(),i.nrm(0,"g",3)),2&v){const E=i.XpG();i.Y8G("label",E.labelText)("offset",E.labelOffset)("orient",E.yOrient)("height",E.dims.height)("width",E.dims.width)}}const Rh=["ngx-charts-svg-linear-gradient",""];function Oh(v,O){if(1&v&&(t.qSk(),i.nrm(0,"stop")),2&v){const E=O.$implicit;i.xc7("stop-color",E.color)("stop-opacity",E.opacity),i.BMQ("offset",E.offset+"%")}}const zh=["ngx-charts-grid-panel",""],Uh=["ngx-charts-grid-panel-series",""];function k0(v,O){if(1&v&&(t.qSk(),i.nrm(0,"g",1)),2&v){const E=O.$implicit;i.AVh("grid-panel",!0)("odd","odd"===E.class)("even","even"===E.class),i.Y8G("height",E.height)("width",E.width)("x",E.x)("y",E.y)}}const Wh=["tooltipTemplate"],Rd=(v,O)=>[v,O],pu=".ngx-charts-outer{animation:chartFadeIn linear .6s}@keyframes chartFadeIn{0%{opacity:0}20%{opacity:0}to{opacity:1}}.ngx-charts{float:left;overflow:visible}.ngx-charts .circle,.ngx-charts .cell,.ngx-charts .bar,.ngx-charts .node,.ngx-charts .link,.ngx-charts .arc{cursor:pointer}.ngx-charts .bar.active,.ngx-charts .bar:hover,.ngx-charts .cell.active,.ngx-charts .cell:hover,.ngx-charts .arc.active,.ngx-charts .arc:hover,.ngx-charts .node.active,.ngx-charts .node:hover,.ngx-charts .link.active,.ngx-charts .link:hover,.ngx-charts .card.active,.ngx-charts .card:hover{opacity:.8;transition:opacity .1s ease-in-out}.ngx-charts .bar:focus,.ngx-charts .cell:focus,.ngx-charts .arc:focus,.ngx-charts .node:focus,.ngx-charts .link:focus,.ngx-charts .card:focus{outline:none}.ngx-charts .bar.hidden,.ngx-charts .cell.hidden,.ngx-charts .arc.hidden,.ngx-charts .node.hidden,.ngx-charts .link.hidden,.ngx-charts .card.hidden{display:none}.ngx-charts g:focus{outline:none}.ngx-charts .line-series.inactive,.ngx-charts .line-series-range.inactive,.ngx-charts .polar-series-path.inactive,.ngx-charts .polar-series-area.inactive,.ngx-charts .area-series.inactive{transition:opacity .1s ease-in-out;opacity:.2}.ngx-charts .line-highlight{display:none}.ngx-charts .line-highlight.active{display:block}.ngx-charts .area{opacity:.6}.ngx-charts .circle:hover{cursor:pointer}.ngx-charts .label{font-size:12px;font-weight:400}.ngx-charts .tooltip-anchor{fill:#000}.ngx-charts .gridline-path{stroke:#ddd;stroke-width:1;fill:none}.ngx-charts .refline-path{stroke:#a8b2c7;stroke-width:1;stroke-dasharray:5;stroke-dashoffset:5}.ngx-charts .refline-label{font-size:9px}.ngx-charts .reference-area{fill-opacity:.05;fill:#000}.ngx-charts .gridline-path-dotted{stroke:#ddd;stroke-width:1;fill:none;stroke-dasharray:1,20;stroke-dashoffset:3}.ngx-charts .grid-panel rect{fill:none}.ngx-charts .grid-panel.odd rect{fill:#0000000d}\n",D1=["ngx-charts-bar",""];function A4(v,O){if(1&v&&(t.qSk(),i.j41(0,"defs"),i.nrm(1,"g",2),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("orientation",E.orientation)("name",E.gradientId)("stops",E.gradientStops)}}const $h=["ngx-charts-bar-label",""],Cu=["ngx-charts-series-vertical",""];function z4(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",2),i.bIt("select",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.onClick(N))})("activate",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.activate.emit(N))})("deactivate",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.deactivate.emit(N))}),i.k0s()}if(2&v){const E=O.$implicit,y=i.XpG(2);i.Y8G("@animationState","active")("@.disabled",!y.animations)("width",E.width)("height",E.height)("x",E.x)("y",E.y)("fill",E.color)("stops",E.gradientStops)("data",E.data)("orientation",y.barOrientation.Vertical)("roundEdges",E.roundEdges)("gradient",y.gradient)("ariaLabel",E.ariaLabel)("isActive",y.isActive(E.data))("tooltipDisabled",y.tooltipDisabled)("tooltipPlacement",y.tooltipPlacement)("tooltipType",y.tooltipType)("tooltipTitle",y.tooltipTemplate?void 0:E.tooltipText)("tooltipTemplate",y.tooltipTemplate)("tooltipContext",E.data)("noBarWhenZero",y.noBarWhenZero)("animations",y.animations)}}function Io(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,z4,1,22,"g",1),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngForOf",E.bars)("ngForTrackBy",E.trackBy)}}function z0(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",2),i.bIt("select",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.onClick(N))})("activate",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.activate.emit(N))})("deactivate",function(N){t.eBV(E);const V=i.XpG(2);return t.Njj(V.deactivate.emit(N))}),i.k0s()}if(2&v){const E=O.$implicit,y=i.XpG(2);i.Y8G("width",E.width)("height",E.height)("x",E.x)("y",E.y)("fill",E.color)("stops",E.gradientStops)("data",E.data)("orientation",y.barOrientation.Vertical)("roundEdges",E.roundEdges)("gradient",y.gradient)("ariaLabel",E.ariaLabel)("isActive",y.isActive(E.data))("tooltipDisabled",y.tooltipDisabled)("tooltipPlacement",y.tooltipPlacement)("tooltipType",y.tooltipType)("tooltipTitle",y.tooltipTemplate?void 0:E.tooltipText)("tooltipTemplate",y.tooltipTemplate)("tooltipContext",E.data)("noBarWhenZero",y.noBarWhenZero)("animations",y.animations)}}function ef(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,z0,1,20,"g",1),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngForOf",E.bars)("ngForTrackBy",E.trackBy)}}function tf(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",4),i.bIt("dimensionsChanged",function(N){const V=t.eBV(E).index,de=i.XpG(2);return t.Njj(de.dataLabelHeightChanged.emit({size:N,index:V}))}),i.k0s()}if(2&v){const E=O.$implicit,y=i.XpG(2);i.Y8G("barX",E.x)("barY",E.y)("barWidth",E.width)("barHeight",E.height)("value",E.total)("valueFormatting",y.dataLabelFormatting)("orientation",y.barOrientation.Vertical)}}function nf(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,tf,1,7,"g",3),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngForOf",E.barsForDataLabels)("ngForTrackBy",E.trackDataLabelBy)}}function af(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",5),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.updateXAxisHeight(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("xScale",E.xScale)("dims",E.dims)("showGridLines",E.showGridLines)("showLabel",E.showXAxisLabel)("labelText",E.xAxisLabel)("trimTicks",E.trimXAxisTicks)("rotateTicks",E.rotateXAxisTicks)("maxTickLength",E.maxXAxisTickLength)("tickFormatting",E.xAxisTickFormatting)("ticks",E.xAxisTicks)("xAxisOffset",E.dataLabelMaxHeight.negative)("wrapTicks",E.wrapTicks)}}function rf(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",6),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.updateYAxisWidth(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("yScale",E.yScale)("dims",E.dims)("showGridLines",E.showGridLines)("showLabel",E.showYAxisLabel)("labelText",E.yAxisLabel)("trimTicks",E.trimYAxisTicks)("maxTickLength",E.maxYAxisTickLength)("tickFormatting",E.yAxisTickFormatting)("ticks",E.yAxisTicks)("referenceLines",E.referenceLines)("showRefLines",E.showRefLines)("showRefLabels",E.showRefLabels)("wrapTicks",E.wrapTicks)}}function Od(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",6),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.updateXAxisHeight(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("xScale",E.groupScale)("dims",E.dims)("showLabel",E.showXAxisLabel)("labelText",E.xAxisLabel)("trimTicks",E.trimXAxisTicks)("rotateTicks",E.rotateXAxisTicks)("maxTickLength",E.maxXAxisTickLength)("tickFormatting",E.xAxisTickFormatting)("ticks",E.xAxisTicks)("xAxisOffset",E.dataLabelMaxHeight.negative)("wrapTicks",E.wrapTicks)}}function Mu(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",7),i.bIt("dimensionsChanged",function(N){t.eBV(E);const V=i.XpG();return t.Njj(V.updateYAxisWidth(N))}),i.k0s()}if(2&v){const E=i.XpG();i.Y8G("yScale",E.valueScale)("dims",E.dims)("showGridLines",E.showGridLines)("showLabel",E.showYAxisLabel)("labelText",E.yAxisLabel)("trimTicks",E.trimYAxisTicks)("maxTickLength",E.maxYAxisTickLength)("tickFormatting",E.yAxisTickFormatting)("ticks",E.yAxisTicks)("wrapTicks",E.wrapTicks)}}function Eu(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",9),i.bIt("select",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onClick(N,V))})("activate",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onActivate(N,V))})("deactivate",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onDeactivate(N,V))})("dataLabelHeightChanged",function(N){const V=t.eBV(E).index,de=i.XpG(2);return t.Njj(de.onDataLabelMaxHeightChanged(N,V))}),i.k0s()}if(2&v){const E=O.$implicit,y=i.XpG(2);i.Y8G("@animationState","active")("activeEntries",y.activeEntries)("xScale",y.innerScale)("yScale",y.valueScale)("colors",y.colors)("series",E.series)("dims",y.dims)("gradient",y.gradient)("tooltipDisabled",y.tooltipDisabled)("tooltipTemplate",y.tooltipTemplate)("showDataLabel",y.showDataLabel)("dataLabelFormatting",y.dataLabelFormatting)("seriesName",E.name)("roundEdges",y.roundEdges)("animations",y.animations)("noBarWhenZero",y.noBarWhenZero),i.BMQ("transform",y.groupTransform(E))}}function Pd(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,Eu,1,17,"g",8),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngForOf",E.results)("ngForTrackBy",E.trackBy)}}function L1(v,O){if(1&v){const E=i.RV6();t.qSk(),i.j41(0,"g",9),i.bIt("select",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onClick(N,V))})("activate",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onActivate(N,V))})("deactivate",function(N){const V=t.eBV(E).$implicit,de=i.XpG(2);return t.Njj(de.onDeactivate(N,V))})("dataLabelHeightChanged",function(N){const V=t.eBV(E).index,de=i.XpG(2);return t.Njj(de.onDataLabelMaxHeightChanged(N,V))}),i.k0s()}if(2&v){const E=O.$implicit,y=i.XpG(2);i.Y8G("activeEntries",y.activeEntries)("xScale",y.innerScale)("yScale",y.valueScale)("colors",y.colors)("series",E.series)("dims",y.dims)("gradient",y.gradient)("tooltipDisabled",y.tooltipDisabled)("tooltipTemplate",y.tooltipTemplate)("showDataLabel",y.showDataLabel)("dataLabelFormatting",y.dataLabelFormatting)("seriesName",E.name)("roundEdges",y.roundEdges)("animations",y.animations)("noBarWhenZero",y.noBarWhenZero),i.BMQ("transform",y.groupTransform(E))}}function sf(v,O){if(1&v&&(t.qSk(),i.j41(0,"g"),i.DNE(1,L1,1,16,"g",8),i.k0s()),2&v){const E=i.XpG();i.R7$(),i.Y8G("ngForOf",E.results)("ngForTrackBy",E.trackBy)}}function Mf(v,O,E){E=E||{};let y,N,V,de=null,Ge=0;function Pt(){Ge=!1===E.leading?0:+new Date,de=null,V=v.apply(y,N)}return function(){const Xt=+new Date;!Ge&&!1===E.leading&&(Ge=Xt);const hi=O-(Xt-Ge);return y=this,N=arguments,hi<=0?(clearTimeout(de),de=null,Ge=Xt,V=v.apply(y,N)):!de&&!1!==E.trailing&&(de=setTimeout(Pt,hi)),V}}function Fu(v,O){return function(y,N,V){return{configurable:!0,enumerable:V.enumerable,get:function(){return Object.defineProperty(this,N,{configurable:!0,enumerable:V.enumerable,value:Mf(V.value,v,O)}),this[N]}}}}var La=function(v){return v.Top="top",v.Bottom="bottom",v.Left="left",v.Right="right",v.Center="center",v}(La||{});function i3(v,O,E){return E===La.Top?v.top-7:E===La.Bottom?v.top+v.height-O.height+7:E===La.Center?v.top+v.height/2-O.height/2:void 0}function Ef(v,O,E){return E===La.Left?v.left-7:E===La.Right?v.left+v.width-O.width+7:E===La.Center?v.left+v.width/2-O.width/2:void 0}class Zo{static calculateVerticalAlignment(O,E,y){let N=i3(O,E,y);return N+E.height>window.innerHeight&&(N=window.innerHeight-E.height),N}static calculateVerticalCaret(O,E,y,N){let V;N===La.Top&&(V=O.height/2-y.height/2+7),N===La.Bottom&&(V=E.height-O.height/2-y.height/2-7),N===La.Center&&(V=E.height/2-y.height/2);const de=i3(O,E,N);return de+E.height>window.innerHeight&&(V+=de+E.height-window.innerHeight),V}static calculateHorizontalAlignment(O,E,y){let N=Ef(O,E,y);return N+E.width>window.innerWidth&&(N=window.innerWidth-E.width),N}static calculateHorizontalCaret(O,E,y,N){let V;N===La.Left&&(V=O.width/2-y.width/2+7),N===La.Right&&(V=E.width-O.width/2-y.width/2-7),N===La.Center&&(V=E.width/2-y.width/2);const de=Ef(O,E,N);return de+E.width>window.innerWidth&&(V+=de+E.width-window.innerWidth),V}static shouldFlip(O,E,y,N){let V=!1;return y===La.Right&&O.left+O.width+E.width+N>window.innerWidth&&(V=!0),y===La.Left&&O.left-E.width-N<0&&(V=!0),y===La.Top&&O.top-E.height-N<0&&(V=!0),y===La.Bottom&&O.top+O.height+E.height+N>window.innerHeight&&(V=!0),V}static positionCaret(O,E,y,N,V){let de=0,Ge=0;return O===La.Right?(Ge=-7,de=Zo.calculateVerticalCaret(y,E,N,V)):O===La.Left?(Ge=E.width,de=Zo.calculateVerticalCaret(y,E,N,V)):O===La.Top?(de=E.height,Ge=Zo.calculateHorizontalCaret(y,E,N,V)):O===La.Bottom&&(de=-7,Ge=Zo.calculateHorizontalCaret(y,E,N,V)),{top:de,left:Ge}}static positionContent(O,E,y,N,V){let de=0,Ge=0;return O===La.Right?(Ge=y.left+y.width+N,de=Zo.calculateVerticalAlignment(y,E,V)):O===La.Left?(Ge=y.left-E.width-N,de=Zo.calculateVerticalAlignment(y,E,V)):O===La.Top?(de=y.top-E.height-N,Ge=Zo.calculateHorizontalAlignment(y,E,V)):O===La.Bottom&&(de=y.top+y.height+N,Ge=Zo.calculateHorizontalAlignment(y,E,V)),{top:de,left:Ge}}static determinePlacement(O,E,y,N){if(Zo.shouldFlip(y,E,O,N)){if(O===La.Right)return La.Left;if(O===La.Left)return La.Right;if(O===La.Top)return La.Bottom;if(O===La.Bottom)return La.Top}return O}}let K0=(()=>{var v;class O{get cssClasses(){let y="ngx-charts-tooltip-content";return y+=` position-${this.placement}`,y+=` type-${this.type}`,y+=` ${this.cssClass}`,y}constructor(y,N,V){this.element=y,this.renderer=N,this.platformId=V}ngAfterViewInit(){setTimeout(this.position.bind(this))}position(){if(!(0,c.UE)(this.platformId))return;const y=this.element.nativeElement,N=this.host.nativeElement.getBoundingClientRect();if(!N.height&&!N.width)return;const V=y.getBoundingClientRect();this.checkFlip(N,V),this.positionContent(y,N,V),this.showCaret&&this.positionCaret(N,V),setTimeout(()=>this.renderer.addClass(y,"animate"),1)}positionContent(y,N,V){const{top:de,left:Ge}=Zo.positionContent(this.placement,V,N,this.spacing,this.alignment);this.renderer.setStyle(y,"top",`${de}px`),this.renderer.setStyle(y,"left",`${Ge}px`)}positionCaret(y,N){const V=this.caretElm.nativeElement,de=V.getBoundingClientRect(),{top:Ge,left:Pt}=Zo.positionCaret(this.placement,N,y,de,this.alignment);this.renderer.setStyle(V,"top",`${Ge}px`),this.renderer.setStyle(V,"left",`${Pt}px`)}checkFlip(y,N){this.placement=Zo.determinePlacement(this.placement,N,y,this.spacing)}onWindowResize(){this.position()}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT),i.rXU(i.sFG),i.rXU(i.Agw))},this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-tooltip-content"]],viewQuery:function(N,V){if(1&N&&i.GBs(ph,5),2&N){let de;i.mGM(de=i.lsd())&&(V.caretElm=de.first)}},hostVars:2,hostBindings:function(N,V){1&N&&i.bIt("resize",function(){return V.onWindowResize()},i.tSv),2&N&&i.HbH(V.cssClasses)},inputs:{host:"host",showCaret:"showCaret",type:"type",placement:"placement",alignment:"alignment",spacing:"spacing",cssClass:"cssClass",title:"title",template:"template",context:"context"},standalone:!1,decls:6,vars:6,consts:[["caretElm",""],[3,"hidden"],[1,"tooltip-content"],[4,"ngIf"],[3,"innerHTML",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"innerHTML"]],template:function(N,V){1&N&&(i.j41(0,"div"),i.nrm(1,"span",1,0),i.j41(3,"div",2),i.DNE(4,_h,2,4,"span",3)(5,td,1,1,"span",4),i.k0s()()),2&N&&(i.R7$(),i.HbH(i.VkB("tooltip-caret position-",V.placement)),i.Y8G("hidden",!V.showCaret),i.R7$(3),i.Y8G("ngIf",!V.title),i.R7$(),i.Y8G("ngIf",V.title))},dependencies:[S.bT,S.T3],styles:[".ngx-charts-tooltip-content{position:fixed;border-radius:3px;z-index:5000;display:block;font-weight:400;opacity:0;pointer-events:none!important}.ngx-charts-tooltip-content.type-popover{background:#fff;color:#060709;border:1px solid #72809b;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;font-size:13px;padding:4px}.ngx-charts-tooltip-content.type-popover .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.ngx-charts-tooltip-content.type-tooltip{color:#fff;background:#000000bf;font-size:12px;padding:0 10px;text-align:center;pointer-events:auto}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content .tooltip-label{display:block;line-height:1em;padding:8px 5px 5px;font-size:1em}.ngx-charts-tooltip-content .tooltip-val{display:block;font-size:1.3em;line-height:1em;padding:0 5px 8px}.ngx-charts-tooltip-content .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.position-right{transform:translate3d(10px,0,0)}.ngx-charts-tooltip-content.position-left{transform:translate3d(-10px,0,0)}.ngx-charts-tooltip-content.position-top{transform:translate3d(0,-10px,0)}.ngx-charts-tooltip-content.position-bottom{transform:translate3d(0,10px,0)}.ngx-charts-tooltip-content.animate{opacity:1;transition:opacity .3s,transform .3s;transform:translateZ(0);pointer-events:auto}.area-tooltip-container{padding:5px 0;pointer-events:none}.tooltip-item{text-align:left;line-height:1.2em;padding:5px 0}.tooltip-item .tooltip-item-color{display:inline-block;height:12px;width:12px;margin-right:5px;color:#5b646b;border-radius:3px}\n"],encapsulation:2}))}return v(),(0,e.Cg)([Fu(100)],O.prototype,"onWindowResize",null),O})();class wf{constructor(O){this.injectionService=O,this.defaults={},this.components=new Map}getByType(O=this.type){return this.components.get(O)}create(O){return this.createByType(this.type,O)}createByType(O,E){E=this.assignDefaults(E);const y=this.injectComponent(O,E);return this.register(O,y),y}destroy(O){const E=this.components.get(O.componentType);if(E&&E.length){const y=E.indexOf(O);y>-1&&(E[y].destroy(),E.splice(y,1))}}destroyAll(){this.destroyByType(this.type)}destroyByType(O){const E=this.components.get(O);if(E&&E.length){let y=E.length-1;for(;y>=0;)this.destroy(E[y--])}}injectComponent(O,E){return this.injectionService.appendComponent(O,E)}assignDefaults(O){const E={...this.defaults.inputs},y={...this.defaults.outputs};return!O.inputs&&!O.outputs&&(O={inputs:O}),E&&(O.inputs={...E,...O.inputs}),y&&(O.outputs={...y,...O.outputs}),O}register(O,E){this.components.has(O)||this.components.set(O,[]),this.components.get(O).push(E)}}let Tf=(()=>{var v;class O{static setGlobalRootViewContainer(y){O.globalRootViewContainer=y}constructor(y,N){this.applicationRef=y,this.injector=N}getRootViewContainer(){if(this._container)return this._container;if(O.globalRootViewContainer)return O.globalRootViewContainer;if(this.applicationRef.components.length)return this.applicationRef.components[0];throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer or setGlobalRootViewContainer.")}setRootViewContainer(y){this._container=y}getComponentRootNode(y){return function Sf(v){return v.element}(y)?y.element.nativeElement:y.hostView&&y.hostView.rootNodes.length>0?y.hostView.rootNodes[0]:y.location.nativeElement}getRootViewContainerNode(y){return this.getComponentRootNode(y)}projectComponentBindings(y,N){if(N){if(void 0!==N.inputs){const V=Object.getOwnPropertyNames(N.inputs);for(const de of V)y.instance[de]=N.inputs[de]}if(void 0!==N.outputs){const V=Object.getOwnPropertyNames(N.outputs);for(const de of V)y.instance[de]=N.outputs[de]}}return y}appendComponent(y,N={},V){V||(V=this.getRootViewContainer());const de=this.getComponentRootNode(V),Ge=new T.aI(de,this.applicationRef,this.injector),Pt=new T.A8(y),Xt=Ge.attach(Pt);return this.projectComponentBindings(Xt,N),Xt}static#e=v=()=>(this.globalRootViewContainer=null,this.\u0275fac=function(N){return new(N||O)(t.KVO(i.o8S),t.KVO(t.zZn))},this.\u0275prov=t.jDH({token:O,factory:O.\u0275fac}))}return v(),O})(),Nu=(()=>{var v;class O extends wf{constructor(y){super(y),this.type=K0}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(t.KVO(Tf))},this.\u0275prov=t.jDH({token:O,factory:O.\u0275fac}))}return v(),O})();var zc=function(v){return v.Right="right",v.Below="below",v}(zc||{}),B1=function(v){return v.ScaleLegend="scaleLegend",v.Legend="legend",v}(B1||{}),aa=function(v){return v.Time="time",v.Linear="linear",v.Ordinal="ordinal",v.Quantile="quantile",v}(aa||{});function Nd(v){return v instanceof Date?v.toLocaleDateString():v.toLocaleString()}let Bu=(()=>{var v;class O{constructor(){this.isActive=!1,this.select=new i.bkB,this.activate=new i.bkB,this.deactivate=new i.bkB,this.toggle=new i.bkB}get trimmedLabel(){return this.formattedLabel||"(empty)"}onMouseEnter(){this.activate.emit({name:this.label})}onMouseLeave(){this.deactivate.emit({name:this.label})}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-legend-entry"]],hostBindings:function(N,V){1&N&&i.bIt("mouseenter",function(){return V.onMouseEnter()})("mouseleave",function(){return V.onMouseLeave()})},inputs:{color:"color",label:"label",formattedLabel:"formattedLabel",isActive:"isActive"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",toggle:"toggle"},standalone:!1,decls:4,vars:6,consts:[["tabindex","-1",3,"click","title"],[1,"legend-label-color",3,"click"],[1,"legend-label-text"]],template:function(N,V){1&N&&(i.j41(0,"span",0),i.bIt("click",function(){return V.select.emit(V.formattedLabel)}),i.j41(1,"span",1),i.bIt("click",function(){return V.toggle.emit(V.formattedLabel)}),i.k0s(),i.j41(2,"span",2),i.EFF(3),i.k0s()()),2&N&&(i.AVh("active",V.isActive),i.Y8G("title",V.formattedLabel),i.R7$(),i.xc7("background-color",V.color),i.R7$(2),i.SpI(" ",V.trimmedLabel," "))},encapsulation:2,changeDetection:0}))}return v(),O})(),Df=(()=>{var v;class O{constructor(y){this.cd=y,this.horizontal=!1,this.labelClick=new i.bkB,this.labelActivate=new i.bkB,this.labelDeactivate=new i.bkB,this.legendEntries=[]}ngOnChanges(y){this.update()}update(){this.cd.markForCheck(),this.legendEntries=this.getLegendEntries()}getLegendEntries(){const y=[];for(const N of this.data){const V=Nd(N);-1===y.findIndex(Ge=>Ge.label===V)&&y.push({label:N,formattedLabel:V,color:this.colors.getColor(N)})}return y}isActive(y){return!!this.activeEntries&&void 0!==this.activeEntries.find(V=>y.label===V.name)}activate(y){this.labelActivate.emit(y)}deactivate(y){this.labelDeactivate.emit(y)}trackBy(y,N){return N.label}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(p.gRc))},this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-legend"]],inputs:{data:"data",title:"title",colors:"colors",height:"height",width:"width",activeEntries:"activeEntries",horizontal:"horizontal"},outputs:{labelClick:"labelClick",labelActivate:"labelActivate",labelDeactivate:"labelDeactivate"},standalone:!1,features:[i.OA$],decls:5,vars:9,consts:[["class","legend-title",4,"ngIf"],[1,"legend-wrap"],[1,"legend-labels"],["class","legend-label",4,"ngFor","ngForOf","ngForTrackBy"],[1,"legend-title"],[1,"legend-title-text"],[1,"legend-label"],[3,"select","activate","deactivate","label","formattedLabel","color","isActive"]],template:function(N,V){1&N&&(i.j41(0,"div"),i.DNE(1,Lc,3,1,"header",0),i.j41(2,"div",1)(3,"ul",2),i.DNE(4,vh,2,4,"li",3),i.k0s()()()),2&N&&(i.xc7("width",V.width,"px"),i.R7$(),i.Y8G("ngIf",(null==V.title?null:V.title.length)>0),i.R7$(2),i.xc7("max-height",V.height-45,"px"),i.AVh("horizontal-legend",V.horizontal),i.R7$(),i.Y8G("ngForOf",V.legendEntries)("ngForTrackBy",V.trackBy))},dependencies:[S.Sq,S.bT,Bu],styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .legend-title{white-space:nowrap;overflow:hidden;margin-left:10px;margin-bottom:5px;font-size:14px;font-weight:700}.chart-legend ul,.chart-legend li{padding:0;margin:0;list-style:none}.chart-legend .horizontal-legend li{display:inline-block}.chart-legend .legend-wrap{width:calc(100% - 10px)}.chart-legend .legend-labels{line-height:85%;list-style:none;text-align:left;float:left;width:100%;border-radius:3px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;background:#0000000d}.chart-legend .legend-label{cursor:pointer;font-size:90%;margin:8px;color:#afb7c8}.chart-legend .legend-label:hover{color:#000;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.chart-legend .legend-label .active .legend-label-text{color:#000}.chart-legend .legend-label-color{display:inline-block;height:15px;width:15px;margin-right:5px;color:#5b646b;border-radius:3px}.chart-legend .legend-label-text{display:inline-block;vertical-align:top;line-height:15px;font-size:12px;width:calc(100% - 20px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chart-legend .legend-title-text{vertical-align:bottom;display:inline-block;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}))}return v(),O})(),n3=(()=>{var v;class O{constructor(){this.horizontal=!1}ngOnChanges(y){const N=this.gradientString(this.colors.range(),this.colors.domain());this.gradient=`linear-gradient(to ${this.horizontal?"right":"bottom"}, ${N})`}gradientString(y,N){N.push(1);const V=[];return y.reverse().forEach((de,Ge)=>{V.push(`${de} ${Math.round(100*N[Ge])}%`)}),V.join(", ")}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-scale-legend"]],inputs:{valueRange:"valueRange",colors:"colors",height:"height",width:"width",horizontal:"horizontal"},standalone:!1,features:[i.OA$],decls:8,vars:10,consts:[[1,"scale-legend"],[1,"scale-legend-label"],[1,"scale-legend-wrap"]],template:function(N,V){1&N&&(i.j41(0,"div",0)(1,"div",1)(2,"span"),i.EFF(3),i.k0s()(),i.nrm(4,"div",2),i.j41(5,"div",1)(6,"span"),i.EFF(7),i.k0s()()()),2&N&&(i.xc7("height",V.horizontal?void 0:V.height,"px")("width",V.width,"px"),i.AVh("horizontal-legend",V.horizontal),i.R7$(3),i.JRh(V.valueRange[1].toLocaleString()),i.R7$(),i.xc7("background",V.gradient),i.R7$(3),i.JRh(V.valueRange[0].toLocaleString()))},styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .scale-legend{text-align:center;display:flex;flex-direction:column}.chart-legend .scale-legend-wrap{display:inline-block;flex:1;width:30px;border-radius:5px;margin:0 auto}.chart-legend .scale-legend-label{font-size:12px}.chart-legend .horizontal-legend.scale-legend{flex-direction:row}.chart-legend .horizontal-legend .scale-legend-wrap{width:auto;height:30px;margin:0 16px}\n"],encapsulation:2,changeDetection:0}))}return v(),O})(),Af=(()=>{var v;class O{constructor(){this.showLegend=!1,this.animations=!0,this.legendLabelClick=new i.bkB,this.legendLabelActivate=new i.bkB,this.legendLabelDeactivate=new i.bkB,this.LegendPosition=zc,this.LegendType=B1}ngOnChanges(y){this.update()}update(){let y=0;this.showLegend&&(this.legendType=this.getLegendType(),(!this.legendOptions||this.legendOptions.position===zc.Right)&&(y=this.legendType===B1.ScaleLegend?1:2)),this.chartWidth=Math.floor(this.view[0]*(12-y)/12),this.legendWidth=this.legendOptions&&this.legendOptions.position!==zc.Right?this.chartWidth:Math.floor(this.view[0]*y/12)}getLegendType(){return this.legendOptions.scaleType===aa.Linear?B1.ScaleLegend:B1.Legend}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-chart"]],inputs:{view:"view",showLegend:"showLegend",legendOptions:"legendOptions",legendType:"legendType",activeEntries:"activeEntries",animations:"animations"},outputs:{legendLabelClick:"legendLabelClick",legendLabelActivate:"legendLabelActivate",legendLabelDeactivate:"legendLabelDeactivate"},standalone:!1,features:[i.Jv_([Nu]),i.OA$],ngContentSelectors:yh,decls:5,vars:8,consts:[[1,"ngx-charts-outer"],[1,"ngx-charts"],["class","chart-legend",3,"horizontal","valueRange","colors","height","width",4,"ngIf"],["class","chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate",4,"ngIf"],[1,"chart-legend",3,"horizontal","valueRange","colors","height","width"],[1,"chart-legend",3,"labelClick","labelActivate","labelDeactivate","horizontal","data","title","colors","height","width","activeEntries"]],template:function(N,V){1&N&&(i.NAR(),i.j41(0,"div",0),t.qSk(),i.j41(1,"svg",1),i.SdG(2),i.k0s(),i.DNE(3,wd,1,5,"ngx-charts-scale-legend",2)(4,bh,1,7,"ngx-charts-legend",3),i.k0s()),2&N&&(i.xc7("width",V.view[0],"px")("height",V.view[1],"px"),i.R7$(),i.BMQ("width",V.chartWidth)("height",V.view[1]),i.R7$(2),i.Y8G("ngIf",V.showLegend&&V.legendType===V.LegendType.ScaleLegend),i.R7$(),i.Y8G("ngIf",V.showLegend&&V.legendType===V.LegendType.Legend))},dependencies:[S.bT,Df,n3],encapsulation:2,changeDetection:0}))}return v(),O})(),a3=(()=>{var v;class O{constructor(y,N){this.element=y,this.zone=N,this.visible=new i.bkB,this.isVisible=!1,this.runCheck()}destroy(){clearTimeout(this.timeout)}onVisibilityChange(){this.zone.run(()=>{this.isVisible=!0,this.visible.emit(!0)})}runCheck(){const y=()=>{if(!this.element)return;const{offsetHeight:N,offsetWidth:V}=this.element.nativeElement;N&&V?(clearTimeout(this.timeout),this.onVisibilityChange()):(clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>y(),100)}))};this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>y())})}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT),i.rXU(i.SKi))},this.\u0275dir=i.FsC({type:O,selectors:[["visibility-observer"]],outputs:{visible:"visible"},standalone:!1}))}return v(),O})();function r3(v){return"[object Date]"===toString.call(v)}let od=(()=>{var v;class O{constructor(y,N,V,de){this.chartElement=y,this.zone=N,this.cd=V,this.platformId=de,this.scheme="cool",this.schemeType=aa.Ordinal,this.animations=!0,this.select=new i.bkB}ngOnInit(){(0,c.Vy)(this.platformId)&&(this.animations=!1)}ngAfterViewInit(){this.bindWindowResizeEvent(),this.visibilityObserver=new a3(this.chartElement,this.zone),this.visibilityObserver.visible.subscribe(this.update.bind(this))}ngOnDestroy(){this.unbindEvents(),this.visibilityObserver&&(this.visibilityObserver.visible.unsubscribe(),this.visibilityObserver.destroy())}ngOnChanges(y){this.update()}update(){if(this.results=this.results?this.cloneData(this.results):[],this.view)this.width=this.view[0],this.height=this.view[1];else{const y=this.getContainerDims();y&&(this.width=y.width,this.height=y.height)}this.width||(this.width=600),this.height||(this.height=400),this.width=Math.floor(this.width),this.height=Math.floor(this.height),this.cd&&this.cd.markForCheck()}getContainerDims(){let y,N;const V=this.chartElement.nativeElement;if((0,c.UE)(this.platformId)&&null!==V.parentNode){const de=V.parentNode.getBoundingClientRect();y=de.width,N=de.height}return y&&N?{width:y,height:N}:null}formatDates(){for(let y=0;y{this.update(),this.cd&&this.cd.markForCheck()});this.resizeSubscription=N}cloneData(y){const N=[];for(const V of y){const de={};if(void 0!==V.name&&(de.name=V.name),void 0!==V.value&&(de.value=V.value),void 0!==V.series){de.series=[];for(const Ge of V.series){const Pt=Object.assign({},Ge);de.series.push(Pt)}}void 0!==V.extra&&(de.extra=JSON.parse(JSON.stringify(V.extra))),void 0!==V.source&&(de.source=V.source),void 0!==V.target&&(de.target=V.target),N.push(de)}return N}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT),i.rXU(i.SKi),i.rXU(p.gRc),i.rXU(i.Agw))},this.\u0275cmp=i.VBU({type:O,selectors:[["base-chart"]],inputs:{results:"results",view:"view",scheme:"scheme",schemeType:"schemeType",customColors:"customColors",animations:"animations"},outputs:{select:"select"},standalone:!1,features:[i.OA$],decls:1,vars:0,template:function(N,V){1&N&&i.nrm(0,"div")},encapsulation:2}))}return v(),O})();var xr=function(v){return v.Top="top",v.Bottom="bottom",v.Left="left",v.Right="right",v}(xr||{});let s3=(()=>{var v;class O{constructor(y){this.textHeight=25,this.margin=5,this.element=y.nativeElement}ngOnChanges(y){this.update()}update(){switch(this.strokeWidth="0.01",this.textAnchor="middle",this.transform="",this.orient){case xr.Top:case xr.Bottom:this.y=this.offset,this.x=this.width/2;break;case xr.Left:this.y=-(this.offset+this.textHeight+this.margin),this.x=-this.height/2,this.transform="rotate(270)";break;case xr.Right:this.y=this.offset+this.margin,this.x=-this.height/2,this.transform="rotate(270)"}}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-axis-label",""]],inputs:{orient:"orient",label:"label",offset:"offset",width:"width",height:"height"},standalone:!1,features:[i.OA$],attrs:tu,decls:2,vars:6,template:function(N,V){1&N&&(t.qSk(),i.j41(0,"text"),i.EFF(1),i.k0s()),2&N&&(i.BMQ("stroke-width",V.strokeWidth)("x",V.x)("y",V.y)("text-anchor",V.textAnchor)("transform",V.transform),i.R7$(),i.SpI(" ",V.label," "))},encapsulation:2,changeDetection:0}))}return v(),O})();function o3(v,O=16){return"string"!=typeof v?"number"==typeof v?v+"":"":(v=v.trim()).length<=O?v:`${v.slice(0,O)}...`}function zu(v,O){if(v.length>O){const E=[],y=Math.floor(v.length/O);for(let N=0;N{const Ge=(V.pop()||"")+" ";return Ge.length+de.length>O?[...V,Ge.trim(),de.trim()]:[...V,Ge+de]},[]);else{let V=0;for(;VE&&(N=N.splice(0,E),N[N.length-1]+="..."),N}var ll=function(v){return v.Start="start",v.Middle="middle",v.End="end",v}(ll||{});function Uc(v,O,E,y,N,[V,de,Ge,Pt]){let Xt="";return Xt=`M${[v+N,O]}`,Xt+="h"+((E=0===(E=Math.floor(E))?1:E)-2*N),Xt+=de?`a${[N,N]} 0 0 1 ${[N,N]}`:`h${N}v${N}`,Xt+="v"+((y=0===(y=Math.floor(y))?1:y)-2*N),Xt+=Pt?`a${[N,N]} 0 0 1 ${[-N,N]}`:`v${N}h${-N}`,Xt+="h"+(2*N-E),Xt+=Ge?`a${[N,N]} 0 0 1 ${[-N,-N]}`:`h${-N}v${-N}`,Xt+="v"+(2*N-y),Xt+=V?`a${[N,N]} 0 0 1 ${[N,-N]}`:`v${-N}h${N}`,Xt+="z",Xt}let Lf=(()=>{var v;class O{get isWrapTicksSupported(){return this.wrapTicks&&this.scale.step}constructor(y){this.platformId=y,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.rotateTicks=!0,this.wrapTicks=!1,this.showRefLabels=!1,this.showRefLines=!1,this.dimensionsChanged=new i.bkB,this.verticalSpacing=20,this.rotateLabels=!1,this.innerTickSize=6,this.outerTickSize=6,this.tickPadding=3,this.textAnchor=ll.Middle,this.maxTicksLength=0,this.maxAllowedLength=16,this.height=0,this.approxHeight=10,this.maxPossibleLengthForTickIfWrapped=16,this.referenceLineLength=0}ngOnChanges(y){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,c.UE)(this.platformId))return void this.dimensionsChanged.emit({height:this.approxHeight});const y=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().height,10);y!==this.height&&(this.height=y,this.dimensionsChanged.emit({height:this.height}),setTimeout(()=>this.updateDims()))}update(){const y=this.scale;this.adjustedScale=this.scale.bandwidth?function(de){return this.scale(de)+.5*this.scale.bandwidth()}:this.scale,this.ticks=this.getTicks();const N=this.orient===xr.Top||this.orient===xr.Right?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,this.orient){case xr.Bottom:this.transform=function(de){return"translate("+this.adjustedScale(de)+",0)"},this.textAnchor=ll.Middle,this.x2=this.innerTickSize*N,this.x1=this.tickSpacing*N,this.dx=N<0?"0em":".71em";break;case xr.Left:this.transform=function(de){return"translate(0,"+this.adjustedScale(de)+")"},this.textAnchor=ll.End,this.y2=this.innerTickSize*-N,this.y1=this.tickSpacing*-N,this.dx=".32em";break;case xr.Top:this.transform=function(de){return"translate("+this.adjustedScale(de)+",0)"},this.textAnchor=ll.Middle,this.y2=this.innerTickSize*N,this.y1=this.tickSpacing*N,this.dx=N<0?"0em":".71em";break;case xr.Right:this.transform=function(de){return"translate(0,"+this.adjustedScale(de)+")"},this.textAnchor=ll.Start,this.x2=this.innerTickSize*-N,this.x1=this.tickSpacing*-N,this.dx=".32em"}this.tickFormat=this.tickFormatting?this.tickFormatting:y.tickFormat?y.tickFormat.apply(y,this.tickArguments):function(de){return"Date"===de.constructor.name?de.toLocaleDateString():de.toLocaleString()};const V=this.rotateTicks?this.getRotationAngle(this.ticks):null;this.textTransform="",V&&0!==V?(this.textTransform=`rotate(${V})`,this.textAnchor=ll.End,this.verticalSpacing=10):this.textAnchor=ll.Middle,setTimeout(()=>this.updateDims())}setReferencelines(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(y=>y.value))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(y=>y.value))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=Uc(this.refMax,25-this.gridLineHeight,this.refMin-this.refMax,this.gridLineHeight,0,[!1,!1,!1,!1])}getRotationAngle(y){let N=0;this.maxTicksLength=0;for(let Oi=0;Oithis.maxTicksLength&&(this.maxTicksLength=on)}const Ge=7*Math.min(this.maxTicksLength,this.maxAllowedLength);let Pt=Ge;const Xt=Math.floor(this.width/y.length);for(;Pt>Xt&&N>-90;)N-=30,Pt=Math.cos(N*(Math.PI/180))*Ge;let hi=14;if(this.isWrapTicksSupported){const Oi=this.ticks.reduce((on,Wn)=>Wn.length>on.length?Wn:on,"");hi=14*(this.tickChunks(Oi).length||1),this.maxPossibleLengthForTickIfWrapped=this.getMaxPossibleLengthForTick(Oi)}const Si=0!==N?Math.max(Math.abs(Math.sin(N*Math.PI/180))*this.maxTickLength*7,10):hi;return this.approxHeight=Math.min(Si,200),this.showRefLines&&this.referenceLines&&this.setReferencelines(),N}getTicks(){let y;const N=this.getMaxTicks(20),V=this.getMaxTicks(100);return this.tickValues?y=this.tickValues:this.scale.ticks?y=this.scale.ticks.apply(this.scale,[V]):(y=this.scale.domain(),y=zu(y,N)),y}getMaxTicks(y){return Math.floor(this.width/y)}tickTransform(y){return"translate("+this.adjustedScale(y)+","+this.verticalSpacing+")"}gridLineTransform(){return`translate(0,${-this.verticalSpacing-5})`}tickTrim(y){return this.trimTicks?o3(y,this.maxTickLength):y}getMaxPossibleLengthForTick(y){if(this.scale.bandwidth){const V=Math.floor(this.scale.bandwidth()/7),de=y.slice(0,V);return Math.max(de.length,this.maxTickLength)}return this.maxTickLength}tickChunks(y){if(y.toString().length>this.maxTickLength&&this.scale.bandwidth){let V=this.rotateTicks?Math.floor(this.scale.step()/14):5;if(V<=1)return[this.tickTrim(y)];let de=Math.max(this.maxPossibleLengthForTickIfWrapped,this.maxTickLength);return(0,c.UE)(this.platformId)||(de=Math.floor(Math.min(this.approxHeight/5,Math.max(this.maxPossibleLengthForTickIfWrapped,this.maxTickLength)))),V=Math.min(V,5),l3(y,de,V<1?1:V)}return[this.tickTrim(y)]}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.Agw))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-x-axis-ticks",""]],viewQuery:function(N,V){if(1&N&&i.GBs(C1,5),2&N){let de;i.mGM(de=i.lsd())&&(V.ticksElement=de.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineHeight:"gridLineHeight",width:"width",rotateTicks:"rotateTicks",wrapTicks:"wrapTicks",referenceLines:"referenceLines",showRefLabels:"showRefLabels",showRefLines:"showRefLines"},outputs:{dimensionsChanged:"dimensionsChanged"},standalone:!1,features:[i.OA$],attrs:xh,decls:6,vars:4,consts:[["ticksel",""],["tmplMultilineTick",""],["tmplSinglelineTick",""],["class","tick",4,"ngFor","ngForOf"],[4,"ngFor","ngForOf"],["class","reference-area",4,"ngIf"],["class","ref-line",4,"ngFor","ngForOf"],[1,"tick"],[4,"ngIf"],["stroke-width","0.01","font-size","12px"],[4,"ngIf","ngIfThen","ngIfElse"],["x","0",4,"ngFor","ngForOf"],["x","0"],["y2","0",1,"gridline-path","gridline-path-vertical"],[1,"reference-area"],[1,"ref-line"],["y1","25",1,"refline-path","gridline-path-vertical"],["transform","rotate(-270) translate(5, -5)",1,"refline-label"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"g",null,0),i.DNE(2,b4,2,2,"g",3),i.k0s(),i.DNE(3,iu,2,2,"g",4)(4,M1,1,2,"path",5)(5,nu,2,1,"g",6)),2&N&&(i.R7$(2),i.Y8G("ngForOf",V.ticks),i.R7$(),i.Y8G("ngForOf",V.ticks),i.R7$(),i.Y8G("ngIf",V.referenceLineLength>1&&V.refMax&&V.refMin&&V.showRefLines),i.R7$(),i.Y8G("ngForOf",V.referenceLines))},dependencies:[S.Sq,S.bT],encapsulation:2,changeDetection:0}))}return v(),O})(),c3=(()=>{var v;class O{constructor(){this.rotateTicks=!0,this.showGridLines=!1,this.xOrient=xr.Bottom,this.xAxisOffset=0,this.wrapTicks=!1,this.dimensionsChanged=new i.bkB,this.xAxisClassName="x axis",this.labelOffset=0,this.fill="none",this.stroke="stroke",this.tickStroke="#ccc",this.strokeWidth="none",this.padding=5,this.orientation=xr}ngOnChanges(y){this.update()}update(){this.transform=`translate(0,${this.xAxisOffset+this.padding+this.dims.height})`,typeof this.xAxisTickCount<"u"&&(this.tickArguments=[this.xAxisTickCount])}emitTicksHeight({height:y}){const N=y+25+5;N!==this.labelOffset&&(this.labelOffset=N,setTimeout(()=>{this.dimensionsChanged.emit({height:y})},0))}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-x-axis",""]],viewQuery:function(N,V){if(1&N&&i.GBs(Lf,5),2&N){let de;i.mGM(de=i.lsd())&&(V.ticksComponent=de.first)}},inputs:{xScale:"xScale",dims:"dims",trimTicks:"trimTicks",rotateTicks:"rotateTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",ticks:"ticks",xAxisTickCount:"xAxisTickCount",xOrient:"xOrient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",xAxisOffset:"xAxisOffset",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},standalone:!1,features:[i.OA$],attrs:au,decls:3,vars:4,consts:[["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","referenceLines","showRefLines","showRefLabels","width","tickValues","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-x-axis-ticks","",3,"dimensionsChanged","trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","referenceLines","showRefLines","showRefLabels","width","tickValues","wrapTicks"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"g"),i.DNE(1,Ah,1,16,"g",0)(2,Lh,1,5,"g",1),i.k0s()),2&N&&(i.BMQ("class",V.xAxisClassName)("transform",V.transform),i.R7$(),i.Y8G("ngIf",V.xScale),i.R7$(),i.Y8G("ngIf",V.showLabel))},dependencies:[S.bT,s3,Lf],encapsulation:2,changeDetection:0}))}return v(),O})(),Uu=(()=>{var v;class O{constructor(y){this.platformId=y,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.showRefLabels=!1,this.showRefLines=!1,this.wrapTicks=!1,this.dimensionsChanged=new i.bkB,this.innerTickSize=6,this.tickPadding=3,this.verticalSpacing=20,this.textAnchor=ll.Middle,this.width=0,this.outerTickSize=6,this.rotateLabels=!1,this.referenceLineLength=0,this.Orientation=xr}ngOnChanges(y){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,c.UE)(this.platformId))return this.width=this.getApproximateAxisWidth(),void this.dimensionsChanged.emit({width:this.width});const y=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().width,10);y!==this.width&&(this.width=y,this.dimensionsChanged.emit({width:y}),setTimeout(()=>this.updateDims()))}update(){const y=this.scale,N=this.orient===xr.Top||this.orient===xr.Right?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:y.tickFormat?y.tickFormat.apply(y,this.tickArguments):function(V){return"Date"===V.constructor.name?V.toLocaleDateString():V.toLocaleString()},this.adjustedScale=y.bandwidth?V=>{const de=y(V)+.5*y.bandwidth();if(this.wrapTicks&&V.toString().length>this.maxTickLength){const Ge=this.tickChunks(V).length;if(1===Ge)return de;const hi=.5*y.bandwidth()-8*Ge*.5;return y(V)+hi}return de}:y,this.showRefLines&&this.referenceLines&&this.setReferencelines(),this.orient){case xr.Top:case xr.Bottom:this.transform=function(V){return"translate("+this.adjustedScale(V)+",0)"},this.textAnchor=ll.Middle,this.y2=this.innerTickSize*N,this.y1=this.tickSpacing*N,this.dy=N<0?"0em":".71em";break;case xr.Left:this.transform=function(V){return"translate(0,"+this.adjustedScale(V)+")"},this.textAnchor=ll.End,this.x2=this.innerTickSize*-N,this.x1=this.tickSpacing*-N,this.dy=".32em";break;case xr.Right:this.transform=function(V){return"translate(0,"+this.adjustedScale(V)+")"},this.textAnchor=ll.Start,this.x2=this.innerTickSize*-N,this.x1=this.tickSpacing*-N,this.dy=".32em"}setTimeout(()=>this.updateDims())}setReferencelines(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(y=>y.value))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(y=>y.value))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=Uc(0,this.refMax,this.gridLineWidth,this.refMin-this.refMax,0,[!1,!1,!1,!1])}getTicks(){let y;const N=this.getMaxTicks(20),V=this.getMaxTicks(50);return this.tickValues?y=this.tickValues:this.scale.ticks?y=this.scale.ticks.apply(this.scale,[V]):(y=this.scale.domain(),y=zu(y,N)),y}getMaxTicks(y){return Math.floor(this.height/y)}tickTransform(y){return`translate(${this.adjustedScale(y)},${this.verticalSpacing})`}gridLineTransform(){return"translate(5,0)"}tickTrim(y){return this.trimTicks?o3(y,this.maxTickLength):y}getApproximateAxisWidth(){return 7*Math.max(...this.ticks.map(V=>this.tickTrim(this.tickFormat(V)).length))}tickChunks(y){if(y.toString().length>this.maxTickLength&&this.scale.bandwidth){const N=this.maxTickLength,V=Math.floor(this.scale.bandwidth()/15);return V<=1?[this.tickTrim(y)]:l3(y,N,Math.min(V,5))}return[this.tickFormat(y)]}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.Agw))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-y-axis-ticks",""]],viewQuery:function(N,V){if(1&N&&i.GBs(C1,5),2&N){let de;i.mGM(de=i.lsd())&&(V.ticksElement=de.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineWidth:"gridLineWidth",height:"height",referenceLines:"referenceLines",showRefLabels:"showRefLabels",showRefLines:"showRefLines",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},standalone:!1,features:[i.OA$],attrs:S0,decls:6,vars:4,consts:[["ticksel",""],["tmplMultilineTick",""],["tmplSinglelineTick",""],["class","tick",4,"ngFor","ngForOf"],["class","reference-area",4,"ngIf"],[4,"ngFor","ngForOf"],["class","ref-line",4,"ngFor","ngForOf"],[1,"tick"],[4,"ngIf"],["stroke-width","0.01"],[4,"ngIf","ngIfThen","ngIfElse"],[4,"ngIf","ngIfElse"],["x","0",4,"ngFor","ngForOf"],["x","0"],[1,"reference-area"],["class","gridline-path gridline-path-horizontal","x1","0",4,"ngIf"],["x1","0",1,"gridline-path","gridline-path-horizontal"],[1,"ref-line"],["x1","0",1,"refline-path","gridline-path-horizontal"],[1,"refline-label"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"g",null,0),i.DNE(2,A0,2,2,"g",3),i.k0s(),i.DNE(3,Sd,1,2,"path",4)(4,x4,2,2,"g",5)(5,kh,2,1,"g",6)),2&N&&(i.R7$(2),i.Y8G("ngForOf",V.ticks),i.R7$(),i.Y8G("ngIf",V.referenceLineLength>1&&V.refMax&&V.refMin&&V.showRefLines),i.R7$(),i.Y8G("ngForOf",V.ticks),i.R7$(),i.Y8G("ngForOf",V.referenceLines))},dependencies:[S.Sq,S.bT],encapsulation:2,changeDetection:0}))}return v(),O})(),If=(()=>{var v;class O{constructor(){this.showGridLines=!1,this.yOrient=xr.Left,this.yAxisOffset=0,this.wrapTicks=!1,this.dimensionsChanged=new i.bkB,this.yAxisClassName="y axis",this.labelOffset=15,this.fill="none",this.stroke="#CCC",this.tickStroke="#CCC",this.strokeWidth=1,this.padding=5}ngOnChanges(y){this.update()}update(){this.offset=-(this.yAxisOffset+this.padding),this.yOrient===xr.Right?(this.labelOffset=65,this.transform=`translate(${this.offset+this.dims.width} , 0)`):this.transform=`translate(${this.offset} , 0)`,void 0!==this.yAxisTickCount&&(this.tickArguments=[this.yAxisTickCount])}emitTicksWidth({width:y}){y!==this.labelOffset&&this.yOrient===xr.Right?(this.labelOffset=y+this.labelOffset,setTimeout(()=>{this.dimensionsChanged.emit({width:y})},0)):y!==this.labelOffset&&(this.labelOffset=y,setTimeout(()=>{this.dimensionsChanged.emit({width:y})},0))}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-y-axis",""]],viewQuery:function(N,V){if(1&N&&i.GBs(Uu,5),2&N){let de;i.mGM(de=i.lsd())&&(V.ticksComponent=de.first)}},inputs:{yScale:"yScale",dims:"dims",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",ticks:"ticks",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",yAxisTickCount:"yAxisTickCount",yOrient:"yOrient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",yAxisOffset:"yAxisOffset",wrapTicks:"wrapTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},standalone:!1,features:[i.OA$],attrs:Ad,decls:3,vars:4,consts:[["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-y-axis-ticks","",3,"dimensionsChanged","trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","wrapTicks"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"g"),i.DNE(1,I0,1,15,"g",0)(2,ou,1,5,"g",1),i.k0s()),2&N&&(i.BMQ("class",V.yAxisClassName)("transform",V.transform),i.R7$(),i.Y8G("ngIf",V.yScale),i.R7$(),i.Y8G("ngIf",V.showLabel))},dependencies:[S.bT,s3,Uu],encapsulation:2,changeDetection:0}))}return v(),O})(),d3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[S.MD]}))}return v(),O})();var Bd=function(v){return v.popover="popover",v.tooltip="tooltip",v}(Bd||{}),Q0=function(v){return v[v.all="all"]="all",v[v.focus="focus"]="focus",v[v.mouseover="mouseover"]="mouseover",v}(Q0||{});let u3=(()=>{var v;class O{get listensForFocus(){return this.tooltipShowEvent===Q0.all||this.tooltipShowEvent===Q0.focus}get listensForHover(){return this.tooltipShowEvent===Q0.all||this.tooltipShowEvent===Q0.mouseover}constructor(y,N,V){this.tooltipService=y,this.viewContainerRef=N,this.renderer=V,this.tooltipCssClass="",this.tooltipAppendToBody=!0,this.tooltipSpacing=10,this.tooltipDisabled=!1,this.tooltipShowCaret=!0,this.tooltipPlacement=La.Top,this.tooltipAlignment=La.Center,this.tooltipType=Bd.popover,this.tooltipCloseOnClickOutside=!0,this.tooltipCloseOnMouseLeave=!0,this.tooltipHideTimeout=300,this.tooltipShowTimeout=100,this.tooltipShowEvent=Q0.all,this.tooltipImmediateExit=!1,this.show=new i.bkB,this.hide=new i.bkB}ngOnDestroy(){this.hideTooltip(!0)}onFocus(){this.listensForFocus&&this.showTooltip()}onBlur(){this.listensForFocus&&this.hideTooltip(!0)}onMouseEnter(){this.listensForHover&&this.showTooltip()}onMouseLeave(y){if(this.listensForHover&&this.tooltipCloseOnMouseLeave){if(clearTimeout(this.timeout),this.component&&this.component.instance.element.nativeElement.contains(y))return;this.hideTooltip(this.tooltipImmediateExit)}}onMouseClick(){this.listensForHover&&this.hideTooltip(!0)}showTooltip(y){if(this.component||this.tooltipDisabled)return;const N=y?0:this.tooltipShowTimeout+(navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)?400:0);clearTimeout(this.timeout),this.timeout=setTimeout(()=>{this.tooltipService.destroyAll();const V=this.createBoundOptions();this.component=this.tooltipService.create(V),setTimeout(()=>{this.component&&this.addHideListeners(this.component.instance.element.nativeElement)},10),this.show.emit(!0)},N)}addHideListeners(y){this.mouseEnterContentEvent=this.renderer.listen(y,"mouseenter",()=>{clearTimeout(this.timeout)}),this.tooltipCloseOnMouseLeave&&(this.mouseLeaveContentEvent=this.renderer.listen(y,"mouseleave",()=>{this.hideTooltip(this.tooltipImmediateExit)})),this.tooltipCloseOnClickOutside&&(this.documentClickEvent=this.renderer.listen("window","click",N=>{y.contains(N.target)||this.hideTooltip()}))}hideTooltip(y=!1){if(!this.component)return;const N=()=>{this.mouseLeaveContentEvent&&this.mouseLeaveContentEvent(),this.mouseEnterContentEvent&&this.mouseEnterContentEvent(),this.documentClickEvent&&this.documentClickEvent(),this.hide.emit(!0),this.tooltipService.destroy(this.component),this.component=void 0};clearTimeout(this.timeout),y?N():this.timeout=setTimeout(N,this.tooltipHideTimeout)}createBoundOptions(){return{title:this.tooltipTitle,template:this.tooltipTemplate,host:this.viewContainerRef.element,placement:this.tooltipPlacement,alignment:this.tooltipAlignment,type:this.tooltipType,showCaret:this.tooltipShowCaret,cssClass:this.tooltipCssClass,spacing:this.tooltipSpacing,context:this.tooltipContext}}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(Nu),i.rXU(i.c1b),i.rXU(i.sFG))},this.\u0275dir=i.FsC({type:O,selectors:[["","ngx-tooltip",""]],hostBindings:function(N,V){1&N&&i.bIt("focusin",function(){return V.onFocus()})("blur",function(){return V.onBlur()})("mouseenter",function(){return V.onMouseEnter()})("mouseleave",function(Ge){return V.onMouseLeave(Ge.target)})("click",function(){return V.onMouseClick()})},inputs:{tooltipCssClass:"tooltipCssClass",tooltipTitle:"tooltipTitle",tooltipAppendToBody:"tooltipAppendToBody",tooltipSpacing:"tooltipSpacing",tooltipDisabled:"tooltipDisabled",tooltipShowCaret:"tooltipShowCaret",tooltipPlacement:"tooltipPlacement",tooltipAlignment:"tooltipAlignment",tooltipType:"tooltipType",tooltipCloseOnClickOutside:"tooltipCloseOnClickOutside",tooltipCloseOnMouseLeave:"tooltipCloseOnMouseLeave",tooltipHideTimeout:"tooltipHideTimeout",tooltipShowTimeout:"tooltipShowTimeout",tooltipTemplate:"tooltipTemplate",tooltipShowEvent:"tooltipShowEvent",tooltipContext:"tooltipContext",tooltipImmediateExit:"tooltipImmediateExit"},outputs:{show:"show",hide:"hide"},standalone:!1}))}return v(),O})(),h3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({providers:[Tf,Nu],imports:[S.MD]}))}return v(),O})();const Vc={};function z1(){let v=("0000"+(Math.random()*Math.pow(36,4)|0).toString(36)).slice(-4);return v=`a${v}`,Vc[v]?z1():(Vc[v]=!0,v)}var Es=function(v){return v.Vertical="vertical",v.Horizontal="horizontal",v}(Es||{});let U1=(()=>{var v;class O{constructor(){this.orientation=Es.Vertical}ngOnChanges(y){this.x1="0%",this.x2="0%",this.y1="0%",this.y2="0%",this.orientation===Es.Horizontal?this.x2="100%":this.orientation===Es.Vertical&&(this.y1="100%")}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-svg-linear-gradient",""]],inputs:{orientation:"orientation",name:"name",stops:"stops"},standalone:!1,features:[i.OA$],attrs:Rh,decls:2,vars:6,consts:[[3,"id"],[3,"stop-color","stop-opacity",4,"ngFor","ngForOf"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"linearGradient",0),i.DNE(1,Oh,1,5,"stop",1),i.k0s()),2&N&&(i.Y8G("id",V.name),i.BMQ("x1",V.x1)("y1",V.y1)("x2",V.x2)("y2",V.y2),i.R7$(),i.Y8G("ngForOf",V.stops))},dependencies:[S.Sq],encapsulation:2,changeDetection:0}))}return v(),O})(),p3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-grid-panel",""]],inputs:{width:"width",height:"height",x:"x",y:"y"},standalone:!1,attrs:zh,decls:1,vars:4,consts:[["stroke","none",1,"gridpanel"]],template:function(N,V){1&N&&(t.qSk(),i.nrm(0,"rect",0)),2&N&&i.BMQ("height",V.height)("width",V.width)("x",V.x)("y",V.y)},encapsulation:2,changeDetection:0}))}return v(),O})();var H1=function(v){return v.Odd="odd",v.Even="even",v}(H1||{});let $0,kf=(()=>{var v;class O{ngOnChanges(y){this.update()}update(){this.gridPanels=this.getGridPanels()}getGridPanels(){return this.data.map(y=>{let N,V,de,Ge,Pt,Xt=H1.Odd;if(this.orient===Es.Vertical){const hi=this.xScale(y.name);Number.parseInt((hi/this.xScale.step()).toString(),10)%2==1&&(Xt=H1.Even),N=this.xScale.bandwidth()*this.xScale.paddingInner(),V=this.xScale.bandwidth()+N,de=this.dims.height,Ge=this.xScale(y.name)-N/2,Pt=0}else if(this.orient===Es.Horizontal){const hi=this.yScale(y.name);Number.parseInt((hi/this.yScale.step()).toString(),10)%2==1&&(Xt=H1.Even),N=this.yScale.bandwidth()*this.yScale.paddingInner(),V=this.dims.width,de=this.yScale.bandwidth()+N,Ge=0,Pt=this.yScale(y.name)-N/2}return{name:y.name,class:Xt,height:de,width:V,x:Ge,y:Pt}})}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-grid-panel-series",""]],inputs:{data:"data",dims:"dims",xScale:"xScale",yScale:"yScale",orient:"orient"},standalone:!1,features:[i.OA$],attrs:Uh,decls:1,vars:1,consts:[["ngx-charts-grid-panel","",3,"height","width","x","y","grid-panel","odd","even",4,"ngFor","ngForOf"],["ngx-charts-grid-panel","",3,"height","width","x","y"]],template:function(N,V){1&N&&i.DNE(0,k0,1,10,"g",0),2&N&&i.Y8G("ngForOf",V.gridPanels)},dependencies:[S.Sq,p3],encapsulation:2,changeDetection:0}))}return v(),O})();typeof window<"u"?$0=window:typeof global<"u"&&($0=global);let Jo=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[S.MD,d3,h3,S.MD,d3,h3]}))}return v(),O})();function y3({width:v,height:O,margins:E,showXAxis:y=!1,showYAxis:N=!1,xAxisHeight:V=0,yAxisWidth:de=0,showXLabel:Ge=!1,showYLabel:Pt=!1,showLegend:Xt=!1,legendType:hi=aa.Ordinal,legendPosition:Si=zc.Right,columns:Oi=12}){let sn=E[3],on=v,Wn=O-E[0]-E[2];return Xt&&Si===zc.Right&&(Oi-=hi===aa.Ordinal?2:1),on=on*Oi/12,on=on-E[1]-E[3],y&&(Wn-=5,Wn-=V,Ge&&(Wn-=30)),N&&(on-=5,on-=de,sn+=de,sn+=10,Pt&&(on-=30,sn+=30)),on=Math.max(0,on),Wn=Math.max(0,Wn),{width:Math.floor(on),height:Math.floor(Wn),xOffset:Math.floor(sn)}}const J0=[{name:"vivid",selectable:!0,group:aa.Ordinal,domain:["#647c8a","#3f51b5","#2196f3","#00b862","#afdf0a","#a7b61a","#f3e562","#ff9800","#ff5722","#ff4514"]},{name:"natural",selectable:!0,group:aa.Ordinal,domain:["#bf9d76","#e99450","#d89f59","#f2dfa7","#a5d7c6","#7794b1","#afafaf","#707160","#ba9383","#d9d5c3"]},{name:"cool",selectable:!0,group:aa.Ordinal,domain:["#a8385d","#7aa3e5","#a27ea8","#aae3f5","#adcded","#a95963","#8796c0","#7ed3ed","#50abcc","#ad6886"]},{name:"fire",selectable:!0,group:aa.Ordinal,domain:["#ff3d00","#bf360c","#ff8f00","#ff6f00","#ff5722","#e65100","#ffca28","#ffab00"]},{name:"solar",selectable:!0,group:aa.Linear,domain:["#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00"]},{name:"air",selectable:!0,group:aa.Linear,domain:["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b"]},{name:"aqua",selectable:!0,group:aa.Linear,domain:["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064"]},{name:"flame",selectable:!1,group:aa.Ordinal,domain:["#A10A28","#D3342D","#EF6D49","#FAAD67","#FDDE90","#DBED91","#A9D770","#6CBA67","#2C9653","#146738"]},{name:"ocean",selectable:!1,group:aa.Ordinal,domain:["#1D68FB","#33C0FC","#4AFFFE","#AFFFFF","#FFFC63","#FDBD2D","#FC8A25","#FA4F1E","#FA141B","#BA38D1"]},{name:"forest",selectable:!1,group:aa.Ordinal,domain:["#55C22D","#C1F33D","#3CC099","#AFFFFF","#8CFC9D","#76CFFA","#BA60FB","#EE6490","#C42A1C","#FC9F32"]},{name:"horizon",selectable:!1,group:aa.Ordinal,domain:["#2597FB","#65EBFD","#99FDD0","#FCEE4B","#FEFCFA","#FDD6E3","#FCB1A8","#EF6F7B","#CB96E8","#EFDEE0"]},{name:"neons",selectable:!1,group:aa.Ordinal,domain:["#FF3333","#FF33FF","#CC33FF","#0000FF","#33CCFF","#33FFFF","#33FF66","#CCFF33","#FFCC00","#FF6600"]},{name:"picnic",selectable:!1,group:aa.Ordinal,domain:["#FAC51D","#66BD6D","#FAA026","#29BB9C","#E96B56","#55ACD2","#B7332F","#2C83C9","#9166B8","#92E7E8"]},{name:"night",selectable:!1,group:aa.Ordinal,domain:["#2B1B5A","#501356","#183356","#28203F","#391B3C","#1E2B3C","#120634","#2D0432","#051932","#453080","#75267D","#2C507D","#4B3880","#752F7D","#35547D"]},{name:"nightLights",selectable:!1,group:aa.Ordinal,domain:["#4e31a5","#9c25a7","#3065ab","#57468b","#904497","#46648b","#32118d","#a00fb3","#1052a2","#6e51bd","#b63cc3","#6c97cb","#8671c1","#b455be","#7496c3"]}];class b3{constructor(O,E,y,N){"string"==typeof O&&(O=J0.find(V=>V.name===O)),this.colorDomain=O.domain,this.scaleType=E,this.domain=y,this.customColors=N,this.scale=this.generateColorScheme(O,E,this.domain)}generateColorScheme(O,E,y){let N;switch("string"==typeof O&&(O=J0.find(V=>V.name===O)),E){case aa.Quantile:N=eu().range(O.domain).domain(y);break;case aa.Ordinal:N=C0().range(O.domain).domain(y);break;case aa.Linear:{const V=[...O.domain];1===V.length&&(V.push(V[0]),this.colorDomain=V);const de=v1(0,1,1/V.length);N=oc().range(V).domain(de)}}return N}getColor(O){if(null==O)throw new Error("Value can not be null");if(this.scaleType===aa.Linear){const E=oc().domain(this.domain).range([0,1]);return this.scale(E(O))}{if("function"==typeof this.customColors)return this.customColors(O);const E=O.toString();let y;return this.customColors&&this.customColors.length>0&&(y=this.customColors.find(N=>N.name.toLowerCase()===E.toLowerCase())),y?y.value:this.scale(O)}}getLinearGradientStops(O,E){void 0===E&&(E=this.domain[0]);const y=oc().domain(this.domain).range([0,1]),N=Ul().domain(this.colorDomain).range([0,1]),V=this.getColor(O),de=y(E),Ge=this.getColor(E),Pt=y(O);let Xt=1,hi=de;const Si=[];for(Si.push({color:Ge,offset:de,originalOffset:de,opacity:1});hi=(Pt-N.bandwidth()).toFixed(4))break;Si.push({color:Oi,offset:sn,opacity:1}),hi=sn,Xt++}}if(Si[Si.length-1].offset<100&&Si.push({color:V,offset:Pt,opacity:1}),Pt===de)Si[0].offset=0,Si[1].offset=100;else if(100!==Si[Si.length-1].offset)for(const Oi of Si)Oi.offset=(Oi.offset-de)/(Pt-de)*100;return Si}}let M3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),E3=(()=>{var v;class O{constructor(y){this.roundEdges=!0,this.gradient=!1,this.offset=0,this.isActive=!1,this.animations=!0,this.noBarWhenZero=!0,this.select=new i.bkB,this.activate=new i.bkB,this.deactivate=new i.bkB,this.hasGradient=!1,this.hideBar=!1,this.element=y.nativeElement}ngOnChanges(y){y.roundEdges&&this.loadAnimation(),this.update()}update(){this.gradientId="grad"+z1().toString(),this.gradientFill=`url(#${this.gradientId})`,this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl(),this.checkToHideBar()}loadAnimation(){this.path=this.getStartingPath(),setTimeout(this.update.bind(this),100)}updatePathEl(){const y=Fn(this.element).select(".bar"),N=this.getPath();this.animations?y.transition().duration(500).attr("d",N):y.attr("d",N)}getGradient(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.getStartOpacity()},{offset:100,color:this.fill,opacity:1}]}getStartingPath(){if(!this.animations)return this.getPath();let N,y=this.getRadius();return this.roundEdges?this.orientation===Es.Vertical?(y=Math.min(this.height,y),N=Uc(this.x,this.y+this.height,this.width,1,0,this.edges)):this.orientation===Es.Horizontal&&(y=Math.min(this.width,y),N=Uc(this.x,this.y,1,this.height,0,this.edges)):this.orientation===Es.Vertical?N=Uc(this.x,this.y+this.height,this.width,1,0,this.edges):this.orientation===Es.Horizontal&&(N=Uc(this.x,this.y,1,this.height,0,this.edges)),N}getPath(){let N,y=this.getRadius();return this.roundEdges?this.orientation===Es.Vertical?(y=Math.min(this.height,y),N=Uc(this.x,this.y,this.width,this.height,y,this.edges)):this.orientation===Es.Horizontal&&(y=Math.min(this.width,y),N=Uc(this.x,this.y,this.width,this.height,y,this.edges)):N=Uc(this.x,this.y,this.width,this.height,y,this.edges),N}getRadius(){let y=0;return this.roundEdges&&this.height>5&&this.width>5&&(y=Math.floor(Math.min(5,this.height/2,this.width/2))),y}getStartOpacity(){return this.roundEdges?.2:.5}get edges(){let y=[!1,!1,!1,!1];return this.roundEdges&&(this.orientation===Es.Vertical?y=this.data.value>0?[!0,!0,!1,!1]:[!1,!1,!0,!0]:this.orientation===Es.Horizontal&&(y=this.data.value>0?[!1,!0,!1,!0]:[!0,!1,!0,!1])),y}onMouseEnter(){this.activate.emit(this.data)}onMouseLeave(){this.deactivate.emit(this.data)}checkToHideBar(){this.hideBar=this.noBarWhenZero&&(this.orientation===Es.Vertical&&0===this.height||this.orientation===Es.Horizontal&&0===this.width)}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-bar",""]],hostBindings:function(N,V){1&N&&i.bIt("mouseenter",function(){return V.onMouseEnter()})("mouseleave",function(){return V.onMouseLeave()})},inputs:{fill:"fill",data:"data",width:"width",height:"height",x:"x",y:"y",orientation:"orientation",roundEdges:"roundEdges",gradient:"gradient",offset:"offset",isActive:"isActive",stops:"stops",animations:"animations",ariaLabel:"ariaLabel",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate"},standalone:!1,features:[i.OA$],attrs:D1,decls:2,vars:8,consts:[[4,"ngIf"],["stroke","none","role","img","tabIndex","-1",1,"bar",3,"click"],["ngx-charts-svg-linear-gradient","",3,"orientation","name","stops"]],template:function(N,V){1&N&&(i.DNE(0,A4,2,3,"defs",0),t.qSk(),i.j41(1,"path",1),i.bIt("click",function(){return V.select.emit(V.data)}),i.k0s()),2&N&&(i.Y8G("ngIf",V.hasGradient),i.R7$(),i.AVh("active",V.isActive)("hidden",V.hideBar),i.BMQ("d",V.path)("aria-label",V.ariaLabel)("fill",V.hasGradient?V.gradientFill:V.fill))},dependencies:[S.bT,U1],encapsulation:2,changeDetection:0}))}return v(),O})();var zd=function(v){return v.Standard="standard",v.Normalized="normalized",v.Stacked="stacked",v}(zd||{}),Ud=function(v){return v.positive="positive",v.negative="negative",v}(Ud||{});let w3=(()=>{var v;class O{constructor(y){this.dimensionsChanged=new i.bkB,this.horizontalPadding=2,this.verticalPadding=5,this.element=y.nativeElement}ngOnChanges(y){this.update()}getSize(){return{height:this.element.getBoundingClientRect().height,width:this.element.getBoundingClientRect().width,negative:this.value<0}}ngAfterViewInit(){this.dimensionsChanged.emit(this.getSize())}update(){this.formatedValue=this.valueFormatting?this.valueFormatting(this.value):Nd(this.value),"horizontal"===this.orientation?(this.x=this.barX+this.barWidth,this.value<0?(this.x=this.x-this.horizontalPadding,this.textAnchor="end"):(this.x=this.x+this.horizontalPadding,this.textAnchor="start"),this.y=this.barY+this.barHeight/2):(this.x=this.barX+this.barWidth/2,this.y=this.barY+this.barHeight,this.value<0?(this.y=this.y+this.verticalPadding,this.textAnchor="end"):(this.y=this.y-this.verticalPadding,this.textAnchor="start"),this.transform=`rotate(-45, ${this.x} , ${this.y})`)}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.aKT))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-bar-label",""]],inputs:{value:"value",valueFormatting:"valueFormatting",barX:"barX",barY:"barY",barWidth:"barWidth",barHeight:"barHeight",orientation:"orientation"},outputs:{dimensionsChanged:"dimensionsChanged"},standalone:!1,features:[i.OA$],attrs:$h,decls:2,vars:5,consts:[["alignment-baseline","middle",1,"textDataLabel"]],template:function(N,V){1&N&&(t.qSk(),i.j41(0,"text",0),i.EFF(1),i.k0s()),2&N&&(i.BMQ("text-anchor",V.textAnchor)("transform",V.transform)("x",V.x)("y",V.y),i.R7$(),i.SpI(" ",V.formatedValue," "))},styles:[".textDataLabel[_ngcontent-%COMP%]{font-size:11px}"],changeDetection:0}))}return v(),O})(),Nf=(()=>{var v;class O{constructor(y){this.platformId=y,this.type=zd.Standard,this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.select=new i.bkB,this.activate=new i.bkB,this.deactivate=new i.bkB,this.dataLabelHeightChanged=new i.bkB,this.barsForDataLabels=[],this.barOrientation=Es,this.isSSR=!1}ngOnInit(){(0,c.Vy)(this.platformId)&&(this.isSSR=!0)}ngOnChanges(){this.update()}update(){let y;this.updateTooltipSettings(),this.series.length&&(y=this.xScale.bandwidth()),y=Math.round(y);const N=Math.max(this.yScale.domain()[0],0),V={[Ud.positive]:0,[Ud.negative]:0};let Ge,de=Ud.positive;this.type===zd.Normalized&&(Ge=this.series.map(Pt=>Pt.value).reduce((Pt,Xt)=>Pt+Xt,0)),this.bars=this.series.map((Pt,Xt)=>{let hi=Pt.value;const Si=this.getLabel(Pt),Oi=Nd(Si);de=hi>0?Ud.positive:Ud.negative;const on={value:hi,label:Si,roundEdges:this.roundEdges,data:Pt,width:y,formattedLabel:Oi,height:0,x:0,y:0};if(this.type===zd.Standard)on.height=Math.abs(this.yScale(hi)-this.yScale(N)),on.x=this.xScale(Si),on.y=this.yScale(hi<0?0:hi);else if(this.type===zd.Stacked){const Wi=V[de],Ln=Wi+hi;V[de]+=hi,on.height=this.yScale(Wi)-this.yScale(Ln),on.x=0,on.y=this.yScale(Ln),on.offset0=Wi,on.offset1=Ln}else if(this.type===zd.Normalized){let Wi=V[de],Ln=Wi+hi;V[de]+=hi,Ge>0?(Wi=100*Wi/Ge,Ln=100*Ln/Ge):(Wi=0,Ln=0),on.height=this.yScale(Wi)-this.yScale(Ln),on.x=0,on.y=this.yScale(Ln),on.offset0=Wi,on.offset1=Ln,hi=(Ln-Wi).toFixed(2)+"%"}this.colors.scaleType===aa.Ordinal?on.color=this.colors.getColor(Si):this.type===zd.Standard?(on.color=this.colors.getColor(hi),on.gradientStops=this.colors.getLinearGradientStops(hi)):(on.color=this.colors.getColor(on.offset1),on.gradientStops=this.colors.getLinearGradientStops(on.offset1,on.offset0));let Wn=Oi;return on.ariaLabel=Oi+" "+hi.toLocaleString(),null!=this.seriesName&&(Wn=`${this.seriesName} \u2022 ${Oi}`,on.data.series=this.seriesName,on.ariaLabel=this.seriesName+" "+on.ariaLabel),on.tooltipText=this.tooltipDisabled?void 0:`\n ${function Y0(v){return v.toLocaleString().replace(/[&'`"<>]/g,O=>({"&":"&","'":"'","`":"`",'"':""","<":"<",">":">"}[O]))}(Wn)}\n ${this.dataLabelFormatting?this.dataLabelFormatting(hi):hi.toLocaleString()}\n `,on}),this.updateDataLabels()}updateDataLabels(){if(this.type===zd.Stacked){this.barsForDataLabels=[];const y={};y.series=this.seriesName;const N=this.series.map(de=>de.value).reduce((de,Ge)=>Ge>0?de+Ge:de,0),V=this.series.map(de=>de.value).reduce((de,Ge)=>Ge<0?de+Ge:de,0);y.total=N+V,y.x=0,y.y=0,y.height=this.yScale(y.total>0?N:V),y.width=this.xScale.bandwidth(),this.barsForDataLabels.push(y)}else this.barsForDataLabels=this.series.map(y=>{const N={};return N.series=this.seriesName??y.label,N.total=y.value,N.x=this.xScale(y.label),N.y=this.yScale(0),N.height=this.yScale(N.total)-this.yScale(0),N.width=this.xScale.bandwidth(),N})}updateTooltipSettings(){this.tooltipPlacement=this.tooltipDisabled?void 0:La.Top,this.tooltipType=this.tooltipDisabled?void 0:Bd.tooltip}isActive(y){return!!this.activeEntries&&void 0!==this.activeEntries.find(V=>y.name===V.name&&y.value===V.value)}onClick(y){this.select.emit(y)}getLabel(y){return y.label?y.label:y.name}trackBy(y,N){return N.label}trackDataLabelBy(y,N){return y+"#"+N.series+"#"+N.total}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)(i.rXU(i.Agw))},this.\u0275cmp=i.VBU({type:O,selectors:[["g","ngx-charts-series-vertical",""]],inputs:{dims:"dims",type:"type",series:"series",xScale:"xScale",yScale:"yScale",colors:"colors",gradient:"gradient",activeEntries:"activeEntries",seriesName:"seriesName",tooltipDisabled:"tooltipDisabled",tooltipTemplate:"tooltipTemplate",roundEdges:"roundEdges",animations:"animations",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",dataLabelHeightChanged:"dataLabelHeightChanged"},standalone:!1,features:[i.OA$],attrs:Cu,decls:3,vars:3,consts:[[4,"ngIf"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar","","ngx-tooltip","",3,"select","activate","deactivate","width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar-label","",3,"dimensionsChanged","barX","barY","barWidth","barHeight","value","valueFormatting","orientation"]],template:function(N,V){1&N&&i.DNE(0,Io,2,2,"g",0)(1,ef,2,2,"g",0)(2,nf,2,2,"g",0),2&N&&(i.Y8G("ngIf",!V.isSSR),i.R7$(),i.Y8G("ngIf",V.isSSR),i.R7$(),i.Y8G("ngIf",V.showDataLabel))},dependencies:[S.Sq,S.bT,u3,E3,w3],encapsulation:2,data:{animation:[(0,w.hZ)("animationState",[(0,w.kY)(":leave",[(0,w.iF)({opacity:1}),(0,w.i0)(500,(0,w.iF)({opacity:0}))])])]},changeDetection:0}))}return v(),O})(),Pm=(()=>{var v;class O extends od{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=zc.Right,this.tooltipDisabled=!1,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.wrapTicks=!1,this.activate=new i.bkB,this.deactivate=new i.bkB,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0}}ngOnChanges(){this.update()}update(){if(super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=y3({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.formatDates(),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`,this.showRefLines){const y=Fn(this.chartElement.nativeElement).select(".bar-chart").node();Fn(this.chartElement.nativeElement).selectAll(".ref-line").nodes().forEach(V=>y.appendChild(V))}}getXScale(){this.xDomain=this.getXDomain();const y=this.xDomain.length/(this.dims.width/this.barPadding+1);return Ul().range([0,this.dims.width]).paddingInner(y).domain(this.xDomain)}getYScale(){this.yDomain=this.getYDomain();const y=oc().range([this.dims.height,0]).domain(this.yDomain);return this.roundDomains?y.nice():y}getXDomain(){return this.results.map(y=>y.label)}getYDomain(){const y=this.results.map(de=>de.value);let N=this.yScaleMin?Math.min(this.yScaleMin,...y):Math.min(0,...y);this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(N=Math.min(N,...this.yAxisTicks));let V=this.yScaleMax?Math.max(this.yScaleMax,...y):Math.max(0,...y);return this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(V=Math.max(V,...this.yAxisTicks)),[N,V]}onClick(y){this.select.emit(y)}setColors(){let y;y=this.schemeType===aa.Ordinal?this.xDomain:this.yDomain,this.colors=new b3(this.scheme,this.schemeType,y,this.customColors)}getLegendOptions(){const y={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return y.scaleType===aa.Ordinal?(y.domain=this.xDomain,y.colors=this.colors,y.title=this.legendTitle):(y.domain=this.yDomain,y.colors=this.colors.scale),y}updateYAxisWidth({width:y}){this.yAxisWidth=y,this.update()}updateXAxisHeight({height:y}){this.xAxisHeight=y,this.update()}onDataLabelMaxHeightChanged(y){y.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,y.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,y.size.height),y.index===this.results.length-1&&setTimeout(()=>this.update())}onActivate(y,N=!1){y=this.results.find(de=>N?de.label===y.name:de.name===y.name),!(this.activeEntries.findIndex(de=>de.name===y.name&&de.value===y.value&&de.series===y.series)>-1)&&(this.activeEntries=[y,...this.activeEntries],this.activate.emit({value:y,entries:this.activeEntries}))}onDeactivate(y,N=!1){y=this.results.find(de=>N?de.label===y.name:de.name===y.name);const V=this.activeEntries.findIndex(de=>de.name===y.name&&de.value===y.value&&de.series===y.series);this.activeEntries.splice(V,1),this.activeEntries=[...this.activeEntries],this.deactivate.emit({value:y,entries:this.activeEntries})}static#e=v=()=>(this.\u0275fac=(()=>{let y;return function(V){return(y||(y=i.xGo(O)))(V||O)}})(),this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-bar-vertical"]],contentQueries:function(N,V,de){if(1&N&&i.wni(de,Wh,5),2&N){let Ge;i.mGM(Ge=i.lsd())&&(V.tooltipTemplate=Ge.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",gradient:"gradient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",yScaleMin:"yScaleMin",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero",wrapTicks:"wrapTicks"},outputs:{activate:"activate",deactivate:"deactivate"},standalone:!1,features:[i.Vt3,i.OA$],decls:5,vars:25,consts:[[3,"legendLabelClick","legendLabelActivate","legendLabelDeactivate","view","showLegend","legendOptions","activeEntries","animations"],[1,"bar-chart","chart"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","referenceLines","showRefLines","showRefLabels","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-series-vertical","",3,"activate","deactivate","select","dataLabelHeightChanged","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","activeEntries","roundEdges","animations","noBarWhenZero"],["ngx-charts-x-axis","",3,"dimensionsChanged","xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks"],["ngx-charts-y-axis","",3,"dimensionsChanged","yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","referenceLines","showRefLines","showRefLabels","wrapTicks"]],template:function(N,V){1&N&&(i.j41(0,"ngx-charts-chart",0),i.bIt("legendLabelClick",function(Ge){return V.onClick(Ge)})("legendLabelActivate",function(Ge){return V.onActivate(Ge,!0)})("legendLabelDeactivate",function(Ge){return V.onDeactivate(Ge,!0)}),t.qSk(),i.j41(1,"g",1),i.DNE(2,af,1,12,"g",2)(3,rf,1,13,"g",3),i.j41(4,"g",4),i.bIt("activate",function(Ge){return V.onActivate(Ge)})("deactivate",function(Ge){return V.onDeactivate(Ge)})("select",function(Ge){return V.onClick(Ge)})("dataLabelHeightChanged",function(Ge){return V.onDataLabelMaxHeightChanged(Ge)}),i.k0s()()()),2&N&&(i.Y8G("view",i.l_i(22,Rd,V.width,V.height))("showLegend",V.legend)("legendOptions",V.legendOptions)("activeEntries",V.activeEntries)("animations",V.animations),i.R7$(),i.BMQ("transform",V.transform),i.R7$(),i.Y8G("ngIf",V.xAxis),i.R7$(),i.Y8G("ngIf",V.yAxis),i.R7$(),i.Y8G("xScale",V.xScale)("yScale",V.yScale)("colors",V.colors)("series",V.results)("dims",V.dims)("gradient",V.gradient)("tooltipDisabled",V.tooltipDisabled)("tooltipTemplate",V.tooltipTemplate)("showDataLabel",V.showDataLabel)("dataLabelFormatting",V.dataLabelFormatting)("activeEntries",V.activeEntries)("roundEdges",V.roundEdges)("animations",V.animations)("noBarWhenZero",V.noBarWhenZero))},dependencies:[S.bT,c3,If,Af,Nf],styles:[pu],encapsulation:2,changeDetection:0}))}return v(),O})(),K6=(()=>{var v;class O extends od{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=zc.Right,this.tooltipDisabled=!1,this.scaleType=aa.Ordinal,this.showGridLines=!0,this.activeEntries=[],this.schemeType=aa.Ordinal,this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.groupPadding=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.wrapTicks=!1,this.activate=new i.bkB,this.deactivate=new i.bkB,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0},this.isSSR=!1,this.barOrientation=Es,this.trackBy=(y,N)=>N.name}ngOnInit(){(0,c.Vy)(this.platformId)&&(this.isSSR=!0)}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=y3({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}onDataLabelMaxHeightChanged(y,N){y.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,y.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,y.size.height),N===this.results.length-1&&setTimeout(()=>this.update())}getGroupScale(){const y=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return Ul().rangeRound([0,this.dims.width]).paddingInner(y).paddingOuter(y/2).domain(this.groupDomain)}getInnerScale(){const y=this.groupScale.bandwidth(),N=this.innerDomain.length/(y/this.barPadding+1);return Ul().rangeRound([0,y]).paddingInner(N).domain(this.innerDomain)}getValueScale(){const y=oc().range([this.dims.height,0]).domain(this.valueDomain);return this.roundDomains?y.nice():y}getGroupDomain(){const y=[];for(const N of this.results)y.includes(N.label)||y.push(N.label);return y}getInnerDomain(){const y=[];for(const N of this.results)for(const V of N.series)y.includes(V.label)||y.push(V.label);return y}getValueDomain(){const y=[];for(const de of this.results)for(const Ge of de.series)y.includes(Ge.value)||y.push(Ge.value);return[Math.min(0,...y),this.yScaleMax?Math.max(this.yScaleMax,...y):Math.max(0,...y)]}groupTransform(y){return`translate(${this.groupScale(y.label)}, 0)`}onClick(y,N){N&&(y.series=N.name),this.select.emit(y)}setColors(){let y;y=this.schemeType===aa.Ordinal?this.innerDomain:this.valueDomain,this.colors=new b3(this.scheme,this.schemeType,y,this.customColors)}getLegendOptions(){const y={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return y.scaleType===aa.Ordinal?(y.domain=this.innerDomain,y.colors=this.colors,y.title=this.legendTitle):(y.domain=this.valueDomain,y.colors=this.colors.scale),y}updateYAxisWidth({width:y}){this.yAxisWidth=y,this.update()}updateXAxisHeight({height:y}){this.xAxisHeight=y,this.update()}onActivate(y,N,V=!1){const de=Object.assign({},y);N&&(de.series=N.name);const Ge=this.results.map(Pt=>Pt.series).flat().filter(Pt=>V?Pt.label===de.name:Pt.name===de.name&&Pt.series===de.series);this.activeEntries=[...Ge],this.activate.emit({value:de,entries:this.activeEntries})}onDeactivate(y,N,V=!1){const de=Object.assign({},y);N&&(de.series=N.name),this.activeEntries=this.activeEntries.filter(Ge=>V?Ge.label!==de.name:!(Ge.name===de.name&&Ge.series===de.series)),this.deactivate.emit({value:de,entries:this.activeEntries})}static#e=v=()=>(this.\u0275fac=(()=>{let y;return function(V){return(y||(y=i.xGo(O)))(V||O)}})(),this.\u0275cmp=i.VBU({type:O,selectors:[["ngx-charts-bar-vertical-2d"]],contentQueries:function(N,V,de){if(1&N&&i.wni(de,Wh,5),2&N){let Ge;i.mGM(Ge=i.lsd())&&(V.tooltipTemplate=Ge.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",scaleType:"scaleType",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",groupPadding:"groupPadding",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero",wrapTicks:"wrapTicks"},outputs:{activate:"activate",deactivate:"deactivate"},standalone:!1,features:[i.Vt3],decls:7,vars:18,consts:[[3,"legendLabelActivate","legendLabelDeactivate","legendLabelClick","view","showLegend","legendOptions","activeEntries","animations"],[1,"bar-chart","chart"],["ngx-charts-grid-panel-series","",3,"xScale","yScale","data","dims","orient"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks","dimensionsChanged",4,"ngIf"],[4,"ngIf"],["ngx-charts-x-axis","",3,"dimensionsChanged","xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","wrapTicks"],["ngx-charts-y-axis","",3,"dimensionsChanged","yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","wrapTicks"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-series-vertical","",3,"select","activate","deactivate","dataLabelHeightChanged","activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero"]],template:function(N,V){1&N&&(i.j41(0,"ngx-charts-chart",0),i.bIt("legendLabelActivate",function(Ge){return V.onActivate(Ge,void 0,!0)})("legendLabelDeactivate",function(Ge){return V.onDeactivate(Ge,void 0,!0)})("legendLabelClick",function(Ge){return V.onClick(Ge)}),t.qSk(),i.j41(1,"g",1),i.nrm(2,"g",2),i.DNE(3,Od,1,11,"g",3)(4,Mu,1,10,"g",4)(5,Pd,2,2,"g",5)(6,sf,2,2,"g",5),i.k0s()()),2&N&&(i.Y8G("view",i.l_i(15,Rd,V.width,V.height))("showLegend",V.legend)("legendOptions",V.legendOptions)("activeEntries",V.activeEntries)("animations",V.animations),i.R7$(),i.BMQ("transform",V.transform),i.R7$(),i.Y8G("xScale",V.groupScale)("yScale",V.valueScale)("data",V.results)("dims",V.dims)("orient",V.barOrientation.Vertical),i.R7$(),i.Y8G("ngIf",V.xAxis),i.R7$(),i.Y8G("ngIf",V.yAxis),i.R7$(),i.Y8G("ngIf",!V.isSSR),i.R7$(),i.Y8G("ngIf",V.isSSR))},dependencies:[S.Sq,S.bT,c3,If,Af,kf,Nf],styles:[pu],encapsulation:2,data:{animation:[(0,w.hZ)("animationState",[(0,w.kY)(":leave",[(0,w.iF)({opacity:1,transform:"*"}),(0,w.i0)(500,(0,w.iF)({opacity:0,transform:"scale(0)"}))])])]},changeDetection:0}))}return v(),O})(),zf=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Fm=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Bm=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),A3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),L3=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})();Math;let Vf=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Gd=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo,Vf,L3]}))}return v(),O})(),ag=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Gl=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Gf=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo,Vf,zf]}))}return v(),O})(),ju=(()=>{var v;class O{static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo]}))}return v(),O})(),Km=(()=>{var v;class O{constructor(){!function jf(){typeof SVGElement<"u"&&typeof SVGElement.prototype.contains>"u"&&(SVGElement.prototype.contains=HTMLDivElement.prototype.contains)}()}static#e=v=()=>(this.\u0275fac=function(N){return new(N||O)},this.\u0275mod=i.$C({type:O}),this.\u0275inj=t.G2t({imports:[Jo,M3,zf,Fm,Bm,A3,ju,L3,Gd,ag,Vf,Gl,Gf]}))}return v(),O})()},52512:(Ae,ee,l)=>{"use strict";function i(p,S){S=encodeURIComponent(S);for(const c of p.split(";")){const e=c.indexOf("="),[T,g]=-1==e?[c,""]:[c.slice(0,e),c.slice(e+1)];if(T.trim()===S)return decodeURIComponent(g)}return null}l.d(ee,{N:()=>t,b:()=>i});class t{}},52529:(Ae,ee,l)=>{var i=ee;i.utils=l(68283),i.common=l(12901),i.sha=l(78528),i.ripemd=l(15283),i.hmac=l(37163),i.sha1=i.sha.sha1,i.sha256=i.sha.sha256,i.sha224=i.sha.sha224,i.sha384=i.sha.sha384,i.sha512=i.sha.sha512,i.ripemd160=i.ripemd.ripemd160},52786:Ae=>{"use strict";Ae.exports=Object.getOwnPropertyDescriptor},52910:Ae=>{"use strict";Ae.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply},52920:(Ae,ee,l)=>{"use strict";l.d(ee,{DJ:()=>M,UI:()=>k,sA:()=>li,w2:()=>Ue});var i=l(2615),t=l(73664),S=(l(61577),l(28203)),c=l(29340),e=l(24545),g=(l(21413),l(56977));let d=(()=>{class Ne extends c.r3{buildStyles(yt,{display:Vt}){const Zt=(0,e.uG)(yt);return{...Zt,display:"none"===Vt?Vt:Zt.display}}}return Ne.\u0275fac=(()=>{let Kt;return function(Vt){return(Kt||(Kt=t.xGo(Ne)))(Vt||Ne)}})(),Ne.\u0275prov=i.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"}),Ne})();const w=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let P=(()=>{class Ne extends c.DJ{constructor(yt,Vt,Zt,ti,Ye){super(yt,Zt,Vt,ti),this._config=Ye,this.DIRECTIVE_KEY="layout",this.init()}updateWithValue(yt){const Zt=this._config.detectLayoutDisplay?this.styler.lookupStyle(this.nativeElement,"display"):"";this.styleCache=j.get(Zt)??new Map,j.set(Zt,this.styleCache),this.currentValue!==yt&&(this.addStyles(yt,{display:Zt}),this.currentValue=yt)}}return Ne.\u0275fac=function(yt){return new(yt||Ne)(t.rXU(t.aKT),t.rXU(c.ZH),t.rXU(d),t.rXU(c.qH),t.rXU(c.EA))},Ne.\u0275dir=t.FsC({type:Ne,standalone:!1,features:[t.Vt3]}),Ne})(),M=(()=>{class Ne extends P{constructor(){super(...arguments),this.inputs=w}}return Ne.\u0275fac=(()=>{let Kt;return function(Vt){return(Kt||(Kt=t.xGo(Ne)))(Vt||Ne)}})(),Ne.\u0275dir=t.FsC({type:Ne,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},standalone:!1,features:[t.Vt3]}),Ne})();const j=new Map;let f=(()=>{class Ne extends c.r3{constructor(yt){super(),this.layoutConfig=yt}buildStyles(yt,Vt){let[Zt,ti,...Ye]=yt.split(" "),Nt=Ye.join(" ");const Et=Vt.direction.indexOf("column")>-1?"column":"row",Jt=(0,e.Vc)(Et)?"max-width":"max-height",qe=(0,e.Vc)(Et)?"min-width":"min-height",$e=String(Nt).indexOf("calc")>-1,tt=$e||"auto"===Nt,vi=String(Nt).indexOf("%")>-1&&!$e,ei=String(Nt).indexOf("px")>-1||String(Nt).indexOf("rem")>-1||String(Nt).indexOf("em")>-1||String(Nt).indexOf("vw")>-1||String(Nt).indexOf("vh")>-1;let ci=$e||ei;Zt="0"==Zt?0:Zt,ti="0"==ti?0:ti;const Hi=!Zt&&!ti;let oi={};const ui={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(Nt||""){case"":Nt="row"===Et?"0%":!1!==this.layoutConfig.useColumnBasisZero?"0.000000001px":"auto";break;case"initial":case"nogrow":Zt=0,Nt="auto";break;case"grow":Nt="100%";break;case"noshrink":ti=0,Nt="auto";break;case"auto":break;case"none":Zt=0,ti=0,Nt="auto";break;default:!ci&&!vi&&!isNaN(Nt)&&(Nt+="%"),"0%"===Nt&&(ci=!0),"0px"===Nt&&(Nt="0%"),oi=(0,e.C5)(ui,$e?{"flex-grow":Zt,"flex-shrink":ti,"flex-basis":ci?Nt:"100%"}:{flex:`${Zt} ${ti} ${ci?Nt:"100%"}`})}return oi.flex||oi["flex-grow"]||(oi=(0,e.C5)(ui,$e?{"flex-grow":Zt,"flex-shrink":ti,"flex-basis":Nt}:{flex:`${Zt} ${ti} ${Nt}`})),"0%"!==Nt&&"0px"!==Nt&&"0.000000001px"!==Nt&&"auto"!==Nt&&(oi[qe]=Hi||ci&&Zt?Nt:null,oi[Jt]=Hi||!tt&&ti?Nt:null),oi[qe]||oi[Jt]?Vt.hasWrap&&(oi[$e?"flex-basis":"flex"]=oi[Jt]?$e?oi[Jt]:`${Zt} ${ti} ${oi[Jt]}`:$e?oi[qe]:`${Zt} ${ti} ${oi[qe]}`):oi=(0,e.C5)(ui,$e?{"flex-grow":Zt,"flex-shrink":ti,"flex-basis":Nt}:{flex:`${Zt} ${ti} ${Nt}`}),(0,e.C5)(oi,{"box-sizing":"border-box"})}}return Ne.\u0275fac=function(yt){return new(yt||Ne)(i.KVO(c.EA))},Ne.\u0275prov=i.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"}),Ne})();const h=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let A=(()=>{class Ne extends c.DJ{constructor(yt,Vt,Zt,ti,Ye){super(yt,ti,Vt,Ye),this.layoutConfig=Zt,this.marshal=Ye,this.DIRECTIVE_KEY="flex",this.direction=void 0,this.wrap=void 0,this.flexGrow="1",this.flexShrink="1",this.init()}get shrink(){return this.flexShrink}set shrink(yt){this.flexShrink=yt||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(yt){this.flexGrow=yt||"1",this.triggerReflow()}ngOnInit(){this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe((0,g.Q)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe((0,g.Q)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}onLayoutChange(yt){const Zt=yt.value.split(" ");this.direction=Zt[0],this.wrap=void 0!==Zt[1]&&"wrap"===Zt[1],this.triggerUpdate()}updateWithValue(yt){void 0===this.direction&&(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent)),void 0===this.wrap&&(this.wrap=this.hasWrap(this.parentElement));const Zt=this.direction,ti=Zt.startsWith("row"),Ye=this.wrap;ti&&Ye?this.styleCache=_:ti&&!Ye?this.styleCache=x:!ti&&Ye?this.styleCache=W:!ti&&!Ye&&(this.styleCache=r);const Nt=String(yt).replace(";",""),Et=(0,c.hN)(Nt,this.flexGrow,this.flexShrink);this.addStyles(Et.join(" "),{direction:Zt,hasWrap:Ye})}triggerReflow(){const yt=this.activatedValue;if(void 0!==yt){const Vt=(0,c.hN)(yt+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,Vt.join(" "))}}}return Ne.\u0275fac=function(yt){return new(yt||Ne)(t.rXU(t.aKT),t.rXU(c.ZH),t.rXU(c.EA),t.rXU(f),t.rXU(c.qH))},Ne.\u0275dir=t.FsC({type:Ne,inputs:{shrink:[0,"fxShrink","shrink"],grow:[0,"fxGrow","grow"]},standalone:!1,features:[t.Vt3]}),Ne})(),k=(()=>{class Ne extends A{constructor(){super(...arguments),this.inputs=h}}return Ne.\u0275fac=(()=>{let Kt;return function(Vt){return(Kt||(Kt=t.xGo(Ne)))(Vt||Ne)}})(),Ne.\u0275dir=t.FsC({type:Ne,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},standalone:!1,features:[t.Vt3]}),Ne})();const x=new Map,r=new Map,_=new Map,W=new Map;let J=(()=>{class Ne extends c.r3{buildStyles(yt,Vt){const Zt={},[ti,Ye]=yt.split(" ");switch(ti){case"center":Zt["justify-content"]="center";break;case"space-around":Zt["justify-content"]="space-around";break;case"space-between":Zt["justify-content"]="space-between";break;case"space-evenly":Zt["justify-content"]="space-evenly";break;case"end":case"flex-end":Zt["justify-content"]="flex-end";break;default:Zt["justify-content"]="flex-start"}switch(Ye){case"start":case"flex-start":Zt["align-items"]=Zt["align-content"]="flex-start";break;case"center":Zt["align-items"]=Zt["align-content"]="center";break;case"end":case"flex-end":Zt["align-items"]=Zt["align-content"]="flex-end";break;case"space-between":Zt["align-content"]="space-between",Zt["align-items"]="stretch";break;case"space-around":Zt["align-content"]="space-around",Zt["align-items"]="stretch";break;case"baseline":Zt["align-content"]="stretch",Zt["align-items"]="baseline";break;default:Zt["align-items"]=Zt["align-content"]="stretch"}return(0,e.C5)(Zt,{display:Vt.inline?"inline-flex":"flex","flex-direction":Vt.layout,"box-sizing":"border-box","max-width":"stretch"===Ye?(0,e.Vc)(Vt.layout)?null:"100%":null,"max-height":"stretch"===Ye&&(0,e.Vc)(Vt.layout)?"100%":null})}}return Ne.\u0275fac=(()=>{let Kt;return function(Vt){return(Kt||(Kt=t.xGo(Ne)))(Vt||Ne)}})(),Ne.\u0275prov=i.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"}),Ne})();const fe=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let ht=(()=>{class Ne extends c.DJ{constructor(yt,Vt,Zt,ti){super(yt,Zt,Vt,ti),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe((0,g.Q)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(yt){const Vt=this.layout||"row",Zt=this.inline;"row"===Vt&&Zt?this.styleCache=le:"row"!==Vt||Zt?"row-reverse"===Vt&&Zt?this.styleCache=ce:"row-reverse"!==Vt||Zt?"column"===Vt&&Zt?this.styleCache=te:"column"!==Vt||Zt?"column-reverse"===Vt&&Zt?this.styleCache=se:"column-reverse"===Vt&&!Zt&&(this.styleCache=Rt):this.styleCache=di:this.styleCache=kt:this.styleCache=Qt,this.addStyles(yt,{layout:Vt,inline:Zt})}onLayoutChange(yt){const Vt=yt.value.split(" ");this.layout=Vt[0],this.inline=yt.value.includes("inline"),e.Uo.find(Zt=>Zt===this.layout)||(this.layout="row"),this.triggerUpdate()}}return Ne.\u0275fac=function(yt){return new(yt||Ne)(t.rXU(t.aKT),t.rXU(c.ZH),t.rXU(J),t.rXU(c.qH))},Ne.\u0275dir=t.FsC({type:Ne,standalone:!1,features:[t.Vt3]}),Ne})(),li=(()=>{class Ne extends ht{constructor(){super(...arguments),this.inputs=fe}}return Ne.\u0275fac=(()=>{let Kt;return function(Vt){return(Kt||(Kt=t.xGo(Ne)))(Vt||Ne)}})(),Ne.\u0275dir=t.FsC({type:Ne,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},standalone:!1,features:[t.Vt3]}),Ne})();const Qt=new Map,di=new Map,kt=new Map,Rt=new Map,le=new Map,te=new Map,ce=new Map,se=new Map;let Ue=(()=>{class Ne{}return Ne.\u0275fac=function(yt){return new(yt||Ne)},Ne.\u0275mod=t.$C({type:Ne}),Ne.\u0275inj=i.G2t({imports:[c.Ui,S.jI]}),Ne})()},52929:(Ae,ee,l)=>{"use strict";l.d(ee,{Qu:()=>S,VD:()=>c,ZE:()=>p,gZ:()=>t});var i=l(73664);let t=(()=>{var e;class T{transform(d,w){return d?.replace(/^[0]+/g,"")}static#e=e=()=>(this.\u0275fac=function(w){return new(w||T)},this.\u0275pipe=i.EJ8({name:"removeleadingzeros",type:T,pure:!0,standalone:!1}))}return e(),T})(),p=(()=>{var e;class T{transform(d,w){return d?.replace(/(?:^\w|[A-Z]|\b\w)/g,(m,P)=>m.toUpperCase())?.replace(/\s+/g,"")?.replace(/-/g," ")}static#e=e=()=>(this.\u0275fac=function(w){return new(w||T)},this.\u0275pipe=i.EJ8({name:"camelcase",type:T,pure:!0,standalone:!1}))}return e(),T})(),S=(()=>{var e;class T{transform(d,w,m){return d.replace(/(?:^\w|[A-Z]|\b\w)/g,(P,M)=>" "+P.toUpperCase())}static#e=e=()=>(this.\u0275fac=function(w){return new(w||T)},this.\u0275pipe=i.EJ8({name:"camelCaseWithSpaces",type:T,pure:!0,standalone:!1}))}return e(),T})(),c=(()=>{var e;class T{transform(d,w,m){return d=d?d.toLowerCase().replace(/\s+/g,"")?.replace(/-/g," "):"",w&&(d=d.replace(new RegExp(w,"g")," ")),m&&(d=d.replace(new RegExp(m,"g")," ")),d.replace(/(?:^\w|[A-Z]|\b\w)/g,(P,M)=>P.toUpperCase())}static#e=e=()=>(this.\u0275fac=function(w){return new(w||T)},this.\u0275pipe=i.EJ8({name:"camelcaseWithReplace",type:T,pure:!0,standalone:!1}))}return e(),T})()},52965:(Ae,ee,l)=>{ee.publicEncrypt=l(87267),ee.privateDecrypt=l(98613),ee.privateEncrypt=function(t,p){return ee.publicEncrypt(t,p,!0)},ee.publicDecrypt=function(t,p){return ee.privateDecrypt(t,p,!0)}},53155:(Ae,ee,l)=>{"use strict";l.d(ee,{t:()=>S});var i=l(73664);const t=["mat-internal-form-field",""],p=["*"];let S=(()=>{class c{labelPosition;static \u0275fac=function(g){return new(g||c)};static \u0275cmp=i.VBU({type:c,selectors:[["div","mat-internal-form-field",""]],hostAttrs:[1,"mdc-form-field","mat-internal-form-field"],hostVars:2,hostBindings:function(g,d){2&g&&i.AVh("mdc-form-field--align-end","before"===d.labelPosition)},inputs:{labelPosition:"labelPosition"},attrs:t,ngContentSelectors:p,decls:1,vars:0,template:function(g,d){1&g&&(i.NAR(),i.SdG(0))},styles:[".mat-internal-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-flex;align-items:center;vertical-align:middle}.mat-internal-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mat-internal-form-field>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end .mdc-form-field--align-end label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0}\n"],encapsulation:2,changeDetection:0})}return c})()},53202:(Ae,ee,l)=>{"use strict";l.d(ee,{Q:()=>p});var i=l(21413),t=l(2615);let p=(()=>{var S;class c{constructor(){this.sessionSub=new i.B}watchSession(){return this.sessionSub.asObservable()}getItem(T){return sessionStorage.getItem(T)}getAllItems(){return sessionStorage}setItem(T,g){sessionStorage.setItem(T,g),this.sessionSub.next(sessionStorage)}removeItem(T){sessionStorage.removeItem(T),this.sessionSub.next(sessionStorage)}clearAll(){sessionStorage.clear(),this.sessionSub.next(sessionStorage)}static#e=S=()=>(this.\u0275fac=function(g){return new(g||c)},this.\u0275prov=t.jDH({token:c,factory:c.\u0275fac}))}return S(),c})()},53459:(Ae,ee,l)=>{var i=l(57223),t=l(35294);function p(S){this.rand=S||new t.Rand}Ae.exports=p,p.create=function(c){return new p(c)},p.prototype._randbelow=function(c){var e=c.bitLength(),T=Math.ceil(e/8);do{var g=new i(this.rand.generate(T))}while(g.cmp(c)>=0);return g},p.prototype._randrange=function(c,e){var T=e.sub(c);return c.add(this._randbelow(T))},p.prototype.test=function(c,e,T){var g=c.bitLength(),d=i.mont(c),w=new i(1).toRed(d);e||(e=Math.max(1,g/48|0));for(var m=c.subn(1),P=0;!m.testn(P);P++);for(var M=c.shrn(P),j=m.toRed(d);e>0;e--){var K=this._randrange(new i(2),m);T&&T(K);var q=K.toRed(d).redPow(M);if(0!==q.cmp(w)&&0!==q.cmp(j)){for(var G=1;G0;e--){var j=this._randrange(new i(2),w),U=c.gcd(j);if(0!==U.cmpn(1))return U;var K=j.toRed(g).redPow(P);if(0!==K.cmp(d)&&0!==K.cmp(M)){for(var q=1;q{"use strict";l.d(ee,{E:()=>T});var i=l(39974),t=l(54360),p=l(58750),S=l(33669),c=l(85343),e=l(9326);function T(...g){const d=(0,e.ms)(g);return(0,i.N)((w,m)=>{const P=g.length,M=new Array(P);let j=g.map(()=>!1),U=!1;for(let K=0;K{M[K]=q,!U&&!j[K]&&(j[K]=!0,(U=j.every(S.D))&&(j=null))},c.l));w.subscribe((0,t._)(m,K=>{if(U){const q=[K,...M];m.next(d?d(...q):q)}}))})}},54272:(Ae,ee,l)=>{var i=l(83838),t=i.Buffer;function p(c,e){for(var T in c)e[T]=c[T]}function S(c,e,T){return t(c,e,T)}t.from&&t.alloc&&t.allocUnsafe&&t.allocUnsafeSlow?Ae.exports=i:(p(i,ee),ee.Buffer=S),p(t,S),S.from=function(c,e,T){if("number"==typeof c)throw new TypeError("Argument must not be a number");return t(c,e,T)},S.alloc=function(c,e,T){if("number"!=typeof c)throw new TypeError("Argument must be a number");var g=t(c);return void 0!==e?"string"==typeof T?g.fill(e,T):g.fill(e):g.fill(0),g},S.allocUnsafe=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return t(c)},S.allocUnsafeSlow=function(c){if("number"!=typeof c)throw new TypeError("Argument must be a number");return i.SlowBuffer(c)}},54360:(Ae,ee,l)=>{"use strict";l.d(ee,{H:()=>p,_:()=>t});var i=l(47707);function t(S,c,e,T,g){return new p(S,c,e,T,g)}class p extends i.vU{constructor(c,e,T,g,d,w){super(c),this.onFinalize=d,this.shouldUnsubscribe=w,this._next=e?function(m){try{e(m)}catch(P){c.error(P)}}:super._next,this._error=g?function(m){try{g(m)}catch(P){c.error(P)}finally{this.unsubscribe()}}:super._error,this._complete=T?function(){try{T()}catch(m){c.error(m)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var c;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:e}=this;super.unsubscribe(),!e&&(null===(c=this.onFinalize)||void 0===c||c.call(this))}}}},54969:(Ae,ee,l)=>{const i=l(91677);function t(p){this.mode=i.BYTE,this.data="string"==typeof p?(new TextEncoder).encode(p):new Uint8Array(p)}t.getBitsLength=function(S){return 8*S},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(p){for(let S=0,c=this.data.length;S{"use strict";l.d(ee,{l:()=>p});var i=l(3494),t=l(98071);function p(S){return(0,t.T)(S[i.s])}},55537:(Ae,ee,l)=>{"use strict";var i=l(3136),t=l(88723),p=l(71993),S=l(98828),c=i.assert;function e(g){this.twisted=1!=(0|g.a),this.mOneA=this.twisted&&-1==(0|g.a),this.extended=this.mOneA,S.call(this,"edwards",g),this.a=new t(g.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new t(g.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new t(g.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),c(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|g.c)}function T(g,d,w,m,P){S.BasePoint.call(this,g,"projective"),null===d&&null===w&&null===m?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new t(d,16),this.y=new t(w,16),this.z=m?new t(m,16):this.curve.one,this.t=P&&new t(P,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}p(e,S),Ae.exports=e,e.prototype._mulA=function(d){return this.mOneA?d.redNeg():this.a.redMul(d)},e.prototype._mulC=function(d){return this.oneC?d:this.c.redMul(d)},e.prototype.jpoint=function(d,w,m,P){return this.point(d,w,m,P)},e.prototype.pointFromX=function(d,w){(d=new t(d,16)).red||(d=d.toRed(this.red));var m=d.redSqr(),P=this.c2.redSub(this.a.redMul(m)),M=this.one.redSub(this.c2.redMul(this.d).redMul(m)),j=P.redMul(M.redInvm()),U=j.redSqrt();if(0!==U.redSqr().redSub(j).cmp(this.zero))throw new Error("invalid point");var K=U.fromRed().isOdd();return(w&&!K||!w&&K)&&(U=U.redNeg()),this.point(d,U)},e.prototype.pointFromY=function(d,w){(d=new t(d,16)).red||(d=d.toRed(this.red));var m=d.redSqr(),P=m.redSub(this.c2),M=m.redMul(this.d).redMul(this.c2).redSub(this.a),j=P.redMul(M.redInvm());if(0===j.cmp(this.zero)){if(w)throw new Error("invalid point");return this.point(this.zero,d)}var U=j.redSqrt();if(0!==U.redSqr().redSub(j).cmp(this.zero))throw new Error("invalid point");return U.fromRed().isOdd()!==w&&(U=U.redNeg()),this.point(U,d)},e.prototype.validate=function(d){if(d.isInfinity())return!0;d.normalize();var w=d.x.redSqr(),m=d.y.redSqr(),P=w.redMul(this.a).redAdd(m),M=this.c2.redMul(this.one.redAdd(this.d.redMul(w).redMul(m)));return 0===P.cmp(M)},p(T,S.BasePoint),e.prototype.pointFromJSON=function(d){return T.fromJSON(this,d)},e.prototype.point=function(d,w,m,P){return new T(this,d,w,m,P)},T.fromJSON=function(d,w){return new T(d,w[0],w[1],w[2])},T.prototype.inspect=function(){return this.isInfinity()?"":""},T.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},T.prototype._extDbl=function(){var d=this.x.redSqr(),w=this.y.redSqr(),m=this.z.redSqr();m=m.redIAdd(m);var P=this.curve._mulA(d),M=this.x.redAdd(this.y).redSqr().redISub(d).redISub(w),j=P.redAdd(w),U=j.redSub(m),K=P.redSub(w),q=M.redMul(U),G=j.redMul(K),Q=M.redMul(K),$=U.redMul(j);return this.curve.point(q,G,$,Q)},T.prototype._projDbl=function(){var P,M,j,U,K,q,d=this.x.redAdd(this.y).redSqr(),w=this.x.redSqr(),m=this.y.redSqr();if(this.curve.twisted){var G=(U=this.curve._mulA(w)).redAdd(m);this.zOne?(P=d.redSub(w).redSub(m).redMul(G.redSub(this.curve.two)),M=G.redMul(U.redSub(m)),j=G.redSqr().redSub(G).redSub(G)):(K=this.z.redSqr(),q=G.redSub(K).redISub(K),P=d.redSub(w).redISub(m).redMul(q),M=G.redMul(U.redSub(m)),j=G.redMul(q))}else U=w.redAdd(m),K=this.curve._mulC(this.z).redSqr(),q=U.redSub(K).redSub(K),P=this.curve._mulC(d.redISub(U)).redMul(q),M=this.curve._mulC(U).redMul(w.redISub(m)),j=U.redMul(q);return this.curve.point(P,M,j)},T.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},T.prototype._extAdd=function(d){var w=this.y.redSub(this.x).redMul(d.y.redSub(d.x)),m=this.y.redAdd(this.x).redMul(d.y.redAdd(d.x)),P=this.t.redMul(this.curve.dd).redMul(d.t),M=this.z.redMul(d.z.redAdd(d.z)),j=m.redSub(w),U=M.redSub(P),K=M.redAdd(P),q=m.redAdd(w),G=j.redMul(U),Q=K.redMul(q),$=j.redMul(q),ae=U.redMul(K);return this.curve.point(G,Q,ae,$)},T.prototype._projAdd=function(d){var Q,$,w=this.z.redMul(d.z),m=w.redSqr(),P=this.x.redMul(d.x),M=this.y.redMul(d.y),j=this.curve.d.redMul(P).redMul(M),U=m.redSub(j),K=m.redAdd(j),q=this.x.redAdd(this.y).redMul(d.x.redAdd(d.y)).redISub(P).redISub(M),G=w.redMul(U).redMul(q);return this.curve.twisted?(Q=w.redMul(K).redMul(M.redSub(this.curve._mulA(P))),$=U.redMul(K)):(Q=w.redMul(K).redMul(M.redSub(P)),$=this.curve._mulC(U).redMul(K)),this.curve.point(G,Q,$)},T.prototype.add=function(d){return this.isInfinity()?d:d.isInfinity()?this:this.curve.extended?this._extAdd(d):this._projAdd(d)},T.prototype.mul=function(d){return this._hasDoubles(d)?this.curve._fixedNafMul(this,d):this.curve._wnafMul(this,d)},T.prototype.mulAdd=function(d,w,m){return this.curve._wnafMulAdd(1,[this,w],[d,m],2,!1)},T.prototype.jmulAdd=function(d,w,m){return this.curve._wnafMulAdd(1,[this,w],[d,m],2,!0)},T.prototype.normalize=function(){if(this.zOne)return this;var d=this.z.redInvm();return this.x=this.x.redMul(d),this.y=this.y.redMul(d),this.t&&(this.t=this.t.redMul(d)),this.z=this.curve.one,this.zOne=!0,this},T.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},T.prototype.getX=function(){return this.normalize(),this.x.fromRed()},T.prototype.getY=function(){return this.normalize(),this.y.fromRed()},T.prototype.eq=function(d){return this===d||0===this.getX().cmp(d.getX())&&0===this.getY().cmp(d.getY())},T.prototype.eqXToP=function(d){var w=d.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(w))return!0;for(var m=d.clone(),P=this.curve.redN.redMul(this.z);;){if(m.iadd(this.curve.n),m.cmp(this.curve.p)>=0)return!1;if(w.redIAdd(P),0===this.x.cmp(w))return!0}},T.prototype.toP=T.prototype.normalize,T.prototype.mixedAdd=T.prototype.add},55911:(Ae,ee,l)=>{"use strict";l.d(ee,{KQ:()=>g,s5:()=>w});var i=l(2615),t=l(73664),p=l(39842),S=l(22466);const c=["*",[["mat-toolbar-row"]]],e=["*","mat-toolbar-row"];let T=(()=>{class m{static \u0275fac=function(j){return new(j||m)};static \u0275dir=t.FsC({type:m,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"]})}return m})(),g=(()=>{class m{_elementRef=(0,i.WQX)(t.aKT);_platform=(0,i.WQX)(p.O);_document=(0,i.WQX)(i.qQL);color;_toolbarRows;constructor(){}ngAfterViewInit(){this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){}static \u0275fac=function(j){return new(j||m)};static \u0275cmp=t.VBU({type:m,selectors:[["mat-toolbar"]],contentQueries:function(j,U,K){if(1&j&&t.wni(K,T,5),2&j){let q;t.mGM(q=t.lsd())&&(U._toolbarRows=q)}},hostAttrs:[1,"mat-toolbar"],hostVars:6,hostBindings:function(j,U){2&j&&(t.HbH(U.color?"mat-"+U.color:""),t.AVh("mat-toolbar-multiple-rows",U._toolbarRows.length>0)("mat-toolbar-single-row",0===U._toolbarRows.length))},inputs:{color:"color"},exportAs:["matToolbar"],ngContentSelectors:e,decls:2,vars:0,template:function(j,U){1&j&&(t.NAR(c),t.SdG(0),t.SdG(1,1))},styles:[".mat-toolbar{background:var(--mat-toolbar-container-background-color, var(--mat-sys-surface));color:var(--mat-toolbar-container-text-color, var(--mat-sys-on-surface))}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-family:var(--mat-toolbar-title-text-font, var(--mat-sys-title-large-font));font-size:var(--mat-toolbar-title-text-size, var(--mat-sys-title-large-size));line-height:var(--mat-toolbar-title-text-line-height, var(--mat-sys-title-large-line-height));font-weight:var(--mat-toolbar-title-text-weight, var(--mat-sys-title-large-weight));letter-spacing:var(--mat-toolbar-title-text-tracking, var(--mat-sys-title-large-tracking));margin:0}@media(forced-colors: active){.mat-toolbar{outline:solid 1px}}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed{--mat-button-text-label-text-color: var(--mat-toolbar-container-text-color, var(--mat-sys-on-surface));--mat-button-outlined-label-text-color: var(--mat-toolbar-container-text-color, var(--mat-sys-on-surface))}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap;height:var(--mat-toolbar-standard-height, 64px)}@media(max-width: 599px){.mat-toolbar-row,.mat-toolbar-single-row{height:var(--mat-toolbar-mobile-height, 56px)}}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%;min-height:var(--mat-toolbar-standard-height, 64px)}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:var(--mat-toolbar-mobile-height, 56px)}}\n"],encapsulation:2,changeDetection:0})}return m})(),w=(()=>{class m{static \u0275fac=function(j){return new(j||m)};static \u0275mod=t.$C({type:m});static \u0275inj=i.G2t({imports:[S.y,S.y]})}return m})()},55941:(Ae,ee,l)=>{var i=l(71993),t=l(49609),p=t.base,S=t.bignum,c=t.constants.der;function e(w){this.enc="der",this.name=w.name,this.entity=w,this.tree=new T,this.tree._init(w.body)}function T(w){p.Node.call(this,"der",w)}function g(w,m){var P=w.readUInt8(m);if(w.isError(P))return P;var M=c.tagClass[P>>6],j=!(32&P);if(31&~P)P&=31;else{var U=P;for(P=0;!(128&~U);){if(U=w.readUInt8(m),w.isError(U))return U;P<<=7,P|=127&U}}return{cls:M,primitive:j,tag:P,tagStr:c.tag[P]}}function d(w,m,P){var M=w.readUInt8(P);if(w.isError(M))return M;if(!m&&128===M)return null;if(!(128&M))return M;var j=127&M;if(j>4)return w.error("length octect is too long");M=0;for(var U=0;U{"use strict";l.d(ee,{V:()=>p});var i=l(89417),t=l(73664);let p=(()=>{var S;class c{validate(T){return this.min?i.k0.min(+this.min)(T):null}static#e=S=()=>(this.\u0275fac=function(g){return new(g||c)},this.\u0275dir=t.FsC({type:c,selectors:[["input","min",""]],inputs:{min:"min"},standalone:!1,features:[t.Jv_([{provide:i.cz,useExisting:c,multi:!0}])]}))}return S(),c})()},56432:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(90509),p=l(3247),S=l(27054).Buffer,c=l(83407),e=l(36636),T=l(25443),g=S.alloc(128);function d(w,m){p.call(this,"digest"),"string"==typeof m&&(m=S.from(m));var P="sha512"===w||"sha384"===w?128:64;this._alg=w,this._key=m,m.length>P?m=("rmd160"===w?new e:T(w)).update(m).digest():m.length{var ee={}.toString;Ae.exports=Array.isArray||function(l){return"[object Array]"==ee.call(l)}},56511:(Ae,ee,l)=>{const i=l(47077);function t(c,e){const T=c.a/255,g=e+'="'+c.hex+'"';return T<1?g+" "+e+'-opacity="'+T.toFixed(2).slice(1)+'"':g}function p(c,e,T){let g=c+e;return typeof T<"u"&&(g+=" "+T),g}ee.render=function(e,T,g){const d=i.getOptions(T),w=e.modules.size,m=e.modules.data,P=w+2*d.margin,M=d.color.light.a?"':"",j="0&&M>0&&c[P-1]||(g+=w?p("M",M+T,.5+j+T):p("m",d,0),d=0,w=!1),M+1',q=''+M+j+"\n";return"function"==typeof g&&g(null,q),q}},56977:(Ae,ee,l)=>{"use strict";l.d(ee,{Q:()=>c});var i=l(39974),t=l(54360),p=l(58750),S=l(85343);function c(e){return(0,i.N)((T,g)=>{(0,p.Tg)(e).subscribe((0,t._)(g,()=>g.complete(),S.l)),!g.closed&&T.subscribe(g)})}},57223:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(64688).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},57303:(Ae,ee,l)=>{"use strict";l.d(ee,{Q:()=>P,Sm:()=>U,Vw:()=>T,aZ:()=>K,hb:()=>M,hj:()=>g,ig:()=>c,kB:()=>j,om:()=>w,qj:()=>e,rb:()=>S});var i=l(2615),t=l(21413);let p=null;function S(){return p}function c(ae){p??=ae}class e{}let T=(()=>{class ae{historyGo(oe){throw new Error("")}static \u0275fac=function(he){return new(he||ae)};static \u0275prov=i.jDH({token:ae,factory:()=>(0,i.WQX)(d),providedIn:"platform"})}return ae})();const g=new i.nKC("");let d=(()=>{class ae extends T{_location;_history;_doc=(0,i.WQX)(i.qQL);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return S().getBaseHref(this._doc)}onPopState(oe){const he=S().getGlobalEventTarget(this._doc,"window");return he.addEventListener("popstate",oe,!1),()=>he.removeEventListener("popstate",oe)}onHashChange(oe){const he=S().getGlobalEventTarget(this._doc,"window");return he.addEventListener("hashchange",oe,!1),()=>he.removeEventListener("hashchange",oe)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(oe){this._location.pathname=oe}pushState(oe,he,me){this._history.pushState(oe,he,me)}replaceState(oe,he,me){this._history.replaceState(oe,he,me)}forward(){this._history.forward()}back(){this._history.back()}historyGo(oe=0){this._history.go(oe)}getState(){return this._history.state}static \u0275fac=function(he){return new(he||ae)};static \u0275prov=i.jDH({token:ae,factory:()=>new ae,providedIn:"platform"})}return ae})();function w(ae,ue){return ae?ue?ae.endsWith("/")?ue.startsWith("/")?ae+ue.slice(1):ae+ue:ue.startsWith("/")?ae+ue:`${ae}/${ue}`:ae:ue}function m(ae){const ue=ae.search(/#|\?|$/);return"/"===ae[ue-1]?ae.slice(0,ue-1)+ae.slice(ue):ae}function P(ae){return ae&&"?"!==ae[0]?`?${ae}`:ae}let M=(()=>{class ae{historyGo(oe){throw new Error("")}static \u0275fac=function(he){return new(he||ae)};static \u0275prov=i.jDH({token:ae,factory:()=>(0,i.WQX)(U),providedIn:"root"})}return ae})();const j=new i.nKC("");let U=(()=>{class ae extends M{_platformLocation;_baseHref;_removeListenerFns=[];constructor(oe,he){super(),this._platformLocation=oe,this._baseHref=he??this._platformLocation.getBaseHrefFromDOM()??(0,i.WQX)(i.qQL).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(oe){this._removeListenerFns.push(this._platformLocation.onPopState(oe),this._platformLocation.onHashChange(oe))}getBaseHref(){return this._baseHref}prepareExternalUrl(oe){return w(this._baseHref,oe)}path(oe=!1){const he=this._platformLocation.pathname+P(this._platformLocation.search),me=this._platformLocation.hash;return me&&oe?`${he}${me}`:he}pushState(oe,he,me,Te){const D=this.prepareExternalUrl(me+P(Te));this._platformLocation.pushState(oe,he,D)}replaceState(oe,he,me,Te){const D=this.prepareExternalUrl(me+P(Te));this._platformLocation.replaceState(oe,he,D)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(oe=0){this._platformLocation.historyGo?.(oe)}static \u0275fac=function(he){return new(he||ae)(i.KVO(T),i.KVO(j,8))};static \u0275prov=i.jDH({token:ae,factory:ae.\u0275fac,providedIn:"root"})}return ae})(),K=(()=>{class ae{_subject=new t.B;_basePath;_locationStrategy;_urlChangeListeners=[];_urlChangeSubscription=null;constructor(oe){this._locationStrategy=oe;const he=this._locationStrategy.getBaseHref();this._basePath=function $(ae){if(new RegExp("^(https?:)?//").test(ae)){const[,oe]=ae.split(/\/\/[^\/]+/);return oe}return ae}(m(Q(he))),this._locationStrategy.onPopState(me=>{this._subject.next({url:this.path(!0),pop:!0,state:me.state,type:me.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(oe=!1){return this.normalize(this._locationStrategy.path(oe))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(oe,he=""){return this.path()==this.normalize(oe+P(he))}normalize(oe){return ae.stripTrailingSlash(function G(ae,ue){if(!ae||!ue.startsWith(ae))return ue;const oe=ue.substring(ae.length);return""===oe||["/",";","?","#"].includes(oe[0])?oe:ue}(this._basePath,Q(oe)))}prepareExternalUrl(oe){return oe&&"/"!==oe[0]&&(oe="/"+oe),this._locationStrategy.prepareExternalUrl(oe)}go(oe,he="",me=null){this._locationStrategy.pushState(me,"",oe,he),this._notifyUrlChangeListeners(this.prepareExternalUrl(oe+P(he)),me)}replaceState(oe,he="",me=null){this._locationStrategy.replaceState(me,"",oe,he),this._notifyUrlChangeListeners(this.prepareExternalUrl(oe+P(he)),me)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(oe=0){this._locationStrategy.historyGo?.(oe)}onUrlChange(oe){return this._urlChangeListeners.push(oe),this._urlChangeSubscription??=this.subscribe(he=>{this._notifyUrlChangeListeners(he.url,he.state)}),()=>{const he=this._urlChangeListeners.indexOf(oe);this._urlChangeListeners.splice(he,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(oe="",he){this._urlChangeListeners.forEach(me=>me(oe,he))}subscribe(oe,he,me){return this._subject.subscribe({next:oe,error:he??void 0,complete:me??void 0})}static normalizeQueryParams=P;static joinWithSlash=w;static stripTrailingSlash=m;static \u0275fac=function(he){return new(he||ae)(i.KVO(M))};static \u0275prov=i.jDH({token:ae,factory:()=>function q(){return new K((0,i.KVO)(M))}(),providedIn:"root"})}return ae})();function Q(ae){return ae.replace(/\/index.html$/,"")}},57786:(Ae,ee,l)=>{"use strict";l.d(ee,{h:()=>e});var i=l(26365),t=l(58750),p=l(983),S=l(9326),c=l(22806);function e(...T){const g=(0,S.lI)(T),d=(0,S.R0)(T,1/0),w=T;return w.length?1===w.length?(0,t.Tg)(w[0]):(0,i.U)(d)((0,c.H)(w,g)):p.w}},57854:(Ae,ee,l)=>{"use strict";var i=l(30464).F.ERR_STREAM_PREMATURE_CLOSE;function p(){}Ae.exports=function c(e,T,g){if("function"==typeof T)return c(e,null,T);T||(T={}),g=function t(e){var T=!1;return function(){if(!T){T=!0;for(var g=arguments.length,d=new Array(g),w=0;w{"use strict";function i(t,p){if(t){const S=t.indexOf(p);0<=S&&t.splice(S,1)}}l.d(ee,{o:()=>i})},58239:Ae=>{"use strict";var i,t,ee=Function.prototype.toString,l="object"==typeof Reflect&&null!==Reflect&&Reflect.apply;if("function"==typeof l&&"function"==typeof Object.defineProperty)try{i=Object.defineProperty({},"length",{get:function(){throw t}}),t={},l(function(){throw 42},null,i)}catch(q){q!==t&&(l=null)}else l=null;var p=/^\s*class\b/,S=function(G){try{var Q=ee.call(G);return p.test(Q)}catch{return!1}},c=function(G){try{return!S(G)&&(ee.call(G),!0)}catch{return!1}},e=Object.prototype.toString,M="function"==typeof Symbol&&!!Symbol.toStringTag,j=!(0 in[,]),U=function(){return!1};if("object"==typeof document){var K=document.all;e.call(K)===e.call(document.all)&&(U=function(G){if((j||!G)&&(typeof G>"u"||"object"==typeof G))try{var Q=e.call(G);return("[object HTMLAllCollection]"===Q||"[object HTML document.all class]"===Q||"[object HTMLCollection]"===Q||"[object Object]"===Q)&&null==G("")}catch{}return!1})}Ae.exports=l?function(G){if(U(G))return!0;if(!G||"function"!=typeof G&&"object"!=typeof G)return!1;try{l(G,null,i)}catch(Q){if(Q!==t)return!1}return!S(G)&&c(G)}:function(G){if(U(G))return!0;if(!G||"function"!=typeof G&&"object"!=typeof G)return!1;if(M)return c(G);if(S(G))return!1;var Q=e.call(G);return!("[object Function]"!==Q&&"[object GeneratorFunction]"!==Q&&!/^\[object HTML/.test(Q))&&c(G)}},58413:Ae=>{"use strict";Ae.exports=SyntaxError},58496:(Ae,ee,l)=>{"use strict";function i(t,p){return t.reduce((S,c,e)=>(S[c]=p[e],S),{})}l.d(ee,{e:()=>i})},58750:(Ae,ee,l)=>{"use strict";l.d(ee,{Tg:()=>M});var i=l(31635),t=l(47441),p=l(59858),S=l(71985),c=l(55055),e=l(37953),T=l(50591),g=l(85397),d=l(15196),w=l(98071),m=l(45334),P=l(3494);function M(ae){if(ae instanceof S.c)return ae;if(null!=ae){if((0,c.l)(ae))return function j(ae){return new S.c(ue=>{const oe=ae[P.s]();if((0,w.T)(oe.subscribe))return oe.subscribe(ue);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(ae);if((0,t.X)(ae))return function U(ae){return new S.c(ue=>{for(let oe=0;oe{ae.then(oe=>{ue.closed||(ue.next(oe),ue.complete())},oe=>ue.error(oe)).then(null,m.m)})}(ae);if((0,e.T)(ae))return G(ae);if((0,g.x)(ae))return function q(ae){return new S.c(ue=>{for(const oe of ae)if(ue.next(oe),ue.closed)return;ue.complete()})}(ae);if((0,d.U)(ae))return function Q(ae){return G((0,d.C)(ae))}(ae)}throw(0,T.L)(ae)}function G(ae){return new S.c(ue=>{(function $(ae,ue){var oe,he,me,Te;return(0,i.sH)(this,void 0,void 0,function*(){try{for(oe=(0,i.xN)(ae);!(he=yield oe.next()).done;)if(ue.next(he.value),ue.closed)return}catch(D){me={error:D}}finally{try{he&&!he.done&&(Te=oe.return)&&(yield Te.call(oe))}finally{if(me)throw me.error}}ue.complete()})})(ae,ue).catch(oe=>ue.error(oe))})}},59030:(Ae,ee,l)=>{"use strict";l.d(ee,{v:()=>p});var i=l(71985),t=l(58750);function p(S){return new i.c(c=>{(0,t.Tg)(S()).subscribe(c)})}},59096:(Ae,ee,l)=>{"use strict";l.d(ee,{i:()=>g});var i=l(21413),t=l(70152),p=l(5964),S=l(96354),c=l(88141),e=l(10438);class g{_letterKeyStream=new i.B;_items=[];_selectedItemIndex=-1;_pressedLetters=[];_skipPredicateFn;_selectedItem=new i.B;selectedItem=this._selectedItem;constructor(w,m){const P="number"==typeof m?.debounceInterval?m.debounceInterval:200;m?.skipPredicate&&(this._skipPredicateFn=m.skipPredicate),this.setItems(w),this._setupKeyHandler(P)}destroy(){this._pressedLetters=[],this._letterKeyStream.complete(),this._selectedItem.complete()}setCurrentSelectedItemIndex(w){this._selectedItemIndex=w}setItems(w){this._items=w}handleKey(w){const m=w.keyCode;w.key&&1===w.key.length?this._letterKeyStream.next(w.key.toLocaleUpperCase()):(m>=e.A&&m<=e.Z||m>=e.f2&&m<=e.bn)&&this._letterKeyStream.next(String.fromCharCode(m))}isTyping(){return this._pressedLetters.length>0}reset(){this._pressedLetters=[]}_setupKeyHandler(w){this._letterKeyStream.pipe((0,c.M)(m=>this._pressedLetters.push(m)),(0,t.B)(w),(0,p.p)(()=>this._pressedLetters.length>0),(0,S.T)(()=>this._pressedLetters.join("").toLocaleUpperCase())).subscribe(m=>{for(let P=1;P{"use strict";var i=l(83407),t=l(36636),p=l(25443),S=l(27054).Buffer,c=l(86111),e=l(45392),T=l(76643),g=S.alloc(128),d={__proto__:null,md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,"sha512-256":32,ripemd160:20,rmd160:20},w={__proto__:null,"sha-1":"sha1","sha-224":"sha224","sha-256":"sha256","sha-384":"sha384","sha-512":"sha512","ripemd-160":"ripemd160"};function m(U){return(new t).update(U).digest()}function M(U,K,q){var G=function P(U){return"rmd160"===U||"ripemd160"===U?m:"md5"===U?i:function K(q){return p(U).update(q).digest()}}(U),Q="sha512"===U||"sha384"===U?128:64;K.length>Q?K=G(K):K.length{"use strict";l.d(ee,{Cn:()=>Ct,Cp:()=>dt,fb:()=>r,kk:()=>ye});var i=l(2615),t=l(73664),p=l(17705),S=l(76838),c=l(89726),e=l(64123),T=l(95735),g=l(10438),d=l(67336),w=l(21413),m=l(18359),P=l(57786),M=l(7673),j=l(5964),U=l(99172),K=l(25558),q=l(96697),G=l(56977),Q=l(88968),$=l(32046),ae=l(12496),ue=l(76939),oe=l(31804),he=l(61577),me=l(49338),Te=l(5718),D=l(26881),n=l(22466);const o=["mat-menu-item",""],f=[[["mat-icon"],["","matMenuItemIcon",""]],"*"],h=["mat-icon, [matMenuItemIcon]","*"];function b(Ht,ct){1&Ht&&(i.qSk(),t.j41(0,"svg",2),t.nrm(1,"polygon",3),t.k0s())}const A=["*"];function k(Ht,ct){if(1&Ht){const Ce=t.RV6();t.rj2(0,"div",0),t.VwU("click",function(){i.eBV(Ce);const Z=t.XpG();return i.Njj(Z.closed.emit("click"))})("animationstart",function(Z){i.eBV(Ce);const J=t.XpG();return i.Njj(J._onAnimationStart(Z.animationName))})("animationend",function(Z){i.eBV(Ce);const J=t.XpG();return i.Njj(J._onAnimationDone(Z.animationName))})("animationcancel",function(Z){i.eBV(Ce);const J=t.XpG();return i.Njj(J._onAnimationDone(Z.animationName))}),t.rj2(1,"div",1),t.SdG(2),t.eux()()}if(2&Ht){const Ce=t.XpG();t.HbH(Ce._classList),t.AVh("mat-menu-panel-animations-disabled",Ce._animationsDisabled)("mat-menu-panel-exit-animation","void"===Ce._panelAnimationState)("mat-menu-panel-animating",Ce._isAnimating()),t.Avn("id",Ce.panelId),t.BMQ("aria-label",Ce.ariaLabel||null)("aria-labelledby",Ce.ariaLabelledby||null)("aria-describedby",Ce.ariaDescribedby||null)}}const x=new i.nKC("MAT_MENU_PANEL");let r=(()=>{class Ht{_elementRef=(0,i.WQX)(t.aKT);_document=(0,i.WQX)(i.qQL);_focusMonitor=(0,i.WQX)(S.FN);_parentMenu=(0,i.WQX)(x,{optional:!0});_changeDetectorRef=(0,i.WQX)(p.gRc);role="menuitem";disabled=!1;disableRipple=!1;_hovered=new w.B;_focused=new w.B;_highlighted=!1;_triggersSubmenu=!1;constructor(){(0,i.WQX)(Q.l).load($.A),this._parentMenu?.addItem?.(this)}focus(Ce,ze){this._focusMonitor&&Ce?this._focusMonitor.focusVia(this._getHostElement(),Ce,ze):this._getHostElement().focus(ze),this._focused.next(this)}ngAfterViewInit(){this._focusMonitor&&this._focusMonitor.monitor(this._elementRef,!1)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(Ce){this.disabled&&(Ce.preventDefault(),Ce.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){const Ce=this._elementRef.nativeElement.cloneNode(!0),ze=Ce.querySelectorAll("mat-icon, .material-icons");for(let Z=0;Z{class Ht{_elementRef=(0,i.WQX)(t.aKT);_changeDetectorRef=(0,i.WQX)(p.gRc);_injector=(0,i.WQX)(i.zZn);_keyManager;_xPosition;_yPosition;_firstItemFocusRef;_exitFallbackTimeout;_animationsDisabled=(0,oe.Rc)();_allItems;_directDescendantItems=new t.rOR;_classList={};_panelAnimationState="void";_animationDone=new w.B;_isAnimating=(0,i.vPA)(!1);parentMenu;direction;overlayPanelClass;backdropClass;ariaLabel;ariaLabelledby;ariaDescribedby;get xPosition(){return this._xPosition}set xPosition(Ce){this._xPosition=Ce,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(Ce){this._yPosition=Ce,this.setPositionClasses()}templateRef;items;lazyContent;overlapTrigger;hasBackdrop;set panelClass(Ce){const ze=this._previousPanelClass,Z={...this._classList};ze&&ze.length&&ze.split(" ").forEach(J=>{Z[J]=!1}),this._previousPanelClass=Ce,Ce&&Ce.length&&(Ce.split(" ").forEach(J=>{Z[J]=!0}),this._elementRef.nativeElement.className=""),this._classList=Z}_previousPanelClass;get classList(){return this.panelClass}set classList(Ce){this.panelClass=Ce}closed=new t.bkB;close=this.closed;panelId=(0,i.WQX)(c.g).getId("mat-menu-panel-");constructor(){const Ce=(0,i.WQX)(pe);this.overlayPanelClass=Ce.overlayPanelClass||"",this._xPosition=Ce.xPosition,this._yPosition=Ce.yPosition,this.backdropClass=Ce.backdropClass,this.overlapTrigger=Ce.overlapTrigger,this.hasBackdrop=Ce.hasBackdrop}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new e.B(this._directDescendantItems).withWrap().withTypeAhead().withHomeAndEnd(),this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe((0,U.Z)(this._directDescendantItems),(0,K.n)(Ce=>(0,P.h)(...Ce.map(ze=>ze._focused)))).subscribe(Ce=>this._keyManager.updateActiveItem(Ce)),this._directDescendantItems.changes.subscribe(Ce=>{const ze=this._keyManager;if("enter"===this._panelAnimationState&&ze.activeItem?._hasFocus()){const Z=Ce.toArray(),J=Math.max(0,Math.min(Z.length-1,ze.activeItemIndex||0));Z[J]&&!Z[J].disabled?ze.setActiveItem(J):ze.setNextItemActive()}})}ngOnDestroy(){this._keyManager?.destroy(),this._directDescendantItems.destroy(),this.closed.complete(),this._firstItemFocusRef?.destroy(),clearTimeout(this._exitFallbackTimeout)}_hovered(){return this._directDescendantItems.changes.pipe((0,U.Z)(this._directDescendantItems),(0,K.n)(ze=>(0,P.h)(...ze.map(Z=>Z._hovered))))}addItem(Ce){}removeItem(Ce){}_handleKeydown(Ce){const ze=Ce.keyCode,Z=this._keyManager;switch(ze){case g._f:(0,d.rp)(Ce)||(Ce.preventDefault(),this.closed.emit("keydown"));break;case g.UQ:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case g.LE:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:return(ze===g.i7||ze===g.n6)&&Z.setFocusOrigin("keyboard"),void Z.onKeydown(Ce)}}focusFirstItem(Ce="program"){this._firstItemFocusRef?.destroy(),this._firstItemFocusRef=(0,t.mal)(()=>{const ze=this._resolvePanel();if(!ze||!ze.contains(document.activeElement)){const Z=this._keyManager;Z.setFocusOrigin(Ce).setFirstItemActive(),!Z.activeItem&&ze&&ze.focus()}},{injector:this._injector})}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(Ce){}setPositionClasses(Ce=this.xPosition,ze=this.yPosition){this._classList={...this._classList,"mat-menu-before":"before"===Ce,"mat-menu-after":"after"===Ce,"mat-menu-above":"above"===ze,"mat-menu-below":"below"===ze},this._changeDetectorRef.markForCheck()}_onAnimationDone(Ce){const ze=Ce===_e;(ze||Ce===Be)&&(ze&&(clearTimeout(this._exitFallbackTimeout),this._exitFallbackTimeout=void 0),this._animationDone.next(ze?"void":"enter"),this._isAnimating.set(!1))}_onAnimationStart(Ce){(Ce===Be||Ce===_e)&&this._isAnimating.set(!0)}_setIsOpen(Ce){if(this._panelAnimationState=Ce?"enter":"void",Ce){if(0===this._keyManager.activeItemIndex){const ze=this._resolvePanel();ze&&(ze.scrollTop=0)}}else this._animationsDisabled||(this._exitFallbackTimeout=setTimeout(()=>this._onAnimationDone(_e),200));this._animationsDisabled&&setTimeout(()=>{this._onAnimationDone(Ce?Be:_e)}),this._changeDetectorRef.markForCheck()}_updateDirectDescendants(){this._allItems.changes.pipe((0,U.Z)(this._allItems)).subscribe(Ce=>{this._directDescendantItems.reset(Ce.filter(ze=>ze._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}_resolvePanel(){let Ce=null;return this._directDescendantItems.length&&(Ce=this._directDescendantItems.first._getHostElement().closest('[role="menu"]')),Ce}static \u0275fac=function(ze){return new(ze||Ht)};static \u0275cmp=t.VBU({type:Ht,selectors:[["mat-menu"]],contentQueries:function(ze,Z,J){if(1&ze&&(t.wni(J,B,5),t.wni(J,r,5),t.wni(J,r,4)),2&ze){let fe;t.mGM(fe=t.lsd())&&(Z.lazyContent=fe.first),t.mGM(fe=t.lsd())&&(Z._allItems=fe),t.mGM(fe=t.lsd())&&(Z.items=fe)}},viewQuery:function(ze,Z){if(1&ze&&t.GBs(t.C4Q,5),2&ze){let J;t.mGM(J=t.lsd())&&(Z.templateRef=J.first)}},hostVars:3,hostBindings:function(ze,Z){2&ze&&t.BMQ("aria-label",null)("aria-labelledby",null)("aria-describedby",null)},inputs:{backdropClass:"backdropClass",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:[2,"overlapTrigger","overlapTrigger",p.L39],hasBackdrop:[2,"hasBackdrop","hasBackdrop",Ce=>null==Ce?null:(0,p.L39)(Ce)],panelClass:[0,"class","panelClass"],classList:"classList"},outputs:{closed:"closed",close:"close"},exportAs:["matMenu"],features:[t.Jv_([{provide:x,useExisting:Ht}])],ngContentSelectors:A,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-mdc-menu-panel",3,"click","animationstart","animationend","animationcancel","id"],[1,"mat-mdc-menu-content"]],template:function(ze,Z){1&ze&&(t.NAR(),t.PeT(0,k,3,12,"ng-template"))},styles:['mat-menu{display:none}.mat-mdc-menu-content{margin:0;padding:8px 0;outline:0}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;flex:1;white-space:normal;font-family:var(--mat-menu-item-label-text-font, var(--mat-sys-label-large-font));line-height:var(--mat-menu-item-label-text-line-height, var(--mat-sys-label-large-line-height));font-size:var(--mat-menu-item-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-menu-item-label-text-tracking, var(--mat-sys-label-large-tracking));font-weight:var(--mat-menu-item-label-text-weight, var(--mat-sys-label-large-weight))}@keyframes _mat-menu-enter{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:none}}@keyframes _mat-menu-exit{from{opacity:1}to{opacity:0}}.mat-mdc-menu-panel{min-width:112px;max-width:280px;overflow:auto;box-sizing:border-box;outline:0;animation:_mat-menu-enter 120ms cubic-bezier(0, 0, 0.2, 1);border-radius:var(--mat-menu-container-shape, var(--mat-sys-corner-extra-small));background-color:var(--mat-menu-container-color, var(--mat-sys-surface-container));box-shadow:var(--mat-menu-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12));will-change:transform,opacity}.mat-mdc-menu-panel.mat-menu-panel-exit-animation{animation:_mat-menu-exit 100ms 25ms linear forwards}.mat-mdc-menu-panel.mat-menu-panel-animations-disabled{animation:none}.mat-mdc-menu-panel.mat-menu-panel-animating{pointer-events:none}.mat-mdc-menu-panel.mat-menu-panel-animating:has(.mat-mdc-menu-content:empty){display:none}@media(forced-colors: active){.mat-mdc-menu-panel{outline:solid 1px}}.mat-mdc-menu-panel .mat-divider{color:var(--mat-menu-divider-color, var(--mat-sys-surface-variant));margin-bottom:var(--mat-menu-divider-bottom-spacing, 8px);margin-top:var(--mat-menu-divider-top-spacing, 8px)}.mat-mdc-menu-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;cursor:pointer;width:100%;text-align:left;box-sizing:border-box;color:inherit;font-size:inherit;background:none;text-decoration:none;margin:0;min-height:48px;padding-left:var(--mat-menu-item-leading-spacing, 12px);padding-right:var(--mat-menu-item-trailing-spacing, 12px);-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-menu-item::-moz-focus-inner{border:0}[dir=rtl] .mat-mdc-menu-item{padding-left:var(--mat-menu-item-trailing-spacing, 12px);padding-right:var(--mat-menu-item-leading-spacing, 12px)}.mat-mdc-menu-item:has(.material-icons,mat-icon,[matButtonIcon]){padding-left:var(--mat-menu-item-with-icon-leading-spacing, 12px);padding-right:var(--mat-menu-item-with-icon-trailing-spacing, 12px)}[dir=rtl] .mat-mdc-menu-item:has(.material-icons,mat-icon,[matButtonIcon]){padding-left:var(--mat-menu-item-with-icon-trailing-spacing, 12px);padding-right:var(--mat-menu-item-with-icon-leading-spacing, 12px)}.mat-mdc-menu-item,.mat-mdc-menu-item:visited,.mat-mdc-menu-item:link{color:var(--mat-menu-item-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-item .mat-mdc-menu-submenu-icon{color:var(--mat-menu-item-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-menu-item[disabled]{cursor:default;opacity:.38}.mat-mdc-menu-item[disabled]::after{display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0}.mat-mdc-menu-item:focus{outline:0}.mat-mdc-menu-item .mat-icon{flex-shrink:0;margin-right:var(--mat-menu-item-spacing, 12px);height:var(--mat-menu-item-icon-size, 24px);width:var(--mat-menu-item-icon-size, 24px)}[dir=rtl] .mat-mdc-menu-item{text-align:right}[dir=rtl] .mat-mdc-menu-item .mat-icon{margin-right:0;margin-left:var(--mat-menu-item-spacing, 12px)}.mat-mdc-menu-item:not([disabled]):hover{background-color:var(--mat-menu-item-hover-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-hover-state-layer-opacity) * 100%), transparent))}.mat-mdc-menu-item:not([disabled]).cdk-program-focused,.mat-mdc-menu-item:not([disabled]).cdk-keyboard-focused,.mat-mdc-menu-item:not([disabled]).mat-mdc-menu-item-highlighted{background-color:var(--mat-menu-item-focus-state-layer-color, color-mix(in srgb, var(--mat-sys-on-surface) calc(var(--mat-sys-focus-state-layer-opacity) * 100%), transparent))}@media(forced-colors: active){.mat-mdc-menu-item{margin-top:1px}}.mat-mdc-menu-submenu-icon{width:var(--mat-menu-item-icon-size, 24px);height:10px;fill:currentColor;padding-left:var(--mat-menu-item-spacing, 12px)}[dir=rtl] .mat-mdc-menu-submenu-icon{padding-right:var(--mat-menu-item-spacing, 12px);padding-left:0}[dir=rtl] .mat-mdc-menu-submenu-icon polygon{transform:scaleX(-1);transform-origin:center}@media(forced-colors: active){.mat-mdc-menu-submenu-icon{fill:CanvasText}}.mat-mdc-menu-item .mat-mdc-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n'],encapsulation:2,changeDetection:0})}return Ht})();const Le=new i.nKC("mat-menu-scroll-strategy",{providedIn:"root",factory:()=>{const Ht=(0,i.WQX)(i.zZn);return()=>(0,me.RH)(Ht)}}),ge={provide:Le,deps:[],useFactory:function Ke(Ht){const ct=(0,i.WQX)(i.zZn);return()=>(0,me.RH)(ct)}},Oe=new WeakMap;let Ee=(()=>{class Ht{_canHaveBackdrop;_element=(0,i.WQX)(t.aKT);_viewContainerRef=(0,i.WQX)(t.c1b);_menuItemInstance=(0,i.WQX)(r,{optional:!0,self:!0});_dir=(0,i.WQX)(he.dS,{optional:!0});_focusMonitor=(0,i.WQX)(S.FN);_ngZone=(0,i.WQX)(t.SKi);_injector=(0,i.WQX)(i.zZn);_scrollStrategy=(0,i.WQX)(Le);_changeDetectorRef=(0,i.WQX)(p.gRc);_animationsDisabled=(0,oe.Rc)();_portal;_overlayRef=null;_menuOpen=!1;_closingActionsSubscription=m.yU.EMPTY;_menuCloseSubscription=m.yU.EMPTY;_pendingRemoval;_parentMaterialMenu;_parentInnerPadding;_openedBy=void 0;get _menu(){return this._menuInternal}set _menu(Ce){Ce!==this._menuInternal&&(this._menuInternal=Ce,this._menuCloseSubscription.unsubscribe(),Ce&&(this._menuCloseSubscription=Ce.close.subscribe(ze=>{this._destroyMenu(ze),("click"===ze||"tab"===ze)&&this._parentMaterialMenu&&this._parentMaterialMenu.closed.emit(ze)})),this._menuItemInstance?._setTriggersSubmenu(this._triggersSubmenu()))}_menuInternal;constructor(Ce){this._canHaveBackdrop=Ce;const ze=(0,i.WQX)(x,{optional:!0});this._parentMaterialMenu=ze instanceof ye?ze:void 0}ngOnDestroy(){this._menu&&this._ownsMenu(this._menu)&&Oe.delete(this._menu),this._pendingRemoval?.unsubscribe(),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null)}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_triggersSubmenu(){return!!(this._menuItemInstance&&this._parentMaterialMenu&&this._menu)}_closeMenu(){this._menu?.close.emit()}_openMenu(Ce){const ze=this._menu;if(this._menuOpen||!ze)return;this._pendingRemoval?.unsubscribe();const Z=Oe.get(ze);Oe.set(ze,this),Z&&Z!==this&&Z._closeMenu();const J=this._createOverlay(ze),fe=J.getConfig(),Ie=fe.positionStrategy;this._setPosition(ze,Ie),fe.hasBackdrop=!!this._canHaveBackdrop&&(null==ze.hasBackdrop?!this._triggersSubmenu():ze.hasBackdrop),J.hasAttached()||(J.attach(this._getPortal(ze)),ze.lazyContent?.attach(this.menuData)),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this._closeMenu()),ze.parentMenu=this._triggersSubmenu()?this._parentMaterialMenu:void 0,ze.direction=this.dir,Ce&&ze.focusFirstItem(this._openedBy||"program"),this._setIsMenuOpen(!0),ze instanceof ye&&(ze._setIsOpen(!0),ze._directDescendantItems.changes.pipe((0,G.Q)(ze.close)).subscribe(()=>{Ie.withLockedPosition(!1).reapplyLastPosition(),Ie.withLockedPosition(!0)}))}focus(Ce,ze){this._focusMonitor&&Ce?this._focusMonitor.focusVia(this._element,Ce,ze):this._element.nativeElement.focus(ze)}_destroyMenu(Ce){const ze=this._overlayRef,Z=this._menu;!ze||!this.menuOpen||(this._closingActionsSubscription.unsubscribe(),this._pendingRemoval?.unsubscribe(),Z instanceof ye&&this._ownsMenu(Z)?(this._pendingRemoval=Z._animationDone.pipe((0,q.s)(1)).subscribe(()=>{ze.detach(),Oe.has(Z)||Z.lazyContent?.detach()}),Z._setIsOpen(!1)):(ze.detach(),Z?.lazyContent?.detach()),Z&&this._ownsMenu(Z)&&Oe.delete(Z),this.restoreFocus&&("keydown"===Ce||!this._openedBy||!this._triggersSubmenu())&&this.focus(this._openedBy),this._openedBy=void 0,this._setIsMenuOpen(!1))}_setIsMenuOpen(Ce){Ce!==this._menuOpen&&(this._menuOpen=Ce,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this._triggersSubmenu()&&this._menuItemInstance._setHighlighted(Ce),this._changeDetectorRef.markForCheck())}_createOverlay(Ce){if(!this._overlayRef){const ze=this._getOverlayConfig(Ce);this._subscribeToPositions(Ce,ze.positionStrategy),this._overlayRef=(0,me.Y$)(this._injector,ze),this._overlayRef.keydownEvents().subscribe(Z=>{this._menu instanceof ye&&this._menu._handleKeydown(Z)})}return this._overlayRef}_getOverlayConfig(Ce){return new me.rR({positionStrategy:(0,me.$M)(this._injector,this._getOverlayOrigin()).withLockedPosition().withGrowAfterOpen().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:Ce.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:Ce.overlayPanelClass,scrollStrategy:this._scrollStrategy(),direction:this._dir||"ltr",disableAnimations:this._animationsDisabled})}_subscribeToPositions(Ce,ze){Ce.setPositionClasses&&ze.positionChanges.subscribe(Z=>{this._ngZone.run(()=>{Ce.setPositionClasses("start"===Z.connectionPair.overlayX?"after":"before","top"===Z.connectionPair.overlayY?"below":"above")})})}_setPosition(Ce,ze){let[Z,J]="before"===Ce.xPosition?["end","start"]:["start","end"],[fe,Ie]="above"===Ce.yPosition?["bottom","top"]:["top","bottom"],[ht,li]=[fe,Ie],[Qt,di]=[Z,J],kt=0;if(this._triggersSubmenu()){if(di=Z="before"===Ce.xPosition?"start":"end",J=Qt="end"===Z?"start":"end",this._parentMaterialMenu){if(null==this._parentInnerPadding){const Rt=this._parentMaterialMenu.items.first;this._parentInnerPadding=Rt?Rt._getHostElement().offsetTop:0}kt="bottom"===fe?this._parentInnerPadding:-this._parentInnerPadding}}else Ce.overlapTrigger||(ht="top"===fe?"bottom":"top",li="top"===Ie?"bottom":"top");ze.withPositions([{originX:Z,originY:ht,overlayX:Qt,overlayY:fe,offsetY:kt},{originX:J,originY:ht,overlayX:di,overlayY:fe,offsetY:kt},{originX:Z,originY:li,overlayX:Qt,overlayY:Ie,offsetY:-kt},{originX:J,originY:li,overlayX:di,overlayY:Ie,offsetY:-kt}])}_menuClosingActions(){const Ce=this._getOutsideClickStream(this._overlayRef),ze=this._overlayRef.detachments(),Z=this._parentMaterialMenu?this._parentMaterialMenu.closed:(0,M.of)(),J=this._parentMaterialMenu?this._parentMaterialMenu._hovered().pipe((0,j.p)(fe=>this._menuOpen&&fe!==this._menuItemInstance)):(0,M.of)();return(0,P.h)(Ce,Z,J,ze)}_getPortal(Ce){return(!this._portal||this._portal.templateRef!==Ce.templateRef)&&(this._portal=new ue.VA(Ce.templateRef,this._viewContainerRef)),this._portal}_ownsMenu(Ce){return Oe.get(Ce)===this}static \u0275fac=function(ze){t.QTQ()};static \u0275dir=t.FsC({type:Ht})}return Ht})(),dt=(()=>{class Ht extends Ee{_cleanupTouchstart;_hoverSubscription=m.yU.EMPTY;get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(Ce){this.menu=Ce}get menu(){return this._menu}set menu(Ce){this._menu=Ce}menuData;restoreFocus=!0;menuOpened=new t.bkB;onMenuOpen=this.menuOpened;menuClosed=new t.bkB;onMenuClose=this.menuClosed;constructor(){super(!0);const Ce=(0,i.WQX)(t.sFG);this._cleanupTouchstart=Ce.listen(this._element.nativeElement,"touchstart",ze=>{(0,T.w)(ze)||(this._openedBy="touch")},{passive:!0})}triggersSubmenu(){return super._triggersSubmenu()}toggleMenu(){return this.menuOpen?this.closeMenu():this.openMenu()}openMenu(){this._openMenu(!0)}closeMenu(){this._closeMenu()}updatePosition(){this._overlayRef?.updatePosition()}ngAfterContentInit(){this._handleHover()}ngOnDestroy(){super.ngOnDestroy(),this._cleanupTouchstart(),this._hoverSubscription.unsubscribe()}_getOverlayOrigin(){return this._element}_getOutsideClickStream(Ce){return Ce.backdropClick()}_handleMousedown(Ce){(0,T._)(Ce)||(this._openedBy=0===Ce.button?"mouse":void 0,this.triggersSubmenu()&&Ce.preventDefault())}_handleKeydown(Ce){const ze=Ce.keyCode;(ze===g.Fm||ze===g.t6)&&(this._openedBy="keyboard"),this.triggersSubmenu()&&(ze===g.LE&&"ltr"===this.dir||ze===g.UQ&&"rtl"===this.dir)&&(this._openedBy="keyboard",this.openMenu())}_handleClick(Ce){this.triggersSubmenu()?(Ce.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){this.triggersSubmenu()&&this._parentMaterialMenu&&(this._hoverSubscription=this._parentMaterialMenu._hovered().subscribe(Ce=>{Ce===this._menuItemInstance&&!Ce.disabled&&"void"!==this._parentMaterialMenu?._panelAnimationState&&(this._openedBy="mouse",this._openMenu(!1))}))}static \u0275fac=function(ze){return new(ze||Ht)};static \u0275dir=t.FsC({type:Ht,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:[1,"mat-mdc-menu-trigger"],hostVars:3,hostBindings:function(ze,Z){1&ze&&t.bIt("click",function(fe){return Z._handleClick(fe)})("mousedown",function(fe){return Z._handleMousedown(fe)})("keydown",function(fe){return Z._handleKeydown(fe)}),2&ze&&t.BMQ("aria-haspopup",Z.menu?"menu":null)("aria-expanded",Z.menuOpen)("aria-controls",Z.menuOpen?null==Z.menu?null:Z.menu.panelId:null)},inputs:{_deprecatedMatMenuTriggerFor:[0,"mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:[0,"matMenuTriggerFor","menu"],menuData:[0,"matMenuTriggerData","menuData"],restoreFocus:[0,"matMenuTriggerRestoreFocus","restoreFocus"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"},exportAs:["matMenuTrigger"],features:[t.Vt3]})}return Ht})(),Ct=(()=>{class Ht{static \u0275fac=function(ze){return new(ze||Ht)};static \u0275mod=t.$C({type:Ht});static \u0275inj=i.G2t({providers:[ge],imports:[D.p,n.y,me.z_,Te.Gj,n.y]})}return Ht})()},59295:(Ae,ee,l)=>{"use strict";l.d(ee,{Zf:()=>m,EW:()=>j,QZ:()=>K,O8:()=>M}),l(10467);var t=l(2615),p=l(48440);const d={...p.pL,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"};class m{destroyed=!1;listeners=null;errorHandler=(0,t.WQX)(t.zcH,{optional:!0});destroyRef=(0,t.WQX)(t.abz);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(W){if(this.destroyed)throw new t.buA(953,!1);return(this.listeners??=[]).push(W),{unsubscribe:()=>{const I=this.listeners?.indexOf(W);void 0!==I&&-1!==I&&this.listeners?.splice(I,1)}}}emit(W){if(this.destroyed)return void console.warn((0,t.OsK)(953,!1));if(null===this.listeners)return;const I=(0,p.Ht)(null);try{for(const B of this.listeners)try{B(W)}catch(re){this.errorHandler?.handleError(re)}}finally{(0,p.Ht)(I)}}}function M(_){return function g(_){const W=(0,p.Ht)(null);try{return _()}finally{(0,p.Ht)(W)}}(_)}function j(_,W){return(0,p.KZ)(_,W?.equal)}class U{[p.bh];constructor(W){this[p.bh]=W}destroy(){this[p.bh].destroy()}}function K(_,W){const I=W?.injector??(0,t.WQX)(t.zZn);let re,B=!0!==W?.manualCleanup?I.get(t.abz):null;const pe=I.get(t.r4V,null,{optional:!0}),be=I.get(t.hk6);return null!==pe?(re=function $(_,W,I){const B=Object.create(Q);return B.view=_,B.zone=typeof Zone<"u"?Zone.current:null,B.notifier=W,B.fn=ue(B,I),_[t.tQN]??=new Set,_[t.tQN].add(B),B.consumerMarkedDirty(B),B}(pe.view,be,_),B instanceof t.KXn&&B._lView===pe.view&&(B=null)):re=function ae(_,W,I){const B=Object.create(G);return B.fn=ue(B,_),B.scheduler=W,B.notifier=I,B.zone=typeof Zone<"u"?Zone.current:null,B.scheduler.add(B),B.notifier.notify(12),B}(_,I.get(t.VML),be),re.injector=I,null!==B&&(re.onDestroyFn=B.onDestroy(()=>re.destroy())),new U(re)}const q={...d,cleanupFns:void 0,zone:null,onDestroyFn:t.lQ1,run(){const _=(0,t.cBl)(!1);try{!function w(_){if(_.dirty=!1,_.version>0&&!(0,p.si)(_))return;_.version++;const W=(0,p.Bg)(_);try{_.cleanup(),_.fn()}finally{(0,p.Wu)(_,W)}}(this)}finally{(0,t.cBl)(_)}},cleanup(){if(!this.cleanupFns?.length)return;const _=(0,p.Ht)(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],(0,p.Ht)(_)}}},G={...q,consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){(0,p.XR)(this),this.onDestroyFn(),this.cleanup(),this.scheduler.remove(this)}},Q={...q,consumerMarkedDirty(){this.view[t.Wg1]|=8192,(0,t.blu)(this.view),this.notifier.notify(13)},destroy(){(0,p.XR)(this),this.onDestroyFn(),this.cleanup(),this.view[t.tQN]?.delete(this)}};function ue(_,W){return()=>{W(I=>(_.cleanupFns??=[]).push(I))}}Error,Error},59316:(Ae,ee,l)=>{var i=l(71993),t=l(83838).Buffer,p=l(55941);function S(c){p.call(this,c),this.enc="pem"}i(S,p),Ae.exports=S,S.prototype.decode=function(e,T){for(var g=e.toString().split(/[\r\n]+/g),d=T.label.toUpperCase(),w=/^-----(BEGIN|END) ([^-]+)-----$/,m=-1,P=-1,M=0;M{ee["des-ecb"]={key:8,iv:0},ee["des-cbc"]=ee.des={key:8,iv:8},ee["des-ede3-cbc"]=ee.des3={key:24,iv:8},ee["des-ede3"]={key:24,iv:0},ee["des-ede-cbc"]={key:16,iv:8},ee["des-ede"]={key:16,iv:0}},59584:(Ae,ee,l)=>{"use strict";l.d(ee,{Al:()=>P,BM:()=>M,Dv:()=>U,GX:()=>q,Ie:()=>j,KT:()=>T,O5:()=>$,Pj:()=>m,RB:()=>w,RQ:()=>Q,aJ:()=>K,av:()=>p,ip:()=>ae,kQ:()=>G,kr:()=>d,mH:()=>S,os:()=>g,ru:()=>e});var i=l(59640);const t=(0,i.UX)("cln"),p=(0,i.Mz)(t,oe=>({pageSettings:oe.pageSettings,apiCallStatus:oe.apisCallStatus.FetchPageSettings})),S=(0,i.Mz)(t,oe=>oe.information),e=((0,i.Mz)(t,oe=>oe.apisCallStatus.FetchInfo),(0,i.Mz)(t,oe=>oe.apisCallStatus)),T=(0,i.Mz)(t,oe=>({payments:oe.payments,apiCallStatus:oe.apisCallStatus.FetchPayments})),g=(0,i.Mz)(t,oe=>({peers:oe.peers,apiCallStatus:oe.apisCallStatus.FetchPeers})),d=(0,i.Mz)(t,oe=>({feeRatesPerKB:oe.feeRatesPerKB,apiCallStatus:oe.apisCallStatus.FetchFeeRatesperkb})),w=(0,i.Mz)(t,oe=>({feeRatesPerKW:oe.feeRatesPerKW,apiCallStatus:oe.apisCallStatus.FetchFeeRatesperkw})),m=(0,i.Mz)(t,oe=>({listInvoices:oe.invoices,apiCallStatus:oe.apisCallStatus.FetchInvoices})),P=(0,i.Mz)(t,oe=>({utxos:oe.utxos,balance:oe.balance,localRemoteBalance:oe.localRemoteBalance,apiCallStatus:oe.apisCallStatus.FetchUTXOBalances})),M=(0,i.Mz)(t,oe=>({activeChannels:oe.activeChannels,pendingChannels:oe.pendingChannels,inactiveChannels:oe.inactiveChannels,apiCallStatus:oe.apisCallStatus.FetchChannels})),j=(0,i.Mz)(t,oe=>({forwardingHistory:oe.forwardingHistory,apiCallStatus:oe.apisCallStatus.FetchForwardingHistoryS})),U=(0,i.Mz)(t,oe=>({failedForwardingHistory:oe.failedForwardingHistory,apiCallStatus:oe.apisCallStatus.FetchForwardingHistoryF})),K=(0,i.Mz)(t,oe=>({localFailedForwardingHistory:oe.localFailedForwardingHistory,apiCallStatus:oe.apisCallStatus.FetchForwardingHistoryL})),q=(0,i.Mz)(t,oe=>({information:oe.information,balance:oe.balance,numPeers:oe.peers.length})),G=(0,i.Mz)(t,oe=>({information:oe.information,balance:oe.balance})),Q=(0,i.Mz)(t,oe=>({information:oe.information,fees:oe.fees,apisCallStatus:[oe.apisCallStatus.FetchInfo,oe.apisCallStatus.FetchForwardingHistoryS]})),$=(0,i.Mz)(t,oe=>({offers:oe.offers,apiCallStatus:oe.apisCallStatus.FetchOffers})),ae=(0,i.Mz)(t,oe=>({offersBookmarks:oe.offersBookmarks,apiCallStatus:oe.apisCallStatus.FetchOfferBookmarks}))},59640:(Ae,ee,l)=>{"use strict";l.d(ee,{SS:()=>f,Zz:()=>o,N_:()=>k,Bh:()=>Ce,QU:()=>ct,sA:()=>fe,h1:()=>ht,il:()=>kt,ae:()=>an,md:()=>mn,wc:()=>ca,q6:()=>ze,VP:()=>G,UX:()=>ln,vy:()=>mr,Mz:()=>Hi,on:()=>qn,xk:()=>Q});var i=l(2615),t=l(73664),p=l(59295),S=l(17705),c=l(84412),e=l(71985),T=l(21413),g=l(47242),d=l(40941),w=l(53993),m=l(31943),P=l(96354),j=l(23294),U=l(89079);const K={};function G(fi,Mi){if(K[fi]=(K[fi]||0)+1,"function"==typeof Mi)return ae(fi,(...wi)=>({...Mi(...wi),type:fi}));switch(Mi?Mi._as:"empty"){case"empty":return ae(fi,()=>({type:fi}));case"props":return ae(fi,wi=>({...wi,type:fi}));default:throw new Error("Unexpected config.")}}function Q(){return{_as:"props",_p:void 0}}function ae(fi,Mi){return Object.defineProperty(Mi,"type",{value:fi,writable:!1})}const o="@ngrx/store/init";let f=(()=>{var fi;class Mi extends c.t{constructor(){super({type:o})}next(wi){if("function"==typeof wi)throw new TypeError("\n Dispatch expected an object, instead it received a function.\n If you're using the createAction function, make sure to invoke the function\n before dispatching the action. For example, someAction should be someAction().");if(typeof wi>"u")throw new TypeError("Actions must be objects");if(typeof wi.type>"u")throw new TypeError("Actions must have a type property");super.next(wi)}complete(){}ngOnDestroy(){super.complete()}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)},this.\u0275prov=i.jDH({token:Mi,factory:Mi.\u0275fac}))}return fi(),Mi})();const h=[f],b=new i.nKC("@ngrx/store Internal Root Guard"),A=new i.nKC("@ngrx/store Internal Initial State"),k=new i.nKC("@ngrx/store Initial State"),x=new i.nKC("@ngrx/store Reducer Factory"),r=new i.nKC("@ngrx/store Internal Reducer Factory Provider"),_=new i.nKC("@ngrx/store Initial Reducers"),W=new i.nKC("@ngrx/store Internal Initial Reducers"),I=new i.nKC("@ngrx/store Store Features"),B=new i.nKC("@ngrx/store Internal Store Reducers"),re=new i.nKC("@ngrx/store Internal Feature Reducers"),pe=new i.nKC("@ngrx/store Internal Feature Configs"),be=new i.nKC("@ngrx/store Internal Store Features"),Be=new i.nKC("@ngrx/store Internal Feature Reducers Token"),_e=new i.nKC("@ngrx/store Feature Reducers"),ye=new i.nKC("@ngrx/store User Provided Meta Reducers"),Le=new i.nKC("@ngrx/store Meta Reducers"),Ke=new i.nKC("@ngrx/store Internal Resolved Meta Reducers"),ge=new i.nKC("@ngrx/store User Runtime Checks Config"),ve=new i.nKC("@ngrx/store Internal User Runtime Checks Config"),Oe=new i.nKC("@ngrx/store Internal Runtime Checks"),Ee=new i.nKC("@ngrx/store Check if Action types are unique"),dt=new i.nKC("@ngrx/store Root Store Provider"),nt=new i.nKC("@ngrx/store Feature State Provider");function Ct(fi,Mi={}){const en=Object.keys(fi),wi={};for(let Gt=0;GtGt(Xe),en(Mi))}}function Pe(fi,Mi){return Array.isArray(Mi)&&Mi.length>0&&(fi=lt.apply(null,[...Mi,fi])),(en,wi)=>{const Xe=fi(en);return(Gt,gt)=>Xe(Gt=void 0===Gt?wi:Gt,gt)}}class ct extends e.c{}class Ce extends f{}const ze="@ngrx/store/update-reducers";let Z=(()=>{var fi;class Mi extends c.t{get currentReducers(){return this.reducers}constructor(wi,Xe,Gt,gt){super(gt(Gt,Xe)),this.dispatcher=wi,this.initialState=Xe,this.reducers=Gt,this.reducerFactory=gt}addFeature(wi){this.addFeatures([wi])}addFeatures(wi){const Xe=wi.reduce((Gt,{reducers:gt,reducerFactory:Ft,metaReducers:gi,initialState:Bi,key:Qi})=>{const fn="function"==typeof gt?function Ht(fi){const Mi=Array.isArray(fi)&&fi.length>0?lt(...fi):en=>en;return(en,wi)=>(en=Mi(en),(Xe,Gt)=>en(Xe=void 0===Xe?wi:Xe,Gt))}(gi)(gt,Bi):Pe(Ft,gi)(gt,Bi);return Gt[Qi]=fn,Gt},{});this.addReducers(Xe)}removeFeature(wi){this.removeFeatures([wi])}removeFeatures(wi){this.removeReducers(wi.map(Xe=>Xe.key))}addReducer(wi,Xe){this.addReducers({[wi]:Xe})}addReducers(wi){this.reducers={...this.reducers,...wi},this.updateReducers(Object.keys(wi))}removeReducer(wi){this.removeReducers([wi])}removeReducers(wi){wi.forEach(Xe=>{this.reducers=function Mt(fi,Mi){return Object.keys(fi).filter(en=>en!==Mi).reduce((en,wi)=>Object.assign(en,{[wi]:fi[wi]}),{})}(this.reducers,Xe)}),this.updateReducers(wi)}updateReducers(wi){this.next(this.reducerFactory(this.reducers,this.initialState)),this.dispatcher.next({type:ze,features:wi})}ngOnDestroy(){this.complete()}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)(i.KVO(Ce),i.KVO(k),i.KVO(_),i.KVO(x))},this.\u0275prov=i.jDH({token:Mi,factory:Mi.\u0275fac}))}return fi(),Mi})();const J=[Z,{provide:ct,useExisting:Z},{provide:Ce,useExisting:f}];let fe=(()=>{var fi;class Mi extends T.B{ngOnDestroy(){this.complete()}static#e=fi=()=>(this.\u0275fac=(()=>{let wi;return function(Gt){return(wi||(wi=t.xGo(Mi)))(Gt||Mi)}})(),this.\u0275prov=i.jDH({token:Mi,factory:Mi.\u0275fac}))}return fi(),Mi})();const Ie=[fe];class ht extends e.c{}let li=(()=>{var fi;class Mi extends c.t{constructor(wi,Xe,Gt,gt){super(gt);const Qi=wi.pipe((0,d.Q)(g.T)).pipe((0,w.E)(Xe)).pipe((0,m.S)(Qt,{state:gt}));this.stateSubscription=Qi.subscribe(({state:fn,action:ma})=>{this.next(fn),Gt.next(ma)}),this.state=(0,U.ot)(this,{manualCleanup:!0,requireSync:!0})}ngOnDestroy(){this.stateSubscription.unsubscribe(),this.complete()}static#e=fi=()=>(this.INIT=o,this.\u0275fac=function(Xe){return new(Xe||Mi)(i.KVO(f),i.KVO(ct),i.KVO(fe),i.KVO(k))},this.\u0275prov=i.jDH({token:Mi,factory:Mi.\u0275fac}))}return fi(),Mi})();function Qt(fi={state:void 0},[Mi,en]){const{state:wi}=fi;return{state:en(wi,Mi),action:Mi}}const di=[li,{provide:ht,useExisting:li}];let kt=(()=>{var fi;class Mi extends e.c{constructor(wi,Xe,Gt,gt){super(),this.actionsObserver=Xe,this.reducerManager=Gt,this.injector=gt,this.source=wi,this.state=wi.state}select(wi,...Xe){return le.call(null,wi,...Xe)(this)}selectSignal(wi,Xe){return(0,p.EW)(()=>wi(this.state()),Xe)}lift(wi){const Xe=new Mi(this,this.actionsObserver,this.reducerManager);return Xe.operator=wi,Xe}dispatch(wi,Xe){if("function"==typeof wi)return this.processDispatchFn(wi,Xe);this.actionsObserver.next(wi)}next(wi){this.actionsObserver.next(wi)}error(wi){this.actionsObserver.error(wi)}complete(){this.actionsObserver.complete()}addReducer(wi,Xe){this.reducerManager.addReducer(wi,Xe)}removeReducer(wi){this.reducerManager.removeReducer(wi)}processDispatchFn(wi,Xe){!function he(fi,Mi){if(null==fi)throw new Error(`${Mi} must be defined.`)}(this.injector,"Store Injector");const Gt=Xe?.injector??function te(){try{return(0,i.WQX)(i.zZn)}catch{return}}()??this.injector;return(0,p.QZ)(()=>{const gt=wi();(0,p.O8)(()=>this.dispatch(gt))},{injector:Gt})}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)(i.KVO(ht),i.KVO(f),i.KVO(Z),i.KVO(i.zZn))},this.\u0275prov=i.jDH({token:Mi,factory:Mi.\u0275fac}))}return fi(),Mi})();const Rt=[kt];function le(fi,Mi,...en){return function(Xe){let Gt;if("string"==typeof fi){const gt=[Mi,...en].filter(Boolean);Gt=Xe.pipe(function M(...fi){const Mi=fi.length;if(0===Mi)throw new Error("list of properties cannot be empty.");return(0,P.T)(en=>{let wi=en;for(let Xe=0;Xefi(gt,Mi)))}return Gt.pipe((0,j.F)())}}const ce="https://ngrx.io/guide/store/configuration/runtime-checks";function se(fi){return void 0===fi}function ke(fi){return null===fi}function Ue(fi){return Array.isArray(fi)}function Vt(fi){return"object"==typeof fi&&null!==fi}function Ye(fi){return"function"==typeof fi}let Jt=!1;function tt(fi,Mi){return fi===Mi}function ci(fi,Mi=tt,en=tt){let Gt,wi=null,Xe=null;return{memoized:function Bi(){if(void 0!==Gt)return Gt.result;if(!wi)return Xe=fi.apply(null,arguments),wi=arguments,Xe;if(!function vi(fi,Mi,en){for(let wi=0;wi"function"==typeof Mi)}(wi[0])&&(wi=function dn(fi){const Mi=Object.values(fi),en=Object.keys(fi);return[...Mi,(...Xe)=>en.reduce((Gt,gt,Ft)=>({...Gt,[gt]:Xe[Ft]}),{})]}(wi[0]));const Xe=wi.slice(0,wi.length-1),Gt=wi[wi.length-1],gt=Xe.filter(Qi=>Qi.release&&"function"==typeof Qi.release),Ft=fi(function(...Qi){return Gt.apply(null,Qi)}),gi=ci(function(Qi,fn){return Mi.stateFn.apply(null,[Qi,Xe,fn,Ft])});return Object.assign(gi.memoized,{release:function Bi(){gi.reset(),Ft.reset(),gt.forEach(Qi=>Qi.release())},projector:Ft.memoized,setResult:gi.setResult,clearResult:gi.clearResult})}}(ci)(...fi)}function oi(fi,Mi,en,wi){if(void 0===en){const Gt=Mi.map(gt=>gt(fi));return wi.memoized.apply(null,Gt)}const Xe=Mi.map(Gt=>Gt(fi,en));return wi.memoized.apply(null,[...Xe,en])}function ln(fi){return Hi(Mi=>{const en=Mi[fi];return!function $e(){return Jt}()&&(0,S.naY)()&&!(fi in Mi)&&console.warn(`@ngrx/store: The feature name "${fi}" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using StoreModule.forRoot('${fi}', ...) or StoreModule.forFeature('${fi}', ...). If the default state is intended to be undefined, as is the case with router state, this development-only warning message can be ignored.`),en},Mi=>Mi)}function Ze(fi){return fi instanceof i.nKC?(0,i.WQX)(fi):fi}function Ve(fi,Mi){return Mi.map((en,wi)=>{if(fi[wi]instanceof i.nKC){const Xe=(0,i.WQX)(fi[wi]);return{key:en.key,reducerFactory:Xe.reducerFactory?Xe.reducerFactory:Ct,metaReducers:Xe.metaReducers?Xe.metaReducers:[],initialState:Xe.initialState}}return en})}function Fe(fi){return fi.map(Mi=>Mi instanceof i.nKC?(0,i.WQX)(Mi):Mi)}function it(fi){return"function"==typeof fi?fi():fi}function bt(fi,Mi){return fi.concat(Mi)}function ut(){if((0,i.WQX)(kt,{optional:!0,skipSelf:!0}))throw new TypeError("The root Store has been provided more than once. Feature modules should provide feature states instead.");return"guarded"}function ai(fi){Object.freeze(fi);const Mi=Ye(fi);return Object.getOwnPropertyNames(fi).forEach(en=>{if(!en.startsWith("\u0275")&&function Et(fi,Mi){return Object.prototype.hasOwnProperty.call(fi,Mi)}(fi,en)&&(!Mi||"caller"!==en&&"callee"!==en&&"arguments"!==en)){const wi=fi[en];(Vt(wi)||Ye(wi))&&!Object.isFrozen(wi)&&ai(wi)}}),fi}function ki(fi,Mi=[]){return(se(fi)||ke(fi))&&0===Mi.length?{path:["root"],value:fi}:Object.keys(fi).reduce((wi,Xe)=>{if(wi)return wi;const Gt=fi[Xe];return function Nt(fi){return Ye(fi)&&fi.hasOwnProperty("\u0275cmp")}(Gt)?wi:!(se(Gt)||ke(Gt)||function yt(fi){return"number"==typeof fi}(Gt)||function Kt(fi){return"boolean"==typeof fi}(Gt)||function Ne(fi){return"string"==typeof fi}(Gt)||Ue(Gt))&&(function ti(fi){if(!function Zt(fi){return Vt(fi)&&!Ue(fi)}(fi))return!1;const Mi=Object.getPrototypeOf(fi);return Mi===Object.prototype||null===Mi}(Gt)?ki(Gt,[...Mi,Xe]):{path:[...Mi,Xe],value:Gt})},!1)}function Ki(fi,Mi){if(!1===fi)return;const en=fi.path.join("."),wi=new Error(`Detected unserializable ${Mi} at "${en}". ${ce}#strict${Mi}serializability`);throw wi.value=fi.value,wi.unserializablePath=en,wi}function Dn(fi){return(0,S.naY)()?{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!0,strictActionImmutability:!0,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1,...fi}:{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!1,strictActionImmutability:!1,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1}}function En({strictActionSerializability:fi,strictStateSerializability:Mi}){return en=>fi||Mi?function pi(fi,Mi){return function(en,wi){Mi.action(wi)&&Ki(ki(wi),"action");const Xe=fi(en,wi);return Mi.state()&&Ki(ki(Xe),"state"),Xe}}(en,{action:wi=>fi&&!Fn(wi),state:()=>Mi}):en}function An({strictActionImmutability:fi,strictStateImmutability:Mi}){return en=>fi||Mi?function jt(fi,Mi){return function(en,wi){const Xe=Mi.action(wi)?ai(wi):wi,Gt=fi(en,Xe);return Mi.state()?ai(Gt):Gt}}(en,{action:wi=>fi&&!Fn(wi),state:()=>Mi}):en}function Fn(fi){return fi.type.startsWith("@ngrx")}function xi({strictActionWithinNgZone:fi}){return Mi=>fi?function Ji(fi,Mi){return function(en,wi){if(Mi.action(wi)&&!t.SKi.isInAngularZone())throw new Error(`Action '${wi.type}' running outside NgZone. ${ce}#strictactionwithinngzone`);return fi(en,wi)}}(Mi,{action:en=>fi&&!Fn(en)}):Mi}function Gi(fi){return[{provide:ve,useValue:fi},{provide:ge,useFactory:Ai,deps:[ve]},{provide:Oe,deps:[ge],useFactory:Dn},{provide:Le,multi:!0,deps:[Oe],useFactory:An},{provide:Le,multi:!0,deps:[Oe],useFactory:En},{provide:Le,multi:!0,deps:[Oe],useFactory:xi}]}function Ci(){return[{provide:Ee,multi:!0,deps:[Oe],useFactory:Yi}]}function Ai(fi){return fi}function Yi(fi){if(!fi.strictActionTypeUniqueness)return;const Mi=Object.entries(K).filter(([,en])=>en>1).map(([en])=>en);if(Mi.length)throw new Error(`Action types are registered more than once, ${Mi.map(en=>`"${en}"`).join(", ")}. ${ce}#strictactiontypeuniqueness`)}function ji(fi={},Mi={}){return[{provide:b,useFactory:ut},{provide:A,useValue:Mi.initialState},{provide:k,useFactory:it,deps:[A]},{provide:W,useValue:fi},{provide:B,useExisting:fi instanceof i.nKC?fi:W},{provide:_,deps:[W,[new t.y_5(B)]],useFactory:Ze},{provide:ye,useValue:Mi.metaReducers?Mi.metaReducers:[]},{provide:Ke,deps:[Le,ye],useFactory:bt},{provide:r,useValue:Mi.reducerFactory?Mi.reducerFactory:Ct},{provide:x,deps:[r,Ke],useFactory:Pe},h,J,Ie,di,Rt,Gi(Mi.runtimeChecks),Ci()]}function kn(fi,Mi,en={}){return[{provide:pe,multi:!0,useValue:fi instanceof Object?{}:en},{provide:I,multi:!0,useValue:{key:fi instanceof Object?fi.name:fi,reducerFactory:en instanceof i.nKC||!en.reducerFactory?Ct:en.reducerFactory,metaReducers:en instanceof i.nKC||!en.metaReducers?[]:en.metaReducers,initialState:en instanceof i.nKC||!en.initialState?void 0:en.initialState}},{provide:be,deps:[pe,I],useFactory:Ve},{provide:re,multi:!0,useValue:fi instanceof Object?fi.reducer:Mi},{provide:Be,multi:!0,useExisting:Mi instanceof i.nKC?Mi:re},{provide:_e,multi:!0,deps:[re,[new t.y_5(Be)]],useFactory:Fe},Ci()]}(0,i.BCV)(()=>(0,i.WQX)(dt)),(0,i.BCV)(()=>(0,i.WQX)(nt));let ca=(()=>{var fi;class Mi{constructor(wi,Xe,Gt,gt,Ft,gi){}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)(i.KVO(f),i.KVO(ct),i.KVO(fe),i.KVO(kt),i.KVO(b,8),i.KVO(Ee,8))},this.\u0275mod=t.$C({type:Mi}),this.\u0275inj=i.G2t({}))}return fi(),Mi})(),an=(()=>{var fi;class Mi{constructor(wi,Xe,Gt,gt,Ft){this.features=wi,this.featureReducers=Xe,this.reducerManager=Gt;const gi=wi.map((Bi,Qi)=>{const ma=Xe.shift()[Qi];return{...Bi,reducers:ma,initialState:it(Bi.initialState)}});Gt.addFeatures(gi)}ngOnDestroy(){this.reducerManager.removeFeatures(this.features)}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)(i.KVO(be),i.KVO(_e),i.KVO(Z),i.KVO(ca),i.KVO(Ee,8))},this.\u0275mod=t.$C({type:Mi}),this.\u0275inj=i.G2t({}))}return fi(),Mi})(),mn=(()=>{var fi;class Mi{static forRoot(wi,Xe){return{ngModule:ca,providers:[...ji(wi,Xe)]}}static forFeature(wi,Xe,Gt={}){return{ngModule:an,providers:[...kn(wi,Xe,Gt)]}}static#e=fi=()=>(this.\u0275fac=function(Xe){return new(Xe||Mi)},this.\u0275mod=t.$C({type:Mi}),this.\u0275inj=i.G2t({}))}return fi(),Mi})();function qn(...fi){return{reducer:fi.pop(),types:fi.map(wi=>wi.type)}}function mr(fi,...Mi){const en=new Map;for(const wi of Mi)for(const Xe of wi.types){const Gt=en.get(Xe);en.set(Xe,Gt?(Ft,gi)=>wi.reducer(Gt(Ft,gi),gi):wi.reducer)}return function(wi=fi,Xe){const Gt=en.get(Xe.type);return Gt?Gt(wi,Xe):wi}}},59705:Ae=>{"use strict";Ae.exports=Function.prototype.call},59858:(Ae,ee,l)=>{"use strict";l.d(ee,{y:()=>t});var i=l(98071);function t(p){return(0,i.T)(p?.then)}},60092:(Ae,ee,l)=>{"use strict";l.d(ee,{z:()=>p});var i=l(89417),t=l(73664);let p=(()=>{var S;class c{validate(T){return this.max?i.k0.max(+this.max)(T):null}static#e=S=()=>(this.\u0275fac=function(g){return new(g||c)},this.\u0275dir=t.FsC({type:c,selectors:[["input","max",""]],inputs:{max:"max"},standalone:!1,features:[t.Jv_([{provide:i.cz,useExisting:c,multi:!0}])]}))}return S(),c})()},60102:(Ae,ee,l)=>{var i=l(19307),t=l(27054).Buffer,p=l(60503),S=l(91821),c=l(3247),e=l(12375),T=l(18211);function d(j,U,K){c.call(this),this._cache=new w,this._last=void 0,this._cipher=new e.AES(U),this._prev=t.from(K),this._mode=j,this._autopadding=!0}function w(){this.cache=t.allocUnsafe(0)}function P(j,U,K){var q=p[j.toLowerCase()];if(!q)throw new TypeError("invalid suite type");if("string"==typeof K&&(K=t.from(K)),"GCM"!==q.mode&&K.length!==q.iv)throw new TypeError("invalid iv length "+K.length);if("string"==typeof U&&(U=t.from(U)),U.length!==q.key/8)throw new TypeError("invalid key length "+U.length);return"stream"===q.type?new S(q.module,U,K,!0):"auth"===q.type?new i(q.module,U,K,!0):new d(q.module,U,K)}l(71993)(d,c),d.prototype._update=function(j){this._cache.add(j);for(var U,K,q=[];U=this._cache.get(this._autopadding);)K=this._mode.decrypt(this,U),q.push(K);return t.concat(q)},d.prototype._final=function(){var j=this._cache.flush();if(this._autopadding)return function m(j){var U=j[15];if(U<1||U>16)throw new Error("unable to decrypt data");for(var K=-1;++K16)return U=this.cache.slice(0,16),this.cache=this.cache.slice(16),U}else if(this.cache.length>=16)return U=this.cache.slice(0,16),this.cache=this.cache.slice(16),U;return null},w.prototype.flush=function(){if(this.cache.length)return this.cache},ee.createDecipher=function M(j,U){var K=p[j.toLowerCase()];if(!K)throw new TypeError("invalid suite type");var q=T(U,!1,K.key,K.iv);return P(j,q.key,q.iv)},ee.createDecipheriv=P},60177:(Ae,ee,l)=>{"use strict";l.d(ee,{AJ:()=>p,UE:()=>c,Vy:()=>e,Xr:()=>g});var i=l(2615);const p="browser",S="server";function c(ut){return ut===p}function e(ut){return ut===S}let g=(()=>{class ut{static \u0275prov=(0,i.jDH)({token:ut,providedIn:"root",factory:()=>new d((0,i.WQX)(i.qQL),window)})}return ut})();class d{document;window;offset=()=>[0,0];constructor(jt,ai){this.document=jt,this.window=ai}setOffset(jt){this.offset=Array.isArray(jt)?()=>jt:jt}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(jt,ai){this.window.scrollTo({...ai,left:jt[0],top:jt[1]})}scrollToAnchor(jt,ai){const pi=function w(ut,jt){const ai=ut.getElementById(jt)||ut.getElementsByName(jt)[0];if(ai)return ai;if("function"==typeof ut.createTreeWalker&&ut.body&&"function"==typeof ut.body.attachShadow){const pi=ut.createTreeWalker(ut.body,NodeFilter.SHOW_ELEMENT);let ki=pi.currentNode;for(;ki;){const Ki=ki.shadowRoot;if(Ki){const Ji=Ki.getElementById(jt)||Ki.querySelector(`[name="${jt}"]`);if(Ji)return Ji}ki=pi.nextNode()}}return null}(this.document,jt);pi&&(this.scrollToElement(pi,ai),pi.focus())}setHistoryScrollRestoration(jt){try{this.window.history.scrollRestoration=jt}catch{console.warn((0,i.OsK)(2400,!1))}}scrollToElement(jt,ai){const pi=jt.getBoundingClientRect(),ki=pi.left+this.window.pageXOffset,Ki=pi.top+this.window.pageYOffset,Ji=this.offset();this.window.scrollTo({...ai,left:ki-Ji[0],top:Ki-Ji[1]})}}},60426:(Ae,ee)=>{"use strict";function l(ye){return Object.keys(ye).map(Le=>ye[Le])}var ye;Object.defineProperty(ee,"__esModule",{value:!0}),(ye=ee.HashAlgorithms||(ee.HashAlgorithms={})).SHA1="sha1",ye.SHA256="sha256",ye.SHA512="sha512";const i=l(ee.HashAlgorithms);!function(ye){ye.ASCII="ascii",ye.BASE64="base64",ye.HEX="hex",ye.LATIN1="latin1",ye.UTF8="utf8"}(ee.KeyEncodings||(ee.KeyEncodings={}));const t=l(ee.KeyEncodings);!function(ye){ye.HOTP="hotp",ye.TOTP="totp"}(ee.Strategy||(ee.Strategy={}));const p=l(ee.Strategy),S=()=>{throw new Error("Please provide an options.createDigest implementation.")};function c(ye){return/^(\d+)$/.test(ye)}function e(ye,Le,Ke){return ye.length>=Le?ye:`${Array(Le+1).join(Ke)}${ye}`.slice(-1*Le)}function T(ye){const Le=`otpauth://${ye.type}/{labelPrefix}:{accountName}?secret={secret}{query}`,Ke=[];if(p.indexOf(ye.type)<0)throw new Error(`Expecting options.type to be one of ${p.join(", ")}. Received ${ye.type}.`);if("hotp"===ye.type){if(null==ye.counter||"number"!=typeof ye.counter)throw new Error('Expecting options.counter to be a number when options.type is "hotp".');Ke.push(`&counter=${ye.counter}`)}return"totp"===ye.type&&ye.step&&Ke.push(`&period=${ye.step}`),ye.digits&&Ke.push(`&digits=${ye.digits}`),ye.algorithm&&Ke.push(`&algorithm=${ye.algorithm.toUpperCase()}`),ye.issuer&&Ke.push(`&issuer=${encodeURIComponent(ye.issuer)}`),Le.replace("{labelPrefix}",encodeURIComponent(ye.issuer||ye.accountName)).replace("{accountName}",encodeURIComponent(ye.accountName)).replace("{secret}",ye.secret).replace("{query}",Ke.join(""))}class g{constructor(Le={}){this._defaultOptions=Object.freeze({...Le}),this._options=Object.freeze({})}create(Le={}){return new g(Le)}clone(Le={}){const Ke=this.create({...this._defaultOptions,...Le});return Ke.options=this._options,Ke}get options(){return Object.freeze({...this._defaultOptions,...this._options})}set options(Le){this._options=Object.freeze({...this._options,...Le})}allOptions(){return this.options}resetOptions(){this._options=Object.freeze({})}}function d(ye){if("function"!=typeof ye.createDigest)throw new Error("Expecting options.createDigest to be a function.");if("function"!=typeof ye.createHmacKey)throw new Error("Expecting options.createHmacKey to be a function.");if("number"!=typeof ye.digits)throw new Error("Expecting options.digits to be a number.");if(!ye.algorithm||i.indexOf(ye.algorithm)<0)throw new Error(`Expecting options.algorithm to be one of ${i.join(", ")}. Received ${ye.algorithm}.`);if(!ye.encoding||t.indexOf(ye.encoding)<0)throw new Error(`Expecting options.encoding to be one of ${t.join(", ")}. Received ${ye.encoding}.`)}const w=(ye,Le,Ke)=>Buffer.from(Le,Ke).toString("hex");function m(){return{algorithm:ee.HashAlgorithms.SHA1,createHmacKey:w,createDigest:S,digits:6,encoding:ee.KeyEncodings.ASCII}}function P(ye){const Le={...m(),...ye};return d(Le),Object.freeze(Le)}function M(ye){return e(ye.toString(16),16,"0")}function j(ye,Le){const Ke=Buffer.from(ye,"hex"),ge=15&Ke[Ke.length-1],Oe=((127&Ke[ge])<<24|(255&Ke[ge+1])<<16|(255&Ke[ge+2])<<8|255&Ke[ge+3])%Math.pow(10,Le);return e(String(Oe),Le,"0")}function K(ye,Le,Ke){const ge=Ke.digest||function U(ye,Le,Ke){const ge=M(Le),ve=Ke.createHmacKey(Ke.algorithm,ye,Ke.encoding);return Ke.createDigest(Ke.algorithm,ve,ge)}(ye,Le,Ke);return j(ge,Ke.digits)}function q(ye,Le,Ke,ge){return!!c(ye)&&ye===K(Le,Ke,ge)}function G(ye,Le,Ke,ge,ve){return T({algorithm:ve.algorithm,digits:ve.digits,type:ee.Strategy.HOTP,accountName:ye,counter:ge,issuer:Le,secret:Ke})}class Q extends g{create(Le={}){return new Q(Le)}allOptions(){return P(this.options)}generate(Le,Ke){return K(Le,Ke,this.allOptions())}check(Le,Ke,ge){return q(Le,Ke,ge,this.allOptions())}verify(Le){if("object"!=typeof Le)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Le.token,Le.secret,Le.counter)}keyuri(Le,Ke,ge,ve){return G(Le,Ke,ge,ve,this.allOptions())}}function $(ye){if("number"==typeof ye)return[Math.abs(ye),Math.abs(ye)];if(Array.isArray(ye)){const[Le,Ke]=ye;if("number"==typeof Le&&"number"==typeof Ke)return[Math.abs(Le),Math.abs(Ke)]}throw new Error("Expecting options.window to be an number or [number, number].")}function ae(ye){if(d(ye),$(ye.window),"number"!=typeof ye.epoch)throw new Error("Expecting options.epoch to be a number.");if("number"!=typeof ye.step)throw new Error("Expecting options.step to be a number.")}const ue=(ye,Le,Ke)=>{const ge=ye.length,ve=Buffer.from(ye,Le).toString("hex");if(ge{switch(ye){case ee.HashAlgorithms.SHA1:return ue(Le,Ke,20);case ee.HashAlgorithms.SHA256:return ue(Le,Ke,32);case ee.HashAlgorithms.SHA512:return ue(Le,Ke,64);default:throw new Error(`Expecting algorithm to be one of ${i.join(", ")}. Received ${ye}.`)}};function he(){return{algorithm:ee.HashAlgorithms.SHA1,createDigest:S,createHmacKey:oe,digits:6,encoding:ee.KeyEncodings.ASCII,epoch:Date.now(),step:30,window:0}}function me(ye){const Le={...he(),...ye};return ae(Le),Object.freeze(Le)}function Te(ye,Le){return Math.floor(ye/Le/1e3)}function D(ye,Le){return K(ye,Te(Le.epoch,Le.step),Le)}function n(ye,Le,Ke,ge){const ve=[];if(0===ge)return ve;for(let Oe=1;Oe<=ge;Oe++)ve.push(ye+Le*Oe*Ke);return ve}function o(ye,Le,Ke){const ge=$(Ke),ve=1e3*Le;return{current:ye,past:n(ye,-1,ve,ge[0]),future:n(ye,1,ve,ge[1])}}function f(ye,Le,Ke){return!!c(ye)&&ye===D(Le,Ke)}function h(ye,Le,Ke,ge){let ve=null;return ye.some((Oe,Ee)=>!!f(Le,Ke,{...ge,epoch:Oe})&&(ve=Ee+1,!0)),ve}function b(ye,Le,Ke){if(f(ye,Le,Ke))return 0;const ge=o(Ke.epoch,Ke.step,Ke.window),ve=h(ge.past,ye,Le,Ke);return null!==ve?-1*ve:h(ge.future,ye,Le,Ke)}function A(ye,Le){return Math.floor(ye/1e3)%Le}function k(ye,Le){return Le-A(ye,Le)}function x(ye,Le,Ke,ge){return T({algorithm:ge.algorithm,digits:ge.digits,step:ge.step,type:ee.Strategy.TOTP,accountName:ye,issuer:Le,secret:Ke})}class r extends Q{create(Le={}){return new r(Le)}allOptions(){return me(this.options)}generate(Le){return D(Le,this.allOptions())}checkDelta(Le,Ke){return b(Le,Ke,this.allOptions())}check(Le,Ke){return"number"==typeof this.checkDelta(Le,Ke)}verify(Le){if("object"!=typeof Le)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Le.token,Le.secret)}timeRemaining(){const Le=this.allOptions();return k(Le.epoch,Le.step)}timeUsed(){const Le=this.allOptions();return A(Le.epoch,Le.step)}keyuri(Le,Ke,ge){return x(Le,Ke,ge,this.allOptions())}}function _(ye){if(ae(ye),"function"!=typeof ye.keyDecoder)throw new Error("Expecting options.keyDecoder to be a function.");if(ye.keyEncoder&&"function"!=typeof ye.keyEncoder)throw new Error("Expecting options.keyEncoder to be a function.")}function W(){return{algorithm:ee.HashAlgorithms.SHA1,createDigest:S,createHmacKey:oe,digits:6,encoding:ee.KeyEncodings.HEX,epoch:Date.now(),step:30,window:0}}function I(ye){const Le={...W(),...ye};return _(Le),Object.freeze(Le)}function B(ye,Le){return Le.keyEncoder(ye,Le.encoding)}function re(ye,Le){return Le.keyDecoder(ye,Le.encoding)}function pe(ye,Le){return B(Le.createRandomBytes(ye,Le.encoding),Le)}function be(ye,Le){return D(re(ye,Le),Le)}function Be(ye,Le,Ke){return b(ye,re(Le,Ke),Ke)}class _e extends r{create(Le={}){return new _e(Le)}allOptions(){return I(this.options)}generate(Le){return be(Le,this.allOptions())}checkDelta(Le,Ke){return Be(Le,Ke,this.allOptions())}encode(Le){return B(Le,this.allOptions())}decode(Le){return re(Le,this.allOptions())}generateSecret(Le=10){return pe(Le,this.allOptions())}}ee.Authenticator=_e,ee.HASH_ALGORITHMS=i,ee.HOTP=Q,ee.KEY_ENCODINGS=t,ee.OTP=g,ee.STRATEGY=p,ee.TOTP=r,ee.authenticatorCheckWithWindow=Be,ee.authenticatorDecoder=re,ee.authenticatorDefaultOptions=W,ee.authenticatorEncoder=B,ee.authenticatorGenerateSecret=pe,ee.authenticatorOptionValidator=_,ee.authenticatorOptions=I,ee.authenticatorToken=be,ee.createDigestPlaceholder=S,ee.hotpCheck=q,ee.hotpCounter=M,ee.hotpCreateHmacKey=w,ee.hotpDefaultOptions=m,ee.hotpDigestToToken=j,ee.hotpKeyuri=G,ee.hotpOptions=P,ee.hotpOptionsValidator=d,ee.hotpToken=K,ee.isTokenValid=c,ee.keyuri=T,ee.objectValues=l,ee.padStart=e,ee.totpCheck=f,ee.totpCheckByEpoch=h,ee.totpCheckWithWindow=b,ee.totpCounter=Te,ee.totpCreateHmacKey=oe,ee.totpDefaultOptions=he,ee.totpEpochAvailable=o,ee.totpKeyuri=x,ee.totpOptions=me,ee.totpOptionsValidator=ae,ee.totpPadSecret=ue,ee.totpTimeRemaining=k,ee.totpTimeUsed=A,ee.totpToken=D},60503:(Ae,ee,l)=>{var i={ECB:l(37513),CBC:l(34133),CFB:l(17090),CFB8:l(72576),CFB1:l(71039),OFB:l(46854),CTR:l(70336),GCM:l(70336)},t=l(3219);for(var p in t)t[p].module=i[t[p].mode];Ae.exports=t},60541:(Ae,ee,l)=>{"use strict";var i=l(88723),p=l(3136).assert;function S(c,e){this.ec=c,this.priv=null,this.pub=null,e.priv&&this._importPrivate(e.priv,e.privEnc),e.pub&&this._importPublic(e.pub,e.pubEnc)}Ae.exports=S,S.fromPublic=function(e,T,g){return T instanceof S?T:new S(e,{pub:T,pubEnc:g})},S.fromPrivate=function(e,T,g){return T instanceof S?T:new S(e,{priv:T,privEnc:g})},S.prototype.validate=function(){var e=this.getPublic();return e.isInfinity()?{result:!1,reason:"Invalid public key"}:e.validate()?e.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},S.prototype.getPublic=function(e,T){return"string"==typeof e&&(T=e,e=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),T?this.pub.encode(T,e):this.pub},S.prototype.getPrivate=function(e){return"hex"===e?this.priv.toString(16,2):this.priv},S.prototype._importPrivate=function(e,T){this.priv=new i(e,T||16),this.priv=this.priv.umod(this.ec.curve.n)},S.prototype._importPublic=function(e,T){if(e.x||e.y)return"mont"===this.ec.curve.type?p(e.x,"Need x coordinate"):("short"===this.ec.curve.type||"edwards"===this.ec.curve.type)&&p(e.x&&e.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(e.x,e.y));this.pub=this.ec.curve.decodePoint(e,T)},S.prototype.derive=function(e){return e.validate()||p(e.validate(),"public point not validated"),e.mul(this.priv).getX()},S.prototype.sign=function(e,T,g){return this.ec.sign(e,this,T,g)},S.prototype.verify=function(e,T,g){return this.ec.verify(e,T,this,void 0,g)},S.prototype.inspect=function(){return""}},61092:(Ae,ee,l)=>{"use strict";var i;Ae.exports=D,D.ReadableState=Te,l(44356);var w,p=function(ve,Oe){return ve.listeners(Oe).length},S=l(12601),c=l(83838).Buffer,e=(typeof global<"u"?global:typeof window<"u"?window:typeof self<"u"?self:{}).Uint8Array||function(){},d=l(77199);w=d&&d.debuglog?d.debuglog("stream"):function(){};var $,ae,ue,m=l(75225),P=l(88152),j=l(22827).getHighWaterMark,U=l(30464).F,K=U.ERR_INVALID_ARG_TYPE,q=U.ERR_STREAM_PUSH_AFTER_EOF,G=U.ERR_METHOD_NOT_IMPLEMENTED,Q=U.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;l(71993)(D,S);var oe=P.errorOrDestroy,he=["error","close","destroy","pause","resume"];function Te(ge,ve,Oe){i=i||l(1030),"boolean"!=typeof Oe&&(Oe=ve instanceof i),this.objectMode=!!(ge=ge||{}).objectMode,Oe&&(this.objectMode=this.objectMode||!!ge.readableObjectMode),this.highWaterMark=j(this,ge,"readableHighWaterMark",Oe),this.buffer=new m,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==ge.emitClose,this.autoDestroy=!!ge.autoDestroy,this.destroyed=!1,this.defaultEncoding=ge.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,ge.encoding&&($||($=l(78454).I),this.decoder=new $(ge.encoding),this.encoding=ge.encoding)}function D(ge){if(i=i||l(1030),!(this instanceof D))return new D(ge);this._readableState=new Te(ge,this,this instanceof i),this.readable=!0,ge&&("function"==typeof ge.read&&(this._read=ge.read),"function"==typeof ge.destroy&&(this._destroy=ge.destroy)),S.call(this)}function n(ge,ve,Oe,Ee,dt){w("readableAddChunk",ve);var Ct,nt=ge._readableState;if(null===ve)nt.reading=!1,function k(ge,ve){if(w("onEofChunk"),!ve.ended){if(ve.decoder){var Oe=ve.decoder.end();Oe&&Oe.length&&(ve.buffer.push(Oe),ve.length+=ve.objectMode?1:Oe.length)}ve.ended=!0,ve.sync?x(ge):(ve.needReadable=!1,ve.emittedReadable||(ve.emittedReadable=!0,r(ge)))}}(ge,nt);else if(dt||(Ct=function f(ge,ve){var Oe;return!function g(ge){return c.isBuffer(ge)||ge instanceof e}(ve)&&"string"!=typeof ve&&void 0!==ve&&!ge.objectMode&&(Oe=new K("chunk",["string","Buffer","Uint8Array"],ve)),Oe}(nt,ve)),Ct)oe(ge,Ct);else if(nt.objectMode||ve&&ve.length>0)if("string"!=typeof ve&&!nt.objectMode&&Object.getPrototypeOf(ve)!==c.prototype&&(ve=function T(ge){return c.from(ge)}(ve)),Ee)nt.endEmitted?oe(ge,new Q):o(ge,nt,ve,!0);else if(nt.ended)oe(ge,new q);else{if(nt.destroyed)return!1;nt.reading=!1,nt.decoder&&!Oe?(ve=nt.decoder.write(ve),nt.objectMode||0!==ve.length?o(ge,nt,ve,!1):_(ge,nt)):o(ge,nt,ve,!1)}else Ee||(nt.reading=!1,_(ge,nt));return!nt.ended&&(nt.lengthve.highWaterMark&&(ve.highWaterMark=function b(ge){return ge>=h?ge=h:(ge--,ge|=ge>>>1,ge|=ge>>>2,ge|=ge>>>4,ge|=ge>>>8,ge|=ge>>>16,ge++),ge}(ge)),ge<=ve.length?ge:ve.ended?ve.length:(ve.needReadable=!0,0))}function x(ge){var ve=ge._readableState;w("emitReadable",ve.needReadable,ve.emittedReadable),ve.needReadable=!1,ve.emittedReadable||(w("emitReadable",ve.flowing),ve.emittedReadable=!0,process.nextTick(r,ge))}function r(ge){var ve=ge._readableState;w("emitReadable_",ve.destroyed,ve.length,ve.ended),!ve.destroyed&&(ve.length||ve.ended)&&(ge.emit("readable"),ve.emittedReadable=!1),ve.needReadable=!ve.flowing&&!ve.ended&&ve.length<=ve.highWaterMark,Be(ge)}function _(ge,ve){ve.readingMore||(ve.readingMore=!0,process.nextTick(W,ge,ve))}function W(ge,ve){for(;!ve.reading&&!ve.ended&&(ve.length0,ve.resumeScheduled&&!ve.paused?ve.flowing=!0:ge.listenerCount("data")>0&&ge.resume()}function re(ge){w("readable nexttick read 0"),ge.read(0)}function be(ge,ve){w("resume",ve.reading),ve.reading||ge.read(0),ve.resumeScheduled=!1,ge.emit("resume"),Be(ge),ve.flowing&&!ve.reading&&ge.read(0)}function Be(ge){var ve=ge._readableState;for(w("flow",ve.flowing);ve.flowing&&null!==ge.read(););}function _e(ge,ve){return 0===ve.length?null:(ve.objectMode?Oe=ve.buffer.shift():!ge||ge>=ve.length?(Oe=ve.decoder?ve.buffer.join(""):1===ve.buffer.length?ve.buffer.first():ve.buffer.concat(ve.length),ve.buffer.clear()):Oe=ve.buffer.consume(ge,ve.decoder),Oe);var Oe}function ye(ge){var ve=ge._readableState;w("endReadable",ve.endEmitted),ve.endEmitted||(ve.ended=!0,process.nextTick(Le,ve,ge))}function Le(ge,ve){if(w("endReadableNT",ge.endEmitted,ge.length),!ge.endEmitted&&0===ge.length&&(ge.endEmitted=!0,ve.readable=!1,ve.emit("end"),ge.autoDestroy)){var Oe=ve._writableState;(!Oe||Oe.autoDestroy&&Oe.finished)&&ve.destroy()}}function Ke(ge,ve){for(var Oe=0,Ee=ge.length;Oe=ve.highWaterMark:ve.length>0)||ve.ended))return w("read: emitReadable",ve.length,ve.ended),0===ve.length&&ve.ended?ye(this):x(this),null;if(0===(ge=A(ge,ve))&&ve.ended)return 0===ve.length&&ye(this),null;var dt,Ee=ve.needReadable;return w("need readable",Ee),(0===ve.length||ve.length-ge0?_e(ge,ve):null)?(ve.needReadable=ve.length<=ve.highWaterMark,ge=0):(ve.length-=ge,ve.awaitDrain=0),0===ve.length&&(ve.ended||(ve.needReadable=!0),Oe!==ge&&ve.ended&&ye(this)),null!==dt&&this.emit("data",dt),dt},D.prototype._read=function(ge){oe(this,new G("_read()"))},D.prototype.pipe=function(ge,ve){var Oe=this,Ee=this._readableState;switch(Ee.pipesCount){case 0:Ee.pipes=ge;break;case 1:Ee.pipes=[Ee.pipes,ge];break;default:Ee.pipes.push(ge)}Ee.pipesCount+=1,w("pipe count=%d opts=%j",Ee.pipesCount,ve);var nt=ve&&!1===ve.end||ge===process.stdout||ge===process.stderr?J:Mt;function Mt(){w("onend"),ge.end()}Ee.endEmitted?process.nextTick(nt):Oe.once("end",nt),ge.on("unpipe",function Ct(fe,Ie){w("onunpipe"),fe===Oe&&Ie&&!1===Ie.hasUnpiped&&(Ie.hasUnpiped=!0,function Ht(){w("cleanup"),ge.removeListener("close",ze),ge.removeListener("finish",Z),ge.removeListener("drain",lt),ge.removeListener("error",Ce),ge.removeListener("unpipe",Ct),Oe.removeListener("end",Mt),Oe.removeListener("end",J),Oe.removeListener("data",ct),Pe=!0,Ee.awaitDrain&&(!ge._writableState||ge._writableState.needDrain)&<()}())});var lt=function I(ge){return function(){var Oe=ge._readableState;w("pipeOnDrain",Oe.awaitDrain),Oe.awaitDrain&&Oe.awaitDrain--,0===Oe.awaitDrain&&p(ge,"data")&&(Oe.flowing=!0,Be(ge))}}(Oe);ge.on("drain",lt);var Pe=!1;function ct(fe){w("ondata");var Ie=ge.write(fe);w("dest.write",Ie),!1===Ie&&((1===Ee.pipesCount&&Ee.pipes===ge||Ee.pipesCount>1&&-1!==Ke(Ee.pipes,ge))&&!Pe&&(w("false write response, pause",Ee.awaitDrain),Ee.awaitDrain++),Oe.pause())}function Ce(fe){w("onerror",fe),J(),ge.removeListener("error",Ce),0===p(ge,"error")&&oe(ge,fe)}function ze(){ge.removeListener("finish",Z),J()}function Z(){w("onfinish"),ge.removeListener("close",ze),J()}function J(){w("unpipe"),Oe.unpipe(ge)}return Oe.on("data",ct),function me(ge,ve,Oe){if("function"==typeof ge.prependListener)return ge.prependListener(ve,Oe);ge._events&&ge._events[ve]?Array.isArray(ge._events[ve])?ge._events[ve].unshift(Oe):ge._events[ve]=[Oe,ge._events[ve]]:ge.on(ve,Oe)}(ge,"error",Ce),ge.once("close",ze),ge.once("finish",Z),ge.emit("pipe",Oe),Ee.flowing||(w("pipe resume"),Oe.resume()),ge},D.prototype.unpipe=function(ge){var ve=this._readableState,Oe={hasUnpiped:!1};if(0===ve.pipesCount)return this;if(1===ve.pipesCount)return ge&&ge!==ve.pipes||(ge||(ge=ve.pipes),ve.pipes=null,ve.pipesCount=0,ve.flowing=!1,ge&&ge.emit("unpipe",this,Oe)),this;if(!ge){var Ee=ve.pipes,dt=ve.pipesCount;ve.pipes=null,ve.pipesCount=0,ve.flowing=!1;for(var nt=0;nt0,!1!==Ee.flowing&&this.resume()):"readable"===ge&&!Ee.endEmitted&&!Ee.readableListening&&(Ee.readableListening=Ee.needReadable=!0,Ee.flowing=!1,Ee.emittedReadable=!1,w("on readable",Ee.length,Ee.reading),Ee.length?x(this):Ee.reading||process.nextTick(re,this)),Oe},D.prototype.removeListener=function(ge,ve){var Oe=S.prototype.removeListener.call(this,ge,ve);return"readable"===ge&&process.nextTick(B,this),Oe},D.prototype.removeAllListeners=function(ge){var ve=S.prototype.removeAllListeners.apply(this,arguments);return("readable"===ge||void 0===ge)&&process.nextTick(B,this),ve},D.prototype.resume=function(){var ge=this._readableState;return ge.flowing||(w("resume"),ge.flowing=!ge.readableListening,function pe(ge,ve){ve.resumeScheduled||(ve.resumeScheduled=!0,process.nextTick(be,ge,ve))}(this,ge)),ge.paused=!1,this},D.prototype.pause=function(){return w("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(w("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},D.prototype.wrap=function(ge){var ve=this,Oe=this._readableState,Ee=!1;for(var dt in ge.on("end",function(){if(w("wrapped end"),Oe.decoder&&!Oe.ended){var Ct=Oe.decoder.end();Ct&&Ct.length&&ve.push(Ct)}ve.push(null)}),ge.on("data",function(Ct){w("wrapped data"),Oe.decoder&&(Ct=Oe.decoder.write(Ct)),Oe.objectMode&&null==Ct||!(Oe.objectMode||Ct&&Ct.length)||ve.push(Ct)||(Ee=!0,ge.pause())}),ge)void 0===this[dt]&&"function"==typeof ge[dt]&&(this[dt]=function(Mt){return function(){return ge[Mt].apply(ge,arguments)}}(dt));for(var nt=0;nt{"use strict";l.d(ee,{dS:()=>T});var i=l(2615),t=l(73664);const p=new i.nKC("cdk-dir-doc",{providedIn:"root",factory:function S(){return(0,i.WQX)(i.qQL)}}),c=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;let T=(()=>{class g{get value(){return this.valueSignal()}valueSignal=(0,i.vPA)("ltr");change=new t.bkB;constructor(){const w=(0,i.WQX)(p,{optional:!0});w&&this.valueSignal.set(function e(g){const d=g?.toLowerCase()||"";return"auto"===d&&typeof navigator<"u"&&navigator?.language?c.test(navigator.language)?"rtl":"ltr":"rtl"===d?"rtl":"ltr"}((w.body?w.body.dir:null)||(w.documentElement?w.documentElement.dir:null)||"ltr"))}ngOnDestroy(){this.change.complete()}static \u0275fac=function(m){return new(m||g)};static \u0275prov=i.jDH({token:g,factory:g.\u0275fac,providedIn:"root"})}return g})()},61594:(Ae,ee,l)=>{"use strict";l.d(ee,{$:()=>T});var i=l(9350),t=l(5964),p=l(96697),S=l(39901),c=l(93774),e=l(33669);function T(g,d){const w=arguments.length>=2;return m=>m.pipe(g?(0,t.p)((P,M)=>g(P,M,m)):e.D,(0,p.s)(1),w?(0,S.U)(d):(0,c.v)(()=>new i.G))}},61885:(Ae,ee,l)=>{"use strict";var i=l(65992),t=l(46758),p=l(59705),S=l(95731);Ae.exports=function(e){if(e.length<1||"function"!=typeof e[0])throw new t("a function is required");return S(i,p,e)}},62122:(Ae,ee,l)=>{"use strict";var i=l(39210),t=l(71993),p=l(10219),S=l(64166);function c(T,g){i.equal(g.length,24,"Invalid key length");var d=g.slice(0,8),w=g.slice(8,16),m=g.slice(16,24);this.ciphers="encrypt"===T?[S.create({type:"encrypt",key:d}),S.create({type:"decrypt",key:w}),S.create({type:"encrypt",key:m})]:[S.create({type:"decrypt",key:m}),S.create({type:"encrypt",key:w}),S.create({type:"decrypt",key:d})]}function e(T){p.call(this,T);var g=new c(this.type,this.options.key);this._edeState=g}t(e,p),Ae.exports=e,e.create=function(g){return new e(g)},e.prototype._update=function(g,d,w,m){var P=this._edeState;P.ciphers[0]._update(g,d,w,m),P.ciphers[1]._update(w,m,w,m),P.ciphers[2]._update(w,m,w,m)},e.prototype._pad=S.prototype._pad,e.prototype._unpad=S.prototype._unpad},62951:Ae=>{"use strict";Ae.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},63361:(Ae,ee,l)=>{"use strict";var p,i=l(61885),t=l(83798);try{p=[].__proto__===Array.prototype}catch(T){if(!T||"object"!=typeof T||!("code"in T)||"ERR_PROTO_ACCESS"!==T.code)throw T}var S=!!p&&t&&t(Object.prototype,"__proto__"),c=Object,e=c.getPrototypeOf;Ae.exports=S&&"function"==typeof S.get?i([S.get]):"function"==typeof e&&function(g){return e(null==g?g:c(g))}},63386:(Ae,ee,l)=>{"use strict";l.d(ee,{w:()=>p});var i=l(73664),t=l(31804);let p=(()=>{class S{_animationsDisabled=(0,t.Rc)();state="unchecked";disabled=!1;appearance="full";constructor(){}static \u0275fac=function(T){return new(T||S)};static \u0275cmp=i.VBU({type:S,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:12,hostBindings:function(T,g){2&T&&i.AVh("mat-pseudo-checkbox-indeterminate","indeterminate"===g.state)("mat-pseudo-checkbox-checked","checked"===g.state)("mat-pseudo-checkbox-disabled",g.disabled)("mat-pseudo-checkbox-minimal","minimal"===g.appearance)("mat-pseudo-checkbox-full","full"===g.appearance)("_mat-animation-noopable",g._animationsDisabled)},inputs:{state:"state",disabled:"disabled",appearance:"appearance"},decls:0,vars:0,template:function(T,g){},styles:['.mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{color:var(--mat-pseudo-checkbox-minimal-selected-checkmark-color, var(--mat-sys-primary))}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled::after,.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled::after{color:var(--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-pseudo-checkbox-full{border-color:var(--mat-pseudo-checkbox-full-unselected-icon-color, var(--mat-sys-on-surface-variant));border-width:2px;border-style:solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{border-color:var(--mat-pseudo-checkbox-full-disabled-unselected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{background-color:var(--mat-pseudo-checkbox-full-selected-icon-color, var(--mat-sys-primary));border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{color:var(--mat-pseudo-checkbox-full-selected-checkmark-color, var(--mat-sys-on-primary))}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background-color:var(--mat-pseudo-checkbox-full-disabled-selected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled::after,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled::after{color:var(--mat-pseudo-checkbox-full-disabled-selected-checkmark-color, var(--mat-sys-surface))}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}\n'],encapsulation:2,changeDetection:0})}return S})()},63536:(Ae,ee,l)=>{"use strict";l.d(ee,{$7:()=>q,$G:()=>p,BM:()=>M,Bw:()=>K,Ie:()=>T,KT:()=>g,Uv:()=>U,ah:()=>Q,eO:()=>ue,gN:()=>m,gj:()=>oe,n_:()=>ae,oR:()=>d,os:()=>w,pI:()=>S,rN:()=>P,ru:()=>e,tA:()=>$});var i=l(59640);const t=(0,i.UX)("lnd"),p=(0,i.Mz)(t,he=>({pageSettings:he.pageSettings,apiCallStatus:he.apisCallStatus.FetchPageSettings})),S=(0,i.Mz)(t,he=>he.information),e=((0,i.Mz)(t,he=>({information:he.information,apiCallStatus:he.apisCallStatus.FetchInfo})),(0,i.Mz)(t,he=>he.apisCallStatus)),T=(0,i.Mz)(t,he=>({forwardingHistory:he.forwardingHistory,apiCallStatus:he.apisCallStatus.FetchForwardingHistory})),g=(0,i.Mz)(t,he=>({listPayments:he.listPayments,apiCallStatus:he.apisCallStatus.FetchPayments})),d=(0,i.Mz)(t,he=>({fees:he.fees,apiCallStatus:he.apisCallStatus.FetchFees})),w=(0,i.Mz)(t,he=>({peers:he.peers,apiCallStatus:he.apisCallStatus.FetchPeers})),m=(0,i.Mz)(t,he=>({transactions:he.transactions,apiCallStatus:he.apisCallStatus.FetchTransactions})),P=(0,i.Mz)(t,he=>({listInvoices:he.listInvoices,apiCallStatus:he.apisCallStatus.FetchInvoices})),M=(0,i.Mz)(t,he=>({channels:he.channels,channelsSummary:he.channelsSummary,lightningBalance:he.lightningBalance,apiCallStatus:he.apisCallStatus.FetchAllChannels})),U=((0,i.Mz)(t,he=>({channelsSummary:he.channelsSummary,pendingChannels:he.pendingChannels,closedChannels:he.closedChannels,apiCallStatus:he.apisCallStatus.FetchAllChannels})),(0,i.Mz)(t,he=>({pendingChannels:he.pendingChannels,pendingChannelsSummary:he.pendingChannelsSummary,apiCallStatus:he.apisCallStatus.FetchPendingChannels}))),K=(0,i.Mz)(t,he=>({closedChannels:he.closedChannels,apiCallStatus:he.apisCallStatus.FetchClosedChannels})),q=(0,i.Mz)(t,he=>({blockchainBalance:he.blockchainBalance,apiCallStatus:he.apisCallStatus.FetchBalanceBlockchain})),Q=((0,i.Mz)(t,he=>({lightningBalance:he.lightningBalance,apiCallStatus:he.apisCallStatus.FetchAllChannels})),(0,i.Mz)(t,he=>({utxos:he.utxos,apiCallStatus:he.apisCallStatus.FetchUTXOs}))),$=(0,i.Mz)(t,he=>({networkInfo:he.networkInfo,apiCallStatus:he.apisCallStatus.FetchNetwork})),ae=(0,i.Mz)(t,he=>({allLightningTransactions:he.allLightningTransactions,apiCallStatus:he.apisCallStatus.FetchLightningTransactions})),ue=(0,i.Mz)(t,he=>({channels:he.channels,pendingChannels:he.pendingChannels,closedChannels:he.closedChannels})),oe=(0,i.Mz)(t,he=>({information:he.information,apiCallStatus:he.apisCallStatus.FetchInfo}))},63610:(Ae,ee,l)=>{"use strict";l.d(ee,{a:()=>P});var i=l(2615),t=l(73664),p=l(21413),S=l(71985),c=l(5964),e=l(92771),T=l(97647),d=l(56977);class m{_box;_destroyed=new p.B;_resizeSubject=new p.B;_resizeObserver;_elementObservables=new Map;constructor(j){this._box=j,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(U=>this._resizeSubject.next(U)))}observe(j){return this._elementObservables.has(j)||this._elementObservables.set(j,new S.c(U=>{const K=this._resizeSubject.subscribe(U);return this._resizeObserver?.observe(j,{box:this._box}),()=>{this._resizeObserver?.unobserve(j),K.unsubscribe(),this._elementObservables.delete(j)}}).pipe((0,c.p)(U=>U.some(K=>K.target===j)),function g(M,j,U){let K,q=!1;return M&&"object"==typeof M?({bufferSize:K=1/0,windowTime:j=1/0,refCount:q=!1,scheduler:U}=M):K=M??1/0,(0,T.u)({connector:()=>new e.m(K,j,U),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:q})}({bufferSize:1,refCount:!0}),(0,d.Q)(this._destroyed))),this._elementObservables.get(j)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let P=(()=>{class M{_cleanupErrorListener;_observers=new Map;_ngZone=(0,i.WQX)(t.SKi);constructor(){}ngOnDestroy(){for(const[,U]of this._observers)U.destroy();this._observers.clear(),this._cleanupErrorListener?.()}observe(U,K){const q=K?.box||"content-box";return this._observers.has(q)||this._observers.set(q,new m(q)),this._observers.get(q).observe(U)}static \u0275fac=function(K){return new(K||M)};static \u0275prov=i.jDH({token:M,factory:M.\u0275fac,providedIn:"root"})}return M})()},63779:()=>{},64123:(Ae,ee,l)=>{"use strict";l.d(ee,{B:()=>t});var i=l(12593);class t extends i.l{_origin="program";setFocusOrigin(S){return this._origin=S,this}setActiveItem(S){super.setActiveItem(S),this.activeItem&&this.activeItem.focus(this._origin)}}},64166:(Ae,ee,l)=>{"use strict";var i=l(39210),t=l(71993),p=l(85671),S=l(10219);function c(){this.tmp=new Array(2),this.keys=null}function e(g){S.call(this,g);var d=new c;this._desState=d,this.deriveKeys(d,g.key)}t(e,S),Ae.exports=e,e.create=function(d){return new e(d)};var T=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];e.prototype.deriveKeys=function(d,w){d.keys=new Array(32),i.equal(w.length,this.blockSize,"Invalid key length");var m=p.readUInt32BE(w,0),P=p.readUInt32BE(w,4);p.pc1(m,P,d.tmp,0),m=d.tmp[0],P=d.tmp[1];for(var M=0;M>>1];m=p.r28shl(m,j),P=p.r28shl(P,j),p.pc2(m,P,d.keys,M)}},e.prototype._update=function(d,w,m,P){var M=this._desState,j=p.readUInt32BE(d,w),U=p.readUInt32BE(d,w+4);p.ip(j,U,M.tmp,0),j=M.tmp[0],U=M.tmp[1],"encrypt"===this.type?this._encrypt(M,j,U,M.tmp,0):this._decrypt(M,j,U,M.tmp,0),U=M.tmp[1],p.writeUInt32BE(m,j=M.tmp[0],P),p.writeUInt32BE(m,U,P+4)},e.prototype._pad=function(d,w){if(!1===this.padding)return!1;for(var m=d.length-w,P=w;P>>0,j=ae}p.rip(U,j,P,M)},e.prototype._decrypt=function(d,w,m,P,M){for(var j=m,U=w,K=d.keys.length-2;K>=0;K-=2){var q=d.keys[K],G=d.keys[K+1];p.expand(j,d.tmp,0);var Q=p.substitute(q^=d.tmp[0],G^=d.tmp[1]),ae=j;j=(U^p.permute(Q))>>>0,U=ae}p.rip(j,U,P,M)}},64589:Ae=>{"use strict";Ae.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},64688:()=>{},64947:(Ae,ee,l)=>{"use strict";var i=l(88723),t=l(71993),p=l(98828),S=l(3136);function c(T){p.call(this,"mont",T),this.a=new i(T.a,16).toRed(this.red),this.b=new i(T.b,16).toRed(this.red),this.i4=new i(4).toRed(this.red).redInvm(),this.two=new i(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function e(T,g,d){p.BasePoint.call(this,T,"projective"),null===g&&null===d?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new i(g,16),this.z=new i(d,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}t(c,p),Ae.exports=c,c.prototype.validate=function(g){var d=g.normalize().x,w=d.redSqr(),m=w.redMul(d).redAdd(w.redMul(this.a)).redAdd(d);return 0===m.redSqrt().redSqr().cmp(m)},t(e,p.BasePoint),c.prototype.decodePoint=function(g,d){return this.point(S.toArray(g,d),1)},c.prototype.point=function(g,d){return new e(this,g,d)},c.prototype.pointFromJSON=function(g){return e.fromJSON(this,g)},e.prototype.precompute=function(){},e.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},e.fromJSON=function(g,d){return new e(g,d[0],d[1]||g.one)},e.prototype.inspect=function(){return this.isInfinity()?"":""},e.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},e.prototype.dbl=function(){var d=this.x.redAdd(this.z).redSqr(),m=this.x.redSub(this.z).redSqr(),P=d.redSub(m),M=d.redMul(m),j=P.redMul(m.redAdd(this.curve.a24.redMul(P)));return this.curve.point(M,j)},e.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},e.prototype.diffAdd=function(g,d){var w=this.x.redAdd(this.z),m=this.x.redSub(this.z),P=g.x.redAdd(g.z),j=g.x.redSub(g.z).redMul(w),U=P.redMul(m),K=d.z.redMul(j.redAdd(U).redSqr()),q=d.x.redMul(j.redISub(U).redSqr());return this.curve.point(K,q)},e.prototype.mul=function(g){for(var d=g.clone(),w=this,m=this.curve.point(null,null),M=[];0!==d.cmpn(0);d.iushrn(1))M.push(d.andln(1));for(var j=M.length-1;j>=0;j--)0===M[j]?(w=w.diffAdd(m,this),m=m.dbl()):(m=w.diffAdd(m,this),w=w.dbl());return m},e.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},e.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},e.prototype.eq=function(g){return 0===this.getX().cmp(g.getX())},e.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},e.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},65245:(Ae,ee,l)=>{"use strict";l.d(ee,{i:()=>t});var i=l(5964);function t(p){return(0,i.p)((S,c)=>p<=c)}},65667:(Ae,ee,l)=>{"use strict";var i=l(83138),t=l(15579),p=l(89472),S=l(43388),c=l(93397).pbkdf2Sync,e=l(27054).Buffer;function g(d){var w;"object"==typeof d&&!e.isBuffer(d)&&(w=d.passphrase,d=d.key),"string"==typeof d&&(d=e.from(d));var j,U,m=p(d,w),P=m.tag,M=m.data;switch(P){case"CERTIFICATE":U=i.certificate.decode(M,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(U||(U=i.PublicKey.decode(M,"der")),j=U.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(U.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return U.subjectPrivateKey=U.subjectPublicKey,{type:"ec",data:U};case"1.2.840.10040.4.1":return U.algorithm.params.pub_key=i.DSAparam.decode(U.subjectPublicKey.data,"der"),{type:"dsa",data:U.algorithm.params};default:throw new Error("unknown key id "+j)}case"ENCRYPTED PRIVATE KEY":M=function T(d,w){var m=d.algorithm.decrypt.kde.kdeparams.salt,P=parseInt(d.algorithm.decrypt.kde.kdeparams.iters.toString(),10),M=t[d.algorithm.decrypt.cipher.algo.join(".")],j=d.algorithm.decrypt.cipher.iv,U=d.subjectPrivateKey,K=parseInt(M.split("-")[1],10)/8,q=c(w,m,P,K,"sha1"),G=S.createDecipheriv(M,q,j),Q=[];return Q.push(G.update(U)),Q.push(G.final()),e.concat(Q)}(M=i.EncryptedPrivateKey.decode(M,"der"),w);case"PRIVATE KEY":switch(j=(U=i.PrivateKey.decode(M,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(U.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:U.algorithm.curve,privateKey:i.ECPrivateKey.decode(U.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return U.algorithm.params.priv_key=i.DSAparam.decode(U.subjectPrivateKey,"der"),{type:"dsa",params:U.algorithm.params};default:throw new Error("unknown key id "+j)}case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(M,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(M,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(M,"der")};case"EC PRIVATE KEY":return{curve:(M=i.ECPrivateKey.decode(M,"der")).parameters.value,privateKey:M.privateKey};default:throw new Error("unknown key type "+P)}}g.signature=i.signature,Ae.exports=g},65891:Ae=>{"use strict";Ae.exports=Object},65992:(Ae,ee,l)=>{"use strict";var i=l(49132);Ae.exports=Function.prototype.bind||i},66089:()=>{},66686:(Ae,ee)=>{const l=new Uint8Array(512),i=new Uint8Array(256);(function(){let p=1;for(let S=0;S<255;S++)l[S]=p,i[p]=S,p<<=1,256&p&&(p^=285);for(let S=255;S<512;S++)l[S]=l[S-255]})(),ee.log=function(p){if(p<1)throw new Error("log("+p+")");return i[p]},ee.exp=function(p){return l[p]},ee.mul=function(p,S){return 0===p||0===S?0:l[i[p]+i[S]]}},67211:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(34725),p=l(36636),S=l(25443),c=l(3247);function e(T){c.call(this,"digest"),this._hash=T}i(e,c),e.prototype._update=function(T){this._hash.update(T)},e.prototype._final=function(){return this._hash.digest()},Ae.exports=function(g){return"md5"===(g=g.toLowerCase())?new t:"rmd160"===g||"ripemd160"===g?new p:new e(S(g))}},67336:(Ae,ee,l)=>{"use strict";function i(t,...p){return p.length?p.some(S=>t[S]):t.altKey||t.shiftKey||t.ctrlKey||t.metaKey}l.d(ee,{rp:()=>i})},67575:(Ae,ee,l)=>{"use strict";l.d(ee,{HM:()=>w,PO:()=>P});var i=l(2615),t=l(73664),p=l(17705),S=l(31804),c=l(22466);function e(M,j){1&M&&t.Hgh(0,"div",2)}const T=new i.nKC("MAT_PROGRESS_BAR_DEFAULT_OPTIONS");let w=(()=>{class M{_elementRef=(0,i.WQX)(t.aKT);_ngZone=(0,i.WQX)(t.SKi);_changeDetectorRef=(0,i.WQX)(p.gRc);_renderer=(0,i.WQX)(t.sFG);_cleanupTransitionEnd;constructor(){const U=(0,S._J)(),K=(0,i.WQX)(T,{optional:!0});this._isNoopAnimation="di-disabled"===U,"reduced-motion"===U&&this._elementRef.nativeElement.classList.add("mat-progress-bar-reduced-motion"),K&&(K.color&&(this.color=this._defaultColor=K.color),this.mode=K.mode||this.mode)}_isNoopAnimation;get color(){return this._color||this._defaultColor}set color(U){this._color=U}_color;_defaultColor="primary";get value(){return this._value}set value(U){this._value=m(U||0),this._changeDetectorRef.markForCheck()}_value=0;get bufferValue(){return this._bufferValue||0}set bufferValue(U){this._bufferValue=m(U||0),this._changeDetectorRef.markForCheck()}_bufferValue=0;animationEnd=new t.bkB;get mode(){return this._mode}set mode(U){this._mode=U,this._changeDetectorRef.markForCheck()}_mode="determinate";ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{this._cleanupTransitionEnd=this._renderer.listen(this._elementRef.nativeElement,"transitionend",this._transitionendHandler)})}ngOnDestroy(){this._cleanupTransitionEnd?.()}_getPrimaryBarTransform(){return`scaleX(${this._isIndeterminate()?1:this.value/100})`}_getBufferBarFlexBasis(){return`${"buffer"===this.mode?this.bufferValue:100}%`}_isIndeterminate(){return"indeterminate"===this.mode||"query"===this.mode}_transitionendHandler=U=>{0===this.animationEnd.observers.length||!U.target||!U.target.classList.contains("mdc-linear-progress__primary-bar")||("determinate"===this.mode||"buffer"===this.mode)&&this._ngZone.run(()=>this.animationEnd.next({value:this.value}))};static \u0275fac=function(K){return new(K||M)};static \u0275cmp=t.VBU({type:M,selectors:[["mat-progress-bar"]],hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100","tabindex","-1",1,"mat-mdc-progress-bar","mdc-linear-progress"],hostVars:10,hostBindings:function(K,q){2&K&&(t.BMQ("aria-valuenow",q._isIndeterminate()?null:q.value)("mode",q.mode),t.HbH("mat-"+q.color),t.AVh("_mat-animation-noopable",q._isNoopAnimation)("mdc-linear-progress--animation-ready",!q._isNoopAnimation)("mdc-linear-progress--indeterminate",q._isIndeterminate()))},inputs:{color:"color",value:[2,"value","value",p.Udg],bufferValue:[2,"bufferValue","bufferValue",p.Udg],mode:"mode"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],decls:7,vars:5,consts:[["aria-hidden","true",1,"mdc-linear-progress__buffer"],[1,"mdc-linear-progress__buffer-bar"],[1,"mdc-linear-progress__buffer-dots"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__primary-bar"],[1,"mdc-linear-progress__bar-inner"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__secondary-bar"]],template:function(K,q){1&K&&(t.rj2(0,"div",0),t.Hgh(1,"div",1),t.nVh(2,e,1,0,"div",2),t.eux(),t.rj2(3,"div",3),t.Hgh(4,"span",4),t.eux(),t.rj2(5,"div",5),t.Hgh(6,"span",4),t.eux()),2&K&&(t.R7$(),t.xc7("flex-basis",q._getBufferBarFlexBasis()),t.R7$(),t.vxM("buffer"===q.mode?2:-1),t.R7$(),t.xc7("transform",q._getPrimaryBarTransform()))},styles:[".mat-mdc-progress-bar{--mat-progress-bar-animation-multiplier: 1;display:block;text-align:start}.mat-mdc-progress-bar[mode=query]{transform:scaleX(-1)}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-dots,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__secondary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__bar-inner.mdc-linear-progress__bar-inner{animation:none}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-bar{transition:transform 1ms}.mat-progress-bar-reduced-motion{--mat-progress-bar-animation-multiplier: 2}.mdc-linear-progress{position:relative;width:100%;transform:translateZ(0);outline:1px solid rgba(0,0,0,0);overflow-x:hidden;transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);height:max(var(--mat-progress-bar-track-height, 4px),var(--mat-progress-bar-active-indicator-height, 4px))}@media(forced-colors: active){.mdc-linear-progress{outline-color:CanvasText}}.mdc-linear-progress__bar{position:absolute;top:0;bottom:0;margin:auto 0;width:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);height:var(--mat-progress-bar-active-indicator-height, 4px)}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}[dir=rtl] .mdc-linear-progress__bar{right:0;transform-origin:center right}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;animation:none;border-top-style:solid;border-color:var(--mat-progress-bar-active-indicator-color, var(--mat-sys-primary));border-top-width:var(--mat-progress-bar-active-indicator-height, 4px)}.mdc-linear-progress__buffer{display:flex;position:absolute;top:0;bottom:0;margin:auto 0;width:100%;overflow:hidden;height:var(--mat-progress-bar-track-height, 4px);border-radius:var(--mat-progress-bar-track-shape, var(--mat-sys-corner-none))}.mdc-linear-progress__buffer-dots{background-image:radial-gradient(circle, var(--mat-progress-bar-track-color, var(--mat-sys-surface-variant)) calc(var(--mat-progress-bar-track-height, 4px) / 2), transparent 0);background-repeat:repeat-x;background-size:calc(calc(var(--mat-progress-bar-track-height, 4px) / 2)*5);background-position:left;flex:auto;transform:rotate(180deg);animation:mdc-linear-progress-buffering calc(250ms*var(--mat-progress-bar-animation-multiplier)) infinite linear}@media(forced-colors: active){.mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}[dir=rtl] .mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering-reverse calc(250ms*var(--mat-progress-bar-animation-multiplier)) infinite linear;transform:rotate(0)}.mdc-linear-progress__buffer-bar{flex:0 1 100%;transition:flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);background-color:var(--mat-progress-bar-track-color, var(--mat-sys-surface-variant))}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation:mdc-linear-progress-primary-indeterminate-translate calc(2s*var(--mat-progress-bar-animation-multiplier)) infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-primary-indeterminate-scale calc(2s*var(--mat-progress-bar-animation-multiplier)) infinite linear}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation-name:mdc-linear-progress-primary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress__secondary-bar{display:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;display:block}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation:mdc-linear-progress-secondary-indeterminate-translate calc(2s*var(--mat-progress-bar-animation-multiplier)) infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-secondary-indeterminate-scale calc(2s*var(--mat-progress-bar-animation-multiplier)) infinite linear}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation-name:mdc-linear-progress-secondary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}@keyframes mdc-linear-progress-buffering{from{transform:rotate(180deg) translateX(calc(var(--mat-progress-bar-track-height, 4px) * -2.5))}}@keyframes mdc-linear-progress-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mdc-linear-progress-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mdc-linear-progress-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(-83.67142%)}100%{transform:translateX(-200.611057%)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(-37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(-84.386165%)}100%{transform:translateX(-160.277782%)}}@keyframes mdc-linear-progress-buffering-reverse{from{transform:translateX(-10px)}}\n"],encapsulation:2,changeDetection:0})}return M})();function m(M,j=0,U=100){return Math.max(j,Math.min(U,M))}let P=(()=>{class M{static \u0275fac=function(K){return new(K||M)};static \u0275mod=t.$C({type:M});static \u0275inj=i.G2t({imports:[c.y]})}return M})()},67847:(Ae,ee,l)=>{"use strict";l.d(ee,{OE:()=>t,i8:()=>S,o1:()=>p});var i=l(73664);function t(c,e=0){return p(c)?Number(c):2===arguments.length?e:0}function p(c){return!isNaN(parseFloat(c))&&!isNaN(Number(c))}function S(c){return c instanceof i.aKT?c.nativeElement:c}},67947:(Ae,ee,l)=>{"use strict";var i=l(57303),t=l(52512),p=l(2615),S=l(60177),c=l(72200),e=l(73664),T=l(17705),g=l(93393);class d extends i.qj{supportsDOMEvents=!0;static makeCurrent(){(0,i.ig)(new d)}onAndCancel(F,L,H,Y){return F.addEventListener(L,H,Y),()=>{F.removeEventListener(L,H,Y)}}dispatchEvent(F,L){F.dispatchEvent(L)}remove(F){F.remove()}createElement(F,L){return(L=L||this.getDefaultDocument()).createElement(F)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(F){return F.nodeType===Node.ELEMENT_NODE}isShadowRoot(F){return F instanceof DocumentFragment}getGlobalEventTarget(F,L){return"window"===L?window:"document"===L?F:"body"===L?F.body:null}getBaseHref(F){const L=function m(){return w=w||document.head.querySelector("base"),w?w.getAttribute("href"):null}();return null==L?null:function P(z){return new URL(z,document.baseURI).pathname}(L)}resetBaseElement(){w=null}getUserAgent(){return window.navigator.userAgent}getCookie(F){return(0,t.b)(document.cookie,F)}}let w=null,j=(()=>{class z{build(){return new XMLHttpRequest}static \u0275fac=function(H){return new(H||z)};static \u0275prov=p.jDH({token:z,factory:z.\u0275fac})}return z})();const U=["alt","control","meta","shift"],K={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q={alt:z=>z.altKey,control:z=>z.ctrlKey,meta:z=>z.metaKey,shift:z=>z.shiftKey};let G=(()=>{class z extends g.Hl{constructor(L){super(L)}supports(L){return null!=z.parseEventName(L)}addEventListener(L,H,Y,ie){const et=z.parseEventName(H),Bt=z.eventCallback(et.fullKey,Y,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,i.rb)().onAndCancel(L,et.domEventName,Bt,ie))}static parseEventName(L){const H=L.toLowerCase().split("."),Y=H.shift();if(0===H.length||"keydown"!==Y&&"keyup"!==Y)return null;const ie=z._normalizeKey(H.pop());let et="",Bt=H.indexOf("code");if(Bt>-1&&(H.splice(Bt,1),et="code."),U.forEach(Ei=>{const zi=H.indexOf(Ei);zi>-1&&(H.splice(zi,1),et+=Ei+".")}),et+=ie,0!=H.length||0===ie.length)return null;const $t={};return $t.domEventName=Y,$t.fullKey=et,$t}static matchEventFullKeyCode(L,H){let Y=K[L.key]||L.key,ie="";return H.indexOf("code.")>-1&&(Y=L.code,ie="code."),!(null==Y||!Y)&&(Y=Y.toLowerCase()," "===Y?Y="space":"."===Y&&(Y="dot"),U.forEach(et=>{et!==Y&&(0,q[et])(L)&&(ie+=et+".")}),ie+=Y,ie===H)}static eventCallback(L,H,Y){return ie=>{z.matchEventFullKeyCode(ie,L)&&Y.runGuarded(()=>H(ie))}}static _normalizeKey(L){return"esc"===L?"escape":L}static \u0275fac=function(H){return new(H||z)(p.KVO(p.qQL))};static \u0275prov=p.jDH({token:z,factory:z.\u0275fac})}return z})();const D=(0,T.oH4)(T.fpN,"browser",[{provide:e.Agw,useValue:S.AJ},{provide:e.PLl,useValue:function oe(){d.makeCurrent()},multi:!0},{provide:p.qQL,useFactory:function me(){return(0,e._9u)(document),document}}]),o=[{provide:e.$Ln,useClass:class M{addToWindow(F){p.laP.getAngularTestability=(H,Y=!0)=>{const ie=F.findTestabilityInTree(H,Y);if(null==ie)throw new p.buA(5103,!1);return ie},p.laP.getAllAngularTestabilities=()=>F.getAllTestabilities(),p.laP.getAllAngularRootElements=()=>F.getAllRootElements(),p.laP.frameworkStabilizers||(p.laP.frameworkStabilizers=[]),p.laP.frameworkStabilizers.push(H=>{const Y=p.laP.getAllAngularTestabilities();let ie=Y.length;const et=function(){ie--,0==ie&&H()};Y.forEach(Bt=>{Bt.whenStable(et)})})}findTestabilityInTree(F,L,H){return null==L?null:F.getTestability(L)??(H?(0,i.rb)().isShadowRoot(L)?this.findTestabilityInTree(F,L.host,!0):this.findTestabilityInTree(F,L.parentElement,!0):null)}}},{provide:e.dOL,useClass:e.NYb,deps:[e.SKi,e.giA,e.$Ln]},{provide:e.NYb,useClass:e.NYb,deps:[e.SKi,e.giA,e.$Ln]}],f=[{provide:p.GBX,useValue:"root"},{provide:p.zcH,useFactory:function he(){return new p.zcH}},{provide:g.Q5,useClass:g.jd,multi:!0,deps:[p.qQL]},{provide:g.Q5,useClass:G,multi:!0,deps:[p.qQL]},g.mE,g.CI,g.EU,{provide:e._9s,useExisting:g.mE},{provide:t.N,useClass:j},[]];let h=(()=>{class z{constructor(){}static \u0275fac=function(H){return new(H||z)};static \u0275mod=e.$C({type:z});static \u0275inj=p.G2t({providers:[...f,...o],imports:[c.MD,T.Hbi]})}return z})();var b=l(345),A=l(11514);function x(z){return new p.buA(3e3,!1)}function _e(z){return new p.buA(3002,!1)}function di(z){switch(z.length){case 0:return new A.sf;case 1:return z[0];default:return new A.PZ(z)}}function kt(z,F,L=new Map,H=new Map){const Y=[],ie=[];let et=-1,Bt=null;if(F.forEach($t=>{const Ei=$t.get("offset"),zi=Ei==et,Vi=zi&&Bt||new Map;$t.forEach((un,Bn)=>{let pn=Bn,gn=un;if("offset"!==Bn)switch(pn=z.normalizePropertyName(pn,Y),gn){case A.FX:gn=L.get(Bn);break;case A.kp:gn=H.get(Bn);break;default:gn=z.normalizeStyleValue(Bn,pn,gn,Y)}Vi.set(pn,gn)}),zi||ie.push(Vi),Bt=Vi,et=Ei}),Y.length)throw function Pe(){return new p.buA(3502,!1)}();return ie}function Rt(z,F,L,H){switch(F){case"start":z.onStart(()=>H(L&&le(L,"start",z)));break;case"done":z.onDone(()=>H(L&&le(L,"done",z)));break;case"destroy":z.onDestroy(()=>H(L&&le(L,"destroy",z)))}}function le(z,F,L){const ie=te(z.element,z.triggerName,z.fromState,z.toState,F||z.phaseName,L.totalTime??z.totalTime,!!L.disabled),et=z._data;return null!=et&&(ie._data=et),ie}function te(z,F,L,H,Y="",ie=0,et){return{element:z,triggerName:F,fromState:L,toState:H,phaseName:Y,totalTime:ie,disabled:!!et}}function ce(z,F,L){let H=z.get(F);return H||z.set(F,H=L),H}function se(z){const F=z.indexOf(":");return[z.substring(1,F),z.slice(F+1)]}const ke=typeof document>"u"?null:document.documentElement;function Ue(z){const F=z.parentNode||z.host||null;return F===ke?null:F}let Kt=null,yt=!1;function Ye(z,F){for(;F;){if(F===z)return!0;F=Ue(F)}return!1}function Nt(z,F,L){if(L)return Array.from(z.querySelectorAll(F));const H=z.querySelector(F);return H?[H]:[]}const $e="ng-enter",tt="ng-leave",vi="ng-trigger",ei=".ng-trigger",ci="ng-animating",Hi=".ng-animating";function oi(z){if("number"==typeof z)return z;const F=z.match(/^(-?[\.\d]+)(m?s)/);return!F||F.length<2?0:ui(parseFloat(F[1]),F[2])}function ui(z,F){return"s"===F?1e3*z:z}function ln(z,F,L){return z.hasOwnProperty("duration")?z:function dn(z,F,L){let H,Y=0,ie="";if("string"==typeof z){const et=z.match(nn);if(null===et)return F.push(x()),{duration:0,delay:0,easing:""};H=ui(parseFloat(et[1]),et[2]);const Bt=et[3];null!=Bt&&(Y=ui(parseFloat(Bt),et[4]));const $t=et[5];$t&&(ie=$t)}else H=z;if(!L){let et=!1,Bt=F.length;H<0&&(F.push(function r(){return new p.buA(3100,!1)}()),et=!0),Y<0&&(F.push(function _(){return new p.buA(3101,!1)}()),et=!0),et&&F.splice(Bt,0,x())}return{duration:H,delay:Y,easing:ie}}(z,F,L)}const nn=/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i;function Tt(z,F,L){F.forEach((H,Y)=>{const ie=ai(Y);L&&!L.has(Y)&&L.set(Y,z.style[ie]),z.style[ie]=H})}function Ze(z,F){F.forEach((L,H)=>{const Y=ai(H);z.style[Y]=""})}function Ve(z){return Array.isArray(z)?1==z.length?z[0]:(0,A.K2)(z):z}const it=new RegExp("{{\\s*(.+?)\\s*}}","g");function bt(z){let F=[];if("string"==typeof z){let L;for(;L=it.exec(z);)F.push(L[1]);it.lastIndex=0}return F}function ut(z,F,L){const H=`${z}`,Y=H.replace(it,(ie,et)=>{let Bt=F[et];return null==Bt&&(L.push(function I(){return new p.buA(3003,!1)}()),Bt=""),Bt.toString()});return Y==H?z:Y}const jt=/-+([a-z0-9])/g;function ai(z){return z.replace(jt,(...F)=>F[1].toUpperCase())}function Ji(z,F,L){switch(F.type){case A.If.Trigger:return z.visitTrigger(F,L);case A.If.State:return z.visitState(F,L);case A.If.Transition:return z.visitTransition(F,L);case A.If.Sequence:return z.visitSequence(F,L);case A.If.Group:return z.visitGroup(F,L);case A.If.Animate:return z.visitAnimate(F,L);case A.If.Keyframes:return z.visitKeyframes(F,L);case A.If.Style:return z.visitStyle(F,L);case A.If.Reference:return z.visitReference(F,L);case A.If.AnimateChild:return z.visitAnimateChild(F,L);case A.If.AnimateRef:return z.visitAnimateRef(F,L);case A.If.Query:return z.visitQuery(F,L);case A.If.Stagger:return z.visitStagger(F,L);default:throw function B(){return new p.buA(3004,!1)}()}}function Dn(z,F){return window.getComputedStyle(z)[F]}let En=(()=>{class z{validateStyleProperty(L){return function Vt(z){Kt||(Kt=function ti(){return typeof document<"u"?document.body:null}()||{},yt=!!Kt.style&&"WebkitAppearance"in Kt.style);let F=!0;return Kt.style&&!function Ne(z){return"ebkit"==z.substring(1,6)}(z)&&(F=z in Kt.style,!F&&yt&&(F="Webkit"+z.charAt(0).toUpperCase()+z.slice(1)in Kt.style)),F}(L)}containsElement(L,H){return Ye(L,H)}getParentElement(L){return Ue(L)}query(L,H,Y){return Nt(L,H,Y)}computeStyle(L,H,Y){return Y||""}animate(L,H,Y,ie,et,Bt=[],$t){return new A.sf(Y,ie)}static \u0275fac=function(H){return new(H||z)};static \u0275prov=p.jDH({token:z,factory:z.\u0275fac})}return z})();class An{static NOOP=new En}class Fn{}const Gi=new Set(["width","height","minWidth","minHeight","maxWidth","maxHeight","left","top","bottom","right","fontSize","outlineWidth","outlineOffset","paddingTop","paddingLeft","paddingBottom","paddingRight","marginTop","marginLeft","marginBottom","marginRight","borderRadius","borderWidth","borderTopWidth","borderLeftWidth","borderRightWidth","borderBottomWidth","textIndent","perspective"]);class Ci extends Fn{normalizePropertyName(F,L){return ai(F)}normalizeStyleValue(F,L,H,Y){let ie="";const et=H.toString().trim();if(Gi.has(L)&&0!==H&&"0"!==H)if("number"==typeof H)ie="px";else{const Bt=H.match(/^[+-]?[\d\.]+([a-z]*)$/);Bt&&0==Bt[1].length&&Y.push(function re(){return new p.buA(3005,!1)}())}return et+ie}}const kn=new Set(["true","1"]),ca=new Set(["false","0"]);function an(z,F){const L=kn.has(z)||ca.has(z),H=kn.has(F)||ca.has(F);return(Y,ie)=>{let et="*"==z||z==Y,Bt="*"==F||F==ie;return!et&&L&&"boolean"==typeof Y&&(et=Y?kn.has(z):ca.has(z)),!Bt&&H&&"boolean"==typeof ie&&(Bt=ie?kn.has(F):ca.has(F)),et&&Bt}}const qn=new RegExp("s*:selfs*,?","g");function mr(z,F,L,H){return new Mi(z).build(F,L,H)}class Mi{_driver;constructor(F){this._driver=F}build(F,L,H){const Y=new Xe(L);return this._resetContextStyleTimingState(Y),Ji(this,Ve(F),Y)}_resetContextStyleTimingState(F){F.currentQuerySelector="",F.collectedStyles=new Map,F.collectedStyles.set("",new Map),F.currentTime=0}visitTrigger(F,L){let H=L.queryCount=0,Y=L.depCount=0;const ie=[],et=[];return"@"==F.name.charAt(0)&&L.errors.push(function pe(){return new p.buA(3006,!1)}()),F.definitions.forEach(Bt=>{if(this._resetContextStyleTimingState(L),Bt.type==A.If.State){const $t=Bt,Ei=$t.name;Ei.toString().split(/\s*,\s*/).forEach(zi=>{$t.name=zi,ie.push(this.visitState($t,L))}),$t.name=Ei}else if(Bt.type==A.If.Transition){const $t=this.visitTransition(Bt,L);H+=$t.queryCount,Y+=$t.depCount,et.push($t)}else L.errors.push(function be(){return new p.buA(3007,!1)}())}),{type:A.If.Trigger,name:F.name,states:ie,transitions:et,queryCount:H,depCount:Y,options:null}}visitState(F,L){const H=this.visitStyle(F.styles,L),Y=F.options&&F.options.params||null;if(H.containsDynamicStyles){const ie=new Set,et=Y||{};H.styles.forEach(Bt=>{Bt instanceof Map&&Bt.forEach($t=>{bt($t).forEach(Ei=>{et.hasOwnProperty(Ei)||ie.add(Ei)})})}),ie.size&&L.errors.push(function Be(){return new p.buA(3008,!1)}(0,ie.values()))}return{type:A.If.State,name:F.name,style:H,options:Y?{params:Y}:null}}visitTransition(F,L){L.queryCount=0,L.depCount=0;const H=Ji(this,Ve(F.animation),L),Y=function vt(z,F){const L=[];return"string"==typeof z?z.split(/\s*,\s*/).forEach(H=>function ni(z,F,L){if(":"==z[0]){const $t=function Fi(z,F){switch(z){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(L,H)=>parseFloat(H)>parseFloat(L);case":decrement":return(L,H)=>parseFloat(H) *"}}(z,L);if("function"==typeof $t)return void F.push($t);z=$t}const H=z.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==H||H.length<4)return L.push(function dt(){return new p.buA(3015,!1)}()),F;const Y=H[1],ie=H[2],et=H[3];F.push(an(Y,et)),"<"==ie[0]&&("*"!=Y||"*"!=et)&&F.push(an(et,Y))}(H,L,F)):L.push(z),L}(F.expr,L.errors);return{type:A.If.Transition,matchers:Y,animation:H,queryCount:L.queryCount,depCount:L.depCount,options:Ft(F.options)}}visitSequence(F,L){return{type:A.If.Sequence,steps:F.steps.map(H=>Ji(this,H,L)),options:Ft(F.options)}}visitGroup(F,L){const H=L.currentTime;let Y=0;const ie=F.steps.map(et=>{L.currentTime=H;const Bt=Ji(this,et,L);return Y=Math.max(Y,L.currentTime),Bt});return L.currentTime=Y,{type:A.If.Group,steps:ie,options:Ft(F.options)}}visitAnimate(F,L){const H=function gt(z,F){if(z.hasOwnProperty("duration"))return z;if("number"==typeof z)return gi(ln(z,F).duration,0,"");const L=z;if(L.split(/\s+/).some(ie=>"{"==ie.charAt(0)&&"{"==ie.charAt(1))){const ie=gi(0,0,"");return ie.dynamic=!0,ie.strValue=L,ie}const Y=ln(L,F);return gi(Y.duration,Y.delay,Y.easing)}(F.timings,L.errors);L.currentAnimateTimings=H;let Y,ie=F.styles?F.styles:(0,A.iF)({});if(ie.type==A.If.Keyframes)Y=this.visitKeyframes(ie,L);else{let et=F.styles,Bt=!1;if(!et){Bt=!0;const Ei={};H.easing&&(Ei.easing=H.easing),et=(0,A.iF)(Ei)}L.currentTime+=H.duration+H.delay;const $t=this.visitStyle(et,L);$t.isEmptyStep=Bt,Y=$t}return L.currentAnimateTimings=null,{type:A.If.Animate,timings:H,style:Y,options:null}}visitStyle(F,L){const H=this._makeStyleAst(F,L);return this._validateStyleAst(H,L),H}_makeStyleAst(F,L){const H=[],Y=Array.isArray(F.styles)?F.styles:[F.styles];for(let Bt of Y)"string"==typeof Bt?Bt===A.kp?H.push(Bt):L.errors.push(_e()):H.push(new Map(Object.entries(Bt)));let ie=!1,et=null;return H.forEach(Bt=>{if(Bt instanceof Map&&(Bt.has("easing")&&(et=Bt.get("easing"),Bt.delete("easing")),!ie))for(let $t of Bt.values())if($t.toString().indexOf("{{")>=0){ie=!0;break}}),{type:A.If.Style,styles:H,easing:et,offset:F.offset,containsDynamicStyles:ie,options:null}}_validateStyleAst(F,L){const H=L.currentAnimateTimings;let Y=L.currentTime,ie=L.currentTime;H&&ie>0&&(ie-=H.duration+H.delay),F.styles.forEach(et=>{"string"!=typeof et&&et.forEach((Bt,$t)=>{const Ei=L.collectedStyles.get(L.currentQuerySelector),zi=Ei.get($t);let Vi=!0;zi&&(ie!=Y&&ie>=zi.startTime&&Y<=zi.endTime&&(L.errors.push(function ye(){return new p.buA(3010,!1)}()),Vi=!1),ie=zi.startTime),Vi&&Ei.set($t,{startTime:ie,endTime:Y}),L.options&&function Fe(z,F,L){const H=F.params||{},Y=bt(z);Y.length&&Y.forEach(ie=>{H.hasOwnProperty(ie)||L.push(function W(){return new p.buA(3001,!1)}())})}(Bt,L.options,L.errors)})})}visitKeyframes(F,L){const H={type:A.If.Keyframes,styles:[],options:null};if(!L.currentAnimateTimings)return L.errors.push(function Le(){return new p.buA(3011,!1)}()),H;let ie=0;const et=[];let Bt=!1,$t=!1,Ei=0;const zi=F.steps.map(wa=>{const er=this._makeStyleAst(wa,L);let qr=null!=er.offset?er.offset:function Gt(z){if("string"==typeof z)return null;let F=null;if(Array.isArray(z))z.forEach(L=>{if(L instanceof Map&&L.has("offset")){const H=L;F=parseFloat(H.get("offset")),H.delete("offset")}});else if(z instanceof Map&&z.has("offset")){const L=z;F=parseFloat(L.get("offset")),L.delete("offset")}return F}(er.styles),ha=0;return null!=qr&&(ie++,ha=er.offset=qr),$t=$t||ha<0||ha>1,Bt=Bt||ha0&&ie{const qr=un>0?er==Bn?1:un*er:et[er],ha=qr*oa;L.currentTime=pn+gn.delay+ha,gn.duration=ha,this._validateStyleAst(wa,L),wa.offset=qr,H.styles.push(wa)}),H}visitReference(F,L){return{type:A.If.Reference,animation:Ji(this,Ve(F.animation),L),options:Ft(F.options)}}visitAnimateChild(F,L){return L.depCount++,{type:A.If.AnimateChild,options:Ft(F.options)}}visitAnimateRef(F,L){return{type:A.If.AnimateRef,animation:this.visitReference(F.animation,L),options:Ft(F.options)}}visitQuery(F,L){const H=L.currentQuerySelector,Y=F.options||{};L.queryCount++,L.currentQuery=F;const[ie,et]=function en(z){const F=!!z.split(/\s*,\s*/).find(L=>":self"==L);return F&&(z=z.replace(qn,"")),z=z.replace(/@\*/g,ei).replace(/@\w+/g,L=>ei+"-"+L.slice(1)).replace(/:animating/g,Hi),[z,F]}(F.selector);L.currentQuerySelector=H.length?H+" "+ie:ie,ce(L.collectedStyles,L.currentQuerySelector,new Map);const Bt=Ji(this,Ve(F.animation),L);return L.currentQuery=null,L.currentQuerySelector=H,{type:A.If.Query,selector:ie,limit:Y.limit||0,optional:!!Y.optional,includeSelf:et,animation:Bt,originalSelector:F.selector,options:Ft(F.options)}}visitStagger(F,L){L.currentQuery||L.errors.push(function Oe(){return new p.buA(3013,!1)}());const H="full"===F.timings?{duration:0,delay:0,easing:"full"}:ln(F.timings,L.errors,!0);return{type:A.If.Stagger,animation:Ji(this,Ve(F.animation),L),timings:H,options:null}}}class Xe{errors;queryCount=0;depCount=0;currentTransition=null;currentQuery=null;currentQuerySelector=null;currentAnimateTimings=null;currentTime=0;collectedStyles=new Map;options=null;unsupportedCSSPropertiesFound=new Set;constructor(F){this.errors=F}}function Ft(z){return z?(z={...z}).params&&(z.params=function wi(z){return z?{...z}:null}(z.params)):z={},z}function gi(z,F,L){return{duration:z,delay:F,easing:L}}function Bi(z,F,L,H,Y,ie,et=null,Bt=!1){return{type:1,element:z,keyframes:F,preStyleProps:L,postStyleProps:H,duration:Y,delay:ie,totalTime:Y+ie,easing:et,subTimeline:Bt}}class Qi{_map=new Map;get(F){return this._map.get(F)||[]}append(F,L){let H=this._map.get(F);H||this._map.set(F,H=[]),H.push(...L)}has(F){return this._map.has(F)}clear(){this._map.clear()}}const da=new RegExp(":enter","g"),Zn=new RegExp(":leave","g");function Sa(z,F,L,H,Y,ie=new Map,et=new Map,Bt,$t,Ei=[]){return(new ia).buildKeyframes(z,F,L,H,Y,ie,et,Bt,$t,Ei)}class ia{buildKeyframes(F,L,H,Y,ie,et,Bt,$t,Ei,zi=[]){Ei=Ei||new Qi;const Vi=new Er(F,L,Ei,Y,ie,zi,[]);Vi.options=$t;const un=$t.delay?oi($t.delay):0;Vi.currentTimeline.delayNextStep(un),Vi.currentTimeline.setStyles([et],null,Vi.errors,$t),Ji(this,H,Vi);const Bn=Vi.timelines.filter(pn=>pn.containsAnimation());if(Bn.length&&Bt.size){let pn;for(let gn=Bn.length-1;gn>=0;gn--){const oa=Bn[gn];if(oa.element===L){pn=oa;break}}pn&&!pn.allowOnlyTimelineStyles()&&pn.setStyles([Bt],null,Vi.errors,$t)}return Bn.length?Bn.map(pn=>pn.buildKeyframes()):[Bi(L,[],[],[],0,un,"",!1)]}visitTrigger(F,L){}visitState(F,L){}visitTransition(F,L){}visitAnimateChild(F,L){const H=L.subInstructions.get(L.element);if(H){const Y=L.createSubContext(F.options),ie=L.currentTimeline.currentTime,et=this._visitSubInstructions(H,Y,Y.options);ie!=et&&L.transformIntoNewTimeline(et)}L.previousNode=F}visitAnimateRef(F,L){const H=L.createSubContext(F.options);H.transformIntoNewTimeline(),this._applyAnimationRefDelays([F.options,F.animation.options],L,H),this.visitReference(F.animation,H),L.transformIntoNewTimeline(H.currentTimeline.currentTime),L.previousNode=F}_applyAnimationRefDelays(F,L,H){for(const Y of F){const ie=Y?.delay;if(ie){const et="number"==typeof ie?ie:oi(ut(ie,Y?.params??{},L.errors));H.delayNextStep(et)}}}_visitSubInstructions(F,L,H){let ie=L.currentTimeline.currentTime;const et=null!=H.duration?oi(H.duration):null,Bt=null!=H.delay?oi(H.delay):null;return 0!==et&&F.forEach($t=>{const Ei=L.appendInstructionToTimeline($t,et,Bt);ie=Math.max(ie,Ei.duration+Ei.delay)}),ie}visitReference(F,L){L.updateOptions(F.options,!0),Ji(this,F.animation,L),L.previousNode=F}visitSequence(F,L){const H=L.subContextCount;let Y=L;const ie=F.options;if(ie&&(ie.params||ie.delay)&&(Y=L.createSubContext(ie),Y.transformIntoNewTimeline(),null!=ie.delay)){Y.previousNode.type==A.If.Style&&(Y.currentTimeline.snapshotCurrentStyles(),Y.previousNode=pa);const et=oi(ie.delay);Y.delayNextStep(et)}F.steps.length&&(F.steps.forEach(et=>Ji(this,et,Y)),Y.currentTimeline.applyStylesToKeyframe(),Y.subContextCount>H&&Y.transformIntoNewTimeline()),L.previousNode=F}visitGroup(F,L){const H=[];let Y=L.currentTimeline.currentTime;const ie=F.options&&F.options.delay?oi(F.options.delay):0;F.steps.forEach(et=>{const Bt=L.createSubContext(F.options);ie&&Bt.delayNextStep(ie),Ji(this,et,Bt),Y=Math.max(Y,Bt.currentTimeline.currentTime),H.push(Bt.currentTimeline)}),H.forEach(et=>L.currentTimeline.mergeTimelineCollectedStyles(et)),L.transformIntoNewTimeline(Y),L.previousNode=F}_visitTiming(F,L){if(F.dynamic){const H=F.strValue;return ln(L.params?ut(H,L.params,L.errors):H,L.errors)}return{duration:F.duration,delay:F.delay,easing:F.easing}}visitAnimate(F,L){const H=L.currentAnimateTimings=this._visitTiming(F.timings,L),Y=L.currentTimeline;H.delay&&(L.incrementTime(H.delay),Y.snapshotCurrentStyles());const ie=F.style;ie.type==A.If.Keyframes?this.visitKeyframes(ie,L):(L.incrementTime(H.duration),this.visitStyle(ie,L),Y.applyStylesToKeyframe()),L.currentAnimateTimings=null,L.previousNode=F}visitStyle(F,L){const H=L.currentTimeline,Y=L.currentAnimateTimings;!Y&&H.hasCurrentStyleProperties()&&H.forwardFrame();const ie=Y&&Y.easing||F.easing;F.isEmptyStep?H.applyEmptyStep(ie):H.setStyles(F.styles,ie,L.errors,L.options),L.previousNode=F}visitKeyframes(F,L){const H=L.currentAnimateTimings,Y=L.currentTimeline.duration,ie=H.duration,Bt=L.createSubContext().currentTimeline;Bt.easing=H.easing,F.styles.forEach($t=>{Bt.forwardTime(($t.offset||0)*ie),Bt.setStyles($t.styles,$t.easing,L.errors,L.options),Bt.applyStylesToKeyframe()}),L.currentTimeline.mergeTimelineCollectedStyles(Bt),L.transformIntoNewTimeline(Y+ie),L.previousNode=F}visitQuery(F,L){const H=L.currentTimeline.currentTime,Y=F.options||{},ie=Y.delay?oi(Y.delay):0;ie&&(L.previousNode.type===A.If.Style||0==H&&L.currentTimeline.hasCurrentStyleProperties())&&(L.currentTimeline.snapshotCurrentStyles(),L.previousNode=pa);let et=H;const Bt=L.invokeQuery(F.selector,F.originalSelector,F.limit,F.includeSelf,!!Y.optional,L.errors);L.currentQueryTotal=Bt.length;let $t=null;Bt.forEach((Ei,zi)=>{L.currentQueryIndex=zi;const Vi=L.createSubContext(F.options,Ei);ie&&Vi.delayNextStep(ie),Ei===L.element&&($t=Vi.currentTimeline),Ji(this,F.animation,Vi),Vi.currentTimeline.applyStylesToKeyframe(),et=Math.max(et,Vi.currentTimeline.currentTime)}),L.currentQueryIndex=0,L.currentQueryTotal=0,L.transformIntoNewTimeline(et),$t&&(L.currentTimeline.mergeTimelineCollectedStyles($t),L.currentTimeline.snapshotCurrentStyles()),L.previousNode=F}visitStagger(F,L){const H=L.parentContext,Y=L.currentTimeline,ie=F.timings,et=Math.abs(ie.duration),Bt=et*(L.currentQueryTotal-1);let $t=et*L.currentQueryIndex;switch(ie.duration<0?"reverse":ie.easing){case"reverse":$t=Bt-$t;break;case"full":$t=H.currentStaggerTime}const zi=L.currentTimeline;$t&&zi.delayNextStep($t);const Vi=zi.currentTime;Ji(this,F.animation,L),L.previousNode=F,H.currentStaggerTime=Y.currentTime-Vi+(Y.startTime-H.currentTimeline.startTime)}}const pa={};class Er{_driver;element;subInstructions;_enterClassName;_leaveClassName;errors;timelines;parentContext=null;currentTimeline;currentAnimateTimings=null;previousNode=pa;subContextCount=0;options={};currentQueryIndex=0;currentQueryTotal=0;currentStaggerTime=0;constructor(F,L,H,Y,ie,et,Bt,$t){this._driver=F,this.element=L,this.subInstructions=H,this._enterClassName=Y,this._leaveClassName=ie,this.errors=et,this.timelines=Bt,this.currentTimeline=$t||new xa(this._driver,L,0),Bt.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(F,L){if(!F)return;const H=F;let Y=this.options;null!=H.duration&&(Y.duration=oi(H.duration)),null!=H.delay&&(Y.delay=oi(H.delay));const ie=H.params;if(ie){let et=Y.params;et||(et=this.options.params={}),Object.keys(ie).forEach(Bt=>{(!L||!et.hasOwnProperty(Bt))&&(et[Bt]=ut(ie[Bt],et,this.errors))})}}_copyOptions(){const F={};if(this.options){const L=this.options.params;if(L){const H=F.params={};Object.keys(L).forEach(Y=>{H[Y]=L[Y]})}}return F}createSubContext(F=null,L,H){const Y=L||this.element,ie=new Er(this._driver,Y,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(Y,H||0));return ie.previousNode=this.previousNode,ie.currentAnimateTimings=this.currentAnimateTimings,ie.options=this._copyOptions(),ie.updateOptions(F),ie.currentQueryIndex=this.currentQueryIndex,ie.currentQueryTotal=this.currentQueryTotal,ie.parentContext=this,this.subContextCount++,ie}transformIntoNewTimeline(F){return this.previousNode=pa,this.currentTimeline=this.currentTimeline.fork(this.element,F),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(F,L,H){const Y={duration:L??F.duration,delay:this.currentTimeline.currentTime+(H??0)+F.delay,easing:""},ie=new Xr(this._driver,F.element,F.keyframes,F.preStyleProps,F.postStyleProps,Y,F.stretchStartingKeyframe);return this.timelines.push(ie),Y}incrementTime(F){this.currentTimeline.forwardTime(this.currentTimeline.duration+F)}delayNextStep(F){F>0&&this.currentTimeline.delayNextStep(F)}invokeQuery(F,L,H,Y,ie,et){let Bt=[];if(Y&&Bt.push(this.element),F.length>0){F=(F=F.replace(da,"."+this._enterClassName)).replace(Zn,"."+this._leaveClassName);let Ei=this._driver.query(this.element,F,1!=H);0!==H&&(Ei=H<0?Ei.slice(Ei.length+H,Ei.length):Ei.slice(0,H)),Bt.push(...Ei)}return!ie&&0==Bt.length&&et.push(function Ee(){return new p.buA(3014,!1)}()),Bt}}class xa{_driver;element;startTime;_elementTimelineStylesLookup;duration=0;easing=null;_previousKeyframe=new Map;_currentKeyframe=new Map;_keyframes=new Map;_styleSummary=new Map;_localTimelineStyles=new Map;_globalTimelineStyles;_pendingStyles=new Map;_backFill=new Map;_currentEmptyStepKeyframe=null;constructor(F,L,H,Y){this._driver=F,this.element=L,this.startTime=H,this._elementTimelineStylesLookup=Y,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(L),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(L,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.hasCurrentStyleProperties();default:return!0}}hasCurrentStyleProperties(){return this._currentKeyframe.size>0}get currentTime(){return this.startTime+this.duration}delayNextStep(F){const L=1===this._keyframes.size&&this._pendingStyles.size;this.duration||L?(this.forwardTime(this.currentTime+F),L&&this.snapshotCurrentStyles()):this.startTime+=F}fork(F,L){return this.applyStylesToKeyframe(),new xa(this._driver,F,L||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=new Map,this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(F){this.applyStylesToKeyframe(),this.duration=F,this._loadKeyframe()}_updateStyle(F,L){this._localTimelineStyles.set(F,L),this._globalTimelineStyles.set(F,L),this._styleSummary.set(F,{time:this.currentTime,value:L})}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(F){F&&this._previousKeyframe.set("easing",F);for(let[L,H]of this._globalTimelineStyles)this._backFill.set(L,H||A.kp),this._currentKeyframe.set(L,A.kp);this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(F,L,H,Y){L&&this._previousKeyframe.set("easing",L);const ie=Y&&Y.params||{},et=function wr(z,F){const L=new Map;let H;return z.forEach(Y=>{if("*"===Y){H??=F.keys();for(let ie of H)L.set(ie,A.kp)}else for(let[ie,et]of Y)L.set(ie,et)}),L}(F,this._globalTimelineStyles);for(let[Bt,$t]of et){const Ei=ut($t,ie,H);this._pendingStyles.set(Bt,Ei),this._localTimelineStyles.has(Bt)||this._backFill.set(Bt,this._globalTimelineStyles.get(Bt)??A.kp),this._updateStyle(Bt,Ei)}}applyStylesToKeyframe(){0!=this._pendingStyles.size&&(this._pendingStyles.forEach((F,L)=>{this._currentKeyframe.set(L,F)}),this._pendingStyles.clear(),this._localTimelineStyles.forEach((F,L)=>{this._currentKeyframe.has(L)||this._currentKeyframe.set(L,F)}))}snapshotCurrentStyles(){for(let[F,L]of this._localTimelineStyles)this._pendingStyles.set(F,L),this._updateStyle(F,L)}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const F=[];for(let L in this._currentKeyframe)F.push(L);return F}mergeTimelineCollectedStyles(F){F._styleSummary.forEach((L,H)=>{const Y=this._styleSummary.get(H);(!Y||L.time>Y.time)&&this._updateStyle(H,L.value)})}buildKeyframes(){this.applyStylesToKeyframe();const F=new Set,L=new Set,H=1===this._keyframes.size&&0===this.duration;let Y=[];this._keyframes.forEach((Bt,$t)=>{const Ei=new Map([...this._backFill,...Bt]);Ei.forEach((zi,Vi)=>{zi===A.FX?F.add(Vi):zi===A.kp&&L.add(Vi)}),H||Ei.set("offset",$t/this.duration),Y.push(Ei)});const ie=[...F.values()],et=[...L.values()];if(H){const Bt=Y[0],$t=new Map(Bt);Bt.set("offset",0),$t.set("offset",1),Y=[Bt,$t]}return Bi(this.element,Y,ie,et,this.duration,this.startTime,this.easing,!1)}}class Xr extends xa{keyframes;preStyleProps;postStyleProps;_stretchStartingKeyframe;timings;constructor(F,L,H,Y,ie,et,Bt=!1){super(F,L,et.delay),this.keyframes=H,this.preStyleProps=Y,this.postStyleProps=ie,this._stretchStartingKeyframe=Bt,this.timings={duration:et.duration,delay:et.delay,easing:et.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let F=this.keyframes,{delay:L,duration:H,easing:Y}=this.timings;if(this._stretchStartingKeyframe&&L){const ie=[],et=H+L,Bt=L/et,$t=new Map(F[0]);$t.set("offset",0),ie.push($t);const Ei=new Map(F[0]);Ei.set("offset",Ta(Bt)),ie.push(Ei);const zi=F.length-1;for(let Vi=1;Vi<=zi;Vi++){let un=new Map(F[Vi]);const Bn=un.get("offset");un.set("offset",Ta((L+Bn*H)/et)),ie.push(un)}H=et,L=0,Y="",F=ie}return Bi(this.element,F,this.preStyleProps,this.postStyleProps,H,L,Y,!0)}}function Ta(z,F=3){const L=Math.pow(10,F-1);return Math.round(z*L)/L}function ja(z,F,L,H,Y,ie,et,Bt,$t,Ei,zi,Vi,un){return{type:0,element:z,triggerName:F,isRemovalTransition:Y,fromState:L,fromStyles:ie,toState:H,toStyles:et,timelines:Bt,queriedElements:$t,preStyleProps:Ei,postStyleProps:zi,totalTime:Vi,errors:un}}const Wa={};class Fa{_triggerName;ast;_stateStyles;constructor(F,L,H){this._triggerName=F,this.ast=L,this._stateStyles=H}match(F,L,H,Y){return function ys(z,F,L,H,Y){return z.some(ie=>ie(F,L,H,Y))}(this.ast.matchers,F,L,H,Y)}buildStyles(F,L,H){let Y=this._stateStyles.get("*");return void 0!==F&&(Y=this._stateStyles.get(F?.toString())||Y),Y?Y.buildStyles(L,H):new Map}build(F,L,H,Y,ie,et,Bt,$t,Ei,zi){const Vi=[],un=this.ast.options&&this.ast.options.params||Wa,pn=this.buildStyles(H,Bt&&Bt.params||Wa,Vi),gn=$t&&$t.params||Wa,oa=this.buildStyles(Y,gn,Vi),wa=new Set,er=new Map,qr=new Map,ha="void"===Y,dr={params:Kr(gn,un),delay:this.ast.options?.delay},Da=zi?[]:Sa(F,L,this.ast.animation,ie,et,pn,oa,dr,Ei,Vi);let Pr=0;return Da.forEach(ar=>{Pr=Math.max(ar.duration+ar.delay,Pr)}),Vi.length?ja(L,this._triggerName,H,Y,ha,pn,oa,[],[],er,qr,Pr,Vi):(Da.forEach(ar=>{const Qo=ar.element,ko=ce(er,Qo,new Set);ar.preStyleProps.forEach(cc=>ko.add(cc));const Ou=ce(qr,Qo,new Set);ar.postStyleProps.forEach(cc=>Ou.add(cc)),Qo!==L&&wa.add(Qo)}),ja(L,this._triggerName,H,Y,ha,pn,oa,Da,[...wa.values()],er,qr,Pr))}}function Kr(z,F){const L={...F};return Object.entries(z).forEach(([H,Y])=>{null!=Y&&(L[H]=Y)}),L}class or{styles;defaultParams;normalizer;constructor(F,L,H){this.styles=F,this.defaultParams=L,this.normalizer=H}buildStyles(F,L){const H=new Map,Y=Kr(F,this.defaultParams);return this.styles.styles.forEach(ie=>{"string"!=typeof ie&&ie.forEach((et,Bt)=>{et&&(et=ut(et,Y,L));const $t=this.normalizer.normalizePropertyName(Bt,L);et=this.normalizer.normalizeStyleValue(Bt,$t,et,L),H.set(Bt,et)})}),H}}class Yr{name;ast;_normalizer;transitionFactories=[];fallbackTransition;states=new Map;constructor(F,L,H){this.name=F,this.ast=L,this._normalizer=H,L.states.forEach(Y=>{this.states.set(Y.name,new or(Y.style,Y.options&&Y.options.params||{},H))}),Qr(this.states,"true","1"),Qr(this.states,"false","0"),L.transitions.forEach(Y=>{this.transitionFactories.push(new Fa(F,Y,this.states))}),this.fallbackTransition=function bs(z,F){return new Fa(z,{type:A.If.Transition,animation:{type:A.If.Sequence,steps:[],options:null},matchers:[(et,Bt)=>!0],options:null,queryCount:0,depCount:0},F)}(F,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(F,L,H,Y){return this.transitionFactories.find(et=>et.match(F,L,H,Y))||null}matchStyles(F,L,H){return this.fallbackTransition.buildStyles(F,L,H)}}function Qr(z,F,L){z.has(F)?z.has(L)||z.set(L,z.get(F)):z.has(L)&&z.set(F,z.get(L))}const no=new Qi;class ls{bodyNode;_driver;_normalizer;_animations=new Map;_playersById=new Map;players=[];constructor(F,L,H){this.bodyNode=F,this._driver=L,this._normalizer=H}register(F,L){const H=[],ie=mr(this._driver,L,H,[]);if(H.length)throw function Ht(){return new p.buA(3503,!1)}();this._animations.set(F,ie)}_buildPlayer(F,L,H){const Y=F.element,ie=kt(this._normalizer,F.keyframes,L,H);return this._driver.animate(Y,ie,F.duration,F.delay,F.easing,[],!0)}create(F,L,H={}){const Y=[],ie=this._animations.get(F);let et;const Bt=new Map;if(ie?(et=Sa(this._driver,L,ie,$e,tt,new Map,new Map,H,no,Y),et.forEach(zi=>{const Vi=ce(Bt,zi.element,new Map);zi.postStyleProps.forEach(un=>Vi.set(un,null))})):(Y.push(function ct(){return new p.buA(3300,!1)}()),et=[]),Y.length)throw function Ce(){return new p.buA(3504,!1)}();Bt.forEach((zi,Vi)=>{zi.forEach((un,Bn)=>{zi.set(Bn,this._driver.computeStyle(Vi,Bn,A.kp))})});const Ei=di(et.map(zi=>{const Vi=Bt.get(zi.element);return this._buildPlayer(zi,new Map,Vi)}));return this._playersById.set(F,Ei),Ei.onDestroy(()=>this.destroy(F)),this.players.push(Ei),Ei}destroy(F){const L=this._getPlayer(F);L.destroy(),this._playersById.delete(F);const H=this.players.indexOf(L);H>=0&&this.players.splice(H,1)}_getPlayer(F){const L=this._playersById.get(F);if(!L)throw function ze(){return new p.buA(3301,!1)}();return L}listen(F,L,H,Y){const ie=te(L,"","","");return Rt(this._getPlayer(F),H,ie,Y),()=>{}}command(F,L,H,Y){if("register"==H)return void this.register(F,Y[0]);if("create"==H)return void this.create(F,L,Y[0]||{});const ie=this._getPlayer(F);switch(H){case"play":ie.play();break;case"pause":ie.pause();break;case"reset":ie.reset();break;case"restart":ie.restart();break;case"finish":ie.finish();break;case"init":ie.init();break;case"setPosition":ie.setPosition(parseFloat(Y[0]));break;case"destroy":this.destroy(F)}}}const cs="ng-animate-queued",$r="ng-animate-disabled",ii=[],Ii={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},Ui={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},tn="__ng_removed";class yn{namespaceId;value;options;get params(){return this.options.params}constructor(F,L=""){this.namespaceId=L;const H=F&&F.hasOwnProperty("value");if(this.value=function tr(z){return z??null}(H?F.value:F),H){const{value:ie,...et}=F;this.options=et}else this.options={};this.options.params||(this.options.params={})}absorbOptions(F){const L=F.params;if(L){const H=this.options.params;Object.keys(L).forEach(Y=>{null==H[Y]&&(H[Y]=L[Y])})}}}const Pn="void",Qn=new yn(Pn);class Jn{id;hostElement;_engine;players=[];_triggers=new Map;_queue=[];_elementListeners=new Map;_hostClassName;constructor(F,L,H){this.id=F,this.hostElement=L,this._engine=H,this._hostClassName="ng-tns-"+F,ka(L,this._hostClassName)}listen(F,L,H,Y){if(!this._triggers.has(L))throw function Z(){return new p.buA(3302,!1)}();if(null==H||0==H.length)throw function J(){return new p.buA(3303,!1)}();if(!function Xa(z){return"start"==z||"done"==z}(H))throw function fe(){return new p.buA(3400,!1)}();const ie=ce(this._elementListeners,F,[]),et={name:L,phase:H,callback:Y};ie.push(et);const Bt=ce(this._engine.statesByElement,F,new Map);return Bt.has(L)||(ka(F,vi),ka(F,vi+"-"+L),Bt.set(L,Qn)),()=>{this._engine.afterFlush(()=>{const $t=ie.indexOf(et);$t>=0&&ie.splice($t,1),this._triggers.has(L)||Bt.delete(L)})}}register(F,L){return!this._triggers.has(F)&&(this._triggers.set(F,L),!0)}_getTrigger(F){const L=this._triggers.get(F);if(!L)throw function Ie(){return new p.buA(3401,!1)}();return L}trigger(F,L,H,Y=!0){const ie=this._getTrigger(L),et=new Ca(this.id,L,F);let Bt=this._engine.statesByElement.get(F);Bt||(ka(F,vi),ka(F,vi+"-"+L),this._engine.statesByElement.set(F,Bt=new Map));let $t=Bt.get(L);const Ei=new yn(H,this.id);if(!(H&&H.hasOwnProperty("value"))&&$t&&Ei.absorbOptions($t.options),Bt.set(L,Ei),$t||($t=Qn),Ei.value!==Pn&&$t.value===Ei.value){if(!function ao(z,F){const L=Object.keys(z),H=Object.keys(F);if(L.length!=H.length)return!1;for(let Y=0;Y{Ze(F,oa),Tt(F,wa)})}return}const un=ce(this._engine.playersByElement,F,[]);un.forEach(gn=>{gn.namespaceId==this.id&&gn.triggerName==L&&gn.queued&&gn.destroy()});let Bn=ie.matchTransition($t.value,Ei.value,F,Ei.params),pn=!1;if(!Bn){if(!Y)return;Bn=ie.fallbackTransition,pn=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:F,triggerName:L,transition:Bn,fromState:$t,toState:Ei,player:et,isFallbackTransition:pn}),pn||(ka(F,cs),et.onStart(()=>{Ka(F,cs)})),et.onDone(()=>{let gn=this.players.indexOf(et);gn>=0&&this.players.splice(gn,1);const oa=this._engine.playersByElement.get(F);if(oa){let wa=oa.indexOf(et);wa>=0&&oa.splice(wa,1)}}),this.players.push(et),un.push(et),et}deregister(F){this._triggers.delete(F),this._engine.statesByElement.forEach(L=>L.delete(F)),this._elementListeners.forEach((L,H)=>{this._elementListeners.set(H,L.filter(Y=>Y.name!=F))})}clearElementCache(F){this._engine.statesByElement.delete(F),this._elementListeners.delete(F);const L=this._engine.playersByElement.get(F);L&&(L.forEach(H=>H.destroy()),this._engine.playersByElement.delete(F))}_signalRemovalForInnerTriggers(F,L){const H=this._engine.driver.query(F,ei,!0);H.forEach(Y=>{if(Y[tn])return;const ie=this._engine.fetchNamespacesByElement(Y);ie.size?ie.forEach(et=>et.triggerLeaveAnimation(Y,L,!1,!0)):this.clearElementCache(Y)}),this._engine.afterFlushAnimationsDone(()=>H.forEach(Y=>this.clearElementCache(Y)))}triggerLeaveAnimation(F,L,H,Y){const ie=this._engine.statesByElement.get(F),et=new Map;if(ie){const Bt=[];if(ie.forEach(($t,Ei)=>{if(et.set(Ei,$t.value),this._triggers.has(Ei)){const zi=this.trigger(F,Ei,Pn,Y);zi&&Bt.push(zi)}}),Bt.length)return this._engine.markElementAsRemoved(this.id,F,!0,L,et),H&&di(Bt).onDone(()=>this._engine.processLeaveNode(F)),!0}return!1}prepareLeaveAnimationListeners(F){const L=this._elementListeners.get(F),H=this._engine.statesByElement.get(F);if(L&&H){const Y=new Set;L.forEach(ie=>{const et=ie.name;if(Y.has(et))return;Y.add(et);const $t=this._triggers.get(et).fallbackTransition,Ei=H.get(et)||Qn,zi=new yn(Pn),Vi=new Ca(this.id,et,F);this._engine.totalQueuedPlayers++,this._queue.push({element:F,triggerName:et,transition:$t,fromState:Ei,toState:zi,player:Vi,isFallbackTransition:!0})})}}removeNode(F,L){const H=this._engine;if(F.childElementCount&&this._signalRemovalForInnerTriggers(F,L),this.triggerLeaveAnimation(F,L,!0))return;let Y=!1;if(H.totalAnimations){const ie=H.players.length?H.playersByQueriedElement.get(F):[];if(ie&&ie.length)Y=!0;else{let et=F;for(;et=et.parentNode;)if(H.statesByElement.get(et)){Y=!0;break}}}if(this.prepareLeaveAnimationListeners(F),Y)H.markElementAsRemoved(this.id,F,!1,L);else{const ie=F[tn];(!ie||ie===Ii)&&(H.afterFlush(()=>this.clearElementCache(F)),H.destroyInnerAnimations(F),H._onRemovalComplete(F,L))}}insertNode(F,L){ka(F,this._hostClassName)}drainQueuedTransitions(F){const L=[];return this._queue.forEach(H=>{const Y=H.player;if(Y.destroyed)return;const ie=H.element,et=this._elementListeners.get(ie);et&&et.forEach(Bt=>{if(Bt.name==H.triggerName){const $t=te(ie,H.triggerName,H.fromState.value,H.toState.value);$t._data=F,Rt(H.player,Bt.phase,$t,Bt.callback)}}),Y.markedForDestroy?this._engine.afterFlush(()=>{Y.destroy()}):L.push(H)}),this._queue=[],L.sort((H,Y)=>{const ie=H.transition.ast.depCount,et=Y.transition.ast.depCount;return 0==ie||0==et?ie-et:this._engine.driver.containsElement(H.element,Y.element)?1:-1})}destroy(F){this.players.forEach(L=>L.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,F)}}class Un{bodyNode;driver;_normalizer;players=[];newHostElements=new Map;playersByElement=new Map;playersByQueriedElement=new Map;statesByElement=new Map;disabledNodes=new Set;totalAnimations=0;totalQueuedPlayers=0;_namespaceLookup={};_namespaceList=[];_flushFns=[];_whenQuietFns=[];namespacesByHostElement=new Map;collectedEnterElements=[];collectedLeaveElements=[];onRemovalComplete=(F,L)=>{};_onRemovalComplete(F,L){this.onRemovalComplete(F,L)}constructor(F,L,H){this.bodyNode=F,this.driver=L,this._normalizer=H}get queuedPlayers(){const F=[];return this._namespaceList.forEach(L=>{L.players.forEach(H=>{H.queued&&F.push(H)})}),F}createNamespace(F,L){const H=new Jn(F,L,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,L)?this._balanceNamespaceList(H,L):(this.newHostElements.set(L,H),this.collectEnterElement(L)),this._namespaceLookup[F]=H}_balanceNamespaceList(F,L){const H=this._namespaceList,Y=this.namespacesByHostElement;if(H.length-1>=0){let et=!1,Bt=this.driver.getParentElement(L);for(;Bt;){const $t=Y.get(Bt);if($t){const Ei=H.indexOf($t);H.splice(Ei+1,0,F),et=!0;break}Bt=this.driver.getParentElement(Bt)}et||H.unshift(F)}else H.push(F);return Y.set(L,F),F}register(F,L){let H=this._namespaceLookup[F];return H||(H=this.createNamespace(F,L)),H}registerTrigger(F,L,H){let Y=this._namespaceLookup[F];Y&&Y.register(L,H)&&this.totalAnimations++}destroy(F,L){F&&(this.afterFlush(()=>{}),this.afterFlushAnimationsDone(()=>{const H=this._fetchNamespace(F);this.namespacesByHostElement.delete(H.hostElement);const Y=this._namespaceList.indexOf(H);Y>=0&&this._namespaceList.splice(Y,1),H.destroy(L),delete this._namespaceLookup[F]}))}_fetchNamespace(F){return this._namespaceLookup[F]}fetchNamespacesByElement(F){const L=new Set,H=this.statesByElement.get(F);if(H)for(let Y of H.values())if(Y.namespaceId){const ie=this._fetchNamespace(Y.namespaceId);ie&&L.add(ie)}return L}trigger(F,L,H,Y){if(Ra(L)){const ie=this._fetchNamespace(F);if(ie)return ie.trigger(L,H,Y),!0}return!1}insertNode(F,L,H,Y){if(!Ra(L))return;const ie=L[tn];if(ie&&ie.setForRemoval){ie.setForRemoval=!1,ie.setForMove=!0;const et=this.collectedLeaveElements.indexOf(L);et>=0&&this.collectedLeaveElements.splice(et,1)}if(F){const et=this._fetchNamespace(F);et&&et.insertNode(L,H)}Y&&this.collectEnterElement(L)}collectEnterElement(F){this.collectedEnterElements.push(F)}markElementAsDisabled(F,L){L?this.disabledNodes.has(F)||(this.disabledNodes.add(F),ka(F,$r)):this.disabledNodes.has(F)&&(this.disabledNodes.delete(F),Ka(F,$r))}removeNode(F,L,H){if(Ra(L)){const Y=F?this._fetchNamespace(F):null;Y?Y.removeNode(L,H):this.markElementAsRemoved(F,L,!1,H);const ie=this.namespacesByHostElement.get(L);ie&&ie.id!==F&&ie.removeNode(L,H)}else this._onRemovalComplete(L,H)}markElementAsRemoved(F,L,H,Y,ie){this.collectedLeaveElements.push(L),L[tn]={namespaceId:F,setForRemoval:Y,hasAnimation:H,removedBeforeQueried:!1,previousTriggersValues:ie}}listen(F,L,H,Y,ie){return Ra(L)?this._fetchNamespace(F).listen(L,H,Y,ie):()=>{}}_buildInstruction(F,L,H,Y,ie){return F.transition.build(this.driver,F.element,F.fromState.value,F.toState.value,H,Y,F.fromState.options,F.toState.options,L,ie)}destroyInnerAnimations(F){let L=this.driver.query(F,ei,!0);L.forEach(H=>this.destroyActiveAnimationsForElement(H)),0!=this.playersByQueriedElement.size&&(L=this.driver.query(F,Hi,!0),L.forEach(H=>this.finishActiveQueriedAnimationOnElement(H)))}destroyActiveAnimationsForElement(F){const L=this.playersByElement.get(F);L&&L.forEach(H=>{H.queued?H.markedForDestroy=!0:H.destroy()})}finishActiveQueriedAnimationOnElement(F){const L=this.playersByQueriedElement.get(F);L&&L.forEach(H=>H.finish())}whenRenderingDone(){return new Promise(F=>{if(this.players.length)return di(this.players).onDone(()=>F());F()})}processLeaveNode(F){const L=F[tn];if(L&&L.setForRemoval){if(F[tn]=Ii,L.namespaceId){this.destroyInnerAnimations(F);const H=this._fetchNamespace(L.namespaceId);H&&H.clearElementCache(F)}this._onRemovalComplete(F,L.setForRemoval)}F.classList?.contains($r)&&this.markElementAsDisabled(F,!1),this.driver.query(F,".ng-animate-disabled",!0).forEach(H=>{this.markElementAsDisabled(H,!1)})}flush(F=-1){let L=[];if(this.newHostElements.size&&(this.newHostElements.forEach((H,Y)=>this._balanceNamespaceList(H,Y)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let H=0;HH()),this._flushFns=[],this._whenQuietFns.length){const H=this._whenQuietFns;this._whenQuietFns=[],L.length?di(L).onDone(()=>{H.forEach(Y=>Y())}):H.forEach(Y=>Y())}}reportError(F){throw function ht(){return new p.buA(3402,!1)}()}_flushAnimations(F,L){const H=new Qi,Y=[],ie=new Map,et=[],Bt=new Map,$t=new Map,Ei=new Map,zi=new Set;this.disabledNodes.forEach($n=>{zi.add($n);const na=this.driver.query($n,".ng-animate-queued",!0);for(let ua=0;ua{const ua=$e+gn++;pn.set(na,ua),$n.forEach(Ga=>ka(Ga,ua))});const oa=[],wa=new Set,er=new Set;for(let $n=0;$nwa.add(Ga)):er.add(na))}const qr=new Map,ha=Sn(un,Array.from(wa));ha.forEach(($n,na)=>{const ua=tt+gn++;qr.set(na,ua),$n.forEach(Ga=>ka(Ga,ua))}),F.push(()=>{Bn.forEach(($n,na)=>{const ua=pn.get(na);$n.forEach(Ga=>Ka(Ga,ua))}),ha.forEach(($n,na)=>{const ua=qr.get(na);$n.forEach(Ga=>Ka(Ga,ua))}),oa.forEach($n=>{this.processLeaveNode($n)})});const dr=[],Da=[];for(let $n=this._namespaceList.length-1;$n>=0;$n--)this._namespaceList[$n].drainQueuedTransitions(L).forEach(ua=>{const Ga=ua.player,ks=ua.element;if(dr.push(Ga),this.collectedEnterElements.length){const eo=ks[tn];if(eo&&eo.setForMove){if(eo.previousTriggersValues&&eo.previousTriggersValues.has(ua.triggerName)){const Bc=eo.previousTriggersValues.get(ua.triggerName),ol=this.statesByElement.get(ua.element);if(ol&&ol.has(ua.triggerName)){const N1=ol.get(ua.triggerName);N1.value=Bc,ol.set(ua.triggerName,N1)}}return void Ga.destroy()}}const Hl=!Vi||!this.driver.containsElement(Vi,ks),$o=qr.get(ks),dc=pn.get(ks),Fr=this._buildInstruction(ua,H,dc,$o,Hl);if(Fr.errors&&Fr.errors.length)return void Da.push(Fr);if(Hl)return Ga.onStart(()=>Ze(ks,Fr.fromStyles)),Ga.onDestroy(()=>Tt(ks,Fr.toStyles)),void Y.push(Ga);if(ua.isFallbackTransition)return Ga.onStart(()=>Ze(ks,Fr.fromStyles)),Ga.onDestroy(()=>Tt(ks,Fr.toStyles)),void Y.push(Ga);const F1=[];Fr.timelines.forEach(eo=>{eo.stretchStartingKeyframe=!0,this.disabledNodes.has(eo.element)||F1.push(eo)}),Fr.timelines=F1,H.append(ks,Fr.timelines),et.push({instruction:Fr,player:Ga,element:ks}),Fr.queriedElements.forEach(eo=>ce(Bt,eo,[]).push(Ga)),Fr.preStyleProps.forEach((eo,Bc)=>{if(eo.size){let ol=$t.get(Bc);ol||$t.set(Bc,ol=new Set),eo.forEach((N1,Fd)=>ol.add(Fd))}}),Fr.postStyleProps.forEach((eo,Bc)=>{let ol=Ei.get(Bc);ol||Ei.set(Bc,ol=new Set),eo.forEach((N1,Fd)=>ol.add(Fd))})});if(Da.length){const $n=[];Da.forEach(na=>{$n.push(function li(){return new p.buA(3505,!1)}())}),dr.forEach(na=>na.destroy()),this.reportError($n)}const Pr=new Map,ar=new Map;et.forEach($n=>{const na=$n.element;H.has(na)&&(ar.set(na,na),this._beforeAnimationBuild($n.player.namespaceId,$n.instruction,Pr))}),Y.forEach($n=>{const na=$n.element;this._getPreviousPlayers(na,!1,$n.namespaceId,$n.triggerName,null).forEach(Ga=>{ce(Pr,na,[]).push(Ga),Ga.destroy()})});const Qo=oa.filter($n=>Ss($n,$t,Ei)),ko=new Map;vr(ko,this.driver,er,Ei,A.kp).forEach($n=>{Ss($n,$t,Ei)&&Qo.push($n)});const cc=new Map;Bn.forEach(($n,na)=>{vr(cc,this.driver,new Set($n),$t,A.FX)}),Qo.forEach($n=>{const na=ko.get($n),ua=cc.get($n);ko.set($n,new Map([...na?.entries()??[],...ua?.entries()??[]]))});const X0=[],Pu=[],bf={};et.forEach($n=>{const{element:na,player:ua,instruction:Ga}=$n;if(H.has(na)){if(zi.has(na))return ua.onDestroy(()=>Tt(na,Ga.toStyles)),ua.disabled=!0,ua.overrideTotalTime(Ga.totalTime),void Y.push(ua);let ks=bf;if(ar.size>1){let $o=na;const dc=[];for(;$o=$o.parentNode;){const Fr=ar.get($o);if(Fr){ks=Fr;break}dc.push($o)}dc.forEach(Fr=>ar.set(Fr,ks))}const Hl=this._buildAnimation(ua.namespaceId,Ga,Pr,ie,cc,ko);if(ua.setRealPlayer(Hl),ks===bf)X0.push(ua);else{const $o=this.playersByElement.get(ks);$o&&$o.length&&(ua.parentPlayer=di($o)),Y.push(ua)}}else Ze(na,Ga.fromStyles),ua.onDestroy(()=>Tt(na,Ga.toStyles)),Pu.push(ua),zi.has(na)&&Y.push(ua)}),Pu.forEach($n=>{const na=ie.get($n.element);if(na&&na.length){const ua=di(na);$n.setRealPlayer(ua)}}),Y.forEach($n=>{$n.parentPlayer?$n.syncPlayerEvents($n.parentPlayer):$n.destroy()});for(let $n=0;$n!Hl.destroyed);ks.length?pr(this,na,ks):this.processLeaveNode(na)}return oa.length=0,X0.forEach($n=>{this.players.push($n),$n.onDone(()=>{$n.destroy();const na=this.players.indexOf($n);this.players.splice(na,1)}),$n.play()}),X0}afterFlush(F){this._flushFns.push(F)}afterFlushAnimationsDone(F){this._whenQuietFns.push(F)}_getPreviousPlayers(F,L,H,Y,ie){let et=[];if(L){const Bt=this.playersByQueriedElement.get(F);Bt&&(et=Bt)}else{const Bt=this.playersByElement.get(F);if(Bt){const $t=!ie||ie==Pn;Bt.forEach(Ei=>{Ei.queued||!$t&&Ei.triggerName!=Y||et.push(Ei)})}}return(H||Y)&&(et=et.filter(Bt=>!(H&&H!=Bt.namespaceId||Y&&Y!=Bt.triggerName))),et}_beforeAnimationBuild(F,L,H){const ie=L.element,et=L.isRemovalTransition?void 0:F,Bt=L.isRemovalTransition?void 0:L.triggerName;for(const $t of L.timelines){const Ei=$t.element,zi=Ei!==ie,Vi=ce(H,Ei,[]);this._getPreviousPlayers(Ei,zi,et,Bt,L.toState).forEach(Bn=>{const pn=Bn.getRealPlayer();pn.beforeDestroy&&pn.beforeDestroy(),Bn.destroy(),Vi.push(Bn)})}Ze(ie,L.fromStyles)}_buildAnimation(F,L,H,Y,ie,et){const Bt=L.triggerName,$t=L.element,Ei=[],zi=new Set,Vi=new Set,un=L.timelines.map(pn=>{const gn=pn.element;zi.add(gn);const oa=gn[tn];if(oa&&oa.removedBeforeQueried)return new A.sf(pn.duration,pn.delay);const wa=gn!==$t,er=function gr(z){const F=[];return ds(z,F),F}((H.get(gn)||ii).map(Pr=>Pr.getRealPlayer())).filter(Pr=>!!Pr.element&&Pr.element===gn),qr=ie.get(gn),ha=et.get(gn),dr=kt(this._normalizer,pn.keyframes,qr,ha),Da=this._buildPlayer(pn,dr,er);if(pn.subTimeline&&Y&&Vi.add(gn),wa){const Pr=new Ca(F,Bt,gn);Pr.setRealPlayer(Da),Ei.push(Pr)}return Da});Ei.forEach(pn=>{ce(this.playersByQueriedElement,pn.element,[]).push(pn),pn.onDone(()=>function Aa(z,F,L){let H=z.get(F);if(H){if(H.length){const Y=H.indexOf(L);H.splice(Y,1)}0==H.length&&z.delete(F)}return H}(this.playersByQueriedElement,pn.element,pn))}),zi.forEach(pn=>ka(pn,ci));const Bn=di(un);return Bn.onDestroy(()=>{zi.forEach(pn=>Ka(pn,ci)),Tt($t,L.toStyles)}),Vi.forEach(pn=>{ce(Y,pn,[]).push(Bn)}),Bn}_buildPlayer(F,L,H){return L.length>0?this.driver.animate(F.element,L,F.duration,F.delay,F.easing,H):new A.sf(F.duration,F.delay)}}class Ca{namespaceId;triggerName;element;_player=new A.sf;_containsRealPlayer=!1;_queuedCallbacks=new Map;destroyed=!1;parentPlayer=null;markedForDestroy=!1;disabled=!1;queued=!0;totalTime=0;constructor(F,L,H){this.namespaceId=F,this.triggerName=L,this.element=H}setRealPlayer(F){this._containsRealPlayer||(this._player=F,this._queuedCallbacks.forEach((L,H)=>{L.forEach(Y=>Rt(F,H,void 0,Y))}),this._queuedCallbacks.clear(),this._containsRealPlayer=!0,this.overrideTotalTime(F.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(F){this.totalTime=F}syncPlayerEvents(F){const L=this._player;L.triggerCallback&&F.onStart(()=>L.triggerCallback("start")),F.onDone(()=>this.finish()),F.onDestroy(()=>this.destroy())}_queueEvent(F,L){ce(this._queuedCallbacks,F,[]).push(L)}onDone(F){this.queued&&this._queueEvent("done",F),this._player.onDone(F)}onStart(F){this.queued&&this._queueEvent("start",F),this._player.onStart(F)}onDestroy(F){this.queued&&this._queueEvent("destroy",F),this._player.onDestroy(F)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(F){this.queued||this._player.setPosition(F)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(F){const L=this._player;L.triggerCallback&&L.triggerCallback(F)}}function Ra(z){return z&&1===z.nodeType}function za(z,F){const L=z.style.display;return z.style.display=F??"none",L}function vr(z,F,L,H,Y){const ie=[];L.forEach($t=>ie.push(za($t)));const et=[];H.forEach(($t,Ei)=>{const zi=new Map;$t.forEach(Vi=>{const un=F.computeStyle(Ei,Vi,Y);zi.set(Vi,un),(!un||0==un.length)&&(Ei[tn]=Ui,et.push(Ei))}),z.set(Ei,zi)});let Bt=0;return L.forEach($t=>za($t,ie[Bt++])),et}function Sn(z,F){const L=new Map;if(z.forEach(Bt=>L.set(Bt,[])),0==F.length)return L;const Y=new Set(F),ie=new Map;function et(Bt){if(!Bt)return 1;let $t=ie.get(Bt);if($t)return $t;const Ei=Bt.parentNode;return $t=L.has(Ei)?Ei:Y.has(Ei)?1:et(Ei),ie.set(Bt,$t),$t}return F.forEach(Bt=>{const $t=et(Bt);1!==$t&&L.get($t).push(Bt)}),L}function ka(z,F){z.classList?.add(F)}function Ka(z,F){z.classList?.remove(F)}function pr(z,F,L){di(L).onDone(()=>z.processLeaveNode(F))}function ds(z,F){for(let L=0;LY.add(ie)):F.set(z,H),L.delete(z),!0}class Oa{_driver;_normalizer;_transitionEngine;_timelineEngine;_triggerCache={};onRemovalComplete=(F,L)=>{};constructor(F,L,H){this._driver=L,this._normalizer=H,this._transitionEngine=new Un(F.body,L,H),this._timelineEngine=new ls(F.body,L,H),this._transitionEngine.onRemovalComplete=(Y,ie)=>this.onRemovalComplete(Y,ie)}registerTrigger(F,L,H,Y,ie){const et=F+"-"+Y;let Bt=this._triggerCache[et];if(!Bt){const $t=[],zi=mr(this._driver,ie,$t,[]);if($t.length)throw function lt(){return new p.buA(3404,!1)}();Bt=function os(z,F,L){return new Yr(z,F,L)}(Y,zi,this._normalizer),this._triggerCache[et]=Bt}this._transitionEngine.registerTrigger(L,Y,Bt)}register(F,L){this._transitionEngine.register(F,L)}destroy(F,L){this._transitionEngine.destroy(F,L)}onInsert(F,L,H,Y){this._transitionEngine.insertNode(F,L,H,Y)}onRemove(F,L,H){this._transitionEngine.removeNode(F,L,H)}disableAnimations(F,L){this._transitionEngine.markElementAsDisabled(F,L)}process(F,L,H,Y){if("@"==H.charAt(0)){const[ie,et]=se(H);this._timelineEngine.command(ie,L,et,Y)}else this._transitionEngine.trigger(F,L,H,Y)}listen(F,L,H,Y,ie){if("@"==H.charAt(0)){const[et,Bt]=se(H);return this._timelineEngine.listen(et,L,Bt,ie)}return this._transitionEngine.listen(F,L,H,Y,ie)}flush(F=-1){this._transitionEngine.flush(F)}get players(){return[...this._transitionEngine.players,...this._timelineEngine.players]}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}afterFlushAnimationsDone(F){this._transitionEngine.afterFlushAnimationsDone(F)}}let Ri=(()=>{class z{_element;_startStyles;_endStyles;static initialStylesByElement=new WeakMap;_state=0;_initialStyles;constructor(L,H,Y){this._element=L,this._startStyles=H,this._endStyles=Y;let ie=z.initialStylesByElement.get(L);ie||z.initialStylesByElement.set(L,ie=new Map),this._initialStyles=ie}start(){this._state<1&&(this._startStyles&&Tt(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(Tt(this._element,this._initialStyles),this._endStyles&&(Tt(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(z.initialStylesByElement.delete(this._element),this._startStyles&&(Ze(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(Ze(this._element,this._endStyles),this._endStyles=null),Tt(this._element,this._initialStyles),this._state=3)}}return z})();function ft(z){let F=null;return z.forEach((L,H)=>{(function _i(z){return"display"===z||"position"===z})(H)&&(F=F||new Map,F.set(H,L))}),F}class Li{element;keyframes;options;_specialStyles;_onDoneFns=[];_onStartFns=[];_onDestroyFns=[];_duration;_delay;_initialized=!1;_finished=!1;_started=!1;_destroyed=!1;_finalKeyframe;_originalOnDoneFns=[];_originalOnStartFns=[];domPlayer=null;time=0;parentPlayer=null;currentSnapshot=new Map;constructor(F,L,H,Y){this.element=F,this.keyframes=L,this.options=H,this._specialStyles=Y,this._duration=H.duration,this._delay=H.delay||0,this.time=this._duration+this._delay}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(F=>F()),this._onDoneFns=[])}init(){this._buildPlayer()&&this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return this.domPlayer;this._initialized=!0;const F=this.keyframes,L=this._triggerWebAnimation(this.element,F,this.options);if(!L)return this._onFinish(),null;this.domPlayer=L,this._finalKeyframe=F.length?F[F.length-1]:new Map;const H=()=>this._onFinish();return L.addEventListener("finish",H),this.onDestroy(()=>{L.removeEventListener("finish",H)}),L}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer?.pause()}_convertKeyframesToObject(F){const L=[];return F.forEach(H=>{L.push(Object.fromEntries(H))}),L}_triggerWebAnimation(F,L,H){const Y=this._convertKeyframesToObject(L);try{return F.animate(Y,H)}catch{return null}}onStart(F){this._originalOnStartFns.push(F),this._onStartFns.push(F)}onDone(F){this._originalOnDoneFns.push(F),this._onDoneFns.push(F)}onDestroy(F){this._onDestroyFns.push(F)}play(){const F=this._buildPlayer();F&&(this.hasStarted()||(this._onStartFns.forEach(L=>L()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),F.play())}pause(){this.init(),this.domPlayer?.pause()}finish(){this.init(),this.domPlayer&&(this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish())}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}_resetDomPlayerState(){this.domPlayer?.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(F=>F()),this._onDestroyFns=[])}setPosition(F){this.domPlayer||this.init(),this.domPlayer&&(this.domPlayer.currentTime=F*this.time)}getPosition(){return this.domPlayer?+(this.domPlayer.currentTime??0)/this.time:this._initialized?1:0}get totalTime(){return this._delay+this._duration}beforeDestroy(){const F=new Map;this.hasStarted()&&this._finalKeyframe.forEach((H,Y)=>{"offset"!==Y&&F.set(Y,this._finished?H:Dn(this.element,Y))}),this.currentSnapshot=F}triggerCallback(F){const L="start"===F?this._onStartFns:this._onDoneFns;L.forEach(H=>H()),L.length=0}}class vn{validateStyleProperty(F){return!0}validateAnimatableStyleProperty(F){return!0}containsElement(F,L){return Ye(F,L)}getParentElement(F){return Ue(F)}query(F,L,H){return Nt(F,L,H)}computeStyle(F,L,H){return Dn(F,L)}animate(F,L,H,Y,ie,et=[]){const $t={duration:H,delay:Y,fill:0==Y?"both":"forwards"};ie&&($t.easing=ie);const Ei=new Map,zi=et.filter(Bn=>Bn instanceof Li);(function ki(z,F){return 0===z||0===F})(H,Y)&&zi.forEach(Bn=>{Bn.currentSnapshot.forEach((pn,gn)=>Ei.set(gn,pn))});let Vi=function zn(z){return z.length?z[0]instanceof Map?z:z.map(F=>new Map(Object.entries(F))):[]}(L).map(Bn=>new Map(Bn));Vi=function Ki(z,F,L){if(L.size&&F.length){let H=F[0],Y=[];if(L.forEach((ie,et)=>{H.has(et)||Y.push(et),H.set(et,ie)}),Y.length)for(let ie=1;ieet.set(Bt,Dn(z,Bt)))}}return F}(F,Vi,Ei);const un=function Wt(z,F){let L=null,H=null;return Array.isArray(F)&&F.length?(L=ft(F[0]),F.length>1&&(H=ft(F[F.length-1]))):F instanceof Map&&(L=ft(F)),L||H?new Ri(z,L,H):null}(F,Vi);return new Li(F,Vi,$t,un)}}const At="@.disabled";class mi{namespaceId;delegate;engine;_onDestroy;\u0275type=0;constructor(F,L,H,Y){this.namespaceId=F,this.delegate=L,this.engine=H,this._onDestroy=Y}get data(){return this.delegate.data}destroyNode(F){this.delegate.destroyNode?.(F)}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.engine.afterFlushAnimationsDone(()=>{queueMicrotask(()=>{this.delegate.destroy()})}),this._onDestroy?.()}createElement(F,L){return this.delegate.createElement(F,L)}createComment(F){return this.delegate.createComment(F)}createText(F){return this.delegate.createText(F)}appendChild(F,L){this.delegate.appendChild(F,L),this.engine.onInsert(this.namespaceId,L,F,!1)}insertBefore(F,L,H,Y=!0){this.delegate.insertBefore(F,L,H),this.engine.onInsert(this.namespaceId,L,F,Y)}removeChild(F,L,H,Y){Y?this.delegate.removeChild(F,L,H,Y):this.parentNode(L)&&this.engine.onRemove(this.namespaceId,L,this.delegate)}selectRootElement(F,L){return this.delegate.selectRootElement(F,L)}parentNode(F){return this.delegate.parentNode(F)}nextSibling(F){return this.delegate.nextSibling(F)}setAttribute(F,L,H,Y){this.delegate.setAttribute(F,L,H,Y)}removeAttribute(F,L,H){this.delegate.removeAttribute(F,L,H)}addClass(F,L){this.delegate.addClass(F,L)}removeClass(F,L){this.delegate.removeClass(F,L)}setStyle(F,L,H,Y){this.delegate.setStyle(F,L,H,Y)}removeStyle(F,L,H){this.delegate.removeStyle(F,L,H)}setProperty(F,L,H){"@"==L.charAt(0)&&L==At?this.disableAnimations(F,!!H):this.delegate.setProperty(F,L,H)}setValue(F,L){this.delegate.setValue(F,L)}listen(F,L,H,Y){return this.delegate.listen(F,L,H,Y)}disableAnimations(F,L){this.engine.disableAnimations(F,L)}}class Rn extends mi{factory;constructor(F,L,H,Y,ie){super(L,H,Y,ie),this.factory=F,this.namespaceId=L}setProperty(F,L,H){"@"==L.charAt(0)?"."==L.charAt(1)&&L==At?this.disableAnimations(F,H=void 0===H||!!H):this.engine.process(this.namespaceId,F,L.slice(1),H):this.delegate.setProperty(F,L,H)}listen(F,L,H,Y){if("@"==L.charAt(0)){const ie=function ea(z){switch(z){case"body":return document.body;case"document":return document;case"window":return window;default:return z}}(F);let et=L.slice(1),Bt="";return"@"!=et.charAt(0)&&([et,Bt]=function lr(z){const F=z.indexOf(".");return[z.substring(0,F),z.slice(F+1)]}(et)),this.engine.listen(this.namespaceId,ie,et,Bt,$t=>{this.factory.scheduleListenerCallback($t._data||-1,H,$t)})}return this.delegate.listen(F,L,H,Y)}}class Ts{delegate;engine;_zone;_currentId=0;_microtaskId=1;_animationCallbacksBuffer=[];_rendererCache=new Map;_cdRecurDepth=0;constructor(F,L,H){this.delegate=F,this.engine=L,this._zone=H,L.onRemovalComplete=(Y,ie)=>{ie?.removeChild(null,Y)}}createRenderer(F,L){const Y=this.delegate.createRenderer(F,L);if(!F||!L?.data?.animation){const Ei=this._rendererCache;let zi=Ei.get(Y);return zi||(zi=new mi("",Y,this.engine,()=>Ei.delete(Y)),Ei.set(Y,zi)),zi}const ie=L.id,et=L.id+"-"+this._currentId;this._currentId++,this.engine.register(et,F);const Bt=Ei=>{Array.isArray(Ei)?Ei.forEach(Bt):this.engine.registerTrigger(ie,et,F,Ei.name,Ei)};return L.data.animation.forEach(Bt),new Rn(this,et,Y,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){queueMicrotask(()=>{this._microtaskId++})}scheduleListenerCallback(F,L,H){if(F>=0&&FL(H));const Y=this._animationCallbacksBuffer;0==Y.length&&queueMicrotask(()=>{this._zone.run(()=>{Y.forEach(ie=>{const[et,Bt]=ie;et(Bt)}),this._animationCallbacksBuffer=[]})}),Y.push([L,H])}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}componentReplaced(F){this.engine.flush(),this.delegate.componentReplaced?.(F)}}const Ds=[{provide:Fn,useFactory:function Gs(){return new Ci}},{provide:Oa,useClass:(()=>{class z extends Oa{constructor(L,H,Y){super(L,H,Y)}ngOnDestroy(){this.flush()}static \u0275fac=function(H){return new(H||z)(p.KVO(p.qQL),p.KVO(An),p.KVO(Fn))};static \u0275prov=p.jDH({token:z,factory:z.\u0275fac})}return z})()},{provide:e._9s,useFactory:function Oo(z,F,L){return new Ts(z,F,L)},deps:[g.mE,Oa,e.SKi]}],ro=[{provide:An,useClass:En},{provide:e.bc$,useValue:"NoopAnimations"},...Ds],As=[{provide:An,useFactory:()=>new vn},{provide:e.bc$,useFactory:()=>"BrowserAnimations"},...Ds];let Os=(()=>{class z{static withConfig(L){return{ngModule:z,providers:L.disableAnimations?ro:As}}static \u0275fac=function(H){return new(H||z)};static \u0275mod=e.$C({type:z});static \u0275inj=p.G2t({providers:As,imports:[h]})}return z})();var Sr=l(99327),Ua=l(29330),qi=l(59640),Fo=l(11747),yo=l(983),bo=l(71985),Fs=l(7673),xo=l(57786),dl=l(47242),ul=l(92771),jl=l(97647),cr=l(5964),us=l(96354),so=l(70274),Wl=l(43236),Dl=l(28211),qo=l(39974),Al=l(58750),Ll=l(81853),Rr=l(54360),hl=l(45225);const fl=(0,Ll.L)(z=>function(L=null){z(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=L});function No(z){throw new fl(z)}var Il=l(70152),xs=l(99437),js=l(96697),wn=l(56977),Ws=l(25558),Bo=l(65245),Xl=l(40941),el=l(53993),ml=l(31943),pl=l(89079);const Co="PERFORM_ACTION",Xs="ROLLBACK",Uo="TOGGLE_ACTION",lo="JUMP_TO_STATE",Ys="JUMP_TO_ACTION",_l="IMPORT_STATE",Vo="LOCK_CHANGES",vl="PAUSE_RECORDING";class Ho{constructor(F,L){if(this.action=F,this.timestamp=L,this.type=Co,typeof F.type>"u")throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?')}}class zr{constructor(){this.type="REFRESH"}}class cd{constructor(F){this.timestamp=F,this.type="RESET"}}class yl{constructor(F){this.timestamp=F,this.type=Xs}}class jc{constructor(F){this.timestamp=F,this.type="COMMIT"}}class we{constructor(){this.type="SWEEP"}}class je{constructor(F){this.id=F,this.type=Uo}}class We{constructor(F){this.index=F,this.type=lo}}class _t{constructor(F){this.actionId=F,this.type=Ys}}class Ut{constructor(F){this.nextLiftedState=F,this.type=_l}}class ri{constructor(F){this.status=F,this.type=Vo}}class Di{constructor(F){this.status=F,this.type=vl}}const On=new p.nKC("@ngrx/store-devtools Options"),Ma=new p.nKC("@ngrx/store-devtools Initial Config");function yr(){return null}function co(z){const F={maxAge:!1,monitor:yr,actionSanitizer:void 0,stateSanitizer:void 0,name:"NgRx Store DevTools",serialize:!1,logOnly:!1,autoPause:!1,trace:!1,traceLimit:75,features:{pause:!0,lock:!0,persist:!0,export:!0,import:"custom",jump:!0,skip:!0,reorder:!0,dispatch:!0,test:!0},connectInZone:!1},L="function"==typeof z?z():z,Y=L.features||!!L.logOnly&&{pause:!0,export:!0,test:!0}||F.features;!0===Y.import&&(Y.import="custom");const ie=Object.assign({},F,{features:Y},L);if(ie.maxAge&&ie.maxAge<2)throw new Error(`Devtools 'maxAge' cannot be less than 2, got ${ie.maxAge}`);return ie}function ts(z,F){return z.filter(L=>F.indexOf(L)<0)}function Qs(z){const{computedStates:F,currentStateIndex:L}=z;if(L>=F.length){const{state:Y}=F[F.length-1];return Y}const{state:H}=F[L];return H}function uo(z){return new Ho(z,+Date.now())}function bl(z,F){return Object.keys(F).reduce((L,H)=>{const Y=Number(H);return L[Y]=fs(z,F[Y],Y),L},{})}function fs(z,F,L){return{...F,action:z(F.action,L)}}function $d(z,F){return F.map((L,H)=>({state:kl(z,L.state,H),error:L.error}))}function kl(z,F,L){return z(F,L)}function $s(z){return z.predicate||z.actionsSafelist||z.actionsBlocklist}function Kl(z,F,L,H,Y){const ie=L&&!L(z,F.action),et=H&&!F.action.type.match(H.map($t=>Go($t)).join("|")),Bt=Y&&F.action.type.match(Y.map($t=>Go($t)).join("|"));return ie||et||Bt}function Go(z){return z.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function xl(z){return{ngZone:z?(0,p.WQX)(e.SKi):null,connectInZone:z}}let Bs=(()=>{var z;class F extends qi.SS{static#e=z=()=>(this.\u0275fac=(()=>{let H;return function(ie){return(H||(H=e.xGo(F)))(ie||F)}})(),this.\u0275prov=p.jDH({token:F,factory:F.\u0275fac}))}return z(),F})();const tl=new p.nKC("@ngrx/store-devtools Redux Devtools Extension");let Eo=(()=>{var z;class F{constructor(H,Y,ie){this.config=Y,this.dispatcher=ie,this.zoneConfig=xl(this.config.connectInZone),this.devtoolsExtension=H,this.createActionStreams()}notify(H,Y){if(this.devtoolsExtension)if(H.type===Co){if(Y.isLocked||Y.isPaused)return;const ie=Qs(Y);if($s(this.config)&&Kl(ie,H,this.config.predicate,this.config.actionsSafelist,this.config.actionsBlocklist))return;const et=this.config.stateSanitizer?kl(this.config.stateSanitizer,ie,Y.currentStateIndex):ie,Bt=this.config.actionSanitizer?fs(this.config.actionSanitizer,H,Y.nextActionId):H;this.sendToReduxDevtools(()=>this.extensionConnection.send(Bt,et))}else{const ie={...Y,stagedActionIds:Y.stagedActionIds,actionsById:this.config.actionSanitizer?bl(this.config.actionSanitizer,Y.actionsById):Y.actionsById,computedStates:this.config.stateSanitizer?$d(this.config.stateSanitizer,Y.computedStates):Y.computedStates};this.sendToReduxDevtools(()=>this.devtoolsExtension.send(null,ie,this.getExtensionConfig(this.config)))}}createChangesObservable(){return this.devtoolsExtension?new bo.c(H=>{const Y=this.zoneConfig.connectInZone?this.zoneConfig.ngZone.runOutsideAngular(()=>this.devtoolsExtension.connect(this.getExtensionConfig(this.config))):this.devtoolsExtension.connect(this.getExtensionConfig(this.config));return this.extensionConnection=Y,Y.init(),Y.subscribe(ie=>H.next(ie)),Y.unsubscribe}):yo.w}createActionStreams(){const H=this.createChangesObservable().pipe((0,jl.u)()),Y=H.pipe((0,cr.p)(zi=>"START"===zi.type)),ie=H.pipe((0,cr.p)(zi=>"STOP"===zi.type)),et=H.pipe((0,cr.p)(zi=>"DISPATCH"===zi.type),(0,us.T)(zi=>this.unwrapAction(zi.payload)),(0,so.H)(zi=>zi.type===_l?this.dispatcher.pipe((0,cr.p)(Vi=>Vi.type===qi.q6),function oo(z,F){const{first:L,each:H,with:Y=No,scheduler:ie=F??Wl.E,meta:et=null}=(0,Dl.v)(z)?{first:z}:"number"==typeof z?{each:z}:z;if(null==L&&null==H)throw new TypeError("No timeout provided.");return(0,qo.N)((Bt,$t)=>{let Ei,zi,Vi=null,un=0;const Bn=pn=>{zi=(0,hl.N)($t,ie,()=>{try{Ei.unsubscribe(),(0,Al.Tg)(Y({meta:et,lastValue:Vi,seen:un})).subscribe($t)}catch(gn){$t.error(gn)}},pn)};Ei=Bt.subscribe((0,Rr._)($t,pn=>{zi?.unsubscribe(),un++,$t.next(Vi=pn),H>0&&Bn(H)},void 0,void 0,()=>{zi?.closed||zi?.unsubscribe(),Vi=null})),!un&&Bn(null!=L?"number"==typeof L?L:+L-ie.now():H)})}(1e3),(0,Il.B)(1e3),(0,us.T)(()=>zi),(0,xs.W)(()=>(0,Fs.of)(zi)),(0,js.s)(1)):(0,Fs.of)(zi))),$t=H.pipe((0,cr.p)(zi=>"ACTION"===zi.type),(0,us.T)(zi=>this.unwrapAction(zi.payload))).pipe((0,wn.Q)(ie)),Ei=et.pipe((0,wn.Q)(ie));this.start$=Y.pipe((0,wn.Q)(ie)),this.actions$=this.start$.pipe((0,Ws.n)(()=>$t)),this.liftedActions$=this.start$.pipe((0,Ws.n)(()=>Ei))}unwrapAction(H){return"string"==typeof H?(0,eval)(`(${H})`):H}getExtensionConfig(H){const Y={name:H.name,features:H.features,serialize:H.serialize,autoPause:H.autoPause??!1,trace:H.trace??!1,traceLimit:H.traceLimit??75};return!1!==H.maxAge&&(Y.maxAge=H.maxAge),Y}sendToReduxDevtools(H){try{H()}catch(Y){console.warn("@ngrx/store-devtools: something went wrong inside the redux devtools",Y)}}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(p.KVO(tl),p.KVO(On),p.KVO(Bs))},this.\u0275prov=p.jDH({token:F,factory:F.\u0275fac}))}return z(),F})();const jo={type:qi.Zz},nl={type:"@ngrx/store-devtools/recompute"};function Cl(z,F,L,H,Y){if(H)return{state:L,error:"Interrupted by an error up the chain"};let et,ie=L;try{ie=z(L,F)}catch(Bt){et=Bt.toString(),Y.handleError(Bt)}return{state:ie,error:et}}function ho(z,F,L,H,Y,ie,et,Bt,$t){if(F>=z.length&&z.length===ie.length)return z;const Ei=z.slice(0,F),zi=ie.length-($t?1:0);for(let Vi=F;Vi-1?pn:Cl(L,Bn,gn,oa,Bt);Ei.push(er)}return $t&&Ei.push(z[z.length-1]),Ei}let Vr=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t,Ei,zi){const Vi=function al(z,F){return{monitorState:F(void 0,{}),nextActionId:1,actionsById:{0:uo(jo)},stagedActionIds:[0],skippedActionIds:[],committedState:z,currentStateIndex:0,computedStates:[],isLocked:!1,isPaused:!1}}(Ei,zi.monitor),un=function wo(z,F,L,H,Y={}){return ie=>(et,Bt)=>{let{monitorState:$t,actionsById:Ei,nextActionId:zi,stagedActionIds:Vi,skippedActionIds:un,committedState:Bn,currentStateIndex:pn,computedStates:gn,isLocked:oa,isPaused:wa}=et||F;function er(dr){let Da=dr,Pr=Vi.slice(1,Da+1);for(let ar=0;ar-1===Pr.indexOf(ar)),Vi=[0,...Vi.slice(Da+1)],Bn=gn[Da].state,gn=gn.slice(Da),pn=pn>Da?pn-Da:0}function qr(){Ei={0:uo(jo)},zi=1,Vi=[0],un=[],Bn=gn[pn].state,pn=0,gn=[]}et||(Ei=Object.create(Ei));let ha=0;switch(Bt.type){case Vo:oa=Bt.status,ha=1/0;break;case vl:wa=Bt.status,wa?(Vi=[...Vi,zi],Ei[zi]=new Ho({type:"@ngrx/devtools/pause"},+Date.now()),zi++,ha=Vi.length-1,gn=gn.concat(gn[gn.length-1]),pn===Vi.length-2&&pn++,ha=1/0):qr();break;case"RESET":Ei={0:uo(jo)},zi=1,Vi=[0],un=[],Bn=z,pn=0,gn=[];break;case"COMMIT":qr();break;case Xs:Ei={0:uo(jo)},zi=1,Vi=[0],un=[],pn=0,gn=[];break;case Uo:{const{id:dr}=Bt;un=-1===un.indexOf(dr)?[dr,...un]:un.filter(Pr=>Pr!==dr),ha=Vi.indexOf(dr);break}case"SET_ACTIONS_ACTIVE":{const{start:dr,end:Da,active:Pr}=Bt,ar=[];for(let Qo=dr;QoY.maxAge&&(gn=ho(gn,ha,ie,Bn,Ei,Vi,un,L,wa),er(Vi.length-Y.maxAge),ha=1/0);break;case qi.q6:if(gn.filter(Da=>Da.error).length>0)ha=0,Y.maxAge&&Vi.length>Y.maxAge&&(gn=ho(gn,ha,ie,Bn,Ei,Vi,un,L,wa),er(Vi.length-Y.maxAge),ha=1/0);else{if(!wa&&!oa){pn===Vi.length-1&&pn++;const Da=zi++;Ei[Da]=new Ho(Bt,+Date.now()),Vi=[...Vi,Da],ha=Vi.length-1,gn=ho(gn,ha,ie,Bn,Ei,Vi,un,L,wa)}gn=gn.map(Da=>({...Da,state:ie(Da.state,nl)})),pn=Vi.length-1,Y.maxAge&&Vi.length>Y.maxAge&&er(Vi.length-Y.maxAge),ha=1/0}break;default:ha=1/0}return gn=ho(gn,ha,ie,Bn,Ei,Vi,un,L,wa),$t=H($t,Bt),{monitorState:$t,actionsById:Ei,nextActionId:zi,stagedActionIds:Vi,skippedActionIds:un,committedState:Bn,currentStateIndex:pn,computedStates:gn,isLocked:oa,isPaused:wa}}}(Ei,Vi,$t,zi.monitor,zi),Bn=(0,xo.h)((0,xo.h)(Y.asObservable().pipe((0,Bo.i)(1)),et.actions$).pipe((0,us.T)(uo)),H,et.liftedActions$).pipe((0,Xl.Q)(dl.T)),pn=ie.pipe((0,us.T)(un)),gn=xl(zi.connectInZone),oa=new ul.m(1);this.liftedStateSubscription=Bn.pipe((0,el.E)(pn),Zr(gn),(0,ml.S)(({state:qr},[ha,dr])=>{let Da=dr(qr,ha);return ha.type!==Co&&$s(zi)&&(Da=function Zd(z,F,L,H){const Y=[],ie={},et=[];return z.stagedActionIds.forEach((Bt,$t)=>{const Ei=z.actionsById[Bt];Ei&&($t&&Kl(z.computedStates[$t],Ei,F,L,H)||(ie[Bt]=Ei,Y.push(Bt),et.push(z.computedStates[$t])))}),{...z,stagedActionIds:Y,actionsById:ie,computedStates:et}}(Da,zi.predicate,zi.actionsSafelist,zi.actionsBlocklist)),et.notify(ha,Da),{state:Da,action:ha}},{state:Vi,action:null})).subscribe(({state:qr,action:ha})=>{oa.next(qr),ha.type===Co&&Bt.next(ha.action)}),this.extensionStartSubscription=et.start$.pipe(Zr(gn)).subscribe(()=>{this.refresh()});const wa=oa.asObservable(),er=wa.pipe((0,us.T)(Qs));Object.defineProperty(er,"state",{value:(0,pl.ot)(er,{manualCleanup:!0,requireSync:!0})}),this.dispatcher=H,this.liftedState=wa,this.state=er}ngOnDestroy(){this.liftedStateSubscription.unsubscribe(),this.extensionStartSubscription.unsubscribe()}dispatch(H){this.dispatcher.next(H)}next(H){this.dispatcher.next(H)}error(H){}complete(){}performAction(H){this.dispatch(new Ho(H,+Date.now()))}refresh(){this.dispatch(new zr)}reset(){this.dispatch(new cd(+Date.now()))}rollback(){this.dispatch(new yl(+Date.now()))}commit(){this.dispatch(new jc(+Date.now()))}sweep(){this.dispatch(new we)}toggleAction(H){this.dispatch(new je(H))}jumpToAction(H){this.dispatch(new _t(H))}jumpToState(H){this.dispatch(new We(H))}importState(H){this.dispatch(new Ut(H))}lockChanges(H){this.dispatch(new ri(H))}pauseRecording(H){this.dispatch(new Di(H))}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(p.KVO(Bs),p.KVO(qi.SS),p.KVO(qi.QU),p.KVO(Eo),p.KVO(qi.sA),p.KVO(p.zcH),p.KVO(qi.N_),p.KVO(On))},this.\u0275prov=p.jDH({token:F,factory:F.\u0275fac}))}return z(),F})();function Zr({ngZone:z,connectInZone:F}){return L=>F?new bo.c(H=>L.subscribe({next:Y=>z.run(()=>H.next(Y)),error:Y=>z.run(()=>H.error(Y)),complete:()=>z.run(()=>H.complete())})):L}const hc=new p.nKC("@ngrx/store-devtools Is Devtools Extension or Monitor Present");function fc(z,F){return!!z||F.monitor!==yr}function Ml(){const z="__REDUX_DEVTOOLS_EXTENSION__";return"object"==typeof window&&typeof window[z]<"u"?window[z]:null}function zs(z){return z.state}function El(z={}){return(0,p.EmA)([Eo,Bs,Vr,{provide:Ma,useValue:z},{provide:hc,deps:[tl,On],useFactory:fc},{provide:tl,useFactory:Ml},{provide:On,deps:[Ma],useFactory:co},{provide:qi.h1,deps:[Vr],useFactory:zs},{provide:qi.Bh,useExisting:Bs}])}let So=(()=>{var z;class F{static instrument(H={}){return{ngModule:F,providers:[El(H)]}}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)},this.\u0275mod=e.$C({type:F}),this.\u0275inj=p.G2t({}))}return z(),F})();var hn=l(21413),Rl=l(33726),dd=l(22806),mc=l(1807);function To(z=0,F=Wl.E){return z<0&&(z=0),(0,mc.O)(z,z,F)}var Ol=l(18359),pc=l(57908),Pl=l(9326),Ql=l(88141),Fl=l(70980),Zs=l(23294);class wl{}function ud(z){return(0,p.EmA)([{provide:wl,useValue:z}])}let gc=(()=>{class z{constructor(L,H){this._ngZone=H,this.timerStart$=new hn.B,this.idleDetected$=new hn.B,this.timeout$=new hn.B,this.idleMillisec=6e5,this.idleSensitivityMillisec=1e3,this.timeout=300,this.pingMillisec=12e4,this.isTimeout=!1,this.isInactivityTimer=!1,this.isIdleDetected=!1,L&&this.setConfig(L)}startWatching(){this.activityEvents$||(this.activityEvents$=(0,xo.h)((0,Rl.R)(window,"mousemove"),(0,Rl.R)(window,"resize"),(0,Rl.R)(document,"keydown"))),this.idle$=(0,dd.H)(this.activityEvents$),this.idleSubscription&&this.idleSubscription.unsubscribe(),this.idleSubscription=this.idle$.pipe(function Yl(z,...F){var L,H;const Y=null!==(L=(0,Pl.lI)(F))&&void 0!==L?L:Wl.E,ie=null!==(H=F[0])&&void 0!==H?H:null,et=F[1]||1/0;return(0,qo.N)((Bt,$t)=>{let Ei=[],zi=!1;const Vi=pn=>{const{buffer:gn,subs:oa}=pn;oa.unsubscribe(),(0,pc.o)(Ei,pn),$t.next(gn),zi&&un()},un=()=>{if(Ei){const pn=new Ol.yU;$t.add(pn);const oa={buffer:[],subs:pn};Ei.push(oa),(0,hl.N)(pn,Y,()=>Vi(oa),z)}};null!==ie&&ie>=0?(0,hl.N)($t,Y,un,ie,!0):zi=!0,un();const Bn=(0,Rr._)($t,pn=>{const gn=Ei.slice();for(const oa of gn){const{buffer:wa}=oa;wa.push(pn),et<=wa.length&&Vi(oa)}},()=>{for(;Ei?.length;)$t.next(Ei.shift().buffer);Bn?.unsubscribe(),$t.complete(),$t.unsubscribe()},void 0,()=>Ei=null);Bt.subscribe(Bn)})}(this.idleSensitivityMillisec),(0,cr.p)(L=>!L.length&&!this.isIdleDetected&&!this.isInactivityTimer),(0,Ql.M)(()=>{this.isIdleDetected=!0,this.idleDetected$.next(!0)}),(0,Ws.n)(()=>this._ngZone.runOutsideAngular(()=>To(1e3).pipe((0,wn.Q)((0,xo.h)(this.activityEvents$,(0,mc.O)(this.idleMillisec).pipe((0,Ql.M)(()=>{this.isInactivityTimer=!0,this.timerStart$.next(!0)})))),(0,Fl.j)(()=>{this.isIdleDetected=!1,this.idleDetected$.next(!1)}))))).subscribe(),this.setupTimer(this.timeout),this.setupPing(this.pingMillisec)}stopWatching(){this.stopTimer(),this.idleSubscription&&this.idleSubscription.unsubscribe()}stopTimer(){this.isInactivityTimer=!1,this.timerStart$.next(!1)}resetTimer(){this.stopTimer(),this.isTimeout=!1}onTimerStart(){return this.timerStart$.pipe((0,Zs.F)(),(0,Ws.n)(L=>L?this.timer$:(0,Fs.of)(null)))}onIdleStatusChanged(){return this.idleDetected$.asObservable()}onTimeout(){return this.timeout$.pipe((0,cr.p)(L=>!!L),(0,Ql.M)(()=>this.isTimeout=!0),(0,us.T)(()=>!0))}getConfigValue(){return{idle:this.idleMillisec/1e3,idleSensitivity:this.idleSensitivityMillisec/1e3,timeout:this.timeout,ping:this.pingMillisec/1e3}}setConfigValues(L){!this.idleSubscription||this.idleSubscription.closed?this.setConfig(L):console.error("Call stopWatching() before set config values")}setConfig(L){L.idle&&(this.idleMillisec=1e3*L.idle),L.ping&&(this.pingMillisec=1e3*L.ping),L.idleSensitivity&&(this.idleSensitivityMillisec=1e3*L.idleSensitivity),L.timeout&&(this.timeout=L.timeout)}setCustomActivityEvents(L){!this.idleSubscription||this.idleSubscription.closed?this.activityEvents$=L:console.error("Call stopWatching() before set custom activity events")}setupTimer(L){this._ngZone.runOutsideAngular(()=>{this.timer$=(0,Fs.of)(()=>new Date).pipe((0,us.T)(H=>H()),(0,Ws.n)(H=>To(1e3).pipe((0,us.T)(()=>Math.round(((new Date).valueOf()-H.valueOf())/1e3)),(0,Ql.M)(Y=>{Y>=L&&this.timeout$.next(!0)}))))})}setupPing(L){this.ping$=To(L).pipe((0,cr.p)(()=>!this.isTimeout))}}return z.\u0275fac=function(L){return new(L||z)(p.KVO(wl,8),p.KVO(e.SKi))},z.\u0275prov=p.jDH({token:z,factory:z.\u0275fac,providedIn:"root"}),z})();var Wo=l(38132),Ja=l(43694),Mn=l(45383),Va=l(79647),Tr=l(20060),Ea=l(25596),bn=l(52920),Dr=l(96850);const $l=()=>({initial:!1});function _c(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.activeLink=Y.links[1].link)}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[1].link))("active",L.activeLink===L.links[1].link)("state",e.lJ4(5,$l)),e.R7$(),e.JRh(L.links[1].name)}}function Do(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.activeLink=Y.links[2].link)}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[2].link))("active",L.activeLink===L.links[2].link),e.R7$(),e.JRh(L.links[2].name)}}let is=(()=>{var z;class F{constructor(H,Y){this.store=H,this.router=Y,this.faUserCog=Mn.McB,this.showBitcoind=!1,this.links=[{link:"app",name:"Application"},{link:"auth",name:"Authentication"},{link:"bconfig",name:"BitcoinD Config"}],this.activeLink="",this.unSubs=[new hn.B,new hn.B,new hn.B]}ngOnInit(){const H=this.links.find(Y=>this.router.url.includes(Y.link));this.activeLink=H?H.link:this.links[0].link,this.router.events.pipe((0,wn.Q)(this.unSubs[0]),(0,cr.p)(Y=>Y instanceof Ja.gx)).subscribe({next:Y=>{const ie=this.links.find(et=>Y.urlAfterRedirects.includes(et.link));this.activeLink=ie?ie.link:this.links[0].link}}),this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[1])).subscribe(Y=>{this.appConfig=Y}),this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[2])).subscribe(Y=>{this.showBitcoind=!1,this.selNode=Y,this.selNode.settings&&this.selNode.settings.bitcoindConfigPath&&""!==this.selNode.settings.bitcoindConfigPath.trim()&&(this.showBitcoind=!0)})}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(Ja.Ix))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-settings"]],standalone:!1,decls:16,vars:8,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","2","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","state","click",4,"ngIf"],["role","tab","tabindex","3","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active","state"],["role","tab","tabindex","3","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Settings"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6)(8,"div",7),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.activeLink=ie.links[0].link)}),e.EFF(9),e.k0s(),e.DNE(10,_c,2,6,"div",8)(11,Do,2,4,"div",9),e.k0s(),e.nrm(12,"mat-tab-nav-panel",null,0),e.j41(14,"div",10),e.nrm(15,"router-outlet"),e.k0s()()()()}if(2&Y){const et=e.sdS(13);e.R7$(),e.Y8G("icon",ie.faUserCog),e.R7$(6),e.Y8G("tabPanel",et),e.R7$(),e.Y8G("routerLink",e.mNQ(ie.links[0].link))("active",ie.activeLink===ie.links[0].link),e.R7$(),e.JRh(ie.links[0].name),e.R7$(),e.Y8G("ngIf",!+ie.appConfig.SSO.rtlSSO),e.R7$(),e.Y8G("ngIf",ie.showBitcoind)}},dependencies:[c.bT,Tr.aY,Ea.RN,Ea.m2,bn.DJ,bn.sA,bn.UI,Dr.Bu,Dr.hQ,Dr.Ql,Ja.n3,Wo.Wk],encapsulation:2}))}return z(),F})();var Nn=l(11771),ir=l(98570),cn=l(89417),Hr=l(88834),ra=l(69588),De=l(96183),pt=l(23029),Yt=l(10497),Pi=l(89587);function rn(z,F){if(1&z&&(e.j41(0,"mat-option",15),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L.index),e.R7$(),e.Lme(" ",L.lnNode," (",L.lnImplementation,") ")}}function In(z,F){if(1&z){const L=e.RV6();e.j41(0,"form",3,0)(2,"div",4),e.nrm(3,"fa-icon",5),e.j41(4,"span",6),e.EFF(5,"Default Node"),e.k0s()(),e.j41(6,"div",7)(7,"div",8)(8,"mat-form-field",9)(9,"mat-select",10),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG();return e.DH7(ie.appConfig.defaultNodeIndex,Y)||(ie.appConfig.defaultNodeIndex=Y),p.Njj(Y)}),e.DNE(10,rn,2,3,"mat-option",11),e.k0s()()(),e.j41(11,"div",12)(12,"div",8)(13,"button",13),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onResetSettings())}),e.EFF(14,"Reset"),e.k0s(),e.j41(15,"button",14),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onUpdateApplicationSettings())}),e.EFF(16,"Update"),e.k0s()()()()()}if(2&z){const L=e.XpG();e.R7$(3),e.Y8G("icon",L.faWindowRestore),e.R7$(6),e.R50("ngModel",L.appConfig.defaultNodeIndex),e.R7$(),e.Y8G("ngForOf",L.appConfig.nodes)}}let Qa=(()=>{var z;class F{constructor(H,Y){this.logger=H,this.store=Y,this.faWindowRestore=Mn.aFw,this.faPlus=Mn.QLR,this.previousDefaultNode=0,this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.appConfig=H,this.previousDefaultNode=this.appConfig.defaultNodeIndex,this.logger.info(H)})}onAddNewNode(){this.logger.warn("ADD NEW NODE")}onUpdateApplicationSettings(){this.appConfig.defaultNodeIndex=this.appConfig.defaultNodeIndex?this.appConfig.defaultNodeIndex:this.appConfig&&this.appConfig.nodes&&this.appConfig.nodes.length&&this.appConfig.nodes.length>0&&this.appConfig.nodes[0].index?+this.appConfig.nodes[0].index:-1,this.store.dispatch((0,Nn.rc)({payload:{showSnackBar:!0,message:"Default Node Updated.",config:this.appConfig}}))}onResetSettings(){this.appConfig.defaultNodeIndex=this.previousDefaultNode}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qi.il))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-app-settings"]],standalone:!1,decls:2,vars:1,consts:[["form","ngForm"],["fxLayout","column","fxFlex","100",1,"padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","settings-container page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"my-2"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start start"],["autoFocus","","tabindex","1","name","defaultNode",3,"ngModelChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],[3,"value"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",1),e.DNE(1,In,17,3,"form",2),e.k0s()),2&Y&&(e.R7$(),e.Y8G("ngIf",ie.appConfig.nodes&&ie.appConfig.nodes.length&&ie.appConfig.nodes.length>0))},dependencies:[c.Sq,c.bT,cn.qT,cn.BC,cn.cb,cn.vS,cn.cV,Tr.aY,Hr.$z,ra.rl,bn.DJ,bn.sA,bn.UI,De.VO,pt.wT,Yt.Ld,Pi.N],encapsulation:2}))}return z(),F})();var Ar=l(82852),$a=l(51585),Za=l(31264),ms=l(37541),hd=l(95416),fo=l(33746),Xo=l(36013),fd=l(38288),Zl=l(29157);const K1=["stepper"];function Nl(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG();e.JRh(L.passwordFormLabel)}}function _2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function Jd(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(2);e.JRh(L.secretFormLabel)}}function v2(z,F){if(1&z&&e.nrm(0,"qr-code",33),2&z){const L=e.XpG(2);e.Y8G("value",L.otpauth)("size",180)}}function sl(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Secret Code is required."),e.k0s())}function Wc(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-step",10)(1,"form",22),e.DNE(2,Jd,1,1,"ng-template",23),e.j41(3,"div",24),e.DNE(4,v2,1,2,"qr-code",25),e.k0s(),e.j41(5,"div",26),e.nrm(6,"fa-icon",27),e.j41(7,"span"),e.EFF(8,"You can use a compatible authentication app to get an authentication code when you log in to RTL. e.g.: Google Authenticator."),e.k0s()(),e.j41(9,"div",28)(10,"mat-form-field",13)(11,"mat-label"),e.EFF(12,"Secret Code"),e.k0s(),e.nrm(13,"input",29),e.j41(14,"fa-icon",30),e.bIt("copied",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onCopySecret(Y))}),e.k0s(),e.DNE(15,sl,2,0,"mat-error",15),e.k0s()(),e.j41(16,"div",31)(17,"button",32),e.EFF(18,"Next"),e.k0s()()()()}if(2&z){const L=e.XpG();e.Y8G("stepControl",L.secretFormGroup)("editable",L.flgEditable),e.R7$(),e.Y8G("formGroup",L.secretFormGroup),e.R7$(3),e.Y8G("ngIf",L.otpauth),e.R7$(2),e.Y8G("icon",L.faInfoCircle),e.R7$(8),e.Y8G("icon",L.faCopy)("payload",null==L.secretFormGroup||null==L.secretFormGroup.controls||null==L.secretFormGroup.controls.secret?null:L.secretFormGroup.controls.secret.value),e.R7$(),e.Y8G("ngIf",null==L.secretFormGroup||null==L.secretFormGroup.controls||null==L.secretFormGroup.controls.secret||null==L.secretFormGroup.controls.secret.errors?null:L.secretFormGroup.controls.secret.errors.required)}}function qd(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(2);e.JRh(L.tokenFormLabel)}}function y2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Token is required."),e.k0s())}function b2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Token is invalid."),e.k0s())}function vc(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",8)(1,"div",28)(2,"mat-form-field",13)(3,"mat-label"),e.EFF(4,"Token"),e.k0s(),e.nrm(5,"input",37),e.DNE(6,y2,2,0,"mat-error",15)(7,b2,2,0,"mat-error",15),e.k0s()(),e.j41(8,"div",31)(9,"button",38),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onVerifyToken())}),e.EFF(10),e.k0s()()()}if(2&z){const L=e.XpG(2);e.R7$(6),e.Y8G("ngIf",null==L.tokenFormGroup||null==L.tokenFormGroup.controls||null==L.tokenFormGroup.controls.token||null==L.tokenFormGroup.controls.token.errors?null:L.tokenFormGroup.controls.token.errors.required),e.R7$(),e.Y8G("ngIf",null==L.tokenFormGroup||null==L.tokenFormGroup.controls||null==L.tokenFormGroup.controls.token||null==L.tokenFormGroup.controls.token.errors?null:L.tokenFormGroup.controls.token.errors.notValid),e.R7$(3),e.JRh(null!=L.tokenFormGroup&&null!=L.tokenFormGroup.controls&&null!=L.tokenFormGroup.controls.token&&null!=L.tokenFormGroup.controls.token.errors&&L.tokenFormGroup.controls.token.errors.notValid?"Retry":"Verify")}}function Y1(z,F){1&z&&(e.j41(0,"div")(1,"strong"),e.EFF(2,"Success! You are all set."),e.k0s()())}function Q1(z,F){if(1&z&&(e.j41(0,"mat-step",34)(1,"form",35),e.DNE(2,qd,1,1,"ng-template",12)(3,vc,11,3,"div",36)(4,Y1,3,0,"div",15),e.k0s()()),2&z){const L=e.XpG();e.Y8G("stepControl",L.tokenFormGroup),e.R7$(),e.Y8G("formGroup",L.tokenFormGroup),e.R7$(2),e.Y8G("ngIf",!L.flgValidated||!L.isTokenValid),e.R7$(),e.Y8G("ngIf",L.flgValidated&&L.isTokenValid)}}function Qe(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(2);e.JRh(L.disableFormLabel)}}function Dt(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",8)(1,"div",39),e.nrm(2,"fa-icon",27),e.j41(3,"span"),e.EFF(4,"You are about to disable two-factor authentication security from RTL. Are you sure you want to turn it off?"),e.k0s()(),e.j41(5,"div",31)(6,"button",38),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onVerifyToken())}),e.EFF(7,"Disable"),e.k0s()()()}if(2&z){const L=e.XpG(2);e.R7$(2),e.Y8G("icon",L.faExclamationTriangle)}}function St(z,F){1&z&&(e.j41(0,"div")(1,"strong"),e.EFF(2,"Two factor authentication removed from RTL."),e.k0s()())}function Ot(z,F){if(1&z&&(e.j41(0,"mat-step",34)(1,"form",35),e.DNE(2,Qe,1,1,"ng-template",12)(3,Dt,8,1,"div",36)(4,St,3,0,"div",15),e.k0s()()),2&z){const L=e.XpG();e.Y8G("stepControl",L.disableFormGroup),e.R7$(),e.Y8G("formGroup",L.disableFormGroup),e.R7$(2),e.Y8G("ngIf",!L.flgValidated||!L.isTokenValid),e.R7$(),e.Y8G("ngIf",L.flgValidated&&L.isTokenValid)}}let si=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t){this.dialogRef=H,this.data=Y,this.store=ie,this.formBuilder=et,this.rtlEffects=Bt,this.snackBar=$t,this.faExclamationTriangle=Mn.zpE,this.faCopy=Mn.jPR,this.faInfoCircle=Mn.iW_,this.flgValidated=!1,this.isTokenValid=!0,this.otpauth="",this.appConfig=null,this.flgEditable=!0,this.showDisableStepper=!1,this.passwordFormLabel="Authenticate with your RTL password",this.secretFormLabel="Scan or copy the secret",this.tokenFormLabel="Verify your authentication is working",this.disableFormLabel="Disable two factor authentication",this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[cn.k0.required]],password:["",[cn.k0.required]]}),this.secretFormGroup=this.formBuilder.group({secret:[{value:"",disabled:!0},cn.k0.required]}),this.tokenFormGroup=this.formBuilder.group({token:["",cn.k0.required]}),this.disableFormGroup=this.formBuilder.group({}),this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.appConfig=this.data.appConfig||null,this.showDisableStepper=!!this.appConfig?.enable2FA,this.secretFormGroup=this.formBuilder.group({secret:[{value:this.appConfig?.enable2FA?"":this.generateSecret(),disabled:!0},cn.k0.required]})}generateSecret(){const H=Za.authenticator.generateSecret();return this.otpauth=Za.authenticator.keyuri("","Ride The Lightning (RTL)",H),H}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,Nn.oz)({payload:Ar(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,js.s)(1)).subscribe(H=>{"ERROR"!==H?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onCopySecret(H){this.snackBar.open("Secret code "+this.secretFormGroup.controls.secret.value+" copied.")}onVerifyToken(){if(this.appConfig?.enable2FA)this.appConfig.enable2FA=!1,this.appConfig.secret2FA="",this.store.dispatch((0,Nn.rc)({payload:{showSnackBar:!1,message:"Two factor authentication disabled successfully.",config:this.appConfig}})),this.generateSecret(),this.isTokenValid=!0;else{if(!this.tokenFormGroup.controls.token.value)return!0;if(this.isTokenValid=Za.authenticator.check(this.tokenFormGroup.controls.token.value,this.secretFormGroup.controls.secret.value),!this.isTokenValid)return this.tokenFormGroup.controls.token.setErrors({notValid:!0}),!0;this.appConfig.enable2FA=!0,this.appConfig.secret2FA=this.secretFormGroup.controls.secret.value,this.store.dispatch((0,Nn.rc)({payload:{showSnackBar:!1,message:"Two factor authentication enabled successfully.",config:this.appConfig}})),this.tokenFormGroup.controls.token.setValue("")}this.flgValidated=!0}stepSelectionChanged(H){switch(H.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password";break;case 1:case 2:this.passwordFormLabel="User authenticated successfully"}H.selectedIndex{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU($a.CP),e.rXU($a.Vh),e.rXU(qi.il),e.rXU(cn.ze),e.rXU(ms.H),e.rXU(hd.UG))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-two-factor-auth"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs(K1,5),2&Y){let et;e.mGM(et=e.lsd())&&(ie.stepper=et.first)}},standalone:!1,decls:30,vars:11,consts:[["stepper",""],["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","15","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100"],["autoFocus","","matInput","","type","password","tabindex","1","formControlName","password","required",""],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["fxFlex","100",1,"w-100","alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["autoFocus","","matInput","","type","text","tabindex","4","formControlName","secret","required",""],["matSuffix","","rtlClipboard","",3,"copied","icon","payload"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","6","type","button","matStepperNext",""],["errorCorrectionLevel","L",3,"value","size"],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["fxLayout","column",4,"ngIf"],["autoFocus","","matInput","","type","text","tabindex","7","formControlName","token","required",""],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxFlex","100",1,"w-100","alert","alert-warn"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Setup Two Factor Authentication"),e.k0s()(),e.j41(6,"button",6),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"div",8)(10,"mat-vertical-stepper",9,0),e.bIt("selectionChange",function($t){return p.eBV(et),p.Njj(ie.stepSelectionChanged($t))}),e.j41(12,"mat-step",10)(13,"form",11),e.DNE(14,Nl,1,1,"ng-template",12),e.j41(15,"div",1)(16,"mat-form-field",13)(17,"mat-label"),e.EFF(18,"Password"),e.k0s(),e.nrm(19,"input",14),e.DNE(20,_2,2,0,"mat-error",15),e.k0s()(),e.j41(21,"div",16)(22,"button",17),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onAuthenticate())}),e.EFF(23,"Confirm"),e.k0s()()()(),e.DNE(24,Wc,19,8,"mat-step",18)(25,Q1,5,4,"mat-step",19)(26,Ot,5,4,"mat-step",19),e.k0s(),e.j41(27,"div",20)(28,"button",21),e.EFF(29),e.k0s()()()()()()}2&Y&&(e.R7$(6),e.Y8G("mat-dialog-close",!1),e.R7$(4),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",ie.passwordFormGroup)("editable",ie.flgEditable),e.R7$(),e.Y8G("formGroup",ie.passwordFormGroup),e.R7$(7),e.Y8G("ngIf",null==ie.passwordFormGroup||null==ie.passwordFormGroup.controls||null==ie.passwordFormGroup.controls.password||null==ie.passwordFormGroup.controls.password.errors?null:ie.passwordFormGroup.controls.password.errors.required),e.R7$(4),e.Y8G("ngIf",!ie.showDisableStepper),e.R7$(),e.Y8G("ngIf",!ie.showDisableStepper),e.R7$(),e.Y8G("ngIf",ie.showDisableStepper),e.R7$(2),e.Y8G("mat-dialog-close",!1),e.R7$(),e.JRh(ie.flgValidated&&ie.isTokenValid?"Close":"Cancel"))},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.j4,cn.JD,Tr.aY,$a.tx,Hr.$z,Ea.m2,Ea.MM,fo.fg,ra.rl,ra.nJ,ra.TL,ra.yw,bn.DJ,bn.sA,bn.UI,Xo.V5,Xo.Ti,Xo.M6,Xo.F7,fd.Um,Zl.U,Pi.N],encapsulation:2}))}return z(),F})();var ot=l(4416),Ti=l(53202),Ni=l(71997);const $i=["authForm"];function Tn(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Current password is required."),e.k0s())}function Vn(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.errorMsg)}}function Hn(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.errorConfirmMsg)}}function va(z,F){if(1&z){const L=e.RV6();e.j41(0,"form",12,0)(2,"div",13),e.nrm(3,"fa-icon",6),e.j41(4,"span",7),e.EFF(5,"Password"),e.k0s()(),e.j41(6,"mat-form-field")(7,"mat-label"),e.EFF(8,"Current Password"),e.k0s(),e.j41(9,"input",14),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG();return e.DH7(ie.currPassword,Y)||(ie.currPassword=Y),p.Njj(Y)}),e.k0s(),e.DNE(10,Tn,2,0,"mat-error",15),e.k0s(),e.j41(11,"mat-form-field")(12,"mat-label"),e.EFF(13,"New Password"),e.k0s(),e.j41(14,"input",16),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG();return e.DH7(ie.newPassword,Y)||(ie.newPassword=Y),p.Njj(Y)}),e.k0s(),e.DNE(15,Vn,2,1,"mat-error",15),e.k0s(),e.j41(16,"mat-form-field")(17,"mat-label"),e.EFF(18,"Confirm New Password"),e.k0s(),e.j41(19,"input",17),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG();return e.DH7(ie.confirmPassword,Y)||(ie.confirmPassword=Y),p.Njj(Y)}),e.k0s(),e.DNE(20,Hn,2,1,"mat-error",15),e.k0s(),e.j41(21,"div",18)(22,"button",19),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onResetPassword())}),e.EFF(23,"Reset"),e.k0s(),e.j41(24,"button",20),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onChangePassword())}),e.EFF(25,"Change Password"),e.k0s()()()}if(2&z){const L=e.XpG();e.R7$(3),e.Y8G("icon",L.faLock),e.R7$(6),e.R50("ngModel",L.currPassword),e.R7$(),e.Y8G("ngIf",!L.currPassword),e.R7$(4),e.R50("ngModel",L.newPassword),e.R7$(),e.Y8G("ngIf",L.matchOldAndNewPasswords()),e.R7$(4),e.R50("ngModel",L.confirmPassword),e.R7$(),e.Y8G("ngIf",L.matchNewPasswords())}}let ya=(()=>{var z;class F{constructor(H,Y,ie,et,Bt){this.logger=H,this.store=Y,this.actions=ie,this.router=et,this.sessionService=Bt,this.faInfoCircle=Mn.iW_,this.faUserLock=Mn.aAJ,this.faUserClock=Mn.ld_,this.faLock=Mn.DW4,this.currPassword="",this.newPassword="",this.confirmPassword="",this.errorMsg="",this.errorConfirmMsg="",this.initializeNodeData=!1,this.unSubs=[new hn.B,new hn.B,new hn.B]}ngOnInit(){this.initializeNodeData="true"===this.sessionService.getItem("defaultPassword"),this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.appConfig=H,this.logger.info(this.appConfig)}),this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.selNode=H}),this.actions.pipe((0,wn.Q)(this.unSubs[2]),(0,cr.p)(H=>H.type===ot.aU.RESET_PASSWORD_RES)).subscribe(H=>{if(ot.Ah.includes(this.currPassword.toLowerCase()))switch(this.selNode.lnImplementation?.toUpperCase()){case"CLN":this.router.navigate(["/cln/home"]);break;case"ECL":this.router.navigate(["/ecl/home"]);break;default:this.router.navigate(["/lnd/home"])}this.form&&this.form.resetForm()})}onChangePassword(){if(!this.currPassword||!this.newPassword||!this.confirmPassword||this.currPassword===this.newPassword||this.newPassword!==this.confirmPassword||ot.Ah.includes(this.newPassword.toLowerCase()))return!0;this.store.dispatch((0,Nn.xw)({payload:{currPassword:Ar(this.currPassword).toString(),newPassword:Ar(this.newPassword).toString()}}))}matchOldAndNewPasswords(){let H=!1;return this.form&&this.form.controls&&this.form.controls.newpassword&&(this.newPassword?""!==this.currPassword&&""!==this.newPassword&&this.currPassword===this.newPassword?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg="Old and New password cannot be same.",H=!0):ot.Ah.includes(this.newPassword.toLowerCase())?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg=ot.Ah?.reduce((Y,ie,et)=>et{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qi.il),e.rXU(Fo.En),e.rXU(Ja.Ix),e.rXU(Ti.Q))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-auth-settings"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs($i,5),2&Y){let et;e.mGM(et=e.lsd())&&(ie.form=et.first)}},standalone:!1,decls:15,vars:4,consts:[["authForm","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container mt-1",4,"ngIf"],[1,"my-2"],["fxLayout","column","fxLayoutAlign","start stretch"],[1,"mb-1","settings-container","page-sub-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],[1,"mt-1"],["mat-flat-button","","color","primary","tabindex","6",1,"mb-2",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row","fxLayoutAlign","start start",1,"mb-2"],["autoFocus","","matInput","","type","password","id","currpassword","name","currpassword","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["matInput","","type","password","id","newpassword","name","newpassword","tabindex","2","required","",3,"ngModelChange","ngModel"],["matInput","","type","password","id","confirmpassword","name","confirmpassword","tabindex","3","required","",3,"ngModelChange","ngModel"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","5","type","submit",3,"click"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",1),e.DNE(1,va,26,7,"form",2),e.nrm(2,"mat-divider",3),e.j41(3,"div",4)(4,"div",5),e.nrm(5,"fa-icon",6),e.j41(6,"span",7),e.EFF(7,"Two Factor Authentication"),e.k0s()(),e.j41(8,"div",8),e.nrm(9,"fa-icon",9),e.j41(10,"span"),e.EFF(11,"Protect your account from unauthorized access by requiring a second authentication method in addition to your password."),e.k0s()(),e.j41(12,"div",10)(13,"button",11),e.bIt("click",function(){return ie.on2FAuth()}),e.EFF(14),e.k0s()()()()),2&Y&&(e.R7$(),e.Y8G("ngIf",null==ie.appConfig?null:ie.appConfig.allowPasswordUpdate),e.R7$(4),e.Y8G("icon",ie.faUserClock),e.R7$(4),e.Y8G("icon",ie.faInfoCircle),e.R7$(5),e.JRh(ie.appConfig.enable2FA?"Disable 2FA":"Enable 2FA"))},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Tr.aY,Hr.$z,fo.fg,ra.rl,ra.nJ,ra.TL,Ni.q,bn.DJ,bn.sA,bn.UI,Pi.N],encapsulation:2}))}return z(),F})();var _r=l(3902);function br(z,F){1&z&&e.nrm(0,"mat-divider",7)}function Ls(z,F){if(1&z&&(e.j41(0,"div",4)(1,"pre",5),e.EFF(2),e.nI1(3,"json"),e.k0s(),e.DNE(4,br,1,0,"mat-divider",6),e.k0s()),2&z){const L=e.XpG();e.R7$(2),e.JRh(e.bMT(3,2,L.configData)),e.R7$(2),e.Y8G("ngIf",""!==L.configData)}}function ns(z,F){if(1&z&&(e.j41(0,"h2"),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L)}}function Js(z,F){if(1&z&&(e.j41(0,"h4",14),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L)}}function mo(z,F){1&z&&e.nrm(0,"mat-divider",15),2&z&&e.Y8G("inset",!0)}function Ko(z,F){if(1&z&&(e.j41(0,"mat-list-item")(1,"mat-card-subtitle",7),e.DNE(2,ns,2,1,"h2",10),e.k0s(),e.j41(3,"mat-card-subtitle",11),e.DNE(4,Js,2,1,"h4",12),e.k0s(),e.DNE(5,mo,1,1,"mat-divider",13),e.k0s()),2&z){const L=F.$implicit;e.R7$(2),e.Y8G("ngIf",L.indexOf("[")>=0),e.R7$(2),e.Y8G("ngIf",L.indexOf("[")<0),e.R7$(),e.Y8G("ngIf",L.indexOf("[")<0)}}function ps(z,F){if(1&z&&(e.j41(0,"div",8)(1,"mat-list"),e.DNE(2,Ko,6,3,"mat-list-item",9),e.k0s()()),2&z){const L=e.XpG();e.R7$(2),e.Y8G("ngForOf",L.configData)}}let Jl=(()=>{var z;class F{constructor(H,Y,ie){this.store=H,this.rtlEffects=Y,this.router=ie,this.configData="",this.fileFormat="INI",this.faCog=Mn.dB,this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.store.dispatch((0,Nn.Dz)({payload:"bitcoind"})),this.rtlEffects.showLnConfig.pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{const Y=H.data;this.fileFormat=H.format,this.configData=""===Y||!Y||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==Y&&Y&&"JSON"===this.fileFormat?Y:"":Y.split("\n")})}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(ms.H),e.rXU(Ja.Ix))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-bitcoin-config"]],standalone:!1,decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,Ls,5,4,"div",2)(3,ps,3,1,"div",3),e.k0s()()),2&Y&&(e.R7$(2),e.Y8G("ngIf",""!==ie.configData&&"JSON"===ie.fileFormat),e.R7$(),e.Y8G("ngIf",""!==ie.configData&&("INI"===ie.fileFormat||"HOCON"===ie.fileFormat)))},dependencies:[c.Sq,c.bT,Ea.Lc,_r.jt,_r.YE,Ni.q,bn.DJ,bn.sA,bn.UI,c.TG],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}))}return z(),F})();function x2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}let yc=(()=>{var z;class F{constructor(H,Y,ie){this.dialogRef=H,this.store=Y,this.rtlEffects=ie,this.password="",this.isAuthenticated=!1,this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.rtlEffects.isAuthorizedRes.pipe((0,js.s)(1)).subscribe(H=>{"ERROR"!==H?(this.isAuthenticated=!0,this.store.dispatch((0,Nn.R$)({payload:this.isAuthenticated}))):this.isAuthenticated=!1})}onAuthenticate(){if(!this.password)return!0;this.store.dispatch((0,Nn.oz)({payload:Ar(this.password)}))}onClose(){this.store.dispatch((0,Nn.R$)({payload:this.isAuthenticated}))}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU($a.CP),e.rXU(qi.il),e.rXU(ms.H))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-is-authorized"]],standalone:!1,decls:18,vars:2,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["autoFocus","","matInput","","type","password","id","password","name","password","tabindex","1","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","2","type","submit","default","",3,"click"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e.EFF(5,"Authenticate with your RTL Password"),e.k0s()(),e.j41(6,"button",5),e.bIt("click",function(){return ie.onClose()}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",6)(9,"form",7)(10,"mat-form-field")(11,"mat-label"),e.EFF(12,"Password"),e.k0s(),e.j41(13,"input",8),e.mxI("ngModelChange",function(Bt){return e.DH7(ie.password,Bt)||(ie.password=Bt),Bt}),e.k0s(),e.DNE(14,x2,2,0,"mat-error",9),e.k0s(),e.j41(15,"div",10)(16,"button",11),e.bIt("click",function(){return ie.onAuthenticate()}),e.EFF(17,"Confirm"),e.k0s()()()()()()),2&Y&&(e.R7$(13),e.R50("ngModel",ie.password),e.R7$(),e.Y8G("ngIf",!ie.password))},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Hr.$z,Ea.m2,Ea.MM,fo.fg,ra.rl,ra.nJ,ra.TL,bn.DJ,bn.sA,bn.UI,Pi.N],encapsulation:2}))}return z(),F})();const Zu=()=>({initial:!1});function ql(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.activeLink=Y.links[2].link)}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[2].link))("active",L.activeLink===L.links[2].link)("state",e.lJ4(5,Zu)),e.R7$(),e.JRh(L.links[2].name)}}function C2(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",14),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.activeLink=Y.links[3].link)}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[3].link))("active",L.activeLink===L.links[3].link),e.R7$(),e.JRh(L.links[3].name)}}function Bl(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",15),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.showLnConfigClicked())}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("active",L.activeLink===L.links[4].link),e.R7$(),e.JRh(L.links[4].name)}}let m4=(()=>{var z;class F{constructor(H,Y,ie,et){this.store=H,this.router=Y,this.rtlEffects=ie,this.activatedRoute=et,this.faTools=Mn.nsx,this.showLnConfig=!1,this.lnImplementationStr="",this.links=[{link:"nodesettings",name:"Node Settings"},{link:"pglayout",name:"Page Layout"},{link:"services",name:"Services"},{link:"experimental",name:"Experimental"},{link:"lnconfig",name:this.lnImplementationStr}],this.activeLink="",this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){const H=this.links.find(Y=>this.router.url.includes(Y.link));this.activeLink=H?H.link:this.links[0].link,this.router.events.pipe((0,wn.Q)(this.unSubs[0]),(0,cr.p)(Y=>Y instanceof Ja.gx)).subscribe({next:Y=>{const ie=this.links.find(et=>Y.urlAfterRedirects.includes(et.link));this.activeLink=ie?ie.link:this.links[0].link}}),this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[1])).subscribe(Y=>{this.appConfig=Y}),this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[2])).subscribe(Y=>{switch(this.showLnConfig=!1,this.selNode=Y,this.selNode.lnImplementation?.toUpperCase()){case"CLN":this.lnImplementationStr="Core Lightning Config";break;case"ECL":this.lnImplementationStr="Eclair Config";break;default:this.lnImplementationStr="LND Config"}this.selNode.authentication&&this.selNode.authentication.configPath&&""!==this.selNode.authentication.configPath.trim()&&(this.links[4].name=this.lnImplementationStr,this.showLnConfig=!0)})}showLnConfigClicked(){this.appConfig.SSO.rtlSSO?(this.activeLink=this.links[4].link,this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute})):(this.store.dispatch((0,Nn.xO)({payload:{maxWidth:"50rem",data:{component:yc}}})),this.rtlEffects.closeAlert.pipe((0,wn.Q)(this.unSubs[3])).subscribe(H=>{H&&(this.activeLink=this.links[4].link,this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute}))}))}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(Ja.Ix),e.rXU(ms.H),e.rXU(Ja.nX))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-node-config"]],standalone:!1,decls:19,vars:13,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","3","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","state","click",4,"ngIf"],["tabindex","4","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngIf"],["tabindex","5","role","tab","mat-tab-link","","class","mat-tab-label",3,"active","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["tabindex","3","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active","state"],["tabindex","4","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","5","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","active"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3,"Node Config"),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6)(8,"div",7),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.activeLink=ie.links[0].link)}),e.EFF(9),e.k0s(),e.j41(10,"div",8),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.activeLink=ie.links[1].link)}),e.EFF(11),e.k0s(),e.DNE(12,ql,2,6,"div",9)(13,C2,2,4,"div",10)(14,Bl,2,2,"div",11),e.k0s(),e.nrm(15,"mat-tab-nav-panel",null,0),e.j41(17,"div",12),e.nrm(18,"router-outlet"),e.k0s()()()()}if(2&Y){const et=e.sdS(16);e.R7$(),e.Y8G("icon",ie.faTools),e.R7$(6),e.Y8G("tabPanel",et),e.R7$(),e.Y8G("routerLink",e.mNQ(ie.links[0].link))("active",ie.activeLink===ie.links[0].link),e.R7$(),e.JRh(ie.links[0].name),e.R7$(),e.Y8G("routerLink",e.mNQ(ie.links[1].link))("active",ie.activeLink===ie.links[1].link),e.R7$(),e.JRh(ie.links[1].name),e.R7$(),e.Y8G("ngIf","ECL"!==(null==ie.selNode||null==ie.selNode.lnImplementation?null:ie.selNode.lnImplementation.toUpperCase())),e.R7$(),e.Y8G("ngIf","CLN"===(null==ie.selNode||null==ie.selNode.lnImplementation?null:ie.selNode.lnImplementation.toUpperCase())),e.R7$(),e.Y8G("ngIf",ie.showLnConfig)}},dependencies:[c.bT,Tr.aY,Ea.RN,Ea.m2,bn.DJ,bn.sA,bn.UI,Dr.Bu,Dr.hQ,Dr.Ql,Ja.n3,Wo.Wk],encapsulation:2}))}return z(),F})();function M2(z,F){1&z&&e.nrm(0,"mat-divider",7)}function $1(z,F){if(1&z&&(e.j41(0,"div",4)(1,"pre",5),e.EFF(2),e.nI1(3,"json"),e.k0s(),e.DNE(4,M2,1,0,"mat-divider",6),e.k0s()),2&z){const L=e.XpG();e.R7$(2),e.JRh(e.bMT(3,2,L.configData)),e.R7$(2),e.Y8G("ngIf",""!==L.configData)}}function p4(z,F){if(1&z&&(e.j41(0,"h2"),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L)}}function Z1(z,F){if(1&z&&(e.j41(0,"h4",14),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L)}}function Ju(z,F){1&z&&e.nrm(0,"mat-divider",15),2&z&&e.Y8G("inset",!0)}function J1(z,F){if(1&z&&(e.j41(0,"mat-list-item")(1,"mat-card-subtitle",7),e.DNE(2,p4,2,1,"h2",10),e.k0s(),e.j41(3,"mat-card-subtitle",11),e.DNE(4,Z1,2,1,"h4",12),e.k0s(),e.DNE(5,Ju,1,1,"mat-divider",13),e.k0s()),2&z){const L=F.$implicit;e.R7$(2),e.Y8G("ngIf",L.indexOf("[")>=0),e.R7$(2),e.Y8G("ngIf",L.indexOf("[")<0),e.R7$(),e.Y8G("ngIf",L.indexOf("[")<0)}}function Ao(z,F){if(1&z&&(e.j41(0,"div",8)(1,"mat-list"),e.DNE(2,J1,6,3,"mat-list-item",9),e.k0s()()),2&z){const L=e.XpG();e.R7$(2),e.Y8G("ngForOf",L.configData)}}let md=(()=>{var z;class F{constructor(H,Y,ie){this.store=H,this.rtlEffects=Y,this.router=ie,this.configData="",this.fileFormat="INI",this.faCog=Mn.dB,this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.store.dispatch((0,Nn.Dz)({payload:"ln"})),this.rtlEffects.showLnConfig.pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{const Y=H.data;this.fileFormat=H.format,this.configData=""===Y||!Y||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==Y&&Y&&"JSON"===this.fileFormat?Y:"":Y.split("\n")})}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(ms.H),e.rXU(Ja.Ix))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-lnp-config"]],standalone:!1,decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"div",1),e.DNE(2,$1,5,4,"div",2)(3,Ao,3,1,"div",3),e.k0s()()),2&Y&&(e.R7$(2),e.Y8G("ngIf",""!==ie.configData&&"JSON"===ie.fileFormat),e.R7$(),e.Y8G("ngIf",""!==ie.configData&&("INI"===ie.fileFormat||"HOCON"===ie.fileFormat)))},dependencies:[c.Sq,c.bT,Ea.Lc,_r.jt,_r.YE,Ni.q,bn.DJ,bn.sA,bn.UI,c.TG],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}))}return z(),F})();var qs=l(82571),Lr=l(9454),Jr=l(5951),Lo=l(16038),pd=l(30450);const Na=z=>({skin:!0,"selected-color":z});function qu(z,F){if(1&z&&(e.j41(0,"span",41),e.nrm(1,"fa-icon",42),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.Y8G("icon",L.symbol)}}function gd(z,F){if(1&z&&(e.j41(0,"span",41),e.nrm(1,"span",43),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.Y8G("innerHTML",L.symbol,e.npT)}}function ec(z,F){if(1&z&&(e.j41(0,"mat-option",39),e.DNE(1,qu,2,1,"span",40)(2,gd,2,1,"span",40),e.EFF(3),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L.id),e.R7$(),e.Y8G("ngIf",L&&"FA"===L.iconType),e.R7$(),e.Y8G("ngIf",L&&"SVG"===L.iconType),e.R7$(),e.Lme(" ",L.name," (",L.id,") ")}}function qa(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Currency unit is required."),e.k0s())}function q1(z,F){if(1&z&&(e.j41(0,"mat-radio-button",44),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.Y8G("value",L)("checked",H.selNode.settings.userPersona===L),e.R7$(),e.SpI(" ",e.bMT(2,3,L)," ")}}function E2(z,F){if(1&z&&(e.j41(0,"mat-radio-button",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L),e.R7$(),e.SpI("",L.name," ")}}function e0(z,F){if(1&z){const L=e.RV6();e.j41(0,"span",46)(1,"div",47),e.nI1(2,"lowercase"),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG();return p.Njj(ie.changeThemeColor(Y.id))}),e.k0s(),e.EFF(3),e.k0s()}if(2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.HbH(e.bMT(2,4,L.id)),e.Y8G("ngClass",e.eq3(6,Na,H.selectedThemeColor===L.id)),e.R7$(2),e.SpI(" ",L.name," ")}}let e1=(()=>{var z;class F{constructor(H,Y,ie,et){this.logger=H,this.commonService=Y,this.store=ie,this.sanitizer=et,this.faBarsStaggered=Mn.o97,this.faExclamationTriangle=Mn.zpE,this.faMoneyBillAlt=Mn.iy8,this.faPaintBrush=Mn._eQ,this.faInfoCircle=Mn.iW_,this.faEyeSlash=Mn.k6j,this.userPersonas=[ot.HW.OPERATOR,ot.HW.MERCHANT],this.currencyUnits=ot.Zi,this.themeModes=ot.Bv.modes,this.themeColors=ot.Bv.themes,this.selectedThemeMode=ot.Bv.modes[0],this.selectedThemeColor=ot.Bv.themes[0].id,this.currencyUnit="BTC",this.smallerCurrencyUnit="Sats",this.showSettingOption=!0,this.screenSize="",this.screenSizeEnum=ot.f7,this.unSubs=[new hn.B,new hn.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.currencyUnits.map(H=>("SVG"===H.iconType&&"string"==typeof H.symbol&&(H.symbol=H.symbol.replace('{this.selNode=JSON.parse(JSON.stringify(H)),this.selectedThemeMode=this.themeModes.find(Y=>this.selNode.settings.themeMode===Y.id)||this.themeModes[0],this.selectedThemeColor=this.selNode.settings.themeColor,this.selNode.settings.fiatConversion||(this.selNode.settings.currencyUnit=""),this.previousSettings=JSON.parse(JSON.stringify(this.selNode.settings)),this.logger.info(H)})}toggleSettings(H,Y){this.selNode.settings[H]=!this.selNode.settings[H]}changeThemeColor(H){this.selectedThemeColor=H,this.selNode.settings.themeColor=H}chooseThemeMode(){this.selNode.settings.themeMode=this.selectedThemeMode.id}onFiatConversionChange(H){this.selNode.settings.fiatConversion||delete this.selNode.settings.currencyUnit}onUpdateNodeSettings(){if(this.selNode.settings.fiatConversion&&!this.selNode.settings.currencyUnit)return!0;this.selNode.settings.blockExplorerUrl=this.selNode.settings.blockExplorerUrl.replace(/\/$/,""),this.logger.info(this.selNode.settings),this.store.dispatch((0,Nn.T$)({payload:this.selNode}))}onResetSettings(){const H=this.selNode.index||-1;this.selNode.settings=this.previousSettings,this.selectedThemeMode=this.themeModes.find(Y=>Y.id===this.previousSettings.themeMode)||this.themeModes[0],this.selectedThemeColor=this.previousSettings.themeColor,this.store.dispatch((0,Nn.Qi)({payload:{uiMessage:ot.MZ.NO_SPINNER,prevLnNodeIndex:+H,currentLnNode:this.selNode,isInitialSetup:!0}}))}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(qi.il),e.rXU(b.up))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-node-settings"]],standalone:!1,decls:100,vars:21,consts:[["form","ngForm"],["currencyUnit","ngModel"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container"],["displayMode","flat","multi","false"],["fxLayout","column",1,"flat-expansion-panel","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["href","https://mempool.space/","target","blank"],["fxLayout","row wrap","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["matInput","","name","blockExplorerUrl",3,"ngModelChange","ngModel"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-1"],["tabindex","1","color","primary","name","unannouncedChannels",3,"ngModelChange","change","ngModel"],["href","https://www.blockchain.com/api/exchange_rates_api","target","blank"],["tabindex","2","color","primary","name","fiatConversion",1,"mr-2",3,"ngModelChange","change","ngModel"],["fxFlex","25"],["autoFocus","","tabindex","3","name","currencyUnit",3,"ngModelChange","disabled","required","ngModel"],[3,"value",4,"ngFor","ngForOf"],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-0"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100"],["color","primary","tabindex","1","name","userPersona",1,"radio-group",3,"ngModelChange","ngModel"],["class","radio-text mr-4",3,"value","checked",4,"ngFor","ngForOf"],[1,"mt-1"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],["color","primary","name","themeMode",1,"radio-group",3,"ngModelChange","change","ngModel"],["tabindex","5","class","radio-text mr-4",3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-xs","start stretch"],["fxLayout","column","fxFlex.gt-xs","50","fxFlex.gt-md","40","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","row","class","theme-name",4,"ngFor","ngForOf"],["fxLayout","column","fxLayoutAlign","start start",1,"mt-1"],["fxLayout","row"],["mat-stroked-button","","color","primary","tabindex","10",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","11",3,"click"],[3,"value"],["class","mr-1",4,"ngIf"],[1,"mr-1"],[3,"icon"],["fxLayoutAlign","center center",3,"innerHTML"],[1,"radio-text","mr-4",3,"value","checked"],["tabindex","5",1,"radio-text","mr-4",3,"value"],["fxLayout","row",1,"theme-name"],["tabindex","9",3,"click","ngClass"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"mat-accordion",4)(4,"mat-expansion-panel",5)(5,"mat-expansion-panel-header")(6,"mat-panel-title"),e.nrm(7,"fa-icon",6),e.j41(8,"span",7),e.EFF(9,"Block Explorer"),e.k0s()()(),e.j41(10,"div",8)(11,"div",9),e.nrm(12,"fa-icon",10),e.j41(13,"span"),e.EFF(14,"Configure your own blockchain explorer url or "),e.j41(15,"strong")(16,"a",11),e.EFF(17,"mempool.space"),e.k0s()(),e.EFF(18," will be used."),e.k0s()(),e.j41(19,"div",12)(20,"mat-form-field",13)(21,"mat-label"),e.EFF(22,"Block Explorer URL"),e.k0s(),e.j41(23,"input",14),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.blockExplorerUrl,$t)||(ie.selNode.settings.blockExplorerUrl=$t),p.Njj($t)}),e.k0s(),e.j41(24,"mat-hint"),e.EFF(25,"Blockchain explorer URL, eg. https://mempool.space or https://blockstream.info"),e.k0s()()()()(),e.j41(26,"mat-expansion-panel",5)(27,"mat-expansion-panel-header")(28,"mat-panel-title"),e.nrm(29,"fa-icon",6),e.j41(30,"span",7),e.EFF(31,"Open Unannounced Channels"),e.k0s()()(),e.j41(32,"div",8)(33,"div",15),e.nrm(34,"fa-icon",10),e.j41(35,"span"),e.EFF(36,"Use this control to toggle setting which defaults to opening unannounced channels only."),e.k0s()(),e.j41(37,"div",12)(38,"mat-slide-toggle",16),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.unannouncedChannels,$t)||(ie.selNode.settings.unannouncedChannels=$t),p.Njj($t)}),e.bIt("change",function(){return p.eBV(et),p.Njj(!ie.selNode.settings.unannouncedChannels)}),e.EFF(39,"Open Unannounced Channels"),e.k0s()()()(),e.j41(40,"mat-expansion-panel",5)(41,"mat-expansion-panel-header")(42,"mat-panel-title"),e.nrm(43,"fa-icon",6),e.j41(44,"span",7),e.EFF(45,"Balance Display"),e.k0s()()(),e.j41(46,"div",8)(47,"div",9),e.nrm(48,"fa-icon",10),e.j41(49,"span"),e.EFF(50,"Fiat conversion calls "),e.j41(51,"strong")(52,"a",17),e.EFF(53,"Blockchain.com"),e.k0s()(),e.EFF(54," API to get conversion rates."),e.k0s()(),e.j41(55,"div",12)(56,"mat-slide-toggle",18),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.fiatConversion,$t)||(ie.selNode.settings.fiatConversion=$t),p.Njj($t)}),e.bIt("change",function($t){return p.eBV(et),p.Njj(ie.onFiatConversionChange($t))}),e.EFF(57,"Enable Fiat Conversion"),e.k0s(),e.j41(58,"mat-form-field",19)(59,"mat-label"),e.EFF(60,"Fiat Currency"),e.k0s(),e.j41(61,"mat-select",20,1),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.currencyUnit,$t)||(ie.selNode.settings.currencyUnit=$t),p.Njj($t)}),e.DNE(63,ec,4,5,"mat-option",21),e.k0s(),e.DNE(64,qa,2,0,"mat-error",22),e.k0s()()()(),e.j41(65,"mat-expansion-panel",5)(66,"mat-expansion-panel-header")(67,"mat-panel-title"),e.nrm(68,"fa-icon",6),e.j41(69,"span",7),e.EFF(70,"Customization"),e.k0s()()(),e.j41(71,"div",8)(72,"div",23),e.nrm(73,"fa-icon",10),e.j41(74,"span"),e.EFF(75,"Dashboard layout will be tailored based on the role selected to better serve its needs."),e.k0s()(),e.j41(76,"div",24)(77,"h4"),e.EFF(78,"Dashboard Layout"),e.k0s(),e.j41(79,"mat-radio-group",25),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.userPersona,$t)||(ie.selNode.settings.userPersona=$t),p.Njj($t)}),e.DNE(80,q1,3,5,"mat-radio-button",26),e.k0s()(),e.nrm(81,"mat-divider",27),e.j41(82,"div",28)(83,"h4"),e.EFF(84,"Mode"),e.k0s(),e.j41(85,"mat-radio-group",29),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selectedThemeMode,$t)||(ie.selectedThemeMode=$t),p.Njj($t)}),e.bIt("change",function(){return p.eBV(et),p.Njj(ie.chooseThemeMode())}),e.DNE(86,E2,2,2,"mat-radio-button",30),e.k0s()(),e.nrm(87,"mat-divider",27),e.j41(88,"div",31)(89,"div",32)(90,"h4"),e.EFF(91,"Themes"),e.k0s(),e.j41(92,"div",33),e.DNE(93,e0,4,8,"span",34),e.k0s()()()()()()(),e.j41(94,"div",35)(95,"div",36)(96,"button",37),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onResetSettings())}),e.EFF(97,"Reset"),e.k0s(),e.j41(98,"button",38),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onUpdateNodeSettings())}),e.EFF(99,"Update"),e.k0s()()()()}2&Y&&(e.R7$(7),e.Y8G("icon",ie.faBarsStaggered),e.R7$(5),e.Y8G("icon",ie.faExclamationTriangle),e.R7$(11),e.R50("ngModel",ie.selNode.settings.blockExplorerUrl),e.R7$(6),e.Y8G("icon",ie.faEyeSlash),e.R7$(5),e.Y8G("icon",ie.faInfoCircle),e.R7$(4),e.R50("ngModel",ie.selNode.settings.unannouncedChannels),e.R7$(5),e.Y8G("icon",ie.faMoneyBillAlt),e.R7$(5),e.Y8G("icon",ie.faExclamationTriangle),e.R7$(8),e.R50("ngModel",ie.selNode.settings.fiatConversion),e.R7$(5),e.Y8G("disabled",!ie.selNode.settings.fiatConversion)("required",ie.selNode.settings.fiatConversion),e.R50("ngModel",ie.selNode.settings.currencyUnit),e.R7$(2),e.Y8G("ngForOf",ie.currencyUnits),e.R7$(),e.Y8G("ngIf",ie.selNode.settings.fiatConversion&&!ie.selNode.settings.currencyUnit),e.R7$(4),e.Y8G("icon",ie.faPaintBrush),e.R7$(5),e.Y8G("icon",ie.faInfoCircle),e.R7$(6),e.R50("ngModel",ie.selNode.settings.userPersona),e.R7$(),e.Y8G("ngForOf",ie.userPersonas),e.R7$(5),e.R50("ngModel",ie.selectedThemeMode),e.R7$(),e.Y8G("ngForOf",ie.themeModes),e.R7$(7),e.Y8G("ngForOf",ie.themeColors))},dependencies:[c.YU,c.Sq,c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Tr.aY,Hr.$z,Lr.BS,Lr.GK,Lr.Z2,Lr.WN,fo.fg,ra.rl,ra.nJ,ra.MV,ra.TL,Ni.q,Jr.VT,Jr._g,bn.DJ,bn.sA,bn.UI,Lo.PW,De.VO,pt.wT,pd.sG,Yt.Ld,Pi.N,c.GH,c.PV],styles:["h4[_ngcontent-%COMP%]{margin:.75rem 0 .5rem}.theme-name[_ngcontent-%COMP%]{min-width:10rem}@media only screen and (max-width: 37.5em){.theme-name[_ngcontent-%COMP%]{min-width:unset}}.skin[_ngcontent-%COMP%]{width:1.25rem;height:1.25rem;border-radius:50%;cursor:pointer;margin-right:.5rem}.skin.selected-color[_ngcontent-%COMP%]{width:1rem;height:1rem;border:2px solid}.skin.purple[_ngcontent-%COMP%]{background-color:#5e4ea5}.skin.indigo[_ngcontent-%COMP%]{background-color:#3f51b5}.skin.teal[_ngcontent-%COMP%]{background-color:#00695c}.skin.pink[_ngcontent-%COMP%]{background-color:#d81b60}.skin.yellow[_ngcontent-%COMP%]{background-color:#a1842c}"]}))}return z(),F})();var zl=l(59584),_d=l(63536),Ir=l(28430),nr=l(190),w2=l(72730),Or=l(95428),vd=l(22598),tc=l(12629),Xc=l(40455),t1=l(52929);const t0=z=>({error:z}),n1=z=>({"error-border":z}),eh=z=>({"ml-minus-1":z}),n0=z=>({"error-border p-2":z});function Kc(z,F){if(1&z&&e.eu8(0,14),2&z){const L=e.XpG(),H=e.sdS(18);e.Y8G("ngTemplateOutlet",H)("ngTemplateOutletContext",e.eq3(2,t0,L.errorMessage))}}function a1(z,F){if(1&z&&(e.j41(0,"mat-option",31),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L),e.R7$(),e.SpI(" ",L," ")}}function S2(z,F){if(1&z&&(e.j41(0,"mat-option",31),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&z){const L=F.$implicit,H=e.XpG(3);e.Y8G("value",L),e.R7$(),e.SpI(" ","ECL"===H.selNode.lnImplementation?e.bMT(2,2,L):e.i5U(3,4,L,"_")," ")}}function T2(z,F){if(1&z&&(e.j41(0,"mat-option",31),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L),e.R7$(),e.SpI(" ","desc"===L?"Descending":"Ascending"," ")}}function r1(z,F){if(1&z&&(e.j41(0,"mat-option",34),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&z){const L=F.$implicit,H=e.XpG(2).$implicit,Y=e.XpG(2);e.Y8G("value",L.column)("disabled",H.columnSelection.length<=2&&H.columnSelection.includes(L.column)),e.R7$(),e.SpI(" ",L.label?L.label:"ECL"===Y.selNode.lnImplementation?e.bMT(2,3,L.column):e.i5U(3,5,L.column,"_")," ")}}function Yc(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-form-field",32)(1,"mat-label"),e.EFF(2,"Column selection (Desktop Resolution)"),e.k0s(),e.j41(3,"mat-select",33),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG().$implicit;return e.DH7(ie.columnSelection,Y)||(ie.columnSelection=Y),p.Njj(Y)}),e.bIt("selectionChange",function(){p.eBV(L);const Y=e.XpG().$implicit,ie=e.XpG(2);return p.Njj(ie.oncolumnSelectionChange(Y))}),e.DNE(4,r1,4,8,"mat-option",28),e.k0s()()}if(2&z){const L=e.XpG().$implicit,H=e.XpG().$implicit,Y=e.XpG();e.R7$(3),e.Y8G("name",e.ai1("",H.pageId,"",L.tableId,"-columns-selection")),e.R50("ngModel",L.columnSelection),e.R7$(),e.Y8G("ngForOf",Y.nodePageDefs[H.pageId][L.tableId].allowedColumns)}}function s1(z,F){if(1&z&&(e.j41(0,"mat-option",34),e.EFF(1),e.nI1(2,"camelCaseWithSpaces"),e.nI1(3,"camelcaseWithReplace"),e.k0s()),2&z){const L=F.$implicit,H=e.XpG().$implicit,Y=e.XpG(2);e.Y8G("value",L.column)("disabled",H.columnSelectionSM.length<=1&&H.columnSelectionSM.includes(L.column)||H.columnSelectionSM.length>=3&&!H.columnSelectionSM.includes(L.column)),e.R7$(),e.SpI(" ",L.label?L.label:"ECL"===Y.selNode.lnImplementation?e.bMT(2,3,L.column):e.i5U(3,5,L.column,"_")," ")}}function a0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",17)(1,"div",18)(2,"span",19),e.EFF(3),e.nI1(4,"camelcaseWithReplace"),e.k0s(),e.j41(5,"mat-form-field",20)(6,"mat-label"),e.EFF(7,"Records/Page"),e.k0s(),e.j41(8,"mat-select",21),e.mxI("ngModelChange",function(Y){const ie=p.eBV(L).$implicit;return e.DH7(ie.recordsPerPage,Y)||(ie.recordsPerPage=Y),p.Njj(Y)}),e.DNE(9,a1,2,2,"mat-option",22),e.k0s()(),e.j41(10,"mat-form-field",20)(11,"mat-label"),e.EFF(12,"Sort By"),e.k0s(),e.j41(13,"mat-select",23),e.mxI("ngModelChange",function(Y){const ie=p.eBV(L).$implicit;return e.DH7(ie.sortBy,Y)||(ie.sortBy=Y),p.Njj(Y)}),e.DNE(14,S2,4,7,"mat-option",22),e.k0s()(),e.j41(15,"mat-form-field",20)(16,"mat-label"),e.EFF(17,"Sort Order"),e.k0s(),e.j41(18,"mat-select",24),e.mxI("ngModelChange",function(Y){const ie=p.eBV(L).$implicit;return e.DH7(ie.sortOrder,Y)||(ie.sortOrder=Y),p.Njj(Y)}),e.DNE(19,T2,2,2,"mat-option",22),e.k0s()(),e.DNE(20,Yc,5,5,"mat-form-field",25),e.j41(21,"mat-form-field",26)(22,"mat-label"),e.EFF(23,"Column Selection (Mobile Resolution)"),e.k0s(),e.j41(24,"mat-select",27),e.mxI("ngModelChange",function(Y){const ie=p.eBV(L).$implicit;return e.DH7(ie.columnSelectionSM,Y)||(ie.columnSelectionSM=Y),p.Njj(Y)}),e.DNE(25,s1,4,8,"mat-option",28),e.k0s()(),e.j41(26,"button",29),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG().$implicit,et=e.XpG();return p.Njj(et.onTableReset(ie.pageId,Y))}),e.j41(27,"mat-icon",30),e.EFF(28,"restore"),e.k0s()()()()}if(2&z){const L=F.$implicit,H=e.XpG().$implicit,Y=e.XpG();e.R7$(3),e.SpI("",e.i5U(4,24,L.tableId,"_"),":"),e.R7$(5),e.Y8G("name",e.ai1("",H.pageId,"",L.tableId,"-page-size-options"))("disabled",Y.nodePageDefs[H.pageId][L.tableId].disablePageSize),e.R50("ngModel",L.recordsPerPage),e.R7$(),e.Y8G("ngForOf",Y.pageSizeOptions),e.R7$(4),e.Y8G("name",e.ai1("",H.pageId,"",L.tableId,"-sort-by")),e.R50("ngModel",L.sortBy),e.R7$(),e.Y8G("ngForOf",L.columnSelection),e.R7$(4),e.Y8G("name",e.ai1("",H.pageId,"",L.tableId,"-sort-order")),e.R50("ngModel",L.sortOrder),e.R7$(),e.Y8G("ngForOf",Y.sortOrders),e.R7$(),e.Y8G("ngIf",Y.screenSize!==Y.screenSizeEnum.XS),e.R7$(4),e.Y8G("name",e.ai1("",H.pageId,"",L.tableId,"-columns-selection-sm")),e.R50("ngModel",L.columnSelectionSM),e.R7$(),e.Y8G("ngForOf",Y.nodePageDefs[H.pageId][L.tableId].allowedColumns),e.R7$(2),e.Y8G("ngClass",e.eq3(27,eh,Y.screenSize===Y.screenSizeEnum.XS||Y.screenSize===Y.screenSizeEnum.SM))}}function o1(z,F){if(1&z&&e.eu8(0,14),2&z){const L=e.XpG(2),H=e.sdS(18);e.Y8G("ngTemplateOutlet",H)("ngTemplateOutletContext",e.eq3(2,t0,L.errorMessage))}}function th(z,F){if(1&z&&(e.j41(0,"mat-expansion-panel",15)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e.EFF(3),e.nI1(4,"camelcaseWithReplace"),e.k0s()(),e.DNE(5,a0,29,29,"div",16)(6,o1,1,4,"ng-container",7),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.Y8G("ngClass",e.eq3(7,n1,(null==H.errorMessage?null:H.errorMessage.page)===L.pageId)),e.R7$(3),e.JRh(e.i5U(4,4,L.pageId,"_")),e.R7$(2),e.Y8G("ngForOf",L.tables),e.R7$(),e.Y8G("ngIf",H.errorMessage&&(null==H.errorMessage?null:H.errorMessage.page)===L.pageId)}}function yd(z,F){if(1&z&&(e.j41(0,"mat-panel-title"),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&z){const L=e.XpG().error;e.R7$(),e.SpI("Page ",e.bMT(2,1,L.page))}}function Qc(z,F){if(1&z&&(e.j41(0,"mat-list-item")(1,"mat-icon",39),e.EFF(2,"close"),e.k0s(),e.j41(3,"span"),e.EFF(4),e.k0s()()),2&z){const L=e.XpG().error;e.R7$(4),e.JRh(L.message)}}function D2(z,F){if(1&z&&(e.j41(0,"mat-list-item")(1,"mat-icon",39),e.EFF(2,"close"),e.k0s(),e.j41(3,"span"),e.EFF(4),e.nI1(5,"titlecase"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(4),e.Lme("Table ",e.bMT(5,2,L.table)," ",L.message)}}function A2(z,F){if(1&z&&(e.j41(0,"div",35),e.DNE(1,yd,3,3,"mat-panel-title",36),e.j41(2,"mat-list",37),e.DNE(3,Qc,5,1,"mat-list-item",36)(4,D2,6,4,"mat-list-item",38),e.k0s()()),2&z){const L=F.error,H=e.XpG();e.Y8G("ngClass",e.eq3(4,n0,"unknown"===H.errorMessage.page)),e.R7$(),e.Y8G("ngIf","unknown"===H.errorMessage.page),e.R7$(2),e.Y8G("ngIf",L.message),e.R7$(),e.Y8G("ngForOf",L.tables)}}let L2=(()=>{var z;class F{constructor(H,Y,ie,et){this.logger=H,this.commonService=Y,this.store=ie,this.actions=et,this.faPenRuler=Mn.$$g,this.faExclamationTriangle=Mn.zpE,this.screenSize="",this.screenSizeEnum=ot.f7,this.pageSizeOptions=ot.xp,this.pageSettings=[],this.initialPageSettings=[],this.defaultSettings=[],this.nodePageDefs={},this.sortOrders=ot.jG,this.apiCallStatus=null,this.apiCallStatusEnum=ot.wn,this.errorMessage=null,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{switch(this.selNode=H,this.logger.info(this.selNode),this.selNode.lnImplementation){case"CLN":this.initialPageSettings=Object.assign([],ot.mu),this.defaultSettings=Object.assign([],ot.mu),this.nodePageDefs=ot.Jd,this.store.select(zl.av).pipe((0,wn.Q)(this.unSubs[1]),(0,el.E)(this.store.select(Va._c))).subscribe(([Y,ie])=>{const et=JSON.parse(JSON.stringify(Y.pageSettings));if(this.errorMessage=null,this.apiCallStatus=Y.apiCallStatus,this.apiCallStatus.status===ot.wn.ERROR)this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=et,this.initialPageSettings=et;else{if(!ie?.settings.enableOffers){const Bt=et.find(zi=>"transactions"===zi.pageId),$t=Bt?.tables.findIndex(zi=>"offers"===zi.tableId),Ei=Bt?.tables.findIndex(zi=>"offer_bookmarks"===zi.tableId);$t>-1&&Bt?.tables.splice($t,1),Ei>-1&&Bt?.tables.splice(Ei,1)}if(!ie?.settings.enablePeerswap){const Bt=et.findIndex($t=>"peerswap"===$t.pageId);Bt>-1&&et.splice(Bt,1)}this.pageSettings=et,this.initialPageSettings=et}this.logger.info(et)}),this.actions.pipe((0,wn.Q)(this.unSubs[2]),(0,cr.p)(Y=>Y.type===ot.TC.UPDATE_API_CALL_STATUS_CLN||Y.type===ot.TC.SAVE_PAGE_SETTINGS_CLN)).subscribe(Y=>{Y.type===ot.TC.UPDATE_API_CALL_STATUS_CLN&&Y.payload.status===ot.wn.ERROR&&"SavePageSettings"===Y.payload.action&&(this.errorMessage=JSON.parse(Y.payload.message))});break;case"ECL":this.initialPageSettings=Object.assign([],ot.X8),this.defaultSettings=Object.assign([],ot.X8),this.nodePageDefs=ot.WW,this.store.select(w2.jZ).pipe((0,wn.Q)(this.unSubs[1])).subscribe(Y=>{const ie=JSON.parse(JSON.stringify(Y.pageSettings));this.errorMessage=null,this.apiCallStatus=Y.apiCallStatus,this.apiCallStatus.status===ot.wn.ERROR?(this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=ie,this.initialPageSettings=ie):(this.pageSettings=ie,this.initialPageSettings=ie),this.logger.info(ie)}),this.actions.pipe((0,wn.Q)(this.unSubs[2]),(0,cr.p)(Y=>Y.type===ot.Uu.UPDATE_API_CALL_STATUS_ECL||Y.type===ot.Uu.SAVE_PAGE_SETTINGS_ECL)).subscribe(Y=>{Y.type===ot.Uu.UPDATE_API_CALL_STATUS_ECL&&Y.payload.status===ot.wn.ERROR&&"SavePageSettings"===Y.payload.action&&(this.errorMessage=JSON.parse(Y.payload.message))});break;default:this.initialPageSettings=Object.assign([],ot.ZC),this.defaultSettings=Object.assign([],ot.ZC),this.nodePageDefs=ot._1,this.store.select(_d.$G).pipe((0,wn.Q)(this.unSubs[1]),(0,el.E)(this.store.select(Va._c))).subscribe(([Y,ie])=>{const et=JSON.parse(JSON.stringify(Y.pageSettings));if(this.errorMessage=null,this.apiCallStatus=Y.apiCallStatus,this.apiCallStatus.status===ot.wn.ERROR)this.errorMessage=this.apiCallStatus.message||null,this.pageSettings=et,this.initialPageSettings=et;else{if(!ie?.settings.swapServerUrl||""===ie.settings.swapServerUrl.trim()){const Bt=et.findIndex($t=>"loop"===$t.pageId);Bt>-1&&et.splice(Bt,1)}if(!ie?.settings.boltzServerUrl||""===ie.settings.boltzServerUrl.trim()){const Bt=et.findIndex($t=>"boltz"===$t.pageId);Bt>-1&&et.splice(Bt,1)}if(!ie?.settings.enablePeerswap){const Bt=et.findIndex($t=>"peerswap"===$t.pageId);Bt>-1&&et.splice(Bt,1)}this.pageSettings=et,this.initialPageSettings=et}this.logger.info(et)}),this.actions.pipe((0,wn.Q)(this.unSubs[2]),(0,cr.p)(Y=>Y.type===ot.QP.UPDATE_API_CALL_STATUS_LND||Y.type===ot.QP.SAVE_PAGE_SETTINGS_LND)).subscribe(Y=>{Y.type===ot.QP.UPDATE_API_CALL_STATUS_LND&&Y.payload.status===ot.wn.ERROR&&"SavePageSettings"===Y.payload.action&&(this.errorMessage=JSON.parse(Y.payload.message))})}})}oncolumnSelectionChange(H){H.columnSelection&&(!H.sortBy||!H.columnSelection.includes(H.sortBy))&&(H.sortBy=H.columnSelection[0])}onUpdatePageSettings(){if(this.pageSettings.reduce((H,Y)=>H||Y.tables.reduce((ie,et)=>!(et.recordsPerPage&&et.sortBy&&et.sortOrder&&et.columnSelection&&et.columnSelection.length>=2),!1),!1))return!0;switch(this.errorMessage="",this.selNode.lnImplementation){case"CLN":this.store.dispatch((0,Ir.Sn)({payload:this.pageSettings}));break;case"ECL":this.store.dispatch((0,Or.Sn)({payload:this.pageSettings}));break;default:this.store.dispatch((0,nr.Sn)({payload:this.pageSettings}))}}onTableReset(H,Y){const ie=this.pageSettings.findIndex($t=>$t.pageId===H),et=this.pageSettings[ie].tables.findIndex($t=>$t.tableId===Y.tableId),Bt=this.defaultSettings.find($t=>$t.pageId===H)?.tables.find($t=>$t.tableId===Y.tableId)||this.pageSettings.find($t=>$t.pageId===H)?.tables.find($t=>$t.tableId===Y.tableId);this.pageSettings[ie].tables.splice(et,1,Bt)}onResetPageSettings(H){"current"===H?(this.errorMessage=null,this.pageSettings=JSON.parse(JSON.stringify(this.initialPageSettings))):(this.errorMessage=null,this.pageSettings=JSON.parse(JSON.stringify(this.defaultSettings)))}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(qi.il),e.rXU(Fo.En))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-page-settings"]],standalone:!1,decls:19,vars:3,consts:[["form","ngForm"],["errorObjectBlock",""],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngIf"],["displayMode","flat","multi","false"],["fxLayout","column","class","flat-expansion-panel mt-1","expanded","false",3,"ngClass",4,"ngFor","ngForOf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","8",1,"mr-1",3,"click"],["mat-stroked-button","","color","primary","tabindex","9",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","10",3,"click"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["fxLayout","column","expanded","false",1,"flat-expansion-panel","mt-1",3,"ngClass"],["fxLayout","column","fxLayoutAlign","start stretch","class","padding-gap-x-large table-setting-row",4,"ngFor","ngForOf"],["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x-large","table-setting-row"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center"],["fxFlex","10",1,"mb-2"],["fxLayout","column","fxFlex","10"],["tabindex","2","required","",3,"ngModelChange","name","disabled","ngModel"],[3,"value",4,"ngFor","ngForOf"],["tabindex","3","required","",3,"ngModelChange","name","ngModel"],["tabindex","4","required","",3,"ngModelChange","name","ngModel"],["fxFlex","35","matTooltip","Select a minimum of 2 columns",4,"ngIf"],["fxLayout","column","fxFlex","15","matTooltip","Select between 1 and 3 columns"],["tabindex","5","multiple","","required","",3,"ngModelChange","name","ngModel"],[3,"value","disabled",4,"ngFor","ngForOf"],["mat-icon-button","","color","primary","type","button","tabindex","7","matTooltip","Reset to Default",1,"mb-2",3,"click"],["color","primary",3,"ngClass"],[3,"value"],["fxFlex","35","matTooltip","Select a minimum of 2 columns"],["tabindex","6","multiple","","required","",3,"ngModelChange","selectionChange","name","ngModel"],[3,"value","disabled"],[3,"ngClass"],[4,"ngIf"],["role","list"],[4,"ngFor","ngForOf"],[1,"ml-1","icon-small","red"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",2)(1,"form",3,0)(3,"div",4),e.nrm(4,"fa-icon",5),e.j41(5,"span",6),e.EFF(6,"Grid Settings"),e.k0s()(),e.DNE(7,Kc,1,4,"ng-container",7),e.j41(8,"mat-accordion",8),e.DNE(9,th,7,9,"mat-expansion-panel",9),e.k0s()(),e.j41(10,"div",10)(11,"button",11),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onResetPageSettings("current"))}),e.EFF(12,"Reset"),e.k0s(),e.j41(13,"button",12),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onResetPageSettings("default"))}),e.EFF(14,"Reset to Default"),e.k0s(),e.j41(15,"button",13),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onUpdatePageSettings())}),e.EFF(16,"Save"),e.k0s()()(),e.DNE(17,A2,5,6,"ng-template",null,1,e.C5r)}2&Y&&(e.R7$(4),e.Y8G("icon",ie.faPenRuler),e.R7$(3),e.Y8G("ngIf",ie.errorMessage&&"unknown"===ie.errorMessage.page),e.R7$(2),e.Y8G("ngForOf",ie.pageSettings))},dependencies:[c.YU,c.Sq,c.bT,c.T3,cn.qT,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Tr.aY,Hr.$z,vd.iY,Lr.BS,Lr.GK,Lr.Z2,Lr.WN,tc.An,ra.rl,ra.nJ,_r.jt,_r.YE,bn.DJ,bn.sA,bn.UI,Lo.PW,De.VO,pt.wT,Xc.oV,Yt.Ld,c.PV,t1.VD,t1.Qu],styles:[".table-setting-row[_ngcontent-%COMP%]:not(:first-child){margin:.5rem 0}"]}))}return z(),F})();function I2(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.setActiveLink(Y.links[0].link))}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[0].link))("active",L.activeLink===L.links[0].link),e.R7$(),e.JRh(L.links[0].name)}}function ih(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",12),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.setActiveLink(Y.links[1].link))}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[1].link))("active",L.activeLink===L.links[1].link),e.R7$(),e.JRh(L.links[1].name)}}function r0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",13),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.setActiveLink(Y.links[2].link))}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG();e.Y8G("routerLink",e.mNQ(L.links[2].link))("active",L.activeLink===L.links[2].link),e.R7$(),e.JRh(L.links[2].name)}}let nh=(()=>{var z;class F{constructor(H,Y,ie){this.store=H,this.router=Y,this.activatedRoute=ie,this.faLayerGroup=Mn.qIE,this.links=[{link:"loop",name:"Loop"},{link:"boltz",name:"Boltz"},{link:"noservice",name:"No Service"}],this.activeLink="",this.unSubs=[new hn.B,new hn.B,new hn.B]}ngOnInit(){this.setActiveLink(),this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.selNode=H,this.setActiveLink(),this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute})})}setActiveLink(H){if(H&&""!==H)this.activeLink=H;else{const Y=this.links.find(ie=>this.router.url.includes(ie.link));this.activeLink=Y?this.selNode&&"CLN"===this.selNode.lnImplementation?this.links[1].link:Y.link:this.links[this.links.length-1].link}}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(Ja.Ix),e.rXU(Ja.nX))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-services-settings"]],standalone:!1,decls:16,vars:5,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-sub-title-container","my-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngIf"],["tabindex","2","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngIf"],["tabindex","3","role","tab","mat-tab-link","","class","mat-tab-label",3,"routerLink","active","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["tabindex","1","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","2","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"],["tabindex","3","role","tab","mat-tab-link","",1,"mat-tab-label",3,"click","routerLink","active"]],template:function(Y,ie){if(1&Y&&(e.j41(0,"div",1)(1,"div",2),e.nrm(2,"fa-icon",3),e.j41(3,"span",4),e.EFF(4,"Services"),e.k0s()()(),e.j41(5,"div",5)(6,"mat-card")(7,"mat-card-content",5)(8,"nav",6),e.DNE(9,I2,2,4,"div",7)(10,ih,2,4,"div",8)(11,r0,2,4,"div",9),e.k0s(),e.nrm(12,"mat-tab-nav-panel",null,0),e.j41(14,"div",10),e.nrm(15,"router-outlet"),e.k0s()()()()),2&Y){const et=e.sdS(13);e.R7$(2),e.Y8G("icon",ie.faLayerGroup),e.R7$(6),e.Y8G("tabPanel",et),e.R7$(),e.Y8G("ngIf","LND"===ie.selNode.lnImplementation),e.R7$(),e.Y8G("ngIf","ECL"!==ie.selNode.lnImplementation),e.R7$(),e.Y8G("ngIf","ECL"===ie.selNode.lnImplementation)}},dependencies:[c.bT,Tr.aY,Ea.RN,Ea.m2,bn.DJ,bn.sA,bn.UI,Dr.Bu,Dr.hQ,Dr.Ql,Ja.n3,Wo.Wk],encapsulation:2}))}return z(),F})();const bc=["form"];function s0(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Loop server URL is required."),e.k0s())}function xc(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Specify the loop server url with 'https://'."),e.k0s())}function k2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Loop macaroon path is required."),e.k0s())}let Cs=(()=>{var z;class F{constructor(H,Y){this.logger=H,this.store=Y,this.faInfoCircle=Mn.iW_,this.enableLoop=!1,this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.selNode=H,this.enableLoop=!(!H.settings.swapServerUrl||""===H.settings.swapServerUrl.trim()),this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(H)})}onEnableServiceChanged(H){this.enableLoop=H.checked,this.enableLoop||(this.selNode.authentication.swapMacaroonPath="",this.selNode.settings.swapServerUrl="")}onUpdateService(){if(this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableLoop&&(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim()||!this.selNode.authentication.swapMacaroonPath||""===this.selNode.authentication.swapMacaroonPath.trim()))return!0;this.enableLoop||(delete this.selNode.settings.swapServerUrl,delete this.selNode.authentication.swapMacaroonPath),this.logger.info(this.selNode),this.store.dispatch((0,Nn.T$)({payload:this.selNode}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.enableLoop=!(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim())}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qi.il))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-loop-service-settings"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs(bc,7),2&Y){let et;e.mGM(et=e.lsd())&&(ie.form=et.first)}},standalone:!1,decls:38,vars:11,consts:[["form","ngForm"],["srvrUrl","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://github.com/lightninglabs/loop","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","loop",1,"ml-2",3,"ngModelChange","change","ngModel"],[1,"mb-2"],["matInput","","type","text","id","swapServerUrl","name","srvrUrl","tabindex","2",3,"ngModelChange","required","disabled","ngModel"],[4,"ngIf"],["matInput","","type","text","id","swapMacaroonPath","name","swapMacaroonPath","tabindex","3",3,"ngModelChange","required","disabled","ngModel"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"loopd"),e.k0s(),e.EFF(7," is running and accessible to RTL before enabling this service. Click "),e.j41(8,"strong")(9,"a",5),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about the installation."),e.k0s()(),e.j41(12,"form",6,0)(14,"div",7)(15,"mat-slide-toggle",8),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.enableLoop,$t)||(ie.enableLoop=$t),p.Njj($t)}),e.bIt("change",function($t){return p.eBV(et),p.Njj(ie.onEnableServiceChanged($t))}),e.EFF(16,"Enable Loop Service"),e.k0s(),e.j41(17,"mat-form-field",9)(18,"mat-label"),e.EFF(19,"Loop Server URL"),e.k0s(),e.j41(20,"input",10,1),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.settings.swapServerUrl,$t)||(ie.selNode.settings.swapServerUrl=$t),p.Njj($t)}),e.k0s(),e.j41(22,"mat-hint"),e.EFF(23,"Service url for loop server REST APIs, eg. https://127.0.0.1:8081"),e.k0s(),e.DNE(24,s0,2,0,"mat-error",11)(25,xc,2,0,"mat-error",11),e.k0s(),e.j41(26,"mat-form-field")(27,"mat-label"),e.EFF(28,"Loop Macaroon Path"),e.k0s(),e.j41(29,"input",12),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selNode.authentication.swapMacaroonPath,$t)||(ie.selNode.authentication.swapMacaroonPath=$t),p.Njj($t)}),e.k0s(),e.j41(30,"mat-hint"),e.EFF(31,"Path for the folder containing service 'loop.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Local\\\\Loop\\\\testnet"),e.k0s(),e.DNE(32,k2,2,0,"mat-error",11),e.k0s()()(),e.j41(33,"div",13)(34,"button",14),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onReset())}),e.EFF(35,"Reset"),e.k0s(),e.j41(36,"button",15),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onUpdateService())}),e.EFF(37,"Update"),e.k0s()()()}if(2&Y){const et=e.sdS(21);e.R7$(2),e.Y8G("icon",ie.faInfoCircle),e.R7$(13),e.R50("ngModel",ie.enableLoop),e.R7$(5),e.Y8G("required",ie.enableLoop)("disabled",!ie.enableLoop),e.R50("ngModel",ie.selNode.settings.swapServerUrl),e.R7$(4),e.Y8G("ngIf",!ie.selNode.settings.swapServerUrl&&ie.enableLoop),e.R7$(),e.Y8G("ngIf",(null==et||null==et.errors?null:et.errors.invalid)&&ie.enableLoop),e.R7$(4),e.Y8G("required",ie.enableLoop)("disabled",!ie.enableLoop),e.R50("ngModel",ie.selNode.authentication.swapMacaroonPath),e.R7$(3),e.Y8G("ngIf",!ie.selNode.authentication.swapMacaroonPath&&ie.enableLoop)}},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Tr.aY,Hr.$z,fo.fg,ra.rl,ra.nJ,ra.MV,ra.TL,bn.DJ,bn.sA,bn.UI,pd.sG,Yt.Ld,Pi.N],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}))}return z(),F})();const R2=["form"];function O2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Boltz server URL is required."),e.k0s())}function Sl(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Specify the boltz server url with 'https://'."),e.k0s())}function P2(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Boltz macaroon path is required."),e.k0s())}let F2=(()=>{var z;class F{constructor(H,Y){this.logger=H,this.store=Y,this.faInfoCircle=Mn.iW_,this.enableBoltz=!1,this.serverUrl="",this.macaroonPath="",this.unSubs=[new hn.B,new hn.B]}ngOnInit(){this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.selNode=H,this.enableBoltz=!(!H.settings.boltzServerUrl||""===H.settings.boltzServerUrl.trim()),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(H)})}onEnableServiceChanged(H){this.enableBoltz=H.checked,this.enableBoltz||(this.macaroonPath="",this.serverUrl="")}onUpdateService(){if(this.serverUrl&&""!==this.serverUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableBoltz&&(!this.serverUrl||""===this.serverUrl.trim()||!this.serverUrl.includes("https://")||!this.macaroonPath||""===this.macaroonPath.trim()))return!0;this.logger.info(this.selNode),this.enableBoltz?(this.selNode.settings.boltzServerUrl=this.serverUrl,this.selNode.authentication.boltzMacaroonPath=this.macaroonPath):(delete this.selNode.settings.boltzServerUrl,delete this.selNode.authentication.boltzMacaroonPath),this.store.dispatch((0,Nn.T$)({payload:this.selNode}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.enableBoltz=!(!this.serverUrl||""===this.serverUrl.trim())}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qi.il))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-service-settings"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs(R2,7),2&Y){let et;e.mGM(et=e.lsd())&&(ie.form=et.first)}},standalone:!1,decls:38,vars:11,consts:[["form","ngForm"],["srvrUrl","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://docs.boltz.exchange/v/boltz-client/","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","boltz",1,"ml-2",3,"ngModelChange","change","ngModel"],[1,"mb-2"],["matInput","","type","text","id","boltzServerUrl","name","srvrUrl","tabindex","2",3,"ngModelChange","required","disabled","ngModel"],[4,"ngIf"],["matInput","","type","text","id","boltzMacaroonPath","name","boltzMacaroonPath","tabindex","3",3,"ngModelChange","required","disabled","ngModel"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"boltzd"),e.k0s(),e.EFF(7," is running and accessible to RTL before enabling this service. Click "),e.j41(8,"strong")(9,"a",5),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about the installation."),e.k0s()(),e.j41(12,"form",6,0)(14,"div",7)(15,"mat-slide-toggle",8),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.enableBoltz,$t)||(ie.enableBoltz=$t),p.Njj($t)}),e.bIt("change",function($t){return p.eBV(et),p.Njj(ie.onEnableServiceChanged($t))}),e.EFF(16,"Enable Boltz Service"),e.k0s(),e.j41(17,"mat-form-field",9)(18,"mat-label"),e.EFF(19,"Boltz Server URL"),e.k0s(),e.j41(20,"input",10,1),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.serverUrl,$t)||(ie.serverUrl=$t),p.Njj($t)}),e.k0s(),e.j41(22,"mat-hint"),e.EFF(23,"Service url for boltz server REST APIs, eg. https://127.0.0.1:9003"),e.k0s(),e.DNE(24,O2,2,0,"mat-error",11)(25,Sl,2,0,"mat-error",11),e.k0s(),e.j41(26,"mat-form-field")(27,"mat-label"),e.EFF(28,"Boltz Macaroon Path"),e.k0s(),e.j41(29,"input",12),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.macaroonPath,$t)||(ie.macaroonPath=$t),p.Njj($t)}),e.k0s(),e.j41(30,"mat-hint"),e.EFF(31,"Path for the folder containing boltz 'admin.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Boltz\\\\testnet"),e.k0s(),e.DNE(32,P2,2,0,"mat-error",11),e.k0s()()(),e.j41(33,"div",13)(34,"button",14),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onReset())}),e.EFF(35,"Reset"),e.k0s(),e.j41(36,"button",15),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onUpdateService())}),e.EFF(37,"Update"),e.k0s()()()}if(2&Y){const et=e.sdS(21);e.R7$(2),e.Y8G("icon",ie.faInfoCircle),e.R7$(13),e.R50("ngModel",ie.enableBoltz),e.R7$(5),e.Y8G("required",ie.enableBoltz)("disabled",!ie.enableBoltz),e.R50("ngModel",ie.serverUrl),e.R7$(4),e.Y8G("ngIf",(!ie.serverUrl||""===ie.serverUrl.trim())&&ie.enableBoltz),e.R7$(),e.Y8G("ngIf",(null==et||null==et.errors?null:et.errors.invalid)&&ie.enableBoltz),e.R7$(4),e.Y8G("required",ie.enableBoltz)("disabled",!ie.enableBoltz),e.R50("ngModel",ie.macaroonPath),e.R7$(3),e.Y8G("ngIf",!ie.macaroonPath&&ie.enableBoltz)}},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Tr.aY,Hr.$z,fo.fg,ra.rl,ra.nJ,ra.MV,ra.TL,bn.DJ,bn.sA,bn.UI,pd.sG,Yt.Ld,Pi.N],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}))}return z(),F})(),g4=(()=>{var z;class F{constructor(){}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-ln-services"]],standalone:!1,decls:1,vars:0,template:function(Y,ie){1&Y&&e.nrm(0,"router-outlet")},dependencies:[Ja.n3],encapsulation:2}))}return z(),F})();var l1=l(1092),Cc=l(4104),Mc=l(96695),Ha=l(2042),Ba=l(19295),$c=l(67575);const ah=()=>["all"],rh=z=>({"overflow-auto error-border":z,"overflow-auto":!0}),o0=()=>["no_swap"],bd=z=>({width:z}),N2=z=>({"display-none":z});function c1(z,F){if(1&z&&(e.j41(0,"mat-option",37),e.EFF(1),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.Y8G("value",L),e.R7$(),e.JRh(H.getLabel(L))}}function B2(z,F){1&z&&e.nrm(0,"mat-progress-bar",38)}function z2(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"State"),e.k0s())}function Ec(z,F){if(1&z&&(e.j41(0,"td",40),e.EFF(1),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.JRh(H.LoopStateEnum[null==L?null:L.state])}}function l0(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"Initiation Time"),e.k0s())}function c0(z,F){if(1&z&&(e.j41(0,"td",40),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(e.i5U(2,1,(null==L?null:L.initiation_time)/1e6,"dd/MMM/y HH:mm"))}}function U2(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"Last Update Time"),e.k0s())}function V2(z,F){if(1&z&&(e.j41(0,"td",40),e.EFF(1),e.nI1(2,"date"),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(e.i5U(2,1,(null==L?null:L.last_update_time)/1e6,"dd/MMM/y HH:mm"))}}function H2(z,F){1&z&&(e.j41(0,"th",41),e.EFF(1,"Amount (Sats)"),e.k0s())}function G2(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.amt))}}function d0(z,F){1&z&&(e.j41(0,"th",41),e.EFF(1,"Cost Server (Sats)"),e.k0s())}function j2(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.cost_server))}}function W2(z,F){1&z&&(e.j41(0,"th",41),e.EFF(1,"Cost Offchain (Sats)"),e.k0s())}function _4(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.cost_offchain))}}function d1(z,F){1&z&&(e.j41(0,"th",41),e.EFF(1,"Cost Onchain (Sats)"),e.k0s())}function u0(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",42),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.SpI(" ",e.bMT(3,1,null==L?null:L.cost_onchain)," ")}}function sh(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"HTLC Address"),e.k0s())}function h0(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,bd,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.htlc_address)}}function u1(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"ID"),e.k0s())}function h1(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,bd,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.id)}}function wc(z,F){1&z&&(e.j41(0,"th",39),e.EFF(1,"ID (Bytes)"),e.k0s())}function ic(z,F){if(1&z&&(e.j41(0,"td",40)(1,"span",43)(2,"span",44),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,bd,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.id_bytes)}}function f1(z,F){if(1&z){const L=e.RV6();e.j41(0,"th",45)(1,"div",46)(2,"mat-select",47),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",48),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function oh(z,F){if(1&z){const L=e.RV6();e.j41(0,"td",49)(1,"button",50),e.bIt("click",function(Y){const ie=p.eBV(L).$implicit,et=e.XpG();return p.Njj(et.onSwapClick(ie,Y))}),e.EFF(2,"View Info"),e.k0s()()}}function X2(z,F){if(1&z&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.emptyTableMessage)}}function K2(z,F){if(1&z&&(e.j41(0,"td",51),e.DNE(1,X2,2,1,"p",52),e.k0s()),2&z){const L=e.XpG();e.R7$(),e.Y8G("ngIf",!(null!=L.listSwaps&&L.listSwaps.data)||(null==L.listSwaps||null==L.listSwaps.data?null:L.listSwaps.data.length)<1)}}function m1(z,F){if(1&z&&e.nrm(0,"tr",53),2&z){const L=e.XpG();e.Y8G("ngClass",e.eq3(1,N2,(null==L.listSwaps?null:L.listSwaps.data)&&(null==L.listSwaps||null==L.listSwaps.data?null:L.listSwaps.data.length)>0))}}function Zc(z,F){1&z&&e.nrm(0,"tr",54)}function nc(z,F){1&z&&e.nrm(0,"tr",55)}let lh=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t){this.logger=H,this.commonService=Y,this.store=ie,this.loopService=et,this.datePipe=Bt,this.camelCaseWithReplace=$t,this.selectedSwapType=ot.C7.LOOP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.nodePageDefs=ot._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="loop",this.tableSetting={tableId:"loop",recordsPerPage:ot.md,sortBy:"initiation_time",sortOrder:ot.oi.DESCENDING},this.LoopStateEnum=ot.Hx,this.faHistory=Mn.Int,this.swapCaption="Loop Out",this.displayedColumns=[],this.listSwaps=new Ba.I6([]),this.selFilter="",this.pageSize=ot.md,this.pageSizeOptions=ot.xp,this.screenSize="",this.screenSizeEnum=ot.f7,this.unSubs=[new hn.B,new hn.B,new hn.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(H){this.swapCaption=this.selectedSwapType===ot.C7.LOOP_IN?"Loop In":"Loop Out",this.loadSwapsTable(this.swapsData)}ngOnInit(){this.store.select(_d.$G).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.tableSetting=H.pageSettings.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSetting.tableId)||ot.ZC.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSetting.tableId),this.displayedColumns=this.screenSize===ot.f7.XS||this.screenSize===ot.f7.SM?JSON.parse(JSON.stringify(this.tableSetting.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSetting.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSetting.recordsPerPage?+this.tableSetting.recordsPerPage:ot.md,this.swapsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadSwapsTable(this.swapsData),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)})}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}applyFilter(){this.listSwaps.filter=this.selFilter.trim().toLowerCase()}getLabel(H){const Y=this.nodePageDefs[this.PAGE_ID][this.tableSetting.tableId].allowedColumns.find(ie=>ie.column===H);return Y?Y.label?Y.label:this.camelCaseWithReplace.transform(Y.column,"_"):this.commonService.titleCase(H)}setFilterPredicate(){this.listSwaps.filterPredicate=(H,Y)=>{let ie="";switch(this.selFilterBy){case"all":ie=JSON.stringify(H).toLowerCase();break;case"state":ie=H?.state?this.LoopStateEnum[H?.state]:"";break;case"initiation_time":case"last_update_time":ie=this.datePipe.transform(new Date((H[this.selFilterBy]||0)/1e6),"dd/MMM/y HH:mm")?.toLowerCase()||"";break;default:ie=typeof H[this.selFilterBy]>"u"?"":"string"==typeof H[this.selFilterBy]?H[this.selFilterBy].toLowerCase():"boolean"==typeof H[this.selFilterBy]?H[this.selFilterBy]?"yes":"no":H[this.selFilterBy].toString()}return"state"===this.selFilterBy?0===ie.indexOf(Y):ie.includes(Y)}}onSwapClick(H,Y){this.loopService.getSwap(H.id_bytes?.replace(/\//g,"_")?.replace(/\+/g,"-")||"").pipe((0,wn.Q)(this.unSubs[1])).subscribe(ie=>{this.store.dispatch((0,Nn.xO)({payload:{data:{type:ot.A$.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"state",value:ot.Hx[ie.state||""],title:"Status",width:50,type:ot.UN.STRING},{key:"amt",value:ie.amt,title:"Amount (Sats)",width:50,type:ot.UN.NUMBER}],[{key:"initiation_time",value:(ie.initiation_time||0)/1e9,title:"Initiation Time",width:50,type:ot.UN.DATE_TIME},{key:"last_update_time",value:(ie.last_update_time||0)/1e9,title:"Last Update Time",width:50,type:ot.UN.DATE_TIME}],[{key:"cost_server",value:ie.cost_server,title:"Server Cost (Sats)",width:33,type:ot.UN.NUMBER},{key:"cost_offchain",value:ie.cost_offchain,title:"Offchain Cost (Sats)",width:33,type:ot.UN.NUMBER},{key:"cost_onchain",value:ie.cost_onchain,title:"Onchain Cost (Sats)",width:34,type:ot.UN.NUMBER}],[{key:"id_bytes",value:ie.id_bytes,title:"ID",width:100,type:ot.UN.STRING}],[{key:"htlc_address",value:ie.htlc_address,title:"HTLC Address",width:100,type:ot.UN.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(H){this.listSwaps=new Ba.I6([...H]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(Y,ie)=>Y[ie]&&isNaN(Y[ie])?Y[ie].toLocaleLowerCase():Y[ie]?+Y[ie]:null,this.listSwaps.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===ot.C7.LOOP_IN?"Loop in":"Loop out")}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(qi.il),e.rXU(Cc.Q),e.rXU(c.vh),e.rXU(t1.VD))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-swaps"]],viewQuery:function(Y,ie){if(1&Y&&(e.GBs(Ha.B4,5),e.GBs(Mc.iy,5)),2&Y){let et;e.mGM(et=e.lsd())&&(ie.sort=et.first),e.mGM(et=e.lsd())&&(ie.paginator=et.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},standalone:!1,features:[e.Jv_([{provide:De.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:Mc.xX,useValue:(0,ot.on)("Swaps")}]),e.OA$],decls:61,vars:20,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","state"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","initiation_time"],["matColumnDef","last_update_time"],["matColumnDef","amt"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cost_server"],["matColumnDef","cost_offchain"],["matColumnDef","cost_onchain"],["matColumnDef","htlc_address"],["matColumnDef","id"],["matColumnDef","id_bytes"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",8),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selFilterBy,$t)||(ie.selFilterBy=$t),p.Njj($t)}),e.bIt("selectionChange",function(){return p.eBV(et),ie.selFilter="",p.Njj(ie.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,c1,2,2,"mat-option",9),e.k0s()()(),e.j41(13,"mat-form-field",7)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",10),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selFilter,$t)||(ie.selFilter=$t),p.Njj($t)}),e.bIt("input",function(){return p.eBV(et),p.Njj(ie.applyFilter())})("keyup",function(){return p.eBV(et),p.Njj(ie.applyFilter())}),e.k0s()()()(),e.j41(17,"div",11)(18,"div",12),e.DNE(19,B2,1,0,"mat-progress-bar",13),e.j41(20,"table",14,0),e.qex(22,15),e.DNE(23,z2,2,0,"th",16)(24,Ec,2,1,"td",17),e.bVm(),e.qex(25,18),e.DNE(26,l0,2,0,"th",16)(27,c0,3,4,"td",17),e.bVm(),e.qex(28,19),e.DNE(29,U2,2,0,"th",16)(30,V2,3,4,"td",17),e.bVm(),e.qex(31,20),e.DNE(32,H2,2,0,"th",21)(33,G2,4,3,"td",17),e.bVm(),e.qex(34,22),e.DNE(35,d0,2,0,"th",21)(36,j2,4,3,"td",17),e.bVm(),e.qex(37,23),e.DNE(38,W2,2,0,"th",21)(39,_4,4,3,"td",17),e.bVm(),e.qex(40,24),e.DNE(41,d1,2,0,"th",21)(42,u0,4,3,"td",17),e.bVm(),e.qex(43,25),e.DNE(44,sh,2,0,"th",16)(45,h0,4,4,"td",17),e.bVm(),e.qex(46,26),e.DNE(47,u1,2,0,"th",16)(48,h1,4,4,"td",17),e.bVm(),e.qex(49,27),e.DNE(50,wc,2,0,"th",16)(51,ic,4,4,"td",17),e.bVm(),e.qex(52,28),e.DNE(53,f1,6,0,"th",29)(54,oh,3,0,"td",30),e.bVm(),e.qex(55,31),e.DNE(56,K2,2,1,"td",32),e.bVm(),e.DNE(57,m1,1,3,"tr",33)(58,Zc,1,0,"tr",34)(59,nc,1,0,"tr",35),e.k0s(),e.nrm(60,"mat-paginator",36),e.k0s()()()}2&Y&&(e.R7$(3),e.Y8G("icon",ie.faHistory),e.R7$(2),e.SpI("",ie.swapCaption," History"),e.R7$(5),e.R50("ngModel",ie.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,ah).concat(ie.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",ie.selFilter),e.R7$(3),e.Y8G("ngIf",!0===ie.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",ie.tableSetting.sortBy)("matSortDirection",ie.tableSetting.sortOrder)("dataSource",ie.listSwaps)("ngClass",e.eq3(17,rh,"error"===ie.flgLoading[0])),e.R7$(37),e.Y8G("matFooterRowDef",e.lJ4(19,o0)),e.R7$(),e.Y8G("matHeaderRowDef",ie.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",ie.displayedColumns),e.R7$(),e.Y8G("pageSize",ie.pageSize)("pageSizeOptions",ie.pageSizeOptions)("hidePageSize",ie.screenSize!==ie.screenSizeEnum.XS))},dependencies:[c.YU,c.Sq,c.bT,c.B3,cn.me,cn.BC,cn.vS,Tr.aY,Hr.$z,fo.fg,ra.rl,ra.nJ,$c.HM,bn.DJ,bn.sA,bn.UI,Lo.PW,Lo.eI,De.VO,De.$2,pt.wT,Ha.B4,Ha.aE,Ba.Zl,Ba.tL,Ba.ji,Ba.cC,Ba.YV,Ba.iL,Ba.Zq,Ba.xW,Ba.KS,Ba.$R,Ba.Qo,Ba.YZ,Ba.NB,Ba.iF,Mc.iy,Yt.ZF,Yt.Ld,c.QX,c.vh],encapsulation:2}))}return z(),F})();const ch=z=>["../",z];function dh(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",11),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG();return p.Njj(ie.onSelectedIndexChange(Y))}),e.EFF(1),e.k0s()}if(2&z){const L=F.$implicit,H=e.XpG();e.Y8G("active",H.activeTab.link===L.link)("routerLink",e.eq3(3,ch,L.link)),e.R7$(),e.JRh(L.name)}}let uh=(()=>{var z;class F{constructor(H,Y,ie){this.router=H,this.loopService=Y,this.store=ie,this.faInfinity=Mn.C8j,this.loopInfo=null,this.targetConf=2,this.inAmount=25e4,this.quotes=[],this.LoopTypeEnum=ot.C7,this.selectedSwapType=ot.C7.LOOP_OUT,this.storedSwaps=[],this.filteredSwaps=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"loopout",name:"Loop Out"},{link:"loopin",name:"Loop In"}],this.activeTab=this.links[0],this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.store.dispatch((0,Nn.mt)({payload:ot.MZ.GET_LOOP_INFO})),this.loopService.getLoopInfo().pipe((0,wn.Q)(this.unSubs[4])).subscribe({next:Y=>{this.store.dispatch((0,Nn.y0)({payload:ot.MZ.GET_LOOP_INFO})),this.loopInfo=Y,this.loopInfo&&this.loopInfo.version&&(this.loopInfo.version=this.loopInfo.version.split(" ")[0])},error:Y=>{this.store.dispatch((0,Nn.y0)({payload:ot.MZ.GET_LOOP_INFO})),this.loopInfo.version=" Unknown"}}),this.loopService.listSwaps();const H=this.links.find(Y=>this.router.url.includes(Y.link));this.activeTab=H||this.links[0],this.selectedSwapType=H&&"loopin"===H.link?ot.C7.LOOP_IN:ot.C7.LOOP_OUT,this.router.events.pipe((0,wn.Q)(this.unSubs[0]),(0,cr.p)(Y=>Y instanceof Ja.gx)).subscribe({next:Y=>{const ie=this.links.find(et=>Y.urlAfterRedirects.includes(et.link));this.activeTab=ie||this.links[0],this.selectedSwapType=ie&&"loopin"===ie.link?ot.C7.LOOP_IN:ot.C7.LOOP_OUT}}),this.loopService.swapsChanged.pipe((0,wn.Q)(this.unSubs[1])).subscribe({next:Y=>{this.flgLoading[0]=!1,this.storedSwaps=Y,this.filteredSwaps=this.storedSwaps?.filter(ie=>ie.type===this.selectedSwapType)},error:Y=>{this.flgLoading[0]="error",this.emptyTableMessage=Y.message?Y.message:"No loop "+(this.selectedSwapType===ot.C7.LOOP_IN?"in":"out")+" available."}})}onSelectedIndexChange(H){this.selectedSwapType="loopin"===H.link?ot.C7.LOOP_IN:ot.C7.LOOP_OUT,this.filteredSwaps=this.storedSwaps?.filter(Y=>Y.type===this.selectedSwapType)}onLoop(H){H===ot.C7.LOOP_IN?this.loopService.getLoopInTermsAndQuotes(this.targetConf).pipe((0,wn.Q)(this.unSubs[2])).subscribe({next:Y=>{this.store.dispatch((0,Nn.xO)({payload:{data:{minQuote:Y[0],maxQuote:Y[1],direction:H,component:l1.D}}}))}}):this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,wn.Q)(this.unSubs[3])).subscribe({next:Y=>{this.store.dispatch((0,Nn.xO)({payload:{data:{minQuote:Y[0],maxQuote:Y[1],direction:H,component:l1.D}}}))}})}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(Ja.Ix),e.rXU(Cc.Q),e.rXU(qi.il))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-loop"]],standalone:!1,decls:15,vars:9,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","2",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1),e.nrm(1,"fa-icon",2),e.j41(2,"span",3),e.EFF(3),e.k0s()(),e.j41(4,"div",4)(5,"mat-card")(6,"mat-card-content",5)(7,"nav",6),e.DNE(8,dh,2,5,"div",7),e.k0s(),e.nrm(9,"mat-tab-nav-panel",null,0),e.j41(11,"div",8)(12,"button",9),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onLoop(ie.selectedSwapType))}),e.EFF(13),e.k0s()(),e.nrm(14,"rtl-swaps",10),e.k0s()()()}if(2&Y){const et=e.sdS(10);e.R7$(),e.Y8G("icon",ie.faInfinity),e.R7$(2),e.SpI("Loop (v",(null==ie.loopInfo?null:ie.loopInfo.version)||" Unknown",")"),e.R7$(4),e.Y8G("tabPanel",et),e.R7$(),e.Y8G("ngForOf",ie.links),e.R7$(5),e.SpI("Start ",ie.activeTab.name),e.R7$(),e.Y8G("selectedSwapType",ie.selectedSwapType)("swapsData",ie.filteredSwaps)("flgLoading",ie.flgLoading)("emptyTableMessage",ie.emptyTableMessage)}},dependencies:[c.Sq,Tr.aY,Hr.$z,Ea.RN,Ea.m2,bn.DJ,bn.sA,bn.UI,Dr.Bu,Dr.hQ,Dr.Ql,Wo.Wk,lh],encapsulation:2}))}return z(),F})();var xd=l(1001),f0=l(84412),m0=l(18810),Sc=l(12462);let Tc=(()=>{var z;class F{constructor(H,Y,ie,et){this.httpClient=H,this.logger=Y,this.store=ie,this.commonService=et,this.swapUrl="",this.swaps={},this.boltzInfo=null,this.boltzInfoChanged=new f0.t(null),this.swapsChanged=new f0.t({}),this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,Nn.mt)({payload:ot.MZ.GET_BOLTZ_SWAPS})),this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/listSwaps",this.httpClient.get(this.swapUrl).pipe((0,wn.Q)(this.unSubs[0])).subscribe({next:H=>{this.store.dispatch((0,Nn.y0)({payload:ot.MZ.GET_BOLTZ_SWAPS})),this.swaps=H,this.swapsChanged.next(this.swaps)},error:H=>this.swapsChanged.error(this.handleErrorWithAlert(ot.MZ.GET_BOLTZ_SWAPS,this.swapUrl,H))})}swapInfo(H){return this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/swapInfo/"+H,this.httpClient.get(this.swapUrl).pipe((0,xs.W)(Y=>(0,Fs.of)(this.handleErrorWithAlert(ot.MZ.NO_SPINNER,this.swapUrl,Y))))}getBoltzInfo(){this.store.dispatch((0,Nn.mt)({payload:ot.MZ.GET_BOLTZ_INFO})),this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/info",this.httpClient.get(this.swapUrl).pipe((0,wn.Q)(this.unSubs[1])).subscribe({next:H=>{this.store.dispatch((0,Nn.y0)({payload:ot.MZ.GET_BOLTZ_INFO})),this.boltzInfo=H,this.boltzInfoChanged.next(this.boltzInfo)},error:H=>(this.boltzInfo={version:"2.0.0"},this.boltzInfoChanged.next(this.boltzInfo),(0,Fs.of)(this.handleErrorWithoutAlert(ot.MZ.GET_BOLTZ_INFO,this.swapUrl,H)))})}serviceInfo(){return this.store.dispatch((0,Nn.mt)({payload:ot.MZ.GET_SERVICE_INFO})),this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/serviceInfo",this.httpClient.get(this.swapUrl).pipe((0,wn.Q)(this.unSubs[2]),(0,us.T)(H=>(this.store.dispatch((0,Nn.y0)({payload:ot.MZ.GET_SERVICE_INFO})),H)),(0,xs.W)(H=>(0,Fs.of)(this.handleErrorWithAlert(ot.MZ.GET_SERVICE_INFO,this.swapUrl,H))))}swapOut(H,Y,ie){const et={amount:H,address:Y,acceptZeroConf:ie};return this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/createreverseswap",this.httpClient.post(this.swapUrl,et).pipe((0,xs.W)(Bt=>this.handleErrorWithoutAlert("Swap Out for Address: "+Y,ot.MZ.NO_SPINNER,Bt)))}swapIn(H,Y,ie){const et={amount:H,sendFromInternal:Y,refundAddress:ie};return this.swapUrl=ot.H$+ot.rl.BOLTZ_API+"/createswap",this.httpClient.post(this.swapUrl,et).pipe((0,xs.W)(Bt=>this.handleErrorWithoutAlert("Swap In for Amount: "+H,ot.MZ.NO_SPINNER,Bt)))}handleErrorWithoutAlert(H,Y,ie){let et="";return this.logger.error("ERROR IN: "+H+"\n"+JSON.stringify(ie)),this.store.dispatch((0,Nn.y0)({payload:Y})),401===ie.status?(et="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Nn.ri)({payload:et}))):503===ie.status?(et="Unable to Connect to Boltz Server.",this.store.dispatch((0,Nn.xO)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ie.status,message:"Unable to Connect to Boltz Server",URL:H},component:Sc.f}}}))):et=this.commonService.extractErrorMessage(ie),(0,m0.$)(()=>new Error(et))}handleErrorWithAlert(H,Y,ie){let et="";if(401===ie.status&&(this.logger.info("Redirecting to Login"),this.store.dispatch((0,Nn.ri)({payload:"Authentication Failed: "+JSON.stringify(ie.error)}))),this.logger.error(ie),this.store.dispatch((0,Nn.y0)({payload:H})),401===ie.status)et="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Nn.ri)({payload:et}));else if(503===ie.status)et="Unable to Connect to Boltz Server.",setTimeout(()=>{this.store.dispatch((0,Nn.xO)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ie.status,message:"Unable to Connect to Boltz Server",URL:Y},component:Sc.f}}}))},100);else{et=this.commonService.extractErrorMessage(ie);const Bt=ie.error&&ie.error.error&&ie.error.error.code?ie.error.error.code:ie.error&&ie.error.code?ie.error.code:ie.code?ie.code:ie.status;setTimeout(()=>{this.store.dispatch((0,Nn.xO)({payload:{data:{type:ot.A$.ERROR,alertTitle:"ERROR",message:{code:Bt,message:et,URL:Y},component:Sc.f}}}))},100)}return{message:et}}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(p.KVO(Ua.Qq),p.KVO(ir.gP),p.KVO(qi.il),p.KVO(qs.h))},this.\u0275prov=p.jDH({token:F,factory:F.\u0275fac}))}return z(),F})();const p1=z=>({"display-none":z});function Cd(z,F){1&z&&e.eu8(0)}function ac(z,F){if(1&z&&(e.j41(0,"div",4)(1,"span",5),e.EFF(2),e.k0s()()),2&z){const L=e.XpG();e.R7$(2),e.JRh(null!=L.swapStatus&&L.swapStatus.error?null==L.swapStatus?null:L.swapStatus.error:"Unknown Error.")}}function rc(z,F){if(1&z&&(e.j41(0,"div",7)(1,"h4",8),e.EFF(2,"Routing Fee (mSats)"),e.k0s(),e.j41(3,"span",5),e.EFF(4),e.nI1(5,"number"),e.k0s()()),2&z){const L=e.XpG(2);e.R7$(4),e.JRh(e.bMT(5,1,null==L.swapStatus?null:L.swapStatus.routingFeeMilliSat))}}function Y2(z,F){if(1&z&&(e.j41(0,"div",7)(1,"h4",8),e.EFF(2,"Claim Transaction ID"),e.k0s(),e.j41(3,"span",5),e.EFF(4),e.k0s()()),2&z){const L=e.XpG(2);e.R7$(4),e.JRh(null==L.swapStatus?null:L.swapStatus.claimTransactionId)}}function Md(z,F){if(1&z&&(e.j41(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e.EFF(4,"ID"),e.k0s(),e.j41(5,"span",5),e.EFF(6),e.k0s()(),e.DNE(7,rc,6,3,"div",9)(8,Y2,5,1,"div",9),e.k0s(),e.nrm(9,"mat-divider",10),e.j41(10,"div",6)(11,"div",11)(12,"h4",8),e.EFF(13,"Lockup Address"),e.k0s(),e.j41(14,"span",5),e.EFF(15),e.k0s()()()()),2&z){const L=e.XpG();e.R7$(6),e.JRh(null==L.swapStatus?null:L.swapStatus.id),e.R7$(),e.Y8G("ngIf",L.acceptZeroConf),e.R7$(),e.Y8G("ngIf",L.acceptZeroConf),e.R7$(7),e.JRh(null==L.swapStatus?null:L.swapStatus.lockupAddress)}}function p0(z,F){1&z&&(e.j41(0,"span",22),e.EFF(1,"N/A"),e.k0s())}function sc(z,F){1&z&&(e.j41(0,"span",23),e.EFF(1,"QR Code Not Applicable"),e.k0s())}function hh(z,F){1&z&&e.nrm(0,"mat-divider",24),2&z&&e.Y8G("inset",!0)}function g0(z,F){if(1&z&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"Transaction ID"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&z){const L=e.XpG(2);e.R7$(5),e.JRh(null==L.swapStatus?null:L.swapStatus.txId)}}function g1(z,F){if(1&z&&(e.j41(0,"div",6)(1,"div",25)(2,"h4",8),e.EFF(3,"ID"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",25)(7,"h4",8),e.EFF(8,"Expected Amount (Sats)"),e.k0s(),e.j41(9,"span",5),e.EFF(10),e.nI1(11,"number"),e.k0s()()()),2&z){const L=e.XpG(2);e.R7$(5),e.JRh(null==L.swapStatus?null:L.swapStatus.id),e.R7$(5),e.JRh(e.bMT(11,2,null==L.swapStatus?null:L.swapStatus.expectedAmount))}}function Q2(z,F){1&z&&e.nrm(0,"mat-divider",10)}function _0(z,F){if(1&z&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"Address"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&z){const L=e.XpG(2);e.R7$(5),e.JRh(null==L.swapStatus?null:L.swapStatus.address)}}function Jc(z,F){1&z&&e.nrm(0,"mat-divider",10)}function qc(z,F){if(1&z&&(e.j41(0,"div",6)(1,"div",11)(2,"h4",8),e.EFF(3,"BIP 21"),e.k0s(),e.j41(4,"span",5),e.EFF(5),e.k0s()()()),2&z){const L=e.XpG(2);e.R7$(5),e.JRh(null==L.swapStatus?null:L.swapStatus.bip21)}}function Dc(z,F){if(1&z&&(e.j41(0,"div",12)(1,"div",13),e.nrm(2,"qr-code",14),e.DNE(3,p0,2,0,"span",15),e.k0s(),e.j41(4,"div",16)(5,"div",4)(6,"div",17),e.nrm(7,"qr-code",14),e.DNE(8,sc,2,0,"span",18),e.k0s(),e.DNE(9,hh,1,1,"mat-divider",19)(10,g0,6,1,"div",20)(11,g1,12,4,"div",20)(12,Q2,1,0,"mat-divider",21)(13,_0,6,1,"div",20)(14,Jc,1,0,"mat-divider",21)(15,qc,6,1,"div",20),e.k0s()()()),2&z){const L=e.XpG();e.R7$(),e.Y8G("fxLayoutAlign",""!==((null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))?"center start":"center center")("ngClass",e.eq3(17,p1,L.screenSize===L.screenSizeEnum.XS||L.screenSize===L.screenSizeEnum.SM)),e.R7$(),e.Y8G("value",(null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))("size",L.qrWidth),e.R7$(),e.Y8G("ngIf",""===((null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))),e.R7$(3),e.Y8G("fxLayoutAlign",""!==((null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))?"center start":"center center")("ngClass",e.eq3(19,p1,L.screenSize!==L.screenSizeEnum.XS&&L.screenSize!==L.screenSizeEnum.SM)),e.R7$(),e.Y8G("value",(null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))("size",L.qrWidth),e.R7$(),e.Y8G("ngIf",""===((null==L.swapStatus?null:L.swapStatus.txId)||(null==L.swapStatus?null:L.swapStatus.address))),e.R7$(),e.Y8G("ngIf",L.screenSize===L.screenSizeEnum.XS||L.screenSize===L.screenSizeEnum.SM),e.R7$(),e.Y8G("ngIf",L.sendFromInternal),e.R7$(),e.Y8G("ngIf",!L.sendFromInternal),e.R7$(),e.Y8G("ngIf",!L.sendFromInternal),e.R7$(),e.Y8G("ngIf",!L.sendFromInternal),e.R7$(),e.Y8G("ngIf",!L.sendFromInternal),e.R7$(),e.Y8G("ngIf",!L.sendFromInternal)}}let $2=(()=>{var z;class F{constructor(H){this.commonService=H,this.swapStatus=null,this.direction=ot.Bd.SWAP_OUT,this.acceptZeroConf=!1,this.sendFromInternal=!0,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=ot.f7,this.swapTypeEnum=ot.Bd}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===ot.f7.XS&&(this.qrWidth=180)}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-swap-status"]],inputs:{swapStatus:"swapStatus",direction:"direction",acceptZeroConf:"acceptZeroConf",sendFromInternal:"sendFromInternal"},standalone:!1,decls:7,vars:1,consts:[["swapFailedBlock",""],["swapOutBlock",""],["swapInBlock",""],[4,"ngTemplateOutlet"],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","33"],["fxLayoutAlign","start",1,"font-bold-500"],["fxFlex","33",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row",4,"ngIf"],["class","w-100 my-1",4,"ngIf"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["fxFlex","50"]],template:function(Y,ie){if(1&Y&&e.DNE(0,Cd,1,0,"ng-container",3)(1,ac,3,1,"ng-template",null,0,e.C5r)(3,Md,16,4,"ng-template",null,1,e.C5r)(5,Dc,16,21,"ng-template",null,2,e.C5r),2&Y){const et=e.sdS(2),Bt=e.sdS(4),$t=e.sdS(6);e.Y8G("ngTemplateOutlet",null!=ie.swapStatus&&ie.swapStatus.error?et:ie.direction===ie.swapTypeEnum.SWAP_OUT?Bt:$t)}},dependencies:[c.YU,c.bT,c.T3,Ni.q,bn.DJ,bn.sA,bn.UI,Lo.PW,fd.Um,c.QX],encapsulation:2}))}return z(),F})(),v0=(()=>{var z;class F{constructor(){this.serviceInfo={},this.direction=ot.Bd.SWAP_OUT,this.swapTypeEnum=ot.Bd}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-service-info"]],inputs:{serviceInfo:"serviceInfo",direction:"direction"},standalone:!1,decls:33,vars:13,consts:[["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"]],template:function(Y,ie){1&Y&&(e.j41(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",1),e.EFF(4,"Service Information"),e.k0s()()(),e.j41(5,"div",2)(6,"div",3)(7,"div",4)(8,"h4",5),e.EFF(9,"Minimum Amount (Sats)"),e.k0s(),e.j41(10,"span",6),e.EFF(11),e.nI1(12,"number"),e.k0s()(),e.j41(13,"div",4)(14,"h4",5),e.EFF(15,"Maximum Amount (Sats)"),e.k0s(),e.j41(16,"span",6),e.EFF(17),e.nI1(18,"number"),e.k0s()()(),e.nrm(19,"mat-divider",7),e.j41(20,"div",3)(21,"div",4)(22,"h4",5),e.EFF(23,"Fee Percentage"),e.k0s(),e.j41(24,"span",6),e.EFF(25),e.nI1(26,"number"),e.k0s()(),e.j41(27,"div",4)(28,"h4",5),e.EFF(29,"Miner Fee (Sats)"),e.k0s(),e.j41(30,"span",6),e.EFF(31),e.nI1(32,"number"),e.k0s()()()()()),2&Y&&(e.Y8G("expanded",!0),e.R7$(11),e.JRh(e.bMT(12,5,null==ie.serviceInfo||null==ie.serviceInfo.limits?null:ie.serviceInfo.limits.minimal)),e.R7$(6),e.JRh(e.bMT(18,7,null==ie.serviceInfo||null==ie.serviceInfo.limits?null:ie.serviceInfo.limits.maximal)),e.R7$(8),e.JRh(e.bMT(26,9,null==ie.serviceInfo||null==ie.serviceInfo.fees?null:ie.serviceInfo.fees.percentage)),e.R7$(6),e.JRh(e.bMT(32,11,ie.direction===ie.swapTypeEnum.SWAP_OUT?null==ie.serviceInfo||null==ie.serviceInfo.fees||null==ie.serviceInfo.fees.miner?null:ie.serviceInfo.fees.miner.reverse:null==ie.serviceInfo||null==ie.serviceInfo.fees||null==ie.serviceInfo.fees.miner?null:ie.serviceInfo.fees.miner.normal)))},dependencies:[Lr.GK,Lr.Z2,Lr.WN,Ni.q,bn.DJ,bn.sA,bn.UI,c.QX],encapsulation:2}))}return z(),F})();var Z2=l(16949);const _1=(z,F)=>({"small-svg":z,"large-svg":F});function fh(z,F){1&z&&e.eu8(0)}function y0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.k0s(),p.joV(),e.j41(12,"div",18)(13,"mat-card-title"),e.EFF(14,"Boltz Submarine Swaps explained."),e.k0s()(),e.j41(15,"div",19)(16,"mat-card-subtitle",20),e.EFF(17," Boltz is a privacy-first account free exchange and a Lightning service provider. By doing a Submarine Swap on Boltz, you can swap your on-chain Bitcoin for Lightning Bitcoin. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,_1,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function b0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",21),e.nrm(2,"path",22)(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.k0s(),p.joV(),e.j41(9,"div",18)(10,"mat-card-title"),e.EFF(11,"Step 1: Deciding to Submarine Swap"),e.k0s()(),e.j41(12,"div",19)(13,"mat-card-subtitle",20),e.EFF(14," You have one or more Lightning channels that are running low on outbound liquidity and you want to fund it using your on-chain Bitcoin. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,_1,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function oc(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",29),e.nrm(2,"path",30)(3,"path",31)(4,"path",32)(5,"path",33)(6,"path",34)(7,"circle",35)(8,"rect",36),e.j41(9,"defs")(10,"pattern",37),e.nrm(11,"use",38),e.k0s(),e.nrm(12,"image",39),e.k0s()(),p.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 2: Sending the on-chain funds"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," You send the on-chain funds to an address which can only be spent by Boltz when it pays a Lightning invoice to your node. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,_1,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function v1(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",40)(2,"g",41),e.nrm(3,"path",42)(4,"path",43)(5,"path",44)(6,"path",45)(7,"path",46),e.k0s(),e.j41(8,"defs")(9,"clipPath",47),e.nrm(10,"rect",48),e.k0s()()(),p.joV(),e.j41(11,"div",18)(12,"mat-card-title"),e.EFF(13,"Step 3: Receiving the funds on Lightning"),e.k0s()(),e.j41(14,"div",19)(15,"mat-card-subtitle",20),e.EFF(16," Boltz pays the Lightning invoice to your node and claims the on-chain funds locked in the previous step. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,_1,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function mh(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",49),e.nrm(2,"path",50)(3,"path",51)(4,"path",52)(5,"path",53)(6,"path",54),e.k0s(),p.joV(),e.j41(7,"div",18)(8,"mat-card-title"),e.EFF(9,"Done!"),e.k0s()(),e.j41(10,"div",19)(11,"mat-card-subtitle",20),e.EFF(12," You swapped your on-chain Bitcoin for Lightning Bitcoin, while also adding outbound capacity for your channels in the process - all in a non-custodial manner. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,_1,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}let v4=(()=>{var z;class F{constructor(H){this.commonService=H,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=ot.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(H){2===H.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===H.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-swapin-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","323","height","323","viewBox","0 0 323 323","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M53.8333 134.583H80.75L94.2083 161.5L117.792 134.961C121.616 130.658 125.869 126.602 131.194 124.413C136.45 122.252 142.103 121.125 147.842 121.125H242.25C286.847 121.125 323 157.278 323 201.875C323 246.472 286.847 282.625 242.25 282.625H147.842C142.103 282.625 136.45 281.497 131.194 279.337C125.869 277.149 121.616 273.092 117.792 268.79L94.2083 242.25L80.75 269.167H53.8333L67.2917 228.792L53.8333 201.875L67.2917 174.958L53.8333 134.583Z",1,"fill-color-0"],["d","M26.9167 107.667H53.8333L67.2917 134.583L90.8755 108.044C94.6993 103.741 98.9527 99.6849 104.277 97.4963C109.534 95.3357 115.187 94.2083 120.925 94.2083H215.333C259.93 94.2083 296.083 130.361 296.083 174.958C296.083 219.555 259.93 255.708 215.333 255.708H120.925C115.187 255.708 109.534 254.581 104.277 252.42C98.9527 250.232 94.6993 246.176 90.8755 241.873L67.2917 215.333L53.8333 242.25H26.9167L40.375 201.875L26.9167 174.958L40.375 148.042L26.9167 107.667Z",1,"stroke-color-thick"],["d","M134.583 215.333C142.016 215.333 148.042 209.308 148.042 201.875C148.042 194.442 142.016 188.417 134.583 188.417C127.151 188.417 121.125 194.442 121.125 201.875C121.125 209.308 127.151 215.333 134.583 215.333Z",1,"fill-color-15"],["d","M107.667 188.417C115.1 188.417 121.125 182.391 121.125 174.958C121.125 167.526 115.1 161.5 107.667 161.5C100.234 161.5 94.2083 167.526 94.2083 174.958C94.2083 182.391 100.234 188.417 107.667 188.417Z",1,"stroke-color-thick"],["d","M201.875 215.333C209.308 215.333 215.333 209.308 215.333 201.875C215.333 194.442 209.308 188.417 201.875 188.417C194.442 188.417 188.417 194.442 188.417 201.875C188.417 209.308 194.442 215.333 201.875 215.333Z",1,"fill-color-15"],["d","M174.958 188.417C182.391 188.417 188.417 182.391 188.417 174.958C188.417 167.526 182.391 161.5 174.958 161.5C167.526 161.5 161.5 167.526 161.5 174.958C161.5 182.391 167.526 188.417 174.958 188.417Z",1,"stroke-color-thick"],["d","M269.167 215.333C276.599 215.333 282.625 209.308 282.625 201.875C282.625 194.442 276.599 188.417 269.167 188.417C261.734 188.417 255.708 194.442 255.708 201.875C255.708 209.308 261.734 215.333 269.167 215.333Z",1,"fill-color-15"],["d","M242.25 188.417C249.683 188.417 255.708 182.391 255.708 174.958C255.708 167.526 249.683 161.5 242.25 161.5C234.817 161.5 228.792 167.526 228.792 174.958C228.792 182.391 234.817 188.417 242.25 188.417Z",1,"stroke-color-thick"],["d","M189.321 97C186.935 97 185 98.9345 185 101.321V112.679C185 115.065 186.935 117 189.321 117H237.679C240.065 117 242 115.065 242 112.679V101.321C242 98.9345 240.065 97 237.679 97H189.321Z",1,"fill-color-15"],["d","M161.5 67.2917V94.2083H215.333V67.2917H161.5Z",1,"stroke-color-thick"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","347","height","169","viewBox","0 0 347 169","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M89 157.417V41.5833C89 35.2125 92.75 30 97.3333 30H230.667C235.25 30 239 35.2125 239 41.5833V157.417C239 163.787 235.25 169 230.667 169H97.3333C92.75 169 89 163.787 89 157.417Z",1,"fill-color-0"],["d","M6.25 134.625V18.375C6.25 11.9812 11.4812 6.75 17.875 6.75H203.875C210.269 6.75 215.5 11.9812 215.5 18.375V134.625C215.5 141.019 210.269 146.25 203.875 146.25H17.875C11.4812 146.25 6.25 141.019 6.25 134.625Z",1,"stroke-color-thin"],["d","M256.188 123H238.75V76.5H256.188C259.442 76.5 262 79.0575 262 82.3125V117.188C262 120.443 259.442 123 256.188 123Z",1,"fill-color-15"],["d","M232.938 99.75H215.5V53.25H232.938C236.193 53.25 238.75 55.8075 238.75 59.0625V93.9375C238.75 97.1925 236.193 99.75 232.938 99.75Z",1,"stroke-color-thin"],["d","M146 53V87.875",1,"stroke-color-thin"],["d","M146 122.634V122.749",1,"stroke-color-thin"],["d","M344.698 95.3022C346.74 97.3445 346.74 100.656 344.698 102.698L311.418 135.978C309.376 138.02 306.065 138.02 304.022 135.978C301.98 133.935 301.98 130.624 304.022 128.582L333.604 99L304.022 69.418C301.98 67.3758 301.98 64.0647 304.022 62.0225C306.065 59.9803 309.376 59.9803 311.418 62.0225L344.698 95.3022ZM277 93.7706L341 93.7706V104.229L277 104.229V93.7706Z",1,"fill-color-15"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["fill-rule","evenodd","clip-rule","evenodd","d","M161.033 82.5635C162.307 74.0523 155.826 69.4769 146.965 66.4247L149.84 54.8952L142.822 53.1462L140.023 64.3718C138.178 63.9121 136.283 63.4783 134.4 63.0486L137.219 51.749L130.205 50L127.328 61.5255C125.801 61.1777 124.302 60.8338 122.847 60.4721L122.855 60.4361L113.177 58.0194L111.31 65.5152C111.31 65.5152 116.517 66.7085 116.407 66.7825C119.249 67.4921 119.763 69.373 119.677 70.8641L116.403 83.9987C116.599 84.0487 116.852 84.1206 117.132 84.2326C117.096 84.2236 117.06 84.2146 117.023 84.2054C116.981 84.1948 116.938 84.184 116.894 84.1731C116.732 84.1323 116.563 84.09 116.391 84.0487L111.801 102.448C111.453 103.312 110.572 104.607 108.585 104.115C108.655 104.217 103.484 102.842 103.484 102.842L100 110.875L109.133 113.152C110.152 113.408 111.16 113.67 112.156 113.93L112.158 113.931L112.159 113.931C112.823 114.104 113.481 114.276 114.136 114.443L111.232 126.105L118.242 127.854L121.118 116.316C123.033 116.836 124.892 117.316 126.711 117.768L123.844 129.251L130.862 131L133.767 119.361C145.734 121.625 154.733 120.712 158.521 109.888C161.573 101.173 158.369 96.1458 152.072 92.8677C156.658 91.8103 160.112 88.794 161.033 82.5635ZM144.998 105.049C143.008 113.044 130.493 109.739 124.766 108.226L124.766 108.226C124.251 108.09 123.791 107.969 123.398 107.871L127.252 92.4219C127.73 92.5412 128.314 92.6723 128.976 92.8208L128.976 92.8208C134.899 94.1498 147.037 96.8734 144.998 105.049ZM130.167 85.6513C134.942 86.9255 145.356 89.7047 147.17 82.4376C149.022 75.0044 138.901 72.7637 133.957 71.6694C133.401 71.5463 132.911 71.4377 132.51 71.3379L129.016 85.3499C129.346 85.4322 129.733 85.5356 130.167 85.6513Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","313.615","y","82.836","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,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"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["d","M154.81 93.8059C152.146 100.719 149.483 108.164 146.287 115.608C146.287 115.608 146.287 116.672 147.353 116.672H169.191C169.191 116.672 169.191 117.204 169.723 117.736L137.765 153.364C137.233 152.832 137.233 152.301 137.233 151.769L148.418 127.839V125.712H126.047V123.585L153.212 93.8059H154.81Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["id","clip0"],["width","225.692","height","225.692","transform","translate(0 85.9831) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","300","height","300","viewBox","0 0 300 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M50 237.5V112.5C50 105.625 55.625 100 62.5 100H262.5C269.375 100 275 105.625 275 112.5V237.5C275 244.375 269.375 250 262.5 250H62.5C55.625 250 50 244.375 50 237.5Z",1,"fill-color-0"],["d","M25 212.5V87.5C25 80.625 30.625 75 37.5 75H237.5C244.375 75 250 80.625 250 87.5V212.5C250 219.375 244.375 225 237.5 225H37.5C30.625 225 25 219.375 25 212.5Z",1,"stroke-color"],["d","M293.75 200H275V150H293.75C297.25 150 300 152.75 300 156.25V193.75C300 197.25 297.25 200 293.75 200Z",1,"fill-color-0"],["d","M268.75 175H250V125H268.75C272.25 125 275 127.75 275 131.25V168.75C275 172.25 272.25 175 268.75 175Z",1,"stroke-color"],["d","M137.5 187.5L156.25 150H118.75L137.5 112.5",1,"stroke-color"]],template:function(Y,ie){if(1&Y&&e.DNE(0,fh,1,0,"ng-container",5)(1,y0,18,5,"ng-template",null,0,e.C5r)(3,b0,15,5,"ng-template",null,1,e.C5r)(5,oc,19,5,"ng-template",null,2,e.C5r)(7,v1,17,5,"ng-template",null,3,e.C5r)(9,mh,13,5,"ng-template",null,4,e.C5r),2&Y){const et=e.sdS(2),Bt=e.sdS(4),$t=e.sdS(6),Ei=e.sdS(8),zi=e.sdS(10);e.Y8G("ngTemplateOutlet",1===ie.stepNumber?et:2===ie.stepNumber?Bt:3===ie.stepNumber?$t:4===ie.stepNumber?Ei:zi)}},dependencies:[c.YU,c.T3,Ea.Lc,Ea.dh,bn.DJ,bn.sA,bn.UI,Lo.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Z2.k]}}))}return z(),F})();const Ac=(z,F)=>({"small-svg":z,"large-svg":F});function J2(z,F){1&z&&e.eu8(0)}function y1(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",7),e.nrm(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.k0s(),p.joV(),e.j41(12,"div",18)(13,"mat-card-title"),e.EFF(14,"Boltz Reverse Submarine Swap explained."),e.k0s()(),e.j41(15,"div",19)(16,"mat-card-subtitle",20),e.EFF(17," Boltz is a privacy-first account free exchange and a Lightning Service Provider. By doing a Reverse Submarine Swap on Boltz, you can swap your Lightning Bitcoin for on-chain Bitcoin. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,Ac,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function x0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",21)(2,"g",22),e.nrm(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.k0s(),e.nrm(9,"path",29),e.j41(10,"defs")(11,"clipPath",30),e.nrm(12,"rect",31),e.k0s()()(),p.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 1: Deciding to Reverse Submarine Swap"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," You have one or more channels that are running low on inbound capacity or you want to move some of your Lightning Bitcoin to your onchain wallet. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,Ac,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function Ed(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",32),e.nrm(2,"path",33)(3,"path",34)(4,"path",35)(5,"path",36)(6,"path",37)(7,"circle",38)(8,"rect",39),e.j41(9,"defs")(10,"pattern",40),e.nrm(11,"use",41),e.k0s(),e.nrm(12,"image",42),e.k0s()(),p.joV(),e.j41(13,"div",18)(14,"mat-card-title"),e.EFF(15,"Step 2: Paying the Lightning Invoice"),e.k0s()(),e.j41(16,"div",19)(17,"mat-card-subtitle",20),e.EFF(18," Your Boltz client generates a secret which is sent to Boltz. In return Boltz sends a Lightning invoice based on that secret. Your Lightning node pays that invoice which moves some of your local balance to the other side of the channel. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,Ac,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function C0(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",43)(2,"g",22),e.nrm(3,"path",44)(4,"path",45)(5,"path",46)(6,"path",47)(7,"path",48),e.k0s(),e.j41(8,"defs")(9,"clipPath",30),e.nrm(10,"rect",49),e.k0s()()(),p.joV(),e.j41(11,"div",18)(12,"mat-card-title"),e.EFF(13,"Step 3: Receiving the funds on-chain"),e.k0s()(),e.j41(14,"div",19)(15,"mat-card-subtitle",20),e.EFF(16," In return for paying the invoice, Boltz locks on-chain BTC. Your node claims that onchain BTC to your wallet and by doing that, reveals the secret. With that secret Boltz can settle the Lightning invoice paid by your node. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,Ac,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}function Ul(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",6),e.bIt("swipe",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onSwipe(Y))}),p.qSk(),e.j41(1,"svg",50),e.nrm(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55),e.k0s(),p.joV(),e.j41(7,"div",18)(8,"mat-card-title"),e.EFF(9,"Done!"),e.k0s()(),e.j41(10,"div",19)(11,"mat-card-subtitle",20),e.EFF(12," You have now successfully received your funds in your on-chain wallet and also spent your local balance to increase the inbound capacity of your node - all in a non-custodial manner. "),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@sliderAnimation",L.animationDirection),e.R7$(),e.Y8G("ngClass",e.l_i(2,Ac,L.screenSize===L.screenSizeEnum.XS,L.screenSize!==L.screenSizeEnum.XS))}}let ed=(()=>{var z;class F{constructor(H){this.commonService=H,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.bkB,this.screenSize="",this.screenSizeEnum=ot.f7}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(H){2===H.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===H.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-swapout-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},standalone:!1,decls:11,vars:1,consts:[["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","368","height","368","viewBox","0 0 368 368","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M306.667 153.333H276L260.667 184L233.797 153.763C229.441 148.861 224.595 144.24 218.529 141.746C212.54 139.284 206.099 138 199.561 138H92C41.19 138 1.52588e-05 179.19 1.52588e-05 230C1.52588e-05 280.81 41.19 322 92 322H199.561C206.099 322 212.54 320.715 218.529 318.254C224.595 315.761 229.441 311.139 233.797 306.237L260.667 276L276 306.667H306.667L291.333 260.667L306.667 230L291.333 199.333L306.667 153.333Z",1,"fill-color-0"],["d","M337.333 122.667H306.667L291.333 153.333L264.464 123.097C260.107 118.194 255.261 113.573 249.195 111.079C243.206 108.618 236.766 107.333 230.228 107.333H122.667C71.8566 107.333 30.6667 148.523 30.6667 199.333C30.6667 250.143 71.8566 291.333 122.667 291.333H230.228C236.766 291.333 243.206 290.048 249.195 287.587C255.261 285.094 260.107 280.473 264.464 275.571L291.333 245.333L306.667 276H337.333L322 230L337.333 199.333L322 168.667L337.333 122.667Z",1,"stroke-color-thicker"],["d","M214.667 245.333C206.198 245.333 199.333 238.468 199.333 230C199.333 221.532 206.198 214.667 214.667 214.667C223.135 214.667 230 221.532 230 230C230 238.468 223.135 245.333 214.667 245.333Z",1,"fill-color-15"],["d","M245.333 214.667C236.865 214.667 230 207.802 230 199.333C230 190.865 236.865 184 245.333 184C253.802 184 260.667 190.865 260.667 199.333C260.667 207.802 253.802 214.667 245.333 214.667Z",1,"stroke-color-thicker"],["d","M138 245.333C129.532 245.333 122.667 238.468 122.667 230C122.667 221.532 129.532 214.667 138 214.667C146.468 214.667 153.333 221.532 153.333 230C153.333 238.468 146.468 245.333 138 245.333Z",1,"fill-color-15"],["d","M168.667 214.667C160.198 214.667 153.333 207.802 153.333 199.333C153.333 190.865 160.198 184 168.667 184C177.135 184 184 190.865 184 199.333C184 207.802 177.135 214.667 168.667 214.667Z",1,"stroke-color-thicker"],["d","M61.3334 245.333C52.865 245.333 46 238.468 46 230C46 221.532 52.865 214.667 61.3334 214.667C69.8017 214.667 76.6667 221.532 76.6667 230C76.6667 238.468 69.8017 245.333 61.3334 245.333Z",1,"fill-color-15"],["d","M92 214.667C83.5316 214.667 76.6666 207.802 76.6666 199.333C76.6666 190.865 83.5316 184 92 184C100.468 184 107.333 190.865 107.333 199.333C107.333 207.802 100.468 214.667 92 214.667Z",1,"stroke-color-thicker"],["d","M239.077 111C241.796 111 244 113.204 244 115.923V126.077C244 128.796 241.796 131 239.077 131H191.923C189.204 131 187 128.796 187 126.077V115.923C187 113.204 189.204 111 191.923 111H239.077Z",1,"fill-color-15"],["d","M184 76.6666V107.333H122.667V76.6666H184Z",1,"stroke-color-thicker"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","383","height","279","viewBox","0 0 383 279","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M267.882 220.417V104.583C267.882 98.2125 263.809 93 258.832 93H114.029C109.051 93 104.978 98.2125 104.978 104.583V220.417C104.978 226.787 109.051 232 114.029 232H258.832C263.809 232 267.882 226.787 267.882 220.417Z",1,"fill-color-0"],["d","M357.75 197.625V81.375C357.75 74.9812 352.069 69.75 345.125 69.75H143.125C136.181 69.75 130.5 74.9812 130.5 81.375V197.625C130.5 204.019 136.181 209.25 143.125 209.25H345.125C352.069 209.25 357.75 204.019 357.75 197.625Z",1,"stroke-color-thin"],["d","M86.3125 186H105.25V139.5H86.3125C82.7775 139.5 80 142.057 80 145.312V180.188C80 183.443 82.7775 186 86.3125 186Z",1,"fill-color-15"],["d","M111.562 162.75H130.5V116.25H111.562C108.027 116.25 105.25 118.807 105.25 122.062V156.938C105.25 160.193 108.027 162.75 111.562 162.75Z",1,"stroke-color-thin"],["d","M205.979 116V150.875",1,"stroke-color-thin"],["d","M205.979 185.634V185.749",1,"stroke-color-thin"],["d","M2.44963 159.45C0.488815 161.41 0.488815 164.59 2.44963 166.55L34.403 198.504C36.3638 200.465 39.5429 200.465 41.5037 198.504C43.4645 196.543 43.4645 193.364 41.5037 191.403L13.1007 163L41.5037 134.597C43.4645 132.636 43.4645 129.457 41.5037 127.496C39.5429 125.535 36.3638 125.535 34.403 127.496L2.44963 159.45ZM65 157.979H6V168.021H65V157.979Z",1,"fill-color-15"],["id","clip0"],["width","303","height","279","transform","matrix(-1 0 0 1 383 0)",1,"fill-color-30"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["d","M138.762 67C136.099 73.913 133.436 81.3578 130.24 88.8025C130.24 88.8025 130.24 89.8661 131.305 89.8661H153.143C153.143 89.8661 153.143 90.3979 153.676 90.9296L121.718 126.558C121.185 126.026 121.185 125.495 121.185 124.963L132.371 101.033V98.9062H110V96.7791L137.164 67H138.762Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","317","y","81","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,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"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["fill-rule","evenodd","clip-rule","evenodd","d","M169.522 122.093C171.059 115.241 166.054 111.136 159.022 108.13L162.04 98.916L156.431 97.0797L153.493 106.051C152.019 105.569 150.502 105.104 148.995 104.643L151.953 95.613L146.348 93.7769L143.329 102.988C142.106 102.615 140.906 102.247 139.743 101.867L139.752 101.838L132.017 99.3019L130.057 105.293C130.057 105.293 134.224 106.57 134.131 106.624C136.402 107.369 136.71 108.93 136.552 110.138L133.115 120.635C133.271 120.687 133.473 120.761 133.695 120.869C133.66 120.857 133.626 120.846 133.591 120.834C133.562 120.825 133.534 120.816 133.505 120.806C133.375 120.763 133.24 120.719 133.102 120.675L128.284 135.38C127.95 136.062 127.157 137.065 125.569 136.548C125.62 136.635 121.492 135.211 121.492 135.211L118.184 141.544L125.483 143.935C126.298 144.203 127.103 144.476 127.899 144.746L127.901 144.747C128.431 144.927 128.956 145.105 129.479 145.28L126.429 154.6L132.031 156.436L135.051 147.215C136.579 147.75 138.064 148.25 139.517 148.725L136.509 157.902L142.118 159.739L145.166 150.437C154.773 152.984 162.15 152.77 165.87 144.183C168.867 137.27 166.555 132.99 161.623 129.952C165.417 129.361 168.406 127.109 169.522 122.093ZM155.149 139.449C153.059 145.84 143.068 142.413 138.496 140.845L138.496 140.845C138.085 140.704 137.718 140.578 137.404 140.476L141.449 128.129C141.831 128.254 142.299 128.395 142.829 128.555L142.829 128.555C147.571 129.985 157.289 132.916 155.149 139.449ZM144.22 122.79C148.031 124.108 156.343 126.982 158.247 121.175C160.192 115.234 152.086 112.815 148.127 111.634C147.682 111.501 147.289 111.383 146.969 111.279L143.301 122.477C143.565 122.563 143.874 122.67 144.22 122.79Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["width","225.692","height","225.692","transform","translate(0 85.983) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","298","height","300","viewBox","0 0 298 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M248.333 237.5V112.5C248.333 105.625 242.746 100 235.917 100H37.2501C30.421 100 24.8335 105.625 24.8335 112.5V237.5C24.8335 244.375 30.421 250 37.2501 250H235.917C242.746 250 248.333 244.375 248.333 237.5Z",1,"fill-color-0"],["d","M273.167 212.5V87.5C273.167 80.625 267.579 75 260.75 75H62.0832C55.254 75 49.6665 80.625 49.6665 87.5V212.5C49.6665 219.375 55.254 225 62.0832 225H260.75C267.579 225 273.167 219.375 273.167 212.5Z",1,"stroke-color"],["d","M6.20851 200H24.8335V150H6.20851C2.73185 150 0.000183105 152.75 0.000183105 156.25V193.75C0.000183105 197.25 2.73185 200 6.20851 200Z",1,"fill-color-0"],["d","M31.0415 175H49.6665V125H31.0415C27.5648 125 24.8331 127.75 24.8331 131.25V168.75C24.8331 172.25 27.5648 175 31.0415 175Z",1,"stroke-color"],["d","M161.417 187.5L142.792 150H180.042L161.417 112.5",1,"stroke-color"]],template:function(Y,ie){if(1&Y&&e.DNE(0,J2,1,0,"ng-container",5)(1,y1,18,5,"ng-template",null,0,e.C5r)(3,x0,19,5,"ng-template",null,1,e.C5r)(5,Ed,19,5,"ng-template",null,2,e.C5r)(7,C0,17,5,"ng-template",null,3,e.C5r)(9,Ul,13,5,"ng-template",null,4,e.C5r),2&Y){const et=e.sdS(2),Bt=e.sdS(4),$t=e.sdS(6),Ei=e.sdS(8),zi=e.sdS(10);e.Y8G("ngTemplateOutlet",1===ie.stepNumber?et:2===ie.stepNumber?Bt:3===ie.stepNumber?$t:4===ie.stepNumber?Ei:zi)}},dependencies:[c.YU,c.T3,Ea.Lc,Ea.dh,bn.DJ,bn.sA,bn.UI,Lo.PW],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Z2.k]}}))}return z(),F})();const y4=["stepper"],q2=()=>[1,2,3,4,5],M0=(z,F)=>({"dot-primary":z,"dot-primary-lighter":F});function b1(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(2);e.JRh(L.inputFormLabel)}}function eu(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Amount is required."),e.k0s())}function ph(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.SpI("Amount must be greater than or equal to ",e.bMT(2,1,null==L.serviceInfo||null==L.serviceInfo.limits?null:L.serviceInfo.limits.minimal),".")}}function gh(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.nI1(2,"number"),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.SpI("Amount must be less than or equal to ",e.bMT(2,1,null==L.serviceInfo||null==L.serviceInfo.limits?null:L.serviceInfo.limits.maximal),".")}}function x1(z,F){1&z&&(e.j41(0,"div",44)(1,"div",45)(2,"mat-slide-toggle",46),e.EFF(3,"Accept Zero Conf"),e.k0s(),e.j41(4,"mat-icon",47),e.EFF(5,"info_outline"),e.k0s()()())}function _h(z,F){1&z&&(e.j41(0,"div",44)(1,"div",45)(2,"mat-slide-toggle",48),e.EFF(3,"Send from Internal Wallet"),e.k0s(),e.j41(4,"mat-icon",49),e.EFF(5,"info_outline"),e.k0s()()())}function td(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1," Refund address is required when not using internal wallet. "),e.k0s())}function Lc(z,F){1&z&&(e.j41(0,"button",50),e.EFF(1,"Next"),e.k0s())}function vh(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",51),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onSwap())}),e.EFF(1),e.k0s()}if(2&z){const L=e.XpG(2);e.R7$(),e.SpI("Initiate ",L.swapDirectionCaption)}}function yh(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(3);e.JRh(L.addressFormLabel)}}function wd(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Address is required."),e.k0s())}function bh(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-step",15)(1,"form",16),e.DNE(2,yh,1,1,"ng-template",17),e.j41(3,"div",52)(4,"mat-radio-group",53),e.bIt("change",function(Y){p.eBV(L);const ie=e.XpG(2);return p.Njj(ie.onAddressTypeChange(Y))}),e.j41(5,"mat-radio-button",54),e.EFF(6,"Node Local Address"),e.k0s(),e.j41(7,"mat-radio-button",55),e.EFF(8,"External Address"),e.k0s()(),e.j41(9,"mat-form-field",56)(10,"mat-label"),e.EFF(11,"Address"),e.k0s(),e.nrm(12,"input",57),e.DNE(13,wd,2,0,"mat-error",24),e.k0s()(),e.j41(14,"div",29)(15,"button",58),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onSwap())}),e.EFF(16),e.k0s()()()()}if(2&z){const L=e.XpG(2);e.Y8G("stepControl",L.addressFormGroup)("editable",L.flgEditable),e.R7$(),e.Y8G("formGroup",L.addressFormGroup),e.R7$(11),e.Y8G("required","external"===L.addressFormGroup.controls.addressType.value),e.R7$(),e.Y8G("ngIf",null==L.addressFormGroup.controls.address.errors?null:L.addressFormGroup.controls.address.errors.required),e.R7$(3),e.SpI("Initiate ",L.swapDirectionCaption)}}function tu(z,F){if(1&z&&e.EFF(0),2&z){const L=e.XpG(2);e.SpI("",L.swapDirectionCaption," Status")}}function C1(z,F){if(1&z&&(e.j41(0,"mat-icon",59),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.swapStatus&&null!=L.swapStatus&&L.swapStatus.id?"check":"close")}}function xh(z,F){1&z&&e.nrm(0,"div")}function Ch(z,F){1&z&&e.nrm(0,"mat-progress-bar",60)}function Mh(z,F){if(1&z&&(e.j41(0,"h4",61),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.swapStatus&&L.swapStatus.error?L.swapDirectionCaption+" failed.":L.swapStatus&&L.swapStatus.id?L.swapDirectionCaption+" request placed successfully. You can check the status of the request on the 'Boltz' menu.":L.swapDirectionCaption+" request placed successfully.")}}function Eh(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",62),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onRestart())}),e.EFF(1,"Start Again"),e.k0s()}}function wh(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",4)(1,"div",5)(2,"mat-card-header",6)(3,"div",7)(4,"span",8),e.EFF(5),e.k0s()(),e.j41(6,"div",9)(7,"button",10),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.showInfo())}),e.EFF(8,"?"),e.k0s(),e.j41(9,"button",11),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onClose())}),e.EFF(10,"X"),e.k0s()()(),e.j41(11,"mat-card-content",12)(12,"div",13)(13,"mat-vertical-stepper",14,1),e.bIt("selectionChange",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.stepSelectionChanged(Y))}),e.j41(15,"mat-step",15)(16,"form",16),e.DNE(17,b1,1,1,"ng-template",17),e.j41(18,"div",18),e.nrm(19,"rtl-boltz-service-info",19),e.k0s(),e.j41(20,"div",20)(21,"mat-form-field",21)(22,"mat-label"),e.EFF(23,"Amount"),e.k0s(),e.nrm(24,"input",22),e.j41(25,"mat-hint"),e.EFF(26),e.nI1(27,"number"),e.nI1(28,"number"),e.k0s(),e.j41(29,"span",23),e.EFF(30,"Sats"),e.k0s(),e.DNE(31,eu,2,0,"mat-error",24)(32,ph,3,3,"mat-error",24)(33,gh,3,3,"mat-error",24),e.k0s(),e.DNE(34,x1,6,0,"div",25)(35,_h,6,0,"div",25),e.j41(36,"div",26)(37,"mat-form-field",27)(38,"mat-label"),e.EFF(39,"Refund Address"),e.k0s(),e.nrm(40,"input",28),e.j41(41,"mat-hint"),e.EFF(42,"The address where funds will be returned in case of a failed swap"),e.k0s(),e.DNE(43,td,2,0,"mat-error",24),e.k0s()()(),e.j41(44,"div",29),e.DNE(45,Lc,2,0,"button",30)(46,vh,2,1,"button",31),e.k0s()()(),e.DNE(47,bh,17,6,"mat-step",32),e.j41(48,"mat-step",33)(49,"form",16),e.DNE(50,tu,1,1,"ng-template",17),e.j41(51,"div",34)(52,"mat-expansion-panel",35)(53,"mat-expansion-panel-header")(54,"mat-panel-title")(55,"span",36),e.EFF(56),e.DNE(57,C1,2,1,"mat-icon",37),e.k0s()()(),e.DNE(58,xh,1,0,"div",38),e.k0s(),e.DNE(59,Ch,1,0,"mat-progress-bar",39),e.k0s(),e.DNE(60,Mh,2,1,"h4",40),e.j41(61,"div",29),e.DNE(62,Eh,2,0,"button",41),e.k0s()()()(),e.j41(63,"div",42)(64,"button",43),e.EFF(65,"Close"),e.k0s()()()()()()}if(2&z){const L=e.XpG(),H=e.sdS(2);e.Y8G("@opacityAnimation",void 0),e.R7$(3),e.Y8G("ngClass",L.screenSize===L.screenSizeEnum.XS||L.screenSize===L.screenSizeEnum.SM?"flex-83":"flex-91"),e.R7$(2),e.JRh(L.swapDirectionCaption),e.R7$(),e.Y8G("ngClass",L.screenSize===L.screenSizeEnum.XS||L.screenSize===L.screenSizeEnum.SM?"flex-17":"flex-9"),e.R7$(7),e.Y8G("linear",!0),e.R7$(2),e.Y8G("stepControl",L.inputFormGroup)("editable",L.flgEditable),e.R7$(),e.Y8G("formGroup",L.inputFormGroup),e.R7$(3),e.Y8G("serviceInfo",L.serviceInfo)("direction",L.direction),e.R7$(5),e.Y8G("step",1e3),e.R7$(2),e.Lme("Range: ",e.bMT(27,34,null==L.serviceInfo||null==L.serviceInfo.limits?null:L.serviceInfo.limits.minimal),"-",e.bMT(28,36,null==L.serviceInfo||null==L.serviceInfo.limits?null:L.serviceInfo.limits.maximal)),e.R7$(5),e.Y8G("ngIf",null==L.inputFormGroup||null==L.inputFormGroup.controls||null==L.inputFormGroup.controls.amount||null==L.inputFormGroup.controls.amount.errors?null:L.inputFormGroup.controls.amount.errors.required),e.R7$(),e.Y8G("ngIf",null==L.inputFormGroup||null==L.inputFormGroup.controls||null==L.inputFormGroup.controls.amount||null==L.inputFormGroup.controls.amount.errors?null:L.inputFormGroup.controls.amount.errors.min),e.R7$(),e.Y8G("ngIf",null==L.inputFormGroup||null==L.inputFormGroup.controls||null==L.inputFormGroup.controls.amount||null==L.inputFormGroup.controls.amount.errors?null:L.inputFormGroup.controls.amount.errors.max),e.R7$(),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_IN&&L.isSendFromInternalCompatible),e.R7$(5),e.Y8G("required",!(null!=L.inputFormGroup&&null!=L.inputFormGroup.controls&&L.inputFormGroup.controls.sendFromInternal.value)),e.R7$(3),e.Y8G("ngIf",null==L.inputFormGroup||null==L.inputFormGroup.controls||null==L.inputFormGroup.controls.refundAddress||null==L.inputFormGroup.controls.refundAddress.errors?null:L.inputFormGroup.controls.refundAddress.errors.required),e.R7$(2),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_IN),e.R7$(),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("stepControl",L.statusFormGroup),e.R7$(),e.Y8G("formGroup",L.statusFormGroup),e.R7$(3),e.Y8G("expanded",!!L.swapStatus),e.R7$(4),e.JRh(L.swapStatus?L.swapStatus.id?L.swapDirectionCaption+" request details":L.swapDirectionCaption+" error details":"Waiting for "+L.swapDirectionCaption+" request..."),e.R7$(),e.Y8G("ngIf",L.swapStatus),e.R7$(),e.Y8G("ngIf",!L.swapStatus)("ngIfElse",H),e.R7$(),e.Y8G("ngIf",!L.swapStatus),e.R7$(),e.Y8G("ngIf",L.swapStatus),e.R7$(2),e.Y8G("ngIf",L.swapStatus&&(L.swapStatus.error||!L.swapStatus.id)),e.R7$(2),e.Y8G("mat-dialog-close",!1)}}function Sh(z,F){if(1&z&&e.nrm(0,"rtl-boltz-swap-status",63),2&z){const L=e.XpG();e.Y8G("swapStatus",L.swapStatus)("direction",L.direction)("acceptZeroConf",null==L.inputFormGroup||null==L.inputFormGroup.controls?null:L.inputFormGroup.controls.acceptZeroConf.value)("sendFromInternal",null==L.inputFormGroup||null==L.inputFormGroup.controls?null:L.inputFormGroup.controls.sendFromInternal.value)}}function E0(z,F){if(1&z){const L=e.RV6();e.j41(0,"rtl-boltz-swapout-info-graphics",79),e.mxI("stepNumberChange",function(Y){p.eBV(L);const ie=e.XpG(2);return e.DH7(ie.stepNumber,Y)||(ie.stepNumber=Y),p.Njj(Y)}),e.k0s()}if(2&z){const L=e.XpG(2);e.Y8G("animationDirection",L.animationDirection),e.R50("stepNumber",L.stepNumber)}}function b4(z,F){if(1&z){const L=e.RV6();e.j41(0,"rtl-boltz-swapin-info-graphics",79),e.mxI("stepNumberChange",function(Y){p.eBV(L);const ie=e.XpG(2);return e.DH7(ie.stepNumber,Y)||(ie.stepNumber=Y),p.Njj(Y)}),e.k0s()}if(2&z){const L=e.XpG(2);e.Y8G("animationDirection",L.animationDirection),e.R50("stepNumber",L.stepNumber)}}function w0(z,F){if(1&z){const L=e.RV6();e.j41(0,"span",80),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG(2);return p.Njj(ie.onStepChanged(Y))}),e.nrm(1,"p",81),e.k0s()}if(2&z){const L=F.$implicit,H=e.XpG(2);e.R7$(),e.Y8G("ngClass",e.l_i(1,M0,H.stepNumber===L,H.stepNumber!==L))}}function iu(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",82),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onReadMore())}),e.EFF(1,"Read More"),e.k0s()}}function M1(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",83),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onStepChanged(4))}),e.EFF(1,"Back"),e.k0s()}}function Th(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",84),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return Y.flgShowInfo=!1,p.Njj(Y.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function Dh(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",85),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return Y.flgShowInfo=!1,p.Njj(Y.stepNumber=1)}),e.EFF(1,"Close"),e.k0s()}}function nu(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",86),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onStepChanged(Y.stepNumber-1))}),e.EFF(1,"Back"),e.k0s()}}function au(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",87),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onStepChanged(Y.stepNumber+1))}),e.EFF(1,"Next"),e.k0s()}}function Ah(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",64)(1,"div",18)(2,"mat-card-header",65)(3,"div",66),e.nrm(4,"span",8),e.k0s(),e.j41(5,"div",67)(6,"button",11),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return Y.flgShowInfo=!1,p.Njj(Y.stepNumber=1)}),e.EFF(7,"X"),e.k0s()()(),e.j41(8,"mat-card-content",68),e.DNE(9,E0,1,2,"rtl-boltz-swapout-info-graphics",69)(10,b4,1,2,"rtl-boltz-swapin-info-graphics",69),e.k0s(),e.j41(11,"div",70),e.DNE(12,w0,2,4,"span",71),e.k0s(),e.j41(13,"div",72),e.DNE(14,iu,2,0,"button",73)(15,M1,2,0,"button",74)(16,Th,2,0,"button",75)(17,Dh,2,0,"button",76)(18,nu,2,0,"button",77)(19,au,2,0,"button",78),e.k0s()()()}if(2&z){const L=e.XpG();e.Y8G("@opacityAnimation",void 0),e.R7$(9),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_OUT),e.R7$(),e.Y8G("ngIf",L.direction===L.swapTypeEnum.SWAP_IN),e.R7$(2),e.Y8G("ngForOf",e.lJ4(10,q2)),e.R7$(2),e.Y8G("ngIf",5===L.stepNumber),e.R7$(),e.Y8G("ngIf",5===L.stepNumber),e.R7$(),e.Y8G("ngIf",5===L.stepNumber),e.R7$(),e.Y8G("ngIf",L.stepNumber<5),e.R7$(),e.Y8G("ngIf",L.stepNumber>1&&L.stepNumber<5),e.R7$(),e.Y8G("ngIf",L.stepNumber<5)}}let Lh=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t,Ei){this.dialogRef=H,this.data=Y,this.boltzService=ie,this.formBuilder=et,this.decimalPipe=Bt,this.logger=$t,this.commonService=Ei,this.faInfoCircle=Mn.iW_,this.boltzInfo=null,this.serviceInfo={fees:{percentage:null,miner:{normal:null,reverse:null}},limits:{minimal:1e4,maximal:5e7}},this.swapTypeEnum=ot.Bd,this.direction=ot.Bd.SWAP_OUT,this.swapDirectionCaption="Swap out",this.swapStatus=null,this.inputFormLabel="Amount to swap out",this.addressFormLabel="Withdrawal Address",this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=ot.f7,this.animationDirection="forward",this.flgEditable=!0,this.isSendFromInternalCompatible=!0,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.serviceInfo=this.data.serviceInfo,this.direction=this.data.direction||ot.Bd.SWAP_OUT,this.swapDirectionCaption=this.direction===ot.Bd.SWAP_OUT?"Swap Out":"Swap in",this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.serviceInfo.limits?.minimal,[cn.k0.required,cn.k0.min(this.serviceInfo.limits?.minimal||0),cn.k0.max(this.serviceInfo.limits?.maximal||0)]],acceptZeroConf:[!1],sendFromInternal:[!0],refundAddress:[{value:"",disabled:!0}]}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[cn.k0.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.boltzService.boltzInfoChanged.pipe((0,wn.Q)(this.unSubs[0])).subscribe({next:H=>{this.boltzInfo=H,this.isSendFromInternalCompatible=this.commonService.isVersionCompatible(this.boltzInfo.version,"2.0.0")},error:H=>{this.boltzInfo={version:"2.0.0"},this.logger.error(H)}})}ngAfterViewInit(){this.direction===ot.Bd.SWAP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.direction===ot.Bd.SWAP_OUT&&this.addressFormGroup.valueChanges.pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.addressFormGroup.setErrors({Invalid:!0})}),this.direction===ot.Bd.SWAP_IN&&this.inputFormGroup.controls.sendFromInternal.valueChanges.pipe((0,wn.Q)(this.unSubs[4])).subscribe(()=>{this.onSendFromInternalChange()})}onSendFromInternalChange(){this.inputFormGroup.controls.sendFromInternal.value?(this.inputFormGroup.controls.refundAddress.disable(),this.inputFormGroup.controls.refundAddress.clearValidators(),this.inputFormGroup.controls.refundAddress.updateValueAndValidity()):(this.inputFormGroup.controls.refundAddress.enable(),this.inputFormGroup.controls.refundAddress.setValidators([cn.k0.required]),this.inputFormGroup.controls.refundAddress.updateValueAndValidity())}onAddressTypeChange(H){"external"===H.value?(this.addressFormGroup.controls.address.setValidators([cn.k0.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onSwap(){if(!this.inputFormGroup.controls.amount.value||this.serviceInfo.limits?.minimal&&this.inputFormGroup.controls.amount.value<+this.serviceInfo.limits.minimal||this.serviceInfo.limits?.maximal&&this.inputFormGroup.controls.amount.value>+this.serviceInfo.limits.maximal||this.direction===ot.Bd.SWAP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,this.stepper.selected?.stepControl.setErrors(null),this.stepper.next(),this.direction===ot.Bd.SWAP_IN){const H=this.inputFormGroup.controls.sendFromInternal.value?null:this.inputFormGroup.controls.refundAddress.value,Y=this.isSendFromInternalCompatible?this.inputFormGroup.controls.sendFromInternal.value:null;if(!Y&&!H)return this.stepper.selected?.stepControl.setErrors({Invalid:!0}),void(this.flgEditable=!0);this.boltzService.swapIn(this.inputFormGroup.controls.amount.value,Y,H).pipe((0,wn.Q)(this.unSubs[2])).subscribe({next:ie=>{this.swapStatus=ie,this.boltzService.listSwaps(),this.flgEditable=!0},error:ie=>{this.swapStatus={error:ie},this.flgEditable=!0,this.logger.error(ie)}})}else this.boltzService.swapOut(this.inputFormGroup.controls.amount.value,"external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",this.inputFormGroup.controls.acceptZeroConf.value).pipe((0,wn.Q)(this.unSubs[3])).subscribe({next:Y=>{this.swapStatus=Y,this.boltzService.listSwaps(),this.flgEditable=!0},error:Y=>{this.swapStatus={error:Y},this.flgEditable=!0,this.logger.error(Y)}})}stepSelectionChanged(H){switch(H.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address";break;case 1:if(this.inputFormGroup.controls.amount.value)if(this.direction===ot.Bd.SWAP_IN){let Y=this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Send from Internal Wallet: "+(this.inputFormGroup.controls.sendFromInternal.value?"Yes":"No");!this.inputFormGroup.controls.sendFromInternal.value&&this.inputFormGroup.controls.refundAddress.value&&(Y+=" | Refund Address: "+this.inputFormGroup.controls.refundAddress.value),this.inputFormLabel=Y}else this.inputFormLabel=this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Zero Conf: "+(this.inputFormGroup.controls.acceptZeroConf.value?"Yes":"No");else this.inputFormLabel="Amount to "+this.swapDirectionCaption;this.addressFormLabel="Withdrawal Address"}H.selectedIndex{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU($a.CP),e.rXU($a.Vh),e.rXU(Tc),e.rXU(cn.ze),e.rXU(c.QX),e.rXU(ir.gP),e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-swap-modal"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs(y4,5),2&Y){let et;e.mGM(et=e.lsd())&&(ie.stepper=et.first)}},standalone:!1,decls:4,vars:2,consts:[["swapStatusBlock",""],["stepper",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"ngClass"],[1,"page-title"],["fxLayoutAlign","end end",3,"ngClass"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"selectionChange","linear"],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"serviceInfo","direction"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxLayout","column","fxFlex","48"],["autoFocus","","matInput","","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start stretch",4,"ngIf"],["disabled","direction === swapTypeEnum.SWAP_IN && isSendFromInternalCompatible && !inputFormGroup?.controls?.sendFromInternal.value","fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"mt-1"],["fxLayout","column","fxFlex","100"],["matInput","","type","text","tabindex","3","formControlName","refundAddress",3,"required"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext","",4,"ngIf"],["mat-button","","color","primary","tabindex","3","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxFlex","48","fxLayoutAlign","start stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayoutAlign","start center","tabindex","2","color","primary","formControlName","acceptZeroConf","name","acceptZeroConf"],["matTooltip","Only recommended for smaller payments, involves trust in Boltz","matTooltipPosition","above",1,"info-icon","mt-2"],["fxLayoutAlign","start center","tabindex","2","color","primary","formControlName","sendFromInternal","name","sendFromInternal"],["matTooltip","Pay from the node's onchain wallet","matTooltipPosition","above",1,"info-icon","mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext",""],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxLayout","column","fxFlex","100",1,"mt-1"],["matInput","","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"swapStatus","direction","acceptZeroConf","sendFromInternal"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"animationDirection","stepNumber","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","21","fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumberChange","animationDirection","stepNumber"],["tabindex","21","fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(Y,ie){1&Y&&e.DNE(0,wh,66,38,"div",2)(1,Sh,1,4,"ng-template",null,0,e.C5r)(3,Ah,20,11,"div",3),2&Y&&(e.Y8G("ngIf",!ie.flgShowInfo),e.R7$(3),e.Y8G("ngIf",ie.flgShowInfo))},dependencies:[c.YU,c.Sq,c.bT,cn.qT,cn.me,cn.Q0,cn.BC,cn.cb,cn.YS,cn.j4,cn.JD,$a.tx,Hr.$z,Ea.m2,Ea.MM,Lr.GK,Lr.Z2,Lr.WN,tc.An,fo.fg,ra.rl,ra.nJ,ra.MV,ra.TL,ra.yw,$c.HM,Jr.VT,Jr._g,bn.DJ,bn.sA,bn.UI,Lo.PW,pd.sG,Xc.oV,Xo.V5,Xo.Ti,Xo.M6,Xo.F7,Pi.N,$2,v0,v4,ed,c.QX],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:30rem;min-height:30rem;overflow-x:hidden}"],data:{animation:[xd.C]}}))}return z(),F})();const S0=()=>["all"],T0=z=>({"overflow-auto error-border":z,"overflow-auto":!0}),ru=()=>["no_swap"],Ic=z=>({width:z}),kc=z=>({"display-none":z});function su(z,F){if(1&z&&(e.j41(0,"mat-option",42),e.EFF(1),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.Y8G("value",L),e.R7$(),e.JRh(H.getLabel(L))}}function D0(z,F){1&z&&e.nrm(0,"mat-progress-bar",43)}function id(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Status"),e.k0s())}function A0(z,F){if(1&z&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.JRh(H.swapStateEnum[null==L?null:L.status])}}function Sd(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Swap ID"),e.k0s())}function Ih(z,F){if(1&z&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(null==L?null:L.id)}}function L0(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Claim Address"),e.k0s())}function Td(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.claimAddress)}}function x4(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Lockup Address"),e.k0s())}function C4(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.lockupAddress)}}function Dd(z,F){1&z&&(e.j41(0,"th",48),e.EFF(1,"Onchain Amount (Sats)"),e.k0s())}function kh(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.onchainAmount))}}function Ad(z,F){1&z&&(e.j41(0,"th",48),e.EFF(1,"Expected Amount (Sats)"),e.k0s())}function I0(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.expectedAmount))}}function ou(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Error"),e.k0s())}function M4(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.error)}}function Rh(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Private Key"),e.k0s())}function Oh(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.privateKey)}}function Ph(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Preimage"),e.k0s())}function Fh(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.preimage)}}function E4(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Redeem Script"),e.k0s())}function Nh(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.redeemScript)}}function Bh(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Invoice"),e.k0s())}function zh(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",46)(2,"span",47),e.EFF(3),e.k0s()()()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngStyle",e.eq3(2,Ic,H.screenSize===H.screenSizeEnum.XS?"6rem":H.colWidth)),e.R7$(2),e.JRh(null==L?null:L.invoice)}}function Uh(z,F){1&z&&(e.j41(0,"th",48),e.EFF(1,"Timeout Block Height"),e.k0s())}function k0(z,F){if(1&z&&(e.j41(0,"td",45)(1,"span",49),e.EFF(2),e.nI1(3,"number"),e.k0s()()),2&z){const L=F.$implicit;e.R7$(2),e.JRh(e.bMT(3,1,null==L?null:L.timeoutBlockHeight))}}function Ld(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Lockup Tx ID"),e.k0s())}function R0(z,F){if(1&z&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(null==L?null:L.lockupTransactionId)}}function E1(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Claim Tx ID"),e.k0s())}function lu(z,F){if(1&z&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(null==L?null:L.claimTransactionId)}}function Id(z,F){1&z&&(e.j41(0,"th",44),e.EFF(1,"Refund Tx ID"),e.k0s())}function cu(z,F){if(1&z&&(e.j41(0,"td",45),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.R7$(),e.JRh(null==L?null:L.refundTransactionId)}}function Vh(z,F){if(1&z){const L=e.RV6();e.j41(0,"th",50)(1,"div",51)(2,"mat-select",52),e.nrm(3,"mat-select-trigger"),e.j41(4,"mat-option",53),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onDownloadCSV())}),e.EFF(5,"Download CSV"),e.k0s()()()()}}function Rc(z,F){if(1&z){const L=e.RV6();e.j41(0,"td",54)(1,"button",55),e.bIt("click",function(Y){const ie=p.eBV(L).$implicit,et=e.XpG();return p.Njj(et.onSwapClick(ie,Y))}),e.EFF(2,"View Info"),e.k0s()()}}function du(z,F){if(1&z&&(e.j41(0,"p"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(2);e.R7$(),e.JRh(L.emptyTableMessage)}}function uu(z,F){if(1&z&&(e.j41(0,"td",56),e.DNE(1,du,2,1,"p",57),e.k0s()),2&z){const L=e.XpG();e.R7$(),e.Y8G("ngIf",!(null!=L.listSwaps&&L.listSwaps.data)||(null==L.listSwaps||null==L.listSwaps.data?null:L.listSwaps.data.length)<1)}}function Vl(z,F){if(1&z&&e.nrm(0,"tr",58),2&z){const L=e.XpG();e.Y8G("ngClass",e.eq3(1,kc,(null==L.listSwaps?null:L.listSwaps.data)&&(null==L.listSwaps||null==L.listSwaps.data?null:L.listSwaps.data.length)>0))}}function O0(z,F){1&z&&e.nrm(0,"tr",59)}function Hh(z,F){1&z&&e.nrm(0,"tr",60)}let Gh=(()=>{var z;class F{constructor(H,Y,ie,et,Bt){this.logger=H,this.commonService=Y,this.store=ie,this.boltzService=et,this.camelCaseWithReplace=Bt,this.selectedSwapType=ot.Bd.SWAP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.nodePageDefs=ot._1,this.selFilterBy="all",this.colWidth="20rem",this.PAGE_ID="boltz",this.tableSettingSwapOut={tableId:"swap_out",recordsPerPage:ot.md,sortBy:"status",sortOrder:ot.oi.DESCENDING},this.tableSettingSwapIn={tableId:"swap_in",recordsPerPage:ot.md,sortBy:"status",sortOrder:ot.oi.DESCENDING},this.swapStateEnum=ot.q9,this.swapTypeEnum=ot.Bd,this.faHistory=Mn.Int,this.swapCaption="Swap Out",this.displayedColumns=[],this.listSwaps=new Ba.I6([]),this.selFilter="",this.pageSize=ot.md,this.pageSizeOptions=ot.xp,this.screenSize="",this.screenSizeEnum=ot.f7,this.unSubs=[new hn.B,new hn.B,new hn.B],this.screenSize=this.commonService.getScreenSize()}ngOnChanges(H){H.selectedSwapType&&!H.selectedSwapType.firstChange&&this.setTableColumns(),this.swapCaption=this.selectedSwapType===ot.Bd.SWAP_IN?"Swap In":"Swap Out",this.loadSwapsTable(this.swapsData)}ngOnInit(){this.store.select(_d.$G).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.tableSettingSwapOut=H.pageSettings.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSettingSwapOut.tableId)||ot.ZC.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSettingSwapOut.tableId),this.tableSettingSwapIn=H.pageSettings.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSettingSwapIn.tableId)||ot.ZC.find(Y=>Y.pageId===this.PAGE_ID)?.tables.find(Y=>Y.tableId===this.tableSettingSwapIn.tableId),this.setTableColumns(),this.swapsData&&this.sort&&this.paginator&&this.displayedColumns.length>0&&this.loadSwapsTable(this.swapsData),this.colWidth=this.displayedColumns.length?this.commonService.getContainerSize().width/this.displayedColumns.length/14+"rem":"20rem",this.logger.info(this.displayedColumns)})}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}setTableColumns(){this.selectedSwapType===ot.Bd.SWAP_IN?(this.displayedColumns=this.screenSize===ot.f7.XS||this.screenSize===ot.f7.SM?JSON.parse(JSON.stringify(this.tableSettingSwapIn.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSettingSwapIn.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSettingSwapIn.recordsPerPage?+this.tableSettingSwapIn.recordsPerPage:ot.md):(this.displayedColumns=this.screenSize===ot.f7.XS||this.screenSize===ot.f7.SM?JSON.parse(JSON.stringify(this.tableSettingSwapOut.columnSelectionSM)):JSON.parse(JSON.stringify(this.tableSettingSwapOut.columnSelection)),this.displayedColumns.push("actions"),this.pageSize=this.tableSettingSwapOut.recordsPerPage?+this.tableSettingSwapOut.recordsPerPage:ot.md)}applyFilter(){this.listSwaps&&""!==this.selFilter&&(this.listSwaps.filter=this.selFilter.trim().toLowerCase())}getLabel(H){const ie=this.nodePageDefs[this.PAGE_ID][this.selectedSwapType===ot.Bd.SWAP_IN?this.tableSettingSwapIn.tableId:this.tableSettingSwapOut.tableId].allowedColumns.find(et=>et.column===H);return ie?ie.label?ie.label:this.camelCaseWithReplace.transform(ie.column,"_"):this.commonService.titleCase(H)}setFilterPredicate(){this.listSwaps.filterPredicate=(H,Y)=>{let ie="";switch(this.selFilterBy){case"all":ie=JSON.stringify(H).toLowerCase();break;case"status":ie=H?.status?this.swapStateEnum[H?.status]:"";break;default:ie=typeof H[this.selFilterBy]>"u"?"":"string"==typeof H[this.selFilterBy]?H[this.selFilterBy].toLowerCase():"boolean"==typeof H[this.selFilterBy]?H[this.selFilterBy]?"yes":"no":H[this.selFilterBy].toString()}return"status"===this.selFilterBy?0===ie.indexOf(Y):ie.includes(Y)}}onSwapClick(H,Y){this.boltzService.swapInfo(H.id||"").pipe((0,wn.Q)(this.unSubs[1])).subscribe(ie=>{this.store.dispatch((0,Nn.xO)({payload:{data:{type:ot.A$.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"status",value:ot.q9[(ie=this.selectedSwapType===ot.Bd.SWAP_IN?ie.swap:ie.reverseSwap).status],title:"Status",width:50,type:ot.UN.STRING},{key:"id",value:ie.id,title:"ID",width:50,type:ot.UN.STRING}],[{key:"amount",value:ie.onchainAmount?ie.onchainAmount:ie.expectedAmount?ie.expectedAmount:0,title:ie.onchainAmount?"Onchain Amount (Sats)":ie.expectedAmount?"Expected Amount (Sats)":"Amount (Sats)",width:50,type:ot.UN.NUMBER},{key:"timeoutBlockHeight",value:ie.timeoutBlockHeight,title:"Timeout Block Height",width:50,type:ot.UN.NUMBER}],[{key:"address",value:ie.claimAddress?ie.claimAddress:ie.lockupAddress?ie.lockupAddress:"",title:ie.claimAddress?"Claim Address":ie.lockupAddress?"Lockup Address":"Address",width:100,type:ot.UN.STRING}],[{key:"invoice",value:ie.invoice,title:"Invoice",width:100,type:ot.UN.STRING}],[{key:"privateKey",value:ie.privateKey,title:"Private Key",width:100,type:ot.UN.STRING}],[{key:"preimage",value:ie.preimage,title:"Preimage",width:100,type:ot.UN.STRING}],[{key:"redeemScript",value:ie.redeemScript,title:"Redeem Script",width:100,type:ot.UN.STRING}],[{key:"lockupTransactionId",value:ie.lockupTransactionId,title:"Lockup Transaction ID",width:50,type:ot.UN.STRING},{key:"transactionId",value:ie.claimTransactionId?ie.claimTransactionId:ie.refundTransactionId?ie.refundTransactionId:"",title:ie.claimTransactionId?"Claim Transaction ID":ie.refundTransactionId?"Refund Transaction ID":"Transaction ID",width:50,type:ot.UN.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(H){this.listSwaps=new Ba.I6(H?[...H]:[]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(Y,ie)=>Y[ie]&&isNaN(Y[ie])?Y[ie].toLocaleLowerCase():Y[ie]?+Y[ie]:null,this.paginator&&this.paginator.firstPage(),this.listSwaps.paginator=this.paginator,this.setFilterPredicate(),this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===ot.Bd.SWAP_IN?"Swap in":"Swap out")}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(qi.il),e.rXU(Tc),e.rXU(t1.VD))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-swaps"]],viewQuery:function(Y,ie){if(1&Y&&(e.GBs(Ha.B4,5),e.GBs(Mc.iy,5)),2&Y){let et;e.mGM(et=e.lsd())&&(ie.sort=et.first),e.mGM(et=e.lsd())&&(ie.paginator=et.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},standalone:!1,features:[e.Jv_([{provide:De.JO,useValue:{overlayPanelClass:"rtl-select-overlay"}},{provide:Mc.xX,useValue:(0,ot.on)("Swaps")}]),e.OA$],decls:76,vars:20,consts:[["table",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex.gt-xs","30","fxLayoutAlign.gt-xs","space-between center","fxLayout","row","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","49"],["tabindex","1","name","filterBy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["matInput","","name","filter",3,"ngModelChange","input","keyup","ngModel"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"matSortActive","matSortDirection","dataSource","ngClass"],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","claimAddress"],["matColumnDef","lockupAddress"],["matColumnDef","onchainAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","expectedAmount"],["matColumnDef","error"],["matColumnDef","privateKey"],["matColumnDef","preimage"],["matColumnDef","redeemScript"],["matColumnDef","invoice"],["matColumnDef","timeoutBlockHeight"],["matColumnDef","lockupTransactionId"],["matColumnDef","claimTransactionId"],["matColumnDef","refundTransactionId"],["matColumnDef","actions"],["mat-header-cell","",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","hidePageSize"],[3,"value"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout.gt-xs","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell",""],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center"],["mat-stroked-button","","color","primary","type","button","tabindex","4",1,"table-actions-button",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"div",3),e.nrm(3,"fa-icon",4),e.j41(4,"span",5),e.EFF(5),e.k0s()(),e.j41(6,"div",6)(7,"mat-form-field",7)(8,"mat-label"),e.EFF(9,"Filter By"),e.k0s(),e.j41(10,"mat-select",8),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selFilterBy,$t)||(ie.selFilterBy=$t),p.Njj($t)}),e.bIt("selectionChange",function(){return p.eBV(et),ie.selFilter="",p.Njj(ie.applyFilter())}),e.j41(11,"perfect-scrollbar"),e.DNE(12,su,2,2,"mat-option",9),e.k0s()()(),e.j41(13,"mat-form-field",7)(14,"mat-label"),e.EFF(15,"Filter"),e.k0s(),e.j41(16,"input",10),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.selFilter,$t)||(ie.selFilter=$t),p.Njj($t)}),e.bIt("input",function(){return p.eBV(et),p.Njj(ie.applyFilter())})("keyup",function(){return p.eBV(et),p.Njj(ie.applyFilter())}),e.k0s()()()(),e.j41(17,"div",11)(18,"div",12),e.DNE(19,D0,1,0,"mat-progress-bar",13),e.j41(20,"table",14,0),e.qex(22,15),e.DNE(23,id,2,0,"th",16)(24,A0,2,1,"td",17),e.bVm(),e.qex(25,18),e.DNE(26,Sd,2,0,"th",16)(27,Ih,2,1,"td",17),e.bVm(),e.qex(28,19),e.DNE(29,L0,2,0,"th",16)(30,Td,4,4,"td",17),e.bVm(),e.qex(31,20),e.DNE(32,x4,2,0,"th",16)(33,C4,4,4,"td",17),e.bVm(),e.qex(34,21),e.DNE(35,Dd,2,0,"th",22)(36,kh,4,3,"td",17),e.bVm(),e.qex(37,23),e.DNE(38,Ad,2,0,"th",22)(39,I0,4,3,"td",17),e.bVm(),e.qex(40,24),e.DNE(41,ou,2,0,"th",16)(42,M4,4,4,"td",17),e.bVm(),e.qex(43,25),e.DNE(44,Rh,2,0,"th",16)(45,Oh,4,4,"td",17),e.bVm(),e.qex(46,26),e.DNE(47,Ph,2,0,"th",16)(48,Fh,4,4,"td",17),e.bVm(),e.qex(49,27),e.DNE(50,E4,2,0,"th",16)(51,Nh,4,4,"td",17),e.bVm(),e.qex(52,28),e.DNE(53,Bh,2,0,"th",16)(54,zh,4,4,"td",17),e.bVm(),e.qex(55,29),e.DNE(56,Uh,2,0,"th",22)(57,k0,4,3,"td",17),e.bVm(),e.qex(58,30),e.DNE(59,Ld,2,0,"th",16)(60,R0,2,1,"td",17),e.bVm(),e.qex(61,31),e.DNE(62,E1,2,0,"th",16)(63,lu,2,1,"td",17),e.bVm(),e.qex(64,32),e.DNE(65,Id,2,0,"th",16)(66,cu,2,1,"td",17),e.bVm(),e.qex(67,33),e.DNE(68,Vh,6,0,"th",34)(69,Rc,3,0,"td",35),e.bVm(),e.qex(70,36),e.DNE(71,uu,2,1,"td",37),e.bVm(),e.DNE(72,Vl,1,3,"tr",38)(73,O0,1,0,"tr",39)(74,Hh,1,0,"tr",40),e.k0s(),e.nrm(75,"mat-paginator",41),e.k0s()()()}2&Y&&(e.R7$(3),e.Y8G("icon",ie.faHistory),e.R7$(2),e.SpI("",ie.swapCaption," History"),e.R7$(5),e.R50("ngModel",ie.selFilterBy),e.R7$(2),e.Y8G("ngForOf",e.lJ4(16,S0).concat(ie.displayedColumns.slice(0,-1))),e.R7$(4),e.R50("ngModel",ie.selFilter),e.R7$(3),e.Y8G("ngIf",!0===ie.flgLoading[0]),e.R7$(),e.Y8G("matSortActive",ie.selectedSwapType===ie.swapTypeEnum.SWAP_IN?ie.tableSettingSwapIn.sortBy:ie.tableSettingSwapOut.sortBy)("matSortDirection",ie.selectedSwapType===ie.swapTypeEnum.SWAP_IN?ie.tableSettingSwapIn.sortOrder:ie.tableSettingSwapOut.sortOrder)("dataSource",ie.listSwaps)("ngClass",e.eq3(17,T0,"error"===ie.flgLoading[0])),e.R7$(52),e.Y8G("matFooterRowDef",e.lJ4(19,ru)),e.R7$(),e.Y8G("matHeaderRowDef",ie.displayedColumns),e.R7$(),e.Y8G("matRowDefColumns",ie.displayedColumns),e.R7$(),e.Y8G("pageSize",ie.pageSize)("pageSizeOptions",ie.pageSizeOptions)("hidePageSize",ie.screenSize!==ie.screenSizeEnum.XS))},dependencies:[c.YU,c.Sq,c.bT,c.B3,cn.me,cn.BC,cn.vS,Tr.aY,Hr.$z,fo.fg,ra.rl,ra.nJ,$c.HM,bn.DJ,bn.sA,bn.UI,Lo.PW,Lo.eI,De.VO,De.$2,pt.wT,Ha.B4,Ha.aE,Ba.Zl,Ba.tL,Ba.ji,Ba.cC,Ba.YV,Ba.iL,Ba.Zq,Ba.xW,Ba.KS,Ba.$R,Ba.Qo,Ba.YZ,Ba.NB,Ba.iF,Mc.iy,Yt.ZF,Yt.Ld,c.QX],encapsulation:2}))}return z(),F})();const kd=z=>["../",z];function hu(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",16),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG();return p.Njj(ie.onSelectedIndexChange(Y))}),e.EFF(1),e.k0s()}if(2&z){const L=F.$implicit,H=e.XpG();e.Y8G("active",H.activeTab.link===L.link)("routerLink",e.eq3(3,kd,L.link)),e.R7$(),e.JRh(L.name)}}let jh=(()=>{var z;class F{constructor(H,Y,ie){this.router=H,this.store=Y,this.boltzService=ie,this.swapTypeEnum=ot.Bd,this.selectedSwapType=ot.Bd.SWAP_OUT,this.swaps={},this.swapsData=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"swapout",name:"Swap Out"},{link:"swapin",name:"Swap In"}],this.activeTab=this.links[0],this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.boltzService.getBoltzInfo(),this.boltzService.listSwaps();const H=this.links.find(Y=>this.router.url.includes(Y.link));this.activeTab=H||this.links[0],this.selectedSwapType=H&&"swapin"===H.link?ot.Bd.SWAP_IN:ot.Bd.SWAP_OUT,this.router.events.pipe((0,wn.Q)(this.unSubs[0]),(0,cr.p)(Y=>Y instanceof Ja.gx)).subscribe({next:Y=>{const ie=this.links.find(et=>Y.urlAfterRedirects.includes(et.link));this.activeTab=ie||this.links[0],this.selectedSwapType=ie&&"swapin"===ie.link?ot.Bd.SWAP_IN:ot.Bd.SWAP_OUT}}),this.boltzService.swapsChanged.pipe((0,wn.Q)(this.unSubs[1])).subscribe({next:Y=>{this.swaps=Y,this.swapsData=this.selectedSwapType===ot.Bd.SWAP_IN&&Y.swaps?Y.swaps:this.selectedSwapType===ot.Bd.SWAP_OUT&&Y.reverseSwaps?Y.reverseSwaps:[],this.flgLoading[0]=!1},error:Y=>{this.flgLoading[0]="error",this.emptyTableMessage=Y.message?Y.message:"No swap "+(this.selectedSwapType===ot.Bd.SWAP_IN?"in":"out")+" available."}})}onSelectedIndexChange(H){"swapin"===H.link?(this.selectedSwapType=ot.Bd.SWAP_IN,this.swapsData=this.swaps.swaps||[]):(this.selectedSwapType=ot.Bd.SWAP_OUT,this.swapsData=this.swaps.reverseSwaps||[])}onSwap(H){this.boltzService.serviceInfo().pipe((0,wn.Q)(this.unSubs[2])).subscribe({next:Y=>{this.store.dispatch((0,Nn.xO)({payload:{data:{serviceInfo:Y,direction:H,component:Lh}}}))}})}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(Ja.Ix),e.rXU(qi.il),e.rXU(Tc))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-boltz-root"]],standalone:!1,decls:20,vars:7,consts:[["tabPanel",""],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"botlz-icon-sm","mr-1"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["mat-tab-nav-bar","","mat-stretch-tabs","false","mat-align-tabs","start",3,"tabPanel"],["tabindex","1","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","2",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["tabindex","1","mat-tab-link","",1,"mat-tab-label",3,"click","active","routerLink"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1),p.qSk(),e.j41(1,"svg",2)(2,"g",3)(3,"g",4),e.nrm(4,"circle",5)(5,"path",6)(6,"path",7),e.k0s()()(),p.joV(),e.j41(7,"span",8),e.EFF(8,"Boltz"),e.k0s()(),e.j41(9,"div",9)(10,"mat-card")(11,"mat-card-content",10)(12,"nav",11),e.DNE(13,hu,2,5,"div",12),e.k0s(),e.nrm(14,"mat-tab-nav-panel",null,0),e.j41(16,"div",13)(17,"button",14),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onSwap(ie.selectedSwapType))}),e.EFF(18),e.k0s()(),e.nrm(19,"rtl-boltz-swaps",15),e.k0s()()()}if(2&Y){const et=e.sdS(15);e.R7$(12),e.Y8G("tabPanel",et),e.R7$(),e.Y8G("ngForOf",ie.links),e.R7$(5),e.SpI("Start ",ie.activeTab.name),e.R7$(),e.Y8G("selectedSwapType",ie.selectedSwapType)("swapsData",ie.swapsData)("flgLoading",ie.flgLoading)("emptyTableMessage",ie.emptyTableMessage)}},dependencies:[c.Sq,Hr.$z,Ea.RN,Ea.m2,bn.DJ,bn.sA,bn.UI,Dr.Bu,Dr.hQ,Dr.Ql,Wo.Wk,Gh],encapsulation:2}))}return z(),F})();class Ms{constructor(F){this.help=F}}function F0(z,F){if(1&z&&(e.j41(0,"mat-expansion-panel",8)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e.EFF(3),e.k0s()(),e.j41(4,"mat-panel-description",9),e.nrm(5,"span",10),e.j41(6,"a",11),e.EFF(7),e.k0s()()()),2&z){const L=e.XpG().$implicit,H=e.XpG();e.R7$(3),e.JRh(L.help.question),e.R7$(2),e.Y8G("innerHTML",L.help.answer,e.npT),e.R7$(),e.Y8G("routerLink",H.flgLoggedIn?L.help.link:"/login"),e.R7$(),e.JRh(H.flgLoggedIn?L.help.linkCaption:"Login to go to the page")}}function N0(z,F){if(1&z&&(e.j41(0,"div",6),e.DNE(1,F0,8,4,"mat-expansion-panel",7),e.k0s()),2&z){const L=F.$implicit,H=e.XpG();e.R7$(),e.Y8G("ngIf","ALL"===L.help.lnImplementation||L.help.lnImplementation===H.selNode.lnImplementation)}}let Xh=(()=>{var z;class F{constructor(H,Y){this.store=H,this.sessionService=Y,this.helpTopics=[],this.faQuestion=Mn.EvL,this.LNPLink="/lnd/",this.flgLoggedIn=!1,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{this.selNode=H,this.selNode.lnImplementation&&""!==this.selNode.lnImplementation.trim()&&(this.LNPLink="/"+this.selNode.lnImplementation.toLowerCase()+"/",this.addHelpTopics())}),this.sessionService.watchSession().pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.flgLoggedIn=!!H.token}),this.sessionService.getItem("token")&&(this.flgLoggedIn=!0)}addHelpTopics(){this.helpTopics=[],this.helpTopics.push(new Ms({question:"Getting started",answer:'Funding your node is the first step to get started.\nGo to the "On-chain" page of the app:\n1. Generate a new address on the "Recieve" tab.\n2. Send funds to the address.\n3. Wait for the balance to be confirmed on-chain before proceeding further.\n3. Connecting with network peers and opening channels is next.\n',link:this.LNPLink+"onchain/receive/utxos",linkCaption:"On-Chain",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Connect with peers",answer:'Connect with network peers to open channels with them.\nGo to "Peer/Channels" page under the "Lightning" menu :\n1. Get the peer pubkey and host address in the pubkey@ip:port format.\n2. On the "Peers" enter the peer address and connect.\n3. Once the peer is connected, you can open channel with the peer.\n4. A variety of actions can be performed on the connected peers page for each peer:\n a. View Info - View the peer details.\n b. Open Channel - Open channel with the peer.\n c. Disconnect - Disconnect from the peer.\n',link:this.LNPLink+"connections/peers",linkCaption:"Peers",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Opening Channels",answer:'Open channels with a connected peer.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. On the "Channels" section, click on "Open Channel"\n2. On the "Open Channel" modal, select the alias of the connected peer from the drop-down\n2. Specify the amount to commit to the channel and click on "Open Channel".\n3. There are a variety of options available while opening a channel. \n a. Private Channel - When this option is selected, a private channel is opened with the peer. \n b. Priority (advanced option) - Specify either Target confirmation Block or Fee in Sat/vByte. \n c. Spend Unconfirmd Output (advanced option) - Allow channels to be opened with unconfirmed UTXOs.\n4. Track the pending open channels under the "Pending" tab. \n5. Wait for the channel to be confirmed. Only a confimed channel can be used for payments or routing. \n',link:this.LNPLink+"connections/channels/open",linkCaption:"Channels",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Channel Management",answer:'Channel maintenance and balance score.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. A variety of actions can be perfomed on the open channels under the "Open" tab, with the "Actions" button:\n a. View Info - View the channel details.\n b. View Remote Fee - View the fee policy on the channel of the remote peer.\n c. Update Fee Policy - Modify the fee policy on the channel.\n d. Circular Rebalance - Off-chain rebalance channels by making a payment to yourself across a circular path of chained payment channels.\n e. Close Channel - Close the channel.\n2. Balance Score is a "balancedness" metric score for the channel. \n a. It helps measure how balanced the remote and local balances are, on a channel.\n b. A perfectly balanced channel has a score of one, where as a completely lopsided one has a score of zero.\n c. The formula for calculating the score is "1 - abs((local bal - remote bal)/total bal)".\n',link:this.LNPLink+"connections/channels/open",linkCaption:"Channels",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Buying Liquidity",answer:'Buying liquidity for your node.\nGo to "Liquidity Ads" page under the "Lightning" menu:\n 1. Filter ads by liquidity amount and channel opening fee rate.\n 2. Research additionally on liquidity provider nodes before selecting.\n 3. Select the best liquidity node peer for your need and click on "Open Channel" from "Actions" drop-down.\n 4. Confirm amount, rates and total cost on the modal and click on "Execute" to buy liquidity.\n',link:this.LNPLink+"liquidityads",linkCaption:"Liquidity Ads",lnImplementation:"CLN"})),this.helpTopics.push(new Ms({question:"Payments",answer:'Sending Payments from your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayments tab is for making payments via your node\n 1. Input a non-expired lightning invoice (Bolt11 format) in the "Payment Request" field and click on "Send Payment" to send.\n 2. Advanced option # 1 (LND only) - Specify a limit on the routing fee which you are willing to pay, for the payment.\n 3. Advanced option # 2 (LND only) - Specify the outgoing channel which you want the payment to go through.\n',link:this.LNPLink+"transactions/payments",linkCaption:"Payments",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Invoices",answer:'Receiving Payments on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nInvoices tab is for receiving payments on your node.\n 1. Memo - Description you want to provide on the invoice.\n 2. Expiry - The time period, after which the invoice will be invalid.\n 3. Private Routing Hints - Generate an invoice with routing hints for private channels.\n',link:this.LNPLink+"transactions/invoices",linkCaption:"Invoices",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Offers",answer:'Send offer payments, create offer invoices and bookmark paid offers on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayment for bolt12 offer invoice can be done on "Payments" tab:\n 1. Click on "Send Payment" button.\n 2. Select "Offer" option on the modal.\n 2. Offer Request - Input offer request (Bolt12 format) in the input box.\n 3. Bookmark - Select the checkbox to bookmark this offer for future use.\nOffers tab is for creating bolt12 offer invoice on your node:\n 1. Click on "Create Offer" button.\n 2. Description - Description you want to provide on the offer invoice.\n 3. Amount - Amount for the offer invoice.\n 4. issuer - issuer of the offer.\nPaid offer bookmarks shows the list of paid offers saved for future payments.\n',link:this.LNPLink+"transactions/offers",linkCaption:"Offers",lnImplementation:"CLN"})),this.helpTopics.push(new Ms({question:"Channel Backups",answer:'Channel Backups are important to ensure that you have means to recover funds in case of node failures.\nBackup folder location can be customized in the RTL config file with the channelBackupPath field.\nRTL automatically creates all channel backup on server startup, as well as everytime a channel is opened or closed\nYou can verify the all channel backup file by clicking on "Verify All" Button on the backup page.\nYou can also backup each channel individually and verify them.\n** Keep taking backups of your channels regularly and store them in redundant locations **.\n',link:this.LNPLink+"channelbackup/bckup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new Ms({question:"Channel Restore",answer:'Channel Restore is used to recover funds from the channel backup files in case of node failures.\nFollow the below steps to perform fund restoration.\n\nPrerequisite:\n1. The node has been restored with the LND recovery seed.\n2. RTL generated channel backup file/s is available (all channel backup file is channel-all.bak).\n\nRecovery:\n1. Create a restore folder in your folder backup location, as specified in the RTL config file.\n2. Place the channel backup file in the restore folder.\n3. Go to the "Restore" tab under the "Backup" page of RTL.\n4. RTL will list the options to restore funds from the all channel file or individual channel backup file.\n5. Click on the Restore icon on the grid to restore the funds.\n6. Once the restore function is executed successfully, RTL will rename the backup file and it will not be accessible from the UI.\n7. Restore function will force close the channels and recover the funds from them.\n8. The pending close channels can be viewed under the "Pending" tab on the "Peer/Channels" page.\n9. Once the channel is closed, the corresponding pending on-chain transactions can be viewed on the "On-Chain" page.\n10. Once the transactions are confirmed, the channels funds will be restored to your LND Wallet.\n',link:this.LNPLink+"channelbackup/restore",linkCaption:"Channel Restore",lnImplementation:"LND"})),this.helpTopics.push(new Ms({question:"Forwarding History",answer:'Transactions routed by the node.\nGo to "Routing" page under the "Lightning" menu :\nTransactions routed by the node are listed on this page along with channels and the fee earned by transaction.\n',link:this.LNPLink+"routing/forwardinghistory",linkCaption:"Forwarding History",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Lightning Reports",answer:'Routing and transactions data reports.\nGo to "Reports" page under the "Lightning" menu :\nReport can be generated on monthly/yearly basis by selecting the reporting period, month, and year.\n',link:this.LNPLink+"reports/routingreport",linkCaption:"Reports",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Graph Lookup",answer:'Querying your node graph for network node and channel information.\nGo to "Graph Lookup" page under the "Lightning" menu :\nEach node maintains a network graph for the information on all the nodes and channels on the network.\nYou can lookup information on nodes and channels from your graph:\n 1. Node Lookup - Enter the pubkey to perform the lookup.\n 2. Channel Lookup - Enter the short channel ID to perform the lookup.\n',link:this.LNPLink+"graph/lookups",linkCaption:"Graph Lookup",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Query Route",answer:'Querying Payment Routes.\nGo to the "Graph Lookup" page under the "Lightning" menu :\nQuery Routes tab is for querying a potential path to a node and a routing fee estimate for a payment amount.\n 1. Destination Pubkey - Pubkey of the node, you want to send the payment to.\n 2. Amount - Amount in Sats, which you want to send to the node.\n',link:this.LNPLink+"graph/queryroutes",linkCaption:"Query Routes",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Sign & Verify Messages",answer:'Messages signing and verification.\nGo to the "Sign/Verify" page under the "Lightning" menu :\n 1. Sign your message on "Sign" tab.\n 2. Go to "Verify" tab to verify a message.\n',link:this.LNPLink+"messages/sign",linkCaption:"Messages",lnImplementation:"LND"})),this.helpTopics.push(new Ms({question:"Sign & Verify Messages",answer:'Messages signing and verification.\nGo to the "Sign/Verify" page under the "Lightning" menu :\n 1. Sign your message on "Sign" tab.\n 2. Go to "Verify" tab to verify a message.\n',link:this.LNPLink+"messages/sign",linkCaption:"Messages",lnImplementation:"CLN"})),this.helpTopics.push(new Ms({question:"Node Settings",answer:'RTL offers certain customizations on the UI to personalize your experience on the app\nGo to "Node Config" page to access the customization options.\nNode Layout Options\n 1. User Persona - Two options are available to change the dashboard based on the persona.\n 2. Currency Unit - You can choose your preferred fiat currency, to view the onchain and channel balances in the choosen fiat currency.\n 3. Other customizations include day and night mode and a choice of color themes to select from.\nServices Options\n Loop (LND only), Boltz (LND only) & Peerswap (CLN only) services can be configured.\nExperimental Options (CLN only)\n Offers and Liquidity Ads can be enabled/disabled.\nShow LN Config (if configured)\n Shows lightning config file.\n',link:"../config/nodesettings",linkCaption:"Node Settings",lnImplementation:"ALL"})),this.helpTopics.push(new Ms({question:"Application Settings",answer:'RTL also offers certain customizations on the application level\nGo to top right menu "Settings" page to access these options.\nDefault Node Option\nIf you are managing multiple nodes via RTL UI, you can select the default node to load upon login.\nAuthentication Option\nPassword and 2FA update options are available here.\nShow Bitcoin Config (if configured)\n Shows bitcoin config file.\n',link:"../settings/app",linkCaption:"Application Settings",lnImplementation:"ALL"}))}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(qi.il),e.rXU(Ti.Q))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-help"]],standalone:!1,decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxFlex","100",4,"ngFor","ngForOf"],["fxFlex","100"],["class","flat-expansion-panel help-expansion mb-2px",4,"ngIf"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],[1,"pre-wrap",3,"innerHTML"],[1,"mt-2",3,"routerLink"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"div",1),e.nrm(2,"fa-icon",2),e.j41(3,"span",3),e.EFF(4,"Help"),e.k0s()(),e.j41(5,"div",4)(6,"div",0),e.DNE(7,N0,2,1,"div",5),e.k0s()()()),2&Y&&(e.R7$(2),e.Y8G("icon",ie.faQuestion),e.R7$(5),e.Y8G("ngForOf",ie.helpTopics))},dependencies:[c.Sq,c.bT,Tr.aY,Lr.GK,Lr.Z2,Lr.WN,Lr.Q6,bn.DJ,bn.sA,bn.UI,Wo.Wk],styles:[".mat-mdc-card-content[_ngcontent-%COMP%]{margin-bottom:4px}"]}))}return z(),F})();var B0=l(84572);function w4(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Token is required."),e.k0s())}let fu=(()=>{var z;class F{constructor(H,Y){this.dialogRef=H,this.store=Y,this.token=""}onClose(){this.dialogRef.close(null)}onVerifyToken(){if(!this.token)return!0;this.dialogRef.close(),this.store.dispatch((0,Nn.R$)({payload:{twoFAToken:this.token}}))}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU($a.CP),e.rXU(qi.il))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-login-token"]],standalone:!1,decls:19,vars:2,consts:[["tokenForm","ngForm"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100",3,"ngSubmit"],["autoFocus","","matInput","","type","text","id","token","name","token","tabindex","2","required","",3,"ngModelChange","ngModel"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","submit"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card-header",3)(3,"div",4)(4,"span",5),e.EFF(5,"Two Factor Token"),e.k0s()(),e.j41(6,"button",6),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onClose())}),e.EFF(7,"X"),e.k0s()(),e.j41(8,"mat-card-content",7)(9,"form",8,0),e.bIt("ngSubmit",function(){return p.eBV(et),p.Njj(ie.onVerifyToken())}),e.j41(11,"mat-form-field")(12,"mat-label"),e.EFF(13,"Token"),e.k0s(),e.j41(14,"input",9),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.token,$t)||(ie.token=$t),p.Njj($t)}),e.k0s(),e.DNE(15,w4,2,0,"mat-error",10),e.k0s(),e.j41(16,"div",11)(17,"button",12),e.EFF(18,"Verify Token"),e.k0s()()()()()()}2&Y&&(e.R7$(14),e.R50("ngModel",ie.token),e.R7$(),e.Y8G("ngIf",!ie.token))},dependencies:[c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Hr.$z,Ea.m2,Ea.MM,fo.fg,ra.rl,ra.nJ,ra.TL,bn.DJ,bn.sA,bn.UI,Pi.N],encapsulation:2}))}return z(),F})();const mu=z=>({"padding-gap-large":z}),w1=(z,F)=>({"font-size-200":z,"font-size-300":F});function Kh(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Password is required."),e.k0s())}function S4(z,F){if(1&z&&(e.j41(0,"p",21)(1,"mat-icon",22),e.EFF(2,"close"),e.k0s(),e.EFF(3),e.k0s()),2&z){const L=e.XpG();e.R7$(3),e.SpI(" ",L.loginErrorMessage," ")}}function S1(z,F){if(1&z&&(e.j41(0,"p",23)(1,"mat-icon",22),e.EFF(2,"close"),e.k0s(),e.EFF(3),e.k0s()),2&z){const L=e.XpG();e.R7$(3),e.SpI(" ",L.logoutReason," ")}}let T4=(()=>{var z;class F{constructor(H,Y,ie,et,Bt){this.actions=H,this.logger=Y,this.store=ie,this.rtlEffects=et,this.commonService=Bt,this.faUnlockAlt=Mn.HEq,this.logoutReason="",this.password="",this.rtlSSO=0,this.rtlCookiePath="",this.accessKey="",this.flgShow=!1,this.screenSize="",this.screenSizeEnum=ot.f7,this.loginErrorMessage="",this.apiCallStatusEnum=ot.wn,this.unSubs=[new hn.B,new hn.B,new hn.B]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),(0,B0.z)([this.store.select(Va.Kq),this.store.select(Va.E2)]).pipe((0,wn.Q)(this.unSubs[0])).subscribe(([H,Y])=>{this.loginErrorMessage="",H.status===ot.wn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof H.message?JSON.stringify(H.message):H.message),this.logger.error(H.message)),Y.status===ot.wn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof Y.message?JSON.stringify(Y.message):Y.message),this.logger.error(Y.message))}),this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.appConfig=H,this.logger.info(H)}),this.actions.pipe((0,cr.p)(H=>H.type===ot.aU.LOGOUT),(0,js.s)(1)).subscribe(H=>{this.logoutReason=H.payload})}onLogin(){if(!this.password)return!0;this.loginErrorMessage="",this.logoutReason="",this.appConfig.enable2FA?(this.store.dispatch((0,Nn.xO)({payload:{maxWidth:"35rem",data:{component:fu}}})),this.rtlEffects.closeAlert.pipe((0,js.s)(1)).subscribe(H=>{H&&this.store.dispatch((0,Nn.iD)({payload:{password:Ar(this.password),defaultPassword:ot.Ah.includes(this.password.toLowerCase()),twoFAToken:H.twoFAToken}}))})):this.store.dispatch((0,Nn.iD)({payload:{password:Ar(this.password),defaultPassword:ot.Ah.includes(this.password.toLowerCase())}}))}resetData(){this.password="",this.loginErrorMessage="",this.logoutReason="",this.flgShow=!1}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(Fo.En),e.rXU(ir.gP),e.rXU(qi.il),e.rXU(ms.H),e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-login"]],standalone:!1,decls:29,vars:14,consts:[["loginForm","ngForm"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"login-container"],["fxLayout","row","fxFlex.gt-sm","35","fxLayoutAlign","center center"],["fxLayout","row","fxFlex","45","fxLayoutAlign","center stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxFlex","35","fxLayoutAlign","center center",1,"bg-primary"],["alt","RTL Logo","src","assets/images/RTL-Horse-BY.svg",1,"rtl-logo-svg"],["fxFlex","65","fxLayout","column","fxLayoutAlign","center stretch",3,"ngClass"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","mt-2","p-0"],[1,"font-bold-500",3,"ngClass"],[1,"page-title"],[1,"pb-2"],["fxLayout","column","fxLayoutAlign","start space-between"],["autoFocus","","matInput","","id","password","name","password","tabindex","1","required","",3,"ngModelChange","type","ngModel"],["mat-icon-button","","matSuffix","","tabindex","2","type","button",3,"click"],[4,"ngIf"],["class","color-warn pre-wrap","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","color-warn pre-wrap","fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1","mb-2",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","pre-wrap"],["fxLayoutAlign","center center",1,"mr-3px","icon-small"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"color-warn","pre-wrap"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",1)(1,"div",2)(2,"mat-card",3)(3,"div",4)(4,"div",5),e.nrm(5,"img",6),e.k0s(),e.j41(6,"div",7)(7,"mat-card-header",8)(8,"mat-card-title",9)(9,"span",10),e.EFF(10,"Welcome"),e.k0s()()(),e.j41(11,"mat-card-content",11)(12,"form",12,0)(14,"mat-form-field")(15,"mat-label"),e.EFF(16,"Password"),e.k0s(),e.j41(17,"input",13),e.mxI("ngModelChange",function($t){return p.eBV(et),e.DH7(ie.password,$t)||(ie.password=$t),p.Njj($t)}),e.k0s(),e.j41(18,"button",14),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.flgShow=!ie.flgShow)}),e.j41(19,"mat-icon"),e.EFF(20),e.k0s()(),e.DNE(21,Kh,2,0,"mat-error",15),e.k0s(),e.DNE(22,S4,4,1,"p",16)(23,S1,4,1,"p",17),e.j41(24,"div",18)(25,"button",19),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.resetData())}),e.EFF(26,"Clear"),e.k0s(),e.j41(27,"button",20),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onLogin())}),e.EFF(28,"Login"),e.k0s()()()()()()()()()}2&Y&&(e.R7$(6),e.Y8G("ngClass",e.eq3(9,mu,ie.screenSize===ie.screenSizeEnum.XS)),e.R7$(2),e.Y8G("ngClass",e.l_i(11,w1,ie.screenSize===ie.screenSizeEnum.XS,ie.screenSize!==ie.screenSizeEnum.XS)),e.R7$(9),e.Y8G("type",ie.flgShow?"text":"password"),e.R50("ngModel",ie.password),e.R7$(),e.BMQ("aria-label","Hide password"),e.R7$(2),e.JRh(ie.flgShow?"visibility_off":"visibility"),e.R7$(),e.Y8G("ngIf",!ie.password),e.R7$(),e.Y8G("ngIf",""!==ie.loginErrorMessage),e.R7$(),e.Y8G("ngIf",""!==ie.logoutReason))},dependencies:[c.YU,c.bT,cn.qT,cn.me,cn.BC,cn.cb,cn.YS,cn.vS,cn.cV,Hr.$z,vd.iY,Ea.RN,Ea.m2,Ea.MM,Ea.dh,tc.An,fo.fg,ra.rl,ra.nJ,ra.TL,ra.yw,bn.DJ,bn.sA,bn.UI,Lo.PW,Pi.N],styles:[".login-container[_ngcontent-%COMP%]{height:60vh;margin-top:15%}.login-container[_ngcontent-%COMP%] .mat-mdc-card[_ngcontent-%COMP%]{height:30rem}.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:100%}@media only screen and (max-width: 56.25em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:37%}}@media only screen and (max-width: 37.5em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:70%}}.login-container[_ngcontent-%COMP%] .material-icons.mat-icon[_ngcontent-%COMP%]{font-size:90%;cursor:pointer}"]}))}return z(),F})();var pu=l(90013);let D4=(()=>{var z;class F{constructor(H,Y){this.activatedRoute=H,this.router=Y,this.error={errorCode:"",errorMessage:""},this.faTimes=Mn.GRI,this.unsubs=[new hn.B,new hn.B]}ngOnInit(){this.activatedRoute.paramMap.pipe((0,wn.Q)(this.unsubs[0])).subscribe(H=>{this.error=window.history.state})}goToHelp(){this.router.navigate(["/help"])}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(Ja.nX),e.rXU(Ja.Ix))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-error"]],standalone:!1,decls:13,vars:3,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","center center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","padding-gap-large"],[1,"font-size-300","font-bold-500"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-large"],[1,"box-text","font-size-120"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"mat-card",1)(2,"mat-card-header",2)(3,"mat-card-title",3),e.nrm(4,"fa-icon",4),e.j41(5,"span",5),e.EFF(6),e.k0s()()(),e.j41(7,"mat-card-content",6)(8,"div",7),e.EFF(9),e.k0s(),e.j41(10,"span",8)(11,"button",9),e.bIt("click",function(){return ie.goToHelp()}),e.EFF(12,"Go To Help"),e.k0s()()()()()),2&Y&&(e.R7$(4),e.Y8G("icon",ie.faTimes),e.R7$(2),e.SpI("Error ",ie.error.errorCode),e.R7$(3),e.JRh(ie.error.errorMessage))},dependencies:[Tr.aY,Hr.$z,Ea.RN,Ea.m2,Ea.MM,Ea.dh,bn.DJ,bn.sA,bn.UI],encapsulation:2}))}return z(),F})();var Is=l(17186),nd=l(51534),gu=l(60092),Yh=l(56114);const Qh=(z,F)=>({"alert-danger":z,"alert-info":F});function T1(z,F){1&z&&e.nrm(0,"span",17)}function D1(z,F){1&z&&e.nrm(0,"span",18)}function A4(z,F){if(1&z){const L=e.RV6();e.j41(0,"form",19,0)(2,"div",20),e.nrm(3,"fa-icon",4),e.j41(4,"span"),e.EFF(5,"Please ensure that "),e.j41(6,"strong"),e.EFF(7,"experimental-offers"),e.k0s(),e.EFF(8," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.j41(9,"strong")(10,"a",21),e.EFF(11,"here"),e.k0s()(),e.EFF(12," to learn more about Core Lightning offers."),e.k0s()(),e.j41(13,"h4",22),e.EFF(14,"Description"),e.k0s(),e.j41(15,"span"),e.EFF(16,"Offers is a draft specification (also referred as BOLT12) for Lightning nodes and wallets, with experimental support in Core Lightning."),e.k0s(),e.j41(17,"h4",22),e.EFF(18,"Links"),e.k0s(),e.j41(19,"span")(20,"a",23),e.EFF(21,"Core lightning Bolt12"),e.k0s()(),e.nrm(22,"mat-divider",24),e.j41(23,"div",25),e.nrm(24,"fa-icon",4),e.j41(25,"span"),e.EFF(26,"Do not get an Offer tattoo until spec is fully ratified!"),e.k0s()(),e.j41(27,"mat-slide-toggle",26),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(2);return e.DH7(ie.enableOffers,Y)||(ie.enableOffers=Y),p.Njj(Y)}),e.bIt("change",function(){p.eBV(L);const Y=e.XpG(2);return p.Njj(Y.onUpdateFeature())}),e.EFF(28),e.k0s()()}if(2&z){const L=e.XpG(2);e.R7$(3),e.Y8G("icon",L.faInfoCircle),e.R7$(19),e.Y8G("inset",!0),e.R7$(2),e.Y8G("icon",L.faExclamationTriangle),e.R7$(3),e.R50("ngModel",L.enableOffers),e.R7$(),e.SpI("Enable Offers ",L.enableOffers?"(You can find Offers under Lightning -> Transactions -> Offers)":"")}}function $h(z,F){if(1&z&&(e.j41(0,"div")(1,"div",29),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Please ensure that "),e.j41(5,"strong"),e.EFF(6,"experimental-dual-fund"),e.k0s(),e.EFF(7," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.j41(8,"strong")(9,"a",30),e.EFF(10,"here"),e.k0s()(),e.EFF(11," to learn more about Core Lightning Liquidity Ads."),e.k0s()()()),2&z){const L=e.XpG(3);e.R7$(2),e.Y8G("icon",L.faExclamationTriangle)}}function _u(z,F){if(1&z&&(e.j41(0,"mat-option",47),e.EFF(1),e.nI1(2,"titlecase"),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L),e.R7$(),e.SpI(" ",e.bMT(2,2,L.id)," ")}}function vu(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(4);e.R7$(),e.SpI("",L.selPolicyType.placeholder," is required.")}}function Zh(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(4);e.R7$(),e.Lme("",L.selPolicyType.placeholder," must be greater than or equal to ",L.selPolicyType.min,".")}}function Jh(z,F){if(1&z&&(e.j41(0,"mat-error"),e.EFF(1),e.k0s()),2&z){const L=e.XpG(4);e.R7$(),e.Lme("",L.selPolicyType.placeholder," must be less than or equal to ",L.selPolicyType.max,".")}}function _m(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Lease base fee is required."),e.k0s())}function L4(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Lease base basis is required."),e.k0s())}function I4(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Max channel routing base fee is required."),e.k0s())}function qh(z,F){1&z&&(e.j41(0,"mat-error"),e.EFF(1,"Max channel routing fee rate is required."),e.k0s())}function yu(z,F){if(1&z&&(e.j41(0,"h4",48)(1,"span",49),e.EFF(2),e.k0s()()),2&z){const L=e.XpG(4);e.R7$(),e.Y8G("ngClass",e.l_i(2,Qh,!!L.updateMsg.error,!!L.updateMsg.data)),e.R7$(),e.SpI(" ",L.updateMsg.error&&""!==L.updateMsg.error?`Error: ${L.updateMsg.error||"Unknown Error"}`:L.updateMsg.data&&""!==L.updateMsg.data?L.updateMsg.data:"Successfully Updated the Funding Policy!"," ")}}function vm(z,F){if(1&z){const L=e.RV6();e.j41(0,"div",31)(1,"div",32),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"These config changes should be configured permanently via the config file on your CLN node otherwise the policy would need to be configured again, if your node restarts."),e.k0s()(),e.j41(5,"div",33)(6,"mat-form-field",34)(7,"mat-label"),e.EFF(8,"Policy"),e.k0s(),e.j41(9,"mat-select",35),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.selPolicyType,Y)||(ie.selPolicyType=Y),p.Njj(Y)}),e.bIt("selectionChange",function(){p.eBV(L);const Y=e.XpG(3);return p.Njj(Y.policyMod=null)}),e.DNE(10,_u,3,4,"mat-option",36),e.k0s()(),e.j41(11,"mat-form-field",37)(12,"mat-label"),e.EFF(13),e.k0s(),e.j41(14,"input",38,1),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.policyMod,Y)||(ie.policyMod=Y),p.Njj(Y)}),e.k0s(),e.j41(16,"mat-hint"),e.EFF(17),e.k0s(),e.DNE(18,vu,2,1,"mat-error",27)(19,Zh,2,2,"mat-error",27)(20,Jh,2,2,"mat-error",27),e.k0s()(),e.j41(21,"div",33)(22,"mat-form-field",37)(23,"mat-label"),e.EFF(24,"Lease Base Fee (Sats)"),e.k0s(),e.j41(25,"input",39),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.lease_fee_base_sat,Y)||(ie.lease_fee_base_sat=Y),p.Njj(Y)}),e.k0s(),e.DNE(26,_m,2,0,"mat-error",27),e.k0s(),e.j41(27,"mat-form-field",37)(28,"mat-label"),e.EFF(29,"Lease Base Basis (bps)"),e.k0s(),e.j41(30,"input",40),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.lease_fee_basis,Y)||(ie.lease_fee_basis=Y),p.Njj(Y)}),e.k0s(),e.DNE(31,L4,2,0,"mat-error",27),e.k0s()(),e.j41(32,"div",33)(33,"mat-form-field",37)(34,"mat-label"),e.EFF(35,"Max Channel Routing Base Fee (Sats)"),e.k0s(),e.j41(36,"input",41),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.channelFeeMaxBaseSat,Y)||(ie.channelFeeMaxBaseSat=Y),p.Njj(Y)}),e.k0s(),e.DNE(37,I4,2,0,"mat-error",27),e.k0s(),e.j41(38,"mat-form-field",37)(39,"mat-label"),e.EFF(40,"Max Channel Routing Fee Rate (ppm)"),e.k0s(),e.j41(41,"input",42),e.mxI("ngModelChange",function(Y){p.eBV(L);const ie=e.XpG(3);return e.DH7(ie.channelFeeMaxProportional,Y)||(ie.channelFeeMaxProportional=Y),p.Njj(Y)}),e.k0s(),e.DNE(42,qh,2,0,"mat-error",27),e.k0s()(),e.DNE(43,yu,3,5,"h4",43),e.j41(44,"div",44)(45,"button",45),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(3);return p.Njj(Y.onResetPolicy())}),e.EFF(46,"Reset"),e.k0s(),e.j41(47,"button",46),e.bIt("click",function(){p.eBV(L);const Y=e.XpG(3);return p.Njj(Y.onUpdateFundingPolicy())}),e.EFF(48,"Update"),e.k0s()()()}if(2&z){const L=e.XpG(3);e.R7$(2),e.Y8G("icon",L.faExclamationTriangle),e.R7$(7),e.R50("ngModel",L.selPolicyType),e.R7$(),e.Y8G("ngForOf",L.policyTypes),e.R7$(3),e.JRh(L.selPolicyType.placeholder),e.R7$(),e.Y8G("step","fixed"===L.selPolicyType.id?1e3:10)("min",L.selPolicyType.min)("max",L.selPolicyType.max),e.R50("ngModel",L.policyMod),e.R7$(3),e.E5c("",L.selPolicyType.placeholder," should be between ",L.selPolicyType.min," and ",L.selPolicyType.max),e.R7$(),e.Y8G("ngIf",!L.policyMod),e.R7$(),e.Y8G("ngIf",L.policyModL.selPolicyType.max),e.R7$(5),e.R50("ngModel",L.lease_fee_base_sat),e.R7$(),e.Y8G("ngIf",!L.lease_fee_base_sat),e.R7$(4),e.R50("ngModel",L.lease_fee_basis),e.R7$(),e.Y8G("ngIf",!L.lease_fee_basis),e.R7$(5),e.R50("ngModel",L.channelFeeMaxBaseSat),e.R7$(),e.Y8G("ngIf",!L.channelFeeMaxBaseSat),e.R7$(4),e.R50("ngModel",L.channelFeeMaxProportional),e.R7$(),e.Y8G("ngIf",!L.channelFeeMaxProportional),e.R7$(),e.Y8G("ngIf",L.flgUpdateCalled)}}function bu(z,F){if(1&z&&(e.j41(0,"form",19,0),e.DNE(2,$h,12,1,"div",27)(3,vm,49,23,"div",28),e.k0s()),2&z){const L=e.XpG(2);e.R7$(2),e.Y8G("ngIf",!L.features[1].enabled),e.R7$(),e.Y8G("ngIf",L.features[1].enabled)}}function k4(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-expansion-panel",10),e.bIt("opened",function(){const Y=p.eBV(L).index,ie=e.XpG();return p.Njj(ie.onPanelExpanded(Y))}),e.j41(1,"mat-expansion-panel-header")(2,"mat-panel-title",11)(3,"h4",12),e.EFF(4),e.k0s(),e.j41(5,"h4",12),e.DNE(6,T1,1,0,"span",13)(7,D1,1,0,"span",14),e.EFF(8),e.k0s()()(),e.j41(9,"div",15),e.DNE(10,A4,29,5,"form",16)(11,bu,4,2,"form",16),e.k0s()()}if(2&z){const L=F.$implicit,H=F.index;e.Y8G("expanded",!1),e.R7$(4),e.JRh(L.name),e.R7$(2),e.Y8G("ngIf",L.enabled),e.R7$(),e.Y8G("ngIf",!L.enabled),e.R7$(),e.SpI(" ",L.enabled?"Enabled":"Disabled"," "),e.R7$(2),e.Y8G("ngIf",0===H),e.R7$(),e.Y8G("ngIf",1===H)}}let ym=(()=>{var z;class F{constructor(H,Y,ie,et){this.logger=H,this.store=Y,this.dataService=ie,this.commonService=et,this.faInfoCircle=Mn.iW_,this.faExclamationTriangle=Mn.zpE,this.faCode=Mn.jTw,this.features=[{name:"Offers",enabled:!1},{name:"Channel Funding Policy",enabled:!1}],this.enableOffers=!1,this.fundingPolicy={},this.policyTypes=ot.ul,this.selPolicyType=ot.ul[0],this.flgUpdateCalled=!1,this.updateMsg={},this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.dataService.listConfigs().pipe((0,wn.Q)(this.unSubs[0])).subscribe({next:H=>{this.logger.info("Received List Configs: "+JSON.stringify(H)),this.features[1].enabled=!!H.configs["experimental-dual-fund"].set},error:H=>{this.logger.error("List Configs Error: "+JSON.stringify(H)),this.features[1].enabled=!1}}),this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.selNode=H,this.enableOffers=this.selNode.settings.enableOffers||!1,this.features[0].enabled=this.enableOffers,this.logger.info(this.selNode)}),this.store.select(zl.Al).pipe((0,wn.Q)(this.unSubs[2])).subscribe(H=>{this.policyTypes[2].max=H.balance.totalBalance||1e3})}onPanelExpanded(H){1===H&&!this.fundingPolicy.policy&&this.dataService.getOrUpdateFunderPolicy().pipe((0,wn.Q)(this.unSubs[3])).subscribe(Y=>{this.logger.info("Received Funder Update Policy: "+JSON.stringify(Y)),this.fundingPolicy=Y,this.fundingPolicy.policy&&(this.selPolicyType=ot.ul.find(ie=>ie.id===this.fundingPolicy.policy)||this.policyTypes[0]),this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.lease_fee_base_sat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.lease_fee_basis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null})}onUpdateFeature(){this.logger.info(this.selNode),this.selNode.settings.enableOffers=this.enableOffers,this.features[0].enabled=this.enableOffers,this.store.dispatch((0,Nn.T$)({payload:this.selNode}))}onUpdateFundingPolicy(){this.flgUpdateCalled=!0,this.updateMsg={},this.dataService.getOrUpdateFunderPolicy(this.selPolicyType.id,this.policyMod,1e3*(this.lease_fee_base_sat||0),this.lease_fee_basis,1e3*(this.channelFeeMaxBaseSat||0),this.channelFeeMaxProportional?this.channelFeeMaxProportional/1e3:0).pipe((0,wn.Q)(this.unSubs[4])).subscribe({next:H=>{this.logger.info(H),this.fundingPolicy=H,this.updateMsg={data:"Compact Lease: "+H.compact_lease},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)},error:H=>{this.logger.error(H),this.updateMsg={error:this.commonService.extractErrorMessage(H,"Error in updating funder policy")},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)}})}onResetPolicy(){this.flgUpdateCalled=!1,this.updateMsg={},this.selPolicyType=this.fundingPolicy.policy?ot.ul.find(H=>H.id===this.fundingPolicy.policy)||this.policyTypes[0]:ot.ul[0],this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.lease_fee_base_sat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.lease_fee_basis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qi.il),e.rXU(nd.u),e.rXU(qs.h))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-experimental-settings"]],standalone:!1,decls:13,vars:3,consts:[["form","ngForm"],["plcMod","ngModel"],["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],[1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","flat-expansion-panel my-1",3,"expanded","opened",4,"ngFor","ngForOf"],[1,"flat-expansion-panel","my-1",3,"opened","expanded"],["fxFlex","100","fxLayoutAlign","space-between center"],[1,"font-bold-500"],["class","dot green",4,"ngIf"],["class","dot yellow",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],[1,"dot","green"],[1,"dot","yellow"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-info"],["href","http://bolt12.org","target","_blank"],[1,"mt-2"],["href","https://github.com/lightningnetwork/lightning-rfc/pull/798 ","target","blank"],[1,"my-2",3,"inset"],[1,"alert","alert-warn"],["autoFocus","","tabindex","1","color","primary","name","enableOfr",1,"my-1",3,"ngModelChange","change","ngModel"],[4,"ngIf"],["fxLayout","column",4,"ngIf"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn"],["href","https://medium.com/blockstream/setting-up-liquidity-ads-in-c-lightning-54e4c59c091d","target","_blank"],["fxLayout","column"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn","mb-2"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start end"],["autofocus","","tabindex","1","name","policy",3,"ngModelChange","selectionChange","ngModel"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","49"],["matInput","","type","number","tabindex","2","required","","name","plcMod",3,"ngModelChange","step","min","max","ngModel"],["matInput","","type","number","step","100","min","0","tabindex","3","required","","name","lease_fee_base_sat",3,"ngModelChange","ngModel"],["matInput","","type","number","step","1","min","0","tabindex","4","required","","name","lease_fee_basis",3,"ngModelChange","ngModel"],["matInput","","type","number","step","100","min","0","tabindex","5","required","","name","channelFeeMaxBaseSat",3,"ngModelChange","ngModel"],["matInput","","type","number","step","1000","min","0","tabindex","6","required","","name","channelFeeMaxProportional",3,"ngModelChange","ngModel"],["fxLayoutAlign","start stretch","class","font-bold-500 mt-2",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","7",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],[3,"value"],["fxLayoutAlign","start stretch",1,"font-bold-500","mt-2"],["fxFlex","100",1,"alert",3,"ngClass"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",2)(1,"div",3),e.nrm(2,"fa-icon",4),e.j41(3,"span"),e.EFF(4,"Experimental features should be enabled with caution. Many such features may be implementation specific and not ratified for the BOLT spec. Enabling these may still result in a broken experience. Referencing relevant feature documentation is highly advised before enabling."),e.k0s()(),e.j41(5,"form",5,0)(7,"div",6),e.nrm(8,"fa-icon",7),e.j41(9,"span",8),e.EFF(10,"Features"),e.k0s()(),e.j41(11,"mat-accordion"),e.DNE(12,k4,12,7,"mat-expansion-panel",9),e.k0s()()()),2&Y&&(e.R7$(2),e.Y8G("icon",ie.faInfoCircle),e.R7$(6),e.Y8G("icon",ie.faCode),e.R7$(4),e.Y8G("ngForOf",ie.features))},dependencies:[c.YU,c.Sq,c.bT,cn.qT,cn.me,cn.Q0,cn.BC,cn.cb,cn.YS,cn.VZ,cn.zX,cn.vS,cn.cV,Tr.aY,Hr.$z,Lr.BS,Lr.GK,Lr.Z2,Lr.WN,fo.fg,ra.rl,ra.nJ,ra.MV,ra.TL,Ni.q,bn.DJ,bn.sA,bn.UI,Lo.PW,De.VO,pt.wT,pd.sG,Yt.Ld,Pi.N,gu.z,Yh.V,c.PV],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}))}return z(),F})(),R4=(()=>{var z;class F{constructor(){}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-no-service-found"]],standalone:!1,decls:6,vars:0,consts:[["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",0)(1,"mat-card")(2,"mat-card-content",1)(3,"div",2)(4,"div",3),e.EFF(5,"No Service Found!"),e.k0s()()()()())},dependencies:[Ea.RN,Ea.m2,bn.DJ,bn.sA],encapsulation:2}))}return z(),F})();const O4=[{path:"",pathMatch:"full",redirectTo:"login"},{path:"lnd",loadChildren:()=>Promise.all([l.e(193),l.e(190)]).then(l.bind(l,39190)).then(z=>z.LNDModule),canActivate:[(0,Is.q_)()]},{path:"cln",loadChildren:()=>Promise.all([l.e(193),l.e(853)]).then(l.bind(l,94853)).then(z=>z.CLNModule),canActivate:[(0,Is.q_)()]},{path:"ecl",loadChildren:()=>Promise.all([l.e(193),l.e(17)]).then(l.bind(l,89017)).then(z=>z.ECLModule),canActivate:[(0,Is.q_)()]},{path:"settings",component:is,canActivate:[(0,Is.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"app"},{path:"app",component:Qa,canActivate:[(0,Is.q_)()]},{path:"auth",component:ya,canActivate:[(0,Is.q_)()]},{path:"bconfig",component:Jl,canActivate:[(0,Is.q_)()]}]},{path:"config",component:m4,canActivate:[(0,Is.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"nodesettings"},{path:"nodesettings",component:e1,canActivate:[(0,Is.q_)()]},{path:"pglayout",component:L2,canActivate:[(0,Is.q_)()]},{path:"services",component:nh,canActivate:[(0,Is.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",component:Cs,canActivate:[(0,Is.q_)()]},{path:"boltz",component:F2,canActivate:[(0,Is.q_)()]},{path:"noservice",component:R4}]},{path:"experimental",component:ym,canActivate:[(0,Is.q_)()]},{path:"lnconfig",component:md,canActivate:[(0,Is.q_)()]}]},{path:"services",component:g4,canActivate:[(0,Is.q_)()],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",pathMatch:"full",redirectTo:"loop/loopout"},{path:"loop/:selTab",component:uh},{path:"boltz",pathMatch:"full",redirectTo:"boltz/swapout"},{path:"boltz/:selTab",component:jh}]},{path:"help",component:Xh},{path:"login",component:T4},{path:"error",component:D4},{path:"**",component:pu.X}],P4=Wo.iI.forRoot(O4,{onSameUrlNavigation:"reload",scrollPositionRestoration:"enabled"});var F4=l(19029),xu=l(9881),N4=l(34330),B4=l(9183),A1=l(90882),ad=l(55911),Oc=l(72279),Yo=l(47358);const Io={LNDChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:Mn.xiI,link:"/lnd/home",userPersona:ot.HW.ALL,children:[]},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:Mn.CQO,link:"/lnd/onchain",userPersona:ot.HW.ALL,children:[]},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:Mn.zm_,link:"/lnd/connections",userPersona:ot.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:Mn.gdJ,link:"/lnd/connections",userPersona:ot.HW.ALL,children:[]},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:Mn._qq,link:"/lnd/transactions",userPersona:ot.HW.ALL,children:[]},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:Mn.knH,link:"/lnd/routing",userPersona:ot.HW.ALL,children:[]},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:Mn.$Fj,link:"/lnd/reports",userPersona:ot.HW.ALL,children:[]},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:Mn.MjD,link:"/lnd/graph",userPersona:ot.HW.ALL,children:[]},{id:36,parentId:3,name:"Sign/Verify",iconType:"FA",icon:Mn.pCJ,link:"/lnd/messages",userPersona:ot.HW.ALL,children:[]},{id:37,parentId:3,name:"Backup",iconType:"FA",icon:Mn.cbP,link:"/lnd/channelbackup",userPersona:ot.HW.ALL,children:[]},{id:38,parentId:3,name:"Network",iconType:"FA",icon:Mn.qFF,link:"/lnd/network",userPersona:ot.HW.OPERATOR,children:[]},{id:39,parentId:3,name:"Node/Network",iconType:"FA",icon:Mn.D6w,link:"/lnd/network",userPersona:ot.HW.MERCHANT,children:[]}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:Mn.qIE,link:"/services/loop",userPersona:ot.HW.ALL,children:[{id:41,parentId:4,name:"Loop",iconType:"FA",icon:Mn.C8j,link:"/services/loop",userPersona:ot.HW.ALL,children:[]},{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:ot.HW.ALL,children:[]}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:Mn.nsx,link:"/config",userPersona:ot.HW.ALL,children:[]},{id:6,parentId:0,name:"Help",iconType:"FA",icon:Mn.EvL,link:"/help",userPersona:ot.HW.ALL,children:[]}],CLNChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:Mn.xiI,link:"/cln/home",userPersona:ot.HW.ALL,children:[]},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:Mn.CQO,link:"/cln/onchain",userPersona:ot.HW.ALL,children:[]},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:Mn.zm_,link:"/cln/connections",userPersona:ot.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:Mn.gdJ,link:"/cln/connections",userPersona:ot.HW.ALL,children:[]},{id:32,parentId:3,name:"Liquidity Ads",iconType:"FA",icon:Mn.e4L,link:"/cln/liquidityads",userPersona:ot.HW.ALL,children:[]},{id:33,parentId:3,name:"Transactions",iconType:"FA",icon:Mn._qq,link:"/cln/transactions",userPersona:ot.HW.ALL,children:[]},{id:34,parentId:3,name:"Routing",iconType:"FA",icon:Mn.knH,link:"/cln/routing",userPersona:ot.HW.ALL,children:[]},{id:35,parentId:3,name:"Reports",iconType:"FA",icon:Mn.$Fj,link:"/cln/reports",userPersona:ot.HW.ALL,children:[]},{id:36,parentId:3,name:"Graph Lookup",iconType:"FA",icon:Mn.MjD,link:"/cln/graph",userPersona:ot.HW.ALL,children:[]},{id:37,parentId:3,name:"Sign/Verify",iconType:"FA",icon:Mn.pCJ,link:"/cln/messages",userPersona:ot.HW.ALL,children:[]},{id:38,parentId:3,name:"Fee Rates",iconType:"FA",icon:Mn.WKo,link:"/cln/rates",userPersona:ot.HW.OPERATOR,children:[]},{id:39,parentId:3,name:"Node/Fee Rates",iconType:"FA",icon:Mn.D6w,link:"/cln/rates",userPersona:ot.HW.MERCHANT,children:[]}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:Mn.qIE,link:"/services/loop",userPersona:ot.HW.ALL,children:[{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:ot.HW.ALL,children:[]}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:Mn.nsx,link:"/config",userPersona:ot.HW.ALL,children:[]},{id:6,parentId:0,name:"Help",iconType:"FA",icon:Mn.EvL,link:"/help",userPersona:ot.HW.ALL,children:[]}],ECLChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:Mn.xiI,link:"/ecl/home",userPersona:ot.HW.ALL,children:[]},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:Mn.CQO,link:"/ecl/onchain",userPersona:ot.HW.ALL,children:[]},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:Mn.zm_,link:"/ecl/connections",userPersona:ot.HW.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:Mn.gdJ,link:"/ecl/connections",userPersona:ot.HW.ALL,children:[]},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:Mn._qq,link:"/ecl/transactions",userPersona:ot.HW.ALL,children:[]},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:Mn.knH,link:"/ecl/routing",userPersona:ot.HW.ALL,children:[]},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:Mn.$Fj,link:"/ecl/reports",userPersona:ot.HW.ALL,children:[]},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:Mn.MjD,link:"/ecl/graph",userPersona:ot.HW.ALL,children:[]}]},{id:4,parentId:0,name:"Node Config",iconType:"FA",icon:Mn.nsx,link:"/config",userPersona:ot.HW.ALL,children:[]},{id:5,parentId:0,name:"Help",iconType:"FA",icon:Mn.EvL,link:"/help",userPersona:ot.HW.ALL,children:[]}]};function z0(z,F){if(1&z&&(e.j41(0,"mat-option",12),e.EFF(1),e.k0s()),2&z){const L=F.$implicit;e.Y8G("value",L.index),e.R7$(),e.Lme(" ",L.lnNode," (",L.lnImplementation,") ")}}function ef(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-select",10),e.bIt("selectionChange",function(Y){p.eBV(L);const ie=e.XpG();return p.Njj(ie.onNodeSelectionChange(Y.value))}),e.j41(1,"perfect-scrollbar"),e.DNE(2,z0,2,3,"mat-option",11),e.k0s()()}if(2&z){const L=e.XpG();e.Y8G("value",L.selConfigNodeIndex),e.R7$(2),e.Y8G("ngForOf",L.appConfig.nodes)}}function tf(z,F){if(1&z&&(e.j41(0,"span",21),e.eu8(1,22),e.k0s()),2&z){const L=e.XpG().$implicit;e.XpG(2);const H=e.sdS(11);e.R7$(),e.Y8G("ngTemplateOutlet","boltzIconBlock"===L.icon?H:null)}}function nf(z,F){if(1&z&&e.nrm(0,"fa-icon",23),2&z){const L=e.XpG().$implicit;e.Y8G("icon",L.icon)}}function af(z,F){if(1&z&&(e.j41(0,"mat-icon",24),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L.icon)}}function rf(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-tree-node",15)(1,"div",16),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG(2);return p.Njj(ie.onChildNavClicked(Y))}),e.j41(2,"div",17),e.DNE(3,tf,2,1,"span",18)(4,nf,1,1,"fa-icon",19)(5,af,2,1,"mat-icon",20),e.j41(6,"span"),e.EFF(7),e.k0s()()()()}if(2&z){const L=F.$implicit;e.Y8G("routerLink",e.mNQ(L.link)),e.R7$(3),e.Y8G("ngIf","SVG"===L.iconType),e.R7$(),e.Y8G("ngIf","FA"===L.iconType),e.R7$(),e.Y8G("ngIf",!L.iconType),e.R7$(2),e.JRh(L.name)}}function Od(z,F){if(1&z&&(e.j41(0,"span",32),e.eu8(1,22),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",L.icon)}}function Mu(z,F){if(1&z&&e.nrm(0,"fa-icon",23),2&z){const L=e.XpG().$implicit;e.Y8G("icon",L.icon)}}function Eu(z,F){if(1&z&&(e.j41(0,"mat-icon",24),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.JRh(L.icon)}}function Pd(z,F){if(1&z&&(e.j41(0,"mat-nested-tree-node",25)(1,"div",26)(2,"div",27),e.DNE(3,Od,2,1,"span",28)(4,Mu,1,1,"fa-icon",19)(5,Eu,2,1,"mat-icon",20),e.j41(6,"span"),e.EFF(7),e.k0s()(),e.j41(8,"button",29)(9,"mat-icon"),e.EFF(10),e.k0s()()(),e.j41(11,"div",30),e.eu8(12,31),e.k0s()()),2&z){const L=F.$implicit,H=e.XpG(2);e.R7$(3),e.Y8G("ngIf","SVG"===L.iconType),e.R7$(),e.Y8G("ngIf","FA"===L.iconType),e.R7$(),e.Y8G("ngIf",!L.iconType),e.R7$(2),e.JRh(L.name),e.R7$(),e.BMQ("aria-label","toggle "+L.name),e.R7$(2),e.JRh(H.treeControlNested.isExpanded(L)?"arrow_drop_up":"arrow_drop_down"),e.R7$(),e.AVh("tree-children-invisible",!H.treeControlNested.isExpanded(L))}}function L1(z,F){if(1&z&&(e.j41(0,"mat-tree",7,1),e.DNE(2,rf,8,6,"mat-tree-node",13)(3,Pd,13,8,"mat-nested-tree-node",14),e.k0s()),2&z){const L=e.XpG();e.Y8G("dataSource",L.navMenus)("treeControl",L.treeControlNested),e.R7$(3),e.Y8G("matTreeNodeDefWhen",L.hasChild)}}function sf(z,F){if(1&z&&(e.j41(0,"span",37),e.eu8(1,22),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",L.icon)}}function U4(z,F){if(1&z&&e.nrm(0,"fa-icon",38),2&z){const L=e.XpG().$implicit;e.Y8G("matTooltip",e.mNQ(L.name))("icon",L.icon)}}function V4(z,F){if(1&z&&(e.j41(0,"mat-icon",39),e.EFF(1),e.k0s()),2&z){const L=e.XpG().$implicit;e.Y8G("matTooltip",e.mNQ(L.name)),e.R7$(),e.JRh(L.icon)}}function U0(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-tree-node",33),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG();return p.Njj(ie.onShowData(Y))}),e.DNE(1,sf,2,1,"span",34)(2,U4,1,3,"fa-icon",35)(3,V4,2,3,"mat-icon",36),e.j41(4,"span"),e.EFF(5),e.k0s()()}if(2&z){const L=F.$implicit;e.R7$(),e.Y8G("ngIf","SVG"===L.iconType),e.R7$(),e.Y8G("ngIf","FA"===L.iconType),e.R7$(),e.Y8G("ngIf",!L.iconType),e.R7$(2),e.JRh(L.name)}}function lf(z,F){if(1&z&&(e.j41(0,"span",32),e.eu8(1,22),e.k0s()),2&z){const L=e.XpG().$implicit;e.R7$(),e.Y8G("ngTemplateOutlet",L.icon)}}function H4(z,F){if(1&z&&e.nrm(0,"fa-icon",38),2&z){const L=e.XpG().$implicit;e.Y8G("matTooltip",e.mNQ(L.name))("icon",L.icon)}}function G4(z,F){if(1&z){const L=e.RV6();e.j41(0,"mat-tree-node",33),e.bIt("click",function(){const Y=p.eBV(L).$implicit,ie=e.XpG(2);return p.Njj(ie.onClick(Y))}),e.DNE(1,lf,2,1,"span",28)(2,H4,1,3,"fa-icon",35),e.j41(3,"span"),e.EFF(4),e.k0s()()}if(2&z){const L=F.$implicit;e.R7$(),e.Y8G("ngIf","SVG"===L.iconType),e.R7$(),e.Y8G("ngIf","FA"===L.iconType),e.R7$(2),e.JRh(L.name)}}function I1(z,F){if(1&z&&(e.j41(0,"mat-tree",7),e.DNE(1,G4,5,3,"mat-tree-node",8),e.k0s()),2&z){const L=e.XpG();e.Y8G("dataSource",L.navMenusLogout)("treeControl",L.treeControlLogout)}}function j4(z,F){1&z&&(p.qSk(),e.j41(0,"svg",40)(1,"g",41)(2,"g",42),e.nrm(3,"circle",43)(4,"path",44)(5,"path",45),e.k0s()()())}let wu=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t){this.logger=H,this.commonService=Y,this.sessionService=ie,this.store=et,this.actions=Bt,this.rtlEffects=$t,this.ChildNavClicked=new e.bkB,this.faEject=Mn.njF,this.faEye=Mn.pS3,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.logoutNode=[{id:200,parentId:0,name:"Logout",iconType:"FA",icon:Mn.njF,children:[]}],this.showDataNodes=[{id:1e3,parentId:0,name:"Public Key",iconType:"FA",icon:Mn.pS3,children:[]}],this.showLogout=!1,this.numPendingChannels=0,this.smallScreen=!1,this.childRootRoute="",this.userPersonaEnum=ot.HW,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B],this.treeControlNested=new Oc.XO(Ei=>Ei.children),this.treeControlLogout=new Oc.XO(Ei=>Ei.children),this.treeControlShowData=new Oc.XO(Ei=>Ei.children),this.navMenus=new Yo.Zh,this.navMenusLogout=new Yo.Zh,this.navMenusShowData=new Yo.Zh,this.hasChild=(Ei,zi)=>!!zi.children&&zi.children.length>0,this.version=ot.xv,Io.LNDChildren&&200===Io.LNDChildren[Io.LNDChildren.length-1].id&&Io.LNDChildren.pop(),this.navMenus.data=Io.LNDChildren||[],this.navMenusLogout.data=this.logoutNode,this.navMenusShowData.data=this.showDataNodes}ngOnInit(){const H=this.sessionService.getItem("token");this.showLogout=!!H,this.flgLoading=!!H,this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[0])).subscribe(Y=>{this.appConfig=Y}),this.store.select(Va.Az).pipe((0,wn.Q)(this.unSubs[1])).subscribe(Y=>{if(this.information=Y.nodeDate,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const ie=this.information.chains[0];this.informationChain.chain=ie.chain,this.informationChain.network=ie.network}}else this.informationChain.chain="",this.informationChain.network="";this.flgLoading=!this.information.identity_pubkey,window.innerWidth<=414&&(this.smallScreen=!0),this.selNode=Y.selNode,this.selConfigNodeIndex=+(Y.selNode?.index||0),this.selNode&&this.selNode.lnImplementation&&this.filterSideMenuNodes(),this.logger.info(Y)}),this.sessionService.watchSession().pipe((0,wn.Q)(this.unSubs[2])).subscribe(Y=>{this.showLogout=!!Y.token,this.flgLoading=!!Y.token}),this.actions.pipe((0,wn.Q)(this.unSubs[3]),(0,cr.p)(Y=>Y.type===ot.aU.LOGOUT)).subscribe(Y=>{this.showLogout=!1})}onClick(H){"Logout"===H.name&&(this.store.dispatch((0,Nn.I1)({payload:{data:{type:ot.A$.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,wn.Q)(this.unSubs[4])).subscribe(Y=>{Y&&(this.showLogout=!1,this.store.dispatch((0,Nn.ri)({payload:""})))})),this.ChildNavClicked.emit(H)}onChildNavClicked(H){this.ChildNavClicked.emit(H)}filterSideMenuNodes(){switch(this.selNode?.lnImplementation?.toUpperCase()){case"CLN":this.loadCLNMenu();break;case"ECL":this.loadECLMenu();break;default:this.loadLNDMenu()}}loadLNDMenu(){const H=JSON.parse(JSON.stringify(Io.LNDChildren));this.navMenus.data=H?.filter(Y=>Y.children&&Y.children.length?(Y.children=Y.children?.filter(ie=>(ie.userPersona===ot.HW.ALL||ie.userPersona===this.selNode.settings.userPersona)&&"/services/loop"!==ie.link&&"/services/boltz"!==ie.link||"/services/loop"===ie.link&&this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()||"/services/boltz"===ie.link&&this.selNode.settings.boltzServerUrl&&""!==this.selNode.settings.boltzServerUrl.trim()),Y.children.length>0):Y.userPersona===ot.HW.ALL||Y.userPersona===this.selNode.settings.userPersona)}loadCLNMenu(){const H=JSON.parse(JSON.stringify(Io.CLNChildren));this.navMenus.data=H?.filter(Y=>Y.children&&Y.children.length?(Y.children=Y.children?.filter(ie=>(ie.userPersona===ot.HW.ALL||ie.userPersona===this.selNode.settings.userPersona)&&(!ie.link.includes("/services")||"/services/peerswap"===ie.link&&this.selNode.settings.enablePeerswap||"/services/boltz"===ie.link&&this.selNode.settings.boltzServerUrl&&""!==this.selNode.settings.boltzServerUrl.trim())),Y.children.length>0):Y.userPersona===ot.HW.ALL||Y.userPersona===this.selNode.settings.userPersona)}loadECLMenu(){this.navMenus.data=JSON.parse(JSON.stringify(Io.ECLChildren))}onShowData(H){this.store.dispatch((0,Nn.OP)()),this.ChildNavClicked.emit("showData")}onNodeSelectionChange(H){const Y=this.selConfigNodeIndex;this.selConfigNodeIndex=H;const ie=this.appConfig.nodes.find(et=>+et.index===H);this.store.dispatch((0,Nn.Qi)({payload:{uiMessage:ot.MZ.UPDATE_SELECTED_NODE,prevLnNodeIndex:+Y,currentLnNode:ie||null,isInitialSetup:!1}})),this.ChildNavClicked.emit("selectNode")}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(Ti.Q),e.rXU(qi.il),e.rXU(Fo.En),e.rXU(ms.H))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-side-navigation"]],viewQuery:function(Y,ie){if(1&Y&&e.GBs(Yo.lQ,5),2&Y){let et;e.mGM(et=e.lsd())&&(ie.tree=et.first)}},outputs:{ChildNavClicked:"ChildNavClicked"},standalone:!1,decls:12,vars:5,consts:[["boltzIconBlock",""],["tree",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","90","fxLayoutAlign","start stretch",1,"w-100"],["class","m-2 multi-node-select",3,"value","selectionChange",4,"ngIf"],[1,"w-100"],[3,"dataSource","treeControl",4,"ngIf"],[3,"dataSource","treeControl"],[3,"click",4,"matTreeNodeDef"],["fxLayout","column","fxLayoutAlign","end stretch",1,"w-100"],[1,"m-2","multi-node-select",3,"selectionChange","value"],["tabindex","1",3,"value",4,"ngFor","ngForOf"],["tabindex","1",3,"value"],["routerLinkActive","active-link",3,"routerLink",4,"matTreeNodeDef"],["fxLayout","column","matTreeNodeToggle","",4,"matTreeNodeDef","matTreeNodeDefWhen"],["routerLinkActive","active-link",3,"routerLink"],["tabindex","2",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["class","fa-icon-small mr-2","fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","fa-icon-small mr-2",3,"icon",4,"ngIf"],["class","mat-icon-36",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"fa-icon-small","mr-2"],[3,"ngTemplateOutlet"],[1,"fa-icon-small","mr-2",3,"icon"],[1,"mat-icon-36"],["fxLayout","column","matTreeNodeToggle",""],["fxLayout","row","fxLayoutAlign","start center",1,"mat-nested-tree-node-parent"],["fxFlex","80","fxLayoutAlign","start center"],["class","mr-2",4,"ngIf"],["fxFlex","20","mat-icon-button","","fxLayoutAlign","end center",1,"btn-icon-small"],[1,"mat-nested-tree-node-child"],["matTreeNodeOutlet",""],[1,"mr-2"],[3,"click"],["class","fa-icon-small mr-2",4,"ngIf"],["class","fa-icon-small mr-2","matTooltipPosition","right",3,"matTooltip","icon",4,"ngIf"],["class","mat-icon-36","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],[1,"fa-icon-small","mr-2"],["matTooltipPosition","right",1,"fa-icon-small","mr-2",3,"matTooltip","icon"],["matTooltipPosition","right",1,"mat-icon-36",3,"matTooltip"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"]],template:function(Y,ie){1&Y&&(e.j41(0,"div",2)(1,"div",3),e.DNE(2,ef,3,2,"mat-select",4),e.nrm(3,"mat-divider",5),e.DNE(4,L1,4,3,"mat-tree",6),e.nrm(5,"mat-divider",5),e.j41(6,"mat-tree",7),e.DNE(7,U0,6,4,"mat-tree-node",8),e.k0s()(),e.j41(8,"div",9),e.DNE(9,I1,2,2,"mat-tree",6),e.k0s()(),e.DNE(10,j4,6,0,"ng-template",null,0,e.C5r)),2&Y&&(e.R7$(2),e.Y8G("ngIf",ie.appConfig.nodes.length>1),e.R7$(2),e.Y8G("ngIf",null==ie.selNode.settings?null:ie.selNode.settings.lnServerUrl),e.R7$(2),e.Y8G("dataSource",ie.navMenusShowData)("treeControl",ie.treeControlShowData),e.R7$(3),e.Y8G("ngIf",ie.showLogout))},dependencies:[c.Sq,c.bT,c.T3,Tr.aY,vd.iY,tc.An,Ni.q,Yo.q1,Yo.yI,Yo.pO,Yo.lQ,Yo.d6,Yo.wx,bn.DJ,bn.sA,bn.UI,De.VO,pt.wT,Xc.oV,Wo.Wk,Wo.wQ,Yt.ZF,Yt.Ld],styles:[".tree-children-invisible[_ngcontent-%COMP%]{display:none}"]}))}return z(),F})();var V0=l(59115);function Su(z,F){if(1&z&&(e.j41(0,"p",14),e.nrm(1,"fa-icon",3),e.j41(2,"span"),e.EFF(3),e.k0s()()),2&z){const L=e.XpG();e.R7$(),e.Y8G("icon",L.faCode),e.R7$(2),e.SpI("API Version: ",null==L.information?null:L.information.api_version)}}function cf(z,F){if(1&z&&(e.j41(0,"p",15),e.nrm(1,"fa-icon",3),e.j41(2,"span",16),e.EFF(3,"Settings"),e.k0s()()),2&z){const L=e.XpG();e.R7$(),e.Y8G("icon",L.faUserCog)}}function df(z,F){if(1&z&&(e.j41(0,"p",17),e.nrm(1,"fa-icon",3),e.j41(2,"span",18),e.EFF(3,"Help"),e.k0s()()),2&z){const L=e.XpG();e.R7$(),e.Y8G("icon",L.faQuestion)}}function uf(z,F){if(1&z){const L=e.RV6();e.j41(0,"p",19),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.onClick())}),e.nrm(1,"fa-icon",3),e.j41(2,"span"),e.EFF(3,"Logout"),e.k0s()()}if(2&z){const L=e.XpG();e.R7$(),e.Y8G("icon",L.faEject)}}let hf=(()=>{var z;class F{constructor(H,Y,ie,et,Bt){this.logger=H,this.sessionService=Y,this.store=ie,this.rtlEffects=et,this.actions=Bt,this.faUserCog=Mn.McB,this.faCodeBranch=Mn.Xbc,this.faCode=Mn.jTw,this.faCog=Mn.dB,this.faQuestion=Mn.EvL,this.faEject=Mn.njF,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.showLogout=!1,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B],this.version=ot.xv}ngOnInit(){this.store.select(Va.N).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{if(this.information=H,this.flgLoading=!this.information.identity_pubkey,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const Y=this.information.chains[0];this.informationChain.chain=Y.chain,this.informationChain.network=Y.network}}else this.informationChain.chain="",this.informationChain.network="";this.logger.info(H)}),this.sessionService.watchSession().pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.showLogout=!!H.token,this.flgLoading=!!H.token}),this.actions.pipe((0,wn.Q)(this.unSubs[2]),(0,cr.p)(H=>H.type===ot.aU.LOGOUT)).subscribe(()=>{this.showLogout=!1})}onClick(){this.store.dispatch((0,Nn.I1)({payload:{data:{type:ot.A$.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,wn.Q)(this.unSubs[3])).subscribe(H=>{H&&(this.showLogout=!1,this.store.dispatch((0,Nn.ri)({payload:""})))})}onDonate(){window.open("https://www.ridethelightning.info/donate/","_blank")}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(null),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(Ti.Q),e.rXU(qi.il),e.rXU(ms.H),e.rXU(Fo.En))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-top-menu"]],standalone:!1,decls:20,vars:8,consts:[["topMenu","matMenu"],[1,"top-menu",3,"overlapTrigger"],["tabindex","1","mat-menu-item","",1,"cursor-default"],[1,"fa-icon-small","mr-1",3,"icon"],["tabindex","2","mat-menu-item","","class","cursor-default",4,"ngIf"],["tabindex","3","mat-menu-item","","routerLink","/settings",4,"ngIf"],["tabindex","4","mat-menu-item","","routerLink","/help",4,"ngIf"],["mat-menu-item","","tabindex","5","fxLayoutAlign","start center",3,"click"],["fill","currentColor","version","1.1","viewBox","0 0 64 64",0,"xml","space","preserve","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"svg-donation"],["d","M62.519,17.698l-12-14c-0.659-0.768-1.786-0.923-2.628-0.362l-8.712,5.808l-16.688,4.172 c-2.485,0.622-4.537,2.412-5.487,4.791L12.21,30.09C10.206,32.512,9,35.618,9,39c0,2.974,0.939,5.73,2.527,8H5 c-2.206,0-4,1.794-4,4v6c0,2.206,1.794,4,4,4h36c2.206,0,4-1.794,4-4v-6c0-2.206-1.794-4-4-4h-6.522 c0.375-0.535,0.713-1.1,1.013-1.691l4.291-2.452l3.378-0.965c2.619-0.749,4.903-2.269,6.604-4.395 c1.39-1.736,2.317-3.813,2.682-6.006l0.412-2.472l9.48-8.532C63.145,19.76,63.225,18.523,62.519,17.698z M34.428,30.929 c-1.487-2.094-3.517-3.732-5.842-4.75L29.207,25h7.058l0.588,4.11L34.428,30.929z M31.225,33.331l-0.373,0.28 c-1.772,1.329-2.889,3.273-3.146,5.473c-0.257,2.2,0.382,4.348,1.8,6.048l0.667,0.8C28.315,47.845,25.742,49,23,49 c-5.514,0-10-4.486-10-10s4.486-10,10-10C26.299,29,29.376,30.663,31.225,33.331z M41,57H5v-6h10.826c2.101,1.261,4.55,2,7.174,2 c2.571,0,5.041-0.723,7.176-2H41V57z M49.662,26.513c-0.336,0.303-0.561,0.711-0.635,1.158L48.5,30.833 c-0.253,1.521-0.896,2.96-1.86,4.165c-1.18,1.475-2.763,2.529-4.579,3.048l-3.61,1.031c-0.155,0.044-0.303,0.106-0.443,0.187 l-5.541,3.166c-0.63-0.826-0.909-1.843-0.788-2.882c0.128-1.1,0.687-2.072,1.573-2.737l6.001-4.5 c1.169-0.877,1.767-2.32,1.56-3.766l-0.587-4.11C39.946,22.477,38.244,21,36.266,21h-7.059c-1.489,0-2.845,0.818-3.539,2.136 l-1.037,1.969C24.093,25.041,23.549,25,23,25c-1.685,0-3.294,0.314-4.791,0.862l2.509-6.271c0.476-1.189,1.501-2.084,2.743-2.395 l17.024-4.256c0.223-0.056,0.434-0.149,0.625-0.276l7.525-5.017l9.576,11.172L49.662,26.513z"],["tabindex","6","mat-menu-item","",3,"click",4,"ngIf"],["tabindex","7","mat-icon-button","",3,"matMenuTriggerFor"],["alt","RTL Logo","src","assets/images/RTL-Horse-BY.svg",1,"rtl-log-top"],[1,"rtl-logo-dropdown","color-white"],["tabindex","2","mat-menu-item","",1,"cursor-default"],["tabindex","3","mat-menu-item","","routerLink","/settings"],["routerLink","/settings"],["tabindex","4","mat-menu-item","","routerLink","/help"],["routerLink","/help"],["tabindex","6","mat-menu-item","",3,"click"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"mat-menu",1,0)(2,"p",2),e.nrm(3,"fa-icon",3),e.j41(4,"span"),e.EFF(5),e.k0s()(),e.DNE(6,Su,4,2,"p",4)(7,cf,4,1,"p",5)(8,df,4,1,"p",6),e.j41(9,"p",7),e.bIt("click",function(){return p.eBV(et),p.Njj(ie.onDonate())}),p.qSk(),e.j41(10,"svg",8)(11,"g"),e.nrm(12,"path",9),e.k0s()(),p.joV(),e.j41(13,"span"),e.EFF(14,"Donate"),e.k0s()(),e.DNE(15,uf,4,1,"p",10),e.k0s(),e.j41(16,"button",11),e.nrm(17,"img",12),e.j41(18,"mat-icon",13),e.EFF(19,"arrow_drop_down"),e.k0s()()}if(2&Y){const et=e.sdS(1);e.Y8G("overlapTrigger",!1),e.R7$(3),e.Y8G("icon",ie.faCodeBranch),e.R7$(2),e.SpI("Version: ",ie.version),e.R7$(),e.Y8G("ngIf",null==ie.information?null:ie.information.api_version),e.R7$(),e.Y8G("ngIf",ie.showLogout),e.R7$(),e.Y8G("ngIf",ie.showLogout),e.R7$(7),e.Y8G("ngIf",ie.showLogout),e.R7$(),e.Y8G("matMenuTriggerFor",et)}},dependencies:[c.bT,Tr.aY,vd.iY,tc.An,V0.kk,V0.fb,V0.Cp,bn.sA,Wo.Wk],styles:[".mat-mdc-icon-button img.rtl-log-top{width:2rem;height:2rem}.mat-icon.material-icons.mat-icon-no-color.rtl-logo-dropdown{height:2rem}\n"],encapsulation:2}))}return z(),F})();const k1=["sideNavigation"],Tu=["sideNavContent"],W4=(z,F)=>[z,F];function ff(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",15),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.sideNavToggle())}),e.j41(1,"mat-icon",16),e.EFF(2,"menu"),e.k0s()()}if(2&z){const L=e.XpG();e.Y8G("matTooltip",L.flgSideNavOpened?"Hide Navigation Menu":"Show Navigation Menu")("matTooltipDisabled",L.smallScreen)}}function R1(z,F){1&z&&(p.qSk(),e.nrm(0,"path",21))}function Du(z,F){1&z&&(p.qSk(),e.nrm(0,"path",22))}function rd(z,F){if(1&z){const L=e.RV6();e.j41(0,"button",17),e.bIt("click",function(){p.eBV(L);const Y=e.XpG();return p.Njj(Y.flgSidenavPinned=!Y.flgSidenavPinned)}),p.qSk(),e.j41(1,"svg",18),e.DNE(2,R1,1,0,"path",19)(3,Du,1,0,"path",20),e.k0s()()}if(2&z){const L=e.XpG();e.Y8G("matTooltip",L.flgSidenavPinned?"Unpin Navigation Menu":"Pin Navigation Menu"),e.R7$(2),e.Y8G("ngIf",!L.flgSidenavPinned),e.R7$(),e.Y8G("ngIf",L.flgSidenavPinned)}}function H0(z,F){if(1&z&&(e.j41(0,"span",23),e.EFF(1),e.k0s()),2&z){const L=e.XpG();e.R7$(),e.JRh(L.information.alias?"RTL - "+L.information.alias:"RTL")}}function Au(z,F){if(1&z&&(e.j41(0,"span",24),e.EFF(1),e.k0s()),2&z){const L=e.XpG();e.R7$(),e.JRh(L.information.alias?"Ride The Lightning - "+L.information.alias:"Ride The Lightning")}}function Pc(z,F){1&z&&(e.j41(0,"div",25),e.nrm(1,"mat-spinner",26),e.j41(2,"h4"),e.EFF(3,"Loading RTL..."),e.k0s()())}let mf=(()=>{var z;class F{constructor(H,Y,ie,et,Bt,$t,Ei,zi,Vi){this.logger=H,this.commonService=Y,this.store=ie,this.actions=et,this.userIdle=Bt,this.router=$t,this.sessionService=Ei,this.breakpointObserver=zi,this.renderer=Vi,this.information={},this.flgLoading=[!0],this.flgSideNavOpened=!0,this.flgCopied=!1,this.accessKey="",this.xSmallScreen=!1,this.smallScreen=!1,this.flgSidenavPinned=!0,this.flgLoggedIn=!1,this.unSubs=[new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B,new hn.B]}ngOnInit(){this.router.events.subscribe(H=>{H instanceof Ja.wF&&document.getElementsByTagName("mat-sidenav-content")[0].scrollTo(0,0)}),this.breakpointObserver.observe([Sr.Rp.XSmall,Sr.Rp.TabletPortrait,Sr.Rp.Small,Sr.Rp.Medium,Sr.Rp.Large,Sr.Rp.XLarge]).pipe((0,wn.Q)(this.unSubs[0])).subscribe(H=>{H.breakpoints[Sr.Rp.XSmall]?(this.commonService.setScreenSize(ot.f7.XS),this.smallScreen=!0):H.breakpoints[Sr.Rp.TabletPortrait]?(this.commonService.setScreenSize(ot.f7.SM),this.smallScreen=!0):H.breakpoints[Sr.Rp.Small]||H.breakpoints[Sr.Rp.Medium]?(this.commonService.setScreenSize(ot.f7.MD),this.smallScreen=!1):H.breakpoints[Sr.Rp.Large]?(this.commonService.setScreenSize(ot.f7.LG),this.smallScreen=!1):(this.commonService.setScreenSize(ot.f7.XL),this.smallScreen=!1)}),this.store.dispatch((0,Nn.NU)()),this.accessKey=this.readAccessKey()||"",this.store.select(Va._c).pipe((0,wn.Q)(this.unSubs[1])).subscribe(H=>{this.sessionService.getItem("token")?(this.flgLoggedIn=!0,this.userIdle.startWatching()):(this.flgLoggedIn=!1,this.flgLoading[0]=!1),this.selNode=H}),this.store.select(Va.qv).pipe((0,wn.Q)(this.unSubs[2])).subscribe(H=>{this.appConfig=H}),this.store.select(Va.N).pipe((0,wn.Q)(this.unSubs[3])).subscribe(H=>{this.information=H,this.flgLoading[0]=!this.information.identity_pubkey,this.logger.info(this.information)}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1),this.actions.pipe((0,wn.Q)(this.unSubs[4]),(0,cr.p)(H=>H.type===ot.aU.SET_APPLICATION_SETTINGS||H.type===ot.aU.LOGIN||H.type===ot.aU.LOGOUT)).subscribe(H=>{H.type===ot.aU.SET_APPLICATION_SETTINGS&&(this.sessionService.getItem("token")||(+H.payload.SSO.rtlSSO?!this.accessKey||this.accessKey.trim().length<32?this.router.navigate(["./error"],{state:{errorCode:"406",errorMessage:"Access key too short. It should be at least 32 characters long."}}):this.store.dispatch((0,Nn.iD)({payload:{password:Ar(this.accessKey).toString(),defaultPassword:!1}})):this.router.navigate(["./login"],{state:{logoutReason:"Access key too short. It should be at least 32 characters long."}}))),H.type===ot.aU.LOGIN&&(this.flgLoggedIn=!0,this.userIdle.startWatching(),this.userIdle.resetTimer(),setTimeout(()=>{this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)},1e3)),H.type===ot.aU.LOGOUT&&(this.flgLoggedIn=!1,this.userIdle.stopWatching(),this.userIdle.stopTimer())}),this.userIdle.onTimerStart().pipe((0,wn.Q)(this.unSubs[5])).subscribe(H=>{this.logger.info("Counting Down: "+(11-H))}),this.userIdle.onTimeout().pipe((0,wn.Q)(this.unSubs[6])).subscribe(()=>{this.logger.info("Time Out!"),this.sessionService.getItem("token")&&(this.flgLoggedIn=!1,this.logger.warn("Time limit exceeded for session inactivity."),this.store.dispatch((0,Nn.Jh)()),this.store.dispatch((0,Nn.xO)({payload:{data:{type:ot.A$.WARNING,alertTitle:"Logging out",titleMessage:"Time limit exceeded for session inactivity."}}})),this.store.dispatch((0,Nn.ri)({payload:"Logging Out. Time limit exceeded for session inactivity."})))}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1)}readAccessKey(){const H=window.location.href;return H.includes("access-key=")?H.substring(H.lastIndexOf("access-key=")+11).trim():null}ngAfterViewInit(){(this.smallScreen||!this.flgLoggedIn)&&this.sideNavigation.close(),this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)}sideNavToggle(){this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.toggle()}onNavigationClicked(H){this.smallScreen&&(this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.close())}backdropClicked(){(!this.flgSidenavPinned||this.smallScreen)&&(this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.close())}copiedText(H){this.flgCopied=!0,setTimeout(()=>{this.flgCopied=!1},5e3),this.logger.info("Copied Text: "+H)}ngOnDestroy(){this.unSubs.forEach(H=>{H.next(),H.complete()})}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(e.rXU(ir.gP),e.rXU(qs.h),e.rXU(qi.il),e.rXU(Fo.En),e.rXU(gc),e.rXU(Ja.Ix),e.rXU(Ti.Q),e.rXU(N4.Q),e.rXU(e.sFG))},this.\u0275cmp=e.VBU({type:F,selectors:[["rtl-app"]],viewQuery:function(Y,ie){if(1&Y&&(e.GBs(k1,5),e.GBs(Tu,5)),2&Y){let et;e.mGM(et=e.lsd())&&(ie.sideNavigation=et.first),e.mGM(et=e.lsd())&&(ie.sideNavContent=et.first)}},standalone:!1,decls:22,vars:15,consts:[["sideNavigation",""],["sideNavContent",""],["outlet","outlet"],["fxLayout","column","id","rtl-container",1,"rtl-container","medium",3,"ngClass"],["fxLayout","row","fxLayoutAlign","space-between center",1,"bg-primary","rtl-top-toolbar"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","matTooltipDisabled","click",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click",4,"ngIf"],["class","font-weight-500",4,"ngIf"],["class","font-size-120 font-weight-500",4,"ngIf"],[3,"backdropClick"],[1,"sidenav","mat-elevation-z6",3,"perfectScrollbar","opened","mode"],["fxFlex","100",3,"ChildNavClicked"],[3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["class","rtl-spinner",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"click","matTooltip","matTooltipDisabled"],[1,"color-white"],["mat-icon-button","","matTooltipPosition","right",3,"click","matTooltip"],["width","20","height","20","viewBox","0 0 24 24",1,"icon-pinned"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z",4,"ngIf"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z",4,"ngIf"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z"],[1,"font-weight-500"],[1,"font-size-120","font-weight-500"],[1,"rtl-spinner"],["color","accent"]],template:function(Y,ie){if(1&Y){const et=e.RV6();e.j41(0,"div",3),e.nI1(1,"lowercase"),e.nI1(2,"lowercase"),e.j41(3,"mat-toolbar",4)(4,"div"),e.DNE(5,ff,3,2,"button",5)(6,rd,4,3,"button",6),e.k0s(),e.j41(7,"div"),e.DNE(8,H0,2,1,"span",7)(9,Au,2,1,"span",8),e.k0s(),e.j41(10,"div"),e.nrm(11,"rtl-top-menu"),e.k0s()(),e.j41(12,"mat-sidenav-container",9),e.bIt("backdropClick",function(){return p.eBV(et),p.Njj(ie.backdropClicked())}),e.j41(13,"mat-sidenav",10,0)(15,"rtl-side-navigation",11),e.bIt("ChildNavClicked",function($t){return p.eBV(et),p.Njj(ie.onNavigationClicked($t))}),e.k0s()(),e.j41(16,"mat-sidenav-content",12,1)(18,"div",13),e.nrm(19,"router-outlet",null,2),e.k0s()()(),e.DNE(21,Pc,4,0,"div",14),e.k0s()}2&Y&&(e.Y8G("ngClass",e.l_i(12,W4,e.bMT(1,8,ie.selNode.settings.themeColor),e.bMT(2,10,ie.selNode.settings.themeMode))),e.R7$(5),e.Y8G("ngIf",ie.flgLoggedIn),e.R7$(),e.Y8G("ngIf",!ie.smallScreen&&ie.flgLoggedIn),e.R7$(2),e.Y8G("ngIf",ie.smallScreen),e.R7$(),e.Y8G("ngIf",!ie.smallScreen),e.R7$(4),e.Y8G("opened",ie.flgSideNavOpened&&ie.flgLoggedIn)("mode",ie.flgSidenavPinned&&!ie.smallScreen?"side":"over"),e.R7$(8),e.Y8G("ngIf",!ie.selNode.settings.themeColor))},dependencies:[c.YU,c.bT,vd.iY,tc.An,B4.LG,bn.DJ,bn.sA,bn.UI,Lo.PW,A1.LG,A1.US,A1.El,ad.KQ,Xc.oV,Yt.Ld,wu,hf,Ja.n3,c.GH],styles:[".inline-spinner[_ngcontent-%COMP%]{display:inline-flex!important;top:0!important}"],data:{animation:[xu.E]}}))}return z(),F})(),X4=(()=>{var z;class F{constructor(H){this.sessionService=H}intercept(H,Y){if(this.sessionService.getItem("token")){const ie=H.clone({headers:H.headers.set("Authorization","Bearer "+this.sessionService.getItem("token")),withCredentials:!0});return Y.handle(ie)}return Y.handle(H)}static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)(p.KVO(Ti.Q))},this.\u0275prov=p.jDH({token:F,factory:F.\u0275fac}))}return z(),F})();var K4=l(7879),Fc=l(69579),O1=l(283),G0=l(13017);const Nc={userPersona:ot.HW.OPERATOR,themeMode:"DAY",themeColor:"PURPLE",channelBackupPath:"",selCurrencyUnit:"USD",unannouncedChannels:!1,fiatConversion:!1,currencyUnits:["Sats","BTC","USD"],bitcoindConfigPath:"",enableOffers:!1,enablePeerswap:!1,logLevel:"ERROR",lnServerUrl:"",swapServerUrl:"",boltzServerUrl:"",currencyUnit:"USD",blockExplorerUrl:"https://mempool.space"},P1={configPath:"",swapMacaroonPath:"",boltzMacaroonPath:""},lc={apiURL:"",apisCallStatus:{Login:{status:ot.wn.UN_INITIATED},IsAuthorized:{status:ot.wn.UN_INITIATED}},selNode:{index:1,lnNode:"Node 1",settings:Nc,authentication:P1,lnImplementation:"LND"},appConfig:{defaultNodeIndex:-1,selectedNodeIndex:-1,SSO:{rtlSSO:0,logoutRedirectLink:""},enable2FA:!1,secret2FA:"",allowPasswordUpdate:!0,nodes:[{settings:Nc,authentication:P1}]},nodeData:{}},pf=(0,qi.vy)(lc,(0,qi.on)(Nn.Gd,(z,{payload:F})=>{const L=JSON.parse(JSON.stringify(z.apisCallStatus));return F.action&&(L[F.action]={status:F.status,statusCode:F.statusCode,message:F.message,URL:F.URL,filePath:F.filePath}),{...z,apisCallStatus:L}}),(0,qi.on)(Nn.Tn,(z,{payload:F})=>({...lc,apisCallStatus:z.apisCallStatus,appConfig:z.appConfig,selNode:F})),(0,qi.on)(Nn.Np,(z,{payload:F})=>({...z,selNode:F})),(0,qi.on)(Nn.Fl,(z,{payload:F})=>({...z,nodeData:F})),(0,qi.on)(Nn.IK,(z,{payload:F})=>({...z,appConfig:F}))),Lu={apisCallStatus:{FetchPageSettings:{status:ot.wn.UN_INITIATED},FetchInfo:{status:ot.wn.UN_INITIATED},FetchFees:{status:ot.wn.UN_INITIATED},FetchPeers:{status:ot.wn.UN_INITIATED},FetchClosedChannels:{status:ot.wn.UN_INITIATED},FetchPendingChannels:{status:ot.wn.UN_INITIATED},FetchAllChannels:{status:ot.wn.UN_INITIATED},FetchBalanceBlockchain:{status:ot.wn.UN_INITIATED},FetchInvoices:{status:ot.wn.UN_INITIATED},FetchPayments:{status:ot.wn.UN_INITIATED},FetchForwardingHistory:{status:ot.wn.UN_INITIATED},FetchUTXOs:{status:ot.wn.UN_INITIATED},FetchTransactions:{status:ot.wn.UN_INITIATED},FetchLightningTransactions:{status:ot.wn.UN_INITIATED},FetchNetwork:{status:ot.wn.UN_INITIATED}},pageSettings:ot.ZC,information:{},peers:[],fees:{channel_fees:[],day_fee_sum:0,week_fee_sum:0,month_fee_sum:0,daily_tx_count:0,weekly_tx_count:0,monthly_tx_count:0,forwarding_events_history:{}},networkInfo:{},blockchainBalance:{total_balance:-1},lightningBalance:{local:-1,remote:-1},channels:[],channelsSummary:{active:{num_channels:0,capacity:0},inactive:{num_channels:0,capacity:0}},closedChannels:[],pendingChannels:{},pendingChannelsSummary:{open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0},transactions:[],utxos:[],listPayments:{payments:[]},listInvoices:{invoices:[]},allLightningTransactions:{listPaymentsAll:{payments:[],first_index_offset:"",last_index_offset:""},listInvoicesAll:{invoices:[],total_invoices:0,last_index_offset:"",first_index_offset:""}},forwardingHistory:{last_offset_index:0,total_fee_msat:0,forwarding_events:[]}};let gf=!1,Iu=!1;const Y4=(0,qi.vy)(Lu,(0,qi.on)(nr.e8,(z,{payload:F})=>{const L=JSON.parse(JSON.stringify(z.apisCallStatus));return F.action&&(L[F.action]={status:F.status,statusCode:F.statusCode,message:F.message,URL:F.URL,filePath:F.filePath}),{...z,apisCallStatus:L}}),(0,qi.on)(nr.p1,z=>({...Lu})),(0,qi.on)(nr.x1,(z,{payload:F})=>({...z,information:F})),(0,qi.on)(nr.Qj,(z,{payload:F})=>({...z,peers:F})),(0,qi.on)(nr.Zi,(z,{payload:F})=>{const L=[...z.peers],H=z.peers.findIndex(Y=>Y.pub_key===F.pubkey);return H>-1&&L.splice(H,1),{...z,peers:L}}),(0,qi.on)(nr.Jx,(z,{payload:F})=>{const L=z.listInvoices;return L.invoices?.unshift(F),{...z,listInvoices:L}}),(0,qi.on)(nr.Dq,(z,{payload:F})=>{const L=z.listInvoices;return L.invoices=L.invoices?.map(H=>H.payment_request===F.payment_request?F:H),{...z,listInvoices:L}}),(0,qi.on)(nr._$,(z,{payload:F})=>{const L=z.listPayments;return L.payments=L.payments?.map(H=>H.payment_hash===F.payment_hash?F:H),{...z,listPayments:L}}),(0,qi.on)(nr.Uo,(z,{payload:F})=>({...z,fees:F})),(0,qi.on)(nr.z2,(z,{payload:F})=>({...z,closedChannels:F})),(0,qi.on)(nr.cU,(z,{payload:F})=>({...z,pendingChannels:F.pendingChannels,pendingChannelsSummary:F.pendingChannelsSummary})),(0,qi.on)(nr.dv,(z,{payload:F})=>{let L=0,H=0,Y=0,ie=0,et=0,Bt=0;return F&&F.forEach($t=>{$t.local_balance||($t.local_balance=0),!0===$t.active?(et+=+$t.local_balance,Y+=1,$t.local_balance?L=+L+ +$t.local_balance:$t.local_balance=0,$t.remote_balance?H=+H+ +$t.remote_balance:$t.remote_balance=0):(Bt+=+$t.local_balance,ie+=1)}),{...z,channels:F,channelsSummary:{active:{num_channels:Y,capacity:et},inactive:{num_channels:ie,capacity:Bt}},lightningBalance:{local:L,remote:H}}}),(0,qi.on)(nr.cR,(z,{payload:F})=>{const L=[...z.channels],H=z.channels.findIndex(Y=>Y.channel_point===F.channelPoint);return H>-1&&L.splice(H,1),{...z,channels:L}}),(0,qi.on)(nr.DI,(z,{payload:F})=>({...z,blockchainBalance:F})),(0,qi.on)(nr.J9,(z,{payload:F})=>({...z,networkInfo:F})),(0,qi.on)(nr.$6,(z,{payload:F})=>(F.total_invoices||(F.total_invoices=z.listInvoices.total_invoices),{...z,listInvoices:F})),(0,qi.on)(nr.As,(z,{payload:F})=>{if(gf=!0,F.length&&Iu){const L=[...z.utxos];return L.forEach(H=>{const Y=F.find(ie=>ie.tx_hash===H.outpoint?.txid_str);H.label=Y&&Y.label?Y.label:""}),{...z,utxos:L,transactions:F}}return{...z,transactions:F}}),(0,qi.on)(nr.O8,(z,{payload:F})=>{if(Iu=!0,F.length&&gf){const L=[...z.transactions];F.forEach(H=>{const Y=L.find(ie=>ie.tx_hash===H.outpoint?.txid_str);H.label=Y&&Y.label?Y.label:""})}return{...z,utxos:F}}),(0,qi.on)(nr.Uj,(z,{payload:F})=>{const L={listInvoicesAll:z.allLightningTransactions.listInvoicesAll,listPaymentsAll:F};return{...z,listPayments:F,allLightningTransactions:L}}),(0,qi.on)(nr.b1,(z,{payload:F})=>{const L={listInvoicesAll:F.listInvoicesAll,listPaymentsAll:z.listPayments};return{...z,allLightningTransactions:L}}),(0,qi.on)(nr.kv,(z,{payload:F})=>{const L=[...z.channels,...z.closedChannels];let H=F.forwarding_events?JSON.parse(JSON.stringify(F)):{};return H.forwarding_events&&(H=Q4(H,L)),{...z,forwardingHistory:H}}),(0,qi.on)(nr.NS,(z,{payload:F})=>{const L=[];return ot.ZC.forEach(H=>{const Y=F&&F.length&&F.length>0?F.find(ie=>ie.pageId===H.pageId):null;if(Y){const ie=JSON.parse(JSON.stringify(Y.tables));Y.tables=[],H.tables.forEach(et=>{const Bt=ie.find($t=>$t.tableId===et.tableId)||null;Y.tables.push(Bt||JSON.parse(JSON.stringify(et)))}),L.push(Y)}else L.push(JSON.parse(JSON.stringify(H)))}),{...z,pageSettings:L}})),Q4=(z,F)=>(z.forwarding_events.forEach(L=>{if(F&&F.length>0)for(let H=0;H{const L=JSON.parse(JSON.stringify(z.apisCallStatus));return F.action&&(L[F.action]={status:F.status,statusCode:F.statusCode,message:F.message,URL:F.URL,filePath:F.filePath}),{...z,apisCallStatus:L}}),(0,qi.on)(Ir.gf,z=>({...ku})),(0,qi.on)(Ir.x1,(z,{payload:F})=>({...z,information:F,fees:{feeCollected:F.fees_collected_msat}})),(0,qi.on)(Ir.C2,(z,{payload:F})=>F.perkb?{...z,feeRatesPerKB:F}:F.perkw?{...z,feeRatesPerKW:F}:{...z}),(0,qi.on)(Ir.EM,(z,{payload:F})=>({...z,utxos:F.utxos||[],balance:F.balance,localRemoteBalance:F.localRemoteBalance})),(0,qi.on)(Ir.Qj,(z,{payload:F})=>({...z,peers:F})),(0,qi.on)(Ir.We,(z,{payload:F})=>({...z,peers:[...z.peers,F]})),(0,qi.on)(Ir.Zi,(z,{payload:F})=>{const L=[...z.peers],H=z.peers.findIndex(Y=>Y.id===F.id);return H>-1&&L.splice(H,1),{...z,peers:L}}),(0,qi.on)(Ir.dv,(z,{payload:F})=>({...z,activeChannels:F.activeChannels,pendingChannels:F.pendingChannels,inactiveChannels:F.inactiveChannels})),(0,qi.on)(Ir.cR,(z,{payload:F})=>{const L=[...z.peers];return L.forEach(H=>{H.id===F.id&&(H.connected=!1,delete H.netaddr)}),{...z,peers:L}}),(0,qi.on)(Ir.Uj,(z,{payload:F})=>({...z,payments:F})),(0,qi.on)(Ir.kv,(z,{payload:F})=>{const L=[...z.activeChannels,...z.pendingChannels,...z.inactiveChannels],H=vf(F.listForwards,L);switch(F.listForwards=H,F.status){case ot.xk.SETTLED:const Y=z.fees;return Y.totalTxCount=F.totalForwards||0,{...z,fees:Y,forwardingHistory:F};case ot.xk.FAILED:return{...z,failedForwardingHistory:F};case ot.xk.LOCAL_FAILED:return{...z,localFailedForwardingHistory:F};default:return{...z}}}),(0,qi.on)(Ir.Jx,(z,{payload:F})=>{const L=z.invoices;return L.invoices?.unshift(F),{...z,invoices:L}}),(0,qi.on)(Ir.$6,(z,{payload:F})=>({...z,invoices:F})),(0,qi.on)(Ir.Dq,(z,{payload:F})=>{const L=z.invoices;return L.invoices=L.invoices?.map(H=>(H.label===F.label&&(H.amount_received_msat=F.msat,H.payment_preimage=F.preimage,H.status="paid"),H)),{...z,invoices:L}}),(0,qi.on)(Ir.qw,(z,{payload:F})=>({...z,offers:F})),(0,qi.on)(Ir.kQ,(z,{payload:F})=>{const L=z.offers;return L?.unshift(F),{...z,offers:L}}),(0,qi.on)(Ir.Gz,(z,{payload:F})=>{const L=[...z.offers],H=z.offers.findIndex(Y=>Y.offer_id===F.offer.offer_id);return H>-1&&L.splice(H,1,F.offer),{...z,offers:L}}),(0,qi.on)(Ir.Qv,(z,{payload:F})=>({...z,offersBookmarks:F})),(0,qi.on)(Ir.Db,(z,{payload:F})=>{const L=[...z.offersBookmarks],H=L.findIndex(Y=>Y.bolt12===F.bolt12);if(H<0)L?.unshift(F);else{const Y={...L[H]};Y.title=F.title,Y.amountMSat=F.amountMSat,Y.lastUpdatedAt=F.lastUpdatedAt,Y.description=F.description,Y.issuer=F.issuer,L.splice(H,1,Y)}return{...z,offersBookmarks:L}}),(0,qi.on)(Ir.NU,(z,{payload:F})=>{const L=[...z.offersBookmarks],H=z.offersBookmarks.findIndex(Y=>Y.bolt12===F.bolt12);return H>-1&&L.splice(H,1),{...z,offersBookmarks:L}}),(0,qi.on)(Ir.NS,(z,{payload:F})=>{const L=[];return ot.mu.forEach(H=>{const Y=F&&F.length&&F.length>0?F.find(ie=>ie.pageId===H.pageId):null;if(Y){const ie=JSON.parse(JSON.stringify(Y.tables));Y.tables=[],H.tables.forEach(et=>{const Bt=ie.find($t=>$t.tableId===et.tableId)||null;Y.tables.push(Bt||JSON.parse(JSON.stringify(et)))}),L.push(Y)}else L.push(JSON.parse(JSON.stringify(H)))}),{...z,pageSettings:L}})),vf=(z,F)=>(z&&z.length>0?z.forEach((L,H)=>{if(F&&F.length>0)for(let Y=0;Y{const L=JSON.parse(JSON.stringify(z.apisCallStatus));return F.action&&(L[F.action]={status:F.status,statusCode:F.statusCode,message:F.message,URL:F.URL,filePath:F.filePath}),{...z,apisCallStatus:L}}),(0,qi.on)(Or.Hh,z=>({...j0})),(0,qi.on)(Or.x1,(z,{payload:F})=>({...z,information:F})),(0,qi.on)(Or.Uo,(z,{payload:F})=>({...z,fees:F})),(0,qi.on)(Or.Tp,(z,{payload:F})=>({...z,activeChannels:F})),(0,qi.on)(Or.cU,(z,{payload:F})=>({...z,pendingChannels:F})),(0,qi.on)(Or.I6,(z,{payload:F})=>({...z,inactiveChannels:F})),(0,qi.on)(Or.ZE,(z,{payload:F})=>({...z,channelsStatus:F})),(0,qi.on)(Or.Xx,(z,{payload:F})=>({...z,onchainBalance:F})),(0,qi.on)(Or.N8,(z,{payload:F})=>({...z,lightningBalance:F})),(0,qi.on)(Or.Qj,(z,{payload:F})=>({...z,peers:F})),(0,qi.on)(Or.Zi,(z,{payload:F})=>{const L=[...z.peers],H=z.peers.findIndex(Y=>Y.nodeId===F.nodeId);return H>-1&&L.splice(H,1),{...z,peers:L}}),(0,qi.on)(Or.cR,(z,{payload:F})=>{const L=[...z.activeChannels],H=z.activeChannels.findIndex(Y=>Y.channelId===F.channelId);return H>-1&&L.splice(H,1),{...z,activeChannels:L}}),(0,qi.on)(Or.Uj,(z,{payload:F})=>{if(F&&F.sent){const L=[...z.activeChannels,...z.pendingChannels,...z.inactiveChannels];F.sent?.map(H=>{const Y=z.peers.find(ie=>ie.nodeId===H.recipientNodeId);return H.recipientNodeAlias=Y?Y.alias:H.recipientNodeId,H.parts&&H.parts?.map(ie=>{const et=L.find(Bt=>Bt.channelId===ie.toChannelId);return ie.toChannelAlias=et?et.alias:ie.toChannelId,H.parts}),F.sent})}if(F&&F.relayed){const L=[...z.activeChannels,...z.pendingChannels,...z.inactiveChannels];F.relayed.forEach(H=>{H=W0(H,L)})}return{...z,payments:F}}),(0,qi.on)(Or.As,(z,{payload:F})=>({...z,transactions:F})),(0,qi.on)(Or.Jx,(z,{payload:F})=>{const L=z.invoices;return L?.unshift(F),{...z,invoices:L}}),(0,qi.on)(Or.$6,(z,{payload:F})=>({...z,invoices:F})),(0,qi.on)(Or.Dq,(z,{payload:F})=>{let L=z.invoices;return L=L?.map(H=>{if(H.paymentHash===F.paymentHash){if(F.hasOwnProperty("type")){const Y=JSON.parse(JSON.stringify(H));return Y.amountSettled=F.parts&&F.parts.length&&F.parts.length>0&&F.parts[0].amount?(F.parts[0].amount||0)/1e3:0,Y.receivedAt=F.parts&&F.parts.length&&F.parts.length>0&&F.parts[0].timestamp?Math.round((F.parts[0].timestamp||0)/1e3):0,Y.status="received",Y}return F}return H}),{...z,invoices:L}}),(0,qi.on)(Or.gZ,(z,{payload:F})=>{let L=z.pendingChannels;return L=L?.map(H=>(H.channelId===F.channelId&&H.nodeId===F.remoteNodeId&&(F.currentState=F.currentState?.replace(/_/g," "),H.state=F.currentState),H)),{...z,pendingChannels:L}}),(0,qi.on)(Or.yn,(z,{payload:F})=>{const L=z.payments,H=W0(F,[...z.activeChannels,...z.pendingChannels,...z.inactiveChannels]);L.relayed?.unshift(H);const Y=(F.amountIn||0)-(F.amountOut||0),ie={localBalance:z.lightningBalance.localBalance+Y,remoteBalance:z.lightningBalance.remoteBalance-Y},et=z.channelsStatus;et.active&&(et.active.capacity=(z.channelsStatus?.active?.capacity||0)+Y);const Bt={daily_fee:(z.fees.daily_fee||0)+Y,daily_txs:(z.fees.daily_txs||0)+1,weekly_fee:(z.fees.weekly_fee||0)+Y,weekly_txs:(z.fees.weekly_txs||0)+1,monthly_fee:(z.fees.monthly_fee||0)+Y,monthly_txs:(z.fees.monthly_txs||0)+1},$t=z.activeChannels;let Ei=!1,zi=!1;for(const Vi of $t){if(Vi.channelId===F.fromChannelId){Ei=!0;const un=(Vi.toLocal||0)+(Vi.toRemote||0);Vi.toLocal=(Vi.toLocal||0)+H.amountIn,Vi.toRemote=(Vi.toRemote||0)-H.amountIn,Vi.balancedness=0===un?1:+(1-Math.abs((Vi.toLocal-Vi.toRemote)/un)).toFixed(3)}if(Vi.channelId===F.toChannelId){zi=!0;const un=(Vi.toLocal||0)+(Vi.toRemote||0);Vi.toLocal=(Vi.toLocal||0)-H.amountOut,Vi.toRemote=(Vi.toRemote||0)+H.amountOut,Vi.balancedness=0===un?1:+(1-Math.abs((Vi.toLocal-Vi.toRemote)/un)).toFixed(3)}if(zi&&Ei)break}return{...z,payments:L,lightningBalance:ie,channelStatus:et,fees:Bt,activeChannels:$t}}),(0,qi.on)(Or.NS,(z,{payload:F})=>{const L=[];return ot.X8.forEach(H=>{const Y=F&&F.length&&F.length>0?F.find(ie=>ie.pageId===H.pageId):null;if(Y){const ie=JSON.parse(JSON.stringify(Y.tables));Y.tables=[],H.tables.forEach(et=>{const Bt=ie.find($t=>$t.tableId===et.tableId)||null;Y.tables.push(Bt||JSON.parse(JSON.stringify(et)))}),L.push(Y)}else L.push(JSON.parse(JSON.stringify(H)))}),{...z,pageSettings:L}})),W0=(z,F)=>{if("payment-relayed"===z.type)if(F&&F.length>0)for(let L=0;L0)for(let Y=0;Y{F[Y].channelId?.toString()===ie.channelId&&(ie.channelAlias=F[Y].alias?F[Y].alias:ie.channelId,ie.shortChannelId=F[Y].shortChannelId?F[Y].shortChannelId:"")}),z.outgoing?.forEach(ie=>{F[Y].channelId?.toString()===ie.channelId&&(ie.channelAlias=F[Y].alias?F[Y].alias:ie.channelId,ie.shortChannelId=F[Y].shortChannelId?F[Y].shortChannelId:"")}),Y===F.length-1&&(z.incoming&&z.incoming.length&&z.incoming.length>0&&!z.incoming[0].channelAlias&&z.incoming?.forEach(ie=>{ie.channelAlias=ie.channelId?.substring(0,17)+"...",ie.shortChannelId=""}),z.outgoing&&z.outgoing.length&&z.outgoing.length>0&&!z.outgoing[0].channelAlias&&z.outgoing?.forEach(ie=>{ie.channelAlias=ie.channelId?.substring(0,17)+"...",ie.shortChannelId=""}));else z.incoming?.forEach(Y=>{Y.channelAlias=Y.channelId?.substring(0,17)+"...",Y.shortChannelId=""}),z.outgoing?.forEach(Y=>{Y.channelAlias=Y.channelId?.substring(0,17)+"...",Y.shortChannelId=""});const L=z.incoming?.reduce((Y,ie)=>Y+ie.amount,0)||0;z.amountIn=Math.round(L/1e3),z.fromChannelId=z.incoming&&z.incoming.length?z.incoming[0].channelId:"",z.fromChannelAlias=z.incoming&&z.incoming.length?z.incoming[0].channelAlias:"",z.fromShortChannelId=z.incoming&&z.incoming.length?z.incoming[0].shortChannelId:"";const H=z.outgoing?.reduce((Y,ie)=>Y+ie.amount,0)||0;z.amountOut=Math.round(H/1e3),z.toChannelId=z.outgoing&&z.outgoing.length?z.outgoing[0].channelId:"",z.toChannelAlias=z.outgoing&&z.outgoing.length?z.outgoing[0].channelAlias:"",z.toShortChannelId=z.outgoing&&z.outgoing.length?z.outgoing[0].shortChannelId:""}return z};let Ru=!1;(0,T.naY)()&&(Ru=!0);let yf=(()=>{var z;class F{static#e=z=()=>(this.\u0275fac=function(Y){return new(Y||F)},this.\u0275mod=e.$C({type:F,bootstrap:[mf]}),this.\u0275inj=p.G2t({providers:[(0,Ua.$R)((0,Ua.ZZ)(),(0,Ua.Sx)()),ud({idle:ot.bz-10,timeout:10,ping:12e3}),{provide:Ua.a7,useClass:X4,multi:!0},Ti.Q,nd.u,K4.I,Cc.Q,qs.h,Tc],imports:[Os,F4.G,P4,Sr.RH,b.fM,qi.md.forRoot({root:pf,lnd:Y4,cln:_f,ecl:$4},{runtimeChecks:{strictStateImmutability:!1,strictActionImmutability:!1}}),Fo.Vm.forRoot([ms.H,Fc.L,O1.i,G0.B]),Ru?So.instrument({connectInZone:!0}):[]]}))}return z(),F})();D().bootstrapModule(yf).catch(z=>console.error(z))},68010:(Ae,ee,l)=>{"use strict";l.d(ee,{O:()=>t});const t=new(l(2615).nKC)("MAT_INPUT_VALUE_ACCESSOR")},68075:(Ae,ee,l)=>{"use strict";var i=l(3136),t=l(88723),p=l(71993),S=l(98828),c=i.assert;function e(d){S.call(this,"short",d),this.a=new t(d.a,16).toRed(this.red),this.b=new t(d.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(d),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function T(d,w,m,P){S.BasePoint.call(this,d,"affine"),null===w&&null===m?(this.x=null,this.y=null,this.inf=!0):(this.x=new t(w,16),this.y=new t(m,16),P&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function g(d,w,m,P){S.BasePoint.call(this,d,"jacobian"),null===w&&null===m&&null===P?(this.x=this.curve.one,this.y=this.curve.one,this.z=new t(0)):(this.x=new t(w,16),this.y=new t(m,16),this.z=new t(P,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}p(e,S),Ae.exports=e,e.prototype._getEndomorphism=function(w){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var m,P;if(w.beta)m=new t(w.beta,16).toRed(this.red);else{var M=this._getEndoRoots(this.p);m=(m=M[0].cmp(M[1])<0?M[0]:M[1]).toRed(this.red)}if(w.lambda)P=new t(w.lambda,16);else{var j=this._getEndoRoots(this.n);0===this.g.mul(j[0]).x.cmp(this.g.x.redMul(m))?P=j[0]:c(0===this.g.mul(P=j[1]).x.cmp(this.g.x.redMul(m)))}return{beta:m,lambda:P,basis:w.basis?w.basis.map(function(K){return{a:new t(K.a,16),b:new t(K.b,16)}}):this._getEndoBasis(P)}}},e.prototype._getEndoRoots=function(w){var m=w===this.p?this.red:t.mont(w),P=new t(2).toRed(m).redInvm(),M=P.redNeg(),j=new t(3).toRed(m).redNeg().redSqrt().redMul(P);return[M.redAdd(j).fromRed(),M.redSub(j).fromRed()]},e.prototype._getEndoBasis=function(w){for(var G,Q,$,ae,ue,oe,he,Te,D,m=this.n.ushrn(Math.floor(this.n.bitLength()/2)),P=w,M=this.n.clone(),j=new t(1),U=new t(0),K=new t(0),q=new t(1),me=0;0!==P.cmpn(0);){var n=M.div(P);Te=M.sub(n.mul(P)),D=K.sub(n.mul(j));var o=q.sub(n.mul(U));if(!$&&Te.cmp(m)<0)G=he.neg(),Q=j,$=Te.neg(),ae=D;else if($&&2===++me)break;he=Te,M=P,P=Te,K=j,j=D,q=U,U=o}ue=Te.neg(),oe=D;var f=$.sqr().add(ae.sqr());return ue.sqr().add(oe.sqr()).cmp(f)>=0&&(ue=G,oe=Q),$.negative&&($=$.neg(),ae=ae.neg()),ue.negative&&(ue=ue.neg(),oe=oe.neg()),[{a:$,b:ae},{a:ue,b:oe}]},e.prototype._endoSplit=function(w){var m=this.endo.basis,P=m[0],M=m[1],j=M.b.mul(w).divRound(this.n),U=P.b.neg().mul(w).divRound(this.n),K=j.mul(P.a),q=U.mul(M.a),G=j.mul(P.b),Q=U.mul(M.b);return{k1:w.sub(K).sub(q),k2:G.add(Q).neg()}},e.prototype.pointFromX=function(w,m){(w=new t(w,16)).red||(w=w.toRed(this.red));var P=w.redSqr().redMul(w).redIAdd(w.redMul(this.a)).redIAdd(this.b),M=P.redSqrt();if(0!==M.redSqr().redSub(P).cmp(this.zero))throw new Error("invalid point");var j=M.fromRed().isOdd();return(m&&!j||!m&&j)&&(M=M.redNeg()),this.point(w,M)},e.prototype.validate=function(w){if(w.inf)return!0;var m=w.x,P=w.y,M=this.a.redMul(m),j=m.redSqr().redMul(m).redIAdd(M).redIAdd(this.b);return 0===P.redSqr().redISub(j).cmpn(0)},e.prototype._endoWnafMulAdd=function(w,m,P){for(var M=this._endoWnafT1,j=this._endoWnafT2,U=0;U":""},T.prototype.isInfinity=function(){return this.inf},T.prototype.add=function(w){if(this.inf)return w;if(w.inf)return this;if(this.eq(w))return this.dbl();if(this.neg().eq(w))return this.curve.point(null,null);if(0===this.x.cmp(w.x))return this.curve.point(null,null);var m=this.y.redSub(w.y);0!==m.cmpn(0)&&(m=m.redMul(this.x.redSub(w.x).redInvm()));var P=m.redSqr().redISub(this.x).redISub(w.x),M=m.redMul(this.x.redSub(P)).redISub(this.y);return this.curve.point(P,M)},T.prototype.dbl=function(){if(this.inf)return this;var w=this.y.redAdd(this.y);if(0===w.cmpn(0))return this.curve.point(null,null);var m=this.curve.a,P=this.x.redSqr(),M=w.redInvm(),j=P.redAdd(P).redIAdd(P).redIAdd(m).redMul(M),U=j.redSqr().redISub(this.x.redAdd(this.x)),K=j.redMul(this.x.redSub(U)).redISub(this.y);return this.curve.point(U,K)},T.prototype.getX=function(){return this.x.fromRed()},T.prototype.getY=function(){return this.y.fromRed()},T.prototype.mul=function(w){return w=new t(w,16),this.isInfinity()?this:this._hasDoubles(w)?this.curve._fixedNafMul(this,w):this.curve.endo?this.curve._endoWnafMulAdd([this],[w]):this.curve._wnafMul(this,w)},T.prototype.mulAdd=function(w,m,P){var M=[this,m],j=[w,P];return this.curve.endo?this.curve._endoWnafMulAdd(M,j):this.curve._wnafMulAdd(1,M,j,2)},T.prototype.jmulAdd=function(w,m,P){var M=[this,m],j=[w,P];return this.curve.endo?this.curve._endoWnafMulAdd(M,j,!0):this.curve._wnafMulAdd(1,M,j,2,!0)},T.prototype.eq=function(w){return this===w||this.inf===w.inf&&(this.inf||0===this.x.cmp(w.x)&&0===this.y.cmp(w.y))},T.prototype.neg=function(w){if(this.inf)return this;var m=this.curve.point(this.x,this.y.redNeg());if(w&&this.precomputed){var P=this.precomputed,M=function(j){return j.neg()};m.precomputed={naf:P.naf&&{wnd:P.naf.wnd,points:P.naf.points.map(M)},doubles:P.doubles&&{step:P.doubles.step,points:P.doubles.points.map(M)}}}return m},T.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},p(g,S.BasePoint),e.prototype.jpoint=function(w,m,P){return new g(this,w,m,P)},g.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var w=this.z.redInvm(),m=w.redSqr(),P=this.x.redMul(m),M=this.y.redMul(m).redMul(w);return this.curve.point(P,M)},g.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},g.prototype.add=function(w){if(this.isInfinity())return w;if(w.isInfinity())return this;var m=w.z.redSqr(),P=this.z.redSqr(),M=this.x.redMul(m),j=w.x.redMul(P),U=this.y.redMul(m.redMul(w.z)),K=w.y.redMul(P.redMul(this.z)),q=M.redSub(j),G=U.redSub(K);if(0===q.cmpn(0))return 0!==G.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var Q=q.redSqr(),$=Q.redMul(q),ae=M.redMul(Q),ue=G.redSqr().redIAdd($).redISub(ae).redISub(ae),oe=G.redMul(ae.redISub(ue)).redISub(U.redMul($)),he=this.z.redMul(w.z).redMul(q);return this.curve.jpoint(ue,oe,he)},g.prototype.mixedAdd=function(w){if(this.isInfinity())return w.toJ();if(w.isInfinity())return this;var m=this.z.redSqr(),P=this.x,M=w.x.redMul(m),j=this.y,U=w.y.redMul(m).redMul(this.z),K=P.redSub(M),q=j.redSub(U);if(0===K.cmpn(0))return 0!==q.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var G=K.redSqr(),Q=G.redMul(K),$=P.redMul(G),ae=q.redSqr().redIAdd(Q).redISub($).redISub($),ue=q.redMul($.redISub(ae)).redISub(j.redMul(Q)),oe=this.z.redMul(K);return this.curve.jpoint(ae,ue,oe)},g.prototype.dblp=function(w){if(0===w)return this;if(this.isInfinity())return this;if(!w)return this.dbl();var m;if(this.curve.zeroA||this.curve.threeA){var P=this;for(m=0;m=0)return!1;if(P.redIAdd(j),0===this.x.cmp(P))return!0}},g.prototype.inspect=function(){return this.isInfinity()?"":""},g.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},68283:(Ae,ee,l)=>{"use strict";var i=l(39210),t=l(71993);function p(o,f){return!(55296!=(64512&o.charCodeAt(f))||f<0||f+1>=o.length)&&56320==(64512&o.charCodeAt(f+1))}function e(o){return(o>>>24|o>>>8&65280|o<<8&16711680|(255&o)<<24)>>>0}function g(o){return 1===o.length?"0"+o:o}function d(o){return 7===o.length?"0"+o:6===o.length?"00"+o:5===o.length?"000"+o:4===o.length?"0000"+o:3===o.length?"00000"+o:2===o.length?"000000"+o:1===o.length?"0000000"+o:o}ee.inherits=t,ee.toArray=function S(o,f){if(Array.isArray(o))return o.slice();if(!o)return[];var h=[];if("string"==typeof o)if(f){if("hex"===f)for((o=o.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(o="0"+o),A=0;A>6|192,h[b++]=63&k|128):p(o,A)?(k=65536+((1023&k)<<10)+(1023&o.charCodeAt(++A)),h[b++]=k>>18|240,h[b++]=k>>12&63|128,h[b++]=k>>6&63|128,h[b++]=63&k|128):(h[b++]=k>>12|224,h[b++]=k>>6&63|128,h[b++]=63&k|128)}else for(A=0;A>>0;return k},ee.split32=function m(o,f){for(var h=new Array(4*o.length),b=0,A=0;b>>24,h[A+1]=k>>>16&255,h[A+2]=k>>>8&255,h[A+3]=255&k):(h[A+3]=k>>>24,h[A+2]=k>>>16&255,h[A+1]=k>>>8&255,h[A]=255&k)}return h},ee.rotr32=function P(o,f){return o>>>f|o<<32-f},ee.rotl32=function M(o,f){return o<>>32-f},ee.sum32=function j(o,f){return o+f>>>0},ee.sum32_3=function U(o,f,h){return o+f+h>>>0},ee.sum32_4=function K(o,f,h,b){return o+f+h+b>>>0},ee.sum32_5=function q(o,f,h,b,A){return o+f+h+b+A>>>0},ee.sum64=function G(o,f,h,b){var x=b+o[f+1]>>>0;o[f]=(x>>0,o[f+1]=x},ee.sum64_hi=function Q(o,f,h,b){return(f+b>>>0>>0},ee.sum64_lo=function $(o,f,h,b){return f+b>>>0},ee.sum64_4_hi=function ae(o,f,h,b,A,k,x,r){var _=0,W=f;return _+=(W=W+b>>>0)>>0)>>0)>>0},ee.sum64_4_lo=function ue(o,f,h,b,A,k,x,r){return f+b+k+r>>>0},ee.sum64_5_hi=function oe(o,f,h,b,A,k,x,r,_,W){var I=0,B=f;return I+=(B=B+b>>>0)>>0)>>0)>>0)>>0},ee.sum64_5_lo=function he(o,f,h,b,A,k,x,r,_,W){return f+b+k+r+W>>>0},ee.rotr64_hi=function me(o,f,h){return(f<<32-h|o>>>h)>>>0},ee.rotr64_lo=function Te(o,f,h){return(o<<32-h|f>>>h)>>>0},ee.shr64_hi=function D(o,f,h){return o>>>h},ee.shr64_lo=function n(o,f,h){return(o<<32-h|f>>>h)>>>0}},68314:(Ae,ee,l)=>{const i=l(72836),t=l(89460),p=l(7030),S=l(56511);function c(e,T,g,d,w){const m=[].slice.call(arguments,1),P=m.length,M="function"==typeof m[P-1];if(!M&&!i())throw new Error("Callback required as last argument");if(!M){if(P<1)throw new Error("Too few arguments provided");return 1===P?(g=T,T=d=void 0):2===P&&!T.getContext&&(d=g,g=T,T=void 0),new Promise(function(j,U){try{const K=t.create(g,d);j(e(K,T,d))}catch(K){U(K)}})}if(P<2)throw new Error("Too few arguments provided");2===P?(w=g,g=T,T=d=void 0):3===P&&(T.getContext&&typeof w>"u"?(w=d,d=void 0):(w=d,d=g,g=T,T=void 0));try{const j=t.create(g,d);w(null,e(j,T,d))}catch(j){w(j)}}ee.create=t.create,ee.toCanvas=c.bind(null,p.render),ee.toDataURL=c.bind(null,p.renderToDataURL),ee.toString=c.bind(null,function(e,T,g){return S.render(e,g)})},68326:(__unused_webpack_module,exports)=>{var indexOf=function(Ae,ee){if(Ae.indexOf)return Ae.indexOf(ee);for(var l=0;l{"use strict";l.d(ee,{L:()=>me});var i=l(11747),t=l(21413),p=l(7673),S=l(99437),c=l(96354),e=l(31397),T=l(56977),g=l(53993),d=l(46391),w=l(12462),m=l(4416),P=l(11771),M=l(190),j=l(63536),U=l(2615),K=l(29330),q=l(59640),G=l(98570),Q=l(82571),$=l(53202),ae=l(51585),ue=l(43694),oe=l(7879),he=l(57303);let me=(()=>{var Te;class D{constructor(o,f,h,b,A,k,x,r,_,W){this.actions=o,this.httpClient=f,this.store=h,this.logger=b,this.commonService=A,this.sessionService=k,this.dialog=x,this.router=r,this.wsService=_,this.location=W,this.CHILD_API_URL=m.H$+"/lnd",this.invoicesPageSettings=m.ZC.find(I=>"transactions"===I.pageId)?.tables.find(I=>"invoices"===I.tableId),this.paymentsPageSettings=m.ZC.find(I=>"transactions"===I.pageId)?.tables.find(I=>"payments"===I.tableId),this.flgInitialized=!1,this.unSubs=[new t.B,new t.B],this.infoFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_INFO_LND),(0,e.Z)(I=>(this.flgInitialized=!1,this.store.dispatch((0,P.My)({payload:this.CHILD_API_URL})),this.store.dispatch((0,P.Jh)()),this.store.dispatch((0,P.mt)({payload:m.MZ.GET_NODE_INFO})),this.store.dispatch((0,M.e8)({payload:{action:"FetchInfo",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.GETINFO_API).pipe((0,T.Q)(this.actions.pipe((0,i.gp)(m.aU.SET_SELECTED_NODE))),(0,c.T)(B=>(this.logger.info(B),B.chains&&B.chains.length&&B.chains[0]&&("string"==typeof B.chains[0]&&B.chains[0].toLowerCase().indexOf("bitcoin")<0||"object"==typeof B.chains[0]&&B.chains[0].hasOwnProperty("chain")&&B.chains[0].chain&&B.chains[0].chain.toLowerCase().indexOf("bitcoin")<0)?(this.store.dispatch((0,M.e8)({payload:{action:"FetchInfo",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.Jh)()),this.store.dispatch((0,P.xO)({payload:{data:{type:m.A$.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}})),{type:m.aU.LOGOUT}):B.identity_pubkey?(B.lnImplementation="LND",this.initializeRemainingData(B,I.payload.loadPage),this.store.dispatch((0,M.e8)({payload:{action:"FetchInfo",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.Jh)()),{type:m.QP.SET_INFO_LND,payload:B||{}}):(this.store.dispatch((0,M.e8)({payload:{action:"FetchInfo",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.Jh)()),this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),{type:m.QP.SET_INFO_LND,payload:{}}))),(0,S.W)(B=>{if("string"==typeof B.error.error&&B.error.error.includes("Not Found")||"string"==typeof B.error.error&&B.error.error.includes("wallet locked")||502===B.status&&!B.error.message.includes("Bad or Missing Macaroon"))this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),this.handleErrorWithoutAlert("FetchInfo",m.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",B);else if("string"==typeof B.error.error&&B.error.error.includes("starting up")&&500===B.status)setTimeout(()=>{this.store.dispatch((0,M.Br)({payload:{loadPage:"HOME"}}))},2e3);else{const re=this.commonService.extractErrorCode(B),pe=503===re?"Unable to Connect to LND Server.":this.commonService.extractErrorMessage(B);this.router.navigate(["/error"],{state:{errorCode:re,errorMessage:pe}}),this.handleErrorWithoutAlert("FetchInfo",m.MZ.GET_NODE_INFO,"Fetching Node Info Failed.",{status:re,error:pe})}return(0,p.of)({type:m.aU.VOID})})))))),this.peersFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_PEERS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchPeers",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.PEERS_API).pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchPeers",status:m.wn.COMPLETED}})),{type:m.QP.SET_PEERS_LND,payload:I||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchPeers",m.MZ.NO_SPINNER,"Fetching Peers Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.saveNewPeer=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SAVE_NEW_PEER_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.CONNECT_PEER})),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewPeer",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.PEERS_API,{pubkey:I.payload.pubkey,host:I.payload.host,perm:I.payload.perm}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewPeer",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.CONNECT_PEER})),this.store.dispatch((0,M.Qj)({payload:B||[]})),{type:m.QP.NEWLY_ADDED_PEER_LND,payload:{peer:B[0]}})),(0,S.W)(B=>(this.handleErrorWithoutAlert("SaveNewPeer",m.MZ.CONNECT_PEER,"Peer Connection Failed.",B),(0,p.of)({type:m.aU.VOID})))))))),this.detachPeer=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.DETACH_PEER_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+m.rl.PEERS_API+"/"+I.payload.pubkey).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.DISCONNECT_PEER})),this.store.dispatch((0,P.UI)({payload:"Peer Disconnected Successfully."})),{type:m.QP.REMOVE_PEER_LND,payload:{pubkey:I.payload.pubkey}})),(0,S.W)(B=>(this.handleErrorWithAlert("DetachPeer",m.MZ.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+m.rl.PEERS_API+"/"+I.payload.pubkey,B),(0,p.of)({type:m.aU.VOID})))))))),this.saveNewInvoice=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SAVE_NEW_INVOICE_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewInvoice",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.INVOICES_API,{memo:I.payload.memo,value:I.payload.value,private:I.payload.private,expiry:I.payload.expiry,is_amp:I.payload.is_amp}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewInvoice",status:m.wn.COMPLETED}})),this.store.dispatch((0,M.Do)({payload:{num_max_invoices:I.payload.pageSize,reversed:!0}})),I.payload.openModal?(B.memo=I.payload.memo,B.value=I.payload.value,B.expiry=I.payload.expiry,B.private=I.payload.private,B.is_amp=I.payload.is_amp,B.cltv_expiry="144",B.creation_date=Math.round((new Date).getTime()/1e3).toString(),setTimeout(()=>{this.store.dispatch((0,P.xO)({payload:{data:{invoice:B,newlyAdded:!0,component:d.H}}}))},200),{type:m.aU.CLOSE_SPINNER,payload:I.payload.uiMessage}):{type:m.QP.NEWLY_SAVED_INVOICE_LND,payload:{paymentRequest:B.payment_request}})),(0,S.W)(B=>(this.handleErrorWithoutAlert("SaveNewInvoice",I.payload.uiMessage,"Add Invoice Failed.",B),(0,p.of)({type:m.aU.VOID})))))))),this.openNewChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SAVE_NEW_CHANNEL_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.OPEN_CHANNEL})),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewChannel",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.CHANNELS_API,{node_pubkey:I.payload.selectedPeerPubkey,local_funding_amount:I.payload.fundingAmount,private:I.payload.private,trans_type:I.payload.transType,trans_type_value:I.payload.transTypeValue,spend_unconfirmed:I.payload.spendUnconfirmed,commitment_type:I.payload.commitmentType}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"SaveNewChannel",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.OPEN_CHANNEL})),this.store.dispatch((0,M.DY)()),this.store.dispatch((0,M.$Q)()),this.store.dispatch((0,M.H2)({payload:{uiMessage:m.MZ.NO_SPINNER,channelPoint:"ALL",showMessage:"Channel Added Successfully!"}})),{type:m.QP.FETCH_PENDING_CHANNELS_LND})),(0,S.W)(B=>(this.handleErrorWithoutAlert("SaveNewChannel",m.MZ.OPEN_CHANNEL,"Opening Channel Failed.",B),(0,p.of)({type:m.aU.VOID})))))))),this.updateChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.UPDATE_CHANNEL_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+m.rl.CHANNELS_API+"/chanPolicy",{baseFeeMsat:I.payload.baseFeeMsat,feeRate:I.payload.feeRate,timeLockDelta:I.payload.timeLockDelta,max_htlc_msat:I.payload.maxHtlcMsat,min_htlc_msat:I.payload.minHtlcMsat,chanPoint:I.payload.chanPoint}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.UPDATE_CHAN_POLICY})),this.store.dispatch((0,P.UI)("all"===I.payload.chanPoint?{payload:"All Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:m.QP.FETCH_CHANNELS_LND})),(0,S.W)(B=>(this.handleErrorWithAlert("UpdateChannels",m.MZ.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+m.rl.CHANNELS_API+"/chanPolicy",B),(0,p.of)({type:m.aU.VOID})))))))),this.closeChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.CLOSE_CHANNEL_LND),(0,e.Z)(I=>{this.store.dispatch((0,P.mt)({payload:I.payload.forcibly?m.MZ.FORCE_CLOSE_CHANNEL:m.MZ.CLOSE_CHANNEL}));let B=this.CHILD_API_URL+m.rl.CHANNELS_API+"/"+I.payload.channelPoint+"?force="+I.payload.forcibly;return I.payload.targetConf&&(B=B+"&target_conf="+I.payload.targetConf),I.payload.satPerByte&&(B=B+"&sat_per_byte="+I.payload.satPerByte),this.httpClient.delete(B).pipe((0,c.T)(re=>(this.logger.info(re),this.store.dispatch((0,P.y0)({payload:I.payload.forcibly?m.MZ.FORCE_CLOSE_CHANNEL:m.MZ.CLOSE_CHANNEL})),this.store.dispatch((0,M.$Q)()),this.store.dispatch((0,M.ar)()),this.store.dispatch((0,M.H2)({payload:{uiMessage:m.MZ.NO_SPINNER,channelPoint:"ALL",showMessage:re.message}})),{type:m.aU.VOID})),(0,S.W)(re=>(this.handleErrorWithAlert("CloseChannel",I.payload.forcibly?m.MZ.FORCE_CLOSE_CHANNEL:m.MZ.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+m.rl.CHANNELS_API+"/"+I.payload.channelPoint+"?force="+I.payload.forcibly,re),(0,p.of)({type:m.aU.VOID}))))}))),this.backupChannels=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.BACKUP_CHANNELS_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"BackupChannels",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/"+I.payload.channelPoint).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"BackupChannels",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:I.payload.uiMessage})),this.store.dispatch((0,P.UI)({payload:I.payload.showMessage+" "+B.message})),{type:m.QP.BACKUP_CHANNELS_RES_LND,payload:B.message})),(0,S.W)(B=>(this.handleErrorWithAlert("BackupChannels",I.payload.uiMessage,I.payload.showMessage+" Unable to Backup Channel. Try again later.",this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/"+I.payload.channelPoint,B),(0,p.of)({type:m.aU.VOID})))))))),this.verifyChannel=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.VERIFY_CHANNEL_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.VERIFY_CHANNEL})),this.store.dispatch((0,M.e8)({payload:{action:"VerifyChannel",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/verify/"+I.payload.channelPoint,{}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"VerifyChannel",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.VERIFY_CHANNEL})),this.store.dispatch((0,P.UI)({payload:B.message})),{type:m.QP.VERIFY_CHANNEL_RES_LND,payload:B.message})),(0,S.W)(B=>(this.handleErrorWithAlert("VerifyChannel",m.MZ.VERIFY_CHANNEL,"Unable to Verify Channel. Try again later.",this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/verify/"+I.payload.channelPoint,B),(0,p.of)({type:m.aU.VOID})))))))),this.restoreChannels=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.RESTORE_CHANNELS_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.RESTORE_CHANNEL})),this.store.dispatch((0,M.e8)({payload:{action:"RestoreChannels",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/restore/"+I.payload.channelPoint,{}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"RestoreChannels",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.RESTORE_CHANNEL})),this.store.dispatch((0,P.UI)({payload:B.message})),this.store.dispatch((0,M.t5)({payload:B.list})),{type:m.QP.RESTORE_CHANNELS_RES_LND,payload:B.message})),(0,S.W)(B=>(this.handleErrorWithAlert("RestoreChannels",m.MZ.RESTORE_CHANNEL,"Unable to Restore Channel. Try again later.",this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/restore/"+I.payload.channelPoint,B),(0,p.of)({type:m.aU.VOID})))))))),this.fetchFees=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_FEES_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchFees",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.FEES_API))),(0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchFees",status:m.wn.COMPLETED}})),I.forwarding_events_history&&(this.store.dispatch((0,M.kv)({payload:I.forwarding_events_history})),delete I.forwarding_events_history),{type:m.QP.SET_FEES_LND,payload:I||{}})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchFees",m.MZ.NO_SPINNER,"Fetching Fees Failed.",I),(0,p.of)({type:m.aU.VOID}))))),this.balanceBlockchainFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_BLOCKCHAIN_BALANCE_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchBalance",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.BALANCE_API))),(0,c.T)(I=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchBalance",status:m.wn.COMPLETED}})),this.logger.info(I),{type:m.QP.SET_BLOCKCHAIN_BALANCE_LND,payload:I||{total_balance:""}})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchBalance",m.MZ.NO_SPINNER,"Fetching Blockchain Balance Failed.",I),(0,p.of)({type:m.aU.VOID}))))),this.networkInfoFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_NETWORK_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchNetwork",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.NETWORK_API+"/info"))),(0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchNetwork",status:m.wn.COMPLETED}})),{type:m.QP.SET_NETWORK_LND,payload:I||{}})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchNetwork",m.MZ.NO_SPINNER,"Fetching Network Failed.",I),(0,p.of)({type:m.aU.VOID}))))),this.channelsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_CHANNELS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchChannels",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.CHANNELS_API).pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchChannels",status:m.wn.COMPLETED}})),{type:m.QP.SET_CHANNELS_LND,payload:I.channels||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchChannels",m.MZ.NO_SPINNER,"Fetching Channels Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.channelsPendingFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_PENDING_CHANNELS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchPendingChannels",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.CHANNELS_API+"/pending").pipe((0,c.T)(I=>{this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchPendingChannels",status:m.wn.COMPLETED}}));const B={open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0};return I&&(B.total_limbo_balance=I.total_limbo_balance,I.pending_closing_channels&&(B.closing.num_channels=I.pending_closing_channels.length,B.total_channels=B.total_channels+I.pending_closing_channels.length,I.pending_closing_channels.forEach(re=>{B.closing.limbo_balance=+B.closing.limbo_balance+(re.channel.local_balance?+re.channel.local_balance:0)})),I.pending_force_closing_channels&&(B.force_closing.num_channels=I.pending_force_closing_channels.length,B.total_channels=B.total_channels+I.pending_force_closing_channels.length,I.pending_force_closing_channels.forEach(re=>{B.force_closing.limbo_balance=+B.force_closing.limbo_balance+(re.channel.local_balance?+re.channel.local_balance:0)})),I.pending_open_channels&&(B.open.num_channels=I.pending_open_channels.length,B.total_channels=B.total_channels+I.pending_open_channels.length,I.pending_open_channels.forEach(re=>{B.open.limbo_balance=+B.open.limbo_balance+(re.channel.local_balance?+re.channel.local_balance:0)})),I.waiting_close_channels&&(B.waiting_close.num_channels=I.waiting_close_channels.length,B.total_channels=B.total_channels+I.waiting_close_channels.length,I.waiting_close_channels.forEach(re=>{B.waiting_close.limbo_balance=+B.waiting_close.limbo_balance+(re.channel.local_balance?+re.channel.local_balance:0)}))),{type:m.QP.SET_PENDING_CHANNELS_LND,payload:I?{pendingChannels:I,pendingChannelsSummary:B}:{pendingChannels:{},pendingChannelsSummary:B}}}),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchPendingChannels",m.MZ.NO_SPINNER,"Fetching Pending Channels Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.channelsClosedFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_CLOSED_CHANNELS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchClosedChannels",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.CHANNELS_API+"/closed").pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchClosedChannels",status:m.wn.COMPLETED}})),{type:m.QP.SET_CLOSED_CHANNELS_LND,payload:I.channels||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchClosedChannels",m.MZ.NO_SPINNER,"Fetching Closed Channels Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.invoicesFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_INVOICES_LND),(0,e.Z)(I=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchInvoices",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.INVOICES_API+"?num_max_invoices="+(I.payload.num_max_invoices?I.payload.num_max_invoices:100)+"&index_offset="+(I.payload.index_offset?I.payload.index_offset:0)+"&reversed="+(!!I.payload.reversed&&I.payload.reversed)).pipe((0,c.T)(be=>(this.logger.info(be),this.store.dispatch((0,M.e8)({payload:{action:"FetchInvoices",status:m.wn.COMPLETED}})),I.payload.reversed&&!I.payload.index_offset&&(be.total_invoices=+(be.last_index_offset||0)),{type:m.QP.SET_INVOICES_LND,payload:be})),(0,S.W)(be=>(this.handleErrorWithoutAlert("FetchInvoices",m.MZ.NO_SPINNER,"Fetching Invoices Failed.",be),(0,p.of)({type:m.aU.VOID})))))))),this.transactionsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_TRANSACTIONS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchTransactions",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.TRANSACTIONS_API))),(0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchTransactions",status:m.wn.COMPLETED}})),{type:m.QP.SET_TRANSACTIONS_LND,payload:I||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchTransactions",m.MZ.NO_SPINNER,"Fetching Transactions Failed.",I),(0,p.of)({type:m.aU.VOID}))))),this.utxosFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_UTXOS_LND),(0,g.E)(this.store.select(j.pI)),(0,e.Z)(([I,B])=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchUTXOs",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.WALLET_API+"/getUTXOs?max_confs="+(B&&B.block_height?B.block_height:1e9)))),(0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchUTXOs",status:m.wn.COMPLETED}})),{type:m.QP.SET_UTXOS_LND,payload:I||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchUTXOs",m.MZ.NO_SPINNER,"Fetching UTXOs Failed.",I),(0,p.of)({type:m.aU.VOID}))))),this.paymentsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_PAYMENTS_LND),(0,e.Z)(I=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchPayments",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.PAYMENTS_API+"?max_payments="+(I.payload.max_payments?I.payload.max_payments:100)+"&index_offset="+(I.payload.index_offset?I.payload.index_offset:0)+"&reversed="+(!!I.payload.reversed&&I.payload.reversed)).pipe((0,c.T)(be=>(this.logger.info(be),this.store.dispatch((0,M.e8)({payload:{action:"FetchPayments",status:m.wn.COMPLETED}})),this.commonService.sortByKey(be.payments||[],this.paymentsPageSettings?.sortBy||"creation_date","number",this.paymentsPageSettings?.sortOrder),{type:m.QP.SET_PAYMENTS_LND,payload:be})),(0,S.W)(be=>(this.handleErrorWithoutAlert("FetchPayments",m.MZ.NO_SPINNER,"Fetching Payments Failed.",be),(0,p.of)({type:m.QP.SET_PAYMENTS_LND,payload:{payments:[]}})))))))),this.sendPayment=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SEND_PAYMENT_LND),(0,e.Z)(I=>{this.store.dispatch((0,P.mt)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"SendPayment",status:m.wn.INITIATED}}));const B=JSON.parse(JSON.stringify(I.payload));return delete B.uiMessage,delete B.fromDialog,this.httpClient.post(this.CHILD_API_URL+m.rl.PAYMENTS_API+"/send",B).pipe((0,c.T)(re=>{if(this.logger.info(re),this.store.dispatch((0,P.y0)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"SendPayment",status:m.wn.COMPLETED}})),re.payment_error)return I.payload.allow_self_payment?(this.store.dispatch((0,M.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}})),{type:m.QP.SEND_PAYMENT_STATUS_LND,payload:re}):(I.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",I.payload.uiMessage,"Send Payment Failed.",re.payment_error):this.handleErrorWithAlert("SendPayment",I.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+m.rl.CHANNELS_API+"/transactions",re.payment_error),{type:m.aU.VOID});if(this.store.dispatch((0,P.y0)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"SendPayment",status:m.wn.COMPLETED}})),this.store.dispatch((0,M.$Q)()),this.store.dispatch((0,M.CK)({payload:{max_payments:this.paymentsPageSettings?.recordsPerPage,reversed:!0}})),I.payload.allow_self_payment)this.store.dispatch((0,M.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}));else{let pe="Payment Sent Successfully.";re.payment_route&&re.payment_route.total_fees_msat&&(pe="Payment sent successfully with the total fee "+re.payment_route.total_fees_msat+" (mSats)."),this.store.dispatch((0,P.UI)({payload:pe}))}return{type:m.QP.SEND_PAYMENT_STATUS_LND,payload:re}}),(0,S.W)(re=>(this.logger.error("Error: "+JSON.stringify(re)),I.payload.allow_self_payment?(this.handleErrorWithoutAlert("SendPayment",I.payload.uiMessage,"Send Payment Failed.",re),this.store.dispatch((0,M.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}})),(0,p.of)({type:m.QP.SEND_PAYMENT_STATUS_LND,payload:{error:this.commonService.extractErrorMessage(re)}})):(I.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",I.payload.uiMessage,"Send Payment Failed.",re):this.handleErrorWithAlert("SendPayment",I.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+m.rl.CHANNELS_API+"/transactions",re),(0,p.of)({type:m.aU.VOID})))))}))),this.graphNodeFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_GRAPH_NODE_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.GET_NODE_ADDRESS})),this.store.dispatch((0,M.e8)({payload:{action:"FetchGraphNode",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.NETWORK_API+"/node/"+I.payload.pubkey).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.GET_NODE_ADDRESS})),this.store.dispatch((0,M.e8)({payload:{action:"FetchGraphNode",status:m.wn.COMPLETED}})),{type:m.QP.SET_GRAPH_NODE_LND,payload:B&&B.node?{node:B.node}:{node:null}})),(0,S.W)(B=>(this.handleErrorWithoutAlert("FetchGraphNode",m.MZ.GET_NODE_ADDRESS,"Fetching Graph Node Failed.",B),(0,p.of)({type:m.aU.VOID})))))))),this.setGraphNode=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_GRAPH_NODE_LND),(0,c.T)(I=>(this.logger.info(I.payload),I.payload))),{dispatch:!1}),this.getNewAddress=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GET_NEW_ADDRESS_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+m.rl.NEW_ADDRESS_API+"?type="+I.payload.addressId).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.GENERATE_NEW_ADDRESS})),{type:m.QP.SET_NEW_ADDRESS_LND,payload:B&&B.address?B.address:{}})),(0,S.W)(B=>(this.handleErrorWithAlert("GetNewAddress",m.MZ.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+m.rl.NEW_ADDRESS_API+"?type="+I.payload.addressId,B),(0,p.of)({type:m.aU.VOID})))))))),this.setNewAddress=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_NEW_ADDRESS_LND),(0,c.T)(I=>(this.logger.info(I.payload),I.payload))),{dispatch:!1}),this.SetChannelTransaction=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_CHANNEL_TRANSACTION_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.SEND_FUNDS})),this.store.dispatch((0,M.e8)({payload:{action:"SetChannelTransaction",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.TRANSACTIONS_API,{amount:I.payload.amount,address:I.payload.address,sendAll:I.payload.sendAll,fees:I.payload.fees,blocks:I.payload.blocks}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"SetChannelTransaction",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.SEND_FUNDS})),this.store.dispatch((0,M.mh)()),this.store.dispatch((0,M.DY)()),this.store.dispatch((0,M.$Q)()),{type:m.QP.SET_CHANNEL_TRANSACTION_RES_LND,payload:B})),(0,S.W)(B=>(this.handleErrorWithoutAlert("SetChannelTransaction",m.MZ.SEND_FUNDS,"Sending Fund Failed.",B),(0,p.of)({type:m.aU.VOID})))))))),this.fetchForwardingHistory=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GET_FORWARDING_HISTORY_LND),(0,e.Z)(I=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchForwardingHistory",status:m.wn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+m.rl.SWITCH_API,{num_max_events:I.payload.num_max_events,index_offset:I.payload.index_offset,end_time:I.payload.end_time,start_time:I.payload.start_time}).pipe((0,c.T)(re=>(this.logger.info(re),this.store.dispatch((0,M.e8)({payload:{action:"FetchForwardingHistory",status:m.wn.COMPLETED}})),{type:m.QP.SET_FORWARDING_HISTORY_LND,payload:re})),(0,S.W)(re=>(this.handleErrorWithAlert("FetchForwardingHistory",m.MZ.NO_SPINNER,"Get Forwarding History Failed",this.CHILD_API_URL+m.rl.SWITCH_API,re),(0,p.of)({type:m.aU.VOID})))))))),this.queryRoutesFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GET_QUERY_ROUTES_LND),(0,e.Z)(I=>{let B=this.CHILD_API_URL+m.rl.NETWORK_API+"/routes/"+I.payload.destPubkey+"/"+I.payload.amount;return I.payload.outgoingChanId&&(B=B+"?outgoing_chan_id="+I.payload.outgoingChanId),this.httpClient.get(B).pipe((0,c.T)(re=>(this.logger.info(re),{type:m.QP.SET_QUERY_ROUTES_LND,payload:re})),(0,S.W)(re=>(this.store.dispatch((0,M.Hm)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",m.MZ.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+m.rl.NETWORK_API,re),(0,p.of)({type:m.aU.VOID}))))}))),this.setQueryRoutes=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_QUERY_ROUTES_LND),(0,c.T)(I=>I.payload)),{dispatch:!1}),this.genSeed=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GEN_SEED_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.GEN_SEED})),this.httpClient.get(this.CHILD_API_URL+m.rl.WALLET_API+"/genseed/"+I.payload).pipe((0,c.T)(B=>(this.logger.info("Generated GenSeed!"),this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.GEN_SEED})),{type:m.QP.GEN_SEED_RESPONSE_LND,payload:B.cipher_seed_mnemonic})),(0,S.W)(B=>(this.handleErrorWithAlert("GenSeed",m.MZ.GEN_SEED,"Genseed Generation Failed",this.CHILD_API_URL+m.rl.WALLET_API+"/genseed/"+I.payload,B),(0,p.of)({type:m.aU.VOID})))))))),this.updateSelNodeOptions=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.UPDATE_SELECTED_NODE_OPTIONS),(0,e.Z)(()=>this.httpClient.get(this.CHILD_API_URL+m.rl.WALLET_API+"/updateSelNodeOptions").pipe((0,c.T)(I=>(this.logger.info("Update Sel Node Successfull"),this.logger.info(I),{type:m.aU.VOID})),(0,S.W)(I=>(this.handleErrorWithAlert("UpdateSelectedNodeOptions",m.MZ.NO_SPINNER,"Update macaroon for newly initialized node failed! Please check the macaroon path and restart the server!","Update Macaroon",I),(0,p.of)({type:m.aU.VOID}))))))),this.genSeedResponse=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GEN_SEED_RESPONSE_LND),(0,c.T)(I=>I.payload)),{dispatch:!1}),this.initWalletRes=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.INIT_WALLET_RESPONSE_LND),(0,c.T)(I=>I.payload)),{dispatch:!1}),this.initWallet=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.INIT_WALLET_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.INITIALIZE_WALLET})),this.httpClient.post(this.CHILD_API_URL+m.rl.WALLET_API+"/wallet/initwallet",{wallet_password:I.payload.pwd,cipher_seed_mnemonic:I.payload.cipher?I.payload.cipher:"",aezeed_passphrase:I.payload.passphrase?I.payload.passphrase:""}).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.INITIALIZE_WALLET})),{type:m.QP.INIT_WALLET_RESPONSE_LND,payload:B})),(0,S.W)(B=>(this.handleErrorWithAlert("InitWallet",m.MZ.INITIALIZE_WALLET,"Wallet Initialization Failed",this.CHILD_API_URL+m.rl.WALLET_API+"/initwallet",B),(0,p.of)({type:m.aU.VOID})))))))),this.unlockWallet=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.UNLOCK_WALLET_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.UNLOCK_WALLET})),this.httpClient.post(this.CHILD_API_URL+m.rl.WALLET_API+"/wallet/unlockwallet",{wallet_password:I.payload.pwd}).pipe((0,c.T)(B=>(this.logger.info(B),this.logger.info("Successfully Unlocked!"),this.sessionService.setItem("lndUnlocked","true"),this.store.dispatch((0,P.y0)({payload:m.MZ.UNLOCK_WALLET})),this.store.dispatch((0,P.mt)({payload:m.MZ.WAIT_SYNC_NODE})),setTimeout(()=>{this.store.dispatch((0,P.y0)({payload:m.MZ.WAIT_SYNC_NODE})),this.store.dispatch((0,M.Br)({payload:{loadPage:"HOME"}}))},5e3),{type:m.aU.VOID})),(0,S.W)(B=>(this.handleErrorWithAlert("UnlockWallet",m.MZ.UNLOCK_WALLET,"Unlock Wallet Failed",this.CHILD_API_URL+m.rl.WALLET_API+"/unlockwallet",B),(0,p.of)({type:m.aU.VOID}))))))),{dispatch:!1}),this.peerLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.PEER_LOOKUP_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.SEARCHING_NODE})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.NETWORK_API+"/node/"+I.payload).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.SEARCHING_NODE})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.COMPLETED}})),{type:m.QP.SET_LOOKUP_LND,payload:B})),(0,S.W)(B=>(this.handleErrorWithAlert("Lookup",m.MZ.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+m.rl.NETWORK_API+"/node/"+I.payload,B),(0,p.of)({type:m.aU.VOID})))))))),this.channelLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.CHANNEL_LOOKUP_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.NETWORK_API+"/edge/"+I.payload.channelID).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:I.payload.uiMessage})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.COMPLETED}})),{type:m.QP.SET_LOOKUP_LND,payload:B})),(0,S.W)(B=>(this.handleErrorWithAlert("Lookup",I.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+m.rl.NETWORK_API+"/edge/"+I.payload.channelID,B),(0,p.of)({type:m.aU.VOID})))))))),this.invoiceLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.INVOICE_LOOKUP_LND),(0,e.Z)(I=>{this.store.dispatch((0,P.mt)({payload:m.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.INITIATED}}));let B=this.CHILD_API_URL+m.rl.INVOICES_API+"/lookup";return B=I.payload.paymentAddress&&""!==I.payload.paymentAddress?B+"?payment_addr="+I.payload.paymentAddress:B+"?payment_hash="+I.payload.paymentHash,this.httpClient.get(B).pipe((0,c.T)(re=>(this.logger.info(re),this.store.dispatch((0,P.y0)({payload:m.MZ.SEARCHING_INVOICE})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.COMPLETED}})),this.store.dispatch((0,M.Dq)({payload:re})),{type:m.QP.SET_LOOKUP_LND,payload:re})),(0,S.W)(re=>(this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.ERROR}})),this.handleErrorWithoutAlert("Lookup",m.MZ.SEARCHING_INVOICE,"Invoice Lookup Failed",re),I.payload.openSnackBar&&this.store.dispatch((0,P.UI)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,p.of)({type:m.QP.SET_LOOKUP_LND,payload:{error:re}}))))}))),this.paymentLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.PAYMENT_LOOKUP_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.SEARCHING_PAYMENT})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.PAYMENTS_API+"/lookup/"+I.payload).pipe((0,c.T)(B=>(this.logger.info(B),this.store.dispatch((0,P.y0)({payload:m.MZ.SEARCHING_PAYMENT})),this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.COMPLETED}})),this.store.dispatch((0,M._$)({payload:B})),{type:m.QP.SET_LOOKUP_LND,payload:B})),(0,S.W)(B=>(this.store.dispatch((0,M.e8)({payload:{action:"Lookup",status:m.wn.ERROR}})),this.handleErrorWithoutAlert("Lookup",m.MZ.SEARCHING_PAYMENT,"Payment Lookup Failed",B),(0,p.of)({type:m.QP.SET_LOOKUP_LND,payload:{error:B}})))))))),this.setLookup=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_LOOKUP_LND),(0,c.T)(I=>(this.logger.info(I.payload),I.payload))),{dispatch:!1}),this.getRestoreChannelList=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.RESTORE_CHANNELS_LIST_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"RestoreChannelsList",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API+"/restore/list").pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"RestoreChannelsList",status:m.wn.COMPLETED}})),{type:m.QP.SET_RESTORE_CHANNELS_LIST_LND,payload:I||{all_restore_exists:!1,files:[]}})),(0,S.W)(I=>(this.handleErrorWithAlert("RestoreChannelsList",m.MZ.NO_SPINNER,"Restore Channels List Failed",this.CHILD_API_URL+m.rl.CHANNELS_BACKUP_API,I),(0,p.of)({type:m.aU.VOID})))))))),this.setRestoreChannelList=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SET_RESTORE_CHANNELS_LIST_LND),(0,c.T)(I=>(this.logger.info(I.payload),I.payload))),{dispatch:!1}),this.allLightningTransactionsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.GET_ALL_LIGHTNING_TRANSATIONS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchLightningTransactions",status:m.wn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+m.rl.PAYMENTS_API+"/alltransactions").pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchLightningTransactions",status:m.wn.COMPLETED}})),{type:m.QP.SET_ALL_LIGHTNING_TRANSATIONS_LND,payload:I})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchLightningTransactions",m.MZ.NO_SPINNER,"Fetching All Lightning Transaction Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.pageSettingsFetch=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.FETCH_PAGE_SETTINGS_LND),(0,e.Z)(()=>(this.store.dispatch((0,M.e8)({payload:{action:"FetchPageSettings",status:m.wn.INITIATED}})),this.httpClient.get(m.rl.PAGE_SETTINGS_API).pipe((0,c.T)(I=>(this.logger.info(I),this.store.dispatch((0,M.e8)({payload:{action:"FetchPageSettings",status:m.wn.COMPLETED}})),this.invoicesPageSettings=I&&Object.keys(I).length>0?I.find(B=>"transactions"===B.pageId)?.tables.find(B=>"invoices"===B.tableId):m.ZC.find(B=>"transactions"===B.pageId)?.tables.find(B=>"invoices"===B.tableId),this.paymentsPageSettings=I&&Object.keys(I).length>0?I.find(B=>"transactions"===B.pageId)?.tables.find(B=>"payments"===B.tableId):m.ZC.find(B=>"transactions"===B.pageId)?.tables.find(B=>"payments"===B.tableId),{type:m.QP.SET_PAGE_SETTINGS_LND,payload:I||[]})),(0,S.W)(I=>(this.handleErrorWithoutAlert("FetchPageSettings",m.MZ.NO_SPINNER,"Fetching Page Settings Failed.",I),(0,p.of)({type:m.aU.VOID})))))))),this.savePageSettings=(0,i.EH)(()=>this.actions.pipe((0,i.gp)(m.QP.SAVE_PAGE_SETTINGS_LND),(0,e.Z)(I=>(this.store.dispatch((0,P.mt)({payload:m.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,M.e8)({payload:{action:"SavePageSettings",status:m.wn.INITIATED}})),this.httpClient.post(m.rl.PAGE_SETTINGS_API,I.payload).pipe((0,c.T)(B=>{this.logger.info(B),this.store.dispatch((0,M.e8)({payload:{action:"SavePageSettings",status:m.wn.COMPLETED}})),this.store.dispatch((0,P.y0)({payload:m.MZ.UPDATE_PAGE_SETTINGS})),this.store.dispatch((0,P.UI)({payload:"Page Layout Updated Successfully!"}));const re=(B.find(be=>"transactions"===be.pageId)?.tables.find(be=>"invoices"===be.tableId)||m.ZC.find(be=>"transactions"===be.pageId)?.tables.find(be=>"invoices"===be.tableId)).recordsPerPage,pe=(B.find(be=>"transactions"===be.pageId)?.tables.find(be=>"payments"===be.tableId)||m.ZC.find(be=>"transactions"===be.pageId)?.tables.find(be=>"payments"===be.tableId)).recordsPerPage;return this.invoicesPageSettings&&re!==this.invoicesPageSettings?.recordsPerPage&&(this.invoicesPageSettings.recordsPerPage=re,this.store.dispatch((0,M.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}))),this.paymentsPageSettings&&pe!==this.paymentsPageSettings?.recordsPerPage&&(this.paymentsPageSettings.recordsPerPage=pe),{type:m.QP.SET_PAGE_SETTINGS_LND,payload:B||[]}}),(0,S.W)(B=>(this.handleErrorWithAlert("SavePageSettings",m.MZ.UPDATE_PAGE_SETTINGS,"Page Settings Update Failed.",m.rl.PAGE_SETTINGS_API,B),(0,p.of)({type:m.aU.VOID})))))))),this.store.select(j.ru).pipe((0,T.Q)(this.unSubs[0])).subscribe(I=>{I.FetchInfo.status!==m.wn.COMPLETED&&I.FetchInfo.status!==m.wn.ERROR||I.FetchFees.status!==m.wn.COMPLETED&&I.FetchFees.status!==m.wn.ERROR||I.FetchBalanceBlockchain.status!==m.wn.COMPLETED&&I.FetchBalanceBlockchain.status!==m.wn.ERROR||I.FetchAllChannels.status!==m.wn.COMPLETED&&I.FetchAllChannels.status!==m.wn.ERROR||I.FetchPendingChannels.status!==m.wn.COMPLETED&&I.FetchPendingChannels.status!==m.wn.ERROR||this.flgInitialized||(this.store.dispatch((0,P.y0)({payload:m.MZ.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.lndWSMessages.pipe((0,T.Q)(this.unSubs[1])).subscribe(I=>{this.logger.info("Received new message from the service: "+JSON.stringify(I)),I&&(I.type===m.o1.INVOICE?(this.logger.info(I),I&&I.result&&I.result.payment_request&&this.store.dispatch((0,M.Dq)({payload:I.result}))):this.logger.info("Received Event from WS: "+JSON.stringify(I)))})}initializeRemainingData(o,f){this.sessionService.setItem("lndUnlocked","true");const h={identity_pubkey:o.identity_pubkey,alias:o.alias,testnet:o.testnet,chains:o.chains,uris:o.uris,version:o.version?o.version.split(" ")[0]:""};this.store.dispatch((0,P.mt)({payload:m.MZ.INITALIZE_NODE_DATA})),this.store.dispatch((0,P.Fl)({payload:h}));let b=this.location.path();b.includes("/cln/")?b=b?.replace("/cln/","/lnd/"):b.includes("/ecl/")&&(b=b?.replace("/ecl/","/lnd/")),(b.includes("/unlock")||b.includes("/login")||b.includes("/error")||""===b||"HOME"===f||b.includes("?access-key="))&&(b="/lnd/home"),this.router.navigate([b]),this.store.dispatch((0,M.DY)()),this.store.dispatch((0,M.$Q)()),this.store.dispatch((0,M.ar)()),this.store.dispatch((0,M.pL)()),this.store.dispatch((0,M.Gy)()),this.store.dispatch((0,M.tf)()),this.store.dispatch((0,M.yp)()),this.store.dispatch((0,M.CK)({payload:{max_payments:1e5,reversed:!0}})),this.store.dispatch((0,M.Do)({payload:{num_max_invoices:this.invoicesPageSettings?.recordsPerPage,reversed:!0}}))}handleErrorWithoutAlert(o,f,h,b){this.logger.error("ERROR IN: "+o+"\n"+JSON.stringify(b)),401===b.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,P.Jh)()),this.store.dispatch((0,P.ri)({payload:"Authentication Failed: "+JSON.stringify(b.error)}))):(this.store.dispatch((0,P.y0)({payload:f})),this.store.dispatch((0,M.e8)({payload:{action:o,status:m.wn.ERROR,statusCode:b.status.toString(),message:this.commonService.extractErrorMessage(b,h)}})))}handleErrorWithAlert(o,f,h,b,A){if(this.logger.error(A),401===A.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,P.Jh)()),this.store.dispatch((0,P.ri)({payload:"Authentication Failed: "+JSON.stringify(A.error)}));else{this.store.dispatch((0,P.y0)({payload:f}));const k=this.commonService.extractErrorMessage(A);this.store.dispatch((0,P.xO)({payload:{data:{type:"ERROR",alertTitle:h,message:{code:A.status,message:k,URL:b},component:w.f}}})),this.store.dispatch((0,M.e8)({payload:{action:o,status:m.wn.ERROR,statusCode:A.status.toString(),message:k,URL:b}}))}}ngOnDestroy(){this.unSubs.forEach(o=>{o.next(null),o.complete()})}static#e=Te=()=>(this.\u0275fac=function(f){return new(f||D)(U.KVO(i.En),U.KVO(K.Qq),U.KVO(q.il),U.KVO(G.gP),U.KVO(Q.h),U.KVO($.Q),U.KVO(ae.bZ),U.KVO(ue.Ix),U.KVO(oe.I),U.KVO(he.aZ))},this.\u0275prov=U.jDH({token:D,factory:D.\u0275fac}))}return Te(),D})()},69588:(Ae,ee,l)=>{"use strict";l.d(ee,{xb:()=>li,TL:()=>Oe,rl:()=>te,qT:()=>J,MV:()=>Ee,nJ:()=>ge,yw:()=>Mt});var i=l(89726),t=l(61577),p=l(14085),S=l(39842),c=l(72200),e=l(73664),T=l(2615),g=l(17705),d=l(59295),w=l(18359),m=l(21413),P=l(57786),M=l(99172),j=l(96354),U=l(39974),K=l(54360),G=l(5964),Q=l(56977),$=l(63610),ae=l(31804);const ue=["notch"],oe=["matFormFieldNotchedOutline",""],he=["*"],me=["iconPrefixContainer"],Te=["textPrefixContainer"],D=["iconSuffixContainer"],n=["textSuffixContainer"],o=["textField"],f=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],h=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function b(ce,se){1&ce&&e.nrm(0,"span",21)}function A(ce,se){if(1&ce&&(e.j41(0,"label",20),e.SdG(1,1),e.nVh(2,b,1,0,"span",21),e.k0s()),2&ce){const ke=e.XpG(2);e.Y8G("floating",ke._shouldLabelFloat())("monitorResize",ke._hasOutline())("id",ke._labelId),e.BMQ("for",ke._control.disableAutomaticLabeling?null:ke._control.id),e.R7$(2),e.vxM(!ke.hideRequiredMarker&&ke._control.required?2:-1)}}function k(ce,se){if(1&ce&&e.nVh(0,A,3,5,"label",20),2&ce){const ke=e.XpG();e.vxM(ke._hasFloatingLabel()?0:-1)}}function x(ce,se){1&ce&&e.nrm(0,"div",7)}function r(ce,se){}function _(ce,se){if(1&ce&&e.DNE(0,r,0,0,"ng-template",13),2&ce){e.XpG(2);const ke=e.sdS(1);e.Y8G("ngTemplateOutlet",ke)}}function W(ce,se){if(1&ce&&(e.j41(0,"div",9),e.nVh(1,_,1,1,null,13),e.k0s()),2&ce){const ke=e.XpG();e.Y8G("matFormFieldNotchedOutlineOpen",ke._shouldLabelFloat()),e.R7$(),e.vxM(ke._forceDisplayInfixLabel()?-1:1)}}function I(ce,se){1&ce&&(e.j41(0,"div",10,2),e.SdG(2,2),e.k0s())}function B(ce,se){1&ce&&(e.j41(0,"div",11,3),e.SdG(2,3),e.k0s())}function re(ce,se){}function pe(ce,se){if(1&ce&&e.DNE(0,re,0,0,"ng-template",13),2&ce){e.XpG();const ke=e.sdS(1);e.Y8G("ngTemplateOutlet",ke)}}function be(ce,se){1&ce&&(e.j41(0,"div",14,4),e.SdG(2,4),e.k0s())}function Be(ce,se){1&ce&&(e.j41(0,"div",15,5),e.SdG(2,5),e.k0s())}function _e(ce,se){1&ce&&e.nrm(0,"div",16)}function ye(ce,se){1&ce&&(e.j41(0,"div",18),e.SdG(1,6),e.k0s())}function Le(ce,se){if(1&ce&&(e.j41(0,"mat-hint",22),e.EFF(1),e.k0s()),2&ce){const ke=e.XpG(2);e.Y8G("id",ke._hintLabelId),e.R7$(),e.JRh(ke.hintLabel)}}function Ke(ce,se){if(1&ce&&(e.j41(0,"div",19),e.nVh(1,Le,2,2,"mat-hint",22),e.SdG(2,7),e.nrm(3,"div",23),e.SdG(4,8),e.k0s()),2&ce){const ke=e.XpG();e.R7$(),e.vxM(ke.hintLabel?1:-1)}}let ge=(()=>{class ce{static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["mat-label"]]})}return ce})();const ve=new T.nKC("MatError");let Oe=(()=>{class ce{id=(0,T.WQX)(i.g).getId("mat-mdc-error-");constructor(){}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["mat-error"],["","matError",""]],hostAttrs:[1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(Ue,Ne){2&Ue&&e.Avn("id",Ne.id)},inputs:{id:"id"},features:[e.Jv_([{provide:ve,useExisting:ce}])]})}return ce})(),Ee=(()=>{class ce{align="start";id=(0,T.WQX)(i.g).getId("mat-mdc-hint-");static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(Ue,Ne){2&Ue&&(e.Avn("id",Ne.id),e.BMQ("align",null),e.AVh("mat-mdc-form-field-hint-end","end"===Ne.align))},inputs:{align:"align",id:"id"}})}return ce})();const dt=new T.nKC("MatPrefix"),Ct=new T.nKC("MatSuffix");let Mt=(()=>{class ce{set _isTextSelector(ke){this._isText=!0}_isText=!1;static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},features:[e.Jv_([{provide:Ct,useExisting:ce}])]})}return ce})();const lt=new T.nKC("FloatingLabelParent");let Pe=(()=>{class ce{_elementRef=(0,T.WQX)(e.aKT);get floating(){return this._floating}set floating(ke){this._floating=ke,this.monitorResize&&this._handleResize()}_floating=!1;get monitorResize(){return this._monitorResize}set monitorResize(ke){this._monitorResize=ke,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}_monitorResize=!1;_resizeObserver=(0,T.WQX)($.a);_ngZone=(0,T.WQX)(e.SKi);_parent=(0,T.WQX)(lt);_resizeSubscription=new w.yU;constructor(){}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function Ht(ce){if(null!==ce.offsetParent)return ce.scrollWidth;const ke=ce.cloneNode(!0);ke.style.setProperty("position","absolute"),ke.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(ke);const Ue=ke.scrollWidth;return ke.remove(),Ue}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(Ue,Ne){2&Ue&&e.AVh("mdc-floating-label--float-above",Ne.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"}})}return ce})();const ct="mdc-line-ripple--active",Ce="mdc-line-ripple--deactivating";let ze=(()=>{class ce{_elementRef=(0,T.WQX)(e.aKT);_cleanupTransitionEnd;constructor(){const ke=(0,T.WQX)(e.SKi),Ue=(0,T.WQX)(e.sFG);ke.runOutsideAngular(()=>{this._cleanupTransitionEnd=Ue.listen(this._elementRef.nativeElement,"transitionend",this._handleTransitionEnd)})}activate(){const ke=this._elementRef.nativeElement.classList;ke.remove(Ce),ke.add(ct)}deactivate(){this._elementRef.nativeElement.classList.add(Ce)}_handleTransitionEnd=ke=>{const Ue=this._elementRef.nativeElement.classList,Ne=Ue.contains(Ce);"opacity"===ke.propertyName&&Ne&&Ue.remove(ct,Ce)};ngOnDestroy(){this._cleanupTransitionEnd()}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"]})}return ce})(),Z=(()=>{class ce{_elementRef=(0,T.WQX)(e.aKT);_ngZone=(0,T.WQX)(e.SKi);open=!1;_notch;ngAfterViewInit(){const ke=this._elementRef.nativeElement,Ue=ke.querySelector(".mdc-floating-label");Ue?(ke.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(Ue.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>Ue.style.transitionDuration="")}))):ke.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(ke){this._notch.nativeElement.style.width=this.open&&ke?`calc(${ke}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}_setMaxWidth(ke){this._notch.nativeElement.style.setProperty("--mat-form-field-notch-max-width",`calc(100% - ${ke}px)`)}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275cmp=e.VBU({type:ce,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(Ue,Ne){if(1&Ue&&e.GBs(ue,5),2&Ue){let Kt;e.mGM(Kt=e.lsd())&&(Ne._notch=Kt.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(Ue,Ne){2&Ue&&e.AVh("mdc-notched-outline--notched",Ne.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},attrs:oe,ngContentSelectors:he,decls:5,vars:0,consts:[["notch",""],[1,"mat-mdc-notch-piece","mdc-notched-outline__leading"],[1,"mat-mdc-notch-piece","mdc-notched-outline__notch"],[1,"mat-mdc-notch-piece","mdc-notched-outline__trailing"]],template:function(Ue,Ne){1&Ue&&(e.NAR(),e.Hgh(0,"div",1),e.rj2(1,"div",2,0),e.SdG(3),e.eux(),e.Hgh(4,"div",3))},encapsulation:2,changeDetection:0})}return ce})(),J=(()=>{class ce{value;stateChanges;id;placeholder;ngControl;focused;empty;shouldLabelFloat;required;disabled;errorState;controlType;autofilled;userAriaDescribedBy;disableAutomaticLabeling;describedByIds;static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275dir=e.FsC({type:ce})}return ce})();const li=new T.nKC("MatFormField"),Qt=new T.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let te=(()=>{class ce{_elementRef=(0,T.WQX)(e.aKT);_changeDetectorRef=(0,T.WQX)(g.gRc);_platform=(0,T.WQX)(S.O);_idGenerator=(0,T.WQX)(i.g);_ngZone=(0,T.WQX)(e.SKi);_defaults=(0,T.WQX)(Qt,{optional:!0});_currentDirection;_textField;_iconPrefixContainer;_textPrefixContainer;_iconSuffixContainer;_textSuffixContainer;_floatingLabel;_notchedOutline;_lineRipple;_iconPrefixContainerSignal=(0,g.ebz)("iconPrefixContainer");_textPrefixContainerSignal=(0,g.ebz)("textPrefixContainer");_iconSuffixContainerSignal=(0,g.ebz)("iconSuffixContainer");_textSuffixContainerSignal=(0,g.ebz)("textSuffixContainer");_prefixSuffixContainers=(0,d.EW)(()=>[this._iconPrefixContainerSignal(),this._textPrefixContainerSignal(),this._iconSuffixContainerSignal(),this._textSuffixContainerSignal()].map(ke=>ke?.nativeElement).filter(ke=>void 0!==ke));_formFieldControl;_prefixChildren;_suffixChildren;_errorChildren;_hintChildren;_labelChild=(0,g.sbv)(ge);get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(ke){this._hideRequiredMarker=(0,p.he)(ke)}_hideRequiredMarker=!1;color="primary";get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(ke){ke!==this._floatLabel&&(this._floatLabel=ke,this._changeDetectorRef.markForCheck())}_floatLabel;get appearance(){return this._appearanceSignal()}set appearance(ke){this._appearanceSignal.set(ke||this._defaults?.appearance||"fill")}_appearanceSignal=(0,T.vPA)("fill");get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(ke){this._subscriptSizing=ke||this._defaults?.subscriptSizing||"fixed"}_subscriptSizing=null;get hintLabel(){return this._hintLabel}set hintLabel(ke){this._hintLabel=ke,this._processHints()}_hintLabel="";_hasIconPrefix=!1;_hasTextPrefix=!1;_hasIconSuffix=!1;_hasTextSuffix=!1;_labelId=this._idGenerator.getId("mat-mdc-form-field-label-");_hintLabelId=this._idGenerator.getId("mat-mdc-hint-");_describedByIds;get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(ke){this._explicitFormFieldControl=ke}_destroyed=new m.B;_isFocused=null;_explicitFormFieldControl;_previousControl=null;_previousControlValidatorFn=null;_stateChanges;_valueChanges;_describedByChanges;_outlineLabelOffsetResizeObserver=null;_animationsDisabled=(0,ae.Rc)();constructor(){const ke=this._defaults,Ue=(0,T.WQX)(t.dS);ke&&(ke.appearance&&(this.appearance=ke.appearance),this._hideRequiredMarker=!!ke?.hideRequiredMarker,ke.color&&(this.color=ke.color)),(0,d.QZ)(()=>this._currentDirection=Ue.valueSignal()),this._syncOutlineLabelOffset()}ngAfterViewInit(){this._updateFocusState(),this._animationsDisabled||this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{this._elementRef.nativeElement.classList.add("mat-form-field-animations-enabled")},300)}),this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeSubscript(),this._initializePrefixAndSuffix()}ngAfterContentChecked(){this._assertFormFieldControl(),this._control!==this._previousControl&&(this._initializeControl(this._previousControl),this._control.ngControl&&this._control.ngControl.control&&(this._previousControlValidatorFn=this._control.ngControl.control.validator),this._previousControl=this._control),this._control.ngControl&&this._control.ngControl.control&&this._control.ngControl.control.validator!==this._previousControlValidatorFn&&this._changeDetectorRef.markForCheck()}ngOnDestroy(){this._outlineLabelOffsetResizeObserver?.disconnect(),this._stateChanges?.unsubscribe(),this._valueChanges?.unsubscribe(),this._describedByChanges?.unsubscribe(),this._destroyed.next(),this._destroyed.complete()}getLabelId=(0,d.EW)(()=>this._hasFloatingLabel()?this._labelId:null);getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(ke){const Ue=this._control,Ne="mat-mdc-form-field-type-";ke&&this._elementRef.nativeElement.classList.remove(Ne+ke.controlType),Ue.controlType&&this._elementRef.nativeElement.classList.add(Ne+Ue.controlType),this._stateChanges?.unsubscribe(),this._stateChanges=Ue.stateChanges.subscribe(()=>{this._updateFocusState(),this._changeDetectorRef.markForCheck()}),this._describedByChanges?.unsubscribe(),this._describedByChanges=Ue.stateChanges.pipe((0,M.Z)([void 0,void 0]),(0,j.T)(()=>[Ue.errorState,Ue.userAriaDescribedBy]),function q(){return(0,U.N)((ce,se)=>{let ke,Ue=!1;ce.subscribe((0,K._)(se,Ne=>{const Kt=ke;ke=Ne,Ue&&se.next([Kt,Ne]),Ue=!0}))})}(),(0,G.p)(([[Kt,yt],[Vt,Zt]])=>Kt!==Vt||yt!==Zt)).subscribe(()=>this._syncDescribedByIds()),this._valueChanges?.unsubscribe(),Ue.ngControl&&Ue.ngControl.valueChanges&&(this._valueChanges=Ue.ngControl.valueChanges.pipe((0,Q.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()))}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(ke=>!ke._isText),this._hasTextPrefix=!!this._prefixChildren.find(ke=>ke._isText),this._hasIconSuffix=!!this._suffixChildren.find(ke=>!ke._isText),this._hasTextSuffix=!!this._suffixChildren.find(ke=>ke._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,P.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){const ke=this._control.focused;ke&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!ke&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._elementRef.nativeElement.classList.toggle("mat-focused",ke),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",ke)}_syncOutlineLabelOffset(){(0,g.uEv)({earlyRead:()=>{if("outline"!==this._appearanceSignal())return this._outlineLabelOffsetResizeObserver?.disconnect(),null;if(globalThis.ResizeObserver){this._outlineLabelOffsetResizeObserver||=new globalThis.ResizeObserver(()=>{this._writeOutlinedLabelStyles(this._getOutlinedLabelOffset())});for(const ke of this._prefixSuffixContainers())this._outlineLabelOffsetResizeObserver.observe(ke,{box:"border-box"})}return this._getOutlinedLabelOffset()},write:ke=>this._writeOutlinedLabelStyles(ke())})}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_hasFloatingLabel=(0,d.EW)(()=>!!this._labelChild());_shouldLabelFloat(){return!!this._hasFloatingLabel()&&(this._control.shouldLabelFloat||this._shouldAlwaysFloat())}_shouldForward(ke){const Ue=this._control?this._control.ngControl:null;return Ue&&Ue[ke]}_getSubscriptMessageType(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let ke=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&ke.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getSubscriptMessageType()){const Kt=this._hintChildren?this._hintChildren.find(Vt=>"start"===Vt.align):null,yt=this._hintChildren?this._hintChildren.find(Vt=>"end"===Vt.align):null;Kt?ke.push(Kt.id):this._hintLabel&&ke.push(this._hintLabelId),yt&&ke.push(yt.id)}else this._errorChildren&&ke.push(...this._errorChildren.map(Kt=>Kt.id));const Ue=this._control.describedByIds;let Ne;if(Ue){const Kt=this._describedByIds||ke;Ne=ke.concat(Ue.filter(yt=>yt&&!Kt.includes(yt)))}else Ne=ke;this._control.setDescribedByIds(Ne),this._describedByIds=ke}}_getOutlinedLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return null;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return["",null];if(!this._isAttachedToDom())return null;const ke=this._iconPrefixContainer?.nativeElement,Ue=this._textPrefixContainer?.nativeElement,Ne=this._iconSuffixContainer?.nativeElement,Kt=this._textSuffixContainer?.nativeElement,yt=ke?.getBoundingClientRect().width??0,Vt=Ue?.getBoundingClientRect().width??0,Zt=Ne?.getBoundingClientRect().width??0,ti=Kt?.getBoundingClientRect().width??0;return[`var(--mat-mdc-form-field-label-transform, translateY(-50%) translateX(calc(${"rtl"===this._currentDirection?"-1":"1"} * (${yt+Vt}px + var(--mat-mdc-form-field-label-offset-x, 0px)))))`,yt+Vt+Zt+ti]}_writeOutlinedLabelStyles(ke){if(null!==ke){const[Ue,Ne]=ke;this._floatingLabel&&(this._floatingLabel.element.style.transform=Ue),null!==Ne&&this._notchedOutline?._setMaxWidth(Ne)}}_isAttachedToDom(){const ke=this._elementRef.nativeElement;if(ke.getRootNode){const Ue=ke.getRootNode();return Ue&&Ue!==ke}return document.documentElement.contains(ke)}static \u0275fac=function(Ue){return new(Ue||ce)};static \u0275cmp=e.VBU({type:ce,selectors:[["mat-form-field"]],contentQueries:function(Ue,Ne,Kt){if(1&Ue&&(e.C6U(Kt,Ne._labelChild,ge,5),e.wni(Kt,J,5),e.wni(Kt,dt,5),e.wni(Kt,Ct,5),e.wni(Kt,ve,5),e.wni(Kt,Ee,5)),2&Ue){let yt;e.NyB(),e.mGM(yt=e.lsd())&&(Ne._formFieldControl=yt.first),e.mGM(yt=e.lsd())&&(Ne._prefixChildren=yt),e.mGM(yt=e.lsd())&&(Ne._suffixChildren=yt),e.mGM(yt=e.lsd())&&(Ne._errorChildren=yt),e.mGM(yt=e.lsd())&&(Ne._hintChildren=yt)}},viewQuery:function(Ue,Ne){if(1&Ue&&(e.wEZ(Ne._iconPrefixContainerSignal,me,5),e.wEZ(Ne._textPrefixContainerSignal,Te,5),e.wEZ(Ne._iconSuffixContainerSignal,D,5),e.wEZ(Ne._textSuffixContainerSignal,n,5),e.GBs(o,5),e.GBs(me,5),e.GBs(Te,5),e.GBs(D,5),e.GBs(n,5),e.GBs(Pe,5),e.GBs(Z,5),e.GBs(ze,5)),2&Ue){let Kt;e.NyB(4),e.mGM(Kt=e.lsd())&&(Ne._textField=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._iconPrefixContainer=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._textPrefixContainer=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._iconSuffixContainer=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._textSuffixContainer=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._floatingLabel=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._notchedOutline=Kt.first),e.mGM(Kt=e.lsd())&&(Ne._lineRipple=Kt.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:38,hostBindings:function(Ue,Ne){2&Ue&&e.AVh("mat-mdc-form-field-label-always-float",Ne._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",Ne._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",Ne._hasIconSuffix)("mat-form-field-invalid",Ne._control.errorState)("mat-form-field-disabled",Ne._control.disabled)("mat-form-field-autofilled",Ne._control.autofilled)("mat-form-field-appearance-fill","fill"==Ne.appearance)("mat-form-field-appearance-outline","outline"==Ne.appearance)("mat-form-field-hide-placeholder",Ne._hasFloatingLabel()&&!Ne._shouldLabelFloat())("mat-primary","accent"!==Ne.color&&"warn"!==Ne.color)("mat-accent","accent"===Ne.color)("mat-warn","warn"===Ne.color)("ng-untouched",Ne._shouldForward("untouched"))("ng-touched",Ne._shouldForward("touched"))("ng-pristine",Ne._shouldForward("pristine"))("ng-dirty",Ne._shouldForward("dirty"))("ng-valid",Ne._shouldForward("valid"))("ng-invalid",Ne._shouldForward("invalid"))("ng-pending",Ne._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],features:[e.Jv_([{provide:li,useExisting:ce},{provide:lt,useExisting:ce}])],ngContentSelectors:h,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],["textSuffixContainer",""],["iconSuffixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],["aria-atomic","true","aria-live","polite",1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(Ue,Ne){if(1&Ue){const Kt=e.RV6();e.NAR(f),e.DNE(0,k,1,1,"ng-template",null,0,e.C5r),e.j41(2,"div",6,1),e.bIt("click",function(Vt){return T.eBV(Kt),T.Njj(Ne._control.onContainerClick(Vt))}),e.nVh(4,x,1,0,"div",7),e.j41(5,"div",8),e.nVh(6,W,2,2,"div",9),e.nVh(7,I,3,0,"div",10),e.nVh(8,B,3,0,"div",11),e.j41(9,"div",12),e.nVh(10,pe,1,1,null,13),e.SdG(11),e.k0s(),e.nVh(12,be,3,0,"div",14),e.nVh(13,Be,3,0,"div",15),e.k0s(),e.nVh(14,_e,1,0,"div",16),e.k0s(),e.j41(15,"div",17),e.nVh(16,ye,2,0,"div",18)(17,Ke,5,1,"div",19),e.k0s()}if(2&Ue){let Kt;e.R7$(2),e.AVh("mdc-text-field--filled",!Ne._hasOutline())("mdc-text-field--outlined",Ne._hasOutline())("mdc-text-field--no-label",!Ne._hasFloatingLabel())("mdc-text-field--disabled",Ne._control.disabled)("mdc-text-field--invalid",Ne._control.errorState),e.R7$(2),e.vxM(Ne._hasOutline()||Ne._control.disabled?-1:4),e.R7$(2),e.vxM(Ne._hasOutline()?6:-1),e.R7$(),e.vxM(Ne._hasIconPrefix?7:-1),e.R7$(),e.vxM(Ne._hasTextPrefix?8:-1),e.R7$(2),e.vxM(!Ne._hasOutline()||Ne._forceDisplayInfixLabel()?10:-1),e.R7$(2),e.vxM(Ne._hasTextSuffix?12:-1),e.R7$(),e.vxM(Ne._hasIconSuffix?13:-1),e.R7$(),e.vxM(Ne._hasOutline()?-1:14),e.R7$(),e.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===Ne.subscriptSizing);const yt=Ne._getSubscriptMessageType();e.R7$(),e.vxM("error"===(Kt=yt)?16:"hint"===Kt?17:-1)}},dependencies:[Pe,Z,c.T3,ze,Ee],styles:['.mdc-text-field{display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field__input{width:100%;min-width:0;border:none;border-radius:0;background:none;padding:0;-moz-appearance:none;-webkit-appearance:none;height:28px}.mdc-text-field__input::-webkit-calendar-picker-indicator,.mdc-text-field__input::-webkit-search-cancel-button{display:none}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input::placeholder{opacity:0}.mdc-text-field__input::-moz-placeholder{opacity:0}.mdc-text-field__input::-webkit-input-placeholder{opacity:0}.mdc-text-field__input:-ms-input-placeholder{opacity:0}.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}.mdc-text-field--disabled:not(.mdc-text-field--no-label) .mdc-text-field__input.mat-mdc-input-disabled-interactive::placeholder{opacity:0}.mdc-text-field--disabled:not(.mdc-text-field--no-label) .mdc-text-field__input.mat-mdc-input-disabled-interactive::-moz-placeholder{opacity:0}.mdc-text-field--disabled:not(.mdc-text-field--no-label) .mdc-text-field__input.mat-mdc-input-disabled-interactive::-webkit-input-placeholder{opacity:0}.mdc-text-field--disabled:not(.mdc-text-field--no-label) .mdc-text-field__input.mat-mdc-input-disabled-interactive:-ms-input-placeholder{opacity:0}.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mat-form-field-filled-input-text-color, var(--mat-sys-on-surface));caret-color:var(--mat-form-field-filled-caret-color, var(--mat-sys-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mat-form-field-filled-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-filled-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-filled-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-filled-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mat-form-field-outlined-input-text-color, var(--mat-sys-on-surface));caret-color:var(--mat-form-field-outlined-caret-color, var(--mat-sys-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mat-form-field-outlined-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-outlined-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-outlined-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-outlined-input-text-placeholder-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mat-form-field-filled-error-caret-color, var(--mat-sys-error))}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mat-form-field-outlined-error-caret-color, var(--mat-sys-error))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mat-form-field-filled-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mat-form-field-outlined-disabled-input-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}@media(forced-colors: active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}}.mdc-text-field--filled{height:56px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:var(--mat-form-field-filled-container-shape, var(--mat-sys-corner-extra-small));border-top-right-radius:var(--mat-form-field-filled-container-shape, var(--mat-sys-corner-extra-small))}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mat-form-field-filled-container-color, var(--mat-sys-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mat-form-field-filled-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 4%, transparent))}.mdc-text-field--outlined{height:56px;overflow:visible;padding-right:max(16px,var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small)));padding-left:max(16px,var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small)) + 4px)}[dir=rtl] .mdc-text-field--outlined{padding-right:max(16px,var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small)) + 4px);padding-left:max(16px,var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small)))}.mdc-floating-label{position:absolute;left:0;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--filled .mdc-floating-label{left:16px;right:auto}[dir=rtl] .mdc-text-field--filled .mdc-floating-label{left:auto;right:16px}.mdc-text-field--disabled .mdc-floating-label{cursor:default}@media(forced-colors: active){.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mat-form-field-filled-label-text-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mat-form-field-filled-focus-label-text-color, var(--mat-sys-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mat-form-field-filled-hover-label-text-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label{color:var(--mat-form-field-filled-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mat-form-field-filled-error-label-text-color, var(--mat-sys-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mat-form-field-filled-error-focus-label-text-color, var(--mat-sys-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mat-form-field-filled-error-hover-label-text-color, var(--mat-sys-on-error-container))}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mat-form-field-filled-label-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-form-field-filled-label-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-form-field-filled-label-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-form-field-filled-label-text-tracking, var(--mat-sys-body-large-tracking))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mat-form-field-outlined-label-text-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mat-form-field-outlined-focus-label-text-color, var(--mat-sys-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mat-form-field-outlined-hover-label-text-color, var(--mat-sys-on-surface))}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label{color:var(--mat-form-field-outlined-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mat-form-field-outlined-error-label-text-color, var(--mat-sys-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mat-form-field-outlined-error-focus-label-text-color, var(--mat-sys-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mat-form-field-outlined-error-hover-label-text-color, var(--mat-sys-on-error-container))}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mat-form-field-outlined-label-text-font, var(--mat-sys-body-large-font));font-size:var(--mat-form-field-outlined-label-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-form-field-outlined-label-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-form-field-outlined-label-text-tracking, var(--mat-sys-body-large-tracking))}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1);font-size:.75rem}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mat-mdc-notch-piece{box-sizing:border-box;height:100%;pointer-events:none;border-top:1px solid;border-bottom:1px solid}.mdc-text-field--focused .mat-mdc-notch-piece{border-width:2px}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-outline-color, var(--mat-sys-outline));border-width:var(--mat-form-field-outlined-outline-width, 1px)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-hover-outline-color, var(--mat-sys-on-surface))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-focus-outline-color, var(--mat-sys-primary))}.mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-disabled-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-error-outline-color, var(--mat-sys-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-notched-outline .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-error-hover-outline-color, var(--mat-sys-on-error-container))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mat-form-field-outlined-error-focus-outline-color, var(--mat-sys-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mat-mdc-notch-piece{border-width:var(--mat-form-field-outlined-focus-outline-width, 2px)}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small));border-bottom-left-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small)))}[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small));border-bottom-right-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))}.mdc-notched-outline__trailing{flex-grow:1;border-left:none;border-right:1px solid;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small));border-bottom-right-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))}[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small));border-bottom-left-radius:var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:min(var(--mat-form-field-notch-max-width, 100%),calc(100% - max(12px, var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))) * 2))}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{max-width:min(100%,calc(100% - max(12px, var(--mat-form-field-outlined-container-shape, var(--mat-sys-corner-extra-small))) * 2))}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1;border-bottom-width:var(--mat-form-field-filled-active-indicator-height, 1px)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mat-form-field-filled-active-indicator-color, var(--mat-sys-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mat-form-field-filled-hover-active-indicator-color, var(--mat-sys-on-surface))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mat-form-field-filled-disabled-active-indicator-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-line-ripple::before{border-bottom-color:var(--mat-form-field-filled-error-active-indicator-color, var(--mat-sys-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mat-form-field-filled-error-hover-active-indicator-color, var(--mat-sys-on-error-container))}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mat-form-field-filled-focus-active-indicator-height, 2px)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mat-form-field-filled-focus-active-indicator-color, var(--mat-sys-primary))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mat-form-field-filled-error-focus-active-indicator-color, var(--mat-sys-error))}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-text-field--disabled{pointer-events:none}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height, 56px);padding-top:var(--mat-form-field-filled-with-label-container-padding-top, 24px);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom, 8px)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding, 16px);padding-bottom:var(--mat-form-field-container-vertical-padding, 16px)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height, 56px)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height, 56px) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}@keyframes _mat-form-field-subscript-animation{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px;opacity:1;transform:translateY(0);animation:_mat-form-field-subscript-animation 0ms cubic-bezier(0.55, 0, 0.55, 0.2)}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color, var(--mat-sys-error))}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font, var(--mat-sys-body-small-font));line-height:var(--mat-form-field-subscript-text-line-height, var(--mat-sys-body-small-line-height));font-size:var(--mat-form-field-subscript-text-size, var(--mat-sys-body-small-size));letter-spacing:var(--mat-form-field-subscript-text-tracking, var(--mat-sys-body-small-tracking));font-weight:var(--mat-form-field-subscript-text-weight, var(--mat-sys-body-small-weight))}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color, var(--mat-sys-on-surface))}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity, 0)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color, var(--mat-sys-neutral10))}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color, color-mix(in srgb, var(--mat-sys-neutral10) 38%, transparent))}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color, var(--mat-sys-on-surface-variant))}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}@media(forced-colors: active){.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}}@media(forced-colors: active){.mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}}@media(forced-colors: active){.mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}}@media(forced-colors: active){.mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-form-field-container-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-form-field-container-text-size, var(--mat-sys-body-large-size));letter-spacing:var(--mat-form-field-container-text-tracking, var(--mat-sys-body-large-tracking));font-weight:var(--mat-form-field-container-text-weight, var(--mat-sys-body-large-weight))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color, var(--mat-sys-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color, var(--mat-sys-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color, var(--mat-sys-error))}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color, var(--mat-sys-on-error-container))}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color, var(--mat-sys-error))}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field-infix:has(textarea[cols]){width:auto}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field__input{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field__input::-moz-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field__input::-webkit-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mat-mdc-form-field.mat-form-field-animations-enabled.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field.mat-form-field-animations-enabled .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field.mat-form-field-animations-enabled .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field.mat-form-field-animations-enabled .mat-mdc-form-field-error-wrapper{animation-duration:300ms}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}\n'],encapsulation:2,changeDetection:0})}return ce})()},70152:(Ae,ee,l)=>{"use strict";l.d(ee,{B:()=>S});var i=l(43236),t=l(39974),p=l(54360);function S(c,e=i.E){return(0,t.N)((T,g)=>{let d=null,w=null,m=null;const P=()=>{if(d){d.unsubscribe(),d=null;const j=w;w=null,g.next(j)}};function M(){const j=m+c,U=e.now();if(U{w=j,m=e.now(),d||(d=e.schedule(M,c),g.add(d))},()=>{P(),g.complete()},void 0,()=>{w=d=null}))})}},70274:(Ae,ee,l)=>{"use strict";l.d(ee,{H:()=>p});var i=l(31397),t=l(98071);function p(S,c){return(0,t.T)(c)?(0,i.Z)(S,c,1):(0,i.Z)(S,1)}},70336:(Ae,ee,l)=>{var i=l(13546),t=l(27054).Buffer,p=l(95725);function S(e){var T=e._cipher.encryptBlockRaw(e._prev);return p(e._prev),T}ee.encrypt=function(e,T){var g=Math.ceil(T.length/16),d=e._cache.length;e._cache=t.concat([e._cache,t.allocUnsafe(16*g)]);for(var w=0;w{"use strict";var i=l(27054).Buffer,t=l(41090);function p(S,c){this._block=i.alloc(S),this._finalSize=c,this._blockSize=S,this._len=0}p.prototype.update=function(S,c){S=t(S,c||"utf8");for(var e=this._block,T=this._blockSize,g=S.length,d=this._len,w=0;w=this._finalSize&&(this._update(this._block),this._block.fill(0));var e=8*this._len;if(e<=4294967295)this._block.writeUInt32BE(e,this._blockSize-4);else{var T=(4294967295&e)>>>0;this._block.writeUInt32BE((e-T)/4294967296,this._blockSize-8),this._block.writeUInt32BE(T,this._blockSize-4)}this._update(this._block);var d=this._hash();return S?d.toString(S):d},p.prototype._update=function(){throw new Error("_update must be implemented by subclass")},Ae.exports=p},70483:(Ae,ee,l)=>{"use strict";l.d(ee,{O:()=>S});var i=l(2615),t=l(73664),p=l(22466);let S=(()=>{class c{static \u0275fac=function(g){return new(g||c)};static \u0275mod=t.$C({type:c});static \u0275inj=i.G2t({imports:[p.y]})}return c})()},70837:Ae=>{"use strict";Ae.exports=Math.abs},70980:(Ae,ee,l)=>{"use strict";l.d(ee,{j:()=>t});var i=l(39974);function t(p){return(0,i.N)((S,c)=>{try{S.subscribe(c)}finally{c.add(p)}})}},71039:(Ae,ee,l)=>{var i=l(27054).Buffer;function t(S,c,e){for(var m,P,g=-1,w=0;++g<8;)w+=(128&(P=S._cipher.encryptBlock(S._prev)[0]^(m=c&1<<7-g?128:0)))>>g%8,S._prev=p(S._prev,e?m:P);return w}function p(S,c){var e=S.length,T=-1,g=i.allocUnsafe(S.length);for(S=i.concat([S,i.from([c])]);++T>7;return g}ee.encrypt=function(S,c,e){for(var T=c.length,g=i.allocUnsafe(T),d=-1;++d{"use strict";l.d(ee,{F:()=>t,m:()=>p});var i=l(33669);function t(...S){return p(S)}function p(S){return 0===S.length?i.D:1===S.length?S[0]:function(e){return S.reduce((T,g)=>g(T),e)}}},71228:(Ae,ee,l)=>{"use strict";l.d(ee,{R:()=>e});var i=l(72318),t=l(2615),p=l(73664),S=l(69588),c=l(22466);let e=(()=>{class T{static \u0275fac=function(w){return new(w||T)};static \u0275mod=p.$C({type:T});static \u0275inj=t.G2t({imports:[c.y,i.w5,S.rl,c.y]})}return T})()},71549:(Ae,ee,l)=>{"use strict";ee.utils=l(85671),ee.Cipher=l(10219),ee.DES=l(64166),ee.CBC=l(88800),ee.EDE=l(62122)},71985:(Ae,ee,l)=>{"use strict";l.d(ee,{c:()=>g});var i=l(47707),t=l(18359),p=l(3494),S=l(71203),c=l(41026),e=l(98071),T=l(49786);let g=(()=>{class P{constructor(j){j&&(this._subscribe=j)}lift(j){const U=new P;return U.source=this,U.operator=j,U}subscribe(j,U,K){const q=function m(P){return P&&P instanceof i.vU||function w(P){return P&&(0,e.T)(P.next)&&(0,e.T)(P.error)&&(0,e.T)(P.complete)}(P)&&(0,t.Uv)(P)}(j)?j:new i.Ms(j,U,K);return(0,T.Y)(()=>{const{operator:G,source:Q}=this;q.add(G?G.call(q,Q):Q?this._subscribe(q):this._trySubscribe(q))}),q}_trySubscribe(j){try{return this._subscribe(j)}catch(U){j.error(U)}}forEach(j,U){return new(U=d(U))((K,q)=>{const G=new i.Ms({next:Q=>{try{j(Q)}catch($){q($),G.unsubscribe()}},error:q,complete:K});this.subscribe(G)})}_subscribe(j){var U;return null===(U=this.source)||void 0===U?void 0:U.subscribe(j)}[p.s](){return this}pipe(...j){return(0,S.m)(j)(this)}toPromise(j){return new(j=d(j))((U,K)=>{let q;this.subscribe(G=>q=G,G=>K(G),()=>U(q))})}}return P.create=M=>new P(M),P})();function d(P){var M;return null!==(M=P??c.$.Promise)&&void 0!==M?M:Promise}},71993:Ae=>{Ae.exports="function"==typeof Object.create?function(l,i){i&&(l.super_=i,l.prototype=Object.create(i.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}))}:function(l,i){if(i){l.super_=i;var t=function(){};t.prototype=i.prototype,l.prototype=new t,l.prototype.constructor=l}}},71997:(Ae,ee,l)=>{"use strict";l.d(ee,{q:()=>c,w:()=>e});var i=l(2615),t=l(73664),p=l(14085),S=l(22466);let c=(()=>{class T{get vertical(){return this._vertical}set vertical(d){this._vertical=(0,p.he)(d)}_vertical=!1;get inset(){return this._inset}set inset(d){this._inset=(0,p.he)(d)}_inset=!1;static \u0275fac=function(w){return new(w||T)};static \u0275cmp=t.VBU({type:T,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(w,m){2&w&&(t.BMQ("aria-orientation",m.vertical?"vertical":"horizontal"),t.AVh("mat-divider-vertical",m.vertical)("mat-divider-horizontal",!m.vertical)("mat-divider-inset",m.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(w,m){},styles:[".mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-sys-outline-variant));border-top-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-sys-outline-variant));border-right-width:var(--mat-divider-width, 1px)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}\n"],encapsulation:2,changeDetection:0})}return T})(),e=(()=>{class T{static \u0275fac=function(w){return new(w||T)};static \u0275mod=t.$C({type:T});static \u0275inj=i.G2t({imports:[S.y,S.y]})}return T})()},72193:(Ae,ee,l)=>{var i=l(71993),t=l(83838).Buffer,p=l(49609),S=p.base,c=p.constants.der;function e(w){this.enc="der",this.name=w.name,this.entity=w,this.tree=new T,this.tree._init(w.body)}function T(w){S.Node.call(this,"der",w)}function g(w){return w<10?"0"+w:w}Ae.exports=e,e.prototype.encode=function(m,P){return this.tree._encode(m,P).join()},i(T,S.Node),T.prototype._encodeComposite=function(m,P,M,j){var G,U=function d(w,m,P,M){var j;if("seqof"===w?w="seq":"setof"===w&&(w="set"),c.tagByName.hasOwnProperty(w))j=c.tagByName[w];else{if("number"!=typeof w||(0|w)!==w)return M.error("Unknown tag: "+w);j=w}return j>=31?M.error("Multi-octet tag encoding unsupported"):(m||(j|=32),j|=c.tagClassByName[P||"universal"]<<6)}(m,P,M,this.reporter);if(j.length<128)return(G=new t(2))[0]=U,G[1]=j.length,this._createEncoderBuffer([G,j]);for(var K=1,q=j.length;q>=256;q>>=8)K++;(G=new t(2+K))[0]=U,G[1]=128|K,q=1+K;for(var Q=j.length;Q>0;q--,Q>>=8)G[q]=255&Q;return this._createEncoderBuffer([G,j])},T.prototype._encodeStr=function(m,P){if("bitstr"===P)return this._createEncoderBuffer([0|m.unused,m.data]);if("bmpstr"===P){for(var M=new t(2*m.length),j=0;j=40)return this.reporter.error("Second objid identifier OOB");m.splice(0,2,40*m[0]+m[1])}var U=0;for(j=0;j=128;K>>=7)U++}var q=new t(U),G=q.length-1;for(j=m.length-1;j>=0;j--)for(q[G--]=127&(K=m[j]);(K>>=7)>0;)q[G--]=128|127&K;return this._createEncoderBuffer(q)},T.prototype._encodeTime=function(m,P){var M,j=new Date(m);return"gentime"===P?M=[g(j.getFullYear()),g(j.getUTCMonth()+1),g(j.getUTCDate()),g(j.getUTCHours()),g(j.getUTCMinutes()),g(j.getUTCSeconds()),"Z"].join(""):"utctime"===P?M=[g(j.getFullYear()%100),g(j.getUTCMonth()+1),g(j.getUTCDate()),g(j.getUTCHours()),g(j.getUTCMinutes()),g(j.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+P+" time is not supported yet"),this._encodeStr(M,"octstr")},T.prototype._encodeNull=function(){return this._createEncoderBuffer("")},T.prototype._encodeInt=function(m,P){if("string"==typeof m){if(!P)return this.reporter.error("String int or enum given, but no values map");if(!P.hasOwnProperty(m))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(m));m=P[m]}if("number"!=typeof m&&!t.isBuffer(m)){var M=m.toArray();!m.sign&&128&M[0]&&M.unshift(0),m=new t(M)}if(t.isBuffer(m)){var j=m.length;0===m.length&&j++;var K=new t(j);return m.copy(K),0===m.length&&(K[0]=0),this._createEncoderBuffer(K)}if(m<128)return this._createEncoderBuffer(m);if(m<256)return this._createEncoderBuffer([0,m]);j=1;for(var U=m;U>=256;U>>=8)j++;for(U=(K=new Array(j)).length-1;U>=0;U--)K[U]=255&m,m>>=8;return 128&K[0]&&K.unshift(0),this._createEncoderBuffer(new t(K))},T.prototype._encodeBool=function(m){return this._createEncoderBuffer(m?255:0)},T.prototype._use=function(m,P){return"function"==typeof m&&(m=m(P)),m._getEncoder("der").tree},T.prototype._skipDefault=function(m,P,M){var U,j=this._baseState;if(null===j.default)return!1;var K=m.join();if(void 0===j.defaultBuffer&&(j.defaultBuffer=this._encodeValue(j.default,P,M).join()),K.length!==j.defaultBuffer.length)return!1;for(U=0;U{"use strict";l.d(ee,{B3:()=>jt,GH:()=>Fn,Jj:()=>An,MD:()=>wi,P9:()=>Mi,PV:()=>Gi,Pc:()=>Ci,QX:()=>an,Sq:()=>ui,T3:()=>ai,TG:()=>ni,YU:()=>ei,bT:()=>dn,e1:()=>Ve,fG:()=>Fe,fw:()=>e,lG:()=>kn,ux:()=>Ze,vh:()=>ji});var i=l(2615),t=l(73664),p=l(17705),S=l(59295),c=l(57303);let e=(()=>{class Xe extends c.hb{_platformLocation;_baseHref="";_removeListenerFns=[];constructor(gt,Ft){super(),this._platformLocation=gt,null!=Ft&&(this._baseHref=Ft)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(gt){this._removeListenerFns.push(this._platformLocation.onPopState(gt),this._platformLocation.onHashChange(gt))}getBaseHref(){return this._baseHref}path(gt=!1){const Ft=this._platformLocation.hash??"#";return Ft.length>0?Ft.substring(1):Ft}prepareExternalUrl(gt){const Ft=(0,c.om)(this._baseHref,gt);return Ft.length>0?"#"+Ft:Ft}pushState(gt,Ft,gi,Bi){const Qi=this.prepareExternalUrl(gi+(0,c.Q)(Bi))||this._platformLocation.pathname;this._platformLocation.pushState(gt,Ft,Qi)}replaceState(gt,Ft,gi,Bi){const Qi=this.prepareExternalUrl(gi+(0,c.Q)(Bi))||this._platformLocation.pathname;this._platformLocation.replaceState(gt,Ft,Qi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(gt=0){this._platformLocation.historyGo?.(gt)}static \u0275fac=function(Ft){return new(Ft||Xe)(i.KVO(c.Vw),i.KVO(c.kB,8))};static \u0275prov=i.jDH({token:Xe,factory:Xe.\u0275fac})}return Xe})();var g=function(Xe){return Xe[Xe.Decimal=0]="Decimal",Xe[Xe.Percent=1]="Percent",Xe[Xe.Currency=2]="Currency",Xe[Xe.Scientific=3]="Scientific",Xe}(g||{}),w=function(Xe){return Xe[Xe.Format=0]="Format",Xe[Xe.Standalone=1]="Standalone",Xe}(w||{}),m=function(Xe){return Xe[Xe.Narrow=0]="Narrow",Xe[Xe.Abbreviated=1]="Abbreviated",Xe[Xe.Wide=2]="Wide",Xe[Xe.Short=3]="Short",Xe}(m||{}),P=function(Xe){return Xe[Xe.Short=0]="Short",Xe[Xe.Medium=1]="Medium",Xe[Xe.Long=2]="Long",Xe[Xe.Full=3]="Full",Xe}(P||{});function ue(Xe,Gt){return r((0,t.kBR)(Xe)[t.NSC.DateFormat],Gt)}function oe(Xe,Gt){return r((0,t.kBR)(Xe)[t.NSC.TimeFormat],Gt)}function he(Xe,Gt){return r((0,t.kBR)(Xe)[t.NSC.DateTimeFormat],Gt)}function me(Xe,Gt){const gt=(0,t.kBR)(Xe),Ft=gt[t.NSC.NumberSymbols][Gt];if(typeof Ft>"u"){if(12===Gt)return gt[t.NSC.NumberSymbols][0];if(13===Gt)return gt[t.NSC.NumberSymbols][1]}return Ft}function b(Xe){if(!Xe[t.NSC.ExtraData])throw new i.buA(2303,!1)}function r(Xe,Gt){for(let gt=Gt;gt>-1;gt--)if(typeof Xe[gt]<"u")return Xe[gt];throw new i.buA(2304,!1)}function _(Xe){const[Gt,gt]=Xe.split(":");return{hours:+Gt,minutes:+gt}}const re=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,pe={},be=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function Be(Xe,Gt,gt,Ft){let gi=function ht(Xe){if(Qt(Xe))return Xe;if("number"==typeof Xe&&!isNaN(Xe))return new Date(Xe);if("string"==typeof Xe){if(Xe=Xe.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(Xe)){const[gi,Bi=1,Qi=1]=Xe.split("-").map(fn=>+fn);return ye(gi,Bi-1,Qi)}const gt=parseFloat(Xe);if(!isNaN(Xe-gt))return new Date(gt);let Ft;if(Ft=Xe.match(re))return function li(Xe){const Gt=new Date(0);let gt=0,Ft=0;const gi=Xe[8]?Gt.setUTCFullYear:Gt.setFullYear,Bi=Xe[8]?Gt.setUTCHours:Gt.setHours;Xe[9]&&(gt=Number(Xe[9]+Xe[10]),Ft=Number(Xe[9]+Xe[11])),gi.call(Gt,Number(Xe[1]),Number(Xe[2])-1,Number(Xe[3]));const Qi=Number(Xe[4]||0)-gt,fn=Number(Xe[5]||0)-Ft,ma=Number(Xe[6]||0),da=Math.floor(1e3*parseFloat("0."+(Xe[7]||0)));return Bi.call(Gt,Qi,fn,ma,da),Gt}(Ft)}const Gt=new Date(Xe);if(!Qt(Gt))throw new i.buA(2311,!1);return Gt}(Xe);Gt=Le(gt,Gt)||Gt;let fn,Qi=[];for(;Gt;){if(fn=be.exec(Gt),!fn){Qi.push(Gt);break}{Qi=Qi.concat(fn.slice(1));const ga=Qi.pop();if(!ga)break;Gt=ga}}let ma=gi.getTimezoneOffset();Ft&&(ma=J(Ft,ma),gi=function Ie(Xe,Gt){const gi=Xe.getTimezoneOffset();return function fe(Xe,Gt){return(Xe=new Date(Xe.getTime())).setMinutes(Xe.getMinutes()+Gt),Xe}(Xe,-1*(J(Gt,gi)-gi))}(gi,Ft));let da="";return Qi.forEach(ga=>{const Zn=function Z(Xe){if(ze[Xe])return ze[Xe];let Gt;switch(Xe){case"G":case"GG":case"GGG":Gt=dt(3,m.Abbreviated);break;case"GGGG":Gt=dt(3,m.Wide);break;case"GGGGG":Gt=dt(3,m.Narrow);break;case"y":Gt=Oe(0,1,0,!1,!0);break;case"yy":Gt=Oe(0,2,0,!0,!0);break;case"yyy":Gt=Oe(0,3,0,!1,!0);break;case"yyyy":Gt=Oe(0,4,0,!1,!0);break;case"Y":Gt=Ce(1);break;case"YY":Gt=Ce(2,!0);break;case"YYY":Gt=Ce(3);break;case"YYYY":Gt=Ce(4);break;case"M":case"L":Gt=Oe(1,1,1);break;case"MM":case"LL":Gt=Oe(1,2,1);break;case"MMM":Gt=dt(2,m.Abbreviated);break;case"MMMM":Gt=dt(2,m.Wide);break;case"MMMMM":Gt=dt(2,m.Narrow);break;case"LLL":Gt=dt(2,m.Abbreviated,w.Standalone);break;case"LLLL":Gt=dt(2,m.Wide,w.Standalone);break;case"LLLLL":Gt=dt(2,m.Narrow,w.Standalone);break;case"w":Gt=ct(1);break;case"ww":Gt=ct(2);break;case"W":Gt=ct(1,!0);break;case"d":Gt=Oe(2,1);break;case"dd":Gt=Oe(2,2);break;case"c":case"cc":Gt=Oe(7,1);break;case"ccc":Gt=dt(1,m.Abbreviated,w.Standalone);break;case"cccc":Gt=dt(1,m.Wide,w.Standalone);break;case"ccccc":Gt=dt(1,m.Narrow,w.Standalone);break;case"cccccc":Gt=dt(1,m.Short,w.Standalone);break;case"E":case"EE":case"EEE":Gt=dt(1,m.Abbreviated);break;case"EEEE":Gt=dt(1,m.Wide);break;case"EEEEE":Gt=dt(1,m.Narrow);break;case"EEEEEE":Gt=dt(1,m.Short);break;case"a":case"aa":case"aaa":Gt=dt(0,m.Abbreviated);break;case"aaaa":Gt=dt(0,m.Wide);break;case"aaaaa":Gt=dt(0,m.Narrow);break;case"b":case"bb":case"bbb":Gt=dt(0,m.Abbreviated,w.Standalone,!0);break;case"bbbb":Gt=dt(0,m.Wide,w.Standalone,!0);break;case"bbbbb":Gt=dt(0,m.Narrow,w.Standalone,!0);break;case"B":case"BB":case"BBB":Gt=dt(0,m.Abbreviated,w.Format,!0);break;case"BBBB":Gt=dt(0,m.Wide,w.Format,!0);break;case"BBBBB":Gt=dt(0,m.Narrow,w.Format,!0);break;case"h":Gt=Oe(3,1,-12);break;case"hh":Gt=Oe(3,2,-12);break;case"H":Gt=Oe(3,1);break;case"HH":Gt=Oe(3,2);break;case"m":Gt=Oe(4,1);break;case"mm":Gt=Oe(4,2);break;case"s":Gt=Oe(5,1);break;case"ss":Gt=Oe(5,2);break;case"S":Gt=Oe(6,1);break;case"SS":Gt=Oe(6,2);break;case"SSS":Gt=Oe(6,3);break;case"Z":case"ZZ":case"ZZZ":Gt=Ct(0);break;case"ZZZZZ":Gt=Ct(3);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":Gt=Ct(1);break;case"OOOO":case"ZZZZ":case"zzzz":Gt=Ct(2);break;default:return null}return ze[Xe]=Gt,Gt}(ga);da+=Zn?Zn(gi,gt,ma):"''"===ga?"'":ga.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),da}function ye(Xe,Gt,gt){const Ft=new Date(0);return Ft.setFullYear(Xe,Gt,gt),Ft.setHours(0,0,0),Ft}function Le(Xe,Gt){const gt=function U(Xe){return(0,t.kBR)(Xe)[t.NSC.LocaleId]}(Xe);if(pe[gt]??={},pe[gt][Gt])return pe[gt][Gt];let Ft="";switch(Gt){case"shortDate":Ft=ue(Xe,P.Short);break;case"mediumDate":Ft=ue(Xe,P.Medium);break;case"longDate":Ft=ue(Xe,P.Long);break;case"fullDate":Ft=ue(Xe,P.Full);break;case"shortTime":Ft=oe(Xe,P.Short);break;case"mediumTime":Ft=oe(Xe,P.Medium);break;case"longTime":Ft=oe(Xe,P.Long);break;case"fullTime":Ft=oe(Xe,P.Full);break;case"short":const gi=Le(Xe,"shortTime"),Bi=Le(Xe,"shortDate");Ft=Ke(he(Xe,P.Short),[gi,Bi]);break;case"medium":const Qi=Le(Xe,"mediumTime"),fn=Le(Xe,"mediumDate");Ft=Ke(he(Xe,P.Medium),[Qi,fn]);break;case"long":const ma=Le(Xe,"longTime"),da=Le(Xe,"longDate");Ft=Ke(he(Xe,P.Long),[ma,da]);break;case"full":const ga=Le(Xe,"fullTime"),Zn=Le(Xe,"fullDate");Ft=Ke(he(Xe,P.Full),[ga,Zn])}return Ft&&(pe[gt][Gt]=Ft),Ft}function Ke(Xe,Gt){return Gt&&(Xe=Xe.replace(/\{([^}]+)}/g,function(gt,Ft){return null!=Gt&&Ft in Gt?Gt[Ft]:gt})),Xe}function ge(Xe,Gt,gt="-",Ft,gi){let Bi="";(Xe<0||gi&&Xe<=0)&&(gi?Xe=1-Xe:(Xe=-Xe,Bi=gt));let Qi=String(Xe);for(;Qi.length0||fn>-gt)&&(fn+=gt),3===Xe)0===fn&&-12===gt&&(fn=12);else if(6===Xe)return function ve(Xe,Gt){return ge(Xe,3).substring(0,Gt)}(fn,Gt);const ma=me(Qi,5);return ge(fn,Gt,ma,Ft,gi)}}function dt(Xe,Gt,gt=w.Format,Ft=!1){return function(gi,Bi){return function nt(Xe,Gt,gt,Ft,gi,Bi){switch(gt){case 2:return function G(Xe,Gt,gt){const Ft=(0,t.kBR)(Xe),Bi=r([Ft[t.NSC.MonthsFormat],Ft[t.NSC.MonthsStandalone]],Gt);return r(Bi,gt)}(Gt,gi,Ft)[Xe.getMonth()];case 1:return function q(Xe,Gt,gt){const Ft=(0,t.kBR)(Xe),Bi=r([Ft[t.NSC.DaysFormat],Ft[t.NSC.DaysStandalone]],Gt);return r(Bi,gt)}(Gt,gi,Ft)[Xe.getDay()];case 0:const Qi=Xe.getHours(),fn=Xe.getMinutes();if(Bi){const da=function A(Xe){const Gt=(0,t.kBR)(Xe);return b(Gt),(Gt[t.NSC.ExtraData][2]||[]).map(Ft=>"string"==typeof Ft?_(Ft):[_(Ft[0]),_(Ft[1])])}(Gt),ga=function k(Xe,Gt,gt){const Ft=(0,t.kBR)(Xe);b(Ft);const Bi=r([Ft[t.NSC.ExtraData][0],Ft[t.NSC.ExtraData][1]],Gt)||[];return r(Bi,gt)||[]}(Gt,gi,Ft),Zn=da.findIndex(Sa=>{if(Array.isArray(Sa)){const[ia,pa]=Sa,Er=Qi>=ia.hours&&fn>=ia.minutes,xa=Qi0?Math.floor(gi/60):Math.ceil(gi/60);switch(Xe){case 0:return(gi>=0?"+":"")+ge(Qi,2,Bi)+ge(Math.abs(gi%60),2,Bi);case 1:return"GMT"+(gi>=0?"+":"")+ge(Qi,1,Bi);case 2:return"GMT"+(gi>=0?"+":"")+ge(Qi,2,Bi)+":"+ge(Math.abs(gi%60),2,Bi);case 3:return 0===Ft?"Z":(gi>=0?"+":"")+ge(Qi,2,Bi)+":"+ge(Math.abs(gi%60),2,Bi);default:throw new i.buA(2310,!1)}}}const Mt=0,lt=4;function Ht(Xe){const Gt=Xe.getDay(),gt=0===Gt?-3:lt-Gt;return ye(Xe.getFullYear(),Xe.getMonth(),Xe.getDate()+gt)}function ct(Xe,Gt=!1){return function(gt,Ft){let gi;if(Gt){const Bi=new Date(gt.getFullYear(),gt.getMonth(),1).getDay()-1,Qi=gt.getDate();gi=1+Math.floor((Qi+Bi)/7)}else{const Bi=Ht(gt),Qi=function Pe(Xe){const Gt=ye(Xe,Mt,1).getDay();return ye(Xe,0,1+(Gt<=lt?lt:lt+7)-Gt)}(Bi.getFullYear()),fn=Bi.getTime()-Qi.getTime();gi=1+Math.round(fn/6048e5)}return ge(gi,Xe,me(Ft,5))}}function Ce(Xe,Gt=!1){return function(gt,Ft){return ge(Ht(gt).getFullYear(),Xe,me(Ft,5),Gt)}}const ze={};function J(Xe,Gt){Xe=Xe.replace(/:/g,"");const gt=Date.parse("Jan 01, 1970 00:00:00 "+Xe)/6e4;return isNaN(gt)?Gt:gt}function Qt(Xe){return Xe instanceof Date&&!isNaN(Xe.valueOf())}const di=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function Et(Xe){const Gt=parseInt(Xe);if(isNaN(Gt))throw new i.buA(2305,!1);return Gt}const tt=/\s+/,vi=[];let ei=(()=>{class Xe{_ngEl;_renderer;initialClasses=vi;rawClass;stateMap=new Map;constructor(gt,Ft){this._ngEl=gt,this._renderer=Ft}set klass(gt){this.initialClasses=null!=gt?gt.trim().split(tt):vi}set ngClass(gt){this.rawClass="string"==typeof gt?gt.trim().split(tt):gt}ngDoCheck(){for(const Ft of this.initialClasses)this._updateState(Ft,!0);const gt=this.rawClass;if(Array.isArray(gt)||gt instanceof Set)for(const Ft of gt)this._updateState(Ft,!0);else if(null!=gt)for(const Ft of Object.keys(gt))this._updateState(Ft,!!gt[Ft]);this._applyStateDiff()}_updateState(gt,Ft){const gi=this.stateMap.get(gt);void 0!==gi?(gi.enabled!==Ft&&(gi.changed=!0,gi.enabled=Ft),gi.touched=!0):this.stateMap.set(gt,{enabled:Ft,changed:!0,touched:!0})}_applyStateDiff(){for(const gt of this.stateMap){const Ft=gt[0],gi=gt[1];gi.changed?(this._toggleClass(Ft,gi.enabled),gi.changed=!1):gi.touched||(gi.enabled&&this._toggleClass(Ft,!1),this.stateMap.delete(Ft)),gi.touched=!1}}_toggleClass(gt,Ft){(gt=gt.trim()).length>0&>.split(tt).forEach(gi=>{Ft?this._renderer.addClass(this._ngEl.nativeElement,gi):this._renderer.removeClass(this._ngEl.nativeElement,gi)})}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.aKT),t.rXU(t.sFG))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return Xe})();class oi{$implicit;ngForOf;index;count;constructor(Gt,gt,Ft,gi){this.$implicit=Gt,this.ngForOf=gt,this.index=Ft,this.count=gi}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let ui=(()=>{class Xe{_viewContainer;_template;_differs;set ngForOf(gt){this._ngForOf=gt,this._ngForOfDirty=!0}set ngForTrackBy(gt){this._trackByFn=gt}get ngForTrackBy(){return this._trackByFn}_ngForOf=null;_ngForOfDirty=!0;_differ=null;_trackByFn;constructor(gt,Ft,gi){this._viewContainer=gt,this._template=Ft,this._differs=gi}set ngForTemplate(gt){gt&&(this._template=gt)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const gt=this._ngForOf;!this._differ&>&&(this._differ=this._differs.find(gt).create(this.ngForTrackBy))}if(this._differ){const gt=this._differ.diff(this._ngForOf);gt&&this._applyChanges(gt)}}_applyChanges(gt){const Ft=this._viewContainer;gt.forEachOperation((gi,Bi,Qi)=>{if(null==gi.previousIndex)Ft.createEmbeddedView(this._template,new oi(gi.item,this._ngForOf,-1,-1),null===Qi?void 0:Qi);else if(null==Qi)Ft.remove(null===Bi?void 0:Bi);else if(null!==Bi){const fn=Ft.get(Bi);Ft.move(fn,Qi),ln(fn,gi)}});for(let gi=0,Bi=Ft.length;gi{ln(Ft.get(gi.currentIndex),gi)})}static ngTemplateContextGuard(gt,Ft){return!0}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(p._q3))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return Xe})();function ln(Xe,Gt){Xe.context.$implicit=Gt.item}let dn=(()=>{class Xe{_viewContainer;_context=new zn;_thenTemplateRef=null;_elseTemplateRef=null;_thenViewRef=null;_elseViewRef=null;constructor(gt,Ft){this._viewContainer=gt,this._thenTemplateRef=Ft}set ngIf(gt){this._context.$implicit=this._context.ngIf=gt,this._updateView()}set ngIfThen(gt){It(gt),this._thenTemplateRef=gt,this._thenViewRef=null,this._updateView()}set ngIfElse(gt){It(gt),this._elseTemplateRef=gt,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngIfUseIfTypeGuard;static ngTemplateGuard_ngIf;static ngTemplateContextGuard(gt,Ft){return!0}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.c1b),t.rXU(t.C4Q))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}})}return Xe})();class zn{$implicit=null;ngIf=null}function It(Xe,Gt){if(Xe&&!Xe.createEmbeddedView)throw new i.buA(2020,!1)}class Tt{_viewContainerRef;_templateRef;_created=!1;constructor(Gt,gt){this._viewContainerRef=Gt,this._templateRef=gt}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(Gt){Gt&&!this._created?this.create():!Gt&&this._created&&this.destroy()}}let Ze=(()=>{class Xe{_defaultViews=[];_defaultUsed=!1;_caseCount=0;_lastCaseCheckIndex=0;_lastCasesMatched=!1;_ngSwitch;set ngSwitch(gt){this._ngSwitch=gt,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(gt){this._defaultViews.push(gt)}_matchCase(gt){const Ft=gt===this._ngSwitch;return this._lastCasesMatched||=Ft,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),Ft}_updateDefaultCases(gt){if(this._defaultViews.length>0&>!==this._defaultUsed){this._defaultUsed=gt;for(const Ft of this._defaultViews)Ft.enforceState(gt)}}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"}})}return Xe})(),Ve=(()=>{class Xe{ngSwitch;_view;ngSwitchCase;constructor(gt,Ft,gi){this.ngSwitch=gi,gi._addCase(),this._view=new Tt(gt,Ft)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(Ze,9))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}})}return Xe})(),Fe=(()=>{class Xe{constructor(gt,Ft,gi){gi._addDefault(new Tt(gt,Ft))}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.c1b),t.rXU(t.C4Q),t.rXU(Ze,9))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngSwitchDefault",""]]})}return Xe})(),jt=(()=>{class Xe{_ngEl;_differs;_renderer;_ngStyle=null;_differ=null;constructor(gt,Ft,gi){this._ngEl=gt,this._differs=Ft,this._renderer=gi}set ngStyle(gt){this._ngStyle=gt,!this._differ&>&&(this._differ=this._differs.find(gt).create())}ngDoCheck(){if(this._differ){const gt=this._differ.diff(this._ngStyle);gt&&this._applyChanges(gt)}}_setStyle(gt,Ft){const[gi,Bi]=gt.split("."),Qi=-1===gi.indexOf("-")?void 0:t.czy.DashCase;null!=Ft?this._renderer.setStyle(this._ngEl.nativeElement,gi,Bi?`${Ft}${Bi}`:Ft,Qi):this._renderer.removeStyle(this._ngEl.nativeElement,gi,Qi)}_applyChanges(gt){gt.forEachRemovedItem(Ft=>this._setStyle(Ft.key,null)),gt.forEachAddedItem(Ft=>this._setStyle(Ft.key,Ft.currentValue)),gt.forEachChangedItem(Ft=>this._setStyle(Ft.key,Ft.currentValue))}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.aKT),t.rXU(p.MKu),t.rXU(t.sFG))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return Xe})(),ai=(()=>{class Xe{_viewContainerRef;_viewRef=null;ngTemplateOutletContext=null;ngTemplateOutlet=null;ngTemplateOutletInjector=null;constructor(gt){this._viewContainerRef=gt}ngOnChanges(gt){if(this._shouldRecreateView(gt)){const Ft=this._viewContainerRef;if(this._viewRef&&Ft.remove(Ft.indexOf(this._viewRef)),!this.ngTemplateOutlet)return void(this._viewRef=null);const gi=this._createContextForwardProxy();this._viewRef=Ft.createEmbeddedView(this.ngTemplateOutlet,gi,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(gt){return!!gt.ngTemplateOutlet||!!gt.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(gt,Ft,gi)=>!!this.ngTemplateOutletContext&&Reflect.set(this.ngTemplateOutletContext,Ft,gi),get:(gt,Ft,gi)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,Ft,gi)}})}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.c1b))};static \u0275dir=t.FsC({type:Xe,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[t.OA$]})}return Xe})();function ki(Xe,Gt){return new i.buA(2100,!1)}class Ki{createSubscription(Gt,gt,Ft){return(0,S.O8)(()=>Gt.subscribe({next:gt,error:Ft}))}dispose(Gt){(0,S.O8)(()=>Gt.unsubscribe())}}class Ji{createSubscription(Gt,gt,Ft){return Gt.then(gi=>gt?.(gi),gi=>Ft?.(gi)),{unsubscribe:()=>{gt=null,Ft=null}}}dispose(Gt){Gt.unsubscribe()}}const Dn=new Ji,En=new Ki;let An=(()=>{class Xe{_ref;_latestValue=null;markForCheckOnValueUpdate=!0;_subscription=null;_obj=null;_strategy=null;applicationErrorHandler=(0,i.WQX)(i.ZTf);constructor(gt){this._ref=gt}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(gt){if(!this._obj){if(gt)try{this.markForCheckOnValueUpdate=!1,this._subscribe(gt)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return gt!==this._obj?(this._dispose(),this.transform(gt)):this._latestValue}_subscribe(gt){this._obj=gt,this._strategy=this._selectStrategy(gt),this._subscription=this._strategy.createSubscription(gt,Ft=>this._updateLatestValue(gt,Ft),Ft=>this.applicationErrorHandler(Ft))}_selectStrategy(gt){if((0,t.yLl)(gt))return Dn;if((0,t.cdK)(gt))return En;throw ki()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(gt,Ft){gt===this._obj&&(this._latestValue=Ft,this.markForCheckOnValueUpdate&&this._ref?.markForCheck())}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(p.gRc,16))};static \u0275pipe=t.EJ8({name:"async",type:Xe,pure:!1})}return Xe})(),Fn=(()=>{class Xe{transform(gt){if(null==gt)return null;if("string"!=typeof gt)throw ki();return gt.toLowerCase()}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275pipe=t.EJ8({name:"lowercase",type:Xe,pure:!0})}return Xe})();const xi=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;let Gi=(()=>{class Xe{transform(gt){if(null==gt)return null;if("string"!=typeof gt)throw ki();return gt.replace(xi,Ft=>Ft[0].toUpperCase()+Ft.slice(1).toLowerCase())}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275pipe=t.EJ8({name:"titlecase",type:Xe,pure:!0})}return Xe})(),Ci=(()=>{class Xe{transform(gt){if(null==gt)return null;if("string"!=typeof gt)throw ki();return gt.toUpperCase()}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275pipe=t.EJ8({name:"uppercase",type:Xe,pure:!0})}return Xe})();const Yi=new i.nKC(""),zt=new i.nKC("");let ji=(()=>{class Xe{locale;defaultTimezone;defaultOptions;constructor(gt,Ft,gi){this.locale=gt,this.defaultTimezone=Ft,this.defaultOptions=gi}transform(gt,Ft,gi,Bi){if(null==gt||""===gt||gt!=gt)return null;try{return Be(gt,Ft??this.defaultOptions?.dateFormat??"mediumDate",Bi||this.locale,gi??this.defaultOptions?.timezone??this.defaultTimezone??void 0)}catch(Qi){throw ki()}}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(t.xe9,16),t.rXU(Yi,24),t.rXU(zt,24))};static \u0275pipe=t.EJ8({name:"date",type:Xe,pure:!0})}return Xe})(),ni=(()=>{class Xe{transform(gt){return JSON.stringify(gt,null,2)}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275pipe=t.EJ8({name:"json",type:Xe,pure:!1})}return Xe})(),kn=(()=>{class Xe{differs;constructor(gt){this.differs=gt}differ;keyValues=[];compareFn=ca;transform(gt,Ft=ca){if(!gt||!(gt instanceof Map)&&"object"!=typeof gt)return null;this.differ??=this.differs.find(gt).create();const gi=this.differ.diff(gt),Bi=Ft!==this.compareFn;return gi&&(this.keyValues=[],gi.forEachItem(Qi=>{this.keyValues.push(function Fi(Xe,Gt){return{key:Xe,value:Gt}}(Qi.key,Qi.currentValue))})),(gi||Bi)&&(Ft&&this.keyValues.sort(Ft),this.compareFn=Ft),this.keyValues}static \u0275fac=function(Ft){return new(Ft||Xe)(t.rXU(p.MKu,16))};static \u0275pipe=t.EJ8({name:"keyvalue",type:Xe,pure:!1})}return Xe})();function ca(Xe,Gt){const gt=Xe.key,Ft=Gt.key;if(gt===Ft)return 0;if(null==gt)return 1;if(null==Ft)return-1;if("string"==typeof gt&&"string"==typeof Ft)return gt{class Xe{_locale;constructor(gt){this._locale=gt}transform(gt,Ft,gi){if(!function mr(Xe){return!(null==Xe||""===Xe||Xe!=Xe)}(gt))return null;gi||=this._locale;try{return function Vt(Xe,Gt,gt){return function Ne(Xe,Gt,gt,Ft,gi,Bi,Qi=!1){let fn="",ma=!1;if(isFinite(Xe)){let da=function Ye(Xe){let Ft,gi,Bi,Qi,fn,Gt=Math.abs(Xe)+"",gt=0;for((gi=Gt.indexOf("."))>-1&&(Gt=Gt.replace(".","")),(Bi=Gt.search(/e/i))>0?(gi<0&&(gi=Bi),gi+=+Gt.slice(Bi+1),Gt=Gt.substring(0,Bi)):gi<0&&(gi=Gt.length),Bi=0;"0"===Gt.charAt(Bi);Bi++);if(Bi===(fn=Gt.length))Ft=[0],gi=1;else{for(fn--;"0"===Gt.charAt(fn);)fn--;for(gi-=Bi,Ft=[],Qi=0;Bi<=fn;Bi++,Qi++)Ft[Qi]=Number(Gt.charAt(Bi))}return gi>22&&(Ft=Ft.splice(0,21),gt=gi-1,gi=1),{digits:Ft,exponent:gt,integerLen:gi}}(Xe);Qi&&(da=function ti(Xe){if(0===Xe.digits[0])return Xe;const Gt=Xe.digits.length-Xe.integerLen;return Xe.exponent?Xe.exponent+=2:(0===Gt?Xe.digits.push(0,0):1===Gt&&Xe.digits.push(0),Xe.integerLen+=2),Xe}(da));let ga=Gt.minInt,Zn=Gt.minFrac,Sa=Gt.maxFrac;if(Bi){const Ta=Bi.match(di);if(null===Ta)throw new i.buA(2306,!1);const wr=Ta[1],ja=Ta[3],Wa=Ta[5];null!=wr&&(ga=Et(wr)),null!=ja&&(Zn=Et(ja)),null!=Wa?Sa=Et(Wa):null!=ja&&Zn>Sa&&(Sa=Zn)}!function Nt(Xe,Gt,gt){if(Gt>gt)throw new i.buA(2307,!1);let Ft=Xe.digits,gi=Ft.length-Xe.integerLen;const Bi=Math.min(Math.max(Gt,gi),gt);let Qi=Bi+Xe.integerLen,fn=Ft[Qi];if(Qi>0){Ft.splice(Math.max(Xe.integerLen,Qi));for(let Zn=Qi;Zn=5)if(Qi-1<0){for(let Zn=0;Zn>Qi;Zn--)Ft.unshift(0),Xe.integerLen++;Ft.unshift(1),Xe.integerLen++}else Ft[Qi-1]++;for(;gi=da?pa.pop():ma=!1),Sa>=10?1:0},0);ga&&(Ft.unshift(ga),Xe.integerLen++)}(da,Zn,Sa);let ia=da.digits,pa=da.integerLen;const Er=da.exponent;let xa=[];for(ma=ia.every(Ta=>!Ta);pa0?xa=ia.splice(pa,ia.length):(xa=ia,ia=[0]);const Xr=[];for(ia.length>=Gt.lgSize&&Xr.unshift(ia.splice(-Gt.lgSize,ia.length).join(""));ia.length>Gt.gSize;)Xr.unshift(ia.splice(-Gt.gSize,ia.length).join(""));ia.length&&Xr.unshift(ia.join("")),fn=Xr.join(me(gt,Ft)),xa.length&&(fn+=me(gt,gi)+xa.join("")),Er&&(fn+=me(gt,6)+"+"+Er)}else fn=me(gt,9);return fn=Xe<0&&!ma?Gt.negPre+fn+Gt.negSuf:Gt.posPre+fn+Gt.posSuf,fn}(Xe,function Zt(Xe,Gt="-"){const gt={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},Ft=Xe.split(";"),gi=Ft[0],Bi=Ft[1],Qi=-1!==gi.indexOf(".")?gi.split("."):[gi.substring(0,gi.lastIndexOf("0")+1),gi.substring(gi.lastIndexOf("0")+1)],fn=Qi[0],ma=Qi[1]||"";gt.posPre=fn.substring(0,fn.indexOf("#"));for(let ga=0;ga{class Xe{transform(gt,Ft,gi){if(null==gt)return null;if("string"!=typeof gt&&!Array.isArray(gt))throw ki();return gt.slice(Ft,gi)}static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275pipe=t.EJ8({name:"slice",type:Xe,pure:!1})}return Xe})(),wi=(()=>{class Xe{static \u0275fac=function(Ft){return new(Ft||Xe)};static \u0275mod=t.$C({type:Xe});static \u0275inj=i.G2t({})}return Xe})()},72279:(Ae,ee,l)=>{"use strict";l.d(ee,{kZ:()=>h,s3:()=>Be,NL:()=>B,Dc:()=>ge,xn:()=>re,Sz:()=>k,a$:()=>b,aI:()=>ye,Hy:()=>Le,XO:()=>f});var i=l(83869),t=l(74402),p=l(21413),S=l(84412),c=l(7673),e=l(84572),T=l(983),g=l(28793),d=l(96697),w=l(5964),m=l(56977),P=l(99172),M=l(88141),j=l(25558),U=l(96354),K=l(46649),q=l(39974);function G(ve,Oe){return(0,q.N)((0,K.S)(ve,Oe,arguments.length>=2,!1,!0))}var Q=l(70274),$=l(23294),ae=l(73664),ue=l(2615),oe=l(17705),he=l(4125),me=l(61577),Te=l(14117),D=l(8045);class n{dataNodes;expansionModel=new i.C(!0);trackBy;getLevel;isExpandable;getChildren;toggle(Oe){this.expansionModel.toggle(this._trackByValue(Oe))}expand(Oe){this.expansionModel.select(this._trackByValue(Oe))}collapse(Oe){this.expansionModel.deselect(this._trackByValue(Oe))}isExpanded(Oe){return this.expansionModel.isSelected(this._trackByValue(Oe))}toggleDescendants(Oe){this.expansionModel.isSelected(this._trackByValue(Oe))?this.collapseDescendants(Oe):this.expandDescendants(Oe)}collapseAll(){this.expansionModel.clear()}expandDescendants(Oe){let Ee=[Oe];Ee.push(...this.getDescendants(Oe)),this.expansionModel.select(...Ee.map(dt=>this._trackByValue(dt)))}collapseDescendants(Oe){let Ee=[Oe];Ee.push(...this.getDescendants(Oe)),this.expansionModel.deselect(...Ee.map(dt=>this._trackByValue(dt)))}_trackByValue(Oe){return this.trackBy?this.trackBy(Oe):Oe}}class f extends n{getChildren;options;constructor(Oe,Ee){super(),this.getChildren=Oe,this.options=Ee,this.options&&(this.trackBy=this.options.trackBy),this.options?.isExpandable&&(this.isExpandable=this.options.isExpandable)}expandAll(){this.expansionModel.clear();const Oe=this.dataNodes.reduce((Ee,dt)=>[...Ee,...this.getDescendants(dt),dt],[]);this.expansionModel.select(...Oe.map(Ee=>this._trackByValue(Ee)))}getDescendants(Oe){const Ee=[];return this._getDescendants(Ee,Oe),Ee.splice(1)}_getDescendants(Oe,Ee){Oe.push(Ee);const dt=this.getChildren(Ee);Array.isArray(dt)?dt.forEach(nt=>this._getDescendants(Oe,nt)):(0,t.A)(dt)&&dt.pipe((0,d.s)(1),(0,w.p)(Boolean)).subscribe(nt=>{for(const Ct of nt)this._getDescendants(Oe,Ct)})}}const h=new ue.nKC("CDK_TREE_NODE_OUTLET_NODE");let b=(()=>{class ve{viewContainer=(0,ue.WQX)(ae.c1b);_node=(0,ue.WQX)(h,{optional:!0});constructor(){}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["","cdkTreeNodeOutlet",""]]})}return ve})();class A{$implicit;level;index;count;constructor(Oe){this.$implicit=Oe}}let k=(()=>{class ve{template=(0,ue.WQX)(ae.C4Q);when;constructor(){}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["","cdkTreeNodeDef",""]],inputs:{when:[0,"cdkTreeNodeDefWhen","when"]}})}return ve})();function W(){return Error("Could not find a tree control, levelAccessor, or childrenAccessor for the tree.")}let B=(()=>{class ve{_differs=(0,ue.WQX)(oe._q3);_changeDetectorRef=(0,ue.WQX)(oe.gRc);_elementRef=(0,ue.WQX)(ae.aKT);_dir=(0,ue.WQX)(me.dS);_onDestroy=new p.B;_dataDiffer;_defaultNodeDef;_dataSubscription;_levels=new Map;_parents=new Map;_ariaSets=new Map;get dataSource(){return this._dataSource}set dataSource(Ee){this._dataSource!==Ee&&this._switchDataSource(Ee)}_dataSource;treeControl;levelAccessor;childrenAccessor;trackBy;expansionKey;_nodeOutlet;_nodeDefs;viewChange=new S.t({start:0,end:Number.MAX_VALUE});_expansionModel;_flattenedNodes=new S.t([]);_nodeType=new S.t(null);_nodes=new S.t(new Map);_keyManagerNodes=new S.t([]);_keyManagerFactory=(0,ue.WQX)(he.Z2);_keyManager;_viewInit=!1;constructor(){}ngAfterContentInit(){this._initializeKeyManager()}ngAfterContentChecked(){this._updateDefaultNodeDefinition(),this._subscribeToDataChanges()}ngOnDestroy(){this._nodeOutlet.viewContainer.clear(),this._nodes.complete(),this._keyManagerNodes.complete(),this._nodeType.complete(),this._flattenedNodes.complete(),this.viewChange.complete(),this._onDestroy.next(),this._onDestroy.complete(),this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null),this._keyManager?.destroy()}ngOnInit(){this._checkTreeControlUsage(),this._initializeDataDiffer()}ngAfterViewInit(){this._viewInit=!0}_updateDefaultNodeDefinition(){const Ee=this._nodeDefs.filter(dt=>!dt.when);this._defaultNodeDef=Ee[0]}_setNodeTypeIfUnset(Ee){null===this._nodeType.value&&this._nodeType.next(Ee)}_switchDataSource(Ee){this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null),Ee||this._nodeOutlet.viewContainer.clear(),this._dataSource=Ee,this._nodeDefs&&this._subscribeToDataChanges()}_getExpansionModel(){return this.treeControl?this.treeControl.expansionModel:(this._expansionModel??=new i.C(!0),this._expansionModel)}_subscribeToDataChanges(){if(this._dataSubscription)return;let Ee;(0,Te.y)(this._dataSource)?Ee=this._dataSource.connect(this):(0,t.A)(this._dataSource)?Ee=this._dataSource:Array.isArray(this._dataSource)&&(Ee=(0,c.of)(this._dataSource)),Ee&&(this._dataSubscription=this._getRenderData(Ee).pipe((0,m.Q)(this._onDestroy)).subscribe(dt=>{this._renderDataChanges(dt)}))}_getRenderData(Ee){const dt=this._getExpansionModel();return(0,e.z)([Ee,this._nodeType,dt.changed.pipe((0,P.Z)(null),(0,M.M)(nt=>{this._emitExpansionChanges(nt)}))]).pipe((0,j.n)(([nt,Ct])=>null===Ct?(0,c.of)({renderNodes:nt,flattenedNodes:null,nodeType:Ct}):this._computeRenderingData(nt,Ct).pipe((0,U.T)(Mt=>({...Mt,nodeType:Ct})))))}_renderDataChanges(Ee){null!==Ee.nodeType?(this._updateCachedData(Ee.flattenedNodes),this.renderNodeChanges(Ee.renderNodes),this._updateKeyManagerItems(Ee.flattenedNodes)):this.renderNodeChanges(Ee.renderNodes)}_emitExpansionChanges(Ee){if(!Ee)return;const dt=this._nodes.value;for(const nt of Ee.added)dt.get(nt)?._emitExpansionState(!0);for(const nt of Ee.removed)dt.get(nt)?._emitExpansionState(!1)}_initializeKeyManager(){const Ee=(0,e.z)([this._keyManagerNodes,this._nodes]).pipe((0,U.T)(([nt,Ct])=>nt.reduce((Mt,lt)=>{const Pe=Ct.get(this._getExpansionKey(lt));return Pe&&Mt.push(Pe),Mt},[])));this._keyManager=this._keyManagerFactory(Ee,{trackBy:nt=>this._getExpansionKey(nt.data),skipPredicate:nt=>!!nt.isDisabled,typeAheadDebounceInterval:!0,horizontalOrientation:this._dir.value})}_initializeDataDiffer(){const Ee=this.trackBy??((dt,nt)=>this._getExpansionKey(nt));this._dataDiffer=this._differs.find([]).create(Ee)}_checkTreeControlUsage(){}renderNodeChanges(Ee,dt=this._dataDiffer,nt=this._nodeOutlet.viewContainer,Ct){const Mt=dt.diff(Ee);!Mt&&!this._viewInit||(Mt?.forEachOperation((lt,Pe,Ht)=>{if(null==lt.previousIndex)this.insertNode(Ee[Ht],Ht,nt,Ct);else if(null==Ht)nt.remove(Pe);else{const ct=nt.get(Pe);nt.move(ct,Ht)}}),Mt?.forEachIdentityChange(lt=>{const Pe=lt.item;null!=lt.currentIndex&&(nt.get(lt.currentIndex).context.$implicit=Pe)}),Ct?this._changeDetectorRef.markForCheck():this._changeDetectorRef.detectChanges())}_getNodeDef(Ee,dt){return 1===this._nodeDefs.length?this._nodeDefs.first:this._nodeDefs.find(Ct=>Ct.when&&Ct.when(dt,Ee))||this._defaultNodeDef}insertNode(Ee,dt,nt,Ct){const Mt=this._getLevelAccessor(),lt=this._getNodeDef(Ee,dt),Pe=this._getExpansionKey(Ee),Ht=new A(Ee);Ht.index=dt,Ct??=this._parents.get(Pe)??void 0,Ht.level=Mt?Mt(Ee):void 0!==Ct&&this._levels.has(this._getExpansionKey(Ct))?this._levels.get(this._getExpansionKey(Ct))+1:0,this._levels.set(Pe,Ht.level),(nt||this._nodeOutlet.viewContainer).createEmbeddedView(lt.template,Ht,dt),re.mostRecentTreeNode&&(re.mostRecentTreeNode.data=Ee)}isExpanded(Ee){return!(!this.treeControl?.isExpanded(Ee)&&!this._expansionModel?.isSelected(this._getExpansionKey(Ee)))}toggle(Ee){this.treeControl?this.treeControl.toggle(Ee):this._expansionModel&&this._expansionModel.toggle(this._getExpansionKey(Ee))}expand(Ee){this.treeControl?this.treeControl.expand(Ee):this._expansionModel&&this._expansionModel.select(this._getExpansionKey(Ee))}collapse(Ee){this.treeControl?this.treeControl.collapse(Ee):this._expansionModel&&this._expansionModel.deselect(this._getExpansionKey(Ee))}toggleDescendants(Ee){this.treeControl?this.treeControl.toggleDescendants(Ee):this._expansionModel&&(this.isExpanded(Ee)?this.collapseDescendants(Ee):this.expandDescendants(Ee))}expandDescendants(Ee){if(this.treeControl)this.treeControl.expandDescendants(Ee);else if(this._expansionModel){const dt=this._expansionModel;dt.select(this._getExpansionKey(Ee)),this._getDescendants(Ee).pipe((0,d.s)(1),(0,m.Q)(this._onDestroy)).subscribe(nt=>{dt.select(...nt.map(Ct=>this._getExpansionKey(Ct)))})}}collapseDescendants(Ee){if(this.treeControl)this.treeControl.collapseDescendants(Ee);else if(this._expansionModel){const dt=this._expansionModel;dt.deselect(this._getExpansionKey(Ee)),this._getDescendants(Ee).pipe((0,d.s)(1),(0,m.Q)(this._onDestroy)).subscribe(nt=>{dt.deselect(...nt.map(Ct=>this._getExpansionKey(Ct)))})}}expandAll(){this.treeControl?this.treeControl.expandAll():this._expansionModel&&this._forEachExpansionKey(Ee=>this._expansionModel?.select(...Ee))}collapseAll(){this.treeControl?this.treeControl.collapseAll():this._expansionModel&&this._forEachExpansionKey(Ee=>this._expansionModel?.deselect(...Ee))}_getLevelAccessor(){return this.treeControl?.getLevel?.bind(this.treeControl)??this.levelAccessor}_getChildrenAccessor(){return this.treeControl?.getChildren?.bind(this.treeControl)??this.childrenAccessor}_getDirectChildren(Ee){const dt=this._getLevelAccessor(),nt=this._expansionModel??this.treeControl?.expansionModel;if(!nt)return(0,c.of)([]);const Ct=this._getExpansionKey(Ee),Mt=nt.changed.pipe((0,j.n)(Pe=>Pe.added.includes(Ct)?(0,c.of)(!0):Pe.removed.includes(Ct)?(0,c.of)(!1):T.w),(0,P.Z)(this.isExpanded(Ee)));if(dt)return(0,e.z)([Mt,this._flattenedNodes]).pipe((0,U.T)(([Pe,Ht])=>Pe?this._findChildrenByLevel(dt,Ht,Ee,1):[]));const lt=this._getChildrenAccessor();if(lt)return(0,D.x)(lt(Ee)??[]);throw W()}_findChildrenByLevel(Ee,dt,nt,Ct){const Mt=this._getExpansionKey(nt),lt=dt.findIndex(Ce=>this._getExpansionKey(Ce)===Mt),Pe=Ee(nt),Ht=Pe+Ct,ct=[];for(let Ce=lt+1;Cethis._getExpansionKey(Ct)===nt)+1}_getNodeParent(Ee){const dt=this._parents.get(this._getExpansionKey(Ee.data));return dt&&this._nodes.value.get(this._getExpansionKey(dt))}_getNodeChildren(Ee){return this._getDirectChildren(Ee.data).pipe((0,U.T)(dt=>dt.reduce((nt,Ct)=>{const Mt=this._nodes.value.get(this._getExpansionKey(Ct));return Mt&&nt.push(Mt),nt},[])))}_sendKeydownToKeyManager(Ee){if(Ee.target===this._elementRef.nativeElement)this._keyManager.onKeydown(Ee);else{const dt=this._nodes.getValue();for(const[,nt]of dt)if(Ee.target===nt._elementRef.nativeElement){this._keyManager.onKeydown(Ee);break}}}_getDescendants(Ee){if(this.treeControl)return(0,c.of)(this.treeControl.getDescendants(Ee));if(this.levelAccessor){const dt=this._findChildrenByLevel(this.levelAccessor,this._flattenedNodes.value,Ee,1/0);return(0,c.of)(dt)}if(this.childrenAccessor)return this._getAllChildrenRecursively(Ee).pipe(G((dt,nt)=>(dt.push(...nt),dt),[]));throw W()}_getAllChildrenRecursively(Ee){return this.childrenAccessor?(0,D.x)(this.childrenAccessor(Ee)).pipe((0,d.s)(1),(0,j.n)(dt=>{for(const nt of dt)this._parents.set(this._getExpansionKey(nt),Ee);return(0,c.of)(...dt).pipe((0,Q.H)(nt=>(0,g.x)((0,c.of)([nt]),this._getAllChildrenRecursively(nt))))})):(0,c.of)([])}_getExpansionKey(Ee){return this.expansionKey?.(Ee)??Ee}_getAriaSet(Ee){const dt=this._getExpansionKey(Ee),nt=this._parents.get(dt),Ct=nt?this._getExpansionKey(nt):null;return this._ariaSets.get(Ct)??[Ee]}_findParentForNode(Ee,dt,nt){if(!nt.length)return null;const Ct=this._levels.get(this._getExpansionKey(Ee))??0;for(let Mt=dt-1;Mt>=0;Mt--){const lt=nt[Mt];if((this._levels.get(this._getExpansionKey(lt))??0){const Mt=this._getExpansionKey(Ct);this._parents.has(Mt)||this._parents.set(Mt,null),this._levels.set(Mt,dt);const lt=(0,D.x)(nt(Ct));return(0,g.x)((0,c.of)([Ct]),lt.pipe((0,d.s)(1),(0,M.M)(Pe=>{this._ariaSets.set(Mt,[...Pe??[]]);for(const Ht of Pe??[]){const ct=this._getExpansionKey(Ht);this._parents.set(ct,Ct),this._levels.set(ct,dt+1)}}),(0,j.n)(Pe=>Pe?this._flattenNestedNodesWithExpansion(Pe,dt+1).pipe((0,U.T)(Ht=>this.isExpanded(Ct)?Ht:[])):(0,c.of)([]))))}),G((Ct,Mt)=>(Ct.push(...Mt),Ct),[])):(0,c.of)([...Ee])}_computeRenderingData(Ee,dt){if(this.childrenAccessor&&"flat"===dt)return this._clearPreviousCache(),this._ariaSets.set(null,[...Ee]),this._flattenNestedNodesWithExpansion(Ee).pipe((0,U.T)(nt=>({renderNodes:nt,flattenedNodes:nt})));if(this.levelAccessor&&"nested"===dt){const nt=this.levelAccessor;return(0,c.of)(Ee.filter(Ct=>0===nt(Ct))).pipe((0,U.T)(Ct=>({renderNodes:Ct,flattenedNodes:Ee})),(0,M.M)(({flattenedNodes:Ct})=>{this._calculateParents(Ct)}))}return"flat"===dt?(0,c.of)({renderNodes:Ee,flattenedNodes:Ee}).pipe((0,M.M)(({flattenedNodes:nt})=>{this._calculateParents(nt)})):(this._clearPreviousCache(),this._ariaSets.set(null,[...Ee]),this._flattenNestedNodesWithExpansion(Ee).pipe((0,U.T)(nt=>({renderNodes:Ee,flattenedNodes:nt}))))}_updateCachedData(Ee){this._flattenedNodes.next(Ee)}_updateKeyManagerItems(Ee){this._keyManagerNodes.next(Ee)}_calculateParents(Ee){const dt=this._getLevelAccessor();if(dt){this._clearPreviousCache();for(let nt=0;nt{dt.push(this._getExpansionKey(Ct.data)),nt.push(this._getDescendants(Ct.data))}),nt.length>0?(0,e.z)(nt).pipe((0,d.s)(1),(0,m.Q)(this._onDestroy)).subscribe(Ct=>{Ct.forEach(Mt=>Mt.forEach(lt=>dt.push(this._getExpansionKey(lt)))),Ee(dt)}):Ee(dt)}_clearPreviousCache(){this._parents.clear(),this._levels.clear(),this._ariaSets.clear()}static \u0275fac=function(dt){return new(dt||ve)};static \u0275cmp=ae.VBU({type:ve,selectors:[["cdk-tree"]],contentQueries:function(dt,nt,Ct){if(1&dt&&ae.wni(Ct,k,5),2&dt){let Mt;ae.mGM(Mt=ae.lsd())&&(nt._nodeDefs=Mt)}},viewQuery:function(dt,nt){if(1&dt&&ae.GBs(b,7),2&dt){let Ct;ae.mGM(Ct=ae.lsd())&&(nt._nodeOutlet=Ct.first)}},hostAttrs:["role","tree",1,"cdk-tree"],hostBindings:function(dt,nt){1&dt&&ae.bIt("keydown",function(Mt){return nt._sendKeydownToKeyManager(Mt)})},inputs:{dataSource:"dataSource",treeControl:"treeControl",levelAccessor:"levelAccessor",childrenAccessor:"childrenAccessor",trackBy:"trackBy",expansionKey:"expansionKey"},exportAs:["cdkTree"],decls:1,vars:0,consts:[["cdkTreeNodeOutlet",""]],template:function(dt,nt){1&dt&&ae.eu8(0,0)},dependencies:[b],encapsulation:2})}return ve})(),re=(()=>{class ve{_elementRef=(0,ue.WQX)(ae.aKT);_tree=(0,ue.WQX)(B);_tabindex=-1;_type="flat";get role(){return"treeitem"}set role(Ee){}get isExpandable(){return this._isExpandable()}set isExpandable(Ee){this._inputIsExpandable=Ee,(!this.data||this._isExpandable)&&this._inputIsExpandable&&(this._inputIsExpanded?this.expand():!1===this._inputIsExpanded&&this.collapse())}get isExpanded(){return this._tree.isExpanded(this._data)}set isExpanded(Ee){this._inputIsExpanded=Ee,Ee?this.expand():this.collapse()}isDisabled;typeaheadLabel;getLabel(){return this.typeaheadLabel||this._elementRef.nativeElement.textContent?.trim()||""}activation=new ae.bkB;expandedChange=new ae.bkB;static mostRecentTreeNode=null;_destroyed=new p.B;_dataChanges=new p.B;_inputIsExpandable=!1;_inputIsExpanded=void 0;_shouldFocus=!0;_parentNodeAriaLevel;get data(){return this._data}set data(Ee){Ee!==this._data&&(this._data=Ee,this._dataChanges.next())}_data;get isLeafNode(){return void 0!==this._tree.treeControl?.isExpandable&&!this._tree.treeControl.isExpandable(this._data)||void 0===this._tree.treeControl?.isExpandable&&0===this._tree.treeControl?.getDescendants(this._data).length}get level(){return this._tree._getLevel(this._data)??this._parentNodeAriaLevel}_isExpandable(){return this._tree.treeControl?!this.isLeafNode:this._inputIsExpandable}_getAriaExpanded(){return this._isExpandable()?String(this.isExpanded):null}_getSetSize(){return this._tree._getSetSize(this._data)}_getPositionInSet(){return this._tree._getPositionInSet(this._data)}_changeDetectorRef=(0,ue.WQX)(oe.gRc);constructor(){ve.mostRecentTreeNode=this}ngOnInit(){this._parentNodeAriaLevel=function pe(ve){let Oe=ve.parentElement;for(;Oe&&!be(Oe);)Oe=Oe.parentElement;return Oe?Oe.classList.contains("cdk-nested-tree-node")?(0,oe.Udg)(Oe.getAttribute("aria-level")):0:-1}(this._elementRef.nativeElement),this._tree._getExpansionModel().changed.pipe((0,U.T)(()=>this.isExpanded),(0,$.F)(),(0,m.Q)(this._destroyed)).pipe((0,m.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._tree._setNodeTypeIfUnset(this._type),this._tree._registerNode(this)}ngOnDestroy(){ve.mostRecentTreeNode===this&&(ve.mostRecentTreeNode=null),this._dataChanges.complete(),this._destroyed.next(),this._destroyed.complete()}getParent(){return this._tree._getNodeParent(this)??null}getChildren(){return this._tree._getNodeChildren(this)}focus(){this._tabindex=0,this._shouldFocus&&this._elementRef.nativeElement.focus(),this._changeDetectorRef.markForCheck()}unfocus(){this._tabindex=-1,this._changeDetectorRef.markForCheck()}activate(){this.isDisabled||this.activation.next(this._data)}collapse(){this.isExpandable&&this._tree.collapse(this._data)}expand(){this.isExpandable&&this._tree.expand(this._data)}makeFocusable(){this._tabindex=0,this._changeDetectorRef.markForCheck()}_focusItem(){this.isDisabled||this._tree._keyManager.focusItem(this)}_setActiveItem(){this.isDisabled||(this._shouldFocus=!1,this._tree._keyManager.focusItem(this),this._shouldFocus=!0)}_emitExpansionState(Ee){this.expandedChange.emit(Ee)}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["cdk-tree-node"]],hostAttrs:["role","treeitem",1,"cdk-tree-node"],hostVars:5,hostBindings:function(dt,nt){1&dt&&ae.bIt("click",function(){return nt._setActiveItem()})("focus",function(){return nt._focusItem()}),2&dt&&(ae.Avn("tabIndex",nt._tabindex),ae.BMQ("aria-expanded",nt._getAriaExpanded())("aria-level",nt.level+1)("aria-posinset",nt._getPositionInSet())("aria-setsize",nt._getSetSize()))},inputs:{role:"role",isExpandable:[2,"isExpandable","isExpandable",oe.L39],isExpanded:"isExpanded",isDisabled:[2,"isDisabled","isDisabled",oe.L39],typeaheadLabel:[0,"cdkTreeNodeTypeaheadLabel","typeaheadLabel"]},outputs:{activation:"activation",expandedChange:"expandedChange"},exportAs:["cdkTreeNode"]})}return ve})();function be(ve){const Oe=ve.classList;return!(!Oe?.contains("cdk-nested-tree-node")&&!Oe?.contains("cdk-tree"))}let Be=(()=>{class ve extends re{_type="nested";_differs=(0,ue.WQX)(oe._q3);_dataDiffer;_children;nodeOutlet;constructor(){super()}ngAfterContentInit(){this._dataDiffer=this._differs.find([]).create(this._tree.trackBy),this._tree._getDirectChildren(this.data).pipe((0,m.Q)(this._destroyed)).subscribe(Ee=>this.updateChildrenNodes(Ee)),this.nodeOutlet.changes.pipe((0,m.Q)(this._destroyed)).subscribe(()=>this.updateChildrenNodes())}ngOnDestroy(){this._clear(),super.ngOnDestroy()}updateChildrenNodes(Ee){const dt=this._getNodeOutlet();Ee&&(this._children=Ee),dt&&this._children?this._tree.renderNodeChanges(this._children,this._dataDiffer,dt.viewContainer,this._data):this._dataDiffer.diff([])}_clear(){const Ee=this._getNodeOutlet();Ee&&(Ee.viewContainer.clear(),this._dataDiffer.diff([]))}_getNodeOutlet(){const Ee=this.nodeOutlet;return Ee&&Ee.find(dt=>!dt._node||dt._node===this)}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["cdk-nested-tree-node"]],contentQueries:function(dt,nt,Ct){if(1&dt&&ae.wni(Ct,b,5),2&dt){let Mt;ae.mGM(Mt=ae.lsd())&&(nt.nodeOutlet=Mt)}},hostAttrs:[1,"cdk-nested-tree-node"],exportAs:["cdkNestedTreeNode"],features:[ae.Jv_([{provide:re,useExisting:ve},{provide:h,useExisting:ve}]),ae.Vt3]})}return ve})();const _e=/([A-Za-z%]+)$/;let ye=(()=>{class ve{_treeNode=(0,ue.WQX)(re);_tree=(0,ue.WQX)(B);_element=(0,ue.WQX)(ae.aKT);_dir=(0,ue.WQX)(me.dS,{optional:!0});_currentPadding;_destroyed=new p.B;indentUnits="px";get level(){return this._level}set level(Ee){this._setLevelInput(Ee)}_level;get indent(){return this._indent}set indent(Ee){this._setIndentInput(Ee)}_indent=40;constructor(){this._setPadding(),this._dir?.change.pipe((0,m.Q)(this._destroyed)).subscribe(()=>this._setPadding(!0)),this._treeNode._dataChanges.subscribe(()=>this._setPadding())}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_paddingIndent(){const Ee=(this._treeNode.data&&this._tree._getLevel(this._treeNode.data))??null,dt=null==this._level?Ee:this._level;return"number"==typeof dt?`${dt*this._indent}${this.indentUnits}`:null}_setPadding(Ee=!1){const dt=this._paddingIndent();if(dt!==this._currentPadding||Ee){const nt=this._element.nativeElement,Ct=this._dir&&"rtl"===this._dir.value?"paddingRight":"paddingLeft",Mt="paddingLeft"===Ct?"paddingRight":"paddingLeft";nt.style[Ct]=dt||"",nt.style[Mt]="",this._currentPadding=dt}}_setLevelInput(Ee){this._level=isNaN(Ee)?null:Ee,this._setPadding()}_setIndentInput(Ee){let dt=Ee,nt="px";if("string"==typeof Ee){const Ct=Ee.split(_e);dt=Ct[0],nt=Ct[1]||nt}this.indentUnits=nt,this._indent=(0,oe.Udg)(dt),this._setPadding()}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["","cdkTreeNodePadding",""]],inputs:{level:[2,"cdkTreeNodePadding","level",oe.Udg],indent:[0,"cdkTreeNodePaddingIndent","indent"]}})}return ve})(),Le=(()=>{class ve{_tree=(0,ue.WQX)(B);_treeNode=(0,ue.WQX)(re);recursive=!1;constructor(){}_toggle(){this.recursive?this._tree.toggleDescendants(this._treeNode.data):this._tree.toggle(this._treeNode.data),this._tree._keyManager.focusItem(this._treeNode)}static \u0275fac=function(dt){return new(dt||ve)};static \u0275dir=ae.FsC({type:ve,selectors:[["","cdkTreeNodeToggle",""]],hostAttrs:["tabindex","-1"],hostBindings:function(dt,nt){1&dt&&ae.bIt("click",function(Mt){return nt._toggle(),Mt.stopPropagation()})("keydown.Enter",function(Mt){return nt._toggle(),Mt.preventDefault()})("keydown.Space",function(Mt){return nt._toggle(),Mt.preventDefault()})},inputs:{recursive:[2,"cdkTreeNodeToggleRecursive","recursive",oe.L39]}})}return ve})(),ge=(()=>{class ve{static \u0275fac=function(dt){return new(dt||ve)};static \u0275mod=ae.$C({type:ve});static \u0275inj=ue.G2t({})}return ve})()},72318:(Ae,ee,l)=>{"use strict";l.d(ee,{Wv:()=>M,w5:()=>j});var i=l(2615),t=l(73664),p=l(17705),S=l(71985),c=l(21413),e=l(70152),T=l(5964),g=l(96354),d=l(67847);let m=(()=>{class U{create(q){return typeof MutationObserver>"u"?null:new MutationObserver(q)}static \u0275fac=function(G){return new(G||U)};static \u0275prov=i.jDH({token:U,factory:U.\u0275fac,providedIn:"root"})}return U})(),P=(()=>{class U{_mutationObserverFactory=(0,i.WQX)(m);_observedElements=new Map;_ngZone=(0,i.WQX)(t.SKi);constructor(){}ngOnDestroy(){this._observedElements.forEach((q,G)=>this._cleanupObserver(G))}observe(q){const G=(0,d.i8)(q);return new S.c(Q=>{const ae=this._observeElement(G).pipe((0,g.T)(ue=>ue.filter(oe=>!function w(U){if("characterData"===U.type&&U.target instanceof Comment)return!0;if("childList"===U.type){for(let K=0;K!!ue.length)).subscribe(ue=>{this._ngZone.run(()=>{Q.next(ue)})});return()=>{ae.unsubscribe(),this._unobserveElement(G)}})}_observeElement(q){return this._ngZone.runOutsideAngular(()=>{if(this._observedElements.has(q))this._observedElements.get(q).count++;else{const G=new c.B,Q=this._mutationObserverFactory.create($=>G.next($));Q&&Q.observe(q,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(q,{observer:Q,stream:G,count:1})}return this._observedElements.get(q).stream})}_unobserveElement(q){this._observedElements.has(q)&&(this._observedElements.get(q).count--,this._observedElements.get(q).count||this._cleanupObserver(q))}_cleanupObserver(q){if(this._observedElements.has(q)){const{observer:G,stream:Q}=this._observedElements.get(q);G&&G.disconnect(),Q.complete(),this._observedElements.delete(q)}}static \u0275fac=function(G){return new(G||U)};static \u0275prov=i.jDH({token:U,factory:U.\u0275fac,providedIn:"root"})}return U})(),M=(()=>{class U{_contentObserver=(0,i.WQX)(P);_elementRef=(0,i.WQX)(t.aKT);event=new t.bkB;get disabled(){return this._disabled}set disabled(q){this._disabled=q,this._disabled?this._unsubscribe():this._subscribe()}_disabled=!1;get debounce(){return this._debounce}set debounce(q){this._debounce=(0,d.OE)(q),this._subscribe()}_debounce;_currentSubscription=null;constructor(){}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const q=this._contentObserver.observe(this._elementRef);this._currentSubscription=(this.debounce?q.pipe((0,e.B)(this.debounce)):q).subscribe(this.event)}_unsubscribe(){this._currentSubscription?.unsubscribe()}static \u0275fac=function(G){return new(G||U)};static \u0275dir=t.FsC({type:U,selectors:[["","cdkObserveContent",""]],inputs:{disabled:[2,"cdkObserveContentDisabled","disabled",p.L39],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"]})}return U})(),j=(()=>{class U{static \u0275fac=function(G){return new(G||U)};static \u0275mod=t.$C({type:U});static \u0275inj=i.G2t({providers:[m]})}return U})()},72576:(Ae,ee,l)=>{var i=l(27054).Buffer;function t(p,S,c){var T=p._cipher.encryptBlock(p._prev)[0]^S;return p._prev=i.concat([p._prev.slice(1),i.from([c?S:T])]),T}ee.encrypt=function(p,S,c){for(var e=S.length,T=i.allocUnsafe(e),g=-1;++g{"use strict";l.d(ee,{DW:()=>q,KT:()=>g,Ou:()=>M,b_:()=>c,gN:()=>j,jZ:()=>p,oR:()=>d,os:()=>K,p3:()=>S,rN:()=>U,ru:()=>T});var i=l(59640);const t=(0,i.UX)("ecl"),p=(0,i.Mz)(t,G=>({pageSettings:G.pageSettings,apiCallStatus:G.apisCallStatus.FetchPageSettings})),S=(0,i.Mz)(t,G=>G.information),c=(0,i.Mz)(t,G=>({information:G.information,apiCallStatus:G.apisCallStatus.FetchInfo})),T=((0,i.Mz)(t,G=>G.apisCallStatus.FetchInfo),(0,i.Mz)(t,G=>G.apisCallStatus)),g=(0,i.Mz)(t,G=>({payments:G.payments,apiCallStatus:G.apisCallStatus.FetchPayments})),d=(0,i.Mz)(t,G=>({fees:G.fees,apiCallStatus:G.apisCallStatus.FetchFees})),M=((0,i.Mz)(t,G=>({activeChannels:G.activeChannels,apiCallStatus:G.apisCallStatus.FetchChannels})),(0,i.Mz)(t,G=>({pendingChannels:G.pendingChannels,apiCallStatus:G.apisCallStatus.FetchChannels})),(0,i.Mz)(t,G=>({inactiveChannels:G.inactiveChannels,apiCallStatus:G.apisCallStatus.FetchChannels})),(0,i.Mz)(t,G=>({activeChannels:G.activeChannels,pendingChannels:G.pendingChannels,inactiveChannels:G.inactiveChannels,lightningBalance:G.lightningBalance,channelsStatus:G.channelsStatus,apiCallStatus:G.apisCallStatus.FetchChannels}))),j=(0,i.Mz)(t,G=>({transactions:G.transactions,apiCallStatus:G.apisCallStatus.FetchTransactions})),U=(0,i.Mz)(t,G=>({invoices:G.invoices,apiCallStatus:G.apisCallStatus.FetchInvoices})),K=(0,i.Mz)(t,G=>({peers:G.peers,apiCallStatus:G.apisCallStatus.FetchPeers})),q=(0,i.Mz)(t,G=>({onchainBalance:G.onchainBalance,apiCallStatus:G.apisCallStatus.FetchOnchainBalance}))},72836:Ae=>{Ae.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},73557:(Ae,ee,l)=>{"use strict";l.d(ee,{w:()=>S});var i=l(39974),t=l(54360),p=l(85343);function S(){return(0,i.N)((c,e)=>{c.subscribe((0,t._)(e,p.l))})}},73664:(Ae,ee,l)=>{"use strict";l.d(ee,{$C:()=>Of,$Ln:()=>dg,AVh:()=>qp,Ab1:()=>Vc,Agw:()=>Qn,Avn:()=>em,B1s:()=>mc,BIS:()=>Ca,BMQ:()=>dp,C4Q:()=>Dd,C5r:()=>f_,C6U:()=>m8,C7A:()=>O,Co$:()=>V1,DH7:()=>lm,DNE:()=>S3,DUP:()=>bc,DkB:()=>kp,Dyx:()=>bp,E5c:()=>h6,EFF:()=>k8,EJ8:()=>$0,FsC:()=>Pf,FuF:()=>Af,G5x:()=>l0,GBs:()=>u8,H1s:()=>mg,HbH:()=>e6,Hgh:()=>wp,JRh:()=>d6,Jt5:()=>Ip,Jv_:()=>Z8,KED:()=>Lv,LHq:()=>s4,Lme:()=>u6,NAR:()=>c8,NCX:()=>Td,NOj:()=>yc,NSC:()=>Qu,NYb:()=>N3,NyB:()=>p8,OA$:()=>k,OR8:()=>rd,Ocv:()=>qv,Ol2:()=>H1,PLl:()=>Pn,PYC:()=>hn,PYt:()=>z1,PeT:()=>T3,QTQ:()=>pf,Ql9:()=>Yv,R50:()=>m6,R7$:()=>S2,RPW:()=>To,RV6:()=>Fg,SKi:()=>Ha,SdG:()=>d8,SdI:()=>P_,SpI:()=>om,TFI:()=>z3,Ts$:()=>B_,UQu:()=>Kv,V5L:()=>A6,VBU:()=>g3,VeQ:()=>tr,VkB:()=>W8,Vt3:()=>v3,VwU:()=>Gp,VzW:()=>m3,WPN:()=>In,XpG:()=>o8,Xx1:()=>K,Y8G:()=>Cp,YEm:()=>Ui,Z7z:()=>yp,Zhj:()=>V6,_9s:()=>Tu,_9u:()=>Ii,_jY:()=>Cs,_qm:()=>Fn,_ys:()=>H2,a8H:()=>xc,aCM:()=>zs,aKT:()=>Ci,ai1:()=>X8,bIt:()=>Hp,bMT:()=>c_,bVm:()=>u2,bc$:()=>Un,bkB:()=>Sl,brH:()=>u_,c1b:()=>Fd,cDI:()=>v,cZr:()=>L6,cdK:()=>hg,cf$:()=>c0,czy:()=>s1,d80:()=>O_,dOL:()=>$m,e6s:()=>u7,eHC:()=>F1,eq3:()=>e_,eu8:()=>Sp,eux:()=>Z3,fX1:()=>Rg,gXe:()=>Bs,giA:()=>ug,gil:()=>Fl,hnC:()=>n3,i5U:()=>d_,iLQ:()=>qm,iWE:()=>El,j41:()=>Zf,jOp:()=>cp,k0s:()=>Jf,kBR:()=>Lp,kS0:()=>Ve,kdw:()=>G,lJ4:()=>x6,lJT:()=>ep,l_i:()=>t_,lsd:()=>f8,mGM:()=>h8,mNQ:()=>j8,mU9:()=>Df,mal:()=>d0,mxI:()=>p6,n$t:()=>fd,nI1:()=>l_,nI4:()=>_4,nM4:()=>Rm,nVh:()=>_p,npT:()=>Qa,nrm:()=>Ep,o8S:()=>B3,ozJ:()=>ie,p2i:()=>dd,phd:()=>n5,pl0:()=>a5,qex:()=>q3,rAh:()=>Rl,rOR:()=>zt,rXU:()=>lc,rj2:()=>$3,sFG:()=>W4,sMw:()=>i_,sZ2:()=>tn,sdS:()=>g8,sgu:()=>Uc,tSv:()=>ns,tvf:()=>Gs,uiO:()=>$,utN:()=>Bt,vDg:()=>$t,vxM:()=>kg,w6W:()=>Es,wEZ:()=>Wp,wni:()=>am,wr$:()=>Yt,xGo:()=>zn,xc7:()=>Jp,xe9:()=>k6,yLl:()=>Jm,y_5:()=>U,ypd:()=>pg,ziy:()=>V2,zoo:()=>U2});var i=l(10467),t=l(2615),p=l(48440),S=l(21413),c=l(18359),e=l(96354);function T(a){return{toString:a}.toString()}const g="__annotations__",d="__parameters__",w="__prop__metadata__";function m(a,s,u,C,R){return T(()=>{const X=P(s);function ne(...xe){if(this instanceof ne)return X.call(this,...xe),this;const Se=new ne(...xe);return function(xt){return R&&R(xt,...xe),(xt.hasOwnProperty(g)?xt[g]:Object.defineProperty(xt,g,{value:[]})[g]).push(Se),xt}}return u&&(ne.prototype=Object.create(u.prototype)),ne.prototype.ngMetadataName=a,ne.annotationCls=ne,ne})}function P(a){return function(...u){if(a){const C=a(...u);for(const R in C)this[R]=C[R]}}}function M(a,s,u){return T(()=>{const C=P(s);function R(...X){if(this instanceof R)return C.apply(this,X),this;const ne=new R(...X);return xe.annotation=ne,xe;function xe(Se,at,xt){const qt=Se.hasOwnProperty(d)?Se[d]:Object.defineProperty(Se,d,{value:[]})[d];for(;qt.length<=xt;)qt.push(null);return(qt[xt]=qt[xt]||[]).push(ne),Se}}return R.prototype.ngMetadataName=a,R.annotationCls=R,R})}const U=(0,t.z6V)(M("Inject",a=>({token:a})),-1),K=(0,t.z6V)(M("Optional"),8),q=(0,t.z6V)(M("Self"),2),G=(0,t.z6V)(M("SkipSelf"),4),Q=(0,t.z6V)(M("Host"),1);function $(a){const s=t.laP.ng;if(s&&s.\u0275compilerFacade)return s.\u0275compilerFacade;throw new Error("JIT compiler unavailable")}const ae={\u0275\u0275defineInjectable:t.jDH,\u0275\u0275defineInjector:t.G2t,\u0275\u0275inject:t.KVO,\u0275\u0275invalidFactoryDep:t.dmw,resolveForwardRef:t.nl4},ue=Function;function oe(a){return"function"==typeof a}const he=/^function\s+\S+\(\)\s*{[\s\S]+\.apply\(this,\s*(arguments|(?:[^()]+\(\[\],)?[^()]+\(arguments\).*)\)/,me=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{/,Te=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(/,D=/^class\s+[A-Za-z\d$_]*\s*extends\s+[^{]+{[\s\S]*constructor\s*\(\)\s*{[^}]*super\(\.\.\.arguments\)/;class o{_reflect;constructor(s){this._reflect=s||t.laP.Reflect}factory(s){return(...u)=>new s(...u)}_zipTypesAndAnnotations(s,u){let C;C=(0,t.WfI)(typeof s>"u"?u.length:s.length);for(let R=0;R"u"?[]:s[R]&&s[R]!=Object?[s[R]]:[],u&&null!=u[R]&&(C[R]=C[R].concat(u[R]));return C}_ownParameters(s,u){if(function n(a){return he.test(a)||D.test(a)||me.test(a)&&!Te.test(a)}(s.toString()))return null;if(s.parameters&&s.parameters!==u.parameters)return s.parameters;const R=s.ctorParameters;if(R&&R!==u.ctorParameters){const xe="function"==typeof R?R():R,Se=xe.map(xt=>xt&&xt.type),at=xe.map(xt=>xt&&f(xt.decorators));return this._zipTypesAndAnnotations(Se,at)}const X=s.hasOwnProperty(d)&&s[d],ne=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",s);return ne||X?this._zipTypesAndAnnotations(ne,X):(0,t.WfI)(s.length)}parameters(s){if(!oe(s))return[];const u=h(s);let C=this._ownParameters(s,u);return!C&&u!==Object&&(C=this.parameters(u)),C||[]}_ownAnnotations(s,u){if(s.annotations&&s.annotations!==u.annotations){let C=s.annotations;return"function"==typeof C&&C.annotations&&(C=C.annotations),C}return s.decorators&&s.decorators!==u.decorators?f(s.decorators):s.hasOwnProperty(g)?s[g]:null}annotations(s){if(!oe(s))return[];const u=h(s),C=this._ownAnnotations(s,u)||[];return(u!==Object?this.annotations(u):[]).concat(C)}_ownPropMetadata(s,u){if(s.propMetadata&&s.propMetadata!==u.propMetadata){let C=s.propMetadata;return"function"==typeof C&&C.propMetadata&&(C=C.propMetadata),C}if(s.propDecorators&&s.propDecorators!==u.propDecorators){const C=s.propDecorators,R={};return Object.keys(C).forEach(X=>{R[X]=f(C[X])}),R}return s.hasOwnProperty(w)?s[w]:null}propMetadata(s){if(!oe(s))return{};const u=h(s),C={};if(u!==Object){const X=this.propMetadata(u);Object.keys(X).forEach(ne=>{C[ne]=X[ne]})}const R=this._ownPropMetadata(s,u);return R&&Object.keys(R).forEach(X=>{const ne=[];C.hasOwnProperty(X)&&ne.push(...C[X]),ne.push(...R[X]),C[X]=ne}),C}ownPropMetadata(s){return oe(s)&&this._ownPropMetadata(s,h(s))||{}}hasLifecycleHook(s,u){return s instanceof ue&&u in s.prototype}}function f(a){return a?a.map(s=>new(0,s.type.annotationCls)(...s.args?s.args:[])):[]}function h(a){const s=a.prototype?Object.getPrototypeOf(a.prototype):null;return(s?s.constructor:null)||Object}class b{previousValue;currentValue;firstChange;constructor(s,u,C){this.previousValue=s,this.currentValue=u,this.firstChange=C}isFirstChange(){return this.firstChange}}function A(a,s,u,C){null!==s?s.applyValueToInputSignal(s,C):a[u]=C}const k=(()=>{const a=()=>x;return a.ngInherit=!0,a})();function x(a){return a.type.prototype.ngOnChanges&&(a.setInput=_),r}function r(){const a=I(this),s=a?.current;if(s){const u=a.previous;if(u===t.MZA)a.previous=s;else for(let C in s)u[C]=s[C];a.current=null,this.ngOnChanges(s)}}function _(a,s,u,C,R){const X=this.declaredInputs[C],ne=I(a)||function B(a,s){return a[W]=s}(a,{previous:t.MZA,current:null}),xe=ne.current||(ne.current={}),Se=ne.previous,at=Se[X];xe[X]=new b(at&&at.currentValue,u,Se===t.MZA),A(a,s,R,u)}const W="__ngSimpleChanges__";function I(a){return a[W]||null}const re=[],_e=function(a,s=null,u){for(let C=0;C=C)break}else s[Se]<0&&(a[t.wVl]+=65536),(xe>14>16&&(3&a[t.Wg1])===s&&(a[t.Wg1]+=16384,Ee(xe,X)):Ee(xe,X)}const nt=-1;class Ct{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(s,u,C,R){this.factory=s,this.name=R,this.canSeeViewProviders=u,this.injectImpl=C}}function lt(a){return null!=a&&"object"==typeof a&&(null===a.insertBeforeIndex||"number"==typeof a.insertBeforeIndex||Array.isArray(a.insertBeforeIndex))}function J(a){return 3===a||4===a||6===a}function fe(a){return 64===a.charCodeAt(0)}function Ie(a,s){if(null!==s&&0!==s.length)if(null===a||0===a.length)a=s.slice();else{let u=-1;for(let C=0;Cs){ne=X-1;break}}}for(;X>16}(a),C=s;for(;u>0;)C=C[t.X5O],u--;return C}let Rt=!0;function le(a){const s=Rt;return Rt=a,s}const ce=255,se=5;let ke=0;const Ue={};function Kt(a,s){const u=Vt(a,s);if(-1!==u)return u;const C=s[t.eDl];C.firstCreatePass&&(a.injectorIndex=s.length,yt(C.data,a),yt(s,null),yt(C.blueprint,null));const R=Zt(a,s),X=a.injectorIndex;if(li(R)){const ne=Qt(R),xe=kt(R,s),Se=xe[t.eDl].data;for(let at=0;at<8;at++)s[X+at]=xe[ne+at]|Se[ne+at]}return s[X+8]=R,X}function yt(a,s){a.push(0,0,0,0,0,0,0,0,s)}function Vt(a,s){return-1===a.injectorIndex||a.parent&&a.parent.injectorIndex===a.injectorIndex||null===s[a.injectorIndex+8]?-1:a.injectorIndex}function Zt(a,s){if(a.parent&&-1!==a.parent.injectorIndex)return a.parent.injectorIndex;let u=0,C=null,R=s;for(;null!==R;){if(C=Ze(R),null===C)return nt;if(u++,R=R[t.X5O],-1!==C.injectorIndex)return C.injectorIndex|u<<16}return nt}function ti(a,s,u){!function Ne(a,s,u){let C;"string"==typeof u?C=u.charCodeAt(0)||0:u.hasOwnProperty(t.p9y)&&(C=u[t.p9y]),null==C&&(C=u[t.p9y]=ke++);const R=C&ce;s.data[a+(R>>se)]|=1<=0?s&ce:dn:s}(u);if("function"==typeof X){if(!(0,t.ihb)(s,a,C))return 1&C?Nt(R,u,C):Et(s,u,C,R);try{let ne;if(ne=X(C),null!=ne||8&C)return ne;(0,t.$Hz)(u)}finally{(0,t.niQ)()}}else if("number"==typeof X){let ne=null,xe=Vt(a,s),Se=nt,at=1&C?s[t.b5C][t.qlT]:null;for((-1===xe||4&C)&&(Se=-1===xe?Zt(a,s):s[xe+8],Se!==nt&&oi(C,!1)?(ne=s[t.eDl],xe=Qt(Se),s=kt(Se,s)):xe=-1);-1!==xe;){const xt=s[t.eDl];if(Hi(X,xe,xt.data)){const qt=$e(xe,s,u,ne,C,at);if(qt!==Ue)return qt}Se=s[xe+8],Se!==nt&&oi(C,s[t.eDl].data[xe+8]===at)&&Hi(X,xe,s)?(ne=xt,xe=Qt(Se),s=kt(Se,s)):xe=-1}}return R}function $e(a,s,u,C,R,X){const ne=s[t.eDl],xe=ne.data[a+8],xt=tt(xe,ne,u,null==C?(0,t.Qs1)(xe)&&Rt:C!=ne&&!!(3&xe.type),1&R&&X===xe);return null!==xt?ei(s,ne,xt,xe,R):Ue}function tt(a,s,u,C,R){const X=a.providerIndexes,ne=s.data,xe=1048575&X,Se=a.directiveStart,xt=X>>20,yi=R?xe+xt:a.directiveEnd;for(let bi=C?xe:xe+xt;bi=Se&&Xi.type===u)return bi}if(R){const bi=ne[Se];if(bi&&(0,t.JlV)(bi)&&bi.type===u)return Se}return null}function ei(a,s,u,C,R){let X=a[u];const ne=s.data;if(X instanceof Ct){const xe=X;if(xe.resolving){const bi=(0,t.PP7)(ne[u]);throw(0,t.PQT)(bi)}const Se=le(xe.canSeeViewProviders);xe.resolving=!0;const qt=xe.injectImpl?(0,t.a2B)(xe.injectImpl):null;(0,t.ihb)(a,C,0);try{X=a[u]=xe.factory(void 0,R,ne,a,C),s.firstCreatePass&&u>=C.directiveStart&&function ye(a,s,u){const{ngOnChanges:C,ngOnInit:R,ngDoCheck:X}=s.type.prototype;if(C){const ne=x(s);(u.preOrderHooks??=[]).push(a,ne),(u.preOrderCheckHooks??=[]).push(a,ne)}R&&(u.preOrderHooks??=[]).push(0-a,R),X&&((u.preOrderHooks??=[]).push(a,X),(u.preOrderCheckHooks??=[]).push(a,X))}(u,ne[u],s)}finally{null!==qt&&(0,t.a2B)(qt),le(Se),xe.resolving=!1,(0,t.niQ)()}}return X}function Hi(a,s,u){return!!(u[s+(a>>se)]&1<{const s=a.prototype.constructor,u=s[t.zSs]||It(s),C=Object.prototype;let R=Object.getPrototypeOf(a.prototype).constructor;for(;R&&R!==C;){const X=R[t.zSs]||It(R);if(X&&X!==u)return X;R=Object.getPrototypeOf(R)}return X=>new X})}function It(a){return(0,t.Jzi)(a)?()=>{const s=It((0,t.nl4)(a));return s&&s()}:(0,t.wGu)(a)}function Ze(a){const s=a[t.eDl],u=s.type;return 2===u?s.declTNode:1===u?a[t.qlT]:null}function Ve(a){return function Ye(a,s){if("class"===s)return a.classes;if("style"===s)return a.styles;const u=a.attrs;if(u){const C=u.length;let R=0;for(;R({attributeName:a,__NG_ELEMENT_ID__:()=>Ve(a)}));let it=null;function ut(a){return jt(function bt(){return it=it||new o}().parameters(a))}function jt(a){return a.map(s=>function ai(a){const s={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(a)&&a.length>0)for(let u=0;ufunction pi(a,s){let u=null,C=null;a.hasOwnProperty(t.yAH)||Object.defineProperty(a,t.yAH,{get:()=>(null===u&&(u=$().compileInjectable(ae,`ng:///${a.name}/\u0275prov.js`,function An(a,s){const u=s||{providedIn:null},C={name:a.name,type:a,typeArgumentCount:0,providedIn:u.providedIn};return(Ki(u)||Dn(u))&&void 0!==u.deps&&(C.deps=jt(u.deps)),Ki(u)?C.useClass=u.useClass:function Ji(a){return ki in a}(u)?C.useValue=u.useValue:Dn(u)?C.useFactory=u.useFactory:function En(a){return void 0!==a.useExisting}(u)&&(C.useExisting=u.useExisting),C}(a,s))),u)}),a.hasOwnProperty(t.zSs)||Object.defineProperty(a,t.zSs,{get:()=>{if(null===C){const R=$();C=R.compileFactory(ae,`ng:///${a.name}/\u0275fac.js`,{name:a.name,type:a,typeArgumentCount:0,deps:ut(a),target:R.FactoryTarget.Injectable})}return C},configurable:!0})}(a,s));function xi(){return Gi((0,t.Mx4)(),(0,t.OAn)())}function Gi(a,s){return new Ci((0,t.d31)(a,s))}let Ci=(()=>class a{nativeElement;constructor(u){this.nativeElement=u}static __NG_ELEMENT_ID__=xi})();function Ai(a){return a instanceof Ci?a.nativeElement:a}function Yi(){return this._results[Symbol.iterator]()}class zt{_emitDistinctChangesOnly;dirty=!0;_onDirty=void 0;_results=[];_changesDetected=!1;_changes=void 0;length=0;first=void 0;last=void 0;get changes(){return this._changes??=new S.B}constructor(s=!1){this._emitDistinctChangesOnly=s}get(s){return this._results[s]}map(s){return this._results.map(s)}filter(s){return this._results.filter(s)}find(s){return this._results.find(s)}reduce(s,u){return this._results.reduce(s,u)}forEach(s){this._results.forEach(s)}some(s){return this._results.some(s)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(s,u){this.dirty=!1;const C=(0,t.Bqz)(s);(this._changesDetected=!(0,t.ng7)(this._results,C,u))&&(this._results=C,this.length=C.length,this.last=C[this.length-1],this.first=C[0])}notifyOnChanges(){void 0!==this._changes&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.next(this)}onDirty(s){this._onDirty=s}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){void 0!==this._changes&&(this._changes.complete(),this._changes.unsubscribe())}[Symbol.iterator]=Yi}function ni(a){return!(128&~a.flags)}var ca=function(a){return a[a.OnPush=0]="OnPush",a[a.Default=1]="Default",a}(ca||{});const an=new Map;let mn=0;function Mi(a){an.delete(a[t.ID])}const Ft="__ngContext__";function gi(a,s){(0,t.q$2)(s)?(a[Ft]=s[t.ID],function mr(a){an.set(a[t.ID],a)}(s)):a[Ft]=s}function Ta(a){return ja(a[t.EJG])}function wr(a){return ja(a[t.K29])}function ja(a){for(;null!==a&&!(0,t.A0l)(a);)a=a[t.K29];return a}let ii;function Ii(a){ii=a}function Ui(){if(void 0!==ii)return ii;if(typeof document<"u")return document;throw new t.buA(210,!1)}const tn=new t.nKC("",{providedIn:"root",factory:()=>yn}),yn="ng",Pn=new t.nKC(""),Qn=new t.nKC("",{providedIn:"platform",factory:()=>"unknown"}),Un=new t.nKC(""),Ca=new t.nKC("",{providedIn:"root",factory:()=>Ui().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),Aa={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},tr=new t.nKC("",{providedIn:"root",factory:()=>Aa});function Xa(){const a=new za;return a.store=function vr(a,s){const u=a.getElementById(s+"-state");if(u?.textContent)try{return JSON.parse(u.textContent)}catch(C){console.warn("Exception while restoring TransferState for app "+s,C)}return{}}(Ui(),(0,t.WQX)(tn)),a}let za=(()=>{class a{static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:Xa});store={};onSerializeCallbacks={};get(u,C){return void 0!==this.store[u]?this.store[u]:C}set(u,C){this.store[u]=C}remove(u){delete this.store[u]}hasKey(u){return this.store.hasOwnProperty(u)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(u,C){this.onSerializeCallbacks[u]=C}toJson(){for(const u in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(u))try{this.store[u]=this.onSerializeCallbacks[u]()}catch(C){console.warn("Exception in onSerialize callback: ",C)}return JSON.stringify(this.store).replace(/!1}),Ts=new t.nKC(""),Gs=new t.nKC(""),Oo={passive:!0,capture:!0},Ds=new WeakMap,ro=new WeakMap,As=new WeakMap,Os=["click","keydown"],Po=["mouseenter","mouseover","focusin"];let Ps=null,vo=0;class Sr{callbacks=new Set;listener=()=>{for(const s of this.callbacks)s()}}function Ua(a,s){let u=ro.get(a);if(!u){u=new Sr,ro.set(a,u);for(const C of Os)a.addEventListener(C,u.listener,Oo)}return u.callbacks.add(s),()=>{const{callbacks:C,listener:R}=u;if(C.delete(s),0===C.size){ro.delete(a);for(const X of Os)a.removeEventListener(X,R,Oo)}}}function qi(a,s){let u=Ds.get(a);if(!u){u=new Sr,Ds.set(a,u);for(const C of Po)a.addEventListener(C,u.listener,Oo)}return u.callbacks.add(s),()=>{const{callbacks:C,listener:R}=u;if(C.delete(s),0===C.size){for(const X of Po)a.removeEventListener(X,R,Oo);Ds.delete(a)}}}let qo=(a,s,u,C)=>{};const Rr=new t.nKC("");function fl(a){return!(32&~a.flags)}let Bo=()=>null;function ml(a,s,u=!1){return Bo(a,s,u)}function pl(a){let s=a._lView;return 2===s[t.eDl].type?null:((0,t.EFk)(s)&&(s=s[t.Yw1]),s)}function Ho(a){return a.get(Ts,!1,{optional:!0})}function Kl(a,s){const u=a.contentQueries;if(null!==u){const C=(0,p.Ht)(null);try{for(let R=0;Ra,createScript:a=>a,createScriptURL:a=>a})}catch{}return Mo}function Eo(a){return tl()?.createHTML(a)||a}function nl(){if(void 0===il&&(il=null,t.laP.trustedTypes))try{il=t.laP.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:a=>a,createScript:a=>a,createScriptURL:a=>a})}catch{}return il}function Cl(a){return nl()?.createHTML(a)||a}function ho(a){return nl()?.createScript(a)||a}function al(a){return nl()?.createScriptURL(a)||a}class wo{changingThisBreaksApplicationSecurity;constructor(s){this.changingThisBreaksApplicationSecurity=s}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${t.ok8})`}}class Vr extends wo{getTypeName(){return"HTML"}}class Zr extends wo{getTypeName(){return"Style"}}class hc extends wo{getTypeName(){return"Script"}}class fc extends wo{getTypeName(){return"URL"}}class Ml extends wo{getTypeName(){return"ResourceURL"}}function zs(a){return a instanceof wo?a.changingThisBreaksApplicationSecurity:a}function El(a,s){const u=function So(a){return a instanceof wo&&a.getTypeName()||null}(a);if(null!=u&&u!==s){if("ResourceURL"===u&&"URL"===s)return!0;throw new Error(`Required a safe ${s}, got a ${u} (see ${t.ok8})`)}return u===s}function hn(a){return new Vr(a)}function Rl(a){return new Zr(a)}function dd(a){return new hc(a)}function mc(a){return new fc(a)}function To(a){return new Ml(a)}function Ol(a){const s=new Pl(a);return function Yl(){try{return!!(new window.DOMParser).parseFromString(Eo(""),"text/html")}catch{return!1}}()?new pc(s):s}class pc{inertDocumentHelper;constructor(s){this.inertDocumentHelper=s}getInertBodyElement(s){s=""+s;try{const u=(new window.DOMParser).parseFromString(Eo(s),"text/html").body;return null===u?this.inertDocumentHelper.getInertBodyElement(s):(u.firstChild?.remove(),u)}catch{return null}}}class Pl{defaultDoc;inertDocument;constructor(s){this.defaultDoc=s,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(s){const u=this.inertDocument.createElement("template");return u.innerHTML=Eo(s),u}}const Ql=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Fl(a){return(a=String(a)).match(Ql)?a:"unsafe:"+a}function Zs(a){const s={};for(const u of a.split(","))s[u]=!0;return s}function wl(...a){const s={};for(const u of a)for(const C in u)u.hasOwnProperty(C)&&(s[C]=!0);return s}const ud=Zs("area,br,col,hr,img,wbr"),gc=Zs("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),rl=Zs("rp,rt"),Va=wl(ud,wl(gc,Zs("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),wl(rl,Zs("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),wl(rl,gc)),Tr=Zs("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),Dr=wl(Tr,Zs("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Zs("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),$l=Zs("script,style,template");class _c{sanitizedSomething=!1;buf=[];sanitizeChildren(s){let u=s.firstChild,C=!0,R=[];for(;u;)if(u.nodeType===Node.ELEMENT_NODE?C=this.startElement(u):u.nodeType===Node.TEXT_NODE?this.chars(u.nodeValue):this.sanitizedSomething=!0,C&&u.firstChild)R.push(u),u=Nn(u);else for(;u;){u.nodeType===Node.ELEMENT_NODE&&this.endElement(u);let X=is(u);if(X){u=X;break}u=R.pop()}return this.buf.join("")}startElement(s){const u=ir(s).toLowerCase();if(!Va.hasOwnProperty(u))return this.sanitizedSomething=!0,!$l.hasOwnProperty(u);this.buf.push("<"),this.buf.push(u);const C=s.attributes;for(let R=0;R"),!0}endElement(s){const u=ir(s).toLowerCase();Va.hasOwnProperty(u)&&!ud.hasOwnProperty(u)&&(this.buf.push(""))}chars(s){this.buf.push(De(s))}}function is(a){const s=a.nextSibling;if(s&&a!==s.previousSibling)throw cn(s);return s}function Nn(a){const s=a.firstChild;if(s&&function Do(a,s){return(a.compareDocumentPosition(s)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}(a,s))throw cn(s);return s}function ir(a){const s=a.nodeName;return"string"==typeof s?s:"FORM"}function cn(a){return new Error(`Failed to sanitize html because the element is clobbered: ${a.outerHTML}`)}const Hr=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ra=/([^\#-~ |!])/g;function De(a){return a.replace(/&/g,"&").replace(Hr,function(s){return"&#"+(1024*(s.charCodeAt(0)-55296)+(s.charCodeAt(1)-56320)+65536)+";"}).replace(ra,function(s){return"&#"+s.charCodeAt(0)+";"}).replace(//g,">")}let pt;function Yt(a,s){let u=null;try{pt=pt||Ol(a);let C=s?String(s):"";u=pt.getInertBodyElement(C);let R=5,X=C;do{if(0===R)throw new Error("Failed to sanitize html because the input is unstable");R--,C=X,X=u.innerHTML,u=pt.getInertBodyElement(C)}while(C!==X);return Eo((new _c).sanitizeChildren(Pi(u)||u))}finally{if(u){const C=Pi(u)||u;for(;C.firstChild;)C.firstChild.remove()}}}function Pi(a){return"content"in a&&function rn(a){return a.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===a.nodeName}(a)?a.content:null}var In=function(a){return a[a.NONE=0]="NONE",a[a.HTML=1]="HTML",a[a.STYLE=2]="STYLE",a[a.SCRIPT=3]="SCRIPT",a[a.URL=4]="URL",a[a.RESOURCE_URL=5]="RESOURCE_URL",a}(In||{});function Qa(a){const s=Nl();return s?Cl(s.sanitize(In.HTML,a)||""):El(a,"HTML")?Cl(zs(a)):Yt(Ui(),(0,t.eFE)(a))}function $a(a){const s=Nl();return s?s.sanitize(In.URL,a)||"":El(a,"URL")?zs(a):Fl((0,t.eFE)(a))}function Za(a){const s=Nl();if(s)return al(s.sanitize(In.RESOURCE_URL,a)||"");if(El(a,"ResourceURL"))return al(zs(a));throw new t.buA(904,!1)}function fd(a,s,u){return function Xo(a,s){return"src"===s&&("embed"===a||"frame"===a||"iframe"===a||"media"===a||"script"===a)||"href"===s&&("base"===a||"link"===a)?Za:$a}(s,u)(a)}function Nl(){const a=(0,t.OAn)();return a&&a[t.M0L].sanitizer}const _2=/^>|^->||--!>|)/g;function ns(a){return a.ownerDocument.defaultView}function ps(a){return a instanceof Function?a():a}function yc(a){if(!(0,t.xUg)(a))throw new t.buA(906,`The ${(0,t.PP7)(a)} is not an Angular component, make sure it has the \`@Component\` decorator.`)}function M2(a,s,u){let C=a.length;for(;;){const R=a.indexOf(s,u);if(-1===R)return R;if(0===R||a.charCodeAt(R-1)<=32){const X=s.length;if(R+X===C||a.charCodeAt(R+X)<=32)return R}u=R+1}}const $1="ng-template";function p4(a,s,u,C){let R=0;if(C){for(;R-1){let X;for(;++RX?"":R[xt+1].toLowerCase(),2&C&&at!==qt){if(Ao(C))return!1;ne=!0}}}}else{if(!ne&&!Ao(C)&&!Ao(Se))return!1;if(ne&&Ao(Se))continue;ne=!1,C=Se|1&C}}return Ao(C)||ne}function Ao(a){return!(1&a)}function md(a,s,u,C){if(null===s)return-1;let R=0;if(C||!u){let X=!1;for(;R-1)for(u++;u0?'="'+xe+'"':"")+"]"}else 8&C?R+="."+ne:4&C&&(R+=" "+ne);else""!==R&&!Ao(ne)&&(s+=Na(X,R),R=""),C=ne,X=X||!Ao(C);u++}return""!==R&&(s+=Na(X,R)),s}const qa={};function q1(a,s){return a.createText(s)}function E2(a,s,u){a.setValue(s,u)}function e0(a,s){return a.createComment(function sl(a){return a.replace(_2,s=>s.replace(Jd,"\u200b$1\u200b"))}(s))}function e1(a,s,u){return a.createElement(s,u)}function zl(a,s,u,C,R){a.insertBefore(s,u,C,R)}function _d(a,s,u){a.appendChild(s,u)}function Ir(a,s,u,C,R){null!==C?zl(a,s,u,C,R):_d(a,s,u)}function nr(a,s,u,C){a.removeChild(null,s,u,C)}function tc(a,s,u){const{mergedAttrs:C,classes:R,styles:X}=u;null!==C&&function Z(a,s,u){let C=0;for(;C-1?1:1e3;return parseFloat(a)*s}function Qc(a,s){return a.getPropertyValue(s).split(",").map(C=>C.trim())}function L2(a,s){return void 0!==a&&a.duration>s.duration}function I2(a){return(null!=a.animationName||null!=a.propertyName)&&a.duration>0}function r0(a,s,u){if(!u)return;const C=a.getAnimations();return 0===C.length?function ih(a,s){const u=getComputedStyle(a),C=function A2(a){const s=Qc(a,"animation-name"),u=Qc(a,"animation-delay"),C=Qc(a,"animation-duration"),R={animationName:"",propertyName:void 0,duration:0};for(let X=0;XR.duration&&(R.animationName=s[X],R.duration=ne)}return R}(u),R=function D2(a){const s=Qc(a,"transition-property"),u=Qc(a,"transition-duration"),C=Qc(a,"transition-delay"),R={propertyName:"",duration:0,animationName:void 0};for(let X=0;XR.duration&&(R.propertyName=s[X],R.duration=ne)}return R}(u),X=C.duration>R.duration?C:R;L2(s.get(a),X)||I2(X)&&s.set(a,X)}(a,s):function nh(a,s,u){let C={animationName:void 0,propertyName:void 0,duration:0};for(const R of u){const X=R.effect?.getTiming(),ne="number"==typeof X?.duration?X.duration:0;let Se,at,xe=(X?.delay??0)+ne;R.animationName?at=R.animationName:Se=R.transitionProperty,xe>=C.duration&&(C={animationName:at,propertyName:Se,duration:xe})}L2(s.get(a),C)||I2(C)&&s.set(a,C)}(a,s,C)}const bc=new Set;var s0=function(a){return a[a.CHANGE_DETECTION=0]="CHANGE_DETECTION",a[a.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",a}(s0||{});const xc=new t.nKC(""),k2=new Set;function Cs(a){k2.has(a)||(k2.add(a),performance?.mark?.("mark_feature_usage",{detail:{feature:a}}))}const R2=!1,Sl=class O2 extends S.B{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(s=!1){super(),this.__isAsync=s,(0,t.M6u)()&&(this.destroyRef=(0,t.WQX)(t.abz,{optional:!0})??void 0,this.pendingTasks=(0,t.WQX)(t.rev,{optional:!0})??void 0)}emit(s){const u=(0,p.Ht)(null);try{super.next(s)}finally{(0,p.Ht)(u)}}subscribe(s,u,C){let R=s,X=u||(()=>null),ne=C;if(s&&"object"==typeof s){const Se=s;R=Se.next?.bind(Se),X=Se.error?.bind(Se),ne=Se.complete?.bind(Se)}this.__isAsync&&(X=this.wrapInTimeout(X),R&&(R=this.wrapInTimeout(R)),ne&&(ne=this.wrapInTimeout(ne)));const xe=super.subscribe({next:R,error:X,complete:ne});return s instanceof c.yU&&s.add(xe),xe}wrapInTimeout(s){return u=>{const C=this.pendingTasks?.add();setTimeout(()=>{try{s(u)}finally{void 0!==C&&this.pendingTasks?.remove(C)}})}}};function P2(a){let s,u;function C(){a=t.lQ1;try{void 0!==u&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(u),void 0!==s&&clearTimeout(s)}catch{}}return s=setTimeout(()=>{a(),C()}),"function"==typeof requestAnimationFrame&&(u=requestAnimationFrame(()=>{a(),C()})),()=>C()}function F2(a){return queueMicrotask(()=>a()),()=>{a=t.lQ1}}const l1="isAngularZone",Cc=l1+"_ID";let Mc=0;class Ha{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new Sl(!1);onMicrotaskEmpty=new Sl(!1);onStable=new Sl(!1);onError=new Sl(!1);constructor(s){const{enableLongStackTrace:u=!1,shouldCoalesceEventChangeDetection:C=!1,shouldCoalesceRunChangeDetection:R=!1,scheduleInRootZone:X=R2}=s;if(typeof Zone>"u")throw new t.buA(908,!1);Zone.assertZonePatched();const ne=this;ne._nesting=0,ne._outer=ne._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(ne._inner=ne._inner.fork(new Zone.TaskTrackingZoneSpec)),u&&Zone.longStackTraceZoneSpec&&(ne._inner=ne._inner.fork(Zone.longStackTraceZoneSpec)),ne.shouldCoalesceEventChangeDetection=!R&&C,ne.shouldCoalesceRunChangeDetection=R,ne.callbackScheduled=!1,ne.scheduleInRootZone=X,function rh(a){const s=()=>{!function ah(a){function s(){P2(()=>{a.callbackScheduled=!1,o0(a),a.isCheckStableRunning=!0,$c(a),a.isCheckStableRunning=!1})}a.isCheckStableRunning||a.callbackScheduled||(a.callbackScheduled=!0,a.scheduleInRootZone?Zone.root.run(()=>{s()}):a._outer.run(()=>{s()}),o0(a))}(a)},u=Mc++;a._inner=a._inner.fork({name:"angular",properties:{[l1]:!0,[Cc]:u,[Cc+u]:!0},onInvokeTask:(C,R,X,ne,xe,Se)=>{if(function B2(a){return Ec(a,"__ignore_ng_zone__")}(Se))return C.invokeTask(X,ne,xe,Se);try{return bd(a),C.invokeTask(X,ne,xe,Se)}finally{(a.shouldCoalesceEventChangeDetection&&"eventTask"===ne.type||a.shouldCoalesceRunChangeDetection)&&s(),N2(a)}},onInvoke:(C,R,X,ne,xe,Se,at)=>{try{return bd(a),C.invoke(X,ne,xe,Se,at)}finally{a.shouldCoalesceRunChangeDetection&&!a.callbackScheduled&&!function z2(a){return Ec(a,"__scheduler_tick__")}(Se)&&s(),N2(a)}},onHasTask:(C,R,X,ne)=>{C.hasTask(X,ne),R===X&&("microTask"==ne.change?(a._hasPendingMicrotasks=ne.microTask,o0(a),$c(a)):"macroTask"==ne.change&&(a.hasPendingMacrotasks=ne.macroTask))},onHandleError:(C,R,X,ne)=>(C.handleError(X,ne),a.runOutsideAngular(()=>a.onError.emit(ne)),!1)})}(ne)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(l1)}static assertInAngularZone(){if(!Ha.isInAngularZone())throw new t.buA(909,!1)}static assertNotInAngularZone(){if(Ha.isInAngularZone())throw new t.buA(909,!1)}run(s,u,C){return this._inner.run(s,u,C)}runTask(s,u,C,R){const X=this._inner,ne=X.scheduleEventTask("NgZoneEvent: "+R,s,Ba,t.lQ1,t.lQ1);try{return X.runTask(ne,u,C)}finally{X.cancelTask(ne)}}runGuarded(s,u,C){return this._inner.runGuarded(s,u,C)}runOutsideAngular(s){return this._outer.run(s)}}const Ba={};function $c(a){if(0==a._nesting&&!a.hasPendingMicrotasks&&!a.isStable)try{a._nesting++,a.onMicrotaskEmpty.emit(null)}finally{if(a._nesting--,!a.hasPendingMicrotasks)try{a.runOutsideAngular(()=>a.onStable.emit(null))}finally{a.isStable=!0}}}function o0(a){a.hasPendingMicrotasks=!!(a._hasPendingMicrotasks||(a.shouldCoalesceEventChangeDetection||a.shouldCoalesceRunChangeDetection)&&!0===a.callbackScheduled)}function bd(a){a._nesting++,a.isStable&&(a.isStable=!1,a.onUnstable.emit(null))}function N2(a){a._nesting--,$c(a)}class c1{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new Sl;onMicrotaskEmpty=new Sl;onStable=new Sl;onError=new Sl;run(s,u,C){return s.apply(u,C)}runGuarded(s,u,C){return s.apply(u,C)}runOutsideAngular(s){return s()}runTask(s,u,C,R){return s.apply(u,C)}}function Ec(a,s){return!(!Array.isArray(a)||1!==a.length)&&!0===a[0]?.data?.[s]}function l0(a="zone.js",s){return"noop"===a?new c1:"zone.js"===a?new Ha(s):a}let c0=(()=>{class a{impl=null;execute(){this.impl?.execute()}static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:()=>new a})}return a})();const U2=[0,1,2,3];let V2=(()=>{class a{ngZone=(0,t.WQX)(Ha);scheduler=(0,t.WQX)(t.hk6);errorHandler=(0,t.WQX)(t.zcH,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){(0,t.WQX)(xc,{optional:!0})}execute(){const u=this.sequences.size>0;u&&_e(16),this.executing=!0;for(const C of U2)for(const R of this.sequences)if(!R.erroredOrDestroyed&&R.hooks[C])try{R.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>(0,R.hooks[C])(R.pipelinedValue),R.snapshot))}catch(X){R.erroredOrDestroyed=!0,this.errorHandler?.handleError(X)}this.executing=!1;for(const C of this.sequences)C.afterRun(),C.once&&(this.sequences.delete(C),C.destroy());for(const C of this.deferredRegistrations)this.sequences.add(C);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),u&&_e(17)}register(u){const{view:C}=u;void 0!==C?((C[t.JEi]??=[]).push(u),(0,t.blu)(C),C[t.Wg1]|=8192):this.executing?this.deferredRegistrations.add(u):this.addSequence(u)}addSequence(u){this.sequences.add(u),this.scheduler.notify(7)}unregister(u){this.executing&&this.sequences.has(u)?(u.erroredOrDestroyed=!0,u.pipelinedValue=void 0,u.once=!0):(this.sequences.delete(u),this.deferredRegistrations.delete(u))}maybeTrace(u,C){return C?C.run(s0.AFTER_NEXT_RENDER,u):u()}static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:()=>new a})}return a})();class H2{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(s,u,C,R,X,ne=null){this.impl=s,this.hooks=u,this.view=C,this.once=R,this.snapshot=ne,this.unregisterOnDestroy=X?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();const s=this.view?.[t.JEi];s&&(this.view[t.JEi]=s.filter(u=>u!==this))}}function d0(a,s){const u=s?.injector??(0,t.WQX)(t.zZn);return Cs("NgAfterNextRender"),W2(a,u,s,!0)}function W2(a,s,u,C){const R=s.get(c0);R.impl??=s.get(V2);const X=s.get(xc,null,{optional:!0}),ne=!0!==u?.manualCleanup?s.get(t.abz):null,xe=s.get(t.r4V,null,{optional:!0}),Se=new H2(R.impl,function j2(a){return a instanceof Function?[void 0,void 0,a,void 0]:[a.earlyRead,a.write,a.mixedReadWrite,a.read]}(a),xe?.view,C,ne,X?.snapshot(null));return R.impl.register(Se),Se}const _4={destroy(){}},d1=new t.nKC("",{providedIn:"root",factory:()=>({queue:new Set,isScheduled:!1,scheduler:null})});function u0(a,s,u){const C=a.get(d1);if(Array.isArray(s))for(const R of s)C.queue.add(R),u?.detachedLeaveAnimationFns?.push(R);else C.queue.add(s),u?.detachedLeaveAnimationFns?.push(s);C.scheduler&&C.scheduler(a)}function h0(a){const s=a.get(d1);s.isScheduled||(d0(()=>{s.isScheduled=!1;for(let u of s.queue)u();s.queue.clear()},{injector:a}),s.isScheduled=!0)}function u1(a){const s=a.get(d1);s.scheduler=h0,s.scheduler(a)}function h1(a,s){for(const[u,C]of s)u0(a,C.animateFns)}function wc(a,s,u,C){const R=a?.[t.Isx]?.enter;null!==s&&R&&R.has(u.index)&&h1(C,R)}function ic(a,s,u,C,R,X,ne,xe){if(null!=R){let Se,at=!1;(0,t.A0l)(R)?Se=R:(0,t.q$2)(R)&&(at=!0,R=R[t.jgP]);const xt=(0,t.IvY)(R);0===a&&null!==C?(wc(xe,C,X,u),null==ne?_d(s,C,xt):zl(s,C,xt,ne||null,!0)):1===a&&null!==C?(wc(xe,C,X,u),zl(s,C,xt,ne||null,!0)):2===a?lh(xe,X,u,qt=>{nr(s,xt,at,qt)}):3===a&&lh(xe,X,u,()=>{s.destroyNode(xt)}),null!=Se&&function g1(a,s,u,C,R,X,ne){const xe=C[t.s6P];xe!==(0,t.IvY)(C)&&ic(s,a,u,X,xe,R,ne);for(let at=t.Y20;at=0?C[xe]():C[-xe].unsubscribe(),ne+=2}else u[ne].call(C[u[ne+1]]);null!==C&&(s[t.VVG]=null);const R=s[t.Czx];if(null!==R){s[t.Czx]=null;for(let ne=0;ne{if(R.leave&&R.leave.has(s.index)){const ne=R.leave.get(s.index),xe=[];if(ne){for(let Se=0;Se{a[t.Isx].running=void 0,bc.delete(a),s(!0)}):s(!1)}(a,C)}else a&&bc.delete(a),C(!1)},R)}function xd(a,s,u){return f0(a,s.parent,u)}function f0(a,s,u){let C=s;for(;null!==C&&168&C.type;)C=(s=C).parent;if(null===C)return u[t.jgP];if((0,t.Qs1)(C)){const{encapsulation:R}=a.data[C.directiveStart+C.componentOffset];if(R===Bs.None||R===Bs.Emulated)return null}return(0,t.d31)(C,u)}function m0(a,s,u){return Tc(a,s,u)}function Sc(a,s,u){return 40&a.type?(0,t.d31)(a,u):null}let p1,Tc=Sc;function Cd(a,s){Tc=a,p1=s}function ac(a,s,u,C){const R=xd(a,C,s),X=s[t.GpT],xe=m0(C.parent||s[t.qlT],C,s);if(null!=R)if(Array.isArray(u))for(let Se=0;Set.Yw1&&T2(a,s,t.Yw1,!1),_e(ne?2:0,R,u),u(C,R)}finally{(0,t.ypq)(X),_e(ne?3:1,R,u)}}function Jc(a,s,u){(function v4(a,s,u){const C=u.directiveStart,R=u.directiveEnd;(0,t.Qs1)(u)&&function eh(a,s,u){const C=(0,t.d31)(s,a),R=t0(u),X=a[t.M0L].rendererFactory,ne=a1(a,n1(a,R,null,n0(u),C,s,null,X.createRenderer(C,u),null,null,null));a[s.index]=ne}(s,u,a.data[C+u.componentOffset]),a.firstCreatePass||Kt(u,s);const X=u.initialInputs;for(let ne=C;nenull;function y0(a,s,u,C,R,X){b1(a,s[t.eDl],s,u,C)?(0,t.Qs1)(a)&&oc(s,a.index):(3&a.type&&(u=function fh(a){return"class"===a?"className":"for"===a?"htmlFor":"formaction"===a?"formAction":"innerHtml"===a?"innerHTML":"readonly"===a?"readOnly":"tabindex"===a?"tabIndex":a}(u)),b0(a,s,u,C,R,X))}function b0(a,s,u,C,R,X){if(3&a.type){const ne=(0,t.d31)(a,s);C=null!=X?X(C,a.value||"",u):C,R.setProperty(ne,u,C)}}function oc(a,s){const u=(0,t.KdJ)(s,a);16&u[t.Wg1]||(u[t.Wg1]|=64)}function J2(a,s){null!==a.hostBindings&&a.hostBindings(1,s)}function y1(a,s){const u=a.directiveRegistry;let C=null;if(u)for(let R=0;R{(0,t.blu)(a.lView)},consumerOnSignalRead(){this.lView[t.Iaj]=this}},Sh={...p.pL,consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:a=>{let s=(0,t._0$)(a.lView);for(;s&&!E0(s[t.eDl]);)s=(0,t._0$)(s);s&&(0,t.HAh)(s)},consumerOnSignalRead(){this.lView[t.Iaj]=this}};function E0(a){return 2!==a.type}function w0(a){if(null===a[t.tQN])return;let s=!0;for(;s;){let u=!1;for(const C of a[t.tQN])C.dirty&&(u=!0,null===C.zone||Zone.current===C.zone?C.run():C.zone.run(()=>C.run()));s=u&&!!(8192&a[t.Wg1])}}function M1(a,s=0){const C=a[t.M0L].rendererFactory;C.begin?.();try{!function Th(a,s){const u=(0,t.yP_)();try{(0,t.cBl)(!0),T0(a,s);let C=0;for(;(0,t.dMS)(a);){if(100===C)throw new t.buA(103,!1);C++,T0(a,1)}}finally{(0,t.cBl)(u)}}(a,s)}finally{C.end?.()}}function nu(a,s,u,C){if((0,t.EPY)(s))return;const R=s[t.Wg1];(0,t.ID8)(s);let xe=!0,Se=null,at=null;E0(a)?(at=function xh(a){return a[t.Iaj]??function Ch(a){const s=C1.pop()??Object.create(Eh);return s.lView=a,s}(a)}(s),Se=(0,p.Bg)(at)):null===(0,p.nR)()?(xe=!1,at=function wh(a){const s=a[t.Iaj]??Object.create(Sh);return s.lView=a,s}(s),Se=(0,p.Bg)(at)):s[t.Iaj]&&((0,p.XR)(s[t.Iaj]),s[t.Iaj]=null);try{(0,t.HUe)(s),(0,t.Kw3)(a.bindingStartIndex),null!==u&&_0(a,s,u,2,C);const xt=!(3&~R);if(xt){const bi=a.preOrderCheckHooks;null!==bi&&Ke(s,bi,null)}else{const bi=a.preOrderHooks;null!==bi&&ge(s,bi,0,null),ve(s,0)}if(function Ah(a){for(let s=Ta(a);null!==s;s=wr(s)){if(!(2&s[t.Wg1]))continue;const u=s[t.nfM];for(let C=0;C0&&(u[R-1][t.K29]=s),C0&&(a[u-1][t.K29]=C[t.K29]);const X=(0,t.E6O)(a,t.Y20+s);f1(C[t.eDl],C);const ne=X[t.Ds7];null!==ne&&ne.detachView(X[t.eDl]),C[t.f7T]=null,C[t.K29]=null,C[t.Wg1]&=-129}return C}function L0(a,s){const u=a[t.nfM],C=s[t.f7T];((0,t.q$2)(C)||s[t.b5C]!==C[t.f7T][t.b5C])&&(a[t.Wg1]|=2),null===u?a[t.nfM]=[s]:u.push(s)}class Td{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){const s=this._lView,u=s[t.eDl];return wd(u,s,u.firstChild,[])}constructor(s,u){this._lView=s,this._cdRefInjectingView=u}get context(){return this._lView[t.SKP]}set context(s){this._lView[t.SKP]=s}get destroyed(){return(0,t.EPY)(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const s=this._lView[t.f7T];if((0,t.A0l)(s)){const u=s[t.bm_],C=u?u.indexOf(this):-1;C>-1&&(Sd(s,C),(0,t.E6O)(u,C))}this._attachedToViewContainer=!1}Zc(this._lView[t.eDl],this._lView)}onDestroy(s){(0,t.ik5)(this._lView,s)}markForCheck(){kc(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[t.Wg1]&=-129}reattach(){(0,t._gW)(this._lView),this._lView[t.Wg1]|=128}detectChanges(){this._lView[t.Wg1]|=1024,M1(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new t.buA(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const s=(0,t.EFk)(this._lView),u=this._lView[t.rQE];null!==u&&!s&&m1(u,this._lView),X2(this._lView[t.eDl],this._lView)}attachToAppRef(s){if(this._attachedToViewContainer)throw new t.buA(902,!1);this._appRef=s;const u=(0,t.EFk)(this._lView),C=this._lView[t.rQE];null!==C&&!u&&L0(C,this._lView),(0,t._gW)(this._lView)}}let Dd=(()=>class a{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=kh;constructor(u,C,R){this._declarationLView=u,this._declarationTContainer=C,this.elementRef=R}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(u,C){return this.createEmbeddedViewImpl(u,C)}createEmbeddedViewImpl(u,C,R){const X=td(this._declarationLView,this._declarationTContainer,u,{embeddedViewInjector:C,dehydratedView:R});return new Td(X)}})();function kh(){return Ad((0,t.Mx4)(),(0,t.OAn)())}function Ad(a,s){return 4&a.type?new Dd(s,a,Gi(a,s)):null}function du(a,s,u){const C=s.insertBeforeIndex,R=Array.isArray(C)?C[0]:C;return null===R?Sc(a,0,u):(0,t.IvY)(u[R])}function uu(a,s,u,C,R){const X=s.insertBeforeIndex;if(Array.isArray(X)){let ne=C,xe=null;if(3&s.type||(xe=ne,ne=R),null!==ne&&-1===s.componentOffset)for(let Se=1;Se1)for(let u=a.length-2;u>=0;u--){const C=a[u];hu(C)||jh(C,s)&&null===pm(C)&&Wh(C,s.index)}}function hu(a){return!(64&a.type)}function jh(a,s){return hu(s)||a.index>s.index}function pm(a){const s=a.insertBeforeIndex;return Array.isArray(s)?s[0]:s}function Wh(a,s){const u=a.insertBeforeIndex;Array.isArray(u)?u[0]=s:(Cd(du,uu),a.insertBeforeIndex=s)}function P0(a,s){const u=a.data[s];return null===u||"string"==typeof u?null:u.hasOwnProperty("currentCaseLViewIndex")?u:u.value}function Ms(a,s,u){const C=O0(a,u,64,null,null);return kd(s,C),C}function F0(a,s){const u=s[a.currentCaseLViewIndex];return null===u?u:u<0?~u:u}function N0(a){return a>>>17}function Xh(a){return(131070&a)>>>1}function mu(a,s,u){a.index=0;const C=F0(s,u);a.removes=null!==C?s.remove[C]:t.Mlv}function w1(a){if(a.index0?a.lView[s]:(a.stack.push(a.index,a.removes),mu(a,a.lView[t.eDl].data[~s],a.lView),w1(a))}return 0===a.stack.length?(a.lView=void 0,null):(a.removes=a.stack.pop(),a.index=a.stack.pop(),w1(a))}function Kh(){const a={stack:[],index:-1};return function s(u,C){for(a.lView=C;a.stack.length;)a.stack.pop();return mu(a,u.value,C),w1.bind(null,a)}}function rf(a,s,u){for(const C of u.node.cases[u.case]){const R=s.get(C.index-t.Yw1);R&&nr(a,R,!1)}}function Od(a){const s=a[t.qFA]??[],C=a[t.f7T][t.GpT],R=[];for(const X of s)void 0!==X.data[Li]?R.push(X):Eu(X,C);a[t.qFA]=R}function Mu(a){const{lContainer:s}=a,u=s[t.qFA];if(null===u)return;const R=s[t.f7T][t.GpT];for(const X of u)Eu(X,R)}function Eu(a,s){let u=0,C=a.firstChild;if(C){const R=a.data[Oa];for(;unull,lf=()=>null;function I1(a,s){return U0(a,s)}function wu(a,s,u){return lf(a,s,u)}let df=class{},uf=class{};class hf{resolveComponentFactory(s){throw new t.buA(917,!1)}}let k1=class{static NULL=new hf};class Tu{}let W4=(()=>class a{destroyNode=null;static __NG_ELEMENT_ID__=()=>function ff(){const a=(0,t.OAn)(),s=(0,t.Mx4)(),u=(0,t.KdJ)(s.index,a);return((0,t.q$2)(u)?u:a)[t.GpT]}()})(),R1=(()=>{class a{static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:()=>null})}return a})();function Du(a){return void 0!==a.ngModule}function rd(a){return!!(0,t.phH)(a)}function H0(a){return!!(0,t.oyA)(a)}function Au(a){return!!(0,t.HaV)(a)}function Pc(a){return!!(0,t.xUg)(a)}function X4(a,s){if((0,t.Jzi)(a)&&!(a=(0,t.nl4)(a)))throw new Error(`Expected forwardRef function, imported from "${(0,t.PP7)(s)}", to return a standalone entity or NgModule but got "${(0,t.PP7)(a)||a}".`);if(null==(0,t.phH)(a)){const u=(0,t.xUg)(a)||(0,t.HaV)(a)||(0,t.oyA)(a);if(null==u)throw Du(a)?new Error(`A module with providers was imported from "${(0,t.PP7)(s)}". Modules with providers are not supported in standalone components imports.`):new Error(`The "${(0,t.PP7)(a)}" type, imported from "${(0,t.PP7)(s)}", must be a standalone component / directive / pipe or an NgModule. Did you forget to add the required @Component / @Directive / @Pipe or @NgModule annotation?`);if(!u.standalone)throw new Error(`The "${(0,t.PP7)(a)}" ${function mf(a){return(0,t.xUg)(a)?"component":(0,t.HaV)(a)?"directive":(0,t.oyA)(a)?"pipe":"type"}(a)}, imported from "${(0,t.PP7)(s)}", is not standalone. Did you forget to add the standalone: true flag?`)}}class K4{ownerNgModule=new Map;ngModulesWithSomeUnresolvedDecls=new Set;ngModulesScopeCache=new Map;standaloneComponentsScopeCache=new Map;resolveNgModulesDecls(){if(0!==this.ngModulesWithSomeUnresolvedDecls.size){for(const s of this.ngModulesWithSomeUnresolvedDecls){const u=(0,t.phH)(s);if(u?.declarations)for(const C of ps(u.declarations))Pc(C)&&this.ownerNgModule.set(C,s)}this.ngModulesWithSomeUnresolvedDecls.clear()}}getComponentDependencies(s,u){this.resolveNgModulesDecls();const C=(0,t.xUg)(s);if(null===C)throw new Error(`Attempting to get component dependencies for a type that is not a component: ${s}`);if(C.standalone){const R=this.getStandaloneComponentScope(s,u);return R.compilation.isPoisoned?{dependencies:[]}:{dependencies:[...R.compilation.directives,...R.compilation.pipes,...R.compilation.ngModules]}}{if(!this.ownerNgModule.has(s))return{dependencies:[]};const R=this.getNgModuleScope(this.ownerNgModule.get(s));return R.compilation.isPoisoned?{dependencies:[]}:{dependencies:[...R.compilation.directives,...R.compilation.pipes]}}}registerNgModule(s,u){if(!rd(s))throw new Error(`Attempting to register a Type which is not NgModule as NgModule: ${s}`);this.ngModulesWithSomeUnresolvedDecls.add(s)}clearScopeCacheFor(s){this.ngModulesScopeCache.delete(s),this.standaloneComponentsScopeCache.delete(s)}getNgModuleScope(s){if(this.ngModulesScopeCache.has(s))return this.ngModulesScopeCache.get(s);const u=this.computeNgModuleScope(s);return this.ngModulesScopeCache.set(s,u),u}computeNgModuleScope(s){const u=(0,t.WbQ)(s),C={exported:{directives:new Set,pipes:new Set},compilation:{directives:new Set,pipes:new Set}};for(const R of ps(u.imports))if(rd(R)){const X=this.getNgModuleScope(R);Fc(X.exported.directives,C.compilation.directives),Fc(X.exported.pipes,C.compilation.pipes)}else{if(!(0,t.QuC)(R)){C.compilation.isPoisoned=!0;break}if(Au(R)||Pc(R))C.compilation.directives.add(R);else{if(!H0(R))throw new t.buA(980,"The standalone imported type is neither a component nor a directive nor a pipe");C.compilation.pipes.add(R)}}if(!C.compilation.isPoisoned)for(const R of ps(u.declarations)){if(rd(R)||(0,t.QuC)(R)){C.compilation.isPoisoned=!0;break}H0(R)?C.compilation.pipes.add(R):C.compilation.directives.add(R)}for(const R of ps(u.exports))if(rd(R)){const X=this.getNgModuleScope(R);Fc(X.exported.directives,C.exported.directives),Fc(X.exported.pipes,C.exported.pipes),Fc(X.exported.directives,C.compilation.directives),Fc(X.exported.pipes,C.compilation.pipes)}else H0(R)?C.exported.pipes.add(R):C.exported.directives.add(R);return C}getStandaloneComponentScope(s,u){if(this.standaloneComponentsScopeCache.has(s))return this.standaloneComponentsScopeCache.get(s);const C=this.computeStandaloneComponentScope(s,u);return this.standaloneComponentsScopeCache.set(s,C),C}computeStandaloneComponentScope(s,u){const C={compilation:{directives:new Set([s]),pipes:new Set,ngModules:new Set}};for(const R of(0,t.Bqz)(u??[])){const X=(0,t.nl4)(R);try{X4(X,s)}catch{return C.compilation.isPoisoned=!0,C}if(rd(X)){C.compilation.ngModules.add(X);const ne=this.getNgModuleScope(X);if(ne.exported.isPoisoned)return C.compilation.isPoisoned=!0,C;Fc(ne.exported.directives,C.compilation.directives),Fc(ne.exported.pipes,C.compilation.pipes)}else if(H0(X))C.compilation.pipes.add(X);else{if(!Au(X)&&!Pc(X))return C.compilation.isPoisoned=!0,C;C.compilation.directives.add(X)}}return C}isOrphanComponent(s){const u=(0,t.xUg)(s);return!(!u||u.standalone||(this.resolveNgModulesDecls(),this.ownerNgModule.has(s)))}}function Fc(a,s){for(const u of a)s.add(u)}const O1=new K4,G0={};class Nc{injector;parentInjector;constructor(s,u){this.injector=s,this.parentInjector=u}get(s,u,C){const R=this.injector.get(s,G0,C);return R!==G0||u===G0?R:this.parentInjector.get(s,u,C)}}function P1(a,s,u){let C=u?a.styles:null,R=u?a.classes:null,X=0;if(null!==s)for(let ne=0;ne0&&(u.directiveToIndex=new Map);for(let yi=0;yi0;){const u=a[--s];if("number"==typeof u&&u<0)return u}return 0})(ne)!=xe&&ne.push(xe),ne.push(u,C,X)}}(a,s,C,Kc(a,u,R.hostVars,qa),R)}function yf(a,s,u){if(u){if(s.exportAs)for(let C=0;CSe?xe[Se]:null}"string"==typeof ne&&(X+=2)}return null}(s,u,X,a.index)),null!==xt)(xt.__ngLastListenerFn__||xt).__ngNextListenerFn__=ne,xt.__ngLastListenerFn__=ne,at=!0;else{const qt=(0,t.d31)(a,u),yi=C?C(qt):qt;!function Al(a,s,u,C){qo(a,s,u,C)}(u,yi,X,xe);const bi=R.listen(yi,X,xe);(function qr(a){return a.startsWith("animation")||a.startsWith("transition")})(X)||dr(C?_n=>C((0,t.IvY)(_n[a.index])):a.index,s,u,X,xe,bi,!1)}return at}function dr(a,s,u,C,R,X,ne){const xe=s.firstCreatePass?(0,t.vNG)(s):null,Se=(0,t.d_l)(u),at=Se.length;Se.push(R,X),xe&&xe.push(C,a,at,(at+1)*(ne?-1:1))}function ar(a,s,u,C,R,X){const xe=s[t.eDl],qt=s[u][xe.data[u].outputs[C]].subscribe(X);dr(a.index,xe,s,R,X,qt,!0)}const ko=Symbol("BINDING");class na extends k1{ngModule;constructor(s){super(),this.ngModule=s}resolveComponentFactory(s){const u=(0,t.xUg)(s);return new F1(u,this.ngModule)}}class F1 extends uf{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=function ua(a){return Object.keys(a).map(s=>{const[u,C,R]=a[s],X={propName:u,templateName:s,isSignal:0!==(C&r1.SignalBased)};return R&&(X.transform=R),X})}(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=function Ga(a){return Object.keys(a).map(s=>({propName:a[s],templateName:s}))}(this.componentDef.outputs),this.cachedOutputs}constructor(s,u){super(),this.componentDef=s,this.ngModule=u,this.componentType=s.type,this.selector=function gd(a){return a.map(qu).join(",")}(s.selectors),this.ngContentSelectors=s.ngContentSelectors??[],this.isBoundToModule=!!u}create(s,u,C,R,X,ne){_e(22);const xe=(0,p.Ht)(null);try{const Se=this.componentDef,at=function Z4(a,s,u,C){const R=a?["ng-version","20.3.14"]:function ec(a){const s=[],u=[];let C=1,R=2;for(;C{if(1&u&&a)for(const C of a)C.create();if(2&u&&s)for(const C of s)C.update()}:null}(X,ne),1,xe,Se,null,null,null,[R],null)}(C,Se,ne,X),xt=function Hl(a,s,u){let C=s instanceof t.uvJ?s:s?.injector;return C&&null!==a.getStandaloneInjector&&(C=a.getStandaloneInjector(C)||C),C?new Nc(u,C):u}(Se,R||this.ngModule,s),qt=function $o(a){const s=a.get(Tu,null);if(null===s)throw new t.buA(407,!1);return{rendererFactory:s,sanitizer:a.get(R1,null),changeDetectionScheduler:a.get(t.hk6,null),ngReflect:!1}}(xt),yi=qt.rendererFactory.createRenderer(null,Se),bi=C?function Dc(a,s,u,C){const X=C.get(mi,!1)||u===Bs.ShadowDom,ne=a.selectRootElement(s,X);return function $2(a){v0(a)}(ne),ne}(yi,C,Se.encapsulation,xt):function dc(a,s){const u=function Fr(a){return(a.selectors[0][0]||"div").toLowerCase()}(a);return e1(s,u,"svg"===u?t.jNX:"math"===u?t.rJ1:null)}(Se,yi),Xi=ne?.some(Bc)||X?.some(Yn=>"function"!=typeof Yn&&Yn.bindings.some(Bc)),_n=n1(null,at,null,512|n0(Se),null,null,qt,yi,xt,null,ml(bi,xt,!0));_n[t.Yw1]=bi,(0,t.ID8)(_n);let jn=null;try{const Yn=L(t.Yw1,_n,2,"#host",()=>at.directiveRegistry,!0,0);tc(yi,bi,Yn),gi(bi,_n),Jc(at,_n,Yn),xl(at,Yn,_n),H(at,Yn),void 0!==u&&function N1(a,s,u){const C=a.projection=[];for(let R=0;Rclass a{static __NG_ELEMENT_ID__=bm})();function bm(){return Mm((0,t.Mx4)(),(0,t.OAn)())}const B6=Fd,xm=class extends B6{_lContainer;_hostTNode;_hostLView;constructor(s,u,C){super(),this._lContainer=s,this._hostTNode=u,this._hostLView=C}get element(){return Gi(this._hostTNode,this._hostLView)}get injector(){return new nn(this._hostTNode,this._hostLView)}get parentInjector(){const s=Zt(this._hostTNode,this._hostLView);if(li(s)){const u=kt(s,this._hostLView),C=Qt(s);return new nn(u[t.eDl].data[C+8],u)}return new nn(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(s){const u=Cm(this._lContainer);return null!==u&&u[s]||null}get length(){return this._lContainer.length-t.Y20}createEmbeddedView(s,u,C){let R,X;"number"==typeof C?R=C:null!=C&&(R=C.index,X=C.injector);const ne=I1(this._lContainer,s.ssrId),xe=s.createEmbeddedViewImpl(u||{},X,ne);return this.insertImpl(xe,R,Lc(this._hostTNode,ne)),xe}createComponent(s,u,C,R,X,ne,xe){const Se=s&&!oe(s);let at;if(Se)at=u;else{const jn=u||{};at=jn.index,C=jn.injector,R=jn.projectableNodes,X=jn.environmentInjector||jn.ngModuleRef,ne=jn.directives,xe=jn.bindings}const xt=Se?s:new F1((0,t.xUg)(s)),qt=C||this.parentInjector;if(!X&&null==xt.ngModule){const Yn=(Se?qt:this.parentInjector).get(t.uvJ,null);Yn&&(X=Yn)}const yi=(0,t.xUg)(xt.componentType??{}),bi=I1(this._lContainer,yi?.id??null),_n=xt.create(qt,R,bi?.firstChild??null,X,ne,xe);return this.insertImpl(_n.hostView,at,Lc(this._hostTNode,bi)),_n}insert(s,u){return this.insertImpl(s,u,!0)}insertImpl(s,u,C){const R=s._lView;if((0,t.ITl)(R)){const xe=this.indexOf(s);if(-1!==xe)this.detach(xe);else{const Se=R[t.f7T],at=new xm(Se,Se[t.qlT],Se[t.f7T]);at.detach(at.indexOf(s))}}const X=this._adjustIndex(u),ne=this._lContainer;return id(ne,R,X,C),s.attachToViewContainerRef(),(0,t.EYC)(J4(ne),X,s),s}move(s,u){return this.insert(s,u)}indexOf(s){const u=Cm(this._lContainer);return null!==u?u.indexOf(s):-1}remove(s){const u=this._adjustIndex(s,-1),C=Sd(this._lContainer,u);C&&((0,t.E6O)(J4(this._lContainer),u),Zc(C[t.eDl],C))}detach(s){const u=this._adjustIndex(s,-1),C=Sd(this._lContainer,u);return C&&null!=(0,t.E6O)(J4(this._lContainer),u)?new Td(C):null}_adjustIndex(s,u=0){return s??this.length+u}};function Cm(a){return a[t.bm_]}function J4(a){return a[t.bm_]||(a[t.bm_]=[])}function Mm(a,s){let u;const C=s[a.index];return(0,t.A0l)(C)?u=C:(u=su(C,s,null,a),s[a.index]=u,a1(s,u)),q4(u,s,a,C),new xm(u,a,s)}let q4=function wm(a,s,u,C){if(a[t.s6P])return;let R;R=8&u.type?(0,t.IvY)(C):function z6(a,s){const u=a[t.GpT],C=u.createComment(""),R=(0,t.d31)(s,a),X=u.parentNode(R);return zl(u,X,C,u.nextSibling(R),!1),C}(s,u),a[t.s6P]=R},e3=()=>!1;function Em(a,s,u){return e3(a,s,u)}class xf{queryList;matches=null;constructor(s){this.queryList=s}clone(){return new xf(this.queryList)}setDirty(){this.queryList.setDirty()}}class Cf{queries;constructor(s=[]){this.queries=s}createEmbeddedView(s){const u=s.queries;if(null!==u){const C=null!==s.contentQueries?s.contentQueries[0]:u.length,R=[];for(let X=0;Xs.trim())}(s):s}}class Mf{queries;constructor(s=[]){this.queries=s}elementStart(s,u){for(let C=0;C0)C.push(ne[xe/2]);else{const at=X[xe+1],xt=s[-Se];for(let qt=t.Y20;qt{C._dirtyCounter();const X=function r3(a,s){const u=a._lView,C=a._queryIndex;if(void 0===u||void 0===C||4&u[t.Wg1])return s?void 0:t.Mlv;const R=wf(u,C),X=Y0(u,C);return R.reset(X,Ai),s?R.first:R._changesDetected||void 0===a._flatValue?a._flatValue=R.toArray():a._flatValue}(C,a);if(s&&void 0===X)throw new t.buA(-951,!1);return X});return C=R[p.bh],C._dirtyCounter=(0,t.vPA)(0),C._flatValue=void 0,R}function Df(a){return Bu(!0,!1)}function n3(a){return Bu(!0,!0)}function Af(a){return Bu(!1,!1)}function a3(a,s){const u=a[p.bh];u._lView=(0,t.OAn)(),u._queryIndex=s,u._queryList=wf(u._lView,s),u._queryList.onDirty(()=>u._dirtyCounter.update(C=>C+1))}function V6(a){const s=[],u=new Map;function C(R){let X=u.get(R);if(!X){const ne=a(R);u.set(R,X=ne.then(xe=>function Lf(a,s){return"string"==typeof s?s:void 0!==s.status&&200!==s.status?Promise.reject(new t.buA(918,!1)):s.text()}(0,xe)))}return X}return od.forEach((R,X)=>{const ne=[];R.templateUrl&&ne.push(C(R.templateUrl).then(at=>{R.template=at}));const xe="string"==typeof R.styles?[R.styles]:R.styles||[];if(R.styles=xe,R.styleUrl&&R.styleUrls?.length)throw new Error("@Component cannot define both `styleUrl` and `styleUrls`. Use `styleUrl` if the component has one stylesheet, or `styleUrls` if it has multiple");if(R.styleUrls?.length){const at=R.styles.length,xt=R.styleUrls;R.styleUrls.forEach((qt,yi)=>{xe.push(""),ne.push(C(qt).then(bi=>{xe[at+yi]=bi,xt.splice(xt.indexOf(qt),1),0==xt.length&&(R.styleUrls=void 0)}))})}else R.styleUrl&&ne.push(C(R.styleUrl).then(at=>{xe.push(at),R.styleUrl=void 0}));const Se=Promise.all(ne).then(()=>function c3(a){xr.delete(a)}(X));s.push(Se)}),function l3(){const a=od;od=new Map}(),Promise.all(s).then(()=>{})}let od=new Map;const xr=new Set;function Uc(){return 0===od.size}const Uu=new Map;function Bd(a,s){(function d3(a,s,u){if(s&&s!==u)throw new Error(`Duplicate module registered for ${a} - ${(0,t.AsM)(s)} vs ${(0,t.AsM)(s.name)}`)})(s,Uu.get(s)||null,a),Uu.set(s,a)}let Vc=class{},z1=class{};function Es(a,s){return new U1(a,s??null,[])}class U1 extends Vc{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new na(this);constructor(s,u,C,R=!0){super(),this.ngModuleType=s,this._parent=u;const X=(0,t.phH)(s);this._bootstrapComponents=ps(X.bootstrap),this._r3Injector=(0,t.Pz9)(s,u,[{provide:Vc,useValue:this},{provide:k1,useValue:this.componentFactoryResolver},...C],(0,t.AsM)(s),new Set(["environment"])),R&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){const s=this._r3Injector;!s.destroyed&&s.destroy(),this.destroyCbs.forEach(u=>u()),this.destroyCbs=null}onDestroy(s){this.destroyCbs.push(s)}}class V1 extends z1{moduleType;constructor(s){super(),this.moduleType=s}create(s){return new U1(this.moduleType,s,[])}}function m3(a,s,u){return new U1(a,s,u,!1)}class p3 extends Vc{injector;componentFactoryResolver=new na(this);instance=null;constructor(s){super();const u=new t.e5P([...s.providers,{provide:Vc,useValue:this},{provide:k1,useValue:this.componentFactoryResolver}],s.parent||(0,t.WB9)(),s.debugName,new Set(["environment"]));this.injector=u,s.runEnvironmentInitializers&&u.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(s){this.injector.onDestroy(s)}}function H1(a,s,u=null){return new p3({providers:a,parent:s,debugName:u,runEnvironmentInitializers:!0}).injector}let kf=(()=>{class a{_injector;cachedInjectors=new Map;constructor(u){this._injector=u}getOrCreateStandaloneInjector(u){if(!u.standalone)return null;if(!this.cachedInjectors.has(u)){const C=(0,t.jXY)(!1,u.type),R=C.length>0?H1([C],this._injector,`Standalone[${u.type.name}]`):null;this.cachedInjectors.set(u,R)}return this.cachedInjectors.get(u)}ngOnDestroy(){try{for(const u of this.cachedInjectors.values())null!==u&&u.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=(0,t.jDH)({token:a,providedIn:"environment",factory:()=>new a((0,t.KVO)(t.uvJ))})}return a})();function g3(a){return T(()=>{const s=Ff(a),u={...s,decls:a.decls,vars:a.vars,template:a.template,consts:a.consts||null,ngContentSelectors:a.ngContentSelectors,onPush:a.changeDetection===ca.OnPush,directiveDefs:null,pipeDefs:null,dependencies:s.standalone&&a.dependencies||null,getStandaloneInjector:s.standalone?R=>R.get(kf).getOrCreateStandaloneInjector(u):null,getExternalStyles:null,signals:a.signals??!1,data:a.data||{},encapsulation:a.encapsulation||Bs.Emulated,styles:a.styles||t.Mlv,_:null,schemas:a.schemas||null,tView:null,id:""};s.standalone&&Cs("NgStandalone"),Z0(u);const C=a.dependencies;return u.directiveDefs=Vu(C,Rf),u.pipeDefs=Vu(C,t.oyA),u.id=function Am(a){let s=0;const C=[a.selectors,a.ngContentSelectors,a.hostVars,a.hostAttrs,"function"==typeof a.consts?"":a.consts,a.vars,a.decls,a.encapsulation,a.standalone,a.signals,a.exportAs,JSON.stringify(a.inputs),JSON.stringify(a.outputs),Object.getOwnPropertyNames(a.type.prototype),!!a.contentQueries,!!a.viewQuery];for(const X of C.join("|"))s=Math.imul(31,s)+X.charCodeAt(0)|0;return s+=2147483648,"c"+s}(u),u})}function Rf(a){return(0,t.xUg)(a)||(0,t.HaV)(a)}function Of(a){return T(()=>({type:a.type,bootstrap:a.bootstrap||t.Mlv,declarations:a.declarations||t.Mlv,imports:a.imports||t.Mlv,exports:a.exports||t.Mlv,transitiveCompileScopes:null,schemas:a.schemas||null,id:a.id||null}))}function Tm(a,s){if(null==a)return t.MZA;const u={};for(const C in a)if(a.hasOwnProperty(C)){const R=a[C];let X,ne,xe,Se;Array.isArray(R)?(xe=R[0],X=R[1],ne=R[2]??X,Se=R[3]||null):(X=R,ne=R,xe=r1.None,Se=null),u[X]=[C,xe,Se],s[X]=ne}return u}function _3(a){if(null==a)return t.MZA;const s={};for(const u in a)a.hasOwnProperty(u)&&(s[a[u]]=u);return s}function Pf(a){return T(()=>{const s=Ff(a);return Z0(s),s})}function $0(a){return{type:a.type,name:a.name,factory:null,pure:!1!==a.pure,standalone:a.standalone??!0,onDestroy:a.type.prototype.ngOnDestroy||null}}function Ff(a){const s={};return{type:a.type,providersResolver:null,factory:null,hostBindings:a.hostBindings||null,hostVars:a.hostVars||0,hostAttrs:a.hostAttrs||null,contentQueries:a.contentQueries||null,declaredInputs:s,inputConfig:a.inputs||t.MZA,exportAs:a.exportAs||null,standalone:a.standalone??!0,signals:!0===a.signals,selectors:a.selectors||t.Mlv,viewQuery:a.viewQuery||null,features:a.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:Tm(a.inputs,s),outputs:_3(a.outputs),debugInfo:null}}function Z0(a){a.features?.forEach(s=>s(a))}function Vu(a,s){return a?()=>{const u="function"==typeof a?a():a,C=[];for(const R of u){const X=s(R);null!==X&&C.push(X)}return C}:null}function Lm(a){return Object.getPrototypeOf(a.prototype).constructor}function v3(a){let s=Lm(a.type),u=!0;const C=[a];for(;s;){let R;if((0,t.JlV)(a))R=s.\u0275cmp||s.\u0275dir;else{if(s.\u0275cmp)throw new t.buA(903,!1);R=s.\u0275dir}if(R){if(u){C.push(R);const ne=a;ne.inputs=J0(a.inputs),ne.declaredInputs=J0(a.declaredInputs),ne.outputs=J0(a.outputs);const xe=R.hostBindings;xe&&Im(a,xe);const Se=R.viewQuery,at=R.contentQueries;if(Se&&b3(a,Se),at&&H6(a,at),Jo(a,R),(0,t.dwj)(a.outputs,R.outputs),(0,t.JlV)(R)&&R.data.animation){const xt=a.data;xt.animation=(xt.animation||[]).concat(R.data.animation)}}const X=R.features;if(X)for(let ne=0;ne=0;C--){const R=a[C];R.hostVars=s+=R.hostVars,R.hostAttrs=Ie(R.hostAttrs,u=Ie(u,R.hostAttrs))}}(C)}function Jo(a,s){for(const u in s.inputs){if(!s.inputs.hasOwnProperty(u)||a.inputs.hasOwnProperty(u))continue;const C=s.inputs[u];void 0!==C&&(a.inputs[u]=C,a.declaredInputs[u]=s.declaredInputs[u])}}function J0(a){return a===t.MZA?{}:a===t.Mlv?[]:a}function b3(a,s){const u=a.viewQuery;a.viewQuery=u?(C,R)=>{s(C,R),u(C,R)}:s}function H6(a,s){const u=a.contentQueries;a.contentQueries=u?(C,R,X)=>{s(C,R,X),u(C,R,X)}:s}function Im(a,s){const u=a.hostBindings;a.hostBindings=u?(C,R)=>{s(C,R),u(C,R)}:s}const G6=["providersResolver"],km=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function Rm(a){const s=u=>{const C=Array.isArray(a);null===u.hostDirectives?(u.resolveHostDirectives=W6,u.hostDirectives=C?a.map(C3):[a]):C?u.hostDirectives.unshift(...a.map(C3)):u.hostDirectives.unshift(a)};return s.ngInherit=!0,s}function W6(a){const s=[];let u=!1,C=null,R=null;for(let X=0;X{As.has(a)&&(C.callbacks.delete(s),0===C.callbacks.size&&(Ps?.unobserve(a),As.delete(a),vo--),0===vo&&(Ps?.disconnect(),Ps=null))}}(a,()=>C.run(s),()=>C.runOutsideAngular(()=>function Fo(){return new IntersectionObserver(a=>{for(const s of a)s.isIntersecting&&As.has(s.target)&&As.get(s.target).listener()})}()))}function Gd(a,s,u,C,R,X,ne){const xe=a[t.YEL],Se=xe.get(Ha);let at;at=function G2(a,s){const u=s?.injector??(0,t.WQX)(t.zZn);return Cs("NgAfterRender"),W2(a,u,s,!1)}({read:function xt(){if((0,t.EPY)(a))return void at.destroy();const qt=cl(a,s),yi=qt[1];if(yi!==uc.Initial&&yi!==ur.Placeholder)return void at.destroy();const bi=function J6(a,s,u){return null==u?a:u>=0?(0,t.jRZ)(u,a):a[s.index][t.Y20]??null}(a,s,C);if(!bi||(at.destroy(),(0,t.EPY)(bi)))return;const Xi=function Vf(a,s){return(0,t.vaC)(t.Yw1+s,a)}(bi,u),_n=R(Xi,()=>{Se.run(()=>{a!==bi&&(0,t.DyX)(bi,_n),X()})},xe);a!==bi&&(0,t.ik5)(bi,_n),i2(ne,qt,_n)}},{injector:xe})}function Hf(a,s){const u=s.get(tg);return u.add(a),()=>u.remove(a)}let tg=(()=>{class a{executingCallbacks=!1;idleId=null;current=new Set;deferred=new Set;ngZone=(0,t.WQX)(Ha);requestIdleCallbackFn=(()=>typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout)().bind(globalThis);cancelIdleCallbackFn=(()=>typeof requestIdleCallback<"u"?cancelIdleCallback:clearTimeout)().bind(globalThis);add(u){(this.executingCallbacks?this.deferred:this.current).add(u),null===this.idleId&&this.scheduleIdleCallback()}remove(u){const{current:C,deferred:R}=this;C.delete(u),R.delete(u),0===C.size&&0===R.size&&this.cancelIdleCallback()}scheduleIdleCallback(){const u=()=>{this.cancelIdleCallback(),this.executingCallbacks=!0;for(const C of this.current)C();if(this.current.clear(),this.executingCallbacks=!1,this.deferred.size>0){for(const C of this.deferred)this.current.add(C);this.deferred.clear(),this.scheduleIdleCallback()}};this.idleId=this.requestIdleCallbackFn(()=>this.ngZone.run(u))}cancelIdleCallback(){null!==this.idleId&&(this.cancelIdleCallbackFn(this.idleId),this.idleId=null)}ngOnDestroy(){this.cancelIdleCallback(),this.current.clear(),this.deferred.clear()}static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:()=>new a})}return a})();function Gu(a){return(s,u)=>O3(a,s,u)}function O3(a,s,u){const C=u.get(ig),R=u.get(Ha);return C.add(a,s,R),()=>C.remove(s)}let ig=(()=>{class a{executingCallbacks=!1;timeoutId=null;invokeTimerAt=null;current=[];deferred=[];add(u,C,R){this.addToQueue(this.executingCallbacks?this.deferred:this.current,Date.now()+u,C),this.scheduleTimer(R)}remove(u){const{current:C,deferred:R}=this;-1===this.removeFromQueue(C,u)&&this.removeFromQueue(R,u),0===C.length&&0===R.length&&this.clearTimeout()}addToQueue(u,C,R){let X=u.length;for(let ne=0;neC){X=ne;break}(0,t.llW)(u,X,C,R)}removeFromQueue(u,C){let R=-1;for(let X=0;X-1&&(0,t.gsJ)(u,R,2),R}scheduleTimer(u){const C=()=>{this.clearTimeout(),this.executingCallbacks=!0;const X=[...this.current],ne=Date.now();for(let Se=0;Se=0&&(0,t.gsJ)(this.current,0,xe+1),this.executingCallbacks=!1,this.deferred.length>0){for(let Se=0;Se0){const X=Date.now(),ne=this.current[0];if(null===this.timeoutId||this.invokeTimerAt&&this.invokeTimerAt-ne>16){this.clearTimeout();const xe=Math.max(ne-X,16);this.invokeTimerAt=ne,this.timeoutId=u.runOutsideAngular(()=>setTimeout(()=>u.run(C),xe))}}}clearTimeout(){null!==this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=null)}ngOnDestroy(){this.clearTimeout(),this.current.length=0,this.deferred.length=0}static \u0275prov=(0,t.jDH)({token:a,providedIn:"root",factory:()=>new a})}return a})(),ng=(()=>{class a{cachedInjectors=new Map;getOrCreateInjector(u,C,R,X){if(!this.cachedInjectors.has(u)){const ne=R.length>0?H1(R,C,X):null;this.cachedInjectors.set(u,ne)}return this.cachedInjectors.get(u)}ngOnDestroy(){try{for(const u of this.cachedInjectors.values())null!==u&&u.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=(0,t.jDH)({token:a,providedIn:"environment",factory:()=>new a})}return a})();const rg=new t.nKC("");function P3(a,s,u){return a.get(ng).getOrCreateInjector(s,a,u,"")}function Gl(a,s,u,C=!1){const R=u[t.f7T],X=R[t.eDl];if((0,t.EPY)(R))return;const ne=cl(R,s),Se=ne[7];if(!(null!==Se&&a0&&(xt=function sg(a,s,u){if(a instanceof Nc){const R=a.injector,ne=P3(a.parentInjector,s,u);return new Nc(R,ne)}const C=a.get(t.uvJ);if(C!==a){const R=P3(C,s,u);return new Nc(a,R)}return P3(a,s,u)}(R[t.YEL],Xi,_n))}const{dehydratedView:qt,dehydratedViewIx:yi}=function jm(a,s){const u=a[t.qFA]?.findIndex(R=>R.data.s===s[1])??-1;return{dehydratedView:u>-1?a[t.qFA][u]:null,dehydratedViewIx:u}}(u,s),bi=td(R,Se,null,{injector:xt,dehydratedView:qt});if(id(u,bi,at,Lc(Se,qt)),kc(bi,2),yi>-1&&u[t.qFA]?.splice(yi,1),(a===ur.Complete||a===ur.Error)&&Array.isArray(s[8])){for(const Xi of s[8])Xi();s[8]=null}}_e(21)}function og(a,s,u,C,R){const X=Date.now(),xe=po(R[t.eDl],C);if(null===s[2]||s[2]<=X){s[2]=null;const Se=Vm(xe),at=null!==s[3];if(a!==ur.Loading||null===Se||at){a>ur.Loading&&at&&(s[3](),s[3]=null,s[0]=null),Wm(a,s,u,C,R);const xt=I3(xe,a);null!==xt&&(s[2]=X+xt,Xm(xt,s,C,u,R))}else{s[0]=a;const xt=Xm(Se,s,C,u,R);s[3]=xt}}else s[0]=a}function Xm(a,s,u,C,R){return O3(a,()=>{const ne=s[0];s[2]=null,s[0]=null,null!==ne&&Gl(ne,u,C)},R[t.YEL])}function F3(a,s){return a{a.loadingState===gs.COMPLETE?Gl(ur.Complete,s,u):a.loadingState===gs.FAILED&&Gl(ur.Error,s,u)})}let jf=null;function v(a,s,u,C){return T(()=>{const R=a;null!==s&&(R.hasOwnProperty("decorators")&&void 0!==R.decorators?R.decorators.push(...s):R.decorators=s),null!==u&&(R.ctorParameters=u),null!==C&&(R.propDecorators=R.hasOwnProperty("propDecorators")&&void 0!==R.propDecorators?{...R.propDecorators,...C}:C)})}let O=(()=>{class a{log(u){console.log(u)}warn(u){console.warn(u)}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"platform"})}return a})();const $m=new t.nKC(""),dg=new t.nKC("");let Zm,N3=(()=>{class a{_ngZone;registry;_isZoneStable=!0;_callbacks=[];_taskTrackingZone=null;_destroyRef;constructor(u,C,R){this._ngZone=u,this.registry=C,(0,t.M6u)()&&(this._destroyRef=(0,t.WQX)(t.abz,{optional:!0})??void 0),Zm||(function i5(a){Zm=a}(R),R.addToWindow(C)),this._watchAngularEvents(),u.run(()=>{this._taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){const u=this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),C=this._ngZone.runOutsideAngular(()=>this._ngZone.onStable.subscribe({next:()=>{Ha.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}}));this._destroyRef?.onDestroy(()=>{u.unsubscribe(),C.unsubscribe()})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;0!==this._callbacks.length;){let u=this._callbacks.pop();clearTimeout(u.timeoutId),u.doneCb()}});else{let u=this.getPendingTasks();this._callbacks=this._callbacks.filter(C=>!C.updateCb||!C.updateCb(u)||(clearTimeout(C.timeoutId),!1))}}getPendingTasks(){return this._taskTrackingZone?this._taskTrackingZone.macroTasks.map(u=>({source:u.source,creationLocation:u.creationLocation,data:u.data})):[]}addCallback(u,C,R){let X=-1;C&&C>0&&(X=setTimeout(()=>{this._callbacks=this._callbacks.filter(ne=>ne.timeoutId!==X),u()},C)),this._callbacks.push({doneCb:u,timeoutId:X,updateCb:R})}whenStable(u,C,R){if(R&&!this._taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(u,C,R),this._runCallbacksIfReady()}registerApplication(u){this.registry.registerApplication(u,this)}unregisterApplication(u){this.registry.unregisterApplication(u)}findProviders(u,C,R){return[]}static \u0275fac=function(C){return new(C||a)((0,t.KVO)(Ha),(0,t.KVO)(ug),(0,t.KVO)(dg))};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac})}return a})(),ug=(()=>{class a{_applications=new Map;registerApplication(u,C){this._applications.set(u,C)}unregisterApplication(u){this._applications.delete(u)}unregisterAllApplications(){this._applications.clear()}getTestability(u){return this._applications.get(u)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(u,C=!0){return Zm?.findTestabilityInTree(this,u,C)??null}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"platform"})}return a})();function Jm(a){return!!a&&"function"==typeof a.then}function hg(a){return!!a&&"function"==typeof a.subscribe}const fg=new t.nKC("");function n5(a){return(0,t.EmA)([{provide:fg,multi:!0,useValue:a}])}let mg=(()=>{class a{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((u,C)=>{this.resolve=u,this.reject=C});appInits=(0,t.WQX)(fg,{optional:!0})??[];injector=(0,t.WQX)(t.zZn);constructor(){}runInitializers(){if(this.initialized)return;const u=[];for(const R of this.appInits){const X=(0,t.N4e)(this.injector,R);if(Jm(X))u.push(X);else if(hg(X)){const ne=new Promise((xe,Se)=>{X.subscribe({complete:xe,error:Se})});u.push(ne)}}const C=()=>{this.done=!0,this.resolve()};Promise.all(u).then(()=>{C()}).catch(R=>{this.reject(R)}),0===u.length&&C(),this.initialized=!0}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})();const qm=new t.nKC("");function a5(){}function pg(){(0,p.KO)(()=>{throw new t.buA(600,"")})}function ep(a,s){return Array.isArray(s)?s.reduce(ep,a):{...a,...s}}let B3=(()=>{class a{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=(0,t.WQX)(t.ZTf);afterRenderManager=(0,t.WQX)(c0);zonelessEnabled=(0,t.WQX)(t.Evm);rootEffectScheduler=(0,t.WQX)(t.VML);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new S.B;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=(0,t.WQX)(t.rev);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe((0,e.T)(u=>!u))}constructor(){(0,t.WQX)(xc,{optional:!0})}whenStable(){let u;return new Promise(C=>{u=this.isStable.subscribe({next:R=>{R&&C()}})}).finally(()=>{u.unsubscribe()})}_injector=(0,t.WQX)(t.uvJ);_rendererFactory=null;get injector(){return this._injector}bootstrap(u,C){return this.bootstrapImpl(u,C)}bootstrapImpl(u,C,R=t.zZn.NULL){return this._injector.get(Ha).run(()=>{_e(10);const ne=u instanceof uf;if(!this._injector.get(mg).done)throw new t.buA(405,"");let Se;Se=ne?u:this._injector.get(k1).resolveComponentFactory(u),this.componentTypes.push(Se.componentType);const at=function r5(a){return a.isBoundToModule}(Se)?void 0:this._injector.get(Vc),qt=Se.create(R,[],C||Se.selector,at),yi=qt.location.nativeElement,bi=qt.injector.get($m,null);return bi?.registerApplication(yi),qt.onDestroy(()=>{this.detachView(qt.hostView),z3(this.components,qt),bi?.unregisterApplication(yi)}),this._loadComponent(qt),_e(11,qt),qt})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){_e(12),null!==this.tracingSnapshot?this.tracingSnapshot.run(s0.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw new t.buA(101,!1);const u=(0,p.Ht)(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,(0,p.Ht)(u),this.afterTick.next(),_e(13)}};synchronize(){null===this._rendererFactory&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Tu,null,{optional:!0}));let u=0;for(;0!==this.dirtyFlags&&u++<10;)_e(14),this.synchronizeOnce(),_e(15)}synchronizeOnce(){16&this.dirtyFlags&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let u=!1;if(7&this.dirtyFlags){const C=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:R}of this.allViews)(C||(0,t.dMS)(R))&&(M1(R,C&&!this.zonelessEnabled?0:1),u=!0);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),23&this.dirtyFlags)return}u||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:u})=>(0,t.dMS)(u))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(u){const C=u;this._views.push(C),C.attachToAppRef(this)}detachView(u){const C=u;z3(this._views,C),C.detachFromAppRef()}_loadComponent(u){this.attachView(u.hostView);try{this.tick()}catch(R){this.internalErrorHandler(R)}this.components.push(u),this._injector.get(qm,[]).forEach(R=>R(u))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(u=>u()),this._views.slice().forEach(u=>u.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(u){return this._destroyListeners.push(u),()=>z3(this._destroyListeners,u)}destroy(){if(this._destroyed)throw new t.buA(406,!1);const u=this._injector;u.destroy&&!u.destroyed&&u.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})();function z3(a,s){const u=a.indexOf(s);u>-1&&a.splice(u,1)}function tp(){let a,s;return{promise:new Promise((C,R)=>{a=C,s=R}),resolve:a,reject:s}}function ip(a){const s=(0,t.OAn)(),u=(0,t.Mx4)();if(a2(s,u),!_g(0,s))return;const C=s[t.YEL];i2(0,cl(s,u),a(()=>W1(0,s,u),C))}function gg(a){const s=(0,t.OAn)(),u=s[t.YEL],C=(0,t.Mx4)(),X=po(s[t.eDl],C);X.loadingState===gs.NOT_STARTED&&i2(1,cl(s,C),a(()=>Wf(X,s,C),u))}function np(a,s,u){const C=s[t.YEL],R=cl(s,u),X=R[6];i2(2,R,a(()=>s2(C,X),C))}function Wf(a,s,u){U3(a,s,u)}function U3(a,s,u){const C=s[t.YEL],R=s[t.eDl];if(a.loadingState!==gs.NOT_STARTED)return a.loadingPromise??Promise.resolve();const X=cl(s,u),ne=function Z6(a,s){return(0,t.XRZ)(a,s.primaryTmplIndex+t.Yw1)}(R,a);a.loadingState=gs.IN_PROGRESS,Uf(1,X);let xe=a.dependencyResolverFn;const Se=C.get(t.u5s).add();return xe?(a.loadingPromise=Promise.allSettled(xe()).then(at=>{let xt=!1;const qt=[],yi=[];for(const bi of at){if("fulfilled"!==bi.status){xt=!0;break}{const Xi=bi.value,_n=(0,t.xUg)(Xi)||(0,t.HaV)(Xi);if(_n)qt.push(_n);else{const jn=(0,t.oyA)(Xi);jn&&yi.push(jn)}}}if(xt){if(a.loadingState=gs.FAILED,null===a.errorTmplIndex){const Xi=new t.buA(-750,!1);M0(s,Xi)}}else{a.loadingState=gs.COMPLETE;const bi=ne.tView;if(qt.length>0){bi.directiveRegistry=Hm(bi.directiveRegistry,qt);const Xi=qt.map(jn=>jn.type),_n=(0,t.jXY)(!1,...Xi);a.providers=_n}yi.length>0&&(bi.pipeRegistry=Hm(bi.pipeRegistry,yi))}}),a.loadingPromise.finally(()=>{a.loadingPromise=null,Se()})):(a.loadingPromise=Promise.resolve().then(()=>{a.loadingPromise=null,a.loadingState=gs.COMPLETE,Se()}),a.loadingPromise)}function _g(a,s){return s[t.YEL].get(rg,null,{optional:!0})?.behavior!==zm.Manual}function W1(a,s,u){const C=s[t.eDl],R=s[u.index];if(!_g(0,s))return;const X=cl(s,u),ne=po(C,u);switch(A3(X),ne.loadingState){case gs.NOT_STARTED:Gl(ur.Loading,u,R),U3(ne,s,u),ne.loadingState===gs.IN_PROGRESS&&Gf(ne,u,R);break;case gs.IN_PROGRESS:Gl(ur.Loading,u,R),Gf(ne,u,R);break;case gs.COMPLETE:Gl(ur.Complete,u,R);break;case gs.FAILED:Gl(ur.Error,u,R)}}function s2(a,s,u){return ap.apply(this,arguments)}function ap(){return(ap=(0,i.A)(function*(a,s,u){const C=a.get(Rr);if(C.hydrating.has(s))return;const{parentBlockPromise:X,hydrationQueue:ne}=function On(a,s){const u=s.get(Rr),R=s.get(za).get("__nghDeferData__",{});let X=!1,ne=a,xe=null;const Se=[];for(;!X&≠){X=u.has(ne);const at=u.hydrating.get(ne);if(null===xe&&null!=at){xe=at.promise;break}Se.unshift(ne),ne=R[ne].p}return{parentBlockPromise:xe,hydrationQueue:Se}}(s,a);if(0===ne.length)return;null!==X&&ne.shift(),function c5(a,s){for(let u of s)a.hydrating.set(u,tp())}(C,ne),null!==X&&(yield X);const xe=ne[0];C.has(xe)?yield vg(a,ne,u):C.awaitParentBlock(xe,(0,i.A)(function*(){return yield vg(a,ne,u)}))})).apply(this,arguments)}function vg(a,s,u){return rp.apply(this,arguments)}function rp(){return(rp=(0,i.A)(function*(a,s,u){const C=a.get(Rr),R=C.hydrating,X=a.get(t.rev),ne=X.add();for(let Se=0;Se-1?u.get(s[C]):null;R&&Pd(R.lContainer)}function bg(a,s){const u=s.hydrating;for(const C in a)u.get(C)?.reject();s.cleanup(a)}function d5(a){return new Promise(s=>d0(s,{injector:a}))}function u5(a){return sp.apply(this,arguments)}function sp(){return(sp=(0,i.A)(function*(a){const{tNode:s,lView:u}=a,C=cl(u,s);return new Promise(R=>{(function h5(a,s){Array.isArray(a[8])||(a[8]=[]),a[8].push(s)})(C,R),W1(0,u,s)})})).apply(this,arguments)}function ws(a,s,u){return 0===a?Cg(s,u):2!==a||!Cg(s,u)}function Cg(a,s){const u=a[t.YEL],C=po(a[t.eDl],s),R=Ho(u),X=function xg(a){return null!=a&&!(1&~a)}(C.flags),xe=null!==cl(a,s)[6];return!(X&&xe&&R)}function Xd(a,s){const u=po(a,s);return u.hydrateTriggers??=new Map}function cp(a,s){const u=(0,t.OAn)();if(un(u,(0,t.xbp)(),s)){const R=(0,t.klJ)(),X=(0,t.CpD)();if(b1(X,R,u,a,s))(0,t.Qs1)(X)&&oc(u,X.index);else{const xe=(0,t.d31)(X,u);Ed(u[t.GpT],xe,null,X.value,a,s,null)}}return cp}function dp(a,s,u,C){const R=(0,t.OAn)();return un(R,(0,t.xbp)(),s)&&((0,t.klJ)(),function x0(a,s,u,C,R,X){const ne=(0,t.d31)(a,s);Ed(s[t.GpT],ne,X,a.value,u,C,R)}((0,t.CpD)(),R,a,s,u,C)),dp}const F5=new t.nKC("",{providedIn:"root",factory:()=>!1}),N5=new t.nKC("",{providedIn:"root",factory:()=>B5}),B5=4e3,o2=typeof document<"u"&&"function"==typeof document?.documentElement?.getAnimations;function Xf(a){return a[t.YEL].get(F5,!1)}function Kf(a){const s=Wu.get(a);if(s){for(const u of s.cleanupFns)u();Wu.delete(a)}l2.delete(a)}const U5=()=>{},Wu=new WeakMap,l2=new WeakMap,c2=new WeakMap;function up(a,s){const u=c2.get(a);if(u&&u.length>0){const C=u.findIndex(R=>R===s);C>-1&&u.splice(C,1)}0===u?.length&&c2.delete(a)}function Xu(a,s){const u=c2.get(a)?.shift(),C=s[t.rQE];if(C){const X=Md(a.index,C)?.previousSibling;u&&X&&u===X&&u.dispatchEvent(new CustomEvent("animationend",{detail:{cancel:!0}}))}}function hp(a,s){c2.has(a)?c2.get(a)?.push(s):c2.set(a,[s])}function H3(a){const s=a[t.Isx]??={};return s.enter??=new Map}function d2(a){const s=a[t.Isx]??={};return s.leave??=new Map}function Tg(a){const s="function"==typeof a?a():a;let u=Array.isArray(s)?s:null;return"string"==typeof s&&(u=s.trim().split(/\s+/).filter(C=>C)),u}function Dg(a,s){const u=l2.get(s);return void 0===u||s===a.target&&(void 0!==u.animationName&&a.animationName===u.animationName||void 0!==u.propertyName&&a.propertyName===u.propertyName)}function G3(a,s,u){const C=a.get(s.index)??{animateFns:[]};C.animateFns.push(u),a.set(s.index,C)}function j3(a,s){if(a)for(const u of a)u();for(const u of s)u()}function mp(a,s){const u=d2(a).get(s.index);u&&(u.resolvers=void 0)}function W3(a,s,u,C,R){up(s,u),j3(C,R),mp(a,s)}class Y5{destroy(s){}updateValue(s,u){}swap(s,u){const C=Math.min(s,u),R=Math.max(s,u),X=this.detach(R);if(R-C>1){const ne=this.detach(C);this.attach(C,X),this.attach(R,ne)}else this.attach(C,X)}move(s,u){this.attach(u,this.detach(s))}}function pp(a,s,u,C,R){return a===u&&Object.is(s,C)?1:Object.is(R(a,s),R(u,C))?-1:0}function Qf(a,s,u,C){return!(void 0===s||!s.has(C)||(a.attach(u,s.get(C)),s.delete(C),0))}function Lg(a,s,u,C,R){if(Qf(a,s,C,u(C,R)))a.updateValue(C,R);else{const X=a.create(C,R);a.attach(C,X)}}function Ig(a,s,u,C){const R=new Set;for(let X=s;X<=u;X++)R.add(C(X,a.at(X)));return R}class gp{kvMap=new Map;_vMap=void 0;has(s){return this.kvMap.has(s)}delete(s){if(!this.has(s))return!1;const u=this.kvMap.get(s);return void 0!==this._vMap&&this._vMap.has(u)?(this.kvMap.set(s,this._vMap.get(u)),this._vMap.delete(u)):this.kvMap.delete(s),!0}get(s){return this.kvMap.get(s)}set(s,u){if(this.kvMap.has(s)){let C=this.kvMap.get(s);void 0===this._vMap&&(this._vMap=new Map);const R=this._vMap;for(;R.has(C);)C=R.get(C);R.set(C,u)}else this.kvMap.set(s,u)}forEach(s){for(let[u,C]of this.kvMap)if(s(C,u),void 0!==this._vMap){const R=this._vMap;for(;R.has(C);)C=R.get(C),s(C,u)}}}function _p(a,s,u,C,R,X,ne,xe){Cs("NgControlFlow");const Se=(0,t.OAn)(),at=(0,t.klJ)();return Vd(Se,at,a,s,u,C,R,(0,t.db4)(at.consts,X),256,ne,xe),vp}function vp(a,s,u,C,R,X,ne,xe){Cs("NgControlFlow");const Se=(0,t.OAn)(),at=(0,t.klJ)();return Vd(Se,at,a,s,u,C,R,(0,t.db4)(at.consts,X),512,ne,xe),vp}function kg(a,s){Cs("NgControlFlow");const u=(0,t.OAn)(),C=(0,t.xbp)(),R=u[C]!==qa?u[C]:-1,X=-1!==R?Q3(u,t.Yw1+R):void 0;if(un(u,C,a)){const xe=(0,p.Ht)(null);try{if(void 0!==X&&A0(X,0),-1!==a){const Se=t.Yw1+a,at=Q3(u,Se),xt=xp(u[t.eDl],Se),qt=wu(at,xt,u);id(at,td(u,xt,s,{dehydratedView:qt}),0,Lc(xt,qt))}}finally{(0,p.Ht)(xe)}}else if(void 0!==X){const xe=D0(X,0);void 0!==xe&&(xe[t.SKP]=s)}}class $5{lContainer;$implicit;$index;constructor(s,u,C){this.lContainer=s,this.$implicit=u,this.$index=C}get $count(){return this.lContainer.length-t.Y20}}function Rg(a,s){return s}class J5{hasEmptyBlock;trackByFn;liveCollection;constructor(s,u,C){this.hasEmptyBlock=s,this.trackByFn=u,this.liveCollection=C}}function yp(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi){Cs("NgControlFlow");const bi=(0,t.OAn)(),Xi=(0,t.klJ)(),_n=void 0!==Se,jn=(0,t.OAn)(),Yn=xe?ne.bind(jn[t.b5C][t.SKP]):ne,xn=new J5(_n,Yn);jn[t.Yw1+a]=xn,Vd(bi,Xi,a+1,s,u,C,R,(0,t.db4)(Xi.consts,X),256),_n&&Vd(bi,Xi,a+2,Se,at,xt,qt,(0,t.db4)(Xi.consts,yi),512)}class e7 extends Y5{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(s,u,C){super(),this.lContainer=s,this.hostLView=u,this.templateTNode=C}get length(){return this.lContainer.length-t.Y20}at(s){return this.getLView(s)[t.SKP].$implicit}attach(s,u){const C=u[t.tcA];this.needsIndexUpdate||=s!==this.length,id(this.lContainer,u,s,Lc(this.templateTNode,C)),function Og(a,s){if(a.length<=t.Y20)return;const C=a[t.Y20+s],R=C?C[t.Isx]:void 0;C&&R&&R.detachedLeaveAnimationFns&&R.detachedLeaveAnimationFns.length>0&&(function sh(a,s){const u=a.get(d1);if(s.detachedLeaveAnimationFns){for(const C of s.detachedLeaveAnimationFns)u.queue.delete(C);s.detachedLeaveAnimationFns=void 0}}(C[t.YEL],R),bc.delete(C),R.detachedLeaveAnimationFns=void 0)}(this.lContainer,s)}detach(s){return this.needsIndexUpdate||=s!==this.length-1,function t7(a,s){if(a.length<=t.Y20)return;const C=a[t.Y20+s],R=C?C[t.Isx]:void 0;R&&R.leave&&R.leave.size>0&&(R.detachedLeaveAnimationFns=[])}(this.lContainer,s),function i7(a,s){return Sd(a,s)}(this.lContainer,s)}create(s,u){const C=I1(this.lContainer,this.templateTNode.tView.ssrId),R=td(this.hostLView,this.templateTNode,new $5(this.lContainer,u,s),{dehydratedView:C});return this.operationsCounter?.recordCreate(),R}destroy(s){Zc(s[t.eDl],s),this.operationsCounter?.recordDestroy()}updateValue(s,u){this.getLView(s)[t.SKP].$implicit=u}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let s=0;s{a.destroy(Se)})}(Se,a,X.trackByFn),Se.updateIndexes(),X.hasEmptyBlock){const at=(0,t.xbp)(),xt=0===Se.length;if(un(C,at,xt)){const qt=u+2,yi=Q3(C,qt);if(xt){const bi=xp(R,qt),Xi=wu(yi,bi,C);id(yi,td(C,bi,void 0,{dehydratedView:Xi}),0,Lc(bi,Xi))}else R.firstUpdatePass&&Od(yi),A0(yi,0)}}}finally{(0,p.Ht)(s)}}function Q3(a,s){return a[s]}function xp(a,s){return(0,t.XRZ)(a,s)}function Cp(a,s,u){const C=(0,t.OAn)();return un(C,(0,t.xbp)(),s)&&((0,t.klJ)(),y0((0,t.CpD)(),C,a,s,C[t.GpT],u)),Cp}function Mp(a,s,u,C,R){b1(s,a,u,R?"class":"style",C)}function Zf(a,s,u,C){const R=(0,t.OAn)(),X=R[t.eDl],ne=a+t.Yw1,xe=X.firstCreatePass?L(ne,R,2,s,y1,(0,t.ckz)(),u,C):X.data[ne];if(Ul(xe,R,a,s,J3),(0,t.yoD)(xe)){const Se=R[t.eDl];Jc(Se,R,xe),xl(Se,xe,R)}return null!=C&&qc(R,xe),Zf}function Jf(){const a=(0,t.klJ)(),u=ed((0,t.Mx4)());return a.firstCreatePass&&H(a,u),(0,t.UhH)(u)&&(0,t.krE)(),(0,t.N79)(),null!=u.classesWithoutHost&&function Ht(a){return!!(8&a.flags)}(u)&&Mp(a,u,(0,t.OAn)(),u.classesWithoutHost,!0),null!=u.stylesWithoutHost&&function ct(a){return!!(16&a.flags)}(u)&&Mp(a,u,(0,t.OAn)(),u.stylesWithoutHost,!1),Jf}function Ep(a,s,u,C){return Zf(a,s,u,C),Jf(),Ep}function $3(a,s,u,C){const R=(0,t.OAn)(),X=R[t.eDl],ne=a+t.Yw1,xe=X.firstCreatePass?Y(ne,X,2,s,u,C):X.data[ne];return Ul(xe,R,a,s,J3),null!=C&&qc(R,xe),$3}function Z3(){const s=ed((0,t.Mx4)());return(0,t.UhH)(s)&&(0,t.krE)(),(0,t.N79)(),Z3}function wp(a,s,u,C){return $3(a,s,u,C),Z3(),wp}let J3=(a,s,u,C,R)=>((0,t.m7n)(!0),e1(s[t.GpT],C,(0,t.UaU)()));function q3(a,s,u){const C=(0,t.OAn)(),R=C[t.eDl],X=a+t.Yw1,ne=R.firstCreatePass?L(X,C,8,"ng-container",y1,(0,t.ckz)(),s,u):R.data[X];if(Ul(ne,C,a,"ng-container",Ap),(0,t.yoD)(ne)){const xe=C[t.eDl];Jc(xe,C,ne),xl(xe,ne,C)}return null!=u&&qc(C,ne),q3}function u2(){const a=(0,t.klJ)(),u=ed((0,t.Mx4)());return a.firstCreatePass&&H(a,u),u2}function Sp(a,s,u){return q3(a,s,u),u2(),Sp}function Tp(a,s,u){const C=(0,t.OAn)(),R=C[t.eDl],X=a+t.Yw1,ne=R.firstCreatePass?Y(X,R,8,"ng-container",s,u):R.data[X];return Ul(ne,C,a,"ng-container",Ap),null!=u&&qc(C,ne),Tp}function Pg(){return ed((0,t.Mx4)()),u2}let Ap=(a,s,u,C,R)=>((0,t.m7n)(!0),e0(s[t.GpT],""));function Fg(){return(0,t.OAn)()}function em(a,s,u){const C=(0,t.OAn)();return un(C,(0,t.xbp)(),s)&&((0,t.klJ)(),b0((0,t.CpD)(),C,a,s,C[t.GpT],u)),em}const Ku=void 0;var o7=["en",[["a","p"],["AM","PM"]],[["AM","PM"]],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Ku,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Ku,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Ku,"{1} 'at' {0}",Ku],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function s7(a){const s=Math.floor(Math.abs(a)),u=a.toString().replace(/^[^.]*\.?/,"").length;return 1===s&&0===u?1:5}];let Yu={};function Lp(a){const s=function c7(a){return a.toLowerCase().replace(/_/g,"-")}(a);let u=Bg(s);if(u)return u;const C=s.split("-")[0];if(u=Bg(C),u)return u;if("en"===C)return o7;throw new t.buA(701,!1)}function Ip(a){return Lp(a)[Qu.PluralCase]}function Bg(a){return a in Yu||(Yu[a]=t.laP.ng&&t.laP.ng.common&&t.laP.ng.common.locales&&t.laP.ng.common.locales[a]),Yu[a]}var Qu=function(a){return a[a.LocaleId=0]="LocaleId",a[a.DayPeriodsFormat=1]="DayPeriodsFormat",a[a.DayPeriodsStandalone=2]="DayPeriodsStandalone",a[a.DaysFormat=3]="DaysFormat",a[a.DaysStandalone=4]="DaysStandalone",a[a.MonthsFormat=5]="MonthsFormat",a[a.MonthsStandalone=6]="MonthsStandalone",a[a.Eras=7]="Eras",a[a.FirstDayOfWeek=8]="FirstDayOfWeek",a[a.WeekendRange=9]="WeekendRange",a[a.DateFormat=10]="DateFormat",a[a.TimeFormat=11]="TimeFormat",a[a.DateTimeFormat=12]="DateTimeFormat",a[a.NumberSymbols=13]="NumberSymbols",a[a.NumberFormats=14]="NumberFormats",a[a.CurrencyCode=15]="CurrencyCode",a[a.CurrencySymbol=16]="CurrencySymbol",a[a.CurrencyName=17]="CurrencyName",a[a.Currencies=18]="Currencies",a[a.Directionality=19]="Directionality",a[a.PluralCase=20]="PluralCase",a[a.ExtraData=21]="ExtraData",a}(Qu||{});const d7=["zero","one","two","few","many"],kp="en-US",tm={marker:"element"},X1={marker:"ICU"};var Tl=function(a){return a[a.SHIFT=2]="SHIFT",a[a.APPEND_EAGERLY=1]="APPEND_EAGERLY",a[a.COMMENT=2]="COMMENT",a}(Tl||{});let Vg=kp;function u7(a){"string"==typeof a&&(Vg=a.toLowerCase().replace(/_/g,"-"))}let qf=0,e4=0;let t4=(a,s,u,C)=>((0,t.m7n)(!0),function Gg(a,s,u){const C=a[t.GpT];switch(u){case Node.COMMENT_NODE:return e0(C,s);case Node.TEXT_NODE:return q1(C,s);case Node.ELEMENT_NODE:return e1(C,s,null)}}(a,u,C));function Xg(a,s,u,C){const R=u[t.GpT];let ne,X=null;for(let xe=0;xe>>1,u),null,null,bi,Xi,null)}else switch(Se){case X1:const at=s[++xe],xt=s[++xe];null===u[xt]&&gi(u[xt]=t4(u,0,at,Node.COMMENT_NODE),u);break;case tm:const qt=s[++xe],yi=s[++xe];null===u[yi]&&gi(u[yi]=t4(u,0,qt,Node.ELEMENT_NODE),u)}}}function Rp(a,s,u,C,R){for(let X=0;X>>2;switch(3&xt){case 1:const yi=u[++at],bi=u[++at],Xi=a.data[qt];"string"==typeof Xi?Ed(s[t.GpT],s[qt],null,Xi,yi,Se,bi):y0(Xi,s,yi,Se,s[t.GpT],bi);break;case 0:const _n=s[qt];null!==_n&&E2(s[t.GpT],_n,Se);break;case 2:m7(a,P0(a,qt),s,Se);break;case 3:Kg(a,P0(a,qt),C,s)}}}}else{const Se=u[X+1];if(Se>0&&!(3&~Se)){const xt=P0(a,Se>>>2);s[xt.currentCaseLViewIndex]<0&&Kg(a,xt,C,s)}}X+=xe}}function Kg(a,s,u,C){let R=C[s.currentCaseLViewIndex];if(null!==R){let X=qf;R<0&&(R=C[s.currentCaseLViewIndex]=~R,X=-1),Rp(a,C,s.update[R],u,X)}}function m7(a,s,u,C){const R=function p7(a,s){let u=a.cases.indexOf(s);if(-1===u)switch(a.type){case 1:{const C=function zg(a,s){const u=Ip(s)(parseInt(a,10)),C=d7[u];return void 0!==C?C:"other"}(s,function h7(){return Vg}());u=a.cases.indexOf(C),-1===u&&"other"!==C&&(u=a.cases.indexOf("other"));break}case 0:u=a.cases.indexOf("other")}return-1===u?null:u}(s,C);if(F0(s,u)!==R&&(Yg(a,s,u),u[s.currentCaseLViewIndex]=null===R?null:~R,null!==R)){const ne=u[s.anchorIdx];ne&&Xg(a,s.create[R],u,ne)}}function Yg(a,s,u){let C=F0(s,u);if(null!==C){const R=s.remove[C];for(let X=0;X0){const xe=(0,t.vaC)(ne,u);null!==xe&&nr(u[t.GpT],xe)}else Yg(a,P0(a,~ne),u)}}}const im=/\ufffd(\d+):?\d*\ufffd/gi,_7=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,v7=/\ufffd(\d+)\ufffd/,Op=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,$g=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,y7=/\ufffd(\/?[#*]\d+):?\d*\ufffd/gi,Zg=/\uE500/g;function nm(a,s,u,C,R,X,ne){const xe=Kc(a,C,1,null);let Se=xe<u.length&&u.push(Se)}return{type:C,mainBinding:R,cases:s,values:u}}function Np(a){if(!a)return[];let s=0;const u=[],C=[],R=/[{}]/g;let X;for(R.lastIndex=0;X=R.exec(a);){const xe=X.index;if("}"==X[0]){if(u.pop(),0==u.length){const Se=a.substring(s,xe);Op.test(Se)?C.push(S7(Se)):C.push(Se),s=xe+1}}else{if(0==u.length){const Se=a.substring(s,xe);C.push(Se),s=xe+1}u.push("{")}}const ne=a.substring(s);return C.push(ne),C}function T7(a,s,u,C,R,X,ne,xe,Se){const at=[],xt=[],qt=[];u.cases.push(ne),u.create.push(at),u.remove.push(xt),u.update.push(qt);const bi=Ol(Ui()).getInertBodyElement(xe),Xi=Pi(bi)||bi;return Xi?qg(a,s,u,C,R,at,xt,qt,Xi,X,Se,0):0}function qg(a,s,u,C,R,X,ne,xe,Se,at,xt,qt){let yi=0,bi=Se.firstChild;for(;bi;){const Xi=Kc(s,C,1,null);switch(bi.nodeType){case Node.ELEMENT_NODE:const _n=bi,jn=_n.tagName.toLowerCase();if(Va.hasOwnProperty(jn)){zp(X,tm,jn,at,Xi),s.data[Xi]=jn;const Ro=_n.attributes;for(let Qd=0;Qd>>Tl.SHIFT;let qt=a[xt],yi=!1;null===qt&&(qt=a[xt]=t4(a,0,s[X],(ne&Tl.COMMENT)===Tl.COMMENT?Node.COMMENT_NODE:Node.TEXT_NODE),yi=(0,t.SX7)()),at&&null!==u&&yi&&zl(R,u,qt,C,!1)}})(R,Se.create,xt,xe&&8&xe.type?R[xe.index]:null),(0,t.xyx)(!0)}function Vp(){(0,t.xyx)(!1)}function Hp(a,s,u){const C=(0,t.OAn)(),R=(0,t.klJ)(),X=(0,t.Mx4)();return jp(R,C,C[t.GpT],X,a,s,u),Hp}function Gp(a,s,u){const C=(0,t.OAn)(),R=(0,t.klJ)(),X=(0,t.Mx4)();return(3&X.type||u)&&er(X,R,C,u,C[t.GpT],a,s,oa(X,C,s)),Gp}function jp(a,s,u,C,R,X,ne){let xe=!0,Se=null;if((3&C.type||ne)&&(Se??=oa(C,s,X),er(C,a,s,ne,u,R,X,Se)&&(xe=!1)),xe){const at=C.outputs?.[R],xt=C.hostDirectiveOutputs?.[R];if(xt&&xt.length)for(let qt=0;qt>17&32767}function Xp(a){return 2|a}function f2(a){return(131068&a)>>2}function Kp(a,s){return-131069&a|s<<2}function Yp(a){return 1|a}function y8(a,s,u,C){const R=a[u+1],X=null===s;let ne=C?h2(R):f2(R),xe=!1;for(;0!==ne&&(!1===xe||X);){const at=a[ne+1];Qp(a[ne],s)&&(xe=!0,a[ne+1]=C?Yp(at):Xp(at)),ne=C?h2(at):f2(at)}xe&&(a[u+1]=C?Xp(R):Yp(R))}function Qp(a,s){return null===a||null==s||(Array.isArray(a)?a[1]:a)===s||!(!Array.isArray(a)||"string"!=typeof s)&&(0,t.FRF)(a,s)>=0}const io={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function b8(a){return a.substring(io.key,io.keyEnd)}function x8(a){return a.substring(io.value,io.valueEnd)}function C8(a,s){const u=io.textEnd;return u===s?-1:(s=io.keyEnd=function X7(a,s,u){for(;s32;)s++;return s}(a,io.key=s,u),m2(a,s,u))}function M8(a,s){const u=io.textEnd;let C=io.key=m2(a,s,u);return u===C?-1:(C=io.keyEnd=function K7(a,s,u){let C;for(;s=65&&(-33&C)<=90||C>=48&&C<=57);)s++;return s}(a,C,u),C=$p(a,C,u),C=io.value=m2(a,C,u),C=io.valueEnd=function Y7(a,s,u){let C=-1,R=-1,X=-1,ne=s,xe=ne;for(;ne32&&(xe=ne),X=R,R=C,C=-33&Se}return xe}(a,C,u),$p(a,C,u))}function E8(a){io.key=0,io.keyEnd=0,io.value=0,io.valueEnd=0,io.textEnd=a.length}function m2(a,s,u){for(;s=0;u=M8(s,u))A8(a,b8(s),x8(s))}function e6(a){w8(tv,Z7,a,!0)}function Z7(a,s){for(let u=function j7(a){return E8(a),C8(a,m2(a,0,io.textEnd))}(s);u>=0;u=C8(s,u))(0,t.ezK)(a,b8(s),!0)}function t6(a,s,u,C){const R=(0,t.OAn)(),X=(0,t.klJ)(),ne=(0,t.b$O)(2);X.firstUpdatePass&&S8(X,a,ne,C),s!==qa&&un(R,ne,s)&&n6(X,X.data[(0,t._px)()],R,R[t.GpT],a,R[ne+1]=function a6(a,s){return null==a||""===a||("string"==typeof s?a+=s:"object"==typeof a&&(a=(0,t.AsM)(zs(a)))),a}(s,u),C,ne)}function w8(a,s,u,C){const R=(0,t.klJ)(),X=(0,t.b$O)(2);R.firstUpdatePass&&S8(R,null,X,C);const ne=(0,t.OAn)();if(u!==qa&&un(ne,X,u)){const xe=R.data[(0,t._px)()];if(I8(xe,C)&&!rm(R,X)){let Se=C?xe.classesWithoutHost:xe.stylesWithoutHost;null!==Se&&(u=(0,t.n$e)(Se,u||"")),Mp(R,xe,ne,u,C)}else!function iv(a,s,u,C,R,X,ne,xe){R===qa&&(R=t.Mlv);let Se=0,at=0,xt=0=a.expandoStartIndex}function S8(a,s,u,C){const R=a.data;if(null===R[u+1]){const X=R[(0,t._px)()],ne=rm(a,u);I8(X,C)&&null===s&&!ne&&(s=!1),s=function J7(a,s,u,C){const R=(0,t.MT)(a);let X=C?s.residualClasses:s.residualStyles;if(null===R)0===(C?s.classBindings:s.styleBindings)&&(u=r4(u=i6(null,a,s,u,C),s.attrs,C),X=null);else{const ne=s.directiveStylingLast;if(-1===ne||a[ne]!==R)if(u=i6(R,a,s,u,C),null===X){let Se=function q7(a,s,u){const C=u?s.classBindings:s.styleBindings;if(0!==f2(C))return a[h2(C)]}(a,s,C);void 0!==Se&&Array.isArray(Se)&&(Se=i6(null,a,s,Se[1],C),Se=r4(Se,s.attrs,C),function ev(a,s,u,C){a[h2(u?s.classBindings:s.styleBindings)]=C}(a,s,C,Se))}else X=function T8(a,s,u){let C;const R=s.directiveEnd;for(let X=1+s.directiveStylingLast;X0)&&(at=!0)):xt=u,R)if(0!==Se){const yi=h2(a[xe+1]);a[C+1]=a4(yi,xe),0!==yi&&(a[yi+1]=Kp(a[yi+1],C)),a[xe+1]=function H7(a,s){return 131071&a|s<<17}(a[xe+1],C)}else a[C+1]=a4(xe,0),0!==xe&&(a[xe+1]=Kp(a[xe+1],C)),xe=C;else a[C+1]=a4(Se,0),0===xe?xe=C:a[Se+1]=Kp(a[Se+1],C),Se=C;at&&(a[C+1]=Xp(a[C+1])),y8(a,xt,C,!0),y8(a,xt,C,!1),function v8(a,s,u,C,R){const X=R?a.residualClasses:a.residualStyles;null!=X&&"string"==typeof s&&(0,t.FRF)(X,s)>=0&&(u[C+1]=Yp(u[C+1]))}(s,xt,a,C,X),ne=a4(xe,Se),X?s.classBindings=ne:s.styleBindings=ne}(R,X,s,u,ne,C)}}function i6(a,s,u,C,R){let X=null;const ne=u.directiveEnd;let xe=u.directiveStylingLast;for(-1===xe?xe=u.directiveStart:xe++;xe0;){const Se=a[R],at=Array.isArray(Se),xt=at?Se[1]:Se,qt=null===xt;let yi=u[R+1];yi===qa&&(yi=qt?t.Mlv:void 0);let bi=qt?(0,t.K7h)(yi,C):xt===C?yi:void 0;if(at&&!sm(bi)&&(bi=(0,t.K7h)(Se,C)),sm(bi)&&(xe=bi,ne))return xe;const Xi=a[R+1];R=ne?h2(Xi):f2(Xi)}if(null!==s){let Se=X?s.residualClasses:s.residualStyles;null!=Se&&(xe=(0,t.K7h)(Se,C))}return xe}function sm(a){return void 0!==a}function I8(a,s){return!!(a.flags&(s?8:16))}function k8(a,s=""){const u=(0,t.OAn)(),C=(0,t.klJ)(),R=a+t.Yw1,X=C.firstCreatePass?Vl(C,R,1,s,null):C.data[R],ne=r6(C,u,X,s,a);u[R]=ne,(0,t.SX7)()&&ac(C,u,ne,X),(0,t.iMd)(X,!1)}let r6=(a,s,u,C,R)=>((0,t.m7n)(!0),q1(s[t.GpT],C));function R8(a,s){let u=!1,C=(0,t.c$7)();for(let X=1;X>20;if((0,t.Y3W)(a)||!a.multi){const bi=new Ct(at,R,lc,null),Xi=b6(Se,s,R?xt:xt+yi,qt);-1===Xi?(ti(Kt(xe,ne),X,Se),y6(X,a,s.length),s.push(Se),xe.directiveStart++,xe.directiveEnd++,R&&(xe.providerIndexes+=1048576),u.push(bi),ne.push(bi)):(u[Xi]=bi,ne[Xi]=bi)}else{const bi=b6(Se,s,xt+yi,qt),Xi=b6(Se,s,xt,xt+yi),jn=Xi>=0&&u[Xi];if(R&&!jn||!R&&!(bi>=0&&u[bi])){ti(Kt(xe,ne),X,Se);const Yn=function $8(a,s,u,C,R){const ne=new Ct(a,u,lc,null);return ne.multi=[],ne.index=s,ne.componentProviders=0,Q8(ne,R,C&&!u),ne}(R?fv:hv,u.length,R,C,at);!R&&jn&&(u[Xi].providerFactory=Yn),y6(X,a,s.length,0),s.push(Se),xe.directiveStart++,xe.directiveEnd++,R&&(xe.providerIndexes+=1048576),u.push(Yn),ne.push(Yn)}else y6(X,a,bi>-1?bi:Xi,Q8(u[R?Xi:bi],at,!R&&C));!R&&C&&jn&&u[Xi].componentProviders++}}}function y6(a,s,u,C){const R=(0,t.Y3W)(s),X=(0,t.MME)(s);if(R||X){const Se=(X?(0,t.nl4)(s.useClass):s).prototype.ngOnDestroy;if(Se){const at=a.destroyHooks||(a.destroyHooks=[]);if(!R&&s.multi){const xt=at.indexOf(u);-1===xt?at.push(u,[C,Se]):at[xt+1].push(C,Se)}else at.push(u,Se)}}}function Q8(a,s,u){return u&&a.componentProviders++,a.multi.push(s)-1}function b6(a,s,u,C){for(let R=u;R{u.providersResolver=(C,R)=>function _6(a,s,u){const C=(0,t.klJ)();if(C.firstCreatePass){const R=(0,t.JlV)(a);v6(u,C.data,C.blueprint,R,!0),v6(s,C.data,C.blueprint,R,!1)}}(C,R?R(a):a,s)}}function cm(a){if("function"==typeof a)return a;const s=(0,t.Bqz)(a);return s.some(t.Jzi)?()=>s.map(t.nl4).map(q8):s.map(q8)}function q8(a){return Du(a)?a.ngModule:a}function x6(a,s,u){const C=(0,t.gxQ)()+a,R=(0,t.OAn)();return R[C]===qa?zi(R,C,u?s.call(u):s()):Vi(R,C)}function e_(a,s,u,C){return r_((0,t.OAn)(),(0,t.gxQ)(),a,s,u,C)}function t_(a,s,u,C,R){return C6((0,t.OAn)(),(0,t.gxQ)(),a,s,u,C,R)}function i_(a,s,u,C,R,X){return s_((0,t.OAn)(),(0,t.gxQ)(),a,s,u,C,R,X)}function l4(a,s){const u=a[s];return u===qa?void 0:u}function r_(a,s,u,C,R,X){const ne=s+u;return un(a,ne,R)?zi(a,ne+1,X?C.call(X,R):C(R)):l4(a,ne+1)}function C6(a,s,u,C,R,X,ne){const xe=s+u;return Bn(a,xe,R,X)?zi(a,xe+2,ne?C.call(ne,R,X):C(R,X)):l4(a,xe+2)}function s_(a,s,u,C,R,X,ne,xe){const Se=s+u;return pn(a,Se,R,X,ne)?zi(a,Se+3,xe?C.call(xe,R,X,ne):C(R,X,ne)):l4(a,Se+3)}function o_(a,s,u,C,R,X,ne,xe,Se){const at=s+u;return gn(a,at,R,X,ne,xe)?zi(a,at+4,Se?C.call(Se,R,X,ne,xe):C(R,X,ne,xe)):l4(a,at+4)}function c4(a,s,u,C,R,X){let ne=s+u,xe=!1;for(let Se=0;Se=0;u--){const C=s[u];if(a===C.name)return C}}(s,u.pipeRegistry),u.data[R]=C,C.onDestroy&&(u.destroyHooks??=[]).push(R,C.onDestroy)):C=u.data[R];const X=C.factory||(C.factory=(0,t.wGu)(C.type,!0)),xe=(0,t.a2B)(lc);try{const Se=le(!1),at=X();return le(Se),(0,t.M_e)(u,(0,t.OAn)(),R,at),at}finally{(0,t.a2B)(xe)}}function c_(a,s,u){const C=a+t.Yw1,R=(0,t.OAn)(),X=(0,t.Hh6)(R,C);return d4(R,C)?r_(R,(0,t.gxQ)(),s,X.transform,u,X):X.transform(u)}function d_(a,s,u,C){const R=a+t.Yw1,X=(0,t.OAn)(),ne=(0,t.Hh6)(X,R);return d4(X,R)?C6(X,(0,t.gxQ)(),s,ne.transform,u,C,ne):ne.transform(u,C)}function u_(a,s,u,C,R){const X=a+t.Yw1,ne=(0,t.OAn)(),xe=(0,t.Hh6)(ne,X);return d4(ne,X)?s_(ne,(0,t.gxQ)(),s,xe.transform,u,C,R,xe):xe.transform(u,C,R)}function d4(a,s){return a[t.eDl].data[s].pure}function f_(a,s){return Ad(a,s)}function u4(a,s,u,C,R){const X=R[t.eDl];if(X!==C.tView)for(let ne=t.Yw1;ne{if(C.encapsulation===Bs.ShadowDom){const Xi=ne.cloneNode(!1);ne.replaceWith(Xi),ne=Xi}const qt=t0(u),yi=n1(xe,qt,X,n0(u),ne,Se,null,null,null,null,null);(function g_(a,s,u,C){for(let R=t.Yw1;Rp_(a,s,xt))}(a,s,u,C,R)}function p_(a,s,u){try{u()}catch(C){if(null!==s&&C.message){const X=C.message+(C.stack?"\n"+C.stack:"");a?.hot?.send?.("angular:invalidate",{id:s,message:X,error:!0})}throw C}}const Yd={\u0275\u0275animateEnter:function X3(a){if(Cs("NgAnimateEnter"),!o2)return X3;const s=(0,t.OAn)();if(Xf(s))return X3;const u=(0,t.Mx4)();return Xu(u,s),G3(H3(s),u,()=>function H5(a,s,u){const C=(0,t.d31)(s,a),R=a[t.GpT],X=a[t.YEL].get(Ha),ne=Tg(u),xe=[],Se=xt=>{if(xt.target!==C)return;const qt=xt instanceof AnimationEvent?"animationend":"transitionend";X.runOutsideAngular(()=>{R.listen(C,qt,at)})},at=xt=>{xt.target===C&&function Ag(a,s,u){const C=Wu.get(s);if(a.target===s&&C&&Dg(a,s)){a.stopImmediatePropagation();for(const R of C.classList)u.removeClass(s,R);Kf(s)}}(xt,C,R)};if(ne&&ne.length>0){X.runOutsideAngular(()=>{xe.push(R.listen(C,"animationstart",Se)),xe.push(R.listen(C,"transitionstart",Se))}),function z5(a,s,u){const C=Wu.get(a);if(C){for(const R of s)C.classList.push(R);for(const R of u)C.cleanupFns.push(R)}else Wu.set(a,{classList:s,cleanupFns:u})}(C,ne,xe);for(const xt of ne)R.addClass(C,xt);X.runOutsideAngular(()=>{requestAnimationFrame(()=>{if(r0(C,l2,o2),!l2.has(C)){for(const xt of ne)R.removeClass(C,xt);Kf(C)}})})}}(s,u,a)),u1(s[t.YEL]),h1(s[t.YEL],H3(s)),X3},\u0275\u0275animateEnterListener:function K3(a){if(Cs("NgAnimateEnter"),!o2)return K3;const s=(0,t.OAn)();if(Xf(s))return K3;const u=(0,t.Mx4)();return Xu(u,s),G3(H3(s),u,()=>function G5(a,s,u){const C=(0,t.d31)(s,a);u.call(a[t.SKP],{target:C,animationComplete:U5})}(s,u,a)),u1(s[t.YEL]),h1(s[t.YEL],H3(s)),K3},\u0275\u0275animateLeave:function Yf(a){if(Cs("NgAnimateLeave"),!o2)return Yf;const s=(0,t.OAn)();if(Xf(s))return Yf;const C=(0,t.Mx4)();return Xu(C,s),G3(d2(s),C,()=>function j5(a,s,u){const{promise:C,resolve:R}=tp(),X=(0,t.d31)(s,a),ne=a[t.GpT],xe=a[t.YEL].get(Ha);bc.add(a),(d2(a).get(s.index).resolvers??=[]).push(R);const Se=Tg(u);return Se&&Se.length>0?function W5(a,s,u,C,R,X){!function V5(a,s){if(!o2)return;const u=Wu.get(a);if(u&&u.classList.length>0&&function fp(a,s){for(const u of s)if(a.classList.contains(u))return!0;return!1}(a,u.classList))for(const C of u.classList)s.removeClass(a,C);Kf(a)}(a,R);const ne=[],xe=d2(u).get(s.index)?.resolvers,Se=at=>{if(at.target===a&&(at instanceof CustomEvent||Dg(at,a))){if(at.stopImmediatePropagation(),l2.delete(a),up(s,a),Array.isArray(s.projection))for(const xt of C)R.removeClass(a,xt);j3(xe,ne),mp(u,s)}};X.runOutsideAngular(()=>{ne.push(R.listen(a,"animationend",Se)),ne.push(R.listen(a,"transitionend",Se))}),hp(s,a);for(const at of C)R.addClass(a,at);X.runOutsideAngular(()=>{requestAnimationFrame(()=>{r0(a,l2,o2),l2.has(a)||(up(s,a),j3(xe,ne),mp(u,s))})})}(X,s,a,Se,ne,xe):R(),{promise:C,resolve:R}}(s,C,a)),u1(s[t.YEL]),Yf},\u0275\u0275animateLeaveListener:function Y3(a){if(Cs("NgAnimateLeave"),!o2)return Y3;const s=(0,t.OAn)(),u=(0,t.Mx4)();return Xu(u,s),bc.add(s),G3(d2(s),u,()=>function X5(a,s,u){const{promise:C,resolve:R}=tp(),X=(0,t.d31)(s,a),ne=[],xe=a[t.GpT],Se=Xf(a),at=a[t.YEL].get(Ha),xt=a[t.YEL].get(N5);(d2(a).get(s.index).resolvers??=[]).push(R);const qt=d2(a).get(s.index)?.resolvers;if(Se)W3(a,s,X,qt,ne);else{const yi=setTimeout(()=>W3(a,s,X,qt,ne),xt),bi={target:X,animationComplete:()=>{W3(a,s,X,qt,ne),clearTimeout(yi)}};hp(s,X),at.runOutsideAngular(()=>{ne.push(xe.listen(X,"animationend",()=>{W3(a,s,X,qt,ne),clearTimeout(yi)},{once:!0}))}),u.call(a[t.SKP],bi)}return{promise:C,resolve:R}}(s,u,a)),u1(s[t.YEL]),Y3},\u0275\u0275attribute:dp,\u0275\u0275defineComponent:g3,\u0275\u0275defineDirective:Pf,\u0275\u0275defineInjectable:t.jDH,\u0275\u0275defineInjector:t.G2t,\u0275\u0275defineNgModule:Of,\u0275\u0275definePipe:$0,\u0275\u0275directiveInject:lc,\u0275\u0275getInheritedFactory:zn,\u0275\u0275inject:t.KVO,\u0275\u0275injectAttribute:Ve,\u0275\u0275invalidFactory:pf,\u0275\u0275invalidFactoryDep:t.dmw,\u0275\u0275templateRefExtractor:f_,\u0275\u0275resetView:t.Njj,\u0275\u0275HostDirectivesFeature:Rm,\u0275\u0275NgOnChangesFeature:k,\u0275\u0275ProvidersFeature:Z8,\u0275\u0275CopyDefinitionFeature:function j6(a){let u,s=Lm(a.type);u=(0,t.JlV)(a)?s.\u0275cmp:s.\u0275dir;const C=a;for(const R of G6)C[R]=u[R];if((0,t.JlV)(u))for(const R of km)C[R]=u[R]},\u0275\u0275InheritDefinitionFeature:v3,\u0275\u0275ExternalStylesFeature:function J8(a){return s=>{a.length<1||(s.getExternalStyles=u=>a.map(R=>R+"?ngcomp"+(u?"="+encodeURIComponent(u):"")+"&e="+s.encapsulation))}},\u0275\u0275nextContext:o8,\u0275\u0275namespaceHTML:t.joV,\u0275\u0275namespaceMathML:t.By9,\u0275\u0275namespaceSVG:t.qSk,\u0275\u0275enableBindings:t.cSN,\u0275\u0275disableBindings:t.fuf,\u0275\u0275elementStart:Zf,\u0275\u0275elementEnd:Jf,\u0275\u0275element:Ep,\u0275\u0275elementContainerStart:q3,\u0275\u0275elementContainerEnd:u2,\u0275\u0275domElement:wp,\u0275\u0275domElementStart:$3,\u0275\u0275domElementEnd:Z3,\u0275\u0275domElementContainer:function Dp(a,s,u){return Tp(a,s,u),Pg(),Dp},\u0275\u0275domElementContainerStart:Tp,\u0275\u0275domElementContainerEnd:Pg,\u0275\u0275domTemplate:T3,\u0275\u0275domListener:Gp,\u0275\u0275elementContainer:Sp,\u0275\u0275pureFunction0:x6,\u0275\u0275pureFunction1:e_,\u0275\u0275pureFunction2:t_,\u0275\u0275pureFunction3:i_,\u0275\u0275pureFunction4:function gv(a,s,u,C,R,X,ne){return o_((0,t.OAn)(),(0,t.gxQ)(),a,s,u,C,R,X,ne)},\u0275\u0275pureFunction5:function n_(a,s,u,C,R,X,ne,xe){const Se=(0,t.gxQ)()+a,at=(0,t.OAn)(),xt=gn(at,Se,u,C,R,X);return un(at,Se+4,ne)||xt?zi(at,Se+5,xe?s.call(xe,u,C,R,X,ne):s(u,C,R,X,ne)):Vi(at,Se+5)},\u0275\u0275pureFunction6:function _v(a,s,u,C,R,X,ne,xe,Se){const at=(0,t.gxQ)()+a,xt=(0,t.OAn)(),qt=gn(xt,at,u,C,R,X);return Bn(xt,at+4,ne,xe)||qt?zi(xt,at+6,Se?s.call(Se,u,C,R,X,ne,xe):s(u,C,R,X,ne,xe)):Vi(xt,at+6)},\u0275\u0275pureFunction7:function a_(a,s,u,C,R,X,ne,xe,Se,at){const xt=(0,t.gxQ)()+a,qt=(0,t.OAn)();let yi=gn(qt,xt,u,C,R,X);return pn(qt,xt+4,ne,xe,Se)||yi?zi(qt,xt+7,at?s.call(at,u,C,R,X,ne,xe,Se):s(u,C,R,X,ne,xe,Se)):Vi(qt,xt+7)},\u0275\u0275pureFunction8:function vv(a,s,u,C,R,X,ne,xe,Se,at,xt){const qt=(0,t.gxQ)()+a,yi=(0,t.OAn)(),bi=gn(yi,qt,u,C,R,X);return gn(yi,qt+4,ne,xe,Se,at)||bi?zi(yi,qt+8,xt?s.call(xt,u,C,R,X,ne,xe,Se,at):s(u,C,R,X,ne,xe,Se,at)):Vi(yi,qt+8)},\u0275\u0275pureFunctionV:function yv(a,s,u,C){return c4((0,t.OAn)(),(0,t.gxQ)(),a,s,u,C)},\u0275\u0275getCurrentView:Fg,\u0275\u0275restoreView:t.eBV,\u0275\u0275listener:Hp,\u0275\u0275projection:d8,\u0275\u0275syntheticHostProperty:function Ng(a,s,u){const C=(0,t.OAn)();if(un(C,(0,t.xbp)(),s)){const X=(0,t.klJ)(),ne=(0,t.CpD)();b0(ne,C,a,s,q2((0,t.MT)(X.data),ne,C),u)}return Ng},\u0275\u0275syntheticHostListener:function s8(a,s){const u=(0,t.Mx4)(),C=(0,t.OAn)(),R=(0,t.klJ)();return jp(R,C,q2((0,t.MT)(R.data),u,C),u,a,s),s8},\u0275\u0275pipeBind1:c_,\u0275\u0275pipeBind2:d_,\u0275\u0275pipeBind3:u_,\u0275\u0275pipeBind4:function h_(a,s,u,C,R,X){const ne=a+t.Yw1,xe=(0,t.OAn)(),Se=(0,t.Hh6)(xe,ne);return d4(xe,ne)?o_(xe,(0,t.gxQ)(),s,Se.transform,u,C,R,X,Se):Se.transform(u,C,R,X)},\u0275\u0275pipeBindV:function Cv(a,s,u){const C=a+t.Yw1,R=(0,t.OAn)(),X=(0,t.Hh6)(R,C);return d4(R,C)?c4(R,(0,t.gxQ)(),s,X.transform,u,X):X.transform.apply(X,u)},\u0275\u0275projectionDef:c8,\u0275\u0275domProperty:em,\u0275\u0275ariaProperty:cp,\u0275\u0275property:Cp,\u0275\u0275pipe:l_,\u0275\u0275queryRefresh:h8,\u0275\u0275queryAdvance:p8,\u0275\u0275viewQuery:u8,\u0275\u0275viewQuerySignal:Wp,\u0275\u0275loadQuery:f8,\u0275\u0275contentQuery:am,\u0275\u0275contentQuerySignal:m8,\u0275\u0275reference:g8,\u0275\u0275classMap:e6,\u0275\u0275styleMap:function Q7(a){w8(A8,$7,a,!1)},\u0275\u0275styleProp:Jp,\u0275\u0275classProp:qp,\u0275\u0275advance:S2,\u0275\u0275template:S3,\u0275\u0275conditional:kg,\u0275\u0275conditionalCreate:_p,\u0275\u0275conditionalBranchCreate:vp,\u0275\u0275defer:function op(a,s,u,C,R,X,ne,xe,Se,at){const xt=(0,t.OAn)(),qt=(0,t.klJ)(),yi=a+t.Yw1,bi=Vd(xt,qt,a,null,0,0),Xi=xt[t.YEL],_n=Ho(Xi);if(qt.firstCreatePass){Cs("NgDefer");const Qd={primaryTmplIndex:s,loadingTmplIndex:C??null,placeholderTmplIndex:R??null,errorTmplIndex:X??null,placeholderBlockConfig:null,loadingBlockConfig:null,dependencyResolverFn:u??null,loadingState:gs.NOT_STARTED,loadingPromise:null,providers:null,hydrateTriggers:null,debug:null,flags:at??0};Se?.(qt,Qd,xe,ne),function Q6(a,s,u){const C=n2(s);a.data[C]=u}(qt,yi,Qd)}const jn=xt[yi];Em(jn,bi,xt);let Yn=null,xn=null;if(jn[t.qFA]?.length>0){const Qd=jn[t.qFA][0].data;xn=Qd[Li]??null,Yn=Qd.s}const fr=[null,uc.Initial,null,null,null,null,xn,Yn,null,null];!function L3(a,s,u){a[n2(s)]=u}(xt,yi,fr);let Ro=null;null!==xn&&_n&&(Ro=Xi.get(Rr),Ro.add(xn,{lView:xt,tNode:bi,lContainer:jn}));const ss=()=>{A3(fr),null!==xn&&Ro?.cleanup([xn])};i2(0,fr,()=>(0,t.DyX)(xt,ss)),(0,t.ik5)(xt,ss)},\u0275\u0275deferWhen:function _5(a){const s=(0,t.OAn)(),u=(0,t.CpD)();if(ws(0,s,u)&&un(s,(0,t.xbp)(),a)){const R=(0,p.Ht)(null);try{const X=!!a,xe=cl(s,u)[1];!1===X&&xe===uc.Initial?a2(s,u):!0===X&&(xe===uc.Initial||xe===ur.Placeholder)&&W1(0,s,u)}finally{(0,p.Ht)(R)}}},\u0275\u0275deferOnIdle:function x5(){ws(0,(0,t.OAn)(),(0,t.Mx4)())&&ip(Hf)},\u0275\u0275deferOnImmediate:function M5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(0,a,s)&&(null===po(a[t.eDl],s).loadingTmplIndex&&a2(a,s),W1(0,a,s))},\u0275\u0275deferOnTimer:function S5(a){ws(0,(0,t.OAn)(),(0,t.Mx4)())&&ip(Gu(a))},\u0275\u0275deferOnHover:function D5(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();ws(0,u,C)&&(a2(u,C),Gd(u,C,a,s,qi,()=>W1(0,u,C),0))},\u0275\u0275deferOnInteraction:function I5(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();ws(0,u,C)&&(a2(u,C),Gd(u,C,a,s,Ua,()=>W1(0,u,C),0))},\u0275\u0275deferOnViewport:function O5(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();ws(0,u,C)&&(a2(u,C),Gd(u,C,a,s,R3,()=>W1(0,u,C),0))},\u0275\u0275deferPrefetchWhen:function v5(a){const s=(0,t.OAn)(),u=(0,t.CpD)();if(ws(1,s,u)&&un(s,(0,t.xbp)(),a)){const R=(0,p.Ht)(null);try{const X=!!a,xe=po(s[t.eDl],u);!0===X&&xe.loadingState===gs.NOT_STARTED&&Wf(xe,s,u)}finally{(0,p.Ht)(R)}}},\u0275\u0275deferPrefetchOnIdle:function C5(){ws(1,(0,t.OAn)(),(0,t.Mx4)())&&gg(Hf)},\u0275\u0275deferPrefetchOnImmediate:function E5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();if(!ws(1,a,s))return;const C=po(a[t.eDl],s);C.loadingState===gs.NOT_STARTED&&U3(C,a,s)},\u0275\u0275deferPrefetchOnTimer:function T5(a){ws(1,(0,t.OAn)(),(0,t.Mx4)())&&gg(Gu(a))},\u0275\u0275deferPrefetchOnHover:function A5(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();if(!ws(1,u,C))return;const X=po(u[t.eDl],C);X.loadingState===gs.NOT_STARTED&&Gd(u,C,a,s,qi,()=>Wf(X,u,C),1)},\u0275\u0275deferPrefetchOnInteraction:function k5(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();if(!ws(1,u,C))return;const X=po(u[t.eDl],C);X.loadingState===gs.NOT_STARTED&&Gd(u,C,a,s,Ua,()=>Wf(X,u,C),1)},\u0275\u0275deferPrefetchOnViewport:function lp(a,s){const u=(0,t.OAn)(),C=(0,t.Mx4)();if(!ws(1,u,C))return;const X=po(u[t.eDl],C);X.loadingState===gs.NOT_STARTED&&Gd(u,C,a,s,R3,()=>Wf(X,u,C),1)},\u0275\u0275deferHydrateWhen:function y5(a){const s=(0,t.OAn)(),u=(0,t.CpD)();if(!ws(2,s,u))return;const C=(0,t.xbp)();if(Xd((0,t.klJ)(),u).set(6,null),un(s,C,a)){const ne=s[t.YEL],xe=(0,p.Ht)(null);try{1==!!a&&s2(ne,cl(s,u)[6])}finally{(0,p.Ht)(xe)}}},\u0275\u0275deferHydrateNever:function b5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&Xd((0,t.klJ)(),s).set(7,null)},\u0275\u0275deferHydrateOnIdle:function V3(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&(Xd((0,t.klJ)(),s).set(0,null),np(Hf,a,s))},\u0275\u0275deferHydrateOnImmediate:function w5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&(Xd((0,t.klJ)(),s).set(1,null),s2(a[t.YEL],cl(a,s)[6]))},\u0275\u0275deferHydrateOnTimer:function wg(a){const s=(0,t.OAn)(),u=(0,t.Mx4)();ws(2,s,u)&&(Xd((0,t.klJ)(),u).set(5,{delay:a}),np(Gu(a),s,u))},\u0275\u0275deferHydrateOnHover:function L5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&Xd((0,t.klJ)(),s).set(4,null)},\u0275\u0275deferHydrateOnInteraction:function R5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&Xd((0,t.klJ)(),s).set(3,null)},\u0275\u0275deferHydrateOnViewport:function P5(){const a=(0,t.OAn)(),s=(0,t.Mx4)();ws(2,a,s)&&Xd((0,t.klJ)(),s).set(2,null)},\u0275\u0275deferEnableTimerScheduling:function lg(a,s,u,C){const R=a.consts;null!=u&&(s.placeholderBlockConfig=(0,t.db4)(R,u)),null!=C&&(s.loadingBlockConfig=(0,t.db4)(R,C)),null===jf&&(jf=og)},\u0275\u0275repeater:bp,\u0275\u0275repeaterCreate:yp,\u0275\u0275repeaterTrackByIndex:function Z5(a){return a},\u0275\u0275repeaterTrackByIdentity:Rg,\u0275\u0275componentInstance:function K5(){return(0,t.OAn)()[t.b5C][t.SKP]},\u0275\u0275text:k8,\u0275\u0275textInterpolate:d6,\u0275\u0275textInterpolate1:om,\u0275\u0275textInterpolate2:u6,\u0275\u0275textInterpolate3:h6,\u0275\u0275textInterpolate4:s4,\u0275\u0275textInterpolate5:function B8(a,s,u,C,R,X,ne,xe,Se,at,xt){const qt=(0,t.OAn)(),yi=F8(qt,a,s,u,C,R,X,ne,xe,Se,at,xt);return yi!==qa&&Kd(qt,(0,t._px)(),yi),B8},\u0275\u0275textInterpolate6:function z8(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi){const bi=(0,t.OAn)(),Xi=l6(bi,a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi);return Xi!==qa&&Kd(bi,(0,t._px)(),Xi),z8},\u0275\u0275textInterpolate7:function U8(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi){const _n=(0,t.OAn)(),jn=N8(_n,a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi);return jn!==qa&&Kd(_n,(0,t._px)(),jn),U8},\u0275\u0275textInterpolate8:function f6(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi,_n,jn){const Yn=(0,t.OAn)(),xn=c6(Yn,a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi,_n,jn);return xn!==qa&&Kd(Yn,(0,t._px)(),xn),f6},\u0275\u0275textInterpolateV:function V8(a){const s=(0,t.OAn)(),u=R8(s,a);return u!==qa&&Kd(s,(0,t._px)(),u),V8},\u0275\u0275i18n:function F7(a,s,u){a8(a,s,u),Vp()},\u0275\u0275i18nAttributes:function N7(a,s){const u=(0,t.klJ)(),C=(0,t.db4)(u.consts,s);!function M7(a,s,u){const R=(0,t.Mx4)().index,X=[];if(a.firstCreatePass&&null===a.data[s]){for(let ne=0;ne0){const C=a.data[u];Rp(a,s,Array.isArray(C)?C:C.update,(0,t.c$7)()-e4-1,qf)}qf=0,e4=0}((0,t.klJ)(),(0,t.OAn)(),a+t.Yw1)},\u0275\u0275i18nPostprocess:function z7(a,s={}){return function n8(a,s={}){let u=a;if(L7.test(a)){const C={},R=[0];u=u.replace(I7,(X,ne,xe)=>{const Se=ne||xe,at=C[Se]||[];if(at.length||(Se.split("|").forEach(_n=>{const jn=_n.match(P7),Yn=jn?parseInt(jn[1],10):0,xn=O7.test(_n);at.push([Yn,xn,_n])}),C[Se]=at),!at.length)throw new Error(`i18n postprocess: unmatched placeholder - ${Se}`);const xt=R[R.length-1];let qt=0;for(let _n=0;_ns.hasOwnProperty(X)?`${R}${s[X]}${Se}`:C),u=u.replace(R7,(C,R)=>s.hasOwnProperty(R)?s[R]:C),u=u.replace(i8,(C,R)=>{if(s.hasOwnProperty(R)){const X=s[R];if(!X.length)throw new Error(`i18n postprocess: unmatched ICU - ${C} with key: ${R}`);return X.shift()}return C})),u}(a,s)},\u0275\u0275resolveWindow:ns,\u0275\u0275resolveDocument:function Js(a){return a.ownerDocument},\u0275\u0275resolveBody:function mo(a){return a.ownerDocument.body},\u0275\u0275setComponentScope:function mv(a,s,u){const C=a.\u0275cmp;C.directiveDefs=Vu(s,Rf),C.pipeDefs=Vu(u,t.oyA)},\u0275\u0275setNgModuleScope:function pv(a,s){return T(()=>{const u=(0,t.WbQ)(a);u.declarations=cm(s.declarations||t.Mlv),u.imports=cm(s.imports||t.Mlv),u.exports=cm(s.exports||t.Mlv),s.bootstrap&&(u.bootstrap=cm(s.bootstrap)),O1.registerNgModule(a,s)})},\u0275\u0275registerNgModuleType:Bd,\u0275\u0275getComponentDepsFactory:function Mv(a,s){return()=>{try{return O1.getComponentDependencies(a,s).dependencies}catch(u){throw console.error(`Computing dependencies in local compilation mode for the component "${a.name}" failed with the exception:`,u),u}}},\u0275setClassDebugInfo:function Ev(a,s){const u=(0,t.xUg)(a);null!==u&&(u.debugInfo=s)},\u0275\u0275declareLet:function G8(a){const s=(0,t.klJ)(),u=(0,t.OAn)(),C=a+t.Yw1,R=Vl(s,C,128,null,null);return(0,t.iMd)(R,!1),(0,t.M_e)(s,u,C,H8),G8},\u0275\u0275storeLet:function rv(a){Cs("NgLet");const s=(0,t.klJ)(),u=(0,t.OAn)(),C=(0,t._px)();return(0,t.M_e)(s,u,C,a),a},\u0275\u0275readContextLet:function g6(a){const s=(0,t.VPL)(),u=(0,t.Hh6)(s,t.Yw1+a);if(u===H8)throw new t.buA(314,!1);return u},\u0275\u0275attachSourceLocations:function sv(a,s){const u=(0,t.klJ)(),C=(0,t.OAn)(),R=C[t.GpT],X="data-ng-source-location";for(const[ne,xe,Se,at]of s){(0,t.XRZ)(u,ne+t.Yw1);const qt=(0,t.vaC)(ne+t.Yw1,C);qt.hasAttribute(X)||R.setAttribute(qt,X,`${a}@o:${xe},l:${Se},c:${at}`)}},\u0275\u0275interpolate:j8,\u0275\u0275interpolate1:W8,\u0275\u0275interpolate2:X8,\u0275\u0275interpolate3:function K8(a,s,u,C,R,X,ne=""){return P8((0,t.OAn)(),a,s,u,C,R,X,ne)},\u0275\u0275interpolate4:function ov(a,s,u,C,R,X,ne,xe,Se=""){return o6((0,t.OAn)(),a,s,u,C,R,X,ne,xe,Se)},\u0275\u0275interpolate5:function Y8(a,s,u,C,R,X,ne,xe,Se,at,xt=""){return F8((0,t.OAn)(),a,s,u,C,R,X,ne,xe,Se,at,xt)},\u0275\u0275interpolate6:function lv(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi=""){return l6((0,t.OAn)(),a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi)},\u0275\u0275interpolate7:function cv(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi=""){return N8((0,t.OAn)(),a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi)},\u0275\u0275interpolate8:function dv(a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi,_n,jn=""){return c6((0,t.OAn)(),a,s,u,C,R,X,ne,xe,Se,at,xt,qt,yi,bi,Xi,_n,jn)},\u0275\u0275interpolateV:function uv(a){return R8((0,t.OAn)(),a)},\u0275\u0275sanitizeHtml:Qa,\u0275\u0275sanitizeStyle:function Ar(a){const s=Nl();return s?s.sanitize(In.STYLE,a)||"":El(a,"Style")?zs(a):(0,t.eFE)(a)},\u0275\u0275sanitizeResourceUrl:Za,\u0275\u0275sanitizeScript:function ms(a){const s=Nl();if(s)return ho(s.sanitize(In.SCRIPT,a)||"");if(El(a,"Script"))return ho(zs(a));throw new t.buA(905,!1)},\u0275\u0275sanitizeUrl:$a,\u0275\u0275sanitizeUrlOrResourceUrl:fd,\u0275\u0275trustConstantHtml:function hd(a){return Eo(a[0])},\u0275\u0275trustConstantResourceUrl:function fo(a){return function jo(a){return tl()?.createScriptURL(a)||a}(a[0])},\u0275\u0275validateIframeAttribute:function h3(a,s,u){const C=(0,t.OAn)(),R=(0,t.CpD)(),X=(0,t.d31)(R,C);if(2===R.type&&"iframe"===s.toLowerCase()){const ne=X;throw ne.src="",ne.srcdoc=Eo(""),nr(C[t.GpT],ne),new t.buA(-910,!1)}return a},forwardRef:t.Rfq,resolveForwardRef:t.nl4,\u0275\u0275twoWayProperty:m6,\u0275\u0275twoWayBindingSet:lm,\u0275\u0275twoWayListener:p6,\u0275\u0275replaceMetadata:function wv(a,s,u,C,R=null,X=null){const ne=(0,t.xUg)(a);s.apply(null,[a,u,...C]);const{newDef:xe,oldDef:Se}=function Sv(a,s){const u={...a};return{newDef:Object.assign(a,s,{directiveDefs:u.directiveDefs,pipeDefs:u.pipeDefs,setInput:u.setInput,type:u.type}),oldDef:u}}(ne,(0,t.xUg)(a));if(a[t.CQl]=xe,Se.tView){const at=function en(){return an}().values();for(const xt of at)(0,t.EFk)(xt)&&null===xt[t.f7T]&&u4(R,X,xe,Se,xt)}},\u0275\u0275getReplaceMetadataURL:function m_(a,s,u){const C=`./@ng/component?c=${a}&t=${encodeURIComponent(s)}`;return new URL(C,u).href}};let $u=null;function Lv(a){null!==$u&&(a.defaultEncapsulation!==$u.defaultEncapsulation||a.preserveWhitespaces!==$u.preserveWhitespaces)||($u=a)}const h4=[];function w_(a){return Du(a)?a.ngModule:a}const Kv=m("NgModule",a=>a,void 0,0,(a,s)=>function kv(a,s={}){(function Rv(a,s){const C=(0,t.Bqz)(s.declarations||t.Mlv);let R=null;Object.defineProperty(a,t.hmW,{configurable:!0,get:()=>(null===R&&(R=$().compileNgModule(Yd,`ng:///${a.name}/\u0275mod.js`,{type:a,bootstrap:(0,t.Bqz)(s.bootstrap||t.Mlv).map(t.nl4),declarations:C.map(t.nl4),imports:(0,t.Bqz)(s.imports||t.Mlv).map(t.nl4).map(w_),exports:(0,t.Bqz)(s.exports||t.Mlv).map(t.nl4).map(w_),schemas:s.schemas?(0,t.Bqz)(s.schemas):null,id:s.id||null}),R.schemas||(R.schemas=[])),R)});let X=null;Object.defineProperty(a,t.zSs,{get:()=>{if(null===X){const xe=$();X=xe.compileFactory(Yd,`ng:///${a.name}/\u0275fac.js`,{name:a.name,type:a,deps:ut(a),target:xe.FactoryTarget.NgModule,typeArgumentCount:0})}return X},configurable:!1});let ne=null;Object.defineProperty(a,t.ONQ,{get:()=>{if(null===ne){const xe={name:a.name,type:a,providers:s.providers||t.Mlv,imports:[(s.imports||t.Mlv).map(t.nl4),(s.exports||t.Mlv).map(t.nl4)]};ne=$().compileInjector(Yd,`ng:///${a.name}/\u0275inj.js`,xe)}return ne},configurable:!1})})(a,s),void 0!==s.id&&Bd(a,s.id),function v_(a,s){h4.push({moduleType:a,ngModule:s})}(a,s)}(a,s));class R_{ngModuleFactory;componentFactories;constructor(s,u){this.ngModuleFactory=s,this.componentFactories=u}}let Yv=(()=>{class a{compileModuleSync(u){return new V1(u)}compileModuleAsync(u){return Promise.resolve(this.compileModuleSync(u))}compileModuleAndAllComponentsSync(u){const C=this.compileModuleSync(u),X=ps((0,t.phH)(u).declarations).reduce((ne,xe)=>{const Se=(0,t.xUg)(xe);return Se&&ne.push(new F1(Se)),ne},[]);return new R_(C,X)}compileModuleAndAllComponentsAsync(u){return Promise.resolve(this.compileModuleAndAllComponentsSync(u))}clearCache(){}clearCacheFor(u){}getModuleId(u){}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})();const O_=new t.nKC("");let Qv=(()=>{class a{zone=(0,t.WQX)(Ha);changeDetectionScheduler=(0,t.WQX)(t.hk6);applicationRef=(0,t.WQX)(B3);applicationErrorHandler=(0,t.WQX)(t.ZTf);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{try{this.applicationRef.dirtyFlags|=1,this.applicationRef._tick()}catch(u){this.applicationErrorHandler(u)}})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})();const A6=new t.nKC("",{factory:()=>!1});function P_({ngZoneFactory:a,ignoreChangesOutsideZone:s,scheduleInRootZone:u}){return a??=()=>new Ha({...L6(),scheduleInRootZone:u}),[{provide:Ha,useFactory:a},{provide:t.Z63,multi:!0,useFactory:()=>{const C=(0,t.WQX)(Qv,{optional:!0});return()=>C.initialize()}},{provide:t.Z63,multi:!0,useFactory:()=>{const C=(0,t.WQX)(Zv);return()=>{C.initialize()}}},!0===s?{provide:t.Jy$,useValue:!0}:[],{provide:t.AQb,useValue:u??R2},{provide:t.ZTf,useFactory:()=>{const C=(0,t.WQX)(Ha),R=(0,t.WQX)(t.uvJ);let X;return ne=>{C.runOutsideAngular(()=>{R.destroyed&&!X?setTimeout(()=>{throw ne}):(X??=R.get(t.zcH),X.handleError(ne))})}}}]}function L6(a){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:a?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:a?.runCoalescing??!1}}let Zv=(()=>{class a{subscription=new c.yU;initialized=!1;zone=(0,t.WQX)(Ha);pendingTasks=(0,t.WQX)(t.rev);initialize(){if(this.initialized)return;this.initialized=!0;let u=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(u=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{Ha.assertNotInAngularZone(),queueMicrotask(()=>{null!==u&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(u),u=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{Ha.assertInAngularZone(),u??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})(),B_=(()=>{class a{applicationErrorHandler=(0,t.WQX)(t.ZTf);appRef=(0,t.WQX)(B3);taskService=(0,t.WQX)(t.rev);ngZone=(0,t.WQX)(Ha);zonelessEnabled=(0,t.WQX)(t.Evm);tracing=(0,t.WQX)(xc,{optional:!0});disableScheduling=(0,t.WQX)(t.Jy$,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new c.yU;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Cc):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&((0,t.WQX)(t.AQb,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof c1||!this.zoneIsDefined)}notify(u){if(!this.zonelessEnabled&&5===u)return;let C=!1;switch(u){case 0:this.appRef.dirtyFlags|=2;break;case 3:case 2:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 6:case 13:this.appRef.dirtyFlags|=2,C=!0;break;case 12:this.appRef.dirtyFlags|=16,C=!0;break;case 11:C=!0;break;default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick(C))return;const R=this.useMicrotaskScheduler?F2:P2;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>R(()=>this.tick())):this.ngZone.runOutsideAngular(()=>R(()=>this.tick()))}shouldScheduleTick(u){return!(this.disableScheduling&&!u||this.appRef.destroyed||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Cc+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(0===this.appRef.dirtyFlags)return void this.cleanup();!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const u=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(C){this.taskService.remove(u),this.applicationErrorHandler(C)}finally{this.cleanup()}this.useMicrotaskScheduler=!0,F2(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(u)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const u=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(u)}}static \u0275fac=function(C){return new(C||a)};static \u0275prov=(0,t.jDH)({token:a,factory:a.\u0275fac,providedIn:"root"})}return a})();const k6=new t.nKC("",{providedIn:"root",factory:()=>(0,t.WQX)(k6,{optional:!0,skipSelf:!0})||function Jv(){return typeof $localize<"u"&&$localize.locale||kp}()}),qv=new t.nKC("",{providedIn:"root",factory:()=>"USD"})},73703:(Ae,ee,l)=>{"use strict";l.d(ee,{u:()=>t});var i=l(96354);function t(p){return(0,i.T)(()=>p)}},74075:(Ae,ee,l)=>{"use strict";var i=l(9656),t=Object.keys||function(P){var M=[];for(var j in P)M.push(j);return M};Ae.exports=d;var p=Object.create(l(27637));p.inherits=l(71993);var S=l(19609),c=l(47849);p.inherits(d,S);for(var e=t(c.prototype),T=0;T{"use strict";l.d(ee,{A:()=>p});var i=l(71985),t=l(98071);function p(S){return!!S&&(S instanceof i.c||(0,t.T)(S.lift)&&(0,t.T)(S.subscribe))}},74754:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(917),p=l(90518).ec,S=l(65667),c=l(64589);function d(w,m){if(w.cmpn(0)<=0)throw new Error("invalid sig");if(w.cmp(m)>=0)throw new Error("invalid sig")}Ae.exports=function e(w,m,P,M,j){var U=S(P);if("ec"===U.type){if("ecdsa"!==M&&"ecdsa/rsa"!==M)throw new Error("wrong public key type");return function T(w,m,P){var M=c[P.data.algorithm.curve.join(".")];if(!M)throw new Error("unknown curve "+P.data.algorithm.curve.join("."));return new p(M).verify(m,w,P.data.subjectPrivateKey.data)}(w,m,U)}if("dsa"===U.type){if("dsa"!==M)throw new Error("wrong public key type");return function g(w,m,P){var M=P.data.p,j=P.data.q,U=P.data.g,K=P.data.pub_key,q=S.signature.decode(w,"der"),G=q.s,Q=q.r;d(G,j),d(Q,j);var $=t.mont(M),ae=G.invm(j);return 0===U.toRed($).redPow(new t(m).mul(ae).mod(j)).fromRed().mul(K.toRed($).redPow(Q.mul(ae).mod(j)).fromRed()).mod(M).mod(j).cmp(Q)}(w,m,U)}if("rsa"!==M&&"ecdsa/rsa"!==M)throw new Error("wrong public key type");m=i.concat([j,m]);for(var K=U.modulus.byteLength(),q=[1],G=0;m.length+q.length+2{"use strict";function i(U,K){var q=Object.keys(U);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(U);K&&(G=G.filter(function(Q){return Object.getOwnPropertyDescriptor(U,Q).enumerable})),q.push.apply(q,G)}return q}function t(U){for(var K=1;K0?this.tail.next=G:this.head=G,this.tail=G,++this.length}},{key:"unshift",value:function(q){var G={data:q,next:this.head};0===this.length&&(this.tail=G),this.head=G,++this.length}},{key:"shift",value:function(){if(0!==this.length){var q=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,q}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(q){if(0===this.length)return"";for(var G=this.head,Q=""+G.data;G=G.next;)Q+=q+G.data;return Q}},{key:"concat",value:function(q){if(0===this.length)return w.alloc(0);for(var G=w.allocUnsafe(q>>>0),Q=this.head,$=0;Q;)j(Q.data,G,$),$+=Q.data.length,Q=Q.next;return G}},{key:"consume",value:function(q,G){var Q;return qae.length?ae.length:q;if($+=ue===ae.length?ae:ae.slice(0,q),0===(q-=ue)){ue===ae.length?(++Q,this.head=G.next?G.next:this.tail=null):(this.head=G,G.data=ae.slice(ue));break}++Q}return this.length-=Q,$}},{key:"_getBuffer",value:function(q){var G=w.allocUnsafe(q),Q=this.head,$=1;for(Q.data.copy(G),q-=Q.data.length;Q=Q.next;){var ae=Q.data,ue=q>ae.length?ae.length:q;if(ae.copy(G,G.length-q,0,ue),0===(q-=ue)){ue===ae.length?(++$,this.head=Q.next?Q.next:this.tail=null):(this.head=Q,Q.data=ae.slice(ue));break}++$}return this.length-=$,G}},{key:M,value:function(q,G){return P(this,t(t({},G),{},{depth:0,customInspect:!1}))}}]),U}()},76269:(Ae,ee,l)=>{const i=l(19089).getSymbolSize;ee.getPositions=function(S){const c=i(S);return[[0,0],[c-7,0],[0,c-7]]}},76643:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(41090),p=typeof Uint8Array<"u",c=p&&typeof ArrayBuffer<"u"&&ArrayBuffer.isView;Ae.exports=function(e,T,g){if("string"==typeof e||i.isBuffer(e)||p&&e instanceof Uint8Array||c&&c(e))return t(e,T);throw new TypeError(g+" must be a string, a Buffer, a Uint8Array, or a DataView")}},76838:(Ae,ee,l)=>{"use strict";l.d(ee,{FN:()=>oe,vR:()=>he});var i=l(2615),t=l(73664),p=l(21413),S=l(84412),c=l(7673),e=l(23294),T=l(65245),g=l(56977),d=l(95735),w=l(10438),m=l(44522),P=l(39842),M=l(83300),j=l(67847);const U=new i.nKC("cdk-input-modality-detector-options"),K={ignoreKeys:[w.A$,w.W3,w.eg,w.Ge,w.FX]},G={passive:!0,capture:!0};let Q=(()=>{class me{_platform=(0,i.WQX)(P.O);_listenerCleanups;modalityDetected;modalityChanged;get mostRecentModality(){return this._modality.value}_mostRecentTarget=null;_modality=new S.t(null);_options;_lastTouchMs=0;_onKeydown=D=>{this._options?.ignoreKeys?.some(n=>n===D.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=(0,m.Fb)(D))};_onMousedown=D=>{Date.now()-this._lastTouchMs<650||(this._modality.next((0,d._)(D)?"keyboard":"mouse"),this._mostRecentTarget=(0,m.Fb)(D))};_onTouchstart=D=>{(0,d.w)(D)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,m.Fb)(D))};constructor(){const D=(0,i.WQX)(t.SKi),n=(0,i.WQX)(i.qQL),o=(0,i.WQX)(U,{optional:!0});if(this._options={...K,...o},this.modalityDetected=this._modality.pipe((0,T.i)(1)),this.modalityChanged=this.modalityDetected.pipe((0,e.F)()),this._platform.isBrowser){const f=(0,i.WQX)(t._9s).createRenderer(null,null);this._listenerCleanups=D.runOutsideAngular(()=>[f.listen(n,"keydown",this._onKeydown,G),f.listen(n,"mousedown",this._onMousedown,G),f.listen(n,"touchstart",this._onTouchstart,G)])}}ngOnDestroy(){this._modality.complete(),this._listenerCleanups?.forEach(D=>D())}static \u0275fac=function(n){return new(n||me)};static \u0275prov=i.jDH({token:me,factory:me.\u0275fac,providedIn:"root"})}return me})();var $=function(me){return me[me.IMMEDIATE=0]="IMMEDIATE",me[me.EVENTUAL=1]="EVENTUAL",me}($||{});const ae=new i.nKC("cdk-focus-monitor-default-options"),ue=(0,M.B)({passive:!0,capture:!0});let oe=(()=>{class me{_ngZone=(0,i.WQX)(t.SKi);_platform=(0,i.WQX)(P.O);_inputModalityDetector=(0,i.WQX)(Q);_origin=null;_lastFocusOrigin;_windowFocused=!1;_windowFocusTimeoutId;_originTimeoutId;_originFromTouchInteraction=!1;_elementInfo=new Map;_monitoredElementCount=0;_rootNodeFocusListenerCount=new Map;_detectionMode;_windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=setTimeout(()=>this._windowFocused=!1)};_document=(0,i.WQX)(i.qQL);_stopInputModalityDetector=new p.B;constructor(){const D=(0,i.WQX)(ae,{optional:!0});this._detectionMode=D?.detectionMode||$.IMMEDIATE}_rootNodeFocusAndBlurListener=D=>{for(let o=(0,m.Fb)(D);o;o=o.parentElement)"focus"===D.type?this._onFocus(D,o):this._onBlur(D,o)};monitor(D,n=!1){const o=(0,j.i8)(D);if(!this._platform.isBrowser||1!==o.nodeType)return(0,c.of)();const f=(0,m.KT)(o)||this._document,h=this._elementInfo.get(o);if(h)return n&&(h.checkChildren=!0),h.subject;const b={checkChildren:n,subject:new p.B,rootNode:f};return this._elementInfo.set(o,b),this._registerGlobalListeners(b),b.subject}stopMonitoring(D){const n=(0,j.i8)(D),o=this._elementInfo.get(n);o&&(o.subject.complete(),this._setClasses(n),this._elementInfo.delete(n),this._removeGlobalListeners(o))}focusVia(D,n,o){const f=(0,j.i8)(D);f===this._document.activeElement?this._getClosestElementsInfo(f).forEach(([b,A])=>this._originChanged(b,n,A)):(this._setOrigin(n),"function"==typeof f.focus&&f.focus(o))}ngOnDestroy(){this._elementInfo.forEach((D,n)=>this.stopMonitoring(n))}_getWindow(){return this._document.defaultView||window}_getFocusOrigin(D){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(D)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:D&&this._isLastInteractionFromInputLabel(D)?"mouse":"program"}_shouldBeAttributedToTouch(D){return this._detectionMode===$.EVENTUAL||!!D?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(D,n){D.classList.toggle("cdk-focused",!!n),D.classList.toggle("cdk-touch-focused","touch"===n),D.classList.toggle("cdk-keyboard-focused","keyboard"===n),D.classList.toggle("cdk-mouse-focused","mouse"===n),D.classList.toggle("cdk-program-focused","program"===n)}_setOrigin(D,n=!1){this._ngZone.runOutsideAngular(()=>{this._origin=D,this._originFromTouchInteraction="touch"===D&&n,this._detectionMode===$.IMMEDIATE&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(D,n){const o=this._elementInfo.get(n),f=(0,m.Fb)(D);!o||!o.checkChildren&&n!==f||this._originChanged(n,this._getFocusOrigin(f),o)}_onBlur(D,n){const o=this._elementInfo.get(n);!o||o.checkChildren&&D.relatedTarget instanceof Node&&n.contains(D.relatedTarget)||(this._setClasses(n),this._emitOrigin(o,null))}_emitOrigin(D,n){D.subject.observers.length&&this._ngZone.run(()=>D.subject.next(n))}_registerGlobalListeners(D){if(!this._platform.isBrowser)return;const n=D.rootNode,o=this._rootNodeFocusListenerCount.get(n)||0;o||this._ngZone.runOutsideAngular(()=>{n.addEventListener("focus",this._rootNodeFocusAndBlurListener,ue),n.addEventListener("blur",this._rootNodeFocusAndBlurListener,ue)}),this._rootNodeFocusListenerCount.set(n,o+1),1===++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,g.Q)(this._stopInputModalityDetector)).subscribe(f=>{this._setOrigin(f,!0)}))}_removeGlobalListeners(D){const n=D.rootNode;if(this._rootNodeFocusListenerCount.has(n)){const o=this._rootNodeFocusListenerCount.get(n);o>1?this._rootNodeFocusListenerCount.set(n,o-1):(n.removeEventListener("focus",this._rootNodeFocusAndBlurListener,ue),n.removeEventListener("blur",this._rootNodeFocusAndBlurListener,ue),this._rootNodeFocusListenerCount.delete(n))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(D,n,o){this._setClasses(D,n),this._emitOrigin(o,n),this._lastFocusOrigin=n}_getClosestElementsInfo(D){const n=[];return this._elementInfo.forEach((o,f)=>{(f===D||o.checkChildren&&f.contains(D))&&n.push([f,o])}),n}_isLastInteractionFromInputLabel(D){const{_mostRecentTarget:n,mostRecentModality:o}=this._inputModalityDetector;if("mouse"!==o||!n||n===D||"INPUT"!==D.nodeName&&"TEXTAREA"!==D.nodeName||D.disabled)return!1;const f=D.labels;if(f)for(let h=0;h{class me{_elementRef=(0,i.WQX)(t.aKT);_focusMonitor=(0,i.WQX)(oe);_monitorSubscription;_focusOrigin=null;cdkFocusChange=new t.bkB;constructor(){}get focusOrigin(){return this._focusOrigin}ngAfterViewInit(){const D=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(D,1===D.nodeType&&D.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(n=>{this._focusOrigin=n,this.cdkFocusChange.emit(n)})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}static \u0275fac=function(n){return new(n||me)};static \u0275dir=t.FsC({type:me,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"},exportAs:["cdkMonitorFocus"]})}return me})()},76939:(Ae,ee,l)=>{"use strict";l.d(ee,{A8:()=>m,I3:()=>G,VA:()=>P,aI:()=>U,bV:()=>K,jc:()=>$,lb:()=>j});var i=l(2615),t=l(73664),p=l(17705);class w{_attachedHost;attach(ue){return this._attachedHost=ue,ue.attach(this)}detach(){let ue=this._attachedHost;null!=ue&&(this._attachedHost=null,ue.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(ue){this._attachedHost=ue}}class m extends w{component;viewContainerRef;injector;projectableNodes;constructor(ue,oe,he,me){super(),this.component=ue,this.viewContainerRef=oe,this.injector=he,this.projectableNodes=me}}class P extends w{templateRef;viewContainerRef;context;injector;constructor(ue,oe,he,me){super(),this.templateRef=ue,this.viewContainerRef=oe,this.context=he,this.injector=me}get origin(){return this.templateRef.elementRef}attach(ue,oe=this.context){return this.context=oe,super.attach(ue)}detach(){return this.context=void 0,super.detach()}}class M extends w{element;constructor(ue){super(),this.element=ue instanceof t.aKT?ue.nativeElement:ue}}class j{_attachedPortal;_disposeFn;_isDisposed=!1;hasAttached(){return!!this._attachedPortal}attach(ue){return ue instanceof m?(this._attachedPortal=ue,this.attachComponentPortal(ue)):ue instanceof P?(this._attachedPortal=ue,this.attachTemplatePortal(ue)):this.attachDomPortal&&ue instanceof M?(this._attachedPortal=ue,this.attachDomPortal(ue)):void 0}attachDomPortal=null;detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(ue){this._disposeFn=ue}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class U extends j{outletElement;_appRef;_defaultInjector;constructor(ue,oe,he){super(),this.outletElement=ue,this._appRef=oe,this._defaultInjector=he}attachComponentPortal(ue){let oe;if(ue.viewContainerRef){const he=ue.injector||ue.viewContainerRef.injector,me=he.get(t.Ab1,null,{optional:!0})||void 0;oe=ue.viewContainerRef.createComponent(ue.component,{index:ue.viewContainerRef.length,injector:he,ngModuleRef:me,projectableNodes:ue.projectableNodes||void 0}),this.setDisposeFn(()=>oe.destroy())}else{const he=this._appRef,me=ue.injector||this._defaultInjector||i.zZn.NULL,Te=me.get(i.uvJ,he.injector);oe=(0,p.a0P)(ue.component,{elementInjector:me,environmentInjector:Te,projectableNodes:ue.projectableNodes||void 0}),he.attachView(oe.hostView),this.setDisposeFn(()=>{he.viewCount>0&&he.detachView(oe.hostView),oe.destroy()})}return this.outletElement.appendChild(this._getComponentRootNode(oe)),this._attachedPortal=ue,oe}attachTemplatePortal(ue){let oe=ue.viewContainerRef,he=oe.createEmbeddedView(ue.templateRef,ue.context,{injector:ue.injector});return he.rootNodes.forEach(me=>this.outletElement.appendChild(me)),he.detectChanges(),this.setDisposeFn(()=>{let me=oe.indexOf(he);-1!==me&&oe.remove(me)}),this._attachedPortal=ue,he}attachDomPortal=ue=>{const oe=ue.element,he=this.outletElement.ownerDocument.createComment("dom-portal");oe.parentNode.insertBefore(he,oe),this.outletElement.appendChild(oe),this._attachedPortal=ue,super.setDisposeFn(()=>{he.parentNode&&he.parentNode.replaceChild(oe,he)})};dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(ue){return ue.hostView.rootNodes[0]}}let K=(()=>{class ae extends P{constructor(){super((0,i.WQX)(t.C4Q),(0,i.WQX)(t.c1b))}static \u0275fac=function(he){return new(he||ae)};static \u0275dir=t.FsC({type:ae,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[t.Vt3]})}return ae})(),G=(()=>{class ae extends j{_moduleRef=(0,i.WQX)(t.Ab1,{optional:!0});_document=(0,i.WQX)(i.qQL);_viewContainerRef=(0,i.WQX)(t.c1b);_isInitialized=!1;_attachedRef;constructor(){super()}get portal(){return this._attachedPortal}set portal(oe){this.hasAttached()&&!oe&&!this._isInitialized||(this.hasAttached()&&super.detach(),oe&&super.attach(oe),this._attachedPortal=oe||null)}attached=new t.bkB;get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(oe){oe.setAttachedHost(this);const he=null!=oe.viewContainerRef?oe.viewContainerRef:this._viewContainerRef,me=he.createComponent(oe.component,{index:he.length,injector:oe.injector||he.injector,projectableNodes:oe.projectableNodes||void 0,ngModuleRef:this._moduleRef||void 0});return he!==this._viewContainerRef&&this._getRootNode().appendChild(me.hostView.rootNodes[0]),super.setDisposeFn(()=>me.destroy()),this._attachedPortal=oe,this._attachedRef=me,this.attached.emit(me),me}attachTemplatePortal(oe){oe.setAttachedHost(this);const he=this._viewContainerRef.createEmbeddedView(oe.templateRef,oe.context,{injector:oe.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=oe,this._attachedRef=he,this.attached.emit(he),he}attachDomPortal=oe=>{const he=oe.element,me=this._document.createComment("dom-portal");oe.setAttachedHost(this),he.parentNode.insertBefore(me,he),this._getRootNode().appendChild(he),this._attachedPortal=oe,super.setDisposeFn(()=>{me.parentNode&&me.parentNode.replaceChild(he,me)})};_getRootNode(){const oe=this._viewContainerRef.element.nativeElement;return oe.nodeType===oe.ELEMENT_NODE?oe:oe.parentNode}static \u0275fac=function(he){return new(he||ae)};static \u0275dir=t.FsC({type:ae,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:[0,"cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[t.Vt3]})}return ae})(),$=(()=>{class ae{static \u0275fac=function(he){return new(he||ae)};static \u0275mod=t.$C({type:ae});static \u0275inj=i.G2t({})}return ae})()},77199:()=>{},77933:Ae=>{"use strict";Ae.exports=RangeError},77965:()=>{},78368:(Ae,ee,l)=>{"use strict";var i=Function.prototype.call,t=Object.prototype.hasOwnProperty,p=l(65992);Ae.exports=p.call(i,t)},78454:(Ae,ee,l)=>{"use strict";var i=l(54272).Buffer,t=i.isEncoding||function(G){switch((G=""+G)&&G.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function c(G){var Q;switch(this.encoding=function S(G){var Q=function p(G){if(!G)return"utf8";for(var Q;;)switch(G){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return G;default:if(Q)return;G=(""+G).toLowerCase(),Q=!0}}(G);if("string"!=typeof Q&&(i.isEncoding===t||!t(G)))throw new Error("Unknown encoding: "+G);return Q||G}(G),this.encoding){case"utf16le":this.text=P,this.end=M,Q=4;break;case"utf8":this.fillLast=d,Q=4;break;case"base64":this.text=j,this.end=U,Q=3;break;default:return this.write=K,void(this.end=q)}this.lastNeed=0,this.lastTotal=0,this.lastChar=i.allocUnsafe(Q)}function e(G){return G<=127?0:G>>5==6?2:G>>4==14?3:G>>3==30?4:G>>6==2?-1:-2}function d(G){var Q=this.lastTotal-this.lastNeed,$=function g(G,Q){if(128!=(192&Q[0]))return G.lastNeed=0,"\ufffd";if(G.lastNeed>1&&Q.length>1){if(128!=(192&Q[1]))return G.lastNeed=1,"\ufffd";if(G.lastNeed>2&&Q.length>2&&128!=(192&Q[2]))return G.lastNeed=2,"\ufffd"}}(this,G);return void 0!==$?$:this.lastNeed<=G.length?(G.copy(this.lastChar,Q,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(G.copy(this.lastChar,Q,0,G.length),void(this.lastNeed-=G.length))}function P(G,Q){if((G.length-Q)%2==0){var $=G.toString("utf16le",Q);if($){var ae=$.charCodeAt($.length-1);if(ae>=55296&&ae<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=G[G.length-2],this.lastChar[1]=G[G.length-1],$.slice(0,-1)}return $}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=G[G.length-1],G.toString("utf16le",Q,G.length-1)}function M(G){var Q=G&&G.length?this.write(G):"";return this.lastNeed?Q+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):Q}function j(G,Q){var $=(G.length-Q)%3;return 0===$?G.toString("base64",Q):(this.lastNeed=3-$,this.lastTotal=3,1===$?this.lastChar[0]=G[G.length-1]:(this.lastChar[0]=G[G.length-2],this.lastChar[1]=G[G.length-1]),G.toString("base64",Q,G.length-$))}function U(G){var Q=G&&G.length?this.write(G):"";return this.lastNeed?Q+this.lastChar.toString("base64",0,3-this.lastNeed):Q}function K(G){return G.toString(this.encoding)}function q(G){return G&&G.length?this.write(G):""}ee.I=c,c.prototype.write=function(G){if(0===G.length)return"";var Q,$;if(this.lastNeed){if(void 0===(Q=this.fillLast(G)))return"";$=this.lastNeed,this.lastNeed=0}else $=0;return $=0?(ue>0&&(G.lastNeed=ue-1),ue):--ae<$||-2===ue?0:(ue=e(Q[ae]))>=0?(ue>0&&(G.lastNeed=ue-2),ue):--ae<$||-2===ue?0:(ue=e(Q[ae]))>=0?(ue>0&&(2===ue?ue=0:G.lastNeed=ue-3),ue):0}(this,G,Q);if(!this.lastNeed)return G.toString("utf8",Q);this.lastTotal=$;var ae=G.length-($-this.lastNeed);return G.copy(this.lastChar,0,ae),G.toString("utf8",Q,ae)},c.prototype.fillLast=function(G){if(this.lastNeed<=G.length)return G.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);G.copy(this.lastChar,this.lastTotal-this.lastNeed,0,G.length),this.lastNeed-=G.length}},78528:(Ae,ee,l)=>{"use strict";ee.sha1=l(33468),ee.sha224=l(5563),ee.sha256=l(27138),ee.sha384=l(93898),ee.sha512=l(10827)},78982:()=>{},79039:Ae=>{"use strict";Ae.exports=Math.max},79143:(Ae,ee,l)=>{"use strict";var i=l(27054).Buffer,t=l(67211),p=l(5942),S=l(71993),c=l(43150),e=l(74754),T=l(62951);function g(P){p.Writable.call(this);var M=T[P];if(!M)throw new Error("Unknown message digest");this._hashType=M.hash,this._hash=t(M.hash),this._tag=M.id,this._signType=M.sign}function d(P){p.Writable.call(this);var M=T[P];if(!M)throw new Error("Unknown message digest");this._hash=t(M.hash),this._tag=M.id,this._signType=M.sign}function w(P){return new g(P)}function m(P){return new d(P)}Object.keys(T).forEach(function(P){T[P].id=i.from(T[P].id,"hex"),T[P.toLowerCase()]=T[P]}),S(g,p.Writable),g.prototype._write=function(M,j,U){this._hash.update(M),U()},g.prototype.update=function(M,j){return this._hash.update("string"==typeof M?i.from(M,j):M),this},g.prototype.sign=function(M,j){this.end();var U=this._hash.digest(),K=c(U,M,this._hashType,this._signType,this._tag);return j?K.toString(j):K},S(d,p.Writable),d.prototype._write=function(M,j,U){this._hash.update(M),U()},d.prototype.update=function(M,j){return this._hash.update("string"==typeof M?i.from(M,j):M),this},d.prototype.verify=function(M,j,U){var K="string"==typeof j?i.from(j,U):j;this.end();var q=this._hash.digest();return e(K,q,M,this._signType,this._tag)},Ae.exports={Sign:w,Verify:m,createSign:w,createVerify:m}},79368:()=>{},79470:(Ae,ee,l)=>{"use strict";l.d(ee,{m:()=>t});var i=l(98071);function t(p){return p&&(0,i.T)(p.schedule)}},79477:Ae=>{"use strict";Ae.exports=Function.prototype.apply},79647:(Ae,ee,l)=>{"use strict";l.d(ee,{Az:()=>d,E2:()=>g,Kq:()=>T,N:()=>e,_c:()=>S,qv:()=>c});var i=l(59640);const t=(0,i.UX)("root"),S=((0,i.Mz)(t,w=>w.apiURL),(0,i.Mz)(t,w=>w.selNode)),c=(0,i.Mz)(t,w=>w.appConfig),e=(0,i.Mz)(t,w=>w.nodeData),T=(0,i.Mz)(t,w=>w.apisCallStatus.Login),g=(0,i.Mz)(t,w=>w.apisCallStatus.IsAuthorized),d=(0,i.Mz)(t,w=>({nodeDate:w.nodeData,selNode:w.selNode}))},79838:()=>{},80243:Ae=>{"use strict";var ee={single_source_shortest_paths:function(l,i,t){var p={},S={};S[i]=0;var e,T,g,d,w,P,c=ee.PriorityQueue.make();for(c.push(i,0);!c.empty();)for(g in d=(e=c.pop()).cost,w=l[T=e.value]||{})w.hasOwnProperty(g)&&(P=d+w[g],(typeof S[g]>"u"||S[g]>P)&&(S[g]=P,c.push(g,P),p[g]=T));if(typeof t<"u"&&typeof S[t]>"u"){var U=["Could not find a path from ",i," to ",t,"."].join("");throw new Error(U)}return p},extract_shortest_path_from_predecessor_list:function(l,i){for(var t=[],p=i;p;)t.push(p),p=l[p];return t.reverse(),t},find_path:function(l,i,t){var p=ee.single_source_shortest_paths(l,i,t);return ee.extract_shortest_path_from_predecessor_list(p,t)},PriorityQueue:{make:function(l){var p,i=ee.PriorityQueue,t={};for(p in l=l||{},i)i.hasOwnProperty(p)&&(t[p]=i[p]);return t.queue=[],t.sorter=l.sorter||i.default_sorter,t},default_sorter:function(l,i){return l.cost-i.cost},push:function(l,i){this.queue.push({value:l,cost:i}),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};Ae.exports=ee},80377:(Ae,ee)=>{ee.isValid=function(i){return!isNaN(i)&&i>=1&&i<=40}},80408:(Ae,ee,l)=>{"use strict";function i(t){return Array.isArray(t)?t:[t]}l.d(ee,{F:()=>i})},80975:Ae=>{"use strict";Ae.exports=Math.pow},81744:(Ae,ee,l)=>{const i=l(66686);ee.mul=function(p,S){const c=new Uint8Array(p.length+S.length-1);for(let e=0;e=0;){const e=c[0];for(let g=0;g{"use strict";function i(t){const S=t(c=>{Error.call(c),c.stack=(new Error).stack});return S.prototype=Object.create(Error.prototype),S.prototype.constructor=S,S}l.d(ee,{L:()=>i})},82571:(Ae,ee,l)=>{"use strict";l.d(ee,{h:()=>j});var i=l(21413),t=l(84412),p=l(7673),S=l(18810),c=l(99437),e=l(25558),T=l(56977),g=l(4416),d=l(2615),w=l(51534),m=l(98570),P=l(72200),M=l(345);let j=(()=>{var U;class K{constructor(G,Q,$,ae){this.dataService=G,this.logger=Q,this.datePipe=$,this.sanitizer=ae,this.currencyUnits=[],this.CurrencyUnitEnum=g.BQ,this.conversionData={data:null,last_fetched:null},this.ratesAPIStatus=g.wn.UN_INITIATED,this.screenSize=g.f7.MD,this.containerSize={width:0,height:0},this.containerSizeUpdated=new t.t(this.containerSize),this.unSubs=[new i.B,new i.B,new i.B]}getScreenSize(){return this.screenSize}setScreenSize(G){this.screenSize=G}getContainerSize(){return this.containerSize}setContainerSize(G,Q){this.containerSize={width:G,height:Q},this.logger.info("Container Size: "+JSON.stringify(this.containerSize)),this.containerSizeUpdated.next(this.containerSize)}sortByKey(G,Q,$,ae="asc"){return G.sort("number"===$?"desc"===ae?(ue,oe)=>+ue[Q]>+oe[Q]?-1:1:(ue,oe)=>+ue[Q]>+oe[Q]?1:-1:"desc"===ae?(ue,oe)=>ue[Q]>oe[Q]?-1:1:(ue,oe)=>ue[Q]>oe[Q]?1:-1)}sortDescByKey(G,Q){return G.sort(($,ae)=>{const ue=+$[Q],oe=+ae[Q];return ue>oe?-1:ue{const ue=+$[Q],oe=+ae[Q];return ueoe?1:0})}camelCase(G){return G?.replace(/(?:^\w|[A-Z]|\b\w)/g,(Q,$)=>Q.toUpperCase())?.replace(/\s+/g,"")?.replace(/-/g," ")}titleCase(G,Q,$){return Q&&$&&""!==Q&&""!==$&&(G=G?.replace(new RegExp(Q,"g"),$)),G.indexOf("!\n")>0||G.indexOf(".\n")>0?G.split("\n")?.reduce((ae,ue)=>ae+ue.charAt(0).toUpperCase()+ue.substring(1).toLowerCase()+"\n",""):G.indexOf(" ")>0?G.split(" ")?.reduce((ae,ue)=>ae+ue.charAt(0).toUpperCase()+ue.substring(1).toLowerCase()+" ",""):G.charAt(0).toUpperCase()+G.substring(1).toLowerCase()}convertCurrency(G,Q,$,ae,ue){const oe=(new Date).valueOf();try{return ue&&ae&&(Q===g.BQ.OTHER||$===g.BQ.OTHER)?this.ratesAPIStatus!==g.wn.INITIATED?this.conversionData.data&&this.conversionData.last_fetched&&oe(this.ratesAPIStatus=g.wn.COMPLETED,this.conversionData.data=he&&"object"==typeof he?he:he&&"string"==typeof he?JSON.parse(he):{},this.conversionData.last_fetched=oe,(0,p.of)(this.convertWithFiat(G,Q,ae)))),(0,c.W)(he=>(this.ratesAPIStatus=g.wn.ERROR,(0,S.$)(()=>"Currency Conversion Error."))))):(0,p.of)(this.conversionData.data&&this.conversionData.last_fetched&&oe"Currency Conversion Error.")}}convertWithoutFiat(G,Q){const $={};switch($[g.BQ.SATS]=0,$[g.BQ.BTC]=0,Q){case g.BQ.SATS:$[g.BQ.SATS]=G,$[g.BQ.BTC]=1e-8*G;break;case g.BQ.BTC:$[g.BQ.SATS]=1e8*G,$[g.BQ.BTC]=G}return $}convertWithFiat(G,Q,$){const ae={unit:$,iconType:"FA",symbol:null};if($){const ue=(0,g.Zo)(this.conversionData.data[$].symbol);ae.iconType=ue.iconType,ae.symbol=ue&&"SVG"===ue.iconType&&ue.symbol&&"string"==typeof ue.symbol?this.sanitizer.bypassSecurityTrustHtml(ue.symbol):ue.symbol}switch(ae[g.BQ.SATS]=0,ae[g.BQ.BTC]=0,ae[g.BQ.OTHER]=0,Q){case g.BQ.SATS:ae[g.BQ.SATS]=G,ae[g.BQ.BTC]=1e-8*G,ae[g.BQ.OTHER]=1e-8*G*this.conversionData.data[$].last;break;case g.BQ.BTC:ae[g.BQ.SATS]=1e8*G,ae[g.BQ.BTC]=G,ae[g.BQ.OTHER]=G*this.conversionData.data[$].last;break;case g.BQ.OTHER:ae[g.BQ.SATS]=G/this.conversionData.data[$].last*1e8,ae[g.BQ.BTC]=G/this.conversionData.data[$].last,ae[g.BQ.OTHER]=G}return ae}convertTime(G,Q,$){switch(Q){case g.F7.SECS:switch($){case g.F7.MINS:G/=60;break;case g.F7.HOURS:G/=g.bz;break;case g.F7.DAYS:G/=24*g.bz}break;case g.F7.MINS:switch($){case g.F7.SECS:G*=60;break;case g.F7.HOURS:G/=60;break;case g.F7.DAYS:G/=1440}break;case g.F7.HOURS:switch($){case g.F7.SECS:G*=g.bz;break;case g.F7.MINS:G*=60;break;case g.F7.DAYS:G/=24}break;case g.F7.DAYS:switch($){case g.F7.SECS:G=G*g.bz*24;break;case g.F7.MINS:G=60*G*24;break;case g.F7.HOURS:G*=24}}return G}downloadFile(G,Q,$=".json",ae=".csv"){let ue=new Blob;ue=".json"===$?new Blob(["\ufeff"+this.convertToCSV(G)],{type:"text/csv;charset=utf-8;"}):new Blob([G.toString()],{type:"text/plain;charset=utf-8"});const oe=document.createElement("a"),he=URL.createObjectURL(ue);-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&oe.setAttribute("target","_blank"),oe.setAttribute("href",he),oe.setAttribute("download",Q+ae),oe.style.visibility="hidden",document.body.appendChild(oe),oe.click(),document.body.removeChild(oe)}convertToCSV(G){const Q=[];let $="",ae="",ue="";return"object"!=typeof G&&(G=JSON.parse(G)),G.forEach((he,me)=>{for(const Te in he)Q.findIndex(D=>D===Te)<0&&Q.push(Te)}),ue=Q.join(",")+"\r\n",G.forEach(he=>{$="",Q.forEach(me=>{if(he.hasOwnProperty(me))if(Array.isArray(he[me]))ae="",he[me].forEach((Te,D)=>{ae+="object"==typeof Te?"("+JSON.stringify(Te)?.replace(/\,/g,";")+")":"("+Te+")"}),$+=ae+",";else if("object"==typeof he[me])$+=JSON.stringify(he[me])?.replace(/\,/g,";")+",";else if(me.includes("timestamp")||me.includes("date"))try{switch(he[me].toString().length){case 10:$+=this.datePipe.transform(new Date(1e3*he[me]),"dd/MMM/y HH:mm")+",";break;case 13:$+=this.datePipe.transform(new Date(he[me]),"dd/MMM/y HH:mm")+",";break;default:$+=he[me]+","}}catch{$+=he[me]+","}else $+=he[me]+",";else $+=","}),ue+=$.slice(0,-1)+"\r\n"}),ue}isVersionCompatible(G,Q){if(G){const $=G.match(/v?(?\d+(?:\.\d+)*)/);if($&&$.groups&&$.groups.version){this.logger.info("Current Version: "+$.groups.version),this.logger.info("Checking Compatiblility with Version: "+Q);const ae=$.groups.version.split(".")||[],ue=Q.split(".");return+ae[0]>+ue[0]||+ae[0]==+ue[0]&&+ae[1]>+ue[1]||+ae[0]==+ue[0]&&+ae[1]==+ue[1]&&+ae[2]>=+ue[2]}return this.logger.error("Invalid Version String: "+G),!1}return!1}extractErrorMessage(G,Q="Unknown Error."){const $=this.titleCase(G.error&&G.error.text&&"string"==typeof G.error.text&&G.error.text.includes('')?"API Route Does Not Exist.":G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&G.error.error.error.error.error&&"string"==typeof G.error.error.error.error.error?G.error.error.error.error.error:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&"string"==typeof G.error.error.error.error?G.error.error.error.error:G.error&&G.error.error&&G.error.error.error&&"string"==typeof G.error.error.error?G.error.error.error:G.error&&G.error.error&&"string"==typeof G.error.error?G.error.error:G.error&&"string"==typeof G.error?G.error:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.error&&G.error.error.error.error.message&&"string"==typeof G.error.error.error.error.message?G.error.error.error.error.message:G.error&&G.error.error&&G.error.error.error&&G.error.error.error.message&&"string"==typeof G.error.error.error.message?G.error.error.error.message:G.error&&G.error.error&&G.error.error.message&&"string"==typeof G.error.error.message?G.error.error.message:G.error&&G.error.message&&"string"==typeof G.error.message?G.error.message:G.message&&"string"==typeof G.message?G.message:Q);return this.logger.info("Error Message: "+$),$}extractErrorCode(G,Q=500){const $=G.error&&G.error.error&&G.error.error.message&&G.error.error.message.code?G.error.error.message.code:G.error&&G.error.error&&G.error.error.code?G.error.error.code:G.error&&G.error.code?G.error.code:G.code?G.code:G.status?G.status:Q;return this.logger.info("Error Code: "+$),$}extractErrorNumber(G,Q=500){const $=G.error&&G.error.error&&G.error.error.errno?G.error.error.errno:G.error&&G.error.errno?G.error.errno:G.errno?G.errno:G.status?G.status:Q;return this.logger.info("Error Number: "+$),$}ngOnDestroy(){this.containerSizeUpdated.next(null),this.containerSizeUpdated.complete()}static#e=U=()=>(this.\u0275fac=function(Q){return new(Q||K)(d.KVO(w.u),d.KVO(m.gP),d.KVO(P.vh),d.KVO(M.up))},this.\u0275prov=d.jDH({token:K,factory:K.\u0275fac}))}return U(),K})()},82685:(Ae,ee,l)=>{"use strict";var e,w,i=l(27054).Buffer,t=l(86111),p=l(45392),S=l(59111),c=l(76643),T=global.crypto&&global.crypto.subtle,g={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},d=[];function m(){return w||(w=global.process&&global.process.nextTick?global.process.nextTick:global.queueMicrotask?global.queueMicrotask:global.setImmediate?global.setImmediate:global.setTimeout)}function P(U,K,q,G,Q){return T.importKey("raw",U,{name:"PBKDF2"},!1,["deriveBits"]).then(function($){return T.deriveBits({name:"PBKDF2",salt:K,iterations:q,hash:{name:Q}},$,G<<3)}).then(function($){return i.from($)})}Ae.exports=function(U,K,q,G,Q,$){if("function"==typeof Q&&($=Q,Q=void 0),t(q,G),U=c(U,p,"Password"),K=c(K,p,"Salt"),"function"!=typeof $)throw new Error("No callback provided to pbkdf2");var ae=g[(Q=Q||"sha1").toLowerCase()];ae&&"function"==typeof global.Promise?function j(U,K){U.then(function(q){m()(function(){K(null,q)})},function(q){m()(function(){K(q)})})}(function M(U){if(global.process&&!global.process.browser||!T||!T.importKey||!T.deriveBits)return Promise.resolve(!1);if(void 0!==d[U])return d[U];var K=P(e=e||i.alloc(8),e,10,128,U).then(function(){return!0},function(){return!1});return d[U]=K,K}(ae).then(function(ue){return ue?P(U,K,q,G,ae):S(U,K,q,G,Q)}),$):m()(function(){var ue;try{ue=S(U,K,q,G,Q)}catch(oe){return void $(oe)}$(null,ue)})}},82765:(Ae,ee,l)=>{"use strict";l.d(ee,{So:()=>$,g7:()=>ae});var i=l(89726),t=l(2615),p=l(73664),S=l(17705),c=l(89417),e=l(88968),T=l(53155),g=l(31804),d=l(32046),w=l(12496),m=l(22466);const P=["input"],M=["label"],j=["*"],U=new t.nKC("mat-checkbox-default-options",{providedIn:"root",factory:K});function K(){return{color:"accent",clickAction:"check-indeterminate",disabledInteractive:!1}}var q=function(ue){return ue[ue.Init=0]="Init",ue[ue.Checked=1]="Checked",ue[ue.Unchecked=2]="Unchecked",ue[ue.Indeterminate=3]="Indeterminate",ue}(q||{});class G{source;checked}const Q=K();let $=(()=>{class ue{_elementRef=(0,t.WQX)(p.aKT);_changeDetectorRef=(0,t.WQX)(S.gRc);_ngZone=(0,t.WQX)(p.SKi);_animationsDisabled=(0,g.Rc)();_options=(0,t.WQX)(U,{optional:!0});focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(he){const me=new G;return me.source=this,me.checked=he,me}_getAnimationTargetElement(){return this._inputElement?.nativeElement}_animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"};ariaLabel="";ariaLabelledby=null;ariaDescribedby;ariaExpanded;ariaControls;ariaOwns;_uniqueId;id;get inputId(){return`${this.id||this._uniqueId}-input`}required;labelPosition="after";name=null;change=new p.bkB;indeterminateChange=new p.bkB;value;disableRipple;_inputElement;_labelElement;tabIndex;color;disabledInteractive;_onTouched=()=>{};_currentAnimationClass="";_currentCheckState=q.Init;_controlValueAccessorChangeFn=()=>{};_validatorChangeFn=()=>{};constructor(){(0,t.WQX)(e.l).load(d.A);const he=(0,t.WQX)(new S.ES_("tabindex"),{optional:!0});this._options=this._options||Q,this.color=this._options.color||Q.color,this.tabIndex=null==he?0:parseInt(he)||0,this.id=this._uniqueId=(0,t.WQX)(i.g).getId("mat-mdc-checkbox-"),this.disabledInteractive=this._options?.disabledInteractive??!1}ngOnChanges(he){he.required&&this._validatorChangeFn()}ngAfterViewInit(){this._syncIndeterminate(this.indeterminate)}get checked(){return this._checked}set checked(he){he!=this.checked&&(this._checked=he,this._changeDetectorRef.markForCheck())}_checked=!1;get disabled(){return this._disabled}set disabled(he){he!==this.disabled&&(this._disabled=he,this._changeDetectorRef.markForCheck())}_disabled=!1;get indeterminate(){return this._indeterminate()}set indeterminate(he){const me=he!=this._indeterminate();this._indeterminate.set(he),me&&(this._transitionCheckState(he?q.Indeterminate:this.checked?q.Checked:q.Unchecked),this.indeterminateChange.emit(he)),this._syncIndeterminate(he)}_indeterminate=(0,t.vPA)(!1);_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(he){this.checked=!!he}registerOnChange(he){this._controlValueAccessorChangeFn=he}registerOnTouched(he){this._onTouched=he}setDisabledState(he){this.disabled=he}validate(he){return this.required&&!0!==he.value?{required:!0}:null}registerOnValidatorChange(he){this._validatorChangeFn=he}_transitionCheckState(he){let me=this._currentCheckState,Te=this._getAnimationTargetElement();if(me!==he&&Te&&(this._currentAnimationClass&&Te.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(me,he),this._currentCheckState=he,this._currentAnimationClass.length>0)){Te.classList.add(this._currentAnimationClass);const D=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{Te.classList.remove(D)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const he=this._options?.clickAction;this.disabled||"noop"===he?(this.disabled&&this.disabledInteractive||!this.disabled&&"noop"===he)&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==he&&Promise.resolve().then(()=>{this._indeterminate.set(!1),this.indeterminateChange.emit(!1)}),this._checked=!this._checked,this._transitionCheckState(this._checked?q.Checked:q.Unchecked),this._emitChangeEvent())}_onInteractionEvent(he){he.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(he,me){if(this._animationsDisabled)return"";switch(he){case q.Init:if(me===q.Checked)return this._animationClasses.uncheckedToChecked;if(me==q.Indeterminate)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case q.Unchecked:return me===q.Checked?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case q.Checked:return me===q.Unchecked?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case q.Indeterminate:return me===q.Checked?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(he){const me=this._inputElement;me&&(me.nativeElement.indeterminate=he)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(he){he.target&&this._labelElement.nativeElement.contains(he.target)&&he.stopPropagation()}static \u0275fac=function(me){return new(me||ue)};static \u0275cmp=p.VBU({type:ue,selectors:[["mat-checkbox"]],viewQuery:function(me,Te){if(1&me&&(p.GBs(P,5),p.GBs(M,5)),2&me){let D;p.mGM(D=p.lsd())&&(Te._inputElement=D.first),p.mGM(D=p.lsd())&&(Te._labelElement=D.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:16,hostBindings:function(me,Te){2&me&&(p.Avn("id",Te.id),p.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),p.HbH(Te.color?"mat-"+Te.color:"mat-accent"),p.AVh("_mat-animation-noopable",Te._animationsDisabled)("mdc-checkbox--disabled",Te.disabled)("mat-mdc-checkbox-disabled",Te.disabled)("mat-mdc-checkbox-checked",Te.checked)("mat-mdc-checkbox-disabled-interactive",Te.disabledInteractive))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],ariaExpanded:[2,"aria-expanded","ariaExpanded",S.L39],ariaControls:[0,"aria-controls","ariaControls"],ariaOwns:[0,"aria-owns","ariaOwns"],id:"id",required:[2,"required","required",S.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",S.L39],tabIndex:[2,"tabIndex","tabIndex",he=>null==he?void 0:(0,S.Udg)(he)],color:"color",disabledInteractive:[2,"disabledInteractive","disabledInteractive",S.L39],checked:[2,"checked","checked",S.L39],disabled:[2,"disabled","disabled",S.L39],indeterminate:[2,"indeterminate","indeterminate",S.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[p.Jv_([{provide:c.kq,useExisting:(0,t.Rfq)(()=>ue),multi:!0},{provide:c.cz,useExisting:ue,multi:!0}]),p.OA$],ngContentSelectors:j,decls:15,vars:23,consts:[["checkbox",""],["input",""],["label",""],["mat-internal-form-field","",3,"click","labelPosition"],[1,"mdc-checkbox"],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"blur","click","change","checked","indeterminate","disabled","id","required","tabIndex"],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"]],template:function(me,Te){if(1&me){const D=p.RV6();p.NAR(),p.j41(0,"div",3),p.bIt("click",function(o){return t.eBV(D),t.Njj(Te._preventBubblingFromLabel(o))}),p.j41(1,"div",4,0)(3,"div",5),p.bIt("click",function(){return t.eBV(D),t.Njj(Te._onTouchTargetClick())}),p.k0s(),p.j41(4,"input",6,1),p.bIt("blur",function(){return t.eBV(D),t.Njj(Te._onBlur())})("click",function(){return t.eBV(D),t.Njj(Te._onInputClick())})("change",function(o){return t.eBV(D),t.Njj(Te._onInteractionEvent(o))}),p.k0s(),p.nrm(6,"div",7),p.j41(7,"div",8),t.qSk(),p.j41(8,"svg",9),p.nrm(9,"path",10),p.k0s(),t.joV(),p.nrm(10,"div",11),p.k0s(),p.nrm(11,"div",12),p.k0s(),p.j41(12,"label",13,2),p.SdG(14),p.k0s()()}if(2&me){const D=p.sdS(2);p.Y8G("labelPosition",Te.labelPosition),p.R7$(4),p.AVh("mdc-checkbox--selected",Te.checked),p.Y8G("checked",Te.checked)("indeterminate",Te.indeterminate)("disabled",Te.disabled&&!Te.disabledInteractive)("id",Te.inputId)("required",Te.required)("tabIndex",Te.disabled&&!Te.disabledInteractive?-1:Te.tabIndex),p.BMQ("aria-label",Te.ariaLabel||null)("aria-labelledby",Te.ariaLabelledby)("aria-describedby",Te.ariaDescribedby)("aria-checked",Te.indeterminate?"mixed":null)("aria-controls",Te.ariaControls)("aria-disabled",!(!Te.disabled||!Te.disabledInteractive)||null)("aria-expanded",Te.ariaExpanded)("aria-owns",Te.ariaOwns)("name",Te.name)("value",Te.value),p.R7$(7),p.Y8G("matRippleTrigger",D)("matRippleDisabled",Te.disableRipple||Te.disabled)("matRippleCentered",!0),p.R7$(),p.Y8G("for",Te.inputId)}},dependencies:[w.r6,T.t],styles:['.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;padding:calc((var(--mat-checkbox-state-layer-size, 40px) - 18px)/2);margin:calc((var(--mat-checkbox-state-layer-size, 40px) - var(--mat-checkbox-state-layer-size, 40px))/2)}.mdc-checkbox:hover>.mdc-checkbox__ripple{opacity:var(--mat-checkbox-unselected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity));background-color:var(--mat-checkbox-unselected-hover-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox:hover>.mat-mdc-checkbox-ripple>.mat-ripple-element{background-color:var(--mat-checkbox-unselected-hover-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox .mdc-checkbox__native-control:focus+.mdc-checkbox__ripple{opacity:var(--mat-checkbox-unselected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity));background-color:var(--mat-checkbox-unselected-focus-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mat-checkbox-unselected-focus-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox:active>.mdc-checkbox__native-control+.mdc-checkbox__ripple{opacity:var(--mat-checkbox-unselected-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity));background-color:var(--mat-checkbox-unselected-pressed-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox:active>.mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mat-checkbox-unselected-pressed-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox:hover .mdc-checkbox__native-control:checked+.mdc-checkbox__ripple{opacity:var(--mat-checkbox-selected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity));background-color:var(--mat-checkbox-selected-hover-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mat-checkbox-selected-hover-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox .mdc-checkbox__native-control:focus:checked+.mdc-checkbox__ripple{opacity:var(--mat-checkbox-selected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity));background-color:var(--mat-checkbox-selected-focus-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mat-checkbox-selected-focus-state-layer-color, var(--mat-sys-primary))}.mdc-checkbox:active>.mdc-checkbox__native-control:checked+.mdc-checkbox__ripple{opacity:var(--mat-checkbox-selected-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity));background-color:var(--mat-checkbox-selected-pressed-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox:active>.mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mat-checkbox-selected-pressed-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control+.mdc-checkbox__ripple{background-color:var(--mat-checkbox-unselected-hover-state-layer-color, var(--mat-sys-on-surface))}.mdc-checkbox .mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1;width:var(--mat-checkbox-state-layer-size, 40px);height:var(--mat-checkbox-state-layer-size, 40px);top:calc((var(--mat-checkbox-state-layer-size, 40px) - var(--mat-checkbox-state-layer-size, 40px))/2);right:calc((var(--mat-checkbox-state-layer-size, 40px) - var(--mat-checkbox-state-layer-size, 40px))/2);left:calc((var(--mat-checkbox-state-layer-size, 40px) - var(--mat-checkbox-state-layer-size, 40px))/2)}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms cubic-bezier(0.4, 0, 0.6, 1);-webkit-print-color-adjust:exact;color-adjust:exact;border-color:var(--mat-checkbox-unselected-icon-color, var(--mat-sys-on-surface-variant));top:calc((var(--mat-checkbox-state-layer-size, 40px) - 18px)/2);left:calc((var(--mat-checkbox-state-layer-size, 40px) - 18px)/2)}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:var(--mat-checkbox-selected-icon-color, var(--mat-sys-primary));background-color:var(--mat-checkbox-selected-icon-color, var(--mat-sys-primary))}.mdc-checkbox--disabled .mdc-checkbox__background{border-color:var(--mat-checkbox-disabled-unselected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}@media(forced-colors: active){.mdc-checkbox--disabled .mdc-checkbox__background{border-color:GrayText}}.mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{background-color:var(--mat-checkbox-disabled-selected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));border-color:rgba(0,0,0,0)}@media(forced-colors: active){.mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{border-color:GrayText}}.mdc-checkbox:hover>.mdc-checkbox__native-control:not(:checked)~.mdc-checkbox__background,.mdc-checkbox:hover>.mdc-checkbox__native-control:not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mat-checkbox-unselected-hover-icon-color, var(--mat-sys-on-surface));background-color:rgba(0,0,0,0)}.mdc-checkbox:hover>.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox:hover>.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{border-color:var(--mat-checkbox-selected-hover-icon-color, var(--mat-sys-primary));background-color:var(--mat-checkbox-selected-hover-icon-color, var(--mat-sys-primary))}.mdc-checkbox__native-control:focus:focus:not(:checked)~.mdc-checkbox__background,.mdc-checkbox__native-control:focus:focus:not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mat-checkbox-unselected-focus-icon-color, var(--mat-sys-on-surface))}.mdc-checkbox__native-control:focus:focus:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:focus:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mat-checkbox-selected-focus-icon-color, var(--mat-sys-primary));background-color:var(--mat-checkbox-selected-focus-icon-color, var(--mat-sys-primary))}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox:hover>.mdc-checkbox__native-control~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__background{border-color:var(--mat-checkbox-disabled-unselected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}@media(forced-colors: active){.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox:hover>.mdc-checkbox__native-control~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__background{border-color:GrayText}}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{background-color:var(--mat-checkbox-disabled-selected-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));border-color:rgba(0,0,0,0)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.6, 1);color:var(--mat-checkbox-selected-checkmark-color, var(--mat-sys-on-primary))}@media(forced-colors: active){.mdc-checkbox__checkmark{color:CanvasText}}.mdc-checkbox--disabled .mdc-checkbox__checkmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__checkmark{color:var(--mat-checkbox-disabled-selected-checkmark-color, var(--mat-sys-surface))}@media(forced-colors: active){.mdc-checkbox--disabled .mdc-checkbox__checkmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__checkmark{color:GrayText}}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1);border-color:var(--mat-checkbox-selected-checkmark-color, var(--mat-sys-on-primary))}@media(forced-colors: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled .mdc-checkbox__mixedmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__mixedmark{border-color:var(--mat-checkbox-disabled-selected-checkmark-color, var(--mat-sys-surface))}@media(forced-colors: active){.mdc-checkbox--disabled .mdc-checkbox__mixedmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__mixedmark{border-color:GrayText}}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background>.mdc-checkbox__checkmark>.mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background>.mdc-checkbox__checkmark>.mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control:checked~.mdc-checkbox__background>.mdc-checkbox__checkmark{transition:opacity 180ms cubic-bezier(0, 0, 0.2, 1),transform 180ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background>.mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background>.mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background>.mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mat-mdc-checkbox-touch-target,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__native-control,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__ripple,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mat-mdc-checkbox-ripple::before,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__background,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__background>.mdc-checkbox__checkmark,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__background>.mdc-checkbox__checkmark>.mdc-checkbox__checkmark-path,.mat-mdc-checkbox._mat-animation-noopable>.mat-internal-form-field>.mdc-checkbox>.mdc-checkbox__background>.mdc-checkbox__mixedmark{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox .mat-internal-form-field{color:var(--mat-checkbox-label-text-color, var(--mat-sys-on-surface));font-family:var(--mat-checkbox-label-text-font, var(--mat-sys-body-medium-font));line-height:var(--mat-checkbox-label-text-line-height, var(--mat-sys-body-medium-line-height));font-size:var(--mat-checkbox-label-text-size, var(--mat-sys-body-medium-size));letter-spacing:var(--mat-checkbox-label-text-tracking, var(--mat-sys-body-medium-tracking));font-weight:var(--mat-checkbox-label-text-weight, var(--mat-sys-body-medium-weight))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-disabled-interactive{pointer-events:auto}.mat-mdc-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-disabled-interactive input{cursor:default}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default;color:var(--mat-checkbox-disabled-label-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}@media(forced-colors: active){.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:GrayText}}.mat-mdc-checkbox label:empty{display:none}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox .mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox .mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;left:50%;height:var(--mat-checkbox-touch-target-size, 48px);width:var(--mat-checkbox-touch-target-size, 48px);transform:translate(-50%, -50%);display:var(--mat-checkbox-touch-target-display, block)}.mat-mdc-checkbox .mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-focus-indicator::before{content:""}\n'],encapsulation:2,changeDetection:0})}return ue})(),ae=(()=>{class ue{static \u0275fac=function(me){return new(me||ue)};static \u0275mod=p.$C({type:ue});static \u0275inj=t.G2t({imports:[$,m.y,m.y]})}return ue})()},82852:function(Ae,ee,l){!function(i){"use strict";var t={};Ae.exports?(t.bytesToHex=l(24740).bytesToHex,t.convertString=l(10820),Ae.exports=g):(t.bytesToHex=i.convertHex.bytesToHex,t.convertString=i.convertString,i.sha256=g);var p=[];!function(){function d(M){for(var j=Math.sqrt(M),U=2;U<=j;U++)if(!(M%U))return!1;return!0}function w(M){return 4294967296*(M-(0|M))|0}for(var m=2,P=0;P<64;)d(m)&&(p[P]=w(Math.pow(m,1/3)),P++),m++}();var S=function(d){for(var w=[],m=0,P=0;m>>5]|=d[m]<<24-P%32;return w},c=function(d){for(var w=[],m=0;m<32*d.length;m+=8)w.push(d[m>>>5]>>>24-m%32&255);return w},e=[],T=function(d,w,m){for(var P=d[0],M=d[1],j=d[2],U=d[3],K=d[4],q=d[5],G=d[6],Q=d[7],$=0;$<64;$++){if($<16)e[$]=0|w[m+$];else{var ae=e[$-15],oe=e[$-2];e[$]=((ae<<25|ae>>>7)^(ae<<14|ae>>>18)^ae>>>3)+e[$-7]+((oe<<15|oe>>>17)^(oe<<13|oe>>>19)^oe>>>10)+e[$-16]}var Te=P&M^P&j^M&j,o=Q+((K<<26|K>>>6)^(K<<21|K>>>11)^(K<<7|K>>>25))+(K&q^~K&G)+p[$]+e[$];Q=G,G=q,q=K,K=U+o|0,U=j,j=M,M=P,P=o+(((P<<30|P>>>2)^(P<<19|P>>>13)^(P<<10|P>>>22))+Te)|0}d[0]=d[0]+P|0,d[1]=d[1]+M|0,d[2]=d[2]+j|0,d[3]=d[3]+U|0,d[4]=d[4]+K|0,d[5]=d[5]+q|0,d[6]=d[6]+G|0,d[7]=d[7]+Q|0};function g(d,w){d.constructor===String&&(d=t.convertString.UTF8.stringToBytes(d));var m=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],P=S(d),M=8*d.length;P[M>>5]|=128<<24-M%32,P[15+(M+64>>9<<4)]=M;for(var j=0;j{"use strict";l.d(ee,{B_:()=>h,Fe:()=>b,NS:()=>G});class i{tracker;columnIndex=0;rowIndex=0;get rowCount(){return this.rowIndex+1}get rowspan(){const k=Math.max(...this.tracker);return k>1?this.rowCount+k-1:this.rowCount}positions;update(k,x){this.columnIndex=0,this.rowIndex=0,this.tracker=new Array(k),this.tracker.fill(0,0,this.tracker.length),this.positions=x.map(r=>this._trackTile(r))}_trackTile(k){const x=this._findMatchingGap(k.colspan);return this._markTilePosition(x,k),this.columnIndex=x+k.colspan,new t(this.rowIndex,x)}_findMatchingGap(k){let x=-1,r=-1;do{this.columnIndex+k>this.tracker.length?(this._nextRow(),x=this.tracker.indexOf(0,this.columnIndex),r=this._findGapEndIndex(x)):(x=this.tracker.indexOf(0,this.columnIndex),-1!=x?(r=this._findGapEndIndex(x),this.columnIndex=x+1):(this._nextRow(),x=this.tracker.indexOf(0,this.columnIndex),r=this._findGapEndIndex(x)))}while(r-x{class A{static \u0275fac=function(r){return new(r||A)};static \u0275mod=S.$C({type:A});static \u0275inj=c.G2t({imports:[e.y,e.y]})}return A})();var m=l(67847),P=l(61577);const M=["*"],q=new c.nKC("MAT_GRID_LIST");let G=(()=>{class A{_element=(0,c.WQX)(S.aKT);_gridList=(0,c.WQX)(q,{optional:!0});_rowspan=1;_colspan=1;constructor(){}get rowspan(){return this._rowspan}set rowspan(x){this._rowspan=Math.round((0,m.OE)(x))}get colspan(){return this._colspan}set colspan(x){this._colspan=Math.round((0,m.OE)(x))}_setStyle(x,r){this._element.nativeElement.style[x]=r}static \u0275fac=function(r){return new(r||A)};static \u0275cmp=S.VBU({type:A,selectors:[["mat-grid-tile"]],hostAttrs:[1,"mat-grid-tile"],hostVars:2,hostBindings:function(r,_){2&r&&S.BMQ("rowspan",_.rowspan)("colspan",_.colspan)},inputs:{rowspan:"rowspan",colspan:"colspan"},exportAs:["matGridTile"],ngContentSelectors:M,decls:2,vars:0,consts:[[1,"mat-grid-tile-content"]],template:function(r,_){1&r&&(S.NAR(),S.rj2(0,"div",0),S.SdG(1),S.eux())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-header{font-size:var(--mat-grid-list-tile-header-primary-text-size, var(--mat-sys-body-large))}.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-header-secondary-text-size, var(--mat-sys-body-medium))}.mat-grid-tile-footer{font-size:var(--mat-grid-list-tile-footer-primary-text-size, var(--mat-sys-body-large))}.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-footer-secondary-text-size, var(--mat-sys-body-medium))}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0})}return A})();const oe=/^-?\d+((\.\d+)?[A-Za-z%$]?)+$/;class he{_gutterSize;_rows=0;_rowspan=0;_cols;_direction;init(k,x,r,_){this._gutterSize=o(k),this._rows=x.rowCount,this._rowspan=x.rowspan,this._cols=r,this._direction=_}getBaseTileSize(k,x){return`(${k}% - (${this._gutterSize} * ${x}))`}getTilePosition(k,x){return 0===x?"0":n(`(${k} + ${this._gutterSize}) * ${x}`)}getTileSize(k,x){return`(${k} * ${x}) + (${x-1} * ${this._gutterSize})`}setStyle(k,x,r){let _=100/this._cols,W=(this._cols-1)/this._cols;this.setColStyles(k,r,_,W),this.setRowStyles(k,x,_,W)}setColStyles(k,x,r,_){let W=this.getBaseTileSize(r,_);k._setStyle("rtl"===this._direction?"right":"left",this.getTilePosition(W,x)),k._setStyle("width",n(this.getTileSize(W,k.colspan)))}getGutterSpan(){return`${this._gutterSize} * (${this._rowspan} - 1)`}getTileSpan(k){return`${this._rowspan} * ${this.getTileSize(k,1)}`}getComputedHeight(){return null}}class me extends he{fixedRowHeight;constructor(k){super(),this.fixedRowHeight=k}init(k,x,r,_){super.init(k,x,r,_),this.fixedRowHeight=o(this.fixedRowHeight),oe.test(this.fixedRowHeight)}setRowStyles(k,x){k._setStyle("top",this.getTilePosition(this.fixedRowHeight,x)),k._setStyle("height",n(this.getTileSize(this.fixedRowHeight,k.rowspan)))}getComputedHeight(){return["height",n(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]}reset(k){k._setListStyle(["height",null]),k._tiles&&k._tiles.forEach(x=>{x._setStyle("top",null),x._setStyle("height",null)})}}class Te extends he{rowHeightRatio;baseTileHeight;constructor(k){super(),this._parseRatio(k)}setRowStyles(k,x,r,_){this.baseTileHeight=this.getBaseTileSize(r/this.rowHeightRatio,_),k._setStyle("marginTop",this.getTilePosition(this.baseTileHeight,x)),k._setStyle("paddingTop",n(this.getTileSize(this.baseTileHeight,k.rowspan)))}getComputedHeight(){return["paddingBottom",n(`${this.getTileSpan(this.baseTileHeight)} + ${this.getGutterSpan()}`)]}reset(k){k._setListStyle(["paddingBottom",null]),k._tiles.forEach(x=>{x._setStyle("marginTop",null),x._setStyle("paddingTop",null)})}_parseRatio(k){const x=k.split(":");this.rowHeightRatio=parseFloat(x[0])/parseFloat(x[1])}}class D extends he{setRowStyles(k,x){let W=this.getBaseTileSize(100/this._rowspan,(this._rows-1)/this._rows);k._setStyle("top",this.getTilePosition(W,x)),k._setStyle("height",n(this.getTileSize(W,k.rowspan)))}reset(k){k._tiles&&k._tiles.forEach(x=>{x._setStyle("top",null),x._setStyle("height",null)})}}function n(A){return`calc(${A})`}function o(A){return A.match(/([A-Za-z%]+)$/)?A:`${A}px`}let h=(()=>{class A{_element=(0,c.WQX)(S.aKT);_dir=(0,c.WQX)(P.dS,{optional:!0});_cols;_tileCoordinator;_rowHeight;_gutter="1px";_tileStyler;_tiles;constructor(){}get cols(){return this._cols}set cols(x){this._cols=Math.max(1,Math.round((0,m.OE)(x)))}get gutterSize(){return this._gutter}set gutterSize(x){this._gutter=`${x??""}`}get rowHeight(){return this._rowHeight}set rowHeight(x){const r=`${x??""}`;r!==this._rowHeight&&(this._rowHeight=r,this._setTileStyler(this._rowHeight))}ngOnInit(){this._checkCols(),this._checkRowHeight()}ngAfterContentChecked(){this._layoutTiles()}_checkCols(){}_checkRowHeight(){this._rowHeight||this._setTileStyler("1:1")}_setTileStyler(x){this._tileStyler&&this._tileStyler.reset(this),this._tileStyler="fit"===x?new D:x&&x.indexOf(":")>-1?new Te(x):new me(x)}_layoutTiles(){this._tileCoordinator||(this._tileCoordinator=new i);const x=this._tileCoordinator,r=this._tiles.filter(W=>!W._gridList||W._gridList===this),_=this._dir?this._dir.value:"ltr";this._tileCoordinator.update(this.cols,r),this._tileStyler.init(this.gutterSize,x,this.cols,_),r.forEach((W,I)=>{const B=x.positions[I];this._tileStyler.setStyle(W,B.row,B.col)}),this._setListStyle(this._tileStyler.getComputedHeight())}_setListStyle(x){x&&(this._element.nativeElement.style[x[0]]=x[1])}static \u0275fac=function(r){return new(r||A)};static \u0275cmp=S.VBU({type:A,selectors:[["mat-grid-list"]],contentQueries:function(r,_,W){if(1&r&&S.wni(W,G,5),2&r){let I;S.mGM(I=S.lsd())&&(_._tiles=I)}},hostAttrs:[1,"mat-grid-list"],hostVars:1,hostBindings:function(r,_){2&r&&S.BMQ("cols",_.cols)},inputs:{cols:"cols",gutterSize:"gutterSize",rowHeight:"rowHeight"},exportAs:["matGridList"],features:[S.Jv_([{provide:q,useExisting:A}])],ngContentSelectors:M,decls:2,vars:0,template:function(r,_){1&r&&(S.NAR(),S.rj2(0,"div"),S.SdG(1),S.eux())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-header{font-size:var(--mat-grid-list-tile-header-primary-text-size, var(--mat-sys-body-large))}.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-header-secondary-text-size, var(--mat-sys-body-medium))}.mat-grid-tile-footer{font-size:var(--mat-grid-list-tile-footer-primary-text-size, var(--mat-sys-body-large))}.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:var(--mat-grid-list-tile-footer-secondary-text-size, var(--mat-sys-body-medium))}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0})}return A})(),b=(()=>{class A{static \u0275fac=function(r){return new(r||A)};static \u0275mod=S.$C({type:A});static \u0275inj=c.G2t({imports:[w,e.y,w,e.y]})}return A})()},83045:(Ae,ee,l)=>{"use strict";var i=l(52529),t=l(23401),p=l(3136),S=p.assert,c=p.parseBytes,e=l(87222),T=l(5451);function g(d){if(S("ed25519"===d,"only tested with ed25519 so far"),!(this instanceof g))return new g(d);this.curve=d=t[d].curve,this.g=d.g,this.g.precompute(d.n.bitLength()+1),this.pointClass=d.point().constructor,this.encodingLength=Math.ceil(d.n.bitLength()/8),this.hash=i.sha512}Ae.exports=g,g.prototype.sign=function(w,m){w=c(w);var P=this.keyFromSecret(m),M=this.hashInt(P.messagePrefix(),w),j=this.g.mul(M),U=this.encodePoint(j),K=this.hashInt(U,P.pubBytes(),w).mul(P.priv()),q=M.add(K).umod(this.curve.n);return this.makeSignature({R:j,S:q,Rencoded:U})},g.prototype.verify=function(w,m,P){if(w=c(w),(m=this.makeSignature(m)).S().gte(m.eddsa.curve.n)||m.S().isNeg())return!1;var M=this.keyFromPublic(P),j=this.hashInt(m.Rencoded(),M.pubBytes(),w),U=this.g.mul(m.S());return m.R().add(M.pub().mul(j)).eq(U)},g.prototype.hashInt=function(){for(var w=this.hash(),m=0;m{"use strict";var i=l(49609);ee.certificate=l(94772);var t=i.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});ee.RSAPrivateKey=t;var p=i.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});ee.RSAPublicKey=p;var S=i.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),c=i.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(S),this.key("subjectPublicKey").bitstr())});ee.PublicKey=c;var e=i.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(S),this.key("subjectPrivateKey").octstr())});ee.PrivateKey=e;var T=i.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});ee.EncryptedPrivateKey=T;var g=i.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});ee.DSAPrivateKey=g,ee.DSAparam=i.define("DSAparam",function(){this.int()});var d=i.define("ECParameters",function(){this.choice({namedCurve:this.objid()})}),w=i.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(d),this.key("publicKey").optional().explicit(1).bitstr())});ee.ECPrivateKey=w,ee.signature=i.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},83264:(Ae,ee,l)=>{const i=l(91677),t=l(19089);function p(S){this.mode=i.KANJI,this.data=S}p.getBitsLength=function(c){return 13*c},p.prototype.getLength=function(){return this.data.length},p.prototype.getBitsLength=function(){return p.getBitsLength(this.data.length)},p.prototype.write=function(S){let c;for(c=0;c=33088&&e<=40956)e-=33088;else{if(!(e>=57408&&e<=60351))throw new Error("Invalid SJIS character: "+this.data[c]+"\nMake sure your charset is UTF-8");e-=49472}e=192*(e>>>8&255)+(255&e),S.put(e,13)}},Ae.exports=p},83300:(Ae,ee,l)=>{"use strict";let i;function p(S){return function t(){if(null==i&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>i=!0}))}finally{i=i||!1}return i}()?S:!!S.capture}l.d(ee,{B:()=>p})},83407:(Ae,ee,l)=>{var i=l(34725);Ae.exports=function(t){return(new i).update(t).digest()}},83798:(Ae,ee,l)=>{"use strict";var i=l(52786);if(i)try{i([],"length")}catch{i=null}Ae.exports=i},83824:(Ae,ee,l)=>{"use strict";Ae.exports=t;var i=l(43410);function t(p){if(!(this instanceof t))return new t(p);i.call(this,p)}l(71993)(t,i),t.prototype._transform=function(p,S,c){c(null,p)}},83838:(Ae,ee,l)=>{"use strict";const i=l(13981),t=l(22020),p="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;ee.Buffer=T,ee.SlowBuffer=function G(Z){return+Z!=Z&&(Z=0),T.alloc(+Z)},ee.INSPECT_MAX_BYTES=50;const S=2147483647;function e(Z){if(Z>S)throw new RangeError('The value "'+Z+'" is invalid for option "size"');const J=new Uint8Array(Z);return Object.setPrototypeOf(J,T.prototype),J}function T(Z,J,fe){if("number"==typeof Z){if("string"==typeof J)throw new TypeError('The "string" argument must be of type string. Received type number');return m(Z)}return g(Z,J,fe)}function g(Z,J,fe){if("string"==typeof Z)return function P(Z,J){if(("string"!=typeof J||""===J)&&(J="utf8"),!T.isEncoding(J))throw new TypeError("Unknown encoding: "+J);const fe=0|Q(Z,J);let Ie=e(fe);const ht=Ie.write(Z,J);return ht!==fe&&(Ie=Ie.slice(0,ht)),Ie}(Z,J);if(ArrayBuffer.isView(Z))return function j(Z){if(Pe(Z,Uint8Array)){const J=new Uint8Array(Z);return U(J.buffer,J.byteOffset,J.byteLength)}return M(Z)}(Z);if(null==Z)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Z);if(Pe(Z,ArrayBuffer)||Z&&Pe(Z.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Pe(Z,SharedArrayBuffer)||Z&&Pe(Z.buffer,SharedArrayBuffer)))return U(Z,J,fe);if("number"==typeof Z)throw new TypeError('The "value" argument must not be of type number. Received type number');const Ie=Z.valueOf&&Z.valueOf();if(null!=Ie&&Ie!==Z)return T.from(Ie,J,fe);const ht=function K(Z){if(T.isBuffer(Z)){const J=0|q(Z.length),fe=e(J);return 0===fe.length||Z.copy(fe,0,0,J),fe}return void 0!==Z.length?"number"!=typeof Z.length||Ht(Z.length)?e(0):M(Z):"Buffer"===Z.type&&Array.isArray(Z.data)?M(Z.data):void 0}(Z);if(ht)return ht;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof Z[Symbol.toPrimitive])return T.from(Z[Symbol.toPrimitive]("string"),J,fe);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Z)}function d(Z){if("number"!=typeof Z)throw new TypeError('"size" argument must be of type number');if(Z<0)throw new RangeError('The value "'+Z+'" is invalid for option "size"')}function m(Z){return d(Z),e(Z<0?0:0|q(Z))}function M(Z){const J=Z.length<0?0:0|q(Z.length),fe=e(J);for(let Ie=0;Ie=S)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+S.toString(16)+" bytes");return 0|Z}function Q(Z,J){if(T.isBuffer(Z))return Z.length;if(ArrayBuffer.isView(Z)||Pe(Z,ArrayBuffer))return Z.byteLength;if("string"!=typeof Z)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Z);const fe=Z.length,Ie=arguments.length>2&&!0===arguments[2];if(!Ie&&0===fe)return 0;let ht=!1;for(;;)switch(J){case"ascii":case"latin1":case"binary":return fe;case"utf8":case"utf-8":return dt(Z).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*fe;case"hex":return fe>>>1;case"base64":return Mt(Z).length;default:if(ht)return Ie?-1:dt(Z).length;J=(""+J).toLowerCase(),ht=!0}}function $(Z,J,fe){let Ie=!1;if((void 0===J||J<0)&&(J=0),J>this.length||((void 0===fe||fe>this.length)&&(fe=this.length),fe<=0)||(fe>>>=0)<=(J>>>=0))return"";for(Z||(Z="utf8");;)switch(Z){case"hex":return x(this,J,fe);case"utf8":case"utf-8":return f(this,J,fe);case"ascii":return A(this,J,fe);case"latin1":case"binary":return k(this,J,fe);case"base64":return o(this,J,fe);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r(this,J,fe);default:if(Ie)throw new TypeError("Unknown encoding: "+Z);Z=(Z+"").toLowerCase(),Ie=!0}}function ae(Z,J,fe){const Ie=Z[J];Z[J]=Z[fe],Z[fe]=Ie}function ue(Z,J,fe,Ie,ht){if(0===Z.length)return-1;if("string"==typeof fe?(Ie=fe,fe=0):fe>2147483647?fe=2147483647:fe<-2147483648&&(fe=-2147483648),Ht(fe=+fe)&&(fe=ht?0:Z.length-1),fe<0&&(fe=Z.length+fe),fe>=Z.length){if(ht)return-1;fe=Z.length-1}else if(fe<0){if(!ht)return-1;fe=0}if("string"==typeof J&&(J=T.from(J,Ie)),T.isBuffer(J))return 0===J.length?-1:oe(Z,J,fe,Ie,ht);if("number"==typeof J)return J&=255,"function"==typeof Uint8Array.prototype.indexOf?ht?Uint8Array.prototype.indexOf.call(Z,J,fe):Uint8Array.prototype.lastIndexOf.call(Z,J,fe):oe(Z,[J],fe,Ie,ht);throw new TypeError("val must be string, number or Buffer")}function oe(Z,J,fe,Ie,ht){let Rt,li=1,Qt=Z.length,di=J.length;if(void 0!==Ie&&("ucs2"===(Ie=String(Ie).toLowerCase())||"ucs-2"===Ie||"utf16le"===Ie||"utf-16le"===Ie)){if(Z.length<2||J.length<2)return-1;li=2,Qt/=2,di/=2,fe/=2}function kt(le,te){return 1===li?le[te]:le.readUInt16BE(te*li)}if(ht){let le=-1;for(Rt=fe;RtQt&&(fe=Qt-di),Rt=fe;Rt>=0;Rt--){let le=!0;for(let te=0;teht&&(Ie=ht):Ie=ht;const li=J.length;let Qt;for(Ie>li/2&&(Ie=li/2),Qt=0;Qt>8,ht=fe%256,li.push(ht),li.push(Ie);return li}(J,Z.length-fe),Z,fe,Ie)}function o(Z,J,fe){return i.fromByteArray(0===J&&fe===Z.length?Z:Z.slice(J,fe))}function f(Z,J,fe){fe=Math.min(Z.length,fe);const Ie=[];let ht=J;for(;ht239?4:li>223?3:li>191?2:1;if(ht+di<=fe){let kt,Rt,le,te;switch(di){case 1:li<128&&(Qt=li);break;case 2:kt=Z[ht+1],128==(192&kt)&&(te=(31&li)<<6|63&kt,te>127&&(Qt=te));break;case 3:kt=Z[ht+1],Rt=Z[ht+2],128==(192&kt)&&128==(192&Rt)&&(te=(15&li)<<12|(63&kt)<<6|63&Rt,te>2047&&(te<55296||te>57343)&&(Qt=te));break;case 4:kt=Z[ht+1],Rt=Z[ht+2],le=Z[ht+3],128==(192&kt)&&128==(192&Rt)&&128==(192&le)&&(te=(15&li)<<18|(63&kt)<<12|(63&Rt)<<6|63&le,te>65535&&te<1114112&&(Qt=te))}}null===Qt?(Qt=65533,di=1):Qt>65535&&(Qt-=65536,Ie.push(Qt>>>10&1023|55296),Qt=56320|1023&Qt),Ie.push(Qt),ht+=di}return function b(Z){const J=Z.length;if(J<=h)return String.fromCharCode.apply(String,Z);let fe="",Ie=0;for(;Ieht.length?(T.isBuffer(Qt)||(Qt=T.from(Qt)),Qt.copy(ht,li)):Uint8Array.prototype.set.call(ht,Qt,li);else{if(!T.isBuffer(Qt))throw new TypeError('"list" argument must be an Array of Buffers');Qt.copy(ht,li)}li+=Qt.length}return ht},T.byteLength=Q,T.prototype._isBuffer=!0,T.prototype.swap16=function(){const J=this.length;if(J%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let fe=0;fefe&&(J+=" ... "),""},p&&(T.prototype[p]=T.prototype.inspect),T.prototype.compare=function(J,fe,Ie,ht,li){if(Pe(J,Uint8Array)&&(J=T.from(J,J.offset,J.byteLength)),!T.isBuffer(J))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof J);if(void 0===fe&&(fe=0),void 0===Ie&&(Ie=J?J.length:0),void 0===ht&&(ht=0),void 0===li&&(li=this.length),fe<0||Ie>J.length||ht<0||li>this.length)throw new RangeError("out of range index");if(ht>=li&&fe>=Ie)return 0;if(ht>=li)return-1;if(fe>=Ie)return 1;if(this===J)return 0;let Qt=(li>>>=0)-(ht>>>=0),di=(Ie>>>=0)-(fe>>>=0);const kt=Math.min(Qt,di),Rt=this.slice(ht,li),le=J.slice(fe,Ie);for(let te=0;te>>=0,isFinite(Ie)?(Ie>>>=0,void 0===ht&&(ht="utf8")):(ht=Ie,Ie=void 0)}const li=this.length-fe;if((void 0===Ie||Ie>li)&&(Ie=li),J.length>0&&(Ie<0||fe<0)||fe>this.length)throw new RangeError("Attempt to write outside buffer bounds");ht||(ht="utf8");let Qt=!1;for(;;)switch(ht){case"hex":return he(this,J,fe,Ie);case"utf8":case"utf-8":return me(this,J,fe,Ie);case"ascii":case"latin1":case"binary":return Te(this,J,fe,Ie);case"base64":return D(this,J,fe,Ie);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n(this,J,fe,Ie);default:if(Qt)throw new TypeError("Unknown encoding: "+ht);ht=(""+ht).toLowerCase(),Qt=!0}},T.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const h=4096;function A(Z,J,fe){let Ie="";fe=Math.min(Z.length,fe);for(let ht=J;htIe)&&(fe=Ie);let ht="";for(let li=J;life)throw new RangeError("Trying to access beyond buffer length")}function W(Z,J,fe,Ie,ht,li){if(!T.isBuffer(Z))throw new TypeError('"buffer" argument must be a Buffer instance');if(J>ht||JZ.length)throw new RangeError("Index out of range")}function I(Z,J,fe,Ie,ht){Ke(J,Ie,ht,Z,fe,7);let li=Number(J&BigInt(4294967295));Z[fe++]=li,li>>=8,Z[fe++]=li,li>>=8,Z[fe++]=li,li>>=8,Z[fe++]=li;let Qt=Number(J>>BigInt(32)&BigInt(4294967295));return Z[fe++]=Qt,Qt>>=8,Z[fe++]=Qt,Qt>>=8,Z[fe++]=Qt,Qt>>=8,Z[fe++]=Qt,fe}function B(Z,J,fe,Ie,ht){Ke(J,Ie,ht,Z,fe,7);let li=Number(J&BigInt(4294967295));Z[fe+7]=li,li>>=8,Z[fe+6]=li,li>>=8,Z[fe+5]=li,li>>=8,Z[fe+4]=li;let Qt=Number(J>>BigInt(32)&BigInt(4294967295));return Z[fe+3]=Qt,Qt>>=8,Z[fe+2]=Qt,Qt>>=8,Z[fe+1]=Qt,Qt>>=8,Z[fe]=Qt,fe+8}function re(Z,J,fe,Ie,ht,li){if(fe+Ie>Z.length)throw new RangeError("Index out of range");if(fe<0)throw new RangeError("Index out of range")}function pe(Z,J,fe,Ie,ht){return J=+J,fe>>>=0,ht||re(Z,0,fe,4),t.write(Z,J,fe,Ie,23,4),fe+4}function be(Z,J,fe,Ie,ht){return J=+J,fe>>>=0,ht||re(Z,0,fe,8),t.write(Z,J,fe,Ie,52,8),fe+8}T.prototype.slice=function(J,fe){const Ie=this.length;(J=~~J)<0?(J+=Ie)<0&&(J=0):J>Ie&&(J=Ie),(fe=void 0===fe?Ie:~~fe)<0?(fe+=Ie)<0&&(fe=0):fe>Ie&&(fe=Ie),fe>>=0,fe>>>=0,Ie||_(J,fe,this.length);let ht=this[J],li=1,Qt=0;for(;++Qt>>=0,fe>>>=0,Ie||_(J,fe,this.length);let ht=this[J+--fe],li=1;for(;fe>0&&(li*=256);)ht+=this[J+--fe]*li;return ht},T.prototype.readUint8=T.prototype.readUInt8=function(J,fe){return J>>>=0,fe||_(J,1,this.length),this[J]},T.prototype.readUint16LE=T.prototype.readUInt16LE=function(J,fe){return J>>>=0,fe||_(J,2,this.length),this[J]|this[J+1]<<8},T.prototype.readUint16BE=T.prototype.readUInt16BE=function(J,fe){return J>>>=0,fe||_(J,2,this.length),this[J]<<8|this[J+1]},T.prototype.readUint32LE=T.prototype.readUInt32LE=function(J,fe){return J>>>=0,fe||_(J,4,this.length),(this[J]|this[J+1]<<8|this[J+2]<<16)+16777216*this[J+3]},T.prototype.readUint32BE=T.prototype.readUInt32BE=function(J,fe){return J>>>=0,fe||_(J,4,this.length),16777216*this[J]+(this[J+1]<<16|this[J+2]<<8|this[J+3])},T.prototype.readBigUInt64LE=Ce(function(J){ge(J>>>=0,"offset");const fe=this[J],Ie=this[J+7];(void 0===fe||void 0===Ie)&&ve(J,this.length-8);const ht=fe+256*this[++J]+65536*this[++J]+this[++J]*2**24,li=this[++J]+256*this[++J]+65536*this[++J]+Ie*2**24;return BigInt(ht)+(BigInt(li)<>>=0,"offset");const fe=this[J],Ie=this[J+7];(void 0===fe||void 0===Ie)&&ve(J,this.length-8);const ht=fe*2**24+65536*this[++J]+256*this[++J]+this[++J],li=this[++J]*2**24+65536*this[++J]+256*this[++J]+Ie;return(BigInt(ht)<>>=0,fe>>>=0,Ie||_(J,fe,this.length);let ht=this[J],li=1,Qt=0;for(;++Qt=li&&(ht-=Math.pow(2,8*fe)),ht},T.prototype.readIntBE=function(J,fe,Ie){J>>>=0,fe>>>=0,Ie||_(J,fe,this.length);let ht=fe,li=1,Qt=this[J+--ht];for(;ht>0&&(li*=256);)Qt+=this[J+--ht]*li;return li*=128,Qt>=li&&(Qt-=Math.pow(2,8*fe)),Qt},T.prototype.readInt8=function(J,fe){return J>>>=0,fe||_(J,1,this.length),128&this[J]?-1*(255-this[J]+1):this[J]},T.prototype.readInt16LE=function(J,fe){J>>>=0,fe||_(J,2,this.length);const Ie=this[J]|this[J+1]<<8;return 32768&Ie?4294901760|Ie:Ie},T.prototype.readInt16BE=function(J,fe){J>>>=0,fe||_(J,2,this.length);const Ie=this[J+1]|this[J]<<8;return 32768&Ie?4294901760|Ie:Ie},T.prototype.readInt32LE=function(J,fe){return J>>>=0,fe||_(J,4,this.length),this[J]|this[J+1]<<8|this[J+2]<<16|this[J+3]<<24},T.prototype.readInt32BE=function(J,fe){return J>>>=0,fe||_(J,4,this.length),this[J]<<24|this[J+1]<<16|this[J+2]<<8|this[J+3]},T.prototype.readBigInt64LE=Ce(function(J){ge(J>>>=0,"offset");const fe=this[J],Ie=this[J+7];return(void 0===fe||void 0===Ie)&&ve(J,this.length-8),(BigInt(this[J+4]+256*this[J+5]+65536*this[J+6]+(Ie<<24))<>>=0,"offset");const fe=this[J],Ie=this[J+7];(void 0===fe||void 0===Ie)&&ve(J,this.length-8);const ht=(fe<<24)+65536*this[++J]+256*this[++J]+this[++J];return(BigInt(ht)<>>=0,fe||_(J,4,this.length),t.read(this,J,!0,23,4)},T.prototype.readFloatBE=function(J,fe){return J>>>=0,fe||_(J,4,this.length),t.read(this,J,!1,23,4)},T.prototype.readDoubleLE=function(J,fe){return J>>>=0,fe||_(J,8,this.length),t.read(this,J,!0,52,8)},T.prototype.readDoubleBE=function(J,fe){return J>>>=0,fe||_(J,8,this.length),t.read(this,J,!1,52,8)},T.prototype.writeUintLE=T.prototype.writeUIntLE=function(J,fe,Ie,ht){J=+J,fe>>>=0,Ie>>>=0,ht||W(this,J,fe,Ie,Math.pow(2,8*Ie)-1,0);let li=1,Qt=0;for(this[fe]=255&J;++Qt>>=0,Ie>>>=0,ht||W(this,J,fe,Ie,Math.pow(2,8*Ie)-1,0);let li=Ie-1,Qt=1;for(this[fe+li]=255&J;--li>=0&&(Qt*=256);)this[fe+li]=J/Qt&255;return fe+Ie},T.prototype.writeUint8=T.prototype.writeUInt8=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,1,255,0),this[fe]=255&J,fe+1},T.prototype.writeUint16LE=T.prototype.writeUInt16LE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,2,65535,0),this[fe]=255&J,this[fe+1]=J>>>8,fe+2},T.prototype.writeUint16BE=T.prototype.writeUInt16BE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,2,65535,0),this[fe]=J>>>8,this[fe+1]=255&J,fe+2},T.prototype.writeUint32LE=T.prototype.writeUInt32LE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,4,4294967295,0),this[fe+3]=J>>>24,this[fe+2]=J>>>16,this[fe+1]=J>>>8,this[fe]=255&J,fe+4},T.prototype.writeUint32BE=T.prototype.writeUInt32BE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,4,4294967295,0),this[fe]=J>>>24,this[fe+1]=J>>>16,this[fe+2]=J>>>8,this[fe+3]=255&J,fe+4},T.prototype.writeBigUInt64LE=Ce(function(J,fe=0){return I(this,J,fe,BigInt(0),BigInt("0xffffffffffffffff"))}),T.prototype.writeBigUInt64BE=Ce(function(J,fe=0){return B(this,J,fe,BigInt(0),BigInt("0xffffffffffffffff"))}),T.prototype.writeIntLE=function(J,fe,Ie,ht){if(J=+J,fe>>>=0,!ht){const kt=Math.pow(2,8*Ie-1);W(this,J,fe,Ie,kt-1,-kt)}let li=0,Qt=1,di=0;for(this[fe]=255&J;++li>>=0,!ht){const kt=Math.pow(2,8*Ie-1);W(this,J,fe,Ie,kt-1,-kt)}let li=Ie-1,Qt=1,di=0;for(this[fe+li]=255&J;--li>=0&&(Qt*=256);)J<0&&0===di&&0!==this[fe+li+1]&&(di=1),this[fe+li]=(J/Qt|0)-di&255;return fe+Ie},T.prototype.writeInt8=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,1,127,-128),J<0&&(J=255+J+1),this[fe]=255&J,fe+1},T.prototype.writeInt16LE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,2,32767,-32768),this[fe]=255&J,this[fe+1]=J>>>8,fe+2},T.prototype.writeInt16BE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,2,32767,-32768),this[fe]=J>>>8,this[fe+1]=255&J,fe+2},T.prototype.writeInt32LE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,4,2147483647,-2147483648),this[fe]=255&J,this[fe+1]=J>>>8,this[fe+2]=J>>>16,this[fe+3]=J>>>24,fe+4},T.prototype.writeInt32BE=function(J,fe,Ie){return J=+J,fe>>>=0,Ie||W(this,J,fe,4,2147483647,-2147483648),J<0&&(J=4294967295+J+1),this[fe]=J>>>24,this[fe+1]=J>>>16,this[fe+2]=J>>>8,this[fe+3]=255&J,fe+4},T.prototype.writeBigInt64LE=Ce(function(J,fe=0){return I(this,J,fe,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),T.prototype.writeBigInt64BE=Ce(function(J,fe=0){return B(this,J,fe,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),T.prototype.writeFloatLE=function(J,fe,Ie){return pe(this,J,fe,!0,Ie)},T.prototype.writeFloatBE=function(J,fe,Ie){return pe(this,J,fe,!1,Ie)},T.prototype.writeDoubleLE=function(J,fe,Ie){return be(this,J,fe,!0,Ie)},T.prototype.writeDoubleBE=function(J,fe,Ie){return be(this,J,fe,!1,Ie)},T.prototype.copy=function(J,fe,Ie,ht){if(!T.isBuffer(J))throw new TypeError("argument should be a Buffer");if(Ie||(Ie=0),!ht&&0!==ht&&(ht=this.length),fe>=J.length&&(fe=J.length),fe||(fe=0),ht>0&&ht=this.length)throw new RangeError("Index out of range");if(ht<0)throw new RangeError("sourceEnd out of bounds");ht>this.length&&(ht=this.length),J.length-fe>>=0,Ie=void 0===Ie?this.length:Ie>>>0,J||(J=0),"number"==typeof J)for(li=fe;li=Ie+4;fe-=3)J=`_${Z.slice(fe-3,fe)}${J}`;return`${Z.slice(0,fe)}${J}`}function Ke(Z,J,fe,Ie,ht,li){if(Z>fe||Z3?0===J||J===BigInt(0)?`>= 0${Qt} and < 2${Qt} ** ${8*(li+1)}${Qt}`:`>= -(2${Qt} ** ${8*(li+1)-1}${Qt}) and < 2 ** ${8*(li+1)-1}${Qt}`:`>= ${J}${Qt} and <= ${fe}${Qt}`,new Be.ERR_OUT_OF_RANGE("value",di,Z)}!function Le(Z,J,fe){ge(J,"offset"),(void 0===Z[J]||void 0===Z[J+fe])&&ve(J,Z.length-(fe+1))}(Ie,ht,li)}function ge(Z,J){if("number"!=typeof Z)throw new Be.ERR_INVALID_ARG_TYPE(J,"number",Z)}function ve(Z,J,fe){throw Math.floor(Z)!==Z?(ge(Z,fe),new Be.ERR_OUT_OF_RANGE(fe||"offset","an integer",Z)):J<0?new Be.ERR_BUFFER_OUT_OF_BOUNDS:new Be.ERR_OUT_OF_RANGE(fe||"offset",`>= ${fe?1:0} and <= ${J}`,Z)}_e("ERR_BUFFER_OUT_OF_BOUNDS",function(Z){return Z?`${Z} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),_e("ERR_INVALID_ARG_TYPE",function(Z,J){return`The "${Z}" argument must be of type number. Received type ${typeof J}`},TypeError),_e("ERR_OUT_OF_RANGE",function(Z,J,fe){let Ie=`The value of "${Z}" is out of range.`,ht=fe;return Number.isInteger(fe)&&Math.abs(fe)>2**32?ht=ye(String(fe)):"bigint"==typeof fe&&(ht=String(fe),(fe>BigInt(2)**BigInt(32)||fe<-(BigInt(2)**BigInt(32)))&&(ht=ye(ht)),ht+="n"),Ie+=` It must be ${J}. Received ${ht}`,Ie},RangeError);const Oe=/[^+/0-9A-Za-z-_]/g;function dt(Z,J){let fe;J=J||1/0;const Ie=Z.length;let ht=null;const li=[];for(let Qt=0;Qt55295&&fe<57344){if(!ht){if(fe>56319){(J-=3)>-1&&li.push(239,191,189);continue}if(Qt+1===Ie){(J-=3)>-1&&li.push(239,191,189);continue}ht=fe;continue}if(fe<56320){(J-=3)>-1&&li.push(239,191,189),ht=fe;continue}fe=65536+(ht-55296<<10|fe-56320)}else ht&&(J-=3)>-1&&li.push(239,191,189);if(ht=null,fe<128){if((J-=1)<0)break;li.push(fe)}else if(fe<2048){if((J-=2)<0)break;li.push(fe>>6|192,63&fe|128)}else if(fe<65536){if((J-=3)<0)break;li.push(fe>>12|224,fe>>6&63|128,63&fe|128)}else{if(!(fe<1114112))throw new Error("Invalid code point");if((J-=4)<0)break;li.push(fe>>18|240,fe>>12&63|128,fe>>6&63|128,63&fe|128)}}return li}function Mt(Z){return i.toByteArray(function Ee(Z){if((Z=(Z=Z.split("=")[0]).trim().replace(Oe,"")).length<2)return"";for(;Z.length%4!=0;)Z+="=";return Z}(Z))}function lt(Z,J,fe,Ie){let ht;for(ht=0;ht=J.length||ht>=Z.length);++ht)J[ht+fe]=Z[ht];return ht}function Pe(Z,J){return Z instanceof J||null!=Z&&null!=Z.constructor&&null!=Z.constructor.name&&Z.constructor.name===J.name}function Ht(Z){return Z!=Z}const ct=function(){const Z="0123456789abcdef",J=new Array(256);for(let fe=0;fe<16;++fe){const Ie=16*fe;for(let ht=0;ht<16;++ht)J[Ie+ht]=Z[fe]+Z[ht]}return J}();function Ce(Z){return typeof BigInt>"u"?ze:Z}function ze(){throw new Error("BigInt not supported")}},83869:(Ae,ee,l)=>{"use strict";l.d(ee,{C:()=>t});var i=l(21413);class t{_multiple;_emitChanges;compareWith;_selection=new Set;_deselectedToEmit=[];_selectedToEmit=[];_selected;get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}changed=new i.B;constructor(c=!1,e,T=!0,g){this._multiple=c,this._emitChanges=T,this.compareWith=g,e&&e.length&&(c?e.forEach(d=>this._markSelected(d)):this._markSelected(e[0]),this._selectedToEmit.length=0)}select(...c){this._verifyValueAssignment(c),c.forEach(T=>this._markSelected(T));const e=this._hasQueuedChanges();return this._emitChangeEvent(),e}deselect(...c){this._verifyValueAssignment(c),c.forEach(T=>this._unmarkSelected(T));const e=this._hasQueuedChanges();return this._emitChangeEvent(),e}setSelection(...c){this._verifyValueAssignment(c);const e=this.selected,T=new Set(c.map(d=>this._getConcreteValue(d)));c.forEach(d=>this._markSelected(d)),e.filter(d=>!T.has(this._getConcreteValue(d,T))).forEach(d=>this._unmarkSelected(d));const g=this._hasQueuedChanges();return this._emitChangeEvent(),g}toggle(c){return this.isSelected(c)?this.deselect(c):this.select(c)}clear(c=!0){this._unmarkAll();const e=this._hasQueuedChanges();return c&&this._emitChangeEvent(),e}isSelected(c){return this._selection.has(this._getConcreteValue(c))}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(c){this._multiple&&this.selected&&this._selected.sort(c)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(c){c=this._getConcreteValue(c),this.isSelected(c)||(this._multiple||this._unmarkAll(),this.isSelected(c)||this._selection.add(c),this._emitChanges&&this._selectedToEmit.push(c))}_unmarkSelected(c){c=this._getConcreteValue(c),this.isSelected(c)&&(this._selection.delete(c),this._emitChanges&&this._deselectedToEmit.push(c))}_unmarkAll(){this.isEmpty()||this._selection.forEach(c=>this._unmarkSelected(c))}_verifyValueAssignment(c){}_hasQueuedChanges(){return!(!this._deselectedToEmit.length&&!this._selectedToEmit.length)}_getConcreteValue(c,e){if(this.compareWith){e=e??this._selection;for(let T of e)if(this.compareWith(c,T))return T;return c}return c}}},84412:(Ae,ee,l)=>{"use strict";l.d(ee,{t:()=>t});var i=l(21413);class t extends i.B{constructor(S){super(),this._value=S}get value(){return this.getValue()}_subscribe(S){const c=super._subscribe(S);return!c.closed&&S.next(this._value),c}getValue(){const{hasError:S,thrownError:c,_value:e}=this;if(S)throw c;return this._throwIfClosed(),e}next(S){super.next(this._value=S)}}},84572:(Ae,ee,l)=>{"use strict";l.d(ee,{z:()=>w});var i=l(71985),t=l(93073),p=l(22806),S=l(33669),c=l(6450),e=l(9326),T=l(58496),g=l(54360),d=l(45225);function w(...M){const j=(0,e.lI)(M),U=(0,e.ms)(M),{args:K,keys:q}=(0,t.D)(M);if(0===K.length)return(0,p.H)([],j);const G=new i.c(function m(M,j,U=S.D){return K=>{P(j,()=>{const{length:q}=M,G=new Array(q);let Q=q,$=q;for(let ae=0;ae{const ue=(0,p.H)(M[ae],j);let oe=!1;ue.subscribe((0,g._)(K,he=>{G[ae]=he,oe||(oe=!0,$--),$||K.next(U(G.slice()))},()=>{--Q||K.complete()}))},K)},K)}}(K,j,q?Q=>(0,T.e)(q,Q):S.D));return U?G.pipe((0,c.I)(U)):G}function P(M,j,U){M?(0,d.N)(U,M,j):j()}},84662:Ae=>{function ee(){this.buffer=[],this.length=0}ee.prototype={get:function(l){const i=Math.floor(l/8);return 1==(this.buffer[i]>>>7-l%8&1)},put:function(l,i){for(let t=0;t>>i-t-1&1))},getLengthInBits:function(){return this.length},putBit:function(l){const i=Math.floor(this.length/8);this.buffer.length<=i&&this.buffer.push(0),l&&(this.buffer[i]|=128>>>this.length%8),this.length++}},Ae.exports=ee},85343:(Ae,ee,l)=>{"use strict";function i(){}l.d(ee,{l:()=>i})},85397:(Ae,ee,l)=>{"use strict";l.d(ee,{x:()=>p});var i=l(4761),t=l(98071);function p(S){return(0,t.T)(S?.[i.l])}},85488:Ae=>{"use strict";Ae.exports=Number.isNaN||function(l){return l!=l}},85671:(Ae,ee)=>{"use strict";ee.readUInt32BE=function(S,c){return(S[0+c]<<24|S[1+c]<<16|S[2+c]<<8|S[3+c])>>>0},ee.writeUInt32BE=function(S,c,e){S[0+e]=c>>>24,S[1+e]=c>>>16&255,S[2+e]=c>>>8&255,S[3+e]=255&c},ee.ip=function(S,c,e,T){for(var g=0,d=0,w=6;w>=0;w-=2){for(var m=0;m<=24;m+=8)g<<=1,g|=c>>>m+w&1;for(m=0;m<=24;m+=8)g<<=1,g|=S>>>m+w&1}for(w=6;w>=0;w-=2){for(m=1;m<=25;m+=8)d<<=1,d|=c>>>m+w&1;for(m=1;m<=25;m+=8)d<<=1,d|=S>>>m+w&1}e[T+0]=g>>>0,e[T+1]=d>>>0},ee.rip=function(S,c,e,T){for(var g=0,d=0,w=0;w<4;w++)for(var m=24;m>=0;m-=8)g<<=1,g|=c>>>m+w&1,g<<=1,g|=S>>>m+w&1;for(w=4;w<8;w++)for(m=24;m>=0;m-=8)d<<=1,d|=c>>>m+w&1,d<<=1,d|=S>>>m+w&1;e[T+0]=g>>>0,e[T+1]=d>>>0},ee.pc1=function(S,c,e,T){for(var g=0,d=0,w=7;w>=5;w--){for(var m=0;m<=24;m+=8)g<<=1,g|=c>>m+w&1;for(m=0;m<=24;m+=8)g<<=1,g|=S>>m+w&1}for(m=0;m<=24;m+=8)g<<=1,g|=c>>m+w&1;for(w=1;w<=3;w++){for(m=0;m<=24;m+=8)d<<=1,d|=c>>m+w&1;for(m=0;m<=24;m+=8)d<<=1,d|=S>>m+w&1}for(m=0;m<=24;m+=8)d<<=1,d|=S>>m+w&1;e[T+0]=g>>>0,e[T+1]=d>>>0},ee.r28shl=function(S,c){return S<>>28-c};var l=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];ee.pc2=function(S,c,e,T){for(var g=0,d=0,w=l.length>>>1,m=0;m>>l[m]&1;for(m=w;m>>l[m]&1;e[T+0]=g>>>0,e[T+1]=d>>>0},ee.expand=function(S,c,e){var T=0,g=0;T=(1&S)<<5|S>>>27;for(var d=23;d>=15;d-=4)T<<=6,T|=S>>>d&63;for(d=11;d>=3;d-=4)g|=S>>>d&63,g<<=6;g|=(31&S)<<1|S>>>31,c[e+0]=T>>>0,c[e+1]=g>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];ee.substitute=function(S,c){for(var e=0,T=0;T<4;T++)e<<=4,e|=i[64*T+(S>>>18-6*T&63)];for(T=0;T<4;T++)e<<=4,e|=i[256+64*T+(c>>>18-6*T&63)];return e>>>0};var t=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];ee.permute=function(S){for(var c=0,e=0;e>>t[e]&1;return c>>>0},ee.padSplit=function(S,c,e){for(var T=S.toString(2);T.length{var i=l(71993);function t(S){this._reporterState={obj:null,path:[],options:S||{},errors:[]}}function p(S,c){this.path=S,this.rethrow(c)}ee.a=t,t.prototype.isError=function(c){return c instanceof p},t.prototype.save=function(){var c=this._reporterState;return{obj:c.obj,pathLen:c.path.length}},t.prototype.restore=function(c){var e=this._reporterState;e.obj=c.obj,e.path=e.path.slice(0,c.pathLen)},t.prototype.enterKey=function(c){return this._reporterState.path.push(c)},t.prototype.exitKey=function(c){var e=this._reporterState;e.path=e.path.slice(0,c-1)},t.prototype.leaveKey=function(c,e,T){var g=this._reporterState;this.exitKey(c),null!==g.obj&&(g.obj[e]=T)},t.prototype.path=function(){return this._reporterState.path.join("/")},t.prototype.enterObject=function(){var c=this._reporterState,e=c.obj;return c.obj={},e},t.prototype.leaveObject=function(c){var e=this._reporterState,T=e.obj;return e.obj=c,T},t.prototype.error=function(c){var e,T=this._reporterState,g=c instanceof p;if(e=g?c:new p(T.path.map(function(d){return"["+JSON.stringify(d)+"]"}).join(""),c.message||c,c.stack),!T.options.partial)throw e;return g||T.errors.push(e),e},t.prototype.wrapResult=function(c){var e=this._reporterState;return e.options.partial?{result:this.isError(c)?null:c,errors:e.errors}:c},i(p,Error),p.prototype.rethrow=function(c){if(this.message=c+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,p),!this.stack)try{throw new Error(this.message)}catch(e){this.stack=e.stack}return this}},85917:(Ae,ee,l)=>{var i=l(27054).Buffer,t=i.alloc(16,0);function S(e){var T=i.allocUnsafe(16);return T.writeUInt32BE(e[0]>>>0,0),T.writeUInt32BE(e[1]>>>0,4),T.writeUInt32BE(e[2]>>>0,8),T.writeUInt32BE(e[3]>>>0,12),T}function c(e){this.h=e,this.state=i.alloc(16,0),this.cache=i.allocUnsafe(0)}c.prototype.ghash=function(e){for(var T=-1;++T0;g--)e[g]=e[g]>>>1|(1&e[g-1])<<31;e[0]=e[0]>>>1,w&&(e[0]=e[0]^225<<24)}this.state=S(T)},c.prototype.update=function(e){this.cache=i.concat([this.cache,e]);for(var T;this.cache.length>=16;)T=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(T)},c.prototype.final=function(e,T){return this.cache.length&&this.ghash(i.concat([this.cache,t],16)),this.ghash(S([0,e,0,T])),this.state},Ae.exports=c},86111:Ae=>{"use strict";var ee=isFinite,l=Math.pow(2,30)-1;Ae.exports=function(i,t){if("number"!=typeof i)throw new TypeError("Iterations not a number");if(i<0||!ee(i))throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>l||t!=t)throw new TypeError("Bad key length")}},86129:(Ae,ee,l)=>{"use strict";l.d(ee,{U:()=>i});const i={now:()=>(i.delegate||Date).now(),delegate:void 0}},86156:(Ae,ee,l)=>{"use strict";l.d(ee,{u:()=>g});var i=l(2615),t=l(73664),p=l(17094),S=l(49338),c=l(5718),e=l(40455),T=l(22466);let g=(()=>{class d{static \u0275fac=function(P){return new(P||d)};static \u0275mod=t.$C({type:d});static \u0275inj=i.G2t({providers:[e.YZ],imports:[p.Pd,S.z_,T.y,T.y,c.Gj]})}return d})()},86289:(Ae,ee,l)=>{const i=l(81744);function t(p){this.genPoly=void 0,this.degree=p,this.degree&&this.initialize(this.degree)}t.prototype.initialize=function(S){this.degree=S,this.genPoly=i.generateECPolynomial(this.degree)},t.prototype.encode=function(S){if(!this.genPoly)throw new Error("Encoder not initialized");const c=new Uint8Array(S.length+this.degree);c.set(S);const e=i.mod(c,this.genPoly),T=this.degree-e.length;if(T>0){const g=new Uint8Array(this.degree);return g.set(e,T),g}return e},Ae.exports=t},86439:(Ae,ee,l)=>{"use strict";l.d(ee,{Z:()=>ye});var i=l(51585),t=l(45383),p=l(21413),S=l(56977),c=l(4416),e=l(72730),T=l(2615),g=l(73664),d=l(98570),w=l(82571),m=l(95416),P=l(59640),M=l(72200),j=l(20060),U=l(88834),K=l(25596),q=l(71997),G=l(9183),Q=l(52920),$=l(16038),ae=l(38288),ue=l(29157),oe=l(89587);const he=Le=>({"display-none":Le}),me=Le=>({"xs-scroll-y":Le}),Te=(Le,Ke)=>({"mt-2":Le,"mt-1":Ke}),D=()=>[];function n(Le,Ke){if(1&Le&&g.nrm(0,"qr-code",29),2&Le){const ge=g.XpG();g.Y8G("value",null==ge.invoice?null:ge.invoice.serialized)("size",ge.qrWidth)}}function o(Le,Ke){1&Le&&(g.j41(0,"span",30),g.EFF(1,"N/A"),g.k0s())}function f(Le,Ke){if(1&Le&&g.nrm(0,"qr-code",29),2&Le){const ge=g.XpG();g.Y8G("value",null==ge.invoice?null:ge.invoice.serialized)("size",ge.qrWidth)}}function h(Le,Ke){1&Le&&(g.j41(0,"span",31),g.EFF(1,"QR Code Not Applicable"),g.k0s())}function b(Le,Ke){1&Le&&g.nrm(0,"mat-divider",32),2&Le&&g.Y8G("inset",!0)}function A(Le,Ke){1&Le&&(g.qex(0),g.EFF(1," (zero amount) "),g.bVm())}function k(Le,Ke){1&Le&&g.nrm(0,"span",38)}function x(Le,Ke){if(1&Le&&(g.j41(0,"div",34)(1,"div",35)(2,"span",36),g.EFF(3),g.nI1(4,"number"),g.k0s(),g.DNE(5,k,1,0,"span",37),g.k0s()()),2&Le){const ge=g.XpG(2);g.R7$(3),g.SpI("",g.bMT(4,2,null==ge.invoice?null:ge.invoice.amountSettled)," Sats"),g.R7$(2),g.Y8G("ngForOf",g.lJ4(4,D).constructor(35))}}function r(Le,Ke){if(1&Le&&(g.j41(0,"div"),g.EFF(1),g.nI1(2,"number"),g.k0s()),2&Le){const ge=g.XpG(2);g.R7$(),g.SpI("",g.bMT(2,1,null==ge.invoice?null:ge.invoice.amountSettled)," Sats")}}function _(Le,Ke){if(1&Le&&(g.qex(0),g.DNE(1,x,6,5,"div",33)(2,r,3,3,"div",20),g.bVm()),2&Le){const ge=g.XpG();g.R7$(),g.Y8G("ngIf",ge.flgInvoicePaid),g.R7$(),g.Y8G("ngIf",!ge.flgInvoicePaid)}}function W(Le,Ke){1&Le&&(g.j41(0,"span"),g.EFF(1,"-"),g.k0s())}function I(Le,Ke){1&Le&&g.nrm(0,"mat-spinner",40),2&Le&&g.Y8G("diameter",20)}function B(Le,Ke){if(1&Le&&(g.qex(0),g.DNE(1,W,2,0,"span",20)(2,I,1,1,"mat-spinner",39),g.bVm()),2&Le){const ge=g.XpG();g.R7$(),g.Y8G("ngIf","unpaid"!==(null==ge.invoice?null:ge.invoice.status)||!ge.flgVersionCompatible),g.R7$(),g.Y8G("ngIf","unpaid"===(null==ge.invoice?null:ge.invoice.status)&&ge.flgVersionCompatible)}}function re(Le,Ke){if(1&Le&&(g.j41(0,"div"),g.nrm(1,"mat-divider",21),g.j41(2,"div",16)(3,"div",41)(4,"h4",18),g.EFF(5,"Date Expiry"),g.k0s(),g.j41(6,"span",19),g.EFF(7),g.nI1(8,"date"),g.k0s()(),g.j41(9,"div",42)(10,"h4",18),g.EFF(11,"Date Settled"),g.k0s(),g.j41(12,"span",22),g.EFF(13),g.nI1(14,"date"),g.k0s()()(),g.nrm(15,"mat-divider",21),g.j41(16,"div",16)(17,"div",23)(18,"h4",18),g.EFF(19,"Payment Hash"),g.k0s(),g.j41(20,"span",22),g.EFF(21),g.k0s()()(),g.nrm(22,"mat-divider",21),g.j41(23,"div",16)(24,"div",23)(25,"h4",18),g.EFF(26,"Node ID"),g.k0s(),g.j41(27,"span",22),g.EFF(28),g.k0s()()(),g.nrm(29,"mat-divider",21),g.k0s()),2&Le){const ge=g.XpG();g.R7$(7),g.JRh(g.i5U(8,4,1e3*(null==ge.invoice?null:ge.invoice.expiresAt),"dd/MMM/y HH:mm")),g.R7$(6),g.JRh(g.i5U(14,7,1e3*(null==ge.invoice?null:ge.invoice.receivedAt),"dd/MMM/y HH:mm")),g.R7$(8),g.JRh(null==ge.invoice?null:ge.invoice.paymentHash),g.R7$(7),g.JRh(null==ge.invoice?null:ge.invoice.nodeId)}}function pe(Le,Ke){1&Le&&(g.j41(0,"p"),g.EFF(1,"Show Advanced"),g.k0s())}function be(Le,Ke){1&Le&&(g.j41(0,"p"),g.EFF(1,"Hide Advanced"),g.k0s())}function Be(Le,Ke){if(1&Le){const ge=g.RV6();g.j41(0,"button",43),g.bIt("copied",function(Oe){T.eBV(ge);const Ee=g.XpG();return T.Njj(Ee.onCopyPayment(Oe))}),g.EFF(1,"Copy Invoice"),g.k0s()}if(2&Le){const ge=g.XpG();g.Y8G("payload",null==ge.invoice?null:ge.invoice.serialized)}}function _e(Le,Ke){if(1&Le){const ge=g.RV6();g.j41(0,"button",44),g.bIt("click",function(){T.eBV(ge);const Oe=g.XpG();return T.Njj(Oe.onClose())}),g.EFF(1,"OK"),g.k0s()}}let ye=(()=>{var Le;class Ke{constructor(ve,Oe,Ee,dt,nt,Ct){this.dialogRef=ve,this.data=Oe,this.logger=Ee,this.commonService=dt,this.snackBar=nt,this.store=Ct,this.faReceipt=t.Mf0,this.faExclamationTriangle=t.zpE,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=c.f7,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new p.B,new p.B,new p.B,new p.B,new p.B]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===c.f7.XS&&(this.qrWidth=220),this.store.select(e.p3).pipe((0,S.Q)(this.unSubs[0])).subscribe(ve=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ve.version,"0.5.0")}),this.store.select(e.rN).pipe((0,S.Q)(this.unSubs[1])).subscribe(ve=>{const Oe=this.invoice.status,dt=(ve.invoices&&ve.invoices.length>0?ve.invoices:[])?.find(nt=>nt.paymentHash===this.invoice.paymentHash)||null;dt&&(this.invoice=dt),Oe!==this.invoice.status&&"received"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(ve)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(ve){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+ve)}ngOnDestroy(){this.unSubs.forEach(ve=>{ve.next(null),ve.complete()})}static#e=Le=()=>(this.\u0275fac=function(Oe){return new(Oe||Ke)(g.rXU(i.CP),g.rXU(i.Vh),g.rXU(d.gP),g.rXU(w.h),g.rXU(m.UG),g.rXU(P.il))},this.\u0275cmp=g.VBU({type:Ke,selectors:[["rtl-ecl-invoice-information"]],standalone:!1,decls:68,vars:42,consts:[["hideAdvancedText",""],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],["errorCorrectionLevel","L",3,"value","size",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["errorCorrectionLevel","L",3,"value","size"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","40"],["fxFlex","60"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"copied","payload"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(Oe,Ee){if(1&Oe){const dt=g.RV6();g.j41(0,"div",1)(1,"div",2),g.DNE(2,n,1,2,"qr-code",3)(3,o,2,0,"span",4),g.k0s(),g.j41(4,"div",5)(5,"mat-card-header",6)(6,"div",7),g.nrm(7,"fa-icon",8),g.j41(8,"span",9),g.EFF(9),g.k0s()(),g.j41(10,"button",10),g.bIt("click",function(){return T.eBV(dt),T.Njj(Ee.onClose())}),g.EFF(11,"X"),g.k0s()(),g.j41(12,"mat-card-content",11)(13,"div",12)(14,"div",13),g.DNE(15,f,1,2,"qr-code",3)(16,h,2,0,"span",14),g.k0s(),g.DNE(17,b,1,1,"mat-divider",15),g.j41(18,"div",16)(19,"div",17)(20,"h4",18),g.EFF(21,"Amount Requested"),g.k0s(),g.j41(22,"span",19),g.EFF(23),g.nI1(24,"number"),g.DNE(25,A,2,0,"ng-container",20),g.k0s()(),g.j41(26,"div",17)(27,"h4",18),g.EFF(28,"Amount Settled"),g.k0s(),g.j41(29,"span",19),g.DNE(30,_,3,2,"ng-container",20)(31,B,3,2,"ng-container",20),g.k0s()()(),g.nrm(32,"mat-divider",21),g.j41(33,"div",16)(34,"div",17)(35,"h4",18),g.EFF(36,"Date Created"),g.k0s(),g.j41(37,"span",22),g.EFF(38),g.nI1(39,"date"),g.k0s()(),g.j41(40,"div",17)(41,"h4",18),g.EFF(42,"Status"),g.k0s(),g.j41(43,"span",22),g.EFF(44),g.nI1(45,"titlecase"),g.k0s()()(),g.nrm(46,"mat-divider",21),g.j41(47,"div",16)(48,"div",23)(49,"h4",18),g.EFF(50,"Description"),g.k0s(),g.j41(51,"span",19),g.EFF(52),g.k0s()()(),g.nrm(53,"mat-divider",21),g.j41(54,"div",16)(55,"div",23)(56,"h4",18),g.EFF(57,"Invoice"),g.k0s(),g.j41(58,"span",22),g.EFF(59),g.k0s()()(),g.DNE(60,re,30,10,"div",20),g.j41(61,"div",24)(62,"button",25),g.bIt("click",function(){return T.eBV(dt),T.Njj(Ee.onShowAdvanced())}),g.DNE(63,pe,2,0,"p",26)(64,be,2,0,"ng-template",null,0,g.C5r),g.k0s(),g.DNE(66,Be,2,1,"button",27)(67,_e,2,0,"button",28),g.k0s()()()()()}if(2&Oe){const dt=g.sdS(65);g.R7$(),g.Y8G("fxLayoutAlign",null!=Ee.invoice&&Ee.invoice.serialized&&""!==(null==Ee.invoice?null:Ee.invoice.serialized)?"center start":"center center")("ngClass",g.eq3(33,he,Ee.screenSize===Ee.screenSizeEnum.XS||Ee.screenSize===Ee.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Ee.invoice?null:Ee.invoice.serialized)&&""!==(null==Ee.invoice?null:Ee.invoice.serialized)),g.R7$(),g.Y8G("ngIf",!(null!=Ee.invoice&&Ee.invoice.serialized)||""===(null==Ee.invoice?null:Ee.invoice.serialized)),g.R7$(4),g.Y8G("icon",Ee.faReceipt),g.R7$(2),g.JRh(Ee.screenSize===Ee.screenSizeEnum.XS?Ee.newlyAdded?"Created":"Invoice":Ee.newlyAdded?"Invoice Created":"Invoice Information"),g.R7$(3),g.Y8G("ngClass",g.eq3(35,me,Ee.screenSize===Ee.screenSizeEnum.XS)),g.R7$(2),g.Y8G("fxLayoutAlign",null!=Ee.invoice&&Ee.invoice.serialized&&""!==(null==Ee.invoice?null:Ee.invoice.serialized)?"center start":"center center")("ngClass",g.eq3(37,he,Ee.screenSize!==Ee.screenSizeEnum.XS&&Ee.screenSize!==Ee.screenSizeEnum.SM)),g.R7$(),g.Y8G("ngIf",(null==Ee.invoice?null:Ee.invoice.serialized)&&""!==(null==Ee.invoice?null:Ee.invoice.serialized)),g.R7$(),g.Y8G("ngIf",!(null!=Ee.invoice&&Ee.invoice.serialized)||""===(null==Ee.invoice?null:Ee.invoice.serialized)),g.R7$(),g.Y8G("ngIf",Ee.screenSize===Ee.screenSizeEnum.XS||Ee.screenSize===Ee.screenSizeEnum.SM),g.R7$(6),g.SpI("",g.bMT(24,26,(null==Ee.invoice?null:Ee.invoice.amount)||0)," Sats"),g.R7$(2),g.Y8G("ngIf",!(null!=Ee.invoice&&Ee.invoice.amount)||"0"===(null==Ee.invoice?null:Ee.invoice.amount)),g.R7$(5),g.Y8G("ngIf",null==Ee.invoice?null:Ee.invoice.amountSettled),g.R7$(),g.Y8G("ngIf",!(null!=Ee.invoice&&Ee.invoice.amountSettled)),g.R7$(7),g.JRh(g.i5U(39,28,1e3*(null==Ee.invoice?null:Ee.invoice.timestamp),"dd/MMM/y HH:mm")),g.R7$(6),g.JRh(g.bMT(45,31,null==Ee.invoice?null:Ee.invoice.status)),g.R7$(8),g.JRh((null==Ee.invoice?null:Ee.invoice.description)||"-"),g.R7$(7),g.JRh((null==Ee.invoice?null:Ee.invoice.serialized)||"N/A"),g.R7$(),g.Y8G("ngIf",Ee.showAdvanced),g.R7$(),g.Y8G("ngClass",g.l_i(39,Te,!Ee.showAdvanced,Ee.showAdvanced)),g.R7$(2),g.Y8G("ngIf",!Ee.showAdvanced)("ngIfElse",dt),g.R7$(3),g.Y8G("ngIf",(null==Ee.invoice?null:Ee.invoice.serialized)&&""!==(null==Ee.invoice?null:Ee.invoice.serialized)),g.R7$(),g.Y8G("ngIf",!(null!=Ee.invoice&&Ee.invoice.serialized)||""===(null==Ee.invoice?null:Ee.invoice.serialized))}},dependencies:[M.YU,M.Sq,M.bT,j.aY,U.$z,K.m2,K.MM,q.q,G.LG,Q.DJ,Q.sA,Q.UI,$.PW,ae.Um,ue.U,oe.N,M.QX,M.PV,M.vh],encapsulation:2}))}return Le(),Ke})()},87222:(Ae,ee,l)=>{"use strict";var i=l(3136),t=i.assert,p=i.parseBytes,S=i.cachedProperty;function c(e,T){this.eddsa=e,this._secret=p(T.secret),e.isPoint(T.pub)?this._pub=T.pub:this._pubBytes=p(T.pub)}c.fromPublic=function(T,g){return g instanceof c?g:new c(T,{pub:g})},c.fromSecret=function(T,g){return g instanceof c?g:new c(T,{secret:g})},c.prototype.secret=function(){return this._secret},S(c,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),S(c,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),S(c,"privBytes",function(){var T=this.eddsa,g=this.hash(),d=T.encodingLength-1,w=g.slice(0,T.encodingLength);return w[0]&=248,w[d]&=127,w[d]|=64,w}),S(c,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),S(c,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),S(c,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),c.prototype.sign=function(T){return t(this._secret,"KeyPair can only verify"),this.eddsa.sign(T,this)},c.prototype.verify=function(T,g){return this.eddsa.verify(T,g,this)},c.prototype.getSecret=function(T){return t(this._secret,"KeyPair is public only"),i.encode(this.secret(),T)},c.prototype.getPublic=function(T){return i.encode(this.pubBytes(),T)},Ae.exports=c},87267:(Ae,ee,l)=>{var i=l(65667),t=l(3342),p=l(67211),S=l(30715),c=l(37196),e=l(16508),T=l(10568),g=l(14105),d=l(27054).Buffer;Ae.exports=function(j,U,K){var q;q=j.padding?j.padding:K?1:4;var Q,G=i(j);if(4===q)Q=function w(M,j){var U=M.modulus.byteLength(),K=j.length,q=p("sha1").update(d.alloc(0)).digest(),G=q.length,Q=2*G;if(K>U-Q-2)throw new Error("message too long");var $=d.alloc(U-K-Q-2),ae=U-G-1,ue=t(G),oe=c(d.concat([q,$,d.alloc(1,1),j],ae),S(ue,ae)),he=c(ue,S(oe,G));return new e(d.concat([d.alloc(1),he,oe],U))}(G,U);else if(1===q)Q=function m(M,j,U){var G,K=j.length,q=M.modulus.byteLength();if(K>q-11)throw new Error("message too long");return G=U?d.alloc(q-K-3,255):function P(M){for(var G,j=d.allocUnsafe(M),U=0,K=t(2*M),q=0;U=0)throw new Error("data too long for modulus")}return K?g(Q,G):T(Q,G)}},87303:(Ae,ee,l)=>{var i=l(90518),t=l(89606);Ae.exports=function(T){return new S(T)};var p={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function S(e){this.curveType=p[e],this.curveType||(this.curveType={name:e}),this.curve=new i.ec(this.curveType.name),this.keys=void 0}function c(e,T,g){Array.isArray(e)||(e=e.toArray());var d=new Buffer(e);if(g&&d.length{"use strict";l.d(ee,{M:()=>c});var i=l(98071),t=l(39974),p=l(54360),S=l(33669);function c(e,T,g){const d=(0,i.T)(e)||T||g?{next:e,error:T,complete:g}:e;return d?(0,t.N)((w,m)=>{var P;null===(P=d.subscribe)||void 0===P||P.call(d);let M=!0;w.subscribe((0,p._)(m,j=>{var U;null===(U=d.next)||void 0===U||U.call(d,j),m.next(j)},()=>{var j;M=!1,null===(j=d.complete)||void 0===j||j.call(d),m.complete()},j=>{var U;M=!1,null===(U=d.error)||void 0===U||U.call(d,j),m.error(j)},()=>{var j,U;M&&(null===(j=d.unsubscribe)||void 0===j||j.call(d)),null===(U=d.finalize)||void 0===U||U.call(d)}))}):S.D}},88152:Ae=>{"use strict";function l(c,e){p(c,e),i(c)}function i(c){c._writableState&&!c._writableState.emitClose||c._readableState&&!c._readableState.emitClose||c.emit("close")}function p(c,e){c.emit("error",e)}Ae.exports={destroy:function ee(c,e){var T=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(e?e(c):c&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(p,this,c)):process.nextTick(p,this,c)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(c||null,function(w){!e&&w?T._writableState?T._writableState.errorEmitted?process.nextTick(i,T):(T._writableState.errorEmitted=!0,process.nextTick(l,T,w)):process.nextTick(l,T,w):e?(process.nextTick(i,T),e(w)):process.nextTick(i,T)}),this)},undestroy:function t(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function S(c,e){var T=c._readableState,g=c._writableState;T&&T.autoDestroy||g&&g.autoDestroy?c.destroy(e):c.emit("error",e)}}},88723:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(79368).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},88779:(Ae,ee,l)=>{"use strict";var i=l(45310);Ae.exports=function(){return i()&&!!Symbol.toStringTag}},88800:(Ae,ee,l)=>{"use strict";var i=l(39210),t=l(71993),p={};function S(e){i.equal(e.length,8,"Invalid IV length"),this.iv=new Array(8);for(var T=0;T{"use strict";l.d(ee,{$0:()=>$,$z:()=>M,Hl:()=>oe});var i=l(22598),t=l(2615),p=l(73664),S=l(26881),c=l(22466);const e=["matButton",""],T=[[["",8,"material-icons",3,"iconPositionEnd",""],["mat-icon",3,"iconPositionEnd",""],["","matButtonIcon","",3,"iconPositionEnd",""]],"*",[["","iconPositionEnd","",8,"material-icons"],["mat-icon","iconPositionEnd",""],["","matButtonIcon","","iconPositionEnd",""]]],g=[".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])","*",".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"],w=["mat-mini-fab",""],P=new Map([["text",["mat-mdc-button"]],["filled",["mdc-button--unelevated","mat-mdc-unelevated-button"]],["elevated",["mdc-button--raised","mat-mdc-raised-button"]],["outlined",["mdc-button--outlined","mat-mdc-outlined-button"]],["tonal",["mat-tonal-button"]]]);let M=(()=>{class he extends i.iM{get appearance(){return this._appearance}set appearance(Te){this.setAppearance(Te||this._config?.defaultAppearance||"text")}_appearance=null;constructor(){super();const Te=function j(he){return he.hasAttribute("mat-raised-button")?"elevated":he.hasAttribute("mat-stroked-button")?"outlined":he.hasAttribute("mat-flat-button")?"filled":he.hasAttribute("mat-button")?"text":null}(this._elementRef.nativeElement);Te&&this.setAppearance(Te)}setAppearance(Te){if(Te===this._appearance)return;const D=this._elementRef.nativeElement.classList,n=this._appearance?P.get(this._appearance):null,o=P.get(Te);n&&D.remove(...n),D.add(...o),this._appearance=Te}static \u0275fac=function(D){return new(D||he)};static \u0275cmp=p.VBU({type:he,selectors:[["button","matButton",""],["a","matButton",""],["button","mat-button",""],["button","mat-raised-button",""],["button","mat-flat-button",""],["button","mat-stroked-button",""],["a","mat-button",""],["a","mat-raised-button",""],["a","mat-flat-button",""],["a","mat-stroked-button",""]],hostAttrs:[1,"mdc-button"],inputs:{appearance:[0,"matButton","appearance"]},exportAs:["matButton","matAnchor"],features:[p.Vt3],attrs:e,ngContentSelectors:g,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(D,n){1&D&&(p.NAR(T),p.Hgh(0,"span",0),p.SdG(1),p.rj2(2,"span",1),p.SdG(3,1),p.eux(),p.SdG(4,2),p.Hgh(5,"span",2)(6,"span",3)),2&D&&p.AVh("mdc-button__ripple",!n._isFab)("mdc-fab__ripple",n._isFab)},styles:['.mat-mdc-button-base{text-decoration:none}.mat-mdc-button-base .mat-icon{min-height:fit-content;flex-shrink:0}.mdc-button{-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:rgba(0,0,0,0);padding:0 8px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__label{position:relative}.mat-mdc-button{padding:0 var(--mat-button-text-horizontal-padding, 12px);height:var(--mat-button-text-container-height, 40px);font-family:var(--mat-button-text-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-text-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-button-text-label-text-tracking, var(--mat-sys-label-large-tracking));text-transform:var(--mat-button-text-label-text-transform);font-weight:var(--mat-button-text-label-text-weight, var(--mat-sys-label-large-weight))}.mat-mdc-button,.mat-mdc-button .mdc-button__ripple{border-radius:var(--mat-button-text-container-shape, var(--mat-sys-corner-full))}.mat-mdc-button:not(:disabled){color:var(--mat-button-text-label-text-color, var(--mat-sys-primary))}.mat-mdc-button[disabled],.mat-mdc-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-button-text-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-button:has(.material-icons,mat-icon,[matButtonIcon]){padding:0 var(--mat-button-text-with-icon-horizontal-padding, 16px)}.mat-mdc-button>.mat-icon{margin-right:var(--mat-button-text-icon-spacing, 8px);margin-left:var(--mat-button-text-icon-offset, -4px)}[dir=rtl] .mat-mdc-button>.mat-icon{margin-right:var(--mat-button-text-icon-offset, -4px);margin-left:var(--mat-button-text-icon-spacing, 8px)}.mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-text-icon-offset, -4px);margin-left:var(--mat-button-text-icon-spacing, 8px)}[dir=rtl] .mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-text-icon-spacing, 8px);margin-left:var(--mat-button-text-icon-offset, -4px)}.mat-mdc-button .mat-ripple-element{background-color:var(--mat-button-text-ripple-color, color-mix(in srgb, var(--mat-sys-primary) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-text-state-layer-color, var(--mat-sys-primary))}.mat-mdc-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-text-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-text-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-text-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-text-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-button-text-touch-target-size, 48px);display:var(--mat-button-text-touch-target-display, block);left:0;right:0;transform:translateY(-50%)}.mat-mdc-unelevated-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);height:var(--mat-button-filled-container-height, 40px);font-family:var(--mat-button-filled-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-filled-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-button-filled-label-text-tracking, var(--mat-sys-label-large-tracking));text-transform:var(--mat-button-filled-label-text-transform);font-weight:var(--mat-button-filled-label-text-weight, var(--mat-sys-label-large-weight));padding:0 var(--mat-button-filled-horizontal-padding, 24px)}.mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-button-filled-icon-spacing, 8px);margin-left:var(--mat-button-filled-icon-offset, -8px)}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-button-filled-icon-offset, -8px);margin-left:var(--mat-button-filled-icon-spacing, 8px)}.mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-filled-icon-offset, -8px);margin-left:var(--mat-button-filled-icon-spacing, 8px)}[dir=rtl] .mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-filled-icon-spacing, 8px);margin-left:var(--mat-button-filled-icon-offset, -8px)}.mat-mdc-unelevated-button .mat-ripple-element{background-color:var(--mat-button-filled-ripple-color, color-mix(in srgb, var(--mat-sys-on-primary) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-filled-state-layer-color, var(--mat-sys-on-primary))}.mat-mdc-unelevated-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-filled-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-unelevated-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-filled-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-unelevated-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-filled-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-unelevated-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-filled-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-unelevated-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-button-filled-touch-target-size, 48px);display:var(--mat-button-filled-touch-target-display, block);left:0;right:0;transform:translateY(-50%)}.mat-mdc-unelevated-button:not(:disabled){color:var(--mat-button-filled-label-text-color, var(--mat-sys-on-primary));background-color:var(--mat-button-filled-container-color, var(--mat-sys-primary))}.mat-mdc-unelevated-button,.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mat-button-filled-container-shape, var(--mat-sys-corner-full))}.mat-mdc-unelevated-button[disabled],.mat-mdc-unelevated-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-button-filled-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-button-filled-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-raised-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);box-shadow:var(--mat-button-protected-container-elevation-shadow, var(--mat-sys-level1));height:var(--mat-button-protected-container-height, 40px);font-family:var(--mat-button-protected-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-protected-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-button-protected-label-text-tracking, var(--mat-sys-label-large-tracking));text-transform:var(--mat-button-protected-label-text-transform);font-weight:var(--mat-button-protected-label-text-weight, var(--mat-sys-label-large-weight));padding:0 var(--mat-button-protected-horizontal-padding, 24px)}.mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-button-protected-icon-spacing, 8px);margin-left:var(--mat-button-protected-icon-offset, -8px)}[dir=rtl] .mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-button-protected-icon-offset, -8px);margin-left:var(--mat-button-protected-icon-spacing, 8px)}.mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-protected-icon-offset, -8px);margin-left:var(--mat-button-protected-icon-spacing, 8px)}[dir=rtl] .mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-protected-icon-spacing, 8px);margin-left:var(--mat-button-protected-icon-offset, -8px)}.mat-mdc-raised-button .mat-ripple-element{background-color:var(--mat-button-protected-ripple-color, color-mix(in srgb, var(--mat-sys-primary) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-protected-state-layer-color, var(--mat-sys-primary))}.mat-mdc-raised-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-protected-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-raised-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-protected-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-raised-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-protected-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-raised-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-protected-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-raised-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-button-protected-touch-target-size, 48px);display:var(--mat-button-protected-touch-target-display, block);left:0;right:0;transform:translateY(-50%)}.mat-mdc-raised-button:not(:disabled){color:var(--mat-button-protected-label-text-color, var(--mat-sys-primary));background-color:var(--mat-button-protected-container-color, var(--mat-sys-surface))}.mat-mdc-raised-button,.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mat-button-protected-container-shape, var(--mat-sys-corner-full))}.mat-mdc-raised-button:hover{box-shadow:var(--mat-button-protected-hover-container-elevation-shadow, var(--mat-sys-level2))}.mat-mdc-raised-button:focus{box-shadow:var(--mat-button-protected-focus-container-elevation-shadow, var(--mat-sys-level1))}.mat-mdc-raised-button:active,.mat-mdc-raised-button:focus:active{box-shadow:var(--mat-button-protected-pressed-container-elevation-shadow, var(--mat-sys-level1))}.mat-mdc-raised-button[disabled],.mat-mdc-raised-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-button-protected-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-button-protected-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-raised-button[disabled].mat-mdc-button-disabled,.mat-mdc-raised-button.mat-mdc-button-disabled.mat-mdc-button-disabled{box-shadow:var(--mat-button-protected-disabled-container-elevation-shadow, var(--mat-sys-level0))}.mat-mdc-raised-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-outlined-button{border-style:solid;transition:border 280ms cubic-bezier(0.4, 0, 0.2, 1);height:var(--mat-button-outlined-container-height, 40px);font-family:var(--mat-button-outlined-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-outlined-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-button-outlined-label-text-tracking, var(--mat-sys-label-large-tracking));text-transform:var(--mat-button-outlined-label-text-transform);font-weight:var(--mat-button-outlined-label-text-weight, var(--mat-sys-label-large-weight));border-radius:var(--mat-button-outlined-container-shape, var(--mat-sys-corner-full));border-width:var(--mat-button-outlined-outline-width, 1px);padding:0 var(--mat-button-outlined-horizontal-padding, 24px)}.mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-button-outlined-icon-spacing, 8px);margin-left:var(--mat-button-outlined-icon-offset, -8px)}[dir=rtl] .mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-button-outlined-icon-offset, -8px);margin-left:var(--mat-button-outlined-icon-spacing, 8px)}.mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-outlined-icon-offset, -8px);margin-left:var(--mat-button-outlined-icon-spacing, 8px)}[dir=rtl] .mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-outlined-icon-spacing, 8px);margin-left:var(--mat-button-outlined-icon-offset, -8px)}.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-button-outlined-ripple-color, color-mix(in srgb, var(--mat-sys-primary) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-outlined-state-layer-color, var(--mat-sys-primary))}.mat-mdc-outlined-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-outlined-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-mdc-outlined-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-outlined-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-outlined-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-outlined-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-outlined-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-outlined-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-outlined-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-button-outlined-touch-target-size, 48px);display:var(--mat-button-outlined-touch-target-display, block);left:0;right:0;transform:translateY(-50%)}.mat-mdc-outlined-button:not(:disabled){color:var(--mat-button-outlined-label-text-color, var(--mat-sys-primary));border-color:var(--mat-button-outlined-outline-color, var(--mat-sys-outline))}.mat-mdc-outlined-button[disabled],.mat-mdc-outlined-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-button-outlined-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));border-color:var(--mat-button-outlined-disabled-outline-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-tonal-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);height:var(--mat-button-tonal-container-height, 40px);font-family:var(--mat-button-tonal-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-button-tonal-label-text-size, var(--mat-sys-label-large-size));letter-spacing:var(--mat-button-tonal-label-text-tracking, var(--mat-sys-label-large-tracking));text-transform:var(--mat-button-tonal-label-text-transform);font-weight:var(--mat-button-tonal-label-text-weight, var(--mat-sys-label-large-weight));padding:0 var(--mat-button-tonal-horizontal-padding, 24px)}.mat-tonal-button:not(:disabled){color:var(--mat-button-tonal-label-text-color, var(--mat-sys-on-secondary-container));background-color:var(--mat-button-tonal-container-color, var(--mat-sys-secondary-container))}.mat-tonal-button,.mat-tonal-button .mdc-button__ripple{border-radius:var(--mat-button-tonal-container-shape, var(--mat-sys-corner-full))}.mat-tonal-button[disabled],.mat-tonal-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-button-tonal-disabled-label-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-button-tonal-disabled-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-tonal-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-tonal-button>.mat-icon{margin-right:var(--mat-button-tonal-icon-spacing, 8px);margin-left:var(--mat-button-tonal-icon-offset, -8px)}[dir=rtl] .mat-tonal-button>.mat-icon{margin-right:var(--mat-button-tonal-icon-offset, -8px);margin-left:var(--mat-button-tonal-icon-spacing, 8px)}.mat-tonal-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-tonal-icon-offset, -8px);margin-left:var(--mat-button-tonal-icon-spacing, 8px)}[dir=rtl] .mat-tonal-button .mdc-button__label+.mat-icon{margin-right:var(--mat-button-tonal-icon-spacing, 8px);margin-left:var(--mat-button-tonal-icon-offset, -8px)}.mat-tonal-button .mat-ripple-element{background-color:var(--mat-button-tonal-ripple-color, color-mix(in srgb, var(--mat-sys-on-secondary-container) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-tonal-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-tonal-state-layer-color, var(--mat-sys-on-secondary-container))}.mat-tonal-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-button-tonal-disabled-state-layer-color, var(--mat-sys-on-surface-variant))}.mat-tonal-button:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-tonal-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-tonal-button.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-tonal-button.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-tonal-button.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-tonal-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-tonal-button:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-button-tonal-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-tonal-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-button-tonal-touch-target-size, 48px);display:var(--mat-button-tonal-touch-target-display, block);left:0;right:0;transform:translateY(-50%)}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button,.mat-tonal-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before,.mat-tonal-button .mat-mdc-button-ripple,.mat-tonal-button .mat-mdc-button-persistent-ripple,.mat-tonal-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-tonal-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before,.mat-tonal-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-button .mdc-button__label,.mat-mdc-button .mat-icon,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-unelevated-button .mat-icon,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-raised-button .mat-icon,.mat-mdc-outlined-button .mdc-button__label,.mat-mdc-outlined-button .mat-icon,.mat-tonal-button .mdc-button__label,.mat-tonal-button .mat-icon{z-index:1;position:relative}.mat-mdc-button .mat-focus-indicator,.mat-mdc-unelevated-button .mat-focus-indicator,.mat-mdc-raised-button .mat-focus-indicator,.mat-mdc-outlined-button .mat-focus-indicator,.mat-tonal-button .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit}.mat-mdc-button:focus>.mat-focus-indicator::before,.mat-mdc-unelevated-button:focus>.mat-focus-indicator::before,.mat-mdc-raised-button:focus>.mat-focus-indicator::before,.mat-mdc-outlined-button:focus>.mat-focus-indicator::before,.mat-tonal-button:focus>.mat-focus-indicator::before{content:"";border-radius:inherit}.mat-mdc-button._mat-animation-noopable,.mat-mdc-unelevated-button._mat-animation-noopable,.mat-mdc-raised-button._mat-animation-noopable,.mat-mdc-outlined-button._mat-animation-noopable,.mat-tonal-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon,.mat-mdc-raised-button>.mat-icon,.mat-mdc-outlined-button>.mat-icon,.mat-tonal-button>.mat-icon{display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem}.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px}.mat-mdc-unelevated-button .mat-focus-indicator::before,.mat-tonal-button .mat-focus-indicator::before,.mat-mdc-raised-button .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-outlined-button .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}\n',"@media(forced-colors: active){.mat-mdc-button:not(.mdc-button--outlined),.mat-mdc-unelevated-button:not(.mdc-button--outlined),.mat-mdc-raised-button:not(.mdc-button--outlined),.mat-mdc-outlined-button:not(.mdc-button--outlined),.mat-mdc-button-base.mat-tonal-button,.mat-mdc-icon-button.mat-mdc-icon-button,.mat-mdc-outlined-button .mdc-button__ripple{outline:solid 1px}}\n"],encapsulation:2,changeDetection:0})}return he})();const K=new t.nKC("mat-mdc-fab-default-options",{providedIn:"root",factory:q});function q(){return{color:"accent"}}const G=q();let $=(()=>{class he extends i.iM{_options=(0,t.WQX)(K,{optional:!0});_isFab=!0;constructor(){super(),this._options=this._options||G,this.color=this._options.color||G.color}static \u0275fac=function(D){return new(D||he)};static \u0275cmp=p.VBU({type:he,selectors:[["button","mat-mini-fab",""],["a","mat-mini-fab",""],["button","matMiniFab",""],["a","matMiniFab",""]],hostAttrs:[1,"mdc-fab","mat-mdc-fab-base","mdc-fab--mini","mat-mdc-mini-fab"],exportAs:["matButton","matAnchor"],features:[p.Vt3],attrs:w,ngContentSelectors:g,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(D,n){1&D&&(p.NAR(T),p.Hgh(0,"span",0),p.SdG(1),p.rj2(2,"span",1),p.SdG(3,1),p.eux(),p.SdG(4,2),p.Hgh(5,"span",2)(6,"span",3)),2&D&&p.AVh("mdc-button__ripple",!n._isFab)("mdc-fab__ripple",n._isFab)},styles:['.mat-mdc-fab-base{-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:56px;height:56px;padding:0;border:none;fill:currentColor;text-decoration:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;overflow:visible;transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),opacity 15ms linear 30ms,transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);flex-shrink:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-fab-base .mat-mdc-button-ripple,.mat-mdc-fab-base .mat-mdc-button-persistent-ripple,.mat-mdc-fab-base .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-fab-base .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-fab-base .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-fab-base .mdc-button__label,.mat-mdc-fab-base .mat-icon{z-index:1;position:relative}.mat-mdc-fab-base .mat-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-fab-base:focus>.mat-focus-indicator::before{content:""}.mat-mdc-fab-base._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-fab-base::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mat-mdc-fab-base[hidden]{display:none}.mat-mdc-fab-base::-moz-focus-inner{padding:0;border:0}.mat-mdc-fab-base:active,.mat-mdc-fab-base:focus{outline:none}.mat-mdc-fab-base:hover{cursor:pointer}.mat-mdc-fab-base>svg{width:100%}.mat-mdc-fab-base .mat-icon,.mat-mdc-fab-base .material-icons{transition:transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);fill:currentColor;will-change:transform}.mat-mdc-fab-base .mat-focus-indicator::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-fab-base[disabled],.mat-mdc-fab-base.mat-mdc-button-disabled{cursor:default;pointer-events:none}.mat-mdc-fab-base[disabled],.mat-mdc-fab-base[disabled]:focus,.mat-mdc-fab-base.mat-mdc-button-disabled,.mat-mdc-fab-base.mat-mdc-button-disabled:focus{box-shadow:none}.mat-mdc-fab-base.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-fab{background-color:var(--mat-fab-container-color, var(--mat-sys-primary-container));border-radius:var(--mat-fab-container-shape, var(--mat-sys-corner-large));color:var(--mat-fab-foreground-color, var(--mat-sys-on-primary-container, inherit));box-shadow:var(--mat-fab-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-fab:hover{box-shadow:var(--mat-fab-hover-container-elevation-shadow, var(--mat-sys-level4))}.mat-mdc-fab:focus{box-shadow:var(--mat-fab-focus-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-fab:active,.mat-mdc-fab:focus:active{box-shadow:var(--mat-fab-pressed-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-fab[disabled],.mat-mdc-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-fab-disabled-state-foreground-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-fab-disabled-state-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-fab .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-fab-touch-target-size, 48px);display:var(--mat-fab-touch-target-display, block);left:50%;width:var(--mat-fab-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-fab .mat-ripple-element{background-color:var(--mat-fab-ripple-color, color-mix(in srgb, var(--mat-sys-on-primary-container) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-fab .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-state-layer-color, var(--mat-sys-on-primary-container))}.mat-mdc-fab.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-disabled-state-layer-color)}.mat-mdc-fab:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-fab.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-fab:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-mini-fab{width:40px;height:40px;background-color:var(--mat-fab-small-container-color, var(--mat-sys-primary-container));border-radius:var(--mat-fab-small-container-shape, var(--mat-sys-corner-medium));color:var(--mat-fab-small-foreground-color, var(--mat-sys-on-primary-container, inherit));box-shadow:var(--mat-fab-small-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-mini-fab:hover{box-shadow:var(--mat-fab-small-hover-container-elevation-shadow, var(--mat-sys-level4))}.mat-mdc-mini-fab:focus{box-shadow:var(--mat-fab-small-focus-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-mini-fab:active,.mat-mdc-mini-fab:focus:active{box-shadow:var(--mat-fab-small-pressed-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-mini-fab[disabled],.mat-mdc-mini-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-fab-small-disabled-state-foreground-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent));background-color:var(--mat-fab-small-disabled-state-container-color, color-mix(in srgb, var(--mat-sys-on-surface) 12%, transparent))}.mat-mdc-mini-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-mini-fab .mat-mdc-button-touch-target{position:absolute;top:50%;height:var(--mat-fab-small-touch-target-size, 48px);display:var(--mat-fab-small-touch-target-display);left:50%;width:var(--mat-fab-small-touch-target-size, 48px);transform:translate(-50%, -50%)}.mat-mdc-mini-fab .mat-ripple-element{background-color:var(--mat-fab-small-ripple-color, color-mix(in srgb, var(--mat-sys-on-primary-container) calc(var(--mat-sys-pressed-state-layer-opacity) * 100%), transparent))}.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-small-state-layer-color, var(--mat-sys-on-primary-container))}.mat-mdc-mini-fab.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-small-disabled-state-layer-color)}.mat-mdc-mini-fab:hover>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-hover-state-layer-opacity, var(--mat-sys-hover-state-layer-opacity))}.mat-mdc-mini-fab.cdk-program-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused>.mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.mat-mdc-button-disabled-interactive:focus>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-focus-state-layer-opacity, var(--mat-sys-focus-state-layer-opacity))}.mat-mdc-mini-fab:active>.mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-pressed-state-layer-opacity, var(--mat-sys-pressed-state-layer-opacity))}.mat-mdc-extended-fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;padding-left:20px;padding-right:20px;width:auto;max-width:100%;line-height:normal;box-shadow:var(--mat-fab-extended-container-elevation-shadow, var(--mat-sys-level3));height:var(--mat-fab-extended-container-height, 56px);border-radius:var(--mat-fab-extended-container-shape, var(--mat-sys-corner-large));font-family:var(--mat-fab-extended-label-text-font, var(--mat-sys-label-large-font));font-size:var(--mat-fab-extended-label-text-size, var(--mat-sys-label-large-size));font-weight:var(--mat-fab-extended-label-text-weight, var(--mat-sys-label-large-weight));letter-spacing:var(--mat-fab-extended-label-text-tracking, var(--mat-sys-label-large-tracking))}.mat-mdc-extended-fab:hover{box-shadow:var(--mat-fab-extended-hover-container-elevation-shadow, var(--mat-sys-level4))}.mat-mdc-extended-fab:focus{box-shadow:var(--mat-fab-extended-focus-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-extended-fab:active,.mat-mdc-extended-fab:focus:active{box-shadow:var(--mat-fab-extended-pressed-container-elevation-shadow, var(--mat-sys-level3))}.mat-mdc-extended-fab[disabled],.mat-mdc-extended-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none}.mat-mdc-extended-fab[disabled],.mat-mdc-extended-fab[disabled]:focus,.mat-mdc-extended-fab.mat-mdc-button-disabled,.mat-mdc-extended-fab.mat-mdc-button-disabled:focus{box-shadow:none}.mat-mdc-extended-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.material-icons,.mat-mdc-extended-fab>.mat-icon,.mat-mdc-extended-fab>.material-icons{margin-left:-8px;margin-right:12px}.mat-mdc-extended-fab .mdc-button__label+.mat-icon,.mat-mdc-extended-fab .mdc-button__label+.material-icons,[dir=rtl] .mat-mdc-extended-fab>.mat-icon,[dir=rtl] .mat-mdc-extended-fab>.material-icons{margin-left:12px;margin-right:-8px}.mat-mdc-extended-fab .mat-mdc-button-touch-target{width:100%}\n'],encapsulation:2,changeDetection:0})}return he})(),oe=(()=>{class he{static \u0275fac=function(D){return new(D||he)};static \u0275mod=p.$C({type:he});static \u0275inj=t.G2t({imports:[c.y,S.p,c.y]})}return he})()},88862:(Ae,ee,l)=>{var i=l(39799),t=l(43388),p=l(60503),S=l(59571),c=l(18211);function g(m,P,M){if(m=m.toLowerCase(),p[m])return t.createCipheriv(m,P,M);if(S[m])return new i({key:P,iv:M,mode:m});throw new TypeError("invalid suite type")}function d(m,P,M){if(m=m.toLowerCase(),p[m])return t.createDecipheriv(m,P,M);if(S[m])return new i({key:P,iv:M,mode:m,decrypt:!0});throw new TypeError("invalid suite type")}ee.createCipher=ee.Cipher=function e(m,P){var M,j;if(m=m.toLowerCase(),p[m])M=p[m].key,j=p[m].iv;else{if(!S[m])throw new TypeError("invalid suite type");M=8*S[m].key,j=S[m].iv}var U=c(P,!1,M,j);return g(m,U.key,U.iv)},ee.createCipheriv=ee.Cipheriv=g,ee.createDecipher=ee.Decipher=function T(m,P){var M,j;if(m=m.toLowerCase(),p[m])M=p[m].key,j=p[m].iv;else{if(!S[m])throw new TypeError("invalid suite type");M=8*S[m].key,j=S[m].iv}var U=c(P,!1,M,j);return d(m,U.key,U.iv)},ee.createDecipheriv=ee.Decipheriv=d,ee.listCiphers=ee.getCiphers=function w(){return Object.keys(S).concat(t.getCiphers())}},88968:(Ae,ee,l)=>{"use strict";l.d(ee,{l:()=>c});var i=l(2615),t=l(73664),p=l(17705);const S=new WeakMap;let c=(()=>{class e{_appRef;_injector=(0,i.WQX)(i.zZn);_environmentInjector=(0,i.WQX)(i.uvJ);load(g){const d=this._appRef=this._appRef||this._injector.get(t.o8S);let w=S.get(d);w||(w={loaders:new Set,refs:[]},S.set(d,w),d.onDestroy(()=>{S.get(d)?.refs.forEach(m=>m.destroy()),S.delete(d)})),w.loaders.has(g)||(w.loaders.add(g),w.refs.push((0,p.a0P)(g,{environmentInjector:this._environmentInjector})))}static \u0275fac=function(d){return new(d||e)};static \u0275prov=i.jDH({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})()},89079:(Ae,ee,l)=>{"use strict";l.d(ee,{ot:()=>g});var i=l(2615),t=l(59295);function g(P,M){const U=M?.manualCleanup?null:M?.injector?.get(i.abz)??(0,i.WQX)(i.abz),K=function d(P=Object.is){return(M,j)=>1===M.kind&&1===j.kind&&P(M.value,j.value)}(M?.equal);let q,G;q=(0,i.vPA)(M?.requireSync?{kind:0}:{kind:1,value:M?.initialValue},{equal:K});const Q=P.subscribe({next:$=>q.set({kind:1,value:$}),error:$=>{q.set({kind:2,error:$}),G?.()},complete:()=>{G?.()}});if(M?.requireSync&&0===q().kind)throw new i.buA(601,!1);return G=U?.onDestroy(Q.unsubscribe.bind(Q)),(0,t.EW)(()=>{const $=q();switch($.kind){case 1:return $.value;case 2:throw $.error;case 0:throw new i.buA(601,!1)}},{equal:M?.equal})}},89417:(Ae,ee,l)=>{"use strict";l.d(ee,{BC:()=>lt,JD:()=>Kr,Q0:()=>fn,VZ:()=>yn,X1:()=>vn,YN:()=>Li,YS:()=>Jn,ZU:()=>Ee,cV:()=>ni,cb:()=>Pe,cz:()=>ae,hs:()=>an,j4:()=>Ta,k0:()=>he,kq:()=>P,l_:()=>xa,me:()=>G,ok:()=>Wt,qT:()=>Bi,vO:()=>dt,vS:()=>Ft,zX:()=>Ui,ze:()=>ft});var i=l(2615),t=l(73664),p=l(59295),S=l(17705),c=l(57303),e=l(21413),T=l(27468),g=l(22806),d=l(96354);let w=(()=>{class Je{_renderer;_elementRef;onChange=He=>{};onTouched=()=>{};constructor(He,At){this._renderer=He,this._elementRef=At}setProperty(He,At){this._renderer.setProperty(this._elementRef.nativeElement,He,At)}registerOnTouched(He){this.onTouched=He}registerOnChange(He){this.onChange=He}setDisabledState(He){this.setProperty("disabled",He)}static \u0275fac=function(At){return new(At||Je)(t.rXU(t.sFG),t.rXU(t.aKT))};static \u0275dir=t.FsC({type:Je})}return Je})(),m=(()=>{class Je extends w{static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275dir=t.FsC({type:Je,features:[t.Vt3]})}return Je})();const P=new i.nKC(""),U={provide:P,useExisting:(0,i.Rfq)(()=>G),multi:!0},q=new i.nKC("");let G=(()=>{class Je extends w{_compositionMode;_composing=!1;constructor(He,At,mi){super(He,At),this._compositionMode=mi,null==this._compositionMode&&(this._compositionMode=!function K(){const Je=(0,c.rb)()?(0,c.rb)().getUserAgent():"";return/android (\d+)/.test(Je.toLowerCase())}())}writeValue(He){this.setProperty("value",He??"")}_handleInput(He){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(He)}_compositionStart(){this._composing=!0}_compositionEnd(He){this._composing=!1,this._compositionMode&&this.onChange(He)}static \u0275fac=function(At){return new(At||Je)(t.rXU(t.sFG),t.rXU(t.aKT),t.rXU(q,8))};static \u0275dir=t.FsC({type:Je,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(At,mi){1&At&&t.bIt("input",function(ea){return mi._handleInput(ea.target.value)})("blur",function(){return mi.onTouched()})("compositionstart",function(){return mi._compositionStart()})("compositionend",function(ea){return mi._compositionEnd(ea.target.value)})},standalone:!1,features:[t.Jv_([U]),t.Vt3]})}return Je})();function Q(Je){return null==Je||0===$(Je)}function $(Je){return null==Je?null:Array.isArray(Je)||"string"==typeof Je?Je.length:Je instanceof Set?Je.size:null}const ae=new i.nKC(""),ue=new i.nKC(""),oe=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class he{static min(st){return me(st)}static max(st){return Te(st)}static required(st){return D(st)}static requiredTrue(st){return function n(Je){return!0===Je.value?null:{required:!0}}(st)}static email(st){return function o(Je){return Q(Je.value)||oe.test(Je.value)?null:{email:!0}}(st)}static minLength(st){return function f(Je){return st=>{const He=st.value?.length??$(st.value);return null===He||0===He?null:He{const He=st.value?.length??$(st.value);return null!==He&&He>Je?{maxlength:{requiredLength:Je,actualLength:He}}:null}}(st)}static pattern(st){return function b(Je){if(!Je)return A;let st,He;return"string"==typeof Je?(He="","^"!==Je.charAt(0)&&(He+="^"),He+=Je,"$"!==Je.charAt(Je.length-1)&&(He+="$"),st=new RegExp(He)):(He=Je.toString(),st=Je),At=>{if(Q(At.value))return null;const mi=At.value;return st.test(mi)?null:{pattern:{requiredPattern:He,actualValue:mi}}}}(st)}static nullValidator(st){return null}static compose(st){return B(st)}static composeAsync(st){return pe(st)}}function me(Je){return st=>{if(null==st.value||null==Je)return null;const He=parseFloat(st.value);return!isNaN(He)&&He{if(null==st.value||null==Je)return null;const He=parseFloat(st.value);return!isNaN(He)&&He>Je?{max:{max:Je,actual:st.value}}:null}}function D(Je){return Q(Je.value)?{required:!0}:null}function A(Je){return null}function k(Je){return null!=Je}function x(Je){return(0,t.yLl)(Je)?(0,g.H)(Je):Je}function r(Je){let st={};return Je.forEach(He=>{st=null!=He?{...st,...He}:st}),0===Object.keys(st).length?null:st}function _(Je,st){return st.map(He=>He(Je))}function I(Je){return Je.map(st=>function W(Je){return!Je.validate}(st)?st:He=>st.validate(He))}function B(Je){if(!Je)return null;const st=Je.filter(k);return 0==st.length?null:function(He){return r(_(He,st))}}function re(Je){return null!=Je?B(I(Je)):null}function pe(Je){if(!Je)return null;const st=Je.filter(k);return 0==st.length?null:function(He){const At=_(He,st).map(x);return(0,T.p)(At).pipe((0,d.T)(r))}}function be(Je){return null!=Je?pe(I(Je)):null}function Be(Je,st){return null===Je?[st]:Array.isArray(Je)?[...Je,st]:[Je,st]}function _e(Je){return Je._rawValidators}function ye(Je){return Je._rawAsyncValidators}function Le(Je){return Je?Array.isArray(Je)?Je:[Je]:[]}function Ke(Je,st){return Array.isArray(Je)?Je.includes(st):Je===st}function ge(Je,st){const He=Le(st);return Le(Je).forEach(mi=>{Ke(He,mi)||He.push(mi)}),He}function ve(Je,st){return Le(st).filter(He=>!Ke(Je,He))}class Oe{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(st){this._rawValidators=st||[],this._composedValidatorFn=re(this._rawValidators)}_setAsyncValidators(st){this._rawAsyncValidators=st||[],this._composedAsyncValidatorFn=be(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(st){this._onDestroyCallbacks.push(st)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(st=>st()),this._onDestroyCallbacks=[]}reset(st=void 0){this.control&&this.control.reset(st)}hasError(st,He){return!!this.control&&this.control.hasError(st,He)}getError(st,He){return this.control?this.control.getError(st,He):null}}class Ee extends Oe{name;get formDirective(){return null}get path(){return null}}class dt extends Oe{_parent=null;name=null;valueAccessor=null}class nt{_cd;constructor(st){this._cd=st}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let lt=(()=>{class Je extends nt{constructor(He){super(He)}static \u0275fac=function(At){return new(At||Je)(t.rXU(dt,2))};static \u0275dir=t.FsC({type:Je,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(At,mi){2&At&&t.AVh("ng-untouched",mi.isUntouched)("ng-touched",mi.isTouched)("ng-pristine",mi.isPristine)("ng-dirty",mi.isDirty)("ng-valid",mi.isValid)("ng-invalid",mi.isInvalid)("ng-pending",mi.isPending)},standalone:!1,features:[t.Vt3]})}return Je})(),Pe=(()=>{class Je extends nt{constructor(He){super(He)}static \u0275fac=function(At){return new(At||Je)(t.rXU(Ee,10))};static \u0275dir=t.FsC({type:Je,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(At,mi){2&At&&t.AVh("ng-untouched",mi.isUntouched)("ng-touched",mi.isTouched)("ng-pristine",mi.isPristine)("ng-dirty",mi.isDirty)("ng-valid",mi.isValid)("ng-invalid",mi.isInvalid)("ng-pending",mi.isPending)("ng-submitted",mi.isSubmitted)},standalone:!1,features:[t.Vt3]})}return Je})();const ke="VALID",Ue="INVALID",Ne="PENDING",Kt="DISABLED";class yt{}class Vt extends yt{value;source;constructor(st,He){super(),this.value=st,this.source=He}}class Zt extends yt{pristine;source;constructor(st,He){super(),this.pristine=st,this.source=He}}class ti extends yt{touched;source;constructor(st,He){super(),this.touched=st,this.source=He}}class Ye extends yt{status;source;constructor(st,He){super(),this.status=st,this.source=He}}class Nt extends yt{source;constructor(st){super(),this.source=st}}class Et extends yt{source;constructor(st){super(),this.source=st}}function Jt(Je){return(vi(Je)?Je.validators:Je)||null}function $e(Je,st){return(vi(st)?st.asyncValidators:Je)||null}function vi(Je){return null!=Je&&!Array.isArray(Je)&&"object"==typeof Je}function ei(Je,st,He){const At=Je.controls;if(!(st?Object.keys(At):At).length)throw new i.buA(1e3,"");if(!At[He])throw new i.buA(1001,"")}function ci(Je,st,He){Je._forEachChild((At,mi)=>{if(void 0===He[mi])throw new i.buA(1002,"")})}class Hi{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(st,He){this._assignValidators(st),this._assignAsyncValidators(He)}get validator(){return this._composedValidatorFn}set validator(st){this._rawValidators=this._composedValidatorFn=st}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(st){this._rawAsyncValidators=this._composedAsyncValidatorFn=st}get parent(){return this._parent}get status(){return(0,p.O8)(this.statusReactive)}set status(st){(0,p.O8)(()=>this.statusReactive.set(st))}_status=(0,p.EW)(()=>this.statusReactive());statusReactive=(0,i.vPA)(void 0);get valid(){return this.status===ke}get invalid(){return this.status===Ue}get pending(){return this.status==Ne}get disabled(){return this.status===Kt}get enabled(){return this.status!==Kt}errors;get pristine(){return(0,p.O8)(this.pristineReactive)}set pristine(st){(0,p.O8)(()=>this.pristineReactive.set(st))}_pristine=(0,p.EW)(()=>this.pristineReactive());pristineReactive=(0,i.vPA)(!0);get dirty(){return!this.pristine}get touched(){return(0,p.O8)(this.touchedReactive)}set touched(st){(0,p.O8)(()=>this.touchedReactive.set(st))}_touched=(0,p.EW)(()=>this.touchedReactive());touchedReactive=(0,i.vPA)(!1);get untouched(){return!this.touched}_events=new e.B;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(st){this._assignValidators(st)}setAsyncValidators(st){this._assignAsyncValidators(st)}addValidators(st){this.setValidators(ge(st,this._rawValidators))}addAsyncValidators(st){this.setAsyncValidators(ge(st,this._rawAsyncValidators))}removeValidators(st){this.setValidators(ve(st,this._rawValidators))}removeAsyncValidators(st){this.setAsyncValidators(ve(st,this._rawAsyncValidators))}hasValidator(st){return Ke(this._rawValidators,st)}hasAsyncValidator(st){return Ke(this._rawAsyncValidators,st)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(st={}){const He=!1===this.touched;this.touched=!0;const At=st.sourceControl??this;this._parent&&!st.onlySelf&&this._parent.markAsTouched({...st,sourceControl:At}),He&&!1!==st.emitEvent&&this._events.next(new ti(!0,At))}markAllAsDirty(st={}){this.markAsDirty({onlySelf:!0,emitEvent:st.emitEvent,sourceControl:this}),this._forEachChild(He=>He.markAllAsDirty(st))}markAllAsTouched(st={}){this.markAsTouched({onlySelf:!0,emitEvent:st.emitEvent,sourceControl:this}),this._forEachChild(He=>He.markAllAsTouched(st))}markAsUntouched(st={}){const He=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const At=st.sourceControl??this;this._forEachChild(mi=>{mi.markAsUntouched({onlySelf:!0,emitEvent:st.emitEvent,sourceControl:At})}),this._parent&&!st.onlySelf&&this._parent._updateTouched(st,At),He&&!1!==st.emitEvent&&this._events.next(new ti(!1,At))}markAsDirty(st={}){const He=!0===this.pristine;this.pristine=!1;const At=st.sourceControl??this;this._parent&&!st.onlySelf&&this._parent.markAsDirty({...st,sourceControl:At}),He&&!1!==st.emitEvent&&this._events.next(new Zt(!1,At))}markAsPristine(st={}){const He=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const At=st.sourceControl??this;this._forEachChild(mi=>{mi.markAsPristine({onlySelf:!0,emitEvent:st.emitEvent})}),this._parent&&!st.onlySelf&&this._parent._updatePristine(st,At),He&&!1!==st.emitEvent&&this._events.next(new Zt(!0,At))}markAsPending(st={}){this.status=Ne;const He=st.sourceControl??this;!1!==st.emitEvent&&(this._events.next(new Ye(this.status,He)),this.statusChanges.emit(this.status)),this._parent&&!st.onlySelf&&this._parent.markAsPending({...st,sourceControl:He})}disable(st={}){const He=this._parentMarkedDirty(st.onlySelf);this.status=Kt,this.errors=null,this._forEachChild(mi=>{mi.disable({...st,onlySelf:!0})}),this._updateValue();const At=st.sourceControl??this;!1!==st.emitEvent&&(this._events.next(new Vt(this.value,At)),this._events.next(new Ye(this.status,At)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...st,skipPristineCheck:He},this),this._onDisabledChange.forEach(mi=>mi(!0))}enable(st={}){const He=this._parentMarkedDirty(st.onlySelf);this.status=ke,this._forEachChild(At=>{At.enable({...st,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:st.emitEvent}),this._updateAncestors({...st,skipPristineCheck:He},this),this._onDisabledChange.forEach(At=>At(!1))}_updateAncestors(st,He){this._parent&&!st.onlySelf&&(this._parent.updateValueAndValidity(st),st.skipPristineCheck||this._parent._updatePristine({},He),this._parent._updateTouched({},He))}setParent(st){this._parent=st}getRawValue(){return this.value}updateValueAndValidity(st={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const At=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===ke||this.status===Ne)&&this._runAsyncValidator(At,st.emitEvent)}const He=st.sourceControl??this;!1!==st.emitEvent&&(this._events.next(new Vt(this.value,He)),this._events.next(new Ye(this.status,He)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!st.onlySelf&&this._parent.updateValueAndValidity({...st,sourceControl:He})}_updateTreeValidity(st={emitEvent:!0}){this._forEachChild(He=>He._updateTreeValidity(st)),this.updateValueAndValidity({onlySelf:!0,emitEvent:st.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Kt:ke}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(st,He){if(this.asyncValidator){this.status=Ne,this._hasOwnPendingAsyncValidator={emitEvent:!1!==He,shouldHaveEmitted:!1!==st};const At=x(this.asyncValidator(this));this._asyncValidationSubscription=At.subscribe(mi=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(mi,{emitEvent:He,shouldHaveEmitted:st})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const st=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,st}return!1}setErrors(st,He={}){this.errors=st,this._updateControlsErrors(!1!==He.emitEvent,this,He.shouldHaveEmitted)}get(st){let He=st;return null==He||(Array.isArray(He)||(He=He.split(".")),0===He.length)?null:He.reduce((At,mi)=>At&&At._find(mi),this)}getError(st,He){const At=He?this.get(He):this;return At&&At.errors?At.errors[st]:null}hasError(st,He){return!!this.getError(st,He)}get root(){let st=this;for(;st._parent;)st=st._parent;return st}_updateControlsErrors(st,He,At){this.status=this._calculateStatus(),st&&this.statusChanges.emit(this.status),(st||At)&&this._events.next(new Ye(this.status,He)),this._parent&&this._parent._updateControlsErrors(st,He,At)}_initObservables(){this.valueChanges=new t.bkB,this.statusChanges=new t.bkB}_calculateStatus(){return this._allControlsDisabled()?Kt:this.errors?Ue:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Ne)?Ne:this._anyControlsHaveStatus(Ue)?Ue:ke}_anyControlsHaveStatus(st){return this._anyControls(He=>He.status===st)}_anyControlsDirty(){return this._anyControls(st=>st.dirty)}_anyControlsTouched(){return this._anyControls(st=>st.touched)}_updatePristine(st,He){const At=!this._anyControlsDirty(),mi=this.pristine!==At;this.pristine=At,this._parent&&!st.onlySelf&&this._parent._updatePristine(st,He),mi&&this._events.next(new Zt(this.pristine,He))}_updateTouched(st={},He){this.touched=this._anyControlsTouched(),this._events.next(new ti(this.touched,He)),this._parent&&!st.onlySelf&&this._parent._updateTouched(st,He)}_onDisabledChange=[];_registerOnCollectionChange(st){this._onCollectionChange=st}_setUpdateStrategy(st){vi(st)&&null!=st.updateOn&&(this._updateOn=st.updateOn)}_parentMarkedDirty(st){return!st&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(st){return null}_assignValidators(st){this._rawValidators=Array.isArray(st)?st.slice():st,this._composedValidatorFn=function qe(Je){return Array.isArray(Je)?re(Je):Je||null}(this._rawValidators)}_assignAsyncValidators(st){this._rawAsyncValidators=Array.isArray(st)?st.slice():st,this._composedAsyncValidatorFn=function tt(Je){return Array.isArray(Je)?be(Je):Je||null}(this._rawAsyncValidators)}}class oi extends Hi{constructor(st,He,At){super(Jt(He),$e(At,He)),this.controls=st,this._initObservables(),this._setUpdateStrategy(He),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(st,He){return this.controls[st]?this.controls[st]:(this.controls[st]=He,He.setParent(this),He._registerOnCollectionChange(this._onCollectionChange),He)}addControl(st,He,At={}){this.registerControl(st,He),this.updateValueAndValidity({emitEvent:At.emitEvent}),this._onCollectionChange()}removeControl(st,He={}){this.controls[st]&&this.controls[st]._registerOnCollectionChange(()=>{}),delete this.controls[st],this.updateValueAndValidity({emitEvent:He.emitEvent}),this._onCollectionChange()}setControl(st,He,At={}){this.controls[st]&&this.controls[st]._registerOnCollectionChange(()=>{}),delete this.controls[st],He&&this.registerControl(st,He),this.updateValueAndValidity({emitEvent:At.emitEvent}),this._onCollectionChange()}contains(st){return this.controls.hasOwnProperty(st)&&this.controls[st].enabled}setValue(st,He={}){ci(this,0,st),Object.keys(st).forEach(At=>{ei(this,!0,At),this.controls[At].setValue(st[At],{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He)}patchValue(st,He={}){null!=st&&(Object.keys(st).forEach(At=>{const mi=this.controls[At];mi&&mi.patchValue(st[At],{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He))}reset(st={},He={}){this._forEachChild((At,mi)=>{At.reset(st?st[mi]:null,{onlySelf:!0,emitEvent:He.emitEvent})}),this._updatePristine(He,this),this._updateTouched(He,this),this.updateValueAndValidity(He),!1!==He?.emitEvent&&this._events.next(new Et(this))}getRawValue(){return this._reduceChildren({},(st,He,At)=>(st[At]=He.getRawValue(),st))}_syncPendingControls(){let st=this._reduceChildren(!1,(He,At)=>!!At._syncPendingControls()||He);return st&&this.updateValueAndValidity({onlySelf:!0}),st}_forEachChild(st){Object.keys(this.controls).forEach(He=>{const At=this.controls[He];At&&st(At,He)})}_setUpControls(){this._forEachChild(st=>{st.setParent(this),st._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(st){for(const[He,At]of Object.entries(this.controls))if(this.contains(He)&&st(At))return!0;return!1}_reduceValue(){return this._reduceChildren({},(He,At,mi)=>((At.enabled||this.disabled)&&(He[mi]=At.value),He))}_reduceChildren(st,He){let At=st;return this._forEachChild((mi,Rn)=>{At=He(At,mi,Rn)}),At}_allControlsDisabled(){for(const st of Object.keys(this.controls))if(this.controls[st].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(st){return this.controls.hasOwnProperty(st)?this.controls[st]:null}}class dn extends oi{}const It=new i.nKC("",{providedIn:"root",factory:()=>Tt}),Tt="always";function Ze(Je,st){return[...st.path,Je]}function Ve(Je,st,He=Tt){ut(Je,st),st.valueAccessor.writeValue(Je.value),(Je.disabled||"always"===He)&&st.valueAccessor.setDisabledState?.(Je.disabled),function ai(Je,st){st.valueAccessor.registerOnChange(He=>{Je._pendingValue=He,Je._pendingChange=!0,Je._pendingDirty=!0,"change"===Je.updateOn&&ki(Je,st)})}(Je,st),function Ki(Je,st){const He=(At,mi)=>{st.valueAccessor.writeValue(At),mi&&st.viewToModelUpdate(At)};Je.registerOnChange(He),st._registerOnDestroy(()=>{Je._unregisterOnChange(He)})}(Je,st),function pi(Je,st){st.valueAccessor.registerOnTouched(()=>{Je._pendingTouched=!0,"blur"===Je.updateOn&&Je._pendingChange&&ki(Je,st),"submit"!==Je.updateOn&&Je.markAsTouched()})}(Je,st),function bt(Je,st){if(st.valueAccessor.setDisabledState){const He=At=>{st.valueAccessor.setDisabledState(At)};Je.registerOnDisabledChange(He),st._registerOnDestroy(()=>{Je._unregisterOnDisabledChange(He)})}}(Je,st)}function Fe(Je,st,He=!0){const At=()=>{};st.valueAccessor&&(st.valueAccessor.registerOnChange(At),st.valueAccessor.registerOnTouched(At)),jt(Je,st),Je&&(st._invokeOnDestroyCallbacks(),Je._registerOnCollectionChange(()=>{}))}function it(Je,st){Je.forEach(He=>{He.registerOnValidatorChange&&He.registerOnValidatorChange(st)})}function ut(Je,st){const He=_e(Je);null!==st.validator?Je.setValidators(Be(He,st.validator)):"function"==typeof He&&Je.setValidators([He]);const At=ye(Je);null!==st.asyncValidator?Je.setAsyncValidators(Be(At,st.asyncValidator)):"function"==typeof At&&Je.setAsyncValidators([At]);const mi=()=>Je.updateValueAndValidity();it(st._rawValidators,mi),it(st._rawAsyncValidators,mi)}function jt(Je,st){let He=!1;if(null!==Je){if(null!==st.validator){const mi=_e(Je);if(Array.isArray(mi)&&mi.length>0){const Rn=mi.filter(ea=>ea!==st.validator);Rn.length!==mi.length&&(He=!0,Je.setValidators(Rn))}}if(null!==st.asyncValidator){const mi=ye(Je);if(Array.isArray(mi)&&mi.length>0){const Rn=mi.filter(ea=>ea!==st.asyncValidator);Rn.length!==mi.length&&(He=!0,Je.setAsyncValidators(Rn))}}}const At=()=>{};return it(st._rawValidators,At),it(st._rawAsyncValidators,At),He}function ki(Je,st){Je._pendingDirty&&Je.markAsDirty(),Je.setValue(Je._pendingValue,{emitModelToViewChange:!1}),st.viewToModelUpdate(Je._pendingValue),Je._pendingChange=!1}function Ji(Je,st){ut(Je,st)}function Ci(Je,st){if(!Je.hasOwnProperty("model"))return!1;const He=Je.model;return!!He.isFirstChange()||!Object.is(st,He.currentValue)}function Yi(Je,st){Je._syncPendingControls(),st.forEach(He=>{const At=He.control;"submit"===At.updateOn&&At._pendingChange&&(He.viewToModelUpdate(At._pendingValue),At._pendingChange=!1)})}function zt(Je,st){if(!st)return null;let He,At,mi;return Array.isArray(st),st.forEach(Rn=>{Rn.constructor===G?He=Rn:function Ai(Je){return Object.getPrototypeOf(Je.constructor)===m}(Rn)?At=Rn:mi=Rn}),mi||At||He||null}const mt={provide:Ee,useExisting:(0,i.Rfq)(()=>ni)},vt=Promise.resolve();let ni=(()=>{class Je extends Ee{callSetDisabledState;get submitted(){return(0,p.O8)(this.submittedReactive)}_submitted=(0,p.EW)(()=>this.submittedReactive());submittedReactive=(0,i.vPA)(!1);_directives=new Set;form;ngSubmit=new t.bkB;options;constructor(He,At,mi){super(),this.callSetDisabledState=mi,this.form=new oi({},re(He),be(At))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(He){vt.then(()=>{const At=this._findContainer(He.path);He.control=At.registerControl(He.name,He.control),Ve(He.control,He,this.callSetDisabledState),He.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(He)})}getControl(He){return this.form.get(He.path)}removeControl(He){vt.then(()=>{const At=this._findContainer(He.path);At&&At.removeControl(He.name),this._directives.delete(He)})}addFormGroup(He){vt.then(()=>{const At=this._findContainer(He.path),mi=new oi({});Ji(mi,He),At.registerControl(He.name,mi),mi.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(He){vt.then(()=>{const At=this._findContainer(He.path);At&&At.removeControl(He.name)})}getFormGroup(He){return this.form.get(He.path)}updateModel(He,At){vt.then(()=>{this.form.get(He.path).setValue(At)})}setValue(He){this.control.setValue(He)}onSubmit(He){return this.submittedReactive.set(!0),Yi(this.form,this._directives),this.ngSubmit.emit(He),this.form._events.next(new Nt(this.control)),"dialog"===He?.target?.method}onReset(){this.resetForm()}resetForm(He=void 0){this.form.reset(He),this.submittedReactive.set(!1)}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(He){return He.pop(),He.length?this.form.get(He):this.form}static \u0275fac=function(At){return new(At||Je)(t.rXU(ae,10),t.rXU(ue,10),t.rXU(It,8))};static \u0275dir=t.FsC({type:Je,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(At,mi){1&At&&t.bIt("submit",function(ea){return mi.onSubmit(ea)})("reset",function(){return mi.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[t.Jv_([mt]),t.Vt3]})}return Je})();function Fi(Je,st){const He=Je.indexOf(st);He>-1&&Je.splice(He,1)}function kn(Je){return"object"==typeof Je&&null!==Je&&2===Object.keys(Je).length&&"value"in Je&&"disabled"in Je}const ca=class extends Hi{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(st=null,He,At){super(Jt(He),$e(At,He)),this._applyFormState(st),this._setUpdateStrategy(He),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),vi(He)&&(He.nonNullable||He.initialValueIsDefault)&&(this.defaultValue=kn(st)?st.value:st)}setValue(st,He={}){this.value=this._pendingValue=st,this._onChange.length&&!1!==He.emitModelToViewChange&&this._onChange.forEach(At=>At(this.value,!1!==He.emitViewToModelChange)),this.updateValueAndValidity(He)}patchValue(st,He={}){this.setValue(st,He)}reset(st=this.defaultValue,He={}){this._applyFormState(st),this.markAsPristine(He),this.markAsUntouched(He),this.setValue(this.value,He),this._pendingChange=!1,!1!==He?.emitEvent&&this._events.next(new Et(this))}_updateValue(){}_anyControls(st){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(st){this._onChange.push(st)}_unregisterOnChange(st){Fi(this._onChange,st)}registerOnDisabledChange(st){this._onDisabledChange.push(st)}_unregisterOnDisabledChange(st){Fi(this._onDisabledChange,st)}_forEachChild(st){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(st){kn(st)?(this.value=this._pendingValue=st.value,st.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=st}},an=ca,Gt={provide:dt,useExisting:(0,i.Rfq)(()=>Ft)},gt=Promise.resolve();let Ft=(()=>{class Je extends dt{_changeDetectorRef;callSetDisabledState;control=new ca;static ngAcceptInputType_isDisabled;_registered=!1;viewModel;name="";isDisabled;model;options;update=new t.bkB;constructor(He,At,mi,Rn,ea,lr){super(),this._changeDetectorRef=ea,this.callSetDisabledState=lr,this._parent=He,this._setValidators(At),this._setAsyncValidators(mi),this.valueAccessor=zt(0,Rn)}ngOnChanges(He){if(this._checkForErrors(),!this._registered||"name"in He){if(this._registered&&(this._checkName(),this.formDirective)){const At=He.name.previousValue;this.formDirective.removeControl({name:At,path:this._getPath(At)})}this._setUpControl()}"isDisabled"in He&&this._updateDisabled(He),Ci(He,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Ve(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._checkName()}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(He){gt.then(()=>{this.control.setValue(He,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(He){const At=He.isDisabled.currentValue,mi=0!==At&&(0,S.L39)(At);gt.then(()=>{mi&&!this.control.disabled?this.control.disable():!mi&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(He){return this._parent?Ze(He,this._parent):[He]}static \u0275fac=function(At){return new(At||Je)(t.rXU(Ee,9),t.rXU(ae,10),t.rXU(ue,10),t.rXU(P,10),t.rXU(S.gRc,8),t.rXU(It,8))};static \u0275dir=t.FsC({type:Je,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],standalone:!1,features:[t.Jv_([Gt]),t.Vt3,t.OA$]})}return Je})(),Bi=(()=>{class Je{static \u0275fac=function(At){return new(At||Je)};static \u0275dir=t.FsC({type:Je,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""],standalone:!1})}return Je})();const Qi={provide:P,useExisting:(0,i.Rfq)(()=>fn),multi:!0};let fn=(()=>{class Je extends m{writeValue(He){this.setProperty("value",He??"")}registerOnChange(He){this.onChange=At=>{He(""==At?null:parseFloat(At))}}static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275dir=t.FsC({type:Je,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(At,mi){1&At&&t.bIt("input",function(ea){return mi.onChange(ea.target.value)})("blur",function(){return mi.onTouched()})},standalone:!1,features:[t.Jv_([Qi]),t.Vt3]})}return Je})();const pa=new i.nKC(""),Er={provide:dt,useExisting:(0,i.Rfq)(()=>xa)};let xa=(()=>{class Je extends dt{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(He){}model;update=new t.bkB;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(He,At,mi,Rn,ea){super(),this._ngModelWarningConfig=Rn,this.callSetDisabledState=ea,this._setValidators(He),this._setAsyncValidators(At),this.valueAccessor=zt(0,mi)}ngOnChanges(He){if(this._isControlChanged(He)){const At=He.form.previousValue;At&&Fe(At,this,!1),Ve(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}Ci(He,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Fe(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}_isControlChanged(He){return He.hasOwnProperty("form")}static \u0275fac=function(At){return new(At||Je)(t.rXU(ae,10),t.rXU(ue,10),t.rXU(P,10),t.rXU(pa,8),t.rXU(It,8))};static \u0275dir=t.FsC({type:Je,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[t.Jv_([Er]),t.Vt3,t.OA$]})}return Je})();const Xr={provide:Ee,useExisting:(0,i.Rfq)(()=>Ta)};let Ta=(()=>{class Je extends Ee{callSetDisabledState;get submitted(){return(0,p.O8)(this._submittedReactive)}set submitted(He){this._submittedReactive.set(He)}_submitted=(0,p.EW)(()=>this._submittedReactive());_submittedReactive=(0,i.vPA)(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];form=null;ngSubmit=new t.bkB;constructor(He,At,mi){super(),this.callSetDisabledState=mi,this._setValidators(He),this._setAsyncValidators(At)}ngOnChanges(He){He.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(jt(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(He){const At=this.form.get(He.path);return Ve(At,He,this.callSetDisabledState),At.updateValueAndValidity({emitEvent:!1}),this.directives.push(He),At}getControl(He){return this.form.get(He.path)}removeControl(He){Fe(He.control||null,He,!1),function ji(Je,st){const He=Je.indexOf(st);He>-1&&Je.splice(He,1)}(this.directives,He)}addFormGroup(He){this._setUpFormContainer(He)}removeFormGroup(He){this._cleanUpFormContainer(He)}getFormGroup(He){return this.form.get(He.path)}addFormArray(He){this._setUpFormContainer(He)}removeFormArray(He){this._cleanUpFormContainer(He)}getFormArray(He){return this.form.get(He.path)}updateModel(He,At){this.form.get(He.path).setValue(At)}onSubmit(He){return this._submittedReactive.set(!0),Yi(this.form,this.directives),this.ngSubmit.emit(He),this.form._events.next(new Nt(this.control)),"dialog"===He?.target?.method}onReset(){this.resetForm()}resetForm(He=void 0,At={}){this.form.reset(He,At),this._submittedReactive.set(!1)}_updateDomValue(){this.directives.forEach(He=>{const At=He.control,mi=this.form.get(He.path);At!==mi&&(Fe(At||null,He),(Je=>Je instanceof ca)(mi)&&(Ve(mi,He,this.callSetDisabledState),He.control=mi))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(He){const At=this.form.get(He.path);Ji(At,He),At.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(He){if(this.form){const At=this.form.get(He.path);At&&function Dn(Je,st){return jt(Je,st)}(At,He)&&At.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){ut(this.form,this),this._oldForm&&jt(this._oldForm,this)}static \u0275fac=function(At){return new(At||Je)(t.rXU(ae,10),t.rXU(ue,10),t.rXU(It,8))};static \u0275dir=t.FsC({type:Je,selectors:[["","formGroup",""]],hostBindings:function(At,mi){1&At&&t.bIt("submit",function(ea){return mi.onSubmit(ea)})("reset",function(){return mi.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[t.Jv_([Xr]),t.Vt3,t.OA$]})}return Je})();const ys={provide:dt,useExisting:(0,i.Rfq)(()=>Kr)};let Kr=(()=>{class Je extends dt{_ngModelWarningConfig;_added=!1;viewModel;control;name=null;set isDisabled(He){}model;update=new t.bkB;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(He,At,mi,Rn,ea){super(),this._ngModelWarningConfig=ea,this._parent=He,this._setValidators(At),this._setAsyncValidators(mi),this.valueAccessor=zt(0,Rn)}ngOnChanges(He){this._added||this._setUpControl(),Ci(He,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}get path(){return Ze(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_setUpControl(){this.control=this.formDirective.addControl(this),this._added=!0}static \u0275fac=function(At){return new(At||Je)(t.rXU(Ee,13),t.rXU(ae,10),t.rXU(ue,10),t.rXU(P,10),t.rXU(pa,8))};static \u0275dir=t.FsC({type:Je,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},standalone:!1,features:[t.Jv_([ys]),t.Vt3,t.OA$]})}return Je})();function wt(Je){return"number"==typeof Je?Je:parseFloat(Je)}let ii=(()=>{class Je{_validator=A;_onChange;_enabled;ngOnChanges(He){if(this.inputName in He){const At=this.normalizeInput(He[this.inputName].currentValue);this._enabled=this.enabled(At),this._validator=this._enabled?this.createValidator(At):A,this._onChange&&this._onChange()}}validate(He){return this._validator(He)}registerOnValidatorChange(He){this._onChange=He}enabled(He){return null!=He}static \u0275fac=function(At){return new(At||Je)};static \u0275dir=t.FsC({type:Je,features:[t.OA$]})}return Je})();const Ii={provide:ae,useExisting:(0,i.Rfq)(()=>Ui),multi:!0};let Ui=(()=>{class Je extends ii{max;inputName="max";normalizeInput=He=>wt(He);createValidator=He=>Te(He);static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275dir=t.FsC({type:Je,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(At,mi){2&At&&t.BMQ("max",mi._enabled?mi.max:null)},inputs:{max:"max"},standalone:!1,features:[t.Jv_([Ii]),t.Vt3]})}return Je})();const tn={provide:ae,useExisting:(0,i.Rfq)(()=>yn),multi:!0};let yn=(()=>{class Je extends ii{min;inputName="min";normalizeInput=He=>wt(He);createValidator=He=>me(He);static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275dir=t.FsC({type:Je,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(At,mi){2&At&&t.BMQ("min",mi._enabled?mi.min:null)},inputs:{min:"min"},standalone:!1,features:[t.Jv_([tn]),t.Vt3]})}return Je})();const Pn={provide:ae,useExisting:(0,i.Rfq)(()=>Jn),multi:!0};let Jn=(()=>{class Je extends ii{required;inputName="required";normalizeInput=S.L39;createValidator=He=>D;enabled(He){return He}static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275dir=t.FsC({type:Je,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(At,mi){2&At&&t.BMQ("required",mi._enabled?"":null)},inputs:{required:"required"},standalone:!1,features:[t.Jv_([Pn]),t.Vt3]})}return Je})(),gr=(()=>{class Je{static \u0275fac=function(At){return new(At||Je)};static \u0275mod=t.$C({type:Je});static \u0275inj=i.G2t({})}return Je})();class ds extends Hi{constructor(st,He,At){super(Jt(He),$e(At,He)),this.controls=st,this._initObservables(),this._setUpdateStrategy(He),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;at(st){return this.controls[this._adjustIndex(st)]}push(st,He={}){Array.isArray(st)?st.forEach(At=>{this.controls.push(At),this._registerControl(At)}):(this.controls.push(st),this._registerControl(st)),this.updateValueAndValidity({emitEvent:He.emitEvent}),this._onCollectionChange()}insert(st,He,At={}){this.controls.splice(st,0,He),this._registerControl(He),this.updateValueAndValidity({emitEvent:At.emitEvent})}removeAt(st,He={}){let At=this._adjustIndex(st);At<0&&(At=0),this.controls[At]&&this.controls[At]._registerOnCollectionChange(()=>{}),this.controls.splice(At,1),this.updateValueAndValidity({emitEvent:He.emitEvent})}setControl(st,He,At={}){let mi=this._adjustIndex(st);mi<0&&(mi=0),this.controls[mi]&&this.controls[mi]._registerOnCollectionChange(()=>{}),this.controls.splice(mi,1),He&&(this.controls.splice(mi,0,He),this._registerControl(He)),this.updateValueAndValidity({emitEvent:At.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(st,He={}){ci(this,0,st),st.forEach((At,mi)=>{ei(this,!1,mi),this.at(mi).setValue(At,{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He)}patchValue(st,He={}){null!=st&&(st.forEach((At,mi)=>{this.at(mi)&&this.at(mi).patchValue(At,{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He))}reset(st=[],He={}){this._forEachChild((At,mi)=>{At.reset(st[mi],{onlySelf:!0,emitEvent:He.emitEvent})}),this._updatePristine(He,this),this._updateTouched(He,this),this.updateValueAndValidity(He),!1!==He?.emitEvent&&this._events.next(new Et(this))}getRawValue(){return this.controls.map(st=>st.getRawValue())}clear(st={}){this.controls.length<1||(this._forEachChild(He=>He._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:st.emitEvent}))}_adjustIndex(st){return st<0?st+this.length:st}_syncPendingControls(){let st=this.controls.reduce((He,At)=>!!At._syncPendingControls()||He,!1);return st&&this.updateValueAndValidity({onlySelf:!0}),st}_forEachChild(st){this.controls.forEach((He,At)=>{st(He,At)})}_updateValue(){this.value=this.controls.filter(st=>st.enabled||this.disabled).map(st=>st.value)}_anyControls(st){return this.controls.some(He=>He.enabled&&st(He))}_setUpControls(){this._forEachChild(st=>this._registerControl(st))}_allControlsDisabled(){for(const st of this.controls)if(st.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(st){st.setParent(this),st._registerOnCollectionChange(this._onCollectionChange)}_find(st){return this.at(st)??null}}function Oa(Je){return!!Je&&(void 0!==Je.asyncValidators||void 0!==Je.validators||void 0!==Je.updateOn)}let Wt=(()=>{class Je{useNonNullable=!1;get nonNullable(){const He=new Je;return He.useNonNullable=!0,He}group(He,At=null){const mi=this._reduceControls(He);let Rn={};return Oa(At)?Rn=At:null!==At&&(Rn.validators=At.validator,Rn.asyncValidators=At.asyncValidator),new oi(mi,Rn)}record(He,At=null){const mi=this._reduceControls(He);return new dn(mi,At)}control(He,At,mi){let Rn={};return this.useNonNullable?(Oa(At)?Rn=At:(Rn.validators=At,Rn.asyncValidators=mi),new ca(He,{...Rn,nonNullable:!0})):new ca(He,At,mi)}array(He,At,mi){const Rn=He.map(ea=>this._createControl(ea));return new ds(Rn,At,mi)}_reduceControls(He){const At={};return Object.keys(He).forEach(mi=>{At[mi]=this._createControl(He[mi])}),At}_createControl(He){return He instanceof ca||He instanceof Hi?He:Array.isArray(He)?this.control(He[0],He.length>1?He[1]:null,He.length>2?He[2]:null):this.control(He)}static \u0275fac=function(At){return new(At||Je)};static \u0275prov=i.jDH({token:Je,factory:Je.\u0275fac,providedIn:"root"})}return Je})(),ft=(()=>{class Je extends Wt{group(He,At=null){return super.group(He,At)}control(He,At,mi){return super.control(He,At,mi)}array(He,At,mi){return super.array(He,At,mi)}static \u0275fac=(()=>{let He;return function(mi){return(He||(He=t.xGo(Je)))(mi||Je)}})();static \u0275prov=i.jDH({token:Je,factory:Je.\u0275fac,providedIn:"root"})}return Je})(),Li=(()=>{class Je{static withConfig(He){return{ngModule:Je,providers:[{provide:It,useValue:He.callSetDisabledState??Tt}]}}static \u0275fac=function(At){return new(At||Je)};static \u0275mod=t.$C({type:Je});static \u0275inj=i.G2t({imports:[gr]})}return Je})(),vn=(()=>{class Je{static withConfig(He){return{ngModule:Je,providers:[{provide:pa,useValue:He.warnOnNgModelWithFormControl??"always"},{provide:It,useValue:He.callSetDisabledState??Tt}]}}static \u0275fac=function(At){return new(At||Je)};static \u0275mod=t.$C({type:Je});static \u0275inj=i.G2t({imports:[gr]})}return Je})()},89460:(Ae,ee,l)=>{const i=l(19089),t=l(47424),p=l(84662),S=l(35941),c=l(96214),e=l(76269),T=l(3361),g=l(23677),d=l(86289),w=l(91252),m=l(26254),P=l(91677),M=l(22868);function G(oe,he,me){const Te=oe.size,D=m.getEncodedBits(he,me);let n,o;for(n=0;n<15;n++)o=1==(D>>n&1),oe.set(n<6?n:n<8?n+1:Te-15+n,8,o,!0),oe.set(8,n<8?Te-n-1:n<9?15-n-1+1:15-n-1,o,!0);oe.set(Te-8,8,1,!0)}function ue(oe,he,me,Te){let D;if(Array.isArray(oe))D=M.fromArray(oe);else{if("string"!=typeof oe)throw new Error("Invalid data");{let b=he;if(!b){const A=M.rawSplit(oe);b=w.getBestVersionForData(A,me)}D=M.fromString(oe,b||40)}}const n=w.getBestVersionForData(D,me);if(!n)throw new Error("The amount of data is too big to be stored in a QR Code");if(he){if(he=0&&f<=6&&(0===h||6===h)||h>=0&&h<=6&&(0===f||6===f)||f>=2&&f<=4&&h>=2&&h<=4,!0)}}(h,he),function U(oe){const he=oe.size;for(let me=8;me=7&&function q(oe,he){const me=oe.size,Te=w.getEncodedBits(he);let D,n,o;for(let f=0;f<18;f++)D=Math.floor(f/3),n=f%3+me-8-3,o=1==(Te>>f&1),oe.set(D,n,o,!0),oe.set(n,D,o,!0)}(h,he),function Q(oe,he){const me=oe.size;let Te=-1,D=me-1,n=7,o=0;for(let f=me-1;f>0;f-=2)for(6===f&&f--;;){for(let h=0;h<2;h++)if(!oe.isReserved(D,f-h)){let b=!1;o>>n&1)),oe.set(D,f-h,b),n--,-1===n&&(o++,n=7)}if(D+=Te,D<0||me<=D){D-=Te,Te=-Te;break}}}(h,o),isNaN(Te)&&(Te=T.getBestMask(h,G.bind(null,h,me))),T.applyMask(Te,h),G(h,me,Te),{modules:h,version:he,errorCorrectionLevel:me,maskPattern:Te,segments:D}}ee.create=function(he,me){if(typeof he>"u"||""===he)throw new Error("No input text");let D,n,Te=t.M;return typeof me<"u"&&(Te=t.from(me.errorCorrectionLevel,t.M),D=w.from(me.version),n=T.from(me.maskPattern),me.toSJISFunc&&i.setToSJISFunction(me.toSJISFunc)),ue(he,D,Te,n)}},89472:(Ae,ee,l)=>{"use strict";var i=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,t=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,p=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,S=l(18211),c=l(43388),e=l(27054).Buffer;Ae.exports=function(T,g){var m,d=T.toString(),w=d.match(i);if(w){var M="aes"+w[1],j=e.from(w[2],"hex"),U=e.from(w[3].replace(/[\r\n]/g,""),"base64"),K=S(g,j.slice(0,8),parseInt(w[1],10)).key,q=[],G=c.createDecipheriv(M,K,j);q.push(G.update(U)),q.push(G.final()),m=e.concat(q)}else{var P=d.match(p);m=e.from(P[2].replace(/[\r\n]/g,""),"base64")}return{tag:d.match(t)[1],data:m}}},89587:(Ae,ee,l)=>{"use strict";l.d(ee,{N:()=>t});var i=l(73664);let t=(()=>{var p;class S{constructor(e){this.el=e}ngAfterContentInit(){setTimeout(()=>{this.el.nativeElement.focus()},500)}static#e=p=()=>(this.\u0275fac=function(T){return new(T||S)(i.rXU(i.aKT))},this.\u0275dir=i.FsC({type:S,selectors:[["","autoFocus",""]],inputs:{appAutoFocus:"appAutoFocus"},standalone:!1}))}return p(),S})()},89606:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(77965).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},89726:(Ae,ee,l)=>{"use strict";l.d(ee,{g:()=>S});var i=l(2615),t=l(73664);const p={};let S=(()=>{class c{_appId=(0,i.WQX)(t.sZ2);getId(T){return"ng"!==this._appId&&(T+=this._appId),p.hasOwnProperty(T)||(p[T]=0),`${T}${p[T]++}`}static \u0275fac=function(g){return new(g||c)};static \u0275prov=i.jDH({token:c,factory:c.\u0275fac,providedIn:"root"})}return c})()},89999:(Ae,ee,l)=>{"use strict";var i=l(58239),t=Object.prototype.toString,p=Object.prototype.hasOwnProperty;Ae.exports=function(d,w,m){if(!i(w))throw new TypeError("iterator must be a function");var P;arguments.length>=3&&(P=m),function T(g){return"[object Array]"===t.call(g)}(d)?function(d,w,m){for(var P=0,M=d.length;P{"use strict";l.d(ee,{X:()=>g});var i=l(45383),t=l(73664),p=l(43694),S=l(20060),c=l(88834),e=l(25596),T=l(52920);let g=(()=>{var d;class w{constructor(P){this.router=P,this.faTimes=i.GRI}goToHelp(){this.router.navigate(["/help"])}static#e=d=()=>(this.\u0275fac=function(M){return new(M||w)(t.rXU(p.Ix))},this.\u0275cmp=t.VBU({type:w,selectors:[["rtl-not-found"]],standalone:!1,decls:13,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(M,j){1&M&&(t.j41(0,"div",0),t.nrm(1,"fa-icon",1),t.j41(2,"span",2),t.EFF(3,"Page Not Found"),t.k0s()(),t.j41(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"div",5)(8,"div",6),t.EFF(9,"This page does not exist!"),t.k0s(),t.j41(10,"span",7)(11,"button",8),t.bIt("click",function(){return j.goToHelp()}),t.EFF(12,"Go To Help"),t.k0s()()()()()()),2&M&&(t.R7$(),t.Y8G("icon",j.faTimes))},dependencies:[S.aY,c.$z,e.RN,e.m2,T.DJ,T.sA,T.UI],encapsulation:2}))}return d(),w})()},90258:(Ae,ee,l)=>{"use strict";var i,t=l(65891),p=l(37640),S=l(1756),c=l(77933),e=l(6613),T=l(58413),g=l(46758),d=l(5286),w=l(70837),m=l(3383),P=l(79039),M=l(14981),j=l(80975),U=l(5337),K=l(4912),q=Function,G=function(ye){try{return q('"use strict"; return ('+ye+").constructor;")()}catch{}},Q=l(83798),$=l(4570),ae=function(){throw new g},ue=Q?function(){try{return ae}catch{try{return Q(arguments,"callee").get}catch{return ae}}}():ae,oe=l(19900)(),he=l(91627),me=l(27203),Te=l(97669),D=l(79477),n=l(59705),o={},f=typeof Uint8Array>"u"||!he?i:he(Uint8Array),h={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?i:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?i:ArrayBuffer,"%ArrayIteratorPrototype%":oe&&he?he([][Symbol.iterator]()):i,"%AsyncFromSyncIteratorPrototype%":i,"%AsyncFunction%":o,"%AsyncGenerator%":o,"%AsyncGeneratorFunction%":o,"%AsyncIteratorPrototype%":o,"%Atomics%":typeof Atomics>"u"?i:Atomics,"%BigInt%":typeof BigInt>"u"?i:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?i:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?i:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?i:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":p,"%eval%":eval,"%EvalError%":S,"%Float16Array%":typeof Float16Array>"u"?i:Float16Array,"%Float32Array%":typeof Float32Array>"u"?i:Float32Array,"%Float64Array%":typeof Float64Array>"u"?i:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?i:FinalizationRegistry,"%Function%":q,"%GeneratorFunction%":o,"%Int8Array%":typeof Int8Array>"u"?i:Int8Array,"%Int16Array%":typeof Int16Array>"u"?i:Int16Array,"%Int32Array%":typeof Int32Array>"u"?i:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":oe&&he?he(he([][Symbol.iterator]())):i,"%JSON%":"object"==typeof JSON?JSON:i,"%Map%":typeof Map>"u"?i:Map,"%MapIteratorPrototype%":typeof Map>"u"||!oe||!he?i:he((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":t,"%Object.getOwnPropertyDescriptor%":Q,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?i:Promise,"%Proxy%":typeof Proxy>"u"?i:Proxy,"%RangeError%":c,"%ReferenceError%":e,"%Reflect%":typeof Reflect>"u"?i:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?i:Set,"%SetIteratorPrototype%":typeof Set>"u"||!oe||!he?i:he((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?i:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":oe&&he?he(""[Symbol.iterator]()):i,"%Symbol%":oe?Symbol:i,"%SyntaxError%":T,"%ThrowTypeError%":ue,"%TypedArray%":f,"%TypeError%":g,"%Uint8Array%":typeof Uint8Array>"u"?i:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?i:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?i:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?i:Uint32Array,"%URIError%":d,"%WeakMap%":typeof WeakMap>"u"?i:WeakMap,"%WeakRef%":typeof WeakRef>"u"?i:WeakRef,"%WeakSet%":typeof WeakSet>"u"?i:WeakSet,"%Function.prototype.call%":n,"%Function.prototype.apply%":D,"%Object.defineProperty%":$,"%Object.getPrototypeOf%":me,"%Math.abs%":w,"%Math.floor%":m,"%Math.max%":P,"%Math.min%":M,"%Math.pow%":j,"%Math.round%":U,"%Math.sign%":K,"%Reflect.getPrototypeOf%":Te};if(he)try{null.error}catch(ye){var b=he(he(ye));h["%Error.prototype%"]=b}var A=function ye(Le){var Ke;if("%AsyncFunction%"===Le)Ke=G("async function () {}");else if("%GeneratorFunction%"===Le)Ke=G("function* () {}");else if("%AsyncGeneratorFunction%"===Le)Ke=G("async function* () {}");else if("%AsyncGenerator%"===Le){var ge=ye("%AsyncGeneratorFunction%");ge&&(Ke=ge.prototype)}else if("%AsyncIteratorPrototype%"===Le){var ve=ye("%AsyncGenerator%");ve&&he&&(Ke=he(ve.prototype))}return h[Le]=Ke,Ke},k={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},x=l(65992),r=l(78368),_=x.call(n,Array.prototype.concat),W=x.call(D,Array.prototype.splice),I=x.call(n,String.prototype.replace),B=x.call(n,String.prototype.slice),re=x.call(n,RegExp.prototype.exec),pe=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,be=/\\(\\)?/g,_e=function(Le,Ke){var ve,ge=Le;if(r(k,ge)&&(ge="%"+(ve=k[ge])[0]+"%"),r(h,ge)){var Oe=h[ge];if(Oe===o&&(Oe=A(ge)),typeof Oe>"u"&&!Ke)throw new g("intrinsic "+Le+" exists, but is not available. Please file an issue!");return{alias:ve,name:ge,value:Oe}}throw new T("intrinsic "+Le+" does not exist!")};Ae.exports=function(Le,Ke){if("string"!=typeof Le||0===Le.length)throw new g("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof Ke)throw new g('"allowMissing" argument must be a boolean');if(null===re(/^%?[^%]*%?$/,Le))throw new T("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var ge=function(Le){var Ke=B(Le,0,1),ge=B(Le,-1);if("%"===Ke&&"%"!==ge)throw new T("invalid intrinsic syntax, expected closing `%`");if("%"===ge&&"%"!==Ke)throw new T("invalid intrinsic syntax, expected opening `%`");var ve=[];return I(Le,pe,function(Oe,Ee,dt,nt){ve[ve.length]=dt?I(nt,be,"$1"):Ee||Oe}),ve}(Le),ve=ge.length>0?ge[0]:"",Oe=_e("%"+ve+"%",Ke),Ee=Oe.name,dt=Oe.value,nt=!1,Ct=Oe.alias;Ct&&(ve=Ct[0],W(ge,_([0,1],Ct)));for(var Mt=1,lt=!0;Mt=ge.length){var Ce=Q(dt,Pe);dt=(lt=!!Ce)&&"get"in Ce&&!("originalValue"in Ce.get)?Ce.get:dt[Pe]}else lt=r(dt,Pe),dt=dt[Pe];lt&&!nt&&(h[Ee]=dt)}}return dt}},90509:(Ae,ee,l)=>{"use strict";var i=l(71993),t=l(27054).Buffer,p=l(3247),S=t.alloc(128),c=64;function e(T,g){p.call(this,"digest"),"string"==typeof g&&(g=t.from(g)),this._alg=T,this._key=g,g.length>c?g=T(g):g.length{"use strict";var i=ee;i.version=l(1636).rE,i.utils=l(3136),i.rand=l(35294),i.curve=l(8729),i.curves=l(23401),i.ec=l(29042),i.eddsa=l(83045)},90882:(Ae,ee,l)=>{"use strict";l.d(ee,{El:()=>be,LG:()=>Be,US:()=>_e,vg:()=>ye});var i=l(76838),t=l(17094),p=l(61577),S=l(14085),c=l(67847),e=l(10438),T=l(67336),g=l(39842),d=l(5718),w=l(2615),m=l(73664),P=l(17705),M=l(21413),j=l(33726),U=l(57786),K=l(70152),q=l(5964),G=l(96354),Q=l(73703),$=l(99172),ae=l(96697),ue=l(56977),oe=l(31804),he=l(22466);const me=["*"],Te=["content"],D=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],n=["mat-drawer","mat-drawer-content","*"];function o(Ke,ge){if(1&Ke){const ve=m.RV6();m.j41(0,"div",1),m.bIt("click",function(){w.eBV(ve);const Ee=m.XpG();return w.Njj(Ee._onBackdropClicked())}),m.k0s()}if(2&Ke){const ve=m.XpG();m.AVh("mat-drawer-shown",ve._isShowingBackdrop())}}function f(Ke,ge){1&Ke&&(m.j41(0,"mat-drawer-content"),m.SdG(1,2),m.k0s())}const h=[[["mat-sidenav"]],[["mat-sidenav-content"]],"*"],b=["mat-sidenav","mat-sidenav-content","*"];function A(Ke,ge){if(1&Ke){const ve=m.RV6();m.j41(0,"div",1),m.bIt("click",function(){w.eBV(ve);const Ee=m.XpG();return w.Njj(Ee._onBackdropClicked())}),m.k0s()}if(2&Ke){const ve=m.XpG();m.AVh("mat-drawer-shown",ve._isShowingBackdrop())}}function k(Ke,ge){1&Ke&&(m.j41(0,"mat-sidenav-content"),m.SdG(1,2),m.k0s())}const _=new w.nKC("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:function I(){return!1}}),W=new w.nKC("MAT_DRAWER_CONTAINER");let B=(()=>{class Ke extends d.uv{_platform=(0,w.WQX)(g.O);_changeDetectorRef=(0,w.WQX)(P.gRc);_container=(0,w.WQX)(pe);constructor(){super((0,w.WQX)(m.aKT),(0,w.WQX)(d.R),(0,w.WQX)(m.SKi))}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}_shouldBeHidden(){if(this._platform.isBrowser)return!1;const{start:ve,end:Oe}=this._container;return null!=ve&&"over"!==ve.mode&&ve.opened||null!=Oe&&"over"!==Oe.mode&&Oe.opened}static \u0275fac=function(Oe){return new(Oe||Ke)};static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-drawer-content"]],hostAttrs:[1,"mat-drawer-content"],hostVars:6,hostBindings:function(Oe,Ee){2&Oe&&(m.xc7("margin-left",Ee._container._contentMargins.left,"px")("margin-right",Ee._container._contentMargins.right,"px"),m.AVh("mat-drawer-content-hidden",Ee._shouldBeHidden()))},features:[m.Jv_([{provide:d.uv,useExisting:Ke}]),m.Vt3],ngContentSelectors:me,decls:1,vars:0,template:function(Oe,Ee){1&Oe&&(m.NAR(),m.SdG(0))},encapsulation:2,changeDetection:0})}return Ke})(),re=(()=>{class Ke{_elementRef=(0,w.WQX)(m.aKT);_focusTrapFactory=(0,w.WQX)(t.GX);_focusMonitor=(0,w.WQX)(i.FN);_platform=(0,w.WQX)(g.O);_ngZone=(0,w.WQX)(m.SKi);_renderer=(0,w.WQX)(m.sFG);_interactivityChecker=(0,w.WQX)(t.Z7);_doc=(0,w.WQX)(w.qQL);_container=(0,w.WQX)(W,{optional:!0});_focusTrap=null;_elementFocusedBeforeDrawerWasOpened=null;_eventCleanups;_isAttached;_anchor;get position(){return this._position}set position(ve){(ve="end"===ve?"end":"start")!==this._position&&(this._isAttached&&this._updatePositionInParent(ve),this._position=ve,this.onPositionChanged.emit())}_position="start";get mode(){return this._mode}set mode(ve){this._mode=ve,this._updateFocusTrapState(),this._modeChanged.next()}_mode="over";get disableClose(){return this._disableClose}set disableClose(ve){this._disableClose=(0,S.he)(ve)}_disableClose=!1;get autoFocus(){return this._autoFocus??("side"===this.mode?"dialog":"first-tabbable")}set autoFocus(ve){("true"===ve||"false"===ve||null==ve)&&(ve=(0,S.he)(ve)),this._autoFocus=ve}_autoFocus;get opened(){return this._opened()}set opened(ve){this.toggle((0,S.he)(ve))}_opened=(0,w.vPA)(!1);_openedVia;_animationStarted=new M.B;_animationEnd=new M.B;openedChange=new m.bkB(!0);_openedStream=this.openedChange.pipe((0,q.p)(ve=>ve),(0,G.T)(()=>{}));openedStart=this._animationStarted.pipe((0,q.p)(()=>this.opened),(0,Q.u)(void 0));_closedStream=this.openedChange.pipe((0,q.p)(ve=>!ve),(0,G.T)(()=>{}));closedStart=this._animationStarted.pipe((0,q.p)(()=>!this.opened),(0,Q.u)(void 0));_destroyed=new M.B;onPositionChanged=new m.bkB;_content;_modeChanged=new M.B;_injector=(0,w.WQX)(w.zZn);_changeDetectorRef=(0,w.WQX)(P.gRc);constructor(){this.openedChange.pipe((0,ue.Q)(this._destroyed)).subscribe(ve=>{ve?(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement,this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{const ve=this._elementRef.nativeElement;(0,j.R)(ve,"keydown").pipe((0,q.p)(Oe=>Oe.keyCode===e._f&&!this.disableClose&&!(0,T.rp)(Oe)),(0,ue.Q)(this._destroyed)).subscribe(Oe=>this._ngZone.run(()=>{this.close(),Oe.stopPropagation(),Oe.preventDefault()})),this._eventCleanups=[this._renderer.listen(ve,"transitionrun",this._handleTransitionEvent),this._renderer.listen(ve,"transitionend",this._handleTransitionEvent),this._renderer.listen(ve,"transitioncancel",this._handleTransitionEvent)]}),this._animationEnd.subscribe(()=>{this.openedChange.emit(this.opened)})}_forceFocus(ve,Oe){this._interactivityChecker.isFocusable(ve)||(ve.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const Ee=()=>{dt(),nt(),ve.removeAttribute("tabindex")},dt=this._renderer.listen(ve,"blur",Ee),nt=this._renderer.listen(ve,"mousedown",Ee)})),ve.focus(Oe)}_focusByCssSelector(ve,Oe){let Ee=this._elementRef.nativeElement.querySelector(ve);Ee&&this._forceFocus(Ee,Oe)}_takeFocus(){if(!this._focusTrap)return;const ve=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":(0,m.mal)(()=>{!this._focusTrap.focusInitialElement()&&"function"==typeof ve.focus&&ve.focus()},{injector:this._injector});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus)}}_restoreFocus(ve){"dialog"!==this.autoFocus&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,ve):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){const ve=this._doc.activeElement;return!!ve&&this._elementRef.nativeElement.contains(ve)}ngAfterViewInit(){this._isAttached=!0,"end"===this._position&&this._updatePositionInParent("end"),this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState())}ngOnDestroy(){this._eventCleanups.forEach(ve=>ve()),this._focusTrap?.destroy(),this._anchor?.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(ve){return this.toggle(!0,ve)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(ve=!this.opened,Oe){ve&&Oe&&(this._openedVia=Oe);const Ee=this._setOpen(ve,!ve&&this._isFocusWithinDrawer(),this._openedVia||"program");return ve||(this._openedVia=null),Ee}_setOpen(ve,Oe,Ee){return ve===this.opened?Promise.resolve(ve?"open":"close"):(this._opened.set(ve),this._container?._transitionsEnabled?this._setIsAnimating(!0):setTimeout(()=>{this._animationStarted.next(),this._animationEnd.next()}),this._elementRef.nativeElement.classList.toggle("mat-drawer-opened",ve),!ve&&Oe&&this._restoreFocus(Ee),this._changeDetectorRef.markForCheck(),this._updateFocusTrapState(),new Promise(dt=>{this.openedChange.pipe((0,ae.s)(1)).subscribe(nt=>dt(nt?"open":"close"))}))}_setIsAnimating(ve){this._elementRef.nativeElement.classList.toggle("mat-drawer-animating",ve)}_getWidth(){return this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=!!this._container?.hasBackdrop&&this.opened)}_updatePositionInParent(ve){if(!this._platform.isBrowser)return;const Oe=this._elementRef.nativeElement,Ee=Oe.parentNode;"end"===ve?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),Ee.insertBefore(this._anchor,Oe)),Ee.appendChild(Oe)):this._anchor&&this._anchor.parentNode.insertBefore(Oe,this._anchor)}_handleTransitionEvent=ve=>{ve.target===this._elementRef.nativeElement&&this._ngZone.run(()=>{"transitionrun"===ve.type?this._animationStarted.next(ve):("transitionend"===ve.type&&this._setIsAnimating(!1),this._animationEnd.next(ve))})};static \u0275fac=function(Oe){return new(Oe||Ke)};static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-drawer"]],viewQuery:function(Oe,Ee){if(1&Oe&&m.GBs(Te,5),2&Oe){let dt;m.mGM(dt=m.lsd())&&(Ee._content=dt.first)}},hostAttrs:[1,"mat-drawer"],hostVars:12,hostBindings:function(Oe,Ee){2&Oe&&(m.BMQ("align",null)("tabIndex","side"!==Ee.mode?"-1":null),m.xc7("visibility",Ee._container||Ee.opened?null:"hidden"),m.AVh("mat-drawer-end","end"===Ee.position)("mat-drawer-over","over"===Ee.mode)("mat-drawer-push","push"===Ee.mode)("mat-drawer-side","side"===Ee.mode))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],ngContentSelectors:me,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(Oe,Ee){1&Oe&&(m.NAR(),m.j41(0,"div",1,0),m.SdG(2),m.k0s())},dependencies:[d.uv],encapsulation:2,changeDetection:0})}return Ke})(),pe=(()=>{class Ke{_dir=(0,w.WQX)(p.dS,{optional:!0});_element=(0,w.WQX)(m.aKT);_ngZone=(0,w.WQX)(m.SKi);_changeDetectorRef=(0,w.WQX)(P.gRc);_animationDisabled=(0,oe.Rc)();_transitionsEnabled=!1;_allDrawers;_drawers=new m.rOR;_content;_userContent;get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(ve){this._autosize=(0,S.he)(ve)}_autosize=(0,w.WQX)(_);get hasBackdrop(){return this._drawerHasBackdrop(this._start)||this._drawerHasBackdrop(this._end)}set hasBackdrop(ve){this._backdropOverride=null==ve?null:(0,S.he)(ve)}_backdropOverride;backdropClick=new m.bkB;_start;_end;_left;_right;_destroyed=new M.B;_doCheckSubject=new M.B;_contentMargins={left:null,right:null};_contentMarginChanges=new M.B;get scrollable(){return this._userContent||this._content}_injector=(0,w.WQX)(w.zZn);constructor(){const ve=(0,w.WQX)(g.O),Oe=(0,w.WQX)(d.Xj);this._dir?.change.pipe((0,ue.Q)(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),Oe.change().pipe((0,ue.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins()),!this._animationDisabled&&ve.isBrowser&&this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{this._element.nativeElement.classList.add("mat-drawer-transition"),this._transitionsEnabled=!0},200)})}ngAfterContentInit(){this._allDrawers.changes.pipe((0,$.Z)(this._allDrawers),(0,ue.Q)(this._destroyed)).subscribe(ve=>{this._drawers.reset(ve.filter(Oe=>!Oe._container||Oe._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe((0,$.Z)(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(ve=>{this._watchDrawerToggle(ve),this._watchDrawerPosition(ve),this._watchDrawerMode(ve)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe((0,K.B)(10),(0,ue.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(ve=>ve.open())}close(){this._drawers.forEach(ve=>ve.close())}updateContentMargins(){let ve=0,Oe=0;if(this._left&&this._left.opened)if("side"==this._left.mode)ve+=this._left._getWidth();else if("push"==this._left.mode){const Ee=this._left._getWidth();ve+=Ee,Oe-=Ee}if(this._right&&this._right.opened)if("side"==this._right.mode)Oe+=this._right._getWidth();else if("push"==this._right.mode){const Ee=this._right._getWidth();Oe+=Ee,ve-=Ee}ve=ve||null,Oe=Oe||null,(ve!==this._contentMargins.left||Oe!==this._contentMargins.right)&&(this._contentMargins={left:ve,right:Oe},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(ve){ve._animationStarted.pipe((0,ue.Q)(this._drawers.changes)).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),"side"!==ve.mode&&ve.openedChange.pipe((0,ue.Q)(this._drawers.changes)).subscribe(()=>this._setContainerClass(ve.opened))}_watchDrawerPosition(ve){ve.onPositionChanged.pipe((0,ue.Q)(this._drawers.changes)).subscribe(()=>{(0,m.mal)({read:()=>this._validateDrawers()},{injector:this._injector})})}_watchDrawerMode(ve){ve._modeChanged.pipe((0,ue.Q)((0,U.h)(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(ve){const Oe=this._element.nativeElement.classList,Ee="mat-drawer-container-has-open";ve?Oe.add(Ee):Oe.remove(Ee)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(ve=>{"end"==ve.position?this._end=ve:this._start=ve}),this._right=this._left=null,this._dir&&"rtl"===this._dir.value?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&"over"!=this._start.mode||this._isDrawerOpen(this._end)&&"over"!=this._end.mode}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(ve=>ve&&!ve.disableClose&&this._drawerHasBackdrop(ve)).forEach(ve=>ve._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._drawerHasBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._drawerHasBackdrop(this._end)}_isDrawerOpen(ve){return null!=ve&&ve.opened}_drawerHasBackdrop(ve){return null==this._backdropOverride?!!ve&&"side"!==ve.mode:this._backdropOverride}static \u0275fac=function(Oe){return new(Oe||Ke)};static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-drawer-container"]],contentQueries:function(Oe,Ee,dt){if(1&Oe&&(m.wni(dt,B,5),m.wni(dt,re,5)),2&Oe){let nt;m.mGM(nt=m.lsd())&&(Ee._content=nt.first),m.mGM(nt=m.lsd())&&(Ee._allDrawers=nt)}},viewQuery:function(Oe,Ee){if(1&Oe&&m.GBs(B,5),2&Oe){let dt;m.mGM(dt=m.lsd())&&(Ee._userContent=dt.first)}},hostAttrs:[1,"mat-drawer-container"],hostVars:2,hostBindings:function(Oe,Ee){2&Oe&&m.AVh("mat-drawer-container-explicit-backdrop",Ee._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],features:[m.Jv_([{provide:W,useExisting:Ke}])],ngContentSelectors:n,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(Oe,Ee){1&Oe&&(m.NAR(D),m.nVh(0,o,1,2,"div",0),m.SdG(1),m.SdG(2,1),m.nVh(3,f,2,0,"mat-drawer-content")),2&Oe&&(m.vxM(Ee.hasBackdrop?0:-1),m.R7$(3),m.vxM(Ee._content?-1:3))},dependencies:[B],styles:[".mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color, var(--mat-sys-on-background));background-color:var(--mat-sidenav-content-background-color, var(--mat-sys-background));box-sizing:border-box;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color, color-mix(in srgb, var(--mat-sys-neutral-variant20) 40%, transparent))}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}@media(forced-colors: active){.mat-drawer-backdrop{opacity:.5}}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-content.mat-drawer-content-hidden{opacity:0}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;color:var(--mat-sidenav-container-text-color, var(--mat-sys-on-surface-variant));box-shadow:var(--mat-sidenav-container-elevation-shadow, none);background-color:var(--mat-sidenav-container-background-color, var(--mat-sys-surface));border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));width:var(--mat-sidenav-container-width, 360px);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}@media(forced-colors: active){.mat-drawer,[dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}}@media(forced-colors: active){[dir=rtl] .mat-drawer,.mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer-transition .mat-drawer{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-drawer:not(.mat-drawer-opened):not(.mat-drawer-animating){visibility:hidden;box-shadow:none}.mat-drawer:not(.mat-drawer-opened):not(.mat-drawer-animating) .mat-drawer-inner-container{display:none}.mat-drawer.mat-drawer-opened.mat-drawer-opened{transform:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color, transparent);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color, transparent);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color, transparent);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color, transparent);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto}.mat-sidenav-fixed{position:fixed}\n"],encapsulation:2,changeDetection:0})}return Ke})(),be=(()=>{class Ke extends B{static \u0275fac=(()=>{let ve;return function(Ee){return(ve||(ve=m.xGo(Ke)))(Ee||Ke)}})();static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-sidenav-content"]],hostAttrs:[1,"mat-drawer-content","mat-sidenav-content"],features:[m.Jv_([{provide:d.uv,useExisting:Ke}]),m.Vt3],ngContentSelectors:me,decls:1,vars:0,template:function(Oe,Ee){1&Oe&&(m.NAR(),m.SdG(0))},encapsulation:2,changeDetection:0})}return Ke})(),Be=(()=>{class Ke extends re{get fixedInViewport(){return this._fixedInViewport}set fixedInViewport(ve){this._fixedInViewport=(0,S.he)(ve)}_fixedInViewport=!1;get fixedTopGap(){return this._fixedTopGap}set fixedTopGap(ve){this._fixedTopGap=(0,c.OE)(ve)}_fixedTopGap=0;get fixedBottomGap(){return this._fixedBottomGap}set fixedBottomGap(ve){this._fixedBottomGap=(0,c.OE)(ve)}_fixedBottomGap=0;static \u0275fac=(()=>{let ve;return function(Ee){return(ve||(ve=m.xGo(Ke)))(Ee||Ke)}})();static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-sidenav"]],hostAttrs:[1,"mat-drawer","mat-sidenav"],hostVars:16,hostBindings:function(Oe,Ee){2&Oe&&(m.BMQ("tabIndex","side"!==Ee.mode?"-1":null)("align",null),m.xc7("top",Ee.fixedInViewport?Ee.fixedTopGap:null,"px")("bottom",Ee.fixedInViewport?Ee.fixedBottomGap:null,"px"),m.AVh("mat-drawer-end","end"===Ee.position)("mat-drawer-over","over"===Ee.mode)("mat-drawer-push","push"===Ee.mode)("mat-drawer-side","side"===Ee.mode)("mat-sidenav-fixed",Ee.fixedInViewport))},inputs:{fixedInViewport:"fixedInViewport",fixedTopGap:"fixedTopGap",fixedBottomGap:"fixedBottomGap"},exportAs:["matSidenav"],features:[m.Jv_([{provide:re,useExisting:Ke}]),m.Vt3],ngContentSelectors:me,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(Oe,Ee){1&Oe&&(m.NAR(),m.j41(0,"div",1,0),m.SdG(2),m.k0s())},dependencies:[d.uv],encapsulation:2,changeDetection:0})}return Ke})(),_e=(()=>{class Ke extends pe{_allDrawers=void 0;_content=void 0;static \u0275fac=(()=>{let ve;return function(Ee){return(ve||(ve=m.xGo(Ke)))(Ee||Ke)}})();static \u0275cmp=m.VBU({type:Ke,selectors:[["mat-sidenav-container"]],contentQueries:function(Oe,Ee,dt){if(1&Oe&&(m.wni(dt,be,5),m.wni(dt,Be,5)),2&Oe){let nt;m.mGM(nt=m.lsd())&&(Ee._content=nt.first),m.mGM(nt=m.lsd())&&(Ee._allDrawers=nt)}},hostAttrs:[1,"mat-drawer-container","mat-sidenav-container"],hostVars:2,hostBindings:function(Oe,Ee){2&Oe&&m.AVh("mat-drawer-container-explicit-backdrop",Ee._backdropOverride)},exportAs:["matSidenavContainer"],features:[m.Jv_([{provide:W,useExisting:Ke},{provide:pe,useExisting:Ke}]),m.Vt3],ngContentSelectors:b,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(Oe,Ee){1&Oe&&(m.NAR(h),m.nVh(0,A,1,2,"div",0),m.SdG(1),m.SdG(2,1),m.nVh(3,k,2,0,"mat-sidenav-content")),2&Oe&&(m.vxM(Ee.hasBackdrop?0:-1),m.R7$(3),m.vxM(Ee._content?-1:3))},dependencies:[be],styles:[".mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color, var(--mat-sys-on-background));background-color:var(--mat-sidenav-content-background-color, var(--mat-sys-background));box-sizing:border-box;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color, color-mix(in srgb, var(--mat-sys-neutral-variant20) 40%, transparent))}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}@media(forced-colors: active){.mat-drawer-backdrop{opacity:.5}}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-content.mat-drawer-content-hidden{opacity:0}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;color:var(--mat-sidenav-container-text-color, var(--mat-sys-on-surface-variant));box-shadow:var(--mat-sidenav-container-elevation-shadow, none);background-color:var(--mat-sidenav-container-background-color, var(--mat-sys-surface));border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));width:var(--mat-sidenav-container-width, 360px);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}@media(forced-colors: active){.mat-drawer,[dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}}@media(forced-colors: active){[dir=rtl] .mat-drawer,.mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-sys-corner-large));border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer-transition .mat-drawer{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-drawer:not(.mat-drawer-opened):not(.mat-drawer-animating){visibility:hidden;box-shadow:none}.mat-drawer:not(.mat-drawer-opened):not(.mat-drawer-animating) .mat-drawer-inner-container{display:none}.mat-drawer.mat-drawer-opened.mat-drawer-opened{transform:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color, transparent);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color, transparent);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color, transparent);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color, transparent);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto}.mat-sidenav-fixed{position:fixed}\n"],encapsulation:2,changeDetection:0})}return Ke})(),ye=(()=>{class Ke{static \u0275fac=function(Oe){return new(Oe||Ke)};static \u0275mod=m.$C({type:Ke});static \u0275inj=w.G2t({imports:[he.y,d.Gj,d.Gj,he.y]})}return Ke})()},91252:(Ae,ee,l)=>{const i=l(19089),t=l(23677),p=l(47424),S=l(91677),c=l(80377),T=i.getBCHDigit(7973);function d(P,M){return S.getCharCountIndicator(P,M)+4}function w(P,M){let j=0;return P.forEach(function(U){const K=d(U.mode,M);j+=K+U.getBitsLength()}),j}ee.from=function(M,j){return c.isValid(M)?parseInt(M,10):j},ee.getCapacity=function(M,j,U){if(!c.isValid(M))throw new Error("Invalid QR Code version");typeof U>"u"&&(U=S.BYTE);const G=8*(i.getSymbolTotalCodewords(M)-t.getTotalCodewordsCount(M,j));if(U===S.MIXED)return G;const Q=G-d(U,M);switch(U){case S.NUMERIC:return Math.floor(Q/10*3);case S.ALPHANUMERIC:return Math.floor(Q/11*2);case S.KANJI:return Math.floor(Q/13);default:return Math.floor(Q/8)}},ee.getBestVersionForData=function(M,j){let U;const K=p.from(j,p.M);if(Array.isArray(M)){if(M.length>1)return function m(P,M){for(let j=1;j<=40;j++)if(w(P,j)<=ee.getCapacity(j,M,S.MIXED))return j}(M,K);if(0===M.length)return 1;U=M[0]}else U=M;return function g(P,M,j){for(let U=1;U<=40;U++)if(M<=ee.getCapacity(U,j,P))return U}(U.mode,U.getLength(),K)},ee.getEncodedBits=function(M){if(!c.isValid(M)||M<7)throw new Error("Invalid QR Code version");let j=M<<12;for(;i.getBCHDigit(j)-T>=0;)j^=7973<{"use strict";ee.randomBytes=ee.rng=ee.pseudoRandomBytes=ee.prng=l(3342),ee.createHash=ee.Hash=l(67211),ee.createHmac=ee.Hmac=l(56432);var i=l(99560),t=Object.keys(i),p=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(t);ee.getHashes=function(){return p};var S=l(93397);ee.pbkdf2=S.pbkdf2,ee.pbkdf2Sync=S.pbkdf2Sync;var c=l(88862);ee.Cipher=c.Cipher,ee.createCipher=c.createCipher,ee.Cipheriv=c.Cipheriv,ee.createCipheriv=c.createCipheriv,ee.Decipher=c.Decipher,ee.createDecipher=c.createDecipher,ee.Decipheriv=c.Decipheriv,ee.createDecipheriv=c.createDecipheriv,ee.getCiphers=c.getCiphers,ee.listCiphers=c.listCiphers;var e=l(4377);ee.DiffieHellmanGroup=e.DiffieHellmanGroup,ee.createDiffieHellmanGroup=e.createDiffieHellmanGroup,ee.getDiffieHellman=e.getDiffieHellman,ee.createDiffieHellman=e.createDiffieHellman,ee.DiffieHellman=e.DiffieHellman;var T=l(79143);ee.createSign=T.createSign,ee.Sign=T.Sign,ee.createVerify=T.createVerify,ee.Verify=T.Verify,ee.createECDH=l(87303);var g=l(52965);ee.publicEncrypt=g.publicEncrypt,ee.privateEncrypt=g.privateEncrypt,ee.publicDecrypt=g.publicDecrypt,ee.privateDecrypt=g.privateDecrypt;var d=l(9682);ee.randomFill=d.randomFill,ee.randomFillSync=d.randomFillSync,ee.createCredentials=function(){throw new Error("sorry, createCredentials is not implemented yet\nwe accept pull requests\nhttps://github.com/browserify/crypto-browserify")},ee.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},91558:(Ae,ee,l)=>{var i=ee;i.der=l(55941),i.pem=l(59316)},91627:(Ae,ee,l)=>{"use strict";var i=l(97669),t=l(27203),p=l(63361);Ae.exports=i?function(c){return i(c)}:t?function(c){if(!c||"object"!=typeof c&&"function"!=typeof c)throw new TypeError("getProto: not an object");return t(c)}:p?function(c){return p(c)}:null},91677:(Ae,ee,l)=>{const i=l(80377),t=l(99359);ee.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},ee.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},ee.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},ee.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},ee.MIXED={bit:-1},ee.getCharCountIndicator=function(c,e){if(!c.ccBits)throw new Error("Invalid mode: "+c);if(!i.isValid(e))throw new Error("Invalid version: "+e);return e>=1&&e<10?c.ccBits[0]:e<27?c.ccBits[1]:c.ccBits[2]},ee.getBestModeForData=function(c){return t.testNumeric(c)?ee.NUMERIC:t.testAlphanumeric(c)?ee.ALPHANUMERIC:t.testKanji(c)?ee.KANJI:ee.BYTE},ee.toString=function(c){if(c&&c.id)return c.id;throw new Error("Invalid mode")},ee.isValid=function(c){return c&&c.bit&&c.ccBits},ee.from=function(c,e){if(ee.isValid(c))return c;try{return function p(S){if("string"!=typeof S)throw new Error("Param is not a string");switch(S.toLowerCase()){case"numeric":return ee.NUMERIC;case"alphanumeric":return ee.ALPHANUMERIC;case"kanji":return ee.KANJI;case"byte":return ee.BYTE;default:throw new Error("Unknown mode: "+S)}}(c)}catch{return e}}},91821:(Ae,ee,l)=>{var i=l(12375),t=l(27054).Buffer,p=l(3247);function c(e,T,g,d){p.call(this),this._cipher=new i.AES(T),this._prev=t.from(g),this._cache=t.allocUnsafe(0),this._secCache=t.allocUnsafe(0),this._decrypt=d,this._mode=e}l(71993)(c,p),c.prototype._update=function(e){return this._mode.encrypt(this,e,this._decrypt)},c.prototype._final=function(){this._cipher.scrub()},Ae.exports=c},92736:(Ae,ee,l)=>{"use strict";var i=l(4570),t=l(58413),p=l(46758),S=l(83798);Ae.exports=function(e,T,g){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new p("`obj` must be an object or a function`");if("string"!=typeof T&&"symbol"!=typeof T)throw new p("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new p("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new p("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new p("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new p("`loose`, if provided, must be a boolean");var d=arguments.length>3?arguments[3]:null,w=arguments.length>4?arguments[4]:null,m=arguments.length>5?arguments[5]:null,P=arguments.length>6&&arguments[6],M=!!S&&S(e,T);if(i)i(e,T,{configurable:null===m&&M?M.configurable:!m,enumerable:null===d&&M?M.enumerable:!d,value:g,writable:null===w&&M?M.writable:!w});else{if(!P&&(d||w||m))throw new t("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[T]=g}}},92771:(Ae,ee,l)=>{"use strict";l.d(ee,{m:()=>p});var i=l(21413),t=l(86129);class p extends i.B{constructor(c=1/0,e=1/0,T=t.U){super(),this._bufferSize=c,this._windowTime=e,this._timestampProvider=T,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=e===1/0,this._bufferSize=Math.max(1,c),this._windowTime=Math.max(1,e)}next(c){const{isStopped:e,_buffer:T,_infiniteTimeWindow:g,_timestampProvider:d,_windowTime:w}=this;e||(T.push(c),!g&&T.push(d.now()+w)),this._trimBuffer(),super.next(c)}_subscribe(c){this._throwIfClosed(),this._trimBuffer();const e=this._innerSubscribe(c),{_infiniteTimeWindow:T,_buffer:g}=this,d=g.slice();for(let w=0;w{"use strict";l.d(ee,{D:()=>c});const{isArray:i}=Array,{getPrototypeOf:t,prototype:p,keys:S}=Object;function c(T){if(1===T.length){const g=T[0];if(i(g))return{args:g,keys:null};if(function e(T){return T&&"object"==typeof T&&t(T)===p}(g)){const d=S(g);return{args:d.map(w=>g[w]),keys:d}}}return{args:T,keys:null}}},93393:(Ae,ee,l)=>{"use strict";l.d(ee,{CI:()=>M,EU:()=>T,Hl:()=>S,Q5:()=>e,jd:()=>c,mE:()=>D});var i=l(2615),t=l(57303),p=l(73664);class S{_doc;constructor(r){this._doc=r}manager}let c=(()=>{class x extends S{constructor(_){super(_)}supports(_){return!0}addEventListener(_,W,I,B){return _.addEventListener(W,I,B),()=>this.removeEventListener(_,W,I,B)}removeEventListener(_,W,I,B){return _.removeEventListener(W,I,B)}static \u0275fac=function(W){return new(W||x)(i.KVO(i.qQL))};static \u0275prov=i.jDH({token:x,factory:x.\u0275fac})}return x})();const e=new i.nKC("");let T=(()=>{class x{_zone;_plugins;_eventNameToPlugin=new Map;constructor(_,W){this._zone=W,_.forEach(re=>{re.manager=this});const I=_.filter(re=>!(re instanceof c));this._plugins=I.slice().reverse();const B=_.find(re=>re instanceof c);B&&this._plugins.push(B)}addEventListener(_,W,I,B){return this._findPluginFor(W).addEventListener(_,W,I,B)}getZone(){return this._zone}_findPluginFor(_){let W=this._eventNameToPlugin.get(_);if(W)return W;if(W=this._plugins.find(B=>B.supports(_)),!W)throw new i.buA(5101,!1);return this._eventNameToPlugin.set(_,W),W}static \u0275fac=function(W){return new(W||x)(i.KVO(e),i.KVO(p.SKi))};static \u0275prov=i.jDH({token:x,factory:x.\u0275fac})}return x})();const g="ng-app-id";function d(x){for(const r of x)r.remove()}function w(x,r){const _=r.createElement("style");return _.textContent=x,_}function P(x,r){const _=r.createElement("link");return _.setAttribute("rel","stylesheet"),_.setAttribute("href",x),_}let M=(()=>{class x{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(_,W,I,B={}){this.doc=_,this.appId=W,this.nonce=I,function m(x,r,_,W){const I=x.head?.querySelectorAll(`style[${g}="${r}"],link[${g}="${r}"]`);if(I)for(const B of I)B.removeAttribute(g),B instanceof HTMLLinkElement?W.set(B.href.slice(B.href.lastIndexOf("/")+1),{usage:0,elements:[B]}):B.textContent&&_.set(B.textContent,{usage:0,elements:[B]})}(_,W,this.inline,this.external),this.hosts.add(_.head)}addStyles(_,W){for(const I of _)this.addUsage(I,this.inline,w);W?.forEach(I=>this.addUsage(I,this.external,P))}removeStyles(_,W){for(const I of _)this.removeUsage(I,this.inline);W?.forEach(I=>this.removeUsage(I,this.external))}addUsage(_,W,I){const B=W.get(_);B?B.usage++:W.set(_,{usage:1,elements:[...this.hosts].map(re=>this.addElement(re,I(_,this.doc)))})}removeUsage(_,W){const I=W.get(_);I&&(I.usage--,I.usage<=0&&(d(I.elements),W.delete(_)))}ngOnDestroy(){for(const[,{elements:_}]of[...this.inline,...this.external])d(_);this.hosts.clear()}addHost(_){this.hosts.add(_);for(const[W,{elements:I}]of this.inline)I.push(this.addElement(_,w(W,this.doc)));for(const[W,{elements:I}]of this.external)I.push(this.addElement(_,P(W,this.doc)))}removeHost(_){this.hosts.delete(_)}addElement(_,W){return this.nonce&&W.setAttribute("nonce",this.nonce),_.appendChild(W)}static \u0275fac=function(W){return new(W||x)(i.KVO(i.qQL),i.KVO(p.sZ2),i.KVO(p.BIS,8),i.KVO(p.Agw))};static \u0275prov=i.jDH({token:x,factory:x.\u0275fac})}return x})();const j={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},U=/%COMP%/g,G="%COMP%",Q=`_nghost-${G}`,$=`_ngcontent-${G}`,ue=new i.nKC("",{providedIn:"root",factory:()=>!0});function me(x,r){return r.map(_=>_.replace(U,x))}let D=(()=>{class x{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;platformIsServer;constructor(_,W,I,B,re,pe,be=null,Be=null){this.eventManager=_,this.sharedStylesHost=W,this.appId=I,this.removeStylesOnCompDestroy=B,this.doc=re,this.ngZone=pe,this.nonce=be,this.tracingService=Be,this.platformIsServer=!1,this.defaultRenderer=new n(_,re,pe,this.platformIsServer,this.tracingService)}createRenderer(_,W){if(!_||!W)return this.defaultRenderer;const I=this.getOrCreateRenderer(_,W);return I instanceof k?I.applyToHost(_):I instanceof A&&I.applyStyles(),I}getOrCreateRenderer(_,W){const I=this.rendererByCompId;let B=I.get(W.id);if(!B){const re=this.doc,pe=this.ngZone,be=this.eventManager,Be=this.sharedStylesHost,_e=this.removeStylesOnCompDestroy,ye=this.platformIsServer,Le=this.tracingService;switch(W.encapsulation){case p.gXe.Emulated:B=new k(be,Be,W,this.appId,_e,re,pe,ye,Le);break;case p.gXe.ShadowDom:return new b(be,Be,_,W,re,pe,this.nonce,ye,Le);default:B=new A(be,Be,W,_e,re,pe,ye,Le)}I.set(W.id,B)}return B}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(_){this.rendererByCompId.delete(_)}static \u0275fac=function(W){return new(W||x)(i.KVO(T),i.KVO(M),i.KVO(p.sZ2),i.KVO(ue),i.KVO(i.qQL),i.KVO(p.SKi),i.KVO(p.BIS),i.KVO(p.a8H,8))};static \u0275prov=i.jDH({token:x,factory:x.\u0275fac})}return x})();class n{eventManager;doc;ngZone;platformIsServer;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(r,_,W,I,B){this.eventManager=r,this.doc=_,this.ngZone=W,this.platformIsServer=I,this.tracingService=B}destroy(){}destroyNode=null;createElement(r,_){return _?this.doc.createElementNS(j[_]||_,r):this.doc.createElement(r)}createComment(r){return this.doc.createComment(r)}createText(r){return this.doc.createTextNode(r)}appendChild(r,_){(h(r)?r.content:r).appendChild(_)}insertBefore(r,_,W){r&&(h(r)?r.content:r).insertBefore(_,W)}removeChild(r,_){_.remove()}selectRootElement(r,_){let W="string"==typeof r?this.doc.querySelector(r):r;if(!W)throw new i.buA(-5104,!1);return _||(W.textContent=""),W}parentNode(r){return r.parentNode}nextSibling(r){return r.nextSibling}setAttribute(r,_,W,I){if(I){_=I+":"+_;const B=j[I];B?r.setAttributeNS(B,_,W):r.setAttribute(_,W)}else r.setAttribute(_,W)}removeAttribute(r,_,W){if(W){const I=j[W];I?r.removeAttributeNS(I,_):r.removeAttribute(`${W}:${_}`)}else r.removeAttribute(_)}addClass(r,_){r.classList.add(_)}removeClass(r,_){r.classList.remove(_)}setStyle(r,_,W,I){I&(p.czy.DashCase|p.czy.Important)?r.style.setProperty(_,W,I&p.czy.Important?"important":""):r.style[_]=W}removeStyle(r,_,W){W&p.czy.DashCase?r.style.removeProperty(_):r.style[_]=""}setProperty(r,_,W){null!=r&&(r[_]=W)}setValue(r,_){r.nodeValue=_}listen(r,_,W,I){if("string"==typeof r&&!(r=(0,t.rb)().getGlobalEventTarget(this.doc,r)))throw new i.buA(5102,!1);let B=this.decoratePreventDefault(W);return this.tracingService?.wrapEventListener&&(B=this.tracingService.wrapEventListener(r,_,B)),this.eventManager.addEventListener(r,_,B,I)}decoratePreventDefault(r){return _=>{if("__ngUnwrap__"===_)return r;!1===r(_)&&_.preventDefault()}}}function h(x){return"TEMPLATE"===x.tagName&&void 0!==x.content}class b extends n{sharedStylesHost;hostEl;shadowRoot;constructor(r,_,W,I,B,re,pe,be,Be){super(r,B,re,be,Be),this.sharedStylesHost=_,this.hostEl=W,this.shadowRoot=W.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let _e=I.styles;_e=me(I.id,_e);for(const Le of _e){const Ke=document.createElement("style");pe&&Ke.setAttribute("nonce",pe),Ke.textContent=Le,this.shadowRoot.appendChild(Ke)}const ye=I.getExternalStyles?.();if(ye)for(const Le of ye){const Ke=P(Le,B);pe&&Ke.setAttribute("nonce",pe),this.shadowRoot.appendChild(Ke)}}nodeOrShadowRoot(r){return r===this.hostEl?this.shadowRoot:r}appendChild(r,_){return super.appendChild(this.nodeOrShadowRoot(r),_)}insertBefore(r,_,W){return super.insertBefore(this.nodeOrShadowRoot(r),_,W)}removeChild(r,_){return super.removeChild(null,_)}parentNode(r){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(r)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class A extends n{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(r,_,W,I,B,re,pe,be,Be){super(r,B,re,pe,be),this.sharedStylesHost=_,this.removeStylesOnCompDestroy=I;let _e=W.styles;this.styles=Be?me(Be,_e):_e,this.styleUrls=W.getExternalStyles?.(Be)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&0===p.DUP.size&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}}class k extends A{contentAttr;hostAttr;constructor(r,_,W,I,B,re,pe,be,Be){const _e=I+"-"+W.id;super(r,_,W,B,re,pe,be,Be,_e),this.contentAttr=function oe(x){return $.replace(U,x)}(_e),this.hostAttr=function he(x){return Q.replace(U,x)}(_e)}applyToHost(r){this.applyStyles(),this.setAttribute(r,this.hostAttr,"")}createElement(r,_){const W=super.createElement(r,_);return super.setAttribute(W,this.contentAttr,""),W}}},93397:(Ae,ee,l)=>{"use strict";ee.pbkdf2=l(82685),ee.pbkdf2Sync=l(59111)},93774:(Ae,ee,l)=>{"use strict";l.d(ee,{v:()=>S});var i=l(9350),t=l(39974),p=l(54360);function S(e=c){return(0,t.N)((T,g)=>{let d=!1;T.subscribe((0,p._)(g,w=>{d=!0,g.next(w)},()=>d?g.complete():g.error(e())))})}function c(){return new i.G}},93898:(Ae,ee,l)=>{"use strict";var i=l(68283),t=l(10827);function p(){if(!(this instanceof p))return new p;t.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}i.inherits(p,t),Ae.exports=p,p.blockSize=1024,p.outSize=384,p.hmacStrength=192,p.padLength=128,p.prototype._digest=function(c){return"hex"===c?i.toHex32(this.h.slice(0,12),"big"):i.split32(this.h.slice(0,12),"big")}},94478:(Ae,ee,l)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var i=l(97840),t=l(15526),p=l(60426);const S=new p.HOTP({createDigest:i.createDigest}),c=new p.TOTP({createDigest:i.createDigest}),e=new p.Authenticator({createDigest:i.createDigest,createRandomBytes:i.createRandomBytes,keyDecoder:t.keyDecoder,keyEncoder:t.keyEncoder});ee.authenticator=e,ee.hotp=S,ee.totp=c},94593:(Ae,ee,l)=>{var i=l(38280),p=new(l(53459)),S=new i(24),c=new i(11),e=new i(10),T=new i(3),g=new i(7),d=l(12727),w=l(3342);function m(q,G){return G=G||"utf8",Buffer.isBuffer(q)||(q=new Buffer(q,G)),this._pub=new i(q),this}function P(q,G){return G=G||"utf8",Buffer.isBuffer(q)||(q=new Buffer(q,G)),this._priv=new i(q),this}Ae.exports=U;var M={};function U(q,G,Q){this.setGenerator(G),this.__prime=new i(q),this._prime=i.mont(this.__prime),this._primeLen=q.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,Q?(this.setPublicKey=m,this.setPrivateKey=P):this._primeCode=8}function K(q,G){var Q=new Buffer(q.toArray());return G?Q.toString(G):Q}Object.defineProperty(U.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function j(q,G){var Q=G.toString("hex"),$=[Q,q.toString(16)].join("_");if($ in M)return M[$];var ue,ae=0;if(q.isEven()||!d.simpleSieve||!d.fermatTest(q)||!p.test(q))return ae+=1,M[$]=ae+="02"===Q||"05"===Q?8:4,ae;switch(p.test(q.shrn(1))||(ae+=2),Q){case"02":q.mod(S).cmp(c)&&(ae+=8);break;case"05":(ue=q.mod(e)).cmp(T)&&ue.cmp(g)&&(ae+=8);break;default:ae+=4}return M[$]=ae,ae}(this.__prime,this.__gen)),this._primeCode}}),U.prototype.generateKeys=function(){return this._priv||(this._priv=new i(w(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},U.prototype.computeSecret=function(q){var G=(q=(q=new i(q)).toRed(this._prime)).redPow(this._priv).fromRed(),Q=new Buffer(G.toArray()),$=this.getPrime();if(Q.length<$.length){var ae=new Buffer($.length-Q.length);ae.fill(0),Q=Buffer.concat([ae,Q])}return Q},U.prototype.getPublicKey=function(G){return K(this._pub,G)},U.prototype.getPrivateKey=function(G){return K(this._priv,G)},U.prototype.getPrime=function(q){return K(this.__prime,q)},U.prototype.getGenerator=function(q){return K(this._gen,q)},U.prototype.setGenerator=function(q,G){return G=G||"utf8",Buffer.isBuffer(q)||(q=new Buffer(q,G)),this.__gen=q,this._gen=new i(q),this}},94772:(Ae,ee,l)=>{"use strict";var i=l(49609),t=i.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),p=i.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),S=i.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),c=i.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(S),this.key("subjectPublicKey").bitstr())}),e=i.define("RelativeDistinguishedName",function(){this.setof(p)}),T=i.define("RDNSequence",function(){this.seqof(e)}),g=i.define("Name",function(){this.choice({rdnSequence:this.use(T)})}),d=i.define("Validity",function(){this.seq().obj(this.key("notBefore").use(t),this.key("notAfter").use(t))}),w=i.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),m=i.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(S),this.key("issuer").use(g),this.key("validity").use(d),this.key("subject").use(g),this.key("subjectPublicKeyInfo").use(c),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(w).optional())}),P=i.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(m),this.key("signatureAlgorithm").use(S),this.key("signatureValue").bitstr())});Ae.exports=P},95416:(Ae,ee,l)=>{"use strict";l.d(ee,{UG:()=>A,_T:()=>x,x6:()=>b});var i=l(2615),t=l(73664),p=l(17705),S=l(21413),c=l(7673),e=l(88834),T=l(17094),g=l(89726),d=l(39842),w=l(76939),m=l(31804),P=l(34330),M=l(99327),j=l(49338),U=l(56977),K=l(22466);function q(_,W){if(1&_){const I=t.RV6();t.j41(0,"div",1)(1,"button",2),t.bIt("click",function(){i.eBV(I);const re=t.XpG();return i.Njj(re.action())}),t.EFF(2),t.k0s()()}if(2&_){const I=t.XpG();t.R7$(2),t.SpI(" ",I.data.action," ")}}const G=["label"];function Q(_,W){}const $=Math.pow(2,31)-1;class ae{_overlayRef;instance;containerInstance;_afterDismissed=new S.B;_afterOpened=new S.B;_onAction=new S.B;_durationTimeoutId;_dismissedByAction=!1;constructor(W,I){this._overlayRef=I,this.containerInstance=W,W._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(W){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(W,$))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}const ue=new i.nKC("MatSnackBarData");class oe{politeness="polite";announcementMessage="";viewContainerRef;duration=0;panelClass;direction;data=null;horizontalPosition="center";verticalPosition="bottom"}let he=(()=>{class _{static \u0275fac=function(B){return new(B||_)};static \u0275dir=t.FsC({type:_,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"]})}return _})(),me=(()=>{class _{static \u0275fac=function(B){return new(B||_)};static \u0275dir=t.FsC({type:_,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"]})}return _})(),Te=(()=>{class _{static \u0275fac=function(B){return new(B||_)};static \u0275dir=t.FsC({type:_,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"]})}return _})(),D=(()=>{class _{snackBarRef=(0,i.WQX)(ae);data=(0,i.WQX)(ue);constructor(){}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}static \u0275fac=function(B){return new(B||_)};static \u0275cmp=t.VBU({type:_,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["matButton","","matSnackBarAction","",3,"click"]],template:function(B,re){1&B&&(t.j41(0,"div",0),t.EFF(1),t.k0s(),t.nVh(2,q,3,1,"div",1)),2&B&&(t.R7$(),t.SpI(" ",re.data.message,"\n"),t.R7$(),t.vxM(re.hasAction?2:-1))},dependencies:[e.$z,he,me,Te],styles:[".mat-mdc-simple-snack-bar{display:flex}.mat-mdc-simple-snack-bar .mat-mdc-snack-bar-label{max-height:50vh;overflow:auto}\n"],encapsulation:2,changeDetection:0})}return _})();const n="_mat-snack-bar-enter",o="_mat-snack-bar-exit";let f=(()=>{class _ extends w.lb{_ngZone=(0,i.WQX)(t.SKi);_elementRef=(0,i.WQX)(t.aKT);_changeDetectorRef=(0,i.WQX)(p.gRc);_platform=(0,i.WQX)(d.O);_animationsDisabled=(0,m.Rc)();snackBarConfig=(0,i.WQX)(oe);_document=(0,i.WQX)(i.qQL);_trackedModals=new Set;_enterFallback;_exitFallback;_injector=(0,i.WQX)(i.zZn);_announceDelay=150;_announceTimeoutId;_destroyed=!1;_portalOutlet;_onAnnounce=new S.B;_onExit=new S.B;_onEnter=new S.B;_animationState="void";_live;_label;_role;_liveElementId=(0,i.WQX)(g.g).getId("mat-snack-bar-container-live-");constructor(){super();const I=this.snackBarConfig;this._live="assertive"!==I.politeness||I.announcementMessage?"off"===I.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(I){this._assertNotAttached();const B=this._portalOutlet.attachComponentPortal(I);return this._afterPortalAttached(),B}attachTemplatePortal(I){this._assertNotAttached();const B=this._portalOutlet.attachTemplatePortal(I);return this._afterPortalAttached(),B}attachDomPortal=I=>{this._assertNotAttached();const B=this._portalOutlet.attachDomPortal(I);return this._afterPortalAttached(),B};onAnimationEnd(I){I===o?this._completeExit():I===n&&(clearTimeout(this._enterFallback),this._ngZone.run(()=>{this._onEnter.next(),this._onEnter.complete()}))}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce(),this._animationsDisabled?(0,t.mal)(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(n)))},{injector:this._injector}):(clearTimeout(this._enterFallback),this._enterFallback=setTimeout(()=>{this._elementRef.nativeElement.classList.add("mat-snack-bar-fallback-visible"),this.onAnimationEnd(n)},200)))}exit(){return this._destroyed?(0,c.of)(void 0):(this._ngZone.run(()=>{this._animationState="hidden",this._changeDetectorRef.markForCheck(),this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId),this._animationsDisabled?(0,t.mal)(()=>{this._ngZone.run(()=>queueMicrotask(()=>this.onAnimationEnd(o)))},{injector:this._injector}):(clearTimeout(this._exitFallback),this._exitFallback=setTimeout(()=>this.onAnimationEnd(o),200))}),this._onExit)}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit()}_completeExit(){clearTimeout(this._exitFallback),queueMicrotask(()=>{this._onExit.next(),this._onExit.complete()})}_afterPortalAttached(){const I=this._elementRef.nativeElement,B=this.snackBarConfig.panelClass;B&&(Array.isArray(B)?B.forEach(be=>I.classList.add(be)):I.classList.add(B)),this._exposeToModals();const re=this._label.nativeElement,pe="mdc-snackbar__label";re.classList.toggle(pe,!re.querySelector(`.${pe}`))}_exposeToModals(){const I=this._liveElementId,B=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let re=0;re{const B=I.getAttribute("aria-owns");if(B){const re=B.replace(this._liveElementId,"").trim();re.length>0?I.setAttribute("aria-owns",re):I.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{if(this._destroyed)return;const I=this._elementRef.nativeElement,B=I.querySelector("[aria-hidden]"),re=I.querySelector("[aria-live]");if(B&&re){let pe=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&B.contains(document.activeElement)&&(pe=document.activeElement),B.removeAttribute("aria-hidden"),re.appendChild(B),pe?.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}static \u0275fac=function(B){return new(B||_)};static \u0275cmp=t.VBU({type:_,selectors:[["mat-snack-bar-container"]],viewQuery:function(B,re){if(1&B&&(t.GBs(w.I3,7),t.GBs(G,7)),2&B){let pe;t.mGM(pe=t.lsd())&&(re._portalOutlet=pe.first),t.mGM(pe=t.lsd())&&(re._label=pe.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container"],hostVars:6,hostBindings:function(B,re){1&B&&t.bIt("animationend",function(be){return re.onAnimationEnd(be.animationName)})("animationcancel",function(be){return re.onAnimationEnd(be.animationName)}),2&B&&t.AVh("mat-snack-bar-container-enter","visible"===re._animationState)("mat-snack-bar-container-exit","hidden"===re._animationState)("mat-snack-bar-container-animations-enabled",!re._animationsDisabled)},features:[t.Vt3],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface","mat-mdc-snackbar-surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(B,re){1&B&&(t.j41(0,"div",1)(1,"div",2,0)(3,"div",3),t.DNE(4,Q,0,0,"ng-template",4),t.k0s(),t.nrm(5,"div"),t.k0s()()),2&B&&(t.R7$(5),t.BMQ("aria-live",re._live)("role",re._role)("id",re._liveElementId))},dependencies:[w.I3],styles:["@keyframes _mat-snack-bar-enter{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _mat-snack-bar-exit{from{opacity:1}to{opacity:0}}.mat-mdc-snack-bar-container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:8px}.mat-mdc-snack-bar-handset .mat-mdc-snack-bar-container{width:100vw}.mat-snack-bar-container-animations-enabled{opacity:0}.mat-snack-bar-container-animations-enabled.mat-snack-bar-fallback-visible{opacity:1}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-enter{animation:_mat-snack-bar-enter 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-snack-bar-container-animations-enabled.mat-snack-bar-container-exit{animation:_mat-snack-bar-exit 75ms cubic-bezier(0.4, 0, 1, 1) forwards}.mat-mdc-snackbar-surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-left:0;padding-right:8px}[dir=rtl] .mat-mdc-snackbar-surface{padding-right:0;padding-left:8px}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{min-width:344px;max-width:672px}.mat-mdc-snack-bar-handset .mat-mdc-snackbar-surface{width:100%;min-width:0}@media(forced-colors: active){.mat-mdc-snackbar-surface{outline:solid 1px}}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{color:var(--mat-snack-bar-supporting-text-color, var(--mat-sys-inverse-on-surface));border-radius:var(--mat-snack-bar-container-shape, var(--mat-sys-corner-extra-small));background-color:var(--mat-snack-bar-container-color, var(--mat-sys-inverse-surface))}.mdc-snackbar__label{width:100%;flex-grow:1;box-sizing:border-box;margin:0;padding:14px 8px 14px 16px}[dir=rtl] .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-family:var(--mat-snack-bar-supporting-text-font, var(--mat-sys-body-medium-font));font-size:var(--mat-snack-bar-supporting-text-size, var(--mat-sys-body-medium-size));font-weight:var(--mat-snack-bar-supporting-text-weight, var(--mat-sys-body-medium-weight));line-height:var(--mat-snack-bar-supporting-text-line-height, var(--mat-sys-body-medium-line-height))}.mat-mdc-snack-bar-actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){--mat-button-text-state-layer-color: currentColor;--mat-button-text-ripple-color: currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled).mat-unthemed{color:var(--mat-snack-bar-button-color, var(--mat-sys-inverse-primary))}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}\n"],encapsulation:2})}return _})();const b=new i.nKC("mat-snack-bar-default-options",{providedIn:"root",factory:function h(){return new oe}});let A=(()=>{class _{_live=(0,i.WQX)(T.Ai);_injector=(0,i.WQX)(i.zZn);_breakpointObserver=(0,i.WQX)(P.Q);_parentSnackBar=(0,i.WQX)(_,{optional:!0,skipSelf:!0});_defaultConfig=(0,i.WQX)(b);_animationsDisabled=(0,m.Rc)();_snackBarRefAtThisLevel=null;simpleSnackBarComponent=D;snackBarContainerComponent=f;handsetCssClass="mat-mdc-snack-bar-handset";get _openedSnackBarRef(){const I=this._parentSnackBar;return I?I._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(I){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=I:this._snackBarRefAtThisLevel=I}constructor(){}openFromComponent(I,B){return this._attach(I,B)}openFromTemplate(I,B){return this._attach(I,B)}open(I,B="",re){const pe={...this._defaultConfig,...re};return pe.data={message:I,action:B},pe.announcementMessage===I&&(pe.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,pe)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(I,B){const pe=i.zZn.create({parent:B&&B.viewContainerRef&&B.viewContainerRef.injector||this._injector,providers:[{provide:oe,useValue:B}]}),be=new w.A8(this.snackBarContainerComponent,B.viewContainerRef,pe),Be=I.attach(be);return Be.instance.snackBarConfig=B,Be.instance}_attach(I,B){const re={...new oe,...this._defaultConfig,...B},pe=this._createOverlay(re),be=this._attachSnackBarContainer(pe,re),Be=new ae(be,pe);if(I instanceof t.C4Q){const _e=new w.VA(I,null,{$implicit:re.data,snackBarRef:Be});Be.instance=be.attachTemplatePortal(_e)}else{const _e=this._createInjector(re,Be),ye=new w.A8(I,void 0,_e),Le=be.attachComponentPortal(ye);Be.instance=Le.instance}return this._breakpointObserver.observe(M.Rp.HandsetPortrait).pipe((0,U.Q)(pe.detachments())).subscribe(_e=>{pe.overlayElement.classList.toggle(this.handsetCssClass,_e.matches)}),re.announcementMessage&&be._onAnnounce.subscribe(()=>{this._live.announce(re.announcementMessage,re.politeness)}),this._animateSnackBar(Be,re),this._openedSnackBarRef=Be,this._openedSnackBarRef}_animateSnackBar(I,B){I.afterDismissed().subscribe(()=>{this._openedSnackBarRef==I&&(this._openedSnackBarRef=null),B.announcementMessage&&this._live.clear()}),B.duration&&B.duration>0&&I.afterOpened().subscribe(()=>I._dismissAfter(B.duration)),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{I.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):I.containerInstance.enter()}_createOverlay(I){const B=new j.rR;B.direction=I.direction;const re=(0,j.uA)(this._injector),pe="rtl"===I.direction,be="left"===I.horizontalPosition||"start"===I.horizontalPosition&&!pe||"end"===I.horizontalPosition&&pe,Be=!be&&"center"!==I.horizontalPosition;return be?re.left("0"):Be?re.right("0"):re.centerHorizontally(),"top"===I.verticalPosition?re.top("0"):re.bottom("0"),B.positionStrategy=re,B.disableAnimations=this._animationsDisabled,(0,j.Y$)(this._injector,B)}_createInjector(I,B){return i.zZn.create({parent:I&&I.viewContainerRef&&I.viewContainerRef.injector||this._injector,providers:[{provide:ae,useValue:B},{provide:ue,useValue:I.data}]})}static \u0275fac=function(B){return new(B||_)};static \u0275prov=i.jDH({token:_,factory:_.\u0275fac,providedIn:"root"})}return _})(),x=(()=>{class _{static \u0275fac=function(B){return new(B||_)};static \u0275mod=t.$C({type:_});static \u0275inj=i.G2t({providers:[A],imports:[j.z_,w.jc,e.Hl,K.y,D,K.y]})}return _})()},95428:(Ae,ee,l)=>{"use strict";l.d(ee,{$6:()=>Be,$Q:()=>P,As:()=>B,CK:()=>A,Do:()=>be,Dq:()=>Le,Fd:()=>_,Gy:()=>$,Hh:()=>S,Hm:()=>r,I6:()=>U,Jx:()=>ye,Lc:()=>me,Lz:()=>re,N4:()=>W,N8:()=>G,NS:()=>e,Qj:()=>ae,Sn:()=>T,T4:()=>x,Tp:()=>M,Uj:()=>k,Uo:()=>m,XT:()=>D,Xx:()=>q,Yi:()=>ge,ZE:()=>Q,Zi:()=>Te,cR:()=>b,cU:()=>j,fy:()=>f,gZ:()=>Oe,iO:()=>_e,jJ:()=>K,lg:()=>c,mh:()=>I,sq:()=>ue,uL:()=>p,vL:()=>o,w0:()=>h,x1:()=>d,yn:()=>Ee,yp:()=>w,zR:()=>g,zU:()=>Ke});var i=l(59640),t=l(4416);const p=(0,i.VP)(t.Uu.UPDATE_API_CALL_STATUS_ECL,(0,i.xk)()),S=(0,i.VP)(t.Uu.RESET_ECL_STORE),c=(0,i.VP)(t.Uu.FETCH_PAGE_SETTINGS_ECL),e=(0,i.VP)(t.Uu.SET_PAGE_SETTINGS_ECL,(0,i.xk)()),T=(0,i.VP)(t.Uu.SAVE_PAGE_SETTINGS_ECL,(0,i.xk)()),g=(0,i.VP)(t.Uu.FETCH_INFO_ECL,(0,i.xk)()),d=(0,i.VP)(t.Uu.SET_INFO_ECL,(0,i.xk)()),w=(0,i.VP)(t.Uu.FETCH_FEES_ECL),m=(0,i.VP)(t.Uu.SET_FEES_ECL,(0,i.xk)()),P=(0,i.VP)(t.Uu.FETCH_CHANNELS_ECL),M=(0,i.VP)(t.Uu.SET_ACTIVE_CHANNELS_ECL,(0,i.xk)()),j=(0,i.VP)(t.Uu.SET_PENDING_CHANNELS_ECL,(0,i.xk)()),U=(0,i.VP)(t.Uu.SET_INACTIVE_CHANNELS_ECL,(0,i.xk)()),K=(0,i.VP)(t.Uu.FETCH_ONCHAIN_BALANCE_ECL),q=(0,i.VP)(t.Uu.SET_ONCHAIN_BALANCE_ECL,(0,i.xk)()),G=(0,i.VP)(t.Uu.SET_LIGHTNING_BALANCE_ECL,(0,i.xk)()),Q=(0,i.VP)(t.Uu.SET_CHANNELS_STATUS_ECL,(0,i.xk)()),$=(0,i.VP)(t.Uu.FETCH_PEERS_ECL),ae=(0,i.VP)(t.Uu.SET_PEERS_ECL,(0,i.xk)()),ue=(0,i.VP)(t.Uu.SAVE_NEW_PEER_ECL,(0,i.xk)()),me=((0,i.VP)(t.Uu.NEWLY_ADDED_PEER_ECL,(0,i.xk)()),(0,i.VP)(t.Uu.ADD_PEER_ECL,(0,i.xk)()),(0,i.VP)(t.Uu.DETACH_PEER_ECL,(0,i.xk)())),Te=(0,i.VP)(t.Uu.REMOVE_PEER_ECL,(0,i.xk)()),D=(0,i.VP)(t.Uu.GET_NEW_ADDRESS_ECL),o=((0,i.VP)(t.Uu.SET_NEW_ADDRESS_ECL,(0,i.xk)()),(0,i.VP)(t.Uu.SAVE_NEW_CHANNEL_ECL,(0,i.xk)())),f=(0,i.VP)(t.Uu.UPDATE_CHANNEL_ECL,(0,i.xk)()),h=(0,i.VP)(t.Uu.CLOSE_CHANNEL_ECL,(0,i.xk)()),b=(0,i.VP)(t.Uu.REMOVE_CHANNEL_ECL,(0,i.xk)()),A=(0,i.VP)(t.Uu.FETCH_PAYMENTS_ECL,(0,i.xk)()),k=(0,i.VP)(t.Uu.SET_PAYMENTS_ECL,(0,i.xk)()),x=(0,i.VP)(t.Uu.GET_QUERY_ROUTES_ECL,(0,i.xk)()),r=(0,i.VP)(t.Uu.SET_QUERY_ROUTES_ECL,(0,i.xk)()),_=(0,i.VP)(t.Uu.SEND_PAYMENT_ECL,(0,i.xk)()),W=(0,i.VP)(t.Uu.SEND_PAYMENT_STATUS_ECL,(0,i.xk)()),I=(0,i.VP)(t.Uu.FETCH_TRANSACTIONS_ECL,(0,i.xk)()),B=(0,i.VP)(t.Uu.SET_TRANSACTIONS_ECL,(0,i.xk)()),re=(0,i.VP)(t.Uu.SEND_ONCHAIN_FUNDS_ECL,(0,i.xk)()),be=((0,i.VP)(t.Uu.SEND_ONCHAIN_FUNDS_RES_ECL,(0,i.xk)()),(0,i.VP)(t.Uu.FETCH_INVOICES_ECL,(0,i.xk)())),Be=(0,i.VP)(t.Uu.SET_INVOICES_ECL,(0,i.xk)()),_e=(0,i.VP)(t.Uu.CREATE_INVOICE_ECL,(0,i.xk)()),ye=(0,i.VP)(t.Uu.ADD_INVOICE_ECL,(0,i.xk)()),Le=(0,i.VP)(t.Uu.UPDATE_INVOICE_ECL,(0,i.xk)()),Ke=(0,i.VP)(t.Uu.PEER_LOOKUP_ECL,(0,i.xk)()),ge=(0,i.VP)(t.Uu.INVOICE_LOOKUP_ECL,(0,i.xk)()),Oe=((0,i.VP)(t.Uu.SET_LOOKUP_ECL,(0,i.xk)()),(0,i.VP)(t.Uu.UPDATE_CHANNEL_STATE_ECL,(0,i.xk)())),Ee=(0,i.VP)(t.Uu.UPDATE_RELAYED_PAYMENT_ECL,(0,i.xk)())},95542:(Ae,ee,l)=>{"use strict";var t=l(68283).rotr32;function S(m,P,M){return m&P^~m&M}function c(m,P,M){return m&P^m&M^P&M}function e(m,P,M){return m^P^M}ee.ft_1=function p(m,P,M,j){return 0===m?S(P,M,j):1===m||3===m?e(P,M,j):2===m?c(P,M,j):void 0},ee.ch32=S,ee.maj32=c,ee.p32=e,ee.s0_256=function T(m){return t(m,2)^t(m,13)^t(m,22)},ee.s1_256=function g(m){return t(m,6)^t(m,11)^t(m,25)},ee.g0_256=function d(m){return t(m,7)^t(m,18)^m>>>3},ee.g1_256=function w(m){return t(m,17)^t(m,19)^m>>>10}},95725:Ae=>{Ae.exports=function ee(l){for(var t,i=l.length;i--;){if(255!==(t=l.readUInt8(i))){t++,l.writeUInt8(t,i);break}l.writeUInt8(0,i)}}},95731:(Ae,ee,l)=>{"use strict";var i=l(65992),t=l(79477),p=l(59705),S=l(52910);Ae.exports=S||i.call(p,t)},95735:(Ae,ee,l)=>{"use strict";function i(p){return 0===p.buttons||0===p.detail}function t(p){const S=p.touches&&p.touches[0]||p.changedTouches&&p.changedTouches[0];return!(!S||-1!==S.identifier||null!=S.radiusX&&1!==S.radiusX||null!=S.radiusY&&1!==S.radiusY)}l.d(ee,{_:()=>i,w:()=>t})},96183:(Ae,ee,l)=>{"use strict";l.d(ee,{$2:()=>Ee,JO:()=>Le,VO:()=>Oe,Ve:()=>dt});var i=l(49338),t=l(2615),p=l(73664),S=l(17705),c=l(5718),e=l(17094),T=l(89726),g=l(18617),d=l(99090),w=l(61577),m=l(83869),P=l(10438),M=l(67336),j=l(89417),U=l(21413),K=l(59030),q=l(57786),G=l(5964),Q=l(96354),$=l(99172),ae=l(25558),ue=l(96697),oe=l(56977),he=l(72200),me=l(69588),Te=l(31804),D=l(23029),n=l(2709),o=l(39336),f=l(40146),h=l(22466),b=l(71228);const A=["trigger"],k=["panel"],x=[[["mat-select-trigger"]],"*"],r=["mat-select-trigger","*"];function _(nt,Ct){if(1&nt&&(p.j41(0,"span",4),p.EFF(1),p.k0s()),2&nt){const Mt=p.XpG();p.R7$(),p.JRh(Mt.placeholder)}}function W(nt,Ct){1&nt&&p.SdG(0)}function I(nt,Ct){if(1&nt&&(p.j41(0,"span",11),p.EFF(1),p.k0s()),2&nt){const Mt=p.XpG(2);p.R7$(),p.JRh(Mt.triggerValue)}}function B(nt,Ct){if(1&nt&&(p.j41(0,"span",5),p.nVh(1,W,1,0)(2,I,2,1,"span",11),p.k0s()),2&nt){const Mt=p.XpG();p.R7$(),p.vxM(Mt.customTrigger?1:2)}}function re(nt,Ct){if(1&nt){const Mt=p.RV6();p.j41(0,"div",12,1),p.bIt("keydown",function(Pe){t.eBV(Mt);const Ht=p.XpG();return t.Njj(Ht._handleKeydown(Pe))}),p.SdG(2,1),p.k0s()}if(2&nt){const Mt=p.XpG();p.HbH(p.VkB("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",Mt._getPanelTheme())),p.AVh("mat-select-panel-animations-enabled",!Mt._animationsDisabled),p.Y8G("ngClass",Mt.panelClass),p.BMQ("id",Mt.id+"-panel")("aria-multiselectable",Mt.multiple)("aria-label",Mt.ariaLabel||null)("aria-labelledby",Mt._getPanelAriaLabelledby())}}const _e=new t.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const nt=(0,t.WQX)(t.zZn);return()=>(0,i.RH)(nt)}}),Le=new t.nKC("MAT_SELECT_CONFIG"),Ke={provide:_e,deps:[],useFactory:function ye(nt){const Ct=(0,t.WQX)(t.zZn);return()=>(0,i.RH)(Ct)}},ge=new t.nKC("MatSelectTrigger");class ve{source;value;constructor(Ct,Mt){this.source=Ct,this.value=Mt}}let Oe=(()=>{class nt{_viewportRuler=(0,t.WQX)(c.Xj);_changeDetectorRef=(0,t.WQX)(S.gRc);_elementRef=(0,t.WQX)(p.aKT);_dir=(0,t.WQX)(w.dS,{optional:!0});_idGenerator=(0,t.WQX)(T.g);_renderer=(0,t.WQX)(p.sFG);_parentFormField=(0,t.WQX)(me.xb,{optional:!0});ngControl=(0,t.WQX)(j.vO,{self:!0,optional:!0});_liveAnnouncer=(0,t.WQX)(e.Ai);_defaultOptions=(0,t.WQX)(Le,{optional:!0});_animationsDisabled=(0,Te.Rc)();_initialized=new U.B;_cleanupDetach;options;optionGroups;customTrigger;_positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}];_scrollOptionIntoView(Mt){const lt=this.options.toArray()[Mt];if(lt){const Pe=this.panel.nativeElement,Ht=(0,D.jb)(Mt,this.options,this.optionGroups),ct=lt._getHostElement();Pe.scrollTop=0===Mt&&1===Ht?0:(0,D.TL)(ct.offsetTop,ct.offsetHeight,Pe.scrollTop,Pe.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(Mt){return new ve(this,Mt)}_scrollStrategyFactory=(0,t.WQX)(_e);_panelOpen=!1;_compareWith=(Mt,lt)=>Mt===lt;_uid=this._idGenerator.getId("mat-select-");_triggerAriaLabelledBy=null;_previousControl;_destroy=new U.B;_errorStateTracker;stateChanges=new U.B;disableAutomaticLabeling=!0;userAriaDescribedBy;_selectionModel;_keyManager;_preferredOverlayOrigin;_overlayWidth;_onChange=()=>{};_onTouched=()=>{};_valueId=this._idGenerator.getId("mat-select-value-");_scrollStrategy;_overlayPanelClass=this._defaultOptions?.overlayPanelClass||"";get focused(){return this._focused||this._panelOpen}_focused=!1;controlType="mat-select";trigger;panel;_overlayDir;panelClass;disabled=!1;get disableRipple(){return this._disableRipple()}set disableRipple(Mt){this._disableRipple.set(Mt)}_disableRipple=(0,t.vPA)(!1);tabIndex=0;get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(Mt){this._hideSingleSelectionIndicator=Mt,this._syncParentProperties()}_hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1;get placeholder(){return this._placeholder}set placeholder(Mt){this._placeholder=Mt,this.stateChanges.next()}_placeholder;get required(){return this._required??this.ngControl?.control?.hasValidator(j.k0.required)??!1}set required(Mt){this._required=Mt,this.stateChanges.next()}_required;get multiple(){return this._multiple}set multiple(Mt){this._multiple=Mt}_multiple=!1;disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1;get compareWith(){return this._compareWith}set compareWith(Mt){this._compareWith=Mt,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(Mt){this._assignValue(Mt)&&this._onChange(Mt)}_value;ariaLabel="";ariaLabelledby;get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(Mt){this._errorStateTracker.matcher=Mt}typeaheadDebounceInterval;sortComparator;get id(){return this._id}set id(Mt){this._id=Mt||this._uid,this.stateChanges.next()}_id;get errorState(){return this._errorStateTracker.errorState}set errorState(Mt){this._errorStateTracker.errorState=Mt}panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto";canSelectNullableOptions=this._defaultOptions?.canSelectNullableOptions??!1;optionSelectionChanges=(0,K.v)(()=>{const Mt=this.options;return Mt?Mt.changes.pipe((0,$.Z)(Mt),(0,ae.n)(()=>(0,q.h)(...Mt.map(lt=>lt.onSelectionChange)))):this._initialized.pipe((0,ae.n)(()=>this.optionSelectionChanges))});openedChange=new p.bkB;_openedStream=this.openedChange.pipe((0,G.p)(Mt=>Mt),(0,Q.T)(()=>{}));_closedStream=this.openedChange.pipe((0,G.p)(Mt=>!Mt),(0,Q.T)(()=>{}));selectionChange=new p.bkB;valueChange=new p.bkB;constructor(){const Mt=(0,t.WQX)(n.e),lt=(0,t.WQX)(j.cV,{optional:!0}),Pe=(0,t.WQX)(j.j4,{optional:!0}),Ht=(0,t.WQX)(new S.ES_("tabindex"),{optional:!0});this.ngControl&&(this.ngControl.valueAccessor=this),null!=this._defaultOptions?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=this._defaultOptions.typeaheadDebounceInterval),this._errorStateTracker=new o.X(Mt,this.ngControl,Pe,lt,this.stateChanges),this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=null==Ht?0:parseInt(Ht)||0,this.id=this.id}ngOnInit(){this._selectionModel=new m.C(this.multiple),this.stateChanges.next(),this._viewportRuler.change().pipe((0,oe.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,oe.Q)(this._destroy)).subscribe(Mt=>{Mt.added.forEach(lt=>lt.select()),Mt.removed.forEach(lt=>lt.deselect())}),this.options.changes.pipe((0,$.Z)(null),(0,oe.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const Mt=this._getTriggerAriaLabelledby(),lt=this.ngControl;if(Mt!==this._triggerAriaLabelledBy){const Pe=this._elementRef.nativeElement;this._triggerAriaLabelledBy=Mt,Mt?Pe.setAttribute("aria-labelledby",Mt):Pe.removeAttribute("aria-labelledby")}lt&&(this._previousControl!==lt.control&&(void 0!==this._previousControl&&null!==lt.disabled&<.disabled!==this.disabled&&(this.disabled=lt.disabled),this._previousControl=lt.control),this.updateErrorState())}ngOnChanges(Mt){(Mt.disabled||Mt.userAriaDescribedBy)&&this.stateChanges.next(),Mt.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._cleanupDetach?.(),this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._cleanupDetach?.(),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._overlayDir.positionChange.pipe((0,ue.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()}),this._overlayDir.attachOverlay(),this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!0)))}_trackedModal=null;_applyModalPanelOwnership(){const Mt=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!Mt)return;const lt=`${this.id}-panel`;this._trackedModal&&(0,g.Ae)(this._trackedModal,"aria-owns",lt),(0,g.px)(Mt,"aria-owns",lt),this._trackedModal=Mt}_clearFromModal(){this._trackedModal&&((0,g.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._exitAndDetach(),this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next(),Promise.resolve().then(()=>this.openedChange.emit(!1)))}_exitAndDetach(){if(this._animationsDisabled||!this.panel)return void this._detachOverlay();this._cleanupDetach?.(),this._cleanupDetach=()=>{lt(),clearTimeout(Pe),this._cleanupDetach=void 0};const Mt=this.panel.nativeElement,lt=this._renderer.listen(Mt,"animationend",Ht=>{"_mat-select-exit"===Ht.animationName&&(this._cleanupDetach?.(),this._detachOverlay())}),Pe=setTimeout(()=>{this._cleanupDetach?.(),this._detachOverlay()},200);Mt.classList.add("mat-select-panel-exit")}_detachOverlay(){this._overlayDir.detachOverlay(),this._changeDetectorRef.markForCheck()}writeValue(Mt){this._assignValue(Mt)}registerOnChange(Mt){this._onChange=Mt}registerOnTouched(Mt){this._onTouched=Mt}setDisabledState(Mt){this.disabled=Mt,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const Mt=this._selectionModel.selected.map(lt=>lt.viewValue);return this._isRtl()&&Mt.reverse(),Mt.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(Mt){this.disabled||(this.panelOpen?this._handleOpenKeydown(Mt):this._handleClosedKeydown(Mt))}_handleClosedKeydown(Mt){const lt=Mt.keyCode,Pe=lt===P.n6||lt===P.i7||lt===P.UQ||lt===P.LE,Ht=lt===P.Fm||lt===P.t6,ct=this._keyManager;if(!ct.isTyping()&&Ht&&!(0,M.rp)(Mt)||(this.multiple||Mt.altKey)&&Pe)Mt.preventDefault(),this.open();else if(!this.multiple){const Ce=this.selected;ct.onKeydown(Mt);const ze=this.selected;ze&&Ce!==ze&&this._liveAnnouncer.announce(ze.viewValue,1e4)}}_handleOpenKeydown(Mt){const lt=this._keyManager,Pe=Mt.keyCode,Ht=Pe===P.n6||Pe===P.i7,ct=lt.isTyping();if(Ht&&Mt.altKey)Mt.preventDefault(),this.close();else if(ct||Pe!==P.Fm&&Pe!==P.t6||!lt.activeItem||(0,M.rp)(Mt))if(!ct&&this._multiple&&Pe===P.A&&Mt.ctrlKey){Mt.preventDefault();const Ce=this.options.some(ze=>!ze.disabled&&!ze.selected);this.options.forEach(ze=>{ze.disabled||(Ce?ze.select():ze.deselect())})}else{const Ce=lt.activeItemIndex;lt.onKeydown(Mt),this._multiple&&Ht&&Mt.shiftKey&<.activeItem&<.activeItemIndex!==Ce&<.activeItem._selectViaInteraction()}else Mt.preventDefault(),lt.activeItem._selectViaInteraction()}_handleOverlayKeydown(Mt){Mt.keyCode===P._f&&!(0,M.rp)(Mt)&&(Mt.preventDefault(),this.close())}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(Mt){if(this.options.forEach(lt=>lt.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&Mt)Array.isArray(Mt),Mt.forEach(lt=>this._selectOptionByValue(lt)),this._sortValues();else{const lt=this._selectOptionByValue(Mt);lt?this._keyManager.updateActiveItem(lt):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(Mt){const lt=this.options.find(Pe=>{if(this._selectionModel.isSelected(Pe))return!1;try{return(null!=Pe.value||this.canSelectNullableOptions)&&this._compareWith(Pe.value,Mt)}catch{return!1}});return lt&&this._selectionModel.select(lt),lt}_assignValue(Mt){return!!(Mt!==this._value||this._multiple&&Array.isArray(Mt))&&(this.options&&this._setSelectionByValue(Mt),this._value=Mt,!0)}_skipPredicate=Mt=>!this.panelOpen&&Mt.disabled;_getOverlayWidth(Mt){return"auto"===this.panelWidth?(Mt instanceof i.$Q?Mt.elementRef:Mt||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const Mt of this.options)Mt._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new d.A(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const Mt=(0,q.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,oe.Q)(Mt)).subscribe(lt=>{this._onSelect(lt.source,lt.isUserInput),lt.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,q.h)(...this.options.map(lt=>lt._stateChanges)).pipe((0,oe.Q)(Mt)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(Mt,lt){const Pe=this._selectionModel.isSelected(Mt);this.canSelectNullableOptions||null!=Mt.value||this._multiple?(Pe!==Mt.selected&&(Mt.selected?this._selectionModel.select(Mt):this._selectionModel.deselect(Mt)),lt&&this._keyManager.setActiveItem(Mt),this.multiple&&(this._sortValues(),lt&&this.focus())):(Mt.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(Mt.value)),Pe!==this._selectionModel.isSelected(Mt)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const Mt=this.options.toArray();this._selectionModel.sort((lt,Pe)=>this.sortComparator?this.sortComparator(lt,Pe,Mt):Mt.indexOf(lt)-Mt.indexOf(Pe)),this.stateChanges.next()}}_propagateChanges(Mt){let lt;lt=this.multiple?this.selected.map(Pe=>Pe.value):this.selected?this.selected.value:Mt,this._value=lt,this.valueChange.emit(lt),this._onChange(lt),this.selectionChange.emit(this._getChangeEvent(lt)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let Mt=-1;for(let lt=0;lt0&&!!this._overlayDir}focus(Mt){this._elementRef.nativeElement.focus(Mt)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const Mt=this._parentFormField?.getLabelId()||null;return this.ariaLabelledby?(Mt?Mt+" ":"")+this.ariaLabelledby:Mt}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;let Mt=this._parentFormField?.getLabelId()||"";return this.ariaLabelledby&&(Mt+=" "+this.ariaLabelledby),Mt||(Mt=this._valueId),Mt}get describedByIds(){return this._elementRef.nativeElement.getAttribute("aria-describedby")?.split(" ")||[]}setDescribedByIds(Mt){Mt.length?this._elementRef.nativeElement.setAttribute("aria-describedby",Mt.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static \u0275fac=function(lt){return new(lt||nt)};static \u0275cmp=p.VBU({type:nt,selectors:[["mat-select"]],contentQueries:function(lt,Pe,Ht){if(1<&&(p.wni(Ht,ge,5),p.wni(Ht,D.wT,5),p.wni(Ht,D.QC,5)),2<){let ct;p.mGM(ct=p.lsd())&&(Pe.customTrigger=ct.first),p.mGM(ct=p.lsd())&&(Pe.options=ct),p.mGM(ct=p.lsd())&&(Pe.optionGroups=ct)}},viewQuery:function(lt,Pe){if(1<&&(p.GBs(A,5),p.GBs(k,5),p.GBs(i.WB,5)),2<){let Ht;p.mGM(Ht=p.lsd())&&(Pe.trigger=Ht.first),p.mGM(Ht=p.lsd())&&(Pe.panel=Ht.first),p.mGM(Ht=p.lsd())&&(Pe._overlayDir=Ht.first)}},hostAttrs:["role","combobox","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:21,hostBindings:function(lt,Pe){1<&&p.bIt("keydown",function(ct){return Pe._handleKeydown(ct)})("focus",function(){return Pe._onFocus()})("blur",function(){return Pe._onBlur()}),2<&&(p.BMQ("id",Pe.id)("tabindex",Pe.disabled?-1:Pe.tabIndex)("aria-controls",Pe.panelOpen?Pe.id+"-panel":null)("aria-expanded",Pe.panelOpen)("aria-label",Pe.ariaLabel||null)("aria-required",Pe.required.toString())("aria-disabled",Pe.disabled.toString())("aria-invalid",Pe.errorState)("aria-activedescendant",Pe._getAriaActiveDescendant()),p.AVh("mat-mdc-select-disabled",Pe.disabled)("mat-mdc-select-invalid",Pe.errorState)("mat-mdc-select-required",Pe.required)("mat-mdc-select-empty",Pe.empty)("mat-mdc-select-multiple",Pe.multiple)("mat-select-open",Pe.panelOpen))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",S.L39],disableRipple:[2,"disableRipple","disableRipple",S.L39],tabIndex:[2,"tabIndex","tabIndex",Mt=>null==Mt?0:(0,S.Udg)(Mt)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",S.L39],placeholder:"placeholder",required:[2,"required","required",S.L39],multiple:[2,"multiple","multiple",S.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",S.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",S.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth",canSelectNullableOptions:[2,"canSelectNullableOptions","canSelectNullableOptions",S.L39]},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],features:[p.Jv_([{provide:me.qT,useExisting:nt},{provide:D.is,useExisting:nt}]),p.OA$],ngContentSelectors:r,decls:11,vars:9,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"detach","backdropClick","overlayKeydown","cdkConnectedOverlayDisableClose","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth","cdkConnectedOverlayFlexibleDimensions"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(lt,Pe){if(1<){const Ht=p.RV6();p.NAR(x),p.j41(0,"div",2,0),p.bIt("click",function(){return t.eBV(Ht),t.Njj(Pe.open())}),p.j41(3,"div",3),p.nVh(4,_,2,1,"span",4)(5,B,3,1,"span",5),p.k0s(),p.j41(6,"div",6)(7,"div",7),t.qSk(),p.j41(8,"svg",8),p.nrm(9,"path",9),p.k0s()()()(),p.DNE(10,re,3,10,"ng-template",10),p.bIt("detach",function(){return t.eBV(Ht),t.Njj(Pe.close())})("backdropClick",function(){return t.eBV(Ht),t.Njj(Pe.close())})("overlayKeydown",function(Ce){return t.eBV(Ht),t.Njj(Pe._handleOverlayKeydown(Ce))})}if(2<){const Ht=p.sdS(1);p.R7$(3),p.BMQ("id",Pe._valueId),p.R7$(),p.vxM(Pe.empty?4:5),p.R7$(6),p.Y8G("cdkConnectedOverlayDisableClose",!0)("cdkConnectedOverlayPanelClass",Pe._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",Pe._scrollStrategy)("cdkConnectedOverlayOrigin",Pe._preferredOverlayOrigin||Ht)("cdkConnectedOverlayPositions",Pe._positions)("cdkConnectedOverlayWidth",Pe._overlayWidth)("cdkConnectedOverlayFlexibleDimensions",!0)}},dependencies:[i.$Q,i.WB,he.YU],styles:['@keyframes _mat-select-enter{from{opacity:0;transform:scaleY(0.8)}to{opacity:1;transform:none}}@keyframes _mat-select-exit{from{opacity:1}to{opacity:0}}.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-sys-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-sys-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-sys-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-sys-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-sys-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-sys-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow, 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12))}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-disabled .mat-mdc-select-placeholder{color:var(--mat-select-disabled-trigger-text-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-sys-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-sys-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}.mat-select-open .mat-mdc-select-arrow{transform:rotate(180deg)}.mat-form-field-animations-enabled .mat-mdc-select-arrow{transition:transform 80ms linear}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(forced-colors: active){.mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .mat-mdc-select-arrow svg{fill:GrayText}}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:relative;background-color:var(--mat-select-panel-background-color, var(--mat-sys-surface-container))}@media(forced-colors: active){div.mat-mdc-select-panel{outline:solid 1px}}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}.mat-select-panel-animations-enabled{animation:_mat-select-enter 120ms cubic-bezier(0, 0, 0.2, 1)}.mat-select-panel-animations-enabled.mat-select-panel-exit{animation:_mat-select-exit 100ms linear}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-sys-on-surface-variant))}.mat-mdc-form-field:not(.mat-form-field-animations-enabled) .mat-mdc-select-placeholder,._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform, translateY(-8px))}\n'],encapsulation:2,changeDetection:0})}return nt})(),Ee=(()=>{class nt{static \u0275fac=function(lt){return new(lt||nt)};static \u0275dir=p.FsC({type:nt,selectors:[["mat-select-trigger"]],features:[p.Jv_([{provide:ge,useExisting:nt}])]})}return nt})(),dt=(()=>{class nt{static \u0275fac=function(lt){return new(lt||nt)};static \u0275mod=p.$C({type:nt});static \u0275inj=t.G2t({providers:[Ke],imports:[i.z_,f.S,h.y,c.Gj,b.R,f.S,h.y]})}return nt})()},96214:(Ae,ee,l)=>{const i=l(19089).getSymbolSize;ee.getRowColCoords=function(p){if(1===p)return[];const S=Math.floor(p/7)+2,c=i(p),e=145===c?26:2*Math.ceil((c-13)/(2*S-2)),T=[c-7];for(let g=1;g{"use strict";l.d(ee,{T:()=>p});var i=l(39974),t=l(54360);function p(S,c){return(0,i.N)((e,T)=>{let g=0;e.subscribe((0,t._)(T,d=>{T.next(S.call(c,d,g++))}))})}},96628:(Ae,ee,l)=>{const i=l(91677);function t(p){this.mode=i.NUMERIC,this.data=p.toString()}t.getBitsLength=function(S){return 10*Math.floor(S/3)+(S%3?S%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(S){let c,e,T;for(c=0;c+3<=this.data.length;c+=3)e=this.data.substr(c,3),T=parseInt(e,10),S.put(T,10);const g=this.data.length-c;g>0&&(e=this.data.substr(c),T=parseInt(e,10),S.put(T,3*g+1))},Ae.exports=t},96695:(Ae,ee,l)=>{"use strict";l.d(ee,{Ou:()=>D,iy:()=>Te,xX:()=>$});var i=l(2615),t=l(73664),p=l(17705),S=l(21413),c=l(92771),e=l(89726),T=l(69588),g=l(96183),d=l(23029),w=l(22598),m=l(40455),P=l(86156),M=l(88834);function j(n,o){if(1&n&&(t.j41(0,"mat-option",17),t.EFF(1),t.k0s()),2&n){const f=o.$implicit;t.Y8G("value",f),t.R7$(),t.SpI(" ",f," ")}}function U(n,o){if(1&n){const f=t.RV6();t.j41(0,"mat-form-field",14)(1,"mat-select",16,0),t.bIt("selectionChange",function(b){i.eBV(f);const A=t.XpG(2);return i.Njj(A._changePageSize(b.value))}),t.Z7z(3,j,2,2,"mat-option",17,t.fX1),t.k0s(),t.j41(5,"div",18),t.bIt("click",function(){i.eBV(f);const b=t.sdS(2);return i.Njj(b.open())}),t.k0s()()}if(2&n){const f=t.XpG(2);t.Y8G("appearance",f._formFieldAppearance)("color",f.color),t.R7$(),t.Y8G("value",f.pageSize)("disabled",f.disabled),t.jOp("aria-labelledby",f._pageSizeLabelId),t.Y8G("panelClass",f.selectConfig.panelClass||"")("disableOptionCentering",f.selectConfig.disableOptionCentering),t.R7$(2),t.Dyx(f._displayedPageSizeOptions)}}function K(n,o){if(1&n&&(t.j41(0,"div",15),t.EFF(1),t.k0s()),2&n){const f=t.XpG(2);t.R7$(),t.JRh(f.pageSize)}}function q(n,o){if(1&n&&(t.j41(0,"div",3)(1,"div",13),t.EFF(2),t.k0s(),t.nVh(3,U,6,7,"mat-form-field",14),t.nVh(4,K,2,1,"div",15),t.k0s()),2&n){const f=t.XpG();t.R7$(),t.BMQ("id",f._pageSizeLabelId),t.R7$(),t.SpI(" ",f._intl.itemsPerPageLabel," "),t.R7$(),t.vxM(f._displayedPageSizeOptions.length>1?3:-1),t.R7$(),t.vxM(f._displayedPageSizeOptions.length<=1?4:-1)}}function G(n,o){if(1&n){const f=t.RV6();t.j41(0,"button",19),t.bIt("click",function(){i.eBV(f);const b=t.XpG();return i.Njj(b._buttonClicked(0,b._previousButtonsDisabled()))}),i.qSk(),t.j41(1,"svg",8),t.nrm(2,"path",20),t.k0s()()}if(2&n){const f=t.XpG();t.Y8G("matTooltip",f._intl.firstPageLabel)("matTooltipDisabled",f._previousButtonsDisabled())("disabled",f._previousButtonsDisabled())("tabindex",f._previousButtonsDisabled()?-1:null),t.BMQ("aria-label",f._intl.firstPageLabel)}}function Q(n,o){if(1&n){const f=t.RV6();t.j41(0,"button",21),t.bIt("click",function(){i.eBV(f);const b=t.XpG();return i.Njj(b._buttonClicked(b.getNumberOfPages()-1,b._nextButtonsDisabled()))}),i.qSk(),t.j41(1,"svg",8),t.nrm(2,"path",22),t.k0s()()}if(2&n){const f=t.XpG();t.Y8G("matTooltip",f._intl.lastPageLabel)("matTooltipDisabled",f._nextButtonsDisabled())("disabled",f._nextButtonsDisabled())("tabindex",f._nextButtonsDisabled()?-1:null),t.BMQ("aria-label",f._intl.lastPageLabel)}}let $=(()=>{class n{changes=new S.B;itemsPerPageLabel="Items per page:";nextPageLabel="Next page";previousPageLabel="Previous page";firstPageLabel="First page";lastPageLabel="Last page";getRangeLabel=(f,h,b)=>{if(0==b||0==h)return`0 of ${b}`;const A=f*h;return`${A+1} \u2013 ${A<(b=Math.max(b,0))?Math.min(A+h,b):A+h} of ${b}`};static \u0275fac=function(h){return new(h||n)};static \u0275prov=i.jDH({token:n,factory:n.\u0275fac,providedIn:"root"})}return n})();const ue={provide:$,deps:[[new t.Xx1,new t.kdw,$]],useFactory:function ae(n){return n||new $}},me=new i.nKC("MAT_PAGINATOR_DEFAULT_OPTIONS");let Te=(()=>{class n{_intl=(0,i.WQX)($);_changeDetectorRef=(0,i.WQX)(p.gRc);_formFieldAppearance;_pageSizeLabelId=(0,i.WQX)(e.g).getId("mat-paginator-page-size-label-");_intlChanges;_isInitialized=!1;_initializedStream=new c.m(1);color;get pageIndex(){return this._pageIndex}set pageIndex(f){this._pageIndex=Math.max(f||0,0),this._changeDetectorRef.markForCheck()}_pageIndex=0;get length(){return this._length}set length(f){this._length=f||0,this._changeDetectorRef.markForCheck()}_length=0;get pageSize(){return this._pageSize}set pageSize(f){this._pageSize=Math.max(f||0,0),this._updateDisplayedPageSizeOptions()}_pageSize;get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(f){this._pageSizeOptions=(f||[]).map(h=>(0,p.Udg)(h,0)),this._updateDisplayedPageSizeOptions()}_pageSizeOptions=[];hidePageSize=!1;showFirstLastButtons=!1;selectConfig={};disabled=!1;page=new t.bkB;_displayedPageSizeOptions;initialized=this._initializedStream;constructor(){const f=this._intl,h=(0,i.WQX)(me,{optional:!0});if(this._intlChanges=f.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),h){const{pageSize:b,pageSizeOptions:A,hidePageSize:k,showFirstLastButtons:x}=h;null!=b&&(this._pageSize=b),null!=A&&(this._pageSizeOptions=A),null!=k&&(this.hidePageSize=k),null!=x&&(this.showFirstLastButtons=x)}this._formFieldAppearance=h?.formFieldAppearance||"outline"}ngOnInit(){this._isInitialized=!0,this._updateDisplayedPageSizeOptions(),this._initializedStream.next()}ngOnDestroy(){this._initializedStream.complete(),this._intlChanges.unsubscribe()}nextPage(){this.hasNextPage()&&this._navigate(this.pageIndex+1)}previousPage(){this.hasPreviousPage()&&this._navigate(this.pageIndex-1)}firstPage(){this.hasPreviousPage()&&this._navigate(0)}lastPage(){this.hasNextPage()&&this._navigate(this.getNumberOfPages()-1)}hasPreviousPage(){return this.pageIndex>=1&&0!=this.pageSize}hasNextPage(){const f=this.getNumberOfPages()-1;return this.pageIndexf-h),this._changeDetectorRef.markForCheck())}_emitPageEvent(f){this.page.emit({previousPageIndex:f,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}_navigate(f){const h=this.pageIndex;f!==h&&(this.pageIndex=f,this._emitPageEvent(h))}_buttonClicked(f,h){h||this._navigate(f)}static \u0275fac=function(h){return new(h||n)};static \u0275cmp=t.VBU({type:n,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-mdc-paginator"],inputs:{color:"color",pageIndex:[2,"pageIndex","pageIndex",p.Udg],length:[2,"length","length",p.Udg],pageSize:[2,"pageSize","pageSize",p.Udg],pageSizeOptions:"pageSizeOptions",hidePageSize:[2,"hidePageSize","hidePageSize",p.L39],showFirstLastButtons:[2,"showFirstLastButtons","showFirstLastButtons",p.L39],selectConfig:"selectConfig",disabled:[2,"disabled","disabled",p.L39]},outputs:{page:"page"},exportAs:["matPaginator"],decls:14,vars:14,consts:[["selectRef",""],[1,"mat-mdc-paginator-outer-container"],[1,"mat-mdc-paginator-container"],[1,"mat-mdc-paginator-page-size"],[1,"mat-mdc-paginator-range-actions"],["aria-live","polite",1,"mat-mdc-paginator-range-label"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-previous",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true",1,"mat-mdc-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-next",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","disabled","tabindex"],[1,"mat-mdc-paginator-page-size-label"],[1,"mat-mdc-paginator-page-size-select",3,"appearance","color"],[1,"mat-mdc-paginator-page-size-value"],["hideSingleSelectionIndicator","",3,"selectionChange","value","disabled","aria-labelledby","panelClass","disableOptionCentering"],[3,"value"],[1,"mat-mdc-paginator-touch-target",3,"click"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-first",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["matIconButton","","type","button","matTooltipPosition","above","disabledInteractive","",1,"mat-mdc-paginator-navigation-last",3,"click","matTooltip","matTooltipDisabled","disabled","tabindex"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(h,b){1&h&&(t.j41(0,"div",1)(1,"div",2),t.nVh(2,q,5,4,"div",3),t.j41(3,"div",4)(4,"div",5),t.EFF(5),t.k0s(),t.nVh(6,G,3,5,"button",6),t.j41(7,"button",7),t.bIt("click",function(){return b._buttonClicked(b.pageIndex-1,b._previousButtonsDisabled())}),i.qSk(),t.j41(8,"svg",8),t.nrm(9,"path",9),t.k0s()(),i.joV(),t.j41(10,"button",10),t.bIt("click",function(){return b._buttonClicked(b.pageIndex+1,b._nextButtonsDisabled())}),i.qSk(),t.j41(11,"svg",8),t.nrm(12,"path",11),t.k0s()(),t.nVh(13,Q,3,5,"button",12),t.k0s()()()),2&h&&(t.R7$(2),t.vxM(b.hidePageSize?-1:2),t.R7$(3),t.SpI(" ",b._intl.getRangeLabel(b.pageIndex,b.pageSize,b.length)," "),t.R7$(),t.vxM(b.showFirstLastButtons?6:-1),t.R7$(),t.Y8G("matTooltip",b._intl.previousPageLabel)("matTooltipDisabled",b._previousButtonsDisabled())("disabled",b._previousButtonsDisabled())("tabindex",b._previousButtonsDisabled()?-1:null),t.BMQ("aria-label",b._intl.previousPageLabel),t.R7$(3),t.Y8G("matTooltip",b._intl.nextPageLabel)("matTooltipDisabled",b._nextButtonsDisabled())("disabled",b._nextButtonsDisabled())("tabindex",b._nextButtonsDisabled()?-1:null),t.BMQ("aria-label",b._intl.nextPageLabel),t.R7$(3),t.vxM(b.showFirstLastButtons?13:-1))},dependencies:[T.rl,g.VO,d.wT,w.iY,m.oV],styles:[".mat-mdc-paginator{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-paginator-container-text-color, var(--mat-sys-on-surface));background-color:var(--mat-paginator-container-background-color, var(--mat-sys-surface));font-family:var(--mat-paginator-container-text-font, var(--mat-sys-body-small-font));line-height:var(--mat-paginator-container-text-line-height, var(--mat-sys-body-small-line-height));font-size:var(--mat-paginator-container-text-size, var(--mat-sys-body-small-size));font-weight:var(--mat-paginator-container-text-weight, var(--mat-sys-body-small-weight));letter-spacing:var(--mat-paginator-container-text-tracking, var(--mat-sys-body-small-tracking));--mat-form-field-container-height: var(--mat-paginator-form-field-container-height, 40px);--mat-form-field-container-vertical-padding: var(--mat-paginator-form-field-container-vertical-padding, 8px)}.mat-mdc-paginator .mat-mdc-select-value{font-size:var(--mat-paginator-select-trigger-text-size, var(--mat-sys-body-small-size))}.mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-paginator .mat-mdc-select{line-height:1.5}.mat-mdc-paginator-outer-container{display:flex}.mat-mdc-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap;width:100%;min-height:var(--mat-paginator-container-size, 56px)}.mat-mdc-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-mdc-paginator-page-size{margin-right:0;margin-left:8px}.mat-mdc-paginator-page-size-label{margin:0 4px}.mat-mdc-paginator-page-size-select{margin:0 4px;width:var(--mat-paginator-page-size-select-width, 84px)}.mat-mdc-paginator-range-label{margin:0 32px 0 24px}.mat-mdc-paginator-range-actions{display:flex;align-items:center}.mat-mdc-paginator-icon{display:inline-block;width:28px;fill:var(--mat-paginator-enabled-icon-color, var(--mat-sys-on-surface-variant))}.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon{fill:var(--mat-paginator-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent))}[dir=rtl] .mat-mdc-paginator-icon{transform:rotate(180deg)}@media(forced-colors: active){.mat-mdc-icon-button[aria-disabled] .mat-mdc-paginator-icon,.mat-mdc-paginator-icon{fill:currentColor}.mat-mdc-paginator-range-actions .mat-mdc-icon-button{outline:solid 1px}.mat-mdc-paginator-range-actions .mat-mdc-icon-button[aria-disabled]{color:GrayText}}.mat-mdc-paginator-touch-target{display:var(--mat-paginator-touch-target-display, block);position:absolute;top:50%;left:50%;width:var(--mat-paginator-page-size-select-width, 84px);height:var(--mat-paginator-page-size-select-touch-target-height, 48px);background-color:rgba(0,0,0,0);transform:translate(-50%, -50%);cursor:pointer}\n"],encapsulation:2,changeDetection:0})}return n})(),D=(()=>{class n{static \u0275fac=function(h){return new(h||n)};static \u0275mod=t.$C({type:n});static \u0275inj=i.G2t({providers:[ue],imports:[M.Hl,g.Ve,P.u,Te]})}return n})()},96697:(Ae,ee,l)=>{"use strict";l.d(ee,{s:()=>S});var i=l(983),t=l(39974),p=l(54360);function S(c){return c<=0?()=>i.w:(0,t.N)((e,T)=>{let g=0;e.subscribe((0,p._)(T,d=>{++g<=c&&(T.next(d),c<=g&&T.complete())}))})}},96780:(Ae,ee,l)=>{"use strict";l.d(ee,{R:()=>c});var i=l(18359);class t extends i.yU{constructor(T,g){super()}schedule(T,g=0){return this}}const p={setInterval(e,T,...g){const{delegate:d}=p;return d?.setInterval?d.setInterval(e,T,...g):setInterval(e,T,...g)},clearInterval(e){const{delegate:T}=p;return(T?.clearInterval||clearInterval)(e)},delegate:void 0};var S=l(57908);class c extends t{constructor(T,g){super(T,g),this.scheduler=T,this.work=g,this.pending=!1}schedule(T,g=0){var d;if(this.closed)return this;this.state=T;const w=this.id,m=this.scheduler;return null!=w&&(this.id=this.recycleAsyncId(m,w,g)),this.pending=!0,this.delay=g,this.id=null!==(d=this.id)&&void 0!==d?d:this.requestAsyncId(m,this.id,g),this}requestAsyncId(T,g,d=0){return p.setInterval(T.flush.bind(T,this),d)}recycleAsyncId(T,g,d=0){if(null!=d&&this.delay===d&&!1===this.pending)return g;null!=g&&p.clearInterval(g)}execute(T,g){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const d=this._execute(T,g);if(d)return d;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(T,g){let w,d=!1;try{this.work(T)}catch(m){d=!0,w=m||new Error("Scheduled action threw falsy error")}if(d)return this.unsubscribe(),w}unsubscribe(){if(!this.closed){const{id:T,scheduler:g}=this,{actions:d}=g;this.work=this.state=this.scheduler=null,this.pending=!1,(0,S.o)(d,this),null!=T&&(this.id=this.recycleAsyncId(g,T,null)),this.delay=null,super.unsubscribe()}}}},96850:(Ae,ee,l)=>{"use strict";l.d(ee,{Bu:()=>Ue,ES:()=>Pe,Ql:()=>Ne,RI:()=>yt,T8:()=>se,hQ:()=>Kt,mq:()=>ct});var i=l(76838),t=l(89726),p=l(64123),S=l(61577),c=l(67336),e=l(10438),T=l(63610),g=l(39842),d=l(5718),w=l(2615),m=l(73664),P=l(17705),M=l(59295),j=l(71985),U=l(21413),K=l(84412),q=l(18359),G=l(57786),Q=l(7673),$=l(1807),ae=l(983),ue=l(70152),oe=l(5964),he=l(65245),me=l(99172),Te=l(25558),D=l(56977),n=l(31804),o=l(76939),f=l(88968),h=l(32046),b=l(72318),A=l(12496),k=l(22466);const x=["*"];function r(Zt,ti){1&Zt&&m.SdG(0)}const _=["tabListContainer"],W=["tabList"],I=["tabListInner"],B=["nextPaginator"],re=["previousPaginator"],pe=["content"];function be(Zt,ti){}const Be=["tabBodyWrapper"],_e=["tabHeader"];function ye(Zt,ti){}function Le(Zt,ti){if(1&Zt&&m.DNE(0,ye,0,0,"ng-template",12),2&Zt){const Ye=m.XpG().$implicit;m.Y8G("cdkPortalOutlet",Ye.templateLabel)}}function Ke(Zt,ti){if(1&Zt&&m.EFF(0),2&Zt){const Ye=m.XpG().$implicit;m.JRh(Ye.textLabel)}}function ge(Zt,ti){if(1&Zt){const Ye=m.RV6();m.j41(0,"div",7,2),m.bIt("click",function(){const Et=w.eBV(Ye),Jt=Et.$implicit,qe=Et.$index,$e=m.XpG(),tt=m.sdS(1);return w.Njj($e._handleClick(Jt,tt,qe))})("cdkFocusChange",function(Et){const Jt=w.eBV(Ye).$index,qe=m.XpG();return w.Njj(qe._tabFocusChanged(Et,Jt))}),m.nrm(2,"span",8)(3,"div",9),m.j41(4,"span",10)(5,"span",11),m.nVh(6,Le,1,1,null,12)(7,Ke,1,1),m.k0s()()()}if(2&Zt){const Ye=ti.$implicit,Nt=ti.$index,Et=m.sdS(1),Jt=m.XpG();m.HbH(Ye.labelClass),m.AVh("mdc-tab--active",Jt.selectedIndex===Nt),m.Y8G("id",Jt._getTabLabelId(Ye,Nt))("disabled",Ye.disabled)("fitInkBarToContent",Jt.fitInkBarToContent),m.BMQ("tabIndex",Jt._getTabIndex(Nt))("aria-posinset",Nt+1)("aria-setsize",Jt._tabs.length)("aria-controls",Jt._getTabContentId(Nt))("aria-selected",Jt.selectedIndex===Nt)("aria-label",Ye.ariaLabel||null)("aria-labelledby",!Ye.ariaLabel&&Ye.ariaLabelledby?Ye.ariaLabelledby:null),m.R7$(3),m.Y8G("matRippleTrigger",Et)("matRippleDisabled",Ye.disabled||Jt.disableRipple),m.R7$(3),m.vxM(Ye.templateLabel?6:7)}}function ve(Zt,ti){1&Zt&&m.SdG(0)}function Oe(Zt,ti){if(1&Zt){const Ye=m.RV6();m.j41(0,"mat-tab-body",13),m.bIt("_onCentered",function(){w.eBV(Ye);const Et=m.XpG();return w.Njj(Et._removeTabBodyWrapperHeight())})("_onCentering",function(Et){w.eBV(Ye);const Jt=m.XpG();return w.Njj(Jt._setTabBodyWrapperHeight(Et))})("_beforeCentering",function(Et){w.eBV(Ye);const Jt=m.XpG();return w.Njj(Jt._bodyCentered(Et))}),m.k0s()}if(2&Zt){const Ye=ti.$implicit,Nt=ti.$index,Et=m.XpG();m.HbH(Ye.bodyClass),m.Y8G("id",Et._getTabContentId(Nt))("content",Ye.content)("position",Ye.position)("animationDuration",Et.animationDuration)("preserveContent",Et.preserveContent),m.BMQ("tabindex",null!=Et.contentTabIndex&&Et.selectedIndex===Nt?Et.contentTabIndex:null)("aria-labelledby",Et._getTabLabelId(Ye,Nt))("aria-hidden",Et.selectedIndex!==Nt)}}const Ee=["mat-tab-nav-bar",""],dt=["mat-tab-link",""],nt=new w.nKC("MatTabContent");let Ct=(()=>{class Zt{template=(0,w.WQX)(m.C4Q);constructor(){}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275dir=m.FsC({type:Zt,selectors:[["","matTabContent",""]],features:[m.Jv_([{provide:nt,useExisting:Zt}])]})}return Zt})();const Mt=new w.nKC("MatTabLabel"),lt=new w.nKC("MAT_TAB");let Pe=(()=>{class Zt extends o.bV{_closestTab=(0,w.WQX)(lt,{optional:!0});static \u0275fac=(()=>{let Ye;return function(Et){return(Ye||(Ye=m.xGo(Zt)))(Et||Zt)}})();static \u0275dir=m.FsC({type:Zt,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[m.Jv_([{provide:Mt,useExisting:Zt}]),m.Vt3]})}return Zt})();const Ht=new w.nKC("MAT_TAB_GROUP");let ct=(()=>{class Zt{_viewContainerRef=(0,w.WQX)(m.c1b);_closestTabGroup=(0,w.WQX)(Ht,{optional:!0});disabled=!1;get templateLabel(){return this._templateLabel}set templateLabel(Ye){this._setTemplateLabelInput(Ye)}_templateLabel;_explicitContent=void 0;_implicitContent;textLabel="";ariaLabel;ariaLabelledby;labelClass;bodyClass;id=null;_contentPortal=null;get content(){return this._contentPortal}_stateChanges=new U.B;position=null;origin=null;isActive=!1;constructor(){(0,w.WQX)(f.l).load(h.A)}ngOnChanges(Ye){(Ye.hasOwnProperty("textLabel")||Ye.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new o.VA(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(Ye){Ye&&Ye._closestTab===this&&(this._templateLabel=Ye)}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275cmp=m.VBU({type:Zt,selectors:[["mat-tab"]],contentQueries:function(Nt,Et,Jt){if(1&Nt&&(m.wni(Jt,Pe,5),m.wni(Jt,Ct,7,m.C4Q)),2&Nt){let qe;m.mGM(qe=m.lsd())&&(Et.templateLabel=qe.first),m.mGM(qe=m.lsd())&&(Et._explicitContent=qe.first)}},viewQuery:function(Nt,Et){if(1&Nt&&m.GBs(m.C4Q,7),2&Nt){let Jt;m.mGM(Jt=m.lsd())&&(Et._implicitContent=Jt.first)}},hostAttrs:["hidden",""],hostVars:1,hostBindings:function(Nt,Et){2&Nt&&m.BMQ("id",null)},inputs:{disabled:[2,"disabled","disabled",P.L39],textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass",id:"id"},exportAs:["matTab"],features:[m.Jv_([{provide:lt,useExisting:Zt}]),m.OA$],ngContentSelectors:x,decls:1,vars:0,template:function(Nt,Et){1&Nt&&(m.NAR(),m.PeT(0,r,1,0,"ng-template"))},encapsulation:2})}return Zt})();const Ce="mdc-tab-indicator--active",ze="mdc-tab-indicator--no-transition";class Z{_items;_currentItem;constructor(ti){this._items=ti}hide(){this._items.forEach(ti=>ti.deactivateInkBar()),this._currentItem=void 0}alignToElement(ti){const Ye=this._items.find(Et=>Et.elementRef.nativeElement===ti),Nt=this._currentItem;if(Ye!==Nt&&(Nt?.deactivateInkBar(),Ye)){const Et=Nt?.elementRef.nativeElement.getBoundingClientRect?.();Ye.activateInkBar(Et),this._currentItem=Ye}}}let J=(()=>{class Zt{_elementRef=(0,w.WQX)(m.aKT);_inkBarElement;_inkBarContentElement;_fitToContent=!1;get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(Ye){this._fitToContent!==Ye&&(this._fitToContent=Ye,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(Ye){const Nt=this._elementRef.nativeElement;if(!Ye||!Nt.getBoundingClientRect||!this._inkBarContentElement)return void Nt.classList.add(Ce);const Et=Nt.getBoundingClientRect(),Jt=Ye.width/Et.width,qe=Ye.left-Et.left;Nt.classList.add(ze),this._inkBarContentElement.style.setProperty("transform",`translateX(${qe}px) scaleX(${Jt})`),Nt.getBoundingClientRect(),Nt.classList.remove(ze),Nt.classList.add(Ce),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this._elementRef.nativeElement.classList.remove(Ce)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){this._inkBarElement?.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){const Ye=this._elementRef.nativeElement.ownerDocument||document,Nt=this._inkBarElement=Ye.createElement("span"),Et=this._inkBarContentElement=Ye.createElement("span");Nt.className="mdc-tab-indicator",Et.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",Nt.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){(this._fitToContent?this._elementRef.nativeElement.querySelector(".mdc-tab__content"):this._elementRef.nativeElement).appendChild(this._inkBarElement)}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275dir=m.FsC({type:Zt,inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",P.L39]}})}return Zt})(),ht=(()=>{class Zt extends J{elementRef=(0,w.WQX)(m.aKT);disabled=!1;focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}static \u0275fac=(()=>{let Ye;return function(Et){return(Ye||(Ye=m.xGo(Zt)))(Et||Zt)}})();static \u0275dir=m.FsC({type:Zt,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(Nt,Et){2&Nt&&(m.BMQ("aria-disabled",!!Et.disabled),m.AVh("mat-mdc-tab-disabled",Et.disabled))},inputs:{disabled:[2,"disabled","disabled",P.L39]},features:[m.Vt3]})}return Zt})();const li={passive:!0};let kt=(()=>{class Zt{_elementRef=(0,w.WQX)(m.aKT);_changeDetectorRef=(0,w.WQX)(P.gRc);_viewportRuler=(0,w.WQX)(d.Xj);_dir=(0,w.WQX)(S.dS,{optional:!0});_ngZone=(0,w.WQX)(m.SKi);_platform=(0,w.WQX)(g.O);_sharedResizeObserver=(0,w.WQX)(T.a);_injector=(0,w.WQX)(w.zZn);_renderer=(0,w.WQX)(m.sFG);_animationsDisabled=(0,n.Rc)();_eventCleanups;_scrollDistance=0;_selectedIndexChanged=!1;_destroyed=new U.B;_showPaginationControls=!1;_disableScrollAfter=!0;_disableScrollBefore=!0;_tabLabelCount;_scrollDistanceChanged;_keyManager;_currentTextContent;_stopScrolling=new U.B;disablePagination=!1;get selectedIndex(){return this._selectedIndex}set selectedIndex(Ye){const Nt=isNaN(Ye)?0:Ye;this._selectedIndex!=Nt&&(this._selectedIndexChanged=!0,this._selectedIndex=Nt,this._keyManager&&this._keyManager.updateActiveItem(Nt))}_selectedIndex=0;selectFocusedIndex=new m.bkB;indexFocused=new m.bkB;constructor(){this._eventCleanups=this._ngZone.runOutsideAngular(()=>[this._renderer.listen(this._elementRef.nativeElement,"mouseleave",()=>this._stopInterval())])}ngAfterViewInit(){this._eventCleanups.push(this._renderer.listen(this._previousPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("before"),li),this._renderer.listen(this._nextPaginator.nativeElement,"touchstart",()=>this._handlePaginatorPress("after"),li))}ngAfterContentInit(){const Ye=this._dir?this._dir.change:(0,Q.of)("ltr"),Nt=this._sharedResizeObserver.observe(this._elementRef.nativeElement).pipe((0,ue.B)(32),(0,D.Q)(this._destroyed)),Et=this._viewportRuler.change(150).pipe((0,D.Q)(this._destroyed)),Jt=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new p.B(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(Math.max(this._selectedIndex,0)),(0,m.mal)(Jt,{injector:this._injector}),(0,G.h)(Ye,Et,Nt,this._items.changes,this._itemsResized()).pipe((0,D.Q)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),Jt()})}),this._keyManager?.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe(qe=>{this.indexFocused.emit(qe),this._setTabFocus(qe)})}_itemsResized(){return"function"!=typeof ResizeObserver?ae.w:this._items.changes.pipe((0,me.Z)(this._items),(0,Te.n)(Ye=>new j.c(Nt=>this._ngZone.runOutsideAngular(()=>{const Et=new ResizeObserver(Jt=>Nt.next(Jt));return Ye.forEach(Jt=>Et.observe(Jt.elementRef.nativeElement)),()=>{Et.disconnect()}}))),(0,he.i)(1),(0,oe.p)(Ye=>Ye.some(Nt=>Nt.contentRect.width>0&&Nt.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._eventCleanups.forEach(Ye=>Ye()),this._keyManager?.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(Ye){if(!(0,c.rp)(Ye))switch(Ye.keyCode){case e.Fm:case e.t6:if(this.focusIndex!==this.selectedIndex){const Nt=this._items.get(this.focusIndex);Nt&&!Nt.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(Ye))}break;default:this._keyManager?.onKeydown(Ye)}}_onContentChanges(){const Ye=this._elementRef.nativeElement.textContent;Ye!==this._currentTextContent&&(this._currentTextContent=Ye||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(Ye){!this._isValidIndex(Ye)||this.focusIndex===Ye||!this._keyManager||this._keyManager.setActiveItem(Ye)}_isValidIndex(Ye){return!this._items||!!this._items.toArray()[Ye]}_setTabFocus(Ye){if(this._showPaginationControls&&this._scrollToLabel(Ye),this._items&&this._items.length){this._items.toArray()[Ye].focus();const Nt=this._tabListContainer.nativeElement;Nt.scrollLeft="ltr"==this._getLayoutDirection()?0:Nt.scrollWidth-Nt.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const Ye=this.scrollDistance,Nt="ltr"===this._getLayoutDirection()?-Ye:Ye;this._tabList.nativeElement.style.transform=`translateX(${Math.round(Nt)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(Ye){this._scrollTo(Ye)}_scrollHeader(Ye){return this._scrollTo(this._scrollDistance+("before"==Ye?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(Ye){this._stopInterval(),this._scrollHeader(Ye)}_scrollToLabel(Ye){if(this.disablePagination)return;const Nt=this._items?this._items.toArray()[Ye]:null;if(!Nt)return;const Et=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:Jt,offsetWidth:qe}=Nt.elementRef.nativeElement;let $e,tt;"ltr"==this._getLayoutDirection()?($e=Jt,tt=$e+qe):(tt=this._tabListInner.nativeElement.offsetWidth-Jt,$e=tt-qe);const vi=this.scrollDistance,ei=this.scrollDistance+Et;$eei&&(this.scrollDistance+=Math.min(tt-ei,$e-vi))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const Et=this._tabListInner.nativeElement.scrollWidth-this._elementRef.nativeElement.offsetWidth>=5;Et||(this.scrollDistance=0),Et!==this._showPaginationControls&&(this._showPaginationControls=Et,this._changeDetectorRef.markForCheck())}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const Ye=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,Nt=Ye?Ye.elementRef.nativeElement:null;Nt?this._inkBar.alignToElement(Nt):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(Ye,Nt){Nt&&null!=Nt.button&&0!==Nt.button||(this._stopInterval(),(0,$.O)(650,100).pipe((0,D.Q)((0,G.h)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:Et,distance:Jt}=this._scrollHeader(Ye);(0===Jt||Jt>=Et)&&this._stopInterval()}))}_scrollTo(Ye){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const Nt=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(Nt,Ye)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:Nt,distance:this._scrollDistance}}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275dir=m.FsC({type:Zt,inputs:{disablePagination:[2,"disablePagination","disablePagination",P.L39],selectedIndex:[2,"selectedIndex","selectedIndex",P.Udg]},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"}})}return Zt})(),Rt=(()=>{class Zt extends kt{_items;_tabListContainer;_tabList;_tabListInner;_nextPaginator;_previousPaginator;_inkBar;ariaLabel;ariaLabelledby;disableRipple=!1;ngAfterContentInit(){this._inkBar=new Z(this._items),super.ngAfterContentInit()}_itemSelected(Ye){Ye.preventDefault()}static \u0275fac=(()=>{let Ye;return function(Et){return(Ye||(Ye=m.xGo(Zt)))(Et||Zt)}})();static \u0275cmp=m.VBU({type:Zt,selectors:[["mat-tab-header"]],contentQueries:function(Nt,Et,Jt){if(1&Nt&&m.wni(Jt,ht,4),2&Nt){let qe;m.mGM(qe=m.lsd())&&(Et._items=qe)}},viewQuery:function(Nt,Et){if(1&Nt&&(m.GBs(_,7),m.GBs(W,7),m.GBs(I,7),m.GBs(B,5),m.GBs(re,5)),2&Nt){let Jt;m.mGM(Jt=m.lsd())&&(Et._tabListContainer=Jt.first),m.mGM(Jt=m.lsd())&&(Et._tabList=Jt.first),m.mGM(Jt=m.lsd())&&(Et._tabListInner=Jt.first),m.mGM(Jt=m.lsd())&&(Et._nextPaginator=Jt.first),m.mGM(Jt=m.lsd())&&(Et._previousPaginator=Jt.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(Nt,Et){2&Nt&&m.AVh("mat-mdc-tab-header-pagination-controls-enabled",Et._showPaginationControls)("mat-mdc-tab-header-rtl","rtl"==Et._getLayoutDirection())},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],disableRipple:[2,"disableRipple","disableRipple",P.L39]},features:[m.Vt3],ngContentSelectors:x,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled"]],template:function(Nt,Et){if(1&Nt){const Jt=m.RV6();m.NAR(),m.j41(0,"div",5,0),m.bIt("click",function(){return w.eBV(Jt),w.Njj(Et._handlePaginatorClick("before"))})("mousedown",function($e){return w.eBV(Jt),w.Njj(Et._handlePaginatorPress("before",$e))})("touchend",function(){return w.eBV(Jt),w.Njj(Et._stopInterval())}),m.nrm(2,"div",6),m.k0s(),m.j41(3,"div",7,1),m.bIt("keydown",function($e){return w.eBV(Jt),w.Njj(Et._handleKeydown($e))}),m.j41(5,"div",8,2),m.bIt("cdkObserveContent",function(){return w.eBV(Jt),w.Njj(Et._onContentChanges())}),m.j41(7,"div",9,3),m.SdG(9),m.k0s()()(),m.j41(10,"div",10,4),m.bIt("mousedown",function($e){return w.eBV(Jt),w.Njj(Et._handlePaginatorPress("after",$e))})("click",function(){return w.eBV(Jt),w.Njj(Et._handlePaginatorClick("after"))})("touchend",function(){return w.eBV(Jt),w.Njj(Et._stopInterval())}),m.nrm(12,"div",6),m.k0s()}2&Nt&&(m.AVh("mat-mdc-tab-header-pagination-disabled",Et._disableScrollBefore),m.Y8G("matRippleDisabled",Et._disableScrollBefore||Et.disableRipple),m.R7$(3),m.AVh("_mat-animation-noopable",Et._animationsDisabled),m.R7$(2),m.BMQ("aria-label",Et.ariaLabel||null)("aria-labelledby",Et.ariaLabelledby||null),m.R7$(5),m.AVh("mat-mdc-tab-header-pagination-disabled",Et._disableScrollAfter),m.Y8G("matRippleDisabled",Et._disableScrollAfter||Et.disableRipple))},dependencies:[A.r6,b.Wv],styles:[".mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;outline:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-pagination-icon-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-divider-height, 1px);border-bottom-color:var(--mat-tab-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-group-inverted-header .mat-mdc-tab-label-container{border-bottom:none;border-top-style:solid;border-top-width:var(--mat-tab-divider-height, 1px);border-top-color:var(--mat-tab-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.cdk-drop-list .mat-mdc-tab-labels,.mat-mdc-tab-labels.cdk-drop-list{min-height:var(--mat-tab-container-height, 48px)}.mat-mdc-tab::before{margin:5px}@media(forced-colors: active){.mat-mdc-tab[aria-disabled=true]{color:GrayText}}\n"],encapsulation:2})}return Zt})();const le=new w.nKC("MAT_TABS_CONFIG");let te=(()=>{class Zt extends o.I3{_host=(0,w.WQX)(ce);_ngZone=(0,w.WQX)(m.SKi);_centeringSub=q.yU.EMPTY;_leavingSub=q.yU.EMPTY;constructor(){super()}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,me.Z)(this._host._isCenterPosition())).subscribe(Ye=>{this._host._content&&Ye&&!this.hasAttached()&&this._ngZone.run(()=>{Promise.resolve().then(),this.attach(this._host._content)})}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this._ngZone.run(()=>this.detach())})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275dir=m.FsC({type:Zt,selectors:[["","matTabBodyHost",""]],features:[m.Vt3]})}return Zt})(),ce=(()=>{class Zt{_elementRef=(0,w.WQX)(m.aKT);_dir=(0,w.WQX)(S.dS,{optional:!0});_ngZone=(0,w.WQX)(m.SKi);_injector=(0,w.WQX)(w.zZn);_renderer=(0,w.WQX)(m.sFG);_diAnimationsDisabled=(0,n.Rc)();_eventCleanups;_initialized;_fallbackTimer;_positionIndex;_dirChangeSubscription=q.yU.EMPTY;_position;_previousPosition;_onCentering=new m.bkB;_beforeCentering=new m.bkB;_afterLeavingCenter=new m.bkB;_onCentered=new m.bkB(!0);_portalHost;_contentElement;_content;animationDuration="500ms";preserveContent=!1;set position(Ye){this._positionIndex=Ye,this._computePositionAnimationState()}constructor(){if(this._dir){const Ye=(0,w.WQX)(P.gRc);this._dirChangeSubscription=this._dir.change.subscribe(Nt=>{this._computePositionAnimationState(Nt),Ye.markForCheck()})}}ngOnInit(){this._bindTransitionEvents(),"center"===this._position&&(this._setActiveClass(!0),(0,m.mal)(()=>this._onCentering.emit(this._elementRef.nativeElement.clientHeight),{injector:this._injector})),this._initialized=!0}ngOnDestroy(){clearTimeout(this._fallbackTimer),this._eventCleanups?.forEach(Ye=>Ye()),this._dirChangeSubscription.unsubscribe()}_bindTransitionEvents(){this._ngZone.runOutsideAngular(()=>{const Ye=this._elementRef.nativeElement,Nt=Et=>{Et.target===this._contentElement?.nativeElement&&(this._elementRef.nativeElement.classList.remove("mat-tab-body-animating"),"transitionend"===Et.type&&this._transitionDone())};this._eventCleanups=[this._renderer.listen(Ye,"transitionstart",Et=>{Et.target===this._contentElement?.nativeElement&&(this._elementRef.nativeElement.classList.add("mat-tab-body-animating"),this._transitionStarted())}),this._renderer.listen(Ye,"transitionend",Nt),this._renderer.listen(Ye,"transitioncancel",Nt)]})}_transitionStarted(){clearTimeout(this._fallbackTimer);const Ye="center"===this._position;this._beforeCentering.emit(Ye),Ye&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_transitionDone(){"center"===this._position?this._onCentered.emit():"center"===this._previousPosition&&this._afterLeavingCenter.emit()}_setActiveClass(Ye){this._elementRef.nativeElement.classList.toggle("mat-mdc-tab-body-active",Ye)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(){return 0===this._positionIndex}_computePositionAnimationState(Ye=this._getLayoutDirection()){this._previousPosition=this._position,this._position=this._positionIndex<0?"ltr"==Ye?"left":"right":this._positionIndex>0?"ltr"==Ye?"right":"left":"center",this._animationsDisabled()?this._simulateTransitionEvents():this._initialized&&("center"===this._position||"center"===this._previousPosition)&&(clearTimeout(this._fallbackTimer),this._fallbackTimer=this._ngZone.runOutsideAngular(()=>setTimeout(()=>this._simulateTransitionEvents(),100)))}_simulateTransitionEvents(){this._transitionStarted(),(0,m.mal)(()=>this._transitionDone(),{injector:this._injector})}_animationsDisabled(){return this._diAnimationsDisabled||"0ms"===this.animationDuration||"0s"===this.animationDuration}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275cmp=m.VBU({type:Zt,selectors:[["mat-tab-body"]],viewQuery:function(Nt,Et){if(1&Nt&&(m.GBs(te,5),m.GBs(pe,5)),2&Nt){let Jt;m.mGM(Jt=m.lsd())&&(Et._portalHost=Jt.first),m.mGM(Jt=m.lsd())&&(Et._contentElement=Jt.first)}},hostAttrs:[1,"mat-mdc-tab-body"],hostVars:1,hostBindings:function(Nt,Et){2&Nt&&m.BMQ("inert","center"===Et._position?null:"")},inputs:{_content:[0,"content","_content"],animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_onCentered:"_onCentered"},decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(Nt,Et){1&Nt&&(m.j41(0,"div",1,0),m.DNE(2,be,0,0,"ng-template",2),m.k0s()),2&Nt&&m.AVh("mat-tab-body-content-left","left"===Et._position)("mat-tab-body-content-right","right"===Et._position)("mat-tab-body-content-can-animate","center"===Et._position||"center"===Et._previousPosition)},dependencies:[te,d.uv],styles:[".mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto;transform:none;visibility:hidden}.mat-tab-body-animating>.mat-mdc-tab-body-content,.mat-mdc-tab-body-active>.mat-mdc-tab-body-content{visibility:visible}.mat-tab-body-animating>.mat-mdc-tab-body-content{min-height:1px}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-tab-body-content-can-animate{transition:transform var(--mat-tab-animation-duration) 1ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable .mat-tab-body-content-can-animate{transition:none}.mat-tab-body-content-left{transform:translate3d(-100%, 0, 0)}.mat-tab-body-content-right{transform:translate3d(100%, 0, 0)}\n"],encapsulation:2})}return Zt})(),se=(()=>{class Zt{_elementRef=(0,w.WQX)(m.aKT);_changeDetectorRef=(0,w.WQX)(P.gRc);_ngZone=(0,w.WQX)(m.SKi);_tabsSubscription=q.yU.EMPTY;_tabLabelSubscription=q.yU.EMPTY;_tabBodySubscription=q.yU.EMPTY;_diAnimationsDisabled=(0,n.Rc)();_allTabs;_tabBodies;_tabBodyWrapper;_tabHeader;_tabs=new m.rOR;_indexToSelect=0;_lastFocusedTabIndex=null;_tabBodyWrapperHeight=0;color;get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(Ye){this._fitInkBarToContent=Ye,this._changeDetectorRef.markForCheck()}_fitInkBarToContent=!1;stretchTabs=!0;alignTabs=null;dynamicHeight=!1;get selectedIndex(){return this._selectedIndex}set selectedIndex(Ye){this._indexToSelect=isNaN(Ye)?null:Ye}_selectedIndex=null;headerPosition="above";get animationDuration(){return this._animationDuration}set animationDuration(Ye){const Nt=Ye+"";this._animationDuration=/^\d+$/.test(Nt)?Ye+"ms":Nt}_animationDuration;get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(Ye){this._contentTabIndex=isNaN(Ye)?null:Ye}_contentTabIndex;disablePagination=!1;disableRipple=!1;preserveContent=!1;get backgroundColor(){return this._backgroundColor}set backgroundColor(Ye){const Nt=this._elementRef.nativeElement.classList;Nt.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),Ye&&Nt.add("mat-tabs-with-background",`mat-background-${Ye}`),this._backgroundColor=Ye}_backgroundColor;ariaLabel;ariaLabelledby;selectedIndexChange=new m.bkB;focusChange=new m.bkB;animationDone=new m.bkB;selectedTabChange=new m.bkB(!0);_groupId;_isServer=!(0,w.WQX)(g.O).isBrowser;constructor(){const Ye=(0,w.WQX)(le,{optional:!0});this._groupId=(0,w.WQX)(t.g).getId("mat-tab-group-"),this.animationDuration=Ye&&Ye.animationDuration?Ye.animationDuration:"500ms",this.disablePagination=!(!Ye||null==Ye.disablePagination)&&Ye.disablePagination,this.dynamicHeight=!(!Ye||null==Ye.dynamicHeight)&&Ye.dynamicHeight,null!=Ye?.contentTabIndex&&(this.contentTabIndex=Ye.contentTabIndex),this.preserveContent=!!Ye?.preserveContent,this.fitInkBarToContent=!(!Ye||null==Ye.fitInkBarToContent)&&Ye.fitInkBarToContent,this.stretchTabs=!Ye||null==Ye.stretchTabs||Ye.stretchTabs,this.alignTabs=Ye&&null!=Ye.alignTabs?Ye.alignTabs:null}ngAfterContentChecked(){const Ye=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=Ye){const Nt=null==this._selectedIndex;if(!Nt){this.selectedTabChange.emit(this._createChangeEvent(Ye));const Et=this._tabBodyWrapper.nativeElement;Et.style.minHeight=Et.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((Et,Jt)=>Et.isActive=Jt===Ye),Nt||(this.selectedIndexChange.emit(Ye),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((Nt,Et)=>{Nt.position=Et-Ye,null!=this._selectedIndex&&0==Nt.position&&!Nt.origin&&(Nt.origin=Ye-this._selectedIndex)}),this._selectedIndex!==Ye&&(this._selectedIndex=Ye,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const Ye=this._clampTabIndex(this._indexToSelect);if(Ye===this._selectedIndex){const Nt=this._tabs.toArray();let Et;for(let Jt=0;Jt{Nt[Ye].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(Ye))})}this._changeDetectorRef.markForCheck()})}ngAfterViewInit(){this._tabBodySubscription=this._tabBodies.changes.subscribe(()=>this._bodyCentered(!0))}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,me.Z)(this._allTabs)).subscribe(Ye=>{this._tabs.reset(Ye.filter(Nt=>Nt._closestTabGroup===this||!Nt._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe(),this._tabBodySubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(Ye){const Nt=this._tabHeader;Nt&&(Nt.focusIndex=Ye)}_focusChanged(Ye){this._lastFocusedTabIndex=Ye,this.focusChange.emit(this._createChangeEvent(Ye))}_createChangeEvent(Ye){const Nt=new ke;return Nt.index=Ye,this._tabs&&this._tabs.length&&(Nt.tab=this._tabs.toArray()[Ye]),Nt}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,G.h)(...this._tabs.map(Ye=>Ye._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(Ye){return Math.min(this._tabs.length-1,Math.max(Ye||0,0))}_getTabLabelId(Ye,Nt){return Ye.id||`${this._groupId}-label-${Nt}`}_getTabContentId(Ye){return`${this._groupId}-content-${Ye}`}_setTabBodyWrapperHeight(Ye){if(!this.dynamicHeight||!this._tabBodyWrapperHeight)return void(this._tabBodyWrapperHeight=Ye);const Nt=this._tabBodyWrapper.nativeElement;Nt.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(Nt.style.height=Ye+"px")}_removeTabBodyWrapperHeight(){const Ye=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=Ye.clientHeight,Ye.style.height="",this._ngZone.run(()=>this.animationDone.emit())}_handleClick(Ye,Nt,Et){Nt.focusIndex=Et,Ye.disabled||(this.selectedIndex=Et)}_getTabIndex(Ye){return Ye===(this._lastFocusedTabIndex??this.selectedIndex)?0:-1}_tabFocusChanged(Ye,Nt){Ye&&"mouse"!==Ye&&"touch"!==Ye&&(this._tabHeader.focusIndex=Nt)}_bodyCentered(Ye){Ye&&this._tabBodies?.forEach((Nt,Et)=>Nt._setActiveClass(Et===this._selectedIndex))}_animationsDisabled(){return this._diAnimationsDisabled||"0"===this.animationDuration||"0ms"===this.animationDuration}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275cmp=m.VBU({type:Zt,selectors:[["mat-tab-group"]],contentQueries:function(Nt,Et,Jt){if(1&Nt&&m.wni(Jt,ct,5),2&Nt){let qe;m.mGM(qe=m.lsd())&&(Et._allTabs=qe)}},viewQuery:function(Nt,Et){if(1&Nt&&(m.GBs(Be,5),m.GBs(_e,5),m.GBs(ce,5)),2&Nt){let Jt;m.mGM(Jt=m.lsd())&&(Et._tabBodyWrapper=Jt.first),m.mGM(Jt=m.lsd())&&(Et._tabHeader=Jt.first),m.mGM(Jt=m.lsd())&&(Et._tabBodies=Jt)}},hostAttrs:[1,"mat-mdc-tab-group"],hostVars:11,hostBindings:function(Nt,Et){2&Nt&&(m.BMQ("mat-align-tabs",Et.alignTabs),m.HbH("mat-"+(Et.color||"primary")),m.xc7("--mat-tab-animation-duration",Et.animationDuration),m.AVh("mat-mdc-tab-group-dynamic-height",Et.dynamicHeight)("mat-mdc-tab-group-inverted-header","below"===Et.headerPosition)("mat-mdc-tab-group-stretch-tabs",Et.stretchTabs))},inputs:{color:"color",fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",P.L39],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",P.L39],alignTabs:[0,"mat-align-tabs","alignTabs"],dynamicHeight:[2,"dynamicHeight","dynamicHeight",P.L39],selectedIndex:[2,"selectedIndex","selectedIndex",P.Udg],headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:[2,"contentTabIndex","contentTabIndex",P.Udg],disablePagination:[2,"disablePagination","disablePagination",P.L39],disableRipple:[2,"disableRipple","disableRipple",P.L39],preserveContent:[2,"preserveContent","preserveContent",P.L39],backgroundColor:"backgroundColor",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"]},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],features:[m.Jv_([{provide:Ht,useExisting:Zt}])],ngContentSelectors:x,decls:9,vars:8,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination","aria-label","aria-labelledby"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"id","mdc-tab--active","class","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","class","content","position","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-focus-indicator",3,"click","cdkFocusChange","id","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","_beforeCentering","id","content","position","animationDuration","preserveContent"]],template:function(Nt,Et){if(1&Nt){const Jt=m.RV6();m.NAR(),m.j41(0,"mat-tab-header",3,0),m.bIt("indexFocused",function($e){return w.eBV(Jt),w.Njj(Et._focusChanged($e))})("selectFocusedIndex",function($e){return w.eBV(Jt),w.Njj(Et.selectedIndex=$e)}),m.Z7z(2,ge,8,17,"div",4,m.fX1),m.k0s(),m.nVh(4,ve,1,0),m.j41(5,"div",5,1),m.Z7z(7,Oe,1,10,"mat-tab-body",6,m.fX1),m.k0s()}2&Nt&&(m.Y8G("selectedIndex",Et.selectedIndex||0)("disableRipple",Et.disableRipple)("disablePagination",Et.disablePagination),m.jOp("aria-label",Et.ariaLabel)("aria-labelledby",Et.ariaLabelledby),m.R7$(2),m.Dyx(Et._tabs),m.R7$(2),m.vxM(Et._isServer?4:-1),m.R7$(),m.AVh("_mat-animation-noopable",Et._animationsDisabled()),m.R7$(2),m.Dyx(Et._tabs))},dependencies:[Rt,ht,i.vR,A.r6,o.I3,ce],styles:['.mdc-tab{min-width:90px;padding:0 24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;z-index:1;touch-action:manipulation}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab--active .mdc-tab__text-label{transition-delay:100ms}._mat-animation-noopable .mdc-tab__text-label{transition:none}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transition:var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}._mat-animation-noopable .mdc-tab-indicator__content,.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mat-mdc-tab-ripple.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;height:var(--mat-tab-container-height, 48px);font-family:var(--mat-tab-label-text-font, var(--mat-sys-title-small-font));font-size:var(--mat-tab-label-text-size, var(--mat-sys-title-small-size));letter-spacing:var(--mat-tab-label-text-tracking, var(--mat-sys-title-small-tracking));line-height:var(--mat-tab-label-text-line-height, var(--mat-sys-title-small-line-height));font-weight:var(--mat-tab-label-text-weight, var(--mat-sys-title-small-weight))}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-indicator-color, var(--mat-sys-primary));border-top-width:var(--mat-tab-active-indicator-height, 2px);border-radius:var(--mat-tab-active-indicator-shape, 0)}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-inactive-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-inactive-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-active-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-active-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-active-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-hover-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-active-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-focus-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-disabled-ripple-color, var(--mat-sys-on-surface-variant))}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-inactive-label-text-color, var(--mat-sys-on-surface));display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-focus-indicator::before{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}\n'],encapsulation:2})}return Zt})();class ke{index;tab}let Ue=(()=>{class Zt extends kt{_focusedItem=(0,w.vPA)(null);get fitInkBarToContent(){return this._fitInkBarToContent.value}set fitInkBarToContent(Ye){this._fitInkBarToContent.next(Ye),this._changeDetectorRef.markForCheck()}_fitInkBarToContent=new K.t(!1);stretchTabs=!0;get animationDuration(){return this._animationDuration}set animationDuration(Ye){const Nt=Ye+"";this._animationDuration=/^\d+$/.test(Nt)?Ye+"ms":Nt}_animationDuration;_items;get backgroundColor(){return this._backgroundColor}set backgroundColor(Ye){const Nt=this._elementRef.nativeElement.classList;Nt.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),Ye&&Nt.add("mat-tabs-with-background",`mat-background-${Ye}`),this._backgroundColor=Ye}_backgroundColor;get disableRipple(){return this._disableRipple()}set disableRipple(Ye){this._disableRipple.set(Ye)}_disableRipple=(0,w.vPA)(!1);color="primary";tabPanel;_tabListContainer;_tabList;_tabListInner;_nextPaginator;_previousPaginator;_inkBar;constructor(){const Ye=(0,w.WQX)(le,{optional:!0});super(),this.disablePagination=!(!Ye||null==Ye.disablePagination)&&Ye.disablePagination,this.fitInkBarToContent=!(!Ye||null==Ye.fitInkBarToContent)&&Ye.fitInkBarToContent,this.stretchTabs=!Ye||null==Ye.stretchTabs||Ye.stretchTabs}_itemSelected(){}ngAfterContentInit(){this._inkBar=new Z(this._items),this._items.changes.pipe((0,me.Z)(null),(0,D.Q)(this._destroyed)).subscribe(()=>this.updateActiveLink()),super.ngAfterContentInit(),this._keyManager.change.pipe((0,me.Z)(null),(0,D.Q)(this._destroyed)).subscribe(()=>this._focusedItem.set(this._keyManager?.activeItem||null))}ngAfterViewInit(){super.ngAfterViewInit()}updateActiveLink(){if(!this._items)return;const Ye=this._items.toArray();for(let Nt=0;Nt.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-link-container .mat-mdc-tab-links{justify-content:flex-end}.cdk-drop-list .mat-mdc-tab-links,.mat-mdc-tab-links.cdk-drop-list{min-height:var(--mat-tab-container-height, 48px)}.mat-mdc-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-divider-height, 1px);border-bottom-color:var(--mat-tab-divider-color, var(--mat-sys-surface-variant))}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-background-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background.mat-primary>.mat-mdc-tab-link-container .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-link-container .mat-mdc-tab-link:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-focus-indicator::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-focus-indicator::before{border-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mdc-tab__ripple::before,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-foreground-color)}.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-link-container .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-nav-bar.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-foreground-color)}\n"],encapsulation:2})}return Zt})(),Ne=(()=>{class Zt extends J{_tabNavBar=(0,w.WQX)(Ue);elementRef=(0,w.WQX)(m.aKT);_focusMonitor=(0,w.WQX)(i.FN);_destroyed=new U.B;_isActive=!1;_tabIndex=(0,M.EW)(()=>this._tabNavBar._focusedItem()===this?this.tabIndex:-1);get active(){return this._isActive}set active(Ye){Ye!==this._isActive&&(this._isActive=Ye,this._tabNavBar.updateActiveLink())}disabled=!1;get disableRipple(){return this._disableRipple()}set disableRipple(Ye){this._disableRipple.set(Ye)}_disableRipple=(0,w.vPA)(!1);tabIndex=0;rippleConfig;get rippleDisabled(){return this.disabled||this.disableRipple||this._tabNavBar.disableRipple||!!this.rippleConfig.disabled}id=(0,w.WQX)(t.g).getId("mat-tab-link-");constructor(){super(),(0,w.WQX)(f.l).load(h.A);const Ye=(0,w.WQX)(A.$E,{optional:!0}),Nt=(0,w.WQX)(new P.ES_("tabindex"),{optional:!0});this.rippleConfig=Ye||{},this.tabIndex=null==Nt?0:parseInt(Nt)||0,(0,n.Rc)()&&(this.rippleConfig.animation={enterDuration:0,exitDuration:0}),this._tabNavBar._fitInkBarToContent.pipe((0,D.Q)(this._destroyed)).subscribe(Et=>{this.fitInkBarToContent=Et})}focus(){this.elementRef.nativeElement.focus()}ngAfterViewInit(){this._focusMonitor.monitor(this.elementRef)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),super.ngOnDestroy(),this._focusMonitor.stopMonitoring(this.elementRef)}_handleFocus(){this._tabNavBar.focusIndex=this._tabNavBar._items.toArray().indexOf(this)}_handleKeydown(Ye){(Ye.keyCode===e.t6||Ye.keyCode===e.Fm)&&(this.disabled?Ye.preventDefault():this._tabNavBar.tabPanel&&(Ye.keyCode===e.t6&&Ye.preventDefault(),this.elementRef.nativeElement.click()))}_getAriaControls(){return this._tabNavBar.tabPanel?this._tabNavBar.tabPanel?.id:this.elementRef.nativeElement.getAttribute("aria-controls")}_getAriaSelected(){return this._tabNavBar.tabPanel?this.active?"true":"false":this.elementRef.nativeElement.getAttribute("aria-selected")}_getAriaCurrent(){return this.active&&!this._tabNavBar.tabPanel?"page":null}_getRole(){return this._tabNavBar.tabPanel?"tab":this.elementRef.nativeElement.getAttribute("role")}static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275cmp=m.VBU({type:Zt,selectors:[["","mat-tab-link",""],["","matTabLink",""]],hostAttrs:[1,"mdc-tab","mat-mdc-tab-link","mat-focus-indicator"],hostVars:11,hostBindings:function(Nt,Et){1&Nt&&m.bIt("focus",function(){return Et._handleFocus()})("keydown",function(qe){return Et._handleKeydown(qe)}),2&Nt&&(m.BMQ("aria-controls",Et._getAriaControls())("aria-current",Et._getAriaCurrent())("aria-disabled",Et.disabled)("aria-selected",Et._getAriaSelected())("id",Et.id)("tabIndex",Et._tabIndex())("role",Et._getRole()),m.AVh("mat-mdc-tab-disabled",Et.disabled)("mdc-tab--active",Et.active))},inputs:{active:[2,"active","active",P.L39],disabled:[2,"disabled","disabled",P.L39],disableRipple:[2,"disableRipple","disableRipple",P.L39],tabIndex:[2,"tabIndex","tabIndex",Ye=>null==Ye?0:(0,P.Udg)(Ye)],id:"id"},exportAs:["matTabLink"],features:[m.Vt3],attrs:dt,ngContentSelectors:x,decls:5,vars:2,consts:[[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"]],template:function(Nt,Et){1&Nt&&(m.NAR(),m.nrm(0,"span",0)(1,"div",1),m.j41(2,"span",2)(3,"span",3),m.SdG(4),m.k0s()()),2&Nt&&(m.R7$(),m.Y8G("matRippleTrigger",Et.elementRef.nativeElement)("matRippleDisabled",Et.rippleDisabled))},dependencies:[A.r6],styles:['.mat-mdc-tab-link{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;height:var(--mat-tab-container-height, 48px);font-family:var(--mat-tab-label-text-font, var(--mat-sys-title-small-font));font-size:var(--mat-tab-label-text-size, var(--mat-sys-title-small-size));letter-spacing:var(--mat-tab-label-text-tracking, var(--mat-sys-title-small-tracking));line-height:var(--mat-tab-label-text-line-height, var(--mat-sys-title-small-line-height));font-weight:var(--mat-tab-label-text-weight, var(--mat-sys-title-small-weight))}.mat-mdc-tab-link.mdc-tab{flex-grow:0}.mat-mdc-tab-link .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-indicator-color, var(--mat-sys-primary));border-top-width:var(--mat-tab-active-indicator-height, 2px);border-radius:var(--mat-tab-active-indicator-shape, 0)}.mat-mdc-tab-link:hover .mdc-tab__text-label{color:var(--mat-tab-inactive-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link:focus .mdc-tab__text-label{color:var(--mat-tab-inactive-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-active-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab-link.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-active-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-active-hover-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-hover-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-active-focus-label-text-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-active-focus-indicator-color, var(--mat-sys-primary))}.mat-mdc-tab-link.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-disabled-ripple-color, var(--mat-sys-on-surface-variant))}.mat-mdc-tab-link .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-link .mdc-tab__text-label{color:var(--mat-tab-inactive-label-text-color, var(--mat-sys-on-surface));display:inline-flex;align-items:center}.mat-mdc-tab-link .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab-link:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab-link.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab-link.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab-link .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-inactive-ripple-color, var(--mat-sys-on-surface))}.mat-mdc-tab-header.mat-mdc-tab-nav-bar-stretch-tabs .mat-mdc-tab-link{flex-grow:1}.mat-mdc-tab-link::before{margin:5px}@media(max-width: 599px){.mat-mdc-tab-link{min-width:72px}}\n'],encapsulation:2,changeDetection:0})}return Zt})(),Kt=(()=>{class Zt{id=(0,w.WQX)(t.g).getId("mat-tab-nav-panel-");_activeTabId;static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275cmp=m.VBU({type:Zt,selectors:[["mat-tab-nav-panel"]],hostAttrs:["role","tabpanel",1,"mat-mdc-tab-nav-panel"],hostVars:2,hostBindings:function(Nt,Et){2&Nt&&m.BMQ("aria-labelledby",Et._activeTabId)("id",Et.id)},inputs:{id:"id"},exportAs:["matTabNavPanel"],ngContentSelectors:x,decls:1,vars:0,template:function(Nt,Et){1&Nt&&(m.NAR(),m.SdG(0))},encapsulation:2,changeDetection:0})}return Zt})(),yt=(()=>{class Zt{static \u0275fac=function(Nt){return new(Nt||Zt)};static \u0275mod=m.$C({type:Zt});static \u0275inj=w.G2t({imports:[k.y,k.y]})}return Zt})()},96867:function(Ae,ee,l){!function(i,t){"use strict";function p(D,n){if(!D)throw new Error(n||"Assertion failed")}function S(D,n){D.super_=n;var o=function(){};o.prototype=n.prototype,D.prototype=new o,D.prototype.constructor=D}function c(D,n,o){if(c.isBN(D))return D;this.negative=0,this.words=null,this.length=0,this.red=null,null!==D&&(("le"===n||"be"===n)&&(o=n,n=10),this._init(D||0,n||10,o||"be"))}var e;"object"==typeof i?i.exports=c:t.BN=c,c.BN=c,c.wordSize=26;try{e=typeof window<"u"&&typeof window.Buffer<"u"?window.Buffer:l(78982).Buffer}catch{}function T(D,n){var o=D.charCodeAt(n);return o>=65&&o<=70?o-55:o>=97&&o<=102?o-87:o-48&15}function g(D,n,o){var f=T(D,o);return o-1>=n&&(f|=T(D,o-1)<<4),f}function d(D,n,o,f){for(var h=0,b=Math.min(D.length,o),A=n;A=49?k-49+10:k>=17?k-17+10:k}return h}c.isBN=function(n){return n instanceof c||null!==n&&"object"==typeof n&&n.constructor.wordSize===c.wordSize&&Array.isArray(n.words)},c.max=function(n,o){return n.cmp(o)>0?n:o},c.min=function(n,o){return n.cmp(o)<0?n:o},c.prototype._init=function(n,o,f){if("number"==typeof n)return this._initNumber(n,o,f);if("object"==typeof n)return this._initArray(n,o,f);"hex"===o&&(o=16),p(o===(0|o)&&o>=2&&o<=36);var h=0;"-"===(n=n.toString().replace(/\s+/g,""))[0]&&(h++,this.negative=1),h=0;h-=3)this.words[b]|=(A=n[h]|n[h-1]<<8|n[h-2]<<16)<>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);else if("le"===f)for(h=0,b=0;h>>26-k&67108863,(k+=24)>=26&&(k-=26,b++);return this.strip()},c.prototype._parseHex=function(n,o,f){this.length=Math.ceil((n.length-o)/6),this.words=new Array(this.length);for(var h=0;h=o;h-=2)k=g(n,o,h)<=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;else for(h=(n.length-o)%2==0?o+1:o;h=18?(b-=18,this.words[A+=1]|=k>>>26):b+=8;this.strip()},c.prototype._parseBase=function(n,o,f){this.words=[0],this.length=1;for(var h=0,b=1;b<=67108863;b*=o)h++;h--,b=b/o|0;for(var A=n.length-f,k=A%h,x=Math.min(A,A-k)+f,r=0,_=f;_1&&0===this.words[this.length-1];)this.length--;return this._normSign()},c.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},c.prototype.inspect=function(){return(this.red?""};var w=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],m=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],P=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function j(D,n,o){o.negative=n.negative^D.negative;var f=D.length+n.length|0;o.length=f,f=f-1|0;var h=0|D.words[0],b=0|n.words[0],A=h*b,x=A/67108864|0;o.words[0]=67108863&A;for(var r=1;r>>26,W=67108863&x,I=Math.min(r,n.length-1),B=Math.max(0,r-D.length+1);B<=I;B++)_+=(A=(h=0|D.words[r-B|0])*(b=0|n.words[B])+W)/67108864|0,W=67108863&A;o.words[r]=0|W,x=0|_}return 0!==x?o.words[r]=0|x:o.length--,o.strip()}c.prototype.toString=function(n,o){var f;if(o=0|o||1,16===(n=n||10)||"hex"===n){f="";for(var h=0,b=0,A=0;A>>24-h&16777215,(h+=2)>=26&&(h-=26,A--),f=0!==b||A!==this.length-1?w[6-x.length]+x+f:x+f}for(0!==b&&(f=b.toString(16)+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}if(n===(0|n)&&n>=2&&n<=36){var r=m[n],_=P[n];f="";var W=this.clone();for(W.negative=0;!W.isZero();){var I=W.modn(_).toString(n);f=(W=W.idivn(_)).isZero()?I+f:w[r-I.length]+I+f}for(this.isZero()&&(f="0"+f);f.length%o!==0;)f="0"+f;return 0!==this.negative&&(f="-"+f),f}p(!1,"Base should be between 2 and 36")},c.prototype.toNumber=function(){var n=this.words[0];return 2===this.length?n+=67108864*this.words[1]:3===this.length&&1===this.words[2]?n+=4503599627370496+67108864*this.words[1]:this.length>2&&p(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-n:n},c.prototype.toJSON=function(){return this.toString(16)},c.prototype.toBuffer=function(n,o){return p(typeof e<"u"),this.toArrayLike(e,n,o)},c.prototype.toArray=function(n,o){return this.toArrayLike(Array,n,o)},c.prototype.toArrayLike=function(n,o,f){var h=this.byteLength(),b=f||Math.max(1,h);p(h<=b,"byte array longer than desired length"),p(b>0,"Requested array length <= 0"),this.strip();var x,r,A="le"===o,k=new n(b),_=this.clone();if(A){for(r=0;!_.isZero();r++)x=_.andln(255),_.iushrn(8),k[r]=x;for(;r=4096&&(f+=13,o>>>=13),o>=64&&(f+=7,o>>>=7),o>=8&&(f+=4,o>>>=4),o>=2&&(f+=2,o>>>=2),f+o},c.prototype._zeroBits=function(n){if(0===n)return 26;var o=n,f=0;return!(8191&o)&&(f+=13,o>>>=13),!(127&o)&&(f+=7,o>>>=7),!(15&o)&&(f+=4,o>>>=4),!(3&o)&&(f+=2,o>>>=2),!(1&o)&&f++,f},c.prototype.bitLength=function(){var o=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+o},c.prototype.zeroBits=function(){if(this.isZero())return 0;for(var n=0,o=0;on.length?this.clone().ior(n):n.clone().ior(this)},c.prototype.uor=function(n){return this.length>n.length?this.clone().iuor(n):n.clone().iuor(this)},c.prototype.iuand=function(n){var o;o=this.length>n.length?n:this;for(var f=0;fn.length?this.clone().iand(n):n.clone().iand(this)},c.prototype.uand=function(n){return this.length>n.length?this.clone().iuand(n):n.clone().iuand(this)},c.prototype.iuxor=function(n){var o,f;this.length>n.length?(o=this,f=n):(o=n,f=this);for(var h=0;hn.length?this.clone().ixor(n):n.clone().ixor(this)},c.prototype.uxor=function(n){return this.length>n.length?this.clone().iuxor(n):n.clone().iuxor(this)},c.prototype.inotn=function(n){p("number"==typeof n&&n>=0);var o=0|Math.ceil(n/26),f=n%26;this._expand(o),f>0&&o--;for(var h=0;h0&&(this.words[h]=~this.words[h]&67108863>>26-f),this.strip()},c.prototype.notn=function(n){return this.clone().inotn(n)},c.prototype.setn=function(n,o){p("number"==typeof n&&n>=0);var f=n/26|0,h=n%26;return this._expand(f+1),this.words[f]=o?this.words[f]|1<n.length?(f=this,h=n):(f=n,h=this);for(var b=0,A=0;A>>26;for(;0!==b&&A>>26;if(this.length=f.length,0!==b)this.words[this.length]=b,this.length++;else if(f!==this)for(;An.length?this.clone().iadd(n):n.clone().iadd(this)},c.prototype.isub=function(n){if(0!==n.negative){n.negative=0;var o=this.iadd(n);return n.negative=1,o._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(n),this.negative=1,this._normSign();var h,b,f=this.cmp(n);if(0===f)return this.negative=0,this.length=1,this.words[0]=0,this;f>0?(h=this,b=n):(h=n,b=this);for(var A=0,k=0;k>26,this.words[k]=67108863&o;for(;0!==A&&k>26,this.words[k]=67108863&o;if(0===A&&k>>13,re=0|h[1],pe=8191&re,be=re>>>13,Be=0|h[2],_e=8191&Be,ye=Be>>>13,Le=0|h[3],Ke=8191&Le,ge=Le>>>13,ve=0|h[4],Oe=8191&ve,Ee=ve>>>13,dt=0|h[5],nt=8191&dt,Ct=dt>>>13,Mt=0|h[6],lt=8191&Mt,Pe=Mt>>>13,Ht=0|h[7],ct=8191&Ht,Ce=Ht>>>13,ze=0|h[8],Z=8191&ze,J=ze>>>13,fe=0|h[9],Ie=8191&fe,ht=fe>>>13,li=0|b[0],Qt=8191&li,di=li>>>13,kt=0|b[1],Rt=8191&kt,le=kt>>>13,te=0|b[2],ce=8191&te,se=te>>>13,ke=0|b[3],Ue=8191&ke,Ne=ke>>>13,Kt=0|b[4],yt=8191&Kt,Vt=Kt>>>13,Zt=0|b[5],ti=8191&Zt,Ye=Zt>>>13,Nt=0|b[6],Et=8191&Nt,Jt=Nt>>>13,qe=0|b[7],$e=8191&qe,tt=qe>>>13,vi=0|b[8],ei=8191&vi,ci=vi>>>13,Hi=0|b[9],oi=8191&Hi,ui=Hi>>>13;f.negative=n.negative^o.negative,f.length=19;var ln=(k+(x=Math.imul(I,Qt))|0)+((8191&(r=(r=Math.imul(I,di))+Math.imul(B,Qt)|0))<<13)|0;k=((_=Math.imul(B,di))+(r>>>13)|0)+(ln>>>26)|0,ln&=67108863,x=Math.imul(pe,Qt),r=(r=Math.imul(pe,di))+Math.imul(be,Qt)|0,_=Math.imul(be,di);var nn=(k+(x=x+Math.imul(I,Rt)|0)|0)+((8191&(r=(r=r+Math.imul(I,le)|0)+Math.imul(B,Rt)|0))<<13)|0;k=((_=_+Math.imul(B,le)|0)+(r>>>13)|0)+(nn>>>26)|0,nn&=67108863,x=Math.imul(_e,Qt),r=(r=Math.imul(_e,di))+Math.imul(ye,Qt)|0,_=Math.imul(ye,di),x=x+Math.imul(pe,Rt)|0,r=(r=r+Math.imul(pe,le)|0)+Math.imul(be,Rt)|0,_=_+Math.imul(be,le)|0;var dn=(k+(x=x+Math.imul(I,ce)|0)|0)+((8191&(r=(r=r+Math.imul(I,se)|0)+Math.imul(B,ce)|0))<<13)|0;k=((_=_+Math.imul(B,se)|0)+(r>>>13)|0)+(dn>>>26)|0,dn&=67108863,x=Math.imul(Ke,Qt),r=(r=Math.imul(Ke,di))+Math.imul(ge,Qt)|0,_=Math.imul(ge,di),x=x+Math.imul(_e,Rt)|0,r=(r=r+Math.imul(_e,le)|0)+Math.imul(ye,Rt)|0,_=_+Math.imul(ye,le)|0,x=x+Math.imul(pe,ce)|0,r=(r=r+Math.imul(pe,se)|0)+Math.imul(be,ce)|0,_=_+Math.imul(be,se)|0;var zn=(k+(x=x+Math.imul(I,Ue)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ne)|0)+Math.imul(B,Ue)|0))<<13)|0;k=((_=_+Math.imul(B,Ne)|0)+(r>>>13)|0)+(zn>>>26)|0,zn&=67108863,x=Math.imul(Oe,Qt),r=(r=Math.imul(Oe,di))+Math.imul(Ee,Qt)|0,_=Math.imul(Ee,di),x=x+Math.imul(Ke,Rt)|0,r=(r=r+Math.imul(Ke,le)|0)+Math.imul(ge,Rt)|0,_=_+Math.imul(ge,le)|0,x=x+Math.imul(_e,ce)|0,r=(r=r+Math.imul(_e,se)|0)+Math.imul(ye,ce)|0,_=_+Math.imul(ye,se)|0,x=x+Math.imul(pe,Ue)|0,r=(r=r+Math.imul(pe,Ne)|0)+Math.imul(be,Ue)|0,_=_+Math.imul(be,Ne)|0;var It=(k+(x=x+Math.imul(I,yt)|0)|0)+((8191&(r=(r=r+Math.imul(I,Vt)|0)+Math.imul(B,yt)|0))<<13)|0;k=((_=_+Math.imul(B,Vt)|0)+(r>>>13)|0)+(It>>>26)|0,It&=67108863,x=Math.imul(nt,Qt),r=(r=Math.imul(nt,di))+Math.imul(Ct,Qt)|0,_=Math.imul(Ct,di),x=x+Math.imul(Oe,Rt)|0,r=(r=r+Math.imul(Oe,le)|0)+Math.imul(Ee,Rt)|0,_=_+Math.imul(Ee,le)|0,x=x+Math.imul(Ke,ce)|0,r=(r=r+Math.imul(Ke,se)|0)+Math.imul(ge,ce)|0,_=_+Math.imul(ge,se)|0,x=x+Math.imul(_e,Ue)|0,r=(r=r+Math.imul(_e,Ne)|0)+Math.imul(ye,Ue)|0,_=_+Math.imul(ye,Ne)|0,x=x+Math.imul(pe,yt)|0,r=(r=r+Math.imul(pe,Vt)|0)+Math.imul(be,yt)|0,_=_+Math.imul(be,Vt)|0;var Tt=(k+(x=x+Math.imul(I,ti)|0)|0)+((8191&(r=(r=r+Math.imul(I,Ye)|0)+Math.imul(B,ti)|0))<<13)|0;k=((_=_+Math.imul(B,Ye)|0)+(r>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,x=Math.imul(lt,Qt),r=(r=Math.imul(lt,di))+Math.imul(Pe,Qt)|0,_=Math.imul(Pe,di),x=x+Math.imul(nt,Rt)|0,r=(r=r+Math.imul(nt,le)|0)+Math.imul(Ct,Rt)|0,_=_+Math.imul(Ct,le)|0,x=x+Math.imul(Oe,ce)|0,r=(r=r+Math.imul(Oe,se)|0)+Math.imul(Ee,ce)|0,_=_+Math.imul(Ee,se)|0,x=x+Math.imul(Ke,Ue)|0,r=(r=r+Math.imul(Ke,Ne)|0)+Math.imul(ge,Ue)|0,_=_+Math.imul(ge,Ne)|0,x=x+Math.imul(_e,yt)|0,r=(r=r+Math.imul(_e,Vt)|0)+Math.imul(ye,yt)|0,_=_+Math.imul(ye,Vt)|0,x=x+Math.imul(pe,ti)|0,r=(r=r+Math.imul(pe,Ye)|0)+Math.imul(be,ti)|0,_=_+Math.imul(be,Ye)|0;var Ze=(k+(x=x+Math.imul(I,Et)|0)|0)+((8191&(r=(r=r+Math.imul(I,Jt)|0)+Math.imul(B,Et)|0))<<13)|0;k=((_=_+Math.imul(B,Jt)|0)+(r>>>13)|0)+(Ze>>>26)|0,Ze&=67108863,x=Math.imul(ct,Qt),r=(r=Math.imul(ct,di))+Math.imul(Ce,Qt)|0,_=Math.imul(Ce,di),x=x+Math.imul(lt,Rt)|0,r=(r=r+Math.imul(lt,le)|0)+Math.imul(Pe,Rt)|0,_=_+Math.imul(Pe,le)|0,x=x+Math.imul(nt,ce)|0,r=(r=r+Math.imul(nt,se)|0)+Math.imul(Ct,ce)|0,_=_+Math.imul(Ct,se)|0,x=x+Math.imul(Oe,Ue)|0,r=(r=r+Math.imul(Oe,Ne)|0)+Math.imul(Ee,Ue)|0,_=_+Math.imul(Ee,Ne)|0,x=x+Math.imul(Ke,yt)|0,r=(r=r+Math.imul(Ke,Vt)|0)+Math.imul(ge,yt)|0,_=_+Math.imul(ge,Vt)|0,x=x+Math.imul(_e,ti)|0,r=(r=r+Math.imul(_e,Ye)|0)+Math.imul(ye,ti)|0,_=_+Math.imul(ye,Ye)|0,x=x+Math.imul(pe,Et)|0,r=(r=r+Math.imul(pe,Jt)|0)+Math.imul(be,Et)|0,_=_+Math.imul(be,Jt)|0;var Ve=(k+(x=x+Math.imul(I,$e)|0)|0)+((8191&(r=(r=r+Math.imul(I,tt)|0)+Math.imul(B,$e)|0))<<13)|0;k=((_=_+Math.imul(B,tt)|0)+(r>>>13)|0)+(Ve>>>26)|0,Ve&=67108863,x=Math.imul(Z,Qt),r=(r=Math.imul(Z,di))+Math.imul(J,Qt)|0,_=Math.imul(J,di),x=x+Math.imul(ct,Rt)|0,r=(r=r+Math.imul(ct,le)|0)+Math.imul(Ce,Rt)|0,_=_+Math.imul(Ce,le)|0,x=x+Math.imul(lt,ce)|0,r=(r=r+Math.imul(lt,se)|0)+Math.imul(Pe,ce)|0,_=_+Math.imul(Pe,se)|0,x=x+Math.imul(nt,Ue)|0,r=(r=r+Math.imul(nt,Ne)|0)+Math.imul(Ct,Ue)|0,_=_+Math.imul(Ct,Ne)|0,x=x+Math.imul(Oe,yt)|0,r=(r=r+Math.imul(Oe,Vt)|0)+Math.imul(Ee,yt)|0,_=_+Math.imul(Ee,Vt)|0,x=x+Math.imul(Ke,ti)|0,r=(r=r+Math.imul(Ke,Ye)|0)+Math.imul(ge,ti)|0,_=_+Math.imul(ge,Ye)|0,x=x+Math.imul(_e,Et)|0,r=(r=r+Math.imul(_e,Jt)|0)+Math.imul(ye,Et)|0,_=_+Math.imul(ye,Jt)|0,x=x+Math.imul(pe,$e)|0,r=(r=r+Math.imul(pe,tt)|0)+Math.imul(be,$e)|0,_=_+Math.imul(be,tt)|0;var Fe=(k+(x=x+Math.imul(I,ei)|0)|0)+((8191&(r=(r=r+Math.imul(I,ci)|0)+Math.imul(B,ei)|0))<<13)|0;k=((_=_+Math.imul(B,ci)|0)+(r>>>13)|0)+(Fe>>>26)|0,Fe&=67108863,x=Math.imul(Ie,Qt),r=(r=Math.imul(Ie,di))+Math.imul(ht,Qt)|0,_=Math.imul(ht,di),x=x+Math.imul(Z,Rt)|0,r=(r=r+Math.imul(Z,le)|0)+Math.imul(J,Rt)|0,_=_+Math.imul(J,le)|0,x=x+Math.imul(ct,ce)|0,r=(r=r+Math.imul(ct,se)|0)+Math.imul(Ce,ce)|0,_=_+Math.imul(Ce,se)|0,x=x+Math.imul(lt,Ue)|0,r=(r=r+Math.imul(lt,Ne)|0)+Math.imul(Pe,Ue)|0,_=_+Math.imul(Pe,Ne)|0,x=x+Math.imul(nt,yt)|0,r=(r=r+Math.imul(nt,Vt)|0)+Math.imul(Ct,yt)|0,_=_+Math.imul(Ct,Vt)|0,x=x+Math.imul(Oe,ti)|0,r=(r=r+Math.imul(Oe,Ye)|0)+Math.imul(Ee,ti)|0,_=_+Math.imul(Ee,Ye)|0,x=x+Math.imul(Ke,Et)|0,r=(r=r+Math.imul(Ke,Jt)|0)+Math.imul(ge,Et)|0,_=_+Math.imul(ge,Jt)|0,x=x+Math.imul(_e,$e)|0,r=(r=r+Math.imul(_e,tt)|0)+Math.imul(ye,$e)|0,_=_+Math.imul(ye,tt)|0,x=x+Math.imul(pe,ei)|0,r=(r=r+Math.imul(pe,ci)|0)+Math.imul(be,ei)|0,_=_+Math.imul(be,ci)|0;var it=(k+(x=x+Math.imul(I,oi)|0)|0)+((8191&(r=(r=r+Math.imul(I,ui)|0)+Math.imul(B,oi)|0))<<13)|0;k=((_=_+Math.imul(B,ui)|0)+(r>>>13)|0)+(it>>>26)|0,it&=67108863,x=Math.imul(Ie,Rt),r=(r=Math.imul(Ie,le))+Math.imul(ht,Rt)|0,_=Math.imul(ht,le),x=x+Math.imul(Z,ce)|0,r=(r=r+Math.imul(Z,se)|0)+Math.imul(J,ce)|0,_=_+Math.imul(J,se)|0,x=x+Math.imul(ct,Ue)|0,r=(r=r+Math.imul(ct,Ne)|0)+Math.imul(Ce,Ue)|0,_=_+Math.imul(Ce,Ne)|0,x=x+Math.imul(lt,yt)|0,r=(r=r+Math.imul(lt,Vt)|0)+Math.imul(Pe,yt)|0,_=_+Math.imul(Pe,Vt)|0,x=x+Math.imul(nt,ti)|0,r=(r=r+Math.imul(nt,Ye)|0)+Math.imul(Ct,ti)|0,_=_+Math.imul(Ct,Ye)|0,x=x+Math.imul(Oe,Et)|0,r=(r=r+Math.imul(Oe,Jt)|0)+Math.imul(Ee,Et)|0,_=_+Math.imul(Ee,Jt)|0,x=x+Math.imul(Ke,$e)|0,r=(r=r+Math.imul(Ke,tt)|0)+Math.imul(ge,$e)|0,_=_+Math.imul(ge,tt)|0,x=x+Math.imul(_e,ei)|0,r=(r=r+Math.imul(_e,ci)|0)+Math.imul(ye,ei)|0,_=_+Math.imul(ye,ci)|0;var bt=(k+(x=x+Math.imul(pe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(pe,ui)|0)+Math.imul(be,oi)|0))<<13)|0;k=((_=_+Math.imul(be,ui)|0)+(r>>>13)|0)+(bt>>>26)|0,bt&=67108863,x=Math.imul(Ie,ce),r=(r=Math.imul(Ie,se))+Math.imul(ht,ce)|0,_=Math.imul(ht,se),x=x+Math.imul(Z,Ue)|0,r=(r=r+Math.imul(Z,Ne)|0)+Math.imul(J,Ue)|0,_=_+Math.imul(J,Ne)|0,x=x+Math.imul(ct,yt)|0,r=(r=r+Math.imul(ct,Vt)|0)+Math.imul(Ce,yt)|0,_=_+Math.imul(Ce,Vt)|0,x=x+Math.imul(lt,ti)|0,r=(r=r+Math.imul(lt,Ye)|0)+Math.imul(Pe,ti)|0,_=_+Math.imul(Pe,Ye)|0,x=x+Math.imul(nt,Et)|0,r=(r=r+Math.imul(nt,Jt)|0)+Math.imul(Ct,Et)|0,_=_+Math.imul(Ct,Jt)|0,x=x+Math.imul(Oe,$e)|0,r=(r=r+Math.imul(Oe,tt)|0)+Math.imul(Ee,$e)|0,_=_+Math.imul(Ee,tt)|0,x=x+Math.imul(Ke,ei)|0,r=(r=r+Math.imul(Ke,ci)|0)+Math.imul(ge,ei)|0,_=_+Math.imul(ge,ci)|0;var ut=(k+(x=x+Math.imul(_e,oi)|0)|0)+((8191&(r=(r=r+Math.imul(_e,ui)|0)+Math.imul(ye,oi)|0))<<13)|0;k=((_=_+Math.imul(ye,ui)|0)+(r>>>13)|0)+(ut>>>26)|0,ut&=67108863,x=Math.imul(Ie,Ue),r=(r=Math.imul(Ie,Ne))+Math.imul(ht,Ue)|0,_=Math.imul(ht,Ne),x=x+Math.imul(Z,yt)|0,r=(r=r+Math.imul(Z,Vt)|0)+Math.imul(J,yt)|0,_=_+Math.imul(J,Vt)|0,x=x+Math.imul(ct,ti)|0,r=(r=r+Math.imul(ct,Ye)|0)+Math.imul(Ce,ti)|0,_=_+Math.imul(Ce,Ye)|0,x=x+Math.imul(lt,Et)|0,r=(r=r+Math.imul(lt,Jt)|0)+Math.imul(Pe,Et)|0,_=_+Math.imul(Pe,Jt)|0,x=x+Math.imul(nt,$e)|0,r=(r=r+Math.imul(nt,tt)|0)+Math.imul(Ct,$e)|0,_=_+Math.imul(Ct,tt)|0,x=x+Math.imul(Oe,ei)|0,r=(r=r+Math.imul(Oe,ci)|0)+Math.imul(Ee,ei)|0,_=_+Math.imul(Ee,ci)|0;var jt=(k+(x=x+Math.imul(Ke,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Ke,ui)|0)+Math.imul(ge,oi)|0))<<13)|0;k=((_=_+Math.imul(ge,ui)|0)+(r>>>13)|0)+(jt>>>26)|0,jt&=67108863,x=Math.imul(Ie,yt),r=(r=Math.imul(Ie,Vt))+Math.imul(ht,yt)|0,_=Math.imul(ht,Vt),x=x+Math.imul(Z,ti)|0,r=(r=r+Math.imul(Z,Ye)|0)+Math.imul(J,ti)|0,_=_+Math.imul(J,Ye)|0,x=x+Math.imul(ct,Et)|0,r=(r=r+Math.imul(ct,Jt)|0)+Math.imul(Ce,Et)|0,_=_+Math.imul(Ce,Jt)|0,x=x+Math.imul(lt,$e)|0,r=(r=r+Math.imul(lt,tt)|0)+Math.imul(Pe,$e)|0,_=_+Math.imul(Pe,tt)|0,x=x+Math.imul(nt,ei)|0,r=(r=r+Math.imul(nt,ci)|0)+Math.imul(Ct,ei)|0,_=_+Math.imul(Ct,ci)|0;var ai=(k+(x=x+Math.imul(Oe,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Oe,ui)|0)+Math.imul(Ee,oi)|0))<<13)|0;k=((_=_+Math.imul(Ee,ui)|0)+(r>>>13)|0)+(ai>>>26)|0,ai&=67108863,x=Math.imul(Ie,ti),r=(r=Math.imul(Ie,Ye))+Math.imul(ht,ti)|0,_=Math.imul(ht,Ye),x=x+Math.imul(Z,Et)|0,r=(r=r+Math.imul(Z,Jt)|0)+Math.imul(J,Et)|0,_=_+Math.imul(J,Jt)|0,x=x+Math.imul(ct,$e)|0,r=(r=r+Math.imul(ct,tt)|0)+Math.imul(Ce,$e)|0,_=_+Math.imul(Ce,tt)|0,x=x+Math.imul(lt,ei)|0,r=(r=r+Math.imul(lt,ci)|0)+Math.imul(Pe,ei)|0,_=_+Math.imul(Pe,ci)|0;var pi=(k+(x=x+Math.imul(nt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(nt,ui)|0)+Math.imul(Ct,oi)|0))<<13)|0;k=((_=_+Math.imul(Ct,ui)|0)+(r>>>13)|0)+(pi>>>26)|0,pi&=67108863,x=Math.imul(Ie,Et),r=(r=Math.imul(Ie,Jt))+Math.imul(ht,Et)|0,_=Math.imul(ht,Jt),x=x+Math.imul(Z,$e)|0,r=(r=r+Math.imul(Z,tt)|0)+Math.imul(J,$e)|0,_=_+Math.imul(J,tt)|0,x=x+Math.imul(ct,ei)|0,r=(r=r+Math.imul(ct,ci)|0)+Math.imul(Ce,ei)|0,_=_+Math.imul(Ce,ci)|0;var ki=(k+(x=x+Math.imul(lt,oi)|0)|0)+((8191&(r=(r=r+Math.imul(lt,ui)|0)+Math.imul(Pe,oi)|0))<<13)|0;k=((_=_+Math.imul(Pe,ui)|0)+(r>>>13)|0)+(ki>>>26)|0,ki&=67108863,x=Math.imul(Ie,$e),r=(r=Math.imul(Ie,tt))+Math.imul(ht,$e)|0,_=Math.imul(ht,tt),x=x+Math.imul(Z,ei)|0,r=(r=r+Math.imul(Z,ci)|0)+Math.imul(J,ei)|0,_=_+Math.imul(J,ci)|0;var Ki=(k+(x=x+Math.imul(ct,oi)|0)|0)+((8191&(r=(r=r+Math.imul(ct,ui)|0)+Math.imul(Ce,oi)|0))<<13)|0;k=((_=_+Math.imul(Ce,ui)|0)+(r>>>13)|0)+(Ki>>>26)|0,Ki&=67108863,x=Math.imul(Ie,ei),r=(r=Math.imul(Ie,ci))+Math.imul(ht,ei)|0,_=Math.imul(ht,ci);var Ji=(k+(x=x+Math.imul(Z,oi)|0)|0)+((8191&(r=(r=r+Math.imul(Z,ui)|0)+Math.imul(J,oi)|0))<<13)|0;k=((_=_+Math.imul(J,ui)|0)+(r>>>13)|0)+(Ji>>>26)|0,Ji&=67108863;var Dn=(k+(x=Math.imul(Ie,oi))|0)+((8191&(r=(r=Math.imul(Ie,ui))+Math.imul(ht,oi)|0))<<13)|0;return k=((_=Math.imul(ht,ui))+(r>>>13)|0)+(Dn>>>26)|0,Dn&=67108863,A[0]=ln,A[1]=nn,A[2]=dn,A[3]=zn,A[4]=It,A[5]=Tt,A[6]=Ze,A[7]=Ve,A[8]=Fe,A[9]=it,A[10]=bt,A[11]=ut,A[12]=jt,A[13]=ai,A[14]=pi,A[15]=ki,A[16]=Ki,A[17]=Ji,A[18]=Dn,0!==k&&(A[19]=k,f.length++),f};function q(D,n,o){return(new G).mulp(D,n,o)}function G(D,n){this.x=D,this.y=n}Math.imul||(U=j),c.prototype.mulTo=function(n,o){var f,h=this.length+n.length;return f=10===this.length&&10===n.length?U(this,n,o):h<63?j(this,n,o):h<1024?function K(D,n,o){o.negative=n.negative^D.negative,o.length=D.length+n.length;for(var f=0,h=0,b=0;b>>26)|0)>>>26,A&=67108863}o.words[b]=k,f=A,A=h}return 0!==f?o.words[b]=f:o.length--,o.strip()}(this,n,o):q(this,n,o),f},G.prototype.makeRBT=function(n){for(var o=new Array(n),f=c.prototype._countBits(n)-1,h=0;h>=1;return h},G.prototype.permute=function(n,o,f,h,b,A){for(var k=0;k>>=1)b++;return 1<>>=13),b>>>=13;for(A=2*o;A>=26,o+=h/67108864|0,o+=b>>>26,this.words[f]=67108863&b}return 0!==o&&(this.words[f]=o,this.length++),this.length=0===n?1:this.length,this},c.prototype.muln=function(n){return this.clone().imuln(n)},c.prototype.sqr=function(){return this.mul(this)},c.prototype.isqr=function(){return this.imul(this.clone())},c.prototype.pow=function(n){var o=function M(D){for(var n=new Array(D.bitLength()),o=0;o>>h}return n}(n);if(0===o.length)return new c(1);for(var f=this,h=0;h=0);var b,o=n%26,f=(n-o)/26,h=67108863>>>26-o<<26-o;if(0!==o){var A=0;for(b=0;b>>26-o}A&&(this.words[b]=A,this.length++)}if(0!==f){for(b=this.length-1;b>=0;b--)this.words[b+f]=this.words[b];for(b=0;b=0),h=o?(o-o%26)/26:0;var b=n%26,A=Math.min((n-b)/26,this.length),k=67108863^67108863>>>b<A)for(this.length-=A,r=0;r=0&&(0!==_||r>=h);r--){var W=0|this.words[r];this.words[r]=_<<26-b|W>>>b,_=W&k}return x&&0!==_&&(x.words[x.length++]=_),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},c.prototype.ishrn=function(n,o,f){return p(0===this.negative),this.iushrn(n,o,f)},c.prototype.shln=function(n){return this.clone().ishln(n)},c.prototype.ushln=function(n){return this.clone().iushln(n)},c.prototype.shrn=function(n){return this.clone().ishrn(n)},c.prototype.ushrn=function(n){return this.clone().iushrn(n)},c.prototype.testn=function(n){p("number"==typeof n&&n>=0);var o=n%26,f=(n-o)/26;return!(this.length<=f||!(this.words[f]&1<=0);var o=n%26,f=(n-o)/26;return p(0===this.negative,"imaskn works only with positive numbers"),this.length<=f?this:(0!==o&&f++,this.length=Math.min(f,this.length),0!==o&&(this.words[this.length-1]&=67108863^67108863>>>o<=67108864;o++)this.words[o]-=67108864,o===this.length-1?this.words[o+1]=1:this.words[o+1]++;return this.length=Math.max(this.length,o+1),this},c.prototype.isubn=function(n){if(p("number"==typeof n),p(n<67108864),n<0)return this.iaddn(-n);if(0!==this.negative)return this.negative=0,this.iaddn(n),this.negative=1,this;if(this.words[0]-=n,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var o=0;o>26)-(x/67108864|0),this.words[b+f]=67108863&A}for(;b>26,this.words[b+f]=67108863&A;if(0===k)return this.strip();for(p(-1===k),k=0,b=0;b>26,this.words[b]=67108863&A;return this.negative=1,this.strip()},c.prototype._wordDiv=function(n,o){var f,h=this.clone(),b=n,A=0|b.words[b.length-1];0!=(f=26-this._countBits(A))&&(b=b.ushln(f),h.iushln(f),A=0|b.words[b.length-1]);var r,x=h.length-b.length;if("mod"!==o){(r=new c(null)).length=x+1,r.words=new Array(r.length);for(var _=0;_=0;I--){var B=67108864*(0|h.words[b.length+I])+(0|h.words[b.length+I-1]);for(B=Math.min(B/A|0,67108863),h._ishlnsubmul(b,B,I);0!==h.negative;)B--,h.negative=0,h._ishlnsubmul(b,1,I),h.isZero()||(h.negative^=1);r&&(r.words[I]=B)}return r&&r.strip(),h.strip(),"div"!==o&&0!==f&&h.iushrn(f),{div:r||null,mod:h}},c.prototype.divmod=function(n,o,f){return p(!n.isZero()),this.isZero()?{div:new c(0),mod:new c(0)}:0!==this.negative&&0===n.negative?(A=this.neg().divmod(n,o),"mod"!==o&&(h=A.div.neg()),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.iadd(n)),{div:h,mod:b}):0===this.negative&&0!==n.negative?(A=this.divmod(n.neg(),o),"mod"!==o&&(h=A.div.neg()),{div:h,mod:A.mod}):0!==(this.negative&n.negative)?(A=this.neg().divmod(n.neg(),o),"div"!==o&&(b=A.mod.neg(),f&&0!==b.negative&&b.isub(n)),{div:A.div,mod:b}):n.length>this.length||this.cmp(n)<0?{div:new c(0),mod:this}:1===n.length?"div"===o?{div:this.divn(n.words[0]),mod:null}:"mod"===o?{div:null,mod:new c(this.modn(n.words[0]))}:{div:this.divn(n.words[0]),mod:new c(this.modn(n.words[0]))}:this._wordDiv(n,o);var h,b,A},c.prototype.div=function(n){return this.divmod(n,"div",!1).div},c.prototype.mod=function(n){return this.divmod(n,"mod",!1).mod},c.prototype.umod=function(n){return this.divmod(n,"mod",!0).mod},c.prototype.divRound=function(n){var o=this.divmod(n);if(o.mod.isZero())return o.div;var f=0!==o.div.negative?o.mod.isub(n):o.mod,h=n.ushrn(1),b=n.andln(1),A=f.cmp(h);return A<0||1===b&&0===A?o.div:0!==o.div.negative?o.div.isubn(1):o.div.iaddn(1)},c.prototype.modn=function(n){p(n<=67108863);for(var o=(1<<26)%n,f=0,h=this.length-1;h>=0;h--)f=(o*f+(0|this.words[h]))%n;return f},c.prototype.idivn=function(n){p(n<=67108863);for(var o=0,f=this.length-1;f>=0;f--){var h=(0|this.words[f])+67108864*o;this.words[f]=h/n|0,o=h%n}return this.strip()},c.prototype.divn=function(n){return this.clone().idivn(n)},c.prototype.egcd=function(n){p(0===n.negative),p(!n.isZero());var o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=new c(0),k=new c(1),x=0;o.isEven()&&f.isEven();)o.iushrn(1),f.iushrn(1),++x;for(var r=f.clone(),_=o.clone();!o.isZero();){for(var W=0,I=1;0===(o.words[0]&I)&&W<26;++W,I<<=1);if(W>0)for(o.iushrn(W);W-- >0;)(h.isOdd()||b.isOdd())&&(h.iadd(r),b.isub(_)),h.iushrn(1),b.iushrn(1);for(var B=0,re=1;0===(f.words[0]&re)&&B<26;++B,re<<=1);if(B>0)for(f.iushrn(B);B-- >0;)(A.isOdd()||k.isOdd())&&(A.iadd(r),k.isub(_)),A.iushrn(1),k.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(A),b.isub(k)):(f.isub(o),A.isub(h),k.isub(b))}return{a:A,b:k,gcd:f.iushln(x)}},c.prototype._invmp=function(n){p(0===n.negative),p(!n.isZero());var W,o=this,f=n.clone();o=0!==o.negative?o.umod(n):o.clone();for(var h=new c(1),b=new c(0),A=f.clone();o.cmpn(1)>0&&f.cmpn(1)>0;){for(var k=0,x=1;0===(o.words[0]&x)&&k<26;++k,x<<=1);if(k>0)for(o.iushrn(k);k-- >0;)h.isOdd()&&h.iadd(A),h.iushrn(1);for(var r=0,_=1;0===(f.words[0]&_)&&r<26;++r,_<<=1);if(r>0)for(f.iushrn(r);r-- >0;)b.isOdd()&&b.iadd(A),b.iushrn(1);o.cmp(f)>=0?(o.isub(f),h.isub(b)):(f.isub(o),b.isub(h))}return(W=0===o.cmpn(1)?h:b).cmpn(0)<0&&W.iadd(n),W},c.prototype.gcd=function(n){if(this.isZero())return n.abs();if(n.isZero())return this.abs();var o=this.clone(),f=n.clone();o.negative=0,f.negative=0;for(var h=0;o.isEven()&&f.isEven();h++)o.iushrn(1),f.iushrn(1);for(;;){for(;o.isEven();)o.iushrn(1);for(;f.isEven();)f.iushrn(1);var b=o.cmp(f);if(b<0){var A=o;o=f,f=A}else if(0===b||0===f.cmpn(1))break;o.isub(f)}return f.iushln(h)},c.prototype.invm=function(n){return this.egcd(n).a.umod(n)},c.prototype.isEven=function(){return!(1&this.words[0])},c.prototype.isOdd=function(){return!(1&~this.words[0])},c.prototype.andln=function(n){return this.words[0]&n},c.prototype.bincn=function(n){p("number"==typeof n);var o=n%26,f=(n-o)/26,h=1<>>26,this.words[A]=k&=67108863}return 0!==b&&(this.words[A]=b,this.length++),this},c.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},c.prototype.cmpn=function(n){var f,o=n<0;if(0!==this.negative&&!o)return-1;if(0===this.negative&&o)return 1;if(this.strip(),this.length>1)f=1;else{o&&(n=-n),p(n<=67108863,"Number is too big");var h=0|this.words[0];f=h===n?0:hn.length)return 1;if(this.length=0;f--){var h=0|this.words[f],b=0|n.words[f];if(h!==b){hb&&(o=1);break}}return o},c.prototype.gtn=function(n){return 1===this.cmpn(n)},c.prototype.gt=function(n){return 1===this.cmp(n)},c.prototype.gten=function(n){return this.cmpn(n)>=0},c.prototype.gte=function(n){return this.cmp(n)>=0},c.prototype.ltn=function(n){return-1===this.cmpn(n)},c.prototype.lt=function(n){return-1===this.cmp(n)},c.prototype.lten=function(n){return this.cmpn(n)<=0},c.prototype.lte=function(n){return this.cmp(n)<=0},c.prototype.eqn=function(n){return 0===this.cmpn(n)},c.prototype.eq=function(n){return 0===this.cmp(n)},c.red=function(n){return new me(n)},c.prototype.toRed=function(n){return p(!this.red,"Already a number in reduction context"),p(0===this.negative,"red works only with positives"),n.convertTo(this)._forceRed(n)},c.prototype.fromRed=function(){return p(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},c.prototype._forceRed=function(n){return this.red=n,this},c.prototype.forceRed=function(n){return p(!this.red,"Already a number in reduction context"),this._forceRed(n)},c.prototype.redAdd=function(n){return p(this.red,"redAdd works only with red numbers"),this.red.add(this,n)},c.prototype.redIAdd=function(n){return p(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,n)},c.prototype.redSub=function(n){return p(this.red,"redSub works only with red numbers"),this.red.sub(this,n)},c.prototype.redISub=function(n){return p(this.red,"redISub works only with red numbers"),this.red.isub(this,n)},c.prototype.redShl=function(n){return p(this.red,"redShl works only with red numbers"),this.red.shl(this,n)},c.prototype.redMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.mul(this,n)},c.prototype.redIMul=function(n){return p(this.red,"redMul works only with red numbers"),this.red._verify2(this,n),this.red.imul(this,n)},c.prototype.redSqr=function(){return p(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},c.prototype.redISqr=function(){return p(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},c.prototype.redSqrt=function(){return p(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},c.prototype.redInvm=function(){return p(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},c.prototype.redNeg=function(){return p(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},c.prototype.redPow=function(n){return p(this.red&&!n.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,n)};var Q={k256:null,p224:null,p192:null,p25519:null};function $(D,n){this.name=D,this.p=new c(n,16),this.n=this.p.bitLength(),this.k=new c(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function ae(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function ue(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function oe(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function he(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function me(D){if("string"==typeof D){var n=c._prime(D);this.m=n.p,this.prime=n}else p(D.gtn(1),"modulus must be greater than 1"),this.m=D,this.prime=null}function Te(D){me.call(this,D),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new c(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var n=new c(null);return n.words=new Array(Math.ceil(this.n/13)),n},$.prototype.ireduce=function(n){var f,o=n;do{this.split(o,this.tmp),f=(o=(o=this.imulK(o)).iadd(this.tmp)).bitLength()}while(f>this.n);var h=f0?o.isub(this.p):void 0!==o.strip?o.strip():o._strip(),o},$.prototype.split=function(n,o){n.iushrn(this.n,0,o)},$.prototype.imulK=function(n){return n.imul(this.k)},S(ae,$),ae.prototype.split=function(n,o){for(var f=4194303,h=Math.min(n.length,9),b=0;b>>22,A=k}n.words[b-10]=A>>>=22,n.length-=0===A&&n.length>10?10:9},ae.prototype.imulK=function(n){n.words[n.length]=0,n.words[n.length+1]=0,n.length+=2;for(var o=0,f=0;f>>=26,n.words[f]=b,o=h}return 0!==o&&(n.words[n.length++]=o),n},c._prime=function(n){if(Q[n])return Q[n];var o;if("k256"===n)o=new ae;else if("p224"===n)o=new ue;else if("p192"===n)o=new oe;else{if("p25519"!==n)throw new Error("Unknown prime "+n);o=new he}return Q[n]=o,o},me.prototype._verify1=function(n){p(0===n.negative,"red works only with positives"),p(n.red,"red works only with red numbers")},me.prototype._verify2=function(n,o){p(0===(n.negative|o.negative),"red works only with positives"),p(n.red&&n.red===o.red,"red works only with red numbers")},me.prototype.imod=function(n){return this.prime?this.prime.ireduce(n)._forceRed(this):n.umod(this.m)._forceRed(this)},me.prototype.neg=function(n){return n.isZero()?n.clone():this.m.sub(n)._forceRed(this)},me.prototype.add=function(n,o){this._verify2(n,o);var f=n.add(o);return f.cmp(this.m)>=0&&f.isub(this.m),f._forceRed(this)},me.prototype.iadd=function(n,o){this._verify2(n,o);var f=n.iadd(o);return f.cmp(this.m)>=0&&f.isub(this.m),f},me.prototype.sub=function(n,o){this._verify2(n,o);var f=n.sub(o);return f.cmpn(0)<0&&f.iadd(this.m),f._forceRed(this)},me.prototype.isub=function(n,o){this._verify2(n,o);var f=n.isub(o);return f.cmpn(0)<0&&f.iadd(this.m),f},me.prototype.shl=function(n,o){return this._verify1(n),this.imod(n.ushln(o))},me.prototype.imul=function(n,o){return this._verify2(n,o),this.imod(n.imul(o))},me.prototype.mul=function(n,o){return this._verify2(n,o),this.imod(n.mul(o))},me.prototype.isqr=function(n){return this.imul(n,n.clone())},me.prototype.sqr=function(n){return this.mul(n,n)},me.prototype.sqrt=function(n){if(n.isZero())return n.clone();var o=this.m.andln(3);if(p(o%2==1),3===o){var f=this.m.add(new c(1)).iushrn(2);return this.pow(n,f)}for(var h=this.m.subn(1),b=0;!h.isZero()&&0===h.andln(1);)b++,h.iushrn(1);p(!h.isZero());var A=new c(1).toRed(this),k=A.redNeg(),x=this.m.subn(1).iushrn(1),r=this.m.bitLength();for(r=new c(2*r*r).toRed(this);0!==this.pow(r,x).cmp(k);)r.redIAdd(k);for(var _=this.pow(r,h),W=this.pow(n,h.addn(1).iushrn(1)),I=this.pow(n,h),B=b;0!==I.cmp(A);){for(var re=I,pe=0;0!==re.cmp(A);pe++)re=re.redSqr();p(pe=0;b--){for(var _=o.words[b],W=r-1;W>=0;W--){var I=_>>W&1;A!==h[0]&&(A=this.sqr(A)),0!==I||0!==k?(k<<=1,k|=I,(4===++x||0===b&&0===W)&&(A=this.mul(A,h[k]),x=0,k=0)):x=0}r=26}return A},me.prototype.convertTo=function(n){var o=n.umod(this.m);return o===n?o.clone():o},me.prototype.convertFrom=function(n){var o=n.clone();return o.red=null,o},c.mont=function(n){return new Te(n)},S(Te,me),Te.prototype.convertTo=function(n){return this.imod(n.ushln(this.shift))},Te.prototype.convertFrom=function(n){var o=this.imod(n.mul(this.rinv));return o.red=null,o},Te.prototype.imul=function(n,o){if(n.isZero()||o.isZero())return n.words[0]=0,n.length=1,n;var f=n.imul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.mul=function(n,o){if(n.isZero()||o.isZero())return new c(0)._forceRed(this);var f=n.mul(o),h=f.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),b=f.isub(h).iushrn(this.shift),A=b;return b.cmp(this.m)>=0?A=b.isub(this.m):b.cmpn(0)<0&&(A=b.iadd(this.m)),A._forceRed(this)},Te.prototype.invm=function(n){return this.imod(n._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ae=l.nmd(Ae),this)},97290:(Ae,ee,l)=>{var i=l(71993),t=l(15066).Reporter,p=l(83838).Buffer;function S(e,T){t.call(this,T),p.isBuffer(e)?(this.base=e,this.offset=0,this.length=e.length):this.error("Input not Buffer")}function c(e,T){if(Array.isArray(e))this.length=0,this.value=e.map(function(g){return g instanceof c||(g=new c(g,T)),this.length+=g.length,g},this);else if("number"==typeof e){if(!(0<=e&&e<=255))return T.error("non-byte EncoderBuffer value");this.value=e,this.length=1}else if("string"==typeof e)this.value=e,this.length=p.byteLength(e);else{if(!p.isBuffer(e))return T.error("Unsupported type: "+typeof e);this.value=e,this.length=e.length}}i(S,t),ee.t=S,S.prototype.save=function(){return{offset:this.offset,reporter:t.prototype.save.call(this)}},S.prototype.restore=function(T){var g=new S(this.base);return g.offset=T.offset,g.length=this.offset,this.offset=T.offset,t.prototype.restore.call(this,T.reporter),g},S.prototype.isEmpty=function(){return this.offset===this.length},S.prototype.readUInt8=function(T){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(T||"DecoderBuffer overrun")},S.prototype.skip=function(T,g){if(!(this.offset+T<=this.length))return this.error(g||"DecoderBuffer overrun");var d=new S(this.base);return d._reporterState=this._reporterState,d.offset=this.offset,d.length=this.offset+T,this.offset+=T,d},S.prototype.raw=function(T){return this.base.slice(T?T.offset:this.offset,this.length)},ee.d=c,c.prototype.join=function(T,g){return T||(T=new p(this.length)),g||(g=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(d){d.join(T,g),g+=d.length}):("number"==typeof this.value?T[g]=this.value:"string"==typeof this.value?T.write(this.value,g):p.isBuffer(this.value)&&this.value.copy(T,g),g+=this.length)),T}},97594:(Ae,ee,l)=>{"use strict";var i=l(5019),t=typeof globalThis>"u"?global:globalThis;Ae.exports=function(){for(var S=[],c=0;c{"use strict";l.d(ee,{u:()=>c});var i=l(58750),t=l(21413),p=l(47707),S=l(39974);function c(T={}){const{connector:g=()=>new t.B,resetOnError:d=!0,resetOnComplete:w=!0,resetOnRefCountZero:m=!0}=T;return P=>{let M,j,U,K=0,q=!1,G=!1;const Q=()=>{j?.unsubscribe(),j=void 0},$=()=>{Q(),M=U=void 0,q=G=!1},ae=()=>{const ue=M;$(),ue?.unsubscribe()};return(0,S.N)((ue,oe)=>{K++,!G&&!q&&Q();const he=U=U??g();oe.add(()=>{K--,0===K&&!G&&!q&&(j=e(ae,m))}),he.subscribe(oe),!M&&K>0&&(M=new p.Ms({next:me=>he.next(me),error:me=>{G=!0,Q(),j=e($,d,me),he.error(me)},complete:()=>{q=!0,Q(),j=e($,w),he.complete()}}),(0,i.Tg)(ue).subscribe(M))})(P)}}function e(T,g,...d){if(!0===g)return void T();if(!1===g)return;const w=new p.Ms({next:()=>{w.unsubscribe(),T()}});return(0,i.Tg)(g(...d)).subscribe(w)}},97669:Ae=>{"use strict";Ae.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null},97768:(Ae,ee,l)=>{"use strict";l.d(ee,{FK:()=>D,Up:()=>me,VI:()=>he,nb:()=>$,oX:()=>Q,uY:()=>n,v5:()=>Te,x8:()=>oe});var i=l(2615),t=l(73664),p=l(59295),S=l(17705),c=l(89417),e=l(21413),T=l(7673),g=l(99172),d=l(56977),w=l(61577),m=l(89726),P=l(64123),M=l(67336),j=l(10438),U=l(44522),K=l(28203);const q=["*"];function G(o,f){1&o&&t.SdG(0)}let Q=(()=>{class o{_elementRef=(0,i.WQX)(t.aKT);constructor(){}focus(){this._elementRef.nativeElement.focus()}static \u0275fac=function(b){return new(b||o)};static \u0275dir=t.FsC({type:o,selectors:[["","cdkStepHeader",""]],hostAttrs:["role","tab"]})}return o})(),$=(()=>{class o{template=(0,i.WQX)(t.C4Q);constructor(){}static \u0275fac=function(b){return new(b||o)};static \u0275dir=t.FsC({type:o,selectors:[["","cdkStepLabel",""]]})}return o})();const oe=new i.nKC("STEPPER_GLOBAL_OPTIONS");let he=(()=>{class o{_stepperOptions;_stepper=(0,i.WQX)(me);_displayDefaultIndicatorType;stepLabel;_childForms;content;stepControl;get interacted(){return this._interacted()}set interacted(h){this._interacted.set(h)}_interacted=(0,i.vPA)(!1);interactedStream=new t.bkB;label;errorMessage;ariaLabel;ariaLabelledby;get state(){return this._state()}set state(h){this._state.set(h)}_state=(0,i.vPA)(void 0);get editable(){return this._editable()}set editable(h){this._editable.set(h)}_editable=(0,i.vPA)(!0);optional=!1;get completed(){const h=this._completedOverride(),b=this._interacted();return h??(b&&(!this.stepControl||this.stepControl.valid))}set completed(h){this._completedOverride.set(h)}_completedOverride=(0,i.vPA)(null);index=(0,i.vPA)(-1);isSelected=(0,p.EW)(()=>this._stepper.selectedIndex===this.index());indicatorType=(0,p.EW)(()=>{const h=this.isSelected(),b=this.completed,A=this._state()??"number",k=this._editable();return this._showError()&&this.hasError&&!h?"error":this._displayDefaultIndicatorType?!b||h?"number":k?"edit":"done":b&&!h?"done":b&&h?A:k&&h?"edit":A});isNavigable=(0,p.EW)(()=>{const h=this.isSelected();return this.completed||h||!this._stepper.linear});get hasError(){return this._customError()??this._getDefaultError()}set hasError(h){this._customError.set(h)}_customError=(0,i.vPA)(null);_getDefaultError(){return this.interacted&&!!this.stepControl?.invalid}constructor(){const h=(0,i.WQX)(oe,{optional:!0});this._stepperOptions=h||{},this._displayDefaultIndicatorType=!1!==this._stepperOptions.displayDefaultIndicatorType}select(){this._stepper.selected=this}reset(){this._interacted.set(!1),null!=this._completedOverride()&&this._completedOverride.set(!1),null!=this._customError()&&this._customError.set(!1),this.stepControl&&(this._childForms?.forEach(h=>h.resetForm?.()),this.stepControl.reset())}ngOnChanges(){this._stepper._stateChanged()}_markAsInteracted(){this._interacted()||(this._interacted.set(!0),this.interactedStream.emit(this))}_showError(){return this._stepperOptions.showError??null!=this._customError()}static \u0275fac=function(b){return new(b||o)};static \u0275cmp=t.VBU({type:o,selectors:[["cdk-step"]],contentQueries:function(b,A,k){if(1&b&&(t.wni(k,$,5),t.wni(k,c.ZU,5)),2&b){let x;t.mGM(x=t.lsd())&&(A.stepLabel=x.first),t.mGM(x=t.lsd())&&(A._childForms=x)}},viewQuery:function(b,A){if(1&b&&t.GBs(t.C4Q,7),2&b){let k;t.mGM(k=t.lsd())&&(A.content=k.first)}},inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],state:"state",editable:[2,"editable","editable",S.L39],optional:[2,"optional","optional",S.L39],completed:[2,"completed","completed",S.L39],hasError:[2,"hasError","hasError",S.L39]},outputs:{interactedStream:"interacted"},exportAs:["cdkStep"],features:[t.OA$],ngContentSelectors:q,decls:1,vars:0,template:function(b,A){1&b&&(t.NAR(),t.PeT(0,G,1,0,"ng-template"))},encapsulation:2,changeDetection:0})}return o})(),me=(()=>{class o{_dir=(0,i.WQX)(w.dS,{optional:!0});_changeDetectorRef=(0,i.WQX)(S.gRc);_elementRef=(0,i.WQX)(t.aKT);_destroyed=new e.B;_keyManager;_steps;steps=new t.rOR;_stepHeader;_sortedHeaders=new t.rOR;linear=!1;get selectedIndex(){return this._selectedIndex()}set selectedIndex(h){this._steps?(this._isValidIndex(h),this.selectedIndex!==h&&(this.selected?._markAsInteracted(),!this._anyControlsInvalidOrPending(h)&&(h>=this.selectedIndex||this.steps.toArray()[h].editable)&&this._updateSelectedItemIndex(h))):this._selectedIndex.set(h)}_selectedIndex=(0,i.vPA)(0);get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(h){this.selectedIndex=h&&this.steps?this.steps.toArray().indexOf(h):-1}selectionChange=new t.bkB;selectedIndexChange=new t.bkB;_groupId=(0,i.WQX)(m.g).getId("cdk-stepper-");get orientation(){return this._orientation}set orientation(h){this._orientation=h,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===h)}_orientation="horizontal";constructor(){}ngAfterContentInit(){this._steps.changes.pipe((0,g.Z)(this._steps),(0,d.Q)(this._destroyed)).subscribe(h=>{this.steps.reset(h.filter(b=>b._stepper===this)),this.steps.forEach((b,A)=>b.index.set(A)),this.steps.notifyOnChanges()})}ngAfterViewInit(){if(this._stepHeader.changes.pipe((0,g.Z)(this._stepHeader),(0,d.Q)(this._destroyed)).subscribe(h=>{this._sortedHeaders.reset(h.toArray().sort((b,A)=>b._elementRef.nativeElement.compareDocumentPosition(A._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1)),this._sortedHeaders.notifyOnChanges()}),this._keyManager=new P.B(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),this._keyManager.updateActiveItem(this.selectedIndex),(this._dir?this._dir.change:(0,T.of)()).pipe((0,g.Z)(this._layoutDirection()),(0,d.Q)(this._destroyed)).subscribe(h=>this._keyManager?.withHorizontalOrientation(h)),this._keyManager.updateActiveItem(this.selectedIndex),this.steps.changes.subscribe(()=>{this.selected||this._selectedIndex.set(Math.max(this.selectedIndex-1,0))}),this._isValidIndex(this.selectedIndex)||this._selectedIndex.set(0),this.linear&&this.selectedIndex>0){const h=this.steps.toArray().slice(0,this._selectedIndex());for(const b of h)b._markAsInteracted()}}ngOnDestroy(){this._keyManager?.destroy(),this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex()+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex()-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach(h=>h.reset()),this._stateChanged()}_getStepLabelId(h){return`${this._groupId}-label-${h}`}_getStepContentId(h){return`${this._groupId}-content-${h}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(h){const b=h-this._selectedIndex();return b<0?"rtl"===this._layoutDirection()?"next":"previous":b>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex()}_updateSelectedItemIndex(h){const b=this.steps.toArray(),A=this._selectedIndex();this.selectionChange.emit({selectedIndex:h,previouslySelectedIndex:A,selectedStep:b[h],previouslySelectedStep:b[A]}),this._keyManager&&(this._containsFocus()?this._keyManager.setActiveItem(h):this._keyManager.updateActiveItem(h)),this._selectedIndex.set(h),this.selectedIndexChange.emit(h),this._stateChanged()}_onKeydown(h){const b=(0,M.rp)(h),A=h.keyCode,k=this._keyManager;null==k?.activeItemIndex||b||A!==j.t6&&A!==j.Fm?k?.setFocusOrigin("keyboard").onKeydown(h):(this.selectedIndex=k.activeItemIndex,h.preventDefault())}_anyControlsInvalidOrPending(h){return!!(this.linear&&h>=0)&&this.steps.toArray().slice(0,h).some(b=>{const A=b.stepControl;return(A?A.invalid||A.pending||!b.interacted:!b.completed)&&!b.optional&&!b._completedOverride()})}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const h=this._elementRef.nativeElement,b=(0,U.vc)();return h===b||h.contains(b)}_isValidIndex(h){return h>-1&&(!this.steps||h{class o{_stepper=(0,i.WQX)(me);type="submit";constructor(){}static \u0275fac=function(b){return new(b||o)};static \u0275dir=t.FsC({type:o,selectors:[["button","cdkStepperNext",""]],hostVars:1,hostBindings:function(b,A){1&b&&t.bIt("click",function(){return A._stepper.next()}),2&b&&t.Avn("type",A.type)},inputs:{type:"type"}})}return o})(),D=(()=>{class o{_stepper=(0,i.WQX)(me);type="button";constructor(){}static \u0275fac=function(b){return new(b||o)};static \u0275dir=t.FsC({type:o,selectors:[["button","cdkStepperPrevious",""]],hostVars:1,hostBindings:function(b,A){1&b&&t.bIt("click",function(){return A._stepper.previous()}),2&b&&t.Avn("type",A.type)},inputs:{type:"type"}})}return o})(),n=(()=>{class o{static \u0275fac=function(b){return new(b||o)};static \u0275mod=t.$C({type:o});static \u0275inj=i.G2t({imports:[K.jI]})}return o})()},97840:(Ae,ee,l)=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});var t=function i(c){return c&&"object"==typeof c&&"default"in c?c.default:c}(l(91426));ee.createDigest=(c,e,T)=>t.createHmac(c,Buffer.from(e,"hex")).update(Buffer.from(T,"hex")).digest().toString("hex"),ee.createRandomBytes=(c,e)=>t.randomBytes(c).toString(e)},98071:(Ae,ee,l)=>{"use strict";function i(t){return"function"==typeof t}l.d(ee,{T:()=>i})},98570:(Ae,ee,l)=>{"use strict";l.d(ee,{gP:()=>e,tU:()=>T});var i=l(17705),t=l(2615);const p=(0,i.naY)(),S=()=>null;let e=(()=>{var g;class d{invokeConsoleMethod(m,P){}static#e=g=()=>(this.\u0275fac=function(P){return new(P||d)},this.\u0275prov=t.jDH({token:d,factory:d.\u0275fac}))}return g(),d})(),T=(()=>{var g;class d{get info(){return p?console.log.bind(console):S}get warn(){return p?console.warn.bind(console):S}get error(){return p?console.error.bind(console):S}invokeConsoleMethod(m,P){(console[m]||console.log||S).apply(console,[P])}static#e=g=()=>(this.\u0275fac=function(P){return new(P||d)},this.\u0275prov=t.jDH({token:d,factory:d.\u0275fac}))}return g(),d})()},98613:(Ae,ee,l)=>{var i=l(65667),t=l(30715),p=l(37196),S=l(16508),c=l(14105),e=l(67211),T=l(10568),g=l(27054).Buffer;Ae.exports=function(M,j,U){var K;K=M.padding?M.padding:U?1:4;var Q,q=i(M),G=q.modulus.byteLength();if(j.length>G||new S(j).cmp(q.modulus)>=0)throw new Error("decryption error");Q=U?T(new S(j),q):c(j,q);var $=g.alloc(G-Q.length);if(Q=g.concat([$,Q],G),4===K)return function d(P,M){var j=P.modulus.byteLength(),U=e("sha1").update(g.alloc(0)).digest(),K=U.length;if(0!==M[0])throw new Error("decryption error");var q=M.slice(1,K+1),G=M.slice(K+1),Q=p(q,t(G,K)),$=p(G,t(Q,j-K-1));if(function m(P,M){P=g.from(P),M=g.from(M);var j=0,U=P.length;P.length!==M.length&&(j++,U=Math.min(P.length,M.length));for(var K=-1;++K=M.length){q++;break}var G=M.slice(2,K-1);if(("0002"!==U.toString("hex")&&!j||"0001"!==U.toString("hex")&&j)&&q++,G.length<8&&q++,q)throw new Error("decryption error");return M.slice(K)}(0,Q,U);if(3===K)return Q;throw new Error("unknown padding")}},98828:(Ae,ee,l)=>{"use strict";var i=l(88723),t=l(3136),p=t.getNAF,S=t.getJSF,c=t.assert;function e(g,d){this.type=g,this.p=new i(d.p,16),this.red=d.prime?i.red(d.prime):i.mont(this.p),this.zero=new i(0).toRed(this.red),this.one=new i(1).toRed(this.red),this.two=new i(2).toRed(this.red),this.n=d.n&&new i(d.n,16),this.g=d.g&&this.pointFromJSON(d.g,d.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var w=this.n&&this.p.div(this.n);!w||w.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function T(g,d){this.curve=g,this.type=d,this.precomputed=null}Ae.exports=e,e.prototype.point=function(){throw new Error("Not implemented")},e.prototype.validate=function(){throw new Error("Not implemented")},e.prototype._fixedNafMul=function(d,w){c(d.precomputed);var m=d._getDoubles(),P=p(w,1,this._bitLength),M=(1<=U;q--)K=(K<<1)+P[q];j.push(K)}for(var G=this.jpoint(null,null,null),Q=this.jpoint(null,null,null),$=M;$>0;$--){for(U=0;U=0;K--){for(var q=0;K>=0&&0===j[K];K--)q++;if(K>=0&&q++,U=U.dblp(q),K<0)break;var G=j[K];c(0!==G),U="affine"===d.type?U.mixedAdd(G>0?M[G-1>>1]:M[-G-1>>1].neg()):U.add(G>0?M[G-1>>1]:M[-G-1>>1].neg())}return"affine"===d.type?U.toP():U},e.prototype._wnafMulAdd=function(d,w,m,P,M){var G,Q,$,j=this._wnafT1,U=this._wnafT2,K=this._wnafT3,q=0;for(G=0;G=1;G-=2){var ue=G-1,oe=G;if(1===j[ue]&&1===j[oe]){var he=[w[ue],null,null,w[oe]];0===w[ue].y.cmp(w[oe].y)?(he[1]=w[ue].add(w[oe]),he[2]=w[ue].toJ().mixedAdd(w[oe].neg())):0===w[ue].y.cmp(w[oe].y.redNeg())?(he[1]=w[ue].toJ().mixedAdd(w[oe]),he[2]=w[ue].add(w[oe].neg())):(he[1]=w[ue].toJ().mixedAdd(w[oe]),he[2]=w[ue].toJ().mixedAdd(w[oe].neg()));var me=[-3,-1,-5,-7,0,7,5,1,3],Te=S(m[ue],m[oe]);for(q=Math.max(Te[0].length,q),K[ue]=new Array(q),K[oe]=new Array(q),Q=0;Q=0;G--){for(var h=0;G>=0;){var b=!0;for(Q=0;Q=0&&h++,o=o.dblp(h),G<0)break;for(Q=0;Q0?$=U[Q][A-1>>1]:A<0&&($=U[Q][-A-1>>1].neg()),o="affine"===$.type?o.mixedAdd($):o.add($))}}for(G=0;G=Math.ceil((d.bitLength()+1)/w.step)},T.prototype._getDoubles=function(d,w){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var m=[this],P=this,M=0;M{"use strict";var i=l(65992),t=l(79477),p=l(95731);Ae.exports=function(){return p(i,t,arguments)}},99090:(Ae,ee,l)=>{"use strict";l.d(ee,{A:()=>t});var i=l(12593);class t extends i.l{setActiveItem(S){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(S),this.activeItem&&this.activeItem.setActiveStyles()}}},99172:(Ae,ee,l)=>{"use strict";l.d(ee,{Z:()=>S});var i=l(28793),t=l(9326),p=l(39974);function S(...c){const e=(0,t.lI)(c);return(0,p.N)((T,g)=>{(e?(0,i.x)(c,T,e):(0,i.x)(c,T)).subscribe(g)})}},99327:(Ae,ee,l)=>{"use strict";l.d(ee,{RH:()=>p,Rp:()=>S});var i=l(2615),t=l(73664);let p=(()=>{class c{static \u0275fac=function(g){return new(g||c)};static \u0275mod=t.$C({type:c});static \u0275inj=i.G2t({})}return c})();const S={XSmall:"(max-width: 599.98px)",Small:"(min-width: 600px) and (max-width: 959.98px)",Medium:"(min-width: 960px) and (max-width: 1279.98px)",Large:"(min-width: 1280px) and (max-width: 1919.98px)",XLarge:"(min-width: 1920px)",Handset:"(max-width: 599.98px) and (orientation: portrait), (max-width: 959.98px) and (orientation: landscape)",Tablet:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",Web:"(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)",HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)",TabletPortrait:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)",WebPortrait:"(min-width: 840px) and (orientation: portrait)",HandsetLandscape:"(max-width: 959.98px) and (orientation: landscape)",TabletLandscape:"(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",WebLandscape:"(min-width: 1280px) and (orientation: landscape)"}},99359:(Ae,ee)=>{const l="[0-9]+";let t="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";t=t.replace(/u/g,"\\u");const p="(?:(?![A-Z0-9 $%*+\\-./:]|"+t+")(?:.|[\r\n]))+";ee.KANJI=new RegExp(t,"g"),ee.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),ee.BYTE=new RegExp(p,"g"),ee.NUMERIC=new RegExp(l,"g"),ee.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const S=new RegExp("^"+t+"$"),c=new RegExp("^"+l+"$"),e=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");ee.testKanji=function(g){return S.test(g)},ee.testNumeric=function(g){return c.test(g)},ee.testAlphanumeric=function(g){return e.test(g)}},99437:(Ae,ee,l)=>{"use strict";l.d(ee,{W:()=>S});var i=l(58750),t=l(54360),p=l(39974);function S(c){return(0,p.N)((e,T)=>{let w,g=null,d=!1;g=e.subscribe((0,t._)(T,void 0,void 0,m=>{w=(0,i.Tg)(c(m,S(c)(e))),g?(g.unsubscribe(),g=null,w.subscribe(T)):d=!0})),d&&(g.unsubscribe(),g=null,w.subscribe(T))})}},99560:(Ae,ee,l)=>{"use strict";Ae.exports=l(62951)},99898:(Ae,ee,l)=>{"use strict";l.d(ee,{B:()=>p});var i=l(39974),t=l(54360);function p(){return(0,i.N)((S,c)=>{let e=null;S._refCount++;const T=(0,t._)(c,void 0,void 0,void 0,()=>{if(!S||S._refCount<=0||0<--S._refCount)return void(e=null);const g=S._connection,d=e;e=null,g&&(!d||g===d)&&g.unsubscribe(),c.unsubscribe()});S.subscribe(T),T.closed||(e=S.connect())})}}},Ae=>{Ae(Ae.s=67947)}]); \ No newline at end of file diff --git a/frontend/polyfills.31e6e7ecf45bc58d.js b/frontend/polyfills.31e6e7ecf45bc58d.js new file mode 100644 index 00000000..e53ee184 --- /dev/null +++ b/frontend/polyfills.31e6e7ecf45bc58d.js @@ -0,0 +1 @@ +(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[461],{13981:(Wt,j)=>{"use strict";j.byteLength=function i(b){var x=N(b),lt=x[1];return 3*(x[0]+lt)/4-lt},j.toByteArray=function et(b){var x,rt,H=N(b),lt=H[0],vt=H[1],Tt=new bt(function K(b,x,H){return 3*(x+H)/4-H}(0,lt,vt)),Ct=0,Ht=vt>0?lt-4:lt;for(rt=0;rt>16&255,Tt[Ct++]=x>>8&255,Tt[Ct++]=255&x;return 2===vt&&(x=A[b.charCodeAt(rt)]<<2|A[b.charCodeAt(rt+1)]>>4,Tt[Ct++]=255&x),1===vt&&(x=A[b.charCodeAt(rt)]<<10|A[b.charCodeAt(rt+1)]<<4|A[b.charCodeAt(rt+2)]>>2,Tt[Ct++]=x>>8&255,Tt[Ct++]=255&x),Tt},j.fromByteArray=function Rt(b){for(var x,H=b.length,lt=H%3,vt=[],Ct=0,Ht=H-lt;CtHt?Ht:Ct+16383));return 1===lt?vt.push(W[(x=b[H-1])>>2]+W[x<<4&63]+"=="):2===lt&&vt.push(W[(x=(b[H-2]<<8)+b[H-1])>>10]+W[x>>4&63]+W[x<<2&63]+"="),vt.join("")};for(var W=[],A=[],bt=typeof Uint8Array<"u"?Uint8Array:Array,Bt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",tt=0;tt<64;++tt)W[tt]=Bt[tt],A[Bt.charCodeAt(tt)]=tt;function N(b){var x=b.length;if(x%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var H=b.indexOf("=");return-1===H&&(H=x),[H,H===x?0:4-H%4]}function mt(b){return W[b>>18&63]+W[b>>12&63]+W[b>>6&63]+W[63&b]}function yt(b,x,H){for(var vt=[],Tt=x;Tt{j.read=function(W,A,bt,Bt,tt){var gt,N,i=8*tt-Bt-1,K=(1<>1,mt=-7,yt=bt?tt-1:0,Rt=bt?-1:1,b=W[A+yt];for(yt+=Rt,gt=b&(1<<-mt)-1,b>>=-mt,mt+=i;mt>0;gt=256*gt+W[A+yt],yt+=Rt,mt-=8);for(N=gt&(1<<-mt)-1,gt>>=-mt,mt+=Bt;mt>0;N=256*N+W[A+yt],yt+=Rt,mt-=8);if(0===gt)gt=1-et;else{if(gt===K)return N?NaN:1/0*(b?-1:1);N+=Math.pow(2,Bt),gt-=et}return(b?-1:1)*N*Math.pow(2,gt-Bt)},j.write=function(W,A,bt,Bt,tt,gt){var N,i,K,et=8*gt-tt-1,mt=(1<>1,Rt=23===tt?Math.pow(2,-24)-Math.pow(2,-77):0,b=Bt?0:gt-1,x=Bt?1:-1,H=A<0||0===A&&1/A<0?1:0;for(A=Math.abs(A),isNaN(A)||A===1/0?(i=isNaN(A)?1:0,N=mt):(N=Math.floor(Math.log(A)/Math.LN2),A*(K=Math.pow(2,-N))<1&&(N--,K*=2),(A+=N+yt>=1?Rt/K:Rt*Math.pow(2,1-yt))*K>=2&&(N++,K/=2),N+yt>=mt?(i=0,N=mt):N+yt>=1?(i=(A*K-1)*Math.pow(2,tt),N+=yt):(i=A*Math.pow(2,yt-1)*Math.pow(2,tt),N=0));tt>=8;W[bt+b]=255&i,b+=x,i/=256,tt-=8);for(N=N<0;W[bt+b]=255&N,b+=x,N/=256,et-=8);W[bt+b-x]|=128*H}},24050:(Wt,j,W)=>{window.global=window,window.global.Buffer=window.global.Buffer||W(83838).Buffer,window.global.process=window.global.process||W(40573)},40573:Wt=>{var W,A,j=Wt.exports={};function bt(){throw new Error("setTimeout has not been defined")}function Bt(){throw new Error("clearTimeout has not been defined")}function tt(x){if(W===setTimeout)return setTimeout(x,0);if((W===bt||!W)&&setTimeout)return W=setTimeout,setTimeout(x,0);try{return W(x,0)}catch{try{return W.call(null,x,0)}catch{return W.call(this,x,0)}}}!function(){try{W="function"==typeof setTimeout?setTimeout:bt}catch{W=bt}try{A="function"==typeof clearTimeout?clearTimeout:Bt}catch{A=Bt}}();var K,N=[],i=!1,et=-1;function mt(){!i||!K||(i=!1,K.length?N=K.concat(N):et=-1,N.length&&yt())}function yt(){if(!i){var x=tt(mt);i=!0;for(var H=N.length;H;){for(K=N,N=[];++et1)for(var lt=1;lt{"use strict";const A=W(13981),bt=W(22020),Bt="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;j.Buffer=i,j.SlowBuffer=function Tt(r){return+r!=r&&(r=0),i.alloc(+r)},j.INSPECT_MAX_BYTES=50;const tt=2147483647;function N(r){if(r>tt)throw new RangeError('The value "'+r+'" is invalid for option "size"');const t=new Uint8Array(r);return Object.setPrototypeOf(t,i.prototype),t}function i(r,t,e){if("number"==typeof r){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return yt(r)}return K(r,t,e)}function K(r,t,e){if("string"==typeof r)return function Rt(r,t){if(("string"!=typeof t||""===t)&&(t="utf8"),!i.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const e=0|Ct(r,t);let n=N(e);const o=n.write(r,t);return o!==e&&(n=n.slice(0,o)),n}(r,t);if(ArrayBuffer.isView(r))return function x(r){if(jt(r,Uint8Array)){const t=new Uint8Array(r);return H(t.buffer,t.byteOffset,t.byteLength)}return b(r)}(r);if(null==r)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(jt(r,ArrayBuffer)||r&&jt(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(jt(r,SharedArrayBuffer)||r&&jt(r.buffer,SharedArrayBuffer)))return H(r,t,e);if("number"==typeof r)throw new TypeError('The "value" argument must not be of type number. Received type number');const n=r.valueOf&&r.valueOf();if(null!=n&&n!==r)return i.from(n,t,e);const o=function lt(r){if(i.isBuffer(r)){const t=0|vt(r.length),e=N(t);return 0===e.length||r.copy(e,0,0,t),e}return void 0!==r.length?"number"!=typeof r.length||ue(r.length)?N(0):b(r):"Buffer"===r.type&&Array.isArray(r.data)?b(r.data):void 0}(r);if(o)return o;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof r[Symbol.toPrimitive])return i.from(r[Symbol.toPrimitive]("string"),t,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}function et(r){if("number"!=typeof r)throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function yt(r){return et(r),N(r<0?0:0|vt(r))}function b(r){const t=r.length<0?0:0|vt(r.length),e=N(t);for(let n=0;n=tt)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+tt.toString(16)+" bytes");return 0|r}function Ct(r,t){if(i.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||jt(r,ArrayBuffer))return r.byteLength;if("string"!=typeof r)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);const e=r.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===e)return 0;let o=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return Dt(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*e;case"hex":return e>>>1;case"base64":return ge(r).length;default:if(o)return n?-1:Dt(r).length;t=(""+t).toLowerCase(),o=!0}}function Ht(r,t,e){let n=!1;if((void 0===t||t<0)&&(t=0),t>this.length||((void 0===e||e>this.length)&&(e=this.length),e<=0)||(e>>>=0)<=(t>>>=0))return"";for(r||(r="utf8");;)switch(r){case"hex":return ce(this,t,e);case"utf8":case"utf-8":return Te(this,t,e);case"ascii":return we(this,t,e);case"latin1":case"binary":return ke(this,t,e);case"base64":return xt(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pe(this,t,e);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}function rt(r,t,e){const n=r[t];r[t]=r[e],r[e]=n}function Mt(r,t,e,n,o){if(0===r.length)return-1;if("string"==typeof e?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),ue(e=+e)&&(e=o?0:r.length-1),e<0&&(e=r.length+e),e>=r.length){if(o)return-1;e=r.length-1}else if(e<0){if(!o)return-1;e=0}if("string"==typeof t&&(t=i.from(t,n)),i.isBuffer(t))return 0===t.length?-1:Qt(r,t,e,n,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(r,t,e):Uint8Array.prototype.lastIndexOf.call(r,t,e):Qt(r,[t],e,n,o);throw new TypeError("val must be string, number or Buffer")}function Qt(r,t,e,n,o){let ht,a=1,E=r.length,G=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(r.length<2||t.length<2)return-1;a=2,E/=2,G/=2,e/=2}function Et(_t,it){return 1===a?_t[it]:_t.readUInt16BE(it*a)}if(o){let _t=-1;for(ht=e;htE&&(e=E-G),ht=e;ht>=0;ht--){let _t=!0;for(let it=0;ito&&(n=o):n=o;const a=t.length;let E;for(n>a/2&&(n=a/2),E=0;E>8,o=e%256,a.push(o),a.push(n);return a}(t,r.length-e),r,e,n)}function xt(r,t,e){return A.fromByteArray(0===t&&e===r.length?r:r.slice(t,e))}function Te(r,t,e){e=Math.min(r.length,e);const n=[];let o=t;for(;o239?4:a>223?3:a>191?2:1;if(o+G<=e){let Et,ht,_t,it;switch(G){case 1:a<128&&(E=a);break;case 2:Et=r[o+1],128==(192&Et)&&(it=(31&a)<<6|63&Et,it>127&&(E=it));break;case 3:Et=r[o+1],ht=r[o+2],128==(192&Et)&&128==(192&ht)&&(it=(15&a)<<12|(63&Et)<<6|63&ht,it>2047&&(it<55296||it>57343)&&(E=it));break;case 4:Et=r[o+1],ht=r[o+2],_t=r[o+3],128==(192&Et)&&128==(192&ht)&&128==(192&_t)&&(it=(15&a)<<18|(63&Et)<<12|(63&ht)<<6|63&_t,it>65535&&it<1114112&&(E=it))}}null===E?(E=65533,G=1):E>65535&&(E-=65536,n.push(E>>>10&1023|55296),E=56320|1023&E),n.push(E),o+=G}return function Pe(r){const t=r.length;if(t<=se)return String.fromCharCode.apply(String,r);let e="",n=0;for(;no.length?(i.isBuffer(E)||(E=i.from(E)),E.copy(o,a)):Uint8Array.prototype.set.call(o,E,a);else{if(!i.isBuffer(E))throw new TypeError('"list" argument must be an Array of Buffers');E.copy(o,a)}a+=E.length}return o},i.byteLength=Ct,i.prototype._isBuffer=!0,i.prototype.swap16=function(){const t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let e=0;ee&&(t+=" ... "),""},Bt&&(i.prototype[Bt]=i.prototype.inspect),i.prototype.compare=function(t,e,n,o,a){if(jt(t,Uint8Array)&&(t=i.from(t,t.offset,t.byteLength)),!i.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===o&&(o=0),void 0===a&&(a=this.length),e<0||n>t.length||o<0||a>this.length)throw new RangeError("out of range index");if(o>=a&&e>=n)return 0;if(o>=a)return-1;if(e>=n)return 1;if(this===t)return 0;let E=(a>>>=0)-(o>>>=0),G=(n>>>=0)-(e>>>=0);const Et=Math.min(E,G),ht=this.slice(o,a),_t=t.slice(e,n);for(let it=0;it>>=0,isFinite(n)?(n>>>=0,void 0===o&&(o="utf8")):(o=n,n=void 0)}const a=this.length-e;if((void 0===n||n>a)&&(n=a),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");o||(o="utf8");let E=!1;for(;;)switch(o){case"hex":return he(this,t,e,n);case"utf8":case"utf-8":return fe(this,t,e,n);case"ascii":case"latin1":case"binary":return Q(this,t,e,n);case"base64":return ie(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return oe(this,t,e,n);default:if(E)throw new TypeError("Unknown encoding: "+o);o=(""+o).toLowerCase(),E=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const se=4096;function we(r,t,e){let n="";e=Math.min(r.length,e);for(let o=t;on)&&(e=n);let o="";for(let a=t;ae)throw new RangeError("Trying to access beyond buffer length")}function Pt(r,t,e,n,o,a){if(!i.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||tr.length)throw new RangeError("Index out of range")}function be(r,t,e,n,o){Ie(t,n,o,r,e,7);let a=Number(t&BigInt(4294967295));r[e++]=a,a>>=8,r[e++]=a,a>>=8,r[e++]=a,a>>=8,r[e++]=a;let E=Number(t>>BigInt(32)&BigInt(4294967295));return r[e++]=E,E>>=8,r[e++]=E,E>>=8,r[e++]=E,E>>=8,r[e++]=E,e}function de(r,t,e,n,o){Ie(t,n,o,r,e,7);let a=Number(t&BigInt(4294967295));r[e+7]=a,a>>=8,r[e+6]=a,a>>=8,r[e+5]=a,a>>=8,r[e+4]=a;let E=Number(t>>BigInt(32)&BigInt(4294967295));return r[e+3]=E,E>>=8,r[e+2]=E,E>>=8,r[e+1]=E,E>>=8,r[e]=E,e+8}function ye(r,t,e,n,o,a){if(e+n>r.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Ee(r,t,e,n,o){return t=+t,e>>>=0,o||ye(r,0,e,4),bt.write(r,t,e,n,23,4),e+4}function Ot(r,t,e,n,o){return t=+t,e>>>=0,o||ye(r,0,e,8),bt.write(r,t,e,n,52,8),e+8}i.prototype.slice=function(t,e){const n=this.length;(t=~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),(e=void 0===e?n:~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),e>>=0,e>>>=0,n||It(t,e,this.length);let o=this[t],a=1,E=0;for(;++E>>=0,e>>>=0,n||It(t,e,this.length);let o=this[t+--e],a=1;for(;e>0&&(a*=256);)o+=this[t+--e]*a;return o},i.prototype.readUint8=i.prototype.readUInt8=function(t,e){return t>>>=0,e||It(t,1,this.length),this[t]},i.prototype.readUint16LE=i.prototype.readUInt16LE=function(t,e){return t>>>=0,e||It(t,2,this.length),this[t]|this[t+1]<<8},i.prototype.readUint16BE=i.prototype.readUInt16BE=function(t,e){return t>>>=0,e||It(t,2,this.length),this[t]<<8|this[t+1]},i.prototype.readUint32LE=i.prototype.readUInt32LE=function(t,e){return t>>>=0,e||It(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},i.prototype.readUint32BE=i.prototype.readUInt32BE=function(t,e){return t>>>=0,e||It(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},i.prototype.readBigUInt64LE=qt(function(t){At(t>>>=0,"offset");const e=this[t],n=this[t+7];(void 0===e||void 0===n)&&te(t,this.length-8);const o=e+256*this[++t]+65536*this[++t]+this[++t]*2**24,a=this[++t]+256*this[++t]+65536*this[++t]+n*2**24;return BigInt(o)+(BigInt(a)<>>=0,"offset");const e=this[t],n=this[t+7];(void 0===e||void 0===n)&&te(t,this.length-8);const o=e*2**24+65536*this[++t]+256*this[++t]+this[++t],a=this[++t]*2**24+65536*this[++t]+256*this[++t]+n;return(BigInt(o)<>>=0,e>>>=0,n||It(t,e,this.length);let o=this[t],a=1,E=0;for(;++E=a&&(o-=Math.pow(2,8*e)),o},i.prototype.readIntBE=function(t,e,n){t>>>=0,e>>>=0,n||It(t,e,this.length);let o=e,a=1,E=this[t+--o];for(;o>0&&(a*=256);)E+=this[t+--o]*a;return a*=128,E>=a&&(E-=Math.pow(2,8*e)),E},i.prototype.readInt8=function(t,e){return t>>>=0,e||It(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},i.prototype.readInt16LE=function(t,e){t>>>=0,e||It(t,2,this.length);const n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt16BE=function(t,e){t>>>=0,e||It(t,2,this.length);const n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt32LE=function(t,e){return t>>>=0,e||It(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},i.prototype.readInt32BE=function(t,e){return t>>>=0,e||It(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},i.prototype.readBigInt64LE=qt(function(t){At(t>>>=0,"offset");const e=this[t],n=this[t+7];return(void 0===e||void 0===n)&&te(t,this.length-8),(BigInt(this[t+4]+256*this[t+5]+65536*this[t+6]+(n<<24))<>>=0,"offset");const e=this[t],n=this[t+7];(void 0===e||void 0===n)&&te(t,this.length-8);const o=(e<<24)+65536*this[++t]+256*this[++t]+this[++t];return(BigInt(o)<>>=0,e||It(t,4,this.length),bt.read(this,t,!0,23,4)},i.prototype.readFloatBE=function(t,e){return t>>>=0,e||It(t,4,this.length),bt.read(this,t,!1,23,4)},i.prototype.readDoubleLE=function(t,e){return t>>>=0,e||It(t,8,this.length),bt.read(this,t,!0,52,8)},i.prototype.readDoubleBE=function(t,e){return t>>>=0,e||It(t,8,this.length),bt.read(this,t,!1,52,8)},i.prototype.writeUintLE=i.prototype.writeUIntLE=function(t,e,n,o){t=+t,e>>>=0,n>>>=0,o||Pt(this,t,e,n,Math.pow(2,8*n)-1,0);let a=1,E=0;for(this[e]=255&t;++E>>=0,n>>>=0,o||Pt(this,t,e,n,Math.pow(2,8*n)-1,0);let a=n-1,E=1;for(this[e+a]=255&t;--a>=0&&(E*=256);)this[e+a]=t/E&255;return e+n},i.prototype.writeUint8=i.prototype.writeUInt8=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,1,255,0),this[e]=255&t,e+1},i.prototype.writeUint16LE=i.prototype.writeUInt16LE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeUint16BE=i.prototype.writeUInt16BE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeUint32LE=i.prototype.writeUInt32LE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},i.prototype.writeUint32BE=i.prototype.writeUInt32BE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeBigUInt64LE=qt(function(t,e=0){return be(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),i.prototype.writeBigUInt64BE=qt(function(t,e=0){return de(this,t,e,BigInt(0),BigInt("0xffffffffffffffff"))}),i.prototype.writeIntLE=function(t,e,n,o){if(t=+t,e>>>=0,!o){const Et=Math.pow(2,8*n-1);Pt(this,t,e,n,Et-1,-Et)}let a=0,E=1,G=0;for(this[e]=255&t;++a>>=0,!o){const Et=Math.pow(2,8*n-1);Pt(this,t,e,n,Et-1,-Et)}let a=n-1,E=1,G=0;for(this[e+a]=255&t;--a>=0&&(E*=256);)t<0&&0===G&&0!==this[e+a+1]&&(G=1),this[e+a]=(t/E|0)-G&255;return e+n},i.prototype.writeInt8=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},i.prototype.writeInt16LE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},i.prototype.writeInt16BE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},i.prototype.writeInt32LE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},i.prototype.writeInt32BE=function(t,e,n){return t=+t,e>>>=0,n||Pt(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},i.prototype.writeBigInt64LE=qt(function(t,e=0){return be(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),i.prototype.writeBigInt64BE=qt(function(t,e=0){return de(this,t,e,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),i.prototype.writeFloatLE=function(t,e,n){return Ee(this,t,e,!0,n)},i.prototype.writeFloatBE=function(t,e,n){return Ee(this,t,e,!1,n)},i.prototype.writeDoubleLE=function(t,e,n){return Ot(this,t,e,!0,n)},i.prototype.writeDoubleBE=function(t,e,n){return Ot(this,t,e,!1,n)},i.prototype.copy=function(t,e,n,o){if(!i.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),!o&&0!==o&&(o=this.length),e>=t.length&&(e=t.length),e||(e=0),o>0&&o=this.length)throw new RangeError("Index out of range");if(o<0)throw new RangeError("sourceEnd out of bounds");o>this.length&&(o=this.length),t.length-e>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(a=e;a=n+4;e-=3)t=`_${r.slice(e-3,e)}${t}`;return`${r.slice(0,e)}${t}`}function Ie(r,t,e,n,o,a){if(r>e||r3?0===t||t===BigInt(0)?`>= 0${E} and < 2${E} ** ${8*(a+1)}${E}`:`>= -(2${E} ** ${8*(a+1)-1}${E}) and < 2 ** ${8*(a+1)-1}${E}`:`>= ${t}${E} and <= ${e}${E}`,new Zt.ERR_OUT_OF_RANGE("value",G,r)}!function Gt(r,t,e){At(t,"offset"),(void 0===r[t]||void 0===r[t+e])&&te(t,r.length-(e+1))}(n,o,a)}function At(r,t){if("number"!=typeof r)throw new Zt.ERR_INVALID_ARG_TYPE(t,"number",r)}function te(r,t,e){throw Math.floor(r)!==r?(At(r,e),new Zt.ERR_OUT_OF_RANGE(e||"offset","an integer",r)):t<0?new Zt.ERR_BUFFER_OUT_OF_BOUNDS:new Zt.ERR_OUT_OF_RANGE(e||"offset",`>= ${e?1:0} and <= ${t}`,r)}_e("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),_e("ERR_INVALID_ARG_TYPE",function(r,t){return`The "${r}" argument must be of type number. Received type ${typeof t}`},TypeError),_e("ERR_OUT_OF_RANGE",function(r,t,e){let n=`The value of "${r}" is out of range.`,o=e;return Number.isInteger(e)&&Math.abs(e)>2**32?o=xe(String(e)):"bigint"==typeof e&&(o=String(e),(e>BigInt(2)**BigInt(32)||e<-(BigInt(2)**BigInt(32)))&&(o=xe(o)),o+="n"),n+=` It must be ${t}. Received ${o}`,n},RangeError);const Be=/[^+/0-9A-Za-z-_]/g;function Dt(r,t){let e;t=t||1/0;const n=r.length;let o=null;const a=[];for(let E=0;E55295&&e<57344){if(!o){if(e>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(E+1===n){(t-=3)>-1&&a.push(239,191,189);continue}o=e;continue}if(e<56320){(t-=3)>-1&&a.push(239,191,189),o=e;continue}e=65536+(o-55296<<10|e-56320)}else o&&(t-=3)>-1&&a.push(239,191,189);if(o=null,e<128){if((t-=1)<0)break;a.push(e)}else if(e<2048){if((t-=2)<0)break;a.push(e>>6|192,63&e|128)}else if(e<65536){if((t-=3)<0)break;a.push(e>>12|224,e>>6&63|128,63&e|128)}else{if(!(e<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}}return a}function ge(r){return A.toByteArray(function Se(r){if((r=(r=r.split("=")[0]).trim().replace(Be,"")).length<2)return"";for(;r.length%4!=0;)r+="=";return r}(r))}function re(r,t,e,n){let o;for(o=0;o=t.length||o>=r.length);++o)t[o+e]=r[o];return o}function jt(r,t){return r instanceof t||null!=r&&null!=r.constructor&&null!=r.constructor.name&&r.constructor.name===t.name}function ue(r){return r!=r}const Ae=function(){const r="0123456789abcdef",t=new Array(256);for(let e=0;e<16;++e){const n=16*e;for(let o=0;o<16;++o)t[n+o]=r[e]+r[o]}return t}();function qt(r){return typeof BigInt>"u"?ae:r}function ae(){throw new Error("BigInt not supported")}},96935:()=>{"use strict";var Wt=Object.defineProperty,j=Object.defineProperties,W=Object.getOwnPropertyDescriptors,A=Object.getOwnPropertySymbols,bt=Object.prototype.hasOwnProperty,Bt=Object.prototype.propertyIsEnumerable,tt=(c,s,y)=>s in c?Wt(c,s,{enumerable:!0,configurable:!0,writable:!0,value:y}):c[s]=y,gt=(c,s)=>{for(var y in s||(s={}))bt.call(s,y)&&tt(c,y,s[y]);if(A)for(var y of A(s))Bt.call(s,y)&&tt(c,y,s[y]);return c},i=(c,s,y)=>(tt(c,"symbol"!=typeof s?s+"":s,y),y),K=globalThis;function et(c){return(K.__Zone_symbol_prefix||"__zone_symbol__")+c}var Rt=Object.getOwnPropertyDescriptor,b=Object.defineProperty,x=Object.getPrototypeOf,H=Object.create,lt=Array.prototype.slice,vt="addEventListener",Tt="removeEventListener",Ct=et(vt),Ht=et(Tt),rt="true",Mt="false",Qt=et("");function he(c,s){return Zone.current.wrap(c,s)}function fe(c,s,y,u,d){return Zone.current.scheduleMacroTask(c,s,y,u,d)}var Q=et,ie=typeof window<"u",oe=ie?window:void 0,xt=ie&&oe||globalThis;function se(c,s){for(let y=c.length-1;y>=0;y--)"function"==typeof c[y]&&(c[y]=he(c[y],s+"_"+y));return c}function we(c){return!c||!1!==c.writable&&!("function"==typeof c.get&&typeof c.set>"u")}var ke=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,ce=!("nw"in xt)&&typeof xt.process<"u"&&"[object process]"===xt.process.toString(),pe=!ce&&!ke&&!(!ie||!oe.HTMLElement),It=typeof xt.process<"u"&&"[object process]"===xt.process.toString()&&!ke&&!(!ie||!oe.HTMLElement),Pt={},be=Q("enable_beforeunload"),de=function(c){if(!(c=c||xt.event))return;let s=Pt[c.type];s||(s=Pt[c.type]=Q("ON_PROPERTY"+c.type));const y=this||c.target||xt,u=y[s];let d;return pe&&y===oe&&"error"===c.type?(d=u&&u.call(this,c.message,c.filename,c.lineno,c.colno,c.error),!0===d&&c.preventDefault()):(d=u&&u.apply(this,arguments),"beforeunload"===c.type&&xt[be]&&"string"==typeof d?c.returnValue=d:null!=d&&!d&&c.preventDefault()),d};function ye(c,s,y){let u=Rt(c,s);if(!u&&y&&Rt(y,s)&&(u={enumerable:!0,configurable:!0}),!u||!u.configurable)return;const d=Q("on"+s+"patched");if(c.hasOwnProperty(d)&&c[d])return;delete u.writable,delete u.value;const _=u.get,D=u.set,k=s.slice(2);let P=Pt[k];P||(P=Pt[k]=Q("ON_PROPERTY"+k)),u.set=function(U){let B=this;!B&&c===xt&&(B=xt),B&&("function"==typeof B[P]&&B.removeEventListener(k,de),D?.call(B,null),B[P]=U,"function"==typeof U&&B.addEventListener(k,de,!1))},u.get=function(){let U=this;if(!U&&c===xt&&(U=xt),!U)return null;const B=U[P];if(B)return B;if(_){let L=_.call(this);if(L)return u.set.call(this,L),"function"==typeof U.removeAttribute&&U.removeAttribute(s),L}return null},b(c,s,u),c[d]=!0}function Ee(c,s,y){if(s)for(let u=0;ufunction(D,k){const P=y(D,k);return P.cbIdx>=0&&"function"==typeof k[P.cbIdx]?fe(P.name,k[P.cbIdx],P,d):_.apply(D,k)})}function At(c,s){c[Q("OriginalDelegate")]=s}function te(c){return"function"==typeof c}function Be(c){return"number"==typeof c}var Se={useG:!0},Dt={},ve={},Re=new RegExp("^"+Qt+"(\\w+)(true|false)$"),ge=Q("propagationStopped");function re(c,s){const y=(s?s(c):c)+Mt,u=(s?s(c):c)+rt,d=Qt+y,_=Qt+u;Dt[c]={},Dt[c][Mt]=d,Dt[c][rt]=_}function jt(c,s,y,u){const d=u&&u.add||vt,_=u&&u.rm||Tt,D=u&&u.listeners||"eventListeners",k=u&&u.rmAll||"removeAllListeners",P=Q(d),U="."+d+":",B="prependListener",L="."+B+":",X=function(C,w,ct){if(C.isRemoved)return;const nt=C.callback;let dt;"object"==typeof nt&&nt.handleEvent&&(C.callback=v=>nt.handleEvent(v),C.originalDelegate=nt);try{C.invoke(C,w,[ct])}catch(v){dt=v}const ut=C.options;return ut&&"object"==typeof ut&&ut.once&&w[_].call(w,ct.type,C.originalDelegate?C.originalDelegate:C.callback,ut),dt};function J(C,w,ct){if(!(w=w||c.event))return;const nt=C||w.target||c,dt=nt[Dt[w.type][ct?rt:Mt]];if(dt){const ut=[];if(1===dt.length){const v=X(dt[0],nt,w);v&&ut.push(v)}else{const v=dt.slice();for(let kt=0;kt{throw kt})}}}const Ft=function(C){return J(this,C,!1)},wt=function(C){return J(this,C,!0)};function Lt(C,w){if(!C)return!1;let ct=!0;w&&void 0!==w.useG&&(ct=w.useG);const nt=w&&w.vh;let dt=!0;w&&void 0!==w.chkDup&&(dt=w.chkDup);let ut=!1;w&&void 0!==w.rt&&(ut=w.rt);let v=C;for(;v&&!v.hasOwnProperty(d);)v=x(v);if(!v&&C[d]&&(v=C),!v||v[P])return!1;const kt=w&&w.eventNameToString,Z={},M=v[P]=v[d],q=v[Q(_)]=v[_],F=v[Q(D)]=v[D],Nt=v[Q(k)]=v[k];let Ut;w&&w.prepend&&(Ut=v[Q(w.prepend)]=v[w.prepend]);const st=ct?function(p){if(!Z.isExisting)return M.call(Z.target,Z.eventName,Z.capture?wt:Ft,Z.options)}:function(p){return M.call(Z.target,Z.eventName,p.invoke,Z.options)},Y=ct?function(p){if(!p.isRemoved){const m=Dt[p.eventName];let R;m&&(R=m[p.capture?rt:Mt]);const O=R&&p.target[R];if(O)for(let I=0;Ij(c,W({passive:!0})))(gt({},p)):p:{passive:!0}:p}(arguments[2],ee)),ne=$t?.signal;if(ne?.aborted)return;if(Kt)for(let Yt=0;Ytzt.zone.cancelTask(zt);p.call(ne,"abort",Yt,{once:!0}),zt.removeAbortListener=()=>ne.removeEventListener("abort",Yt)}return Z.target=null,me&&(me.taskData=null),Le&&(Z.options.once=!0),"boolean"!=typeof zt.options&&(zt.options=$t),zt.target=$,zt.capture=De,zt.eventName=z,pt&&(zt.originalDelegate=ft),V?le.unshift(zt):le.push(zt),I?$:void 0}};return v[d]=g(M,U,st,Y,ut),Ut&&(v[B]=g(Ut,L,function(p){return Ut.call(Z.target,Z.eventName,p.invoke,Z.options)},Y,ut,!0)),v[_]=function(){const p=this||c;let m=arguments[0];w&&w.transferEventName&&(m=w.transferEventName(m));const R=arguments[2],O=!!R&&("boolean"==typeof R||R.capture),I=arguments[1];if(!I)return q.apply(this,arguments);if(nt&&!nt(q,I,p,arguments))return;const V=Dt[m];let $;V&&($=V[O?rt:Mt]);const z=$&&p[$];if(z)for(let ft=0;ftfunction(d,_){d[ge]=!0,u&&u.apply(d,_)})}var ae=Q("zoneTask");function r(c,s,y,u){let d=null,_=null;y+=u;const D={};function k(U){const B=U.data;B.args[0]=function(){return U.invoke.apply(this,arguments)};const L=d.apply(c,B.args);return Be(L)?B.handleId=L:(B.handle=L,B.isRefreshable=te(L.refresh)),U}function P(U){const{handle:B,handleId:L}=U.data;return _.call(c,B??L)}d=Gt(c,s+=u,U=>function(B,L){var X;if(te(L[0])){const J={isRefreshable:!1,isPeriodic:"Interval"===u,delay:"Timeout"===u||"Interval"===u?L[1]||0:void 0,args:L},Ft=L[0];L[0]=function(){try{return Ft.apply(this,arguments)}finally{const{handle:nt,handleId:dt,isPeriodic:ut,isRefreshable:v}=J;!ut&&!v&&(dt?delete D[dt]:nt&&(nt[ae]=null))}};const wt=fe(s,L[0],J,k,P);if(!wt)return wt;const{handleId:Lt,handle:St,isRefreshable:C,isPeriodic:w}=wt.data;if(Lt)D[Lt]=wt;else if(St&&(St[ae]=wt,C&&!w)){const ct=St.refresh;St.refresh=function(){const{zone:nt,state:dt}=wt;return"notScheduled"===dt?(wt._state="scheduled",nt._updateTaskCount(wt,1)):"running"===dt&&(wt._state="scheduling"),ct.call(this)}}return null!=(X=St??Lt)?X:wt}return U.apply(c,L)}),_=Gt(c,y,U=>function(B,L){const X=L[0];let J;Be(X)?(J=D[X],delete D[X]):(J=X?.[ae],J?X[ae]=null:J=X),J?.type?J.cancelFn&&J.zone.cancelTask(J):U.apply(c,L)})}function o(c,s,y){if(!y||0===y.length)return s;const u=y.filter(_=>_.target===c);if(0===u.length)return s;const d=u[0].ignoreProperties;return s.filter(_=>-1===d.indexOf(_))}function a(c,s,y,u){c&&Ee(c,o(c,s,y),u)}function E(c){return Object.getOwnPropertyNames(c).filter(s=>s.startsWith("on")&&s.length>2).map(s=>s.substring(2))}function it(c,s,y,u,d){const _=Zone.__symbol__(u);if(s[_])return;const D=s[_]=s[u];s[u]=function(k,P,U){return P&&P.prototype&&d.forEach(function(B){const L=`${y}.${u}::`+B,X=P.prototype;try{if(X.hasOwnProperty(B)){const J=c.ObjectGetOwnPropertyDescriptor(X,B);J&&J.value?(J.value=c.wrapWithCurrentZone(J.value,L),c._redefineProperty(P.prototype,B,J)):X[B]&&(X[B]=c.wrapWithCurrentZone(X[B],L))}else X[B]&&(X[B]=c.wrapWithCurrentZone(X[B],L))}catch{}}),D.call(s,k,P,U)},c.attachOriginToPatched(s[u],D)}var Oe=function yt(){const s=globalThis,y=!0===s[et("forceDuplicateZoneCheck")];if(s.Zone&&(y||"function"!=typeof s.Zone.__symbol__))throw new Error("Zone already loaded.");return null!=s.Zone||(s.Zone=function mt(){const c=K.performance;function s(ot){c&&c.mark&&c.mark(ot)}function y(ot,f){c&&c.measure&&c.measure(ot,f)}s("Zone");const u=class Ne{constructor(f,h){i(this,"_parent"),i(this,"_name"),i(this,"_properties"),i(this,"_zoneDelegate"),this._parent=f,this._name=h?h.name||"unnamed":"",this._properties=h&&h.properties||{},this._zoneDelegate=new D(this,this._parent&&this._parent._zoneDelegate,h)}static assertZonePatched(){if(K.Promise!==M.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let f=Ne.current;for(;f.parent;)f=f.parent;return f}static get current(){return F.zone}static get currentTask(){return Nt}static __load_patch(f,h,l=!1){if(M.hasOwnProperty(f)){const S=!0===K[et("forceDuplicateZoneCheck")];if(!l&&S)throw Error("Already loaded patch: "+f)}else if(!K["__Zone_disable_"+f]){const S="Zone:"+f;s(S),M[f]=h(K,Ne,q),y(S,S)}}get parent(){return this._parent}get name(){return this._name}get(f){const h=this.getZoneWith(f);if(h)return h._properties[f]}getZoneWith(f){let h=this;for(;h;){if(h._properties.hasOwnProperty(f))return h;h=h._parent}return null}fork(f){if(!f)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,f)}wrap(f,h){if("function"!=typeof f)throw new Error("Expecting function got: "+f);const l=this._zoneDelegate.intercept(this,f,h),S=this;return function(){return S.runGuarded(l,this,arguments,h)}}run(f,h,l,S){F={parent:F,zone:this};try{return this._zoneDelegate.invoke(this,f,h,l,S)}finally{F=F.parent}}runGuarded(f,h=null,l,S){F={parent:F,zone:this};try{try{return this._zoneDelegate.invoke(this,f,h,l,S)}catch(st){if(this._zoneDelegate.handleError(this,st))throw st}}finally{F=F.parent}}runTask(f,h,l){if(f.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(f.zone||St).name+"; Execution: "+this.name+")");const S=f,{type:st,data:{isPeriodic:Y=!1,isRefreshable:Xt=!1}={}}=f;if(f.state===C&&(st===Z||st===kt))return;const Jt=f.state!=nt;Jt&&S._transitionTo(nt,ct);const Kt=Nt;Nt=S,F={parent:F,zone:this};try{st==kt&&f.data&&!Y&&!Xt&&(f.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,S,h,l)}catch(Vt){if(this._zoneDelegate.handleError(this,Vt))throw Vt}}finally{const Vt=f.state;if(Vt!==C&&Vt!==ut)if(st==Z||Y||Xt&&Vt===w)Jt&&S._transitionTo(ct,nt,w);else{const T=S._zoneDelegates;this._updateTaskCount(S,-1),Jt&&S._transitionTo(C,nt,C),Xt&&(S._zoneDelegates=T)}F=F.parent,Nt=Kt}}scheduleTask(f){if(f.zone&&f.zone!==this){let l=this;for(;l;){if(l===f.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${f.zone.name}`);l=l.parent}}f._transitionTo(w,C);const h=[];f._zoneDelegates=h,f._zone=this;try{f=this._zoneDelegate.scheduleTask(this,f)}catch(l){throw f._transitionTo(ut,w,C),this._zoneDelegate.handleError(this,l),l}return f._zoneDelegates===h&&this._updateTaskCount(f,1),f.state==w&&f._transitionTo(ct,w),f}scheduleMicroTask(f,h,l,S){return this.scheduleTask(new k(v,f,h,l,S,void 0))}scheduleMacroTask(f,h,l,S,st){return this.scheduleTask(new k(kt,f,h,l,S,st))}scheduleEventTask(f,h,l,S,st){return this.scheduleTask(new k(Z,f,h,l,S,st))}cancelTask(f){if(f.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(f.zone||St).name+"; Execution: "+this.name+")");if(f.state===ct||f.state===nt){f._transitionTo(dt,ct,nt);try{this._zoneDelegate.cancelTask(this,f)}catch(h){throw f._transitionTo(ut,dt),this._zoneDelegate.handleError(this,h),h}return this._updateTaskCount(f,-1),f._transitionTo(C,dt),f.runCount=-1,f}}_updateTaskCount(f,h){const l=f._zoneDelegates;-1==h&&(f._zoneDelegates=null);for(let S=0;Sot.hasTask(h,l),onScheduleTask:(ot,f,h,l)=>ot.scheduleTask(h,l),onInvokeTask:(ot,f,h,l,S,st)=>ot.invokeTask(h,l,S,st),onCancelTask:(ot,f,h,l)=>ot.cancelTask(h,l)};class D{constructor(f,h,l){i(this,"_zone"),i(this,"_taskCounts",{microTask:0,macroTask:0,eventTask:0}),i(this,"_parentDelegate"),i(this,"_forkDlgt"),i(this,"_forkZS"),i(this,"_forkCurrZone"),i(this,"_interceptDlgt"),i(this,"_interceptZS"),i(this,"_interceptCurrZone"),i(this,"_invokeDlgt"),i(this,"_invokeZS"),i(this,"_invokeCurrZone"),i(this,"_handleErrorDlgt"),i(this,"_handleErrorZS"),i(this,"_handleErrorCurrZone"),i(this,"_scheduleTaskDlgt"),i(this,"_scheduleTaskZS"),i(this,"_scheduleTaskCurrZone"),i(this,"_invokeTaskDlgt"),i(this,"_invokeTaskZS"),i(this,"_invokeTaskCurrZone"),i(this,"_cancelTaskDlgt"),i(this,"_cancelTaskZS"),i(this,"_cancelTaskCurrZone"),i(this,"_hasTaskDlgt"),i(this,"_hasTaskDlgtOwner"),i(this,"_hasTaskZS"),i(this,"_hasTaskCurrZone"),this._zone=f,this._parentDelegate=h,this._forkZS=l&&(l&&l.onFork?l:h._forkZS),this._forkDlgt=l&&(l.onFork?h:h._forkDlgt),this._forkCurrZone=l&&(l.onFork?this._zone:h._forkCurrZone),this._interceptZS=l&&(l.onIntercept?l:h._interceptZS),this._interceptDlgt=l&&(l.onIntercept?h:h._interceptDlgt),this._interceptCurrZone=l&&(l.onIntercept?this._zone:h._interceptCurrZone),this._invokeZS=l&&(l.onInvoke?l:h._invokeZS),this._invokeDlgt=l&&(l.onInvoke?h:h._invokeDlgt),this._invokeCurrZone=l&&(l.onInvoke?this._zone:h._invokeCurrZone),this._handleErrorZS=l&&(l.onHandleError?l:h._handleErrorZS),this._handleErrorDlgt=l&&(l.onHandleError?h:h._handleErrorDlgt),this._handleErrorCurrZone=l&&(l.onHandleError?this._zone:h._handleErrorCurrZone),this._scheduleTaskZS=l&&(l.onScheduleTask?l:h._scheduleTaskZS),this._scheduleTaskDlgt=l&&(l.onScheduleTask?h:h._scheduleTaskDlgt),this._scheduleTaskCurrZone=l&&(l.onScheduleTask?this._zone:h._scheduleTaskCurrZone),this._invokeTaskZS=l&&(l.onInvokeTask?l:h._invokeTaskZS),this._invokeTaskDlgt=l&&(l.onInvokeTask?h:h._invokeTaskDlgt),this._invokeTaskCurrZone=l&&(l.onInvokeTask?this._zone:h._invokeTaskCurrZone),this._cancelTaskZS=l&&(l.onCancelTask?l:h._cancelTaskZS),this._cancelTaskDlgt=l&&(l.onCancelTask?h:h._cancelTaskDlgt),this._cancelTaskCurrZone=l&&(l.onCancelTask?this._zone:h._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const S=l&&l.onHasTask;(S||h&&h._hasTaskZS)&&(this._hasTaskZS=S?l:_,this._hasTaskDlgt=h,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=this._zone,l.onScheduleTask||(this._scheduleTaskZS=_,this._scheduleTaskDlgt=h,this._scheduleTaskCurrZone=this._zone),l.onInvokeTask||(this._invokeTaskZS=_,this._invokeTaskDlgt=h,this._invokeTaskCurrZone=this._zone),l.onCancelTask||(this._cancelTaskZS=_,this._cancelTaskDlgt=h,this._cancelTaskCurrZone=this._zone))}get zone(){return this._zone}fork(f,h){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,f,h):new d(f,h)}intercept(f,h,l){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,f,h,l):h}invoke(f,h,l,S,st){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,f,h,l,S,st):h.apply(l,S)}handleError(f,h){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,f,h)}scheduleTask(f,h){let l=h;if(this._scheduleTaskZS)this._hasTaskZS&&l._zoneDelegates.push(this._hasTaskDlgtOwner),l=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,f,h),l||(l=h);else if(h.scheduleFn)h.scheduleFn(h);else{if(h.type!=v)throw new Error("Task is missing scheduleFn.");wt(h)}return l}invokeTask(f,h,l,S){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,f,h,l,S):h.callback.apply(l,S)}cancelTask(f,h){let l;if(this._cancelTaskZS)l=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,f,h);else{if(!h.cancelFn)throw Error("Task is not cancelable");l=h.cancelFn(h)}return l}hasTask(f,h){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,f,h)}catch(l){this.handleError(f,l)}}_updateTaskCount(f,h){const l=this._taskCounts,S=l[f],st=l[f]=S+h;if(st<0)throw new Error("More tasks executed then were scheduled.");0!=S&&0!=st||this.hasTask(this._zone,{microTask:l.microTask>0,macroTask:l.macroTask>0,eventTask:l.eventTask>0,change:f})}}class k{constructor(f,h,l,S,st,Y){if(i(this,"type"),i(this,"source"),i(this,"invoke"),i(this,"callback"),i(this,"data"),i(this,"scheduleFn"),i(this,"cancelFn"),i(this,"_zone",null),i(this,"runCount",0),i(this,"_zoneDelegates",null),i(this,"_state","notScheduled"),this.type=f,this.source=h,this.data=S,this.scheduleFn=st,this.cancelFn=Y,!l)throw new Error("callback is not defined");this.callback=l;const Xt=this;this.invoke=f===Z&&S&&S.useG?k.invokeTask:function(){return k.invokeTask.call(K,Xt,this,arguments)}}static invokeTask(f,h,l){f||(f=this),Ut++;try{return f.runCount++,f.zone.runTask(f,h,l)}finally{1==Ut&&Lt(),Ut--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(C,w)}_transitionTo(f,h,l){if(this._state!==h&&this._state!==l)throw new Error(`${this.type} '${this.source}': can not transition to '${f}', expecting state '${h}'${l?" or '"+l+"'":""}, was '${this._state}'.`);this._state=f,f==C&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const P=et("setTimeout"),U=et("Promise"),B=et("then");let J,L=[],X=!1;function Ft(ot){if(J||K[U]&&(J=K[U].resolve(0)),J){let f=J[B];f||(f=J.then),f.call(J,ot)}else K[P](ot,0)}function wt(ot){0===Ut&&0===L.length&&Ft(Lt),ot&&L.push(ot)}function Lt(){if(!X){for(X=!0;L.length;){const ot=L;L=[];for(let f=0;fF,onUnhandledError:at,microtaskDrainDone:at,scheduleMicroTask:wt,showUncaughtError:()=>!d[et("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:at,patchMethod:()=>at,bindArguments:()=>[],patchThen:()=>at,patchMacroTask:()=>at,patchEventPrototype:()=>at,getGlobalObjects:()=>{},ObjectDefineProperty:()=>at,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>at,wrapWithCurrentZone:()=>at,filterProperties:()=>[],attachOriginToPatched:()=>at,_redefineProperty:()=>at,patchCallbacks:()=>at,nativeScheduleMicroTask:Ft};let F={parent:null,zone:new d(null,null)},Nt=null,Ut=0;function at(){}return y("Zone","Zone"),d}()),s.Zone}();(function Ge(c){(function ht(c){c.__load_patch("ZoneAwarePromise",(s,y,u)=>{const d=Object.getOwnPropertyDescriptor,_=Object.defineProperty,k=u.symbol,P=[],U=!1!==s[k("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],B=k("Promise"),L=k("then");u.onUnhandledError=T=>{if(u.showUncaughtError()){const g=T&&T.rejection;g?console.error("Unhandled Promise rejection:",g instanceof Error?g.message:g,"; Zone:",T.zone.name,"; Task:",T.task&&T.task.source,"; Value:",g,g instanceof Error?g.stack:void 0):console.error(T)}},u.microtaskDrainDone=()=>{for(;P.length;){const T=P.shift();try{T.zone.runGuarded(()=>{throw T.throwOriginal?T.rejection:T})}catch(g){Ft(g)}}};const J=k("unhandledPromiseRejectionHandler");function Ft(T){u.onUnhandledError(T);try{const g=y[J];"function"==typeof g&&g.call(this,T)}catch{}}function wt(T){return T&&"function"==typeof T.then}function Lt(T){return T}function St(T){return Y.reject(T)}const C=k("state"),w=k("value"),ct=k("finally"),nt=k("parentPromiseValue"),dt=k("parentPromiseState"),v=null,Z=!1;function q(T,g){return p=>{try{at(T,g,p)}catch(m){at(T,!1,m)}}}const F=function(){let T=!1;return function(p){return function(){T||(T=!0,p.apply(null,arguments))}}},Nt="Promise resolved with itself",Ut=k("currentTaskTrace");function at(T,g,p){const m=F();if(T===p)throw new TypeError(Nt);if(T[C]===v){let R=null;try{("object"==typeof p||"function"==typeof p)&&(R=p&&p.then)}catch(O){return m(()=>{at(T,!1,O)})(),T}if(g!==Z&&p instanceof Y&&p.hasOwnProperty(C)&&p.hasOwnProperty(w)&&p[C]!==v)f(p),at(T,p[C],p[w]);else if(g!==Z&&"function"==typeof R)try{R.call(p,m(q(T,g)),m(q(T,!1)))}catch(O){m(()=>{at(T,!1,O)})()}else{T[C]=g;const O=T[w];if(T[w]=p,T[ct]===ct&&!0===g&&(T[C]=T[dt],T[w]=T[nt]),g===Z&&p instanceof Error){const I=y.currentTask&&y.currentTask.data&&y.currentTask.data.__creationTrace__;I&&_(p,Ut,{configurable:!0,enumerable:!1,writable:!0,value:I})}for(let I=0;I{try{const V=T[w],$=!!p&&ct===p[ct];$&&(p[nt]=V,p[dt]=O);const z=g.run(I,void 0,$&&I!==St&&I!==Lt?[]:[V]);at(p,!0,z)}catch(V){at(p,!1,V)}},p)}const S=function(){},st=s.AggregateError;class Y{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(g){return g instanceof Y?g:at(new this(null),!0,g)}static reject(g){return at(new this(null),Z,g)}static withResolvers(){const g={};return g.promise=new Y((p,m)=>{g.resolve=p,g.reject=m}),g}static any(g){if(!g||"function"!=typeof g[Symbol.iterator])return Promise.reject(new st([],"All promises were rejected"));const p=[];let m=0;try{for(let I of g)m++,p.push(Y.resolve(I))}catch{return Promise.reject(new st([],"All promises were rejected"))}if(0===m)return Promise.reject(new st([],"All promises were rejected"));let R=!1;const O=[];return new Y((I,V)=>{for(let $=0;${R||(R=!0,I(z))},z=>{O.push(z),m--,0===m&&(R=!0,V(new st(O,"All promises were rejected")))})})}static race(g){let p,m,R=new this((V,$)=>{p=V,m=$});function O(V){p(V)}function I(V){m(V)}for(let V of g)wt(V)||(V=this.resolve(V)),V.then(O,I);return R}static all(g){return Y.allWithCallback(g)}static allSettled(g){return(this&&this.prototype instanceof Y?this:Y).allWithCallback(g,{thenCallback:m=>({status:"fulfilled",value:m}),errorCallback:m=>({status:"rejected",reason:m})})}static allWithCallback(g,p){let m,R,O=new this((z,ft)=>{m=z,R=ft}),I=2,V=0;const $=[];for(let z of g){wt(z)||(z=this.resolve(z));const ft=V;try{z.then(pt=>{$[ft]=p?p.thenCallback(pt):pt,I--,0===I&&m($)},pt=>{p?($[ft]=p.errorCallback(pt),I--,0===I&&m($)):R(pt)})}catch(pt){R(pt)}I++,V++}return I-=2,0===I&&m($),O}constructor(g){const p=this;if(!(p instanceof Y))throw new Error("Must be an instanceof Promise.");p[C]=v,p[w]=[];try{const m=F();g&&g(m(q(p,!0)),m(q(p,Z)))}catch(m){at(p,!1,m)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return Y}then(g,p){var m;let R=null==(m=this.constructor)?void 0:m[Symbol.species];(!R||"function"!=typeof R)&&(R=this.constructor||Y);const O=new R(S),I=y.current;return this[C]==v?this[w].push(I,O,g,p):h(this,I,O,g,p),O}catch(g){return this.then(null,g)}finally(g){var p;let m=null==(p=this.constructor)?void 0:p[Symbol.species];(!m||"function"!=typeof m)&&(m=Y);const R=new m(S);R[ct]=ct;const O=y.current;return this[C]==v?this[w].push(O,R,g,g):h(this,O,R,g,g),R}}Y.resolve=Y.resolve,Y.reject=Y.reject,Y.race=Y.race,Y.all=Y.all;const Xt=s[B]=s.Promise;s.Promise=Y;const Jt=k("thenPatched");function Kt(T){const g=T.prototype,p=d(g,"then");if(p&&(!1===p.writable||!p.configurable))return;const m=g.then;g[L]=m,T.prototype.then=function(R,O){return new Y((V,$)=>{m.call(this,V,$)}).then(R,O)},T[Jt]=!0}return u.patchThen=Kt,Xt&&(Kt(Xt),Gt(s,"fetch",T=>function Vt(T){return function(g,p){let m=T.apply(g,p);if(m instanceof Y)return m;let R=m.constructor;return R[Jt]||Kt(R),m}}(T))),Promise[y.__symbol__("uncaughtPromiseErrors")]=P,Y})})(c),function _t(c){c.__load_patch("toString",s=>{const y=Function.prototype.toString,u=Q("OriginalDelegate"),d=Q("Promise"),_=Q("Error"),D=function(){if("function"==typeof this){const B=this[u];if(B)return"function"==typeof B?y.call(B):Object.prototype.toString.call(B);if(this===Promise){const L=s[d];if(L)return y.call(L)}if(this===Error){const L=s[_];if(L)return y.call(L)}}return y.call(this)};D[u]=y,Function.prototype.toString=D;const k=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":k.call(this)}})}(c),function He(c){c.__load_patch("util",(s,y,u)=>{const d=E(s);u.patchOnProperties=Ee,u.patchMethod=Gt,u.bindArguments=se,u.patchMacroTask=Ie;const _=y.__symbol__("BLACK_LISTED_EVENTS"),D=y.__symbol__("UNPATCHED_EVENTS");s[D]&&(s[_]=s[D]),s[_]&&(y[_]=y[D]=s[_]),u.patchEventPrototype=Ae,u.patchEventTarget=jt,u.ObjectDefineProperty=b,u.ObjectGetOwnPropertyDescriptor=Rt,u.ObjectCreate=H,u.ArraySlice=lt,u.patchClass=Zt,u.wrapWithCurrentZone=he,u.filterProperties=o,u.attachOriginToPatched=At,u._redefineProperty=Object.defineProperty,u.patchCallbacks=it,u.getGlobalObjects=()=>({globalSources:ve,zoneSymbolEventNames:Dt,eventNames:d,isBrowser:pe,isMix:It,isNode:ce,TRUE_STR:rt,FALSE_STR:Mt,ZONE_SYMBOL_PREFIX:Qt,ADD_EVENT_LISTENER_STR:vt,REMOVE_EVENT_LISTENER_STR:Tt})})}(c)})(Oe),function Et(c){c.__load_patch("timers",s=>{const u="clear";r(s,"set",u,"Timeout"),r(s,"set",u,"Interval"),r(s,"set",u,"Immediate")}),c.__load_patch("requestAnimationFrame",s=>{r(s,"request","cancel","AnimationFrame"),r(s,"mozRequest","mozCancel","AnimationFrame"),r(s,"webkitRequest","webkitCancel","AnimationFrame")}),c.__load_patch("blocking",(s,y)=>{const u=["alert","prompt","confirm"];for(let d=0;dfunction(U,B){return y.current.run(D,s,B,P)})}),c.__load_patch("EventTarget",(s,y,u)=>{(function n(c,s){s.patchEventPrototype(c,s)})(s,u),function e(c,s){if(Zone[s.symbol("patchEventTarget")])return;const{eventNames:y,zoneSymbolEventNames:u,TRUE_STR:d,FALSE_STR:_,ZONE_SYMBOL_PREFIX:D}=s.getGlobalObjects();for(let P=0;P{Zt("MutationObserver"),Zt("WebKitMutationObserver")}),c.__load_patch("IntersectionObserver",(s,y,u)=>{Zt("IntersectionObserver")}),c.__load_patch("FileReader",(s,y,u)=>{Zt("FileReader")}),c.__load_patch("on_property",(s,y,u)=>{!function G(c,s){if(ce&&!It||Zone[c.symbol("patchEvents")])return;const y=s.__Zone_ignore_on_properties;let u=[];if(pe){const d=window;u=u.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]),a(d,E(d),y,x(d))}u=u.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let d=0;d{!function t(c,s){const{isBrowser:y,isMix:u}=s.getGlobalObjects();(y||u)&&c.customElements&&"customElements"in c&&s.patchCallbacks(s,c.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback","formAssociatedCallback","formDisabledCallback","formResetCallback","formStateRestoreCallback"])}(s,u)}),c.__load_patch("XHR",(s,y)=>{!function U(B){const L=B.XMLHttpRequest;if(!L)return;const X=L.prototype;let Ft=X[Ct],wt=X[Ht];if(!Ft){const M=B.XMLHttpRequestEventTarget;if(M){const q=M.prototype;Ft=q[Ct],wt=q[Ht]}}const Lt="readystatechange",St="scheduled";function C(M){const q=M.data,F=q.target;F[D]=!1,F[P]=!1;const Nt=F[_];Ft||(Ft=F[Ct],wt=F[Ht]),Nt&&wt.call(F,Lt,Nt);const Ut=F[_]=()=>{if(F.readyState===F.DONE)if(!q.aborted&&F[D]&&M.state===St){const ot=F[y.__symbol__("loadfalse")];if(0!==F.status&&ot&&ot.length>0){const f=M.invoke;M.invoke=function(){const h=F[y.__symbol__("loadfalse")];for(let l=0;lfunction(M,q){return M[d]=0==q[2],M[k]=q[1],nt.apply(M,q)}),ut=Q("fetchTaskAborting"),v=Q("fetchTaskScheduling"),kt=Gt(X,"send",()=>function(M,q){if(!0===y.current[v]||M[d])return kt.apply(M,q);{const F={target:M,url:M[k],isPeriodic:!1,args:q,aborted:!1},Nt=fe("XMLHttpRequest.send",w,F,C,ct);M&&!0===M[P]&&!F.aborted&&Nt.state===St&&Nt.invoke()}}),Z=Gt(X,"abort",()=>function(M,q){const F=function J(M){return M[u]}(M);if(F&&"string"==typeof F.type){if(null==F.cancelFn||F.data&&F.data.aborted)return;F.zone.cancelTask(F)}else if(!0===y.current[ut])return Z.apply(M,q)})}(s);const u=Q("xhrTask"),d=Q("xhrSync"),_=Q("xhrListener"),D=Q("xhrScheduled"),k=Q("xhrURL"),P=Q("xhrErrorBeforeScheduled")}),c.__load_patch("geolocation",s=>{s.navigator&&s.navigator.geolocation&&function Pe(c,s){const y=c.constructor.name;for(let u=0;u{const P=function(){return k.apply(this,se(arguments,y+"."+d))};return At(P,k),P})(_)}}}(s.navigator.geolocation,["getCurrentPosition","watchPosition"])}),c.__load_patch("PromiseRejectionEvent",(s,y)=>{function u(d){return function(_){ue(s,d).forEach(k=>{const P=s.PromiseRejectionEvent;if(P){const U=new P(d,{promise:_.promise,reason:_.rejection});k.invoke(U)}})}}s.PromiseRejectionEvent&&(y[Q("unhandledPromiseRejectionHandler")]=u("unhandledrejection"),y[Q("rejectionHandledHandler")]=u("rejectionhandled"))}),c.__load_patch("queueMicrotask",(s,y,u)=>{!function qt(c,s){s.patchMethod(c,"queueMicrotask",y=>function(u,d){Zone.current.scheduleMicroTask("queueMicrotask",d[0])})}(s,u)})}(Oe)}},Wt=>{var j=A=>Wt(Wt.s=A);j(96935),j(24050)}]); \ No newline at end of file diff --git a/frontend/polyfills.8e851463984814a6.js b/frontend/polyfills.8e851463984814a6.js deleted file mode 100644 index 86c67422..00000000 --- a/frontend/polyfills.8e851463984814a6.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[461],{4050:(Ce,D,Y)=>{window.global=window,window.global.Buffer=window.global.Buffer||Y(3838).Buffer,window.global.process=window.global.process||Y(2954)},3981:(Ce,D)=>{"use strict";D.byteLength=function l(w){var v=B(w),R=v[1];return 3*(v[0]+R)/4-R},D.toByteArray=function ke(w){var v,he,V=B(w),R=V[0],xe=V[1],ae=new ue(function se(w,v,V){return 3*(v+V)/4-V}(0,R,xe)),K=0,Ge=xe>0?R-4:R;for(he=0;he>16&255,ae[K++]=v>>8&255,ae[K++]=255&v;return 2===xe&&(v=P[w.charCodeAt(he)]<<2|P[w.charCodeAt(he+1)]>>4,ae[K++]=255&v),1===xe&&(v=P[w.charCodeAt(he)]<<10|P[w.charCodeAt(he+1)]<<4|P[w.charCodeAt(he+2)]>>2,ae[K++]=v>>8&255,ae[K++]=255&v),ae},D.fromByteArray=function me(w){for(var v,V=w.length,R=V%3,xe=[],K=0,Ge=V-R;KGe?Ge:K+16383));return 1===R?xe.push(Y[(v=w[V-1])>>2]+Y[v<<4&63]+"=="):2===R&&xe.push(Y[(v=(w[V-2]<<8)+w[V-1])>>10]+Y[v>>4&63]+Y[v<<2&63]+"="),xe.join("")};for(var Y=[],P=[],ue=typeof Uint8Array<"u"?Uint8Array:Array,Te="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ne=0;ne<64;++ne)Y[ne]=Te[ne],P[Te.charCodeAt(ne)]=ne;function B(w){var v=w.length;if(v%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var V=w.indexOf("=");return-1===V&&(V=v),[V,V===v?0:4-V%4]}function le(w){return Y[w>>18&63]+Y[w>>12&63]+Y[w>>6&63]+Y[63&w]}function te(w,v,V){for(var xe=[],ae=v;ae{"use strict";var P=Y(3981),ue=Y(2020),Te="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=l,D.SlowBuffer=function ae(r){return+r!=r&&(r=0),l.alloc(+r)},D.INSPECT_MAX_BYTES=50;var ne=2147483647;function B(r){if(r>ne)throw new RangeError('The value "'+r+'" is invalid for option "size"');var e=new Uint8Array(r);return Object.setPrototypeOf(e,l.prototype),e}function l(r,e,t){if("number"==typeof r){if("string"==typeof e)throw new TypeError('The "string" argument must be of type string. Received type number');return te(r)}return se(r,e,t)}function se(r,e,t){if("string"==typeof r)return function me(r,e){if(("string"!=typeof e||""===e)&&(e="utf8"),!l.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var t=0|K(r,e),n=B(t),c=n.write(r,e);return c!==t&&(n=n.slice(0,c)),n}(r,e);if(ArrayBuffer.isView(r))return function v(r){if(Ne(r,Uint8Array)){var e=new Uint8Array(r);return V(e.buffer,e.byteOffset,e.byteLength)}return w(r)}(r);if(null==r)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Ne(r,ArrayBuffer)||r&&Ne(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Ne(r,SharedArrayBuffer)||r&&Ne(r.buffer,SharedArrayBuffer)))return V(r,e,t);if("number"==typeof r)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=r.valueOf&&r.valueOf();if(null!=n&&n!==r)return l.from(n,e,t);var c=function R(r){if(l.isBuffer(r)){var e=0|xe(r.length),t=B(e);return 0===t.length||r.copy(t,0,0,e),t}return void 0!==r.length?"number"!=typeof r.length||st(r.length)?B(0):w(r):"Buffer"===r.type&&Array.isArray(r.data)?w(r.data):void 0}(r);if(c)return c;if(typeof Symbol<"u"&&null!=Symbol.toPrimitive&&"function"==typeof r[Symbol.toPrimitive])return l.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}function ke(r){if("number"!=typeof r)throw new TypeError('"size" argument must be of type number');if(r<0)throw new RangeError('The value "'+r+'" is invalid for option "size"')}function te(r){return ke(r),B(r<0?0:0|xe(r))}function w(r){for(var e=r.length<0?0:0|xe(r.length),t=B(e),n=0;n=ne)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ne.toString(16)+" bytes");return 0|r}function K(r,e){if(l.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Ne(r,ArrayBuffer))return r.byteLength;if("string"!=typeof r)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof r);var t=r.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===t)return 0;for(var c=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return $e(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*t;case"hex":return t>>>1;case"base64":return ot(r).length;default:if(c)return n?-1:$e(r).length;e=(""+e).toLowerCase(),c=!0}}function Ge(r,e,t){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length||((void 0===t||t>this.length)&&(t=this.length),t<=0)||(t>>>=0)<=(e>>>=0))return"";for(r||(r="utf8");;)switch(r){case"hex":return wt(this,e,t);case"utf8":case"utf-8":return nt(this,e,t);case"ascii":return We(this,e,t);case"latin1":case"binary":return Oe(this,e,t);case"base64":return ft(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ue(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}function he(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}function ct(r,e,t,n,c){if(0===r.length)return-1;if("string"==typeof t?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),st(t=+t)&&(t=c?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(c)return-1;t=r.length-1}else if(t<0){if(!c)return-1;t=0}if("string"==typeof e&&(e=l.from(e,n)),l.isBuffer(e))return 0===e.length?-1:tt(r,e,t,n,c);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?c?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):tt(r,[e],t,n,c);throw new TypeError("val must be string, number or Buffer")}function tt(r,e,t,n,c){var ce,d=1,E=r.length,J=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(r.length<2||e.length<2)return-1;d=2,E/=2,J/=2,t/=2}function ie(Et,mt){return 1===d?Et[mt]:Et.readUInt16BE(mt*d)}if(c){var Fe=-1;for(ce=t;ceE&&(t=E-J),ce=t;ce>=0;ce--){for(var pe=!0,Ke=0;Kec&&(n=c):n=c;var d=e.length;n>d/2&&(n=d/2);for(var E=0;E>8,d.push(t%256),d.push(n);return d}(e,r.length-t),r,t,n)}function ft(r,e,t){return P.fromByteArray(0===e&&t===r.length?r:r.slice(e,t))}function nt(r,e,t){t=Math.min(r.length,t);for(var n=[],c=e;c239?4:d>223?3:d>191?2:1;if(c+J<=t)switch(J){case 1:d<128&&(E=d);break;case 2:128==(192&(ie=r[c+1]))&&(pe=(31&d)<<6|63&ie)>127&&(E=pe);break;case 3:ce=r[c+2],128==(192&(ie=r[c+1]))&&128==(192&ce)&&(pe=(15&d)<<12|(63&ie)<<6|63&ce)>2047&&(pe<55296||pe>57343)&&(E=pe);break;case 4:ce=r[c+2],Fe=r[c+3],128==(192&(ie=r[c+1]))&&128==(192&ce)&&128==(192&Fe)&&(pe=(15&d)<<18|(63&ie)<<12|(63&ce)<<6|63&Fe)>65535&&pe<1114112&&(E=pe)}null===E?(E=65533,J=1):E>65535&&(n.push((E-=65536)>>>10&1023|55296),E=56320|1023&E),n.push(E),c+=J}return function Le(r){var e=r.length;if(e<=it)return String.fromCharCode.apply(String,r);for(var t="",n=0;nc.length?l.from(E).copy(c,d):Uint8Array.prototype.set.call(c,E,d);else{if(!l.isBuffer(E))throw new TypeError('"list" argument must be an Array of Buffers');E.copy(c,d)}d+=E.length}return c},l.byteLength=K,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;tt&&(e+=" ... "),""},Te&&(l.prototype[Te]=l.prototype.inspect),l.prototype.compare=function(e,t,n,c,d){if(Ne(e,Uint8Array)&&(e=l.from(e,e.offset,e.byteLength)),!l.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===c&&(c=0),void 0===d&&(d=this.length),t<0||n>e.length||c<0||d>this.length)throw new RangeError("out of range index");if(c>=d&&t>=n)return 0;if(c>=d)return-1;if(t>=n)return 1;if(this===e)return 0;for(var E=(d>>>=0)-(c>>>=0),J=(n>>>=0)-(t>>>=0),ie=Math.min(E,J),ce=this.slice(c,d),Fe=e.slice(t,n),pe=0;pe>>=0,isFinite(n)?(n>>>=0,void 0===c&&(c="utf8")):(c=n,n=void 0)}var d=this.length-t;if((void 0===n||n>d)&&(n=d),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var E=!1;;)switch(c){case"hex":return ut(this,e,t,n);case"utf8":case"utf-8":return qe(this,e,t,n);case"ascii":case"latin1":case"binary":return rt(this,e,t,n);case"base64":return lt(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ye(this,e,t,n);default:if(E)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),E=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var it=4096;function We(r,e,t){var n="";t=Math.min(r.length,t);for(var c=e;cn)&&(t=n);for(var c="",d=e;dt)throw new RangeError("Trying to access beyond buffer length")}function Se(r,e,t,n,c,d){if(!l.isBuffer(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>c||er.length)throw new RangeError("Index out of range")}function ht(r,e,t,n,c,d){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function pt(r,e,t,n,c){return e=+e,t>>>=0,c||ht(r,0,t,4),ue.write(r,e,t,n,23,4),t+4}function Ve(r,e,t,n,c){return e=+e,t>>>=0,c||ht(r,0,t,8),ue.write(r,e,t,n,52,8),t+8}l.prototype.slice=function(e,t){var n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t>>=0,t>>>=0,n||be(e,t,this.length);for(var c=this[e],d=1,E=0;++E>>=0,t>>>=0,n||be(e,t,this.length);for(var c=this[e+--t],d=1;t>0&&(d*=256);)c+=this[e+--t]*d;return c},l.prototype.readUint8=l.prototype.readUInt8=function(e,t){return e>>>=0,t||be(e,1,this.length),this[e]},l.prototype.readUint16LE=l.prototype.readUInt16LE=function(e,t){return e>>>=0,t||be(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUint16BE=l.prototype.readUInt16BE=function(e,t){return e>>>=0,t||be(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUint32LE=l.prototype.readUInt32LE=function(e,t){return e>>>=0,t||be(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUint32BE=l.prototype.readUInt32BE=function(e,t){return e>>>=0,t||be(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||be(e,t,this.length);for(var c=this[e],d=1,E=0;++E=(d*=128)&&(c-=Math.pow(2,8*t)),c},l.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||be(e,t,this.length);for(var c=t,d=1,E=this[e+--c];c>0&&(d*=256);)E+=this[e+--c]*d;return E>=(d*=128)&&(E-=Math.pow(2,8*t)),E},l.prototype.readInt8=function(e,t){return e>>>=0,t||be(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){e>>>=0,t||be(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){e>>>=0,t||be(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return e>>>=0,t||be(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return e>>>=0,t||be(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return e>>>=0,t||be(e,4,this.length),ue.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return e>>>=0,t||be(e,4,this.length),ue.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return e>>>=0,t||be(e,8,this.length),ue.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return e>>>=0,t||be(e,8,this.length),ue.read(this,e,!1,52,8)},l.prototype.writeUintLE=l.prototype.writeUIntLE=function(e,t,n,c){e=+e,t>>>=0,n>>>=0,c||Se(this,e,t,n,Math.pow(2,8*n)-1,0);var E=1,J=0;for(this[t]=255&e;++J>>=0,n>>>=0,c||Se(this,e,t,n,Math.pow(2,8*n)-1,0);var E=n-1,J=1;for(this[t+E]=255&e;--E>=0&&(J*=256);)this[t+E]=e/J&255;return t+n},l.prototype.writeUint8=l.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,1,255,0),this[t]=255&e,t+1},l.prototype.writeUint16LE=l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeUint16BE=l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeUint32LE=l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},l.prototype.writeUint32BE=l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeIntLE=function(e,t,n,c){if(e=+e,t>>>=0,!c){var d=Math.pow(2,8*n-1);Se(this,e,t,n,d-1,-d)}var E=0,J=1,ie=0;for(this[t]=255&e;++E>>=0,!c){var d=Math.pow(2,8*n-1);Se(this,e,t,n,d-1,-d)}var E=n-1,J=1,ie=0;for(this[t+E]=255&e;--E>=0&&(J*=256);)e<0&&0===ie&&0!==this[t+E+1]&&(ie=1),this[t+E]=(e/J|0)-ie&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||Se(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},l.prototype.writeFloatLE=function(e,t,n){return pt(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return pt(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return Ve(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return Ve(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,c){if(!l.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!c&&0!==c&&(c=this.length),t>=e.length&&(t=e.length),t||(t=0),c>0&&c=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),e.length-t>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(E=t;E55295&&t<57344){if(!c){if(t>56319){(e-=3)>-1&&d.push(239,191,189);continue}if(E+1===n){(e-=3)>-1&&d.push(239,191,189);continue}c=t;continue}if(t<56320){(e-=3)>-1&&d.push(239,191,189),c=t;continue}t=65536+(c-55296<<10|t-56320)}else c&&(e-=3)>-1&&d.push(239,191,189);if(c=null,t<128){if((e-=1)<0)break;d.push(t)}else if(t<2048){if((e-=2)<0)break;d.push(t>>6|192,63&t|128)}else if(t<65536){if((e-=3)<0)break;d.push(t>>12|224,t>>6&63|128,63&t|128)}else{if(!(t<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;d.push(t>>18|240,t>>12&63|128,t>>6&63|128,63&t|128)}}return d}function ot(r){return P.toByteArray(function Be(r){if((r=(r=r.split("=")[0]).trim().replace(vt,"")).length<2)return"";for(;r.length%4!=0;)r+="=";return r}(r))}function Je(r,e,t,n){for(var c=0;c=e.length||c>=r.length);++c)e[c+t]=r[c];return c}function Ne(r,e){return r instanceof e||null!=r&&null!=r.constructor&&null!=r.constructor.name&&r.constructor.name===e.name}function st(r){return r!=r}var kt=function(){for(var r="0123456789abcdef",e=new Array(256),t=0;t<16;++t)for(var n=16*t,c=0;c<16;++c)e[n+c]=r[t]+r[c];return e}()},2020:(Ce,D)=>{D.read=function(Y,P,ue,Te,ne){var _e,B,l=8*ne-Te-1,se=(1<>1,le=-7,te=ue?ne-1:0,me=ue?-1:1,w=Y[P+te];for(te+=me,_e=w&(1<<-le)-1,w>>=-le,le+=l;le>0;_e=256*_e+Y[P+te],te+=me,le-=8);for(B=_e&(1<<-le)-1,_e>>=-le,le+=Te;le>0;B=256*B+Y[P+te],te+=me,le-=8);if(0===_e)_e=1-ke;else{if(_e===se)return B?NaN:1/0*(w?-1:1);B+=Math.pow(2,Te),_e-=ke}return(w?-1:1)*B*Math.pow(2,_e-Te)},D.write=function(Y,P,ue,Te,ne,_e){var B,l,se,ke=8*_e-ne-1,le=(1<>1,me=23===ne?Math.pow(2,-24)-Math.pow(2,-77):0,w=Te?0:_e-1,v=Te?1:-1,V=P<0||0===P&&1/P<0?1:0;for(P=Math.abs(P),isNaN(P)||P===1/0?(l=isNaN(P)?1:0,B=le):(B=Math.floor(Math.log(P)/Math.LN2),P*(se=Math.pow(2,-B))<1&&(B--,se*=2),(P+=B+te>=1?me/se:me*Math.pow(2,1-te))*se>=2&&(B++,se/=2),B+te>=le?(l=0,B=le):B+te>=1?(l=(P*se-1)*Math.pow(2,ne),B+=te):(l=P*Math.pow(2,te-1)*Math.pow(2,ne),B=0));ne>=8;Y[ue+w]=255&l,w+=v,l/=256,ne-=8);for(B=B<0;Y[ue+w]=255&B,w+=v,B/=256,ke-=8);Y[ue+w-v]|=128*V}},2954:Ce=>{var Y,P,D=Ce.exports={};function ue(){throw new Error("setTimeout has not been defined")}function Te(){throw new Error("clearTimeout has not been defined")}function ne(v){if(Y===setTimeout)return setTimeout(v,0);if((Y===ue||!Y)&&setTimeout)return Y=setTimeout,setTimeout(v,0);try{return Y(v,0)}catch{try{return Y.call(null,v,0)}catch{return Y.call(this,v,0)}}}!function(){try{Y="function"==typeof setTimeout?setTimeout:ue}catch{Y=ue}try{P="function"==typeof clearTimeout?clearTimeout:Te}catch{P=Te}}();var se,B=[],l=!1,ke=-1;function le(){!l||!se||(l=!1,se.length?B=se.concat(B):ke=-1,B.length&&te())}function te(){if(!l){var v=ne(le);l=!0;for(var V=B.length;V;){for(se=B,B=[];++ke1)for(var R=1;R{"use strict";const Ce=globalThis;function D(o){return(Ce.__Zone_symbol_prefix||"__zone_symbol__")+o}const ue=Object.getOwnPropertyDescriptor,Te=Object.defineProperty,ne=Object.getPrototypeOf,_e=Object.create,B=Array.prototype.slice,l="addEventListener",se="removeEventListener",ke=D(l),le=D(se),te="true",me="false",w=D("");function v(o,a){return Zone.current.wrap(o,a)}function V(o,a,p,s,h){return Zone.current.scheduleMacroTask(o,a,p,s,h)}const R=D,xe=typeof window<"u",ae=xe?window:void 0,K=xe&&ae||globalThis,Ge="removeAttribute";function he(o,a){for(let p=o.length-1;p>=0;p--)"function"==typeof o[p]&&(o[p]=v(o[p],a+"_"+p));return o}function tt(o){return!o||!1!==o.writable&&!("function"==typeof o.get&&typeof o.set>"u")}const ut=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,qe=!("nw"in K)&&typeof K.process<"u"&&"[object process]"===K.process.toString(),rt=!qe&&!ut&&!(!xe||!ae.HTMLElement),lt=typeof K.process<"u"&&"[object process]"===K.process.toString()&&!ut&&!(!xe||!ae.HTMLElement),Ye={},ft=function(o){if(!(o=o||K.event))return;let a=Ye[o.type];a||(a=Ye[o.type]=R("ON_PROPERTY"+o.type));const p=this||o.target||K,s=p[a];let h;return rt&&p===ae&&"error"===o.type?(h=s&&s.call(this,o.message,o.filename,o.lineno,o.colno,o.error),!0===h&&o.preventDefault()):(h=s&&s.apply(this,arguments),null!=h&&!h&&o.preventDefault()),h};function nt(o,a,p){let s=ue(o,a);if(!s&&p&&ue(p,a)&&(s={enumerable:!0,configurable:!0}),!s||!s.configurable)return;const h=R("on"+a+"patched");if(o.hasOwnProperty(h)&&o[h])return;delete s.writable,delete s.value;const m=s.get,x=s.set,b=a.slice(2);let I=Ye[b];I||(I=Ye[b]=R("ON_PROPERTY"+b)),s.set=function(H){let C=this;!C&&o===K&&(C=K),C&&("function"==typeof C[I]&&C.removeEventListener(b,ft),x&&x.call(C,null),C[I]=H,"function"==typeof H&&C.addEventListener(b,ft,!1))},s.get=function(){let H=this;if(!H&&o===K&&(H=K),!H)return null;const C=H[I];if(C)return C;if(m){let $=m.call(this);if($)return s.set.call(this,$),"function"==typeof H[Ge]&&H.removeAttribute(a),$}return null},Te(o,a,s),o[h]=!0}function it(o,a,p){if(a)for(let s=0;sfunction(x,b){const I=p(x,b);return I.cbIdx>=0&&"function"==typeof b[I.cbIdx]?V(I.name,b[I.cbIdx],I,h):m.apply(x,b)})}function Ue(o,a){o[R("OriginalDelegate")]=a}let be=!1,Se=!1;function pt(){if(be)return Se;be=!0;try{const o=ae.navigator.userAgent;(-1!==o.indexOf("MSIE ")||-1!==o.indexOf("Trident/")||-1!==o.indexOf("Edge/"))&&(Se=!0)}catch{}return Se}let Ve=!1;if(typeof window<"u")try{const o=Object.defineProperty({},"passive",{get:function(){Ve=!0}});window.addEventListener("test",o,o),window.removeEventListener("test",o,o)}catch{Ve=!1}const vt={useG:!0},Be={},$e={},dt=new RegExp("^"+w+"(\\w+)(true|false)$"),yt=R("propagationStopped");function ot(o,a){const p=(a?a(o):o)+me,s=(a?a(o):o)+te,h=w+p,m=w+s;Be[o]={},Be[o][me]=h,Be[o][te]=m}function Je(o,a,p,s){const h=s&&s.add||l,m=s&&s.rm||se,x=s&&s.listeners||"eventListeners",b=s&&s.rmAll||"removeAllListeners",I=R(h),H="."+h+":",C="prependListener",$="."+C+":",U=function(N,g,fe){if(N.isRemoved)return;const we=N.callback;let Re;"object"==typeof we&&we.handleEvent&&(N.callback=A=>we.handleEvent(A),N.originalDelegate=we);try{N.invoke(N,g,[fe])}catch(A){Re=A}const de=N.options;return de&&"object"==typeof de&&de.once&&g[m].call(g,fe.type,N.originalDelegate?N.originalDelegate:N.callback,de),Re};function re(N,g,fe){if(!(g=g||o.event))return;const we=N||g.target||o,Re=we[Be[g.type][fe?te:me]];if(Re){const de=[];if(1===Re.length){const A=U(Re[0],we,g);A&&de.push(A)}else{const A=Re.slice();for(let ye=0;ye{throw ye})}}}const ge=function(N){return re(this,N,!1)},oe=function(N){return re(this,N,!0)};function Ze(N,g){if(!N)return!1;let fe=!0;g&&void 0!==g.useG&&(fe=g.useG);const we=g&&g.vh;let Re=!0;g&&void 0!==g.chkDup&&(Re=g.chkDup);let de=!1;g&&void 0!==g.rt&&(de=g.rt);let A=N;for(;A&&!A.hasOwnProperty(h);)A=ne(A);if(!A&&N[h]&&(A=N),!A||A[I])return!1;const ye=g&&g.eventNameToString,q={},Z=A[I]=A[h],L=A[R(m)]=A[m],W=A[R(x)]=A[x],Pe=A[R(b)]=A[b];let ve;g&&g.prepend&&(ve=A[R(g.prepend)]=A[g.prepend]);const Ie=fe?function(f){if(!q.isExisting)return Z.call(q.target,q.eventName,q.capture?oe:ge,q.options)}:function(f){return Z.call(q.target,q.eventName,f.invoke,q.options)},Q=fe?function(f){if(!f.isRemoved){const y=Be[f.eventName];let _;y&&(_=y[f.capture?te:me]);const M=_&&f.target[_];if(M)for(let j=0;jHe.zone.cancelTask(He);f.call(Qe,"abort",je,{once:!0}),Xe&&(Xe.removeAbortListener=()=>Qe.removeEventListener("abort",je))}return q.target=null,Xe&&(Xe.taskData=null),At&&(Me.once=!0),!Ve&&"boolean"==typeof He.options||(He.options=Me),He.target=O,He.capture=xt,He.eventName=G,Ee&&(He.originalDelegate=ee),F?et.unshift(He):et.push(He),j?O:void 0}};return A[h]=T(Z,H,Ie,Q,de),ve&&(A[C]=T(ve,$,function(f){return ve.call(q.target,q.eventName,f.invoke,q.options)},Q,de,!0)),A[m]=function(){const f=this||o;let y=arguments[0];g&&g.transferEventName&&(y=g.transferEventName(y));const _=arguments[2],M=!!_&&("boolean"==typeof _||_.capture),j=arguments[1];if(!j)return L.apply(this,arguments);if(we&&!we(L,j,f,arguments))return;const F=Be[y];let O;F&&(O=F[M?te:me]);const G=O&&f[O];if(G)for(let ee=0;eefunction(h,m){h[yt]=!0,s&&s.apply(h,m)})}const r=R("zoneTask");function e(o,a,p,s){let h=null,m=null;p+=s;const x={};function b(H){const C=H.data;return C.args[0]=function(){return H.invoke.apply(this,arguments)},C.handleId=h.apply(o,C.args),H}function I(H){return m.call(o,H.data.handleId)}h=Oe(o,a+=s,H=>function(C,$){if("function"==typeof $[0]){const U={isPeriodic:"Interval"===s,delay:"Timeout"===s||"Interval"===s?$[1]||0:void 0,args:$},re=$[0];$[0]=function(){try{return re.apply(this,arguments)}finally{U.isPeriodic||("number"==typeof U.handleId?delete x[U.handleId]:U.handleId&&(U.handleId[r]=null))}};const ge=V(a,$[0],U,b,I);if(!ge)return ge;const oe=ge.data.handleId;return"number"==typeof oe?x[oe]=ge:oe&&(oe[r]=ge),oe&&oe.ref&&oe.unref&&"function"==typeof oe.ref&&"function"==typeof oe.unref&&(ge.ref=oe.ref.bind(oe),ge.unref=oe.unref.bind(oe)),"number"==typeof oe||oe?oe:ge}return H.apply(o,$)}),m=Oe(o,p,H=>function(C,$){const U=$[0];let re;"number"==typeof U?re=x[U]:(re=U&&U[r],re||(re=U)),re&&"string"==typeof re.type?"notScheduled"!==re.state&&(re.cancelFn&&re.data.isPeriodic||0===re.runCount)&&("number"==typeof U?delete x[U]:U&&(U[r]=null),re.zone.cancelTask(re)):H.apply(o,$)})}function d(o,a,p){if(!p||0===p.length)return a;const s=p.filter(m=>m.target===o);if(!s||0===s.length)return a;const h=s[0].ignoreProperties;return a.filter(m=>-1===h.indexOf(m))}function E(o,a,p,s){o&&it(o,d(o,a,p),s)}function J(o){return Object.getOwnPropertyNames(o).filter(a=>a.startsWith("on")&&a.length>2).map(a=>a.substring(2))}function Ke(o,a,p,s,h){const m=Zone.__symbol__(s);if(a[m])return;const x=a[m]=a[s];a[s]=function(b,I,H){return I&&I.prototype&&h.forEach(function(C){const $=`${p}.${s}::`+C,U=I.prototype;try{if(U.hasOwnProperty(C)){const re=o.ObjectGetOwnPropertyDescriptor(U,C);re&&re.value?(re.value=o.wrapWithCurrentZone(re.value,$),o._redefineProperty(I.prototype,C,re)):U[C]&&(U[C]=o.wrapWithCurrentZone(U[C],$))}else U[C]&&(U[C]=o.wrapWithCurrentZone(U[C],$))}catch{}}),x.call(a,b,I,H)},o.attachOriginToPatched(a[s],x)}const Ct=function P(){const o=globalThis,a=!0===o[D("forceDuplicateZoneCheck")];if(o.Zone&&(a||"function"!=typeof o.Zone.__symbol__))throw new Error("Zone already loaded.");return o.Zone??=function Y(){const o=Ce.performance;function a(X){o&&o.mark&&o.mark(X)}function p(X,k){o&&o.measure&&o.measure(X,k)}a("Zone");let s=(()=>{class X{static{this.__symbol__=D}static assertZonePatched(){if(Ce.Promise!==q.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let i=X.current;for(;i.parent;)i=i.parent;return i}static get current(){return L.zone}static get currentTask(){return W}static __load_patch(i,u,S=!1){if(q.hasOwnProperty(i)){const z=!0===Ce[D("forceDuplicateZoneCheck")];if(!S&&z)throw Error("Already loaded patch: "+i)}else if(!Ce["__Zone_disable_"+i]){const z="Zone:"+i;a(z),q[i]=u(Ce,X,Z),p(z,z)}}get parent(){return this._parent}get name(){return this._name}constructor(i,u){this._parent=i,this._name=u?u.name||"unnamed":"",this._properties=u&&u.properties||{},this._zoneDelegate=new m(this,this._parent&&this._parent._zoneDelegate,u)}get(i){const u=this.getZoneWith(i);if(u)return u._properties[i]}getZoneWith(i){let u=this;for(;u;){if(u._properties.hasOwnProperty(i))return u;u=u._parent}return null}fork(i){if(!i)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,i)}wrap(i,u){if("function"!=typeof i)throw new Error("Expecting function got: "+i);const S=this._zoneDelegate.intercept(this,i,u),z=this;return function(){return z.runGuarded(S,this,arguments,u)}}run(i,u,S,z){L={parent:L,zone:this};try{return this._zoneDelegate.invoke(this,i,u,S,z)}finally{L=L.parent}}runGuarded(i,u=null,S,z){L={parent:L,zone:this};try{try{return this._zoneDelegate.invoke(this,i,u,S,z)}catch(Ie){if(this._zoneDelegate.handleError(this,Ie))throw Ie}}finally{L=L.parent}}runTask(i,u,S){if(i.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(i.zone||Ze).name+"; Execution: "+this.name+")");if(i.state===Ae&&(i.type===ye||i.type===A))return;const z=i.state!=fe;z&&i._transitionTo(fe,g),i.runCount++;const Ie=W;W=i,L={parent:L,zone:this};try{i.type==A&&i.data&&!i.data.isPeriodic&&(i.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,i,u,S)}catch(Q){if(this._zoneDelegate.handleError(this,Q))throw Q}}finally{i.state!==Ae&&i.state!==Re&&(i.type==ye||i.data&&i.data.isPeriodic?z&&i._transitionTo(g,fe):(i.runCount=0,this._updateTaskCount(i,-1),z&&i._transitionTo(Ae,fe,Ae))),L=L.parent,W=Ie}}scheduleTask(i){if(i.zone&&i.zone!==this){let S=this;for(;S;){if(S===i.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${i.zone.name}`);S=S.parent}}i._transitionTo(N,Ae);const u=[];i._zoneDelegates=u,i._zone=this;try{i=this._zoneDelegate.scheduleTask(this,i)}catch(S){throw i._transitionTo(Re,N,Ae),this._zoneDelegate.handleError(this,S),S}return i._zoneDelegates===u&&this._updateTaskCount(i,1),i.state==N&&i._transitionTo(g,N),i}scheduleMicroTask(i,u,S,z){return this.scheduleTask(new x(de,i,u,S,z,void 0))}scheduleMacroTask(i,u,S,z,Ie){return this.scheduleTask(new x(A,i,u,S,z,Ie))}scheduleEventTask(i,u,S,z,Ie){return this.scheduleTask(new x(ye,i,u,S,z,Ie))}cancelTask(i){if(i.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(i.zone||Ze).name+"; Execution: "+this.name+")");if(i.state===g||i.state===fe){i._transitionTo(we,g,fe);try{this._zoneDelegate.cancelTask(this,i)}catch(u){throw i._transitionTo(Re,we),this._zoneDelegate.handleError(this,u),u}return this._updateTaskCount(i,-1),i._transitionTo(Ae,we),i.runCount=0,i}}_updateTaskCount(i,u){const S=i._zoneDelegates;-1==u&&(i._zoneDelegates=null);for(let z=0;zX.hasTask(i,u),onScheduleTask:(X,k,i,u)=>X.scheduleTask(i,u),onInvokeTask:(X,k,i,u,S,z)=>X.invokeTask(i,u,S,z),onCancelTask:(X,k,i,u)=>X.cancelTask(i,u)};class m{get zone(){return this._zone}constructor(k,i,u){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this._zone=k,this._parentDelegate=i,this._forkZS=u&&(u&&u.onFork?u:i._forkZS),this._forkDlgt=u&&(u.onFork?i:i._forkDlgt),this._forkCurrZone=u&&(u.onFork?this._zone:i._forkCurrZone),this._interceptZS=u&&(u.onIntercept?u:i._interceptZS),this._interceptDlgt=u&&(u.onIntercept?i:i._interceptDlgt),this._interceptCurrZone=u&&(u.onIntercept?this._zone:i._interceptCurrZone),this._invokeZS=u&&(u.onInvoke?u:i._invokeZS),this._invokeDlgt=u&&(u.onInvoke?i:i._invokeDlgt),this._invokeCurrZone=u&&(u.onInvoke?this._zone:i._invokeCurrZone),this._handleErrorZS=u&&(u.onHandleError?u:i._handleErrorZS),this._handleErrorDlgt=u&&(u.onHandleError?i:i._handleErrorDlgt),this._handleErrorCurrZone=u&&(u.onHandleError?this._zone:i._handleErrorCurrZone),this._scheduleTaskZS=u&&(u.onScheduleTask?u:i._scheduleTaskZS),this._scheduleTaskDlgt=u&&(u.onScheduleTask?i:i._scheduleTaskDlgt),this._scheduleTaskCurrZone=u&&(u.onScheduleTask?this._zone:i._scheduleTaskCurrZone),this._invokeTaskZS=u&&(u.onInvokeTask?u:i._invokeTaskZS),this._invokeTaskDlgt=u&&(u.onInvokeTask?i:i._invokeTaskDlgt),this._invokeTaskCurrZone=u&&(u.onInvokeTask?this._zone:i._invokeTaskCurrZone),this._cancelTaskZS=u&&(u.onCancelTask?u:i._cancelTaskZS),this._cancelTaskDlgt=u&&(u.onCancelTask?i:i._cancelTaskDlgt),this._cancelTaskCurrZone=u&&(u.onCancelTask?this._zone:i._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const S=u&&u.onHasTask;(S||i&&i._hasTaskZS)&&(this._hasTaskZS=S?u:h,this._hasTaskDlgt=i,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=this._zone,u.onScheduleTask||(this._scheduleTaskZS=h,this._scheduleTaskDlgt=i,this._scheduleTaskCurrZone=this._zone),u.onInvokeTask||(this._invokeTaskZS=h,this._invokeTaskDlgt=i,this._invokeTaskCurrZone=this._zone),u.onCancelTask||(this._cancelTaskZS=h,this._cancelTaskDlgt=i,this._cancelTaskCurrZone=this._zone))}fork(k,i){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,k,i):new s(k,i)}intercept(k,i,u){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,k,i,u):i}invoke(k,i,u,S,z){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,k,i,u,S,z):i.apply(u,S)}handleError(k,i){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,k,i)}scheduleTask(k,i){let u=i;if(this._scheduleTaskZS)this._hasTaskZS&&u._zoneDelegates.push(this._hasTaskDlgtOwner),u=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,k,i),u||(u=i);else if(i.scheduleFn)i.scheduleFn(i);else{if(i.type!=de)throw new Error("Task is missing scheduleFn.");ge(i)}return u}invokeTask(k,i,u,S){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,k,i,u,S):i.callback.apply(u,S)}cancelTask(k,i){let u;if(this._cancelTaskZS)u=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,k,i);else{if(!i.cancelFn)throw Error("Task is not cancelable");u=i.cancelFn(i)}return u}hasTask(k,i){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,k,i)}catch(u){this.handleError(k,u)}}_updateTaskCount(k,i){const u=this._taskCounts,S=u[k],z=u[k]=S+i;if(z<0)throw new Error("More tasks executed then were scheduled.");0!=S&&0!=z||this.hasTask(this._zone,{microTask:u.microTask>0,macroTask:u.macroTask>0,eventTask:u.eventTask>0,change:k})}}class x{constructor(k,i,u,S,z,Ie){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=k,this.source=i,this.data=S,this.scheduleFn=z,this.cancelFn=Ie,!u)throw new Error("callback is not defined");this.callback=u;const Q=this;this.invoke=k===ye&&S&&S.useG?x.invokeTask:function(){return x.invokeTask.call(Ce,Q,this,arguments)}}static invokeTask(k,i,u){k||(k=this),Pe++;try{return k.runCount++,k.zone.runTask(k,i,u)}finally{1==Pe&&oe(),Pe--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Ae,N)}_transitionTo(k,i,u){if(this._state!==i&&this._state!==u)throw new Error(`${this.type} '${this.source}': can not transition to '${k}', expecting state '${i}'${u?" or '"+u+"'":""}, was '${this._state}'.`);this._state=k,k==Ae&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const b=D("setTimeout"),I=D("Promise"),H=D("then");let U,C=[],$=!1;function re(X){if(U||Ce[I]&&(U=Ce[I].resolve(0)),U){let k=U[H];k||(k=U.then),k.call(U,X)}else Ce[b](X,0)}function ge(X){0===Pe&&0===C.length&&re(oe),X&&C.push(X)}function oe(){if(!$){for($=!0;C.length;){const X=C;C=[];for(let k=0;kL,onUnhandledError:ve,microtaskDrainDone:ve,scheduleMicroTask:ge,showUncaughtError:()=>!s[D("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:ve,patchMethod:()=>ve,bindArguments:()=>[],patchThen:()=>ve,patchMacroTask:()=>ve,patchEventPrototype:()=>ve,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>ve,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>ve,wrapWithCurrentZone:()=>ve,filterProperties:()=>[],attachOriginToPatched:()=>ve,_redefineProperty:()=>ve,patchCallbacks:()=>ve,nativeScheduleMicroTask:re};let L={parent:null,zone:new s(null,null)},W=null,Pe=0;function ve(){}return p("Zone","Zone"),s}(),o.Zone}();(function mt(o){(function Fe(o){o.__load_patch("ZoneAwarePromise",(a,p,s)=>{const h=Object.getOwnPropertyDescriptor,m=Object.defineProperty,b=s.symbol,I=[],H=!1!==a[b("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],C=b("Promise"),$=b("then"),U="__creationTrace__";s.onUnhandledError=T=>{if(s.showUncaughtError()){const f=T&&T.rejection;f?console.error("Unhandled Promise rejection:",f instanceof Error?f.message:f,"; Zone:",T.zone.name,"; Task:",T.task&&T.task.source,"; Value:",f,f instanceof Error?f.stack:void 0):console.error(T)}},s.microtaskDrainDone=()=>{for(;I.length;){const T=I.shift();try{T.zone.runGuarded(()=>{throw T.throwOriginal?T.rejection:T})}catch(f){ge(f)}}};const re=b("unhandledPromiseRejectionHandler");function ge(T){s.onUnhandledError(T);try{const f=p[re];"function"==typeof f&&f.call(this,T)}catch{}}function oe(T){return T&&T.then}function Ze(T){return T}function Ae(T){return Q.reject(T)}const N=b("state"),g=b("value"),fe=b("finally"),we=b("parentPromiseValue"),Re=b("parentPromiseState"),de="Promise.then",A=null,ye=!0,q=!1,Z=0;function L(T,f){return y=>{try{X(T,f,y)}catch(_){X(T,!1,_)}}}const W=function(){let T=!1;return function(y){return function(){T||(T=!0,y.apply(null,arguments))}}},Pe="Promise resolved with itself",ve=b("currentTaskTrace");function X(T,f,y){const _=W();if(T===y)throw new TypeError(Pe);if(T[N]===A){let M=null;try{("object"==typeof y||"function"==typeof y)&&(M=y&&y.then)}catch(j){return _(()=>{X(T,!1,j)})(),T}if(f!==q&&y instanceof Q&&y.hasOwnProperty(N)&&y.hasOwnProperty(g)&&y[N]!==A)i(y),X(T,y[N],y[g]);else if(f!==q&&"function"==typeof M)try{M.call(y,_(L(T,f)),_(L(T,!1)))}catch(j){_(()=>{X(T,!1,j)})()}else{T[N]=f;const j=T[g];if(T[g]=y,T[fe]===fe&&f===ye&&(T[N]=T[Re],T[g]=T[we]),f===q&&y instanceof Error){const F=p.currentTask&&p.currentTask.data&&p.currentTask.data[U];F&&m(y,ve,{configurable:!0,enumerable:!1,writable:!0,value:F})}for(let F=0;F{try{const O=T[g],G=!!y&&fe===y[fe];G&&(y[we]=O,y[Re]=j);const ee=f.run(F,void 0,G&&F!==Ae&&F!==Ze?[]:[O]);X(y,!0,ee)}catch(O){X(y,!1,O)}},y)}const z=function(){},Ie=a.AggregateError;class Q{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(f){return f instanceof Q?f:X(new this(null),ye,f)}static reject(f){return X(new this(null),q,f)}static withResolvers(){const f={};return f.promise=new Q((y,_)=>{f.resolve=y,f.reject=_}),f}static any(f){if(!f||"function"!=typeof f[Symbol.iterator])return Promise.reject(new Ie([],"All promises were rejected"));const y=[];let _=0;try{for(let F of f)_++,y.push(Q.resolve(F))}catch{return Promise.reject(new Ie([],"All promises were rejected"))}if(0===_)return Promise.reject(new Ie([],"All promises were rejected"));let M=!1;const j=[];return new Q((F,O)=>{for(let G=0;G{M||(M=!0,F(ee))},ee=>{j.push(ee),_--,0===_&&(M=!0,O(new Ie(j,"All promises were rejected")))})})}static race(f){let y,_,M=new this((O,G)=>{y=O,_=G});function j(O){y(O)}function F(O){_(O)}for(let O of f)oe(O)||(O=this.resolve(O)),O.then(j,F);return M}static all(f){return Q.allWithCallback(f)}static allSettled(f){return(this&&this.prototype instanceof Q?this:Q).allWithCallback(f,{thenCallback:_=>({status:"fulfilled",value:_}),errorCallback:_=>({status:"rejected",reason:_})})}static allWithCallback(f,y){let _,M,j=new this((ee,Ee)=>{_=ee,M=Ee}),F=2,O=0;const G=[];for(let ee of f){oe(ee)||(ee=this.resolve(ee));const Ee=O;try{ee.then(De=>{G[Ee]=y?y.thenCallback(De):De,F--,0===F&&_(G)},De=>{y?(G[Ee]=y.errorCallback(De),F--,0===F&&_(G)):M(De)})}catch(De){M(De)}F++,O++}return F-=2,0===F&&_(G),j}constructor(f){const y=this;if(!(y instanceof Q))throw new Error("Must be an instanceof Promise.");y[N]=A,y[g]=[];try{const _=W();f&&f(_(L(y,ye)),_(L(y,q)))}catch(_){X(y,!1,_)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return Q}then(f,y){let _=this.constructor?.[Symbol.species];(!_||"function"!=typeof _)&&(_=this.constructor||Q);const M=new _(z),j=p.current;return this[N]==A?this[g].push(j,M,f,y):u(this,j,M,f,y),M}catch(f){return this.then(null,f)}finally(f){let y=this.constructor?.[Symbol.species];(!y||"function"!=typeof y)&&(y=Q);const _=new y(z);_[fe]=fe;const M=p.current;return this[N]==A?this[g].push(M,_,f,f):u(this,M,_,f,f),_}}Q.resolve=Q.resolve,Q.reject=Q.reject,Q.race=Q.race,Q.all=Q.all;const Tt=a[C]=a.Promise;a.Promise=Q;const at=b("thenPatched");function ze(T){const f=T.prototype,y=h(f,"then");if(y&&(!1===y.writable||!y.configurable))return;const _=f.then;f[$]=_,T.prototype.then=function(M,j){return new Q((O,G)=>{_.call(this,O,G)}).then(M,j)},T[at]=!0}return s.patchThen=ze,Tt&&(ze(Tt),Oe(a,"fetch",T=>function _t(T){return function(f,y){let _=T.apply(f,y);if(_ instanceof Q)return _;let M=_.constructor;return M[at]||ze(M),_}}(T))),Promise[p.__symbol__("uncaughtPromiseErrors")]=I,Q})})(o),function pe(o){o.__load_patch("toString",a=>{const p=Function.prototype.toString,s=R("OriginalDelegate"),h=R("Promise"),m=R("Error"),x=function(){if("function"==typeof this){const C=this[s];if(C)return"function"==typeof C?p.call(C):Object.prototype.toString.call(C);if(this===Promise){const $=a[h];if($)return p.call($)}if(this===Error){const $=a[m];if($)return p.call($)}}return p.call(this)};x[s]=p,Function.prototype.toString=x;const b=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":b.call(this)}})}(o),function Et(o){o.__load_patch("util",(a,p,s)=>{const h=J(a);s.patchOnProperties=it,s.patchMethod=Oe,s.bindArguments=he,s.patchMacroTask=wt;const m=p.__symbol__("BLACK_LISTED_EVENTS"),x=p.__symbol__("UNPATCHED_EVENTS");a[x]&&(a[m]=a[x]),a[m]&&(p[m]=p[x]=a[m]),s.patchEventPrototype=st,s.patchEventTarget=Je,s.isIEOrEdge=pt,s.ObjectDefineProperty=Te,s.ObjectGetOwnPropertyDescriptor=ue,s.ObjectCreate=_e,s.ArraySlice=B,s.patchClass=We,s.wrapWithCurrentZone=v,s.filterProperties=d,s.attachOriginToPatched=Ue,s._redefineProperty=Object.defineProperty,s.patchCallbacks=Ke,s.getGlobalObjects=()=>({globalSources:$e,zoneSymbolEventNames:Be,eventNames:h,isBrowser:rt,isMix:lt,isNode:qe,TRUE_STR:te,FALSE_STR:me,ZONE_SYMBOL_PREFIX:w,ADD_EVENT_LISTENER_STR:l,REMOVE_EVENT_LISTENER_STR:se})})}(o)})(Ct),function ce(o){o.__load_patch("legacy",a=>{const p=a[o.__symbol__("legacyPatch")];p&&p()}),o.__load_patch("timers",a=>{const p="set",s="clear";e(a,p,s,"Timeout"),e(a,p,s,"Interval"),e(a,p,s,"Immediate")}),o.__load_patch("requestAnimationFrame",a=>{e(a,"request","cancel","AnimationFrame"),e(a,"mozRequest","mozCancel","AnimationFrame"),e(a,"webkitRequest","webkitCancel","AnimationFrame")}),o.__load_patch("blocking",(a,p)=>{const s=["alert","prompt","confirm"];for(let h=0;hfunction(H,C){return p.current.run(x,a,C,I)})}),o.__load_patch("EventTarget",(a,p,s)=>{(function c(o,a){a.patchEventPrototype(o,a)})(a,s),function n(o,a){if(Zone[a.symbol("patchEventTarget")])return;const{eventNames:p,zoneSymbolEventNames:s,TRUE_STR:h,FALSE_STR:m,ZONE_SYMBOL_PREFIX:x}=a.getGlobalObjects();for(let I=0;I{We("MutationObserver"),We("WebKitMutationObserver")}),o.__load_patch("IntersectionObserver",(a,p,s)=>{We("IntersectionObserver")}),o.__load_patch("FileReader",(a,p,s)=>{We("FileReader")}),o.__load_patch("on_property",(a,p,s)=>{!function ie(o,a){if(qe&&!lt||Zone[o.symbol("patchEvents")])return;const p=a.__Zone_ignore_on_properties;let s=[];if(rt){const h=window;s=s.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const m=function ht(){try{const o=ae.navigator.userAgent;if(-1!==o.indexOf("MSIE ")||-1!==o.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:h,ignoreProperties:["error"]}]:[];E(h,J(h),p&&p.concat(m),ne(h))}s=s.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let h=0;h{!function t(o,a){const{isBrowser:p,isMix:s}=a.getGlobalObjects();(p||s)&&o.customElements&&"customElements"in o&&a.patchCallbacks(a,o.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback","formAssociatedCallback","formDisabledCallback","formResetCallback","formStateRestoreCallback"])}(a,s)}),o.__load_patch("XHR",(a,p)=>{!function H(C){const $=C.XMLHttpRequest;if(!$)return;const U=$.prototype;let ge=U[ke],oe=U[le];if(!ge){const Z=C.XMLHttpRequestEventTarget;if(Z){const L=Z.prototype;ge=L[ke],oe=L[le]}}const Ze="readystatechange",Ae="scheduled";function N(Z){const L=Z.data,W=L.target;W[x]=!1,W[I]=!1;const Pe=W[m];ge||(ge=W[ke],oe=W[le]),Pe&&oe.call(W,Ze,Pe);const ve=W[m]=()=>{if(W.readyState===W.DONE)if(!L.aborted&&W[x]&&Z.state===Ae){const k=W[p.__symbol__("loadfalse")];if(0!==W.status&&k&&k.length>0){const i=Z.invoke;Z.invoke=function(){const u=W[p.__symbol__("loadfalse")];for(let S=0;Sfunction(Z,L){return Z[h]=0==L[2],Z[b]=L[1],we.apply(Z,L)}),de=R("fetchTaskAborting"),A=R("fetchTaskScheduling"),ye=Oe(U,"send",()=>function(Z,L){if(!0===p.current[A]||Z[h])return ye.apply(Z,L);{const W={target:Z,url:Z[b],isPeriodic:!1,args:L,aborted:!1},Pe=V("XMLHttpRequest.send",g,W,N,fe);Z&&!0===Z[I]&&!W.aborted&&Pe.state===Ae&&Pe.invoke()}}),q=Oe(U,"abort",()=>function(Z,L){const W=function re(Z){return Z[s]}(Z);if(W&&"string"==typeof W.type){if(null==W.cancelFn||W.data&&W.data.aborted)return;W.zone.cancelTask(W)}else if(!0===p.current[de])return q.apply(Z,L)})}(a);const s=R("xhrTask"),h=R("xhrSync"),m=R("xhrListener"),x=R("xhrScheduled"),b=R("xhrURL"),I=R("xhrErrorBeforeScheduled")}),o.__load_patch("geolocation",a=>{a.navigator&&a.navigator.geolocation&&function ct(o,a){const p=o.constructor.name;for(let s=0;s{const I=function(){return b.apply(this,he(arguments,p+"."+h))};return Ue(I,b),I})(m)}}}(a.navigator.geolocation,["getCurrentPosition","watchPosition"])}),o.__load_patch("PromiseRejectionEvent",(a,p)=>{function s(h){return function(m){Ne(a,h).forEach(b=>{const I=a.PromiseRejectionEvent;if(I){const H=new I(h,{promise:m.promise,reason:m.rejection});b.invoke(H)}})}}a.PromiseRejectionEvent&&(p[R("unhandledPromiseRejectionHandler")]=s("unhandledrejection"),p[R("rejectionHandledHandler")]=s("rejectionhandled"))}),o.__load_patch("queueMicrotask",(a,p,s)=>{!function kt(o,a){a.patchMethod(o,"queueMicrotask",p=>function(s,h){Zone.current.scheduleMicroTask("queueMicrotask",h[0])})}(a,s)})}(Ct)}},Ce=>{var D=P=>Ce(Ce.s=P);D(6935),D(4050)}]); \ No newline at end of file diff --git a/frontend/runtime.c7d87ead4fb1b7e0.js b/frontend/runtime.c7d87ead4fb1b7e0.js deleted file mode 100644 index cfcf79ae..00000000 --- a/frontend/runtime.c7d87ead4fb1b7e0.js +++ /dev/null @@ -1 +0,0 @@ -(()=>{"use strict";var e,v={},m={};function r(e){var f=m[e];if(void 0!==f)return f.exports;var t=m[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(f,t,i,o)=>{if(!t){var a=1/0;for(n=0;n=o)&&Object.keys(r.O).every(b=>r.O[b](t[l]))?t.splice(l--,1):(s=!1,o0&&e[n-1][2]>o;n--)e[n]=e[n-1];e[n]=[t,i,o]},r.d=(e,f)=>{for(var t in f)r.o(f,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:f[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((f,t)=>(r.f[t](e,f),f),[])),r.u=e=>e+"."+{17:"6fa7154eb6e447e2",190:"03f035c34a56c8be",193:"398f8f87a3703825",853:"c952c78c4b4f76e6"}[e]+".js",r.miniCssF=e=>{},r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),(()=>{var e={},f="RTLApp:";r.l=(t,i,o,n)=>{if(e[t])e[t].push(i);else{var a,s;if(void 0!==o)for(var l=document.getElementsByTagName("script"),d=0;d{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(y=>y(b)),g)return g(b)},p=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),s&&document.head.appendChild(a)}}})(),r.r=e=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:f=>f},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="",(()=>{var e={121:0};r.f.j=(i,o)=>{var n=r.o(e,i)?e[i]:void 0;if(0!==n)if(n)o.push(n[2]);else if(121!=i){var a=new Promise((u,c)=>n=e[i]=[u,c]);o.push(n[2]=a);var s=r.p+r.u(i),l=new Error;r.l(s,u=>{if(r.o(e,i)&&(0!==(n=e[i])&&(e[i]=void 0),n)){var c=u&&("load"===u.type?"missing":u.type),p=u&&u.target&&u.target.src;l.message="Loading chunk "+i+" failed.\n("+c+": "+p+")",l.name="ChunkLoadError",l.type=c,l.request=p,n[1](l)}},"chunk-"+i,i)}else e[i]=0},r.O.j=i=>0===e[i];var f=(i,o)=>{var l,d,[n,a,s]=o,u=0;if(n.some(p=>0!==e[p])){for(l in a)r.o(a,l)&&(r.m[l]=a[l]);if(s)var c=s(r)}for(i&&i(o);u{"use strict";var e,v={},m={};function r(e){var o=m[e];if(void 0!==o)return o.exports;var t=m[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(o,t,i,f)=>{if(!t){var a=1/0;for(n=0;n=f)&&Object.keys(r.O).every(b=>r.O[b](t[l]))?t.splice(l--,1):(c=!1,f0&&e[n-1][2]>f;n--)e[n]=e[n-1];e[n]=[t,i,f]},r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((o,t)=>(r.f[t](e,o),o),[])),r.u=e=>e+"."+{17:"b882df9dedeedc74",190:"558182128d53aa6a",193:"0936738599c66c4e",853:"a5bf31a92e24292f"}[e]+".js",r.miniCssF=e=>{},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{var e={},o="RTLApp:";r.l=(t,i,f,n)=>{if(e[t])e[t].push(i);else{var a,c;if(void 0!==f)for(var l=document.getElementsByTagName("script"),d=0;d{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(y=>y(b)),g)return g(b)},p=setTimeout(s.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=s.bind(null,a.onerror),a.onload=s.bind(null,a.onload),c&&document.head.appendChild(a)}}})(),r.r=e=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:o=>o},typeof trustedTypes<"u"&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="",(()=>{var e={121:0};r.f.j=(i,f)=>{var n=r.o(e,i)?e[i]:void 0;if(0!==n)if(n)f.push(n[2]);else if(121!=i){var a=new Promise((u,s)=>n=e[i]=[u,s]);f.push(n[2]=a);var c=r.p+r.u(i),l=new Error;r.l(c,u=>{if(r.o(e,i)&&(0!==(n=e[i])&&(e[i]=void 0),n)){var s=u&&("load"===u.type?"missing":u.type),p=u&&u.target&&u.target.src;l.message="Loading chunk "+i+" failed.\n("+s+": "+p+")",l.name="ChunkLoadError",l.type=s,l.request=p,n[1](l)}},"chunk-"+i,i)}else e[i]=0},r.O.j=i=>0===e[i];var o=(i,f)=>{var l,d,[n,a,c]=f,u=0;if(n.some(p=>0!==e[p])){for(l in a)r.o(a,l)&&(r.m[l]=a[l]);if(c)var s=c(r)}for(i&&i(f);u.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:transparent;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:4px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:4px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:6px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:6px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}html{width:100%;height:99%;line-height:1.5;overflow-x:hidden;font-family:Roboto,sans-serif!important;font-size:95%}@media only screen and (max-width: 56.25em){html{font-size:90%}}@media only screen and (max-width: 37.5em){html{font-size:80%}}body{box-sizing:border-box;height:100%;margin:0;overflow:hidden}.rtl-container{position:absolute;width:100%;height:100%;inset:0;overflow:hidden}.rtl-container .mat-menu-panel .mat-menu-content{padding-top:0;padding-bottom:0}.rtl-container .mat-nested-tree-node-child>.mat-tree-node{padding-left:2.5rem}.mat-sidenav-container .mat-sidenav-content{height:95vh;min-height:95vh}.sidenav{width:16rem!important;height:100%;overflow:hidden!important}span.page-text,.mat-mdc-slide-toggle,.material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:3rem}.mat-mdc-checkbox{min-height:4rem}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.sticky{position:fixed;top:0;z-index:9999}.horizontal-menu{padding:0;z-index:999;position:fixed;top:0;height:4rem;overflow:visible}.inner-sidenav-content{position:relative;inset:0;padding:.75rem}@media only screen and (max-width: 56.25em){.inner-sidenav-content{padding:.5rem}}@media only screen and (max-width: 37.5em){.inner-sidenav-content{padding:.5rem .25rem}}.top-50{top:50px}*{margin:0;padding:0}.rtl-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;position:fixed;background:#fff;z-index:999999;visibility:visible;opacity:1}.rtl-spinner h4{margin-top:.625rem}.spinner-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-surface{background:transparent;box-shadow:none}.mat-mdc-dialog-container .mat-mdc-dialog-surface{overflow:hidden}@media only screen and (max-width: 75em){button.mdc-button{min-width:50px}}@media only screen and (max-width: 56.25em){button.mdc-button{min-width:40px}}@media only screen and (max-width: 37.5em){button.mdc-button{min-width:20px}}button.mdc-button.mat-mdc-button-base{font-size:103%;font-weight:500;font-family:Roboto,sans-serif}button.mdc-button.mat-mdc-button-base.mat-mdc-unelevated-button{margin-bottom:1rem}.mat-mdc-icon-button.mat-mdc-button-base.btn-icon-small{height:40px;padding:.75rem}.mdc-floating-label{will-change:unset!important}.mat-mdc-form-field.mat-form-field-disabled,.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-text-field-wrapper.mdc-text-field--disable,.mat-mdc-form-field.mat-form-field-disabled .mdc-floating-label.mat-mdc-floating-label,.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-input-element.mat-mdc-form-field-input-control,.mat-mdc-slide-toggle .mdc-switch.mdc-switch--disabled{cursor:not-allowed}.padding-gap{padding:.5rem!important}@media only screen and (max-width: 56.25em){.padding-gap{padding:.25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap{padding:.125rem!important}}.padding-gap-x{padding:0 .5rem!important}@media only screen and (max-width: 75em){.padding-gap-x{padding:0 .25rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-x{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-x{padding:0 .125rem!important}}.padding-gap-large{padding:1rem!important}@media only screen and (max-width: 75em){.padding-gap-large{padding:2rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-large{padding:.25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-large{padding:.125rem!important}}.padding-gap-x-large{padding:0 1rem!important}@media only screen and (max-width: 75em){.padding-gap-x-large{padding:0 .5rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-x-large{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-x-large{padding:0 .125rem!important}}.padding-gap-bottom-large{padding-bottom:1rem!important}@media only screen and (max-width: 56.25em){.padding-gap-bottom-large{padding-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-bottom-large{padding-bottom:.125rem!important}}.overflow-wrap{overflow-wrap:break-word!important;overflow:hidden}.mat-mdc-card{padding:0!important;overflow:hidden;border-radius:2px!important}.mat-mdc-card-original{padding:1rem!important;border-radius:4px!important}.mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,.mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix{padding-right:1rem}mat-card-content.mat-mdc-card-content:first-child{padding-top:0}.card-content-gap{padding:.6rem 1rem!important;height:100%}@media only screen and (max-width: 56.25em){.card-content-gap{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.card-content-gap{padding:.25rem .125rem!important}}.routing-tabs-block .mat-mdc-tab-body-wrapper{padding:0!important;min-height:100px}.mat-mdc-card-actions{display:block;margin-bottom:1rem;padding-left:.3333333333rem;padding-right:.3333333333rem}.mat-mdc-card-content,.mat-mdc-card-subtitle,.mat-mdc-card-title{display:block;margin-bottom:1rem}.mat-mdc-card-content form,.mat-mdc-card-subtitle form,.mat-mdc-card-title form{overflow:hidden}.mat-mdc-card-title{font-size:125%}.mat-mdc-card-subtitle{font-size:120%}.mat-mdc-card-header-text{margin:0!important;line-height:1}.mat-form-field-wrapper{width:100%}.mat-mdc-select{margin:0 1rem 0 0}.green{color:#28ca43!important}.yellow{color:#ffbd2e!important}.red{color:#c62828!important}.grey{color:#ccc!important}.mt-1px{margin-top:1px!important}.mt-2px{margin-top:2px!important}.mt-4px{margin-top:4px!important}.mt-5px{margin-top:5px!important}.my-2px{margin:2px 0!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.625rem!important}@media only screen and (max-width: 56.25em){.mt-1{margin-top:.5rem!important}}@media only screen and (max-width: 37.5em){.mt-1{margin-top:.5rem!important}}.mb-0{margin-bottom:0!important}.mb-2px{margin-bottom:2px!important}.mb-5px{margin-bottom:5px!important}.mb-1{margin-bottom:.625rem!important}@media only screen and (max-width: 56.25em){.mb-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.mb-1{margin-bottom:.5rem!important}}.mb-6{margin-bottom:3.75rem!important}@media only screen and (max-width: 56.25em){.mb-6{margin-bottom:3rem!important}}@media only screen and (max-width: 37.5em){.mb-6{margin-bottom:3rem!important}}.ml-0{margin-left:0!important}.ml-half{margin-left:.25rem!important}.ml-1{margin-left:.625rem!important}@media only screen and (max-width: 56.25em){.ml-1{margin-left:.25rem!important}}@media only screen and (max-width: 37.5em){.ml-1{margin-left:2px!important}}.ml-minus-1{margin-left:-.625rem!important}.mr-0{margin-right:0!important}.mr-3px{margin-right:3px!important}.mr-5px{margin-right:5px!important}.mr-1{margin-right:.625rem!important}@media only screen and (max-width: 56.25em){.mr-1{margin-right:.25rem!important}}@media only screen and (max-width: 37.5em){.mr-1{margin-right:2px!important}}.mx-1{margin:0 .625rem!important}@media only screen and (max-width: 56.25em){.mx-1{margin:0 .25rem!important}}@media only screen and (max-width: 37.5em){.mx-1{margin:0 2px!important}}.my-1{margin:.625rem 0!important}@media only screen and (max-width: 56.25em){.my-1{margin:.5rem 0!important}}@media only screen and (max-width: 37.5em){.my-1{margin:.5rem 0!important}}.m-1{margin:.625rem!important}@media only screen and (max-width: 56.25em){.m-1{margin:.5rem!important}}@media only screen and (max-width: 37.5em){.m-1{margin:.5rem!important}}.mt-2{margin-top:1.25rem!important}@media only screen and (max-width: 56.25em){.mt-2{margin-top:1rem!important}}@media only screen and (max-width: 37.5em){.mt-2{margin-top:1rem!important}}.mt-3{margin-top:2rem!important}@media only screen and (max-width: 56.25em){.mt-3{margin-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.mt-3{margin-top:1.5rem!important}}.mt-4{margin-top:2.5rem!important}@media only screen and (max-width: 56.25em){.mt-4{margin-top:2rem!important}}@media only screen and (max-width: 37.5em){.mt-4{margin-top:2rem!important}}.mt-6{margin-top:3.75rem!important}@media only screen and (max-width: 56.25em){.mt-6{margin-top:3rem!important}}@media only screen and (max-width: 37.5em){.mt-6{margin-top:3rem!important}}.mt-minus-1{margin-top:-.625rem!important}@media only screen and (max-width: 56.25em){.mt-minus-1{margin-top:-.5rem!important}}@media only screen and (max-width: 37.5em){.mt-minus-1{margin-top:-.5rem!important}}.mt-minus-2{margin-top:-1.25rem!important}@media only screen and (max-width: 56.25em){.mt-minus-2{margin-top:-1rem!important}}@media only screen and (max-width: 37.5em){.mt-minus-2{margin-top:-1rem!important}}.mb-2{margin-bottom:1rem!important}@media only screen and (max-width: 56.25em){.mb-2{margin-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.mb-2{margin-bottom:1rem!important}}.mb-3{margin-bottom:2rem!important}@media only screen and (max-width: 56.25em){.mb-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 37.5em){.mb-3{margin-bottom:1.5rem!important}}.mb-4{margin-bottom:2.5rem!important}@media only screen and (max-width: 56.25em){.mb-4{margin-bottom:1.25rem!important}}@media only screen and (max-width: 37.5em){.mb-4{margin-bottom:1.25rem!important}}.ml-2{margin-left:1.25rem!important}@media only screen and (max-width: 56.25em){.ml-2{margin-left:.5rem!important}}@media only screen and (max-width: 37.5em){.ml-2{margin-left:.25rem!important}}.mr-2{margin-right:1.25rem!important}@media only screen and (max-width: 56.25em){.mr-2{margin-right:.5rem!important}}@media only screen and (max-width: 37.5em){.mr-2{margin-right:.25rem!important}}.ml-4{margin-left:2.5rem!important}@media only screen and (max-width: 56.25em){.ml-4{margin-left:1rem!important}}@media only screen and (max-width: 37.5em){.ml-4{margin-left:.5rem!important}}.ml-5{margin-left:3rem!important}@media only screen and (max-width: 56.25em){.ml-5{margin-left:1.25rem!important}}@media only screen and (max-width: 37.5em){.ml-5{margin-left:.625rem!important}}.mr-4{margin-right:2.5rem!important}@media only screen and (max-width: 56.25em){.mr-4{margin-right:1rem!important}}@media only screen and (max-width: 37.5em){.mr-4{margin-right:.5rem!important}}.mr-5{margin-right:3rem!important}@media only screen and (max-width: 56.25em){.mr-5{margin-right:1.25rem!important}}@media only screen and (max-width: 37.5em){.mr-5{margin-right:.625rem!important}}.mr-6{margin-right:3.75rem!important}@media only screen and (max-width: 56.25em){.mr-6{margin-right:2rem!important}}@media only screen and (max-width: 37.5em){.mr-6{margin-right:1.25rem!important}}.mx-2{margin:0 1.25rem!important}@media only screen and (max-width: 56.25em){.mx-2{margin:0 .5rem!important}}@media only screen and (max-width: 37.5em){.mx-2{margin:0 .25rem!important}}.my-0{margin-top:0!important;margin-bottom:0!important}.my-2{margin:1.25rem 0!important}@media only screen and (max-width: 56.25em){.my-2{margin:1rem 0!important}}@media only screen and (max-width: 37.5em){.my-2{margin:1rem 0!important}}.my-3{margin:2rem 0!important}@media only screen and (max-width: 56.25em){.my-3{margin:1.5rem 0!important}}@media only screen and (max-width: 37.5em){.my-3{margin:1.5rem 0!important}}.my-4{margin:2.5rem 0!important}@media only screen and (max-width: 56.25em){.my-4{margin:1.25rem 0!important}}@media only screen and (max-width: 37.5em){.my-4{margin:1.25rem 0!important}}.m-2{margin:1.25rem!important}@media only screen and (max-width: 56.25em){.m-2{margin:1rem!important}}@media only screen and (max-width: 37.5em){.m-2{margin:1rem!important}}.pt-1{padding-top:.625rem!important}@media only screen and (max-width: 56.25em){.pt-1{padding-top:.5rem!important}}@media only screen and (max-width: 37.5em){.pt-1{padding-top:.5rem!important}}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.625rem!important}@media only screen and (max-width: 56.25em){.pb-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.pb-1{padding-bottom:.5rem!important}}.pl-5px{padding-left:5px!important}@media only screen and (max-width: 56.25em){.pl-5px{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){.pl-5px{padding-left:3px!important}}.pl-1{padding-left:.625rem!important}@media only screen and (max-width: 56.25em){.pl-1{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){.pl-1{padding-left:2px!important}}.pl-15px{padding-left:1rem!important}@media only screen and (max-width: 56.25em){.pl-15px{padding-left:.3333333333rem!important}}@media only screen and (max-width: 37.5em){.pl-15px{padding-left:.25rem!important}}.pr-0{padding-right:0!important}.pr-1{padding-right:.625rem!important}@media only screen and (max-width: 56.25em){.pr-1{padding-right:.25rem!important}}@media only screen and (max-width: 37.5em){.pr-1{padding-right:2px!important}}.pr-3{padding-right:2rem!important}@media only screen and (max-width: 56.25em){.pr-3{padding-right:.75rem!important}}@media only screen and (max-width: 37.5em){.pr-3{padding-right:.3333333333rem!important}}.pr-4{padding-right:2.5rem!important}@media only screen and (max-width: 56.25em){.pr-4{padding-right:1rem!important}}@media only screen and (max-width: 37.5em){.pr-4{padding-right:.5rem!important}}.pr-4px{padding-right:.25rem!important}.pr-6px{padding-right:.3333333333rem!important}.p-0{padding:0!important}.p-5px{padding:5px!important}.pl-0{padding-left:0!important}.px-1{padding:0 .625rem!important}@media only screen and (max-width: 56.25em){.px-1{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.px-1{padding:0 2px!important}}.py-0{padding:.625rem 0!important}@media only screen and (max-width: 56.25em){.py-0{padding:.5rem 0!important}}@media only screen and (max-width: 37.5em){.py-0{padding:.5rem 0!important}}.py-1{padding:.625rem 0!important}@media only screen and (max-width: 56.25em){.py-1{padding:.5rem 0!important}}@media only screen and (max-width: 37.5em){.py-1{padding:.5rem 0!important}}.p-1{padding:.625rem!important}@media only screen and (max-width: 56.25em){.p-1{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.p-1{padding:.5rem!important}}.p-16{padding:1rem!important}@media only screen and (max-width: 56.25em){.p-16{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.p-16{padding:.25rem!important}}.pt-2{padding-top:1.25rem!important}@media only screen and (max-width: 56.25em){.pt-2{padding-top:1rem!important}}@media only screen and (max-width: 37.5em){.pt-2{padding-top:1rem!important}}.pt-3{padding-top:2rem!important}@media only screen and (max-width: 56.25em){.pt-3{padding-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.pt-3{padding-top:1.5rem!important}}.pb-2{padding-bottom:1.25rem!important}@media only screen and (max-width: 56.25em){.pb-2{padding-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.pb-2{padding-bottom:1rem!important}}.pl-2{padding-left:1.25rem!important}@media only screen and (max-width: 56.25em){.pl-2{padding-left:.5rem!important}}@media only screen and (max-width: 37.5em){.pl-2{padding-left:.25rem!important}}.pt-4{padding-top:1.25rem!important}@media only screen and (max-width: 56.25em){.pt-4{padding-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.pt-4{padding-top:1.5rem!important}}.pl-3{padding-left:2rem!important}@media only screen and (max-width: 56.25em){.pl-3{padding-left:.75rem!important}}@media only screen and (max-width: 37.5em){.pl-3{padding-left:.3333333333rem!important}}.pl-4{padding-left:2.5rem!important}@media only screen and (max-width: 56.25em){.pl-4{padding-left:1rem!important}}@media only screen and (max-width: 37.5em){.pl-4{padding-left:.5rem!important}}.pr-2{padding-right:1.25rem!important}@media only screen and (max-width: 56.25em){.pr-2{padding-right:.5rem!important}}@media only screen and (max-width: 37.5em){.pr-2{padding-right:.25rem!important}}.pr-5{padding-right:2.5rem!important}@media only screen and (max-width: 56.25em){.pr-5{padding-right:1rem!important}}@media only screen and (max-width: 37.5em){.pr-5{padding-right:.5rem!important}}.px-2{padding:0 1.25rem!important}@media only screen and (max-width: 56.25em){.px-2{padding:0 .5rem!important}}@media only screen and (max-width: 37.5em){.px-2{padding:0 .25rem!important}}.px-3{padding:0 2rem!important}@media only screen and (max-width: 56.25em){.px-3{padding:0 .75rem!important}}@media only screen and (max-width: 37.5em){.px-3{padding:0 .3333333333rem!important}}.px-4{padding:0 2.5rem!important}@media only screen and (max-width: 56.25em){.px-4{padding:0 1rem!important}}@media only screen and (max-width: 37.5em){.px-4{padding:0 .5rem!important}}.py-2{padding:1.25rem 0!important}@media only screen and (max-width: 56.25em){.py-2{padding:1rem 0!important}}@media only screen and (max-width: 37.5em){.py-2{padding:1rem 0!important}}.p-2{padding:1.25rem!important}@media only screen and (max-width: 56.25em){.p-2{padding:1rem!important}}@media only screen and (max-width: 37.5em){.p-2{padding:1rem!important}}.p-24{padding:1.5rem!important}@media only screen and (max-width: 56.25em){.p-24{padding:.75rem!important}}@media only screen and (max-width: 37.5em){.p-24{padding:.625rem!important}}.ps-2{padding-left:1.25rem!important}.m-1px{margin:1px!important}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-auto{overflow:auto}.mat-footer-row .mat-footer-cell{border-bottom:none!important}.mat-row:last-child .mdc-data-table__cell{border-bottom:none!important}.mat-mdc-form-field-infix{width:14rem!important}.flex-ellipsis{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:2rem}.mat-list,.mat-list .mat-list-item .mat-list-item-content,.mat-nav-list,.mat-selection-list{padding:0!important}.inline-spinner{display:inline-flex!important;top:5px!important}.top-minus-5px{position:relative;top:-5px}.top-minus-25px{position:relative;top:-1.5rem;margin-bottom:-1.5rem!important}.top-minus-30px{position:relative;top:-2rem}.cursor-pointer:hover{cursor:pointer!important}.cursor-default:hover{cursor:default!important}.cursor-not-allowed:hover{cursor:not-allowed!important}.inline-flex{display:inline-flex!important}.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.op-image{box-shadow:0 0 2px #ccc;border:2px solid;border-color:transparent;cursor:pointer;transition:.2s}.settings-icon{position:fixed;top:30%;right:0;width:.25rem;height:2.5rem;opacity:.6;cursor:pointer;z-index:999999}.test-banner{padding-top:2px;background-color:#fc7783;text-transform:uppercase;border-radius:2px}.currency-icon.currency-icon-small{max-width:.8375rem;max-height:.8375rem}.currency-icon.currency-icon-medium{max-width:1rem;max-height:1rem}.currency-icon.currency-icon-large{max-width:1.125rem;max-height:1.125rem}.currency-icon.currency-icon-x-large{max-width:1.25rem;max-height:1.25rem}.fa-icon-small,.top-icon-small{min-width:1.25rem}.fa-icon-small svg,.top-icon-small svg{min-width:1.25rem}.botlz-icon-sm{min-width:1rem;width:1rem;max-width:1rem}.copy-icon{position:relative;top:.25rem}.copy-icon-smaller{position:relative;top:2px}.top-5px{position:relative;top:5px}.animate-settings{animation:animate-settings 10s linear infinite}@keyframes animate-settings{to{transform:rotate(360deg)}}.mt-minus-5{position:relative;margin-top:-5px}.color-white{color:#fff!important}.custom-card{padding:0 0 .5rem!important}.not-found-box{min-width:50%}.w-100{width:100%!important}.w-96{width:96%!important}.w-84{width:84%!important}.h-100{height:100%!important}.h-93{height:93%!important}.h-40{height:400px!important}.h-46{height:460px!important}.h-50{height:500px!important}.h-10{height:100px!important}.h-4{height:12rem!important}.h-35px{height:35px!important}a{outline:none;text-decoration:none;text-decoration:underline}.mat-tree{width:100%}.mat-tree-node,.mat-nested-tree-node-parent{min-height:3rem;height:3rem;padding:0 .75rem;cursor:pointer}@media only screen and (max-width: 37.5em){.mat-tree-node,.mat-nested-tree-node-parent{min-height:4rem;height:4rem}}.mat-tree-node:focus,.mat-tree-node:active,.mat-nested-tree-node:focus,.mat-nested-tree-node:active,.mat-nested-tree-node-parent:focus,.mat-nested-tree-node-parent:active,.mat-tree-node span:focus,.mat-tree-node span:active,.mat-nested-tree-node-parent span:focus,.mat-nested-tree-node-parent span:active,.mat-tree-node div:focus,.mat-tree-node div:active,.mat-nested-tree-node-parent div:focus,.mat-nested-tree-node-parent div:active,.mat-tree-node .mat-icon:focus,.mat-tree-node .mat-icon:active,.mat-nested-tree-node-parent .mat-icon:focus,.mat-nested-tree-node-parent .mat-icon:active{outline:none}.lnd-info{height:6rem}.flex-wrap{flex-wrap:wrap!important}.word-break{word-break:break-all!important}.font-bold-500{font-weight:500!important}.font-bold-700{font-weight:700!important}.pubkey-info-top{flex-wrap:wrap;margin-top:1px;min-height:1rem;cursor:pointer;display:flex;align-content:center}.logo{font-weight:700;letter-spacing:1px}.fa-icon-regular{min-width:2.5rem;width:2.5rem;max-width:2.5rem}.icon-large{margin-left:-100%}.icon-small{height:1.25rem!important;width:1.25rem!important}.icon-smaller{height:.625rem!important;width:.625rem!important}.mat-icon-36{width:2.25rem!important;height:2.25rem!important}.mat-mdc-select.multi-node-select{width:84%}.page-title-container{font-size:110%;padding:0 .75rem;margin-bottom:.5rem}@media only screen and (max-width: 56.25em){.page-title-container{padding:0 .5rem;margin:.5rem 0}}@media only screen and (max-width: 37.5em){.page-title-container{padding:0 .5rem;margin:.5rem 0}}table{width:100%}th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .5rem}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .25rem}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .125rem}}th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.5rem!important}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.125rem!important}}th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.5rem!important}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.25rem!important}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.125rem!important}}.dot{display:inline-flex;width:.8rem;height:.8rem;border-radius:.8rem;margin:.25rem 0 0}.dot.tiny-dot{width:.5rem;height:.5rem;border-radius:.5rem;margin:0 .3333333333rem 1px 0}.dot.green{background-color:#28ca43}.dot.yellow{background-color:#ffbd2e}.dot.red{background-color:#c62828}.dot.grey{background-color:#ccc}.font-size-80{font-size:80%!important}.font-size-90{font-size:90%!important}.font-size-120{font-size:120%!important}.font-size-200{font-size:200%!important}.font-size-300{font-size:300%!important}.font-weight-500{font-weight:500!important}.font-weight-900{font-weight:900!important}.pre-wrap{white-space:pre-wrap!important}.display-none{display:none!important}.mat-divider.mat-divider-horizontal.mat-divider-inset{margin-left:1rem}.mat-vertical-stepper-header{padding:.625rem .625rem .625rem .5rem!important}.mat-vertical-stepper-content{margin:0 .5rem}.ellipsis-child{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blinker{animation:blink-animation 1s steps(5,start) infinite;-webkit-animation:blink-animation 1s steps(5,start) infinite}@keyframes blink-animation{to{visibility:hidden}}.mat-progress-bar.dashboard-progress-bar{height:6px;min-height:6px}.alert{margin-bottom:.625rem;padding:.3333333333rem .625rem;border-radius:2px}.dashboard-vert-menu.mat-menu-panel{min-height:3rem}.mat-mdc-tab .mdc-tab__content{overflow:hidden!important}.mdc-tab__text-label{opacity:1;padding:0;min-width:11rem}@media only screen and (max-width: 56.25em){.mdc-tab__text-label{min-width:auto}}@media only screen and (max-width: 37.5em){.mdc-tab__text-label{min-width:auto}}.dashboard-card{margin-bottom:0}.dashboard-card .mat-mdc-card-header{padding:16px 0 0 16px}.dashboard-card .mat-mdc-card-content.dashboard-card-content{margin-bottom:0}.dashboard-tabs-group.mat-mdc-tab-group{max-width:91%}.dashboard-tabs-group .mat-mdc-tab-list{width:100%}.dashboard-tabs-group .mdc-tab{margin:0;padding:0 1.5rem;display:flex;flex:1 0 auto;justify-content:center}.dashboard-tabs-group.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__content .mdc-tab__text-label{min-width:5.5rem}.node-grid-tile.mat-grid-tile .mat-figure{align-items:start}.mat-vertical-content-container{margin-left:1.25rem!important}.xs-scroll-y{overflow-y:scroll;max-height:600px}.h-2{min-height:1.25rem!important}.border-valid{border:1px solid #28ca43!important}.border-invalid{border:1px solid #c62828!important}.icon-green{fill:#28ca43}.visible{visibility:visible!important}.hidden{visibility:hidden!important}.h-5{height:50px}.btn-sticky-container{height:0;opacity:.5}.btn-sticky-container .mat-icon{animation:scrollDownAnimation 2s infinite}@keyframes scrollDownAnimation{0%{transform:translateY(0)}10%{transform:translateY(-20%)}20%{transform:translateY(20%)}30%{transform:translateY(-20%)}40%{transform:translateY(20%)}50%{transform:translateY(0)}}.mat-form-field-appearance-legacy.mat-form-field-disabled input,.mat-form-field-appearance-legacy.mat-form-field-disabled mat-select,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-trigger,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-value,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-arro-wrapper,.mat-form-field-appearance-legacy.mat-form-field-disabled textarea,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-infix{cursor:not-allowed}.mat-mdc-tooltip-panel{max-width:25rem!important}.ngx-charts-tooltip-content.type-tooltip{background:#323232e6!important}.ngx-charts-tooltip-content .tooltip-caret{border-top-color:#323232e6!important}.mat-mdc-tooltip-panel .mdc-tooltip__surface{min-width:10rem;max-width:unset;text-align:start}.go-to-link{text-decoration:underline;font-weight:500;cursor:pointer}.mat-mdc-card.dashboard-card{padding:0 .75rem!important}@media only screen and (max-width: 56.25em){.mat-mdc-card.dashboard-card{padding:.25rem .625rem!important}}@media only screen and (max-width: 37.5em){.mat-mdc-card.dashboard-card{padding:.25rem .5rem!important}}.mat-mdc-card.dashboard-card.p-0{padding:0!important}.mat-mdc-card.dashboard-card .mat-mdc-card-header-text{width:100%}.mat-progress-bar{min-height:4px}.dashboard-card-content{text-align:left}.ellipsis-parent{display:flex}.mat-column-actions{min-height:3.25rem}@media only screen and (max-width: 37.5em){.mat-column-actions{min-height:4.1rem}}.mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 1rem}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 .5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 .25rem}}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator{margin-top:-5px}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 1.5rem 1rem}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 .5rem .5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 .25rem .125rem}}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-title,.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-description{margin-right:.5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-title,.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-description{margin-right:.25rem}}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #5e4ea5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}.mat-pseudo-checkbox-full{color:#0000008a}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#5e4ea5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#5e4ea5}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}html{--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #5e4ea5;--mdc-linear-progress-track-color: rgba(94, 78, 165, .25)}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#5e4ea540;background-color:var(--mdc-linear-progress-track-color, rgba(94, 78, 165, .25))}@media (forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(94, 78, 165, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#5e4ea540;background-color:var(--mdc-linear-progress-track-color, rgba(94, 78, 165, .25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #5e4ea5;--mdc-filled-text-field-focus-active-indicator-color: #5e4ea5;--mdc-filled-text-field-focus-label-text-color: rgba(94, 78, 165, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #5e4ea5;--mdc-outlined-text-field-focus-outline-color: #5e4ea5;--mdc-outlined-text-field-focus-label-text-color: rgba(94, 78, 165, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(94, 78, 165, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(94, 78, 165, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px}html{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #5e4ea5;--mdc-chip-elevated-disabled-container-color: #5e4ea5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}.mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #56479d;--mdc-switch-selected-handle-color: #56479d;--mdc-switch-selected-hover-state-layer-color: #56479d;--mdc-switch-selected-pressed-state-layer-color: #56479d;--mdc-switch-selected-focus-handle-color: #312579;--mdc-switch-selected-hover-handle-color: #312579;--mdc-switch-selected-pressed-handle-color: #312579;--mdc-switch-selected-focus-track-color: #8e83c0;--mdc-switch-selected-hover-track-color: #8e83c0;--mdc-switch-selected-pressed-track-color: #8e83c0;--mdc-switch-selected-track-color: #8e83c0;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size: 48px}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #5e4ea5;--mdc-radio-selected-hover-icon-color: #5e4ea5;--mdc-radio-selected-icon-color: #5e4ea5;--mdc-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html{--mdc-radio-state-layer-size: 40px}html{--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6}html{--mdc-slider-handle-color: #5e4ea5;--mdc-slider-focus-handle-color: #5e4ea5;--mdc-slider-hover-handle-color: #5e4ea5;--mdc-slider-active-track-color: #5e4ea5;--mdc-slider-inactive-track-color: #5e4ea5;--mdc-slider-with-tick-marks-inactive-container-color: #5e4ea5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #5e4ea5;--mat-mdc-slider-hover-ripple-color: rgba(94, 78, 165, .05);--mat-mdc-slider-focus-ripple-color: rgba(94, 78, 165, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}html .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}html{--mat-menu-container-shape: 4px}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38}html{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #5e4ea5;--mdc-radio-selected-hover-icon-color: #5e4ea5;--mdc-radio-selected-icon-color: #5e4ea5;--mdc-radio-selected-pressed-icon-color: #5e4ea5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #5e4ea5;--mdc-checkbox-selected-hover-icon-color: #5e4ea5;--mdc-checkbox-selected-icon-color: #5e4ea5;--mdc-checkbox-selected-pressed-icon-color: #5e4ea5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #5e4ea5;--mdc-checkbox-selected-hover-state-layer-color: #5e4ea5;--mdc-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#5e4ea5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #5e4ea5;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #5e4ea5;--mat-tab-header-active-ripple-color: #5e4ea5;--mat-tab-header-inactive-ripple-color: #5e4ea5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #5e4ea5;--mat-tab-header-active-hover-label-text-color: #5e4ea5;--mat-tab-header-active-focus-indicator-color: #5e4ea5;--mat-tab-header-active-hover-indicator-color: #5e4ea5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #5e4ea5;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #5e4ea5;--mdc-checkbox-selected-hover-icon-color: #5e4ea5;--mdc-checkbox-selected-icon-color: #5e4ea5;--mdc-checkbox-selected-pressed-icon-color: #5e4ea5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #5e4ea5;--mdc-checkbox-selected-hover-state-layer-color: #5e4ea5;--mdc-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}html{--mdc-checkbox-state-layer-size: 40px}.mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #5e4ea5;--mat-text-button-state-layer-color: #5e4ea5;--mat-text-button-ripple-color: rgba(94, 78, 165, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #5e4ea5;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #5e4ea5;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button:hover,.mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-mdc-raised-button:active,.mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #5e4ea5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #5e4ea5;--mat-outlined-button-ripple-color: rgba(94, 78, 165, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.mat-mdc-button{--mdc-text-button-container-height: 36px}.mat-mdc-raised-button{--mdc-protected-button-container-height: 36px}.mat-mdc-unelevated-button{--mdc-filled-button-container-height: 36px}.mat-mdc-outlined-button{--mdc-outlined-button-container-height: 36px}.mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #5e4ea5;--mat-icon-button-state-layer-color: #5e4ea5;--mat-icon-button-ripple-color: rgba(94, 78, 165, .1)}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px}html{--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38)}html .mat-mdc-fab.mat-primary,html .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #5e4ea5;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent,html .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-warn,html .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #5e4ea5}html .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}html .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto,sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color: #5e4ea5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #5e4ea5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(94, 78, 165, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(94, 78, 165, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(94, 78, 165, .3);--mat-datepicker-toggle-active-state-icon-color: #5e4ea5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(94, 78, 165, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #5e4ea5}.mat-icon.mat-accent{--mat-icon-color: #424242}.mat-icon.mat-warn{--mat-icon-color: #b00020}html{--mat-sidenav-container-shape: 0}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #5e4ea5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #5e4ea5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #5e4ea5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #5e4ea5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}.rtl-container .mat-ripple{overflow:hidden;position:relative}.rtl-container .mat-ripple:not(:empty){transform:translateZ(0)}.rtl-container .mat-ripple.mat-ripple-unbounded{overflow:visible}.rtl-container .mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .rtl-container .mat-ripple-element{display:none}.rtl-container .cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .rtl-container .cdk-visually-hidden{left:auto;right:0}.rtl-container .cdk-overlay-container,.rtl-container .cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.rtl-container .cdk-overlay-container{position:fixed;z-index:1000}.rtl-container .cdk-overlay-container:empty{display:none}.rtl-container .cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.rtl-container .cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.rtl-container .cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.rtl-container .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .rtl-container .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.rtl-container .cdk-overlay-dark-backdrop{background:#00000052}.rtl-container .cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.rtl-container .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.rtl-container .cdk-overlay-backdrop-noop-animation{transition:none}.rtl-container .cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.rtl-container .cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.rtl-container textarea.cdk-textarea-autosize{resize:none}.rtl-container textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}.rtl-container textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.rtl-container .cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.rtl-container .cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.rtl-container .mat-focus-indicator{position:relative}.rtl-container .mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.rtl-container .mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active .rtl-container{--mat-focus-indicator-display: block}.rtl-container .mat-mdc-focus-indicator{position:relative}.rtl-container .mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.rtl-container .mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active .rtl-container{--mat-mdc-focus-indicator-display: block}.rtl-container.purple.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.purple.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.purple.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.purple.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.purple.day .bg-primary{background-color:#5e4ea5;color:#fff}.rtl-container.purple.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.purple.day .page-title,.rtl-container.purple.day .mat-mdc-select-value,.rtl-container.purple.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.purple.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.purple.day .help-expansion .mat-expansion-panel-header,.rtl-container.purple.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.purple.day .help-expansion .mat-expansion-indicator:after,.rtl-container.purple.day .help-expansion .mat-expansion-panel-content,.rtl-container.purple.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#5e4ea5}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.purple.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#5e4ea5}.rtl-container.purple.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.purple.day .mat-tree-node:hover,.rtl-container.purple.day .mat-nested-tree-node-parent:hover,.rtl-container.purple.day .mat-select-panel .mat-option:hover,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#5e4ea5;cursor:pointer}.rtl-container.purple.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.day .mat-tree-node:hover .mat-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#5e4ea5}.rtl-container.purple.day .spinner-container h2{color:#fff}.rtl-container.purple.day .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.purple.day .mat-form-field-suffix{color:#0000008a}.rtl-container.purple.day .mat-stroked-button.mat-primary{border-color:#5e4ea5}.rtl-container.purple.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.purple.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.purple.day .selected-color{border-color:#8e83c0}.rtl-container.purple.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.purple.day table.mat-mdc-table thead tr th,.rtl-container.purple.day .page-title-container,.rtl-container.purple.day .page-sub-title-container{color:#0000008a}.rtl-container.purple.day .page-title-container .page-title-img,.rtl-container.purple.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.purple.day .page-title-container .mat-input-element,.rtl-container.purple.day .page-title-container .mat-radio-label-content,.rtl-container.purple.day .page-title-container .theme-name,.rtl-container.purple.day .page-sub-title-container .mat-input-element,.rtl-container.purple.day .page-sub-title-container .mat-radio-label-content,.rtl-container.purple.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.purple.day .cc-data-block .cc-data-title{color:#5e4ea5}.rtl-container.purple.day .active-link,.rtl-container.purple.day .active-link .fa-icon-small{color:#5e4ea5;font-weight:500;cursor:pointer;fill:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover,.rtl-container.purple.day .mat-nested-tree-node-parent:hover,.rtl-container.purple.day .mat-select-panel .mat-option:hover,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#5e4ea5;cursor:pointer;background:#0000000a}.rtl-container.purple.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.day .mat-tree-node:hover .mat-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#5e4ea5}.rtl-container.purple.day .mat-tree-node .sidenav-img,.rtl-container.purple.day .mat-nested-tree-node .sidenav-img,.rtl-container.purple.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.purple.day .page-title-container .page-title-img,.rtl-container.purple.day svg.top-icon-small{fill:#000000de}.rtl-container.purple.day .mat-progress-bar-fill:after{background-color:#312579}.rtl-container.purple.day .modal-qr-code-container{background:#0000001f}.rtl-container.purple.day .mdc-tab__text-label,.rtl-container.purple.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.purple.day .mat-mdc-card,.rtl-container.purple.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.purple.day .dashboard-info-title{color:#5e4ea5}.rtl-container.purple.day .dashboard-capacity-header,.rtl-container.purple.day .dashboard-info-value{color:#0000008a}.rtl-container.purple.day .color-primary{color:#5e4ea5!important}.rtl-container.purple.day .dot-primary{background-color:#5e4ea5!important}.rtl-container.purple.day .dot-primary-lighter{background-color:#8e83c0!important}.rtl-container.purple.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .mat-mdc-form-field-hint{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.purple.day .mat-mdc-form-field-hint fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.day .currency-icon path,.rtl-container.purple.day .currency-icon polygon{fill:#0000008a}.rtl-container.purple.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.purple.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.purple.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-primary-lighter{stroke:#8e83c0}.rtl-container.purple.day svg .stroke-color-primary{stroke:#5e4ea5}.rtl-container.purple.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.purple.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-1{fill:#fff}.rtl-container.purple.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.purple.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-6{fill:#fff}.rtl-container.purple.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-9{fill:#fff}.rtl-container.purple.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.purple.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.purple.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-16{fill:#404040}.rtl-container.purple.day svg .fill-color-17{fill:#404040}.rtl-container.purple.day svg .fill-color-18{fill:#000}.rtl-container.purple.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-24{fill:#000}.rtl-container.purple.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.purple.day svg .fill-color-27{fill:#000}.rtl-container.purple.day svg .fill-color-28{fill:#313131}.rtl-container.purple.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-30{fill:#fff}.rtl-container.purple.day svg .fill-color-31{fill:#5e4ea5}.rtl-container.purple.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.purple.day svg .fill-color-primary{fill:#5e4ea5}.rtl-container.purple.day svg .fill-color-primary-lighter{fill:#8e83c0}.rtl-container.purple.day svg .fill-color-primary-darker{fill:#5e4ea5}.rtl-container.purple.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.purple.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.purple.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#5e4ea5}.rtl-container.purple.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.purple.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.purple.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.purple.day .material-icons.mat-icon-no-color,.rtl-container.purple.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.purple.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.purple.day .material-icons.info-icon.info-icon-primary{color:#5e4ea5}.rtl-container.purple.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.purple.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.purple.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.purple.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.purple.day .material-icons.info-icon.arrow-downward,.rtl-container.purple.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.purple.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#5e4ea5}.rtl-container.purple.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#312579}.rtl-container.purple.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#afa7d2}.rtl-container.purple.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.purple.day .mat-progress-bar-buffer{background-color:#cfcae4}.rtl-container.purple.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.purple.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.purple.day .foreground.mat-progress-spinner circle,.rtl-container.purple.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.purple.day .mat-toolbar-row,.rtl-container.purple.day .mat-toolbar-single-row{height:4rem}.rtl-container.purple.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day a{color:#5e4ea5}.rtl-container.purple.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.purple.day .h-active-link{border-bottom:2px solid white}.rtl-container.purple.day .mat-icon-36{color:#0000008a}.rtl-container.purple.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.purple.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.purple.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.purple.day .genseed-message{width:10%;color:#5e4ea5}.rtl-container.purple.day .border-primary{border:1px solid #5e4ea5}.rtl-container.purple.day .border-accent{border:1px solid #424242}.rtl-container.purple.day .border-warn{border:1px solid #b00020}.rtl-container.purple.day .material-icons.primary{color:#5e4ea5}.rtl-container.purple.day .material-icons.accent{color:#424242}.rtl-container.purple.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.purple.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.purple.day .row-disabled{background-color:gray}.rtl-container.purple.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.purple.day .mat-mdc-card-content,.rtl-container.purple.day .mat-mdc-card-subtitle,.rtl-container.purple.day .mat-mdc-card-title{color:#0000008a}.rtl-container.purple.day .mat-menu-panel{min-width:4rem}.rtl-container.purple.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.purple.day .horizontal-button:hover{background:#8e83c0;color:#424242}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#5e4ea5}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.purple.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.purple.day .mat-button,.rtl-container.purple.day .mat-icon-button,.rtl-container.purple.day .mat-stroked-button,.rtl-container.purple.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.purple.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.purple.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.purple.day .cc-data-block .cc-data-value{color:#000}.rtl-container.purple.day .mat-cell,.rtl-container.purple.day .mat-header-cell,.rtl-container.purple.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.purple.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.purple.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#5e4ea5}.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#5e4ea5;opacity:1}.rtl-container.purple.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.purple.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.purple.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.purple.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.purple.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.purple.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.purple.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.purple.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.purple.day .more-button{color:#000}.rtl-container.purple.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.purple.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.purple.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.purple.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.purple.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.purple.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.purple.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.purple.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.purple.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.purple.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.purple.day .tab-badge .mat-badge-content.mat-badge-active{background:#5e4ea5}.rtl-container.purple.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.purple.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.purple.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .rtl-select-overlay{min-width:7rem}}.rtl-container.purple.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.purple.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.purple.day .table-actions-button{min-width:8rem}.rtl-container.purple.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.purple.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.purple.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.purple.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#afa7d2!important}.rtl-container.purple.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#56479d!important}.rtl-container.purple.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.purple.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.purple.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.purple.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.purple.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.purple.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.purple.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.purple.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.purple.day .color-warn{color:#b00020}.rtl-container.purple.day .fill-warn{fill:#b00020}.rtl-container.purple.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.purple.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.purple.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.purple.day .alert.alert-info a{color:#004085}.rtl-container.purple.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.purple.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.purple.day .alert.alert-warn a{color:#856404}.rtl-container.purple.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.purple.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.purple.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.purple.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.purple.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.purple.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.purple.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.purple.day .failed-status{color:#b00020}.rtl-container.purple.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.purple.day .svg-fill-primary{fill:#5e4ea5}.rtl-container.purple.day .svg-fill-primary-lighter{fill:#8e83c0}.rtl-container.purple.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.purple.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.purple.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.purple.day .dashboard-card-content .underline,.rtl-container.purple.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.purple.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon path{fill:#5e4ea5}.rtl-container.purple.day .fa-icon-primary{color:#5e4ea5}.rtl-container.purple.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.day ngx-charts-bar-vertical text,.rtl-container.purple.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.purple.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.purple.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.purple.day .mat-paginator-container{padding:0}.rtl-container.purple.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.purple.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.purple.day .invoice-animation-div .particles-circle{position:absolute;background-color:#5e4ea5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #5e4ea5;background-color:transparent}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.purple.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.purple.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.purple.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.purple.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.purple.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #5e4ea5;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #5e4ea5;--mdc-filled-text-field-focus-active-indicator-color: #5e4ea5;--mdc-filled-text-field-focus-label-text-color: rgba(94, 78, 165, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #5e4ea5;--mdc-outlined-text-field-focus-outline-color: #5e4ea5;--mdc-outlined-text-field-focus-label-text-color: rgba(94, 78, 165, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(94, 78, 165, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(94, 78, 165, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #5e4ea5;--mdc-slider-focus-handle-color: #5e4ea5;--mdc-slider-hover-handle-color: #5e4ea5;--mdc-slider-active-track-color: #5e4ea5;--mdc-slider-inactive-track-color: #5e4ea5;--mdc-slider-with-tick-marks-inactive-container-color: #5e4ea5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #5e4ea5;--mat-mdc-slider-hover-ripple-color: rgba(94, 78, 165, .05);--mat-mdc-slider-focus-ripple-color: rgba(94, 78, 165, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #5e4ea5;--mat-badge-background-color: #5e4ea5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #5e4ea5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(94, 78, 165, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(94, 78, 165, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(94, 78, 165, .3);--mat-datepicker-toggle-active-state-icon-color: #5e4ea5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(94, 78, 165, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #5e4ea5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #5e4ea5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #5e4ea5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.purple.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.purple.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.purple.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.purple.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#5e4ea5}.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#5e4ea5}.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.purple.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.purple.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.purple.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.purple.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.purple.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.purple.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.purple.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.purple.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.purple.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.purple.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.purple.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.purple.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.purple.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.purple.night .mat-app-background,.rtl-container.purple.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.purple.night .mat-elevation-z0,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.purple.night .mat-elevation-z1,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.purple.night .mat-elevation-z2,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.purple.night .mat-elevation-z3,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.purple.night .mat-elevation-z4,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night .mat-elevation-z5,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.purple.night .mat-elevation-z6,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.purple.night .mat-elevation-z7,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.purple.night .mat-elevation-z8,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.purple.night .mat-elevation-z9,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.purple.night .mat-elevation-z10,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.purple.night .mat-elevation-z11,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.purple.night .mat-elevation-z12,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.purple.night .mat-elevation-z13,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.purple.night .mat-elevation-z14,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.purple.night .mat-elevation-z15,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.purple.night .mat-elevation-z16,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.purple.night .mat-elevation-z17,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.purple.night .mat-elevation-z18,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.purple.night .mat-elevation-z19,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.purple.night .mat-elevation-z20,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.purple.night .mat-elevation-z21,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.purple.night .mat-elevation-z22,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.purple.night .mat-elevation-z23,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.purple.night .mat-elevation-z24,.rtl-container.purple.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.purple.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #5e4ea5;--mdc-linear-progress-track-color: rgba(94, 78, 165, .25)}.rtl-container.purple.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#5e4ea540;background-color:var(--mdc-linear-progress-track-color, rgba(94, 78, 165, .25))}@media (forced-colors: active){.rtl-container.purple.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.purple.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(94, 78, 165, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.purple.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#5e4ea540;background-color:var(--mdc-linear-progress-track-color, rgba(94, 78, 165, .25))}.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.purple.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.purple.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.purple.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.purple.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.purple.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.purple.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #5e4ea5;--mdc-chip-elevated-disabled-container-color: #5e4ea5;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.purple.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.purple.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #8e83c0;--mdc-switch-selected-handle-color: #8e83c0;--mdc-switch-selected-hover-state-layer-color: #8e83c0;--mdc-switch-selected-pressed-state-layer-color: #8e83c0;--mdc-switch-selected-focus-handle-color: #afa7d2;--mdc-switch-selected-hover-handle-color: #afa7d2;--mdc-switch-selected-pressed-handle-color: #afa7d2;--mdc-switch-selected-focus-track-color: #56479d;--mdc-switch-selected-hover-track-color: #56479d;--mdc-switch-selected-pressed-track-color: #56479d;--mdc-switch-selected-track-color: #56479d;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.purple.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.purple.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.purple.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.purple.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.purple.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.purple.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #5e4ea5;--mdc-radio-selected-hover-icon-color: #5e4ea5;--mdc-radio-selected-icon-color: #5e4ea5;--mdc-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.purple.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.purple.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.purple.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.purple.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.purple.night .mdc-list-item__start,.rtl-container.purple.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #5e4ea5;--mdc-radio-selected-hover-icon-color: #5e4ea5;--mdc-radio-selected-icon-color: #5e4ea5;--mdc-radio-selected-pressed-icon-color: #5e4ea5}.rtl-container.purple.night .mat-accent .mdc-list-item__start,.rtl-container.purple.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.purple.night .mat-warn .mdc-list-item__start,.rtl-container.purple.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.purple.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #5e4ea5;--mdc-checkbox-selected-hover-icon-color: #5e4ea5;--mdc-checkbox-selected-icon-color: #5e4ea5;--mdc-checkbox-selected-pressed-icon-color: #5e4ea5;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #5e4ea5;--mdc-checkbox-selected-hover-state-layer-color: #5e4ea5;--mdc-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.purple.night .mat-mdc-tab-group,.rtl-container.purple.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #5e4ea5;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #5e4ea5;--mat-tab-header-active-ripple-color: #5e4ea5;--mat-tab-header-inactive-ripple-color: #5e4ea5;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #5e4ea5;--mat-tab-header-active-hover-label-text-color: #5e4ea5;--mat-tab-header-active-focus-indicator-color: #5e4ea5;--mat-tab-header-active-hover-indicator-color: #5e4ea5}.rtl-container.purple.night .mat-mdc-tab-group.mat-accent,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.purple.night .mat-mdc-tab-group.mat-warn,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #5e4ea5;--mat-tab-header-with-background-foreground-color: white}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.purple.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #5e4ea5;--mdc-checkbox-selected-hover-icon-color: #5e4ea5;--mdc-checkbox-selected-icon-color: #5e4ea5;--mdc-checkbox-selected-pressed-icon-color: #5e4ea5;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #5e4ea5;--mdc-checkbox-selected-hover-state-layer-color: #5e4ea5;--mdc-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.purple.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.purple.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.purple.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #5e4ea5;--mat-text-button-state-layer-color: #5e4ea5;--mat-text-button-ripple-color: rgba(94, 78, 165, .1)}.rtl-container.purple.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.purple.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.purple.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.purple.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #5e4ea5;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.purple.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.purple.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #5e4ea5;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.purple.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-mdc-raised-button:hover,.rtl-container.purple.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night .mat-mdc-raised-button:active,.rtl-container.purple.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.purple.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.purple.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #5e4ea5;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #5e4ea5;--mat-outlined-button-ripple-color: rgba(94, 78, 165, .1)}.rtl-container.purple.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.purple.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.purple.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.purple.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #5e4ea5;--mat-icon-button-state-layer-color: #5e4ea5;--mat-icon-button-ripple-color: rgba(94, 78, 165, .1)}.rtl-container.purple.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.purple.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.purple.night .mat-mdc-fab.mat-primary,.rtl-container.purple.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #5e4ea5;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-mdc-fab.mat-accent,.rtl-container.purple.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.purple.night .mat-mdc-fab.mat-warn,.rtl-container.purple.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.purple.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.purple.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.purple.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.purple.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.purple.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.purple.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.purple.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.purple.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.purple.night .mat-icon.mat-primary{--mat-icon-color: #5e4ea5}.rtl-container.purple.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.purple.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.purple.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.purple.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.purple.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #5e4ea5;--mat-toolbar-container-text-color: white}.rtl-container.purple.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.purple.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.purple.night .mat-primary{color:#9787ff!important}.rtl-container.purple.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.purple.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.purple.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.purple.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.purple.night .bg-primary{background-color:#5e4ea5;color:#fff}.rtl-container.purple.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#9787ff}.rtl-container.purple.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.purple.night .currency-icon path,.rtl-container.purple.night .currency-icon polygon{fill:#fff}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.purple.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#9787ff}.rtl-container.purple.night .cc-data-block .cc-data-title{color:#9787ff}.rtl-container.purple.night .mat-stroked-button.mat-primary{border-color:#9787ff;color:#9787ff}.rtl-container.purple.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.purple.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.purple.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.purple.night .active-link,.rtl-container.purple.night .active-link .fa-icon-small,.rtl-container.purple.night .mat-select-panel .mat-option.mat-active,.rtl-container.purple.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#9787ff;font-weight:500;cursor:pointer;fill:#9787ff}.rtl-container.purple.night .help-expansion .mat-expansion-panel-header,.rtl-container.purple.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.purple.night .help-expansion .mat-expansion-indicator:after,.rtl-container.purple.night .help-expansion .mat-expansion-panel-content,.rtl-container.purple.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.purple.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.purple.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.purple.night .mat-expansion-panel,.rtl-container.purple.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.purple.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.purple.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.purple.night .mdc-data-table__header-cell,.rtl-container.purple.night .mat-mdc-paginator,.rtl-container.purple.night .mat-mdc-form-field-focus-overlay,.rtl-container.purple.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.purple.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.purple.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#9787ff}.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.purple.night .svg-donation{opacity:1!important}.rtl-container.purple.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#9787ff!important}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#9787ff!important}.rtl-container.purple.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#5e4ea5}.rtl-container.purple.night a{color:#9787ff!important;cursor:pointer}.rtl-container.purple.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.purple.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.purple.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.purple.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.purple.night .mat-mdc-select-placeholder,.rtl-container.purple.night .mat-mdc-select-value,.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#9787ff}.rtl-container.purple.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.purple.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.purple.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#9787ff}.rtl-container.purple.night .mat-tree-node:hover,.rtl-container.purple.night .mat-nested-tree-node-parent:hover,.rtl-container.purple.night .mat-select-panel .mat-option:hover,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#9787ff;cursor:pointer;background:#ffffff0f}.rtl-container.purple.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.night .mat-tree-node:hover .mat-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#9787ff}.rtl-container.purple.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.purple.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#9787ff}.rtl-container.purple.night .mat-tree-node:hover .boltz-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#9787ff}.rtl-container.purple.night .mat-tree-node .sidenav-img,.rtl-container.purple.night .mat-nested-tree-node .sidenav-img,.rtl-container.purple.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.purple.night .page-title-container .page-title-img,.rtl-container.purple.night svg.top-icon-small{fill:#fff}.rtl-container.purple.night .selected-color{border-color:#8e83c0}.rtl-container.purple.night .mat-progress-bar-fill:after{background-color:#56479d}.rtl-container.purple.night .chart-legend .legend-label:hover,.rtl-container.purple.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.purple.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.purple.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#9787ff}.rtl-container.purple.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.purple.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#9787ff}.rtl-container.purple.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#9787ff}.rtl-container.purple.night .mat-select-panel{background-color:#121212}.rtl-container.purple.night .mat-tree{background:#121212}.rtl-container.purple.night h4{color:#9787ff}.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.purple.night .dashboard-info-title{color:#9787ff}.rtl-container.purple.night .dashboard-info-value,.rtl-container.purple.night .dashboard-capacity-header{color:#fff}.rtl-container.purple.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.purple.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.purple.night .color-primary{color:#9787ff!important}.rtl-container.purple.night .dot-primary{background-color:#9787ff!important}.rtl-container.purple.night .dot-primary-lighter{background-color:#5e4ea5!important}.rtl-container.purple.night .mat-stepper-vertical{background-color:#121212}.rtl-container.purple.night .spinner-container h2{color:#9787ff}.rtl-container.purple.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.purple.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.purple.night svg .boltz-icon-fill{fill:#fff}.rtl-container.purple.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-primary-lighter{stroke:#8e83c0}.rtl-container.purple.night svg .stroke-color-primary{stroke:#5e4ea5}.rtl-container.purple.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.purple.night svg .fill-color-0{fill:#171717}.rtl-container.purple.night svg .fill-color-1{fill:#232323}.rtl-container.purple.night svg .fill-color-2{fill:#222}.rtl-container.purple.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.purple.night svg .fill-color-4{fill:#383838}.rtl-container.purple.night svg .fill-color-5{fill:#555}.rtl-container.purple.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.purple.night svg .fill-color-7{fill:#202020}.rtl-container.purple.night svg .fill-color-8{fill:#242424}.rtl-container.purple.night svg .fill-color-9{fill:#262626}.rtl-container.purple.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.purple.night svg .fill-color-11{fill:#171717}.rtl-container.purple.night svg .fill-color-12{fill:#ccc}.rtl-container.purple.night svg .fill-color-13{fill:#adadad}.rtl-container.purple.night svg .fill-color-14{fill:#ababab}.rtl-container.purple.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.purple.night svg .fill-color-16{fill:#707070}.rtl-container.purple.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.purple.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.purple.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.purple.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.purple.night svg .fill-color-21{fill:#cacaca}.rtl-container.purple.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.purple.night svg .fill-color-23{fill:#777}.rtl-container.purple.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.purple.night svg .fill-color-25{fill:#252525}.rtl-container.purple.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.purple.night svg .fill-color-27{fill:#000}.rtl-container.purple.night svg .fill-color-28{fill:#313131}.rtl-container.purple.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.purple.night svg .fill-color-30{fill:#fff}.rtl-container.purple.night svg .fill-color-31{fill:#5e4ea5}.rtl-container.purple.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.purple.night svg .fill-color-primary{fill:#5e4ea5}.rtl-container.purple.night svg .fill-color-primary-lighter{fill:#8e83c0}.rtl-container.purple.night svg .fill-color-primary-darker{fill:#9787ff}.rtl-container.purple.night .mat-select-value,.rtl-container.purple.night .mat-select-arrow{color:#fff}.rtl-container.purple.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.purple.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.purple.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.purple.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.purple.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.purple.night .mat-button.mat-primary,.rtl-container.purple.night .mat-icon-button.mat-primary,.rtl-container.purple.night .mat-stroked-button.mat-primary{color:#9787ff}.rtl-container.purple.night tr.alert.alert-warn .mat-cell,.rtl-container.purple.night tr.alert.alert-warn .mat-header-cell,.rtl-container.purple.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.purple.night .material-icons.info-icon{font-size:100%;color:#9787ff}.rtl-container.purple.night .material-icons.info-icon.info-icon-primary{color:#9787ff}.rtl-container.purple.night .material-icons.info-icon.info-icon-text,.rtl-container.purple.night .material-icons.info-icon.arrow-downward,.rtl-container.purple.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.purple.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#9787ff}.rtl-container.purple.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#42358a}.rtl-container.purple.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#9787ff}.rtl-container.purple.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.purple.night .mat-progress-bar-buffer{background-color:#cfcae4}.rtl-container.purple.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.purple.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.purple.night .foreground.mat-progress-spinner circle,.rtl-container.purple.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.purple.night .mat-toolbar-row,.rtl-container.purple.night .mat-toolbar-single-row{height:4rem}.rtl-container.purple.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.purple.night a{color:#5e4ea5}.rtl-container.purple.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.purple.night .h-active-link{border-bottom:2px solid white}.rtl-container.purple.night .mat-icon-36{color:#ffffffb3}.rtl-container.purple.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.purple.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.purple.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.purple.night .genseed-message{width:10%;color:#5e4ea5}.rtl-container.purple.night .border-primary{border:1px solid #5e4ea5}.rtl-container.purple.night .border-accent{border:1px solid #eeeeee}.rtl-container.purple.night .border-warn{border:1px solid #ff343b}.rtl-container.purple.night .material-icons.primary{color:#5e4ea5}.rtl-container.purple.night .material-icons.accent{color:#eee}.rtl-container.purple.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.purple.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.purple.night .row-disabled{background-color:gray}.rtl-container.purple.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.purple.night .mat-mdc-card-content,.rtl-container.purple.night .mat-mdc-card-subtitle,.rtl-container.purple.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.purple.night .mat-menu-panel{min-width:4rem}.rtl-container.purple.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.purple.night .horizontal-button:hover{background:#8e83c0;color:#eee}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#5e4ea5}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.purple.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.purple.night .mat-button,.rtl-container.purple.night .mat-icon-button,.rtl-container.purple.night .mat-stroked-button,.rtl-container.purple.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.purple.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.purple.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.purple.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.purple.night .mat-cell,.rtl-container.purple.night .mat-header-cell,.rtl-container.purple.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.purple.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.purple.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#5e4ea5}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#5e4ea5;opacity:1}.rtl-container.purple.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.purple.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.purple.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.purple.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.purple.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.purple.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.purple.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.purple.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.purple.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.purple.night .more-button{color:#fff}.rtl-container.purple.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.purple.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.purple.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.purple.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.purple.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.purple.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.purple.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.purple.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.purple.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.purple.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.purple.night .tab-badge .mat-badge-content.mat-badge-active{background:#5e4ea5}.rtl-container.purple.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.purple.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.purple.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .rtl-select-overlay{min-width:7rem}}.rtl-container.purple.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.purple.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.purple.night .table-actions-button{min-width:8rem}.rtl-container.purple.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.purple.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.purple.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.purple.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#afa7d2!important}.rtl-container.purple.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#56479d!important}.rtl-container.purple.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.purple.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.purple.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.purple.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.purple.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.purple.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.purple.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.purple.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.purple.night .color-warn{color:#ff343b}.rtl-container.purple.night .fill-warn{fill:#ff343b}.rtl-container.purple.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.purple.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.purple.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.purple.night .alert.alert-info a{color:#004085}.rtl-container.purple.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.purple.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.purple.night .alert.alert-warn a{color:#856404}.rtl-container.purple.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.purple.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.purple.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.purple.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.purple.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.purple.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.purple.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.purple.night .failed-status{color:#ff343b}.rtl-container.purple.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.purple.night .svg-fill-primary{fill:#5e4ea5}.rtl-container.purple.night .svg-fill-primary-lighter{fill:#8e83c0}.rtl-container.purple.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.purple.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.purple.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.purple.night .dashboard-card-content .underline,.rtl-container.purple.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#5e4ea5}.rtl-container.purple.night .mat-mdc-form-field-hint .currency-icon{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-form-field-hint .currency-icon path{fill:#5e4ea5}.rtl-container.purple.night .fa-icon-primary{color:#5e4ea5}.rtl-container.purple.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night ngx-charts-bar-vertical text,.rtl-container.purple.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.purple.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.purple.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.purple.night .mat-paginator-container{padding:0}.rtl-container.purple.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.purple.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.purple.night .invoice-animation-div .particles-circle{position:absolute;background-color:#5e4ea5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #5e4ea5;background-color:transparent}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.purple.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.purple.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.purple.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.purple.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.blue.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #1976d2;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #1976d2;--mdc-filled-text-field-focus-active-indicator-color: #1976d2;--mdc-filled-text-field-focus-label-text-color: rgba(25, 118, 210, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #1976d2;--mdc-outlined-text-field-focus-outline-color: #1976d2;--mdc-outlined-text-field-focus-label-text-color: rgba(25, 118, 210, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(25, 118, 210, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(25, 118, 210, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #1976d2;--mdc-slider-focus-handle-color: #1976d2;--mdc-slider-hover-handle-color: #1976d2;--mdc-slider-active-track-color: #1976d2;--mdc-slider-inactive-track-color: #1976d2;--mdc-slider-with-tick-marks-inactive-container-color: #1976d2;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #1976d2;--mat-mdc-slider-hover-ripple-color: rgba(25, 118, 210, .05);--mat-mdc-slider-focus-ripple-color: rgba(25, 118, 210, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #1976d2;--mat-badge-background-color: #1976d2;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 118, 210, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 118, 210, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 118, 210, .3);--mat-datepicker-toggle-active-state-icon-color: #1976d2;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(25, 118, 210, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #1976d2;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #1976d2;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #1976d2;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.blue.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.blue.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.blue.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#1976d2}.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#1976d2}.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.blue.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.blue.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.blue.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.blue.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.blue.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.blue.day .mat-app-background,.rtl-container.blue.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.blue.day .mat-elevation-z0,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.blue.day .mat-elevation-z1,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.blue.day .mat-elevation-z2,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.blue.day .mat-elevation-z3,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.blue.day .mat-elevation-z4,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day .mat-elevation-z5,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.blue.day .mat-elevation-z6,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.blue.day .mat-elevation-z7,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.blue.day .mat-elevation-z8,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.blue.day .mat-elevation-z9,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.blue.day .mat-elevation-z10,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.blue.day .mat-elevation-z11,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.blue.day .mat-elevation-z12,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.blue.day .mat-elevation-z13,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.blue.day .mat-elevation-z14,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.blue.day .mat-elevation-z15,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.blue.day .mat-elevation-z16,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.blue.day .mat-elevation-z17,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.blue.day .mat-elevation-z18,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.blue.day .mat-elevation-z19,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.blue.day .mat-elevation-z20,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.blue.day .mat-elevation-z21,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.blue.day .mat-elevation-z22,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.blue.day .mat-elevation-z23,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.blue.day .mat-elevation-z24,.rtl-container.blue.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.blue.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #1976d2;--mdc-linear-progress-track-color: rgba(25, 118, 210, .25)}.rtl-container.blue.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#1976d240;background-color:var(--mdc-linear-progress-track-color, rgba(25, 118, 210, .25))}@media (forced-colors: active){.rtl-container.blue.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(25, 118, 210, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#1976d240;background-color:var(--mdc-linear-progress-track-color, rgba(25, 118, 210, .25))}.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.blue.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.blue.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.blue.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.blue.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.blue.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.blue.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #1976d2;--mdc-chip-elevated-disabled-container-color: #1976d2;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.blue.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #1e88e5;--mdc-switch-selected-handle-color: #1e88e5;--mdc-switch-selected-hover-state-layer-color: #1e88e5;--mdc-switch-selected-pressed-state-layer-color: #1e88e5;--mdc-switch-selected-focus-handle-color: #0d47a1;--mdc-switch-selected-hover-handle-color: #0d47a1;--mdc-switch-selected-pressed-handle-color: #0d47a1;--mdc-switch-selected-focus-track-color: #64b5f6;--mdc-switch-selected-hover-track-color: #64b5f6;--mdc-switch-selected-pressed-track-color: #64b5f6;--mdc-switch-selected-track-color: #64b5f6;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.blue.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.blue.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.blue.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.blue.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.blue.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.blue.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #1976d2;--mdc-radio-selected-hover-icon-color: #1976d2;--mdc-radio-selected-icon-color: #1976d2;--mdc-radio-selected-pressed-icon-color: #1976d2;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.blue.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.blue.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.blue.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.blue.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.blue.day .mdc-list-item__start,.rtl-container.blue.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #1976d2;--mdc-radio-selected-hover-icon-color: #1976d2;--mdc-radio-selected-icon-color: #1976d2;--mdc-radio-selected-pressed-icon-color: #1976d2}.rtl-container.blue.day .mat-accent .mdc-list-item__start,.rtl-container.blue.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.blue.day .mat-warn .mdc-list-item__start,.rtl-container.blue.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.blue.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #1976d2;--mdc-checkbox-selected-hover-icon-color: #1976d2;--mdc-checkbox-selected-icon-color: #1976d2;--mdc-checkbox-selected-pressed-icon-color: #1976d2;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #1976d2;--mdc-checkbox-selected-hover-state-layer-color: #1976d2;--mdc-checkbox-selected-pressed-state-layer-color: #1976d2;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.blue.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.blue.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#1976d2}.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.blue.day .mat-mdc-tab-group,.rtl-container.blue.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #1976d2;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #1976d2;--mat-tab-header-active-ripple-color: #1976d2;--mat-tab-header-inactive-ripple-color: #1976d2;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #1976d2;--mat-tab-header-active-hover-label-text-color: #1976d2;--mat-tab-header-active-focus-indicator-color: #1976d2;--mat-tab-header-active-hover-indicator-color: #1976d2}.rtl-container.blue.day .mat-mdc-tab-group.mat-accent,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.blue.day .mat-mdc-tab-group.mat-warn,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #1976d2;--mat-tab-header-with-background-foreground-color: white}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.blue.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #1976d2;--mdc-checkbox-selected-hover-icon-color: #1976d2;--mdc-checkbox-selected-icon-color: #1976d2;--mdc-checkbox-selected-pressed-icon-color: #1976d2;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #1976d2;--mdc-checkbox-selected-hover-state-layer-color: #1976d2;--mdc-checkbox-selected-pressed-state-layer-color: #1976d2;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.blue.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.blue.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.blue.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.blue.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.blue.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #1976d2;--mat-text-button-state-layer-color: #1976d2;--mat-text-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.blue.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.blue.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.blue.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #1976d2;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.blue.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #1976d2;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-raised-button:hover,.rtl-container.blue.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day .mat-mdc-raised-button:active,.rtl-container.blue.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.blue.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.blue.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #1976d2;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #1976d2;--mat-outlined-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.blue.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.blue.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.blue.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #1976d2;--mat-icon-button-state-layer-color: #1976d2;--mat-icon-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.blue.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.blue.day .mat-mdc-fab.mat-primary,.rtl-container.blue.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #1976d2;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-fab.mat-accent,.rtl-container.blue.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-mdc-fab.mat-warn,.rtl-container.blue.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.blue.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.blue.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.blue.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.blue.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.blue.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.blue.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.blue.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.blue.day .mat-icon.mat-primary{--mat-icon-color: #1976d2}.rtl-container.blue.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.blue.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.blue.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1976d2;--mat-toolbar-container-text-color: white}.rtl-container.blue.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.blue.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.blue.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.blue.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.blue.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.blue.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.blue.day .bg-primary{background-color:#1976d2;color:#fff}.rtl-container.blue.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.blue.day .page-title,.rtl-container.blue.day .mat-mdc-select-value,.rtl-container.blue.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.blue.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.blue.day .help-expansion .mat-expansion-panel-header,.rtl-container.blue.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.blue.day .help-expansion .mat-expansion-indicator:after,.rtl-container.blue.day .help-expansion .mat-expansion-panel-content,.rtl-container.blue.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#1976d2}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.blue.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#1976d2}.rtl-container.blue.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.blue.day .mat-tree-node:hover,.rtl-container.blue.day .mat-nested-tree-node-parent:hover,.rtl-container.blue.day .mat-select-panel .mat-option:hover,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#1976d2;cursor:pointer}.rtl-container.blue.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.day .mat-tree-node:hover .mat-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#1976d2}.rtl-container.blue.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#1976d2}.rtl-container.blue.day .spinner-container h2{color:#fff}.rtl-container.blue.day .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.blue.day .mat-form-field-suffix{color:#0000008a}.rtl-container.blue.day .mat-stroked-button.mat-primary{border-color:#1976d2}.rtl-container.blue.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.blue.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.blue.day .selected-color{border-color:#90caf9}.rtl-container.blue.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.blue.day table.mat-mdc-table thead tr th,.rtl-container.blue.day .page-title-container,.rtl-container.blue.day .page-sub-title-container{color:#0000008a}.rtl-container.blue.day .page-title-container .page-title-img,.rtl-container.blue.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.blue.day .page-title-container .mat-input-element,.rtl-container.blue.day .page-title-container .mat-radio-label-content,.rtl-container.blue.day .page-title-container .theme-name,.rtl-container.blue.day .page-sub-title-container .mat-input-element,.rtl-container.blue.day .page-sub-title-container .mat-radio-label-content,.rtl-container.blue.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.blue.day .cc-data-block .cc-data-title{color:#1976d2}.rtl-container.blue.day .active-link,.rtl-container.blue.day .active-link .fa-icon-small{color:#1976d2;font-weight:500;cursor:pointer;fill:#1976d2}.rtl-container.blue.day .mat-tree-node:hover,.rtl-container.blue.day .mat-nested-tree-node-parent:hover,.rtl-container.blue.day .mat-select-panel .mat-option:hover,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#1976d2;cursor:pointer;background:#0000000a}.rtl-container.blue.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.day .mat-tree-node:hover .mat-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#1976d2}.rtl-container.blue.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#1976d2}.rtl-container.blue.day .mat-tree-node .sidenav-img,.rtl-container.blue.day .mat-nested-tree-node .sidenav-img,.rtl-container.blue.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.blue.day .page-title-container .page-title-img,.rtl-container.blue.day svg.top-icon-small{fill:#000000de}.rtl-container.blue.day .mat-progress-bar-fill:after{background-color:#0d47a1}.rtl-container.blue.day .modal-qr-code-container{background:#0000001f}.rtl-container.blue.day .mdc-tab__text-label,.rtl-container.blue.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.blue.day .mat-mdc-card,.rtl-container.blue.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.blue.day .dashboard-info-title{color:#1976d2}.rtl-container.blue.day .dashboard-capacity-header,.rtl-container.blue.day .dashboard-info-value{color:#0000008a}.rtl-container.blue.day .color-primary{color:#1976d2!important}.rtl-container.blue.day .dot-primary{background-color:#1976d2!important}.rtl-container.blue.day .dot-primary-lighter{background-color:#90caf9!important}.rtl-container.blue.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .mat-mdc-form-field-hint{color:#1976d2}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.blue.day .mat-mdc-form-field-hint fa-icon svg path{fill:#1976d2}.rtl-container.blue.day .currency-icon path,.rtl-container.blue.day .currency-icon polygon{fill:#0000008a}.rtl-container.blue.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.blue.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.blue.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-primary-lighter{stroke:#90caf9}.rtl-container.blue.day svg .stroke-color-primary{stroke:#1976d2}.rtl-container.blue.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.blue.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-1{fill:#fff}.rtl-container.blue.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.blue.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-6{fill:#fff}.rtl-container.blue.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-9{fill:#fff}.rtl-container.blue.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.blue.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.blue.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-16{fill:#404040}.rtl-container.blue.day svg .fill-color-17{fill:#404040}.rtl-container.blue.day svg .fill-color-18{fill:#000}.rtl-container.blue.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-24{fill:#000}.rtl-container.blue.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.blue.day svg .fill-color-27{fill:#000}.rtl-container.blue.day svg .fill-color-28{fill:#313131}.rtl-container.blue.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-30{fill:#fff}.rtl-container.blue.day svg .fill-color-31{fill:#1976d2}.rtl-container.blue.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.blue.day svg .fill-color-primary{fill:#1976d2}.rtl-container.blue.day svg .fill-color-primary-lighter{fill:#90caf9}.rtl-container.blue.day svg .fill-color-primary-darker{fill:#1976d2}.rtl-container.blue.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.blue.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.blue.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#1976d2}.rtl-container.blue.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.blue.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.blue.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.blue.day .material-icons.mat-icon-no-color,.rtl-container.blue.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.blue.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.blue.day .material-icons.info-icon.info-icon-primary{color:#1976d2}.rtl-container.blue.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.blue.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.blue.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.blue.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.blue.day .material-icons.info-icon.arrow-downward,.rtl-container.blue.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.blue.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#1976d2}.rtl-container.blue.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#0d47a1}.rtl-container.blue.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#90caf9}.rtl-container.blue.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.blue.day .mat-progress-bar-buffer{background-color:#bbdefb}.rtl-container.blue.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.blue.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.blue.day .foreground.mat-progress-spinner circle,.rtl-container.blue.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.blue.day .mat-toolbar-row,.rtl-container.blue.day .mat-toolbar-single-row{height:4rem}.rtl-container.blue.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day a{color:#1976d2}.rtl-container.blue.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.blue.day .h-active-link{border-bottom:2px solid white}.rtl-container.blue.day .mat-icon-36{color:#0000008a}.rtl-container.blue.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.blue.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.blue.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.blue.day .genseed-message{width:10%;color:#1976d2}.rtl-container.blue.day .border-primary{border:1px solid #1976d2}.rtl-container.blue.day .border-accent{border:1px solid #424242}.rtl-container.blue.day .border-warn{border:1px solid #b00020}.rtl-container.blue.day .material-icons.primary{color:#1976d2}.rtl-container.blue.day .material-icons.accent{color:#424242}.rtl-container.blue.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.blue.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.blue.day .row-disabled{background-color:gray}.rtl-container.blue.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.blue.day .mat-mdc-card-content,.rtl-container.blue.day .mat-mdc-card-subtitle,.rtl-container.blue.day .mat-mdc-card-title{color:#0000008a}.rtl-container.blue.day .mat-menu-panel{min-width:4rem}.rtl-container.blue.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.blue.day .horizontal-button:hover{background:#90caf9;color:#424242}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#1976d2}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.blue.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.blue.day .mat-button,.rtl-container.blue.day .mat-icon-button,.rtl-container.blue.day .mat-stroked-button,.rtl-container.blue.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.blue.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.blue.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.blue.day .cc-data-block .cc-data-value{color:#000}.rtl-container.blue.day .mat-cell,.rtl-container.blue.day .mat-header-cell,.rtl-container.blue.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.blue.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.blue.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#1976d2}.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#1976d2;opacity:1}.rtl-container.blue.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.blue.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.blue.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.blue.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.blue.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.blue.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.blue.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.blue.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.blue.day .more-button{color:#000}.rtl-container.blue.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.blue.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.blue.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.blue.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.blue.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.blue.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.blue.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.blue.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.blue.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.blue.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.blue.day .tab-badge .mat-badge-content.mat-badge-active{background:#1976d2}.rtl-container.blue.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.blue.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.blue.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .rtl-select-overlay{min-width:7rem}}.rtl-container.blue.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.blue.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.blue.day .table-actions-button{min-width:8rem}.rtl-container.blue.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.blue.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.blue.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.blue.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#90caf9!important}.rtl-container.blue.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#1e88e5!important}.rtl-container.blue.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.blue.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.blue.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.blue.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.blue.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.blue.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.blue.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.blue.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.blue.day .color-warn{color:#b00020}.rtl-container.blue.day .fill-warn{fill:#b00020}.rtl-container.blue.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.blue.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.blue.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.blue.day .alert.alert-info a{color:#004085}.rtl-container.blue.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.blue.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.blue.day .alert.alert-warn a{color:#856404}.rtl-container.blue.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.blue.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.blue.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.blue.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.blue.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.blue.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.blue.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.blue.day .failed-status{color:#b00020}.rtl-container.blue.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.blue.day .svg-fill-primary{fill:#1976d2}.rtl-container.blue.day .svg-fill-primary-lighter{fill:#90caf9}.rtl-container.blue.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.blue.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.blue.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.blue.day .dashboard-card-content .underline,.rtl-container.blue.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#1976d2}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#1976d2}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#1976d2}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon{color:#1976d2}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon path{fill:#1976d2}.rtl-container.blue.day .fa-icon-primary{color:#1976d2}.rtl-container.blue.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day ngx-charts-bar-vertical text,.rtl-container.blue.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.blue.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.blue.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.blue.day .mat-paginator-container{padding:0}.rtl-container.blue.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.blue.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.blue.day .invoice-animation-div .particles-circle{position:absolute;background-color:#1976d2;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #1976d2;background-color:transparent}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.blue.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.blue.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.blue.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.blue.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.blue.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #1976d2;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #1976d2;--mdc-filled-text-field-focus-active-indicator-color: #1976d2;--mdc-filled-text-field-focus-label-text-color: rgba(25, 118, 210, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #1976d2;--mdc-outlined-text-field-focus-outline-color: #1976d2;--mdc-outlined-text-field-focus-label-text-color: rgba(25, 118, 210, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(25, 118, 210, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(25, 118, 210, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #1976d2;--mdc-slider-focus-handle-color: #1976d2;--mdc-slider-hover-handle-color: #1976d2;--mdc-slider-active-track-color: #1976d2;--mdc-slider-inactive-track-color: #1976d2;--mdc-slider-with-tick-marks-inactive-container-color: #1976d2;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #1976d2;--mat-mdc-slider-hover-ripple-color: rgba(25, 118, 210, .05);--mat-mdc-slider-focus-ripple-color: rgba(25, 118, 210, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #1976d2;--mat-badge-background-color: #1976d2;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 118, 210, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 118, 210, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 118, 210, .3);--mat-datepicker-toggle-active-state-icon-color: #1976d2;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(25, 118, 210, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #1976d2;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #1976d2;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #1976d2;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.blue.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.blue.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.blue.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.blue.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#1976d2}.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#1976d2}.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.blue.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.blue.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.blue.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.blue.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.blue.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.blue.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.blue.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.blue.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.blue.night .mat-app-background,.rtl-container.blue.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.blue.night .mat-elevation-z0,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.blue.night .mat-elevation-z1,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.blue.night .mat-elevation-z2,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.blue.night .mat-elevation-z3,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.blue.night .mat-elevation-z4,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night .mat-elevation-z5,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.blue.night .mat-elevation-z6,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.blue.night .mat-elevation-z7,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.blue.night .mat-elevation-z8,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.blue.night .mat-elevation-z9,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.blue.night .mat-elevation-z10,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.blue.night .mat-elevation-z11,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.blue.night .mat-elevation-z12,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.blue.night .mat-elevation-z13,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.blue.night .mat-elevation-z14,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.blue.night .mat-elevation-z15,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.blue.night .mat-elevation-z16,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.blue.night .mat-elevation-z17,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.blue.night .mat-elevation-z18,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.blue.night .mat-elevation-z19,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.blue.night .mat-elevation-z20,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.blue.night .mat-elevation-z21,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.blue.night .mat-elevation-z22,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.blue.night .mat-elevation-z23,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.blue.night .mat-elevation-z24,.rtl-container.blue.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.blue.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #1976d2;--mdc-linear-progress-track-color: rgba(25, 118, 210, .25)}.rtl-container.blue.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#1976d240;background-color:var(--mdc-linear-progress-track-color, rgba(25, 118, 210, .25))}@media (forced-colors: active){.rtl-container.blue.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(25, 118, 210, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#1976d240;background-color:var(--mdc-linear-progress-track-color, rgba(25, 118, 210, .25))}.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.blue.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.blue.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.blue.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.blue.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.blue.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.blue.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #1976d2;--mdc-chip-elevated-disabled-container-color: #1976d2;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.blue.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #64b5f6;--mdc-switch-selected-handle-color: #64b5f6;--mdc-switch-selected-hover-state-layer-color: #64b5f6;--mdc-switch-selected-pressed-state-layer-color: #64b5f6;--mdc-switch-selected-focus-handle-color: #90caf9;--mdc-switch-selected-hover-handle-color: #90caf9;--mdc-switch-selected-pressed-handle-color: #90caf9;--mdc-switch-selected-focus-track-color: #1e88e5;--mdc-switch-selected-hover-track-color: #1e88e5;--mdc-switch-selected-pressed-track-color: #1e88e5;--mdc-switch-selected-track-color: #1e88e5;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.blue.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.blue.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.blue.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.blue.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.blue.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.blue.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #1976d2;--mdc-radio-selected-hover-icon-color: #1976d2;--mdc-radio-selected-icon-color: #1976d2;--mdc-radio-selected-pressed-icon-color: #1976d2;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.blue.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.blue.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.blue.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.blue.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.blue.night .mdc-list-item__start,.rtl-container.blue.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #1976d2;--mdc-radio-selected-hover-icon-color: #1976d2;--mdc-radio-selected-icon-color: #1976d2;--mdc-radio-selected-pressed-icon-color: #1976d2}.rtl-container.blue.night .mat-accent .mdc-list-item__start,.rtl-container.blue.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.blue.night .mat-warn .mdc-list-item__start,.rtl-container.blue.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.blue.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #1976d2;--mdc-checkbox-selected-hover-icon-color: #1976d2;--mdc-checkbox-selected-icon-color: #1976d2;--mdc-checkbox-selected-pressed-icon-color: #1976d2;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #1976d2;--mdc-checkbox-selected-hover-state-layer-color: #1976d2;--mdc-checkbox-selected-pressed-state-layer-color: #1976d2;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#1976d2}.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.blue.night .mat-mdc-tab-group,.rtl-container.blue.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #1976d2;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #1976d2;--mat-tab-header-active-ripple-color: #1976d2;--mat-tab-header-inactive-ripple-color: #1976d2;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #1976d2;--mat-tab-header-active-hover-label-text-color: #1976d2;--mat-tab-header-active-focus-indicator-color: #1976d2;--mat-tab-header-active-hover-indicator-color: #1976d2}.rtl-container.blue.night .mat-mdc-tab-group.mat-accent,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.blue.night .mat-mdc-tab-group.mat-warn,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #1976d2;--mat-tab-header-with-background-foreground-color: white}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.blue.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #1976d2;--mdc-checkbox-selected-hover-icon-color: #1976d2;--mdc-checkbox-selected-icon-color: #1976d2;--mdc-checkbox-selected-pressed-icon-color: #1976d2;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #1976d2;--mdc-checkbox-selected-hover-state-layer-color: #1976d2;--mdc-checkbox-selected-pressed-state-layer-color: #1976d2;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.blue.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.blue.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.blue.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #1976d2;--mat-text-button-state-layer-color: #1976d2;--mat-text-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.blue.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.blue.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.blue.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #1976d2;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.blue.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.blue.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #1976d2;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.blue.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-mdc-raised-button:hover,.rtl-container.blue.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night .mat-mdc-raised-button:active,.rtl-container.blue.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.blue.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.blue.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #1976d2;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #1976d2;--mat-outlined-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.blue.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.blue.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.blue.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #1976d2;--mat-icon-button-state-layer-color: #1976d2;--mat-icon-button-ripple-color: rgba(25, 118, 210, .1)}.rtl-container.blue.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.blue.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.blue.night .mat-mdc-fab.mat-primary,.rtl-container.blue.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #1976d2;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-mdc-fab.mat-accent,.rtl-container.blue.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.blue.night .mat-mdc-fab.mat-warn,.rtl-container.blue.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.blue.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.blue.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.blue.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.blue.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.blue.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.blue.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.blue.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.blue.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.blue.night .mat-icon.mat-primary{--mat-icon-color: #1976d2}.rtl-container.blue.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.blue.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.blue.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.blue.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1976d2;--mat-toolbar-container-text-color: white}.rtl-container.blue.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.blue.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.blue.night .mat-primary{color:#448aff!important}.rtl-container.blue.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.blue.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.blue.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.blue.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.blue.night .bg-primary{background-color:#1976d2;color:#fff}.rtl-container.blue.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#448aff}.rtl-container.blue.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#448aff}.rtl-container.blue.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#448aff}.rtl-container.blue.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.blue.night .currency-icon path,.rtl-container.blue.night .currency-icon polygon{fill:#fff}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.blue.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#448aff}.rtl-container.blue.night .cc-data-block .cc-data-title{color:#448aff}.rtl-container.blue.night .mat-stroked-button.mat-primary{border-color:#448aff;color:#448aff}.rtl-container.blue.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.blue.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.blue.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.blue.night .active-link,.rtl-container.blue.night .active-link .fa-icon-small,.rtl-container.blue.night .mat-select-panel .mat-option.mat-active,.rtl-container.blue.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#448aff;font-weight:500;cursor:pointer;fill:#448aff}.rtl-container.blue.night .help-expansion .mat-expansion-panel-header,.rtl-container.blue.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.blue.night .help-expansion .mat-expansion-indicator:after,.rtl-container.blue.night .help-expansion .mat-expansion-panel-content,.rtl-container.blue.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.blue.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.blue.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.blue.night .mat-expansion-panel,.rtl-container.blue.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.blue.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.blue.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.blue.night .mdc-data-table__header-cell,.rtl-container.blue.night .mat-mdc-paginator,.rtl-container.blue.night .mat-mdc-form-field-focus-overlay,.rtl-container.blue.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.blue.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.blue.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#448aff}.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.blue.night .svg-donation{opacity:1!important}.rtl-container.blue.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#448aff!important}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#448aff!important}.rtl-container.blue.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#448aff}.rtl-container.blue.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#1976d2}.rtl-container.blue.night a{color:#448aff!important;cursor:pointer}.rtl-container.blue.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.blue.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.blue.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.blue.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.blue.night .mat-mdc-select-placeholder,.rtl-container.blue.night .mat-mdc-select-value,.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#448aff}.rtl-container.blue.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.blue.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#448aff}.rtl-container.blue.night .mat-tree-node:hover,.rtl-container.blue.night .mat-nested-tree-node-parent:hover,.rtl-container.blue.night .mat-select-panel .mat-option:hover,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#448aff;cursor:pointer;background:#ffffff0f}.rtl-container.blue.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.night .mat-tree-node:hover .mat-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#448aff}.rtl-container.blue.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.blue.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#448aff}.rtl-container.blue.night .mat-tree-node:hover .boltz-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#448aff}.rtl-container.blue.night .mat-tree-node .sidenav-img,.rtl-container.blue.night .mat-nested-tree-node .sidenav-img,.rtl-container.blue.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.blue.night .page-title-container .page-title-img,.rtl-container.blue.night svg.top-icon-small{fill:#fff}.rtl-container.blue.night .selected-color{border-color:#90caf9}.rtl-container.blue.night .mat-progress-bar-fill:after{background-color:#1e88e5}.rtl-container.blue.night .chart-legend .legend-label:hover,.rtl-container.blue.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.blue.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.blue.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#448aff}.rtl-container.blue.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.blue.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#448aff}.rtl-container.blue.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#448aff}.rtl-container.blue.night .mat-select-panel{background-color:#121212}.rtl-container.blue.night .mat-tree{background:#121212}.rtl-container.blue.night h4{color:#448aff}.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.blue.night .dashboard-info-title{color:#448aff}.rtl-container.blue.night .dashboard-info-value,.rtl-container.blue.night .dashboard-capacity-header{color:#fff}.rtl-container.blue.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.blue.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.blue.night .color-primary{color:#448aff!important}.rtl-container.blue.night .dot-primary{background-color:#448aff!important}.rtl-container.blue.night .dot-primary-lighter{background-color:#1976d2!important}.rtl-container.blue.night .mat-stepper-vertical{background-color:#121212}.rtl-container.blue.night .spinner-container h2{color:#448aff}.rtl-container.blue.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.blue.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.blue.night svg .boltz-icon-fill{fill:#fff}.rtl-container.blue.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-primary-lighter{stroke:#90caf9}.rtl-container.blue.night svg .stroke-color-primary{stroke:#1976d2}.rtl-container.blue.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.blue.night svg .fill-color-0{fill:#171717}.rtl-container.blue.night svg .fill-color-1{fill:#232323}.rtl-container.blue.night svg .fill-color-2{fill:#222}.rtl-container.blue.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.blue.night svg .fill-color-4{fill:#383838}.rtl-container.blue.night svg .fill-color-5{fill:#555}.rtl-container.blue.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.blue.night svg .fill-color-7{fill:#202020}.rtl-container.blue.night svg .fill-color-8{fill:#242424}.rtl-container.blue.night svg .fill-color-9{fill:#262626}.rtl-container.blue.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.blue.night svg .fill-color-11{fill:#171717}.rtl-container.blue.night svg .fill-color-12{fill:#ccc}.rtl-container.blue.night svg .fill-color-13{fill:#adadad}.rtl-container.blue.night svg .fill-color-14{fill:#ababab}.rtl-container.blue.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.blue.night svg .fill-color-16{fill:#707070}.rtl-container.blue.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.blue.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.blue.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.blue.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.blue.night svg .fill-color-21{fill:#cacaca}.rtl-container.blue.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.blue.night svg .fill-color-23{fill:#777}.rtl-container.blue.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.blue.night svg .fill-color-25{fill:#252525}.rtl-container.blue.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.blue.night svg .fill-color-27{fill:#000}.rtl-container.blue.night svg .fill-color-28{fill:#313131}.rtl-container.blue.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.blue.night svg .fill-color-30{fill:#fff}.rtl-container.blue.night svg .fill-color-31{fill:#1976d2}.rtl-container.blue.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.blue.night svg .fill-color-primary{fill:#1976d2}.rtl-container.blue.night svg .fill-color-primary-lighter{fill:#90caf9}.rtl-container.blue.night svg .fill-color-primary-darker{fill:#448aff}.rtl-container.blue.night .mat-select-value,.rtl-container.blue.night .mat-select-arrow{color:#fff}.rtl-container.blue.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.blue.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.blue.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.blue.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.blue.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.blue.night .mat-button.mat-primary,.rtl-container.blue.night .mat-icon-button.mat-primary,.rtl-container.blue.night .mat-stroked-button.mat-primary{color:#448aff}.rtl-container.blue.night tr.alert.alert-warn .mat-cell,.rtl-container.blue.night tr.alert.alert-warn .mat-header-cell,.rtl-container.blue.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.blue.night .material-icons.info-icon{font-size:100%;color:#448aff}.rtl-container.blue.night .material-icons.info-icon.info-icon-primary{color:#448aff}.rtl-container.blue.night .material-icons.info-icon.info-icon-text,.rtl-container.blue.night .material-icons.info-icon.arrow-downward,.rtl-container.blue.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.blue.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#448aff}.rtl-container.blue.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#1565c0}.rtl-container.blue.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#448aff}.rtl-container.blue.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.blue.night .mat-progress-bar-buffer{background-color:#bbdefb}.rtl-container.blue.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.blue.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.blue.night .foreground.mat-progress-spinner circle,.rtl-container.blue.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.blue.night .mat-toolbar-row,.rtl-container.blue.night .mat-toolbar-single-row{height:4rem}.rtl-container.blue.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.blue.night a{color:#1976d2}.rtl-container.blue.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.blue.night .h-active-link{border-bottom:2px solid white}.rtl-container.blue.night .mat-icon-36{color:#ffffffb3}.rtl-container.blue.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.blue.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.blue.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.blue.night .genseed-message{width:10%;color:#1976d2}.rtl-container.blue.night .border-primary{border:1px solid #1976d2}.rtl-container.blue.night .border-accent{border:1px solid #eeeeee}.rtl-container.blue.night .border-warn{border:1px solid #ff343b}.rtl-container.blue.night .material-icons.primary{color:#1976d2}.rtl-container.blue.night .material-icons.accent{color:#eee}.rtl-container.blue.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.blue.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.blue.night .row-disabled{background-color:gray}.rtl-container.blue.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.blue.night .mat-mdc-card-content,.rtl-container.blue.night .mat-mdc-card-subtitle,.rtl-container.blue.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.blue.night .mat-menu-panel{min-width:4rem}.rtl-container.blue.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.blue.night .horizontal-button:hover{background:#90caf9;color:#eee}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#1976d2}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.blue.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.blue.night .mat-button,.rtl-container.blue.night .mat-icon-button,.rtl-container.blue.night .mat-stroked-button,.rtl-container.blue.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.blue.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.blue.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.blue.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.blue.night .mat-cell,.rtl-container.blue.night .mat-header-cell,.rtl-container.blue.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.blue.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.blue.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#1976d2}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#1976d2;opacity:1}.rtl-container.blue.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.blue.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.blue.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.blue.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.blue.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.blue.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.blue.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.blue.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.blue.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.blue.night .more-button{color:#fff}.rtl-container.blue.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.blue.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.blue.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.blue.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.blue.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.blue.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.blue.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.blue.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.blue.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.blue.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.blue.night .tab-badge .mat-badge-content.mat-badge-active{background:#1976d2}.rtl-container.blue.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.blue.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.blue.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .rtl-select-overlay{min-width:7rem}}.rtl-container.blue.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.blue.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.blue.night .table-actions-button{min-width:8rem}.rtl-container.blue.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.blue.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.blue.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.blue.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#90caf9!important}.rtl-container.blue.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#1e88e5!important}.rtl-container.blue.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.blue.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.blue.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.blue.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.blue.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.blue.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.blue.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.blue.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.blue.night .color-warn{color:#ff343b}.rtl-container.blue.night .fill-warn{fill:#ff343b}.rtl-container.blue.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.blue.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.blue.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.blue.night .alert.alert-info a{color:#004085}.rtl-container.blue.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.blue.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.blue.night .alert.alert-warn a{color:#856404}.rtl-container.blue.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.blue.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.blue.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.blue.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.blue.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.blue.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.blue.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.blue.night .failed-status{color:#ff343b}.rtl-container.blue.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.blue.night .svg-fill-primary{fill:#1976d2}.rtl-container.blue.night .svg-fill-primary-lighter{fill:#90caf9}.rtl-container.blue.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.blue.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.blue.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.blue.night .dashboard-card-content .underline,.rtl-container.blue.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#1976d2}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#1976d2}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#1976d2}.rtl-container.blue.night .mat-mdc-form-field-hint .currency-icon{color:#1976d2}.rtl-container.blue.night .mat-mdc-form-field-hint .currency-icon path{fill:#1976d2}.rtl-container.blue.night .fa-icon-primary{color:#1976d2}.rtl-container.blue.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night ngx-charts-bar-vertical text,.rtl-container.blue.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.blue.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.blue.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.blue.night .mat-paginator-container{padding:0}.rtl-container.blue.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.blue.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.blue.night .invoice-animation-div .particles-circle{position:absolute;background-color:#1976d2;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #1976d2;background-color:transparent}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.blue.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.blue.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.blue.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.blue.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.indigo.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #3f51b5;--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #3f51b5;--mdc-outlined-text-field-focus-outline-color: #3f51b5;--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #3f51b5;--mdc-slider-focus-handle-color: #3f51b5;--mdc-slider-hover-handle-color: #3f51b5;--mdc-slider-active-track-color: #3f51b5;--mdc-slider-inactive-track-color: #3f51b5;--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #3f51b5;--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, .05);--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #3f51b5;--mat-badge-background-color: #3f51b5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.indigo.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.indigo.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.indigo.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#3f51b5}.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#3f51b5}.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.indigo.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.indigo.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.indigo.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.indigo.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.indigo.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.indigo.day .mat-app-background,.rtl-container.indigo.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.indigo.day .mat-elevation-z0,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.indigo.day .mat-elevation-z1,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.indigo.day .mat-elevation-z2,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.indigo.day .mat-elevation-z3,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.indigo.day .mat-elevation-z4,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day .mat-elevation-z5,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.indigo.day .mat-elevation-z6,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.indigo.day .mat-elevation-z7,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.indigo.day .mat-elevation-z8,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.indigo.day .mat-elevation-z9,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.indigo.day .mat-elevation-z10,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.indigo.day .mat-elevation-z11,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.indigo.day .mat-elevation-z12,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.indigo.day .mat-elevation-z13,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.indigo.day .mat-elevation-z14,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.indigo.day .mat-elevation-z15,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.indigo.day .mat-elevation-z16,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.indigo.day .mat-elevation-z17,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.indigo.day .mat-elevation-z18,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.indigo.day .mat-elevation-z19,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.indigo.day .mat-elevation-z20,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.indigo.day .mat-elevation-z21,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.indigo.day .mat-elevation-z22,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.indigo.day .mat-elevation-z23,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.indigo.day .mat-elevation-z24,.rtl-container.indigo.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.indigo.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #3f51b5;--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)}.rtl-container.indigo.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}@media (forced-colors: active){.rtl-container.indigo.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.indigo.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.indigo.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.indigo.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.indigo.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.indigo.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.indigo.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #3f51b5;--mdc-chip-elevated-disabled-container-color: #3f51b5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.indigo.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #3949ab;--mdc-switch-selected-handle-color: #3949ab;--mdc-switch-selected-hover-state-layer-color: #3949ab;--mdc-switch-selected-pressed-state-layer-color: #3949ab;--mdc-switch-selected-focus-handle-color: #1a237e;--mdc-switch-selected-hover-handle-color: #1a237e;--mdc-switch-selected-pressed-handle-color: #1a237e;--mdc-switch-selected-focus-track-color: #7986cb;--mdc-switch-selected-hover-track-color: #7986cb;--mdc-switch-selected-pressed-track-color: #7986cb;--mdc-switch-selected-track-color: #7986cb;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.indigo.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.indigo.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.indigo.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.indigo.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.indigo.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.indigo.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.indigo.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.indigo.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.indigo.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.indigo.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.indigo.day .mdc-list-item__start,.rtl-container.indigo.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5}.rtl-container.indigo.day .mat-accent .mdc-list-item__start,.rtl-container.indigo.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.indigo.day .mat-warn .mdc-list-item__start,.rtl-container.indigo.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.indigo.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.indigo.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.indigo.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.indigo.day .mat-mdc-tab-group,.rtl-container.indigo.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #3f51b5;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #3f51b5;--mat-tab-header-active-ripple-color: #3f51b5;--mat-tab-header-inactive-ripple-color: #3f51b5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #3f51b5;--mat-tab-header-active-hover-label-text-color: #3f51b5;--mat-tab-header-active-focus-indicator-color: #3f51b5;--mat-tab-header-active-hover-indicator-color: #3f51b5}.rtl-container.indigo.day .mat-mdc-tab-group.mat-accent,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.indigo.day .mat-mdc-tab-group.mat-warn,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #3f51b5;--mat-tab-header-with-background-foreground-color: white}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.indigo.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.indigo.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.indigo.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.indigo.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.indigo.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.indigo.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #3f51b5;--mat-text-button-state-layer-color: #3f51b5;--mat-text-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.indigo.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.indigo.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #3f51b5;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.indigo.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #3f51b5;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-raised-button:hover,.rtl-container.indigo.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day .mat-mdc-raised-button:active,.rtl-container.indigo.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.indigo.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.indigo.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #3f51b5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #3f51b5;--mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.indigo.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.indigo.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.indigo.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.indigo.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.indigo.day .mat-mdc-fab.mat-primary,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #3f51b5;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-fab.mat-accent,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-mdc-fab.mat-warn,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.indigo.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.indigo.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.indigo.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.indigo.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.indigo.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.indigo.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.indigo.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.indigo.day .mat-icon.mat-primary{--mat-icon-color: #3f51b5}.rtl-container.indigo.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.indigo.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.indigo.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.rtl-container.indigo.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.indigo.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.indigo.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.indigo.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.indigo.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.indigo.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.indigo.day .bg-primary{background-color:#3f51b5;color:#fff}.rtl-container.indigo.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.indigo.day .page-title,.rtl-container.indigo.day .mat-mdc-select-value,.rtl-container.indigo.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.indigo.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.indigo.day .help-expansion .mat-expansion-indicator:after,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-content,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#3f51b5}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.indigo.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#3f51b5}.rtl-container.indigo.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.indigo.day .mat-tree-node:hover,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover,.rtl-container.indigo.day .mat-select-panel .mat-option:hover,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#3f51b5;cursor:pointer}.rtl-container.indigo.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.day .mat-tree-node:hover .mat-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#3f51b5}.rtl-container.indigo.day .spinner-container h2{color:#fff}.rtl-container.indigo.day .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.indigo.day .mat-form-field-suffix{color:#0000008a}.rtl-container.indigo.day .mat-stroked-button.mat-primary{border-color:#3f51b5}.rtl-container.indigo.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.indigo.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.indigo.day .selected-color{border-color:#9fa8da}.rtl-container.indigo.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.indigo.day table.mat-mdc-table thead tr th,.rtl-container.indigo.day .page-title-container,.rtl-container.indigo.day .page-sub-title-container{color:#0000008a}.rtl-container.indigo.day .page-title-container .page-title-img,.rtl-container.indigo.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.indigo.day .page-title-container .mat-input-element,.rtl-container.indigo.day .page-title-container .mat-radio-label-content,.rtl-container.indigo.day .page-title-container .theme-name,.rtl-container.indigo.day .page-sub-title-container .mat-input-element,.rtl-container.indigo.day .page-sub-title-container .mat-radio-label-content,.rtl-container.indigo.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.indigo.day .cc-data-block .cc-data-title{color:#3f51b5}.rtl-container.indigo.day .active-link,.rtl-container.indigo.day .active-link .fa-icon-small{color:#3f51b5;font-weight:500;cursor:pointer;fill:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover,.rtl-container.indigo.day .mat-select-panel .mat-option:hover,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#3f51b5;cursor:pointer;background:#0000000a}.rtl-container.indigo.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.day .mat-tree-node:hover .mat-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#3f51b5}.rtl-container.indigo.day .mat-tree-node .sidenav-img,.rtl-container.indigo.day .mat-nested-tree-node .sidenav-img,.rtl-container.indigo.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.indigo.day .page-title-container .page-title-img,.rtl-container.indigo.day svg.top-icon-small{fill:#000000de}.rtl-container.indigo.day .mat-progress-bar-fill:after{background-color:#1a237e}.rtl-container.indigo.day .modal-qr-code-container{background:#0000001f}.rtl-container.indigo.day .mdc-tab__text-label,.rtl-container.indigo.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.indigo.day .mat-mdc-card,.rtl-container.indigo.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.indigo.day .dashboard-info-title{color:#3f51b5}.rtl-container.indigo.day .dashboard-capacity-header,.rtl-container.indigo.day .dashboard-info-value{color:#0000008a}.rtl-container.indigo.day .color-primary{color:#3f51b5!important}.rtl-container.indigo.day .dot-primary{background-color:#3f51b5!important}.rtl-container.indigo.day .dot-primary-lighter{background-color:#9fa8da!important}.rtl-container.indigo.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .mat-mdc-form-field-hint{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.indigo.day .mat-mdc-form-field-hint fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.day .currency-icon path,.rtl-container.indigo.day .currency-icon polygon{fill:#0000008a}.rtl-container.indigo.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.indigo.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.indigo.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-primary-lighter{stroke:#9fa8da}.rtl-container.indigo.day svg .stroke-color-primary{stroke:#3f51b5}.rtl-container.indigo.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.indigo.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-1{fill:#fff}.rtl-container.indigo.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.indigo.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-6{fill:#fff}.rtl-container.indigo.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-9{fill:#fff}.rtl-container.indigo.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.indigo.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.indigo.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-16{fill:#404040}.rtl-container.indigo.day svg .fill-color-17{fill:#404040}.rtl-container.indigo.day svg .fill-color-18{fill:#000}.rtl-container.indigo.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-24{fill:#000}.rtl-container.indigo.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.indigo.day svg .fill-color-27{fill:#000}.rtl-container.indigo.day svg .fill-color-28{fill:#313131}.rtl-container.indigo.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-30{fill:#fff}.rtl-container.indigo.day svg .fill-color-31{fill:#3f51b5}.rtl-container.indigo.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.indigo.day svg .fill-color-primary{fill:#3f51b5}.rtl-container.indigo.day svg .fill-color-primary-lighter{fill:#9fa8da}.rtl-container.indigo.day svg .fill-color-primary-darker{fill:#3f51b5}.rtl-container.indigo.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.indigo.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.indigo.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#3f51b5}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.indigo.day .material-icons.mat-icon-no-color,.rtl-container.indigo.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.indigo.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.indigo.day .material-icons.info-icon.info-icon-primary{color:#3f51b5}.rtl-container.indigo.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.indigo.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.indigo.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.indigo.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.indigo.day .material-icons.info-icon.arrow-downward,.rtl-container.indigo.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.indigo.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#3f51b5}.rtl-container.indigo.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#1a237e}.rtl-container.indigo.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#9fa8da}.rtl-container.indigo.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.indigo.day .mat-progress-bar-buffer{background-color:#c5cae9}.rtl-container.indigo.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.indigo.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.indigo.day .foreground.mat-progress-spinner circle,.rtl-container.indigo.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.indigo.day .mat-toolbar-row,.rtl-container.indigo.day .mat-toolbar-single-row{height:4rem}.rtl-container.indigo.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day a{color:#3f51b5}.rtl-container.indigo.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.indigo.day .h-active-link{border-bottom:2px solid white}.rtl-container.indigo.day .mat-icon-36{color:#0000008a}.rtl-container.indigo.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.indigo.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.indigo.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.indigo.day .genseed-message{width:10%;color:#3f51b5}.rtl-container.indigo.day .border-primary{border:1px solid #3f51b5}.rtl-container.indigo.day .border-accent{border:1px solid #424242}.rtl-container.indigo.day .border-warn{border:1px solid #b00020}.rtl-container.indigo.day .material-icons.primary{color:#3f51b5}.rtl-container.indigo.day .material-icons.accent{color:#424242}.rtl-container.indigo.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.indigo.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.indigo.day .row-disabled{background-color:gray}.rtl-container.indigo.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.indigo.day .mat-mdc-card-content,.rtl-container.indigo.day .mat-mdc-card-subtitle,.rtl-container.indigo.day .mat-mdc-card-title{color:#0000008a}.rtl-container.indigo.day .mat-menu-panel{min-width:4rem}.rtl-container.indigo.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.indigo.day .horizontal-button:hover{background:#9fa8da;color:#424242}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#3f51b5}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.indigo.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.indigo.day .mat-button,.rtl-container.indigo.day .mat-icon-button,.rtl-container.indigo.day .mat-stroked-button,.rtl-container.indigo.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.indigo.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.indigo.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.indigo.day .cc-data-block .cc-data-value{color:#000}.rtl-container.indigo.day .mat-cell,.rtl-container.indigo.day .mat-header-cell,.rtl-container.indigo.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.indigo.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.indigo.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#3f51b5}.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#3f51b5;opacity:1}.rtl-container.indigo.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.indigo.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.indigo.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.indigo.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.indigo.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.indigo.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.indigo.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.indigo.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.indigo.day .more-button{color:#000}.rtl-container.indigo.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.indigo.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.indigo.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.indigo.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.indigo.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.indigo.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.indigo.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.indigo.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.indigo.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.indigo.day .tab-badge .mat-badge-content.mat-badge-active{background:#3f51b5}.rtl-container.indigo.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.indigo.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .rtl-select-overlay{min-width:7rem}}.rtl-container.indigo.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.indigo.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.indigo.day .table-actions-button{min-width:8rem}.rtl-container.indigo.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.indigo.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.indigo.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.indigo.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#9fa8da!important}.rtl-container.indigo.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#3949ab!important}.rtl-container.indigo.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.indigo.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.indigo.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.indigo.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.indigo.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.indigo.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.indigo.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.indigo.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.indigo.day .color-warn{color:#b00020}.rtl-container.indigo.day .fill-warn{fill:#b00020}.rtl-container.indigo.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.indigo.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.indigo.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.indigo.day .alert.alert-info a{color:#004085}.rtl-container.indigo.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.indigo.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.indigo.day .alert.alert-warn a{color:#856404}.rtl-container.indigo.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.indigo.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.indigo.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.indigo.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.indigo.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.indigo.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.indigo.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.indigo.day .failed-status{color:#b00020}.rtl-container.indigo.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.indigo.day .svg-fill-primary{fill:#3f51b5}.rtl-container.indigo.day .svg-fill-primary-lighter{fill:#9fa8da}.rtl-container.indigo.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.indigo.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.indigo.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.indigo.day .dashboard-card-content .underline,.rtl-container.indigo.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon path{fill:#3f51b5}.rtl-container.indigo.day .fa-icon-primary{color:#3f51b5}.rtl-container.indigo.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day ngx-charts-bar-vertical text,.rtl-container.indigo.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.indigo.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.indigo.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.indigo.day .mat-paginator-container{padding:0}.rtl-container.indigo.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.indigo.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.indigo.day .invoice-animation-div .particles-circle{position:absolute;background-color:#3f51b5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #3f51b5;background-color:transparent}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.indigo.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.indigo.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.indigo.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.indigo.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.indigo.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #3f51b5;--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #3f51b5;--mdc-outlined-text-field-focus-outline-color: #3f51b5;--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #3f51b5;--mdc-slider-focus-handle-color: #3f51b5;--mdc-slider-hover-handle-color: #3f51b5;--mdc-slider-active-track-color: #3f51b5;--mdc-slider-inactive-track-color: #3f51b5;--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #3f51b5;--mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, .05);--mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #3f51b5;--mat-badge-background-color: #3f51b5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.indigo.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.indigo.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.indigo.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.indigo.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#3f51b5}.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#3f51b5}.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.indigo.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.indigo.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.indigo.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.indigo.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.indigo.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.indigo.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.indigo.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.indigo.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.indigo.night .mat-app-background,.rtl-container.indigo.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.indigo.night .mat-elevation-z0,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.indigo.night .mat-elevation-z1,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.indigo.night .mat-elevation-z2,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.indigo.night .mat-elevation-z3,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.indigo.night .mat-elevation-z4,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night .mat-elevation-z5,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.indigo.night .mat-elevation-z6,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.indigo.night .mat-elevation-z7,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.indigo.night .mat-elevation-z8,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.indigo.night .mat-elevation-z9,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.indigo.night .mat-elevation-z10,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.indigo.night .mat-elevation-z11,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.indigo.night .mat-elevation-z12,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.indigo.night .mat-elevation-z13,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.indigo.night .mat-elevation-z14,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.indigo.night .mat-elevation-z15,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.indigo.night .mat-elevation-z16,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.indigo.night .mat-elevation-z17,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.indigo.night .mat-elevation-z18,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.indigo.night .mat-elevation-z19,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.indigo.night .mat-elevation-z20,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.indigo.night .mat-elevation-z21,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.indigo.night .mat-elevation-z22,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.indigo.night .mat-elevation-z23,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.indigo.night .mat-elevation-z24,.rtl-container.indigo.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.indigo.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #3f51b5;--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)}.rtl-container.indigo.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}@media (forced-colors: active){.rtl-container.indigo.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#3f51b540;background-color:var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.indigo.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.indigo.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.indigo.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.indigo.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.indigo.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.indigo.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #3f51b5;--mdc-chip-elevated-disabled-container-color: #3f51b5;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.indigo.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #7986cb;--mdc-switch-selected-handle-color: #7986cb;--mdc-switch-selected-hover-state-layer-color: #7986cb;--mdc-switch-selected-pressed-state-layer-color: #7986cb;--mdc-switch-selected-focus-handle-color: #9fa8da;--mdc-switch-selected-hover-handle-color: #9fa8da;--mdc-switch-selected-pressed-handle-color: #9fa8da;--mdc-switch-selected-focus-track-color: #3949ab;--mdc-switch-selected-hover-track-color: #3949ab;--mdc-switch-selected-pressed-track-color: #3949ab;--mdc-switch-selected-track-color: #3949ab;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.indigo.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.indigo.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.indigo.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.indigo.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.indigo.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.indigo.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.indigo.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.indigo.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.indigo.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.indigo.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.indigo.night .mdc-list-item__start,.rtl-container.indigo.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5}.rtl-container.indigo.night .mat-accent .mdc-list-item__start,.rtl-container.indigo.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.indigo.night .mat-warn .mdc-list-item__start,.rtl-container.indigo.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.indigo.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.indigo.night .mat-mdc-tab-group,.rtl-container.indigo.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #3f51b5;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #3f51b5;--mat-tab-header-active-ripple-color: #3f51b5;--mat-tab-header-inactive-ripple-color: #3f51b5;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #3f51b5;--mat-tab-header-active-hover-label-text-color: #3f51b5;--mat-tab-header-active-focus-indicator-color: #3f51b5;--mat-tab-header-active-hover-indicator-color: #3f51b5}.rtl-container.indigo.night .mat-mdc-tab-group.mat-accent,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.indigo.night .mat-mdc-tab-group.mat-warn,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #3f51b5;--mat-tab-header-with-background-foreground-color: white}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.indigo.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.indigo.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.indigo.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.indigo.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #3f51b5;--mat-text-button-state-layer-color: #3f51b5;--mat-text-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.indigo.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.indigo.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #3f51b5;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.indigo.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #3f51b5;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.indigo.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-mdc-raised-button:hover,.rtl-container.indigo.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night .mat-mdc-raised-button:active,.rtl-container.indigo.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.indigo.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.indigo.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #3f51b5;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #3f51b5;--mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.indigo.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.indigo.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.indigo.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: rgba(63, 81, 181, .1)}.rtl-container.indigo.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.indigo.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.indigo.night .mat-mdc-fab.mat-primary,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #3f51b5;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-mdc-fab.mat-accent,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.indigo.night .mat-mdc-fab.mat-warn,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.indigo.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.indigo.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.indigo.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.indigo.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.indigo.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.indigo.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.indigo.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.indigo.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.indigo.night .mat-icon.mat-primary{--mat-icon-color: #3f51b5}.rtl-container.indigo.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.indigo.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.indigo.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.indigo.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.rtl-container.indigo.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.indigo.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.indigo.night .mat-primary{color:#536dfe!important}.rtl-container.indigo.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.indigo.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.indigo.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.indigo.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.indigo.night .bg-primary{background-color:#3f51b5;color:#fff}.rtl-container.indigo.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.indigo.night .currency-icon path,.rtl-container.indigo.night .currency-icon polygon{fill:#fff}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.indigo.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#536dfe}.rtl-container.indigo.night .cc-data-block .cc-data-title{color:#536dfe}.rtl-container.indigo.night .mat-stroked-button.mat-primary{border-color:#536dfe;color:#536dfe}.rtl-container.indigo.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.indigo.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.indigo.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.indigo.night .active-link,.rtl-container.indigo.night .active-link .fa-icon-small,.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active,.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#536dfe;font-weight:500;cursor:pointer;fill:#536dfe}.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.indigo.night .help-expansion .mat-expansion-indicator:after,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-content,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.indigo.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.indigo.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.indigo.night .mat-expansion-panel,.rtl-container.indigo.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.indigo.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.indigo.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.indigo.night .mdc-data-table__header-cell,.rtl-container.indigo.night .mat-mdc-paginator,.rtl-container.indigo.night .mat-mdc-form-field-focus-overlay,.rtl-container.indigo.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.indigo.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.indigo.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#536dfe}.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.indigo.night .svg-donation{opacity:1!important}.rtl-container.indigo.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#536dfe!important}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#536dfe!important}.rtl-container.indigo.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#3f51b5}.rtl-container.indigo.night a{color:#536dfe!important;cursor:pointer}.rtl-container.indigo.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.indigo.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.indigo.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.indigo.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.indigo.night .mat-mdc-select-placeholder,.rtl-container.indigo.night .mat-mdc-select-value,.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#536dfe}.rtl-container.indigo.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.indigo.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover,.rtl-container.indigo.night .mat-select-panel .mat-option:hover,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#536dfe;cursor:pointer;background:#ffffff0f}.rtl-container.indigo.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.night .mat-tree-node:hover .mat-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover .boltz-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#536dfe}.rtl-container.indigo.night .mat-tree-node .sidenav-img,.rtl-container.indigo.night .mat-nested-tree-node .sidenav-img,.rtl-container.indigo.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.indigo.night .page-title-container .page-title-img,.rtl-container.indigo.night svg.top-icon-small{fill:#fff}.rtl-container.indigo.night .selected-color{border-color:#9fa8da}.rtl-container.indigo.night .mat-progress-bar-fill:after{background-color:#3949ab}.rtl-container.indigo.night .chart-legend .legend-label:hover,.rtl-container.indigo.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.indigo.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.indigo.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#536dfe}.rtl-container.indigo.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.indigo.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#536dfe}.rtl-container.indigo.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#536dfe}.rtl-container.indigo.night .mat-select-panel{background-color:#121212}.rtl-container.indigo.night .mat-tree{background:#121212}.rtl-container.indigo.night h4{color:#536dfe}.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.indigo.night .dashboard-info-title{color:#536dfe}.rtl-container.indigo.night .dashboard-info-value,.rtl-container.indigo.night .dashboard-capacity-header{color:#fff}.rtl-container.indigo.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.indigo.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.indigo.night .color-primary{color:#536dfe!important}.rtl-container.indigo.night .dot-primary{background-color:#536dfe!important}.rtl-container.indigo.night .dot-primary-lighter{background-color:#3f51b5!important}.rtl-container.indigo.night .mat-stepper-vertical{background-color:#121212}.rtl-container.indigo.night .spinner-container h2{color:#536dfe}.rtl-container.indigo.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.indigo.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.indigo.night svg .boltz-icon-fill{fill:#fff}.rtl-container.indigo.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-primary-lighter{stroke:#9fa8da}.rtl-container.indigo.night svg .stroke-color-primary{stroke:#3f51b5}.rtl-container.indigo.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.indigo.night svg .fill-color-0{fill:#171717}.rtl-container.indigo.night svg .fill-color-1{fill:#232323}.rtl-container.indigo.night svg .fill-color-2{fill:#222}.rtl-container.indigo.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.indigo.night svg .fill-color-4{fill:#383838}.rtl-container.indigo.night svg .fill-color-5{fill:#555}.rtl-container.indigo.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.indigo.night svg .fill-color-7{fill:#202020}.rtl-container.indigo.night svg .fill-color-8{fill:#242424}.rtl-container.indigo.night svg .fill-color-9{fill:#262626}.rtl-container.indigo.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.indigo.night svg .fill-color-11{fill:#171717}.rtl-container.indigo.night svg .fill-color-12{fill:#ccc}.rtl-container.indigo.night svg .fill-color-13{fill:#adadad}.rtl-container.indigo.night svg .fill-color-14{fill:#ababab}.rtl-container.indigo.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.indigo.night svg .fill-color-16{fill:#707070}.rtl-container.indigo.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.indigo.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.indigo.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.indigo.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.indigo.night svg .fill-color-21{fill:#cacaca}.rtl-container.indigo.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.indigo.night svg .fill-color-23{fill:#777}.rtl-container.indigo.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.indigo.night svg .fill-color-25{fill:#252525}.rtl-container.indigo.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.indigo.night svg .fill-color-27{fill:#000}.rtl-container.indigo.night svg .fill-color-28{fill:#313131}.rtl-container.indigo.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.indigo.night svg .fill-color-30{fill:#fff}.rtl-container.indigo.night svg .fill-color-31{fill:#3f51b5}.rtl-container.indigo.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.indigo.night svg .fill-color-primary{fill:#3f51b5}.rtl-container.indigo.night svg .fill-color-primary-lighter{fill:#9fa8da}.rtl-container.indigo.night svg .fill-color-primary-darker{fill:#536dfe}.rtl-container.indigo.night .mat-select-value,.rtl-container.indigo.night .mat-select-arrow{color:#fff}.rtl-container.indigo.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.indigo.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.indigo.night .mat-button.mat-primary,.rtl-container.indigo.night .mat-icon-button.mat-primary,.rtl-container.indigo.night .mat-stroked-button.mat-primary{color:#536dfe}.rtl-container.indigo.night tr.alert.alert-warn .mat-cell,.rtl-container.indigo.night tr.alert.alert-warn .mat-header-cell,.rtl-container.indigo.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.indigo.night .material-icons.info-icon{font-size:100%;color:#536dfe}.rtl-container.indigo.night .material-icons.info-icon.info-icon-primary{color:#536dfe}.rtl-container.indigo.night .material-icons.info-icon.info-icon-text,.rtl-container.indigo.night .material-icons.info-icon.arrow-downward,.rtl-container.indigo.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.indigo.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#536dfe}.rtl-container.indigo.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#283593}.rtl-container.indigo.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#536dfe}.rtl-container.indigo.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.indigo.night .mat-progress-bar-buffer{background-color:#c5cae9}.rtl-container.indigo.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.indigo.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.indigo.night .foreground.mat-progress-spinner circle,.rtl-container.indigo.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.indigo.night .mat-toolbar-row,.rtl-container.indigo.night .mat-toolbar-single-row{height:4rem}.rtl-container.indigo.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.indigo.night a{color:#3f51b5}.rtl-container.indigo.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.indigo.night .h-active-link{border-bottom:2px solid white}.rtl-container.indigo.night .mat-icon-36{color:#ffffffb3}.rtl-container.indigo.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.indigo.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.indigo.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.indigo.night .genseed-message{width:10%;color:#3f51b5}.rtl-container.indigo.night .border-primary{border:1px solid #3f51b5}.rtl-container.indigo.night .border-accent{border:1px solid #eeeeee}.rtl-container.indigo.night .border-warn{border:1px solid #ff343b}.rtl-container.indigo.night .material-icons.primary{color:#3f51b5}.rtl-container.indigo.night .material-icons.accent{color:#eee}.rtl-container.indigo.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.indigo.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.indigo.night .row-disabled{background-color:gray}.rtl-container.indigo.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.indigo.night .mat-mdc-card-content,.rtl-container.indigo.night .mat-mdc-card-subtitle,.rtl-container.indigo.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.indigo.night .mat-menu-panel{min-width:4rem}.rtl-container.indigo.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.indigo.night .horizontal-button:hover{background:#9fa8da;color:#eee}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#3f51b5}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.indigo.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.indigo.night .mat-button,.rtl-container.indigo.night .mat-icon-button,.rtl-container.indigo.night .mat-stroked-button,.rtl-container.indigo.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.indigo.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.indigo.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.indigo.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.indigo.night .mat-cell,.rtl-container.indigo.night .mat-header-cell,.rtl-container.indigo.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.indigo.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.indigo.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#3f51b5}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#3f51b5;opacity:1}.rtl-container.indigo.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.indigo.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.indigo.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.indigo.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.indigo.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.indigo.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.indigo.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.indigo.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.indigo.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.indigo.night .more-button{color:#fff}.rtl-container.indigo.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.indigo.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.indigo.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.indigo.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.indigo.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.indigo.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.indigo.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.indigo.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.indigo.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.indigo.night .tab-badge .mat-badge-content.mat-badge-active{background:#3f51b5}.rtl-container.indigo.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.indigo.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .rtl-select-overlay{min-width:7rem}}.rtl-container.indigo.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.indigo.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.indigo.night .table-actions-button{min-width:8rem}.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.indigo.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.indigo.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.indigo.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#9fa8da!important}.rtl-container.indigo.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#3949ab!important}.rtl-container.indigo.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.indigo.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.indigo.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.indigo.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.indigo.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.indigo.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.indigo.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.indigo.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.indigo.night .color-warn{color:#ff343b}.rtl-container.indigo.night .fill-warn{fill:#ff343b}.rtl-container.indigo.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.indigo.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.indigo.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.indigo.night .alert.alert-info a{color:#004085}.rtl-container.indigo.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.indigo.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.indigo.night .alert.alert-warn a{color:#856404}.rtl-container.indigo.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.indigo.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.indigo.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.indigo.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.indigo.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.indigo.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.indigo.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.indigo.night .failed-status{color:#ff343b}.rtl-container.indigo.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.indigo.night .svg-fill-primary{fill:#3f51b5}.rtl-container.indigo.night .svg-fill-primary-lighter{fill:#9fa8da}.rtl-container.indigo.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.indigo.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.indigo.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.indigo.night .dashboard-card-content .underline,.rtl-container.indigo.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#3f51b5}.rtl-container.indigo.night .mat-mdc-form-field-hint .currency-icon{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-form-field-hint .currency-icon path{fill:#3f51b5}.rtl-container.indigo.night .fa-icon-primary{color:#3f51b5}.rtl-container.indigo.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night ngx-charts-bar-vertical text,.rtl-container.indigo.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.indigo.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.indigo.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.indigo.night .mat-paginator-container{padding:0}.rtl-container.indigo.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.indigo.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.indigo.night .invoice-animation-div .particles-circle{position:absolute;background-color:#3f51b5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #3f51b5;background-color:transparent}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.indigo.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.indigo.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.indigo.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.indigo.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.green.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #185127;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #185127;--mdc-filled-text-field-focus-active-indicator-color: #185127;--mdc-filled-text-field-focus-label-text-color: rgba(24, 81, 39, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #185127;--mdc-outlined-text-field-focus-outline-color: #185127;--mdc-outlined-text-field-focus-label-text-color: rgba(24, 81, 39, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(24, 81, 39, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(24, 81, 39, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #185127;--mdc-slider-focus-handle-color: #185127;--mdc-slider-hover-handle-color: #185127;--mdc-slider-active-track-color: #185127;--mdc-slider-inactive-track-color: #185127;--mdc-slider-with-tick-marks-inactive-container-color: #185127;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #185127;--mat-mdc-slider-hover-ripple-color: rgba(24, 81, 39, .05);--mat-mdc-slider-focus-ripple-color: rgba(24, 81, 39, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #185127;--mat-badge-background-color: #185127;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #185127;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(24, 81, 39, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(24, 81, 39, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(24, 81, 39, .3);--mat-datepicker-toggle-active-state-icon-color: #185127;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(24, 81, 39, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #185127;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #185127;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #185127;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.green.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.green.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.green.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#185127}.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#185127}.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.green.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.green.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.green.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.green.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.green.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.green.day .mat-app-background,.rtl-container.green.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.green.day .mat-elevation-z0,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.green.day .mat-elevation-z1,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.green.day .mat-elevation-z2,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.green.day .mat-elevation-z3,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.green.day .mat-elevation-z4,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day .mat-elevation-z5,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.green.day .mat-elevation-z6,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.green.day .mat-elevation-z7,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.green.day .mat-elevation-z8,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.green.day .mat-elevation-z9,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.green.day .mat-elevation-z10,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.green.day .mat-elevation-z11,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.green.day .mat-elevation-z12,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.green.day .mat-elevation-z13,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.green.day .mat-elevation-z14,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.green.day .mat-elevation-z15,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.green.day .mat-elevation-z16,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.green.day .mat-elevation-z17,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.green.day .mat-elevation-z18,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.green.day .mat-elevation-z19,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.green.day .mat-elevation-z20,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.green.day .mat-elevation-z21,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.green.day .mat-elevation-z22,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.green.day .mat-elevation-z23,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.green.day .mat-elevation-z24,.rtl-container.green.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.green.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #185127;--mdc-linear-progress-track-color: rgba(24, 81, 39, .25)}.rtl-container.green.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#18512740;background-color:var(--mdc-linear-progress-track-color, rgba(24, 81, 39, .25))}@media (forced-colors: active){.rtl-container.green.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(24, 81, 39, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#18512740;background-color:var(--mdc-linear-progress-track-color, rgba(24, 81, 39, .25))}.rtl-container.green.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.green.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.green.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.green.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.green.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.green.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.green.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.green.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.green.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.green.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.green.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.green.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #185127;--mdc-chip-elevated-disabled-container-color: #185127;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.green.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #154a23;--mdc-switch-selected-handle-color: #154a23;--mdc-switch-selected-hover-state-layer-color: #154a23;--mdc-switch-selected-pressed-state-layer-color: #154a23;--mdc-switch-selected-focus-handle-color: #08270e;--mdc-switch-selected-hover-handle-color: #08270e;--mdc-switch-selected-pressed-handle-color: #08270e;--mdc-switch-selected-focus-track-color: #5d8568;--mdc-switch-selected-hover-track-color: #5d8568;--mdc-switch-selected-pressed-track-color: #5d8568;--mdc-switch-selected-track-color: #5d8568;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.green.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.green.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.green.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.green.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.green.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.green.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #185127;--mdc-radio-selected-hover-icon-color: #185127;--mdc-radio-selected-icon-color: #185127;--mdc-radio-selected-pressed-icon-color: #185127;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.green.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.green.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.green.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.green.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.green.day .mdc-list-item__start,.rtl-container.green.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #185127;--mdc-radio-selected-hover-icon-color: #185127;--mdc-radio-selected-icon-color: #185127;--mdc-radio-selected-pressed-icon-color: #185127}.rtl-container.green.day .mat-accent .mdc-list-item__start,.rtl-container.green.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.green.day .mat-warn .mdc-list-item__start,.rtl-container.green.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.green.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #185127;--mdc-checkbox-selected-hover-icon-color: #185127;--mdc-checkbox-selected-icon-color: #185127;--mdc-checkbox-selected-pressed-icon-color: #185127;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #185127;--mdc-checkbox-selected-hover-state-layer-color: #185127;--mdc-checkbox-selected-pressed-state-layer-color: #185127;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.green.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.green.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#185127}.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.green.day .mat-mdc-tab-group,.rtl-container.green.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #185127;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #185127;--mat-tab-header-active-ripple-color: #185127;--mat-tab-header-inactive-ripple-color: #185127;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #185127;--mat-tab-header-active-hover-label-text-color: #185127;--mat-tab-header-active-focus-indicator-color: #185127;--mat-tab-header-active-hover-indicator-color: #185127}.rtl-container.green.day .mat-mdc-tab-group.mat-accent,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.green.day .mat-mdc-tab-group.mat-warn,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.green.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #185127;--mat-tab-header-with-background-foreground-color: white}.rtl-container.green.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.green.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.green.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #185127;--mdc-checkbox-selected-hover-icon-color: #185127;--mdc-checkbox-selected-icon-color: #185127;--mdc-checkbox-selected-pressed-icon-color: #185127;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #185127;--mdc-checkbox-selected-hover-state-layer-color: #185127;--mdc-checkbox-selected-pressed-state-layer-color: #185127;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.green.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.green.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.green.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.green.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.green.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #185127;--mat-text-button-state-layer-color: #185127;--mat-text-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.green.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.green.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.green.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #185127;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.green.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #185127;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-raised-button:hover,.rtl-container.green.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day .mat-mdc-raised-button:active,.rtl-container.green.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.green.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.green.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #185127;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #185127;--mat-outlined-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.green.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.green.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.green.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #185127;--mat-icon-button-state-layer-color: #185127;--mat-icon-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.green.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.green.day .mat-mdc-fab.mat-primary,.rtl-container.green.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #185127;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-fab.mat-accent,.rtl-container.green.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-mdc-fab.mat-warn,.rtl-container.green.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.green.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.green.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.green.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.green.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.green.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.green.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.green.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.green.day .mat-icon.mat-primary{--mat-icon-color: #185127}.rtl-container.green.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.green.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.green.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #185127;--mat-toolbar-container-text-color: white}.rtl-container.green.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.green.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.green.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.green.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.green.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.green.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.green.day .bg-primary{background-color:#185127;color:#fff}.rtl-container.green.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.green.day .page-title,.rtl-container.green.day .mat-mdc-select-value,.rtl-container.green.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.green.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.green.day .help-expansion .mat-expansion-panel-header,.rtl-container.green.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.green.day .help-expansion .mat-expansion-indicator:after,.rtl-container.green.day .help-expansion .mat-expansion-panel-content,.rtl-container.green.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#185127}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.green.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#185127}.rtl-container.green.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.green.day .mat-tree-node:hover,.rtl-container.green.day .mat-nested-tree-node-parent:hover,.rtl-container.green.day .mat-select-panel .mat-option:hover,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#185127;cursor:pointer}.rtl-container.green.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.day .mat-tree-node:hover .mat-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#185127}.rtl-container.green.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#185127}.rtl-container.green.day .spinner-container h2{color:#fff}.rtl-container.green.day .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.green.day .mat-form-field-suffix{color:#0000008a}.rtl-container.green.day .mat-stroked-button.mat-primary{border-color:#185127}.rtl-container.green.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.green.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.green.day .selected-color{border-color:#5d8568}.rtl-container.green.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.green.day table.mat-mdc-table thead tr th,.rtl-container.green.day .page-title-container,.rtl-container.green.day .page-sub-title-container{color:#0000008a}.rtl-container.green.day .page-title-container .page-title-img,.rtl-container.green.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.green.day .page-title-container .mat-input-element,.rtl-container.green.day .page-title-container .mat-radio-label-content,.rtl-container.green.day .page-title-container .theme-name,.rtl-container.green.day .page-sub-title-container .mat-input-element,.rtl-container.green.day .page-sub-title-container .mat-radio-label-content,.rtl-container.green.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.green.day .cc-data-block .cc-data-title{color:#185127}.rtl-container.green.day .active-link,.rtl-container.green.day .active-link .fa-icon-small{color:#185127;font-weight:500;cursor:pointer;fill:#185127}.rtl-container.green.day .mat-tree-node:hover,.rtl-container.green.day .mat-nested-tree-node-parent:hover,.rtl-container.green.day .mat-select-panel .mat-option:hover,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#185127;cursor:pointer;background:#0000000a}.rtl-container.green.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.day .mat-tree-node:hover .mat-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#185127}.rtl-container.green.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#185127}.rtl-container.green.day .mat-tree-node .sidenav-img,.rtl-container.green.day .mat-nested-tree-node .sidenav-img,.rtl-container.green.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.green.day .page-title-container .page-title-img,.rtl-container.green.day svg.top-icon-small{fill:#000000de}.rtl-container.green.day .mat-progress-bar-fill:after{background-color:#08270e}.rtl-container.green.day .modal-qr-code-container{background:#0000001f}.rtl-container.green.day .mdc-tab__text-label,.rtl-container.green.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.green.day .mat-mdc-card,.rtl-container.green.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.green.day .dashboard-info-title{color:#185127}.rtl-container.green.day .dashboard-capacity-header,.rtl-container.green.day .dashboard-info-value{color:#0000008a}.rtl-container.green.day .color-primary{color:#185127!important}.rtl-container.green.day .dot-primary{background-color:#185127!important}.rtl-container.green.day .dot-primary-lighter{background-color:#5d8568!important}.rtl-container.green.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .mat-mdc-form-field-hint{color:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.green.day .mat-mdc-form-field-hint fa-icon svg path{fill:#185127}.rtl-container.green.day .currency-icon path,.rtl-container.green.day .currency-icon polygon{fill:#0000008a}.rtl-container.green.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.green.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.green.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-primary-lighter{stroke:#5d8568}.rtl-container.green.day svg .stroke-color-primary{stroke:#185127}.rtl-container.green.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.green.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-1{fill:#fff}.rtl-container.green.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.green.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-6{fill:#fff}.rtl-container.green.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-9{fill:#fff}.rtl-container.green.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.green.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.green.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-16{fill:#404040}.rtl-container.green.day svg .fill-color-17{fill:#404040}.rtl-container.green.day svg .fill-color-18{fill:#000}.rtl-container.green.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-24{fill:#000}.rtl-container.green.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.green.day svg .fill-color-27{fill:#000}.rtl-container.green.day svg .fill-color-28{fill:#313131}.rtl-container.green.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-30{fill:#fff}.rtl-container.green.day svg .fill-color-31{fill:#185127}.rtl-container.green.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.green.day svg .fill-color-primary{fill:#185127}.rtl-container.green.day svg .fill-color-primary-lighter{fill:#5d8568}.rtl-container.green.day svg .fill-color-primary-darker{fill:#185127}.rtl-container.green.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.green.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.green.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#185127}.rtl-container.green.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.green.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.green.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.green.day .material-icons.mat-icon-no-color,.rtl-container.green.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.green.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.green.day .material-icons.info-icon.info-icon-primary{color:#185127}.rtl-container.green.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.green.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.green.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.green.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.green.day .material-icons.info-icon.arrow-downward,.rtl-container.green.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.green.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.green.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#185127}.rtl-container.green.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.green.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#08270e}.rtl-container.green.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.green.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#8ca893}.rtl-container.green.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.green.day .mat-progress-bar-buffer{background-color:#bacbbe}.rtl-container.green.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.green.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.green.day .foreground.mat-progress-spinner circle,.rtl-container.green.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.green.day .mat-toolbar-row,.rtl-container.green.day .mat-toolbar-single-row{height:4rem}.rtl-container.green.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.green.day a{color:#185127}.rtl-container.green.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.green.day .h-active-link{border-bottom:2px solid white}.rtl-container.green.day .mat-icon-36{color:#0000008a}.rtl-container.green.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.green.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.green.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.green.day .genseed-message{width:10%;color:#185127}.rtl-container.green.day .border-primary{border:1px solid #185127}.rtl-container.green.day .border-accent{border:1px solid #424242}.rtl-container.green.day .border-warn{border:1px solid #b00020}.rtl-container.green.day .material-icons.primary{color:#185127}.rtl-container.green.day .material-icons.accent{color:#424242}.rtl-container.green.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.green.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.green.day .row-disabled{background-color:gray}.rtl-container.green.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.green.day .mat-mdc-card-content,.rtl-container.green.day .mat-mdc-card-subtitle,.rtl-container.green.day .mat-mdc-card-title{color:#0000008a}.rtl-container.green.day .mat-menu-panel{min-width:4rem}.rtl-container.green.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.green.day .horizontal-button:hover{background:#5d8568;color:#424242}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#185127}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.green.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.green.day .mat-button,.rtl-container.green.day .mat-icon-button,.rtl-container.green.day .mat-stroked-button,.rtl-container.green.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.green.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.green.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.green.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.green.day .cc-data-block .cc-data-value{color:#000}.rtl-container.green.day .mat-cell,.rtl-container.green.day .mat-header-cell,.rtl-container.green.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.green.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.green.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#185127}.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#185127;opacity:1}.rtl-container.green.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.green.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.green.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.green.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.green.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.green.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.green.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.green.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.green.day .more-button{color:#000}.rtl-container.green.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.green.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.green.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.green.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.green.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.green.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.green.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.green.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.green.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.green.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.green.day .tab-badge .mat-badge-content.mat-badge-active{background:#185127}.rtl-container.green.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.green.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.green.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.green.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.day .rtl-select-overlay{min-width:7rem}}.rtl-container.green.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.green.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.green.day .table-actions-button{min-width:8rem}.rtl-container.green.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.green.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.green.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.green.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#8ca893!important}.rtl-container.green.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#154a23!important}.rtl-container.green.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.green.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.green.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.green.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.green.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.green.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.green.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.green.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.green.day .color-warn{color:#b00020}.rtl-container.green.day .fill-warn{fill:#b00020}.rtl-container.green.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.green.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.green.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.green.day .alert.alert-info a{color:#004085}.rtl-container.green.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.green.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.green.day .alert.alert-warn a{color:#856404}.rtl-container.green.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.green.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.green.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.green.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.green.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.green.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.green.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.green.day .failed-status{color:#b00020}.rtl-container.green.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.green.day .svg-fill-primary{fill:#185127}.rtl-container.green.day .svg-fill-primary-lighter{fill:#5d8568}.rtl-container.green.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.green.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.green.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.green.day .dashboard-card-content .underline,.rtl-container.green.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#185127}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#185127}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon{color:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon path{fill:#185127}.rtl-container.green.day .fa-icon-primary{color:#185127}.rtl-container.green.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day ngx-charts-bar-vertical text,.rtl-container.green.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.green.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.green.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.green.day .mat-paginator-container{padding:0}.rtl-container.green.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.green.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.green.day .invoice-animation-div .particles-circle{position:absolute;background-color:#185127;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #185127;background-color:transparent}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.green.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.green.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.green.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.green.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.green.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #185127;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #185127;--mdc-filled-text-field-focus-active-indicator-color: #185127;--mdc-filled-text-field-focus-label-text-color: rgba(24, 81, 39, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #185127;--mdc-outlined-text-field-focus-outline-color: #185127;--mdc-outlined-text-field-focus-label-text-color: rgba(24, 81, 39, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(24, 81, 39, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(24, 81, 39, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #185127;--mdc-slider-focus-handle-color: #185127;--mdc-slider-hover-handle-color: #185127;--mdc-slider-active-track-color: #185127;--mdc-slider-inactive-track-color: #185127;--mdc-slider-with-tick-marks-inactive-container-color: #185127;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #185127;--mat-mdc-slider-hover-ripple-color: rgba(24, 81, 39, .05);--mat-mdc-slider-focus-ripple-color: rgba(24, 81, 39, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #185127;--mat-badge-background-color: #185127;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #185127;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(24, 81, 39, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(24, 81, 39, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(24, 81, 39, .3);--mat-datepicker-toggle-active-state-icon-color: #185127;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(24, 81, 39, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #185127;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #185127;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #185127;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.green.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.green.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.green.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.green.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#185127}.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#185127}.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.green.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.green.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.green.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.green.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.green.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.green.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.green.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.green.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.green.night .mat-app-background,.rtl-container.green.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.green.night .mat-elevation-z0,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.green.night .mat-elevation-z1,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.green.night .mat-elevation-z2,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.green.night .mat-elevation-z3,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.green.night .mat-elevation-z4,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night .mat-elevation-z5,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.green.night .mat-elevation-z6,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.green.night .mat-elevation-z7,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.green.night .mat-elevation-z8,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.green.night .mat-elevation-z9,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.green.night .mat-elevation-z10,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.green.night .mat-elevation-z11,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.green.night .mat-elevation-z12,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.green.night .mat-elevation-z13,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.green.night .mat-elevation-z14,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.green.night .mat-elevation-z15,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.green.night .mat-elevation-z16,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.green.night .mat-elevation-z17,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.green.night .mat-elevation-z18,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.green.night .mat-elevation-z19,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.green.night .mat-elevation-z20,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.green.night .mat-elevation-z21,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.green.night .mat-elevation-z22,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.green.night .mat-elevation-z23,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.green.night .mat-elevation-z24,.rtl-container.green.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.green.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #185127;--mdc-linear-progress-track-color: rgba(24, 81, 39, .25)}.rtl-container.green.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#18512740;background-color:var(--mdc-linear-progress-track-color, rgba(24, 81, 39, .25))}@media (forced-colors: active){.rtl-container.green.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(24, 81, 39, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#18512740;background-color:var(--mdc-linear-progress-track-color, rgba(24, 81, 39, .25))}.rtl-container.green.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.green.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.green.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.green.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.green.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.green.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.green.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.green.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.green.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.green.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.green.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.green.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.green.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.green.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #185127;--mdc-chip-elevated-disabled-container-color: #185127;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.green.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #5d8568;--mdc-switch-selected-handle-color: #5d8568;--mdc-switch-selected-hover-state-layer-color: #5d8568;--mdc-switch-selected-pressed-state-layer-color: #5d8568;--mdc-switch-selected-focus-handle-color: #8ca893;--mdc-switch-selected-hover-handle-color: #8ca893;--mdc-switch-selected-pressed-handle-color: #8ca893;--mdc-switch-selected-focus-track-color: #154a23;--mdc-switch-selected-hover-track-color: #154a23;--mdc-switch-selected-pressed-track-color: #154a23;--mdc-switch-selected-track-color: #154a23;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.green.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.green.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.green.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.green.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.green.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.green.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #185127;--mdc-radio-selected-hover-icon-color: #185127;--mdc-radio-selected-icon-color: #185127;--mdc-radio-selected-pressed-icon-color: #185127;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.green.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.green.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.green.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.green.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.green.night .mdc-list-item__start,.rtl-container.green.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #185127;--mdc-radio-selected-hover-icon-color: #185127;--mdc-radio-selected-icon-color: #185127;--mdc-radio-selected-pressed-icon-color: #185127}.rtl-container.green.night .mat-accent .mdc-list-item__start,.rtl-container.green.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.green.night .mat-warn .mdc-list-item__start,.rtl-container.green.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.green.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #185127;--mdc-checkbox-selected-hover-icon-color: #185127;--mdc-checkbox-selected-icon-color: #185127;--mdc-checkbox-selected-pressed-icon-color: #185127;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #185127;--mdc-checkbox-selected-hover-state-layer-color: #185127;--mdc-checkbox-selected-pressed-state-layer-color: #185127;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#185127}.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.green.night .mat-mdc-tab-group,.rtl-container.green.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #185127;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #185127;--mat-tab-header-active-ripple-color: #185127;--mat-tab-header-inactive-ripple-color: #185127;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #185127;--mat-tab-header-active-hover-label-text-color: #185127;--mat-tab-header-active-focus-indicator-color: #185127;--mat-tab-header-active-hover-indicator-color: #185127}.rtl-container.green.night .mat-mdc-tab-group.mat-accent,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.green.night .mat-mdc-tab-group.mat-warn,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.green.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #185127;--mat-tab-header-with-background-foreground-color: white}.rtl-container.green.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.green.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.green.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #185127;--mdc-checkbox-selected-hover-icon-color: #185127;--mdc-checkbox-selected-icon-color: #185127;--mdc-checkbox-selected-pressed-icon-color: #185127;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #185127;--mdc-checkbox-selected-hover-state-layer-color: #185127;--mdc-checkbox-selected-pressed-state-layer-color: #185127;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.green.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.green.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.green.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #185127;--mat-text-button-state-layer-color: #185127;--mat-text-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.green.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.green.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.green.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #185127;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.green.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.green.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #185127;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.green.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-mdc-raised-button:hover,.rtl-container.green.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night .mat-mdc-raised-button:active,.rtl-container.green.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.green.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.green.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #185127;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #185127;--mat-outlined-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.green.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.green.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.green.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #185127;--mat-icon-button-state-layer-color: #185127;--mat-icon-button-ripple-color: rgba(24, 81, 39, .1)}.rtl-container.green.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.green.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.green.night .mat-mdc-fab.mat-primary,.rtl-container.green.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #185127;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-mdc-fab.mat-accent,.rtl-container.green.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.green.night .mat-mdc-fab.mat-warn,.rtl-container.green.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.green.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.green.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.green.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.green.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.green.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.green.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.green.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.green.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.green.night .mat-icon.mat-primary{--mat-icon-color: #185127}.rtl-container.green.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.green.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.green.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.green.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #185127;--mat-toolbar-container-text-color: white}.rtl-container.green.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.green.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.green.night .mat-primary{color:#30ff4b!important}.rtl-container.green.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.green.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.green.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.green.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.green.night .bg-primary{background-color:#185127;color:#fff}.rtl-container.green.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#30ff4b}.rtl-container.green.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.green.night .currency-icon path,.rtl-container.green.night .currency-icon polygon{fill:#fff}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.green.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#30ff4b}.rtl-container.green.night .cc-data-block .cc-data-title{color:#30ff4b}.rtl-container.green.night .mat-stroked-button.mat-primary{border-color:#30ff4b;color:#30ff4b}.rtl-container.green.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.green.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.green.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.green.night .active-link,.rtl-container.green.night .active-link .fa-icon-small,.rtl-container.green.night .mat-select-panel .mat-option.mat-active,.rtl-container.green.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#30ff4b;font-weight:500;cursor:pointer;fill:#30ff4b}.rtl-container.green.night .help-expansion .mat-expansion-panel-header,.rtl-container.green.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.green.night .help-expansion .mat-expansion-indicator:after,.rtl-container.green.night .help-expansion .mat-expansion-panel-content,.rtl-container.green.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.green.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.green.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.green.night .mat-expansion-panel,.rtl-container.green.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.green.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.green.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.green.night .mdc-data-table__header-cell,.rtl-container.green.night .mat-mdc-paginator,.rtl-container.green.night .mat-mdc-form-field-focus-overlay,.rtl-container.green.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.green.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.green.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#30ff4b}.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.green.night .svg-donation{opacity:1!important}.rtl-container.green.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#30ff4b!important}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#30ff4b!important}.rtl-container.green.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#185127}.rtl-container.green.night a{color:#30ff4b!important;cursor:pointer}.rtl-container.green.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.green.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.green.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.green.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.green.night .mat-mdc-select-placeholder,.rtl-container.green.night .mat-mdc-select-value,.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#30ff4b}.rtl-container.green.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.green.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#30ff4b}.rtl-container.green.night .mat-tree-node:hover,.rtl-container.green.night .mat-nested-tree-node-parent:hover,.rtl-container.green.night .mat-select-panel .mat-option:hover,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#30ff4b;cursor:pointer;background:#ffffff0f}.rtl-container.green.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.night .mat-tree-node:hover .mat-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#30ff4b}.rtl-container.green.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.green.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.green.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#30ff4b}.rtl-container.green.night .mat-tree-node:hover .boltz-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#30ff4b}.rtl-container.green.night .mat-tree-node .sidenav-img,.rtl-container.green.night .mat-nested-tree-node .sidenav-img,.rtl-container.green.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.green.night .page-title-container .page-title-img,.rtl-container.green.night svg.top-icon-small{fill:#fff}.rtl-container.green.night .selected-color{border-color:#5d8568}.rtl-container.green.night .mat-progress-bar-fill:after{background-color:#154a23}.rtl-container.green.night .chart-legend .legend-label:hover,.rtl-container.green.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.green.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.green.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#30ff4b}.rtl-container.green.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.green.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#30ff4b}.rtl-container.green.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#30ff4b}.rtl-container.green.night .mat-select-panel{background-color:#121212}.rtl-container.green.night .mat-tree{background:#121212}.rtl-container.green.night h4{color:#30ff4b}.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.green.night .dashboard-info-title{color:#30ff4b}.rtl-container.green.night .dashboard-info-value,.rtl-container.green.night .dashboard-capacity-header{color:#fff}.rtl-container.green.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.green.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.green.night .color-primary{color:#30ff4b!important}.rtl-container.green.night .dot-primary{background-color:#30ff4b!important}.rtl-container.green.night .dot-primary-lighter{background-color:#185127!important}.rtl-container.green.night .mat-stepper-vertical{background-color:#121212}.rtl-container.green.night .spinner-container h2{color:#30ff4b}.rtl-container.green.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.green.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.green.night svg .boltz-icon-fill{fill:#fff}.rtl-container.green.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-primary-lighter{stroke:#5d8568}.rtl-container.green.night svg .stroke-color-primary{stroke:#185127}.rtl-container.green.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.green.night svg .fill-color-0{fill:#171717}.rtl-container.green.night svg .fill-color-1{fill:#232323}.rtl-container.green.night svg .fill-color-2{fill:#222}.rtl-container.green.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.green.night svg .fill-color-4{fill:#383838}.rtl-container.green.night svg .fill-color-5{fill:#555}.rtl-container.green.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.green.night svg .fill-color-7{fill:#202020}.rtl-container.green.night svg .fill-color-8{fill:#242424}.rtl-container.green.night svg .fill-color-9{fill:#262626}.rtl-container.green.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.green.night svg .fill-color-11{fill:#171717}.rtl-container.green.night svg .fill-color-12{fill:#ccc}.rtl-container.green.night svg .fill-color-13{fill:#adadad}.rtl-container.green.night svg .fill-color-14{fill:#ababab}.rtl-container.green.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.green.night svg .fill-color-16{fill:#707070}.rtl-container.green.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.green.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.green.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.green.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.green.night svg .fill-color-21{fill:#cacaca}.rtl-container.green.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.green.night svg .fill-color-23{fill:#777}.rtl-container.green.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.green.night svg .fill-color-25{fill:#252525}.rtl-container.green.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.green.night svg .fill-color-27{fill:#000}.rtl-container.green.night svg .fill-color-28{fill:#313131}.rtl-container.green.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.green.night svg .fill-color-30{fill:#fff}.rtl-container.green.night svg .fill-color-31{fill:#185127}.rtl-container.green.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.green.night svg .fill-color-primary{fill:#185127}.rtl-container.green.night svg .fill-color-primary-lighter{fill:#5d8568}.rtl-container.green.night svg .fill-color-primary-darker{fill:#30ff4b}.rtl-container.green.night .mat-select-value,.rtl-container.green.night .mat-select-arrow{color:#fff}.rtl-container.green.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.green.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.green.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.green.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.green.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.green.night .mat-button.mat-primary,.rtl-container.green.night .mat-icon-button.mat-primary,.rtl-container.green.night .mat-stroked-button.mat-primary{color:#30ff4b}.rtl-container.green.night tr.alert.alert-warn .mat-cell,.rtl-container.green.night tr.alert.alert-warn .mat-header-cell,.rtl-container.green.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.green.night .material-icons.info-icon{font-size:100%;color:#30ff4b}.rtl-container.green.night .material-icons.info-icon.info-icon-primary{color:#30ff4b}.rtl-container.green.night .material-icons.info-icon.info-icon-text,.rtl-container.green.night .material-icons.info-icon.arrow-downward,.rtl-container.green.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.green.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.green.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#30ff4b}.rtl-container.green.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.green.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#0e3717}.rtl-container.green.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.green.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#30ff4b}.rtl-container.green.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.green.night .mat-progress-bar-buffer{background-color:#bacbbe}.rtl-container.green.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.green.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.green.night .foreground.mat-progress-spinner circle,.rtl-container.green.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.green.night .mat-toolbar-row,.rtl-container.green.night .mat-toolbar-single-row{height:4rem}.rtl-container.green.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.green.night a{color:#185127}.rtl-container.green.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.green.night .h-active-link{border-bottom:2px solid white}.rtl-container.green.night .mat-icon-36{color:#ffffffb3}.rtl-container.green.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.green.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.green.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.green.night .genseed-message{width:10%;color:#185127}.rtl-container.green.night .border-primary{border:1px solid #185127}.rtl-container.green.night .border-accent{border:1px solid #eeeeee}.rtl-container.green.night .border-warn{border:1px solid #ff343b}.rtl-container.green.night .material-icons.primary{color:#185127}.rtl-container.green.night .material-icons.accent{color:#eee}.rtl-container.green.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.green.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.green.night .row-disabled{background-color:gray}.rtl-container.green.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.green.night .mat-mdc-card-content,.rtl-container.green.night .mat-mdc-card-subtitle,.rtl-container.green.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.green.night .mat-menu-panel{min-width:4rem}.rtl-container.green.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.green.night .horizontal-button:hover{background:#5d8568;color:#eee}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#185127}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.green.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.green.night .mat-button,.rtl-container.green.night .mat-icon-button,.rtl-container.green.night .mat-stroked-button,.rtl-container.green.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.green.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.green.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.green.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.green.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.green.night .mat-cell,.rtl-container.green.night .mat-header-cell,.rtl-container.green.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.green.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.green.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#185127}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#185127;opacity:1}.rtl-container.green.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.green.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.green.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.green.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.green.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.green.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.green.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.green.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.green.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.green.night .more-button{color:#fff}.rtl-container.green.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.green.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.green.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.green.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.green.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.green.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.green.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.green.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.green.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.green.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.green.night .tab-badge .mat-badge-content.mat-badge-active{background:#185127}.rtl-container.green.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.green.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.green.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.green.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.night .rtl-select-overlay{min-width:7rem}}.rtl-container.green.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.green.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.green.night .table-actions-button{min-width:8rem}.rtl-container.green.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.green.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.green.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.green.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#8ca893!important}.rtl-container.green.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#154a23!important}.rtl-container.green.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.green.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.green.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.green.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.green.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.green.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.green.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.green.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.green.night .color-warn{color:#ff343b}.rtl-container.green.night .fill-warn{fill:#ff343b}.rtl-container.green.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.green.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.green.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.green.night .alert.alert-info a{color:#004085}.rtl-container.green.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.green.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.green.night .alert.alert-warn a{color:#856404}.rtl-container.green.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.green.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.green.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.green.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.green.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.green.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.green.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.green.night .failed-status{color:#ff343b}.rtl-container.green.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.green.night .svg-fill-primary{fill:#185127}.rtl-container.green.night .svg-fill-primary-lighter{fill:#5d8568}.rtl-container.green.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.green.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.green.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.green.night .dashboard-card-content .underline,.rtl-container.green.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#185127}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#185127}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#185127}.rtl-container.green.night .mat-mdc-form-field-hint .currency-icon{color:#185127}.rtl-container.green.night .mat-mdc-form-field-hint .currency-icon path{fill:#185127}.rtl-container.green.night .fa-icon-primary{color:#185127}.rtl-container.green.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night ngx-charts-bar-vertical text,.rtl-container.green.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.green.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.green.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.green.night .mat-paginator-container{padding:0}.rtl-container.green.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.green.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.green.night .invoice-animation-div .particles-circle{position:absolute;background-color:#185127;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #185127;background-color:transparent}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.green.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.green.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.green.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.green.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.teal.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #00695c;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #00695c;--mdc-filled-text-field-focus-active-indicator-color: #00695c;--mdc-filled-text-field-focus-label-text-color: rgba(0, 105, 92, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #00695c;--mdc-outlined-text-field-focus-outline-color: #00695c;--mdc-outlined-text-field-focus-label-text-color: rgba(0, 105, 92, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(0, 105, 92, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(0, 105, 92, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #00695c;--mdc-slider-focus-handle-color: #00695c;--mdc-slider-hover-handle-color: #00695c;--mdc-slider-active-track-color: #00695c;--mdc-slider-inactive-track-color: #00695c;--mdc-slider-with-tick-marks-inactive-container-color: #00695c;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #00695c;--mat-mdc-slider-hover-ripple-color: rgba(0, 105, 92, .05);--mat-mdc-slider-focus-ripple-color: rgba(0, 105, 92, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #00695c;--mat-badge-background-color: #00695c;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #00695c;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 105, 92, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 105, 92, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 105, 92, .3);--mat-datepicker-toggle-active-state-icon-color: #00695c;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 105, 92, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #00695c;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #00695c;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #00695c;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.teal.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.teal.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.teal.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#00695c}.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#00695c}.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.teal.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.teal.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.teal.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.teal.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.teal.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.teal.day .mat-app-background,.rtl-container.teal.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.teal.day .mat-elevation-z0,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.teal.day .mat-elevation-z1,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.teal.day .mat-elevation-z2,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.teal.day .mat-elevation-z3,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.teal.day .mat-elevation-z4,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day .mat-elevation-z5,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.teal.day .mat-elevation-z6,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.teal.day .mat-elevation-z7,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.teal.day .mat-elevation-z8,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.teal.day .mat-elevation-z9,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.teal.day .mat-elevation-z10,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.teal.day .mat-elevation-z11,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.teal.day .mat-elevation-z12,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.teal.day .mat-elevation-z13,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.teal.day .mat-elevation-z14,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.teal.day .mat-elevation-z15,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.teal.day .mat-elevation-z16,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.teal.day .mat-elevation-z17,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.teal.day .mat-elevation-z18,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.teal.day .mat-elevation-z19,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.teal.day .mat-elevation-z20,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.teal.day .mat-elevation-z21,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.teal.day .mat-elevation-z22,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.teal.day .mat-elevation-z23,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.teal.day .mat-elevation-z24,.rtl-container.teal.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.teal.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #00695c;--mdc-linear-progress-track-color: rgba(0, 105, 92, .25)}.rtl-container.teal.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#00695c40;background-color:var(--mdc-linear-progress-track-color, rgba(0, 105, 92, .25))}@media (forced-colors: active){.rtl-container.teal.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 105, 92, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#00695c40;background-color:var(--mdc-linear-progress-track-color, rgba(0, 105, 92, .25))}.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.teal.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.teal.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.teal.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.teal.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.teal.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.teal.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #00695c;--mdc-chip-elevated-disabled-container-color: #00695c;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.teal.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #00897b;--mdc-switch-selected-handle-color: #00897b;--mdc-switch-selected-hover-state-layer-color: #00897b;--mdc-switch-selected-pressed-state-layer-color: #00897b;--mdc-switch-selected-focus-handle-color: #004d40;--mdc-switch-selected-hover-handle-color: #004d40;--mdc-switch-selected-pressed-handle-color: #004d40;--mdc-switch-selected-focus-track-color: #4db6ac;--mdc-switch-selected-hover-track-color: #4db6ac;--mdc-switch-selected-pressed-track-color: #4db6ac;--mdc-switch-selected-track-color: #4db6ac;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.teal.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.teal.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.teal.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.teal.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.teal.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.teal.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #00695c;--mdc-radio-selected-hover-icon-color: #00695c;--mdc-radio-selected-icon-color: #00695c;--mdc-radio-selected-pressed-icon-color: #00695c;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.teal.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.teal.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.teal.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.teal.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.teal.day .mdc-list-item__start,.rtl-container.teal.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #00695c;--mdc-radio-selected-hover-icon-color: #00695c;--mdc-radio-selected-icon-color: #00695c;--mdc-radio-selected-pressed-icon-color: #00695c}.rtl-container.teal.day .mat-accent .mdc-list-item__start,.rtl-container.teal.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.teal.day .mat-warn .mdc-list-item__start,.rtl-container.teal.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.teal.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #00695c;--mdc-checkbox-selected-hover-icon-color: #00695c;--mdc-checkbox-selected-icon-color: #00695c;--mdc-checkbox-selected-pressed-icon-color: #00695c;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #00695c;--mdc-checkbox-selected-hover-state-layer-color: #00695c;--mdc-checkbox-selected-pressed-state-layer-color: #00695c;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.teal.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.teal.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#00695c}.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.teal.day .mat-mdc-tab-group,.rtl-container.teal.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #00695c;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #00695c;--mat-tab-header-active-ripple-color: #00695c;--mat-tab-header-inactive-ripple-color: #00695c;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #00695c;--mat-tab-header-active-hover-label-text-color: #00695c;--mat-tab-header-active-focus-indicator-color: #00695c;--mat-tab-header-active-hover-indicator-color: #00695c}.rtl-container.teal.day .mat-mdc-tab-group.mat-accent,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.teal.day .mat-mdc-tab-group.mat-warn,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #00695c;--mat-tab-header-with-background-foreground-color: white}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.teal.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #00695c;--mdc-checkbox-selected-hover-icon-color: #00695c;--mdc-checkbox-selected-icon-color: #00695c;--mdc-checkbox-selected-pressed-icon-color: #00695c;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #00695c;--mdc-checkbox-selected-hover-state-layer-color: #00695c;--mdc-checkbox-selected-pressed-state-layer-color: #00695c;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.teal.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.teal.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.teal.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.teal.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.teal.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #00695c;--mat-text-button-state-layer-color: #00695c;--mat-text-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.teal.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.teal.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.teal.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #00695c;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.teal.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #00695c;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-raised-button:hover,.rtl-container.teal.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day .mat-mdc-raised-button:active,.rtl-container.teal.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.teal.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.teal.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #00695c;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #00695c;--mat-outlined-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.teal.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.teal.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.teal.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #00695c;--mat-icon-button-state-layer-color: #00695c;--mat-icon-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.teal.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.teal.day .mat-mdc-fab.mat-primary,.rtl-container.teal.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #00695c;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-fab.mat-accent,.rtl-container.teal.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-mdc-fab.mat-warn,.rtl-container.teal.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.teal.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.teal.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.teal.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.teal.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.teal.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.teal.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.teal.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.teal.day .mat-icon.mat-primary{--mat-icon-color: #00695c}.rtl-container.teal.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.teal.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.teal.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #00695c;--mat-toolbar-container-text-color: white}.rtl-container.teal.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.teal.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.teal.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.teal.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.teal.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.teal.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.teal.day .bg-primary{background-color:#00695c;color:#fff}.rtl-container.teal.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.teal.day .page-title,.rtl-container.teal.day .mat-mdc-select-value,.rtl-container.teal.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.teal.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.teal.day .help-expansion .mat-expansion-panel-header,.rtl-container.teal.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.teal.day .help-expansion .mat-expansion-indicator:after,.rtl-container.teal.day .help-expansion .mat-expansion-panel-content,.rtl-container.teal.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#00695c}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.teal.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#00695c}.rtl-container.teal.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.teal.day .mat-tree-node:hover,.rtl-container.teal.day .mat-nested-tree-node-parent:hover,.rtl-container.teal.day .mat-select-panel .mat-option:hover,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#00695c;cursor:pointer}.rtl-container.teal.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.day .mat-tree-node:hover .mat-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#00695c}.rtl-container.teal.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#00695c}.rtl-container.teal.day .spinner-container h2{color:#fff}.rtl-container.teal.day .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.teal.day .mat-form-field-suffix{color:#0000008a}.rtl-container.teal.day .mat-stroked-button.mat-primary{border-color:#00695c}.rtl-container.teal.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.teal.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.teal.day .selected-color{border-color:#4db6ac}.rtl-container.teal.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.teal.day table.mat-mdc-table thead tr th,.rtl-container.teal.day .page-title-container,.rtl-container.teal.day .page-sub-title-container{color:#0000008a}.rtl-container.teal.day .page-title-container .page-title-img,.rtl-container.teal.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.teal.day .page-title-container .mat-input-element,.rtl-container.teal.day .page-title-container .mat-radio-label-content,.rtl-container.teal.day .page-title-container .theme-name,.rtl-container.teal.day .page-sub-title-container .mat-input-element,.rtl-container.teal.day .page-sub-title-container .mat-radio-label-content,.rtl-container.teal.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.teal.day .cc-data-block .cc-data-title{color:#00695c}.rtl-container.teal.day .active-link,.rtl-container.teal.day .active-link .fa-icon-small{color:#00695c;font-weight:500;cursor:pointer;fill:#00695c}.rtl-container.teal.day .mat-tree-node:hover,.rtl-container.teal.day .mat-nested-tree-node-parent:hover,.rtl-container.teal.day .mat-select-panel .mat-option:hover,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#00695c;cursor:pointer;background:#0000000a}.rtl-container.teal.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.day .mat-tree-node:hover .mat-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#00695c}.rtl-container.teal.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#00695c}.rtl-container.teal.day .mat-tree-node .sidenav-img,.rtl-container.teal.day .mat-nested-tree-node .sidenav-img,.rtl-container.teal.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.teal.day .page-title-container .page-title-img,.rtl-container.teal.day svg.top-icon-small{fill:#000000de}.rtl-container.teal.day .mat-progress-bar-fill:after{background-color:#004d40}.rtl-container.teal.day .modal-qr-code-container{background:#0000001f}.rtl-container.teal.day .mdc-tab__text-label,.rtl-container.teal.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.teal.day .mat-mdc-card,.rtl-container.teal.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.teal.day .dashboard-info-title{color:#00695c}.rtl-container.teal.day .dashboard-capacity-header,.rtl-container.teal.day .dashboard-info-value{color:#0000008a}.rtl-container.teal.day .color-primary{color:#00695c!important}.rtl-container.teal.day .dot-primary{background-color:#00695c!important}.rtl-container.teal.day .dot-primary-lighter{background-color:#4db6ac!important}.rtl-container.teal.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .mat-mdc-form-field-hint{color:#00695c}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.teal.day .mat-mdc-form-field-hint fa-icon svg path{fill:#00695c}.rtl-container.teal.day .currency-icon path,.rtl-container.teal.day .currency-icon polygon{fill:#0000008a}.rtl-container.teal.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.teal.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.teal.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-primary-lighter{stroke:#4db6ac}.rtl-container.teal.day svg .stroke-color-primary{stroke:#00695c}.rtl-container.teal.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.teal.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-1{fill:#fff}.rtl-container.teal.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.teal.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-6{fill:#fff}.rtl-container.teal.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-9{fill:#fff}.rtl-container.teal.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.teal.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.teal.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-16{fill:#404040}.rtl-container.teal.day svg .fill-color-17{fill:#404040}.rtl-container.teal.day svg .fill-color-18{fill:#000}.rtl-container.teal.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-24{fill:#000}.rtl-container.teal.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.teal.day svg .fill-color-27{fill:#000}.rtl-container.teal.day svg .fill-color-28{fill:#313131}.rtl-container.teal.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-30{fill:#fff}.rtl-container.teal.day svg .fill-color-31{fill:#00695c}.rtl-container.teal.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.teal.day svg .fill-color-primary{fill:#00695c}.rtl-container.teal.day svg .fill-color-primary-lighter{fill:#4db6ac}.rtl-container.teal.day svg .fill-color-primary-darker{fill:#00695c}.rtl-container.teal.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.teal.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.teal.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#00695c}.rtl-container.teal.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.teal.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.teal.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.teal.day .material-icons.mat-icon-no-color,.rtl-container.teal.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.teal.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.teal.day .material-icons.info-icon.info-icon-primary{color:#00695c}.rtl-container.teal.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.teal.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.teal.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.teal.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.teal.day .material-icons.info-icon.arrow-downward,.rtl-container.teal.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.teal.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#00695c}.rtl-container.teal.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#004d40}.rtl-container.teal.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#80cbc4}.rtl-container.teal.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.teal.day .mat-progress-bar-buffer{background-color:#b2dfdb}.rtl-container.teal.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.teal.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.teal.day .foreground.mat-progress-spinner circle,.rtl-container.teal.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.teal.day .mat-toolbar-row,.rtl-container.teal.day .mat-toolbar-single-row{height:4rem}.rtl-container.teal.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day a{color:#00695c}.rtl-container.teal.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.teal.day .h-active-link{border-bottom:2px solid white}.rtl-container.teal.day .mat-icon-36{color:#0000008a}.rtl-container.teal.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.teal.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.teal.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.teal.day .genseed-message{width:10%;color:#00695c}.rtl-container.teal.day .border-primary{border:1px solid #00695c}.rtl-container.teal.day .border-accent{border:1px solid #424242}.rtl-container.teal.day .border-warn{border:1px solid #b00020}.rtl-container.teal.day .material-icons.primary{color:#00695c}.rtl-container.teal.day .material-icons.accent{color:#424242}.rtl-container.teal.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.teal.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.teal.day .row-disabled{background-color:gray}.rtl-container.teal.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.teal.day .mat-mdc-card-content,.rtl-container.teal.day .mat-mdc-card-subtitle,.rtl-container.teal.day .mat-mdc-card-title{color:#0000008a}.rtl-container.teal.day .mat-menu-panel{min-width:4rem}.rtl-container.teal.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.teal.day .horizontal-button:hover{background:#4db6ac;color:#424242}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#00695c}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.teal.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.teal.day .mat-button,.rtl-container.teal.day .mat-icon-button,.rtl-container.teal.day .mat-stroked-button,.rtl-container.teal.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.teal.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.teal.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.teal.day .cc-data-block .cc-data-value{color:#000}.rtl-container.teal.day .mat-cell,.rtl-container.teal.day .mat-header-cell,.rtl-container.teal.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.teal.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.teal.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#00695c}.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#00695c;opacity:1}.rtl-container.teal.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.teal.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.teal.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.teal.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.teal.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.teal.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.teal.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.teal.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.teal.day .more-button{color:#000}.rtl-container.teal.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.teal.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.teal.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.teal.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.teal.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.teal.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.teal.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.teal.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.teal.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.teal.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.teal.day .tab-badge .mat-badge-content.mat-badge-active{background:#00695c}.rtl-container.teal.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.teal.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.teal.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .rtl-select-overlay{min-width:7rem}}.rtl-container.teal.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.teal.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.teal.day .table-actions-button{min-width:8rem}.rtl-container.teal.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.teal.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.teal.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.teal.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#80cbc4!important}.rtl-container.teal.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#00897b!important}.rtl-container.teal.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.teal.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.teal.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.teal.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.teal.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.teal.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.teal.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.teal.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.teal.day .color-warn{color:#b00020}.rtl-container.teal.day .fill-warn{fill:#b00020}.rtl-container.teal.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.teal.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.teal.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.teal.day .alert.alert-info a{color:#004085}.rtl-container.teal.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.teal.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.teal.day .alert.alert-warn a{color:#856404}.rtl-container.teal.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.teal.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.teal.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.teal.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.teal.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.teal.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.teal.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.teal.day .failed-status{color:#b00020}.rtl-container.teal.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.teal.day .svg-fill-primary{fill:#00695c}.rtl-container.teal.day .svg-fill-primary-lighter{fill:#4db6ac}.rtl-container.teal.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.teal.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.teal.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.teal.day .dashboard-card-content .underline,.rtl-container.teal.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#00695c}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#00695c}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#00695c}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon{color:#00695c}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon path{fill:#00695c}.rtl-container.teal.day .fa-icon-primary{color:#00695c}.rtl-container.teal.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day ngx-charts-bar-vertical text,.rtl-container.teal.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.teal.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.teal.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.teal.day .mat-paginator-container{padding:0}.rtl-container.teal.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.teal.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.teal.day .invoice-animation-div .particles-circle{position:absolute;background-color:#00695c;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #00695c;background-color:transparent}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.teal.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.teal.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.teal.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.teal.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.teal.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #00695c;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #00695c;--mdc-filled-text-field-focus-active-indicator-color: #00695c;--mdc-filled-text-field-focus-label-text-color: rgba(0, 105, 92, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #00695c;--mdc-outlined-text-field-focus-outline-color: #00695c;--mdc-outlined-text-field-focus-label-text-color: rgba(0, 105, 92, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(0, 105, 92, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(0, 105, 92, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #00695c;--mdc-slider-focus-handle-color: #00695c;--mdc-slider-hover-handle-color: #00695c;--mdc-slider-active-track-color: #00695c;--mdc-slider-inactive-track-color: #00695c;--mdc-slider-with-tick-marks-inactive-container-color: #00695c;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #00695c;--mat-mdc-slider-hover-ripple-color: rgba(0, 105, 92, .05);--mat-mdc-slider-focus-ripple-color: rgba(0, 105, 92, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #00695c;--mat-badge-background-color: #00695c;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #00695c;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 105, 92, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 105, 92, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 105, 92, .3);--mat-datepicker-toggle-active-state-icon-color: #00695c;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 105, 92, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #00695c;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #00695c;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #00695c;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.teal.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.teal.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.teal.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.teal.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#00695c}.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#00695c}.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.teal.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.teal.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.teal.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.teal.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.teal.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.teal.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.teal.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.teal.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.teal.night .mat-app-background,.rtl-container.teal.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.teal.night .mat-elevation-z0,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.teal.night .mat-elevation-z1,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.teal.night .mat-elevation-z2,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.teal.night .mat-elevation-z3,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.teal.night .mat-elevation-z4,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night .mat-elevation-z5,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.teal.night .mat-elevation-z6,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.teal.night .mat-elevation-z7,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.teal.night .mat-elevation-z8,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.teal.night .mat-elevation-z9,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.teal.night .mat-elevation-z10,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.teal.night .mat-elevation-z11,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.teal.night .mat-elevation-z12,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.teal.night .mat-elevation-z13,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.teal.night .mat-elevation-z14,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.teal.night .mat-elevation-z15,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.teal.night .mat-elevation-z16,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.teal.night .mat-elevation-z17,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.teal.night .mat-elevation-z18,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.teal.night .mat-elevation-z19,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.teal.night .mat-elevation-z20,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.teal.night .mat-elevation-z21,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.teal.night .mat-elevation-z22,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.teal.night .mat-elevation-z23,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.teal.night .mat-elevation-z24,.rtl-container.teal.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.teal.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #00695c;--mdc-linear-progress-track-color: rgba(0, 105, 92, .25)}.rtl-container.teal.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#00695c40;background-color:var(--mdc-linear-progress-track-color, rgba(0, 105, 92, .25))}@media (forced-colors: active){.rtl-container.teal.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 105, 92, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#00695c40;background-color:var(--mdc-linear-progress-track-color, rgba(0, 105, 92, .25))}.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.teal.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.teal.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.teal.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.teal.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.teal.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.teal.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #00695c;--mdc-chip-elevated-disabled-container-color: #00695c;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.teal.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #4db6ac;--mdc-switch-selected-handle-color: #4db6ac;--mdc-switch-selected-hover-state-layer-color: #4db6ac;--mdc-switch-selected-pressed-state-layer-color: #4db6ac;--mdc-switch-selected-focus-handle-color: #80cbc4;--mdc-switch-selected-hover-handle-color: #80cbc4;--mdc-switch-selected-pressed-handle-color: #80cbc4;--mdc-switch-selected-focus-track-color: #00897b;--mdc-switch-selected-hover-track-color: #00897b;--mdc-switch-selected-pressed-track-color: #00897b;--mdc-switch-selected-track-color: #00897b;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.teal.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.teal.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.teal.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.teal.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.teal.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.teal.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #00695c;--mdc-radio-selected-hover-icon-color: #00695c;--mdc-radio-selected-icon-color: #00695c;--mdc-radio-selected-pressed-icon-color: #00695c;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.teal.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.teal.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.teal.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.teal.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.teal.night .mdc-list-item__start,.rtl-container.teal.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #00695c;--mdc-radio-selected-hover-icon-color: #00695c;--mdc-radio-selected-icon-color: #00695c;--mdc-radio-selected-pressed-icon-color: #00695c}.rtl-container.teal.night .mat-accent .mdc-list-item__start,.rtl-container.teal.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.teal.night .mat-warn .mdc-list-item__start,.rtl-container.teal.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.teal.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #00695c;--mdc-checkbox-selected-hover-icon-color: #00695c;--mdc-checkbox-selected-icon-color: #00695c;--mdc-checkbox-selected-pressed-icon-color: #00695c;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #00695c;--mdc-checkbox-selected-hover-state-layer-color: #00695c;--mdc-checkbox-selected-pressed-state-layer-color: #00695c;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#00695c}.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.teal.night .mat-mdc-tab-group,.rtl-container.teal.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #00695c;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #00695c;--mat-tab-header-active-ripple-color: #00695c;--mat-tab-header-inactive-ripple-color: #00695c;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #00695c;--mat-tab-header-active-hover-label-text-color: #00695c;--mat-tab-header-active-focus-indicator-color: #00695c;--mat-tab-header-active-hover-indicator-color: #00695c}.rtl-container.teal.night .mat-mdc-tab-group.mat-accent,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.teal.night .mat-mdc-tab-group.mat-warn,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #00695c;--mat-tab-header-with-background-foreground-color: white}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.teal.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #00695c;--mdc-checkbox-selected-hover-icon-color: #00695c;--mdc-checkbox-selected-icon-color: #00695c;--mdc-checkbox-selected-pressed-icon-color: #00695c;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #00695c;--mdc-checkbox-selected-hover-state-layer-color: #00695c;--mdc-checkbox-selected-pressed-state-layer-color: #00695c;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.teal.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.teal.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.teal.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #00695c;--mat-text-button-state-layer-color: #00695c;--mat-text-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.teal.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.teal.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.teal.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #00695c;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.teal.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.teal.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #00695c;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.teal.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-mdc-raised-button:hover,.rtl-container.teal.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night .mat-mdc-raised-button:active,.rtl-container.teal.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.teal.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.teal.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #00695c;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #00695c;--mat-outlined-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.teal.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.teal.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.teal.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #00695c;--mat-icon-button-state-layer-color: #00695c;--mat-icon-button-ripple-color: rgba(0, 105, 92, .1)}.rtl-container.teal.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.teal.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.teal.night .mat-mdc-fab.mat-primary,.rtl-container.teal.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #00695c;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-mdc-fab.mat-accent,.rtl-container.teal.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.teal.night .mat-mdc-fab.mat-warn,.rtl-container.teal.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.teal.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.teal.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.teal.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.teal.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.teal.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.teal.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.teal.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.teal.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.teal.night .mat-icon.mat-primary{--mat-icon-color: #00695c}.rtl-container.teal.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.teal.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.teal.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.teal.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #00695c;--mat-toolbar-container-text-color: white}.rtl-container.teal.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.teal.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.teal.night .mat-primary{color:#64ffda!important}.rtl-container.teal.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.teal.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.teal.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.teal.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.teal.night .bg-primary{background-color:#00695c;color:#fff}.rtl-container.teal.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#64ffda}.rtl-container.teal.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.teal.night .currency-icon path,.rtl-container.teal.night .currency-icon polygon{fill:#fff}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.teal.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#64ffda}.rtl-container.teal.night .cc-data-block .cc-data-title{color:#64ffda}.rtl-container.teal.night .mat-stroked-button.mat-primary{border-color:#64ffda;color:#64ffda}.rtl-container.teal.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.teal.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.teal.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.teal.night .active-link,.rtl-container.teal.night .active-link .fa-icon-small,.rtl-container.teal.night .mat-select-panel .mat-option.mat-active,.rtl-container.teal.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#64ffda;font-weight:500;cursor:pointer;fill:#64ffda}.rtl-container.teal.night .help-expansion .mat-expansion-panel-header,.rtl-container.teal.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.teal.night .help-expansion .mat-expansion-indicator:after,.rtl-container.teal.night .help-expansion .mat-expansion-panel-content,.rtl-container.teal.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.teal.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.teal.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.teal.night .mat-expansion-panel,.rtl-container.teal.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.teal.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.teal.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.teal.night .mdc-data-table__header-cell,.rtl-container.teal.night .mat-mdc-paginator,.rtl-container.teal.night .mat-mdc-form-field-focus-overlay,.rtl-container.teal.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.teal.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.teal.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#64ffda}.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.teal.night .svg-donation{opacity:1!important}.rtl-container.teal.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#64ffda!important}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#64ffda!important}.rtl-container.teal.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#00695c}.rtl-container.teal.night a{color:#64ffda!important;cursor:pointer}.rtl-container.teal.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.teal.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.teal.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.teal.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.teal.night .mat-mdc-select-placeholder,.rtl-container.teal.night .mat-mdc-select-value,.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#64ffda}.rtl-container.teal.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.teal.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#64ffda}.rtl-container.teal.night .mat-tree-node:hover,.rtl-container.teal.night .mat-nested-tree-node-parent:hover,.rtl-container.teal.night .mat-select-panel .mat-option:hover,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#64ffda;cursor:pointer;background:#ffffff0f}.rtl-container.teal.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.night .mat-tree-node:hover .mat-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#64ffda}.rtl-container.teal.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.teal.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#64ffda}.rtl-container.teal.night .mat-tree-node:hover .boltz-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#64ffda}.rtl-container.teal.night .mat-tree-node .sidenav-img,.rtl-container.teal.night .mat-nested-tree-node .sidenav-img,.rtl-container.teal.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.teal.night .page-title-container .page-title-img,.rtl-container.teal.night svg.top-icon-small{fill:#fff}.rtl-container.teal.night .selected-color{border-color:#4db6ac}.rtl-container.teal.night .mat-progress-bar-fill:after{background-color:#00897b}.rtl-container.teal.night .chart-legend .legend-label:hover,.rtl-container.teal.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.teal.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.teal.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#64ffda}.rtl-container.teal.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.teal.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#64ffda}.rtl-container.teal.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#64ffda}.rtl-container.teal.night .mat-select-panel{background-color:#121212}.rtl-container.teal.night .mat-tree{background:#121212}.rtl-container.teal.night h4{color:#64ffda}.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.teal.night .dashboard-info-title{color:#64ffda}.rtl-container.teal.night .dashboard-info-value,.rtl-container.teal.night .dashboard-capacity-header{color:#fff}.rtl-container.teal.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.teal.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.teal.night .color-primary{color:#64ffda!important}.rtl-container.teal.night .dot-primary{background-color:#64ffda!important}.rtl-container.teal.night .dot-primary-lighter{background-color:#00695c!important}.rtl-container.teal.night .mat-stepper-vertical{background-color:#121212}.rtl-container.teal.night .spinner-container h2{color:#64ffda}.rtl-container.teal.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.teal.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.teal.night svg .boltz-icon-fill{fill:#fff}.rtl-container.teal.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-primary-lighter{stroke:#4db6ac}.rtl-container.teal.night svg .stroke-color-primary{stroke:#00695c}.rtl-container.teal.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.teal.night svg .fill-color-0{fill:#171717}.rtl-container.teal.night svg .fill-color-1{fill:#232323}.rtl-container.teal.night svg .fill-color-2{fill:#222}.rtl-container.teal.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.teal.night svg .fill-color-4{fill:#383838}.rtl-container.teal.night svg .fill-color-5{fill:#555}.rtl-container.teal.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.teal.night svg .fill-color-7{fill:#202020}.rtl-container.teal.night svg .fill-color-8{fill:#242424}.rtl-container.teal.night svg .fill-color-9{fill:#262626}.rtl-container.teal.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.teal.night svg .fill-color-11{fill:#171717}.rtl-container.teal.night svg .fill-color-12{fill:#ccc}.rtl-container.teal.night svg .fill-color-13{fill:#adadad}.rtl-container.teal.night svg .fill-color-14{fill:#ababab}.rtl-container.teal.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.teal.night svg .fill-color-16{fill:#707070}.rtl-container.teal.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.teal.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.teal.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.teal.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.teal.night svg .fill-color-21{fill:#cacaca}.rtl-container.teal.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.teal.night svg .fill-color-23{fill:#777}.rtl-container.teal.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.teal.night svg .fill-color-25{fill:#252525}.rtl-container.teal.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.teal.night svg .fill-color-27{fill:#000}.rtl-container.teal.night svg .fill-color-28{fill:#313131}.rtl-container.teal.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.teal.night svg .fill-color-30{fill:#fff}.rtl-container.teal.night svg .fill-color-31{fill:#00695c}.rtl-container.teal.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.teal.night svg .fill-color-primary{fill:#00695c}.rtl-container.teal.night svg .fill-color-primary-lighter{fill:#4db6ac}.rtl-container.teal.night svg .fill-color-primary-darker{fill:#64ffda}.rtl-container.teal.night .mat-select-value,.rtl-container.teal.night .mat-select-arrow{color:#fff}.rtl-container.teal.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.teal.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.teal.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.teal.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.teal.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.teal.night .mat-button.mat-primary,.rtl-container.teal.night .mat-icon-button.mat-primary,.rtl-container.teal.night .mat-stroked-button.mat-primary{color:#64ffda}.rtl-container.teal.night tr.alert.alert-warn .mat-cell,.rtl-container.teal.night tr.alert.alert-warn .mat-header-cell,.rtl-container.teal.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.teal.night .material-icons.info-icon{font-size:100%;color:#64ffda}.rtl-container.teal.night .material-icons.info-icon.info-icon-primary{color:#64ffda}.rtl-container.teal.night .material-icons.info-icon.info-icon-text,.rtl-container.teal.night .material-icons.info-icon.arrow-downward,.rtl-container.teal.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.teal.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#64ffda}.rtl-container.teal.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#00695c}.rtl-container.teal.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#64ffda}.rtl-container.teal.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.teal.night .mat-progress-bar-buffer{background-color:#b2dfdb}.rtl-container.teal.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.teal.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.teal.night .foreground.mat-progress-spinner circle,.rtl-container.teal.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.teal.night .mat-toolbar-row,.rtl-container.teal.night .mat-toolbar-single-row{height:4rem}.rtl-container.teal.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.teal.night a{color:#00695c}.rtl-container.teal.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.teal.night .h-active-link{border-bottom:2px solid white}.rtl-container.teal.night .mat-icon-36{color:#ffffffb3}.rtl-container.teal.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.teal.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.teal.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.teal.night .genseed-message{width:10%;color:#00695c}.rtl-container.teal.night .border-primary{border:1px solid #00695c}.rtl-container.teal.night .border-accent{border:1px solid #eeeeee}.rtl-container.teal.night .border-warn{border:1px solid #ff343b}.rtl-container.teal.night .material-icons.primary{color:#00695c}.rtl-container.teal.night .material-icons.accent{color:#eee}.rtl-container.teal.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.teal.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.teal.night .row-disabled{background-color:gray}.rtl-container.teal.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.teal.night .mat-mdc-card-content,.rtl-container.teal.night .mat-mdc-card-subtitle,.rtl-container.teal.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.teal.night .mat-menu-panel{min-width:4rem}.rtl-container.teal.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.teal.night .horizontal-button:hover{background:#4db6ac;color:#eee}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#00695c}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.teal.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.teal.night .mat-button,.rtl-container.teal.night .mat-icon-button,.rtl-container.teal.night .mat-stroked-button,.rtl-container.teal.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.teal.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.teal.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.teal.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.teal.night .mat-cell,.rtl-container.teal.night .mat-header-cell,.rtl-container.teal.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.teal.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.teal.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#00695c}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#00695c;opacity:1}.rtl-container.teal.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.teal.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.teal.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.teal.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.teal.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.teal.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.teal.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.teal.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.teal.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.teal.night .more-button{color:#fff}.rtl-container.teal.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.teal.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.teal.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.teal.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.teal.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.teal.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.teal.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.teal.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.teal.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.teal.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.teal.night .tab-badge .mat-badge-content.mat-badge-active{background:#00695c}.rtl-container.teal.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.teal.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.teal.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .rtl-select-overlay{min-width:7rem}}.rtl-container.teal.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.teal.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.teal.night .table-actions-button{min-width:8rem}.rtl-container.teal.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.teal.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.teal.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.teal.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#80cbc4!important}.rtl-container.teal.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#00897b!important}.rtl-container.teal.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.teal.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.teal.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.teal.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.teal.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.teal.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.teal.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.teal.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.teal.night .color-warn{color:#ff343b}.rtl-container.teal.night .fill-warn{fill:#ff343b}.rtl-container.teal.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.teal.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.teal.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.teal.night .alert.alert-info a{color:#004085}.rtl-container.teal.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.teal.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.teal.night .alert.alert-warn a{color:#856404}.rtl-container.teal.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.teal.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.teal.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.teal.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.teal.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.teal.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.teal.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.teal.night .failed-status{color:#ff343b}.rtl-container.teal.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.teal.night .svg-fill-primary{fill:#00695c}.rtl-container.teal.night .svg-fill-primary-lighter{fill:#4db6ac}.rtl-container.teal.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.teal.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.teal.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.teal.night .dashboard-card-content .underline,.rtl-container.teal.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#00695c}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#00695c}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#00695c}.rtl-container.teal.night .mat-mdc-form-field-hint .currency-icon{color:#00695c}.rtl-container.teal.night .mat-mdc-form-field-hint .currency-icon path{fill:#00695c}.rtl-container.teal.night .fa-icon-primary{color:#00695c}.rtl-container.teal.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night ngx-charts-bar-vertical text,.rtl-container.teal.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.teal.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.teal.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.teal.night .mat-paginator-container{padding:0}.rtl-container.teal.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.teal.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.teal.night .invoice-animation-div .particles-circle{position:absolute;background-color:#00695c;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #00695c;background-color:transparent}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.teal.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.teal.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.teal.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.teal.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.pink.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #e91e63;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #e91e63;--mdc-filled-text-field-focus-active-indicator-color: #e91e63;--mdc-filled-text-field-focus-label-text-color: rgba(233, 30, 99, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #e91e63;--mdc-outlined-text-field-focus-outline-color: #e91e63;--mdc-outlined-text-field-focus-label-text-color: rgba(233, 30, 99, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(233, 30, 99, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(233, 30, 99, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #e91e63;--mdc-slider-focus-handle-color: #e91e63;--mdc-slider-hover-handle-color: #e91e63;--mdc-slider-active-track-color: #e91e63;--mdc-slider-inactive-track-color: #e91e63;--mdc-slider-with-tick-marks-inactive-container-color: #e91e63;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #e91e63;--mat-mdc-slider-hover-ripple-color: rgba(233, 30, 99, .05);--mat-mdc-slider-focus-ripple-color: rgba(233, 30, 99, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #e91e63;--mat-badge-background-color: #e91e63;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #e91e63;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 30, 99, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 30, 99, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 30, 99, .3);--mat-datepicker-toggle-active-state-icon-color: #e91e63;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 30, 99, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #e91e63;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #e91e63;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #e91e63;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.pink.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.pink.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.pink.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#e91e63}.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#e91e63}.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.pink.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.pink.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.pink.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.pink.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.pink.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.pink.day .mat-app-background,.rtl-container.pink.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.pink.day .mat-elevation-z0,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.pink.day .mat-elevation-z1,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.pink.day .mat-elevation-z2,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.pink.day .mat-elevation-z3,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.pink.day .mat-elevation-z4,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day .mat-elevation-z5,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.pink.day .mat-elevation-z6,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.pink.day .mat-elevation-z7,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.pink.day .mat-elevation-z8,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.pink.day .mat-elevation-z9,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.pink.day .mat-elevation-z10,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.pink.day .mat-elevation-z11,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.pink.day .mat-elevation-z12,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.pink.day .mat-elevation-z13,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.pink.day .mat-elevation-z14,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.pink.day .mat-elevation-z15,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.pink.day .mat-elevation-z16,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.pink.day .mat-elevation-z17,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.pink.day .mat-elevation-z18,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.pink.day .mat-elevation-z19,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.pink.day .mat-elevation-z20,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.pink.day .mat-elevation-z21,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.pink.day .mat-elevation-z22,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.pink.day .mat-elevation-z23,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.pink.day .mat-elevation-z24,.rtl-container.pink.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.pink.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #e91e63;--mdc-linear-progress-track-color: rgba(233, 30, 99, .25)}.rtl-container.pink.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#e91e6340;background-color:var(--mdc-linear-progress-track-color, rgba(233, 30, 99, .25))}@media (forced-colors: active){.rtl-container.pink.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(233, 30, 99, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#e91e6340;background-color:var(--mdc-linear-progress-track-color, rgba(233, 30, 99, .25))}.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.pink.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.pink.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.pink.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.pink.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.pink.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.pink.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #e91e63;--mdc-chip-elevated-disabled-container-color: #e91e63;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.pink.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #d81b60;--mdc-switch-selected-handle-color: #d81b60;--mdc-switch-selected-hover-state-layer-color: #d81b60;--mdc-switch-selected-pressed-state-layer-color: #d81b60;--mdc-switch-selected-focus-handle-color: #880e4f;--mdc-switch-selected-hover-handle-color: #880e4f;--mdc-switch-selected-pressed-handle-color: #880e4f;--mdc-switch-selected-focus-track-color: #f06292;--mdc-switch-selected-hover-track-color: #f06292;--mdc-switch-selected-pressed-track-color: #f06292;--mdc-switch-selected-track-color: #f06292;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.pink.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.pink.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.pink.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.pink.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.pink.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.pink.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #e91e63;--mdc-radio-selected-hover-icon-color: #e91e63;--mdc-radio-selected-icon-color: #e91e63;--mdc-radio-selected-pressed-icon-color: #e91e63;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.pink.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.pink.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.pink.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.pink.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.pink.day .mdc-list-item__start,.rtl-container.pink.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #e91e63;--mdc-radio-selected-hover-icon-color: #e91e63;--mdc-radio-selected-icon-color: #e91e63;--mdc-radio-selected-pressed-icon-color: #e91e63}.rtl-container.pink.day .mat-accent .mdc-list-item__start,.rtl-container.pink.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.pink.day .mat-warn .mdc-list-item__start,.rtl-container.pink.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.pink.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #e91e63;--mdc-checkbox-selected-hover-icon-color: #e91e63;--mdc-checkbox-selected-icon-color: #e91e63;--mdc-checkbox-selected-pressed-icon-color: #e91e63;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #e91e63;--mdc-checkbox-selected-hover-state-layer-color: #e91e63;--mdc-checkbox-selected-pressed-state-layer-color: #e91e63;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.pink.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.pink.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#e91e63}.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.pink.day .mat-mdc-tab-group,.rtl-container.pink.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #e91e63;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #e91e63;--mat-tab-header-active-ripple-color: #e91e63;--mat-tab-header-inactive-ripple-color: #e91e63;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #e91e63;--mat-tab-header-active-hover-label-text-color: #e91e63;--mat-tab-header-active-focus-indicator-color: #e91e63;--mat-tab-header-active-hover-indicator-color: #e91e63}.rtl-container.pink.day .mat-mdc-tab-group.mat-accent,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.pink.day .mat-mdc-tab-group.mat-warn,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #e91e63;--mat-tab-header-with-background-foreground-color: white}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.pink.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #e91e63;--mdc-checkbox-selected-hover-icon-color: #e91e63;--mdc-checkbox-selected-icon-color: #e91e63;--mdc-checkbox-selected-pressed-icon-color: #e91e63;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #e91e63;--mdc-checkbox-selected-hover-state-layer-color: #e91e63;--mdc-checkbox-selected-pressed-state-layer-color: #e91e63;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.pink.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.pink.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.pink.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.pink.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.pink.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #e91e63;--mat-text-button-state-layer-color: #e91e63;--mat-text-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.pink.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.pink.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.pink.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #e91e63;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.pink.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #e91e63;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-raised-button:hover,.rtl-container.pink.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day .mat-mdc-raised-button:active,.rtl-container.pink.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.pink.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.pink.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #e91e63;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #e91e63;--mat-outlined-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.pink.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.pink.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.pink.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #e91e63;--mat-icon-button-state-layer-color: #e91e63;--mat-icon-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.pink.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.pink.day .mat-mdc-fab.mat-primary,.rtl-container.pink.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #e91e63;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-fab.mat-accent,.rtl-container.pink.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-mdc-fab.mat-warn,.rtl-container.pink.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.pink.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.pink.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.pink.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.pink.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.pink.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.pink.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.pink.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.pink.day .mat-icon.mat-primary{--mat-icon-color: #e91e63}.rtl-container.pink.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.pink.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.pink.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #e91e63;--mat-toolbar-container-text-color: white}.rtl-container.pink.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.pink.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.pink.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.pink.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.pink.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.pink.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.pink.day .bg-primary{background-color:#e91e63;color:#fff}.rtl-container.pink.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.pink.day .page-title,.rtl-container.pink.day .mat-mdc-select-value,.rtl-container.pink.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.pink.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.pink.day .help-expansion .mat-expansion-panel-header,.rtl-container.pink.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.pink.day .help-expansion .mat-expansion-indicator:after,.rtl-container.pink.day .help-expansion .mat-expansion-panel-content,.rtl-container.pink.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#e91e63}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.pink.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#e91e63}.rtl-container.pink.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.pink.day .mat-tree-node:hover,.rtl-container.pink.day .mat-nested-tree-node-parent:hover,.rtl-container.pink.day .mat-select-panel .mat-option:hover,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#e91e63;cursor:pointer}.rtl-container.pink.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.day .mat-tree-node:hover .mat-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#e91e63}.rtl-container.pink.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#e91e63}.rtl-container.pink.day .spinner-container h2{color:#fff}.rtl-container.pink.day .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.pink.day .mat-form-field-suffix{color:#0000008a}.rtl-container.pink.day .mat-stroked-button.mat-primary{border-color:#e91e63}.rtl-container.pink.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.pink.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.pink.day .selected-color{border-color:#f06292}.rtl-container.pink.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.pink.day table.mat-mdc-table thead tr th,.rtl-container.pink.day .page-title-container,.rtl-container.pink.day .page-sub-title-container{color:#0000008a}.rtl-container.pink.day .page-title-container .page-title-img,.rtl-container.pink.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.pink.day .page-title-container .mat-input-element,.rtl-container.pink.day .page-title-container .mat-radio-label-content,.rtl-container.pink.day .page-title-container .theme-name,.rtl-container.pink.day .page-sub-title-container .mat-input-element,.rtl-container.pink.day .page-sub-title-container .mat-radio-label-content,.rtl-container.pink.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.pink.day .cc-data-block .cc-data-title{color:#e91e63}.rtl-container.pink.day .active-link,.rtl-container.pink.day .active-link .fa-icon-small{color:#e91e63;font-weight:500;cursor:pointer;fill:#e91e63}.rtl-container.pink.day .mat-tree-node:hover,.rtl-container.pink.day .mat-nested-tree-node-parent:hover,.rtl-container.pink.day .mat-select-panel .mat-option:hover,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#e91e63;cursor:pointer;background:#0000000a}.rtl-container.pink.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.day .mat-tree-node:hover .mat-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#e91e63}.rtl-container.pink.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#e91e63}.rtl-container.pink.day .mat-tree-node .sidenav-img,.rtl-container.pink.day .mat-nested-tree-node .sidenav-img,.rtl-container.pink.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.pink.day .page-title-container .page-title-img,.rtl-container.pink.day svg.top-icon-small{fill:#000000de}.rtl-container.pink.day .mat-progress-bar-fill:after{background-color:#880e4f}.rtl-container.pink.day .modal-qr-code-container{background:#0000001f}.rtl-container.pink.day .mdc-tab__text-label,.rtl-container.pink.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.pink.day .mat-mdc-card,.rtl-container.pink.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.pink.day .dashboard-info-title{color:#e91e63}.rtl-container.pink.day .dashboard-capacity-header,.rtl-container.pink.day .dashboard-info-value{color:#0000008a}.rtl-container.pink.day .color-primary{color:#e91e63!important}.rtl-container.pink.day .dot-primary{background-color:#e91e63!important}.rtl-container.pink.day .dot-primary-lighter{background-color:#f06292!important}.rtl-container.pink.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .mat-mdc-form-field-hint{color:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.pink.day .mat-mdc-form-field-hint fa-icon svg path{fill:#e91e63}.rtl-container.pink.day .currency-icon path,.rtl-container.pink.day .currency-icon polygon{fill:#0000008a}.rtl-container.pink.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.pink.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.pink.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-primary-lighter{stroke:#f06292}.rtl-container.pink.day svg .stroke-color-primary{stroke:#e91e63}.rtl-container.pink.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.pink.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-1{fill:#fff}.rtl-container.pink.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.pink.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-6{fill:#fff}.rtl-container.pink.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-9{fill:#fff}.rtl-container.pink.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.pink.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.pink.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-16{fill:#404040}.rtl-container.pink.day svg .fill-color-17{fill:#404040}.rtl-container.pink.day svg .fill-color-18{fill:#000}.rtl-container.pink.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-24{fill:#000}.rtl-container.pink.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.pink.day svg .fill-color-27{fill:#000}.rtl-container.pink.day svg .fill-color-28{fill:#313131}.rtl-container.pink.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-30{fill:#fff}.rtl-container.pink.day svg .fill-color-31{fill:#e91e63}.rtl-container.pink.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.pink.day svg .fill-color-primary{fill:#e91e63}.rtl-container.pink.day svg .fill-color-primary-lighter{fill:#f06292}.rtl-container.pink.day svg .fill-color-primary-darker{fill:#e91e63}.rtl-container.pink.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.pink.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.pink.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#e91e63}.rtl-container.pink.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.pink.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.pink.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.pink.day .material-icons.mat-icon-no-color,.rtl-container.pink.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.pink.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.pink.day .material-icons.info-icon.info-icon-primary{color:#e91e63}.rtl-container.pink.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.pink.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.pink.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.pink.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.pink.day .material-icons.info-icon.arrow-downward,.rtl-container.pink.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.pink.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#e91e63}.rtl-container.pink.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#880e4f}.rtl-container.pink.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#f48fb1}.rtl-container.pink.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.pink.day .mat-progress-bar-buffer{background-color:#f8bbd0}.rtl-container.pink.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.pink.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.pink.day .foreground.mat-progress-spinner circle,.rtl-container.pink.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.pink.day .mat-toolbar-row,.rtl-container.pink.day .mat-toolbar-single-row{height:4rem}.rtl-container.pink.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day a{color:#e91e63}.rtl-container.pink.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.pink.day .h-active-link{border-bottom:2px solid white}.rtl-container.pink.day .mat-icon-36{color:#0000008a}.rtl-container.pink.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.pink.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.pink.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.pink.day .genseed-message{width:10%;color:#e91e63}.rtl-container.pink.day .border-primary{border:1px solid #e91e63}.rtl-container.pink.day .border-accent{border:1px solid #424242}.rtl-container.pink.day .border-warn{border:1px solid #b00020}.rtl-container.pink.day .material-icons.primary{color:#e91e63}.rtl-container.pink.day .material-icons.accent{color:#424242}.rtl-container.pink.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.pink.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.pink.day .row-disabled{background-color:gray}.rtl-container.pink.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.pink.day .mat-mdc-card-content,.rtl-container.pink.day .mat-mdc-card-subtitle,.rtl-container.pink.day .mat-mdc-card-title{color:#0000008a}.rtl-container.pink.day .mat-menu-panel{min-width:4rem}.rtl-container.pink.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.pink.day .horizontal-button:hover{background:#f06292;color:#424242}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#e91e63}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.pink.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.pink.day .mat-button,.rtl-container.pink.day .mat-icon-button,.rtl-container.pink.day .mat-stroked-button,.rtl-container.pink.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.pink.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.pink.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.pink.day .cc-data-block .cc-data-value{color:#000}.rtl-container.pink.day .mat-cell,.rtl-container.pink.day .mat-header-cell,.rtl-container.pink.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.pink.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.pink.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#e91e63}.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#e91e63;opacity:1}.rtl-container.pink.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.pink.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.pink.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.pink.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.pink.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.pink.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.pink.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.pink.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.pink.day .more-button{color:#000}.rtl-container.pink.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.pink.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.pink.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.pink.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.pink.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.pink.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.pink.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.pink.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.pink.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.pink.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.pink.day .tab-badge .mat-badge-content.mat-badge-active{background:#e91e63}.rtl-container.pink.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.pink.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.pink.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .rtl-select-overlay{min-width:7rem}}.rtl-container.pink.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.pink.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.pink.day .table-actions-button{min-width:8rem}.rtl-container.pink.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.pink.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.pink.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.pink.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#f48fb1!important}.rtl-container.pink.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#d81b60!important}.rtl-container.pink.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.pink.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.pink.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.pink.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.pink.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.pink.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.pink.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.pink.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.pink.day .color-warn{color:#b00020}.rtl-container.pink.day .fill-warn{fill:#b00020}.rtl-container.pink.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.pink.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.pink.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.pink.day .alert.alert-info a{color:#004085}.rtl-container.pink.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.pink.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.pink.day .alert.alert-warn a{color:#856404}.rtl-container.pink.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.pink.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.pink.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.pink.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.pink.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.pink.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.pink.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.pink.day .failed-status{color:#b00020}.rtl-container.pink.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.pink.day .svg-fill-primary{fill:#e91e63}.rtl-container.pink.day .svg-fill-primary-lighter{fill:#f06292}.rtl-container.pink.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.pink.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.pink.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.pink.day .dashboard-card-content .underline,.rtl-container.pink.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#e91e63}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#e91e63}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon{color:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon path{fill:#e91e63}.rtl-container.pink.day .fa-icon-primary{color:#e91e63}.rtl-container.pink.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day ngx-charts-bar-vertical text,.rtl-container.pink.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.pink.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.pink.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.pink.day .mat-paginator-container{padding:0}.rtl-container.pink.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.pink.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.pink.day .invoice-animation-div .particles-circle{position:absolute;background-color:#e91e63;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #e91e63;background-color:transparent}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.pink.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.pink.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.pink.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.pink.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.pink.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #e91e63;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #e91e63;--mdc-filled-text-field-focus-active-indicator-color: #e91e63;--mdc-filled-text-field-focus-label-text-color: rgba(233, 30, 99, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #e91e63;--mdc-outlined-text-field-focus-outline-color: #e91e63;--mdc-outlined-text-field-focus-label-text-color: rgba(233, 30, 99, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(233, 30, 99, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(233, 30, 99, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #e91e63;--mdc-slider-focus-handle-color: #e91e63;--mdc-slider-hover-handle-color: #e91e63;--mdc-slider-active-track-color: #e91e63;--mdc-slider-inactive-track-color: #e91e63;--mdc-slider-with-tick-marks-inactive-container-color: #e91e63;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #e91e63;--mat-mdc-slider-hover-ripple-color: rgba(233, 30, 99, .05);--mat-mdc-slider-focus-ripple-color: rgba(233, 30, 99, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #e91e63;--mat-badge-background-color: #e91e63;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #e91e63;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 30, 99, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 30, 99, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 30, 99, .3);--mat-datepicker-toggle-active-state-icon-color: #e91e63;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 30, 99, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #e91e63;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #e91e63;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #e91e63;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.pink.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.pink.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.pink.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.pink.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#e91e63}.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#e91e63}.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.pink.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.pink.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.pink.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.pink.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.pink.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.pink.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.pink.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.pink.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.pink.night .mat-app-background,.rtl-container.pink.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.pink.night .mat-elevation-z0,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.pink.night .mat-elevation-z1,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.pink.night .mat-elevation-z2,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.pink.night .mat-elevation-z3,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.pink.night .mat-elevation-z4,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night .mat-elevation-z5,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.pink.night .mat-elevation-z6,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.pink.night .mat-elevation-z7,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.pink.night .mat-elevation-z8,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.pink.night .mat-elevation-z9,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.pink.night .mat-elevation-z10,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.pink.night .mat-elevation-z11,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.pink.night .mat-elevation-z12,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.pink.night .mat-elevation-z13,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.pink.night .mat-elevation-z14,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.pink.night .mat-elevation-z15,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.pink.night .mat-elevation-z16,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.pink.night .mat-elevation-z17,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.pink.night .mat-elevation-z18,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.pink.night .mat-elevation-z19,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.pink.night .mat-elevation-z20,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.pink.night .mat-elevation-z21,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.pink.night .mat-elevation-z22,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.pink.night .mat-elevation-z23,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.pink.night .mat-elevation-z24,.rtl-container.pink.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.pink.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #e91e63;--mdc-linear-progress-track-color: rgba(233, 30, 99, .25)}.rtl-container.pink.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#e91e6340;background-color:var(--mdc-linear-progress-track-color, rgba(233, 30, 99, .25))}@media (forced-colors: active){.rtl-container.pink.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(233, 30, 99, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#e91e6340;background-color:var(--mdc-linear-progress-track-color, rgba(233, 30, 99, .25))}.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.pink.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.pink.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.pink.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.pink.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.pink.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.pink.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #e91e63;--mdc-chip-elevated-disabled-container-color: #e91e63;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.pink.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #f06292;--mdc-switch-selected-handle-color: #f06292;--mdc-switch-selected-hover-state-layer-color: #f06292;--mdc-switch-selected-pressed-state-layer-color: #f06292;--mdc-switch-selected-focus-handle-color: #f48fb1;--mdc-switch-selected-hover-handle-color: #f48fb1;--mdc-switch-selected-pressed-handle-color: #f48fb1;--mdc-switch-selected-focus-track-color: #d81b60;--mdc-switch-selected-hover-track-color: #d81b60;--mdc-switch-selected-pressed-track-color: #d81b60;--mdc-switch-selected-track-color: #d81b60;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.pink.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.pink.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.pink.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.pink.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.pink.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.pink.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #e91e63;--mdc-radio-selected-hover-icon-color: #e91e63;--mdc-radio-selected-icon-color: #e91e63;--mdc-radio-selected-pressed-icon-color: #e91e63;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.pink.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.pink.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.pink.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.pink.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.pink.night .mdc-list-item__start,.rtl-container.pink.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #e91e63;--mdc-radio-selected-hover-icon-color: #e91e63;--mdc-radio-selected-icon-color: #e91e63;--mdc-radio-selected-pressed-icon-color: #e91e63}.rtl-container.pink.night .mat-accent .mdc-list-item__start,.rtl-container.pink.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.pink.night .mat-warn .mdc-list-item__start,.rtl-container.pink.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.pink.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #e91e63;--mdc-checkbox-selected-hover-icon-color: #e91e63;--mdc-checkbox-selected-icon-color: #e91e63;--mdc-checkbox-selected-pressed-icon-color: #e91e63;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #e91e63;--mdc-checkbox-selected-hover-state-layer-color: #e91e63;--mdc-checkbox-selected-pressed-state-layer-color: #e91e63;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#e91e63}.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.pink.night .mat-mdc-tab-group,.rtl-container.pink.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #e91e63;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #e91e63;--mat-tab-header-active-ripple-color: #e91e63;--mat-tab-header-inactive-ripple-color: #e91e63;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #e91e63;--mat-tab-header-active-hover-label-text-color: #e91e63;--mat-tab-header-active-focus-indicator-color: #e91e63;--mat-tab-header-active-hover-indicator-color: #e91e63}.rtl-container.pink.night .mat-mdc-tab-group.mat-accent,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.pink.night .mat-mdc-tab-group.mat-warn,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #e91e63;--mat-tab-header-with-background-foreground-color: white}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.pink.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #e91e63;--mdc-checkbox-selected-hover-icon-color: #e91e63;--mdc-checkbox-selected-icon-color: #e91e63;--mdc-checkbox-selected-pressed-icon-color: #e91e63;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #e91e63;--mdc-checkbox-selected-hover-state-layer-color: #e91e63;--mdc-checkbox-selected-pressed-state-layer-color: #e91e63;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.pink.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.pink.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.pink.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #e91e63;--mat-text-button-state-layer-color: #e91e63;--mat-text-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.pink.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.pink.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.pink.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #e91e63;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.pink.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.pink.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #e91e63;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.pink.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-mdc-raised-button:hover,.rtl-container.pink.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night .mat-mdc-raised-button:active,.rtl-container.pink.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.pink.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.pink.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #e91e63;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #e91e63;--mat-outlined-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.pink.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.pink.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.pink.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #e91e63;--mat-icon-button-state-layer-color: #e91e63;--mat-icon-button-ripple-color: rgba(233, 30, 99, .1)}.rtl-container.pink.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.pink.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.pink.night .mat-mdc-fab.mat-primary,.rtl-container.pink.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #e91e63;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-mdc-fab.mat-accent,.rtl-container.pink.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.pink.night .mat-mdc-fab.mat-warn,.rtl-container.pink.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.pink.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.pink.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.pink.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.pink.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.pink.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.pink.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.pink.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.pink.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.pink.night .mat-icon.mat-primary{--mat-icon-color: #e91e63}.rtl-container.pink.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.pink.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.pink.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.pink.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #e91e63;--mat-toolbar-container-text-color: white}.rtl-container.pink.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.pink.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.pink.night .mat-primary{color:#ff4081!important}.rtl-container.pink.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.pink.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.pink.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.pink.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.pink.night .bg-primary{background-color:#e91e63;color:#fff}.rtl-container.pink.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#ff4081}.rtl-container.pink.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.pink.night .currency-icon path,.rtl-container.pink.night .currency-icon polygon{fill:#fff}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.pink.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ff4081}.rtl-container.pink.night .cc-data-block .cc-data-title{color:#ff4081}.rtl-container.pink.night .mat-stroked-button.mat-primary{border-color:#ff4081;color:#ff4081}.rtl-container.pink.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.pink.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.pink.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.pink.night .active-link,.rtl-container.pink.night .active-link .fa-icon-small,.rtl-container.pink.night .mat-select-panel .mat-option.mat-active,.rtl-container.pink.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#ff4081;font-weight:500;cursor:pointer;fill:#ff4081}.rtl-container.pink.night .help-expansion .mat-expansion-panel-header,.rtl-container.pink.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.pink.night .help-expansion .mat-expansion-indicator:after,.rtl-container.pink.night .help-expansion .mat-expansion-panel-content,.rtl-container.pink.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.pink.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.pink.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.pink.night .mat-expansion-panel,.rtl-container.pink.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.pink.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.pink.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.pink.night .mdc-data-table__header-cell,.rtl-container.pink.night .mat-mdc-paginator,.rtl-container.pink.night .mat-mdc-form-field-focus-overlay,.rtl-container.pink.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.pink.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.pink.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#ff4081}.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.pink.night .svg-donation{opacity:1!important}.rtl-container.pink.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#ff4081!important}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#ff4081!important}.rtl-container.pink.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#e91e63}.rtl-container.pink.night a{color:#ff4081!important;cursor:pointer}.rtl-container.pink.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.pink.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.pink.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.pink.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.pink.night .mat-mdc-select-placeholder,.rtl-container.pink.night .mat-mdc-select-value,.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#ff4081}.rtl-container.pink.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.pink.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#ff4081}.rtl-container.pink.night .mat-tree-node:hover,.rtl-container.pink.night .mat-nested-tree-node-parent:hover,.rtl-container.pink.night .mat-select-panel .mat-option:hover,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#ff4081;cursor:pointer;background:#ffffff0f}.rtl-container.pink.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.night .mat-tree-node:hover .mat-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#ff4081}.rtl-container.pink.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.pink.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#ff4081}.rtl-container.pink.night .mat-tree-node:hover .boltz-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#ff4081}.rtl-container.pink.night .mat-tree-node .sidenav-img,.rtl-container.pink.night .mat-nested-tree-node .sidenav-img,.rtl-container.pink.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.pink.night .page-title-container .page-title-img,.rtl-container.pink.night svg.top-icon-small{fill:#fff}.rtl-container.pink.night .selected-color{border-color:#f06292}.rtl-container.pink.night .mat-progress-bar-fill:after{background-color:#d81b60}.rtl-container.pink.night .chart-legend .legend-label:hover,.rtl-container.pink.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.pink.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.pink.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#ff4081}.rtl-container.pink.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.pink.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ff4081}.rtl-container.pink.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.rtl-container.pink.night .mat-select-panel{background-color:#121212}.rtl-container.pink.night .mat-tree{background:#121212}.rtl-container.pink.night h4{color:#ff4081}.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.pink.night .dashboard-info-title{color:#ff4081}.rtl-container.pink.night .dashboard-info-value,.rtl-container.pink.night .dashboard-capacity-header{color:#fff}.rtl-container.pink.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.pink.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.pink.night .color-primary{color:#ff4081!important}.rtl-container.pink.night .dot-primary{background-color:#ff4081!important}.rtl-container.pink.night .dot-primary-lighter{background-color:#e91e63!important}.rtl-container.pink.night .mat-stepper-vertical{background-color:#121212}.rtl-container.pink.night .spinner-container h2{color:#ff4081}.rtl-container.pink.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.pink.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.pink.night svg .boltz-icon-fill{fill:#fff}.rtl-container.pink.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-primary-lighter{stroke:#f06292}.rtl-container.pink.night svg .stroke-color-primary{stroke:#e91e63}.rtl-container.pink.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.pink.night svg .fill-color-0{fill:#171717}.rtl-container.pink.night svg .fill-color-1{fill:#232323}.rtl-container.pink.night svg .fill-color-2{fill:#222}.rtl-container.pink.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.pink.night svg .fill-color-4{fill:#383838}.rtl-container.pink.night svg .fill-color-5{fill:#555}.rtl-container.pink.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.pink.night svg .fill-color-7{fill:#202020}.rtl-container.pink.night svg .fill-color-8{fill:#242424}.rtl-container.pink.night svg .fill-color-9{fill:#262626}.rtl-container.pink.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.pink.night svg .fill-color-11{fill:#171717}.rtl-container.pink.night svg .fill-color-12{fill:#ccc}.rtl-container.pink.night svg .fill-color-13{fill:#adadad}.rtl-container.pink.night svg .fill-color-14{fill:#ababab}.rtl-container.pink.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.pink.night svg .fill-color-16{fill:#707070}.rtl-container.pink.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.pink.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.pink.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.pink.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.pink.night svg .fill-color-21{fill:#cacaca}.rtl-container.pink.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.pink.night svg .fill-color-23{fill:#777}.rtl-container.pink.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.pink.night svg .fill-color-25{fill:#252525}.rtl-container.pink.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.pink.night svg .fill-color-27{fill:#000}.rtl-container.pink.night svg .fill-color-28{fill:#313131}.rtl-container.pink.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.pink.night svg .fill-color-30{fill:#fff}.rtl-container.pink.night svg .fill-color-31{fill:#e91e63}.rtl-container.pink.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.pink.night svg .fill-color-primary{fill:#e91e63}.rtl-container.pink.night svg .fill-color-primary-lighter{fill:#f06292}.rtl-container.pink.night svg .fill-color-primary-darker{fill:#ff4081}.rtl-container.pink.night .mat-select-value,.rtl-container.pink.night .mat-select-arrow{color:#fff}.rtl-container.pink.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.pink.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.pink.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.pink.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.pink.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.pink.night .mat-button.mat-primary,.rtl-container.pink.night .mat-icon-button.mat-primary,.rtl-container.pink.night .mat-stroked-button.mat-primary{color:#ff4081}.rtl-container.pink.night tr.alert.alert-warn .mat-cell,.rtl-container.pink.night tr.alert.alert-warn .mat-header-cell,.rtl-container.pink.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.pink.night .material-icons.info-icon{font-size:100%;color:#ff4081}.rtl-container.pink.night .material-icons.info-icon.info-icon-primary{color:#ff4081}.rtl-container.pink.night .material-icons.info-icon.info-icon-text,.rtl-container.pink.night .material-icons.info-icon.arrow-downward,.rtl-container.pink.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.pink.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#ff4081}.rtl-container.pink.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#ad1457}.rtl-container.pink.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#ff4081}.rtl-container.pink.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.pink.night .mat-progress-bar-buffer{background-color:#f8bbd0}.rtl-container.pink.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.pink.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.pink.night .foreground.mat-progress-spinner circle,.rtl-container.pink.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.pink.night .mat-toolbar-row,.rtl-container.pink.night .mat-toolbar-single-row{height:4rem}.rtl-container.pink.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.pink.night a{color:#e91e63}.rtl-container.pink.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.pink.night .h-active-link{border-bottom:2px solid white}.rtl-container.pink.night .mat-icon-36{color:#ffffffb3}.rtl-container.pink.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.pink.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.pink.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.pink.night .genseed-message{width:10%;color:#e91e63}.rtl-container.pink.night .border-primary{border:1px solid #e91e63}.rtl-container.pink.night .border-accent{border:1px solid #eeeeee}.rtl-container.pink.night .border-warn{border:1px solid #ff343b}.rtl-container.pink.night .material-icons.primary{color:#e91e63}.rtl-container.pink.night .material-icons.accent{color:#eee}.rtl-container.pink.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.pink.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.pink.night .row-disabled{background-color:gray}.rtl-container.pink.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.pink.night .mat-mdc-card-content,.rtl-container.pink.night .mat-mdc-card-subtitle,.rtl-container.pink.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.pink.night .mat-menu-panel{min-width:4rem}.rtl-container.pink.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.pink.night .horizontal-button:hover{background:#f06292;color:#eee}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#e91e63}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.pink.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.pink.night .mat-button,.rtl-container.pink.night .mat-icon-button,.rtl-container.pink.night .mat-stroked-button,.rtl-container.pink.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.pink.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.pink.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.pink.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.pink.night .mat-cell,.rtl-container.pink.night .mat-header-cell,.rtl-container.pink.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.pink.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.pink.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#e91e63}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#e91e63;opacity:1}.rtl-container.pink.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.pink.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.pink.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.pink.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.pink.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.pink.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.pink.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.pink.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.pink.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.pink.night .more-button{color:#fff}.rtl-container.pink.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.pink.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.pink.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.pink.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.pink.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.pink.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.pink.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.pink.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.pink.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.pink.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.pink.night .tab-badge .mat-badge-content.mat-badge-active{background:#e91e63}.rtl-container.pink.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.pink.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.pink.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .rtl-select-overlay{min-width:7rem}}.rtl-container.pink.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.pink.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.pink.night .table-actions-button{min-width:8rem}.rtl-container.pink.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.pink.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.pink.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.pink.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#f48fb1!important}.rtl-container.pink.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#d81b60!important}.rtl-container.pink.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.pink.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.pink.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.pink.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.pink.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.pink.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.pink.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.pink.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.pink.night .color-warn{color:#ff343b}.rtl-container.pink.night .fill-warn{fill:#ff343b}.rtl-container.pink.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.pink.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.pink.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.pink.night .alert.alert-info a{color:#004085}.rtl-container.pink.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.pink.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.pink.night .alert.alert-warn a{color:#856404}.rtl-container.pink.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.pink.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.pink.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.pink.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.pink.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.pink.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.pink.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.pink.night .failed-status{color:#ff343b}.rtl-container.pink.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.pink.night .svg-fill-primary{fill:#e91e63}.rtl-container.pink.night .svg-fill-primary-lighter{fill:#f06292}.rtl-container.pink.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.pink.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.pink.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.pink.night .dashboard-card-content .underline,.rtl-container.pink.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#e91e63}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#e91e63}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#e91e63}.rtl-container.pink.night .mat-mdc-form-field-hint .currency-icon{color:#e91e63}.rtl-container.pink.night .mat-mdc-form-field-hint .currency-icon path{fill:#e91e63}.rtl-container.pink.night .fa-icon-primary{color:#e91e63}.rtl-container.pink.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night ngx-charts-bar-vertical text,.rtl-container.pink.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.pink.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.pink.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.pink.night .mat-paginator-container{padding:0}.rtl-container.pink.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.pink.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.pink.night .invoice-animation-div .particles-circle{position:absolute;background-color:#e91e63;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #e91e63;background-color:transparent}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.pink.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.pink.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.pink.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.pink.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.yellow.day{--mat-ripple-color: rgba(0, 0, 0, .1);--mat-option-selected-state-label-text-color: #945f1f;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #945f1f;--mdc-filled-text-field-focus-active-indicator-color: #945f1f;--mdc-filled-text-field-focus-label-text-color: rgba(148, 95, 31, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color: #b00020;--mdc-filled-text-field-error-label-text-color: #b00020;--mdc-filled-text-field-error-caret-color: #b00020;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #b00020;--mdc-filled-text-field-error-focus-active-indicator-color: #b00020;--mdc-filled-text-field-error-hover-active-indicator-color: #b00020;--mdc-outlined-text-field-caret-color: #945f1f;--mdc-outlined-text-field-focus-outline-color: #945f1f;--mdc-outlined-text-field-focus-label-text-color: rgba(148, 95, 31, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #b00020;--mdc-outlined-text-field-error-focus-label-text-color: #b00020;--mdc-outlined-text-field-error-label-text-color: #b00020;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #b00020;--mdc-outlined-text-field-error-hover-outline-color: #b00020;--mdc-outlined-text-field-error-outline-color: #b00020;--mat-form-field-focus-select-arrow-color: rgba(148, 95, 31, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(148, 95, 31, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87);--mat-autocomplete-background-color: white;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #945f1f;--mdc-slider-focus-handle-color: #945f1f;--mdc-slider-hover-handle-color: #945f1f;--mdc-slider-active-track-color: #945f1f;--mdc-slider-inactive-track-color: #945f1f;--mdc-slider-with-tick-marks-inactive-container-color: #945f1f;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #945f1f;--mat-mdc-slider-hover-ripple-color: rgba(148, 95, 31, .05);--mat-mdc-slider-focus-ripple-color: rgba(148, 95, 31, .2);--mat-slider-value-indicator-opacity: .6;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: white;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #424242;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #945f1f;--mat-badge-background-color: #945f1f;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #945f1f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(148, 95, 31, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(148, 95, 31, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(148, 95, 31, .3);--mat-datepicker-toggle-active-state-icon-color: #945f1f;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(148, 95, 31, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-width: 1px;--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #945f1f;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #945f1f;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #945f1f;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #757575;--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.yellow.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.rtl-container.yellow.day .mat-pseudo-checkbox-full{color:#0000008a}.rtl-container.yellow.day .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#945f1f}.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#945f1f}.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.day .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.yellow.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.yellow.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.yellow.day .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.day .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#424242}.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#424242}.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.day .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b00020}.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b00020}.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.day .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.rtl-container.yellow.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.rtl-container.yellow.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.day .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.rtl-container.yellow.day .mat-app-background,.rtl-container.yellow.day.mat-app-background{background-color:#fafafa;color:#000000de}.rtl-container.yellow.day .mat-elevation-z0,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.yellow.day .mat-elevation-z1,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.yellow.day .mat-elevation-z2,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.yellow.day .mat-elevation-z3,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.yellow.day .mat-elevation-z4,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day .mat-elevation-z5,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.yellow.day .mat-elevation-z6,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.yellow.day .mat-elevation-z7,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.yellow.day .mat-elevation-z8,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.yellow.day .mat-elevation-z9,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.yellow.day .mat-elevation-z10,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.yellow.day .mat-elevation-z11,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.yellow.day .mat-elevation-z12,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.yellow.day .mat-elevation-z13,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.yellow.day .mat-elevation-z14,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.yellow.day .mat-elevation-z15,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.yellow.day .mat-elevation-z16,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.yellow.day .mat-elevation-z17,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.yellow.day .mat-elevation-z18,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.yellow.day .mat-elevation-z19,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.yellow.day .mat-elevation-z20,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.yellow.day .mat-elevation-z21,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.yellow.day .mat-elevation-z22,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.yellow.day .mat-elevation-z23,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.yellow.day .mat-elevation-z24,.rtl-container.yellow.day .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.rtl-container.yellow.day .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #945f1f;--mdc-linear-progress-track-color: rgba(148, 95, 31, .25)}.rtl-container.yellow.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#945f1f40;background-color:var(--mdc-linear-progress-track-color, rgba(148, 95, 31, .25))}@media (forced-colors: active){.rtl-container.yellow.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(148, 95, 31, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.day .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#945f1f40;background-color:var(--mdc-linear-progress-track-color, rgba(148, 95, 31, .25))}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #424242;--mdc-linear-progress-track-color: rgba(66, 66, 66, .25)}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}@media (forced-colors: active){.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(66, 66, 66, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#42424240;background-color:var(--mdc-linear-progress-track-color, rgba(66, 66, 66, .25))}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #b00020;--mdc-linear-progress-track-color: rgba(176, 0, 32, .25)}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}@media (forced-colors: active){.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 0, 32, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#b0002040;background-color:var(--mdc-linear-progress-track-color, rgba(176, 0, 32, .25))}.rtl-container.yellow.day .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #424242;--mdc-filled-text-field-focus-active-indicator-color: #424242;--mdc-filled-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mdc-outlined-text-field-caret-color: #424242;--mdc-outlined-text-field-focus-outline-color: #424242;--mdc-outlined-text-field-focus-label-text-color: rgba(66, 66, 66, .87);--mat-form-field-focus-select-arrow-color: rgba(66, 66, 66, .87)}.rtl-container.yellow.day .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #b00020;--mdc-filled-text-field-focus-active-indicator-color: #b00020;--mdc-filled-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mdc-outlined-text-field-caret-color: #b00020;--mdc-outlined-text-field-focus-outline-color: #b00020;--mdc-outlined-text-field-focus-label-text-color: rgba(176, 0, 32, .87);--mat-form-field-focus-select-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.yellow.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(66, 66, 66, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.yellow.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(176, 0, 32, .87);--mat-select-invalid-arrow-color: rgba(176, 0, 32, .87)}.rtl-container.yellow.day .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.yellow.day .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #945f1f;--mdc-chip-elevated-disabled-container-color: #945f1f;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #424242;--mdc-chip-elevated-disabled-container-color: #424242;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #b00020;--mdc-chip-elevated-disabled-container-color: #b00020;--mdc-chip-focus-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.day .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.yellow.day .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #8c571b;--mdc-switch-selected-handle-color: #8c571b;--mdc-switch-selected-hover-state-layer-color: #8c571b;--mdc-switch-selected-pressed-state-layer-color: #8c571b;--mdc-switch-selected-focus-handle-color: #65320a;--mdc-switch-selected-hover-handle-color: #65320a;--mdc-switch-selected-pressed-handle-color: #65320a;--mdc-switch-selected-focus-track-color: #b48f62;--mdc-switch-selected-hover-track-color: #b48f62;--mdc-switch-selected-pressed-track-color: #b48f62;--mdc-switch-selected-track-color: #b48f62;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0}.rtl-container.yellow.day .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.yellow.day .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.rtl-container.yellow.day .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #757575;--mdc-switch-selected-handle-color: #757575;--mdc-switch-selected-hover-state-layer-color: #757575;--mdc-switch-selected-pressed-state-layer-color: #757575;--mdc-switch-selected-focus-handle-color: #212121;--mdc-switch-selected-hover-handle-color: #212121;--mdc-switch-selected-pressed-handle-color: #212121;--mdc-switch-selected-focus-track-color: #e0e0e0;--mdc-switch-selected-hover-track-color: #e0e0e0;--mdc-switch-selected-pressed-track-color: #e0e0e0;--mdc-switch-selected-track-color: #e0e0e0}.rtl-container.yellow.day .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #a9001c;--mdc-switch-selected-handle-color: #a9001c;--mdc-switch-selected-hover-state-layer-color: #a9001c;--mdc-switch-selected-pressed-state-layer-color: #a9001c;--mdc-switch-selected-focus-handle-color: #87000b;--mdc-switch-selected-hover-handle-color: #87000b;--mdc-switch-selected-pressed-handle-color: #87000b;--mdc-switch-selected-focus-track-color: #c84d63;--mdc-switch-selected-hover-track-color: #c84d63;--mdc-switch-selected-pressed-track-color: #c84d63;--mdc-switch-selected-track-color: #c84d63}.rtl-container.yellow.day .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.yellow.day .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #945f1f;--mdc-radio-selected-hover-icon-color: #945f1f;--mdc-radio-selected-icon-color: #945f1f;--mdc-radio-selected-pressed-icon-color: #945f1f;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.yellow.day .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.yellow.day .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020;--mat-radio-ripple-color: #000;--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.rtl-container.yellow.day .mat-accent{--mdc-slider-handle-color: #424242;--mdc-slider-focus-handle-color: #424242;--mdc-slider-hover-handle-color: #424242;--mdc-slider-active-track-color: #424242;--mdc-slider-inactive-track-color: #424242;--mdc-slider-with-tick-marks-inactive-container-color: #424242;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #424242;--mat-mdc-slider-hover-ripple-color: rgba(66, 66, 66, .05);--mat-mdc-slider-focus-ripple-color: rgba(66, 66, 66, .2)}.rtl-container.yellow.day .mat-warn{--mdc-slider-handle-color: #b00020;--mdc-slider-focus-handle-color: #b00020;--mdc-slider-hover-handle-color: #b00020;--mdc-slider-active-track-color: #b00020;--mdc-slider-inactive-track-color: #b00020;--mdc-slider-with-tick-marks-inactive-container-color: #b00020;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #b00020;--mat-mdc-slider-hover-ripple-color: rgba(176, 0, 32, .05);--mat-mdc-slider-focus-ripple-color: rgba(176, 0, 32, .2)}.rtl-container.yellow.day .mdc-list-item__start,.rtl-container.yellow.day .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #945f1f;--mdc-radio-selected-hover-icon-color: #945f1f;--mdc-radio-selected-icon-color: #945f1f;--mdc-radio-selected-pressed-icon-color: #945f1f}.rtl-container.yellow.day .mat-accent .mdc-list-item__start,.rtl-container.yellow.day .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #424242;--mdc-radio-selected-hover-icon-color: #424242;--mdc-radio-selected-icon-color: #424242;--mdc-radio-selected-pressed-icon-color: #424242}.rtl-container.yellow.day .mat-warn .mdc-list-item__start,.rtl-container.yellow.day .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #b00020;--mdc-radio-selected-hover-icon-color: #b00020;--mdc-radio-selected-icon-color: #b00020;--mdc-radio-selected-pressed-icon-color: #b00020}.rtl-container.yellow.day .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #945f1f;--mdc-checkbox-selected-hover-icon-color: #945f1f;--mdc-checkbox-selected-icon-color: #945f1f;--mdc-checkbox-selected-pressed-icon-color: #945f1f;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #945f1f;--mdc-checkbox-selected-hover-state-layer-color: #945f1f;--mdc-checkbox-selected-pressed-state-layer-color: #945f1f;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.yellow.day .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #424242;--mdc-checkbox-selected-hover-icon-color: #424242;--mdc-checkbox-selected-icon-color: #424242;--mdc-checkbox-selected-pressed-icon-color: #424242;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #424242;--mdc-checkbox-selected-hover-state-layer-color: #424242;--mdc-checkbox-selected-pressed-state-layer-color: #424242;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.yellow.day .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#945f1f}.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.yellow.day .mat-mdc-tab-group,.rtl-container.yellow.day .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #945f1f;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #945f1f;--mat-tab-header-active-ripple-color: #945f1f;--mat-tab-header-inactive-ripple-color: #945f1f;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #945f1f;--mat-tab-header-active-hover-label-text-color: #945f1f;--mat-tab-header-active-focus-indicator-color: #945f1f;--mat-tab-header-active-hover-indicator-color: #945f1f}.rtl-container.yellow.day .mat-mdc-tab-group.mat-accent,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #424242;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #424242;--mat-tab-header-active-ripple-color: #424242;--mat-tab-header-inactive-ripple-color: #424242;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #424242;--mat-tab-header-active-hover-label-text-color: #424242;--mat-tab-header-active-focus-indicator-color: #424242;--mat-tab-header-active-hover-indicator-color: #424242}.rtl-container.yellow.day .mat-mdc-tab-group.mat-warn,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #b00020;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: #000;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #b00020;--mat-tab-header-active-ripple-color: #b00020;--mat-tab-header-inactive-ripple-color: #b00020;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #b00020;--mat-tab-header-active-hover-label-text-color: #b00020;--mat-tab-header-active-focus-indicator-color: #b00020;--mat-tab-header-active-hover-indicator-color: #b00020}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #945f1f;--mat-tab-header-with-background-foreground-color: white}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #424242;--mat-tab-header-with-background-foreground-color: white}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #b00020;--mat-tab-header-with-background-foreground-color: white}.rtl-container.yellow.day .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #945f1f;--mdc-checkbox-selected-hover-icon-color: #945f1f;--mdc-checkbox-selected-icon-color: #945f1f;--mdc-checkbox-selected-pressed-icon-color: #945f1f;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #945f1f;--mdc-checkbox-selected-hover-state-layer-color: #945f1f;--mdc-checkbox-selected-pressed-state-layer-color: #945f1f;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.yellow.day .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #b00020;--mdc-checkbox-selected-hover-icon-color: #b00020;--mdc-checkbox-selected-icon-color: #b00020;--mdc-checkbox-selected-pressed-icon-color: #b00020;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #b00020;--mdc-checkbox-selected-hover-state-layer-color: #b00020;--mdc-checkbox-selected-pressed-state-layer-color: #b00020;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.rtl-container.yellow.day .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.rtl-container.yellow.day .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}.rtl-container.yellow.day .mat-mdc-button{--mdc-text-button-label-text-color: #000;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: #000;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}.rtl-container.yellow.day .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #945f1f;--mat-text-button-state-layer-color: #945f1f;--mat-text-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.day .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #424242;--mat-text-button-state-layer-color: #424242;--mat-text-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.yellow.day .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #b00020;--mat-text-button-state-layer-color: #b00020;--mat-text-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.yellow.day .mat-mdc-unelevated-button{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: #000;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #945f1f;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #b00020;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-raised-button{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: #000;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.yellow.day .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #945f1f;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #b00020;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-raised-button:hover,.rtl-container.yellow.day .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day .mat-mdc-raised-button:active,.rtl-container.yellow.day .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.yellow.day .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: #000;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #000;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.rtl-container.yellow.day .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #945f1f;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #945f1f;--mat-outlined-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.day .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #424242;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #424242;--mat-outlined-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.yellow.day .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #b00020;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #b00020;--mat-outlined-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.yellow.day .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: #000;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}.rtl-container.yellow.day .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #945f1f;--mat-icon-button-state-layer-color: #945f1f;--mat-icon-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.day .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: rgba(66, 66, 66, .1)}.rtl-container.yellow.day .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: rgba(176, 0, 32, .1)}.rtl-container.yellow.day .mat-mdc-fab.mat-primary,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #945f1f;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-fab.mat-accent,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #424242;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-mdc-fab.mat-warn,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #b00020;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.day .mat-accent{--mdc-circular-progress-active-indicator-color: #424242}.rtl-container.yellow.day .mat-warn{--mdc-circular-progress-active-indicator-color: #b00020}.rtl-container.yellow.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.yellow.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.yellow.day .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(66, 66, 66, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(66, 66, 66, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(66, 66, 66, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.yellow.day .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 0, 32, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 0, 32, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 0, 32, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.yellow.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #424242}.rtl-container.yellow.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #b00020}.rtl-container.yellow.day .mat-icon.mat-primary{--mat-icon-color: #945f1f}.rtl-container.yellow.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.yellow.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.yellow.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #945f1f;--mat-toolbar-container-text-color: white}.rtl-container.yellow.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.yellow.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.yellow.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.yellow.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.yellow.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.yellow.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.yellow.day .bg-primary{background-color:#945f1f;color:#fff}.rtl-container.yellow.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.yellow.day .page-title,.rtl-container.yellow.day .mat-mdc-select-value,.rtl-container.yellow.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.yellow.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.yellow.day .help-expansion .mat-expansion-indicator:after,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-content,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#945f1f}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#424242}.rtl-container.yellow.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#945f1f}.rtl-container.yellow.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.yellow.day .mat-tree-node:hover,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover,.rtl-container.yellow.day .mat-select-panel .mat-option:hover,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#945f1f;cursor:pointer}.rtl-container.yellow.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.day .mat-tree-node:hover .mat-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#945f1f}.rtl-container.yellow.day .spinner-container h2{color:#fff}.rtl-container.yellow.day .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.yellow.day .mat-form-field-suffix{color:#0000008a}.rtl-container.yellow.day .mat-stroked-button.mat-primary{border-color:#945f1f}.rtl-container.yellow.day .mat-stroked-button.mat-accent{border-color:#424242}.rtl-container.yellow.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.yellow.day .selected-color{border-color:#b48f62}.rtl-container.yellow.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.yellow.day table.mat-mdc-table thead tr th,.rtl-container.yellow.day .page-title-container,.rtl-container.yellow.day .page-sub-title-container{color:#0000008a}.rtl-container.yellow.day .page-title-container .page-title-img,.rtl-container.yellow.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.yellow.day .page-title-container .mat-input-element,.rtl-container.yellow.day .page-title-container .mat-radio-label-content,.rtl-container.yellow.day .page-title-container .theme-name,.rtl-container.yellow.day .page-sub-title-container .mat-input-element,.rtl-container.yellow.day .page-sub-title-container .mat-radio-label-content,.rtl-container.yellow.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.yellow.day .cc-data-block .cc-data-title{color:#945f1f}.rtl-container.yellow.day .active-link,.rtl-container.yellow.day .active-link .fa-icon-small{color:#945f1f;font-weight:500;cursor:pointer;fill:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover,.rtl-container.yellow.day .mat-select-panel .mat-option:hover,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#945f1f;cursor:pointer;background:#0000000a}.rtl-container.yellow.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.day .mat-tree-node:hover .mat-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#945f1f}.rtl-container.yellow.day .mat-tree-node .sidenav-img,.rtl-container.yellow.day .mat-nested-tree-node .sidenav-img,.rtl-container.yellow.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.yellow.day .page-title-container .page-title-img,.rtl-container.yellow.day svg.top-icon-small{fill:#000000de}.rtl-container.yellow.day .mat-progress-bar-fill:after{background-color:#65320a}.rtl-container.yellow.day .modal-qr-code-container{background:#0000001f}.rtl-container.yellow.day .mdc-tab__text-label,.rtl-container.yellow.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.yellow.day .mat-mdc-card,.rtl-container.yellow.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.yellow.day .dashboard-info-title{color:#945f1f}.rtl-container.yellow.day .dashboard-capacity-header,.rtl-container.yellow.day .dashboard-info-value{color:#0000008a}.rtl-container.yellow.day .color-primary{color:#945f1f!important}.rtl-container.yellow.day .dot-primary{background-color:#945f1f!important}.rtl-container.yellow.day .dot-primary-lighter{background-color:#b48f62!important}.rtl-container.yellow.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .mat-mdc-form-field-hint{color:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.yellow.day .mat-mdc-form-field-hint fa-icon svg path{fill:#945f1f}.rtl-container.yellow.day .currency-icon path,.rtl-container.yellow.day .currency-icon polygon{fill:#0000008a}.rtl-container.yellow.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.yellow.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.yellow.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-primary-lighter{stroke:#b48f62}.rtl-container.yellow.day svg .stroke-color-primary{stroke:#945f1f}.rtl-container.yellow.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.yellow.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-1{fill:#fff}.rtl-container.yellow.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.yellow.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-6{fill:#fff}.rtl-container.yellow.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-9{fill:#fff}.rtl-container.yellow.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.yellow.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.yellow.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-16{fill:#404040}.rtl-container.yellow.day svg .fill-color-17{fill:#404040}.rtl-container.yellow.day svg .fill-color-18{fill:#000}.rtl-container.yellow.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-24{fill:#000}.rtl-container.yellow.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.yellow.day svg .fill-color-27{fill:#000}.rtl-container.yellow.day svg .fill-color-28{fill:#313131}.rtl-container.yellow.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-30{fill:#fff}.rtl-container.yellow.day svg .fill-color-31{fill:#945f1f}.rtl-container.yellow.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.yellow.day svg .fill-color-primary{fill:#945f1f}.rtl-container.yellow.day svg .fill-color-primary-lighter{fill:#b48f62}.rtl-container.yellow.day svg .fill-color-primary-darker{fill:#945f1f}.rtl-container.yellow.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.yellow.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.yellow.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#945f1f}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.yellow.day .material-icons.mat-icon-no-color,.rtl-container.yellow.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.yellow.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.yellow.day .material-icons.info-icon.info-icon-primary{color:#945f1f}.rtl-container.yellow.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.yellow.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.yellow.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.yellow.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.yellow.day .material-icons.info-icon.arrow-downward,.rtl-container.yellow.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.yellow.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#945f1f}.rtl-container.yellow.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#65320a}.rtl-container.yellow.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#caaf8f}.rtl-container.yellow.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.yellow.day .mat-progress-bar-buffer{background-color:#dfcfbc}.rtl-container.yellow.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.yellow.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.yellow.day .foreground.mat-progress-spinner circle,.rtl-container.yellow.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.yellow.day .mat-toolbar-row,.rtl-container.yellow.day .mat-toolbar-single-row{height:4rem}.rtl-container.yellow.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day a{color:#945f1f}.rtl-container.yellow.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.yellow.day .h-active-link{border-bottom:2px solid white}.rtl-container.yellow.day .mat-icon-36{color:#0000008a}.rtl-container.yellow.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.yellow.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.yellow.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.yellow.day .genseed-message{width:10%;color:#945f1f}.rtl-container.yellow.day .border-primary{border:1px solid #945f1f}.rtl-container.yellow.day .border-accent{border:1px solid #424242}.rtl-container.yellow.day .border-warn{border:1px solid #b00020}.rtl-container.yellow.day .material-icons.primary{color:#945f1f}.rtl-container.yellow.day .material-icons.accent{color:#424242}.rtl-container.yellow.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.yellow.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.yellow.day .row-disabled{background-color:gray}.rtl-container.yellow.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.yellow.day .mat-mdc-card-content,.rtl-container.yellow.day .mat-mdc-card-subtitle,.rtl-container.yellow.day .mat-mdc-card-title{color:#0000008a}.rtl-container.yellow.day .mat-menu-panel{min-width:4rem}.rtl-container.yellow.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.yellow.day .horizontal-button:hover{background:#b48f62;color:#424242}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#945f1f}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.yellow.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.yellow.day .mat-button,.rtl-container.yellow.day .mat-icon-button,.rtl-container.yellow.day .mat-stroked-button,.rtl-container.yellow.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.yellow.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.yellow.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.yellow.day .cc-data-block .cc-data-value{color:#000}.rtl-container.yellow.day .mat-cell,.rtl-container.yellow.day .mat-header-cell,.rtl-container.yellow.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.yellow.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.yellow.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#945f1f}.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#945f1f;opacity:1}.rtl-container.yellow.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.yellow.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.yellow.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.yellow.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.yellow.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.yellow.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.yellow.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.yellow.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.yellow.day .more-button{color:#000}.rtl-container.yellow.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.yellow.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.yellow.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.yellow.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.yellow.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.yellow.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.yellow.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.yellow.day .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.yellow.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.yellow.day .tab-badge .mat-badge-content.mat-badge-active{background:#945f1f}.rtl-container.yellow.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.yellow.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .rtl-select-overlay{min-width:7rem}}.rtl-container.yellow.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.yellow.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.yellow.day .table-actions-button{min-width:8rem}.rtl-container.yellow.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.yellow.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.yellow.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.yellow.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#caaf8f!important}.rtl-container.yellow.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#8c571b!important}.rtl-container.yellow.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.yellow.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.yellow.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.yellow.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.yellow.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.yellow.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.yellow.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.yellow.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.yellow.day .color-warn{color:#b00020}.rtl-container.yellow.day .fill-warn{fill:#b00020}.rtl-container.yellow.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.yellow.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.yellow.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.yellow.day .alert.alert-info a{color:#004085}.rtl-container.yellow.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.yellow.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.yellow.day .alert.alert-warn a{color:#856404}.rtl-container.yellow.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.yellow.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.yellow.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.yellow.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.yellow.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.yellow.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.yellow.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.yellow.day .failed-status{color:#b00020}.rtl-container.yellow.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.yellow.day .svg-fill-primary{fill:#945f1f}.rtl-container.yellow.day .svg-fill-primary-lighter{fill:#b48f62}.rtl-container.yellow.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.yellow.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.yellow.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.yellow.day .dashboard-card-content .underline,.rtl-container.yellow.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#945f1f}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#945f1f}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon{color:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon path{fill:#945f1f}.rtl-container.yellow.day .fa-icon-primary{color:#945f1f}.rtl-container.yellow.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day ngx-charts-bar-vertical text,.rtl-container.yellow.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.yellow.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.yellow.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.yellow.day .mat-paginator-container{padding:0}.rtl-container.yellow.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.yellow.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.yellow.day .invoice-animation-div .particles-circle{position:absolute;background-color:#945f1f;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #945f1f;background-color:transparent}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.yellow.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.yellow.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.yellow.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.yellow.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.yellow.night{--mat-ripple-color: rgba(255, 255, 255, .1);--mat-option-selected-state-label-text-color: #945f1f;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);--mat-optgroup-label-text-color: white;--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px;--mdc-elevated-card-container-color: #424242;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: #424242;--mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px;--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff;--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mdc-filled-text-field-caret-color: #945f1f;--mdc-filled-text-field-focus-active-indicator-color: #945f1f;--mdc-filled-text-field-focus-label-text-color: rgba(148, 95, 31, .87);--mdc-filled-text-field-container-color: #4a4a4a;--mdc-filled-text-field-disabled-container-color: #464646;--mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-filled-text-field-error-focus-label-text-color: #ff343b;--mdc-filled-text-field-error-label-text-color: #ff343b;--mdc-filled-text-field-error-caret-color: #ff343b;--mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);--mdc-filled-text-field-error-active-indicator-color: #ff343b;--mdc-filled-text-field-error-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-error-hover-active-indicator-color: #ff343b;--mdc-outlined-text-field-caret-color: #945f1f;--mdc-outlined-text-field-focus-outline-color: #945f1f;--mdc-outlined-text-field-focus-label-text-color: rgba(148, 95, 31, .87);--mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);--mdc-outlined-text-field-error-caret-color: #ff343b;--mdc-outlined-text-field-error-focus-label-text-color: #ff343b;--mdc-outlined-text-field-error-label-text-color: #ff343b;--mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);--mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);--mdc-outlined-text-field-error-focus-outline-color: #ff343b;--mdc-outlined-text-field-error-hover-outline-color: #ff343b;--mdc-outlined-text-field-error-outline-color: #ff343b;--mat-form-field-focus-select-arrow-color: rgba(148, 95, 31, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);--mat-form-field-state-layer-color: rgba(255, 255, 255, .87);--mat-form-field-error-text-color: #ff343b;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .54);--mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, .38);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-focus-state-layer-opacity: .24;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(148, 95, 31, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87);--mat-autocomplete-background-color: #424242;--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mdc-dialog-container-color: #424242;--mdc-dialog-subhead-color: rgba(255, 255, 255, .87);--mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6);--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px;--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-slider-handle-color: #945f1f;--mdc-slider-focus-handle-color: #945f1f;--mdc-slider-hover-handle-color: #945f1f;--mdc-slider-active-track-color: #945f1f;--mdc-slider-inactive-track-color: #945f1f;--mdc-slider-with-tick-marks-inactive-container-color: #945f1f;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #fff;--mdc-slider-disabled-handle-color: #fff;--mdc-slider-disabled-inactive-track-color: #fff;--mdc-slider-label-container-color: #fff;--mdc-slider-label-label-text-color: #000;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #fff;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-mdc-slider-ripple-color: #945f1f;--mat-mdc-slider-hover-ripple-color: rgba(148, 95, 31, .05);--mat-mdc-slider-focus-ripple-color: rgba(148, 95, 31, .2);--mat-slider-value-indicator-opacity: .9;--mat-menu-container-shape: 4px;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-menu-container-color: #424242;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mdc-list-list-item-label-text-color: white;--mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);--mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-disabled-label-text-color: white;--mdc-list-list-item-disabled-leading-icon-color: white;--mdc-list-list-item-disabled-trailing-icon-color: white;--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);--mdc-list-list-item-focus-label-text-color: white;--mdc-list-list-item-hover-state-layer-color: white;--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: white;--mdc-list-list-item-focus-state-layer-opacity: .24;--mat-paginator-container-text-color: rgba(255, 255, 255, .87);--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);--mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16;--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white;--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .24;--mat-fab-pressed-state-layer-opacity: .24;--mat-fab-disabled-state-container-color: rgba(255, 255, 255, .12);--mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, .5);--mdc-snackbar-container-shape: 4px;--mdc-snackbar-container-color: #d9d9d9;--mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);--mat-snack-bar-button-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mdc-circular-progress-active-indicator-color: #945f1f;--mat-badge-background-color: #945f1f;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #6e6e6e;--mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-bottom-sheet-container-shape: 4px;--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);--mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);--mat-legacy-button-toggle-selected-state-background-color: #212121;--mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-legacy-button-toggle-disabled-state-background-color: black;--mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-text-color: white;--mat-standard-button-toggle-background-color: #424242;--mat-standard-button-toggle-state-layer-color: white;--mat-standard-button-toggle-selected-state-background-color: #212121;--mat-standard-button-toggle-selected-state-text-color: white;--mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-standard-button-toggle-disabled-state-background-color: #424242;--mat-standard-button-toggle-disabled-selected-state-text-color: white;--mat-standard-button-toggle-disabled-selected-state-background-color: #424242;--mat-standard-button-toggle-divider-color: #595959;--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #945f1f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(148, 95, 31, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(148, 95, 31, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(148, 95, 31, .3);--mat-datepicker-toggle-active-state-icon-color: #945f1f;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(148, 95, 31, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: white;--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-icon-color: white;--mat-datepicker-calendar-navigation-button-icon-color: white;--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);--mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-width: 1px;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-shape: 4px;--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-shape: 0;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(189, 189, 189, .6);--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #945f1f;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #945f1f;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #945f1f;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff343b;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff343b;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: #c6c6c6;--mat-toolbar-container-background-color: #212121;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}.rtl-container.yellow.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.yellow.night .mat-warn{--mat-option-selected-state-label-text-color: #ff343b;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);--mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);--mat-option-selected-state-layer-color: rgba(255, 255, 255, .08)}.rtl-container.yellow.night .mat-pseudo-checkbox-full{color:#ffffffb3}.rtl-container.yellow.night .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#686868}.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#945f1f}.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#945f1f}.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.night .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.yellow.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.yellow.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.yellow.night .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.night .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#eee}.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#eee}.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.night .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#ff343b}.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#ff343b}.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.rtl-container.yellow.night .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#303030}.rtl-container.yellow.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.rtl-container.yellow.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#686868}.rtl-container.yellow.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.rtl-container.yellow.night .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#686868}.rtl-container.yellow.night .mat-app-background,.rtl-container.yellow.night.mat-app-background{background-color:#303030;color:#fff}.rtl-container.yellow.night .mat-elevation-z0,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.rtl-container.yellow.night .mat-elevation-z1,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.rtl-container.yellow.night .mat-elevation-z2,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.yellow.night .mat-elevation-z3,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.rtl-container.yellow.night .mat-elevation-z4,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night .mat-elevation-z5,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.rtl-container.yellow.night .mat-elevation-z6,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.rtl-container.yellow.night .mat-elevation-z7,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.rtl-container.yellow.night .mat-elevation-z8,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.yellow.night .mat-elevation-z9,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.rtl-container.yellow.night .mat-elevation-z10,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.rtl-container.yellow.night .mat-elevation-z11,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.rtl-container.yellow.night .mat-elevation-z12,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.rtl-container.yellow.night .mat-elevation-z13,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.rtl-container.yellow.night .mat-elevation-z14,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.rtl-container.yellow.night .mat-elevation-z15,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.rtl-container.yellow.night .mat-elevation-z16,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.rtl-container.yellow.night .mat-elevation-z17,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.rtl-container.yellow.night .mat-elevation-z18,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.rtl-container.yellow.night .mat-elevation-z19,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.rtl-container.yellow.night .mat-elevation-z20,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.rtl-container.yellow.night .mat-elevation-z21,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.rtl-container.yellow.night .mat-elevation-z22,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.rtl-container.yellow.night .mat-elevation-z23,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.rtl-container.yellow.night .mat-elevation-z24,.rtl-container.yellow.night .mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.rtl-container.yellow.night .mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #945f1f;--mdc-linear-progress-track-color: rgba(148, 95, 31, .25)}.rtl-container.yellow.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#945f1f40;background-color:var(--mdc-linear-progress-track-color, rgba(148, 95, 31, .25))}@media (forced-colors: active){.rtl-container.yellow.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(148, 95, 31, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.night .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#945f1f40;background-color:var(--mdc-linear-progress-track-color, rgba(148, 95, 31, .25))}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #eeeeee;--mdc-linear-progress-track-color: rgba(238, 238, 238, .25)}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}@media (forced-colors: active){.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#eeeeee40;background-color:var(--mdc-linear-progress-track-color, rgba(238, 238, 238, .25))}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #ff343b;--mdc-linear-progress-track-color: rgba(255, 52, 59, .25)}@keyframes mdc-linear-progress-buffering{}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}@media (forced-colors: active){.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 52, 59, 0.25)'/%3E%3C/svg%3E")}}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#ff343b40;background-color:var(--mdc-linear-progress-track-color, rgba(255, 52, 59, .25))}.rtl-container.yellow.night .mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #eeeeee;--mdc-filled-text-field-focus-active-indicator-color: #eeeeee;--mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mdc-outlined-text-field-caret-color: #eeeeee;--mdc-outlined-text-field-focus-outline-color: #eeeeee;--mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, .87);--mat-form-field-focus-select-arrow-color: rgba(238, 238, 238, .87)}.rtl-container.yellow.night .mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #ff343b;--mdc-filled-text-field-focus-active-indicator-color: #ff343b;--mdc-filled-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mdc-outlined-text-field-caret-color: #ff343b;--mdc-outlined-text-field-focus-outline-color: #ff343b;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 52, 59, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.yellow.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(238, 238, 238, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.yellow.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);--mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);--mat-select-placeholder-text-color: rgba(255, 255, 255, .6);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);--mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);--mat-select-focused-arrow-color: rgba(255, 52, 59, .87);--mat-select-invalid-arrow-color: rgba(255, 52, 59, .87)}.rtl-container.yellow.night .mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px}.rtl-container.yellow.night .mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #fafafa;--mdc-chip-elevated-container-color: #595959;--mdc-chip-elevated-disabled-container-color: #595959;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #fafafa;--mdc-chip-with-icon-icon-color: #fafafa;--mdc-chip-with-icon-disabled-icon-color: #fafafa;--mdc-chip-with-icon-selected-icon-color: #fafafa;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;--mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #945f1f;--mdc-chip-elevated-disabled-container-color: #945f1f;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: black;--mdc-chip-elevated-container-color: #eeeeee;--mdc-chip-elevated-disabled-container-color: #eeeeee;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: black;--mdc-chip-with-icon-icon-color: black;--mdc-chip-with-icon-disabled-icon-color: black;--mdc-chip-with-icon-selected-icon-color: black;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;--mdc-chip-with-trailing-icon-trailing-icon-color: black}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff343b;--mdc-chip-elevated-disabled-container-color: #ff343b;--mdc-chip-focus-state-layer-color: white;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.night .mdc-switch{--mdc-switch-disabled-handle-opacity: .38;--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-state-layer-size: 40px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}.rtl-container.yellow.night .mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color: #b48f62;--mdc-switch-selected-handle-color: #b48f62;--mdc-switch-selected-hover-state-layer-color: #b48f62;--mdc-switch-selected-pressed-state-layer-color: #b48f62;--mdc-switch-selected-focus-handle-color: #caaf8f;--mdc-switch-selected-hover-handle-color: #caaf8f;--mdc-switch-selected-pressed-handle-color: #caaf8f;--mdc-switch-selected-focus-track-color: #8c571b;--mdc-switch-selected-hover-track-color: #8c571b;--mdc-switch-selected-pressed-track-color: #8c571b;--mdc-switch-selected-track-color: #8c571b;--mdc-switch-disabled-selected-handle-color: #000;--mdc-switch-disabled-selected-icon-color: #212121;--mdc-switch-disabled-selected-track-color: #f5f5f5;--mdc-switch-disabled-unselected-handle-color: #000;--mdc-switch-disabled-unselected-icon-color: #212121;--mdc-switch-disabled-unselected-track-color: #f5f5f5;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #212121;--mdc-switch-unselected-focus-handle-color: #fafafa;--mdc-switch-unselected-focus-state-layer-color: #f5f5f5;--mdc-switch-unselected-focus-track-color: #616161;--mdc-switch-unselected-handle-color: #9e9e9e;--mdc-switch-unselected-hover-handle-color: #fafafa;--mdc-switch-unselected-hover-state-layer-color: #f5f5f5;--mdc-switch-unselected-hover-track-color: #616161;--mdc-switch-unselected-icon-color: #212121;--mdc-switch-unselected-pressed-handle-color: #fafafa;--mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;--mdc-switch-unselected-pressed-track-color: #616161;--mdc-switch-unselected-track-color: #616161}.rtl-container.yellow.night .mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.yellow.night .mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#ffffff80}.rtl-container.yellow.night .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #eeeeee;--mdc-switch-selected-handle-color: #eeeeee;--mdc-switch-selected-hover-state-layer-color: #eeeeee;--mdc-switch-selected-pressed-state-layer-color: #eeeeee;--mdc-switch-selected-focus-handle-color: #eeeeee;--mdc-switch-selected-hover-handle-color: #eeeeee;--mdc-switch-selected-pressed-handle-color: #eeeeee;--mdc-switch-selected-focus-track-color: #999999;--mdc-switch-selected-hover-track-color: #999999;--mdc-switch-selected-pressed-track-color: #999999;--mdc-switch-selected-track-color: #999999}.rtl-container.yellow.night .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #c84d63;--mdc-switch-selected-handle-color: #c84d63;--mdc-switch-selected-hover-state-layer-color: #c84d63;--mdc-switch-selected-pressed-state-layer-color: #c84d63;--mdc-switch-selected-focus-handle-color: #d88090;--mdc-switch-selected-hover-handle-color: #d88090;--mdc-switch-selected-pressed-handle-color: #d88090;--mdc-switch-selected-focus-track-color: #a9001c;--mdc-switch-selected-hover-track-color: #a9001c;--mdc-switch-selected-pressed-track-color: #a9001c;--mdc-switch-selected-track-color: #a9001c}.rtl-container.yellow.night .mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.yellow.night .mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #945f1f;--mdc-radio-selected-hover-icon-color: #945f1f;--mdc-radio-selected-icon-color: #945f1f;--mdc-radio-selected-pressed-icon-color: #945f1f;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.yellow.night .mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.yellow.night .mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b;--mat-radio-ripple-color: #fff;--mat-radio-checked-ripple-color: #ff343b;--mat-radio-disabled-label-color: rgba(255, 255, 255, .5)}.rtl-container.yellow.night .mat-accent{--mdc-slider-handle-color: #eeeeee;--mdc-slider-focus-handle-color: #eeeeee;--mdc-slider-hover-handle-color: #eeeeee;--mdc-slider-active-track-color: #eeeeee;--mdc-slider-inactive-track-color: #eeeeee;--mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;--mdc-slider-with-tick-marks-active-container-color: black;--mat-mdc-slider-ripple-color: #eeeeee;--mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, .05);--mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, .2)}.rtl-container.yellow.night .mat-warn{--mdc-slider-handle-color: #ff343b;--mdc-slider-focus-handle-color: #ff343b;--mdc-slider-hover-handle-color: #ff343b;--mdc-slider-active-track-color: #ff343b;--mdc-slider-inactive-track-color: #ff343b;--mdc-slider-with-tick-marks-inactive-container-color: #ff343b;--mdc-slider-with-tick-marks-active-container-color: white;--mat-mdc-slider-ripple-color: #ff343b;--mat-mdc-slider-hover-ripple-color: rgba(255, 52, 59, .05);--mat-mdc-slider-focus-ripple-color: rgba(255, 52, 59, .2)}.rtl-container.yellow.night .mdc-list-item__start,.rtl-container.yellow.night .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #945f1f;--mdc-radio-selected-hover-icon-color: #945f1f;--mdc-radio-selected-icon-color: #945f1f;--mdc-radio-selected-pressed-icon-color: #945f1f}.rtl-container.yellow.night .mat-accent .mdc-list-item__start,.rtl-container.yellow.night .mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #eeeeee;--mdc-radio-selected-hover-icon-color: #eeeeee;--mdc-radio-selected-icon-color: #eeeeee;--mdc-radio-selected-pressed-icon-color: #eeeeee}.rtl-container.yellow.night .mat-warn .mdc-list-item__start,.rtl-container.yellow.night .mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #fff;--mdc-radio-disabled-unselected-icon-color: #fff;--mdc-radio-unselected-hover-icon-color: #eeeeee;--mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-radio-selected-focus-icon-color: #ff343b;--mdc-radio-selected-hover-icon-color: #ff343b;--mdc-radio-selected-icon-color: #ff343b;--mdc-radio-selected-pressed-icon-color: #ff343b}.rtl-container.yellow.night .mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #945f1f;--mdc-checkbox-selected-hover-icon-color: #945f1f;--mdc-checkbox-selected-icon-color: #945f1f;--mdc-checkbox-selected-pressed-icon-color: #945f1f;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #945f1f;--mdc-checkbox-selected-hover-state-layer-color: #945f1f;--mdc-checkbox-selected-pressed-state-layer-color: #945f1f;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #000;--mdc-checkbox-selected-focus-icon-color: #eeeeee;--mdc-checkbox-selected-hover-icon-color: #eeeeee;--mdc-checkbox-selected-icon-color: #eeeeee;--mdc-checkbox-selected-pressed-icon-color: #eeeeee;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #eeeeee;--mdc-checkbox-selected-hover-state-layer-color: #eeeeee;--mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#945f1f}.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.yellow.night .mat-mdc-tab-group,.rtl-container.yellow.night .mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #945f1f;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #945f1f;--mat-tab-header-active-ripple-color: #945f1f;--mat-tab-header-inactive-ripple-color: #945f1f;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #945f1f;--mat-tab-header-active-hover-label-text-color: #945f1f;--mat-tab-header-active-focus-indicator-color: #945f1f;--mat-tab-header-active-hover-indicator-color: #945f1f}.rtl-container.yellow.night .mat-mdc-tab-group.mat-accent,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #eeeeee;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #eeeeee;--mat-tab-header-active-ripple-color: #eeeeee;--mat-tab-header-inactive-ripple-color: #eeeeee;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #eeeeee;--mat-tab-header-active-hover-label-text-color: #eeeeee;--mat-tab-header-active-focus-indicator-color: #eeeeee;--mat-tab-header-active-hover-indicator-color: #eeeeee}.rtl-container.yellow.night .mat-mdc-tab-group.mat-warn,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #ff343b;--mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);--mat-tab-header-pagination-icon-color: #fff;--mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-label-text-color: #ff343b;--mat-tab-header-active-ripple-color: #ff343b;--mat-tab-header-inactive-ripple-color: #ff343b;--mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6);--mat-tab-header-active-focus-label-text-color: #ff343b;--mat-tab-header-active-hover-label-text-color: #ff343b;--mat-tab-header-active-focus-indicator-color: #ff343b;--mat-tab-header-active-hover-indicator-color: #ff343b}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #945f1f;--mat-tab-header-with-background-foreground-color: white}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #eeeeee;--mat-tab-header-with-background-foreground-color: black}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #ff343b;--mat-tab-header-with-background-foreground-color: white}.rtl-container.yellow.night .mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #945f1f;--mdc-checkbox-selected-hover-icon-color: #945f1f;--mdc-checkbox-selected-icon-color: #945f1f;--mdc-checkbox-selected-pressed-icon-color: #945f1f;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #945f1f;--mdc-checkbox-selected-hover-state-layer-color: #945f1f;--mdc-checkbox-selected-pressed-state-layer-color: #945f1f;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #ff343b;--mdc-checkbox-selected-hover-icon-color: #ff343b;--mdc-checkbox-selected-icon-color: #ff343b;--mdc-checkbox-selected-pressed-icon-color: #ff343b;--mdc-checkbox-unselected-focus-icon-color: #eeeeee;--mdc-checkbox-unselected-hover-icon-color: #eeeeee;--mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff343b;--mdc-checkbox-selected-hover-state-layer-color: #ff343b;--mdc-checkbox-selected-pressed-state-layer-color: #ff343b;--mdc-checkbox-unselected-focus-state-layer-color: white;--mdc-checkbox-unselected-hover-state-layer-color: white;--mdc-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, white)}.rtl-container.yellow.night .mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#ffffff80}.rtl-container.yellow.night .mat-mdc-button{--mdc-text-button-label-text-color: #fff;--mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-text-button-state-layer-color: #fff;--mat-text-button-ripple-color: rgba(255, 255, 255, .1);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .24;--mat-text-button-pressed-state-layer-opacity: .24}.rtl-container.yellow.night .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #945f1f;--mat-text-button-state-layer-color: #945f1f;--mat-text-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.night .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #eeeeee;--mat-text-button-state-layer-color: #eeeeee;--mat-text-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.yellow.night .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #ff343b;--mat-text-button-state-layer-color: #ff343b;--mat-text-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.yellow.night .mat-mdc-unelevated-button{--mdc-filled-button-container-color: #424242;--mdc-filled-button-label-text-color: #fff;--mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .24;--mat-filled-button-pressed-state-layer-opacity: .24}.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #945f1f;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #eeeeee;--mdc-filled-button-label-text-color: #000;--mat-filled-button-state-layer-color: #000;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #ff343b;--mdc-filled-button-label-text-color: #fff;--mat-filled-button-state-layer-color: #fff;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-mdc-raised-button{--mdc-protected-button-container-color: #424242;--mdc-protected-button-label-text-color: #fff;--mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);--mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .24;--mat-protected-button-pressed-state-layer-opacity: .24;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.rtl-container.yellow.night .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #945f1f;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #eeeeee;--mdc-protected-button-label-text-color: #000;--mat-protected-button-state-layer-color: #000;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.yellow.night .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #ff343b;--mdc-protected-button-label-text-color: #fff;--mat-protected-button-state-layer-color: #fff;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-mdc-raised-button:hover,.rtl-container.yellow.night .mat-mdc-raised-button:focus{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night .mat-mdc-raised-button:active,.rtl-container.yellow.night .mat-mdc-raised-button:focus:active{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.rtl-container.yellow.night .mat-mdc-outlined-button{--mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12);--mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);--mdc-outlined-button-label-text-color: #fff;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #fff;--mat-outlined-button-ripple-color: rgba(255, 255, 255, .1);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .24;--mat-outlined-button-pressed-state-layer-opacity: .24}.rtl-container.yellow.night .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #945f1f;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #945f1f;--mat-outlined-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.night .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #eeeeee;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #eeeeee;--mat-outlined-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.yellow.night .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #ff343b;--mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);--mat-outlined-button-state-layer-color: #ff343b;--mat-outlined-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.yellow.night .mat-mdc-icon-button{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5);--mat-icon-button-state-layer-color: #fff;--mat-icon-button-ripple-color: rgba(255, 255, 255, .1);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .24;--mat-icon-button-pressed-state-layer-opacity: .24}.rtl-container.yellow.night .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #945f1f;--mat-icon-button-state-layer-color: #945f1f;--mat-icon-button-ripple-color: rgba(148, 95, 31, .1)}.rtl-container.yellow.night .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: rgba(238, 238, 238, .1)}.rtl-container.yellow.night .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #ff343b;--mat-icon-button-state-layer-color: #ff343b;--mat-icon-button-ripple-color: rgba(255, 52, 59, .1)}.rtl-container.yellow.night .mat-mdc-fab.mat-primary,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #945f1f;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-mdc-fab.mat-accent,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000;--mat-fab-state-layer-color: #000;--mat-fab-ripple-color: rgba(0, 0, 0, .1)}.rtl-container.yellow.night .mat-mdc-fab.mat-warn,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #ff343b;--mat-fab-foreground-color: #fff;--mat-fab-state-layer-color: #fff;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}.rtl-container.yellow.night .mat-accent{--mdc-circular-progress-active-indicator-color: #eeeeee}.rtl-container.yellow.night .mat-warn{--mdc-circular-progress-active-indicator-color: #ff343b}.rtl-container.yellow.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: black}.rtl-container.yellow.night .mat-badge-warn{--mat-badge-background-color: #ff343b;--mat-badge-text-color: white}.rtl-container.yellow.night .mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: black;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: black;--mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.yellow.night .mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff343b;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 52, 59, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 52, 59, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 52, 59, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.rtl-container.yellow.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #eeeeee}.rtl-container.yellow.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #ff343b}.rtl-container.yellow.night .mat-icon.mat-primary{--mat-icon-color: #945f1f}.rtl-container.yellow.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.yellow.night .mat-icon.mat-warn{--mat-icon-color: #ff343b}.rtl-container.yellow.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: black;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: black;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: black;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: black}.rtl-container.yellow.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff343b;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff343b;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff343b;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #945f1f;--mat-toolbar-container-text-color: white}.rtl-container.yellow.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: black}.rtl-container.yellow.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff343b;--mat-toolbar-container-text-color: white}.rtl-container.yellow.night .mat-primary{color:#ffa164!important}.rtl-container.yellow.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.yellow.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.yellow.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.yellow.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.yellow.night .bg-primary{background-color:#945f1f;color:#fff}.rtl-container.yellow.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.yellow.night .currency-icon path,.rtl-container.yellow.night .currency-icon polygon{fill:#fff}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#ff343b}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#eee}.rtl-container.yellow.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ffa164}.rtl-container.yellow.night .cc-data-block .cc-data-title{color:#ffa164}.rtl-container.yellow.night .mat-stroked-button.mat-primary{border-color:#ffa164;color:#ffa164}.rtl-container.yellow.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.yellow.night .mat-stroked-button.mat-accent{border-color:#eee}.rtl-container.yellow.night .mat-stroked-button.mat-warn{border-color:#ff343b}.rtl-container.yellow.night .active-link,.rtl-container.yellow.night .active-link .fa-icon-small,.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active,.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#ffa164;font-weight:500;cursor:pointer;fill:#ffa164}.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.yellow.night .help-expansion .mat-expansion-indicator:after,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-content,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.yellow.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.yellow.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.yellow.night .mat-expansion-panel,.rtl-container.yellow.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.yellow.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.yellow.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.yellow.night .mdc-data-table__header-cell,.rtl-container.yellow.night .mat-mdc-paginator,.rtl-container.yellow.night .mat-mdc-form-field-focus-overlay,.rtl-container.yellow.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.yellow.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.yellow.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#ffa164}.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.yellow.night .svg-donation{opacity:1!important}.rtl-container.yellow.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#ffa164!important}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#ffa164!important}.rtl-container.yellow.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#945f1f}.rtl-container.yellow.night a{color:#ffa164!important;cursor:pointer}.rtl-container.yellow.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.yellow.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#ff343b}.rtl-container.yellow.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.yellow.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.yellow.night .mat-mdc-select-placeholder,.rtl-container.yellow.night .mat-mdc-select-value,.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#ffa164}.rtl-container.yellow.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.yellow.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover,.rtl-container.yellow.night .mat-select-panel .mat-option:hover,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#ffa164;cursor:pointer;background:#ffffff0f}.rtl-container.yellow.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.night .mat-tree-node:hover .mat-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover .boltz-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#ffa164}.rtl-container.yellow.night .mat-tree-node .sidenav-img,.rtl-container.yellow.night .mat-nested-tree-node .sidenav-img,.rtl-container.yellow.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.yellow.night .page-title-container .page-title-img,.rtl-container.yellow.night svg.top-icon-small{fill:#fff}.rtl-container.yellow.night .selected-color{border-color:#b48f62}.rtl-container.yellow.night .mat-progress-bar-fill:after{background-color:#8c571b}.rtl-container.yellow.night .chart-legend .legend-label:hover,.rtl-container.yellow.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.yellow.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.yellow.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#ffa164}.rtl-container.yellow.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.yellow.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ffa164}.rtl-container.yellow.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ffa164}.rtl-container.yellow.night .mat-select-panel{background-color:#121212}.rtl-container.yellow.night .mat-tree{background:#121212}.rtl-container.yellow.night h4{color:#ffa164}.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.yellow.night .dashboard-info-title{color:#ffa164}.rtl-container.yellow.night .dashboard-info-value,.rtl-container.yellow.night .dashboard-capacity-header{color:#fff}.rtl-container.yellow.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.yellow.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.yellow.night .color-primary{color:#ffa164!important}.rtl-container.yellow.night .dot-primary{background-color:#ffa164!important}.rtl-container.yellow.night .dot-primary-lighter{background-color:#945f1f!important}.rtl-container.yellow.night .mat-stepper-vertical{background-color:#121212}.rtl-container.yellow.night .spinner-container h2{color:#ffa164}.rtl-container.yellow.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.yellow.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.yellow.night svg .boltz-icon-fill{fill:#fff}.rtl-container.yellow.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-primary-lighter{stroke:#b48f62}.rtl-container.yellow.night svg .stroke-color-primary{stroke:#945f1f}.rtl-container.yellow.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.yellow.night svg .fill-color-0{fill:#171717}.rtl-container.yellow.night svg .fill-color-1{fill:#232323}.rtl-container.yellow.night svg .fill-color-2{fill:#222}.rtl-container.yellow.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.yellow.night svg .fill-color-4{fill:#383838}.rtl-container.yellow.night svg .fill-color-5{fill:#555}.rtl-container.yellow.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.yellow.night svg .fill-color-7{fill:#202020}.rtl-container.yellow.night svg .fill-color-8{fill:#242424}.rtl-container.yellow.night svg .fill-color-9{fill:#262626}.rtl-container.yellow.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.yellow.night svg .fill-color-11{fill:#171717}.rtl-container.yellow.night svg .fill-color-12{fill:#ccc}.rtl-container.yellow.night svg .fill-color-13{fill:#adadad}.rtl-container.yellow.night svg .fill-color-14{fill:#ababab}.rtl-container.yellow.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.yellow.night svg .fill-color-16{fill:#707070}.rtl-container.yellow.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.yellow.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.yellow.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.yellow.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.yellow.night svg .fill-color-21{fill:#cacaca}.rtl-container.yellow.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.yellow.night svg .fill-color-23{fill:#777}.rtl-container.yellow.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.yellow.night svg .fill-color-25{fill:#252525}.rtl-container.yellow.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.yellow.night svg .fill-color-27{fill:#000}.rtl-container.yellow.night svg .fill-color-28{fill:#313131}.rtl-container.yellow.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.yellow.night svg .fill-color-30{fill:#fff}.rtl-container.yellow.night svg .fill-color-31{fill:#945f1f}.rtl-container.yellow.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.yellow.night svg .fill-color-primary{fill:#945f1f}.rtl-container.yellow.night svg .fill-color-primary-lighter{fill:#b48f62}.rtl-container.yellow.night svg .fill-color-primary-darker{fill:#ffa164}.rtl-container.yellow.night .mat-select-value,.rtl-container.yellow.night .mat-select-arrow{color:#fff}.rtl-container.yellow.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.yellow.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.yellow.night .mat-button.mat-primary,.rtl-container.yellow.night .mat-icon-button.mat-primary,.rtl-container.yellow.night .mat-stroked-button.mat-primary{color:#ffa164}.rtl-container.yellow.night tr.alert.alert-warn .mat-cell,.rtl-container.yellow.night tr.alert.alert-warn .mat-header-cell,.rtl-container.yellow.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.yellow.night .material-icons.info-icon{font-size:100%;color:#ffa164}.rtl-container.yellow.night .material-icons.info-icon.info-icon-primary{color:#ffa164}.rtl-container.yellow.night .material-icons.info-icon.info-icon-text,.rtl-container.yellow.night .material-icons.info-icon.arrow-downward,.rtl-container.yellow.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.yellow.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#ffa164}.rtl-container.yellow.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#774312}.rtl-container.yellow.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#ffa164}.rtl-container.yellow.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.yellow.night .mat-progress-bar-buffer{background-color:#dfcfbc}.rtl-container.yellow.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.yellow.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.yellow.night .foreground.mat-progress-spinner circle,.rtl-container.yellow.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.yellow.night .mat-toolbar-row,.rtl-container.yellow.night .mat-toolbar-single-row{height:4rem}.rtl-container.yellow.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.yellow.night a{color:#945f1f}.rtl-container.yellow.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.yellow.night .h-active-link{border-bottom:2px solid white}.rtl-container.yellow.night .mat-icon-36{color:#ffffffb3}.rtl-container.yellow.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.yellow.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.yellow.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.yellow.night .genseed-message{width:10%;color:#945f1f}.rtl-container.yellow.night .border-primary{border:1px solid #945f1f}.rtl-container.yellow.night .border-accent{border:1px solid #eeeeee}.rtl-container.yellow.night .border-warn{border:1px solid #ff343b}.rtl-container.yellow.night .material-icons.primary{color:#945f1f}.rtl-container.yellow.night .material-icons.accent{color:#eee}.rtl-container.yellow.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#ff343b}.rtl-container.yellow.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.yellow.night .row-disabled{background-color:gray}.rtl-container.yellow.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.yellow.night .mat-mdc-card-content,.rtl-container.yellow.night .mat-mdc-card-subtitle,.rtl-container.yellow.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.yellow.night .mat-menu-panel{min-width:4rem}.rtl-container.yellow.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.yellow.night .horizontal-button:hover{background:#b48f62;color:#eee}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#945f1f}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.yellow.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.yellow.night .mat-button,.rtl-container.yellow.night .mat-icon-button,.rtl-container.yellow.night .mat-stroked-button,.rtl-container.yellow.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.yellow.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.yellow.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.yellow.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.yellow.night .mat-cell,.rtl-container.yellow.night .mat-header-cell,.rtl-container.yellow.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.yellow.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.yellow.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#945f1f}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#945f1f;opacity:1}.rtl-container.yellow.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.yellow.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.yellow.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.yellow.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.yellow.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.yellow.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.yellow.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.yellow.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.yellow.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.yellow.night .more-button{color:#fff}.rtl-container.yellow.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.yellow.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.yellow.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.yellow.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.yellow.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.yellow.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.yellow.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.yellow.night .mat-badge-medium.mat-badge-above .mat-badge-content{top:-1px}.rtl-container.yellow.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.yellow.night .tab-badge .mat-badge-content.mat-badge-active{background:#945f1f}.rtl-container.yellow.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.5rem!important;width:-moz-fit-content;width:fit-content;padding:0 .5rem}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.yellow.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .rtl-select-overlay{min-width:7rem}}.rtl-container.yellow.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.yellow.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.yellow.night .table-actions-button{min-width:8rem}.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.yellow.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.yellow.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.yellow.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#caaf8f!important}.rtl-container.yellow.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#8c571b!important}.rtl-container.yellow.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.yellow.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.yellow.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.yellow.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.yellow.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.yellow.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.yellow.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.yellow.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.yellow.night .color-warn{color:#ff343b}.rtl-container.yellow.night .fill-warn{fill:#ff343b}.rtl-container.yellow.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.yellow.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.yellow.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.yellow.night .alert.alert-info a{color:#004085}.rtl-container.yellow.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.yellow.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.yellow.night .alert.alert-warn a{color:#856404}.rtl-container.yellow.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.yellow.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.yellow.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.yellow.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.yellow.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.yellow.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.yellow.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.yellow.night .failed-status{color:#ff343b}.rtl-container.yellow.night .material-icons.icon-failed-status{fill:#ff343b;height:1.25rem}.rtl-container.yellow.night .svg-fill-primary{fill:#945f1f}.rtl-container.yellow.night .svg-fill-primary-lighter{fill:#b48f62}.rtl-container.yellow.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.yellow.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.yellow.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.yellow.night .dashboard-card-content .underline,.rtl-container.yellow.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#945f1f}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#945f1f}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#945f1f}.rtl-container.yellow.night .mat-mdc-form-field-hint .currency-icon{color:#945f1f}.rtl-container.yellow.night .mat-mdc-form-field-hint .currency-icon path{fill:#945f1f}.rtl-container.yellow.night .fa-icon-primary{color:#945f1f}.rtl-container.yellow.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night ngx-charts-bar-vertical text,.rtl-container.yellow.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.yellow.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.yellow.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.yellow.night .mat-paginator-container{padding:0}.rtl-container.yellow.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.yellow.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.yellow.night .invoice-animation-div .particles-circle{position:absolute;background-color:#945f1f;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #945f1f;background-color:transparent}@keyframes particles-1{0%{transform:scale(1);visibility:visible}to{left:199px;top:201px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}@keyframes particles-2{0%{transform:scale(1);visibility:visible}to{left:-40px;top:82px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}@keyframes particles-3{0%{transform:scale(1);visibility:visible}to{left:162px;top:109px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}@keyframes particles-4{0%{transform:scale(1);visibility:visible}to{left:223px;top:78px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}@keyframes particles-5{0%{transform:scale(1);visibility:visible}to{left:184px;top:113px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}@keyframes particles-6{0%{transform:scale(1);visibility:visible}to{left:-42px;top:-238px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}@keyframes particles-7{0%{transform:scale(1);visibility:visible}to{left:150px;top:-98px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}@keyframes particles-8{0%{transform:scale(1);visibility:visible}to{left:62px;top:225px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}@keyframes particles-9{0%{transform:scale(1);visibility:visible}to{left:113px;top:86px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}@keyframes particles-10{0%{transform:scale(1);visibility:visible}to{left:229px;top:-127px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}@keyframes particles-11{0%{transform:scale(1);visibility:visible}to{left:243px;top:-106px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}@keyframes particles-12{0%{transform:scale(1);visibility:visible}to{left:-168px;top:138px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}@keyframes particles-13{0%{transform:scale(1);visibility:visible}to{left:-124px;top:62px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}@keyframes particles-14{0%{transform:scale(1);visibility:visible}to{left:246px;top:30px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}@keyframes particles-15{0%{transform:scale(1);visibility:visible}to{left:-22px;top:-171px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}@keyframes particles-16{0%{transform:scale(1);visibility:visible}to{left:-144px;top:115px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}@keyframes particles-17{0%{transform:scale(1);visibility:visible}to{left:209px;top:84px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}@keyframes particles-18{0%{transform:scale(1);visibility:visible}to{left:84px;top:-190px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}@keyframes particles-19{0%{transform:scale(1);visibility:visible}to{left:-94px;top:208px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}@keyframes particles-20{0%{transform:scale(1);visibility:visible}to{left:147px;top:203px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}@keyframes particles-21{0%{transform:scale(1);visibility:visible}to{left:178px;top:206px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}@keyframes particles-22{0%{transform:scale(1);visibility:visible}to{left:-10px;top:-226px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}@keyframes particles-23{0%{transform:scale(1);visibility:visible}to{left:3px;top:222px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}@keyframes particles-24{0%{transform:scale(1);visibility:visible}to{left:-182px;top:-44px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}@keyframes particles-25{0%{transform:scale(1);visibility:visible}to{left:-146px;top:166px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}@keyframes particles-26{0%{transform:scale(1);visibility:visible}to{left:144px;top:218px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}@keyframes particles-27{0%{transform:scale(1);visibility:visible}to{left:48px;top:222px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}@keyframes particles-28{0%{transform:scale(1);visibility:visible}to{left:-48px;top:50px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}@keyframes particles-29{0%{transform:scale(1);visibility:visible}to{left:-228px;top:-15px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}@keyframes particles-30{0%{transform:scale(1);visibility:visible}to{left:91px;top:-199px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}@keyframes particles-31{0%{transform:scale(1);visibility:visible}to{left:-40px;top:104px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}@keyframes particles-32{0%{transform:scale(1);visibility:visible}to{left:-102px;top:4px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}@keyframes particles-33{0%{transform:scale(1);visibility:visible}to{left:-26px;top:-89px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}@keyframes particles-34{0%{transform:scale(1);visibility:visible}to{left:-151px;top:-149px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}@keyframes particles-35{0%{transform:scale(1);visibility:visible}to{left:186px;top:200px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.yellow.night .wiggle{animation:.5s wiggle ease-in-out infinite}@keyframes wiggle{0%{transform:rotate(-3deg)}20%{transform:rotate(20deg)}40%{transform:rotate(-15deg)}60%{transform:rotate(5deg)}90%{transform:rotate(-1deg)}to{transform:rotate(0)}}.rtl-container.yellow.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.yellow.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.yellow.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}@keyframes shockwaveJump{0%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(.98)}55%{transform:scale(1.02)}60%{transform:scale(.98)}to{transform:scale(1)}}@keyframes shockwave{0%{transform:scale(1);box-shadow:0 0 2px #00000026,inset 0 0 1px #00000026}95%{box-shadow:0 0 50px #0000,inset 0 0 30px #0000}to{transform:scale(2.25)}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(material-icons.59322316b3fd6063.woff2) format("woff2"),url(material-icons.4ad034d2c499d9b6.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Outlined;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-outlined.f86cb7b0aa53f0fe.woff2) format("woff2"),url(material-icons-outlined.78a93b2079680a08.woff) format("woff")}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-round.b10ec9db5b7fbc74.woff2) format("woff2"),url(material-icons-round.92dc7ca2f4c591e7.woff) format("woff")}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Sharp;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-sharp.3885863ee4746422.woff2) format("woff2"),url(material-icons-sharp.a71cb2bf66c604de.woff) format("woff")}.material-icons-sharp{font-family:Material Icons Sharp;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Two Tone;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-two-tone.675bd578bd14533e.woff2) format("woff2"),url(material-icons-two-tone.588d63134de807a7.woff) format("woff")}.material-icons-two-tone{font-family:Material Icons Two Tone;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Roboto;src:url(Roboto-Thin.f7a95c9c5999532c.woff2) format("woff2"),url(Roboto-Thin.c13c157cb81e8ebb.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Roboto-Thin;src:url(Roboto-Thin.f7a95c9c5999532c.woff2) format("woff2"),url(Roboto-Thin.c13c157cb81e8ebb.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-ThinItalic.b0e084abf689f393.woff2) format("woff2"),url(Roboto-ThinItalic.1111028df6cea564.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Roboto-ThinItalic;src:url(Roboto-ThinItalic.b0e084abf689f393.woff2) format("woff2"),url(Roboto-ThinItalic.1111028df6cea564.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Light.0e01b6cd13b3857f.woff2) format("woff2"),url(Roboto-Light.603ca9a537b88428.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Roboto-Light;src:url(Roboto-Light.0e01b6cd13b3857f.woff2) format("woff2"),url(Roboto-Light.603ca9a537b88428.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-LightItalic.232ef4b20215f720.woff2) format("woff2"),url(Roboto-LightItalic.1b5e142f787151c8.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Roboto-LightItalic;src:url(Roboto-LightItalic.232ef4b20215f720.woff2) format("woff2"),url(Roboto-LightItalic.1b5e142f787151c8.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Regular.475ba9e4e2d63456.woff2) format("woff2"),url(Roboto-Regular.bcefbfee882bc1cb.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Regular;src:url(Roboto-Regular.475ba9e4e2d63456.woff2) format("woff2"),url(Roboto-Regular.bcefbfee882bc1cb.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2) format("woff2"),url(Roboto-RegularItalic.0668fae6af0cf8c2.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Roboto-RegularItalic;src:url(Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2) format("woff2"),url(Roboto-RegularItalic.0668fae6af0cf8c2.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Medium.457532032ceb0168.woff2) format("woff2"),url(Roboto-Medium.6e1ae5f0b324a0aa.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Roboto-Medium;src:url(Roboto-Medium.457532032ceb0168.woff2) format("woff2"),url(Roboto-Medium.6e1ae5f0b324a0aa.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-MediumItalic.872f7060602d55d2.woff2) format("woff2"),url(Roboto-MediumItalic.e06fb533801cbb08.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Roboto-MediumItalic;src:url(Roboto-MediumItalic.872f7060602d55d2.woff2) format("woff2"),url(Roboto-MediumItalic.e06fb533801cbb08.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Bold.447291a88c067396.woff2) format("woff2"),url(Roboto-Bold.fc482e6133cf5e26.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto-Bold;src:url(Roboto-Bold.447291a88c067396.woff2) format("woff2"),url(Roboto-Bold.fc482e6133cf5e26.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-BoldItalic.1b15168ef6fa4e16.woff2) format("woff2"),url(Roboto-BoldItalic.e26ba339b06f09f7.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Roboto-BoldItalic;src:url(Roboto-BoldItalic.1b15168ef6fa4e16.woff2) format("woff2"),url(Roboto-BoldItalic.e26ba339b06f09f7.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Black.2eaa390d458c877d.woff2) format("woff2"),url(Roboto-Black.b25f67ad8583da68.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Roboto-Black;src:url(Roboto-Black.2eaa390d458c877d.woff2) format("woff2"),url(Roboto-Black.b25f67ad8583da68.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-BlackItalic.7dc03ee444552bc5.woff2) format("woff2"),url(Roboto-BlackItalic.c8dc642467cb3099.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Roboto-BlackItalic;src:url(Roboto-BlackItalic.7dc03ee444552bc5.woff2) format("woff2"),url(Roboto-BlackItalic.c8dc642467cb3099.woff) format("woff")} diff --git a/frontend/styles.fd10c5bd3cf185ab.css b/frontend/styles.fd10c5bd3cf185ab.css new file mode 100644 index 00000000..852309a9 --- /dev/null +++ b/frontend/styles.fd10c5bd3cf185ab.css @@ -0,0 +1 @@ +.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;margin-top:-15px;position:relative}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:0px;right:0;position:relative}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:transparent;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:4px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:4px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:6px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:6px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}html{width:100%;height:99%;line-height:1.5;overflow-x:hidden;font-family:Roboto,sans-serif!important;font-size:95%}@media only screen and (max-width: 56.25em){html{font-size:90%}}@media only screen and (max-width: 37.5em){html{font-size:80%}}body{box-sizing:border-box;height:100%;margin:0;overflow:hidden}.rtl-container{position:absolute;width:100%;height:100%;inset:0;overflow:hidden}.rtl-container .mat-menu-panel .mat-menu-content{padding-top:0;padding-bottom:0}.rtl-container .mat-nested-tree-node-child>.mat-tree-node{padding-left:2.5rem}.mat-sidenav-container .mat-sidenav-content{height:95vh;min-height:95vh}.sidenav{width:16rem!important;height:100%;overflow:hidden!important}span.page-text,.mat-mdc-slide-toggle,.material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:3rem}.mat-mdc-checkbox{min-height:4rem}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.sticky{position:fixed;top:0;z-index:9999}.horizontal-menu{padding:0;z-index:999;position:fixed;top:0;height:4rem;overflow:visible}.inner-sidenav-content{position:relative;inset:0;padding:.75rem}@media only screen and (max-width: 56.25em){.inner-sidenav-content{padding:.5rem}}@media only screen and (max-width: 37.5em){.inner-sidenav-content{padding:.5rem .25rem}}.top-50{top:50px}*{margin:0;padding:0}.rtl-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;position:fixed;background:#fff;z-index:999999;visibility:visible;opacity:1}.rtl-spinner h4{margin-top:.625rem}.spinner-dialog-panel .mat-mdc-dialog-container .mat-mdc-dialog-surface{background:transparent;box-shadow:none}.mat-mdc-dialog-container .mat-mdc-dialog-surface{overflow:hidden}@media only screen and (max-width: 75em){button.mdc-button{min-width:50px}}@media only screen and (max-width: 56.25em){button.mdc-button{min-width:40px}}@media only screen and (max-width: 37.5em){button.mdc-button{min-width:20px}}button.mdc-button.mat-mdc-button-base{font-size:103%;font-weight:500;font-family:Roboto,sans-serif}button.mdc-button.mat-mdc-button-base.mat-mdc-unelevated-button{margin-bottom:1rem}.mat-mdc-icon-button.mat-mdc-button-base.btn-icon-small{height:40px;padding:.75rem}.mdc-floating-label{will-change:unset!important}.mat-mdc-form-field.mat-form-field-disabled,.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-text-field-wrapper.mdc-text-field--disable,.mat-mdc-form-field.mat-form-field-disabled .mdc-floating-label.mat-mdc-floating-label,.mat-mdc-form-field.mat-form-field-disabled .mat-mdc-input-element.mat-mdc-form-field-input-control,.mat-mdc-slide-toggle .mdc-switch.mdc-switch--disabled{cursor:not-allowed}.padding-gap{padding:.5rem!important}@media only screen and (max-width: 56.25em){.padding-gap{padding:.25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap{padding:.125rem!important}}.padding-gap-x{padding:0 .5rem!important}@media only screen and (max-width: 75em){.padding-gap-x{padding:0 .25rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-x{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-x{padding:0 .125rem!important}}.padding-gap-large{padding:1rem!important}@media only screen and (max-width: 75em){.padding-gap-large{padding:2rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-large{padding:.25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-large{padding:.125rem!important}}.padding-gap-x-large{padding:0 1rem!important}@media only screen and (max-width: 75em){.padding-gap-x-large{padding:0 .5rem!important}}@media only screen and (max-width: 56.25em){.padding-gap-x-large{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-x-large{padding:0 .125rem!important}}.padding-gap-bottom-large{padding-bottom:1rem!important}@media only screen and (max-width: 56.25em){.padding-gap-bottom-large{padding-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.padding-gap-bottom-large{padding-bottom:.125rem!important}}.overflow-wrap{overflow-wrap:break-word!important;overflow:hidden}.mat-mdc-card{padding:0!important;overflow:hidden;border-radius:2px!important}.mat-mdc-card-original{padding:1rem!important;border-radius:4px!important}.mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix,.mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix{padding-right:1rem}mat-card-content.mat-mdc-card-content:first-child{padding-top:0}.card-content-gap{padding:.6rem 1rem!important;height:100%}@media only screen and (max-width: 56.25em){.card-content-gap{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.card-content-gap{padding:.25rem .125rem!important}}.routing-tabs-block .mat-mdc-tab-body-wrapper{padding:0!important;min-height:100px}.mat-mdc-card-actions{display:block;margin-bottom:1rem;padding-left:.3333333333rem;padding-right:.3333333333rem}.mat-mdc-card-content,.mat-mdc-card-subtitle,.mat-mdc-card-title{display:block;margin-bottom:1rem}.mat-mdc-card-content form,.mat-mdc-card-subtitle form,.mat-mdc-card-title form{overflow:hidden}.mat-mdc-card-title{font-size:125%}.mat-mdc-card-subtitle{font-size:120%}.mat-mdc-card-header-text{margin:0!important;line-height:1}.mat-form-field-wrapper{width:100%}.mat-mdc-select{margin:0 1rem 0 0}.green{color:#28ca43!important}.yellow{color:#ffbd2e!important}.red{color:#c62828!important}.grey{color:#ccc!important}.mt-1px{margin-top:1px!important}.mt-2px{margin-top:2px!important}.mt-4px{margin-top:4px!important}.mt-5px{margin-top:5px!important}.my-2px{margin:2px 0!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.625rem!important}@media only screen and (max-width: 56.25em){.mt-1{margin-top:.5rem!important}}@media only screen and (max-width: 37.5em){.mt-1{margin-top:.5rem!important}}.mb-0{margin-bottom:0!important}.mb-2px{margin-bottom:2px!important}.mb-5px{margin-bottom:5px!important}.mb-1{margin-bottom:.625rem!important}@media only screen and (max-width: 56.25em){.mb-1{margin-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.mb-1{margin-bottom:.5rem!important}}.mb-6{margin-bottom:3.75rem!important}@media only screen and (max-width: 56.25em){.mb-6{margin-bottom:3rem!important}}@media only screen and (max-width: 37.5em){.mb-6{margin-bottom:3rem!important}}.ml-0{margin-left:0!important}.ml-half{margin-left:.25rem!important}.ml-1{margin-left:.625rem!important}@media only screen and (max-width: 56.25em){.ml-1{margin-left:.25rem!important}}@media only screen and (max-width: 37.5em){.ml-1{margin-left:2px!important}}.ml-minus-1{margin-left:-.625rem!important}.mr-0{margin-right:0!important}.mr-3px{margin-right:3px!important}.mr-5px{margin-right:5px!important}.mr-1{margin-right:.625rem!important}@media only screen and (max-width: 56.25em){.mr-1{margin-right:.25rem!important}}@media only screen and (max-width: 37.5em){.mr-1{margin-right:2px!important}}.mx-1{margin:0 .625rem!important}@media only screen and (max-width: 56.25em){.mx-1{margin:0 .25rem!important}}@media only screen and (max-width: 37.5em){.mx-1{margin:0 2px!important}}.my-1{margin:.625rem 0!important}@media only screen and (max-width: 56.25em){.my-1{margin:.5rem 0!important}}@media only screen and (max-width: 37.5em){.my-1{margin:.5rem 0!important}}.m-1{margin:.625rem!important}@media only screen and (max-width: 56.25em){.m-1{margin:.5rem!important}}@media only screen and (max-width: 37.5em){.m-1{margin:.5rem!important}}.mt-2{margin-top:1.25rem!important}@media only screen and (max-width: 56.25em){.mt-2{margin-top:1rem!important}}@media only screen and (max-width: 37.5em){.mt-2{margin-top:1rem!important}}.mt-3{margin-top:2rem!important}@media only screen and (max-width: 56.25em){.mt-3{margin-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.mt-3{margin-top:1.5rem!important}}.mt-4{margin-top:2.5rem!important}@media only screen and (max-width: 56.25em){.mt-4{margin-top:2rem!important}}@media only screen and (max-width: 37.5em){.mt-4{margin-top:2rem!important}}.mt-6{margin-top:3.75rem!important}@media only screen and (max-width: 56.25em){.mt-6{margin-top:3rem!important}}@media only screen and (max-width: 37.5em){.mt-6{margin-top:3rem!important}}.mt-minus-1{margin-top:-.625rem!important}@media only screen and (max-width: 56.25em){.mt-minus-1{margin-top:-.5rem!important}}@media only screen and (max-width: 37.5em){.mt-minus-1{margin-top:-.5rem!important}}.mt-minus-2{margin-top:-1.25rem!important}@media only screen and (max-width: 56.25em){.mt-minus-2{margin-top:-1rem!important}}@media only screen and (max-width: 37.5em){.mt-minus-2{margin-top:-1rem!important}}.mb-2{margin-bottom:1rem!important}@media only screen and (max-width: 56.25em){.mb-2{margin-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.mb-2{margin-bottom:1rem!important}}.mb-3{margin-bottom:2rem!important}@media only screen and (max-width: 56.25em){.mb-3{margin-bottom:1.5rem!important}}@media only screen and (max-width: 37.5em){.mb-3{margin-bottom:1.5rem!important}}.mb-4{margin-bottom:2.5rem!important}@media only screen and (max-width: 56.25em){.mb-4{margin-bottom:1.25rem!important}}@media only screen and (max-width: 37.5em){.mb-4{margin-bottom:1.25rem!important}}.ml-2{margin-left:1.25rem!important}@media only screen and (max-width: 56.25em){.ml-2{margin-left:.5rem!important}}@media only screen and (max-width: 37.5em){.ml-2{margin-left:.25rem!important}}.mr-2{margin-right:1.25rem!important}@media only screen and (max-width: 56.25em){.mr-2{margin-right:.5rem!important}}@media only screen and (max-width: 37.5em){.mr-2{margin-right:.25rem!important}}.ml-4{margin-left:2.5rem!important}@media only screen and (max-width: 56.25em){.ml-4{margin-left:1rem!important}}@media only screen and (max-width: 37.5em){.ml-4{margin-left:.5rem!important}}.ml-5{margin-left:3rem!important}@media only screen and (max-width: 56.25em){.ml-5{margin-left:1.25rem!important}}@media only screen and (max-width: 37.5em){.ml-5{margin-left:.625rem!important}}.mr-4{margin-right:2.5rem!important}@media only screen and (max-width: 56.25em){.mr-4{margin-right:1rem!important}}@media only screen and (max-width: 37.5em){.mr-4{margin-right:.5rem!important}}.mr-5{margin-right:3rem!important}@media only screen and (max-width: 56.25em){.mr-5{margin-right:1.25rem!important}}@media only screen and (max-width: 37.5em){.mr-5{margin-right:.625rem!important}}.mr-6{margin-right:3.75rem!important}@media only screen and (max-width: 56.25em){.mr-6{margin-right:2rem!important}}@media only screen and (max-width: 37.5em){.mr-6{margin-right:1.25rem!important}}.mx-2{margin:0 1.25rem!important}@media only screen and (max-width: 56.25em){.mx-2{margin:0 .5rem!important}}@media only screen and (max-width: 37.5em){.mx-2{margin:0 .25rem!important}}.my-0{margin-top:0!important;margin-bottom:0!important}.my-2{margin:1.25rem 0!important}@media only screen and (max-width: 56.25em){.my-2{margin:1rem 0!important}}@media only screen and (max-width: 37.5em){.my-2{margin:1rem 0!important}}.my-3{margin:2rem 0!important}@media only screen and (max-width: 56.25em){.my-3{margin:1.5rem 0!important}}@media only screen and (max-width: 37.5em){.my-3{margin:1.5rem 0!important}}.my-4{margin:2.5rem 0!important}@media only screen and (max-width: 56.25em){.my-4{margin:1.25rem 0!important}}@media only screen and (max-width: 37.5em){.my-4{margin:1.25rem 0!important}}.m-2{margin:1.25rem!important}@media only screen and (max-width: 56.25em){.m-2{margin:1rem!important}}@media only screen and (max-width: 37.5em){.m-2{margin:1rem!important}}.pt-1{padding-top:.625rem!important}@media only screen and (max-width: 56.25em){.pt-1{padding-top:.5rem!important}}@media only screen and (max-width: 37.5em){.pt-1{padding-top:.5rem!important}}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.625rem!important}@media only screen and (max-width: 56.25em){.pb-1{padding-bottom:.5rem!important}}@media only screen and (max-width: 37.5em){.pb-1{padding-bottom:.5rem!important}}.pl-5px{padding-left:5px!important}@media only screen and (max-width: 56.25em){.pl-5px{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){.pl-5px{padding-left:3px!important}}.pl-1{padding-left:.625rem!important}@media only screen and (max-width: 56.25em){.pl-1{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){.pl-1{padding-left:2px!important}}.pl-15px{padding-left:1rem!important}@media only screen and (max-width: 56.25em){.pl-15px{padding-left:.3333333333rem!important}}@media only screen and (max-width: 37.5em){.pl-15px{padding-left:.25rem!important}}.pr-0{padding-right:0!important}.pr-1{padding-right:.625rem!important}@media only screen and (max-width: 56.25em){.pr-1{padding-right:.25rem!important}}@media only screen and (max-width: 37.5em){.pr-1{padding-right:2px!important}}.pr-3{padding-right:2rem!important}@media only screen and (max-width: 56.25em){.pr-3{padding-right:.75rem!important}}@media only screen and (max-width: 37.5em){.pr-3{padding-right:.3333333333rem!important}}.pr-4{padding-right:2.5rem!important}@media only screen and (max-width: 56.25em){.pr-4{padding-right:1rem!important}}@media only screen and (max-width: 37.5em){.pr-4{padding-right:.5rem!important}}.pr-4px{padding-right:.25rem!important}.pr-6px{padding-right:.3333333333rem!important}.p-0{padding:0!important}.p-5px{padding:5px!important}.pl-0{padding-left:0!important}.px-1{padding:0 .625rem!important}@media only screen and (max-width: 56.25em){.px-1{padding:0 .25rem!important}}@media only screen and (max-width: 37.5em){.px-1{padding:0 2px!important}}.py-0{padding:.625rem 0!important}@media only screen and (max-width: 56.25em){.py-0{padding:.5rem 0!important}}@media only screen and (max-width: 37.5em){.py-0{padding:.5rem 0!important}}.py-1{padding:.625rem 0!important}@media only screen and (max-width: 56.25em){.py-1{padding:.5rem 0!important}}@media only screen and (max-width: 37.5em){.py-1{padding:.5rem 0!important}}.p-1{padding:.625rem!important}@media only screen and (max-width: 56.25em){.p-1{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.p-1{padding:.5rem!important}}.p-16{padding:1rem!important}@media only screen and (max-width: 56.25em){.p-16{padding:.5rem!important}}@media only screen and (max-width: 37.5em){.p-16{padding:.25rem!important}}.pt-2{padding-top:1.25rem!important}@media only screen and (max-width: 56.25em){.pt-2{padding-top:1rem!important}}@media only screen and (max-width: 37.5em){.pt-2{padding-top:1rem!important}}.pt-3{padding-top:2rem!important}@media only screen and (max-width: 56.25em){.pt-3{padding-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.pt-3{padding-top:1.5rem!important}}.pb-2{padding-bottom:1.25rem!important}@media only screen and (max-width: 56.25em){.pb-2{padding-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.pb-2{padding-bottom:1rem!important}}.pl-2{padding-left:1.25rem!important}@media only screen and (max-width: 56.25em){.pl-2{padding-left:.5rem!important}}@media only screen and (max-width: 37.5em){.pl-2{padding-left:.25rem!important}}.pt-4{padding-top:1.25rem!important}@media only screen and (max-width: 56.25em){.pt-4{padding-top:1.5rem!important}}@media only screen and (max-width: 37.5em){.pt-4{padding-top:1.5rem!important}}.pl-3{padding-left:2rem!important}@media only screen and (max-width: 56.25em){.pl-3{padding-left:.75rem!important}}@media only screen and (max-width: 37.5em){.pl-3{padding-left:.3333333333rem!important}}.pl-4{padding-left:2.5rem!important}@media only screen and (max-width: 56.25em){.pl-4{padding-left:1rem!important}}@media only screen and (max-width: 37.5em){.pl-4{padding-left:.5rem!important}}.pr-2{padding-right:1.25rem!important}@media only screen and (max-width: 56.25em){.pr-2{padding-right:.5rem!important}}@media only screen and (max-width: 37.5em){.pr-2{padding-right:.25rem!important}}.pr-5{padding-right:2.5rem!important}@media only screen and (max-width: 56.25em){.pr-5{padding-right:1rem!important}}@media only screen and (max-width: 37.5em){.pr-5{padding-right:.5rem!important}}.px-2{padding:0 1.25rem!important}@media only screen and (max-width: 56.25em){.px-2{padding:0 .5rem!important}}@media only screen and (max-width: 37.5em){.px-2{padding:0 .25rem!important}}.px-3{padding:0 2rem!important}@media only screen and (max-width: 56.25em){.px-3{padding:0 .75rem!important}}@media only screen and (max-width: 37.5em){.px-3{padding:0 .3333333333rem!important}}.px-4{padding:0 2.5rem!important}@media only screen and (max-width: 56.25em){.px-4{padding:0 1rem!important}}@media only screen and (max-width: 37.5em){.px-4{padding:0 .5rem!important}}.py-2{padding:1.25rem 0!important}@media only screen and (max-width: 56.25em){.py-2{padding:1rem 0!important}}@media only screen and (max-width: 37.5em){.py-2{padding:1rem 0!important}}.p-2{padding:1.25rem!important}@media only screen and (max-width: 56.25em){.p-2{padding:1rem!important}}@media only screen and (max-width: 37.5em){.p-2{padding:1rem!important}}.p-24{padding:1.5rem!important}@media only screen and (max-width: 56.25em){.p-24{padding:.75rem!important}}@media only screen and (max-width: 37.5em){.p-24{padding:.625rem!important}}.ps-2{padding-left:1.25rem!important}.m-1px{margin:1px!important}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-auto{overflow:auto}.mat-footer-row .mat-footer-cell{border-bottom:none!important}.mat-row:last-child .mdc-data-table__cell{border-bottom:none!important}.mat-mdc-form-field-infix{width:14rem!important}.flex-ellipsis{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:2rem}.mat-list,.mat-list .mat-list-item .mat-list-item-content,.mat-nav-list,.mat-selection-list{padding:0!important}.inline-spinner{display:inline-flex!important;top:5px!important}.top-minus-5px{position:relative;top:-5px}.top-minus-25px{position:relative;top:-1.5rem;margin-bottom:-1.5rem!important}.top-minus-30px{position:relative;top:-2rem}.cursor-pointer:hover{cursor:pointer!important}.cursor-default:hover{cursor:default!important}.cursor-not-allowed:hover{cursor:not-allowed!important}.inline-flex{display:inline-flex!important}.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.op-image{box-shadow:0 0 2px #ccc;border:2px solid;border-color:transparent;cursor:pointer;transition:.2s}.settings-icon{position:fixed;top:30%;right:0;width:.25rem;height:2.5rem;opacity:.6;cursor:pointer;z-index:999999}.test-banner{padding-top:2px;background-color:#fc7783;text-transform:uppercase;border-radius:2px}.currency-icon.currency-icon-small{max-width:.8375rem;max-height:.8375rem}.currency-icon.currency-icon-medium{max-width:1rem;max-height:1rem}.currency-icon.currency-icon-large{max-width:1.125rem;max-height:1.125rem}.currency-icon.currency-icon-x-large{max-width:1.25rem;max-height:1.25rem}.fa-icon-small,.top-icon-small{min-width:1.25rem}.fa-icon-small svg,.top-icon-small svg{min-width:1.25rem}.botlz-icon-sm{min-width:1rem;width:1rem;max-width:1rem}.copy-icon{position:relative;top:.25rem}.copy-icon-smaller{position:relative;top:2px}.top-5px{position:relative;top:5px}.animate-settings{animation:animate-settings 10s linear infinite}@keyframes animate-settings{to{transform:rotate(360deg)}}.mt-minus-5{position:relative;margin-top:-5px}.color-white{color:#fff!important}.custom-card{padding:0 0 .5rem!important}.not-found-box{min-width:50%}.w-100{width:100%!important}.w-96{width:96%!important}.w-84{width:84%!important}.h-100{height:100%!important}.h-93{height:93%!important}.h-40{height:400px!important}.h-46{height:460px!important}.h-50{height:500px!important}.h-10{height:100px!important}.h-4{height:12rem!important}.h-35px{height:35px!important}a{outline:none;text-decoration:none;text-decoration:underline}.mat-tree{width:100%}.mat-tree-node,.mat-nested-tree-node-parent{min-height:3rem;height:3rem;padding:0 .75rem;cursor:pointer}@media only screen and (max-width: 37.5em){.mat-tree-node,.mat-nested-tree-node-parent{min-height:4rem;height:4rem}}.mat-tree-node:focus,.mat-tree-node:active,.mat-nested-tree-node:focus,.mat-nested-tree-node:active,.mat-nested-tree-node-parent:focus,.mat-nested-tree-node-parent:active,.mat-tree-node span:focus,.mat-tree-node span:active,.mat-nested-tree-node-parent span:focus,.mat-nested-tree-node-parent span:active,.mat-tree-node div:focus,.mat-tree-node div:active,.mat-nested-tree-node-parent div:focus,.mat-nested-tree-node-parent div:active,.mat-tree-node .mat-icon:focus,.mat-tree-node .mat-icon:active,.mat-nested-tree-node-parent .mat-icon:focus,.mat-nested-tree-node-parent .mat-icon:active{outline:none}.lnd-info{height:6rem}.flex-wrap{flex-wrap:wrap!important}.word-break{word-break:break-all!important}.font-bold-500{font-weight:500!important}.font-bold-700{font-weight:700!important}.pubkey-info-top{flex-wrap:wrap;margin-top:1px;min-height:1rem;cursor:pointer;display:flex;align-content:center}.logo{font-weight:700;letter-spacing:1px}.fa-icon-regular{min-width:2.5rem;width:2.5rem;max-width:2.5rem}.icon-large{margin-left:-100%}.icon-small{height:1.25rem!important;width:1.25rem!important}.icon-smaller{height:.625rem!important;width:.625rem!important}.mat-icon-36{width:2.25rem!important;height:2.25rem!important}.mat-mdc-select.multi-node-select{width:84%}.page-title-container{font-size:110%;padding:0 .75rem;margin-bottom:.5rem}@media only screen and (max-width: 56.25em){.page-title-container{padding:0 .5rem;margin:.5rem 0}}@media only screen and (max-width: 37.5em){.page-title-container{padding:0 .5rem;margin:.5rem 0}}table{width:100%}th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .5rem}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .25rem}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell,td.mdc-data-table__cell{padding:0 .125rem}}th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.5rem!important}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.25rem!important}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell:first-of-type,td.mdc-data-table__cell:first-of-type,td.mat-footer-cell:first-of-type,mat-cell:first-of-type,.mdc-data-table__header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:.125rem!important}}th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:1rem}@media only screen and (max-width: 75em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.5rem!important}}@media only screen and (max-width: 56.25em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.25rem!important}}@media only screen and (max-width: 37.5em){th.mdc-data-table__header-cell:last-of-type,td.mdc-data-table__cell:last-of-type,td.mat-footer-cell:last-of-type,mat-cell:last-of-type,.mdc-data-table__header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:.125rem!important}}.dot{display:inline-flex;width:.8rem;height:.8rem;border-radius:.8rem;margin:.25rem 0 0}.dot.tiny-dot{width:.5rem;height:.5rem;border-radius:.5rem;margin:0 .3333333333rem 1px 0}.dot.green{background-color:#28ca43}.dot.yellow{background-color:#ffbd2e}.dot.red{background-color:#c62828}.dot.grey{background-color:#ccc}.font-size-80{font-size:80%!important}.font-size-90{font-size:90%!important}.font-size-120{font-size:120%!important}.font-size-200{font-size:200%!important}.font-size-300{font-size:300%!important}.font-weight-500{font-weight:500!important}.font-weight-900{font-weight:900!important}.pre-wrap{white-space:pre-wrap!important}.display-none{display:none!important}.mat-divider.mat-divider-horizontal.mat-divider-inset{margin-left:1rem}.mat-vertical-stepper-header{padding:.625rem .625rem .625rem .5rem!important}.mat-vertical-stepper-content{margin:0 .5rem}.ellipsis-child{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blinker{animation:blink-animation 1s steps(5,start) infinite;-webkit-animation:blink-animation 1s steps(5,start) infinite}@keyframes blink-animation{to{visibility:hidden}}.mat-progress-bar.dashboard-progress-bar{height:6px;min-height:6px}.alert{margin-bottom:.625rem;padding:.3333333333rem .625rem;border-radius:2px}.dashboard-vert-menu.mat-menu-panel{min-height:3rem}.mat-mdc-tab .mdc-tab__content{overflow:hidden!important}.mdc-tab__text-label{opacity:1;padding:0;min-width:11rem}@media only screen and (max-width: 56.25em){.mdc-tab__text-label{min-width:auto}}@media only screen and (max-width: 37.5em){.mdc-tab__text-label{min-width:auto}}.dashboard-card{margin-bottom:0}.dashboard-card .mat-mdc-card-header{padding:16px 0 0 16px}.dashboard-card .mat-mdc-card-content.dashboard-card-content{margin-bottom:0}.dashboard-tabs-group.mat-mdc-tab-group{max-width:91%}.dashboard-tabs-group .mat-mdc-tab-list{width:100%}.dashboard-tabs-group .mdc-tab{margin:0;padding:0 1.5rem;display:flex;flex:1 0 auto;justify-content:center}.dashboard-tabs-group.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__content .mdc-tab__text-label{min-width:5.5rem}.node-grid-tile.mat-grid-tile .mat-figure{align-items:start}.mat-vertical-content-container{margin-left:1.25rem!important}.xs-scroll-y{overflow-y:scroll;max-height:600px}.h-2{min-height:1.25rem!important}.border-valid{border:1px solid #28ca43!important}.border-invalid{border:1px solid #c62828!important}.icon-green{fill:#28ca43}.visible{visibility:visible!important}.hidden{visibility:hidden!important}.h-5{height:50px}.btn-sticky-container{height:0;opacity:.5}.btn-sticky-container .mat-icon{animation:scrollDownAnimation 2s infinite}@keyframes scrollDownAnimation{0%{transform:translateY(0)}10%{transform:translateY(-20%)}20%{transform:translateY(20%)}30%{transform:translateY(-20%)}40%{transform:translateY(20%)}50%{transform:translateY(0)}}.mat-form-field-appearance-legacy.mat-form-field-disabled input,.mat-form-field-appearance-legacy.mat-form-field-disabled mat-select,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-trigger,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-value,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-select-arro-wrapper,.mat-form-field-appearance-legacy.mat-form-field-disabled textarea,.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-infix{cursor:not-allowed}.mat-mdc-tooltip-panel{max-width:25rem!important}.ngx-charts-tooltip-content.type-tooltip{background:#323232e6!important}.ngx-charts-tooltip-content .tooltip-caret{border-top-color:#323232e6!important}.mat-mdc-tooltip-panel .mdc-tooltip__surface{min-width:10rem;max-width:unset;text-align:start}.go-to-link{text-decoration:underline;font-weight:500;cursor:pointer}.mat-mdc-card.dashboard-card{padding:0 .75rem!important}@media only screen and (max-width: 56.25em){.mat-mdc-card.dashboard-card{padding:.25rem .625rem!important}}@media only screen and (max-width: 37.5em){.mat-mdc-card.dashboard-card{padding:.25rem .5rem!important}}.mat-mdc-card.dashboard-card.p-0{padding:0!important}.mat-mdc-card.dashboard-card .mat-mdc-card-header-text{width:100%}.mat-progress-bar{min-height:4px}.dashboard-card-content{text-align:left}.ellipsis-parent{display:flex}.mat-column-actions{min-height:3.25rem}@media only screen and (max-width: 37.5em){.mat-column-actions{min-height:4.1rem}}.mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 1rem}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 .5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header{padding:0 .25rem}}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator{margin-top:-5px}.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 1.5rem 1rem}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 .5rem .5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body{padding:0 .25rem .125rem}}@media only screen and (max-width: 56.25em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-title,.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-description{margin-right:.5rem}}@media only screen and (max-width: 37.5em){.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-title,.mat-expansion-panel.flat-expansion-panel .mat-expansion-panel-body .mat-expansion-panel-header-description{margin-right:.25rem}}.flex-9{flex:1 1 9%}.flex-17{flex:1 1 17%}.flex-20{flex:1 1 20%}.flex-25{flex:1 1 25%}.flex-30{flex:1 1 30%}.flex-35{flex:1 1 35%}.flex-40{flex:1 1 40%}.flex-48{flex:1 1 48%}.flex-50{flex:1 1 50%}.flex-70{flex:1 1 70%}.flex-83{flex:1 1 83%}.flex-91{flex:1 1 91%}.flex-100{flex:1 1 100%}.align-center-start{display:flex;justify-content:center;align-items:flex-start}.align-center-center{display:flex;justify-content:center;align-items:center}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-option-selected-state-label-text-color: #5e4ea5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #5e4ea5;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #5e4ea5;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #5e4ea5;--mat-progress-bar-track-color: rgba(94, 78, 165, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-filled-caret-color: #5e4ea5;--mat-form-field-filled-focus-active-indicator-color: #5e4ea5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-outlined-caret-color: #5e4ea5;--mat-form-field-outlined-focus-outline-color: #5e4ea5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #5e4ea5;--mat-select-invalid-arrow-color: #b00020}.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #5e4ea5;--mat-chip-elevated-disabled-container-color: #5e4ea5;--mat-chip-elevated-selected-container-color: #5e4ea5;--mat-chip-flat-disabled-selected-container-color: #5e4ea5;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-handle-color: #5e4ea5;--mat-slide-toggle-selected-hover-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-pressed-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-focus-handle-color: #5e4ea5;--mat-slide-toggle-selected-hover-handle-color: #5e4ea5;--mat-slide-toggle-selected-pressed-handle-color: #5e4ea5;--mat-slide-toggle-selected-focus-track-color: #8e83c0;--mat-slide-toggle-selected-hover-track-color: #8e83c0;--mat-slide-toggle-selected-pressed-track-color: #8e83c0;--mat-slide-toggle-selected-track-color: #8e83c0;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #5e4ea5;--mat-radio-selected-hover-icon-color: #5e4ea5;--mat-radio-selected-icon-color: #5e4ea5;--mat-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #5e4ea5;--mat-slider-focus-handle-color: #5e4ea5;--mat-slider-handle-color: #5e4ea5;--mat-slider-hover-handle-color: #5e4ea5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #5e4ea5 4%, transparent);--mat-slider-inactive-track-color: #5e4ea5;--mat-slider-ripple-color: #5e4ea5;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #5e4ea5;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #5e4ea5;--mat-radio-selected-hover-icon-color: #5e4ea5;--mat-radio-selected-icon-color: #5e4ea5;--mat-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #5e4ea5;--mat-checkbox-selected-hover-icon-color: #5e4ea5;--mat-checkbox-selected-icon-color: #5e4ea5;--mat-checkbox-selected-pressed-icon-color: #5e4ea5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #5e4ea5;--mat-checkbox-selected-hover-state-layer-color: #5e4ea5;--mat-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#5e4ea5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #5e4ea5;--mat-tab-active-ripple-color: #5e4ea5;--mat-tab-inactive-ripple-color: #5e4ea5;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #5e4ea5;--mat-tab-active-hover-label-text-color: #5e4ea5;--mat-tab-active-focus-indicator-color: #5e4ea5;--mat-tab-active-hover-indicator-color: #5e4ea5;--mat-tab-active-indicator-color: #5e4ea5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #5e4ea5;--mat-tab-foreground-color: #ffffff}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #5e4ea5;--mat-checkbox-selected-hover-icon-color: #5e4ea5;--mat-checkbox-selected-icon-color: #5e4ea5;--mat-checkbox-selected-pressed-icon-color: #5e4ea5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #5e4ea5;--mat-checkbox-selected-hover-state-layer-color: #5e4ea5;--mat-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #5e4ea5;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #5e4ea5;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-button-outlined-state-layer-color: #5e4ea5;--mat-button-protected-container-color: #5e4ea5;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #5e4ea5;--mat-button-text-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-button-text-state-layer-color: #5e4ea5;--mat-button-tonal-container-color: #5e4ea5;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #5e4ea5;--mat-icon-button-state-layer-color: #5e4ea5;--mat-icon-button-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent)}.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #5e4ea5;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-fab-small-container-color: #5e4ea5;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #8e83c0}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #5e4ea5}.mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #5e4ea5;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #5e4ea5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #5e4ea5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #5e4ea5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #5e4ea5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #5e4ea5;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #5e4ea5}.mat-icon.mat-accent{--mat-icon-color: #424242}.mat-icon.mat-warn{--mat-icon-color: #b00020}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #5e4ea5;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #5e4ea5;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #5e4ea5;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #5e4ea5;--mat-toolbar-container-text-color: #ffffff}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}.rtl-container.purple.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.purple.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.purple.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.purple.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.purple.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.purple.day .bg-primary{background-color:#5e4ea5;color:#fff}.rtl-container.purple.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.purple.day .page-title,.rtl-container.purple.day .mat-mdc-select-value,.rtl-container.purple.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.purple.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.purple.day .help-expansion .mat-expansion-panel-header,.rtl-container.purple.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.purple.day .help-expansion .mat-expansion-indicator:after,.rtl-container.purple.day .help-expansion .mat-expansion-panel-content,.rtl-container.purple.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#5e4ea5}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.purple.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.purple.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#5e4ea5}.rtl-container.purple.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.purple.day .mat-tree-node:hover,.rtl-container.purple.day .mat-nested-tree-node-parent:hover,.rtl-container.purple.day .mat-select-panel .mat-option:hover,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#5e4ea5;cursor:pointer}.rtl-container.purple.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.day .mat-tree-node:hover .mat-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#5e4ea5}.rtl-container.purple.day .spinner-container h2{color:#fff}.rtl-container.purple.day .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.purple.day .mat-form-field-suffix{color:#0000008a}.rtl-container.purple.day .mat-stroked-button.mat-primary{border-color:#5e4ea5}.rtl-container.purple.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.purple.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.purple.day .selected-color{border-color:#8e83c0}.rtl-container.purple.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.purple.day table.mat-mdc-table thead tr th,.rtl-container.purple.day .page-title-container,.rtl-container.purple.day .page-sub-title-container{color:#0000008a}.rtl-container.purple.day .page-title-container .page-title-img,.rtl-container.purple.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.purple.day .page-title-container .mat-input-element,.rtl-container.purple.day .page-title-container .mat-radio-label-content,.rtl-container.purple.day .page-title-container .theme-name,.rtl-container.purple.day .page-sub-title-container .mat-input-element,.rtl-container.purple.day .page-sub-title-container .mat-radio-label-content,.rtl-container.purple.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.purple.day .cc-data-block .cc-data-title{color:#5e4ea5}.rtl-container.purple.day .active-link,.rtl-container.purple.day .active-link .fa-icon-small{color:#5e4ea5;font-weight:500;cursor:pointer;fill:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover,.rtl-container.purple.day .mat-nested-tree-node-parent:hover,.rtl-container.purple.day .mat-select-panel .mat-option:hover,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#5e4ea5;cursor:pointer;background:#0000000a}.rtl-container.purple.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.day .mat-tree-node:hover .mat-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#5e4ea5}.rtl-container.purple.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#5e4ea5}.rtl-container.purple.day .mat-tree-node .sidenav-img,.rtl-container.purple.day .mat-nested-tree-node .sidenav-img,.rtl-container.purple.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.purple.day .page-title-container .page-title-img,.rtl-container.purple.day svg.top-icon-small{fill:#000000de}.rtl-container.purple.day .mat-progress-bar-fill:after{background-color:#312579}.rtl-container.purple.day .modal-qr-code-container{background:#0000001f}.rtl-container.purple.day .mdc-tab__text-label,.rtl-container.purple.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.purple.day .mat-mdc-card,.rtl-container.purple.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.purple.day .dashboard-info-title{color:#5e4ea5}.rtl-container.purple.day .dashboard-capacity-header,.rtl-container.purple.day .dashboard-info-value{color:#0000008a}.rtl-container.purple.day .color-primary{color:#5e4ea5!important}.rtl-container.purple.day .dot-primary{background-color:#5e4ea5!important}.rtl-container.purple.day .dot-primary-lighter{background-color:#8e83c0!important}.rtl-container.purple.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .mat-mdc-form-field-hint{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.purple.day .mat-mdc-form-field-hint fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.day .currency-icon path,.rtl-container.purple.day .currency-icon polygon{fill:#0000008a}.rtl-container.purple.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.purple.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.purple.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.day svg .stroke-color-primary-lighter{stroke:#8e83c0}.rtl-container.purple.day svg .stroke-color-primary{stroke:#5e4ea5}.rtl-container.purple.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.purple.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-1{fill:#fff}.rtl-container.purple.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.purple.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-6{fill:#fff}.rtl-container.purple.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-9{fill:#fff}.rtl-container.purple.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.purple.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.purple.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-16{fill:#404040}.rtl-container.purple.day svg .fill-color-17{fill:#404040}.rtl-container.purple.day svg .fill-color-18{fill:#000}.rtl-container.purple.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.purple.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.purple.day svg .fill-color-24{fill:#000}.rtl-container.purple.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.purple.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.purple.day svg .fill-color-27{fill:#000}.rtl-container.purple.day svg .fill-color-28{fill:#313131}.rtl-container.purple.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.purple.day svg .fill-color-30{fill:#fff}.rtl-container.purple.day svg .fill-color-31{fill:#5e4ea5}.rtl-container.purple.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.purple.day svg .fill-color-primary{fill:#5e4ea5}.rtl-container.purple.day svg .fill-color-primary-lighter{fill:#8e83c0}.rtl-container.purple.day svg .fill-color-primary-darker{fill:#5e4ea5}.rtl-container.purple.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.purple.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.purple.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#5e4ea5}.rtl-container.purple.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.purple.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.purple.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.purple.day .material-icons.mat-icon-no-color,.rtl-container.purple.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.purple.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.purple.day .material-icons.info-icon.info-icon-primary{color:#5e4ea5}.rtl-container.purple.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.purple.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.purple.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.purple.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.purple.day .material-icons.info-icon.arrow-downward,.rtl-container.purple.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.purple.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#5e4ea5}.rtl-container.purple.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#312579}.rtl-container.purple.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.purple.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#afa7d2}.rtl-container.purple.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.purple.day .mat-progress-bar-buffer{background-color:#cfcae4}.rtl-container.purple.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.purple.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.purple.day .foreground.mat-progress-spinner circle,.rtl-container.purple.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.purple.day .mat-toolbar-row,.rtl-container.purple.day .mat-toolbar-single-row{height:4rem}.rtl-container.purple.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day a{color:#5e4ea5}.rtl-container.purple.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.purple.day .h-active-link{border-bottom:2px solid white}.rtl-container.purple.day .mat-icon-36{color:#0000008a}.rtl-container.purple.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.purple.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.purple.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.purple.day .genseed-message{width:10%;color:#5e4ea5}.rtl-container.purple.day .border-primary{border:1px solid #5e4ea5}.rtl-container.purple.day .border-accent{border:1px solid #9e9e9e}.rtl-container.purple.day .border-warn{border:1px solid #b00020}.rtl-container.purple.day .material-icons.primary{color:#5e4ea5}.rtl-container.purple.day .material-icons.accent{color:#9e9e9e}.rtl-container.purple.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.purple.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.purple.day .row-disabled{background-color:gray}.rtl-container.purple.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.purple.day .mat-mdc-card-content,.rtl-container.purple.day .mat-mdc-card-subtitle,.rtl-container.purple.day .mat-mdc-card-title{color:#0000008a}.rtl-container.purple.day .mat-menu-panel{min-width:4rem}.rtl-container.purple.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.purple.day .horizontal-button:hover{background:#8e83c0;color:#9e9e9e}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#5e4ea5}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.purple.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.purple.day .mat-button,.rtl-container.purple.day .mat-icon-button,.rtl-container.purple.day .mat-stroked-button,.rtl-container.purple.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.purple.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.purple.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.purple.day .cc-data-block .cc-data-value{color:#000}.rtl-container.purple.day .mat-cell,.rtl-container.purple.day .mat-header-cell,.rtl-container.purple.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.purple.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.purple.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#5e4ea5}.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.purple.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#5e4ea5;opacity:1}.rtl-container.purple.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.purple.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.purple.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.purple.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.purple.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.purple.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.purple.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.purple.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.purple.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.purple.day .more-button{color:#000}.rtl-container.purple.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.purple.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.purple.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.purple.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.purple.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.purple.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.purple.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.purple.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.purple.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.purple.day .tab-badge .mat-badge-content.mat-badge-active{background:#5e4ea5}.rtl-container.purple.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.purple.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.purple.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.day .rtl-select-overlay{min-width:7rem}}.rtl-container.purple.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.purple.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.purple.day .table-actions-button{min-width:8rem}.rtl-container.purple.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.purple.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.purple.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.purple.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#afa7d2!important}.rtl-container.purple.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#56479d!important}.rtl-container.purple.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.purple.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.purple.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.purple.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.purple.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.purple.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.purple.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.purple.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.purple.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.purple.day .color-warn{color:#b00020}.rtl-container.purple.day .fill-warn{fill:#b00020}.rtl-container.purple.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.purple.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.purple.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.purple.day .alert.alert-info a{color:#004085}.rtl-container.purple.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.purple.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.purple.day .alert.alert-warn a{color:#856404}.rtl-container.purple.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.purple.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.purple.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.purple.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.purple.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.purple.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.purple.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.purple.day .failed-status{color:#b00020}.rtl-container.purple.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.purple.day .svg-fill-primary{fill:#5e4ea5}.rtl-container.purple.day .svg-fill-primary-lighter{fill:#8e83c0}.rtl-container.purple.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.purple.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.purple.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.purple.day .dashboard-card-content .underline,.rtl-container.purple.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.purple.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.purple.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon{color:#5e4ea5}.rtl-container.purple.day .mat-mdc-form-field-hint .currency-icon path{fill:#5e4ea5}.rtl-container.purple.day .fa-icon-primary{color:#5e4ea5}.rtl-container.purple.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.day ngx-charts-bar-vertical text,.rtl-container.purple.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.purple.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.purple.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.purple.day .mat-paginator-container{padding:0}.rtl-container.purple.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.purple.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.purple.day .invoice-animation-div .particles-circle{position:absolute;background-color:#5e4ea5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #5e4ea5;background-color:transparent}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.purple.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.purple.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.purple.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.purple.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.purple.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.purple.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #5e4ea5;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-filled-caret-color: #5e4ea5;--mat-form-field-filled-focus-active-indicator-color: #5e4ea5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-outlined-caret-color: #5e4ea5;--mat-form-field-outlined-focus-outline-color: #5e4ea5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #5e4ea5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #5e4ea5;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-handle-color: #5e4ea5;--mat-slide-toggle-selected-hover-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-pressed-state-layer-color: #5e4ea5;--mat-slide-toggle-selected-focus-handle-color: #5e4ea5;--mat-slide-toggle-selected-hover-handle-color: #5e4ea5;--mat-slide-toggle-selected-pressed-handle-color: #5e4ea5;--mat-slide-toggle-selected-focus-track-color: #56479d;--mat-slide-toggle-selected-hover-track-color: #56479d;--mat-slide-toggle-selected-pressed-track-color: #56479d;--mat-slide-toggle-selected-track-color: #56479d;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #5e4ea5;--mat-slider-focus-handle-color: #5e4ea5;--mat-slider-handle-color: #5e4ea5;--mat-slider-hover-handle-color: #5e4ea5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #5e4ea5 4%, transparent);--mat-slider-inactive-track-color: #5e4ea5;--mat-slider-ripple-color: #5e4ea5;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #5e4ea5;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #56479d;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #5e4ea5;--mat-badge-background-color: #5e4ea5;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #5e4ea5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #5e4ea5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #5e4ea5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #5e4ea5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #5e4ea5;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #5e4ea5;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #5e4ea5;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #5e4ea5;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.purple.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.purple.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.purple.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #5e4ea5;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #5e4ea5;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.purple.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.purple.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.purple.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #5e4ea5;--mat-progress-bar-track-color: rgba(94, 78, 165, .25)}.rtl-container.purple.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.purple.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.purple.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.purple.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.purple.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.purple.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.purple.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #5e4ea5;--mat-chip-elevated-disabled-container-color: #5e4ea5;--mat-chip-elevated-selected-container-color: #5e4ea5;--mat-chip-flat-disabled-selected-container-color: #5e4ea5;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.purple.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.purple.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.purple.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.purple.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #5e4ea5;--mat-radio-selected-hover-icon-color: #5e4ea5;--mat-radio-selected-icon-color: #5e4ea5;--mat-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.purple.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.purple.night .mdc-list-item__start,.rtl-container.purple.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #5e4ea5;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #5e4ea5;--mat-radio-selected-hover-icon-color: #5e4ea5;--mat-radio-selected-icon-color: #5e4ea5;--mat-radio-selected-pressed-icon-color: #5e4ea5;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-accent .mdc-list-item__start,.rtl-container.purple.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-warn .mdc-list-item__start,.rtl-container.purple.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.purple.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #5e4ea5;--mat-checkbox-selected-hover-icon-color: #5e4ea5;--mat-checkbox-selected-icon-color: #5e4ea5;--mat-checkbox-selected-pressed-icon-color: #5e4ea5;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #5e4ea5;--mat-checkbox-selected-hover-state-layer-color: #5e4ea5;--mat-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.purple.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.purple.night .mat-mdc-tab-group,.rtl-container.purple.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #5e4ea5;--mat-tab-active-ripple-color: #5e4ea5;--mat-tab-inactive-ripple-color: #5e4ea5;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #5e4ea5;--mat-tab-active-hover-label-text-color: #5e4ea5;--mat-tab-active-focus-indicator-color: #5e4ea5;--mat-tab-active-hover-indicator-color: #5e4ea5;--mat-tab-active-indicator-color: #5e4ea5}.rtl-container.purple.night .mat-mdc-tab-group.mat-accent,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.purple.night .mat-mdc-tab-group.mat-warn,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #5e4ea5;--mat-tab-foreground-color: #ffffff}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.purple.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.purple.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #5e4ea5;--mat-checkbox-selected-hover-icon-color: #5e4ea5;--mat-checkbox-selected-icon-color: #5e4ea5;--mat-checkbox-selected-pressed-icon-color: #5e4ea5;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #5e4ea5;--mat-checkbox-selected-hover-state-layer-color: #5e4ea5;--mat-checkbox-selected-pressed-state-layer-color: #5e4ea5;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.purple.night .mat-mdc-button.mat-primary,.rtl-container.purple.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.purple.night .mat-mdc-raised-button.mat-primary,.rtl-container.purple.night .mat-mdc-outlined-button.mat-primary,.rtl-container.purple.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #5e4ea5;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #5e4ea5;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-button-outlined-state-layer-color: #5e4ea5;--mat-button-protected-container-color: #5e4ea5;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #5e4ea5;--mat-button-text-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-button-text-state-layer-color: #5e4ea5;--mat-button-tonal-container-color: #5e4ea5;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.rtl-container.purple.night .mat-mdc-button.mat-accent,.rtl-container.purple.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.purple.night .mat-mdc-raised-button.mat-accent,.rtl-container.purple.night .mat-mdc-outlined-button.mat-accent,.rtl-container.purple.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.purple.night .mat-mdc-button.mat-warn,.rtl-container.purple.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.purple.night .mat-mdc-raised-button.mat-warn,.rtl-container.purple.night .mat-mdc-outlined-button.mat-warn,.rtl-container.purple.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.purple.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #5e4ea5;--mat-icon-button-state-layer-color: #5e4ea5;--mat-icon-button-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent)}.rtl-container.purple.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.purple.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.purple.night .mat-mdc-fab.mat-primary,.rtl-container.purple.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #5e4ea5;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #5e4ea5 12%, transparent);--mat-fab-small-container-color: #5e4ea5;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.rtl-container.purple.night .mat-mdc-fab.mat-accent,.rtl-container.purple.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.purple.night .mat-mdc-fab.mat-warn,.rtl-container.purple.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.purple.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.purple.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.purple.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.purple.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.purple.night .mat-datepicker-content.mat-accent,.rtl-container.purple.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.purple.night .mat-datepicker-content.mat-warn,.rtl-container.purple.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.purple.night .mat-icon.mat-primary{--mat-icon-color: #5e4ea5}.rtl-container.purple.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.purple.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.purple.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.purple.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.purple.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #5e4ea5;--mat-toolbar-container-text-color: #ffffff}.rtl-container.purple.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.purple.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.purple.night .mat-primary{color:#9787ff!important}.rtl-container.purple.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.purple.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.purple.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.purple.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.purple.night .bg-primary{background-color:#5e4ea5;color:#fff}.rtl-container.purple.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#9787ff}.rtl-container.purple.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.purple.night .currency-icon path,.rtl-container.purple.night .currency-icon polygon{fill:#fff}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.purple.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.purple.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#9787ff}.rtl-container.purple.night .cc-data-block .cc-data-title{color:#9787ff}.rtl-container.purple.night .mat-stroked-button.mat-primary{border-color:#9787ff;color:#9787ff}.rtl-container.purple.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.purple.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.purple.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.purple.night .active-link,.rtl-container.purple.night .active-link .fa-icon-small,.rtl-container.purple.night .mat-select-panel .mat-option.mat-active,.rtl-container.purple.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#9787ff;font-weight:500;cursor:pointer;fill:#9787ff}.rtl-container.purple.night .help-expansion .mat-expansion-panel-header,.rtl-container.purple.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.purple.night .help-expansion .mat-expansion-indicator:after,.rtl-container.purple.night .help-expansion .mat-expansion-panel-content,.rtl-container.purple.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.purple.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.purple.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.purple.night .mat-expansion-panel,.rtl-container.purple.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.purple.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.purple.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.purple.night .mdc-data-table__header-cell,.rtl-container.purple.night .mat-mdc-paginator,.rtl-container.purple.night .mat-mdc-form-field-focus-overlay,.rtl-container.purple.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.purple.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.purple.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#9787ff}.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.purple.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.purple.night .svg-donation{opacity:1!important}.rtl-container.purple.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#9787ff!important}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#9787ff!important}.rtl-container.purple.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#9787ff}.rtl-container.purple.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#5e4ea5}.rtl-container.purple.night a{color:#9787ff!important;cursor:pointer}.rtl-container.purple.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.purple.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.purple.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.purple.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.purple.night .mat-mdc-select-placeholder,.rtl-container.purple.night .mat-mdc-select-value,.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#9787ff}.rtl-container.purple.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.purple.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.purple.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.purple.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#9787ff}.rtl-container.purple.night .mat-tree-node:hover,.rtl-container.purple.night .mat-nested-tree-node-parent:hover,.rtl-container.purple.night .mat-select-panel .mat-option:hover,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#9787ff;cursor:pointer;background:#ffffff0f}.rtl-container.purple.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.purple.night .mat-tree-node:hover .mat-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#9787ff}.rtl-container.purple.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.purple.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.purple.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.purple.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#9787ff}.rtl-container.purple.night .mat-tree-node:hover .boltz-icon,.rtl-container.purple.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.purple.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.purple.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.purple.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#9787ff}.rtl-container.purple.night .mat-tree-node .sidenav-img,.rtl-container.purple.night .mat-nested-tree-node .sidenav-img,.rtl-container.purple.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.purple.night .page-title-container .page-title-img,.rtl-container.purple.night svg.top-icon-small{fill:#fff}.rtl-container.purple.night .selected-color{border-color:#8e83c0}.rtl-container.purple.night .mat-progress-bar-fill:after{background-color:#56479d}.rtl-container.purple.night .chart-legend .legend-label:hover,.rtl-container.purple.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.purple.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.purple.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#9787ff}.rtl-container.purple.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.purple.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#9787ff}.rtl-container.purple.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#9787ff}.rtl-container.purple.night .mat-select-panel{background-color:#121212}.rtl-container.purple.night .mat-tree{background:#121212}.rtl-container.purple.night h4{color:#9787ff}.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.purple.night .dashboard-info-title{color:#9787ff}.rtl-container.purple.night .dashboard-info-value,.rtl-container.purple.night .dashboard-capacity-header{color:#fff}.rtl-container.purple.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.purple.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.purple.night .color-primary{color:#9787ff!important}.rtl-container.purple.night .dot-primary{background-color:#9787ff!important}.rtl-container.purple.night .dot-primary-lighter{background-color:#5e4ea5!important}.rtl-container.purple.night .mat-stepper-vertical{background-color:#121212}.rtl-container.purple.night .spinner-container h2{color:#9787ff}.rtl-container.purple.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.purple.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.purple.night svg .boltz-icon-fill{fill:#fff}.rtl-container.purple.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.purple.night svg .stroke-color-primary-lighter{stroke:#8e83c0}.rtl-container.purple.night svg .stroke-color-primary{stroke:#5e4ea5}.rtl-container.purple.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.purple.night svg .fill-color-0{fill:#171717}.rtl-container.purple.night svg .fill-color-1{fill:#232323}.rtl-container.purple.night svg .fill-color-2{fill:#222}.rtl-container.purple.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.purple.night svg .fill-color-4{fill:#383838}.rtl-container.purple.night svg .fill-color-5{fill:#555}.rtl-container.purple.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.purple.night svg .fill-color-7{fill:#202020}.rtl-container.purple.night svg .fill-color-8{fill:#242424}.rtl-container.purple.night svg .fill-color-9{fill:#262626}.rtl-container.purple.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.purple.night svg .fill-color-11{fill:#171717}.rtl-container.purple.night svg .fill-color-12{fill:#ccc}.rtl-container.purple.night svg .fill-color-13{fill:#adadad}.rtl-container.purple.night svg .fill-color-14{fill:#ababab}.rtl-container.purple.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.purple.night svg .fill-color-16{fill:#707070}.rtl-container.purple.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.purple.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.purple.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.purple.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.purple.night svg .fill-color-21{fill:#cacaca}.rtl-container.purple.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.purple.night svg .fill-color-23{fill:#777}.rtl-container.purple.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.purple.night svg .fill-color-25{fill:#252525}.rtl-container.purple.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.purple.night svg .fill-color-27{fill:#000}.rtl-container.purple.night svg .fill-color-28{fill:#313131}.rtl-container.purple.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.purple.night svg .fill-color-30{fill:#fff}.rtl-container.purple.night svg .fill-color-31{fill:#5e4ea5}.rtl-container.purple.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.purple.night svg .fill-color-primary{fill:#5e4ea5}.rtl-container.purple.night svg .fill-color-primary-lighter{fill:#8e83c0}.rtl-container.purple.night svg .fill-color-primary-darker{fill:#9787ff}.rtl-container.purple.night .mat-select-value,.rtl-container.purple.night .mat-select-arrow{color:#fff}.rtl-container.purple.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.purple.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.purple.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.purple.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.purple.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.purple.night .mat-button.mat-primary,.rtl-container.purple.night .mat-icon-button.mat-primary,.rtl-container.purple.night .mat-stroked-button.mat-primary{color:#9787ff}.rtl-container.purple.night tr.alert.alert-warn .mat-cell,.rtl-container.purple.night tr.alert.alert-warn .mat-header-cell,.rtl-container.purple.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.purple.night .material-icons.info-icon{font-size:100%;color:#9787ff}.rtl-container.purple.night .material-icons.info-icon.info-icon-primary{color:#9787ff}.rtl-container.purple.night .material-icons.info-icon.info-icon-text,.rtl-container.purple.night .material-icons.info-icon.arrow-downward,.rtl-container.purple.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.purple.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#9787ff}.rtl-container.purple.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#42358a}.rtl-container.purple.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.purple.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#9787ff}.rtl-container.purple.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.purple.night .mat-progress-bar-buffer{background-color:#cfcae4}.rtl-container.purple.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.purple.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.purple.night .foreground.mat-progress-spinner circle,.rtl-container.purple.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.purple.night .mat-toolbar-row,.rtl-container.purple.night .mat-toolbar-single-row{height:4rem}.rtl-container.purple.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.purple.night a{color:#5e4ea5}.rtl-container.purple.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.purple.night .h-active-link{border-bottom:2px solid white}.rtl-container.purple.night .mat-icon-36{color:#ffffffb3}.rtl-container.purple.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.purple.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.purple.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.purple.night .genseed-message{width:10%;color:#5e4ea5}.rtl-container.purple.night .border-primary{border:1px solid #5e4ea5}.rtl-container.purple.night .border-accent{border:1px solid #aaaaaa}.rtl-container.purple.night .border-warn{border:1px solid #b00020}.rtl-container.purple.night .material-icons.primary{color:#5e4ea5}.rtl-container.purple.night .material-icons.accent{color:#aaa}.rtl-container.purple.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.purple.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.purple.night .row-disabled{background-color:gray}.rtl-container.purple.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.purple.night .mat-mdc-card-content,.rtl-container.purple.night .mat-mdc-card-subtitle,.rtl-container.purple.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.purple.night .mat-menu-panel{min-width:4rem}.rtl-container.purple.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.purple.night .horizontal-button:hover{background:#8e83c0;color:#aaa}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#5e4ea5}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.purple.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.purple.night .mat-button,.rtl-container.purple.night .mat-icon-button,.rtl-container.purple.night .mat-stroked-button,.rtl-container.purple.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.purple.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.purple.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.purple.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.purple.night .mat-cell,.rtl-container.purple.night .mat-header-cell,.rtl-container.purple.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.purple.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.purple.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#5e4ea5}.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.purple.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.purple.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#5e4ea5;opacity:1}.rtl-container.purple.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.purple.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.purple.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.purple.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.purple.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.purple.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.purple.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.purple.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.purple.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.purple.night .more-button{color:#fff}.rtl-container.purple.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.purple.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.purple.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.purple.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.purple.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.purple.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.purple.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.purple.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.purple.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.purple.night .tab-badge .mat-badge-content.mat-badge-active{background:#5e4ea5}.rtl-container.purple.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.purple.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.purple.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.purple.night .rtl-select-overlay{min-width:7rem}}.rtl-container.purple.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.purple.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.purple.night .table-actions-button{min-width:8rem}.rtl-container.purple.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.purple.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.purple.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.purple.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#afa7d2!important}.rtl-container.purple.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#56479d!important}.rtl-container.purple.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.purple.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.purple.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.purple.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.purple.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.purple.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.purple.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.purple.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.purple.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.purple.night .color-warn{color:#b00020}.rtl-container.purple.night .fill-warn{fill:#b00020}.rtl-container.purple.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.purple.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.purple.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.purple.night .alert.alert-info a{color:#004085}.rtl-container.purple.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.purple.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.purple.night .alert.alert-warn a{color:#856404}.rtl-container.purple.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.purple.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.purple.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.purple.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.purple.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.purple.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.purple.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.purple.night .failed-status{color:#b00020}.rtl-container.purple.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.purple.night .svg-fill-primary{fill:#5e4ea5}.rtl-container.purple.night .svg-fill-primary-lighter{fill:#8e83c0}.rtl-container.purple.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.purple.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.purple.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.purple.night .dashboard-card-content .underline,.rtl-container.purple.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.purple.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#5e4ea5}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.purple.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#5e4ea5}.rtl-container.purple.night .mat-mdc-form-field-hint .currency-icon{color:#5e4ea5}.rtl-container.purple.night .mat-mdc-form-field-hint .currency-icon path{fill:#5e4ea5}.rtl-container.purple.night .fa-icon-primary{color:#5e4ea5}.rtl-container.purple.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.purple.night ngx-charts-bar-vertical text,.rtl-container.purple.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.purple.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.purple.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.purple.night .mat-paginator-container{padding:0}.rtl-container.purple.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.purple.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.purple.night .invoice-animation-div .particles-circle{position:absolute;background-color:#5e4ea5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #5e4ea5;background-color:transparent}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.purple.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.purple.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.purple.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.purple.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.purple.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.blue.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #1976d2;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-filled-caret-color: #1976d2;--mat-form-field-filled-focus-active-indicator-color: #1976d2;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-outlined-caret-color: #1976d2;--mat-form-field-outlined-focus-outline-color: #1976d2;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #1976d2;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #1976d2;--mat-slide-toggle-selected-handle-color: #1976d2;--mat-slide-toggle-selected-hover-state-layer-color: #1976d2;--mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;--mat-slide-toggle-selected-focus-handle-color: #1976d2;--mat-slide-toggle-selected-hover-handle-color: #1976d2;--mat-slide-toggle-selected-pressed-handle-color: #1976d2;--mat-slide-toggle-selected-focus-track-color: #64b5f6;--mat-slide-toggle-selected-hover-track-color: #64b5f6;--mat-slide-toggle-selected-pressed-track-color: #64b5f6;--mat-slide-toggle-selected-track-color: #64b5f6;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #1976d2;--mat-slider-focus-handle-color: #1976d2;--mat-slider-handle-color: #1976d2;--mat-slider-hover-handle-color: #1976d2;--mat-slider-focus-state-layer-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #1976d2 4%, transparent);--mat-slider-inactive-track-color: #1976d2;--mat-slider-ripple-color: #1976d2;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #1976d2;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #64b5f6;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #1976d2;--mat-badge-background-color: #1976d2;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1976d2 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1976d2 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #1976d2;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #1976d2;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #1976d2;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #1976d2;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.blue.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.blue.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.blue.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #1976d2;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #1976d2;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.blue.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.blue.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.blue.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #1976d2;--mat-progress-bar-track-color: rgba(25, 118, 210, .25)}.rtl-container.blue.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.blue.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.blue.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.blue.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.blue.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.blue.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.blue.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #1976d2;--mat-chip-elevated-disabled-container-color: #1976d2;--mat-chip-elevated-selected-container-color: #1976d2;--mat-chip-flat-disabled-selected-container-color: #1976d2;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.blue.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.blue.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.blue.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #1976d2;--mat-radio-selected-hover-icon-color: #1976d2;--mat-radio-selected-icon-color: #1976d2;--mat-radio-selected-pressed-icon-color: #1976d2;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.blue.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.blue.day .mdc-list-item__start,.rtl-container.blue.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #1976d2;--mat-radio-selected-hover-icon-color: #1976d2;--mat-radio-selected-icon-color: #1976d2;--mat-radio-selected-pressed-icon-color: #1976d2;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-accent .mdc-list-item__start,.rtl-container.blue.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-warn .mdc-list-item__start,.rtl-container.blue.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #1976d2;--mat-checkbox-selected-hover-icon-color: #1976d2;--mat-checkbox-selected-icon-color: #1976d2;--mat-checkbox-selected-pressed-icon-color: #1976d2;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #1976d2;--mat-checkbox-selected-hover-state-layer-color: #1976d2;--mat-checkbox-selected-pressed-state-layer-color: #1976d2;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#1976d2}.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.blue.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.blue.day .mat-mdc-tab-group,.rtl-container.blue.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #1976d2;--mat-tab-active-ripple-color: #1976d2;--mat-tab-inactive-ripple-color: #1976d2;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #1976d2;--mat-tab-active-hover-label-text-color: #1976d2;--mat-tab-active-focus-indicator-color: #1976d2;--mat-tab-active-hover-indicator-color: #1976d2;--mat-tab-active-indicator-color: #1976d2}.rtl-container.blue.day .mat-mdc-tab-group.mat-accent,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.blue.day .mat-mdc-tab-group.mat-warn,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #1976d2;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.blue.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.blue.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #1976d2;--mat-checkbox-selected-hover-icon-color: #1976d2;--mat-checkbox-selected-icon-color: #1976d2;--mat-checkbox-selected-pressed-icon-color: #1976d2;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #1976d2;--mat-checkbox-selected-hover-state-layer-color: #1976d2;--mat-checkbox-selected-pressed-state-layer-color: #1976d2;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-mdc-button.mat-primary,.rtl-container.blue.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.blue.day .mat-mdc-raised-button.mat-primary,.rtl-container.blue.day .mat-mdc-outlined-button.mat-primary,.rtl-container.blue.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #1976d2;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #1976d2;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-button-outlined-state-layer-color: #1976d2;--mat-button-protected-container-color: #1976d2;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #1976d2;--mat-button-text-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-button-text-state-layer-color: #1976d2;--mat-button-tonal-container-color: #1976d2;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.blue.day .mat-mdc-button.mat-accent,.rtl-container.blue.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.blue.day .mat-mdc-raised-button.mat-accent,.rtl-container.blue.day .mat-mdc-outlined-button.mat-accent,.rtl-container.blue.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.blue.day .mat-mdc-button.mat-warn,.rtl-container.blue.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.blue.day .mat-mdc-raised-button.mat-warn,.rtl-container.blue.day .mat-mdc-outlined-button.mat-warn,.rtl-container.blue.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.blue.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #1976d2;--mat-icon-button-state-layer-color: #1976d2;--mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent)}.rtl-container.blue.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.blue.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.blue.day .mat-mdc-fab.mat-primary,.rtl-container.blue.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #1976d2;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-fab-small-container-color: #1976d2;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.blue.day .mat-mdc-fab.mat-accent,.rtl-container.blue.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.blue.day .mat-mdc-fab.mat-warn,.rtl-container.blue.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.blue.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.blue.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.blue.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.blue.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.blue.day .mat-datepicker-content.mat-accent,.rtl-container.blue.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-datepicker-content.mat-warn,.rtl-container.blue.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.blue.day .mat-icon.mat-primary{--mat-icon-color: #1976d2}.rtl-container.blue.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.blue.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.blue.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1976d2;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.blue.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.blue.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.blue.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.blue.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.blue.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.blue.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.blue.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.blue.day .bg-primary{background-color:#2196f3;color:#fff}.rtl-container.blue.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.blue.day .page-title,.rtl-container.blue.day .mat-mdc-select-value,.rtl-container.blue.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.blue.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.blue.day .help-expansion .mat-expansion-panel-header,.rtl-container.blue.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.blue.day .help-expansion .mat-expansion-indicator:after,.rtl-container.blue.day .help-expansion .mat-expansion-panel-content,.rtl-container.blue.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#2196f3}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.blue.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.blue.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#2196f3}.rtl-container.blue.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.blue.day .mat-tree-node:hover,.rtl-container.blue.day .mat-nested-tree-node-parent:hover,.rtl-container.blue.day .mat-select-panel .mat-option:hover,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#2196f3;cursor:pointer}.rtl-container.blue.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.day .mat-tree-node:hover .mat-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#2196f3}.rtl-container.blue.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#2196f3}.rtl-container.blue.day .spinner-container h2{color:#fff}.rtl-container.blue.day .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.blue.day .mat-form-field-suffix{color:#0000008a}.rtl-container.blue.day .mat-stroked-button.mat-primary{border-color:#2196f3}.rtl-container.blue.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.blue.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.blue.day .selected-color{border-color:#90caf9}.rtl-container.blue.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.blue.day table.mat-mdc-table thead tr th,.rtl-container.blue.day .page-title-container,.rtl-container.blue.day .page-sub-title-container{color:#0000008a}.rtl-container.blue.day .page-title-container .page-title-img,.rtl-container.blue.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.blue.day .page-title-container .mat-input-element,.rtl-container.blue.day .page-title-container .mat-radio-label-content,.rtl-container.blue.day .page-title-container .theme-name,.rtl-container.blue.day .page-sub-title-container .mat-input-element,.rtl-container.blue.day .page-sub-title-container .mat-radio-label-content,.rtl-container.blue.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.blue.day .cc-data-block .cc-data-title{color:#2196f3}.rtl-container.blue.day .active-link,.rtl-container.blue.day .active-link .fa-icon-small{color:#2196f3;font-weight:500;cursor:pointer;fill:#2196f3}.rtl-container.blue.day .mat-tree-node:hover,.rtl-container.blue.day .mat-nested-tree-node-parent:hover,.rtl-container.blue.day .mat-select-panel .mat-option:hover,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#2196f3;cursor:pointer;background:#0000000a}.rtl-container.blue.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.day .mat-tree-node:hover .mat-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#2196f3}.rtl-container.blue.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#2196f3}.rtl-container.blue.day .mat-tree-node .sidenav-img,.rtl-container.blue.day .mat-nested-tree-node .sidenav-img,.rtl-container.blue.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.blue.day .page-title-container .page-title-img,.rtl-container.blue.day svg.top-icon-small{fill:#000000de}.rtl-container.blue.day .mat-progress-bar-fill:after{background-color:#0d47a1}.rtl-container.blue.day .modal-qr-code-container{background:#0000001f}.rtl-container.blue.day .mdc-tab__text-label,.rtl-container.blue.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.blue.day .mat-mdc-card,.rtl-container.blue.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.blue.day .dashboard-info-title{color:#2196f3}.rtl-container.blue.day .dashboard-capacity-header,.rtl-container.blue.day .dashboard-info-value{color:#0000008a}.rtl-container.blue.day .color-primary{color:#2196f3!important}.rtl-container.blue.day .dot-primary{background-color:#2196f3!important}.rtl-container.blue.day .dot-primary-lighter{background-color:#90caf9!important}.rtl-container.blue.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .mat-mdc-form-field-hint{color:#2196f3}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.blue.day .mat-mdc-form-field-hint fa-icon svg path{fill:#2196f3}.rtl-container.blue.day .currency-icon path,.rtl-container.blue.day .currency-icon polygon{fill:#0000008a}.rtl-container.blue.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.blue.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.blue.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.day svg .stroke-color-primary-lighter{stroke:#90caf9}.rtl-container.blue.day svg .stroke-color-primary{stroke:#2196f3}.rtl-container.blue.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.blue.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-1{fill:#fff}.rtl-container.blue.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.blue.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-6{fill:#fff}.rtl-container.blue.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-9{fill:#fff}.rtl-container.blue.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.blue.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.blue.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-16{fill:#404040}.rtl-container.blue.day svg .fill-color-17{fill:#404040}.rtl-container.blue.day svg .fill-color-18{fill:#000}.rtl-container.blue.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.blue.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.blue.day svg .fill-color-24{fill:#000}.rtl-container.blue.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.blue.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.blue.day svg .fill-color-27{fill:#000}.rtl-container.blue.day svg .fill-color-28{fill:#313131}.rtl-container.blue.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.blue.day svg .fill-color-30{fill:#fff}.rtl-container.blue.day svg .fill-color-31{fill:#2196f3}.rtl-container.blue.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.blue.day svg .fill-color-primary{fill:#2196f3}.rtl-container.blue.day svg .fill-color-primary-lighter{fill:#90caf9}.rtl-container.blue.day svg .fill-color-primary-darker{fill:#2196f3}.rtl-container.blue.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.blue.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.blue.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#2196f3}.rtl-container.blue.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.blue.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.blue.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.blue.day .material-icons.mat-icon-no-color,.rtl-container.blue.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.blue.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.blue.day .material-icons.info-icon.info-icon-primary{color:#2196f3}.rtl-container.blue.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.blue.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.blue.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.blue.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.blue.day .material-icons.info-icon.arrow-downward,.rtl-container.blue.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.blue.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#2196f3}.rtl-container.blue.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#0d47a1}.rtl-container.blue.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.blue.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#90caf9}.rtl-container.blue.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.blue.day .mat-progress-bar-buffer{background-color:#bbdefb}.rtl-container.blue.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.blue.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.blue.day .foreground.mat-progress-spinner circle,.rtl-container.blue.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.blue.day .mat-toolbar-row,.rtl-container.blue.day .mat-toolbar-single-row{height:4rem}.rtl-container.blue.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day a{color:#2196f3}.rtl-container.blue.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.blue.day .h-active-link{border-bottom:2px solid white}.rtl-container.blue.day .mat-icon-36{color:#0000008a}.rtl-container.blue.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.blue.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.blue.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.blue.day .genseed-message{width:10%;color:#2196f3}.rtl-container.blue.day .border-primary{border:1px solid #2196f3}.rtl-container.blue.day .border-accent{border:1px solid #9e9e9e}.rtl-container.blue.day .border-warn{border:1px solid #b00020}.rtl-container.blue.day .material-icons.primary{color:#2196f3}.rtl-container.blue.day .material-icons.accent{color:#9e9e9e}.rtl-container.blue.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.blue.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.blue.day .row-disabled{background-color:gray}.rtl-container.blue.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.blue.day .mat-mdc-card-content,.rtl-container.blue.day .mat-mdc-card-subtitle,.rtl-container.blue.day .mat-mdc-card-title{color:#0000008a}.rtl-container.blue.day .mat-menu-panel{min-width:4rem}.rtl-container.blue.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.blue.day .horizontal-button:hover{background:#90caf9;color:#9e9e9e}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#2196f3}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.blue.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.blue.day .mat-button,.rtl-container.blue.day .mat-icon-button,.rtl-container.blue.day .mat-stroked-button,.rtl-container.blue.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.blue.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.blue.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.blue.day .cc-data-block .cc-data-value{color:#000}.rtl-container.blue.day .mat-cell,.rtl-container.blue.day .mat-header-cell,.rtl-container.blue.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.blue.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.blue.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#2196f3}.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.blue.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#2196f3;opacity:1}.rtl-container.blue.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.blue.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.blue.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.blue.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.blue.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.blue.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.blue.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.blue.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.blue.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.blue.day .more-button{color:#000}.rtl-container.blue.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.blue.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.blue.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.blue.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.blue.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.blue.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.blue.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.blue.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.blue.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.blue.day .tab-badge .mat-badge-content.mat-badge-active{background:#2196f3}.rtl-container.blue.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.blue.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.blue.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.day .rtl-select-overlay{min-width:7rem}}.rtl-container.blue.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.blue.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.blue.day .table-actions-button{min-width:8rem}.rtl-container.blue.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.blue.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.blue.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.blue.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#90caf9!important}.rtl-container.blue.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#1e88e5!important}.rtl-container.blue.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.blue.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.blue.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.blue.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.blue.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.blue.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.blue.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.blue.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.blue.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.blue.day .color-warn{color:#b00020}.rtl-container.blue.day .fill-warn{fill:#b00020}.rtl-container.blue.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.blue.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.blue.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.blue.day .alert.alert-info a{color:#004085}.rtl-container.blue.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.blue.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.blue.day .alert.alert-warn a{color:#856404}.rtl-container.blue.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.blue.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.blue.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.blue.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.blue.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.blue.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.blue.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.blue.day .failed-status{color:#b00020}.rtl-container.blue.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.blue.day .svg-fill-primary{fill:#2196f3}.rtl-container.blue.day .svg-fill-primary-lighter{fill:#90caf9}.rtl-container.blue.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.blue.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.blue.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.blue.day .dashboard-card-content .underline,.rtl-container.blue.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.blue.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#2196f3}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#2196f3}.rtl-container.blue.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.blue.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#2196f3}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon{color:#2196f3}.rtl-container.blue.day .mat-mdc-form-field-hint .currency-icon path{fill:#2196f3}.rtl-container.blue.day .fa-icon-primary{color:#2196f3}.rtl-container.blue.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.day ngx-charts-bar-vertical text,.rtl-container.blue.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.blue.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.blue.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.blue.day .mat-paginator-container{padding:0}.rtl-container.blue.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.blue.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.blue.day .invoice-animation-div .particles-circle{position:absolute;background-color:#2196f3;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #2196f3;background-color:transparent}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.blue.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.blue.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.blue.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.blue.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.blue.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.blue.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #1976d2;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-filled-caret-color: #1976d2;--mat-form-field-filled-focus-active-indicator-color: #1976d2;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-outlined-caret-color: #1976d2;--mat-form-field-outlined-focus-outline-color: #1976d2;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #1976d2;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #1976d2;--mat-slide-toggle-selected-handle-color: #1976d2;--mat-slide-toggle-selected-hover-state-layer-color: #1976d2;--mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;--mat-slide-toggle-selected-focus-handle-color: #1976d2;--mat-slide-toggle-selected-hover-handle-color: #1976d2;--mat-slide-toggle-selected-pressed-handle-color: #1976d2;--mat-slide-toggle-selected-focus-track-color: #1e88e5;--mat-slide-toggle-selected-hover-track-color: #1e88e5;--mat-slide-toggle-selected-pressed-track-color: #1e88e5;--mat-slide-toggle-selected-track-color: #1e88e5;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #1976d2;--mat-slider-focus-handle-color: #1976d2;--mat-slider-handle-color: #1976d2;--mat-slider-hover-handle-color: #1976d2;--mat-slider-focus-state-layer-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #1976d2 4%, transparent);--mat-slider-inactive-track-color: #1976d2;--mat-slider-ripple-color: #1976d2;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #1976d2;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #1e88e5;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #1976d2;--mat-badge-background-color: #1976d2;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1976d2 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1976d2 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #1976d2;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #1976d2;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #1976d2;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #1976d2;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.blue.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.blue.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.blue.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #1976d2;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #1976d2;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.blue.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.blue.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.blue.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #1976d2;--mat-progress-bar-track-color: rgba(25, 118, 210, .25)}.rtl-container.blue.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.blue.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.blue.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.blue.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.blue.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.blue.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.blue.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #1976d2;--mat-chip-elevated-disabled-container-color: #1976d2;--mat-chip-elevated-selected-container-color: #1976d2;--mat-chip-flat-disabled-selected-container-color: #1976d2;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.blue.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.blue.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.blue.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.blue.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #1976d2;--mat-radio-selected-hover-icon-color: #1976d2;--mat-radio-selected-icon-color: #1976d2;--mat-radio-selected-pressed-icon-color: #1976d2;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.blue.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.blue.night .mdc-list-item__start,.rtl-container.blue.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #1976d2;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #1976d2;--mat-radio-selected-hover-icon-color: #1976d2;--mat-radio-selected-icon-color: #1976d2;--mat-radio-selected-pressed-icon-color: #1976d2;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-accent .mdc-list-item__start,.rtl-container.blue.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-warn .mdc-list-item__start,.rtl-container.blue.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.blue.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #1976d2;--mat-checkbox-selected-hover-icon-color: #1976d2;--mat-checkbox-selected-icon-color: #1976d2;--mat-checkbox-selected-pressed-icon-color: #1976d2;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #1976d2;--mat-checkbox-selected-hover-state-layer-color: #1976d2;--mat-checkbox-selected-pressed-state-layer-color: #1976d2;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#1976d2}.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.blue.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.blue.night .mat-mdc-tab-group,.rtl-container.blue.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #1976d2;--mat-tab-active-ripple-color: #1976d2;--mat-tab-inactive-ripple-color: #1976d2;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #1976d2;--mat-tab-active-hover-label-text-color: #1976d2;--mat-tab-active-focus-indicator-color: #1976d2;--mat-tab-active-hover-indicator-color: #1976d2;--mat-tab-active-indicator-color: #1976d2}.rtl-container.blue.night .mat-mdc-tab-group.mat-accent,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.blue.night .mat-mdc-tab-group.mat-warn,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #1976d2;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.blue.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.blue.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #1976d2;--mat-checkbox-selected-hover-icon-color: #1976d2;--mat-checkbox-selected-icon-color: #1976d2;--mat-checkbox-selected-pressed-icon-color: #1976d2;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #1976d2;--mat-checkbox-selected-hover-state-layer-color: #1976d2;--mat-checkbox-selected-pressed-state-layer-color: #1976d2;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.blue.night .mat-mdc-button.mat-primary,.rtl-container.blue.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.blue.night .mat-mdc-raised-button.mat-primary,.rtl-container.blue.night .mat-mdc-outlined-button.mat-primary,.rtl-container.blue.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #1976d2;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #1976d2;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-button-outlined-state-layer-color: #1976d2;--mat-button-protected-container-color: #1976d2;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #1976d2;--mat-button-text-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-button-text-state-layer-color: #1976d2;--mat-button-tonal-container-color: #1976d2;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.blue.night .mat-mdc-button.mat-accent,.rtl-container.blue.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.blue.night .mat-mdc-raised-button.mat-accent,.rtl-container.blue.night .mat-mdc-outlined-button.mat-accent,.rtl-container.blue.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.blue.night .mat-mdc-button.mat-warn,.rtl-container.blue.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.blue.night .mat-mdc-raised-button.mat-warn,.rtl-container.blue.night .mat-mdc-outlined-button.mat-warn,.rtl-container.blue.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.blue.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #1976d2;--mat-icon-button-state-layer-color: #1976d2;--mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent)}.rtl-container.blue.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.blue.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.blue.night .mat-mdc-fab.mat-primary,.rtl-container.blue.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #1976d2;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);--mat-fab-small-container-color: #1976d2;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.blue.night .mat-mdc-fab.mat-accent,.rtl-container.blue.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.blue.night .mat-mdc-fab.mat-warn,.rtl-container.blue.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.blue.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.blue.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.blue.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.blue.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.blue.night .mat-datepicker-content.mat-accent,.rtl-container.blue.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.blue.night .mat-datepicker-content.mat-warn,.rtl-container.blue.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.blue.night .mat-icon.mat-primary{--mat-icon-color: #1976d2}.rtl-container.blue.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.blue.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.blue.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.blue.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.blue.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #1976d2;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.blue.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.blue.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.blue.night .mat-primary{color:#448aff!important}.rtl-container.blue.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.blue.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.blue.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.blue.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.blue.night .bg-primary{background-color:#2196f3;color:#fff}.rtl-container.blue.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#448aff}.rtl-container.blue.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#448aff}.rtl-container.blue.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#448aff}.rtl-container.blue.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.blue.night .currency-icon path,.rtl-container.blue.night .currency-icon polygon{fill:#fff}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.blue.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.blue.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#448aff}.rtl-container.blue.night .cc-data-block .cc-data-title{color:#448aff}.rtl-container.blue.night .mat-stroked-button.mat-primary{border-color:#448aff;color:#448aff}.rtl-container.blue.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.blue.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.blue.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.blue.night .active-link,.rtl-container.blue.night .active-link .fa-icon-small,.rtl-container.blue.night .mat-select-panel .mat-option.mat-active,.rtl-container.blue.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#448aff;font-weight:500;cursor:pointer;fill:#448aff}.rtl-container.blue.night .help-expansion .mat-expansion-panel-header,.rtl-container.blue.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.blue.night .help-expansion .mat-expansion-indicator:after,.rtl-container.blue.night .help-expansion .mat-expansion-panel-content,.rtl-container.blue.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.blue.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.blue.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.blue.night .mat-expansion-panel,.rtl-container.blue.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.blue.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.blue.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.blue.night .mdc-data-table__header-cell,.rtl-container.blue.night .mat-mdc-paginator,.rtl-container.blue.night .mat-mdc-form-field-focus-overlay,.rtl-container.blue.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.blue.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.blue.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#448aff}.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.blue.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.blue.night .svg-donation{opacity:1!important}.rtl-container.blue.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#448aff!important}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#448aff!important}.rtl-container.blue.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#448aff}.rtl-container.blue.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#2196f3}.rtl-container.blue.night a{color:#448aff!important;cursor:pointer}.rtl-container.blue.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.blue.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.blue.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.blue.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.blue.night .mat-mdc-select-placeholder,.rtl-container.blue.night .mat-mdc-select-value,.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#448aff}.rtl-container.blue.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.blue.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.blue.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.blue.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#448aff}.rtl-container.blue.night .mat-tree-node:hover,.rtl-container.blue.night .mat-nested-tree-node-parent:hover,.rtl-container.blue.night .mat-select-panel .mat-option:hover,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#448aff;cursor:pointer;background:#ffffff0f}.rtl-container.blue.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.blue.night .mat-tree-node:hover .mat-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#448aff}.rtl-container.blue.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.blue.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.blue.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.blue.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#448aff}.rtl-container.blue.night .mat-tree-node:hover .boltz-icon,.rtl-container.blue.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.blue.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.blue.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.blue.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#448aff}.rtl-container.blue.night .mat-tree-node .sidenav-img,.rtl-container.blue.night .mat-nested-tree-node .sidenav-img,.rtl-container.blue.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.blue.night .page-title-container .page-title-img,.rtl-container.blue.night svg.top-icon-small{fill:#fff}.rtl-container.blue.night .selected-color{border-color:#90caf9}.rtl-container.blue.night .mat-progress-bar-fill:after{background-color:#1e88e5}.rtl-container.blue.night .chart-legend .legend-label:hover,.rtl-container.blue.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.blue.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.blue.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#448aff}.rtl-container.blue.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.blue.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#448aff}.rtl-container.blue.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#448aff}.rtl-container.blue.night .mat-select-panel{background-color:#121212}.rtl-container.blue.night .mat-tree{background:#121212}.rtl-container.blue.night h4{color:#448aff}.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.blue.night .dashboard-info-title{color:#448aff}.rtl-container.blue.night .dashboard-info-value,.rtl-container.blue.night .dashboard-capacity-header{color:#fff}.rtl-container.blue.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.blue.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.blue.night .color-primary{color:#448aff!important}.rtl-container.blue.night .dot-primary{background-color:#448aff!important}.rtl-container.blue.night .dot-primary-lighter{background-color:#2196f3!important}.rtl-container.blue.night .mat-stepper-vertical{background-color:#121212}.rtl-container.blue.night .spinner-container h2{color:#448aff}.rtl-container.blue.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.blue.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.blue.night svg .boltz-icon-fill{fill:#fff}.rtl-container.blue.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.blue.night svg .stroke-color-primary-lighter{stroke:#90caf9}.rtl-container.blue.night svg .stroke-color-primary{stroke:#2196f3}.rtl-container.blue.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.blue.night svg .fill-color-0{fill:#171717}.rtl-container.blue.night svg .fill-color-1{fill:#232323}.rtl-container.blue.night svg .fill-color-2{fill:#222}.rtl-container.blue.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.blue.night svg .fill-color-4{fill:#383838}.rtl-container.blue.night svg .fill-color-5{fill:#555}.rtl-container.blue.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.blue.night svg .fill-color-7{fill:#202020}.rtl-container.blue.night svg .fill-color-8{fill:#242424}.rtl-container.blue.night svg .fill-color-9{fill:#262626}.rtl-container.blue.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.blue.night svg .fill-color-11{fill:#171717}.rtl-container.blue.night svg .fill-color-12{fill:#ccc}.rtl-container.blue.night svg .fill-color-13{fill:#adadad}.rtl-container.blue.night svg .fill-color-14{fill:#ababab}.rtl-container.blue.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.blue.night svg .fill-color-16{fill:#707070}.rtl-container.blue.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.blue.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.blue.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.blue.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.blue.night svg .fill-color-21{fill:#cacaca}.rtl-container.blue.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.blue.night svg .fill-color-23{fill:#777}.rtl-container.blue.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.blue.night svg .fill-color-25{fill:#252525}.rtl-container.blue.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.blue.night svg .fill-color-27{fill:#000}.rtl-container.blue.night svg .fill-color-28{fill:#313131}.rtl-container.blue.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.blue.night svg .fill-color-30{fill:#fff}.rtl-container.blue.night svg .fill-color-31{fill:#2196f3}.rtl-container.blue.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.blue.night svg .fill-color-primary{fill:#2196f3}.rtl-container.blue.night svg .fill-color-primary-lighter{fill:#90caf9}.rtl-container.blue.night svg .fill-color-primary-darker{fill:#448aff}.rtl-container.blue.night .mat-select-value,.rtl-container.blue.night .mat-select-arrow{color:#fff}.rtl-container.blue.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.blue.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.blue.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.blue.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.blue.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.blue.night .mat-button.mat-primary,.rtl-container.blue.night .mat-icon-button.mat-primary,.rtl-container.blue.night .mat-stroked-button.mat-primary{color:#448aff}.rtl-container.blue.night tr.alert.alert-warn .mat-cell,.rtl-container.blue.night tr.alert.alert-warn .mat-header-cell,.rtl-container.blue.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.blue.night .material-icons.info-icon{font-size:100%;color:#448aff}.rtl-container.blue.night .material-icons.info-icon.info-icon-primary{color:#448aff}.rtl-container.blue.night .material-icons.info-icon.info-icon-text,.rtl-container.blue.night .material-icons.info-icon.arrow-downward,.rtl-container.blue.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.blue.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#448aff}.rtl-container.blue.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#1565c0}.rtl-container.blue.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.blue.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#448aff}.rtl-container.blue.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.blue.night .mat-progress-bar-buffer{background-color:#bbdefb}.rtl-container.blue.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.blue.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.blue.night .foreground.mat-progress-spinner circle,.rtl-container.blue.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.blue.night .mat-toolbar-row,.rtl-container.blue.night .mat-toolbar-single-row{height:4rem}.rtl-container.blue.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.blue.night a{color:#2196f3}.rtl-container.blue.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.blue.night .h-active-link{border-bottom:2px solid white}.rtl-container.blue.night .mat-icon-36{color:#ffffffb3}.rtl-container.blue.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.blue.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.blue.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.blue.night .genseed-message{width:10%;color:#2196f3}.rtl-container.blue.night .border-primary{border:1px solid #2196f3}.rtl-container.blue.night .border-accent{border:1px solid #aaaaaa}.rtl-container.blue.night .border-warn{border:1px solid #b00020}.rtl-container.blue.night .material-icons.primary{color:#2196f3}.rtl-container.blue.night .material-icons.accent{color:#aaa}.rtl-container.blue.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.blue.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.blue.night .row-disabled{background-color:gray}.rtl-container.blue.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.blue.night .mat-mdc-card-content,.rtl-container.blue.night .mat-mdc-card-subtitle,.rtl-container.blue.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.blue.night .mat-menu-panel{min-width:4rem}.rtl-container.blue.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.blue.night .horizontal-button:hover{background:#90caf9;color:#aaa}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#2196f3}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.blue.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.blue.night .mat-button,.rtl-container.blue.night .mat-icon-button,.rtl-container.blue.night .mat-stroked-button,.rtl-container.blue.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.blue.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.blue.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.blue.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.blue.night .mat-cell,.rtl-container.blue.night .mat-header-cell,.rtl-container.blue.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.blue.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.blue.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#2196f3}.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.blue.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.blue.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#2196f3;opacity:1}.rtl-container.blue.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.blue.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.blue.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.blue.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.blue.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.blue.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.blue.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.blue.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.blue.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.blue.night .more-button{color:#fff}.rtl-container.blue.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.blue.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.blue.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.blue.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.blue.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.blue.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.blue.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.blue.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.blue.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.blue.night .tab-badge .mat-badge-content.mat-badge-active{background:#2196f3}.rtl-container.blue.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.blue.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.blue.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.blue.night .rtl-select-overlay{min-width:7rem}}.rtl-container.blue.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.blue.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.blue.night .table-actions-button{min-width:8rem}.rtl-container.blue.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.blue.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.blue.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.blue.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#90caf9!important}.rtl-container.blue.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#1e88e5!important}.rtl-container.blue.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.blue.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.blue.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.blue.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.blue.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.blue.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.blue.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.blue.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.blue.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.blue.night .color-warn{color:#b00020}.rtl-container.blue.night .fill-warn{fill:#b00020}.rtl-container.blue.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.blue.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.blue.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.blue.night .alert.alert-info a{color:#004085}.rtl-container.blue.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.blue.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.blue.night .alert.alert-warn a{color:#856404}.rtl-container.blue.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.blue.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.blue.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.blue.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.blue.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.blue.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.blue.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.blue.night .failed-status{color:#b00020}.rtl-container.blue.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.blue.night .svg-fill-primary{fill:#2196f3}.rtl-container.blue.night .svg-fill-primary-lighter{fill:#90caf9}.rtl-container.blue.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.blue.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.blue.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.blue.night .dashboard-card-content .underline,.rtl-container.blue.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.blue.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#2196f3}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#2196f3}.rtl-container.blue.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.blue.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#2196f3}.rtl-container.blue.night .mat-mdc-form-field-hint .currency-icon{color:#2196f3}.rtl-container.blue.night .mat-mdc-form-field-hint .currency-icon path{fill:#2196f3}.rtl-container.blue.night .fa-icon-primary{color:#2196f3}.rtl-container.blue.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.blue.night ngx-charts-bar-vertical text,.rtl-container.blue.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.blue.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.blue.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.blue.night .mat-paginator-container{padding:0}.rtl-container.blue.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.blue.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.blue.night .invoice-animation-div .particles-circle{position:absolute;background-color:#2196f3;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #2196f3;background-color:transparent}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.blue.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.blue.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.blue.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.blue.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.blue.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.indigo.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-filled-caret-color: #3f51b5;--mat-form-field-filled-focus-active-indicator-color: #3f51b5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-outlined-caret-color: #3f51b5;--mat-form-field-outlined-focus-outline-color: #3f51b5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #3f51b5;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;--mat-slide-toggle-selected-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;--mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;--mat-slide-toggle-selected-focus-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-handle-color: #3f51b5;--mat-slide-toggle-selected-pressed-handle-color: #3f51b5;--mat-slide-toggle-selected-focus-track-color: #7986cb;--mat-slide-toggle-selected-hover-track-color: #7986cb;--mat-slide-toggle-selected-pressed-track-color: #7986cb;--mat-slide-toggle-selected-track-color: #7986cb;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #3f51b5;--mat-slider-focus-handle-color: #3f51b5;--mat-slider-handle-color: #3f51b5;--mat-slider-hover-handle-color: #3f51b5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-slider-inactive-track-color: #3f51b5;--mat-slider-ripple-color: #3f51b5;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #3f51b5;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #7986cb;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #3f51b5;--mat-badge-background-color: #3f51b5;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.indigo.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.indigo.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.indigo.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.indigo.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.indigo.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.indigo.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #3f51b5;--mat-progress-bar-track-color: rgba(63, 81, 181, .25)}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.indigo.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.indigo.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.indigo.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.indigo.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.indigo.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.indigo.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #3f51b5;--mat-chip-elevated-disabled-container-color: #3f51b5;--mat-chip-elevated-selected-container-color: #3f51b5;--mat-chip-flat-disabled-selected-container-color: #3f51b5;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.indigo.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.indigo.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.indigo.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.indigo.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.indigo.day .mdc-list-item__start,.rtl-container.indigo.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-accent .mdc-list-item__start,.rtl-container.indigo.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-warn .mdc-list-item__start,.rtl-container.indigo.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.indigo.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.indigo.day .mat-mdc-tab-group,.rtl-container.indigo.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #3f51b5;--mat-tab-active-ripple-color: #3f51b5;--mat-tab-inactive-ripple-color: #3f51b5;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #3f51b5;--mat-tab-active-hover-label-text-color: #3f51b5;--mat-tab-active-focus-indicator-color: #3f51b5;--mat-tab-active-hover-indicator-color: #3f51b5;--mat-tab-active-indicator-color: #3f51b5}.rtl-container.indigo.day .mat-mdc-tab-group.mat-accent,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.indigo.day .mat-mdc-tab-group.mat-warn,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #3f51b5;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.indigo.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.indigo.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-mdc-button.mat-primary,.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.indigo.day .mat-mdc-raised-button.mat-primary,.rtl-container.indigo.day .mat-mdc-outlined-button.mat-primary,.rtl-container.indigo.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #3f51b5;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #3f51b5;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-outlined-state-layer-color: #3f51b5;--mat-button-protected-container-color: #3f51b5;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #3f51b5;--mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-text-state-layer-color: #3f51b5;--mat-button-tonal-container-color: #3f51b5;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.day .mat-mdc-button.mat-accent,.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.indigo.day .mat-mdc-raised-button.mat-accent,.rtl-container.indigo.day .mat-mdc-outlined-button.mat-accent,.rtl-container.indigo.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.indigo.day .mat-mdc-button.mat-warn,.rtl-container.indigo.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.indigo.day .mat-mdc-raised-button.mat-warn,.rtl-container.indigo.day .mat-mdc-outlined-button.mat-warn,.rtl-container.indigo.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.indigo.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent)}.rtl-container.indigo.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.indigo.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.indigo.day .mat-mdc-fab.mat-primary,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #3f51b5;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.day .mat-mdc-fab.mat-accent,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.indigo.day .mat-mdc-fab.mat-warn,.rtl-container.indigo.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.indigo.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.indigo.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.indigo.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.indigo.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.indigo.day .mat-datepicker-content.mat-accent,.rtl-container.indigo.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-datepicker-content.mat-warn,.rtl-container.indigo.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.indigo.day .mat-icon.mat-primary{--mat-icon-color: #3f51b5}.rtl-container.indigo.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.indigo.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.indigo.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.indigo.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.indigo.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.indigo.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.indigo.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.indigo.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.indigo.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.indigo.day .bg-primary{background-color:#3f51b5;color:#fff}.rtl-container.indigo.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.indigo.day .page-title,.rtl-container.indigo.day .mat-mdc-select-value,.rtl-container.indigo.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.indigo.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.indigo.day .help-expansion .mat-expansion-indicator:after,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-content,.rtl-container.indigo.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#3f51b5}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.indigo.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.indigo.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#3f51b5}.rtl-container.indigo.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.indigo.day .mat-tree-node:hover,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover,.rtl-container.indigo.day .mat-select-panel .mat-option:hover,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#3f51b5;cursor:pointer}.rtl-container.indigo.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.day .mat-tree-node:hover .mat-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#3f51b5}.rtl-container.indigo.day .spinner-container h2{color:#fff}.rtl-container.indigo.day .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.indigo.day .mat-form-field-suffix{color:#0000008a}.rtl-container.indigo.day .mat-stroked-button.mat-primary{border-color:#3f51b5}.rtl-container.indigo.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.indigo.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.indigo.day .selected-color{border-color:#9fa8da}.rtl-container.indigo.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.indigo.day table.mat-mdc-table thead tr th,.rtl-container.indigo.day .page-title-container,.rtl-container.indigo.day .page-sub-title-container{color:#0000008a}.rtl-container.indigo.day .page-title-container .page-title-img,.rtl-container.indigo.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.indigo.day .page-title-container .mat-input-element,.rtl-container.indigo.day .page-title-container .mat-radio-label-content,.rtl-container.indigo.day .page-title-container .theme-name,.rtl-container.indigo.day .page-sub-title-container .mat-input-element,.rtl-container.indigo.day .page-sub-title-container .mat-radio-label-content,.rtl-container.indigo.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.indigo.day .cc-data-block .cc-data-title{color:#3f51b5}.rtl-container.indigo.day .active-link,.rtl-container.indigo.day .active-link .fa-icon-small{color:#3f51b5;font-weight:500;cursor:pointer;fill:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover,.rtl-container.indigo.day .mat-select-panel .mat-option:hover,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#3f51b5;cursor:pointer;background:#0000000a}.rtl-container.indigo.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.day .mat-tree-node:hover .mat-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#3f51b5}.rtl-container.indigo.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#3f51b5}.rtl-container.indigo.day .mat-tree-node .sidenav-img,.rtl-container.indigo.day .mat-nested-tree-node .sidenav-img,.rtl-container.indigo.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.indigo.day .page-title-container .page-title-img,.rtl-container.indigo.day svg.top-icon-small{fill:#000000de}.rtl-container.indigo.day .mat-progress-bar-fill:after{background-color:#1a237e}.rtl-container.indigo.day .modal-qr-code-container{background:#0000001f}.rtl-container.indigo.day .mdc-tab__text-label,.rtl-container.indigo.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.indigo.day .mat-mdc-card,.rtl-container.indigo.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.indigo.day .dashboard-info-title{color:#3f51b5}.rtl-container.indigo.day .dashboard-capacity-header,.rtl-container.indigo.day .dashboard-info-value{color:#0000008a}.rtl-container.indigo.day .color-primary{color:#3f51b5!important}.rtl-container.indigo.day .dot-primary{background-color:#3f51b5!important}.rtl-container.indigo.day .dot-primary-lighter{background-color:#9fa8da!important}.rtl-container.indigo.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .mat-mdc-form-field-hint{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.indigo.day .mat-mdc-form-field-hint fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.day .currency-icon path,.rtl-container.indigo.day .currency-icon polygon{fill:#0000008a}.rtl-container.indigo.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.indigo.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.indigo.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.day svg .stroke-color-primary-lighter{stroke:#9fa8da}.rtl-container.indigo.day svg .stroke-color-primary{stroke:#3f51b5}.rtl-container.indigo.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.indigo.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-1{fill:#fff}.rtl-container.indigo.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.indigo.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-6{fill:#fff}.rtl-container.indigo.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-9{fill:#fff}.rtl-container.indigo.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.indigo.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.indigo.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-16{fill:#404040}.rtl-container.indigo.day svg .fill-color-17{fill:#404040}.rtl-container.indigo.day svg .fill-color-18{fill:#000}.rtl-container.indigo.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.indigo.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.indigo.day svg .fill-color-24{fill:#000}.rtl-container.indigo.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.indigo.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.indigo.day svg .fill-color-27{fill:#000}.rtl-container.indigo.day svg .fill-color-28{fill:#313131}.rtl-container.indigo.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.indigo.day svg .fill-color-30{fill:#fff}.rtl-container.indigo.day svg .fill-color-31{fill:#3f51b5}.rtl-container.indigo.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.indigo.day svg .fill-color-primary{fill:#3f51b5}.rtl-container.indigo.day svg .fill-color-primary-lighter{fill:#9fa8da}.rtl-container.indigo.day svg .fill-color-primary-darker{fill:#3f51b5}.rtl-container.indigo.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.indigo.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.indigo.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#3f51b5}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.indigo.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.indigo.day .material-icons.mat-icon-no-color,.rtl-container.indigo.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.indigo.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.indigo.day .material-icons.info-icon.info-icon-primary{color:#3f51b5}.rtl-container.indigo.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.indigo.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.indigo.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.indigo.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.indigo.day .material-icons.info-icon.arrow-downward,.rtl-container.indigo.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.indigo.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#3f51b5}.rtl-container.indigo.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#1a237e}.rtl-container.indigo.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.indigo.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#9fa8da}.rtl-container.indigo.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.indigo.day .mat-progress-bar-buffer{background-color:#c5cae9}.rtl-container.indigo.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.indigo.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.indigo.day .foreground.mat-progress-spinner circle,.rtl-container.indigo.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.indigo.day .mat-toolbar-row,.rtl-container.indigo.day .mat-toolbar-single-row{height:4rem}.rtl-container.indigo.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day a{color:#3f51b5}.rtl-container.indigo.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.indigo.day .h-active-link{border-bottom:2px solid white}.rtl-container.indigo.day .mat-icon-36{color:#0000008a}.rtl-container.indigo.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.indigo.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.indigo.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.indigo.day .genseed-message{width:10%;color:#3f51b5}.rtl-container.indigo.day .border-primary{border:1px solid #3f51b5}.rtl-container.indigo.day .border-accent{border:1px solid #9e9e9e}.rtl-container.indigo.day .border-warn{border:1px solid #b00020}.rtl-container.indigo.day .material-icons.primary{color:#3f51b5}.rtl-container.indigo.day .material-icons.accent{color:#9e9e9e}.rtl-container.indigo.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.indigo.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.indigo.day .row-disabled{background-color:gray}.rtl-container.indigo.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.indigo.day .mat-mdc-card-content,.rtl-container.indigo.day .mat-mdc-card-subtitle,.rtl-container.indigo.day .mat-mdc-card-title{color:#0000008a}.rtl-container.indigo.day .mat-menu-panel{min-width:4rem}.rtl-container.indigo.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.indigo.day .horizontal-button:hover{background:#9fa8da;color:#9e9e9e}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#3f51b5}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.indigo.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.indigo.day .mat-button,.rtl-container.indigo.day .mat-icon-button,.rtl-container.indigo.day .mat-stroked-button,.rtl-container.indigo.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.indigo.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.indigo.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.indigo.day .cc-data-block .cc-data-value{color:#000}.rtl-container.indigo.day .mat-cell,.rtl-container.indigo.day .mat-header-cell,.rtl-container.indigo.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.indigo.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.indigo.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#3f51b5}.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.indigo.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#3f51b5;opacity:1}.rtl-container.indigo.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.indigo.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.indigo.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.indigo.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.indigo.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.indigo.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.indigo.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.indigo.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.indigo.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.indigo.day .more-button{color:#000}.rtl-container.indigo.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.indigo.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.indigo.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.indigo.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.indigo.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.indigo.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.indigo.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.indigo.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.indigo.day .tab-badge .mat-badge-content.mat-badge-active{background:#3f51b5}.rtl-container.indigo.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.indigo.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.indigo.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.day .rtl-select-overlay{min-width:7rem}}.rtl-container.indigo.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.indigo.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.indigo.day .table-actions-button{min-width:8rem}.rtl-container.indigo.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.indigo.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.indigo.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.indigo.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#9fa8da!important}.rtl-container.indigo.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#3949ab!important}.rtl-container.indigo.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.indigo.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.indigo.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.indigo.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.indigo.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.indigo.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.indigo.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.indigo.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.indigo.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.indigo.day .color-warn{color:#b00020}.rtl-container.indigo.day .fill-warn{fill:#b00020}.rtl-container.indigo.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.indigo.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.indigo.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.indigo.day .alert.alert-info a{color:#004085}.rtl-container.indigo.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.indigo.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.indigo.day .alert.alert-warn a{color:#856404}.rtl-container.indigo.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.indigo.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.indigo.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.indigo.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.indigo.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.indigo.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.indigo.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.indigo.day .failed-status{color:#b00020}.rtl-container.indigo.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.indigo.day .svg-fill-primary{fill:#3f51b5}.rtl-container.indigo.day .svg-fill-primary-lighter{fill:#9fa8da}.rtl-container.indigo.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.indigo.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.indigo.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.indigo.day .dashboard-card-content .underline,.rtl-container.indigo.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.indigo.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.indigo.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon{color:#3f51b5}.rtl-container.indigo.day .mat-mdc-form-field-hint .currency-icon path{fill:#3f51b5}.rtl-container.indigo.day .fa-icon-primary{color:#3f51b5}.rtl-container.indigo.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.day ngx-charts-bar-vertical text,.rtl-container.indigo.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.indigo.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.indigo.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.indigo.day .mat-paginator-container{padding:0}.rtl-container.indigo.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.indigo.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.indigo.day .invoice-animation-div .particles-circle{position:absolute;background-color:#3f51b5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #3f51b5;background-color:transparent}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.indigo.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.indigo.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.indigo.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.indigo.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.indigo.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.indigo.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-filled-caret-color: #3f51b5;--mat-form-field-filled-focus-active-indicator-color: #3f51b5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-outlined-caret-color: #3f51b5;--mat-form-field-outlined-focus-outline-color: #3f51b5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #3f51b5;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;--mat-slide-toggle-selected-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;--mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;--mat-slide-toggle-selected-focus-handle-color: #3f51b5;--mat-slide-toggle-selected-hover-handle-color: #3f51b5;--mat-slide-toggle-selected-pressed-handle-color: #3f51b5;--mat-slide-toggle-selected-focus-track-color: #3949ab;--mat-slide-toggle-selected-hover-track-color: #3949ab;--mat-slide-toggle-selected-pressed-track-color: #3949ab;--mat-slide-toggle-selected-track-color: #3949ab;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #3f51b5;--mat-slider-focus-handle-color: #3f51b5;--mat-slider-handle-color: #3f51b5;--mat-slider-hover-handle-color: #3f51b5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-slider-inactive-track-color: #3f51b5;--mat-slider-ripple-color: #3f51b5;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #3f51b5;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #3949ab;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #3f51b5;--mat-badge-background-color: #3f51b5;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.indigo.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.indigo.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.indigo.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.indigo.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.indigo.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.indigo.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #3f51b5;--mat-progress-bar-track-color: rgba(63, 81, 181, .25)}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.indigo.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.indigo.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.indigo.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.indigo.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.indigo.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.indigo.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #3f51b5;--mat-chip-elevated-disabled-container-color: #3f51b5;--mat-chip-elevated-selected-container-color: #3f51b5;--mat-chip-flat-disabled-selected-container-color: #3f51b5;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.indigo.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.indigo.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.indigo.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.indigo.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.indigo.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.indigo.night .mdc-list-item__start,.rtl-container.indigo.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #3f51b5;--mat-radio-selected-hover-icon-color: #3f51b5;--mat-radio-selected-icon-color: #3f51b5;--mat-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-accent .mdc-list-item__start,.rtl-container.indigo.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-warn .mdc-list-item__start,.rtl-container.indigo.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.indigo.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.indigo.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.indigo.night .mat-mdc-tab-group,.rtl-container.indigo.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #3f51b5;--mat-tab-active-ripple-color: #3f51b5;--mat-tab-inactive-ripple-color: #3f51b5;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #3f51b5;--mat-tab-active-hover-label-text-color: #3f51b5;--mat-tab-active-focus-indicator-color: #3f51b5;--mat-tab-active-hover-indicator-color: #3f51b5;--mat-tab-active-indicator-color: #3f51b5}.rtl-container.indigo.night .mat-mdc-tab-group.mat-accent,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.indigo.night .mat-mdc-tab-group.mat-warn,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #3f51b5;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.indigo.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.indigo.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #3f51b5;--mat-checkbox-selected-hover-icon-color: #3f51b5;--mat-checkbox-selected-icon-color: #3f51b5;--mat-checkbox-selected-pressed-icon-color: #3f51b5;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #3f51b5;--mat-checkbox-selected-hover-state-layer-color: #3f51b5;--mat-checkbox-selected-pressed-state-layer-color: #3f51b5;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-button.mat-primary,.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.indigo.night .mat-mdc-raised-button.mat-primary,.rtl-container.indigo.night .mat-mdc-outlined-button.mat-primary,.rtl-container.indigo.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #3f51b5;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #3f51b5;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-outlined-state-layer-color: #3f51b5;--mat-button-protected-container-color: #3f51b5;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #3f51b5;--mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-button-text-state-layer-color: #3f51b5;--mat-button-tonal-container-color: #3f51b5;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.night .mat-mdc-button.mat-accent,.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.indigo.night .mat-mdc-raised-button.mat-accent,.rtl-container.indigo.night .mat-mdc-outlined-button.mat-accent,.rtl-container.indigo.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.indigo.night .mat-mdc-button.mat-warn,.rtl-container.indigo.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.indigo.night .mat-mdc-raised-button.mat-warn,.rtl-container.indigo.night .mat-mdc-outlined-button.mat-warn,.rtl-container.indigo.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.indigo.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent)}.rtl-container.indigo.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.indigo.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.indigo.night .mat-mdc-fab.mat-primary,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #3f51b5;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);--mat-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.night .mat-mdc-fab.mat-accent,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.indigo.night .mat-mdc-fab.mat-warn,.rtl-container.indigo.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.indigo.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.indigo.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.indigo.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.indigo.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.indigo.night .mat-datepicker-content.mat-accent,.rtl-container.indigo.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.indigo.night .mat-datepicker-content.mat-warn,.rtl-container.indigo.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.indigo.night .mat-icon.mat-primary{--mat-icon-color: #3f51b5}.rtl-container.indigo.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.indigo.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.indigo.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.indigo.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.indigo.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.indigo.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.indigo.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.indigo.night .mat-primary{color:#536dfe!important}.rtl-container.indigo.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.indigo.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.indigo.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.indigo.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.indigo.night .bg-primary{background-color:#3f51b5;color:#fff}.rtl-container.indigo.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.indigo.night .currency-icon path,.rtl-container.indigo.night .currency-icon polygon{fill:#fff}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.indigo.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.indigo.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#536dfe}.rtl-container.indigo.night .cc-data-block .cc-data-title{color:#536dfe}.rtl-container.indigo.night .mat-stroked-button.mat-primary{border-color:#536dfe;color:#536dfe}.rtl-container.indigo.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.indigo.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.indigo.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.indigo.night .active-link,.rtl-container.indigo.night .active-link .fa-icon-small,.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active,.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#536dfe;font-weight:500;cursor:pointer;fill:#536dfe}.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.indigo.night .help-expansion .mat-expansion-indicator:after,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-content,.rtl-container.indigo.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.indigo.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.indigo.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.indigo.night .mat-expansion-panel,.rtl-container.indigo.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.indigo.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.indigo.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.indigo.night .mdc-data-table__header-cell,.rtl-container.indigo.night .mat-mdc-paginator,.rtl-container.indigo.night .mat-mdc-form-field-focus-overlay,.rtl-container.indigo.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.indigo.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.indigo.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#536dfe}.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.indigo.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.indigo.night .svg-donation{opacity:1!important}.rtl-container.indigo.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#536dfe!important}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#536dfe!important}.rtl-container.indigo.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#536dfe}.rtl-container.indigo.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#3f51b5}.rtl-container.indigo.night a{color:#536dfe!important;cursor:pointer}.rtl-container.indigo.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.indigo.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.indigo.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.indigo.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.indigo.night .mat-mdc-select-placeholder,.rtl-container.indigo.night .mat-mdc-select-value,.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#536dfe}.rtl-container.indigo.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.indigo.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.indigo.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.indigo.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover,.rtl-container.indigo.night .mat-select-panel .mat-option:hover,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#536dfe;cursor:pointer;background:#ffffff0f}.rtl-container.indigo.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.indigo.night .mat-tree-node:hover .mat-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.indigo.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#536dfe}.rtl-container.indigo.night .mat-tree-node:hover .boltz-icon,.rtl-container.indigo.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.indigo.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.indigo.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.indigo.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#536dfe}.rtl-container.indigo.night .mat-tree-node .sidenav-img,.rtl-container.indigo.night .mat-nested-tree-node .sidenav-img,.rtl-container.indigo.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.indigo.night .page-title-container .page-title-img,.rtl-container.indigo.night svg.top-icon-small{fill:#fff}.rtl-container.indigo.night .selected-color{border-color:#9fa8da}.rtl-container.indigo.night .mat-progress-bar-fill:after{background-color:#3949ab}.rtl-container.indigo.night .chart-legend .legend-label:hover,.rtl-container.indigo.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.indigo.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.indigo.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#536dfe}.rtl-container.indigo.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.indigo.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#536dfe}.rtl-container.indigo.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#536dfe}.rtl-container.indigo.night .mat-select-panel{background-color:#121212}.rtl-container.indigo.night .mat-tree{background:#121212}.rtl-container.indigo.night h4{color:#536dfe}.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.indigo.night .dashboard-info-title{color:#536dfe}.rtl-container.indigo.night .dashboard-info-value,.rtl-container.indigo.night .dashboard-capacity-header{color:#fff}.rtl-container.indigo.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.indigo.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.indigo.night .color-primary{color:#536dfe!important}.rtl-container.indigo.night .dot-primary{background-color:#536dfe!important}.rtl-container.indigo.night .dot-primary-lighter{background-color:#3f51b5!important}.rtl-container.indigo.night .mat-stepper-vertical{background-color:#121212}.rtl-container.indigo.night .spinner-container h2{color:#536dfe}.rtl-container.indigo.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.indigo.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.indigo.night svg .boltz-icon-fill{fill:#fff}.rtl-container.indigo.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.indigo.night svg .stroke-color-primary-lighter{stroke:#9fa8da}.rtl-container.indigo.night svg .stroke-color-primary{stroke:#3f51b5}.rtl-container.indigo.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.indigo.night svg .fill-color-0{fill:#171717}.rtl-container.indigo.night svg .fill-color-1{fill:#232323}.rtl-container.indigo.night svg .fill-color-2{fill:#222}.rtl-container.indigo.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.indigo.night svg .fill-color-4{fill:#383838}.rtl-container.indigo.night svg .fill-color-5{fill:#555}.rtl-container.indigo.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.indigo.night svg .fill-color-7{fill:#202020}.rtl-container.indigo.night svg .fill-color-8{fill:#242424}.rtl-container.indigo.night svg .fill-color-9{fill:#262626}.rtl-container.indigo.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.indigo.night svg .fill-color-11{fill:#171717}.rtl-container.indigo.night svg .fill-color-12{fill:#ccc}.rtl-container.indigo.night svg .fill-color-13{fill:#adadad}.rtl-container.indigo.night svg .fill-color-14{fill:#ababab}.rtl-container.indigo.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.indigo.night svg .fill-color-16{fill:#707070}.rtl-container.indigo.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.indigo.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.indigo.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.indigo.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.indigo.night svg .fill-color-21{fill:#cacaca}.rtl-container.indigo.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.indigo.night svg .fill-color-23{fill:#777}.rtl-container.indigo.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.indigo.night svg .fill-color-25{fill:#252525}.rtl-container.indigo.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.indigo.night svg .fill-color-27{fill:#000}.rtl-container.indigo.night svg .fill-color-28{fill:#313131}.rtl-container.indigo.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.indigo.night svg .fill-color-30{fill:#fff}.rtl-container.indigo.night svg .fill-color-31{fill:#3f51b5}.rtl-container.indigo.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.indigo.night svg .fill-color-primary{fill:#3f51b5}.rtl-container.indigo.night svg .fill-color-primary-lighter{fill:#9fa8da}.rtl-container.indigo.night svg .fill-color-primary-darker{fill:#536dfe}.rtl-container.indigo.night .mat-select-value,.rtl-container.indigo.night .mat-select-arrow{color:#fff}.rtl-container.indigo.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.indigo.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.indigo.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.indigo.night .mat-button.mat-primary,.rtl-container.indigo.night .mat-icon-button.mat-primary,.rtl-container.indigo.night .mat-stroked-button.mat-primary{color:#536dfe}.rtl-container.indigo.night tr.alert.alert-warn .mat-cell,.rtl-container.indigo.night tr.alert.alert-warn .mat-header-cell,.rtl-container.indigo.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.indigo.night .material-icons.info-icon{font-size:100%;color:#536dfe}.rtl-container.indigo.night .material-icons.info-icon.info-icon-primary{color:#536dfe}.rtl-container.indigo.night .material-icons.info-icon.info-icon-text,.rtl-container.indigo.night .material-icons.info-icon.arrow-downward,.rtl-container.indigo.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.indigo.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#536dfe}.rtl-container.indigo.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#283593}.rtl-container.indigo.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.indigo.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#536dfe}.rtl-container.indigo.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.indigo.night .mat-progress-bar-buffer{background-color:#c5cae9}.rtl-container.indigo.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.indigo.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.indigo.night .foreground.mat-progress-spinner circle,.rtl-container.indigo.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.indigo.night .mat-toolbar-row,.rtl-container.indigo.night .mat-toolbar-single-row{height:4rem}.rtl-container.indigo.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.indigo.night a{color:#3f51b5}.rtl-container.indigo.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.indigo.night .h-active-link{border-bottom:2px solid white}.rtl-container.indigo.night .mat-icon-36{color:#ffffffb3}.rtl-container.indigo.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.indigo.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.indigo.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.indigo.night .genseed-message{width:10%;color:#3f51b5}.rtl-container.indigo.night .border-primary{border:1px solid #3f51b5}.rtl-container.indigo.night .border-accent{border:1px solid #aaaaaa}.rtl-container.indigo.night .border-warn{border:1px solid #b00020}.rtl-container.indigo.night .material-icons.primary{color:#3f51b5}.rtl-container.indigo.night .material-icons.accent{color:#aaa}.rtl-container.indigo.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.indigo.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.indigo.night .row-disabled{background-color:gray}.rtl-container.indigo.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.indigo.night .mat-mdc-card-content,.rtl-container.indigo.night .mat-mdc-card-subtitle,.rtl-container.indigo.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.indigo.night .mat-menu-panel{min-width:4rem}.rtl-container.indigo.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.indigo.night .horizontal-button:hover{background:#9fa8da;color:#aaa}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#3f51b5}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.indigo.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.indigo.night .mat-button,.rtl-container.indigo.night .mat-icon-button,.rtl-container.indigo.night .mat-stroked-button,.rtl-container.indigo.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.indigo.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.indigo.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.indigo.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.indigo.night .mat-cell,.rtl-container.indigo.night .mat-header-cell,.rtl-container.indigo.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.indigo.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.indigo.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#3f51b5}.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.indigo.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#3f51b5;opacity:1}.rtl-container.indigo.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.indigo.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.indigo.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.indigo.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.indigo.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.indigo.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.indigo.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.indigo.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.indigo.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.indigo.night .more-button{color:#fff}.rtl-container.indigo.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.indigo.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.indigo.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.indigo.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.indigo.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.indigo.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.indigo.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.indigo.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.indigo.night .tab-badge .mat-badge-content.mat-badge-active{background:#3f51b5}.rtl-container.indigo.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.indigo.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.indigo.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.indigo.night .rtl-select-overlay{min-width:7rem}}.rtl-container.indigo.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.indigo.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.indigo.night .table-actions-button{min-width:8rem}.rtl-container.indigo.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.indigo.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.indigo.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.indigo.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#9fa8da!important}.rtl-container.indigo.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#3949ab!important}.rtl-container.indigo.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.indigo.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.indigo.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.indigo.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.indigo.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.indigo.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.indigo.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.indigo.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.indigo.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.indigo.night .color-warn{color:#b00020}.rtl-container.indigo.night .fill-warn{fill:#b00020}.rtl-container.indigo.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.indigo.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.indigo.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.indigo.night .alert.alert-info a{color:#004085}.rtl-container.indigo.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.indigo.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.indigo.night .alert.alert-warn a{color:#856404}.rtl-container.indigo.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.indigo.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.indigo.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.indigo.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.indigo.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.indigo.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.indigo.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.indigo.night .failed-status{color:#b00020}.rtl-container.indigo.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.indigo.night .svg-fill-primary{fill:#3f51b5}.rtl-container.indigo.night .svg-fill-primary-lighter{fill:#9fa8da}.rtl-container.indigo.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.indigo.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.indigo.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.indigo.night .dashboard-card-content .underline,.rtl-container.indigo.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.indigo.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#3f51b5}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.indigo.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#3f51b5}.rtl-container.indigo.night .mat-mdc-form-field-hint .currency-icon{color:#3f51b5}.rtl-container.indigo.night .mat-mdc-form-field-hint .currency-icon path{fill:#3f51b5}.rtl-container.indigo.night .fa-icon-primary{color:#3f51b5}.rtl-container.indigo.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.indigo.night ngx-charts-bar-vertical text,.rtl-container.indigo.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.indigo.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.indigo.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.indigo.night .mat-paginator-container{padding:0}.rtl-container.indigo.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.indigo.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.indigo.night .invoice-animation-div .particles-circle{position:absolute;background-color:#3f51b5;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #3f51b5;background-color:transparent}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.indigo.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.indigo.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.indigo.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.indigo.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.indigo.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.green.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #185127;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-filled-caret-color: #185127;--mat-form-field-filled-focus-active-indicator-color: #185127;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-outlined-caret-color: #185127;--mat-form-field-outlined-focus-outline-color: #185127;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #185127;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #185127;--mat-slide-toggle-selected-handle-color: #185127;--mat-slide-toggle-selected-hover-state-layer-color: #185127;--mat-slide-toggle-selected-pressed-state-layer-color: #185127;--mat-slide-toggle-selected-focus-handle-color: #185127;--mat-slide-toggle-selected-hover-handle-color: #185127;--mat-slide-toggle-selected-pressed-handle-color: #185127;--mat-slide-toggle-selected-focus-track-color: #5d8568;--mat-slide-toggle-selected-hover-track-color: #5d8568;--mat-slide-toggle-selected-pressed-track-color: #5d8568;--mat-slide-toggle-selected-track-color: #5d8568;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #185127;--mat-slider-focus-handle-color: #185127;--mat-slider-handle-color: #185127;--mat-slider-hover-handle-color: #185127;--mat-slider-focus-state-layer-color: color-mix(in srgb, #185127 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #185127 4%, transparent);--mat-slider-inactive-track-color: #185127;--mat-slider-ripple-color: #185127;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #185127;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #5d8568;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #185127;--mat-badge-background-color: #185127;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #185127 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #185127;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #185127 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #185127 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #185127 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #185127;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #185127;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #185127;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #185127;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.green.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.green.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.green.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #185127;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #185127;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.green.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.green.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.green.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #185127;--mat-progress-bar-track-color: rgba(24, 81, 39, .25)}.rtl-container.green.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.green.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.green.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.green.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.green.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.green.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.green.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #185127;--mat-chip-elevated-disabled-container-color: #185127;--mat-chip-elevated-selected-container-color: #185127;--mat-chip-flat-disabled-selected-container-color: #185127;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.green.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.green.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.green.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #185127;--mat-radio-selected-hover-icon-color: #185127;--mat-radio-selected-icon-color: #185127;--mat-radio-selected-pressed-icon-color: #185127;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.green.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.green.day .mdc-list-item__start,.rtl-container.green.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #185127;--mat-radio-selected-hover-icon-color: #185127;--mat-radio-selected-icon-color: #185127;--mat-radio-selected-pressed-icon-color: #185127;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-accent .mdc-list-item__start,.rtl-container.green.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-warn .mdc-list-item__start,.rtl-container.green.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #185127;--mat-checkbox-selected-hover-icon-color: #185127;--mat-checkbox-selected-icon-color: #185127;--mat-checkbox-selected-pressed-icon-color: #185127;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #185127;--mat-checkbox-selected-hover-state-layer-color: #185127;--mat-checkbox-selected-pressed-state-layer-color: #185127;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#185127}.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.green.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.green.day .mat-mdc-tab-group,.rtl-container.green.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #185127;--mat-tab-active-ripple-color: #185127;--mat-tab-inactive-ripple-color: #185127;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #185127;--mat-tab-active-hover-label-text-color: #185127;--mat-tab-active-focus-indicator-color: #185127;--mat-tab-active-hover-indicator-color: #185127;--mat-tab-active-indicator-color: #185127}.rtl-container.green.day .mat-mdc-tab-group.mat-accent,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.green.day .mat-mdc-tab-group.mat-warn,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.green.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #185127;--mat-tab-foreground-color: #ffffff}.rtl-container.green.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.green.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.green.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #185127;--mat-checkbox-selected-hover-icon-color: #185127;--mat-checkbox-selected-icon-color: #185127;--mat-checkbox-selected-pressed-icon-color: #185127;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #185127;--mat-checkbox-selected-hover-state-layer-color: #185127;--mat-checkbox-selected-pressed-state-layer-color: #185127;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-mdc-button.mat-primary,.rtl-container.green.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.green.day .mat-mdc-raised-button.mat-primary,.rtl-container.green.day .mat-mdc-outlined-button.mat-primary,.rtl-container.green.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #185127;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #185127;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-button-outlined-state-layer-color: #185127;--mat-button-protected-container-color: #185127;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #185127;--mat-button-text-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-button-text-state-layer-color: #185127;--mat-button-tonal-container-color: #185127;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.rtl-container.green.day .mat-mdc-button.mat-accent,.rtl-container.green.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.green.day .mat-mdc-raised-button.mat-accent,.rtl-container.green.day .mat-mdc-outlined-button.mat-accent,.rtl-container.green.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.green.day .mat-mdc-button.mat-warn,.rtl-container.green.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.green.day .mat-mdc-raised-button.mat-warn,.rtl-container.green.day .mat-mdc-outlined-button.mat-warn,.rtl-container.green.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.green.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #185127;--mat-icon-button-state-layer-color: #185127;--mat-icon-button-ripple-color: color-mix(in srgb, #185127 12%, transparent)}.rtl-container.green.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.green.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.green.day .mat-mdc-fab.mat-primary,.rtl-container.green.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #185127;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-fab-small-container-color: #185127;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.rtl-container.green.day .mat-mdc-fab.mat-accent,.rtl-container.green.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.green.day .mat-mdc-fab.mat-warn,.rtl-container.green.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.green.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.green.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.green.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.green.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.green.day .mat-datepicker-content.mat-accent,.rtl-container.green.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-datepicker-content.mat-warn,.rtl-container.green.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.green.day .mat-icon.mat-primary{--mat-icon-color: #185127}.rtl-container.green.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.green.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.green.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #185127;--mat-toolbar-container-text-color: #ffffff}.rtl-container.green.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.green.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.green.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.green.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.green.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.green.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.green.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.green.day .bg-primary{background-color:#185127;color:#fff}.rtl-container.green.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.green.day .page-title,.rtl-container.green.day .mat-mdc-select-value,.rtl-container.green.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.green.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.green.day .help-expansion .mat-expansion-panel-header,.rtl-container.green.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.green.day .help-expansion .mat-expansion-indicator:after,.rtl-container.green.day .help-expansion .mat-expansion-panel-content,.rtl-container.green.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#185127}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.green.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.green.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#185127}.rtl-container.green.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.green.day .mat-tree-node:hover,.rtl-container.green.day .mat-nested-tree-node-parent:hover,.rtl-container.green.day .mat-select-panel .mat-option:hover,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#185127;cursor:pointer}.rtl-container.green.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.day .mat-tree-node:hover .mat-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#185127}.rtl-container.green.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#185127}.rtl-container.green.day .spinner-container h2{color:#fff}.rtl-container.green.day .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.green.day .mat-form-field-suffix{color:#0000008a}.rtl-container.green.day .mat-stroked-button.mat-primary{border-color:#185127}.rtl-container.green.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.green.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.green.day .selected-color{border-color:#5d8568}.rtl-container.green.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.green.day table.mat-mdc-table thead tr th,.rtl-container.green.day .page-title-container,.rtl-container.green.day .page-sub-title-container{color:#0000008a}.rtl-container.green.day .page-title-container .page-title-img,.rtl-container.green.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.green.day .page-title-container .mat-input-element,.rtl-container.green.day .page-title-container .mat-radio-label-content,.rtl-container.green.day .page-title-container .theme-name,.rtl-container.green.day .page-sub-title-container .mat-input-element,.rtl-container.green.day .page-sub-title-container .mat-radio-label-content,.rtl-container.green.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.green.day .cc-data-block .cc-data-title{color:#185127}.rtl-container.green.day .active-link,.rtl-container.green.day .active-link .fa-icon-small{color:#185127;font-weight:500;cursor:pointer;fill:#185127}.rtl-container.green.day .mat-tree-node:hover,.rtl-container.green.day .mat-nested-tree-node-parent:hover,.rtl-container.green.day .mat-select-panel .mat-option:hover,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#185127;cursor:pointer;background:#0000000a}.rtl-container.green.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.day .mat-tree-node:hover .mat-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#185127}.rtl-container.green.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#185127}.rtl-container.green.day .mat-tree-node .sidenav-img,.rtl-container.green.day .mat-nested-tree-node .sidenav-img,.rtl-container.green.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.green.day .page-title-container .page-title-img,.rtl-container.green.day svg.top-icon-small{fill:#000000de}.rtl-container.green.day .mat-progress-bar-fill:after{background-color:#08270e}.rtl-container.green.day .modal-qr-code-container{background:#0000001f}.rtl-container.green.day .mdc-tab__text-label,.rtl-container.green.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.green.day .mat-mdc-card,.rtl-container.green.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.green.day .dashboard-info-title{color:#185127}.rtl-container.green.day .dashboard-capacity-header,.rtl-container.green.day .dashboard-info-value{color:#0000008a}.rtl-container.green.day .color-primary{color:#185127!important}.rtl-container.green.day .dot-primary{background-color:#185127!important}.rtl-container.green.day .dot-primary-lighter{background-color:#5d8568!important}.rtl-container.green.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .mat-mdc-form-field-hint{color:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.green.day .mat-mdc-form-field-hint fa-icon svg path{fill:#185127}.rtl-container.green.day .currency-icon path,.rtl-container.green.day .currency-icon polygon{fill:#0000008a}.rtl-container.green.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.green.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.green.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.day svg .stroke-color-primary-lighter{stroke:#5d8568}.rtl-container.green.day svg .stroke-color-primary{stroke:#185127}.rtl-container.green.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.green.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-1{fill:#fff}.rtl-container.green.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.green.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-6{fill:#fff}.rtl-container.green.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-9{fill:#fff}.rtl-container.green.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.green.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.green.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-16{fill:#404040}.rtl-container.green.day svg .fill-color-17{fill:#404040}.rtl-container.green.day svg .fill-color-18{fill:#000}.rtl-container.green.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.green.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.green.day svg .fill-color-24{fill:#000}.rtl-container.green.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.green.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.green.day svg .fill-color-27{fill:#000}.rtl-container.green.day svg .fill-color-28{fill:#313131}.rtl-container.green.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.green.day svg .fill-color-30{fill:#fff}.rtl-container.green.day svg .fill-color-31{fill:#185127}.rtl-container.green.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.green.day svg .fill-color-primary{fill:#185127}.rtl-container.green.day svg .fill-color-primary-lighter{fill:#5d8568}.rtl-container.green.day svg .fill-color-primary-darker{fill:#185127}.rtl-container.green.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.green.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.green.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#185127}.rtl-container.green.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.green.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.green.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.green.day .material-icons.mat-icon-no-color,.rtl-container.green.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.green.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.green.day .material-icons.info-icon.info-icon-primary{color:#185127}.rtl-container.green.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.green.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.green.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.green.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.green.day .material-icons.info-icon.arrow-downward,.rtl-container.green.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.green.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.green.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#185127}.rtl-container.green.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.green.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#08270e}.rtl-container.green.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.green.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#8ca893}.rtl-container.green.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.green.day .mat-progress-bar-buffer{background-color:#bacbbe}.rtl-container.green.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.green.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.green.day .foreground.mat-progress-spinner circle,.rtl-container.green.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.green.day .mat-toolbar-row,.rtl-container.green.day .mat-toolbar-single-row{height:4rem}.rtl-container.green.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.green.day a{color:#185127}.rtl-container.green.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.green.day .h-active-link{border-bottom:2px solid white}.rtl-container.green.day .mat-icon-36{color:#0000008a}.rtl-container.green.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.green.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.green.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.green.day .genseed-message{width:10%;color:#185127}.rtl-container.green.day .border-primary{border:1px solid #185127}.rtl-container.green.day .border-accent{border:1px solid #9e9e9e}.rtl-container.green.day .border-warn{border:1px solid #b00020}.rtl-container.green.day .material-icons.primary{color:#185127}.rtl-container.green.day .material-icons.accent{color:#9e9e9e}.rtl-container.green.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.green.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.green.day .row-disabled{background-color:gray}.rtl-container.green.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.green.day .mat-mdc-card-content,.rtl-container.green.day .mat-mdc-card-subtitle,.rtl-container.green.day .mat-mdc-card-title{color:#0000008a}.rtl-container.green.day .mat-menu-panel{min-width:4rem}.rtl-container.green.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.green.day .horizontal-button:hover{background:#5d8568;color:#9e9e9e}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#185127}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.green.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.green.day .mat-button,.rtl-container.green.day .mat-icon-button,.rtl-container.green.day .mat-stroked-button,.rtl-container.green.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.green.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.green.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.green.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.green.day .cc-data-block .cc-data-value{color:#000}.rtl-container.green.day .mat-cell,.rtl-container.green.day .mat-header-cell,.rtl-container.green.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.green.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.green.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#185127}.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.green.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#185127;opacity:1}.rtl-container.green.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.green.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.green.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.green.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.green.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.green.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.green.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.green.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.green.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.green.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.green.day .more-button{color:#000}.rtl-container.green.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.green.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.green.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.green.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.green.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.green.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.green.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.green.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.green.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.green.day .tab-badge .mat-badge-content.mat-badge-active{background:#185127}.rtl-container.green.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.green.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.green.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.green.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.day .rtl-select-overlay{min-width:7rem}}.rtl-container.green.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.green.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.green.day .table-actions-button{min-width:8rem}.rtl-container.green.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.green.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.green.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.green.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#8ca893!important}.rtl-container.green.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#154a23!important}.rtl-container.green.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.green.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.green.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.green.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.green.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.green.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.green.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.green.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.green.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.green.day .color-warn{color:#b00020}.rtl-container.green.day .fill-warn{fill:#b00020}.rtl-container.green.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.green.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.green.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.green.day .alert.alert-info a{color:#004085}.rtl-container.green.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.green.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.green.day .alert.alert-warn a{color:#856404}.rtl-container.green.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.green.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.green.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.green.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.green.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.green.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.green.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.green.day .failed-status{color:#b00020}.rtl-container.green.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.green.day .svg-fill-primary{fill:#185127}.rtl-container.green.day .svg-fill-primary-lighter{fill:#5d8568}.rtl-container.green.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.green.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.green.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.green.day .dashboard-card-content .underline,.rtl-container.green.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.green.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#185127}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#185127}.rtl-container.green.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.green.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon{color:#185127}.rtl-container.green.day .mat-mdc-form-field-hint .currency-icon path{fill:#185127}.rtl-container.green.day .fa-icon-primary{color:#185127}.rtl-container.green.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.day ngx-charts-bar-vertical text,.rtl-container.green.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.green.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.green.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.green.day .mat-paginator-container{padding:0}.rtl-container.green.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.green.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.green.day .invoice-animation-div .particles-circle{position:absolute;background-color:#185127;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #185127;background-color:transparent}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.green.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.green.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.green.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.green.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.green.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.green.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #185127;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-filled-caret-color: #185127;--mat-form-field-filled-focus-active-indicator-color: #185127;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-outlined-caret-color: #185127;--mat-form-field-outlined-focus-outline-color: #185127;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #185127 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #185127;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #185127;--mat-slide-toggle-selected-handle-color: #185127;--mat-slide-toggle-selected-hover-state-layer-color: #185127;--mat-slide-toggle-selected-pressed-state-layer-color: #185127;--mat-slide-toggle-selected-focus-handle-color: #185127;--mat-slide-toggle-selected-hover-handle-color: #185127;--mat-slide-toggle-selected-pressed-handle-color: #185127;--mat-slide-toggle-selected-focus-track-color: #154a23;--mat-slide-toggle-selected-hover-track-color: #154a23;--mat-slide-toggle-selected-pressed-track-color: #154a23;--mat-slide-toggle-selected-track-color: #154a23;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #185127;--mat-slider-focus-handle-color: #185127;--mat-slider-handle-color: #185127;--mat-slider-hover-handle-color: #185127;--mat-slider-focus-state-layer-color: color-mix(in srgb, #185127 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #185127 4%, transparent);--mat-slider-inactive-track-color: #185127;--mat-slider-ripple-color: #185127;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #185127;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #154a23;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #185127;--mat-badge-background-color: #185127;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #185127 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #185127;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #185127 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #185127 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #185127 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #185127;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #185127;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #185127;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #185127;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.green.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.green.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.green.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #185127;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #185127;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.green.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.green.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.green.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #185127;--mat-progress-bar-track-color: rgba(24, 81, 39, .25)}.rtl-container.green.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.green.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.green.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.green.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.green.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.green.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.green.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #185127;--mat-chip-elevated-disabled-container-color: #185127;--mat-chip-elevated-selected-container-color: #185127;--mat-chip-flat-disabled-selected-container-color: #185127;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.green.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.green.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.green.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.green.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #185127;--mat-radio-selected-hover-icon-color: #185127;--mat-radio-selected-icon-color: #185127;--mat-radio-selected-pressed-icon-color: #185127;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.green.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.green.night .mdc-list-item__start,.rtl-container.green.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #185127;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #185127;--mat-radio-selected-hover-icon-color: #185127;--mat-radio-selected-icon-color: #185127;--mat-radio-selected-pressed-icon-color: #185127;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-accent .mdc-list-item__start,.rtl-container.green.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-warn .mdc-list-item__start,.rtl-container.green.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.green.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #185127;--mat-checkbox-selected-hover-icon-color: #185127;--mat-checkbox-selected-icon-color: #185127;--mat-checkbox-selected-pressed-icon-color: #185127;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #185127;--mat-checkbox-selected-hover-state-layer-color: #185127;--mat-checkbox-selected-pressed-state-layer-color: #185127;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#185127}.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.green.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.green.night .mat-mdc-tab-group,.rtl-container.green.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #185127;--mat-tab-active-ripple-color: #185127;--mat-tab-inactive-ripple-color: #185127;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #185127;--mat-tab-active-hover-label-text-color: #185127;--mat-tab-active-focus-indicator-color: #185127;--mat-tab-active-hover-indicator-color: #185127;--mat-tab-active-indicator-color: #185127}.rtl-container.green.night .mat-mdc-tab-group.mat-accent,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.green.night .mat-mdc-tab-group.mat-warn,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.green.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #185127;--mat-tab-foreground-color: #ffffff}.rtl-container.green.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.green.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.green.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #185127;--mat-checkbox-selected-hover-icon-color: #185127;--mat-checkbox-selected-icon-color: #185127;--mat-checkbox-selected-pressed-icon-color: #185127;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #185127;--mat-checkbox-selected-hover-state-layer-color: #185127;--mat-checkbox-selected-pressed-state-layer-color: #185127;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.green.night .mat-mdc-button.mat-primary,.rtl-container.green.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.green.night .mat-mdc-raised-button.mat-primary,.rtl-container.green.night .mat-mdc-outlined-button.mat-primary,.rtl-container.green.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #185127;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #185127;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-button-outlined-state-layer-color: #185127;--mat-button-protected-container-color: #185127;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #185127;--mat-button-text-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-button-text-state-layer-color: #185127;--mat-button-tonal-container-color: #185127;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.rtl-container.green.night .mat-mdc-button.mat-accent,.rtl-container.green.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.green.night .mat-mdc-raised-button.mat-accent,.rtl-container.green.night .mat-mdc-outlined-button.mat-accent,.rtl-container.green.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.green.night .mat-mdc-button.mat-warn,.rtl-container.green.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.green.night .mat-mdc-raised-button.mat-warn,.rtl-container.green.night .mat-mdc-outlined-button.mat-warn,.rtl-container.green.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.green.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #185127;--mat-icon-button-state-layer-color: #185127;--mat-icon-button-ripple-color: color-mix(in srgb, #185127 12%, transparent)}.rtl-container.green.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.green.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.green.night .mat-mdc-fab.mat-primary,.rtl-container.green.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #185127;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #185127 12%, transparent);--mat-fab-small-container-color: #185127;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.rtl-container.green.night .mat-mdc-fab.mat-accent,.rtl-container.green.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.green.night .mat-mdc-fab.mat-warn,.rtl-container.green.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.green.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.green.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.green.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.green.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.green.night .mat-datepicker-content.mat-accent,.rtl-container.green.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.green.night .mat-datepicker-content.mat-warn,.rtl-container.green.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.green.night .mat-icon.mat-primary{--mat-icon-color: #185127}.rtl-container.green.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.green.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.green.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.green.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.green.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #185127;--mat-toolbar-container-text-color: #ffffff}.rtl-container.green.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.green.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.green.night .mat-primary{color:#30ff4b!important}.rtl-container.green.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.green.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.green.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.green.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.green.night .bg-primary{background-color:#185127;color:#fff}.rtl-container.green.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#30ff4b}.rtl-container.green.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.green.night .currency-icon path,.rtl-container.green.night .currency-icon polygon{fill:#fff}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.green.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.green.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#30ff4b}.rtl-container.green.night .cc-data-block .cc-data-title{color:#30ff4b}.rtl-container.green.night .mat-stroked-button.mat-primary{border-color:#30ff4b;color:#30ff4b}.rtl-container.green.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.green.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.green.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.green.night .active-link,.rtl-container.green.night .active-link .fa-icon-small,.rtl-container.green.night .mat-select-panel .mat-option.mat-active,.rtl-container.green.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#30ff4b;font-weight:500;cursor:pointer;fill:#30ff4b}.rtl-container.green.night .help-expansion .mat-expansion-panel-header,.rtl-container.green.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.green.night .help-expansion .mat-expansion-indicator:after,.rtl-container.green.night .help-expansion .mat-expansion-panel-content,.rtl-container.green.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.green.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.green.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.green.night .mat-expansion-panel,.rtl-container.green.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.green.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.green.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.green.night .mdc-data-table__header-cell,.rtl-container.green.night .mat-mdc-paginator,.rtl-container.green.night .mat-mdc-form-field-focus-overlay,.rtl-container.green.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.green.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.green.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#30ff4b}.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.green.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.green.night .svg-donation{opacity:1!important}.rtl-container.green.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#30ff4b!important}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#30ff4b!important}.rtl-container.green.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#30ff4b}.rtl-container.green.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#185127}.rtl-container.green.night a{color:#30ff4b!important;cursor:pointer}.rtl-container.green.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.green.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.green.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.green.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.green.night .mat-mdc-select-placeholder,.rtl-container.green.night .mat-mdc-select-value,.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#30ff4b}.rtl-container.green.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.green.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.green.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.green.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#30ff4b}.rtl-container.green.night .mat-tree-node:hover,.rtl-container.green.night .mat-nested-tree-node-parent:hover,.rtl-container.green.night .mat-select-panel .mat-option:hover,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#30ff4b;cursor:pointer;background:#ffffff0f}.rtl-container.green.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.green.night .mat-tree-node:hover .mat-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#30ff4b}.rtl-container.green.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.green.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.green.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.green.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.green.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.green.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#30ff4b}.rtl-container.green.night .mat-tree-node:hover .boltz-icon,.rtl-container.green.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.green.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.green.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.green.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#30ff4b}.rtl-container.green.night .mat-tree-node .sidenav-img,.rtl-container.green.night .mat-nested-tree-node .sidenav-img,.rtl-container.green.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.green.night .page-title-container .page-title-img,.rtl-container.green.night svg.top-icon-small{fill:#fff}.rtl-container.green.night .selected-color{border-color:#5d8568}.rtl-container.green.night .mat-progress-bar-fill:after{background-color:#154a23}.rtl-container.green.night .chart-legend .legend-label:hover,.rtl-container.green.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.green.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.green.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#30ff4b}.rtl-container.green.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.green.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#30ff4b}.rtl-container.green.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#30ff4b}.rtl-container.green.night .mat-select-panel{background-color:#121212}.rtl-container.green.night .mat-tree{background:#121212}.rtl-container.green.night h4{color:#30ff4b}.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.green.night .dashboard-info-title{color:#30ff4b}.rtl-container.green.night .dashboard-info-value,.rtl-container.green.night .dashboard-capacity-header{color:#fff}.rtl-container.green.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.green.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.green.night .color-primary{color:#30ff4b!important}.rtl-container.green.night .dot-primary{background-color:#30ff4b!important}.rtl-container.green.night .dot-primary-lighter{background-color:#185127!important}.rtl-container.green.night .mat-stepper-vertical{background-color:#121212}.rtl-container.green.night .spinner-container h2{color:#30ff4b}.rtl-container.green.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.green.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.green.night svg .boltz-icon-fill{fill:#fff}.rtl-container.green.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.green.night svg .stroke-color-primary-lighter{stroke:#5d8568}.rtl-container.green.night svg .stroke-color-primary{stroke:#185127}.rtl-container.green.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.green.night svg .fill-color-0{fill:#171717}.rtl-container.green.night svg .fill-color-1{fill:#232323}.rtl-container.green.night svg .fill-color-2{fill:#222}.rtl-container.green.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.green.night svg .fill-color-4{fill:#383838}.rtl-container.green.night svg .fill-color-5{fill:#555}.rtl-container.green.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.green.night svg .fill-color-7{fill:#202020}.rtl-container.green.night svg .fill-color-8{fill:#242424}.rtl-container.green.night svg .fill-color-9{fill:#262626}.rtl-container.green.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.green.night svg .fill-color-11{fill:#171717}.rtl-container.green.night svg .fill-color-12{fill:#ccc}.rtl-container.green.night svg .fill-color-13{fill:#adadad}.rtl-container.green.night svg .fill-color-14{fill:#ababab}.rtl-container.green.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.green.night svg .fill-color-16{fill:#707070}.rtl-container.green.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.green.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.green.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.green.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.green.night svg .fill-color-21{fill:#cacaca}.rtl-container.green.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.green.night svg .fill-color-23{fill:#777}.rtl-container.green.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.green.night svg .fill-color-25{fill:#252525}.rtl-container.green.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.green.night svg .fill-color-27{fill:#000}.rtl-container.green.night svg .fill-color-28{fill:#313131}.rtl-container.green.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.green.night svg .fill-color-30{fill:#fff}.rtl-container.green.night svg .fill-color-31{fill:#185127}.rtl-container.green.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.green.night svg .fill-color-primary{fill:#185127}.rtl-container.green.night svg .fill-color-primary-lighter{fill:#5d8568}.rtl-container.green.night svg .fill-color-primary-darker{fill:#30ff4b}.rtl-container.green.night .mat-select-value,.rtl-container.green.night .mat-select-arrow{color:#fff}.rtl-container.green.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.green.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.green.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.green.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.green.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.green.night .mat-button.mat-primary,.rtl-container.green.night .mat-icon-button.mat-primary,.rtl-container.green.night .mat-stroked-button.mat-primary{color:#30ff4b}.rtl-container.green.night tr.alert.alert-warn .mat-cell,.rtl-container.green.night tr.alert.alert-warn .mat-header-cell,.rtl-container.green.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.green.night .material-icons.info-icon{font-size:100%;color:#30ff4b}.rtl-container.green.night .material-icons.info-icon.info-icon-primary{color:#30ff4b}.rtl-container.green.night .material-icons.info-icon.info-icon-text,.rtl-container.green.night .material-icons.info-icon.arrow-downward,.rtl-container.green.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.green.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.green.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#30ff4b}.rtl-container.green.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.green.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#0e3717}.rtl-container.green.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.green.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#30ff4b}.rtl-container.green.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.green.night .mat-progress-bar-buffer{background-color:#bacbbe}.rtl-container.green.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.green.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.green.night .foreground.mat-progress-spinner circle,.rtl-container.green.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.green.night .mat-toolbar-row,.rtl-container.green.night .mat-toolbar-single-row{height:4rem}.rtl-container.green.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.green.night a{color:#185127}.rtl-container.green.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.green.night .h-active-link{border-bottom:2px solid white}.rtl-container.green.night .mat-icon-36{color:#ffffffb3}.rtl-container.green.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.green.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.green.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.green.night .genseed-message{width:10%;color:#185127}.rtl-container.green.night .border-primary{border:1px solid #185127}.rtl-container.green.night .border-accent{border:1px solid #aaaaaa}.rtl-container.green.night .border-warn{border:1px solid #b00020}.rtl-container.green.night .material-icons.primary{color:#185127}.rtl-container.green.night .material-icons.accent{color:#aaa}.rtl-container.green.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.green.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.green.night .row-disabled{background-color:gray}.rtl-container.green.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.green.night .mat-mdc-card-content,.rtl-container.green.night .mat-mdc-card-subtitle,.rtl-container.green.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.green.night .mat-menu-panel{min-width:4rem}.rtl-container.green.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.green.night .horizontal-button:hover{background:#5d8568;color:#aaa}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#185127}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.green.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.green.night .mat-button,.rtl-container.green.night .mat-icon-button,.rtl-container.green.night .mat-stroked-button,.rtl-container.green.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.green.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.green.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.green.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.green.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.green.night .mat-cell,.rtl-container.green.night .mat-header-cell,.rtl-container.green.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.green.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.green.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#185127}.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.green.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.green.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#185127;opacity:1}.rtl-container.green.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.green.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.green.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.green.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.green.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.green.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.green.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.green.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.green.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.green.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.green.night .more-button{color:#fff}.rtl-container.green.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.green.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.green.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.green.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.green.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.green.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.green.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.green.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.green.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.green.night .tab-badge .mat-badge-content.mat-badge-active{background:#185127}.rtl-container.green.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.green.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.green.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.green.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.green.night .rtl-select-overlay{min-width:7rem}}.rtl-container.green.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.green.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.green.night .table-actions-button{min-width:8rem}.rtl-container.green.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.green.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.green.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.green.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#8ca893!important}.rtl-container.green.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#154a23!important}.rtl-container.green.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.green.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.green.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.green.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.green.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.green.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.green.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.green.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.green.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.green.night .color-warn{color:#b00020}.rtl-container.green.night .fill-warn{fill:#b00020}.rtl-container.green.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.green.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.green.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.green.night .alert.alert-info a{color:#004085}.rtl-container.green.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.green.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.green.night .alert.alert-warn a{color:#856404}.rtl-container.green.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.green.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.green.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.green.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.green.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.green.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.green.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.green.night .failed-status{color:#b00020}.rtl-container.green.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.green.night .svg-fill-primary{fill:#185127}.rtl-container.green.night .svg-fill-primary-lighter{fill:#5d8568}.rtl-container.green.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.green.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.green.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.green.night .dashboard-card-content .underline,.rtl-container.green.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.green.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#185127}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#185127}.rtl-container.green.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.green.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#185127}.rtl-container.green.night .mat-mdc-form-field-hint .currency-icon{color:#185127}.rtl-container.green.night .mat-mdc-form-field-hint .currency-icon path{fill:#185127}.rtl-container.green.night .fa-icon-primary{color:#185127}.rtl-container.green.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.green.night ngx-charts-bar-vertical text,.rtl-container.green.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.green.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.green.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.green.night .mat-paginator-container{padding:0}.rtl-container.green.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.green.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.green.night .invoice-animation-div .particles-circle{position:absolute;background-color:#185127;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #185127;background-color:transparent}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.green.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.green.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.green.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.green.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.green.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.teal.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #00695c;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-filled-caret-color: #00695c;--mat-form-field-filled-focus-active-indicator-color: #00695c;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-outlined-caret-color: #00695c;--mat-form-field-outlined-focus-outline-color: #00695c;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #00695c;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #00695c;--mat-slide-toggle-selected-handle-color: #00695c;--mat-slide-toggle-selected-hover-state-layer-color: #00695c;--mat-slide-toggle-selected-pressed-state-layer-color: #00695c;--mat-slide-toggle-selected-focus-handle-color: #00695c;--mat-slide-toggle-selected-hover-handle-color: #00695c;--mat-slide-toggle-selected-pressed-handle-color: #00695c;--mat-slide-toggle-selected-focus-track-color: #4db6ac;--mat-slide-toggle-selected-hover-track-color: #4db6ac;--mat-slide-toggle-selected-pressed-track-color: #4db6ac;--mat-slide-toggle-selected-track-color: #4db6ac;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #00695c;--mat-slider-focus-handle-color: #00695c;--mat-slider-handle-color: #00695c;--mat-slider-hover-handle-color: #00695c;--mat-slider-focus-state-layer-color: color-mix(in srgb, #00695c 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #00695c 4%, transparent);--mat-slider-inactive-track-color: #00695c;--mat-slider-ripple-color: #00695c;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #00695c;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #4db6ac;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #00695c;--mat-badge-background-color: #00695c;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #00695c 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #00695c;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #00695c 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #00695c 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #00695c 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #00695c;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #00695c;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #00695c;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #00695c;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.teal.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.teal.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.teal.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #00695c;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #00695c;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.teal.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.teal.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.teal.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #00695c;--mat-progress-bar-track-color: rgba(0, 105, 92, .25)}.rtl-container.teal.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.teal.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.teal.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.teal.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.teal.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.teal.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.teal.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #00695c;--mat-chip-elevated-disabled-container-color: #00695c;--mat-chip-elevated-selected-container-color: #00695c;--mat-chip-flat-disabled-selected-container-color: #00695c;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.teal.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.teal.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.teal.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #00695c;--mat-radio-selected-hover-icon-color: #00695c;--mat-radio-selected-icon-color: #00695c;--mat-radio-selected-pressed-icon-color: #00695c;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.teal.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.teal.day .mdc-list-item__start,.rtl-container.teal.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #00695c;--mat-radio-selected-hover-icon-color: #00695c;--mat-radio-selected-icon-color: #00695c;--mat-radio-selected-pressed-icon-color: #00695c;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-accent .mdc-list-item__start,.rtl-container.teal.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-warn .mdc-list-item__start,.rtl-container.teal.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #00695c;--mat-checkbox-selected-hover-icon-color: #00695c;--mat-checkbox-selected-icon-color: #00695c;--mat-checkbox-selected-pressed-icon-color: #00695c;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #00695c;--mat-checkbox-selected-hover-state-layer-color: #00695c;--mat-checkbox-selected-pressed-state-layer-color: #00695c;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#00695c}.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.teal.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.teal.day .mat-mdc-tab-group,.rtl-container.teal.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #00695c;--mat-tab-active-ripple-color: #00695c;--mat-tab-inactive-ripple-color: #00695c;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #00695c;--mat-tab-active-hover-label-text-color: #00695c;--mat-tab-active-focus-indicator-color: #00695c;--mat-tab-active-hover-indicator-color: #00695c;--mat-tab-active-indicator-color: #00695c}.rtl-container.teal.day .mat-mdc-tab-group.mat-accent,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.teal.day .mat-mdc-tab-group.mat-warn,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #00695c;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.teal.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.teal.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #00695c;--mat-checkbox-selected-hover-icon-color: #00695c;--mat-checkbox-selected-icon-color: #00695c;--mat-checkbox-selected-pressed-icon-color: #00695c;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #00695c;--mat-checkbox-selected-hover-state-layer-color: #00695c;--mat-checkbox-selected-pressed-state-layer-color: #00695c;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-mdc-button.mat-primary,.rtl-container.teal.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.teal.day .mat-mdc-raised-button.mat-primary,.rtl-container.teal.day .mat-mdc-outlined-button.mat-primary,.rtl-container.teal.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #00695c;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #00695c;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-button-outlined-state-layer-color: #00695c;--mat-button-protected-container-color: #00695c;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #00695c;--mat-button-text-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-button-text-state-layer-color: #00695c;--mat-button-tonal-container-color: #00695c;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.teal.day .mat-mdc-button.mat-accent,.rtl-container.teal.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.teal.day .mat-mdc-raised-button.mat-accent,.rtl-container.teal.day .mat-mdc-outlined-button.mat-accent,.rtl-container.teal.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.teal.day .mat-mdc-button.mat-warn,.rtl-container.teal.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.teal.day .mat-mdc-raised-button.mat-warn,.rtl-container.teal.day .mat-mdc-outlined-button.mat-warn,.rtl-container.teal.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.teal.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #00695c;--mat-icon-button-state-layer-color: #00695c;--mat-icon-button-ripple-color: color-mix(in srgb, #00695c 12%, transparent)}.rtl-container.teal.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.teal.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.teal.day .mat-mdc-fab.mat-primary,.rtl-container.teal.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #00695c;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-fab-small-container-color: #00695c;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.teal.day .mat-mdc-fab.mat-accent,.rtl-container.teal.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.teal.day .mat-mdc-fab.mat-warn,.rtl-container.teal.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.teal.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.teal.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.teal.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.teal.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.teal.day .mat-datepicker-content.mat-accent,.rtl-container.teal.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-datepicker-content.mat-warn,.rtl-container.teal.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.teal.day .mat-icon.mat-primary{--mat-icon-color: #00695c}.rtl-container.teal.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.teal.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.teal.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #00695c;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.teal.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.teal.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.teal.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.teal.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.teal.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.teal.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.teal.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.teal.day .bg-primary{background-color:#009688;color:#fff}.rtl-container.teal.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.teal.day .page-title,.rtl-container.teal.day .mat-mdc-select-value,.rtl-container.teal.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.teal.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.teal.day .help-expansion .mat-expansion-panel-header,.rtl-container.teal.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.teal.day .help-expansion .mat-expansion-indicator:after,.rtl-container.teal.day .help-expansion .mat-expansion-panel-content,.rtl-container.teal.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#009688}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.teal.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.teal.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#009688}.rtl-container.teal.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.teal.day .mat-tree-node:hover,.rtl-container.teal.day .mat-nested-tree-node-parent:hover,.rtl-container.teal.day .mat-select-panel .mat-option:hover,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#009688;cursor:pointer}.rtl-container.teal.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.day .mat-tree-node:hover .mat-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#009688}.rtl-container.teal.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#009688}.rtl-container.teal.day .spinner-container h2{color:#fff}.rtl-container.teal.day .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.teal.day .mat-form-field-suffix{color:#0000008a}.rtl-container.teal.day .mat-stroked-button.mat-primary{border-color:#009688}.rtl-container.teal.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.teal.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.teal.day .selected-color{border-color:#4db6ac}.rtl-container.teal.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.teal.day table.mat-mdc-table thead tr th,.rtl-container.teal.day .page-title-container,.rtl-container.teal.day .page-sub-title-container{color:#0000008a}.rtl-container.teal.day .page-title-container .page-title-img,.rtl-container.teal.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.teal.day .page-title-container .mat-input-element,.rtl-container.teal.day .page-title-container .mat-radio-label-content,.rtl-container.teal.day .page-title-container .theme-name,.rtl-container.teal.day .page-sub-title-container .mat-input-element,.rtl-container.teal.day .page-sub-title-container .mat-radio-label-content,.rtl-container.teal.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.teal.day .cc-data-block .cc-data-title{color:#009688}.rtl-container.teal.day .active-link,.rtl-container.teal.day .active-link .fa-icon-small{color:#009688;font-weight:500;cursor:pointer;fill:#009688}.rtl-container.teal.day .mat-tree-node:hover,.rtl-container.teal.day .mat-nested-tree-node-parent:hover,.rtl-container.teal.day .mat-select-panel .mat-option:hover,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#009688;cursor:pointer;background:#0000000a}.rtl-container.teal.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.day .mat-tree-node:hover .mat-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#009688}.rtl-container.teal.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#009688}.rtl-container.teal.day .mat-tree-node .sidenav-img,.rtl-container.teal.day .mat-nested-tree-node .sidenav-img,.rtl-container.teal.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.teal.day .page-title-container .page-title-img,.rtl-container.teal.day svg.top-icon-small{fill:#000000de}.rtl-container.teal.day .mat-progress-bar-fill:after{background-color:#004d40}.rtl-container.teal.day .modal-qr-code-container{background:#0000001f}.rtl-container.teal.day .mdc-tab__text-label,.rtl-container.teal.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.teal.day .mat-mdc-card,.rtl-container.teal.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.teal.day .dashboard-info-title{color:#009688}.rtl-container.teal.day .dashboard-capacity-header,.rtl-container.teal.day .dashboard-info-value{color:#0000008a}.rtl-container.teal.day .color-primary{color:#009688!important}.rtl-container.teal.day .dot-primary{background-color:#009688!important}.rtl-container.teal.day .dot-primary-lighter{background-color:#4db6ac!important}.rtl-container.teal.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .mat-mdc-form-field-hint{color:#009688}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.teal.day .mat-mdc-form-field-hint fa-icon svg path{fill:#009688}.rtl-container.teal.day .currency-icon path,.rtl-container.teal.day .currency-icon polygon{fill:#0000008a}.rtl-container.teal.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.teal.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.teal.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.day svg .stroke-color-primary-lighter{stroke:#4db6ac}.rtl-container.teal.day svg .stroke-color-primary{stroke:#009688}.rtl-container.teal.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.teal.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-1{fill:#fff}.rtl-container.teal.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.teal.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-6{fill:#fff}.rtl-container.teal.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-9{fill:#fff}.rtl-container.teal.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.teal.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.teal.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-16{fill:#404040}.rtl-container.teal.day svg .fill-color-17{fill:#404040}.rtl-container.teal.day svg .fill-color-18{fill:#000}.rtl-container.teal.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.teal.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.teal.day svg .fill-color-24{fill:#000}.rtl-container.teal.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.teal.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.teal.day svg .fill-color-27{fill:#000}.rtl-container.teal.day svg .fill-color-28{fill:#313131}.rtl-container.teal.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.teal.day svg .fill-color-30{fill:#fff}.rtl-container.teal.day svg .fill-color-31{fill:#009688}.rtl-container.teal.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.teal.day svg .fill-color-primary{fill:#009688}.rtl-container.teal.day svg .fill-color-primary-lighter{fill:#4db6ac}.rtl-container.teal.day svg .fill-color-primary-darker{fill:#009688}.rtl-container.teal.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.teal.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.teal.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#009688}.rtl-container.teal.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.teal.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.teal.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.teal.day .material-icons.mat-icon-no-color,.rtl-container.teal.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.teal.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.teal.day .material-icons.info-icon.info-icon-primary{color:#009688}.rtl-container.teal.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.teal.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.teal.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.teal.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.teal.day .material-icons.info-icon.arrow-downward,.rtl-container.teal.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.teal.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#009688}.rtl-container.teal.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#004d40}.rtl-container.teal.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.teal.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#80cbc4}.rtl-container.teal.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.teal.day .mat-progress-bar-buffer{background-color:#b2dfdb}.rtl-container.teal.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.teal.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.teal.day .foreground.mat-progress-spinner circle,.rtl-container.teal.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.teal.day .mat-toolbar-row,.rtl-container.teal.day .mat-toolbar-single-row{height:4rem}.rtl-container.teal.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day a{color:#009688}.rtl-container.teal.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.teal.day .h-active-link{border-bottom:2px solid white}.rtl-container.teal.day .mat-icon-36{color:#0000008a}.rtl-container.teal.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.teal.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.teal.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.teal.day .genseed-message{width:10%;color:#009688}.rtl-container.teal.day .border-primary{border:1px solid #009688}.rtl-container.teal.day .border-accent{border:1px solid #9e9e9e}.rtl-container.teal.day .border-warn{border:1px solid #b00020}.rtl-container.teal.day .material-icons.primary{color:#009688}.rtl-container.teal.day .material-icons.accent{color:#9e9e9e}.rtl-container.teal.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.teal.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.teal.day .row-disabled{background-color:gray}.rtl-container.teal.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.teal.day .mat-mdc-card-content,.rtl-container.teal.day .mat-mdc-card-subtitle,.rtl-container.teal.day .mat-mdc-card-title{color:#0000008a}.rtl-container.teal.day .mat-menu-panel{min-width:4rem}.rtl-container.teal.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.teal.day .horizontal-button:hover{background:#4db6ac;color:#9e9e9e}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#009688}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.teal.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.teal.day .mat-button,.rtl-container.teal.day .mat-icon-button,.rtl-container.teal.day .mat-stroked-button,.rtl-container.teal.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.teal.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.teal.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.teal.day .cc-data-block .cc-data-value{color:#000}.rtl-container.teal.day .mat-cell,.rtl-container.teal.day .mat-header-cell,.rtl-container.teal.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.teal.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.teal.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#009688}.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.teal.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#009688;opacity:1}.rtl-container.teal.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.teal.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.teal.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.teal.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.teal.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.teal.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.teal.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.teal.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.teal.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.teal.day .more-button{color:#000}.rtl-container.teal.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.teal.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.teal.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.teal.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.teal.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.teal.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.teal.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.teal.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.teal.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.teal.day .tab-badge .mat-badge-content.mat-badge-active{background:#009688}.rtl-container.teal.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.teal.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.teal.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.day .rtl-select-overlay{min-width:7rem}}.rtl-container.teal.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.teal.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.teal.day .table-actions-button{min-width:8rem}.rtl-container.teal.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.teal.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.teal.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.teal.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#80cbc4!important}.rtl-container.teal.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#00897b!important}.rtl-container.teal.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.teal.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.teal.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.teal.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.teal.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.teal.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.teal.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.teal.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.teal.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.teal.day .color-warn{color:#b00020}.rtl-container.teal.day .fill-warn{fill:#b00020}.rtl-container.teal.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.teal.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.teal.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.teal.day .alert.alert-info a{color:#004085}.rtl-container.teal.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.teal.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.teal.day .alert.alert-warn a{color:#856404}.rtl-container.teal.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.teal.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.teal.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.teal.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.teal.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.teal.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.teal.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.teal.day .failed-status{color:#b00020}.rtl-container.teal.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.teal.day .svg-fill-primary{fill:#009688}.rtl-container.teal.day .svg-fill-primary-lighter{fill:#4db6ac}.rtl-container.teal.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.teal.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.teal.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.teal.day .dashboard-card-content .underline,.rtl-container.teal.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.teal.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#009688}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#009688}.rtl-container.teal.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.teal.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#009688}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon{color:#009688}.rtl-container.teal.day .mat-mdc-form-field-hint .currency-icon path{fill:#009688}.rtl-container.teal.day .fa-icon-primary{color:#009688}.rtl-container.teal.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.day ngx-charts-bar-vertical text,.rtl-container.teal.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.teal.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.teal.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.teal.day .mat-paginator-container{padding:0}.rtl-container.teal.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.teal.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.teal.day .invoice-animation-div .particles-circle{position:absolute;background-color:#009688;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #009688;background-color:transparent}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.teal.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.teal.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.teal.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.teal.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.teal.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.teal.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #00695c;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-filled-caret-color: #00695c;--mat-form-field-filled-focus-active-indicator-color: #00695c;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-outlined-caret-color: #00695c;--mat-form-field-outlined-focus-outline-color: #00695c;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #00695c 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #00695c;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #00695c;--mat-slide-toggle-selected-handle-color: #00695c;--mat-slide-toggle-selected-hover-state-layer-color: #00695c;--mat-slide-toggle-selected-pressed-state-layer-color: #00695c;--mat-slide-toggle-selected-focus-handle-color: #00695c;--mat-slide-toggle-selected-hover-handle-color: #00695c;--mat-slide-toggle-selected-pressed-handle-color: #00695c;--mat-slide-toggle-selected-focus-track-color: #00897b;--mat-slide-toggle-selected-hover-track-color: #00897b;--mat-slide-toggle-selected-pressed-track-color: #00897b;--mat-slide-toggle-selected-track-color: #00897b;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #00695c;--mat-slider-focus-handle-color: #00695c;--mat-slider-handle-color: #00695c;--mat-slider-hover-handle-color: #00695c;--mat-slider-focus-state-layer-color: color-mix(in srgb, #00695c 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #00695c 4%, transparent);--mat-slider-inactive-track-color: #00695c;--mat-slider-ripple-color: #00695c;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #00695c;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #00897b;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #00695c;--mat-badge-background-color: #00695c;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #00695c 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #00695c;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #00695c 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #00695c 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #00695c 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #00695c;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #00695c;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #00695c;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #00695c;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.teal.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.teal.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.teal.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #00695c;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #00695c;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.teal.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.teal.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.teal.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #00695c;--mat-progress-bar-track-color: rgba(0, 105, 92, .25)}.rtl-container.teal.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.teal.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.teal.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.teal.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.teal.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.teal.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.teal.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #00695c;--mat-chip-elevated-disabled-container-color: #00695c;--mat-chip-elevated-selected-container-color: #00695c;--mat-chip-flat-disabled-selected-container-color: #00695c;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.teal.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.teal.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.teal.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.teal.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #00695c;--mat-radio-selected-hover-icon-color: #00695c;--mat-radio-selected-icon-color: #00695c;--mat-radio-selected-pressed-icon-color: #00695c;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.teal.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.teal.night .mdc-list-item__start,.rtl-container.teal.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #00695c;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #00695c;--mat-radio-selected-hover-icon-color: #00695c;--mat-radio-selected-icon-color: #00695c;--mat-radio-selected-pressed-icon-color: #00695c;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-accent .mdc-list-item__start,.rtl-container.teal.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-warn .mdc-list-item__start,.rtl-container.teal.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.teal.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #00695c;--mat-checkbox-selected-hover-icon-color: #00695c;--mat-checkbox-selected-icon-color: #00695c;--mat-checkbox-selected-pressed-icon-color: #00695c;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #00695c;--mat-checkbox-selected-hover-state-layer-color: #00695c;--mat-checkbox-selected-pressed-state-layer-color: #00695c;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#00695c}.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.teal.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.teal.night .mat-mdc-tab-group,.rtl-container.teal.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #00695c;--mat-tab-active-ripple-color: #00695c;--mat-tab-inactive-ripple-color: #00695c;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #00695c;--mat-tab-active-hover-label-text-color: #00695c;--mat-tab-active-focus-indicator-color: #00695c;--mat-tab-active-hover-indicator-color: #00695c;--mat-tab-active-indicator-color: #00695c}.rtl-container.teal.night .mat-mdc-tab-group.mat-accent,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.teal.night .mat-mdc-tab-group.mat-warn,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #00695c;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.teal.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.teal.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #00695c;--mat-checkbox-selected-hover-icon-color: #00695c;--mat-checkbox-selected-icon-color: #00695c;--mat-checkbox-selected-pressed-icon-color: #00695c;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #00695c;--mat-checkbox-selected-hover-state-layer-color: #00695c;--mat-checkbox-selected-pressed-state-layer-color: #00695c;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.teal.night .mat-mdc-button.mat-primary,.rtl-container.teal.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.teal.night .mat-mdc-raised-button.mat-primary,.rtl-container.teal.night .mat-mdc-outlined-button.mat-primary,.rtl-container.teal.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #00695c;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #00695c;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-button-outlined-state-layer-color: #00695c;--mat-button-protected-container-color: #00695c;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #00695c;--mat-button-text-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-button-text-state-layer-color: #00695c;--mat-button-tonal-container-color: #00695c;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.teal.night .mat-mdc-button.mat-accent,.rtl-container.teal.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.teal.night .mat-mdc-raised-button.mat-accent,.rtl-container.teal.night .mat-mdc-outlined-button.mat-accent,.rtl-container.teal.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.teal.night .mat-mdc-button.mat-warn,.rtl-container.teal.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.teal.night .mat-mdc-raised-button.mat-warn,.rtl-container.teal.night .mat-mdc-outlined-button.mat-warn,.rtl-container.teal.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.teal.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #00695c;--mat-icon-button-state-layer-color: #00695c;--mat-icon-button-ripple-color: color-mix(in srgb, #00695c 12%, transparent)}.rtl-container.teal.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.teal.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.teal.night .mat-mdc-fab.mat-primary,.rtl-container.teal.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #00695c;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #00695c 12%, transparent);--mat-fab-small-container-color: #00695c;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.teal.night .mat-mdc-fab.mat-accent,.rtl-container.teal.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.teal.night .mat-mdc-fab.mat-warn,.rtl-container.teal.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.teal.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.teal.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.teal.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.teal.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.teal.night .mat-datepicker-content.mat-accent,.rtl-container.teal.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.teal.night .mat-datepicker-content.mat-warn,.rtl-container.teal.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.teal.night .mat-icon.mat-primary{--mat-icon-color: #00695c}.rtl-container.teal.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.teal.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.teal.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.teal.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.teal.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #00695c;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.teal.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.teal.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.teal.night .mat-primary{color:#64ffda!important}.rtl-container.teal.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.teal.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.teal.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.teal.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.teal.night .bg-primary{background-color:#009688;color:#fff}.rtl-container.teal.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#64ffda}.rtl-container.teal.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.teal.night .currency-icon path,.rtl-container.teal.night .currency-icon polygon{fill:#fff}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.teal.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.teal.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#64ffda}.rtl-container.teal.night .cc-data-block .cc-data-title{color:#64ffda}.rtl-container.teal.night .mat-stroked-button.mat-primary{border-color:#64ffda;color:#64ffda}.rtl-container.teal.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.teal.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.teal.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.teal.night .active-link,.rtl-container.teal.night .active-link .fa-icon-small,.rtl-container.teal.night .mat-select-panel .mat-option.mat-active,.rtl-container.teal.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#64ffda;font-weight:500;cursor:pointer;fill:#64ffda}.rtl-container.teal.night .help-expansion .mat-expansion-panel-header,.rtl-container.teal.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.teal.night .help-expansion .mat-expansion-indicator:after,.rtl-container.teal.night .help-expansion .mat-expansion-panel-content,.rtl-container.teal.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.teal.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.teal.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.teal.night .mat-expansion-panel,.rtl-container.teal.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.teal.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.teal.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.teal.night .mdc-data-table__header-cell,.rtl-container.teal.night .mat-mdc-paginator,.rtl-container.teal.night .mat-mdc-form-field-focus-overlay,.rtl-container.teal.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.teal.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.teal.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#64ffda}.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.teal.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.teal.night .svg-donation{opacity:1!important}.rtl-container.teal.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#64ffda!important}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#64ffda!important}.rtl-container.teal.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#64ffda}.rtl-container.teal.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#009688}.rtl-container.teal.night a{color:#64ffda!important;cursor:pointer}.rtl-container.teal.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.teal.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.teal.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.teal.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.teal.night .mat-mdc-select-placeholder,.rtl-container.teal.night .mat-mdc-select-value,.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#64ffda}.rtl-container.teal.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.teal.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.teal.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.teal.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#64ffda}.rtl-container.teal.night .mat-tree-node:hover,.rtl-container.teal.night .mat-nested-tree-node-parent:hover,.rtl-container.teal.night .mat-select-panel .mat-option:hover,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#64ffda;cursor:pointer;background:#ffffff0f}.rtl-container.teal.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.teal.night .mat-tree-node:hover .mat-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#64ffda}.rtl-container.teal.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.teal.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.teal.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.teal.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#64ffda}.rtl-container.teal.night .mat-tree-node:hover .boltz-icon,.rtl-container.teal.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.teal.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.teal.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.teal.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#64ffda}.rtl-container.teal.night .mat-tree-node .sidenav-img,.rtl-container.teal.night .mat-nested-tree-node .sidenav-img,.rtl-container.teal.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.teal.night .page-title-container .page-title-img,.rtl-container.teal.night svg.top-icon-small{fill:#fff}.rtl-container.teal.night .selected-color{border-color:#4db6ac}.rtl-container.teal.night .mat-progress-bar-fill:after{background-color:#00897b}.rtl-container.teal.night .chart-legend .legend-label:hover,.rtl-container.teal.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.teal.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.teal.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#64ffda}.rtl-container.teal.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.teal.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#64ffda}.rtl-container.teal.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#64ffda}.rtl-container.teal.night .mat-select-panel{background-color:#121212}.rtl-container.teal.night .mat-tree{background:#121212}.rtl-container.teal.night h4{color:#64ffda}.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.teal.night .dashboard-info-title{color:#64ffda}.rtl-container.teal.night .dashboard-info-value,.rtl-container.teal.night .dashboard-capacity-header{color:#fff}.rtl-container.teal.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.teal.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.teal.night .color-primary{color:#64ffda!important}.rtl-container.teal.night .dot-primary{background-color:#64ffda!important}.rtl-container.teal.night .dot-primary-lighter{background-color:#009688!important}.rtl-container.teal.night .mat-stepper-vertical{background-color:#121212}.rtl-container.teal.night .spinner-container h2{color:#64ffda}.rtl-container.teal.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.teal.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.teal.night svg .boltz-icon-fill{fill:#fff}.rtl-container.teal.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.teal.night svg .stroke-color-primary-lighter{stroke:#4db6ac}.rtl-container.teal.night svg .stroke-color-primary{stroke:#009688}.rtl-container.teal.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.teal.night svg .fill-color-0{fill:#171717}.rtl-container.teal.night svg .fill-color-1{fill:#232323}.rtl-container.teal.night svg .fill-color-2{fill:#222}.rtl-container.teal.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.teal.night svg .fill-color-4{fill:#383838}.rtl-container.teal.night svg .fill-color-5{fill:#555}.rtl-container.teal.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.teal.night svg .fill-color-7{fill:#202020}.rtl-container.teal.night svg .fill-color-8{fill:#242424}.rtl-container.teal.night svg .fill-color-9{fill:#262626}.rtl-container.teal.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.teal.night svg .fill-color-11{fill:#171717}.rtl-container.teal.night svg .fill-color-12{fill:#ccc}.rtl-container.teal.night svg .fill-color-13{fill:#adadad}.rtl-container.teal.night svg .fill-color-14{fill:#ababab}.rtl-container.teal.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.teal.night svg .fill-color-16{fill:#707070}.rtl-container.teal.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.teal.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.teal.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.teal.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.teal.night svg .fill-color-21{fill:#cacaca}.rtl-container.teal.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.teal.night svg .fill-color-23{fill:#777}.rtl-container.teal.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.teal.night svg .fill-color-25{fill:#252525}.rtl-container.teal.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.teal.night svg .fill-color-27{fill:#000}.rtl-container.teal.night svg .fill-color-28{fill:#313131}.rtl-container.teal.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.teal.night svg .fill-color-30{fill:#fff}.rtl-container.teal.night svg .fill-color-31{fill:#009688}.rtl-container.teal.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.teal.night svg .fill-color-primary{fill:#009688}.rtl-container.teal.night svg .fill-color-primary-lighter{fill:#4db6ac}.rtl-container.teal.night svg .fill-color-primary-darker{fill:#64ffda}.rtl-container.teal.night .mat-select-value,.rtl-container.teal.night .mat-select-arrow{color:#fff}.rtl-container.teal.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.teal.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.teal.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.teal.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.teal.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.teal.night .mat-button.mat-primary,.rtl-container.teal.night .mat-icon-button.mat-primary,.rtl-container.teal.night .mat-stroked-button.mat-primary{color:#64ffda}.rtl-container.teal.night tr.alert.alert-warn .mat-cell,.rtl-container.teal.night tr.alert.alert-warn .mat-header-cell,.rtl-container.teal.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.teal.night .material-icons.info-icon{font-size:100%;color:#64ffda}.rtl-container.teal.night .material-icons.info-icon.info-icon-primary{color:#64ffda}.rtl-container.teal.night .material-icons.info-icon.info-icon-text,.rtl-container.teal.night .material-icons.info-icon.arrow-downward,.rtl-container.teal.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.teal.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#64ffda}.rtl-container.teal.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#00695c}.rtl-container.teal.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.teal.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#64ffda}.rtl-container.teal.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.teal.night .mat-progress-bar-buffer{background-color:#b2dfdb}.rtl-container.teal.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.teal.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.teal.night .foreground.mat-progress-spinner circle,.rtl-container.teal.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.teal.night .mat-toolbar-row,.rtl-container.teal.night .mat-toolbar-single-row{height:4rem}.rtl-container.teal.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.teal.night a{color:#009688}.rtl-container.teal.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.teal.night .h-active-link{border-bottom:2px solid white}.rtl-container.teal.night .mat-icon-36{color:#ffffffb3}.rtl-container.teal.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.teal.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.teal.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.teal.night .genseed-message{width:10%;color:#009688}.rtl-container.teal.night .border-primary{border:1px solid #009688}.rtl-container.teal.night .border-accent{border:1px solid #aaaaaa}.rtl-container.teal.night .border-warn{border:1px solid #b00020}.rtl-container.teal.night .material-icons.primary{color:#009688}.rtl-container.teal.night .material-icons.accent{color:#aaa}.rtl-container.teal.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.teal.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.teal.night .row-disabled{background-color:gray}.rtl-container.teal.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.teal.night .mat-mdc-card-content,.rtl-container.teal.night .mat-mdc-card-subtitle,.rtl-container.teal.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.teal.night .mat-menu-panel{min-width:4rem}.rtl-container.teal.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.teal.night .horizontal-button:hover{background:#4db6ac;color:#aaa}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#009688}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.teal.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.teal.night .mat-button,.rtl-container.teal.night .mat-icon-button,.rtl-container.teal.night .mat-stroked-button,.rtl-container.teal.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.teal.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.teal.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.teal.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.teal.night .mat-cell,.rtl-container.teal.night .mat-header-cell,.rtl-container.teal.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.teal.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.teal.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#009688}.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.teal.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.teal.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#009688;opacity:1}.rtl-container.teal.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.teal.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.teal.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.teal.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.teal.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.teal.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.teal.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.teal.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.teal.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.teal.night .more-button{color:#fff}.rtl-container.teal.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.teal.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.teal.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.teal.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.teal.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.teal.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.teal.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.teal.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.teal.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.teal.night .tab-badge .mat-badge-content.mat-badge-active{background:#009688}.rtl-container.teal.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.teal.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.teal.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.teal.night .rtl-select-overlay{min-width:7rem}}.rtl-container.teal.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.teal.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.teal.night .table-actions-button{min-width:8rem}.rtl-container.teal.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.teal.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.teal.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.teal.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#80cbc4!important}.rtl-container.teal.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#00897b!important}.rtl-container.teal.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.teal.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.teal.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.teal.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.teal.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.teal.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.teal.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.teal.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.teal.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.teal.night .color-warn{color:#b00020}.rtl-container.teal.night .fill-warn{fill:#b00020}.rtl-container.teal.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.teal.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.teal.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.teal.night .alert.alert-info a{color:#004085}.rtl-container.teal.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.teal.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.teal.night .alert.alert-warn a{color:#856404}.rtl-container.teal.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.teal.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.teal.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.teal.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.teal.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.teal.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.teal.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.teal.night .failed-status{color:#b00020}.rtl-container.teal.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.teal.night .svg-fill-primary{fill:#009688}.rtl-container.teal.night .svg-fill-primary-lighter{fill:#4db6ac}.rtl-container.teal.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.teal.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.teal.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.teal.night .dashboard-card-content .underline,.rtl-container.teal.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.teal.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#009688}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#009688}.rtl-container.teal.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.teal.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#009688}.rtl-container.teal.night .mat-mdc-form-field-hint .currency-icon{color:#009688}.rtl-container.teal.night .mat-mdc-form-field-hint .currency-icon path{fill:#009688}.rtl-container.teal.night .fa-icon-primary{color:#009688}.rtl-container.teal.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.teal.night ngx-charts-bar-vertical text,.rtl-container.teal.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.teal.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.teal.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.teal.night .mat-paginator-container{padding:0}.rtl-container.teal.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.teal.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.teal.night .invoice-animation-div .particles-circle{position:absolute;background-color:#009688;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #009688;background-color:transparent}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.teal.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.teal.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.teal.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.teal.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.teal.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.pink.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #e91e63;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-filled-caret-color: #e91e63;--mat-form-field-filled-focus-active-indicator-color: #e91e63;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-outlined-caret-color: #e91e63;--mat-form-field-outlined-focus-outline-color: #e91e63;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #e91e63;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #e91e63;--mat-slide-toggle-selected-handle-color: #e91e63;--mat-slide-toggle-selected-hover-state-layer-color: #e91e63;--mat-slide-toggle-selected-pressed-state-layer-color: #e91e63;--mat-slide-toggle-selected-focus-handle-color: #e91e63;--mat-slide-toggle-selected-hover-handle-color: #e91e63;--mat-slide-toggle-selected-pressed-handle-color: #e91e63;--mat-slide-toggle-selected-focus-track-color: #f06292;--mat-slide-toggle-selected-hover-track-color: #f06292;--mat-slide-toggle-selected-pressed-track-color: #f06292;--mat-slide-toggle-selected-track-color: #f06292;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #e91e63;--mat-slider-focus-handle-color: #e91e63;--mat-slider-handle-color: #e91e63;--mat-slider-hover-handle-color: #e91e63;--mat-slider-focus-state-layer-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #e91e63 4%, transparent);--mat-slider-inactive-track-color: #e91e63;--mat-slider-ripple-color: #e91e63;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #e91e63;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #f06292;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #e91e63;--mat-badge-background-color: #e91e63;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #e91e63 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #e91e63;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e91e63 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e91e63 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #e91e63;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #e91e63;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #e91e63;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #e91e63;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.pink.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.pink.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.pink.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #e91e63;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #e91e63;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.pink.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.pink.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.pink.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #e91e63;--mat-progress-bar-track-color: rgba(233, 30, 99, .25)}.rtl-container.pink.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.pink.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.pink.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.pink.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.pink.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.pink.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.pink.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #e91e63;--mat-chip-elevated-disabled-container-color: #e91e63;--mat-chip-elevated-selected-container-color: #e91e63;--mat-chip-flat-disabled-selected-container-color: #e91e63;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.pink.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.pink.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.pink.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #e91e63;--mat-radio-selected-hover-icon-color: #e91e63;--mat-radio-selected-icon-color: #e91e63;--mat-radio-selected-pressed-icon-color: #e91e63;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.pink.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.pink.day .mdc-list-item__start,.rtl-container.pink.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #e91e63;--mat-radio-selected-hover-icon-color: #e91e63;--mat-radio-selected-icon-color: #e91e63;--mat-radio-selected-pressed-icon-color: #e91e63;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-accent .mdc-list-item__start,.rtl-container.pink.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-warn .mdc-list-item__start,.rtl-container.pink.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #e91e63;--mat-checkbox-selected-hover-icon-color: #e91e63;--mat-checkbox-selected-icon-color: #e91e63;--mat-checkbox-selected-pressed-icon-color: #e91e63;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #e91e63;--mat-checkbox-selected-hover-state-layer-color: #e91e63;--mat-checkbox-selected-pressed-state-layer-color: #e91e63;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#e91e63}.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.pink.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.pink.day .mat-mdc-tab-group,.rtl-container.pink.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #e91e63;--mat-tab-active-ripple-color: #e91e63;--mat-tab-inactive-ripple-color: #e91e63;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #e91e63;--mat-tab-active-hover-label-text-color: #e91e63;--mat-tab-active-focus-indicator-color: #e91e63;--mat-tab-active-hover-indicator-color: #e91e63;--mat-tab-active-indicator-color: #e91e63}.rtl-container.pink.day .mat-mdc-tab-group.mat-accent,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.pink.day .mat-mdc-tab-group.mat-warn,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #e91e63;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.pink.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.pink.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #e91e63;--mat-checkbox-selected-hover-icon-color: #e91e63;--mat-checkbox-selected-icon-color: #e91e63;--mat-checkbox-selected-pressed-icon-color: #e91e63;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #e91e63;--mat-checkbox-selected-hover-state-layer-color: #e91e63;--mat-checkbox-selected-pressed-state-layer-color: #e91e63;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-mdc-button.mat-primary,.rtl-container.pink.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.pink.day .mat-mdc-raised-button.mat-primary,.rtl-container.pink.day .mat-mdc-outlined-button.mat-primary,.rtl-container.pink.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #e91e63;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #e91e63;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-button-outlined-state-layer-color: #e91e63;--mat-button-protected-container-color: #e91e63;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #e91e63;--mat-button-text-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-button-text-state-layer-color: #e91e63;--mat-button-tonal-container-color: #e91e63;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.pink.day .mat-mdc-button.mat-accent,.rtl-container.pink.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.pink.day .mat-mdc-raised-button.mat-accent,.rtl-container.pink.day .mat-mdc-outlined-button.mat-accent,.rtl-container.pink.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.pink.day .mat-mdc-button.mat-warn,.rtl-container.pink.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.pink.day .mat-mdc-raised-button.mat-warn,.rtl-container.pink.day .mat-mdc-outlined-button.mat-warn,.rtl-container.pink.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.pink.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #e91e63;--mat-icon-button-state-layer-color: #e91e63;--mat-icon-button-ripple-color: color-mix(in srgb, #e91e63 12%, transparent)}.rtl-container.pink.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.pink.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.pink.day .mat-mdc-fab.mat-primary,.rtl-container.pink.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #e91e63;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-fab-small-container-color: #e91e63;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.pink.day .mat-mdc-fab.mat-accent,.rtl-container.pink.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.pink.day .mat-mdc-fab.mat-warn,.rtl-container.pink.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.pink.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.pink.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.pink.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.pink.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.pink.day .mat-datepicker-content.mat-accent,.rtl-container.pink.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-datepicker-content.mat-warn,.rtl-container.pink.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.pink.day .mat-icon.mat-primary{--mat-icon-color: #e91e63}.rtl-container.pink.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.pink.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.pink.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #e91e63;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.pink.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.pink.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.pink.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.pink.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.pink.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.pink.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.pink.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.pink.day .bg-primary{background-color:#e91e63;color:#fff}.rtl-container.pink.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.pink.day .page-title,.rtl-container.pink.day .mat-mdc-select-value,.rtl-container.pink.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.pink.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.pink.day .help-expansion .mat-expansion-panel-header,.rtl-container.pink.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.pink.day .help-expansion .mat-expansion-indicator:after,.rtl-container.pink.day .help-expansion .mat-expansion-panel-content,.rtl-container.pink.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#e91e63}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.pink.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.pink.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#e91e63}.rtl-container.pink.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.pink.day .mat-tree-node:hover,.rtl-container.pink.day .mat-nested-tree-node-parent:hover,.rtl-container.pink.day .mat-select-panel .mat-option:hover,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#e91e63;cursor:pointer}.rtl-container.pink.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.day .mat-tree-node:hover .mat-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#e91e63}.rtl-container.pink.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#e91e63}.rtl-container.pink.day .spinner-container h2{color:#fff}.rtl-container.pink.day .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.pink.day .mat-form-field-suffix{color:#0000008a}.rtl-container.pink.day .mat-stroked-button.mat-primary{border-color:#e91e63}.rtl-container.pink.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.pink.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.pink.day .selected-color{border-color:#f06292}.rtl-container.pink.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.pink.day table.mat-mdc-table thead tr th,.rtl-container.pink.day .page-title-container,.rtl-container.pink.day .page-sub-title-container{color:#0000008a}.rtl-container.pink.day .page-title-container .page-title-img,.rtl-container.pink.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.pink.day .page-title-container .mat-input-element,.rtl-container.pink.day .page-title-container .mat-radio-label-content,.rtl-container.pink.day .page-title-container .theme-name,.rtl-container.pink.day .page-sub-title-container .mat-input-element,.rtl-container.pink.day .page-sub-title-container .mat-radio-label-content,.rtl-container.pink.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.pink.day .cc-data-block .cc-data-title{color:#e91e63}.rtl-container.pink.day .active-link,.rtl-container.pink.day .active-link .fa-icon-small{color:#e91e63;font-weight:500;cursor:pointer;fill:#e91e63}.rtl-container.pink.day .mat-tree-node:hover,.rtl-container.pink.day .mat-nested-tree-node-parent:hover,.rtl-container.pink.day .mat-select-panel .mat-option:hover,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#e91e63;cursor:pointer;background:#0000000a}.rtl-container.pink.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.day .mat-tree-node:hover .mat-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#e91e63}.rtl-container.pink.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#e91e63}.rtl-container.pink.day .mat-tree-node .sidenav-img,.rtl-container.pink.day .mat-nested-tree-node .sidenav-img,.rtl-container.pink.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.pink.day .page-title-container .page-title-img,.rtl-container.pink.day svg.top-icon-small{fill:#000000de}.rtl-container.pink.day .mat-progress-bar-fill:after{background-color:#880e4f}.rtl-container.pink.day .modal-qr-code-container{background:#0000001f}.rtl-container.pink.day .mdc-tab__text-label,.rtl-container.pink.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.pink.day .mat-mdc-card,.rtl-container.pink.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.pink.day .dashboard-info-title{color:#e91e63}.rtl-container.pink.day .dashboard-capacity-header,.rtl-container.pink.day .dashboard-info-value{color:#0000008a}.rtl-container.pink.day .color-primary{color:#e91e63!important}.rtl-container.pink.day .dot-primary{background-color:#e91e63!important}.rtl-container.pink.day .dot-primary-lighter{background-color:#f06292!important}.rtl-container.pink.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .mat-mdc-form-field-hint{color:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.pink.day .mat-mdc-form-field-hint fa-icon svg path{fill:#e91e63}.rtl-container.pink.day .currency-icon path,.rtl-container.pink.day .currency-icon polygon{fill:#0000008a}.rtl-container.pink.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.pink.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.pink.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.day svg .stroke-color-primary-lighter{stroke:#f06292}.rtl-container.pink.day svg .stroke-color-primary{stroke:#e91e63}.rtl-container.pink.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.pink.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-1{fill:#fff}.rtl-container.pink.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.pink.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-6{fill:#fff}.rtl-container.pink.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-9{fill:#fff}.rtl-container.pink.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.pink.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.pink.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-16{fill:#404040}.rtl-container.pink.day svg .fill-color-17{fill:#404040}.rtl-container.pink.day svg .fill-color-18{fill:#000}.rtl-container.pink.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.pink.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.pink.day svg .fill-color-24{fill:#000}.rtl-container.pink.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.pink.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.pink.day svg .fill-color-27{fill:#000}.rtl-container.pink.day svg .fill-color-28{fill:#313131}.rtl-container.pink.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.pink.day svg .fill-color-30{fill:#fff}.rtl-container.pink.day svg .fill-color-31{fill:#e91e63}.rtl-container.pink.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.pink.day svg .fill-color-primary{fill:#e91e63}.rtl-container.pink.day svg .fill-color-primary-lighter{fill:#f06292}.rtl-container.pink.day svg .fill-color-primary-darker{fill:#e91e63}.rtl-container.pink.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.pink.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.pink.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#e91e63}.rtl-container.pink.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.pink.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.pink.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.pink.day .material-icons.mat-icon-no-color,.rtl-container.pink.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.pink.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.pink.day .material-icons.info-icon.info-icon-primary{color:#e91e63}.rtl-container.pink.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.pink.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.pink.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.pink.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.pink.day .material-icons.info-icon.arrow-downward,.rtl-container.pink.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.pink.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#e91e63}.rtl-container.pink.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#880e4f}.rtl-container.pink.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.pink.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#f48fb1}.rtl-container.pink.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.pink.day .mat-progress-bar-buffer{background-color:#f8bbd0}.rtl-container.pink.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.pink.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.pink.day .foreground.mat-progress-spinner circle,.rtl-container.pink.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.pink.day .mat-toolbar-row,.rtl-container.pink.day .mat-toolbar-single-row{height:4rem}.rtl-container.pink.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day a{color:#e91e63}.rtl-container.pink.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.pink.day .h-active-link{border-bottom:2px solid white}.rtl-container.pink.day .mat-icon-36{color:#0000008a}.rtl-container.pink.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.pink.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.pink.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.pink.day .genseed-message{width:10%;color:#e91e63}.rtl-container.pink.day .border-primary{border:1px solid #e91e63}.rtl-container.pink.day .border-accent{border:1px solid #9e9e9e}.rtl-container.pink.day .border-warn{border:1px solid #b00020}.rtl-container.pink.day .material-icons.primary{color:#e91e63}.rtl-container.pink.day .material-icons.accent{color:#9e9e9e}.rtl-container.pink.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.pink.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.pink.day .row-disabled{background-color:gray}.rtl-container.pink.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.pink.day .mat-mdc-card-content,.rtl-container.pink.day .mat-mdc-card-subtitle,.rtl-container.pink.day .mat-mdc-card-title{color:#0000008a}.rtl-container.pink.day .mat-menu-panel{min-width:4rem}.rtl-container.pink.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.pink.day .horizontal-button:hover{background:#f06292;color:#9e9e9e}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#e91e63}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.pink.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.pink.day .mat-button,.rtl-container.pink.day .mat-icon-button,.rtl-container.pink.day .mat-stroked-button,.rtl-container.pink.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.pink.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.pink.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.pink.day .cc-data-block .cc-data-value{color:#000}.rtl-container.pink.day .mat-cell,.rtl-container.pink.day .mat-header-cell,.rtl-container.pink.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.pink.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.pink.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#e91e63}.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.pink.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#e91e63;opacity:1}.rtl-container.pink.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.pink.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.pink.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.pink.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.pink.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.pink.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.pink.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.pink.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.pink.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.pink.day .more-button{color:#000}.rtl-container.pink.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.pink.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.pink.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.pink.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.pink.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.pink.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.pink.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.pink.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.pink.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.pink.day .tab-badge .mat-badge-content.mat-badge-active{background:#e91e63}.rtl-container.pink.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.pink.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.pink.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.day .rtl-select-overlay{min-width:7rem}}.rtl-container.pink.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.pink.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.pink.day .table-actions-button{min-width:8rem}.rtl-container.pink.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.pink.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.pink.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.pink.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#f48fb1!important}.rtl-container.pink.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#d81b60!important}.rtl-container.pink.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.pink.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.pink.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.pink.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.pink.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.pink.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.pink.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.pink.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.pink.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.pink.day .color-warn{color:#b00020}.rtl-container.pink.day .fill-warn{fill:#b00020}.rtl-container.pink.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.pink.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.pink.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.pink.day .alert.alert-info a{color:#004085}.rtl-container.pink.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.pink.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.pink.day .alert.alert-warn a{color:#856404}.rtl-container.pink.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.pink.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.pink.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.pink.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.pink.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.pink.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.pink.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.pink.day .failed-status{color:#b00020}.rtl-container.pink.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.pink.day .svg-fill-primary{fill:#e91e63}.rtl-container.pink.day .svg-fill-primary-lighter{fill:#f06292}.rtl-container.pink.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.pink.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.pink.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.pink.day .dashboard-card-content .underline,.rtl-container.pink.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.pink.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#e91e63}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#e91e63}.rtl-container.pink.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.pink.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon{color:#e91e63}.rtl-container.pink.day .mat-mdc-form-field-hint .currency-icon path{fill:#e91e63}.rtl-container.pink.day .fa-icon-primary{color:#e91e63}.rtl-container.pink.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.day ngx-charts-bar-vertical text,.rtl-container.pink.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.pink.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.pink.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.pink.day .mat-paginator-container{padding:0}.rtl-container.pink.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.pink.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.pink.day .invoice-animation-div .particles-circle{position:absolute;background-color:#e91e63;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #e91e63;background-color:transparent}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.pink.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.pink.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.pink.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.pink.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.pink.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.pink.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #e91e63;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-filled-caret-color: #e91e63;--mat-form-field-filled-focus-active-indicator-color: #e91e63;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-outlined-caret-color: #e91e63;--mat-form-field-outlined-focus-outline-color: #e91e63;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #e91e63 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #e91e63;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(255, 255, 255, .87);--mat-slide-toggle-selected-focus-state-layer-color: #e91e63;--mat-slide-toggle-selected-handle-color: #e91e63;--mat-slide-toggle-selected-hover-state-layer-color: #e91e63;--mat-slide-toggle-selected-pressed-state-layer-color: #e91e63;--mat-slide-toggle-selected-focus-handle-color: #e91e63;--mat-slide-toggle-selected-hover-handle-color: #e91e63;--mat-slide-toggle-selected-pressed-handle-color: #e91e63;--mat-slide-toggle-selected-focus-track-color: #d81b60;--mat-slide-toggle-selected-hover-track-color: #d81b60;--mat-slide-toggle-selected-pressed-track-color: #d81b60;--mat-slide-toggle-selected-track-color: #d81b60;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #e91e63;--mat-slider-focus-handle-color: #e91e63;--mat-slider-handle-color: #e91e63;--mat-slider-hover-handle-color: #e91e63;--mat-slider-focus-state-layer-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #e91e63 4%, transparent);--mat-slider-inactive-track-color: #e91e63;--mat-slider-ripple-color: #e91e63;--mat-slider-with-tick-marks-active-container-color: rgba(255, 255, 255, .87);--mat-slider-with-tick-marks-inactive-container-color: #e91e63;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #d81b60;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #e91e63;--mat-badge-background-color: #e91e63;--mat-badge-text-color: rgba(255, 255, 255, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #e91e63 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-selected-state-background-color: #e91e63;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e91e63 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(255, 255, 255, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e91e63 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #e91e63;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-selected-state-icon-background-color: #e91e63;--mat-stepper-header-selected-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-done-state-icon-background-color: #e91e63;--mat-stepper-header-done-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-header-edit-state-icon-background-color: #e91e63;--mat-stepper-header-edit-state-icon-foreground-color: rgba(255, 255, 255, .87);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.pink.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.pink.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.pink.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #e91e63;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #e91e63;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.pink.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.pink.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.pink.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #e91e63;--mat-progress-bar-track-color: rgba(233, 30, 99, .25)}.rtl-container.pink.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.pink.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.pink.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.pink.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.pink.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.pink.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.pink.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(255, 255, 255, .87);--mat-chip-elevated-container-color: #e91e63;--mat-chip-elevated-disabled-container-color: #e91e63;--mat-chip-elevated-selected-container-color: #e91e63;--mat-chip-flat-disabled-selected-container-color: #e91e63;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(255, 255, 255, .87);--mat-chip-selected-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-disabled-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-icon-selected-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(255, 255, 255, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(255, 255, 255, .87)}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.pink.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.pink.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.pink.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.pink.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #e91e63;--mat-radio-selected-hover-icon-color: #e91e63;--mat-radio-selected-icon-color: #e91e63;--mat-radio-selected-pressed-icon-color: #e91e63;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.pink.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.pink.night .mdc-list-item__start,.rtl-container.pink.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #e91e63;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #e91e63;--mat-radio-selected-hover-icon-color: #e91e63;--mat-radio-selected-icon-color: #e91e63;--mat-radio-selected-pressed-icon-color: #e91e63;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-accent .mdc-list-item__start,.rtl-container.pink.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-warn .mdc-list-item__start,.rtl-container.pink.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.pink.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #e91e63;--mat-checkbox-selected-hover-icon-color: #e91e63;--mat-checkbox-selected-icon-color: #e91e63;--mat-checkbox-selected-pressed-icon-color: #e91e63;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #e91e63;--mat-checkbox-selected-hover-state-layer-color: #e91e63;--mat-checkbox-selected-pressed-state-layer-color: #e91e63;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#e91e63}.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.pink.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.pink.night .mat-mdc-tab-group,.rtl-container.pink.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #e91e63;--mat-tab-active-ripple-color: #e91e63;--mat-tab-inactive-ripple-color: #e91e63;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #e91e63;--mat-tab-active-hover-label-text-color: #e91e63;--mat-tab-active-focus-indicator-color: #e91e63;--mat-tab-active-hover-indicator-color: #e91e63;--mat-tab-active-indicator-color: #e91e63}.rtl-container.pink.night .mat-mdc-tab-group.mat-accent,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.pink.night .mat-mdc-tab-group.mat-warn,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #e91e63;--mat-tab-foreground-color: rgba(255, 255, 255, .87)}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.pink.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.pink.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(255, 255, 255, .87);--mat-checkbox-selected-focus-icon-color: #e91e63;--mat-checkbox-selected-hover-icon-color: #e91e63;--mat-checkbox-selected-icon-color: #e91e63;--mat-checkbox-selected-pressed-icon-color: #e91e63;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #e91e63;--mat-checkbox-selected-hover-state-layer-color: #e91e63;--mat-checkbox-selected-pressed-state-layer-color: #e91e63;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.pink.night .mat-mdc-button.mat-primary,.rtl-container.pink.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.pink.night .mat-mdc-raised-button.mat-primary,.rtl-container.pink.night .mat-mdc-outlined-button.mat-primary,.rtl-container.pink.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #e91e63;--mat-button-filled-label-text-color: rgba(255, 255, 255, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(255, 255, 255, .87);--mat-button-outlined-label-text-color: #e91e63;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-button-outlined-state-layer-color: #e91e63;--mat-button-protected-container-color: #e91e63;--mat-button-protected-label-text-color: rgba(255, 255, 255, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(255, 255, 255, .87);--mat-button-text-label-text-color: #e91e63;--mat-button-text-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-button-text-state-layer-color: #e91e63;--mat-button-tonal-container-color: #e91e63;--mat-button-tonal-label-text-color: rgba(255, 255, 255, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.pink.night .mat-mdc-button.mat-accent,.rtl-container.pink.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.pink.night .mat-mdc-raised-button.mat-accent,.rtl-container.pink.night .mat-mdc-outlined-button.mat-accent,.rtl-container.pink.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.pink.night .mat-mdc-button.mat-warn,.rtl-container.pink.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.pink.night .mat-mdc-raised-button.mat-warn,.rtl-container.pink.night .mat-mdc-outlined-button.mat-warn,.rtl-container.pink.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.pink.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #e91e63;--mat-icon-button-state-layer-color: #e91e63;--mat-icon-button-ripple-color: color-mix(in srgb, #e91e63 12%, transparent)}.rtl-container.pink.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.pink.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.pink.night .mat-mdc-fab.mat-primary,.rtl-container.pink.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #e91e63;--mat-fab-foreground-color: rgba(255, 255, 255, .87);--mat-fab-ripple-color: color-mix(in srgb, #e91e63 12%, transparent);--mat-fab-small-container-color: #e91e63;--mat-fab-small-foreground-color: rgba(255, 255, 255, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(255, 255, 255, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(255, 255, 255, .87);--mat-fab-state-layer-color: rgba(255, 255, 255, .87)}.rtl-container.pink.night .mat-mdc-fab.mat-accent,.rtl-container.pink.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.pink.night .mat-mdc-fab.mat-warn,.rtl-container.pink.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.pink.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.pink.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.pink.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.pink.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.pink.night .mat-datepicker-content.mat-accent,.rtl-container.pink.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.pink.night .mat-datepicker-content.mat-warn,.rtl-container.pink.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.pink.night .mat-icon.mat-primary{--mat-icon-color: #e91e63}.rtl-container.pink.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.pink.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.pink.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.pink.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.pink.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #e91e63;--mat-toolbar-container-text-color: rgba(255, 255, 255, .87)}.rtl-container.pink.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.pink.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.pink.night .mat-primary{color:#ff4081!important}.rtl-container.pink.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.pink.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.pink.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.pink.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.pink.night .bg-primary{background-color:#e91e63;color:#fff}.rtl-container.pink.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#ff4081}.rtl-container.pink.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.pink.night .currency-icon path,.rtl-container.pink.night .currency-icon polygon{fill:#fff}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.pink.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.pink.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ff4081}.rtl-container.pink.night .cc-data-block .cc-data-title{color:#ff4081}.rtl-container.pink.night .mat-stroked-button.mat-primary{border-color:#ff4081;color:#ff4081}.rtl-container.pink.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.pink.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.pink.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.pink.night .active-link,.rtl-container.pink.night .active-link .fa-icon-small,.rtl-container.pink.night .mat-select-panel .mat-option.mat-active,.rtl-container.pink.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#ff4081;font-weight:500;cursor:pointer;fill:#ff4081}.rtl-container.pink.night .help-expansion .mat-expansion-panel-header,.rtl-container.pink.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.pink.night .help-expansion .mat-expansion-indicator:after,.rtl-container.pink.night .help-expansion .mat-expansion-panel-content,.rtl-container.pink.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.pink.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.pink.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.pink.night .mat-expansion-panel,.rtl-container.pink.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.pink.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.pink.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.pink.night .mdc-data-table__header-cell,.rtl-container.pink.night .mat-mdc-paginator,.rtl-container.pink.night .mat-mdc-form-field-focus-overlay,.rtl-container.pink.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.pink.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.pink.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#ff4081}.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.pink.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.pink.night .svg-donation{opacity:1!important}.rtl-container.pink.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#ff4081!important}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#ff4081!important}.rtl-container.pink.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#ff4081}.rtl-container.pink.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#e91e63}.rtl-container.pink.night a{color:#ff4081!important;cursor:pointer}.rtl-container.pink.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.pink.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.pink.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.pink.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.pink.night .mat-mdc-select-placeholder,.rtl-container.pink.night .mat-mdc-select-value,.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#ff4081}.rtl-container.pink.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.pink.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.pink.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.pink.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#ff4081}.rtl-container.pink.night .mat-tree-node:hover,.rtl-container.pink.night .mat-nested-tree-node-parent:hover,.rtl-container.pink.night .mat-select-panel .mat-option:hover,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#ff4081;cursor:pointer;background:#ffffff0f}.rtl-container.pink.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.pink.night .mat-tree-node:hover .mat-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#ff4081}.rtl-container.pink.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.pink.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.pink.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.pink.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#ff4081}.rtl-container.pink.night .mat-tree-node:hover .boltz-icon,.rtl-container.pink.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.pink.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.pink.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.pink.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#ff4081}.rtl-container.pink.night .mat-tree-node .sidenav-img,.rtl-container.pink.night .mat-nested-tree-node .sidenav-img,.rtl-container.pink.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.pink.night .page-title-container .page-title-img,.rtl-container.pink.night svg.top-icon-small{fill:#fff}.rtl-container.pink.night .selected-color{border-color:#f06292}.rtl-container.pink.night .mat-progress-bar-fill:after{background-color:#d81b60}.rtl-container.pink.night .chart-legend .legend-label:hover,.rtl-container.pink.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.pink.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.pink.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#ff4081}.rtl-container.pink.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.pink.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ff4081}.rtl-container.pink.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.rtl-container.pink.night .mat-select-panel{background-color:#121212}.rtl-container.pink.night .mat-tree{background:#121212}.rtl-container.pink.night h4{color:#ff4081}.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.pink.night .dashboard-info-title{color:#ff4081}.rtl-container.pink.night .dashboard-info-value,.rtl-container.pink.night .dashboard-capacity-header{color:#fff}.rtl-container.pink.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.pink.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.pink.night .color-primary{color:#ff4081!important}.rtl-container.pink.night .dot-primary{background-color:#ff4081!important}.rtl-container.pink.night .dot-primary-lighter{background-color:#e91e63!important}.rtl-container.pink.night .mat-stepper-vertical{background-color:#121212}.rtl-container.pink.night .spinner-container h2{color:#ff4081}.rtl-container.pink.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.pink.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.pink.night svg .boltz-icon-fill{fill:#fff}.rtl-container.pink.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.pink.night svg .stroke-color-primary-lighter{stroke:#f06292}.rtl-container.pink.night svg .stroke-color-primary{stroke:#e91e63}.rtl-container.pink.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.pink.night svg .fill-color-0{fill:#171717}.rtl-container.pink.night svg .fill-color-1{fill:#232323}.rtl-container.pink.night svg .fill-color-2{fill:#222}.rtl-container.pink.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.pink.night svg .fill-color-4{fill:#383838}.rtl-container.pink.night svg .fill-color-5{fill:#555}.rtl-container.pink.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.pink.night svg .fill-color-7{fill:#202020}.rtl-container.pink.night svg .fill-color-8{fill:#242424}.rtl-container.pink.night svg .fill-color-9{fill:#262626}.rtl-container.pink.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.pink.night svg .fill-color-11{fill:#171717}.rtl-container.pink.night svg .fill-color-12{fill:#ccc}.rtl-container.pink.night svg .fill-color-13{fill:#adadad}.rtl-container.pink.night svg .fill-color-14{fill:#ababab}.rtl-container.pink.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.pink.night svg .fill-color-16{fill:#707070}.rtl-container.pink.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.pink.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.pink.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.pink.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.pink.night svg .fill-color-21{fill:#cacaca}.rtl-container.pink.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.pink.night svg .fill-color-23{fill:#777}.rtl-container.pink.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.pink.night svg .fill-color-25{fill:#252525}.rtl-container.pink.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.pink.night svg .fill-color-27{fill:#000}.rtl-container.pink.night svg .fill-color-28{fill:#313131}.rtl-container.pink.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.pink.night svg .fill-color-30{fill:#fff}.rtl-container.pink.night svg .fill-color-31{fill:#e91e63}.rtl-container.pink.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.pink.night svg .fill-color-primary{fill:#e91e63}.rtl-container.pink.night svg .fill-color-primary-lighter{fill:#f06292}.rtl-container.pink.night svg .fill-color-primary-darker{fill:#ff4081}.rtl-container.pink.night .mat-select-value,.rtl-container.pink.night .mat-select-arrow{color:#fff}.rtl-container.pink.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.pink.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.pink.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.pink.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.pink.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.pink.night .mat-button.mat-primary,.rtl-container.pink.night .mat-icon-button.mat-primary,.rtl-container.pink.night .mat-stroked-button.mat-primary{color:#ff4081}.rtl-container.pink.night tr.alert.alert-warn .mat-cell,.rtl-container.pink.night tr.alert.alert-warn .mat-header-cell,.rtl-container.pink.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.pink.night .material-icons.info-icon{font-size:100%;color:#ff4081}.rtl-container.pink.night .material-icons.info-icon.info-icon-primary{color:#ff4081}.rtl-container.pink.night .material-icons.info-icon.info-icon-text,.rtl-container.pink.night .material-icons.info-icon.arrow-downward,.rtl-container.pink.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.pink.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#ff4081}.rtl-container.pink.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#ad1457}.rtl-container.pink.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.pink.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#ff4081}.rtl-container.pink.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.pink.night .mat-progress-bar-buffer{background-color:#f8bbd0}.rtl-container.pink.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.pink.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.pink.night .foreground.mat-progress-spinner circle,.rtl-container.pink.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.pink.night .mat-toolbar-row,.rtl-container.pink.night .mat-toolbar-single-row{height:4rem}.rtl-container.pink.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.pink.night a{color:#e91e63}.rtl-container.pink.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.pink.night .h-active-link{border-bottom:2px solid white}.rtl-container.pink.night .mat-icon-36{color:#ffffffb3}.rtl-container.pink.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.pink.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.pink.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.pink.night .genseed-message{width:10%;color:#e91e63}.rtl-container.pink.night .border-primary{border:1px solid #e91e63}.rtl-container.pink.night .border-accent{border:1px solid #aaaaaa}.rtl-container.pink.night .border-warn{border:1px solid #b00020}.rtl-container.pink.night .material-icons.primary{color:#e91e63}.rtl-container.pink.night .material-icons.accent{color:#aaa}.rtl-container.pink.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.pink.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.pink.night .row-disabled{background-color:gray}.rtl-container.pink.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.pink.night .mat-mdc-card-content,.rtl-container.pink.night .mat-mdc-card-subtitle,.rtl-container.pink.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.pink.night .mat-menu-panel{min-width:4rem}.rtl-container.pink.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.pink.night .horizontal-button:hover{background:#f06292;color:#aaa}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#e91e63}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.pink.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.pink.night .mat-button,.rtl-container.pink.night .mat-icon-button,.rtl-container.pink.night .mat-stroked-button,.rtl-container.pink.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.pink.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.pink.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.pink.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.pink.night .mat-cell,.rtl-container.pink.night .mat-header-cell,.rtl-container.pink.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.pink.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.pink.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#e91e63}.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.pink.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.pink.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#e91e63;opacity:1}.rtl-container.pink.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.pink.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.pink.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.pink.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.pink.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.pink.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.pink.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.pink.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.pink.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.pink.night .more-button{color:#fff}.rtl-container.pink.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.pink.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.pink.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.pink.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.pink.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.pink.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.pink.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.pink.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.pink.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.pink.night .tab-badge .mat-badge-content.mat-badge-active{background:#e91e63}.rtl-container.pink.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.pink.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.pink.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.pink.night .rtl-select-overlay{min-width:7rem}}.rtl-container.pink.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.pink.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.pink.night .table-actions-button{min-width:8rem}.rtl-container.pink.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.pink.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.pink.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.pink.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#f48fb1!important}.rtl-container.pink.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#d81b60!important}.rtl-container.pink.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.pink.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.pink.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.pink.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.pink.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.pink.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.pink.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.pink.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.pink.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.pink.night .color-warn{color:#b00020}.rtl-container.pink.night .fill-warn{fill:#b00020}.rtl-container.pink.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.pink.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.pink.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.pink.night .alert.alert-info a{color:#004085}.rtl-container.pink.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.pink.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.pink.night .alert.alert-warn a{color:#856404}.rtl-container.pink.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.pink.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.pink.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.pink.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.pink.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.pink.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.pink.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.pink.night .failed-status{color:#b00020}.rtl-container.pink.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.pink.night .svg-fill-primary{fill:#e91e63}.rtl-container.pink.night .svg-fill-primary-lighter{fill:#f06292}.rtl-container.pink.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.pink.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.pink.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.pink.night .dashboard-card-content .underline,.rtl-container.pink.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.pink.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#e91e63}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#e91e63}.rtl-container.pink.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.pink.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#e91e63}.rtl-container.pink.night .mat-mdc-form-field-hint .currency-icon{color:#e91e63}.rtl-container.pink.night .mat-mdc-form-field-hint .currency-icon path{fill:#e91e63}.rtl-container.pink.night .fa-icon-primary{color:#e91e63}.rtl-container.pink.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.pink.night ngx-charts-bar-vertical text,.rtl-container.pink.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.pink.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.pink.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.pink.night .mat-paginator-container{padding:0}.rtl-container.pink.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.pink.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.pink.night .invoice-animation-div .particles-circle{position:absolute;background-color:#e91e63;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #e91e63;background-color:transparent}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.pink.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.pink.night .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.pink.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.pink.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.pink.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.yellow.day{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-label-text-color: #945f1f;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-optgroup-label-text-color: rgba(0, 0, 0, .87);--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white;--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-filled-caret-color: #945f1f;--mat-form-field-filled-focus-active-indicator-color: #945f1f;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-outlined-caret-color: #945f1f;--mat-form-field-outlined-focus-outline-color: #945f1f;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #945f1f;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: white;--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54);--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #945f1f;--mat-slide-toggle-selected-handle-color: #945f1f;--mat-slide-toggle-selected-hover-state-layer-color: #945f1f;--mat-slide-toggle-selected-pressed-state-layer-color: #945f1f;--mat-slide-toggle-selected-focus-handle-color: #945f1f;--mat-slide-toggle-selected-hover-handle-color: #945f1f;--mat-slide-toggle-selected-pressed-handle-color: #945f1f;--mat-slide-toggle-selected-focus-track-color: #b48f62;--mat-slide-toggle-selected-hover-track-color: #b48f62;--mat-slide-toggle-selected-pressed-track-color: #b48f62;--mat-slide-toggle-selected-track-color: #b48f62;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12);--mat-slider-active-track-color: #945f1f;--mat-slider-focus-handle-color: #945f1f;--mat-slider-handle-color: #945f1f;--mat-slider-hover-handle-color: #945f1f;--mat-slider-focus-state-layer-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #945f1f 4%, transparent);--mat-slider-inactive-track-color: #945f1f;--mat-slider-ripple-color: #945f1f;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #945f1f;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87);--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12);--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87);--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87);--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #b48f62;--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12);--mat-progress-spinner-active-indicator-color: #945f1f;--mat-badge-background-color: #945f1f;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white;--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #945f1f 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #945f1f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #945f1f 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #945f1f 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #945f1f;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);--mat-divider-color: rgba(0, 0, 0, .12);--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6);--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #945f1f;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #945f1f;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #945f1f;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: rgba(0, 0, 0, .87);--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87);--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87);--mat-timepicker-container-background-color: white}.rtl-container.yellow.day .mat-accent{--mat-option-selected-state-label-text-color: #424242;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.yellow.day .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.rtl-container.yellow.day .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #945f1f;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #945f1f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.yellow.day .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #424242;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #424242;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.yellow.day .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.rtl-container.yellow.day .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #945f1f;--mat-progress-bar-track-color: rgba(148, 95, 31, .25)}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #424242;--mat-progress-bar-track-color: rgba(66, 66, 66, .25)}.rtl-container.yellow.day .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.yellow.day .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-filled-caret-color: #424242;--mat-form-field-filled-focus-active-indicator-color: #424242;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent);--mat-form-field-outlined-caret-color: #424242;--mat-form-field-outlined-focus-outline-color: #424242;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #424242 87%, transparent)}.rtl-container.yellow.day .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.yellow.day .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #424242;--mat-select-invalid-arrow-color: #b00020}.rtl-container.yellow.day .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.yellow.day .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #945f1f;--mat-chip-elevated-disabled-container-color: #945f1f;--mat-chip-elevated-selected-container-color: #945f1f;--mat-chip-flat-disabled-selected-container-color: #945f1f;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #424242;--mat-chip-elevated-disabled-container-color: #424242;--mat-chip-elevated-selected-container-color: #424242;--mat-chip-flat-disabled-selected-container-color: #424242;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.yellow.day .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.day .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #424242;--mat-slide-toggle-selected-handle-color: #424242;--mat-slide-toggle-selected-hover-state-layer-color: #424242;--mat-slide-toggle-selected-pressed-state-layer-color: #424242;--mat-slide-toggle-selected-focus-handle-color: #424242;--mat-slide-toggle-selected-hover-handle-color: #424242;--mat-slide-toggle-selected-pressed-handle-color: #424242;--mat-slide-toggle-selected-focus-track-color: #e0e0e0;--mat-slide-toggle-selected-hover-track-color: #e0e0e0;--mat-slide-toggle-selected-pressed-track-color: #e0e0e0;--mat-slide-toggle-selected-track-color: #e0e0e0}.rtl-container.yellow.day .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #c84d63;--mat-slide-toggle-selected-hover-track-color: #c84d63;--mat-slide-toggle-selected-pressed-track-color: #c84d63;--mat-slide-toggle-selected-track-color: #c84d63}.rtl-container.yellow.day .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #945f1f;--mat-radio-selected-hover-icon-color: #945f1f;--mat-radio-selected-icon-color: #945f1f;--mat-radio-selected-pressed-icon-color: #945f1f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-accent{--mat-slider-active-track-color: #424242;--mat-slider-focus-handle-color: #424242;--mat-slider-handle-color: #424242;--mat-slider-hover-handle-color: #424242;--mat-slider-focus-state-layer-color: color-mix(in srgb, #424242 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #424242 4%, transparent);--mat-slider-inactive-track-color: #424242;--mat-slider-ripple-color: #424242;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #424242}.rtl-container.yellow.day .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.yellow.day .mdc-list-item__start,.rtl-container.yellow.day .mdc-list-item__end{--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #945f1f;--mat-radio-selected-hover-icon-color: #945f1f;--mat-radio-selected-icon-color: #945f1f;--mat-radio-selected-pressed-icon-color: #945f1f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-accent .mdc-list-item__start,.rtl-container.yellow.day .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #424242;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #424242;--mat-radio-selected-hover-icon-color: #424242;--mat-radio-selected-icon-color: #424242;--mat-radio-selected-pressed-icon-color: #424242;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-warn .mdc-list-item__start,.rtl-container.yellow.day .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #945f1f;--mat-checkbox-selected-hover-icon-color: #945f1f;--mat-checkbox-selected-icon-color: #945f1f;--mat-checkbox-selected-pressed-icon-color: #945f1f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #945f1f;--mat-checkbox-selected-hover-state-layer-color: #945f1f;--mat-checkbox-selected-pressed-state-layer-color: #945f1f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #424242;--mat-checkbox-selected-hover-icon-color: #424242;--mat-checkbox-selected-icon-color: #424242;--mat-checkbox-selected-pressed-icon-color: #424242;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #424242;--mat-checkbox-selected-hover-state-layer-color: #424242;--mat-checkbox-selected-pressed-state-layer-color: #424242;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#945f1f}.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.yellow.day .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.yellow.day .mat-mdc-tab-group,.rtl-container.yellow.day .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #945f1f;--mat-tab-active-ripple-color: #945f1f;--mat-tab-inactive-ripple-color: #945f1f;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #945f1f;--mat-tab-active-hover-label-text-color: #945f1f;--mat-tab-active-focus-indicator-color: #945f1f;--mat-tab-active-hover-indicator-color: #945f1f;--mat-tab-active-indicator-color: #945f1f}.rtl-container.yellow.day .mat-mdc-tab-group.mat-accent,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #424242;--mat-tab-active-ripple-color: #424242;--mat-tab-inactive-ripple-color: #424242;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #424242;--mat-tab-active-hover-label-text-color: #424242;--mat-tab-active-focus-indicator-color: #424242;--mat-tab-active-hover-indicator-color: #424242;--mat-tab-active-indicator-color: #424242}.rtl-container.yellow.day .mat-mdc-tab-group.mat-warn,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-primary,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #945f1f;--mat-tab-foreground-color: #ffffff}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-accent,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #424242;--mat-tab-foreground-color: white}.rtl-container.yellow.day .mat-mdc-tab-group.mat-background-warn,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.yellow.day .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #945f1f;--mat-checkbox-selected-hover-icon-color: #945f1f;--mat-checkbox-selected-icon-color: #945f1f;--mat-checkbox-selected-pressed-icon-color: #945f1f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #945f1f;--mat-checkbox-selected-hover-state-layer-color: #945f1f;--mat-checkbox-selected-pressed-state-layer-color: #945f1f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-mdc-button.mat-primary,.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-primary,.rtl-container.yellow.day .mat-mdc-raised-button.mat-primary,.rtl-container.yellow.day .mat-mdc-outlined-button.mat-primary,.rtl-container.yellow.day .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #945f1f;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #945f1f;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-button-outlined-state-layer-color: #945f1f;--mat-button-protected-container-color: #945f1f;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #945f1f;--mat-button-text-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-button-text-state-layer-color: #945f1f;--mat-button-tonal-container-color: #945f1f;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.rtl-container.yellow.day .mat-mdc-button.mat-accent,.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-accent,.rtl-container.yellow.day .mat-mdc-raised-button.mat-accent,.rtl-container.yellow.day .mat-mdc-outlined-button.mat-accent,.rtl-container.yellow.day .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #424242;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #424242;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-outlined-state-layer-color: #424242;--mat-button-protected-container-color: #424242;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #424242;--mat-button-text-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-button-text-state-layer-color: #424242;--mat-button-tonal-container-color: #424242;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.yellow.day .mat-mdc-button.mat-warn,.rtl-container.yellow.day .mat-mdc-unelevated-button.mat-warn,.rtl-container.yellow.day .mat-mdc-raised-button.mat-warn,.rtl-container.yellow.day .mat-mdc-outlined-button.mat-warn,.rtl-container.yellow.day .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.yellow.day .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #945f1f;--mat-icon-button-state-layer-color: #945f1f;--mat-icon-button-ripple-color: color-mix(in srgb, #945f1f 12%, transparent)}.rtl-container.yellow.day .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #424242;--mat-icon-button-state-layer-color: #424242;--mat-icon-button-ripple-color: color-mix(in srgb, #424242 12%, transparent)}.rtl-container.yellow.day .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.yellow.day .mat-mdc-fab.mat-primary,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #945f1f;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-fab-small-container-color: #945f1f;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.rtl-container.yellow.day .mat-mdc-fab.mat-accent,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #424242;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #424242 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.yellow.day .mat-mdc-fab.mat-warn,.rtl-container.yellow.day .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.yellow.day .mat-accent{--mat-progress-spinner-active-indicator-color: #424242}.rtl-container.yellow.day .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.yellow.day .mat-badge-accent{--mat-badge-background-color: #424242;--mat-badge-text-color: white}.rtl-container.yellow.day .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.yellow.day .mat-datepicker-content.mat-accent,.rtl-container.yellow.day .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #424242;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #424242 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #424242 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #424242 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #424242;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-datepicker-content.mat-warn,.rtl-container.yellow.day .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #424242 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.rtl-container.yellow.day .mat-icon.mat-primary{--mat-icon-color: #945f1f}.rtl-container.yellow.day .mat-icon.mat-accent{--mat-icon-color: #424242}.rtl-container.yellow.day .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.yellow.day .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #424242;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #424242;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #424242;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.day .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.day .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #945f1f;--mat-toolbar-container-text-color: #ffffff}.rtl-container.yellow.day .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.rtl-container.yellow.day .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.yellow.day .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#fff}.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-progress-spinner circle,.rtl-container.yellow.day .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container .mat-spinner circle{stroke:#fff}.rtl-container.yellow.day .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#616161}.rtl-container.yellow.day .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#eee}.rtl-container.yellow.day .rtl-top-toolbar{border-bottom:1px solid white;padding:0 2.5rem 0 1rem}.rtl-container.yellow.day .bg-primary{background-color:#945f1f;color:#fff}.rtl-container.yellow.day .mat-mdc-select.multi-node-select .mat-mdc-select-value{color:#000000de}.rtl-container.yellow.day .page-title,.rtl-container.yellow.day .mat-mdc-select-value,.rtl-container.yellow.day .mat-expansion-panel-header .mat-expansion-panel-header-title,.rtl-container.yellow.day .mat-expansion-panel-header-title{color:#0000008a}.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#0000008a}.rtl-container.yellow.day .help-expansion .mat-expansion-indicator:after,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-content,.rtl-container.yellow.day .help-expansion .mat-expansion-panel-header-description{color:#0000008a}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar{font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#945f1f}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-warn-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#b00020}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar{max-width:90vw!important;font-weight:600}.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mdc-snackbar__surface,.rtl-container.yellow.day .mat-mdc-snack-bar-container.rtl-accent-snack-bar .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;background-color:#fff;opacity:.9!important;border-radius:4px;color:#9e9e9e}.rtl-container.yellow.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#945f1f}.rtl-container.yellow.day button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.yellow.day .mat-tree-node:hover,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover,.rtl-container.yellow.day .mat-select-panel .mat-option:hover,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#945f1f;cursor:pointer}.rtl-container.yellow.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.day .mat-tree-node:hover .mat-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.day .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg{fill:#945f1f}.rtl-container.yellow.day .spinner-container h2{color:#fff}.rtl-container.yellow.day .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent .mat-icon,.rtl-container.yellow.day .mat-form-field-suffix{color:#0000008a}.rtl-container.yellow.day .mat-stroked-button.mat-primary{border-color:#945f1f}.rtl-container.yellow.day .mat-stroked-button.mat-accent{border-color:#9e9e9e}.rtl-container.yellow.day .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.yellow.day .selected-color{border-color:#b48f62}.rtl-container.yellow.day .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{opacity:.06}.rtl-container.yellow.day table.mat-mdc-table thead tr th,.rtl-container.yellow.day .page-title-container,.rtl-container.yellow.day .page-sub-title-container{color:#0000008a}.rtl-container.yellow.day .page-title-container .page-title-img,.rtl-container.yellow.day .page-sub-title-container .page-title-img{color:#00000061}.rtl-container.yellow.day .page-title-container .mat-input-element,.rtl-container.yellow.day .page-title-container .mat-radio-label-content,.rtl-container.yellow.day .page-title-container .theme-name,.rtl-container.yellow.day .page-sub-title-container .mat-input-element,.rtl-container.yellow.day .page-sub-title-container .mat-radio-label-content,.rtl-container.yellow.day .page-sub-title-container .theme-name{color:#000000de}.rtl-container.yellow.day .cc-data-block .cc-data-title{color:#945f1f}.rtl-container.yellow.day .active-link,.rtl-container.yellow.day .active-link .fa-icon-small{color:#945f1f;font-weight:500;cursor:pointer;fill:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover,.rtl-container.yellow.day .mat-select-panel .mat-option:hover,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover{color:#945f1f;cursor:pointer;background:#0000000a}.rtl-container.yellow.day .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.day .mat-tree-node:hover .mat-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon{color:#945f1f}.rtl-container.yellow.day .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.day .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.day .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.day .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg{fill:#945f1f}.rtl-container.yellow.day .mat-tree-node .sidenav-img,.rtl-container.yellow.day .mat-nested-tree-node .sidenav-img,.rtl-container.yellow.day .mat-nested-tree-node-parent .sidenav-img,.rtl-container.yellow.day .page-title-container .page-title-img,.rtl-container.yellow.day svg.top-icon-small{fill:#000000de}.rtl-container.yellow.day .mat-progress-bar-fill:after{background-color:#65320a}.rtl-container.yellow.day .modal-qr-code-container{background:#0000001f}.rtl-container.yellow.day .mdc-tab__text-label,.rtl-container.yellow.day .mat-mdc-tab-link{color:#0000008a}.rtl-container.yellow.day .mat-mdc-card,.rtl-container.yellow.day .mat-mdc-card:not([class*=mat-elevation-z]){box-shadow:none;border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#00000061}.rtl-container.yellow.day .dashboard-info-title{color:#945f1f}.rtl-container.yellow.day .dashboard-capacity-header,.rtl-container.yellow.day .dashboard-info-value{color:#0000008a}.rtl-container.yellow.day .color-primary{color:#945f1f!important}.rtl-container.yellow.day .dot-primary{background-color:#945f1f!important}.rtl-container.yellow.day .dot-primary-lighter{background-color:#b48f62!important}.rtl-container.yellow.day .mat-expansion-panel.flat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .mat-mdc-form-field-hint{color:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon path,.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon polygon,.rtl-container.yellow.day .mat-mdc-form-field-hint fa-icon svg path{fill:#945f1f}.rtl-container.yellow.day .currency-icon path,.rtl-container.yellow.day .currency-icon polygon{fill:#0000008a}.rtl-container.yellow.day svg .boltz-icon{stroke:#0000008a;stroke-width:4}.rtl-container.yellow.day svg .boltz-icon-fill{fill:#0000008a}.rtl-container.yellow.day svg .stroke-color-thicker{stroke:#404040;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thick{stroke:#404040;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color{stroke:#404040;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thin{stroke:#404040;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thiner{stroke:#404040;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-thinest{stroke:#404040;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.day svg .stroke-color-primary-lighter{stroke:#b48f62}.rtl-container.yellow.day svg .stroke-color-primary{stroke:#945f1f}.rtl-container.yellow.day svg .fill-color-boltz-bk{fill:#313131}.rtl-container.yellow.day svg .fill-color-0{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-1{fill:#fff}.rtl-container.yellow.day svg .fill-color-2{fill:#f1f1f1}.rtl-container.yellow.day svg .fill-color-3{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-4{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-5{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-6{fill:#fff}.rtl-container.yellow.day svg .fill-color-7{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-8{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-9{fill:#fff}.rtl-container.yellow.day svg .fill-color-10{fill:#e6e6e6}.rtl-container.yellow.day svg .fill-color-11{fill:#e6e6e6}.rtl-container.yellow.day svg .fill-color-12{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-13{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-14{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-15{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-16{fill:#404040}.rtl-container.yellow.day svg .fill-color-17{fill:#404040}.rtl-container.yellow.day svg .fill-color-18{fill:#000}.rtl-container.yellow.day svg .fill-color-19{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-20{fill:#4a4a4a}.rtl-container.yellow.day svg .fill-color-21{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-22{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-23{fill:#cbcbcb}.rtl-container.yellow.day svg .fill-color-24{fill:#000}.rtl-container.yellow.day svg .fill-color-25{fill:#f2f2f2}.rtl-container.yellow.day svg .fill-color-26{fill:#6f6f6f}.rtl-container.yellow.day svg .fill-color-27{fill:#000}.rtl-container.yellow.day svg .fill-color-28{fill:#313131}.rtl-container.yellow.day svg .fill-color-29{fill:#5b5b5b}.rtl-container.yellow.day svg .fill-color-30{fill:#fff}.rtl-container.yellow.day svg .fill-color-31{fill:#945f1f}.rtl-container.yellow.day svg .fill-color-green-light{fill:#6ecb48}.rtl-container.yellow.day svg .fill-color-primary{fill:#945f1f}.rtl-container.yellow.day svg .fill-color-primary-lighter{fill:#b48f62}.rtl-container.yellow.day svg .fill-color-primary-darker{fill:#945f1f}.rtl-container.yellow.day .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.yellow.day .mat-form-field-disabled .mat-form-field-flex{background-color:#0000000a}.rtl-container.yellow.day .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#945f1f}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#0000000a}.rtl-container.yellow.day .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{color:#0000008a;cursor:not-allowed!important}.rtl-container.yellow.day .material-icons.mat-icon-no-color,.rtl-container.yellow.day .material-icons.info-icon{font-size:100%;color:#0000008a}.rtl-container.yellow.day .material-icons.mat-icon-no-color.info-icon-primary,.rtl-container.yellow.day .material-icons.info-icon.info-icon-primary{color:#945f1f}.rtl-container.yellow.day .material-icons.mat-icon-no-color.info-icon-text,.rtl-container.yellow.day .material-icons.info-icon.info-icon-text{color:#0000008a}.rtl-container.yellow.day .material-icons.mat-icon-no-color.arrow-downward,.rtl-container.yellow.day .material-icons.mat-icon-no-color.arrow-upward,.rtl-container.yellow.day .material-icons.info-icon.arrow-downward,.rtl-container.yellow.day .material-icons.info-icon.arrow-upward{font-size:150%;color:#fff}.rtl-container.yellow.day ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#945f1f}.rtl-container.yellow.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#65320a}.rtl-container.yellow.day ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.yellow.day ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#caaf8f}.rtl-container.yellow.day .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.yellow.day .mat-progress-bar-buffer{background-color:#dfcfbc}.rtl-container.yellow.day .foreground-text{color:#000000de!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.yellow.day .foreground-secondary-text{color:#0000008a!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.yellow.day .foreground.mat-progress-spinner circle,.rtl-container.yellow.day .foreground.mat-spinner circle{stroke:#000000de}.rtl-container.yellow.day .mat-toolbar-row,.rtl-container.yellow.day .mat-toolbar-single-row{height:4rem}.rtl-container.yellow.day .lnd-info{border-bottom:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day a{color:#945f1f}.rtl-container.yellow.day .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.yellow.day .h-active-link{border-bottom:2px solid white}.rtl-container.yellow.day .mat-icon-36{color:#0000008a}.rtl-container.yellow.day .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.yellow.day .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.yellow.day .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.yellow.day .genseed-message{width:10%;color:#945f1f}.rtl-container.yellow.day .border-primary{border:1px solid #945f1f}.rtl-container.yellow.day .border-accent{border:1px solid #9e9e9e}.rtl-container.yellow.day .border-warn{border:1px solid #b00020}.rtl-container.yellow.day .material-icons.primary{color:#945f1f}.rtl-container.yellow.day .material-icons.accent{color:#9e9e9e}.rtl-container.yellow.day .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.yellow.day .mat-vertical-content{padding:0 0 .75rem}.rtl-container.yellow.day .row-disabled{background-color:gray}.rtl-container.yellow.day .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.yellow.day .mat-mdc-card-content,.rtl-container.yellow.day .mat-mdc-card-subtitle,.rtl-container.yellow.day .mat-mdc-card-title{color:#0000008a}.rtl-container.yellow.day .mat-menu-panel{min-width:4rem}.rtl-container.yellow.day .horizontal-button{height:4rem;border-radius:0}.rtl-container.yellow.day .horizontal-button:hover{background:#b48f62;color:#9e9e9e}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#945f1f}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.yellow.day .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.yellow.day .mat-button,.rtl-container.yellow.day .mat-icon-button,.rtl-container.yellow.day .mat-stroked-button,.rtl-container.yellow.day .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.yellow.day .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.yellow.day .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.yellow.day .cc-data-block .cc-data-value{color:#000}.rtl-container.yellow.day .mat-cell,.rtl-container.yellow.day .mat-header-cell,.rtl-container.yellow.day .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#0000001f}.rtl-container.yellow.day .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.yellow.day .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]){color:#945f1f}.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.yellow.day .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#945f1f;opacity:1}.rtl-container.yellow.day table.mat-mdc-table{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.yellow.day table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.yellow.day table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.yellow.day table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.yellow.day table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.yellow.day .bordered-box{border:1px solid rgba(0,0,0,.12);border-radius:2px;background:none}.rtl-container.yellow.day .bordered-box.read-only{background-color:#0000000a}.rtl-container.yellow.day .mat-expansion-panel{border:1px solid rgba(0,0,0,.12)}.rtl-container.yellow.day .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.yellow.day .more-button{color:#000}.rtl-container.yellow.day .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.yellow.day .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.yellow.day .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.yellow.day .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.yellow.day .modal-info-header{color:#000000de;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.yellow.day .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.yellow.day .modal-info-header .page-title-img svg{color:#000000de}.rtl-container.yellow.day .tab-badge .mat-badge-content{font-size:90%}.rtl-container.yellow.day .tab-badge .mat-badge-content.mat-badge-active{background:#945f1f}.rtl-container.yellow.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.yellow.day .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.yellow.day .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.day .rtl-select-overlay{min-width:7rem}}.rtl-container.yellow.day .table-actions-select{border-color:#00000061;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.yellow.day .table-actions-select .mat-select-placeholder{color:#000000de}.rtl-container.yellow.day .table-actions-button{min-width:8rem}.rtl-container.yellow.day .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.yellow.day .mat-drawer-inner-container{overflow:hidden}.rtl-container.yellow.day .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.yellow.day .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#caaf8f!important}.rtl-container.yellow.day .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#8c571b!important}.rtl-container.yellow.day .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.yellow.day .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.yellow.day .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.yellow.day .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.yellow.day .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.yellow.day .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid black}.rtl-container.yellow.day .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.yellow.day .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.yellow.day .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.yellow.day .color-warn{color:#b00020}.rtl-container.yellow.day .fill-warn{fill:#b00020}.rtl-container.yellow.day .alert{border:1px solid rgba(0,0,0,.54);color:#000;background-color:#0000000a}.rtl-container.yellow.day .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.yellow.day .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.yellow.day .alert.alert-info a{color:#004085}.rtl-container.yellow.day .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.yellow.day .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.yellow.day .alert.alert-warn a{color:#856404}.rtl-container.yellow.day .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.yellow.day .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.yellow.day .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.yellow.day .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.yellow.day .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.yellow.day .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.yellow.day .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.yellow.day .failed-status{color:#b00020}.rtl-container.yellow.day .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.yellow.day .svg-fill-primary{fill:#945f1f}.rtl-container.yellow.day .svg-fill-primary-lighter{fill:#b48f62}.rtl-container.yellow.day .mat-expansion-panel-header[aria-disabled=true]{color:#000000de}.rtl-container.yellow.day .mat-chip-list-wrapper input.mat-input-element,.rtl-container.yellow.day .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.yellow.day .dashboard-card-content .underline,.rtl-container.yellow.day .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.yellow.day .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:.5rem}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#945f1f}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#945f1f}.rtl-container.yellow.day .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.yellow.day .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon{color:#945f1f}.rtl-container.yellow.day .mat-mdc-form-field-hint .currency-icon path{fill:#945f1f}.rtl-container.yellow.day .fa-icon-primary{color:#945f1f}.rtl-container.yellow.day .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.day ngx-charts-bar-vertical text,.rtl-container.yellow.day ngx-charts-bar-vertical-2d text{fill:#000000de}.rtl-container.yellow.day ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.yellow.day ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.yellow.day .mat-paginator-container{padding:0}.rtl-container.yellow.day .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.yellow.day .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.yellow.day .invoice-animation-div .particles-circle{position:absolute;background-color:#945f1f;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #945f1f;background-color:transparent}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}.rtl-container.yellow.day .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.yellow.day .wiggle{animation:.5s wiggle ease-in-out infinite}.rtl-container.yellow.day .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.yellow.day .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.yellow.day .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}.rtl-container.yellow.night{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-label-text-color: #945f1f;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-optgroup-label-text-color: white;--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87);--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-filled-caret-color: #945f1f;--mat-form-field-filled-focus-active-indicator-color: #945f1f;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-outlined-caret-color: #945f1f;--mat-form-field-outlined-focus-outline-color: #945f1f;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #945f1f 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #b00020;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #b00020;--mat-form-field-filled-error-focus-label-text-color: #b00020;--mat-form-field-filled-error-label-text-color: #b00020;--mat-form-field-filled-error-caret-color: #b00020;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #b00020;--mat-form-field-filled-error-focus-active-indicator-color: #b00020;--mat-form-field-filled-error-hover-active-indicator-color: #b00020;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #b00020;--mat-form-field-outlined-error-focus-label-text-color: #b00020;--mat-form-field-outlined-error-label-text-color: #b00020;--mat-form-field-outlined-error-hover-label-text-color: #b00020;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #b00020;--mat-form-field-outlined-error-hover-outline-color: #b00020;--mat-form-field-outlined-error-outline-color: #b00020;--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #945f1f;--mat-select-invalid-arrow-color: #b00020;--mat-autocomplete-background-color: #424242;--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7);--mat-slide-toggle-selected-icon-color: #ffffff;--mat-slide-toggle-disabled-selected-icon-color: #ffffff;--mat-slide-toggle-selected-focus-state-layer-color: #945f1f;--mat-slide-toggle-selected-handle-color: #945f1f;--mat-slide-toggle-selected-hover-state-layer-color: #945f1f;--mat-slide-toggle-selected-pressed-state-layer-color: #945f1f;--mat-slide-toggle-selected-focus-handle-color: #945f1f;--mat-slide-toggle-selected-hover-handle-color: #945f1f;--mat-slide-toggle-selected-pressed-handle-color: #945f1f;--mat-slide-toggle-selected-focus-track-color: #8c571b;--mat-slide-toggle-selected-hover-track-color: #8c571b;--mat-slide-toggle-selected-pressed-track-color: #8c571b;--mat-slide-toggle-selected-track-color: #8c571b;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12);--mat-slider-active-track-color: #945f1f;--mat-slider-focus-handle-color: #945f1f;--mat-slider-handle-color: #945f1f;--mat-slider-hover-handle-color: #945f1f;--mat-slider-focus-state-layer-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #945f1f 4%, transparent);--mat-slider-inactive-track-color: #945f1f;--mat-slider-ripple-color: #945f1f;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-inactive-container-color: #945f1f;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white;--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12);--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white;--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white;--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white;--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white;--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #8c571b;--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12);--mat-progress-spinner-active-indicator-color: #945f1f;--mat-badge-background-color: #945f1f;--mat-badge-text-color: #ffffff;--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242;--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white;--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #945f1f 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-selected-state-background-color: #945f1f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #945f1f 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #ffffff;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #945f1f 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #945f1f;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white;--mat-divider-color: rgba(255, 255, 255, .12);--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);--mat-icon-color: inherit;--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6);--mat-stepper-header-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-icon-background-color: #945f1f;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-done-state-icon-background-color: #945f1f;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #945f1f;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #b00020;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #b00020;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: white;--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white;--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white;--mat-timepicker-container-background-color: #424242}.rtl-container.yellow.night .mat-accent{--mat-option-selected-state-label-text-color: #eeeeee;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.yellow.night .mat-warn{--mat-option-selected-state-label-text-color: #b00020;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.rtl-container.yellow.night .mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #945f1f;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #945f1f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.yellow.night .mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #eeeeee;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #eeeeee;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.yellow.night .mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #b00020;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #b00020;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.rtl-container.yellow.night .mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #945f1f;--mat-progress-bar-track-color: rgba(148, 95, 31, .25)}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #eeeeee;--mat-progress-bar-track-color: rgba(238, 238, 238, .25)}.rtl-container.yellow.night .mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #b00020;--mat-progress-bar-track-color: rgba(176, 0, 32, .25)}.rtl-container.yellow.night .mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-filled-caret-color: #eeeeee;--mat-form-field-filled-focus-active-indicator-color: #eeeeee;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent);--mat-form-field-outlined-caret-color: #eeeeee;--mat-form-field-outlined-focus-outline-color: #eeeeee;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #eeeeee 87%, transparent)}.rtl-container.yellow.night .mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-filled-caret-color: #b00020;--mat-form-field-filled-focus-active-indicator-color: #b00020;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent);--mat-form-field-outlined-caret-color: #b00020;--mat-form-field-outlined-focus-outline-color: #b00020;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #b00020 87%, transparent)}.rtl-container.yellow.night .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #eeeeee;--mat-select-invalid-arrow-color: #b00020}.rtl-container.yellow.night .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #b00020;--mat-select-invalid-arrow-color: #b00020}.rtl-container.yellow.night .mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: #ffffff;--mat-chip-elevated-container-color: #945f1f;--mat-chip-elevated-disabled-container-color: #945f1f;--mat-chip-elevated-selected-container-color: #945f1f;--mat-chip-flat-disabled-selected-container-color: #945f1f;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #ffffff;--mat-chip-selected-disabled-trailing-icon-color: #ffffff;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #ffffff;--mat-chip-selected-trailing-icon-color: #ffffff;--mat-chip-with-icon-disabled-icon-color: #ffffff;--mat-chip-with-icon-icon-color: #ffffff;--mat-chip-with-icon-selected-icon-color: #ffffff;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #ffffff;--mat-chip-with-trailing-icon-trailing-icon-color: #ffffff}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: #000000;--mat-chip-elevated-container-color: #eeeeee;--mat-chip-elevated-disabled-container-color: #eeeeee;--mat-chip-elevated-selected-container-color: #eeeeee;--mat-chip-flat-disabled-selected-container-color: #eeeeee;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: #000000;--mat-chip-selected-disabled-trailing-icon-color: #000000;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: #000000;--mat-chip-selected-trailing-icon-color: #000000;--mat-chip-with-icon-disabled-icon-color: #000000;--mat-chip-with-icon-icon-color: #000000;--mat-chip-with-icon-selected-icon-color: #000000;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #000000;--mat-chip-with-trailing-icon-trailing-icon-color: #000000}.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.rtl-container.yellow.night .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #b00020;--mat-chip-elevated-disabled-container-color: #b00020;--mat-chip-elevated-selected-container-color: #b00020;--mat-chip-flat-disabled-selected-container-color: #b00020;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.rtl-container.yellow.night .mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: #000000;--mat-slide-toggle-disabled-selected-icon-color: #000000;--mat-slide-toggle-selected-focus-state-layer-color: #eeeeee;--mat-slide-toggle-selected-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-state-layer-color: #eeeeee;--mat-slide-toggle-selected-pressed-state-layer-color: #eeeeee;--mat-slide-toggle-selected-focus-handle-color: #eeeeee;--mat-slide-toggle-selected-hover-handle-color: #eeeeee;--mat-slide-toggle-selected-pressed-handle-color: #eeeeee;--mat-slide-toggle-selected-focus-track-color: #999999;--mat-slide-toggle-selected-hover-track-color: #999999;--mat-slide-toggle-selected-pressed-track-color: #999999;--mat-slide-toggle-selected-track-color: #999999}.rtl-container.yellow.night .mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #b00020;--mat-slide-toggle-selected-handle-color: #b00020;--mat-slide-toggle-selected-hover-state-layer-color: #b00020;--mat-slide-toggle-selected-pressed-state-layer-color: #b00020;--mat-slide-toggle-selected-focus-handle-color: #b00020;--mat-slide-toggle-selected-hover-handle-color: #b00020;--mat-slide-toggle-selected-pressed-handle-color: #b00020;--mat-slide-toggle-selected-focus-track-color: #a9001c;--mat-slide-toggle-selected-hover-track-color: #a9001c;--mat-slide-toggle-selected-pressed-track-color: #a9001c;--mat-slide-toggle-selected-track-color: #a9001c}.rtl-container.yellow.night .mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #945f1f;--mat-radio-selected-hover-icon-color: #945f1f;--mat-radio-selected-icon-color: #945f1f;--mat-radio-selected-pressed-icon-color: #945f1f;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-accent{--mat-slider-active-track-color: #eeeeee;--mat-slider-focus-handle-color: #eeeeee;--mat-slider-handle-color: #eeeeee;--mat-slider-hover-handle-color: #eeeeee;--mat-slider-focus-state-layer-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-slider-inactive-track-color: #eeeeee;--mat-slider-ripple-color: #eeeeee;--mat-slider-with-tick-marks-active-container-color: #000000;--mat-slider-with-tick-marks-inactive-container-color: #eeeeee}.rtl-container.yellow.night .mat-warn{--mat-slider-active-track-color: #b00020;--mat-slider-focus-handle-color: #b00020;--mat-slider-handle-color: #b00020;--mat-slider-hover-handle-color: #b00020;--mat-slider-focus-state-layer-color: color-mix(in srgb, #b00020 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #b00020 4%, transparent);--mat-slider-inactive-track-color: #b00020;--mat-slider-ripple-color: #b00020;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #b00020}.rtl-container.yellow.night .mdc-list-item__start,.rtl-container.yellow.night .mdc-list-item__end{--mat-radio-checked-ripple-color: #945f1f;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #945f1f;--mat-radio-selected-hover-icon-color: #945f1f;--mat-radio-selected-icon-color: #945f1f;--mat-radio-selected-pressed-icon-color: #945f1f;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-accent .mdc-list-item__start,.rtl-container.yellow.night .mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #eeeeee;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #eeeeee;--mat-radio-selected-hover-icon-color: #eeeeee;--mat-radio-selected-icon-color: #eeeeee;--mat-radio-selected-pressed-icon-color: #eeeeee;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-warn .mdc-list-item__start,.rtl-container.yellow.night .mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #b00020;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #b00020;--mat-radio-selected-hover-icon-color: #b00020;--mat-radio-selected-icon-color: #b00020;--mat-radio-selected-pressed-icon-color: #b00020;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.rtl-container.yellow.night .mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #945f1f;--mat-checkbox-selected-hover-icon-color: #945f1f;--mat-checkbox-selected-icon-color: #945f1f;--mat-checkbox-selected-pressed-icon-color: #945f1f;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #945f1f;--mat-checkbox-selected-hover-state-layer-color: #945f1f;--mat-checkbox-selected-pressed-state-layer-color: #945f1f;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #000000;--mat-checkbox-selected-focus-icon-color: #eeeeee;--mat-checkbox-selected-hover-icon-color: #eeeeee;--mat-checkbox-selected-icon-color: #eeeeee;--mat-checkbox-selected-pressed-icon-color: #eeeeee;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #eeeeee;--mat-checkbox-selected-hover-state-layer-color: #eeeeee;--mat-checkbox-selected-pressed-state-layer-color: #eeeeee;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#945f1f}.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.rtl-container.yellow.night .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.rtl-container.yellow.night .mat-mdc-tab-group,.rtl-container.yellow.night .mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #945f1f;--mat-tab-active-ripple-color: #945f1f;--mat-tab-inactive-ripple-color: #945f1f;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #945f1f;--mat-tab-active-hover-label-text-color: #945f1f;--mat-tab-active-focus-indicator-color: #945f1f;--mat-tab-active-hover-indicator-color: #945f1f;--mat-tab-active-indicator-color: #945f1f}.rtl-container.yellow.night .mat-mdc-tab-group.mat-accent,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #eeeeee;--mat-tab-active-ripple-color: #eeeeee;--mat-tab-inactive-ripple-color: #eeeeee;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #eeeeee;--mat-tab-active-hover-label-text-color: #eeeeee;--mat-tab-active-focus-indicator-color: #eeeeee;--mat-tab-active-hover-indicator-color: #eeeeee;--mat-tab-active-indicator-color: #eeeeee}.rtl-container.yellow.night .mat-mdc-tab-group.mat-warn,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #b00020;--mat-tab-active-ripple-color: #b00020;--mat-tab-inactive-ripple-color: #b00020;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #b00020;--mat-tab-active-hover-label-text-color: #b00020;--mat-tab-active-focus-indicator-color: #b00020;--mat-tab-active-hover-indicator-color: #b00020;--mat-tab-active-indicator-color: #b00020}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-primary,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #945f1f;--mat-tab-foreground-color: #ffffff}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-accent,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #eeeeee;--mat-tab-foreground-color: #000000}.rtl-container.yellow.night .mat-mdc-tab-group.mat-background-warn,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #b00020;--mat-tab-foreground-color: white}.rtl-container.yellow.night .mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #945f1f;--mat-checkbox-selected-hover-icon-color: #945f1f;--mat-checkbox-selected-icon-color: #945f1f;--mat-checkbox-selected-pressed-icon-color: #945f1f;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #945f1f;--mat-checkbox-selected-hover-state-layer-color: #945f1f;--mat-checkbox-selected-pressed-state-layer-color: #945f1f;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #b00020;--mat-checkbox-selected-hover-icon-color: #b00020;--mat-checkbox-selected-icon-color: #b00020;--mat-checkbox-selected-pressed-icon-color: #b00020;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #b00020;--mat-checkbox-selected-hover-state-layer-color: #b00020;--mat-checkbox-selected-pressed-state-layer-color: #b00020;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-button.mat-primary,.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-primary,.rtl-container.yellow.night .mat-mdc-raised-button.mat-primary,.rtl-container.yellow.night .mat-mdc-outlined-button.mat-primary,.rtl-container.yellow.night .mat-tonal-button.mat-primary{--mat-button-filled-container-color: #945f1f;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-label-text-color: #945f1f;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-button-outlined-state-layer-color: #945f1f;--mat-button-protected-container-color: #945f1f;--mat-button-protected-label-text-color: #ffffff;--mat-button-protected-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-protected-state-layer-color: #ffffff;--mat-button-text-label-text-color: #945f1f;--mat-button-text-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-button-text-state-layer-color: #945f1f;--mat-button-tonal-container-color: #945f1f;--mat-button-tonal-label-text-color: #ffffff;--mat-button-tonal-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-tonal-state-layer-color: #ffffff}.rtl-container.yellow.night .mat-mdc-button.mat-accent,.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-accent,.rtl-container.yellow.night .mat-mdc-raised-button.mat-accent,.rtl-container.yellow.night .mat-mdc-outlined-button.mat-accent,.rtl-container.yellow.night .mat-tonal-button.mat-accent{--mat-button-filled-container-color: #eeeeee;--mat-button-filled-label-text-color: #000000;--mat-button-filled-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-filled-state-layer-color: #000000;--mat-button-outlined-label-text-color: #eeeeee;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-outlined-state-layer-color: #eeeeee;--mat-button-protected-container-color: #eeeeee;--mat-button-protected-label-text-color: #000000;--mat-button-protected-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-protected-state-layer-color: #000000;--mat-button-text-label-text-color: #eeeeee;--mat-button-text-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-button-text-state-layer-color: #eeeeee;--mat-button-tonal-container-color: #eeeeee;--mat-button-tonal-label-text-color: #000000;--mat-button-tonal-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-button-tonal-state-layer-color: #000000}.rtl-container.yellow.night .mat-mdc-button.mat-warn,.rtl-container.yellow.night .mat-mdc-unelevated-button.mat-warn,.rtl-container.yellow.night .mat-mdc-raised-button.mat-warn,.rtl-container.yellow.night .mat-mdc-outlined-button.mat-warn,.rtl-container.yellow.night .mat-tonal-button.mat-warn{--mat-button-filled-container-color: #b00020;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #b00020;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-outlined-state-layer-color: #b00020;--mat-button-protected-container-color: #b00020;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #b00020;--mat-button-text-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-button-text-state-layer-color: #b00020;--mat-button-tonal-container-color: #b00020;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.rtl-container.yellow.night .mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #945f1f;--mat-icon-button-state-layer-color: #945f1f;--mat-icon-button-ripple-color: color-mix(in srgb, #945f1f 12%, transparent)}.rtl-container.yellow.night .mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #eeeeee;--mat-icon-button-state-layer-color: #eeeeee;--mat-icon-button-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent)}.rtl-container.yellow.night .mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #b00020;--mat-icon-button-state-layer-color: #b00020;--mat-icon-button-ripple-color: color-mix(in srgb, #b00020 12%, transparent)}.rtl-container.yellow.night .mat-mdc-fab.mat-primary,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #945f1f;--mat-fab-foreground-color: #ffffff;--mat-fab-ripple-color: color-mix(in srgb, #945f1f 12%, transparent);--mat-fab-small-container-color: #945f1f;--mat-fab-small-foreground-color: #ffffff;--mat-fab-small-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-fab-small-state-layer-color: #ffffff;--mat-fab-state-layer-color: #ffffff}.rtl-container.yellow.night .mat-mdc-fab.mat-accent,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #eeeeee;--mat-fab-foreground-color: #000000;--mat-fab-ripple-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-fab-small-container-color: #eeeeee;--mat-fab-small-foreground-color: #000000;--mat-fab-small-ripple-color: color-mix(in srgb, #000000 12%, transparent);--mat-fab-small-state-layer-color: #000000;--mat-fab-state-layer-color: #000000}.rtl-container.yellow.night .mat-mdc-fab.mat-warn,.rtl-container.yellow.night .mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #b00020;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #b00020 12%, transparent);--mat-fab-small-container-color: #b00020;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.rtl-container.yellow.night .mat-accent{--mat-progress-spinner-active-indicator-color: #eeeeee}.rtl-container.yellow.night .mat-warn{--mat-progress-spinner-active-indicator-color: #b00020}.rtl-container.yellow.night .mat-badge-accent{--mat-badge-background-color: #eeeeee;--mat-badge-text-color: #000000}.rtl-container.yellow.night .mat-badge-warn{--mat-badge-background-color: #b00020;--mat-badge-text-color: white}.rtl-container.yellow.night .mat-datepicker-content.mat-accent,.rtl-container.yellow.night .mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: #000000;--mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #eeeeee 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: #000000;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #eeeeee 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #eeeeee 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #eeeeee;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.yellow.night .mat-datepicker-content.mat-warn,.rtl-container.yellow.night .mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #b00020 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #eeeeee 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #b00020;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #b00020 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #b00020 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #b00020 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #b00020;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.rtl-container.yellow.night .mat-icon.mat-primary{--mat-icon-color: #945f1f}.rtl-container.yellow.night .mat-icon.mat-accent{--mat-icon-color: #eeeeee}.rtl-container.yellow.night .mat-icon.mat-warn{--mat-icon-color: #b00020}.rtl-container.yellow.night .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: #000000;--mat-stepper-header-selected-state-icon-background-color: #eeeeee;--mat-stepper-header-selected-state-icon-foreground-color: #000000;--mat-stepper-header-done-state-icon-background-color: #eeeeee;--mat-stepper-header-done-state-icon-foreground-color: #000000;--mat-stepper-header-edit-state-icon-background-color: #eeeeee;--mat-stepper-header-edit-state-icon-foreground-color: #000000}.rtl-container.yellow.night .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #b00020;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #b00020;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #b00020;--mat-stepper-header-edit-state-icon-foreground-color: white}.rtl-container.yellow.night .mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #945f1f;--mat-toolbar-container-text-color: #ffffff}.rtl-container.yellow.night .mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #eeeeee;--mat-toolbar-container-text-color: #000000}.rtl-container.yellow.night .mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #b00020;--mat-toolbar-container-text-color: white}.rtl-container.yellow.night .mat-primary{color:#ffa164!important}.rtl-container.yellow.night .mat-sidenav-container .mat-sidenav-content{background-color:#050505}.rtl-container.yellow.night .mat-sidenav-container .mat-sidenav-content .mat-mdc-card.mdc-card,.rtl-container.yellow.night .sidenav.mat-drawer{background-color:#121212}.rtl-container.yellow.night .rtl-top-toolbar{border-bottom:1px solid #424242;padding:0 2.5rem 0 1rem}.rtl-container.yellow.night .bg-primary{background-color:#945f1f;color:#fff}.rtl-container.yellow.night .mat-mdc-button-base.mat-mdc-unelevated-button.mat-primary{color:#fff!important}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label.mdc-tab__text-label-active{color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label.mdc-tab__text-label-active .tab-badge .mat-badge-content{background:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#121212;background:#ffffffb3}.rtl-container.yellow.night .currency-icon path,.rtl-container.yellow.night .currency-icon polygon{fill:#fff}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#fff}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-warn-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#b00020}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container{max-width:90vw!important;font-weight:700}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mdc-snackbar__surface{max-width:40vw;background-color:#424242}.rtl-container.yellow.night .rtl-accent-snack-bar.mat-mdc-snack-bar-container .mat-mdc-snack-bar-label.mdc-snackbar__label{max-width:40vw;color:#aaa}.rtl-container.yellow.night .mat-mdc-tab-group.mat-primary .mat-ink-bar,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ffa164}.rtl-container.yellow.night .cc-data-block .cc-data-title{color:#ffa164}.rtl-container.yellow.night .mat-stroked-button.mat-primary{border-color:#ffa164;color:#ffa164}.rtl-container.yellow.night .mat-stroked-button.mat-primary:hover .mat-button-focus-overlay{background-color:#fff;opacity:.09}.rtl-container.yellow.night .mat-stroked-button.mat-accent{border-color:#aaa}.rtl-container.yellow.night .mat-stroked-button.mat-warn{border-color:#b00020}.rtl-container.yellow.night .active-link,.rtl-container.yellow.night .active-link .fa-icon-small,.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active,.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active .fa-icon-small{color:#ffa164;font-weight:500;cursor:pointer;fill:#ffa164}.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header-title{font-weight:500;color:#fff}.rtl-container.yellow.night .help-expansion .mat-expansion-indicator:after,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-content,.rtl-container.yellow.night .help-expansion .mat-expansion-panel-header-description{color:#fff}.rtl-container.yellow.night .mat-mdc-select-panel.mdc-menu-surface,.rtl-container.yellow.night .mat-mdc-menu-panel.mdc-menu-surface,.rtl-container.yellow.night .mat-expansion-panel,.rtl-container.yellow.night .mat-mdc-dialog-container.mdc-dialog,.rtl-container.yellow.night .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.yellow.night .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.yellow.night .mdc-data-table__header-cell,.rtl-container.yellow.night .mat-mdc-paginator,.rtl-container.yellow.night .mat-mdc-form-field-focus-overlay,.rtl-container.yellow.night .mdc-text-field--disabled.mdc-text-field--filled{background-color:#121212}.rtl-container.yellow.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,.rtl-container.yellow.night .mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#121212;color:#ffa164}.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-surface.mdc-dialog__surface,.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container .mdc-dialog__container,.rtl-container.yellow.night .cdk-overlay-pane.spinner-dialog-panel .mat-mdc-dialog-container.mdc-dialog{background-color:transparent}.rtl-container.yellow.night .svg-donation{opacity:1!important}.rtl-container.yellow.night .mat-mdc-menu-item:hover .mdc-list-item__primary-text .svg-donation{color:#ffa164!important}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small{color:#ffa164!important}.rtl-container.yellow.night .mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#ffa164}.rtl-container.yellow.night .mdc-tab__text-label .tab-badge .mat-badge-content{color:#fff;background:#945f1f}.rtl-container.yellow.night a{color:#ffa164!important;cursor:pointer}.rtl-container.yellow.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button{border-color:#ffffff80}.rtl-container.yellow.night button.mdc-button.mat-mdc-button-base.mat-mdc-outlined-button.mat-warn{border-color:#b00020}.rtl-container.yellow.night .mat-mdc-select-arrow svg{fill:#fff}.rtl-container.yellow.night .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,.rtl-container.yellow.night .mat-mdc-select-placeholder,.rtl-container.yellow.night .mat-mdc-select-value,.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab__text-label,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab__text-label{color:#fff}.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:#ffa164}.rtl-container.yellow.night .mdc-list-item--selected .mdc-list-item__primary-text,.rtl-container.yellow.night .mdc-list-item--activated .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.yellow.night .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled),.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover),.rtl-container.yellow.night .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){color:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover,.rtl-container.yellow.night .mat-select-panel .mat-option:hover,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled),.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled){color:#ffa164;cursor:pointer;background:#ffffff0f}.rtl-container.yellow.night .mat-tree-node:hover .ng-fa-icon,.rtl-container.yellow.night .mat-tree-node:hover .mat-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .ng-fa-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .mat-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .ng-fa-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .mat-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .ng-fa-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .mat-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .ng-fa-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .mat-icon{color:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover .sidenav-img svg,.rtl-container.yellow.night .mat-tree-node:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .sidenav-img svg,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .sidenav-img svg,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .sidenav-img svg,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon-fill,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .sidenav-img svg,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon-fill{fill:#ffa164}.rtl-container.yellow.night .mat-tree-node:hover .boltz-icon,.rtl-container.yellow.night .mat-nested-tree-node-parent:hover .boltz-icon,.rtl-container.yellow.night .mat-select-panel .mat-option:hover .boltz-icon,.rtl-container.yellow.night .mat-menu-panel .mat-menu-content .mat-menu-item:hover .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-active .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option.mat-selected.mat-active .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) .boltz-icon,.rtl-container.yellow.night .mat-autocomplete-panel .mat-option:focus:not(.mat-option-disabled) .boltz-icon{stroke:#ffa164}.rtl-container.yellow.night .mat-tree-node .sidenav-img,.rtl-container.yellow.night .mat-nested-tree-node .sidenav-img,.rtl-container.yellow.night .mat-nested-tree-node-parent .sidenav-img,.rtl-container.yellow.night .page-title-container .page-title-img,.rtl-container.yellow.night svg.top-icon-small{fill:#fff}.rtl-container.yellow.night .selected-color{border-color:#b48f62}.rtl-container.yellow.night .mat-progress-bar-fill:after{background-color:#8c571b}.rtl-container.yellow.night .chart-legend .legend-label:hover,.rtl-container.yellow.night .chart-legend .legend-label .active .legend-label-text{color:#fff!important}.rtl-container.yellow.night .cdk-overlay-container .cdk-overlay-dark-backdrop{background:#0009}.rtl-container.yellow.night .cdk-overlay-container .cdk-global-overlay-wrapper .mat-dialog-container .spinner-container{color:#ffa164}.rtl-container.yellow.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.rtl-container.yellow.night .cdk-overlay-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:#ffa164}.rtl-container.yellow.night .mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ffa164}.rtl-container.yellow.night .mat-select-panel{background-color:#121212}.rtl-container.yellow.night .mat-tree{background:#121212}.rtl-container.yellow.night h4{color:#ffa164}.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title,.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title .ng-fa-icon{color:#fff}.rtl-container.yellow.night .dashboard-info-title{color:#ffa164}.rtl-container.yellow.night .dashboard-info-value,.rtl-container.yellow.night .dashboard-capacity-header{color:#fff}.rtl-container.yellow.night .mat-progress-bar.this-channel-bar .mat-progress-bar-fill:after{background-color:#444}.rtl-container.yellow.night .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer{background-color:#bbb}.rtl-container.yellow.night .color-primary{color:#ffa164!important}.rtl-container.yellow.night .dot-primary{background-color:#ffa164!important}.rtl-container.yellow.night .dot-primary-lighter{background-color:#945f1f!important}.rtl-container.yellow.night .mat-stepper-vertical{background-color:#121212}.rtl-container.yellow.night .spinner-container h2{color:#ffa164}.rtl-container.yellow.night table.mat-mdc-table thead tr th{color:#fff}.rtl-container.yellow.night svg .boltz-icon{stroke:#fff;stroke-width:4}.rtl-container.yellow.night svg .boltz-icon-fill{fill:#fff}.rtl-container.yellow.night svg .stroke-color-thicker{stroke:#b6b6b6;stroke-width:15.3333;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thick{stroke:#b6b6b6;stroke-width:13.4583;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color{stroke:#b6b6b6;stroke-width:12.5;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thin{stroke:#b6b6b6;stroke-width:11.625;stroke-miterlimit:10;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thiner{stroke:#b6b6b6;stroke-width:10.125;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-thinest{stroke:#b6b6b6;stroke-width:9.40381;stroke-linecap:"round";stroke-linejoin:"round"}.rtl-container.yellow.night svg .stroke-color-primary-lighter{stroke:#b48f62}.rtl-container.yellow.night svg .stroke-color-primary{stroke:#945f1f}.rtl-container.yellow.night svg .fill-color-boltz-bk{fill:#171717}.rtl-container.yellow.night svg .fill-color-0{fill:#171717}.rtl-container.yellow.night svg .fill-color-1{fill:#232323}.rtl-container.yellow.night svg .fill-color-2{fill:#222}.rtl-container.yellow.night svg .fill-color-3{fill:#3a3a3a}.rtl-container.yellow.night svg .fill-color-4{fill:#383838}.rtl-container.yellow.night svg .fill-color-5{fill:#555}.rtl-container.yellow.night svg .fill-color-6{fill:#5b5b5b}.rtl-container.yellow.night svg .fill-color-7{fill:#202020}.rtl-container.yellow.night svg .fill-color-8{fill:#242424}.rtl-container.yellow.night svg .fill-color-9{fill:#262626}.rtl-container.yellow.night svg .fill-color-10{fill:#1a1a1a}.rtl-container.yellow.night svg .fill-color-11{fill:#171717}.rtl-container.yellow.night svg .fill-color-12{fill:#ccc}.rtl-container.yellow.night svg .fill-color-13{fill:#adadad}.rtl-container.yellow.night svg .fill-color-14{fill:#ababab}.rtl-container.yellow.night svg .fill-color-15{fill:#b6b6b6}.rtl-container.yellow.night svg .fill-color-16{fill:#707070}.rtl-container.yellow.night svg .fill-color-17{fill:#7c7c7c}.rtl-container.yellow.night svg .fill-color-18{fill:#5a5a5a}.rtl-container.yellow.night svg .fill-color-19{fill:#4a4a4a}.rtl-container.yellow.night svg .fill-color-20{fill:#9f9f9f}.rtl-container.yellow.night svg .fill-color-21{fill:#cacaca}.rtl-container.yellow.night svg .fill-color-22{fill:#7f7f7f}.rtl-container.yellow.night svg .fill-color-23{fill:#777}.rtl-container.yellow.night svg .fill-color-24{fill:#5e5e5e}.rtl-container.yellow.night svg .fill-color-25{fill:#252525}.rtl-container.yellow.night svg .fill-color-26{fill:#6f6f6f}.rtl-container.yellow.night svg .fill-color-27{fill:#000}.rtl-container.yellow.night svg .fill-color-28{fill:#313131}.rtl-container.yellow.night svg .fill-color-29{fill:#e7e7e7}.rtl-container.yellow.night svg .fill-color-30{fill:#fff}.rtl-container.yellow.night svg .fill-color-31{fill:#945f1f}.rtl-container.yellow.night svg .fill-color-green-light{fill:#6ecb48}.rtl-container.yellow.night svg .fill-color-primary{fill:#945f1f}.rtl-container.yellow.night svg .fill-color-primary-lighter{fill:#b48f62}.rtl-container.yellow.night svg .fill-color-primary-darker{fill:#ffa164}.rtl-container.yellow.night .mat-select-value,.rtl-container.yellow.night .mat-select-arrow{color:#fff}.rtl-container.yellow.night .mat-form-field-disabled .mat-form-field-underline{background-color:transparent;background-image:linear-gradient(90deg,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:5px 100%;height:1.4px}.rtl-container.yellow.night .mat-form-field-disabled .mat-form-field-flex{background-color:#ffffff0f}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled{opacity:1}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-content{background-color:#ffffff0f}.rtl-container.yellow.night .mat-slide-toggle.mat-disabled .mat-slide-toggle-label{cursor:not-allowed!important}.rtl-container.yellow.night .mat-button.mat-primary,.rtl-container.yellow.night .mat-icon-button.mat-primary,.rtl-container.yellow.night .mat-stroked-button.mat-primary{color:#ffa164}.rtl-container.yellow.night tr.alert.alert-warn .mat-cell,.rtl-container.yellow.night tr.alert.alert-warn .mat-header-cell,.rtl-container.yellow.night tr.alert.alert-warn .mat-footer-cell{color:#856404}.rtl-container.yellow.night .material-icons.info-icon{font-size:100%;color:#ffa164}.rtl-container.yellow.night .material-icons.info-icon.info-icon-primary{color:#ffa164}.rtl-container.yellow.night .material-icons.info-icon.info-icon-text,.rtl-container.yellow.night .material-icons.info-icon.arrow-downward,.rtl-container.yellow.night .material-icons.info-icon.arrow-upward{color:#fff}.rtl-container.yellow.night ngx-charts-bar-vertical.one-color .ngx-charts .chart.bar-chart g g path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.one-color .ngx-charts .chart.bar-chart g g path{fill:#ffa164}.rtl-container.yellow.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(odd) path{fill:#774312}.rtl-container.yellow.night ngx-charts-bar-vertical.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path,.rtl-container.yellow.night ngx-charts-bar-vertical-2d.two-color .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path{fill:#ffa164}.rtl-container.yellow.night .mat-expansion-panel.flat-expansion-panel{box-shadow:none;padding:0;border-radius:2px;background:none}.rtl-container.yellow.night .mat-progress-bar-buffer{background-color:#dfcfbc}.rtl-container.yellow.night .foreground-text{color:#fff!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all}.rtl-container.yellow.night .foreground-secondary-text{color:#ffffffb3!important;white-space:pre-line;overflow-wrap:break-word;word-break:break-all;min-height:1.5rem}.rtl-container.yellow.night .foreground.mat-progress-spinner circle,.rtl-container.yellow.night .foreground.mat-spinner circle{stroke:#fff}.rtl-container.yellow.night .mat-toolbar-row,.rtl-container.yellow.night .mat-toolbar-single-row{height:4rem}.rtl-container.yellow.night .lnd-info{border-bottom:1px solid rgba(255,255,255,.12)}.rtl-container.yellow.night a{color:#945f1f}.rtl-container.yellow.night .horizontal-button .fa-icon-small{fill:#fff;color:#fff}.rtl-container.yellow.night .h-active-link{border-bottom:2px solid white}.rtl-container.yellow.night .mat-icon-36{color:#ffffffb3}.rtl-container.yellow.night .mat-primary .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple),.rtl-container.yellow.night .mat-primary .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:none;font-weight:900}.rtl-container.yellow.night .validation-error-icon{position:relative;top:2px;left:4px}.rtl-container.yellow.night .genseed-message{width:10%;color:#945f1f}.rtl-container.yellow.night .border-primary{border:1px solid #945f1f}.rtl-container.yellow.night .border-accent{border:1px solid #aaaaaa}.rtl-container.yellow.night .border-warn{border:1px solid #b00020}.rtl-container.yellow.night .material-icons.primary{color:#945f1f}.rtl-container.yellow.night .material-icons.accent{color:#aaa}.rtl-container.yellow.night .validation-error-message{position:relative;margin-top:.4px;width:100%;color:#b00020}.rtl-container.yellow.night .mat-vertical-content{padding:0 0 .75rem}.rtl-container.yellow.night .row-disabled{background-color:gray}.rtl-container.yellow.night .row-disabled .mat-icon{cursor:not-allowed}.rtl-container.yellow.night .mat-mdc-card-content,.rtl-container.yellow.night .mat-mdc-card-subtitle,.rtl-container.yellow.night .mat-mdc-card-title{color:#ffffffb3}.rtl-container.yellow.night .mat-menu-panel{min-width:4rem}.rtl-container.yellow.night .horizontal-button{height:4rem;border-radius:0}.rtl-container.yellow.night .horizontal-button:hover{background:#b48f62;color:#aaa}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show{line-height:1.5rem;border-radius:1 1.25rem;background-color:#fff;color:#945f1f}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show:hover{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night .mat-stroked-button.mat-primary.horizontal-button-show:hover .mat-button-focus-overlay{opacity:.09}.rtl-container.yellow.night .mat-dialog-container{padding:0;overflow:hidden;border-radius:2px}.rtl-container.yellow.night .mat-button,.rtl-container.yellow.night .mat-icon-button,.rtl-container.yellow.night .mat-stroked-button,.rtl-container.yellow.night .mat-mdc-unelevated-button{border-radius:2px}.rtl-container.yellow.night .cc-data-block .cc-data-title{font-weight:500;min-width:180px}.rtl-container.yellow.night .cc-data-block .cc-data-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:unset}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .cc-data-block .cc-data-title{min-width:100px}}.rtl-container.yellow.night .cc-data-block .cc-data-value{color:#fff}.rtl-container.yellow.night .mat-cell,.rtl-container.yellow.night .mat-header-cell,.rtl-container.yellow.night .mat-footer-cell{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ffffff1f}.rtl-container.yellow.night .mdc-list-item__primary-text{place-content:flex-start;align-items:center;flex-direction:row;box-sizing:border-box;display:flex}.rtl-container.yellow.night .svg-donation{opacity:.67;width:1.5rem;margin-right:10px}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]){color:#945f1f}.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:hover:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option:focus:not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mat-mdc-option-active .svg-donation,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item:hover:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-program-focused:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]) .svg-donation,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .mdc-list-item__primary-text,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .fa-icon-small,.rtl-container.yellow.night .mat-mdc-menu-item-highlighted:not([disabled]) .svg-donation{color:#945f1f;opacity:1}.rtl-container.yellow.night table.mat-mdc-table{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.yellow.night table.mat-mdc-table thead tr th:not(:first-of-type),.rtl-container.yellow.night table.mat-mdc-table tbody tr td:not(:first-of-type){padding-left:.625rem}@media only screen and (max-width: 75em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night table.mat-mdc-table tbody tr td.mat-mdc-cell{white-space:unset}}.rtl-container.yellow.night table.mat-mdc-table tfoot tr td p{padding-left:1.5rem}.rtl-container.yellow.night table.mat-mdc-table.error-border{border:1px solid red;box-shadow:0 3px 1px -2px #f003,0 2px 2px #ff000024,0 1px 5px #ff00001f!important}.rtl-container.yellow.night .bordered-box{border:1px solid rgba(255,255,255,.12);border-radius:2px;background:none}.rtl-container.yellow.night .bordered-box.read-only{background-color:#0000000a}.rtl-container.yellow.night .mat-expansion-panel{border:1px solid rgba(255,255,255,.12)}.rtl-container.yellow.night .mat-expansion-panel.error-border{border:1px solid red}.rtl-container.yellow.night .more-button{color:#fff}.rtl-container.yellow.night .mat-icon-button.more-button-short{height:1rem;line-height:1rem}.rtl-container.yellow.night .mat-icon-button.more-button-short .mat-icon{line-height:1rem}.rtl-container.yellow.night .dashboard-tabs-group .mdc-tab__text-label:last-child{padding-right:0}.rtl-container.yellow.night .dashboard-tabs-group .mdc-tab__text-label:last-child .more-button{position:absolute;right:.25rem;top:.25rem;max-width:1.5rem}.rtl-container.yellow.night .modal-info-header{color:#fff;font-weight:500;padding:.5rem .5rem .5rem 1rem}@media only screen and (max-width: 75em){.rtl-container.yellow.night .modal-info-header{padding:.5rem}}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night .modal-info-header{padding:.5rem .5rem .5rem .25rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .modal-info-header{padding:.5rem .5rem .5rem .125rem}}.rtl-container.yellow.night .modal-info-header .page-title-img svg{color:#fff}.rtl-container.yellow.night .tab-badge .mat-badge-content{font-size:90%}.rtl-container.yellow.night .tab-badge .mat-badge-content.mat-badge-active{background:#945f1f}.rtl-container.yellow.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:.125rem!important;width:fit-content;padding:.125rem .5rem 0}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .mat-badge-medium.mat-badge-after .mat-badge-content{margin-left:0!important}}.rtl-container.yellow.night .rtl-select-overlay{min-width:11rem!important}@media only screen and (max-width: 56.25em){.rtl-container.yellow.night .rtl-select-overlay{min-width:10rem}}@media only screen and (max-width: 37.5em){.rtl-container.yellow.night .rtl-select-overlay{min-width:7rem}}.rtl-container.yellow.night .table-actions-select{border-color:#ffffff80;padding:.25rem .5rem;margin:.5rem 0;min-height:2.25rem;float:right;min-width:8rem}.rtl-container.yellow.night .table-actions-select .mat-select-placeholder{color:#fff}.rtl-container.yellow.night .table-actions-button{min-width:8rem}.rtl-container.yellow.night .mat-select-panel .mat-option.mat-active{background:none}.rtl-container.yellow.night .mat-drawer-inner-container{overflow:hidden}.rtl-container.yellow.night .mat-fa-icon-button{width:1.25rem;height:1.25rem;line-height:1.25rem}.rtl-container.yellow.night .balances-info-pie-chart .legend-label:nth-child(1) .legend-label-color{background-color:#caaf8f!important}.rtl-container.yellow.night .balances-info-pie-chart .legend-label:nth-child(2) .legend-label-color{background-color:#8c571b!important}.rtl-container.yellow.night .dashboard-card .dashboard-divider{border-top-width:2px}.rtl-container.yellow.night .dashboard-card .mat-mdc-card-header .mat-mdc-card-title{min-height:2.5rem;margin-bottom:0 0 .5rem 0}.rtl-container.yellow.night .dashboard-card .dashboard-info-value{font-weight:700}.rtl-container.yellow.night .dashboard-card .dashboard-info-title{font-weight:500}.rtl-container.yellow.night .dashboard-card .dashboard-info-title .material-icons.mat-icon.mat-mdc-tooltip-trigger{min-height:1rem}.rtl-container.yellow.night .dashboard-card .dashboard-node-dot{margin:0 0 -2px .625rem;border:1px solid white}.rtl-container.yellow.night .dashboard-card .dashboard-node-square{display:inline-flex;width:.8rem;height:.8rem;margin-right:.625rem}.rtl-container.yellow.night .dashboard-card .dashboard-capacity-header{font-weight:700}.rtl-container.yellow.night .dashboard-card .mat-icon-button.more-button{width:1.25rem;max-width:1.25rem}.rtl-container.yellow.night .color-warn{color:#b00020}.rtl-container.yellow.night .fill-warn{fill:#b00020}.rtl-container.yellow.night .alert{border:1px solid rgba(255,255,255,.7);color:#fff;background-color:#0000000a}.rtl-container.yellow.night .alert.alert-info{border:1px solid #004085;background-color:#cce5ff;color:#004085}.rtl-container.yellow.night .alert.alert-info .alert-icon.ng-fa-icon,.rtl-container.yellow.night .alert.alert-info a{color:#004085}.rtl-container.yellow.night .alert.alert-warn{border:1px solid #856404;background-color:#fff3cd;color:#856404}.rtl-container.yellow.night .alert.alert-warn .alert-icon.ng-fa-icon,.rtl-container.yellow.night .alert.alert-warn a{color:#856404}.rtl-container.yellow.night .alert.alert-danger{border:1px solid #c62828;background-color:#f8d7da;color:#c62828;overflow-wrap:break-word}.rtl-container.yellow.night .alert.alert-danger .alert-icon.ng-fa-icon{color:#c62828}.rtl-container.yellow.night .alert.alert-success{border:1px solid #28ca43;background-color:#d4edda;color:#28ca43}.rtl-container.yellow.night .alert.alert-success .alert-icon.ng-fa-icon{color:#28ca43}.rtl-container.yellow.night .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.rtl-container.yellow.night .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1rem}.rtl-container.yellow.night .button-link-dashboard{line-height:0px;font-weight:600;text-decoration:underline;padding:0}.rtl-container.yellow.night .failed-status{color:#b00020}.rtl-container.yellow.night .material-icons.icon-failed-status{fill:#b00020;height:1.25rem}.rtl-container.yellow.night .svg-fill-primary{fill:#945f1f}.rtl-container.yellow.night .svg-fill-primary-lighter{fill:#b48f62}.rtl-container.yellow.night .mat-expansion-panel-header[aria-disabled=true]{color:#fff}.rtl-container.yellow.night .mat-chip-list-wrapper input.mat-input-element,.rtl-container.yellow.night .mat-chip-list-wrapper .mat-standard-chip{margin:.5rem .125rem;min-height:1.5rem}.rtl-container.yellow.night .dashboard-card-content .underline,.rtl-container.yellow.night .mat-mdc-tab-header .mat-mdc-tab-label-container,.rtl-container.yellow.night .mat-mdc-tab-nav-bar.mat-mdc-tab-header .mat-mdc-tab-link-container{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:.5rem}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover fa-icon svg path,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active fa-icon svg path{fill:#945f1f}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover .currency-icon,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon{color:#945f1f}.rtl-container.yellow.night .mat-mdc-option.mdc-list-item:hover .currency-icon path,.rtl-container.yellow.night .mat-mdc-option.mdc-list-item.mat-mdc-option-active .currency-icon path{fill:#945f1f}.rtl-container.yellow.night .mat-mdc-form-field-hint .currency-icon{color:#945f1f}.rtl-container.yellow.night .mat-mdc-form-field-hint .currency-icon path{fill:#945f1f}.rtl-container.yellow.night .fa-icon-primary{color:#945f1f}.rtl-container.yellow.night .fa-icon-primary:hover{cursor:pointer;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.rtl-container.yellow.night ngx-charts-bar-vertical text,.rtl-container.yellow.night ngx-charts-bar-vertical-2d text{fill:#fff}.rtl-container.yellow.night ngx-charts-bar-vertical .ngx-charts .grid-panel.odd rect,.rtl-container.yellow.night ngx-charts-bar-vertical-2d .ngx-charts .grid-panel.odd rect{fill:none}.rtl-container.yellow.night .mat-paginator-container{padding:0}.rtl-container.yellow.night .invoice-animation-container{position:relative;width:100%;transform:translateY(0)}.rtl-container.yellow.night .invoice-animation-div{position:relative;display:flex;justify-content:flex-start}.rtl-container.yellow.night .invoice-animation-div .particles-circle{position:absolute;background-color:#945f1f;width:30px;height:30px;top:10px;left:50%;margin-top:-13px;margin-left:-45%;z-index:-1;border-radius:50%;transform:scale(0);visibility:hidden}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(odd){border:solid 2px #945f1f;background-color:transparent}@keyframes particles-1{0%{transform:scale(1);visibility:visible}to{left:199px;top:201px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(1){animation:particles-1 2.5s 25ms}@keyframes particles-2{0%{transform:scale(1);visibility:visible}to{left:-40px;top:82px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(2){animation:particles-2 2.5s .05s}@keyframes particles-3{0%{transform:scale(1);visibility:visible}to{left:162px;top:109px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(3){animation:particles-3 2.5s 75ms}@keyframes particles-4{0%{transform:scale(1);visibility:visible}to{left:223px;top:78px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(4){animation:particles-4 2.5s .1s}@keyframes particles-5{0%{transform:scale(1);visibility:visible}to{left:184px;top:113px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(5){animation:particles-5 2.5s .125s}@keyframes particles-6{0%{transform:scale(1);visibility:visible}to{left:-42px;top:-238px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(6){animation:particles-6 2.5s .15s}@keyframes particles-7{0%{transform:scale(1);visibility:visible}to{left:150px;top:-98px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(7){animation:particles-7 2.5s .175s}@keyframes particles-8{0%{transform:scale(1);visibility:visible}to{left:62px;top:225px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(8){animation:particles-8 2.5s .2s}@keyframes particles-9{0%{transform:scale(1);visibility:visible}to{left:113px;top:86px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(9){animation:particles-9 2.5s .225s}@keyframes particles-10{0%{transform:scale(1);visibility:visible}to{left:229px;top:-127px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(10){animation:particles-10 2.5s .25s}@keyframes particles-11{0%{transform:scale(1);visibility:visible}to{left:243px;top:-106px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(11){animation:particles-11 2.5s .275s}@keyframes particles-12{0%{transform:scale(1);visibility:visible}to{left:-168px;top:138px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(12){animation:particles-12 2.5s .3s}@keyframes particles-13{0%{transform:scale(1);visibility:visible}to{left:-124px;top:62px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(13){animation:particles-13 2.5s .325s}@keyframes particles-14{0%{transform:scale(1);visibility:visible}to{left:246px;top:30px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(14){animation:particles-14 2.5s .35s}@keyframes particles-15{0%{transform:scale(1);visibility:visible}to{left:-22px;top:-171px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(15){animation:particles-15 2.5s .375s}@keyframes particles-16{0%{transform:scale(1);visibility:visible}to{left:-144px;top:115px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(16){animation:particles-16 2.5s .4s}@keyframes particles-17{0%{transform:scale(1);visibility:visible}to{left:209px;top:84px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(17){animation:particles-17 2.5s .425s}@keyframes particles-18{0%{transform:scale(1);visibility:visible}to{left:84px;top:-190px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(18){animation:particles-18 2.5s .45s}@keyframes particles-19{0%{transform:scale(1);visibility:visible}to{left:-94px;top:208px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(19){animation:particles-19 2.5s .475s}@keyframes particles-20{0%{transform:scale(1);visibility:visible}to{left:147px;top:203px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(20){animation:particles-20 2.5s .5s}@keyframes particles-21{0%{transform:scale(1);visibility:visible}to{left:178px;top:206px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(21){animation:particles-21 2.5s .525s}@keyframes particles-22{0%{transform:scale(1);visibility:visible}to{left:-10px;top:-226px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(22){animation:particles-22 2.5s .55s}@keyframes particles-23{0%{transform:scale(1);visibility:visible}to{left:3px;top:222px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(23){animation:particles-23 2.5s .575s}@keyframes particles-24{0%{transform:scale(1);visibility:visible}to{left:-182px;top:-44px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(24){animation:particles-24 2.5s .6s}@keyframes particles-25{0%{transform:scale(1);visibility:visible}to{left:-146px;top:166px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(25){animation:particles-25 2.5s .625s}@keyframes particles-26{0%{transform:scale(1);visibility:visible}to{left:144px;top:218px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(26){animation:particles-26 2.5s .65s}@keyframes particles-27{0%{transform:scale(1);visibility:visible}to{left:48px;top:222px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(27){animation:particles-27 2.5s .675s}@keyframes particles-28{0%{transform:scale(1);visibility:visible}to{left:-48px;top:50px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(28){animation:particles-28 2.5s .7s}@keyframes particles-29{0%{transform:scale(1);visibility:visible}to{left:-228px;top:-15px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(29){animation:particles-29 2.5s .725s}@keyframes particles-30{0%{transform:scale(1);visibility:visible}to{left:91px;top:-199px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(30){animation:particles-30 2.5s .75s}@keyframes particles-31{0%{transform:scale(1);visibility:visible}to{left:-40px;top:104px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(31){animation:particles-31 2.5s .775s}@keyframes particles-32{0%{transform:scale(1);visibility:visible}to{left:-102px;top:4px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(32){animation:particles-32 2.5s .8s}@keyframes particles-33{0%{transform:scale(1);visibility:visible}to{left:-26px;top:-89px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(33){animation:particles-33 2.5s .825s}@keyframes particles-34{0%{transform:scale(1);visibility:visible}to{left:-151px;top:-149px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(34){animation:particles-34 2.5s .85s}@keyframes particles-35{0%{transform:scale(1);visibility:visible}to{left:186px;top:200px;transform:scale(0);visibility:hidden}}.rtl-container.yellow.night .invoice-animation-div .particles-circle:nth-of-type(35){animation:particles-35 2.5s .875s}.rtl-container.yellow.night .wiggle{animation:.5s wiggle ease-in-out infinite}@keyframes wiggle{0%{transform:rotate(-3deg)}20%{transform:rotate(20deg)}40%{transform:rotate(-15deg)}60%{transform:rotate(5deg)}90%{transform:rotate(-1deg)}to{transform:rotate(0)}}.rtl-container.yellow.night .shockwave{animation:shockwaveJump 1s ease-out infinite}.rtl-container.yellow.night .shockwave:after{content:"";position:absolute;inset:0;animation:shockwave 1s .65s ease-out infinite}.rtl-container.yellow.night .shockwave:before{content:"";position:absolute;inset:0;animation:shockwave 1s .5s ease-out infinite}@keyframes shockwaveJump{0%{transform:scale(1)}40%{transform:scale(1.08)}50%{transform:scale(.98)}55%{transform:scale(1.02)}60%{transform:scale(.98)}to{transform:scale(1)}}@keyframes shockwave{0%{transform:scale(1);box-shadow:0 0 2px #00000026,inset 0 0 1px #00000026}95%{box-shadow:0 0 50px #0000,inset 0 0 30px #0000}to{transform:scale(2.25)}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;font-display:block;src:url(material-icons.59322316b3fd6063.woff2) format("woff2"),url(material-icons.4ad034d2c499d9b6.woff) format("woff")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Outlined;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-outlined.f86cb7b0aa53f0fe.woff2) format("woff2"),url(material-icons-outlined.78a93b2079680a08.woff) format("woff")}.material-icons-outlined{font-family:Material Icons Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Round;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-round.b10ec9db5b7fbc74.woff2) format("woff2"),url(material-icons-round.92dc7ca2f4c591e7.woff) format("woff")}.material-icons-round{font-family:Material Icons Round;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Sharp;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-sharp.3885863ee4746422.woff2) format("woff2"),url(material-icons-sharp.a71cb2bf66c604de.woff) format("woff")}.material-icons-sharp{font-family:Material Icons Sharp;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Material Icons Two Tone;font-style:normal;font-weight:400;font-display:block;src:url(material-icons-two-tone.675bd578bd14533e.woff2) format("woff2"),url(material-icons-two-tone.588d63134de807a7.woff) format("woff")}.material-icons-two-tone{font-family:Material Icons Two Tone;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:Roboto;src:url(Roboto-Thin.f7a95c9c5999532c.woff2) format("woff2"),url(Roboto-Thin.c13c157cb81e8ebb.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Roboto-Thin;src:url(Roboto-Thin.f7a95c9c5999532c.woff2) format("woff2"),url(Roboto-Thin.c13c157cb81e8ebb.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-ThinItalic.b0e084abf689f393.woff2) format("woff2"),url(Roboto-ThinItalic.1111028df6cea564.woff) format("woff");font-weight:100;font-style:italic}@font-face{font-family:Roboto-ThinItalic;src:url(Roboto-ThinItalic.b0e084abf689f393.woff2) format("woff2"),url(Roboto-ThinItalic.1111028df6cea564.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Light.0e01b6cd13b3857f.woff2) format("woff2"),url(Roboto-Light.603ca9a537b88428.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Roboto-Light;src:url(Roboto-Light.0e01b6cd13b3857f.woff2) format("woff2"),url(Roboto-Light.603ca9a537b88428.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-LightItalic.232ef4b20215f720.woff2) format("woff2"),url(Roboto-LightItalic.1b5e142f787151c8.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Roboto-LightItalic;src:url(Roboto-LightItalic.232ef4b20215f720.woff2) format("woff2"),url(Roboto-LightItalic.1b5e142f787151c8.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Regular.475ba9e4e2d63456.woff2) format("woff2"),url(Roboto-Regular.bcefbfee882bc1cb.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Regular;src:url(Roboto-Regular.475ba9e4e2d63456.woff2) format("woff2"),url(Roboto-Regular.bcefbfee882bc1cb.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2) format("woff2"),url(Roboto-RegularItalic.0668fae6af0cf8c2.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Roboto-RegularItalic;src:url(Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2) format("woff2"),url(Roboto-RegularItalic.0668fae6af0cf8c2.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Medium.457532032ceb0168.woff2) format("woff2"),url(Roboto-Medium.6e1ae5f0b324a0aa.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Roboto-Medium;src:url(Roboto-Medium.457532032ceb0168.woff2) format("woff2"),url(Roboto-Medium.6e1ae5f0b324a0aa.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-MediumItalic.872f7060602d55d2.woff2) format("woff2"),url(Roboto-MediumItalic.e06fb533801cbb08.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Roboto-MediumItalic;src:url(Roboto-MediumItalic.872f7060602d55d2.woff2) format("woff2"),url(Roboto-MediumItalic.e06fb533801cbb08.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Bold.447291a88c067396.woff2) format("woff2"),url(Roboto-Bold.fc482e6133cf5e26.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto-Bold;src:url(Roboto-Bold.447291a88c067396.woff2) format("woff2"),url(Roboto-Bold.fc482e6133cf5e26.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-BoldItalic.1b15168ef6fa4e16.woff2) format("woff2"),url(Roboto-BoldItalic.e26ba339b06f09f7.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Roboto-BoldItalic;src:url(Roboto-BoldItalic.1b15168ef6fa4e16.woff2) format("woff2"),url(Roboto-BoldItalic.e26ba339b06f09f7.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-Black.2eaa390d458c877d.woff2) format("woff2"),url(Roboto-Black.b25f67ad8583da68.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Roboto-Black;src:url(Roboto-Black.2eaa390d458c877d.woff2) format("woff2"),url(Roboto-Black.b25f67ad8583da68.woff) format("woff")}@font-face{font-family:Roboto;src:url(Roboto-BlackItalic.7dc03ee444552bc5.woff2) format("woff2"),url(Roboto-BlackItalic.c8dc642467cb3099.woff) format("woff");font-weight:900;font-style:italic}@font-face{font-family:Roboto-BlackItalic;src:url(Roboto-BlackItalic.7dc03ee444552bc5.woff2) format("woff2"),url(Roboto-BlackItalic.c8dc642467cb3099.woff) format("woff")} diff --git a/server/controllers/eclair/invoices.ts b/server/controllers/eclair/invoices.ts index 59013c3d..372b4c24 100644 --- a/server/controllers/eclair/invoices.ts +++ b/server/controllers/eclair/invoices.ts @@ -1,7 +1,7 @@ import request from 'request-promise'; import { Logger, LoggerService } from '../../utils/logger.js'; import { Common, CommonService } from '../../utils/common.js'; -import { SelectedNode } from 'server/models/config.model.js'; +import { SelectedNode } from '../../models/config.model.js'; let options = null; const logger: LoggerService = Logger; const common: CommonService = Common; diff --git a/server/controllers/eclair/network.ts b/server/controllers/eclair/network.ts index 934ec5f7..a9cf0736 100644 --- a/server/controllers/eclair/network.ts +++ b/server/controllers/eclair/network.ts @@ -1,7 +1,7 @@ import request from 'request-promise'; import { Logger, LoggerService } from '../../utils/logger.js'; import { Common, CommonService } from '../../utils/common.js'; -import { SelectedNode } from 'server/models/config.model.js'; +import { SelectedNode } from '../../models/config.model.js'; let options = null; const logger: LoggerService = Logger; const common: CommonService = Common; diff --git a/server/controllers/shared/authenticate.ts b/server/controllers/shared/authenticate.ts index af1716b1..21ca9615 100644 --- a/server/controllers/shared/authenticate.ts +++ b/server/controllers/shared/authenticate.ts @@ -47,7 +47,7 @@ const handleMultipleFailedAttemptsError = (failed, currentTime, errMsg) => { } }; -export const verifyToken = (twoFAToken) => !!(common.appConfig.secret2FA && common.appConfig.secret2FA !== '' && otplib.authenticator.check(twoFAToken, common.appConfig.secret2FA)); +export const verifyToken = (twoFAToken) => !!(common.appConfig.secret2FA && common.appConfig.secret2FA !== '' && (otplib as any).authenticator.check(twoFAToken, common.appConfig.secret2FA)); export const authenticateUser = (req, res, next) => { const { authenticateWith, authenticationValue, twoFAToken } = req.body; diff --git a/server/routes/lnd/wallet.ts b/server/routes/lnd/wallet.ts index e0210005..787a599d 100644 --- a/server/routes/lnd/wallet.ts +++ b/server/routes/lnd/wallet.ts @@ -5,7 +5,8 @@ import { genSeed, updateSelNodeOptions, getUTXOs, operateWallet, bumpFee, labelT const router = Router(); -router.get('/genseed/:passphrase?', isAuthenticated, genSeed); +router.get('/genseed', isAuthenticated, genSeed); +router.get('/genseed/:passphrase', isAuthenticated, genSeed); router.get('/updateSelNodeOptions', isAuthenticated, updateSelNodeOptions); router.get('/getUTXOs', isAuthenticated, getUTXOs); router.post('/wallet/:operation', isAuthenticated, operateWallet); diff --git a/server/tsconfig.server.json b/server/tsconfig.server.json index 3f810889..c2697f94 100644 --- a/server/tsconfig.server.json +++ b/server/tsconfig.server.json @@ -3,9 +3,14 @@ "compilerOptions": { "baseUrl": "../", "outDir": "../backend", + "module": "Node16", + "moduleResolution": "Node16", + "target": "ES2022", + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "noEmit": false, + "allowImportingTsExtensions": false, + "types": ["node"] }, - "include": [ - "./**/*" - ] + "include": ["./**/*"] } - \ No newline at end of file diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 8515e47a..1ea29e4d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -21,6 +21,7 @@ import { routeAnimation } from './shared/animation/route-animation'; import { RTLState } from './store/rtl.state'; @Component({ + standalone: false, selector: 'rtl-app', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'], diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2fc88734..3ef102da 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,8 +1,8 @@ import { HammerModule } from '@angular/platform-browser'; import { NgModule, isDevMode } from '@angular/core'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; -import { HTTP_INTERCEPTORS } from '@angular/common/http'; import { LayoutModule } from '@angular/cdk/layout'; +import { HTTP_INTERCEPTORS, provideHttpClient, withFetch, withInterceptorsFromDi } from '@angular/common/http'; import { StoreModule } from '@ngrx/store'; import { EffectsModule } from '@ngrx/effects'; @@ -54,10 +54,16 @@ if (isDevMode()) { isDevEnvironemt = true; } ], declarations: [AppComponent], providers: [ + provideHttpClient(withFetch(), withInterceptorsFromDi()), provideUserIdleConfig({ idle: (HOUR_SECONDS - 10), timeout: 10, ping: 12000 }), { provide: HTTP_INTERCEPTORS, useClass: AuthInterceptor, multi: true }, - SessionService, DataService, WebSocketClientService, LoopService, CommonService, BoltzService + SessionService, + DataService, + WebSocketClientService, + LoopService, + CommonService, + BoltzService ], bootstrap: [AppComponent] }) -export class AppModule { } +export class AppModule {} diff --git a/src/app/cln/cln-root.component.ts b/src/app/cln/cln-root.component.ts index ece2565c..8552424c 100644 --- a/src/app/cln/cln-root.component.ts +++ b/src/app/cln/cln-root.component.ts @@ -3,6 +3,7 @@ import { Event, NavigationCancel, NavigationEnd, NavigationError, NavigationStar import { routeAnimation } from '../shared/animation/route-animation'; @Component({ + standalone: false, selector: 'rtl-cln-root', templateUrl: './cln-root.component.html', styleUrls: ['./cln-root.component.scss'], diff --git a/src/app/cln/graph/graph.component.html b/src/app/cln/graph/graph.component.html index 24cdd1b5..acb9cf87 100644 --- a/src/app/cln/graph/graph.component.html +++ b/src/app/cln/graph/graph.component.html @@ -6,7 +6,7 @@

diff --git a/src/app/cln/graph/graph.component.ts b/src/app/cln/graph/graph.component.ts index 6ad08c90..998415ab 100644 --- a/src/app/cln/graph/graph.component.ts +++ b/src/app/cln/graph/graph.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faSearch } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-cln-graph', templateUrl: './graph.component.html', styleUrls: ['./graph.component.scss'] diff --git a/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.ts b/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.ts index ceccdca7..a6c24a7f 100644 --- a/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.ts +++ b/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.ts @@ -8,6 +8,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { clnNodeInformation } from '../../../store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-cln-channel-lookup', templateUrl: './channel-lookup.component.html', styleUrls: ['./channel-lookup.component.scss'] diff --git a/src/app/cln/graph/lookups/lookups.component.ts b/src/app/cln/graph/lookups/lookups.component.ts index d48ee07d..cc45ed50 100644 --- a/src/app/cln/graph/lookups/lookups.component.ts +++ b/src/app/cln/graph/lookups/lookups.component.ts @@ -13,6 +13,7 @@ import { RTLState } from '../../../store/rtl.state'; import { channelLookup, peerLookup } from '../../store/cln.actions'; @Component({ + standalone: false, selector: 'rtl-cln-lookups', templateUrl: './lookups.component.html', styleUrls: ['./lookups.component.scss'] diff --git a/src/app/cln/graph/lookups/node-lookup/node-lookup.component.ts b/src/app/cln/graph/lookups/node-lookup/node-lookup.component.ts index d78dd9e8..d4a233ce 100644 --- a/src/app/cln/graph/lookups/node-lookup/node-lookup.component.ts +++ b/src/app/cln/graph/lookups/node-lookup/node-lookup.component.ts @@ -15,6 +15,7 @@ import { CLNConnectPeerComponent } from '../../../peers-channels/connect-peer/co import { nodeInfoAndBalance } from '../../../store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-cln-node-lookup', templateUrl: './node-lookup.component.html', styleUrls: ['./node-lookup.component.scss'] diff --git a/src/app/cln/graph/query-routes/query-routes.component.ts b/src/app/cln/graph/query-routes/query-routes.component.ts index 64a42bf7..7d9b9355 100644 --- a/src/app/cln/graph/query-routes/query-routes.component.ts +++ b/src/app/cln/graph/query-routes/query-routes.component.ts @@ -20,6 +20,7 @@ import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-query-routes', templateUrl: './query-routes.component.html', styleUrls: ['./query-routes.component.scss'] diff --git a/src/app/cln/home/balances-info/balances-info.component.html b/src/app/cln/home/balances-info/balances-info.component.html index 39c80be4..c7f78b31 100644 --- a/src/app/cln/home/balances-info/balances-info.component.html +++ b/src/app/cln/home/balances-info/balances-info.component.html @@ -2,12 +2,12 @@

Lightning

{{balances.lightning | number:'1.0-0'}} Sats
- +

On-chain

{{balances.onchain | number:'1.0-0'}} Sats
- +

Total

diff --git a/src/app/cln/home/balances-info/balances-info.component.ts b/src/app/cln/home/balances-info/balances-info.component.ts index 69e36bfe..879fdeeb 100644 --- a/src/app/cln/home/balances-info/balances-info.component.ts +++ b/src/app/cln/home/balances-info/balances-info.component.ts @@ -1,6 +1,7 @@ import { Component, Input } from '@angular/core'; @Component({ + standalone: false, selector: 'rtl-cln-balances-info', templateUrl: './balances-info.component.html', styleUrls: ['./balances-info.component.scss'] diff --git a/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.html b/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.html index 6a9cebb6..d271d367 100644 --- a/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.html +++ b/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.html @@ -9,13 +9,13 @@ Remote:{{channelBalances?.remoteBalance || 0 | number:'1.0-0'}} Sats
- +
diff --git a/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.ts b/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.ts index b5503c4e..b7c75b71 100644 --- a/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.ts +++ b/src/app/cln/home/channel-capacity-info/channel-capacity-info.component.ts @@ -5,6 +5,7 @@ import { faBalanceScale, faDumbbell } from '@fortawesome/free-solid-svg-icons'; import { Channel } from '../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-channel-capacity-info', templateUrl: './channel-capacity-info.component.html', styleUrls: ['./channel-capacity-info.component.scss'] diff --git a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.html b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.html index b14f346d..cfbc9f6e 100644 --- a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.html +++ b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.html @@ -8,15 +8,15 @@
- + {{(channel.alias || channel.peer_id) | slice:0:24}}{{(channel.alias || channel.peer_id).length > 25 ? '...' : ''}}
Capacity: {{channel.to_them_msat/1000 || 0 | number:'1.0-0'}} Sats Capacity: {{channel.to_us_msat/1000 || 0 | number:'1.0-0'}} Sats
- - + +
diff --git a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.spec.ts b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.spec.ts index 827dcf46..5fc8b59d 100644 --- a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.spec.ts +++ b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.spec.ts @@ -7,6 +7,8 @@ import { mockDataService } from '../../../shared/test-helpers/mock-services'; import { CLNChannelLiquidityInfoComponent } from './channel-liquidity-info.component'; import { DataService } from '../../../shared/services/data.service'; +import { provideHttpClientTesting } from '@angular/common/http/testing'; +import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'; describe('CLNChannelLiquidityInfoComponent', () => { let component: CLNChannelLiquidityInfoComponent; @@ -17,6 +19,8 @@ describe('CLNChannelLiquidityInfoComponent', () => { declarations: [CLNChannelLiquidityInfoComponent], imports: [SharedModule, RouterTestingModule], providers: [ + provideHttpClient(withInterceptorsFromDi()), + provideHttpClientTesting(), CommonService, { provide: DataService, useClass: mockDataService } ] diff --git a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.ts b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.ts index b5e0c109..e2dadfa1 100644 --- a/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.ts +++ b/src/app/cln/home/channel-liquidity-info/channel-liquidity-info.component.ts @@ -6,6 +6,7 @@ import { ScreenSizeEnum } from '../../../shared/services/consts-enums-functions' import { CommonService } from '../../../shared/services/common.service'; @Component({ + standalone: false, selector: 'rtl-cln-channel-liquidity-info', templateUrl: './channel-liquidity-info.component.html', styleUrls: ['./channel-liquidity-info.component.scss'] diff --git a/src/app/cln/home/channel-status-info/channel-status-info.component.ts b/src/app/cln/home/channel-status-info/channel-status-info.component.ts index 95c46f11..103d6ae9 100644 --- a/src/app/cln/home/channel-status-info/channel-status-info.component.ts +++ b/src/app/cln/home/channel-status-info/channel-status-info.component.ts @@ -2,6 +2,7 @@ import { Component, Input } from '@angular/core'; import { ChannelsStatus } from '../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-channel-status-info', templateUrl: './channel-status-info.component.html', styleUrls: ['./channel-status-info.component.scss'] diff --git a/src/app/cln/home/fee-info/fee-info.component.ts b/src/app/cln/home/fee-info/fee-info.component.ts index c8a75ef3..40226dac 100644 --- a/src/app/cln/home/fee-info/fee-info.component.ts +++ b/src/app/cln/home/fee-info/fee-info.component.ts @@ -2,6 +2,7 @@ import { Component, Input } from '@angular/core'; import { Fees } from '../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-fee-info', templateUrl: './fee-info.component.html', styleUrls: ['./fee-info.component.scss'] diff --git a/src/app/cln/home/home.component.html b/src/app/cln/home/home.component.html index 1fb20f0f..ba7cac26 100644 --- a/src/app/cln/home/home.component.html +++ b/src/app/cln/home/home.component.html @@ -23,7 +23,7 @@ - - - + + - - + +
- +
diff --git a/src/app/cln/liquidity-ads/liquidity-ads-list/liquidity-ads-list.component.ts b/src/app/cln/liquidity-ads/liquidity-ads-list/liquidity-ads-list.component.ts index 51820d10..71d953bf 100644 --- a/src/app/cln/liquidity-ads/liquidity-ads-list/liquidity-ads-list.component.ts +++ b/src/app/cln/liquidity-ads/liquidity-ads-list/liquidity-ads-list.component.ts @@ -26,6 +26,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-liquidity-ads-list', templateUrl: './liquidity-ads-list.component.html', styleUrls: ['./liquidity-ads-list.component.scss'], diff --git a/src/app/cln/liquidity-ads/open-liquidity-channel-modal/open-liquidity-channel-modal.component.ts b/src/app/cln/liquidity-ads/open-liquidity-channel-modal/open-liquidity-channel-modal.component.ts index 312a6966..f0779a8a 100644 --- a/src/app/cln/liquidity-ads/open-liquidity-channel-modal/open-liquidity-channel-modal.component.ts +++ b/src/app/cln/liquidity-ads/open-liquidity-channel-modal/open-liquidity-channel-modal.component.ts @@ -14,6 +14,7 @@ import { RTLState } from '../../../store/rtl.state'; import { saveNewChannel } from '../../store/cln.actions'; @Component({ + standalone: false, selector: 'rtl-cln-open-liquidity-channel', templateUrl: './open-liquidity-channel-modal.component.html', styleUrls: ['./open-liquidity-channel-modal.component.scss'] diff --git a/src/app/cln/network-info/fee-rates/fee-rates.component.ts b/src/app/cln/network-info/fee-rates/fee-rates.component.ts index 2b27e85a..c486e496 100644 --- a/src/app/cln/network-info/fee-rates/fee-rates.component.ts +++ b/src/app/cln/network-info/fee-rates/fee-rates.component.ts @@ -3,6 +3,7 @@ import { Component, AfterContentChecked, Input } from '@angular/core'; import { FeeRates, FeeRatePerObj, feeRateStyle } from '../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-fee-rates', templateUrl: './fee-rates.component.html', styleUrls: ['./fee-rates.component.scss'] diff --git a/src/app/cln/network-info/network-info.component.html b/src/app/cln/network-info/network-info.component.html index 305166fa..30b8862f 100644 --- a/src/app/cln/network-info/network-info.component.html +++ b/src/app/cln/network-info/network-info.component.html @@ -30,8 +30,8 @@ - - + + @@ -71,8 +71,8 @@ - - + + diff --git a/src/app/cln/network-info/network-info.component.ts b/src/app/cln/network-info/network-info.component.ts index 86cf5c5d..101c7a6d 100644 --- a/src/app/cln/network-info/network-info.component.ts +++ b/src/app/cln/network-info/network-info.component.ts @@ -16,6 +16,7 @@ import { rootSelectedNode } from '../../store/rtl.selector'; import { channels, feeRatesPerKB, feeRatesPerKW, forwardingHistory, utxoBalances, nodeInfoAndAPIsStatus } from '../store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-cln-network-info', templateUrl: './network-info.component.html', styleUrls: ['./network-info.component.scss'] diff --git a/src/app/cln/network-info/on-chain-fee-estimates/on-chain-fee-estimates.component.ts b/src/app/cln/network-info/on-chain-fee-estimates/on-chain-fee-estimates.component.ts index 7ecaf001..9c40fb23 100644 --- a/src/app/cln/network-info/on-chain-fee-estimates/on-chain-fee-estimates.component.ts +++ b/src/app/cln/network-info/on-chain-fee-estimates/on-chain-fee-estimates.component.ts @@ -3,6 +3,7 @@ import { Component, Input } from '@angular/core'; import { FeeRates } from '../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-onchain-fee-estimates', templateUrl: './on-chain-fee-estimates.component.html', styleUrls: ['./on-chain-fee-estimates.component.scss'] diff --git a/src/app/cln/on-chain/on-chain-receive/on-chain-receive.component.ts b/src/app/cln/on-chain/on-chain-receive/on-chain-receive.component.ts index 939dd447..d8f4180b 100644 --- a/src/app/cln/on-chain/on-chain-receive/on-chain-receive.component.ts +++ b/src/app/cln/on-chain/on-chain-receive/on-chain-receive.component.ts @@ -11,6 +11,7 @@ import { openAlert } from '../../../store/rtl.actions'; import { getNewAddress } from '../../store/cln.actions'; @Component({ + standalone: false, selector: 'rtl-cln-on-chain-receive', templateUrl: './on-chain-receive.component.html', styleUrls: ['./on-chain-receive.component.scss'] diff --git a/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.html b/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.html index 322d1409..b9dbd8fc 100644 --- a/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.html +++ b/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.html @@ -41,7 +41,7 @@
- + Fee Rate @@ -132,7 +132,7 @@
- + Fee Rate diff --git a/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts b/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts index fac9e571..04e3592c 100644 --- a/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts +++ b/src/app/cln/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts @@ -25,10 +25,11 @@ import { setChannelTransaction } from '../../store/cln.actions'; import { rootAppConfig, rootSelectedNode } from '../../../store/rtl.selector'; import { clnNodeInformation, utxoBalances } from '../../store/cln.selector'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; -import { DataService } from 'src/app/shared/services/data.service'; -import { RecommendedFeeRates } from 'src/app/shared/models/rtlModels'; +import { DataService } from '../../../shared/services/data.service'; +import { RecommendedFeeRates } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-cln-on-chain-send-modal', templateUrl: './on-chain-send-modal.component.html', styleUrls: ['./on-chain-send-modal.component.scss'] diff --git a/src/app/cln/on-chain/on-chain-send/on-chain-send.component.ts b/src/app/cln/on-chain/on-chain-send/on-chain-send.component.ts index 534ffb96..f68dae11 100644 --- a/src/app/cln/on-chain/on-chain-send/on-chain-send.component.ts +++ b/src/app/cln/on-chain/on-chain-send/on-chain-send.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../store/rtl.state'; import { openAlert } from '../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-cln-on-chain-send', templateUrl: './on-chain-send.component.html', styleUrls: ['./on-chain-send.component.scss'] diff --git a/src/app/cln/on-chain/on-chain.component.ts b/src/app/cln/on-chain/on-chain.component.ts index 7a590951..5a7f63cc 100644 --- a/src/app/cln/on-chain/on-chain.component.ts +++ b/src/app/cln/on-chain/on-chain.component.ts @@ -15,6 +15,7 @@ import { Balance, LocalRemoteBalance, UTXO } from '../../shared/models/clnModels import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-cln-on-chain', templateUrl: './on-chain.component.html', styleUrls: ['./on-chain.component.scss'] diff --git a/src/app/cln/on-chain/utxo-tables/utxo-tables.component.html b/src/app/cln/on-chain/utxo-tables/utxo-tables.component.html index b843856d..476805c6 100644 --- a/src/app/cln/on-chain/utxo-tables/utxo-tables.component.html +++ b/src/app/cln/on-chain/utxo-tables/utxo-tables.component.html @@ -2,13 +2,13 @@ - UTXOs + UTXOs - Dust UTXOs + Dust UTXOs diff --git a/src/app/cln/on-chain/utxo-tables/utxo-tables.component.ts b/src/app/cln/on-chain/utxo-tables/utxo-tables.component.ts index 303a05c6..06eece7d 100644 --- a/src/app/cln/on-chain/utxo-tables/utxo-tables.component.ts +++ b/src/app/cln/on-chain/utxo-tables/utxo-tables.component.ts @@ -11,6 +11,7 @@ import { utxoBalances } from '../../store/cln.selector'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-cln-utxo-tables', templateUrl: './utxo-tables.component.html', styleUrls: ['./utxo-tables.component.scss'] diff --git a/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.html b/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.html index e9b1daba..90e9777a 100644 --- a/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.html +++ b/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.html @@ -30,7 +30,7 @@ - + @@ -104,7 +104,7 @@ - +
diff --git a/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.ts b/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.ts index 68387a4e..a907902c 100644 --- a/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.ts +++ b/src/app/cln/on-chain/utxo-tables/utxos/utxos.component.ts @@ -21,6 +21,7 @@ import { CamelCaseWithReplacePipe } from '../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-on-chain-utxos', templateUrl: './utxos.component.html', styleUrls: ['./utxos.component.scss'], diff --git a/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.html b/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.html index 3dfdf9b3..bae4fabe 100644 --- a/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.html +++ b/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.html @@ -10,7 +10,7 @@

Bump fee for transaction id: {{bumpFeeChannel?.funding_txid}} - +

diff --git a/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.ts b/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.ts index 29a47122..1e29d8da 100644 --- a/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.ts +++ b/src/app/cln/peers-channels/channels/bump-fee-modal/bump-fee.component.ts @@ -21,6 +21,7 @@ import { openSnackBar } from '../../../../store/rtl.actions'; import { getNewAddress, setChannelTransaction } from '../../../store/cln.actions'; @Component({ + standalone: false, selector: 'rtl-cln-bump-fee', templateUrl: './bump-fee.component.html', styleUrls: ['./bump-fee.component.scss'] diff --git a/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.html b/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.html index 16c9dd9f..a4f938ce 100644 --- a/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.html +++ b/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.html @@ -43,7 +43,7 @@

Funding Transaction ID

{{channel.funding_txid}} - +
diff --git a/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.ts b/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.ts index ed0da577..a2053d0a 100644 --- a/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.ts +++ b/src/app/cln/peers-channels/channels/channel-information-modal/channel-information.component.ts @@ -12,6 +12,7 @@ import { Channel } from '../../../../shared/models/clnModels'; import { ScreenSizeEnum } from '../../../../shared/services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-cln-channel-information', templateUrl: './channel-information.component.html', styleUrls: ['./channel-information.component.scss'] diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html index 8c2c1861..9041d995 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html @@ -142,5 +142,5 @@
- +
diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss index 155311fd..c9ee4aee 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss @@ -1,4 +1,4 @@ -@import "../../../../../shared/theme/styles/constants.scss"; +@use '../../../../../shared/theme/styles/constants.scss' as *; .mat-column-amount_msat { .htlc-row-span:not(:first-of-type) { diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts index d86da482..53eee9ac 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts @@ -21,6 +21,7 @@ import { CamelCaseWithReplacePipe } from '../../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-channel-active-htlcs-table', templateUrl: './channel-active-htlcs-table.component.html', styleUrls: ['./channel-active-htlcs-table.component.scss'], diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html index d599e0bc..d8ec138e 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html @@ -104,7 +104,7 @@
{{channel.balancedness || 0 | number}}
- + @@ -142,5 +142,5 @@
- + diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.spec.ts b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.spec.ts index 7aaa4cf9..7984afa9 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.spec.ts +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.spec.ts @@ -17,6 +17,8 @@ import { ECLReducer } from '../../../../../eclair/store/ecl.reducers'; import { CLNEffects } from '../../../../store/cln.effects'; import { CLNChannelOpenTableComponent } from './channel-open-table.component'; import { ExtraOptions, Route, Router } from '@angular/router'; +import { HttpClientTestingModule, provideHttpClientTesting } from '@angular/common/http/testing'; +import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'; describe('CLNChannelOpenTableComponent', () => { let component: CLNChannelOpenTableComponent; @@ -33,6 +35,8 @@ describe('CLNChannelOpenTableComponent', () => { EffectsModule.forRoot([mockRTLEffects, mockLNDEffects, mockCLEffects, mockECLEffects]) ], providers: [ + provideHttpClient(withInterceptorsFromDi()), + provideHttpClientTesting(), CommonService, { provide: Router, useClass: mockRouter }, { provide: LoggerService, useClass: mockLoggerService }, diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts index 6d5f860b..584044af 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts @@ -29,6 +29,7 @@ import { MessageDataField } from '../../../../../shared/models/alertData'; import { rootSelectedNode } from '../../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-cln-channel-open-table', templateUrl: './channel-open-table.component.html', styleUrls: ['./channel-open-table.component.scss'], diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html b/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html index e5f8e1b6..4042080d 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html @@ -127,5 +127,5 @@ - + diff --git a/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts b/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts index aaf77734..4b6d8fb0 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts +++ b/src/app/cln/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts @@ -25,6 +25,7 @@ import { CamelCaseWithReplacePipe } from '../../../../../shared/pipes/app.pipe'; import { MAT_SELECT_CONFIG } from '@angular/material/select'; @Component({ + standalone: false, selector: 'rtl-cln-channel-pending-table', templateUrl: './channel-pending-table.component.html', styleUrls: ['./channel-pending-table.component.scss'], diff --git a/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.html b/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.html index c1985c89..7f5110e9 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.html +++ b/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.html @@ -6,17 +6,17 @@ - Open + Open - Pending/Inactive + Pending/Inactive - Active HTLCs + Active HTLCs diff --git a/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.ts b/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.ts index 583cff49..c02a0689 100644 --- a/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.ts +++ b/src/app/cln/peers-channels/channels/channels-tables/channels-tables.component.ts @@ -17,6 +17,7 @@ import { channels, nodeInfoAndBalance, peers, utxoBalances } from '../../../stor import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-cln-channels-tables', templateUrl: './channels-tables.component.html', styleUrls: ['./channels-tables.component.scss'] diff --git a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.html b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.html index bf306587..cbf8edd2 100644 --- a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.html +++ b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.html @@ -56,7 +56,7 @@
- + Fee Rate diff --git a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.scss b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.scss index 44b270e5..91ad86af 100644 --- a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.scss +++ b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.scss @@ -1,4 +1,4 @@ -@import "../../../../shared/theme/styles/constants.scss"; +@use '../../../../shared/theme/styles/constants.scss' as *; .open-inputs-box { padding: 1.2rem 2.4rem 0.8rem 2.4rem !important; diff --git a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.ts b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.ts index 44360f9f..98fd4743 100644 --- a/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.ts +++ b/src/app/cln/peers-channels/channels/open-channel-modal/open-channel.component.ts @@ -22,6 +22,7 @@ import { rootSelectedNode } from '../../../../store/rtl.selector'; import { Node } from '../../../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-cln-open-channel', templateUrl: './open-channel.component.html', styleUrls: ['./open-channel.component.scss'] diff --git a/src/app/cln/peers-channels/connect-peer/connect-peer.component.html b/src/app/cln/peers-channels/connect-peer/connect-peer.component.html index 71b97fd8..9047bcfd 100644 --- a/src/app/cln/peers-channels/connect-peer/connect-peer.component.html +++ b/src/app/cln/peers-channels/connect-peer/connect-peer.component.html @@ -59,7 +59,7 @@
- + Fee Rate diff --git a/src/app/cln/peers-channels/connect-peer/connect-peer.component.ts b/src/app/cln/peers-channels/connect-peer/connect-peer.component.ts index db1cbae6..94de58f5 100644 --- a/src/app/cln/peers-channels/connect-peer/connect-peer.component.ts +++ b/src/app/cln/peers-channels/connect-peer/connect-peer.component.ts @@ -22,6 +22,7 @@ import { rootSelectedNode } from '../../../store/rtl.selector'; import { Node } from '../../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-cln-connect-peer', templateUrl: './connect-peer.component.html', styleUrls: ['./connect-peer.component.scss'] diff --git a/src/app/cln/peers-channels/connections.component.html b/src/app/cln/peers-channels/connections.component.html index 698e73bf..aa54e7ab 100644 --- a/src/app/cln/peers-channels/connections.component.html +++ b/src/app/cln/peers-channels/connections.component.html @@ -19,12 +19,12 @@ - Channels + Channels - Peers + Peers diff --git a/src/app/cln/peers-channels/connections.component.ts b/src/app/cln/peers-channels/connections.component.ts index 660dc56f..e93a5ebf 100644 --- a/src/app/cln/peers-channels/connections.component.ts +++ b/src/app/cln/peers-channels/connections.component.ts @@ -13,6 +13,7 @@ import { utxoBalances, channels, peers } from '../store/cln.selector'; import { Balance, Channel, LocalRemoteBalance, Peer, UTXO } from '../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-connections', templateUrl: './connections.component.html', styleUrls: ['./connections.component.scss'] diff --git a/src/app/cln/peers-channels/peers/peers.component.html b/src/app/cln/peers-channels/peers/peers.component.html index 489ad3e4..d5430a0b 100644 --- a/src/app/cln/peers-channels/peers/peers.component.html +++ b/src/app/cln/peers-channels/peers/peers.component.html @@ -88,6 +88,6 @@
- +
\ No newline at end of file diff --git a/src/app/cln/peers-channels/peers/peers.component.ts b/src/app/cln/peers-channels/peers/peers.component.ts index b33676d6..289f17bf 100644 --- a/src/app/cln/peers-channels/peers/peers.component.ts +++ b/src/app/cln/peers-channels/peers/peers.component.ts @@ -28,6 +28,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-peers', templateUrl: './peers.component.html', styleUrls: ['./peers.component.scss'], diff --git a/src/app/cln/reports/reports.component.html b/src/app/cln/reports/reports.component.html index 81079649..526ba593 100644 --- a/src/app/cln/reports/reports.component.html +++ b/src/app/cln/reports/reports.component.html @@ -6,7 +6,7 @@ diff --git a/src/app/cln/reports/reports.component.ts b/src/app/cln/reports/reports.component.ts index 9de8871c..904c82b4 100644 --- a/src/app/cln/reports/reports.component.ts +++ b/src/app/cln/reports/reports.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faChartBar } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-cln-reports', templateUrl: './reports.component.html', styleUrls: ['./reports.component.scss'] diff --git a/src/app/cln/reports/routing/routing-report.component.html b/src/app/cln/reports/routing/routing-report.component.html index 240f215c..2d1b1be2 100644 --- a/src/app/cln/reports/routing/routing-report.component.html +++ b/src/app/cln/reports/routing/routing-report.component.html @@ -3,8 +3,8 @@
Report By: - Fees - Events + Fees + Events
@@ -42,7 +42,7 @@
- +
diff --git a/src/app/cln/reports/routing/routing-report.component.ts b/src/app/cln/reports/routing/routing-report.component.ts index e109ca4a..1f032264 100644 --- a/src/app/cln/reports/routing/routing-report.component.ts +++ b/src/app/cln/reports/routing/routing-report.component.ts @@ -16,6 +16,7 @@ import { getForwardingHistory } from '../../store/cln.actions'; import { DataService } from '../../../shared/services/data.service'; @Component({ + standalone: false, selector: 'rtl-cln-routing-report', templateUrl: './routing-report.component.html', styleUrls: ['./routing-report.component.scss'], diff --git a/src/app/cln/reports/transactions/transactions-report.component.ts b/src/app/cln/reports/transactions/transactions-report.component.ts index a8af631c..557ef9fc 100644 --- a/src/app/cln/reports/transactions/transactions-report.component.ts +++ b/src/app/cln/reports/transactions/transactions-report.component.ts @@ -15,6 +15,7 @@ import { LoggerService } from '../../../shared/services/logger.service'; import { PageSettings, TableSetting } from '../../../shared/models/pageSettings'; @Component({ + standalone: false, selector: 'rtl-cln-transactions-report', templateUrl: './transactions-report.component.html', styleUrls: ['./transactions-report.component.scss'], diff --git a/src/app/cln/routing/failed-transactions/failed-transactions.component.html b/src/app/cln/routing/failed-transactions/failed-transactions.component.html index 07551d49..bb8b19c6 100644 --- a/src/app/cln/routing/failed-transactions/failed-transactions.component.html +++ b/src/app/cln/routing/failed-transactions/failed-transactions.component.html @@ -108,5 +108,5 @@ - + diff --git a/src/app/cln/routing/failed-transactions/failed-transactions.component.ts b/src/app/cln/routing/failed-transactions/failed-transactions.component.ts index ef72feb5..0d0a2d0c 100644 --- a/src/app/cln/routing/failed-transactions/failed-transactions.component.ts +++ b/src/app/cln/routing/failed-transactions/failed-transactions.component.ts @@ -24,6 +24,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-failed-history', templateUrl: './failed-transactions.component.html', styleUrls: ['./failed-transactions.component.scss'], diff --git a/src/app/cln/routing/forwarding-history/forwarding-history.component.html b/src/app/cln/routing/forwarding-history/forwarding-history.component.html index 80bcb25e..5f069bf7 100644 --- a/src/app/cln/routing/forwarding-history/forwarding-history.component.html +++ b/src/app/cln/routing/forwarding-history/forwarding-history.component.html @@ -110,5 +110,5 @@ - + diff --git a/src/app/cln/routing/forwarding-history/forwarding-history.component.ts b/src/app/cln/routing/forwarding-history/forwarding-history.component.ts index 63a903ab..c0c36761 100644 --- a/src/app/cln/routing/forwarding-history/forwarding-history.component.ts +++ b/src/app/cln/routing/forwarding-history/forwarding-history.component.ts @@ -23,6 +23,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-forwarding-history', templateUrl: './forwarding-history.component.html', styleUrls: ['./forwarding-history.component.scss'], diff --git a/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.html b/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.html index 6e49b304..2e74411e 100644 --- a/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.html +++ b/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.html @@ -93,5 +93,5 @@ - + diff --git a/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.ts b/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.ts index 3f8cb980..1aa1185a 100644 --- a/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.ts +++ b/src/app/cln/routing/local-failed-transactions/local-failed-transactions.component.ts @@ -24,6 +24,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-local-failed-history', templateUrl: './local-failed-transactions.component.html', styleUrls: ['./local-failed-transactions.component.scss'], diff --git a/src/app/cln/routing/routing-peers/routing-peers.component.html b/src/app/cln/routing/routing-peers/routing-peers.component.html index 59e3befc..aec134f7 100644 --- a/src/app/cln/routing/routing-peers/routing-peers.component.html +++ b/src/app/cln/routing/routing-peers/routing-peers.component.html @@ -51,7 +51,7 @@ - +
@@ -112,7 +112,7 @@ - +
diff --git a/src/app/cln/routing/routing-peers/routing-peers.component.ts b/src/app/cln/routing/routing-peers/routing-peers.component.ts index b57a82fd..2d1b3ca0 100644 --- a/src/app/cln/routing/routing-peers/routing-peers.component.ts +++ b/src/app/cln/routing/routing-peers/routing-peers.component.ts @@ -19,6 +19,7 @@ import { getForwardingHistory } from '../../store/cln.actions'; import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; @Component({ + standalone: false, selector: 'rtl-cln-routing-peers', templateUrl: './routing-peers.component.html', styleUrls: ['./routing-peers.component.scss'], diff --git a/src/app/cln/routing/routing.component.html b/src/app/cln/routing/routing.component.html index 2c978bbd..540e5b9d 100644 --- a/src/app/cln/routing/routing.component.html +++ b/src/app/cln/routing/routing.component.html @@ -8,7 +8,7 @@
diff --git a/src/app/cln/routing/routing.component.ts b/src/app/cln/routing/routing.component.ts index b20f3a7d..c6a2ec2c 100644 --- a/src/app/cln/routing/routing.component.ts +++ b/src/app/cln/routing/routing.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faMapSigns } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-cln-routing', templateUrl: './routing.component.html', styleUrls: ['./routing.component.scss'] diff --git a/src/app/cln/sign-verify-message/sign-verify-message.component.html b/src/app/cln/sign-verify-message/sign-verify-message.component.html index 79281299..d3758ff4 100644 --- a/src/app/cln/sign-verify-message/sign-verify-message.component.html +++ b/src/app/cln/sign-verify-message/sign-verify-message.component.html @@ -6,7 +6,7 @@
diff --git a/src/app/cln/sign-verify-message/sign-verify-message.component.ts b/src/app/cln/sign-verify-message/sign-verify-message.component.ts index 7935a8dc..b6ed59b2 100644 --- a/src/app/cln/sign-verify-message/sign-verify-message.component.ts +++ b/src/app/cln/sign-verify-message/sign-verify-message.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faUserCheck } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-cln-sign-verify-message', templateUrl: './sign-verify-message.component.html', styleUrls: ['./sign-verify-message.component.scss'] diff --git a/src/app/cln/sign-verify-message/sign/sign.component.scss b/src/app/cln/sign-verify-message/sign/sign.component.scss index 87005d26..7ea889b3 100644 --- a/src/app/cln/sign-verify-message/sign/sign.component.scss +++ b/src/app/cln/sign-verify-message/sign/sign.component.scss @@ -1,4 +1,4 @@ -@import "../../../shared/theme/styles/constants.scss"; +@use '../../../shared/theme/styles/constants.scss' as *; .signature-box { padding: $gap*2; diff --git a/src/app/cln/sign-verify-message/sign/sign.component.ts b/src/app/cln/sign-verify-message/sign/sign.component.ts index a2d6bc8d..9dc5f120 100644 --- a/src/app/cln/sign-verify-message/sign/sign.component.ts +++ b/src/app/cln/sign-verify-message/sign/sign.component.ts @@ -7,6 +7,7 @@ import { DataService } from '../../../shared/services/data.service'; import { LoggerService } from '../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-cln-sign', templateUrl: './sign.component.html', styleUrls: ['./sign.component.scss'] diff --git a/src/app/cln/sign-verify-message/verify/verify.component.ts b/src/app/cln/sign-verify-message/verify/verify.component.ts index a029b026..a4292d83 100644 --- a/src/app/cln/sign-verify-message/verify/verify.component.ts +++ b/src/app/cln/sign-verify-message/verify/verify.component.ts @@ -7,6 +7,7 @@ import { DataService } from '../../../shared/services/data.service'; import { LoggerService } from '../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-cln-verify', templateUrl: './verify.component.html', styleUrls: ['./verify.component.scss'] diff --git a/src/app/cln/transactions/invoices/create-invoice-modal/create-invoice.component.ts b/src/app/cln/transactions/invoices/create-invoice-modal/create-invoice.component.ts index 63eda2de..f49f76a8 100644 --- a/src/app/cln/transactions/invoices/create-invoice-modal/create-invoice.component.ts +++ b/src/app/cln/transactions/invoices/create-invoice-modal/create-invoice.component.ts @@ -20,6 +20,7 @@ import { saveNewInvoice } from '../../../store/cln.actions'; import { clnNodeInformation } from '../../../store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-cln-create-invoices', templateUrl: './create-invoice.component.html', styleUrls: ['./create-invoice.component.scss'] diff --git a/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.html b/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.html index 8431e4dc..fda7fd51 100644 --- a/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.html +++ b/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.html @@ -1,6 +1,6 @@
@@ -19,7 +19,7 @@
diff --git a/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.ts b/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.ts index 038c962e..e4a8ad14 100644 --- a/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.ts +++ b/src/app/cln/transactions/invoices/invoice-information-modal/invoice-information.component.ts @@ -17,6 +17,7 @@ import { listInvoices } from '../../../store/cln.selector'; import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-cln-invoice-information', templateUrl: './invoice-information.component.html', styleUrls: ['./invoice-information.component.scss'] diff --git a/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.html b/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.html index 9f839f8b..2f3d562a 100644 --- a/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.html +++ b/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.html @@ -141,6 +141,6 @@
- +
\ No newline at end of file diff --git a/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.ts b/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.ts index 05f1d85c..3e9c3ad2 100644 --- a/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.ts +++ b/src/app/cln/transactions/invoices/invoices-table/lightning-invoices-table.component.ts @@ -31,6 +31,7 @@ import { CamelCaseWithReplacePipe } from '../../../../shared/pipes/app.pipe'; import { ConvertedCurrency } from '../../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-cln-lightning-invoices-table', templateUrl: './lightning-invoices-table.component.html', styleUrls: ['./lightning-invoices-table.component.scss'], diff --git a/src/app/cln/transactions/offers/create-offer-modal/create-offer.component.ts b/src/app/cln/transactions/offers/create-offer-modal/create-offer.component.ts index b0341ff7..09755621 100644 --- a/src/app/cln/transactions/offers/create-offer-modal/create-offer.component.ts +++ b/src/app/cln/transactions/offers/create-offer-modal/create-offer.component.ts @@ -19,6 +19,7 @@ import { saveNewOffer } from '../../../store/cln.actions'; import { clnNodeInformation } from '../../../store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-cln-create-offer', templateUrl: './create-offer.component.html', styleUrls: ['./create-offer.component.scss'] diff --git a/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.html b/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.html index ba66caea..0e49f4de 100644 --- a/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.html +++ b/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.html @@ -90,6 +90,6 @@
- + diff --git a/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.ts b/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.ts index 935e8bfc..6c9247da 100644 --- a/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.ts +++ b/src/app/cln/transactions/offers/offer-bookmarks-table/offer-bookmarks-table.component.ts @@ -26,6 +26,7 @@ import { DatePipe } from '@angular/common'; import { MAT_SELECT_CONFIG } from '@angular/material/select'; @Component({ + standalone: false, selector: 'rtl-cln-offer-bookmarks-table', templateUrl: './offer-bookmarks-table.component.html', styleUrls: ['./offer-bookmarks-table.component.scss'], diff --git a/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.html b/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.html index 1131b27e..a3287290 100644 --- a/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.html +++ b/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.html @@ -1,6 +1,6 @@
@@ -14,7 +14,7 @@
diff --git a/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.ts b/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.ts index 036d5b4c..b8b39998 100644 --- a/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.ts +++ b/src/app/cln/transactions/offers/offer-information-modal/offer-information.component.ts @@ -15,6 +15,7 @@ import { ScreenSizeEnum } from '../../../../shared/services/consts-enums-functio import { Offer, OfferRequest } from '../../../../shared/models/clnModels'; @Component({ + standalone: false, selector: 'rtl-cln-offer-information', templateUrl: './offer-information.component.html', styleUrls: ['./offer-information.component.scss'] diff --git a/src/app/cln/transactions/offers/offers-table/offers-table.component.html b/src/app/cln/transactions/offers/offers-table/offers-table.component.html index 2d9a8611..8d2604b8 100644 --- a/src/app/cln/transactions/offers/offers-table/offers-table.component.html +++ b/src/app/cln/transactions/offers/offers-table/offers-table.component.html @@ -93,6 +93,6 @@
- +
\ No newline at end of file diff --git a/src/app/cln/transactions/offers/offers-table/offers-table.component.ts b/src/app/cln/transactions/offers/offers-table/offers-table.component.ts index a1a44d3b..a2392af7 100644 --- a/src/app/cln/transactions/offers/offers-table/offers-table.component.ts +++ b/src/app/cln/transactions/offers/offers-table/offers-table.component.ts @@ -33,6 +33,7 @@ import { CamelCaseWithReplacePipe } from '../../../../shared/pipes/app.pipe'; import { MAT_SELECT_CONFIG } from '@angular/material/select'; @Component({ + standalone: false, selector: 'rtl-cln-offers-table', templateUrl: './offers-table.component.html', styleUrls: ['./offers-table.component.scss'], diff --git a/src/app/cln/transactions/payments/lightning-payments.component.html b/src/app/cln/transactions/payments/lightning-payments.component.html index 77ce2b51..b40609a9 100644 --- a/src/app/cln/transactions/payments/lightning-payments.component.html +++ b/src/app/cln/transactions/payments/lightning-payments.component.html @@ -263,6 +263,6 @@ - + diff --git a/src/app/cln/transactions/payments/lightning-payments.component.scss b/src/app/cln/transactions/payments/lightning-payments.component.scss index 17b3a64a..890b38b2 100644 --- a/src/app/cln/transactions/payments/lightning-payments.component.scss +++ b/src/app/cln/transactions/payments/lightning-payments.component.scss @@ -1,4 +1,4 @@ -@import "../../../shared/theme/styles/constants.scss"; +@use '../../../shared/theme/styles/constants.scss' as *; .mat-column-status, .mat-column-group_status { max-width: 2.2rem; diff --git a/src/app/cln/transactions/payments/lightning-payments.component.ts b/src/app/cln/transactions/payments/lightning-payments.component.ts index da82e2f1..34815053 100644 --- a/src/app/cln/transactions/payments/lightning-payments.component.ts +++ b/src/app/cln/transactions/payments/lightning-payments.component.ts @@ -31,6 +31,7 @@ import { ConvertedCurrency } from '../../../shared/models/rtlModels'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-cln-lightning-payments', templateUrl: './lightning-payments.component.html', styleUrls: ['./lightning-payments.component.scss'], diff --git a/src/app/cln/transactions/send-payment-modal/send-payment.component.html b/src/app/cln/transactions/send-payment-modal/send-payment.component.html index 310ffd3b..5c97941a 100644 --- a/src/app/cln/transactions/send-payment-modal/send-payment.component.html +++ b/src/app/cln/transactions/send-payment-modal/send-payment.component.html @@ -8,9 +8,9 @@ - Invoice - Keysend - Offer + Invoice + Keysend + Offer diff --git a/src/app/cln/transactions/send-payment-modal/send-payment.component.ts b/src/app/cln/transactions/send-payment-modal/send-payment.component.ts index 61f84ea2..4bd55e77 100644 --- a/src/app/cln/transactions/send-payment-modal/send-payment.component.ts +++ b/src/app/cln/transactions/send-payment-modal/send-payment.component.ts @@ -24,6 +24,7 @@ import { CLNPaymentInformation } from '../../../shared/models/alertData'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-cln-lightning-send-payments', templateUrl: './send-payment.component.html', styleUrls: ['./send-payment.component.scss'] diff --git a/src/app/cln/transactions/transactions.component.html b/src/app/cln/transactions/transactions.component.html index 2e3a4d42..dc08d366 100644 --- a/src/app/cln/transactions/transactions.component.html +++ b/src/app/cln/transactions/transactions.component.html @@ -17,7 +17,7 @@
diff --git a/src/app/cln/transactions/transactions.component.ts b/src/app/cln/transactions/transactions.component.ts index 6c851647..7b9d781c 100644 --- a/src/app/cln/transactions/transactions.component.ts +++ b/src/app/cln/transactions/transactions.component.ts @@ -17,6 +17,7 @@ import { Node } from '../../shared/models/RTLconfig'; import { fetchOffers, fetchOfferBookmarks } from '../store/cln.actions'; @Component({ + standalone: false, selector: 'rtl-cln-transactions', templateUrl: './transactions.component.html', styleUrls: ['./transactions.component.scss'] diff --git a/src/app/eclair/ecl-root.component.ts b/src/app/eclair/ecl-root.component.ts index 42df8017..b5405c49 100644 --- a/src/app/eclair/ecl-root.component.ts +++ b/src/app/eclair/ecl-root.component.ts @@ -3,6 +3,7 @@ import { Event, NavigationCancel, NavigationEnd, NavigationError, NavigationStar import { routeAnimation } from '../shared/animation/route-animation'; @Component({ + standalone: false, selector: 'rtl-ecl-root', templateUrl: './ecl-root.component.html', styleUrls: ['./ecl-root.component.scss'], diff --git a/src/app/eclair/graph/graph.component.html b/src/app/eclair/graph/graph.component.html index 5f44ebc0..3a6a9f4c 100644 --- a/src/app/eclair/graph/graph.component.html +++ b/src/app/eclair/graph/graph.component.html @@ -6,7 +6,7 @@
diff --git a/src/app/eclair/graph/graph.component.ts b/src/app/eclair/graph/graph.component.ts index 18dfaea0..7c96766c 100644 --- a/src/app/eclair/graph/graph.component.ts +++ b/src/app/eclair/graph/graph.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faSearch } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-ecl-graph', templateUrl: './graph.component.html', styleUrls: ['./graph.component.scss'] diff --git a/src/app/eclair/graph/lookups/lookups.component.ts b/src/app/eclair/graph/lookups/lookups.component.ts index 1261fec3..02d95f0f 100644 --- a/src/app/eclair/graph/lookups/lookups.component.ts +++ b/src/app/eclair/graph/lookups/lookups.component.ts @@ -15,6 +15,7 @@ import { RTLState } from '../../../store/rtl.state'; import { peerLookup } from '../../store/ecl.actions'; @Component({ + standalone: false, selector: 'rtl-ecl-lookups', templateUrl: './lookups.component.html', styleUrls: ['./lookups.component.scss'] diff --git a/src/app/eclair/graph/lookups/node-lookup/node-lookup.component.ts b/src/app/eclair/graph/lookups/node-lookup/node-lookup.component.ts index 7406267e..e1366603 100644 --- a/src/app/eclair/graph/lookups/node-lookup/node-lookup.component.ts +++ b/src/app/eclair/graph/lookups/node-lookup/node-lookup.component.ts @@ -17,6 +17,7 @@ import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload' import { openAlert } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-ecl-node-lookup', templateUrl: './node-lookup.component.html', styleUrls: ['./node-lookup.component.scss'] diff --git a/src/app/eclair/graph/query-routes/query-routes.component.ts b/src/app/eclair/graph/query-routes/query-routes.component.ts index f0ce1465..04819ff4 100644 --- a/src/app/eclair/graph/query-routes/query-routes.component.ts +++ b/src/app/eclair/graph/query-routes/query-routes.component.ts @@ -16,6 +16,7 @@ import { getQueryRoutes } from '../../store/ecl.actions'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-query-routes', templateUrl: './query-routes.component.html', styleUrls: ['./query-routes.component.scss'] diff --git a/src/app/eclair/home/balances-info/balances-info.component.html b/src/app/eclair/home/balances-info/balances-info.component.html index 13245b68..fdf48c92 100644 --- a/src/app/eclair/home/balances-info/balances-info.component.html +++ b/src/app/eclair/home/balances-info/balances-info.component.html @@ -2,12 +2,12 @@

Lightning

{{balances.lightning | number}} Sats
- +

On-chain

{{balances.onchain | number}} Sats
- +

Total

diff --git a/src/app/eclair/home/balances-info/balances-info.component.ts b/src/app/eclair/home/balances-info/balances-info.component.ts index 075f4066..e6d4f222 100644 --- a/src/app/eclair/home/balances-info/balances-info.component.ts +++ b/src/app/eclair/home/balances-info/balances-info.component.ts @@ -1,6 +1,7 @@ import { Component, Input } from '@angular/core'; @Component({ + standalone: false, selector: 'rtl-ecl-balances-info', templateUrl: './balances-info.component.html', styleUrls: ['./balances-info.component.scss'] diff --git a/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.html b/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.html index 79a5091a..cc716103 100644 --- a/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.html +++ b/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.html @@ -9,13 +9,13 @@ Remote:{{channelBalances?.remoteBalance || 0 | number:'1.0-0'}} Sats
- +
diff --git a/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.ts b/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.ts index 2e2afd04..ee15bc6d 100644 --- a/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.ts +++ b/src/app/eclair/home/channel-capacity-info/channel-capacity-info.component.ts @@ -5,6 +5,7 @@ import { faBalanceScale, faDumbbell } from '@fortawesome/free-solid-svg-icons'; import { Channel } from '../../../shared/models/eclModels'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-capacity-info', templateUrl: './channel-capacity-info.component.html', styleUrls: ['./channel-capacity-info.component.scss'] diff --git a/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.html b/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.html index fce3353d..0f4f1918 100644 --- a/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.html +++ b/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.html @@ -8,15 +8,15 @@
- + {{(channel.alias || channel.shortChannelId) | slice:0:24}}{{(channel.alias || channel.shortChannelId).length > 25 ? '...' : ''}}
Capacity: {{channel.toRemote || 0 | number:'1.0-0'}} Sats Capacity: {{channel.toLocal || 0 | number:'1.0-0'}} Sats
- - + +
diff --git a/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.ts b/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.ts index 18941495..12ae7b1c 100644 --- a/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.ts +++ b/src/app/eclair/home/channel-liquidity-info/channel-liquidity-info.component.ts @@ -6,6 +6,7 @@ import { ScreenSizeEnum } from '../../../shared/services/consts-enums-functions' import { CommonService } from '../../../shared/services/common.service'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-liquidity-info', templateUrl: './channel-liquidity-info.component.html', styleUrls: ['./channel-liquidity-info.component.scss'] diff --git a/src/app/eclair/home/channel-status-info/channel-status-info.component.ts b/src/app/eclair/home/channel-status-info/channel-status-info.component.ts index c359a898..51fd7bcb 100644 --- a/src/app/eclair/home/channel-status-info/channel-status-info.component.ts +++ b/src/app/eclair/home/channel-status-info/channel-status-info.component.ts @@ -2,6 +2,7 @@ import { Component, Input } from '@angular/core'; import { ChannelsStatus } from '../../../shared/models/eclModels'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-status-info', templateUrl: './channel-status-info.component.html', styleUrls: ['./channel-status-info.component.scss'] diff --git a/src/app/eclair/home/fee-info/fee-info.component.ts b/src/app/eclair/home/fee-info/fee-info.component.ts index 862b9df8..fada0770 100644 --- a/src/app/eclair/home/fee-info/fee-info.component.ts +++ b/src/app/eclair/home/fee-info/fee-info.component.ts @@ -2,6 +2,7 @@ import { Component, OnChanges, Input } from '@angular/core'; import { Fees } from '../../../shared/models/eclModels'; @Component({ + standalone: false, selector: 'rtl-ecl-fee-info', templateUrl: './fee-info.component.html', styleUrls: ['./fee-info.component.scss'] diff --git a/src/app/eclair/home/home.component.html b/src/app/eclair/home/home.component.html index 168e9353..747b1f8d 100644 --- a/src/app/eclair/home/home.component.html +++ b/src/app/eclair/home/home.component.html @@ -25,7 +25,7 @@
- - - + + - + - +
diff --git a/src/app/eclair/home/home.component.ts b/src/app/eclair/home/home.component.ts index 4def0b2e..7ba11584 100644 --- a/src/app/eclair/home/home.component.ts +++ b/src/app/eclair/home/home.component.ts @@ -28,6 +28,7 @@ export interface Tile { } @Component({ + standalone: false, selector: 'rtl-ecl-home', templateUrl: './home.component.html', styleUrls: ['./home.component.scss'] diff --git a/src/app/eclair/home/node-info/node-info.component.ts b/src/app/eclair/home/node-info/node-info.component.ts index a92eeb6c..22360189 100644 --- a/src/app/eclair/home/node-info/node-info.component.ts +++ b/src/app/eclair/home/node-info/node-info.component.ts @@ -3,6 +3,7 @@ import { GetInfo } from '../../../shared/models/eclModels'; import { CommonService } from '../../../shared/services/common.service'; @Component({ + standalone: false, selector: 'rtl-ecl-node-info', templateUrl: './node-info.component.html', styleUrls: ['./node-info.component.scss'] diff --git a/src/app/eclair/on-chain/on-chain-receive/on-chain-receive.component.ts b/src/app/eclair/on-chain/on-chain-receive/on-chain-receive.component.ts index e2758a92..e598357b 100644 --- a/src/app/eclair/on-chain/on-chain-receive/on-chain-receive.component.ts +++ b/src/app/eclair/on-chain/on-chain-receive/on-chain-receive.component.ts @@ -10,6 +10,7 @@ import { openAlert } from '../../../store/rtl.actions'; import { getNewAddress } from '../../store/ecl.actions'; @Component({ + standalone: false, selector: 'rtl-ecl-on-chain-receive', templateUrl: './on-chain-receive.component.html', styleUrls: ['./on-chain-receive.component.scss'] diff --git a/src/app/eclair/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts b/src/app/eclair/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts index 3e91234f..f3b5605c 100644 --- a/src/app/eclair/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts +++ b/src/app/eclair/on-chain/on-chain-send-modal/on-chain-send-modal.component.ts @@ -17,10 +17,11 @@ import { RTLState } from '../../../store/rtl.state'; import { openSnackBar } from '../../../store/rtl.actions'; import { sendOnchainFunds } from '../../store/ecl.actions'; import { rootSelectedNode } from '../../../store/rtl.selector'; -import { DataService } from 'src/app/shared/services/data.service'; -import { RecommendedFeeRates } from 'src/app/shared/models/rtlModels'; +import { DataService } from '../../../shared/services/data.service'; +import { RecommendedFeeRates } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-ecl-on-chain-send-modal', templateUrl: './on-chain-send-modal.component.html', styleUrls: ['./on-chain-send-modal.component.scss'] diff --git a/src/app/eclair/on-chain/on-chain-send/on-chain-send.component.ts b/src/app/eclair/on-chain/on-chain-send/on-chain-send.component.ts index 5b795f67..d57587b3 100644 --- a/src/app/eclair/on-chain/on-chain-send/on-chain-send.component.ts +++ b/src/app/eclair/on-chain/on-chain-send/on-chain-send.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../store/rtl.state'; import { openAlert } from '../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-ecl-on-chain-send', templateUrl: './on-chain-send.component.html', styleUrls: ['./on-chain-send.component.scss'] diff --git a/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.html b/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.html index 48e426c0..7012f638 100644 --- a/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.html +++ b/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.html @@ -90,9 +90,9 @@ - + - +
\ No newline at end of file diff --git a/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.ts b/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.ts index 6a537483..468b6737 100644 --- a/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.ts +++ b/src/app/eclair/on-chain/on-chain-transaction-history/on-chain-transaction-history.component.ts @@ -24,6 +24,7 @@ import { CamelCaseWithSpacesPipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-on-chain-transaction-history', templateUrl: './on-chain-transaction-history.component.html', styleUrls: ['./on-chain-transaction-history.component.scss'], diff --git a/src/app/eclair/on-chain/on-chain.component.html b/src/app/eclair/on-chain/on-chain.component.html index 35b6d60d..24b830d0 100644 --- a/src/app/eclair/on-chain/on-chain.component.html +++ b/src/app/eclair/on-chain/on-chain.component.html @@ -17,7 +17,7 @@
diff --git a/src/app/eclair/on-chain/on-chain.component.ts b/src/app/eclair/on-chain/on-chain.component.ts index 24edcefa..911059ba 100644 --- a/src/app/eclair/on-chain/on-chain.component.ts +++ b/src/app/eclair/on-chain/on-chain.component.ts @@ -15,6 +15,7 @@ import { OnChainBalance } from '../../shared/models/eclModels'; import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-ecl-on-chain', templateUrl: './on-chain.component.html', styleUrls: ['./on-chain.component.scss'] diff --git a/src/app/eclair/peers-channels/channels/channel-information-modal/channel-information.component.ts b/src/app/eclair/peers-channels/channels/channel-information-modal/channel-information.component.ts index c6e4da59..bcdd232b 100644 --- a/src/app/eclair/peers-channels/channels/channel-information-modal/channel-information.component.ts +++ b/src/app/eclair/peers-channels/channels/channel-information-modal/channel-information.component.ts @@ -11,6 +11,7 @@ import { Channel } from '../../../../shared/models/eclModels'; import { ScreenSizeEnum } from '../../../../shared/services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-information', templateUrl: './channel-information.component.html', styleUrls: ['./channel-information.component.scss'] diff --git a/src/app/eclair/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts b/src/app/eclair/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts index 112011fe..4852ee88 100644 --- a/src/app/eclair/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts +++ b/src/app/eclair/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../shared/animation/slider-animation'; import { CommonService } from '../../../../shared/services/common.service'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-rebalance-infographics', templateUrl: './channel-rebalance-infographics.component.html', styleUrls: ['./channel-rebalance-infographics.component.scss'], diff --git a/src/app/eclair/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts b/src/app/eclair/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts index f32a0b42..f79d591f 100644 --- a/src/app/eclair/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts +++ b/src/app/eclair/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts @@ -18,6 +18,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { fetchChannels } from '../../../store/ecl.actions'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-rebalance', templateUrl: './channel-rebalance.component.html', styleUrls: ['./channel-rebalance.component.scss'], diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.html b/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.html index 94bf5d69..916276f9 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.html +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.html @@ -76,7 +76,7 @@
{{channel?.balancedness || 0 | number}}
- + @@ -110,5 +110,5 @@
- + diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.ts b/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.ts index d869e354..744bae0a 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.ts +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-inactive-table/channel-inactive-table.component.ts @@ -24,6 +24,7 @@ import { CamelCaseWithSpacesPipe } from '../../../../../shared/pipes/app.pipe'; import { MAT_SELECT_CONFIG } from '@angular/material/select'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-inactive-table', templateUrl: './channel-inactive-table.component.html', styleUrls: ['./channel-inactive-table.component.scss'], diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html b/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html index 43b7e294..7a9974a2 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html @@ -82,7 +82,7 @@
{{channel?.balancedness || 0 | number}}
- +
@@ -121,5 +121,5 @@ - + diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts b/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts index 4db4bbef..c0be5a4a 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts @@ -26,6 +26,7 @@ import { MAT_SELECT_CONFIG } from '@angular/material/select'; import { ECLChannelRebalanceComponent } from '../../channel-rebalance-modal/channel-rebalance.component'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-open-table', templateUrl: './channel-open-table.component.html', styleUrls: ['./channel-open-table.component.scss'], diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html b/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html index 271fba30..3462673b 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.html @@ -87,5 +87,5 @@ - + diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts b/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts index c6322d30..8e7aede2 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts +++ b/src/app/eclair/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts @@ -24,6 +24,7 @@ import { MAT_SELECT_CONFIG } from '@angular/material/select'; @Component({ + standalone: false, selector: 'rtl-ecl-channel-pending-table', templateUrl: './channel-pending-table.component.html', styleUrls: ['./channel-pending-table.component.scss'], diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.html b/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.html index f934f9ef..142c11c3 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.html +++ b/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.html @@ -6,17 +6,17 @@ - Open + Open - Pending + Pending - Inactive + Inactive diff --git a/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.ts b/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.ts index 0f98ff4d..af389f50 100644 --- a/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.ts +++ b/src/app/eclair/peers-channels/channels/channels-tables/channels-tables.component.ts @@ -16,6 +16,7 @@ import { allChannelsInfo, eclNodeInformation, onchainBalance, peers } from '../. import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-ecl-channels-tables', templateUrl: './channels-tables.component.html', styleUrls: ['./channels-tables.component.scss'] diff --git a/src/app/eclair/peers-channels/channels/open-channel-modal/open-channel.component.ts b/src/app/eclair/peers-channels/channels/open-channel-modal/open-channel.component.ts index e8228a9c..8e017358 100644 --- a/src/app/eclair/peers-channels/channels/open-channel-modal/open-channel.component.ts +++ b/src/app/eclair/peers-channels/channels/open-channel-modal/open-channel.component.ts @@ -20,6 +20,7 @@ import { LoggerService } from '../../../../shared/services/logger.service'; import { DataService } from '../../../../shared/services/data.service'; @Component({ + standalone: false, selector: 'rtl-ecl-open-channel', templateUrl: './open-channel.component.html', styleUrls: ['./open-channel.component.scss'] diff --git a/src/app/eclair/peers-channels/connect-peer/connect-peer.component.ts b/src/app/eclair/peers-channels/connect-peer/connect-peer.component.ts index b20bec40..11d11c90 100644 --- a/src/app/eclair/peers-channels/connect-peer/connect-peer.component.ts +++ b/src/app/eclair/peers-channels/connect-peer/connect-peer.component.ts @@ -20,6 +20,7 @@ import { rootSelectedNode } from '../../../store/rtl.selector'; import { Node } from '../../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-ecl-connect-peer', templateUrl: './connect-peer.component.html', styleUrls: ['./connect-peer.component.scss'] diff --git a/src/app/eclair/peers-channels/connections.component.html b/src/app/eclair/peers-channels/connections.component.html index 698e73bf..aa54e7ab 100644 --- a/src/app/eclair/peers-channels/connections.component.html +++ b/src/app/eclair/peers-channels/connections.component.html @@ -19,12 +19,12 @@ - Channels + Channels - Peers + Peers diff --git a/src/app/eclair/peers-channels/connections.component.ts b/src/app/eclair/peers-channels/connections.component.ts index bb54d217..bc6dad30 100644 --- a/src/app/eclair/peers-channels/connections.component.ts +++ b/src/app/eclair/peers-channels/connections.component.ts @@ -11,6 +11,7 @@ import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; import { Channel, ChannelsStatus, LightningBalance, OnChainBalance, Peer } from '../../shared/models/eclModels'; @Component({ + standalone: false, selector: 'rtl-ecl-connections', templateUrl: './connections.component.html', styleUrls: ['./connections.component.scss'] diff --git a/src/app/eclair/peers-channels/peers/peers.component.html b/src/app/eclair/peers-channels/peers/peers.component.html index a4a240c9..91d099e7 100644 --- a/src/app/eclair/peers-channels/peers/peers.component.html +++ b/src/app/eclair/peers-channels/peers/peers.component.html @@ -90,6 +90,6 @@ - + diff --git a/src/app/eclair/peers-channels/peers/peers.component.ts b/src/app/eclair/peers-channels/peers/peers.component.ts index 225a7dd6..fd3e9eaa 100644 --- a/src/app/eclair/peers-channels/peers/peers.component.ts +++ b/src/app/eclair/peers-channels/peers/peers.component.ts @@ -27,6 +27,7 @@ import { CamelCaseWithSpacesPipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-peers', templateUrl: './peers.component.html', styleUrls: ['./peers.component.scss'], diff --git a/src/app/eclair/reports/reports.component.html b/src/app/eclair/reports/reports.component.html index 0dfdaf50..82134e27 100644 --- a/src/app/eclair/reports/reports.component.html +++ b/src/app/eclair/reports/reports.component.html @@ -6,7 +6,7 @@ diff --git a/src/app/eclair/reports/reports.component.ts b/src/app/eclair/reports/reports.component.ts index a8494893..6b6c4f7e 100644 --- a/src/app/eclair/reports/reports.component.ts +++ b/src/app/eclair/reports/reports.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faChartBar } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-ecl-reports', templateUrl: './reports.component.html', styleUrls: ['./reports.component.scss'] diff --git a/src/app/eclair/reports/routing/routing-report.component.html b/src/app/eclair/reports/routing/routing-report.component.html index 1ba51f0e..46f4f6c9 100644 --- a/src/app/eclair/reports/routing/routing-report.component.html +++ b/src/app/eclair/reports/routing/routing-report.component.html @@ -3,8 +3,8 @@
Report By: - Fees - Events + Fees + Events
@@ -37,7 +37,7 @@
- +
diff --git a/src/app/eclair/reports/routing/routing-report.component.ts b/src/app/eclair/reports/routing/routing-report.component.ts index b2eb0404..45ba5e34 100644 --- a/src/app/eclair/reports/routing/routing-report.component.ts +++ b/src/app/eclair/reports/routing/routing-report.component.ts @@ -14,6 +14,7 @@ import { payments } from '../../store/ecl.selector'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-ecl-routing-report', templateUrl: './routing-report.component.html', styleUrls: ['./routing-report.component.scss'], diff --git a/src/app/eclair/reports/transactions/transactions-report.component.ts b/src/app/eclair/reports/transactions/transactions-report.component.ts index 9d2bc480..a2cccb50 100644 --- a/src/app/eclair/reports/transactions/transactions-report.component.ts +++ b/src/app/eclair/reports/transactions/transactions-report.component.ts @@ -15,6 +15,7 @@ import { LoggerService } from '../../../shared/services/logger.service'; import { PageSettings, TableSetting } from '../../../shared/models/pageSettings'; @Component({ + standalone: false, selector: 'rtl-ecl-transactions-report', templateUrl: './transactions-report.component.html', styleUrls: ['./transactions-report.component.scss'], diff --git a/src/app/eclair/routing/forwarding-history/forwarding-history.component.html b/src/app/eclair/routing/forwarding-history/forwarding-history.component.html index c39f6115..ac57766a 100644 --- a/src/app/eclair/routing/forwarding-history/forwarding-history.component.html +++ b/src/app/eclair/routing/forwarding-history/forwarding-history.component.html @@ -21,7 +21,7 @@ - + @@ -115,5 +115,5 @@ - + diff --git a/src/app/eclair/routing/forwarding-history/forwarding-history.component.ts b/src/app/eclair/routing/forwarding-history/forwarding-history.component.ts index 1dfe7482..1fc2e462 100644 --- a/src/app/eclair/routing/forwarding-history/forwarding-history.component.ts +++ b/src/app/eclair/routing/forwarding-history/forwarding-history.component.ts @@ -22,6 +22,7 @@ import { CamelCaseWithSpacesPipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-forwarding-history', templateUrl: './forwarding-history.component.html', styleUrls: ['./forwarding-history.component.scss'], diff --git a/src/app/eclair/routing/routing-peers/routing-peers.component.html b/src/app/eclair/routing/routing-peers/routing-peers.component.html index ba8cf531..7446bdf0 100644 --- a/src/app/eclair/routing/routing-peers/routing-peers.component.html +++ b/src/app/eclair/routing/routing-peers/routing-peers.component.html @@ -61,7 +61,7 @@ - +
@@ -122,7 +122,7 @@ - +
diff --git a/src/app/eclair/routing/routing-peers/routing-peers.component.ts b/src/app/eclair/routing/routing-peers/routing-peers.component.ts index 1060b586..f3a7d31b 100644 --- a/src/app/eclair/routing/routing-peers/routing-peers.component.ts +++ b/src/app/eclair/routing/routing-peers/routing-peers.component.ts @@ -18,6 +18,7 @@ import { ColumnDefinition, PageSettings, TableSetting } from '../../../shared/mo import { CamelCaseWithSpacesPipe } from '../../../shared/pipes/app.pipe'; @Component({ + standalone: false, selector: 'rtl-ecl-routing-peers', templateUrl: './routing-peers.component.html', styleUrls: ['./routing-peers.component.scss'], diff --git a/src/app/eclair/routing/routing.component.html b/src/app/eclair/routing/routing.component.html index 691a82bf..5576482c 100644 --- a/src/app/eclair/routing/routing.component.html +++ b/src/app/eclair/routing/routing.component.html @@ -8,7 +8,7 @@
diff --git a/src/app/eclair/routing/routing.component.ts b/src/app/eclair/routing/routing.component.ts index e35cad22..79262e3e 100644 --- a/src/app/eclair/routing/routing.component.ts +++ b/src/app/eclair/routing/routing.component.ts @@ -6,6 +6,7 @@ import { faMapSigns } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-ecl-routing', templateUrl: './routing.component.html', styleUrls: ['./routing.component.scss'] diff --git a/src/app/eclair/transactions/create-invoice-modal/create-invoice.component.ts b/src/app/eclair/transactions/create-invoice-modal/create-invoice.component.ts index 18da1cb5..e50c62a8 100644 --- a/src/app/eclair/transactions/create-invoice-modal/create-invoice.component.ts +++ b/src/app/eclair/transactions/create-invoice-modal/create-invoice.component.ts @@ -20,6 +20,7 @@ import { eclNodeInformation } from '../../store/ecl.selector'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-ecl-create-invoices', templateUrl: './create-invoice.component.html', styleUrls: ['./create-invoice.component.scss'] diff --git a/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.html b/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.html index d2d988d4..410d6582 100644 --- a/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.html +++ b/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.html @@ -1,6 +1,6 @@
@@ -14,7 +14,7 @@
diff --git a/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.ts b/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.ts index 518e25a6..2ab44420 100644 --- a/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.ts +++ b/src/app/eclair/transactions/invoice-information-modal/invoice-information.component.ts @@ -16,6 +16,7 @@ import { eclNodeInformation, invoices } from '../../store/ecl.selector'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-ecl-invoice-information', templateUrl: './invoice-information.component.html', styleUrls: ['./invoice-information.component.scss'] diff --git a/src/app/eclair/transactions/invoices/lightning-invoices.component.html b/src/app/eclair/transactions/invoices/lightning-invoices.component.html index 6d7b2d94..6b88528d 100644 --- a/src/app/eclair/transactions/invoices/lightning-invoices.component.html +++ b/src/app/eclair/transactions/invoices/lightning-invoices.component.html @@ -136,8 +136,8 @@
- + - +
diff --git a/src/app/eclair/transactions/invoices/lightning-invoices.component.ts b/src/app/eclair/transactions/invoices/lightning-invoices.component.ts index dc9f0446..b4078a1a 100644 --- a/src/app/eclair/transactions/invoices/lightning-invoices.component.ts +++ b/src/app/eclair/transactions/invoices/lightning-invoices.component.ts @@ -30,6 +30,7 @@ import { CamelCaseWithSpacesPipe } from '../../../shared/pipes/app.pipe'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-ecl-lightning-invoices', templateUrl: './lightning-invoices.component.html', styleUrls: ['./lightning-invoices.component.scss'], diff --git a/src/app/eclair/transactions/payment-information-modal/payment-information.component.ts b/src/app/eclair/transactions/payment-information-modal/payment-information.component.ts index 7fb0a7fe..56907b03 100644 --- a/src/app/eclair/transactions/payment-information-modal/payment-information.component.ts +++ b/src/app/eclair/transactions/payment-information-modal/payment-information.component.ts @@ -5,6 +5,7 @@ import { PaymentSent } from '../../../shared/models/eclModels'; import { ECLPaymentInformation } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-payment-information', templateUrl: './payment-information.component.html', styleUrls: ['./payment-information.component.scss'] diff --git a/src/app/eclair/transactions/payments/lightning-payments.component.html b/src/app/eclair/transactions/payments/lightning-payments.component.html index 871fb044..5611bad0 100644 --- a/src/app/eclair/transactions/payments/lightning-payments.component.html +++ b/src/app/eclair/transactions/payments/lightning-payments.component.html @@ -250,8 +250,8 @@ - + - + diff --git a/src/app/eclair/transactions/payments/lightning-payments.component.scss b/src/app/eclair/transactions/payments/lightning-payments.component.scss index 035220c7..063b38b7 100644 --- a/src/app/eclair/transactions/payments/lightning-payments.component.scss +++ b/src/app/eclair/transactions/payments/lightning-payments.component.scss @@ -1,4 +1,4 @@ -@import "../../../shared/theme/styles/constants.scss"; +@use '../../../shared/theme/styles/constants.scss' as *; .mat-column-group_actions { & .part-group-head, .part-group-details { diff --git a/src/app/eclair/transactions/payments/lightning-payments.component.ts b/src/app/eclair/transactions/payments/lightning-payments.component.ts index aa67cf13..897de9ea 100644 --- a/src/app/eclair/transactions/payments/lightning-payments.component.ts +++ b/src/app/eclair/transactions/payments/lightning-payments.component.ts @@ -32,6 +32,7 @@ import { ConvertedCurrency } from '../../../shared/models/rtlModels'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-ecl-lightning-payments', templateUrl: './lightning-payments.component.html', styleUrls: ['./lightning-payments.component.scss'], diff --git a/src/app/eclair/transactions/send-payment-modal/send-payment.component.ts b/src/app/eclair/transactions/send-payment-modal/send-payment.component.ts index 61614b90..c5f8ecce 100644 --- a/src/app/eclair/transactions/send-payment-modal/send-payment.component.ts +++ b/src/app/eclair/transactions/send-payment-modal/send-payment.component.ts @@ -24,6 +24,7 @@ import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-ecl-lightning-send-payments', templateUrl: './send-payment.component.html', styleUrls: ['./send-payment.component.scss'] diff --git a/src/app/eclair/transactions/transactions.component.html b/src/app/eclair/transactions/transactions.component.html index 09e498d2..b48334b7 100644 --- a/src/app/eclair/transactions/transactions.component.html +++ b/src/app/eclair/transactions/transactions.component.html @@ -17,7 +17,7 @@
diff --git a/src/app/eclair/transactions/transactions.component.ts b/src/app/eclair/transactions/transactions.component.ts index ace7c5e6..4e9468a8 100644 --- a/src/app/eclair/transactions/transactions.component.ts +++ b/src/app/eclair/transactions/transactions.component.ts @@ -15,6 +15,7 @@ import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; import { Node } from '../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-ecl-transactions', templateUrl: './transactions.component.html', styleUrls: ['./transactions.component.scss'] diff --git a/src/app/lnd/backup/backup.component.html b/src/app/lnd/backup/backup.component.html index 99c71209..3e91b33b 100644 --- a/src/app/lnd/backup/backup.component.html +++ b/src/app/lnd/backup/backup.component.html @@ -6,7 +6,7 @@
diff --git a/src/app/lnd/backup/backup.component.ts b/src/app/lnd/backup/backup.component.ts index 88a0f2b3..ab8a1646 100644 --- a/src/app/lnd/backup/backup.component.ts +++ b/src/app/lnd/backup/backup.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faDownload } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-backup', templateUrl: './backup.component.html', styleUrls: ['./backup.component.scss'] diff --git a/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.html b/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.html index bff98dd7..0ee95087 100644 --- a/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.html +++ b/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.html @@ -66,5 +66,5 @@
- +
diff --git a/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.ts b/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.ts index 1c5a61c0..4e05445d 100644 --- a/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.ts +++ b/src/app/lnd/backup/channel-backup-table/channel-backup-table.component.ts @@ -25,6 +25,7 @@ import { backupChannels, verifyChannel } from '../../store/lnd.actions'; import { channels } from '../../store/lnd.selector'; @Component({ + standalone: false, selector: 'rtl-channel-backup-table', templateUrl: './channel-backup-table.component.html', styleUrls: ['./channel-backup-table.component.scss'], diff --git a/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.html b/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.html index 0f0c9135..6d2bc112 100644 --- a/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.html +++ b/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.html @@ -53,5 +53,5 @@ - + diff --git a/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.ts b/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.ts index 1b82c413..b719eddb 100644 --- a/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.ts +++ b/src/app/lnd/backup/channel-restore-table/channel-restore-table.component.ts @@ -18,6 +18,7 @@ import { rootSelectedNode } from '../../../store/rtl.selector'; import { restoreChannels, restoreChannelsList } from '../../store/lnd.actions'; @Component({ + standalone: false, selector: 'rtl-channel-restore-table', templateUrl: './channel-restore-table.component.html', styleUrls: ['./channel-restore-table.component.scss'], diff --git a/src/app/lnd/graph/graph.component.html b/src/app/lnd/graph/graph.component.html index 5f44ebc0..3a6a9f4c 100644 --- a/src/app/lnd/graph/graph.component.html +++ b/src/app/lnd/graph/graph.component.html @@ -6,7 +6,7 @@
diff --git a/src/app/lnd/graph/graph.component.ts b/src/app/lnd/graph/graph.component.ts index 400f3a88..3543b306 100644 --- a/src/app/lnd/graph/graph.component.ts +++ b/src/app/lnd/graph/graph.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faSearch } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-graph', templateUrl: './graph.component.html', styleUrls: ['./graph.component.scss'] diff --git a/src/app/lnd/graph/lookups/channel-lookup/channel-lookup.component.ts b/src/app/lnd/graph/lookups/channel-lookup/channel-lookup.component.ts index a9afa8e5..b080756d 100644 --- a/src/app/lnd/graph/lookups/channel-lookup/channel-lookup.component.ts +++ b/src/app/lnd/graph/lookups/channel-lookup/channel-lookup.component.ts @@ -8,6 +8,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { lndNodeInformation } from '../../../store/lnd.selector'; @Component({ + standalone: false, selector: 'rtl-channel-lookup', templateUrl: './channel-lookup.component.html', styleUrls: ['./channel-lookup.component.scss'] diff --git a/src/app/lnd/graph/lookups/lookups.component.ts b/src/app/lnd/graph/lookups/lookups.component.ts index 23a00376..ca25f0c7 100644 --- a/src/app/lnd/graph/lookups/lookups.component.ts +++ b/src/app/lnd/graph/lookups/lookups.component.ts @@ -13,6 +13,7 @@ import { RTLState } from '../../../store/rtl.state'; import { channelLookup, peerLookup } from '../../store/lnd.actions'; @Component({ + standalone: false, selector: 'rtl-lookups', templateUrl: './lookups.component.html', styleUrls: ['./lookups.component.scss'] diff --git a/src/app/lnd/graph/lookups/node-lookup/node-lookup.component.ts b/src/app/lnd/graph/lookups/node-lookup/node-lookup.component.ts index 07b91445..dd2b2990 100644 --- a/src/app/lnd/graph/lookups/node-lookup/node-lookup.component.ts +++ b/src/app/lnd/graph/lookups/node-lookup/node-lookup.component.ts @@ -14,6 +14,7 @@ import { blockchainBalance, lndNodeInformation } from '../../../store/lnd.select import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-node-lookup', templateUrl: './node-lookup.component.html', styleUrls: ['./node-lookup.component.scss'] diff --git a/src/app/lnd/graph/query-routes/query-routes.component.ts b/src/app/lnd/graph/query-routes/query-routes.component.ts index cb4c1b6d..2f1db415 100644 --- a/src/app/lnd/graph/query-routes/query-routes.component.ts +++ b/src/app/lnd/graph/query-routes/query-routes.component.ts @@ -21,6 +21,7 @@ import { LoggerService } from '../../../shared/services/logger.service'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-query-routes', templateUrl: './query-routes.component.html', styleUrls: ['./query-routes.component.scss'] diff --git a/src/app/lnd/home/balances-info/balances-info.component.html b/src/app/lnd/home/balances-info/balances-info.component.html index cdb08714..9aec381a 100644 --- a/src/app/lnd/home/balances-info/balances-info.component.html +++ b/src/app/lnd/home/balances-info/balances-info.component.html @@ -2,12 +2,12 @@

Lightning

{{balances?.lightning | number}} Sats
- +

On-chain

{{balances?.onchain | number}} Sats
- +

Total

diff --git a/src/app/lnd/home/balances-info/balances-info.component.ts b/src/app/lnd/home/balances-info/balances-info.component.ts index 86928d26..d22b264d 100644 --- a/src/app/lnd/home/balances-info/balances-info.component.ts +++ b/src/app/lnd/home/balances-info/balances-info.component.ts @@ -1,6 +1,7 @@ import { Component, Input } from '@angular/core'; @Component({ + standalone: false, selector: 'rtl-balances-info', templateUrl: './balances-info.component.html', styleUrls: ['./balances-info.component.scss'] diff --git a/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.html b/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.html index fbfe747a..ee465823 100644 --- a/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.html +++ b/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.html @@ -9,13 +9,13 @@ Remote:{{channelBalances?.remoteBalance || 0 | number}} Sats
- +
diff --git a/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.ts b/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.ts index 2702835a..c0d2c7e7 100644 --- a/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.ts +++ b/src/app/lnd/home/channel-capacity-info/channel-capacity-info.component.ts @@ -5,6 +5,7 @@ import { faBalanceScale, faDumbbell } from '@fortawesome/free-solid-svg-icons'; import { Channel } from '../../../shared/models/lndModels'; @Component({ + standalone: false, selector: 'rtl-channel-capacity-info', templateUrl: './channel-capacity-info.component.html', styleUrls: ['./channel-capacity-info.component.scss'] diff --git a/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.html b/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.html index 1c2ea025..3acd5a81 100644 --- a/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.html +++ b/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.html @@ -7,7 +7,7 @@
diff --git a/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.ts b/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.ts index e82c6e62..0b85c3f7 100644 --- a/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.ts +++ b/src/app/lnd/home/channel-liquidity-info/channel-liquidity-info.component.ts @@ -16,6 +16,7 @@ import { rootSelectedNode } from '../../../store/rtl.selector'; import { Node } from '../../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-channel-liquidity-info', templateUrl: './channel-liquidity-info.component.html', styleUrls: ['./channel-liquidity-info.component.scss'] diff --git a/src/app/lnd/home/channel-status-info/channel-status-info.component.ts b/src/app/lnd/home/channel-status-info/channel-status-info.component.ts index a481cbcb..0422f19c 100644 --- a/src/app/lnd/home/channel-status-info/channel-status-info.component.ts +++ b/src/app/lnd/home/channel-status-info/channel-status-info.component.ts @@ -2,6 +2,7 @@ import { Component, Input } from '@angular/core'; import { ChannelsStatus } from '../../../shared/models/lndModels'; @Component({ + standalone: false, selector: 'rtl-channel-status-info', templateUrl: './channel-status-info.component.html', styleUrls: ['./channel-status-info.component.scss'] diff --git a/src/app/lnd/home/fee-info/fee-info.component.ts b/src/app/lnd/home/fee-info/fee-info.component.ts index 72caeacc..5c8ef4bf 100644 --- a/src/app/lnd/home/fee-info/fee-info.component.ts +++ b/src/app/lnd/home/fee-info/fee-info.component.ts @@ -2,6 +2,7 @@ import { Component, OnChanges, Input } from '@angular/core'; import { Fees } from '../../../shared/models/lndModels'; @Component({ + standalone: false, selector: 'rtl-fee-info', templateUrl: './fee-info.component.html', styleUrls: ['./fee-info.component.scss'] diff --git a/src/app/lnd/home/home.component.html b/src/app/lnd/home/home.component.html index 4dd5225a..2588cc42 100644 --- a/src/app/lnd/home/home.component.html +++ b/src/app/lnd/home/home.component.html @@ -23,7 +23,7 @@ - - - + + - - + +
\ No newline at end of file diff --git a/src/app/lnd/on-chain/utxo-tables/on-chain-transaction-history/on-chain-transaction-history.component.ts b/src/app/lnd/on-chain/utxo-tables/on-chain-transaction-history/on-chain-transaction-history.component.ts index 070f00f5..7e3b43bd 100644 --- a/src/app/lnd/on-chain/utxo-tables/on-chain-transaction-history/on-chain-transaction-history.component.ts +++ b/src/app/lnd/on-chain/utxo-tables/on-chain-transaction-history/on-chain-transaction-history.component.ts @@ -23,6 +23,7 @@ import { CamelCaseWithReplacePipe } from '../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-on-chain-transaction-history', templateUrl: './on-chain-transaction-history.component.html', styleUrls: ['./on-chain-transaction-history.component.scss'], diff --git a/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.html b/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.html index cb648971..695f4f9e 100644 --- a/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.html +++ b/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.html @@ -2,19 +2,19 @@ - UTXOs + UTXOs - Transactions + Transactions - Dust UTXOs + Dust UTXOs diff --git a/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.ts b/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.ts index 574640fb..33685d8d 100644 --- a/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.ts +++ b/src/app/lnd/on-chain/utxo-tables/utxo-tables.component.ts @@ -12,6 +12,7 @@ import { Transaction, UTXO } from '../../../shared/models/lndModels'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-utxo-tables', templateUrl: './utxo-tables.component.html', styleUrls: ['./utxo-tables.component.scss'] diff --git a/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.html b/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.html index ab3980ed..5079d9e2 100644 --- a/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.html +++ b/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.html @@ -89,7 +89,7 @@ View Info Label Lease - Bump Fee + Bump Fee @@ -105,7 +105,7 @@ - + diff --git a/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.ts b/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.ts index 74c5e3a5..7307f99b 100644 --- a/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.ts +++ b/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.ts @@ -29,6 +29,7 @@ import { MessageDataField } from '../../../../shared/models/alertData'; import { BumpFeeComponent } from '../../../peers-channels/channels/bump-fee-modal/bump-fee.component'; @Component({ + standalone: false, selector: 'rtl-on-chain-utxos', templateUrl: './utxos.component.html', styleUrls: ['./utxos.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.html b/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.html index 9ce1c6ec..4e6ace3f 100644 --- a/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.html +++ b/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.html @@ -11,7 +11,7 @@

{{txid ? 'Bump fee for transaction ID: ' + txid : 'Bump fee: '}} - +

diff --git a/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.ts b/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.ts index ae000619..cc980914 100644 --- a/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.ts +++ b/src/app/lnd/peers-channels/channels/bump-fee-modal/bump-fee.component.ts @@ -16,6 +16,7 @@ import { DataService } from '../../../../shared/services/data.service'; import { LoggerService } from '../../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-bump-fee', templateUrl: './bump-fee.component.html', styleUrls: ['./bump-fee.component.scss'] diff --git a/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.html b/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.html index 4808f71f..afa7c8f0 100644 --- a/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.html +++ b/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.html @@ -27,7 +27,7 @@

Channel Point

{{channel.channel_point}} - +
diff --git a/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.ts b/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.ts index 359bf338..56b1b110 100644 --- a/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.ts +++ b/src/app/lnd/peers-channels/channels/channel-information-modal/channel-information.component.ts @@ -12,6 +12,7 @@ import { Channel } from '../../../../shared/models/lndModels'; import { ScreenSizeEnum } from '../../../../shared/services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-channel-information', templateUrl: './channel-information.component.html', styleUrls: ['./channel-information.component.scss'] diff --git a/src/app/lnd/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts b/src/app/lnd/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts index c057839a..884f93df 100644 --- a/src/app/lnd/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts +++ b/src/app/lnd/peers-channels/channels/channel-rebalance-infographics/channel-rebalance-infographics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../shared/animation/slider-animation'; import { CommonService } from '../../../../shared/services/common.service'; @Component({ + standalone: false, selector: 'rtl-channel-rebalance-infographics', templateUrl: './channel-rebalance-infographics.component.html', styleUrls: ['./channel-rebalance-infographics.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts b/src/app/lnd/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts index 7b703783..59c7f7e8 100644 --- a/src/app/lnd/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts +++ b/src/app/lnd/peers-channels/channels/channel-rebalance-modal/channel-rebalance.component.ts @@ -22,6 +22,7 @@ import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload' import { opacityAnimation } from '../../../../shared/animation/opacity-animation'; @Component({ + standalone: false, selector: 'rtl-channel-rebalance', templateUrl: './channel-rebalance.component.html', styleUrls: ['./channel-rebalance.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html index 256aff7f..954cb995 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.html @@ -138,5 +138,5 @@
- + diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss index 748fe83f..cb9eaa90 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.scss @@ -1,4 +1,4 @@ -@import "../../../../../shared/theme/styles/constants.scss"; +@use '../../../../../shared/theme/styles/constants.scss' as *; .mat-column-amount { .htlc-row-span:not(:first-of-type) { diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts index 17c1dbf3..b881105c 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-active-htlcs-table/channel-active-htlcs-table.component.ts @@ -22,6 +22,7 @@ import { CamelCaseWithReplacePipe } from '../../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-channel-active-htlcs-table', templateUrl: './channel-active-htlcs-table.component.html', styleUrls: ['./channel-active-htlcs-table.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.html b/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.html index 0748fcc8..986a3050 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.html +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.html @@ -129,5 +129,5 @@ - + diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.ts b/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.ts index 90adc7a4..df6d5e84 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.ts +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.component.ts @@ -22,6 +22,7 @@ import { CamelCaseWithReplacePipe } from '../../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-channel-closed-table', templateUrl: './channel-closed-table.component.html', styleUrls: ['./channel-closed-table.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html index e7a0b282..85580752 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.html @@ -133,7 +133,7 @@
{{channel.balancedness || 0 | number}}
- +
@@ -175,5 +175,5 @@ - + diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts index 30803b22..92e7e5dc 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.component.ts @@ -33,6 +33,7 @@ import { CamelCaseWithReplacePipe } from '../../../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-channel-open-table', templateUrl: './channel-open-table.component.html', styleUrls: ['./channel-open-table.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts b/src/app/lnd/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts index 339b4a44..435ea5f7 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts +++ b/src/app/lnd/peers-channels/channels/channels-tables/channel-pending-table/channel-pending-table.component.ts @@ -24,6 +24,7 @@ import { PageSettings, TableSetting } from '../../../../../shared/models/pageSet import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-channel-pending-table', templateUrl: './channel-pending-table.component.html', styleUrls: ['./channel-pending-table.component.scss'], diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.html b/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.html index 4a51b342..e7401552 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.html +++ b/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.html @@ -6,22 +6,22 @@ - Open + Open - Pending + Pending - Closed + Closed - Active HTLCs + Active HTLCs diff --git a/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.ts b/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.ts index b291cb99..6f63a3cf 100644 --- a/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.ts +++ b/src/app/lnd/peers-channels/channels/channels-tables/channels-tables.component.ts @@ -14,6 +14,7 @@ import { blockchainBalance, channels, closedChannels, lndNodeInformation, peers, import { ApiCallStatusPayload } from '../../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-channels-tables', templateUrl: './channels-tables.component.html', styleUrls: ['./channels-tables.component.scss'] diff --git a/src/app/lnd/peers-channels/channels/close-channel-modal/close-channel.component.ts b/src/app/lnd/peers-channels/channels/close-channel-modal/close-channel.component.ts index 6d480b4b..3e2af124 100644 --- a/src/app/lnd/peers-channels/channels/close-channel-modal/close-channel.component.ts +++ b/src/app/lnd/peers-channels/channels/close-channel-modal/close-channel.component.ts @@ -17,6 +17,7 @@ import { RecommendedFeeRates } from '../../../../shared/models/rtlModels'; import { DataService } from '../../../../shared/services/data.service'; @Component({ + standalone: false, selector: 'rtl-close-channel', templateUrl: './close-channel.component.html', styleUrls: ['./close-channel.component.scss'] diff --git a/src/app/lnd/peers-channels/channels/open-channel-modal/open-channel.component.ts b/src/app/lnd/peers-channels/channels/open-channel-modal/open-channel.component.ts index ec0c9502..4a109054 100644 --- a/src/app/lnd/peers-channels/channels/open-channel-modal/open-channel.component.ts +++ b/src/app/lnd/peers-channels/channels/open-channel-modal/open-channel.component.ts @@ -21,6 +21,7 @@ import { DataService } from '../../../../shared/services/data.service'; import { LoggerService } from '../../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-open-channel', templateUrl: './open-channel.component.html', styleUrls: ['./open-channel.component.scss'] diff --git a/src/app/lnd/peers-channels/connect-peer/connect-peer.component.ts b/src/app/lnd/peers-channels/connect-peer/connect-peer.component.ts index 9e947e63..46e8c779 100644 --- a/src/app/lnd/peers-channels/connect-peer/connect-peer.component.ts +++ b/src/app/lnd/peers-channels/connect-peer/connect-peer.component.ts @@ -25,6 +25,7 @@ import { CommonService } from '../../../shared/services/common.service'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-connect-peer', templateUrl: './connect-peer.component.html', styleUrls: ['./connect-peer.component.scss'] diff --git a/src/app/lnd/peers-channels/connections.component.html b/src/app/lnd/peers-channels/connections.component.html index 698e73bf..aa54e7ab 100644 --- a/src/app/lnd/peers-channels/connections.component.html +++ b/src/app/lnd/peers-channels/connections.component.html @@ -19,12 +19,12 @@ - Channels + Channels - Peers + Peers diff --git a/src/app/lnd/peers-channels/connections.component.ts b/src/app/lnd/peers-channels/connections.component.ts index f33731e5..d56bcc27 100644 --- a/src/app/lnd/peers-channels/connections.component.ts +++ b/src/app/lnd/peers-channels/connections.component.ts @@ -15,6 +15,7 @@ import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; import { BlockchainBalance, Channel, ChannelsSummary, LightningBalance, Peer } from '../../shared/models/lndModels'; @Component({ + standalone: false, selector: 'rtl-connections', templateUrl: './connections.component.html', styleUrls: ['./connections.component.scss'] diff --git a/src/app/lnd/peers-channels/peers/peers.component.html b/src/app/lnd/peers-channels/peers/peers.component.html index 3c521d09..10616df3 100644 --- a/src/app/lnd/peers-channels/peers/peers.component.html +++ b/src/app/lnd/peers-channels/peers/peers.component.html @@ -109,6 +109,6 @@ - + \ No newline at end of file diff --git a/src/app/lnd/peers-channels/peers/peers.component.ts b/src/app/lnd/peers-channels/peers/peers.component.ts index 0e0d13e6..9c335996 100644 --- a/src/app/lnd/peers-channels/peers/peers.component.ts +++ b/src/app/lnd/peers-channels/peers/peers.component.ts @@ -26,6 +26,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-peers', templateUrl: './peers.component.html', styleUrls: ['./peers.component.scss'], diff --git a/src/app/lnd/reports/reports.component.html b/src/app/lnd/reports/reports.component.html index 0dfdaf50..82134e27 100644 --- a/src/app/lnd/reports/reports.component.html +++ b/src/app/lnd/reports/reports.component.html @@ -6,7 +6,7 @@ diff --git a/src/app/lnd/reports/reports.component.ts b/src/app/lnd/reports/reports.component.ts index 85c891ed..874a5f39 100644 --- a/src/app/lnd/reports/reports.component.ts +++ b/src/app/lnd/reports/reports.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faChartBar } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-reports', templateUrl: './reports.component.html', styleUrls: ['./reports.component.scss'] diff --git a/src/app/lnd/reports/routing/routing-report.component.html b/src/app/lnd/reports/routing/routing-report.component.html index c1776df9..60297c0e 100644 --- a/src/app/lnd/reports/routing/routing-report.component.html +++ b/src/app/lnd/reports/routing/routing-report.component.html @@ -3,8 +3,8 @@
Report By: - Fees - Events + Fees + Events
@@ -41,7 +41,7 @@
- +
diff --git a/src/app/lnd/reports/routing/routing-report.component.ts b/src/app/lnd/reports/routing/routing-report.component.ts index bf42c3c8..c2591ad2 100644 --- a/src/app/lnd/reports/routing/routing-report.component.ts +++ b/src/app/lnd/reports/routing/routing-report.component.ts @@ -14,6 +14,7 @@ import { lndNodeInformation } from '../../store/lnd.selector'; import { LoggerService } from '../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-routing-report', templateUrl: './routing-report.component.html', styleUrls: ['./routing-report.component.scss'], diff --git a/src/app/lnd/reports/transactions/transactions-report.component.ts b/src/app/lnd/reports/transactions/transactions-report.component.ts index 86f408c0..b4665720 100644 --- a/src/app/lnd/reports/transactions/transactions-report.component.ts +++ b/src/app/lnd/reports/transactions/transactions-report.component.ts @@ -17,6 +17,7 @@ import { PageSettings, TableSetting } from '../../../shared/models/pageSettings' import { clnPageSettings } from '../../../cln/store/cln.selector'; @Component({ + standalone: false, selector: 'rtl-transactions-report', templateUrl: './transactions-report.component.html', styleUrls: ['./transactions-report.component.scss'], diff --git a/src/app/lnd/routing/forwarding-history/forwarding-history.component.html b/src/app/lnd/routing/forwarding-history/forwarding-history.component.html index 5700bc62..a0534994 100644 --- a/src/app/lnd/routing/forwarding-history/forwarding-history.component.html +++ b/src/app/lnd/routing/forwarding-history/forwarding-history.component.html @@ -91,5 +91,5 @@ - + diff --git a/src/app/lnd/routing/forwarding-history/forwarding-history.component.ts b/src/app/lnd/routing/forwarding-history/forwarding-history.component.ts index ba6651f1..e6c68c4d 100644 --- a/src/app/lnd/routing/forwarding-history/forwarding-history.component.ts +++ b/src/app/lnd/routing/forwarding-history/forwarding-history.component.ts @@ -22,6 +22,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-forwarding-history', templateUrl: './forwarding-history.component.html', styleUrls: ['./forwarding-history.component.scss'], diff --git a/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.html b/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.html index 4309fd7c..18437641 100644 --- a/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.html +++ b/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.html @@ -129,6 +129,6 @@ - + diff --git a/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.ts b/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.ts index dbb94284..9d6413cd 100644 --- a/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.ts +++ b/src/app/lnd/routing/non-routing-peers/non-routing-peers.component.ts @@ -19,6 +19,7 @@ import { ColumnDefinition, PageSettings, TableSetting } from '../../../shared/mo import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; @Component({ + standalone: false, selector: 'rtl-non-routing-peers', templateUrl: './non-routing-peers.component.html', styleUrls: ['./non-routing-peers.component.scss'], diff --git a/src/app/lnd/routing/routing-peers/routing-peers.component.html b/src/app/lnd/routing/routing-peers/routing-peers.component.html index 730de508..b343c11a 100644 --- a/src/app/lnd/routing/routing-peers/routing-peers.component.html +++ b/src/app/lnd/routing/routing-peers/routing-peers.component.html @@ -65,7 +65,7 @@ - +
@@ -123,7 +123,7 @@
- +
diff --git a/src/app/lnd/routing/routing-peers/routing-peers.component.ts b/src/app/lnd/routing/routing-peers/routing-peers.component.ts index 2598b4db..d0147917 100644 --- a/src/app/lnd/routing/routing-peers/routing-peers.component.ts +++ b/src/app/lnd/routing/routing-peers/routing-peers.component.ts @@ -19,6 +19,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-routing-peers', templateUrl: './routing-peers.component.html', styleUrls: ['./routing-peers.component.scss'], diff --git a/src/app/lnd/routing/routing.component.html b/src/app/lnd/routing/routing.component.html index 69a630c3..e053367b 100644 --- a/src/app/lnd/routing/routing.component.html +++ b/src/app/lnd/routing/routing.component.html @@ -32,7 +32,7 @@
diff --git a/src/app/lnd/routing/routing.component.ts b/src/app/lnd/routing/routing.component.ts index 7798b77a..954f8877 100644 --- a/src/app/lnd/routing/routing.component.ts +++ b/src/app/lnd/routing/routing.component.ts @@ -10,6 +10,7 @@ import { getForwardingHistory, setForwardingHistory } from '../store/lnd.actions import { LoggerService } from '../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-routing', templateUrl: './routing.component.html', styleUrls: ['./routing.component.scss'] diff --git a/src/app/lnd/sign-verify-message/sign-verify-message.component.html b/src/app/lnd/sign-verify-message/sign-verify-message.component.html index 5c37a8cf..948e1576 100644 --- a/src/app/lnd/sign-verify-message/sign-verify-message.component.html +++ b/src/app/lnd/sign-verify-message/sign-verify-message.component.html @@ -6,7 +6,7 @@
diff --git a/src/app/lnd/sign-verify-message/sign-verify-message.component.ts b/src/app/lnd/sign-verify-message/sign-verify-message.component.ts index bd0196e8..4dec5c0c 100644 --- a/src/app/lnd/sign-verify-message/sign-verify-message.component.ts +++ b/src/app/lnd/sign-verify-message/sign-verify-message.component.ts @@ -5,6 +5,7 @@ import { takeUntil, filter } from 'rxjs/operators'; import { faUserCheck } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-sign-verify-message', templateUrl: './sign-verify-message.component.html', styleUrls: ['./sign-verify-message.component.scss'] diff --git a/src/app/lnd/sign-verify-message/sign/sign.component.scss b/src/app/lnd/sign-verify-message/sign/sign.component.scss index b04464ab..46436948 100644 --- a/src/app/lnd/sign-verify-message/sign/sign.component.scss +++ b/src/app/lnd/sign-verify-message/sign/sign.component.scss @@ -1,4 +1,4 @@ -@import "../../../shared/theme/styles/constants.scss"; +@use '../../../shared/theme/styles/constants.scss' as *; .signature-box { padding: $gap*2; diff --git a/src/app/lnd/sign-verify-message/sign/sign.component.ts b/src/app/lnd/sign-verify-message/sign/sign.component.ts index 6273e84f..abe4cf0a 100644 --- a/src/app/lnd/sign-verify-message/sign/sign.component.ts +++ b/src/app/lnd/sign-verify-message/sign/sign.component.ts @@ -7,6 +7,7 @@ import { DataService } from '../../../shared/services/data.service'; import { LoggerService } from '../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-sign', templateUrl: './sign.component.html', styleUrls: ['./sign.component.scss'] diff --git a/src/app/lnd/sign-verify-message/verify/verify.component.ts b/src/app/lnd/sign-verify-message/verify/verify.component.ts index 1a0774ba..07f1574a 100644 --- a/src/app/lnd/sign-verify-message/verify/verify.component.ts +++ b/src/app/lnd/sign-verify-message/verify/verify.component.ts @@ -7,6 +7,7 @@ import { DataService } from '../../../shared/services/data.service'; import { LoggerService } from '../../../shared/services/logger.service'; @Component({ + standalone: false, selector: 'rtl-verify', templateUrl: './verify.component.html', styleUrls: ['./verify.component.scss'] diff --git a/src/app/lnd/transactions/create-invoice-modal/create-invoice.component.ts b/src/app/lnd/transactions/create-invoice-modal/create-invoice.component.ts index 3d716e50..17ab83fe 100644 --- a/src/app/lnd/transactions/create-invoice-modal/create-invoice.component.ts +++ b/src/app/lnd/transactions/create-invoice-modal/create-invoice.component.ts @@ -20,6 +20,7 @@ import { lndNodeInformation } from '../../store/lnd.selector'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-create-invoices', templateUrl: './create-invoice.component.html', styleUrls: ['./create-invoice.component.scss'] diff --git a/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.html b/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.html index 19b153ff..4329484e 100644 --- a/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.html +++ b/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.html @@ -1,6 +1,6 @@
@@ -14,7 +14,7 @@
diff --git a/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.ts b/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.ts index e6537292..d4064b88 100644 --- a/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.ts +++ b/src/app/lnd/transactions/invoice-information-modal/invoice-information.component.ts @@ -16,6 +16,7 @@ import { invoices, lndNodeInformation } from '../../store/lnd.selector'; import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-invoice-information', templateUrl: './invoice-information.component.html', styleUrls: ['./invoice-information.component.scss'] diff --git a/src/app/lnd/transactions/invoices/lightning-invoices.component.html b/src/app/lnd/transactions/invoices/lightning-invoices.component.html index 25547bd6..57b91c4e 100644 --- a/src/app/lnd/transactions/invoices/lightning-invoices.component.html +++ b/src/app/lnd/transactions/invoices/lightning-invoices.component.html @@ -187,7 +187,7 @@ - +
\ No newline at end of file diff --git a/src/app/lnd/transactions/invoices/lightning-invoices.component.ts b/src/app/lnd/transactions/invoices/lightning-invoices.component.ts index 351c21c1..daebbb07 100644 --- a/src/app/lnd/transactions/invoices/lightning-invoices.component.ts +++ b/src/app/lnd/transactions/invoices/lightning-invoices.component.ts @@ -30,6 +30,7 @@ import { CamelCaseWithReplacePipe } from '../../../shared/pipes/app.pipe'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-lightning-invoices', templateUrl: './lightning-invoices.component.html', styleUrls: ['./lightning-invoices.component.scss'], diff --git a/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.html b/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.html index c03679e3..422f5bce 100644 --- a/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.html +++ b/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.html @@ -1,13 +1,13 @@
diff --git a/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.ts b/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.ts index d66d8bd0..fe48eeeb 100644 --- a/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.ts +++ b/src/app/lnd/transactions/lookup-transactions/invoice-lookup/invoice-lookup.component.ts @@ -5,6 +5,7 @@ import { Invoice } from '../../../../shared/models/lndModels'; import { ScreenSizeEnum } from '../../../../shared/services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-invoice-lookup', templateUrl: './invoice-lookup.component.html', styleUrls: ['./invoice-lookup.component.scss'] diff --git a/src/app/lnd/transactions/lookup-transactions/lookup-transactions.component.ts b/src/app/lnd/transactions/lookup-transactions/lookup-transactions.component.ts index 5c012e40..4bae04c1 100644 --- a/src/app/lnd/transactions/lookup-transactions/lookup-transactions.component.ts +++ b/src/app/lnd/transactions/lookup-transactions/lookup-transactions.component.ts @@ -14,6 +14,7 @@ import { RTLState } from '../../../store/rtl.state'; import { invoiceLookup, paymentLookup } from '../../store/lnd.actions'; @Component({ + standalone: false, selector: 'rtl-lookup-transactions', templateUrl: './lookup-transactions.component.html', styleUrls: ['./lookup-transactions.component.scss'] diff --git a/src/app/lnd/transactions/lookup-transactions/payment-lookup/payment-lookup.component.ts b/src/app/lnd/transactions/lookup-transactions/payment-lookup/payment-lookup.component.ts index 6c5f2876..53539997 100644 --- a/src/app/lnd/transactions/lookup-transactions/payment-lookup/payment-lookup.component.ts +++ b/src/app/lnd/transactions/lookup-transactions/payment-lookup/payment-lookup.component.ts @@ -6,6 +6,7 @@ import { Payment, PayRequest } from '../../../../shared/models/lndModels'; import { DataService } from '../../../../shared/services/data.service'; @Component({ + standalone: false, selector: 'rtl-payment-lookup', templateUrl: './payment-lookup.component.html', styleUrls: ['./payment-lookup.component.scss'] diff --git a/src/app/lnd/transactions/payments/lightning-payments.component.html b/src/app/lnd/transactions/payments/lightning-payments.component.html index 081755d7..8a796a91 100644 --- a/src/app/lnd/transactions/payments/lightning-payments.component.html +++ b/src/app/lnd/transactions/payments/lightning-payments.component.html @@ -292,7 +292,7 @@ - +
diff --git a/src/app/lnd/transactions/payments/lightning-payments.component.scss b/src/app/lnd/transactions/payments/lightning-payments.component.scss index daf2e756..a9759384 100644 --- a/src/app/lnd/transactions/payments/lightning-payments.component.scss +++ b/src/app/lnd/transactions/payments/lightning-payments.component.scss @@ -1,4 +1,4 @@ -@import "../../../shared/theme/styles/constants.scss"; +@use '../../../shared/theme/styles/constants.scss' as *; .mat-column-status, .mat-column-group_status { max-width: 2.2rem; diff --git a/src/app/lnd/transactions/payments/lightning-payments.component.ts b/src/app/lnd/transactions/payments/lightning-payments.component.ts index c0e15ea0..fc3be851 100644 --- a/src/app/lnd/transactions/payments/lightning-payments.component.ts +++ b/src/app/lnd/transactions/payments/lightning-payments.component.ts @@ -31,6 +31,7 @@ import { ConvertedCurrency } from '../../../shared/models/rtlModels'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-lightning-payments', templateUrl: './lightning-payments.component.html', styleUrls: ['./lightning-payments.component.scss'], diff --git a/src/app/lnd/transactions/send-payment-modal/send-payment.component.ts b/src/app/lnd/transactions/send-payment-modal/send-payment.component.ts index 47d6a8cb..0c08a77c 100644 --- a/src/app/lnd/transactions/send-payment-modal/send-payment.component.ts +++ b/src/app/lnd/transactions/send-payment-modal/send-payment.component.ts @@ -23,6 +23,7 @@ import { ApiCallStatusPayload } from '../../../shared/models/apiCallsPayload'; import { ConvertedCurrency } from '../../../shared/models/rtlModels'; @Component({ + standalone: false, selector: 'rtl-lightning-send-payments', templateUrl: './send-payment.component.html', styleUrls: ['./send-payment.component.scss'] diff --git a/src/app/lnd/transactions/transactions.component.html b/src/app/lnd/transactions/transactions.component.html index 09e498d2..b48334b7 100644 --- a/src/app/lnd/transactions/transactions.component.html +++ b/src/app/lnd/transactions/transactions.component.html @@ -17,7 +17,7 @@
diff --git a/src/app/lnd/transactions/transactions.component.ts b/src/app/lnd/transactions/transactions.component.ts index 09ef116e..cb6ce07a 100644 --- a/src/app/lnd/transactions/transactions.component.ts +++ b/src/app/lnd/transactions/transactions.component.ts @@ -15,6 +15,7 @@ import { ApiCallStatusPayload } from '../../shared/models/apiCallsPayload'; import { Node } from '../../shared/models/RTLconfig'; @Component({ + standalone: false, selector: 'rtl-transactions', templateUrl: './transactions.component.html', styleUrls: ['./transactions.component.scss'] diff --git a/src/app/lnd/wallet/initialize/initialize.component.html b/src/app/lnd/wallet/initialize/initialize.component.html index b1481964..315f6d53 100644 --- a/src/app/lnd/wallet/initialize/initialize.component.html +++ b/src/app/lnd/wallet/initialize/initialize.component.html @@ -42,7 +42,7 @@
- Existing Cipher + Existing Cipher Comma separated array of 24 words cipher seed @@ -60,7 +60,7 @@
- Existing Passphrase + Existing Passphrase Passphrase diff --git a/src/app/lnd/wallet/initialize/initialize.component.ts b/src/app/lnd/wallet/initialize/initialize.component.ts index c4a913eb..f652d513 100644 --- a/src/app/lnd/wallet/initialize/initialize.component.ts +++ b/src/app/lnd/wallet/initialize/initialize.component.ts @@ -22,6 +22,7 @@ export function cipherSeedLength(control: UntypedFormGroup): ValidationErrors | } @Component({ + standalone: false, selector: 'rtl-initialize-wallet', templateUrl: './initialize.component.html', styleUrls: ['./initialize.component.scss'], diff --git a/src/app/lnd/wallet/unlock/unlock.component.ts b/src/app/lnd/wallet/unlock/unlock.component.ts index e7472983..f13d40ab 100644 --- a/src/app/lnd/wallet/unlock/unlock.component.ts +++ b/src/app/lnd/wallet/unlock/unlock.component.ts @@ -5,6 +5,7 @@ import { RTLState } from '../../../store/rtl.state'; import { unlockWallet } from '../../store/lnd.actions'; @Component({ + standalone: false, selector: 'rtl-unlock-wallet', templateUrl: './unlock.component.html', styleUrls: ['./unlock.component.scss'] diff --git a/src/app/lnd/wallet/wallet.component.ts b/src/app/lnd/wallet/wallet.component.ts index 05e7cf99..ec5f7203 100644 --- a/src/app/lnd/wallet/wallet.component.ts +++ b/src/app/lnd/wallet/wallet.component.ts @@ -3,6 +3,7 @@ import { faWallet } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-wallet', templateUrl: './wallet.component.html', styleUrls: ['./wallet.component.scss'] diff --git a/src/app/shared/components/currency-unit-converter/currency-unit-converter.component.ts b/src/app/shared/components/currency-unit-converter/currency-unit-converter.component.ts index 13a9d6af..3e667bfb 100644 --- a/src/app/shared/components/currency-unit-converter/currency-unit-converter.component.ts +++ b/src/app/shared/components/currency-unit-converter/currency-unit-converter.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../store/rtl.state'; import { rootSelectedNode } from '../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-currency-unit-converter', templateUrl: './currency-unit-converter.component.html', styleUrls: ['./currency-unit-converter.component.scss'] diff --git a/src/app/shared/components/data-modal/alert-message/alert-message.component.html b/src/app/shared/components/data-modal/alert-message/alert-message.component.html index 8e98de2f..f4c3661b 100644 --- a/src/app/shared/components/data-modal/alert-message/alert-message.component.html +++ b/src/app/shared/components/data-modal/alert-message/alert-message.component.html @@ -1,8 +1,8 @@
-
+
{{data.alertTitle || alertTypeEnum[data.type]}} @@ -38,14 +38,14 @@

{{data.titleMessage}}

-
+

{{obj.title}}

@@ -63,7 +63,7 @@ info

- @@ -71,7 +71,7 @@ - +
diff --git a/src/app/shared/components/data-modal/alert-message/alert-message.component.ts b/src/app/shared/components/data-modal/alert-message/alert-message.component.ts index 98e61c82..58f1e4c6 100644 --- a/src/app/shared/components/data-modal/alert-message/alert-message.component.ts +++ b/src/app/shared/components/data-modal/alert-message/alert-message.component.ts @@ -17,6 +17,7 @@ import { AlertData, MessageDataField } from '../../../models/alertData'; import { AlertTypeEnum, DataTypeEnum, ScreenSizeEnum, LoopStateEnum } from '../../../services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-alert-message', templateUrl: './alert-message.component.html', styleUrls: ['./alert-message.component.scss'] diff --git a/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.html b/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.html index 50839f73..2efbb1ae 100644 --- a/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.html +++ b/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.html @@ -20,7 +20,7 @@
-
+

{{obj.title}}

@@ -45,9 +45,9 @@

{{data.titleMessage}}

- + {{getInput.placeholder}} - + {{getInput.placeholder}} is required. {{getInput.hintFunction ? getInput.hintFunction(getInput.inputValue) : getInput.hintText}} diff --git a/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.ts b/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.ts index a6902bbc..611a08b5 100644 --- a/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.ts +++ b/src/app/shared/components/data-modal/confirmation-message/confirmation-message.component.ts @@ -11,6 +11,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { closeConfirmation } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-confirmation-message', templateUrl: './confirmation-message.component.html', styleUrls: ['./confirmation-message.component.scss'] diff --git a/src/app/shared/components/data-modal/error-message/error-message.component.ts b/src/app/shared/components/data-modal/error-message/error-message.component.ts index c505b7b2..0806d9f0 100644 --- a/src/app/shared/components/data-modal/error-message/error-message.component.ts +++ b/src/app/shared/components/data-modal/error-message/error-message.component.ts @@ -5,6 +5,7 @@ import { LoggerService } from '../../../services/logger.service'; import { ErrorData } from '../../../models/alertData'; @Component({ + standalone: false, selector: 'rtl-error-message', templateUrl: './error-message.component.html', styleUrls: ['./error-message.component.scss'] diff --git a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.ts b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.ts index 26146e48..3cc06eda 100644 --- a/src/app/shared/components/data-modal/is-authorized/is-authorized.component.ts +++ b/src/app/shared/components/data-modal/is-authorized/is-authorized.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { isAuthorized, closeAlert } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-is-authorized', templateUrl: './is-authorized.component.html', styleUrls: ['./is-authorized.component.scss'] diff --git a/src/app/shared/components/data-modal/login-2fa-token/login-2fa-token.component.ts b/src/app/shared/components/data-modal/login-2fa-token/login-2fa-token.component.ts index dd1e9898..06859b3a 100644 --- a/src/app/shared/components/data-modal/login-2fa-token/login-2fa-token.component.ts +++ b/src/app/shared/components/data-modal/login-2fa-token/login-2fa-token.component.ts @@ -6,6 +6,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { closeAlert } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-login-token', templateUrl: './login-2fa-token.component.html', styleUrls: ['./login-2fa-token.component.scss'] diff --git a/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.html b/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.html index b8473cf4..a382f266 100644 --- a/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.html +++ b/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.html @@ -1,6 +1,6 @@
@@ -13,7 +13,7 @@
diff --git a/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.ts b/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.ts index ccae103a..b19f2314 100644 --- a/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.ts +++ b/src/app/shared/components/data-modal/on-chain-generated-address/on-chain-generated-address.component.ts @@ -9,6 +9,7 @@ import { OnChainAddressInformation } from '../../../models/alertData'; import { ScreenSizeEnum } from '../../../services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-on-chain-generated-address', templateUrl: './on-chain-generated-address.component.html', styleUrls: ['./on-chain-generated-address.component.scss'] diff --git a/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.html b/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.html index d2700f65..bb4c7251 100644 --- a/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.html +++ b/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.html @@ -1,6 +1,6 @@
@@ -13,7 +13,7 @@
@@ -32,7 +32,7 @@
- +
diff --git a/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.ts b/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.ts index 4a71440a..fd6be5da 100644 --- a/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.ts +++ b/src/app/shared/components/data-modal/show-pubkey/show-pubkey.component.ts @@ -10,6 +10,7 @@ import { GetInfoRoot } from '../../../models/RTLconfig'; import { ScreenSizeEnum } from '../../../services/consts-enums-functions'; @Component({ + standalone: false, selector: 'rtl-show-pubkey', templateUrl: './show-pubkey.component.html', styleUrls: ['./show-pubkey.component.scss'] diff --git a/src/app/shared/components/data-modal/spinner-dialog/spinner-dialog.component.ts b/src/app/shared/components/data-modal/spinner-dialog/spinner-dialog.component.ts index 563d8aa5..006ac429 100644 --- a/src/app/shared/components/data-modal/spinner-dialog/spinner-dialog.component.ts +++ b/src/app/shared/components/data-modal/spinner-dialog/spinner-dialog.component.ts @@ -2,6 +2,7 @@ import { Component, Inject } from '@angular/core'; import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; @Component({ + standalone: false, selector: 'rtl-spinner-dialog', templateUrl: './spinner-dialog.component.html', styleUrls: ['./spinner-dialog.component.scss'] diff --git a/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.html b/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.html index 9e809197..3f9aec49 100644 --- a/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.html +++ b/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.html @@ -26,7 +26,7 @@ {{secretFormLabel}}
- +
diff --git a/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.ts b/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.ts index a499c5c9..bfa5fd26 100644 --- a/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.ts +++ b/src/app/shared/components/data-modal/two-factor-auth/two-factor-auth.component.ts @@ -17,6 +17,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { isAuthorized, updateApplicationSettings } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-two-factor-auth', templateUrl: './two-factor-auth.component.html', styleUrls: ['./two-factor-auth.component.scss'] diff --git a/src/app/shared/components/error/error.component.ts b/src/app/shared/components/error/error.component.ts index 34a9eca1..5782824d 100644 --- a/src/app/shared/components/error/error.component.ts +++ b/src/app/shared/components/error/error.component.ts @@ -6,6 +6,7 @@ import { takeUntil } from 'rxjs/operators'; import { faTimes } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-error', templateUrl: './error.component.html' }) diff --git a/src/app/shared/components/help/help.component.ts b/src/app/shared/components/help/help.component.ts index 9465084b..5b8d746c 100644 --- a/src/app/shared/components/help/help.component.ts +++ b/src/app/shared/components/help/help.component.ts @@ -11,6 +11,7 @@ import { RTLState } from '../../../store/rtl.state'; import { rootSelectedNode } from '../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-help', templateUrl: './help.component.html', styleUrls: ['./help.component.scss'] diff --git a/src/app/shared/components/horizontal-scroller/horizontal-scroller.component.ts b/src/app/shared/components/horizontal-scroller/horizontal-scroller.component.ts index b0ff1100..a665b67d 100644 --- a/src/app/shared/components/horizontal-scroller/horizontal-scroller.component.ts +++ b/src/app/shared/components/horizontal-scroller/horizontal-scroller.component.ts @@ -5,6 +5,7 @@ import { SCROLL_RANGES } from '../../services/consts-enums-functions'; import { LoggerService } from '../../services/logger.service'; @Component({ + standalone: false, selector: 'rtl-horizontal-scroller', templateUrl: './horizontal-scroller.component.html', styleUrls: ['./horizontal-scroller.component.scss'], diff --git a/src/app/shared/components/ln-services/boltz/boltz-root.component.ts b/src/app/shared/components/ln-services/boltz/boltz-root.component.ts index c7ca4218..a6e58ea5 100755 --- a/src/app/shared/components/ln-services/boltz/boltz-root.component.ts +++ b/src/app/shared/components/ln-services/boltz/boltz-root.component.ts @@ -13,6 +13,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { openAlert } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-boltz-root', templateUrl: './boltz-root.component.html', styleUrls: ['./boltz-root.component.scss'] diff --git a/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts index 7de4e151..744b2806 100755 --- a/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts +++ b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../animation/slider-animation'; import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-boltz-swapin-info-graphics', templateUrl: './info-graphics.component.html', styleUrls: ['./info-graphics.component.scss'], diff --git a/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html index 97b2abac..10f13d8a 100755 --- a/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html +++ b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html @@ -1,8 +1,8 @@
-
{{swapDirectionCaption}}
-
+
{{swapDirectionCaption}}
+
diff --git a/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts index 79b039ef..6fbe2e17 100755 --- a/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts +++ b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts @@ -16,6 +16,7 @@ import { LoggerService } from '../../../../services/logger.service'; import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-boltz-swap-modal', templateUrl: './swap-modal.component.html', styleUrls: ['./swap-modal.component.scss'], diff --git a/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts index d8fc90d4..4405f771 100755 --- a/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts +++ b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../animation/slider-animation'; import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-boltz-swapout-info-graphics', templateUrl: './info-graphics.component.html', styleUrls: ['./info-graphics.component.scss'], diff --git a/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts index 17d0112b..b7ed0b1c 100755 --- a/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts +++ b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts @@ -3,6 +3,7 @@ import { SwapTypeEnum } from '../../../../services/consts-enums-functions'; import { ServiceInfo } from '../../../../models/boltzModels'; @Component({ + standalone: false, selector: 'rtl-boltz-service-info', templateUrl: './swap-service-info.component.html', styleUrls: ['./swap-service-info.component.scss'] diff --git a/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html index 88c3c8f2..a869609b 100755 --- a/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html +++ b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html @@ -32,13 +32,13 @@
diff --git a/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts index f4371625..f02596b2 100755 --- a/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts +++ b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts @@ -4,6 +4,7 @@ import { SwapTypeEnum, ScreenSizeEnum } from '../../../../services/consts-enums- import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-boltz-swap-status', templateUrl: './swap-status.component.html', styleUrls: ['./swap-status.component.scss'] diff --git a/src/app/shared/components/ln-services/boltz/swaps/swaps.component.html b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.html index c686b92f..655c7d33 100755 --- a/src/app/shared/components/ln-services/boltz/swaps/swaps.component.html +++ b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.html @@ -138,7 +138,7 @@ - +
diff --git a/src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts index 87194159..d63e86ec 100755 --- a/src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts +++ b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts @@ -23,6 +23,7 @@ import { CamelCaseWithReplacePipe } from '../../../../pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-boltz-swaps', templateUrl: './swaps.component.html', styleUrls: ['./swaps.component.scss'], diff --git a/src/app/shared/components/ln-services/ln-services.component.ts b/src/app/shared/components/ln-services/ln-services.component.ts index db364a26..ba1691ec 100755 --- a/src/app/shared/components/ln-services/ln-services.component.ts +++ b/src/app/shared/components/ln-services/ln-services.component.ts @@ -1,6 +1,7 @@ import { Component } from '@angular/core'; @Component({ + standalone: false, selector: 'rtl-ln-services', templateUrl: './ln-services.component.html', styleUrls: ['./ln-services.component.scss'] diff --git a/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts index abf65dab..4432edf5 100755 --- a/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts +++ b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../animation/slider-animation'; import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-loop-in-info-graphics', templateUrl: './info-graphics.component.html', styleUrls: ['./info-graphics.component.scss'], diff --git a/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html index bc9cd4e9..5abb6493 100755 --- a/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html +++ b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html @@ -1,8 +1,8 @@
-
{{channel ? ('Channel ' + loopDirectionCaption) : loopDirectionCaption}}
-
+
{{channel ? ('Channel ' + loopDirectionCaption) : loopDirectionCaption}}
+
@@ -19,11 +19,11 @@ {{inputFormLabel}}
- - + +
- + Amount Range: {{minQuote.amount | number}}-{{maxQuote.amount | number}} @@ -32,7 +32,7 @@ Amount must be greater than or equal to {{minQuote.amount | number}}. Amount must be less than or equal to {{maxQuote.amount | number}}. - + Sweep Confirmation Target Confirmation target is required. diff --git a/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts index 39e5082f..510e03f8 100755 --- a/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts +++ b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts @@ -23,6 +23,7 @@ import { channels } from '../../../../../lnd/store/lnd.selector'; import { ApiCallStatusPayload } from '../../../../models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-loop-modal', templateUrl: './loop-modal.component.html', styleUrls: ['./loop-modal.component.scss'], diff --git a/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts index ddf04608..986587fa 100755 --- a/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts +++ b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts @@ -5,6 +5,7 @@ import { sliderAnimation } from '../../../../animation/slider-animation'; import { CommonService } from '../../../../services/common.service'; @Component({ + standalone: false, selector: 'rtl-loop-out-info-graphics', templateUrl: './info-graphics.component.html', styleUrls: ['./info-graphics.component.scss'], diff --git a/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html index 112a2ae9..5dcee4c5 100755 --- a/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html +++ b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html @@ -12,14 +12,14 @@
-
+

Swap Fee (Sats) info_outline

{{quote?.swap_fee_sat | number}}
-
+

{{quote?.htlc_sweep_fee_sat ? 'HTLC Sweep Fee (Sats)' : quote?.htlc_publish_fee_sat ? 'HTLC Publish Fee (Sats)' : ''}} info_outline diff --git a/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts index 67c0b926..5ed45d7b 100755 --- a/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts +++ b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts @@ -2,6 +2,7 @@ import { Component, OnInit, Input } from '@angular/core'; import { LoopQuote } from '../../../../models/loopModels'; @Component({ + standalone: false, selector: 'rtl-loop-quote', templateUrl: './loop-quote.component.html', styleUrls: ['./loop-quote.component.scss'] diff --git a/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts index 3d3d8de9..34bcb629 100755 --- a/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts +++ b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts @@ -2,6 +2,7 @@ import { Component, Input } from '@angular/core'; import { LoopStatus } from '../../../../models/loopModels'; @Component({ + standalone: false, selector: 'rtl-loop-status', templateUrl: './loop-status.component.html', styleUrls: ['./loop-status.component.scss'] diff --git a/src/app/shared/components/ln-services/loop/loop.component.ts b/src/app/shared/components/ln-services/loop/loop.component.ts index 31c791eb..a0324b92 100755 --- a/src/app/shared/components/ln-services/loop/loop.component.ts +++ b/src/app/shared/components/ln-services/loop/loop.component.ts @@ -14,6 +14,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { openAlert, closeSpinner, openSpinner } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-loop', templateUrl: './loop.component.html', styleUrls: ['./loop.component.scss'] diff --git a/src/app/shared/components/ln-services/loop/swaps/swaps.component.html b/src/app/shared/components/ln-services/loop/swaps/swaps.component.html index 2c95a7a9..101879db 100755 --- a/src/app/shared/components/ln-services/loop/swaps/swaps.component.html +++ b/src/app/shared/components/ln-services/loop/swaps/swaps.component.html @@ -99,7 +99,7 @@ - +

diff --git a/src/app/shared/components/ln-services/loop/swaps/swaps.component.ts b/src/app/shared/components/ln-services/loop/swaps/swaps.component.ts index 0e29e1fd..a8eae1d4 100755 --- a/src/app/shared/components/ln-services/loop/swaps/swaps.component.ts +++ b/src/app/shared/components/ln-services/loop/swaps/swaps.component.ts @@ -24,6 +24,7 @@ import { CamelCaseWithReplacePipe } from '../../../../pipes/app.pipe'; import { MessageDataField } from '../../../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-swaps', templateUrl: './swaps.component.html', styleUrls: ['./swaps.component.scss'], diff --git a/src/app/shared/components/login/login.component.scss b/src/app/shared/components/login/login.component.scss index 0ad06b97..b8f588ea 100644 --- a/src/app/shared/components/login/login.component.scss +++ b/src/app/shared/components/login/login.component.scss @@ -1,4 +1,4 @@ -@import "../../theme/styles/mixins.scss"; +@use '../../theme/styles/mixins.scss' as *; .login-container { height: 60vh; diff --git a/src/app/shared/components/login/login.component.ts b/src/app/shared/components/login/login.component.ts index 83483729..2ab3bced 100644 --- a/src/app/shared/components/login/login.component.ts +++ b/src/app/shared/components/login/login.component.ts @@ -18,6 +18,7 @@ import { login, openAlert } from '../../../store/rtl.actions'; import { rootAppConfig, authorizedStatus, loginStatus } from '../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-login', templateUrl: './login.component.html', styleUrls: ['./login.component.scss'] diff --git a/src/app/shared/components/navigation/side-navigation/side-navigation.component.html b/src/app/shared/components/navigation/side-navigation/side-navigation.component.html index f98832b7..38d9781b 100644 --- a/src/app/shared/components/navigation/side-navigation/side-navigation.component.html +++ b/src/app/shared/components/navigation/side-navigation/side-navigation.component.html @@ -9,7 +9,7 @@ - +
@@ -40,8 +40,8 @@ - - {{node.icon}} + + {{node.icon}} {{node.name}} @@ -50,7 +50,7 @@ - + {{node.name}} diff --git a/src/app/shared/components/navigation/side-navigation/side-navigation.component.ts b/src/app/shared/components/navigation/side-navigation/side-navigation.component.ts index 839784f1..3d12c83f 100644 --- a/src/app/shared/components/navigation/side-navigation/side-navigation.component.ts +++ b/src/app/shared/components/navigation/side-navigation/side-navigation.component.ts @@ -22,6 +22,7 @@ import { logout, openConfirmation, setSelectedNode, showPubkey } from '../../../ import { rootAppConfig, rootSelNodeAndNodeData } from '../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-side-navigation', templateUrl: './side-navigation.component.html', styleUrls: ['./side-navigation.component.scss'] @@ -39,8 +40,8 @@ export class SideNavigationComponent implements OnInit, OnDestroy { public information: GetInfoRoot = {}; public informationChain: GetInfoChain = {}; public flgLoading = true; - public logoutNode = [{ id: 200, parentId: 0, name: 'Logout', iconType: 'FA', icon: faEject }]; - public showDataNodes = [{ id: 1000, parentId: 0, name: 'Public Key', iconType: 'FA', icon: faEye }]; + public logoutNode = [{ id: 200, parentId: 0, name: 'Logout', iconType: 'FA', icon: faEject, children: [] }]; + public showDataNodes = [{ id: 1000, parentId: 0, name: 'Public Key', iconType: 'FA', icon: faEye, children: [] }]; public showLogout = false; public numPendingChannels = 0; public smallScreen = false; @@ -156,8 +157,7 @@ export class SideNavigationComponent implements OnInit, OnDestroy { } loadLNDMenu() { - let clonedMenu = []; - clonedMenu = JSON.parse(JSON.stringify(MENU_DATA.LNDChildren)); + const clonedMenu = JSON.parse(JSON.stringify(MENU_DATA.LNDChildren)); this.navMenus.data = clonedMenu?.filter((navMenuData: any) => { if (navMenuData.children && navMenuData.children.length) { navMenuData.children = navMenuData.children?.filter((navMenuChild) => ((navMenuChild.userPersona === UserPersonaEnum.ALL || navMenuChild.userPersona === this.selNode.settings.userPersona) && navMenuChild.link !== '/services/loop' && navMenuChild.link !== '/services/boltz') || @@ -170,13 +170,14 @@ export class SideNavigationComponent implements OnInit, OnDestroy { } loadCLNMenu() { - let clonedMenu = []; - clonedMenu = JSON.parse(JSON.stringify(MENU_DATA.CLNChildren)); + const clonedMenu = JSON.parse(JSON.stringify(MENU_DATA.CLNChildren)); this.navMenus.data = clonedMenu?.filter((navMenuData: any) => { if (navMenuData.children && navMenuData.children.length) { - navMenuData.children = navMenuData.children?.filter((navMenuChild) => ((navMenuChild.userPersona === UserPersonaEnum.ALL || navMenuChild.userPersona === this.selNode.settings.userPersona) && navMenuChild.link !== '/services/peerswap') || - (navMenuChild.link === '/services/peerswap' && this.selNode.settings.enablePeerswap) || - (navMenuChild.link === '/services/boltz' && this.selNode.settings.boltzServerUrl && this.selNode.settings.boltzServerUrl.trim() !== '')); + navMenuData.children = navMenuData.children?.filter((navMenuChild) => ((navMenuChild.userPersona === UserPersonaEnum.ALL || navMenuChild.userPersona === this.selNode.settings.userPersona)) && + (!navMenuChild.link.includes('/services') || + (navMenuChild.link === '/services/peerswap' && this.selNode.settings.enablePeerswap) || + (navMenuChild.link === '/services/boltz' && this.selNode.settings.boltzServerUrl && this.selNode.settings.boltzServerUrl.trim() !== '') + )); return navMenuData.children.length > 0; } return navMenuData.userPersona === UserPersonaEnum.ALL || navMenuData.userPersona === this.selNode.settings.userPersona; diff --git a/src/app/shared/components/navigation/top-menu/top-menu.component.ts b/src/app/shared/components/navigation/top-menu/top-menu.component.ts index 7526c1fc..50df6494 100644 --- a/src/app/shared/components/navigation/top-menu/top-menu.component.ts +++ b/src/app/shared/components/navigation/top-menu/top-menu.component.ts @@ -17,6 +17,7 @@ import { logout, openConfirmation } from '../../../../store/rtl.actions'; import { rootNodeData } from '../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-top-menu', templateUrl: './top-menu.component.html', styleUrls: ['./top-menu.component.scss'], diff --git a/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.html b/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.html index 893ea324..dcf4d6e7 100644 --- a/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.html +++ b/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.html @@ -93,7 +93,7 @@

- {{(updateMsg.error && updateMsg.error !== '') ? (('Error: ' + updateMsg.error) || 'Unknown Error') : (updateMsg.data && updateMsg.data !== '') ? updateMsg.data : 'Successfully Updated the Funding Policy!'}} + {{(updateMsg.error && updateMsg.error !== '') ? `Error: ${updateMsg.error || 'Unknown Error'}` : (updateMsg.data && updateMsg.data !== '') ? updateMsg.data : 'Successfully Updated the Funding Policy!'}}

diff --git a/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.ts b/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.ts index 3c2db5c1..af583767 100644 --- a/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.ts +++ b/src/app/shared/components/node-config/experimental-settings/experimental-settings.component.ts @@ -17,6 +17,7 @@ import { Balance, FunderPolicy, LocalRemoteBalance, UTXO } from '../../../models import { ApiCallStatusPayload } from '../../../models/apiCallsPayload'; @Component({ + standalone: false, selector: 'rtl-experimental-settings', templateUrl: './experimental-settings.component.html', styleUrls: ['./experimental-settings.component.scss'] diff --git a/src/app/shared/components/node-config/lnp-config/lnp-config.component.ts b/src/app/shared/components/node-config/lnp-config/lnp-config.component.ts index 407b7cfb..7202f4d4 100644 --- a/src/app/shared/components/node-config/lnp-config/lnp-config.component.ts +++ b/src/app/shared/components/node-config/lnp-config/lnp-config.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { fetchConfig } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-lnp-config', templateUrl: './lnp-config.component.html', styleUrls: ['./lnp-config.component.scss'] diff --git a/src/app/shared/components/node-config/node-config.component.html b/src/app/shared/components/node-config/node-config.component.html index 018e7c5b..cca8299c 100644 --- a/src/app/shared/components/node-config/node-config.component.html +++ b/src/app/shared/components/node-config/node-config.component.html @@ -6,10 +6,10 @@ diff --git a/src/app/shared/components/node-config/node-config.component.ts b/src/app/shared/components/node-config/node-config.component.ts index c676371a..def76ec0 100644 --- a/src/app/shared/components/node-config/node-config.component.ts +++ b/src/app/shared/components/node-config/node-config.component.ts @@ -13,6 +13,7 @@ import { RTLState } from '../../../store/rtl.state'; import { rootAppConfig, rootSelectedNode } from '../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-node-config', templateUrl: './node-config.component.html', styleUrls: ['./node-config.component.scss'] diff --git a/src/app/shared/components/node-config/node-settings/node-settings.component.scss b/src/app/shared/components/node-config/node-settings/node-settings.component.scss index e654fcf7..71b0bdfb 100644 --- a/src/app/shared/components/node-config/node-settings/node-settings.component.scss +++ b/src/app/shared/components/node-config/node-settings/node-settings.component.scss @@ -1,6 +1,6 @@ @use 'sass:math' as math; -@import "../../../theme/styles/mixins"; -@import '../../../theme/styles/constants.scss'; +@use "../../../theme/styles/mixins" as *; +@use '../../../theme/styles/constants.scss' as *; h4 { margin: ($gap*1.5) 0 $gap 0; diff --git a/src/app/shared/components/node-config/node-settings/node-settings.component.ts b/src/app/shared/components/node-config/node-settings/node-settings.component.ts index e77acb11..b8cbfb48 100644 --- a/src/app/shared/components/node-config/node-settings/node-settings.component.ts +++ b/src/app/shared/components/node-config/node-settings/node-settings.component.ts @@ -14,6 +14,7 @@ import { rootSelectedNode } from '../../../../store/rtl.selector'; import { updateNodeSettings, setSelectedNode } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-node-settings', templateUrl: './node-settings.component.html', styleUrls: ['./node-settings.component.scss'] diff --git a/src/app/shared/components/node-config/page-settings/page-settings.component.html b/src/app/shared/components/node-config/page-settings/page-settings.component.html index d47ffbbb..62c49632 100644 --- a/src/app/shared/components/node-config/page-settings/page-settings.component.html +++ b/src/app/shared/components/node-config/page-settings/page-settings.component.html @@ -15,7 +15,7 @@ {{table.tableId | camelcaseWithReplace:'_'}}: Records/Page - + {{pageSizeOption}} @@ -23,7 +23,7 @@ Sort By - + {{selNode.lnImplementation === 'ECL' ? (field | camelCaseWithSpaces) : (field | camelcaseWithReplace:'_')}} @@ -31,7 +31,7 @@ Sort Order - + {{so === 'desc' ? 'Descending' : 'Ascending'}} @@ -39,7 +39,7 @@ Column selection (Desktop Resolution) - + {{field.label ? field.label : (selNode.lnImplementation === 'ECL' ? (field.column | camelCaseWithSpaces) : (field.column | camelcaseWithReplace:'_'))}} @@ -47,7 +47,7 @@ Column Selection (Mobile Resolution) - + {{field.label ? field.label : (selNode.lnImplementation === 'ECL' ? (field.column | camelCaseWithSpaces) : (field.column | camelcaseWithReplace:'_'))}} diff --git a/src/app/shared/components/node-config/page-settings/page-settings.component.scss b/src/app/shared/components/node-config/page-settings/page-settings.component.scss index 5fc009aa..afd630bd 100644 --- a/src/app/shared/components/node-config/page-settings/page-settings.component.scss +++ b/src/app/shared/components/node-config/page-settings/page-settings.component.scss @@ -1,4 +1,4 @@ -@import '../../../theme/styles/constants.scss'; +@use '../../../theme/styles/constants.scss' as *; .table-setting-row { &:not(:first-child) { diff --git a/src/app/shared/components/node-config/page-settings/page-settings.component.ts b/src/app/shared/components/node-config/page-settings/page-settings.component.ts index 98678c5c..edb5d9a4 100644 --- a/src/app/shared/components/node-config/page-settings/page-settings.component.ts +++ b/src/app/shared/components/node-config/page-settings/page-settings.component.ts @@ -21,6 +21,7 @@ import { eclPageSettings } from '../../../../eclair/store/ecl.selector'; import { savePageSettings as savePageSettingsECL } from '../../../../eclair/store/ecl.actions'; @Component({ + standalone: false, selector: 'rtl-page-settings', templateUrl: './page-settings.component.html', styleUrls: ['./page-settings.component.scss'] diff --git a/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts b/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts index c30f39c4..aec71b71 100644 --- a/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts @@ -11,6 +11,7 @@ import { RTLState } from '../../../../../store/rtl.state'; import { rootSelectedNode } from '../../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-boltz-service-settings', templateUrl: './boltz-service-settings.component.html', styleUrls: ['./boltz-service-settings.component.scss'] diff --git a/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts b/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts index 98b2f118..541c13e4 100644 --- a/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts @@ -11,6 +11,7 @@ import { RTLState } from '../../../../../store/rtl.state'; import { rootSelectedNode } from '../../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-loop-service-settings', templateUrl: './loop-service-settings.component.html', styleUrls: ['./loop-service-settings.component.scss'] diff --git a/src/app/shared/components/node-config/services-settings/no-service-found/no-service-found.component.ts b/src/app/shared/components/node-config/services-settings/no-service-found/no-service-found.component.ts index 8048a129..a28314aa 100644 --- a/src/app/shared/components/node-config/services-settings/no-service-found/no-service-found.component.ts +++ b/src/app/shared/components/node-config/services-settings/no-service-found/no-service-found.component.ts @@ -1,6 +1,7 @@ import { Component } from '@angular/core'; @Component({ + standalone: false, selector: 'rtl-no-service-found', templateUrl: './no-service-found.component.html' }) diff --git a/src/app/shared/components/node-config/services-settings/peerswap-service-settings/peerswap-service-settings.component.ts b/src/app/shared/components/node-config/services-settings/peerswap-service-settings/peerswap-service-settings.component.ts index 89a2c1a6..cb9d5722 100644 --- a/src/app/shared/components/node-config/services-settings/peerswap-service-settings/peerswap-service-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/peerswap-service-settings/peerswap-service-settings.component.ts @@ -11,6 +11,7 @@ import { RTLState } from '../../../../../store/rtl.state'; import { rootSelectedNode } from '../../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-peerswap-service-settings', templateUrl: './peerswap-service-settings.component.html', styleUrls: ['./peerswap-service-settings.component.scss'] diff --git a/src/app/shared/components/node-config/services-settings/services-settings.component.html b/src/app/shared/components/node-config/services-settings/services-settings.component.html index 44199bd2..76381530 100644 --- a/src/app/shared/components/node-config/services-settings/services-settings.component.html +++ b/src/app/shared/components/node-config/services-settings/services-settings.component.html @@ -8,11 +8,11 @@
diff --git a/src/app/shared/components/node-config/services-settings/services-settings.component.ts b/src/app/shared/components/node-config/services-settings/services-settings.component.ts index 0eefd193..cdfd1bb0 100644 --- a/src/app/shared/components/node-config/services-settings/services-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/services-settings.component.ts @@ -9,6 +9,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { rootSelectedNode } from '../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-services-settings', templateUrl: './services-settings.component.html', styleUrls: ['./services-settings.component.scss'] diff --git a/src/app/shared/components/not-found/not-found.component.ts b/src/app/shared/components/not-found/not-found.component.ts index 798896b2..b1fa12e3 100644 --- a/src/app/shared/components/not-found/not-found.component.ts +++ b/src/app/shared/components/not-found/not-found.component.ts @@ -3,6 +3,7 @@ import { Router } from '@angular/router'; import { faTimes } from '@fortawesome/free-solid-svg-icons'; @Component({ + standalone: false, selector: 'rtl-not-found', templateUrl: './not-found.component.html' }) diff --git a/src/app/shared/components/settings/app-settings/app-settings.component.ts b/src/app/shared/components/settings/app-settings/app-settings.component.ts index faf7e509..56b411ad 100644 --- a/src/app/shared/components/settings/app-settings/app-settings.component.ts +++ b/src/app/shared/components/settings/app-settings/app-settings.component.ts @@ -12,6 +12,7 @@ import { updateApplicationSettings } from '../../../../store/rtl.actions'; import { rootAppConfig } from '../../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-app-settings', templateUrl: './app-settings.component.html', styleUrls: ['./app-settings.component.scss'] diff --git a/src/app/shared/components/settings/auth-settings/auth-settings.component.ts b/src/app/shared/components/settings/auth-settings/auth-settings.component.ts index d1a06319..1647dbde 100644 --- a/src/app/shared/components/settings/auth-settings/auth-settings.component.ts +++ b/src/app/shared/components/settings/auth-settings/auth-settings.component.ts @@ -18,6 +18,7 @@ import { rootAppConfig, rootSelectedNode } from '../../../../store/rtl.selector' import { LoggerService } from '../../../services/logger.service'; @Component({ + standalone: false, selector: 'rtl-auth-settings', templateUrl: './auth-settings.component.html', styleUrls: ['./auth-settings.component.scss'] diff --git a/src/app/shared/components/settings/bitcoin-config/bitcoin-config.component.ts b/src/app/shared/components/settings/bitcoin-config/bitcoin-config.component.ts index 56f8cbe3..0b136217 100644 --- a/src/app/shared/components/settings/bitcoin-config/bitcoin-config.component.ts +++ b/src/app/shared/components/settings/bitcoin-config/bitcoin-config.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../../store/rtl.state'; import { fetchConfig } from '../../../../store/rtl.actions'; @Component({ + standalone: false, selector: 'rtl-bitcoin-config', templateUrl: './bitcoin-config.component.html', styleUrls: ['./bitcoin-config.component.scss'] diff --git a/src/app/shared/components/settings/settings.component.html b/src/app/shared/components/settings/settings.component.html index 1dfa2743..85e7a820 100644 --- a/src/app/shared/components/settings/settings.component.html +++ b/src/app/shared/components/settings/settings.component.html @@ -6,9 +6,9 @@
diff --git a/src/app/shared/components/settings/settings.component.ts b/src/app/shared/components/settings/settings.component.ts index 45e70842..4ed1ce9a 100644 --- a/src/app/shared/components/settings/settings.component.ts +++ b/src/app/shared/components/settings/settings.component.ts @@ -10,6 +10,7 @@ import { RTLState } from '../../../store/rtl.state'; import { rootSelectedNode, rootAppConfig } from '../../../store/rtl.selector'; @Component({ + standalone: false, selector: 'rtl-settings', templateUrl: './settings.component.html', styleUrls: ['./settings.component.scss'] diff --git a/src/app/shared/components/transactions-report-table/transactions-report-table.component.html b/src/app/shared/components/transactions-report-table/transactions-report-table.component.html index 2dec5a57..5aa2f473 100644 --- a/src/app/shared/components/transactions-report-table/transactions-report-table.component.html +++ b/src/app/shared/components/transactions-report-table/transactions-report-table.component.html @@ -60,7 +60,7 @@ - +
diff --git a/src/app/shared/components/transactions-report-table/transactions-report-table.component.ts b/src/app/shared/components/transactions-report-table/transactions-report-table.component.ts index b703284a..a1604000 100644 --- a/src/app/shared/components/transactions-report-table/transactions-report-table.component.ts +++ b/src/app/shared/components/transactions-report-table/transactions-report-table.component.ts @@ -18,6 +18,7 @@ import { CamelCaseWithReplacePipe } from '../../pipes/app.pipe'; import { MessageDataField } from '../../../shared/models/alertData'; @Component({ + standalone: false, selector: 'rtl-transactions-report-table', templateUrl: './transactions-report-table.component.html', styleUrls: ['./transactions-report-table.component.scss'], diff --git a/src/app/shared/directive/auto-focus.directive.ts b/src/app/shared/directive/auto-focus.directive.ts index 947e94bf..b2bca55a 100644 --- a/src/app/shared/directive/auto-focus.directive.ts +++ b/src/app/shared/directive/auto-focus.directive.ts @@ -1,6 +1,7 @@ import { AfterContentInit, Directive, ElementRef, Input } from '@angular/core'; @Directive({ + standalone: false, selector: '[autoFocus]' }) export class AutoFocusDirective implements AfterContentInit { diff --git a/src/app/shared/directive/clipboard.directive.ts b/src/app/shared/directive/clipboard.directive.ts index 74e5c172..65581be9 100644 --- a/src/app/shared/directive/clipboard.directive.ts +++ b/src/app/shared/directive/clipboard.directive.ts @@ -1,6 +1,7 @@ import { Directive, Input, Output, EventEmitter, HostListener } from '@angular/core'; @Directive({ + standalone: false, selector: '[rtlClipboard]' }) export class ClipboardDirective { diff --git a/src/app/shared/directive/date-formats.directive.ts b/src/app/shared/directive/date-formats.directive.ts index 60528201..efe4c332 100644 --- a/src/app/shared/directive/date-formats.directive.ts +++ b/src/app/shared/directive/date-formats.directive.ts @@ -46,6 +46,7 @@ export const YEARLY_DATE_FORMATS: MatDateFormats = { }; @Directive({ + standalone: false, selector: '[monthlyDate]', providers: [ { provide: DateAdapter, useClass: CustomDateAdapter }, @@ -55,6 +56,7 @@ export const YEARLY_DATE_FORMATS: MatDateFormats = { export class MonthlyDateDirective {} @Directive({ + standalone: false, selector: '[yearlyDate]', providers: [ { provide: DateAdapter, useClass: CustomDateAdapter }, diff --git a/src/app/shared/directive/max-amount.directive.ts b/src/app/shared/directive/max-amount.directive.ts index 45918350..0e5373af 100644 --- a/src/app/shared/directive/max-amount.directive.ts +++ b/src/app/shared/directive/max-amount.directive.ts @@ -2,6 +2,7 @@ import { Directive, Input } from '@angular/core'; import { NG_VALIDATORS, Validator, Validators, AbstractControl } from '@angular/forms'; @Directive({ + standalone: false, selector: 'input[max]', providers: [{ provide: NG_VALIDATORS, useExisting: MaxValidator, multi: true }] }) diff --git a/src/app/shared/directive/min-amount.directive.ts b/src/app/shared/directive/min-amount.directive.ts index 30d19af3..811f070a 100644 --- a/src/app/shared/directive/min-amount.directive.ts +++ b/src/app/shared/directive/min-amount.directive.ts @@ -2,6 +2,7 @@ import { Directive, Input } from '@angular/core'; import { NG_VALIDATORS, Validator, Validators, AbstractControl } from '@angular/forms'; @Directive({ + standalone: false, selector: 'input[min]', providers: [{ provide: NG_VALIDATORS, useExisting: MinValidator, multi: true }] }) diff --git a/src/app/shared/models/navMenu.ts b/src/app/shared/models/navMenu.ts index 85c6fbd1..e45bba31 100644 --- a/src/app/shared/models/navMenu.ts +++ b/src/app/shared/models/navMenu.ts @@ -24,68 +24,68 @@ export class MenuRootNode { export const MENU_DATA: MenuRootNode = { LNDChildren: [ - { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/lnd/home', userPersona: UserPersonaEnum.ALL }, - { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/lnd/onchain', userPersona: UserPersonaEnum.ALL }, + { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/lnd/home', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/lnd/onchain', userPersona: UserPersonaEnum.ALL, children: [] }, { id: 3, parentId: 0, name: 'Lightning', iconType: 'FA', icon: faBolt, link: '/lnd/connections', userPersona: UserPersonaEnum.ALL, children: [ - { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/lnd/connections', userPersona: UserPersonaEnum.ALL }, - { id: 32, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/lnd/transactions', userPersona: UserPersonaEnum.ALL }, - { id: 33, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/lnd/routing', userPersona: UserPersonaEnum.ALL }, - { id: 34, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/lnd/reports', userPersona: UserPersonaEnum.ALL }, - { id: 35, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/lnd/graph', userPersona: UserPersonaEnum.ALL }, - { id: 36, parentId: 3, name: 'Sign/Verify', iconType: 'FA', icon: faUserCheck, link: '/lnd/messages', userPersona: UserPersonaEnum.ALL }, - { id: 37, parentId: 3, name: 'Backup', iconType: 'FA', icon: faDownload, link: '/lnd/channelbackup', userPersona: UserPersonaEnum.ALL }, - { id: 38, parentId: 3, name: 'Network', iconType: 'FA', icon: faProjectDiagram, link: '/lnd/network', userPersona: UserPersonaEnum.OPERATOR }, - { id: 39, parentId: 3, name: 'Node/Network', iconType: 'FA', icon: faServer, link: '/lnd/network', userPersona: UserPersonaEnum.MERCHANT } + { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/lnd/connections', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 32, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/lnd/transactions', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 33, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/lnd/routing', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 34, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/lnd/reports', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 35, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/lnd/graph', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 36, parentId: 3, name: 'Sign/Verify', iconType: 'FA', icon: faUserCheck, link: '/lnd/messages', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 37, parentId: 3, name: 'Backup', iconType: 'FA', icon: faDownload, link: '/lnd/channelbackup', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 38, parentId: 3, name: 'Network', iconType: 'FA', icon: faProjectDiagram, link: '/lnd/network', userPersona: UserPersonaEnum.OPERATOR, children: [] }, + { id: 39, parentId: 3, name: 'Node/Network', iconType: 'FA', icon: faServer, link: '/lnd/network', userPersona: UserPersonaEnum.MERCHANT, children: [] } ] }, { id: 4, parentId: 0, name: 'Services', iconType: 'FA', icon: faLayerGroup, link: '/services/loop', userPersona: UserPersonaEnum.ALL, children: [ - { id: 41, parentId: 4, name: 'Loop', iconType: 'FA', icon: faInfinity, link: '/services/loop', userPersona: UserPersonaEnum.ALL }, - { id: 42, parentId: 4, name: 'Boltz', iconType: 'SVG', icon: 'boltzIconBlock', link: '/services/boltz', userPersona: UserPersonaEnum.ALL } + { id: 41, parentId: 4, name: 'Loop', iconType: 'FA', icon: faInfinity, link: '/services/loop', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 42, parentId: 4, name: 'Boltz', iconType: 'SVG', icon: 'boltzIconBlock', link: '/services/boltz', userPersona: UserPersonaEnum.ALL, children: [] } ] }, - { id: 5, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL }, - { id: 6, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL } + { id: 5, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 6, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL, children: [] } ], CLNChildren: [ - { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/cln/home', userPersona: UserPersonaEnum.ALL }, - { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/cln/onchain', userPersona: UserPersonaEnum.ALL }, + { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/cln/home', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/cln/onchain', userPersona: UserPersonaEnum.ALL, children: [] }, { id: 3, parentId: 0, name: 'Lightning', iconType: 'FA', icon: faBolt, link: '/cln/connections', userPersona: UserPersonaEnum.ALL, children: [ - { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/cln/connections', userPersona: UserPersonaEnum.ALL }, - { id: 32, parentId: 3, name: 'Liquidity Ads', iconType: 'FA', icon: faBullhorn, link: '/cln/liquidityads', userPersona: UserPersonaEnum.ALL }, - { id: 33, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/cln/transactions', userPersona: UserPersonaEnum.ALL }, - { id: 34, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/cln/routing', userPersona: UserPersonaEnum.ALL }, - { id: 35, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/cln/reports', userPersona: UserPersonaEnum.ALL }, - { id: 36, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/cln/graph', userPersona: UserPersonaEnum.ALL }, - { id: 37, parentId: 3, name: 'Sign/Verify', iconType: 'FA', icon: faUserCheck, link: '/cln/messages', userPersona: UserPersonaEnum.ALL }, - { id: 38, parentId: 3, name: 'Fee Rates', iconType: 'FA', icon: faPercentage, link: '/cln/rates', userPersona: UserPersonaEnum.OPERATOR }, - { id: 39, parentId: 3, name: 'Node/Fee Rates', iconType: 'FA', icon: faServer, link: '/cln/rates', userPersona: UserPersonaEnum.MERCHANT } + { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/cln/connections', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 32, parentId: 3, name: 'Liquidity Ads', iconType: 'FA', icon: faBullhorn, link: '/cln/liquidityads', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 33, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/cln/transactions', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 34, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/cln/routing', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 35, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/cln/reports', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 36, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/cln/graph', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 37, parentId: 3, name: 'Sign/Verify', iconType: 'FA', icon: faUserCheck, link: '/cln/messages', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 38, parentId: 3, name: 'Fee Rates', iconType: 'FA', icon: faPercentage, link: '/cln/rates', userPersona: UserPersonaEnum.OPERATOR, children: [] }, + { id: 39, parentId: 3, name: 'Node/Fee Rates', iconType: 'FA', icon: faServer, link: '/cln/rates', userPersona: UserPersonaEnum.MERCHANT, children: [] } ] }, { id: 4, parentId: 0, name: 'Services', iconType: 'FA', icon: faLayerGroup, link: '/services/loop', userPersona: UserPersonaEnum.ALL, children: [ - // { id: 41, parentId: 4, name: 'Peerswap', iconType: 'FA', icon: faHandshake, link: '/services/peerswap', userPersona: UserPersonaEnum.ALL }, - { id: 42, parentId: 4, name: 'Boltz', iconType: 'SVG', icon: 'boltzIconBlock', link: '/services/boltz', userPersona: UserPersonaEnum.ALL } + // { id: 41, parentId: 4, name: 'Peerswap', iconType: 'FA', icon: faHandshake, link: '/services/peerswap', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 42, parentId: 4, name: 'Boltz', iconType: 'SVG', icon: 'boltzIconBlock', link: '/services/boltz', userPersona: UserPersonaEnum.ALL, children: [] } ] }, - { id: 5, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL }, - { id: 6, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL } + { id: 5, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 6, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL, children: [] } ], ECLChildren: [ - { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/ecl/home', userPersona: UserPersonaEnum.ALL }, - { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/ecl/onchain', userPersona: UserPersonaEnum.ALL }, + { id: 1, parentId: 0, name: 'Dashboard', iconType: 'FA', icon: faTachometerAlt, link: '/ecl/home', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 2, parentId: 0, name: 'On-chain', iconType: 'FA', icon: faLink, link: '/ecl/onchain', userPersona: UserPersonaEnum.ALL, children: [] }, { id: 3, parentId: 0, name: 'Lightning', iconType: 'FA', icon: faBolt, link: '/ecl/connections', userPersona: UserPersonaEnum.ALL, children: [ - { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/ecl/connections', userPersona: UserPersonaEnum.ALL }, - { id: 32, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/ecl/transactions', userPersona: UserPersonaEnum.ALL }, - { id: 33, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/ecl/routing', userPersona: UserPersonaEnum.ALL }, - { id: 34, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/ecl/reports', userPersona: UserPersonaEnum.ALL }, - { id: 35, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/ecl/graph', userPersona: UserPersonaEnum.ALL } + { id: 31, parentId: 3, name: 'Peers/Channels', iconType: 'FA', icon: faUsers, link: '/ecl/connections', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 32, parentId: 3, name: 'Transactions', iconType: 'FA', icon: faExchangeAlt, link: '/ecl/transactions', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 33, parentId: 3, name: 'Routing', iconType: 'FA', icon: faMapSigns, link: '/ecl/routing', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 34, parentId: 3, name: 'Reports', iconType: 'FA', icon: faChartBar, link: '/ecl/reports', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 35, parentId: 3, name: 'Graph Lookup', iconType: 'FA', icon: faSearch, link: '/ecl/graph', userPersona: UserPersonaEnum.ALL, children: [] } ] }, - { id: 4, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL }, - { id: 5, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL } + { id: 4, parentId: 0, name: 'Node Config', iconType: 'FA', icon: faTools, link: '/config', userPersona: UserPersonaEnum.ALL, children: [] }, + { id: 5, parentId: 0, name: 'Help', iconType: 'FA', icon: faQuestion, link: '/help', userPersona: UserPersonaEnum.ALL, children: [] } ] }; diff --git a/src/app/shared/pipes/app.pipe.ts b/src/app/shared/pipes/app.pipe.ts index 6f84218e..b8eade10 100644 --- a/src/app/shared/pipes/app.pipe.ts +++ b/src/app/shared/pipes/app.pipe.ts @@ -1,6 +1,7 @@ import { NgModule, Pipe, PipeTransform } from '@angular/core'; @Pipe({ + standalone: false, name: 'removeleadingzeros' }) export class RemoveLeadingZerosPipe implements PipeTransform { @@ -12,6 +13,7 @@ export class RemoveLeadingZerosPipe implements PipeTransform { } @Pipe({ + standalone: false, name: 'camelcase' }) export class CamelCasePipe implements PipeTransform { @@ -23,6 +25,7 @@ export class CamelCasePipe implements PipeTransform { } @Pipe({ + standalone: false, name: 'camelCaseWithSpaces' }) export class CamelCaseWithSpacesPipe implements PipeTransform { @@ -34,6 +37,7 @@ export class CamelCaseWithSpacesPipe implements PipeTransform { } @Pipe({ + standalone: false, name: 'camelcaseWithReplace' }) export class CamelCaseWithReplacePipe implements PipeTransform { diff --git a/src/app/shared/shared.module.ts b/src/app/shared/shared.module.ts index 35750e58..c3cdf190 100644 --- a/src/app/shared/shared.module.ts +++ b/src/app/shared/shared.module.ts @@ -3,11 +3,8 @@ import { CommonModule, DecimalPipe, TitleCasePipe, DatePipe } from '@angular/com import { RouterModule } from '@angular/router'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; -import { HttpClientModule } from '@angular/common/http'; import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; -import { FlexLayoutModule } from '@angular/flex-layout'; import { LayoutModule } from '@angular/cdk/layout'; -import { Platform } from '@angular/cdk/platform'; import { MatNativeDateModule, DateAdapter, MAT_DATE_FORMATS, MAT_DATE_LOCALE, NativeDateAdapter, MatDateFormats } from '@angular/material/core'; import { MatDialogModule, MAT_DIALOG_DEFAULT_OPTIONS } from '@angular/material/dialog'; @@ -41,6 +38,7 @@ import { MatToolbarModule } from '@angular/material/toolbar'; import { MatTooltipModule } from '@angular/material/tooltip'; import { MatTreeModule } from '@angular/material/tree'; import { MatChipsModule } from '@angular/material/chips'; +import { FlexLayoutModule } from '@angular/flex-layout'; import { NgxChartsModule } from '@swimlane/ngx-charts'; import { QrCodeModule } from 'ng-qrcode'; @@ -106,6 +104,7 @@ import { MonthlyDateDirective, YearlyDateDirective } from './directive/date-form import { MaxValidator } from './directive/max-amount.directive'; import { MinValidator } from './directive/min-amount.directive'; import { RemoveLeadingZerosPipe, CamelCasePipe, CamelCaseWithReplacePipe, CamelCaseWithSpacesPipe } from './pipes/app.pipe'; +import { HttpClientModule } from '@angular/common/http'; const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { suppressScrollX: false, @@ -144,10 +143,10 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = { @NgModule({ imports: [ CommonModule, + HttpClientModule, FormsModule, ReactiveFormsModule, FontAwesomeModule, - FlexLayoutModule, LayoutModule, MatDialogModule, MatButtonModule, @@ -166,6 +165,7 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = { MatProgressSpinnerModule, MatRadioModule, MatTreeModule, + FlexLayoutModule, MatChipsModule, MatSelectModule, MatSidenavModule, @@ -184,14 +184,12 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = { NgxChartsModule, QrCodeModule, RouterModule, - HttpClientModule, PerfectScrollbarModule ], exports: [ FormsModule, ReactiveFormsModule, FontAwesomeModule, - FlexLayoutModule, LayoutModule, MatDialogModule, MatButtonModule, @@ -210,6 +208,7 @@ export const DEFAULT_DATE_FORMAT: MatDateFormats = { MatProgressSpinnerModule, MatRadioModule, MatTreeModule, + FlexLayoutModule, MatChipsModule, MatSelectModule, MatSidenavModule, diff --git a/src/app/shared/theme/skins/blue.scss b/src/app/shared/theme/skins/blue.scss index d52fd87d..99e4a413 100644 --- a/src/app/shared/theme/skins/blue.scss +++ b/src/app/shared/theme/skins/blue.scss @@ -1,25 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/blue-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$blue-primary: mat.define-palette(mat.$blue-palette, 700, 200, A200); -$blue-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$blue-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$blue-warn: mat.define-palette($red-warn, 500); -$blue-warn-night: mat.define-palette($red-warn, A700); +$blue-primary: mat.m2-define-palette($blue-primary-palette, 700, 200, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$blue-night-theme: mat.define-dark-theme(( - color: ( - primary: $blue-primary, - accent: $blue-accent-night, - warn: $blue-warn-night - ) +$blue-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $blue-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$blue-day-theme: mat.define-light-theme(( - color: ( - primary: $blue-primary, - accent: $blue-accent, - warn: $blue-warn - ) +$blue-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $blue-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/color-swatches/blue-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/blue-primary.swatch.scss new file mode 100644 index 00000000..cbd417e6 --- /dev/null +++ b/src/app/shared/theme/skins/color-swatches/blue-primary.swatch.scss @@ -0,0 +1,35 @@ +@use '@angular/material' as mat; + +$blue-primary-palette: ( + 50: #e3f2fd, + 100: #bbdefb, + 200: #90caf9, + 300: #64b5f6, + 400: #42a5f5, + 500: #2196f3, + 600: #1e88e5, + 700: #1976d2, + 800: #1565c0, + 900: #0d47a1, + A100: #82b1ff, + A200: #448aff, + A400: #2979ff, + A700: #2962ff, + + contrast: ( + 50: rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(black, 0.87), + 400: rgba(black, 0.87), + 500: rgba(white, 0.87), + 600: rgba(white, 0.87), + 700: rgba(white, 0.87), + 800: rgba(white, 0.87), + 900: rgba(white, 0.87), + A100: rgba(black, 0.87), + A200: rgba(white, 0.87), + A400: rgba(white, 0.87), + A700: rgba(white, 0.87) + ) +); diff --git a/src/app/shared/theme/skins/color-swatches/gray.swatch.scss b/src/app/shared/theme/skins/color-swatches/gray.swatch.scss new file mode 100644 index 00000000..e11e8693 --- /dev/null +++ b/src/app/shared/theme/skins/color-swatches/gray.swatch.scss @@ -0,0 +1,26 @@ +@use '@angular/material' as mat; + +$gray-palette: ( + 50 : #fafafa, + 100: #f5f5f5, + 200: #eeeeee, + 300: #e0e0e0, + 400: #bdbdbd, + 500: #9e9e9e, + 600: #757575, + 700: #616161, + 800: #424242, + 900: #212121, + contrast: ( + 50 : rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(black, 0.87), + 400: rgba(black, 0.87), + 500: rgba(white, 1), + 600: rgba(white, 1), + 700: rgba(white, 1), + 800: rgba(white, 1), + 900: rgba(white, 1), + ) +); diff --git a/src/app/shared/theme/skins/color-swatches/green-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/green-primary.swatch.scss index 5b155ad5..03a4dc69 100644 --- a/src/app/shared/theme/skins/color-swatches/green-primary.swatch.scss +++ b/src/app/shared/theme/skins/color-swatches/green-primary.swatch.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -$green-primary: ( +$green-primary-palette: ( 50 : #e3eae5, 100 : #bacbbe, 200 : #8ca893, diff --git a/src/app/shared/theme/skins/color-swatches/indigo-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/indigo-primary.swatch.scss new file mode 100644 index 00000000..1496abb9 --- /dev/null +++ b/src/app/shared/theme/skins/color-swatches/indigo-primary.swatch.scss @@ -0,0 +1,35 @@ +@use '@angular/material' as mat; + +$indigo-primary-palette: ( + 50: #e8eaf6, + 100: #c5cae9, + 200: #9fa8da, + 300: #7986cb, + 400: #5c6bc0, + 500: #3f51b5, + 600: #3949ab, + 700: #303f9f, + 800: #283593, + 900: #1a237e, + A100: #8c9eff, + A200: #536dfe, + A400: #3d5afe, + A700: #304ffe, + + contrast: ( + 50: rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(white, 0.87), + 400: rgba(white, 0.87), + 500: rgba(white, 0.87), + 600: rgba(white, 0.87), + 700: rgba(white, 0.87), + 800: rgba(white, 0.87), + 900: rgba(white, 0.87), + A100: rgba(black, 0.87), + A200: rgba(white, 0.87), + A400: rgba(white, 0.87), + A700: rgba(white, 0.87) + ) +); diff --git a/src/app/shared/theme/skins/color-swatches/pink-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/pink-primary.swatch.scss new file mode 100644 index 00000000..1c323e17 --- /dev/null +++ b/src/app/shared/theme/skins/color-swatches/pink-primary.swatch.scss @@ -0,0 +1,35 @@ +@use '@angular/material' as mat; + +$pink-primary-palette: ( + 50: #fce4ec, + 100: #f8bbd0, + 200: #f48fb1, + 300: #f06292, + 400: #ec407a, + 500: #e91e63, + 600: #d81b60, + 700: #c2185b, + 800: #ad1457, + 900: #880e4f, + A100: #ff80ab, + A200: #ff4081, + A400: #f50057, + A700: #c51162, + + contrast: ( + 50: rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(white, 0.87), + 400: rgba(white, 0.87), + 500: rgba(white, 0.87), + 600: rgba(white, 0.87), + 700: rgba(white, 0.87), + 800: rgba(white, 0.87), + 900: rgba(white, 0.87), + A100: rgba(black, 0.87), + A200: rgba(white, 0.87), + A400: rgba(white, 0.87), + A700: rgba(white, 0.87) + ) +); diff --git a/src/app/shared/theme/skins/color-swatches/purple-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/purple-primary.swatch.scss index 4b0ea882..ecf4c8e5 100644 --- a/src/app/shared/theme/skins/color-swatches/purple-primary.swatch.scss +++ b/src/app/shared/theme/skins/color-swatches/purple-primary.swatch.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -$purple-primary: ( +$purple-primary-palette: ( 50 : #eceaf4, 100 : #cfcae4, 200 : #afa7d2, diff --git a/src/app/shared/theme/skins/color-swatches/red-warn.swatch.scss b/src/app/shared/theme/skins/color-swatches/red-warn.swatch.scss index 36d6f1c5..7807da3a 100644 --- a/src/app/shared/theme/skins/color-swatches/red-warn.swatch.scss +++ b/src/app/shared/theme/skins/color-swatches/red-warn.swatch.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -$red-warn: ( +$red-warn-palette: ( 50 : #f6e0e4, 100 : #e7b3bc, 200 : #d88090, @@ -15,20 +15,16 @@ $red-warn: ( A200 : #ff8085, A400 : #ff4d53, A700 : #ff343b, - contrast: ( - 50 : #000000, - 100 : #000000, - 200 : #000000, - 300 : #ffffff, - 400 : #ffffff, - 500 : #ffffff, - 600 : #ffffff, - 700 : #ffffff, - 800 : #ffffff, - 900 : #ffffff, - A100 : #000000, - A200 : #000000, - A400 : #000000, - A700 : #ffffff, - ) + contrast: ( + 50 : rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(black, 0.87), + 400: rgba(black, 0.87), + 500: rgba(white, 1), + 600: rgba(white, 1), + 700: rgba(white, 1), + 800: rgba(white, 1), + 900: rgba(white, 1), + ) ); diff --git a/src/app/shared/theme/skins/color-swatches/teal-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/teal-primary.swatch.scss new file mode 100644 index 00000000..b75eeea5 --- /dev/null +++ b/src/app/shared/theme/skins/color-swatches/teal-primary.swatch.scss @@ -0,0 +1,35 @@ +@use '@angular/material' as mat; + +$teal-primary-palette: ( + 50: #e0f2f1, + 100: #b2dfdb, + 200: #80cbc4, + 300: #4db6ac, + 400: #26a69a, + 500: #009688, + 600: #00897b, + 700: #00796b, + 800: #00695c, + 900: #004d40, + A100: #a7ffeb, + A200: #64ffda, + A400: #1de9b6, + A700: #00bfa5, + + contrast: ( + 50: rgba(black, 0.87), + 100: rgba(black, 0.87), + 200: rgba(black, 0.87), + 300: rgba(black, 0.87), + 400: rgba(black, 0.87), + 500: rgba(white, 0.87), + 600: rgba(white, 0.87), + 700: rgba(white, 0.87), + 800: rgba(white, 0.87), + 900: rgba(white, 0.87), + A100: rgba(black, 0.87), + A200: rgba(black, 0.87), + A400: rgba(black, 0.87), + A700: rgba(white, 0.87) + ) +); diff --git a/src/app/shared/theme/skins/color-swatches/white.swatch.scss b/src/app/shared/theme/skins/color-swatches/white.swatch.scss index ca766fb3..05feedd7 100644 --- a/src/app/shared/theme/skins/color-swatches/white.swatch.scss +++ b/src/app/shared/theme/skins/color-swatches/white.swatch.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -$mat-white: ( +$white-palette: ( 50 : #ffffff, 100 : #ffffff, 200 : #eeeeee, diff --git a/src/app/shared/theme/skins/color-swatches/yellow-primary.swatch.scss b/src/app/shared/theme/skins/color-swatches/yellow-primary.swatch.scss index db4141f6..b5a77e11 100644 --- a/src/app/shared/theme/skins/color-swatches/yellow-primary.swatch.scss +++ b/src/app/shared/theme/skins/color-swatches/yellow-primary.swatch.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -$yellow-primary: ( +$yellow-primary-palette: ( 50 : #f2ece4, 100 : #dfcfbc, 200 : #caaf8f, diff --git a/src/app/shared/theme/skins/green.scss b/src/app/shared/theme/skins/green.scss index 57ef3158..5a1fc334 100644 --- a/src/app/shared/theme/skins/green.scss +++ b/src/app/shared/theme/skins/green.scss @@ -1,26 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/green-primary.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/green-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$green-primary: mat.define-palette($green-primary, 500, 300, A200); -$green-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$green-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$green-warn: mat.define-palette($red-warn, 500); -$green-warn-night: mat.define-palette($red-warn, A700); +$green-primary: mat.m2-define-palette($green-primary-palette, 500, 300, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$green-night-theme: mat.define-dark-theme(( - color: ( - primary: $green-primary, - accent: $green-accent-night, - warn: $green-warn-night - ) +$green-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $green-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$green-day-theme: mat.define-light-theme(( - color: ( - primary: $green-primary, - accent: $green-accent, - warn: $green-warn - ) +$green-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $green-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/indigo.scss b/src/app/shared/theme/skins/indigo.scss index 1890d502..366d5bfa 100644 --- a/src/app/shared/theme/skins/indigo.scss +++ b/src/app/shared/theme/skins/indigo.scss @@ -1,25 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/indigo-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$indigo-primary: mat.define-palette(mat.$indigo-palette, 500, 200, A200); -$indigo-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$indigo-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$indigo-warn: mat.define-palette($red-warn, 500); -$indigo-warn-night: mat.define-palette($red-warn, A700); +$indigo-primary: mat.m2-define-palette($indigo-primary-palette, 500, 200, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$indigo-night-theme: mat.define-dark-theme(( - color: ( - primary: $indigo-primary, - accent: $indigo-accent-night, - warn: $indigo-warn-night - ) +$indigo-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $indigo-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$indigo-day-theme: mat.define-light-theme(( - color: ( - primary: $indigo-primary, - accent: $indigo-accent, - warn: $indigo-warn - ) +$indigo-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $indigo-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/pink.scss b/src/app/shared/theme/skins/pink.scss index c2be4348..d5ed9610 100644 --- a/src/app/shared/theme/skins/pink.scss +++ b/src/app/shared/theme/skins/pink.scss @@ -1,25 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/pink-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$pink-primary: mat.define-palette(mat.$pink-palette, 500, 300, A200); -$pink-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$pink-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$pink-warn: mat.define-palette($red-warn, 500); -$pink-warn-night: mat.define-palette($red-warn, A700); +$pink-primary: mat.m2-define-palette($pink-primary-palette, 500, 300, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$pink-night-theme: mat.define-dark-theme(( - color: ( - primary: $pink-primary, - accent: $pink-accent-night, - warn: $pink-warn-night - ) +$pink-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $pink-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$pink-day-theme: mat.define-light-theme(( - color: ( - primary: $pink-primary, - accent: $pink-accent, - warn: $pink-warn - ) +$pink-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $pink-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/purple.scss b/src/app/shared/theme/skins/purple.scss index 3b5db1b0..1b109948 100644 --- a/src/app/shared/theme/skins/purple.scss +++ b/src/app/shared/theme/skins/purple.scss @@ -1,26 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/purple-primary.swatch.scss'; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/purple-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$purple-primary: mat.define-palette($purple-primary, 500, 300, A200); -$purple-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$purple-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$purple-warn: mat.define-palette($red-warn, 500); -$purple-warn-night: mat.define-palette($red-warn, A700); +$purple-primary: mat.m2-define-palette($purple-primary-palette, 500, 300, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$purple-night-theme: mat.define-dark-theme(( - color: ( - primary: $purple-primary, - accent: $purple-accent-night, - warn: $purple-warn-night - ) +$purple-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $purple-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$purple-day-theme: mat.define-light-theme(( - color: ( - primary: $purple-primary, - accent: $purple-accent, - warn: $purple-warn - ) +$purple-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $purple-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/teal.scss b/src/app/shared/theme/skins/teal.scss index ec6e12d9..731e2da3 100644 --- a/src/app/shared/theme/skins/teal.scss +++ b/src/app/shared/theme/skins/teal.scss @@ -1,25 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/teal-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$teal-primary: mat.define-palette(mat.$teal-palette, 800, 300, A200); -$teal-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$teal-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$teal-warn: mat.define-palette($red-warn, 500); -$teal-warn-night: mat.define-palette($red-warn, A700); +$teal-primary: mat.m2-define-palette($teal-primary-palette, 800, 300, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$teal-night-theme: mat.define-dark-theme(( - color: ( - primary: $teal-primary, - accent: $teal-accent-night, - warn: $teal-warn-night - ) +$teal-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $teal-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$teal-day-theme: mat.define-light-theme(( - color: ( - primary: $teal-primary, - accent: $teal-accent, - warn: $teal-warn - ) +$teal-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $teal-primary, + accent: $day-accent, + warn: $red-warn, + ) )); diff --git a/src/app/shared/theme/skins/yellow.scss b/src/app/shared/theme/skins/yellow.scss index 137ea8c1..f8671b4a 100644 --- a/src/app/shared/theme/skins/yellow.scss +++ b/src/app/shared/theme/skins/yellow.scss @@ -1,26 +1,26 @@ @use '@angular/material' as mat; -@import './color-swatches/red-warn.swatch.scss'; -@import './color-swatches/yellow-primary.swatch.scss'; -@import './color-swatches/white.swatch.scss'; +@use './color-swatches/yellow-primary.swatch.scss' as *; +@use './color-swatches/red-warn.swatch.scss' as *; +@use './color-swatches/white.swatch.scss' as *; +@use './color-swatches/gray.swatch.scss' as *; -$yellow-primary: mat.define-palette($yellow-primary, 500, 300, A200); -$yellow-accent: mat.define-palette(mat.$gray-palette, 800, 600, 900); -$yellow-accent-night: mat.define-palette($mat-white, 300, 600, 900); -$yellow-warn: mat.define-palette($red-warn, 500); -$yellow-warn-night: mat.define-palette($red-warn, A700); +$yellow-primary: mat.m2-define-palette($yellow-primary-palette, 500, 300, A200); +$day-accent: mat.m2-define-palette($gray-palette, 800, 600, 900); +$night-accent: mat.m2-define-palette($white-palette, 300, 600, 900); +$red-warn: mat.m2-define-palette($red-warn-palette, 500, 300, 200); -$yellow-night-theme: mat.define-dark-theme(( - color: ( - primary: $yellow-primary, - accent: $yellow-accent-night, - warn: $yellow-warn-night - ) +$yellow-night-theme: mat.m2-define-dark-theme(( + color: ( + primary: $yellow-primary, + accent: $night-accent, + warn: $red-warn, + ) )); -$yellow-day-theme: mat.define-light-theme(( - color: ( - primary: $yellow-primary, - accent: $yellow-accent, - warn: $yellow-warn - ) -)) +$yellow-day-theme: mat.m2-define-light-theme(( + color: ( + primary: $yellow-primary, + accent: $day-accent, + warn: $red-warn, + ) +)); diff --git a/src/app/shared/theme/styles/root.scss b/src/app/shared/theme/styles/root.scss index f1219566..b5cfdfa1 100644 --- a/src/app/shared/theme/styles/root.scss +++ b/src/app/shared/theme/styles/root.scss @@ -1,6 +1,6 @@ @use 'sass:math' as math; -@import 'constants'; -@import 'mixins'; +@use 'constants' as *; +@use 'mixins' as *; html { width: 100%; @@ -24,7 +24,7 @@ body { overflow: hidden; } -.rtl-container{ +.rtl-container { position:absolute; width: 100%; height: 100%; @@ -1714,3 +1714,30 @@ mat-cell:last-of-type, .mdc-data-table__header-cell:last-of-type, mat-footer-cel } } } + +/* Flex Layout Replacements */ +.flex-9 { flex: 1 1 9%; } +.flex-17 { flex: 1 1 17%; } +.flex-20 { flex: 1 1 20%; } +.flex-25 { flex: 1 1 25%; } +.flex-30 { flex: 1 1 30%; } +.flex-35 { flex: 1 1 35%; } +.flex-40 { flex: 1 1 40%; } +.flex-48 { flex: 1 1 48%; } +.flex-50 { flex: 1 1 50%; } +.flex-70 { flex: 1 1 70%; } +.flex-83 { flex: 1 1 83%; } +.flex-91 { flex: 1 1 91%; } +.flex-100 { flex: 1 1 100%; } + +.align-center-start { + display: flex; + justify-content: center; + align-items: flex-start; +} + +.align-center-center { + display: flex; + justify-content: center; + align-items: center; +} \ No newline at end of file diff --git a/src/app/shared/theme/styles/styles.scss b/src/app/shared/theme/styles/styles.scss index 1cea002d..d84a352f 100644 --- a/src/app/shared/theme/styles/styles.scss +++ b/src/app/shared/theme/styles/styles.scss @@ -1,4 +1,4 @@ -@import './perfect-scrollbar.scss'; +@use './perfect-scrollbar.scss'; -@import './root.scss'; -@import './theme.scss'; +@use './root.scss'; +@use './theme.scss'; \ No newline at end of file diff --git a/src/app/shared/theme/styles/theme-color.scss b/src/app/shared/theme/styles/theme-color.scss index cac2532a..8b15dc84 100644 --- a/src/app/shared/theme/styles/theme-color.scss +++ b/src/app/shared/theme/styles/theme-color.scss @@ -1,25 +1,26 @@ @use '@angular/material' as mat; @use 'sass:math' as math; -@import "constants"; -@import "mixins"; +@use 'sass:map' as map; +@use 'constants' as *; +@use 'mixins' as *; @mixin theme-color($theme) { - $primary: map-get($theme, primary); - $primary-color: mat.get-color-from-palette($primary); - $primary-lighter: mat.get-color-from-palette($primary, lighter); - $primary-darker: mat.get-color-from-palette($primary, darker); - $accent: map-get($theme, accent); - $accent-color: mat.get-color-from-palette($accent); - $warn: map-get($theme, warn); - $warn-color: mat.get-color-from-palette($warn); - $foreground: map-get($theme, foreground); - $foreground-base: mat.get-color-from-palette($foreground, base); // 1 - $foreground-text: mat.get-color-from-palette($foreground, text); //.87 - $foreground-secondary-text: mat.get-color-from-palette($foreground, secondary-text); // .54 - $foreground-disabled: mat.get-color-from-palette($foreground, disabled); // .38 - $foreground-divider: mat.get-color-from-palette($foreground, divider); // .12 - $background: map-get($theme, background); - $background-color: mat.get-color-from-palette($background, card); + $primary: map.get($theme, primary); + $primary-color: map.get($primary, 500); + $primary-lighter: map.get($primary, lighter); + $primary-darker: map.get($primary, darker); + $accent: map.get($theme, accent); + $accent-color: map.get($accent, 500); + $warn: map.get($theme, warn); + $warn-color: map.get($warn, 500); + $foreground: map.get($theme, foreground); + $foreground-base: map.get($foreground, base); // 1 + $foreground-text: map.get($foreground, text); //.87 + $foreground-secondary-text: map.get($foreground, secondary-text); // .54 + $foreground-disabled: map.get($foreground, disabled); // .38 + $foreground-divider: map.get($foreground, divider); // .12 + $background: map.get($theme, background); + $background-color: map.get($background, card); $hover-background: rgba(0, 0, 0, 0.04); $hover-background-dark: rgba(255, 255, 255, 0.06); @@ -31,7 +32,7 @@ } .mat-progress-bar-buffer { - background-color: mat.get-color-from-palette($primary, 100); + background-color: map.get($primary, 100); } .foreground-text { @@ -298,10 +299,6 @@ } } - .mat-badge-medium.mat-badge-above .mat-badge-content { - top: -1px; - } - .tab-badge { & .mat-badge-content { font-size: 90%; @@ -312,9 +309,9 @@ } .mat-badge-medium.mat-badge-after .mat-badge-content { - margin-left: $gap !important; + margin-left: math.div($gap, 4) !important; width: fit-content; - padding: 0 $gap; + padding: math.div($gap, 4) $gap 0 $gap; @include for_screensize(phone) { margin-left: 0 !important; } @@ -362,11 +359,11 @@ .balances-info-pie-chart { & .legend-label:nth-child(1) .legend-label-color { - background-color: mat.get-color-from-palette($primary, 200) !important; + background-color: map.get($primary, 200) !important; } & .legend-label:nth-child(2) .legend-label-color { - background-color: mat.get-color-from-palette($primary, 600) !important; + background-color: map.get($primary, 600) !important; } } diff --git a/src/app/shared/theme/styles/theme-mode-dark.scss b/src/app/shared/theme/styles/theme-mode-dark.scss index 4e0a9213..5c6ce3ca 100644 --- a/src/app/shared/theme/styles/theme-mode-dark.scss +++ b/src/app/shared/theme/styles/theme-mode-dark.scss @@ -1,23 +1,24 @@ @use '@angular/material' as mat; -@import "constants"; +@use 'sass:map' as map; +@use 'constants' as *; @mixin theme-mode-dark($theme) { - $primary: map-get($theme, primary); - $primary-color: mat.get-color-from-palette($primary); - $primary-lighter: mat.get-color-from-palette($primary, lighter); - $primary-darker: mat.get-color-from-palette($primary, darker); - $accent: map-get($theme, accent); - $accent-color: mat.get-color-from-palette($accent); - $warn: map-get($theme, warn); - $warn-color: mat.get-color-from-palette($warn); - $foreground: map-get($theme, foreground); - $foreground-base: mat.get-color-from-palette($foreground, base); // 1 - $foreground-text: mat.get-color-from-palette($foreground, text); //.87 - $foreground-secondary-text: mat.get-color-from-palette($foreground, secondary-text); // .54 - $foreground-disabled: mat.get-color-from-palette($foreground, disabled); // .38 - $foreground-divider: mat.get-color-from-palette($foreground, divider); // .12 - $background: map-get($theme, background); - $background-color: mat.get-color-from-palette($background, card); + $primary: map.get($theme, primary); + $primary-color: map.get($primary, 500); + $primary-lighter: map.get($primary, lighter); + $primary-darker: map.get($primary, darker); + $accent: map.get($theme, accent); + $accent-color: map.get($accent, 500); + $warn: map.get($theme, warn); + $warn-color: map.get($warn, 500); + $foreground: map.get($theme, foreground); + $foreground-base: map.get($foreground, base); // 1 + $foreground-text: map.get($foreground, text); //.87 + $foreground-secondary-text: map.get($foreground, secondary-text); // .54 + $foreground-disabled: map.get($foreground, disabled); // .38 + $foreground-divider: map.get($foreground, divider); // .12 + $background: map.get($theme, background); + $background-color: map.get($background, card); $hover-background: rgba(0, 0, 0, 0.04); $hover-background-dark: rgba(255, 255, 255, 0.06); @@ -237,7 +238,7 @@ border-color: $primary-lighter; } .mat-progress-bar-fill::after { - background-color: mat.get-color-from-palette($primary, 600); + background-color: map.get($primary, 600); } .chart-legend .legend-label:hover, .chart-legend .legend-label .active .legend-label-text { color: $foreground-text !important; @@ -282,10 +283,10 @@ color: $foreground-text; } .mat-progress-bar.this-channel-bar .mat-progress-bar-fill::after { - background-color: mat.get-color-from-palette($accent, A200); + background-color: map.get($accent, A200); } .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer { - background-color: mat.get-color-from-palette($accent, 400); + background-color: map.get($accent, 400); } .color-primary { color: $primary-darker !important; @@ -373,7 +374,7 @@ } .mat-slide-toggle-bar, .mat-step-header .mat-step-icon:not(.mat-step-icon-selected) { - background-color: mat.get-color-from-palette($background, lightest-background); + background-color: map.get($background, lightest-background); } .mat-slide-toggle.mat-disabled { @@ -418,7 +419,7 @@ } &.two-color { & .ngx-charts .chart.bar-chart g g:nth-child(2n+1) path { - fill: mat.get-color-from-palette($primary, 800); + fill: map.get($primary, 800); } & .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path { fill: $primary-darker; diff --git a/src/app/shared/theme/styles/theme-mode-light.scss b/src/app/shared/theme/styles/theme-mode-light.scss index 9ad4d3af..50e92c9c 100644 --- a/src/app/shared/theme/styles/theme-mode-light.scss +++ b/src/app/shared/theme/styles/theme-mode-light.scss @@ -1,23 +1,24 @@ @use '@angular/material' as mat; -@import "constants"; +@use 'sass:map' as map; +@use 'constants' as *; @mixin theme-mode-light($theme) { - $primary: map-get($theme, primary); - $primary-color: mat.get-color-from-palette($primary); - $primary-lighter: mat.get-color-from-palette($primary, lighter); - $primary-darker: mat.get-color-from-palette($primary, darker); - $accent: map-get($theme, accent); - $accent-color: mat.get-color-from-palette($accent); - $warn: map-get($theme, warn); - $warn-color: mat.get-color-from-palette($warn); - $foreground: map-get($theme, foreground); - $foreground-base: mat.get-color-from-palette($foreground, base); // 1 - $foreground-text: mat.get-color-from-palette($foreground, text); //.87 - $foreground-secondary-text: mat.get-color-from-palette($foreground, secondary-text); // .54 - $foreground-disabled: mat.get-color-from-palette($foreground, disabled); // .38 - $foreground-divider: mat.get-color-from-palette($foreground, divider); // .12 - $background: map-get($theme, background); - $background-color: mat.get-color-from-palette($background, card); + $primary: map.get($theme, primary); + $primary-color: map.get($primary, 500); + $primary-lighter: map.get($primary, lighter); + $primary-darker: map.get($primary, darker); + $accent: map.get($theme, accent); + $accent-color: map.get($accent, 500); + $warn: map.get($theme, warn); + $warn-color: map.get($warn, 500); + $foreground: map.get($theme, foreground); + $foreground-base: map.get($foreground, base); // 1 + $foreground-text: map.get($foreground, text); //.87 + $foreground-secondary-text: map.get($foreground, secondary-text); // .54 + $foreground-disabled: map.get($foreground, disabled); // .38 + $foreground-divider: map.get($foreground, divider); // .12 + $background: map.get($theme, background); + $background-color: map.get($background, card); $hover-background: rgba(0, 0, 0, 0.04); $hover-background-dark: rgba(255, 255, 255, 0.06); @@ -33,10 +34,10 @@ } } .mat-progress-bar.this-channel-bar .mat-progress-bar-fill::after { - background-color: mat.get-color-from-palette($accent, 700); + background-color: map.get($accent, 700); } .mat-progress-bar.this-channel-bar .mat-progress-bar-buffer { - background-color: mat.get-color-from-palette($accent, 200); + background-color: map.get($accent, 200); } .rtl-top-toolbar { border-bottom: 1px solid white; @@ -191,7 +192,7 @@ fill: $foreground-text; } .mat-progress-bar-fill::after { - background-color: mat.get-color-from-palette($primary, 900); + background-color: map.get($primary, 900); } .modal-qr-code-container { background: $foreground-divider; @@ -342,10 +343,10 @@ } &.two-color { & .ngx-charts .chart.bar-chart g g:nth-child(2n+1) path { - fill: mat.get-color-from-palette($primary, 900); + fill: map.get($primary, 900); } & .ngx-charts .chart.bar-chart g g:nth-child(2n+2) path { - fill: mat.get-color-from-palette($primary, 200); + fill: map.get($primary, 200); } } } diff --git a/src/app/shared/theme/styles/theme.scss b/src/app/shared/theme/styles/theme.scss index 7fc48c69..604fa231 100644 --- a/src/app/shared/theme/styles/theme.scss +++ b/src/app/shared/theme/styles/theme.scss @@ -1,104 +1,101 @@ @use '@angular/material' as mat; -@import 'theme-mode-dark'; -@import 'theme-mode-light'; -@import 'theme-color'; -@import "../skins/purple"; +@use 'theme-mode-dark'; +@use 'theme-mode-light'; +@use 'theme-color'; +@use '../skins/purple' as *; +@use '../skins/blue' as *; +@use '../skins/indigo' as *; +@use '../skins/green' as *; +@use '../skins/teal' as *; +@use '../skins/pink' as *; +@use '../skins/yellow' as *; // Default Theme Light & Purple @include mat.all-component-themes($purple-day-theme); -// Adjust Single Component Style -// @include mat.button-color($pink-day-theme); - .rtl-container{ @include mat.core(); &.purple { &.day { - @include theme-mode-light($purple-day-theme); - @include theme-color($purple-day-theme); + @include theme-mode-light.theme-mode-light($purple-day-theme); + @include theme-color.theme-color($purple-day-theme); } &.night { @include mat.all-component-colors($purple-night-theme); - @include theme-mode-dark($purple-night-theme); - @include theme-color($purple-night-theme); + @include theme-mode-dark.theme-mode-dark($purple-night-theme); + @include theme-color.theme-color($purple-night-theme); } } &.blue{ - @import "../skins/blue"; &.day { @include mat.all-component-colors($blue-day-theme); - @include theme-mode-light($blue-day-theme); - @include theme-color($blue-day-theme); + @include theme-mode-light.theme-mode-light($blue-day-theme); + @include theme-color.theme-color($blue-day-theme); } &.night { @include mat.all-component-colors($blue-night-theme); - @include theme-mode-dark($blue-night-theme); - @include theme-color($blue-night-theme); + @include theme-mode-dark.theme-mode-dark($blue-night-theme); + @include theme-color.theme-color($blue-night-theme); } } &.indigo{ - @import "../skins/indigo"; &.day { @include mat.all-component-colors($indigo-day-theme); - @include theme-mode-light($indigo-day-theme); - @include theme-color($indigo-day-theme); + @include theme-mode-light.theme-mode-light($indigo-day-theme); + @include theme-color.theme-color($indigo-day-theme); } &.night { @include mat.all-component-colors($indigo-night-theme); - @include theme-mode-dark($indigo-night-theme); - @include theme-color($indigo-night-theme); + @include theme-mode-dark.theme-mode-dark($indigo-night-theme); + @include theme-color.theme-color($indigo-night-theme); } } &.green{ - @import "../skins/green"; &.day { @include mat.all-component-colors($green-day-theme); - @include theme-mode-light($green-day-theme); - @include theme-color($green-day-theme); + @include theme-mode-light.theme-mode-light($green-day-theme); + @include theme-color.theme-color($green-day-theme); } &.night { @include mat.all-component-colors($green-night-theme); - @include theme-mode-dark($green-night-theme); - @include theme-color($green-night-theme); + @include theme-mode-dark.theme-mode-dark($green-night-theme); + @include theme-color.theme-color($green-night-theme); } } &.teal{ - @import "../skins/teal"; &.day { @include mat.all-component-colors($teal-day-theme); - @include theme-mode-light($teal-day-theme); - @include theme-color($teal-day-theme); + @include theme-mode-light.theme-mode-light($teal-day-theme); + @include theme-color.theme-color($teal-day-theme); } &.night { @include mat.all-component-colors($teal-night-theme); - @include theme-mode-dark($teal-night-theme); - @include theme-color($teal-night-theme); + @include theme-mode-dark.theme-mode-dark($teal-night-theme); + @include theme-color.theme-color($teal-night-theme); } } &.pink{ - @import "../skins/pink"; &.day { @include mat.all-component-colors($pink-day-theme); - @include theme-mode-light($pink-day-theme); - @include theme-color($pink-day-theme); + @include theme-mode-light.theme-mode-light($pink-day-theme); + @include theme-color.theme-color($pink-day-theme); } &.night { @include mat.all-component-colors($pink-night-theme); - @include theme-mode-dark($pink-night-theme); - @include theme-color($pink-night-theme); + @include theme-mode-dark.theme-mode-dark($pink-night-theme); + @include theme-color.theme-color($pink-night-theme); } } &.yellow{ - @import "../skins/yellow"; &.day { @include mat.all-component-colors($yellow-day-theme); - @include theme-mode-light($yellow-day-theme); - @include theme-color($yellow-day-theme); + @include theme-mode-light.theme-mode-light($yellow-day-theme); + @include theme-color.theme-color($yellow-day-theme); } &.night { @include mat.all-component-colors($yellow-night-theme); - @include theme-mode-dark($yellow-night-theme); - @include theme-color($yellow-night-theme); + @include theme-mode-dark.theme-mode-dark($yellow-night-theme); + @include theme-color.theme-color($yellow-night-theme); } } } diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index 629097cb..eb98b39f 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -2,7 +2,7 @@ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/spec", - "module": "CommonJS", + "module": "ES2022", "types": [ "node", "jasmine" ] diff --git a/tsconfig.json b/tsconfig.json index 1ea81f1a..0ce7fd1e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", - "outDir": "./backend", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "strict": false, @@ -17,10 +16,10 @@ "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, - "moduleResolution": "node", - "importHelpers": true, + "moduleResolution": "bundler", "target": "ES2022", "module": "ES2022", + "importHelpers": true, "useDefineForClassFields": false, "lib": [ "ES2022",